@univerjs-pro/sheets-history-ui 1.0.0-rc.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 (140) hide show
  1. package/README.md +22 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sk-SK.js +1 -0
  18. package/lib/cjs/locale/vi-VN.js +1 -0
  19. package/lib/cjs/locale/zh-CN.js +1 -0
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -0
  22. package/lib/es/index.js +1 -0
  23. package/lib/es/locale/ar-SA.js +1 -0
  24. package/lib/es/locale/ca-ES.js +1 -0
  25. package/lib/es/locale/de-DE.js +1 -0
  26. package/lib/es/locale/en-US.js +1 -0
  27. package/lib/es/locale/es-ES.js +1 -0
  28. package/lib/es/locale/fa-IR.js +1 -0
  29. package/lib/es/locale/fr-FR.js +1 -0
  30. package/lib/es/locale/id-ID.js +1 -0
  31. package/lib/es/locale/it-IT.js +1 -0
  32. package/lib/es/locale/ja-JP.js +1 -0
  33. package/lib/es/locale/ko-KR.js +1 -0
  34. package/lib/es/locale/pl-PL.js +1 -0
  35. package/lib/es/locale/pt-BR.js +1 -0
  36. package/lib/es/locale/ru-RU.js +1 -0
  37. package/lib/es/locale/sk-SK.js +1 -0
  38. package/lib/es/locale/vi-VN.js +1 -0
  39. package/lib/es/locale/zh-CN.js +1 -0
  40. package/lib/es/locale/zh-HK.js +1 -0
  41. package/lib/es/locale/zh-TW.js +1 -0
  42. package/lib/index.css +617 -0
  43. package/lib/index.js +1 -0
  44. package/lib/locale/ar-SA.js +1 -0
  45. package/lib/locale/ca-ES.js +1 -0
  46. package/lib/locale/de-DE.js +1 -0
  47. package/lib/locale/en-US.js +1 -0
  48. package/lib/locale/es-ES.js +1 -0
  49. package/lib/locale/fa-IR.js +1 -0
  50. package/lib/locale/fr-FR.js +1 -0
  51. package/lib/locale/id-ID.js +1 -0
  52. package/lib/locale/it-IT.js +1 -0
  53. package/lib/locale/ja-JP.js +1 -0
  54. package/lib/locale/ko-KR.js +1 -0
  55. package/lib/locale/pl-PL.js +1 -0
  56. package/lib/locale/pt-BR.js +1 -0
  57. package/lib/locale/ru-RU.js +1 -0
  58. package/lib/locale/sk-SK.js +1 -0
  59. package/lib/locale/vi-VN.js +1 -0
  60. package/lib/locale/zh-CN.js +1 -0
  61. package/lib/locale/zh-HK.js +1 -0
  62. package/lib/locale/zh-TW.js +1 -0
  63. package/lib/types/commands/history.operate.d.ts +3 -0
  64. package/lib/types/config/config.d.ts +55 -0
  65. package/lib/types/controllers/components.controller.d.ts +5 -0
  66. package/lib/types/controllers/history-loader.controller.d.ts +26 -0
  67. package/lib/types/controllers/history-menu.d.ts +4 -0
  68. package/lib/types/controllers/mobile/components.controller.d.ts +5 -0
  69. package/lib/types/controllers/mobile-history-loader.controller.d.ts +26 -0
  70. package/lib/types/controllers/revert-acknowledgement.d.ts +3 -0
  71. package/lib/types/index.d.ts +5 -0
  72. package/lib/types/locale/ar-SA.d.ts +3 -0
  73. package/lib/types/locale/ca-ES.d.ts +3 -0
  74. package/lib/types/locale/de-DE.d.ts +3 -0
  75. package/lib/types/locale/en-US.d.ts +157 -0
  76. package/lib/types/locale/es-ES.d.ts +3 -0
  77. package/lib/types/locale/fa-IR.d.ts +3 -0
  78. package/lib/types/locale/fr-FR.d.ts +3 -0
  79. package/lib/types/locale/id-ID.d.ts +3 -0
  80. package/lib/types/locale/it-IT.d.ts +3 -0
  81. package/lib/types/locale/ja-JP.d.ts +3 -0
  82. package/lib/types/locale/ko-KR.d.ts +3 -0
  83. package/lib/types/locale/pl-PL.d.ts +3 -0
  84. package/lib/types/locale/pt-BR.d.ts +3 -0
  85. package/lib/types/locale/ru-RU.d.ts +3 -0
  86. package/lib/types/locale/sk-SK.d.ts +3 -0
  87. package/lib/types/locale/types.d.ts +3 -0
  88. package/lib/types/locale/vi-VN.d.ts +3 -0
  89. package/lib/types/locale/zh-CN.d.ts +3 -0
  90. package/lib/types/locale/zh-HK.d.ts +3 -0
  91. package/lib/types/locale/zh-TW.d.ts +3 -0
  92. package/lib/types/menu/schema.d.ts +2 -0
  93. package/lib/types/mobile-plugin.d.ts +14 -0
  94. package/lib/types/plugin.d.ts +14 -0
  95. package/lib/types/services/history-loader.service.d.ts +36 -0
  96. package/lib/types/services/history-locale.d.ts +5 -0
  97. package/lib/types/services/history-version-param.d.ts +3 -0
  98. package/lib/types/services/mobile-history-loader.service.d.ts +35 -0
  99. package/lib/types/viewer/controllers/disable-state.controller.d.ts +7 -0
  100. package/lib/types/viewer/controllers/history-manager.controller.d.ts +16 -0
  101. package/lib/types/viewer/controllers/mobile-history-manager.controller.d.ts +16 -0
  102. package/lib/types/viewer/controllers/mobile-version-list.controller.d.ts +7 -0
  103. package/lib/types/viewer/controllers/version-diff.render.controller.d.ts +58 -0
  104. package/lib/types/viewer/controllers/version-list.controller.d.ts +14 -0
  105. package/lib/types/viewer/mobile-plugin.d.ts +16 -0
  106. package/lib/types/viewer/plugin.d.ts +16 -0
  107. package/lib/types/viewer/services/disable-dialog.service.d.ts +13 -0
  108. package/lib/types/viewer/services/history-fetch.service.d.ts +106 -0
  109. package/lib/types/viewer/services/history-manager.service.d.ts +84 -0
  110. package/lib/types/viewer/services/sheets-history-diff-color.service.d.ts +16 -0
  111. package/lib/types/viewer/services/version-diff.service.d.ts +89 -0
  112. package/lib/types/viewer/views/HistoryLoadingMask.d.ts +1 -0
  113. package/lib/types/viewer/views/HistoryViewHeader.d.ts +1 -0
  114. package/lib/types/viewer/views/MobileHistoryViewHeader.d.ts +1 -0
  115. package/lib/types/viewer/views/MobileVersionListPanel.d.ts +1 -0
  116. package/lib/types/viewer/views/VersionListPanel.d.ts +21 -0
  117. package/lib/types/viewer/views/all-mutations.d.ts +101 -0
  118. package/lib/types/viewer/views/shapes/sheet-history-arrow.shape.d.ts +29 -0
  119. package/lib/types/viewer/views/utils.d.ts +11 -0
  120. package/lib/umd/index.js +1 -0
  121. package/lib/umd/locale/ar-SA.js +1 -0
  122. package/lib/umd/locale/ca-ES.js +1 -0
  123. package/lib/umd/locale/de-DE.js +1 -0
  124. package/lib/umd/locale/en-US.js +1 -0
  125. package/lib/umd/locale/es-ES.js +1 -0
  126. package/lib/umd/locale/fa-IR.js +1 -0
  127. package/lib/umd/locale/fr-FR.js +1 -0
  128. package/lib/umd/locale/id-ID.js +1 -0
  129. package/lib/umd/locale/it-IT.js +1 -0
  130. package/lib/umd/locale/ja-JP.js +1 -0
  131. package/lib/umd/locale/ko-KR.js +1 -0
  132. package/lib/umd/locale/pl-PL.js +1 -0
  133. package/lib/umd/locale/pt-BR.js +1 -0
  134. package/lib/umd/locale/ru-RU.js +1 -0
  135. package/lib/umd/locale/sk-SK.js +1 -0
  136. package/lib/umd/locale/vi-VN.js +1 -0
  137. package/lib/umd/locale/zh-CN.js +1 -0
  138. package/lib/umd/locale/zh-HK.js +1 -0
  139. package/lib/umd/locale/zh-TW.js +1 -0
  140. package/package.json +108 -0
@@ -0,0 +1 @@
1
+ (function(_0x5dcff4,_0x159baf){const _0x2e836f=_0x3200,_0xc7a18d=_0x5dcff4();while(!![]){try{const _0x4d46c1=-parseInt(_0x2e836f(0x279))/0x1*(-parseInt(_0x2e836f(0x245))/0x2)+-parseInt(_0x2e836f(0x32a))/0x3*(parseInt(_0x2e836f(0xa4))/0x4)+-parseInt(_0x2e836f(0x34f))/0x5*(-parseInt(_0x2e836f(0x482))/0x6)+parseInt(_0x2e836f(0x3f4))/0x7+parseInt(_0x2e836f(0x300))/0x8+parseInt(_0x2e836f(0x356))/0x9*(-parseInt(_0x2e836f(0x1bb))/0xa)+parseInt(_0x2e836f(0x42b))/0xb*(parseInt(_0x2e836f(0x255))/0xc);if(_0x4d46c1===_0x159baf)break;else _0xc7a18d['push'](_0xc7a18d['shift']());}catch(_0x557f3d){_0xc7a18d['push'](_0xc7a18d['shift']());}}}(_0x4281,0xb31da),function(_0x2d2777,_0xe0bdc7){const _0x29b3bc=_0x3200;typeof exports=='object'&&typeof module<'u'?_0xe0bdc7(exports,require('@univerjs/core'),require('@univerjs/sheets'),require('@univerjs-pro/collaboration'),require('@univerjs-pro/collaboration-client'),require('@univerjs-pro/engine-formula'),require('@univerjs-pro/license'),require('@univerjs-pro/sheets-chart'),require('@univerjs-pro/sheets-chart-ui'),require('@univerjs-pro/sheets-pivot'),require('@univerjs-pro/sheets-shape'),require('@univerjs-pro/sheets-shape-ui'),require('@univerjs-pro/sheets-sparkline'),require('@univerjs-pro/sheets-sparkline-ui'),require('@univerjs/data-validation'),require('@univerjs/design'),require('@univerjs/docs'),require('@univerjs/docs-ui'),require('@univerjs/drawing'),require('@univerjs/drawing-ui'),require('@univerjs/engine-render'),require('@univerjs/network'),require('@univerjs/rpc'),require('@univerjs/sheets-conditional-formatting'),require('@univerjs/sheets-conditional-formatting-ui'),require('@univerjs/sheets-data-validation'),require('@univerjs/sheets-data-validation-ui'),require('@univerjs/sheets-drawing'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-filter'),require('@univerjs/sheets-filter-ui'),require('@univerjs/sheets-formula'),require('@univerjs/sheets-formula-ui'),require('@univerjs/sheets-hyper-link'),require('@univerjs/sheets-hyper-link-ui'),require('@univerjs/sheets-numfmt'),require('@univerjs/sheets-table'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('rxjs'),require('react'),require('@univerjs/protocol'),require('react/jsx-runtime'),require('@univerjs-pro/collaboration-client-ui'),require('@univerjs-pro/sheets-history')):typeof define=='function'&&define['amd']?define(_0x29b3bc(0x2a7)['split']('.'),_0xe0bdc7):(_0x2d2777=typeof globalThis<'u'?globalThis:_0x2d2777||self,_0xe0bdc7(_0x2d2777[_0x29b3bc(0x406)]={},_0x2d2777['UniverCore'],_0x2d2777[_0x29b3bc(0x1fd)],_0x2d2777[_0x29b3bc(0x183)],_0x2d2777['UniverProCollaborationClient'],_0x2d2777['UniverProEngineFormula'],_0x2d2777[_0x29b3bc(0xe3)],_0x2d2777[_0x29b3bc(0x31d)],_0x2d2777[_0x29b3bc(0x2b1)],_0x2d2777['UniverProSheetsPivot'],_0x2d2777['UniverProSheetsShape'],_0x2d2777[_0x29b3bc(0x362)],_0x2d2777[_0x29b3bc(0x47a)],_0x2d2777[_0x29b3bc(0x4a4)],_0x2d2777[_0x29b3bc(0x1ba)],_0x2d2777[_0x29b3bc(0x167)],_0x2d2777['UniverDocs'],_0x2d2777['UniverDocsUi'],_0x2d2777[_0x29b3bc(0x2e0)],_0x2d2777['UniverDrawingUi'],_0x2d2777[_0x29b3bc(0x2a1)],_0x2d2777['UniverNetwork'],_0x2d2777[_0x29b3bc(0x42a)],_0x2d2777['UniverSheetsConditionalFormatting'],_0x2d2777['UniverSheetsConditionalFormattingUi'],_0x2d2777[_0x29b3bc(0x1c1)],_0x2d2777[_0x29b3bc(0x16b)],_0x2d2777[_0x29b3bc(0x305)],_0x2d2777[_0x29b3bc(0x364)],_0x2d2777[_0x29b3bc(0x370)],_0x2d2777[_0x29b3bc(0x28d)],_0x2d2777['UniverSheetsFormula'],_0x2d2777[_0x29b3bc(0x12d)],_0x2d2777['UniverSheetsHyperLink'],_0x2d2777[_0x29b3bc(0xef)],_0x2d2777[_0x29b3bc(0x427)],_0x2d2777['UniverSheetsTable'],_0x2d2777['UniverSheetsUi'],_0x2d2777[_0x29b3bc(0x1be)],_0x2d2777[_0x29b3bc(0x158)],_0x2d2777['React'],_0x2d2777[_0x29b3bc(0x4d4)],_0x2d2777['React'],_0x2d2777[_0x29b3bc(0x2b5)],_0x2d2777[_0x29b3bc(0x172)]));}(this,function(_0x4e27d8,_0x78fe8d,_0x5d1a47,_0xbae557,_0x4bd054,_0x521fb6,_0x1976d4,_0x56f46b,_0x26d0c3,_0x426da0,_0x2231b4,_0x36a442,_0x9028f9,_0x1c7216,_0xba1c21,_0x547126,_0xb7d9df,_0x440424,_0x41784f,_0x25ba07,_0x334a80,_0x108cb3,_0x21a8bf,_0x32f067,_0x1a7d7d,_0x9b4bb4,_0xabafd9,_0x5d73dd,_0x5ca7fd,_0x2401c0,_0x23da26,_0x3e5164,_0x303665,_0x3380a2,_0x33bdd9,_0x53a243,_0x5262b9,_0x57ca99,_0x260e1c,_0x15b6bc,_0xe52bd8,_0x1fa59f,_0x33116e,_0x381421,_0x57ed84){const _0x3c7957=_0x3200;Object[_0x3c7957(0x1c9)](_0x4e27d8,Symbol['toStringTag'],{'value':'Module'});let _0x177520=_0x3c7957(0x1ce),_0xd0faa8=_0x3c7957(0x149),_0xb23752={'historyPanelComponentKey':_0xd0faa8};function _0x8d5d88(_0x474e24){const _0xa93729=_0x3c7957;return(_0x474e24==null?void 0x0:_0x474e24[_0xa93729(0x1bd)])??'/universer-api/history';}var _0x26f8b6=_0x3c7957(0x3fa),_0x1ac655='1.0.0-rc.0';function _0x577a84({ref:_0x33ecc9,..._0x4c2909}){const _0x4cd1e8=_0x3c7957;let {preserveStrokeWidth:_0x1baa9a,icon:_0x5f4301,id:_0x153157,className:_0x2e9bab,extend:_0x534634,..._0x4b80b4}=_0x4c2909,_0x54588e=(_0x4cd1e8(0x2c4)+_0x153157+'\x20'+(_0x2e9bab||''))[_0x4cd1e8(0x3a2)](),_0xb56ddf='_'+(0x0,_0xe52bd8['useId'])(),_0x4c0b5d=(0x0,_0xe52bd8['useRef'])(null);return(0x0,_0xe52bd8[_0x4cd1e8(0x2ac)])(_0x33ecc9,()=>_0x4c0b5d[_0x4cd1e8(0x458)]),(0x0,_0xe52bd8[_0x4cd1e8(0x231)])(()=>{const _0x1d0a3f=_0x4cd1e8;if(!(!_0x1baa9a||!_0x4c0b5d['current']||_0x4c0b5d[_0x1d0a3f(0x458)][_0x1d0a3f(0x203)]!==_0x5f4301[_0x1d0a3f(0x23a)]))return _0x3294f8(_0x4c0b5d[_0x1d0a3f(0x458)]);},[_0x1baa9a,_0x5f4301]),_0xa0bc3c(_0x5f4301,''+_0x153157,{'defIds':_0x5f4301[_0x4cd1e8(0x106)],'idSuffix':_0xb56ddf},{'ref':_0x4c0b5d,'className':_0x54588e,..._0x4b80b4},_0x534634);}function _0xa0bc3c(_0x242f2e,_0x1ee029,_0x58f22f,_0x4c74d1,_0x2b90ed){const _0x20df66=_0x3c7957;return(0x0,_0xe52bd8['createElement'])(_0x242f2e['tag'],{'key':_0x1ee029,..._0x4f2043(_0x242f2e,_0x58f22f,_0x2b90ed),..._0x4c74d1},(_0x27a7bd(_0x242f2e,_0x58f22f)[_0x20df66(0x1b8)]||[])[_0x20df66(0x2ee)]((_0xec9a72,_0x3dfef4)=>_0xa0bc3c(_0xec9a72,_0x1ee029+'-'+_0x242f2e[_0x20df66(0x23a)]+'-'+_0x3dfef4,_0x58f22f,void 0x0,_0x2b90ed)));}function _0x4f2043(_0x3e10f3,_0x3992bd,_0x13cab2){const _0x1d503a=_0x3c7957;let _0x3ee279={..._0x3e10f3['attrs']};_0x13cab2!=null&&_0x13cab2[_0x1d503a(0x21e)]&&_0x3ee279[_0x1d503a(0x353)]===_0x1d503a(0x21e)&&(_0x3ee279[_0x1d503a(0x353)]=_0x13cab2[_0x1d503a(0x21e)]),_0x13cab2!=null&&_0x13cab2['colorChannel1']&&_0x3ee279[_0x1d503a(0x1e4)]===_0x1d503a(0x21e)&&(_0x3ee279[_0x1d503a(0x1e4)]=_0x13cab2['colorChannel1']),_0x3e10f3['tag']===_0x1d503a(0x297)&&_0x3ee279['id']&&(_0x3ee279['id']+=_0x3992bd['idSuffix']),Object['entries'](_0x3ee279)[_0x1d503a(0x146)](([_0x1704e0,_0x124e11])=>{const _0x48df98=_0x1d503a;_0x1704e0==='mask'&&typeof _0x124e11==_0x48df98(0x484)&&(_0x3ee279[_0x1704e0]=_0x124e11['replace'](/url\(#(.*)\)/,_0x48df98(0x36d)+_0x3992bd[_0x48df98(0x11e)]+')'));});let {defIds:_0x3d69dd}=_0x3992bd;return!_0x3d69dd||_0x3d69dd[_0x1d503a(0x2db)]===0x0?_0x3ee279:(_0x3e10f3['tag']===_0x1d503a(0x3cd)&&_0x3ee279[_0x1d503a(0xdf)]&&(_0x3ee279[_0x1d503a(0xdf)]+=_0x3992bd[_0x1d503a(0x11e)]),Object[_0x1d503a(0x299)](_0x3ee279)['forEach'](([_0xd5e61a,_0x53a261])=>{const _0x2324d3=_0x1d503a;typeof _0x53a261==_0x2324d3(0x484)&&(_0x3ee279[_0xd5e61a]=_0x53a261['replace'](/url\(#(.*)\)/,'url(#$1'+_0x3992bd[_0x2324d3(0x11e)]+')'));}),_0x3ee279);}function _0x27a7bd(_0x744988,_0x2908a1){const _0x42a4d1=_0x3c7957;var _0x4e00ed;let {defIds:_0x288e1a}=_0x2908a1;return!_0x288e1a||_0x288e1a[_0x42a4d1(0x2db)]===0x0?_0x744988:_0x744988[_0x42a4d1(0x23a)]===_0x42a4d1(0x234)&&(_0x4e00ed=_0x744988[_0x42a4d1(0x1b8)])!=null&&_0x4e00ed[_0x42a4d1(0x2db)]?{..._0x744988,'children':_0x744988[_0x42a4d1(0x1b8)]['map'](_0x5c888f=>typeof _0x5c888f[_0x42a4d1(0x475)]['id']==_0x42a4d1(0x484)&&_0x288e1a&&_0x288e1a[_0x42a4d1(0xff)](_0x5c888f['attrs']['id'])?{..._0x5c888f,'attrs':{..._0x5c888f[_0x42a4d1(0x475)],'id':_0x5c888f[_0x42a4d1(0x475)]['id']+_0x2908a1[_0x42a4d1(0x11e)]}}:_0x5c888f)}:_0x744988;}function _0x3294f8(_0x4c7d28){const _0x17aea3=_0x3c7957;let _0x3ede5f=_0x4c7d28[_0x17aea3(0x315)]['baseVal'],_0x1b1e4c=Math[_0x17aea3(0x103)](_0x3ede5f[_0x17aea3(0x30a)],_0x3ede5f[_0x17aea3(0x1c7)]);if(!Number[_0x17aea3(0x21b)](_0x1b1e4c)||_0x1b1e4c<=0x0||_0x3ede5f[_0x17aea3(0x30a)]<=0x0||_0x3ede5f[_0x17aea3(0x1c7)]<=0x0)return()=>void 0x0;let _0x82b37b=0x10/_0x1b1e4c,_0x14c0df=Array['from'](_0x4c7d28[_0x17aea3(0x119)](_0x17aea3(0x459)))[_0x17aea3(0xca)](_0x2a9907=>{const _0x20466a=_0x17aea3;let _0x3901ec=getComputedStyle(_0x2a9907),_0x378d22=Number[_0x20466a(0x169)](_0x3901ec[_0x20466a(0x206)]);return _0x3901ec[_0x20466a(0x1e4)]===_0x20466a(0x4c4)||Number['parseFloat'](_0x3901ec[_0x20466a(0x1ee)])===0x0||_0x3901ec[_0x20466a(0x39b)]==='non-scaling-stroke'||!Number[_0x20466a(0x21b)](_0x378d22)||_0x378d22<=0x0?[]:[{'element':_0x2a9907,'hadStyleAttribute':_0x2a9907[_0x20466a(0x150)](_0x20466a(0x134)),'originalStrokeWidth':_0x378d22,'strokeWidth':_0x2c3fbf(_0x2a9907[_0x20466a(0x134)],_0x20466a(0x316))}];})[_0x17aea3(0x2ee)](_0x3c74df=>({'appliedStrokeWidth':null,'element':_0x3c74df[_0x17aea3(0x272)],'hadStyleAttribute':_0x3c74df['hadStyleAttribute'],'isReleased':!0x1,'originalStrokeWidth':_0x3c74df['originalStrokeWidth'],'strokeWidth':_0x3c74df['strokeWidth']}));if(_0x14c0df[_0x17aea3(0x2db)]===0x0)return()=>void 0x0;let _0x3c19a7=(_0x214729,_0x226473)=>{const _0x41ae7a=_0x17aea3;if(_0x3ede5f[_0x41ae7a(0x30a)]<=0x0||_0x3ede5f['height']<=0x0||_0x214729<=0x0||_0x226473<=0x0)return;let _0x53855e=Math['min'](_0x214729/_0x3ede5f[_0x41ae7a(0x30a)],_0x226473/_0x3ede5f[_0x41ae7a(0x1c7)]);!Number[_0x41ae7a(0x21b)](_0x53855e)||_0x53855e<=0x0||_0x14c0df[_0x41ae7a(0x146)](_0x1418ef=>{const _0x2d5c8a=_0x41ae7a;if(_0x1418ef[_0x2d5c8a(0x3b8)])return;if(_0x1418ef['appliedStrokeWidth']!==null&&(_0x1418ef[_0x2d5c8a(0x272)][_0x2d5c8a(0x134)][_0x2d5c8a(0x4d7)](_0x2d5c8a(0x316))!==_0x1418ef[_0x2d5c8a(0x3de)]||_0x1418ef['element'][_0x2d5c8a(0x134)]['getPropertyPriority'](_0x2d5c8a(0x316))!==_0x1418ef[_0x2d5c8a(0x206)]['priority'])){_0x1418ef['appliedStrokeWidth']=null,_0x1418ef[_0x2d5c8a(0x3b8)]=!0x0;return;}let _0x8e1f15=_0x1418ef[_0x2d5c8a(0x45f)]*_0x82b37b/_0x53855e,_0x335d45=Number(_0x8e1f15['toFixed'](0xc))+'px';_0x1418ef[_0x2d5c8a(0x272)][_0x2d5c8a(0x134)]['setProperty'](_0x2d5c8a(0x316),_0x335d45,_0x1418ef['strokeWidth'][_0x2d5c8a(0x463)]),_0x1418ef[_0x2d5c8a(0x3de)]=_0x335d45;});},_0x31004f=_0x4c7d28['getBoundingClientRect']();_0x3c19a7(_0x31004f[_0x17aea3(0x30a)],_0x31004f[_0x17aea3(0x1c7)]);let _0x478a9b=typeof ResizeObserver>'u'?null:new ResizeObserver(_0xbfbc42=>{const _0x537d43=_0x17aea3;if(_0xbfbc42[_0x537d43(0x1b0)](_0x44d52f=>_0x44d52f[_0x537d43(0xe7)]===_0x4c7d28)){let _0x269697=_0x4c7d28[_0x537d43(0x4c5)]();_0x3c19a7(_0x269697['width'],_0x269697[_0x537d43(0x1c7)]);}});return _0x478a9b==null||_0x478a9b[_0x17aea3(0x4cf)](_0x4c7d28),()=>{_0x478a9b==null||_0x478a9b['disconnect'](),_0x14c0df['forEach'](_0x4c1de4=>{const _0x9f98c4=_0x3200;_0x4c1de4[_0x9f98c4(0x3de)]!==null&&(_0x1b194f(_0x4c1de4['element'][_0x9f98c4(0x134)],'stroke-width',_0x4c1de4['appliedStrokeWidth'],_0x4c1de4[_0x9f98c4(0x206)][_0x9f98c4(0x463)],_0x4c1de4[_0x9f98c4(0x206)]),!_0x4c1de4['hadStyleAttribute']&&_0x4c1de4[_0x9f98c4(0x272)][_0x9f98c4(0x134)]['length']===0x0&&_0x4c1de4['element'][_0x9f98c4(0x456)](_0x9f98c4(0x134)));});};}function _0x2c3fbf(_0xe66eb9,_0x20df3d){const _0x129ca2=_0x3c7957;return{'priority':_0xe66eb9[_0x129ca2(0x22e)](_0x20df3d),'value':_0xe66eb9['getPropertyValue'](_0x20df3d)};}function _0x1b194f(_0xac7123,_0x266ff2,_0x2f8464,_0x2ba39c,_0x86750c){const _0x339802=_0x3c7957;_0xac7123[_0x339802(0x4d7)](_0x266ff2)===_0x2f8464&&_0xac7123[_0x339802(0x22e)](_0x266ff2)===_0x2ba39c&&(_0x86750c['value']?_0xac7123[_0x339802(0x3c4)](_0x266ff2,_0x86750c[_0x339802(0x1cd)],_0x86750c[_0x339802(0x463)]):_0xac7123[_0x339802(0xd1)](_0x266ff2));}_0x577a84['displayName']='UniverIcon';let _0x296742={'tag':'svg','attrs':{'xmlns':_0x3c7957(0x3ce),'fill':_0x3c7957(0x4c4),'viewBox':_0x3c7957(0x275),'width':_0x3c7957(0x2f8),'height':_0x3c7957(0x2f8)},'children':[{'tag':_0x3c7957(0x28e),'attrs':{'fill':_0x3c7957(0x108),'d':_0x3c7957(0x17f),'transform':_0x3c7957(0x469),'fillRule':_0x3c7957(0x1ff),'clipRule':_0x3c7957(0x1ff)}}]},_0x52344f=(0x0,_0xe52bd8['forwardRef'])(function(_0x251744,_0x41c515){const _0xb3e500=_0x3c7957;return(0x0,_0xe52bd8[_0xb3e500(0x3e8)])(_0x577a84,Object[_0xb3e500(0x293)]({},_0x251744,{'id':'arrow-left-icon','ref':_0x41c515,'icon':_0x296742}));});_0x52344f[_0x3c7957(0x35d)]=_0x3c7957(0x44d);let _0x3ee021={'tag':_0x3c7957(0x1cf),'attrs':{'xmlns':'http://www.w3.org/2000/svg','fill':_0x3c7957(0x4c4),'viewBox':_0x3c7957(0x20b),'width':'1em','height':_0x3c7957(0x2f8)},'children':[{'tag':'path','attrs':{'fill':'currentColor','d':_0x3c7957(0x128),'fillRule':'evenodd','clipRule':_0x3c7957(0x1ff)}}]},_0x3a8fff=(0x0,_0xe52bd8[_0x3c7957(0x1c6)])(function(_0x368676,_0x3497bc){const _0x131688=_0x3c7957;return(0x0,_0xe52bd8[_0x131688(0x3e8)])(_0x577a84,Object['assign']({},_0x368676,{'id':_0x131688(0x16d),'ref':_0x3497bc,'icon':_0x3ee021}));});_0x3a8fff[_0x3c7957(0x35d)]=_0x3c7957(0x2be);let _0x528c0e={'tag':'svg','attrs':{'xmlns':_0x3c7957(0x3ce),'fill':_0x3c7957(0x4c4),'viewBox':'0\x200\x2016\x2016','width':'1em','height':_0x3c7957(0x2f8)},'children':[{'tag':'path','attrs':{'stroke':'currentColor','d':_0x3c7957(0x261),'strokeLinecap':'round','strokeWidth':1.2}},{'tag':_0x3c7957(0x28e),'attrs':{'stroke':_0x3c7957(0x108),'d':_0x3c7957(0x3d2),'strokeLinecap':_0x3c7957(0x209),'strokeLinejoin':_0x3c7957(0x209),'strokeWidth':1.2}},{'tag':_0x3c7957(0x28e),'attrs':{'stroke':_0x3c7957(0x108),'d':_0x3c7957(0x341),'strokeLinecap':'round','strokeLinejoin':'round','strokeWidth':1.2}}]},_0xa2d389=(0x0,_0xe52bd8['forwardRef'])(function(_0x1225f6,_0x4059cb){const _0x2f0599=_0x3c7957;return(0x0,_0xe52bd8[_0x2f0599(0x3e8)])(_0x577a84,Object[_0x2f0599(0x293)]({},_0x1225f6,{'id':_0x2f0599(0x480),'ref':_0x4059cb,'icon':_0x528c0e}));});_0xa2d389[_0x3c7957(0x35d)]=_0x3c7957(0x2b6);let _0x467dd5={'tag':_0x3c7957(0x1cf),'attrs':{'xmlns':_0x3c7957(0x3ce),'fill':_0x3c7957(0x4c4),'viewBox':_0x3c7957(0x20b),'width':_0x3c7957(0x2f8),'height':'1em'},'children':[{'tag':_0x3c7957(0x28e),'attrs':{'fill':_0x3c7957(0x108),'d':_0x3c7957(0xe6),'fillRule':_0x3c7957(0x1ff),'clipRule':_0x3c7957(0x1ff)}}]},_0x1987aa=(0x0,_0xe52bd8['forwardRef'])(function(_0x3d3cbc,_0x5c1bde){const _0x4b8ad2=_0x3c7957;return(0x0,_0xe52bd8[_0x4b8ad2(0x3e8)])(_0x577a84,Object[_0x4b8ad2(0x293)]({},_0x3d3cbc,{'id':'more-down-icon','ref':_0x5c1bde,'icon':_0x467dd5}));});_0x1987aa[_0x3c7957(0x35d)]=_0x3c7957(0xa5);let _0x8f6079={'tag':_0x3c7957(0x1cf),'attrs':{'xmlns':_0x3c7957(0x3ce),'fill':_0x3c7957(0x4c4),'viewBox':_0x3c7957(0x20b),'width':_0x3c7957(0x2f8),'height':_0x3c7957(0x2f8)},'children':[{'tag':_0x3c7957(0x28e),'attrs':{'fill':'currentColor','d':_0x3c7957(0x313),'fillRule':_0x3c7957(0x1ff),'clipRule':_0x3c7957(0x1ff)}}]},_0x635fbb=(0x0,_0xe52bd8[_0x3c7957(0x1c6)])(function(_0x2e94ce,_0x453266){const _0x2ffa63=_0x3c7957;return(0x0,_0xe52bd8[_0x2ffa63(0x3e8)])(_0x577a84,Object[_0x2ffa63(0x293)]({},_0x2e94ce,{'id':_0x2ffa63(0x33c),'ref':_0x453266,'icon':_0x8f6079}));});_0x635fbb['displayName']=_0x3c7957(0x1df);let _0x5537e4={'tag':'svg','attrs':{'xmlns':_0x3c7957(0x3ce),'fill':_0x3c7957(0x4c4),'viewBox':'0\x200\x2016\x2017','width':_0x3c7957(0x2f8),'height':'1em'},'children':[{'tag':'g','attrs':{'fill':_0x3c7957(0x108),'clipPath':_0x3c7957(0xb3)},'children':[{'tag':_0x3c7957(0x28e),'attrs':{'d':_0x3c7957(0x45e)}},{'tag':'path','attrs':{'d':_0x3c7957(0x2e6),'fillRule':_0x3c7957(0x1ff),'clipRule':'evenodd'}}]},{'tag':_0x3c7957(0x234),'attrs':{},'children':[{'tag':'clipPath','attrs':{'id':_0x3c7957(0x288)},'children':[{'tag':'rect','attrs':{'width':0x10,'height':0x10,'y':0.05,'fill':_0x3c7957(0x2f0),'rx':0x4}}]}]}],'defIds':[_0x3c7957(0x288)]},_0x1ae87f=(0x0,_0xe52bd8['forwardRef'])(function(_0x2d4a1a,_0x515133){const _0x5640a1=_0x3c7957;return(0x0,_0xe52bd8[_0x5640a1(0x3e8)])(_0x577a84,Object[_0x5640a1(0x293)]({},_0x2d4a1a,{'id':_0x5640a1(0x113),'ref':_0x515133,'icon':_0x5537e4}));});_0x1ae87f[_0x3c7957(0x35d)]=_0x3c7957(0x2aa);let _0x19afb8={'tag':'svg','attrs':{'xmlns':_0x3c7957(0x3ce),'fill':'none','viewBox':_0x3c7957(0x33d),'width':_0x3c7957(0x2f8),'height':_0x3c7957(0x2f8)},'children':[{'tag':'path','attrs':{'fill':_0x3c7957(0x33f),'d':_0x3c7957(0x159)}},{'tag':'defs','attrs':{},'children':[{'tag':_0x3c7957(0xa9),'attrs':{'id':_0x3c7957(0x404),'x1':1.66,'x2':18.18,'y1':7.09,'y2':6.77,'gradientUnits':_0x3c7957(0x42e)},'children':[{'tag':_0x3c7957(0x104),'attrs':{'offset':0x0,'stopColor':'#0b00d0'}},{'tag':_0x3c7957(0x104),'attrs':{'offset':0.49,'stopColor':_0x3c7957(0x230)}},{'tag':'stop','attrs':{'offset':0.65,'stopColor':_0x3c7957(0x26e)}},{'tag':_0x3c7957(0x104),'attrs':{'offset':0.88,'stopColor':_0x3c7957(0x3c9)}},{'tag':'stop','attrs':{'offset':0x1,'stopColor':'#00b197'}}]}]}],'defIds':['ai-assistant-multi-icon_paint0_linear_236_415']},_0x261aec=(0x0,_0xe52bd8[_0x3c7957(0x1c6)])(function(_0x58aef4,_0x2c7157){const _0x3857ec=_0x3c7957;return(0x0,_0xe52bd8[_0x3857ec(0x3e8)])(_0x577a84,Object[_0x3857ec(0x293)]({},_0x58aef4,{'id':_0x3857ec(0x17a),'ref':_0x2c7157,'icon':_0x19afb8}));});_0x261aec[_0x3c7957(0x35d)]=_0x3c7957(0x129);let _0xeeadd3={'tag':'svg','attrs':{'xmlns':_0x3c7957(0x3ce),'fill':'none','viewBox':_0x3c7957(0x20b),'width':'1em','height':_0x3c7957(0x2f8)},'children':[{'tag':_0x3c7957(0x28e),'attrs':{'fill':_0x3c7957(0x227),'d':_0x3c7957(0x221),'fillOpacity':0.2,'fillRule':_0x3c7957(0x1ff),'clipRule':'evenodd'}},{'tag':_0x3c7957(0x28e),'attrs':{'fill':_0x3c7957(0x227),'d':_0x3c7957(0x3c3),'fillRule':_0x3c7957(0x1ff),'clipRule':_0x3c7957(0x1ff)}}]},_0x35d3cf=(0x0,_0xe52bd8['forwardRef'])(function(_0x3c8323,_0x4be24c){const _0x267794=_0x3c7957;return(0x0,_0xe52bd8[_0x267794(0x3e8)])(_0x577a84,Object[_0x267794(0x293)]({},_0x3c8323,{'id':_0x267794(0xb9),'ref':_0x4be24c,'icon':_0xeeadd3}));});_0x35d3cf[_0x3c7957(0x35d)]=_0x3c7957(0x49a);function _0xc354b2(_0x122eaf){'@babel/helpers - typeof';const _0x31104a=_0x3c7957;return _0xc354b2=typeof Symbol==_0x31104a(0x3cf)&&typeof Symbol[_0x31104a(0x21d)]=='symbol'?function(_0xe3e017){return typeof _0xe3e017;}:function(_0x4dd8c9){const _0x30d65b=_0x31104a;return _0x4dd8c9&&typeof Symbol==_0x30d65b(0x3cf)&&_0x4dd8c9[_0x30d65b(0x25c)]===Symbol&&_0x4dd8c9!==Symbol[_0x30d65b(0x4c3)]?_0x30d65b(0x1c5):typeof _0x4dd8c9;},_0xc354b2(_0x122eaf);}function _0x53774f(_0x2b3e21,_0x33ae37){const _0x28bbc9=_0x3c7957;if(_0xc354b2(_0x2b3e21)!='object'||!_0x2b3e21)return _0x2b3e21;var _0x1ba8b0=_0x2b3e21[Symbol[_0x28bbc9(0x450)]];if(_0x1ba8b0!==void 0x0){var _0x36f0d2=_0x1ba8b0[_0x28bbc9(0x4ad)](_0x2b3e21,_0x33ae37||_0x28bbc9(0x26a));if(_0xc354b2(_0x36f0d2)!=_0x28bbc9(0x187))return _0x36f0d2;throw TypeError(_0x28bbc9(0x9d));}return(_0x33ae37===_0x28bbc9(0x484)?String:Number)(_0x2b3e21);}function _0xe37b81(_0x3c28cc){const _0x27defe=_0x3c7957;var _0x5e9da6=_0x53774f(_0x3c28cc,_0x27defe(0x484));return _0xc354b2(_0x5e9da6)==_0x27defe(0x1c5)?_0x5e9da6:_0x5e9da6+'';}function _0x44f061(_0x1a31e7,_0xa5e306,_0x53ed27){const _0x44e523=_0x3c7957;return(_0xa5e306=_0xe37b81(_0xa5e306))in _0x1a31e7?Object[_0x44e523(0x1c9)](_0x1a31e7,_0xa5e306,{'value':_0x53ed27,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x1a31e7[_0xa5e306]=_0x53ed27,_0x1a31e7;}function _0x27950e(_0x4bb627,_0x317a3b){return function(_0x581838,_0x3e6bd2){_0x317a3b(_0x581838,_0x3e6bd2,_0x4bb627);};}function _0x924a19(_0x36f4f1,_0x1a69cd,_0x55c42a,_0x5ce4e1){const _0x5e8302=_0x3c7957;var _0x50d070=arguments[_0x5e8302(0x2db)],_0x2dcfda=_0x50d070<0x3?_0x1a69cd:_0x5ce4e1===null?_0x5ce4e1=Object['getOwnPropertyDescriptor'](_0x1a69cd,_0x55c42a):_0x5ce4e1,_0x1df3eb;if(typeof Reflect==_0x5e8302(0x187)&&typeof Reflect[_0x5e8302(0x3d6)]==_0x5e8302(0x3cf))_0x2dcfda=Reflect[_0x5e8302(0x3d6)](_0x36f4f1,_0x1a69cd,_0x55c42a,_0x5ce4e1);else{for(var _0xd39d73=_0x36f4f1['length']-0x1;_0xd39d73>=0x0;_0xd39d73--)(_0x1df3eb=_0x36f4f1[_0xd39d73])&&(_0x2dcfda=(_0x50d070<0x3?_0x1df3eb(_0x2dcfda):_0x50d070>0x3?_0x1df3eb(_0x1a69cd,_0x55c42a,_0x2dcfda):_0x1df3eb(_0x1a69cd,_0x55c42a))||_0x2dcfda);}return _0x50d070>0x3&&_0x2dcfda&&Object[_0x5e8302(0x1c9)](_0x1a69cd,_0x55c42a,_0x2dcfda),_0x2dcfda;}let _0x510cdd=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(_0x38fbe0,_0x12d0ed,_0xfa5ab1,_0x10b968,_0x43d67c,_0x34c03f,_0x4ce0a4,_0x386d60,_0x26fd41){const _0xe07f01=_0x3c7957;super(),this[_0xe07f01(0x22b)]=_0x38fbe0,this[_0xe07f01(0x4ac)]=_0x12d0ed,this[_0xe07f01(0x276)]=_0xfa5ab1,this[_0xe07f01(0x301)]=_0x10b968,this['_drawingManagerService']=_0x43d67c,this[_0xe07f01(0x3a6)]=_0x34c03f,this[_0xe07f01(0x489)]=_0x4ce0a4,this[_0xe07f01(0x2d7)]=_0x386d60,this[_0xe07f01(0x342)]=_0x26fd41,_0x44f061(this,_0xe07f01(0x29b),void 0x0),this['_workbookDataCache']=new _0x78fe8d['LRUMap'](0x3c);}[_0x3c7957(0x110)](){const _0x2b2850=_0x3c7957;this['_workbookDataCache'][_0x2b2850(0xa2)](),super[_0x2b2850(0x110)]();}async[_0x3c7957(0x24a)](_0x3c8b4d){const _0xda42a7=_0x3c7957;try{let _0x393f8b=(await this[_0xda42a7(0x489)][_0xda42a7(0x2f6)](this['_getAPIPrefix']()+'/'+_0x3c8b4d+_0xda42a7(0x43c)))[_0xda42a7(0x46a)];if(_0x393f8b&&_0x393f8b[_0xda42a7(0x4ca)]&&_0x393f8b[_0xda42a7(0x4ca)][_0xda42a7(0x455)]===_0x1fa59f[_0xda42a7(0xc0)]['OK'])return _0x393f8b[_0xda42a7(0x27e)]??[];}catch(_0x34f50e){console[_0xda42a7(0x4ca)](_0x34f50e);}return[];}async[_0x3c7957(0x2fc)](_0x2e6408,_0x5cf01e){const _0x1f58f7=_0x3c7957;let {userIds:_0x12dcfe,lastLabel:_0x1c4f2e,origin:_0x4baaf6}=_0x5cf01e??{},_0xc988f7=new URLSearchParams();_0xc988f7['set']('length','20'),_0x1c4f2e&&_0xc988f7[_0x1f58f7(0x17c)](_0x1f58f7(0x1f1),_0x1c4f2e),_0x12dcfe==null||_0x12dcfe[_0x1f58f7(0x146)](_0x5a2e84=>{const _0x173fa3=_0x1f58f7;_0xc988f7[_0x173fa3(0x47c)](_0x173fa3(0x270),_0x5a2e84);}),_0x4baaf6&&_0xc988f7['set'](_0x1f58f7(0x219),_0x4baaf6[_0x1f58f7(0xa0)]());let _0x401900=this['_getAPIPrefix']()+'/'+_0x2e6408+'/list?'+_0xc988f7[_0x1f58f7(0xa0)]();try{let _0x539f8b=(await this['_httpService'][_0x1f58f7(0x2f6)](_0x401900))[_0x1f58f7(0x46a)];if(_0x539f8b&&_0x539f8b[_0x1f58f7(0x4ca)]&&_0x539f8b[_0x1f58f7(0x4ca)][_0x1f58f7(0x455)]===_0x1fa59f[_0x1f58f7(0xc0)]['OK']){let {hasMore:_0x15a52b,lastLabel:_0x3695e5}=_0x539f8b;return{'hasMore':_0x15a52b,'lastLabel':_0x3695e5,'versions':_0x2e7ff7(_0x539f8b),'members':_0x539f8b['entities'][_0x1f58f7(0x242)]};}}catch(_0x236956){console['error'](_0x236956);}return null;}async[_0x3c7957(0xa6)](_0x2ee60e,_0x38530e){const _0x5acd7d=_0x3c7957;let {unitId:_0x2b51b1,startRevision:_0x1b7aff,endRevision:_0x1d0115}=_0x38530e,_0x22b2bf=this[_0x5acd7d(0x262)]()+'/'+_0x2b51b1+_0x5acd7d(0x26c)+_0x1b7aff+_0x5acd7d(0x2e1)+_0x1d0115;return(await this[_0x5acd7d(0x489)][_0x5acd7d(0x2f6)](_0x22b2bf))[_0x5acd7d(0x46a)];}[_0x3c7957(0x262)](){const _0x4cd6e8=_0x3c7957;return _0x8d5d88(this[_0x4cd6e8(0x3a6)]['getConfig'](_0x177520));}[_0x3c7957(0x38e)](_0x1b09dd,_0x4ae28e){return _0x1b09dd+':'+_0x4ae28e;}async['loadSheet'](_0xcb5315,_0x4aabb8,_0x1018af={}){const _0x19fdca=_0x3c7957;let _0x1ce1b3=this[_0x19fdca(0x38e)](_0xcb5315,_0x4aabb8),_0x4b3be2=this[_0x19fdca(0x29b)][_0x19fdca(0x2f6)](_0x1ce1b3);if(_0x4b3be2){let {workbookData:_0x343a7d,changesets:_0x26f793}=_0x4b3be2;return await this[_0x19fdca(0x388)](_0x343a7d,_0x26f793),!0x0;}let {snapshot:_0x5a6d51,changesets:_0x1c5cf6,error:_0x9cef66}=await this['_snapshotServerService'][_0x19fdca(0x421)](_0x1018af,{'unitID':_0xcb5315,'type':_0x78fe8d[_0x19fdca(0xd2)][_0x19fdca(0x306)],'revision':_0x4aabb8});if((0x0,_0x1fa59f[_0x19fdca(0x3ff)])(_0x9cef66)||!_0x5a6d51||!_0x5a6d51['workbook'])throw Error(_0x19fdca(0x1b6));let _0x1500d9=(_0x1c5cf6==null?void 0x0:_0x1c5cf6['length'])??0x0;if(_0x4aabb8!==0x0&&_0x5a6d51[_0x19fdca(0x3db)]+_0x1500d9!==_0x4aabb8)throw Error('[HistoryFetchService]:\x20wrong\x20rev\x20from\x20the\x20server!');let {workbook:_0x2976c3}=_0x5a6d51,_0x76031e=_0x2976c3[_0x19fdca(0x204)]?Object[_0x19fdca(0x3b7)](_0x2976c3[_0x19fdca(0x204)])[_0x19fdca(0xca)](_0x5b353e=>_0x5b353e[_0x19fdca(0xb5)]??[]):[],_0x36d786=await(0x0,_0xbae557[_0x19fdca(0x155)])(_0x5a6d51,(await Promise[_0x19fdca(0x188)](_0x76031e[_0x19fdca(0x2ee)](_0x475963=>this[_0x19fdca(0x22b)][_0x19fdca(0x25b)](_0x1018af,{'unitID':_0xcb5315,'type':_0x78fe8d[_0x19fdca(0xd2)][_0x19fdca(0x306)],'blockID':_0x475963})[_0x19fdca(0x19c)](_0x34a8ee=>_0x34a8ee[_0x19fdca(0x2e3)]))))[_0x19fdca(0x147)](Boolean),_0x1018af);return this[_0x19fdca(0x29b)]['set'](_0x1ce1b3,{'workbookData':_0x36d786,'changesets':_0x1c5cf6}),await this['_applyWorkbookData'](_0x36d786,_0x1c5cf6),!0x0;}async[_0x3c7957(0x388)](_0x444868,_0x4d71ba){const _0x267db2=_0x3c7957;let _0x28284f=this[_0x267db2(0x4ac)][_0x267db2(0x241)](_0x78fe8d[_0x267db2(0xd2)][_0x267db2(0x306)]);_0x28284f&&(this[_0x267db2(0x4ac)]['disposeUnit'](_0x28284f[_0x267db2(0x45a)]()),await Promise[_0x267db2(0x3e5)]());let _0x38dd2d=JSON['parse'](JSON[_0x267db2(0x4d1)](_0x444868));this[_0x267db2(0x476)][_0x267db2(0x2bb)](!0x1);let _0x19e737=this[_0x267db2(0x320)](_0x38dd2d,_0x4d71ba);_0x541417(this['_permissionService'],this[_0x267db2(0x476)],_0x19e737),this['_sheetPermissionInitController']['refreshRangeProtectPermission']();}[_0x3c7957(0x320)](_0x4769fa,_0x27d09f){const _0x3f3461=_0x3c7957;let _0x22f5da=this[_0x3f3461(0x4ac)][_0x3f3461(0x136)](_0x78fe8d[_0x3f3461(0xd2)][_0x3f3461(0x306)],_0x4769fa);this['_univerInstanceService']['focusUnit'](_0x22f5da[_0x3f3461(0x45a)]());let _0xc20a96=this[_0x3f3461(0x2d7)][_0x3f3461(0x41a)][_0x3f3461(0x31e)](this['_compressMutationService'][_0x3f3461(0x41a)][_0x3f3461(0x457)]()[_0x3f3461(0x402)]);return _0x27d09f==null||_0x27d09f[_0x3f3461(0x146)](_0x3327cb=>{const _0x2a43db=_0x3f3461;let _0x575b1e=_0x3327cb['mutations']['map'](_0x2ff2f2=>({'id':_0x2ff2f2['id'],'params':JSON['parse'](_0x2ff2f2[_0x2a43db(0x2af)])}));(_0xc20a96(_0x575b1e,null)||_0x575b1e)[_0x2a43db(0x146)](_0x470b11=>{const _0x21bc44=_0x2a43db;this[_0x21bc44(0x276)][_0x21bc44(0x148)](_0x470b11['id'])&&this[_0x21bc44(0x276)][_0x21bc44(0x21f)](_0x470b11['id'],_0x470b11[_0x21bc44(0x418)],{'fromChangeset':!0x0});});}),_0x22f5da;}};_0x510cdd=_0x924a19([_0x27950e(0x0,_0xbae557[_0x3c7957(0x207)]),_0x27950e(0x1,_0x78fe8d[_0x3c7957(0x3e4)]),_0x27950e(0x2,_0x78fe8d[_0x3c7957(0x347)]),_0x27950e(0x3,_0x78fe8d['IPermissionService']),_0x27950e(0x4,_0x41784f[_0x3c7957(0x46c)]),_0x27950e(0x5,_0x78fe8d[_0x3c7957(0xde)]),_0x27950e(0x6,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x108cb3['HTTPService'])),_0x27950e(0x7,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0xbae557[_0x3c7957(0x360)])),_0x27950e(0x8,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x5d1a47[_0x3c7957(0x369)]))],_0x510cdd);function _0x541417(_0x381b68,_0x1be5f3,_0x31d487){const _0x4126e3=_0x3c7957;let _0x3ab4d6=_0x31d487[_0x4126e3(0x45a)]();_0x1be5f3['setDrawingEditable'](!0x1),_0x381b68['updatePermissionPoint'](new _0x5d1a47[(_0x4126e3(0x3be))](_0x3ab4d6)['id'],!0x1),_0x31d487[_0x4126e3(0x1e1)]()[_0x4126e3(0x146)](_0x29a6e5=>{const _0x582e47=_0x4126e3;_0x381b68[_0x582e47(0x2a5)](new _0x5d1a47[(_0x582e47(0x28c))](_0x3ab4d6,_0x29a6e5[_0x582e47(0x1c3)]())['id'],!0x1);});}function _0x2e7ff7(_0x2edf86){const _0x50aa6d=_0x3c7957;let _0x24fb99=[],{entities:_0x289b51,historyIds:_0x101c51}=_0x2edf86,{datas:_0x1a2c9b,users:_0x18e1d1}=_0x289b51;for(let _0x382cdc of _0x101c51){let _0x29b8a2=_0x1a2c9b[_0x382cdc];if(_0x29b8a2){var _0x20c7aa,_0x41a8b9;let _0x229bf1=!!((_0x20c7aa=_0x18e1d1[_0x29b8a2[_0x50aa6d(0x405)]])!=null&&_0x20c7aa[_0x50aa6d(0x431)]);_0x24fb99[_0x50aa6d(0x265)]({'unitId':_0x29b8a2['unitId'],'user':_0x229bf1?'':(_0x18e1d1==null||(_0x41a8b9=_0x18e1d1[_0x29b8a2[_0x50aa6d(0x405)]])==null?void 0x0:_0x41a8b9[_0x50aa6d(0x419)])||'','users':_0x29b8a2[_0x50aa6d(0x270)][_0x50aa6d(0x2ee)](_0x5cf5f3=>{const _0x3be52b=_0x50aa6d;var _0x3afc04;return(_0x18e1d1==null||(_0x3afc04=_0x18e1d1[_0x5cf5f3])==null?void 0x0:_0x3afc04[_0x3be52b(0x419)])||'';})[_0x50aa6d(0x147)](_0x18bd18=>_0x18bd18),'isAnonymous':_0x229bf1,'id':_0x382cdc,'time':_0x29b8a2[_0x50aa6d(0x143)]?Number(_0x29b8a2[_0x50aa6d(0x143)]):void 0x0,'commands':_0x29b8a2[_0x50aa6d(0xb8)],'startRev':Number(_0x29b8a2['startRevision']),'endRev':Number(_0x29b8a2[_0x50aa6d(0x3ca)]),'recoverTime':_0x29b8a2[_0x50aa6d(0x2d5)]?Number(_0x29b8a2['recoverTime']):void 0x0,'additionalFields':_0x29b8a2['additionalFields'],'startRevCreateTime':_0x29b8a2[_0x50aa6d(0x4b7)]?Number(_0x29b8a2[_0x50aa6d(0x4b7)]):void 0x0,'endRevCreateTime':_0x29b8a2[_0x50aa6d(0x18e)]?Number(_0x29b8a2[_0x50aa6d(0x18e)]):void 0x0});}}return _0x24fb99;}function _0x5cd809(_0xec8440=_0x3c7957(0x45c)){const _0x2c31ac=_0x3c7957;return{'collaboration':[{'id':_0xbae557['CreateUnitMutation']['id'],'action':_0xec8440+_0x2c31ac(0xbd)},{'id':_0xbae557[_0x2c31ac(0x401)]['id'],'action':_0xec8440+'revertSheet'}],'sheets':[{'id':_0x5d1a47[_0x2c31ac(0x277)]['id'],'action':_0xec8440+_0x2c31ac(0x325)},{'id':_0x5d1a47[_0x2c31ac(0x331)]['id'],'action':_0xec8440+_0x2c31ac(0x426)},{'id':_0x5d1a47[_0x2c31ac(0x264)]['id'],'action':_0xec8440+'renameSheet'},{'id':_0x5d1a47['SetWorksheetOrderMutation']['id'],'action':_0xec8440+'reorderSheet'},{'id':_0x5d1a47['SetWorksheetHideMutation']['id'],'action':_0xec8440+_0x2c31ac(0x258)},{'id':_0x5d1a47['CopyWorksheetEndMutation']['id'],'action':_0xec8440+_0x2c31ac(0x494)},{'id':_0x5d1a47['SetTabColorMutation']['id'],'action':_0xec8440+_0x2c31ac(0xf8)},{'id':_0x5d1a47[_0x2c31ac(0x45d)]['id'],'action':_0xec8440+_0x2c31ac(0x425)},{'id':_0x5d1a47[_0x2c31ac(0x1d0)]['id'],'action':_0xec8440+_0x2c31ac(0x1d9)},{'id':_0x5d1a47[_0x2c31ac(0x15d)]['id'],'action':_0xec8440+_0x2c31ac(0x3d4)},{'id':_0x5d1a47[_0x2c31ac(0x9b)]['id'],'action':_0xec8440+_0x2c31ac(0xd4)},{'id':_0x5d1a47[_0x2c31ac(0x205)]['id'],'action':_0xec8440+_0x2c31ac(0x37f)},{'id':_0x5d1a47['MoveRowsMutation']['id'],'action':_0xec8440+_0x2c31ac(0x384)},{'id':_0x5d1a47[_0x2c31ac(0x414)]['id'],'action':_0xec8440+_0x2c31ac(0x1ed)},{'id':_0x5d1a47[_0x2c31ac(0x2b9)]['id'],'action':_0xec8440+_0x2c31ac(0x366)},{'id':_0x5d1a47[_0x2c31ac(0x4d3)]['id'],'action':_0xec8440+_0x2c31ac(0x3cb)},{'id':_0x5d1a47['SetColVisibleMutation']['id'],'action':_0xec8440+'showCol'},{'id':_0x5d1a47[_0x2c31ac(0x19a)]['id'],'action':_0xec8440+_0x2c31ac(0x346)},{'id':_0x5d1a47['SetWorksheetRowHeightMutation']['id'],'action':_0xec8440+_0x2c31ac(0x3d7)},{'id':_0x5d1a47[_0x2c31ac(0x97)]['id'],'action':_0xec8440+_0x2c31ac(0x4c9)},{'id':_0x5d1a47['SetWorksheetRowAutoHeightMutation']['id'],'action':_0xec8440+_0x2c31ac(0x3bf)},{'id':_0x5d1a47[_0x2c31ac(0x11d)]['id'],'action':_0xec8440+'setRowIsAutoHeight'},{'id':_0x5d1a47[_0x2c31ac(0x1f4)]['id'],'action':_0xec8440+_0x2c31ac(0x4a3)},{'id':_0x5d1a47[_0x2c31ac(0x492)]['id'],'action':_0xec8440+_0x2c31ac(0x32d)},{'id':_0x5d1a47[_0x2c31ac(0x1ea)]['id'],'action':_0xec8440+'setRowCount'},{'id':_0x5d1a47[_0x2c31ac(0x413)]['id'],'action':_0xec8440+_0x2c31ac(0x48c)},{'id':_0x5d1a47[_0x2c31ac(0x1ef)]['id'],'action':_0xec8440+'setRangeValues'},{'id':_0x5d1a47[_0x2c31ac(0x27d)]['id'],'action':_0xec8440+_0x2c31ac(0x191)},{'id':_0x5d1a47['ReorderRangeMutation']['id'],'action':_0xec8440+_0x2c31ac(0x389)},{'id':_0x5d1a47[_0x2c31ac(0x338)]['id'],'action':_0xec8440+_0x2c31ac(0xb1)},{'id':_0x5d1a47[_0x2c31ac(0x135)]['id'],'action':_0xec8440+_0x2c31ac(0x31a)},{'id':_0x5d1a47['SetFrozenMutation']['id'],'action':_0xec8440+_0x2c31ac(0x10d)},{'id':_0x5d1a47[_0x2c31ac(0xdb)]['id'],'action':_0xec8440+'toggleGridlines'},{'id':_0x5d1a47['SetGridlinesColorMutation']['id'],'action':_0xec8440+'setGridlinesColor'},{'id':_0x5d1a47[_0x2c31ac(0x2a6)]['id'],'action':_0xec8440+_0x2c31ac(0x424)},{'id':_0x5d1a47[_0x2c31ac(0x213)]['id'],'action':_0xec8440+_0x2c31ac(0xe2)},{'id':_0x5d1a47['AddWorksheetProtectionMutation']['id'],'action':_0xec8440+'addProtection'},{'id':_0x5d1a47['SetWorksheetProtectionMutation']['id'],'action':_0xec8440+_0x2c31ac(0x2e7)},{'id':_0x5d1a47[_0x2c31ac(0x3a5)]['id'],'action':_0xec8440+_0x2c31ac(0x18c)},{'id':_0x5d1a47['AddRangeProtectionMutation']['id'],'action':_0xec8440+_0x2c31ac(0x43a)},{'id':_0x5d1a47['SetRangeProtectionMutation']['id'],'action':_0xec8440+_0x2c31ac(0x2b7)},{'id':_0x5d1a47['DeleteRangeProtectionMutation']['id'],'action':_0xec8440+_0x2c31ac(0x385)},{'id':_0x5d1a47[_0x2c31ac(0x10c)]['id'],'action':_0xec8440+_0x2c31ac(0x289)},{'id':_0x5d1a47[_0x2c31ac(0x49c)]['id'],'action':_0xec8440+_0x2c31ac(0x3a8)},{'id':_0x5d1a47[_0x2c31ac(0x1e0)]['id'],'action':_0xec8440+'removeNumfmt'},{'id':_0x5d1a47[_0x2c31ac(0x20a)]['id'],'action':_0xec8440+_0x2c31ac(0x1ab)},{'id':_0x5d1a47[_0x2c31ac(0x49b)]['id'],'action':_0xec8440+_0x2c31ac(0x30b)},{'id':_0x5d1a47['RemoveRangeThemeMutation']['id'],'action':_0xec8440+_0x2c31ac(0x14b)},{'id':_0x5d1a47[_0x2c31ac(0x35f)]['id'],'action':_0xec8440+_0x2c31ac(0x2a9)},{'id':_0x5d1a47[_0x2c31ac(0x4ab)]['id'],'action':_0xec8440+'deleteWorksheetRangeTheme'}],'sheetsConditionalFormatting':[{'id':_0x32f067[_0x2c31ac(0x2ba)]['id'],'action':_0xec8440+_0x2c31ac(0x208)},{'id':_0x32f067[_0x2c31ac(0x29f)]['id'],'action':_0xec8440+'setCF'},{'id':_0x32f067[_0x2c31ac(0x294)]['id'],'action':_0xec8440+'deleteCF'},{'id':_0x32f067[_0x2c31ac(0x1f2)]['id'],'action':_0xec8440+_0x2c31ac(0x3fc)}],'sheetsFilter':[{'id':_0x2401c0['SetSheetsFilterRangeMutation']['id'],'action':_0xec8440+_0x2c31ac(0x32e)},{'id':_0x2401c0[_0x2c31ac(0x292)]['id'],'action':_0xec8440+_0x2c31ac(0x430)},{'id':_0x2401c0[_0x2c31ac(0xd8)]['id'],'action':_0xec8440+_0x2c31ac(0x285)},{'id':_0x2401c0['ReCalcSheetsFilterMutation']['id'],'action':_0xec8440+_0x2c31ac(0x4a7)}],'dataValidation':[{'id':_0xba1c21[_0x2c31ac(0x4ba)]['id'],'action':_0xec8440+'setDV'},{'id':_0xba1c21[_0x2c31ac(0x16f)]['id'],'action':_0xec8440+'setDV'},{'id':_0xba1c21[_0x2c31ac(0x174)]['id'],'action':_0xec8440+_0x2c31ac(0x123)}],'sheetsChart':[{'id':_0x56f46b[_0x2c31ac(0x344)]['id'],'action':_0xec8440+_0x2c31ac(0x3b1)},{'id':_0x56f46b[_0x2c31ac(0x491)]['id'],'action':_0xec8440+_0x2c31ac(0x16a)},{'id':_0x56f46b[_0x2c31ac(0x452)]['id'],'action':_0xec8440+_0x2c31ac(0x440)},{'id':_0x56f46b[_0x2c31ac(0x253)]['id'],'action':_0xec8440+_0x2c31ac(0x3a0)}],'sheetsSparkline':[{'id':_0x9028f9['AddSheetSparklineMutation']['id'],'action':_0xec8440+_0x2c31ac(0xf4)},{'id':_0x9028f9['SetSheetSparklineMutation']['id'],'action':_0xec8440+_0x2c31ac(0x93)},{'id':_0x9028f9['RemoveSheetSparklineMutation']['id'],'action':_0xec8440+'removeSparkline'}],'sheetsPivot':[{'id':_0x426da0[_0x2c31ac(0x3b9)]['id'],'action':_0xec8440+'addPivotTable'},{'id':_0x426da0[_0x2c31ac(0x22a)]['id'],'action':_0xec8440+'removePivotTable'},{'id':_0x426da0[_0x2c31ac(0x121)]['id'],'action':_0xec8440+_0x2c31ac(0x23b)},{'id':_0x426da0['SetPivotPositionMutation']['id'],'action':_0xec8440+_0x2c31ac(0x2a2)},{'id':_0x426da0[_0x2c31ac(0x197)]['id'],'action':_0xec8440+_0x2c31ac(0x368)},{'id':_0x426da0[_0x2c31ac(0x3e2)]['id'],'action':_0xec8440+_0x2c31ac(0x474)},{'id':_0x426da0['RemovePivotFieldMutation']['id'],'action':_0xec8440+_0x2c31ac(0x248)},{'id':_0x426da0[_0x2c31ac(0x182)]['id'],'action':_0xec8440+_0x2c31ac(0xad)},{'id':_0x426da0[_0x2c31ac(0x1e5)]['id'],'action':_0xec8440+'updateFieldPosition'},{'id':_0x426da0[_0x2c31ac(0x324)]['id'],'action':_0xec8440+'updateValuePosition'},{'id':_0x426da0['UpdatePivotFieldSourceInfoMutation']['id'],'action':_0xec8440+_0x2c31ac(0x196)},{'id':_0x426da0[_0x2c31ac(0x2cc)]['id'],'action':_0xec8440+'setPivotFieldFormat'},{'id':_0x426da0[_0x2c31ac(0xdc)]['id'],'action':_0xec8440+_0x2c31ac(0x37b)},{'id':_0x426da0[_0x2c31ac(0x380)]['id'],'action':_0xec8440+_0x2c31ac(0x2ff)},{'id':_0x426da0[_0x2c31ac(0xf7)]['id'],'action':_0xec8440+'setPivotSort'},{'id':_0x426da0[_0x2c31ac(0x4b0)]['id'],'action':_0xec8440+_0x2c31ac(0x464)},{'id':_0x426da0[_0x2c31ac(0x13f)]['id'],'action':_0xec8440+_0x2c31ac(0x1d2)}],'sheetsShape':[{'id':_0x2231b4[_0x2c31ac(0x249)]['id'],'action':_0xec8440+'insertShape'},{'id':_0x2231b4[_0x2c31ac(0x39d)]['id'],'action':_0xec8440+_0x2c31ac(0x3cc)},{'id':_0x2231b4['UpdateSheetsShapeDataMutation']['id'],'action':_0xec8440+_0x2c31ac(0x439)},{'id':_0x2231b4['UpdateSheetsShapeTypeMutation']['id'],'action':_0xec8440+'updateShapeType'}],'sheetsTable':[{'id':_0x5262b9['AddSheetTableMutation']['id'],'action':_0xec8440+_0x2c31ac(0x266)},{'id':_0x5262b9[_0x2c31ac(0x40b)]['id'],'action':_0xec8440+_0x2c31ac(0x3df)},{'id':_0x5262b9[_0x2c31ac(0x3ab)]['id'],'action':_0xec8440+_0x2c31ac(0x312)},{'id':_0x5262b9[_0x2c31ac(0x16e)]['id'],'action':_0xec8440+'setTableFilter'}],'sheetsDrawing':[{'id':_0x5d73dd['SetDrawingApplyMutation']['id'],'action':_0xec8440+_0x2c31ac(0x2f3)}]};}function _0x11ec8c(_0x529efb=_0x3c7957(0x45c)){const _0x5b6d32=_0x3c7957;let _0x5bccec=_0x5cd809(_0x529efb);return Object[_0x5b6d32(0x3b7)](_0x5bccec)[_0x5b6d32(0x271)]();}function _0xce9c55(_0x2137d2){const _0x36f74a=_0x3c7957;return _0x78fe8d[_0x36f74a(0x25f)][_0x2137d2[_0x36f74a(0x12e)]()][_0x36f74a(0x23a)];}let _0x1cd3df=(_0x17f7db,_0x17b826)=>{const _0x52a4d4=_0x3c7957;if(!_0x17f7db)return{'date':'','time':''};let _0x5108af=(0x0,_0x78fe8d[_0x52a4d4(0xc3)])(_0x17f7db);return{'date':_0x3289aa(_0x5108af[_0x52a4d4(0x2c3)](_0x52a4d4(0x322)),_0x17b826),'time':_0x5108af[_0x52a4d4(0x309)](_0xce9c55(_0x17b826),{'hour':_0x52a4d4(0x4d5),'minute':_0x52a4d4(0x4d5),'second':'2-digit','hour12':!0x1})};},_0x52f9bb=(_0x14a8df,_0x218697)=>{const _0x5f3a5f=_0x3c7957;if(_0x14a8df['commands']['some'](_0x2531c5=>_0x2531c5===_0xbae557['RevertRevisionMutation']['id'])&&_0x14a8df[_0x5f3a5f(0x2d5)]){let _0x47f744=_0x1cd3df(_0x14a8df[_0x5f3a5f(0x2d5)],_0x218697),_0x187bb3=_0x47f744[_0x5f3a5f(0x24f)]+'\x20'+_0x47f744[_0x5f3a5f(0x481)];return _0x218697['t']('sheets-history-ui.viewer.action.revertSheetPrefix')+'\x20'+_0x187bb3+'\x20'+_0x218697['t'](_0x5f3a5f(0x175));}let _0x4e653d=_0x232e6a(_0x14a8df),_0x25415c=Array[_0x5f3a5f(0x375)](new Set(_0x4e653d)),_0x332ade;if(_0x25415c[_0x5f3a5f(0x2db)]===0x1)_0x332ade=_0x218697['t'](_0x25415c[0x0]);else{let _0x4590a6=_0x25415c['slice'](0x0,0x5)[_0x5f3a5f(0x2ee)](_0xa6b60c=>_0x218697['t'](_0xa6b60c))[_0x5f3a5f(0x2e9)](',\x20');_0x332ade=_0x25415c[_0x5f3a5f(0x2db)]>0x5?''+_0x4590a6+_0x218697['t'](_0x5f3a5f(0x3c1)):_0x4590a6;}return''+_0x332ade;};function _0x232e6a(_0x2cb853){const _0x2e2669=_0x3c7957;if(_0x2cb853[_0x2e2669(0x1e7)]['length']===0x0)return[''];let _0x120c75=_0x2e2669(0x45c),_0x1af7e4=_0x120c75+_0x2e2669(0x100),_0x24d51e=_0x11ec8c(_0x120c75)[_0x2e2669(0x147)](_0x25639d=>_0x2cb853[_0x2e2669(0x1e7)][_0x2e2669(0xff)](_0x25639d['id']));return _0x24d51e!=null&&_0x24d51e['length']?_0x24d51e[_0x2e2669(0x2ee)](_0x4eb046=>_0x4eb046['action']):[_0x1af7e4];}function _0x3289aa(_0x4af2ac,_0x42d90d){const _0x4ed0b1=_0x3c7957;let [_0xd9517f,_0x109050,_0x4f4e20]=(0x0,_0x78fe8d['dateKit'])()[_0x4ed0b1(0x2c3)](_0x4ed0b1(0x322))[_0x4ed0b1(0x2c8)]('-'),[_0x29ebff,_0x2c96e8,_0x2eb8db]=_0x4af2ac[_0x4ed0b1(0x2c8)]('-');if(_0xd9517f===_0x29ebff&&_0x109050===_0x2c96e8&&_0x4f4e20===_0x2eb8db)return _0x42d90d['t']('sheets-history-ui.viewer.panel.today');let _0x50f7ef=_0xce9c55(_0x42d90d);return _0xd9517f===_0x29ebff?(0x0,_0x78fe8d[_0x4ed0b1(0xc3)])(_0x4af2ac)[_0x4ed0b1(0x309)](_0x50f7ef,{'month':_0x4ed0b1(0x471),'day':'numeric'}):(0x0,_0x78fe8d[_0x4ed0b1(0xc3)])(_0x4af2ac)['formatIntl'](_0x50f7ef,{'year':_0x4ed0b1(0x471),'month':_0x4ed0b1(0x471),'day':_0x4ed0b1(0x471)});}function _0x2aadc9(_0x3d0dca){const _0x1042d2=_0x3c7957;return _0x3d0dca?_0x3d0dca[_0x1042d2(0x162)]((_0xaabc69,_0x3093f1)=>{const _0x1a39e2=_0x1042d2;let _0x1e8dcf=(0x0,_0x78fe8d[_0x1a39e2(0xc3)])(_0x3093f1[_0x1a39e2(0x481)]??Date[_0x1a39e2(0x138)]())[_0x1a39e2(0x2c3)](_0x1a39e2(0x322)),_0x40c4fb=_0x3093f1[_0x1a39e2(0x4b7)]?(0x0,_0x78fe8d[_0x1a39e2(0xc3)])(_0x3093f1[_0x1a39e2(0x4b7)])['format'](_0x1a39e2(0x322)):_0x1e8dcf,_0x28868e=_0x3093f1[_0x1a39e2(0x18e)]?(0x0,_0x78fe8d['dateKit'])(_0x3093f1[_0x1a39e2(0x18e)])[_0x1a39e2(0x2c3)]('YYYY-MM-DD'):_0x1e8dcf;return _0xaabc69[_0x1a39e2(0x2db)]>0x0&&_0xaabc69[_0xaabc69['length']-0x1]['startDateString']===_0x40c4fb?_0xaabc69[_0xaabc69[_0x1a39e2(0x2db)]-0x1]['versions'][_0x1a39e2(0x265)](_0x3093f1):_0xaabc69[_0x1a39e2(0x265)]({'dateString':_0x1e8dcf,'startDateString':_0x40c4fb,'endDateString':_0x28868e,'versions':[_0x3093f1]}),_0xaabc69;},[]):[];}let _0x3ecfa9='VIRTUAL_VERSION_NOW',_0x25de95=class extends _0x78fe8d[_0x3c7957(0x19f)]{[_0x3c7957(0x314)](_0x4e82e8){const _0x33926f=_0x3c7957;this[_0x33926f(0x417)][_0x33926f(0x22c)](_0x4e82e8);}get[_0x3c7957(0x166)](){const _0x59270a=_0x3c7957;return this[_0x59270a(0x417)][_0x59270a(0x1cd)];}constructor(_0x286240,_0x5075d1,_0x4ac9c1,_0x345245,_0x69cb5f){const _0x56c3a1=_0x3c7957;super(),this[_0x56c3a1(0x3c7)]=_0x286240,this[_0x56c3a1(0x3f5)]=_0x5075d1,this[_0x56c3a1(0x1a4)]=_0x4ac9c1,this['_localeService']=_0x345245,this[_0x56c3a1(0x115)]=_0x69cb5f,_0x44f061(this,_0x56c3a1(0x493),new _0x15b6bc[(_0x56c3a1(0x1a1))]([])),_0x44f061(this,_0x56c3a1(0x24c),this[_0x56c3a1(0x493)]['asObservable']()),_0x44f061(this,_0x56c3a1(0x12b),new _0x15b6bc[(_0x56c3a1(0x1a1))]('')),_0x44f061(this,_0x56c3a1(0x496),this['_currentVersion$']['asObservable']()),_0x44f061(this,'_status$',new _0x15b6bc[(_0x56c3a1(0x1a1))](_0x56c3a1(0xf6))),_0x44f061(this,_0x56c3a1(0xbe),this[_0x56c3a1(0x1a9)]['asObservable']()),_0x44f061(this,_0x56c3a1(0x365),new _0x15b6bc[(_0x56c3a1(0x1a1))](0x0)),_0x44f061(this,_0x56c3a1(0x9c),this[_0x56c3a1(0x365)][_0x56c3a1(0x3b0)]()),_0x44f061(this,_0x56c3a1(0x14d),new _0x15b6bc['BehaviorSubject']('')),_0x44f061(this,'unitId$',this['_unitId$'][_0x56c3a1(0x3b0)]()),_0x44f061(this,_0x56c3a1(0x417),new _0x15b6bc[(_0x56c3a1(0x1a1))](!0x1)),_0x44f061(this,_0x56c3a1(0x291),this[_0x56c3a1(0x417)][_0x56c3a1(0x3b0)]()),_0x44f061(this,'_creators$',new _0x15b6bc[(_0x56c3a1(0x1a1))]([])),_0x44f061(this,_0x56c3a1(0x328),this[_0x56c3a1(0x3bd)]['asObservable']()),_0x44f061(this,_0x56c3a1(0xf1),new _0x15b6bc[(_0x56c3a1(0x1a1))](!0x1)),_0x44f061(this,'openPanel$',this[_0x56c3a1(0xf1)]['asObservable']()),_0x44f061(this,'_detailVersionsMap',new Map()),_0x44f061(this,_0x56c3a1(0x350),new _0x15b6bc['BehaviorSubject'](_0x56c3a1(0x462))),_0x44f061(this,'loadingState$',this[_0x56c3a1(0x350)][_0x56c3a1(0x3b0)]()),_0x44f061(this,_0x56c3a1(0x48a),null),_0x44f061(this,_0x56c3a1(0x224),!0x0),_0x44f061(this,_0x56c3a1(0x153),new Map()),_0x44f061(this,_0x56c3a1(0x38f),!0x1),_0x44f061(this,_0x56c3a1(0x198),null),_0x44f061(this,_0x56c3a1(0x4cc),new Map());}async['triggerLoadVersions'](_0x52f876,_0x16a6b0){const _0x3af289=_0x3c7957;this[_0x3af289(0x38f)]=_0x16a6b0,this['_openPanel$']['next'](!0x0),await this[_0x3af289(0x1f0)](_0x52f876);}[_0x3c7957(0x4cd)](_0x97790a,_0x42769e,_0x305347){const _0x2cbd9f=_0x3c7957;let {versions:_0x4c1f09,hasMore:_0x172f42,lastLabel:_0x3ef59d,members:_0x1d83f0}=_0x305347,_0x57d237=_0x4c1f09[_0x2cbd9f(0x2db)]>0x0?_0x4c1f09:[{'unitId':_0x97790a,'id':_0x3ecfa9,'startRev':0x1,'endRev':0x0,'time':Date[_0x2cbd9f(0x138)](),'user':this[_0x2cbd9f(0x210)]['t'](_0x2cbd9f(0x1cc)),'users':[this[_0x2cbd9f(0x210)]['t']('sheets-history-ui.viewer.panel.currentUser')],'commands':[],'isAnonymous':!0x1}];this[_0x2cbd9f(0x38f)]=_0x42769e,this[_0x2cbd9f(0x14d)][_0x2cbd9f(0x22c)](_0x97790a),this[_0x2cbd9f(0x3d1)](_0x57d237,_0x172f42,_0x3ef59d,!0x1,_0x1d83f0),this[_0x2cbd9f(0x12b)][_0x2cbd9f(0x22c)](_0x57d237[0x0]['id']);}async[_0x3c7957(0x1f0)](_0x14cd8c,_0x36c40b){const _0x55a9d1=_0x3c7957;this['_unitId$']['next'](_0x14cd8c),this[_0x55a9d1(0x198)]=_0x36c40b??null,this['_setFetching'](!0x0);let _0x473b61=await this[_0x55a9d1(0x115)][_0x55a9d1(0x2fc)](_0x14cd8c,_0x36c40b);if(this[_0x55a9d1(0x314)](!0x1),_0x473b61){let {versions:_0x18df88,lastLabel:_0x41e311,hasMore:_0x481a12,members:_0x1117cc}=_0x473b61;_0x18df88['length']===0x0&&_0x18df88[_0x55a9d1(0x265)]({'unitId':_0x14cd8c,'id':_0x3ecfa9,'startRev':0x1,'endRev':0x0,'time':Date[_0x55a9d1(0x138)](),'user':this[_0x55a9d1(0x210)]['t']('sheets-history-ui.viewer.panel.currentUser'),'users':[this[_0x55a9d1(0x210)]['t'](_0x55a9d1(0x1cc))],'commands':[],'isAnonymous':!0x1}),this[_0x55a9d1(0x3d1)](_0x18df88,_0x481a12,_0x41e311,!0x1,_0x1117cc),this[_0x55a9d1(0x12b)]['next'](_0x18df88[0x0]['id']),this[_0x55a9d1(0x4cc)][_0x55a9d1(0x17c)](_0x14cd8c,_0x18df88[0x0][_0x55a9d1(0x240)]);}else this[_0x55a9d1(0x1a9)]['next']('error');}async['loadMoreVersions'](){const _0x4baf29=_0x3c7957;if(!this[_0x4baf29(0x48a)]||!this[_0x4baf29(0x224)]||this[_0x4baf29(0x166)])return!0x1;this[_0x4baf29(0x314)](!0x0);let _0x5659f7=await this[_0x4baf29(0x115)]['getVersions'](this['unitId'],{'lastLabel':this[_0x4baf29(0x48a)],...this[_0x4baf29(0x198)]});if(this['_setFetching'](!0x1),_0x5659f7){let {versions:_0x15c7fb,lastLabel:_0x5566c2,hasMore:_0x55a143,members:_0x6acf4a}=_0x5659f7;this[_0x4baf29(0x3d1)](_0x15c7fb,_0x55a143,_0x5566c2,!0x0,_0x6acf4a);}else this['_messageService'][_0x4baf29(0x1d5)]({'content':this[_0x4baf29(0x210)]['t'](_0x4baf29(0x232)),'type':_0x547126['MessageType'][_0x4baf29(0x1ca)],'duration':0xbb8});return!0x0;}async['loadHistoryCreatorList'](){const _0x595fe0=_0x3c7957;let {unitId:_0x50a858}=this;if(!_0x50a858)return;let _0xd5c922=await this[_0x595fe0(0x115)][_0x595fe0(0x24a)](_0x50a858);_0xd5c922&&this[_0x595fe0(0x3bd)][_0x595fe0(0x22c)](_0xd5c922);}async[_0x3c7957(0x28b)](_0x589f26){const _0x1d4c7a=_0x3c7957;let {endRev:_0x3734a6}=this[_0x1d4c7a(0x1a5)](_0x589f26)||{};if(_0x3734a6||_0x3734a6===0x0){this[_0x1d4c7a(0x350)][_0x1d4c7a(0x22c)](_0x1d4c7a(0x22d));try{await this[_0x1d4c7a(0x115)][_0x1d4c7a(0x48f)](this[_0x1d4c7a(0x10a)],_0x3734a6),this[_0x1d4c7a(0x350)][_0x1d4c7a(0x22c)]('loaded');}catch(_0x2ef03b){this[_0x1d4c7a(0x1a4)][_0x1d4c7a(0x4ca)](_0x1d4c7a(0x42f),_0x2ef03b),this[_0x1d4c7a(0x350)]['next']('error'),this['_status$'][_0x1d4c7a(0x22c)](_0x1d4c7a(0x4ca));}}else this[_0x1d4c7a(0x1a9)]['next'](_0x1d4c7a(0x4ca));}async[_0x3c7957(0x21c)](_0x1f1dad){const _0x3d1376=_0x3c7957;let _0x1976a8=_0x1f1dad?this[_0x3d1376(0x1a5)](_0x1f1dad):this[_0x3d1376(0x422)]();if(!_0x1976a8)return;let _0x2f6ed2=_0x1976a8['endRev'],_0x58a19b=_0x1cd3df(_0x1976a8[_0x3d1376(0x481)],this[_0x3d1376(0x210)]);await this[_0x3d1376(0x3f5)]['confirm']({'id':_0x3d1376(0x254),'title':{'title':this[_0x3d1376(0x210)]['t']('sheets-history-ui.viewer.panel.revertConfirm')},'children':{'title':this[_0x3d1376(0x210)]['t'](_0x3d1376(0x3e3),_0x58a19b[_0x3d1376(0x24f)],_0x58a19b[_0x3d1376(0x481)])},'cancelText':this['_localeService']['t'](_0x3d1376(0x30e)),'confirmText':this['_localeService']['t']('sheets-history-ui.viewer.panel.confirm')})&&this['_revertRevision$']['next'](_0x2f6ed2);}[_0x3c7957(0x3d1)](_0x5a38a6,_0x3656eb,_0x4936c2,_0x5e6cb0,_0x365fb4){const _0x1af96c=_0x3c7957;this[_0x1af96c(0x1fa)](_0x5e6cb0?this[_0x1af96c(0x493)][_0x1af96c(0x1cd)][_0x1af96c(0xeb)](_0x5a38a6):_0x5a38a6),this['_hasMore']=_0x3656eb,this[_0x1af96c(0x48a)]=_0x4936c2,_0x365fb4&&Object[_0x1af96c(0x499)](_0x365fb4)[_0x1af96c(0x146)](_0x3d8598=>this[_0x1af96c(0x153)][_0x1af96c(0x17c)](_0x3d8598,_0x365fb4[_0x3d8598]));}['getCurrentVersion'](){const _0x362909=_0x3c7957;return this['getVersion'](this[_0x362909(0x12b)][_0x362909(0x1cd)]);}['_setVersions'](_0x1dd858){const _0x439128=_0x3c7957;this[_0x439128(0x493)][_0x439128(0x22c)](_0x1dd858);}['getVersion'](_0x4df17f){const _0x2d8c2d=_0x3c7957;var _0x3984a6;return((_0x3984a6=this[_0x2d8c2d(0x493)]['value'])==null?void 0x0:_0x3984a6[_0x2d8c2d(0xba)](_0x26fb25=>_0x26fb25['id']===_0x4df17f))||this[_0x2d8c2d(0x396)][_0x2d8c2d(0x2f6)](_0x4df17f);}[_0x3c7957(0xc8)](_0x21b70e){const _0x585a60=_0x3c7957;this[_0x585a60(0x396)][_0x585a60(0x17c)](_0x21b70e['id'],_0x21b70e);}[_0x3c7957(0x142)](){const _0x4b681e=_0x3c7957;if(this[_0x4b681e(0x10a)])return this[_0x4b681e(0x4cc)][_0x4b681e(0x2f6)](this[_0x4b681e(0x10a)]);}[_0x3c7957(0x461)](){const _0x2fb0ab=_0x3c7957;var _0x309392;return((_0x309392=this[_0x2fb0ab(0x422)]())==null?void 0x0:_0x309392[_0x2fb0ab(0x240)])===this[_0x2fb0ab(0x142)]();}[_0x3c7957(0x3bc)](){const _0x1a15eb=_0x3c7957;return!this[_0x1a15eb(0x461)]()&&this[_0x1a15eb(0x3d8)];}['getMember'](_0x201d4f){const _0x302cc1=_0x3c7957;return this[_0x302cc1(0x153)][_0x302cc1(0x2f6)](_0x201d4f);}['exitHistoryMode'](){const _0x4dd4af=_0x3c7957;this[_0x4dd4af(0x1a9)][_0x4dd4af(0x22c)](_0x4dd4af(0x235));}set[_0x3c7957(0x2df)](_0x33c7d6){const _0x18eed0=_0x3c7957;this[_0x18eed0(0x1a9)]['next'](_0x33c7d6);}get['status'](){const _0x440db7=_0x3c7957;return this['_status$'][_0x440db7(0x1cd)];}[_0x3c7957(0x403)](_0x4b1ed2){const _0x2d2858=_0x3c7957;_0x4b1ed2!==this[_0x2d2858(0x12b)][_0x2d2858(0x1cd)]&&this['_currentVersion$'][_0x2d2858(0x22c)](_0x4b1ed2);}get[_0x3c7957(0x447)](){const _0x10b5bf=_0x3c7957;return this['_currentVersion$'][_0x10b5bf(0x1cd)];}set[_0x3c7957(0x10a)](_0x45615c){const _0x40ae1b=_0x3c7957;this[_0x40ae1b(0x14d)][_0x40ae1b(0x22c)](_0x45615c);}get[_0x3c7957(0x10a)](){const _0x52f6f1=_0x3c7957;return this['_unitId$'][_0x52f6f1(0x1cd)];}get[_0x3c7957(0x3d8)](){return this['_canRevert'];}get['loadingState'](){const _0x4ac3bf=_0x3c7957;return this[_0x4ac3bf(0x350)][_0x4ac3bf(0x1cd)];}};_0x25de95=_0x924a19([_0x27950e(0x0,_0x260e1c[_0x3c7957(0x9a)]),_0x27950e(0x1,_0x78fe8d[_0x3c7957(0x449)]),_0x27950e(0x2,_0x78fe8d['ILogService']),_0x27950e(0x3,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x47f)])),_0x27950e(0x4,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x510cdd))],_0x25de95);let _0x5f17ae=class extends _0x78fe8d['Disposable']{constructor(_0x6ba6da,_0x118cb2,_0x503efc,_0x4cc2ea,_0x683c6f,_0xf76d98,_0x55b709,_0x57eaa2,_0x422145,_0x9b669f,_0x5d7522,_0x4bd7c6,_0x48822b){const _0x14fa3a=_0x3c7957;super(),this[_0x14fa3a(0x43f)]=_0x6ba6da,this[_0x14fa3a(0x26d)]=_0x118cb2,this[_0x14fa3a(0x22b)]=_0x503efc,this[_0x14fa3a(0x269)]=_0x4cc2ea,this['_conditionalFormattingRuleModel']=_0x683c6f,this[_0x14fa3a(0x107)]=_0xf76d98,this['_sheetsFilterService']=_0x55b709,this[_0x14fa3a(0xb6)]=_0x57eaa2,this[_0x14fa3a(0x358)]=_0x422145,this[_0x14fa3a(0x126)]=_0x9b669f,this['_localeService']=_0x5d7522,this[_0x14fa3a(0x34e)]=_0x4bd7c6,this[_0x14fa3a(0x115)]=_0x48822b,_0x44f061(this,_0x14fa3a(0x2c2),new Map()),_0x44f061(this,_0x14fa3a(0xd7),new _0x15b6bc[(_0x14fa3a(0x1a1))]({'ranges':new Map(),'active':null,'subUnitIds':[]})),_0x44f061(this,_0x14fa3a(0x335),this[_0x14fa3a(0xd7)][_0x14fa3a(0x3b0)]()),this['_init']();}['_init'](){const _0xc119fe=_0x3c7957;this['_diffRangesMap']=new Map(),this['disposeWithMe'](this[_0xc119fe(0x43f)]['unitId$'][_0xc119fe(0x304)](_0x1a8848=>{const _0x36ab0a=_0xc119fe;_0x1a8848&&!this[_0x36ab0a(0x2c2)][_0x36ab0a(0x18b)](_0x1a8848)&&this[_0x36ab0a(0x2c2)][_0x36ab0a(0x17c)](_0x1a8848,new Map());})),this[_0xc119fe(0x200)](this[_0xc119fe(0x43f)]['currentVersion$'][_0xc119fe(0x304)](async _0x427d89=>{const _0x530eca=_0xc119fe;if(_0x427d89){var _0xf3a092;await this[_0x530eca(0x178)](_0x427d89),this[_0x530eca(0xd7)][_0x530eca(0x22c)](((_0xf3a092=this[_0x530eca(0x2c2)][_0x530eca(0x2f6)](this['_historyManagerService'][_0x530eca(0x10a)]))==null?void 0x0:_0xf3a092[_0x530eca(0x2f6)](_0x427d89))||{'ranges':new Map(),'active':null,'subUnitIds':[]});}}));}async['ensureVersion'](_0x576294){const _0x41e6da=_0x3c7957;var _0x50a138,_0x34bf30;let _0x3f6136=this[_0x41e6da(0x43f)]['getVersion'](_0x576294),_0x553fab=this[_0x41e6da(0x43f)][_0x41e6da(0x10a)];if(!_0x3f6136||!_0x553fab)return;let _0x56660e=this[_0x41e6da(0x2c2)][_0x41e6da(0x2f6)](_0x553fab);if(_0x56660e||this[_0x41e6da(0x2c2)]['set'](_0x553fab,new Map()),(_0x50a138=this[_0x41e6da(0x2c2)][_0x41e6da(0x2f6)](_0x553fab))!=null&&_0x50a138[_0x41e6da(0x18b)](_0x3f6136['id']))return;let {startRev:_0x1cb3f0,endRev:_0x4f4985}=_0x3f6136;if(_0x1cb3f0===0x1){_0x56660e[_0x41e6da(0x17c)](_0x3f6136['id'],{'ranges':new Map(),'active':null,'subUnitIds':[]});return;}let _0x22e1ec=_0x1cb3f0,_0x53e3bd=_0x4f4985,_0xd4e19a=await this['_historyFetchService'][_0x41e6da(0xa6)]({},{'unitId':_0x553fab,'startRevision':_0x22e1ec,'endRevision':_0x53e3bd});if(((_0x34bf30=_0xd4e19a[_0x41e6da(0x4ca)])==null?void 0x0:_0x34bf30[_0x41e6da(0x455)])===_0x1fa59f[_0x41e6da(0xc0)]['OK']){let _0x55f68a=_0xd4e19a['changesets'][_0x41e6da(0x2ee)](_0x18975d=>((_0x18975d[_0x41e6da(0x2b2)]===null||_0x18975d[_0x41e6da(0x2b2)]===void 0x0)&&(_0x18975d[_0x41e6da(0x2b2)]=[]),(0x0,_0xbae557[_0x41e6da(0x2d1)])(_0x18975d)))[_0x41e6da(0x2ee)](_0x135dd9=>_0x135dd9[_0x41e6da(0x2b2)]['map'](_0xe81bea=>({..._0xe81bea,'params':{..._0xe81bea['params'],'memberId':_0x135dd9[_0x41e6da(0x2ec)]||_0x41e6da(0x39a)}})))[_0x41e6da(0x271)](),_0x461c3b=await this[_0x41e6da(0x1a3)](_0x55f68a),_0x6c424d=this[_0x41e6da(0xbb)](_0x55f68a),_0x3797ba=this[_0x41e6da(0x4a6)](_0x461c3b);_0x56660e[_0x41e6da(0x17c)](_0x3f6136['id'],{..._0x3797ba,'active':_0x6c424d});}}[_0x3c7957(0x373)](){const _0x3719a4=_0x3c7957;let _0x5c798c=_0x5cd809(_0x3719a4(0x45c)),_0x2ca887=new Map();return Object[_0x3719a4(0x3b7)](_0x5c798c)[_0x3719a4(0x271)]()[_0x3719a4(0x146)](_0x45361a=>{const _0x20e644=_0x3719a4;_0x2ca887[_0x20e644(0x17c)](_0x45361a['id'],_0x45361a[_0x20e644(0xfc)]);}),_0x2ca887;}[_0x3c7957(0x2eb)](_0x50d027,_0x1c35d6){const _0x44d6ec=_0x3c7957;return this[_0x44d6ec(0x13d)](_0x50d027,_0x1c35d6);}async[_0x3c7957(0x1a3)](_0x218f49){const _0x4fa8e5=_0x3c7957;let _0x10869b=[];for(let _0x4f0456=0x0;_0x4f0456<_0x218f49['length'];_0x4f0456++){let _0x5044ba=_0x218f49[_0x4f0456];if(_0x10869b[_0x4fa8e5(0x265)](_0x5044ba),_0x4f0456!==_0x218f49[_0x4fa8e5(0x2db)]-0x1){let _0x44c944=_0x218f49[_0x4f0456+0x1],_0x4ac633=this[_0x4fa8e5(0x26d)][_0x4fa8e5(0x11a)](_0x10869b,[_0x44c944]);_0x10869b=(0x0,_0xbae557[_0x4fa8e5(0x246)])(_0x4ac633)?_0x4ac633[_0x4fa8e5(0x2f7)]:[];}_0x4f0456%0xa==0x0&&_0x4f0456>0x0&&await this['_yieldToMain']();}return _0x10869b;}[_0x3c7957(0x165)](){return new Promise(_0x1f09f7=>{const _0x21f1cc=_0x3200;typeof requestIdleCallback==_0x21f1cc(0x3cf)?requestIdleCallback(()=>_0x1f09f7(),{'timeout':0x64}):setTimeout(_0x1f09f7,0x0);});}[_0x3c7957(0xbb)](_0x876f44){const _0x255a86=_0x3c7957;let _0x4de820=[];return _0x876f44[_0x255a86(0x146)](_0x3200a2=>{const _0xfbf3bd=_0x255a86;if(_0x3200a2['id']===_0x5d1a47['InsertSheetMutation']['id']){let _0x402e11=_0x3200a2[_0xfbf3bd(0x418)];_0x4de820[_0xfbf3bd(0x265)](_0x402e11[_0xfbf3bd(0x154)]['id']);}else{if(_0x3200a2['id']===_0x5d1a47[_0xfbf3bd(0x331)]['id']){let _0x55bf2c=_0x3200a2[_0xfbf3bd(0x418)];_0x4de820[_0xfbf3bd(0x2db)]>0x0&&(_0x4de820=_0x4de820[_0xfbf3bd(0x147)](_0x2a959f=>_0x2a959f!==_0x55bf2c['subUnitId']));}else{if(_0x3200a2['id']===_0x5d1a47[_0xfbf3bd(0x2da)]['id']){let _0x1d95e7=_0x3200a2[_0xfbf3bd(0x418)];_0x1d95e7[_0xfbf3bd(0x2f9)]?_0x4de820=_0x4de820[_0xfbf3bd(0x147)](_0x562ecf=>_0x562ecf!==_0x1d95e7[_0xfbf3bd(0x3ae)]):_0x4de820['push'](_0x1d95e7[_0xfbf3bd(0x3ae)]);}else{let _0x360b51=_0x3200a2['params'];_0x360b51[_0xfbf3bd(0x3ae)]&&_0x4de820[_0xfbf3bd(0x265)](_0x360b51['subUnitId']);}}}}),_0x4de820[_0x255a86(0x2db)]>0x0?_0x4de820[_0x4de820[_0x255a86(0x2db)]-0x1]:null;}['_extractRanges'](_0x15d2c7){const _0x2a3db5=_0x3c7957;let _0x5b2935=new Map(),_0x34d091=new Map(),_0x2833a9=new Map(),_0x4f0dfe=new Map(),_0x5c0774=new Map(),_0x2ee676=new Map(),_0x4e5f06=new Map(),_0x4088d9=new Map(),_0x338562=new Map(),_0x32400b=new Map(),_0x855652=new Map(),_0x2bac33=new Map(),_0x40765f=new Set(),_0x4d11b0=this[_0x2a3db5(0x373)]();return _0x15d2c7[_0x2a3db5(0x146)](_0x35ffb8=>{const _0x1bdec0=_0x2a3db5;var _0x5639f3,_0xd62203,_0x410383,_0x273481,_0xe12eb5,_0x4d4887,_0xf6d6ba,_0xf96abe,_0x6b1a3e,_0x1f4ced,_0x47a365,_0x14e840,_0x23b38d;let _0x3e63da=(_0x5639f3=_0x35ffb8[_0x1bdec0(0x418)])==null?void 0x0:_0x5639f3[_0x1bdec0(0x130)];if(!_0x3e63da)return;_0x5b2935[_0x1bdec0(0x18b)](_0x3e63da)||(_0x5b2935[_0x1bdec0(0x17c)](_0x3e63da,[]),_0x34d091['set'](_0x3e63da,[]),_0x2833a9[_0x1bdec0(0x17c)](_0x3e63da,[]),_0x4f0dfe[_0x1bdec0(0x17c)](_0x3e63da,[]),_0x5c0774[_0x1bdec0(0x17c)](_0x3e63da,[]),_0x2ee676[_0x1bdec0(0x17c)](_0x3e63da,[]),_0x4e5f06['set'](_0x3e63da,[]),_0x4088d9['set'](_0x3e63da,[]),_0x338562[_0x1bdec0(0x17c)](_0x3e63da,[]),_0x32400b['set'](_0x3e63da,[]),_0x855652[_0x1bdec0(0x17c)](_0x3e63da,[]),_0x2bac33['set'](_0x3e63da,[]));let _0x189849=this[_0x1bdec0(0x13d)](_0x35ffb8,_0x4d11b0);_0x189849[_0x1bdec0(0x460)][_0x1bdec0(0x146)](_0x344290=>_0x40765f[_0x1bdec0(0x132)](_0x344290)),(_0xd62203=_0x5b2935['get'](_0x3e63da))==null||_0xd62203[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0xcb)]),(_0x410383=_0x34d091['get'](_0x3e63da))==null||_0x410383[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0x3a7)]),(_0x273481=_0x2833a9[_0x1bdec0(0x2f6)](_0x3e63da))==null||_0x273481[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0xf5)]),(_0xe12eb5=_0x4f0dfe[_0x1bdec0(0x2f6)](_0x3e63da))==null||_0xe12eb5[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0x1fb)]),(_0x4d4887=_0x5c0774[_0x1bdec0(0x2f6)](_0x3e63da))==null||_0x4d4887[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0x39f)]),(_0xf6d6ba=_0x2ee676['get'](_0x3e63da))==null||_0xf6d6ba[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0x487)]),(_0xf96abe=_0x4e5f06['get'](_0x3e63da))==null||_0xf96abe[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0x131)]),(_0x6b1a3e=_0x4088d9[_0x1bdec0(0x2f6)](_0x3e63da))==null||_0x6b1a3e[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0x372)]),(_0x1f4ced=_0x338562[_0x1bdec0(0x2f6)](_0x3e63da))==null||_0x1f4ced['push'](..._0x189849[_0x1bdec0(0x32f)]),(_0x47a365=_0x855652[_0x1bdec0(0x2f6)](_0x3e63da))==null||_0x47a365[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0x348)]),(_0x14e840=_0x2bac33[_0x1bdec0(0x2f6)](_0x3e63da))==null||_0x14e840[_0x1bdec0(0x265)](..._0x189849['deleteDrawings']),(_0x23b38d=_0x32400b[_0x1bdec0(0x2f6)](_0x3e63da))==null||_0x23b38d[_0x1bdec0(0x265)](..._0x189849[_0x1bdec0(0x4a2)]);}),_0x5b2935[_0x2a3db5(0x146)]((_0x41dc86,_0x7eae53)=>{const _0x5fa8f8=_0x2a3db5;_0x5b2935[_0x5fa8f8(0x17c)](_0x7eae53,this[_0x5fa8f8(0x387)](_0x41dc86)),_0x34d091[_0x5fa8f8(0x17c)](_0x7eae53,this[_0x5fa8f8(0x387)](_0x34d091[_0x5fa8f8(0x2f6)](_0x7eae53)||[])),_0x2833a9[_0x5fa8f8(0x17c)](_0x7eae53,this['_combineRanges'](_0x2833a9['get'](_0x7eae53)||[])),_0x4f0dfe[_0x5fa8f8(0x17c)](_0x7eae53,this['_combineRanges'](_0x4f0dfe[_0x5fa8f8(0x2f6)](_0x7eae53)||[])),_0x5c0774[_0x5fa8f8(0x17c)](_0x7eae53,this[_0x5fa8f8(0x387)](_0x5c0774[_0x5fa8f8(0x2f6)](_0x7eae53)||[])),_0x2ee676['set'](_0x7eae53,this[_0x5fa8f8(0x387)](_0x2ee676[_0x5fa8f8(0x2f6)](_0x7eae53)||[])),_0x4e5f06[_0x5fa8f8(0x17c)](_0x7eae53,this[_0x5fa8f8(0x387)](_0x4e5f06[_0x5fa8f8(0x2f6)](_0x7eae53)||[])),_0x4088d9[_0x5fa8f8(0x17c)](_0x7eae53,this['_combineRanges'](_0x4088d9['get'](_0x7eae53)||[])),_0x338562[_0x5fa8f8(0x17c)](_0x7eae53,this[_0x5fa8f8(0x387)](_0x338562[_0x5fa8f8(0x2f6)](_0x7eae53)||[]));}),{'ranges':_0x5b2935,'insertCellRanges':_0x34d091,'deleteCellRanges':_0x2833a9,'updateCellRanges':_0x4f0dfe,'insertBorderRanges':_0x5c0774,'deleteBorderRanges':_0x2ee676,'updateBorderRanges':_0x4e5f06,'arrowRowRanges':_0x4088d9,'arrowColumnRanges':_0x338562,'insertDrawings':_0x855652,'deleteDrawings':_0x2bac33,'updateDrawings':_0x32400b,'subUnitIds':Array[_0x2a3db5(0x375)](_0x40765f)};}[_0x3c7957(0x13d)](_0x520ad0,_0x115988){const _0x132b51=_0x3c7957;let _0x3c6321={'allRanges':[],'insertCellRanges':[],'deleteCellRanges':[],'updateCellRanges':[],'insertBorderRanges':[],'deleteBorderRanges':[],'updateBorderRanges':[],'arrowRowRanges':[],'arrowColumnRanges':[],'insertDrawings':[],'deleteDrawings':[],'updateDrawings':[],'subUnitIds':[]},_0x45f973=_0x520ad0['id'],_0x1ae919=_0x520ad0[_0x132b51(0x418)],_0x6b6031=_0x115988[_0x132b51(0x2f6)](_0x45f973),_0x5e0484=_0x6b6031?this[_0x132b51(0x210)]['t'](_0x6b6031):'';_0x1ae919['subUnitId']&&_0x3c6321[_0x132b51(0x460)][_0x132b51(0x265)](_0x1ae919[_0x132b51(0x3ae)]);let _0xbf78b9=(_0xf3c1a7,_0x18dd2b)=>{const _0x47cc47=_0x132b51;let _0x5152bf=_0xf3c1a7['map'](_0x3a2b17=>({..._0x3a2b17,'showText':_0x5e0484}));switch(_0x3c6321['allRanges'][_0x47cc47(0x265)](..._0x5152bf),_0x18dd2b){case _0x47cc47(0x36c):_0x3c6321[_0x47cc47(0x3a7)][_0x47cc47(0x265)](..._0x5152bf);break;case'delete':_0x3c6321[_0x47cc47(0xf5)][_0x47cc47(0x265)](..._0x5152bf);break;case _0x47cc47(0x140):_0x3c6321[_0x47cc47(0x1fb)][_0x47cc47(0x265)](..._0x5152bf);break;case _0x47cc47(0x23f):_0x3c6321['insertBorderRanges'][_0x47cc47(0x265)](..._0x5152bf);break;case _0x47cc47(0x36f):_0x3c6321[_0x47cc47(0x487)][_0x47cc47(0x265)](..._0x5152bf);break;case _0x47cc47(0x1a7):_0x3c6321[_0x47cc47(0x131)]['push'](..._0x5152bf);break;case _0x47cc47(0x488):_0x3c6321[_0x47cc47(0x372)][_0x47cc47(0x265)](..._0x5152bf);break;case _0x47cc47(0xd5):_0x3c6321[_0x47cc47(0x32f)][_0x47cc47(0x265)](..._0x5152bf);break;}};switch(_0x45f973){case _0x5d1a47[_0x132b51(0x1d0)]['id']:{let _0xbb4384=_0x1ae919;_0xbf78b9([{'range':{..._0xbb4384[_0x132b51(0xc6)],'rangeType':_0x78fe8d[_0x132b51(0xe4)]['ROW']},'unitId':_0xbb4384[_0x132b51(0x10a)],'subUnitId':_0xbb4384[_0x132b51(0x3ae)],'showText':_0x132b51(0x1d9),'highlightRow':!0x0}],_0x132b51(0x36c));break;}case _0x5d1a47[_0x132b51(0x15d)]['id']:{let _0x472c6c=_0x1ae919;_0xbf78b9([{'range':{..._0x472c6c[_0x132b51(0xc6)],'rangeType':_0x78fe8d[_0x132b51(0xe4)][_0x132b51(0x3fe)]},'unitId':_0x472c6c['unitId'],'subUnitId':_0x472c6c[_0x132b51(0x3ae)],'showText':_0x132b51(0x3d4),'highlightColumn':!0x0}],_0x132b51(0x36c));break;}case _0x5d1a47[_0x132b51(0x338)]['id']:{let _0x237906=_0x1ae919;_0xbf78b9(_0x237906[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x41df01=>({'range':_0x41df01,'unitId':_0x237906[_0x132b51(0x10a)],'subUnitId':_0x237906[_0x132b51(0x3ae)],'showText':'mergeCells'})),'insert');break;}case _0x5d1a47[_0x132b51(0x49c)]['id']:{let _0x555f98=_0x1ae919;_0xbf78b9(Object[_0x132b51(0x3b7)](_0x555f98['values'])[_0x132b51(0x2ee)](_0x221a7b=>_0x221a7b[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x1c242e=>({'range':_0x1c242e,'unitId':_0x555f98[_0x132b51(0x10a)],'subUnitId':_0x555f98[_0x132b51(0x3ae)],'showText':_0x132b51(0x3a8)})))['flat'](),_0x132b51(0x36c));break;}case _0x5d1a47[_0x132b51(0x135)]['id']:{let _0x4c8697=_0x1ae919;_0xbf78b9(_0x4c8697[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x4f0cc7=>({'range':_0x4f0cc7,'unitId':_0x4c8697[_0x132b51(0x10a)],'subUnitId':_0x4c8697['subUnitId'],'showText':'unmergeCells'})),_0x132b51(0xf2));break;}case _0x5d1a47[_0x132b51(0x1e0)]['id']:{let _0x3549c6=_0x1ae919;_0xbf78b9(_0x3549c6[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x1ff1b7=>({'range':_0x1ff1b7,'unitId':_0x3549c6['unitId'],'subUnitId':_0x3549c6[_0x132b51(0x3ae)],'showText':'removeNumfmt'})),'delete');break;}case _0x5d1a47['MoveRowsMutation']['id']:{let _0x417ffc=_0x1ae919;_0xbf78b9([{'range':{..._0x417ffc[_0x132b51(0x3ba)],'rangeType':_0x78fe8d[_0x132b51(0xe4)][_0x132b51(0x329)]},'unitId':_0x417ffc[_0x132b51(0x10a)],'subUnitId':_0x417ffc[_0x132b51(0x3ae)],'showText':_0x132b51(0x384)}],_0x132b51(0xf2)),_0xbf78b9([{'range':{..._0x417ffc[_0x132b51(0x12c)],'rangeType':_0x78fe8d[_0x132b51(0xe4)]['ROW']},'unitId':_0x417ffc[_0x132b51(0x10a)],'subUnitId':_0x417ffc[_0x132b51(0x3ae)],'showText':_0x132b51(0x384)}],_0x132b51(0x36c));break;}case _0x5d1a47[_0x132b51(0x414)]['id']:{let _0x19031c=_0x1ae919;_0xbf78b9([{'range':{..._0x19031c[_0x132b51(0x3ba)],'rangeType':_0x78fe8d[_0x132b51(0xe4)][_0x132b51(0x3fe)]},'unitId':_0x19031c[_0x132b51(0x10a)],'subUnitId':_0x19031c[_0x132b51(0x3ae)],'showText':_0x132b51(0x1ed)}],_0x132b51(0xf2)),_0xbf78b9([{'range':{..._0x19031c[_0x132b51(0x12c)],'rangeType':_0x78fe8d[_0x132b51(0xe4)][_0x132b51(0x3fe)]},'unitId':_0x19031c[_0x132b51(0x10a)],'subUnitId':_0x19031c[_0x132b51(0x3ae)],'showText':_0x132b51(0x1ed)}],_0x132b51(0x36c));break;}case _0x5d1a47['SetRowVisibleMutation']['id']:{let _0x4ce76a=_0x1ae919;_0xbf78b9(_0x4ce76a[_0x132b51(0x193)]['map'](_0x5b11e9=>({'range':{..._0x5b11e9,'rangeType':_0x78fe8d[_0x132b51(0xe4)][_0x132b51(0x329)]},'unitId':_0x4ce76a[_0x132b51(0x10a)],'subUnitId':_0x4ce76a['subUnitId'],'showText':_0x132b51(0x366),'highlightRow':!0x0})),_0x132b51(0x140));break;}case _0x5d1a47[_0x132b51(0x1f4)]['id']:{let _0x2765ac=_0x1ae919;_0x2765ac[_0x132b51(0x398)]&&_0x2765ac[_0x132b51(0x3ae)]&&Object[_0x132b51(0x499)](_0x2765ac[_0x132b51(0x398)])[_0x132b51(0x2ee)](Number)['forEach'](_0x581d96=>{const _0x126970=_0x132b51;_0xbf78b9([{'range':{'startRow':_0x581d96,'endRow':_0x581d96,'startColumn':NaN,'endColumn':NaN,'rangeType':_0x78fe8d[_0x126970(0xe4)][_0x126970(0x329)]},'unitId':_0x2765ac[_0x126970(0x10a)],'subUnitId':_0x2765ac[_0x126970(0x3ae)],'showText':'setRowData','highlightRow':!0x0}],_0x126970(0x140));});break;}case _0x5d1a47['SetColVisibleMutation']['id']:{let _0x3f6dbf=_0x1ae919;_0xbf78b9(_0x3f6dbf[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x563058=>({'range':{..._0x563058,'rangeType':_0x78fe8d[_0x132b51(0xe4)][_0x132b51(0x3fe)]},'unitId':_0x3f6dbf[_0x132b51(0x10a)],'subUnitId':_0x3f6dbf['subUnitId'],'showText':_0x132b51(0x137),'highlightColumn':!0x0})),_0x132b51(0x140));break;}case _0x5d1a47['SetColDataMutation']['id']:{let _0x232697=_0x1ae919;_0x232697[_0x132b51(0x1af)]&&_0x232697[_0x132b51(0x3ae)]&&Object['keys'](_0x232697['columnData'])[_0x132b51(0x2ee)](Number)[_0x132b51(0x146)](_0x11da01=>{const _0x30e1f3=_0x132b51;_0xbf78b9([{'range':{'startRow':NaN,'endRow':NaN,'startColumn':_0x11da01,'endColumn':_0x11da01,'rangeType':_0x78fe8d[_0x30e1f3(0xe4)][_0x30e1f3(0x3fe)]},'unitId':_0x232697[_0x30e1f3(0x10a)],'subUnitId':_0x232697[_0x30e1f3(0x3ae)],'showText':_0x30e1f3(0x32d),'highlightColumn':!0x0}],_0x30e1f3(0x140));});break;}case _0x5d1a47['SetRangeValuesMutation']['id']:{let _0x3a9c1e=_0x1ae919;_0xbf78b9(_0x3a9c1e[_0x132b51(0x32b)]?_0x8d2497(_0x3a9c1e[_0x132b51(0x32b)])['map'](_0x508215=>({'range':_0x508215,'unitId':_0x3a9c1e['unitId'],'subUnitId':_0x3a9c1e[_0x132b51(0x3ae)],'showText':_0x132b51(0x4db)})):[],'update');break;}case _0x5d1a47[_0x132b51(0x27d)]['id']:{let _0x26c394=_0x520ad0['params'];_0xbf78b9([{'range':_0x26dcaa(_0x26c394[_0x132b51(0x375)][_0x132b51(0x1cd)]),'unitId':_0x26c394['unitId'],'subUnitId':_0x26c394[_0x132b51(0x375)][_0x132b51(0x3ae)],'showText':_0x132b51(0x191)}],_0x132b51(0xf2)),_0xbf78b9([{'range':_0x26dcaa(_0x26c394['to']['value']),'unitId':_0x26c394[_0x132b51(0x10a)],'subUnitId':_0x26c394['to'][_0x132b51(0x3ae)],'showText':_0x132b51(0x191)}],_0x132b51(0x36c));break;}case _0x5d1a47[_0x132b51(0x284)]['id']:{let _0x807e72=_0x1ae919;_0xbf78b9([{'range':_0x807e72[_0x132b51(0xc6)],'unitId':_0x807e72['unitId'],'subUnitId':_0x807e72[_0x132b51(0x3ae)]}],_0x132b51(0x140));break;}case _0x5d1a47[_0x132b51(0x410)]['id']:{let _0x534bff=_0x1ae919;_0x534bff[_0x132b51(0x193)]&&_0x534bff[_0x132b51(0x193)][_0x132b51(0x2db)]>0x0&&_0x534bff['subUnitId']&&_0xbf78b9(_0x534bff[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x39a724=>({'range':_0x39a724,'unitId':_0x534bff['unitId'],'subUnitId':_0x534bff[_0x132b51(0x3ae)],'showText':_0x132b51(0x3d7)})),_0x132b51(0x488));break;}case _0x5d1a47[_0x132b51(0x97)]['id']:{let _0x2094ea=_0x1ae919;_0x2094ea[_0x132b51(0x193)]&&_0x2094ea['ranges'][_0x132b51(0x2db)]>0x0&&_0x2094ea[_0x132b51(0x3ae)]&&_0xbf78b9(_0x2094ea[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x416a50=>({'range':_0x416a50,'unitId':_0x2094ea['unitId'],'subUnitId':_0x2094ea[_0x132b51(0x3ae)],'showText':_0x132b51(0x4c9)})),_0x132b51(0xd5));break;}case _0x5d1a47[_0x132b51(0x10b)]['id']:{let _0x1bc5b8=_0x1ae919;_0xbf78b9(_0x1bc5b8[_0x132b51(0x35a)]['map'](_0x3963ae=>_0x3963ae[_0x132b51(0x193)]['map'](_0x14d957=>({'range':_0x14d957,'unitId':_0x1bc5b8[_0x132b51(0x10a)],'subUnitId':_0x1bc5b8[_0x132b51(0x3ae)],'showText':_0x132b51(0x43a)})))[_0x132b51(0x271)](),_0x132b51(0x23f));break;}case _0x32f067[_0x132b51(0x2ba)]['id']:{let _0x217f4b=_0x1ae919;_0xbf78b9(_0x217f4b[_0x132b51(0x185)][_0x132b51(0x193)][_0x132b51(0x2ee)](_0x5840b1=>({'range':_0x5840b1,'unitId':_0x217f4b['unitId'],'subUnitId':_0x217f4b['subUnitId'],'showText':'setCF'})),_0x132b51(0x23f));break;}case _0xba1c21[_0x132b51(0x4ba)]['id']:{let _0x4901a9=_0x1ae919;_0xbf78b9((Array[_0x132b51(0x1fc)](_0x4901a9[_0x132b51(0x185)])?_0x4901a9[_0x132b51(0x185)]:[_0x4901a9['rule']])[_0x132b51(0x2ee)](_0xb25047=>_0xb25047[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x30c493=>({'range':_0x30c493,'unitId':_0x4901a9[_0x132b51(0x10a)],'subUnitId':_0x4901a9[_0x132b51(0x3ae)],'showText':'setDV'})))[_0x132b51(0x271)](),_0x132b51(0x23f));break;}case _0x5d1a47[_0x132b51(0x1de)]['id']:{let _0x47e8bd=_0x1ae919,_0x2a12da=_0x47e8bd['unitId'],_0x1891fb=_0x47e8bd['subUnitId'];_0x47e8bd[_0x132b51(0x3ad)]&&_0x47e8bd[_0x132b51(0x3ad)][_0x132b51(0x2db)]>0x0&&_0x47e8bd[_0x132b51(0x3ae)]&&_0x47e8bd[_0x132b51(0x3ad)][_0x132b51(0x146)](_0x2fe12b=>{const _0x59e559=_0x132b51;let _0x5a6378=this[_0x59e559(0x269)][_0x59e559(0x38b)](_0x2a12da,_0x1891fb,_0x2fe12b),_0x5e89c2=(_0x5a6378==null?void 0x0:_0x5a6378[_0x59e559(0x193)][_0x59e559(0x2ee)](_0x1ccba2=>({'range':_0x1ccba2,'unitId':_0x2a12da,'subUnitId':_0x1891fb,'showText':'deleteRangeProtection'})))||[];_0x5e89c2[_0x59e559(0x2db)]>0x0&&_0xbf78b9(_0x5e89c2,_0x59e559(0x36f));});break;}case _0x32f067[_0x132b51(0x294)]['id']:{let _0x599238=_0x1ae919;if(_0x599238['cfId']&&_0x599238[_0x132b51(0x3ae)]){let _0x16fa81=this[_0x132b51(0x3b4)][_0x132b51(0x38b)](_0x599238['unitId'],_0x599238[_0x132b51(0x3ae)],_0x599238[_0x132b51(0x445)]);if(_0x16fa81){let _0x3699e1=_0x16fa81[_0x132b51(0x193)][_0x132b51(0x2ee)](_0xe83f0d=>({'range':_0xe83f0d,'unitId':_0x599238[_0x132b51(0x10a)],'subUnitId':_0x599238['subUnitId'],'showText':_0x132b51(0x1f6)}));_0x3699e1[_0x132b51(0x2db)]>0x0&&_0xbf78b9(_0x3699e1,_0x132b51(0x36f));}}break;}case _0xba1c21[_0x132b51(0x174)]['id']:{let _0x3a2707=_0x1ae919,_0x1f1301=Array['isArray'](_0x3a2707[_0x132b51(0x4dc)])?_0x3a2707[_0x132b51(0x4dc)]:[_0x3a2707[_0x132b51(0x4dc)]];_0x1f1301[_0x132b51(0x2db)]>0x0&&_0x3a2707[_0x132b51(0x3ae)]&&_0x1f1301[_0x132b51(0x146)](_0x4f0d92=>{const _0x32b28e=_0x132b51;let _0x3b40f6=this[_0x32b28e(0x107)]['getRuleById'](_0x3a2707[_0x32b28e(0x10a)],_0x3a2707[_0x32b28e(0x3ae)],_0x4f0d92),_0x2c57c9=(_0x3b40f6==null?void 0x0:_0x3b40f6['ranges'][_0x32b28e(0x2ee)](_0x4a929b=>({'range':_0x4a929b,'unitId':_0x3a2707[_0x32b28e(0x10a)],'subUnitId':_0x3a2707[_0x32b28e(0x3ae)],'showText':'removeDV'})))||[];_0x2c57c9['length']>0x0&&_0xbf78b9(_0x2c57c9,_0x32b28e(0x36f));});break;}case _0x5d1a47['SetRangeProtectionMutation']['id']:{let _0x26a6b0=_0x1ae919;_0xbf78b9(_0x26a6b0['rule'][_0x132b51(0x193)][_0x132b51(0x2ee)](_0x2fdad9=>({'range':_0x2fdad9,'unitId':_0x26a6b0[_0x132b51(0x10a)],'subUnitId':_0x26a6b0[_0x132b51(0x3ae)],'showText':_0x132b51(0x2b7)})),'updateBorder');break;}case _0x5d1a47['SetWorksheetRangeThemeStyleMutation']['id']:{let _0x595169=_0x1ae919;_0xbf78b9([{'range':_0x595169[_0x132b51(0xc6)],'unitId':_0x595169[_0x132b51(0x10a)],'subUnitId':_0x595169[_0x132b51(0x3ae)],'showText':'setWorksheetRangeTheme'}],_0x132b51(0x1a7));break;}case _0x5d1a47[_0x132b51(0x4ab)]['id']:{let _0xa7d943=_0x1ae919;_0xbf78b9([{'range':_0xa7d943[_0x132b51(0xc6)],'unitId':_0xa7d943[_0x132b51(0x10a)],'subUnitId':_0xa7d943[_0x132b51(0x3ae)],'showText':_0x132b51(0x280)}],_0x132b51(0x1a7));break;}case _0x32f067[_0x132b51(0x29f)]['id']:{let _0x19fd3e=_0x1ae919;_0xbf78b9(_0x19fd3e[_0x132b51(0x185)][_0x132b51(0x193)]['map'](_0x4f4705=>({'range':_0x4f4705,'unitId':_0x19fd3e[_0x132b51(0x10a)],'subUnitId':_0x19fd3e['subUnitId'],'showText':'setCF'})),_0x132b51(0x1a7));break;}case _0x32f067[_0x132b51(0x1f2)]['id']:{let _0x2067b2=_0x1ae919,_0x2d2eed=this['_conditionalFormattingRuleModel'][_0x132b51(0x38b)](_0x2067b2['unitId'],_0x2067b2['subUnitId'],_0x2067b2['start']['id']),_0x3e680f=this[_0x132b51(0x3b4)]['getRule'](_0x2067b2[_0x132b51(0x10a)],_0x2067b2[_0x132b51(0x3ae)],_0x2067b2['end']['id']);_0x2d2eed&&_0xbf78b9(_0x2d2eed[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x1fb2f1=>({'range':_0x1fb2f1,'unitId':_0x2067b2['unitId'],'subUnitId':_0x2067b2[_0x132b51(0x3ae)],'showText':_0x132b51(0x3fc)})),_0x132b51(0x36f)),_0x3e680f&&_0xbf78b9(_0x3e680f[_0x132b51(0x193)][_0x132b51(0x2ee)](_0x521c22=>({'range':_0x521c22,'unitId':_0x2067b2[_0x132b51(0x10a)],'subUnitId':_0x2067b2[_0x132b51(0x3ae)],'showText':_0x132b51(0x3fc)})),_0x132b51(0x23f));break;}case _0x2401c0[_0x132b51(0xd9)]['id']:{let _0x196be5=_0x1ae919;_0xbf78b9([{'range':_0x196be5[_0x132b51(0xc6)],'unitId':_0x196be5[_0x132b51(0x10a)],'subUnitId':_0x196be5[_0x132b51(0x3ae)],'showText':_0x132b51(0x32e)}],_0x132b51(0x1a7));break;}case _0x2401c0[_0x132b51(0x292)]['id']:{let _0x5f0dd7=_0x1ae919,_0x428445=this[_0x132b51(0x3da)][_0x132b51(0x2a3)](_0x5f0dd7[_0x132b51(0x10a)],_0x5f0dd7[_0x132b51(0x3ae)]);if(_0x428445){let _0xe1eb6a=_0x428445['getRange']();_0xbf78b9(_0xe1eb6a?[{'range':_0xe1eb6a,'unitId':_0x5f0dd7[_0x132b51(0x10a)],'subUnitId':_0x5f0dd7['subUnitId'],'showText':_0x132b51(0x430)}]:[],'updateBorder');}break;}case _0x2401c0[_0x132b51(0xd8)]['id']:{let _0x12eb11=_0x1ae919,_0x554d70=this['_sheetsFilterService'][_0x132b51(0x2a3)](_0x12eb11[_0x132b51(0x10a)],_0x12eb11[_0x132b51(0x3ae)]);if(_0x554d70){let _0x119ea5=_0x554d70['getRange']();_0xbf78b9(_0x119ea5?[{'range':_0x119ea5,'unitId':_0x12eb11['unitId'],'subUnitId':_0x12eb11['subUnitId'],'showText':_0x132b51(0x285)}]:[],'updateBorder');}break;}case _0x2401c0[_0x132b51(0x34d)]['id']:{let _0x409bd4=_0x1ae919,_0x501361=this['_sheetsFilterService']['getFilterModel'](_0x409bd4[_0x132b51(0x10a)],_0x409bd4[_0x132b51(0x3ae)]);if(_0x501361){let _0xa452c8=_0x501361[_0x132b51(0x400)]();_0xbf78b9(_0xa452c8?[{'range':_0xa452c8,'unitId':_0x409bd4[_0x132b51(0x10a)],'subUnitId':_0x409bd4[_0x132b51(0x3ae)],'showText':'removeFilter'}]:[],'updateBorder');}break;}case _0xba1c21[_0x132b51(0x16f)]['id']:{let _0x3e1448=_0x1ae919,_0x12b093=this['_dataValidationModel'][_0x132b51(0x267)](_0x3e1448[_0x132b51(0x10a)],_0x3e1448['subUnitId'],_0x3e1448[_0x132b51(0x4dc)]);_0x12b093&&_0xbf78b9(_0x12b093['ranges'][_0x132b51(0x2ee)](_0x5ca4ea=>({'range':_0x5ca4ea,'unitId':_0x3e1448[_0x132b51(0x10a)],'subUnitId':_0x3e1448['subUnitId'],'showText':_0x132b51(0x92)})),'updateBorder');break;}case _0x9028f9[_0x132b51(0x122)]['id']:{let _0x56d2f0=_0x1ae919,_0x2fc77c=_0x56d2f0[_0x132b51(0x10a)],_0x3624fe=_0x56d2f0['subUnitId'],_0x505ce2=_0x56d2f0[_0x132b51(0x37c)];_0x56d2f0[_0x132b51(0x37c)]&&_0x3624fe&&Object['keys'](_0x56d2f0[_0x132b51(0x37c)])['forEach'](_0x431feb=>{const _0x2adc52=_0x132b51;let _0x1437fe=_0x505ce2[_0x431feb],_0x27f277=_0x8d2497(_0x1437fe['sparklines'])[_0x2adc52(0x2ee)](_0x456620=>({'range':_0x456620,'unitId':_0x2fc77c,'subUnitId':_0x3624fe,'showText':_0x2adc52(0xf4)}));_0xbf78b9(_0x27f277,_0x2adc52(0x36c));});break;}case _0x9028f9['SetSheetSparklineMutation']['id']:{let _0x295537=_0x1ae919;_0x295537['groupIds']&&_0x295537[_0x132b51(0x2c9)][_0x132b51(0x2db)]>0x0&&_0x295537[_0x132b51(0x3ae)]&&_0x295537['groupIds'][_0x132b51(0x146)](_0x3f8d4c=>{const _0x195b07=_0x132b51;let _0x3b87c7=this[_0x195b07(0xb6)][_0x195b07(0x2d4)](_0x295537['unitId'],_0x295537[_0x195b07(0x3ae)],_0x3f8d4c);if(_0x3b87c7){let _0x21560a=_0x8d2497(_0x3b87c7['sparklines'][_0x195b07(0x13c)]())[_0x195b07(0x2ee)](_0x525cb9=>({'range':_0x525cb9,'unitId':_0x295537['unitId'],'subUnitId':_0x295537[_0x195b07(0x3ae)],'showText':_0x195b07(0x93)}));_0xbf78b9(_0x21560a,_0x195b07(0x140));}});break;}case _0x9028f9[_0x132b51(0x1cb)]['id']:{let _0x17ece3=_0x1ae919;_0x17ece3[_0x132b51(0x2c9)]&&_0x17ece3[_0x132b51(0x2c9)][_0x132b51(0x2db)]>0x0&&_0x17ece3[_0x132b51(0x3ae)]&&_0x17ece3[_0x132b51(0x2c9)][_0x132b51(0x146)](_0x4245e0=>{const _0x5050d2=_0x132b51;let _0x56b53f=this[_0x5050d2(0xb6)][_0x5050d2(0x2d4)](_0x17ece3[_0x5050d2(0x10a)],_0x17ece3[_0x5050d2(0x3ae)],_0x4245e0);if(_0x56b53f){let _0x50cfe7=_0x8d2497(_0x56b53f['sparklines'][_0x5050d2(0x13c)]())['map'](_0x397eb4=>({'range':_0x397eb4,'unitId':_0x17ece3[_0x5050d2(0x10a)],'subUnitId':_0x17ece3[_0x5050d2(0x3ae)],'showText':'removeSparkline'}));_0xbf78b9(_0x50cfe7,_0x5050d2(0xf2));}});break;}case _0x5262b9['AddSheetTableMutation']['id']:{let _0x4752a7=_0x1ae919;_0x4752a7['tableId']&&_0x4752a7[_0x132b51(0x3ae)]&&_0xbf78b9([{'range':_0x4752a7[_0x132b51(0xc6)],'unitId':_0x4752a7[_0x132b51(0x10a)],'subUnitId':_0x4752a7['subUnitId'],'showText':_0x132b51(0x266)}],'insert');break;}case _0x5262b9[_0x132b51(0x40b)]['id']:{let _0x51d620=_0x1ae919;if(_0x51d620[_0x132b51(0xc2)]&&_0x51d620[_0x132b51(0x3ae)]){var _0x55953b;let _0x3ded46=(_0x55953b=this[_0x132b51(0x126)][_0x132b51(0x12a)](_0x51d620[_0x132b51(0x10a)],_0x51d620[_0x132b51(0xc2)]))==null?void 0x0:_0x55953b[_0x132b51(0xc6)];_0x3ded46&&_0xbf78b9([{'range':_0x3ded46,'unitId':_0x51d620[_0x132b51(0x10a)],'subUnitId':_0x51d620[_0x132b51(0x3ae)],'showText':'removeTable'}],_0x132b51(0xf2));}break;}case _0x5262b9['SetSheetTableFilterMutation']['id']:{let _0x8af9c6=_0x520ad0['params'];if(_0x8af9c6[_0x132b51(0xc2)]){let _0x10caf5=this[_0x132b51(0x126)][_0x132b51(0x12a)](_0x8af9c6[_0x132b51(0x10a)],_0x8af9c6[_0x132b51(0xc2)]);_0x10caf5&&_0x10caf5['range']&&_0x10caf5[_0x132b51(0x3ae)]&&(_0x3c6321[_0x132b51(0x460)][_0x132b51(0x265)](_0x10caf5[_0x132b51(0x3ae)]),_0xbf78b9([{'range':_0x10caf5[_0x132b51(0xc6)],'unitId':_0x8af9c6[_0x132b51(0x10a)],'subUnitId':_0x10caf5[_0x132b51(0x3ae)],'showText':_0x132b51(0x1f9)}],_0x132b51(0x140)));}break;}case _0x5262b9['SetSheetTableMutation']['id']:{let _0x246a61=_0x1ae919;if(_0x246a61[_0x132b51(0xc2)]&&_0x246a61[_0x132b51(0x3ae)]){var _0x2cd1e6;let _0x4ebef0=(_0x2cd1e6=this[_0x132b51(0x126)][_0x132b51(0x12a)](_0x246a61[_0x132b51(0x10a)],_0x246a61[_0x132b51(0xc2)]))==null?void 0x0:_0x2cd1e6[_0x132b51(0xc6)];_0x4ebef0&&_0xbf78b9([{'range':_0x4ebef0,'unitId':_0x246a61['unitId'],'subUnitId':_0x246a61[_0x132b51(0x3ae)],'showText':_0x132b51(0x312)}],_0x132b51(0x140));}break;}case _0x426da0[_0x132b51(0x3b9)]['id']:{let _0x49a586=_0x1ae919;if(_0x49a586[_0x132b51(0x1e8)]&&_0x49a586['subUnitId']){var _0x1aa8c0;let _0x112668=(_0x1aa8c0=this[_0x132b51(0x358)][_0x132b51(0x4b3)](_0x49a586[_0x132b51(0x10a)],_0x49a586[_0x132b51(0x3ae)],_0x49a586[_0x132b51(0x1e8)]))==null?void 0x0:_0x1aa8c0['rangeInfo'];_0x112668&&_0xbf78b9((0x0,_0x426da0[_0x132b51(0x3f7)])(_0x112668)[_0x132b51(0x2ee)](_0x22511c=>({'range':_0x22511c,'unitId':_0x49a586[_0x132b51(0x10a)],'subUnitId':_0x49a586['subUnitId'],'showText':_0x132b51(0x1b1)})),'insert');}break;}case _0x426da0['RemovePivotTableMutation']['id']:{let _0x253dbf=_0x1ae919;if(_0x253dbf[_0x132b51(0x1e8)]&&_0x253dbf['subUnitId']){var _0x5f23f2;let _0x4f5323=(_0x5f23f2=this[_0x132b51(0x358)][_0x132b51(0x4b3)](_0x253dbf[_0x132b51(0x10a)],_0x253dbf[_0x132b51(0x3ae)],_0x253dbf['pivotTableId']))==null?void 0x0:_0x5f23f2[_0x132b51(0x1aa)];_0x4f5323&&_0xbf78b9((0x0,_0x426da0[_0x132b51(0x3f7)])(_0x4f5323)['map'](_0x41d9d5=>({'range':_0x41d9d5,'unitId':_0x253dbf[_0x132b51(0x10a)],'subUnitId':_0x253dbf[_0x132b51(0x3ae)],'showText':_0x132b51(0x409)})),_0x132b51(0xf2));}break;}case _0x426da0[_0x132b51(0x121)]['id']:case _0x426da0['SetPivotPositionMutation']['id']:case _0x426da0['UpdatePivotTableSourceRangeMutation']['id']:case _0x426da0['AddPivotFieldMutation']['id']:case _0x426da0[_0x132b51(0x295)]['id']:case _0x426da0['RenamePivotFieldMutation']['id']:case _0x426da0[_0x132b51(0x1e5)]['id']:case _0x426da0[_0x132b51(0x324)]['id']:case _0x426da0['UpdatePivotFieldSourceInfoMutation']['id']:case _0x426da0[_0x132b51(0xdc)]['id']:case _0x426da0[_0x132b51(0x380)]['id']:case _0x426da0['SetPivotSortMutation']['id']:case _0x426da0['SetPivotCollapseMutation']['id']:case _0x426da0['SetPivotFieldFormatMutation']['id']:case _0x426da0['SetPivotSubtotalTypeMutation']['id']:{let _0xa7ff5f=_0x1ae919,_0x46ec31=_0x132b51(0x23b);if(_0x45f973===_0x426da0[_0x132b51(0x121)]['id']?_0x46ec31=_0x132b51(0x23b):_0x45f973===_0x426da0[_0x132b51(0x157)]['id']?_0x46ec31=_0x132b51(0x2a2):_0x45f973===_0x426da0[_0x132b51(0x197)]['id']?_0x46ec31=_0x132b51(0x368):_0x45f973===_0x426da0[_0x132b51(0x3e2)]['id']?_0x46ec31=_0x132b51(0x474):_0x45f973===_0x426da0[_0x132b51(0x295)]['id']?_0x46ec31=_0x132b51(0x248):_0x45f973===_0x426da0[_0x132b51(0x182)]['id']?_0x46ec31=_0x132b51(0xad):_0x45f973===_0x426da0[_0x132b51(0x1e5)]['id']?_0x46ec31=_0x132b51(0x95):_0x45f973===_0x426da0[_0x132b51(0x324)]['id']?_0x46ec31=_0x132b51(0x429):_0x45f973===_0x426da0[_0x132b51(0x3b3)]['id']?_0x46ec31='updatePivotFieldSource':_0x45f973===_0x426da0['SetPivotFilterMutation']['id']?_0x46ec31=_0x132b51(0x37b):_0x45f973===_0x426da0[_0x132b51(0x380)]['id']?_0x46ec31='setPivotValueFilter':_0x45f973===_0x426da0[_0x132b51(0xf7)]['id']?_0x46ec31='setPivotSort':_0x45f973===_0x426da0[_0x132b51(0x4b0)]['id']?_0x46ec31=_0x132b51(0x464):_0x45f973===_0x426da0['SetPivotSubtotalTypeMutation']['id']?_0x46ec31=_0x132b51(0x1d2):_0x45f973===_0x426da0[_0x132b51(0x2cc)]['id']&&(_0x46ec31=_0x132b51(0x27a)),_0xa7ff5f[_0x132b51(0x1e8)]&&_0xa7ff5f['subUnitId']){var _0x4b8d53;let _0x80a4c1=(_0x4b8d53=this[_0x132b51(0x358)][_0x132b51(0x4b3)](_0xa7ff5f[_0x132b51(0x10a)],_0xa7ff5f[_0x132b51(0x3ae)],_0xa7ff5f[_0x132b51(0x1e8)]))==null?void 0x0:_0x4b8d53[_0x132b51(0x1aa)];_0x80a4c1&&_0xbf78b9((0x0,_0x426da0[_0x132b51(0x3f7)])(_0x80a4c1)[_0x132b51(0x2ee)](_0x39d037=>({'range':_0x39d037,'unitId':_0xa7ff5f[_0x132b51(0x10a)],'subUnitId':_0xa7ff5f['subUnitId'],'showText':_0x46ec31})),_0x132b51(0x140));}break;}case _0x56f46b[_0x132b51(0x344)]['id']:{let _0x590045=_0x1ae919;_0x590045[_0x132b51(0x1d8)]&&_0x3c6321['insertDrawings'][_0x132b51(0x265)]({'drawingId':_0x590045[_0x132b51(0x1d8)],'unitId':_0x590045[_0x132b51(0x10a)],'subUnitId':_0x590045['subUnitId'],'showText':_0x5e0484});break;}case _0x56f46b['RemoveSheetsChartMutation']['id']:{let _0x55b620=_0x1ae919;_0x55b620[_0x132b51(0x1d8)]&&_0x3c6321['deleteDrawings'][_0x132b51(0x265)]({'drawingId':_0x55b620[_0x132b51(0x1d8)],'unitId':_0x55b620['unitId'],'subUnitId':_0x55b620[_0x132b51(0x3ae)],'showText':_0x5e0484});break;}case _0x56f46b[_0x132b51(0x452)]['id']:{let _0x13697b=_0x520ad0['params'];if(_0x13697b[_0x132b51(0x218)]){let _0x36e4e2=this[_0x132b51(0x34e)][_0x132b51(0x29a)](_0x13697b['unitId'],_0x13697b[_0x132b51(0x218)]);_0x36e4e2&&(_0x3c6321[_0x132b51(0x460)][_0x132b51(0x265)](_0x36e4e2),_0x3c6321[_0x132b51(0x4a2)][_0x132b51(0x265)]({'drawingId':_0x13697b['chartModelId'],'unitId':_0x13697b[_0x132b51(0x10a)],'subUnitId':_0x36e4e2,'showText':_0x5e0484}));}break;}case _0x56f46b[_0x132b51(0x253)]['id']:{let _0x1a98a8=_0x520ad0['params'];if(_0x1a98a8[_0x132b51(0x218)]){let _0x2780f4=this['_sheetsChartService'][_0x132b51(0x29a)](_0x1a98a8[_0x132b51(0x10a)],_0x1a98a8[_0x132b51(0x218)]);_0x2780f4&&(_0x3c6321[_0x132b51(0x460)][_0x132b51(0x265)](_0x2780f4),_0x3c6321[_0x132b51(0x4a2)][_0x132b51(0x265)]({'drawingId':_0x1a98a8[_0x132b51(0x218)],'unitId':_0x1a98a8['unitId'],'subUnitId':_0x2780f4,'showText':_0x5e0484}));}break;}case _0x2231b4[_0x132b51(0x249)]['id']:{let _0xb06127=_0x1ae919;_0xb06127[_0x132b51(0x379)]&&_0x3c6321[_0x132b51(0x348)][_0x132b51(0x265)]({'drawingId':_0xb06127['shapeId'],'unitId':_0xb06127[_0x132b51(0x10a)],'subUnitId':_0xb06127[_0x132b51(0x3ae)],'showText':_0x5e0484});break;}case _0x2231b4[_0x132b51(0x39d)]['id']:{let _0x1fce91=_0x1ae919;_0x1fce91['shapeId']&&_0x3c6321[_0x132b51(0x390)][_0x132b51(0x265)]({'drawingId':_0x1fce91[_0x132b51(0x379)],'unitId':_0x1fce91[_0x132b51(0x10a)],'subUnitId':_0x1fce91[_0x132b51(0x3ae)],'showText':_0x5e0484});break;}case _0x2231b4[_0x132b51(0x118)]['id']:case _0x2231b4[_0x132b51(0x228)]['id']:{let _0xbae76a=_0x1ae919;_0xbae76a[_0x132b51(0x379)]&&_0x3c6321['updateDrawings'][_0x132b51(0x265)]({'drawingId':_0xbae76a[_0x132b51(0x379)],'unitId':_0xbae76a[_0x132b51(0x10a)],'subUnitId':_0xbae76a[_0x132b51(0x3ae)],'showText':_0x5e0484});break;}case _0x5d73dd[_0x132b51(0x4b6)]['id']:{let _0x2a3f33=_0x1ae919,_0x101d07=_0x2a3f33[_0x132b51(0x435)],_0x534d7b=_0x2a3f33[_0x132b51(0x378)],_0x5983c1=_0x534d7b!==_0x5d73dd['DrawingApplyType']['INSERT']&&_0x534d7b!==_0x5d73dd['DrawingApplyType'][_0x132b51(0x98)],_0x4787e1=_0x534d7b===_0x5d73dd[_0x132b51(0x343)][_0x132b51(0x3d3)],_0x306578=_0x534d7b===_0x5d73dd['DrawingApplyType'][_0x132b51(0x98)],_0x13e00a=_0x5e0484;if(_0x534d7b===_0x5d73dd[_0x132b51(0x343)][_0x132b51(0x3d3)]?_0x13e00a=this[_0x132b51(0x210)]['t'](_0x132b51(0x2ea)):_0x534d7b===_0x5d73dd['DrawingApplyType'][_0x132b51(0x98)]&&(_0x13e00a=this[_0x132b51(0x210)]['t'](_0x132b51(0x34a))),Array[_0x132b51(0x1fc)](_0x101d07))_0x101d07[_0x132b51(0x146)](_0xf7acc=>{const _0x4b4070=_0x132b51;if(_0x4b4070(0x1b3)in _0xf7acc&&_0xf7acc['drawingId'])_0x5983c1?_0x3c6321['updateDrawings'][_0x4b4070(0x265)]({'drawingId':_0xf7acc['drawingId'],'unitId':_0x2a3f33[_0x4b4070(0x10a)],'subUnitId':_0x2a3f33[_0x4b4070(0x3ae)],'showText':_0x13e00a}):_0x4787e1?_0x3c6321['insertDrawings'][_0x4b4070(0x265)]({'drawingId':_0xf7acc[_0x4b4070(0x1b3)],'unitId':_0x2a3f33[_0x4b4070(0x10a)],'subUnitId':_0x2a3f33[_0x4b4070(0x3ae)],'showText':_0x13e00a}):_0x306578&&_0x3c6321[_0x4b4070(0x390)][_0x4b4070(0x265)]({'drawingId':_0xf7acc['drawingId'],'unitId':_0x2a3f33[_0x4b4070(0x10a)],'subUnitId':_0x2a3f33['subUnitId'],'showText':_0x13e00a});else{if(_0x4b4070(0x2bf)in _0xf7acc&&_0x4b4070(0x1b8)in _0xf7acc){var _0x8f89a0,_0x44002e;(_0x8f89a0=_0xf7acc['parent'])!=null&&_0x8f89a0[_0x4b4070(0x1b3)]&&(_0x5983c1?_0x3c6321[_0x4b4070(0x4a2)][_0x4b4070(0x265)]({'drawingId':_0xf7acc[_0x4b4070(0x2bf)][_0x4b4070(0x1b3)],'unitId':_0x2a3f33[_0x4b4070(0x10a)],'subUnitId':_0x2a3f33[_0x4b4070(0x3ae)],'showText':_0x13e00a}):_0x4787e1?_0x3c6321[_0x4b4070(0x348)][_0x4b4070(0x265)]({'drawingId':_0xf7acc['parent'][_0x4b4070(0x1b3)],'unitId':_0x2a3f33[_0x4b4070(0x10a)],'subUnitId':_0x2a3f33['subUnitId'],'showText':_0x13e00a}):_0x306578&&_0x3c6321[_0x4b4070(0x390)][_0x4b4070(0x265)]({'drawingId':_0xf7acc[_0x4b4070(0x2bf)][_0x4b4070(0x1b3)],'unitId':_0x2a3f33[_0x4b4070(0x10a)],'subUnitId':_0x2a3f33[_0x4b4070(0x3ae)],'showText':_0x13e00a})),(_0x44002e=_0xf7acc[_0x4b4070(0x1b8)])==null||_0x44002e[_0x4b4070(0x146)](_0xab0a1a=>{const _0x5b86a7=_0x4b4070;_0xab0a1a[_0x5b86a7(0x1b3)]&&(_0x5983c1?_0x3c6321['updateDrawings'][_0x5b86a7(0x265)]({'drawingId':_0xab0a1a[_0x5b86a7(0x1b3)],'unitId':_0x2a3f33[_0x5b86a7(0x10a)],'subUnitId':_0x2a3f33[_0x5b86a7(0x3ae)],'showText':_0x13e00a}):_0x4787e1?_0x3c6321[_0x5b86a7(0x348)][_0x5b86a7(0x265)]({'drawingId':_0xab0a1a[_0x5b86a7(0x1b3)],'unitId':_0x2a3f33[_0x5b86a7(0x10a)],'subUnitId':_0x2a3f33[_0x5b86a7(0x3ae)],'showText':_0x13e00a}):_0x306578&&_0x3c6321['deleteDrawings'][_0x5b86a7(0x265)]({'drawingId':_0xab0a1a['drawingId'],'unitId':_0x2a3f33[_0x5b86a7(0x10a)],'subUnitId':_0x2a3f33[_0x5b86a7(0x3ae)],'showText':_0x13e00a}));});}}});else{if(_0x101d07&&typeof _0x101d07==_0x132b51(0x187)){if(_0x132b51(0x337)in _0x101d07&&Array[_0x132b51(0x1fc)](_0x101d07['drawingIds']))_0x101d07[_0x132b51(0x337)][_0x132b51(0x146)](_0x2ce50c=>{const _0x5c2a14=_0x132b51;_0x5983c1?_0x3c6321[_0x5c2a14(0x4a2)][_0x5c2a14(0x265)]({'drawingId':_0x2ce50c,'unitId':_0x2a3f33[_0x5c2a14(0x10a)],'subUnitId':_0x2a3f33[_0x5c2a14(0x3ae)],'showText':_0x13e00a}):_0x4787e1?_0x3c6321[_0x5c2a14(0x348)]['push']({'drawingId':_0x2ce50c,'unitId':_0x2a3f33['unitId'],'subUnitId':_0x2a3f33[_0x5c2a14(0x3ae)],'showText':_0x13e00a}):_0x306578&&_0x3c6321[_0x5c2a14(0x390)][_0x5c2a14(0x265)]({'drawingId':_0x2ce50c,'unitId':_0x2a3f33[_0x5c2a14(0x10a)],'subUnitId':_0x2a3f33['subUnitId'],'showText':_0x13e00a});});else{if('parent'in _0x101d07&&'children'in _0x101d07){var _0x61e110,_0x23aa9d;(_0x61e110=_0x101d07[_0x132b51(0x2bf)])!=null&&_0x61e110[_0x132b51(0x1b3)]&&(_0x5983c1?_0x3c6321['updateDrawings'][_0x132b51(0x265)]({'drawingId':_0x101d07[_0x132b51(0x2bf)][_0x132b51(0x1b3)],'unitId':_0x2a3f33['unitId'],'subUnitId':_0x2a3f33[_0x132b51(0x3ae)],'showText':_0x13e00a}):_0x4787e1?_0x3c6321[_0x132b51(0x348)][_0x132b51(0x265)]({'drawingId':_0x101d07['parent'][_0x132b51(0x1b3)],'unitId':_0x2a3f33[_0x132b51(0x10a)],'subUnitId':_0x2a3f33['subUnitId'],'showText':_0x13e00a}):_0x306578&&_0x3c6321['deleteDrawings']['push']({'drawingId':_0x101d07[_0x132b51(0x2bf)][_0x132b51(0x1b3)],'unitId':_0x2a3f33['unitId'],'subUnitId':_0x2a3f33[_0x132b51(0x3ae)],'showText':_0x13e00a})),(_0x23aa9d=_0x101d07[_0x132b51(0x1b8)])==null||_0x23aa9d[_0x132b51(0x146)](_0x29f06c=>{const _0x3a8fc6=_0x132b51;_0x29f06c[_0x3a8fc6(0x1b3)]&&(_0x5983c1?_0x3c6321['updateDrawings'][_0x3a8fc6(0x265)]({'drawingId':_0x29f06c['drawingId'],'unitId':_0x2a3f33[_0x3a8fc6(0x10a)],'subUnitId':_0x2a3f33['subUnitId'],'showText':_0x13e00a}):_0x4787e1?_0x3c6321['insertDrawings'][_0x3a8fc6(0x265)]({'drawingId':_0x29f06c['drawingId'],'unitId':_0x2a3f33[_0x3a8fc6(0x10a)],'subUnitId':_0x2a3f33[_0x3a8fc6(0x3ae)],'showText':_0x13e00a}):_0x306578&&_0x3c6321['deleteDrawings']['push']({'drawingId':_0x29f06c[_0x3a8fc6(0x1b3)],'unitId':_0x2a3f33[_0x3a8fc6(0x10a)],'subUnitId':_0x2a3f33[_0x3a8fc6(0x3ae)],'showText':_0x13e00a}));});}}}}break;}}return _0x3c6321;}[_0x3c7957(0x387)](_0x33ffa7){const _0x4c6e10=_0x3c7957;if(_0x33ffa7[_0x4c6e10(0x2db)]<=0x1)return _0x33ffa7;let _0x1f064a=new Map();return _0x33ffa7['forEach'](_0xe533cb=>{const _0x448a41=_0x4c6e10;let {unitId:_0x18e7a7,subUnitId:_0x428371}=_0xe533cb,_0xc3bdc1=_0x18e7a7+'-'+_0x428371;if(!_0x1f064a[_0x448a41(0x18b)](_0xc3bdc1))_0x1f064a[_0x448a41(0x17c)](_0xc3bdc1,[_0xe533cb]);else{var _0x18a2b3;(_0x18a2b3=_0x1f064a[_0x448a41(0x2f6)](_0xc3bdc1))==null||_0x18a2b3[_0x448a41(0x265)](_0xe533cb);}}),Array['from'](_0x1f064a['values']())['map'](_0x572837=>new _0x5d1a47[(_0x4c6e10(0x3e7))]()['add'](..._0x572837[_0x4c6e10(0x2ee)](_0x3e8bc1=>_0x3e8bc1[_0x4c6e10(0xc6)]))['merge']()[_0x4c6e10(0x2ee)](_0x3c4081=>({'range':_0x3c4081,'unitId':_0x572837[0x0]['unitId'],'subUnitId':_0x572837[0x0][_0x4c6e10(0x3ae)],'showText':_0x572837[0x0]['showText'],'highlightRow':_0x572837[0x0][_0x4c6e10(0x16c)],'highlightColumn':_0x572837[0x0][_0x4c6e10(0x2bc)]})))['flat']();}};_0x5f17ae=_0x924a19([_0x27950e(0x0,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x25de95)),_0x27950e(0x1,_0xbae557[_0x3c7957(0x34c)]),_0x27950e(0x2,_0xbae557[_0x3c7957(0x207)]),_0x27950e(0x3,(0x0,_0x78fe8d['Inject'])(_0x5d1a47[_0x3c7957(0x247)])),_0x27950e(0x4,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x32f067[_0x3c7957(0xab)])),_0x27950e(0x5,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x9b4bb4['SheetDataValidationModel'])),_0x27950e(0x6,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x2401c0['SheetsFilterService'])),_0x27950e(0x7,(0x0,_0x78fe8d['Inject'])(_0x9028f9[_0x3c7957(0x24d)])),_0x27950e(0x8,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x426da0[_0x3c7957(0xdd)])),_0x27950e(0x9,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x5262b9[_0x3c7957(0x151)])),_0x27950e(0xa,(0x0,_0x78fe8d['Inject'])(_0x78fe8d[_0x3c7957(0x47f)])),_0x27950e(0xb,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x56f46b[_0x3c7957(0x44c)])),_0x27950e(0xc,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x510cdd))],_0x5f17ae);function _0x26dcaa(_0x476490){return new _0x78fe8d['ObjectMatrix'](_0x476490)['getDataRange']();}function _0x8d2497(_0x292a25){const _0x368d7d=_0x3c7957;let _0x6e09b9=new _0x78fe8d[(_0x368d7d(0x336))](_0x292a25),_0x19c13d=new _0x78fe8d[(_0x368d7d(0x336))]();return _0x6e09b9['forValue']((_0x2dbe07,_0x160e57)=>{_0x19c13d['setValue'](_0x2dbe07,_0x160e57,0x1);}),(0x0,_0x5d1a47[_0x368d7d(0x282)])(_0x19c13d);}let _0x838e06=[{'key':0x0,'labelKey':_0x3c7957(0x483)},{'key':0x1,'labelKey':_0x3c7957(0x38c)},{'key':0x2,'labelKey':_0x3c7957(0x133)}];function _0x3b05fe(_0x42d94a){const _0x570bdf=_0x3c7957;let {value:_0x4bc958,onChange:_0x1b6d9c}=_0x42d94a,_0x145e3f=(0x0,_0x260e1c[_0x570bdf(0x407)])(_0x78fe8d[_0x570bdf(0x47f)]);return(0x0,_0x33116e[_0x570bdf(0x111)])(_0x570bdf(0x34b),{'className':'univer-relative\x20univer-h-8','children':(0x0,_0x33116e[_0x570bdf(0x111)])(_0x547126['Segmented'],{'items':_0x838e06[_0x570bdf(0x2ee)](_0x29e314=>({'label':_0x145e3f['t'](_0x29e314['labelKey']),'value':_0x29e314['key']})),'value':_0x4bc958,'onChange':_0x1b6d9c})});}function _0x37d15a(){const _0x3c4a73=_0x3c7957;var _0xebc9b8;let _0x507699=(0x0,_0x260e1c[_0x3c4a73(0x407)])(_0x25de95),_0x10be36=(0x0,_0x260e1c[_0x3c4a73(0x407)])(_0x510cdd),_0x2432de=(0x0,_0x260e1c['useDependency'])(_0x5f17ae),_0x4ec271=(0x0,_0x260e1c[_0x3c4a73(0x407)])(_0x78fe8d['IConfigService']),_0x10bba9=(0x0,_0x260e1c['useObservable'])(_0x507699[_0x3c4a73(0x24c)]),_0x1505ce=(0x0,_0x260e1c[_0x3c4a73(0x33a)])(_0x507699[_0x3c4a73(0x328)],[]),[_0x488770,_0x3fb077]=(0x0,_0xe52bd8[_0x3c4a73(0x40a)])(()=>new Set()),[_0xede5be,_0x38488f]=(0x0,_0xe52bd8[_0x3c4a73(0x40a)])(()=>new Map()),[_0x3ef057,_0x482882]=(0x0,_0xe52bd8[_0x3c4a73(0x40a)])(()=>new Set()),[_0x5f5421,_0x21855e]=(0x0,_0xe52bd8[_0x3c4a73(0x40a)])(0x0),_0x2fafb7=(0x0,_0x260e1c[_0x3c4a73(0x407)])(_0x78fe8d['LocaleService']),_0x170f6c=(0x0,_0xe52bd8[_0x3c4a73(0x22f)])(null),[_0x4bcfca,_0xc57dec]=(0x0,_0xe52bd8[_0x3c4a73(0x40a)])(!0x1),[_0x52d8ae,_0x53b975]=(0x0,_0xe52bd8[_0x3c4a73(0x40a)])([]),_0x1490a7=((_0xebc9b8=_0x4ec271[_0x3c4a73(0x23e)](_0x3c4a73(0x1ce)))==null?void 0x0:_0xebc9b8['historyAIassistantEnabled'])??!0x1,_0x322ce3=_0x2aadc9(_0x10bba9),[_0x245b59,_0x1a1c16]=(0x0,_0xe52bd8['useState'])([]),_0x17cdf4=(0x0,_0xe52bd8['useMemo'])(()=>_0x1505ce['map'](_0x23cffd=>({'key':_0x23cffd['userId'],'label':_0x23cffd[_0x3c4a73(0x419)]})),[_0x1505ce]);(0x0,_0xe52bd8[_0x3c4a73(0x4bf)])(()=>{const _0x48b46a=_0x3c4a73;_0x507699[_0x48b46a(0x30c)]()[_0x48b46a(0xfb)](()=>void 0x0);},[_0x507699]);let _0x1fa031=(0x0,_0xe52bd8[_0x3c4a73(0x17d)])(_0x10990f=>{const _0x7aaf76=_0x3c4a73;_0x1a1c16([]),_0x21855e(_0x10990f),_0x507699[_0x7aaf76(0x10a)]&&_0x507699[_0x7aaf76(0x1f0)](_0x507699[_0x7aaf76(0x10a)],{'origin':_0x10990f})[_0x7aaf76(0xfb)](()=>void 0x0);},[_0x507699]);(0x0,_0xe52bd8[_0x3c4a73(0x4bf)])(()=>{const _0xea6805=_0x3c4a73;let _0x784e80=_0x170f6c[_0xea6805(0x458)];if(!_0x784e80)return;let _0x50901e,_0x556c6c=()=>{clearTimeout(_0x50901e),_0x50901e=setTimeout(()=>{let {scrollTop:_0x5fbec6,scrollHeight:_0x621b5b,clientHeight:_0x4ba75c}=_0x784e80;_0x5fbec6+_0x4ba75c>=_0x621b5b-0x5&&_0x507699['loadMoreVersions']()['catch'](()=>void 0x0);},0x64);};return _0x784e80[_0xea6805(0x354)](_0xea6805(0x3ea),_0x556c6c),()=>{const _0x30450e=_0xea6805;clearTimeout(_0x50901e),_0x784e80['removeEventListener'](_0x30450e(0x3ea),_0x556c6c);};},[_0x507699]);let _0x56b8bd=(0x0,_0xe52bd8[_0x3c4a73(0x17d)])(async _0x48eb29=>{const _0x5dc524=_0x3c4a73;let _0x231168=_0x48eb29['id'];if(_0x488770[_0x5dc524(0x18b)](_0x231168)){_0x3fb077(_0x4d30d6=>{const _0xca3177=_0x5dc524;let _0x5c4cea=new Set(_0x4d30d6);return _0x5c4cea[_0xca3177(0xf2)](_0x231168),_0x5c4cea;});return;}if(_0xede5be['has'](_0x231168)){_0x3fb077(_0x116a5c=>new Set(_0x116a5c)[_0x5dc524(0x132)](_0x231168));return;}_0x482882(_0x19dc4a=>new Set(_0x19dc4a)[_0x5dc524(0x132)](_0x231168));try{var _0x3e4c2f;let _0x2a7f65=_0x507699[_0x5dc524(0x10a)];if(!_0x2a7f65)return;let _0x4228c1=await _0x10be36['getHistoryChangesets']({},{'unitId':_0x2a7f65,'startRevision':_0x48eb29[_0x5dc524(0xfa)],'endRevision':_0x48eb29[_0x5dc524(0x240)]});if(((_0x3e4c2f=_0x4228c1[_0x5dc524(0x4ca)])==null?void 0x0:_0x3e4c2f[_0x5dc524(0x455)])===0x1&&_0x4228c1[_0x5dc524(0x10e)]){let _0x1f6796=_0x4228c1[_0x5dc524(0x10e)]['reverse']()[_0x5dc524(0x2ee)](_0x2f593b=>{const _0x3b94ae=_0x5dc524;var _0x15c2c8,_0x12628b;let _0x3c44ce=(0x0,_0xbae557[_0x3b94ae(0x2d1)])(_0x2f593b),_0x2874bd=_0x2f593b[_0x3b94ae(0x2ec)]||_0x3c44ce[_0x3b94ae(0x2ec)],_0x1b963b=(_0x15c2c8=_0x4228c1['users'])==null?void 0x0:_0x15c2c8[_0x2874bd],_0x8f9138=((_0x12628b=_0x2f593b[_0x3b94ae(0x2b2)])==null?void 0x0:_0x12628b[_0x3b94ae(0x2ee)](_0x352fd3=>_0x352fd3['id']))||[];return{'id':_0x231168+_0x3b94ae(0x2b4)+_0x2f593b[_0x3b94ae(0x1e9)],'unitId':_0x2f593b['unitID'],'startRev':_0x2f593b['revision'],'endRev':_0x2f593b['revision'],'time':_0x2f593b[_0x3b94ae(0x143)]?_0x2f593b[_0x3b94ae(0x143)]*0x3e8:void 0x0,'user':(_0x1b963b==null?void 0x0:_0x1b963b['name'])||'','users':[(_0x1b963b==null?void 0x0:_0x1b963b[_0x3b94ae(0x419)])||''],'commands':_0x8f9138,'isAnonymous':!0x1,'isDetail':!0x0,'parentId':_0x231168,'additionalFields':_0x2f593b[_0x3b94ae(0x1a8)]};});_0x38488f(_0xdf7762=>new Map(_0xdf7762)['set'](_0x231168,_0x1f6796)),_0x1f6796[_0x5dc524(0x146)](_0x5c07c9=>{const _0x246d0b=_0x5dc524;_0x507699[_0x246d0b(0xc8)](_0x5c07c9);});for(let _0x2e7768 of _0x1f6796)await _0x2432de[_0x5dc524(0x178)](_0x2e7768['id']);_0x3fb077(_0x539048=>new Set(_0x539048)['add'](_0x231168));}}catch(_0x491be2){console['error'](_0x5dc524(0x4dd),_0x491be2);}finally{_0x482882(_0x2f6861=>{const _0x5708c1=_0x5dc524;let _0x3524d6=new Set(_0x2f6861);return _0x3524d6[_0x5708c1(0xf2)](_0x231168),_0x3524d6;});}},[_0x488770,_0xede5be,_0x507699,_0x10be36,_0x2432de]);return _0x10bba9?(0x0,_0x33116e[_0x3c4a73(0x114)])(_0x3c4a73(0x34b),{'ref':_0x170f6c,'className':_0x3c4a73(0x382),'children':[_0x1490a7&&(0x0,_0x33116e[_0x3c4a73(0x114)])(_0x3c4a73(0x34b),{'className':_0x3c4a73(0x46f),'children':[(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x3c4a73(0x34b),{'className':_0x3c4a73(0x44f),'children':(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x3b05fe,{'value':_0x5f5421,'onChange':_0x1fa031})}),(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x547126[_0x3c4a73(0x367)],{'align':'end','open':_0x4bcfca,'onOpenChange':_0x4ada09=>{_0xc57dec(_0x4ada09),_0x4ada09&&_0x53b975(_0x245b59);},'overlay':(0x0,_0x33116e[_0x3c4a73(0x114)])(_0x3c4a73(0x34b),{'className':_0x3c4a73(0x4ae),'children':[(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x3c4a73(0x34b),{'className':_0x3c4a73(0x192),'children':_0x2fafb7['t'](_0x3c4a73(0x3eb))}),(0x0,_0x33116e[_0x3c4a73(0x111)])('div',{'className':_0x3c4a73(0x3c6)}),(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x3c4a73(0x34b),{'className':_0x3c4a73(0x141),'children':_0x17cdf4[_0x3c4a73(0x2ee)](_0x22e889=>{const _0x26a609=_0x3c4a73;let _0x271cc0=_0x52d8ae[_0x26a609(0xff)](_0x22e889[_0x26a609(0x2f5)]);return(0x0,_0x33116e[_0x26a609(0x114)])('div',{'className':_0x26a609(0x13a),'onClick':()=>{const _0x55444d=_0x26a609;let _0x4a6c25=_0x271cc0?_0x52d8ae[_0x55444d(0x147)](_0x538556=>_0x538556!==_0x22e889[_0x55444d(0x2f5)]):[..._0x52d8ae,_0x22e889[_0x55444d(0x2f5)]];_0x53b975(_0x4a6c25);},'children':[(0x0,_0x33116e[_0x26a609(0x111)])(_0x547126[_0x26a609(0x91)],{'checked':_0x271cc0}),(0x0,_0x33116e[_0x26a609(0x111)])('span',{'className':_0x26a609(0x4bd),'children':_0x22e889[_0x26a609(0x345)]})]},_0x22e889['key']);})}),(0x0,_0x33116e['jsx'])(_0x3c4a73(0x34b),{'className':_0x3c4a73(0x3c6)}),(0x0,_0x33116e[_0x3c4a73(0x114)])(_0x3c4a73(0x34b),{'className':_0x3c4a73(0x35b),'children':[(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x547126['Button'],{'variant':_0x3c4a73(0x2d6),'onClick':()=>{_0x53b975(_0x245b59),_0xc57dec(!0x1);},'children':_0x2fafb7['t']('sheets-history-ui.viewer.panel.filterCollaboratorCancel')}),(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x547126['Button'],{'onClick':()=>{const _0x203df2=_0x3c4a73;_0x1a1c16(_0x52d8ae),_0x507699[_0x203df2(0x10a)]&&_0x507699[_0x203df2(0x1f0)](_0x507699[_0x203df2(0x10a)],{'origin':_0x5f5421,'userIds':_0x52d8ae})[_0x203df2(0xfb)](()=>void 0x0),_0xc57dec(!0x1);},'children':_0x2fafb7['t']('sheets-history-ui.viewer.panel.filterCollaboratorConfirm')})]})]}),'children':(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x547126[_0x3c4a73(0x36b)],{'variant':_0x3c4a73(0x2d6),'children':(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x3a8fff,{'className':(0x0,_0x547126[_0x3c4a73(0xc1)])(_0x3c4a73(0x470),{'univer-text-blue-600\x20dark:!univer-text-blue-400':_0x245b59['length']>0x0})})})})]}),(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x3c4a73(0x34b),{'className':_0x3c4a73(0x4be),'children':_0x322ce3[_0x3c4a73(0x2ee)](_0x24cf3a=>(0x0,_0x33116e[_0x3c4a73(0x114)])(_0xe52bd8[_0x3c4a73(0x486)],{'children':[(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x5d4779,{'date':_0x24cf3a['dateString'],'startDate':_0x24cf3a[_0x3c4a73(0x46b)],'endDate':_0x24cf3a[_0x3c4a73(0x4b1)]}),_0x24cf3a['versions']['map'](_0x1c1531=>{const _0x2a919f=_0x3c4a73;let _0x1d0379=_0x488770[_0x2a919f(0x18b)](_0x1c1531['id']),_0x8e05c=_0x3ef057[_0x2a919f(0x18b)](_0x1c1531['id']),_0x183d83=_0xede5be[_0x2a919f(0x2f6)](_0x1c1531['id'])||[];return(0x0,_0x33116e[_0x2a919f(0x114)])(_0xe52bd8[_0x2a919f(0x486)],{'children':[(0x0,_0x33116e[_0x2a919f(0x111)])(_0x198ddd,{'item':_0x1c1531,'onToggleExpand':_0x56b8bd,'isExpanded':_0x1d0379,'isLoadingDetail':_0x8e05c}),_0x1d0379&&_0x183d83[_0x2a919f(0x2ee)]((_0x3945b6,_0x2ed5f1)=>(0x0,_0x33116e[_0x2a919f(0x114)])(_0x2a919f(0x34b),{'className':_0x2a919f(0x3b2),'children':[(0x0,_0x33116e[_0x2a919f(0x114)])(_0x2a919f(0x34b),{'className':_0x2a919f(0x3d5),'children':[_0x2ed5f1<_0x183d83['length']-0x1&&(0x0,_0x33116e[_0x2a919f(0x111)])(_0x2a919f(0x34b),{'className':_0x2a919f(0x250)}),_0x2ed5f1===_0x183d83[_0x2a919f(0x2db)]-0x1&&(0x0,_0x33116e['jsx'])('div',{'className':'univer-absolute\x20univer-left-0\x20univer-top-0\x20univer-h-1/2\x20univer-w-px\x20univer-bg-gray-100\x20rtl:univer-left-auto\x20rtl:univer-right-0\x20dark:!univer-bg-gray-800'}),(0x0,_0x33116e[_0x2a919f(0x111)])(_0x2a919f(0x34b),{'className':_0x2a919f(0x352)})]}),(0x0,_0x33116e[_0x2a919f(0x111)])(_0x198ddd,{'item':_0x3945b6,'isDetail':!0x0})]},_0x1c1531['id']+'-detail-'+_0x3945b6['id']))]},_0x1c1531['id']);})]},_0x24cf3a[_0x3c4a73(0x433)]))})]}):(0x0,_0x33116e[_0x3c4a73(0x111)])(_0x4aea7c,{});}function _0x4aea7c(){const _0x3cba78=_0x3c7957;return(0x0,_0x33116e[_0x3cba78(0x111)])(_0x3cba78(0x34b),{'className':_0x3cba78(0x2cd),'children':(0x0,_0x33116e[_0x3cba78(0x111)])(_0x3cba78(0xaf),{'className':_0x3cba78(0x4a9),'children':(0x0,_0x33116e[_0x3cba78(0x111)])(_0x35d3cf,{'className':'univer-m-auto\x20univer-animate-spin'})})});}function _0x5d4779(_0x400120){const _0x1e0d93=_0x3c7957;let _0x691712=(0x0,_0x260e1c[_0x1e0d93(0x407)])(_0x78fe8d[_0x1e0d93(0x47f)]),{date:_0xf47221,startDate:_0x44d4e3=_0xf47221}=_0x400120;return(0x0,_0x33116e['jsx'])(_0x1e0d93(0x34b),{'className':_0x1e0d93(0xcf),'children':_0x3289aa(_0x44d4e3,_0x691712)});}function _0x198ddd(_0x1ddc09){const _0x450c3a=_0x3c7957;let {item:_0x5b34f7,onToggleExpand:_0x6f5d0f,isExpanded:_0x4e8a3f,isLoadingDetail:_0x3a88e8,isDetail:_0x38159c}=_0x1ddc09,{time:_0x106548,user:_0x3dbb09,startRevCreateTime:_0x4c861f,endRevCreateTime:_0x4141ab,users:_0x4c4b3a}=_0x5b34f7,_0x5eef21=(0x0,_0x260e1c[_0x450c3a(0x407)])(_0x25de95),_0x4d91df=(0x0,_0x260e1c['useDependency'])(_0x5f17ae),_0xa59857=(0x0,_0x260e1c[_0x450c3a(0x33a)])(_0x5eef21[_0x450c3a(0x496)],'',!0x0)===_0x5b34f7['id'],_0x1f4997=_0x5eef21[_0x450c3a(0x142)]()===_0x5b34f7[_0x450c3a(0x240)],_0x5c1624=!_0x1f4997&&_0x5eef21[_0x450c3a(0x3d8)],_0x4fff12=(0x0,_0x260e1c[_0x450c3a(0x407)])(_0x78fe8d['LocaleService']),_0x435bef=_0x1cd3df(_0x106548,_0x4fff12),_0x3eb570=_0x1cd3df(_0x4c861f,_0x4fff12),_0x2f577d=_0x1cd3df(_0x4141ab,_0x4fff12),_0x5c2582=_0x4fff12['t'](_0x450c3a(0x202)),_0x33a91a=_0x5b34f7['startRev']!==_0x5b34f7['endRev'],_0x77f98=!!_0x5b34f7[_0x450c3a(0x1a8)],_0x2f72f9=(0x0,_0xe52bd8[_0x450c3a(0x217)])(()=>{const _0x4c308e=_0x450c3a;let _0x54b749=_0x3dbb09||_0x4fff12['t']('sheets-history-ui.viewer.panel.unknownUser');return _0x4c4b3a&&_0x4c4b3a[_0x4c308e(0x147)](_0x11022e=>_0x11022e)[_0x4c308e(0x2db)]>0x0&&(_0x54b749=_0x4c4b3a['filter'](_0x5dbca4=>_0x5dbca4)[_0x4c308e(0x2e9)](',\x20')),_0x77f98?''+_0x4fff12['t'](_0x4c308e(0x393))+(_0x54b749?'\x20('+_0x54b749+')':''):_0x54b749;},[_0x77f98,_0x3dbb09,_0x4c4b3a,_0x4fff12]),_0x3e87c9=(0x0,_0xe52bd8[_0x450c3a(0x17d)])(async _0x4e08d3=>{const _0x5424c9=_0x450c3a;_0x5eef21['loadingState']!==_0x5424c9(0x22d)&&(_0x5eef21[_0x5424c9(0x403)](_0x4e08d3),_0x38159c&&(await _0x4d91df[_0x5424c9(0x178)](_0x4e08d3),await _0x5eef21[_0x5424c9(0x28b)](_0x4e08d3)));},[_0x5eef21,_0x4d91df,_0x38159c]),_0x3cc032=(0x0,_0xe52bd8[_0x450c3a(0x17d)])(_0x91b0f0=>{_0x5eef21['triggerRevert'](_0x91b0f0)['catch'](()=>void 0x0);},[_0x5eef21]),_0x1b5639=(0x0,_0xe52bd8[_0x450c3a(0x17d)])(_0x3f09e7=>{const _0x2f0374=_0x450c3a;_0x3f09e7[_0x2f0374(0x20c)](),_0x6f5d0f&&!_0x3a88e8&&_0x6f5d0f(_0x5b34f7)[_0x2f0374(0xfb)](()=>void 0x0);},[_0x6f5d0f,_0x5b34f7,_0x3a88e8]),_0x273cfb=(0x0,_0x33116e[_0x450c3a(0x111)])(_0x635fbb,{'className':'univer-size-8\x20univer-text-gray-400\x20rtl:univer-rotate-180'});_0x3a88e8?_0x273cfb=(0x0,_0x33116e[_0x450c3a(0x111)])(_0x35d3cf,{'className':_0x450c3a(0x229)}):_0x4e8a3f&&(_0x273cfb=(0x0,_0x33116e[_0x450c3a(0x111)])(_0x1987aa,{'className':'univer-size-8\x20univer-text-gray-400'}));let _0x23244d=_0x3eb570[_0x450c3a(0x481)];return _0x38159c?_0x23244d=_0x435bef[_0x450c3a(0x481)]:_0x4c861f!==_0x4141ab&&(_0x23244d=_0x3eb570[_0x450c3a(0x481)]+_0x450c3a(0x28a)+_0x2f577d[_0x450c3a(0x481)]),(0x0,_0x33116e[_0x450c3a(0x114)])(_0x450c3a(0x34b),{'className':(0x0,_0x547126[_0x450c3a(0xc1)])('univer-min-h-15\x20univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-2\x20univer-rounded-md\x20univer-px-1\x20univer-py-1.5\x20univer-transition-colors\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-800',{'univer-bg-gray-50\x20dark:!univer-bg-gray-900':_0xa59857,'univer-ml-6\x20rtl:univer-ml-0\x20rtl:univer-mr-6':_0x38159c}),'onClick':()=>_0x3e87c9(_0x5b34f7['id'])[_0x450c3a(0xfb)](()=>void 0x0),'children':[(0x0,_0x33116e['jsx'])(_0x450c3a(0x34b),{'className':_0x450c3a(0xb7),'children':_0x33a91a&&!_0x38159c&&(0x0,_0x33116e[_0x450c3a(0x111)])('div',{'onClick':_0x1b5639,'className':_0x450c3a(0x319),'children':_0x273cfb})}),(0x0,_0x33116e[_0x450c3a(0x114)])(_0x450c3a(0x34b),{'className':'univer-flex\x20univer-flex-1\x20univer-flex-col\x20univer-gap-1','children':[(0x0,_0x33116e[_0x450c3a(0x114)])(_0x450c3a(0x34b),{'className':_0x450c3a(0x40d),'children':[(0x0,_0x33116e[_0x450c3a(0x114)])(_0x450c3a(0x34b),{'className':_0x450c3a(0x473),'children':[_0x77f98&&(0x0,_0x33116e[_0x450c3a(0x111)])(_0x261aec,{'className':_0x450c3a(0x4bc)}),(0x0,_0x33116e[_0x450c3a(0x111)])(_0x450c3a(0xaf),{'className':_0x450c3a(0xd3),'children':_0x2f72f9}),(0x0,_0x33116e['jsx'])('span',{'className':_0x450c3a(0x318),'children':_0x23244d}),_0x1f4997&&(0x0,_0x33116e[_0x450c3a(0x111)])(_0x450c3a(0xaf),{'className':_0x450c3a(0x18d),'children':_0x5c2582})]}),(0x0,_0x33116e['jsx'])(_0x450c3a(0x34b),{'children':_0x5c1624&&(0x0,_0x33116e[_0x450c3a(0x111)])(_0x547126['Tooltip'],{'title':_0x4fff12['t']('sheets-history-ui.viewer.panel.revertDesc'),'children':(0x0,_0x33116e[_0x450c3a(0x111)])(_0x450c3a(0x34b),{'onClick':_0x15d23b=>{_0x15d23b['stopPropagation'](),_0x3cc032(_0x5b34f7['id']);},'className':_0x450c3a(0x3e1),'children':(0x0,_0x33116e[_0x450c3a(0x111)])(_0x1ae87f,{})})})})]}),(0x0,_0x33116e[_0x450c3a(0x111)])(_0x450c3a(0x34b),{'className':'univer-text-sm\x20univer-leading-5\x20univer-text-gray-500\x20dark:!univer-text-gray-300','children':_0x52f9bb(_0x5b34f7,_0x4fff12)})]})]});}let _0x53ea20=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(_0xd923bb,_0x491587){const _0x1a0497=_0x3c7957;super(),this['disposeWithMe'](_0xd923bb[_0x1a0497(0xe1)](_0xd0faa8,_0x37d15a)),this[_0x1a0497(0x200)](_0x491587[_0x1a0497(0xe1)]({'HistoryIcon':_0xa2d389}));}};_0x53ea20=_0x924a19([_0x27950e(0x0,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x260e1c[_0x3c7957(0x226)])),_0x27950e(0x1,(0x0,_0x78fe8d['Inject'])(_0x260e1c['IconManager']))],_0x53ea20);let _0x5d9643=class extends _0x78fe8d['Disposable']{constructor(_0x26f764){const _0x126a27=_0x3c7957;super(),this[_0x126a27(0x94)]=_0x26f764,this['_init']();}[_0x3c7957(0x2ef)](){const _0x43db50=_0x3c7957;this[_0x43db50(0x200)](this['_cellEditorManagerService'][_0x43db50(0x23c)][_0x43db50(0x304)](_0x50f2fa=>{const _0x45e88d=_0x43db50;_0x50f2fa!=null&&_0x50f2fa[_0x45e88d(0x1d5)]&&this[_0x45e88d(0x94)]['setState']({'show':!0x1});}));}};_0x5d9643=_0x924a19([_0x27950e(0x0,_0x57ca99['ICellEditorManagerService'])],_0x5d9643);function _0x4ee9f4(){const _0x1ca345=_0x3c7957;let _0x4d7b9f=(0x0,_0x260e1c[_0x1ca345(0x407)])(_0x25de95),_0x5b0a78=(0x0,_0x260e1c[_0x1ca345(0x407)])(_0x78fe8d[_0x1ca345(0x47f)]);if((0x0,_0x260e1c[_0x1ca345(0x33a)])(_0x4d7b9f[_0x1ca345(0xb2)],_0x1ca345(0x462))!==_0x1ca345(0x22d))return null;let _0xb63189=_0x5b0a78['t'](_0x1ca345(0x14c));return(0x0,_0x33116e['jsx'])(_0x1ca345(0x34b),{'aria-busy':_0x1ca345(0x27b),'aria-label':_0xb63189,'className':_0x1ca345(0x411),'children':(0x0,_0x33116e[_0x1ca345(0x114)])(_0x1ca345(0x34b),{'role':_0x1ca345(0x2df),'aria-live':'polite','className':'univer-flex\x20univer-items-center\x20univer-gap-3\x20univer-rounded-lg\x20univer-bg-gray-0\x20univer-px-5\x20univer-py-4\x20univer-text-sm\x20univer-text-gray-900\x20univer-shadow-lg\x20dark:!univer-bg-gray-700\x20dark:!univer-text-gray-0','children':[(0x0,_0x33116e[_0x1ca345(0x111)])(_0x35d3cf,{'className':'univer-size-6\x20univer-animate-spin\x20univer-text-gray-500'}),(0x0,_0x33116e[_0x1ca345(0x111)])(_0x1ca345(0xaf),{'children':_0xb63189})]})});}function _0x27bb61(){const _0x2481da=_0x3c7957;let _0x1de6eb=(0x0,_0x260e1c[_0x2481da(0x407)])(_0x25de95),_0x37a0b2=(0x0,_0x260e1c[_0x2481da(0x407)])(_0x78fe8d[_0x2481da(0x47f)]),_0x21f8f9=(0x0,_0x260e1c['useObservable'])(_0x1de6eb[_0x2481da(0x496)]),_0x2ac545=(0x0,_0xe52bd8[_0x2481da(0x217)])(()=>_0x21f8f9?_0x1de6eb[_0x2481da(0x3bc)]():!0x1,[_0x1de6eb,_0x21f8f9]),_0x420d05=(0x0,_0xe52bd8[_0x2481da(0x17d)])(()=>{const _0x60df14=_0x2481da;_0x1de6eb[_0x60df14(0x3c0)]();},[_0x1de6eb]),_0x188d9f=(0x0,_0xe52bd8[_0x2481da(0x17d)])(()=>{const _0x5e2a33=_0x2481da;_0x1de6eb[_0x5e2a33(0x21c)]();},[_0x1de6eb]);return(0x0,_0x33116e[_0x2481da(0x114)])(_0x2481da(0x34b),{'className':(0x0,_0x547126[_0x2481da(0xc1)])(_0x2481da(0xac),_0x547126[_0x2481da(0x189)]),'children':[(0x0,_0x33116e[_0x2481da(0x114)])(_0x547126[_0x2481da(0x36b)],{'onClick':_0x420d05,'children':[(0x0,_0x33116e[_0x2481da(0x111)])(_0x52344f,{'className':_0x2481da(0x470)}),_0x37a0b2['t'](_0x2481da(0x2de))]}),(0x0,_0x33116e[_0x2481da(0x111)])(_0x547126[_0x2481da(0x36b)],{'variant':_0x2481da(0x181),'disabled':!_0x2ac545,'onClick':_0x188d9f,'children':_0x37a0b2['t'](_0x2481da(0x4c8))})]});}let _0x5f3c62=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(_0x5cc582,_0x4ff610,_0x51e665,_0x216299,_0x547d32,_0x526611,_0x1fab6e){const _0x14d195=_0x3c7957;super(),this[_0x14d195(0x301)]=_0x5cc582,this[_0x14d195(0xbf)]=_0x4ff610,this[_0x14d195(0x3c7)]=_0x51e665,this['_localeService']=_0x216299,this['_historyManagerService']=_0x547d32,this['_injector']=_0x526611,this[_0x14d195(0x3a6)]=_0x1fab6e,this[_0x14d195(0x2ef)]();}[_0x3c7957(0x2ef)](){const _0x5c2ee0=_0x3c7957;this[_0x5c2ee0(0x200)](this[_0x5c2ee0(0x43f)][_0x5c2ee0(0x496)][_0x5c2ee0(0x304)](_0x43c906=>{const _0x155f96=_0x5c2ee0;_0x43c906&&this[_0x155f96(0x43f)][_0x155f96(0x28b)](_0x43c906);})),this['disposeWithMe'](this[_0x5c2ee0(0x301)]['permissionPointUpdate$'][_0x5c2ee0(0x304)](_0x49f36c=>{const _0x2c9336=_0x5c2ee0;let _0x3c1837=this[_0x2c9336(0x43f)][_0x2c9336(0x10a)];_0x3c1837&&(_0x49f36c[_0x2c9336(0x495)]===_0x1fa59f[_0x2c9336(0x448)][_0x2c9336(0x3a1)]&&_0x49f36c['value']===!0x0&&this[_0x2c9336(0x301)]['updatePermissionPoint'](new _0x5d1a47[(_0x2c9336(0x3be))](_0x3c1837)['id'],!0x1),_0x49f36c[_0x2c9336(0x495)]===_0x1fa59f['UnitAction']['RenameSheet']&&_0x49f36c[_0x2c9336(0x1cd)]===!0x0&&this[_0x2c9336(0x301)][_0x2c9336(0x2a5)](new _0x5d1a47['WorkbookRenameSheetPermission'](_0x3c1837)['id'],!0x1),_0x49f36c[_0x2c9336(0x495)]===_0x1fa59f['UnitAction']['MoveSheet']&&_0x49f36c[_0x2c9336(0x1cd)]===!0x0&&this[_0x2c9336(0x301)][_0x2c9336(0x2a5)](new _0x5d1a47['WorkbookMoveSheetPermission'](_0x3c1837)['id'],!0x1),_0x49f36c['subType']===_0x1fa59f['UnitAction'][_0x2c9336(0x3f9)]&&_0x49f36c[_0x2c9336(0x1cd)]===!0x0&&this[_0x2c9336(0x301)][_0x2c9336(0x2a5)](new _0x5d1a47[(_0x2c9336(0x351))](_0x3c1837)['id'],!0x1),_0x49f36c[_0x2c9336(0x495)]===_0x1fa59f[_0x2c9336(0x448)][_0x2c9336(0x233)]&&_0x49f36c['value']===!0x0&&this[_0x2c9336(0x301)][_0x2c9336(0x2a5)](new _0x5d1a47[(_0x2c9336(0x3be))](_0x3c1837)['id'],!0x1),_0x49f36c[_0x2c9336(0x495)]===_0x1fa59f[_0x2c9336(0x448)]['FloatImg']&&_0x49f36c[_0x2c9336(0x1cd)]===!0x0&&this[_0x2c9336(0x301)][_0x2c9336(0x2a5)](new _0x5d1a47[(_0x2c9336(0x3be))](_0x3c1837)['id'],!0x1));})),this['_registerHeader'](),this['_registerLoadingMask']();let _0x5b141a=null;this[_0x5c2ee0(0x200)]((0x0,_0x78fe8d[_0x5c2ee0(0x438)])(()=>_0x5b141a==null?void 0x0:_0x5b141a[_0x5c2ee0(0x110)]())),this['disposeWithMe'](this[_0x5c2ee0(0x43f)][_0x5c2ee0(0xb2)][_0x5c2ee0(0x304)](_0x588183=>{const _0x534edd=_0x5c2ee0;_0x5b141a==null||_0x5b141a[_0x534edd(0x110)](),_0x5b141a=null,_0x588183==='loading'&&(_0x5b141a=this[_0x534edd(0x3c7)][_0x534edd(0x1d5)]({'type':_0x547126['MessageType'][_0x534edd(0x468)],'content':this[_0x534edd(0x210)]['t']('sheets-history-ui.viewer.info.loading'),'duration':0x3e8}));}));}['_registerHeader'](){const _0x4bb342=_0x3c7957;var _0x567da5;(_0x567da5=this[_0x4bb342(0x3a6)][_0x4bb342(0x23e)](_0x4bb342(0x1ce)))!=null&&_0x567da5[_0x4bb342(0x3dc)]||this[_0x4bb342(0x200)](this[_0x4bb342(0xbf)]['registerComponent'](_0x260e1c[_0x4bb342(0x99)][_0x4bb342(0x171)],()=>(0x0,_0x260e1c[_0x4bb342(0x14e)])(_0x27bb61,this[_0x4bb342(0x15e)])));}[_0x3c7957(0x1d7)](){const _0x32c7f7=_0x3c7957;this['disposeWithMe'](this[_0x32c7f7(0xbf)][_0x32c7f7(0x3ac)](_0x260e1c[_0x32c7f7(0x99)]['GLOBAL'],()=>(0x0,_0x260e1c[_0x32c7f7(0x14e)])(_0x4ee9f4,this[_0x32c7f7(0x15e)])));}};_0x5f3c62=_0x924a19([_0x27950e(0x0,_0x78fe8d[_0x3c7957(0x4b4)]),_0x27950e(0x1,_0x260e1c['IUIPartsService']),_0x27950e(0x2,_0x260e1c[_0x3c7957(0x9a)]),_0x27950e(0x3,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x47f)])),_0x27950e(0x4,(0x0,_0x78fe8d['Inject'])(_0x25de95)),_0x27950e(0x5,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x199)])),_0x27950e(0x6,_0x78fe8d[_0x3c7957(0xde)])],_0x5f3c62);let _0x339a7e={'insert':_0x3c7957(0x1bc),'delete':_0x3c7957(0x186),'update':_0x3c7957(0x20d)},_0x150f8e=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(_0x3b55f4){const _0x1bc467=_0x3c7957;super(),this[_0x1bc467(0x220)]=_0x3b55f4,_0x44f061(this,_0x1bc467(0x152),void 0x0),_0x44f061(this,_0x1bc467(0x2e4),void 0x0),this[_0x1bc467(0x152)]=new _0x15b6bc[(_0x1bc467(0x1a1))](this[_0x1bc467(0x47b)]()),this['palette$']=this['_palette$']['asObservable'](),this[_0x1bc467(0x200)](this[_0x1bc467(0x220)][_0x1bc467(0x23d)]['pipe']((0x0,_0x15b6bc['skip'])(0x1))['subscribe'](()=>{const _0x2ce161=_0x1bc467;this[_0x2ce161(0x152)]['next'](this['_createPalette']());})),this[_0x1bc467(0x200)]((0x0,_0x78fe8d[_0x1bc467(0x438)])(()=>this['_palette$']['complete']()));}[_0x3c7957(0x47b)](){const _0x388de8=_0x3c7957;return{'insert':this[_0x388de8(0x376)](_0x388de8(0x36c)),'delete':this['_createStyle'](_0x388de8(0xf2)),'update':this[_0x388de8(0x376)](_0x388de8(0x140))};}[_0x3c7957(0x376)](_0x4d05bd){const _0x1167e5=_0x3c7957;let _0x13f56d=this[_0x1167e5(0x220)][_0x1167e5(0x2c6)](_0x339a7e[_0x4d05bd]);return{'fill':new _0x78fe8d[(_0x1167e5(0x15a))](_0x13f56d)[_0x1167e5(0x302)](0.5)[_0x1167e5(0xcd)](),'stroke':new _0x78fe8d[(_0x1167e5(0x15a))](_0x13f56d)[_0x1167e5(0x302)](0.9)[_0x1167e5(0xcd)]()};}};_0x150f8e=_0x924a19([_0x27950e(0x0,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x244)]))],_0x150f8e);var _0x1dc588=class extends _0x334a80['Shape']{constructor(_0x43e7e1,_0x1c3a5a){const _0x366fae=_0x3c7957;super(_0x43e7e1,_0x1c3a5a),_0x44f061(this,'_color',void 0x0),_0x44f061(this,'_direction',void 0x0),_0x44f061(this,_0x366fae(0xe0),!0x1),_0x44f061(this,'_highlightSecond',0x4),_0x44f061(this,_0x366fae(0x357),void 0x0),_0x44f061(this,_0x366fae(0x252),void 0x0),_0x44f061(this,'_isBlinkVisible',!0x0),this[_0x366fae(0xc9)]=_0x1c3a5a[_0x366fae(0x334)],this[_0x366fae(0x2dd)]=_0x1c3a5a[_0x366fae(0x4c6)],this[_0x366fae(0x14a)](_0x1c3a5a),_0x1c3a5a['highlight']&&this['_startBlinking'](_0x1c3a5a[_0x366fae(0x3c2)]??this[_0x366fae(0x40c)]);}[_0x3c7957(0x14a)](_0x4a72f8){const _0x605c6=_0x3c7957;this[_0x605c6(0xc9)]=_0x4a72f8[_0x605c6(0x334)]??this[_0x605c6(0xc9)],this[_0x605c6(0x2dd)]=_0x4a72f8[_0x605c6(0x4c6)]??this[_0x605c6(0x2dd)],this[_0x605c6(0xe0)]=_0x4a72f8[_0x605c6(0x259)]??this[_0x605c6(0xe0)],this[_0x605c6(0x40c)]=_0x4a72f8[_0x605c6(0x3c2)]??this[_0x605c6(0x40c)],this[_0x605c6(0x317)]({'width':_0x4a72f8[_0x605c6(0x30a)]??this['width'],'height':_0x4a72f8[_0x605c6(0x1c7)]??this['height']});}[_0x3c7957(0x327)](_0x3770c0){return!0x1;}[_0x3c7957(0x110)](){const _0x26517b=_0x3c7957;this[_0x26517b(0x2c0)](),super[_0x26517b(0x110)]();}[_0x3c7957(0x490)](_0x55caa0){const _0x390c00=_0x3c7957;_0x55caa0[_0x390c00(0x416)](),_0x55caa0[_0x390c00(0x19e)]=this[_0x390c00(0xe0)]&&!this[_0x390c00(0x4c0)]?0.25:0x1,_0x55caa0[_0x390c00(0x361)]=this[_0x390c00(0xc9)],_0x55caa0[_0x390c00(0x24b)]=this[_0x390c00(0xc9)],_0x55caa0[_0x390c00(0x333)]=0x4,this[_0x390c00(0x2dd)]==='horizontal'?this['_drawHorizontalArrow'](_0x55caa0):this['_drawVerticalArrow'](_0x55caa0),_0x55caa0[_0x390c00(0x27f)]();}[_0x3c7957(0x30f)](_0x37d94e){const _0x2b07dd=_0x3c7957;this[_0x2b07dd(0x2c0)](),this[_0x2b07dd(0x4c0)]=!0x0,this[_0x2b07dd(0x252)]=window[_0x2b07dd(0x1db)](()=>{const _0x20d3ef=_0x2b07dd;this[_0x20d3ef(0x4c0)]=!this['_isBlinkVisible'],this['makeDirty'](!0x0);},0x1f4),this[_0x2b07dd(0x357)]=window[_0x2b07dd(0x41b)](()=>{const _0x51d68f=_0x2b07dd;this[_0x51d68f(0x2c0)](),this[_0x51d68f(0x4c0)]=!0x0,this[_0x51d68f(0x2ae)](!0x0);},_0x37d94e*0x3e8);}[_0x3c7957(0x2c0)](){const _0x1f97c2=_0x3c7957;this[_0x1f97c2(0x252)]!==void 0x0&&(window[_0x1f97c2(0x3ee)](this[_0x1f97c2(0x252)]),this[_0x1f97c2(0x252)]=void 0x0),this['_blinkTimer']!==void 0x0&&(window[_0x1f97c2(0x274)](this['_blinkTimer']),this['_blinkTimer']=void 0x0);}[_0x3c7957(0x49e)](_0x4035bf){const _0x157bbf=_0x3c7957;let _0x5bc99c=this['height']/0x2;_0x4035bf['beginPath'](),_0x4035bf[_0x157bbf(0x44a)](0xc,_0x5bc99c),_0x4035bf[_0x157bbf(0x8f)](this[_0x157bbf(0x30a)]-0xc,_0x5bc99c),_0x4035bf[_0x157bbf(0x1e4)](),_0x4035bf[_0x157bbf(0x3bb)](),_0x4035bf['moveTo'](0x0,_0x5bc99c),_0x4035bf['lineTo'](0xc,_0x5bc99c-0xc/0x2),_0x4035bf['lineTo'](0xc,_0x5bc99c+0xc/0x2),_0x4035bf[_0x157bbf(0x30d)](),_0x4035bf['fill'](),_0x4035bf[_0x157bbf(0x3bb)](),_0x4035bf[_0x157bbf(0x44a)](this[_0x157bbf(0x30a)],_0x5bc99c),_0x4035bf[_0x157bbf(0x8f)](this['width']-0xc,_0x5bc99c-0xc/0x2),_0x4035bf[_0x157bbf(0x8f)](this[_0x157bbf(0x30a)]-0xc,_0x5bc99c+0xc/0x2),_0x4035bf[_0x157bbf(0x30d)](),_0x4035bf[_0x157bbf(0x353)]();}[_0x3c7957(0x215)](_0x1db128){const _0x4980ed=_0x3c7957;let _0x446aa6=this[_0x4980ed(0x30a)]/0x2;_0x1db128[_0x4980ed(0x3bb)](),_0x1db128[_0x4980ed(0x44a)](_0x446aa6,0xc),_0x1db128[_0x4980ed(0x8f)](_0x446aa6,this[_0x4980ed(0x1c7)]-0xc),_0x1db128['stroke'](),_0x1db128[_0x4980ed(0x3bb)](),_0x1db128[_0x4980ed(0x44a)](_0x446aa6,0x0),_0x1db128['lineTo'](_0x446aa6-0xc/0x2,0xc),_0x1db128[_0x4980ed(0x8f)](_0x446aa6+0xc/0x2,0xc),_0x1db128['closePath'](),_0x1db128[_0x4980ed(0x353)](),_0x1db128['beginPath'](),_0x1db128[_0x4980ed(0x44a)](_0x446aa6,this[_0x4980ed(0x1c7)]),_0x1db128[_0x4980ed(0x8f)](_0x446aa6-0xc/0x2,this[_0x4980ed(0x1c7)]-0xc),_0x1db128[_0x4980ed(0x8f)](_0x446aa6+0xc/0x2,this[_0x4980ed(0x1c7)]-0xc),_0x1db128['closePath'](),_0x1db128[_0x4980ed(0x353)]();}};let _0x1fb475=class extends _0x78fe8d['Disposable']{constructor(_0x2e581b,_0x35bf45,_0x1d4bf1,_0x32ceea,_0x49d282,_0x4c2e0f,_0x33c051,_0x4dbbfa,_0x2d09c9,_0x3afae4){const _0x503d53=_0x3c7957;super(),this['_context']=_0x2e581b,this[_0x503d53(0x43f)]=_0x35bf45,this[_0x503d53(0x38a)]=_0x1d4bf1,this[_0x503d53(0x4ac)]=_0x32ceea,this['_renderManagerService']=_0x49d282,this[_0x503d53(0x117)]=_0x4c2e0f,this[_0x503d53(0x276)]=_0x33c051,this[_0x503d53(0x476)]=_0x4dbbfa,this['_localeService']=_0x2d09c9,this[_0x503d53(0x434)]=_0x3afae4,_0x44f061(this,_0x503d53(0x39e),new Set()),_0x44f061(this,'_borderDiffs',new Set()),_0x44f061(this,_0x503d53(0x381),new Set()),_0x44f061(this,_0x503d53(0x1f7),null),_0x44f061(this,_0x503d53(0x391),null),this[_0x503d53(0x2ef)]();}['_init'](){const _0x577567=_0x3c7957;this[_0x577567(0x37a)](),this[_0x577567(0xe8)]();}[_0x3c7957(0x37a)](){const _0x188cbc=_0x3c7957;this[_0x188cbc(0x1d1)](),this[_0x188cbc(0x3f6)]();}['_initDiffRender'](){const _0x1a22a0=_0x3c7957;this['disposeWithMe']((0x0,_0x15b6bc[_0x1a22a0(0x1f3)])([this['_historyManagerService'][_0x1a22a0(0xb2)],this['_sheetSkeletonManagerService'][_0x1a22a0(0x3c8)],this[_0x1a22a0(0x434)][_0x1a22a0(0x2e4)]])[_0x1a22a0(0x26b)]((0x0,_0x15b6bc[_0x1a22a0(0x443)])(([_0x53593c,_0x1b571e,_0x55d921])=>{const _0x1070a7=_0x1a22a0;if(_0x53593c==='loaded'&&_0x1b571e){let _0x1b81dd=_0x1b571e[_0x1070a7(0xaa)];return this[_0x1070a7(0x38a)][_0x1070a7(0x335)][_0x1070a7(0x26b)]((0x0,_0x15b6bc['map'])(_0xb0e14e=>_0xb0e14e['subUnitIds'][_0x1070a7(0x2db)]===0x0||_0xb0e14e[_0x1070a7(0x460)]['includes'](_0x1b81dd)?{'skeleton':_0x1b571e,'versionDiff':_0xb0e14e,'sheetID':_0x1b81dd,'palette':_0x55d921}:{'skeleton':_0x1b571e,'versionDiff':null,'palette':_0x55d921}));}return(0x0,_0x15b6bc['of'])({'skeleton':null,'versionDiff':null,'sheetID':null,'palette':_0x55d921});}))[_0x1a22a0(0x304)](({skeleton:_0xc68ef7,versionDiff:_0x19a7c6,sheetID:_0x46360d,palette:_0x28442d})=>{const _0x2ed649=_0x1a22a0;this['_removeDiffMarks'](),_0xc68ef7&&_0x19a7c6&&_0x46360d&&this[_0x2ed649(0xce)](_0xc68ef7,_0x19a7c6,_0x46360d,_0x28442d);}));}[_0x3c7957(0x3f6)](){const _0x5cbada=_0x3c7957;this['disposeWithMe'](this[_0x5cbada(0x117)][_0x5cbada(0x3c8)]['subscribe'](_0x273765=>{const _0x23e081=_0x5cbada;var _0x16d937;if((_0x16d937=this[_0x23e081(0x391)])==null||_0x16d937[_0x23e081(0x44b)](),this[_0x23e081(0x391)]=null,this[_0x23e081(0x1f7)]=null,_0x273765==null)return;let {skeleton:_0xd6fb1b}=_0x273765,{scene:_0x51e7a8}=this['_context'];this['_pointerMoveSubscription']=_0x51e7a8[_0x23e081(0x2a0)][_0x23e081(0x4aa)]((0x0,_0x78fe8d[_0x23e081(0x2ed)])(_0x1f719e=>{const _0xfc0759=_0x23e081;var _0x3ff5de,_0x452531;let {offsetX:_0x198158,offsetY:_0x41ed63}=_0x1f719e,{x:_0x21fca5,y:_0x2bd974}=_0x51e7a8[_0xfc0759(0x268)](_0x334a80[_0xfc0759(0x377)][_0xfc0759(0x19b)]([_0x198158,_0x41ed63])),{scaleX:_0x2f75d6,scaleY:_0x3ae328}=_0x51e7a8['getAncestorScale'](),_0x1e8961=_0x51e7a8[_0xfc0759(0xf3)](_0x334a80['SHEET_VIEWPORT_KEY'][_0xfc0759(0xb4)]),_0x2b56aa=_0x51e7a8[_0xfc0759(0x397)](_0x334a80['Vector2'][_0xfc0759(0x19b)]([_0x21fca5,_0x2bd974]),_0x1e8961),_0x2d830e=_0xd6fb1b[_0xfc0759(0x263)](_0x198158,_0x41ed63,_0x2f75d6,_0x3ae328,_0x2b56aa);(((_0x3ff5de=this[_0xfc0759(0x1f7)])==null?void 0x0:_0x3ff5de[_0xfc0759(0x15f)])!==_0x2d830e[_0xfc0759(0x15f)]||((_0x452531=this[_0xfc0759(0x1f7)])==null?void 0x0:_0x452531[_0xfc0759(0x48d)])!==_0x2d830e['row'])&&(this[_0xfc0759(0x1f7)]=_0x2d830e,this[_0xfc0759(0x39e)][_0xfc0759(0x146)](_0x22cd1e=>{const _0x24cf40=_0xfc0759;_0x22cd1e[_0x24cf40(0x37e)]||_0x22cd1e[_0x24cf40(0x2a4)](_0x2d830e);}));},0x64));}));}[_0x3c7957(0xe8)](){const _0x5ad81b=_0x3c7957;this[_0x5ad81b(0x200)]((0x0,_0x15b6bc[_0x5ad81b(0x1f3)])([this[_0x5ad81b(0x43f)][_0x5ad81b(0xb2)],this[_0x5ad81b(0x38a)][_0x5ad81b(0x335)]])[_0x5ad81b(0x304)](([_0x38d8ca,_0x5765e2])=>{const _0x83b4fd=_0x5ad81b;_0x38d8ca===_0x83b4fd(0x46e)&&(this[_0x83b4fd(0x394)](_0x5765e2[_0x83b4fd(0x460)]),_0x5765e2[_0x83b4fd(0x1b5)]&&this['_commandService'][_0x83b4fd(0x21f)](_0x5d1a47[_0x83b4fd(0x32c)]['id'],{'unitId':this[_0x83b4fd(0x3e9)][_0x83b4fd(0x10a)],'subUnitId':_0x5765e2[_0x83b4fd(0x1b5)]}));}));}[_0x3c7957(0x394)](_0x1f901f){const _0x53a75b=_0x3c7957;let _0x2bf090=this['_univerInstanceService'][_0x53a75b(0x2c5)](this[_0x53a75b(0x3e9)][_0x53a75b(0x10a)],_0x78fe8d['UniverInstanceType'][_0x53a75b(0x306)]);if(!_0x2bf090)return;let _0x538cdc=_0x2bf090[_0x53a75b(0x1e1)]();if(_0x1f901f[_0x53a75b(0x2db)]===0x0){_0x538cdc[_0x53a75b(0x146)](_0xcf9910=>{const _0x3f9e64=_0x53a75b;_0xcf9910[_0x3f9e64(0x112)]()&&this['_setWorksheetVisibility'](_0xcf9910[_0x3f9e64(0x1c3)](),_0x78fe8d[_0x3f9e64(0x4d8)][_0x3f9e64(0x45b)]);});return;}_0x538cdc[_0x53a75b(0x146)](_0x1b3610=>{const _0x42b539=_0x53a75b;let _0x4b618e=_0x1b3610[_0x42b539(0x1c3)](),_0x39583d=_0x1f901f[_0x42b539(0xff)](_0x4b618e),_0x31e5a4=_0x1b3610['isSheetHidden']();_0x39583d&&_0x31e5a4?this[_0x42b539(0x2e2)](_0x4b618e,_0x78fe8d[_0x42b539(0x4d8)]['FALSE']):!_0x39583d&&!_0x31e5a4&&this[_0x42b539(0x2e2)](_0x4b618e,_0x78fe8d[_0x42b539(0x4d8)][_0x42b539(0x296)]);});}['_setWorksheetVisibility'](_0x2de68c,_0x451b26){const _0x1f70a5=_0x3c7957;this[_0x1f70a5(0x276)][_0x1f70a5(0x21f)](_0x5d1a47['SetWorksheetHideMutation']['id'],{'unitId':this[_0x1f70a5(0x3e9)]['unitId'],'subUnitId':_0x2de68c,'hidden':_0x451b26});}[_0x3c7957(0x310)](){const _0x251aa5=_0x3c7957;return this[_0x251aa5(0x210)][_0x251aa5(0x453)]()===_0x251aa5(0x9f)?_0x251aa5(0x287):'right';}['_updateDiffMarks'](_0x309e24,_0x509793,_0x24988b,_0x183eea){const _0x393242=_0x3c7957;this['_diffs'][_0x393242(0x146)](_0x469b11=>{const _0x184aba=_0x393242;_0x469b11[_0x184aba(0x2ae)]();});let _0x393c2b=this[_0x393242(0x330)](_0x509793,_0x24988b,_0x183eea);this[_0x393242(0x39e)]=new Set(_0x393c2b['filter'](_0x29cf42=>_0x29cf42 instanceof _0x381421[_0x393242(0x256)])),this[_0x393242(0x3e6)]=new Set(_0x393c2b[_0x393242(0x147)](_0x32773c=>_0x32773c instanceof _0x334a80[_0x393242(0x339)])),this[_0x393242(0x381)]=new Set(_0x393c2b[_0x393242(0x147)](_0x567d2d=>_0x567d2d instanceof _0x1dc588)),_0x393c2b['length']>0x0&&this['_scrollToShape'](_0x393c2b[0x0],this[_0x393242(0x3e9)]['scene']);}[_0x3c7957(0x330)](_0x235d71,_0x146505,_0x1b8547){const _0x2a2a1e=_0x3c7957;let _0x424a67=this[_0x2a2a1e(0x117)][_0x2a2a1e(0x4af)]();if(!_0x424a67)return[];let {scene:_0x44815f}=this[_0x2a2a1e(0x3e9)],_0x4276df=[],_0x4cb360=_0x4c4911=>{const _0x56632f=_0x2a2a1e;if(!_0x4c4911)return new Map();let _0x53f9e6=new Map();return _0x4c4911[_0x56632f(0x146)]((_0x4a76a3,_0x1f3cf4)=>{const _0x2d4d77=_0x56632f;let _0x2feb8d=_0x4a76a3[_0x2d4d77(0x147)](_0x165473=>_0x165473['subUnitId']===_0x146505);_0x2feb8d[_0x2d4d77(0x2db)]>0x0&&_0x53f9e6[_0x2d4d77(0x17c)](_0x1f3cf4,_0x2feb8d);}),_0x53f9e6;};return this[_0x2a2a1e(0x3fb)](_0x44815f,_0x424a67,_0x4cb360(_0x235d71[_0x2a2a1e(0x3a7)]),_0x1b8547[_0x2a2a1e(0x36c)][_0x2a2a1e(0x353)],_0x4276df),this['_renderCellRanges'](_0x44815f,_0x424a67,_0x4cb360(_0x235d71[_0x2a2a1e(0xf5)]),_0x1b8547[_0x2a2a1e(0xf2)]['fill'],_0x4276df),this[_0x2a2a1e(0x3fb)](_0x44815f,_0x424a67,_0x4cb360(_0x235d71[_0x2a2a1e(0x1fb)]),_0x1b8547['update'][_0x2a2a1e(0x353)],_0x4276df),this[_0x2a2a1e(0x48b)](_0x44815f,_0x424a67,_0x4cb360(_0x235d71[_0x2a2a1e(0x39f)]),_0x1b8547['insert']['stroke'],_0x4276df),this['_renderBorderRanges'](_0x44815f,_0x424a67,_0x4cb360(_0x235d71[_0x2a2a1e(0x487)]),_0x1b8547['delete'][_0x2a2a1e(0x1e4)],_0x4276df),this['_renderBorderRanges'](_0x44815f,_0x424a67,_0x4cb360(_0x235d71[_0x2a2a1e(0x131)]),_0x1b8547['update']['stroke'],_0x4276df),this[_0x2a2a1e(0x15c)](_0x44815f,_0x424a67,_0x4cb360(_0x235d71['arrowRowRanges']),_0x1b8547[_0x2a2a1e(0x140)][_0x2a2a1e(0x353)],'vertical',_0x4276df),this[_0x2a2a1e(0x15c)](_0x44815f,_0x424a67,_0x4cb360(_0x235d71[_0x2a2a1e(0x32f)]),_0x1b8547[_0x2a2a1e(0x140)][_0x2a2a1e(0x353)],_0x2a2a1e(0x33e),_0x4276df),_0x235d71['insertDrawings']&&this[_0x2a2a1e(0x399)](_0x44815f,_0x235d71['insertDrawings'],_0x1b8547[_0x2a2a1e(0x36c)]['stroke'],_0x4276df),_0x235d71[_0x2a2a1e(0x390)]&&this[_0x2a2a1e(0x399)](_0x44815f,_0x235d71[_0x2a2a1e(0x390)],_0x1b8547[_0x2a2a1e(0xf2)][_0x2a2a1e(0x1e4)],_0x4276df),_0x235d71[_0x2a2a1e(0x4a2)]&&this['_renderDrawingHighlights'](_0x44815f,_0x235d71[_0x2a2a1e(0x4a2)],_0x1b8547['update'][_0x2a2a1e(0x1e4)],_0x4276df),this[_0x2a2a1e(0x4b2)](_0x4276df),_0x44815f[_0x2a2a1e(0x2d2)](_0x4276df,0x14),_0x4276df;}[_0x3c7957(0x10f)](){const _0x9f23db=_0x3c7957;this['_diffs'][_0x9f23db(0x146)](_0x4f14e6=>{const _0x152e7b=_0x9f23db;_0x4f14e6[_0x152e7b(0x212)]();}),this[_0x9f23db(0x3e6)]['forEach'](_0x30a272=>{_0x30a272['hide']();}),this[_0x9f23db(0x381)][_0x9f23db(0x146)](_0x2ef7e0=>{_0x2ef7e0['hide']();});}[_0x3c7957(0x46d)](){const _0x3cf84e=_0x3c7957;this[_0x3cf84e(0x39e)]['forEach'](_0x15f77f=>{const _0x5aafc0=_0x3cf84e;_0x15f77f[_0x5aafc0(0x1d5)]();}),this['_borderDiffs']['forEach'](_0x2e013d=>{const _0x45833f=_0x3cf84e;_0x2e013d[_0x45833f(0x1d5)]();}),this['_arrowDiffs'][_0x3cf84e(0x146)](_0x103324=>{_0x103324['show']();});}[_0x3c7957(0xd6)](){this['_removeDiffMarks']();}[_0x3c7957(0xbc)](_0x54f61b,_0x5ea0ae){const _0x2a820e=_0x3c7957;this[_0x2a820e(0xcc)](_0x54f61b,_0x5ea0ae);}[_0x3c7957(0x3fb)](_0x58bb30,_0x2425bf,_0x1dad77,_0xc6acd0,_0x561172){const _0x3044af=_0x3c7957;_0x1dad77[_0x3044af(0x146)]((_0x541393,_0x29ade2)=>{const _0x2c1803=_0x3044af;_0x541393[_0x2c1803(0x146)](_0x45a44d=>{const _0x54193f=_0x2c1803;var _0x418f29;let {range:_0x1fdf95,subUnitId:_0x4b0922,unitId:_0x293acd,showText:_0x14f132='',highlightColumn:_0x1e8c1c,highlightRow:_0x27325d}=_0x45a44d,{startColumn:_0x4000cf,startRow:_0x5bc6c6,endColumn:_0x58bc10,endRow:_0x14ca8c}=_0x1fdf95,_0x19936c=(0x0,_0x57ca99[_0x54193f(0x3ed)])(_0x5bc6c6,_0x4000cf,_0x58bb30,_0x2425bf),_0x1dbd3b=(0x0,_0x57ca99[_0x54193f(0x3ed)])(_0x14ca8c,_0x58bc10,_0x58bb30,_0x2425bf),{columnHeaderHeightAndMarginTop:_0x169164}=_0x2425bf,{startX:_0x4e631e,startY:_0x351320}=_0x19936c,{endX:_0xac55c4,endY:_0x5f270f}=_0x1dbd3b,_0x11f028=_0x2425bf['rowHeaderWidth'],_0x22e730=_0x2425bf[_0x54193f(0x260)];_0x27325d&&(_0x4e631e-=_0x11f028),_0x1e8c1c&&(_0x351320-=_0x22e730);let _0x488658=_0xac55c4-_0x4e631e,_0x523947=_0x5f270f-_0x351320,_0x170a2c={'labelPosition':_0x351320-_0x169164>=0x14?_0x54193f(0x257):'bottom','sheetID':_0x4b0922,'range':_0x1fdf95,'color':_0xc6acd0,'fillAfterStrokeEnabled':!0x0,'backgroundColor':_0xc6acd0,'name':((_0x418f29=this[_0x54193f(0x43f)][_0x54193f(0x4a8)](_0x29ade2))==null?void 0x0:_0x418f29[_0x54193f(0x419)])+'\x20'+_0x14f132||_0x14f132,'labelHorizontalPosition':this[_0x54193f(0x310)](),'selection':_0x293acd+'-'+_0x4b0922+'-'+_0x1fdf95[_0x54193f(0x190)]+'-'+_0x1fdf95[_0x54193f(0x124)]+'-'+_0x1fdf95[_0x54193f(0x4d6)]+'-'+_0x1fdf95[_0x54193f(0x18f)],'left':_0x4e631e,'top':_0x351320,'width':_0x488658,'height':_0x523947,'evented':!0x1,'zIndex':0x3e8,'highlight':!0x0};_0x561172[_0x54193f(0x265)](new _0x381421[(_0x54193f(0x256))]('',_0x170a2c));});});}[_0x3c7957(0x48b)](_0x1b5fb1,_0x450951,_0x2b15a2,_0x53467f,_0x4ad992){const _0x485f35=_0x3c7957;_0x2b15a2[_0x485f35(0x146)]((_0x510d34,_0x19d92f)=>{const _0x29b9b5=_0x485f35;_0x510d34[_0x29b9b5(0x146)](_0x4dc75e=>{const _0x1a9b44=_0x29b9b5;var _0x255512;let {range:_0x11987a,subUnitId:_0x5a130a,unitId:_0x45a288,showText:_0x26fcf6=''}=_0x4dc75e,{startColumn:_0x4e3632,startRow:_0x3693e7,endColumn:_0x4aa287,endRow:_0x52ed4b}=_0x11987a,_0x4d460c=(0x0,_0x57ca99['getCoordByCell'])(_0x3693e7,_0x4e3632,_0x1b5fb1,_0x450951),_0x15b515=(0x0,_0x57ca99[_0x1a9b44(0x3ed)])(_0x52ed4b,_0x4aa287,_0x1b5fb1,_0x450951),{columnHeaderHeightAndMarginTop:_0x23c77}=_0x450951,{startX:_0x5e2b87,startY:_0x1b4b21}=_0x4d460c,{endX:_0x3760c3,endY:_0x4780e5}=_0x15b515,_0x426ea6=_0x3760c3-_0x5e2b87,_0x2aa82b=_0x4780e5-_0x1b4b21,_0x533204={'labelPosition':_0x1b4b21-_0x23c77>=0x14?_0x1a9b44(0x257):_0x1a9b44(0x13e),'sheetID':_0x5a130a,'range':_0x11987a,'color':_0x53467f,'fillAfterStrokeEnabled':!0x1,'backgroundColor':'transparent','name':((_0x255512=this[_0x1a9b44(0x43f)][_0x1a9b44(0x4a8)](_0x19d92f))==null?void 0x0:_0x255512['name'])+'\x20'+_0x26fcf6||_0x26fcf6,'labelHorizontalPosition':this[_0x1a9b44(0x310)](),'selection':_0x45a288+'-'+_0x5a130a+'-'+_0x11987a[_0x1a9b44(0x190)]+'-'+_0x11987a[_0x1a9b44(0x124)]+'-'+_0x11987a[_0x1a9b44(0x4d6)]+'-'+_0x11987a[_0x1a9b44(0x18f)],'left':_0x5e2b87-0xc/0x2,'top':_0x1b4b21-0xc/0x2,'width':_0x426ea6,'height':_0x2aa82b,'evented':!0x1,'zIndex':0x3e8,'strokeWidth':0xc,'highlight':!0x0};_0x4ad992[_0x1a9b44(0x265)](new _0x381421['SheetCollabCursorShape']('',_0x533204));});});}[_0x3c7957(0x15c)](_0x4b7dd8,_0x48e07c,_0x33e2ea,_0x33d1a0,_0x5dc512,_0x44dce4){const _0x4e5a37=_0x3c7957;let _0x7d1dcc=_0x48e07c[_0x4e5a37(0x1b7)],_0xcdbb55=_0x48e07c['columnHeaderHeight'];_0x33e2ea[_0x4e5a37(0x146)](_0x455df1=>{const _0x529959=_0x4e5a37;_0x455df1[_0x529959(0x146)](_0x50997a=>{const _0x228289=_0x529959;let {range:_0x400eee}=_0x50997a,{startColumn:_0x35d6e7,startRow:_0x5548bd,endColumn:_0x1c023a,endRow:_0x370dd1}=_0x400eee,_0x1cbacb=(0x0,_0x57ca99[_0x228289(0x3ed)])(_0x5548bd,_0x35d6e7,_0x4b7dd8,_0x48e07c),_0x1c162c=(0x0,_0x57ca99[_0x228289(0x3ed)])(_0x370dd1,_0x1c023a,_0x4b7dd8,_0x48e07c),{startX:_0xa65b25,startY:_0x1e037a}=_0x1cbacb,{endX:_0x47f186,endY:_0x5ef602}=_0x1c162c,_0x53e491;if(_0x5dc512===_0x228289(0x33e))_0x53e491=new _0x1dc588('',{'color':_0x33d1a0,'direction':'horizontal','left':_0xa65b25,'top':0x2,'width':_0x47f186-_0xa65b25,'height':_0xcdbb55-0x4,'evented':!0x1,'zIndex':0x3e9,'highlight':!0x0,'highlightSecond':0x4}),_0x44dce4[_0x228289(0x265)](_0x53e491);else{let _0x4176d4=_0x5ef602-_0x1e037a;_0x53e491=new _0x1dc588('',{'color':_0x33d1a0,'direction':_0x228289(0xe9),'left':0x2,'top':_0x1e037a,'width':_0x7d1dcc-0x4,'height':_0x4176d4,'evented':!0x1,'zIndex':0x3e9,'highlight':!0x0,'highlightSecond':0x4}),_0x44dce4[_0x228289(0x265)](_0x53e491);}});});}[_0x3c7957(0x399)](_0x306d00,_0x5e8261,_0x5408bd,_0x1d7c68){const _0x4e5fd0=_0x3c7957;let _0x5456d6=this[_0x4e5fd0(0x117)]['getCurrentSkeleton']();if(!_0x5456d6)return;let {columnHeaderHeightAndMarginTop:_0x5572ec}=_0x5456d6;_0x5e8261[_0x4e5fd0(0x146)]((_0x15b3c8,_0xee91db)=>{const _0x3560e3=_0x4e5fd0;_0x15b3c8[_0x3560e3(0x146)](_0xc54bb5=>{const _0x4f9c4e=_0x3560e3;let _0x45bc21=this[_0x4f9c4e(0x4bb)](_0xc54bb5,_0xee91db,_0x5408bd,_0x5572ec,0xc,_0x1d7c68);_0x45bc21&&_0x1d7c68[_0x4f9c4e(0x265)](_0x45bc21);});});}[_0x3c7957(0x4bb)](_0x229cda,_0x40cb57,_0x137465,_0x359e17,_0x11128d,_0x379b40){const _0x2a2d14=_0x3c7957;var _0x4866bf;let {drawingId:_0x51f46e,unitId:_0x44a0a4,subUnitId:_0x156f64,showText:_0x381062=''}=_0x229cda,_0x544d9e=this[_0x2a2d14(0x476)][_0x2a2d14(0x3ec)]({'unitId':_0x44a0a4,'subUnitId':_0x156f64,'drawingId':_0x51f46e});if(!(_0x544d9e!=null&&_0x544d9e[_0x2a2d14(0x164)]))return null;let {left:_0x17ea6b=0x0,top:_0x305330=0x0,width:_0x356d62,height:_0x129f45}=_0x544d9e[_0x2a2d14(0x164)],_0x168753=new _0x381421[(_0x2a2d14(0x256))]('',{'labelPosition':_0x305330-_0x359e17>=0x14?'top':_0x2a2d14(0x13e),'sheetID':_0x156f64,'range':{'startRow':0x0,'startColumn':0x0,'endRow':0x0,'endColumn':0x0},'color':_0x137465,'fillAfterStrokeEnabled':!0x1,'backgroundColor':_0x2a2d14(0x2fb),'name':((_0x4866bf=this['_historyManagerService']['getMember'](_0x40cb57))==null?void 0x0:_0x4866bf[_0x2a2d14(0x419)])+'\x20'+_0x381062||_0x381062,'labelHorizontalPosition':this['_getLabelHorizontalPosition'](),'selection':_0x44a0a4+'-'+_0x156f64+_0x2a2d14(0x179)+_0x51f46e,'left':_0x17ea6b-_0x11128d/0x2,'top':_0x305330-_0x11128d/0x2,'width':_0x356d62,'height':_0x129f45,'evented':!0x0,'zIndex':0x3e8,'strokeWidth':_0x11128d,'highlight':!0x0});return this[_0x2a2d14(0x4ce)](_0x168753,_0x379b40),_0x168753;}[_0x3c7957(0x4ce)](_0x91c8c0,_0x18c955){const _0x54a1c9=_0x3c7957;_0x91c8c0[_0x54a1c9(0x96)][_0x54a1c9(0x4aa)](()=>this[_0x54a1c9(0xc5)](_0x91c8c0,_0x18c955,!0x0)),_0x91c8c0[_0x54a1c9(0x1bf)][_0x54a1c9(0x4aa)](()=>this[_0x54a1c9(0xc5)](_0x91c8c0,_0x18c955,!0x1));}['_setOverlappingShapesHovered'](_0x170dbc,_0x201b19,_0x198705){const _0x18af2f=_0x3c7957;this[_0x18af2f(0x2bd)](_0x170dbc,_0x201b19)[_0x18af2f(0x146)](_0x3db312=>{const _0x2b6c28=_0x18af2f;_0x3db312 instanceof _0x381421[_0x2b6c28(0x256)]&&_0x3db312[_0x2b6c28(0x14a)]({'hovered':_0x198705});});}['_removeDiffMarks'](){const _0x48a5f7=_0x3c7957;this[_0x48a5f7(0x39e)][_0x48a5f7(0x146)](_0x5eca7b=>_0x5eca7b[_0x48a5f7(0x110)]()),this['_borderDiffs']['forEach'](_0x5c79f5=>_0x5c79f5[_0x48a5f7(0x110)]()),this[_0x48a5f7(0x381)][_0x48a5f7(0x146)](_0x2bce03=>_0x2bce03['dispose']()),this['_diffs'][_0x48a5f7(0xa2)](),this['_borderDiffs'][_0x48a5f7(0xa2)](),this[_0x48a5f7(0x381)]['clear']();}[_0x3c7957(0x4b2)](_0x920f70){const _0x281d04=_0x3c7957;let _0xda8166=_0x920f70[_0x281d04(0x147)](_0x35a943=>_0x35a943 instanceof _0x381421[_0x281d04(0x256)]);if(_0xda8166[_0x281d04(0x2db)]===0x0)return;let _0x9fbf2a=[],_0x389bac=new Set();_0xda8166[_0x281d04(0x146)](_0x286c6b=>{const _0x2e38a4=_0x281d04;if(_0x389bac['has'](_0x286c6b))return;let _0x3063e1=_0x286c6b[_0x2e38a4(0x287)]||0x0,_0xefd210=_0x286c6b[_0x2e38a4(0x257)]||0x0,_0x500c9a=_0x3063e1+(_0x286c6b['width']||0x0),_0x454e61=_0xefd210,_0x4e245a=[_0x286c6b];_0x389bac[_0x2e38a4(0x132)](_0x286c6b),_0xda8166[_0x2e38a4(0x146)](_0x7795a5=>{const _0x1690f4=_0x2e38a4;if(_0x389bac[_0x1690f4(0x18b)](_0x7795a5))return;let _0x397acd=_0x7795a5[_0x1690f4(0x287)]||0x0,_0x4e6724=_0x7795a5[_0x1690f4(0x257)]||0x0,_0x4597db=_0x397acd+(_0x7795a5[_0x1690f4(0x30a)]||0x0),_0x141108=_0x4e6724;Math[_0x1690f4(0x29e)](_0x500c9a-_0x4597db)<=0xa&&Math[_0x1690f4(0x29e)](_0x454e61-_0x141108)<=0xa&&(_0x4e245a[_0x1690f4(0x265)](_0x7795a5),_0x389bac[_0x1690f4(0x132)](_0x7795a5));}),_0x4e245a['length']>0x1&&_0x9fbf2a['push'](_0x4e245a);}),_0x9fbf2a[_0x281d04(0x146)](_0x4ecc69=>{const _0x509442=_0x281d04;_0x4ecc69['sort']((_0x55f307,_0x4a2f4e)=>(_0x55f307[_0x509442(0x257)]||0x0)-(_0x4a2f4e['top']||0x0)),_0x4ecc69[_0x509442(0x146)]((_0x23f5ef,_0x1f596a)=>{const _0x43309d=_0x509442;let _0xdd7f96=_0x1f596a*0x16;_0x23f5ef[_0x43309d(0x43e)](_0xdd7f96);});});}['_findOverlappingShapes'](_0x4a0367,_0x468136){const _0x55fb35=_0x3c7957;let _0x2c5585=_0x4a0367['left']||0x0,_0x389513=_0x4a0367[_0x55fb35(0x257)]||0x0,_0xf7719a=_0x4a0367['width']||0x0,_0x4ed6e5=_0x4a0367[_0x55fb35(0x1c7)]||0x0,_0x587c19=_0x2c5585+_0xf7719a,_0x15c807=_0x389513+_0x4ed6e5;return _0x468136['filter'](_0x2e9f33=>{const _0x33246e=_0x55fb35;let _0x238a55=_0x2e9f33[_0x33246e(0x287)]||0x0,_0x32e324=_0x2e9f33['top']||0x0,_0x2a78cf=_0x2e9f33[_0x33246e(0x30a)]||0x0,_0x547f3e=_0x2e9f33['height']||0x0,_0x127d70=_0x238a55+_0x2a78cf,_0x3cdf41=_0x32e324+_0x547f3e;return!(_0x587c19<=_0x238a55||_0x2c5585>=_0x127d70||_0x15c807<=_0x32e324||_0x389513>=_0x3cdf41);});}[_0x3c7957(0xcc)](_0x2302d0,_0x34fcd8){const _0x2a2f54=_0x3c7957;let _0x50b919=_0x34fcd8[_0x2a2f54(0xf3)](_0x334a80[_0x2a2f54(0x13b)][_0x2a2f54(0xb4)]);if(!_0x50b919)return;let _0x230c4a=_0x2302d0[_0x2a2f54(0x287)]||0x0,_0x4ea3f0=_0x2302d0[_0x2a2f54(0x257)]||0x0,_0x214fd8=_0x2302d0['width']||0x0,_0x56fcd0=_0x2302d0[_0x2a2f54(0x1c7)]||0x0,_0x523c28=_0x50b919[_0x2a2f54(0x30a)]||0x0,_0x4a2a5c=_0x50b919[_0x2a2f54(0x1c7)]||0x0,_0x145d5f=_0x50b919[_0x2a2f54(0x1ae)]||0x0,_0x12e11a=_0x50b919['viewportScrollY']||0x0,_0x16d09e=_0x145d5f,_0x3da973=_0x12e11a,_0x179e4b=_0x145d5f+_0x523c28,_0x3b06f3=_0x12e11a+_0x4a2a5c;if(_0x230c4a>=_0x16d09e&&_0x4ea3f0>=_0x3da973&&_0x230c4a+_0x214fd8<=_0x179e4b&&_0x4ea3f0+_0x56fcd0<=_0x3b06f3)return;let _0x5097dd=Math['max'](0x0,_0x230c4a-_0x523c28/0x2+_0x214fd8/0x2),_0x20d4e2=Math[_0x2a2f54(0x103)](0x0,_0x4ea3f0-_0x4a2a5c/0x2+_0x56fcd0/0x2);_0x50b919['scrollToViewportPos']({'viewportScrollX':_0x5097dd,'viewportScrollY':_0x20d4e2});}[_0x3c7957(0x2e8)](){const _0x2ef7d0=_0x3c7957;return(0x0,_0x57ca99[_0x2ef7d0(0x144)])(this[_0x2ef7d0(0x4ac)],this[_0x2ef7d0(0x11f)]);}[_0x3c7957(0x110)](){const _0x188d32=_0x3c7957;var _0x1a34d5;(_0x1a34d5=this[_0x188d32(0x391)])==null||_0x1a34d5[_0x188d32(0x44b)](),this['_pointerMoveSubscription']=null,this['_removeDiffMarks'](),super[_0x188d32(0x110)]();}};_0x1fb475=_0x924a19([_0x27950e(0x1,(0x0,_0x78fe8d['Inject'])(_0x25de95)),_0x27950e(0x2,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x5f17ae)),_0x27950e(0x3,_0x78fe8d[_0x3c7957(0x3e4)]),_0x27950e(0x4,_0x334a80[_0x3c7957(0x2b8)]),_0x27950e(0x5,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x57ca99[_0x3c7957(0x3f1)])),_0x27950e(0x6,_0x78fe8d['ICommandService']),_0x27950e(0x7,_0x41784f[_0x3c7957(0x46c)]),_0x27950e(0x8,(0x0,_0x78fe8d['Inject'])(_0x78fe8d[_0x3c7957(0x47f)])),_0x27950e(0x9,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x150f8e))],_0x1fb475);let _0x5f0945=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(_0x3510eb,_0x581020,_0x54882b,_0x4ff0be){const _0x345efb=_0x3c7957;super(),this['_sidebarService']=_0x3510eb,this[_0x345efb(0x210)]=_0x581020,this[_0x345efb(0x43f)]=_0x54882b,this[_0x345efb(0x3a6)]=_0x4ff0be,_0x44f061(this,_0x345efb(0x1eb),null),this[_0x345efb(0x2ef)]();}['_init'](){const _0x1ebc45=_0x3c7957;this[_0x1ebc45(0x36a)]();}['_openPanel'](){const _0x1fd187=_0x3c7957;var _0x130118;if(this[_0x1fd187(0x1eb)])return;let _0x484d43=(_0x130118=this[_0x1fd187(0x3a6)]['getConfig'](_0x1fd187(0x1ce)))==null?void 0x0:_0x130118[_0x1fd187(0x4da)],_0x1492d7={'header':{'title':this[_0x1fd187(0x210)]['t'](_0x1fd187(0x49d))},'children':{'label':_0x484d43},'onClose':()=>{const _0x171cc9=_0x1fd187;this['_sidebarDisposable']=null,this[_0x171cc9(0x43f)][_0x171cc9(0x3c0)]();}};this[_0x1fd187(0x1eb)]=this['_sidebarService'][_0x1fd187(0x26f)]({..._0x1492d7});}[_0x3c7957(0x36a)](){const _0x4a028a=_0x3c7957;this[_0x4a028a(0x200)](this[_0x4a028a(0x43f)][_0x4a028a(0x3f0)]['subscribe'](_0x206b85=>{const _0x6edbac=_0x4a028a;_0x206b85&&this[_0x6edbac(0x441)]();}));}};_0x5f0945=_0x924a19([_0x27950e(0x0,_0x260e1c[_0x3c7957(0x109)]),_0x27950e(0x1,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x47f)])),_0x27950e(0x2,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x25de95)),_0x27950e(0x3,_0x78fe8d['IConfigService'])],_0x5f0945);var _0x2cd6c2=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(){const _0x97b529=_0x3c7957;super(),_0x44f061(this,_0x97b529(0x29c),new _0x15b6bc[(_0x97b529(0x11b))]());}[_0x3c7957(0x26f)](){const _0x1f49c6=_0x3c7957;return(0x0,_0x78fe8d[_0x1f49c6(0x438)])(()=>{});}['close'](){}[_0x3c7957(0x49f)](_0x44df0e){}[_0x3c7957(0x1d4)](){const _0x5e8645=_0x3c7957;return this['_dialogOptions$'][_0x5e8645(0x3b0)]();}};let _0x18a05e=class extends _0x78fe8d[_0x3c7957(0x415)]{constructor(_0x48c396=_0xb23752,_0x3e7346,_0x58c3d2,_0x401f42){const _0x56280e=_0x3c7957;super(),this[_0x56280e(0x18a)]=_0x48c396,this[_0x56280e(0x15e)]=_0x3e7346,this[_0x56280e(0x11f)]=_0x58c3d2,this[_0x56280e(0x3a6)]=_0x401f42;let {..._0x2b906c}=(0x0,_0x78fe8d[_0x56280e(0x184)])({},_0xb23752,this[_0x56280e(0x18a)]);this[_0x56280e(0x3a6)]['setConfig'](_0x177520,_0x2b906c);}[_0x3c7957(0xf0)](){const _0x3ac526=_0x3c7957;[[_0x53ea20],[_0x25de95],[_0x5f3c62],[_0x5f17ae],[_0x150f8e],[_0x510cdd],[_0x5f0945],[_0x5d9643],[_0xbae557[_0x3ac526(0x207)],{'useClass':_0x4bd054[_0x3ac526(0xec)]}],[_0x260e1c[_0x3ac526(0x485)],{'useClass':_0x2cd6c2}],[_0x78fe8d['IImageIoService'],{'useClass':_0x4bd054[_0x3ac526(0x4a0)]}]][_0x3ac526(0x146)](_0xd3005e=>this[_0x3ac526(0x15e)][_0x3ac526(0x132)](_0xd3005e)),this[_0x3ac526(0x15e)][_0x3ac526(0x2f6)](_0x5f3c62),this[_0x3ac526(0x15e)][_0x3ac526(0x2f6)](_0x53ea20);}[_0x3c7957(0x139)](){const _0x26f7a2=_0x3c7957;[[_0x1fb475]][_0x26f7a2(0x146)](_0x19c9e1=>{const _0x167690=_0x26f7a2;this[_0x167690(0x200)](this[_0x167690(0x11f)][_0x167690(0x216)](_0x78fe8d[_0x167690(0xd2)][_0x167690(0x306)],_0x19c9e1));}),this[_0x26f7a2(0x15e)][_0x26f7a2(0x2f6)](_0x5d9643),this[_0x26f7a2(0x15e)][_0x26f7a2(0x2f6)](_0x5f0945);}[_0x3c7957(0x412)](){const _0x10ed60=_0x3c7957;this[_0x10ed60(0x15e)]['get'](_0x5f17ae);}};_0x44f061(_0x18a05e,_0x3c7957(0x4b5),_0x3c7957(0x195)),_0x44f061(_0x18a05e,_0x3c7957(0x19d),_0x26f8b6),_0x44f061(_0x18a05e,_0x3c7957(0x3f8),_0x1ac655),_0x18a05e=_0x924a19([(0x0,_0x78fe8d['DependentOn'])(_0x1976d4[_0x3c7957(0x27c)],_0x41784f[_0x3c7957(0x90)],_0x334a80[_0x3c7957(0x2ab)],_0x108cb3[_0x3c7957(0x239)],_0x2401c0['UniverSheetsFilterPlugin'],_0x5262b9['UniverSheetsTablePlugin'],_0x5d1a47['UniverSheetsPlugin'],_0xbae557[_0x3c7957(0x31f)],_0x32f067['UniverSheetsConditionalFormattingPlugin'],_0x56f46b[_0x3c7957(0x383)],_0x426da0[_0x3c7957(0x2fd)],_0x9028f9[_0x3c7957(0x432)],_0x57ca99[_0x3c7957(0x41f)],_0x9b4bb4[_0x3c7957(0x3b5)]),_0x27950e(0x1,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d['Injector'])),_0x27950e(0x2,_0x334a80[_0x3c7957(0x2b8)]),_0x27950e(0x3,_0x78fe8d[_0x3c7957(0xde)])],_0x18a05e);function _0x179e7c(_0x5b9bbf){const _0x11f399=_0x3c7957;let _0x58d73c=_0x5b9bbf['getCurrentLocale']();return{'locale':_0x58d73c,'locales':{[_0x58d73c]:_0x5b9bbf[_0x11f399(0x120)]()},'direction':_0x5b9bbf[_0x11f399(0x453)]()};}function _0x1d505c(_0x4beb27,_0xfb69a1){const _0x22f661=_0x3c7957;let _0xe1afec=_0xfb69a1[_0x22f661(0x453)]();_0x4beb27[_0x22f661(0x2d0)]=_0xe1afec,_0x4beb27[_0x22f661(0x134)][_0x22f661(0x4c6)]=_0xe1afec;}function _0x4bfc97(_0x53131d){const _0x192a0c=_0x3c7957;return _0x9c413b(_0x53131d)?typeof _0x53131d[_0x192a0c(0x436)]==_0x192a0c(0x36e)&&typeof _0x53131d[_0x192a0c(0x1f1)]==_0x192a0c(0x484)&&Array['isArray'](_0x53131d[_0x192a0c(0x3af)])&&_0x9c413b(_0x53131d['members']):!0x1;}function _0x9c413b(_0x44120c){const _0x297736=_0x3c7957;return typeof _0x44120c==_0x297736(0x187)&&!!_0x44120c;}let _0x34ad69=_0x3c7957(0x25a),_0x1d033d=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(_0x3eefe8,_0x514918,_0x2eadd7,_0x4038aa,_0x6d5905,_0xa32214,_0x4916e4,_0x3b0a5d,_0x54ddcd,_0x82e79f){const _0xa74a8f=_0x3c7957;super(),this[_0xa74a8f(0x210)]=_0x3eefe8,this[_0xa74a8f(0x4ac)]=_0x514918,this['_configService']=_0x2eadd7,this[_0xa74a8f(0x276)]=_0x4038aa,this[_0xa74a8f(0x3c7)]=_0x6d5905,this[_0xa74a8f(0x301)]=_0xa32214,this[_0xa74a8f(0xea)]=_0x4916e4,this[_0xa74a8f(0x161)]=_0x3b0a5d,this[_0xa74a8f(0x273)]=_0x54ddcd,this[_0xa74a8f(0x220)]=_0x82e79f,_0x44f061(this,'_historyUniver$',new _0x15b6bc[(_0xa74a8f(0x1a1))](null)),_0x44f061(this,_0xa74a8f(0x1dc),this[_0xa74a8f(0x1a2)][_0xa74a8f(0x3b0)]()),_0x44f061(this,_0xa74a8f(0x251),new _0x78fe8d['DisposableCollection']()),_0x44f061(this,_0xa74a8f(0x428),new Map()),_0x44f061(this,_0xa74a8f(0x173),null),this[_0xa74a8f(0x2ef)]();}get[_0x3c7957(0x444)](){const _0x37312f=_0x3c7957;return this[_0x37312f(0x1a2)][_0x37312f(0x1cd)];}[_0x3c7957(0x2ef)](){this['_initContainer'](),this['_initPlugins']();}[_0x3c7957(0x3a3)](){const _0x29ff60=_0x3c7957;var _0x4c5d53;let _0x372de7=this[_0x29ff60(0x3a6)]['getConfig'](_0x177520),_0x32a520=(_0x4c5d53=this[_0x29ff60(0x3a6)][_0x29ff60(0x23e)](_0x260e1c[_0x29ff60(0x4a5)]))==null?void 0x0:_0x4c5d53[_0x29ff60(0x1f8)],_0x3c7195=(_0x372de7==null?void 0x0:_0x372de7[_0x29ff60(0x465)])??_0x32a520,_0x5d7bc8=typeof _0x3c7195==_0x29ff60(0x484)?document[_0x29ff60(0x442)](_0x3c7195):_0x3c7195;if(!_0x5d7bc8)throw Error(_0x29ff60(0x29d));let _0x1894a6=document['createElement']('div');_0x1894a6['id']=_0x34ad69,_0x1894a6['style'][_0x29ff60(0x194)]=_0x29ff60(0xb0),_0x1894a6[_0x29ff60(0x134)][_0x29ff60(0x257)]='0',_0x1894a6[_0x29ff60(0x134)]['left']='0',_0x1894a6[_0x29ff60(0x134)]['width']='100%',_0x1894a6[_0x29ff60(0x134)][_0x29ff60(0x1c7)]=_0x29ff60(0x340),_0x1894a6[_0x29ff60(0x134)][_0x29ff60(0x2b3)]='49',_0x1894a6[_0x29ff60(0x134)][_0x29ff60(0x2f1)]=_0x29ff60(0x4c4),_0x1d505c(_0x1894a6,this[_0x29ff60(0x210)]),_0x5d7bc8[_0x29ff60(0x395)](_0x1894a6);}[_0x3c7957(0x243)](){const _0x41fceb=_0x3c7957;[[_0x334a80[_0x41fceb(0x2ab)]],[_0x260e1c[_0x41fceb(0x349)],{'container':_0x34ad69,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x260e1c[_0x41fceb(0x485)],null]]}],[_0x108cb3[_0x41fceb(0x239)]],[_0x41784f[_0x41fceb(0x90)],{'override':[[_0x78fe8d[_0x41fceb(0x15b)],null]]}],[_0xb7d9df[_0x41fceb(0x311)],{'hasScroll':!0x1}],[_0x440424['UniverDocsUIPlugin']],[_0x53a243[_0x41fceb(0x125)]],[_0x5d1a47[_0x41fceb(0x40f)],{'notExecuteFormula':!0x0}],[_0x57ca99[_0x41fceb(0x41f)]],[_0x3e5164[_0x41fceb(0x290)]],[_0x303665['UniverSheetsFormulaUIPlugin']],[_0xbae557['UniverCollaborationPlugin']],[_0x2401c0[_0x41fceb(0xfd)]],[_0x23da26['UniverSheetsFilterUIPlugin']],[_0x32f067[_0x41fceb(0x437)]],[_0x1a7d7d['UniverSheetsConditionalFormattingUIPlugin']],[_0x3380a2[_0x41fceb(0xa3)]],[_0x33bdd9['UniverSheetsHyperLinkUIPlugin']],[_0xba1c21[_0x41fceb(0x1ad)]],[_0x9b4bb4[_0x41fceb(0x3b5)]],[_0xabafd9[_0x41fceb(0x41d)]],[_0x521fb6[_0x41fceb(0x2d3)],{'notExecuteFormula':!0x0}],[_0x25ba07['UniverDrawingUIPlugin']],[_0x5d73dd['UniverSheetsDrawingPlugin']],[_0x5ca7fd[_0x41fceb(0x2d8)]],[_0x9028f9[_0x41fceb(0x432)]],[_0x1c7216[_0x41fceb(0x127)]],[_0x56f46b[_0x41fceb(0x383)]],[_0x26d0c3['UniverSheetsChartUIPlugin']],[_0x2231b4[_0x41fceb(0x177)]],[_0x36a442[_0x41fceb(0x371)]],[_0x426da0[_0x41fceb(0x2fd)],{'notExecuteFormula':!0x0}],[_0x5262b9['UniverSheetsTablePlugin']]][_0x41fceb(0x146)](([_0x3228f9,_0x482cef])=>this[_0x41fceb(0x238)](_0x3228f9,_0x482cef));}[_0x3c7957(0x110)](){const _0x13e2ed=_0x3c7957;super['dispose'](),this[_0x13e2ed(0x321)](),this[_0x13e2ed(0x428)][_0x13e2ed(0xa2)]();}[_0x3c7957(0x238)](_0x1256f6,_0x10846f,_0x376d68){const _0x19fd2c=_0x3c7957;if(this[_0x19fd2c(0x428)]['has'](_0x1256f6[_0x19fd2c(0x4b5)])&&!_0x376d68)throw Error('[HistoryLoaderService]:\x20Plugin\x20'+_0x1256f6[_0x19fd2c(0x4b5)]+'\x20has\x20been\x20registered.');this[_0x19fd2c(0x428)][_0x19fd2c(0x17c)](_0x1256f6['pluginName'],[_0x1256f6,_0x10846f]);}[_0x3c7957(0x1ec)](){const _0x20bc55=_0x3c7957;return Array[_0x20bc55(0x375)](this[_0x20bc55(0x428)][_0x20bc55(0x3b7)]());}[_0x3c7957(0x478)](_0x47db8e,_0x280925){const _0x34a6f8=_0x3c7957;let _0x329077=document[_0x34a6f8(0x442)](_0x34ad69);_0x329077&&(_0x329077[_0x34a6f8(0x134)][_0x34a6f8(0x2f1)]=_0x34a6f8(0x2e3),this[_0x34a6f8(0x4cb)](_0x47db8e,_0x34ad69,_0x280925));}[_0x3c7957(0x321)](){const _0x3151e9=_0x3c7957;var _0x579f28;this[_0x3151e9(0x251)][_0x3151e9(0x110)](),(_0x579f28=this[_0x3151e9(0x444)])==null||_0x579f28[_0x3151e9(0x110)](),this[_0x3151e9(0x1a2)]['next'](null);let _0x2893ae=document[_0x3151e9(0x442)](_0x34ad69);_0x2893ae&&(_0x2893ae[_0x3151e9(0x134)][_0x3151e9(0x2f1)]=_0x3151e9(0x4c4),this[_0x3151e9(0x173)]&&=(this[_0x3151e9(0x173)][_0x3151e9(0x4b8)](),null));}[_0x3c7957(0x4cb)](_0x560188,_0x1c0062,_0x494196){const _0x59fc00=_0x3c7957;var _0x1b6093,_0x2bfa36,_0x36c838,_0x37e1bf;if(this['historyUniver'])return;let _0x3d2e95=new _0x78fe8d['Univer']({..._0x179e7c(this[_0x59fc00(0x210)]),'override':[[_0x78fe8d[_0x59fc00(0x163)],{'useClass':_0x4bd054[_0x59fc00(0x420)]}]]}),_0x5efbd0=_0x3d2e95[_0x59fc00(0x2c7)]();this['_syncViewerServices'](_0x5efbd0,_0x1c0062),_0x5efbd0[_0x59fc00(0x2f6)](_0x78fe8d[_0x59fc00(0xde)])['setConfig'](_0x4bd054[_0x59fc00(0x3b6)],this[_0x59fc00(0x3a6)][_0x59fc00(0x23e)](_0x4bd054[_0x59fc00(0x3b6)]));let _0x116e71=this[_0x59fc00(0x3a6)][_0x59fc00(0x23e)](_0x1976d4[_0x59fc00(0x3a4)]);_0x116e71&&_0x3d2e95[_0x59fc00(0x238)](_0x1976d4[_0x59fc00(0x27c)],{'license':_0x116e71['ls']});let _0x455104=(_0x1b6093=this[_0x59fc00(0x3a6)][_0x59fc00(0x23e)](_0x59fc00(0x1ce)))==null?void 0x0:_0x1b6093[_0x59fc00(0x47e)];_0x455104&&(this[_0x59fc00(0x173)]=_0x455104 instanceof Worker?_0x455104:null,_0x3d2e95[_0x59fc00(0x238)](_0x21a8bf[_0x59fc00(0x3a9)],{'workerURL':_0x455104})),this[_0x59fc00(0x428)]['forEach'](([_0x502747,_0x4b2924])=>{const _0x5631ce=_0x59fc00;_0x3d2e95[_0x5631ce(0x238)](_0x502747,_0x4b2924);}),_0x3d2e95['registerPlugin'](_0x18a05e,{'historyServerUrl':_0x8d5d88(this[_0x59fc00(0x3a6)][_0x59fc00(0x23e)](_0x177520)),'historyPanelComponentKey':(_0x2bfa36=this['_configService'][_0x59fc00(0x23e)]('sheets-history-ui.config'))==null?void 0x0:_0x2bfa36['historyPanelComponentKey'],'historyPanelHidden':(_0x36c838=this[_0x59fc00(0x3a6)][_0x59fc00(0x23e)]('sheets-history-ui.config'))==null?void 0x0:_0x36c838['historyPanelHidden'],'historyAIassistantEnabled':(_0x37e1bf=this['_configService'][_0x59fc00(0x23e)](_0x59fc00(0x1ce)))==null?void 0x0:_0x37e1bf[_0x59fc00(0xee)]}),_0x5efbd0[_0x59fc00(0x278)](_0x1b5688=>{const _0x148e6f=_0x59fc00;this[_0x148e6f(0x2ad)](_0x1b5688,_0x560188);}),this[_0x59fc00(0x1a2)][_0x59fc00(0x22c)](_0x3d2e95);let _0x5a5bfc=_0x5efbd0[_0x59fc00(0x2f6)](_0x25de95),_0x93020a=this['_checkCanRevert'](_0x560188);_0x4bfc97(_0x494196)?_0x5a5bfc[_0x59fc00(0x4cd)](_0x560188,_0x93020a,_0x494196):_0x5a5bfc[_0x59fc00(0x4b9)](_0x560188,_0x93020a)[_0x59fc00(0xfb)](()=>void 0x0);}[_0x3c7957(0xed)](_0x52e8bc,_0x2abe5e){const _0x3ce4b1=_0x3c7957;let _0x13cec9=_0x52e8bc[_0x3ce4b1(0x2f6)](_0x78fe8d[_0x3ce4b1(0x244)]);this[_0x3ce4b1(0x251)]['add'](this[_0x3ce4b1(0x220)][_0x3ce4b1(0x201)][_0x3ce4b1(0x304)](_0x311eb3=>{const _0x4b8e0e=_0x3ce4b1;_0x13cec9[_0x4b8e0e(0x326)](_0x311eb3);})),this[_0x3ce4b1(0x251)]['add'](this[_0x3ce4b1(0x220)][_0x3ce4b1(0x23d)][_0x3ce4b1(0x304)](_0x275c51=>{const _0x32996e=_0x3ce4b1;_0x13cec9[_0x32996e(0x1da)](_0x275c51);}));let _0x287148=_0x52e8bc[_0x3ce4b1(0x2f6)](_0x78fe8d[_0x3ce4b1(0x47f)]);this['_disposableCollection']['add'](this[_0x3ce4b1(0x210)][_0x3ce4b1(0x38d)][_0x3ce4b1(0x304)](_0x324566=>{const _0x1c83c8=_0x3ce4b1;let _0x5b2bd6=this[_0x1c83c8(0x210)][_0x1c83c8(0x120)]();_0x5b2bd6&&_0x287148[_0x1c83c8(0x303)]({[_0x324566]:_0x5b2bd6}),_0x287148[_0x1c83c8(0x17e)](_0x324566);})),this[_0x3ce4b1(0x251)]['add'](this[_0x3ce4b1(0x210)][_0x3ce4b1(0x1ac)][_0x3ce4b1(0x304)](_0x11d7b1=>{const _0x45b29f=_0x3ce4b1;_0x287148[_0x45b29f(0x1a6)](_0x11d7b1);let _0x13112e=document[_0x45b29f(0x442)](_0x2abe5e);_0x13112e&&(_0x13112e[_0x45b29f(0x2d0)]=_0x11d7b1,_0x13112e['style'][_0x45b29f(0x4c6)]=_0x11d7b1);}));}[_0x3c7957(0x2ad)](_0x5926ed,_0x37975a){const _0x170be3=_0x3c7957;let _0x4e5a23=_0x5926ed[_0x170be3(0x2f6)](_0x25de95);this[_0x170be3(0x251)][_0x170be3(0x132)](_0x4e5a23[_0x170be3(0xbe)][_0x170be3(0x304)](_0x1f07b5=>{const _0x59e51d=_0x170be3;switch(_0x1f07b5){case _0x59e51d(0xf6):this[_0x59e51d(0x161)][_0x59e51d(0x49f)](),this['_sidebarService']['close']();break;case _0x59e51d(0x235):this['_commandService'][_0x59e51d(0xda)](_0x3cfa08['id']),this[_0x59e51d(0x321)]();break;case _0x59e51d(0x4ca):this[_0x59e51d(0x321)](),this[_0x59e51d(0x3c7)][_0x59e51d(0x1d5)]({'content':this[_0x59e51d(0x210)]['t'](_0x59e51d(0x214)),'type':_0x547126['MessageType']['Error'],'duration':0xbb8});break;default:break;}})),this[_0x170be3(0x251)][_0x170be3(0x132)](_0x4e5a23['revertRevision$'][_0x170be3(0x304)](_0x51e54d=>{const _0x519d5a=_0x170be3;if(_0x51e54d){let _0x5deb9c={'unitId':_0x37975a,'revision':_0x51e54d};this['_commandService'][_0x519d5a(0xda)](_0xbae557[_0x519d5a(0x401)]['id'],_0x5deb9c)[_0x519d5a(0xfb)](()=>{const _0x9e5c10=_0x519d5a;_0x4e5a23[_0x9e5c10(0x2df)]=_0x9e5c10(0x4ca);});}}));}[_0x3c7957(0x35e)](_0x15776b){const _0x343ab1=_0x3c7957;let _0x1f3263=this[_0x343ab1(0x4ac)][_0x343ab1(0x2c5)](_0x15776b);if(!_0x1f3263)return!0x1;let _0x1b0f42=_0x1f3263[_0x343ab1(0x1e1)]()[_0x343ab1(0x2ee)](_0x49026e=>_0x49026e[_0x343ab1(0x1c3)]()),_0x56a60e=new _0x5d1a47[(_0x343ab1(0x3be))](_0x15776b)['id'],_0x319c50=_0x1b0f42['map'](_0x4aac72=>new _0x5d1a47[(_0x343ab1(0x28c))](_0x15776b,_0x4aac72)['id']),_0x45b726=_0x1b0f42['map'](_0x213471=>this[_0x343ab1(0xea)][_0x343ab1(0x2ce)](_0x15776b,_0x213471)[_0x343ab1(0x2ee)](_0x1fbfdf=>new _0x5d1a47[(_0x343ab1(0x4c2))](_0x15776b,_0x213471,_0x1fbfdf['permissionId'])['id']))[_0x343ab1(0x271)](),_0x4917f1=new _0x5d1a47['WorkbookRecoverHistoryPermission'](_0x15776b)['id'];return this[_0x343ab1(0x301)][_0x343ab1(0x497)]([_0x56a60e,..._0x319c50,..._0x45b726,_0x4917f1])['every'](_0x591007=>!!_0x591007['value']);}};_0x1d033d=_0x924a19([_0x27950e(0x0,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x47f)])),_0x27950e(0x1,_0x78fe8d[_0x3c7957(0x3e4)]),_0x27950e(0x2,_0x78fe8d['IConfigService']),_0x27950e(0x3,_0x78fe8d[_0x3c7957(0x347)]),_0x27950e(0x4,_0x260e1c['IMessageService']),_0x27950e(0x5,_0x78fe8d[_0x3c7957(0x4b4)]),_0x27950e(0x6,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x5d1a47['RangeProtectionRuleModel'])),_0x27950e(0x7,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x260e1c['IDialogService'])),_0x27950e(0x8,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x260e1c[_0x3c7957(0x109)])),_0x27950e(0x9,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d['ThemeService']))],_0x1d033d);let _0x263f11={'id':'univer.operation.toggle-edit-history','type':_0x78fe8d[_0x3c7957(0x2b0)][_0x3c7957(0x21a)],'handler':_0x4bd64f=>{const _0x1b8ae7=_0x3c7957;let _0x223ac5=_0x4bd64f[_0x1b8ae7(0x2f6)](_0x1d033d),{unitId:_0x343360}=(0x0,_0x5d1a47[_0x1b8ae7(0x308)])(_0x4bd64f[_0x1b8ae7(0x2f6)](_0x78fe8d[_0x1b8ae7(0x3e4)]))||{};return _0x343360?(_0x223ac5[_0x1b8ae7(0x478)](_0x343360),!0x0):!0x1;}},_0x3cfa08={'id':'univer.operation.exit-edit-history','type':_0x78fe8d[_0x3c7957(0x2b0)][_0x3c7957(0x21a)],'handler':()=>!0x0},_0x22a04b=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(_0x2e1a01){const _0x315af4=_0x3c7957;super(),this[_0x315af4(0x200)](_0x2e1a01[_0x315af4(0xe1)]({'HistoryIcon':_0xa2d389}));}};_0x22a04b=_0x924a19([_0x27950e(0x0,(0x0,_0x78fe8d['Inject'])(_0x260e1c['IconManager']))],_0x22a04b);function _0x1dd095(_0x423612){const _0x4ec707=_0x3c7957;return{'id':_0x263f11['id'],'type':_0x260e1c[_0x4ec707(0x4d0)]['BUTTON'],'icon':_0x4ec707(0x2b6),'title':_0x4ec707(0x2d9),'tooltip':'sheets-history-ui.loader.panel.title','hidden$':(0x0,_0x260e1c[_0x4ec707(0x498)])(_0x423612,_0x78fe8d[_0x4ec707(0xd2)][_0x4ec707(0x306)]),'disabled$':(0x0,_0x57ca99[_0x4ec707(0x211)])(_0x423612,{'workbookTypes':[_0x5d1a47[_0x4ec707(0x467)]],'worksheetTypes':[],'rangeTypes':[]})};}let _0x355ca3={[_0x260e1c[_0x3c7957(0x454)][_0x3c7957(0xa7)]]:{[_0x263f11['id']]:{'order':0x64,'gridLayout':{'row':0x1,'column':0x5,'rowSpan':0x2,'columnSpan':0x2,'showLabel':!0x0},'menuItemFactory':_0x1dd095}}};function _0x2b1649(_0x1ed2bf){const _0x1cfa28=_0x3c7957;return!!(_0x1ed2bf&&_0x1cfa28(0x10a)in _0x1ed2bf&&typeof _0x1ed2bf[_0x1cfa28(0x10a)]==_0x1cfa28(0x484)&&_0x1cfa28(0x1e9)in _0x1ed2bf&&typeof _0x1ed2bf[_0x1cfa28(0x1e9)]==_0x1cfa28(0xf9));}function _0x13e696(_0x483c4a,_0x32b017){const _0x5791ee=_0x3c7957;return _0x483c4a[_0x5791ee(0x168)]===_0xbae557[_0x5791ee(0x1c0)]['CHANGESET_ACK']&&(0x0,_0xbae557[_0x5791ee(0x2d1)])(_0x483c4a[_0x5791ee(0x2af)])[_0x5791ee(0x2b2)][_0x5791ee(0x1b0)](_0x3cd660=>_0x3cd660['id']===_0xbae557[_0x5791ee(0x401)]['id']&&_0x2b1649(_0x3cd660[_0x5791ee(0x418)])&&_0x3cd660[_0x5791ee(0x418)][_0x5791ee(0x10a)]===_0x32b017['unitId']&&_0x3cd660['params']['revision']===_0x32b017[_0x5791ee(0x1e9)]);}let _0x86f8db=class extends _0x78fe8d[_0x3c7957(0x17b)]{constructor(_0x18e769,_0x2f62f3,_0x240c09,_0x641dca,_0x49bc72,_0x360f8a,_0x24a378,_0x73842,_0x153e73,_0x2a012b){const _0x53041b=_0x3c7957;super(),this['_commandService']=_0x18e769,this[_0x53041b(0xfe)]=_0x2f62f3,this[_0x53041b(0x43f)]=_0x240c09,this[_0x53041b(0x210)]=_0x641dca,this[_0x53041b(0x3c7)]=_0x49bc72,this[_0x53041b(0x4a1)]=_0x360f8a,this[_0x53041b(0x28f)]=_0x24a378,this[_0x53041b(0x47d)]=_0x73842,this['_univerInstanceService']=_0x153e73,this[_0x53041b(0x477)]=_0x2a012b,_0x44f061(this,_0x53041b(0x176),null),this['disposeWithMe']((0x0,_0x78fe8d[_0x53041b(0x438)])(()=>this[_0x53041b(0x41e)]())),this[_0x53041b(0x2ef)]();}[_0x3c7957(0x2ef)](){const _0x3969f2=_0x3c7957;[_0x263f11,_0x3cfa08][_0x3969f2(0x146)](_0x389a0a=>this[_0x3969f2(0x200)]((0x0,_0x78fe8d[_0x3969f2(0x438)])(this[_0x3969f2(0x276)][_0x3969f2(0x41c)](_0x389a0a)))),this[_0x3969f2(0xfe)][_0x3969f2(0x102)](_0x355ca3),this[_0x3969f2(0x200)](this[_0x3969f2(0x276)][_0x3969f2(0x1c2)]((_0x1dc6ad,_0x5cbdd9)=>{const _0x3eb016=_0x3969f2;if(_0x1dc6ad['id']===_0xbae557['RevertRevisionMutation']['id']&&_0x2b1649(_0x1dc6ad[_0x3eb016(0x418)])){let {revision:_0x5b7c8d,unitId:_0x5e8b24}=_0x1dc6ad[_0x3eb016(0x418)];this[_0x3eb016(0x3c7)][_0x3eb016(0x1d5)]({'content':this['_localeService']['t'](_0x3eb016(0x408)),'type':_0x547126[_0x3eb016(0x101)][_0x3eb016(0x3dd)],'duration':0x1388});let _0x3544b9=this['_collaborationController']['getCollabEntity'](_0x5e8b24);if(!_0x3544b9){this[_0x3eb016(0x1f5)]();return;}_0x5cbdd9!=null&&_0x5cbdd9['fromCollab']?this[_0x3eb016(0x2cf)](_0x3544b9,{'revision':_0x5b7c8d,'unitId':_0x5e8b24},async()=>(setTimeout(()=>window[_0x3eb016(0x3d0)][_0x3eb016(0xc7)]()),!0x0),!0x0):this[_0x3eb016(0x2cf)](_0x3544b9,{'revision':_0x5b7c8d,'unitId':_0x5e8b24},async()=>{const _0x3be84f=_0x3eb016;let _0x2733d2=this['_univerInstanceService'][_0x3be84f(0x241)](_0x78fe8d[_0x3be84f(0xd2)][_0x3be84f(0x306)]),_0x350445=_0x2733d2==null?void 0x0:_0x2733d2['getActiveSheet']();if(!_0x350445)return!0x1;this[_0x3be84f(0x4ac)][_0x3be84f(0x2ca)](_0x5e8b24);let _0x222b19=await this[_0x3be84f(0x47d)][_0x3be84f(0x116)](_0x5e8b24,_0x78fe8d[_0x3be84f(0xd2)][_0x3be84f(0x306)]);return _0x222b19&&_0x222b19 instanceof _0x78fe8d[_0x3be84f(0x1b4)]?(await this[_0x3be84f(0xe5)](_0x222b19,_0x350445[_0x3be84f(0x1c3)]()),!0x0):!0x1;});}}));}['_handleRevertAcknowledgement'](_0x55eb24,_0x11c2a1,_0x41e262,_0x35dd10=!0x1){const _0x416298=_0x3c7957;this[_0x416298(0x41e)]();let _0x141db6=(0x0,_0x15b6bc[_0x416298(0x1f3)])([_0x55eb24['session'][_0x416298(0x42c)],_0x55eb24[_0x416298(0x23c)]])['pipe']((0x0,_0x15b6bc[_0x416298(0x147)])(([_0x18ce4e,_0x1c4d9e])=>_0x13e696(_0x18ce4e,_0x11c2a1)&&(_0x1c4d9e==null?void 0x0:_0x1c4d9e[_0x416298(0x2df)])===_0x4bd054['CollaborationStatus'][_0x416298(0x2a8)]),(0x0,_0x15b6bc[_0x416298(0x105)])(0x1)),_0x497316=_0x141db6;_0x35dd10&&(_0x497316=_0x141db6[_0x416298(0x26b)]((0x0,_0x15b6bc[_0x416298(0x12f)])({'first':0x1388}))),this[_0x416298(0x176)]=_0x497316[_0x416298(0x26b)]((0x0,_0x15b6bc[_0x416298(0x443)])(async()=>{const _0xf4cb6c=_0x416298;let _0x4ec230=await _0x41e262();return _0x4ec230&&(this[_0xf4cb6c(0x43f)][_0xf4cb6c(0x321)](),await this[_0xf4cb6c(0x28f)][_0xf4cb6c(0x14f)]()),_0x4ec230;}),(0x0,_0x15b6bc[_0x416298(0x423)])(this[_0x416298(0x31b)]))['subscribe']({'next':_0x1472ee=>{const _0x508712=_0x416298;this[_0x508712(0x41e)](),_0x1472ee?this[_0x508712(0x3c7)][_0x508712(0x281)]():this[_0x508712(0x1f5)]();},'error':()=>{const _0xe12370=_0x416298;this[_0xe12370(0x41e)](),this[_0xe12370(0x1f5)]();}});}[_0x3c7957(0x41e)](){const _0x3d1f9b=_0x3c7957;var _0x5893c0;(_0x5893c0=this[_0x3d1f9b(0x176)])==null||_0x5893c0[_0x3d1f9b(0x44b)](),this[_0x3d1f9b(0x176)]=null;}[_0x3c7957(0x1f5)](){const _0xb7a661=_0x3c7957;this[_0xb7a661(0x3c7)][_0xb7a661(0x1d5)]({'content':this['_localeService']['t'](_0xb7a661(0x4d9)),'type':_0x547126[_0xb7a661(0x101)]['Error'],'duration':0xbb8});}async[_0x3c7957(0xe5)](_0x1fbdbd,_0x5f3502){const _0x5e9ee2=_0x3c7957;await this[_0x5e9ee2(0x4c1)](_0x1fbdbd,_0x5f3502),_0x1fbdbd[_0x5e9ee2(0x374)][_0x5e9ee2(0x26b)]((0x0,_0x15b6bc[_0x5e9ee2(0x423)])(this[_0x5e9ee2(0x31b)]))[_0x5e9ee2(0x304)](_0x552ffe=>{_0x552ffe&&this['_updateURLWithCurrentState'](_0x552ffe);}),this[_0x5e9ee2(0x477)]['urlChange$']['pipe']((0x0,_0x15b6bc[_0x5e9ee2(0x423)])(this['dispose$']))[_0x5e9ee2(0x304)](()=>this[_0x5e9ee2(0x4c1)](_0x1fbdbd,_0x5f3502));}[_0x3c7957(0x31c)](_0x2f5888,_0x21c8b6=!0x1){const _0x26fbc6=_0x3c7957;let _0x5d5ba6=this[_0x26fbc6(0x477)]['getParam'](_0x26fbc6(0x237));_0x2f5888['getSheetId']()!==_0x5d5ba6&&this[_0x26fbc6(0x477)]['setParam'](_0x26fbc6(0x237),_0x2f5888['getSheetId'](),_0x21c8b6);}async[_0x3c7957(0x4c1)](_0x21a3fc,_0x9ab350){const _0x1d2acc=_0x3c7957;var _0x679322;if(!_0x9ab350||!_0x21a3fc[_0x1d2acc(0x1e3)](_0x9ab350)){let _0x4d8ea0=_0x21a3fc[_0x1d2acc(0x363)]()[0x0],_0x55aa09=_0x21a3fc[_0x1d2acc(0x1e3)](_0x4d8ea0);if(!_0x55aa09)return;this['_updateURLWithCurrentState'](_0x55aa09,!0x0),await this['_commandService']['executeCommand'](_0x5d1a47[_0x1d2acc(0x33b)]['id'],{'unitId':_0x21a3fc[_0x1d2acc(0x45a)](),'subUnitId':_0x4d8ea0});return;}((_0x679322=_0x21a3fc['getActiveSheet']())==null?void 0x0:_0x679322[_0x1d2acc(0x1c3)]())!==_0x9ab350&&await this['_commandService'][_0x1d2acc(0xda)](_0x5d1a47['SetWorksheetActivateCommand']['id'],{'unitId':_0x21a3fc[_0x1d2acc(0x45a)](),'subUnitId':_0x9ab350});}};_0x86f8db=_0x924a19([_0x27950e(0x0,_0x78fe8d[_0x3c7957(0x347)]),_0x27950e(0x1,_0x260e1c[_0x3c7957(0x37d)]),_0x27950e(0x2,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x1d033d)),_0x27950e(0x3,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d['LocaleService'])),_0x27950e(0x4,_0x260e1c[_0x3c7957(0x9a)]),_0x27950e(0x5,(0x0,_0x78fe8d['Inject'])(_0x4bd054[_0x3c7957(0x145)])),_0x27950e(0x6,_0x4bd054[_0x3c7957(0x39c)]),_0x27950e(0x7,(0x0,_0x78fe8d['Inject'])(_0x4bd054[_0x3c7957(0x1e6)])),_0x27950e(0x8,_0x78fe8d[_0x3c7957(0x3e4)]),_0x27950e(0x9,_0x381421[_0x3c7957(0x43d)])],_0x86f8db);function _0x5d4155(){const _0x4cd38c=_0x3c7957;let _0x52cbe1=(0x0,_0x260e1c[_0x4cd38c(0x407)])(_0x25de95),_0x1e766d=(0x0,_0x260e1c[_0x4cd38c(0x407)])(_0x78fe8d[_0x4cd38c(0x47f)]),_0x523c86=(0x0,_0x260e1c[_0x4cd38c(0x33a)])(_0x52cbe1['currentVersion$']),_0x56d4a1=(0x0,_0xe52bd8['useMemo'])(()=>_0x523c86?_0x52cbe1[_0x4cd38c(0x3bc)]():!0x1,[_0x52cbe1,_0x523c86]),_0x241060=(0x0,_0xe52bd8['useCallback'])(()=>{const _0x3d538e=_0x4cd38c;_0x52cbe1[_0x3d538e(0x3c0)]();},[_0x52cbe1]),_0x58ba96=(0x0,_0xe52bd8['useCallback'])(()=>{_0x52cbe1['triggerRevert']();},[_0x52cbe1]);return(0x0,_0x33116e[_0x4cd38c(0x114)])('div',{'className':_0x4cd38c(0x222),'children':[(0x0,_0x33116e[_0x4cd38c(0x111)])(_0x547126[_0x4cd38c(0x36b)],{'variant':_0x4cd38c(0x1fe),'onClick':_0x241060,'children':_0x1e766d['t'](_0x4cd38c(0x2de))}),_0x56d4a1?(0x0,_0x33116e[_0x4cd38c(0x111)])(_0x547126[_0x4cd38c(0x36b)],{'variant':_0x4cd38c(0x1fe),'onClick':_0x58ba96,'children':_0x1e766d['t'](_0x4cd38c(0x4c8))}):(0x0,_0x33116e[_0x4cd38c(0x111)])(_0x4cd38c(0x34b),{'className':'univer-w-10'})]});}let _0x2db166=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(_0xc13068,_0x4e01c5,_0x21d94b,_0x1090d9,_0x1f366a,_0x5214e8,_0xa4dfe6){const _0x146774=_0x3c7957;super(),this[_0x146774(0x301)]=_0xc13068,this[_0x146774(0xbf)]=_0x4e01c5,this['_messageService']=_0x21d94b,this[_0x146774(0x210)]=_0x1090d9,this[_0x146774(0x43f)]=_0x1f366a,this[_0x146774(0x15e)]=_0x5214e8,this['_configService']=_0xa4dfe6,this[_0x146774(0x2ef)]();}['_init'](){const _0x30f644=_0x3c7957;this[_0x30f644(0x200)](this['_historyManagerService'][_0x30f644(0x496)][_0x30f644(0x304)](_0x4de4d3=>{const _0x1fcc39=_0x30f644;_0x4de4d3&&this[_0x1fcc39(0x43f)][_0x1fcc39(0x28b)](_0x4de4d3);})),this[_0x30f644(0x200)](this[_0x30f644(0x301)][_0x30f644(0x170)][_0x30f644(0x304)](_0x2c5a5a=>{const _0x369ec1=_0x30f644;let _0x20cb69=this[_0x369ec1(0x43f)][_0x369ec1(0x10a)];_0x20cb69&&(_0x2c5a5a['subType']===_0x1fa59f[_0x369ec1(0x448)][_0x369ec1(0x3a1)]&&_0x2c5a5a['value']===!0x0&&this[_0x369ec1(0x301)][_0x369ec1(0x2a5)](new _0x5d1a47[(_0x369ec1(0x3be))](_0x20cb69)['id'],!0x1),_0x2c5a5a['subType']===_0x1fa59f['UnitAction']['RenameSheet']&&_0x2c5a5a[_0x369ec1(0x1cd)]===!0x0&&this[_0x369ec1(0x301)][_0x369ec1(0x2a5)](new _0x5d1a47[(_0x369ec1(0x1a0))](_0x20cb69)['id'],!0x1),_0x2c5a5a['subType']===_0x1fa59f[_0x369ec1(0x448)][_0x369ec1(0x160)]&&_0x2c5a5a[_0x369ec1(0x1cd)]===!0x0&&this['_permissionService'][_0x369ec1(0x2a5)](new _0x5d1a47['WorkbookMoveSheetPermission'](_0x20cb69)['id'],!0x1),_0x2c5a5a[_0x369ec1(0x495)]===_0x1fa59f[_0x369ec1(0x448)][_0x369ec1(0x3f9)]&&_0x2c5a5a[_0x369ec1(0x1cd)]===!0x0&&this[_0x369ec1(0x301)][_0x369ec1(0x2a5)](new _0x5d1a47[(_0x369ec1(0x351))](_0x20cb69)['id'],!0x1),_0x2c5a5a['subType']===_0x1fa59f[_0x369ec1(0x448)][_0x369ec1(0x233)]&&_0x2c5a5a[_0x369ec1(0x1cd)]===!0x0&&this[_0x369ec1(0x301)][_0x369ec1(0x2a5)](new _0x5d1a47['WorkbookEditablePermission'](_0x20cb69)['id'],!0x1),_0x2c5a5a[_0x369ec1(0x495)]===_0x1fa59f['UnitAction'][_0x369ec1(0xd0)]&&_0x2c5a5a[_0x369ec1(0x1cd)]===!0x0&&this['_permissionService']['updatePermissionPoint'](new _0x5d1a47[(_0x369ec1(0x3be))](_0x20cb69)['id'],!0x1));})),this[_0x30f644(0x1dd)](),this[_0x30f644(0x1d7)]();let _0x175f65=null;this[_0x30f644(0x200)]((0x0,_0x78fe8d[_0x30f644(0x438)])(()=>_0x175f65==null?void 0x0:_0x175f65[_0x30f644(0x110)]())),this[_0x30f644(0x200)](this[_0x30f644(0x43f)][_0x30f644(0xb2)][_0x30f644(0x304)](_0x355789=>{const _0x38dbca=_0x30f644;_0x175f65==null||_0x175f65[_0x38dbca(0x110)](),_0x175f65=null,_0x355789===_0x38dbca(0x22d)&&(_0x175f65=this[_0x38dbca(0x3c7)][_0x38dbca(0x1d5)]({'type':_0x547126[_0x38dbca(0x101)][_0x38dbca(0x468)],'content':this[_0x38dbca(0x210)]['t'](_0x38dbca(0x14c)),'duration':0x3e8}));}));}[_0x3c7957(0x1dd)](){const _0x381645=_0x3c7957;var _0x24816d;(_0x24816d=this[_0x381645(0x3a6)][_0x381645(0x23e)]('sheets-history-ui.config'))!=null&&_0x24816d['historyPanelHidden']||this['disposeWithMe'](this['_uiPartsService']['registerComponent'](_0x260e1c['BuiltInUIPart'][_0x381645(0x171)],()=>(0x0,_0x260e1c[_0x381645(0x14e)])(_0x5d4155,this['_injector'])));}[_0x3c7957(0x1d7)](){const _0x48e087=_0x3c7957;this[_0x48e087(0x200)](this[_0x48e087(0xbf)][_0x48e087(0x3ac)](_0x260e1c[_0x48e087(0x99)][_0x48e087(0x2fa)],()=>(0x0,_0x260e1c[_0x48e087(0x14e)])(_0x4ee9f4,this[_0x48e087(0x15e)])));}};_0x2db166=_0x924a19([_0x27950e(0x0,_0x78fe8d[_0x3c7957(0x4b4)]),_0x27950e(0x1,_0x260e1c[_0x3c7957(0x466)]),_0x27950e(0x2,_0x260e1c[_0x3c7957(0x9a)]),_0x27950e(0x3,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x47f)])),_0x27950e(0x4,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x25de95)),_0x27950e(0x5,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x199)])),_0x27950e(0x6,_0x78fe8d[_0x3c7957(0xde)])],_0x2db166);function _0x3341ca(_0x5227cc){const _0x457829=_0x3c7957;var _0x10c63e;let {item:_0x4b5560,isNewest:_0x324829}=_0x5227cc,_0x50eefb=(0x0,_0x260e1c[_0x457829(0x407)])(_0x25de95),_0x23c241=(0x0,_0x260e1c[_0x457829(0x407)])(_0x5f17ae),_0x2baa57=(0x0,_0x260e1c[_0x457829(0x407)])(_0x78fe8d[_0x457829(0x47f)]),_0x592ee5=(0x0,_0x260e1c[_0x457829(0x33a)])(_0x50eefb[_0x457829(0x496)],'',!0x0)===_0x4b5560['id'],_0x779312=_0x1cd3df(_0x4b5560[_0x457829(0x481)],_0x2baa57),_0x57fa1a=!_0x324829&&_0x50eefb[_0x457829(0x3d8)],_0x36f2f0=(0x0,_0xe52bd8[_0x457829(0x17d)])(async()=>{const _0x4ad869=_0x457829;_0x50eefb[_0x4ad869(0x307)]!==_0x4ad869(0x22d)&&(_0x50eefb[_0x4ad869(0x403)](_0x4b5560['id']),await _0x23c241[_0x4ad869(0x178)](_0x4b5560['id']));},[_0x50eefb,_0x23c241,_0x4b5560['id']]),_0xc01513=(0x0,_0xe52bd8[_0x457829(0x17d)])(_0x55dd27=>{const _0x52559f=_0x457829;_0x55dd27[_0x52559f(0x20c)](),_0x50eefb['triggerRevert'](_0x4b5560['id']);},[_0x50eefb,_0x4b5560['id']]),_0x199e97=((_0x10c63e=_0x4b5560[_0x457829(0x242)])==null?void 0x0:_0x10c63e['filter'](Boolean)[_0x457829(0x2e9)](',\x20'))||_0x4b5560[_0x457829(0x1d6)]||_0x2baa57['t'](_0x457829(0x3aa));return(0x0,_0x33116e[_0x457829(0x114)])(_0x457829(0x34b),{'className':(0x0,_0x547126[_0x457829(0xc1)])(_0x457829(0x11c),_0x592ee5&&'univer-bg-blue-50\x20dark:!univer-bg-gray-900'),'onClick':_0x36f2f0,'children':[(0x0,_0x33116e[_0x457829(0x114)])(_0x457829(0x34b),{'className':'univer-min-w-0\x20univer-flex-1','children':[(0x0,_0x33116e['jsxs'])(_0x457829(0x34b),{'className':_0x457829(0x48e),'children':[(0x0,_0x33116e[_0x457829(0x111)])(_0x457829(0xaf),{'className':_0x457829(0x2dc),'children':_0x199e97}),_0x324829&&(0x0,_0x33116e['jsx'])('span',{'className':_0x457829(0x392),'children':_0x2baa57['t']('sheets-history-ui.viewer.panel.currentVersion')})]}),(0x0,_0x33116e[_0x457829(0x114)])(_0x457829(0x34b),{'className':'univer-flex\x20univer-items-center\x20univer-gap-2','children':[(0x0,_0x33116e[_0x457829(0x111)])(_0x457829(0xaf),{'className':'univer-text-xs\x20univer-text-gray-400','children':_0x779312['time']}),(0x0,_0x33116e[_0x457829(0x111)])(_0x457829(0xaf),{'className':'univer-truncate\x20univer-text-xs\x20univer-text-gray-500\x20dark:!univer-text-gray-400','children':_0x52f9bb(_0x4b5560,_0x2baa57)})]})]}),_0x57fa1a&&(0x0,_0x33116e['jsx'])(_0x547126['Button'],{'size':_0x457829(0x2f2),'variant':'primary','onClick':_0xc01513,'children':_0x2baa57['t']('sheets-history-ui.viewer.header.revert')})]});}function _0x564cee(){const _0x528b14=_0x3c7957;let _0x280548=(0x0,_0x260e1c['useDependency'])(_0x25de95),_0x4b3be4=(0x0,_0x260e1c[_0x528b14(0x407)])(_0x78fe8d[_0x528b14(0x47f)]),_0x25ab9d=(0x0,_0x260e1c[_0x528b14(0x33a)])(_0x280548[_0x528b14(0x24c)]),_0x141974=(0x0,_0x260e1c['useObservable'])(_0x280548[_0x528b14(0x291)]),_0x1122ff=(0x0,_0xe52bd8[_0x528b14(0x22f)])(null),[_0x451ad0,_0x2bf8bf]=(0x0,_0xe52bd8['useState'])(!0x0);(0x0,_0xe52bd8[_0x528b14(0x4bf)])(()=>{const _0x1965fd=_0x528b14;let _0x53080b=_0x1122ff[_0x1965fd(0x458)];if(!_0x53080b||!_0x451ad0)return;let _0x57dc89,_0x20e093=()=>{clearTimeout(_0x57dc89),_0x57dc89=setTimeout(()=>{const _0x2a82a4=_0x3200;let {scrollTop:_0x59646e,scrollHeight:_0x17de70,clientHeight:_0x81f69f}=_0x53080b;_0x59646e+_0x81f69f>=_0x17de70-0xa&&_0x280548[_0x2a82a4(0x1d3)]()[_0x2a82a4(0xfb)](()=>void 0x0);},0x64);};return _0x53080b[_0x1965fd(0x354)](_0x1965fd(0x3ea),_0x20e093),()=>{const _0x46c25d=_0x1965fd;clearTimeout(_0x57dc89),_0x53080b[_0x46c25d(0x283)](_0x46c25d(0x3ea),_0x20e093);};},[_0x280548,_0x451ad0]);let _0x83fb50=_0x2aadc9(_0x25ab9d??[]);return(0x0,_0x33116e[_0x528b14(0x111)])(_0x528b14(0x34b),{'className':_0x528b14(0x9e),'children':(0x0,_0x33116e[_0x528b14(0x114)])(_0x528b14(0x34b),{'className':(0x0,_0x547126['clsx'])('univer-pointer-events-auto\x20univer-flex\x20univer-flex-col\x20univer-rounded-t-2xl\x20univer-bg-gray-0\x20univer-shadow-lg\x20univer-transition-[height]\x20univer-duration-300\x20dark:!univer-bg-gray-950',_0x451ad0?'univer-h-[60%]':_0x528b14(0x1b2)),'children':[(0x0,_0x33116e[_0x528b14(0x114)])('div',{'className':_0x528b14(0x2e5),'onClick':()=>_0x2bf8bf(_0x2a982c=>!_0x2a982c),'children':[(0x0,_0x33116e[_0x528b14(0x111)])(_0x528b14(0x34b),{'className':_0x528b14(0x3fd)}),!_0x451ad0&&(0x0,_0x33116e[_0x528b14(0x111)])(_0x528b14(0xaf),{'className':_0x528b14(0x24e),'children':_0x4b3be4['t'](_0x528b14(0x49d))})]}),_0x451ad0&&(0x0,_0x33116e['jsx'])(_0x33116e[_0x528b14(0x486)],{'children':_0x25ab9d?(0x0,_0x33116e[_0x528b14(0x114)])(_0x528b14(0x34b),{'ref':_0x1122ff,'className':_0x528b14(0x20e),'children':[_0x83fb50['map'](_0x4ca051=>(0x0,_0x33116e[_0x528b14(0x114)])(_0x528b14(0x34b),{'children':[(0x0,_0x33116e['jsx'])('div',{'className':_0x528b14(0x3c5),'children':_0x3289aa(_0x4ca051['startDateString'],_0x4b3be4)}),_0x4ca051[_0x528b14(0x3af)][_0x528b14(0x2ee)]((_0x40f78f,_0x36c9ba)=>(0x0,_0x33116e[_0x528b14(0x111)])(_0x3341ca,{'item':_0x40f78f,'isNewest':_0x83fb50[0x0]===_0x4ca051&&_0x36c9ba===0x0},_0x40f78f['id']))]},_0x4ca051[_0x528b14(0x433)])),_0x141974&&(0x0,_0x33116e['jsx'])('div',{'className':_0x528b14(0x42d),'children':(0x0,_0x33116e[_0x528b14(0x111)])(_0x35d3cf,{'className':_0x528b14(0x25d)})})]}):(0x0,_0x33116e[_0x528b14(0x111)])(_0x528b14(0x34b),{'className':_0x528b14(0xc4),'children':(0x0,_0x33116e[_0x528b14(0x111)])(_0x35d3cf,{'className':_0x528b14(0x25d)})})})]})});}let _0x3ed60f=class extends _0x78fe8d[_0x3c7957(0x19f)]{constructor(_0x5eac7a,_0x175614){const _0x48606c=_0x3c7957;super(),this[_0x48606c(0xbf)]=_0x5eac7a,this[_0x48606c(0x15e)]=_0x175614,this[_0x48606c(0x200)](this[_0x48606c(0xbf)]['registerComponent'](_0x260e1c[_0x48606c(0x99)][_0x48606c(0x323)],()=>(0x0,_0x260e1c[_0x48606c(0x14e)])(_0x564cee,this[_0x48606c(0x15e)])));}};_0x3ed60f=_0x924a19([_0x27950e(0x0,_0x260e1c['IUIPartsService']),_0x27950e(0x1,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x199)]))],_0x3ed60f);let _0x53354e=class extends _0x78fe8d[_0x3c7957(0x415)]{constructor(_0x47bd87=_0xb23752,_0x5b2d06,_0x4d82f6,_0x21cb4d){const _0x1529fe=_0x3c7957;super(),this['_config']=_0x47bd87,this['_injector']=_0x5b2d06,this[_0x1529fe(0x11f)]=_0x4d82f6,this['_configService']=_0x21cb4d;let {..._0x28eb54}=(0x0,_0x78fe8d['merge'])({},_0xb23752,this['_config']);this[_0x1529fe(0x3a6)][_0x1529fe(0x4d2)](_0x177520,_0x28eb54);}['onStarting'](){const _0xb31c32=_0x3c7957;[[_0x22a04b],[_0x25de95],[_0x2db166],[_0x5f17ae],[_0x150f8e],[_0x510cdd],[_0x3ed60f],[_0x5d9643],[_0xbae557[_0xb31c32(0x207)],{'useClass':_0x4bd054[_0xb31c32(0xec)]}],[_0x260e1c[_0xb31c32(0x485)],{'useClass':_0x2cd6c2}],[_0x78fe8d[_0xb31c32(0x15b)],{'useClass':_0x4bd054[_0xb31c32(0x4a0)]}]][_0xb31c32(0x146)](_0x4e333b=>this[_0xb31c32(0x15e)][_0xb31c32(0x132)](_0x4e333b)),this[_0xb31c32(0x15e)][_0xb31c32(0x2f6)](_0x2db166),this[_0xb31c32(0x15e)]['get'](_0x22a04b);}[_0x3c7957(0x139)](){const _0x46996c=_0x3c7957;[[_0x1fb475]][_0x46996c(0x146)](_0x493499=>{const _0x617e45=_0x46996c;this[_0x617e45(0x200)](this[_0x617e45(0x11f)]['registerRenderModule'](_0x78fe8d['UniverInstanceType'][_0x617e45(0x306)],_0x493499));}),this['_injector'][_0x46996c(0x2f6)](_0x5d9643),this[_0x46996c(0x15e)]['get'](_0x3ed60f);}['onSteady'](){const _0x14590b=_0x3c7957;this['_injector'][_0x14590b(0x2f6)](_0x5f17ae);}};_0x44f061(_0x53354e,_0x3c7957(0x4b5),_0x3c7957(0x3d9)),_0x44f061(_0x53354e,_0x3c7957(0x19d),_0x26f8b6),_0x44f061(_0x53354e,_0x3c7957(0x3f8),_0x1ac655),_0x53354e=_0x924a19([(0x0,_0x78fe8d[_0x3c7957(0x35c)])(_0x1976d4[_0x3c7957(0x27c)],_0x41784f[_0x3c7957(0x90)],_0x334a80[_0x3c7957(0x2ab)],_0x108cb3['UniverNetworkPlugin'],_0x2401c0[_0x3c7957(0xfd)],_0x5262b9[_0x3c7957(0x1b9)],_0x5d1a47[_0x3c7957(0x40f)],_0x260e1c['UniverMobileUIPlugin'],_0xbae557['UniverCollaborationPlugin'],_0x32f067[_0x3c7957(0x437)],_0x56f46b[_0x3c7957(0x383)],_0x426da0[_0x3c7957(0x2fd)],_0x9028f9['UniverSheetSparklinePlugin'],_0x57ca99[_0x3c7957(0xae)],_0x9b4bb4[_0x3c7957(0x3b5)]),_0x27950e(0x1,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x199)])),_0x27950e(0x2,_0x334a80['IRenderManagerService']),_0x27950e(0x3,_0x78fe8d[_0x3c7957(0xde)])],_0x53354e);let _0x8cdbdc=_0x3c7957(0x479),_0x4bfe79=class extends _0x78fe8d['Disposable']{constructor(_0x52c41a,_0x14221d,_0x316421,_0xe001a,_0x50bed8,_0x51a9c9,_0x4783f7,_0x43bdd3,_0x284ad0,_0x9993a1){const _0x139300=_0x3c7957;super(),this[_0x139300(0x210)]=_0x52c41a,this[_0x139300(0x4ac)]=_0x14221d,this[_0x139300(0x3a6)]=_0x316421,this[_0x139300(0x276)]=_0xe001a,this[_0x139300(0x3c7)]=_0x50bed8,this[_0x139300(0x301)]=_0x51a9c9,this[_0x139300(0xea)]=_0x4783f7,this[_0x139300(0x161)]=_0x43bdd3,this[_0x139300(0x273)]=_0x284ad0,this[_0x139300(0x220)]=_0x9993a1,_0x44f061(this,_0x139300(0x1a2),new _0x15b6bc[(_0x139300(0x1a1))](null)),_0x44f061(this,_0x139300(0x1dc),this[_0x139300(0x1a2)][_0x139300(0x3b0)]()),_0x44f061(this,'_disposableCollection',new _0x78fe8d['DisposableCollection']()),_0x44f061(this,_0x139300(0x428),new Map()),_0x44f061(this,_0x139300(0x173),null),this[_0x139300(0x2ef)]();}get[_0x3c7957(0x444)](){return this['_historyUniver$']['value'];}[_0x3c7957(0x2ef)](){const _0x28d7bc=_0x3c7957;this[_0x28d7bc(0x3a3)](),this[_0x28d7bc(0x243)]();}[_0x3c7957(0x3a3)](){const _0x4b2970=_0x3c7957;var _0x5bbc1e;let _0x2b0162=this[_0x4b2970(0x3a6)][_0x4b2970(0x23e)](_0x177520),_0x2f94bd=(_0x5bbc1e=this[_0x4b2970(0x3a6)]['getConfig'](_0x260e1c[_0x4b2970(0x4a5)]))==null?void 0x0:_0x5bbc1e[_0x4b2970(0x1f8)],_0xfdd429=(_0x2b0162==null?void 0x0:_0x2b0162[_0x4b2970(0x465)])??_0x2f94bd,_0x18bf5e=typeof _0xfdd429=='string'?document['getElementById'](_0xfdd429):_0xfdd429;if(!_0x18bf5e)throw Error(_0x4b2970(0x25e));let _0x22b0d7=document[_0x4b2970(0x3e8)](_0x4b2970(0x34b));_0x22b0d7['id']=_0x8cdbdc,_0x22b0d7[_0x4b2970(0x134)][_0x4b2970(0x194)]=_0x4b2970(0xb0),_0x22b0d7[_0x4b2970(0x134)][_0x4b2970(0x257)]='0',_0x22b0d7[_0x4b2970(0x134)][_0x4b2970(0x287)]='0',_0x22b0d7[_0x4b2970(0x134)]['width']=_0x4b2970(0x340),_0x22b0d7[_0x4b2970(0x134)][_0x4b2970(0x1c7)]='100%',_0x22b0d7[_0x4b2970(0x134)]['zIndex']='49',_0x22b0d7[_0x4b2970(0x134)]['display']=_0x4b2970(0x4c4),_0x1d505c(_0x22b0d7,this['_localeService']),_0x18bf5e[_0x4b2970(0x395)](_0x22b0d7);}[_0x3c7957(0x243)](){const _0x34cc75=_0x3c7957;[[_0x334a80[_0x34cc75(0x2ab)]],[_0x260e1c[_0x34cc75(0x1c8)],{'container':_0x8cdbdc,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x260e1c[_0x34cc75(0x485)],null]]}],[_0x108cb3[_0x34cc75(0x239)]],[_0x41784f[_0x34cc75(0x90)],{'override':[[_0x78fe8d[_0x34cc75(0x15b)],null]]}],[_0xb7d9df[_0x34cc75(0x311)],{'hasScroll':!0x1}],[_0x440424[_0x34cc75(0x3e0)]],[_0x53a243[_0x34cc75(0x125)]],[_0x5d1a47[_0x34cc75(0x40f)],{'notExecuteFormula':!0x0}],[_0x57ca99[_0x34cc75(0xae)]],[_0x3e5164[_0x34cc75(0x290)]],[_0x303665[_0x34cc75(0x3ef)]],[_0xbae557[_0x34cc75(0x31f)]],[_0x2401c0['UniverSheetsFilterPlugin']],[_0x32f067[_0x34cc75(0x437)]],[_0x3380a2[_0x34cc75(0xa3)]],[_0x33bdd9[_0x34cc75(0x332)]],[_0xba1c21['UniverDataValidationPlugin']],[_0x9b4bb4[_0x34cc75(0x3b5)]],[_0xabafd9['UniverSheetsDataValidationMobileUIPlugin']],[_0x521fb6[_0x34cc75(0x2d3)],{'notExecuteFormula':!0x0}],[_0x25ba07[_0x34cc75(0x472)]],[_0x5d73dd[_0x34cc75(0x2f4)]],[_0x5ca7fd[_0x34cc75(0x43b)]],[_0x9028f9['UniverSheetSparklinePlugin']],[_0x1c7216[_0x34cc75(0x4c7)]],[_0x56f46b[_0x34cc75(0x383)]],[_0x26d0c3[_0x34cc75(0x1e2)]],[_0x2231b4[_0x34cc75(0x177)]],[_0x36a442[_0x34cc75(0xa8)]],[_0x426da0['UniverSheetsPivotTablePlugin'],{'notExecuteFormula':!0x0}],[_0x5262b9['UniverSheetsTablePlugin']]][_0x34cc75(0x146)](([_0x2f9f1b,_0x3daf97])=>this['registerPlugin'](_0x2f9f1b,_0x3daf97));}[_0x3c7957(0x110)](){const _0x5339f8=_0x3c7957;super[_0x5339f8(0x110)](),this[_0x5339f8(0x321)](),this[_0x5339f8(0x428)][_0x5339f8(0xa2)]();}[_0x3c7957(0x238)](_0xd8c144,_0x10916e,_0x2ea944){const _0x5afdbe=_0x3c7957;if(this[_0x5afdbe(0x428)]['has'](_0xd8c144[_0x5afdbe(0x4b5)])&&!_0x2ea944)throw Error('[MobileHistoryLoaderService]:\x20Plugin\x20'+_0xd8c144[_0x5afdbe(0x4b5)]+_0x5afdbe(0x2cb));this['_pluginMap']['set'](_0xd8c144[_0x5afdbe(0x4b5)],[_0xd8c144,_0x10916e]);}[_0x3c7957(0x1ec)](){const _0x1cde0c=_0x3c7957;return Array['from'](this[_0x1cde0c(0x428)][_0x1cde0c(0x3b7)]());}[_0x3c7957(0x478)](_0x21253d,_0x4309f8){const _0x72e206=_0x3c7957;let _0xf0a30f=document[_0x72e206(0x442)](_0x8cdbdc);_0xf0a30f&&(_0xf0a30f[_0x72e206(0x134)][_0x72e206(0x2f1)]='block',this[_0x72e206(0x4cb)](_0x21253d,_0x4309f8));}[_0x3c7957(0x321)](){const _0xb306f9=_0x3c7957;var _0x20eca9;this[_0xb306f9(0x251)][_0xb306f9(0x110)](),(_0x20eca9=this[_0xb306f9(0x444)])==null||_0x20eca9[_0xb306f9(0x110)](),this[_0xb306f9(0x1a2)][_0xb306f9(0x22c)](null);let _0x31c327=document[_0xb306f9(0x442)](_0x8cdbdc);_0x31c327&&(_0x31c327[_0xb306f9(0x134)][_0xb306f9(0x2f1)]=_0xb306f9(0x4c4),this[_0xb306f9(0x173)]&&=(this[_0xb306f9(0x173)][_0xb306f9(0x4b8)](),null));}[_0x3c7957(0x4cb)](_0x27b4e2,_0x1b0c83){const _0x46fd55=_0x3c7957;var _0x5d2ce6,_0x1fc55c,_0x215b69;if(this[_0x46fd55(0x444)])return;let _0x3a8b30=new _0x78fe8d[(_0x46fd55(0x180))]({..._0x179e7c(this[_0x46fd55(0x210)]),'override':[[_0x78fe8d[_0x46fd55(0x163)],{'useClass':_0x4bd054[_0x46fd55(0x420)]}]]}),_0x5ad1fb=_0x3a8b30[_0x46fd55(0x2c7)](),_0x306903=_0x5ad1fb[_0x46fd55(0x2f6)](_0x78fe8d[_0x46fd55(0x244)]);this[_0x46fd55(0x251)]['add'](this[_0x46fd55(0x220)][_0x46fd55(0x201)][_0x46fd55(0x304)](_0x28dbc1=>{const _0x1702e2=_0x46fd55;_0x306903[_0x1702e2(0x326)](_0x28dbc1);})),this['_disposableCollection'][_0x46fd55(0x132)](this[_0x46fd55(0x220)][_0x46fd55(0x23d)]['subscribe'](_0x163142=>{_0x306903['setTheme'](_0x163142);}));let _0x4fab09=_0x5ad1fb[_0x46fd55(0x2f6)](_0x78fe8d[_0x46fd55(0x47f)]);_0x4fab09[_0x46fd55(0x17e)](this[_0x46fd55(0x210)][_0x46fd55(0x12e)]()),_0x4fab09['setDirection'](this[_0x46fd55(0x210)]['getDirection']()),_0x5ad1fb[_0x46fd55(0x2f6)](_0x78fe8d[_0x46fd55(0xde)])[_0x46fd55(0x4d2)](_0x4bd054['COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY'],this['_configService']['getConfig'](_0x4bd054['COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY']));let _0xc8ebff=this[_0x46fd55(0x3a6)][_0x46fd55(0x23e)](_0x1976d4[_0x46fd55(0x3a4)]);_0xc8ebff&&_0x3a8b30['registerPlugin'](_0x1976d4[_0x46fd55(0x27c)],{'license':_0xc8ebff['ls']});let _0x304481=(_0x5d2ce6=this[_0x46fd55(0x3a6)]['getConfig'](_0x46fd55(0x1ce)))==null?void 0x0:_0x5d2ce6['workerURL'],_0x3506eb=!!_0x304481;_0x3506eb&&(this[_0x46fd55(0x173)]=_0x304481 instanceof Worker?_0x304481:null,_0x3a8b30['registerPlugin'](_0x21a8bf[_0x46fd55(0x3a9)],{'workerURL':_0x304481})),this[_0x46fd55(0x428)][_0x46fd55(0x146)](([_0x84bc3d,_0x35ca96])=>{_0x3a8b30['registerPlugin'](_0x84bc3d,_0x35ca96);}),_0x3a8b30['registerPlugin'](_0x53354e,{'historyServerUrl':_0x8d5d88(this[_0x46fd55(0x3a6)][_0x46fd55(0x23e)](_0x177520)),'historyPanelComponentKey':(_0x1fc55c=this[_0x46fd55(0x3a6)][_0x46fd55(0x23e)](_0x46fd55(0x1ce)))==null?void 0x0:_0x1fc55c[_0x46fd55(0x4da)],'historyPanelHidden':(_0x215b69=this[_0x46fd55(0x3a6)][_0x46fd55(0x23e)](_0x46fd55(0x1ce)))==null?void 0x0:_0x215b69['historyPanelHidden']}),_0x5ad1fb['invoke'](_0x1296ce=>this[_0x46fd55(0x2ad)](_0x1296ce,_0x27b4e2)),this[_0x46fd55(0x1a2)][_0x46fd55(0x22c)](_0x3a8b30);let _0x21de4b=_0x5ad1fb[_0x46fd55(0x2f6)](_0x25de95),_0x2be1fe=this[_0x46fd55(0x35e)](_0x27b4e2),_0x5b2cee=()=>{const _0x45d206=_0x46fd55;_0x4bfc97(_0x1b0c83)?_0x21de4b[_0x45d206(0x4cd)](_0x27b4e2,_0x2be1fe,_0x1b0c83):_0x21de4b[_0x45d206(0x4b9)](_0x27b4e2,_0x2be1fe)[_0x45d206(0xfb)](()=>{const _0x39b2ee=_0x45d206;_0x21de4b[_0x39b2ee(0x2df)]=_0x39b2ee(0x4ca);});};if(this[_0x46fd55(0x3c7)][_0x46fd55(0x1d5)]({'content':this['_localeService']['t']('sheets-history-ui.loader.info.initializing'),'type':_0x547126[_0x46fd55(0x101)][_0x46fd55(0x3dd)]}),_0x3506eb)try{_0x5ad1fb[_0x46fd55(0x2f6)](_0x21a8bf[_0x46fd55(0x40e)])[_0x46fd55(0x2fe)]()[_0x46fd55(0x19c)](_0x5b2cee)[_0x46fd55(0xfb)](_0x5b2cee);}catch{_0x5b2cee();}else _0x5b2cee();}['_initListener'](_0xf0156,_0x42d4ab){const _0x2a6942=_0x3c7957;let _0x13d70f=_0xf0156['get'](_0x25de95);this['_disposableCollection']['add'](_0x13d70f[_0x2a6942(0xbe)][_0x2a6942(0x304)](_0x402e67=>{const _0x856e70=_0x2a6942;switch(_0x402e67){case _0x856e70(0xf6):this['_dialogService']['closeAll'](),this[_0x856e70(0x273)]['close']();break;case'exited':this[_0x856e70(0x276)]['executeCommand'](_0x3cfa08['id']),this[_0x856e70(0x321)]();break;case _0x856e70(0x4ca):this['unMountHistoryContent'](),this[_0x856e70(0x3c7)][_0x856e70(0x1d5)]({'content':this[_0x856e70(0x210)]['t'](_0x856e70(0x214)),'type':_0x547126[_0x856e70(0x101)]['Error'],'duration':0xbb8});break;default:break;}})),this[_0x2a6942(0x251)][_0x2a6942(0x132)](_0x13d70f[_0x2a6942(0x9c)]['subscribe'](_0x4a478a=>{const _0x1c6e11=_0x2a6942;if(_0x4a478a){let _0xa3a9={'unitId':_0x42d4ab,'revision':_0x4a478a};this[_0x1c6e11(0x276)][_0x1c6e11(0xda)](_0xbae557[_0x1c6e11(0x401)]['id'],_0xa3a9)[_0x1c6e11(0xfb)](()=>{const _0x23ff0f=_0x1c6e11;_0x13d70f[_0x23ff0f(0x2df)]=_0x23ff0f(0x4ca);});}}));}['_checkCanRevert'](_0x2c5f3c){const _0x11594a=_0x3c7957;let _0xcac66c=this[_0x11594a(0x4ac)][_0x11594a(0x2c5)](_0x2c5f3c);if(!_0xcac66c)return!0x1;let _0x51ff04=_0xcac66c[_0x11594a(0x1e1)]()['map'](_0x30036e=>_0x30036e[_0x11594a(0x1c3)]()),_0xa79d12=new _0x5d1a47['WorkbookEditablePermission'](_0x2c5f3c)['id'],_0x3c9d5d=_0x51ff04[_0x11594a(0x2ee)](_0x5de8b2=>new _0x5d1a47[(_0x11594a(0x28c))](_0x2c5f3c,_0x5de8b2)['id']),_0x85aaff=_0x51ff04['map'](_0x165135=>this['_selectionProtectionRuleModel'][_0x11594a(0x2ce)](_0x2c5f3c,_0x165135)[_0x11594a(0x2ee)](_0x3aaa70=>new _0x5d1a47[(_0x11594a(0x4c2))](_0x2c5f3c,_0x165135,_0x3aaa70['permissionId'])['id']))[_0x11594a(0x271)](),_0x365af5=new _0x5d1a47[(_0x11594a(0x386))](_0x2c5f3c)['id'];return this['_permissionService'][_0x11594a(0x497)]([_0xa79d12,..._0x3c9d5d,..._0x85aaff,_0x365af5])[_0x11594a(0x3f2)](_0xf5d767=>!!_0xf5d767['value']);}};_0x4bfe79=_0x924a19([_0x27950e(0x0,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d['LocaleService'])),_0x27950e(0x1,_0x78fe8d[_0x3c7957(0x3e4)]),_0x27950e(0x2,_0x78fe8d[_0x3c7957(0xde)]),_0x27950e(0x3,_0x78fe8d[_0x3c7957(0x347)]),_0x27950e(0x4,_0x260e1c[_0x3c7957(0x9a)]),_0x27950e(0x5,_0x78fe8d['IPermissionService']),_0x27950e(0x6,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x5d1a47[_0x3c7957(0x247)])),_0x27950e(0x7,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x260e1c[_0x3c7957(0x485)])),_0x27950e(0x8,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x260e1c[_0x3c7957(0x109)])),_0x27950e(0x9,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x244)]))],_0x4bfe79);let _0x2df045=class extends _0x78fe8d[_0x3c7957(0x415)]{constructor(_0x514b4b=_0xb23752,_0x5c4b18,_0x23e3fb){const _0x3f9e59=_0x3c7957;super(),this[_0x3f9e59(0x18a)]=_0x514b4b,this['_injector']=_0x5c4b18,this['_configService']=_0x23e3fb;let {menu:_0x9be2d5,..._0x53a219}=(0x0,_0x78fe8d['merge'])({},_0xb23752,this[_0x3f9e59(0x18a)]);_0x9be2d5&&this[_0x3f9e59(0x3a6)][_0x3f9e59(0x4d2)](_0x3f9e59(0x44e),_0x9be2d5,{'merge':!0x0}),this['_configService']['setConfig'](_0x177520,_0x53a219);}[_0x3c7957(0xf0)](){const _0x14b4cf=_0x3c7957;this[_0x14b4cf(0x15e)][_0x14b4cf(0x132)]([_0x22a04b]),this[_0x14b4cf(0x15e)][_0x14b4cf(0x2f6)](_0x22a04b),[[_0x1d033d,{'useClass':_0x4bfe79}],[_0x86f8db]][_0x14b4cf(0x146)](_0x22e686=>this[_0x14b4cf(0x15e)][_0x14b4cf(0x132)](_0x22e686));}[_0x3c7957(0x412)](){this['_injector']['get'](_0x86f8db);}};_0x44f061(_0x2df045,'type',_0x78fe8d[_0x3c7957(0xd2)]['UNIVER_UNKNOWN']),_0x44f061(_0x2df045,_0x3c7957(0x4b5),_0x3c7957(0x236)),_0x44f061(_0x2df045,_0x3c7957(0x19d),_0x26f8b6),_0x44f061(_0x2df045,_0x3c7957(0x3f8),_0x1ac655),_0x2df045=_0x924a19([(0x0,_0x78fe8d[_0x3c7957(0x35c)])(_0x1976d4['UniverLicensePlugin'],_0x5d1a47['UniverSheetsPlugin'],_0x260e1c[_0x3c7957(0x1c8)],_0x4bd054['UniverCollaborationClientPlugin'],_0x381421[_0x3c7957(0x223)]),_0x27950e(0x1,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x199)])),_0x27950e(0x2,_0x78fe8d[_0x3c7957(0xde)])],_0x2df045);let _0x16f050=class extends _0x78fe8d[_0x3c7957(0x17b)]{constructor(_0x3b9c4f,_0x319013,_0x1917e1,_0x54fd51,_0xe8d761,_0x10f243,_0x3a64f5,_0xa39ab,_0x31d8b3,_0x264870){const _0x153dd5=_0x3c7957;super(),this[_0x153dd5(0x276)]=_0x3b9c4f,this[_0x153dd5(0xfe)]=_0x319013,this[_0x153dd5(0x43f)]=_0x1917e1,this['_localeService']=_0x54fd51,this[_0x153dd5(0x3c7)]=_0xe8d761,this['_collaborationController']=_0x10f243,this[_0x153dd5(0x28f)]=_0x3a64f5,this[_0x153dd5(0x47d)]=_0xa39ab,this[_0x153dd5(0x4ac)]=_0x31d8b3,this[_0x153dd5(0x477)]=_0x264870,_0x44f061(this,_0x153dd5(0x176),null),this[_0x153dd5(0x200)]((0x0,_0x78fe8d[_0x153dd5(0x438)])(()=>this[_0x153dd5(0x41e)]())),this['_init']();}[_0x3c7957(0x2ef)](){const _0x1dc460=_0x3c7957;[_0x263f11,_0x3cfa08][_0x1dc460(0x146)](_0x4b5e9f=>this['disposeWithMe']((0x0,_0x78fe8d[_0x1dc460(0x438)])(this['_commandService'][_0x1dc460(0x41c)](_0x4b5e9f)))),this['_menuManagerService'][_0x1dc460(0x102)](_0x355ca3),this['disposeWithMe'](this[_0x1dc460(0x276)]['onCommandExecuted']((_0x496bea,_0x4196e0)=>{const _0x275526=_0x1dc460;if(_0x496bea['id']===_0xbae557[_0x275526(0x401)]['id']&&_0x2b1649(_0x496bea[_0x275526(0x418)])){let {revision:_0x781c80,unitId:_0x345f55}=_0x496bea['params'];this[_0x275526(0x3c7)][_0x275526(0x1d5)]({'content':this[_0x275526(0x210)]['t'](_0x275526(0x408)),'type':_0x547126['MessageType'][_0x275526(0x3dd)],'duration':0x1388});let _0xce6d7a=this[_0x275526(0x4a1)][_0x275526(0x2c1)](_0x345f55);if(!_0xce6d7a){this[_0x275526(0x1f5)]();return;}_0x4196e0!=null&&_0x4196e0[_0x275526(0x3f3)]?this['_handleRevertAcknowledgement'](_0xce6d7a,{'revision':_0x781c80,'unitId':_0x345f55},async()=>(setTimeout(()=>window['location']['reload']()),!0x0),!0x0):this['_handleRevertAcknowledgement'](_0xce6d7a,{'revision':_0x781c80,'unitId':_0x345f55},async()=>{const _0x30f460=_0x275526;let _0x560964=this[_0x30f460(0x4ac)][_0x30f460(0x241)](_0x78fe8d[_0x30f460(0xd2)][_0x30f460(0x306)]),_0x16969f=_0x560964==null?void 0x0:_0x560964[_0x30f460(0x446)]();if(!_0x16969f)return!0x1;this['_univerInstanceService']['disposeUnit'](_0x345f55);let _0x50d181=await this[_0x30f460(0x47d)][_0x30f460(0x116)](_0x345f55,_0x78fe8d['UniverInstanceType']['UNIVER_SHEET']);return _0x50d181&&_0x50d181 instanceof _0x78fe8d[_0x30f460(0x1b4)]?(await this['_setupSubUnitSync'](_0x50d181,_0x16969f[_0x30f460(0x1c3)]()),!0x0):!0x1;});}}));}[_0x3c7957(0x2cf)](_0x4af301,_0x17bbc0,_0x288fe0,_0x5c12c8=!0x1){const _0x441bd7=_0x3c7957;this[_0x441bd7(0x41e)]();let _0x16d679=(0x0,_0x15b6bc[_0x441bd7(0x1f3)])([_0x4af301[_0x441bd7(0x355)][_0x441bd7(0x42c)],_0x4af301['state$']])[_0x441bd7(0x26b)]((0x0,_0x15b6bc[_0x441bd7(0x147)])(([_0x5da3ce,_0x4c1028])=>_0x13e696(_0x5da3ce,_0x17bbc0)&&(_0x4c1028==null?void 0x0:_0x4c1028[_0x441bd7(0x2df)])===_0x4bd054[_0x441bd7(0x286)][_0x441bd7(0x2a8)]),(0x0,_0x15b6bc[_0x441bd7(0x105)])(0x1)),_0x55d218=_0x16d679;_0x5c12c8&&(_0x55d218=_0x16d679[_0x441bd7(0x26b)]((0x0,_0x15b6bc['timeout'])({'first':0x1388}))),this['_revertAcknowledgementSubscription']=_0x55d218[_0x441bd7(0x26b)]((0x0,_0x15b6bc[_0x441bd7(0x443)])(async()=>{const _0x28a121=_0x441bd7;let _0x16ddf6=await _0x288fe0();return _0x16ddf6&&(this['_historyManagerService'][_0x28a121(0x321)](),await this[_0x28a121(0x28f)]['exhaustSavingTask']()),_0x16ddf6;}),(0x0,_0x15b6bc['takeUntil'])(this[_0x441bd7(0x31b)]))[_0x441bd7(0x304)]({'next':_0x2db929=>{const _0x18d16c=_0x441bd7;this['_clearRevertAcknowledgement'](),_0x2db929||this[_0x18d16c(0x1f5)]();},'error':()=>{const _0x51c1ed=_0x441bd7;this[_0x51c1ed(0x41e)](),this['_showRevertFailed']();}});}[_0x3c7957(0x41e)](){const _0xcef3d1=_0x3c7957;var _0x20c013;(_0x20c013=this[_0xcef3d1(0x176)])==null||_0x20c013[_0xcef3d1(0x44b)](),this[_0xcef3d1(0x176)]=null;}[_0x3c7957(0x1f5)](){const _0x537cc3=_0x3c7957;this[_0x537cc3(0x3c7)][_0x537cc3(0x1d5)]({'content':this[_0x537cc3(0x210)]['t'](_0x537cc3(0x4d9)),'type':_0x547126[_0x537cc3(0x101)][_0x537cc3(0x1ca)],'duration':0xbb8});}async[_0x3c7957(0xe5)](_0xb31be8,_0x3aecdd){const _0xf898c9=_0x3c7957;await this[_0xf898c9(0x4c1)](_0xb31be8,_0x3aecdd),_0xb31be8['activeSheet$'][_0xf898c9(0x26b)]((0x0,_0x15b6bc['takeUntil'])(this[_0xf898c9(0x31b)]))[_0xf898c9(0x304)](_0x2e6fdb=>{const _0xd3aa1d=_0xf898c9;_0x2e6fdb&&this[_0xd3aa1d(0x31c)](_0x2e6fdb);}),this[_0xf898c9(0x477)]['urlChange$'][_0xf898c9(0x26b)]((0x0,_0x15b6bc['takeUntil'])(this[_0xf898c9(0x31b)]))[_0xf898c9(0x304)](()=>this[_0xf898c9(0x4c1)](_0xb31be8,_0x3aecdd));}[_0x3c7957(0x31c)](_0xd8714c,_0x1ef6f0=!0x1){const _0x101c93=_0x3c7957;let _0x241b27=this[_0x101c93(0x477)][_0x101c93(0x156)]('subunit');_0xd8714c[_0x101c93(0x1c3)]()!==_0x241b27&&this['_urlService']['setParam'](_0x101c93(0x237),_0xd8714c['getSheetId'](),_0x1ef6f0);}async[_0x3c7957(0x4c1)](_0x48136f,_0x526156){const _0x293b28=_0x3c7957;var _0x21d070;if(!_0x526156||!_0x48136f[_0x293b28(0x1e3)](_0x526156)){let _0x43227d=_0x48136f[_0x293b28(0x363)]()[0x0],_0x1e633b=_0x48136f['getSheetBySheetId'](_0x43227d);if(!_0x1e633b)return;this[_0x293b28(0x31c)](_0x1e633b,!0x0),await this['_commandService'][_0x293b28(0xda)](_0x5d1a47['SetWorksheetActivateCommand']['id'],{'unitId':_0x48136f['getUnitId'](),'subUnitId':_0x43227d});return;}((_0x21d070=_0x48136f[_0x293b28(0x446)]())==null?void 0x0:_0x21d070[_0x293b28(0x1c3)]())!==_0x526156&&await this[_0x293b28(0x276)][_0x293b28(0xda)](_0x5d1a47[_0x293b28(0x33b)]['id'],{'unitId':_0x48136f[_0x293b28(0x45a)](),'subUnitId':_0x526156});}};_0x16f050=_0x924a19([_0x27950e(0x0,_0x78fe8d[_0x3c7957(0x347)]),_0x27950e(0x1,_0x260e1c['IMenuManagerService']),_0x27950e(0x2,(0x0,_0x78fe8d['Inject'])(_0x1d033d)),_0x27950e(0x3,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x47f)])),_0x27950e(0x4,_0x260e1c[_0x3c7957(0x9a)]),_0x27950e(0x5,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x4bd054['CollaborationController'])),_0x27950e(0x6,_0x4bd054[_0x3c7957(0x39c)]),_0x27950e(0x7,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x4bd054['DataLoaderService'])),_0x27950e(0x8,_0x78fe8d[_0x3c7957(0x3e4)]),_0x27950e(0x9,_0x381421[_0x3c7957(0x43d)])],_0x16f050);let _0x45e932=class extends _0x78fe8d[_0x3c7957(0x415)]{constructor(_0x47fcb2=_0xb23752,_0x66c827,_0x27ee3c){const _0x1708d3=_0x3c7957;super(),this[_0x1708d3(0x18a)]=_0x47fcb2,this[_0x1708d3(0x15e)]=_0x66c827,this[_0x1708d3(0x3a6)]=_0x27ee3c;let {menu:_0x4573cd,..._0xd41d80}=(0x0,_0x78fe8d['merge'])({},_0xb23752,this[_0x1708d3(0x18a)]);_0x4573cd&&this[_0x1708d3(0x3a6)][_0x1708d3(0x4d2)]('menu',_0x4573cd,{'merge':!0x0}),this[_0x1708d3(0x3a6)]['setConfig'](_0x177520,_0xd41d80);}[_0x3c7957(0xf0)](){const _0x466ba6=_0x3c7957;this[_0x466ba6(0x15e)][_0x466ba6(0x132)]([_0x53ea20]),this['_injector']['get'](_0x53ea20),[[_0x1d033d],[_0x16f050]]['forEach'](_0xee24a4=>this[_0x466ba6(0x15e)][_0x466ba6(0x132)](_0xee24a4));}[_0x3c7957(0x412)](){this['_injector']['get'](_0x16f050);}};_0x44f061(_0x45e932,_0x3c7957(0x4b5),_0x3c7957(0xa1)),_0x44f061(_0x45e932,'packageName',_0x26f8b6),_0x44f061(_0x45e932,_0x3c7957(0x3f8),_0x1ac655),_0x44f061(_0x45e932,_0x3c7957(0x378),_0x78fe8d['UniverInstanceType'][_0x3c7957(0x306)]),_0x45e932=_0x924a19([(0x0,_0x78fe8d[_0x3c7957(0x35c)])(_0x1976d4['UniverLicensePlugin'],_0x5d1a47[_0x3c7957(0x40f)],_0x57ed84[_0x3c7957(0x359)],_0x4bd054['UniverCollaborationClientPlugin'],_0x381421[_0x3c7957(0x223)]),_0x27950e(0x1,(0x0,_0x78fe8d[_0x3c7957(0x1c4)])(_0x78fe8d[_0x3c7957(0x199)])),_0x27950e(0x2,_0x78fe8d[_0x3c7957(0xde)])],_0x45e932),_0x4e27d8[_0x3c7957(0x225)]=_0x177520,_0x4e27d8[_0x3c7957(0x451)]=_0x263f11,Object['defineProperty'](_0x4e27d8,_0x3c7957(0x20f),{'enumerable':!0x0,'get':function(){return _0x2df045;}}),Object[_0x3c7957(0x1c9)](_0x4e27d8,_0x3c7957(0x298),{'enumerable':!0x0,'get':function(){return _0x45e932;}});}));function _0x3200(_0x462955,_0x19c4f3){_0x462955=_0x462955-0x8f;const _0x4281cd=_0x4281();let _0x3200a9=_0x4281cd[_0x462955];return _0x3200a9;}function _0x4281(){const _0x21f748=['function','location','_updateVersions','M2.35\x202.4V4.9H4.85','INSERT','insertCol','univer-absolute\x20univer-left-[30px]\x20univer-top-0\x20univer-h-full\x20univer-w-2.5\x20rtl:univer-left-auto\x20rtl:univer-right-[30px]','decorate','setRowHeight','canRevert','UNIVER_SHEETS_HISTORY_VIEWER_MOBILE_PLUGIN','_sheetsFilterService','rev','historyPanelHidden','Loading','appliedStrokeWidth','removeTable','UniverDocsUIPlugin','univer-flex\x20univer-size-6\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-text-gray-400\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-700','AddPivotFieldMutation','sheets-history-ui.viewer.panel.revertConfirmText','IUniverInstanceService','resolve','_borderDiffs','RangeMergeUtil','createElement','_context','scroll','sheets-history-ui.viewer.panel.filterCollaborator','getDrawingByParam','getCoordByCell','clearInterval','UniverSheetsFormulaMobileUIPlugin','openPanel$','SheetSkeletonManagerService','every','fromCollab','1019270mDvCEV','_confirmService','_initPointerEvents','unionPivotViewRange','version','HideSheet','@univerjs-pro/sheets-history-ui','_renderCellRanges','moveCF','univer-h-1\x20univer-w-10\x20univer-rounded-full\x20univer-bg-gray-300\x20dark:!univer-bg-gray-600','COLUMN','isError','getRange','RevertRevisionMutation','COMPRESS_MUTATION_APPLY','selectVersion','ai-assistant-multi-icon_paint0_linear_236_415','userId','UniverProSheetsHistoryUi','useDependency','sheets-history-ui.loader.panel.reverting','removePivotTable','useState','DeleteSheetTableMutation','_highlightSecond','univer-flex\x20univer-min-h-6\x20univer-w-full\x20univer-items-center\x20univer-justify-between','IRemoteInstanceService','UniverSheetsPlugin','SetWorksheetRowHeightMutation','univer-bg-gray-0/70\x20dark:!univer-bg-gray-900/70\x20univer-fixed\x20univer-inset-0\x20univer-z-[1000]\x20univer-flex\x20univer-cursor-wait\x20univer-items-center\x20univer-justify-center\x20univer-backdrop-blur-sm','onSteady','SetWorksheetColumnCountMutation','MoveColsMutation','Plugin','save','_fetching$','params','name','interceptor','setTimeout','registerCommand','UniverSheetsDataValidationUIPlugin','_clearRevertAcknowledgement','UniverSheetsUIPlugin','AuthzIoHttpService','getUnitOnRev','getCurrentVersion','takeUntil','setRightToLeft','renameWorkbook','removeSheet','UniverSheetsNumfmt','_pluginMap','updateValuePosition','UniverRpc','6809PBFgmU','event$','univer-flex\x20univer-items-center\x20univer-justify-center\x20univer-py-4','userSpaceOnUse','[HistoryManagerService]:\x20Failed\x20to\x20load\x20history\x20revision.','setFilterCriteria','anonymous','UniverSheetSparklinePlugin','dateString','_diffColorService','objects','hasMore','UniverSheetsConditionalFormattingPlugin','toDisposable','updateShapeData','addRangeProtection','UniverSheetsDrawingMobileUIPlugin','/creators','IURLService','setOffsetY','_historyManagerService','updateChartConfig','_openPanel','getElementById','switchMap','historyUniver','cfId','getActiveSheet','currentVersion','UnitAction','IConfirmService','moveTo','unsubscribe','SheetsChartService','ArrowLeftIcon','menu','univer-flex-1','toPrimitive','ToggleEditHistoryOperation','ChartUpdateConfigMutation','getDirection','RibbonStartGroup','code','removeAttribute','getInterceptPoints','current','circle,\x20ellipse,\x20line,\x20path,\x20polygon,\x20polyline,\x20rect,\x20text,\x20textPath,\x20tspan,\x20use','getUnitId','FALSE','sheets-history-ui.viewer.action.','SetWorkbookNameMutation','M7.41252\x2010.6196C7.64683\x2010.3852\x207.64683\x2010.0053\x207.41252\x209.77103L6.77012\x209.12863H9.67836C9.89927\x209.12863\x2010.0784\x209.30772\x2010.0784\x209.52863V11.1953C10.0784\x2011.5267\x2010.347\x2011.7953\x2010.6784\x2011.7953C11.0097\x2011.7953\x2011.2784\x2011.5267\x2011.2784\x2011.1953V9.52863C11.2784\x208.64497\x2010.562\x207.92863\x209.67836\x207.92863H6.77012L7.41252\x207.28623C7.64683\x207.05191\x207.64683\x206.67201\x207.41252\x206.4377C7.1782\x206.20338\x206.79831\x206.20338\x206.56399\x206.4377L4.89732\x208.10437C4.66301\x208.33868\x204.66301\x208.71858\x204.89732\x208.95289L6.56399\x2010.6196C6.79831\x2010.8539\x207.1782\x2010.8539\x207.41252\x2010.6196Z','originalStrokeWidth','subUnitIds','getSelectedVersionIsCurrentVersion','init','priority','setPivotCollapse','univerContainerId','IUIPartsService','WorkbookViewHistoryPermission','Info','matrix(-1\x200\x200\x201\x2020\x200)','body','startDateString','IDrawingManagerService','showDiffMarks','loaded','univer-sticky\x20univer-top-0\x20univer-z-10\x20univer-mb-3\x20univer-flex\x20univer-items-center\x20univer-gap-2\x20univer-bg-gray-0\x20dark:!univer-bg-gray-200','univer-size-4','numeric','UniverDrawingMobileUIPlugin','univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-gap-1.5\x20univer-text-sm\x20univer-text-gray-600\x20dark:!univer-text-gray-200','addPivotField','attrs','_drawingManagerService','_urlService','mountHistoryContent','univer-history-container-mobile','UniverProSheetsSparkline','_createPalette','append','_dataLoaderService','workerURL','LocaleService','history-icon','time','720UCNOkD','sheets-history-ui.viewer.panel.filterAll','string','IDialogService','Fragment','deleteBorderRanges','arrowRow','_httpService','_lastLabel','_renderBorderRanges','setColCount','row','univer-mb-0.5\x20univer-flex\x20univer-items-center\x20univer-gap-2','loadSheet','_draw','RemoveSheetsChartMutation','SetColDataMutation','_versions$','copySheet','subType','currentVersion$','composePermission','getMenuHiddenObservable','keys','LoadingMultiIcon','SetRangeThemeMutation','SetNumfmtMutation','sheets-history-ui.viewer.panel.title','_drawHorizontalArrow','closeAll','CollaborationImageIoService','_collaborationController','updateDrawings','setRowData','UniverProSheetsSparklineUi','UI_PLUGIN_CONFIG_KEY','_extractRanges','recalcFilter','getMember','univer-text-gray-500','subscribeEvent','DeleteWorksheetRangeThemeStyleMutation','_univerInstanceService','call','univer-min-w-[240px]','getCurrentSkeleton','SetPivotCollapseMutation','endDateString','_handleOverlappingShapes','getPivotTableRangeInfo','IPermissionService','pluginName','SetDrawingApplyMutation','startRevCreateTime','terminate','triggerLoadVersions','AddDataValidationMutation','_createDrawingHighlight','univer-size-4\x20univer-shrink-0','univer-text-sm','univer-relative\x20univer-flex-1\x20univer-space-y-2\x20univer-pb-4','useEffect','_isBlinkVisible','_updateSubUnitFromURLParams','RangeProtectionPermissionEditPoint','prototype','none','getBoundingClientRect','direction','UniverSheetSparklineMobileUIPlugin','sheets-history-ui.viewer.header.revert','setColWidth','error','_initUniver','_unitCurrentVersionMap','triggerCustomVersions','_bindDrawingHighlightHover','observe','MenuItemType','stringify','setConfig','SetRowHiddenMutation','UniverProtocol','2-digit','endColumn','getPropertyValue','BooleanNumber','sheets-history-ui.loader.panel.revertFailed','historyPanelComponentKey','setRangeValues','ruleId','Failed\x20to\x20fetch\x20version\x20details:','lineTo','UniverDrawingPlugin','Checkbox','setDV','setSparkline','_cellEditorManagerService','updateFieldPosition','onPointerEnter$','SetWorksheetColWidthMutation','REMOVE','BuiltInUIPart','IMessageService','RemoveRowMutation','revertRevision$','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','univer-pointer-events-none\x20univer-absolute\x20univer-inset-0\x20univer-z-10\x20univer-flex\x20univer-flex-col\x20univer-justify-end','rtl','toString','UNIVER_SHEETS_HISTORY_UI_PLUGIN','clear','UniverSheetsHyperLinkPlugin','16EzdqYG','MoreDownIcon','getHistoryChangesets','OTHERS','UniverSheetsShapeMobileUIPlugin','linearGradient','sheetId','ConditionalFormattingRuleModel','univer-flex\x20univer-h-12\x20univer-cursor-default\x20univer-items-center\x20univer-justify-between\x20univer-px-3','renamePivotField','UniverSheetsMobileUIPlugin','span','absolute','mergeCells','loadingState$','url(#restore-icon_clip0_1247_2)','VIEW_MAIN','blocks','_sparklineDataSourceModel','univer-flex\x20univer-w-3\x20univer-items-center\x20univer-justify-center','command','loading-multi-icon','find','_getActiveSubUnitId','scrollToShape','createSheet','status$','_uiPartsService','ErrorCode','clsx','tableId','dateKit','univer-flex\x20univer-flex-1\x20univer-items-center\x20univer-justify-center','_setOverlappingShapesHovered','range','reload','registerDetailVersion','_color','flatMap','allRanges','_scrollToShape','toRgbString','_updateDiffMarks','univer-flex\x20univer-items-center\x20univer-gap-2.5\x20univer-pt-1.5\x20univer-text-sm\x20univer-font-medium','FloatImg','removeProperty','UniverInstanceType','univer-break-all\x20univer-font-medium\x20univer-text-gray-700\x20dark:!univer-text-gray-200','removeRow','arrowColumn','removeDiffMarks','_currentVersionDiff$','RemoveSheetsFilterMutation','SetSheetsFilterRangeMutation','executeCommand','ToggleGridlinesMutation','SetPivotFilterMutation','SheetsPivotTableConfigModel','IConfigService','xlink:href','_highlight','register','setDefaultStyle','UniverProLicense','RANGE_TYPE','_setupSubUnitSync','M11.3536\x206.14645C11.5488\x206.34171\x2011.5488\x206.65829\x2011.3536\x206.85355L8.35355\x209.85355C8.15829\x2010.0488\x207.84171\x2010.0488\x207.64645\x209.85355L4.64645\x206.85355C4.45118\x206.65829\x204.45118\x206.34171\x204.64645\x206.14645C4.84171\x205.95118\x205.15829\x205.95118\x205.35355\x206.14645L8\x208.79289L10.6464\x206.14645C10.8417\x205.95118\x2011.1583\x205.95118\x2011.3536\x206.14645Z','target','_initActiveSwitch','vertical','_selectionProtectionRuleModel','concat','SnapshotServerOverHTTPService','_syncViewerServices','historyAIassistantEnabled','UniverSheetsHyperLinkUi','onStarting','_openPanel$','delete','getViewport','addSparkline','deleteCellRanges','entered','SetPivotSortMutation','setTabColor','number','startRev','catch','action','UniverSheetsFilterPlugin','_menuManagerService','includes','editSheet','MessageType','mergeMenu','max','stop','take','defIds','_dataValidationModel','currentColor','ISidebarService','unitId','AddRangeProtectionMutation','SetWorksheetPermissionPointsMutation','setFrozen','changesets','hideDiffMarks','dispose','jsx','isSheetHidden','restore-icon','jsxs','_historyFetchService','loadUnit','_sheetSkeletonManagerService','UpdateSheetsShapeDataMutation','querySelectorAll','transformMutations','Subject','univer-flex\x20univer-items-center\x20univer-gap-3\x20univer-border-b\x20univer-border-gray-100\x20univer-px-4\x20univer-py-3\x20dark:!univer-border-gray-800','SetWorksheetRowIsAutoHeightMutation','idSuffix','_renderManagerService','getLocales','SetPivotOptionMutation','AddSheetSparklineMutation','removeDV','startRow','UniverSheetsNumfmtPlugin','_sheetTableService','UniverSheetSparklineUIPlugin','M1\x203.87476C1\x204.97933\x201.89543\x205.87476\x203\x205.87476L3\x207.67383C3\x208.7784\x203.89543\x209.67383\x205\x209.67383H5.5V13.5252C5.5\x2014.4089\x206.21634\x2015.1252\x207.1\x2015.1252H8.9C9.78366\x2015.1252\x2010.5\x2014.4089\x2010.5\x2013.5252V9.67383H11C12.1046\x209.67383\x2013\x208.7784\x2013\x207.67383V5.87476C14.1046\x205.87476\x2015\x204.97933\x2015\x203.87476V2.87476C15\x201.77019\x2014.1046\x200.874756\x2013\x200.874756H3C1.89543\x200.874756\x201\x201.77019\x201\x202.87476V3.87476ZM13\x202.07476H3C2.55817\x202.07476\x202.2\x202.43293\x202.2\x202.87476V3.87476C2.2\x204.31658\x202.55817\x204.67476\x203\x204.67476L13\x204.67383C13.4418\x204.67383\x2013.8\x204.31658\x2013.8\x203.87476V2.87476C13.8\x202.43293\x2013.4418\x202.07476\x2013\x202.07476ZM4.2\x207.67383V5.87476H11.8V7.67383C11.8\x208.11566\x2011.4418\x208.47383\x2011\x208.47383H5C4.55817\x208.47383\x204.2\x208.11566\x204.2\x207.67383ZM6.7\x209.67437H9.3V13.5252C9.3\x2013.7462\x209.12091\x2013.9252\x208.9\x2013.9252H7.1C6.87909\x2013.9252\x206.7\x2013.7462\x206.7\x2013.5252V9.67437Z','AiAssistantMultiIcon','getTableInfo','_currentVersion$','targetRange','UniverSheetsFormulaUi','getCurrentLocale','timeout','memberId','updateBorderRanges','add','sheets-history-ui.viewer.panel.filterAi','style','RemoveWorksheetMergeMutation','createUnit','showCol','now','onRendered','univer-flex\x20univer-cursor-pointer\x20univer-items-center\x20univer-gap-2\x20univer-px-3\x20univer-py-2\x20hover:univer-bg-gray-100\x20dark:hover:!univer-bg-gray-800','SHEET_VIEWPORT_KEY','getMatrix','_categorizeMutationRanges','bottom','SetPivotSubtotalTypeMutation','update','univer-max-h-[300px]\x20univer-overflow-y-auto\x20univer-py-1','getCurrentUnitCurrentVersion','createTime','getSheetObject','CollaborationController','forEach','filter','hasCommand','history-panel','setShapeProps','removeRangeTheme','sheets-history-ui.viewer.info.loading','_unitId$','connectInjector','exhaustSavingTask','hasAttribute','SheetTableService','_palette$','_members','sheet','transformSnapshotToWorkbookData','getParam','SetPivotPositionMutation','rxjs','M9.18035\x202.34502C9.21605\x202.15386\x209.31749\x201.9812\x209.46709\x201.85695C9.6167\x201.7327\x209.80504\x201.66469\x209.99951\x201.66469C10.194\x201.66469\x2010.3823\x201.7327\x2010.5319\x201.85695C10.6815\x201.9812\x2010.783\x202.15386\x2010.8187\x202.34502L11.6945\x206.97669C11.7567\x207.30598\x2011.9167\x207.60887\x2012.1537\x207.84583C12.3907\x208.08279\x2012.6936\x208.24282\x2013.0228\x208.30502L17.6545\x209.18085C17.8457\x209.21656\x2018.0183\x209.318\x2018.1426\x209.4676C18.2668\x209.6172\x2018.3348\x209.80555\x2018.3348\x2010C18.3348\x2010.1945\x2018.2668\x2010.3828\x2018.1426\x2010.5324C18.0183\x2010.682\x2017.8457\x2010.7835\x2017.6545\x2010.8192L13.0228\x2011.695C12.6936\x2011.7572\x2012.3907\x2011.9172\x2012.1537\x2012.1542C11.9167\x2012.3912\x2011.7567\x2012.6941\x2011.6945\x2013.0234L10.8187\x2017.655C10.783\x2017.8462\x2010.6815\x2018.0188\x2010.5319\x2018.1431C10.3823\x2018.2673\x2010.194\x2018.3353\x209.99951\x2018.3353C9.80504\x2018.3353\x209.6167\x2018.2673\x209.46709\x2018.1431C9.31749\x2018.0188\x209.21605\x2017.8462\x209.18035\x2017.655L8.30451\x2013.0234C8.24231\x2012.6941\x208.08228\x2012.3912\x207.84532\x2012.1542C7.60836\x2011.9172\x207.30547\x2011.7572\x206.97618\x2011.695L2.34451\x2010.8192C2.15335\x2010.7835\x201.98069\x2010.682\x201.85645\x2010.5324C1.7322\x2010.3828\x201.66418\x2010.1945\x201.66418\x2010C1.66418\x209.80555\x201.7322\x209.6172\x201.85645\x209.4676C1.98069\x209.318\x202.15335\x209.21656\x202.34451\x209.18085L6.97618\x208.30502C7.30547\x208.24282\x207.60836\x208.08279\x207.84532\x207.84583C8.08228\x207.60887\x208.24231\x207.30598\x208.30451\x206.97669L9.18035\x202.34502Z','ColorKit','IImageIoService','_renderArrowRanges','InsertColMutation','_injector','column','MoveSheet','_dialogService','reduce','IAuthzIoService','transform','_yieldToMain','fetching','UniverDesign','eventID','parseFloat','removeChart','UniverSheetsDataValidationUi','highlightRow','funnel-icon','SetSheetTableFilterMutation','UpdateDataValidationMutation','permissionPointUpdate$','HEADER','UniverProSheetsHistory','_internalWebWorker','RemoveDataValidationMutation','sheets-history-ui.viewer.action.revertSheetSuffix','_revertAcknowledgementSubscription','UniverSheetsShapePlugin','ensureVersion','-drawing-','ai-assistant-multi-icon','RxDisposable','set','useCallback','setLocale','M3.32508\x2011.7609C3.46644\x2011.8194\x203.64565\x2011.8194\x204.00407\x2011.8194H13.049L10.1235\x2014.745C9.87002\x2014.9984\x209.7433\x2015.1251\x209.68475\x2015.2665C9.60668\x2015.455\x209.60668\x2015.6668\x209.68475\x2015.8552C9.7433\x2015.9966\x209.87002\x2016.1233\x2010.1235\x2016.3768C10.3769\x2016.6302\x2010.5036\x2016.7569\x2010.645\x2016.8155C10.8335\x2016.8935\x2011.0452\x2016.8935\x2011.2337\x2016.8155C11.3751\x2016.7569\x2011.5018\x2016.6302\x2011.7552\x2016.3768L16.5105\x2011.6215C16.5524\x2011.5803\x2016.5983\x2011.5344\x2016.6493\x2011.4834L16.6495\x2011.4831C16.8561\x2011.2765\x2016.9785\x2011.1542\x2017.0484\x2011.0394C17.0648\x2011.0128\x2017.0782\x2010.9866\x2017.0893\x2010.9599C17.1674\x2010.7714\x2017.1674\x2010.5596\x2017.0893\x2010.3711C17.0308\x2010.2298\x2016.904\x2010.1031\x2016.6506\x209.84962C16.5685\x209.76752\x2016.4997\x209.69872\x2016.4394\x209.64123L11.7542\x204.95601C11.5007\x204.70257\x2011.374\x204.57585\x2011.2327\x204.5173C11.0442\x204.43923\x2010.8324\x204.43923\x2010.6439\x204.5173C10.5026\x204.57585\x2010.3758\x204.70257\x2010.1224\x204.95601L10.1224\x204.95601C9.86895\x205.20945\x209.74223\x205.33617\x209.68368\x205.47753C9.60561\x205.66601\x209.60561\x205.87779\x209.68368\x206.06627C9.74223\x206.20764\x209.86895\x206.33436\x2010.1224\x206.5878L13.0463\x209.51175H4.00407C3.64565\x209.51175\x203.46644\x209.51175\x203.32508\x209.5703C3.1366\x209.64837\x202.98685\x209.79812\x202.90877\x209.98661C2.85022\x2010.128\x202.85022\x2010.3072\x202.85022\x2010.6656C2.85022\x2011.024\x202.85022\x2011.2032\x202.90877\x2011.3446C2.98685\x2011.5331\x203.1366\x2011.6828\x203.32508\x2011.7609Z','Univer','primary','RenamePivotFieldMutation','UniverProCollaboration','merge','rule','red.800','object','all','borderBottomClassName','_config','has','deleteProtection','univer-ml-1\x20univer-flex\x20univer-flex-shrink-0\x20univer-items-center\x20univer-justify-center\x20univer-rounded\x20univer-border\x20univer-border-primary-600\x20univer-bg-primary-50\x20univer-px-1.5\x20univer-text-xs\x20univer-text-primary-600','endRevCreateTime','endRow','startColumn','moveRange','univer-px-3\x20univer-py-2\x20univer-text-sm\x20univer-font-semibold','ranges','position','UNIVER_SHEETS_HISTORY_VIEWER_PLUGIN','updatePivotFieldSource','UpdatePivotTableSourceRangeMutation','_loadParams','Injector','SetColHiddenMutation','FromArray','then','packageName','globalAlpha','Disposable','WorkbookRenameSheetPermission','BehaviorSubject','_historyUniver$','_transformMutationByOrder','_logService','getVersion','setDirection','updateBorder','additionalFields','_status$','rangeInfo','addRangeTheme','direction$','UniverDataValidationPlugin','viewportScrollX','columnData','some','addPivotTable','univer-h-12','drawingId','Workbook','active','[HistoryFetchService]:\x20request\x20snapshot\x20error!','rowHeaderWidth','children','UniverSheetsTablePlugin','UniverDataValidation','30wJKwmo','green.800','historyServerUrl','UniverUi','onPointerLeave$','CollaborationEvent','UniverSheetsDataValidation','onCommandExecuted','getSheetId','Inject','symbol','forwardRef','height','UniverMobileUIPlugin','defineProperty','Error','RemoveSheetSparklineMutation','sheets-history-ui.viewer.panel.currentUser','value','sheets-history-ui.config','svg','InsertRowMutation','_initDiffRender','setPivotSubtotalType','loadMoreVersions','getDialogs$','show','user','_registerLoadingMask','chartId','insertRow','setTheme','setInterval','historyUniver$','_registerHeader','DeleteRangeProtectionMutation','MoreRightIcon','RemoveNumfmtMutation','getSheets','UniverSheetsChartMobileUIPlugin','getSheetBySheetId','stroke','UpdateFieldPositionMutation','DataLoaderService','commands','pivotTableId','revision','SetWorksheetRowCountMutation','_sidebarDisposable','getAllPlugins','moveCols','strokeOpacity','SetRangeValuesMutation','loadInitialVersions','lastLabel','MoveConditionalRuleMutation','combineLatest','SetRowDataMutation','_showRevertFailed','deleteCF','_lastPointer','container','setTableFilter','_setVersions','updateCellRanges','isArray','UniverSheets','link','evenodd','disposeWithMe','darkMode$','sheets-history-ui.viewer.panel.currentVersion','localName','blockMeta','RemoveColMutation','strokeWidth','ISnapshotServerService','setCF','round','AddRangeThemeMutation','0\x200\x2016\x2016','stopPropagation','blue.800','univer-flex-1\x20univer-overflow-y-auto','UniverSheetsHistoryMobileUIPlugin','_localeService','getCurrentRangeDisable$','hide','SetWorksheetDefaultStyleMutation','sheets-history-ui.loader.panel.listFetchError','_drawVerticalArrow','registerRenderModule','useMemo','chartModelId','origin','OPERATION','isFinite','triggerRevert','iterator','colorChannel1','syncExecuteCommand','_themeService','M8.79993\x2014.0166C8.79993\x2014.4585\x208.44176\x2014.8166\x207.99993\x2014.8166C4.23529\x2014.8166\x201.18345\x2011.7648\x201.18345\x208.00017C1.18345\x204.23554\x204.23529\x201.18369\x207.99993\x201.1837C11.7646\x201.1837\x2014.8164\x204.23554\x2014.8164\x208.00017C14.8164\x208.442\x2014.4582\x208.80017\x2014.0164\x208.80017C13.5746\x208.80017\x2013.2164\x208.442\x2013.2164\x208.00017C13.2164\x205.11919\x2010.8809\x202.7837\x207.99993\x202.7837C5.11895\x202.7837\x202.78345\x205.11919\x202.78345\x208.00017C2.78345\x2010.8812\x205.11895\x2013.2166\x207.99993\x2013.2166C8.44176\x2013.2166\x208.79993\x2013.5748\x208.79993\x2014.0166Z','univer-flex\x20univer-h-12\x20univer-items-center\x20univer-border-b\x20univer-border-gray-200\x20univer-bg-gray-0\x20univer-px-4\x20dark:!univer-border-gray-700\x20dark:!univer-bg-gray-950','UniverCollaborationClientUIPlugin','_hasMore','SHEETS_HISTORY_UI_PLUGIN_CONFIG_KEY','ComponentManager','#0B9EFB','UpdateSheetsShapeTypeMutation','univer-animate-spin','RemovePivotTableMutation','_snapshotServerService','next','loading','getPropertyPriority','useRef','#0492ed','useLayoutEffect','sheets-history-ui.viewer.panel.listFetchError','Comment','defs','exited','UNIVER_SHEETS_HISTORY_MOBILE_UI_PLUGIN','subunit','registerPlugin','UniverNetworkPlugin','tag','setPivotOption','state$','currentTheme$','getConfig','insertBorder','endRev','getCurrentUnitOfType','users','_initPlugins','ThemeService','638VzdWgu','isTransformMutationsSuccess','RangeProtectionRuleModel','removePivotField','InsertSheetsShapeMutation','fetchCreatorList','fillStyle','versions$','SparklineDataSourceModel','univer-mt-1\x20univer-text-xs\x20univer-text-gray-500','date','univer-absolute\x20univer-left-0\x20univer-top-0\x20univer-h-full\x20univer-w-px\x20univer-bg-gray-100\x20rtl:univer-left-auto\x20rtl:univer-right-0\x20dark:!univer-bg-gray-800','_disposableCollection','_blinkIntervalTimer','ChartUpdateSourceConfigMutation','confirm-revert-revision','30348yskOFA','SheetCollabCursorShape','top','hideSheet','highlight','univer-history-container','getDeserializedSheetBlock','constructor','univer-animate-spin\x20univer-text-gray-400','[MobileHistoryLoaderService]:\x20Configure\x20a\x20valid\x20Univer\x20container\x20before\x20opening\x20history.','LOCALE_META','columnHeaderHeight','M2.35\x204.9C3.43963\x203.06782\x205.43849\x201.83984\x207.725\x201.83984C11.1768\x201.83984\x2013.975\x204.63806\x2013.975\x208.08984C13.975\x2011.5416\x2011.1768\x2014.3398\x207.725\x2014.3398C4.27322\x2014.3398\x201.475\x2011.5416\x201.475\x208.08984','_getAPIPrefix','getCellIndexByOffset','SetWorksheetNameMutation','push','addTable','getRuleById','getCoordRelativeToViewport','_rangeProtectionRuleModel','default','pipe','/cs?startRevision=','_transformService','#029dce','open','userIds','flat','element','_sidebarService','clearTimeout','0\x200\x2020\x2021','_commandService','InsertSheetMutation','invoke','4nmjcIZ','setPivotFieldFormat','true','UniverLicensePlugin','MoveRangeMutation','creators','restore','deleteWorksheetRangeTheme','removeAll','findAllRectangle','removeEventListener','ReorderRangeMutation','removeFilter','CollaborationStatus','left','restore-icon_clip0_1247_2','setPermissionPoints','\x20-\x20','triggerLoadSheet','WorksheetEditPermission','UniverSheetsFilterUi','path','_localCacheService','UniverSheetsFormulaPlugin','fetching$','SetSheetsFilterCriteriaMutation','assign','DeleteConditionalRuleMutation','RemovePivotFieldMutation','TRUE','mask','UniverSheetsHistoryUIPlugin','entries','getSubUnitId','_workbookDataCache','_dialogOptions$','[HistoryLoaderService]:\x20Configure\x20a\x20valid\x20Univer\x20container\x20before\x20opening\x20history.','abs','SetConditionalRuleMutation','onPointerMove$','UniverEngineRender','setPivotPosition','getFilterModel','onMouseMove','updatePermissionPoint','SetWorksheetRightToLeftMutation','exports.@univerjs/core.@univerjs/sheets.@univerjs-pro/collaboration.@univerjs-pro/collaboration-client.@univerjs-pro/engine-formula.@univerjs-pro/license.@univerjs-pro/sheets-chart.@univerjs-pro/sheets-chart-ui.@univerjs-pro/sheets-pivot.@univerjs-pro/sheets-shape.@univerjs-pro/sheets-shape-ui.@univerjs-pro/sheets-sparkline.@univerjs-pro/sheets-sparkline-ui.@univerjs/data-validation.@univerjs/design.@univerjs/docs.@univerjs/docs-ui.@univerjs/drawing.@univerjs/drawing-ui.@univerjs/engine-render.@univerjs/network.@univerjs/rpc.@univerjs/sheets-conditional-formatting.@univerjs/sheets-conditional-formatting-ui.@univerjs/sheets-data-validation.@univerjs/sheets-data-validation-ui.@univerjs/sheets-drawing.@univerjs/sheets-drawing-ui.@univerjs/sheets-filter.@univerjs/sheets-filter-ui.@univerjs/sheets-formula.@univerjs/sheets-formula-ui.@univerjs/sheets-hyper-link.@univerjs/sheets-hyper-link-ui.@univerjs/sheets-numfmt.@univerjs/sheets-table.@univerjs/sheets-ui.@univerjs/ui.rxjs.react.@univerjs/protocol.react/jsx-runtime.@univerjs-pro/collaboration-client-ui.@univerjs-pro/sheets-history','SYNCED','setWorksheetRangeTheme','RestoreIcon','UniverRenderEnginePlugin','useImperativeHandle','_initListener','makeDirty','data','CommandType','UniverProSheetsChartUi','mutations','zIndex','-detail-','UniverProCollaborationClientUi','HistoryIcon','setRangeProtection','IRenderManagerService','SetRowVisibleMutation','AddConditionalRuleMutation','setDrawingEditable','highlightColumn','_findOverlappingShapes','FunnelIcon','parent','_stopBlinking','getCollabEntity','_diffRangesMap','format','univerjs-icon\x20univerjs-icon-','getUnit','getColorFromTheme','__getInjector','split','groupIds','disposeUnit','\x20has\x20been\x20registered.','SetPivotFieldFormatMutation','univer-flex\x20univer-items-center\x20univer-justify-center','getSubunitRuleList','_handleRevertAcknowledgement','dir','parseProtocolChangeset','addObjects','UniverProFormulaEnginePlugin','getSparklineById','recoverTime','ghost','_compressMutationService','UniverSheetsDrawingUIPlugin','sheets-history-ui.loader.panel.title','SetWorksheetHideMutation','length','univer-truncate\x20univer-text-sm\x20univer-font-medium\x20univer-text-gray-800\x20dark:!univer-text-gray-200','_direction','sheets-history-ui.viewer.header.back','status','UniverDrawing','&endRevision=','_setWorksheetVisibility','block','palette$','univer-flex\x20univer-shrink-0\x20univer-cursor-pointer\x20univer-flex-col\x20univer-items-center\x20univer-py-2','M2.06678\x203.37926C2.0668\x201.94333\x203.23085\x200.779297\x204.66678\x200.779297H9.44256C10.1796\x200.779297\x2010.8821\x201.09213\x2011.3751\x201.63999L13.2659\x203.74079C13.6955\x204.21822\x2013.9333\x204.83779\x2013.9333\x205.4801V12.7126C13.9333\x2014.1486\x2012.7692\x2015.3126\x2011.3333\x2015.3126H4.66665C3.2307\x2015.3126\x202.06663\x2014.1486\x202.06665\x2012.7126L2.06678\x203.37926ZM4.66678\x201.9793C3.89359\x201.9793\x203.26679\x202.60609\x203.26678\x203.37928L3.26665\x2012.7126C3.26664\x2013.4858\x203.89344\x2014.1126\x204.66665\x2014.1126H11.3333C12.1065\x2014.1126\x2012.7333\x2013.4858\x2012.7333\x2012.7126V5.4801C12.7333\x205.44882\x2012.7322\x205.41764\x2012.7302\x205.3866H10.7985C9.91488\x205.3866\x209.19853\x204.67026\x209.19853\x203.78661V1.9793H4.66678ZM10.4832\x202.44275L12.0526\x204.1866H10.7985C10.5776\x204.1866\x2010.3985\x204.00752\x2010.3985\x203.78661V2.35649C10.4279\x202.38389\x2010.4561\x202.41266\x2010.4832\x202.44275Z','setProtection','_getSheetObject','join','sheets-history-ui.viewer.action.insertDrawing','categorizeMutationRanges','userID','debounce','map','_init','white','display','small','updateDrawing','UniverSheetsDrawingPlugin','key','get','m1Prime','1em','hidden','GLOBAL','transparent','getVersions','UniverSheetsPivotTablePlugin','whenReady','setPivotValueFilter','1077528gCGgIQ','_permissionService','setAlpha','load','subscribe','UniverSheetsDrawing','UNIVER_SHEET','loadingState','getSheetCommandTarget','formatIntl','width','setRangeTheme','loadHistoryCreatorList','closePath','sheets-history-ui.viewer.panel.cancel','_startBlinking','_getLabelHorizontalPosition','UniverDocsPlugin','updateTable','M6.14645\x204.64645C6.34171\x204.45118\x206.65829\x204.45118\x206.85355\x204.64645L9.85355\x207.64645C10.0488\x207.84171\x2010.0488\x208.15829\x209.85355\x208.35355L6.85355\x2011.3536C6.65829\x2011.5488\x206.34171\x2011.5488\x206.14645\x2011.3536C5.95118\x2011.1583\x205.95118\x2010.8417\x206.14645\x2010.6464L8.79289\x208L6.14645\x205.35355C5.95118\x205.15829\x205.95118\x204.84171\x206.14645\x204.64645Z','_setFetching','viewBox','stroke-width','transformByState','univer-text-center\x20univer-text-gray-500\x20dark:!univer-text-gray-400','univer-flex\x20univer-size-5\x20univer-cursor-pointer\x20univer-items-center\x20univer-justify-center','unmergeCells','dispose$','_updateURLWithCurrentState','UniverProSheetsChart','fetchThroughInterceptors','UniverCollaborationPlugin','_createUnit','unMountHistoryContent','YYYY-MM-DD','CONTENT','UpdateValuePositionMutation','insertSheet','setDarkMode','triggerDblclick','creators$','ROW','831756uzSLcN','cellValue','SetWorksheetActiveOperation','setColData','setFilter','arrowColumnRanges','_generateDiffMarks','RemoveSheetMutation','UniverSheetsHyperLinkMobileUIPlugin','lineWidth','color','currentVersionDiff$','ObjectMatrix','drawingIds','AddWorksheetMergeMutation','Rect','useObservable','SetWorksheetActivateCommand','more-right-icon','0\x200\x2020\x2020','horizontal','url(#ai-assistant-multi-icon_paint0_linear_236_415)','100%','M7.725\x204.9V8.45L10.2\x2010.65','_sheetPermissionInitController','DrawingApplyType','InsertSheetsChartMutation','label','hideCol','ICommandService','insertDrawings','UniverUIPlugin','sheets-history-ui.viewer.action.removeDrawing','div','ITransformService','ReCalcSheetsFilterMutation','_sheetsChartService','17885xwJoLV','_loadingState$','WorkbookHideSheetPermission','univer-absolute\x20univer-left-0\x20univer-top-1/2\x20univer-h-px\x20univer-w-2.5\x20-univer-translate-y-1/2\x20univer-bg-gray-100\x20rtl:univer-left-auto\x20rtl:univer-right-0\x20dark:!univer-bg-gray-800','fill','addEventListener','session','1300806FzAkzN','_blinkTimer','_sheetsPivotTableConfigModel','UniverSheetsHistoryPlugin','rules','univer-flex\x20univer-items-center\x20univer-justify-end\x20univer-gap-2\x20univer-p-2','DependentOn','displayName','_checkCanRevert','SetWorksheetRangeThemeStyleMutation','CompressMutationService','strokeStyle','UniverProSheetsShapeUi','getUnhiddenWorksheets','UniverSheetsDrawingUi','_revertRevision$','showRow','Dropdown','updatePivotSource','SheetPermissionInitController','_initPanel','Button','insert','url(#$1','boolean','deleteBorder','UniverSheetsFilter','UniverSheetsShapeUIPlugin','arrowRowRanges','getMutationActionMap','activeSheet$','from','_createStyle','Vector2','type','shapeId','_initRender','setPivotFilter','sparklineConfigMap','IMenuManagerService','evented','removeCol','SetPivotValueFilterMutation','_arrowDiffs','univer-absolute\x20univer-flex\x20univer-h-[calc(100%-32px)]\x20univer-w-[calc(100%-16px)]\x20univer-flex-col\x20univer-overflow-auto','UniverSheetsChartPlugin','moveRows','deleteRangeProtection','WorkbookRecoverHistoryPermission','_combineRanges','_applyWorkbookData','reorderRange','_versionDiffService','getRule','sheets-history-ui.viewer.panel.filterUser','currentLocale$','_cacheKey','_canRevert','deleteDrawings','_pointerMoveSubscription','univer-shrink-0\x20univer-rounded\x20univer-border\x20univer-border-primary-600\x20univer-bg-primary-50\x20univer-px-1.5\x20univer-py-0.5\x20univer-text-xs\x20univer-text-primary-600\x20dark:!univer-bg-transparent','sheets-history-ui.viewer.panel.aiAssistant','_updateWorksheetVisibility','appendChild','_detailVersionsMap','getScrollXYInfoByViewport','rowData','_renderDrawingHighlights','unknownUser','vectorEffect','ILocalCacheService','RemoveSheetsShapeMutation','_diffs','insertBorderRanges','updateChartSource','Edit','trim','_initContainer','LS_CONFIG_KEY','DeleteWorksheetProtectionMutation','_configService','insertCellRanges','setNumfmt','UniverRPCMainThreadPlugin','sheets-history-ui.viewer.panel.unknownUser','SetSheetTableMutation','registerComponent','ruleIds','subUnitId','versions','asObservable','insertChart','univer-relative\x20!univer-mb-0\x20!univer-mt-0','UpdatePivotFieldSourceInfoMutation','_conditionalFormattingRuleModel','UniverSheetsDataValidationPlugin','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','values','isReleased','AddPivotTableMutation','sourceRange','beginPath','getSelectedVersionCanRevert','_creators$','WorkbookEditablePermission','setRowAutoHeight','exitHistoryMode','sheets-history-ui.viewer.action.etc','highlightSecond','M7.20007\x201.98384C7.20007\x201.54201\x207.55824\x201.18384\x208.00007\x201.18384C11.7647\x201.18384\x2014.8165\x204.23568\x2014.8165\x208.00032C14.8165\x2011.765\x2011.7647\x2014.8168\x208.00007\x2014.8168C4.23543\x2014.8168\x201.18359\x2011.765\x201.18359\x208.00032C1.18359\x207.55849\x201.54177\x207.20031\x201.98359\x207.20031C2.42542\x207.20031\x202.78359\x207.55849\x202.78359\x208.00032C2.78359\x2010.8813\x205.11909\x2013.2168\x208.00007\x2013.2168C10.8811\x2013.2168\x2013.2165\x2010.8813\x2013.2165\x208.00032C13.2165\x205.11933\x2010.8811\x202.78384\x208.00007\x202.78384C7.55824\x202.78384\x207.20007\x202.42567\x207.20007\x201.98384Z','setProperty','univer-sticky\x20univer-top-0\x20univer-z-10\x20univer-bg-gray-50\x20univer-px-4\x20univer-py-2\x20univer-text-xs\x20univer-font-semibold\x20univer-text-gray-500\x20dark:!univer-bg-gray-900','univer-border-t\x20univer-border-gray-200\x20dark:!univer-border-gray-700','_messageService','currentSkeleton$','#00aba6','endRevision','hideRow','removeShape','use','http://www.w3.org/2000/svg'];_0x4281=function(){return _0x21f748;};return _0x4281();}