@univerjs-pro/edit-history-loader 0.25.1 → 1.0.0-alpha.1
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.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/components.controller.d.ts +7 -0
- package/lib/types/controllers/history-loader.controller.d.ts +2 -3
- package/lib/types/controllers/history-menu.d.ts +2 -1
- package/lib/types/controllers/mobile-history-loader.controller.d.ts +2 -3
- package/lib/types/index.d.ts +3 -3
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/mobile-plugin.d.ts +1 -1
- package/lib/types/plugin.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +44 -44
- /package/lib/types/{command → commands}/history.operate.d.ts +0 -0
- /package/lib/types/{controllers/config.schema.d.ts → config/config.d.ts} +0 -0
- /package/lib/types/{controllers/menu.schema.d.ts → menu/schema.d.ts} +0 -0
package/lib/types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export { ToggleEditHistoryOperation } from './
|
|
2
|
-
export type { IUniverEditHistoryLoaderConfig } from './
|
|
3
|
-
export { EDIT_HISTORY_LOADER_PLUGIN_CONFIG_KEY } from './
|
|
1
|
+
export { ToggleEditHistoryOperation } from './commands/history.operate';
|
|
2
|
+
export type { IUniverEditHistoryLoaderConfig } from './config/config';
|
|
3
|
+
export { EDIT_HISTORY_LOADER_PLUGIN_CONFIG_KEY } from './config/config';
|
|
4
4
|
export { UniverEditHistoryLoaderMobilePlugin } from './mobile-plugin';
|
|
5
5
|
export { UniverEditHistoryLoaderPlugin } from './plugin';
|
|
6
6
|
export { HistoryLoaderService, UNIVER_CONTAINER_ID_KEY, UNIVER_HISTORY_CONTAINER_ID } from './services/history-loader.service';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IUniverEditHistoryLoaderConfig } from './
|
|
1
|
+
import type { IUniverEditHistoryLoaderConfig } from './config/config';
|
|
2
2
|
import { IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
|
|
3
3
|
export declare class UniverEditHistoryLoaderMobilePlugin extends Plugin {
|
|
4
4
|
private readonly _config;
|
package/lib/types/plugin.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { IUniverEditHistoryLoaderConfig } from './
|
|
1
|
+
import type { IUniverEditHistoryLoaderConfig } from './config/config';
|
|
2
2
|
import { IConfigService, Injector, Plugin, UniverInstanceType } from '@univerjs/core';
|
|
3
3
|
export declare class UniverEditHistoryLoaderPlugin extends Plugin {
|
|
4
4
|
private readonly _config;
|
package/lib/umd/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function _0x52c2(){const _0x203c71=['0\x200\x2016\x2016','_selectionProtectionRuleModel','UniverNetwork','UniverProSheetsShapeUi','onSteady','RxDisposable','setTheme','RibbonStartGroup','7477856eicPtZ','__getInjector','workerURL','history-container','UniverSheetsConditionalFormatting','univer-history-container-mobile','unsubscribe','55178vEZvyS','Entered','UniverInstanceType','UniverSheetsDataValidationPlugin','UniverEditHistoryLoaderPlugin','setLocale','Univer','_initContainer','top','_initUniver','EDIT_HISTORY_LOADER_PLUGIN_CONFIG_KEY','UniverSheetsConditionalFormattingPlugin','UNIVER_CONTAINER_ID','idSuffix','UniverSheetsDrawing','Module','_componentManager','_localCacheService','triggerLoadVersions','data','edit-history-loader.panel.reverting','pipe','defineProperty','registerPlugin','_initPlugins','object','UniverDrawingPlugin','UniverSheetsPivotTablePlugin','UniverEngineFormula','_commandService','CollaborationController','revertRevision$','height','mountHistoryContent','getCollabEntity','flat','toDisposable','UniverRPCMainThreadPlugin','getParam','getCurrentLocale','_menuManagerService','permissionId','pluginName','UniverSheetsDataValidationMobileUIPlugin','prototype','historyPanelHidden','toPrimitive','values','UniverSheetsUi','dispose$','zIndex','Loading','HistoryModeStatus','_messageService','getElementById','7915885StSWln','UniverDrawingUIPlugin','removeAll','url(#history-icon_clip0_907_281)','historyListServerUrl','UniverDesign','getCurrentRangeDisable$','IAuthzIoService','Injector','session','getOwnPropertyDescriptor','some','UniverSheets','UniverSheetsTablePlugin','disposeWithMe','clear','get','historyPanelComponentKey','HistoryManagerService','UniverFormulaEnginePlugin','UniverNetworkPlugin','SYNCED','eventID','activeSheet$','register','setDarkMode','_config','registerCommand','UniverDocsUi','_localeService','every','display','fill','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','tag','4438398KPDxjc','svg','WorksheetEditPermission','UniverLicensePlugin','UniverSheetsMobileUIPlugin','version','url(#$1','AuthzIoHttpService','UniverDocsPlugin','62fAEAii','add','univer.operation.exit-edit-history','1em','UniverSheetsShapeUIPlugin','0.25.1','asObservable','ComponentManager','ThemeService','ISidebarService','UniverSheetsConditionalFormattingUIPlugin','symbol','_collaborationController','WorkbookEditablePermission','function','UniverProCollaboration','IDialogService','UniverProSheetsShape','UNIVER_SHEET','setConfig','entries','_historyManagerService','takeUntil','children','getSheetCommandTarget','UniverSheetsDrawingUi','_checkCanRevert','UniverProSheetsChart','UniverProLicense','set','assign','UniverSheetSparklinePlugin','appendChild','_univerInstanceService','unMountHistoryContent','Error','edit-history-loader.panel.title','_updateURLWithCurrentState','currentColor','BehaviorSubject','7518344uAeZuY','getUnit','Workbook','IMenuManagerService','status$','string','_pluginMap','event$','UniverSheetsPlugin','style','edit-history-loader.config','_injector','edit-history-loader.info.initializing','IConfigService','UniverDocsUIPlugin','Exited','fromCollab','HistoryIcon','UniverDataValidationPlugin','iterator','closeAll','UniverSheetsFormulaUi','default','UniverSheetsDrawingPlugin','7469790YAqmwX','_dataLoaderService','OPERATION','composePermission','packageName','currentTheme$','exhaustSavingTask','univerContainerId','UniverEngineRender','UniverSheetsDataValidationUi','OTHERS','white','call','xlink:href','IImageIoService','menu','length','terminate','UniverSheetsFormulaPlugin','CollaborationStatus','getUnitId','_configService','UniverMobileUIPlugin','div','dispose','edit-history-loader.panel.listFetchError','MenuItemType','getSheetBySheetId','UniverSheetsChartPlugin','ToggleEditHistoryOperation','params','dataset','defs','from','UniverSheetsFilter','100%','forEach','none','forwardRef','getActiveSheet','decorate','Inject','DataLoaderService','subscribe','UniverDrawingUi','DependentOn','value','map','colorChannel1','UniverEditHistoryLoaderMobilePlugin','WorkbookRecoverHistoryPermission','\x20has\x20been\x20registered.','UniverSheetsDrawingUIPlugin','7dDfXKO','urlChange$','UniverSheetsHyperLink','MobileHistoryLoaderService','UniverProCollaborationClientUi','M8.28291\x205.16293C8.28295\x204.83156\x208.01435\x204.5629\x207.68298\x204.56287C7.35161\x204.56283\x207.08295\x204.83143\x207.08291\x205.1628L7.08252\x208.63494C7.0825\x208.79881\x207.1495\x208.95555\x207.26796\x209.06877L9.70073\x2011.3939C9.94029\x2011.6228\x2010.3201\x2011.6142\x2010.549\x2011.3747C10.778\x2011.1351\x2010.7694\x2010.7553\x2010.5298\x2010.5263L8.28255\x208.37852L8.28291\x205.16293Z','20109267mpyOvm','HistoryLoaderService','edit-history-loader.panel.revertFailed','univer-container','constructor','getLocales','UNIVER_CONTAINER_ID_KEY','LS_CONFIG_KEY','attrs','UniverDataValidation','getAllPlugins','UniverCore','getMenuHiddenObservable','MessageType','onStarting','executeCommand','history-icon_clip0_907_281','mutations','IMessageService','UniverDrawing','DisposableCollection','defIds','_revertErrorTimer','UniverSheetsDataValidationUIPlugin','position','_updateSubUnitFromURLParams','combineLatest','_initListener','univerjs-icon\x20univerjs-icon-','_dialogService','show','toStringTag','UniverSheetsShapePlugin','width','@univerjs-pro/edit-history-loader','mask','onCommandExecuted','then','Disposable','_handleRevertAcknowledgement','IUniverInstanceService','getCurrentUnitOfType','type','location','getSheetId','block','React','triggerCustomVersions','UniverCollaborationPlugin','getSheets','_disposableCollection','CHANGESET_ACK','whenReady','substring','_historyUniver$','UniverSheetsConditionalFormattingUi','_urlService','UniverSheetsFormulaUIPlugin','univer.operation.toggle-edit-history','UniverSheetsFilterPlugin','_sidebarService','UniverSheetSparklineUIPlugin','disposeUnit','darkMode$','displayName','UniverProSheetsSparklineUi','path','Plugin','invoke','subunit','has','[HistoryLoaderService]:\x20Plugin\x20','historyUniver','history-icon','next','getSubunitRuleList','IRemoteInstanceService','UniverSheetsFilterUi','_permissionService','RangeProtectionPermissionEditPoint','rxjs','uComp','_themeService','setParam','UniverSheetsNumfmtPlugin','createElement','_init','getConfig','merge','use','UniverSheetsHyperLinkPlugin','UniverUIPlugin','LocaleService','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','http://www.w3.org/2000/svg','RevertRevisionMutation','SetWorksheetActivateCommand','state$','UniverDocs','UNIVER_UNKNOWN','_internalWebWorker','useRef','UniverSheetsHyperLinkUIPlugin','BUTTON','status','ICommandService','left','CollaborationEvent','current','_setupSubUnitSync','UniverSheetsChartUIPlugin','ILocalCacheService','close','CommandType','absolute','getUnhiddenWorksheets'];_0x52c2=function(){return _0x203c71;};return _0x52c2();}function _0x1ef0(_0xbb85ce,_0x1beea5){_0xbb85ce=_0xbb85ce-0x144;const _0x52c206=_0x52c2();let _0x1ef017=_0x52c206[_0xbb85ce];return _0x1ef017;}(function(_0x3401dd,_0x224515){const _0x4d29c3=_0x1ef0,_0x4b7810=_0x3401dd();while(!![]){try{const _0x3236bc=-parseInt(_0x4d29c3(0x249))/0x1*(-parseInt(_0x4d29c3(0x14b))/0x2)+parseInt(_0x4d29c3(0x2a3))/0x3+parseInt(_0x4d29c3(0x173))/0x4+-parseInt(_0x4d29c3(0x280))/0x5+-parseInt(_0x4d29c3(0x18b))/0x6*(parseInt(_0x4d29c3(0x1c0))/0x7)+parseInt(_0x4d29c3(0x242))/0x8+-parseInt(_0x4d29c3(0x1c6))/0x9;if(_0x3236bc===_0x224515)break;else _0x4b7810['push'](_0x4b7810['shift']());}catch(_0x53ab29){_0x4b7810['push'](_0x4b7810['shift']());}}}(_0x52c2,0xe5ee5),function(_0x323b7f,_0x28edc2){const _0x4d2a4b=_0x1ef0;typeof exports==_0x4d2a4b(0x262)&&typeof module<'u'?_0x28edc2(exports,require('@univerjs/core'),require('@univerjs/sheets'),require('@univerjs-pro/collaboration'),require('@univerjs-pro/collaboration-client'),require('@univerjs-pro/edit-history-viewer'),require('@univerjs-pro/license'),require('@univerjs-pro/sheets-chart'),require('@univerjs-pro/sheets-chart-ui'),require('@univerjs-pro/sheets-pivot'),require('@univerjs-pro/sheets-shape'),require('@univerjs-pro/sheets-shape-ui'),require('@univerjs-pro/sheets-sparkline'),require('@univerjs-pro/sheets-sparkline-ui'),require('@univerjs/data-validation'),require('@univerjs/design'),require('@univerjs/docs'),require('@univerjs/docs-ui'),require('@univerjs/drawing'),require('@univerjs/drawing-ui'),require('@univerjs/engine-formula'),require('@univerjs/engine-render'),require('@univerjs/network'),require('@univerjs/rpc'),require('@univerjs/sheets-conditional-formatting'),require('@univerjs/sheets-conditional-formatting-ui'),require('@univerjs/sheets-data-validation'),require('@univerjs/sheets-data-validation-ui'),require('@univerjs/sheets-drawing'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-filter'),require('@univerjs/sheets-filter-ui'),require('@univerjs/sheets-formula'),require('@univerjs/sheets-formula-ui'),require('@univerjs/sheets-hyper-link'),require('@univerjs/sheets-hyper-link-ui'),require('@univerjs/sheets-numfmt'),require('@univerjs/sheets-table'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('rxjs'),require('@univerjs-pro/collaboration-client-ui'),require('react')):typeof define==_0x4d2a4b(0x159)&&define['amd']?define('exports.@univerjs/core.@univerjs/sheets.@univerjs-pro/collaboration.@univerjs-pro/collaboration-client.@univerjs-pro/edit-history-viewer.@univerjs-pro/license.@univerjs-pro/sheets-chart.@univerjs-pro/sheets-chart-ui.@univerjs-pro/sheets-pivot.@univerjs-pro/sheets-shape.@univerjs-pro/sheets-shape-ui.@univerjs-pro/sheets-sparkline.@univerjs-pro/sheets-sparkline-ui.@univerjs/data-validation.@univerjs/design.@univerjs/docs.@univerjs/docs-ui.@univerjs/drawing.@univerjs/drawing-ui.@univerjs/engine-formula.@univerjs/engine-render.@univerjs/network.@univerjs/rpc.@univerjs/sheets-conditional-formatting.@univerjs/sheets-conditional-formatting-ui.@univerjs/sheets-data-validation.@univerjs/sheets-data-validation-ui.@univerjs/sheets-drawing.@univerjs/sheets-drawing-ui.@univerjs/sheets-filter.@univerjs/sheets-filter-ui.@univerjs/sheets-formula.@univerjs/sheets-formula-ui.@univerjs/sheets-hyper-link.@univerjs/sheets-hyper-link-ui.@univerjs/sheets-numfmt.@univerjs/sheets-table.@univerjs/sheets-ui.@univerjs/ui.rxjs.@univerjs-pro/collaboration-client-ui.react'['split']('.'),_0x28edc2):(_0x323b7f=typeof globalThis<'u'?globalThis:_0x323b7f||self,_0x28edc2(_0x323b7f['UniverProEditHistoryLoader']={},_0x323b7f[_0x4d2a4b(0x1d1)],_0x323b7f[_0x4d2a4b(0x28c)],_0x323b7f[_0x4d2a4b(0x15a)],_0x323b7f['UniverProCollaborationClient'],_0x323b7f['UniverProEditHistoryViewer'],_0x323b7f[_0x4d2a4b(0x167)],_0x323b7f[_0x4d2a4b(0x166)],_0x323b7f['UniverProSheetsChartUi'],_0x323b7f['UniverProSheetsPivot'],_0x323b7f[_0x4d2a4b(0x15c)],_0x323b7f[_0x4d2a4b(0x23d)],_0x323b7f['UniverProSheetsSparkline'],_0x323b7f[_0x4d2a4b(0x207)],_0x323b7f[_0x4d2a4b(0x1cf)],_0x323b7f[_0x4d2a4b(0x285)],_0x323b7f[_0x4d2a4b(0x228)],_0x323b7f[_0x4d2a4b(0x29c)],_0x323b7f[_0x4d2a4b(0x1d9)],_0x323b7f[_0x4d2a4b(0x1b7)],_0x323b7f[_0x4d2a4b(0x265)],_0x323b7f[_0x4d2a4b(0x193)],_0x323b7f[_0x4d2a4b(0x23c)],_0x323b7f['UniverRpc'],_0x323b7f[_0x4d2a4b(0x246)],_0x323b7f[_0x4d2a4b(0x1fd)],_0x323b7f['UniverSheetsDataValidation'],_0x323b7f[_0x4d2a4b(0x194)],_0x323b7f[_0x4d2a4b(0x257)],_0x323b7f[_0x4d2a4b(0x164)],_0x323b7f[_0x4d2a4b(0x1ad)],_0x323b7f[_0x4d2a4b(0x213)],_0x323b7f['UniverSheetsFormula'],_0x323b7f[_0x4d2a4b(0x188)],_0x323b7f[_0x4d2a4b(0x1c2)],_0x323b7f['UniverSheetsHyperLinkUi'],_0x323b7f['UniverSheetsNumfmt'],_0x323b7f['UniverSheetsTable'],_0x323b7f[_0x4d2a4b(0x279)],_0x323b7f['UniverUi'],_0x323b7f[_0x4d2a4b(0x216)],_0x323b7f[_0x4d2a4b(0x1c4)],_0x323b7f[_0x4d2a4b(0x1f4)]));}(this,function(_0x420f19,_0x3c94c0,_0x439ca9,_0x3aa7bd,_0x36b005,_0x427580,_0x4c9ae8,_0x11a738,_0x2195a5,_0x1232a5,_0x23545e,_0xe89110,_0x285e93,_0x252d57,_0x2852d7,_0x3654df,_0x365f97,_0x28cfa4,_0x413f1d,_0x4ad995,_0x1011d8,_0x487c14,_0x4cf1a2,_0x23e09e,_0x7ab83,_0x6459ed,_0x399974,_0x3aafb7,_0x1509d9,_0x318ec2,_0xf68838,_0x1779ff,_0x2453e3,_0x545f54,_0x14c3a8,_0x147ecb,_0x34d751,_0x4a068e,_0xee6799,_0x1e9ee3,_0xd2a689,_0x470060,_0x12413c){const _0x48825a=_0x1ef0;Object[_0x48825a(0x25f)](_0x420f19,Symbol[_0x48825a(0x1e5)],{'value':_0x48825a(0x258)});let _0x1894ca=_0x48825a(0x17d),_0x44c328={};function _0x509a30(_0x583408){'@babel/helpers - typeof';const _0x29bfc7=_0x48825a;return _0x509a30=typeof Symbol=='function'&&typeof Symbol[_0x29bfc7(0x186)]==_0x29bfc7(0x156)?function(_0x72c79b){return typeof _0x72c79b;}:function(_0x1adce6){const _0x494bbc=_0x29bfc7;return _0x1adce6&&typeof Symbol==_0x494bbc(0x159)&&_0x1adce6[_0x494bbc(0x1ca)]===Symbol&&_0x1adce6!==Symbol[_0x494bbc(0x275)]?'symbol':typeof _0x1adce6;},_0x509a30(_0x583408);}function _0x4fe7d6(_0x546078,_0x1a9336){const _0x318b28=_0x48825a;if(_0x509a30(_0x546078)!=_0x318b28(0x262)||!_0x546078)return _0x546078;var _0x56248f=_0x546078[Symbol[_0x318b28(0x277)]];if(_0x56248f!==void 0x0){var _0x259d89=_0x56248f[_0x318b28(0x197)](_0x546078,_0x1a9336||_0x318b28(0x189));if(_0x509a30(_0x259d89)!='object')return _0x259d89;throw TypeError(_0x318b28(0x2a1));}return(_0x1a9336===_0x318b28(0x178)?String:Number)(_0x546078);}function _0x4233a6(_0x2014fd){const _0x4ba478=_0x48825a;var _0xe51878=_0x4fe7d6(_0x2014fd,'string');return _0x509a30(_0xe51878)==_0x4ba478(0x156)?_0xe51878:_0xe51878+'';}function _0x29e9ee(_0x425b14,_0x1d175f,_0x2fdcc1){const _0x4e15aa=_0x48825a;return(_0x1d175f=_0x4233a6(_0x1d175f))in _0x425b14?Object[_0x4e15aa(0x25f)](_0x425b14,_0x1d175f,{'value':_0x2fdcc1,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x425b14[_0x1d175f]=_0x2fdcc1,_0x425b14;}function _0x2d9990(_0x1c59a1,_0x27a223){return function(_0x341d4d,_0x386662){_0x27a223(_0x341d4d,_0x386662,_0x1c59a1);};}function _0x82e3a8(_0x31fe7f,_0x5922b1,_0x537b7e,_0x326d96){const _0x1b06d8=_0x48825a;var _0x5b6bd6=arguments[_0x1b06d8(0x19b)],_0x21934b=_0x5b6bd6<0x3?_0x5922b1:_0x326d96===null?_0x326d96=Object[_0x1b06d8(0x28a)](_0x5922b1,_0x537b7e):_0x326d96,_0x379d6b;if(typeof Reflect==_0x1b06d8(0x262)&&typeof Reflect[_0x1b06d8(0x1b3)]==_0x1b06d8(0x159))_0x21934b=Reflect[_0x1b06d8(0x1b3)](_0x31fe7f,_0x5922b1,_0x537b7e,_0x326d96);else{for(var _0x47f6a2=_0x31fe7f[_0x1b06d8(0x19b)]-0x1;_0x47f6a2>=0x0;_0x47f6a2--)(_0x379d6b=_0x31fe7f[_0x47f6a2])&&(_0x21934b=(_0x5b6bd6<0x3?_0x379d6b(_0x21934b):_0x5b6bd6>0x3?_0x379d6b(_0x5922b1,_0x537b7e,_0x21934b):_0x379d6b(_0x5922b1,_0x537b7e))||_0x21934b);}return _0x5b6bd6>0x3&&_0x21934b&&Object[_0x1b06d8(0x25f)](_0x5922b1,_0x537b7e,_0x21934b),_0x21934b;}let _0x12f481=_0x48825a(0x255),_0x4e4169='univer-history-container',_0x2f1f30=class extends _0x3c94c0[_0x48825a(0x1ec)]{constructor(_0x46b73b,_0x3f24b1,_0x30a869,_0x682049,_0x39c722,_0x46cb08,_0x1b52d8,_0x1daeab,_0x1444a8,_0x567097){const _0x286d9d=_0x48825a;super(),this[_0x286d9d(0x29d)]=_0x46b73b,this['_univerInstanceService']=_0x3f24b1,this[_0x286d9d(0x1a0)]=_0x30a869,this['_commandService']=_0x682049,this[_0x286d9d(0x27e)]=_0x39c722,this['_permissionService']=_0x46cb08,this['_selectionProtectionRuleModel']=_0x1b52d8,this['_dialogService']=_0x1daeab,this['_sidebarService']=_0x1444a8,this[_0x286d9d(0x218)]=_0x567097,_0x29e9ee(this,'_historyUniver$',new _0xd2a689[(_0x286d9d(0x172))](null)),_0x29e9ee(this,'historyUniver$',this[_0x286d9d(0x1fc)][_0x286d9d(0x151)]()),_0x29e9ee(this,_0x286d9d(0x1f8),new _0x3c94c0[(_0x286d9d(0x1da))]()),_0x29e9ee(this,_0x286d9d(0x179),new Map()),_0x29e9ee(this,'_internalWebWorker',null),this['_init']();}get[_0x48825a(0x20e)](){const _0x352d0b=_0x48825a;return this[_0x352d0b(0x1fc)][_0x352d0b(0x1b9)];}['_init'](){const _0x198436=_0x48825a;this[_0x198436(0x250)](),this[_0x198436(0x261)]();}[_0x48825a(0x250)](){const _0x33d14c=_0x48825a;var _0x41f253;let _0x489cd5=(_0x41f253=this['_configService']['getConfig'](_0x33d14c(0x255)))==null?'univer-container':_0x41f253,_0x4098ed=document[_0x33d14c(0x27f)](_0x489cd5);if(!_0x4098ed)return;let _0x3e4176=document['createElement'](_0x33d14c(0x1a2));_0x3e4176['id']=_0x4e4169,_0x3e4176[_0x33d14c(0x1aa)][_0x33d14c(0x217)]=_0x33d14c(0x245),_0x3e4176[_0x33d14c(0x17c)][_0x33d14c(0x1de)]=_0x33d14c(0x238),_0x3e4176[_0x33d14c(0x17c)][_0x33d14c(0x251)]='0',_0x3e4176[_0x33d14c(0x17c)][_0x33d14c(0x230)]='0',_0x3e4176[_0x33d14c(0x17c)][_0x33d14c(0x1e7)]=_0x33d14c(0x1ae),_0x3e4176[_0x33d14c(0x17c)][_0x33d14c(0x269)]=_0x33d14c(0x1ae),_0x3e4176[_0x33d14c(0x17c)]['zIndex']='49',_0x3e4176[_0x33d14c(0x17c)][_0x33d14c(0x29f)]=_0x33d14c(0x1b0),_0x4098ed[_0x33d14c(0x16b)](_0x3e4176);}[_0x48825a(0x261)](){const _0x1fa633=_0x48825a;[[_0x487c14['UniverRenderEnginePlugin']],[_0x1e9ee3[_0x1fa633(0x221)],{'container':_0x4e4169,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x1e9ee3[_0x1fa633(0x15b)],null]]}],[_0x4cf1a2[_0x1fa633(0x294)]],[_0x413f1d['UniverDrawingPlugin'],{'override':[[_0x413f1d[_0x1fa633(0x199)],null]]}],[_0x365f97['UniverDocsPlugin'],{'hasScroll':!0x1}],[_0x28cfa4['UniverDocsUIPlugin']],[_0x34d751[_0x1fa633(0x21a)]],[_0x439ca9['UniverSheetsPlugin'],{'notExecuteFormula':!0x0}],[_0xee6799['UniverSheetsUIPlugin']],[_0x2453e3[_0x1fa633(0x19d)]],[_0x545f54[_0x1fa633(0x1ff)]],[_0x3aa7bd['UniverCollaborationPlugin']],[_0xf68838[_0x1fa633(0x201)]],[_0x1779ff['UniverSheetsFilterUIPlugin']],[_0x7ab83[_0x1fa633(0x254)]],[_0x6459ed[_0x1fa633(0x155)]],[_0x14c3a8[_0x1fa633(0x220)]],[_0x147ecb[_0x1fa633(0x22c)]],[_0x2852d7['UniverDataValidationPlugin']],[_0x399974[_0x1fa633(0x24c)]],[_0x3aafb7[_0x1fa633(0x1dd)]],[_0x1011d8[_0x1fa633(0x293)],{'notExecuteFormula':!0x0}],[_0x4ad995[_0x1fa633(0x281)]],[_0x1509d9[_0x1fa633(0x18a)]],[_0x318ec2[_0x1fa633(0x1bf)]],[_0x285e93[_0x1fa633(0x16a)]],[_0x252d57[_0x1fa633(0x203)]],[_0x11a738[_0x1fa633(0x1a7)]],[_0x2195a5['UniverSheetsChartUIPlugin']],[_0x23545e[_0x1fa633(0x1e6)]],[_0xe89110[_0x1fa633(0x14f)]],[_0x1232a5['UniverSheetsPivotTablePlugin'],{'notExecuteFormula':!0x0}],[_0x4a068e['UniverSheetsTablePlugin']]]['forEach'](([_0x457dee,_0x5e0ac6])=>this[_0x1fa633(0x260)](_0x457dee,_0x5e0ac6));}[_0x48825a(0x1a3)](){const _0x1a0da7=_0x48825a;super[_0x1a0da7(0x1a3)](),this[_0x1a0da7(0x16d)](),this[_0x1a0da7(0x179)][_0x1a0da7(0x28f)]();}[_0x48825a(0x260)](_0x20459f,_0x457909,_0x19f001){const _0x41a136=_0x48825a;if(this['_pluginMap'][_0x41a136(0x20c)](_0x20459f['pluginName'])&&!_0x19f001)throw Error(_0x41a136(0x20d)+_0x20459f[_0x41a136(0x273)]+_0x41a136(0x1be));this[_0x41a136(0x179)][_0x41a136(0x168)](_0x20459f[_0x41a136(0x273)],[_0x20459f,_0x457909]);}[_0x48825a(0x1d0)](){const _0x58fec9=_0x48825a;return Array[_0x58fec9(0x1ac)](this[_0x58fec9(0x179)][_0x58fec9(0x278)]());}['mountHistoryContent'](_0x55533c,_0x1bfcac){const _0x337322=_0x48825a;let _0x15c05c=document[_0x337322(0x27f)](_0x4e4169);_0x15c05c&&(_0x15c05c['style']['display']=_0x337322(0x1f3),this[_0x337322(0x252)](_0x55533c,_0x4e4169,_0x1bfcac));}[_0x48825a(0x16d)](){const _0x241651=_0x48825a;var _0x23f287;this[_0x241651(0x1f8)][_0x241651(0x1a3)](),(_0x23f287=this['historyUniver'])==null||_0x23f287[_0x241651(0x1a3)](),this[_0x241651(0x1fc)][_0x241651(0x210)](null);let _0x4df180=document[_0x241651(0x27f)](_0x4e4169);_0x4df180&&(_0x4df180['style']['display']=_0x241651(0x1b0),this[_0x241651(0x22a)]&&(this['_internalWebWorker'][_0x241651(0x19c)](),this[_0x241651(0x22a)]=null));}['_initUniver'](_0x111ff1,_0x24d1fc,_0x1fc2cd){const _0x5cb789=_0x48825a;var _0x20ce2c,_0x4be54b,_0x43897a,_0x33194e,_0x1b6462;if(this[_0x5cb789(0x20e)])return;let _0x406124=new _0x3c94c0[(_0x5cb789(0x24f))]({'locales':{[this[_0x5cb789(0x29d)][_0x5cb789(0x270)]()]:this[_0x5cb789(0x29d)][_0x5cb789(0x1cb)]()},'override':[[_0x3c94c0['IAuthzIoService'],{'useClass':_0x36b005[_0x5cb789(0x149)]}]]}),_0x35104c=_0x406124['__getInjector']();this[_0x5cb789(0x28e)](this[_0x5cb789(0x218)][_0x5cb789(0x205)][_0x5cb789(0x1b6)](_0x36afc9=>{const _0x1d0d80=_0x5cb789;_0x35104c[_0x1d0d80(0x290)](_0x3c94c0['ThemeService'])[_0x1d0d80(0x299)](_0x36afc9);})),this[_0x5cb789(0x28e)](this[_0x5cb789(0x218)][_0x5cb789(0x190)][_0x5cb789(0x1b6)](_0xaea624=>{const _0x35e24d=_0x5cb789;_0x35104c[_0x35e24d(0x290)](_0x3c94c0[_0x35e24d(0x153)])['setTheme'](_0xaea624);})),_0x35104c[_0x5cb789(0x290)](_0x3c94c0['LocaleService'])[_0x5cb789(0x24e)](this['_localeService'][_0x5cb789(0x270)]()),_0x35104c[_0x5cb789(0x290)](_0x3c94c0[_0x5cb789(0x180)])[_0x5cb789(0x15e)](_0x36b005[_0x5cb789(0x223)],this[_0x5cb789(0x1a0)][_0x5cb789(0x21d)](_0x36b005[_0x5cb789(0x223)]));let _0x448f94=this['_configService'][_0x5cb789(0x21d)](_0x4c9ae8[_0x5cb789(0x1cd)]);_0x448f94&&_0x406124[_0x5cb789(0x260)](_0x4c9ae8['UniverLicensePlugin'],{'license':_0x448f94['ls']});let _0x5e6d4e=(_0x20ce2c=this['_configService'][_0x5cb789(0x21d)](_0x5cb789(0x17d)))==null?void 0x0:_0x20ce2c[_0x5cb789(0x244)],_0xed1d98=!!_0x5e6d4e;_0xed1d98&&(this[_0x5cb789(0x22a)]=_0x5e6d4e instanceof Worker?_0x5e6d4e:null,_0x406124[_0x5cb789(0x260)](_0x23e09e[_0x5cb789(0x26e)],{'workerURL':_0x5e6d4e})),this[_0x5cb789(0x179)][_0x5cb789(0x1af)](([_0x2f7ee2,_0x2eca98])=>{_0x406124['registerPlugin'](_0x2f7ee2,_0x2eca98);}),_0x406124['registerPlugin'](_0x427580['UniverEditHistoryViewerPlugin'],{'historyListServerUrl':(_0x4be54b=this[_0x5cb789(0x1a0)][_0x5cb789(0x21d)](_0x5cb789(0x17d)))==null?void 0x0:_0x4be54b[_0x5cb789(0x284)],'historyPanelComponentKey':(_0x43897a=this[_0x5cb789(0x1a0)][_0x5cb789(0x21d)]('edit-history-loader.config'))==null?void 0x0:_0x43897a[_0x5cb789(0x291)],'historyPanelHidden':(_0x33194e=this[_0x5cb789(0x1a0)][_0x5cb789(0x21d)](_0x5cb789(0x17d)))==null?void 0x0:_0x33194e[_0x5cb789(0x276)],'historyAIassistantEnabled':(_0x1b6462=this[_0x5cb789(0x1a0)][_0x5cb789(0x21d)](_0x5cb789(0x17d)))==null?void 0x0:_0x1b6462['historyAIassistantEnabled']}),_0x35104c[_0x5cb789(0x20a)](_0x6f35fb=>{const _0x1e1ae0=_0x5cb789;this[_0x1e1ae0(0x1e1)](_0x6f35fb,_0x111ff1);}),this['_historyUniver$'][_0x5cb789(0x210)](_0x406124);let _0x11873a=_0x35104c['get'](_0x427580[_0x5cb789(0x292)]),_0x1b8705=this[_0x5cb789(0x165)](_0x111ff1),_0x53a085=()=>{const _0x2e123f=_0x5cb789;_0x1fc2cd?_0x11873a['triggerCustomVersions'](_0x111ff1,_0x24d1fc,_0x1b8705,_0x1fc2cd):_0x11873a[_0x2e123f(0x25b)](_0x111ff1,_0x24d1fc,_0x1b8705);};if(this[_0x5cb789(0x27e)][_0x5cb789(0x1e4)]({'content':this['_localeService']['t'](_0x5cb789(0x17f)),'type':_0x3654df[_0x5cb789(0x1d3)][_0x5cb789(0x27c)]}),_0xed1d98)try{_0x35104c['get'](_0x23e09e[_0x5cb789(0x212)])['whenReady']()[_0x5cb789(0x1eb)](()=>{_0x53a085();});}catch{_0x53a085();}else _0x53a085();}[_0x48825a(0x1e1)](_0x452876,_0x3b0907){const _0x2a0ed6=_0x48825a;let _0x1ef5c6=_0x452876[_0x2a0ed6(0x290)](_0x427580[_0x2a0ed6(0x292)]);this['_disposableCollection']['add'](_0x1ef5c6[_0x2a0ed6(0x177)][_0x2a0ed6(0x1b6)](_0xc380f7=>{const _0x2f661f=_0x2a0ed6;switch(_0xc380f7){case _0x427580[_0x2f661f(0x27d)]['Entered']:this[_0x2f661f(0x1e3)]['closeAll'](),this[_0x2f661f(0x202)][_0x2f661f(0x236)]();break;case _0x427580[_0x2f661f(0x27d)][_0x2f661f(0x182)]:this['_commandService'][_0x2f661f(0x1d5)](_0x3afd2f['id']),this['unMountHistoryContent']();break;case _0x427580['HistoryModeStatus'][_0x2f661f(0x16e)]:this[_0x2f661f(0x16d)](),this[_0x2f661f(0x27e)][_0x2f661f(0x1e4)]({'content':this[_0x2f661f(0x29d)]['t']('edit-history-loader.panel.listFetchError'),'type':_0x3654df[_0x2f661f(0x1d3)][_0x2f661f(0x16e)],'duration':0xbb8});break;default:break;}})),this[_0x2a0ed6(0x1f8)][_0x2a0ed6(0x14c)](_0x1ef5c6[_0x2a0ed6(0x268)]['subscribe'](async _0x27a95c=>{const _0x3fef11=_0x2a0ed6;_0x27a95c&&this[_0x3fef11(0x266)][_0x3fef11(0x1d5)](_0x3aa7bd[_0x3fef11(0x225)]['id'],{'unitId':_0x3b0907,'revision':_0x27a95c});}));}[_0x48825a(0x165)](_0x3ab0d3){const _0x545ae2=_0x48825a;let _0x564ea9=this[_0x545ae2(0x16c)][_0x545ae2(0x174)](_0x3ab0d3)[_0x545ae2(0x1f7)]()[_0x545ae2(0x1ba)](_0x51fae6=>_0x51fae6[_0x545ae2(0x1f2)]()),_0x169f05=new _0x439ca9[(_0x545ae2(0x158))](_0x3ab0d3)['id'],_0x4993a6=_0x564ea9['map'](_0x5787d4=>new _0x439ca9[(_0x545ae2(0x144))](_0x3ab0d3,_0x5787d4)['id']),_0x19ca20=_0x564ea9[_0x545ae2(0x1ba)](_0x4e5ae9=>this[_0x545ae2(0x23b)]['getSubunitRuleList'](_0x3ab0d3,_0x4e5ae9)[_0x545ae2(0x1ba)](_0x85fe0d=>new _0x439ca9[(_0x545ae2(0x215))](_0x3ab0d3,_0x4e5ae9,_0x85fe0d[_0x545ae2(0x272)])['id']))[_0x545ae2(0x26c)](),_0x38f930=new _0x439ca9[(_0x545ae2(0x1bd))](_0x3ab0d3)['id'];return this[_0x545ae2(0x214)][_0x545ae2(0x18e)]([_0x169f05,..._0x4993a6,..._0x19ca20,_0x38f930])[_0x545ae2(0x29e)](_0x438635=>!!_0x438635[_0x545ae2(0x1b9)]);}};_0x2f1f30=_0x82e3a8([_0x2d9990(0x0,(0x0,_0x3c94c0['Inject'])(_0x3c94c0['LocaleService'])),_0x2d9990(0x1,_0x3c94c0[_0x48825a(0x1ee)]),_0x2d9990(0x2,_0x3c94c0[_0x48825a(0x180)]),_0x2d9990(0x3,_0x3c94c0[_0x48825a(0x22f)]),_0x2d9990(0x4,_0x1e9ee3[_0x48825a(0x1d8)]),_0x2d9990(0x5,_0x3c94c0['IPermissionService']),_0x2d9990(0x6,(0x0,_0x3c94c0['Inject'])(_0x439ca9['RangeProtectionRuleModel'])),_0x2d9990(0x7,(0x0,_0x3c94c0['Inject'])(_0x1e9ee3[_0x48825a(0x15b)])),_0x2d9990(0x8,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x1e9ee3['ISidebarService'])),_0x2d9990(0x9,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x3c94c0['ThemeService']))],_0x2f1f30);let _0x39d9e5={'id':_0x48825a(0x200),'type':_0x3c94c0[_0x48825a(0x237)][_0x48825a(0x18d)],'handler':_0x209d86=>{const _0x2afbfd=_0x48825a;let _0x397089=_0x209d86[_0x2afbfd(0x290)](_0x2f1f30),{unitId:_0x23ead4}=(0x0,_0x439ca9[_0x2afbfd(0x163)])(_0x209d86[_0x2afbfd(0x290)](_0x3c94c0[_0x2afbfd(0x1ee)]))||{};return _0x23ead4?(_0x397089[_0x2afbfd(0x26a)](_0x23ead4),!0x0):!0x1;}},_0x3afd2f={'id':_0x48825a(0x14d),'type':_0x3c94c0[_0x48825a(0x237)]['OPERATION'],'handler':()=>!0x0};var _0x1a2eed=_0x48825a(0x1e8),_0xfa7619=_0x48825a(0x150);function _0x51cb33({ref:_0x3e690e,..._0x57d24d}){const _0x272689=_0x48825a;let {icon:_0x32cd00,id:_0x51c16c,className:_0x421728,extend:_0x4395e1,..._0x185c1e}=_0x57d24d,_0x616245=(_0x272689(0x1e2)+_0x51c16c+'\x20'+(_0x421728||''))['trim'](),_0x307cdf=(0x0,_0x12413c[_0x272689(0x22b)])('_'+_0xa6df11());return _0x40bb23(_0x32cd00,''+_0x51c16c,{'defIds':_0x32cd00[_0x272689(0x1db)],'idSuffix':_0x307cdf[_0x272689(0x232)]},{'ref':_0x3e690e,'className':_0x616245,..._0x185c1e},_0x4395e1);}function _0x40bb23(_0x2e9bbf,_0x159955,_0x1f69ad,_0x54a07c,_0x25d109){const _0x10fe4a=_0x48825a;return(0x0,_0x12413c[_0x10fe4a(0x21b)])(_0x2e9bbf[_0x10fe4a(0x2a2)],{'key':_0x159955,..._0x1529e8(_0x2e9bbf,_0x1f69ad,_0x25d109),..._0x54a07c},(_0x52a7df(_0x2e9bbf,_0x1f69ad)['children']||[])[_0x10fe4a(0x1ba)]((_0x283872,_0x5d7938)=>_0x40bb23(_0x283872,_0x159955+'-'+_0x2e9bbf['tag']+'-'+_0x5d7938,_0x1f69ad,void 0x0,_0x25d109)));}function _0x1529e8(_0x1d3ac9,_0x6634ed,_0x44c123){const _0x16d59e=_0x48825a;let _0x26b780={..._0x1d3ac9[_0x16d59e(0x1ce)]};_0x44c123!=null&&_0x44c123['colorChannel1']&&_0x26b780[_0x16d59e(0x2a0)]===_0x16d59e(0x1bb)&&(_0x26b780['fill']=_0x44c123[_0x16d59e(0x1bb)]),_0x1d3ac9[_0x16d59e(0x2a2)]===_0x16d59e(0x1e9)&&_0x26b780['id']&&(_0x26b780['id']+=_0x6634ed[_0x16d59e(0x256)]),Object[_0x16d59e(0x15f)](_0x26b780)[_0x16d59e(0x1af)](([_0xbfa0e6,_0x41d45f])=>{const _0x327411=_0x16d59e;_0xbfa0e6===_0x327411(0x1e9)&&typeof _0x41d45f==_0x327411(0x178)&&(_0x26b780[_0xbfa0e6]=_0x41d45f['replace'](/url\(#(.*)\)/,_0x327411(0x148)+_0x6634ed[_0x327411(0x256)]+')'));});let {defIds:_0x15058e}=_0x6634ed;return!_0x15058e||_0x15058e[_0x16d59e(0x19b)]===0x0?_0x26b780:(_0x1d3ac9[_0x16d59e(0x2a2)]===_0x16d59e(0x21f)&&_0x26b780[_0x16d59e(0x198)]&&(_0x26b780[_0x16d59e(0x198)]+=_0x6634ed[_0x16d59e(0x256)]),Object[_0x16d59e(0x15f)](_0x26b780)[_0x16d59e(0x1af)](([_0x13fa4e,_0xd9e25])=>{const _0xd67388=_0x16d59e;typeof _0xd9e25==_0xd67388(0x178)&&(_0x26b780[_0x13fa4e]=_0xd9e25['replace'](/url\(#(.*)\)/,'url(#$1'+_0x6634ed[_0xd67388(0x256)]+')'));}),_0x26b780);}function _0x52a7df(_0x131c90,_0x9722e6){const _0x42418b=_0x48825a;var _0x1b5e03;let {defIds:_0x59e83d}=_0x9722e6;return!_0x59e83d||_0x59e83d[_0x42418b(0x19b)]===0x0?_0x131c90:_0x131c90[_0x42418b(0x2a2)]===_0x42418b(0x1ab)&&(_0x1b5e03=_0x131c90[_0x42418b(0x162)])!=null&&_0x1b5e03[_0x42418b(0x19b)]?{..._0x131c90,'children':_0x131c90['children'][_0x42418b(0x1ba)](_0x5da65d=>typeof _0x5da65d[_0x42418b(0x1ce)]['id']==_0x42418b(0x178)&&_0x59e83d&&_0x59e83d['includes'](_0x5da65d[_0x42418b(0x1ce)]['id'])?{..._0x5da65d,'attrs':{..._0x5da65d[_0x42418b(0x1ce)],'id':_0x5da65d[_0x42418b(0x1ce)]['id']+_0x9722e6['idSuffix']}}:_0x5da65d)}:_0x131c90;}function _0xa6df11(){const _0x46788b=_0x48825a;return Math['random']()['toString'](0x24)[_0x46788b(0x1fb)](0x2,0x8);}_0x51cb33[_0x48825a(0x206)]='UniverIcon';let _0x10ea45={'tag':_0x48825a(0x2a4),'attrs':{'xmlns':_0x48825a(0x224),'fill':_0x48825a(0x1b0),'viewBox':_0x48825a(0x23a),'width':_0x48825a(0x14e),'height':_0x48825a(0x14e)},'children':[{'tag':'g','attrs':{'fill':_0x48825a(0x171),'clipPath':_0x48825a(0x283)},'children':[{'tag':'path','attrs':{'d':'M4.45388\x204.14989H3.52896C4.61144\x202.8939\x206.21319\x202.0999\x207.9999\x202.0999C11.2584\x202.0999\x2013.8999\x204.74142\x2013.8999\x207.9999C13.8999\x2011.2584\x2011.2584\x2013.8999\x207.9999\x2013.8999C4.74142\x2013.8999\x202.0999\x2011.2584\x202.0999\x207.9999C2.0999\x207.66853\x201.83127\x207.3999\x201.4999\x207.3999C1.16853\x207.3999\x200.899902\x207.66853\x200.899902\x207.9999C0.899902\x2011.9211\x204.07868\x2015.0999\x207.9999\x2015.0999C11.9211\x2015.0999\x2015.0999\x2011.9211\x2015.0999\x207.9999C15.0999\x204.07868\x2011.9211\x200.899902\x207.9999\x200.899902C5.88709\x200.899902\x203.9903\x201.82298\x202.69023\x203.28636V2.38625C2.69023\x202.05488\x202.42161\x201.78625\x202.09023\x201.78625C1.75886\x201.78625\x201.49023\x202.05488\x201.49023\x202.38625V4.74989C1.49023\x205.08126\x201.75886\x205.34989\x202.09023\x205.34989H4.45388C4.78525\x205.34989\x205.05388\x205.08126\x205.05388\x204.74989C5.05388\x204.41851\x204.78525\x204.14989\x204.45388\x204.14989Z'}},{'tag':_0x48825a(0x208),'attrs':{'d':_0x48825a(0x1c5)}}]},{'tag':_0x48825a(0x1ab),'attrs':{},'children':[{'tag':'clipPath','attrs':{'id':'history-icon_clip0_907_281'},'children':[{'tag':_0x48825a(0x208),'attrs':{'fill':_0x48825a(0x196),'d':'M0\x200H16V16H0z'}}]}]}],'defIds':[_0x48825a(0x1d6)]},_0x5938f1=(0x0,_0x12413c[_0x48825a(0x1b1)])(function(_0x589889,_0x5c5dcb){const _0x109f69=_0x48825a;return(0x0,_0x12413c['createElement'])(_0x51cb33,Object[_0x109f69(0x169)]({},_0x589889,{'id':_0x109f69(0x20f),'ref':_0x5c5dcb,'icon':_0x10ea45}));});_0x5938f1[_0x48825a(0x206)]='HistoryIcon';function _0x253403(_0xd89b7e){const _0x472692=_0x48825a;return{'id':_0x39d9e5['id'],'type':_0x1e9ee3[_0x472692(0x1a5)][_0x472692(0x22d)],'icon':_0x472692(0x184),'tooltip':_0x472692(0x16f),'hidden$':(0x0,_0x1e9ee3[_0x472692(0x1d2)])(_0xd89b7e,_0x3c94c0[_0x472692(0x24b)][_0x472692(0x15d)]),'disabled$':(0x0,_0xee6799[_0x472692(0x286)])(_0xd89b7e,{'workbookTypes':[_0x439ca9['WorkbookViewHistoryPermission']],'worksheetTypes':[],'rangeTypes':[]})};}let _0x332d49={[_0x1e9ee3[_0x48825a(0x241)][_0x48825a(0x195)]]:{[_0x39d9e5['id']]:{'order':0.2,'menuItemFactory':_0x253403}}},_0x1db700=class extends _0x3c94c0['RxDisposable']{constructor(_0x1ae691,_0x592440,_0x5cb8b5,_0x5c160a,_0x1c6bad,_0x2c5795,_0x3cc723,_0x2c4585,_0x4a6f2d,_0x421f0f,_0xcb216f){const _0x1a6f8b=_0x48825a;super(),this['_commandService']=_0x1ae691,this[_0x1a6f8b(0x271)]=_0x592440,this[_0x1a6f8b(0x259)]=_0x5cb8b5,this[_0x1a6f8b(0x160)]=_0x5c160a,this[_0x1a6f8b(0x29d)]=_0x1c6bad,this[_0x1a6f8b(0x27e)]=_0x2c5795,this['_collaborationController']=_0x3cc723,this[_0x1a6f8b(0x25a)]=_0x2c4585,this['_dataLoaderService']=_0x4a6f2d,this[_0x1a6f8b(0x16c)]=_0x421f0f,this['_urlService']=_0xcb216f,_0x29e9ee(this,'_revertErrorTimer',null),this[_0x1a6f8b(0x21c)]();}[_0x48825a(0x21c)](){const _0x305830=_0x48825a;[_0x39d9e5,_0x3afd2f]['forEach'](_0x36edcd=>this['disposeWithMe']((0x0,_0x3c94c0[_0x305830(0x26d)])(this[_0x305830(0x266)][_0x305830(0x29b)](_0x36edcd)))),this[_0x305830(0x28e)](this['_componentManager'][_0x305830(0x298)]('HistoryIcon',_0x5938f1)),this[_0x305830(0x271)]['mergeMenu'](_0x332d49),this[_0x305830(0x28e)](this[_0x305830(0x266)][_0x305830(0x1ea)](async(_0x218719,_0x40c0dd)=>{const _0x31b2ec=_0x305830;if(_0x218719['id']===_0x3aa7bd[_0x31b2ec(0x225)]['id']){let {unitId:_0x4976f6}=_0x218719[_0x31b2ec(0x1a9)];this['_messageService']['show']({'content':this['_localeService']['t'](_0x31b2ec(0x25d)),'type':_0x3654df[_0x31b2ec(0x1d3)][_0x31b2ec(0x27c)],'duration':0x1388});let _0x22d458=this[_0x31b2ec(0x157)][_0x31b2ec(0x26b)](_0x4976f6);_0x40c0dd!=null&&_0x40c0dd[_0x31b2ec(0x183)]?this['_handleRevertAcknowledgement'](_0x22d458,async()=>(setTimeout(()=>window[_0x31b2ec(0x1f1)]['reload']()),!0x0),!0x0):this['_handleRevertAcknowledgement'](_0x22d458,async()=>{const _0x4c293b=_0x31b2ec;let _0x2a7146=this[_0x4c293b(0x16c)][_0x4c293b(0x1ef)](_0x3c94c0[_0x4c293b(0x24b)][_0x4c293b(0x15d)]),_0x543855=_0x2a7146==null?void 0x0:_0x2a7146[_0x4c293b(0x1b2)]();if(!_0x543855)return!0x1;this[_0x4c293b(0x16c)][_0x4c293b(0x204)](_0x4976f6);let _0x20c6a8=await this[_0x4c293b(0x18c)]['loadUnit'](_0x4976f6,_0x3c94c0[_0x4c293b(0x24b)][_0x4c293b(0x15d)]);return _0x20c6a8&&_0x20c6a8 instanceof _0x3c94c0[_0x4c293b(0x175)]?(await this[_0x4c293b(0x233)](_0x20c6a8,_0x543855['getSheetId']()),!0x0):!0x1;});}}));}['_handleRevertAcknowledgement'](_0x49944a,_0x8328a3,_0x1ab6b2=!0x1){const _0x2f51be=_0x48825a;let _0x3036fd=(0x0,_0xd2a689[_0x2f51be(0x1e0)])([_0x49944a[_0x2f51be(0x289)]['event$'],_0x49944a[_0x2f51be(0x227)]])[_0x2f51be(0x1b6)](async([_0x24746a,_0x26133e])=>{const _0x21c9d2=_0x2f51be;if(_0x24746a[_0x21c9d2(0x296)]===_0x3aa7bd[_0x21c9d2(0x231)][_0x21c9d2(0x1f9)]&&(_0x26133e==null?void 0x0:_0x26133e['status'])===_0x36b005[_0x21c9d2(0x19e)]['SYNCED']&&_0x24746a['data'][_0x21c9d2(0x1d7)]['some'](_0x33d351=>_0x33d351['id']===_0x3aa7bd['RevertRevisionMutation']['id'])&&await _0x8328a3()){var _0x2bdf58;this[_0x21c9d2(0x160)][_0x21c9d2(0x16d)](),_0x3036fd[_0x21c9d2(0x248)](),this['_revertErrorTimer']&&clearTimeout(this['_revertErrorTimer']),await((_0x2bdf58=this[_0x21c9d2(0x25a)])==null?void 0x0:_0x2bdf58[_0x21c9d2(0x191)]()),this[_0x21c9d2(0x27e)][_0x21c9d2(0x282)]();}});_0x1ab6b2&&(this['_revertErrorTimer']=setTimeout(()=>{const _0x18bd87=_0x2f51be;_0x3036fd['unsubscribe'](),this['_messageService']['show']({'content':this[_0x18bd87(0x29d)]['t'](_0x18bd87(0x1c8)),'type':_0x3654df[_0x18bd87(0x1d3)][_0x18bd87(0x16e)],'duration':0xbb8});},0x1388));}async[_0x48825a(0x233)](_0x30c2a5,_0x50e648){const _0x261533=_0x48825a;await this['_updateSubUnitFromURLParams'](_0x30c2a5,_0x50e648),_0x30c2a5[_0x261533(0x297)][_0x261533(0x25e)]((0x0,_0xd2a689['takeUntil'])(this[_0x261533(0x27a)]))[_0x261533(0x1b6)](_0x4b3f6e=>{const _0x1ddafa=_0x261533;_0x4b3f6e&&this[_0x1ddafa(0x170)](_0x4b3f6e);}),this[_0x261533(0x1fe)][_0x261533(0x1c1)]['pipe']((0x0,_0xd2a689[_0x261533(0x161)])(this[_0x261533(0x27a)]))[_0x261533(0x1b6)](()=>this[_0x261533(0x1df)](_0x30c2a5,_0x50e648));}[_0x48825a(0x170)](_0x5391c2,_0x445f45=!0x1){const _0x1fb6df=_0x48825a;let _0x3b7d62=this[_0x1fb6df(0x1fe)][_0x1fb6df(0x26f)](_0x1fb6df(0x20b));_0x5391c2[_0x1fb6df(0x1f2)]()!==_0x3b7d62&&this['_urlService'][_0x1fb6df(0x219)](_0x1fb6df(0x20b),_0x5391c2['getSheetId'](),_0x445f45);}async[_0x48825a(0x1df)](_0x39c251,_0x2b101d){const _0x3b2168=_0x48825a;var _0x3a32d2;if(!_0x2b101d||!_0x39c251['getSheetBySheetId'](_0x2b101d)){let _0x44c512=_0x39c251['getUnhiddenWorksheets']()[0x0],_0x1b0ba8=_0x39c251[_0x3b2168(0x1a6)](_0x44c512);if(!_0x1b0ba8)return;this[_0x3b2168(0x170)](_0x1b0ba8,!0x0),await this[_0x3b2168(0x266)]['executeCommand'](_0x439ca9['SetWorksheetActivateCommand']['id'],{'unitId':_0x39c251[_0x3b2168(0x19f)](),'subUnitId':_0x44c512});return;}((_0x3a32d2=_0x39c251[_0x3b2168(0x1b2)]())==null?void 0x0:_0x3a32d2[_0x3b2168(0x1f2)]())!==_0x2b101d&&await this[_0x3b2168(0x266)][_0x3b2168(0x1d5)](_0x439ca9[_0x3b2168(0x226)]['id'],{'unitId':_0x39c251[_0x3b2168(0x19f)](),'subUnitId':_0x2b101d});}};_0x1db700=_0x82e3a8([_0x2d9990(0x0,_0x3c94c0['ICommandService']),_0x2d9990(0x1,_0x1e9ee3['IMenuManagerService']),_0x2d9990(0x2,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x1e9ee3['ComponentManager'])),_0x2d9990(0x3,(0x0,_0x3c94c0['Inject'])(_0x2f1f30)),_0x2d9990(0x4,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x3c94c0['LocaleService'])),_0x2d9990(0x5,_0x1e9ee3[_0x48825a(0x1d8)]),_0x2d9990(0x6,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x36b005[_0x48825a(0x267)])),_0x2d9990(0x7,_0x36b005[_0x48825a(0x235)]),_0x2d9990(0x8,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x36b005[_0x48825a(0x1b5)])),_0x2d9990(0x9,_0x3c94c0[_0x48825a(0x1ee)]),_0x2d9990(0xa,_0x470060['IURLService'])],_0x1db700);let _0x43fd83=_0x48825a(0x247),_0x571163=class extends _0x3c94c0[_0x48825a(0x1ec)]{constructor(_0x51245d,_0x486a60,_0x745b7b,_0x30232f,_0xd48032,_0x173133,_0x4a5dee,_0x31ce0c,_0x394043,_0x5f171b){const _0x32e76a=_0x48825a;super(),this[_0x32e76a(0x29d)]=_0x51245d,this[_0x32e76a(0x16c)]=_0x486a60,this['_configService']=_0x745b7b,this[_0x32e76a(0x266)]=_0x30232f,this[_0x32e76a(0x27e)]=_0xd48032,this[_0x32e76a(0x214)]=_0x173133,this['_selectionProtectionRuleModel']=_0x4a5dee,this[_0x32e76a(0x1e3)]=_0x31ce0c,this['_sidebarService']=_0x394043,this[_0x32e76a(0x218)]=_0x5f171b,_0x29e9ee(this,'_historyUniver$',new _0xd2a689[(_0x32e76a(0x172))](null)),_0x29e9ee(this,'historyUniver$',this[_0x32e76a(0x1fc)][_0x32e76a(0x151)]()),_0x29e9ee(this,'_disposableCollection',new _0x3c94c0[(_0x32e76a(0x1da))]()),_0x29e9ee(this,_0x32e76a(0x179),new Map()),_0x29e9ee(this,_0x32e76a(0x22a),null),this[_0x32e76a(0x21c)]();}get[_0x48825a(0x20e)](){const _0x1fbb3c=_0x48825a;return this['_historyUniver$'][_0x1fbb3c(0x1b9)];}[_0x48825a(0x21c)](){const _0x4f8dd2=_0x48825a;this[_0x4f8dd2(0x250)](),this[_0x4f8dd2(0x261)]();}[_0x48825a(0x250)](){const _0x3aba50=_0x48825a;var _0x3fb1ae;let _0x240e02=(_0x3fb1ae=this[_0x3aba50(0x1a0)][_0x3aba50(0x21d)](_0x3aba50(0x255)))==null?_0x3aba50(0x1c9):_0x3fb1ae,_0x4857a9=document[_0x3aba50(0x27f)](_0x240e02);if(!_0x4857a9)return;let _0x169108=document[_0x3aba50(0x21b)](_0x3aba50(0x1a2));_0x169108['id']=_0x43fd83,_0x169108[_0x3aba50(0x1aa)][_0x3aba50(0x217)]=_0x3aba50(0x245),_0x169108[_0x3aba50(0x17c)][_0x3aba50(0x1de)]='absolute',_0x169108[_0x3aba50(0x17c)][_0x3aba50(0x251)]='0',_0x169108[_0x3aba50(0x17c)]['left']='0',_0x169108[_0x3aba50(0x17c)][_0x3aba50(0x1e7)]=_0x3aba50(0x1ae),_0x169108[_0x3aba50(0x17c)][_0x3aba50(0x269)]=_0x3aba50(0x1ae),_0x169108[_0x3aba50(0x17c)][_0x3aba50(0x27b)]='49',_0x169108[_0x3aba50(0x17c)][_0x3aba50(0x29f)]=_0x3aba50(0x1b0),_0x4857a9[_0x3aba50(0x16b)](_0x169108);}[_0x48825a(0x261)](){const _0x6c37b7=_0x48825a;[[_0x487c14['UniverRenderEnginePlugin']],[_0x1e9ee3[_0x6c37b7(0x1a1)],{'container':_0x43fd83,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x1e9ee3[_0x6c37b7(0x15b)],null]]}],[_0x4cf1a2[_0x6c37b7(0x294)]],[_0x413f1d[_0x6c37b7(0x263)],{'override':[[_0x413f1d[_0x6c37b7(0x199)],null]]}],[_0x365f97[_0x6c37b7(0x14a)],{'hasScroll':!0x1}],[_0x28cfa4[_0x6c37b7(0x181)]],[_0x34d751[_0x6c37b7(0x21a)]],[_0x439ca9[_0x6c37b7(0x17b)],{'notExecuteFormula':!0x0}],[_0xee6799[_0x6c37b7(0x146)]],[_0x2453e3['UniverSheetsFormulaPlugin']],[_0x545f54[_0x6c37b7(0x1ff)]],[_0x3aa7bd[_0x6c37b7(0x1f6)]],[_0xf68838[_0x6c37b7(0x201)]],[_0x7ab83[_0x6c37b7(0x254)]],[_0x14c3a8[_0x6c37b7(0x220)]],[_0x147ecb['UniverSheetsHyperLinkUIPlugin']],[_0x2852d7[_0x6c37b7(0x185)]],[_0x399974[_0x6c37b7(0x24c)]],[_0x3aafb7[_0x6c37b7(0x274)]],[_0x1011d8[_0x6c37b7(0x293)],{'notExecuteFormula':!0x0}],[_0x4ad995[_0x6c37b7(0x281)]],[_0x1509d9['UniverSheetsDrawingPlugin']],[_0x318ec2[_0x6c37b7(0x1bf)]],[_0x285e93[_0x6c37b7(0x16a)]],[_0x252d57[_0x6c37b7(0x203)]],[_0x11a738[_0x6c37b7(0x1a7)]],[_0x2195a5[_0x6c37b7(0x234)]],[_0x23545e[_0x6c37b7(0x1e6)]],[_0xe89110[_0x6c37b7(0x14f)]],[_0x1232a5[_0x6c37b7(0x264)],{'notExecuteFormula':!0x0}],[_0x4a068e[_0x6c37b7(0x28d)]]][_0x6c37b7(0x1af)](([_0x23bf3e,_0x534a57])=>this[_0x6c37b7(0x260)](_0x23bf3e,_0x534a57));}[_0x48825a(0x1a3)](){const _0x1c0f5d=_0x48825a;super[_0x1c0f5d(0x1a3)](),this[_0x1c0f5d(0x16d)](),this[_0x1c0f5d(0x179)]['clear']();}['registerPlugin'](_0xa348f5,_0x5ea979,_0x5933b4){const _0x38fddf=_0x48825a;if(this[_0x38fddf(0x179)]['has'](_0xa348f5[_0x38fddf(0x273)])&&!_0x5933b4)throw Error('[MobileHistoryLoaderService]:\x20Plugin\x20'+_0xa348f5[_0x38fddf(0x273)]+_0x38fddf(0x1be));this[_0x38fddf(0x179)][_0x38fddf(0x168)](_0xa348f5[_0x38fddf(0x273)],[_0xa348f5,_0x5ea979]);}[_0x48825a(0x1d0)](){const _0x45428d=_0x48825a;return Array[_0x45428d(0x1ac)](this[_0x45428d(0x179)][_0x45428d(0x278)]());}[_0x48825a(0x26a)](_0x3af8d0,_0x4af5df){const _0x151362=_0x48825a;let _0xaa10e8=document[_0x151362(0x27f)](_0x43fd83);_0xaa10e8&&(_0xaa10e8[_0x151362(0x17c)][_0x151362(0x29f)]=_0x151362(0x1f3),this[_0x151362(0x252)](_0x3af8d0,_0x43fd83,_0x4af5df));}[_0x48825a(0x16d)](){const _0x3a9ed9=_0x48825a;var _0x5cd7a9;this['_disposableCollection'][_0x3a9ed9(0x1a3)](),(_0x5cd7a9=this[_0x3a9ed9(0x20e)])==null||_0x5cd7a9[_0x3a9ed9(0x1a3)](),this['_historyUniver$'][_0x3a9ed9(0x210)](null);let _0x2e3268=document['getElementById'](_0x43fd83);_0x2e3268&&(_0x2e3268[_0x3a9ed9(0x17c)][_0x3a9ed9(0x29f)]='none',this['_internalWebWorker']&&(this[_0x3a9ed9(0x22a)][_0x3a9ed9(0x19c)](),this[_0x3a9ed9(0x22a)]=null));}[_0x48825a(0x252)](_0x159ce3,_0xf58e4b,_0x371d09){const _0x15ddb9=_0x48825a;var _0x4dfcea,_0xce0f38,_0x47fedb,_0x1e5e39;if(this[_0x15ddb9(0x20e)])return;let _0x1077d8=new _0x3c94c0[(_0x15ddb9(0x24f))]({'locales':{[this[_0x15ddb9(0x29d)]['getCurrentLocale']()]:this['_localeService'][_0x15ddb9(0x1cb)]()},'override':[[_0x3c94c0[_0x15ddb9(0x287)],{'useClass':_0x36b005[_0x15ddb9(0x149)]}]]}),_0x283d14=_0x1077d8[_0x15ddb9(0x243)]();this[_0x15ddb9(0x28e)](this[_0x15ddb9(0x218)]['darkMode$'][_0x15ddb9(0x1b6)](_0x324707=>{const _0x4ae980=_0x15ddb9;_0x283d14['get'](_0x3c94c0[_0x4ae980(0x153)])['setDarkMode'](_0x324707);})),this[_0x15ddb9(0x28e)](this[_0x15ddb9(0x218)]['currentTheme$'][_0x15ddb9(0x1b6)](_0x5a1867=>{const _0x433aa2=_0x15ddb9;_0x283d14[_0x433aa2(0x290)](_0x3c94c0['ThemeService'])[_0x433aa2(0x240)](_0x5a1867);})),_0x283d14[_0x15ddb9(0x290)](_0x3c94c0[_0x15ddb9(0x222)])['setLocale'](this[_0x15ddb9(0x29d)]['getCurrentLocale']()),_0x283d14[_0x15ddb9(0x290)](_0x3c94c0['IConfigService'])[_0x15ddb9(0x15e)](_0x36b005[_0x15ddb9(0x223)],this[_0x15ddb9(0x1a0)][_0x15ddb9(0x21d)](_0x36b005[_0x15ddb9(0x223)]));let _0x3a3a66=this[_0x15ddb9(0x1a0)][_0x15ddb9(0x21d)](_0x4c9ae8[_0x15ddb9(0x1cd)]);_0x3a3a66&&_0x1077d8[_0x15ddb9(0x260)](_0x4c9ae8[_0x15ddb9(0x145)],{'license':_0x3a3a66['ls']});let _0x4390ab=(_0x4dfcea=this['_configService'][_0x15ddb9(0x21d)](_0x15ddb9(0x17d)))==null?void 0x0:_0x4dfcea[_0x15ddb9(0x244)],_0x214791=!!_0x4390ab;_0x214791&&(this[_0x15ddb9(0x22a)]=_0x4390ab instanceof Worker?_0x4390ab:null,_0x1077d8[_0x15ddb9(0x260)](_0x23e09e[_0x15ddb9(0x26e)],{'workerURL':_0x4390ab})),this[_0x15ddb9(0x179)][_0x15ddb9(0x1af)](([_0x17ab06,_0x20e2df])=>{const _0x3eaf62=_0x15ddb9;_0x1077d8[_0x3eaf62(0x260)](_0x17ab06,_0x20e2df);}),_0x1077d8['registerPlugin'](_0x427580['UniverEditHistoryViewerMobilePlugin'],{'historyListServerUrl':(_0xce0f38=this[_0x15ddb9(0x1a0)][_0x15ddb9(0x21d)](_0x15ddb9(0x17d)))==null?void 0x0:_0xce0f38['historyListServerUrl'],'historyPanelComponentKey':(_0x47fedb=this[_0x15ddb9(0x1a0)][_0x15ddb9(0x21d)]('edit-history-loader.config'))==null?void 0x0:_0x47fedb[_0x15ddb9(0x291)],'historyPanelHidden':(_0x1e5e39=this[_0x15ddb9(0x1a0)][_0x15ddb9(0x21d)](_0x15ddb9(0x17d)))==null?void 0x0:_0x1e5e39[_0x15ddb9(0x276)]}),_0x283d14[_0x15ddb9(0x20a)](_0x12fe0e=>{const _0x42858d=_0x15ddb9;this[_0x42858d(0x1e1)](_0x12fe0e,_0x159ce3);}),this[_0x15ddb9(0x1fc)][_0x15ddb9(0x210)](_0x1077d8);let _0x445a65=_0x283d14[_0x15ddb9(0x290)](_0x427580[_0x15ddb9(0x292)]),_0x16f0ab=this[_0x15ddb9(0x165)](_0x159ce3),_0x4d4df5=()=>{const _0x2faf28=_0x15ddb9;_0x371d09?_0x445a65[_0x2faf28(0x1f5)](_0x159ce3,_0xf58e4b,_0x16f0ab,_0x371d09):_0x445a65[_0x2faf28(0x25b)](_0x159ce3,_0xf58e4b,_0x16f0ab);};if(this[_0x15ddb9(0x27e)][_0x15ddb9(0x1e4)]({'content':this['_localeService']['t']('edit-history-loader.info.initializing'),'type':_0x3654df[_0x15ddb9(0x1d3)][_0x15ddb9(0x27c)]}),_0x214791)try{_0x283d14['get'](_0x23e09e[_0x15ddb9(0x212)])[_0x15ddb9(0x1fa)]()['then'](()=>{_0x4d4df5();});}catch{_0x4d4df5();}else _0x4d4df5();}[_0x48825a(0x1e1)](_0x105230,_0x19f55a){const _0x217b45=_0x48825a;let _0x2171ea=_0x105230[_0x217b45(0x290)](_0x427580[_0x217b45(0x292)]);this[_0x217b45(0x1f8)]['add'](_0x2171ea['status$'][_0x217b45(0x1b6)](_0xf55560=>{const _0x47574e=_0x217b45;switch(_0xf55560){case _0x427580['HistoryModeStatus'][_0x47574e(0x24a)]:this[_0x47574e(0x1e3)][_0x47574e(0x187)](),this[_0x47574e(0x202)][_0x47574e(0x236)]();break;case _0x427580[_0x47574e(0x27d)][_0x47574e(0x182)]:this[_0x47574e(0x266)][_0x47574e(0x1d5)](_0x3afd2f['id']),this[_0x47574e(0x16d)]();break;case _0x427580[_0x47574e(0x27d)][_0x47574e(0x16e)]:this[_0x47574e(0x16d)](),this[_0x47574e(0x27e)][_0x47574e(0x1e4)]({'content':this[_0x47574e(0x29d)]['t'](_0x47574e(0x1a4)),'type':_0x3654df[_0x47574e(0x1d3)]['Error'],'duration':0xbb8});break;default:break;}})),this[_0x217b45(0x1f8)][_0x217b45(0x14c)](_0x2171ea[_0x217b45(0x268)][_0x217b45(0x1b6)](async _0x185f9c=>{const _0x5c146c=_0x217b45;_0x185f9c&&this[_0x5c146c(0x266)][_0x5c146c(0x1d5)](_0x3aa7bd[_0x5c146c(0x225)]['id'],{'unitId':_0x19f55a,'revision':_0x185f9c});}));}[_0x48825a(0x165)](_0x15e4f3){const _0x3f4720=_0x48825a;let _0x2e7ad1=this[_0x3f4720(0x16c)][_0x3f4720(0x174)](_0x15e4f3)[_0x3f4720(0x1f7)]()['map'](_0x48c545=>_0x48c545[_0x3f4720(0x1f2)]()),_0x25bbbb=new _0x439ca9[(_0x3f4720(0x158))](_0x15e4f3)['id'],_0x4a8ea8=_0x2e7ad1[_0x3f4720(0x1ba)](_0x34e445=>new _0x439ca9[(_0x3f4720(0x144))](_0x15e4f3,_0x34e445)['id']),_0x1de83e=_0x2e7ad1[_0x3f4720(0x1ba)](_0x519518=>this[_0x3f4720(0x23b)][_0x3f4720(0x211)](_0x15e4f3,_0x519518)[_0x3f4720(0x1ba)](_0xe47dd2=>new _0x439ca9[(_0x3f4720(0x215))](_0x15e4f3,_0x519518,_0xe47dd2[_0x3f4720(0x272)])['id']))[_0x3f4720(0x26c)](),_0x224634=new _0x439ca9['WorkbookRecoverHistoryPermission'](_0x15e4f3)['id'];return this['_permissionService'][_0x3f4720(0x18e)]([_0x25bbbb,..._0x4a8ea8,..._0x1de83e,_0x224634])[_0x3f4720(0x29e)](_0x5f9c70=>!!_0x5f9c70['value']);}};_0x571163=_0x82e3a8([_0x2d9990(0x0,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x3c94c0['LocaleService'])),_0x2d9990(0x1,_0x3c94c0[_0x48825a(0x1ee)]),_0x2d9990(0x2,_0x3c94c0[_0x48825a(0x180)]),_0x2d9990(0x3,_0x3c94c0['ICommandService']),_0x2d9990(0x4,_0x1e9ee3[_0x48825a(0x1d8)]),_0x2d9990(0x5,_0x3c94c0['IPermissionService']),_0x2d9990(0x6,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x439ca9['RangeProtectionRuleModel'])),_0x2d9990(0x7,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x1e9ee3[_0x48825a(0x15b)])),_0x2d9990(0x8,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x1e9ee3[_0x48825a(0x154)])),_0x2d9990(0x9,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x3c94c0[_0x48825a(0x153)]))],_0x571163);let _0x59fcca=class extends _0x3c94c0[_0x48825a(0x209)]{constructor(_0xbb987a=_0x44c328,_0x2e0ac2,_0x309897){const _0x165031=_0x48825a;super(),this[_0x165031(0x29a)]=_0xbb987a,this[_0x165031(0x17e)]=_0x2e0ac2,this['_configService']=_0x309897;let {menu:_0x551a75,..._0x4090ee}=(0x0,_0x3c94c0[_0x165031(0x21e)])({},_0x44c328,this[_0x165031(0x29a)]);_0x551a75&&this[_0x165031(0x1a0)]['setConfig'](_0x165031(0x19a),_0x551a75,{'merge':!0x0}),this[_0x165031(0x1a0)][_0x165031(0x15e)](_0x1894ca,_0x4090ee),this['_config'][_0x165031(0x192)]&&this['_configService'][_0x165031(0x15e)](_0x165031(0x255),this[_0x165031(0x29a)][_0x165031(0x192)]);}[_0x48825a(0x1d4)](){const _0xeb63ac=_0x48825a;[[_0x2f1f30,{'useClass':_0x571163}],[_0x1db700]][_0xeb63ac(0x1af)](_0x8f51d2=>this[_0xeb63ac(0x17e)][_0xeb63ac(0x14c)](_0x8f51d2));}[_0x48825a(0x23e)](){const _0x2af3a6=_0x48825a;this[_0x2af3a6(0x17e)][_0x2af3a6(0x290)](_0x1db700);}};_0x29e9ee(_0x59fcca,_0x48825a(0x1f0),_0x3c94c0[_0x48825a(0x24b)][_0x48825a(0x229)]),_0x29e9ee(_0x59fcca,'pluginName','UNIVER_EDIT_HISTORY_LOADER_MOBILE_PLUGIN'),_0x29e9ee(_0x59fcca,_0x48825a(0x18f),_0x1a2eed),_0x29e9ee(_0x59fcca,_0x48825a(0x147),_0xfa7619),_0x59fcca=_0x82e3a8([(0x0,_0x3c94c0[_0x48825a(0x1b8)])(_0x4c9ae8[_0x48825a(0x145)]),_0x2d9990(0x1,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x3c94c0[_0x48825a(0x288)])),_0x2d9990(0x2,_0x3c94c0[_0x48825a(0x180)])],_0x59fcca);let _0xc749e8=class extends _0x3c94c0[_0x48825a(0x23f)]{constructor(_0x31e477,_0x4ab390,_0x37df90,_0xc57936,_0x14faaa,_0x323db4,_0x1dc02e,_0x5e9deb,_0x250347,_0x5be6ae,_0x295e56){const _0x1a156e=_0x48825a;super(),this['_commandService']=_0x31e477,this[_0x1a156e(0x271)]=_0x4ab390,this['_componentManager']=_0x37df90,this[_0x1a156e(0x160)]=_0xc57936,this[_0x1a156e(0x29d)]=_0x14faaa,this[_0x1a156e(0x27e)]=_0x323db4,this[_0x1a156e(0x157)]=_0x1dc02e,this[_0x1a156e(0x25a)]=_0x5e9deb,this[_0x1a156e(0x18c)]=_0x250347,this[_0x1a156e(0x16c)]=_0x5be6ae,this[_0x1a156e(0x1fe)]=_0x295e56,_0x29e9ee(this,'_revertErrorTimer',null),this[_0x1a156e(0x21c)]();}['_init'](){const _0x30ed51=_0x48825a;[_0x39d9e5,_0x3afd2f][_0x30ed51(0x1af)](_0x14c9ed=>this[_0x30ed51(0x28e)]((0x0,_0x3c94c0[_0x30ed51(0x26d)])(this[_0x30ed51(0x266)]['registerCommand'](_0x14c9ed)))),this[_0x30ed51(0x28e)](this[_0x30ed51(0x259)][_0x30ed51(0x298)](_0x30ed51(0x184),_0x5938f1)),this['_menuManagerService']['mergeMenu'](_0x332d49),this[_0x30ed51(0x28e)](this[_0x30ed51(0x266)][_0x30ed51(0x1ea)](async(_0x15f94b,_0x5e6b00)=>{const _0x5e7d62=_0x30ed51;if(_0x15f94b['id']===_0x3aa7bd[_0x5e7d62(0x225)]['id']){let {unitId:_0x13a822}=_0x15f94b['params'];this[_0x5e7d62(0x27e)]['show']({'content':this['_localeService']['t'](_0x5e7d62(0x25d)),'type':_0x3654df[_0x5e7d62(0x1d3)]['Loading'],'duration':0x1388});let _0x2255cb=this[_0x5e7d62(0x157)][_0x5e7d62(0x26b)](_0x13a822);_0x5e6b00!=null&&_0x5e6b00[_0x5e7d62(0x183)]?this['_handleRevertAcknowledgement'](_0x2255cb,async()=>(setTimeout(()=>window[_0x5e7d62(0x1f1)]['reload']()),!0x0),!0x0):this[_0x5e7d62(0x1ed)](_0x2255cb,async()=>{const _0x1fae05=_0x5e7d62;let _0x284eca=this['_univerInstanceService'][_0x1fae05(0x1ef)](_0x3c94c0['UniverInstanceType'][_0x1fae05(0x15d)]),_0x5ba38d=_0x284eca==null?void 0x0:_0x284eca[_0x1fae05(0x1b2)]();if(!_0x5ba38d)return!0x1;this['_univerInstanceService'][_0x1fae05(0x204)](_0x13a822);let _0x323570=await this[_0x1fae05(0x18c)]['loadUnit'](_0x13a822,_0x3c94c0[_0x1fae05(0x24b)][_0x1fae05(0x15d)]);return _0x323570&&_0x323570 instanceof _0x3c94c0['Workbook']?(await this[_0x1fae05(0x233)](_0x323570,_0x5ba38d[_0x1fae05(0x1f2)]()),!0x0):!0x1;});}}));}[_0x48825a(0x1ed)](_0x1f5134,_0x26a6d8,_0x1e89ef=!0x1){const _0x4737c2=_0x48825a;let _0x31a36a=(0x0,_0xd2a689['combineLatest'])([_0x1f5134[_0x4737c2(0x289)][_0x4737c2(0x17a)],_0x1f5134[_0x4737c2(0x227)]])[_0x4737c2(0x1b6)](async([_0x541967,_0x32665a])=>{const _0x5ebf5e=_0x4737c2;if(_0x541967[_0x5ebf5e(0x296)]===_0x3aa7bd[_0x5ebf5e(0x231)]['CHANGESET_ACK']&&(_0x32665a==null?void 0x0:_0x32665a[_0x5ebf5e(0x22e)])===_0x36b005[_0x5ebf5e(0x19e)][_0x5ebf5e(0x295)]&&_0x541967[_0x5ebf5e(0x25c)]['mutations'][_0x5ebf5e(0x28b)](_0x30febe=>_0x30febe['id']===_0x3aa7bd['RevertRevisionMutation']['id'])&&await _0x26a6d8()){var _0xd44d39;this[_0x5ebf5e(0x160)]['unMountHistoryContent'](),_0x31a36a[_0x5ebf5e(0x248)](),this['_revertErrorTimer']&&clearTimeout(this[_0x5ebf5e(0x1dc)]),await((_0xd44d39=this['_localCacheService'])==null?void 0x0:_0xd44d39[_0x5ebf5e(0x191)]());}});_0x1e89ef&&(this[_0x4737c2(0x1dc)]=setTimeout(()=>{const _0x1d746f=_0x4737c2;_0x31a36a[_0x1d746f(0x248)](),this['_messageService'][_0x1d746f(0x1e4)]({'content':this['_localeService']['t'](_0x1d746f(0x1c8)),'type':_0x3654df[_0x1d746f(0x1d3)][_0x1d746f(0x16e)],'duration':0xbb8});},0x1388));}async['_setupSubUnitSync'](_0x49e8a4,_0x35f9af){const _0x57587f=_0x48825a;await this[_0x57587f(0x1df)](_0x49e8a4,_0x35f9af),_0x49e8a4['activeSheet$'][_0x57587f(0x25e)]((0x0,_0xd2a689[_0x57587f(0x161)])(this[_0x57587f(0x27a)]))[_0x57587f(0x1b6)](_0x29a4cb=>{const _0x6ce27=_0x57587f;_0x29a4cb&&this[_0x6ce27(0x170)](_0x29a4cb);}),this[_0x57587f(0x1fe)][_0x57587f(0x1c1)][_0x57587f(0x25e)]((0x0,_0xd2a689['takeUntil'])(this[_0x57587f(0x27a)]))[_0x57587f(0x1b6)](()=>this[_0x57587f(0x1df)](_0x49e8a4,_0x35f9af));}[_0x48825a(0x170)](_0x48a552,_0xc4978e=!0x1){const _0xe4eced=_0x48825a;let _0x328367=this[_0xe4eced(0x1fe)][_0xe4eced(0x26f)]('subunit');_0x48a552['getSheetId']()!==_0x328367&&this[_0xe4eced(0x1fe)][_0xe4eced(0x219)](_0xe4eced(0x20b),_0x48a552['getSheetId'](),_0xc4978e);}async['_updateSubUnitFromURLParams'](_0x27160d,_0x28f699){const _0x53ea46=_0x48825a;var _0x4b8558;if(!_0x28f699||!_0x27160d[_0x53ea46(0x1a6)](_0x28f699)){let _0x1c7299=_0x27160d[_0x53ea46(0x239)]()[0x0],_0x18ccb5=_0x27160d[_0x53ea46(0x1a6)](_0x1c7299);if(!_0x18ccb5)return;this[_0x53ea46(0x170)](_0x18ccb5,!0x0),await this[_0x53ea46(0x266)]['executeCommand'](_0x439ca9[_0x53ea46(0x226)]['id'],{'unitId':_0x27160d['getUnitId'](),'subUnitId':_0x1c7299});return;}((_0x4b8558=_0x27160d['getActiveSheet']())==null?void 0x0:_0x4b8558[_0x53ea46(0x1f2)]())!==_0x28f699&&await this['_commandService'][_0x53ea46(0x1d5)](_0x439ca9[_0x53ea46(0x226)]['id'],{'unitId':_0x27160d[_0x53ea46(0x19f)](),'subUnitId':_0x28f699});}};_0xc749e8=_0x82e3a8([_0x2d9990(0x0,_0x3c94c0[_0x48825a(0x22f)]),_0x2d9990(0x1,_0x1e9ee3[_0x48825a(0x176)]),_0x2d9990(0x2,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x1e9ee3[_0x48825a(0x152)])),_0x2d9990(0x3,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x2f1f30)),_0x2d9990(0x4,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x3c94c0[_0x48825a(0x222)])),_0x2d9990(0x5,_0x1e9ee3['IMessageService']),_0x2d9990(0x6,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x36b005['CollaborationController'])),_0x2d9990(0x7,_0x36b005[_0x48825a(0x235)]),_0x2d9990(0x8,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x36b005[_0x48825a(0x1b5)])),_0x2d9990(0x9,_0x3c94c0[_0x48825a(0x1ee)]),_0x2d9990(0xa,_0x470060['IURLService'])],_0xc749e8);let _0x1ff8a5=class extends _0x3c94c0[_0x48825a(0x209)]{constructor(_0x29c8dd=_0x44c328,_0xb4a5cd,_0x1dbdea){const _0x32d69f=_0x48825a;super(),this[_0x32d69f(0x29a)]=_0x29c8dd,this[_0x32d69f(0x17e)]=_0xb4a5cd,this[_0x32d69f(0x1a0)]=_0x1dbdea;let {menu:_0x16d51a,..._0x90f9de}=(0x0,_0x3c94c0['merge'])({},_0x44c328,this['_config']);_0x16d51a&&this[_0x32d69f(0x1a0)][_0x32d69f(0x15e)]('menu',_0x16d51a,{'merge':!0x0}),this[_0x32d69f(0x1a0)][_0x32d69f(0x15e)](_0x1894ca,_0x90f9de),this[_0x32d69f(0x29a)]['univerContainerId']&&this[_0x32d69f(0x1a0)][_0x32d69f(0x15e)](_0x12f481,this[_0x32d69f(0x29a)][_0x32d69f(0x192)]);}['onStarting'](){const _0x3452b8=_0x48825a;[[_0x2f1f30],[_0xc749e8]]['forEach'](_0x130867=>this['_injector'][_0x3452b8(0x14c)](_0x130867));}[_0x48825a(0x23e)](){const _0x5e88f3=_0x48825a;this[_0x5e88f3(0x17e)][_0x5e88f3(0x290)](_0xc749e8);}};_0x29e9ee(_0x1ff8a5,_0x48825a(0x1f0),_0x3c94c0[_0x48825a(0x24b)][_0x48825a(0x229)]),_0x29e9ee(_0x1ff8a5,_0x48825a(0x273),'UNIVER_EDIT_HISTORY_LOADER_PLUGIN'),_0x29e9ee(_0x1ff8a5,_0x48825a(0x18f),_0x1a2eed),_0x29e9ee(_0x1ff8a5,_0x48825a(0x147),_0xfa7619),_0x1ff8a5=_0x82e3a8([(0x0,_0x3c94c0['DependentOn'])(_0x4c9ae8[_0x48825a(0x145)]),_0x2d9990(0x1,(0x0,_0x3c94c0[_0x48825a(0x1b4)])(_0x3c94c0['Injector'])),_0x2d9990(0x2,_0x3c94c0[_0x48825a(0x180)])],_0x1ff8a5),_0x420f19[_0x48825a(0x253)]=_0x1894ca,Object[_0x48825a(0x25f)](_0x420f19,_0x48825a(0x1c7),{'enumerable':!0x0,'get':function(){return _0x2f1f30;}}),Object[_0x48825a(0x25f)](_0x420f19,_0x48825a(0x1c3),{'enumerable':!0x0,'get':function(){return _0x571163;}}),_0x420f19[_0x48825a(0x1a8)]=_0x39d9e5,_0x420f19[_0x48825a(0x1cc)]=_0x12f481,_0x420f19['UNIVER_HISTORY_CONTAINER_ID']=_0x4e4169,Object[_0x48825a(0x25f)](_0x420f19,_0x48825a(0x1bc),{'enumerable':!0x0,'get':function(){return _0x59fcca;}}),Object[_0x48825a(0x25f)](_0x420f19,_0x48825a(0x24d),{'enumerable':!0x0,'get':function(){return _0x1ff8a5;}});}));
|
|
1
|
+
function _0x32f8(_0x58ec5a,_0x3479dd){_0x58ec5a=_0x58ec5a-0xca;const _0x4ba8fb=_0x4ba8();let _0x32f8ba=_0x4ba8fb[_0x58ec5a];return _0x32f8ba;}function _0x4ba8(){const _0x5eb1e4=['UniverCore','__getInjector','_sidebarService','darkMode$','_checkCanRevert','none','UniverProCollaborationClient','historyPanelHidden','top','WorkbookRecoverHistoryPermission','CollaborationController','univer.operation.toggle-edit-history','function','urlChange$','UniverSheetsDrawingUIPlugin','createElement','ThemeService','RibbonStartGroup','revertRevision$','workerURL','defIds','historyListServerUrl','UniverEditHistoryLoaderPlugin','@univerjs-pro/edit-history-loader','menu','0\x200\x2016\x2016','getMenuHiddenObservable','svg','some','UniverSheetSparklinePlugin','triggerCustomVersions','status$','getSheetBySheetId','UniverDrawing','UniverSheetsMobileUIPlugin','uComp','_updateSubUnitFromURLParams','IRemoteInstanceService','_initUniver','Loading','http://www.w3.org/2000/svg','fromCollab','trim','UniverSheetsDataValidationUi','currentTheme$','DisposableCollection','closeAll','UniverDataValidationPlugin','edit-history-loader.panel.title','disposeUnit','univerContainerId','getUnitId','IAuthzIoService','activeSheet$','1506161PQxqzE','RangeProtectionRuleModel','Workbook','RevertRevisionMutation','UniverSheetsDataValidationUIPlugin','edit-history-loader.panel.revertFailed','flat','LS_CONFIG_KEY','UniverNetworkPlugin','UniverLicensePlugin','fill','split','onStarting','UNIVER_EDIT_HISTORY_LOADER_PLUGIN','_menuManagerService','EDIT_HISTORY_LOADER_PLUGIN_CONFIG_KEY','session','getSheetCommandTarget','UNIVER_UNKNOWN','LocaleService','UniverSheetsFilterUi','idSuffix','appendChild','data','getElementById','UniverProCollaborationClientUi','_init','registerCommand','M8.28291\x205.16293C8.28295\x204.83156\x208.01435\x204.5629\x207.68298\x204.56287C7.35161\x204.56283\x207.08295\x204.83143\x207.08291\x205.1628L7.08252\x208.63494C7.0825\x208.79881\x207.1495\x208.95555\x207.26796\x209.06877L9.70073\x2011.3939C9.94029\x2011.6228\x2010.3201\x2011.6142\x2010.549\x2011.3747C10.778\x2011.1351\x2010.7694\x2010.7553\x2010.5298\x2010.5263L8.28255\x208.37852L8.28291\x205.16293Z','ILocalCacheService','HistoryManagerService','MessageType','length','edit-history-loader.panel.listFetchError','UniverSheetsHyperLinkPlugin','1938918UOTyGW','UniverCollaborationPlugin','UniverEditHistoryLoaderMobilePlugin','1584fDCxae','UniverProEditHistoryLoader','UniverSheetsDrawingUi','univer-container','100%','UniverFormulaEnginePlugin','450205HTmQui','MobileHistoryLoaderService','35231ePLDnk','children','UniverSheetsFilterUIPlugin','entries','UniverDrawingUi','historyPanelComponentKey','UniverEngineFormula','UniverIcon','left','OTHERS','block','Error','history-icon','close','_setupSubUnitSync','UniverDocsPlugin','_messageService','registerPlugin','BUTTON','UniverProSheetsSparklineUi','getParam','onSteady','asObservable','values','has','url(#history-icon_clip0_907_281)','mergeMenu','IDialogService','rxjs','Disposable','_initPlugins','params','HistoryModeStatus','UniverSheetsFormulaUi','IMessageService','2589714AbpXNU','UniverProEditHistoryViewer','_historyManagerService','executeCommand','UniverProSheetsShapeUi','UNIVER_HISTORY_CONTAINER_ID','historyUniver$','1em','univer-history-container','defineProperty','historyUniver','terminate','84PcwQIb','displayName','_initListener','getCollabEntity','UniverProCollaboration','getUnit','UniverRenderEnginePlugin','mask','forEach','UniverDrawingPlugin','UniverSheetsDataValidation','CommandType','getActiveSheet','_historyUniver$','ICommandService','RxDisposable','dispose$','_iconManager','UniverEngineRender','_urlService','set','reload','packageName','UniverSheetsDrawingPlugin','_internalWebWorker','_themeService','IImageIoService','IPermissionService','position','decorate','UniverSheetsDrawing','7840120Gqwswy','_configService','constructor','UniverRpc','univerjs-icon\x20univerjs-icon-','_updateURLWithCurrentState','clear','absolute','iterator','_localCacheService','merge','UniverSheetsChartPlugin','edit-history-loader.config','Exited','getConfig','height','xlink:href','COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY','WorksheetEditPermission','mountHistoryContent','UniverSheetsFormula','zIndex','replace','UniverSheetsShapeUIPlugin','UniverSheetsFilterPlugin','mutations','UniverSheetSparklineUIPlugin','UniverEditHistoryViewerMobilePlugin','stroke','getAllPlugins','IConfigService','toDisposable','exhaustSavingTask','onCommandExecuted','univer.operation.exit-edit-history','composePermission','currentColor','UniverProSheetsChartUi','history-panel','HistoryLoaderService','9TsoSqL','subunit','_collaborationController','UniverUIPlugin','_permissionService','UniverEditHistoryViewerPlugin','_univerInstanceService','UniverSheetsPlugin','edit-history-loader.info.initializing','amd','edit-history-loader.panel.reverting','_injector','loadUnit','AuthzIoHttpService','unsubscribe','CollaborationStatus','_localeService','register','_disposableCollection','object','eventID','version','UNIVER_CONTAINER_ID','symbol','substring','UniverSheetsUIPlugin','unMountHistoryContent','combineLatest','UniverDocs','tag','string','toStringTag','Univer','UniverNetwork','clipPath','getSheetId','UNIVER_SHEET','univer-history-container-mobile','MenuItemType','pluginName','8915288BYeFxL','getCurrentUnitOfType','UniverSheetsChartUIPlugin','dispose','UniverRPCMainThreadPlugin','toPrimitive','history-icon_clip0_907_281','BehaviorSubject','DataLoaderService','subscribe','UniverProLicense','url(#$1','setParam','show','WorkbookViewHistoryPermission','event$','map','setConfig','_registerIcons','setDarkMode','from','UniverSheetsConditionalFormattingUi','IconManager','Module','path','pipe','UniverDocsUIPlugin','ISidebarService','IMenuManagerService','Injector','getSheets','toString','DependentOn','location','_dataLoaderService','status','M0\x200H16V16H0z','then','Entered','every','colorChannel1','Inject','history-container','state$','UniverSheetsFormulaUIPlugin','display','WorkbookEditablePermission','UniverSheetsNumfmt','SetWorksheetActivateCommand','UniverDrawingUIPlugin','setTheme','removeAll','UniverSheetsUi','CollaborationEvent','UniverSheetsTablePlugin','_initContainer','next','OPERATION','attrs','_pluginMap','RangeProtectionPermissionEditPoint','getCurrentLocale','setLocale','UniverInstanceType','UniverProSheetsPivot','UniverSheetsHyperLinkUi','_revertErrorTimer','value','IUniverInstanceService','_config','HistoryIcon','invoke','ToggleEditHistoryOperation','disposeWithMe','UniverUi','triggerLoadVersions','whenReady','UniverSheetsFilter','_selectionProtectionRuleModel','takeUntil','add','defs','Plugin','_dialogService','_handleRevertAcknowledgement','UNIVER_EDIT_HISTORY_LOADER_MOBILE_PLUGIN','exports.@univerjs/core.@univerjs/sheets.@univerjs-pro/collaboration.@univerjs-pro/collaboration-client.@univerjs-pro/edit-history-viewer.@univerjs-pro/license.@univerjs-pro/sheets-chart.@univerjs-pro/sheets-chart-ui.@univerjs-pro/sheets-pivot.@univerjs-pro/sheets-shape.@univerjs-pro/sheets-shape-ui.@univerjs-pro/sheets-sparkline.@univerjs-pro/sheets-sparkline-ui.@univerjs/data-validation.@univerjs/design.@univerjs/docs.@univerjs/docs-ui.@univerjs/drawing.@univerjs/drawing-ui.@univerjs/engine-formula.@univerjs/engine-render.@univerjs/network.@univerjs/rpc.@univerjs/sheets-conditional-formatting.@univerjs/sheets-conditional-formatting-ui.@univerjs/sheets-data-validation.@univerjs/sheets-data-validation-ui.@univerjs/sheets-drawing.@univerjs/sheets-drawing-ui.@univerjs/sheets-filter.@univerjs/sheets-filter-ui.@univerjs/sheets-formula.@univerjs/sheets-formula-ui.@univerjs/sheets-hyper-link.@univerjs/sheets-hyper-link-ui.@univerjs/sheets-numfmt.@univerjs/sheets-table.@univerjs/sheets-ui.@univerjs/ui.rxjs.react.@univerjs-pro/collaboration-client-ui','dataset','UNIVER_CONTAINER_ID_KEY','div','UniverDocsUi','getLocales','type','UniverSheetsTable','UniverSheetsShapePlugin','_commandService','UniverDataValidation','call','CHANGESET_ACK','UniverSheetsConditionalFormattingPlugin','UniverSheetsHyperLinkUIPlugin','get','style','getUnhiddenWorksheets','assign','UniverSheetsNumfmtPlugin','UniverSheetsDataValidationPlugin'];_0x4ba8=function(){return _0x5eb1e4;};return _0x4ba8();}(function(_0x611e6e,_0x1787bb){const _0x40d0c5=_0x32f8,_0x3704d2=_0x611e6e();while(!![]){try{const _0x5155f5=parseInt(_0x40d0c5(0x107))/0x1+-parseInt(_0x40d0c5(0x12a))/0x2+-parseInt(_0x40d0c5(0x158))/0x3+-parseInt(_0x40d0c5(0x164))/0x4*(-parseInt(_0x40d0c5(0x133))/0x5)+-parseInt(_0x40d0c5(0x12d))/0x6*(-parseInt(_0x40d0c5(0x135))/0x7)+parseInt(_0x40d0c5(0x1d3))/0x8*(-parseInt(_0x40d0c5(0x1ab))/0x9)+-parseInt(_0x40d0c5(0x183))/0xa;if(_0x5155f5===_0x1787bb)break;else _0x3704d2['push'](_0x3704d2['shift']());}catch(_0x46f0d9){_0x3704d2['push'](_0x3704d2['shift']());}}}(_0x4ba8,0xf2d36),function(_0x1c0693,_0x2fe102){const _0x31ee34=_0x32f8;typeof exports=='object'&&typeof module<'u'?_0x2fe102(exports,require('@univerjs/core'),require('@univerjs/sheets'),require('@univerjs-pro/collaboration'),require('@univerjs-pro/collaboration-client'),require('@univerjs-pro/edit-history-viewer'),require('@univerjs-pro/license'),require('@univerjs-pro/sheets-chart'),require('@univerjs-pro/sheets-chart-ui'),require('@univerjs-pro/sheets-pivot'),require('@univerjs-pro/sheets-shape'),require('@univerjs-pro/sheets-shape-ui'),require('@univerjs-pro/sheets-sparkline'),require('@univerjs-pro/sheets-sparkline-ui'),require('@univerjs/data-validation'),require('@univerjs/design'),require('@univerjs/docs'),require('@univerjs/docs-ui'),require('@univerjs/drawing'),require('@univerjs/drawing-ui'),require('@univerjs/engine-formula'),require('@univerjs/engine-render'),require('@univerjs/network'),require('@univerjs/rpc'),require('@univerjs/sheets-conditional-formatting'),require('@univerjs/sheets-conditional-formatting-ui'),require('@univerjs/sheets-data-validation'),require('@univerjs/sheets-data-validation-ui'),require('@univerjs/sheets-drawing'),require('@univerjs/sheets-drawing-ui'),require('@univerjs/sheets-filter'),require('@univerjs/sheets-filter-ui'),require('@univerjs/sheets-formula'),require('@univerjs/sheets-formula-ui'),require('@univerjs/sheets-hyper-link'),require('@univerjs/sheets-hyper-link-ui'),require('@univerjs/sheets-numfmt'),require('@univerjs/sheets-table'),require('@univerjs/sheets-ui'),require('@univerjs/ui'),require('rxjs'),require('react'),require('@univerjs-pro/collaboration-client-ui')):typeof define==_0x31ee34(0xdd)&&define[_0x31ee34(0x1b4)]?define(_0x31ee34(0x229)[_0x31ee34(0x112)]('.'),_0x2fe102):(_0x1c0693=typeof globalThis<'u'?globalThis:_0x1c0693||self,_0x2fe102(_0x1c0693[_0x31ee34(0x12e)]={},_0x1c0693[_0x31ee34(0xd1)],_0x1c0693['UniverSheets'],_0x1c0693[_0x31ee34(0x168)],_0x1c0693[_0x31ee34(0xd7)],_0x1c0693[_0x31ee34(0x159)],_0x1c0693[_0x31ee34(0x1dd)],_0x1c0693['UniverProSheetsChart'],_0x1c0693[_0x31ee34(0x1a8)],_0x1c0693[_0x31ee34(0x213)],_0x1c0693['UniverProSheetsShape'],_0x1c0693[_0x31ee34(0x15c)],_0x1c0693['UniverProSheetsSparkline'],_0x1c0693[_0x31ee34(0x148)],_0x1c0693[_0x31ee34(0x233)],_0x1c0693['UniverDesign'],_0x1c0693[_0x31ee34(0x1c7)],_0x1c0693[_0x31ee34(0x22d)],_0x1c0693[_0x31ee34(0xf2)],_0x1c0693[_0x31ee34(0x139)],_0x1c0693[_0x31ee34(0x13b)],_0x1c0693[_0x31ee34(0x176)],_0x1c0693[_0x31ee34(0x1cc)],_0x1c0693[_0x31ee34(0x186)],_0x1c0693['UniverSheetsConditionalFormatting'],_0x1c0693[_0x31ee34(0x1e8)],_0x1c0693[_0x31ee34(0x16e)],_0x1c0693[_0x31ee34(0xfc)],_0x1c0693[_0x31ee34(0x182)],_0x1c0693[_0x31ee34(0x12f)],_0x1c0693[_0x31ee34(0x220)],_0x1c0693[_0x31ee34(0x11b)],_0x1c0693[_0x31ee34(0x197)],_0x1c0693[_0x31ee34(0x156)],_0x1c0693['UniverSheetsHyperLink'],_0x1c0693[_0x31ee34(0x214)],_0x1c0693[_0x31ee34(0x202)],_0x1c0693[_0x31ee34(0x230)],_0x1c0693[_0x31ee34(0x207)],_0x1c0693[_0x31ee34(0x21d)],_0x1c0693[_0x31ee34(0x151)],_0x1c0693['React'],_0x1c0693[_0x31ee34(0x120)]));}(this,function(_0x2651b6,_0x2c62c4,_0x35f56a,_0x1d2b88,_0x3139fd,_0x53a468,_0x344d28,_0x1eafea,_0x16108f,_0x141621,_0x2fd715,_0x187563,_0x4aa874,_0x5a742a,_0x1d6083,_0xc7d7d8,_0x2ad147,_0x27a19a,_0x1b11f9,_0x40d021,_0x35c8ce,_0x215808,_0x2d5740,_0xdfe6f8,_0xa6d4c0,_0x368f9a,_0x5cad52,_0x1aa384,_0x427d87,_0x5e40b8,_0x1ac579,_0x416e3e,_0x1eabab,_0x56ee6e,_0x3a932f,_0x3e91f3,_0x6a287,_0x51052e,_0x3d5d37,_0x297673,_0x1eb6ae,_0x12c311,_0x2d1610){const _0x4854b6=_0x32f8;Object[_0x4854b6(0x161)](_0x2651b6,Symbol[_0x4854b6(0x1ca)],{'value':_0x4854b6(0x1ea)});let _0x363da7=_0x4854b6(0x18f),_0x2d2e6e={'historyPanelComponentKey':_0x4854b6(0x1a9)};function _0x506991(_0x5a04dc){'@babel/helpers - typeof';const _0x8d2fe5=_0x4854b6;return _0x506991=typeof Symbol=='function'&&typeof Symbol[_0x8d2fe5(0x18b)]==_0x8d2fe5(0x1c2)?function(_0x54defa){return typeof _0x54defa;}:function(_0x1887c6){const _0x4ce102=_0x8d2fe5;return _0x1887c6&&typeof Symbol=='function'&&_0x1887c6[_0x4ce102(0x185)]===Symbol&&_0x1887c6!==Symbol['prototype']?_0x4ce102(0x1c2):typeof _0x1887c6;},_0x506991(_0x5a04dc);}function _0x14a732(_0x10b095,_0xee1de2){const _0x52ba61=_0x4854b6;if(_0x506991(_0x10b095)!=_0x52ba61(0x1be)||!_0x10b095)return _0x10b095;var _0x32c9a5=_0x10b095[Symbol[_0x52ba61(0x1d8)]];if(_0x32c9a5!==void 0x0){var _0x37d11e=_0x32c9a5[_0x52ba61(0x234)](_0x10b095,_0xee1de2||'default');if(_0x506991(_0x37d11e)!='object')return _0x37d11e;throw TypeError('@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.');}return(_0xee1de2===_0x52ba61(0x1c9)?String:Number)(_0x10b095);}function _0x2e58cc(_0x2fe7f3){const _0x271587=_0x4854b6;var _0x7755e4=_0x14a732(_0x2fe7f3,'string');return _0x506991(_0x7755e4)==_0x271587(0x1c2)?_0x7755e4:_0x7755e4+'';}function _0x1b8e9b(_0x4becab,_0x33eeed,_0x3120ba){const _0x58d365=_0x4854b6;return(_0x33eeed=_0x2e58cc(_0x33eeed))in _0x4becab?Object[_0x58d365(0x161)](_0x4becab,_0x33eeed,{'value':_0x3120ba,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x4becab[_0x33eeed]=_0x3120ba,_0x4becab;}function _0x2a8892(_0x554da8,_0x1a78af){return function(_0x9eb84c,_0x381465){_0x1a78af(_0x9eb84c,_0x381465,_0x554da8);};}function _0x40b813(_0x5db073,_0x331b7f,_0x212fdd,_0x1dd307){const _0x35fa42=_0x4854b6;var _0x4730b5=arguments[_0x35fa42(0x127)],_0x4bb5ac=_0x4730b5<0x3?_0x331b7f:_0x1dd307===null?_0x1dd307=Object['getOwnPropertyDescriptor'](_0x331b7f,_0x212fdd):_0x1dd307,_0x161b4c;if(typeof Reflect==_0x35fa42(0x1be)&&typeof Reflect[_0x35fa42(0x181)]=='function')_0x4bb5ac=Reflect[_0x35fa42(0x181)](_0x5db073,_0x331b7f,_0x212fdd,_0x1dd307);else{for(var _0x49f8fc=_0x5db073[_0x35fa42(0x127)]-0x1;_0x49f8fc>=0x0;_0x49f8fc--)(_0x161b4c=_0x5db073[_0x49f8fc])&&(_0x4bb5ac=(_0x4730b5<0x3?_0x161b4c(_0x4bb5ac):_0x4730b5>0x3?_0x161b4c(_0x331b7f,_0x212fdd,_0x4bb5ac):_0x161b4c(_0x331b7f,_0x212fdd))||_0x4bb5ac);}return _0x4730b5>0x3&&_0x4bb5ac&&Object['defineProperty'](_0x331b7f,_0x212fdd,_0x4bb5ac),_0x4bb5ac;}let _0x4cbd73=_0x4854b6(0x1c1),_0xa61b35=_0x4854b6(0x160),_0x4085da=class extends _0x2c62c4['Disposable']{constructor(_0x59d086,_0x5456e8,_0x24663c,_0x522ade,_0x5bd87c,_0xc18854,_0x2b5276,_0x14cab9,_0x4dcec2,_0x2ab75e){const _0xbcec3f=_0x4854b6;super(),this[_0xbcec3f(0x1bb)]=_0x59d086,this[_0xbcec3f(0x1b1)]=_0x5456e8,this[_0xbcec3f(0x184)]=_0x24663c,this[_0xbcec3f(0x232)]=_0x522ade,this['_messageService']=_0x5bd87c,this[_0xbcec3f(0x1af)]=_0xc18854,this[_0xbcec3f(0x221)]=_0x2b5276,this['_dialogService']=_0x14cab9,this[_0xbcec3f(0xd3)]=_0x4dcec2,this[_0xbcec3f(0x17d)]=_0x2ab75e,_0x1b8e9b(this,_0xbcec3f(0x171),new _0x1eb6ae[(_0xbcec3f(0x1da))](null)),_0x1b8e9b(this,_0xbcec3f(0x15e),this['_historyUniver$'][_0xbcec3f(0x14b)]()),_0x1b8e9b(this,'_disposableCollection',new _0x2c62c4['DisposableCollection']()),_0x1b8e9b(this,_0xbcec3f(0x20e),new Map()),_0x1b8e9b(this,_0xbcec3f(0x17c),null),this['_init']();}get[_0x4854b6(0x162)](){const _0x1fdaec=_0x4854b6;return this[_0x1fdaec(0x171)]['value'];}['_init'](){const _0x13cd82=_0x4854b6;this[_0x13cd82(0x20a)](),this[_0x13cd82(0x153)]();}[_0x4854b6(0x20a)](){const _0x228b0a=_0x4854b6;var _0x46c43d;let _0xc039bd=(_0x46c43d=this['_configService']['getConfig']('UNIVER_CONTAINER_ID'))==null?'univer-container':_0x46c43d,_0xfceea4=document['getElementById'](_0xc039bd);if(!_0xfceea4)return;let _0x92e38f=document[_0x228b0a(0xe0)](_0x228b0a(0x22c));_0x92e38f['id']=_0xa61b35,_0x92e38f['dataset']['uComp']=_0x228b0a(0x1fd),_0x92e38f['style']['position']=_0x228b0a(0x18a),_0x92e38f['style'][_0x228b0a(0xd9)]='0',_0x92e38f[_0x228b0a(0xcc)]['left']='0',_0x92e38f[_0x228b0a(0xcc)]['width']='100%',_0x92e38f[_0x228b0a(0xcc)][_0x228b0a(0x192)]='100%',_0x92e38f['style']['zIndex']='49',_0x92e38f[_0x228b0a(0xcc)][_0x228b0a(0x200)]='none',_0xfceea4[_0x228b0a(0x11d)](_0x92e38f);}[_0x4854b6(0x153)](){const _0x19573c=_0x4854b6;[[_0x215808[_0x19573c(0x16a)]],[_0x297673[_0x19573c(0x1ae)],{'container':_0xa61b35,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x297673['IDialogService'],null]]}],[_0x2d5740[_0x19573c(0x10f)]],[_0x1b11f9[_0x19573c(0x16d)],{'override':[[_0x1b11f9[_0x19573c(0x17e)],null]]}],[_0x2ad147[_0x19573c(0x144)],{'hasScroll':!0x1}],[_0x27a19a['UniverDocsUIPlugin']],[_0x6a287[_0x19573c(0xcf)]],[_0x35f56a[_0x19573c(0x1b2)],{'notExecuteFormula':!0x0}],[_0x3d5d37[_0x19573c(0x1c4)]],[_0x1eabab['UniverSheetsFormulaPlugin']],[_0x56ee6e[_0x19573c(0x1ff)]],[_0x1d2b88['UniverCollaborationPlugin']],[_0x1ac579[_0x19573c(0x19b)]],[_0x416e3e[_0x19573c(0x137)]],[_0xa6d4c0['UniverSheetsConditionalFormattingPlugin']],[_0x368f9a['UniverSheetsConditionalFormattingUIPlugin']],[_0x3a932f['UniverSheetsHyperLinkPlugin']],[_0x3e91f3[_0x19573c(0xca)]],[_0x1d6083['UniverDataValidationPlugin']],[_0x5cad52[_0x19573c(0xd0)]],[_0x1aa384[_0x19573c(0x10b)]],[_0x35c8ce[_0x19573c(0x132)],{'notExecuteFormula':!0x0}],[_0x40d021['UniverDrawingUIPlugin']],[_0x427d87['UniverSheetsDrawingPlugin']],[_0x5e40b8[_0x19573c(0xdf)]],[_0x4aa874[_0x19573c(0xee)]],[_0x5a742a[_0x19573c(0x19d)]],[_0x1eafea[_0x19573c(0x18e)]],[_0x16108f[_0x19573c(0x1d5)]],[_0x2fd715[_0x19573c(0x231)]],[_0x187563['UniverSheetsShapeUIPlugin']],[_0x141621['UniverSheetsPivotTablePlugin'],{'notExecuteFormula':!0x0}],[_0x51052e[_0x19573c(0x209)]]][_0x19573c(0x16c)](([_0x451e47,_0x4d509a])=>this[_0x19573c(0x146)](_0x451e47,_0x4d509a));}['dispose'](){const _0x3f28fe=_0x4854b6;super['dispose'](),this['unMountHistoryContent'](),this[_0x3f28fe(0x20e)][_0x3f28fe(0x189)]();}[_0x4854b6(0x146)](_0x5a700e,_0x324e5e,_0x536b70){const _0xf042a0=_0x4854b6;if(this[_0xf042a0(0x20e)][_0xf042a0(0x14d)](_0x5a700e['pluginName'])&&!_0x536b70)throw Error('[HistoryLoaderService]:\x20Plugin\x20'+_0x5a700e[_0xf042a0(0x1d2)]+'\x20has\x20been\x20registered.');this['_pluginMap'][_0xf042a0(0x178)](_0x5a700e[_0xf042a0(0x1d2)],[_0x5a700e,_0x324e5e]);}[_0x4854b6(0x1a0)](){const _0x4da63d=_0x4854b6;return Array[_0x4da63d(0x1e7)](this[_0x4da63d(0x20e)][_0x4da63d(0x14c)]());}[_0x4854b6(0x196)](_0x2ba623,_0x861e2e){const _0x49043b=_0x4854b6;let _0x459a9c=document[_0x49043b(0x11f)](_0xa61b35);_0x459a9c&&(_0x459a9c['style'][_0x49043b(0x200)]='block',this[_0x49043b(0xf7)](_0x2ba623,_0xa61b35,_0x861e2e));}[_0x4854b6(0x1c5)](){const _0xeb4468=_0x4854b6;var _0x4560f5;this[_0xeb4468(0x1bd)][_0xeb4468(0x1d6)](),(_0x4560f5=this[_0xeb4468(0x162)])==null||_0x4560f5['dispose'](),this[_0xeb4468(0x171)][_0xeb4468(0x20b)](null);let _0x32271d=document[_0xeb4468(0x11f)](_0xa61b35);_0x32271d&&(_0x32271d[_0xeb4468(0xcc)][_0xeb4468(0x200)]=_0xeb4468(0xd6),this['_internalWebWorker']&&(this[_0xeb4468(0x17c)][_0xeb4468(0x163)](),this[_0xeb4468(0x17c)]=null));}['_initUniver'](_0x4612bf,_0x2153d1,_0x50ce9b){const _0x226328=_0x4854b6;var _0x445e42,_0x22a926,_0x529bef,_0x168ec4,_0xfd3b4a;if(this[_0x226328(0x162)])return;let _0x3deab7=new _0x2c62c4['Univer']({'locales':{[this['_localeService'][_0x226328(0x210)]()]:this[_0x226328(0x1bb)][_0x226328(0x22e)]()},'override':[[_0x2c62c4[_0x226328(0x105)],{'useClass':_0x3139fd[_0x226328(0x1b8)]}]]}),_0x1ce287=_0x3deab7[_0x226328(0xd2)]();this[_0x226328(0x21c)](this[_0x226328(0x17d)][_0x226328(0xd4)][_0x226328(0x1dc)](_0x5734da=>{const _0x3f91a4=_0x226328;_0x1ce287[_0x3f91a4(0xcb)](_0x2c62c4[_0x3f91a4(0xe1)])[_0x3f91a4(0x1e6)](_0x5734da);})),this[_0x226328(0x21c)](this[_0x226328(0x17d)][_0x226328(0xfd)][_0x226328(0x1dc)](_0x17f53f=>{const _0x1f511d=_0x226328;_0x1ce287['get'](_0x2c62c4[_0x1f511d(0xe1)])['setTheme'](_0x17f53f);})),_0x1ce287[_0x226328(0xcb)](_0x2c62c4[_0x226328(0x11a)])[_0x226328(0x211)](this[_0x226328(0x1bb)]['getCurrentLocale']()),_0x1ce287[_0x226328(0xcb)](_0x2c62c4[_0x226328(0x1a1)])['setConfig'](_0x3139fd['COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY'],this[_0x226328(0x184)][_0x226328(0x191)](_0x3139fd['COLLABORATION_CLIENT_PLUGIN_CONFIG_KEY']));let _0x1d9354=this[_0x226328(0x184)][_0x226328(0x191)](_0x344d28[_0x226328(0x10e)]);_0x1d9354&&_0x3deab7[_0x226328(0x146)](_0x344d28[_0x226328(0x110)],{'license':_0x1d9354['ls']});let _0xd2890=(_0x445e42=this[_0x226328(0x184)][_0x226328(0x191)](_0x226328(0x18f)))==null?void 0x0:_0x445e42[_0x226328(0xe4)],_0x104b96=!!_0xd2890;_0x104b96&&(this[_0x226328(0x17c)]=_0xd2890 instanceof Worker?_0xd2890:null,_0x3deab7[_0x226328(0x146)](_0xdfe6f8[_0x226328(0x1d7)],{'workerURL':_0xd2890})),this[_0x226328(0x20e)][_0x226328(0x16c)](([_0x22cb37,_0x18d0f2])=>{const _0x1a5481=_0x226328;_0x3deab7[_0x1a5481(0x146)](_0x22cb37,_0x18d0f2);}),_0x3deab7['registerPlugin'](_0x53a468[_0x226328(0x1b0)],{'historyListServerUrl':(_0x22a926=this[_0x226328(0x184)][_0x226328(0x191)](_0x226328(0x18f)))==null?void 0x0:_0x22a926[_0x226328(0xe6)],'historyPanelComponentKey':(_0x529bef=this[_0x226328(0x184)][_0x226328(0x191)](_0x226328(0x18f)))==null?void 0x0:_0x529bef[_0x226328(0x13a)],'historyPanelHidden':(_0x168ec4=this[_0x226328(0x184)][_0x226328(0x191)]('edit-history-loader.config'))==null?void 0x0:_0x168ec4[_0x226328(0xd8)],'historyAIassistantEnabled':(_0xfd3b4a=this[_0x226328(0x184)][_0x226328(0x191)](_0x226328(0x18f)))==null?void 0x0:_0xfd3b4a['historyAIassistantEnabled']}),_0x1ce287[_0x226328(0x21a)](_0x464c23=>{const _0x22d3b3=_0x226328;this[_0x22d3b3(0x166)](_0x464c23,_0x4612bf);}),this[_0x226328(0x171)][_0x226328(0x20b)](_0x3deab7);let _0x4ff6d5=_0x1ce287[_0x226328(0xcb)](_0x53a468[_0x226328(0x125)]),_0x178f14=this[_0x226328(0xd5)](_0x4612bf),_0x17c621=()=>{const _0x377a7f=_0x226328;_0x50ce9b?_0x4ff6d5[_0x377a7f(0xef)](_0x4612bf,_0x2153d1,_0x178f14,_0x50ce9b):_0x4ff6d5[_0x377a7f(0x21e)](_0x4612bf,_0x2153d1,_0x178f14);};if(this['_messageService']['show']({'content':this[_0x226328(0x1bb)]['t'](_0x226328(0x1b3)),'type':_0xc7d7d8['MessageType'][_0x226328(0xf8)]}),_0x104b96)try{_0x1ce287[_0x226328(0xcb)](_0xdfe6f8[_0x226328(0xf6)])[_0x226328(0x21f)]()['then'](()=>{_0x17c621();});}catch{_0x17c621();}else _0x17c621();}[_0x4854b6(0x166)](_0x5765f6,_0x4f9b60){const _0x210ea4=_0x4854b6;let _0x3b27d7=_0x5765f6['get'](_0x53a468['HistoryManagerService']);this['_disposableCollection'][_0x210ea4(0x223)](_0x3b27d7['status$'][_0x210ea4(0x1dc)](_0x36d8a7=>{const _0x104054=_0x210ea4;switch(_0x36d8a7){case _0x53a468['HistoryModeStatus'][_0x104054(0x1f9)]:this['_dialogService'][_0x104054(0xff)](),this[_0x104054(0xd3)][_0x104054(0x142)]();break;case _0x53a468['HistoryModeStatus'][_0x104054(0x190)]:this[_0x104054(0x232)][_0x104054(0x15b)](_0xed5daf['id']),this[_0x104054(0x1c5)]();break;case _0x53a468[_0x104054(0x155)][_0x104054(0x140)]:this['unMountHistoryContent'](),this['_messageService'][_0x104054(0x1e0)]({'content':this[_0x104054(0x1bb)]['t']('edit-history-loader.panel.listFetchError'),'type':_0xc7d7d8[_0x104054(0x126)][_0x104054(0x140)],'duration':0xbb8});break;default:break;}})),this[_0x210ea4(0x1bd)]['add'](_0x3b27d7[_0x210ea4(0xe3)][_0x210ea4(0x1dc)](async _0x349ad1=>{const _0x480639=_0x210ea4;_0x349ad1&&this[_0x480639(0x232)][_0x480639(0x15b)](_0x1d2b88[_0x480639(0x10a)]['id'],{'unitId':_0x4f9b60,'revision':_0x349ad1});}));}['_checkCanRevert'](_0x3c554a){const _0x2f8251=_0x4854b6;let _0x158fe4=this['_univerInstanceService'][_0x2f8251(0x169)](_0x3c554a)[_0x2f8251(0x1f1)]()[_0x2f8251(0x1e3)](_0x214e7e=>_0x214e7e[_0x2f8251(0x1ce)]()),_0x15209f=new _0x35f56a['WorkbookEditablePermission'](_0x3c554a)['id'],_0x1f2559=_0x158fe4[_0x2f8251(0x1e3)](_0x129825=>new _0x35f56a[(_0x2f8251(0x195))](_0x3c554a,_0x129825)['id']),_0x4952e2=_0x158fe4[_0x2f8251(0x1e3)](_0x2bcb4e=>this[_0x2f8251(0x221)]['getSubunitRuleList'](_0x3c554a,_0x2bcb4e)[_0x2f8251(0x1e3)](_0x133155=>new _0x35f56a[(_0x2f8251(0x20f))](_0x3c554a,_0x2bcb4e,_0x133155['permissionId'])['id']))[_0x2f8251(0x10d)](),_0x34c062=new _0x35f56a['WorkbookRecoverHistoryPermission'](_0x3c554a)['id'];return this[_0x2f8251(0x1af)]['composePermission']([_0x15209f,..._0x1f2559,..._0x4952e2,_0x34c062])[_0x2f8251(0x1fa)](_0x49922a=>!!_0x49922a[_0x2f8251(0x216)]);}};_0x4085da=_0x40b813([_0x2a8892(0x0,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x2c62c4['LocaleService'])),_0x2a8892(0x1,_0x2c62c4[_0x4854b6(0x217)]),_0x2a8892(0x2,_0x2c62c4['IConfigService']),_0x2a8892(0x3,_0x2c62c4[_0x4854b6(0x172)]),_0x2a8892(0x4,_0x297673[_0x4854b6(0x157)]),_0x2a8892(0x5,_0x2c62c4[_0x4854b6(0x17f)]),_0x2a8892(0x6,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x35f56a[_0x4854b6(0x108)])),_0x2a8892(0x7,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x297673[_0x4854b6(0x150)])),_0x2a8892(0x8,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x297673[_0x4854b6(0x1ee)])),_0x2a8892(0x9,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x2c62c4['ThemeService']))],_0x4085da);let _0x2d45d9={'id':_0x4854b6(0xdc),'type':_0x2c62c4[_0x4854b6(0x16f)][_0x4854b6(0x20c)],'handler':_0x574dc0=>{const _0x47b878=_0x4854b6;let _0x5e5041=_0x574dc0[_0x47b878(0xcb)](_0x4085da),{unitId:_0x4b93f3}=(0x0,_0x35f56a[_0x47b878(0x118)])(_0x574dc0[_0x47b878(0xcb)](_0x2c62c4[_0x47b878(0x217)]))||{};return _0x4b93f3?(_0x5e5041[_0x47b878(0x196)](_0x4b93f3),!0x0):!0x1;}},_0xed5daf={'id':_0x4854b6(0x1a5),'type':_0x2c62c4[_0x4854b6(0x16f)][_0x4854b6(0x20c)],'handler':()=>!0x0};var _0x47b4bd=_0x4854b6(0xe8),_0x5aa2d5='1.0.0-alpha.1';function _0x5e7f66({ref:_0x2a1f60,..._0x4bd753}){const _0x1ece45=_0x4854b6;let {icon:_0x5e2079,id:_0x133d7d,className:_0x3a45be,extend:_0x187657,..._0x3feec7}=_0x4bd753,_0x1140c7=(_0x1ece45(0x187)+_0x133d7d+'\x20'+(_0x3a45be||''))[_0x1ece45(0xfb)](),_0x578ab4=(0x0,_0x12c311['useRef'])('_'+_0x396291());return _0x26b3e1(_0x5e2079,''+_0x133d7d,{'defIds':_0x5e2079[_0x1ece45(0xe5)],'idSuffix':_0x578ab4['current']},{'ref':_0x2a1f60,'className':_0x1140c7,..._0x3feec7},_0x187657);}function _0x26b3e1(_0x2bffbb,_0x5b171c,_0x2a8909,_0x3f0c90,_0x1b5986){const _0x57399d=_0x4854b6;return(0x0,_0x12c311[_0x57399d(0xe0)])(_0x2bffbb['tag'],{'key':_0x5b171c,..._0x25915b(_0x2bffbb,_0x2a8909,_0x1b5986),..._0x3f0c90},(_0x1b8a4d(_0x2bffbb,_0x2a8909)[_0x57399d(0x136)]||[])[_0x57399d(0x1e3)]((_0x3af6a2,_0x4744bd)=>_0x26b3e1(_0x3af6a2,_0x5b171c+'-'+_0x2bffbb[_0x57399d(0x1c8)]+'-'+_0x4744bd,_0x2a8909,void 0x0,_0x1b5986)));}function _0x25915b(_0x37355a,_0x56c0d1,_0x5a2290){const _0xdd8447=_0x4854b6;let _0x30ada4={..._0x37355a[_0xdd8447(0x20d)]};_0x5a2290!=null&&_0x5a2290[_0xdd8447(0x1fb)]&&_0x30ada4[_0xdd8447(0x111)]===_0xdd8447(0x1fb)&&(_0x30ada4['fill']=_0x5a2290['colorChannel1']),_0x5a2290!=null&&_0x5a2290[_0xdd8447(0x1fb)]&&_0x30ada4[_0xdd8447(0x19f)]===_0xdd8447(0x1fb)&&(_0x30ada4['stroke']=_0x5a2290[_0xdd8447(0x1fb)]),_0x37355a[_0xdd8447(0x1c8)]==='mask'&&_0x30ada4['id']&&(_0x30ada4['id']+=_0x56c0d1[_0xdd8447(0x11c)]),Object[_0xdd8447(0x138)](_0x30ada4)['forEach'](([_0x374148,_0x383b99])=>{const _0x9df608=_0xdd8447;_0x374148===_0x9df608(0x16b)&&typeof _0x383b99==_0x9df608(0x1c9)&&(_0x30ada4[_0x374148]=_0x383b99[_0x9df608(0x199)](/url\(#(.*)\)/,_0x9df608(0x1de)+_0x56c0d1[_0x9df608(0x11c)]+')'));});let {defIds:_0x1c251a}=_0x56c0d1;return!_0x1c251a||_0x1c251a[_0xdd8447(0x127)]===0x0?_0x30ada4:(_0x37355a[_0xdd8447(0x1c8)]==='use'&&_0x30ada4[_0xdd8447(0x193)]&&(_0x30ada4[_0xdd8447(0x193)]+=_0x56c0d1[_0xdd8447(0x11c)]),Object[_0xdd8447(0x138)](_0x30ada4)[_0xdd8447(0x16c)](([_0x10e088,_0x42d240])=>{const _0x145e3c=_0xdd8447;typeof _0x42d240=='string'&&(_0x30ada4[_0x10e088]=_0x42d240[_0x145e3c(0x199)](/url\(#(.*)\)/,_0x145e3c(0x1de)+_0x56c0d1[_0x145e3c(0x11c)]+')'));}),_0x30ada4);}function _0x1b8a4d(_0x17f37e,_0x3ce13c){const _0x5f59fb=_0x4854b6;var _0x39c422;let {defIds:_0x57e7f3}=_0x3ce13c;return!_0x57e7f3||_0x57e7f3[_0x5f59fb(0x127)]===0x0?_0x17f37e:_0x17f37e[_0x5f59fb(0x1c8)]===_0x5f59fb(0x224)&&(_0x39c422=_0x17f37e[_0x5f59fb(0x136)])!=null&&_0x39c422[_0x5f59fb(0x127)]?{..._0x17f37e,'children':_0x17f37e[_0x5f59fb(0x136)][_0x5f59fb(0x1e3)](_0x423e5f=>typeof _0x423e5f[_0x5f59fb(0x20d)]['id']=='string'&&_0x57e7f3&&_0x57e7f3['includes'](_0x423e5f['attrs']['id'])?{..._0x423e5f,'attrs':{..._0x423e5f['attrs'],'id':_0x423e5f[_0x5f59fb(0x20d)]['id']+_0x3ce13c['idSuffix']}}:_0x423e5f)}:_0x17f37e;}function _0x396291(){const _0x2db133=_0x4854b6;return Math['random']()[_0x2db133(0x1f2)](0x24)[_0x2db133(0x1c3)](0x2,0x8);}_0x5e7f66['displayName']=_0x4854b6(0x13c);let _0xf457d={'tag':_0x4854b6(0xec),'attrs':{'xmlns':_0x4854b6(0xf9),'fill':_0x4854b6(0xd6),'viewBox':_0x4854b6(0xea),'width':_0x4854b6(0x15f),'height':_0x4854b6(0x15f)},'children':[{'tag':'g','attrs':{'fill':_0x4854b6(0x1a7),'clipPath':_0x4854b6(0x14e)},'children':[{'tag':'path','attrs':{'d':'M4.45388\x204.14989H3.52896C4.61144\x202.8939\x206.21319\x202.0999\x207.9999\x202.0999C11.2584\x202.0999\x2013.8999\x204.74142\x2013.8999\x207.9999C13.8999\x2011.2584\x2011.2584\x2013.8999\x207.9999\x2013.8999C4.74142\x2013.8999\x202.0999\x2011.2584\x202.0999\x207.9999C2.0999\x207.66853\x201.83127\x207.3999\x201.4999\x207.3999C1.16853\x207.3999\x200.899902\x207.66853\x200.899902\x207.9999C0.899902\x2011.9211\x204.07868\x2015.0999\x207.9999\x2015.0999C11.9211\x2015.0999\x2015.0999\x2011.9211\x2015.0999\x207.9999C15.0999\x204.07868\x2011.9211\x200.899902\x207.9999\x200.899902C5.88709\x200.899902\x203.9903\x201.82298\x202.69023\x203.28636V2.38625C2.69023\x202.05488\x202.42161\x201.78625\x202.09023\x201.78625C1.75886\x201.78625\x201.49023\x202.05488\x201.49023\x202.38625V4.74989C1.49023\x205.08126\x201.75886\x205.34989\x202.09023\x205.34989H4.45388C4.78525\x205.34989\x205.05388\x205.08126\x205.05388\x204.74989C5.05388\x204.41851\x204.78525\x204.14989\x204.45388\x204.14989Z'}},{'tag':'path','attrs':{'d':_0x4854b6(0x123)}}]},{'tag':_0x4854b6(0x224),'attrs':{},'children':[{'tag':_0x4854b6(0x1cd),'attrs':{'id':_0x4854b6(0x1d9)},'children':[{'tag':_0x4854b6(0x1eb),'attrs':{'fill':'white','d':_0x4854b6(0x1f7)}}]}]}],'defIds':[_0x4854b6(0x1d9)]},_0x32d1ae=(0x0,_0x12c311['forwardRef'])(function(_0x57fdc9,_0x16f72d){const _0x2ec68b=_0x4854b6;return(0x0,_0x12c311[_0x2ec68b(0xe0)])(_0x5e7f66,Object[_0x2ec68b(0xce)]({},_0x57fdc9,{'id':_0x2ec68b(0x141),'ref':_0x16f72d,'icon':_0xf457d}));});_0x32d1ae[_0x4854b6(0x165)]=_0x4854b6(0x219);let _0x38ec01=class extends _0x2c62c4['Disposable']{constructor(_0x231f94){const _0x1b0186=_0x4854b6;super(),this['_iconManager']=_0x231f94,this[_0x1b0186(0x1e5)]();}[_0x4854b6(0x1e5)](){const _0xdcc045=_0x4854b6;this[_0xdcc045(0x21c)](this[_0xdcc045(0x175)][_0xdcc045(0x1bc)]({'HistoryIcon':_0x32d1ae}));}};_0x38ec01=_0x40b813([_0x2a8892(0x0,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x297673[_0x4854b6(0x1e9)]))],_0x38ec01);function _0x36a7a1(_0x1ccf19){const _0x30f36b=_0x4854b6;return{'id':_0x2d45d9['id'],'type':_0x297673[_0x30f36b(0x1d1)][_0x30f36b(0x147)],'icon':_0x30f36b(0x219),'tooltip':_0x30f36b(0x101),'hidden$':(0x0,_0x297673[_0x30f36b(0xeb)])(_0x1ccf19,_0x2c62c4[_0x30f36b(0x212)][_0x30f36b(0x1cf)]),'disabled$':(0x0,_0x3d5d37['getCurrentRangeDisable$'])(_0x1ccf19,{'workbookTypes':[_0x35f56a[_0x30f36b(0x1e1)]],'worksheetTypes':[],'rangeTypes':[]})};}let _0x437193={[_0x297673[_0x4854b6(0xe2)][_0x4854b6(0x13e)]]:{[_0x2d45d9['id']]:{'order':0.2,'menuItemFactory':_0x36a7a1}}},_0x186ea6=class extends _0x2c62c4['RxDisposable']{constructor(_0x298023,_0x47c5fc,_0x5c970c,_0x2b248c,_0x5e632e,_0x308b3c,_0x270ea3,_0x50576c,_0x2d1b84,_0x44685b){const _0x54432f=_0x4854b6;super(),this[_0x54432f(0x232)]=_0x298023,this['_menuManagerService']=_0x47c5fc,this[_0x54432f(0x15a)]=_0x5c970c,this[_0x54432f(0x1bb)]=_0x2b248c,this['_messageService']=_0x5e632e,this[_0x54432f(0x1ad)]=_0x308b3c,this['_localCacheService']=_0x270ea3,this[_0x54432f(0x1f5)]=_0x50576c,this['_univerInstanceService']=_0x2d1b84,this[_0x54432f(0x177)]=_0x44685b,_0x1b8e9b(this,'_revertErrorTimer',null),this[_0x54432f(0x121)]();}[_0x4854b6(0x121)](){const _0x2f0bdb=_0x4854b6;[_0x2d45d9,_0xed5daf][_0x2f0bdb(0x16c)](_0x8b912d=>this['disposeWithMe']((0x0,_0x2c62c4[_0x2f0bdb(0x1a2)])(this[_0x2f0bdb(0x232)][_0x2f0bdb(0x122)](_0x8b912d)))),this[_0x2f0bdb(0x115)][_0x2f0bdb(0x14f)](_0x437193),this[_0x2f0bdb(0x21c)](this[_0x2f0bdb(0x232)][_0x2f0bdb(0x1a4)](async(_0x52cbe4,_0x4f6259)=>{const _0xe680cb=_0x2f0bdb;if(_0x52cbe4['id']===_0x1d2b88[_0xe680cb(0x10a)]['id']){let {unitId:_0x44e651}=_0x52cbe4[_0xe680cb(0x154)];this[_0xe680cb(0x145)][_0xe680cb(0x1e0)]({'content':this['_localeService']['t'](_0xe680cb(0x1b5)),'type':_0xc7d7d8['MessageType']['Loading'],'duration':0x1388});let _0x5d28f9=this[_0xe680cb(0x1ad)][_0xe680cb(0x167)](_0x44e651);_0x4f6259!=null&&_0x4f6259[_0xe680cb(0xfa)]?this[_0xe680cb(0x227)](_0x5d28f9,async()=>(setTimeout(()=>window[_0xe680cb(0x1f4)][_0xe680cb(0x179)]()),!0x0),!0x0):this[_0xe680cb(0x227)](_0x5d28f9,async()=>{const _0x1403aa=_0xe680cb;let _0x379ce0=this['_univerInstanceService'][_0x1403aa(0x1d4)](_0x2c62c4['UniverInstanceType']['UNIVER_SHEET']),_0x30a05e=_0x379ce0==null?void 0x0:_0x379ce0[_0x1403aa(0x170)]();if(!_0x30a05e)return!0x1;this['_univerInstanceService'][_0x1403aa(0x102)](_0x44e651);let _0x5d9991=await this[_0x1403aa(0x1f5)][_0x1403aa(0x1b7)](_0x44e651,_0x2c62c4[_0x1403aa(0x212)][_0x1403aa(0x1cf)]);return _0x5d9991&&_0x5d9991 instanceof _0x2c62c4[_0x1403aa(0x109)]?(await this['_setupSubUnitSync'](_0x5d9991,_0x30a05e['getSheetId']()),!0x0):!0x1;});}}));}[_0x4854b6(0x227)](_0x502e0b,_0x106037,_0x320561=!0x1){const _0x484392=_0x4854b6;let _0x39e1ef=(0x0,_0x1eb6ae[_0x484392(0x1c6)])([_0x502e0b[_0x484392(0x117)][_0x484392(0x1e2)],_0x502e0b['state$']])[_0x484392(0x1dc)](async([_0xb6afda,_0x2f11b6])=>{const _0x3dac32=_0x484392;if(_0xb6afda[_0x3dac32(0x1bf)]===_0x1d2b88[_0x3dac32(0x208)]['CHANGESET_ACK']&&(_0x2f11b6==null?void 0x0:_0x2f11b6['status'])===_0x3139fd[_0x3dac32(0x1ba)]['SYNCED']&&_0xb6afda[_0x3dac32(0x11e)][_0x3dac32(0x19c)][_0x3dac32(0xed)](_0x137d14=>_0x137d14['id']===_0x1d2b88[_0x3dac32(0x10a)]['id'])&&await _0x106037()){var _0x365db9;this['_historyManagerService'][_0x3dac32(0x1c5)](),_0x39e1ef['unsubscribe'](),this[_0x3dac32(0x215)]&&clearTimeout(this[_0x3dac32(0x215)]),await((_0x365db9=this['_localCacheService'])==null?void 0x0:_0x365db9[_0x3dac32(0x1a3)]()),this[_0x3dac32(0x145)][_0x3dac32(0x206)]();}});_0x320561&&(this[_0x484392(0x215)]=setTimeout(()=>{const _0x2eb0bd=_0x484392;_0x39e1ef['unsubscribe'](),this['_messageService'][_0x2eb0bd(0x1e0)]({'content':this[_0x2eb0bd(0x1bb)]['t']('edit-history-loader.panel.revertFailed'),'type':_0xc7d7d8[_0x2eb0bd(0x126)][_0x2eb0bd(0x140)],'duration':0xbb8});},0x1388));}async[_0x4854b6(0x143)](_0x4e2c5f,_0x369d99){const _0x295543=_0x4854b6;await this['_updateSubUnitFromURLParams'](_0x4e2c5f,_0x369d99),_0x4e2c5f[_0x295543(0x106)]['pipe']((0x0,_0x1eb6ae[_0x295543(0x222)])(this[_0x295543(0x174)]))[_0x295543(0x1dc)](_0x330db8=>{_0x330db8&&this['_updateURLWithCurrentState'](_0x330db8);}),this[_0x295543(0x177)][_0x295543(0xde)][_0x295543(0x1ec)]((0x0,_0x1eb6ae[_0x295543(0x222)])(this[_0x295543(0x174)]))[_0x295543(0x1dc)](()=>this[_0x295543(0xf5)](_0x4e2c5f,_0x369d99));}[_0x4854b6(0x188)](_0x36d0ac,_0x3b1da7=!0x1){const _0x1b751f=_0x4854b6;let _0x4ee0f1=this[_0x1b751f(0x177)][_0x1b751f(0x149)]('subunit');_0x36d0ac[_0x1b751f(0x1ce)]()!==_0x4ee0f1&&this[_0x1b751f(0x177)]['setParam'](_0x1b751f(0x1ac),_0x36d0ac[_0x1b751f(0x1ce)](),_0x3b1da7);}async[_0x4854b6(0xf5)](_0x38ce3f,_0x24944){const _0x5785f0=_0x4854b6;var _0x47a8ca;if(!_0x24944||!_0x38ce3f['getSheetBySheetId'](_0x24944)){let _0x1ab5d1=_0x38ce3f[_0x5785f0(0xcd)]()[0x0],_0x534ff1=_0x38ce3f[_0x5785f0(0xf1)](_0x1ab5d1);if(!_0x534ff1)return;this['_updateURLWithCurrentState'](_0x534ff1,!0x0),await this['_commandService']['executeCommand'](_0x35f56a[_0x5785f0(0x203)]['id'],{'unitId':_0x38ce3f[_0x5785f0(0x104)](),'subUnitId':_0x1ab5d1});return;}((_0x47a8ca=_0x38ce3f['getActiveSheet']())==null?void 0x0:_0x47a8ca['getSheetId']())!==_0x24944&&await this['_commandService'][_0x5785f0(0x15b)](_0x35f56a['SetWorksheetActivateCommand']['id'],{'unitId':_0x38ce3f[_0x5785f0(0x104)](),'subUnitId':_0x24944});}};_0x186ea6=_0x40b813([_0x2a8892(0x0,_0x2c62c4['ICommandService']),_0x2a8892(0x1,_0x297673[_0x4854b6(0x1ef)]),_0x2a8892(0x2,(0x0,_0x2c62c4['Inject'])(_0x4085da)),_0x2a8892(0x3,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x2c62c4[_0x4854b6(0x11a)])),_0x2a8892(0x4,_0x297673[_0x4854b6(0x157)]),_0x2a8892(0x5,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x3139fd[_0x4854b6(0xdb)])),_0x2a8892(0x6,_0x3139fd[_0x4854b6(0x124)]),_0x2a8892(0x7,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x3139fd[_0x4854b6(0x1db)])),_0x2a8892(0x8,_0x2c62c4['IUniverInstanceService']),_0x2a8892(0x9,_0x2d1610['IURLService'])],_0x186ea6);let _0xbd315=_0x4854b6(0x1d0),_0x468229=class extends _0x2c62c4[_0x4854b6(0x152)]{constructor(_0x269ab4,_0x28e5dd,_0x416c8a,_0x209739,_0x13ff15,_0x5ef6cd,_0x24e2b8,_0x3b7edf,_0x48a910,_0x5d7de4){const _0x5e3d52=_0x4854b6;super(),this[_0x5e3d52(0x1bb)]=_0x269ab4,this['_univerInstanceService']=_0x28e5dd,this[_0x5e3d52(0x184)]=_0x416c8a,this[_0x5e3d52(0x232)]=_0x209739,this['_messageService']=_0x13ff15,this[_0x5e3d52(0x1af)]=_0x5ef6cd,this['_selectionProtectionRuleModel']=_0x24e2b8,this[_0x5e3d52(0x226)]=_0x3b7edf,this['_sidebarService']=_0x48a910,this[_0x5e3d52(0x17d)]=_0x5d7de4,_0x1b8e9b(this,_0x5e3d52(0x171),new _0x1eb6ae[(_0x5e3d52(0x1da))](null)),_0x1b8e9b(this,_0x5e3d52(0x15e),this[_0x5e3d52(0x171)]['asObservable']()),_0x1b8e9b(this,'_disposableCollection',new _0x2c62c4[(_0x5e3d52(0xfe))]()),_0x1b8e9b(this,_0x5e3d52(0x20e),new Map()),_0x1b8e9b(this,_0x5e3d52(0x17c),null),this[_0x5e3d52(0x121)]();}get['historyUniver'](){const _0x48010e=_0x4854b6;return this[_0x48010e(0x171)]['value'];}['_init'](){const _0x5a7ae3=_0x4854b6;this[_0x5a7ae3(0x20a)](),this[_0x5a7ae3(0x153)]();}[_0x4854b6(0x20a)](){const _0x368fc4=_0x4854b6;var _0x1f40e1;let _0x1fe2c6=(_0x1f40e1=this[_0x368fc4(0x184)][_0x368fc4(0x191)](_0x368fc4(0x1c1)))==null?_0x368fc4(0x130):_0x1f40e1,_0x5d1091=document[_0x368fc4(0x11f)](_0x1fe2c6);if(!_0x5d1091)return;let _0x1b551e=document['createElement'](_0x368fc4(0x22c));_0x1b551e['id']=_0xbd315,_0x1b551e[_0x368fc4(0x22a)][_0x368fc4(0xf4)]=_0x368fc4(0x1fd),_0x1b551e[_0x368fc4(0xcc)][_0x368fc4(0x180)]=_0x368fc4(0x18a),_0x1b551e[_0x368fc4(0xcc)]['top']='0',_0x1b551e[_0x368fc4(0xcc)][_0x368fc4(0x13d)]='0',_0x1b551e['style']['width']=_0x368fc4(0x131),_0x1b551e['style'][_0x368fc4(0x192)]=_0x368fc4(0x131),_0x1b551e[_0x368fc4(0xcc)][_0x368fc4(0x198)]='49',_0x1b551e[_0x368fc4(0xcc)][_0x368fc4(0x200)]=_0x368fc4(0xd6),_0x5d1091[_0x368fc4(0x11d)](_0x1b551e);}[_0x4854b6(0x153)](){const _0x3fba13=_0x4854b6;[[_0x215808[_0x3fba13(0x16a)]],[_0x297673['UniverMobileUIPlugin'],{'container':_0xbd315,'header':!0x0,'toolbar':!0x1,'footer':!0x0,'contextMenu':!0x1,'override':[[_0x297673[_0x3fba13(0x150)],null]]}],[_0x2d5740[_0x3fba13(0x10f)]],[_0x1b11f9[_0x3fba13(0x16d)],{'override':[[_0x1b11f9[_0x3fba13(0x17e)],null]]}],[_0x2ad147[_0x3fba13(0x144)],{'hasScroll':!0x1}],[_0x27a19a[_0x3fba13(0x1ed)]],[_0x6a287[_0x3fba13(0xcf)]],[_0x35f56a[_0x3fba13(0x1b2)],{'notExecuteFormula':!0x0}],[_0x3d5d37[_0x3fba13(0xf3)]],[_0x1eabab['UniverSheetsFormulaPlugin']],[_0x56ee6e[_0x3fba13(0x1ff)]],[_0x1d2b88[_0x3fba13(0x12b)]],[_0x1ac579[_0x3fba13(0x19b)]],[_0xa6d4c0[_0x3fba13(0x236)]],[_0x3a932f[_0x3fba13(0x129)]],[_0x3e91f3['UniverSheetsHyperLinkUIPlugin']],[_0x1d6083[_0x3fba13(0x100)]],[_0x5cad52[_0x3fba13(0xd0)]],[_0x1aa384['UniverSheetsDataValidationMobileUIPlugin']],[_0x35c8ce['UniverFormulaEnginePlugin'],{'notExecuteFormula':!0x0}],[_0x40d021[_0x3fba13(0x204)]],[_0x427d87[_0x3fba13(0x17b)]],[_0x5e40b8[_0x3fba13(0xdf)]],[_0x4aa874['UniverSheetSparklinePlugin']],[_0x5a742a['UniverSheetSparklineUIPlugin']],[_0x1eafea[_0x3fba13(0x18e)]],[_0x16108f[_0x3fba13(0x1d5)]],[_0x2fd715[_0x3fba13(0x231)]],[_0x187563[_0x3fba13(0x19a)]],[_0x141621['UniverSheetsPivotTablePlugin'],{'notExecuteFormula':!0x0}],[_0x51052e['UniverSheetsTablePlugin']]]['forEach'](([_0x543dfd,_0x51560f])=>this['registerPlugin'](_0x543dfd,_0x51560f));}[_0x4854b6(0x1d6)](){const _0x1e766b=_0x4854b6;super['dispose'](),this[_0x1e766b(0x1c5)](),this[_0x1e766b(0x20e)][_0x1e766b(0x189)]();}[_0x4854b6(0x146)](_0x2fedbc,_0x149c66,_0x571fda){const _0x405cc6=_0x4854b6;if(this[_0x405cc6(0x20e)][_0x405cc6(0x14d)](_0x2fedbc[_0x405cc6(0x1d2)])&&!_0x571fda)throw Error('[MobileHistoryLoaderService]:\x20Plugin\x20'+_0x2fedbc[_0x405cc6(0x1d2)]+'\x20has\x20been\x20registered.');this[_0x405cc6(0x20e)]['set'](_0x2fedbc[_0x405cc6(0x1d2)],[_0x2fedbc,_0x149c66]);}[_0x4854b6(0x1a0)](){const _0x2b449a=_0x4854b6;return Array[_0x2b449a(0x1e7)](this[_0x2b449a(0x20e)][_0x2b449a(0x14c)]());}['mountHistoryContent'](_0x15af1f,_0x97732c){const _0x498389=_0x4854b6;let _0x5ad0e7=document[_0x498389(0x11f)](_0xbd315);_0x5ad0e7&&(_0x5ad0e7[_0x498389(0xcc)]['display']=_0x498389(0x13f),this['_initUniver'](_0x15af1f,_0xbd315,_0x97732c));}['unMountHistoryContent'](){const _0xc5fc8d=_0x4854b6;var _0x373f14;this[_0xc5fc8d(0x1bd)][_0xc5fc8d(0x1d6)](),(_0x373f14=this[_0xc5fc8d(0x162)])==null||_0x373f14[_0xc5fc8d(0x1d6)](),this['_historyUniver$']['next'](null);let _0x1c6589=document[_0xc5fc8d(0x11f)](_0xbd315);_0x1c6589&&(_0x1c6589[_0xc5fc8d(0xcc)][_0xc5fc8d(0x200)]=_0xc5fc8d(0xd6),this['_internalWebWorker']&&(this['_internalWebWorker'][_0xc5fc8d(0x163)](),this[_0xc5fc8d(0x17c)]=null));}[_0x4854b6(0xf7)](_0x10cbf3,_0x1a5c82,_0x213ac7){const _0x4ad03c=_0x4854b6;var _0xfea99,_0x10a77d,_0x64fc58,_0x3229c5;if(this[_0x4ad03c(0x162)])return;let _0x5c313b=new _0x2c62c4[(_0x4ad03c(0x1cb))]({'locales':{[this['_localeService'][_0x4ad03c(0x210)]()]:this[_0x4ad03c(0x1bb)][_0x4ad03c(0x22e)]()},'override':[[_0x2c62c4['IAuthzIoService'],{'useClass':_0x3139fd[_0x4ad03c(0x1b8)]}]]}),_0x2de6ce=_0x5c313b[_0x4ad03c(0xd2)]();this[_0x4ad03c(0x21c)](this[_0x4ad03c(0x17d)][_0x4ad03c(0xd4)][_0x4ad03c(0x1dc)](_0x5e9f81=>{const _0x229c59=_0x4ad03c;_0x2de6ce['get'](_0x2c62c4[_0x229c59(0xe1)])[_0x229c59(0x1e6)](_0x5e9f81);})),this[_0x4ad03c(0x21c)](this['_themeService'][_0x4ad03c(0xfd)]['subscribe'](_0x50bcac=>{const _0x360d91=_0x4ad03c;_0x2de6ce[_0x360d91(0xcb)](_0x2c62c4[_0x360d91(0xe1)])[_0x360d91(0x205)](_0x50bcac);})),_0x2de6ce[_0x4ad03c(0xcb)](_0x2c62c4[_0x4ad03c(0x11a)])[_0x4ad03c(0x211)](this[_0x4ad03c(0x1bb)][_0x4ad03c(0x210)]()),_0x2de6ce[_0x4ad03c(0xcb)](_0x2c62c4[_0x4ad03c(0x1a1)])[_0x4ad03c(0x1e4)](_0x3139fd[_0x4ad03c(0x194)],this[_0x4ad03c(0x184)][_0x4ad03c(0x191)](_0x3139fd[_0x4ad03c(0x194)]));let _0x447db7=this[_0x4ad03c(0x184)]['getConfig'](_0x344d28['LS_CONFIG_KEY']);_0x447db7&&_0x5c313b['registerPlugin'](_0x344d28[_0x4ad03c(0x110)],{'license':_0x447db7['ls']});let _0x5a70db=(_0xfea99=this[_0x4ad03c(0x184)][_0x4ad03c(0x191)]('edit-history-loader.config'))==null?void 0x0:_0xfea99[_0x4ad03c(0xe4)],_0x49db64=!!_0x5a70db;_0x49db64&&(this[_0x4ad03c(0x17c)]=_0x5a70db instanceof Worker?_0x5a70db:null,_0x5c313b[_0x4ad03c(0x146)](_0xdfe6f8[_0x4ad03c(0x1d7)],{'workerURL':_0x5a70db})),this[_0x4ad03c(0x20e)][_0x4ad03c(0x16c)](([_0x28b099,_0x5d518d])=>{const _0x34ee41=_0x4ad03c;_0x5c313b[_0x34ee41(0x146)](_0x28b099,_0x5d518d);}),_0x5c313b[_0x4ad03c(0x146)](_0x53a468[_0x4ad03c(0x19e)],{'historyListServerUrl':(_0x10a77d=this[_0x4ad03c(0x184)]['getConfig']('edit-history-loader.config'))==null?void 0x0:_0x10a77d[_0x4ad03c(0xe6)],'historyPanelComponentKey':(_0x64fc58=this[_0x4ad03c(0x184)][_0x4ad03c(0x191)](_0x4ad03c(0x18f)))==null?void 0x0:_0x64fc58[_0x4ad03c(0x13a)],'historyPanelHidden':(_0x3229c5=this[_0x4ad03c(0x184)][_0x4ad03c(0x191)](_0x4ad03c(0x18f)))==null?void 0x0:_0x3229c5[_0x4ad03c(0xd8)]}),_0x2de6ce[_0x4ad03c(0x21a)](_0x42db94=>{const _0x1d399d=_0x4ad03c;this[_0x1d399d(0x166)](_0x42db94,_0x10cbf3);}),this[_0x4ad03c(0x171)][_0x4ad03c(0x20b)](_0x5c313b);let _0x270313=_0x2de6ce[_0x4ad03c(0xcb)](_0x53a468[_0x4ad03c(0x125)]),_0x2328ae=this['_checkCanRevert'](_0x10cbf3),_0x49c146=()=>{const _0x14c0f2=_0x4ad03c;_0x213ac7?_0x270313[_0x14c0f2(0xef)](_0x10cbf3,_0x1a5c82,_0x2328ae,_0x213ac7):_0x270313[_0x14c0f2(0x21e)](_0x10cbf3,_0x1a5c82,_0x2328ae);};if(this[_0x4ad03c(0x145)]['show']({'content':this[_0x4ad03c(0x1bb)]['t'](_0x4ad03c(0x1b3)),'type':_0xc7d7d8['MessageType'][_0x4ad03c(0xf8)]}),_0x49db64)try{_0x2de6ce[_0x4ad03c(0xcb)](_0xdfe6f8[_0x4ad03c(0xf6)])[_0x4ad03c(0x21f)]()[_0x4ad03c(0x1f8)](()=>{_0x49c146();});}catch{_0x49c146();}else _0x49c146();}[_0x4854b6(0x166)](_0x13f63a,_0x35470f){const _0x5a3a3e=_0x4854b6;let _0xbcc311=_0x13f63a[_0x5a3a3e(0xcb)](_0x53a468[_0x5a3a3e(0x125)]);this[_0x5a3a3e(0x1bd)][_0x5a3a3e(0x223)](_0xbcc311[_0x5a3a3e(0xf0)][_0x5a3a3e(0x1dc)](_0x507443=>{const _0x5546ab=_0x5a3a3e;switch(_0x507443){case _0x53a468[_0x5546ab(0x155)][_0x5546ab(0x1f9)]:this[_0x5546ab(0x226)][_0x5546ab(0xff)](),this['_sidebarService'][_0x5546ab(0x142)]();break;case _0x53a468[_0x5546ab(0x155)][_0x5546ab(0x190)]:this[_0x5546ab(0x232)][_0x5546ab(0x15b)](_0xed5daf['id']),this[_0x5546ab(0x1c5)]();break;case _0x53a468[_0x5546ab(0x155)][_0x5546ab(0x140)]:this[_0x5546ab(0x1c5)](),this[_0x5546ab(0x145)][_0x5546ab(0x1e0)]({'content':this[_0x5546ab(0x1bb)]['t'](_0x5546ab(0x128)),'type':_0xc7d7d8[_0x5546ab(0x126)]['Error'],'duration':0xbb8});break;default:break;}})),this[_0x5a3a3e(0x1bd)][_0x5a3a3e(0x223)](_0xbcc311[_0x5a3a3e(0xe3)]['subscribe'](async _0x5ec078=>{const _0x469776=_0x5a3a3e;_0x5ec078&&this['_commandService'][_0x469776(0x15b)](_0x1d2b88[_0x469776(0x10a)]['id'],{'unitId':_0x35470f,'revision':_0x5ec078});}));}[_0x4854b6(0xd5)](_0x57a56e){const _0x55e26a=_0x4854b6;let _0x41fbee=this[_0x55e26a(0x1b1)]['getUnit'](_0x57a56e)[_0x55e26a(0x1f1)]()[_0x55e26a(0x1e3)](_0x1e82cf=>_0x1e82cf[_0x55e26a(0x1ce)]()),_0x555191=new _0x35f56a[(_0x55e26a(0x201))](_0x57a56e)['id'],_0x213162=_0x41fbee[_0x55e26a(0x1e3)](_0x3c66c4=>new _0x35f56a['WorksheetEditPermission'](_0x57a56e,_0x3c66c4)['id']),_0xe35ad7=_0x41fbee[_0x55e26a(0x1e3)](_0x173c72=>this['_selectionProtectionRuleModel']['getSubunitRuleList'](_0x57a56e,_0x173c72)['map'](_0x24b988=>new _0x35f56a['RangeProtectionPermissionEditPoint'](_0x57a56e,_0x173c72,_0x24b988['permissionId'])['id']))['flat'](),_0x29605e=new _0x35f56a[(_0x55e26a(0xda))](_0x57a56e)['id'];return this[_0x55e26a(0x1af)][_0x55e26a(0x1a6)]([_0x555191,..._0x213162,..._0xe35ad7,_0x29605e])[_0x55e26a(0x1fa)](_0x5d9e28=>!!_0x5d9e28[_0x55e26a(0x216)]);}};_0x468229=_0x40b813([_0x2a8892(0x0,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x2c62c4['LocaleService'])),_0x2a8892(0x1,_0x2c62c4[_0x4854b6(0x217)]),_0x2a8892(0x2,_0x2c62c4[_0x4854b6(0x1a1)]),_0x2a8892(0x3,_0x2c62c4[_0x4854b6(0x172)]),_0x2a8892(0x4,_0x297673['IMessageService']),_0x2a8892(0x5,_0x2c62c4[_0x4854b6(0x17f)]),_0x2a8892(0x6,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x35f56a['RangeProtectionRuleModel'])),_0x2a8892(0x7,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x297673['IDialogService'])),_0x2a8892(0x8,(0x0,_0x2c62c4['Inject'])(_0x297673[_0x4854b6(0x1ee)])),_0x2a8892(0x9,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x2c62c4[_0x4854b6(0xe1)]))],_0x468229);let _0x2511a9=class extends _0x2c62c4[_0x4854b6(0x225)]{constructor(_0x453810=_0x2d2e6e,_0x2b835a,_0x4a318b){const _0x37258b=_0x4854b6;super(),this[_0x37258b(0x218)]=_0x453810,this[_0x37258b(0x1b6)]=_0x2b835a,this[_0x37258b(0x184)]=_0x4a318b;let {menu:_0x145afa,..._0x17bf89}=(0x0,_0x2c62c4['merge'])({},_0x2d2e6e,this[_0x37258b(0x218)]);_0x145afa&&this[_0x37258b(0x184)][_0x37258b(0x1e4)](_0x37258b(0xe9),_0x145afa,{'merge':!0x0}),this[_0x37258b(0x184)][_0x37258b(0x1e4)](_0x363da7,_0x17bf89),this[_0x37258b(0x218)][_0x37258b(0x103)]&&this[_0x37258b(0x184)]['setConfig']('UNIVER_CONTAINER_ID',this[_0x37258b(0x218)][_0x37258b(0x103)]);}[_0x4854b6(0x113)](){const _0x1a3a86=_0x4854b6;this['_injector']['add']([_0x38ec01]),this[_0x1a3a86(0x1b6)][_0x1a3a86(0xcb)](_0x38ec01),[[_0x4085da,{'useClass':_0x468229}],[_0x186ea6]]['forEach'](_0x16cc49=>this[_0x1a3a86(0x1b6)][_0x1a3a86(0x223)](_0x16cc49));}[_0x4854b6(0x14a)](){const _0x2eb00c=_0x4854b6;this[_0x2eb00c(0x1b6)][_0x2eb00c(0xcb)](_0x186ea6);}};_0x1b8e9b(_0x2511a9,_0x4854b6(0x22f),_0x2c62c4[_0x4854b6(0x212)][_0x4854b6(0x119)]),_0x1b8e9b(_0x2511a9,_0x4854b6(0x1d2),_0x4854b6(0x228)),_0x1b8e9b(_0x2511a9,_0x4854b6(0x17a),_0x47b4bd),_0x1b8e9b(_0x2511a9,_0x4854b6(0x1c0),_0x5aa2d5),_0x2511a9=_0x40b813([(0x0,_0x2c62c4['DependentOn'])(_0x344d28[_0x4854b6(0x110)]),_0x2a8892(0x1,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x2c62c4[_0x4854b6(0x1f0)])),_0x2a8892(0x2,_0x2c62c4[_0x4854b6(0x1a1)])],_0x2511a9);let _0x40ee64=class extends _0x2c62c4[_0x4854b6(0x173)]{constructor(_0xb39a48,_0x327ce0,_0x413963,_0x2e1ca7,_0x4d1e8a,_0x116113,_0x40b2b4,_0x46e86b,_0x2c1a48,_0x26358d){const _0x104992=_0x4854b6;super(),this[_0x104992(0x232)]=_0xb39a48,this[_0x104992(0x115)]=_0x327ce0,this[_0x104992(0x15a)]=_0x413963,this[_0x104992(0x1bb)]=_0x2e1ca7,this['_messageService']=_0x4d1e8a,this[_0x104992(0x1ad)]=_0x116113,this[_0x104992(0x18c)]=_0x40b2b4,this[_0x104992(0x1f5)]=_0x46e86b,this[_0x104992(0x1b1)]=_0x2c1a48,this[_0x104992(0x177)]=_0x26358d,_0x1b8e9b(this,'_revertErrorTimer',null),this[_0x104992(0x121)]();}[_0x4854b6(0x121)](){const _0x2447be=_0x4854b6;[_0x2d45d9,_0xed5daf][_0x2447be(0x16c)](_0x5b93fe=>this[_0x2447be(0x21c)]((0x0,_0x2c62c4[_0x2447be(0x1a2)])(this['_commandService'][_0x2447be(0x122)](_0x5b93fe)))),this[_0x2447be(0x115)][_0x2447be(0x14f)](_0x437193),this[_0x2447be(0x21c)](this[_0x2447be(0x232)][_0x2447be(0x1a4)](async(_0x4bffe7,_0x538bd1)=>{const _0x294f86=_0x2447be;if(_0x4bffe7['id']===_0x1d2b88[_0x294f86(0x10a)]['id']){let {unitId:_0x22a703}=_0x4bffe7[_0x294f86(0x154)];this[_0x294f86(0x145)]['show']({'content':this['_localeService']['t'](_0x294f86(0x1b5)),'type':_0xc7d7d8[_0x294f86(0x126)][_0x294f86(0xf8)],'duration':0x1388});let _0x3ba982=this[_0x294f86(0x1ad)]['getCollabEntity'](_0x22a703);_0x538bd1!=null&&_0x538bd1['fromCollab']?this[_0x294f86(0x227)](_0x3ba982,async()=>(setTimeout(()=>window[_0x294f86(0x1f4)]['reload']()),!0x0),!0x0):this[_0x294f86(0x227)](_0x3ba982,async()=>{const _0x3167e7=_0x294f86;let _0x8e593e=this[_0x3167e7(0x1b1)]['getCurrentUnitOfType'](_0x2c62c4[_0x3167e7(0x212)][_0x3167e7(0x1cf)]),_0x567190=_0x8e593e==null?void 0x0:_0x8e593e['getActiveSheet']();if(!_0x567190)return!0x1;this[_0x3167e7(0x1b1)][_0x3167e7(0x102)](_0x22a703);let _0xd18c98=await this[_0x3167e7(0x1f5)]['loadUnit'](_0x22a703,_0x2c62c4['UniverInstanceType']['UNIVER_SHEET']);return _0xd18c98&&_0xd18c98 instanceof _0x2c62c4[_0x3167e7(0x109)]?(await this[_0x3167e7(0x143)](_0xd18c98,_0x567190[_0x3167e7(0x1ce)]()),!0x0):!0x1;});}}));}[_0x4854b6(0x227)](_0xe7d643,_0x4082e1,_0x413a26=!0x1){const _0x41d136=_0x4854b6;let _0x4186bc=(0x0,_0x1eb6ae[_0x41d136(0x1c6)])([_0xe7d643['session'][_0x41d136(0x1e2)],_0xe7d643[_0x41d136(0x1fe)]])[_0x41d136(0x1dc)](async([_0x3ad5f9,_0x321559])=>{const _0x3175fe=_0x41d136;if(_0x3ad5f9[_0x3175fe(0x1bf)]===_0x1d2b88['CollaborationEvent'][_0x3175fe(0x235)]&&(_0x321559==null?void 0x0:_0x321559[_0x3175fe(0x1f6)])===_0x3139fd['CollaborationStatus']['SYNCED']&&_0x3ad5f9[_0x3175fe(0x11e)][_0x3175fe(0x19c)][_0x3175fe(0xed)](_0x2637aa=>_0x2637aa['id']===_0x1d2b88[_0x3175fe(0x10a)]['id'])&&await _0x4082e1()){var _0x5419f3;this[_0x3175fe(0x15a)]['unMountHistoryContent'](),_0x4186bc[_0x3175fe(0x1b9)](),this[_0x3175fe(0x215)]&&clearTimeout(this[_0x3175fe(0x215)]),await((_0x5419f3=this[_0x3175fe(0x18c)])==null?void 0x0:_0x5419f3[_0x3175fe(0x1a3)]());}});_0x413a26&&(this[_0x41d136(0x215)]=setTimeout(()=>{const _0x5b1e04=_0x41d136;_0x4186bc[_0x5b1e04(0x1b9)](),this['_messageService'][_0x5b1e04(0x1e0)]({'content':this[_0x5b1e04(0x1bb)]['t'](_0x5b1e04(0x10c)),'type':_0xc7d7d8[_0x5b1e04(0x126)]['Error'],'duration':0xbb8});},0x1388));}async[_0x4854b6(0x143)](_0x108ba1,_0x31e14b){const _0x452bc0=_0x4854b6;await this[_0x452bc0(0xf5)](_0x108ba1,_0x31e14b),_0x108ba1[_0x452bc0(0x106)]['pipe']((0x0,_0x1eb6ae[_0x452bc0(0x222)])(this[_0x452bc0(0x174)]))[_0x452bc0(0x1dc)](_0x78ed3d=>{_0x78ed3d&&this['_updateURLWithCurrentState'](_0x78ed3d);}),this[_0x452bc0(0x177)][_0x452bc0(0xde)][_0x452bc0(0x1ec)]((0x0,_0x1eb6ae[_0x452bc0(0x222)])(this['dispose$']))[_0x452bc0(0x1dc)](()=>this['_updateSubUnitFromURLParams'](_0x108ba1,_0x31e14b));}[_0x4854b6(0x188)](_0x415137,_0x4c14d4=!0x1){const _0x34edcd=_0x4854b6;let _0x22962f=this['_urlService'][_0x34edcd(0x149)](_0x34edcd(0x1ac));_0x415137[_0x34edcd(0x1ce)]()!==_0x22962f&&this[_0x34edcd(0x177)][_0x34edcd(0x1df)](_0x34edcd(0x1ac),_0x415137['getSheetId'](),_0x4c14d4);}async[_0x4854b6(0xf5)](_0x402738,_0x3e2c6d){const _0x4d55cc=_0x4854b6;var _0x5476ea;if(!_0x3e2c6d||!_0x402738['getSheetBySheetId'](_0x3e2c6d)){let _0x5e6a8c=_0x402738[_0x4d55cc(0xcd)]()[0x0],_0x3f39bd=_0x402738['getSheetBySheetId'](_0x5e6a8c);if(!_0x3f39bd)return;this[_0x4d55cc(0x188)](_0x3f39bd,!0x0),await this[_0x4d55cc(0x232)]['executeCommand'](_0x35f56a['SetWorksheetActivateCommand']['id'],{'unitId':_0x402738['getUnitId'](),'subUnitId':_0x5e6a8c});return;}((_0x5476ea=_0x402738[_0x4d55cc(0x170)]())==null?void 0x0:_0x5476ea[_0x4d55cc(0x1ce)]())!==_0x3e2c6d&&await this[_0x4d55cc(0x232)][_0x4d55cc(0x15b)](_0x35f56a[_0x4d55cc(0x203)]['id'],{'unitId':_0x402738['getUnitId'](),'subUnitId':_0x3e2c6d});}};_0x40ee64=_0x40b813([_0x2a8892(0x0,_0x2c62c4['ICommandService']),_0x2a8892(0x1,_0x297673['IMenuManagerService']),_0x2a8892(0x2,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x4085da)),_0x2a8892(0x3,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x2c62c4[_0x4854b6(0x11a)])),_0x2a8892(0x4,_0x297673[_0x4854b6(0x157)]),_0x2a8892(0x5,(0x0,_0x2c62c4['Inject'])(_0x3139fd[_0x4854b6(0xdb)])),_0x2a8892(0x6,_0x3139fd['ILocalCacheService']),_0x2a8892(0x7,(0x0,_0x2c62c4[_0x4854b6(0x1fc)])(_0x3139fd[_0x4854b6(0x1db)])),_0x2a8892(0x8,_0x2c62c4[_0x4854b6(0x217)]),_0x2a8892(0x9,_0x2d1610['IURLService'])],_0x40ee64);let _0x237e7a=class extends _0x2c62c4[_0x4854b6(0x225)]{constructor(_0x5eab82=_0x2d2e6e,_0x591aff,_0x533278){const _0x9de162=_0x4854b6;super(),this[_0x9de162(0x218)]=_0x5eab82,this['_injector']=_0x591aff,this[_0x9de162(0x184)]=_0x533278;let {menu:_0x146155,..._0x36071f}=(0x0,_0x2c62c4[_0x9de162(0x18d)])({},_0x2d2e6e,this[_0x9de162(0x218)]);_0x146155&&this[_0x9de162(0x184)][_0x9de162(0x1e4)]('menu',_0x146155,{'merge':!0x0}),this[_0x9de162(0x184)][_0x9de162(0x1e4)](_0x363da7,_0x36071f),this[_0x9de162(0x218)]['univerContainerId']&&this[_0x9de162(0x184)][_0x9de162(0x1e4)](_0x4cbd73,this['_config'][_0x9de162(0x103)]);}[_0x4854b6(0x113)](){const _0xb2e083=_0x4854b6;this['_injector']['add']([_0x38ec01]),this['_injector'][_0xb2e083(0xcb)](_0x38ec01),[[_0x4085da],[_0x40ee64]][_0xb2e083(0x16c)](_0x15b18d=>this['_injector']['add'](_0x15b18d));}[_0x4854b6(0x14a)](){const _0xda49be=_0x4854b6;this[_0xda49be(0x1b6)]['get'](_0x40ee64);}};_0x1b8e9b(_0x237e7a,'type',_0x2c62c4[_0x4854b6(0x212)]['UNIVER_UNKNOWN']),_0x1b8e9b(_0x237e7a,_0x4854b6(0x1d2),_0x4854b6(0x114)),_0x1b8e9b(_0x237e7a,'packageName',_0x47b4bd),_0x1b8e9b(_0x237e7a,_0x4854b6(0x1c0),_0x5aa2d5),_0x237e7a=_0x40b813([(0x0,_0x2c62c4[_0x4854b6(0x1f3)])(_0x344d28[_0x4854b6(0x110)]),_0x2a8892(0x1,(0x0,_0x2c62c4['Inject'])(_0x2c62c4[_0x4854b6(0x1f0)])),_0x2a8892(0x2,_0x2c62c4['IConfigService'])],_0x237e7a),_0x2651b6[_0x4854b6(0x116)]=_0x363da7,Object[_0x4854b6(0x161)](_0x2651b6,_0x4854b6(0x1aa),{'enumerable':!0x0,'get':function(){return _0x4085da;}}),Object['defineProperty'](_0x2651b6,_0x4854b6(0x134),{'enumerable':!0x0,'get':function(){return _0x468229;}}),_0x2651b6[_0x4854b6(0x21b)]=_0x2d45d9,_0x2651b6[_0x4854b6(0x22b)]=_0x4cbd73,_0x2651b6[_0x4854b6(0x15d)]=_0xa61b35,Object[_0x4854b6(0x161)](_0x2651b6,_0x4854b6(0x12c),{'enumerable':!0x0,'get':function(){return _0x2511a9;}}),Object[_0x4854b6(0x161)](_0x2651b6,_0x4854b6(0xe7),{'enumerable':!0x0,'get':function(){return _0x237e7a;}});}));
|
package/lib/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x2d7d(){var _0x4edcb2=['5NyAnLA','function','جارٍ\x20التهيئة،\x20يرجى\x20الانتظار...','UniverProEditHistoryLoaderArSA','8637470PsGlFc','506430jMkKYR','exports','2322117CLxWAZ','1qEFfnH','سجل\x20التحرير','8141014EffZaX','4625604vaATMm','جارٍ\x20الاستعادة،\x20يرجى\x20الانتظار...','object','64kYNCtx','55DCXNyD','5367572bQeiTM','1873702dsQKaJ'];_0x2d7d=function(){return _0x4edcb2;};return _0x2d7d();}function _0x3969(_0x218c4c,_0x1ca771){_0x218c4c=_0x218c4c-0x13d;var _0x2d7d41=_0x2d7d();var _0x3969f5=_0x2d7d41[_0x218c4c];return _0x3969f5;}(function(_0x2cab63,_0x11ab90){var _0x43b010=_0x3969,_0x5c801f=_0x2cab63();while(!![]){try{var _0x206748=parseInt(_0x43b010(0x148))/0x1*(parseInt(_0x43b010(0x13f))/0x2)+-parseInt(_0x43b010(0x147))/0x3+parseInt(_0x43b010(0x13e))/0x4*(-parseInt(_0x43b010(0x140))/0x5)+-parseInt(_0x43b010(0x14b))/0x6+-parseInt(_0x43b010(0x14a))/0x7+-parseInt(_0x43b010(0x14e))/0x8*(parseInt(_0x43b010(0x145))/0x9)+parseInt(_0x43b010(0x144))/0xa*(parseInt(_0x43b010(0x13d))/0xb);if(_0x206748===_0x11ab90)break;else _0x5c801f['push'](_0x5c801f['shift']());}catch(_0x54667a){_0x5c801f['push'](_0x5c801f['shift']());}}}(_0x2d7d,0xb8766),function(_0x261dbd,_0x47acf5){var _0x6c3a85=_0x3969;typeof exports==_0x6c3a85(0x14d)&&typeof module<'u'?module[_0x6c3a85(0x146)]=_0x47acf5():typeof define==_0x6c3a85(0x141)&&define['amd']?define([],_0x47acf5):(_0x261dbd=typeof globalThis<'u'?globalThis:_0x261dbd||self,_0x261dbd[_0x6c3a85(0x143)]=_0x47acf5());}(this,function(){var _0x43f076=_0x3969;return{'edit-history-loader':{'panel':{'title':_0x43f076(0x149),'reverting':_0x43f076(0x14c),'revertFailed':'خطأ\x20غير\x20معروف،\x20يرجى\x20تحديث\x20الصفحة\x20لعرض\x20نتيجة\x20الاستعادة','listFetchError':'فشل\x20في\x20الحصول\x20على\x20قائمة\x20سجل\x20التحرير'},'info':{'initializing':_0x43f076(0x142)}}};}));
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x1448(_0x94ad85,_0x43349f){_0x94ad85=_0x94ad85-0x1e4;var _0x3a1108=_0x3a11();var _0x1448a4=_0x3a1108[_0x94ad85];return _0x1448a4;}(function(_0x413f26,_0x21e7b8){var _0x59ecc6=_0x1448,_0x2e6f05=_0x413f26();while(!![]){try{var _0x325cd8=-parseInt(_0x59ecc6(0x1e9))/0x1*(-parseInt(_0x59ecc6(0x1e6))/0x2)+-parseInt(_0x59ecc6(0x1f1))/0x3*(parseInt(_0x59ecc6(0x1e7))/0x4)+parseInt(_0x59ecc6(0x1e5))/0x5*(-parseInt(_0x59ecc6(0x1f5))/0x6)+parseInt(_0x59ecc6(0x1e8))/0x7*(-parseInt(_0x59ecc6(0x1ef))/0x8)+-parseInt(_0x59ecc6(0x1f3))/0x9*(parseInt(_0x59ecc6(0x1ec))/0xa)+parseInt(_0x59ecc6(0x1eb))/0xb+parseInt(_0x59ecc6(0x1ed))/0xc*(parseInt(_0x59ecc6(0x1f4))/0xd);if(_0x325cd8===_0x21e7b8)break;else _0x2e6f05['push'](_0x2e6f05['shift']());}catch(_0x179d1d){_0x2e6f05['push'](_0x2e6f05['shift']());}}}(_0x3a11,0x6e5d4),function(_0x4ae7bf,_0x4c639a){var _0xac731b=_0x1448;typeof exports==_0xac731b(0x1f6)&&typeof module<'u'?module['exports']=_0x4c639a():typeof define==_0xac731b(0x1e4)&&define[_0xac731b(0x1ea)]?define([],_0x4c639a):(_0x4ae7bf=typeof globalThis<'u'?globalThis:_0x4ae7bf||self,_0x4ae7bf['UniverProEditHistoryLoaderCaES']=_0x4c639a());}(this,function(){var _0x40b8d6=_0x1448;return{'edit-history-loader':{'panel':{'title':_0x40b8d6(0x1ee),'reverting':_0x40b8d6(0x1f0),'revertFailed':'Error\x20desconegut,\x20actualitzeu\x20la\x20pàgina\x20per\x20veure\x20el\x20resultat\x20de\x20la\x20restauració','listFetchError':'No\x20s\x27ha\x20pogut\x20obtenir\x20la\x20llista\x20de\x20l\x27historial'},'info':{'initializing':_0x40b8d6(0x1f2)}}};}));function _0x3a11(){var _0x727efe=['object','function','5UNGYAB','8VBghjR','164cEOMxT','5397eiQRyI','3499qXBMJm','amd','170478JyguYV','290jasjuy','36VoHyEr','Historial\x20d\x27edicions','1992JVZtsm','Restaurant,\x20espereu...','50214jfejMx','Inicialitzant,\x20espereu...','197343RiTGeC','11293711evTUyY','4017378wbxJrt'];_0x3a11=function(){return _0x727efe;};return _0x3a11();}
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x494d(){var _0x183012=['4278632andKbR','16ySJUfe','exports','Unbekannter\x20Fehler,\x20bitte\x20aktualisieren\x20Sie\x20die\x20Seite,\x20um\x20das\x20Ergebnis\x20der\x20Wiederherstellung\x20anzuzeigen','5138136zYMfyh','156318EnpEtc','UniverProEditHistoryLoaderDeDE','524100bTMovq','object','54AsfIUL','1125464vgBUWV','1914227sLgsRu','Initialisierung\x20läuft,\x20bitte\x20warten...','Fehler\x20beim\x20Abrufen\x20der\x20Bearbeitungshistorie','209lfbBFt','Wiederherstellung\x20läuft,\x20bitte\x20warten...','281777whCsTM','5gKLGtr','function'];_0x494d=function(){return _0x183012;};return _0x494d();}function _0x2126(_0x126e92,_0x6143ad){_0x126e92=_0x126e92-0x1c0;var _0x494d06=_0x494d();var _0x21268b=_0x494d06[_0x126e92];return _0x21268b;}(function(_0x2f4bca,_0x8cce5e){var _0x5523cd=_0x2126,_0xbf8da=_0x2f4bca();while(!![]){try{var _0x2faa5c=parseInt(_0x5523cd(0x1cb))/0x1+parseInt(_0x5523cd(0x1cf))/0x2*(parseInt(_0x5523cd(0x1c0))/0x3)+parseInt(_0x5523cd(0x1ce))/0x4*(-parseInt(_0x5523cd(0x1cc))/0x5)+-parseInt(_0x5523cd(0x1d2))/0x6+parseInt(_0x5523cd(0x1c6))/0x7+parseInt(_0x5523cd(0x1c5))/0x8*(parseInt(_0x5523cd(0x1c4))/0x9)+-parseInt(_0x5523cd(0x1c2))/0xa*(-parseInt(_0x5523cd(0x1c9))/0xb);if(_0x2faa5c===_0x8cce5e)break;else _0xbf8da['push'](_0xbf8da['shift']());}catch(_0xf20092){_0xbf8da['push'](_0xbf8da['shift']());}}}(_0x494d,0xd84c8),function(_0x5f3c49,_0x2de293){var _0x5f0aeb=_0x2126;typeof exports==_0x5f0aeb(0x1c3)&&typeof module<'u'?module[_0x5f0aeb(0x1d0)]=_0x2de293():typeof define==_0x5f0aeb(0x1cd)&&define['amd']?define([],_0x2de293):(_0x5f3c49=typeof globalThis<'u'?globalThis:_0x5f3c49||self,_0x5f3c49[_0x5f0aeb(0x1c1)]=_0x2de293());}(this,function(){var _0x16a3c=_0x2126;return{'edit-history-loader':{'panel':{'title':'Bearbeitungsverlauf','reverting':_0x16a3c(0x1ca),'revertFailed':_0x16a3c(0x1d1),'listFetchError':_0x16a3c(0x1c8)},'info':{'initializing':_0x16a3c(0x1c7)}}};}));
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x377d(_0x3ca009,_0x2e9700){_0x3ca009=_0x3ca009-0xe0;var _0x19daa8=_0x19da();var _0x377d5d=_0x19daa8[_0x3ca009];return _0x377d5d;}function _0x19da(){var _0x3ea107=['function','500444vboQOH','57850EBHHsb','6xzlnIc','2125404DFINIl','6FHANpL','10CJvenz','amd','exports','100JuqogJ','UniverProEditHistoryLoaderEnUS','2027168DnKsYd','78066bZalWl','174104PXTCcq','Unknown\x20error,\x20please\x20refresh\x20the\x20page\x20to\x20view\x20the\x20revert\x20result','662849tpXdMC'];_0x19da=function(){return _0x3ea107;};return _0x19da();}(function(_0x291f98,_0x335f4f){var _0x35a7ef=_0x377d,_0x2fb0f3=_0x291f98();while(!![]){try{var _0x145724=-parseInt(_0x35a7ef(0xe4))/0x1+parseInt(_0x35a7ef(0xee))/0x2*(parseInt(_0x35a7ef(0xe7))/0x3)+parseInt(_0x35a7ef(0xe3))/0x4*(parseInt(_0x35a7ef(0xe8))/0x5)+-parseInt(_0x35a7ef(0xe5))/0x6*(parseInt(_0x35a7ef(0xef))/0x7)+parseInt(_0x35a7ef(0xed))/0x8+parseInt(_0x35a7ef(0xe6))/0x9+parseInt(_0x35a7ef(0xeb))/0xa*(-parseInt(_0x35a7ef(0xe1))/0xb);if(_0x145724===_0x335f4f)break;else _0x2fb0f3['push'](_0x2fb0f3['shift']());}catch(_0x244822){_0x2fb0f3['push'](_0x2fb0f3['shift']());}}}(_0x19da,0x205b0),function(_0x435840,_0xb5f463){var _0x15bd55=_0x377d;typeof exports=='object'&&typeof module<'u'?module[_0x15bd55(0xea)]=_0xb5f463():typeof define==_0x15bd55(0xe2)&&define[_0x15bd55(0xe9)]?define([],_0xb5f463):(_0x435840=typeof globalThis<'u'?globalThis:_0x435840||self,_0x435840[_0x15bd55(0xec)]=_0xb5f463());}(this,function(){var _0x25ba00=_0x377d;return{'edit-history-loader':{'panel':{'title':'Edit\x20History','reverting':'Reverting,\x20please\x20wait...','revertFailed':_0x25ba00(0xe0),'listFetchError':'Failed\x20to\x20get\x20edit\x20history\x20list'},'info':{'initializing':'Initializing,\x20please\x20wait...'}}};}));
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x7053(_0x49d772,_0x358d9f){_0x49d772=_0x49d772-0xb2;var _0x2fad11=_0x2fad();var _0x705358=_0x2fad11[_0x49d772];return _0x705358;}(function(_0x343216,_0x3ba287){var _0x3a1956=_0x7053,_0x120be8=_0x343216();while(!![]){try{var _0x34562a=parseInt(_0x3a1956(0xb9))/0x1*(-parseInt(_0x3a1956(0xba))/0x2)+-parseInt(_0x3a1956(0xc7))/0x3*(-parseInt(_0x3a1956(0xbe))/0x4)+parseInt(_0x3a1956(0xc4))/0x5*(parseInt(_0x3a1956(0xc5))/0x6)+parseInt(_0x3a1956(0xb8))/0x7*(parseInt(_0x3a1956(0xc2))/0x8)+parseInt(_0x3a1956(0xc1))/0x9*(parseInt(_0x3a1956(0xc6))/0xa)+-parseInt(_0x3a1956(0xbc))/0xb*(parseInt(_0x3a1956(0xbd))/0xc)+parseInt(_0x3a1956(0xb3))/0xd*(parseInt(_0x3a1956(0xb7))/0xe);if(_0x34562a===_0x3ba287)break;else _0x120be8['push'](_0x120be8['shift']());}catch(_0x373758){_0x120be8['push'](_0x120be8['shift']());}}}(_0x2fad,0x19a6f),function(_0x2b6871,_0x227cd8){var _0x1dbab7=_0x7053;typeof exports=='object'&&typeof module<'u'?module[_0x1dbab7(0xbb)]=_0x227cd8():typeof define==_0x1dbab7(0xb6)&&define[_0x1dbab7(0xc3)]?define([],_0x227cd8):(_0x2b6871=typeof globalThis<'u'?globalThis:_0x2b6871||self,_0x2b6871[_0x1dbab7(0xb5)]=_0x227cd8());}(this,function(){var _0x38441f=_0x7053;return{'edit-history-loader':{'panel':{'title':_0x38441f(0xb2),'reverting':'Restaurando,\x20espere...','revertFailed':_0x38441f(0xc0),'listFetchError':_0x38441f(0xb4)},'info':{'initializing':_0x38441f(0xbf)}}};}));function _0x2fad(){var _0x1313df=['71498tzNcAR','32410xfWipX','10963HVlNgF','38XGodfR','exports','240779ofSezd','84OBBmIK','608THBGqu','Inicializando,\x20espere...','Error\x20desconocido,\x20actualice\x20la\x20página\x20para\x20ver\x20el\x20resultado\x20de\x20la\x20restauración','256986zRfovg','216FKwFXy','amd','31670emRiEN','114DktOgn','20ciGxES','1929SvMgUR','Historial\x20de\x20ediciones','169wCehZj','No\x20se\x20pudo\x20obtener\x20la\x20lista\x20del\x20historial\x20de\x20ediciones','UniverProEditHistoryLoaderEsES','function'];_0x2fad=function(){return _0x1313df;};return _0x2fad();}
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x4d9b(_0x415010,_0x405c67){_0x415010=_0x415010-0x12b;var _0x504cc6=_0x504c();var _0x4d9be0=_0x504cc6[_0x415010];return _0x4d9be0;}function _0x504c(){var _0x461d8f=['59BSToGI','45fgnLoQ','2604108iOxNrh','خطای\x20ناشناخته،\x20لطفا\x20صفحه\x20را\x20بارگذاری\x20مجدد\x20کنید\x20تا\x20نتیجه\x20بازگردانی\x20را\x20مشاهده\x20کنید','تاریخچه\x20ویرایش','31868iUXsSN','function','object','11GJmhtr','amd','232QAFgmg','3158xwFOYC','77346LfZqoi','73864jBrdUh','24wfpSRX','242067JDoPlH','در\x20حال\x20بازگردانی،\x20لطفا\x20صبر\x20کنید...','2462800iQVjko','در\x20حال\x20راهاندازی،\x20لطفا\x20صبر\x20کنید...','دریافت\x20لیست\x20تاریخچه\x20ویرایش\x20ناموفق\x20بود'];_0x504c=function(){return _0x461d8f;};return _0x504c();}(function(_0x1847df,_0x503211){var _0x1d7b9b=_0x4d9b,_0x2d8f48=_0x1847df();while(!![]){try{var _0x414346=-parseInt(_0x1d7b9b(0x132))/0x1*(parseInt(_0x1d7b9b(0x13d))/0x2)+parseInt(_0x1d7b9b(0x12d))/0x3+-parseInt(_0x1d7b9b(0x137))/0x4*(parseInt(_0x1d7b9b(0x133))/0x5)+-parseInt(_0x1d7b9b(0x12c))/0x6*(-parseInt(_0x1d7b9b(0x12b))/0x7)+parseInt(_0x1d7b9b(0x13c))/0x8*(parseInt(_0x1d7b9b(0x13e))/0x9)+-parseInt(_0x1d7b9b(0x12f))/0xa+parseInt(_0x1d7b9b(0x13a))/0xb*(parseInt(_0x1d7b9b(0x134))/0xc);if(_0x414346===_0x503211)break;else _0x2d8f48['push'](_0x2d8f48['shift']());}catch(_0x5118b5){_0x2d8f48['push'](_0x2d8f48['shift']());}}}(_0x504c,0x2b744),function(_0x3e13e6,_0x3a695f){var _0x231853=_0x4d9b;typeof exports==_0x231853(0x139)&&typeof module<'u'?module['exports']=_0x3a695f():typeof define==_0x231853(0x138)&&define[_0x231853(0x13b)]?define([],_0x3a695f):(_0x3e13e6=typeof globalThis<'u'?globalThis:_0x3e13e6||self,_0x3e13e6['UniverProEditHistoryLoaderFaIR']=_0x3a695f());}(this,function(){var _0x56610a=_0x4d9b;return{'edit-history-loader':{'panel':{'title':_0x56610a(0x136),'reverting':_0x56610a(0x12e),'revertFailed':_0x56610a(0x135),'listFetchError':_0x56610a(0x131)},'info':{'initializing':_0x56610a(0x130)}}};}));
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x4eec6f,_0x4071ed){var _0x4db2c9=_0x4727,_0x236a56=_0x4eec6f();while(!![]){try{var _0x494c7b=parseInt(_0x4db2c9(0x13a))/0x1+parseInt(_0x4db2c9(0x133))/0x2*(-parseInt(_0x4db2c9(0x136))/0x3)+-parseInt(_0x4db2c9(0x13e))/0x4*(-parseInt(_0x4db2c9(0x135))/0x5)+parseInt(_0x4db2c9(0x140))/0x6+parseInt(_0x4db2c9(0x130))/0x7*(-parseInt(_0x4db2c9(0x13b))/0x8)+parseInt(_0x4db2c9(0x13c))/0x9*(-parseInt(_0x4db2c9(0x139))/0xa)+parseInt(_0x4db2c9(0x13f))/0xb*(-parseInt(_0x4db2c9(0x132))/0xc);if(_0x494c7b===_0x4071ed)break;else _0x236a56['push'](_0x236a56['shift']());}catch(_0x4a0a84){_0x236a56['push'](_0x236a56['shift']());}}}(_0x27f1,0x380ac),function(_0x52c8f5,_0x270c6f){var _0x557e3f=_0x4727;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x270c6f():typeof define=='function'&&define['amd']?define([],_0x270c6f):(_0x52c8f5=typeof globalThis<'u'?globalThis:_0x52c8f5||self,_0x52c8f5[_0x557e3f(0x134)]=_0x270c6f());}(this,function(){var _0x127d3d=_0x4727;return{'edit-history-loader':{'panel':{'title':_0x127d3d(0x137),'reverting':_0x127d3d(0x138),'revertFailed':_0x127d3d(0x131),'listFetchError':_0x127d3d(0x13d)},'info':{'initializing':'Initialisation\x20en\x20cours,\x20veuillez\x20patienter...'}}};}));function _0x4727(_0x4b6f1f,_0x3065ad){_0x4b6f1f=_0x4b6f1f-0x130;var _0x27f1bc=_0x27f1();var _0x472762=_0x27f1bc[_0x4b6f1f];return _0x472762;}function _0x27f1(){var _0x37e7ff=['276Tscchh','384aysjEg','UniverProEditHistoryLoaderFrFR','1351525OTNyJo','3774tRvccZ','Historique\x20des\x20modifications','Restauration\x20en\x20cours,\x20veuillez\x20patienter...','306550SAvcxN','409152qhBFzG','1592IutXLJ','99BFsrlM','Échec\x20de\x20l\x27obtention\x20de\x20la\x20liste\x20de\x20l\x27historique','4hzBanY','5302PoFwyB','1652622dZvcMU','4767pqTgsO','Erreur\x20inconnue,\x20veuillez\x20actualiser\x20la\x20page\x20pour\x20voir\x20le\x20résultat\x20de\x20la\x20restauration'];_0x27f1=function(){return _0x37e7ff;};return _0x27f1();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5278(_0x58d345,_0x4d77a6){_0x58d345=_0x58d345-0xe0;var _0x34ec6c=_0x34ec();var _0x52789d=_0x34ec6c[_0x58d345];return _0x52789d;}function _0x34ec(){var _0x4a3f28=['UniverProEditHistoryLoaderIdID','519EEmEqV','29SSPVJP','6366860SFTfsf','730467oKcKuN','3603810fORBGC','Riwayat\x20Edit','12578DUBTwd','5331378qIsTNW','Gagal\x20mendapatkan\x20daftar\x20riwayat\x20edit','exports','11kBhtxm','5852kEQYbW','16txqTdp','function','4281354BBvSGS','amd'];_0x34ec=function(){return _0x4a3f28;};return _0x34ec();}(function(_0x599cb2,_0x3d6038){var _0x1bb5ba=_0x5278,_0x2ecda0=_0x599cb2();while(!![]){try{var _0x5e61a0=-parseInt(_0x1bb5ba(0xee))/0x1*(-parseInt(_0x1bb5ba(0xe2))/0x2)+-parseInt(_0x1bb5ba(0xed))/0x3*(-parseInt(_0x1bb5ba(0xe7))/0x4)+-parseInt(_0x1bb5ba(0xe0))/0x5+parseInt(_0x1bb5ba(0xe3))/0x6+-parseInt(_0x1bb5ba(0xea))/0x7+-parseInt(_0x1bb5ba(0xe8))/0x8*(parseInt(_0x1bb5ba(0xf0))/0x9)+parseInt(_0x1bb5ba(0xef))/0xa*(parseInt(_0x1bb5ba(0xe6))/0xb);if(_0x5e61a0===_0x3d6038)break;else _0x2ecda0['push'](_0x2ecda0['shift']());}catch(_0xbb5c8d){_0x2ecda0['push'](_0x2ecda0['shift']());}}}(_0x34ec,0x71c63),function(_0x3b9352,_0x177d1e){var _0x32944b=_0x5278;typeof exports=='object'&&typeof module<'u'?module[_0x32944b(0xe5)]=_0x177d1e():typeof define==_0x32944b(0xe9)&&define[_0x32944b(0xeb)]?define([],_0x177d1e):(_0x3b9352=typeof globalThis<'u'?globalThis:_0x3b9352||self,_0x3b9352[_0x32944b(0xec)]=_0x177d1e());}(this,function(){var _0x11cd59=_0x5278;return{'edit-history-loader':{'panel':{'title':_0x11cd59(0xe1),'reverting':'Mengembalikan,\x20harap\x20tunggu...','revertFailed':'Kesalahan\x20tidak\x20diketahui,\x20harap\x20segarkan\x20halaman\x20untuk\x20melihat\x20hasil\x20pengembalian','listFetchError':_0x11cd59(0xe4)},'info':{'initializing':'Menginisialisasi,\x20harap\x20tunggu...'}}};}));
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xbb2c(_0x64d5ec,_0x1c63cc){_0x64d5ec=_0x64d5ec-0x168;var _0x436152=_0x4361();var _0xbb2c38=_0x436152[_0x64d5ec];return _0xbb2c38;}(function(_0x51e050,_0x349657){var _0x253f46=_0xbb2c,_0x288e15=_0x51e050();while(!![]){try{var _0x51f2ab=-parseInt(_0x253f46(0x178))/0x1*(-parseInt(_0x253f46(0x169))/0x2)+-parseInt(_0x253f46(0x171))/0x3*(parseInt(_0x253f46(0x175))/0x4)+-parseInt(_0x253f46(0x16a))/0x5+-parseInt(_0x253f46(0x16d))/0x6+-parseInt(_0x253f46(0x173))/0x7+parseInt(_0x253f46(0x170))/0x8*(parseInt(_0x253f46(0x174))/0x9)+parseInt(_0x253f46(0x16c))/0xa;if(_0x51f2ab===_0x349657)break;else _0x288e15['push'](_0x288e15['shift']());}catch(_0x2ff200){_0x288e15['push'](_0x288e15['shift']());}}}(_0x4361,0x3d168),function(_0x75d031,_0x144dc3){var _0x382351=_0xbb2c;typeof exports==_0x382351(0x176)&&typeof module<'u'?module['exports']=_0x144dc3():typeof define==_0x382351(0x177)&&define[_0x382351(0x172)]?define([],_0x144dc3):(_0x75d031=typeof globalThis<'u'?globalThis:_0x75d031||self,_0x75d031[_0x382351(0x16b)]=_0x144dc3());}(this,function(){var _0x4b0d03=_0xbb2c;return{'edit-history-loader':{'panel':{'title':_0x4b0d03(0x16e),'reverting':'Ripristino\x20in\x20corso,\x20attendi...','revertFailed':_0x4b0d03(0x16f),'listFetchError':_0x4b0d03(0x168)},'info':{'initializing':'Inizializzazione\x20in\x20corso,\x20attendi...'}}};}));function _0x4361(){var _0x233f14=['864873LsEAHQ','128HnADxV','object','function','140JURupZ','Impossibile\x20ottenere\x20l\x27elenco\x20della\x20cronologia\x20modifiche','7148OWfrIq','2178760CbgqhA','UniverProEditHistoryLoaderItIT','8258990IZAiCL','1438590UETocj','Cronologia\x20modifiche','Errore\x20sconosciuto,\x20aggiorna\x20la\x20pagina\x20per\x20visualizzare\x20il\x20risultato\x20del\x20ripristino','40XKxndz','38613wNgcEt','amd','3283973loUzGI'];_0x4361=function(){return _0x233f14;};return _0x4361();}
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3359(_0x278241,_0x439c31){_0x278241=_0x278241-0x16f;var _0xade7b8=_0xade7();var _0x335972=_0xade7b8[_0x278241];return _0x335972;}function _0xade7(){var _0x5cea18=['11896407sIIeOM','2150112PlYFHj','4926236SKCkul','編集履歴','2157639zsIUDj','function','amd','10utxSNN','exports','611396KjUedg','不明なエラーが発生しました。ページを更新して復元結果を確認してください','2943636Zrcsng','1fhrlSY','object','16564hxPasr','690kmToeB'];_0xade7=function(){return _0x5cea18;};return _0xade7();}(function(_0x4d1677,_0x1c4981){var _0x2eb052=_0x3359,_0x580173=_0x4d1677();while(!![]){try{var _0x5d01df=parseInt(_0x2eb052(0x17c))/0x1*(-parseInt(_0x2eb052(0x179))/0x2)+-parseInt(_0x2eb052(0x174))/0x3+-parseInt(_0x2eb052(0x17e))/0x4*(-parseInt(_0x2eb052(0x16f))/0x5)+parseInt(_0x2eb052(0x17b))/0x6+-parseInt(_0x2eb052(0x172))/0x7+-parseInt(_0x2eb052(0x171))/0x8+parseInt(_0x2eb052(0x170))/0x9*(parseInt(_0x2eb052(0x177))/0xa);if(_0x5d01df===_0x1c4981)break;else _0x580173['push'](_0x580173['shift']());}catch(_0x1313ce){_0x580173['push'](_0x580173['shift']());}}}(_0xade7,0x5e5a0),function(_0x54a310,_0x5870b4){var _0xc5c801=_0x3359;typeof exports==_0xc5c801(0x17d)&&typeof module<'u'?module[_0xc5c801(0x178)]=_0x5870b4():typeof define==_0xc5c801(0x175)&&define[_0xc5c801(0x176)]?define([],_0x5870b4):(_0x54a310=typeof globalThis<'u'?globalThis:_0x54a310||self,_0x54a310['UniverProEditHistoryLoaderJaJP']=_0x5870b4());}(this,function(){var _0x219a9c=_0x3359;return{'edit-history-loader':{'panel':{'title':_0x219a9c(0x173),'reverting':'復元中です。お待ちください...','revertFailed':_0x219a9c(0x17a),'listFetchError':'編集履歴リストの取得に失敗しました'},'info':{'initializing':'初期化中です。お待ちください...'}}};}));
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3d09(_0x115469,_0x1c1b8a){_0x115469=_0x115469-0xb7;var _0x55448c=_0x5544();var _0x3d09e2=_0x55448c[_0x115469];return _0x3d09e2;}function _0x5544(){var _0x5e390c=['119283tTbryy','5099760INtQVa','알\x20수\x20없는\x20오류가\x20발생했습니다.\x20페이지를\x20새로\x20고침하여\x20복원\x20결과를\x20확인하세요','복원\x20중입니다.\x20잠시만\x20기다려\x20주세요...','56yNGqmk','5yndqNZ','7834gZTqYj','exports','12014530uJkhzK','1481116FZHNuo','amd','function','초기화\x20중입니다.\x20잠시만\x20기다려\x20주세요...','UniverProEditHistoryLoaderKoKR','object','2166120sbZPGM','93zTfIDx','18FyJNjY','4978392rzxQCw'];_0x5544=function(){return _0x5e390c;};return _0x5544();}(function(_0x4d3b96,_0x4f272c){var _0x518ea6=_0x3d09,_0x1e47d0=_0x4d3b96();while(!![]){try{var _0x44f08f=parseInt(_0x518ea6(0xc5))/0x1*(-parseInt(_0x518ea6(0xbb))/0x2)+-parseInt(_0x518ea6(0xc8))/0x3*(-parseInt(_0x518ea6(0xb9))/0x4)+-parseInt(_0x518ea6(0xba))/0x5*(parseInt(_0x518ea6(0xc7))/0x6)+-parseInt(_0x518ea6(0xbe))/0x7+parseInt(_0x518ea6(0xc9))/0x8+parseInt(_0x518ea6(0xc6))/0x9*(-parseInt(_0x518ea6(0xc4))/0xa)+parseInt(_0x518ea6(0xbd))/0xb;if(_0x44f08f===_0x4f272c)break;else _0x1e47d0['push'](_0x1e47d0['shift']());}catch(_0x386cfb){_0x1e47d0['push'](_0x1e47d0['shift']());}}}(_0x5544,0x6d429),function(_0x4bd19b,_0x4ec347){var _0x11477b=_0x3d09;typeof exports==_0x11477b(0xc3)&&typeof module<'u'?module[_0x11477b(0xbc)]=_0x4ec347():typeof define==_0x11477b(0xc0)&&define[_0x11477b(0xbf)]?define([],_0x4ec347):(_0x4bd19b=typeof globalThis<'u'?globalThis:_0x4bd19b||self,_0x4bd19b[_0x11477b(0xc2)]=_0x4ec347());}(this,function(){var _0x5daa59=_0x3d09;return{'edit-history-loader':{'panel':{'title':'편집\x20기록','reverting':_0x5daa59(0xb8),'revertFailed':_0x5daa59(0xb7),'listFetchError':'편집\x20기록\x20목록을\x20가져오지\x20못했습니다'},'info':{'initializing':_0x5daa59(0xc1)}}};}));
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x16da(_0x4f2318,_0x53056e){_0x4f2318=_0x4f2318-0x134;var _0x4ef443=_0x4ef4();var _0x16dae8=_0x4ef443[_0x4f2318];return _0x16dae8;}(function(_0x59b803,_0x126ead){var _0x339dc7=_0x16da,_0x5410c2=_0x59b803();while(!![]){try{var _0x436db8=-parseInt(_0x339dc7(0x138))/0x1*(parseInt(_0x339dc7(0x135))/0x2)+parseInt(_0x339dc7(0x139))/0x3*(parseInt(_0x339dc7(0x137))/0x4)+parseInt(_0x339dc7(0x143))/0x5+-parseInt(_0x339dc7(0x13a))/0x6*(parseInt(_0x339dc7(0x147))/0x7)+-parseInt(_0x339dc7(0x13e))/0x8*(-parseInt(_0x339dc7(0x13b))/0x9)+-parseInt(_0x339dc7(0x148))/0xa*(-parseInt(_0x339dc7(0x145))/0xb)+parseInt(_0x339dc7(0x134))/0xc*(-parseInt(_0x339dc7(0x142))/0xd);if(_0x436db8===_0x126ead)break;else _0x5410c2['push'](_0x5410c2['shift']());}catch(_0x51007f){_0x5410c2['push'](_0x5410c2['shift']());}}}(_0x4ef4,0x47a08),function(_0x5ec19a,_0x115ea4){var _0x55dd93=_0x16da;typeof exports==_0x55dd93(0x13d)&&typeof module<'u'?module[_0x55dd93(0x146)]=_0x115ea4():typeof define==_0x55dd93(0x13c)&&define[_0x55dd93(0x144)]?define([],_0x115ea4):(_0x5ec19a=typeof globalThis<'u'?globalThis:_0x5ec19a||self,_0x5ec19a[_0x55dd93(0x141)]=_0x115ea4());}(this,function(){var _0x396a17=_0x16da;return{'edit-history-loader':{'panel':{'title':_0x396a17(0x136),'reverting':'Przywracanie,\x20proszę\x20czekać...','revertFailed':_0x396a17(0x140),'listFetchError':_0x396a17(0x13f)},'info':{'initializing':'Inicjalizowanie,\x20proszę\x20czekać...'}}};}));function _0x4ef4(){var _0x21e323=['12DuZSMG','102QCzlXV','2034279oAdWIf','function','object','16Mkupwi','Nie\x20udało\x20się\x20pobrać\x20listy\x20historii\x20edycji','Nieznany\x20błąd,\x20odśwież\x20stronę,\x20aby\x20zobaczyć\x20wynik\x20przywracania','UniverProEditHistoryLoaderPlPL','3679TiirqO','2268600bxyQNW','amd','33ZKtZTs','exports','239134SqtzLM','1559900sFeXzT','30456tsELAl','8lDDKWr','Historia\x20edycji','347108aRBvnZ','32117rtSaRC'];_0x4ef4=function(){return _0x21e323;};return _0x4ef4();}
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3265(_0x402143,_0x57d52f){_0x402143=_0x402143-0x1e0;var _0x2daf54=_0x2daf();var _0x32657e=_0x2daf54[_0x402143];return _0x32657e;}(function(_0x25c5c0,_0xf7abc5){var _0x2a57c3=_0x3265,_0x3e41e2=_0x25c5c0();while(!![]){try{var _0x42d748=-parseInt(_0x2a57c3(0x1e9))/0x1*(parseInt(_0x2a57c3(0x1e6))/0x2)+parseInt(_0x2a57c3(0x1e4))/0x3*(parseInt(_0x2a57c3(0x1e5))/0x4)+parseInt(_0x2a57c3(0x1f0))/0x5+-parseInt(_0x2a57c3(0x1e0))/0x6+parseInt(_0x2a57c3(0x1e7))/0x7*(-parseInt(_0x2a57c3(0x1ed))/0x8)+-parseInt(_0x2a57c3(0x1e3))/0x9+-parseInt(_0x2a57c3(0x1ec))/0xa*(-parseInt(_0x2a57c3(0x1e1))/0xb);if(_0x42d748===_0xf7abc5)break;else _0x3e41e2['push'](_0x3e41e2['shift']());}catch(_0x5ca149){_0x3e41e2['push'](_0x3e41e2['shift']());}}}(_0x2daf,0x699e7),function(_0x1f7db1,_0x404cba){var _0x5ac15e=_0x3265;typeof exports==_0x5ac15e(0x1ee)&&typeof module<'u'?module['exports']=_0x404cba():typeof define==_0x5ac15e(0x1eb)&&define[_0x5ac15e(0x1ea)]?define([],_0x404cba):(_0x1f7db1=typeof globalThis<'u'?globalThis:_0x1f7db1||self,_0x1f7db1['UniverProEditHistoryLoaderPtBR']=_0x404cba());}(this,function(){var _0x11198a=_0x3265;return{'edit-history-loader':{'panel':{'title':'Histórico\x20de\x20Edição','reverting':'Revertendo,\x20aguarde...','revertFailed':_0x11198a(0x1ef),'listFetchError':_0x11198a(0x1e8)},'info':{'initializing':_0x11198a(0x1e2)}}};}));function _0x2daf(){var _0x4398bc=['2491279JoUEhk','Falha\x20ao\x20obter\x20a\x20lista\x20de\x20histórico\x20de\x20edição','245yqegqW','amd','function','14380txYQFS','8NXvdzh','object','Erro\x20desconhecido,\x20atualize\x20a\x20página\x20para\x20ver\x20o\x20resultado\x20da\x20reversão','2950335cXhuis','3228480YfLAVK','9053IeUJLn','Inicializando,\x20aguarde...','1957248QNzpCQ','3lNwCZS','2228872gpCFNJ','6422Kmseeu'];_0x2daf=function(){return _0x4398bc;};return _0x2daf();}
|