@univerjs-pro/collaboration-client 0.5.0-nightly.202411121606 → 0.5.0-nightly.202411131606
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/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/ru-RU.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-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/ru-RU.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-TW.js +1 -1
- package/lib/types/config/config.d.ts +48 -0
- package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +23 -0
- package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +1 -0
- package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +1 -0
- package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +22 -0
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +38 -0
- package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +24 -0
- package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +3 -0
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +39 -0
- package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +21 -0
- package/lib/types/controllers/collab-status/collab-status.controller.d.ts +18 -0
- package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +4 -0
- package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +0 -0
- package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +54 -0
- package/lib/types/controllers/collaboration/collaboration-entity.d.ts +91 -0
- package/lib/types/controllers/collaboration/collaboration-state.d.ts +303 -0
- package/lib/types/controllers/collaboration/collaboration.controller.d.ts +24 -0
- package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +18 -0
- package/lib/types/controllers/collaboration/utils/empty.d.ts +2 -0
- package/lib/types/controllers/config.schema.d.ts +29 -0
- package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +1 -0
- package/lib/types/controllers/data-loader/data-loader.controller.d.ts +22 -0
- package/lib/types/controllers/file-name/file-name.controller.d.ts +12 -0
- package/lib/types/controllers/telemetry.d.ts +11 -0
- package/lib/types/index.d.ts +35 -890
- package/lib/types/locale/en-US.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +39 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/models/cursor.d.ts +30 -0
- package/lib/types/plugin.d.ts +18 -0
- package/lib/types/services/auth-server/auth-server.service.d.ts +10 -0
- package/lib/types/services/auth-server/authz-io-http.service.d.ts +30 -0
- package/lib/types/services/auth-server/domain-request.service.d.ts +6 -0
- package/lib/types/services/auth-server/util.d.ts +1 -0
- package/lib/types/services/collaboration-session/collaboration-session.d.ts +59 -0
- package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +61 -0
- package/lib/types/services/color-assign/color-assign.service.d.ts +10 -0
- package/lib/types/services/comment/comment.service.d.ts +6 -0
- package/lib/types/services/image-remote/image-io.service.d.ts +34 -0
- package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +13 -0
- package/lib/types/services/local-cache/local-cache.service.d.ts +37 -0
- package/lib/types/services/member/member.service.d.ts +77 -0
- package/lib/types/services/permission/permission.service.d.ts +12 -0
- package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +13 -0
- package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +39 -0
- package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +21 -0
- package/lib/types/services/socket/collaboration-socket.service.d.ts +34 -0
- package/lib/types/services/socket/serialize.d.ts +3 -0
- package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +12 -0
- package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +13 -0
- package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +8 -0
- package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +19 -0
- package/lib/types/services/url/url.service.d.ts +12 -0
- package/lib/types/services/url/web-url.service.d.ts +10 -0
- package/lib/types/views/components/CollabStatus.d.ts +10 -0
- package/lib/types/views/components/CollabStatus.stories.d.ts +8 -0
- package/lib/types/views/shapes/doc-collab-cursor.d.ts +27 -0
- package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +27 -0
- package/lib/types/views/shapes/text-bubble.shape.d.ts +19 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/ru-RU.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-TW.js +1 -1
- package/package.json +16 -16
package/lib/es/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
const _0x4e7919=_0x5ed9;(function(_0x10c871,_0x339caa){const _0xccc6c6=_0x5ed9,_0x2603b5=_0x10c871();while(!![]){try{const _0xd70969=parseInt(_0xccc6c6(0x7e))/0x1+parseInt(_0xccc6c6(0x488))/0x2+parseInt(_0xccc6c6(0xfe))/0x3*(parseInt(_0xccc6c6(0x191))/0x4)+-parseInt(_0xccc6c6(0x2e0))/0x5+-parseInt(_0xccc6c6(0x21c))/0x6*(parseInt(_0xccc6c6(0xcb))/0x7)+-parseInt(_0xccc6c6(0x42b))/0x8*(parseInt(_0xccc6c6(0x462))/0x9)+-parseInt(_0xccc6c6(0x2de))/0xa*(-parseInt(_0xccc6c6(0x476))/0xb);if(_0xd70969===_0x339caa)break;else _0x2603b5['push'](_0x2603b5['shift']());}catch(_0x4e51d2){_0x2603b5['push'](_0x2603b5['shift']());}}}(_0x3f1c,0x40157));var qi=Object[_0x4e7919(0x13e)],Xi=(_0x3bb28d,_0xe7c4ef,_0x17464f)=>_0xe7c4ef in _0x3bb28d?qi(_0x3bb28d,_0xe7c4ef,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x17464f}):_0x3bb28d[_0xe7c4ef]=_0x17464f,g=(_0x298b68,_0x42767f,_0x4f734a)=>Xi(_0x298b68,typeof _0x42767f!=_0x4e7919(0xe9)?_0x42767f+'':_0x42767f,_0x4f734a);import{createIdentifier as _0x20f251,Inject as _0x557b7a,Disposable as _0x4b38ce,DisposableCollection as _0x1eefc9,toDisposable as _0x290028,IConfigService as _0x88f14,ILogService as _0x2f9740,UserManagerService as _0xc5ea1b,UniverInstanceType as _0x470972,IUniverInstanceService as _0x5e27bc,LocaleService as _0x5e134c,Optional as _0x263588,RxDisposable as _0x15900e,Injector as _0x5a5437,Tools as _0x162500,ILocalStorageService as _0x3f82b2,Rectangle as _0x1b7c4d,ICommandService as _0x37f6d3,DOC_RANGE_TYPE as _0x5c08e3,JSONX as _0xc3f172,CommandType as _0x2809bc,IPermissionService as _0x4f30d5,IUndoRedoService as _0x5aca87,sequenceExecute as _0x4c2f40,debounce as _0x28300d,COLORS as _0x32fcb3,ColorKit as _0xdc4b2c,ThemeService as _0x15da4e,fromEventSubject as _0x4666d7,useDependency as _0x46f302,connectInjector as _0x2a6bad,Workbook as _0x3c605a,isInternalEditorID as _0x55b28a,LocalUndoRedoService as _0x19c15f,IContextService as _0xa5a717,DependentOn as _0x596afe,Plugin as _0x405522,touchDependencies as _0x5a6de0,IAuthzIoService as _0xe9480b,registerDependencies as _0x12b218,mergeOverrideWithDependencies as _0xf3c8ba}from'@univerjs/core';import{Subject as _0x7a1bd7,merge as _0x365701,takeUntil as _0x234986,BehaviorSubject as _0x524b68,distinctUntilChanged as _0x3783a1,fromEvent as _0xf4893f,ReplaySubject as _0x24a41e,take as _0xb3cf89,map as _0x50280c,shareReplay as _0x42be71,of as _0x2a024c,debounceTime as _0x4f25a9,filter as _0x238f7b,switchMap as _0x6ad44a,combineLatest as _0x36dc82,concatMap as _0x245147,mapTo as _0x2d24bf}from'rxjs';import{map as _0x1a1a5b,take as _0x33eb95,filter as _0x27f80a,delay as _0x2b0474,throttleTime as _0x48050a,takeUntil as _0xcb8c8d,switchMap as _0x2e98c4}from'rxjs/operators';import{MessageType as _0x302b10,Tooltip as _0x2f2e68}from'@univerjs/design';import{IBeforeCloseService as _0x507e18,IMessageService as _0x4e3214,INotificationService as _0x700f62,useObservable as _0x530867,BuiltInUIPart as _0x37e12e,IUIPartsService as _0x358cc7}from'@univerjs/ui';import{HTTPService as _0x55adc1,WebSocketService as _0x352ba8,MergeInterceptorFactory as _0x309f2d,HTTPRequest as _0x223f2c,UniverNetworkPlugin as _0xac975f,ThresholdInterceptorFactory as _0x20684f}from'@univerjs/network';import{CollaborationEvent as _0xb7e982,parseChangesetToProtocol as _0x3ab3da,ISnapshotServerService as _0x18fdab,isTransformMutationFailure as _0x5bbb53,isTransformMutationsWithChangesetSuccess as _0x26df4b,ITransformService as _0xd1dd82,RevisionService as _0x39bde1,mapDocumentTypeToUniverType as _0x556ed2,isTransformChangesetsSuccess as _0x3775ff,CompressMutationService as _0x2145c9,parseProtocolChangeset as _0x2034a6,SnapshotService as _0x399fd9,textEncoder as _0x2f80e5,b64DecodeUnicode as _0x51acde,isTransformMutationsWithChangesetFailure as _0x15ad50,UniverCollaborationPlugin as _0xa4a5c8}from'@univerjs-pro/collaboration';import{ITelemetryService as _0x56469e}from'@univerjs/telemetry';import{DocIMEInputManagerService as _0x1e7a00,DocStateChangeManagerService as _0x39f3d6,NodePositionConvertToCursor as _0x26a44f,NodePositionConvertToRectRange as _0x280a98,TEXT_RANGE_LAYER_INDEX as _0x4c8fab,SetDocZoomRatioOperation as _0x1b3e7b}from'@univerjs/docs-ui';import{SheetsSelectionsService as _0x36bb55,SetSelectionsOperation as _0x3d4acc,InsertSheetMutation as _0x5f5608,EmptyMutation as _0x67b7f2,WorkbookEditablePermission as _0x32a62a,RefRangeService as _0x23b4a0,EffectRefRangId as _0x270c40,handleIRemoveRow as _0x3820ed,handleIRemoveCol as _0x33fa28,handleMoveRange as _0x1ff957,handleInsertRow as _0x5c2462,handleInsertRangeMoveRight as _0x6e61e4,handleInsertRangeMoveDown as _0x1dc6d5,handleInsertCol as _0x40fdf9,handleDeleteRangeMoveUp as _0x471763,handleDeleteRangeMoveLeft as _0xebe455,runRefRangeMutations as _0x3d211e,SetWorksheetActivateCommand as _0x50f4a2}from'@univerjs/sheets';import{IRenderManagerService as _0x9b882e,Shape as _0x41c73d,Rect as _0x1b9705,getColor as _0x12aeda,RegularPolygon as _0x17397d,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0x38fd6d,Vector2 as _0x219fb7}from'@univerjs/engine-render';import{DocSelectionManagerService as _0x5c70ee,RichTextEditingMutation as _0x36d845,SetTextSelectionsOperation as _0x3a05c0,DocSkeletonManagerService as _0x35f028}from'@univerjs/docs';import{ImageSourceType as _0x16cd67,ImageUploadStatusType as _0x890ba8,IImageIoService as _0x4a4912}from'@univerjs/drawing';import{deserializeRangeWithSheet as _0x5bdf02,serializeRangeWithSheet as _0x3e9623}from'@univerjs/engine-formula';import{SheetSkeletonManagerService as _0x4500ad,VIEWPORT_KEY as _0x20a435,getCoordByCell as _0x1e2de7,getSheetObject as _0xa694a6,SheetPermissionInitController as _0x10dd90}from'@univerjs/sheets-ui';import _0x320623,{forwardRef as _0x392400,useRef as _0x59e222,createElement as _0x2b736f,useCallback as _0x23fbd9}from'react';import{IRemoteInstanceService as _0x57bd22}from'@univerjs/rpc';const cr=_0x4e7919(0x491),hr=_0x4e7919(0x275),lr=_0x4e7919(0x134),Xc=_0x4e7919(0x31e),_r=0x7d0,ur='COLLAB_WEB_SOCKET_URL',dr=_0x4e7919(0x1a4),fr=_0x4e7919(0x183),vr=0x7530,bi='HEARTBEAT_TIMEOUT',Ti=0x4e20,mr=0x4e20,pr=_0x4e7919(0x38e),gr=0x3,Sr=_0x4e7919(0x391),Ir=0x3e8,Cr=_0x4e7919(0x197),Er=_0x4e7919(0x1b3),br=_0x4e7919(0x1b8),Tr=_0x4e7919(0x3f6);var Ri=(_0x3b2981=>(_0x3b2981[_0x3b2981[_0x4e7919(0x48d)]=0x0]='UNDEFINED',_0x3b2981[_0x3b2981['OK']=0x1]='OK',_0x3b2981[_0x3b2981[_0x4e7919(0x397)]=0x2]=_0x4e7919(0x397),_0x3b2981[_0x3b2981[_0x4e7919(0x10c)]=0x3]=_0x4e7919(0x10c),_0x3b2981[_0x3b2981[_0x4e7919(0x97)]=0x4]=_0x4e7919(0x97),_0x3b2981[_0x3b2981[_0x4e7919(0x3be)]=0x5]='UNAUTHENTICATED',_0x3b2981[_0x3b2981[_0x4e7919(0x242)]=0x6]=_0x4e7919(0x242),_0x3b2981[_0x3b2981['INVALID_ARGUMENT']=0x7]=_0x4e7919(0x1e5),_0x3b2981[_0x3b2981[_0x4e7919(0xa7)]=0x8]=_0x4e7919(0xa7),_0x3b2981[_0x3b2981['COMPLETION_FINISHED']=0x9]=_0x4e7919(0x48c),_0x3b2981[_0x3b2981[_0x4e7919(0x3a7)]=0x1389]=_0x4e7919(0x3a7),_0x3b2981[_0x3b2981['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x4e7919(0x1a0),_0x3b2981[_0x3b2981['SNAPSHOT_HAS_BEEN_REMOVED']=0x1772]=_0x4e7919(0x41e),_0x3b2981[_0x3b2981[_0x4e7919(0x12a)]=0x1773]=_0x4e7919(0x12a),_0x3b2981[_0x3b2981['APPLY_REJECT']=0x1b59]='APPLY_REJECT',_0x3b2981[_0x3b2981[_0x4e7919(0x141)]=0x1b5a]=_0x4e7919(0x141),_0x3b2981[_0x3b2981[_0x4e7919(0x3c9)]=0x1b5b]='APPLY_REVISION_CONFILICT',_0x3b2981[_0x3b2981[_0x4e7919(0x156)]=0x1b5c]=_0x4e7919(0x156),_0x3b2981[_0x3b2981['APPLY_DUPLICATED']=0x1b5d]=_0x4e7919(0x331),_0x3b2981[_0x3b2981[_0x4e7919(0x2f3)]=0x1f41]=_0x4e7919(0x2f3),_0x3b2981[_0x3b2981['LICENSE_MAX_UNITS_EXCEEDED']=0x2329]=_0x4e7919(0x24b),_0x3b2981[_0x3b2981[_0x4e7919(0x264)]=0x232a]=_0x4e7919(0x264),_0x3b2981[_0x3b2981[_0x4e7919(0x375)]=0x232b]=_0x4e7919(0x375),_0x3b2981[_0x3b2981[_0x4e7919(0x12e)]=0x232c]=_0x4e7919(0x12e),_0x3b2981[_0x3b2981[_0x4e7919(0x211)]=0x232d]=_0x4e7919(0x211),_0x3b2981[_0x3b2981['YUUMI_UNABLE_LOAD_URL']=0x2711]=_0x4e7919(0x416),_0x3b2981[_0x3b2981[_0x4e7919(0x2bc)]=0x2712]=_0x4e7919(0x2bc),_0x3b2981[_0x3b2981[_0x4e7919(0x493)]=0x2713]=_0x4e7919(0x493),_0x3b2981[_0x3b2981[_0x4e7919(0x1c6)]=0x2714]=_0x4e7919(0x1c6),_0x3b2981[_0x3b2981['UNRECOGNIZED']=-0x1]=_0x4e7919(0x2b9),_0x3b2981))(Ri||{}),ce=(_0x3ffcc1=>(_0x3ffcc1[_0x3ffcc1[_0x4e7919(0x2ba)]=0x0]='UNIVER_UNKNOWN',_0x3ffcc1[_0x3ffcc1[_0x4e7919(0x3ca)]=0x1]=_0x4e7919(0x3ca),_0x3ffcc1[_0x3ffcc1[_0x4e7919(0x29f)]=0x2]=_0x4e7919(0x29f),_0x3ffcc1[_0x3ffcc1[_0x4e7919(0x225)]=0x3]='UNIVER_SLIDE',_0x3ffcc1[_0x3ffcc1[_0x4e7919(0xa4)]=0x4]=_0x4e7919(0xa4),_0x3ffcc1[_0x3ffcc1['UNRECOGNIZED']=-0x1]='UNRECOGNIZED',_0x3ffcc1))(ce||{}),W=(_0x3dd788=>(_0x3dd788[_0x3dd788['UNKNOWN_CMD']=0x0]=_0x4e7919(0x95),_0x3dd788[_0x3dd788[_0x4e7919(0x427)]=0x1]='HELLO',_0x3dd788[_0x3dd788['JOIN']=0x2]='JOIN',_0x3dd788[_0x3dd788[_0x4e7919(0x3ea)]=0x3]=_0x4e7919(0x3ea),_0x3dd788[_0x3dd788[_0x4e7919(0x3e6)]=0x4]=_0x4e7919(0x3e6),_0x3dd788[_0x3dd788[_0x4e7919(0x213)]=0x5]=_0x4e7919(0x213),_0x3dd788[_0x3dd788[_0x4e7919(0xe0)]=0x6]=_0x4e7919(0xe0),_0x3dd788[_0x3dd788['UNRECOGNIZED']=-0x1]='UNRECOGNIZED',_0x3dd788))(W||{}),Is=(_0x4447f1=>(_0x4447f1[_0x4447f1[_0x4e7919(0x223)]=0x0]=_0x4e7919(0x223),_0x4447f1[_0x4447f1['OK']=0x1]='OK',_0x4447f1[_0x4447f1[_0x4e7919(0x487)]=0x2]=_0x4e7919(0x487),_0x4447f1[_0x4447f1[_0x4e7919(0x2b9)]=-0x1]=_0x4e7919(0x2b9),_0x4447f1))(Is||{}),yi=(_0xb216d9=>(_0xb216d9[_0xb216d9[_0x4e7919(0x3f8)]=0x0]=_0x4e7919(0x3f8),_0xb216d9[_0xb216d9[_0x4e7919(0x13d)]=0x1]=_0x4e7919(0x13d),_0xb216d9[_0xb216d9[_0x4e7919(0x472)]=0x2]=_0x4e7919(0x472),_0xb216d9[_0xb216d9['UnitEmbedded']=0x3]=_0x4e7919(0x2c7),_0xb216d9[_0xb216d9[_0x4e7919(0x456)]=0x4]='UnitSnapshot',_0xb216d9[_0xb216d9['UNRECOGNIZED']=-0x1]=_0x4e7919(0x2b9),_0xb216d9))(yi||{});const ie=_0x4e7919(0x1ca),Rr={};function yr(_0x4d88a5){const _0x4f8947=_0x4e7919;var _0x27f265,_0x3f2f65,_0x15cc7,_0x7b3d8d,_0x300f72;const _0x3ea174=_0x4d88a5[_0x4f8947(0x28a)],_0x1fa48b=JSON[_0x4f8947(0xdc)](_0x3ea174);switch(_0x1fa48b[_0x4f8947(0xb9)]){case W[_0x4f8947(0x213)]:case W['HELLO']:{const _0xa05f11=_0x1fa48b[_0x4f8947(0x3da)];return{..._0x1fa48b,'data':_0xa05f11,'cmd':_0x1fa48b['cmd']};}case W[_0x4f8947(0x366)]:{const _0x34b88f=_0x1fa48b[_0x4f8947(0xed)];return{..._0x1fa48b,'data':_0x34b88f,'cmd':_0x1fa48b[_0x4f8947(0xb9)]};}case W['RECV']:{const _0xd0379a=_0x1fa48b[_0x4f8947(0x2a4)];switch(_0xd0379a[_0x4f8947(0x161)]){case _0xb7e982[_0x4f8947(0x463)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':(_0x27f265=_0xd0379a[_0x4f8947(0xd3)])==null?void 0x0:_0x27f265['cs']},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982[_0x4f8947(0xfa)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':(_0x3f2f65=_0xd0379a[_0x4f8947(0x121)])==null?void 0x0:_0x3f2f65['cs']},'cmd':_0x1fa48b['cmd']};case _0xb7e982['NEW_CHANGESETS']:return{..._0x1fa48b,'data':{..._0xd0379a,'data':(_0x15cc7=_0xd0379a[_0x4f8947(0x20e)])==null?void 0x0:_0x15cc7['cs']},'cmd':_0x1fa48b['cmd']};case _0xb7e982[_0x4f8947(0x3c6)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':(_0x7b3d8d=_0xd0379a[_0x4f8947(0x399)])==null?void 0x0:_0x7b3d8d['cs']},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982[_0x4f8947(0x2a5)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':(_0x300f72=_0xd0379a[_0x4f8947(0x1d5)])==null?void 0x0:_0x300f72['cs']},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982[_0x4f8947(0x483)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':_0xd0379a[_0x4f8947(0x294)]},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982[_0x4f8947(0x3e5)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':_0xd0379a[_0x4f8947(0x1e2)]},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982[_0x4f8947(0x348)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':_0xd0379a[_0x4f8947(0x47b)]},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982[_0x4f8947(0x35a)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':_0xd0379a[_0x4f8947(0xec)]},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982[_0x4f8947(0x196)]:case _0xb7e982[_0x4f8947(0x334)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':_0xd0379a[_0x4f8947(0xa0)]},'cmd':_0x1fa48b['cmd']};case _0xb7e982[_0x4f8947(0xd8)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':_0xd0379a['liveShareNewHost']},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982['MSG_FOR_ERROR']:return{..._0x1fa48b,'data':_0xd0379a,'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982[_0x4f8947(0x378)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':_0xd0379a[_0x4f8947(0x2d3)]},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};case _0xb7e982[_0x4f8947(0x206)]:return{..._0x1fa48b,'data':{..._0xd0379a,'data':_0xd0379a[_0x4f8947(0x2da)]},'cmd':_0x1fa48b['cmd']};case _0xb7e982['SHOULD_CLOSE_CONN']:return{..._0x1fa48b,'data':{..._0xd0379a,'data':_0xd0379a['shouldCloseConn']},'cmd':_0x1fa48b[_0x4f8947(0xb9)]};default:return _0x1fa48b;}}default:return _0x1fa48b;}}function Or(_0x9c656e){const _0x3ee0d1=_0x4e7919;switch(_0x9c656e[_0x3ee0d1(0xb9)]){case W[_0x3ee0d1(0x213)]:case W['HELLO']:return JSON[_0x3ee0d1(0x47a)]({'cmd':_0x9c656e[_0x3ee0d1(0xb9)],'routeKey':_0x9c656e[_0x3ee0d1(0x3ed)]});case W['INGEST']:{let _0x3fc1e6;switch(_0x9c656e[_0x3ee0d1(0x28a)][_0x3ee0d1(0x161)]){case _0xb7e982[_0x3ee0d1(0x483)]:{_0x3fc1e6={'eventID':_0xb7e982[_0x3ee0d1(0x483)],'updateCursorEvent':_0x9c656e[_0x3ee0d1(0x28a)][_0x3ee0d1(0x28a)]};break;}case _0xb7e982[_0x3ee0d1(0x348)]:{_0x3fc1e6={'eventID':_0xb7e982[_0x3ee0d1(0x348)],'leaveEvent':_0x9c656e[_0x3ee0d1(0x28a)][_0x3ee0d1(0x28a)]};break;}case _0xb7e982[_0x3ee0d1(0x3e5)]:{_0x3fc1e6={'eventID':_0xb7e982[_0x3ee0d1(0x3e5)],'joinEvent':_0x9c656e[_0x3ee0d1(0x28a)][_0x3ee0d1(0x28a)]};break;}case _0xb7e982[_0x3ee0d1(0x35a)]:{_0x3fc1e6={'eventID':_0xb7e982[_0x3ee0d1(0x35a)],'liveShareNewHost':_0x9c656e[_0x3ee0d1(0x28a)][_0x3ee0d1(0x28a)]};break;}case _0xb7e982[_0x3ee0d1(0x334)]:{_0x3fc1e6={'eventID':_0xb7e982[_0x3ee0d1(0x334)],'liveShareOperation':_0x9c656e[_0x3ee0d1(0x28a)]['data']};break;}case _0xb7e982[_0x3ee0d1(0xd8)]:{_0x3fc1e6={'eventID':_0xb7e982['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x9c656e[_0x3ee0d1(0x28a)]['data']};break;}case _0xb7e982[_0x3ee0d1(0x33e)]:{_0x3fc1e6={'eventID':_0xb7e982['LIVESHARE_REQUEST_HOST'],'liveShareRequestHost':_0x9c656e['data'][_0x3ee0d1(0x28a)]};break;}case _0xb7e982['LIVESHARE_FETCH_OPERATIONS']:{_0x3fc1e6={'eventID':_0xb7e982[_0x3ee0d1(0x196)]};break;}default:_0x3fc1e6={'eventID':_0x9c656e[_0x3ee0d1(0x28a)]['eventID']};}return JSON[_0x3ee0d1(0x47a)]({'cmd':_0x9c656e[_0x3ee0d1(0xb9)],'routeKey':_0x9c656e['routeKey'],'collaMsg':_0x3fc1e6});}case W[_0x3ee0d1(0x366)]:return JSON[_0x3ee0d1(0x47a)]({'cmd':_0x9c656e['cmd'],'routeKey':_0x9c656e[_0x3ee0d1(0x3ed)],'joinReq':_0x9c656e[_0x3ee0d1(0x28a)]});case W[_0x3ee0d1(0x3ea)]:return JSON[_0x3ee0d1(0x47a)]({'cmd':_0x9c656e[_0x3ee0d1(0xb9)],'routeKey':_0x9c656e['routeKey'],'leaveReq':_0x9c656e[_0x3ee0d1(0x28a)]});default:throw new Error(_0x3ee0d1(0x14b));}}var wr=Object[_0x4e7919(0x13e)],Dr=Object[_0x4e7919(0x3a9)],Pr=(_0x16da93,_0x53419e,_0x6f3b55,_0x32caef)=>{for(var _0x39e9d2=_0x32caef>0x1?void 0x0:_0x32caef?Dr(_0x53419e,_0x6f3b55):_0x53419e,_0x49c7b1=_0x16da93['length']-0x1,_0x1a2741;_0x49c7b1>=0x0;_0x49c7b1--)(_0x1a2741=_0x16da93[_0x49c7b1])&&(_0x39e9d2=(_0x32caef?_0x1a2741(_0x53419e,_0x6f3b55,_0x39e9d2):_0x1a2741(_0x39e9d2))||_0x39e9d2);return _0x32caef&&_0x39e9d2&&wr(_0x53419e,_0x6f3b55,_0x39e9d2),_0x39e9d2;},qe=(_0x4cd30e,_0x4cf915)=>(_0x1b922f,_0x2b77e5)=>_0x4cf915(_0x1b922f,_0x2b77e5,_0x4cd30e);const Oi=_0x20f251(_0x4e7919(0xcf));function Ur(_0x52a9a6,_0x3346ca,_0x430e59){const _0x2cfc63=_0x4e7919;return _0x52a9a6+'/'+_0x3346ca+_0x2cfc63(0x28e)+_0x430e59+_0x2cfc63(0x478);}let es=class extends _0x4b38ce{constructor(_0x3d0a39,_0x4362da,_0x338476,_0xc0eb46,_0x3fe1b6){const _0x2af57a=_0x4e7919;super(),this[_0x2af57a(0x2f4)]=_0x3d0a39,this['_ws']=_0x4362da,this[_0x2af57a(0x1f4)]=_0x338476,this[_0x2af57a(0x18f)]=_0xc0eb46,this['_snapshotServerService']=_0x3fe1b6;}[_0x4e7919(0x18a)](_0x3f63cd){const _0x522569=_0x4e7919,_0x562b4e=this[_0x522569(0x35e)][_0x522569(0x18a)](_0x3f63cd);if(!_0x562b4e)throw new Error('[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!');const _0x4e5f97=new _0x1eefc9(),_0x29122f=new _0x7a1bd7();_0x4e5f97[_0x522569(0x2dc)](_0x562b4e[_0x522569(0xd6)][_0x522569(0x1f1)](_0x439116=>_0x29122f[_0x522569(0x409)](_0x439116))),_0x4e5f97['add'](_0x290028(()=>_0x29122f[_0x522569(0x40f)]()));const _0x3b5629=new _0x7a1bd7();_0x4e5f97[_0x522569(0x2dc)](_0x562b4e[_0x522569(0x1b7)][_0x522569(0x1f1)](_0x117f77=>_0x3b5629[_0x522569(0x409)](_0x117f77))),_0x4e5f97[_0x522569(0x2dc)](_0x290028(()=>_0x3b5629[_0x522569(0x40f)]()));const _0x4183ca=new _0x7a1bd7();_0x4e5f97[_0x522569(0x2dc)](_0x562b4e[_0x522569(0x405)]['subscribe'](_0x4801d4=>{const _0x3f67a6=_0x522569,_0x30c2b3=yr(_0x4801d4);_0x4183ca[_0x3f67a6(0x409)](_0x30c2b3);})),_0x4e5f97[_0x522569(0x2dc)](_0x290028(()=>_0x4183ca['complete']()));let _0xed774f;const _0x4de42d=()=>{const _0x31054f=_0x522569;_0x3b5629['next'](new Event('connection\x20error')),_0x29122f[_0x31054f(0x409)](new CloseEvent(_0x31054f(0x14d))),_0xed774f['close']();};return _0xed774f={'memberID':'','close$':_0x29122f[_0x522569(0x180)](),'error$':_0x3b5629['asObservable'](),'open$':_0x562b4e[_0x522569(0x39d)],'message$':_0x4183ca[_0x522569(0x180)](),'send':_0x4e461f=>{const _0x102f6f=_0x522569;if(_0x4e461f['cmd']===W[_0x102f6f(0x3e6)]){if(_0x4e461f[_0x102f6f(0x28a)]['eventID']===_0xb7e982[_0x102f6f(0x26a)]){this[_0x102f6f(0xdb)](_0xed774f,_0x4e461f['data'])[_0x102f6f(0x317)](_0x343861=>{const _0x256202=_0x102f6f;this[_0x256202(0x18f)][_0x256202(0x24d)](_0x343861),_0x4de42d();});return;}if(_0x4e461f[_0x102f6f(0x28a)][_0x102f6f(0x161)]===_0xb7e982['FETCH_MISSING']){const _0x2afd16=_0x4e461f[_0x102f6f(0x28a)];this[_0x102f6f(0x40b)](_0x2afd16)[_0x102f6f(0x86)](_0x47e1e2=>{const _0x233216=_0x102f6f;_0x4183ca['next']({'cmd':W[_0x233216(0xe0)],'code':Is['OK'],'routeKey':_0x2afd16[_0x233216(0x28a)][_0x233216(0x8b)],'routeType':'','data':{'eventID':_0xb7e982[_0x233216(0x3c0)],'data':{'changesets':_0x47e1e2}}});})[_0x102f6f(0x317)](_0x1ccdd0=>{const _0x22e446=_0x102f6f;this['_logService'][_0x22e446(0x24d)](_0x1ccdd0),_0x4de42d();});return;}}_0x562b4e[_0x102f6f(0x7c)](Or(_0x4e461f));},'close':()=>{const _0x495769=_0x522569;_0x562b4e[_0x495769(0x116)](),_0x4e5f97[_0x495769(0xc0)]();}},_0xed774f;}async['_submitChangeset'](_0x4928c1,_0x1ba03b){const _0x45ef65=_0x4e7919;var _0x29c328,_0x3fe604;const {unitType:_0x2ef669,unitID:_0x21a05f,changeset:_0x5872e5}=_0x1ba03b[_0x45ef65(0x28a)],_0x19e6a6={'unitID':_0x21a05f,'memberID':_0x4928c1[_0x45ef65(0x20a)],'type':_0x2ef669,'changeset':_0x3ab3da(_0x5872e5)},_0x574a82=this[_0x45ef65(0x1f4)]['getConfig'](Cr),_0x3b9b1c=this[_0x45ef65(0x1f4)][_0x45ef65(0x2a3)](ie),_0x129070=Ur((_0x3fe604=(_0x29c328=_0x3b9b1c==null?void 0x0:_0x3b9b1c[_0x45ef65(0x3d5)])!=null?_0x29c328:_0x574a82)!=null?_0x3fe604:Er,_0x2ef669,_0x21a05f);try{await this[_0x45ef65(0x2f4)]['post'](_0x129070,{'body':_0x19e6a6});}catch(_0x2608f5){throw this['_logService'][_0x45ef65(0x24d)]('[CollaborationSession]',_0x45ef65(0x200)),_0x2608f5;}}async[_0x4e7919(0x40b)](_0x2dd5ad){const _0xcfcda3=_0x4e7919,{unitID:_0x4f3807,from:_0x49013c,to:_0x81c1d4,unitType:_0x463c22}=_0x2dd5ad['data'];return(await this[_0xcfcda3(0x41c)][_0xcfcda3(0x2d0)]({'metadata':void 0x0},{'unitID':_0x4f3807,'type':_0x463c22,'from':_0x49013c,'to':_0x81c1d4}))[_0xcfcda3(0x2be)];}};es=Pr([qe(0x0,_0x557b7a(_0x55adc1)),qe(0x1,_0x557b7a(_0x352ba8)),qe(0x2,_0x88f14),qe(0x3,_0x2f9740),qe(0x4,_0x18fdab)],es);const Nr=_0x4e7919(0x288);function Ar(_0xda5ed0){const _0x5461a2=_0x4e7919;return JSON[_0x5461a2(0x47a)](_0xda5ed0)[_0x5461a2(0x126)];}class wi{constructor(){const _0x4e6405=_0x4e7919;g(this,_0x4e6405(0x3ad),new _0x7a1bd7()),g(this,_0x4e6405(0x3b2),this[_0x4e6405(0x3ad)][_0x4e6405(0x180)]());}[_0x4e7919(0x3ff)](_0x13fd67){const _0x566b0a=_0x4e7919;this[_0x566b0a(0x3ad)]['next'](_0x13fd67);}}var Mr=Object['defineProperty'],xr=Object[_0x4e7919(0x3a9)],Lr=(_0x4c3222,_0x441913,_0x3bfd7f,_0x529a88)=>{for(var _0x3f5a54=_0x529a88>0x1?void 0x0:_0x529a88?xr(_0x441913,_0x3bfd7f):_0x441913,_0x2ea1cf=_0x4c3222['length']-0x1,_0x10a7cf;_0x2ea1cf>=0x0;_0x2ea1cf--)(_0x10a7cf=_0x4c3222[_0x2ea1cf])&&(_0x3f5a54=(_0x529a88?_0x10a7cf(_0x441913,_0x3bfd7f,_0x3f5a54):_0x10a7cf(_0x3f5a54))||_0x3f5a54);return _0x529a88&&_0x3f5a54&&Mr(_0x441913,_0x3bfd7f,_0x3f5a54),_0x3f5a54;},Hs=(_0x424541,_0x2d5c8f)=>(_0x3abcc5,_0x3d3ce3)=>_0x2d5c8f(_0x3abcc5,_0x3d3ce3,_0x424541);let Ne=class extends _0x4b38ce{constructor(_0x4a0f21,_0xcd81e6){const _0x360a14=_0x4e7919;super(),g(this,'_roomMembers',new Map()),(this[_0x360a14(0x29a)]=_0x4a0f21,this[_0x360a14(0x175)]=_0xcd81e6,this[_0x360a14(0xb0)](_0x290028(_0x365701(this[_0x360a14(0x29a)][_0x360a14(0x18c)](_0x470972[_0x360a14(0x29f)])[_0x360a14(0x210)](_0x1a1a5b(_0x3fa061=>_0x3fa061[_0x360a14(0x426)]())),this['_univerInstanceService'][_0x360a14(0x18c)](_0x470972[_0x360a14(0x3ca)])['pipe'](_0x1a1a5b(_0x3710b1=>_0x3710b1[_0x360a14(0x426)]())),this[_0x360a14(0x29a)][_0x360a14(0x18c)](_0x470972[_0x360a14(0x225)])['pipe'](_0x1a1a5b(_0x2080bb=>_0x2080bb[_0x360a14(0x426)]())))['subscribe'](_0xb33f56=>this[_0x360a14(0x25b)](_0xb33f56)))));}[_0x4e7919(0xa1)](_0xa09cc5){const _0x15d200=_0x4e7919;this[_0x15d200(0x175)][_0x15d200(0xa1)](_0xa09cc5);}['getCurrentUser'](){const _0x1b1c73=_0x4e7919;return this[_0x1b1c73(0x175)][_0x1b1c73(0x3c4)]();}[_0x4e7919(0x1d3)](_0x4a9b7f,_0x88eb39){const _0x23e4c4=_0x4e7919;let _0x48cca6=this['_roomMembers']['get'](_0x4a9b7f);_0x48cca6||(_0x48cca6=new $r(),this['_roomMembers'][_0x23e4c4(0x2a0)](_0x4a9b7f,_0x48cca6)),_0x48cca6[_0x23e4c4(0x1d3)](_0x88eb39);}[_0x4e7919(0xb6)](_0x90b97,_0x5a274c){const _0x17b409=_0x4e7919,_0x9371c=this[_0x17b409(0x376)][_0x17b409(0x16e)](_0x90b97);_0x9371c&&_0x9371c[_0x17b409(0xb6)](_0x5a274c);}['getRoom'](_0x4621f8){const _0x3d2cde=_0x4e7919;return this[_0x3d2cde(0x376)][_0x3d2cde(0x16e)](_0x4621f8);}[_0x4e7919(0x324)](_0x1423cb,_0x28076b){const _0x70135e=_0x4e7919,_0xb993d7=this[_0x70135e(0x376)][_0x70135e(0x16e)](_0x1423cb);if(_0xb993d7)return _0xb993d7[_0x70135e(0x324)](_0x28076b);}[_0x4e7919(0x25b)](_0x203766){const _0x56fb56=_0x4e7919,_0x3d2c96=this[_0x56fb56(0x376)][_0x56fb56(0x16e)](_0x203766);_0x3d2c96&&(_0x3d2c96[_0x56fb56(0xc0)](),this[_0x56fb56(0x376)][_0x56fb56(0x15f)](_0x203766));}[_0x4e7919(0xc0)](){const _0x178664=_0x4e7919;this[_0x178664(0x376)][_0x178664(0x21b)](_0x2a1c26=>_0x2a1c26[_0x178664(0xc0)]()),this[_0x178664(0x376)][_0x178664(0x414)]();}};Ne=Lr([Hs(0x0,_0x5e27bc),Hs(0x1,_0x557b7a(_0xc5ea1b))],Ne);class $r extends _0x4b38ce{constructor(){const _0x482f3f=_0x4e7919;super(...arguments),g(this,_0x482f3f(0x187),new Map());}[_0x4e7919(0xc0)](){const _0x272494=_0x4e7919;this[_0x272494(0x187)]['clear']();}['updateMember'](_0x5da94b){const _0x4ccb31=_0x4e7919;this[_0x4ccb31(0x187)][_0x4ccb31(0x2a0)](_0x5da94b[_0x4ccb31(0x20a)],_0x5da94b);}[_0x4e7919(0xb6)](_0x1f4a62){const _0x1238bf=_0x4e7919;this[_0x1238bf(0x187)][_0x1238bf(0x15f)](_0x1f4a62);}[_0x4e7919(0x324)](_0x28598b){const _0xd09ff0=_0x4e7919;return this[_0xd09ff0(0x187)][_0xd09ff0(0x16e)](_0x28598b);}[_0x4e7919(0x435)](){const _0x459898=_0x4e7919;return Array[_0x459898(0x468)](this[_0x459898(0x187)][_0x459898(0x13a)]());}}var Hr=Object[_0x4e7919(0x13e)],jr=Object['getOwnPropertyDescriptor'],Br=(_0x1d88dd,_0x469e40,_0xdbedf6,_0x39f42d)=>{const _0xdbd0de=_0x4e7919;for(var _0x49ac17=_0x39f42d>0x1?void 0x0:_0x39f42d?jr(_0x469e40,_0xdbedf6):_0x469e40,_0x2fd7fa=_0x1d88dd[_0xdbd0de(0x126)]-0x1,_0x1933dc;_0x2fd7fa>=0x0;_0x2fd7fa--)(_0x1933dc=_0x1d88dd[_0x2fd7fa])&&(_0x49ac17=(_0x39f42d?_0x1933dc(_0x469e40,_0xdbedf6,_0x49ac17):_0x1933dc(_0x49ac17))||_0x49ac17);return _0x39f42d&&_0x49ac17&&Hr(_0x469e40,_0xdbedf6,_0x49ac17),_0x49ac17;},Ee=(_0x1ad5c9,_0x4d6af2)=>(_0x3e0f67,_0x2892b6)=>_0x4d6af2(_0x3e0f67,_0x2892b6,_0x1ad5c9),ve=(_0x269122=>(_0x269122[_0x269122['IDLE']=0x0]=_0x4e7919(0x2f8),_0x269122[_0x269122[_0x4e7919(0xbe)]=0x1]=_0x4e7919(0xbe),_0x269122[_0x269122['OFFLINE']=0x2]=_0x4e7919(0x3f4),_0x269122[_0x269122[_0x4e7919(0x28f)]=0x3]='ONLINE',_0x269122))(ve||{});let ts=class extends _0x15900e{constructor(_0x2782c1,_0x123226,_0x5e878f,_0x29f993,_0x2792ba,_0xbd48f4,_0x3f13a9,_0x4d9ff9,_0x21ca8e,_0x4bb363){const _0x23a6e9=_0x4e7919;super(),g(this,_0x23a6e9(0x286),new _0x524b68(0x0)),g(this,_0x23a6e9(0x109),this[_0x23a6e9(0x286)]['asObservable']()),g(this,'_event$',new _0x7a1bd7()),g(this,'event$',this[_0x23a6e9(0x17a)][_0x23a6e9(0x180)]()),g(this,_0x23a6e9(0x113)),g(this,_0x23a6e9(0x235)),g(this,_0x23a6e9(0x320)),g(this,_0x23a6e9(0x14a),!0x1),g(this,_0x23a6e9(0x440),null),(this['_unitID']=_0x2782c1,this[_0x23a6e9(0x18f)]=_0x5e878f,this[_0x23a6e9(0xda)]=_0x29f993,this[_0x23a6e9(0x443)]=_0x2792ba,this['_configService']=_0xbd48f4,this[_0x23a6e9(0x238)]=_0x3f13a9,this[_0x23a6e9(0x17d)]=_0x4d9ff9,this[_0x23a6e9(0x36e)]=_0x21ca8e,this[_0x23a6e9(0x7a)]=_0x4bb363,this[_0x23a6e9(0x14a)]=!!this[_0x23a6e9(0x7a)],_0x123226[_0x23a6e9(0x210)](_0x234986(this[_0x23a6e9(0x15d)]))['subscribe'](_0x317fa0=>{const _0x527873=_0x23a6e9;var _0x3e8877;typeof _0x317fa0>'u'||(this[_0x527873(0x113)]=_0x317fa0,_0x317fa0?(this['_joinRoom'](_0x317fa0),this[_0x527873(0x235)]=_0x317fa0['message$']['subscribe'](_0x3ca1ea=>{const _0x439442=_0x527873;_0x3ca1ea[_0x439442(0x3ed)]===this[_0x439442(0x46a)]&&this[_0x439442(0x142)](_0x3ca1ea);})):(this['_throwTelemetryCollaborationNewChangeset'](),this['_sessionStatus$'][_0x527873(0x409)](0x2),(_0x3e8877=this[_0x527873(0x235)])==null||_0x3e8877[_0x527873(0x155)](),this[_0x527873(0x235)]=null));}),this[_0x23a6e9(0xb0)](this['_beforeCloseService'][_0x23a6e9(0x38d)](()=>{const _0x38df57=_0x23a6e9;var _0xe35f30;(_0xe35f30=this[_0x38df57(0x113)])==null||_0xe35f30[_0x38df57(0x7c)]({'cmd':W['LEAVE'],'data':{'roomID':this[_0x38df57(0x46a)]}});})));}get[_0x4e7919(0x37a)](){const _0x304a00=_0x4e7919;return this[_0x304a00(0x286)][_0x304a00(0x358)]();}[_0x4e7919(0x3cd)](){const _0x958323=_0x4e7919;var _0x2ad31f,_0x2e8454;return(_0x2e8454=(_0x2ad31f=this[_0x958323(0x113)])==null?void 0x0:_0x2ad31f[_0x958323(0x20a)])!=null?_0x2e8454:null;}[_0x4e7919(0xc0)](){const _0x52cab3=_0x4e7919;super[_0x52cab3(0xc0)](),this[_0x52cab3(0x15d)][_0x52cab3(0x409)](),this[_0x52cab3(0x15d)][_0x52cab3(0x40f)]();}[_0x4e7919(0x116)](){const _0x22f84a=_0x4e7919;var _0x5e01f0,_0x1a5fc6;this[_0x22f84a(0x29d)](),(_0x5e01f0=this[_0x22f84a(0x113)])==null||_0x5e01f0[_0x22f84a(0x7c)]({'cmd':W[_0x22f84a(0x3ea)],'data':{'roomID':this[_0x22f84a(0x46a)]}}),(_0x1a5fc6=this['_socket'])==null||_0x1a5fc6['close'](),this[_0x22f84a(0x17a)]['complete'](),this[_0x22f84a(0x286)]['complete'](),this[_0x22f84a(0xc0)]();}[_0x4e7919(0x142)](_0x493502){const _0x207192=_0x4e7919;_0x493502['cmd']===W['JOIN']?this[_0x207192(0x42a)](_0x493502):_0x493502[_0x207192(0xb9)]===W[_0x207192(0xe0)]&&this['_onRecvEvent'](_0x493502);}[_0x4e7919(0x3ef)](_0x5d828b){const _0x45c3f9=_0x4e7919;this[_0x45c3f9(0x286)][_0x45c3f9(0x409)](0x1),_0x5d828b[_0x45c3f9(0x7c)]({'cmd':W['JOIN'],'routeKey':this[_0x45c3f9(0x46a)],'routeType':'','data':{'rooms':[{'roomID':this[_0x45c3f9(0x46a)]}]}});}[_0x4e7919(0x42a)](_0x143029){const _0x25ade9=_0x4e7919;var _0x5b5c95;if(_0x143029['code']===Is['FAIL']){this['_messageService'][_0x25ade9(0x243)]({'type':_0x302b10[_0x25ade9(0x1dc)],'content':this[_0x25ade9(0x238)]['t']('session.room-full')}),this[_0x25ade9(0x286)][_0x25ade9(0x409)](0x2);return;}this[_0x25ade9(0x286)][_0x25ade9(0x409)](0x3);const _0x704f99=(_0x5b5c95=_0x143029[_0x25ade9(0x28a)][_0x25ade9(0xaf)][this['_unitID']])==null?void 0x0:_0x5b5c95['members'];_0x704f99&&_0x704f99[_0x25ade9(0x21b)](_0x2cb75a=>this['_memberService'][_0x25ade9(0x1d3)](this[_0x25ade9(0x46a)],_0x2cb75a));}[_0x4e7919(0x3c2)](_0x517676){const _0x5e6d57=_0x4e7919;try{const _0x1fddec=_0x517676[_0x5e6d57(0x28a)];switch(_0x1fddec[_0x5e6d57(0x161)]){case _0xb7e982[_0x5e6d57(0x3e5)]:this[_0x5e6d57(0x313)](_0x1fddec),this[_0x5e6d57(0x17a)][_0x5e6d57(0x409)](_0x1fddec);break;case _0xb7e982[_0x5e6d57(0x348)]:this[_0x5e6d57(0x115)](_0x1fddec),this[_0x5e6d57(0x17a)][_0x5e6d57(0x409)](_0x1fddec);break;case _0xb7e982[_0x5e6d57(0xfa)]:case _0xb7e982[_0x5e6d57(0x2a5)]:this[_0x5e6d57(0x21a)](),this[_0x5e6d57(0x445)](),this[_0x5e6d57(0x17a)][_0x5e6d57(0x409)](_0x1fddec);break;case _0xb7e982[_0x5e6d57(0xa9)]:this[_0x5e6d57(0x18f)]['error'](_0x5e6d57(0x2fa)+JSON['stringify'](_0x1fddec)),this['_event$'][_0x5e6d57(0x409)](_0x1fddec);break;case _0xb7e982['COMMENT_UPDATE']:this[_0x5e6d57(0x36e)][_0x5e6d57(0x3ff)](_0x1fddec[_0x5e6d57(0x28a)]),this[_0x5e6d57(0x17a)][_0x5e6d57(0x409)](_0x1fddec);break;default:this[_0x5e6d57(0x17a)][_0x5e6d57(0x409)](_0x1fddec);}}catch(_0x32dd9a){this[_0x5e6d57(0x18f)]['error'](_0x32dd9a,_0x517676);}}[_0x4e7919(0x313)](_0x3cefa3){const _0x3fc7b9=_0x4e7919;this[_0x3fc7b9(0x17d)]['updateMember'](this[_0x3fc7b9(0x46a)],_0x3cefa3[_0x3fc7b9(0x28a)]);}['_onUserLeave'](_0x457c20){const _0x3e5a2d=_0x4e7919;this[_0x3e5a2d(0x17d)]['removeMember'](this['_unitID'],_0x457c20[_0x3e5a2d(0x28a)]['memberID']);}async[_0x4e7919(0x7c)](_0x624f10,_0x2ad54c){const _0x3bb47b=_0x4e7919;if(this[_0x3bb47b(0x37a)]!==0x3||!this[_0x3bb47b(0x113)])throw new Error(_0x3bb47b(0x2ab));try{_0x624f10[_0x3bb47b(0x161)]===_0xb7e982['SUBMIT_CHANGESET']&&(this[_0x3bb47b(0x410)](),this['_startTelemetryCollaborationNewChangeset'](_0x624f10)),this['_socket'][_0x3bb47b(0x7c)]({'cmd':W[_0x3bb47b(0x3e6)],'routeKey':_0x2ad54c,'routeType':'','data':_0x624f10});}catch(_0x470fc6){this['_logService']['error'](_0x470fc6);}}[_0x4e7919(0x410)](){const _0x11e267=_0x4e7919;var _0x1c3c1b;this[_0x11e267(0x320)]=window[_0x11e267(0x1f7)](()=>{const _0x2f417c=_0x11e267;this['_collaborationTimeoutTimer']=null,this['_messageService']['show']({'type':_0x302b10[_0x2f417c(0x457)],'content':this[_0x2f417c(0x238)]['t'](_0x2f417c(0x492))});},(_0x1c3c1b=this[_0x11e267(0x1f4)][_0x11e267(0x2a3)](bi))!=null?_0x1c3c1b:Ti);}['_clearCollaborationTimeoutTimer'](){const _0x5f4b61=_0x4e7919;this['_collaborationTimeoutTimer']&&(clearTimeout(this[_0x5f4b61(0x320)]),this[_0x5f4b61(0x320)]=null);}[_0x4e7919(0x34f)](_0x9f315d){const _0x159a60=_0x4e7919;if(!this[_0x159a60(0x14a)])return;const {data:_0x5c5fc6}=_0x9f315d,{unitID:_0x4b8f6c,changeset:_0x3c8061}=_0x5c5fc6,{mutations:_0x3e2ec1,type:_0x557f98}=_0x3c8061;this[_0x159a60(0x440)]={'unitId':_0x4b8f6c,'type':_0x557f98,'startTime':performance['now'](),'stopTime':0x0,'duration':0x0,'size':Ar(_0x3e2ec1)};}[_0x4e7919(0x21a)](){const _0x214c79=_0x4e7919;if(this[_0x214c79(0x14a)]){if(!this[_0x214c79(0x440)]){this['_logService']['error'](_0x214c79(0xad),'telemetry\x20info\x20is\x20not\x20initialized');return;}this['_telemetryInfo'][_0x214c79(0x2f9)]=performance[_0x214c79(0x26f)](),this[_0x214c79(0x440)][_0x214c79(0x2c8)]=this[_0x214c79(0x440)][_0x214c79(0x2f9)]-this[_0x214c79(0x440)][_0x214c79(0x42f)],this[_0x214c79(0x7a)][_0x214c79(0x13c)](Nr,this[_0x214c79(0x440)]),this[_0x214c79(0x440)]=null;}}[_0x4e7919(0x29d)](){this['_telemetryInfo']=null;}};ts=Br([Ee(0x2,_0x2f9740),Ee(0x3,_0x507e18),Ee(0x4,_0x4e3214),Ee(0x5,_0x88f14),Ee(0x6,_0x557b7a(_0x5e134c)),Ee(0x7,_0x557b7a(Ne)),Ee(0x8,_0x557b7a(wi)),Ee(0x9,_0x263588(_0x56469e))],ts);var kr=Object[_0x4e7919(0x13e)],Wr=Object[_0x4e7919(0x3a9)],Fr=(_0x16052d,_0x3c20be,_0x2f8bce,_0x400e3d)=>{for(var _0x1d1e80=_0x400e3d>0x1?void 0x0:_0x400e3d?Wr(_0x3c20be,_0x2f8bce):_0x3c20be,_0xa5c6c1=_0x16052d['length']-0x1,_0x2139da;_0xa5c6c1>=0x0;_0xa5c6c1--)(_0x2139da=_0x16052d[_0xa5c6c1])&&(_0x1d1e80=(_0x400e3d?_0x2139da(_0x3c20be,_0x2f8bce,_0x1d1e80):_0x2139da(_0x1d1e80))||_0x1d1e80);return _0x400e3d&&_0x1d1e80&&kr(_0x3c20be,_0x2f8bce,_0x1d1e80),_0x1d1e80;},je=(_0x54f468,_0x346192)=>(_0x1d7c48,_0x2c3f64)=>_0x346192(_0x1d7c48,_0x2c3f64,_0x54f468);let Ae=class extends _0x4b38ce{constructor(_0x1dbd07,_0x7fa04f,_0x88c0de,_0xd66ba,_0xd5bbc,_0x47eea0){const _0x19a182=_0x4e7919;super(),g(this,_0x19a182(0x19e),new _0x524b68(void 0x0)),g(this,'socket$',this[_0x19a182(0x19e)][_0x19a182(0x180)]()),g(this,_0x19a182(0x27f),null),g(this,'_sessions',new Map()),g(this,'_status$',new _0x524b68(ve[_0x19a182(0x2f8)])),g(this,_0x19a182(0x1cf),this[_0x19a182(0x221)][_0x19a182(0x180)]()),g(this,'_socketReady',!0x1),g(this,'_retryConnectingTimer'),g(this,_0x19a182(0x1f5),0x0),g(this,'_sendHeartbeatTimer'),g(this,_0x19a182(0x381)),(this[_0x19a182(0x1e4)]=_0x1dbd07,this[_0x19a182(0x238)]=_0x7fa04f,this[_0x19a182(0x443)]=_0x88c0de,this[_0x19a182(0x18f)]=_0xd66ba,this[_0x19a182(0x1f4)]=_0xd5bbc,this['_socketService']=_0x47eea0,this[_0x19a182(0x474)]());}get['_socket'](){const _0x4bd24d=_0x4e7919;return this[_0x4bd24d(0x19e)]['getValue']();}[_0x4e7919(0x474)](){const _0x5575bd=_0x4e7919;this[_0x5575bd(0x165)](),this[_0x5575bd(0x230)]();}['dispose'](){const _0x47507d=_0x4e7919;super[_0x47507d(0xc0)](),this[_0x47507d(0xc1)][_0x47507d(0x21b)](_0x4c0fe1=>_0x4c0fe1[_0x47507d(0xc0)]()),this[_0x47507d(0xc1)][_0x47507d(0x414)](),this[_0x47507d(0x221)][_0x47507d(0x40f)]();}async[_0x4e7919(0x386)](_0x484926){const _0x182670=_0x4e7919;if(this[_0x182670(0xc1)]['has'](_0x484926))return this[_0x182670(0xc1)][_0x182670(0x16e)](_0x484926);this[_0x182670(0x2ea)]();const _0x4f8ea5=this[_0x182670(0x1e4)][_0x182670(0x2c9)](ts,_0x484926,this[_0x182670(0x19e)][_0x182670(0x180)]());return this[_0x182670(0xc1)][_0x182670(0x2a0)](_0x484926,_0x4f8ea5),_0x4f8ea5;}[_0x4e7919(0x355)](_0x3ded39){const _0x4ddab1=_0x4e7919;var _0x55b6e7;const _0x37b40b=this[_0x4ddab1(0xc1)][_0x4ddab1(0x16e)](_0x3ded39);_0x37b40b&&(this[_0x4ddab1(0xc1)]['delete'](_0x3ded39),_0x37b40b['close']()),this[_0x4ddab1(0xc1)][_0x4ddab1(0x277)]||(_0x55b6e7=this['_socket'])==null||_0x55b6e7[_0x4ddab1(0x116)]();}[_0x4e7919(0x215)](){const _0x17c683=_0x4e7919;this[_0x17c683(0x1f5)]=0x0,this[_0x17c683(0x28d)]!=null&&(clearTimeout(this['_retryConnectingTimer']),this[_0x17c683(0x28d)]=null),this[_0x17c683(0x248)]();}[_0x4e7919(0x2ad)](){const _0x25d8ad=_0x4e7919;var _0x2d4450,_0x2e1493;const _0x1fb12b=this[_0x25d8ad(0x1f4)][_0x25d8ad(0x2a3)](ur),_0x23e078=this[_0x25d8ad(0x1f4)][_0x25d8ad(0x2a3)](ie),_0x516dd1=(_0x2e1493=(_0x2d4450=_0x23e078==null?void 0x0:_0x23e078['collabWebSocketUrl'])!=null?_0x2d4450:_0x1fb12b)!=null?_0x2e1493:dr,_0x1e6104=this['_socketService'][_0x25d8ad(0x18a)](_0x516dd1);return this['_candidateSocket']=_0x1e6104,_0x1e6104;}[_0x4e7919(0x2ea)](){const _0x4b9cbc=_0x4e7919;var _0x4ee457,_0x2aedc0;try{const _0x5b6756=(_0x2aedc0=(_0x4ee457=this['_socket'])!=null?_0x4ee457:this[_0x4b9cbc(0x27f)])!=null?_0x2aedc0:this[_0x4b9cbc(0x2ad)]();if(_0x5b6756){const _0x8520c2=_0x5b6756[_0x4b9cbc(0x7c)];_0x5b6756[_0x4b9cbc(0x7c)]=_0x5b2f51=>(this[_0x4b9cbc(0x3cc)](),_0x8520c2[_0x4b9cbc(0x2d7)](_0x5b6756,[_0x5b2f51])),_0x5b6756['message$'][_0x4b9cbc(0x1f1)](_0x30bb9d=>this[_0x4b9cbc(0x1ad)](_0x5b6756,_0x30bb9d)),_0x5b6756[_0x4b9cbc(0x1b7)][_0x4b9cbc(0x210)](_0x33eb95(0x1))[_0x4b9cbc(0x1f1)](_0x5008fe=>this[_0x4b9cbc(0x18f)][_0x4b9cbc(0x24d)](_0x4b9cbc(0xbf),_0x5008fe)),_0x5b6756[_0x4b9cbc(0x39d)][_0x4b9cbc(0x210)](_0x33eb95(0x1))[_0x4b9cbc(0x1f1)](()=>{const _0x4ee749=_0x4b9cbc;this[_0x4ee749(0x2bf)](_0x5b6756);}),_0x5b6756[_0x4b9cbc(0xd6)][_0x4b9cbc(0x210)](_0x33eb95(0x1))[_0x4b9cbc(0x1f1)](_0x5c7cf3=>{const _0x5c184d=_0x4b9cbc;this[_0x5c184d(0x18f)][_0x5c184d(0x236)](_0x5c184d(0xb4),_0x5c184d(0x48a),_0x5c7cf3),this[_0x5c184d(0x3db)]();});}}catch(_0x525d3d){this[_0x4b9cbc(0x18f)][_0x4b9cbc(0x24d)](_0x525d3d),this[_0x4b9cbc(0x3db)]();}}[_0x4e7919(0x2bf)](_0x3e6cca){const _0x3bde97=_0x4e7919;this[_0x3bde97(0x18f)][_0x3bde97(0x236)](_0x3bde97(0xb4),_0x3bde97(0x259)),_0x3e6cca[_0x3bde97(0x7c)]({'cmd':W[_0x3bde97(0x427)]}),this[_0x3bde97(0x3cc)]();}[_0x4e7919(0x165)](){window['addEventListener']('offline',()=>this['_onOffline']());}['_onOffline'](){const _0xcf70d5=_0x4e7919;this[_0xcf70d5(0x489)]=!0x1,this[_0xcf70d5(0x27f)]=null,this[_0xcf70d5(0x221)][_0xcf70d5(0x409)](ve['OFFLINE']),this[_0xcf70d5(0x19e)][_0xcf70d5(0x409)](null),this['_clearTimeoutTimer'](),this[_0xcf70d5(0x245)]();}[_0x4e7919(0x3db)](){const _0x369592=_0x4e7919;var _0x200f14;this['_onOffline'](),this['_retryCount']<((_0x200f14=this[_0x369592(0x1f4)][_0x369592(0x2a3)](pr))!=null?_0x200f14:gr)?(this[_0x369592(0x443)][_0x369592(0x243)]({'key':_0x369592(0x352),'type':_0x302b10[_0x369592(0x1dc)],'content':this[_0x369592(0x238)]['t']('session.will-retry')}),this[_0x369592(0x248)]()):this[_0x369592(0x443)][_0x369592(0x243)]({'key':_0x369592(0x352),'type':_0x302b10['Error'],'content':this[_0x369592(0x238)]['t'](_0x369592(0x301))});}[_0x4e7919(0x230)](){const _0x3e26a2=_0x4e7919,_0x44aff6=()=>{const _0x5a8a23=_0x5ed9;this[_0x5a8a23(0x113)]||this[_0x5a8a23(0x215)]();},_0x7ec602=()=>{const _0x294861=_0x5ed9;this[_0x294861(0x113)]||document[_0x294861(0xe4)]===_0x294861(0x372)||this[_0x294861(0x215)]();};window[_0x3e26a2(0x315)](_0x3e26a2(0x300),_0x44aff6),document[_0x3e26a2(0x315)]('visibilitychange',_0x7ec602);}[_0x4e7919(0x248)](){const _0x6c2de3=_0x4e7919;var _0x405b35;const _0xd11e9c=this['_retryCount'],_0x23cf77=this[_0x6c2de3(0x1f4)]['getConfig'](ie),_0x3ec518=_0xd11e9c===0x0?0x0:((_0x405b35=_0x23cf77==null?void 0x0:_0x23cf77[_0x6c2de3(0x2c4)])!=null?_0x405b35:mr)*0x2**_0xd11e9c;this[_0x6c2de3(0x28d)]=window[_0x6c2de3(0x1f7)](()=>{const _0x3bc7a1=_0x6c2de3;clearTimeout(this[_0x3bc7a1(0x28d)]),this[_0x3bc7a1(0x28d)]=null,this['_tryEnsureSocket']();},_0x3ec518),this[_0x6c2de3(0x1f5)]+=0x1;}['_onMessage'](_0xd9914,_0x3fb1af){const _0x1cf375=_0x4e7919,{cmd:_0x283e45}=_0x3fb1af;_0x283e45===W['HELLO']&&!this[_0x1cf375(0x489)]&&(_0xd9914[_0x1cf375(0x20a)]=_0x3fb1af['data']['memberID'],this[_0x1cf375(0x19e)][_0x1cf375(0x409)](_0xd9914),this[_0x1cf375(0x221)]['next'](ve[_0x1cf375(0x28f)]),this[_0x1cf375(0x489)]=!0x0,this['_candidateSocket']=null),_0x283e45===W[_0x1cf375(0x213)]&&this['_clearTimeoutTimer'](),this[_0x1cf375(0x3cc)]();}[_0x4e7919(0x3cc)](){const _0x3c6a27=_0x4e7919;var _0x5d0f99;this['_clearHeartbeatTimer'](),this[_0x3c6a27(0xeb)]=window[_0x3c6a27(0x1f7)](()=>this[_0x3c6a27(0x1ae)](),(_0x5d0f99=this[_0x3c6a27(0x1f4)]['getConfig'](fr))!=null?_0x5d0f99:vr);}[_0x4e7919(0x1ae)](){const _0x8cce3b=_0x4e7919;this[_0x8cce3b(0x113)][_0x8cce3b(0x7c)]({'cmd':W[_0x8cce3b(0x213)]}),this[_0x8cce3b(0x3af)]();}['_waitForHeartbeatResponse'](){const _0x1dc09d=_0x4e7919;var _0x1761af;this[_0x1dc09d(0x381)]=window[_0x1dc09d(0x1f7)](()=>this[_0x1dc09d(0x3db)](),(_0x1761af=this[_0x1dc09d(0x1f4)]['getConfig'](bi))!=null?_0x1761af:Ti);}[_0x4e7919(0x245)](){const _0x1aab30=_0x4e7919;this[_0x1aab30(0xeb)]!=null&&(clearTimeout(this[_0x1aab30(0xeb)]),this[_0x1aab30(0xeb)]=null);}[_0x4e7919(0x1d2)](){const _0x7ee228=_0x4e7919;this[_0x7ee228(0x381)]!=null&&(clearTimeout(this[_0x7ee228(0x381)]),this[_0x7ee228(0x381)]=null);}};Ae=Fr([je(0x0,_0x557b7a(_0x5a5437)),je(0x1,_0x557b7a(_0x5e134c)),je(0x2,_0x4e3214),je(0x3,_0x2f9740),je(0x4,_0x88f14),je(0x5,Oi)],Ae);const Y=[];for(let i=0x0;i<0x100;++i)Y[_0x4e7919(0x209)]((i+0x100)[_0x4e7919(0x227)](0x10)[_0x4e7919(0x41b)](0x1));function Vr(_0x3c206e,_0x37048c=0x0){const _0x2da91f=_0x4e7919;return(Y[_0x3c206e[_0x37048c+0x0]]+Y[_0x3c206e[_0x37048c+0x1]]+Y[_0x3c206e[_0x37048c+0x2]]+Y[_0x3c206e[_0x37048c+0x3]]+'-'+Y[_0x3c206e[_0x37048c+0x4]]+Y[_0x3c206e[_0x37048c+0x5]]+'-'+Y[_0x3c206e[_0x37048c+0x6]]+Y[_0x3c206e[_0x37048c+0x7]]+'-'+Y[_0x3c206e[_0x37048c+0x8]]+Y[_0x3c206e[_0x37048c+0x9]]+'-'+Y[_0x3c206e[_0x37048c+0xa]]+Y[_0x3c206e[_0x37048c+0xb]]+Y[_0x3c206e[_0x37048c+0xc]]+Y[_0x3c206e[_0x37048c+0xd]]+Y[_0x3c206e[_0x37048c+0xe]]+Y[_0x3c206e[_0x37048c+0xf]])[_0x2da91f(0x176)]();}let Nt;const Gr=new Uint8Array(0x10);function Yr(){const _0x4d1bbf=_0x4e7919;if(!Nt){if(typeof crypto>'u'||!crypto[_0x4d1bbf(0x19d)])throw new Error(_0x4d1bbf(0x3fa));Nt=crypto[_0x4d1bbf(0x19d)][_0x4d1bbf(0x193)](crypto);}return Nt(Gr);}const Kr=typeof crypto<'u'&&crypto[_0x4e7919(0x425)]&&crypto[_0x4e7919(0x425)][_0x4e7919(0x193)](crypto),js={'randomUUID':Kr};function zr(_0x488c04,_0x4dd1e6,_0x531596){const _0x451989=_0x4e7919;if(js[_0x451989(0x425)]&&!_0x4dd1e6&&!_0x488c04)return js[_0x451989(0x425)]();_0x488c04=_0x488c04||{};const _0x382610=_0x488c04[_0x451989(0x329)]||(_0x488c04[_0x451989(0xf6)]||Yr)();return _0x382610[0x6]=_0x382610[0x6]&0xf|0x40,_0x382610[0x8]=_0x382610[0x8]&0x3f|0x80,Vr(_0x382610);}var qr=Object['defineProperty'],Xr=Object[_0x4e7919(0x3a9)],Jr=(_0xc49008,_0x1f4278,_0x209646,_0x2f7b8e)=>{for(var _0x5b3b96=_0x2f7b8e>0x1?void 0x0:_0x2f7b8e?Xr(_0x1f4278,_0x209646):_0x1f4278,_0x43ffaa=_0xc49008['length']-0x1,_0x52ee01;_0x43ffaa>=0x0;_0x43ffaa--)(_0x52ee01=_0xc49008[_0x43ffaa])&&(_0x5b3b96=(_0x2f7b8e?_0x52ee01(_0x1f4278,_0x209646,_0x5b3b96):_0x52ee01(_0x5b3b96))||_0x5b3b96);return _0x2f7b8e&&_0x5b3b96&&qr(_0x1f4278,_0x209646,_0x5b3b96),_0x5b3b96;},At=(_0x3b63cb,_0x3c138c)=>(_0x408dc0,_0x37cf4b)=>_0x3c138c(_0x408dc0,_0x37cf4b,_0x3b63cb);function _0x5ed9(_0x2a9333,_0x1ce175){const _0x3f1c13=_0x3f1c();return _0x5ed9=function(_0x5ed994,_0x50fcd4){_0x5ed994=_0x5ed994-0x79;let _0x4a5a84=_0x3f1c13[_0x5ed994];return _0x4a5a84;},_0x5ed9(_0x2a9333,_0x1ce175);}let ft=class{constructor(_0x3deb0c,_0xcfca0,_0x903f4a){const _0x508d8c=_0x4e7919;this[_0x508d8c(0x1e4)]=_0x3deb0c,this[_0x508d8c(0x2ac)]=_0xcfca0,this[_0x508d8c(0x370)]=_0x903f4a;}['transformIMECache'](_0x34c5c0){const _0x9f74d8=_0x4e7919;this[_0x9f74d8(0xc9)](_0x34c5c0),this[_0x9f74d8(0x7d)](_0x34c5c0);}[_0x4e7919(0x309)](_0x4886f8){const _0x2b389b=_0x4e7919,{unitID:_0x1b3441}=_0x4886f8,_0xdd4393=this[_0x2b389b(0x370)][_0x2b389b(0x119)](_0x1b3441)[_0x2b389b(0xb1)](_0x1e7a00),{redoCache:_0x643450}=_0xdd4393[_0x2b389b(0x2f7)]();if(_0x643450[_0x2b389b(0x126)]===0x0)return _0x4886f8;let _0x4970ac=_0x162500['deepClone'](_0x4886f8['mutations'][0x0]);for(let _0x4ea121=0x0;_0x4ea121<_0x643450[_0x2b389b(0x126)];_0x4ea121++){const _0x50f094={'id':'doc.mutation.rich-text-editing','params':{..._0x643450[_0x4ea121]}},_0x31cb3e=this[_0x2b389b(0x2ac)]['transformMutation'](_0x4970ac,_0x50f094,!0x1);if(_0x5bbb53(_0x31cb3e))throw _0x31cb3e[_0x2b389b(0x24d)];_0x4970ac=_0x31cb3e[_0x2b389b(0x19b)];}return{..._0x162500[_0x2b389b(0x2cb)](_0x4886f8),'mutations':[_0x4970ac]};}[_0x4e7919(0xc9)](_0x57ff25){const _0x1bf034=_0x4e7919,{unitID:_0x6f246e}=_0x57ff25,_0x3acf5a=this[_0x1bf034(0x370)]['getRenderById'](_0x6f246e)[_0x1bf034(0xb1)](_0x1e7a00),{undoCache:_0xa1fc21,redoCache:_0x1bd39c}=_0x3acf5a[_0x1bf034(0x2f7)]();if(_0xa1fc21['length']===0x0||_0x1bd39c[_0x1bf034(0x126)]===0x0)return;const _0x2c174c=[],_0x3c1033=[];let _0x520378=_0x162500[_0x1bf034(0x2cb)](_0x57ff25[_0x1bf034(0x13b)][0x0]),_0x585961=_0x162500[_0x1bf034(0x2cb)](_0x57ff25[_0x1bf034(0x13b)][0x0]);for(let _0x4c15fc=_0xa1fc21['length']-0x1;_0x4c15fc>=0x0;_0x4c15fc--){const _0x112c1c={'id':_0x1bf034(0x3b8),'params':{..._0xa1fc21[_0x4c15fc]}},_0x414a10={'id':'doc.mutation.rich-text-editing','params':{..._0x1bd39c[_0x4c15fc]}},_0x16a3b0=this[_0x1bf034(0x2ac)][_0x1bf034(0x132)](_0x520378,_0x112c1c,!0x1),_0x3c4d57=this[_0x1bf034(0x2ac)]['transformMutation'](_0x585961,_0x414a10,!0x1);if(_0x5bbb53(_0x16a3b0))throw _0x16a3b0[_0x1bf034(0x24d)];if(_0x5bbb53(_0x3c4d57))throw _0x3c4d57[_0x1bf034(0x24d)];_0x2c174c['unshift'](_0x16a3b0['m2Prime']['params']),_0x3c1033['unshift'](_0x3c4d57[_0x1bf034(0xca)]['params']),_0x520378=_0x16a3b0[_0x1bf034(0x19b)],_0x585961=_0x3c4d57['m1Prime'];}_0x3acf5a[_0x1bf034(0x322)]({'undoCache':_0x2c174c,'redoCache':_0x3c1033});}[_0x4e7919(0x7d)](_0x2af36b){const _0x3f8db3=_0x4e7919,{unitID:_0x28e00f}=_0x2af36b,_0xdeb473=this[_0x3f8db3(0x370)]['getRenderById'](_0x28e00f)['with'](_0x1e7a00),_0x2037a8=_0xdeb473['getActiveRange']();if(_0x2037a8==null)return;const _0x100a17=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x2af36b[_0x3f8db3(0x8b)],'actions':null,'textRanges':[_0x2037a8]}}],_0x1b4d3c=this[_0x3f8db3(0x2ac)]['transformMutationsWithChangeset'](_0x2af36b,_0x100a17);if(!_0x26df4b(_0x1b4d3c))throw _0x1b4d3c['error'];const _0x8445f6=_0x1b4d3c['m2Prime'][0x0][_0x3f8db3(0x244)][_0x3f8db3(0x21d)];Array[_0x3f8db3(0x1a9)](_0x8445f6)&&_0x8445f6['length']&&_0xdeb473['setActiveRange'](_0x8445f6[0x0]);}};ft=Jr([At(0x0,_0x557b7a(_0x5a5437)),At(0x1,_0xd1dd82),At(0x2,_0x9b882e)],ft);var Zr=Object[_0x4e7919(0x13e)],Qr=Object['getOwnPropertyDescriptor'],eo=(_0x156201,_0x1cfb38,_0x8cabc6,_0x18052c)=>{for(var _0x1e33e9=_0x18052c>0x1?void 0x0:_0x18052c?Qr(_0x1cfb38,_0x8cabc6):_0x1cfb38,_0x3fa3c8=_0x156201['length']-0x1,_0x4e31df;_0x3fa3c8>=0x0;_0x3fa3c8--)(_0x4e31df=_0x156201[_0x3fa3c8])&&(_0x1e33e9=(_0x18052c?_0x4e31df(_0x1cfb38,_0x8cabc6,_0x1e33e9):_0x4e31df(_0x1e33e9))||_0x1e33e9);return _0x18052c&&_0x1e33e9&&Zr(_0x1cfb38,_0x8cabc6,_0x1e33e9),_0x1e33e9;},Xe=(_0x95e841,_0x14a98b)=>(_0xfec21a,_0x5b1c49)=>_0x14a98b(_0xfec21a,_0x5b1c49,_0x95e841);let q=class extends _0x4b38ce{constructor(_0x232f7a,_0xaf094a,_0x5ba666,_0xeea177,_0x20ee45){const _0x14decd=_0x4e7919;super(),g(this,'_cachedData',new Map()),g(this,_0x14decd(0x1bf),new Map()),g(this,'_disabled',!0x1),(this[_0x14decd(0x1f4)]=_0x232f7a,this[_0x14decd(0x436)]=_0xaf094a,this['_beforeCloseService']=_0x5ba666,this[_0x14decd(0x238)]=_0xeea177,this[_0x14decd(0xf9)]=_0x20ee45,this['_setupBeforeClosingHandler']());}['disableLocalCache'](){const _0x5def6e=_0x4e7919;this[_0x5def6e(0x167)]=!0x0;}[_0x4e7919(0x446)](){const _0xad988b=_0x4e7919;this[_0xad988b(0x167)]=!0x1;}[_0x4e7919(0xc0)](){const _0xd0441e=_0x4e7919;this['exhaustSavingTask']()['then'](()=>super[_0xd0441e(0xc0)]());}async[_0x4e7919(0x281)](_0xfc2038){const _0x17fa0a=_0x4e7919;return this[_0x17fa0a(0x167)]?null:this['_localStorageService'][_0x17fa0a(0xe1)](Bs(_0xfc2038));}async[_0x4e7919(0x247)](_0x3b18df,_0x1aa42c){const _0x3f72aa=_0x4e7919;return!!this[_0x3f72aa(0x436)]['setItem'](_0x3b18df,_0x1aa42c);}[_0x4e7919(0x357)](_0x455f80,_0x5d1e97,_0x581b01,_0x555efd){const _0x2dc171=_0x4e7919,_0x13760c=this[_0x2dc171(0xf9)][_0x2dc171(0x344)](_0x455f80);this[_0x2dc171(0x2a1)]['set'](_0x455f80,{'unitID':_0x455f80,'type':_0x5d1e97,'awaitingChangeset':_0x581b01,'mutations':_0x555efd,'rev':_0x13760c}),this[_0x2dc171(0x1bf)]['has'](_0x455f80)||this[_0x2dc171(0x179)](_0x455f80);}[_0x4e7919(0x179)](_0xd40fb0){const _0xc74e91=_0x4e7919,_0x2b2913=this[_0xc74e91(0xc8)]();_0x2b2913===0x0?this[_0xc74e91(0x1d8)](_0xd40fb0):this[_0xc74e91(0x1bf)][_0xc74e91(0x2a0)](_0xd40fb0,setTimeout(()=>this[_0xc74e91(0x1d8)](_0xd40fb0),_0x2b2913));}[_0x4e7919(0xc8)](){const _0x5566e0=_0x4e7919;var _0x222453;return(_0x222453=this[_0x5566e0(0x1f4)][_0x5566e0(0x2a3)](Sr))!=null?_0x222453:Ir;}[_0x4e7919(0x1d8)](_0x57a61b){const _0x95fe7f=_0x4e7919,_0x3c194d=this[_0x95fe7f(0x1bf)][_0x95fe7f(0x16e)](_0x57a61b);return _0x3c194d!==void 0x0&&window[_0x95fe7f(0x228)](_0x3c194d),this['_localStorageService'][_0x95fe7f(0x354)](Bs(_0x57a61b),this[_0x95fe7f(0x2a1)]['get'](_0x57a61b))[_0x95fe7f(0x86)](()=>this[_0x95fe7f(0x1bf)][_0x95fe7f(0x15f)](_0x57a61b));}async[_0x4e7919(0x451)](){const _0x5c4de0=_0x4e7919,_0x132fc1=[];this[_0x5c4de0(0x1bf)]['forEach']((_0x1e71ab,_0x342b4f)=>{const _0x3e3ceb=_0x5c4de0;window[_0x3e3ceb(0x228)](_0x1e71ab),_0x132fc1[_0x3e3ceb(0x209)](this[_0x3e3ceb(0x1d8)](_0x342b4f)['then'](()=>{const _0x5324fd=_0x3e3ceb;this['_saveTaskMap'][_0x5324fd(0x15f)](_0x342b4f);}));}),await Promise[_0x5c4de0(0x16c)](_0x132fc1);}[_0x4e7919(0x304)](){const _0x992325=_0x4e7919;this['disposeWithMe'](this[_0x992325(0xda)][_0x992325(0xd7)](()=>{const _0x3faa4e=_0x992325;if(this[_0x3faa4e(0x1bf)][_0x3faa4e(0x277)])return this[_0x3faa4e(0x238)]['t'](_0x3faa4e(0x22e));}));}};q=eo([Xe(0x0,_0x88f14),Xe(0x1,_0x3f82b2),Xe(0x2,_0x507e18),Xe(0x3,_0x557b7a(_0x5e134c)),Xe(0x4,_0x557b7a(_0x39bde1))],q);function Bs(_0x199077){return'unit-cache-'+_0x199077;}var to=Object['defineProperty'],so=Object[_0x4e7919(0x3a9)],io=(_0x51ff30,_0x409ccf,_0xb7db37,_0x71c8a7)=>{const _0x6197ba=_0x4e7919;for(var _0x1a0884=_0x71c8a7>0x1?void 0x0:_0x71c8a7?so(_0x409ccf,_0xb7db37):_0x409ccf,_0x5bdbb4=_0x51ff30[_0x6197ba(0x126)]-0x1,_0x61a701;_0x5bdbb4>=0x0;_0x5bdbb4--)(_0x61a701=_0x51ff30[_0x5bdbb4])&&(_0x1a0884=(_0x71c8a7?_0x61a701(_0x409ccf,_0xb7db37,_0x1a0884):_0x61a701(_0x1a0884))||_0x1a0884);return _0x71c8a7&&_0x1a0884&&to(_0x409ccf,_0xb7db37,_0x1a0884),_0x1a0884;},Mt=(_0x4fbf0b,_0x1ce87b)=>(_0x5da8a8,_0x57c861)=>_0x1ce87b(_0x5da8a8,_0x57c861,_0x4fbf0b);function no(_0x4b0584){const _0x353a2b=_0x4e7919,{unitID:_0x37b034,mutations:_0xe3996f}=_0x4b0584;return{'unitId':_0x37b034,'subUnitId':_0xe3996f[0x0][_0x353a2b(0x244)][_0x353a2b(0xd5)]};}let vt=class{constructor(_0x17aec7,_0x5e41c1,_0x4252c1){const _0x3c31e6=_0x4e7919;this[_0x3c31e6(0x1e4)]=_0x17aec7,this['_transformService']=_0x5e41c1,this[_0x3c31e6(0x32a)]=_0x4252c1;}[_0x4e7919(0x12d)](_0xa8c4aa){const _0x46b8b8=_0x4e7919;var _0x2b77c4,_0x5fdf94,_0x5291da,_0x236fad;const _0x1406bf=this['_injector'][_0x46b8b8(0x16e)](_0x36bb55),{unitId:_0x184260,subUnitId:_0x59e28b}=no(_0xa8c4aa),_0x124281=_0x1406bf[_0x46b8b8(0x1e9)](_0x184260)['getCurrentSelections'](),_0x170c68=(_0x5fdf94=(_0x2b77c4=this[_0x46b8b8(0x32a)]['getUnit'](_0x184260))==null?void 0x0:_0x2b77c4['getActiveSheet']())==null?void 0x0:_0x5fdf94[_0x46b8b8(0x201)]();if(_0x124281[_0x46b8b8(0x126)]===0x0||!_0x184260||!_0x59e28b)return;const _0x3d67bf=[{'id':_0x3d4acc['id'],'params':{'unitId':_0x184260,'subUnitId':_0x170c68,'selections':_0x162500['deepClone'](_0x124281)}}],_0xf9a18e=this['_transformService'][_0x46b8b8(0x214)](_0xa8c4aa,_0x3d67bf);if(!_0x26df4b(_0xf9a18e))throw _0xf9a18e[_0x46b8b8(0x24d)];const _0x1bb99a=(_0x236fad=(_0x5291da=_0xf9a18e[_0x46b8b8(0xca)][0x0])==null?void 0x0:_0x5291da[_0x46b8b8(0x244)])==null?void 0x0:_0x236fad[_0x46b8b8(0x107)];if(Array[_0x46b8b8(0x1a9)](_0x1bb99a)&&_0x1bb99a['length']){if(_0x1bb99a[_0x46b8b8(0x126)]===_0x3d67bf[0x0][_0x46b8b8(0x244)][_0x46b8b8(0x107)][_0x46b8b8(0x126)]&&_0x1bb99a[_0x46b8b8(0x1f3)]((_0x36af3e,_0x3ebb82)=>_0x1b7c4d[_0x46b8b8(0x401)](_0x36af3e[_0x46b8b8(0xa5)],_0x3d67bf[0x0]['params'][_0x46b8b8(0x107)][_0x3ebb82][_0x46b8b8(0xa5)])))return;this['_injector']['get'](_0x37f6d3)['executeCommand'](_0x3d4acc['id'],{'unitId':_0x184260,'subUnitId':_0x170c68,'selections':_0x1bb99a});}}};vt=io([Mt(0x0,_0x557b7a(_0x5a5437)),Mt(0x1,_0xd1dd82),Mt(0x2,_0x5e27bc)],vt);const Rt=_0x20f251('univer-pro.collaboration-client.single-active-unit-service');var Di=(_0x245c6b=>(_0x245c6b[_0x245c6b[_0x4e7919(0x470)]=0x0]=_0x4e7919(0x470),_0x245c6b[_0x245c6b[_0x4e7919(0x1b6)]=0x1]=_0x4e7919(0x1b6),_0x245c6b))(Di||{});const ks=0x7530,Ws=_0x4e7919(0x3c7);class ro extends _0x4b38ce{constructor(){const _0x2e8395=_0x4e7919;super(),g(this,'_id',_0x162500['generateRandomId']()),g(this,'_selfUnitIDs',new Set()),g(this,_0x2e8395(0x22b),new Map()),g(this,_0x2e8395(0xf4),null),g(this,_0x2e8395(0x1cd),new Map()),g(this,_0x2e8395(0x144),new Map()),this['_init']();}[_0x4e7919(0xc0)](){const _0xc7b2d6=_0x4e7919;super['dispose'](),this['_clearOtherTimers']['forEach']((_0x4dcf18,_0x289a20)=>this['_removeClearOtherTimer'](_0x289a20)),this[_0xc7b2d6(0xf4)]&&window[_0xc7b2d6(0x3c5)](this[_0xc7b2d6(0xf4)]);}[_0x4e7919(0x31d)](_0x2b25a9){const _0x4da8a9=_0x4e7919;return this[_0x4da8a9(0x26c)](_0x2b25a9)[_0x4da8a9(0x210)](_0x3783a1());}[_0x4e7919(0x91)](_0x39aa36){const _0x2d1a21=_0x4e7919;this[_0x2d1a21(0x299)][_0x2d1a21(0x277)]===0x0&&this[_0x2d1a21(0x177)](),this['_selfUnitIDs']['add'](_0x39aa36),this[_0x2d1a21(0x172)]({'type':0x0,'memberID':this['_id'],'unitIDs':[_0x39aa36],'isForwarded':!0x1});}['disposeUnit'](_0x550f0d){const _0x207eb7=_0x4e7919;this['_selfUnitIDs'][_0x207eb7(0x15f)](_0x550f0d),this[_0x207eb7(0x299)][_0x207eb7(0x277)]===0x0&&this[_0x207eb7(0xf4)]&&window[_0x207eb7(0x3c5)](this[_0x207eb7(0xf4)]);}[_0x4e7919(0x350)](){const _0x336035=_0x4e7919;this[_0x336035(0xb0)](_0x290028(_0xf4893f(window,'storage')[_0x336035(0x1f1)](_0x209325=>{const _0x17e19f=_0x336035;if(_0x209325[_0x17e19f(0x1a7)]!==Ws||!_0x209325[_0x17e19f(0x449)])return;const _0x2bb2e2=JSON['parse'](_0x209325[_0x17e19f(0x449)]);this['_handleEvent'](_0x2bb2e2);}))),window['addEventListener'](_0x336035(0x26d),()=>this[_0x336035(0x172)]({'type':0x1,'memberID':this[_0x336035(0x10e)],'unitIDs':Array[_0x336035(0x468)](this['_selfUnitIDs'])}));}['_handleEvent'](_0x3523cb){const _0x5eb53c=_0x4e7919;switch(_0x3523cb[_0x5eb53c(0x195)]){case 0x0:this['_handleJoinEvent'](_0x3523cb);break;case 0x1:this[_0x5eb53c(0x2e7)](_0x3523cb);break;case 0x2:this[_0x5eb53c(0x442)](_0x3523cb);break;}}[_0x4e7919(0x1cb)](_0x2e1d92){const _0x541865=_0x4e7919,{unitIDs:_0x9ef486,memberID:_0x8ea333,isForwarded:_0xf01df5}=_0x2e1d92;_0x9ef486[_0x541865(0x21b)](_0x43d5b5=>{const _0x307df2=_0x541865;if(!_0xf01df5&&this[_0x307df2(0x22b)][_0x307df2(0x297)](_0x43d5b5)&&this[_0x307df2(0x26c)](_0x43d5b5)[_0x307df2(0x409)](0x1),!this[_0x307df2(0x22b)][_0x307df2(0x297)](_0x43d5b5)||!this[_0x307df2(0x22b)][_0x307df2(0x16e)](_0x43d5b5)['has'](_0x8ea333)){const _0x3fd36d=this[_0x307df2(0x22b)]['get'](_0x43d5b5)||new Set();_0x3fd36d[_0x307df2(0x2dc)](_0x8ea333),this[_0x307df2(0x22b)][_0x307df2(0x2a0)](_0x43d5b5,_0x3fd36d),this[_0x307df2(0x34a)](_0x8ea333);}}),_0xf01df5||this[_0x541865(0x172)]({'type':0x0,'memberID':this[_0x541865(0x10e)],'unitIDs':[...this[_0x541865(0x299)]],'isForwarded':!0x0});}[_0x4e7919(0x34a)](_0x8b97cc){this['_removeClearOtherTimer'](_0x8b97cc);const _0x4178c8=window['setTimeout'](()=>{const _0xce5081=_0x5ed9;this['_unitOnClients'][_0xce5081(0x21b)](_0x456491=>{_0x456491['delete'](_0x8b97cc);});},ks*0x2);this['_clearOtherTimers']['set'](_0x8b97cc,_0x4178c8);}[_0x4e7919(0xae)](_0x12c216){const _0x148e9d=_0x4e7919;if(this[_0x148e9d(0x1cd)][_0x148e9d(0x297)](_0x12c216)){const _0x492154=this[_0x148e9d(0x1cd)][_0x148e9d(0x16e)](_0x12c216);_0x492154&&window['clearTimeout'](_0x492154),this['_clearOtherTimers']['set'](_0x12c216,null);}}['_handleLeaveEvent'](_0x1e6c37){const _0x585d60=_0x4e7919,{memberID:_0x4a1eb1,unitIDs:_0x52d606}=_0x1e6c37;_0x52d606[_0x585d60(0x21b)](_0x1e1b05=>{const _0x2cef52=_0x585d60;var _0x4fa32f;const _0x18bf4e=this['_unitOnClients'][_0x2cef52(0x16e)](_0x1e1b05);_0x18bf4e&&(_0x18bf4e[_0x2cef52(0x15f)](_0x4a1eb1),(_0x4fa32f=this['_ensureSubject'](_0x1e1b05))==null||_0x4fa32f[_0x2cef52(0x409)](_0x18bf4e['size']===0x0?0x0:0x1));}),this[_0x585d60(0xae)](_0x4a1eb1);}['_handleHeartbeatEvent'](_0x524a43){const _0x497f65=_0x4e7919;this[_0x497f65(0x34a)](_0x524a43[_0x497f65(0x20a)]);}[_0x4e7919(0x172)](_0x3cf1d1){localStorage['setItem'](Ws,JSON['stringify'](_0x3cf1d1));}[_0x4e7919(0x177)](){const _0x534e59=_0x4e7919;this[_0x534e59(0xf4)]=window[_0x534e59(0x1d1)](()=>{const _0x345e0a=_0x534e59;this[_0x345e0a(0x172)]({'type':0x2,'memberID':this['_id']});},ks);}[_0x4e7919(0x26c)](_0x4d82fa){const _0x3c746a=_0x4e7919;return this['_unitStatus'][_0x3c746a(0x297)](_0x4d82fa)||this[_0x3c746a(0x144)][_0x3c746a(0x2a0)](_0x4d82fa,new _0x524b68(0x0)),this[_0x3c746a(0x144)]['get'](_0x4d82fa);}}var oo=Object['defineProperty'],ao=Object[_0x4e7919(0x3a9)],co=(_0x3adc92,_0x2ef3e6,_0x32f0c2,_0x10ff3d)=>{for(var _0x372406=_0x10ff3d>0x1?void 0x0:_0x10ff3d?ao(_0x2ef3e6,_0x32f0c2):_0x2ef3e6,_0xe32d28=_0x3adc92['length']-0x1,_0x18b163;_0xe32d28>=0x0;_0xe32d28--)(_0x18b163=_0x3adc92[_0xe32d28])&&(_0x372406=(_0x10ff3d?_0x18b163(_0x2ef3e6,_0x32f0c2,_0x372406):_0x18b163(_0x372406))||_0x372406);return _0x10ff3d&&_0x372406&&oo(_0x2ef3e6,_0x32f0c2,_0x372406),_0x372406;},xt=(_0x21ca0b,_0x3eae25)=>(_0x141f05,_0x3ef763)=>_0x3eae25(_0x141f05,_0x3ef763,_0x21ca0b);let mt=class{constructor(_0x2f47c3,_0x216f14,_0x38d536){const _0x53cafb=_0x4e7919;this[_0x53cafb(0x1e4)]=_0x2f47c3,this[_0x53cafb(0x2ac)]=_0x216f14,this['_docStateChangeManagerService']=_0x38d536;}[_0x4e7919(0x39c)](_0x2de3b7){const _0xe041ee=_0x4e7919;this[_0xe041ee(0x1c2)](_0x2de3b7);}[_0x4e7919(0x309)](_0x2d8a18){const _0x15c48a=_0x4e7919,{unitID:_0x30bf4b}=_0x2d8a18,{collaboration:_0x36e429}=this[_0x15c48a(0x2a2)]['getStateCache'](_0x30bf4b);if(_0x36e429['length']===0x0)return _0x2d8a18;let _0x54ff19=_0x162500[_0x15c48a(0x2cb)](_0x2d8a18[_0x15c48a(0x13b)][0x0]);for(let _0x5bc142=0x0;_0x5bc142<_0x36e429[_0x15c48a(0x126)];_0x5bc142++){const _0x49ab35={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x36e429[_0x5bc142]['unitId'],..._0x36e429[_0x5bc142][_0x15c48a(0x158)]}},_0x27d828=this[_0x15c48a(0x2ac)][_0x15c48a(0x132)](_0x54ff19,_0x49ab35,!0x1);if(_0x5bbb53(_0x27d828))throw _0x27d828[_0x15c48a(0x24d)];_0x54ff19=_0x27d828[_0x15c48a(0x19b)];}return{..._0x162500[_0x15c48a(0x2cb)](_0x2d8a18),'mutations':[_0x54ff19]};}[_0x4e7919(0x1c2)](_0x4a4dae){const _0x2831f7=_0x4e7919,{unitID:_0x4a6ff6}=_0x4a4dae,{history:_0x2ad44d,collaboration:_0x4cd9ba}=this['_docStateChangeManagerService'][_0x2831f7(0x18e)](_0x4a6ff6);if(_0x2ad44d['length']===0x0&&_0x4cd9ba[_0x2831f7(0x126)]===0x0)return;const _0x3fdfe0=[],_0xf38ae2=[];let _0x3dd16=_0x162500[_0x2831f7(0x2cb)](_0x4a4dae[_0x2831f7(0x13b)][0x0]),_0x28c0cf=_0x162500[_0x2831f7(0x2cb)](_0x4a4dae[_0x2831f7(0x13b)][0x0]);for(let _0x5be456=_0x2ad44d[_0x2831f7(0x126)]-0x1;_0x5be456>=0x0;_0x5be456--){const _0x425087={'id':_0x2831f7(0x3b8),'params':{'unitId':_0x2ad44d[_0x5be456][_0x2831f7(0x3e7)],..._0x2ad44d[_0x5be456][_0x2831f7(0xe5)]}},_0x47697a={'id':_0x2831f7(0x3b8),'params':{'unitId':_0x2ad44d[_0x5be456][_0x2831f7(0x3e7)],..._0x2ad44d[_0x5be456][_0x2831f7(0x158)]}},_0x287ca3=this['_transformService'][_0x2831f7(0x132)](_0x3dd16,_0x425087,!0x1),_0x233b54=this['_transformService'][_0x2831f7(0x132)](_0x28c0cf,_0x47697a,!0x1);if(_0x5bbb53(_0x287ca3))throw _0x287ca3['error'];if(_0x5bbb53(_0x233b54))throw _0x233b54[_0x2831f7(0x24d)];_0x3fdfe0[_0x2831f7(0x495)]({..._0x2ad44d[_0x5be456],'undoState':_0x287ca3[_0x2831f7(0xca)][_0x2831f7(0x244)],'redoState':_0x233b54[_0x2831f7(0xca)]['params']}),_0x3dd16=_0x287ca3[_0x2831f7(0x19b)],_0x28c0cf=_0x233b54['m1Prime'];}_0x3dd16=_0x162500[_0x2831f7(0x2cb)](_0x4a4dae[_0x2831f7(0x13b)][0x0]),_0x28c0cf=_0x162500[_0x2831f7(0x2cb)](_0x4a4dae[_0x2831f7(0x13b)][0x0]);for(let _0x328564=_0x4cd9ba['length']-0x1;_0x328564>=0x0;_0x328564--){const _0x18e2e8={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x4cd9ba[_0x328564]['unitId'],..._0x4cd9ba[_0x328564][_0x2831f7(0xe5)]}},_0x16275e={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x4cd9ba[_0x328564][_0x2831f7(0x3e7)],..._0x4cd9ba[_0x328564][_0x2831f7(0x158)]}},_0x116bb1=this[_0x2831f7(0x2ac)][_0x2831f7(0x132)](_0x3dd16,_0x18e2e8,!0x1),_0x486f5b=this[_0x2831f7(0x2ac)][_0x2831f7(0x132)](_0x28c0cf,_0x16275e,!0x1);if(_0x5bbb53(_0x116bb1))throw _0x116bb1[_0x2831f7(0x24d)];if(_0x5bbb53(_0x486f5b))throw _0x486f5b['error'];_0xf38ae2[_0x2831f7(0x495)]({..._0x4cd9ba[_0x328564],'undoState':_0x116bb1[_0x2831f7(0xca)][_0x2831f7(0x244)],'redoState':_0x486f5b[_0x2831f7(0xca)]['params']}),_0x3dd16=_0x116bb1[_0x2831f7(0x19b)],_0x28c0cf=_0x486f5b[_0x2831f7(0x19b)];}this['_docStateChangeManagerService'][_0x2831f7(0x312)](_0x4a6ff6,{'history':_0x3fdfe0,'collaboration':_0xf38ae2});}};mt=co([xt(0x0,_0x557b7a(_0x5a5437)),xt(0x1,_0xd1dd82),xt(0x2,_0x557b7a(_0x39f3d6))],mt);function Pi(_0x4a4b98){const _0x209893=_0x4e7919;let _0x313465='';for(const _0x566046 of _0x4a4b98){const {startOffset:_0x3b05ae,endOffset:_0x1f8219,isActive:_0x24c812,rangeType:_0x53469d,segmentId:_0x269289,segmentPage:_0x337e32}=_0x566046;_0x313465[_0x209893(0x126)]&&(_0x313465+=','),_0x313465+=_0x3b05ae+':'+_0x1f8219+':'+(_0x24c812?'1':'0')+':'+_0x53469d+':'+_0x269289+':'+_0x337e32;}return _0x313465;}function ho(_0x4fc96d){const _0x295a5b=_0x4e7919,_0x4f18e5=_0x4fc96d[_0x295a5b(0x33d)](','),_0x115add=[];for(const _0x59deb2 of _0x4f18e5){const [_0x4e1bff,_0x41c64f,_0xd38702,_0x36e5f5,_0x33db89,_0x47bcc8]=_0x59deb2[_0x295a5b(0x33d)](':');_0x115add['push']({'startOffset':Number(_0x4e1bff),'endOffset':Number(_0x41c64f),'collapsed':_0x4e1bff===_0x41c64f,'isActive':_0xd38702==='1','rangeType':_0x36e5f5===_0x5c08e3['TEXT']?_0x5c08e3[_0x295a5b(0x8d)]:_0x5c08e3['RECT'],'segmentId':typeof _0x33db89=='string'?String(_0x33db89):'','segmentPage':Number(_0x47bcc8!=null?_0x47bcc8:-0x1)});}return _0x115add['some'](_0x59b065=>_0x59b065['isActive'])||(_0x115add[0x0][_0x295a5b(0x3b3)]=!0x0),_0x115add;}class Cs extends _0x15900e{constructor(){const _0x17e6ee=_0x4e7919;super(...arguments),g(this,_0x17e6ee(0x21f),new _0x524b68(null)),g(this,'collabCursorState$',this[_0x17e6ee(0x21f)][_0x17e6ee(0x180)]());}[_0x4e7919(0x2ed)](_0x24d806){const _0x28b462=_0x4e7919,{unitID:_0x14075e,memberID:_0x30cd00,textRanges:_0x37207d}=_0x24d806,_0x486eff=Pi(_0x37207d);if(_0x486eff==='')return;const _0x22f54c={'unitID':_0x14075e,'memberID':_0x30cd00,'selection':_0x486eff};this[_0x28b462(0x21f)]['next'](_0x22f54c);}}var lo=Object[_0x4e7919(0x13e)],_o=Object['getOwnPropertyDescriptor'],uo=(_0x2614f6,_0x41b530,_0x5b819b,_0xd8c758)=>{const _0x198ae6=_0x4e7919;for(var _0x187371=_0xd8c758>0x1?void 0x0:_0xd8c758?_o(_0x41b530,_0x5b819b):_0x41b530,_0x49c4c5=_0x2614f6[_0x198ae6(0x126)]-0x1,_0x3b6016;_0x49c4c5>=0x0;_0x49c4c5--)(_0x3b6016=_0x2614f6[_0x49c4c5])&&(_0x187371=(_0xd8c758?_0x3b6016(_0x41b530,_0x5b819b,_0x187371):_0x3b6016(_0x187371))||_0x187371);return _0xd8c758&&_0x187371&&lo(_0x41b530,_0x5b819b,_0x187371),_0x187371;},Fs=(_0x864e23,_0x8fd370)=>(_0x3cbd44,_0x57fe4b)=>_0x8fd370(_0x3cbd44,_0x57fe4b,_0x864e23);let pt=class{constructor(_0x1aa793,_0x20810e){const _0x3638af=_0x4e7919;this[_0x3638af(0x1e4)]=_0x1aa793,this[_0x3638af(0x2ac)]=_0x20810e;}['transformSelections'](_0x132252){const _0xfadebe=_0x4e7919;var _0x398d3b;const _0x35824a=this[_0xfadebe(0x1e4)][_0xfadebe(0x16e)](_0x5c70ee),_0x52dcc8=(_0x398d3b=_0x35824a[_0xfadebe(0x1bb)]())!=null?_0x398d3b:[];if(_0x52dcc8[_0xfadebe(0x126)]===0x0)return;const _0x35a28e=_0x132252['unitID'],_0x40faf7=[{'id':_0xfadebe(0x3b8),'params':{'unitId':_0x35a28e,'actions':null,'textRanges':_0x52dcc8}}],_0x125cbd=this[_0xfadebe(0x2ac)]['transformMutationsWithChangeset'](_0x132252,_0x40faf7);if(!_0x26df4b(_0x125cbd))throw _0x125cbd[_0xfadebe(0x24d)];const _0xd52052=_0x125cbd[_0xfadebe(0xca)][0x0]['params'][_0xfadebe(0x21d)];Array[_0xfadebe(0x1a9)](_0xd52052)&&_0xd52052['length']&&_0x35824a[_0xfadebe(0x10a)](_0xd52052,{'unitId':_0x35a28e,'subUnitId':_0x35a28e},!0x1);}};pt=uo([Fs(0x0,_0x557b7a(_0x5a5437)),Fs(0x1,_0xd1dd82)],pt);const fo=new Set([_0x5f5608['id']]);function Vs(_0x2d2b52,_0x28dfc7,_0x584b5a,_0x53c41b,_0x1ac79b){const _0x9b6a1b=_0x4e7919;var _0x449385,_0x1747d9,_0xe05b57,_0x68ea71;const _0x5c0973=[];for(const _0x249be2 of _0x2d2b52)if(fo[_0x9b6a1b(0x297)](_0x249be2['id'])){if(_0x5c0973[_0x9b6a1b(0x126)]>0x0)break;_0x5c0973[_0x9b6a1b(0x209)](_0x249be2);break;}else _0x5c0973[_0x9b6a1b(0x209)](_0x249be2);const _0x299671=(_0x1747d9=(_0x449385=_0x1ac79b[_0x9b6a1b(0x3c4)]())==null?void 0x0:_0x449385[_0x9b6a1b(0x342)])!=null?_0x1747d9:_0x9b6a1b(0x2d5),_0x404ccd=(_0x68ea71=(_0xe05b57=_0x1ac79b[_0x9b6a1b(0x3c4)]())==null?void 0x0:_0xe05b57[_0x9b6a1b(0x20a)])!=null?_0x68ea71:_0x9b6a1b(0x2d5);return{'changeset':{'unitID':_0x28dfc7,'type':_0x556ed2(_0x584b5a[_0x9b6a1b(0x307)](_0x28dfc7)),'baseRev':_0x53c41b['getCurrentRevOfUnit'](_0x28dfc7),'revision':0x0,'userID':_0x299671,'memberID':_0x404ccd,'mutations':_0x5c0973},'pendingMutations':_0x2d2b52[_0x9b6a1b(0x41b)](_0x5c0973[_0x9b6a1b(0x126)])};}function vo(_0xeebbed,_0x8b7834,_0x40b924,_0x2e7cd6,_0x72e4e9){const _0x110ffc=_0x4e7919;var _0x2c06d1,_0x542b7b,_0x46fcc3,_0x26286e;const _0xa2bd36=[_0xeebbed[_0x110ffc(0x16b)]((_0x13dac2,_0x45a45a)=>{const _0x11b9c5=_0x110ffc;var _0x186472;const {id:_0x40f916}=_0x13dac2,{id:_0x20d632,type:_0x45fcd5}=_0x45a45a,_0x1ff2a3=(_0x186472=_0x13dac2[_0x11b9c5(0x244)])!=null?_0x186472:{'actions':null},_0x14d74e=_0x45a45a[_0x11b9c5(0x244)];if(_0x40f916&&_0x40f916!==_0x20d632)throw new Error(_0x11b9c5(0x39b)+_0x40f916+_0x11b9c5(0xcc)+_0x20d632+'.');return{..._0x13dac2,'id':_0x20d632,'type':_0x45fcd5,'params':{'unitId':_0x14d74e[_0x11b9c5(0x3e7)],'textRanges':_0x14d74e[_0x11b9c5(0x21d)],'actions':_0xc3f172[_0x11b9c5(0x43d)](_0x1ff2a3[_0x11b9c5(0x367)],_0x14d74e[_0x11b9c5(0x367)])}};},{})],_0x28e68e=(_0x542b7b=(_0x2c06d1=_0x72e4e9['getCurrentUser']())==null?void 0x0:_0x2c06d1['userID'])!=null?_0x542b7b:_0x110ffc(0x2d5),_0x1c5006=(_0x26286e=(_0x46fcc3=_0x72e4e9[_0x110ffc(0x3c4)]())==null?void 0x0:_0x46fcc3[_0x110ffc(0x20a)])!=null?_0x26286e:_0x110ffc(0x2d5);return{'changeset':{'unitID':_0x8b7834,'type':_0x556ed2(_0x40b924[_0x110ffc(0x307)](_0x8b7834)),'baseRev':_0x2e7cd6[_0x110ffc(0x344)](_0x8b7834),'revision':0x0,'userID':_0x28e68e,'memberID':_0x1c5006,'mutations':_0xa2bd36},'pendingMutations':[]};}function Ui(_0x585a61,_0x15cb13){const _0x3b2f7f=_0x4e7919,_0x16c2dc=new _0x24a41e(0x1);return setTimeout(()=>_0x16c2dc[_0x3b2f7f(0x409)](_0x15cb13),_0x585a61),_0x16c2dc[_0x3b2f7f(0x180)]()['pipe'](_0xb3cf89(0x1));}const mo={'id':_0x67b7f2['id'],'type':_0x2809bc[_0x4e7919(0x140)],'params':{}};var po=Object[_0x4e7919(0x13e)],go=Object[_0x4e7919(0x3a9)],Le=(_0x3b2d89,_0x19db42,_0x17be02,_0x54dc2)=>{for(var _0x5e7f61=_0x54dc2>0x1?void 0x0:_0x54dc2?go(_0x19db42,_0x17be02):_0x19db42,_0x224d59=_0x3b2d89['length']-0x1,_0x2b3bfe;_0x224d59>=0x0;_0x224d59--)(_0x2b3bfe=_0x3b2d89[_0x224d59])&&(_0x5e7f61=(_0x54dc2?_0x2b3bfe(_0x19db42,_0x17be02,_0x5e7f61):_0x2b3bfe(_0x5e7f61))||_0x5e7f61);return _0x54dc2&&_0x5e7f61&&po(_0x19db42,_0x17be02,_0x5e7f61),_0x5e7f61;},A=(_0x1bb021,_0x30e465)=>(_0x8e143,_0x1a3757)=>_0x30e465(_0x8e143,_0x1a3757,_0x1bb021),J=(_0x142ae4=>(_0x142ae4['NOT_COLLAB']=_0x4e7919(0x2b7),_0x142ae4['SYNCED']=_0x4e7919(0x2f1),_0x142ae4[_0x4e7919(0x3aa)]=_0x4e7919(0x85),_0x142ae4[_0x4e7919(0x289)]='awaiting',_0x142ae4[_0x4e7919(0x1c7)]='awaiting_with_pending',_0x142ae4[_0x4e7919(0x8a)]=_0x4e7919(0x30e),_0x142ae4[_0x4e7919(0x3d8)]=_0x4e7919(0x3cb),_0x142ae4[_0x4e7919(0x3f4)]='offline',_0x142ae4))(J||{});const Ni=0xea60;class $e{constructor(_0x236506,_0x43e5a2,_0xc05ed4,_0x2e52c9,_0x4eb10d,_0xce4865,_0xbe0f6,_0x4fbc3c,_0x9da57b){const _0x18139f=_0x4e7919;g(this,'_awaitingChangeset',null),g(this,'_pendingMutations',[]),(this[_0x18139f(0x8b)]=_0x236506,this[_0x18139f(0x195)]=_0x43e5a2,this[_0x18139f(0x128)]=_0x4eb10d,this['_commandService']=_0xce4865,this[_0x18139f(0x316)]=_0xbe0f6,this['_revisionService']=_0x4fbc3c,this['_localCacheService']=_0x9da57b,this['_awaitingChangeset']=_0xc05ed4,this[_0x18139f(0x293)]=_0x2e52c9);}['_checkMissing'](_0x169ffd){const _0x5c1523=_0x4e7919,_0x4b8110=this[_0x5c1523(0xf9)][_0x5c1523(0x344)](this[_0x5c1523(0x8b)]);return _0x169ffd[_0x5c1523(0x3bf)]>_0x4b8110+0x1?(this['_handler'][_0x5c1523(0x308)]({'from':_0x4b8110,'to':_0x169ffd['revision']-0x1}),!0x0):!0x1;}[_0x4e7919(0x273)](_0x2fefab){this['_undoRedoService']['transformUndoRedo'](this['unitID'],_0x2fefab);}[_0x4e7919(0x80)](_0x1df4cc){const _0x22d404=_0x4e7919;var _0x19e572,_0x3e4128;(_0x3e4128=(_0x19e572=this[_0x22d404(0x128)])['onTransformSelections'])==null||_0x3e4128[_0x22d404(0x326)](_0x19e572,_0x1df4cc);}[_0x4e7919(0x15c)](_0x591eb5){const _0x188dfc=_0x4e7919;var _0x19c209,_0x566424;return(_0x566424=(_0x19c209=this[_0x188dfc(0x128)])[_0x188dfc(0x282)])==null?void 0x0:_0x566424['call'](_0x19c209,_0x591eb5);}[_0x4e7919(0x3a0)](_0x184df5){const _0x25c758=_0x4e7919;var _0x4ccd77,_0x2d7ec6;return(_0x2d7ec6=(_0x4ccd77=this[_0x25c758(0x128)])[_0x25c758(0x3fd)])==null?void 0x0:_0x2d7ec6[_0x25c758(0x326)](_0x4ccd77,_0x184df5);}[_0x4e7919(0x2d6)](_0x20c8e5){const _0x1e06ce=_0x4e7919;var _0x35ccb2,_0x2ee4c7,_0x43497d;return(_0x43497d=(_0x2ee4c7=(_0x35ccb2=this[_0x1e06ce(0x128)])[_0x1e06ce(0x2e3)])==null?void 0x0:_0x2ee4c7['call'](_0x35ccb2,_0x20c8e5))!=null?_0x43497d:_0x20c8e5;}[_0x4e7919(0x460)](_0x367337){const _0x37ee1c=_0x4e7919;var _0xf66ea7,_0x2a1c50,_0x492fda;return(_0x492fda=(_0x2a1c50=(_0xf66ea7=this[_0x37ee1c(0x128)])[_0x37ee1c(0x212)])==null?void 0x0:_0x2a1c50['call'](_0xf66ea7,_0x367337))!=null?_0x492fda:_0x367337;}[_0x4e7919(0x152)](_0x59e2be){const _0x229e27=_0x4e7919;var _0x57144a,_0x2a3b5c;if(this['type']===ce[_0x229e27(0x3ca)]){const {unitID:_0x55fef8,mutations:_0x3d1e09,memberID:_0x32f0c9}=_0x59e2be,_0x539d8b=_0x3d1e09[0x0][_0x229e27(0x244)][_0x229e27(0x21d)];Array[_0x229e27(0x1a9)](_0x539d8b)&&_0x539d8b[_0x229e27(0x126)]>0x0&&((_0x2a3b5c=(_0x57144a=this[_0x229e27(0x128)])['onSyncEditingCollabCursor'])==null||_0x2a3b5c[_0x229e27(0x326)](_0x57144a,{'unitID':_0x55fef8,'memberID':_0x32f0c9,'textRanges':_0x539d8b}));}}[_0x4e7919(0x205)](){const _0x3bbb9a=_0x4e7919;this['_localCacheService'][_0x3bbb9a(0x357)](this[_0x3bbb9a(0x8b)],this[_0x3bbb9a(0x195)],this['_awaitingChangeset'],this[_0x3bbb9a(0x293)]);}[_0x4e7919(0x153)](){const _0x3d8e92=_0x4e7919;return this['_revisionService'][_0x3d8e92(0x344)](this[_0x3d8e92(0x8b)]);}[_0x4e7919(0x15b)](){const _0x257ed6=_0x4e7919;this[_0x257ed6(0xf9)]['incrementRevOfUnit'](this[_0x257ed6(0x8b)]);}[_0x4e7919(0x290)](_0xb63cb8){const _0x538315=_0x4e7919;var _0x69e9c6;let _0x4e7846=this[_0x538315(0x2d6)](_0xb63cb8);_0x4e7846=this[_0x538315(0x460)](_0x4e7846);const _0x92432d=_0x4c2f40(_0x4e7846[_0x538315(0x13b)],this[_0x538315(0x2c6)],{'fromCollab':!0x0});if(!_0x92432d[_0x538315(0x338)])throw _0x92432d['error']instanceof Error?_0x92432d['error']:new Error((_0x69e9c6=_0x92432d['error'])!=null?_0x69e9c6:_0x538315(0x25a));this[_0x538315(0x15c)](_0x4e7846),this['_transformStateCache'](_0x4e7846),this['_transformUndoredo'](_0xb63cb8),this[_0x538315(0x80)](_0x4e7846),this[_0x538315(0x152)](_0x4e7846),this[_0x538315(0x15b)]();}}let Fe=class extends $e{constructor(_0x1431d0,_0x2f861c,_0x3ed15b,_0x3a04b1,_0xe6a8d8,_0x56d828,_0x9200af,_0x52f850,_0x4a17a1,_0x43cb2b){const _0x20267e=_0x4e7919;super(_0x1431d0,_0x2f861c,null,[],_0x3ed15b,_0x52f850,_0x9200af,_0x3a04b1,_0xe6a8d8),g(this,_0x20267e(0x459),_0x20267e(0x2f1)),(this[_0x20267e(0x1e4)]=_0x56d828,this[_0x20267e(0x18f)]=_0x4a17a1,this['_transformService']=_0x43cb2b);}['appendMutation'](_0x1f6c2e){const _0x136de7=_0x4e7919,_0x3b302e=this[_0x136de7(0x1e4)][_0x136de7(0x2c9)](pe,this['unitID'],this['type'],[_0x1f6c2e],this[_0x136de7(0x128)]);return _0x3b302e['_schedule'](),_0x3b302e[_0x136de7(0x205)](),_0x3b302e;}[_0x4e7919(0x455)](_0x5490f5){const _0x1a96a3=_0x4e7919;if(this[_0x1a96a3(0x25c)](_0x5490f5))return this[_0x1a96a3(0x1e4)][_0x1a96a3(0x2c9)](he,this[_0x1a96a3(0x8b)],this[_0x1a96a3(0x195)],null,[],null,[_0x5490f5],this[_0x1a96a3(0x128)]);try{const _0x8e82d6=this[_0x1a96a3(0x2ac)][_0x1a96a3(0x214)](_0x5490f5,[mo]);if(_0x26df4b(_0x8e82d6)){const {c1Prime:_0x24e81d}=_0x8e82d6;return this[_0x1a96a3(0x290)](_0x24e81d),this;}throw _0x8e82d6[_0x1a96a3(0x24d)];}catch(_0x552efc){return this[_0x1a96a3(0x18f)][_0x1a96a3(0x24d)](_0x552efc),this['_onConflict'](!0x1);}}[_0x4e7919(0x182)](_0x5943c7){const _0x56bc8c=_0x4e7919;return this[_0x56bc8c(0x1e4)][_0x56bc8c(0x2c9)](Re,this[_0x56bc8c(0x8b)],this[_0x56bc8c(0x195)],null,[],this['_handler'],_0x5943c7);}[_0x4e7919(0x3fb)](){const _0x6269a4=_0x4e7919;throw new Error(_0x6269a4(0x318));}['onRemoteRej'](){const _0x1f8da9=_0x4e7919;throw new Error(_0x1f8da9(0x30f));}[_0x4e7919(0x1a3)](){return this;}[_0x4e7919(0x222)](){const _0x1f9ce9=_0x4e7919;return this['_injector'][_0x1f9ce9(0x2c9)](ye,this[_0x1f9ce9(0x8b)],this[_0x1f9ce9(0x195)],null,[],this[_0x1f9ce9(0x128)]);}[_0x4e7919(0x3b1)](){return this;}[_0x4e7919(0x38c)](){throw new Error('[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.');}['fetchMiss'](){const _0x353bea=_0x4e7919,_0x55b880=this[_0x353bea(0xf9)][_0x353bea(0x344)](this[_0x353bea(0x8b)]);return this[_0x353bea(0x128)][_0x353bea(0x308)]({'from':_0x55b880,'to':0x0}),this[_0x353bea(0x1e4)][_0x353bea(0x2c9)](he,this[_0x353bea(0x8b)],this['type'],null,[],null,[],this[_0x353bea(0x128)]);}};Fe=Le([A(0x3,_0x557b7a(_0x39bde1)),A(0x4,_0x557b7a(q)),A(0x5,_0x557b7a(_0x5a5437)),A(0x6,_0x5aca87),A(0x7,_0x37f6d3),A(0x8,_0x2f9740),A(0x9,_0xd1dd82)],Fe);let pe=class extends $e{constructor(_0x3b390d,_0x21008d,_0x5cba9a,_0x329144,_0x24a94c,_0x2a0bb2,_0x3d54d3,_0x40bf68,_0x261250,_0x47eb2f,_0x1769fc,_0x17d83a,_0xfb9ac8,_0xf7fd5b){const _0xa264bf=_0x4e7919;super(_0x3b390d,_0x21008d,null,_0x5cba9a,_0x329144,_0x47eb2f,_0xf7fd5b,_0x2a0bb2,_0x3d54d3),g(this,'status',_0xa264bf(0x85)),g(this,_0xa264bf(0x337),null),g(this,_0xa264bf(0x46e),null),(this['_injector']=_0x24a94c,this[_0xa264bf(0x17d)]=_0x40bf68,this[_0xa264bf(0x18f)]=_0x261250,this[_0xa264bf(0x1f4)]=_0x1769fc,this[_0xa264bf(0x2ac)]=_0x17d83a,this[_0xa264bf(0x29a)]=_0xfb9ac8);}[_0x4e7919(0x7b)](_0x1593be){const _0x21163d=_0x4e7919;return this[_0x21163d(0x293)][_0x21163d(0x209)](_0x1593be),this['_updateLocalCache'](),this;}[_0x4e7919(0x455)](_0xf170fa){const _0x1f3f26=_0x4e7919;if(this[_0x1f3f26(0x25c)](_0xf170fa))return this['_clearScheduledTask'](),this[_0x1f3f26(0x1e4)]['createInstance'](he,this[_0x1f3f26(0x8b)],this[_0x1f3f26(0x195)],null,this[_0x1f3f26(0x293)],null,[_0xf170fa],this[_0x1f3f26(0x128)]);try{const _0x3b49af=this[_0x1f3f26(0x2ac)][_0x1f3f26(0x214)](_0xf170fa,this[_0x1f3f26(0x293)]);if(_0x26df4b(_0x3b49af)){const {c1Prime:_0x169e35,m2Prime:_0xda5dee}=_0x3b49af;this['_executeRemoteChangeset'](_0x169e35);const _0x1a8f15=this[_0x1f3f26(0x1e4)][_0x1f3f26(0x2c9)](pe,this[_0x1f3f26(0x8b)],this[_0x1f3f26(0x195)],_0xda5dee,this[_0x1f3f26(0x128)]);return this[_0x1f3f26(0x9c)](),_0x1a8f15['_schedule'](this['_scheduleTimestamp']?Math[_0x1f3f26(0x384)](0x0,new Date()[_0x1f3f26(0x23a)]()-this['_scheduleTimestamp']):this[_0x1f3f26(0x174)]()),_0x1a8f15;}throw _0x3b49af[_0x1f3f26(0x24d)];}catch(_0x3466c5){return this['_logService'][_0x1f3f26(0x24d)](_0x3466c5),this['_onConflict'](!0x1);}}[_0x4e7919(0x3fb)](){const _0x1506e9=_0x4e7919;throw new Error(_0x1506e9(0x481));}[_0x4e7919(0x173)](){throw new Error('[PendingState]:\x20received\x20rejection.');}[_0x4e7919(0x1a3)](){return this;}[_0x4e7919(0x222)](){const _0x4fae98=_0x4e7919;return this[_0x4fae98(0x9c)](),this[_0x4fae98(0x1e4)][_0x4fae98(0x2c9)](ye,this[_0x4fae98(0x8b)],this['type'],null,this[_0x4fae98(0x293)],this[_0x4fae98(0x128)]);}['toggleOnline'](){return this;}['_schedule'](_0x219c6f){const _0x38eb28=_0x4e7919,_0x2457a2=_0x219c6f!=null?_0x219c6f:this['_getSendChangesetTimeout']();this[_0x38eb28(0x337)]=new Date()[_0x38eb28(0x23a)](),this['_sendingTimer']=window[_0x38eb28(0x1f7)](()=>{const _0x57e88c=_0x38eb28;this[_0x57e88c(0x9c)]();let _0x27f1c2=null;switch(this[_0x57e88c(0x195)]){case ce['UNIVER_SHEET']:{_0x27f1c2=Vs(this[_0x57e88c(0x293)],this['unitID'],this['_univerInstanceService'],this[_0x57e88c(0xf9)],this[_0x57e88c(0x17d)]);break;}case ce[_0x57e88c(0x3ca)]:{this[_0x57e88c(0x293)]['every'](_0x4a5a61=>_0x4a5a61['id']===_0x36d845['id'])?_0x27f1c2=vo(this['_pendingMutations'],this[_0x57e88c(0x8b)],this['_univerInstanceService'],this[_0x57e88c(0xf9)],this[_0x57e88c(0x17d)]):_0x27f1c2=Vs(this['_pendingMutations'],this[_0x57e88c(0x8b)],this[_0x57e88c(0x29a)],this['_revisionService'],this[_0x57e88c(0x17d)]);break;}default:throw new Error('[PendingState]:\x20unhandled\x20univer\x20type:\x20'+this['type']+_0x57e88c(0x47c));}const {changeset:_0x4eb0db,pendingMutations:_0x9f2d36}=_0x27f1c2;this[_0x57e88c(0x128)]['onSendChangeset'](_0x4eb0db);const _0x1054ca=_0x9f2d36['length']?this[_0x57e88c(0x1e4)][_0x57e88c(0x2c9)](ge,this['unitID'],this[_0x57e88c(0x195)],_0x4eb0db,_0x9f2d36,this[_0x57e88c(0x128)],void 0x0):this[_0x57e88c(0x1e4)]['createInstance'](Te,this[_0x57e88c(0x8b)],this['type'],_0x4eb0db,this[_0x57e88c(0x128)]);_0x1054ca[_0x57e88c(0x205)](),this[_0x57e88c(0x128)][_0x57e88c(0x23b)](this,_0x1054ca);},_0x2457a2);}['_getSendChangesetTimeout'](){const _0x29de09=_0x4e7919;var _0x58a283;const _0x4f6d54=this[_0x29de09(0x1f4)][_0x29de09(0x2a3)](ie);return(_0x58a283=_0x4f6d54==null?void 0x0:_0x4f6d54[_0x29de09(0x420)])!=null?_0x58a283:_r;}['resend'](){const _0x2ac612=_0x4e7919;throw new Error(_0x2ac612(0xbb));}[_0x4e7919(0x9c)](){const _0x40fe2c=_0x4e7919;this['_sendingTimer']!=null&&(clearTimeout(this[_0x40fe2c(0x46e)]),this[_0x40fe2c(0x46e)]=null);}[_0x4e7919(0x182)](_0x15e7a1){const _0x44d309=_0x4e7919;return this[_0x44d309(0x9c)](),this[_0x44d309(0x1e4)][_0x44d309(0x2c9)](Re,this[_0x44d309(0x8b)],this['type'],null,this[_0x44d309(0x293)],this[_0x44d309(0x128)],_0x15e7a1);}};pe=Le([A(0x4,_0x557b7a(_0x5a5437)),A(0x5,_0x557b7a(_0x39bde1)),A(0x6,_0x557b7a(q)),A(0x7,_0x557b7a(Ne)),A(0x8,_0x2f9740),A(0x9,_0x37f6d3),A(0xa,_0x88f14),A(0xb,_0xd1dd82),A(0xc,_0x5e27bc),A(0xd,_0x5aca87)],pe);let Te=class extends $e{constructor(_0x14c0e8,_0x25507f,_0x2296fb,_0x54cd0a,_0x29cff9,_0x928ad0,_0x222126,_0x1e598a,_0x5bfb48,_0x441e37,_0x16bf09){const _0xbd8154=_0x4e7919;super(_0x14c0e8,_0x25507f,_0x2296fb,[],_0x54cd0a,_0x1e598a,_0x16bf09,_0x928ad0,_0x222126),g(this,_0xbd8154(0x459),'awaiting'),g(this,'_resendTimeout',0x0),g(this,'_resendTimer'),g(this,_0xbd8154(0x44e)),(this[_0xbd8154(0x1e4)]=_0x29cff9,this[_0xbd8154(0x18f)]=_0x5bfb48,this['_transformService']=_0x441e37);}[_0x4e7919(0x7b)](_0x40fb4a){const _0x373ef5=_0x4e7919;this[_0x373ef5(0x9c)]();const _0x3c1732=this[_0x373ef5(0x1e4)]['createInstance'](ge,this['unitID'],this['type'],this[_0x373ef5(0xf2)],[_0x40fb4a],this[_0x373ef5(0x128)],this[_0x373ef5(0x1df)]);return _0x3c1732[_0x373ef5(0x205)](),_0x3c1732;}[_0x4e7919(0x455)](_0x5356dc){const _0x4d33a2=_0x4e7919;if(this['_checkMissing'](_0x5356dc))return this['_clearScheduledTask'](),this[_0x4d33a2(0x1e4)][_0x4d33a2(0x2c9)](he,this[_0x4d33a2(0x8b)],this[_0x4d33a2(0x195)],this[_0x4d33a2(0xf2)],[],null,[_0x5356dc],this[_0x4d33a2(0x128)]);try{const _0x4e5770=this[_0x4d33a2(0x2ac)][_0x4d33a2(0x166)]([_0x5356dc],[this[_0x4d33a2(0xf2)]],!0x1);if(_0x3775ff(_0x4e5770)){const {c1Prime:_0x3f1546,c2Prime:_0x2c8120}=_0x4e5770;this[_0x4d33a2(0x290)](_0x3f1546[0x0]),_0x2c8120[0x0][_0x4d33a2(0x178)]=this[_0x4d33a2(0x153)](),this[_0x4d33a2(0x9c)]();const _0x1e63f0=this['_injector']['createInstance'](Te,this['unitID'],this[_0x4d33a2(0x195)],_0x2c8120[0x0],this['_handler']);return _0x1e63f0[_0x4d33a2(0x205)](),_0x1e63f0;}return this['_onConflict'](!0x1);}catch(_0x4f51ad){return this[_0x4d33a2(0x18f)][_0x4d33a2(0x24d)](_0x4f51ad),this[_0x4d33a2(0x182)](!0x1);}}[_0x4e7919(0x3fb)](_0x718a1d){const _0x3c5fae=_0x4e7919;this[_0x3c5fae(0x9c)]();const _0x31703a=this['_revisionService'][_0x3c5fae(0x344)](this[_0x3c5fae(0x8b)]);if(_0x718a1d[_0x3c5fae(0x3bf)]<_0x31703a-0x1)return this;if(this[_0x3c5fae(0x25c)](_0x718a1d))return this[_0x3c5fae(0x1e4)][_0x3c5fae(0x2c9)](he,this[_0x3c5fae(0x8b)],this[_0x3c5fae(0x195)],null,[],this[_0x3c5fae(0xf2)],[],this['_handler']);this[_0x3c5fae(0x15b)]();const _0x53dc92=this[_0x3c5fae(0x1e4)][_0x3c5fae(0x2c9)](Fe,this['unitID'],this['type'],this[_0x3c5fae(0x128)]);return _0x53dc92[_0x3c5fae(0x205)](),_0x53dc92;}['onRemoteRej'](_0x57b150){const _0x2c87b2=_0x4e7919;return this[_0x2c87b2(0x182)](!!(_0x57b150!=null&&_0x57b150[_0x2c87b2(0x254)]));}[_0x4e7919(0x1a3)](_0x59bce4){const _0x3ddedf=_0x4e7919;return this[_0x3ddedf(0xa6)]>Ni?this['toggleOffline']():(this[_0x3ddedf(0x1df)]=Ui(this[_0x3ddedf(0xa6)],{'timeout':this[_0x3ddedf(0xa6)],'reqId':_0x59bce4[_0x3ddedf(0x250)]}),this[_0x3ddedf(0x44e)]=this['_resendTimer']['subscribe'](({reqId:_0x2cf275,timeout:_0x518e4e})=>{const _0x1b2b46=_0x3ddedf;this[_0x1b2b46(0x2e6)](_0x2cf275,_0x518e4e);}),this);}[_0x4e7919(0x222)](){const _0x4f10ad=_0x4e7919;return this['_clearScheduledTask'](),this[_0x4f10ad(0x1e4)][_0x4f10ad(0x2c9)](ye,this[_0x4f10ad(0x8b)],this['type'],this['_awaitingChangeset'],[],this[_0x4f10ad(0x128)]);}[_0x4e7919(0x3b1)](){return this;}[_0x4e7919(0x38c)](){const _0x339427=_0x4e7919;this[_0x339427(0x128)][_0x339427(0x466)](this['_awaitingChangeset']);}[_0x4e7919(0x182)](_0x4f57eb){const _0x141961=_0x4e7919;return this[_0x141961(0x9c)](),this[_0x141961(0x1e4)]['createInstance'](Re,this[_0x141961(0x8b)],this['type'],this[_0x141961(0xf2)],[],this[_0x141961(0x128)],_0x4f57eb);}['_resendWithTimeout'](_0x579316,_0xf8c00){const _0x14cf77=_0x4e7919;var _0x1d4e5d;_0x579316===((_0x1d4e5d=this['_awaitingChangeset'])==null?void 0x0:_0x1d4e5d[_0x14cf77(0x250)])&&(this['resend'](),this['_resendTimeout']=_0xf8c00===0x0?0x3e8:_0xf8c00*0x2);}[_0x4e7919(0x9c)](){const _0x3dc03e=_0x4e7919;var _0x162f77;(_0x162f77=this[_0x3dc03e(0x44e)])==null||_0x162f77[_0x3dc03e(0x155)](),this[_0x3dc03e(0xa6)]=0x0;}};Te=Le([A(0x4,_0x557b7a(_0x5a5437)),A(0x5,_0x557b7a(_0x39bde1)),A(0x6,_0x557b7a(q)),A(0x7,_0x37f6d3),A(0x8,_0x2f9740),A(0x9,_0xd1dd82),A(0xa,_0x5aca87)],Te);let ge=class extends $e{constructor(_0x3cabda,_0x48dcfe,_0x5dd677,_0x149795,_0x4941ed,_0xcde578,_0x309681,_0x31b192,_0x2d3781,_0x1ab286,_0x460ba3,_0x51e964,_0x29c406){const _0x3d8360=_0x4e7919;super(_0x3cabda,_0x48dcfe,_0x5dd677,_0x149795,_0x4941ed,_0x1ab286,_0x29c406,_0x31b192,_0x2d3781),g(this,_0x3d8360(0x459),_0x3d8360(0x9e)),g(this,'_resendTimeout',0x0),g(this,_0x3d8360(0x1df)),g(this,'_sender'),(this['_injector']=_0x309681,this['_logService']=_0x460ba3,this[_0x3d8360(0x2ac)]=_0x51e964,_0xcde578&&(this['_resendTimer']=_0xcde578,this[_0x3d8360(0x44e)]=this[_0x3d8360(0x1df)][_0x3d8360(0x1f1)](({reqId:_0x50a521,timeout:_0x2e83b0})=>{const _0x24fef9=_0x3d8360;this[_0x24fef9(0x2e6)](_0x50a521,_0x2e83b0);})));}['appendMutation'](_0x1777d9){const _0x4c9105=_0x4e7919;return this[_0x4c9105(0x293)]['push'](_0x1777d9),this;}['onRemoteChangeset'](_0x1382b3){const _0x5bcd44=_0x4e7919;if(this['_checkMissing'](_0x1382b3))return this[_0x5bcd44(0x9c)](),this[_0x5bcd44(0x1e4)][_0x5bcd44(0x2c9)](he,this[_0x5bcd44(0x8b)],this[_0x5bcd44(0x195)],this[_0x5bcd44(0xf2)],this['_pendingMutations'],null,[_0x1382b3],this[_0x5bcd44(0x128)]);try{const _0x72f605=this[_0x5bcd44(0x2ac)][_0x5bcd44(0x166)]([_0x1382b3],[this[_0x5bcd44(0xf2)]],!0x1);if(_0x3775ff(_0x72f605)){const {c1Prime:_0x2f9124,c2Prime:_0x2925d8}=_0x72f605,_0x639bd3=this['_transformService']['transformMutationsWithChangeset'](_0x2f9124[0x0],this['_pendingMutations']);if(_0x26df4b(_0x639bd3)){const {c1Prime:_0x2669da,m2Prime:_0x39b7f6}=_0x639bd3;return this['_executeRemoteChangeset'](_0x2669da),_0x2925d8[0x0][_0x5bcd44(0x178)]=this[_0x5bcd44(0x153)](),this['_clearScheduledTask'](),this['_injector'][_0x5bcd44(0x2c9)](ge,this[_0x5bcd44(0x8b)],this[_0x5bcd44(0x195)],_0x2925d8[0x0],_0x39b7f6,this[_0x5bcd44(0x128)],void 0x0);}throw _0x639bd3['error'];}throw _0x72f605[_0x5bcd44(0x24d)];}catch(_0x2f2cf5){return this[_0x5bcd44(0x18f)][_0x5bcd44(0x24d)](_0x2f2cf5),this[_0x5bcd44(0x182)](!0x1);}}[_0x4e7919(0x3fb)](_0x4cb3ce){const _0x2bcd03=_0x4e7919;if(this[_0x2bcd03(0x9c)](),this[_0x2bcd03(0x25c)](_0x4cb3ce))return this['_injector'][_0x2bcd03(0x2c9)](he,this[_0x2bcd03(0x8b)],this[_0x2bcd03(0x195)],null,this[_0x2bcd03(0x293)],this[_0x2bcd03(0xf2)],[],this[_0x2bcd03(0x128)]);this[_0x2bcd03(0x15b)]();const _0x3b0344=this[_0x2bcd03(0x1e4)][_0x2bcd03(0x2c9)](pe,this[_0x2bcd03(0x8b)],this['type'],this[_0x2bcd03(0x293)],this[_0x2bcd03(0x128)]);return _0x3b0344[_0x2bcd03(0x20c)](),_0x3b0344[_0x2bcd03(0x205)](),_0x3b0344;}[_0x4e7919(0x173)](_0x204c1c){const _0x1d0695=_0x4e7919;return this[_0x1d0695(0x182)](!!(_0x204c1c!=null&&_0x204c1c[_0x1d0695(0x254)]));}[_0x4e7919(0x1a3)](_0x1f8573){const _0x3c6404=_0x4e7919;return this[_0x3c6404(0xa6)]>Ni?this[_0x3c6404(0x222)]():(this['_resendTimer']=Ui(this[_0x3c6404(0xa6)],{'timeout':this['_resendTimeout'],'reqId':_0x1f8573[_0x3c6404(0x250)]}),this['_sender']=this['_resendTimer'][_0x3c6404(0x1f1)](({reqId:_0x106a33,timeout:_0x5af822})=>{const _0x5b8785=_0x3c6404;this[_0x5b8785(0x2e6)](_0x106a33,_0x5af822);}),this);}[_0x4e7919(0x222)](){const _0x42ca89=_0x4e7919;return this['_clearScheduledTask'](),this[_0x42ca89(0x1e4)][_0x42ca89(0x2c9)](ye,this[_0x42ca89(0x8b)],this[_0x42ca89(0x195)],this[_0x42ca89(0xf2)],this['_pendingMutations'],this[_0x42ca89(0x128)]);}[_0x4e7919(0x3b1)](){return this;}[_0x4e7919(0x38c)](){const _0x61cf9a=_0x4e7919;this[_0x61cf9a(0x128)][_0x61cf9a(0x466)](this[_0x61cf9a(0xf2)]);}[_0x4e7919(0x182)](_0x3063a6){const _0x5832b1=_0x4e7919;return this[_0x5832b1(0x9c)](),this[_0x5832b1(0x1e4)][_0x5832b1(0x2c9)](Re,this['unitID'],this[_0x5832b1(0x195)],null,this['_pendingMutations'],this[_0x5832b1(0x128)],_0x3063a6);}[_0x4e7919(0x2e6)](_0x586a49,_0x478ef3){const _0xd34f0a=_0x4e7919;var _0x40016d;_0x586a49===((_0x40016d=this['_awaitingChangeset'])==null?void 0x0:_0x40016d[_0xd34f0a(0x250)])&&(this[_0xd34f0a(0x38c)](),this['_resendTimeout']=_0x478ef3===0x0?0x3e8:_0x478ef3*0x2);}[_0x4e7919(0x9c)](){const _0x618033=_0x4e7919;var _0x5e40bd;(_0x5e40bd=this['_sender'])==null||_0x5e40bd[_0x618033(0x155)](),this[_0x618033(0xa6)]=0x0;}};ge=Le([A(0x6,_0x557b7a(_0x5a5437)),A(0x7,_0x557b7a(_0x39bde1)),A(0x8,_0x557b7a(q)),A(0x9,_0x37f6d3),A(0xa,_0x2f9740),A(0xb,_0xd1dd82),A(0xc,_0x5aca87)],ge);let Re=class extends $e{constructor(_0x4764fe,_0x2dc46c,_0x400819,_0xa3b20b,_0x3ce735,_0x1f831d=!0x1,_0x28b42d,_0x42af09,_0x6b3ab5,_0xa2ee8b,_0x24f9f3,_0x434f3c,_0x38e4cc){const _0x189bbb=_0x4e7919;super(_0x4764fe,_0x2dc46c,_0x400819,_0xa3b20b,_0x3ce735,_0x42af09,_0x6b3ab5,_0x24f9f3,_0xa2ee8b),g(this,_0x189bbb(0x459),_0x189bbb(0x3cb)),(this[_0x189bbb(0x2c5)]=_0x1f831d,this['_permissionService']=_0x28b42d,this['_localeService']=_0x434f3c,this[_0x189bbb(0x363)]=_0x38e4cc,this['_showConflictNotification'](),this[_0x189bbb(0x226)](),this['_disableEditing']());}[_0x4e7919(0x7b)](){return this;}[_0x4e7919(0x455)](){return this;}[_0x4e7919(0x3fb)](){return this;}[_0x4e7919(0x173)](){return this;}[_0x4e7919(0x1a3)](){return this;}[_0x4e7919(0x222)](){return this;}[_0x4e7919(0x3b1)](){return this;}[_0x4e7919(0x38c)](){const _0x5816ad=_0x4e7919;throw new Error(_0x5816ad(0x2fd));}['_clearLocalCache'](){const _0x3ef01b=_0x4e7919;this[_0x3ef01b(0x27a)]['updateOfflineData'](this['unitID'],this['type'],null,[]);}[_0x4e7919(0x3cf)](){const _0x4fb0f0=_0x4e7919;this['_isPermissionRej']?this['_notificationService']['show']({'title':this[_0x4fb0f0(0x238)]['t'](_0x4fb0f0(0x1b5)),'content':this[_0x4fb0f0(0x238)]['t'](_0x4fb0f0(0x434)),'type':_0x4fb0f0(0x24d),'duration':0x0}):this[_0x4fb0f0(0x363)][_0x4fb0f0(0x243)]({'title':this[_0x4fb0f0(0x238)]['t'](_0x4fb0f0(0x25d)),'content':this[_0x4fb0f0(0x238)]['t']('conflict.content'),'type':_0x4fb0f0(0x24d),'duration':0x0});}['_disableEditing'](){const _0x5f4cb2=_0x4e7919;this[_0x5f4cb2(0x16a)][_0x5f4cb2(0x17b)](new _0x32a62a(this[_0x5f4cb2(0x8b)])['id'],!0x1);}};Re=Le([A(0x6,_0x557b7a(_0x4f30d5)),A(0x7,_0x37f6d3),A(0x8,_0x5aca87),A(0x9,_0x557b7a(q)),A(0xa,_0x557b7a(_0x39bde1)),A(0xb,_0x557b7a(_0x5e134c)),A(0xc,_0x700f62)],Re);let ye=class extends $e{constructor(_0x13db81,_0x2b91b3,_0x228e1d,_0xd4b8e2,_0x2b27ca,_0x1e3c94,_0x241194,_0x4f1861,_0x378b6f,_0x2001bf){const _0x4dea28=_0x4e7919;super(_0x13db81,_0x2b91b3,_0x228e1d,_0xd4b8e2,_0x2b27ca,_0x378b6f,_0x2001bf,_0x241194,_0x4f1861),g(this,_0x4dea28(0x459),_0x4dea28(0x444)),this[_0x4dea28(0x1e4)]=_0x1e3c94;}[_0x4e7919(0x7b)](_0x541ac3){const _0xb1edfd=_0x4e7919;return this[_0xb1edfd(0x293)]['push'](_0x541ac3),this['_updateLocalCache'](),this;}[_0x4e7919(0x455)](_0x39d51a){const _0x54bf40=_0x4e7919;throw new Error(_0x54bf40(0x388));}[_0x4e7919(0x3fb)](){const _0x2738f7=_0x4e7919;throw new Error(_0x2738f7(0x204));}[_0x4e7919(0x173)](){const _0x131ea5=_0x4e7919;throw new Error(_0x131ea5(0x12f));}[_0x4e7919(0x1a3)](){return this;}['toggleOffline'](){return this;}[_0x4e7919(0x3b1)](){const _0x13ed56=_0x4e7919,{_injector:_0x815a74,_pendingMutations:_0x1a38c9,_awaitingChangeset:_0x2bb767,unitID:_0x765003,_handler:_0x58df22,type:_0x27d542}=this,_0x2383cf=Ai(_0x815a74,_0x765003,_0x27d542,_0x2bb767,_0x1a38c9,_0x58df22);return _0x2383cf instanceof pe?_0x2383cf['_schedule']():(_0x2383cf instanceof ge||_0x2383cf instanceof Te)&&_0x2383cf[_0x13ed56(0x38c)](),_0x2383cf;}[_0x4e7919(0x38c)](){const _0x187930=_0x4e7919;throw new Error(_0x187930(0xfb));}};ye=Le([A(0x5,_0x557b7a(_0x5a5437)),A(0x6,_0x557b7a(_0x39bde1)),A(0x7,_0x557b7a(q)),A(0x8,_0x37f6d3),A(0x9,_0x5aca87)],ye);let he=class extends $e{constructor(_0x1b3f3c,_0x3ce544,_0x2c179e,_0x34b476,_0x2b93cc,_0x18612b,_0x5c60ff,_0x33077e,_0xae757b,_0x142a19,_0x1a10c8,_0x2289d2,_0x489521,_0x4f9fd9){const _0x2f21ca=_0x4e7919;super(_0x1b3f3c,_0x3ce544,_0x2c179e,_0x34b476,_0x5c60ff,_0x2289d2,_0x489521,_0xae757b,_0x142a19),g(this,_0x2f21ca(0x459),_0x2f21ca(0x30e)),(this[_0x2f21ca(0x44c)]=_0x2b93cc,this[_0x2f21ca(0x2af)]=_0x18612b,this[_0x2f21ca(0x1e4)]=_0x33077e,this[_0x2f21ca(0x18f)]=_0x1a10c8,this['_transformService']=_0x4f9fd9);}['onMissedChangesetFetched'](_0x1297b4){const _0x3c2bc9=_0x4e7919;try{const _0xfa0e73=[..._0x1297b4,...this['_queuedRemoteChangesets']],_0x320b03=[this[_0x3c2bc9(0xf2)]||this[_0x3c2bc9(0x44c)]][_0x3c2bc9(0x42e)](_0x44bb95=>!!_0x44bb95);let _0xfbc677,_0x4a6359;if(_0x320b03[_0x3c2bc9(0x126)]){const _0x2201da=this[_0x3c2bc9(0x2ac)]['transformChangesets'](_0xfa0e73,_0x320b03,!0x1);if(!_0x3775ff(_0x2201da))throw _0x2201da[_0x3c2bc9(0x24d)];_0xfbc677=_0x2201da[_0x3c2bc9(0x89)],_0x4a6359=_0x2201da['c2Prime'];}else _0xfbc677=_0xfa0e73,_0x4a6359=[];let _0x2475bc=this['_pendingMutations'];_0xfbc677[_0x3c2bc9(0x21b)](_0x396b66=>{const _0x570042=_0x3c2bc9;let _0x2b3e81;if(_0x2475bc['length']){const _0x4aa612=this[_0x570042(0x2ac)][_0x570042(0x214)](_0x396b66,_0x2475bc);if(!_0x26df4b(_0x4aa612))throw _0x4aa612[_0x570042(0x24d)];_0x2b3e81=_0x4aa612[_0x570042(0x89)],_0x2475bc=_0x4aa612[_0x570042(0xca)];}else _0x2b3e81=_0x396b66;this[_0x570042(0x290)](_0x2b3e81);}),this['_acknowledgedAwaitingChangeset']&&this[_0x3c2bc9(0x15b)](),this[_0x3c2bc9(0xf2)]&&_0x4a6359[_0x3c2bc9(0x126)]&&(_0x4a6359[0x0][_0x3c2bc9(0x178)]=this[_0x3c2bc9(0x153)]());let _0x4b6d41;if(this[_0x3c2bc9(0xf2)]&&_0x2475bc['length']!==0x0)_0x4b6d41=this['_injector'][_0x3c2bc9(0x2c9)](ge,this[_0x3c2bc9(0x8b)],this['type'],_0x4a6359[0x0],_0x2475bc,this[_0x3c2bc9(0x128)],void 0x0);else{if(this['_awaitingChangeset']&&_0x2475bc[_0x3c2bc9(0x126)]===0x0)_0x4a6359[0x0][_0x3c2bc9(0x178)]=this[_0x3c2bc9(0x153)](),_0x4b6d41=this[_0x3c2bc9(0x1e4)][_0x3c2bc9(0x2c9)](Te,this[_0x3c2bc9(0x8b)],this[_0x3c2bc9(0x195)],_0x4a6359[0x0],this[_0x3c2bc9(0x128)]);else{if(_0x2475bc[_0x3c2bc9(0x126)]!==0x0){const _0x451d09=this[_0x3c2bc9(0x1e4)][_0x3c2bc9(0x2c9)](pe,this[_0x3c2bc9(0x8b)],this[_0x3c2bc9(0x195)],_0x2475bc,this[_0x3c2bc9(0x128)]);_0x451d09[_0x3c2bc9(0x20c)](),_0x4b6d41=_0x451d09;}else _0x4b6d41=this[_0x3c2bc9(0x1e4)]['createInstance'](Fe,this[_0x3c2bc9(0x8b)],this[_0x3c2bc9(0x195)],this[_0x3c2bc9(0x128)]);}}return _0x4b6d41[_0x3c2bc9(0x205)](),_0x4b6d41;}catch(_0x5974ce){return this[_0x3c2bc9(0x18f)]['error'](_0x3c2bc9(0x32d),_0x3c2bc9(0x382),_0x5974ce),this[_0x3c2bc9(0x1e4)]['createInstance'](Re,this[_0x3c2bc9(0x8b)],this['type'],this[_0x3c2bc9(0xf2)],this[_0x3c2bc9(0x293)],this[_0x3c2bc9(0x128)],!0x1);}}[_0x4e7919(0x38c)](){const _0x27f6fd=_0x4e7919;throw new Error(_0x27f6fd(0x2cd));}['appendMutation'](_0x1b8256){const _0x584471=_0x4e7919;return this[_0x584471(0x293)][_0x584471(0x209)](_0x1b8256),this;}[_0x4e7919(0x455)](_0x495e11){return this['_queuedRemoteChangesets']['push'](_0x495e11),this;}[_0x4e7919(0x3fb)](_0x10ed80){const _0x9a70e1=_0x4e7919;if(this[_0x9a70e1(0xf2)])return this[_0x9a70e1(0x44c)]=this[_0x9a70e1(0xf2)],this[_0x9a70e1(0xf2)]=null,this;throw new Error(_0x9a70e1(0x43f));}[_0x4e7919(0x173)](_0x3b5e25){const _0x5ee3d5=_0x4e7919;return this[_0x5ee3d5(0x182)](!!(_0x3b5e25!=null&&_0x3b5e25[_0x5ee3d5(0x254)]));}[_0x4e7919(0x1a3)](){return this;}['toggleOffline'](){const _0x446f87=_0x4e7919;return this['_injector'][_0x446f87(0x2c9)](ye,this[_0x446f87(0x8b)],this[_0x446f87(0x195)],this[_0x446f87(0xf2)],this[_0x446f87(0x293)],this['_handler']);}['toggleOnline'](){return this;}[_0x4e7919(0x182)](_0x14cce8){const _0x5ef02b=_0x4e7919;return this[_0x5ef02b(0x1e4)][_0x5ef02b(0x2c9)](Re,this[_0x5ef02b(0x8b)],this[_0x5ef02b(0x195)],this[_0x5ef02b(0xf2)],this[_0x5ef02b(0x293)],this[_0x5ef02b(0x128)],_0x14cce8);}};he=Le([A(0x7,_0x557b7a(_0x5a5437)),A(0x8,_0x557b7a(_0x39bde1)),A(0x9,_0x557b7a(q)),A(0xa,_0x2f9740),A(0xb,_0x37f6d3),A(0xc,_0x5aca87),A(0xd,_0xd1dd82)],he);function Ai(_0x213612,_0x1b6008,_0xfb8b6d,_0x57491b,_0x31b3fd,_0x2ee7ec){const _0x3bf435=_0x4e7919;return _0x57491b&&_0x31b3fd[_0x3bf435(0x126)]?_0x213612['createInstance'](ge,_0x1b6008,_0xfb8b6d,_0x57491b,_0x31b3fd,_0x2ee7ec,void 0x0):_0x57491b?_0x213612[_0x3bf435(0x2c9)](Te,_0x1b6008,_0xfb8b6d,_0x57491b,_0x2ee7ec):_0x31b3fd[_0x3bf435(0x126)]?_0x213612['createInstance'](pe,_0x1b6008,_0xfb8b6d,_0x31b3fd,_0x2ee7ec):_0x213612[_0x3bf435(0x2c9)](Fe,_0x1b6008,_0xfb8b6d,_0x2ee7ec);}var So=Object[_0x4e7919(0x13e)],Io=Object[_0x4e7919(0x3a9)],Es=(_0x406dca,_0xf7e44b,_0x1adfb4,_0x9f1e7e)=>{for(var _0x10b7f1=_0x9f1e7e>0x1?void 0x0:_0x9f1e7e?Io(_0xf7e44b,_0x1adfb4):_0xf7e44b,_0x39d02f=_0x406dca['length']-0x1,_0x1f7f38;_0x39d02f>=0x0;_0x39d02f--)(_0x1f7f38=_0x406dca[_0x39d02f])&&(_0x10b7f1=(_0x9f1e7e?_0x1f7f38(_0xf7e44b,_0x1adfb4,_0x10b7f1):_0x1f7f38(_0x10b7f1))||_0x10b7f1);return _0x9f1e7e&&_0x10b7f1&&So(_0xf7e44b,_0x1adfb4,_0x10b7f1),_0x10b7f1;},H=(_0x56507a,_0x14ef5f)=>(_0x373a8c,_0x395707)=>_0x14ef5f(_0x373a8c,_0x395707,_0x56507a);let gt=class extends _0x15900e{constructor(_0x497a4c,_0x23ef3c,_0x405a8a,_0x34dca0,_0x4d00a7,_0x1e9c26,_0x400eed,_0x4d8726,_0x4004f0,_0x5b26df,_0x28b292,_0x122ca5,_0x50c54e){const _0x228bb8=_0x4e7919;super(),g(this,_0x228bb8(0x3dd),new _0x524b68(null)),g(this,'state$',this['_state$'][_0x228bb8(0x180)]()),g(this,_0x228bb8(0x46d)),g(this,_0x228bb8(0x267),!0x1),g(this,'_changesetSessionId',''),g(this,_0x228bb8(0x3ba),0x0),g(this,_0x228bb8(0x1cf),this[_0x228bb8(0x45d)][_0x228bb8(0x210)](_0x50280c(_0x468e50=>_0x468e50?_0x468e50['status']:J[_0x228bb8(0x3f4)]),_0x42be71(0x1))),g(this,_0x228bb8(0x2bd),!0x1),g(this,_0x228bb8(0x232),[]),(this[_0x228bb8(0x8b)]=_0x497a4c,this[_0x228bb8(0x336)]=_0x23ef3c,this[_0x228bb8(0x327)]=_0x405a8a,this[_0x228bb8(0x1e4)]=_0x34dca0,this['_localCacheService']=_0x4d00a7,this[_0x228bb8(0x296)]=_0x1e9c26,this[_0x228bb8(0x238)]=_0x400eed,this[_0x228bb8(0xf9)]=_0x4d8726,this[_0x228bb8(0x18f)]=_0x4004f0,this['_commandService']=_0x5b26df,this[_0x228bb8(0x443)]=_0x28b292,this[_0x228bb8(0x16a)]=_0x122ca5,this[_0x228bb8(0x458)]=_0x50c54e);}get[_0x4e7919(0x450)](){const _0x594109=_0x4e7919;return this[_0x594109(0x46d)];}async[_0x4e7919(0x251)](){const _0x37668d=_0x4e7919;if(this[_0x37668d(0x450)])throw new Error(_0x37668d(0x24c));await this[_0x37668d(0x350)]();}[_0x4e7919(0x268)](){const _0x4f7b39=_0x4e7919;return this[_0x4f7b39(0x267)]=!0x0,_0x290028(()=>{const _0x2dd5cc=_0x4f7b39;this[_0x2dd5cc(0x267)]=!0x1,this[_0x2dd5cc(0x43b)]();});}[_0x4e7919(0x3d4)](_0x24f305){const _0x3817e1=_0x4e7919;this['_state']=_0x24f305,this[_0x3817e1(0x3dd)][_0x3817e1(0x409)](_0x24f305);}async[_0x4e7919(0x350)](){const _0x23c1b1=_0x4e7919;var _0x5ce4e8;this[_0x23c1b1(0x3d4)](await this[_0x23c1b1(0x473)]()),this[_0x23c1b1(0x458)]&&((_0x5ce4e8=this['_singleActiveUnitService'])==null||_0x5ce4e8[_0x23c1b1(0x91)](this[_0x23c1b1(0x8b)]),this['disposeWithMe'](this[_0x23c1b1(0x458)]['getUnitStatus$'](this[_0x23c1b1(0x8b)])['subscribe'](_0x57e02c=>{const _0x18f89b=_0x23c1b1;this[_0x18f89b(0x18f)][_0x18f89b(0x236)]('[CollaborationEntity]','editing\x20status\x20changed\x20to',_0x57e02c),_0x57e02c===Di[_0x18f89b(0x1b6)]?(this[_0x18f89b(0x443)]['show']({'content':this[_0x18f89b(0x238)]['t']('collaboration.single-unit.warning'),'type':_0x302b10['Warning']}),this[_0x18f89b(0x16a)][_0x18f89b(0x17b)](new _0x32a62a(this[_0x18f89b(0x8b)])['id'],!0x1),this['_permissionService']['setShowComponents'](!0x1)):(this['_permissionService'][_0x18f89b(0x17b)](new _0x32a62a(this['unitID'])['id'],!0x0),this['_permissionService'][_0x18f89b(0x36d)](!0x0));})));let _0xb30b3e=!0x1;return this['disposeWithMe'](this[_0x23c1b1(0x336)][_0x23c1b1(0x109)][_0x23c1b1(0x1f1)](_0x23a24d=>{const _0x2a4ca6=_0x23c1b1;_0x23a24d===ve[_0x2a4ca6(0x28f)]?this[_0x2a4ca6(0x3d2)](_0xb30b3e):_0x23a24d===ve[_0x2a4ca6(0x3f4)]&&(_0xb30b3e=!0x0,this[_0x2a4ca6(0x419)]());})),this[_0x23c1b1(0xb0)](this[_0x23c1b1(0x336)][_0x23c1b1(0x16d)][_0x23c1b1(0x1f1)](_0x139fa1=>{const _0xe65095=_0x23c1b1;try{switch(_0x139fa1[_0xe65095(0x161)]){case _0xb7e982[_0xe65095(0x383)]:{this['_onRemoteChangeset'](_0x2034a6(_0x139fa1['data']));break;}case _0xb7e982[_0xe65095(0xfa)]:{this[_0xe65095(0x34d)](_0x139fa1[_0xe65095(0x28a)]);break;}case _0xb7e982[_0xe65095(0x3c6)]:{this[_0xe65095(0x2b4)]();break;}case _0xb7e982[_0xe65095(0x2a5)]:{this[_0xe65095(0x1bc)](_0x139fa1[_0xe65095(0x28a)]);break;}case _0xb7e982[_0xe65095(0x3c0)]:{this[_0xe65095(0xd2)](_0x139fa1['data'][_0xe65095(0x2be)][_0xe65095(0x32e)](_0x3f90e8=>_0x2034a6(_0x3f90e8)));break;}case _0xb7e982['PERMISSION_REJ']:this[_0xe65095(0x2b4)]({'isPermissionRej':!0x0});}}catch(_0x3bf8ce){throw console[_0xe65095(0x24d)](_0xe65095(0x323),_0x3bf8ce),_0x3bf8ce;}})),this[_0x23c1b1(0x46d)];}[_0x4e7919(0x110)](){const _0x28c4dc=_0x4e7919;this[_0x28c4dc(0x2bd)]=!0x1;}['_lockTransition'](){const _0x30bd2b=_0x4e7919;if(this['_transitionLocked'])throw new Error(_0x30bd2b(0x3ae));this[_0x30bd2b(0x2bd)]=!0x0;}[_0x4e7919(0x2ff)](_0xe51ed4){const _0x4ebb17=_0x4e7919;this[_0x4ebb17(0x207)](),this[_0x4ebb17(0x3d4)](this[_0x4ebb17(0x46d)][_0x4ebb17(0x7b)](_0xe51ed4)),this['_unlockTransition']();}[_0x4e7919(0x239)](_0x49f1b5){const _0x15650c=_0x4e7919;if(!(_0x49f1b5['revision']<=this[_0x15650c(0xf9)][_0x15650c(0x344)](this[_0x15650c(0x8b)]))){if(this['_collaborationPaused']){this[_0x15650c(0x232)]['push'](_0x49f1b5);return;}this['_applyRemoteChangeset'](_0x49f1b5);}}[_0x4e7919(0x43b)](){const _0x1c8351=_0x4e7919;this['_remoteChangesetQueue']['forEach'](_0x177091=>this[_0x1c8351(0x24e)](_0x177091)),this[_0x1c8351(0x232)]=[];}['_applyRemoteChangeset'](_0x58dd5e){const _0x5f3665=_0x4e7919,_0x4697a6=this[_0x5f3665(0x296)][_0x5f3665(0x25e)][_0x5f3665(0x163)](this['_compressMutationService'][_0x5f3665(0x25e)]['getInterceptPoints']()[_0x5f3665(0x103)])(_0x58dd5e[_0x5f3665(0x13b)],null)||_0x58dd5e[_0x5f3665(0x13b)],_0x4a9b63={..._0x58dd5e,'mutations':_0x4697a6};this[_0x5f3665(0x207)](),this[_0x5f3665(0x3d4)](this[_0x5f3665(0x46d)]['onRemoteChangeset'](_0x4a9b63)),this[_0x5f3665(0x110)]();}[_0x4e7919(0x34d)](_0x1f944f){const _0x253af3=_0x4e7919;this[_0x253af3(0x207)](),this['_updateState'](this[_0x253af3(0x46d)][_0x253af3(0x3fb)](_0x1f944f)),this[_0x253af3(0x110)]();}['_onRemoteRejected'](_0xde7797){const _0x28c105=_0x4e7919;this['_lockTransition'](),this[_0x28c105(0x3d4)](this[_0x28c105(0x46d)][_0x28c105(0x173)](_0xde7797)),this[_0x28c105(0x110)]();}[_0x4e7919(0x1bc)](_0x4a8c43){const _0x56fdb6=_0x4e7919;this['_lockTransition'](),this[_0x56fdb6(0x3d4)](this[_0x56fdb6(0x46d)][_0x56fdb6(0x1a3)](_0x4a8c43)),this[_0x56fdb6(0x110)]();}[_0x4e7919(0xd2)](_0x1351cc){const _0x364afd=_0x4e7919;if(!(this[_0x364afd(0x46d)]instanceof he))throw new TypeError(_0x364afd(0x48f));const _0x5950a1=_0x1351cc[_0x364afd(0x32e)](_0x3bc715=>{const _0x123be9=_0x364afd,_0x5102f5=this[_0x123be9(0x296)][_0x123be9(0x25e)][_0x123be9(0x163)](this[_0x123be9(0x296)][_0x123be9(0x25e)][_0x123be9(0x32f)]()[_0x123be9(0x103)])(_0x3bc715[_0x123be9(0x13b)],null)||_0x3bc715['mutations'];return{..._0x3bc715,'mutations':_0x5102f5};});this[_0x364afd(0x207)](),this[_0x364afd(0x3d4)](this[_0x364afd(0x46d)][_0x364afd(0x408)](_0x5950a1)),this[_0x364afd(0x110)]();}[_0x4e7919(0x419)](){const _0x5aedcd=_0x4e7919;this[_0x5aedcd(0x207)](),this[_0x5aedcd(0x3d4)](this[_0x5aedcd(0x46d)][_0x5aedcd(0x222)]()),this[_0x5aedcd(0x110)]();}[_0x4e7919(0x3d2)](_0x3d2445=!0x1){const _0x14a8ce=_0x4e7919;this[_0x14a8ce(0x207)](),this[_0x14a8ce(0x3d4)](this['_state'][_0x14a8ce(0x3b1)]()),this['_unlockTransition']();const _0x34de33=this[_0x14a8ce(0x46d)];_0x3d2445&&_0x34de33 instanceof Fe&&(this['_lockTransition'](),this[_0x14a8ce(0x3d4)](_0x34de33['fetchMiss']()),this[_0x14a8ce(0x110)]());}async['_createInitialState'](){return new Promise(_0x19153d=>{const _0x254b57=_0x5ed9;this['session'][_0x254b57(0x109)]['pipe'](_0xb3cf89(0x1))[_0x254b57(0x1f1)](async _0xd9c8aa=>{const _0x381296=_0x254b57;_0x19153d(await this[_0x381296(0x41d)](_0xd9c8aa===ve[_0x381296(0x28f)]));});});}[_0x4e7919(0x2ee)](){const _0x1f2e07=_0x4e7919,_0x20fa04=this[_0x1f2e07(0x8b)];return{'onStateChange':(_0x285106,_0x49fc67)=>{const _0x23b751=_0x1f2e07;if(_0x285106!==this[_0x23b751(0x46d)])throw new Error(_0x23b751(0x284)+_0x285106[_0x23b751(0x459)]+_0x23b751(0x39a)+_0x49fc67['status']+_0x23b751(0x437)+this['_state']['status']);this[_0x23b751(0x3d4)](_0x49fc67);},'onSendChangeset':_0x32fa25=>{const _0x3fb0cc=_0x1f2e07;_0x32fa25[_0x3fb0cc(0x27e)]||(_0x32fa25['sid']=this[_0x3fb0cc(0x2f2)],_0x32fa25[_0x3fb0cc(0x250)]=++this[_0x3fb0cc(0x3ba)]);const _0x1153fe={'eventID':_0xb7e982['SUBMIT_CHANGESET'],'data':{'unitID':_0x32fa25[_0x3fb0cc(0x8b)],'unitType':this[_0x3fb0cc(0x327)],'changeset':_0x32fa25,'memberID':this[_0x3fb0cc(0x336)][_0x3fb0cc(0x3cd)]()}};this[_0x3fb0cc(0x336)][_0x3fb0cc(0x7c)](_0x1153fe,this['unitID']);},'onMissingChangesets':({from:_0x5d45a1,to:_0xd69ac5})=>{const _0x36e869=_0x1f2e07;this['_logService'][_0x36e869(0x236)]('[CollaborationEntity]',_0x36e869(0x1b9)+_0x5d45a1+_0x36e869(0x30b)+_0xd69ac5);const _0x4dd986={'eventID':_0xb7e982[_0x36e869(0x3f1)],'data':{'unitID':_0x20fa04,'unitType':this[_0x36e869(0x327)],'from':_0x5d45a1,'to':_0xd69ac5}};this[_0x36e869(0x336)][_0x36e869(0x7c)](_0x4dd986,this[_0x36e869(0x8b)]);}};}async[_0x4e7919(0x41d)](_0x418b14){const _0xd2c173=_0x4e7919;var _0x381848,_0xc6e10;const _0x21836e=await this[_0xd2c173(0x27a)][_0xd2c173(0x281)](this['unitID']),_0x5c7c4c=(_0x381848=_0x21836e==null?void 0x0:_0x21836e[_0xd2c173(0x13b)])!=null?_0x381848:[],_0x5949fc=(_0xc6e10=_0x21836e==null?void 0x0:_0x21836e[_0xd2c173(0x398)])!=null?_0xc6e10:null,_0x48ee42=!!(_0x5949fc!=null&&_0x5949fc[_0xd2c173(0x27e)])&&!!(_0x5949fc!=null&&_0x5949fc[_0xd2c173(0x250)]);this[_0xd2c173(0x2f2)]=_0x48ee42?_0x5949fc[_0xd2c173(0x27e)]:zr(),this[_0xd2c173(0x3ba)]=_0x48ee42?_0x5949fc[_0xd2c173(0x250)]:0x0;const _0xfa50e5=this[_0xd2c173(0x8b)];try{this[_0xd2c173(0x283)](_0x5949fc,_0x5c7c4c);}catch(_0x3cfd65){this[_0xd2c173(0x18f)]['error'](_0x3cfd65);}const _0x1ad0d6=this[_0xd2c173(0x2ee)]();if(_0x418b14){const _0x1209f7=Ai(this[_0xd2c173(0x1e4)],_0xfa50e5,this[_0xd2c173(0x327)],_0x5949fc,_0x5c7c4c,_0x1ad0d6);return _0x1209f7 instanceof pe?_0x1209f7[_0xd2c173(0x20c)]():(_0x1209f7 instanceof ge||_0x1209f7 instanceof Te)&&_0x1209f7['resend'](),_0x1209f7;}return this[_0xd2c173(0x1e4)][_0xd2c173(0x2c9)](ye,_0xfa50e5,this['_type'],_0x5949fc,_0x5c7c4c,_0x1ad0d6);}[_0x4e7919(0x283)](_0xc738bb,_0x2a2dd7){const _0x539a5e=_0x4e7919;var _0x53de10,_0x4626d5;const _0x352f92=this['_compressMutationService'][_0x539a5e(0x25e)][_0x539a5e(0x163)](this['_compressMutationService'][_0x539a5e(0x25e)][_0x539a5e(0x32f)]()['COMPRESS_MUTATION_APPLY']);(_0x53de10=_0x352f92((_0xc738bb==null?void 0x0:_0xc738bb['mutations'])||[],null))==null||_0x53de10[_0x539a5e(0x21b)](_0xc54236=>this[_0x539a5e(0x2c6)][_0x539a5e(0x122)](_0xc54236['id'],_0xc54236[_0x539a5e(0x244)])),(_0x4626d5=_0x352f92(_0x2a2dd7||[],null))==null||_0x4626d5['forEach'](_0xb7d227=>this[_0x539a5e(0x2c6)][_0x539a5e(0x122)](_0xb7d227['id'],_0xb7d227[_0x539a5e(0x244)]));}};gt=Es([H(0x3,_0x557b7a(_0x5a5437)),H(0x4,_0x557b7a(q)),H(0x5,_0x557b7a(_0x2145c9)),H(0x6,_0x557b7a(_0x5e134c)),H(0x7,_0x557b7a(_0x39bde1)),H(0x8,_0x2f9740),H(0x9,_0x37f6d3),H(0xa,_0x4e3214),H(0xb,_0x4f30d5),H(0xc,_0x263588(Rt))],gt);let ss=class extends gt{constructor(_0x5d899b,_0x47d3e7,_0x2e8ac0,_0x2bb30b,_0x1dc78d,_0x2ef783,_0x333ae7,_0x51d66e,_0x1b04ee,_0x21cfd5,_0x4eb945,_0x7fd02c,_0x399e6d,_0x53c984,_0x3ec023,_0x149008,_0x5649fb,_0x5a0699){const _0x3e4a6e=_0x4e7919;super(_0x5d899b,_0x2e8ac0,_0x47d3e7,_0x2bb30b,_0x1dc78d,_0x2ef783,_0x333ae7,_0x51d66e,_0x53c984,_0x3ec023,_0x149008,_0x5649fb,_0x5a0699),this[_0x3e4a6e(0x8b)]=_0x5d899b,this[_0x3e4a6e(0x195)]=_0x47d3e7,this['_docStateChangeManagerService']=_0x1b04ee,this[_0x3e4a6e(0x3b5)]=_0x21cfd5,this[_0x3e4a6e(0x424)]=_0x4eb945,this['_docTransformSelectionsService']=_0x7fd02c,this[_0x3e4a6e(0x135)]=_0x399e6d;}['_createHandler'](){const _0x378307=_0x4e7919,_0x5636e7=super[_0x378307(0x2ee)]();return _0x5636e7['onTransformIME']=_0x4ca574=>this['_docTransformIMECacheService'][_0x378307(0x356)](_0x4ca574),_0x5636e7['onTransformState']=_0x339e00=>this['_docTransformStateCacheService']['transformStateCache'](_0x339e00),_0x5636e7['onTransformSelections']=_0x2e6275=>this[_0x378307(0x3b0)][_0x378307(0x12d)](_0x2e6275),_0x5636e7[_0x378307(0x37b)]=_0x4d8b35=>this['_docSyncEditingCollabCursorService']['syncEditingCollabCursor'](_0x4d8b35),_0x5636e7['onTransformRemoteChangesetByIMECache']=_0x4bd750=>this['_docTransformIMECacheService']['transformRemoteChangeset'](_0x4bd750),_0x5636e7['onTransformRemoteChangesetByStateCache']=_0x598909=>this[_0x378307(0x424)]['transformRemoteChangeset'](_0x598909),_0x5636e7;}async[_0x4e7919(0x350)](){const _0x210b25=_0x4e7919,_0x3d422f=await super[_0x210b25(0x350)]();return this[_0x210b25(0x2a2)][_0x210b25(0x1fc)]['pipe'](_0x234986(this[_0x210b25(0x15d)]))[_0x210b25(0x1f1)](_0x27fc1e=>{const _0x101b38=_0x210b25;if(_0x27fc1e==null)return;const {unitId:_0x3a9390,redoState:_0x5eea11,commandId:_0x35900f}=_0x27fc1e;if(_0x3a9390!==this[_0x101b38(0x8b)])return;const _0x3775f2={'id':_0x35900f,'type':_0x2809bc[_0x101b38(0x140)],'params':{'unitId':_0x3a9390,'actions':_0x5eea11[_0x101b38(0x367)],'textRanges':null}};this[_0x101b38(0x2ff)](_0x3775f2);}),_0x3d422f;}};ss=Es([H(0x3,_0x557b7a(_0x5a5437)),H(0x4,_0x557b7a(q)),H(0x5,_0x557b7a(_0x2145c9)),H(0x6,_0x557b7a(_0x5e134c)),H(0x7,_0x557b7a(_0x39bde1)),H(0x8,_0x557b7a(_0x39f3d6)),H(0x9,_0x557b7a(ft)),H(0xa,_0x557b7a(mt)),H(0xb,_0x557b7a(pt)),H(0xc,_0x557b7a(Cs)),H(0xd,_0x2f9740),H(0xe,_0x37f6d3),H(0xf,_0x4e3214),H(0x10,_0x4f30d5),H(0x11,_0x263588(Rt))],ss);let is=class extends gt{constructor(_0x5f4cc1,_0x1c1f77,_0x736bf7,_0x569765,_0x279b38,_0x2ebe26,_0xdea03,_0x3198a8,_0x260dc2,_0x4c63ef,_0x431eca,_0xb416e9,_0x38ff9e,_0x5634f5){const _0x4a49cb=_0x4e7919;super(_0x5f4cc1,_0x736bf7,_0x1c1f77,_0x569765,_0x279b38,_0x2ebe26,_0xdea03,_0x3198a8,_0x4c63ef,_0x431eca,_0xb416e9,_0x38ff9e,_0x5634f5),this[_0x4a49cb(0x8b)]=_0x5f4cc1,this[_0x4a49cb(0x195)]=_0x1c1f77,this['_sheetTransformSelectionsService']=_0x260dc2;}[_0x4e7919(0x2ee)](){const _0x3d910f=_0x4e7919,_0x25ca53=super[_0x3d910f(0x2ee)]();return _0x25ca53[_0x3d910f(0x169)]=_0x5e739a=>this[_0x3d910f(0x2aa)][_0x3d910f(0x12d)](_0x5e739a),_0x25ca53;}async[_0x4e7919(0x350)](){const _0xaec626=_0x4e7919,_0x2b3ad4=await super[_0xaec626(0x350)]();return this[_0xaec626(0xb0)](this[_0xaec626(0x2c6)][_0xaec626(0x406)]((_0x4fc40f,_0x20d180)=>{const _0x160df8=_0xaec626;if(_0x4fc40f['type']!==_0x2809bc[_0x160df8(0x140)]||_0x20d180!=null&&_0x20d180['fromCollab']||_0x20d180!=null&&_0x20d180['onlyLocal'])return;const _0x39db99=_0x4fc40f[_0x160df8(0x244)];if((_0x39db99==null?void 0x0:_0x39db99['unitId'])!==this[_0x160df8(0x8b)])return;const _0x29d261=_0x4fc40f,_0x2aa0a0=this['_compressMutationService'][_0x160df8(0x25e)][_0x160df8(0x163)](this[_0x160df8(0x296)][_0x160df8(0x25e)][_0x160df8(0x32f)]()['COMPRESS_MUTATION_SEND'])([_0x29d261],null)||[_0x29d261];this[_0x160df8(0x2ff)](_0x2aa0a0[0x0]);})),_0x2b3ad4;}};is=Es([H(0x3,_0x557b7a(_0x5a5437)),H(0x4,_0x557b7a(q)),H(0x5,_0x557b7a(_0x2145c9)),H(0x6,_0x557b7a(_0x5e134c)),H(0x7,_0x557b7a(_0x39bde1)),H(0x8,_0x557b7a(vt)),H(0x9,_0x2f9740),H(0xa,_0x37f6d3),H(0xb,_0x4e3214),H(0xc,_0x4f30d5),H(0xd,_0x263588(Rt))],is);var Co=Object[_0x4e7919(0x13e)],Eo=Object[_0x4e7919(0x3a9)],bo=(_0x24e9f2,_0x2478e7,_0x567d05,_0x167eb2)=>{const _0x5c3e15=_0x4e7919;for(var _0x58983e=_0x167eb2>0x1?void 0x0:_0x167eb2?Eo(_0x2478e7,_0x567d05):_0x2478e7,_0x1271bf=_0x24e9f2[_0x5c3e15(0x126)]-0x1,_0x82ab50;_0x1271bf>=0x0;_0x1271bf--)(_0x82ab50=_0x24e9f2[_0x1271bf])&&(_0x58983e=(_0x167eb2?_0x82ab50(_0x2478e7,_0x567d05,_0x58983e):_0x82ab50(_0x58983e))||_0x58983e);return _0x167eb2&&_0x58983e&&Co(_0x2478e7,_0x567d05,_0x58983e),_0x58983e;},Lt=(_0x1538bb,_0x55ec58)=>(_0x51b012,_0x50251d)=>_0x55ec58(_0x51b012,_0x50251d,_0x1538bb);let it=class extends _0x15900e{constructor(_0x291e6e,_0x22f6f6,_0x3fe0bb){const _0x26e474=_0x4e7919;super(),g(this,'_entities',new Map()),g(this,_0x26e474(0x83),new _0x7a1bd7()),(this[_0x26e474(0x1e4)]=_0x291e6e,this[_0x26e474(0x106)]=_0x22f6f6,this[_0x26e474(0x29a)]=_0x3fe0bb,this[_0x26e474(0x350)]());}[_0x4e7919(0xc0)](){const _0x593808=_0x4e7919;super[_0x593808(0xc0)](),this[_0x593808(0x29c)][_0x593808(0x21b)](_0x614b6d=>_0x614b6d[_0x593808(0xc0)]()),this['_entities'][_0x593808(0x414)]();}['getCollabEntity'](_0x2a694a){const _0x1e23de=_0x4e7919;var _0x11ea5a;return(_0x11ea5a=this[_0x1e23de(0x29c)][_0x1e23de(0x16e)](_0x2a694a))!=null?_0x11ea5a:null;}[_0x4e7919(0x184)](_0x381cb2){const _0x5e2f08=_0x4e7919,_0x584fa7=this[_0x5e2f08(0x194)](_0x381cb2);return _0x584fa7?_0x2a024c(_0x584fa7):this[_0x5e2f08(0x83)][_0x5e2f08(0x210)](_0x27f80a(_0x5ab9a9=>_0x5ab9a9[_0x5e2f08(0x8b)]===_0x381cb2));}[_0x4e7919(0x350)](){const _0x501700=_0x4e7919;this[_0x501700(0x29a)][_0x501700(0x27d)](_0x470972[_0x501700(0x29f)])[_0x501700(0x210)](_0x234986(this[_0x501700(0x15d)]),_0x2b0474(0x10))[_0x501700(0x1f1)](async _0x2d2eeb=>{const _0x47e90a=_0x501700,_0x109157=_0x2d2eeb['getUnitId'](),_0x3cea74=await this[_0x47e90a(0x224)](_0x109157,ce['UNIVER_SHEET']);this['_entities'][_0x47e90a(0x2a0)](_0x109157,_0x3cea74);}),this[_0x501700(0x29a)][_0x501700(0x27d)](_0x470972[_0x501700(0x3ca)])[_0x501700(0x210)](_0x234986(this[_0x501700(0x15d)]),_0x2b0474(0x10))[_0x501700(0x210)](_0x27f80a(_0x21cd94=>!_0x21cd94[_0x501700(0x426)]()[_0x501700(0x164)]('__')))['subscribe'](async _0x5bc206=>{const _0x31fb28=_0x501700,_0x4e5bb6=_0x5bc206[_0x31fb28(0x426)](),_0x429b12=await this[_0x31fb28(0x224)](_0x4e5bb6,ce[_0x31fb28(0x3ca)]);this[_0x31fb28(0x29c)]['set'](_0x4e5bb6,_0x429b12);}),_0x365701(this[_0x501700(0x29a)]['getTypeOfUnitDisposed$'](_0x470972[_0x501700(0x29f)]),this[_0x501700(0x29a)][_0x501700(0x18c)](_0x470972['UNIVER_DOC']))[_0x501700(0x210)](_0x234986(this[_0x501700(0x15d)]))['subscribe'](_0x52a3ff=>{const _0x5ba1e2=_0x501700,_0x59a60c=_0x52a3ff[_0x5ba1e2(0x426)](),_0x442264=this['_entities'][_0x5ba1e2(0x16e)](_0x59a60c);_0x442264&&(_0x442264[_0x5ba1e2(0xc0)](),this['_entities']['delete'](_0x59a60c));});}async[_0x4e7919(0x224)](_0x643700,_0xb849f3){const _0xd5920e=_0x4e7919,_0x16aa30=await this[_0xd5920e(0x106)][_0xd5920e(0x386)](_0x643700),_0x5900fc=this[_0xd5920e(0x1e4)][_0xd5920e(0x2c9)](this['_getCtorByUniverType'](_0xb849f3),_0x643700,_0xb849f3,_0x16aa30);return await _0x5900fc[_0xd5920e(0x251)](),this[_0xd5920e(0x83)][_0xd5920e(0x409)](_0x5900fc),_0x5900fc;}[_0x4e7919(0xfd)](_0x309be1){const _0x5280e1=_0x4e7919;switch(_0x309be1){case ce[_0x5280e1(0x3ca)]:return ss;case ce['UNIVER_SHEET']:return is;default:throw new Error(_0x5280e1(0x349)+_0x309be1);}}};it=bo([Lt(0x0,_0x557b7a(_0x5a5437)),Lt(0x1,_0x557b7a(Ae)),Lt(0x2,_0x5e27bc)],it);const Gs=['purple300',_0x4e7919(0x2fb),'verdancy600',_0x4e7919(0x1a5),_0x4e7919(0x431),_0x4e7919(0x373)];class bs extends _0x4b38ce{constructor(){const _0x435ec8=_0x4e7919;super(...arguments),g(this,_0x435ec8(0xba),new Map()),g(this,_0x435ec8(0x1e3),0x0);}[_0x4e7919(0xa8)](_0x271036){const _0x3c44aa=_0x4e7919;if(this[_0x3c44aa(0xba)][_0x3c44aa(0x297)](_0x271036))return this[_0x3c44aa(0xba)][_0x3c44aa(0x16e)](_0x271036);const _0x319f3e=Gs[this[_0x3c44aa(0x1e3)]];return this[_0x3c44aa(0x1e3)]=(this[_0x3c44aa(0x1e3)]+0x1)%Gs[_0x3c44aa(0x126)],this[_0x3c44aa(0xba)][_0x3c44aa(0x2a0)](_0x271036,_0x319f3e),_0x319f3e;}}var To=Object[_0x4e7919(0x13e)],Ro=Object[_0x4e7919(0x3a9)],yo=(_0x4d0403,_0x1d068b,_0x165d2d,_0x2654ad)=>{const _0x564004=_0x4e7919;for(var _0x598302=_0x2654ad>0x1?void 0x0:_0x2654ad?Ro(_0x1d068b,_0x165d2d):_0x1d068b,_0x155e1a=_0x4d0403[_0x564004(0x126)]-0x1,_0x240f91;_0x155e1a>=0x0;_0x155e1a--)(_0x240f91=_0x4d0403[_0x155e1a])&&(_0x598302=(_0x2654ad?_0x240f91(_0x1d068b,_0x165d2d,_0x598302):_0x240f91(_0x598302))||_0x598302);return _0x2654ad&&_0x598302&&To(_0x1d068b,_0x165d2d,_0x598302),_0x598302;},Oe=(_0x248fca,_0x5beba6)=>(_0x3472e7,_0x48f68b)=>_0x5beba6(_0x3472e7,_0x48f68b,_0x248fca);const Oo=0x12c,wo=0x64;let ns=class extends _0x15900e{constructor(_0x5c5cc2,_0x5c8fbd,_0x5ed1af,_0x60c188,_0x1f3aba,_0x2ab83a,_0x2d25be,_0x191f2f,_0x107f9d){const _0xe6e59=_0x4e7919;super(),g(this,'_online',!0x1),g(this,'_init',!0x1),g(this,_0xe6e59(0x1db),new _0x524b68(new Map())),g(this,_0xe6e59(0x1e0),this[_0xe6e59(0x1db)][_0xe6e59(0x180)]()),g(this,_0xe6e59(0x13f),new _0x524b68([])),g(this,_0xe6e59(0x2b1),this[_0xe6e59(0x13f)]['pipe'](_0x4f25a9(Oo))),g(this,_0xe6e59(0x48b),_0x28300d(_0x5b13bd=>{const _0x54e28c=_0xe6e59,_0x4ad108={'eventID':_0xb7e982[_0x54e28c(0x483)],'data':{'unitID':this[_0x54e28c(0x8b)],'memberID':this[_0x54e28c(0x3e2)][_0x54e28c(0x3cd)](),'selection':Pi(_0x5b13bd)}};this[_0x54e28c(0x3e2)][_0x54e28c(0x7c)](_0x4ad108,this[_0x54e28c(0x8b)]);},wo)),(this[_0xe6e59(0x8b)]=_0x5c5cc2,this[_0xe6e59(0x3e2)]=_0x5c8fbd,this[_0xe6e59(0x1e4)]=_0x5ed1af,this['_colorAssignService']=_0x60c188,this[_0xe6e59(0x17d)]=_0x1f3aba,this[_0xe6e59(0x143)]=_0x2ab83a,this[_0xe6e59(0x2ac)]=_0x2d25be,this[_0xe6e59(0x29a)]=_0x191f2f,this[_0xe6e59(0x2c6)]=_0x107f9d);}get[_0x4e7919(0x1ec)](){const _0x1f0cd1=_0x4e7919;return this[_0x1f0cd1(0x1db)][_0x1f0cd1(0x358)]();}get['roomMembers'](){return this['_roomMembers$']['getValue']();}[_0x4e7919(0xc0)](){const _0x299dab=_0x4e7919;super[_0x299dab(0xc0)](),this[_0x299dab(0x1db)][_0x299dab(0x409)](new Map()),this['_cursorInfo$']['complete'](),this[_0x299dab(0x13f)][_0x299dab(0x409)]([]),this[_0x299dab(0x13f)]['complete']();}['init'](){const _0xc78999=_0x4e7919;this[_0xc78999(0x350)]||(this[_0xc78999(0x350)]=!0x0,this[_0xc78999(0x3e2)][_0xc78999(0x109)][_0xc78999(0x210)](_0x234986(this[_0xc78999(0x15d)]))['subscribe'](_0x2ef40f=>{const _0x39b493=_0xc78999;_0x2ef40f===ve[_0x39b493(0x28f)]?this['_toggleOnline']():this[_0x39b493(0x419)]();}),this['_session'][_0xc78999(0x16d)]['pipe'](_0x234986(this[_0xc78999(0x15d)]))['subscribe'](_0xbc038e=>{const _0x112be3=_0xc78999,_0x5933eb=_0xbc038e[_0x112be3(0x161)];_0x5933eb===_0xb7e982[_0x112be3(0x483)]&&this[_0x112be3(0x36f)](_0xbc038e),_0x5933eb===_0xb7e982[_0x112be3(0x348)]&&this[_0x112be3(0x117)](_0xbc038e);}),this[_0xc78999(0xb0)](this[_0xc78999(0x2c6)][_0xc78999(0x406)](_0x380447=>{const _0x1105b9=_0xc78999,_0x215b88=_0x380447['params'];_0x215b88!=null&&this[_0x1105b9(0x1c1)]&&_0x380447['id']===_0x3a05c0['id']&&_0x215b88[_0x1105b9(0x3e7)]===this[_0x1105b9(0x8b)]&&_0x215b88[_0x1105b9(0x32c)]===!0x1&&_0x215b88[_0x1105b9(0xc6)][_0x1105b9(0x126)]>0x0&&this[_0x1105b9(0x48b)](_0x215b88[_0x1105b9(0xc6)]);})),this[_0xc78999(0x143)]['collabCursorState$'][_0xc78999(0x210)](_0x234986(this[_0xc78999(0x15d)]))[_0xc78999(0x1f1)](_0x5c2568=>{const _0x500c8e=_0xc78999;if((_0x5c2568==null?void 0x0:_0x5c2568[_0x500c8e(0x8b)])!==this[_0x500c8e(0x8b)])return;const _0x3c5c81={'eventID':_0xb7e982[_0x500c8e(0x483)],'data':_0x5c2568};this['_onCursorUpdate'](_0x3c5c81);}),this[_0xc78999(0xb0)](this[_0xc78999(0x2c6)][_0xc78999(0x406)](_0x1b173d=>{const _0x595093=_0xc78999;if(_0x1b173d[_0x595093(0x244)]==null)return;const _0x5bed76=_0x1b173d[_0x595093(0x244)];if(_0x1b173d['id']!==_0x36d845['id']||_0x5bed76['unitId']!==this[_0x595093(0x8b)])return;const _0x29dc8a={'id':_0x595093(0x3b8),'params':_0x5bed76},_0x5bb3d2=this['cursorInfo'];for(const [_0x2ae0d6,_0x3887c4]of _0x5bb3d2){const _0x549592={'id':_0x595093(0x3b8),'params':{'unitId':this[_0x595093(0x8b)],'actions':null,'textRanges':_0x3887c4[_0x595093(0xc6)]}},_0x5a903c=this[_0x595093(0x2ac)][_0x595093(0x132)](_0x29dc8a,_0x549592,!0x1);if(_0x5bbb53(_0x5a903c))throw _0x5a903c[_0x595093(0x24d)];_0x5bb3d2[_0x595093(0x2a0)](_0x2ae0d6,{..._0x3887c4,'ranges':_0x5a903c['m2Prime'][_0x595093(0x244)][_0x595093(0x21d)]});}queueMicrotask(()=>{const _0x4e6d8e=_0x595093;this[_0x4e6d8e(0x1db)]['next'](_0x5bb3d2);});})));}[_0x4e7919(0x36f)](_0x8d6aab){const _0x433fbf=_0x4e7919;var _0x288deb,_0x226947;const {memberID:_0x53818d,selection:_0x270bb5}=_0x8d6aab[_0x433fbf(0x28a)],_0x3e0406=ho(_0x270bb5),_0x197b52=(_0x226947=(_0x288deb=this['_memberService']['getMember'](this['unitID'],_0x53818d))==null?void 0x0:_0x288deb['name'])!=null?_0x226947:_0x433fbf(0x2dd),_0x14315c={'color':this[_0x433fbf(0x1fd)]['assignAColorForMemberID'](_0x53818d),'name':_0x197b52,'ranges':_0x3e0406},_0x54b901=this['cursorInfo'];_0x54b901[_0x433fbf(0x2a0)](_0x53818d,_0x14315c),this['_cursorInfo$'][_0x433fbf(0x409)](_0x54b901);}[_0x4e7919(0x117)](_0x5b9499){const _0x2f9811=_0x4e7919,{memberID:_0x353d5c}=_0x5b9499[_0x2f9811(0x28a)],_0xcf02da=this['cursorInfo'];_0xcf02da[_0x2f9811(0x15f)](_0x353d5c),this[_0x2f9811(0x1db)][_0x2f9811(0x409)](_0xcf02da);}[_0x4e7919(0x3d2)](){const _0x71e09=_0x4e7919;var _0x2013e6;if(this[_0x71e09(0x1c1)]=!0x0,((_0x2013e6=this[_0x71e09(0x29a)][_0x71e09(0x41f)]())==null?void 0x0:_0x2013e6[_0x71e09(0x426)]())!==this[_0x71e09(0x8b)])return;const _0x4a1f4c=this[_0x71e09(0x1e4)][_0x71e09(0x16e)](_0x5c70ee)['getDocRanges']();Array[_0x71e09(0x1a9)](_0x4a1f4c)&&_0x4a1f4c[_0x71e09(0x126)]>0x0&&this[_0x71e09(0x48b)](_0x4a1f4c);}[_0x4e7919(0x419)](){const _0x4f9e9=_0x4e7919;this[_0x4f9e9(0x1c1)]=!0x1;}};ns=yo([Oe(0x2,_0x557b7a(_0x5a5437)),Oe(0x3,_0x557b7a(bs)),Oe(0x4,_0x557b7a(Ne)),Oe(0x5,_0x557b7a(Cs)),Oe(0x6,_0xd1dd82),Oe(0x7,_0x5e27bc),Oe(0x8,_0x37f6d3)],ns);var Do=Object[_0x4e7919(0x13e)],Po=Object[_0x4e7919(0x3a9)],Uo=(_0x2de317,_0x53c554,_0x43f792,_0x5b07ff)=>{const _0x2ecb36=_0x4e7919;for(var _0x374906=_0x5b07ff>0x1?void 0x0:_0x5b07ff?Po(_0x53c554,_0x43f792):_0x53c554,_0x5b143e=_0x2de317[_0x2ecb36(0x126)]-0x1,_0x55dc0f;_0x5b143e>=0x0;_0x5b143e--)(_0x55dc0f=_0x2de317[_0x5b143e])&&(_0x374906=(_0x5b07ff?_0x55dc0f(_0x53c554,_0x43f792,_0x374906):_0x55dc0f(_0x374906))||_0x374906);return _0x5b07ff&&_0x374906&&Do(_0x53c554,_0x43f792,_0x374906),_0x374906;},Be=(_0xe55145,_0x440d20)=>(_0x2f22a9,_0x453f57)=>_0x440d20(_0x2f22a9,_0x453f57,_0xe55145);const No=0x12c,Ao=0x64,Mo=()=>{let _0x10d221=[],_0x418df3=!0x1;return _0x2d4d75=>{const _0x21160b=_0x5ed9;_0x10d221[_0x21160b(0x209)](_0x2d4d75),_0x418df3||(_0x418df3=!0x0,setTimeout(()=>{const _0x1d044a=_0x21160b;_0x10d221[_0x1d044a(0x21b)](_0x1cfb2a=>_0x1cfb2a()),_0x10d221=[],_0x418df3=!0x1;}));};};let rs=class extends _0x15900e{constructor(_0x7cc70,_0x59e2f4,_0x24ab99,_0x3da043,_0x1f42b5,_0x34cbbf,_0x205dbc,_0x2b861d){const _0x2145e2=_0x4e7919;super(),g(this,'_online',!0x1),g(this,'_init',!0x1),g(this,'_cursorInfo$',new _0x524b68(new Map())),g(this,_0x2145e2(0x1e0),this['_cursorInfo$'][_0x2145e2(0x180)]()),g(this,_0x2145e2(0x13f),new _0x524b68([])),g(this,'roomMembers$',this[_0x2145e2(0x13f)][_0x2145e2(0x210)](_0x4f25a9(No))),g(this,_0x2145e2(0x48b),_0x28300d((_0x3de9ef,_0xa867bc)=>{const _0x2c96ac=_0x2145e2,_0x1e502e={'eventID':_0xb7e982[_0x2c96ac(0x483)],'data':{'unitID':this['unitID'],'memberID':this[_0x2c96ac(0x3e2)][_0x2c96ac(0x3cd)](),'selection':_0x3e9623(_0x3de9ef,_0xa867bc['range'])}};this[_0x2c96ac(0x3e2)][_0x2c96ac(0x7c)](_0x1e502e,this[_0x2c96ac(0x8b)]);},Ao)),(this[_0x2145e2(0x8b)]=_0x7cc70,this['_session']=_0x59e2f4,this[_0x2145e2(0x1e4)]=_0x24ab99,this[_0x2145e2(0x1fd)]=_0x3da043,this[_0x2145e2(0x17d)]=_0x1f42b5,this[_0x2145e2(0x29a)]=_0x34cbbf,this[_0x2145e2(0x2c6)]=_0x205dbc,this[_0x2145e2(0x92)]=_0x2b861d);}get['cursorInfo'](){const _0x2aece0=_0x4e7919;return this[_0x2aece0(0x1db)]['getValue']();}get[_0x4e7919(0x1d4)](){const _0x1b5633=_0x4e7919;return this['_roomMembers$'][_0x1b5633(0x358)]();}[_0x4e7919(0xc0)](){const _0x6c874a=_0x4e7919;super[_0x6c874a(0xc0)](),this['_cursorInfo$'][_0x6c874a(0x409)](new Map()),this[_0x6c874a(0x1db)]['complete'](),this[_0x6c874a(0x13f)]['next']([]),this[_0x6c874a(0x13f)]['complete']();}[_0x4e7919(0x251)](){const _0x34d678=_0x4e7919;this[_0x34d678(0x350)]||(this[_0x34d678(0x350)]=!0x0,this[_0x34d678(0x3e2)][_0x34d678(0x109)][_0x34d678(0x210)](_0x234986(this[_0x34d678(0x15d)]))[_0x34d678(0x1f1)](_0x14aa6f=>{const _0x5e2fbf=_0x34d678;_0x14aa6f===ve[_0x5e2fbf(0x28f)]?this['_toggleOnline']():this['_toggleOffline']();}),this['_session'][_0x34d678(0x16d)][_0x34d678(0x210)](_0x234986(this[_0x34d678(0x15d)]))[_0x34d678(0x1f1)](_0x189ff9=>{const _0x26e76e=_0x34d678,_0x5b2803=_0x189ff9['eventID'];_0x5b2803===_0xb7e982['UPDATE_CURSOR']&&this[_0x26e76e(0x36f)](_0x189ff9),_0x5b2803===_0xb7e982[_0x26e76e(0x348)]&&this[_0x26e76e(0x117)](_0x189ff9);}),this[_0x34d678(0x3de)](),this[_0x34d678(0xb0)](this[_0x34d678(0x2c6)][_0x34d678(0x406)](_0x22d0a9=>{const _0x3dc77c=_0x34d678;if(this['_online']&&_0x22d0a9['id']===_0x3d4acc['id']&&_0x22d0a9['params'][_0x3dc77c(0x3e7)]===this[_0x3dc77c(0x8b)]){const _0x304292=_0x22d0a9[_0x3dc77c(0x244)];this[_0x3dc77c(0x48b)](_0x304292['subUnitId'],_0x304292['selections'][0x0]);}})));}[_0x4e7919(0x36f)](_0x5da1b7){const _0x57a5d3=_0x4e7919;var _0xe4c9c1,_0x25e27d;const {memberID:_0x34d958,selection:_0x5ae57c}=_0x5da1b7['data'],{sheetName:_0x387182,range:_0x25faa7}=_0x5bdf02(_0x5ae57c),_0x1e68aa={'name':(_0x25e27d=(_0xe4c9c1=this[_0x57a5d3(0x17d)]['getMember'](this['unitID'],_0x34d958))==null?void 0x0:_0xe4c9c1['name'])!=null?_0x25e27d:_0x57a5d3(0x2dd),'range':this[_0x57a5d3(0x11f)](_0x387182,_0x25faa7),'sheetID':_0x387182,'color':this[_0x57a5d3(0x1fd)][_0x57a5d3(0xa8)](_0x34d958),'selection':_0x5ae57c},_0x2a4c8d=this[_0x57a5d3(0x1ec)];_0x2a4c8d['set'](_0x34d958,_0x1e68aa),this[_0x57a5d3(0x1db)][_0x57a5d3(0x409)](_0x2a4c8d);}[_0x4e7919(0x117)](_0x82ef14){const _0x1b26f9=_0x4e7919,{memberID:_0x16d646}=_0x82ef14[_0x1b26f9(0x28a)],_0x57db17=this[_0x1b26f9(0x1ec)];_0x57db17['delete'](_0x16d646),this[_0x1b26f9(0x1db)][_0x1b26f9(0x409)](_0x57db17);}[_0x4e7919(0x11f)](_0x45b005,_0x41bc1e){const _0x49b226=_0x4e7919;var _0x5c84e8,_0x2156b9;const _0x13a08d=(_0x2156b9=(_0x5c84e8=this[_0x49b226(0x29a)][_0x49b226(0x2e1)](this[_0x49b226(0x8b)]))==null?void 0x0:_0x5c84e8[_0x49b226(0x2c3)](_0x45b005))==null?void 0x0:_0x2156b9[_0x49b226(0x1dd)]();return(_0x13a08d==null?void 0x0:_0x13a08d[_0x49b226(0x22a)](_0x26521d=>_0x1b7c4d[_0x49b226(0x45b)](_0x26521d,_0x41bc1e)))||_0x41bc1e;}[_0x4e7919(0x3de)](){const _0x5d8a32=_0x4e7919,_0x460b27=new _0x1eefc9(),_0x53e689=Mo(),_0x3902f2=()=>{const _0x374cf6=_0x5ed9;_0x460b27[_0x374cf6(0xc0)]();const _0x106e9e=(_0x59efe2,_0x23f8cb,_0x57b0d6,_0x18a4ae)=>{const _0x55adf5=_0x374cf6;let _0x1241dd=[];switch(_0x59efe2['id']){case _0x270c40[_0x55adf5(0x3b7)]:{_0x1241dd=_0xebe455(_0x59efe2,_0x18a4ae);break;}case _0x270c40[_0x55adf5(0x2a9)]:{_0x1241dd=_0x471763(_0x59efe2,_0x18a4ae);break;}case _0x270c40[_0x55adf5(0x263)]:{_0x1241dd=_0x40fdf9(_0x59efe2,_0x18a4ae);break;}case _0x270c40[_0x55adf5(0x328)]:{_0x1241dd=_0x1dc6d5(_0x59efe2,_0x18a4ae);break;}case _0x270c40[_0x55adf5(0xd9)]:{_0x1241dd=_0x6e61e4(_0x59efe2,_0x18a4ae);break;}case _0x270c40[_0x55adf5(0x2b0)]:{_0x1241dd=_0x5c2462(_0x59efe2,_0x18a4ae);break;}case _0x270c40[_0x55adf5(0xe6)]:{_0x1241dd=_0x1ff957(_0x59efe2,_0x18a4ae);break;}case _0x270c40[_0x55adf5(0x45c)]:{_0x1241dd=_0x33fa28(_0x59efe2,_0x18a4ae);break;}case _0x270c40[_0x55adf5(0x2b3)]:{_0x1241dd=_0x3820ed(_0x59efe2,_0x18a4ae);break;}}const _0x344ded=_0x3d211e(_0x1241dd,_0x18a4ae),_0x12a3ea=this[_0x55adf5(0x1ec)]['get'](_0x23f8cb);if(_0x12a3ea&&_0x344ded){const _0x260900={..._0x12a3ea,'range':_0x344ded};this[_0x55adf5(0x1ec)]['set'](_0x23f8cb,_0x260900),_0x53e689(()=>{const _0xb0eace=_0x55adf5,_0x4f5b6f=this[_0xb0eace(0x92)][_0xb0eace(0x1a2)](_0x344ded,_0x34b87d=>(_0x4f5b6f[_0xb0eace(0xc0)](),_0x106e9e(_0x34b87d,_0x23f8cb,_0x57b0d6,_0x344ded)));_0x460b27['add'](_0x4f5b6f);});}return{'redos':[],'undos':[]};};this[_0x374cf6(0x1ec)][_0x374cf6(0x21b)]((_0x2413d6,_0x11e789)=>{const _0x4aee5b=_0x374cf6,{range:_0x1edc53,sheetID:_0x52b4dc}=_0x2413d6,_0x1cac51=this[_0x4aee5b(0x92)][_0x4aee5b(0x1a2)](_0x1edc53,_0x37dc2d=>(_0x1cac51['dispose'](),_0x106e9e(_0x37dc2d,_0x11e789,_0x52b4dc,_0x1edc53)));_0x460b27['add'](_0x1cac51);});};this['disposeWithMe'](_0x290028(this[_0x5d8a32(0x1db)][_0x5d8a32(0x1f1)](()=>{_0x3902f2();})));}[_0x4e7919(0x3d2)](){const _0x43074e=_0x4e7919;var _0x560cba,_0x57f58d;if(this[_0x43074e(0x1c1)]=!0x0,((_0x560cba=this[_0x43074e(0x29a)]['getFocusedUnit']())==null?void 0x0:_0x560cba[_0x43074e(0x426)]())!==this['unitID'])return;const _0x256936=(_0x57f58d=this[_0x43074e(0x1e4)]['get'](_0x36bb55)[_0x43074e(0x137)]())==null?void 0x0:_0x57f58d[0x0],_0x1cb451=this[_0x43074e(0x29a)][_0x43074e(0x2d4)](_0x470972[_0x43074e(0x29f)])[_0x43074e(0x45e)]();_0x256936&&_0x1cb451&&this[_0x43074e(0x48b)](_0x1cb451[_0x43074e(0x201)](),_0x256936);}[_0x4e7919(0x419)](){this['_online']=!0x1;}};rs=Uo([Be(0x2,_0x557b7a(_0x5a5437)),Be(0x3,_0x557b7a(bs)),Be(0x4,_0x557b7a(Ne)),Be(0x5,_0x5e27bc),Be(0x6,_0x37f6d3),Be(0x7,_0x557b7a(_0x23b4a0))],rs);var xo=Object[_0x4e7919(0x13e)],Lo=Object[_0x4e7919(0x3a9)],$o=(_0x522267,_0x1b94a2,_0x51dbb9,_0x31fc5c)=>{const _0x5bf214=_0x4e7919;for(var _0xbceb57=_0x31fc5c>0x1?void 0x0:_0x31fc5c?Lo(_0x1b94a2,_0x51dbb9):_0x1b94a2,_0x1b40b0=_0x522267[_0x5bf214(0x126)]-0x1,_0x23ce99;_0x1b40b0>=0x0;_0x1b40b0--)(_0x23ce99=_0x522267[_0x1b40b0])&&(_0xbceb57=(_0x31fc5c?_0x23ce99(_0x1b94a2,_0x51dbb9,_0xbceb57):_0x23ce99(_0xbceb57))||_0xbceb57);return _0x31fc5c&&_0xbceb57&&xo(_0x1b94a2,_0x51dbb9,_0xbceb57),_0xbceb57;},$t=(_0x591651,_0x48db23)=>(_0x43dc94,_0x364408)=>_0x48db23(_0x43dc94,_0x364408,_0x591651);let Ve=class extends _0x15900e{constructor(_0x52de1d,_0xb0b93b,_0x3b5348){const _0x534a05=_0x4e7919;super(),g(this,_0x534a05(0x29c),new Map()),g(this,_0x534a05(0x83),new _0x7a1bd7()),(this[_0x534a05(0x29a)]=_0x52de1d,this[_0x534a05(0x1e4)]=_0xb0b93b,this[_0x534a05(0x106)]=_0x3b5348,this[_0x534a05(0x350)]());}[_0x4e7919(0xc0)](){const _0x3b671c=_0x4e7919;super[_0x3b671c(0xc0)](),this[_0x3b671c(0x83)][_0x3b671c(0x40f)](),this[_0x3b671c(0x29c)][_0x3b671c(0x21b)](_0x1db002=>_0x1db002[_0x3b671c(0xc0)]());}[_0x4e7919(0x314)](_0x53acff){const _0x51bdfe=_0x4e7919;return this[_0x51bdfe(0x29c)]['has'](_0x53acff)?this[_0x51bdfe(0x29c)]['get'](_0x53acff)[_0x51bdfe(0x1e0)]:this[_0x51bdfe(0x83)]['pipe'](_0x238f7b(_0x380ca1=>_0x380ca1[_0x51bdfe(0x8b)]===_0x53acff),_0x6ad44a(_0x105a37=>_0x105a37[_0x51bdfe(0x1e0)]));}[_0x4e7919(0x350)](){const _0x31ca86=_0x4e7919;this[_0x31ca86(0x29a)]['getTypeOfUnitAdded$'](_0x470972[_0x31ca86(0x29f)])[_0x31ca86(0x210)](_0x234986(this[_0x31ca86(0x15d)]))['subscribe'](async _0x1e9c68=>{const _0x2d2807=_0x31ca86,_0x5df571=_0x1e9c68['getUnitId'](),_0xf3150a=await this['_startSheetCollabCursor'](_0x5df571);this[_0x2d2807(0x83)][_0x2d2807(0x409)](_0xf3150a),this[_0x2d2807(0x29c)][_0x2d2807(0x2a0)](_0x5df571,_0xf3150a);}),this['_univerInstanceService'][_0x31ca86(0x27d)](_0x470972['UNIVER_DOC'])['pipe'](_0x234986(this[_0x31ca86(0x15d)]))[_0x31ca86(0x210)](_0x238f7b(_0x3e4e70=>!_0x3e4e70[_0x31ca86(0x426)]()[_0x31ca86(0x164)]('__')))[_0x31ca86(0x1f1)](async _0x88e3f=>{const _0x2f7a85=_0x31ca86,_0x51a226=_0x88e3f['getUnitId'](),_0x42e66e=await this[_0x2f7a85(0x262)](_0x51a226);this['_entityInit$'][_0x2f7a85(0x409)](_0x42e66e),this[_0x2f7a85(0x29c)]['set'](_0x51a226,_0x42e66e);}),_0x365701(this['_univerInstanceService'][_0x31ca86(0x18c)](_0x470972[_0x31ca86(0x3ca)]),this[_0x31ca86(0x29a)][_0x31ca86(0x18c)](_0x470972[_0x31ca86(0x29f)]))[_0x31ca86(0x210)](_0x234986(this['dispose$']))[_0x31ca86(0x1f1)](_0x3201e3=>{const _0x370e72=_0x31ca86,_0x313adf=_0x3201e3[_0x370e72(0x426)](),_0x2bb1cc=this[_0x370e72(0x29c)][_0x370e72(0x16e)](_0x313adf);_0x2bb1cc&&(_0x2bb1cc[_0x370e72(0xc0)](),this[_0x370e72(0x29c)][_0x370e72(0x15f)](_0x313adf));});}async[_0x4e7919(0x37e)](_0x10e69c){const _0x54b9f7=_0x4e7919,_0x11d8ac=await this[_0x54b9f7(0x106)][_0x54b9f7(0x386)](_0x10e69c),_0x2d2a85=this[_0x54b9f7(0x1e4)][_0x54b9f7(0x2c9)](rs,_0x10e69c,_0x11d8ac);return _0x2d2a85[_0x54b9f7(0x251)](),_0x2d2a85;}async[_0x4e7919(0x262)](_0x2bb8f6){const _0xa5b4a9=_0x4e7919,_0x3075df=await this['_collabSessionService'][_0xa5b4a9(0x386)](_0x2bb8f6),_0x298c5b=this[_0xa5b4a9(0x1e4)][_0xa5b4a9(0x2c9)](ns,_0x2bb8f6,_0x3075df);return _0x298c5b[_0xa5b4a9(0x251)](),_0x298c5b;}};Ve=$o([$t(0x0,_0x5e27bc),$t(0x1,_0x557b7a(_0x5a5437)),$t(0x2,_0x557b7a(Ae))],Ve);const nt=0x14,Ys=0xc8,Ht=0x4,Ho=0x5;function jo(_0x35174f,_0x26d46b){const _0x4f73ef=_0x4e7919;let {radius:_0x1ed141,width:_0x3d0284,height:_0x115cd3}=_0x26d46b;_0x1ed141=_0x1ed141!=null?_0x1ed141:0x0,_0x3d0284=_0x3d0284!=null?_0x3d0284:0x1e,_0x115cd3=_0x115cd3!=null?_0x115cd3:0x1e;let _0x120788=0x0,_0x5db4e=0x0,_0x3f9079=0x0;_0x120788=_0x5db4e=_0x3f9079=Math['min'](_0x1ed141,_0x3d0284/0x2,_0x115cd3/0x2),_0x35174f['beginPath'](),_0x35174f[_0x4f73ef(0x43c)](_0x120788,0x0),_0x35174f[_0x4f73ef(0x2ef)](_0x3d0284-_0x5db4e,0x0),_0x35174f[_0x4f73ef(0x43a)](_0x3d0284-_0x5db4e,_0x5db4e,_0x5db4e,Math['PI']*0x3/0x2,0x0,!0x1),_0x35174f[_0x4f73ef(0x2ef)](_0x3d0284,_0x115cd3-_0x3f9079),_0x35174f[_0x4f73ef(0x43a)](_0x3d0284-_0x3f9079,_0x115cd3-_0x3f9079,_0x3f9079,0x0,Math['PI']/0x2,!0x1),_0x35174f[_0x4f73ef(0x2ef)](0x0,_0x115cd3),_0x35174f['lineTo'](0x0,_0x120788),_0x35174f[_0x4f73ef(0x43a)](_0x120788,_0x120788,_0x120788,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x35174f[_0x4f73ef(0x418)](),_0x26d46b['fill']&&(_0x35174f[_0x4f73ef(0xb8)](),_0x35174f['fillStyle']=_0x26d46b[_0x4f73ef(0x186)],_0x26d46b[_0x4f73ef(0x429)]===_0x4f73ef(0x1c5)?_0x35174f[_0x4f73ef(0x186)]('evenodd'):_0x35174f[_0x4f73ef(0x186)](),_0x35174f[_0x4f73ef(0x37f)]());}class yt extends _0x41c73d{constructor(_0x3627d4,_0x19dd41){const _0x2e1cb7=_0x4e7919;super(_0x3627d4,_0x19dd41),g(this,_0x2e1cb7(0x26b)),g(this,_0x2e1cb7(0x93)),(this[_0x2e1cb7(0x26b)]=_0x19dd41==null?void 0x0:_0x19dd41[_0x2e1cb7(0x26b)],this[_0x2e1cb7(0x93)]=_0x19dd41==null?void 0x0:_0x19dd41[_0x2e1cb7(0x93)]);}static[_0x4e7919(0x3f2)](_0x1eb7b7,_0x2df11b){const _0xce39ad=_0x4e7919,{text:_0x35bdfc,color:_0x73b763}=_0x2df11b;_0x1eb7b7[_0xce39ad(0xb8)](),_0x1eb7b7[_0xce39ad(0x2c1)]=_0xce39ad(0x3fe);const _0x4b56cf=_0x1eb7b7[_0xce39ad(0x15e)](_0x35bdfc)[_0xce39ad(0x471)],_0xb349d1=Math['min'](_0x4b56cf+0x2*Ht,Ys);jo(_0x1eb7b7,{'height':nt,'radius':0x4,'width':_0xb349d1,'fill':_0x73b763,'evented':!0x1}),_0x1eb7b7[_0xce39ad(0x219)]='#FFF';const _0x1bf4cd=Ht,_0x49c57c=nt-Ho,_0x39209a=Ys-0x2*Ht;if(_0x4b56cf>_0x39209a){let _0x1b0a8d='',_0x53f7b2=0x0;for(const _0x3e66a of _0x35bdfc){const _0x5f35da=_0x1eb7b7[_0xce39ad(0x15e)](_0x3e66a)['width'];if(_0x53f7b2+_0x5f35da<=_0x39209a-_0x1eb7b7[_0xce39ad(0x15e)]('...')[_0xce39ad(0x471)])_0x1b0a8d+=_0x3e66a,_0x53f7b2+=_0x5f35da;else{_0x1b0a8d+=_0xce39ad(0x432);break;}}_0x1eb7b7[_0xce39ad(0x1fa)](_0x1b0a8d,_0x1bf4cd,_0x49c57c);}else _0x1eb7b7[_0xce39ad(0x1fa)](_0x35bdfc,_0x1bf4cd,_0x49c57c);_0x1eb7b7[_0xce39ad(0x37f)]();}[_0x4e7919(0x249)](_0x23ac69){yt['drawWith'](_0x23ac69,this);}}const jt='collab-text-anchor-',Bo=_0x4e7919(0xdd),ko=_0x4e7919(0x19c),Je=0x6,Wo=1.5,Bt=0x4,Fo=1.5,Vo=_0x4e7919(0x343);class Ks{constructor(_0x31544b,_0x3662fd,_0x5c9110,_0x598f71){const _0x29895a=_0x4e7919;g(this,_0x29895a(0x41a),[]),g(this,_0x29895a(0x292),null),g(this,_0x29895a(0x3a8),null),g(this,_0x29895a(0x335),null),g(this,'_hideTimer',null),g(this,_0x29895a(0x271),null),(this[_0x29895a(0x146)]=_0x31544b,this[_0x29895a(0x2db)]=_0x3662fd,this[_0x29895a(0x2bb)]=_0x5c9110,this['_document']=_0x598f71,this[_0x29895a(0x34e)]());}set['_hover'](_0x15c07c){const _0x17d253=_0x4e7919;_0x15c07c?(this['_anchorDot']&&this[_0x17d253(0x335)][_0x17d253(0x231)](),this[_0x17d253(0x3a8)]&&this[_0x17d253(0x3a8)][_0x17d253(0x243)]()):(this[_0x17d253(0x335)]&&this['_anchorDot']['show'](),this[_0x17d253(0x3a8)]&&this[_0x17d253(0x3a8)]['hide']());}[_0x4e7919(0xc0)](){const _0x2cefd1=_0x4e7919;for(const _0x538183 of this[_0x2cefd1(0x41a)])_0x538183[_0x2cefd1(0xc0)]();this[_0x2cefd1(0x3a8)]&&this[_0x2cefd1(0x3a8)]['dispose'](),this[_0x2cefd1(0x335)]&&this['_anchorDot'][_0x2cefd1(0xc0)](),this[_0x2cefd1(0x292)]&&this[_0x2cefd1(0x292)][_0x2cefd1(0xc0)](),this[_0x2cefd1(0x271)]&&this[_0x2cefd1(0x271)]();}[_0x4e7919(0x34e)](){const _0x230bc7=_0x4e7919;var _0x51c9f1;const {_docSkeleton:_0xd5fac1,_document:_0x49e38d}=this,{color:_0x226df9,name:_0x2523ac,ranges:_0x1ced85}=this[_0x230bc7(0x146)],_0x10edbc=_0x49e38d[_0x230bc7(0x1b4)](),{docsLeft:_0x2f6758,docsTop:_0x34a9a2}=_0x10edbc,_0x18f508=new _0x26a44f(_0x10edbc,_0xd5fac1);for(const {startOffset:_0x214f5a,endOffset:_0x3aa4ac,rangeType:_0x326919,segmentId:_0x6bf680,segmentPage:_0x2aab48,collapsed:_0x5cc1cd,isActive:_0x1ab06f}of _0x1ced85){const _0x3789ea=_0xd5fac1[_0x230bc7(0xf5)](_0x214f5a,!0x0,_0x6bf680,_0x2aab48);let _0x4b97e3=_0xd5fac1[_0x230bc7(0xf5)](_0x3aa4ac,!0x0,_0x6bf680,_0x2aab48);if(_0x4b97e3==null&&(_0x4b97e3=_0xd5fac1['findNodePositionByCharIndex'](_0x3aa4ac-0x1,!0x1,_0x6bf680,_0x2aab48)),_0x1ab06f){const {contentBoxPointGroup:_0x382555}=_0x18f508[_0x230bc7(0x402)](_0x4b97e3,_0x4b97e3);if(_0x382555[_0x230bc7(0x126)]===0x0)continue;this[_0x230bc7(0x23e)](_0x226df9,_0x382555,_0x2f6758,_0x34a9a2,_0x2523ac),this['_eventUnsubscribe']=this['_handleHover']();}if(_0x3789ea&&_0x4b97e3){if(_0x326919===_0x5c08e3[_0x230bc7(0x3f5)]){const _0x289c44=new _0x280a98(_0x10edbc,_0xd5fac1),{pointGroup:_0xa2841b}=(_0x51c9f1=_0x289c44['getRangePointData'](_0x3789ea,_0x4b97e3))!=null?_0x51c9f1:{};if(_0xa2841b==null||_0xa2841b[_0x230bc7(0x126)]===0x0)continue;this[_0x230bc7(0x17e)](_0x226df9,_0xa2841b,_0x2f6758,_0x34a9a2);}else{if(!_0x5cc1cd){const {borderBoxPointGroup:_0x373b64}=_0x18f508['getRangePointData'](_0x3789ea,_0x4b97e3);if(_0x373b64[_0x230bc7(0x126)]===0x0)continue;this[_0x230bc7(0x3c8)](_0x226df9,_0x373b64,_0x2f6758,_0x34a9a2);}}}}}[_0x4e7919(0x23e)](_0x4bb0af,_0xd3afba,_0x59a18,_0xff7c72,_0x553616){const _0x4df97a=_0x4e7919,_0x30d8c6=this['_getAnchorBounding'](_0xd3afba),{left:_0x26df26,top:_0x4d1819,height:_0x92268}=_0x30d8c6,_0x4db7be=this[_0x4df97a(0x3f0)](),_0x3ac4cd=Fo/_0x4db7be,_0x23c3ad=new _0x1b9705(jt+_0x162500[_0x4df97a(0x34b)](Je),{'left':_0x26df26+_0x59a18-_0x3ac4cd,'top':_0x4d1819+_0xff7c72,'height':_0x92268,'width':Wo,'fill':_0x4bb0af||_0x12aeda(_0x32fcb3['black'],0x0),'strokeWidth':_0x3ac4cd,'stroke':Vo,'evented':!0x0});this[_0x4df97a(0x292)]=_0x23c3ad,this[_0x4df97a(0x2db)]['addObject'](_0x23c3ad,_0x4c8fab);const _0x1596ec=new _0x1b9705(jt+_0x162500['generateRandomId'](Je),{'left':_0x26df26+_0x59a18-_0x3ac4cd,'top':_0x4d1819+_0xff7c72-Bt/0x2,'height':Bt,'width':Bt,'fill':_0x4bb0af||_0x12aeda(_0x32fcb3[_0x4df97a(0x102)],0x0),'strokeWidth':0x0,'stroke':_0x4bb0af||_0x12aeda(_0x32fcb3[_0x4df97a(0x102)],0x0),'evented':!0x1});this[_0x4df97a(0x335)]=_0x1596ec,this[_0x4df97a(0x2db)][_0x4df97a(0x35b)](_0x1596ec,_0x4c8fab);const _0xc5ef33=new yt(jt+_0x162500[_0x4df97a(0x34b)](Je),{'left':_0x26df26+_0x59a18-_0x3ac4cd,'top':_0x4d1819+_0xff7c72-nt,'text':_0x553616,'color':_0x4bb0af});this['_textBubble']=_0xc5ef33,this[_0x4df97a(0x2db)][_0x4df97a(0x35b)](_0xc5ef33,_0x4c8fab),this[_0x4df97a(0x133)]=!0x1;}[_0x4e7919(0x154)](){const _0x272b89=_0x4e7919,_0x218473=this[_0x272b89(0x292)][_0x272b89(0x1c4)][_0x272b89(0x278)](()=>{const _0x548388=_0x272b89;this[_0x548388(0x133)]=!0x0;}),_0x557942=this[_0x272b89(0x292)]['onPointerLeave$'][_0x272b89(0x278)](()=>{const _0x3c9947=_0x272b89;this[_0x3c9947(0x252)]&&clearTimeout(this[_0x3c9947(0x252)]),this[_0x3c9947(0x252)]=setTimeout(()=>{const _0x565e74=_0x3c9947;this[_0x565e74(0x133)]=!0x1;},0x7d0);});return()=>{const _0x9f4b1=_0x272b89;_0x218473[_0x9f4b1(0x155)](),_0x557942[_0x9f4b1(0x155)]();};}[_0x4e7919(0x3c8)](_0x4ea723,_0x5eebf2,_0xe2497a,_0x3afb27){const _0x4b8c6a=_0x4e7919,_0x4693fb=new _0xdc4b2c(_0x4ea723)[_0x4b8c6a(0x17f)](0.2)['toRgbString'](),_0x420ef5=new _0x17397d(Bo+_0x162500[_0x4b8c6a(0x34b)](Je),{'pointsGroup':_0x5eebf2,'fill':_0x4693fb||_0x12aeda(_0x32fcb3[_0x4b8c6a(0x102)],0.2),'left':_0xe2497a,'top':_0x3afb27,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x4b8c6a(0x41a)]['push'](_0x420ef5),this['_scene']['addObject'](_0x420ef5,_0x4c8fab);}['_drawRectRange'](_0x459f7f,_0x3c0131,_0x560e1c,_0x492a71){const _0x252d60=_0x4e7919,_0x3d5927=new _0xdc4b2c(_0x459f7f)['setAlpha'](0.2)[_0x252d60(0x127)](),_0x55f082=new _0x17397d(ko+_0x162500['generateRandomId'](Je),{'pointsGroup':_0x3c0131,'fill':_0x3d5927||_0x12aeda(_0x32fcb3['black'],0.2),'left':_0x560e1c,'top':_0x492a71,'evented':!0x1,'debounceParentDirty':!0x1});this['_shapes']['push'](_0x55f082),this['_scene'][_0x252d60(0x35b)](_0x55f082,_0x4c8fab);}[_0x4e7919(0x12b)](_0x88535f){const _0x53dd49=_0x88535f[0x0],_0x22fef3=_0x53dd49[0x0],_0xc6f9b1=_0x53dd49[0x2],{x:_0x5c9cea,y:_0x5e0cbe}=_0x22fef3,{x:_0x113a17,y:_0x367ad6}=_0xc6f9b1;return{'left':_0x5c9cea,'top':_0x5e0cbe,'width':_0x113a17-_0x5c9cea,'height':_0x367ad6-_0x5e0cbe};}[_0x4e7919(0x3f0)](){const _0xf2804c=_0x4e7919,{scaleX:_0x463c2a,scaleY:_0x20a4b4}=this['_scene'][_0xf2804c(0x94)]();return Math[_0xf2804c(0x384)](_0x463c2a,_0x20a4b4);}}var Go=Object['defineProperty'],Yo=Object['getOwnPropertyDescriptor'],Ko=(_0x2337c8,_0x5abfb1,_0x48ccc3,_0x13f7f5)=>{const _0x557597=_0x4e7919;for(var _0x443308=_0x13f7f5>0x1?void 0x0:_0x13f7f5?Yo(_0x5abfb1,_0x48ccc3):_0x5abfb1,_0x14016f=_0x2337c8[_0x557597(0x126)]-0x1,_0x1c8e48;_0x14016f>=0x0;_0x14016f--)(_0x1c8e48=_0x2337c8[_0x14016f])&&(_0x443308=(_0x13f7f5?_0x1c8e48(_0x5abfb1,_0x48ccc3,_0x443308):_0x1c8e48(_0x443308))||_0x443308);return _0x13f7f5&&_0x443308&&Go(_0x5abfb1,_0x48ccc3,_0x443308),_0x443308;},ct=(_0x25ae9f,_0x3013d6)=>(_0x9b469b,_0x13f0c8)=>_0x3013d6(_0x9b469b,_0x13f0c8,_0x25ae9f);let os=class extends _0x15900e{constructor(_0x3e9730,_0x580728,_0x482da1,_0x4cfdcb,_0x867e1f){const _0x383290=_0x4e7919;super(),g(this,_0x383290(0x298),[]),g(this,_0x383290(0x1f8),[]),(this[_0x383290(0x306)]=_0x3e9730,this['_docSkeletonManagerService']=_0x580728,this[_0x383290(0x2c2)]=_0x482da1,this['_commandService']=_0x4cfdcb,this['_themeService']=_0x867e1f,this[_0x383290(0x350)]());}['_init'](){const _0x26be4a=_0x4e7919,_0x571389=this[_0x26be4a(0x306)]['unitId'],_0x2da191=this['_docSkeletonManagerService'];this[_0x26be4a(0xb0)](_0x36dc82([this[_0x26be4a(0x2c2)]['getCollabCursors$'](_0x571389),this[_0x26be4a(0x1c8)][_0x26be4a(0x423)]])[_0x26be4a(0x210)](_0x1a1a5b(([_0x46806c,_0x42c04e])=>({'skeleton':_0x2da191[_0x26be4a(0x145)](),'cursors':[..._0x46806c['values']()][_0x26be4a(0xf8)](_0x72cbf2=>({..._0x72cbf2,'color':_0x42c04e[_0x72cbf2[_0x26be4a(0x26b)]]}))})))['subscribe'](_0x4b59d0=>{const _0x288892=_0x26be4a;if(this[_0x288892(0xa2)](),_0x4b59d0){const {skeleton:_0x496b85,cursors:_0x92d697}=_0x4b59d0;this[_0x288892(0x1de)](_0x496b85,_0x92d697);}})),this[_0x26be4a(0x40c)](),this['_initCommandExecutedListener']();}[_0x4e7919(0x1de)](_0x46c2ff,_0x17e54b){const _0x5ef8d9=_0x4e7919,{scene:_0x10ed59,mainComponent:_0x57530f}=this['_context'],_0x57cb3c=_0x17e54b['map'](_0x5f0f04=>new Ks(_0x5f0f04,_0x10ed59,_0x46c2ff,_0x57530f));this[_0x5ef8d9(0x298)]=_0x57cb3c,this[_0x5ef8d9(0x1f8)]=_0x17e54b;}['_refreshCollabCursors'](){const _0x57a2d1=_0x4e7919;this[_0x57a2d1(0xa2)]();const {scene:_0x53bc5a,mainComponent:_0x474b8d}=this[_0x57a2d1(0x306)],_0x13455e=this[_0x57a2d1(0x23c)][_0x57a2d1(0x145)](),_0x4afe59=this[_0x57a2d1(0x1f8)]['map'](_0x3a2688=>new Ks(_0x3a2688,_0x53bc5a,_0x13455e,_0x474b8d));this[_0x57a2d1(0x298)]=_0x4afe59;}[_0x4e7919(0xa2)](){const _0x37279f=_0x4e7919;this['_cursorShapes'][_0x37279f(0x21b)](_0x2ad4a8=>_0x2ad4a8[_0x37279f(0xc0)]()),this[_0x37279f(0x298)]=[];}[_0x4e7919(0x42d)](){const _0x21bb83=_0x4e7919,_0x5dcdc6=[_0x1b3e7b['id']];this[_0x21bb83(0xb0)](this[_0x21bb83(0x2c6)][_0x21bb83(0x406)](_0x3ef8eb=>{const _0xe27086=_0x21bb83;_0x5dcdc6['includes'](_0x3ef8eb['id'])&&_0x3ef8eb[_0xe27086(0x244)]['unitId']===this[_0xe27086(0x306)][_0xe27086(0x3e7)]&&this[_0xe27086(0x3ab)]();}));}[_0x4e7919(0x40c)](){const _0x1c8d37=_0x4e7919;this[_0x1c8d37(0xb0)](_0x4666d7(this[_0x1c8d37(0x306)]['engine']['onTransformChange$'])[_0x1c8d37(0x210)](_0x27f80a(_0x20219b=>_0x20219b[_0x1c8d37(0x195)]===_0x38fd6d['resize']),_0x48050a(0x10))[_0x1c8d37(0x1f1)](()=>{this['_refreshCollabCursors']();}));}};os=Ko([ct(0x1,_0x557b7a(_0x35f028)),ct(0x2,_0x557b7a(Ve)),ct(0x3,_0x37f6d3),ct(0x4,_0x557b7a(_0x15da4e))],os);const zo=0x1,qo=1.5;class Xo extends _0x41c73d{constructor(_0x4a57f1,_0x2538b8){const _0x519508=_0x4e7919;super(_0x4a57f1,_0x2538b8),g(this,'_color'),g(this,_0x519508(0xb5),!0x1),g(this,'_range'),g(this,_0x519508(0x27c),''),g(this,_0x519508(0x8c),'top'),g(this,_0x519508(0x1ba)),(_0x2538b8&&this[_0x519508(0x45f)](_0x2538b8),this[_0x519508(0x1c4)][_0x519508(0x278)](()=>this['setShapeProps']({'hovered':!0x0})),this[_0x519508(0x88)]['subscribeEvent'](()=>this[_0x519508(0x45f)]({'hovered':!0x1})));}[_0x4e7919(0x45f)](_0x5490e5){const _0x583e26=_0x4e7919;var _0x4bc986,_0x2a61d3,_0x5e6710,_0x55099f,_0x3c6069,_0x20053d;this[_0x583e26(0x351)]=(_0x4bc986=_0x5490e5[_0x583e26(0x26b)])!=null?_0x4bc986:this[_0x583e26(0x351)],this['_hovered']=(_0x2a61d3=_0x5490e5[_0x583e26(0x3a1)])!=null?_0x2a61d3:this['_hovered'],this[_0x583e26(0x413)]=(_0x5e6710=_0x5490e5[_0x583e26(0xa5)])!=null?_0x5e6710:this[_0x583e26(0x413)],this['_name']=(_0x55099f=_0x5490e5[_0x583e26(0x3df)])!=null?_0x55099f:this['_name'],this[_0x583e26(0x8c)]=(_0x3c6069=_0x5490e5['labelPosition'])!=null?_0x3c6069:this[_0x583e26(0x8c)],this['_backgroundColor']=(_0x20053d=_0x5490e5[_0x583e26(0x3ec)])!=null?_0x20053d:this[_0x583e26(0x1ba)],this[_0x583e26(0xb2)]({'width':_0x5490e5[_0x583e26(0x471)],'height':_0x5490e5[_0x583e26(0x48e)]});}[_0x4e7919(0x35f)](_0x1a8e67){const _0xa16820=_0x4e7919,{row:_0x1ea559,column:_0x5a7fd4}=_0x1a8e67;if(_0x1ea559>=this[_0xa16820(0x413)][_0xa16820(0x291)]&&_0x1ea559<=this[_0xa16820(0x413)][_0xa16820(0x477)]&&_0x5a7fd4>=this[_0xa16820(0x413)][_0xa16820(0x396)]&&_0x5a7fd4<=this[_0xa16820(0x413)]['endColumn']){this[_0xa16820(0x45f)]({'hovered':!0x0});return;}this[_0xa16820(0x45f)]({'hovered':!0x1});}[_0x4e7919(0x28b)](_0x29149b){return!0x1;}[_0x4e7919(0x249)](_0x409183){const _0x3b2b3a=_0x4e7919;_0x1b9705['drawWith'](_0x409183,{'width':this[_0x3b2b3a(0x471)],'height':this[_0x3b2b3a(0x48e)],'strokeWidth':qo,'stroke':this[_0x3b2b3a(0x351)],'evented':!0x1,'fill':this[_0x3b2b3a(0x1ba)]}),this[_0x3b2b3a(0xb5)]&&(_0x409183[_0x3b2b3a(0xb8)](),_0x409183['transform'](0x1,0x0,0x0,0x1,this[_0x3b2b3a(0x471)],this[_0x3b2b3a(0x8c)]==='bottom'?0x0:-nt),yt[_0x3b2b3a(0x3f2)](_0x409183,{'text':this['_name'],'color':this['_color']}),_0x409183[_0x3b2b3a(0x37f)]());}}var Jo=Object[_0x4e7919(0x13e)],Zo=Object[_0x4e7919(0x3a9)],Qo=(_0x5e9fc7,_0x438c9c,_0x5db2ba,_0x5bcc87)=>{const _0x97d01f=_0x4e7919;for(var _0x1ffb4e=_0x5bcc87>0x1?void 0x0:_0x5bcc87?Zo(_0x438c9c,_0x5db2ba):_0x438c9c,_0x51fdd2=_0x5e9fc7[_0x97d01f(0x126)]-0x1,_0x265f78;_0x51fdd2>=0x0;_0x51fdd2--)(_0x265f78=_0x5e9fc7[_0x51fdd2])&&(_0x1ffb4e=(_0x5bcc87?_0x265f78(_0x438c9c,_0x5db2ba,_0x1ffb4e):_0x265f78(_0x1ffb4e))||_0x1ffb4e);return _0x5bcc87&&_0x1ffb4e&&Jo(_0x438c9c,_0x5db2ba,_0x1ffb4e),_0x1ffb4e;},kt=(_0x3fb422,_0x452543)=>(_0x29c317,_0x6f45fe)=>_0x452543(_0x29c317,_0x6f45fe,_0x3fb422);const ea=0x1389;let as=class extends _0x15900e{constructor(_0x5642b2,_0x31f06b,_0x1bc441,_0x156a03){const _0x1d3029=_0x4e7919;super(),g(this,_0x1d3029(0x1f8),new Set()),g(this,_0x1d3029(0x258),null),(this[_0x1d3029(0x306)]=_0x5642b2,this[_0x1d3029(0x123)]=_0x31f06b,this[_0x1d3029(0x2c2)]=_0x1bc441,this[_0x1d3029(0x1c8)]=_0x156a03,this[_0x1d3029(0x350)]());}[_0x4e7919(0x350)](){const _0x300861=_0x4e7919;this[_0x300861(0x123)][_0x300861(0x138)][_0x300861(0x210)](_0xcb8c8d(this[_0x300861(0x15d)]),_0x2e98c4(_0x5e16dd=>{const _0x537443=_0x300861;if(_0x5e16dd){const _0x295a25=_0x5e16dd['sheetId'];return _0x36dc82(this[_0x537443(0x2c2)][_0x537443(0x314)](this[_0x537443(0x306)][_0x537443(0x3e7)]),this[_0x537443(0x1c8)][_0x537443(0x423)])[_0x537443(0x210)](_0x1a1a5b(([_0x42abae,_0x26c183])=>{const _0x2d5e50=new Map();return _0x42abae['forEach']((_0x3db33a,_0x5cf74a)=>{const _0x5a9b0c=_0x5ed9;if(_0x3db33a[_0x5a9b0c(0x1af)]===_0x295a25){const _0xe1ac={..._0x3db33a};_0xe1ac['color']=_0x26c183[_0x3db33a[_0x5a9b0c(0x26b)]],_0x2d5e50[_0x5a9b0c(0x2a0)](_0x5cf74a,_0xe1ac);}}),{'skeleton':_0x5e16dd,'cursors':_0x2d5e50};}));}return _0x2a024c({'skeleton':null,'cursors':new Map()});}))[_0x300861(0x1f1)](({skeleton:_0x2db218,cursors:_0x8d9269})=>{const _0xb1bbe7=_0x300861;this[_0xb1bbe7(0xa2)](),_0x2db218&&this[_0xb1bbe7(0x1de)](_0x2db218,_0x8d9269);}),this['_sheetSkeletonManagerService']['currentSkeleton$']['subscribe'](_0x5c76b4=>{const _0xcd95e1=_0x300861;if(_0x5c76b4==null)return;const {skeleton:_0x414eb7}=_0x5c76b4,{scene:_0x512c54}=this[_0xcd95e1(0x306)];_0x512c54[_0xcd95e1(0x1ee)][_0xcd95e1(0x278)](_0x28300d(_0x292860=>{const _0x3b4452=_0xcd95e1;var _0x517ac0,_0x4588a5;const {offsetX:_0x21a9e8,offsetY:_0x1f0817}=_0x292860,{x:_0x414341,y:_0x13df97}=_0x512c54[_0x3b4452(0x3ce)](_0x219fb7[_0x3b4452(0x1da)]([_0x21a9e8,_0x1f0817])),{scaleX:_0x582b66,scaleY:_0x4d38d6}=_0x512c54['getAncestorScale'](),_0x4a0420=_0x512c54[_0x3b4452(0x217)](_0x20a435[_0x3b4452(0x189)]),_0x4c71de=_0x512c54[_0x3b4452(0x2d1)](_0x219fb7[_0x3b4452(0x1da)]([_0x414341,_0x13df97]),_0x4a0420),_0x98ad39=_0x414eb7['getCellPositionByOffset'](_0x21a9e8,_0x1f0817,_0x582b66,_0x4d38d6,_0x4c71de);((_0x517ac0=this[_0x3b4452(0x258)])==null?void 0x0:_0x517ac0[_0x3b4452(0x1ef)])===_0x98ad39[_0x3b4452(0x1ef)]&&((_0x4588a5=this[_0x3b4452(0x258)])==null?void 0x0:_0x4588a5[_0x3b4452(0x148)])===_0x98ad39[_0x3b4452(0x148)]||this[_0x3b4452(0x1f8)]['forEach'](_0x746b80=>{const _0x31fafa=_0x3b4452;_0x746b80[_0x31fafa(0x35f)](_0x98ad39);});},0x64));});}['_updateCollabCursors'](_0x4217b6,_0x44d2d1){const _0xfeb8a8=_0x4e7919;var _0x583579;const _0x26761b=(_0x583579=this[_0xfeb8a8(0x123)][_0xfeb8a8(0x203)]())==null?void 0x0:_0x583579[_0xfeb8a8(0x101)];if(!_0x26761b)return;const _0x1bd529=this[_0xfeb8a8(0x422)]();if(!_0x1bd529)return;this[_0xfeb8a8(0x1f8)][_0xfeb8a8(0x21b)](_0x10f70d=>{_0x10f70d['makeDirty']();});const {scene:_0x41896e}=_0x1bd529,_0x3bd325=ta(Array[_0xfeb8a8(0x468)](_0x44d2d1['values']()))['map'](_0x237e38=>{const _0x3baea2=_0xfeb8a8,{color:_0x805c88,range:_0x25e0b1,name:_0x486563,selection:_0x5eeb5c,sheetID:_0x503c1f}=_0x237e38,{startColumn:_0x3f9dd4,startRow:_0xdfbfe1,endColumn:_0xfe582d,endRow:_0x106c45}=_0x25e0b1,_0x53bf5f=_0x1e2de7(_0xdfbfe1,_0x3f9dd4,_0x41896e,_0x26761b),_0x45178a=_0x1e2de7(_0x106c45,_0xfe582d,_0x41896e,_0x26761b),{columnHeaderHeightAndMarginTop:_0x320195}=_0x26761b,{startX:_0x56e828,startY:_0x581719}=_0x53bf5f,{endX:_0x127907,endY:_0x44e167}=_0x45178a,_0x48bf8a=_0x127907-_0x56e828,_0x16fbe5=_0x44e167-_0x581719,_0xb4b5d3={'labelPosition':_0x581719-_0x320195>=nt?_0x3baea2(0x2a6):_0x3baea2(0x44f),'sheetID':_0x503c1f,'range':_0x25e0b1,'color':_0x805c88,'name':_0x486563,'selection':_0x5eeb5c,'left':_0x56e828,'top':_0x581719,'width':_0x48bf8a,'height':_0x16fbe5,'evented':!0x1,'zIndex':ea};return new Xo(_0x486563,_0xb4b5d3);});_0x41896e[_0xfeb8a8(0x1fb)](_0x3bd325,zo),this[_0xfeb8a8(0x1f8)]=new Set(_0x3bd325);}['_removeCollabCursors'](){const _0x573ed2=_0x4e7919;var _0x5dbd26;(_0x5dbd26=this[_0x573ed2(0x1f8)])==null||_0x5dbd26[_0x573ed2(0x21b)](_0x54cff9=>_0x54cff9[_0x573ed2(0xc0)]());}[_0x4e7919(0x422)](){const _0x1da450=_0x4e7919;return _0xa694a6(this[_0x1da450(0x306)][_0x1da450(0x3fc)],this[_0x1da450(0x306)]);}};as=Qo([kt(0x1,_0x557b7a(_0x4500ad)),kt(0x2,_0x557b7a(Ve)),kt(0x3,_0x557b7a(_0x15da4e))],as);function ta(_0x14b84d){const _0x4789ab=_0x4e7919,_0xe3d332=new Map();return _0x14b84d[_0x4789ab(0x21b)](_0x46a358=>{const _0x3c15fb=_0x4789ab;if(_0xe3d332[_0x3c15fb(0x297)](_0x46a358['selection'])){const _0x518402=_0xe3d332[_0x3c15fb(0x16e)](_0x46a358[_0x3c15fb(0x1f0)]);_0x518402['name']+=',\x20'+_0x46a358[_0x3c15fb(0x3df)];}else _0xe3d332[_0x3c15fb(0x2a0)](_0x46a358[_0x3c15fb(0x1f0)],_0x46a358);}),Array[_0x4789ab(0x468)](_0xe3d332['values']());}var Z=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function at(_0x19c8a8){const _0x38e86a=_0x4e7919;return _0x19c8a8&&_0x19c8a8[_0x38e86a(0x465)]&&Object[_0x38e86a(0x208)][_0x38e86a(0x1a1)]['call'](_0x19c8a8,_0x38e86a(0x98))?_0x19c8a8['default']:_0x19c8a8;}var Mi={'exports':{}},Ot={},sa=_0x320623,ia=Symbol['for'](_0x4e7919(0x36b)),na=Symbol['for'](_0x4e7919(0x330)),ra=Object['prototype'][_0x4e7919(0x1a1)],oa=sa['__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED']['ReactCurrentOwner'],aa={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function xi(_0x361104,_0x2e021b,_0x2659c1){const _0x4c791a=_0x4e7919;var _0x5e1c7f,_0x20ed02={},_0x4e66a8=null,_0xde383a=null;_0x2659c1!==void 0x0&&(_0x4e66a8=''+_0x2659c1),_0x2e021b[_0x4c791a(0x1a7)]!==void 0x0&&(_0x4e66a8=''+_0x2e021b[_0x4c791a(0x1a7)]),_0x2e021b[_0x4c791a(0x1f6)]!==void 0x0&&(_0xde383a=_0x2e021b[_0x4c791a(0x1f6)]);for(_0x5e1c7f in _0x2e021b)ra[_0x4c791a(0x326)](_0x2e021b,_0x5e1c7f)&&!aa[_0x4c791a(0x1a1)](_0x5e1c7f)&&(_0x20ed02[_0x5e1c7f]=_0x2e021b[_0x5e1c7f]);if(_0x361104&&_0x361104[_0x4c791a(0x2b2)]){for(_0x5e1c7f in(_0x2e021b=_0x361104[_0x4c791a(0x2b2)],_0x2e021b))_0x20ed02[_0x5e1c7f]===void 0x0&&(_0x20ed02[_0x5e1c7f]=_0x2e021b[_0x5e1c7f]);}return{'$$typeof':ia,'type':_0x361104,'key':_0x4e66a8,'ref':_0xde383a,'props':_0x20ed02,'_owner':oa['current']};}Ot['Fragment']=na,Ot[_0x4e7919(0x2fc)]=xi,Ot['jsxs']=xi,Mi[_0x4e7919(0x279)]=Ot;var we=Mi[_0x4e7919(0x279)],ee=function(){const _0x36625a=_0x4e7919;return ee=Object[_0x36625a(0x333)]||function(_0x419c0b){const _0xa8d913=_0x36625a;for(var _0x2f8718,_0x49e0ee=0x1,_0xf18cea=arguments['length'];_0x49e0ee<_0xf18cea;_0x49e0ee++){_0x2f8718=arguments[_0x49e0ee];for(var _0xe8ec1a in _0x2f8718)Object['prototype'][_0xa8d913(0x1a1)][_0xa8d913(0x326)](_0x2f8718,_0xe8ec1a)&&(_0x419c0b[_0xe8ec1a]=_0x2f8718[_0xe8ec1a]);}return _0x419c0b;},ee[_0x36625a(0x2d7)](this,arguments);},ca=function(_0x4a6433,_0x2a4a3c){const _0x41e120=_0x4e7919;var _0x53e944={};for(var _0x265fc9 in _0x4a6433)Object[_0x41e120(0x208)][_0x41e120(0x1a1)]['call'](_0x4a6433,_0x265fc9)&&_0x2a4a3c[_0x41e120(0x1e7)](_0x265fc9)<0x0&&(_0x53e944[_0x265fc9]=_0x4a6433[_0x265fc9]);if(_0x4a6433!=null&&typeof Object[_0x41e120(0x33a)]=='function'){for(var _0x25378b=0x0,_0x265fc9=Object[_0x41e120(0x33a)](_0x4a6433);_0x25378b<_0x265fc9[_0x41e120(0x126)];_0x25378b++)_0x2a4a3c['indexOf'](_0x265fc9[_0x25378b])<0x0&&Object[_0x41e120(0x208)]['propertyIsEnumerable']['call'](_0x4a6433,_0x265fc9[_0x25378b])&&(_0x53e944[_0x265fc9[_0x25378b]]=_0x4a6433[_0x265fc9[_0x25378b]]);}return _0x53e944;},Ts=_0x392400(function(_0x56594a,_0x5e019e){const _0x16181c=_0x4e7919;var _0x52a651=_0x56594a[_0x16181c(0x42c)],_0x2a5463=_0x56594a['id'],_0x491ff9=_0x56594a['className'],_0x4577ac=_0x56594a[_0x16181c(0x3d3)],_0x18fe39=ca(_0x56594a,[_0x16181c(0x42c),'id',_0x16181c(0x40d),_0x16181c(0x3d3)]),_0x4031ca=_0x16181c(0x2df)[_0x16181c(0x24a)](_0x2a5463,'\x20')[_0x16181c(0x24a)](_0x491ff9||'')[_0x16181c(0x361)](),_0x330cdc=_0x59e222('_'[_0x16181c(0x24a)](_a()));return Li(_0x52a651,''[_0x16181c(0x24a)](_0x2a5463),{'defIds':_0x52a651['defIds'],'idSuffix':_0x330cdc['current']},ee({'ref':_0x5e019e,'className':_0x4031ca},_0x18fe39),_0x4577ac);});function Li(_0x6079d4,_0x5d517f,_0x8d532e,_0x8e8886,_0x3491a4){const _0x35e13d=_0x4e7919;return _0x2b736f(_0x6079d4[_0x35e13d(0x28c)],ee(ee({'key':_0x5d517f},ha(_0x6079d4,_0x8d532e,_0x3491a4)),_0x8e8886),(la(_0x6079d4,_0x8d532e)['children']||[])[_0x35e13d(0x32e)](function(_0xbe72e7,_0x5d2fd2){const _0x346df2=_0x35e13d;return Li(_0xbe72e7,''[_0x346df2(0x24a)](_0x5d517f,'-')[_0x346df2(0x24a)](_0x6079d4[_0x346df2(0x28c)],'-')[_0x346df2(0x24a)](_0x5d2fd2),_0x8d532e,void 0x0,_0x3491a4);}));}function ha(_0x18a105,_0x29cab7,_0x38f338){const _0x4a2cfd=_0x4e7919;var _0x3f8db5=ee({},_0x18a105[_0x4a2cfd(0x3c3)]);_0x38f338!=null&&_0x38f338[_0x4a2cfd(0x285)]&&_0x3f8db5[_0x4a2cfd(0x186)]===_0x4a2cfd(0x285)&&(_0x3f8db5[_0x4a2cfd(0x186)]=_0x38f338[_0x4a2cfd(0x285)]);var _0x236f52=_0x29cab7['defIds'];return!_0x236f52||_0x236f52[_0x4a2cfd(0x126)]===0x0||(_0x18a105[_0x4a2cfd(0x28c)]===_0x4a2cfd(0xf3)&&_0x3f8db5['xlink:href']&&(_0x3f8db5[_0x4a2cfd(0x303)]=_0x3f8db5[_0x4a2cfd(0x303)]+_0x29cab7['idSuffix']),Object[_0x4a2cfd(0x26e)](_0x3f8db5)['forEach'](function(_0x2c4d31){const _0x7708b8=_0x4a2cfd;var _0x5df697=_0x2c4d31[0x0],_0x4d1006=_0x2c4d31[0x1];typeof _0x4d1006=='string'&&(_0x3f8db5[_0x5df697]=_0x4d1006[_0x7708b8(0x43e)](/url\(#(.*)\)/,'url(#$1'[_0x7708b8(0x24a)](_0x29cab7[_0x7708b8(0x31b)],')')));})),_0x3f8db5;}function la(_0x250692,_0x401fdc){const _0x343232=_0x4e7919;var _0x4d0076,_0x164f31=_0x401fdc[_0x343232(0xfc)];return!_0x164f31||_0x164f31['length']===0x0?_0x250692:_0x250692[_0x343232(0x28c)]===_0x343232(0x38b)&&(!((_0x4d0076=_0x250692[_0x343232(0x1b1)])===null||_0x4d0076===void 0x0)&&_0x4d0076[_0x343232(0x126)])?ee(ee({},_0x250692),{'children':_0x250692[_0x343232(0x1b1)][_0x343232(0x32e)](function(_0x2ff68b){const _0x527b87=_0x343232;return typeof _0x2ff68b[_0x527b87(0x3c3)]['id']==_0x527b87(0x216)&&_0x164f31&&_0x164f31[_0x527b87(0x1e7)](_0x2ff68b['attrs']['id'])>-0x1?ee(ee({},_0x2ff68b),{'attrs':ee(ee({},_0x2ff68b['attrs']),{'id':_0x2ff68b[_0x527b87(0x3c3)]['id']+_0x401fdc[_0x527b87(0x31b)]})}):_0x2ff68b;})}):_0x250692;}function _a(){const _0x5d1a61=_0x4e7919;return Math[_0x5d1a61(0x329)]()[_0x5d1a61(0x227)](0x24)[_0x5d1a61(0x2fe)](0x2,0x8);}Ts[_0x4e7919(0x159)]=_0x4e7919(0x3e8);var ua={'tag':_0x4e7919(0xbd),'attrs':{'fill':'none','viewBox':_0x4e7919(0x261),'width':_0x4e7919(0x1a6),'height':_0x4e7919(0x1a6)},'children':[{'tag':'g','attrs':{'clipPath':'url(#off-line-single_clip0_910_343)'},'children':[{'tag':_0x4e7919(0x404),'attrs':{'stroke':_0x4e7919(0x44d),'d':'M3.61971\x2011.6499C2.40304\x2011.6499\x200.699707\x2011.1024\x200.699707\x208.9124C0.699707\x206.3574\x203.25471\x205.8099\x203.98471\x205.8099C4.34971\x204.5324\x205.07971\x202.5249\x207.99971\x202.5249C10.5547\x202.5249\x2011.6497\x203.9849\x2012.0147\x205.2624C12.0147\x205.2624\x2015.2997\x205.6274\x2015.2997\x208.7299C15.2997\x2010.9199\x2013.8397\x2011.6499\x2012.3797\x2011.6499M9.82471\x209.82466L6.17471\x2013.4747M6.17471\x209.82466L9.82471\x2013.4747','strokeLinecap':'round','strokeLinejoin':_0x4e7919(0x2eb),'strokeWidth':1.2}}]},{'tag':'defs','attrs':{},'children':[{'tag':_0x4e7919(0x17c),'attrs':{'id':_0x4e7919(0x353)},'children':[{'tag':_0x4e7919(0x404),'attrs':{'fill':_0x4e7919(0x461),'d':_0x4e7919(0x2e9)}}]}]}],'defIds':[_0x4e7919(0x353)]},$i=_0x392400(function(_0x406156,_0x3d9317){const _0x42e3ac=_0x4e7919;return _0x2b736f(Ts,Object[_0x42e3ac(0x333)]({},_0x406156,{'id':_0x42e3ac(0x2d2),'ref':_0x3d9317,'icon':ua}));});$i[_0x4e7919(0x159)]=_0x4e7919(0x3ac);var da={'tag':_0x4e7919(0xbd),'attrs':{'fill':_0x4e7919(0x2cf),'viewBox':_0x4e7919(0x3b9),'width':_0x4e7919(0x1a6),'height':'1em'},'children':[{'tag':'g','attrs':{'clipPath':_0x4e7919(0x18d)},'children':[{'tag':'path','attrs':{'stroke':'currentColor','d':_0x4e7919(0x340),'strokeLinecap':'round','strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':_0x4e7919(0x38b),'attrs':{},'children':[{'tag':_0x4e7919(0x17c),'attrs':{'id':_0x4e7919(0x3a5)},'children':[{'tag':_0x4e7919(0x404),'attrs':{'fill':_0x4e7919(0x461),'d':_0x4e7919(0x2e9),'transform':'translate(.97)'}}]}]}],'defIds':['on-line-single_clip0_910_349']},Hi=_0x392400(function(_0x1b8f23,_0x366553){const _0xe1465f=_0x4e7919;return _0x2b736f(Ts,Object[_0xe1465f(0x333)]({},_0x1b8f23,{'id':_0xe1465f(0x441),'ref':_0x366553,'icon':da}));});Hi[_0x4e7919(0x159)]=_0x4e7919(0x453);function ji(_0x4a2104){const _0x24fc1c=_0x4e7919;var _0x437b4b,_0x5ea4bb,_0xcdb7ab='';if(typeof _0x4a2104==_0x24fc1c(0x216)||typeof _0x4a2104==_0x24fc1c(0xac))_0xcdb7ab+=_0x4a2104;else{if(typeof _0x4a2104==_0x24fc1c(0x22f)){if(Array[_0x24fc1c(0x1a9)](_0x4a2104)){var _0x176181=_0x4a2104[_0x24fc1c(0x126)];for(_0x437b4b=0x0;_0x437b4b<_0x176181;_0x437b4b++)_0x4a2104[_0x437b4b]&&(_0x5ea4bb=ji(_0x4a2104[_0x437b4b]))&&(_0xcdb7ab&&(_0xcdb7ab+='\x20'),_0xcdb7ab+=_0x5ea4bb);}else{for(_0x5ea4bb in _0x4a2104)_0x4a2104[_0x5ea4bb]&&(_0xcdb7ab&&(_0xcdb7ab+='\x20'),_0xcdb7ab+=_0x5ea4bb);}}}return _0xcdb7ab;}function fa(){const _0x3b7d6c=_0x4e7919;for(var _0x438499,_0x328f5b,_0x43f108=0x0,_0x43e40d='',_0x4da4a0=arguments[_0x3b7d6c(0x126)];_0x43f108<_0x4da4a0;_0x43f108++)(_0x438499=arguments[_0x43f108])&&(_0x328f5b=ji(_0x438499))&&(_0x43e40d&&(_0x43e40d+='\x20'),_0x43e40d+=_0x328f5b);return _0x43e40d;}const va='univer-online-status-icon',ma=_0x4e7919(0xe2),pa=_0x4e7919(0x20f),ga=_0x4e7919(0x2b6),Sa=_0x4e7919(0x415),Ze={'onlineStatusIcon':va,'onlineStatusTitle':ma,'onlineStatus':pa,'online':ga,'offline':Sa};function Ia(_0x2129e9){const _0x264ec5=_0x4e7919;switch(_0x2129e9){case J['OFFLINE']:return _0x264ec5(0xff);case J[_0x264ec5(0x3d8)]:return _0x264ec5(0x34c);case J['FETCH_MISS']:return _0x264ec5(0x90);case J[_0x264ec5(0x199)]:return'collabStatus.notCollab';case J[_0x264ec5(0x289)]:case J[_0x264ec5(0x1c7)]:return _0x264ec5(0x1fe);case J[_0x264ec5(0x387)]:case J[_0x264ec5(0x3aa)]:return _0x264ec5(0x240);}}function Ca(_0x5d6638){const _0x32f7dc=_0x4e7919,{status$:_0x293b2f}=_0x5d6638,_0x4927a9=_0x530867(_0x293b2f,J[_0x32f7dc(0x199)]),_0xaf5a08=_0x46f302(_0x5e134c),_0x68f457=_0x46f302(Ae),_0x5093c5=_0x4927a9!==J[_0x32f7dc(0x3f4)],_0x3d3c51=_0xaf5a08['t'](Ia(_0x4927a9)),_0x3eb44f=fa(Ze[_0x32f7dc(0x1cc)],{[Ze['online']]:_0x5093c5,[Ze['offline']]:!_0x5093c5}),_0x4790c2=_0x5093c5?we[_0x32f7dc(0x2fc)](Hi,{}):we[_0x32f7dc(0x2fc)]($i,{}),_0x4fb82e=_0x23fbd9(()=>{const _0x221207=_0x32f7dc;_0x5093c5||_0x68f457[_0x221207(0x215)]();},[_0x5093c5,_0x68f457]);function _0x42044e(){const _0x40743f=_0x32f7dc;return we[_0x40743f(0x1eb)](_0x40743f(0x253),{'className':_0x3eb44f,'onClick':_0x4fb82e,'children':[we[_0x40743f(0x2fc)](_0x40743f(0x253),{'className':Ze[_0x40743f(0x417)],'children':_0x4790c2}),we[_0x40743f(0x2fc)](_0x40743f(0x253),{'className':Ze[_0x40743f(0x469)],'children':_0x3d3c51})]});}return _0x5093c5?_0x42044e():we[_0x32f7dc(0x2fc)](_0x2f2e68,{'title':_0xaf5a08['t'](_0x32f7dc(0x1e1)),'children':_0x42044e()});}var Ea=Object[_0x4e7919(0x13e)],ba=Object[_0x4e7919(0x3a9)],Ta=(_0x7733ea,_0x44b65b,_0x56ad34,_0xd89701)=>{const _0x21995f=_0x4e7919;for(var _0x10c5ab=_0xd89701>0x1?void 0x0:_0xd89701?ba(_0x44b65b,_0x56ad34):_0x44b65b,_0x5a535f=_0x7733ea[_0x21995f(0x126)]-0x1,_0x507c25;_0x5a535f>=0x0;_0x5a535f--)(_0x507c25=_0x7733ea[_0x5a535f])&&(_0x10c5ab=(_0xd89701?_0x507c25(_0x44b65b,_0x56ad34,_0x10c5ab):_0x507c25(_0x10c5ab))||_0x10c5ab);return _0xd89701&&_0x10c5ab&&Ea(_0x44b65b,_0x56ad34,_0x10c5ab),_0x10c5ab;},ht=(_0x453d7c,_0x32e174)=>(_0xba3128,_0xce053b)=>_0x32e174(_0xba3128,_0xce053b,_0x453d7c);let St=class extends _0x4b38ce{constructor(_0x564596,_0x10d37a,_0x15db0a,_0x48e935){const _0xa3d923=_0x4e7919;super(),g(this,'_status$',new _0x524b68(J[_0xa3d923(0x199)])),(this['_univerInstanceService']=_0x564596,this[_0xa3d923(0x3ee)]=_0x10d37a,this['_injector']=_0x15db0a,this['_collaborationController']=_0x48e935,this[_0xa3d923(0x37d)](),this[_0xa3d923(0x496)]());}[_0x4e7919(0x496)](){const _0x16d4a6=_0x4e7919;this[_0x16d4a6(0xb0)](this[_0x16d4a6(0x29a)][_0x16d4a6(0x346)][_0x16d4a6(0x210)](_0x6ad44a(()=>{const _0x2f55dd=_0x16d4a6,_0x22f1bd=this[_0x2f55dd(0x29a)][_0x2f55dd(0x41f)]();return _0x22f1bd?this[_0x2f55dd(0x27b)][_0x2f55dd(0x184)](_0x22f1bd[_0x2f55dd(0x426)]()):_0x2a024c(null);}),_0x6ad44a(_0x40e63c=>_0x40e63c?_0x40e63c[_0x16d4a6(0x1cf)]:_0x2a024c(J['NOT_COLLAB'])))['subscribe'](_0x456598=>{const _0x431480=_0x16d4a6;this[_0x431480(0x221)][_0x431480(0x409)](_0x456598);}));}['_initStatusComponent'](){const _0x451140=_0x4e7919;this[_0x451140(0xb0)](this[_0x451140(0x3ee)][_0x451140(0x32b)](_0x37e12e[_0x451140(0x265)],()=>_0x2a6bad(Ra({'status$':this['_status$'][_0x451140(0x180)]()}),this[_0x451140(0x1e4)])));}};St=Ta([ht(0x0,_0x5e27bc),ht(0x1,_0x358cc7),ht(0x2,_0x557b7a(_0x5a5437)),ht(0x3,_0x557b7a(it))],St);function Ra(_0x4d5f7c){const {status$:_0x31d877}=_0x4d5f7c;return function(){const _0x41d223=_0x5ed9;return we[_0x41d223(0x2fc)](Ca,{'status$':_0x31d877});};}const Bi=_0x20f251(_0x4e7919(0xab));var ya=Object['defineProperty'],Oa=Object[_0x4e7919(0x3a9)],wa=(_0x2a4155,_0xf902fe,_0x197006,_0x488cc8)=>{const _0x1394f4=_0x4e7919;for(var _0x1a0cff=_0x488cc8>0x1?void 0x0:_0x488cc8?Oa(_0xf902fe,_0x197006):_0xf902fe,_0x254a4c=_0x2a4155[_0x1394f4(0x126)]-0x1,_0x2cfebc;_0x254a4c>=0x0;_0x254a4c--)(_0x2cfebc=_0x2a4155[_0x254a4c])&&(_0x1a0cff=(_0x488cc8?_0x2cfebc(_0xf902fe,_0x197006,_0x1a0cff):_0x2cfebc(_0x1a0cff))||_0x1a0cff);return _0x488cc8&&_0x1a0cff&&ya(_0xf902fe,_0x197006,_0x1a0cff),_0x1a0cff;},ke=(_0x2ec5b0,_0x1199ae)=>(_0x2dd833,_0x545f2f)=>_0x1199ae(_0x2dd833,_0x545f2f,_0x2ec5b0);let It=class extends _0x15900e{constructor(_0x5d2f4a,_0x9e718b,_0x4aedd7,_0x2f2405,_0x112e18,_0x1dbabb){const _0x261f78=_0x4e7919;super(),this['_urlService']=_0x5d2f4a,this[_0x261f78(0x18f)]=_0x9e718b,this[_0x261f78(0x2c6)]=_0x4aedd7,this[_0x261f78(0x27a)]=_0x2f2405,this[_0x261f78(0x280)]=_0x112e18,_0x1dbabb?_0x1dbabb==null||_0x1dbabb[_0x261f78(0x319)]()['then'](()=>this[_0x261f78(0x350)]()):(this[_0x261f78(0x18f)][_0x261f78(0x236)](_0x261f78(0x36a),_0x261f78(0xcd)),this[_0x261f78(0x350)]());}async['_init'](){const _0x384dfd=_0x4e7919,_0x318f24=this[_0x384dfd(0xea)][_0x384dfd(0x1bd)]('unit'),_0x379add=this[_0x384dfd(0xea)][_0x384dfd(0x1bd)](_0x384dfd(0x195));if(!_0x318f24||!_0x379add){this[_0x384dfd(0x18f)][_0x384dfd(0x236)]('[DataLoaderController]','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');return;}switch(Number(_0x379add)){case ce[_0x384dfd(0x29f)]:{const _0x3c0f88=await this[_0x384dfd(0x341)](_0x318f24);this['_setupSubUnitSync'](_0x3c0f88);break;}case ce['UNIVER_DOC']:{await this[_0x384dfd(0x1f9)](_0x318f24);break;}default:{this['_logService'][_0x384dfd(0x24d)](_0x384dfd(0x36a),'Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');break;}}}async[_0x4e7919(0x395)](_0x18b604){const _0x264c06=_0x4e7919;await this[_0x264c06(0x1f2)](_0x18b604),_0x18b604[_0x264c06(0x241)][_0x264c06(0x210)](_0x234986(this[_0x264c06(0x15d)]))[_0x264c06(0x1f1)](_0x2494e7=>{const _0x4f8312=_0x264c06;_0x2494e7&&this[_0x4f8312(0x359)](_0x2494e7);}),this['_urlService'][_0x264c06(0x104)][_0x264c06(0x210)](_0x234986(this['dispose$']))[_0x264c06(0x1f1)](()=>this[_0x264c06(0x1f2)](_0x18b604));}['_updateURLWithCurrentState'](_0x4efd9e,_0x3815a3=!0x1){const _0x4aa660=_0x4e7919,_0x643e2a=this[_0x4aa660(0xea)][_0x4aa660(0x1bd)](_0x4aa660(0x2ca));_0x4efd9e[_0x4aa660(0x201)]()!==_0x643e2a&&this[_0x4aa660(0xea)][_0x4aa660(0xef)](_0x4aa660(0x2ca),_0x4efd9e[_0x4aa660(0x201)](),_0x3815a3);}async[_0x4e7919(0x1f2)](_0x411b6a){const _0x502a9e=_0x4e7919;var _0x1b990f;const _0x3ee31e=this[_0x502a9e(0xea)][_0x502a9e(0x1bd)]('subunit');if(!_0x3ee31e||!_0x411b6a[_0x502a9e(0x2c3)](_0x3ee31e)){const _0x861059=_0x411b6a['getUnhiddenWorksheets']()[0x0],_0x2d19f1=_0x411b6a['getSheetBySheetId'](_0x861059);if(!_0x2d19f1)return;this['_updateURLWithCurrentState'](_0x2d19f1,!0x0),await this[_0x502a9e(0x2c6)][_0x502a9e(0x122)](_0x50f4a2['id'],{'unitId':_0x411b6a[_0x502a9e(0x426)](),'subUnitId':_0x861059});return;}((_0x1b990f=_0x411b6a[_0x502a9e(0x45e)]())==null?void 0x0:_0x1b990f[_0x502a9e(0x201)]())!==_0x3ee31e&&await this[_0x502a9e(0x2c6)]['executeCommand'](_0x50f4a2['id'],{'unitId':_0x411b6a['getUnitId'](),'subUnitId':_0x3ee31e});}async[_0x4e7919(0x341)](_0x2f2806){const _0x534c50=_0x4e7919;let _0xebd75c=0x0;const _0x46a8b3=await this['_localCacheService']['loadOfflineData'](_0x2f2806);return _0x46a8b3&&(_0x46a8b3[_0x534c50(0x398)]||_0x46a8b3[_0x534c50(0x13b)][_0x534c50(0x126)]!==0x0)&&(_0xebd75c=_0x46a8b3[_0x534c50(0x452)]),_0xebd75c===0x0&&this['_logService']['debug'](_0x534c50(0x36a),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this[_0x534c50(0x280)][_0x534c50(0x379)](_0x2f2806,_0xebd75c);}async['_loadDoc'](_0x179dfc){const _0x1939fe=_0x4e7919;let _0x395ada=0x0;const _0x377bf9=await this['_localCacheService'][_0x1939fe(0x281)](_0x179dfc);return _0x377bf9&&(_0x377bf9[_0x1939fe(0x398)]||_0x377bf9[_0x1939fe(0x13b)][_0x1939fe(0x126)]!==0x0)&&(_0x395ada=_0x377bf9[_0x1939fe(0x452)]),_0x395ada===0x0&&this[_0x1939fe(0x18f)][_0x1939fe(0x236)]('[DataLoaderController]',_0x1939fe(0x3d1)),this[_0x1939fe(0x280)][_0x1939fe(0x490)](_0x179dfc,_0x395ada);}};It=wa([ke(0x0,Bi),ke(0x1,_0x2f9740),ke(0x2,_0x37f6d3),ke(0x3,_0x557b7a(q)),ke(0x4,_0x557b7a(_0x399fd9)),ke(0x5,_0x263588(_0x57bd22))],It);var Da=Object[_0x4e7919(0x13e)],Pa=Object[_0x4e7919(0x3a9)],Ua=(_0x1010a3,_0x317cf9,_0x3a7ad5,_0x1dec94)=>{const _0x4bad0a=_0x4e7919;for(var _0x2fe79c=_0x1dec94>0x1?void 0x0:_0x1dec94?Pa(_0x317cf9,_0x3a7ad5):_0x317cf9,_0x170312=_0x1010a3[_0x4bad0a(0x126)]-0x1,_0x3505a0;_0x170312>=0x0;_0x170312--)(_0x3505a0=_0x1010a3[_0x170312])&&(_0x2fe79c=(_0x1dec94?_0x3505a0(_0x317cf9,_0x3a7ad5,_0x2fe79c):_0x3505a0(_0x2fe79c))||_0x2fe79c);return _0x1dec94&&_0x2fe79c&&Da(_0x317cf9,_0x3a7ad5,_0x2fe79c),_0x2fe79c;},zs=(_0x300a18,_0x23f029)=>(_0x2b8512,_0x1ba95a)=>_0x23f029(_0x2b8512,_0x1ba95a,_0x300a18);const Na=_0x4e7919(0x36c),Aa=_0x4e7919(0x38f);let Ct=class extends _0x4b38ce{constructor(_0x1eb770,_0x120b34){const _0x30f276=_0x4e7919;super(),this['_univerInstanceService']=_0x1eb770,this[_0x30f276(0x1f4)]=_0x120b34,this[_0x30f276(0x350)]();}[_0x4e7919(0x350)](){const _0x4b3ef2=_0x4e7919;this['disposeWithMe'](this[_0x4b3ef2(0x29a)][_0x4b3ef2(0x346)][_0x4b3ef2(0x1f1)](()=>{const _0x1113c2=_0x4b3ef2;var _0x46639f;const _0x379060=this[_0x1113c2(0x29a)][_0x1113c2(0x41f)]();let _0x591742=(_0x46639f=this[_0x1113c2(0x1f4)][_0x1113c2(0x2a3)](Na))!=null?_0x46639f:Aa;_0x379060 instanceof _0x3c605a&&(_0x591742=_0x379060[_0x1113c2(0x3df)]),document['title']=_0x591742;}));}};Ct=Ua([zs(0x0,_0x5e27bc),zs(0x1,_0x88f14)],Ct);var Ma=Object[_0x4e7919(0x13e)],xa=Object['getOwnPropertyDescriptor'],La=(_0x517579,_0xda4319,_0x29a5b9,_0x85e3c2)=>{const _0x39e66e=_0x4e7919;for(var _0x4034ac=_0x85e3c2>0x1?void 0x0:_0x85e3c2?xa(_0xda4319,_0x29a5b9):_0xda4319,_0x1fa0da=_0x517579[_0x39e66e(0x126)]-0x1,_0x2677cc;_0x1fa0da>=0x0;_0x1fa0da--)(_0x2677cc=_0x517579[_0x1fa0da])&&(_0x4034ac=(_0x85e3c2?_0x2677cc(_0xda4319,_0x29a5b9,_0x4034ac):_0x2677cc(_0x4034ac))||_0x4034ac);return _0x85e3c2&&_0x4034ac&&Ma(_0xda4319,_0x29a5b9,_0x4034ac),_0x4034ac;},Wt=(_0x3c2fa8,_0x3b6f5a)=>(_0x21b625,_0x55e8b7)=>_0x3b6f5a(_0x21b625,_0x55e8b7,_0x3c2fa8);let Et=class{constructor(_0xcf31c7,_0x1c3c87,_0x565645){const _0x4dadfe=_0x4e7919;this['_configService']=_0xcf31c7,this[_0x4dadfe(0x2a7)]=_0x1c3c87,this['localeService']=_0x565645,this[_0x4dadfe(0x251)]();}['init'](){const _0x189f0a=_0x4e7919;this[_0x189f0a(0x2a7)][_0x189f0a(0x171)]({'priority':0x1,'interceptor':(_0x5c4d8c,_0x6aa053)=>_0x6aa053(_0x5c4d8c)[_0x189f0a(0x210)](_0x245147(async _0x305d75=>{const _0x5eff7e=_0x189f0a,_0x7535cd=_0x305d75;if(_0x7535cd[_0x5eff7e(0x459)]===0x191&&window[_0x5eff7e(0xf0)](this['localeService']['t'](_0x5eff7e(0x1c9)))){const _0x26e65d=window[_0x5eff7e(0x168)](window[_0x5eff7e(0x3e9)][_0x5eff7e(0xc3)]);window[_0x5eff7e(0x3e9)][_0x5eff7e(0xc3)]=this['_getLoginPath']()+'?url='+_0x26e65d;}return _0x7535cd;}))});}[_0x4e7919(0xa3)](){const _0x38d8d3=_0x4e7919;var _0x44d12d,_0x483e11;const _0x5b38fb=this[_0x38d8d3(0x1f4)][_0x38d8d3(0x2a3)](br),_0x3d6a1c=this[_0x38d8d3(0x1f4)][_0x38d8d3(0x2a3)](ie);return(_0x483e11=(_0x44d12d=_0x3d6a1c==null?void 0x0:_0x3d6a1c['loginUrlKey'])!=null?_0x44d12d:_0x5b38fb)!=null?_0x483e11:Tr;}};Et=La([Wt(0x0,_0x88f14),Wt(0x1,_0x557b7a(_0x55adc1)),Wt(0x2,_0x557b7a(_0x5e134c))],Et);var $a=Object[_0x4e7919(0x13e)],Ha=Object[_0x4e7919(0x3a9)],ja=(_0x503f68,_0x3554f8,_0x4d6653,_0x38aa5e)=>{const _0x1835d6=_0x4e7919;for(var _0x1b89c5=_0x38aa5e>0x1?void 0x0:_0x38aa5e?Ha(_0x3554f8,_0x4d6653):_0x3554f8,_0x24826d=_0x503f68[_0x1835d6(0x126)]-0x1,_0x4363a8;_0x24826d>=0x0;_0x24826d--)(_0x4363a8=_0x503f68[_0x24826d])&&(_0x1b89c5=(_0x38aa5e?_0x4363a8(_0x3554f8,_0x4d6653,_0x1b89c5):_0x4363a8(_0x1b89c5))||_0x1b89c5);return _0x38aa5e&&_0x1b89c5&&$a(_0x3554f8,_0x4d6653,_0x1b89c5),_0x1b89c5;},qs=(_0x4de218,_0x26aa6a)=>(_0x3cd8cb,_0x5bd997)=>_0x26aa6a(_0x3cd8cb,_0x5bd997,_0x4de218);const Ba=_0x4e7919(0x47e),ka=_0x4e7919(0x2ec);let cs=class extends _0x4b38ce{constructor(_0x18138a,_0x436ba4){const _0x3eaa27=_0x4e7919;super(),this[_0x3eaa27(0x1e8)]=_0x18138a,this[_0x3eaa27(0x1f4)]=_0x436ba4,this[_0x3eaa27(0x31a)]();}['_initMergeInterceptor'](){const _0xbd7ef6=_0x4e7919,_0x3096f3=this;this[_0xbd7ef6(0xb0)](this['_HTTPService'][_0xbd7ef6(0x171)]({'priority':0x3e7,'interceptor':_0x309f2d({'isMatch'(_0x380a18){const _0x3f7c27=_0xbd7ef6;var _0x1ba4e4;if(_0x380a18[_0x3f7c27(0x3a4)]===_0x3f7c27(0x1aa)&&((_0x1ba4e4=_0x380a18[_0x3f7c27(0x1ce)])!=null&&_0x1ba4e4[_0x3f7c27(0x47f)])){const {objectID:_0x50f85f,objectType:_0x4cde50}=_0x380a18[_0x3f7c27(0x1ce)][_0x3f7c27(0x47f)]||{};if(!_0x50f85f||_0x4cde50===void 0x0)return!0x1;const _0x105eb9=_0x3096f3[_0x3f7c27(0x229)]()+'/'+_0x4cde50+'/object/'+_0x50f85f+_0x3f7c27(0x464);if(_0x380a18[_0x3f7c27(0x139)]===_0x105eb9)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x30a5e3){const _0x3b1324=_0xbd7ef6;var _0x4bffdc;return(_0x4bffdc=_0x30a5e3[_0x3b1324(0x1ce)])==null?void 0x0:_0x4bffdc[_0x3b1324(0x47f)];},'mergeParamsToRequest'(_0x5cdbac,_0x5e03c0){const _0x39f3c1=_0xbd7ef6,_0x34cc99=_0x3096f3[_0x39f3c1(0x229)]()+_0x39f3c1(0x256),_0x3b559a=_0x5cdbac[_0x39f3c1(0x16b)]((_0x351fbc,_0x2c90db)=>{const _0x4e577b=_0x39f3c1,{unitID:_0x59d4fa,objectID:_0x53ede4,objectType:_0x2b2a43,actions:_0x1845a1}=_0x2c90db;return _0x351fbc[_0x59d4fa]||(_0x351fbc[_0x59d4fa]={}),_0x351fbc[_0x59d4fa][_0x53ede4]||(_0x351fbc[_0x59d4fa][_0x53ede4]={'objectID':_0x53ede4,'objectType':_0x2b2a43,'actions':[]}),_0x351fbc[_0x59d4fa][_0x53ede4]['actions'][_0x4e577b(0x209)](..._0x1845a1),_0x351fbc;},{}),_0xae8d56=[];for(const _0x3de101 in _0x3b559a)for(const _0x340f62 in _0x3b559a[_0x3de101]){const {actions:_0xcc8a0,objectType:_0x515601}=_0x3b559a[_0x3de101][_0x340f62],_0x5797a1=[...new Set(_0xcc8a0)];_0xae8d56[_0x39f3c1(0x209)]({'unitID':_0x3de101,'objectID':_0x340f62,'objectType':_0x515601,'actions':_0x5797a1});}return new _0x223f2c(_0x39f3c1(0x1aa),_0x34cc99,{'headers':_0x5e03c0['headers'],'withCredentials':_0x5e03c0[_0x39f3c1(0x454)],'responseType':_0x5e03c0[_0x39f3c1(0x347)],'body':{'requests':_0xae8d56}});}},{'distributeResult'(_0x526eda,_0x5eebb6){const _0x3b39db=_0xbd7ef6,{objectActions:_0x4c7d13}=_0x526eda;return _0x5eebb6[_0x3b39db(0x32e)](_0x3680ad=>{const _0x47c053=_0x3b39db,{unitID:_0x280bf8,objectID:_0x4ecb08,actions:_0x2dd2f7}=_0x3680ad,_0x12b338=_0x4c7d13['find'](_0x2b5456=>_0x2b5456[_0x47c053(0x8b)]===_0x280bf8&&_0x2b5456['objectID']===_0x4ecb08),_0x32ce5d=_0x2dd2f7[_0x47c053(0x32e)](_0x33f7ac=>_0x12b338==null?void 0x0:_0x12b338[_0x47c053(0x367)][_0x47c053(0x22a)](_0x4b5028=>_0x4b5028['action']===_0x33f7ac))[_0x47c053(0x42e)](_0x5bab37=>!!_0x5bab37);return{'config':_0x3680ad,'result':{'actions':_0x32ce5d,'error':_0x526eda[_0x47c053(0x24d)]}};});}})}));}['_getAPIPrefixPath'](){const _0x169ad8=_0x4e7919;var _0x159c1a,_0x11e8b8;const _0x2f7d29=this[_0x169ad8(0x1f4)][_0x169ad8(0x2a3)](Ba),_0x51053f=this[_0x169ad8(0x1f4)][_0x169ad8(0x2a3)](ie);return(_0x11e8b8=(_0x159c1a=_0x51053f==null?void 0x0:_0x51053f[_0x169ad8(0x368)])!=null?_0x159c1a:_0x2f7d29)!=null?_0x11e8b8:ka;}async[_0x4e7919(0x447)](_0x2f84da){const _0x4c43de=_0x4e7919,_0x2871f7=this[_0x4c43de(0x229)]()+'/'+_0x2f84da[_0x4c43de(0x44a)]+_0x4c43de(0x2ae);return(await this[_0x4c43de(0x1e8)][_0x4c43de(0x480)](_0x2871f7,{'body':_0x2f84da}))['body']['objectID']||'';}async['list'](_0x1c3ef5){const _0x37fdd9=_0x4e7919,_0x17c64a=this['_getAPIPrefixPath']()+_0x37fdd9(0x30a);return(await this[_0x37fdd9(0x1e8)][_0x37fdd9(0x480)](_0x17c64a,{'body':_0x1c3ef5}))[_0x37fdd9(0x47f)][_0x37fdd9(0x37c)];}async[_0x4e7919(0x3c1)](_0x50505e){const _0x360f22=_0x4e7919,_0x142294=this[_0x360f22(0x229)]()+'/'+_0x50505e[_0x360f22(0x44a)]+'/object/'+_0x50505e[_0x360f22(0x9f)];await this['_HTTPService']['put'](_0x142294,{'body':_0x50505e});}async[_0x4e7919(0x1b0)](_0x3229d0){const _0x25fd2c=_0x4e7919,_0xcacb5a=this[_0x25fd2c(0x229)]()+'/'+_0x3229d0['objectType']+_0x25fd2c(0x325)+_0x3229d0[_0x25fd2c(0x9f)]+_0x25fd2c(0x464);return(await this['_HTTPService'][_0x25fd2c(0x480)](_0xcacb5a,{'body':_0x3229d0}))[_0x25fd2c(0x47f)]['actions'];}async[_0x4e7919(0xe3)](_0x20a34c){const _0x212871=_0x4e7919,_0x8e9330=this['_getAPIPrefixPath']()+'/-/object/-/batch_allowed';return(await this[_0x212871(0x1e8)][_0x212871(0x480)](_0x8e9330,{'body':{'requests':_0x20a34c}}))[_0x212871(0x47f)][_0x212871(0x1ea)];}async[_0x4e7919(0x11a)](_0x3b969a){const _0x4d925b=_0x4e7919,_0x4147ed=this['_getAPIPrefixPath']()+'/'+_0x3b969a[_0x4d925b(0x44a)]+_0x4d925b(0x407),_0x49f930=await this['_HTTPService'][_0x4d925b(0x480)](_0x4147ed,{'body':_0x3b969a});return{'roles':_0x49f930[_0x4d925b(0x47f)][_0x4d925b(0xc4)],'actions':_0x49f930[_0x4d925b(0x47f)][_0x4d925b(0x367)]};}async['deleteCollaborator'](_0x50be26){const _0x27d10d=_0x4e7919,_0x1d6cff=this['_getAPIPrefixPath']()+_0x27d10d(0x233);await this[_0x27d10d(0x1e8)][_0x27d10d(0x15f)](_0x1d6cff,{'params':{'collaboratorID':_0x50be26[_0x27d10d(0x35d)],'objectID':_0x50be26[_0x27d10d(0x9f)],'unitID':_0x50be26[_0x27d10d(0x8b)]}});}async['updateCollaborator'](_0x16f378){const _0x31d701=_0x4e7919,_0x4867de=this[_0x31d701(0x229)]()+_0x31d701(0x233);await this[_0x31d701(0x1e8)]['patch'](_0x4867de,{'body':_0x16f378});}async[_0x4e7919(0x272)](_0x5a0d20){const _0x5273e9=_0x4e7919,_0x2d7127=this[_0x5273e9(0x229)]()+'/collaborator';await this['_HTTPService'][_0x5273e9(0x480)](_0x2d7127,{'body':_0x5a0d20});}async['listCollaborators'](_0x4ea963){const _0x24faba=_0x4e7919,_0x2b4dda=this[_0x24faba(0x229)]()+_0x24faba(0x233);return(await this[_0x24faba(0x1e8)][_0x24faba(0x16e)](_0x2b4dda,{'params':{'objectID':_0x4ea963[_0x24faba(0x9f)],'unitID':_0x4ea963['unitID']}}))['body'][_0x24faba(0x3e1)];}async['putCollaborators'](_0x39063c){const _0x5c4de9=_0x4e7919,_0x5912e6=this[_0x5c4de9(0x229)]()+_0x5c4de9(0x233);await this['_HTTPService'][_0x5c4de9(0x475)](_0x5912e6,{'body':_0x39063c});}};cs=ja([qs(0x0,_0x557b7a(_0x55adc1)),qs(0x1,_0x557b7a(_0x88f14))],cs);var ki={'exports':{}};function Wa(_0x468067){const _0x21a640=_0x4e7919;throw new Error(_0x21a640(0x82)+_0x468067+_0x21a640(0x136));}var Ft={'exports':{}},Xs;function ue(){const _0x22551a=_0x4e7919;return Xs||(Xs=0x1,function(_0x363b30,_0x3f5e64){(function(_0x2ddeda,_0x51b557){const _0xaf903b=_0x5ed9;_0x363b30[_0xaf903b(0x279)]=_0x51b557();}(Z,function(){var _0x4043cd=_0x4043cd||function(_0x465733,_0x4cbd1b){const _0x4d64a2=_0x5ed9;var _0x123f83;if(typeof window<'u'&&window[_0x4d64a2(0x1b2)]&&(_0x123f83=window[_0x4d64a2(0x1b2)]),typeof self<'u'&&self[_0x4d64a2(0x1b2)]&&(_0x123f83=self[_0x4d64a2(0x1b2)]),typeof globalThis<'u'&&globalThis['crypto']&&(_0x123f83=globalThis[_0x4d64a2(0x1b2)]),!_0x123f83&&typeof window<'u'&&window[_0x4d64a2(0x16f)]&&(_0x123f83=window[_0x4d64a2(0x16f)]),!_0x123f83&&typeof Z<'u'&&Z[_0x4d64a2(0x1b2)]&&(_0x123f83=Z[_0x4d64a2(0x1b2)]),!_0x123f83&&typeof Wa==_0x4d64a2(0x389))try{_0x123f83=require(_0x4d64a2(0x1b2));}catch{}var _0x338b0f=function(){const _0x18ceac=_0x4d64a2;if(_0x123f83){if(typeof _0x123f83[_0x18ceac(0x19d)]=='function')try{return _0x123f83[_0x18ceac(0x19d)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x123f83[_0x18ceac(0x220)]==_0x18ceac(0x389))try{return _0x123f83[_0x18ceac(0x220)](0x4)[_0x18ceac(0x3e3)]();}catch{}}throw new Error(_0x18ceac(0x22c));},_0x411826=Object['create']||(function(){function _0x104998(){}return function(_0x1c3583){const _0x1fff3b=_0x5ed9;var _0x27ac75;return _0x104998[_0x1fff3b(0x208)]=_0x1c3583,_0x27ac75=new _0x104998(),_0x104998[_0x1fff3b(0x208)]=null,_0x27ac75;};}()),_0x20b9c4={},_0x4d9fa8=_0x20b9c4[_0x4d64a2(0x24f)]={},_0x116ef8=_0x4d9fa8[_0x4d64a2(0x21e)]=(function(){return{'extend':function(_0x475c0e){const _0x528cfa=_0x5ed9;var _0x499fe8=_0x411826(this);return _0x475c0e&&_0x499fe8[_0x528cfa(0x9d)](_0x475c0e),(!_0x499fe8['hasOwnProperty'](_0x528cfa(0x251))||this['init']===_0x499fe8[_0x528cfa(0x251)])&&(_0x499fe8['init']=function(){const _0x1f7ffd=_0x528cfa;_0x499fe8[_0x1f7ffd(0x19a)][_0x1f7ffd(0x251)][_0x1f7ffd(0x2d7)](this,arguments);}),_0x499fe8[_0x528cfa(0x251)]['prototype']=_0x499fe8,_0x499fe8[_0x528cfa(0x19a)]=this,_0x499fe8;},'create':function(){const _0x10726=_0x5ed9;var _0x35cd1a=this[_0x10726(0x3d3)]();return _0x35cd1a[_0x10726(0x251)][_0x10726(0x2d7)](_0x35cd1a,arguments),_0x35cd1a;},'init':function(){},'mixIn':function(_0x56d05c){const _0x31a9e4=_0x5ed9;for(var _0x23a2dc in _0x56d05c)_0x56d05c[_0x31a9e4(0x1a1)](_0x23a2dc)&&(this[_0x23a2dc]=_0x56d05c[_0x23a2dc]);_0x56d05c[_0x31a9e4(0x1a1)](_0x31a9e4(0x227))&&(this[_0x31a9e4(0x227)]=_0x56d05c[_0x31a9e4(0x227)]);},'clone':function(){const _0x3e4987=_0x5ed9;return this[_0x3e4987(0x251)][_0x3e4987(0x208)][_0x3e4987(0x3d3)](this);}};}()),_0x274c39=_0x4d9fa8['WordArray']=_0x116ef8[_0x4d64a2(0x3d3)]({'init':function(_0x39daad,_0x448347){const _0x5e1a3b=_0x4d64a2;_0x39daad=this[_0x5e1a3b(0x10f)]=_0x39daad||[],_0x448347!=_0x4cbd1b?this[_0x5e1a3b(0x3bb)]=_0x448347:this[_0x5e1a3b(0x3bb)]=_0x39daad[_0x5e1a3b(0x126)]*0x4;},'toString':function(_0x580f4e){return(_0x580f4e||_0x18dd1b)['stringify'](this);},'concat':function(_0x78824c){const _0x4fac22=_0x4d64a2;var _0x108d80=this[_0x4fac22(0x10f)],_0x3162d3=_0x78824c[_0x4fac22(0x10f)],_0x2d385e=this[_0x4fac22(0x3bb)],_0x26aee9=_0x78824c[_0x4fac22(0x3bb)];if(this['clamp'](),_0x2d385e%0x4)for(var _0x3ac2b8=0x0;_0x3ac2b8<_0x26aee9;_0x3ac2b8++){var _0x3a2ca3=_0x3162d3[_0x3ac2b8>>>0x2]>>>0x18-_0x3ac2b8%0x4*0x8&0xff;_0x108d80[_0x2d385e+_0x3ac2b8>>>0x2]|=_0x3a2ca3<<0x18-(_0x2d385e+_0x3ac2b8)%0x4*0x8;}else{for(var _0x55e76d=0x0;_0x55e76d<_0x26aee9;_0x55e76d+=0x4)_0x108d80[_0x2d385e+_0x55e76d>>>0x2]=_0x3162d3[_0x55e76d>>>0x2];}return this[_0x4fac22(0x3bb)]+=_0x26aee9,this;},'clamp':function(){const _0x557913=_0x4d64a2;var _0x39d607=this[_0x557913(0x10f)],_0x2f6a4b=this[_0x557913(0x3bb)];_0x39d607[_0x2f6a4b>>>0x2]&=0xffffffff<<0x20-_0x2f6a4b%0x4*0x8,_0x39d607[_0x557913(0x126)]=_0x465733[_0x557913(0x2e5)](_0x2f6a4b/0x4);},'clone':function(){const _0x390bfa=_0x4d64a2;var _0x4abb86=_0x116ef8[_0x390bfa(0x2f5)][_0x390bfa(0x326)](this);return _0x4abb86['words']=this[_0x390bfa(0x10f)][_0x390bfa(0x41b)](0x0),_0x4abb86;},'random':function(_0x548dea){const _0x211ae5=_0x4d64a2;for(var _0x1187a5=[],_0x31964d=0x0;_0x31964d<_0x548dea;_0x31964d+=0x4)_0x1187a5[_0x211ae5(0x209)](_0x338b0f());return new _0x274c39[(_0x211ae5(0x251))](_0x1187a5,_0x548dea);}}),_0x36ca94=_0x20b9c4['enc']={},_0x18dd1b=_0x36ca94[_0x4d64a2(0x3d0)]={'stringify':function(_0x20294f){const _0x5be746=_0x4d64a2;for(var _0x170fc8=_0x20294f[_0x5be746(0x10f)],_0xd42c9=_0x20294f['sigBytes'],_0x7ba385=[],_0x496a69=0x0;_0x496a69<_0xd42c9;_0x496a69++){var _0x42c37b=_0x170fc8[_0x496a69>>>0x2]>>>0x18-_0x496a69%0x4*0x8&0xff;_0x7ba385[_0x5be746(0x209)]((_0x42c37b>>>0x4)[_0x5be746(0x227)](0x10)),_0x7ba385[_0x5be746(0x209)]((_0x42c37b&0xf)[_0x5be746(0x227)](0x10));}return _0x7ba385[_0x5be746(0x2e2)]('');},'parse':function(_0x12eb05){const _0x1f89ff=_0x4d64a2;for(var _0x1d3d5a=_0x12eb05[_0x1f89ff(0x126)],_0x13ec14=[],_0x28e634=0x0;_0x28e634<_0x1d3d5a;_0x28e634+=0x2)_0x13ec14[_0x28e634>>>0x3]|=parseInt(_0x12eb05['substr'](_0x28e634,0x2),0x10)<<0x18-_0x28e634%0x8*0x4;return new _0x274c39['init'](_0x13ec14,_0x1d3d5a/0x2);}},_0x25b94d=_0x36ca94[_0x4d64a2(0x3dc)]={'stringify':function(_0x239458){const _0x4d5b9f=_0x4d64a2;for(var _0x36df88=_0x239458['words'],_0x1c727e=_0x239458['sigBytes'],_0x6aea54=[],_0x30ff1a=0x0;_0x30ff1a<_0x1c727e;_0x30ff1a++){var _0xc80006=_0x36df88[_0x30ff1a>>>0x2]>>>0x18-_0x30ff1a%0x4*0x8&0xff;_0x6aea54[_0x4d5b9f(0x209)](String[_0x4d5b9f(0x11c)](_0xc80006));}return _0x6aea54[_0x4d5b9f(0x2e2)]('');},'parse':function(_0x4ccaf4){const _0x5d125e=_0x4d64a2;for(var _0x1fa6da=_0x4ccaf4['length'],_0x2901ce=[],_0x3782b2=0x0;_0x3782b2<_0x1fa6da;_0x3782b2++)_0x2901ce[_0x3782b2>>>0x2]|=(_0x4ccaf4['charCodeAt'](_0x3782b2)&0xff)<<0x18-_0x3782b2%0x4*0x8;return new _0x274c39[(_0x5d125e(0x251))](_0x2901ce,_0x1fa6da);}},_0x4c375f=_0x36ca94[_0x4d64a2(0x479)]={'stringify':function(_0x540aa3){const _0x67878f=_0x4d64a2;try{return decodeURIComponent(escape(_0x25b94d[_0x67878f(0x47a)](_0x540aa3)));}catch{throw new Error(_0x67878f(0x131));}},'parse':function(_0x3417d8){const _0x56968f=_0x4d64a2;return _0x25b94d[_0x56968f(0xdc)](unescape(encodeURIComponent(_0x3417d8)));}},_0x3c7d40=_0x4d9fa8[_0x4d64a2(0x20b)]=_0x116ef8[_0x4d64a2(0x3d3)]({'reset':function(){const _0x1898d0=_0x4d64a2;this[_0x1898d0(0x1ed)]=new _0x274c39[(_0x1898d0(0x251))](),this[_0x1898d0(0x428)]=0x0;},'_append':function(_0x1af0cf){const _0x546daa=_0x4d64a2;typeof _0x1af0cf==_0x546daa(0x216)&&(_0x1af0cf=_0x4c375f[_0x546daa(0xdc)](_0x1af0cf)),this[_0x546daa(0x1ed)][_0x546daa(0x24a)](_0x1af0cf),this[_0x546daa(0x428)]+=_0x1af0cf[_0x546daa(0x3bb)];},'_process':function(_0xbbaf86){const _0x14267a=_0x4d64a2;var _0x48ef70,_0x450cfa=this[_0x14267a(0x1ed)],_0x5ae2c5=_0x450cfa['words'],_0x280ecf=_0x450cfa[_0x14267a(0x3bb)],_0x420553=this['blockSize'],_0x2267f3=_0x420553*0x4,_0x447612=_0x280ecf/_0x2267f3;_0xbbaf86?_0x447612=_0x465733['ceil'](_0x447612):_0x447612=_0x465733[_0x14267a(0x384)]((_0x447612|0x0)-this[_0x14267a(0x1d6)],0x0);var _0x5b5a88=_0x447612*_0x420553,_0x5af15f=_0x465733[_0x14267a(0x3a2)](_0x5b5a88*0x4,_0x280ecf);if(_0x5b5a88){for(var _0x1e6931=0x0;_0x1e6931<_0x5b5a88;_0x1e6931+=_0x420553)this[_0x14267a(0x1d0)](_0x5ae2c5,_0x1e6931);_0x48ef70=_0x5ae2c5[_0x14267a(0x3d9)](0x0,_0x5b5a88),_0x450cfa[_0x14267a(0x3bb)]-=_0x5af15f;}return new _0x274c39[(_0x14267a(0x251))](_0x48ef70,_0x5af15f);},'clone':function(){const _0x50b85b=_0x4d64a2;var _0x5ccbec=_0x116ef8['clone'][_0x50b85b(0x326)](this);return _0x5ccbec['_data']=this[_0x50b85b(0x1ed)][_0x50b85b(0x2f5)](),_0x5ccbec;},'_minBufferSize':0x0});_0x4d9fa8[_0x4d64a2(0x218)]=_0x3c7d40['extend']({'cfg':_0x116ef8[_0x4d64a2(0x3d3)](),'init':function(_0x538fa0){const _0x139a9e=_0x4d64a2;this[_0x139a9e(0x150)]=this[_0x139a9e(0x150)][_0x139a9e(0x3d3)](_0x538fa0),this[_0x139a9e(0x486)]();},'reset':function(){const _0x1fb3ba=_0x4d64a2;_0x3c7d40['reset'][_0x1fb3ba(0x326)](this),this[_0x1fb3ba(0x374)]();},'update':function(_0x4723f9){const _0x1beacf=_0x4d64a2;return this[_0x1beacf(0x3d7)](_0x4723f9),this[_0x1beacf(0x181)](),this;},'finalize':function(_0x4a2371){const _0x2b5557=_0x4d64a2;_0x4a2371&&this[_0x2b5557(0x3d7)](_0x4a2371);var _0x1ff4e1=this['_doFinalize']();return _0x1ff4e1;},'blockSize':0x10,'_createHelper':function(_0x546e65){return function(_0x14376d,_0x452c58){const _0x14eeaa=_0x5ed9;return new _0x546e65[(_0x14eeaa(0x251))](_0x452c58)[_0x14eeaa(0x1d9)](_0x14376d);};},'_createHmacHelper':function(_0x18eca4){return function(_0x3be3b2,_0x3420fb){const _0x5b10bb=_0x5ed9;return new _0x50d9ea[(_0x5b10bb(0x394))][(_0x5b10bb(0x251))](_0x18eca4,_0x3420fb)[_0x5b10bb(0x1d9)](_0x3be3b2);};}});var _0x50d9ea=_0x20b9c4['algo']={};return _0x20b9c4;}(Math);return _0x4043cd;}));}(Ft)),Ft[_0x22551a(0x279)];}var Vt={'exports':{}},Js;function Wi(){return Js||(Js=0x1,function(_0x294d01,_0x5c8c6e){(function(_0x102172,_0x39cf30){const _0x17ea8e=_0x5ed9;_0x294d01[_0x17ea8e(0x279)]=_0x39cf30(ue());}(Z,function(_0x527657){const _0x11d2e1=_0x5ed9;return(function(){const _0x3b29d0=_0x5ed9;var _0x319187=_0x527657,_0xcc5b4d=_0x319187[_0x3b29d0(0x24f)],_0x14c296=_0xcc5b4d['WordArray'],_0x4f7438=_0x319187[_0x3b29d0(0xc5)];_0x4f7438[_0x3b29d0(0x2e4)]={'stringify':function(_0x6265e0){const _0x30a88e=_0x3b29d0;var _0xe23173=_0x6265e0[_0x30a88e(0x10f)],_0x109ad2=_0x6265e0[_0x30a88e(0x3bb)],_0x1d0e13=this['_map'];_0x6265e0[_0x30a88e(0xdf)]();for(var _0x35e99e=[],_0x5b5bf7=0x0;_0x5b5bf7<_0x109ad2;_0x5b5bf7+=0x3)for(var _0x53bc5d=_0xe23173[_0x5b5bf7>>>0x2]>>>0x18-_0x5b5bf7%0x4*0x8&0xff,_0xe805d2=_0xe23173[_0x5b5bf7+0x1>>>0x2]>>>0x18-(_0x5b5bf7+0x1)%0x4*0x8&0xff,_0x1000b9=_0xe23173[_0x5b5bf7+0x2>>>0x2]>>>0x18-(_0x5b5bf7+0x2)%0x4*0x8&0xff,_0x2ec685=_0x53bc5d<<0x10|_0xe805d2<<0x8|_0x1000b9,_0x1932e3=0x0;_0x1932e3<0x4&&_0x5b5bf7+_0x1932e3*0.75<_0x109ad2;_0x1932e3++)_0x35e99e['push'](_0x1d0e13[_0x30a88e(0x130)](_0x2ec685>>>0x6*(0x3-_0x1932e3)&0x3f));var _0x563b0f=_0x1d0e13[_0x30a88e(0x130)](0x40);if(_0x563b0f){for(;_0x35e99e[_0x30a88e(0x126)]%0x4;)_0x35e99e[_0x30a88e(0x209)](_0x563b0f);}return _0x35e99e[_0x30a88e(0x2e2)]('');},'parse':function(_0x11cd17){const _0x16030e=_0x3b29d0;var _0x37d1ec=_0x11cd17[_0x16030e(0x126)],_0x516a9c=this[_0x16030e(0x2e8)],_0x5054d5=this[_0x16030e(0xe7)];if(!_0x5054d5){_0x5054d5=this[_0x16030e(0xe7)]=[];for(var _0x10aec3=0x0;_0x10aec3<_0x516a9c[_0x16030e(0x126)];_0x10aec3++)_0x5054d5[_0x516a9c[_0x16030e(0x79)](_0x10aec3)]=_0x10aec3;}var _0x19148f=_0x516a9c[_0x16030e(0x130)](0x40);if(_0x19148f){var _0x2a6137=_0x11cd17[_0x16030e(0x1e7)](_0x19148f);_0x2a6137!==-0x1&&(_0x37d1ec=_0x2a6137);}return _0x4a56f5(_0x11cd17,_0x37d1ec,_0x5054d5);},'_map':_0x3b29d0(0x484)};function _0x4a56f5(_0x1cc844,_0x2febca,_0x33646b){const _0x121970=_0x3b29d0;for(var _0x4aff3a=[],_0x363b96=0x0,_0x53148b=0x0;_0x53148b<_0x2febca;_0x53148b++)if(_0x53148b%0x4){var _0x3efa81=_0x33646b[_0x1cc844[_0x121970(0x79)](_0x53148b-0x1)]<<_0x53148b%0x4*0x2,_0x566e07=_0x33646b[_0x1cc844[_0x121970(0x79)](_0x53148b)]>>>0x6-_0x53148b%0x4*0x2,_0x3eb0f6=_0x3efa81|_0x566e07;_0x4aff3a[_0x363b96>>>0x2]|=_0x3eb0f6<<0x18-_0x363b96%0x4*0x8,_0x363b96++;}return _0x14c296[_0x121970(0x447)](_0x4aff3a,_0x363b96);}}()),_0x527657[_0x11d2e1(0xc5)][_0x11d2e1(0x2e4)];}));}(Vt)),Vt['exports'];}var Gt={'exports':{}},Zs;function Fa(){const _0x139e29=_0x4e7919;return Zs||(Zs=0x1,function(_0x5d3a92,_0x43d144){(function(_0x203600,_0x2375fd){const _0x570471=_0x5ed9;_0x5d3a92[_0x570471(0x279)]=_0x2375fd(ue());}(Z,function(_0x5bf9cf){const _0x3e9fd6=_0x5ed9;return function(_0x22c53c){const _0x46e6c4=_0x5ed9;var _0x2c4782=_0x5bf9cf,_0x4e9638=_0x2c4782['lib'],_0x2ad1ea=_0x4e9638['WordArray'],_0x5eb0c1=_0x4e9638['Hasher'],_0x320f87=_0x2c4782['algo'],_0x3475a5=[];(function(){const _0x498122=_0x5ed9;for(var _0x39dfbf=0x0;_0x39dfbf<0x40;_0x39dfbf++)_0x3475a5[_0x39dfbf]=_0x22c53c[_0x498122(0x23d)](_0x22c53c[_0x498122(0x321)](_0x39dfbf+0x1))*0x100000000|0x0;}());var _0x3398f8=_0x320f87['MD5']=_0x5eb0c1[_0x46e6c4(0x3d3)]({'_doReset':function(){const _0x7b70f4=_0x46e6c4;this[_0x7b70f4(0x339)]=new _0x2ad1ea['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x192ed7,_0x4f1d45){const _0x56fc2e=_0x46e6c4;for(var _0x20c9c5=0x0;_0x20c9c5<0x10;_0x20c9c5++){var _0x1b61d9=_0x4f1d45+_0x20c9c5,_0x1498ce=_0x192ed7[_0x1b61d9];_0x192ed7[_0x1b61d9]=(_0x1498ce<<0x8|_0x1498ce>>>0x18)&0xff00ff|(_0x1498ce<<0x18|_0x1498ce>>>0x8)&0xff00ff00;}var _0x33c374=this[_0x56fc2e(0x339)][_0x56fc2e(0x10f)],_0x586e67=_0x192ed7[_0x4f1d45+0x0],_0x1dc3e6=_0x192ed7[_0x4f1d45+0x1],_0x4b7d2a=_0x192ed7[_0x4f1d45+0x2],_0x448d5f=_0x192ed7[_0x4f1d45+0x3],_0x274cd6=_0x192ed7[_0x4f1d45+0x4],_0x303405=_0x192ed7[_0x4f1d45+0x5],_0x41307b=_0x192ed7[_0x4f1d45+0x6],_0x24d551=_0x192ed7[_0x4f1d45+0x7],_0x41d4bd=_0x192ed7[_0x4f1d45+0x8],_0x5be2ee=_0x192ed7[_0x4f1d45+0x9],_0x1285b2=_0x192ed7[_0x4f1d45+0xa],_0x2cccee=_0x192ed7[_0x4f1d45+0xb],_0x4270ec=_0x192ed7[_0x4f1d45+0xc],_0x2f0a1a=_0x192ed7[_0x4f1d45+0xd],_0x23ce05=_0x192ed7[_0x4f1d45+0xe],_0x220231=_0x192ed7[_0x4f1d45+0xf],_0x449da9=_0x33c374[0x0],_0x5863e4=_0x33c374[0x1],_0x2052fe=_0x33c374[0x2],_0x255749=_0x33c374[0x3];_0x449da9=_0x3c1197(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x586e67,0x7,_0x3475a5[0x0]),_0x255749=_0x3c1197(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x1dc3e6,0xc,_0x3475a5[0x1]),_0x2052fe=_0x3c1197(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x4b7d2a,0x11,_0x3475a5[0x2]),_0x5863e4=_0x3c1197(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x448d5f,0x16,_0x3475a5[0x3]),_0x449da9=_0x3c1197(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x274cd6,0x7,_0x3475a5[0x4]),_0x255749=_0x3c1197(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x303405,0xc,_0x3475a5[0x5]),_0x2052fe=_0x3c1197(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x41307b,0x11,_0x3475a5[0x6]),_0x5863e4=_0x3c1197(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x24d551,0x16,_0x3475a5[0x7]),_0x449da9=_0x3c1197(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x41d4bd,0x7,_0x3475a5[0x8]),_0x255749=_0x3c1197(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x5be2ee,0xc,_0x3475a5[0x9]),_0x2052fe=_0x3c1197(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x1285b2,0x11,_0x3475a5[0xa]),_0x5863e4=_0x3c1197(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x2cccee,0x16,_0x3475a5[0xb]),_0x449da9=_0x3c1197(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x4270ec,0x7,_0x3475a5[0xc]),_0x255749=_0x3c1197(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x2f0a1a,0xc,_0x3475a5[0xd]),_0x2052fe=_0x3c1197(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x23ce05,0x11,_0x3475a5[0xe]),_0x5863e4=_0x3c1197(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x220231,0x16,_0x3475a5[0xf]),_0x449da9=_0x14b4dc(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x1dc3e6,0x5,_0x3475a5[0x10]),_0x255749=_0x14b4dc(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x41307b,0x9,_0x3475a5[0x11]),_0x2052fe=_0x14b4dc(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x2cccee,0xe,_0x3475a5[0x12]),_0x5863e4=_0x14b4dc(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x586e67,0x14,_0x3475a5[0x13]),_0x449da9=_0x14b4dc(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x303405,0x5,_0x3475a5[0x14]),_0x255749=_0x14b4dc(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x1285b2,0x9,_0x3475a5[0x15]),_0x2052fe=_0x14b4dc(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x220231,0xe,_0x3475a5[0x16]),_0x5863e4=_0x14b4dc(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x274cd6,0x14,_0x3475a5[0x17]),_0x449da9=_0x14b4dc(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x5be2ee,0x5,_0x3475a5[0x18]),_0x255749=_0x14b4dc(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x23ce05,0x9,_0x3475a5[0x19]),_0x2052fe=_0x14b4dc(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x448d5f,0xe,_0x3475a5[0x1a]),_0x5863e4=_0x14b4dc(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x41d4bd,0x14,_0x3475a5[0x1b]),_0x449da9=_0x14b4dc(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x2f0a1a,0x5,_0x3475a5[0x1c]),_0x255749=_0x14b4dc(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x4b7d2a,0x9,_0x3475a5[0x1d]),_0x2052fe=_0x14b4dc(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x24d551,0xe,_0x3475a5[0x1e]),_0x5863e4=_0x14b4dc(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x4270ec,0x14,_0x3475a5[0x1f]),_0x449da9=_0xb34aae(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x303405,0x4,_0x3475a5[0x20]),_0x255749=_0xb34aae(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x41d4bd,0xb,_0x3475a5[0x21]),_0x2052fe=_0xb34aae(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x2cccee,0x10,_0x3475a5[0x22]),_0x5863e4=_0xb34aae(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x23ce05,0x17,_0x3475a5[0x23]),_0x449da9=_0xb34aae(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x1dc3e6,0x4,_0x3475a5[0x24]),_0x255749=_0xb34aae(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x274cd6,0xb,_0x3475a5[0x25]),_0x2052fe=_0xb34aae(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x24d551,0x10,_0x3475a5[0x26]),_0x5863e4=_0xb34aae(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x1285b2,0x17,_0x3475a5[0x27]),_0x449da9=_0xb34aae(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x2f0a1a,0x4,_0x3475a5[0x28]),_0x255749=_0xb34aae(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x586e67,0xb,_0x3475a5[0x29]),_0x2052fe=_0xb34aae(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x448d5f,0x10,_0x3475a5[0x2a]),_0x5863e4=_0xb34aae(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x41307b,0x17,_0x3475a5[0x2b]),_0x449da9=_0xb34aae(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x5be2ee,0x4,_0x3475a5[0x2c]),_0x255749=_0xb34aae(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x4270ec,0xb,_0x3475a5[0x2d]),_0x2052fe=_0xb34aae(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x220231,0x10,_0x3475a5[0x2e]),_0x5863e4=_0xb34aae(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x4b7d2a,0x17,_0x3475a5[0x2f]),_0x449da9=_0x5a7e6e(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x586e67,0x6,_0x3475a5[0x30]),_0x255749=_0x5a7e6e(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x24d551,0xa,_0x3475a5[0x31]),_0x2052fe=_0x5a7e6e(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x23ce05,0xf,_0x3475a5[0x32]),_0x5863e4=_0x5a7e6e(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x303405,0x15,_0x3475a5[0x33]),_0x449da9=_0x5a7e6e(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x4270ec,0x6,_0x3475a5[0x34]),_0x255749=_0x5a7e6e(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x448d5f,0xa,_0x3475a5[0x35]),_0x2052fe=_0x5a7e6e(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x1285b2,0xf,_0x3475a5[0x36]),_0x5863e4=_0x5a7e6e(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x1dc3e6,0x15,_0x3475a5[0x37]),_0x449da9=_0x5a7e6e(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x41d4bd,0x6,_0x3475a5[0x38]),_0x255749=_0x5a7e6e(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x220231,0xa,_0x3475a5[0x39]),_0x2052fe=_0x5a7e6e(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x41307b,0xf,_0x3475a5[0x3a]),_0x5863e4=_0x5a7e6e(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x2f0a1a,0x15,_0x3475a5[0x3b]),_0x449da9=_0x5a7e6e(_0x449da9,_0x5863e4,_0x2052fe,_0x255749,_0x274cd6,0x6,_0x3475a5[0x3c]),_0x255749=_0x5a7e6e(_0x255749,_0x449da9,_0x5863e4,_0x2052fe,_0x2cccee,0xa,_0x3475a5[0x3d]),_0x2052fe=_0x5a7e6e(_0x2052fe,_0x255749,_0x449da9,_0x5863e4,_0x4b7d2a,0xf,_0x3475a5[0x3e]),_0x5863e4=_0x5a7e6e(_0x5863e4,_0x2052fe,_0x255749,_0x449da9,_0x5be2ee,0x15,_0x3475a5[0x3f]),_0x33c374[0x0]=_0x33c374[0x0]+_0x449da9|0x0,_0x33c374[0x1]=_0x33c374[0x1]+_0x5863e4|0x0,_0x33c374[0x2]=_0x33c374[0x2]+_0x2052fe|0x0,_0x33c374[0x3]=_0x33c374[0x3]+_0x255749|0x0;},'_doFinalize':function(){const _0x5f240e=_0x46e6c4;var _0x8cb964=this[_0x5f240e(0x1ed)],_0x4e3163=_0x8cb964['words'],_0x2eb491=this['_nDataBytes']*0x8,_0x3742f2=_0x8cb964[_0x5f240e(0x3bb)]*0x8;_0x4e3163[_0x3742f2>>>0x5]|=0x80<<0x18-_0x3742f2%0x20;var _0x2e593d=_0x22c53c[_0x5f240e(0x1be)](_0x2eb491/0x100000000),_0x365625=_0x2eb491;_0x4e3163[(_0x3742f2+0x40>>>0x9<<0x4)+0xf]=(_0x2e593d<<0x8|_0x2e593d>>>0x18)&0xff00ff|(_0x2e593d<<0x18|_0x2e593d>>>0x8)&0xff00ff00,_0x4e3163[(_0x3742f2+0x40>>>0x9<<0x4)+0xe]=(_0x365625<<0x8|_0x365625>>>0x18)&0xff00ff|(_0x365625<<0x18|_0x365625>>>0x8)&0xff00ff00,_0x8cb964[_0x5f240e(0x3bb)]=(_0x4e3163[_0x5f240e(0x126)]+0x1)*0x4,this[_0x5f240e(0x181)]();for(var _0x5676b2=this[_0x5f240e(0x339)],_0x1edd8b=_0x5676b2[_0x5f240e(0x10f)],_0x4e777a=0x0;_0x4e777a<0x4;_0x4e777a++){var _0x1be32c=_0x1edd8b[_0x4e777a];_0x1edd8b[_0x4e777a]=(_0x1be32c<<0x8|_0x1be32c>>>0x18)&0xff00ff|(_0x1be32c<<0x18|_0x1be32c>>>0x8)&0xff00ff00;}return _0x5676b2;},'clone':function(){const _0x128e46=_0x46e6c4;var _0x9ebe5e=_0x5eb0c1[_0x128e46(0x2f5)][_0x128e46(0x326)](this);return _0x9ebe5e['_hash']=this['_hash']['clone'](),_0x9ebe5e;}});function _0x3c1197(_0x5a2ef8,_0x1713f1,_0x580d50,_0x21573f,_0x524b46,_0x32b39c,_0xd686c6){var _0x244b74=_0x5a2ef8+(_0x1713f1&_0x580d50|~_0x1713f1&_0x21573f)+_0x524b46+_0xd686c6;return(_0x244b74<<_0x32b39c|_0x244b74>>>0x20-_0x32b39c)+_0x1713f1;}function _0x14b4dc(_0xedd01f,_0x466bb9,_0x2c53a9,_0xa7690e,_0x17b1a2,_0xc476bb,_0x27bc3a){var _0x2ff807=_0xedd01f+(_0x466bb9&_0xa7690e|_0x2c53a9&~_0xa7690e)+_0x17b1a2+_0x27bc3a;return(_0x2ff807<<_0xc476bb|_0x2ff807>>>0x20-_0xc476bb)+_0x466bb9;}function _0xb34aae(_0x46b67d,_0x2e86bf,_0x501021,_0x5aa75d,_0x40be07,_0x3a1d39,_0x54bc2b){var _0x4abfdb=_0x46b67d+(_0x2e86bf^_0x501021^_0x5aa75d)+_0x40be07+_0x54bc2b;return(_0x4abfdb<<_0x3a1d39|_0x4abfdb>>>0x20-_0x3a1d39)+_0x2e86bf;}function _0x5a7e6e(_0x30bed1,_0x270554,_0x11e315,_0x3c8b2b,_0x3679ad,_0x496aa9,_0x5a155f){var _0x35b991=_0x30bed1+(_0x11e315^(_0x270554|~_0x3c8b2b))+_0x3679ad+_0x5a155f;return(_0x35b991<<_0x496aa9|_0x35b991>>>0x20-_0x496aa9)+_0x270554;}_0x2c4782['MD5']=_0x5eb0c1[_0x46e6c4(0x3a3)](_0x3398f8),_0x2c4782[_0x46e6c4(0x392)]=_0x5eb0c1[_0x46e6c4(0x11e)](_0x3398f8);}(Math),_0x5bf9cf[_0x3e9fd6(0x3f3)];}));}(Gt)),Gt[_0x139e29(0x279)];}var Yt={'exports':{}},Kt={'exports':{}},Qs;function Va(){const _0x3a5465=_0x4e7919;return Qs||(Qs=0x1,function(_0x510843,_0x164530){(function(_0x16a5f7,_0x4353ca){const _0x191660=_0x5ed9;_0x510843[_0x191660(0x279)]=_0x4353ca(ue());}(Z,function(_0x53ad02){const _0x580046=_0x5ed9;return(function(){const _0x5dccee=_0x5ed9;var _0x2e0eed=_0x53ad02,_0x46219b=_0x2e0eed[_0x5dccee(0x24f)],_0x319969=_0x46219b[_0x5dccee(0x3e0)],_0xf72a55=_0x46219b['Hasher'],_0x6fe206=_0x2e0eed[_0x5dccee(0x2c0)],_0x5ec502=[],_0x515506=_0x6fe206[_0x5dccee(0xd4)]=_0xf72a55[_0x5dccee(0x3d3)]({'_doReset':function(){const _0x4348f1=_0x5dccee;this[_0x4348f1(0x339)]=new _0x319969[(_0x4348f1(0x251))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x374a56,_0xa27a7d){const _0x1100be=_0x5dccee;for(var _0x3a8e52=this[_0x1100be(0x339)][_0x1100be(0x10f)],_0x2d903c=_0x3a8e52[0x0],_0x421747=_0x3a8e52[0x1],_0x387623=_0x3a8e52[0x2],_0x279ffd=_0x3a8e52[0x3],_0x4b4704=_0x3a8e52[0x4],_0x132599=0x0;_0x132599<0x50;_0x132599++){if(_0x132599<0x10)_0x5ec502[_0x132599]=_0x374a56[_0xa27a7d+_0x132599]|0x0;else{var _0x270b3b=_0x5ec502[_0x132599-0x3]^_0x5ec502[_0x132599-0x8]^_0x5ec502[_0x132599-0xe]^_0x5ec502[_0x132599-0x10];_0x5ec502[_0x132599]=_0x270b3b<<0x1|_0x270b3b>>>0x1f;}var _0x17b276=(_0x2d903c<<0x5|_0x2d903c>>>0x1b)+_0x4b4704+_0x5ec502[_0x132599];_0x132599<0x14?_0x17b276+=(_0x421747&_0x387623|~_0x421747&_0x279ffd)+0x5a827999:_0x132599<0x28?_0x17b276+=(_0x421747^_0x387623^_0x279ffd)+0x6ed9eba1:_0x132599<0x3c?_0x17b276+=(_0x421747&_0x387623|_0x421747&_0x279ffd|_0x387623&_0x279ffd)-0x70e44324:_0x17b276+=(_0x421747^_0x387623^_0x279ffd)-0x359d3e2a,_0x4b4704=_0x279ffd,_0x279ffd=_0x387623,_0x387623=_0x421747<<0x1e|_0x421747>>>0x2,_0x421747=_0x2d903c,_0x2d903c=_0x17b276;}_0x3a8e52[0x0]=_0x3a8e52[0x0]+_0x2d903c|0x0,_0x3a8e52[0x1]=_0x3a8e52[0x1]+_0x421747|0x0,_0x3a8e52[0x2]=_0x3a8e52[0x2]+_0x387623|0x0,_0x3a8e52[0x3]=_0x3a8e52[0x3]+_0x279ffd|0x0,_0x3a8e52[0x4]=_0x3a8e52[0x4]+_0x4b4704|0x0;},'_doFinalize':function(){const _0x1bf0ac=_0x5dccee;var _0x412245=this[_0x1bf0ac(0x1ed)],_0x243306=_0x412245[_0x1bf0ac(0x10f)],_0x46d16d=this[_0x1bf0ac(0x428)]*0x8,_0x3c57cd=_0x412245[_0x1bf0ac(0x3bb)]*0x8;return _0x243306[_0x3c57cd>>>0x5]|=0x80<<0x18-_0x3c57cd%0x20,_0x243306[(_0x3c57cd+0x40>>>0x9<<0x4)+0xe]=Math[_0x1bf0ac(0x1be)](_0x46d16d/0x100000000),_0x243306[(_0x3c57cd+0x40>>>0x9<<0x4)+0xf]=_0x46d16d,_0x412245[_0x1bf0ac(0x3bb)]=_0x243306['length']*0x4,this[_0x1bf0ac(0x181)](),this['_hash'];},'clone':function(){const _0xc538d5=_0x5dccee;var _0x2e660e=_0xf72a55[_0xc538d5(0x2f5)][_0xc538d5(0x326)](this);return _0x2e660e[_0xc538d5(0x339)]=this[_0xc538d5(0x339)][_0xc538d5(0x2f5)](),_0x2e660e;}});_0x2e0eed['SHA1']=_0xf72a55['_createHelper'](_0x515506),_0x2e0eed['HmacSHA1']=_0xf72a55['_createHmacHelper'](_0x515506);}()),_0x53ad02[_0x580046(0xd4)];}));}(Kt)),Kt[_0x3a5465(0x279)];}var zt={'exports':{}},ei;function Ga(){const _0x5d41ec=_0x4e7919;return ei||(ei=0x1,function(_0x4663b4,_0x48e654){(function(_0x5bbee1,_0x339ab0){_0x4663b4['exports']=_0x339ab0(ue());}(Z,function(_0x4e1d8a){(function(){const _0x3ea72a=_0x5ed9;var _0x45449e=_0x4e1d8a,_0x3aa9fb=_0x45449e['lib'],_0x4f244a=_0x3aa9fb[_0x3ea72a(0x21e)],_0x1cce0e=_0x45449e[_0x3ea72a(0xc5)],_0x1d0df6=_0x1cce0e['Utf8'],_0x4ad0ff=_0x45449e[_0x3ea72a(0x2c0)];_0x4ad0ff[_0x3ea72a(0x394)]=_0x4f244a[_0x3ea72a(0x3d3)]({'init':function(_0x2af4b0,_0x2de934){const _0x880af0=_0x3ea72a;_0x2af4b0=this[_0x880af0(0x390)]=new _0x2af4b0[(_0x880af0(0x251))](),typeof _0x2de934==_0x880af0(0x216)&&(_0x2de934=_0x1d0df6[_0x880af0(0xdc)](_0x2de934));var _0x4ea867=_0x2af4b0[_0x880af0(0x44b)],_0x31058d=_0x4ea867*0x4;_0x2de934['sigBytes']>_0x31058d&&(_0x2de934=_0x2af4b0[_0x880af0(0x1d9)](_0x2de934)),_0x2de934[_0x880af0(0xdf)]();for(var _0x34d3fe=this[_0x880af0(0x1c0)]=_0x2de934[_0x880af0(0x2f5)](),_0x311d4f=this['_iKey']=_0x2de934['clone'](),_0x593dee=_0x34d3fe[_0x880af0(0x10f)],_0xf22929=_0x311d4f[_0x880af0(0x10f)],_0x2af0b1=0x0;_0x2af0b1<_0x4ea867;_0x2af0b1++)_0x593dee[_0x2af0b1]^=0x5c5c5c5c,_0xf22929[_0x2af0b1]^=0x36363636;_0x34d3fe['sigBytes']=_0x311d4f[_0x880af0(0x3bb)]=_0x31058d,this[_0x880af0(0x486)]();},'reset':function(){const _0x1d4fa7=_0x3ea72a;var _0x1abc4e=this[_0x1d4fa7(0x390)];_0x1abc4e[_0x1d4fa7(0x486)](),_0x1abc4e[_0x1d4fa7(0x3c1)](this['_iKey']);},'update':function(_0x33e9fd){const _0x3230d4=_0x3ea72a;return this[_0x3230d4(0x390)][_0x3230d4(0x3c1)](_0x33e9fd),this;},'finalize':function(_0x1c19b5){const _0x672d79=_0x3ea72a;var _0x4b8689=this[_0x672d79(0x390)],_0x5563a1=_0x4b8689[_0x672d79(0x1d9)](_0x1c19b5);_0x4b8689['reset']();var _0x3713e1=_0x4b8689[_0x672d79(0x1d9)](this[_0x672d79(0x1c0)][_0x672d79(0x2f5)]()[_0x672d79(0x24a)](_0x5563a1));return _0x3713e1;}});}());}));}(zt)),zt[_0x5d41ec(0x279)];}var ti;function Fi(){const _0x192677=_0x4e7919;return ti||(ti=0x1,function(_0x1dae0b,_0x368c90){(function(_0x3e5406,_0x431e0c,_0x5ab923){const _0x313497=_0x5ed9;_0x1dae0b[_0x313497(0x279)]=_0x431e0c(ue(),Va(),Ga());}(Z,function(_0x5cd4f7){const _0x4f9b77=_0x5ed9;return(function(){const _0x2b2511=_0x5ed9;var _0x5cd92d=_0x5cd4f7,_0x4f45d4=_0x5cd92d[_0x2b2511(0x24f)],_0x515c23=_0x4f45d4[_0x2b2511(0x21e)],_0x2ecf1d=_0x4f45d4[_0x2b2511(0x3e0)],_0x597e66=_0x5cd92d[_0x2b2511(0x2c0)],_0x34fa1c=_0x597e66[_0x2b2511(0x3f3)],_0x14a9a8=_0x597e66[_0x2b2511(0x45a)]=_0x515c23[_0x2b2511(0x3d3)]({'cfg':_0x515c23[_0x2b2511(0x3d3)]({'keySize':0x80/0x20,'hasher':_0x34fa1c,'iterations':0x1}),'init':function(_0x279370){const _0x5ad044=_0x2b2511;this[_0x5ad044(0x150)]=this['cfg'][_0x5ad044(0x3d3)](_0x279370);},'compute':function(_0x27d7fe,_0x22545d){const _0x1c1bf6=_0x2b2511;for(var _0x215664,_0x2a0e63=this['cfg'],_0x245574=_0x2a0e63[_0x1c1bf6(0x3eb)]['create'](),_0x2d79bb=_0x2ecf1d[_0x1c1bf6(0x447)](),_0x14fdca=_0x2d79bb[_0x1c1bf6(0x10f)],_0x54fdb3=_0x2a0e63[_0x1c1bf6(0x157)],_0x30c9b0=_0x2a0e63[_0x1c1bf6(0x29b)];_0x14fdca[_0x1c1bf6(0x126)]<_0x54fdb3;){_0x215664&&_0x245574[_0x1c1bf6(0x3c1)](_0x215664),_0x215664=_0x245574[_0x1c1bf6(0x3c1)](_0x27d7fe)[_0x1c1bf6(0x1d9)](_0x22545d),_0x245574[_0x1c1bf6(0x486)]();for(var _0xe7c238=0x1;_0xe7c238<_0x30c9b0;_0xe7c238++)_0x215664=_0x245574['finalize'](_0x215664),_0x245574[_0x1c1bf6(0x486)]();_0x2d79bb[_0x1c1bf6(0x24a)](_0x215664);}return _0x2d79bb['sigBytes']=_0x54fdb3*0x4,_0x2d79bb;}});_0x5cd92d['EvpKDF']=function(_0x95ce3a,_0x2ef351,_0x372082){const _0x3e71d4=_0x2b2511;return _0x14a9a8['create'](_0x372082)[_0x3e71d4(0x124)](_0x95ce3a,_0x2ef351);};}()),_0x5cd4f7[_0x4f9b77(0x45a)];}));}(Yt)),Yt[_0x192677(0x279)];}var qt={'exports':{}},si;function Vi(){const _0xf38521=_0x4e7919;return si||(si=0x1,function(_0x316690,_0x2a9cff){(function(_0x198d74,_0xfc1cc7,_0x25ce30){const _0x964111=_0x5ed9;_0x316690[_0x964111(0x279)]=_0xfc1cc7(ue(),Fi());}(Z,function(_0x4b3631){const _0x241fc3=_0x5ed9;_0x4b3631[_0x241fc3(0x24f)]['Cipher']||function(_0x301deb){const _0x401910=_0x241fc3;var _0x4a9760=_0x4b3631,_0x4ec537=_0x4a9760[_0x401910(0x24f)],_0x3ccafb=_0x4ec537[_0x401910(0x21e)],_0x2e786d=_0x4ec537['WordArray'],_0x1e2ecc=_0x4ec537[_0x401910(0x20b)],_0x3019a2=_0x4a9760[_0x401910(0xc5)];_0x3019a2[_0x401910(0x479)];var _0x351334=_0x3019a2[_0x401910(0x2e4)],_0x1d134f=_0x4a9760[_0x401910(0x2c0)],_0x22b8de=_0x1d134f[_0x401910(0x45a)],_0x5decfe=_0x4ec537[_0x401910(0x29e)]=_0x1e2ecc[_0x401910(0x3d3)]({'cfg':_0x3ccafb[_0x401910(0x3d3)](),'createEncryptor':function(_0x237839,_0x5bdc6){const _0x2baf49=_0x401910;return this[_0x2baf49(0x447)](this['_ENC_XFORM_MODE'],_0x237839,_0x5bdc6);},'createDecryptor':function(_0x98cc8a,_0x508b3c){const _0x4f62eb=_0x401910;return this[_0x4f62eb(0x447)](this['_DEC_XFORM_MODE'],_0x98cc8a,_0x508b3c);},'init':function(_0x4db08f,_0x31bf47,_0x370a5c){const _0x34ea48=_0x401910;this[_0x34ea48(0x150)]=this[_0x34ea48(0x150)][_0x34ea48(0x3d3)](_0x370a5c),this[_0x34ea48(0x274)]=_0x4db08f,this[_0x34ea48(0x33f)]=_0x31bf47,this[_0x34ea48(0x486)]();},'reset':function(){const _0x4f0f62=_0x401910;_0x1e2ecc[_0x4f0f62(0x486)]['call'](this),this[_0x4f0f62(0x374)]();},'process':function(_0x238b54){const _0xc9d0dd=_0x401910;return this[_0xc9d0dd(0x3d7)](_0x238b54),this[_0xc9d0dd(0x181)]();},'finalize':function(_0x5260e2){const _0x511169=_0x401910;_0x5260e2&&this[_0x511169(0x3d7)](_0x5260e2);var _0x3b1196=this['_doFinalize']();return _0x3b1196;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x43cc56(_0x52fe1a){return typeof _0x52fe1a=='string'?_0x6c0253:_0x4bfc83;}return function(_0x5d38d8){return{'encrypt':function(_0x4486df,_0x46dc24,_0x33516c){const _0xd19544=_0x5ed9;return _0x43cc56(_0x46dc24)[_0xd19544(0x188)](_0x5d38d8,_0x4486df,_0x46dc24,_0x33516c);},'decrypt':function(_0x7d6518,_0x46ab10,_0x59b945){const _0x3f210a=_0x5ed9;return _0x43cc56(_0x46ab10)[_0x3f210a(0x430)](_0x5d38d8,_0x7d6518,_0x46ab10,_0x59b945);}};};}())});_0x4ec537[_0x401910(0x112)]=_0x5decfe[_0x401910(0x3d3)]({'_doFinalize':function(){var _0x2deb48=this['_process'](!0x0);return _0x2deb48;},'blockSize':0x1});var _0x3f1a95=_0x4a9760[_0x401910(0x362)]={},_0x543ce6=_0x4ec537[_0x401910(0x448)]=_0x3ccafb[_0x401910(0x3d3)]({'createEncryptor':function(_0x3cfead,_0x288dc0){return this['Encryptor']['create'](_0x3cfead,_0x288dc0);},'createDecryptor':function(_0x30e500,_0x566457){const _0x276e8=_0x401910;return this['Decryptor'][_0x276e8(0x447)](_0x30e500,_0x566457);},'init':function(_0x4b6f70,_0x5752b9){const _0x51827d=_0x401910;this[_0x51827d(0x87)]=_0x4b6f70,this[_0x51827d(0x467)]=_0x5752b9;}}),_0x5975a3=_0x3f1a95[_0x401910(0x11d)]=(function(){const _0x236723=_0x401910;var _0x3772b7=_0x543ce6[_0x236723(0x3d3)]();_0x3772b7['Encryptor']=_0x3772b7['extend']({'processBlock':function(_0xcf465c,_0x1473ae){const _0x15bebe=_0x236723;var _0x9d9a1c=this[_0x15bebe(0x87)],_0x483a10=_0x9d9a1c['blockSize'];_0x174e87[_0x15bebe(0x326)](this,_0xcf465c,_0x1473ae,_0x483a10),_0x9d9a1c[_0x15bebe(0x360)](_0xcf465c,_0x1473ae),this[_0x15bebe(0x305)]=_0xcf465c['slice'](_0x1473ae,_0x1473ae+_0x483a10);}}),_0x3772b7['Decryptor']=_0x3772b7[_0x236723(0x3d3)]({'processBlock':function(_0x15be34,_0x12f753){const _0x5c7fa3=_0x236723;var _0x217873=this[_0x5c7fa3(0x87)],_0x339913=_0x217873[_0x5c7fa3(0x44b)],_0x3f5d43=_0x15be34[_0x5c7fa3(0x41b)](_0x12f753,_0x12f753+_0x339913);_0x217873[_0x5c7fa3(0x46c)](_0x15be34,_0x12f753),_0x174e87[_0x5c7fa3(0x326)](this,_0x15be34,_0x12f753,_0x339913),this[_0x5c7fa3(0x305)]=_0x3f5d43;}});function _0x174e87(_0x10feb6,_0x431939,_0x2e3331){const _0xb63f67=_0x236723;var _0x55bcc8,_0x4ccc7e=this['_iv'];_0x4ccc7e?(_0x55bcc8=_0x4ccc7e,this['_iv']=_0x301deb):_0x55bcc8=this[_0xb63f67(0x305)];for(var _0x403cec=0x0;_0x403cec<_0x2e3331;_0x403cec++)_0x10feb6[_0x431939+_0x403cec]^=_0x55bcc8[_0x403cec];}return _0x3772b7;}()),_0x52a37e=_0x4a9760[_0x401910(0x10b)]={},_0x4689d7=_0x52a37e['Pkcs7']={'pad':function(_0x119ffb,_0x262bc0){const _0x47c6f9=_0x401910;for(var _0x39ff75=_0x262bc0*0x4,_0x4fda1a=_0x39ff75-_0x119ffb['sigBytes']%_0x39ff75,_0x1287df=_0x4fda1a<<0x18|_0x4fda1a<<0x10|_0x4fda1a<<0x8|_0x4fda1a,_0x2544a1=[],_0x4b5fee=0x0;_0x4b5fee<_0x4fda1a;_0x4b5fee+=0x4)_0x2544a1[_0x47c6f9(0x209)](_0x1287df);var _0x1dac12=_0x2e786d[_0x47c6f9(0x447)](_0x2544a1,_0x4fda1a);_0x119ffb[_0x47c6f9(0x24a)](_0x1dac12);},'unpad':function(_0x2b1700){const _0x433e36=_0x401910;var _0x5e3858=_0x2b1700[_0x433e36(0x10f)][_0x2b1700[_0x433e36(0x3bb)]-0x1>>>0x2]&0xff;_0x2b1700[_0x433e36(0x3bb)]-=_0x5e3858;}};_0x4ec537[_0x401910(0x234)]=_0x5decfe['extend']({'cfg':_0x5decfe['cfg'][_0x401910(0x3d3)]({'mode':_0x5975a3,'padding':_0x4689d7}),'reset':function(){const _0x4c6ab4=_0x401910;var _0x12a162;_0x5decfe[_0x4c6ab4(0x486)]['call'](this);var _0x34d3c4=this[_0x4c6ab4(0x150)],_0x5d1d46=_0x34d3c4['iv'],_0x5e8c17=_0x34d3c4['mode'];this['_xformMode']==this[_0x4c6ab4(0x40e)]?_0x12a162=_0x5e8c17[_0x4c6ab4(0x39e)]:(_0x12a162=_0x5e8c17[_0x4c6ab4(0x160)],this[_0x4c6ab4(0x1d6)]=0x1),this[_0x4c6ab4(0x1ff)]&&this[_0x4c6ab4(0x1ff)][_0x4c6ab4(0x15a)]==_0x12a162?this[_0x4c6ab4(0x1ff)]['init'](this,_0x5d1d46&&_0x5d1d46['words']):(this[_0x4c6ab4(0x1ff)]=_0x12a162[_0x4c6ab4(0x326)](_0x5e8c17,this,_0x5d1d46&&_0x5d1d46['words']),this[_0x4c6ab4(0x1ff)]['__creator']=_0x12a162);},'_doProcessBlock':function(_0x186881,_0x1a99e0){const _0x5e3eea=_0x401910;this[_0x5e3eea(0x1ff)][_0x5e3eea(0x257)](_0x186881,_0x1a99e0);},'_doFinalize':function(){const _0x4e5acf=_0x401910;var _0x42f24b,_0x5d4f76=this[_0x4e5acf(0x150)]['padding'];return this['_xformMode']==this[_0x4e5acf(0x40e)]?(_0x5d4f76['pad'](this['_data'],this[_0x4e5acf(0x44b)]),_0x42f24b=this[_0x4e5acf(0x181)](!0x0)):(_0x42f24b=this['_process'](!0x0),_0x5d4f76[_0x4e5acf(0x287)](_0x42f24b)),_0x42f24b;},'blockSize':0x80/0x20});var _0x1f962f=_0x4ec537['CipherParams']=_0x3ccafb['extend']({'init':function(_0x15c2e3){const _0x2ea1e7=_0x401910;this[_0x2ea1e7(0x9d)](_0x15c2e3);},'toString':function(_0x580035){const _0x2da8d0=_0x401910;return(_0x580035||this[_0x2da8d0(0x23f)])[_0x2da8d0(0x47a)](this);}}),_0xb62bae=_0x4a9760[_0x401910(0x485)]={},_0x38abd8=_0xb62bae[_0x401910(0xd1)]={'stringify':function(_0x518668){const _0x1bef8c=_0x401910;var _0x5d67a9,_0x4f24bf=_0x518668[_0x1bef8c(0x255)],_0x42525b=_0x518668[_0x1bef8c(0x3f9)];return _0x42525b?_0x5d67a9=_0x2e786d[_0x1bef8c(0x447)]([0x53616c74,0x65645f5f])[_0x1bef8c(0x24a)](_0x42525b)[_0x1bef8c(0x24a)](_0x4f24bf):_0x5d67a9=_0x4f24bf,_0x5d67a9[_0x1bef8c(0x227)](_0x351334);},'parse':function(_0x52913d){const _0x3fae64=_0x401910;var _0x438dae,_0x466ae5=_0x351334[_0x3fae64(0xdc)](_0x52913d),_0x199b70=_0x466ae5['words'];return _0x199b70[0x0]==0x53616c74&&_0x199b70[0x1]==0x65645f5f&&(_0x438dae=_0x2e786d[_0x3fae64(0x447)](_0x199b70[_0x3fae64(0x41b)](0x2,0x4)),_0x199b70[_0x3fae64(0x3d9)](0x0,0x4),_0x466ae5[_0x3fae64(0x3bb)]-=0x10),_0x1f962f[_0x3fae64(0x447)]({'ciphertext':_0x466ae5,'salt':_0x438dae});}},_0x4bfc83=_0x4ec537[_0x401910(0x129)]=_0x3ccafb[_0x401910(0x3d3)]({'cfg':_0x3ccafb[_0x401910(0x3d3)]({'format':_0x38abd8}),'encrypt':function(_0x4f2ee5,_0x133e32,_0x42eb35,_0x5dd8bd){const _0x2fd68d=_0x401910;_0x5dd8bd=this[_0x2fd68d(0x150)][_0x2fd68d(0x3d3)](_0x5dd8bd);var _0x3ba993=_0x4f2ee5['createEncryptor'](_0x42eb35,_0x5dd8bd),_0x27d5c0=_0x3ba993[_0x2fd68d(0x1d9)](_0x133e32),_0x25f4b0=_0x3ba993[_0x2fd68d(0x150)];return _0x1f962f['create']({'ciphertext':_0x27d5c0,'key':_0x42eb35,'iv':_0x25f4b0['iv'],'algorithm':_0x4f2ee5,'mode':_0x25f4b0[_0x2fd68d(0x362)],'padding':_0x25f4b0['padding'],'blockSize':_0x4f2ee5[_0x2fd68d(0x44b)],'formatter':_0x5dd8bd[_0x2fd68d(0x485)]});},'decrypt':function(_0x2470ba,_0x5ddaad,_0x37c9fd,_0x1b7038){const _0x468970=_0x401910;_0x1b7038=this[_0x468970(0x150)][_0x468970(0x3d3)](_0x1b7038),_0x5ddaad=this[_0x468970(0x412)](_0x5ddaad,_0x1b7038[_0x468970(0x485)]);var _0x45ec0b=_0x2470ba[_0x468970(0x160)](_0x37c9fd,_0x1b7038)[_0x468970(0x1d9)](_0x5ddaad['ciphertext']);return _0x45ec0b;},'_parse':function(_0x12c234,_0x1ac32f){const _0x121db2=_0x401910;return typeof _0x12c234==_0x121db2(0x216)?_0x1ac32f[_0x121db2(0xdc)](_0x12c234,this):_0x12c234;}}),_0x6d1cd0=_0x4a9760[_0x401910(0x46b)]={},_0xd47263=_0x6d1cd0[_0x401910(0xd1)]={'execute':function(_0x23231c,_0x530f33,_0x17953a,_0x1ed985,_0x1af956){const _0x327c03=_0x401910;if(_0x1ed985||(_0x1ed985=_0x2e786d['random'](0x40/0x8)),_0x1af956)var _0x3a61dd=_0x22b8de[_0x327c03(0x447)]({'keySize':_0x530f33+_0x17953a,'hasher':_0x1af956})[_0x327c03(0x124)](_0x23231c,_0x1ed985);else var _0x3a61dd=_0x22b8de[_0x327c03(0x447)]({'keySize':_0x530f33+_0x17953a})[_0x327c03(0x124)](_0x23231c,_0x1ed985);var _0x5ab071=_0x2e786d[_0x327c03(0x447)](_0x3a61dd[_0x327c03(0x10f)][_0x327c03(0x41b)](_0x530f33),_0x17953a*0x4);return _0x3a61dd[_0x327c03(0x3bb)]=_0x530f33*0x4,_0x1f962f[_0x327c03(0x447)]({'key':_0x3a61dd,'iv':_0x5ab071,'salt':_0x1ed985});}},_0x6c0253=_0x4ec537[_0x401910(0x2d9)]=_0x4bfc83[_0x401910(0x3d3)]({'cfg':_0x4bfc83['cfg'][_0x401910(0x3d3)]({'kdf':_0xd47263}),'encrypt':function(_0x531c4e,_0x2a3568,_0x52461a,_0x82f526){const _0x1d0ad7=_0x401910;_0x82f526=this[_0x1d0ad7(0x150)][_0x1d0ad7(0x3d3)](_0x82f526);var _0x4de1bd=_0x82f526['kdf'][_0x1d0ad7(0x2b5)](_0x52461a,_0x531c4e[_0x1d0ad7(0x157)],_0x531c4e[_0x1d0ad7(0x19f)],_0x82f526['salt'],_0x82f526['hasher']);_0x82f526['iv']=_0x4de1bd['iv'];var _0x20f51c=_0x4bfc83[_0x1d0ad7(0x188)]['call'](this,_0x531c4e,_0x2a3568,_0x4de1bd[_0x1d0ad7(0x1a7)],_0x82f526);return _0x20f51c['mixIn'](_0x4de1bd),_0x20f51c;},'decrypt':function(_0x540276,_0x385aac,_0x55a1d3,_0x4ad085){const _0x47d0b8=_0x401910;_0x4ad085=this[_0x47d0b8(0x150)][_0x47d0b8(0x3d3)](_0x4ad085),_0x385aac=this[_0x47d0b8(0x412)](_0x385aac,_0x4ad085[_0x47d0b8(0x485)]);var _0x1b87ad=_0x4ad085[_0x47d0b8(0x46b)][_0x47d0b8(0x2b5)](_0x55a1d3,_0x540276[_0x47d0b8(0x157)],_0x540276[_0x47d0b8(0x19f)],_0x385aac['salt'],_0x4ad085[_0x47d0b8(0x3eb)]);_0x4ad085['iv']=_0x1b87ad['iv'];var _0x59dffe=_0x4bfc83[_0x47d0b8(0x430)][_0x47d0b8(0x326)](this,_0x540276,_0x385aac,_0x1b87ad[_0x47d0b8(0x1a7)],_0x4ad085);return _0x59dffe;}});}();}));}(qt)),qt[_0xf38521(0x279)];}(function(_0x25e113,_0x35851b){(function(_0x287f4a,_0x2595db,_0x3c16ce){const _0x109032=_0x5ed9;_0x25e113[_0x109032(0x279)]=_0x2595db(ue(),Wi(),Fa(),Fi(),Vi());}(Z,function(_0x115911){const _0x1ca586=_0x5ed9;return(function(){const _0x410863=_0x5ed9;var _0x22da41=_0x115911,_0x4332a1=_0x22da41['lib'],_0x33f2d0=_0x4332a1[_0x410863(0x234)],_0x4c193f=_0x22da41['algo'],_0x2cf256=[],_0xb0585c=[],_0x30933a=[],_0x67c2da=[],_0x2ac4b1=[],_0x4b0724=[],_0x462def=[],_0x1308dc=[],_0x3b5710=[],_0x148a53=[];(function(){for(var _0x2fefa6=[],_0x397417=0x0;_0x397417<0x100;_0x397417++)_0x397417<0x80?_0x2fefa6[_0x397417]=_0x397417<<0x1:_0x2fefa6[_0x397417]=_0x397417<<0x1^0x11b;for(var _0x3525c9=0x0,_0x12d76=0x0,_0x397417=0x0;_0x397417<0x100;_0x397417++){var _0x45b3=_0x12d76^_0x12d76<<0x1^_0x12d76<<0x2^_0x12d76<<0x3^_0x12d76<<0x4;_0x45b3=_0x45b3>>>0x8^_0x45b3&0xff^0x63,_0x2cf256[_0x3525c9]=_0x45b3,_0xb0585c[_0x45b3]=_0x3525c9;var _0x5692f5=_0x2fefa6[_0x3525c9],_0x464837=_0x2fefa6[_0x5692f5],_0x4c5c54=_0x2fefa6[_0x464837],_0x369eb9=_0x2fefa6[_0x45b3]*0x101^_0x45b3*0x1010100;_0x30933a[_0x3525c9]=_0x369eb9<<0x18|_0x369eb9>>>0x8,_0x67c2da[_0x3525c9]=_0x369eb9<<0x10|_0x369eb9>>>0x10,_0x2ac4b1[_0x3525c9]=_0x369eb9<<0x8|_0x369eb9>>>0x18,_0x4b0724[_0x3525c9]=_0x369eb9;var _0x369eb9=_0x4c5c54*0x1010101^_0x464837*0x10001^_0x5692f5*0x101^_0x3525c9*0x1010100;_0x462def[_0x45b3]=_0x369eb9<<0x18|_0x369eb9>>>0x8,_0x1308dc[_0x45b3]=_0x369eb9<<0x10|_0x369eb9>>>0x10,_0x3b5710[_0x45b3]=_0x369eb9<<0x8|_0x369eb9>>>0x18,_0x148a53[_0x45b3]=_0x369eb9,_0x3525c9?(_0x3525c9=_0x5692f5^_0x2fefa6[_0x2fefa6[_0x2fefa6[_0x4c5c54^_0x5692f5]]],_0x12d76^=_0x2fefa6[_0x2fefa6[_0x12d76]]):_0x3525c9=_0x12d76=0x1;}}());var _0x297b8b=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x38e123=_0x4c193f[_0x410863(0x25f)]=_0x33f2d0[_0x410863(0x3d3)]({'_doReset':function(){const _0x548650=_0x410863;var _0x580d28;if(!(this['_nRounds']&&this[_0x548650(0x81)]===this['_key'])){for(var _0x2afccb=this[_0x548650(0x81)]=this[_0x548650(0x33f)],_0x44f407=_0x2afccb[_0x548650(0x10f)],_0x5537bc=_0x2afccb['sigBytes']/0x4,_0x3f0a4e=this[_0x548650(0xd0)]=_0x5537bc+0x6,_0xadab14=(_0x3f0a4e+0x1)*0x4,_0x4f9fc2=this[_0x548650(0x1a8)]=[],_0x3fb18f=0x0;_0x3fb18f<_0xadab14;_0x3fb18f++)_0x3fb18f<_0x5537bc?_0x4f9fc2[_0x3fb18f]=_0x44f407[_0x3fb18f]:(_0x580d28=_0x4f9fc2[_0x3fb18f-0x1],_0x3fb18f%_0x5537bc?_0x5537bc>0x6&&_0x3fb18f%_0x5537bc==0x4&&(_0x580d28=_0x2cf256[_0x580d28>>>0x18]<<0x18|_0x2cf256[_0x580d28>>>0x10&0xff]<<0x10|_0x2cf256[_0x580d28>>>0x8&0xff]<<0x8|_0x2cf256[_0x580d28&0xff]):(_0x580d28=_0x580d28<<0x8|_0x580d28>>>0x18,_0x580d28=_0x2cf256[_0x580d28>>>0x18]<<0x18|_0x2cf256[_0x580d28>>>0x10&0xff]<<0x10|_0x2cf256[_0x580d28>>>0x8&0xff]<<0x8|_0x2cf256[_0x580d28&0xff],_0x580d28^=_0x297b8b[_0x3fb18f/_0x5537bc|0x0]<<0x18),_0x4f9fc2[_0x3fb18f]=_0x4f9fc2[_0x3fb18f-_0x5537bc]^_0x580d28);for(var _0x234327=this[_0x548650(0x7f)]=[],_0x594466=0x0;_0x594466<_0xadab14;_0x594466++){var _0x3fb18f=_0xadab14-_0x594466;if(_0x594466%0x4)var _0x580d28=_0x4f9fc2[_0x3fb18f];else var _0x580d28=_0x4f9fc2[_0x3fb18f-0x4];_0x594466<0x4||_0x3fb18f<=0x4?_0x234327[_0x594466]=_0x580d28:_0x234327[_0x594466]=_0x462def[_0x2cf256[_0x580d28>>>0x18]]^_0x1308dc[_0x2cf256[_0x580d28>>>0x10&0xff]]^_0x3b5710[_0x2cf256[_0x580d28>>>0x8&0xff]]^_0x148a53[_0x2cf256[_0x580d28&0xff]];}}},'encryptBlock':function(_0x244b51,_0x24b363){const _0x1b19e9=_0x410863;this[_0x1b19e9(0x433)](_0x244b51,_0x24b363,this[_0x1b19e9(0x1a8)],_0x30933a,_0x67c2da,_0x2ac4b1,_0x4b0724,_0x2cf256);},'decryptBlock':function(_0x554d19,_0xd9a4b3){const _0x578e03=_0x410863;var _0x5b1441=_0x554d19[_0xd9a4b3+0x1];_0x554d19[_0xd9a4b3+0x1]=_0x554d19[_0xd9a4b3+0x3],_0x554d19[_0xd9a4b3+0x3]=_0x5b1441,this[_0x578e03(0x433)](_0x554d19,_0xd9a4b3,this[_0x578e03(0x7f)],_0x462def,_0x1308dc,_0x3b5710,_0x148a53,_0xb0585c);var _0x5b1441=_0x554d19[_0xd9a4b3+0x1];_0x554d19[_0xd9a4b3+0x1]=_0x554d19[_0xd9a4b3+0x3],_0x554d19[_0xd9a4b3+0x3]=_0x5b1441;},'_doCryptBlock':function(_0x1d0237,_0x24182a,_0x128cc5,_0x52556d,_0xfbb0c,_0x4dfbe3,_0x2695e0,_0x188438){const _0x46f9dd=_0x410863;for(var _0x21aecc=this[_0x46f9dd(0xd0)],_0x57f1d2=_0x1d0237[_0x24182a]^_0x128cc5[0x0],_0x25b065=_0x1d0237[_0x24182a+0x1]^_0x128cc5[0x1],_0x4e2096=_0x1d0237[_0x24182a+0x2]^_0x128cc5[0x2],_0x5d6039=_0x1d0237[_0x24182a+0x3]^_0x128cc5[0x3],_0x10f88d=0x4,_0x15cc18=0x1;_0x15cc18<_0x21aecc;_0x15cc18++){var _0x212e87=_0x52556d[_0x57f1d2>>>0x18]^_0xfbb0c[_0x25b065>>>0x10&0xff]^_0x4dfbe3[_0x4e2096>>>0x8&0xff]^_0x2695e0[_0x5d6039&0xff]^_0x128cc5[_0x10f88d++],_0x3fc560=_0x52556d[_0x25b065>>>0x18]^_0xfbb0c[_0x4e2096>>>0x10&0xff]^_0x4dfbe3[_0x5d6039>>>0x8&0xff]^_0x2695e0[_0x57f1d2&0xff]^_0x128cc5[_0x10f88d++],_0x2899a4=_0x52556d[_0x4e2096>>>0x18]^_0xfbb0c[_0x5d6039>>>0x10&0xff]^_0x4dfbe3[_0x57f1d2>>>0x8&0xff]^_0x2695e0[_0x25b065&0xff]^_0x128cc5[_0x10f88d++],_0x301a98=_0x52556d[_0x5d6039>>>0x18]^_0xfbb0c[_0x57f1d2>>>0x10&0xff]^_0x4dfbe3[_0x25b065>>>0x8&0xff]^_0x2695e0[_0x4e2096&0xff]^_0x128cc5[_0x10f88d++];_0x57f1d2=_0x212e87,_0x25b065=_0x3fc560,_0x4e2096=_0x2899a4,_0x5d6039=_0x301a98;}var _0x212e87=(_0x188438[_0x57f1d2>>>0x18]<<0x18|_0x188438[_0x25b065>>>0x10&0xff]<<0x10|_0x188438[_0x4e2096>>>0x8&0xff]<<0x8|_0x188438[_0x5d6039&0xff])^_0x128cc5[_0x10f88d++],_0x3fc560=(_0x188438[_0x25b065>>>0x18]<<0x18|_0x188438[_0x4e2096>>>0x10&0xff]<<0x10|_0x188438[_0x5d6039>>>0x8&0xff]<<0x8|_0x188438[_0x57f1d2&0xff])^_0x128cc5[_0x10f88d++],_0x2899a4=(_0x188438[_0x4e2096>>>0x18]<<0x18|_0x188438[_0x5d6039>>>0x10&0xff]<<0x10|_0x188438[_0x57f1d2>>>0x8&0xff]<<0x8|_0x188438[_0x25b065&0xff])^_0x128cc5[_0x10f88d++],_0x301a98=(_0x188438[_0x5d6039>>>0x18]<<0x18|_0x188438[_0x57f1d2>>>0x10&0xff]<<0x10|_0x188438[_0x25b065>>>0x8&0xff]<<0x8|_0x188438[_0x4e2096&0xff])^_0x128cc5[_0x10f88d++];_0x1d0237[_0x24182a]=_0x212e87,_0x1d0237[_0x24182a+0x1]=_0x3fc560,_0x1d0237[_0x24182a+0x2]=_0x2899a4,_0x1d0237[_0x24182a+0x3]=_0x301a98;},'keySize':0x100/0x20});_0x22da41['AES']=_0x33f2d0['_createHelper'](_0x38e123);}()),_0x115911[_0x1ca586(0x25f)];}));}(ki));var Ya=ki['exports'];const Ka=at(Ya);var za=Wi();const ii=at(za);var Gi={'exports':{}};(function(_0x117851,_0x3e82cb){(function(_0x2e87de,_0x44187f){const _0x125566=_0x5ed9;_0x117851[_0x125566(0x279)]=_0x44187f(ue());}(Z,function(_0x3ab2bc){const _0x5d0174=_0x5ed9;return _0x3ab2bc[_0x5d0174(0xc5)]['Utf8'];}));}(Gi));var qa=Gi[_0x4e7919(0x279)];const Xa=at(qa);var Yi={'exports':{}};(function(_0x6e0154,_0x55e219){(function(_0xd85524,_0x19a803){const _0x4e1b66=_0x5ed9;_0x6e0154[_0x4e1b66(0x279)]=_0x19a803(ue());}(Z,function(_0x4c75e6){const _0x1f742c=_0x5ed9;return(function(){const _0x4ad9a5=_0x5ed9;if(typeof ArrayBuffer==_0x4ad9a5(0x389)){var _0x1dd597=_0x4c75e6,_0x236c64=_0x1dd597[_0x4ad9a5(0x24f)],_0x30780f=_0x236c64['WordArray'],_0x2d5360=_0x30780f[_0x4ad9a5(0x251)],_0x2730f0=_0x30780f['init']=function(_0x2742c6){const _0x3ae610=_0x4ad9a5;if(_0x2742c6 instanceof ArrayBuffer&&(_0x2742c6=new Uint8Array(_0x2742c6)),(_0x2742c6 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x2742c6 instanceof Uint8ClampedArray||_0x2742c6 instanceof Int16Array||_0x2742c6 instanceof Uint16Array||_0x2742c6 instanceof Int32Array||_0x2742c6 instanceof Uint32Array||_0x2742c6 instanceof Float32Array||_0x2742c6 instanceof Float64Array)&&(_0x2742c6=new Uint8Array(_0x2742c6['buffer'],_0x2742c6[_0x3ae610(0x190)],_0x2742c6[_0x3ae610(0x310)])),_0x2742c6 instanceof Uint8Array){for(var _0x371ab2=_0x2742c6[_0x3ae610(0x310)],_0x30d80a=[],_0x11cc8c=0x0;_0x11cc8c<_0x371ab2;_0x11cc8c++)_0x30d80a[_0x11cc8c>>>0x2]|=_0x2742c6[_0x11cc8c]<<0x18-_0x11cc8c%0x4*0x8;_0x2d5360['call'](this,_0x30d80a,_0x371ab2);}else _0x2d5360[_0x3ae610(0x2d7)](this,arguments);};_0x2730f0[_0x4ad9a5(0x208)]=_0x30780f;}}()),_0x4c75e6[_0x1f742c(0x24f)][_0x1f742c(0x3e0)];}));}(Yi));function _0x3f1c(){const _0x40230c=['equals','getRangePointData','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','path','message$','onCommandExecuted','/role','onMissedChangesetFetched','next','UNIVER_COLLABORATION_CLIENT_PLUGIN','_fetchMissChangesets','_initResize','className','_ENC_XFORM_MODE','complete','_scheduleCollaborationTimeoutTimer','snapshotServerUrl','_parse','_range','clear','univer-offline','YUUMI_UNABLE_LOAD_URL','onlineStatusIcon','closePath','_toggleOffline','_shapes','slice','_snapshotServerService','_createInitialStateImpl','SNAPSHOT_HAS_BEEN_REMOVED','getFocusedUnit','sendChangesetTimeout','replaceState','_getSheetObject','currentTheme$','_docTransformStateCacheService','randomUUID','getUnitId','HELLO','_nDataBytes','fillRule','_onJoinRoomEvent','1128FFDAOx','icon','_initCommandExecutedListener','filter','startTime','decrypt','blue400','...','_doCryptBlock','permission.content','getAllMembers','_localStorageService','\x0aCurrent:\x20','_config','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','arc','_exhaustRemoteChangesetQueue','moveTo','compose','replace','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','_telemetryInfo','on-line-single','_handleHeartbeatEvent','_messageService','offline','_clearCollaborationTimeoutTimer','enableLocalCache','create','BlockCipherMode','newValue','objectType','blockSize','_acknowledgedAwaitingChangeset','currentColor','_sender','bottom','state','exhaustSavingTask','rev','OnLineSingle','withCredentials','onRemoteChangeset','UnitSnapshot','Error','_singleActiveUnitService','status','EvpKDF','contains','RemoveColCommandId','state$','getActiveSheet','setShapeProps','_transformRemoteChangesetByStateCache','#fff','29961rYSYey','PERMISSION_REJ','/allowed','__esModule','onSendChangeset','_iv','from','onlineStatusTitle','_unitID','kdf','decryptBlock','_state','_sendingTimer','origin','NO_OTHER_CLIENTS_EDITING','width','HttpExport','_createInitialState','_initEventListeners','put','4290803FrAHCt','endRow','/new_changes','Utf8','stringify','leaveEvent','\x20in\x20_schedule.','registerRenderModule','AUTHZ_URL_KEY','body','post','[PendingState]:\x20received\x20acknowledgement.','change$','UPDATE_CURSOR','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','format','reset','FAIL','563624szrwul','_socketReady','socket\x20close','_updateLocalCursor','COMPLETION_FINISHED','UNDEFINED','height','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','loadDoc','SNAPSHOT_SERVER_URL_KEY','session.collaboration-timeout','YUUMI_RATE_OVER_LIMIT','json','unshift','_initStatusListener','charCodeAt','_telemetryService','appendMutation','send','_transformPreviousActiveRange','177175OgpNjk','_invKeySchedule','_transformSelections','_keyPriorReset','Could\x20not\x20dynamically\x20require\x20\x22','_entityInit$','transformUndoRedo','pending','then','_cipher','onPointerLeave$','c1Prime','FETCH_MISS','unitID','_labelPosition','TEXT','image/png','FileId','collabStatus.fetchMiss','editingUnit','_refRangeService','text','getAncestorScale','UNKNOWN_CMD','BASE64','NOT_FOUND','default','popstate','&assign=','_getAPIPrefix','_clearScheduledTask','mixIn','awaiting_with_pending','objectID','liveShareOperation','setCurrentUser','_removeCollabCursors','_getLoginPath','UNIVER_PROJECT','range','_resendTimeout','TOO_MANY_REQUESTS','assignAColorForMemberID','MSG_FOR_ERROR','_waitCount','uni.network.url-service','number','[CollaborationSession]','_removeClearOtherTimer','roomInfos','disposeWithMe','with','transformByState','_redoStacks','[CollaborationSessionService]','_hovered','removeMember','history','save','cmd','_assignedColors','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','_getUndoStack','svg','JOINING','[CollaborationSessionService]:\x20socket\x20error','dispose','_sessions','ERROR_EXCEED_SIZE','href','roles','enc','ranges','reject','_getSaveTimeout','_transformUndoRedoStack','m2Prime','14YesLZH','\x20-\x20','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','repeat','univer-pro.collaboration-client-socket-service','_nRounds','OpenSSL','_onFetchMissResult','permissionRejEvent','SHA1','subUnitId','close$','registerBeforeClose','LIVESHARE_TERMINATE','InsertRangeMoveRightCommandId','_beforeCloseService','_submitChangeset','parse','collab-text-range-','getImage','clamp','RECV','getItem','univer-online-status-title','batchAllowed','visibilityState','undoState','MoveRangeCommandId','_reverseMap','{fileID}','symbol','_urlService','_sendHeartbeatTimer','liveShareNewHost','joinRsp','downloadEndpointUrl','setParam','confirm','_getUploadFileURL','_awaitingChangeset','use','_heartbeatTimer','findNodePositionByCharIndex','rng','_collaborationSessionService','flatMap','_revisionService','CHANGESET_ACK','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','defIds','_getCtorByUniverType','357NknLJm','collabStatus.offline','_change$','skeleton','black','COMPRESS_MUTATION_APPLY','urlChange$','image/bmp','_collabSessionService','selections','x-univer-host','sessionStatus$','replaceDocRanges','pad','PERMISSION_DENIED','EXCHANGE_SIGN_URL_SERVER_URL_KEY','_id','words','_unlockTransition','enableSingleActiveInstanceLock','StreamCipher','_socket','reverse','_onUserLeave','close','_onCursorDelete','sheets','getRenderById','listRoles','workbook','fromCharCode','CBC','_createHmacHelper','_getMergeRange','/fetchmissing?from=','csAckEvent','executeCommand','_sheetSkeletonManagerService','compute','override','length','toRgbString','_handler','SerializableCipher','ENSURE_SNAPSHOT_EXECUTION','_getAnchorBounding','/universer-api/stream/file/upload','transformSelections','LICENSE_EXPORT_SIZE_EXCEEDED','[OfflineState]:\x20received\x20rejection.','charAt','Malformed\x20UTF-8\x20data','transformMutation','_hover','SNAPSHOT_URL_KEY','_docSyncEditingCollabCursorService','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','getCurrentSelections','currentSkeleton$','url','values','mutations','capture','HttpImport','defineProperty','_roomMembers$','MUTATION','APPLY_NON_SEQUENTIAL_REVISION','_onCombEvent','_syncEditingCollabCursorService','_unitStatus','getSkeleton','_cursor','searchParams','row','collaboration.closeRoom','_shouldReportTelemetry','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','__Key__','connection\x20error','encode','enableOfflineEditing','cfg','saveSnapshot','_syncEditingCollabCursor','_getCurrentRevision','_handleHover','unsubscribe','APPLY_PERMISSION_DENIED','keySize','redoState','displayName','__creator','_incrementRevisionNumber','_transformIMECache','dispose$','measureText','delete','createDecryptor','eventID','/resources','fetchThroughInterceptors','startsWith','_listenToOfflineEvent','transformChangesets','_disabled','encodeURIComponent','onTransformSelections','_permissionService','reduce','all','event$','get','msCrypto','_replaceFileID','registerHTTPInterceptor','_send','onRemoteRej','_getSendChangesetTimeout','_userManagerService','toLowerCase','_scheduleHeartbeat','baseRev','_scheduleSaving','_event$','updatePermissionPoint','clipPath','_memberService','_drawRectRange','setAlpha','asObservable','_process','_onConflict','HEARTBEAT_INTERVAL','getCollabEntity$','_getSnapshotAPIPrefix','fill','_members','encrypt','VIEW_MAIN','createSocket','onStarting','getTypeOfUnitDisposed$','url(#on-line-single_clip0_910_349)','getStateCache','_logService','byteOffset','13360jUOiJQ','_initRequestHeader','bind','getCollabEntity','type','LIVESHARE_FETCH_OPERATIONS','COLLAB_SUBMIT_CHANGESET_URL','?size=','NOT_COLLAB','$super','m1Prime','collab-rect-range-','getRandomValues','_socket$','ivSize','SNAPSHOT_INVALID_SNAPSHOT','hasOwnProperty','registerRefRange','onRemoteRetry','ws://127.0.0.1:8000/universer-api/comb/connect','red300','1em','key','_keySchedule','isArray','POST','NoPadding','target','_onMessage','_sendHeartbeat','sheetID','allowed','children','crypto','/universer-api/comb','getOffsetConfig','permission.title','OTHER_CLIENTS_EDITING','error$','LOGIN_URL_KEY','fetching\x20missing\x20changesets\x20from\x20','_backgroundColor','getDocRanges','_onRemoteRetry','getParam','floor','_saveTaskMap','_oKey','_online','_transformHistoryAndStateStack','saveChangeset','onPointerEnter$','evenodd','YUUMI_SUBSCRIPTION_NOT_FOUND','AWAITING_WITH_PENDING','_themeService','auth.needGotoLoginAlert','collaboration-client.config','_handleJoinEvent','onlineStatus','_clearOtherTimers','requestParams','status$','_doProcessBlock','setInterval','_clearTimeoutTimer','updateMember','roomMembers','csShouldRetryEvent','_minBufferSize','transformStack\x20failed!','_saveCache','finalize','FromArray','_cursorInfo$','Warning','getMergeData','_updateCollabCursors','_resendTimer','cursorInfo$','collab-client.tooltip.reconnect','joinEvent','_colorIndex','_injector','INVALID_ARGUMENT','onReady','indexOf','_HTTPService','getWorkbookSelections','objectActions','jsxs','cursorInfo','_data','onPointerMove$','column','selection','subscribe','_updateSubUnitFromURLParams','every','_configService','_retryCount','ref','setTimeout','_cursors','_loadDoc','fillText','addObjects','docStateChange$','_colorAssignService','collabStatus.syncing','_mode','submit\x20changeset\x20error!','getSheetId','[UniverCollaborationClientPlugin]','getCurrent','[OfflineState]:\x20received\x20acknowledgement.','_updateLocalCache','UPDATE_PERMISSION_OBJ','_lockTransition','prototype','push','memberID','BufferedBlockAlgorithm','_schedule','/block/','newCsEvent','univer-online-status','pipe','LICENSE_DISTRO_REJECTED','onTransformRemoteChangesetByStateCache','HEARTBEAT','transformMutationsWithChangeset','reconnect','string','getViewport','Hasher','fillStyle','_stopTelemetryCollaborationNewChangeset','forEach','1267218FDZmpL','textRanges','Base','_collabCursorState$','randomBytes','_status$','toggleOffline','UNKNOWN_CODE','_startCollaboration','UNIVER_SLIDE','_clearLocalCache','toString','clearTimeout','_getAPIPrefixPath','find','_unitOnClients','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','[CollaborationUndoRedoService]','collaboration-client.offline-data-not-saved','object','_listenToOnlineEvent','hide','_remoteChangesetQueue','/collaborator','BlockCipher','_socketMessageSubscription','debug','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','_localeService','_onRemoteChangeset','getTime','onStateChange','_docSkeletonManagerService','abs','_drawAnchor','formatter','collabStatus.synced','activeSheet$','ALREADY_EXISTS','show','params','_clearHeartbeatTimer','enableAuthServer','saveOfflineData','_tryReconnect','_draw','concat','LICENSE_MAX_UNITS_EXCEEDED','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','error','_applyRemoteChangeset','lib','reqId','init','_hideTimer','div','isPermissionRej','ciphertext','/-/object/-/batch_allowed','processBlock','_lastPointer','socket\x20open.','[CollaborationState]:\x20apply\x20error!','_removeRoom','_checkMissing','conflict.title','interceptor','AES','originalMeta','0\x200\x2016\x2016','_startDocCollabCursor','InsertColCommandId','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','HEADER_MENU','UUID','_collaborationPaused','pauseCollaboration','&to=','SUBMIT_CHANGESET','color','_ensureSubject','unload','entries','now','_initUnitPermissionChange','_eventUnsubscribe','createCollaborator','_transformUndoredo','_xformMode','/universer-api/snapshot','/universer-api/file/{fileID}/sign-url','size','subscribeEvent','exports','_localCacheService','_collaborationController','_name','getTypeOfUnitAdded$','sid','_candidateSocket','_snapshotService','loadOfflineData','onTransformIME','_replayCachedMutations','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','colorChannel1','_sessionStatus$','unpad','collaboration_new_changeset','AWAITING','data','triggerDblclick','tag','_retryConnectingTimer','/unit/','ONLINE','_executeRemoteChangeset','startRow','_anchor','_pendingMutations','updateCursorEvent','code','_compressMutationService','has','_cursorShapes','_selfUnitIDs','_univerInstanceService','iterations','_entities','_throwTelemetryCollaborationNewChangeset','Cipher','UNIVER_SHEET','set','_cachedData','_docStateChangeManagerService','getConfig','collaMsg','CHANGESET_SHOULD_RETRY','top','_httpService','_transformStack','DeleteRangeMoveUpCommandId','_sheetTransformSelectionsService','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','_transformService','_createSocket','/object','_queuedRemoteChangesets','InsertRowCommandId','roomMembers$','defaultProps','RemoveRowCommandId','_onRemoteRejected','execute','univer-online','not_collab','resolve','UNRECOGNIZED','UNIVER_UNKNOWN','_docSkeleton','YUUMI_URL_COL_OUT_OF_RANGE','_transitionLocked','changesets','_onConnectionOpen','algo','font','_collabCursorController','getSheetBySheetId','retryConnectingInterval','_isPermissionRej','_commandService','UnitEmbedded','duration','createInstance','subunit','deepClone','_getSignURL','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','_updateStatus','none','fetchMissingChangesets','getVpScrollXYInfoByPosToVp','off-line-single','commentUpdateEvent','getCurrentUnitForType','unknown','_transformRemoteChangesetByIMECache','apply','getResourcesRequest','PasswordBasedCipher','updatePermissionObjEvent','_scene','add','Unknown\x20user','10vhpUDc','univerjs-icon\x20univerjs-icon-','461190idefZC','getUniverSheetInstance','join','onTransformRemoteChangesetByIMECache','Base64','ceil','_resendWithTimeout','_handleLeaveEvent','_map','M0\x200H16V16H0z','_tryEnsureSocket','round','/universer-api/authz','syncEditingCollabCursor','_createHandler','lineTo','SHOULD_CLOSE_CONN','synced','_changesetSessionId','CONNECTOR_DATA_TOO_LARGE','_http','clone','ERROR_IMAGE','getUndoRedoMutationParamsCache','IDLE','stopTime','save\x20fail\x20reason\x20is\x20','jiqing500','jsx','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','substring','_onLocalMutation','online','session.connection-failed','signUrlServerUrl','xlink:href','_setupBeforeClosingHandler','_prevBlock','_context','getUnitType','onMissingChangesets','transformRemoteChangeset','/-/object/list','\x20to\x20','disableLocalCache','pluginName','fetch_missing','[SyncedState]:\x20received\x20rejection.','byteLength','onload','setStateCache','_onUserJoin','getCollabCursors$','addEventListener','_undoRedoService','catch','[SyncedState]:\x20received\x20acknowledgement.','whenReady','_initMergeInterceptor','idSuffix','setWaitCount','getUnitStatus$','SEND_CHANGESET_TIMEOUT','_clearRedo','_collaborationTimeoutTimer','sin','setUndoRedoMutationParamsCache','Error\x20on\x20receiving\x20event','getMember','/object/','call','_type','InsertRangeMoveDownCommandId','random','_instanceService','registerComponent','isEditing','[FetchMissState]','map','getInterceptPoints','react.fragment','APPLY_DUPLICATED','image/jpg','assign','LIVESHARE_OPERATION','_anchorDot','session','_scheduleTimestamp','result','_hash','getOwnPropertySymbols','pushState','_initCloseConn','split','LIVESHARE_REQUEST_HOST','_key','M4.5865\x2011.6499C3.36983\x2011.6499\x201.6665\x2011.1024\x201.6665\x208.9124C1.6665\x206.3574\x204.2215\x205.8099\x204.9515\x205.8099C5.3165\x204.5324\x206.0465\x202.5249\x208.9665\x202.5249C11.5215\x202.5249\x2012.6165\x203.9849\x2012.9815\x205.2624C12.9815\x205.2624\x2016.2665\x205.6274\x2016.2665\x208.7299C16.2665\x2010.9199\x2014.8065\x2011.6499\x2013.3465\x2011.6499M6.7767\x2011.6497L8.9667\x2013.4747L11.8867\x209.82466','_loadSheet','userID','rgba(255,\x20255,\x20255,\x200.01)','getCurrentRevOfUnit','_decreaseWaiting','focused$','responseType','USERS_LEAVE','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','_scheduleClearOtherTimer','generateRandomId','collabStatus.conflict','_onRemoteACK','_render','_startTelemetryCollaborationNewChangeset','_init','_color','collaboration-session-retry','off-line-single_clip0_910_343','setItem','closeSession','transformIMECache','updateOfflineData','getValue','_updateURLWithCurrentState','LIVESHARE_NEW_HOST','addObject','_substituteUndoStack','collaboratorID','_ws','onMouseMove','encryptBlock','trim','mode','_notificationService','includes','getSheetBlock','JOIN','actions','authzUrl','SUCCUSS','[DataLoaderController]','react.element','DEFAULT_FILE_NAME','setShowComponents','_commentService','_onCursorUpdate','_renderManagerService','headers','hidden','gold400','_doReset','LICENSE_IMPORT_SIZE_EXCEEDED','_roomMembers','copyFileMeta','COMMENT_UPDATE','loadSheet','sessionStatus','onSyncEditingCollabCursor','objects','_initStatusComponent','_startSheetCollabCursor','restore','getLatestCsReqIdBySid','_timeoutTimer','failed\x20to\x20apply\x20missed\x20changesets!','NEW_CHANGESETS','max','initWorkbookPermissionChange','requireSession','SYNCED','[OfflineState]:\x20received\x20changeset.','function','image/jpeg','defs','resend','registerOnClose','RETRY_CONNECTING_MAX_COUNT','Univer','_hasher','LOCAL_CACHE_INTERVAL','HmacMD5','_registerDependencies','HMAC','_setupSubUnitSync','startColumn','INTERNAL_ERROR','awaitingChangeset','csRejEvent','\x0aAfter:\x20','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','transformStateCache','open$','createEncryptor','refreshPermission','_transformStateCache','hovered','min','_createHelper','method','on-line-single_clip0_910_349','hostname','CHANGESET_REVISION_CONFILICT','_textBubble','getOwnPropertyDescriptor','PENDING','_refreshCollabCursors','OffLineSingle','_commentUpdate$','[CollaborationEntity]:\x20cannot\x20lock\x20transition\x20twice!\x20This\x20is\x20an\x20implementation\x20error,\x20meaning\x20you\x20transit\x20the\x20collaboration\x20state\x20again\x20in\x20the\x20process\x20of\x20a\x20previous\x20transition.\x20This\x20should\x20never\x20happen.','_waitForHeartbeatResponse','_docTransformSelectionsService','toggleOnline','commentUpdate$','isActive','_getRedoStack','_docTransformIMECacheService','saveSheetBlock','DeleteRangeMoveLeftCommandId','doc.mutation.rich-text-editing','0\x200\x2017\x2016','_changesetReqId','sigBytes','uploadFileServerUrl','_clearUndo','UNAUTHENTICATED','revision','PSEUDO_FETCH_MISSING_RESULT','update','_onRecvEvent','attrs','getCurrentUser','clearInterval','CHANGESET_REJ','ACTIVE_UNIT_EVENT_CHANNEL','_drawTextRange','APPLY_REVISION_CONFILICT','UNIVER_DOC','conflict','_rescheduleHeartbeat','getMemberID','getRelativeToViewportCoord','_showConflictNotification','Hex','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','_toggleOnline','extend','_updateState','collabSubmitChangesetUrl','_registerRenderDependencies','_append','CONFLICT','splice','infoRsp','_onConnectionFailed','Latin1','_state$','_onRefRangeChange','name','WordArray','collaborators','_session','readInt32LE','append','USERS_ENTER','INGEST','unitId','UniverIcon','location','LEAVE','hasher','backgroundColor','routeKey','_uiPartsService','_joinRoom','_getScale','FETCH_MISSING','drawWith','MD5','OFFLINE','RECT','/universer-api/oidc/authpage','_imageSourceCache','Undefined','salt','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','onRemoteAck','unit','onTransformState','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','onCommentUpdate','_substituteRedoStack'];_0x3f1c=function(){return _0x40230c;};return _0x3f1c();}var Ja=Yi[_0x4e7919(0x279)];const Za=at(Ja);var Ki={'exports':{}};(function(_0x1ae468,_0x21ce08){(function(_0x46c892,_0xae9e68,_0x3a6fa9){const _0x50ab58=_0x5ed9;_0x1ae468[_0x50ab58(0x279)]=_0xae9e68(ue(),Vi());}(Z,function(_0x3d6ad8){const _0x555010=_0x5ed9;return _0x3d6ad8[_0x555010(0x10b)][_0x555010(0x1ab)]={'pad':function(){},'unpad':function(){}},_0x3d6ad8[_0x555010(0x10b)][_0x555010(0x1ab)];}));}(Ki));var Qa=Ki[_0x4e7919(0x279)];const ec=at(Qa);function tc(_0x4c95d4,_0x2536d6){const _0x4955d4=_0x4e7919,_0x2050ab=_0x2536d6-_0x4c95d4[_0x4955d4(0x126)]%_0x2536d6,_0x7133b5=String[_0x4955d4(0x11c)](_0x2050ab)[_0x4955d4(0xce)](_0x2050ab);return _0x4c95d4+_0x7133b5;}function sc(_0x57b908,_0x54589c){const _0x48b209=_0x4e7919,_0x6c6962=Za[_0x48b209(0x329)](0x10),_0x44f483=tc(_0x57b908,0x10),_0x229408=Ka[_0x48b209(0x188)](Xa['parse'](_0x44f483),ii['parse'](_0x54589c),{'iv':_0x6c6962,'padding':ec});return _0x6c6962['concat'](_0x229408[_0x48b209(0x255)])[_0x48b209(0x227)](ii);}function ic(){const _0x18ceaf=_0x4e7919,_0x5ae601=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)[_0x18ceaf(0x14c)];if(_0x5ae601){const _0x3cabd1={'time':Math[_0x18ceaf(0x1be)](Date[_0x18ceaf(0x26f)]()/0x3e8),'domain':location[_0x18ceaf(0x3a6)]};return sc(JSON[_0x18ceaf(0x47a)](_0x3cabd1),_0x5ae601);}}var nc=Object[_0x4e7919(0x13e)],rc=Object['getOwnPropertyDescriptor'],oc=(_0x381091,_0x40d18e,_0x44bd59,_0x3354aa)=>{for(var _0x2517ff=_0x3354aa>0x1?void 0x0:_0x3354aa?rc(_0x40d18e,_0x44bd59):_0x40d18e,_0x2cb450=_0x381091['length']-0x1,_0x2b08c8;_0x2cb450>=0x0;_0x2cb450--)(_0x2b08c8=_0x381091[_0x2cb450])&&(_0x2517ff=(_0x3354aa?_0x2b08c8(_0x40d18e,_0x44bd59,_0x2517ff):_0x2b08c8(_0x2517ff))||_0x2517ff);return _0x3354aa&&_0x2517ff&&nc(_0x40d18e,_0x44bd59,_0x2517ff),_0x2517ff;},ac=(_0x59b458,_0x3c0f9f)=>(_0x53ad8c,_0x2ccd5c)=>_0x3c0f9f(_0x53ad8c,_0x2ccd5c,_0x59b458);let bt=class{constructor(_0x58729f){const _0x2d61fc=_0x4e7919;this['_httpService']=_0x58729f,this[_0x2d61fc(0x192)]();}[_0x4e7919(0x192)](){const _0x591442=_0x4e7919;this['_httpService'][_0x591442(0x171)]({'interceptor':(_0x1c98a7,_0x2fa61f)=>{const _0x5258b5=_0x591442,_0x4e7895=_0x1c98a7[_0x5258b5(0x371)],_0x4292eb=ic();return _0x4292eb&&_0x4e7895[_0x5258b5(0x2a0)](_0x5258b5(0x108),_0x4292eb),_0x2fa61f(_0x1c98a7);}});}};bt=oc([ac(0x0,_0x557b7a(_0x55adc1))],bt);var cc=Object['defineProperty'],hc=Object['getOwnPropertyDescriptor'],lc=(_0x1c88dc,_0x4519db,_0x25799f,_0x4069db)=>{const _0x453085=_0x4e7919;for(var _0x5d8383=_0x4069db>0x1?void 0x0:_0x4069db?hc(_0x4519db,_0x25799f):_0x4519db,_0x2fc8ab=_0x1c88dc[_0x453085(0x126)]-0x1,_0x31da09;_0x2fc8ab>=0x0;_0x2fc8ab--)(_0x31da09=_0x1c88dc[_0x2fc8ab])&&(_0x5d8383=(_0x4069db?_0x31da09(_0x4519db,_0x25799f,_0x5d8383):_0x31da09(_0x5d8383))||_0x5d8383);return _0x4069db&&_0x5d8383&&cc(_0x4519db,_0x25799f,_0x5d8383),_0x5d8383;},Xt=(_0x8979a7,_0x328897)=>(_0x559b77,_0x2fd2a9)=>_0x328897(_0x559b77,_0x2fd2a9,_0x8979a7);const _c=[_0x4e7919(0x8e),_0x4e7919(0x38a),_0x4e7919(0x332),'image/gif',_0x4e7919(0x105)],uc=0x5*0x400*0x400,dc=_0x4e7919(0x237),fc=_0x4e7919(0x12c),vc=_0x4e7919(0x10d),mc=_0x4e7919(0x276);let hs=class{constructor(_0x495f9a,_0x4a31b2,_0x1b120c){const _0x537007=_0x4e7919;g(this,_0x537007(0xaa),0x0),g(this,_0x537007(0x100),new _0x7a1bd7()),g(this,_0x537007(0x482),this['_change$']),g(this,'_imageSourceCache',new Map()),(this[_0x537007(0x2a7)]=_0x495f9a,this[_0x537007(0x1f4)]=_0x4a31b2,this[_0x537007(0x29a)]=_0x1b120c);}[_0x4e7919(0x31c)](_0x7c1e3a){const _0x10d06e=_0x4e7919;this[_0x10d06e(0xaa)]=_0x7c1e3a,this['_change$'][_0x10d06e(0x409)](_0x7c1e3a);}['getImageSourceCache'](_0x9be56f,_0x298f0b){const _0xaa76ec=_0x4e7919;if(_0x298f0b===_0x16cd67[_0xaa76ec(0x96)]){const _0x3fe660=new Image();return _0x3fe660['src']=_0x9be56f,_0x3fe660;}return this[_0xaa76ec(0x3f7)][_0xaa76ec(0x16e)](_0x9be56f);}['addImageSourceCache'](_0x4e2564,_0x284c05,_0x3d3b78){const _0x47f6f0=_0x4e7919;_0x284c05===_0x16cd67[_0x47f6f0(0x96)]||_0x3d3b78==null||this[_0x47f6f0(0x3f7)]['set'](_0x4e2564,_0x3d3b78);}async[_0x4e7919(0xde)](_0x3a24ab){const _0x38231a=_0x4e7919;try{const _0xa93812=this[_0x38231a(0x170)](this['_getSignURL'](),''+_0x3a24ab),_0x586d33=(await this[_0x38231a(0x2a7)]['get'](_0xa93812))[_0x38231a(0x47f)];if(_0x586d33[_0x38231a(0x24d)]&&_0x586d33[_0x38231a(0x24d)][_0x38231a(0x295)]===Ri['OK']){const _0x534801=new URL(_0x586d33['url'],this['_getDownloadEndpointURL']())[_0x38231a(0x227)]();return Promise[_0x38231a(0x2b8)](_0x534801);}return Promise[_0x38231a(0xc7)](_0x586d33[_0x38231a(0x24d)]);}catch(_0x48a5e6){return Promise[_0x38231a(0xc7)](_0x48a5e6);}}async['saveImage'](_0x4ee31e){const _0x441bef=_0x4e7919;let _0x29d3bc='';if(!_c[_0x441bef(0x364)](_0x4ee31e['type']))return this['_decreaseWaiting'](),Promise[_0x441bef(0xc7)](new Error(_0x890ba8['ERROR_IMAGE_TYPE']));if(_0x4ee31e[_0x441bef(0x277)]>uc)return this[_0x441bef(0x345)](),Promise[_0x441bef(0xc7)](new Error(_0x890ba8[_0x441bef(0xc2)]));try{const _0x3485d4=new FormData();_0x3485d4[_0x441bef(0x3e4)]('file',_0x4ee31e);const _0x396905=this[_0x441bef(0x29a)][_0x441bef(0x41f)](),_0x25bcd2=_0x396905==null?void 0x0:_0x396905[_0x441bef(0x426)]();if(!_0x25bcd2)throw new Error('unitId\x20is\x20not\x20found');const _0xa9f3fc=this[_0x441bef(0xf1)]()+_0x441bef(0x198)+_0x4ee31e['size'][_0x441bef(0x227)]()+'&source='+yi['UnitEmbedded']+_0x441bef(0x9a)+encodeURIComponent(_0x25bcd2),_0x53065d=await(await fetch(_0xa9f3fc,{'method':_0x441bef(0x1aa),'body':_0x3485d4}))[_0x441bef(0x494)]();if(typeof _0x53065d[_0x441bef(0x8f)]!='string')return this['_decreaseWaiting'](),Promise['reject'](new Error(_0x890ba8[_0x441bef(0x2f6)]));_0x29d3bc=_0x53065d[_0x441bef(0x8f)];}catch{return this[_0x441bef(0x345)](),Promise[_0x441bef(0xc7)](new Error(_0x890ba8[_0x441bef(0x2f6)]));}return new Promise((_0x5170e6,_0x495b53)=>{const _0x4f13b1=_0x441bef,_0x5b700a=new FileReader();_0x5b700a['readAsDataURL'](_0x4ee31e),_0x5b700a[_0x4f13b1(0x311)]=_0x51410=>{const _0x46a400=_0x4f13b1;var _0xf2f00;const _0x14c249=(_0xf2f00=_0x51410[_0x46a400(0x1ac)])==null?void 0x0:_0xf2f00[_0x46a400(0x338)];if(_0x14c249==null){this[_0x46a400(0x345)](),_0x495b53(new Error(_0x890ba8[_0x46a400(0x2f6)]));return;}const _0x43ba47=_0x162500[_0x46a400(0x34b)](0x6);_0x5170e6({'imageId':_0x43ba47,'imageSourceType':_0x16cd67[_0x46a400(0x266)],'source':_0x29d3bc,'base64Cache':_0x14c249,'status':_0x890ba8[_0x46a400(0x369)]}),this[_0x46a400(0x345)]();};});}[_0x4e7919(0xf1)](){const _0x4eaf55=_0x4e7919;var _0x7ae53c,_0x3e56de;const _0x3afcf9=this['_configService'][_0x4eaf55(0x2a3)](dc),_0x1c8054=this[_0x4eaf55(0x1f4)][_0x4eaf55(0x2a3)](ie);return(_0x3e56de=(_0x7ae53c=_0x1c8054==null?void 0x0:_0x1c8054[_0x4eaf55(0x3bc)])!=null?_0x7ae53c:_0x3afcf9)!=null?_0x3e56de:fc;}[_0x4e7919(0x2cc)](){const _0x357eb6=_0x4e7919;var _0x331bdf,_0xc6591;const _0x16ee44=this[_0x357eb6(0x1f4)][_0x357eb6(0x2a3)](vc),_0x3eb690=this[_0x357eb6(0x1f4)][_0x357eb6(0x2a3)](ie);return(_0xc6591=(_0x331bdf=_0x3eb690==null?void 0x0:_0x3eb690[_0x357eb6(0x302)])!=null?_0x331bdf:_0x16ee44)!=null?_0xc6591:mc;}['_getDownloadEndpointURL'](){const _0x38c5ad=_0x4e7919;var _0x598802;const _0x1fbe28=this['_configService'][_0x38c5ad(0x2a3)](ie);return(_0x598802=_0x1fbe28==null?void 0x0:_0x1fbe28[_0x38c5ad(0xee)])!=null?_0x598802:location[_0x38c5ad(0x46f)];}['_replaceFileID'](_0x1d3554,_0x447484){const _0x57aafe=_0x4e7919;return _0x1d3554['replace'](_0x57aafe(0xe8),_0x447484);}[_0x4e7919(0x345)](){const _0x40cc7d=_0x4e7919;this[_0x40cc7d(0xaa)]-=0x1,this[_0x40cc7d(0x100)][_0x40cc7d(0x409)](this[_0x40cc7d(0xaa)]);}};hs=lc([Xt(0x0,_0x557b7a(_0x55adc1)),Xt(0x1,_0x88f14),Xt(0x2,_0x557b7a(_0x5e27bc))],hs);var pc=Object[_0x4e7919(0x13e)],gc=Object['getOwnPropertyDescriptor'],Sc=(_0x5e9e0d,_0x17d949,_0x40fffe,_0x501bae)=>{const _0x203f78=_0x4e7919;for(var _0x4b3f9b=_0x501bae>0x1?void 0x0:_0x501bae?gc(_0x17d949,_0x40fffe):_0x17d949,_0x73a709=_0x5e9e0d[_0x203f78(0x126)]-0x1,_0x5d53d6;_0x73a709>=0x0;_0x73a709--)(_0x5d53d6=_0x5e9e0d[_0x73a709])&&(_0x4b3f9b=(_0x501bae?_0x5d53d6(_0x17d949,_0x40fffe,_0x4b3f9b):_0x5d53d6(_0x4b3f9b))||_0x4b3f9b);return _0x501bae&&_0x4b3f9b&&pc(_0x17d949,_0x40fffe,_0x4b3f9b),_0x4b3f9b;},Qe=(_0x1945bc,_0x5afed2)=>(_0x50704f,_0x5f13c7)=>_0x5afed2(_0x50704f,_0x5f13c7,_0x1945bc);let Tt=class extends _0x15900e{constructor(_0x2d3503,_0x25d901,_0x2b0250,_0x584405,_0xa2c656){const _0x52da8f=_0x4e7919;super(),this['_injector']=_0x2d3503,this[_0x52da8f(0x29a)]=_0x25d901,this[_0x52da8f(0x16a)]=_0x2b0250,this[_0x52da8f(0xf7)]=_0x584405,this[_0x52da8f(0x238)]=_0xa2c656,this[_0x52da8f(0x270)](),this[_0x52da8f(0x33c)]();}[_0x4e7919(0x33c)](){const _0x8d32c7=_0x4e7919,_0x120849=async _0x1a950b=>{const _0x1f999e=_0x5ed9;(await this[_0x1f999e(0xf7)][_0x1f999e(0x386)](_0x1a950b))[_0x1f999e(0x16d)][_0x1f999e(0x210)](_0x27f80a(_0x34b985=>_0x34b985[_0x1f999e(0x161)]===_0xb7e982[_0x1f999e(0x2f0)]),_0xcb8c8d(this[_0x1f999e(0x15d)]))[_0x1f999e(0x1f1)](_0x255c1c=>{const _0x19d3df=_0x1f999e,_0x1ebe9b=_0x255c1c,{reason:_0x2bf51f}=_0x1ebe9b[_0x19d3df(0x28a)];this[_0x19d3df(0x1e4)][_0x19d3df(0x16e)](_0x4e3214)[_0x19d3df(0x243)]({'type':_0x302b10[_0x19d3df(0x457)],'content':this['_localeService']['t'](_0x19d3df(0x149))+'('+_0x2bf51f+')'}),this[_0x19d3df(0x16a)][_0x19d3df(0x17b)](new _0x32a62a(_0x1a950b)['id'],!0x1),this[_0x19d3df(0xf7)][_0x19d3df(0x355)](_0x1a950b);});};_0x365701(this[_0x8d32c7(0x29a)][_0x8d32c7(0x27d)](_0x470972[_0x8d32c7(0x29f)]),this[_0x8d32c7(0x29a)]['getTypeOfUnitAdded$'](_0x470972[_0x8d32c7(0x3ca)]))[_0x8d32c7(0x210)](_0x1a1a5b(_0x2c0a04=>_0x2c0a04['getUnitId']()),_0x27f80a(_0x52bfaf=>!_0x55b28a(_0x52bfaf)),_0xcb8c8d(this[_0x8d32c7(0x15d)]))['subscribe'](_0xfe8642=>{_0x120849(_0xfe8642);});}[_0x4e7919(0x270)](){const _0x2a962a=_0x4e7919,_0x15071c=async _0x42c86f=>{const _0x5d8184=_0x5ed9;(await this[_0x5d8184(0xf7)][_0x5d8184(0x386)](_0x42c86f))[_0x5d8184(0x16d)][_0x5d8184(0x210)](_0x27f80a(_0x11d4d6=>_0x11d4d6[_0x5d8184(0x161)]===_0xb7e982['UPDATE_PERMISSION_OBJ']),_0xcb8c8d(this[_0x5d8184(0x15d)]))['subscribe'](_0x2c71f3=>{const _0x2bf552=_0x5d8184,_0x3ea4c5=_0x2c71f3,{objectId:_0xf41c60}=_0x3ea4c5[_0x2bf552(0x28a)],_0x2ec0b1=this[_0x2bf552(0x1e4)][_0x2bf552(0x16e)](_0x10dd90);_0xf41c60===_0x42c86f?_0x2ec0b1[_0x2bf552(0x385)](_0x42c86f):_0x2ec0b1[_0x2bf552(0x39f)](_0x42c86f,_0xf41c60);});};_0x365701(this['_univerInstanceService'][_0x2a962a(0x27d)](_0x470972[_0x2a962a(0x29f)]),this['_univerInstanceService'][_0x2a962a(0x27d)](_0x470972[_0x2a962a(0x3ca)]))[_0x2a962a(0x210)](_0x1a1a5b(_0x5d4c5c=>_0x5d4c5c[_0x2a962a(0x426)]()),_0x27f80a(_0x5070a7=>!_0x55b28a(_0x5070a7)),_0xcb8c8d(this[_0x2a962a(0x15d)]))[_0x2a962a(0x1f1)](_0x16aa0f=>{_0x15071c(_0x16aa0f);});}};Tt=Sc([Qe(0x0,_0x557b7a(_0x5a5437)),Qe(0x1,_0x5e27bc),Qe(0x2,_0x4f30d5),Qe(0x3,_0x557b7a(Ae)),Qe(0x4,_0x557b7a(_0x5e134c))],Tt);var Ic=Object['defineProperty'],Cc=Object[_0x4e7919(0x3a9)],Ec=(_0x34a2b5,_0x1dc6d3,_0x4e3882,_0x573043)=>{const _0x4e5602=_0x4e7919;for(var _0x275358=_0x573043>0x1?void 0x0:_0x573043?Cc(_0x1dc6d3,_0x4e3882):_0x1dc6d3,_0xaf8260=_0x34a2b5[_0x4e5602(0x126)]-0x1,_0x59c1ca;_0xaf8260>=0x0;_0xaf8260--)(_0x59c1ca=_0x34a2b5[_0xaf8260])&&(_0x275358=(_0x573043?_0x59c1ca(_0x1dc6d3,_0x4e3882,_0x275358):_0x59c1ca(_0x275358))||_0x275358);return _0x573043&&_0x275358&&Ic(_0x1dc6d3,_0x4e3882,_0x275358),_0x275358;},ni=(_0x459f80,_0x3ea3a2)=>(_0x50c2f0,_0x12cdd0)=>_0x3ea3a2(_0x50c2f0,_0x12cdd0,_0x459f80);let ls=class{constructor(_0x41ac35,_0x427eb0){const _0x3c2224=_0x4e7919;this[_0x3c2224(0x1f4)]=_0x41ac35,this[_0x3c2224(0x2a7)]=_0x427eb0;}async['getUnitOnRev'](_0x292bc2,_0x12eac5){const _0x140158=_0x4e7919;var _0x15257a;const {unitID:_0x317602,type:_0x35da18,revision:_0x188e85=0x0}=_0x12eac5,_0x241abb=this[_0x140158(0x185)]()+'/'+_0x35da18+_0x140158(0x28e)+_0x317602+'/rev/'+_0x188e85,_0x330a13=(await this[_0x140158(0x2a7)][_0x140158(0x16e)](_0x241abb))['body'],_0x11e2fc=(_0x15257a=_0x330a13['snapshot'])==null?void 0x0:_0x15257a[_0x140158(0x11b)];if(_0x11e2fc){const _0x46e56f=_0x11e2fc==null?void 0x0:_0x11e2fc[_0x140158(0x260)],_0x55997e=_0x2f80e5[_0x140158(0x14e)](_0x51acde(_0x46e56f));_0x11e2fc['originalMeta']=_0x55997e,Object[_0x140158(0x26e)](_0x11e2fc[_0x140158(0x118)])['forEach'](([,_0x572403])=>{const _0x292db0=_0x140158,_0x51d35c=_0x572403['originalMeta'],_0x4693a3=_0x2f80e5[_0x292db0(0x14e)](_0x51acde(_0x51d35c));_0x572403[_0x292db0(0x260)]=_0x4693a3;});}return _0x330a13;}async[_0x4e7919(0x365)](_0x20bb28,_0x2f6376){const _0x36d98e=_0x4e7919,{unitID:_0xd86b7b,type:_0x1d2c86,blockID:_0x31c591}=_0x2f6376,_0x453c5d=this['_getAPIPrefix']()+'/'+_0x1d2c86+_0x36d98e(0x28e)+_0xd86b7b+_0x36d98e(0x20d)+_0x31c591;return(await this['_httpService'][_0x36d98e(0x16e)](_0x453c5d))[_0x36d98e(0x47f)];}async['getDeserializedSheetBlock'](_0x42f4f9,_0xbb095d){const _0x49b737=_0x4e7919,{unitID:_0x2a9486,type:_0x206dee,blockID:_0x532e90}=_0xbb095d,_0x1b336f=this[_0x49b737(0x9b)]()+'/block/'+_0x206dee+_0x49b737(0x28e)+_0x2a9486+_0x49b737(0x20d)+_0x532e90;return(await this[_0x49b737(0x2a7)][_0x49b737(0x16e)](_0x1b336f))[_0x49b737(0x47f)];}async[_0x4e7919(0x2d0)](_0x568745,_0x5cd246){const _0x207d55=_0x4e7919,{unitID:_0xa98fa8,type:_0x3a25d5,from:_0x1ebb79,to:_0x1b1bef}=_0x5cd246,_0x9cd934=this['_getAPIPrefix']()+'/'+_0x3a25d5+_0x207d55(0x28e)+_0xa98fa8+_0x207d55(0x120)+_0x1ebb79+_0x207d55(0x269)+_0x1b1bef;return(await this[_0x207d55(0x2a7)][_0x207d55(0x16e)](_0x9cd934))['body'];}[_0x4e7919(0x185)](){const _0x5b912=_0x4e7919;var _0x45a9e5;return(_0x45a9e5=this[_0x5b912(0x1f4)]['getConfig'](lr))!=null?_0x45a9e5:this['_getAPIPrefix']();}[_0x4e7919(0x9b)](){const _0x2d8cb6=_0x4e7919;var _0x265ce6,_0x305302;const _0xcef28d=this[_0x2d8cb6(0x1f4)]['getConfig'](cr),_0x41e879=this[_0x2d8cb6(0x1f4)][_0x2d8cb6(0x2a3)](ie);return(_0x305302=(_0x265ce6=_0x41e879==null?void 0x0:_0x41e879[_0x2d8cb6(0x411)])!=null?_0x265ce6:_0xcef28d)!=null?_0x305302:hr;}async[_0x4e7919(0x2d8)](_0x46899a,_0xb7702c){const _0x34049d=_0x4e7919,_0x5b4e3b='/universer-api/snapshot/'+_0xb7702c['type']+_0x34049d(0x28e)+_0xb7702c[_0x34049d(0x8b)]+_0x34049d(0x162);return(await this[_0x34049d(0x2a7)]['get'](_0x5b4e3b,{'params':{'resourceId':JSON['stringify'](_0xb7702c['resourceIDs'])}}))[_0x34049d(0x47f)];}[_0x4e7919(0x151)](){const _0x376d39=_0x4e7919;throw new Error(_0x376d39(0x439));}[_0x4e7919(0x3b6)](){const _0x49d71c=_0x4e7919;throw new Error(_0x49d71c(0x439));}[_0x4e7919(0x1c3)](){const _0x4dbb59=_0x4e7919;throw new Error(_0x4dbb59(0x439));}[_0x4e7919(0x377)](){const _0x52e605=_0x4e7919;throw new Error(_0x52e605(0x439));}[_0x4e7919(0x380)](){const _0x28c7b0=_0x4e7919;throw new Error(_0x28c7b0(0x439));}};ls=Ec([ni(0x0,_0x88f14),ni(0x1,_0x557b7a(_0x55adc1))],ls);var bc=Object[_0x4e7919(0x13e)],Tc=Object[_0x4e7919(0x3a9)],Rc=(_0xeb6bde,_0x2cdf76,_0x11bad2,_0x1fec3e)=>{for(var _0x23d066=_0x1fec3e>0x1?void 0x0:_0x1fec3e?Tc(_0x2cdf76,_0x11bad2):_0x2cdf76,_0xc83abf=_0xeb6bde['length']-0x1,_0x35d8b1;_0xc83abf>=0x0;_0xc83abf--)(_0x35d8b1=_0xeb6bde[_0xc83abf])&&(_0x23d066=(_0x1fec3e?_0x35d8b1(_0x2cdf76,_0x11bad2,_0x23d066):_0x35d8b1(_0x23d066))||_0x23d066);return _0x1fec3e&&_0x23d066&&bc(_0x2cdf76,_0x11bad2,_0x23d066),_0x23d066;},et=(_0x507724,_0x111a88)=>(_0x1c732a,_0x1d29a3)=>_0x111a88(_0x1c732a,_0x1d29a3,_0x507724);let _s=class extends _0x19c15f{constructor(_0x4034fd,_0xcf8d44,_0x3ccab0,_0x3bacc3,_0x19fffe){const _0x121ff3=_0x4e7919;super(_0x4034fd,_0xcf8d44,_0x3ccab0),this['_transformService']=_0x3bacc3,this[_0x121ff3(0x18f)]=_0x19fffe;}[_0x4e7919(0x84)](_0x538fa3,_0x5ee905){const _0x1f7d0b=_0x4e7919,_0x5131df=this[_0x1f7d0b(0xbc)](_0x538fa3);if(_0x5131df)try{const _0x2ef1c9=this['_transformStack'](_0x5131df,_0x5ee905);this[_0x1f7d0b(0x35c)](_0x538fa3,_0x2ef1c9);}catch(_0x59b1f6){this[_0x1f7d0b(0x18f)][_0x1f7d0b(0x24d)](_0x1f7d0b(0x22d),_0x59b1f6),this['_clearUndo'](_0x538fa3);}const _0x23b22b=this['_getRedoStack'](_0x538fa3);if(_0x23b22b)try{const _0x4a2122=this['_transformStack'](_0x23b22b,_0x5ee905);this[_0x1f7d0b(0x400)](_0x538fa3,_0x4a2122);}catch(_0xc36d04){this[_0x1f7d0b(0x18f)][_0x1f7d0b(0x24d)](_0xc36d04),this['_clearRedo'](_0x538fa3);}}[_0x4e7919(0x3bd)](_0x554943){const _0x2c2ebd=_0x4e7919,_0x168377=this[_0x2c2ebd(0xbc)](_0x554943);_0x168377&&(_0x168377['length']=0x0,this['_updateStatus']());}[_0x4e7919(0x31f)](_0x46da5e){const _0x7f6c4e=_0x4e7919,_0x12b9f9=this[_0x7f6c4e(0x3b4)](_0x46da5e);_0x12b9f9&&(_0x12b9f9[_0x7f6c4e(0x126)]=0x0,this[_0x7f6c4e(0x2ce)]());}[_0x4e7919(0x35c)](_0xe9c603,_0x1eaf6e){const _0x2056ac=_0x4e7919;this['_undoStacks'][_0x2056ac(0x2a0)](_0xe9c603,_0x1eaf6e),this[_0x2056ac(0x2ce)]();}[_0x4e7919(0x400)](_0x5a3fcc,_0x682080){const _0x50a40c=_0x4e7919;this[_0x50a40c(0xb3)][_0x50a40c(0x2a0)](_0x5a3fcc,_0x682080),this[_0x50a40c(0x2ce)]();}[_0x4e7919(0x2a8)](_0x488261,_0xbf26e2){const _0x37abb6=_0x4e7919,_0x92ab32=[];let _0x5878a4=_0xbf26e2,_0x9540b=_0xbf26e2;for(let _0xfb87e4=_0x488261[_0x37abb6(0x126)]-0x1;_0xfb87e4>=0x0;_0xfb87e4--){const {unitID:_0x1af778,undoMutations:_0x51f630,redoMutations:_0x3b4ac9}=_0x488261[_0xfb87e4],_0x511c2f=this[_0x37abb6(0x2ac)][_0x37abb6(0x214)](_0x5878a4,_0x51f630),_0x616d05=this['_transformService'][_0x37abb6(0x214)](_0x9540b,_0x3b4ac9);if(_0x15ad50(_0x511c2f)||_0x15ad50(_0x616d05)){this[_0x37abb6(0x18f)][_0x37abb6(0x24d)]('[CollaborationUndoRedoService]',_0x37abb6(0x1d7),_0x511c2f,_0x616d05);break;}_0x5878a4=_0x511c2f[_0x37abb6(0x89)],_0x9540b=_0x616d05[_0x37abb6(0x89)],_0x92ab32[_0x37abb6(0x209)]({'unitID':_0x1af778,'undoMutations':_0x511c2f[_0x37abb6(0xca)],'redoMutations':_0x616d05[_0x37abb6(0xca)]});}return _0x92ab32[_0x37abb6(0x114)]();}};_s=Rc([et(0x0,_0x5e27bc),et(0x1,_0x37f6d3),et(0x2,_0xa5a717),et(0x3,_0xd1dd82),et(0x4,_0x2f9740)],_s);class yc extends _0x15900e{constructor(){const _0x1d1890=_0x4e7919;super(),g(this,_0x1d1890(0x104)),this[_0x1d1890(0x104)]=_0xf4893f(window,_0x1d1890(0x99))['pipe'](_0x234986(this[_0x1d1890(0x15d)]),_0x42be71(0x1),_0x2d24bf(void 0x0));}[_0x4e7919(0xef)](_0x5e79da,_0x58c98f,_0x52428b=!0x1){const _0x10c283=_0x4e7919,_0x97496f=new URL(window[_0x10c283(0x3e9)][_0x10c283(0xc3)]);_0x97496f[_0x10c283(0x147)][_0x10c283(0x2a0)](_0x5e79da,_0x58c98f),_0x52428b?window[_0x10c283(0xb7)]['replaceState']('','',_0x97496f[_0x10c283(0x227)]()):window[_0x10c283(0xb7)][_0x10c283(0x33b)]('','',_0x97496f['toString']());}['removeParam'](_0x40d746,_0x26dbf3=!0x1){const _0x283fac=_0x4e7919,_0x36f472=new URL(window[_0x283fac(0x3e9)][_0x283fac(0xc3)]);_0x36f472[_0x283fac(0x147)]['delete'](_0x40d746),_0x26dbf3?window[_0x283fac(0xb7)][_0x283fac(0x421)]('','',_0x36f472[_0x283fac(0x227)]()):window[_0x283fac(0xb7)]['pushState']('','',_0x36f472['toString']());}[_0x4e7919(0x1bd)](_0x4172e2){const _0x5261ee=_0x4e7919;var _0x4d3d8b;return(_0x4d3d8b=new URL(window[_0x5261ee(0x3e9)][_0x5261ee(0xc3)])[_0x5261ee(0x147)][_0x5261ee(0x16e)](_0x4172e2))!=null?_0x4d3d8b:void 0x0;}}var zi=Object['defineProperty'],Oc=Object[_0x4e7919(0x3a9)],wc=(_0x2d1e3d,_0x3c8ad7,_0x4b6f1a)=>_0x3c8ad7 in _0x2d1e3d?zi(_0x2d1e3d,_0x3c8ad7,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x4b6f1a}):_0x2d1e3d[_0x3c8ad7]=_0x4b6f1a,Dc=(_0x571468,_0x254ad0,_0x3d831f,_0x4333d2)=>{const _0x42794a=_0x4e7919;for(var _0x11eece=_0x4333d2>0x1?void 0x0:_0x4333d2?Oc(_0x254ad0,_0x3d831f):_0x254ad0,_0x644654=_0x571468[_0x42794a(0x126)]-0x1,_0x1c902e;_0x644654>=0x0;_0x644654--)(_0x1c902e=_0x571468[_0x644654])&&(_0x11eece=(_0x4333d2?_0x1c902e(_0x254ad0,_0x3d831f,_0x11eece):_0x1c902e(_0x11eece))||_0x11eece);return _0x4333d2&&_0x11eece&&zi(_0x254ad0,_0x3d831f,_0x11eece),_0x11eece;},lt=(_0x4a8e84,_0xd463dd)=>(_0x9ee23c,_0x432fcb)=>_0xd463dd(_0x9ee23c,_0x432fcb,_0x4a8e84),Pc=(_0x5000f0,_0x2d5830,_0x2e5543)=>wc(_0x5000f0,_0x2d5830+'',_0x2e5543);const Uc=_0x4e7919(0x40a);let us=class extends _0x405522{constructor(_0xeebbd1=Rr,_0x56a3b6,_0x38cb6d,_0x4ece6a,_0x3b1812){const _0x1f1786=_0x4e7919;super(),this[_0x1f1786(0x438)]=_0xeebbd1,this[_0x1f1786(0x18f)]=_0x56a3b6,this['_renderManagerService']=_0x38cb6d,this['_injector']=_0x4ece6a,this[_0x1f1786(0x1f4)]=_0x3b1812;const {..._0x1f0a27}=this[_0x1f1786(0x438)];this[_0x1f1786(0x1f4)]['setConfig'](ie,_0x1f0a27);}[_0x4e7919(0x18b)](){const _0x5c7876=_0x4e7919;this[_0x5c7876(0x393)](),this['_initDependencies']();}[_0x4e7919(0x1e6)](){const _0x46b3b1=_0x4e7919;_0x5a6de0(this[_0x46b3b1(0x1e4)],[[Ct]]);}['onRendered'](){this['_registerRenderDependencies']();}['_registerDependencies'](){const _0x4bea3a=_0x4e7919;var _0x5aaf22,_0x2b9b83,_0x3e4454,_0x106ea9;this['_injector'][_0x4bea3a(0x297)](_0x5aca87)&&this[_0x4bea3a(0x18f)][_0x4bea3a(0x24d)](_0x4bea3a(0x202),_0x4bea3a(0x403));const _0x19c5d5=[[_0x5aca87,{'useClass':_s}],[Ae],[bs],[Bi,{'useClass':yc}],[Ne],[q],[_0x352ba8],[vt],[pt],[ft],[mt],[Cs],[Et],[bt],[wi],[Tt],[Oi,{'useClass':(_0x2b9b83=(_0x5aaf22=this[_0x4bea3a(0x438)])==null?void 0x0:_0x5aaf22['socketService'])!=null?_0x2b9b83:es}],[_0x18fdab,{'useClass':ls}],[_0xe9480b,{'useClass':cs}],[_0x4a4912,{'useClass':hs}],[it],[It],[St],[Ct],[Ve]];(_0x3e4454=this[_0x4bea3a(0x438)])!=null&&_0x3e4454[_0x4bea3a(0x111)]&&_0x19c5d5[_0x4bea3a(0x209)]([Rt,{'useClass':ro}]),_0x12b218(this['_injector'],_0xf3c8ba(_0x19c5d5,(_0x106ea9=this[_0x4bea3a(0x438)])==null?void 0x0:_0x106ea9[_0x4bea3a(0x125)]));}[_0x4e7919(0x3d6)](){const _0x30f172=_0x4e7919;this[_0x30f172(0xb0)](this[_0x30f172(0x370)][_0x30f172(0x47d)](_0x470972[_0x30f172(0x3ca)],[os])),this[_0x30f172(0xb0)](this['_renderManagerService'][_0x30f172(0x47d)](_0x470972[_0x30f172(0x29f)],[as]));}['_initDependencies'](){const _0x5ed8a9=_0x4e7919;var _0x5733ee,_0x19ab0c;this['_injector'][_0x5ed8a9(0x16e)](_0x55adc1)['registerHTTPInterceptor']({'priority':0x14,'interceptor':_0x20684f({'maxParallel':0x6})}),(_0x5733ee=this[_0x5ed8a9(0x438)])!=null&&_0x5733ee[_0x5ed8a9(0x14f)]||this[_0x5ed8a9(0x1e4)][_0x5ed8a9(0x16e)](q)[_0x5ed8a9(0x30c)](),(_0x19ab0c=this[_0x5ed8a9(0x438)])!=null&&_0x19ab0c[_0x5ed8a9(0x246)]&&_0x5a6de0(this[_0x5ed8a9(0x1e4)],[[Et]]),_0x5a6de0(this[_0x5ed8a9(0x1e4)],[[bt],[Ve],[It],[it],[St],[Tt]]);}};Pc(us,_0x4e7919(0x30d),Uc),us=Dc([_0x596afe(_0xa4a5c8,_0xac975f),lt(0x1,_0x2f9740),lt(0x2,_0x9b882e),lt(0x3,_0x557b7a(_0x5a5437)),lt(0x4,_0x88f14)],us);export{Ba as AUTHZ_URL_KEY,cs as AuthzIoHttpService,Cr as COLLAB_SUBMIT_CHANGESET_URL_KEY,ur as COLLAB_WEB_SOCKET_URL_KEY,it as CollaborationController,gt as CollaborationEntity,ts as CollaborationSession,Ae as CollaborationSessionService,es as CollaborationSocketService,J as CollaborationStatus,Ca as CollaborationStatusDisplay,wi as CommentService,It as DataLoaderController,St as DesktopCollaborationStatusDisplayController,ss as DocCollaborationEntity,fr as HEARTBEAT_INTERVAL_KEY,bi as HEARTBEAT_TIMEOUT_KEY,Oi as ICollaborationSocketService,Bi as IURLService,hs as ImageIoService,Sr as LOCAL_CACHE_INTERVAL_KEY,br as LOGIN_URL_KEY,q as LocalCacheService,Ne as MemberService,pr as RETRY_CONNECTING_MAX_COUNT_KEY,Xc as SEND_CHANGESET_TIMEOUT_KEY,cr as SNAPSHOT_SERVER_URL_KEY,lr as SNAPSHOT_URL_KEY,ve as SessionStatus,Xo as SheetCollabCursorShape,is as SheetCollaborationEntity,ls as SnapshotServerOverHTTPService,us as UniverCollaborationClientPlugin,yc as WebURLService,yr as deserializeToCombResponse,Or as serializeCombRequest};
|
1
|
+
const _0x3238bf=_0x466f;(function(_0x3aa645,_0x5b972d){const _0x3943b3=_0x466f,_0x12dd76=_0x3aa645();while(!![]){try{const _0xc9523b=parseInt(_0x3943b3(0x159))/0x1*(-parseInt(_0x3943b3(0x2b3))/0x2)+parseInt(_0x3943b3(0x520))/0x3+parseInt(_0x3943b3(0x317))/0x4+parseInt(_0x3943b3(0x3b5))/0x5+parseInt(_0x3943b3(0x403))/0x6*(parseInt(_0x3943b3(0x488))/0x7)+-parseInt(_0x3943b3(0x494))/0x8+-parseInt(_0x3943b3(0x1f0))/0x9;if(_0xc9523b===_0x5b972d)break;else _0x12dd76['push'](_0x12dd76['shift']());}catch(_0x25da78){_0x12dd76['push'](_0x12dd76['shift']());}}}(_0x2abb,0xd5565));var qi=Object[_0x3238bf(0x535)],Xi=(_0x210e51,_0x5a6ca6,_0x1b6fb5)=>_0x5a6ca6 in _0x210e51?qi(_0x210e51,_0x5a6ca6,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x1b6fb5}):_0x210e51[_0x5a6ca6]=_0x1b6fb5,g=(_0x5e447b,_0x23aa6b,_0x5dc5f4)=>Xi(_0x5e447b,typeof _0x23aa6b!=_0x3238bf(0x226)?_0x23aa6b+'':_0x23aa6b,_0x5dc5f4);import{createIdentifier as _0x271919,Inject as _0x4a2654,Disposable as _0x1bec45,DisposableCollection as _0x2bf957,toDisposable as _0x164be7,IConfigService as _0x12cd24,ILogService as _0x5d0f53,UserManagerService as _0x58532f,UniverInstanceType as _0x5997c4,IUniverInstanceService as _0x21deaa,LocaleService as _0xc7611d,Optional as _0x384f19,RxDisposable as _0x9ae76a,Injector as _0x28b8e2,Tools as _0x3a7870,ILocalStorageService as _0x99c20,Rectangle as _0x185edd,ICommandService as _0x462ea5,DOC_RANGE_TYPE as _0x507957,JSONX as _0x32d452,CommandType as _0x4d0a82,IPermissionService as _0x3cddab,IUndoRedoService as _0x558053,sequenceExecute as _0x292495,debounce as _0x5d913f,COLORS as _0x33477d,ColorKit as _0x1fdc1d,ThemeService as _0x251573,fromEventSubject as _0xde2bf0,useDependency as _0x120ce2,connectInjector as _0x3cd6f0,Workbook as _0x166f1e,isInternalEditorID as _0x1e2c2b,LocalUndoRedoService as _0x3cb107,IContextService as _0x1b64c2,DependentOn as _0xcd516b,Plugin as _0x31d01a,touchDependencies as _0x2de621,IAuthzIoService as _0x26b704,registerDependencies as _0x5e3113,mergeOverrideWithDependencies as _0x2a6101}from'@univerjs/core';import{Subject as _0x302e6e,merge as _0xf2f2cb,takeUntil as _0x4b2adb,BehaviorSubject as _0x353bc7,distinctUntilChanged as _0x120bb7,fromEvent as _0xfa2d6a,ReplaySubject as _0x5edbc1,take as _0x1cb779,map as _0x10d2b5,shareReplay as _0x2ad7f3,of as _0x165a23,debounceTime as _0x5ec3df,filter as _0x2c9c0f,switchMap as _0xb18e1b,combineLatest as _0xe40d54,concatMap as _0x46d7c7,mapTo as _0x36fe6d}from'rxjs';import{map as _0x46b391,take as _0x1070e6,filter as _0x2fd833,delay as _0xa5f912,throttleTime as _0x5ca328,takeUntil as _0x4cba74,switchMap as _0x234ed0}from'rxjs/operators';import{MessageType as _0x62271a,Tooltip as _0x504180}from'@univerjs/design';import{IBeforeCloseService as _0xdad7a5,IMessageService as _0x2f8dd1,INotificationService as _0x447575,useObservable as _0x1e48c7,BuiltInUIPart as _0x2ef7c3,IUIPartsService as _0x3c9e6a}from'@univerjs/ui';import{HTTPService as _0x4ca339,WebSocketService as _0xbe8463,MergeInterceptorFactory as _0x391dde,HTTPRequest as _0x9398ae,UniverNetworkPlugin as _0x1fe2e7,ThresholdInterceptorFactory as _0x436092}from'@univerjs/network';import{CollaborationEvent as _0x2c5a34,parseChangesetToProtocol as _0x33baa3,ISnapshotServerService as _0x54fc87,isTransformMutationFailure as _0x2e9e95,isTransformMutationsWithChangesetSuccess as _0xa7de0,ITransformService as _0x945511,RevisionService as _0x56b96b,mapDocumentTypeToUniverType as _0x952321,isTransformChangesetsSuccess as _0x23fd88,CompressMutationService as _0x4816dd,parseProtocolChangeset as _0x3249cc,SnapshotService as _0x1ff8b0,textEncoder as _0x1b8593,b64DecodeUnicode as _0x37b045,isTransformMutationsWithChangesetFailure as _0x31d7c3,UniverCollaborationPlugin as _0x5246a2}from'@univerjs-pro/collaboration';import{ITelemetryService as _0x3a95be}from'@univerjs/telemetry';import{DocIMEInputManagerService as _0x26849f,DocStateChangeManagerService as _0x55dde0,NodePositionConvertToCursor as _0x2dff16,NodePositionConvertToRectRange as _0x2cbacf,TEXT_RANGE_LAYER_INDEX as _0x4efb91,SetDocZoomRatioOperation as _0x835516}from'@univerjs/docs-ui';import{SheetsSelectionsService as _0x42bfc2,SetSelectionsOperation as _0xb384b4,InsertSheetMutation as _0x2c3a31,EmptyMutation as _0x175b9b,WorkbookEditablePermission as _0x5f270b,RefRangeService as _0x60b03d,EffectRefRangId as _0xe2cfb6,handleIRemoveRow as _0x463d30,handleIRemoveCol as _0x3af346,handleMoveRange as _0x19de67,handleInsertRow as _0x4a534d,handleInsertRangeMoveRight as _0x3b8c8b,handleInsertRangeMoveDown as _0x9ec55f,handleInsertCol as _0x41a0bd,handleDeleteRangeMoveUp as _0x17c9e0,handleDeleteRangeMoveLeft as _0x1e1209,runRefRangeMutations as _0x267af5,SetWorksheetActivateCommand as _0x3ee2d1}from'@univerjs/sheets';import{IRenderManagerService as _0x273231,Shape as _0x3f7361,Rect as _0x48bc86,getColor as _0x5726a7,RegularPolygon as _0x36efef,TRANSFORM_CHANGE_OBSERVABLE_TYPE as _0x15ccc7,Vector2 as _0x1691aa}from'@univerjs/engine-render';import{DocSelectionManagerService as _0x155680,RichTextEditingMutation as _0x2554d0,SetTextSelectionsOperation as _0x30c83c,DocSkeletonManagerService as _0x532f07}from'@univerjs/docs';import{ImageSourceType as _0x31ddf5,ImageUploadStatusType as _0x2cdd79,IImageIoService as _0x1a8564}from'@univerjs/drawing';import{deserializeRangeWithSheet as _0x2c7c2b,serializeRangeWithSheet as _0x2e0d00}from'@univerjs/engine-formula';import{SheetSkeletonManagerService as _0x15a5fb,VIEWPORT_KEY as _0x578f46,getCoordByCell as _0x3d3c8c,getSheetObject as _0xd58b34,SheetPermissionInitController as _0x2b81e1}from'@univerjs/sheets-ui';import _0x37429d,{forwardRef as _0x291cc6,useRef as _0x20c041,createElement as _0x43b3d3,useCallback as _0x13394c}from'react';import{IRemoteInstanceService as _0x151359}from'@univerjs/rpc';const cr=_0x3238bf(0x3ca),hr=_0x3238bf(0x3f6),lr='SNAPSHOT_URL_KEY',Xc='SEND_CHANGESET_TIMEOUT',_r=0x7d0,ur=_0x3238bf(0x560),dr=_0x3238bf(0x205),fr=_0x3238bf(0x47c),vr=0x7530,bi=_0x3238bf(0x496),Ti=0x4e20,mr=0x4e20,pr=_0x3238bf(0x4b8),gr=0x3,Sr=_0x3238bf(0x49f),Ir=0x3e8,Cr=_0x3238bf(0x512),Er='/universer-api/comb',br=_0x3238bf(0x3fe),Tr='/universer-api/oidc/authpage';var Ri=(_0x3ceb58=>(_0x3ceb58[_0x3ceb58[_0x3238bf(0x4c6)]=0x0]=_0x3238bf(0x4c6),_0x3ceb58[_0x3ceb58['OK']=0x1]='OK',_0x3ceb58[_0x3ceb58[_0x3238bf(0x3f9)]=0x2]=_0x3238bf(0x3f9),_0x3ceb58[_0x3ceb58[_0x3238bf(0x287)]=0x3]='PERMISSION_DENIED',_0x3ceb58[_0x3ceb58[_0x3238bf(0x19b)]=0x4]=_0x3238bf(0x19b),_0x3ceb58[_0x3ceb58[_0x3238bf(0x36f)]=0x5]=_0x3238bf(0x36f),_0x3ceb58[_0x3ceb58[_0x3238bf(0x4dc)]=0x6]=_0x3238bf(0x4dc),_0x3ceb58[_0x3ceb58[_0x3238bf(0x4f8)]=0x7]='INVALID_ARGUMENT',_0x3ceb58[_0x3ceb58[_0x3238bf(0x530)]=0x8]='TOO_MANY_REQUESTS',_0x3ceb58[_0x3ceb58[_0x3238bf(0x15a)]=0x9]=_0x3238bf(0x15a),_0x3ceb58[_0x3ceb58[_0x3238bf(0x339)]=0x1389]='CHANGESET_REVISION_CONFILICT',_0x3ceb58[_0x3ceb58['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x3238bf(0x196),_0x3ceb58[_0x3ceb58[_0x3238bf(0x216)]=0x1772]=_0x3238bf(0x216),_0x3ceb58[_0x3ceb58[_0x3238bf(0x564)]=0x1773]=_0x3238bf(0x564),_0x3ceb58[_0x3ceb58['APPLY_REJECT']=0x1b59]='APPLY_REJECT',_0x3ceb58[_0x3ceb58[_0x3238bf(0x4ad)]=0x1b5a]='APPLY_NON_SEQUENTIAL_REVISION',_0x3ceb58[_0x3ceb58[_0x3238bf(0x48a)]=0x1b5b]=_0x3238bf(0x48a),_0x3ceb58[_0x3ceb58['APPLY_PERMISSION_DENIED']=0x1b5c]='APPLY_PERMISSION_DENIED',_0x3ceb58[_0x3ceb58[_0x3238bf(0x224)]=0x1b5d]='APPLY_DUPLICATED',_0x3ceb58[_0x3ceb58[_0x3238bf(0x4a9)]=0x1f41]=_0x3238bf(0x4a9),_0x3ceb58[_0x3ceb58[_0x3238bf(0x48d)]=0x2329]='LICENSE_MAX_UNITS_EXCEEDED',_0x3ceb58[_0x3ceb58[_0x3238bf(0x39e)]=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x3ceb58[_0x3ceb58[_0x3238bf(0x2b0)]=0x232b]=_0x3238bf(0x2b0),_0x3ceb58[_0x3ceb58[_0x3238bf(0x485)]=0x232c]=_0x3238bf(0x485),_0x3ceb58[_0x3ceb58[_0x3238bf(0x333)]=0x232d]=_0x3238bf(0x333),_0x3ceb58[_0x3ceb58[_0x3238bf(0x492)]=0x2711]=_0x3238bf(0x492),_0x3ceb58[_0x3ceb58[_0x3238bf(0x218)]=0x2712]=_0x3238bf(0x218),_0x3ceb58[_0x3ceb58[_0x3238bf(0x3ce)]=0x2713]=_0x3238bf(0x3ce),_0x3ceb58[_0x3ceb58[_0x3238bf(0x413)]=0x2714]=_0x3238bf(0x413),_0x3ceb58[_0x3ceb58['UNRECOGNIZED']=-0x1]=_0x3238bf(0x551),_0x3ceb58))(Ri||{}),ce=(_0xe61eb8=>(_0xe61eb8[_0xe61eb8['UNIVER_UNKNOWN']=0x0]=_0x3238bf(0x434),_0xe61eb8[_0xe61eb8['UNIVER_DOC']=0x1]=_0x3238bf(0x32f),_0xe61eb8[_0xe61eb8[_0x3238bf(0x49a)]=0x2]=_0x3238bf(0x49a),_0xe61eb8[_0xe61eb8['UNIVER_SLIDE']=0x3]=_0x3238bf(0x23d),_0xe61eb8[_0xe61eb8[_0x3238bf(0x43e)]=0x4]='UNIVER_PROJECT',_0xe61eb8[_0xe61eb8['UNRECOGNIZED']=-0x1]=_0x3238bf(0x551),_0xe61eb8))(ce||{}),W=(_0x537aec=>(_0x537aec[_0x537aec['UNKNOWN_CMD']=0x0]=_0x3238bf(0x38e),_0x537aec[_0x537aec[_0x3238bf(0x2e5)]=0x1]='HELLO',_0x537aec[_0x537aec['JOIN']=0x2]=_0x3238bf(0x212),_0x537aec[_0x537aec[_0x3238bf(0x35a)]=0x3]=_0x3238bf(0x35a),_0x537aec[_0x537aec['INGEST']=0x4]=_0x3238bf(0x145),_0x537aec[_0x537aec[_0x3238bf(0x39d)]=0x5]=_0x3238bf(0x39d),_0x537aec[_0x537aec[_0x3238bf(0x416)]=0x6]=_0x3238bf(0x416),_0x537aec[_0x537aec[_0x3238bf(0x551)]=-0x1]=_0x3238bf(0x551),_0x537aec))(W||{}),Is=(_0x1cdf2f=>(_0x1cdf2f[_0x1cdf2f[_0x3238bf(0x3fa)]=0x0]=_0x3238bf(0x3fa),_0x1cdf2f[_0x1cdf2f['OK']=0x1]='OK',_0x1cdf2f[_0x1cdf2f[_0x3238bf(0x505)]=0x2]=_0x3238bf(0x505),_0x1cdf2f[_0x1cdf2f[_0x3238bf(0x551)]=-0x1]=_0x3238bf(0x551),_0x1cdf2f))(Is||{}),yi=(_0x31ed82=>(_0x31ed82[_0x31ed82[_0x3238bf(0x1de)]=0x0]=_0x3238bf(0x1de),_0x31ed82[_0x31ed82[_0x3238bf(0x158)]=0x1]=_0x3238bf(0x158),_0x31ed82[_0x31ed82[_0x3238bf(0x4ca)]=0x2]='HttpExport',_0x31ed82[_0x31ed82[_0x3238bf(0x352)]=0x3]=_0x3238bf(0x352),_0x31ed82[_0x31ed82[_0x3238bf(0x4f6)]=0x4]='UnitSnapshot',_0x31ed82[_0x31ed82['UNRECOGNIZED']=-0x1]=_0x3238bf(0x551),_0x31ed82))(yi||{});const ie=_0x3238bf(0x3a4),Rr={};function yr(_0x1c95fb){const _0x2c7028=_0x3238bf;var _0x4ab8ce,_0x530d93,_0x2499da,_0x1c3664,_0x44a939;const _0x3cd37a=_0x1c95fb[_0x2c7028(0x209)],_0x4ba3d7=JSON[_0x2c7028(0x47a)](_0x3cd37a);switch(_0x4ba3d7['cmd']){case W[_0x2c7028(0x39d)]:case W[_0x2c7028(0x2e5)]:{const _0x3678f4=_0x4ba3d7[_0x2c7028(0x369)];return{..._0x4ba3d7,'data':_0x3678f4,'cmd':_0x4ba3d7[_0x2c7028(0x443)]};}case W[_0x2c7028(0x212)]:{const _0x38c0ba=_0x4ba3d7['joinRsp'];return{..._0x4ba3d7,'data':_0x38c0ba,'cmd':_0x4ba3d7['cmd']};}case W[_0x2c7028(0x416)]:{const _0x5e7b00=_0x4ba3d7['collaMsg'];switch(_0x5e7b00[_0x2c7028(0x448)]){case _0x2c5a34[_0x2c7028(0x17d)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':(_0x4ab8ce=_0x5e7b00[_0x2c7028(0x1e8)])==null?void 0x0:_0x4ab8ce['cs']},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34['CHANGESET_ACK']:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':(_0x530d93=_0x5e7b00['csAckEvent'])==null?void 0x0:_0x530d93['cs']},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34[_0x2c7028(0x2d8)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':(_0x2499da=_0x5e7b00[_0x2c7028(0x206)])==null?void 0x0:_0x2499da['cs']},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34[_0x2c7028(0x3c8)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':(_0x1c3664=_0x5e7b00['csRejEvent'])==null?void 0x0:_0x1c3664['cs']},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34[_0x2c7028(0x28e)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':(_0x44a939=_0x5e7b00[_0x2c7028(0x3b9)])==null?void 0x0:_0x44a939['cs']},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34[_0x2c7028(0x42c)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':_0x5e7b00[_0x2c7028(0x515)]},'cmd':_0x4ba3d7['cmd']};case _0x2c5a34[_0x2c7028(0x382)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':_0x5e7b00['joinEvent']},'cmd':_0x4ba3d7['cmd']};case _0x2c5a34[_0x2c7028(0x24d)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':_0x5e7b00[_0x2c7028(0x405)]},'cmd':_0x4ba3d7['cmd']};case _0x2c5a34[_0x2c7028(0x319)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':_0x5e7b00['liveShareNewHost']},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34['LIVESHARE_FETCH_OPERATIONS']:case _0x2c5a34['LIVESHARE_OPERATION']:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':_0x5e7b00[_0x2c7028(0x45d)]},'cmd':_0x4ba3d7['cmd']};case _0x2c5a34[_0x2c7028(0x20c)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':_0x5e7b00[_0x2c7028(0x156)]},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34['MSG_FOR_ERROR']:return{..._0x4ba3d7,'data':_0x5e7b00,'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34['COMMENT_UPDATE']:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':_0x5e7b00[_0x2c7028(0x238)]},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34[_0x2c7028(0x24b)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':_0x5e7b00['updatePermissionObjEvent']},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};case _0x2c5a34[_0x2c7028(0x328)]:return{..._0x4ba3d7,'data':{..._0x5e7b00,'data':_0x5e7b00[_0x2c7028(0x4b7)]},'cmd':_0x4ba3d7[_0x2c7028(0x443)]};default:return _0x4ba3d7;}}default:return _0x4ba3d7;}}function _0x2abb(){const _0x3dfc99=['crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','SNAPSHOT_SERVER_URL_KEY','cursorInfo$','_replaceFileID','_getAnchorBounding','YUUMI_RATE_OVER_LIMIT','_sender','_onRemoteACK','_name','state','getDeserializedSheetBlock','_getSendChangesetTimeout','downloadEndpointUrl','redoState','_handleHover','_replayCachedMutations','defIds','\x20-\x20','ciphertext','onStarting','finalize','floor','disposeWithMe','_eventUnsubscribe','_handleJoinEvent','fillText','members','onlineStatusTitle','_startCollaboration','getOwnPropertySymbols','collab-client.tooltip.reconnect','number','searchParams','jiqing500','_scheduleHeartbeat','ERROR_IMAGE_TYPE','saveChangeset','_toggleOnline','_getMergeRange','_nRounds','registerRefRange','NOT_COLLAB','location','_substituteRedoStack','_toggleOffline','/universer-api/snapshot','isPermissionRej','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','INTERNAL_ERROR','UNKNOWN_CODE','_anchor','_updateCollabCursors','getUnitId','LOGIN_URL_KEY','_status$','onStateChange','SYNCED','removeParam','48upXlhD','getConfig','leaveEvent','allowed','getVpScrollXYInfoByPosToVp','&to=','from','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','collaboration-client.offline-data-not-saved','getUndoRedoMutationParamsCache','_timeoutTimer','enc','fetch_missing','salt','message$','beginPath','YUUMI_SUBSCRIPTION_NOT_FOUND','_compressMutationService','onTransformState','RECV','auth.needGotoLoginAlert','roles','push','_transformService','_startTelemetryCollaborationNewChangeset','listCollaborators','idSuffix','/object','state$','sendChangesetTimeout','socket$','getMemberID','slice','getCollabCursors$','withCredentials','commentUpdate$','fromCharCode','activeSheet$','_data','session.collaboration-timeout','decryptBlock','UPDATE_CURSOR','sheets','_HTTPService','_entities','collabSubmitChangesetUrl','image/png','Warning','_init','UNIVER_UNKNOWN','ONLINE','conflict','MUTATION','updateMember','prototype','byteOffset','subscribe','_change$','getItem','UNIVER_PROJECT','_collabCursorController','_hideTimer','getRandomValues','width','cmd','_getAPIPrefixPath','revision','onCommandExecuted','_sheetSkeletonManagerService','eventID','_onFetchMissResult','complete','userID','patch','UUID','listRoles','reduce','snapshot','_telemetryService','registerComponent','startTime','[CollaborationSessionService]:\x20socket\x20error','_key','_onConnectionOpen','error$','reset','save','delete','collabStatus.offline','_syncEditingCollabCursor','liveShareOperation','text','_transformStateCache','COMPRESS_MUTATION_APPLY','_createHelper','_sendingTimer','Unknown\x20user','focused$','_notificationService','fromCollab','createSocket','collab-rect-range-','off-line-single','online','_onCombEvent','href','call','getUnhiddenWorksheets','none','roomInfos','m2Prime','_state$','override','_commentUpdate$','uploadFileServerUrl','CipherParams','_getSignURL','_initStatusListener','toggleOffline','parse','urlChange$','HEARTBEAT_INTERVAL','bottom','splice','Base64','OpenSSL','_themeService','/block/','x-univer-host','_transformRemoteChangesetByStateCache','LICENSE_EXPORT_SIZE_EXCEEDED','setActiveRange','addObject','637784SNQuIV','ReactCurrentOwner','APPLY_REVISION_CONFILICT','_createInitialState','getCollabEntity','LICENSE_MAX_UNITS_EXCEEDED','getFocusedUnit','byteLength','startsWith','save\x20fail\x20reason\x20is\x20','YUUMI_UNABLE_LOAD_URL','_schedule','8703152xLYAKF','#FFF','HEARTBEAT_TIMEOUT','black','_getSaveTimeout','onMouseMove','UNIVER_SHEET','updateOfflineData','_onRecvEvent','BASE64','execute','LOCAL_CACHE_INTERVAL','isArray','Malformed\x20UTF-8\x20data','_textBubble','top','use','rev','univerjs-icon\x20univerjs-icon-','propertyIsEnumerable','snapshotServerUrl','CONNECTOR_DATA_TOO_LARGE','[SyncedState]:\x20received\x20rejection.','_cursor','_awaitingChangeset','APPLY_NON_SEQUENTIAL_REVISION','close$','uni.network.url-service','_redoStacks','clear','post','requestParams','interceptor','forEach','createDecryptor','shouldCloseConn','RETRY_CONNECTING_MAX_COUNT','repeat','react.element','BlockCipher','children','jsx','_send','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','_scheduleTimestamp','PSEUDO_FETCH_MISSING_RESULT','result','_clearOtherTimers','SerializableCipher','algo','UNDEFINED','decrypt','onSyncEditingCollabCursor','_userManagerService','HttpExport','transformUndoRedo','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','originalMeta','_messageService','type','univer-online','univer-online-status','_nDataBytes','target','getResourcesRequest','VIEW_MAIN','getCurrent','_resendTimer','substr','socketService','_process','getRenderById','ALREADY_EXISTS','bind','mutations','encode','concat','_docTransformStateCacheService','replace','_imageSourceCache','RECT','confirm','append','objects','dispose$','unitID','onSendChangeset','createCollaborator','reqId','__creator','_getSnapshotAPIPrefix','responseType','c1Prime','_clearScheduledTask','_clearCollaborationTimeoutTimer','_cursorInfo$','ranges','univer-online-status-title','UnitSnapshot','equals','INVALID_ARGUMENT','apply','[FetchMissState]','_members','keySize','_collaborationController','_cachedData','currentTheme$','_docSyncEditingCollabCursorService','every','_waitCount','kdf','_transformRemoteChangesetByIMECache','FAIL','randomBytes','InsertRangeMoveRightCommandId','_hash','submit\x20changeset\x20error!','_transformUndoredo','getSheetBySheetId','_onOffline','code','assign','extend','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','/-/object/list','COLLAB_SUBMIT_CHANGESET_URL','_submitChangeset','[UniverCollaborationClientPlugin]','updateCursorEvent','trim','_retryCount','_colorIndex','signUrlServerUrl','enableOfflineEditing','_unitID','_localStorageService','MoveRangeCommandId','_online','_initResize','2197515kCqgBK','Utf8','OnLineSingle','objectType','/unit/','_commandService','skeleton','_loadDoc','SHA1','/universer-api/snapshot/','editing\x20status\x20changed\x20to','HMAC','[PendingState]:\x20received\x20rejection.','createInstance','_hover','getTime','TOO_MANY_REQUESTS','_hasher','_assignedColors','url(#off-line-single_clip0_910_343)','entries','defineProperty','_acknowledgedAwaitingChangeset','toRgbString','retryConnectingInterval','onlineStatusIcon','RemoveColCommandId','_entityInit$','clone','encrypt','jsxs','whenReady','getSheetBlock','compute','startColumn','saveSnapshot','deepClone','_selfUnitIDs','setItem','getUnit','image/jpeg','Hasher','0\x200\x2017\x2016','collabStatus.conflict','getOffsetConfig','c2Prime','setAlpha','_loadSheet','not_collab','UNRECOGNIZED','_ws','_event$','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','/universer-api/authz','readAsDataURL','encryptBlock','roomMembers','IDLE','Cipher','?size=','#fff','open$','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','capture','COLLAB_WEB_SOCKET_URL','onRemoteChangeset','collabWebSocketUrl','getStateCache','ENSURE_SNAPSHOT_EXECUTION','Fragment','addEventListener','set','setConfig','row','RemoveRowCommandId','_localeService','words','_clearHeartbeatTimer','_waitForHeartbeatResponse','INGEST','currentSkeleton$','sid','HmacSHA1','crypto','collabStatus.notCollab','close','[CollaborationSession]','COMPRESS_MUTATION_SEND','_socketService','xlink:href','colorChannel1','_injector','_handler','[SyncedState]:\x20received\x20acknowledgement.','ivSize','_snapshotService','liveShareNewHost','AWAITING_WITH_PENDING','HttpImport','5uSdBku','COMPLETION_FINISHED','now','unshift','onRemoteRetry','name','color','_registerRenderDependencies','dispose','getCurrentRevOfUnit','labelPosition','refreshPermission','fetchMiss','arc','cursorInfo','Hex','fill','[OfflineState]:\x20received\x20changeset.','_transformHistoryAndStateStack','engine','_setupSubUnitSync','function','_docSkeleton','[PendingState]:\x20unhandled\x20univer\x20type:\x20','_disabled','range','event$','_incrementRevisionNumber','_remoteChangesetQueue','_sessions','transformChangesets','awaiting','getUnitType','selections','status','_scheduleCollaborationTimeoutTimer','PERMISSION_REJ','_socket$','getUnitOnRev','_snapshotServerService','_throwTelemetryCollaborationNewChangeset','hide','docStateChange$','_permissionService','_transformPreviousActiveRange','url','lib','_logService','collaboration.single-unit.warning','LIVESHARE_FETCH_OPERATIONS','sessionStatus$','purple300','msCrypto','debug','defs','AWAITING','className','map','unload','getViewport','_docTransformIMECacheService','SNAPSHOT_INVALID_SNAPSHOT','pad','_xformMode','image/gif','_changesetReqId','NOT_FOUND','[CollaborationUndoRedoService]','_transformUndoRedoStack','_handleHeartbeatEvent','CHANGESET_ACK','addObjects','clipPath','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','onRendered','_ensureSubject','_DEC_XFORM_MODE','status$','_changesetSessionId','NoPadding','_clearTimeoutTimer','_urlService','_executeRemoteChangeset','StreamCipher','collabCursorState$','red300','collab-text-range-','object','hasOwnProperty','_updateLocalCursor','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','session.connection-failed','_anchorDot','_startSheetCollabCursor','_hovered','toString','json','join','restore','displayName','roomMembers$','MSG_FOR_ERROR','unitId','_range','saveOfflineData','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','_checkMissing','_sheetTransformSelectionsService','div','_collaborationSessionService','duration','_getAPIPrefix','stopTime','image/bmp','getSkeleton','_transformIMECache','_minBufferSize','subscribeEvent','_createInitialStateImpl','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','reconnect','onTransformRemoteChangesetByStateCache','abs','getSheetId','_onJoinRoomEvent','_stopTelemetryCollaborationNewChangeset','_drawRectRange','_socket','on-line-single','endRow','_onCursorDelete','transformMutation','WordArray','Undefined','_unlockTransition','fetching\x20missing\x20changesets\x20from\x20','put','charCodeAt','_memberService','updateCollaborator','editingUnit','height','resize','permissionRejEvent','\x20to\x20','_collaborationPaused','transformSelections','/new_changes','_instanceService','removeMember','getInterceptPoints','11788353jhpUTx','pending','transformIMECache','_sendHeartbeatTimer','Encryptor','updatePermissionPoint','_uiPartsService','_getUndoStack','_onUserLeave','setInterval','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','_getDownloadEndpointURL','title','clearTimeout','Pkcs7','getDocRanges','getRangePointData','update','[PendingState]:\x20received\x20acknowledgement.','_undoRedoService','_labelPosition','ws://127.0.0.1:8000/universer-api/comb/connect','newCsEvent','FileId','disposeUnit','data','_beforeCloseService','addImageSourceCache','LIVESHARE_TERMINATE','objectID','_doReset','_onRefRangeChange','getCellPositionByOffset','_config','JOIN','_candidateSocket','endColumn','registerRenderModule','SNAPSHOT_HAS_BEEN_REMOVED','collaboration_new_changeset','YUUMI_URL_COL_OUT_OF_RANGE','DEFAULT_FILE_NAME','{fileID}','_clearRedo','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','_type','icon','onMissedChangesetFetched','has','onRemoteRej','_startDocCollabCursor','currentColor','APPLY_DUPLICATED','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','symbol','_sessionStatus$','off-line-single_clip0_910_343','_shouldReportTelemetry','InsertRangeMoveDownCommandId','svg','onCommentUpdate','_document','_onRemoteRejected','POST','hasher','M3.61971\x2011.6499C2.40304\x2011.6499\x200.699707\x2011.1024\x200.699707\x208.9124C0.699707\x206.3574\x203.25471\x205.8099\x203.98471\x205.8099C4.34971\x204.5324\x205.07971\x202.5249\x207.99971\x202.5249C10.5547\x202.5249\x2011.6497\x203.9849\x2012.0147\x205.2624C12.0147\x205.2624\x2015.2997\x205.6274\x2015.2997\x208.7299C15.2997\x2010.9199\x2013.8397\x2011.6499\x2012.3797\x2011.6499M9.82471\x209.82466L6.17471\x2013.4747M6.17471\x209.82466L9.82471\x2013.4747','PENDING','mixIn','pluginName','transformRemoteChangeset','_decreaseWaiting','OffLineSingle','commentUpdateEvent','routeKey','univer-pro.collaboration-client.single-active-unit-service','_getSheetObject','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','UNIVER_SLIDE','_onLocalMutation','_clearUndo','M0\x200H16V16H0z','error','&assign=','_append','_roomMembers','Decryptor','resolve','FETCH_MISSING','conflict.content','_keyPriorReset','DeleteRangeMoveLeftCommandId','UPDATE_PERMISSION_OBJ','baseRev','USERS_LEAVE','transformStack\x20failed!','getCurrentSelections','sessionStatus','getActiveSheet','_heartbeatTimer','getActiveRange','reverse','_cursors','memberID','split','_docSkeletonManagerService','_initCloseConn','getCollabEntity$','Could\x20not\x20dynamically\x20require\x20\x22','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','$super','collabStatus.fetchMiss','_joinRoom','for','_pendingMutations','_univerInstanceService','getValue','init','font','unknown','_exhaustRemoteChangesetQueue','_doFinalize','_collabCursorState$','MD5','_context','getUniverSheetInstance','defaultProps','permission.title','visibilityState','onPointerLeave$','registerBeforeClose','_resendWithTimeout','onTransformIME','action','...','_httpService','_prevBlock','isEditing','_ENC_XFORM_MODE','collaborators','_doProcessBlock','charAt','_sendHeartbeat','getCurrentUser','getUnitStatus$','_isPermissionRej','drawWith','min','find','setStateCache','loadSheet','onTransformChange$','PERMISSION_DENIED','_telemetryInfo','_updateState','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','_queuedRemoteChangesets','actions','add','CHANGESET_SHOULD_RETRY','rgba(255,\x20255,\x20255,\x200.01)','storage','OFFLINE','_localCacheService','TEXT','round','filter','offline','onTransformRemoteChangesetByIMECache','selection','_oKey','transformStateCache','newValue','_initUnitPermissionChange','toLowerCase','_onConnectionFailed','show','_saveCache','path','JOINING','stringify','_initMergeInterceptor','InsertColCommandId','_transformSelections','some','all','_transitionLocked','_lockTransition','attrs','_onConflict','format','generateRandomId','_draw','LICENSE_IMPORT_SIZE_EXCEEDED','file','_mode','118988ChcgxJ','_fetchMissChangesets','_scheduleClearOtherTimer','fetchMissingChangesets','failed\x20to\x20apply\x20missed\x20changesets!','onPointerMove$','[CollaborationState]:\x20apply\x20error!','hovered','permission.content','clamp','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','getWorkbookSelections','_scene','sin','_removeCollabCursors','_createSocket','resend','EXCHANGE_SIGN_URL_SERVER_URL_KEY','setUndoRedoMutationParamsCache','collaboratorID','ref','socket\x20close','/universer-api/file/{fileID}/sign-url','__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED','react.fragment','registerOnClose','onlyLocal','_tryReconnect','_http','_initDependencies','replaceState','_disableEditing','transform','_clearLocalCache','_cursorShapes','assignAColorForMemberID','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','NEW_CHANGESETS','awaiting_with_pending','closeSession','executeCommand','setParam','m1Prime','NO_OTHER_CLIENTS_EDITING','getOwnPropertyDescriptor','_setupBeforeClosingHandler','getRoom','FromArray','_rescheduleHeartbeat','getMember','HELLO','onRemoteAck','session','fetchThroughInterceptors','ERROR_IMAGE','_refRangeService','visibilitychange','AES','includes','transformMutationsWithChangeset','_onRemoteChangeset','_docStateChangeManagerService','Base','getLatestCsReqIdBySid','BufferedBlockAlgorithm','_scheduleSaving','_registerDependencies','then','setShowComponents','session.will-retry','disableLocalCache','LIVESHARE_REQUEST_HOST','_getCtorByUniverType','_state','_cipher','requireSession','substring','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','getImage','univer-offline','string','_removeRoom','processBlock','_iKey','DeleteRangeMoveUpCommandId','_unitStatus','_renderManagerService','textRanges','changesets','pauseCollaboration','replaceDocRanges','getImageSourceCache','closePath','_getRedoStack','CONFLICT','sigBytes','loadOfflineData','blockSize','[CollaborationSessionService]','?url=','6903212rWbbpI','saveImage','LIVESHARE_NEW_HOST','\x20in\x20_schedule.','getAllMembers','_getScale','send','/-/object/-/batch_allowed','_id','_color','[DataLoaderController]','values','appendMutation','_drawTextRange','length','subunit','_collabSessionService','SHOULD_CLOSE_CONN','_retryConnectingTimer','reject','EvpKDF','setTimeout','SUBMIT_CHANGESET','univer-pro.collaboration-client-socket-service','UNIVER_DOC','_configService','startRow','FETCH_MISS','LICENSE_DISTRO_REJECTED','LIVESHARE_OPERATION','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','subUnitId','_initEventListeners','_handleLeaveEvent','CHANGESET_REVISION_CONFILICT','connection\x20error','_transformStack','_getCurrentRevision','cfg','indexOf','1em','awaitingChangeset','_saveTaskMap','getAncestorScale','_drawAnchor','onPointerEnter$','_invKeySchedule','size','OTHER_CLIENTS_EDITING','popstate','Error','loginUrlKey','lineTo','next','buffer','padding','column','makeDirty','registerHTTPInterceptor','UnitEmbedded','HEADER_MENU','exports','undoState','collaboration-session-retry','_revisionService','collaboration.closeRoom','_updateSubUnitFromURLParams','LEAVE','change$','_keySchedule','UNIVER_COLLABORATION_CLIENT_PLUGIN','fillStyle','sheetID','key','syncEditingCollabCursor','_render','on-line-single_clip0_910_349','getParam','_updateLocalCache','_handleEvent','_refreshCollabCursors','onTransformSelections','infoRsp','[OfflineState]:\x20received\x20rejection.','default','_lastPointer','_createHmacHelper','onMissingChangesets','UNAUTHENTICATED','_socketMessageSubscription','create','_resendTimeout','ceil','current','_colorAssignService','unsubscribe','backgroundColor','_updateURLWithCurrentState','transformByState','setShapeProps','_map','params','unpad','sheetId','_socketReady','pipe','_roomMembers$','USERS_ENTER','_onRemoteRetry','asObservable','isActive','setCurrentUser','compose','_docTransformSelectionsService','rng','_listenToOnlineEvent','random','toggleOnline','_removeClearOtherTimer','UNKNOWN_CMD','max','getRelativeToViewportCoord','localeService','PasswordBasedCipher','collab-text-anchor-','_onCursorUpdate','_initStatusComponent','triggerDblclick','InsertRowCommandId','_listenToOfflineEvent','synced','_applyRemoteChangeset','mode','measureText','HEARTBEAT','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','loadDoc','_shapes','with','enableLocalCache','_createHandler','collaboration-client.config','get','list','unit','history','_unitOnClients','UniverIcon','/object/','__Key__','randomUUID','evenodd','\x0aCurrent:\x20','exhaustSavingTask','_reverseMap','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','doc.mutation.rich-text-editing','getTypeOfUnitAdded$','1909030XaSPhk','_session','/collaborator','getTypeOfUnitDisposed$','csShouldRetryEvent','_iv','catch','_initCommandExecutedListener','body','getCurrentUnitForType','tag','_tryEnsureSocket','_collaborationTimeoutTimer','_backgroundColor','_getUploadFileURL','headers','createEncryptor','iterations','_singleActiveUnitService','CHANGESET_REJ'];_0x2abb=function(){return _0x3dfc99;};return _0x2abb();}function Or(_0x53221b){const _0x1c8077=_0x3238bf;switch(_0x53221b[_0x1c8077(0x443)]){case W['HEARTBEAT']:case W[_0x1c8077(0x2e5)]:return JSON['stringify']({'cmd':_0x53221b[_0x1c8077(0x443)],'routeKey':_0x53221b[_0x1c8077(0x239)]});case W[_0x1c8077(0x145)]:{let _0x31b7c4;switch(_0x53221b[_0x1c8077(0x209)][_0x1c8077(0x448)]){case _0x2c5a34[_0x1c8077(0x42c)]:{_0x31b7c4={'eventID':_0x2c5a34[_0x1c8077(0x42c)],'updateCursorEvent':_0x53221b[_0x1c8077(0x209)]['data']};break;}case _0x2c5a34['USERS_LEAVE']:{_0x31b7c4={'eventID':_0x2c5a34[_0x1c8077(0x24d)],'leaveEvent':_0x53221b['data'][_0x1c8077(0x209)]};break;}case _0x2c5a34[_0x1c8077(0x382)]:{_0x31b7c4={'eventID':_0x2c5a34[_0x1c8077(0x382)],'joinEvent':_0x53221b['data']['data']};break;}case _0x2c5a34['LIVESHARE_NEW_HOST']:{_0x31b7c4={'eventID':_0x2c5a34['LIVESHARE_NEW_HOST'],'liveShareNewHost':_0x53221b[_0x1c8077(0x209)][_0x1c8077(0x209)]};break;}case _0x2c5a34[_0x1c8077(0x334)]:{_0x31b7c4={'eventID':_0x2c5a34[_0x1c8077(0x334)],'liveShareOperation':_0x53221b[_0x1c8077(0x209)][_0x1c8077(0x209)]};break;}case _0x2c5a34['LIVESHARE_TERMINATE']:{_0x31b7c4={'eventID':_0x2c5a34['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x53221b['data'][_0x1c8077(0x209)]};break;}case _0x2c5a34[_0x1c8077(0x2fa)]:{_0x31b7c4={'eventID':_0x2c5a34[_0x1c8077(0x2fa)],'liveShareRequestHost':_0x53221b[_0x1c8077(0x209)][_0x1c8077(0x209)]};break;}case _0x2c5a34[_0x1c8077(0x18a)]:{_0x31b7c4={'eventID':_0x2c5a34[_0x1c8077(0x18a)]};break;}default:_0x31b7c4={'eventID':_0x53221b[_0x1c8077(0x209)][_0x1c8077(0x448)]};}return JSON[_0x1c8077(0x2a3)]({'cmd':_0x53221b[_0x1c8077(0x443)],'routeKey':_0x53221b[_0x1c8077(0x239)],'collaMsg':_0x31b7c4});}case W[_0x1c8077(0x212)]:return JSON['stringify']({'cmd':_0x53221b[_0x1c8077(0x443)],'routeKey':_0x53221b[_0x1c8077(0x239)],'joinReq':_0x53221b[_0x1c8077(0x209)]});case W[_0x1c8077(0x35a)]:return JSON['stringify']({'cmd':_0x53221b['cmd'],'routeKey':_0x53221b[_0x1c8077(0x239)],'leaveReq':_0x53221b['data']});default:throw new Error(_0x1c8077(0x40a));}}var wr=Object['defineProperty'],Dr=Object[_0x3238bf(0x2df)],Pr=(_0x3ed195,_0x47025e,_0x270384,_0x49cec3)=>{const _0x44103f=_0x3238bf;for(var _0x39ca49=_0x49cec3>0x1?void 0x0:_0x49cec3?Dr(_0x47025e,_0x270384):_0x47025e,_0x3ed695=_0x3ed195[_0x44103f(0x325)]-0x1,_0x1e245a;_0x3ed695>=0x0;_0x3ed695--)(_0x1e245a=_0x3ed195[_0x3ed695])&&(_0x39ca49=(_0x49cec3?_0x1e245a(_0x47025e,_0x270384,_0x39ca49):_0x1e245a(_0x39ca49))||_0x39ca49);return _0x49cec3&&_0x39ca49&&wr(_0x47025e,_0x270384,_0x39ca49),_0x39ca49;},qe=(_0x631fb3,_0x223bbb)=>(_0x4263a7,_0xc30b5e)=>_0x223bbb(_0x4263a7,_0xc30b5e,_0x631fb3);const Oi=_0x271919(_0x3238bf(0x32e));function Ur(_0x239aad,_0x1fc789,_0x52095a){const _0x3f2ef2=_0x3238bf;return _0x239aad+'/'+_0x1fc789+_0x3f2ef2(0x524)+_0x52095a+_0x3f2ef2(0x1ec);}let es=class extends _0x1bec45{constructor(_0x589cab,_0x49c1e8,_0x193619,_0x11cb1f,_0x5d2e98){const _0x45e91f=_0x3238bf;super(),this[_0x45e91f(0x2cf)]=_0x589cab,this[_0x45e91f(0x552)]=_0x49c1e8,this[_0x45e91f(0x330)]=_0x193619,this[_0x45e91f(0x188)]=_0x11cb1f,this[_0x45e91f(0x180)]=_0x5d2e98;}[_0x3238bf(0x467)](_0x350825){const _0x568685=_0x3238bf,_0x42ce2d=this[_0x568685(0x552)][_0x568685(0x467)](_0x350825);if(!_0x42ce2d)throw new Error(_0x568685(0x225));const _0xef6f5b=new _0x2bf957(),_0xc5f8ec=new _0x302e6e();_0xef6f5b[_0x568685(0x28d)](_0x42ce2d['close$'][_0x568685(0x43b)](_0x1bd01b=>_0xc5f8ec[_0x568685(0x34c)](_0x1bd01b))),_0xef6f5b[_0x568685(0x28d)](_0x164be7(()=>_0xc5f8ec['complete']()));const _0x409125=new _0x302e6e();_0xef6f5b['add'](_0x42ce2d[_0x568685(0x457)][_0x568685(0x43b)](_0x2f5c29=>_0x409125['next'](_0x2f5c29))),_0xef6f5b[_0x568685(0x28d)](_0x164be7(()=>_0x409125['complete']()));const _0x5d646c=new _0x302e6e();_0xef6f5b[_0x568685(0x28d)](_0x42ce2d[_0x568685(0x411)][_0x568685(0x43b)](_0x4c5898=>{const _0x6ad880=_0x568685,_0x1466f6=yr(_0x4c5898);_0x5d646c[_0x6ad880(0x34c)](_0x1466f6);})),_0xef6f5b[_0x568685(0x28d)](_0x164be7(()=>_0x5d646c[_0x568685(0x44a)]()));let _0x50594d;const _0x5137ab=()=>{const _0x5d241f=_0x568685;_0x409125[_0x5d241f(0x34c)](new Event(_0x5d241f(0x33a))),_0xc5f8ec[_0x5d241f(0x34c)](new CloseEvent(_0x5d241f(0x33a))),_0x50594d[_0x5d241f(0x14b)]();};return _0x50594d={'memberID':'','close$':_0xc5f8ec[_0x568685(0x384)](),'error$':_0x409125[_0x568685(0x384)](),'open$':_0x42ce2d[_0x568685(0x55d)],'message$':_0x5d646c[_0x568685(0x384)](),'send':_0x4de1e8=>{const _0x266437=_0x568685;if(_0x4de1e8[_0x266437(0x443)]===W['INGEST']){if(_0x4de1e8[_0x266437(0x209)][_0x266437(0x448)]===_0x2c5a34['SUBMIT_CHANGESET']){this[_0x266437(0x513)](_0x50594d,_0x4de1e8[_0x266437(0x209)])[_0x266437(0x3bb)](_0xd1cc06=>{const _0x1bf355=_0x266437;this['_logService'][_0x1bf355(0x241)](_0xd1cc06),_0x5137ab();});return;}if(_0x4de1e8[_0x266437(0x209)][_0x266437(0x448)]===_0x2c5a34[_0x266437(0x247)]){const _0x469e35=_0x4de1e8[_0x266437(0x209)];this[_0x266437(0x2b4)](_0x469e35)[_0x266437(0x2f6)](_0x50be66=>{const _0x30ad71=_0x266437;_0x5d646c[_0x30ad71(0x34c)]({'cmd':W['RECV'],'code':Is['OK'],'routeKey':_0x469e35[_0x30ad71(0x209)][_0x30ad71(0x4e9)],'routeType':'','data':{'eventID':_0x2c5a34[_0x30ad71(0x4c1)],'data':{'changesets':_0x50be66}}});})[_0x266437(0x3bb)](_0xcdcdd2=>{const _0x4042f4=_0x266437;this[_0x4042f4(0x188)][_0x4042f4(0x241)](_0xcdcdd2),_0x5137ab();});return;}}_0x42ce2d[_0x266437(0x31d)](Or(_0x4de1e8));},'close':()=>{const _0x551c95=_0x568685;_0x42ce2d[_0x551c95(0x14b)](),_0xef6f5b['dispose']();}},_0x50594d;}async['_submitChangeset'](_0x1ae7e2,_0x3e31c7){const _0x1bb965=_0x3238bf;var _0x3ce961,_0x4a7bb7;const {unitType:_0x280b56,unitID:_0x35a421,changeset:_0x4a7152}=_0x3e31c7[_0x1bb965(0x209)],_0x222962={'unitID':_0x35a421,'memberID':_0x1ae7e2['memberID'],'type':_0x280b56,'changeset':_0x33baa3(_0x4a7152)},_0x273c82=this[_0x1bb965(0x330)]['getConfig'](Cr),_0x1393c1=this[_0x1bb965(0x330)]['getConfig'](ie),_0x585612=Ur((_0x4a7bb7=(_0x3ce961=_0x1393c1==null?void 0x0:_0x1393c1[_0x1bb965(0x430)])!=null?_0x3ce961:_0x273c82)!=null?_0x4a7bb7:Er,_0x280b56,_0x35a421);try{await this[_0x1bb965(0x2cf)][_0x1bb965(0x4b2)](_0x585612,{'body':_0x222962});}catch(_0x549c39){throw this['_logService'][_0x1bb965(0x241)]('[CollaborationSession]',_0x1bb965(0x509)),_0x549c39;}}async['_fetchMissChangesets'](_0x548068){const _0x55effc=_0x3238bf,{unitID:_0x3be89d,from:_0x5deff6,to:_0x316fee,unitType:_0x54b020}=_0x548068['data'];return(await this['_snapshotServerService'][_0x55effc(0x2b6)]({'metadata':void 0x0},{'unitID':_0x3be89d,'type':_0x54b020,'from':_0x5deff6,'to':_0x316fee}))['changesets'];}};es=Pr([qe(0x0,_0x4a2654(_0x4ca339)),qe(0x1,_0x4a2654(_0xbe8463)),qe(0x2,_0x12cd24),qe(0x3,_0x5d0f53),qe(0x4,_0x54fc87)],es);const Nr=_0x3238bf(0x217);function Ar(_0x41bbdf){const _0x5a3e1e=_0x3238bf;return JSON[_0x5a3e1e(0x2a3)](_0x41bbdf)[_0x5a3e1e(0x325)];}class wi{constructor(){const _0x3f302=_0x3238bf;g(this,_0x3f302(0x474),new _0x302e6e()),g(this,_0x3f302(0x426),this[_0x3f302(0x474)][_0x3f302(0x384)]());}[_0x3238bf(0x22c)](_0x1014a6){const _0x50be5a=_0x3238bf;this[_0x50be5a(0x474)]['next'](_0x1014a6);}}var Mr=Object[_0x3238bf(0x535)],xr=Object['getOwnPropertyDescriptor'],Lr=(_0x1da145,_0x1660df,_0x50541a,_0x4abc2c)=>{for(var _0x1fb58b=_0x4abc2c>0x1?void 0x0:_0x4abc2c?xr(_0x1660df,_0x50541a):_0x1660df,_0x209c52=_0x1da145['length']-0x1,_0x19207d;_0x209c52>=0x0;_0x209c52--)(_0x19207d=_0x1da145[_0x209c52])&&(_0x1fb58b=(_0x4abc2c?_0x19207d(_0x1660df,_0x50541a,_0x1fb58b):_0x19207d(_0x1fb58b))||_0x1fb58b);return _0x4abc2c&&_0x1fb58b&&Mr(_0x1660df,_0x50541a,_0x1fb58b),_0x1fb58b;},Hs=(_0x2f9332,_0x37ca45)=>(_0xb55ca7,_0x2654b5)=>_0x37ca45(_0xb55ca7,_0x2654b5,_0x2f9332);let Ne=class extends _0x1bec45{constructor(_0x171a9e,_0x23a9c1){const _0x12a84b=_0x3238bf;super(),g(this,_0x12a84b(0x244),new Map()),(this[_0x12a84b(0x262)]=_0x171a9e,this[_0x12a84b(0x4c9)]=_0x23a9c1,this['disposeWithMe'](_0x164be7(_0xf2f2cb(this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x5997c4['UNIVER_SHEET'])[_0x12a84b(0x380)](_0x46b391(_0x46b742=>_0x46b742[_0x12a84b(0x3fd)]())),this[_0x12a84b(0x262)]['getTypeOfUnitDisposed$'](_0x5997c4[_0x12a84b(0x32f)])[_0x12a84b(0x380)](_0x46b391(_0x5866a1=>_0x5866a1[_0x12a84b(0x3fd)]())),this[_0x12a84b(0x262)][_0x12a84b(0x3b8)](_0x5997c4[_0x12a84b(0x23d)])[_0x12a84b(0x380)](_0x46b391(_0x105d19=>_0x105d19[_0x12a84b(0x3fd)]())))[_0x12a84b(0x43b)](_0x518445=>this['_removeRoom'](_0x518445)))));}[_0x3238bf(0x386)](_0x273ce0){const _0x26407d=_0x3238bf;this['_userManagerService'][_0x26407d(0x386)](_0x273ce0);}[_0x3238bf(0x27e)](){const _0x17e06f=_0x3238bf;return this[_0x17e06f(0x4c9)][_0x17e06f(0x27e)]();}['updateMember'](_0x21bc96,_0x5aaf83){const _0x3799b2=_0x3238bf;let _0x1105b7=this[_0x3799b2(0x244)][_0x3799b2(0x3a5)](_0x21bc96);_0x1105b7||(_0x1105b7=new $r(),this[_0x3799b2(0x244)][_0x3799b2(0x13d)](_0x21bc96,_0x1105b7)),_0x1105b7[_0x3799b2(0x438)](_0x5aaf83);}[_0x3238bf(0x1ee)](_0x190a39,_0x3c7b6f){const _0xf51376=_0x3238bf,_0x43fae8=this[_0xf51376(0x244)][_0xf51376(0x3a5)](_0x190a39);_0x43fae8&&_0x43fae8['removeMember'](_0x3c7b6f);}[_0x3238bf(0x2e1)](_0x4592fe){const _0x25baa4=_0x3238bf;return this[_0x25baa4(0x244)][_0x25baa4(0x3a5)](_0x4592fe);}[_0x3238bf(0x2e4)](_0x424f53,_0x1596ab){const _0x314694=_0x3238bf,_0x456e24=this['_roomMembers'][_0x314694(0x3a5)](_0x424f53);if(_0x456e24)return _0x456e24['getMember'](_0x1596ab);}[_0x3238bf(0x304)](_0x1645df){const _0x58989f=_0x3238bf,_0x3ec9e4=this[_0x58989f(0x244)][_0x58989f(0x3a5)](_0x1645df);_0x3ec9e4&&(_0x3ec9e4[_0x58989f(0x161)](),this[_0x58989f(0x244)][_0x58989f(0x45a)](_0x1645df));}[_0x3238bf(0x161)](){const _0x10b009=_0x3238bf;this[_0x10b009(0x244)][_0x10b009(0x4b5)](_0x319c25=>_0x319c25[_0x10b009(0x161)]()),this[_0x10b009(0x244)][_0x10b009(0x4b1)]();}};Ne=Lr([Hs(0x0,_0x21deaa),Hs(0x1,_0x4a2654(_0x58532f))],Ne);class $r extends _0x1bec45{constructor(){const _0x1ff828=_0x3238bf;super(...arguments),g(this,_0x1ff828(0x4fb),new Map());}[_0x3238bf(0x161)](){const _0x1cd32b=_0x3238bf;this[_0x1cd32b(0x4fb)][_0x1cd32b(0x4b1)]();}[_0x3238bf(0x438)](_0x4ca0ab){const _0x12a874=_0x3238bf;this[_0x12a874(0x4fb)]['set'](_0x4ca0ab[_0x12a874(0x256)],_0x4ca0ab);}[_0x3238bf(0x1ee)](_0x3e5345){const _0x195541=_0x3238bf;this[_0x195541(0x4fb)][_0x195541(0x45a)](_0x3e5345);}[_0x3238bf(0x2e4)](_0x36f2a1){const _0x282825=_0x3238bf;return this[_0x282825(0x4fb)][_0x282825(0x3a5)](_0x36f2a1);}[_0x3238bf(0x31b)](){const _0x25768b=_0x3238bf;return Array[_0x25768b(0x409)](this[_0x25768b(0x4fb)][_0x25768b(0x322)]());}}var Hr=Object[_0x3238bf(0x535)],jr=Object[_0x3238bf(0x2df)],Br=(_0x56fcd8,_0x1a65d0,_0x4cf9ed,_0x54b166)=>{const _0x5b2c03=_0x3238bf;for(var _0x39bc9c=_0x54b166>0x1?void 0x0:_0x54b166?jr(_0x1a65d0,_0x4cf9ed):_0x1a65d0,_0xf1e9db=_0x56fcd8[_0x5b2c03(0x325)]-0x1,_0x41fabd;_0xf1e9db>=0x0;_0xf1e9db--)(_0x41fabd=_0x56fcd8[_0xf1e9db])&&(_0x39bc9c=(_0x54b166?_0x41fabd(_0x1a65d0,_0x4cf9ed,_0x39bc9c):_0x41fabd(_0x39bc9c))||_0x39bc9c);return _0x54b166&&_0x39bc9c&&Hr(_0x1a65d0,_0x4cf9ed,_0x39bc9c),_0x39bc9c;},Ee=(_0x131e7e,_0x2262c7)=>(_0x4e9d9c,_0x182f60)=>_0x2262c7(_0x4e9d9c,_0x182f60,_0x131e7e),ve=(_0x23d864=>(_0x23d864[_0x23d864[_0x3238bf(0x559)]=0x0]=_0x3238bf(0x559),_0x23d864[_0x23d864[_0x3238bf(0x2a2)]=0x1]=_0x3238bf(0x2a2),_0x23d864[_0x23d864[_0x3238bf(0x291)]=0x2]=_0x3238bf(0x291),_0x23d864[_0x23d864['ONLINE']=0x3]=_0x3238bf(0x435),_0x23d864))(ve||{});let ts=class extends _0x9ae76a{constructor(_0x5b9b10,_0x126ad0,_0x28a4d2,_0x5c1b5d,_0x4c41ca,_0x280f6f,_0x3a6285,_0x542e88,_0x437e7e,_0x832a59){const _0x159601=_0x3238bf;super(),g(this,_0x159601(0x227),new _0x353bc7(0x0)),g(this,_0x159601(0x18b),this[_0x159601(0x227)][_0x159601(0x384)]()),g(this,'_event$',new _0x302e6e()),g(this,_0x159601(0x173),this[_0x159601(0x553)]['asObservable']()),g(this,'_socket'),g(this,'_socketMessageSubscription'),g(this,_0x159601(0x3c1)),g(this,'_shouldReportTelemetry',!0x1),g(this,'_telemetryInfo',null),(this[_0x159601(0x51b)]=_0x5b9b10,this[_0x159601(0x188)]=_0x28a4d2,this[_0x159601(0x20a)]=_0x5c1b5d,this[_0x159601(0x4ce)]=_0x4c41ca,this[_0x159601(0x330)]=_0x280f6f,this[_0x159601(0x141)]=_0x3a6285,this['_memberService']=_0x542e88,this['_commentService']=_0x437e7e,this[_0x159601(0x451)]=_0x832a59,this[_0x159601(0x229)]=!!this[_0x159601(0x451)],_0x126ad0[_0x159601(0x380)](_0x4b2adb(this['dispose$']))['subscribe'](_0x25f5fc=>{const _0x266fef=_0x159601;var _0x3438da;typeof _0x25f5fc>'u'||(this['_socket']=_0x25f5fc,_0x25f5fc?(this[_0x266fef(0x25f)](_0x25f5fc),this['_socketMessageSubscription']=_0x25f5fc[_0x266fef(0x411)][_0x266fef(0x43b)](_0x2e2e76=>{const _0x4d5474=_0x266fef;_0x2e2e76['routeKey']===this[_0x4d5474(0x51b)]&&this[_0x4d5474(0x46b)](_0x2e2e76);})):(this[_0x266fef(0x181)](),this['_sessionStatus$'][_0x266fef(0x34c)](0x2),(_0x3438da=this['_socketMessageSubscription'])==null||_0x3438da[_0x266fef(0x376)](),this[_0x266fef(0x370)]=null));}),this[_0x159601(0x3df)](this[_0x159601(0x20a)][_0x159601(0x2cc)](()=>{const _0x2e88e0=_0x159601;var _0x52424a;(_0x52424a=this['_socket'])==null||_0x52424a['send']({'cmd':W[_0x2e88e0(0x35a)],'data':{'roomID':this[_0x2e88e0(0x51b)]}});})));}get['sessionStatus'](){const _0x55b63f=_0x3238bf;return this['_sessionStatus$'][_0x55b63f(0x263)]();}['getMemberID'](){const _0x66980a=_0x3238bf;var _0x2d8e88,_0x4ea7af;return(_0x4ea7af=(_0x2d8e88=this[_0x66980a(0x1d8)])==null?void 0x0:_0x2d8e88[_0x66980a(0x256)])!=null?_0x4ea7af:null;}[_0x3238bf(0x161)](){const _0x553bd0=_0x3238bf;super[_0x553bd0(0x161)](),this[_0x553bd0(0x4e8)][_0x553bd0(0x34c)](),this['dispose$']['complete']();}['close'](){const _0x3e1912=_0x3238bf;var _0x3c5804,_0x59591d;this[_0x3e1912(0x181)](),(_0x3c5804=this['_socket'])==null||_0x3c5804[_0x3e1912(0x31d)]({'cmd':W['LEAVE'],'data':{'roomID':this[_0x3e1912(0x51b)]}}),(_0x59591d=this[_0x3e1912(0x1d8)])==null||_0x59591d[_0x3e1912(0x14b)](),this[_0x3e1912(0x553)][_0x3e1912(0x44a)](),this['_sessionStatus$']['complete'](),this[_0x3e1912(0x161)]();}[_0x3238bf(0x46b)](_0x282d20){const _0x2d721c=_0x3238bf;_0x282d20[_0x2d721c(0x443)]===W[_0x2d721c(0x212)]?this[_0x2d721c(0x1d5)](_0x282d20):_0x282d20[_0x2d721c(0x443)]===W[_0x2d721c(0x416)]&&this[_0x2d721c(0x49c)](_0x282d20);}['_joinRoom'](_0x1caedd){const _0x2d9d89=_0x3238bf;this[_0x2d9d89(0x227)][_0x2d9d89(0x34c)](0x1),_0x1caedd[_0x2d9d89(0x31d)]({'cmd':W[_0x2d9d89(0x212)],'routeKey':this[_0x2d9d89(0x51b)],'routeType':'','data':{'rooms':[{'roomID':this['_unitID']}]}});}['_onJoinRoomEvent'](_0x3f1be9){const _0x1e646b=_0x3238bf;var _0x337fd2;if(_0x3f1be9[_0x1e646b(0x50d)]===Is[_0x1e646b(0x505)]){this[_0x1e646b(0x4ce)][_0x1e646b(0x29f)]({'type':_0x62271a[_0x1e646b(0x432)],'content':this['_localeService']['t']('session.room-full')}),this[_0x1e646b(0x227)][_0x1e646b(0x34c)](0x2);return;}this[_0x1e646b(0x227)][_0x1e646b(0x34c)](0x3);const _0x5cd985=(_0x337fd2=_0x3f1be9['data'][_0x1e646b(0x470)][this[_0x1e646b(0x51b)]])==null?void 0x0:_0x337fd2[_0x1e646b(0x3e3)];_0x5cd985&&_0x5cd985['forEach'](_0x1fea4b=>this['_memberService'][_0x1e646b(0x438)](this[_0x1e646b(0x51b)],_0x1fea4b));}['_onRecvEvent'](_0x20c7e7){const _0x2b73b7=_0x3238bf;try{const _0x2706aa=_0x20c7e7[_0x2b73b7(0x209)];switch(_0x2706aa[_0x2b73b7(0x448)]){case _0x2c5a34['USERS_ENTER']:this['_onUserJoin'](_0x2706aa),this[_0x2b73b7(0x553)][_0x2b73b7(0x34c)](_0x2706aa);break;case _0x2c5a34[_0x2b73b7(0x24d)]:this[_0x2b73b7(0x1f8)](_0x2706aa),this['_event$']['next'](_0x2706aa);break;case _0x2c5a34[_0x2b73b7(0x19f)]:case _0x2c5a34[_0x2b73b7(0x28e)]:this[_0x2b73b7(0x1d6)](),this[_0x2b73b7(0x4f2)](),this['_event$']['next'](_0x2706aa);break;case _0x2c5a34[_0x2b73b7(0x1be)]:this[_0x2b73b7(0x188)][_0x2b73b7(0x241)](_0x2b73b7(0x491)+JSON[_0x2b73b7(0x2a3)](_0x2706aa)),this[_0x2b73b7(0x553)]['next'](_0x2706aa);break;case _0x2c5a34['COMMENT_UPDATE']:this['_commentService'][_0x2b73b7(0x22c)](_0x2706aa[_0x2b73b7(0x209)]),this['_event$'][_0x2b73b7(0x34c)](_0x2706aa);break;default:this[_0x2b73b7(0x553)][_0x2b73b7(0x34c)](_0x2706aa);}}catch(_0x4d21e8){this[_0x2b73b7(0x188)][_0x2b73b7(0x241)](_0x4d21e8,_0x20c7e7);}}['_onUserJoin'](_0x251166){const _0x4d184b=_0x3238bf;this[_0x4d184b(0x1e3)][_0x4d184b(0x438)](this[_0x4d184b(0x51b)],_0x251166[_0x4d184b(0x209)]);}[_0x3238bf(0x1f8)](_0x2f2e69){const _0x48f72d=_0x3238bf;this[_0x48f72d(0x1e3)][_0x48f72d(0x1ee)](this[_0x48f72d(0x51b)],_0x2f2e69[_0x48f72d(0x209)][_0x48f72d(0x256)]);}async[_0x3238bf(0x31d)](_0x3fe7cd,_0x133dab){const _0x2598d4=_0x3238bf;if(this[_0x2598d4(0x250)]!==0x3||!this[_0x2598d4(0x1d8)])throw new Error('[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!');try{_0x3fe7cd[_0x2598d4(0x448)]===_0x2c5a34[_0x2598d4(0x32d)]&&(this[_0x2598d4(0x17c)](),this['_startTelemetryCollaborationNewChangeset'](_0x3fe7cd)),this[_0x2598d4(0x1d8)][_0x2598d4(0x31d)]({'cmd':W['INGEST'],'routeKey':_0x133dab,'routeType':'','data':_0x3fe7cd});}catch(_0x5094ae){this['_logService'][_0x2598d4(0x241)](_0x5094ae);}}[_0x3238bf(0x17c)](){const _0x49eae5=_0x3238bf;var _0x2179a1;this[_0x49eae5(0x3c1)]=window[_0x49eae5(0x32c)](()=>{const _0x2a3cf5=_0x49eae5;this['_collaborationTimeoutTimer']=null,this['_messageService'][_0x2a3cf5(0x29f)]({'type':_0x62271a[_0x2a3cf5(0x349)],'content':this[_0x2a3cf5(0x141)]['t'](_0x2a3cf5(0x42a))});},(_0x2179a1=this[_0x49eae5(0x330)][_0x49eae5(0x404)](bi))!=null?_0x2179a1:Ti);}['_clearCollaborationTimeoutTimer'](){const _0x4db8ab=_0x3238bf;this[_0x4db8ab(0x3c1)]&&(clearTimeout(this[_0x4db8ab(0x3c1)]),this[_0x4db8ab(0x3c1)]=null);}[_0x3238bf(0x41b)](_0x330c49){const _0x2198a4=_0x3238bf;if(!this[_0x2198a4(0x229)])return;const {data:_0x50383c}=_0x330c49,{unitID:_0x2cddba,changeset:_0x53d10e}=_0x50383c,{mutations:_0x1d4f66,type:_0x1f58b6}=_0x53d10e;this[_0x2198a4(0x288)]={'unitId':_0x2cddba,'type':_0x1f58b6,'startTime':performance[_0x2198a4(0x15b)](),'stopTime':0x0,'duration':0x0,'size':Ar(_0x1d4f66)};}[_0x3238bf(0x1d6)](){const _0xa8533a=_0x3238bf;if(this[_0xa8533a(0x229)]){if(!this[_0xa8533a(0x288)]){this['_logService'][_0xa8533a(0x241)](_0xa8533a(0x14c),'telemetry\x20info\x20is\x20not\x20initialized');return;}this[_0xa8533a(0x288)][_0xa8533a(0x1c9)]=performance[_0xa8533a(0x15b)](),this[_0xa8533a(0x288)][_0xa8533a(0x1c7)]=this[_0xa8533a(0x288)][_0xa8533a(0x1c9)]-this[_0xa8533a(0x288)][_0xa8533a(0x453)],this[_0xa8533a(0x451)][_0xa8533a(0x55f)](Nr,this[_0xa8533a(0x288)]),this['_telemetryInfo']=null;}}[_0x3238bf(0x181)](){const _0x266b57=_0x3238bf;this[_0x266b57(0x288)]=null;}};ts=Br([Ee(0x2,_0x5d0f53),Ee(0x3,_0xdad7a5),Ee(0x4,_0x2f8dd1),Ee(0x5,_0x12cd24),Ee(0x6,_0x4a2654(_0xc7611d)),Ee(0x7,_0x4a2654(Ne)),Ee(0x8,_0x4a2654(wi)),Ee(0x9,_0x384f19(_0x3a95be))],ts);var kr=Object[_0x3238bf(0x535)],Wr=Object[_0x3238bf(0x2df)],Fr=(_0x2fbf16,_0x5541ae,_0x4b8b3c,_0x3385bf)=>{for(var _0x1a18a6=_0x3385bf>0x1?void 0x0:_0x3385bf?Wr(_0x5541ae,_0x4b8b3c):_0x5541ae,_0xafe48f=_0x2fbf16['length']-0x1,_0x2c4e05;_0xafe48f>=0x0;_0xafe48f--)(_0x2c4e05=_0x2fbf16[_0xafe48f])&&(_0x1a18a6=(_0x3385bf?_0x2c4e05(_0x5541ae,_0x4b8b3c,_0x1a18a6):_0x2c4e05(_0x1a18a6))||_0x1a18a6);return _0x3385bf&&_0x1a18a6&&kr(_0x5541ae,_0x4b8b3c,_0x1a18a6),_0x1a18a6;},je=(_0x1c5060,_0x22f3ff)=>(_0x4980a8,_0x20ddd9)=>_0x22f3ff(_0x4980a8,_0x20ddd9,_0x1c5060);let Ae=class extends _0x1bec45{constructor(_0x46129c,_0x1efc2c,_0x3a49d2,_0x4eb2d1,_0x5f385b,_0x941378){const _0x2c6b27=_0x3238bf;super(),g(this,'_socket$',new _0x353bc7(void 0x0)),g(this,_0x2c6b27(0x421),this['_socket$'][_0x2c6b27(0x384)]()),g(this,_0x2c6b27(0x213),null),g(this,_0x2c6b27(0x176),new Map()),g(this,'_status$',new _0x353bc7(ve[_0x2c6b27(0x559)])),g(this,_0x2c6b27(0x1a6),this['_status$'][_0x2c6b27(0x384)]()),g(this,_0x2c6b27(0x37f),!0x1),g(this,_0x2c6b27(0x329)),g(this,_0x2c6b27(0x517),0x0),g(this,'_sendHeartbeatTimer'),g(this,_0x2c6b27(0x40d)),(this[_0x2c6b27(0x151)]=_0x46129c,this['_localeService']=_0x1efc2c,this[_0x2c6b27(0x4ce)]=_0x3a49d2,this[_0x2c6b27(0x188)]=_0x4eb2d1,this[_0x2c6b27(0x330)]=_0x5f385b,this[_0x2c6b27(0x14e)]=_0x941378,this[_0x2c6b27(0x337)]());}get['_socket'](){const _0x1cb764=_0x3238bf;return this[_0x1cb764(0x17e)][_0x1cb764(0x263)]();}[_0x3238bf(0x337)](){const _0x329fc9=_0x3238bf;this[_0x329fc9(0x398)](),this['_listenToOnlineEvent']();}[_0x3238bf(0x161)](){const _0x361415=_0x3238bf;super[_0x361415(0x161)](),this[_0x361415(0x176)]['forEach'](_0x32b9e6=>_0x32b9e6[_0x361415(0x161)]()),this['_sessions'][_0x361415(0x4b1)](),this[_0x361415(0x3ff)]['complete']();}async[_0x3238bf(0x2fe)](_0x41483e){const _0x5acaea=_0x3238bf;if(this['_sessions'][_0x5acaea(0x220)](_0x41483e))return this[_0x5acaea(0x176)][_0x5acaea(0x3a5)](_0x41483e);this['_tryEnsureSocket']();const _0x54c3e2=this[_0x5acaea(0x151)]['createInstance'](ts,_0x41483e,this['_socket$'][_0x5acaea(0x384)]());return this[_0x5acaea(0x176)][_0x5acaea(0x13d)](_0x41483e,_0x54c3e2),_0x54c3e2;}[_0x3238bf(0x2da)](_0x279ac0){const _0x4181ae=_0x3238bf;var _0x4df072;const _0x5264d8=this['_sessions'][_0x4181ae(0x3a5)](_0x279ac0);_0x5264d8&&(this[_0x4181ae(0x176)][_0x4181ae(0x45a)](_0x279ac0),_0x5264d8[_0x4181ae(0x14b)]()),this[_0x4181ae(0x176)][_0x4181ae(0x346)]||(_0x4df072=this['_socket'])==null||_0x4df072[_0x4181ae(0x14b)]();}[_0x3238bf(0x1d1)](){const _0x1b1dad=_0x3238bf;this[_0x1b1dad(0x517)]=0x0,this['_retryConnectingTimer']!=null&&(clearTimeout(this[_0x1b1dad(0x329)]),this[_0x1b1dad(0x329)]=null),this[_0x1b1dad(0x2ce)]();}[_0x3238bf(0x2c2)](){const _0x299f99=_0x3238bf;var _0x3d1055,_0x52f31a;const _0x32e3d1=this[_0x299f99(0x330)][_0x299f99(0x404)](ur),_0x55e9cc=this[_0x299f99(0x330)][_0x299f99(0x404)](ie),_0xa3ad72=(_0x52f31a=(_0x3d1055=_0x55e9cc==null?void 0x0:_0x55e9cc[_0x299f99(0x562)])!=null?_0x3d1055:_0x32e3d1)!=null?_0x52f31a:dr,_0x3b3903=this[_0x299f99(0x14e)]['createSocket'](_0xa3ad72);return this[_0x299f99(0x213)]=_0x3b3903,_0x3b3903;}[_0x3238bf(0x3c0)](){const _0x3130ce=_0x3238bf;var _0xfca539,_0x3be763;try{const _0x2ffb7c=(_0x3be763=(_0xfca539=this[_0x3130ce(0x1d8)])!=null?_0xfca539:this['_candidateSocket'])!=null?_0x3be763:this['_createSocket']();if(_0x2ffb7c){const _0x501144=_0x2ffb7c[_0x3130ce(0x31d)];_0x2ffb7c[_0x3130ce(0x31d)]=_0x1e0c38=>(this[_0x3130ce(0x2e3)](),_0x501144[_0x3130ce(0x4f9)](_0x2ffb7c,[_0x1e0c38])),_0x2ffb7c[_0x3130ce(0x411)][_0x3130ce(0x43b)](_0x5c7e93=>this['_onMessage'](_0x2ffb7c,_0x5c7e93)),_0x2ffb7c[_0x3130ce(0x457)][_0x3130ce(0x380)](_0x1070e6(0x1))['subscribe'](_0x362e3d=>this[_0x3130ce(0x188)][_0x3130ce(0x241)](_0x3130ce(0x454),_0x362e3d)),_0x2ffb7c[_0x3130ce(0x55d)]['pipe'](_0x1070e6(0x1))[_0x3130ce(0x43b)](()=>{const _0x447e3d=_0x3130ce;this[_0x447e3d(0x456)](_0x2ffb7c);}),_0x2ffb7c[_0x3130ce(0x4ae)][_0x3130ce(0x380)](_0x1070e6(0x1))[_0x3130ce(0x43b)](_0x4e6b64=>{const _0x44f8ec=_0x3130ce;this[_0x44f8ec(0x188)][_0x44f8ec(0x18e)]('[CollaborationSessionService]',_0x44f8ec(0x2c8),_0x4e6b64),this[_0x44f8ec(0x29e)]();});}}catch(_0x47faf8){this[_0x3130ce(0x188)][_0x3130ce(0x241)](_0x47faf8),this[_0x3130ce(0x29e)]();}}[_0x3238bf(0x456)](_0x55e39e){const _0x2e7bd9=_0x3238bf;this[_0x2e7bd9(0x188)][_0x2e7bd9(0x18e)](_0x2e7bd9(0x315),'socket\x20open.'),_0x55e39e[_0x2e7bd9(0x31d)]({'cmd':W[_0x2e7bd9(0x2e5)]}),this['_rescheduleHeartbeat']();}[_0x3238bf(0x398)](){const _0x110b8a=_0x3238bf;window['addEventListener'](_0x110b8a(0x296),()=>this['_onOffline']());}[_0x3238bf(0x50c)](){const _0x476dcb=_0x3238bf;this[_0x476dcb(0x37f)]=!0x1,this[_0x476dcb(0x213)]=null,this[_0x476dcb(0x3ff)][_0x476dcb(0x34c)](ve[_0x476dcb(0x291)]),this[_0x476dcb(0x17e)][_0x476dcb(0x34c)](null),this[_0x476dcb(0x1a9)](),this[_0x476dcb(0x143)]();}[_0x3238bf(0x29e)](){const _0x4efe74=_0x3238bf;var _0x5eec39;this['_onOffline'](),this[_0x4efe74(0x517)]<((_0x5eec39=this['_configService']['getConfig'](pr))!=null?_0x5eec39:gr)?(this['_messageService'][_0x4efe74(0x29f)]({'key':_0x4efe74(0x356),'type':_0x62271a[_0x4efe74(0x432)],'content':this['_localeService']['t'](_0x4efe74(0x2f8))}),this[_0x4efe74(0x2ce)]()):this[_0x4efe74(0x4ce)][_0x4efe74(0x29f)]({'key':_0x4efe74(0x356),'type':_0x62271a['Error'],'content':this[_0x4efe74(0x141)]['t'](_0x4efe74(0x1b4))});}[_0x3238bf(0x38a)](){const _0x47cbb1=_0x3238bf,_0xef31ec=()=>{const _0x1c16ee=_0x466f;this[_0x1c16ee(0x1d8)]||this[_0x1c16ee(0x1d1)]();},_0x11afdc=()=>{const _0x1be944=_0x466f;this['_socket']||document[_0x1be944(0x26f)]==='hidden'||this[_0x1be944(0x1d1)]();};window['addEventListener']('online',_0xef31ec),document[_0x47cbb1(0x13c)](_0x47cbb1(0x2eb),_0x11afdc);}['_tryReconnect'](){const _0x1c40ec=_0x3238bf;var _0x1ff922;const _0x1088e7=this[_0x1c40ec(0x517)],_0x1f4f4e=this['_configService']['getConfig'](ie),_0x33cd3b=_0x1088e7===0x0?0x0:((_0x1ff922=_0x1f4f4e==null?void 0x0:_0x1f4f4e[_0x1c40ec(0x538)])!=null?_0x1ff922:mr)*0x2**_0x1088e7;this[_0x1c40ec(0x329)]=window[_0x1c40ec(0x32c)](()=>{const _0x410e6c=_0x1c40ec;clearTimeout(this['_retryConnectingTimer']),this[_0x410e6c(0x329)]=null,this[_0x410e6c(0x3c0)]();},_0x33cd3b),this[_0x1c40ec(0x517)]+=0x1;}['_onMessage'](_0x239ff2,_0x2c43b0){const _0x1eeb27=_0x3238bf,{cmd:_0x463dbc}=_0x2c43b0;_0x463dbc===W[_0x1eeb27(0x2e5)]&&!this[_0x1eeb27(0x37f)]&&(_0x239ff2[_0x1eeb27(0x256)]=_0x2c43b0[_0x1eeb27(0x209)]['memberID'],this[_0x1eeb27(0x17e)][_0x1eeb27(0x34c)](_0x239ff2),this['_status$']['next'](ve['ONLINE']),this[_0x1eeb27(0x37f)]=!0x0,this[_0x1eeb27(0x213)]=null),_0x463dbc===W[_0x1eeb27(0x39d)]&&this[_0x1eeb27(0x1a9)](),this[_0x1eeb27(0x2e3)]();}['_rescheduleHeartbeat'](){const _0x2b0c54=_0x3238bf;var _0x4b5b4e;this[_0x2b0c54(0x143)](),this['_sendHeartbeatTimer']=window[_0x2b0c54(0x32c)](()=>this['_sendHeartbeat'](),(_0x4b5b4e=this[_0x2b0c54(0x330)][_0x2b0c54(0x404)](fr))!=null?_0x4b5b4e:vr);}[_0x3238bf(0x27d)](){const _0x1e90de=_0x3238bf;this[_0x1e90de(0x1d8)][_0x1e90de(0x31d)]({'cmd':W['HEARTBEAT']}),this[_0x1e90de(0x144)]();}[_0x3238bf(0x144)](){const _0x311499=_0x3238bf;var _0x20e386;this[_0x311499(0x40d)]=window[_0x311499(0x32c)](()=>this[_0x311499(0x29e)](),(_0x20e386=this[_0x311499(0x330)]['getConfig'](bi))!=null?_0x20e386:Ti);}[_0x3238bf(0x143)](){const _0x3ffced=_0x3238bf;this['_sendHeartbeatTimer']!=null&&(clearTimeout(this[_0x3ffced(0x1f3)]),this[_0x3ffced(0x1f3)]=null);}[_0x3238bf(0x1a9)](){const _0x1b3153=_0x3238bf;this[_0x1b3153(0x40d)]!=null&&(clearTimeout(this[_0x1b3153(0x40d)]),this['_timeoutTimer']=null);}};Ae=Fr([je(0x0,_0x4a2654(_0x28b8e2)),je(0x1,_0x4a2654(_0xc7611d)),je(0x2,_0x2f8dd1),je(0x3,_0x5d0f53),je(0x4,_0x12cd24),je(0x5,Oi)],Ae);const Y=[];for(let i=0x0;i<0x100;++i)Y[_0x3238bf(0x419)]((i+0x100)['toString'](0x10)[_0x3238bf(0x423)](0x1));function Vr(_0x47b7d1,_0x5bdf89=0x0){const _0x35d720=_0x3238bf;return(Y[_0x47b7d1[_0x5bdf89+0x0]]+Y[_0x47b7d1[_0x5bdf89+0x1]]+Y[_0x47b7d1[_0x5bdf89+0x2]]+Y[_0x47b7d1[_0x5bdf89+0x3]]+'-'+Y[_0x47b7d1[_0x5bdf89+0x4]]+Y[_0x47b7d1[_0x5bdf89+0x5]]+'-'+Y[_0x47b7d1[_0x5bdf89+0x6]]+Y[_0x47b7d1[_0x5bdf89+0x7]]+'-'+Y[_0x47b7d1[_0x5bdf89+0x8]]+Y[_0x47b7d1[_0x5bdf89+0x9]]+'-'+Y[_0x47b7d1[_0x5bdf89+0xa]]+Y[_0x47b7d1[_0x5bdf89+0xb]]+Y[_0x47b7d1[_0x5bdf89+0xc]]+Y[_0x47b7d1[_0x5bdf89+0xd]]+Y[_0x47b7d1[_0x5bdf89+0xe]]+Y[_0x47b7d1[_0x5bdf89+0xf]])[_0x35d720(0x29d)]();}let Nt;const Gr=new Uint8Array(0x10);function Yr(){const _0x2ac7cb=_0x3238bf;if(!Nt){if(typeof crypto>'u'||!crypto['getRandomValues'])throw new Error(_0x2ac7cb(0x3c9));Nt=crypto[_0x2ac7cb(0x441)][_0x2ac7cb(0x4dd)](crypto);}return Nt(Gr);}const Kr=typeof crypto<'u'&&crypto[_0x3238bf(0x3ad)]&&crypto[_0x3238bf(0x3ad)][_0x3238bf(0x4dd)](crypto),js={'randomUUID':Kr};function zr(_0x5a14c8,_0x40adb1,_0x57b99e){const _0x9f5e1e=_0x3238bf;if(js[_0x9f5e1e(0x3ad)]&&!_0x40adb1&&!_0x5a14c8)return js[_0x9f5e1e(0x3ad)]();_0x5a14c8=_0x5a14c8||{};const _0x3e1845=_0x5a14c8[_0x9f5e1e(0x38b)]||(_0x5a14c8[_0x9f5e1e(0x389)]||Yr)();return _0x3e1845[0x6]=_0x3e1845[0x6]&0xf|0x40,_0x3e1845[0x8]=_0x3e1845[0x8]&0x3f|0x80,Vr(_0x3e1845);}var qr=Object['defineProperty'],Xr=Object[_0x3238bf(0x2df)],Jr=(_0x22cc81,_0x1c9745,_0x38f5ce,_0x867a86)=>{const _0x5732f5=_0x3238bf;for(var _0x5dcbeb=_0x867a86>0x1?void 0x0:_0x867a86?Xr(_0x1c9745,_0x38f5ce):_0x1c9745,_0x2d83a0=_0x22cc81[_0x5732f5(0x325)]-0x1,_0x2436b4;_0x2d83a0>=0x0;_0x2d83a0--)(_0x2436b4=_0x22cc81[_0x2d83a0])&&(_0x5dcbeb=(_0x867a86?_0x2436b4(_0x1c9745,_0x38f5ce,_0x5dcbeb):_0x2436b4(_0x5dcbeb))||_0x5dcbeb);return _0x867a86&&_0x5dcbeb&&qr(_0x1c9745,_0x38f5ce,_0x5dcbeb),_0x5dcbeb;},At=(_0x446797,_0xbbe77)=>(_0x1af210,_0x8310e3)=>_0xbbe77(_0x1af210,_0x8310e3,_0x446797);let ft=class{constructor(_0x68026f,_0x1ee72e,_0x336ce3){const _0x3fae54=_0x3238bf;this['_injector']=_0x68026f,this[_0x3fae54(0x41a)]=_0x1ee72e,this['_renderManagerService']=_0x336ce3;}[_0x3238bf(0x1f2)](_0x3b021f){const _0x5da3e3=_0x3238bf;this[_0x5da3e3(0x19d)](_0x3b021f),this[_0x5da3e3(0x185)](_0x3b021f);}[_0x3238bf(0x235)](_0x4ae0f1){const _0x299bb7=_0x3238bf,{unitID:_0x5e0ac6}=_0x4ae0f1,_0x1656fb=this[_0x299bb7(0x309)][_0x299bb7(0x4db)](_0x5e0ac6)[_0x299bb7(0x3a1)](_0x26849f),{redoCache:_0x1a430b}=_0x1656fb['getUndoRedoMutationParamsCache']();if(_0x1a430b[_0x299bb7(0x325)]===0x0)return _0x4ae0f1;let _0x37b1d1=_0x3a7870['deepClone'](_0x4ae0f1[_0x299bb7(0x4de)][0x0]);for(let _0x5b4a87=0x0;_0x5b4a87<_0x1a430b['length'];_0x5b4a87++){const _0x4b4f20={'id':_0x299bb7(0x3b3),'params':{..._0x1a430b[_0x5b4a87]}},_0x4c7e19=this['_transformService'][_0x299bb7(0x1dc)](_0x37b1d1,_0x4b4f20,!0x1);if(_0x2e9e95(_0x4c7e19))throw _0x4c7e19[_0x299bb7(0x241)];_0x37b1d1=_0x4c7e19[_0x299bb7(0x2dd)];}return{..._0x3a7870[_0x299bb7(0x544)](_0x4ae0f1),'mutations':[_0x37b1d1]};}[_0x3238bf(0x19d)](_0x204385){const _0x4c1f90=_0x3238bf,{unitID:_0x134134}=_0x204385,_0x3c31c2=this[_0x4c1f90(0x309)]['getRenderById'](_0x134134)[_0x4c1f90(0x3a1)](_0x26849f),{undoCache:_0x5420c4,redoCache:_0x2221f5}=_0x3c31c2[_0x4c1f90(0x40c)]();if(_0x5420c4['length']===0x0||_0x2221f5[_0x4c1f90(0x325)]===0x0)return;const _0x3abb46=[],_0x2fc279=[];let _0x41ec39=_0x3a7870[_0x4c1f90(0x544)](_0x204385[_0x4c1f90(0x4de)][0x0]),_0x3dd33a=_0x3a7870['deepClone'](_0x204385['mutations'][0x0]);for(let _0x5a19e2=_0x5420c4[_0x4c1f90(0x325)]-0x1;_0x5a19e2>=0x0;_0x5a19e2--){const _0x2e58fe={'id':'doc.mutation.rich-text-editing','params':{..._0x5420c4[_0x5a19e2]}},_0x43db0b={'id':'doc.mutation.rich-text-editing','params':{..._0x2221f5[_0x5a19e2]}},_0xaa14d9=this[_0x4c1f90(0x41a)][_0x4c1f90(0x1dc)](_0x41ec39,_0x2e58fe,!0x1),_0x13a61d=this[_0x4c1f90(0x41a)][_0x4c1f90(0x1dc)](_0x3dd33a,_0x43db0b,!0x1);if(_0x2e9e95(_0xaa14d9))throw _0xaa14d9[_0x4c1f90(0x241)];if(_0x2e9e95(_0x13a61d))throw _0x13a61d[_0x4c1f90(0x241)];_0x3abb46[_0x4c1f90(0x15c)](_0xaa14d9[_0x4c1f90(0x471)][_0x4c1f90(0x37c)]),_0x2fc279[_0x4c1f90(0x15c)](_0x13a61d['m2Prime']['params']),_0x41ec39=_0xaa14d9[_0x4c1f90(0x2dd)],_0x3dd33a=_0x13a61d[_0x4c1f90(0x2dd)];}_0x3c31c2[_0x4c1f90(0x2c5)]({'undoCache':_0x3abb46,'redoCache':_0x2fc279});}[_0x3238bf(0x185)](_0x10c7fd){const _0x36021a=_0x3238bf,{unitID:_0x134170}=_0x10c7fd,_0x331be7=this['_renderManagerService'][_0x36021a(0x4db)](_0x134170)[_0x36021a(0x3a1)](_0x26849f),_0x6bac1=_0x331be7[_0x36021a(0x253)]();if(_0x6bac1==null)return;const _0x25b87a=[{'id':_0x36021a(0x3b3),'params':{'unitId':_0x10c7fd['unitID'],'actions':null,'textRanges':[_0x6bac1]}}],_0x3657a3=this[_0x36021a(0x41a)][_0x36021a(0x2ee)](_0x10c7fd,_0x25b87a);if(!_0xa7de0(_0x3657a3))throw _0x3657a3[_0x36021a(0x241)];const _0x6e4432=_0x3657a3[_0x36021a(0x471)][0x0][_0x36021a(0x37c)][_0x36021a(0x30a)];Array['isArray'](_0x6e4432)&&_0x6e4432[_0x36021a(0x325)]&&_0x331be7[_0x36021a(0x486)](_0x6e4432[0x0]);}};ft=Jr([At(0x0,_0x4a2654(_0x28b8e2)),At(0x1,_0x945511),At(0x2,_0x273231)],ft);var Zr=Object[_0x3238bf(0x535)],Qr=Object['getOwnPropertyDescriptor'],eo=(_0x16b334,_0x33f36d,_0x12d81c,_0x55cf5f)=>{const _0x44549f=_0x3238bf;for(var _0x4c56db=_0x55cf5f>0x1?void 0x0:_0x55cf5f?Qr(_0x33f36d,_0x12d81c):_0x33f36d,_0x564ad0=_0x16b334[_0x44549f(0x325)]-0x1,_0x49fd52;_0x564ad0>=0x0;_0x564ad0--)(_0x49fd52=_0x16b334[_0x564ad0])&&(_0x4c56db=(_0x55cf5f?_0x49fd52(_0x33f36d,_0x12d81c,_0x4c56db):_0x49fd52(_0x4c56db))||_0x4c56db);return _0x55cf5f&&_0x4c56db&&Zr(_0x33f36d,_0x12d81c,_0x4c56db),_0x4c56db;},Xe=(_0x595765,_0x6e645a)=>(_0x350f2b,_0x3d0a0b)=>_0x6e645a(_0x350f2b,_0x3d0a0b,_0x595765);let q=class extends _0x1bec45{constructor(_0x392545,_0x213bf1,_0x23d382,_0x3a48de,_0x36e04a){const _0x2a6f3d=_0x3238bf;super(),g(this,_0x2a6f3d(0x4fe),new Map()),g(this,'_saveTaskMap',new Map()),g(this,'_disabled',!0x1),(this[_0x2a6f3d(0x330)]=_0x392545,this[_0x2a6f3d(0x51c)]=_0x213bf1,this[_0x2a6f3d(0x20a)]=_0x23d382,this[_0x2a6f3d(0x141)]=_0x3a48de,this[_0x2a6f3d(0x357)]=_0x36e04a,this[_0x2a6f3d(0x2e0)]());}['disableLocalCache'](){const _0x3b2583=_0x3238bf;this[_0x3b2583(0x171)]=!0x0;}[_0x3238bf(0x3a2)](){const _0x578b8c=_0x3238bf;this[_0x578b8c(0x171)]=!0x1;}[_0x3238bf(0x161)](){const _0xd01a11=_0x3238bf;this[_0xd01a11(0x3b0)]()[_0xd01a11(0x2f6)](()=>super[_0xd01a11(0x161)]());}async['loadOfflineData'](_0x10e458){const _0x3689e0=_0x3238bf;return this['_disabled']?null:this[_0x3689e0(0x51c)][_0x3689e0(0x43d)](Bs(_0x10e458));}async[_0x3238bf(0x1c1)](_0x24a0c2,_0x543883){const _0x589bc4=_0x3238bf;return!!this[_0x589bc4(0x51c)][_0x589bc4(0x546)](_0x24a0c2,_0x543883);}[_0x3238bf(0x49b)](_0x3fb98c,_0x5f4a44,_0x20cd3f,_0x46e679){const _0x5e0536=_0x3238bf,_0xc71d69=this['_revisionService']['getCurrentRevOfUnit'](_0x3fb98c);this[_0x5e0536(0x4fe)]['set'](_0x3fb98c,{'unitID':_0x3fb98c,'type':_0x5f4a44,'awaitingChangeset':_0x20cd3f,'mutations':_0x46e679,'rev':_0xc71d69}),this[_0x5e0536(0x341)][_0x5e0536(0x220)](_0x3fb98c)||this[_0x5e0536(0x2f4)](_0x3fb98c);}[_0x3238bf(0x2f4)](_0x3feb2f){const _0x78d80f=_0x3238bf,_0xcc31c1=this[_0x78d80f(0x498)]();_0xcc31c1===0x0?this[_0x78d80f(0x2a0)](_0x3feb2f):this['_saveTaskMap'][_0x78d80f(0x13d)](_0x3feb2f,setTimeout(()=>this[_0x78d80f(0x2a0)](_0x3feb2f),_0xcc31c1));}[_0x3238bf(0x498)](){const _0x1624e6=_0x3238bf;var _0x372ccf;return(_0x372ccf=this['_configService'][_0x1624e6(0x404)](Sr))!=null?_0x372ccf:Ir;}['_saveCache'](_0x264646){const _0x2ae2ba=_0x3238bf,_0xcbf20c=this['_saveTaskMap'][_0x2ae2ba(0x3a5)](_0x264646);return _0xcbf20c!==void 0x0&&window['clearTimeout'](_0xcbf20c),this[_0x2ae2ba(0x51c)][_0x2ae2ba(0x546)](Bs(_0x264646),this[_0x2ae2ba(0x4fe)]['get'](_0x264646))[_0x2ae2ba(0x2f6)](()=>this[_0x2ae2ba(0x341)][_0x2ae2ba(0x45a)](_0x264646));}async['exhaustSavingTask'](){const _0x494434=_0x3238bf,_0x533681=[];this['_saveTaskMap']['forEach']((_0x2037d3,_0x339144)=>{const _0x54ad98=_0x466f;window['clearTimeout'](_0x2037d3),_0x533681[_0x54ad98(0x419)](this['_saveCache'](_0x339144)[_0x54ad98(0x2f6)](()=>{this['_saveTaskMap']['delete'](_0x339144);}));}),await Promise[_0x494434(0x2a8)](_0x533681);}[_0x3238bf(0x2e0)](){const _0x3de289=_0x3238bf;this[_0x3de289(0x3df)](this[_0x3de289(0x20a)][_0x3de289(0x271)](()=>{const _0x3ba1e8=_0x3de289;if(this[_0x3ba1e8(0x341)][_0x3ba1e8(0x346)])return this['_localeService']['t'](_0x3ba1e8(0x40b));}));}};q=eo([Xe(0x0,_0x12cd24),Xe(0x1,_0x99c20),Xe(0x2,_0xdad7a5),Xe(0x3,_0x4a2654(_0xc7611d)),Xe(0x4,_0x4a2654(_0x56b96b))],q);function Bs(_0x287891){return'unit-cache-'+_0x287891;}var to=Object[_0x3238bf(0x535)],so=Object[_0x3238bf(0x2df)],io=(_0x58e3ce,_0x4c1fe2,_0x2db36b,_0x50ae94)=>{const _0x4f5bba=_0x3238bf;for(var _0x1c1250=_0x50ae94>0x1?void 0x0:_0x50ae94?so(_0x4c1fe2,_0x2db36b):_0x4c1fe2,_0x5155a8=_0x58e3ce[_0x4f5bba(0x325)]-0x1,_0x46a8f2;_0x5155a8>=0x0;_0x5155a8--)(_0x46a8f2=_0x58e3ce[_0x5155a8])&&(_0x1c1250=(_0x50ae94?_0x46a8f2(_0x4c1fe2,_0x2db36b,_0x1c1250):_0x46a8f2(_0x1c1250))||_0x1c1250);return _0x50ae94&&_0x1c1250&&to(_0x4c1fe2,_0x2db36b,_0x1c1250),_0x1c1250;},Mt=(_0x483ff5,_0x5a8645)=>(_0x567279,_0x394f6a)=>_0x5a8645(_0x567279,_0x394f6a,_0x483ff5);function no(_0x3bb60c){const _0x1b209d=_0x3238bf,{unitID:_0x1404a9,mutations:_0x3f8f81}=_0x3bb60c;return{'unitId':_0x1404a9,'subUnitId':_0x3f8f81[0x0][_0x1b209d(0x37c)][_0x1b209d(0x336)]};}let vt=class{constructor(_0x4205c6,_0x11e936,_0x922599){const _0x3ee5f6=_0x3238bf;this[_0x3ee5f6(0x151)]=_0x4205c6,this[_0x3ee5f6(0x41a)]=_0x11e936,this[_0x3ee5f6(0x1ed)]=_0x922599;}['transformSelections'](_0x1bb3de){const _0x33f155=_0x3238bf;var _0x230cb1,_0x37c1e6,_0xf5121b,_0x567d95;const _0x3b330c=this[_0x33f155(0x151)][_0x33f155(0x3a5)](_0x42bfc2),{unitId:_0x4db0fa,subUnitId:_0x5c5fee}=no(_0x1bb3de),_0x44afe9=_0x3b330c[_0x33f155(0x2be)](_0x4db0fa)[_0x33f155(0x24f)](),_0x368ef2=(_0x37c1e6=(_0x230cb1=this[_0x33f155(0x1ed)][_0x33f155(0x547)](_0x4db0fa))==null?void 0x0:_0x230cb1[_0x33f155(0x251)]())==null?void 0x0:_0x37c1e6[_0x33f155(0x1d4)]();if(_0x44afe9[_0x33f155(0x325)]===0x0||!_0x4db0fa||!_0x5c5fee)return;const _0x345a17=[{'id':_0xb384b4['id'],'params':{'unitId':_0x4db0fa,'subUnitId':_0x368ef2,'selections':_0x3a7870[_0x33f155(0x544)](_0x44afe9)}}],_0x3753d4=this[_0x33f155(0x41a)]['transformMutationsWithChangeset'](_0x1bb3de,_0x345a17);if(!_0xa7de0(_0x3753d4))throw _0x3753d4['error'];const _0x46b3da=(_0x567d95=(_0xf5121b=_0x3753d4[_0x33f155(0x471)][0x0])==null?void 0x0:_0xf5121b[_0x33f155(0x37c)])==null?void 0x0:_0x567d95['selections'];if(Array[_0x33f155(0x4a0)](_0x46b3da)&&_0x46b3da[_0x33f155(0x325)]){if(_0x46b3da['length']===_0x345a17[0x0][_0x33f155(0x37c)][_0x33f155(0x17a)]['length']&&_0x46b3da[_0x33f155(0x501)]((_0x5d3307,_0x483576)=>_0x185edd[_0x33f155(0x4f7)](_0x5d3307['range'],_0x345a17[0x0][_0x33f155(0x37c)][_0x33f155(0x17a)][_0x483576][_0x33f155(0x172)])))return;this['_injector'][_0x33f155(0x3a5)](_0x462ea5)['executeCommand'](_0xb384b4['id'],{'unitId':_0x4db0fa,'subUnitId':_0x368ef2,'selections':_0x46b3da});}}};vt=io([Mt(0x0,_0x4a2654(_0x28b8e2)),Mt(0x1,_0x945511),Mt(0x2,_0x21deaa)],vt);const Rt=_0x271919(_0x3238bf(0x23a));var Di=(_0x54e2e8=>(_0x54e2e8[_0x54e2e8[_0x3238bf(0x2de)]=0x0]=_0x3238bf(0x2de),_0x54e2e8[_0x54e2e8['OTHER_CLIENTS_EDITING']=0x1]=_0x3238bf(0x347),_0x54e2e8))(Di||{});const ks=0x7530,Ws='ACTIVE_UNIT_EVENT_CHANNEL';class ro extends _0x1bec45{constructor(){const _0x2e1c6b=_0x3238bf;super(),g(this,_0x2e1c6b(0x31f),_0x3a7870[_0x2e1c6b(0x2ae)]()),g(this,'_selfUnitIDs',new Set()),g(this,_0x2e1c6b(0x3a9),new Map()),g(this,_0x2e1c6b(0x252),null),g(this,_0x2e1c6b(0x4c3),new Map()),g(this,_0x2e1c6b(0x308),new Map()),this[_0x2e1c6b(0x433)]();}[_0x3238bf(0x161)](){const _0x4e5d65=_0x3238bf;super[_0x4e5d65(0x161)](),this['_clearOtherTimers'][_0x4e5d65(0x4b5)]((_0x48c960,_0x463d6e)=>this['_removeClearOtherTimer'](_0x463d6e)),this['_heartbeatTimer']&&window['clearInterval'](this[_0x4e5d65(0x252)]);}[_0x3238bf(0x27f)](_0x2f948e){const _0x5ca60e=_0x3238bf;return this[_0x5ca60e(0x1a4)](_0x2f948e)[_0x5ca60e(0x380)](_0x120bb7());}[_0x3238bf(0x1e5)](_0x201557){const _0x2f3c2a=_0x3238bf;this[_0x2f3c2a(0x545)]['size']===0x0&&this[_0x2f3c2a(0x3eb)](),this[_0x2f3c2a(0x545)][_0x2f3c2a(0x28d)](_0x201557),this['_send']({'type':0x0,'memberID':this[_0x2f3c2a(0x31f)],'unitIDs':[_0x201557],'isForwarded':!0x1});}[_0x3238bf(0x208)](_0xb567d6){const _0xeb5bd=_0x3238bf;this[_0xeb5bd(0x545)][_0xeb5bd(0x45a)](_0xb567d6),this[_0xeb5bd(0x545)][_0xeb5bd(0x346)]===0x0&&this[_0xeb5bd(0x252)]&&window['clearInterval'](this['_heartbeatTimer']);}['_init'](){const _0x295589=_0x3238bf;this[_0x295589(0x3df)](_0x164be7(_0xfa2d6a(window,_0x295589(0x290))[_0x295589(0x43b)](_0x11d635=>{const _0x2ef51b=_0x295589;if(_0x11d635[_0x2ef51b(0x360)]!==Ws||!_0x11d635['newValue'])return;const _0x37b53d=JSON[_0x2ef51b(0x47a)](_0x11d635[_0x2ef51b(0x29b)]);this[_0x2ef51b(0x366)](_0x37b53d);}))),window[_0x295589(0x13c)](_0x295589(0x193),()=>this[_0x295589(0x4be)]({'type':0x1,'memberID':this['_id'],'unitIDs':Array[_0x295589(0x409)](this['_selfUnitIDs'])}));}[_0x3238bf(0x366)](_0x2ab16f){const _0x430073=_0x3238bf;switch(_0x2ab16f[_0x430073(0x4cf)]){case 0x0:this[_0x430073(0x3e1)](_0x2ab16f);break;case 0x1:this['_handleLeaveEvent'](_0x2ab16f);break;case 0x2:this['_handleHeartbeatEvent'](_0x2ab16f);break;}}[_0x3238bf(0x3e1)](_0x3f1261){const _0x1a07d2=_0x3238bf,{unitIDs:_0x1776ef,memberID:_0x32f8ce,isForwarded:_0x46fd16}=_0x3f1261;_0x1776ef[_0x1a07d2(0x4b5)](_0xf3cea2=>{const _0x18d825=_0x1a07d2;if(!_0x46fd16&&this[_0x18d825(0x3a9)][_0x18d825(0x220)](_0xf3cea2)&&this['_ensureSubject'](_0xf3cea2)[_0x18d825(0x34c)](0x1),!this[_0x18d825(0x3a9)][_0x18d825(0x220)](_0xf3cea2)||!this[_0x18d825(0x3a9)][_0x18d825(0x3a5)](_0xf3cea2)[_0x18d825(0x220)](_0x32f8ce)){const _0x169273=this[_0x18d825(0x3a9)][_0x18d825(0x3a5)](_0xf3cea2)||new Set();_0x169273['add'](_0x32f8ce),this[_0x18d825(0x3a9)][_0x18d825(0x13d)](_0xf3cea2,_0x169273),this['_scheduleClearOtherTimer'](_0x32f8ce);}}),_0x46fd16||this['_send']({'type':0x0,'memberID':this[_0x1a07d2(0x31f)],'unitIDs':[...this['_selfUnitIDs']],'isForwarded':!0x0});}[_0x3238bf(0x2b5)](_0x406852){const _0x421e67=_0x3238bf;this[_0x421e67(0x38d)](_0x406852);const _0x4a268b=window[_0x421e67(0x32c)](()=>{this['_unitOnClients']['forEach'](_0x21e129=>{const _0x1476e5=_0x466f;_0x21e129[_0x1476e5(0x45a)](_0x406852);});},ks*0x2);this[_0x421e67(0x4c3)][_0x421e67(0x13d)](_0x406852,_0x4a268b);}[_0x3238bf(0x38d)](_0x126e17){const _0x4aba90=_0x3238bf;if(this[_0x4aba90(0x4c3)][_0x4aba90(0x220)](_0x126e17)){const _0x59bf6b=this[_0x4aba90(0x4c3)]['get'](_0x126e17);_0x59bf6b&&window[_0x4aba90(0x1fd)](_0x59bf6b),this[_0x4aba90(0x4c3)][_0x4aba90(0x13d)](_0x126e17,null);}}[_0x3238bf(0x338)](_0x3668a3){const _0x4141da=_0x3238bf,{memberID:_0x415f16,unitIDs:_0x42aa7a}=_0x3668a3;_0x42aa7a[_0x4141da(0x4b5)](_0x4e0300=>{const _0x18f6c2=_0x4141da;var _0x13c93c;const _0x176fa6=this[_0x18f6c2(0x3a9)]['get'](_0x4e0300);_0x176fa6&&(_0x176fa6['delete'](_0x415f16),(_0x13c93c=this[_0x18f6c2(0x1a4)](_0x4e0300))==null||_0x13c93c[_0x18f6c2(0x34c)](_0x176fa6['size']===0x0?0x0:0x1));}),this[_0x4141da(0x38d)](_0x415f16);}[_0x3238bf(0x19e)](_0x125c1f){const _0x286606=_0x3238bf;this[_0x286606(0x2b5)](_0x125c1f[_0x286606(0x256)]);}['_send'](_0x251247){const _0x2245b0=_0x3238bf;localStorage[_0x2245b0(0x546)](Ws,JSON[_0x2245b0(0x2a3)](_0x251247));}[_0x3238bf(0x3eb)](){const _0x3e5ae5=_0x3238bf;this[_0x3e5ae5(0x252)]=window[_0x3e5ae5(0x1f9)](()=>{const _0x374cc9=_0x3e5ae5;this[_0x374cc9(0x4be)]({'type':0x2,'memberID':this[_0x374cc9(0x31f)]});},ks);}['_ensureSubject'](_0x153cbc){const _0xe7a093=_0x3238bf;return this[_0xe7a093(0x308)][_0xe7a093(0x220)](_0x153cbc)||this[_0xe7a093(0x308)][_0xe7a093(0x13d)](_0x153cbc,new _0x353bc7(0x0)),this['_unitStatus'][_0xe7a093(0x3a5)](_0x153cbc);}}var oo=Object[_0x3238bf(0x535)],ao=Object[_0x3238bf(0x2df)],co=(_0x233375,_0x35f56a,_0x3fd582,_0x4ab0fd)=>{const _0x145f4f=_0x3238bf;for(var _0x2475a4=_0x4ab0fd>0x1?void 0x0:_0x4ab0fd?ao(_0x35f56a,_0x3fd582):_0x35f56a,_0x2d418b=_0x233375[_0x145f4f(0x325)]-0x1,_0x2563f9;_0x2d418b>=0x0;_0x2d418b--)(_0x2563f9=_0x233375[_0x2d418b])&&(_0x2475a4=(_0x4ab0fd?_0x2563f9(_0x35f56a,_0x3fd582,_0x2475a4):_0x2563f9(_0x2475a4))||_0x2475a4);return _0x4ab0fd&&_0x2475a4&&oo(_0x35f56a,_0x3fd582,_0x2475a4),_0x2475a4;},xt=(_0x3a9557,_0x444e2c)=>(_0x2b02dc,_0x26f0ab)=>_0x444e2c(_0x2b02dc,_0x26f0ab,_0x3a9557);let mt=class{constructor(_0x32bea6,_0x5f4798,_0x34d731){const _0x3aee97=_0x3238bf;this['_injector']=_0x32bea6,this[_0x3aee97(0x41a)]=_0x5f4798,this[_0x3aee97(0x2f0)]=_0x34d731;}[_0x3238bf(0x29a)](_0x114c56){const _0x248cdf=_0x3238bf;this[_0x248cdf(0x16b)](_0x114c56);}[_0x3238bf(0x235)](_0x2d4a8c){const _0x59b69d=_0x3238bf,{unitID:_0xd54ce9}=_0x2d4a8c,{collaboration:_0x53a62c}=this['_docStateChangeManagerService'][_0x59b69d(0x563)](_0xd54ce9);if(_0x53a62c[_0x59b69d(0x325)]===0x0)return _0x2d4a8c;let _0x1c4f4e=_0x3a7870['deepClone'](_0x2d4a8c[_0x59b69d(0x4de)][0x0]);for(let _0x23fffd=0x0;_0x23fffd<_0x53a62c[_0x59b69d(0x325)];_0x23fffd++){const _0x3e3d53={'id':_0x59b69d(0x3b3),'params':{'unitId':_0x53a62c[_0x23fffd][_0x59b69d(0x1bf)],..._0x53a62c[_0x23fffd][_0x59b69d(0x3d6)]}},_0x496830=this[_0x59b69d(0x41a)][_0x59b69d(0x1dc)](_0x1c4f4e,_0x3e3d53,!0x1);if(_0x2e9e95(_0x496830))throw _0x496830[_0x59b69d(0x241)];_0x1c4f4e=_0x496830[_0x59b69d(0x2dd)];}return{..._0x3a7870[_0x59b69d(0x544)](_0x2d4a8c),'mutations':[_0x1c4f4e]};}[_0x3238bf(0x16b)](_0x51cda1){const _0xbf3a6c=_0x3238bf,{unitID:_0x1c0014}=_0x51cda1,{history:_0x48db1c,collaboration:_0x405e63}=this['_docStateChangeManagerService'][_0xbf3a6c(0x563)](_0x1c0014);if(_0x48db1c[_0xbf3a6c(0x325)]===0x0&&_0x405e63[_0xbf3a6c(0x325)]===0x0)return;const _0x624155=[],_0x16e47d=[];let _0x29963b=_0x3a7870[_0xbf3a6c(0x544)](_0x51cda1['mutations'][0x0]),_0x577361=_0x3a7870[_0xbf3a6c(0x544)](_0x51cda1[_0xbf3a6c(0x4de)][0x0]);for(let _0x5e9ff5=_0x48db1c[_0xbf3a6c(0x325)]-0x1;_0x5e9ff5>=0x0;_0x5e9ff5--){const _0x217b10={'id':_0xbf3a6c(0x3b3),'params':{'unitId':_0x48db1c[_0x5e9ff5][_0xbf3a6c(0x1bf)],..._0x48db1c[_0x5e9ff5][_0xbf3a6c(0x355)]}},_0x4c4ba9={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x48db1c[_0x5e9ff5]['unitId'],..._0x48db1c[_0x5e9ff5][_0xbf3a6c(0x3d6)]}},_0x138877=this[_0xbf3a6c(0x41a)]['transformMutation'](_0x29963b,_0x217b10,!0x1),_0x2d6ce3=this[_0xbf3a6c(0x41a)][_0xbf3a6c(0x1dc)](_0x577361,_0x4c4ba9,!0x1);if(_0x2e9e95(_0x138877))throw _0x138877['error'];if(_0x2e9e95(_0x2d6ce3))throw _0x2d6ce3['error'];_0x624155[_0xbf3a6c(0x15c)]({..._0x48db1c[_0x5e9ff5],'undoState':_0x138877[_0xbf3a6c(0x471)][_0xbf3a6c(0x37c)],'redoState':_0x2d6ce3['m2Prime'][_0xbf3a6c(0x37c)]}),_0x29963b=_0x138877[_0xbf3a6c(0x2dd)],_0x577361=_0x2d6ce3[_0xbf3a6c(0x2dd)];}_0x29963b=_0x3a7870[_0xbf3a6c(0x544)](_0x51cda1[_0xbf3a6c(0x4de)][0x0]),_0x577361=_0x3a7870['deepClone'](_0x51cda1[_0xbf3a6c(0x4de)][0x0]);for(let _0x303ed3=_0x405e63[_0xbf3a6c(0x325)]-0x1;_0x303ed3>=0x0;_0x303ed3--){const _0x40ccdd={'id':_0xbf3a6c(0x3b3),'params':{'unitId':_0x405e63[_0x303ed3][_0xbf3a6c(0x1bf)],..._0x405e63[_0x303ed3]['undoState']}},_0x53ffec={'id':_0xbf3a6c(0x3b3),'params':{'unitId':_0x405e63[_0x303ed3]['unitId'],..._0x405e63[_0x303ed3][_0xbf3a6c(0x3d6)]}},_0x2a5500=this[_0xbf3a6c(0x41a)][_0xbf3a6c(0x1dc)](_0x29963b,_0x40ccdd,!0x1),_0x47a2e5=this[_0xbf3a6c(0x41a)][_0xbf3a6c(0x1dc)](_0x577361,_0x53ffec,!0x1);if(_0x2e9e95(_0x2a5500))throw _0x2a5500[_0xbf3a6c(0x241)];if(_0x2e9e95(_0x47a2e5))throw _0x47a2e5[_0xbf3a6c(0x241)];_0x16e47d['unshift']({..._0x405e63[_0x303ed3],'undoState':_0x2a5500[_0xbf3a6c(0x471)][_0xbf3a6c(0x37c)],'redoState':_0x47a2e5[_0xbf3a6c(0x471)][_0xbf3a6c(0x37c)]}),_0x29963b=_0x2a5500[_0xbf3a6c(0x2dd)],_0x577361=_0x47a2e5['m1Prime'];}this[_0xbf3a6c(0x2f0)][_0xbf3a6c(0x284)](_0x1c0014,{'history':_0x624155,'collaboration':_0x16e47d});}};mt=co([xt(0x0,_0x4a2654(_0x28b8e2)),xt(0x1,_0x945511),xt(0x2,_0x4a2654(_0x55dde0))],mt);function Pi(_0x5069d3){const _0x3bd049=_0x3238bf;let _0x954929='';for(const _0x4e1eec of _0x5069d3){const {startOffset:_0x54045d,endOffset:_0x16b96b,isActive:_0x4669cb,rangeType:_0x221557,segmentId:_0x10d26f,segmentPage:_0x453029}=_0x4e1eec;_0x954929[_0x3bd049(0x325)]&&(_0x954929+=','),_0x954929+=_0x54045d+':'+_0x16b96b+':'+(_0x4669cb?'1':'0')+':'+_0x221557+':'+_0x10d26f+':'+_0x453029;}return _0x954929;}function ho(_0xe1d49d){const _0x5ab146=_0x3238bf,_0x3ef4f9=_0xe1d49d[_0x5ab146(0x257)](','),_0x369014=[];for(const _0x312c15 of _0x3ef4f9){const [_0x2d0af3,_0xa9a14f,_0x124d53,_0x55f3b1,_0x235976,_0x40af3b]=_0x312c15[_0x5ab146(0x257)](':');_0x369014['push']({'startOffset':Number(_0x2d0af3),'endOffset':Number(_0xa9a14f),'collapsed':_0x2d0af3===_0xa9a14f,'isActive':_0x124d53==='1','rangeType':_0x55f3b1===_0x507957['TEXT']?_0x507957[_0x5ab146(0x293)]:_0x507957[_0x5ab146(0x4e4)],'segmentId':typeof _0x235976=='string'?String(_0x235976):'','segmentPage':Number(_0x40af3b!=null?_0x40af3b:-0x1)});}return _0x369014[_0x5ab146(0x2a7)](_0x5cd35d=>_0x5cd35d[_0x5ab146(0x385)])||(_0x369014[0x0][_0x5ab146(0x385)]=!0x0),_0x369014;}class Cs extends _0x9ae76a{constructor(){const _0x2b3667=_0x3238bf;super(...arguments),g(this,_0x2b3667(0x269),new _0x353bc7(null)),g(this,_0x2b3667(0x1ad),this['_collabCursorState$'][_0x2b3667(0x384)]());}[_0x3238bf(0x361)](_0x2157d9){const _0x3767d0=_0x3238bf,{unitID:_0x59e4ae,memberID:_0x4f1eaa,textRanges:_0x4385cf}=_0x2157d9,_0x587680=Pi(_0x4385cf);if(_0x587680==='')return;const _0x2646e3={'unitID':_0x59e4ae,'memberID':_0x4f1eaa,'selection':_0x587680};this[_0x3767d0(0x269)][_0x3767d0(0x34c)](_0x2646e3);}}var lo=Object[_0x3238bf(0x535)],_o=Object[_0x3238bf(0x2df)],uo=(_0x4990ea,_0x559013,_0x39e5c7,_0x5f4d81)=>{const _0xe08331=_0x3238bf;for(var _0x11de2b=_0x5f4d81>0x1?void 0x0:_0x5f4d81?_o(_0x559013,_0x39e5c7):_0x559013,_0x103c8a=_0x4990ea[_0xe08331(0x325)]-0x1,_0x437787;_0x103c8a>=0x0;_0x103c8a--)(_0x437787=_0x4990ea[_0x103c8a])&&(_0x11de2b=(_0x5f4d81?_0x437787(_0x559013,_0x39e5c7,_0x11de2b):_0x437787(_0x11de2b))||_0x11de2b);return _0x5f4d81&&_0x11de2b&&lo(_0x559013,_0x39e5c7,_0x11de2b),_0x11de2b;},Fs=(_0x49ff5c,_0x101dd4)=>(_0x2e3937,_0x6ab0bd)=>_0x101dd4(_0x2e3937,_0x6ab0bd,_0x49ff5c);let pt=class{constructor(_0x46a952,_0x5749fc){const _0x42af28=_0x3238bf;this[_0x42af28(0x151)]=_0x46a952,this[_0x42af28(0x41a)]=_0x5749fc;}['transformSelections'](_0x2b24c7){const _0x55a93d=_0x3238bf;var _0xc21c21;const _0x29fe26=this[_0x55a93d(0x151)][_0x55a93d(0x3a5)](_0x155680),_0x1ba282=(_0xc21c21=_0x29fe26[_0x55a93d(0x1ff)]())!=null?_0xc21c21:[];if(_0x1ba282[_0x55a93d(0x325)]===0x0)return;const _0x55ec81=_0x2b24c7[_0x55a93d(0x4e9)],_0x10b59c=[{'id':_0x55a93d(0x3b3),'params':{'unitId':_0x55ec81,'actions':null,'textRanges':_0x1ba282}}],_0x2df90e=this['_transformService'][_0x55a93d(0x2ee)](_0x2b24c7,_0x10b59c);if(!_0xa7de0(_0x2df90e))throw _0x2df90e[_0x55a93d(0x241)];const _0xb33df7=_0x2df90e['m2Prime'][0x0][_0x55a93d(0x37c)][_0x55a93d(0x30a)];Array[_0x55a93d(0x4a0)](_0xb33df7)&&_0xb33df7[_0x55a93d(0x325)]&&_0x29fe26[_0x55a93d(0x30d)](_0xb33df7,{'unitId':_0x55ec81,'subUnitId':_0x55ec81},!0x1);}};pt=uo([Fs(0x0,_0x4a2654(_0x28b8e2)),Fs(0x1,_0x945511)],pt);const fo=new Set([_0x2c3a31['id']]);function Vs(_0x1592c5,_0x2f3102,_0x477d62,_0x45de16,_0x547c42){const _0xb83055=_0x3238bf;var _0x46c809,_0x447571,_0x5811a2,_0x1a165f;const _0x3e1d06=[];for(const _0xb72917 of _0x1592c5)if(fo[_0xb83055(0x220)](_0xb72917['id'])){if(_0x3e1d06[_0xb83055(0x325)]>0x0)break;_0x3e1d06[_0xb83055(0x419)](_0xb72917);break;}else _0x3e1d06[_0xb83055(0x419)](_0xb72917);const _0x10123e=(_0x447571=(_0x46c809=_0x547c42['getCurrentUser']())==null?void 0x0:_0x46c809[_0xb83055(0x44b)])!=null?_0x447571:_0xb83055(0x266),_0x2bd3c9=(_0x1a165f=(_0x5811a2=_0x547c42['getCurrentUser']())==null?void 0x0:_0x5811a2['memberID'])!=null?_0x1a165f:_0xb83055(0x266);return{'changeset':{'unitID':_0x2f3102,'type':_0x952321(_0x477d62[_0xb83055(0x179)](_0x2f3102)),'baseRev':_0x45de16['getCurrentRevOfUnit'](_0x2f3102),'revision':0x0,'userID':_0x10123e,'memberID':_0x2bd3c9,'mutations':_0x3e1d06},'pendingMutations':_0x1592c5[_0xb83055(0x423)](_0x3e1d06[_0xb83055(0x325)])};}function vo(_0x280ecb,_0x2d5dfb,_0x15aff4,_0x4f30cb,_0x48602c){const _0x2482c7=_0x3238bf;var _0x436a6d,_0x3ebffc,_0x4c7285,_0x34b45f;const _0x36430c=[_0x280ecb['reduce']((_0x5913ee,_0x5b414d)=>{const _0x194505=_0x466f;var _0x2732e7;const {id:_0x1390b1}=_0x5913ee,{id:_0x309cc7,type:_0x571a17}=_0x5b414d,_0x4f4c10=(_0x2732e7=_0x5913ee[_0x194505(0x37c)])!=null?_0x2732e7:{'actions':null},_0x478fcc=_0x5b414d[_0x194505(0x37c)];if(_0x1390b1&&_0x1390b1!==_0x309cc7)throw new Error(_0x194505(0x2d7)+_0x1390b1+_0x194505(0x3da)+_0x309cc7+'.');return{..._0x5913ee,'id':_0x309cc7,'type':_0x571a17,'params':{'unitId':_0x478fcc[_0x194505(0x1bf)],'textRanges':_0x478fcc[_0x194505(0x30a)],'actions':_0x32d452[_0x194505(0x387)](_0x4f4c10['actions'],_0x478fcc[_0x194505(0x28c)])}};},{})],_0x6b0405=(_0x3ebffc=(_0x436a6d=_0x48602c['getCurrentUser']())==null?void 0x0:_0x436a6d[_0x2482c7(0x44b)])!=null?_0x3ebffc:_0x2482c7(0x266),_0x4fdb19=(_0x34b45f=(_0x4c7285=_0x48602c[_0x2482c7(0x27e)]())==null?void 0x0:_0x4c7285[_0x2482c7(0x256)])!=null?_0x34b45f:_0x2482c7(0x266);return{'changeset':{'unitID':_0x2d5dfb,'type':_0x952321(_0x15aff4['getUnitType'](_0x2d5dfb)),'baseRev':_0x4f30cb[_0x2482c7(0x162)](_0x2d5dfb),'revision':0x0,'userID':_0x6b0405,'memberID':_0x4fdb19,'mutations':_0x36430c},'pendingMutations':[]};}function Ui(_0x3a31c1,_0x14ad54){const _0x4e5dc7=_0x3238bf,_0x280033=new _0x5edbc1(0x1);return setTimeout(()=>_0x280033[_0x4e5dc7(0x34c)](_0x14ad54),_0x3a31c1),_0x280033['asObservable']()[_0x4e5dc7(0x380)](_0x1cb779(0x1));}const mo={'id':_0x175b9b['id'],'type':_0x4d0a82[_0x3238bf(0x437)],'params':{}};var po=Object['defineProperty'],go=Object[_0x3238bf(0x2df)],Le=(_0x50cc26,_0x4eff33,_0x4b3d24,_0x50d7a6)=>{const _0x59cda7=_0x3238bf;for(var _0x40333c=_0x50d7a6>0x1?void 0x0:_0x50d7a6?go(_0x4eff33,_0x4b3d24):_0x4eff33,_0x31d8e9=_0x50cc26[_0x59cda7(0x325)]-0x1,_0x3fb8e3;_0x31d8e9>=0x0;_0x31d8e9--)(_0x3fb8e3=_0x50cc26[_0x31d8e9])&&(_0x40333c=(_0x50d7a6?_0x3fb8e3(_0x4eff33,_0x4b3d24,_0x40333c):_0x3fb8e3(_0x40333c))||_0x40333c);return _0x50d7a6&&_0x40333c&&po(_0x4eff33,_0x4b3d24,_0x40333c),_0x40333c;},A=(_0x4a2890,_0x1552ed)=>(_0x3c9855,_0x1fd9ac)=>_0x1552ed(_0x3c9855,_0x1fd9ac,_0x4a2890),J=(_0x23dbec=>(_0x23dbec['NOT_COLLAB']=_0x3238bf(0x550),_0x23dbec[_0x3238bf(0x401)]=_0x3238bf(0x399),_0x23dbec['PENDING']='pending',_0x23dbec[_0x3238bf(0x190)]=_0x3238bf(0x178),_0x23dbec[_0x3238bf(0x157)]='awaiting_with_pending',_0x23dbec[_0x3238bf(0x332)]=_0x3238bf(0x40f),_0x23dbec[_0x3238bf(0x311)]=_0x3238bf(0x436),_0x23dbec[_0x3238bf(0x291)]=_0x3238bf(0x296),_0x23dbec))(J||{});const Ni=0xea60;class $e{constructor(_0x3dd094,_0x3948a8,_0x3eb0c7,_0x5133dc,_0x33794d,_0x551b91,_0x21448c,_0x461468,_0x31b68f){const _0x1fc7b7=_0x3238bf;g(this,'_awaitingChangeset',null),g(this,_0x1fc7b7(0x261),[]),(this[_0x1fc7b7(0x4e9)]=_0x3dd094,this['type']=_0x3948a8,this[_0x1fc7b7(0x152)]=_0x33794d,this[_0x1fc7b7(0x525)]=_0x551b91,this[_0x1fc7b7(0x203)]=_0x21448c,this[_0x1fc7b7(0x357)]=_0x461468,this[_0x1fc7b7(0x292)]=_0x31b68f,this['_awaitingChangeset']=_0x3eb0c7,this[_0x1fc7b7(0x261)]=_0x5133dc);}[_0x3238bf(0x1c3)](_0x460fd7){const _0x34202e=_0x3238bf,_0x53dfff=this[_0x34202e(0x357)][_0x34202e(0x162)](this['unitID']);return _0x460fd7[_0x34202e(0x445)]>_0x53dfff+0x1?(this['_handler'][_0x34202e(0x36e)]({'from':_0x53dfff,'to':_0x460fd7[_0x34202e(0x445)]-0x1}),!0x0):!0x1;}[_0x3238bf(0x50a)](_0x49909a){this['_undoRedoService']['transformUndoRedo'](this['unitID'],_0x49909a);}[_0x3238bf(0x2a6)](_0x39631b){const _0x3db29e=_0x3238bf;var _0x56d383,_0x2ca5fb;(_0x2ca5fb=(_0x56d383=this[_0x3db29e(0x152)])[_0x3db29e(0x368)])==null||_0x2ca5fb[_0x3db29e(0x46d)](_0x56d383,_0x39631b);}[_0x3238bf(0x1cc)](_0xa250d6){const _0x4b5f04=_0x3238bf;var _0x1f57f6,_0x30283a;return(_0x30283a=(_0x1f57f6=this[_0x4b5f04(0x152)])[_0x4b5f04(0x273)])==null?void 0x0:_0x30283a[_0x4b5f04(0x46d)](_0x1f57f6,_0xa250d6);}[_0x3238bf(0x45f)](_0x2d2e04){const _0x247292=_0x3238bf;var _0x150be5,_0x2e5c5b;return(_0x2e5c5b=(_0x150be5=this[_0x247292(0x152)])['onTransformState'])==null?void 0x0:_0x2e5c5b[_0x247292(0x46d)](_0x150be5,_0x2d2e04);}['_transformRemoteChangesetByIMECache'](_0x319cd7){const _0x150e0c=_0x3238bf;var _0xe0fbd5,_0x52c81f,_0x506342;return(_0x506342=(_0x52c81f=(_0xe0fbd5=this['_handler'])[_0x150e0c(0x297)])==null?void 0x0:_0x52c81f[_0x150e0c(0x46d)](_0xe0fbd5,_0x319cd7))!=null?_0x506342:_0x319cd7;}[_0x3238bf(0x484)](_0x3328eb){const _0x5ba629=_0x3238bf;var _0x54c4e4,_0x21bd4c,_0xdfcd4;return(_0xdfcd4=(_0x21bd4c=(_0x54c4e4=this['_handler'])[_0x5ba629(0x1d2)])==null?void 0x0:_0x21bd4c[_0x5ba629(0x46d)](_0x54c4e4,_0x3328eb))!=null?_0xdfcd4:_0x3328eb;}[_0x3238bf(0x45c)](_0x47be79){const _0x4ba115=_0x3238bf;var _0xeb2db0,_0x752e78;if(this[_0x4ba115(0x4cf)]===ce[_0x4ba115(0x32f)]){const {unitID:_0x5ebf34,mutations:_0xc464a5,memberID:_0x87ece5}=_0x47be79,_0x433ae9=_0xc464a5[0x0]['params'][_0x4ba115(0x30a)];Array['isArray'](_0x433ae9)&&_0x433ae9[_0x4ba115(0x325)]>0x0&&((_0x752e78=(_0xeb2db0=this[_0x4ba115(0x152)])[_0x4ba115(0x4c8)])==null||_0x752e78[_0x4ba115(0x46d)](_0xeb2db0,{'unitID':_0x5ebf34,'memberID':_0x87ece5,'textRanges':_0x433ae9}));}}[_0x3238bf(0x365)](){const _0x3a1f88=_0x3238bf;this[_0x3a1f88(0x292)][_0x3a1f88(0x49b)](this['unitID'],this['type'],this['_awaitingChangeset'],this[_0x3a1f88(0x261)]);}['_getCurrentRevision'](){const _0x1c499=_0x3238bf;return this['_revisionService'][_0x1c499(0x162)](this[_0x1c499(0x4e9)]);}[_0x3238bf(0x174)](){const _0x2325ee=_0x3238bf;this[_0x2325ee(0x357)]['incrementRevOfUnit'](this['unitID']);}['_executeRemoteChangeset'](_0x3eeaa1){const _0x1f75b7=_0x3238bf;var _0x80274e;let _0x292250=this[_0x1f75b7(0x504)](_0x3eeaa1);_0x292250=this['_transformRemoteChangesetByStateCache'](_0x292250);const _0x5bc421=_0x292495(_0x292250['mutations'],this['_commandService'],{'fromCollab':!0x0});if(!_0x5bc421[_0x1f75b7(0x4c2)])throw _0x5bc421['error']instanceof Error?_0x5bc421[_0x1f75b7(0x241)]:new Error((_0x80274e=_0x5bc421['error'])!=null?_0x80274e:_0x1f75b7(0x2b9));this[_0x1f75b7(0x1cc)](_0x292250),this[_0x1f75b7(0x45f)](_0x292250),this[_0x1f75b7(0x50a)](_0x3eeaa1),this[_0x1f75b7(0x2a6)](_0x292250),this[_0x1f75b7(0x45c)](_0x292250),this[_0x1f75b7(0x174)]();}}let Fe=class extends $e{constructor(_0x438c9e,_0x32b462,_0x1ea05f,_0x301d6c,_0x2d2c1f,_0x3206ee,_0x581bae,_0x31bb6f,_0x5cc09e,_0x4e919c){const _0xc7aa3=_0x3238bf;super(_0x438c9e,_0x32b462,null,[],_0x1ea05f,_0x31bb6f,_0x581bae,_0x301d6c,_0x2d2c1f),g(this,_0xc7aa3(0x17b),_0xc7aa3(0x399)),(this[_0xc7aa3(0x151)]=_0x3206ee,this[_0xc7aa3(0x188)]=_0x5cc09e,this[_0xc7aa3(0x41a)]=_0x4e919c);}[_0x3238bf(0x323)](_0x55042f){const _0x5f4d4e=_0x3238bf,_0x4900bb=this[_0x5f4d4e(0x151)]['createInstance'](pe,this[_0x5f4d4e(0x4e9)],this['type'],[_0x55042f],this['_handler']);return _0x4900bb[_0x5f4d4e(0x493)](),_0x4900bb[_0x5f4d4e(0x365)](),_0x4900bb;}[_0x3238bf(0x561)](_0x194b38){const _0x23da7d=_0x3238bf;if(this[_0x23da7d(0x1c3)](_0x194b38))return this[_0x23da7d(0x151)][_0x23da7d(0x52d)](he,this[_0x23da7d(0x4e9)],this['type'],null,[],null,[_0x194b38],this[_0x23da7d(0x152)]);try{const _0x5ac15f=this[_0x23da7d(0x41a)]['transformMutationsWithChangeset'](_0x194b38,[mo]);if(_0xa7de0(_0x5ac15f)){const {c1Prime:_0x5d65da}=_0x5ac15f;return this[_0x23da7d(0x1ab)](_0x5d65da),this;}throw _0x5ac15f['error'];}catch(_0x4a457b){return this['_logService'][_0x23da7d(0x241)](_0x4a457b),this[_0x23da7d(0x2ac)](!0x1);}}[_0x3238bf(0x2ac)](_0x1bb604){const _0x38cf37=_0x3238bf;return this['_injector'][_0x38cf37(0x52d)](Re,this[_0x38cf37(0x4e9)],this[_0x38cf37(0x4cf)],null,[],this['_handler'],_0x1bb604);}[_0x3238bf(0x2e6)](){const _0xbeaeb1=_0x3238bf;throw new Error(_0xbeaeb1(0x153));}[_0x3238bf(0x221)](){const _0x29c751=_0x3238bf;throw new Error(_0x29c751(0x4aa));}[_0x3238bf(0x15d)](){return this;}[_0x3238bf(0x479)](){const _0x5367d1=_0x3238bf;return this[_0x5367d1(0x151)][_0x5367d1(0x52d)](ye,this[_0x5367d1(0x4e9)],this['type'],null,[],this['_handler']);}[_0x3238bf(0x38c)](){return this;}[_0x3238bf(0x2c3)](){const _0xd0c9be=_0x3238bf;throw new Error(_0xd0c9be(0x3b2));}[_0x3238bf(0x165)](){const _0x3d8c34=_0x3238bf,_0x249203=this[_0x3d8c34(0x357)][_0x3d8c34(0x162)](this[_0x3d8c34(0x4e9)]);return this[_0x3d8c34(0x152)][_0x3d8c34(0x36e)]({'from':_0x249203,'to':0x0}),this['_injector'][_0x3d8c34(0x52d)](he,this[_0x3d8c34(0x4e9)],this['type'],null,[],null,[],this[_0x3d8c34(0x152)]);}};Fe=Le([A(0x3,_0x4a2654(_0x56b96b)),A(0x4,_0x4a2654(q)),A(0x5,_0x4a2654(_0x28b8e2)),A(0x6,_0x558053),A(0x7,_0x462ea5),A(0x8,_0x5d0f53),A(0x9,_0x945511)],Fe);let pe=class extends $e{constructor(_0xfca9ab,_0x2a84ba,_0x5d9c8d,_0x161b8d,_0x2cb3d5,_0x4665c5,_0x3f4e7b,_0x200c8a,_0x190423,_0x48ace7,_0x1b96db,_0x4b89b3,_0x51152d,_0xa5c855){const _0x3abea3=_0x3238bf;super(_0xfca9ab,_0x2a84ba,null,_0x5d9c8d,_0x161b8d,_0x48ace7,_0xa5c855,_0x4665c5,_0x3f4e7b),g(this,_0x3abea3(0x17b),_0x3abea3(0x1f1)),g(this,_0x3abea3(0x4c0),null),g(this,_0x3abea3(0x462),null),(this[_0x3abea3(0x151)]=_0x2cb3d5,this[_0x3abea3(0x1e3)]=_0x200c8a,this[_0x3abea3(0x188)]=_0x190423,this[_0x3abea3(0x330)]=_0x1b96db,this[_0x3abea3(0x41a)]=_0x4b89b3,this[_0x3abea3(0x262)]=_0x51152d);}[_0x3238bf(0x323)](_0x337a03){const _0x4d4d88=_0x3238bf;return this[_0x4d4d88(0x261)][_0x4d4d88(0x419)](_0x337a03),this['_updateLocalCache'](),this;}[_0x3238bf(0x561)](_0x559272){const _0x49021a=_0x3238bf;if(this[_0x49021a(0x1c3)](_0x559272))return this['_clearScheduledTask'](),this[_0x49021a(0x151)][_0x49021a(0x52d)](he,this[_0x49021a(0x4e9)],this[_0x49021a(0x4cf)],null,this[_0x49021a(0x261)],null,[_0x559272],this['_handler']);try{const _0x39a037=this[_0x49021a(0x41a)][_0x49021a(0x2ee)](_0x559272,this[_0x49021a(0x261)]);if(_0xa7de0(_0x39a037)){const {c1Prime:_0x538b0c,m2Prime:_0x4f896f}=_0x39a037;this[_0x49021a(0x1ab)](_0x538b0c);const _0x3771f6=this['_injector'][_0x49021a(0x52d)](pe,this[_0x49021a(0x4e9)],this['type'],_0x4f896f,this[_0x49021a(0x152)]);return this[_0x49021a(0x4f1)](),_0x3771f6[_0x49021a(0x493)](this['_scheduleTimestamp']?Math[_0x49021a(0x38f)](0x0,new Date()['getTime']()-this[_0x49021a(0x4c0)]):this[_0x49021a(0x3d4)]()),_0x3771f6;}throw _0x39a037[_0x49021a(0x241)];}catch(_0x4a75d0){return this[_0x49021a(0x188)]['error'](_0x4a75d0),this['_onConflict'](!0x1);}}['onRemoteAck'](){const _0x3eb8e9=_0x3238bf;throw new Error(_0x3eb8e9(0x202));}[_0x3238bf(0x221)](){const _0x36839c=_0x3238bf;throw new Error(_0x36839c(0x52c));}[_0x3238bf(0x15d)](){return this;}[_0x3238bf(0x479)](){const _0x5bdb08=_0x3238bf;return this[_0x5bdb08(0x4f1)](),this[_0x5bdb08(0x151)][_0x5bdb08(0x52d)](ye,this[_0x5bdb08(0x4e9)],this[_0x5bdb08(0x4cf)],null,this[_0x5bdb08(0x261)],this['_handler']);}[_0x3238bf(0x38c)](){return this;}[_0x3238bf(0x493)](_0x2a1761){const _0x57fded=_0x3238bf,_0x16b112=_0x2a1761!=null?_0x2a1761:this[_0x57fded(0x3d4)]();this[_0x57fded(0x4c0)]=new Date()[_0x57fded(0x52f)](),this[_0x57fded(0x462)]=window[_0x57fded(0x32c)](()=>{const _0x118db0=_0x57fded;this[_0x118db0(0x4f1)]();let _0xe3e8ae=null;switch(this[_0x118db0(0x4cf)]){case ce['UNIVER_SHEET']:{_0xe3e8ae=Vs(this[_0x118db0(0x261)],this['unitID'],this[_0x118db0(0x262)],this['_revisionService'],this[_0x118db0(0x1e3)]);break;}case ce[_0x118db0(0x32f)]:{this[_0x118db0(0x261)][_0x118db0(0x501)](_0x1caec2=>_0x1caec2['id']===_0x2554d0['id'])?_0xe3e8ae=vo(this[_0x118db0(0x261)],this[_0x118db0(0x4e9)],this['_univerInstanceService'],this['_revisionService'],this['_memberService']):_0xe3e8ae=Vs(this[_0x118db0(0x261)],this['unitID'],this[_0x118db0(0x262)],this[_0x118db0(0x357)],this['_memberService']);break;}default:throw new Error(_0x118db0(0x170)+this[_0x118db0(0x4cf)]+_0x118db0(0x31a));}const {changeset:_0x389a1a,pendingMutations:_0x2b39d8}=_0xe3e8ae;this['_handler'][_0x118db0(0x4ea)](_0x389a1a);const _0x47220c=_0x2b39d8[_0x118db0(0x325)]?this[_0x118db0(0x151)]['createInstance'](ge,this[_0x118db0(0x4e9)],this[_0x118db0(0x4cf)],_0x389a1a,_0x2b39d8,this[_0x118db0(0x152)],void 0x0):this[_0x118db0(0x151)]['createInstance'](Te,this['unitID'],this['type'],_0x389a1a,this[_0x118db0(0x152)]);_0x47220c[_0x118db0(0x365)](),this[_0x118db0(0x152)][_0x118db0(0x400)](this,_0x47220c);},_0x16b112);}[_0x3238bf(0x3d4)](){const _0x2b1879=_0x3238bf;var _0x3f5d54;const _0x8cb195=this[_0x2b1879(0x330)][_0x2b1879(0x404)](ie);return(_0x3f5d54=_0x8cb195==null?void 0x0:_0x8cb195[_0x2b1879(0x420)])!=null?_0x3f5d54:_r;}[_0x3238bf(0x2c3)](){const _0x1495ce=_0x3238bf;throw new Error(_0x1495ce(0x21c));}['_clearScheduledTask'](){this['_sendingTimer']!=null&&(clearTimeout(this['_sendingTimer']),this['_sendingTimer']=null);}[_0x3238bf(0x2ac)](_0x225a75){const _0x46f39f=_0x3238bf;return this[_0x46f39f(0x4f1)](),this[_0x46f39f(0x151)][_0x46f39f(0x52d)](Re,this[_0x46f39f(0x4e9)],this[_0x46f39f(0x4cf)],null,this[_0x46f39f(0x261)],this[_0x46f39f(0x152)],_0x225a75);}};pe=Le([A(0x4,_0x4a2654(_0x28b8e2)),A(0x5,_0x4a2654(_0x56b96b)),A(0x6,_0x4a2654(q)),A(0x7,_0x4a2654(Ne)),A(0x8,_0x5d0f53),A(0x9,_0x462ea5),A(0xa,_0x12cd24),A(0xb,_0x945511),A(0xc,_0x21deaa),A(0xd,_0x558053)],pe);let Te=class extends $e{constructor(_0x539922,_0x1784da,_0x331ce6,_0x314568,_0x2f0985,_0x400315,_0x38730a,_0x418e40,_0x22264e,_0x1ee5ad,_0x47b185){const _0x272fe9=_0x3238bf;super(_0x539922,_0x1784da,_0x331ce6,[],_0x314568,_0x418e40,_0x47b185,_0x400315,_0x38730a),g(this,_0x272fe9(0x17b),'awaiting'),g(this,'_resendTimeout',0x0),g(this,_0x272fe9(0x4d7)),g(this,_0x272fe9(0x3cf)),(this[_0x272fe9(0x151)]=_0x2f0985,this[_0x272fe9(0x188)]=_0x22264e,this[_0x272fe9(0x41a)]=_0x1ee5ad);}['appendMutation'](_0xd95a43){const _0x34ce2d=_0x3238bf;this[_0x34ce2d(0x4f1)]();const _0x484c56=this['_injector'][_0x34ce2d(0x52d)](ge,this['unitID'],this[_0x34ce2d(0x4cf)],this[_0x34ce2d(0x4ac)],[_0xd95a43],this[_0x34ce2d(0x152)],this[_0x34ce2d(0x4d7)]);return _0x484c56[_0x34ce2d(0x365)](),_0x484c56;}[_0x3238bf(0x561)](_0x454173){const _0x2c2c24=_0x3238bf;if(this[_0x2c2c24(0x1c3)](_0x454173))return this[_0x2c2c24(0x4f1)](),this[_0x2c2c24(0x151)][_0x2c2c24(0x52d)](he,this[_0x2c2c24(0x4e9)],this[_0x2c2c24(0x4cf)],this[_0x2c2c24(0x4ac)],[],null,[_0x454173],this['_handler']);try{const _0x8020a9=this[_0x2c2c24(0x41a)][_0x2c2c24(0x177)]([_0x454173],[this[_0x2c2c24(0x4ac)]],!0x1);if(_0x23fd88(_0x8020a9)){const {c1Prime:_0x59cc38,c2Prime:_0x5cfd37}=_0x8020a9;this['_executeRemoteChangeset'](_0x59cc38[0x0]),_0x5cfd37[0x0][_0x2c2c24(0x24c)]=this[_0x2c2c24(0x33c)](),this['_clearScheduledTask']();const _0x4f8e4a=this[_0x2c2c24(0x151)][_0x2c2c24(0x52d)](Te,this[_0x2c2c24(0x4e9)],this[_0x2c2c24(0x4cf)],_0x5cfd37[0x0],this[_0x2c2c24(0x152)]);return _0x4f8e4a['_updateLocalCache'](),_0x4f8e4a;}return this[_0x2c2c24(0x2ac)](!0x1);}catch(_0x33f582){return this[_0x2c2c24(0x188)][_0x2c2c24(0x241)](_0x33f582),this['_onConflict'](!0x1);}}[_0x3238bf(0x2e6)](_0x1bc19c){const _0x2dbff8=_0x3238bf;this[_0x2dbff8(0x4f1)]();const _0x529dae=this[_0x2dbff8(0x357)][_0x2dbff8(0x162)](this[_0x2dbff8(0x4e9)]);if(_0x1bc19c[_0x2dbff8(0x445)]<_0x529dae-0x1)return this;if(this[_0x2dbff8(0x1c3)](_0x1bc19c))return this['_injector'][_0x2dbff8(0x52d)](he,this[_0x2dbff8(0x4e9)],this['type'],null,[],this[_0x2dbff8(0x4ac)],[],this['_handler']);this['_incrementRevisionNumber']();const _0x3ce216=this['_injector'][_0x2dbff8(0x52d)](Fe,this[_0x2dbff8(0x4e9)],this[_0x2dbff8(0x4cf)],this[_0x2dbff8(0x152)]);return _0x3ce216[_0x2dbff8(0x365)](),_0x3ce216;}[_0x3238bf(0x221)](_0x2a17e3){const _0x2176d9=_0x3238bf;return this['_onConflict'](!!(_0x2a17e3!=null&&_0x2a17e3[_0x2176d9(0x3f7)]));}['onRemoteRetry'](_0x2639c7){const _0x12335d=_0x3238bf;return this[_0x12335d(0x372)]>Ni?this[_0x12335d(0x479)]():(this['_resendTimer']=Ui(this[_0x12335d(0x372)],{'timeout':this['_resendTimeout'],'reqId':_0x2639c7['reqId']}),this[_0x12335d(0x3cf)]=this[_0x12335d(0x4d7)][_0x12335d(0x43b)](({reqId:_0x564104,timeout:_0x42d236})=>{const _0x5ec24f=_0x12335d;this[_0x5ec24f(0x272)](_0x564104,_0x42d236);}),this);}['toggleOffline'](){const _0x197c29=_0x3238bf;return this['_clearScheduledTask'](),this[_0x197c29(0x151)]['createInstance'](ye,this[_0x197c29(0x4e9)],this[_0x197c29(0x4cf)],this[_0x197c29(0x4ac)],[],this[_0x197c29(0x152)]);}[_0x3238bf(0x38c)](){return this;}['resend'](){const _0x38c2f0=_0x3238bf;this['_handler'][_0x38c2f0(0x4ea)](this[_0x38c2f0(0x4ac)]);}['_onConflict'](_0x40016a){const _0x38746a=_0x3238bf;return this[_0x38746a(0x4f1)](),this[_0x38746a(0x151)][_0x38746a(0x52d)](Re,this['unitID'],this[_0x38746a(0x4cf)],this[_0x38746a(0x4ac)],[],this[_0x38746a(0x152)],_0x40016a);}[_0x3238bf(0x272)](_0x4bcf2c,_0xb2170b){const _0x40dc72=_0x3238bf;var _0x185eef;_0x4bcf2c===((_0x185eef=this[_0x40dc72(0x4ac)])==null?void 0x0:_0x185eef[_0x40dc72(0x4ec)])&&(this[_0x40dc72(0x2c3)](),this[_0x40dc72(0x372)]=_0xb2170b===0x0?0x3e8:_0xb2170b*0x2);}[_0x3238bf(0x4f1)](){const _0x2f7464=_0x3238bf;var _0x2363aa;(_0x2363aa=this[_0x2f7464(0x3cf)])==null||_0x2363aa['unsubscribe'](),this[_0x2f7464(0x372)]=0x0;}};Te=Le([A(0x4,_0x4a2654(_0x28b8e2)),A(0x5,_0x4a2654(_0x56b96b)),A(0x6,_0x4a2654(q)),A(0x7,_0x462ea5),A(0x8,_0x5d0f53),A(0x9,_0x945511),A(0xa,_0x558053)],Te);let ge=class extends $e{constructor(_0x2a994c,_0x31f5f2,_0x49cd68,_0x34da23,_0x3a7780,_0x57e383,_0x2ff969,_0x3fb446,_0x32b729,_0x4b8d4e,_0x32a199,_0x47dc07,_0x150faf){const _0x19ef6d=_0x3238bf;super(_0x2a994c,_0x31f5f2,_0x49cd68,_0x34da23,_0x3a7780,_0x4b8d4e,_0x150faf,_0x3fb446,_0x32b729),g(this,'status',_0x19ef6d(0x2d9)),g(this,_0x19ef6d(0x372),0x0),g(this,'_resendTimer'),g(this,_0x19ef6d(0x3cf)),(this[_0x19ef6d(0x151)]=_0x2ff969,this[_0x19ef6d(0x188)]=_0x32a199,this[_0x19ef6d(0x41a)]=_0x47dc07,_0x57e383&&(this[_0x19ef6d(0x4d7)]=_0x57e383,this['_sender']=this['_resendTimer']['subscribe'](({reqId:_0x58293d,timeout:_0x3124b2})=>{const _0x1ec1ae=_0x19ef6d;this[_0x1ec1ae(0x272)](_0x58293d,_0x3124b2);})));}[_0x3238bf(0x323)](_0x2808e5){const _0x5b2eb5=_0x3238bf;return this['_pendingMutations'][_0x5b2eb5(0x419)](_0x2808e5),this;}[_0x3238bf(0x561)](_0x4ab3ec){const _0x1ad84d=_0x3238bf;if(this[_0x1ad84d(0x1c3)](_0x4ab3ec))return this[_0x1ad84d(0x4f1)](),this[_0x1ad84d(0x151)][_0x1ad84d(0x52d)](he,this[_0x1ad84d(0x4e9)],this['type'],this[_0x1ad84d(0x4ac)],this[_0x1ad84d(0x261)],null,[_0x4ab3ec],this[_0x1ad84d(0x152)]);try{const _0x54aca0=this[_0x1ad84d(0x41a)][_0x1ad84d(0x177)]([_0x4ab3ec],[this[_0x1ad84d(0x4ac)]],!0x1);if(_0x23fd88(_0x54aca0)){const {c1Prime:_0x98b3db,c2Prime:_0x45b905}=_0x54aca0,_0x65f87d=this['_transformService']['transformMutationsWithChangeset'](_0x98b3db[0x0],this[_0x1ad84d(0x261)]);if(_0xa7de0(_0x65f87d)){const {c1Prime:_0x495f6a,m2Prime:_0x21aeec}=_0x65f87d;return this['_executeRemoteChangeset'](_0x495f6a),_0x45b905[0x0][_0x1ad84d(0x24c)]=this[_0x1ad84d(0x33c)](),this[_0x1ad84d(0x4f1)](),this[_0x1ad84d(0x151)][_0x1ad84d(0x52d)](ge,this['unitID'],this['type'],_0x45b905[0x0],_0x21aeec,this[_0x1ad84d(0x152)],void 0x0);}throw _0x65f87d[_0x1ad84d(0x241)];}throw _0x54aca0[_0x1ad84d(0x241)];}catch(_0x496b2e){return this[_0x1ad84d(0x188)]['error'](_0x496b2e),this[_0x1ad84d(0x2ac)](!0x1);}}[_0x3238bf(0x2e6)](_0x511fa5){const _0x5675d0=_0x3238bf;if(this[_0x5675d0(0x4f1)](),this[_0x5675d0(0x1c3)](_0x511fa5))return this[_0x5675d0(0x151)]['createInstance'](he,this[_0x5675d0(0x4e9)],this['type'],null,this['_pendingMutations'],this['_awaitingChangeset'],[],this[_0x5675d0(0x152)]);this[_0x5675d0(0x174)]();const _0x2ad561=this[_0x5675d0(0x151)][_0x5675d0(0x52d)](pe,this[_0x5675d0(0x4e9)],this['type'],this[_0x5675d0(0x261)],this[_0x5675d0(0x152)]);return _0x2ad561['_schedule'](),_0x2ad561['_updateLocalCache'](),_0x2ad561;}[_0x3238bf(0x221)](_0x2f3e24){const _0x5c5adc=_0x3238bf;return this[_0x5c5adc(0x2ac)](!!(_0x2f3e24!=null&&_0x2f3e24[_0x5c5adc(0x3f7)]));}[_0x3238bf(0x15d)](_0x4d85cf){const _0x45387c=_0x3238bf;return this[_0x45387c(0x372)]>Ni?this[_0x45387c(0x479)]():(this['_resendTimer']=Ui(this['_resendTimeout'],{'timeout':this[_0x45387c(0x372)],'reqId':_0x4d85cf[_0x45387c(0x4ec)]}),this['_sender']=this[_0x45387c(0x4d7)][_0x45387c(0x43b)](({reqId:_0x5ed6b2,timeout:_0x3c2c03})=>{const _0x488ce8=_0x45387c;this[_0x488ce8(0x272)](_0x5ed6b2,_0x3c2c03);}),this);}[_0x3238bf(0x479)](){const _0x2f73f4=_0x3238bf;return this[_0x2f73f4(0x4f1)](),this[_0x2f73f4(0x151)][_0x2f73f4(0x52d)](ye,this[_0x2f73f4(0x4e9)],this[_0x2f73f4(0x4cf)],this['_awaitingChangeset'],this[_0x2f73f4(0x261)],this[_0x2f73f4(0x152)]);}['toggleOnline'](){return this;}[_0x3238bf(0x2c3)](){const _0x5554b7=_0x3238bf;this[_0x5554b7(0x152)][_0x5554b7(0x4ea)](this[_0x5554b7(0x4ac)]);}[_0x3238bf(0x2ac)](_0x227e66){const _0x92f1a0=_0x3238bf;return this['_clearScheduledTask'](),this['_injector'][_0x92f1a0(0x52d)](Re,this[_0x92f1a0(0x4e9)],this['type'],null,this[_0x92f1a0(0x261)],this[_0x92f1a0(0x152)],_0x227e66);}[_0x3238bf(0x272)](_0x1bd1a9,_0x2eb4c3){const _0x531e71=_0x3238bf;var _0x34cd74;_0x1bd1a9===((_0x34cd74=this['_awaitingChangeset'])==null?void 0x0:_0x34cd74[_0x531e71(0x4ec)])&&(this[_0x531e71(0x2c3)](),this['_resendTimeout']=_0x2eb4c3===0x0?0x3e8:_0x2eb4c3*0x2);}[_0x3238bf(0x4f1)](){const _0x246f28=_0x3238bf;var _0x1862c3;(_0x1862c3=this[_0x246f28(0x3cf)])==null||_0x1862c3['unsubscribe'](),this[_0x246f28(0x372)]=0x0;}};ge=Le([A(0x6,_0x4a2654(_0x28b8e2)),A(0x7,_0x4a2654(_0x56b96b)),A(0x8,_0x4a2654(q)),A(0x9,_0x462ea5),A(0xa,_0x5d0f53),A(0xb,_0x945511),A(0xc,_0x558053)],ge);let Re=class extends $e{constructor(_0x2f02e6,_0x439332,_0x2c33a6,_0x1c3fe9,_0x9ea4df,_0x47abd1=!0x1,_0x29bb82,_0x3ff76f,_0x350ddc,_0x493b62,_0xaf2bf0,_0x25d36d,_0xa7de66){const _0x16af03=_0x3238bf;super(_0x2f02e6,_0x439332,_0x2c33a6,_0x1c3fe9,_0x9ea4df,_0x3ff76f,_0x350ddc,_0xaf2bf0,_0x493b62),g(this,'status',_0x16af03(0x436)),(this[_0x16af03(0x280)]=_0x47abd1,this[_0x16af03(0x184)]=_0x29bb82,this[_0x16af03(0x141)]=_0x25d36d,this[_0x16af03(0x465)]=_0xa7de66,this['_showConflictNotification'](),this[_0x16af03(0x2d4)](),this[_0x16af03(0x2d2)]());}[_0x3238bf(0x323)](){return this;}[_0x3238bf(0x561)](){return this;}[_0x3238bf(0x2e6)](){return this;}['onRemoteRej'](){return this;}['onRemoteRetry'](){return this;}[_0x3238bf(0x479)](){return this;}[_0x3238bf(0x38c)](){return this;}[_0x3238bf(0x2c3)](){const _0x6d66e7=_0x3238bf;throw new Error(_0x6d66e7(0x4cc));}['_clearLocalCache'](){const _0x4c1139=_0x3238bf;this['_localCacheService'][_0x4c1139(0x49b)](this[_0x4c1139(0x4e9)],this['type'],null,[]);}['_showConflictNotification'](){const _0x5e7c3a=_0x3238bf;this[_0x5e7c3a(0x280)]?this[_0x5e7c3a(0x465)]['show']({'title':this[_0x5e7c3a(0x141)]['t'](_0x5e7c3a(0x26e)),'content':this[_0x5e7c3a(0x141)]['t'](_0x5e7c3a(0x2bb)),'type':'error','duration':0x0}):this[_0x5e7c3a(0x465)][_0x5e7c3a(0x29f)]({'title':this['_localeService']['t']('conflict.title'),'content':this[_0x5e7c3a(0x141)]['t'](_0x5e7c3a(0x248)),'type':_0x5e7c3a(0x241),'duration':0x0});}[_0x3238bf(0x2d2)](){const _0x1b5042=_0x3238bf;this[_0x1b5042(0x184)]['updatePermissionPoint'](new _0x5f270b(this[_0x1b5042(0x4e9)])['id'],!0x1);}};Re=Le([A(0x6,_0x4a2654(_0x3cddab)),A(0x7,_0x462ea5),A(0x8,_0x558053),A(0x9,_0x4a2654(q)),A(0xa,_0x4a2654(_0x56b96b)),A(0xb,_0x4a2654(_0xc7611d)),A(0xc,_0x447575)],Re);let ye=class extends $e{constructor(_0x3d6bb8,_0x46e050,_0x1074cd,_0x528fc3,_0x232f00,_0x42ce10,_0x41ad13,_0x388db4,_0x1dcbf5,_0x4bd771){const _0xa988f9=_0x3238bf;super(_0x3d6bb8,_0x46e050,_0x1074cd,_0x528fc3,_0x232f00,_0x1dcbf5,_0x4bd771,_0x41ad13,_0x388db4),g(this,'status','offline'),this[_0xa988f9(0x151)]=_0x42ce10;}['appendMutation'](_0x374837){const _0xb96fe4=_0x3238bf;return this['_pendingMutations'][_0xb96fe4(0x419)](_0x374837),this[_0xb96fe4(0x365)](),this;}['onRemoteChangeset'](_0x3ed9c7){const _0x2ef372=_0x3238bf;throw new Error(_0x2ef372(0x16a));}[_0x3238bf(0x2e6)](){throw new Error('[OfflineState]:\x20received\x20acknowledgement.');}[_0x3238bf(0x221)](){const _0x345fac=_0x3238bf;throw new Error(_0x345fac(0x36a));}[_0x3238bf(0x15d)](){return this;}['toggleOffline'](){return this;}['toggleOnline'](){const _0x5bb174=_0x3238bf,{_injector:_0x361dd4,_pendingMutations:_0x355336,_awaitingChangeset:_0x3d964f,unitID:_0x5e5abc,_handler:_0x138128,type:_0x54b189}=this,_0x2e27b3=Ai(_0x361dd4,_0x5e5abc,_0x54b189,_0x3d964f,_0x355336,_0x138128);return _0x2e27b3 instanceof pe?_0x2e27b3[_0x5bb174(0x493)]():(_0x2e27b3 instanceof ge||_0x2e27b3 instanceof Te)&&_0x2e27b3['resend'](),_0x2e27b3;}['resend'](){const _0x423164=_0x3238bf;throw new Error(_0x423164(0x25c));}};ye=Le([A(0x5,_0x4a2654(_0x28b8e2)),A(0x6,_0x4a2654(_0x56b96b)),A(0x7,_0x4a2654(q)),A(0x8,_0x462ea5),A(0x9,_0x558053)],ye);let he=class extends $e{constructor(_0x2b5b4c,_0x5f4139,_0x2e233f,_0xd477ea,_0x1b139f,_0x5b3959,_0x3fd526,_0x255f37,_0x53656c,_0x2efbbe,_0x299a86,_0x246a02,_0x4974d4,_0x55679c){const _0x324fe7=_0x3238bf;super(_0x2b5b4c,_0x5f4139,_0x2e233f,_0xd477ea,_0x3fd526,_0x246a02,_0x4974d4,_0x53656c,_0x2efbbe),g(this,_0x324fe7(0x17b),_0x324fe7(0x40f)),(this['_acknowledgedAwaitingChangeset']=_0x1b139f,this[_0x324fe7(0x28b)]=_0x5b3959,this[_0x324fe7(0x151)]=_0x255f37,this['_logService']=_0x299a86,this[_0x324fe7(0x41a)]=_0x55679c);}[_0x3238bf(0x21f)](_0x4f5ea7){const _0x30a3ac=_0x3238bf;try{const _0x2ba7dd=[..._0x4f5ea7,...this[_0x30a3ac(0x28b)]],_0x429c45=[this[_0x30a3ac(0x4ac)]||this[_0x30a3ac(0x536)]][_0x30a3ac(0x295)](_0x41c554=>!!_0x41c554);let _0x469da4,_0x2e9f3c;if(_0x429c45['length']){const _0x1e6cd7=this[_0x30a3ac(0x41a)]['transformChangesets'](_0x2ba7dd,_0x429c45,!0x1);if(!_0x23fd88(_0x1e6cd7))throw _0x1e6cd7['error'];_0x469da4=_0x1e6cd7[_0x30a3ac(0x4f0)],_0x2e9f3c=_0x1e6cd7[_0x30a3ac(0x54d)];}else _0x469da4=_0x2ba7dd,_0x2e9f3c=[];let _0x427fb9=this['_pendingMutations'];_0x469da4['forEach'](_0x537441=>{const _0x17213a=_0x30a3ac;let _0x22b566;if(_0x427fb9[_0x17213a(0x325)]){const _0x2a5e53=this[_0x17213a(0x41a)][_0x17213a(0x2ee)](_0x537441,_0x427fb9);if(!_0xa7de0(_0x2a5e53))throw _0x2a5e53[_0x17213a(0x241)];_0x22b566=_0x2a5e53[_0x17213a(0x4f0)],_0x427fb9=_0x2a5e53['m2Prime'];}else _0x22b566=_0x537441;this['_executeRemoteChangeset'](_0x22b566);}),this['_acknowledgedAwaitingChangeset']&&this[_0x30a3ac(0x174)](),this[_0x30a3ac(0x4ac)]&&_0x2e9f3c['length']&&(_0x2e9f3c[0x0][_0x30a3ac(0x24c)]=this[_0x30a3ac(0x33c)]());let _0x35cb16;if(this['_awaitingChangeset']&&_0x427fb9[_0x30a3ac(0x325)]!==0x0)_0x35cb16=this[_0x30a3ac(0x151)][_0x30a3ac(0x52d)](ge,this[_0x30a3ac(0x4e9)],this[_0x30a3ac(0x4cf)],_0x2e9f3c[0x0],_0x427fb9,this[_0x30a3ac(0x152)],void 0x0);else{if(this[_0x30a3ac(0x4ac)]&&_0x427fb9[_0x30a3ac(0x325)]===0x0)_0x2e9f3c[0x0][_0x30a3ac(0x24c)]=this[_0x30a3ac(0x33c)](),_0x35cb16=this[_0x30a3ac(0x151)][_0x30a3ac(0x52d)](Te,this[_0x30a3ac(0x4e9)],this['type'],_0x2e9f3c[0x0],this[_0x30a3ac(0x152)]);else{if(_0x427fb9[_0x30a3ac(0x325)]!==0x0){const _0x362bdf=this[_0x30a3ac(0x151)]['createInstance'](pe,this[_0x30a3ac(0x4e9)],this[_0x30a3ac(0x4cf)],_0x427fb9,this[_0x30a3ac(0x152)]);_0x362bdf[_0x30a3ac(0x493)](),_0x35cb16=_0x362bdf;}else _0x35cb16=this[_0x30a3ac(0x151)][_0x30a3ac(0x52d)](Fe,this[_0x30a3ac(0x4e9)],this[_0x30a3ac(0x4cf)],this[_0x30a3ac(0x152)]);}}return _0x35cb16['_updateLocalCache'](),_0x35cb16;}catch(_0x1c9999){return this[_0x30a3ac(0x188)][_0x30a3ac(0x241)](_0x30a3ac(0x4fa),_0x30a3ac(0x2b7),_0x1c9999),this['_injector'][_0x30a3ac(0x52d)](Re,this['unitID'],this[_0x30a3ac(0x4cf)],this[_0x30a3ac(0x4ac)],this[_0x30a3ac(0x261)],this[_0x30a3ac(0x152)],!0x1);}}[_0x3238bf(0x2c3)](){const _0x5ef1a7=_0x3238bf;throw new Error(_0x5ef1a7(0x1d0));}[_0x3238bf(0x323)](_0x178a16){const _0x2acbf5=_0x3238bf;return this['_pendingMutations'][_0x2acbf5(0x419)](_0x178a16),this;}['onRemoteChangeset'](_0x2b8fed){return this['_queuedRemoteChangesets']['push'](_0x2b8fed),this;}[_0x3238bf(0x2e6)](_0x1c55fb){const _0x2aaaf6=_0x3238bf;if(this[_0x2aaaf6(0x4ac)])return this[_0x2aaaf6(0x536)]=this[_0x2aaaf6(0x4ac)],this[_0x2aaaf6(0x4ac)]=null,this;throw new Error(_0x2aaaf6(0x23c));}['onRemoteRej'](_0x379534){const _0x52cba6=_0x3238bf;return this[_0x52cba6(0x2ac)](!!(_0x379534!=null&&_0x379534['isPermissionRej']));}[_0x3238bf(0x15d)](){return this;}['toggleOffline'](){const _0x3e801b=_0x3238bf;return this[_0x3e801b(0x151)][_0x3e801b(0x52d)](ye,this['unitID'],this[_0x3e801b(0x4cf)],this['_awaitingChangeset'],this[_0x3e801b(0x261)],this[_0x3e801b(0x152)]);}[_0x3238bf(0x38c)](){return this;}[_0x3238bf(0x2ac)](_0x5178b2){const _0x3f58d7=_0x3238bf;return this[_0x3f58d7(0x151)][_0x3f58d7(0x52d)](Re,this[_0x3f58d7(0x4e9)],this[_0x3f58d7(0x4cf)],this[_0x3f58d7(0x4ac)],this[_0x3f58d7(0x261)],this[_0x3f58d7(0x152)],_0x5178b2);}};he=Le([A(0x7,_0x4a2654(_0x28b8e2)),A(0x8,_0x4a2654(_0x56b96b)),A(0x9,_0x4a2654(q)),A(0xa,_0x5d0f53),A(0xb,_0x462ea5),A(0xc,_0x558053),A(0xd,_0x945511)],he);function Ai(_0xb17da3,_0x4a1ffc,_0x3b7c83,_0x3ba81a,_0x3e3768,_0x1837d9){const _0x138b89=_0x3238bf;return _0x3ba81a&&_0x3e3768[_0x138b89(0x325)]?_0xb17da3[_0x138b89(0x52d)](ge,_0x4a1ffc,_0x3b7c83,_0x3ba81a,_0x3e3768,_0x1837d9,void 0x0):_0x3ba81a?_0xb17da3[_0x138b89(0x52d)](Te,_0x4a1ffc,_0x3b7c83,_0x3ba81a,_0x1837d9):_0x3e3768[_0x138b89(0x325)]?_0xb17da3[_0x138b89(0x52d)](pe,_0x4a1ffc,_0x3b7c83,_0x3e3768,_0x1837d9):_0xb17da3[_0x138b89(0x52d)](Fe,_0x4a1ffc,_0x3b7c83,_0x1837d9);}var So=Object[_0x3238bf(0x535)],Io=Object[_0x3238bf(0x2df)],Es=(_0x2499a1,_0x1acf7c,_0x1f6e48,_0x3024f4)=>{for(var _0x3604b3=_0x3024f4>0x1?void 0x0:_0x3024f4?Io(_0x1acf7c,_0x1f6e48):_0x1acf7c,_0x2a2229=_0x2499a1['length']-0x1,_0x292db6;_0x2a2229>=0x0;_0x2a2229--)(_0x292db6=_0x2499a1[_0x2a2229])&&(_0x3604b3=(_0x3024f4?_0x292db6(_0x1acf7c,_0x1f6e48,_0x3604b3):_0x292db6(_0x3604b3))||_0x3604b3);return _0x3024f4&&_0x3604b3&&So(_0x1acf7c,_0x1f6e48,_0x3604b3),_0x3604b3;},H=(_0x357556,_0x546f13)=>(_0x5964fe,_0xfd5d06)=>_0x546f13(_0x5964fe,_0xfd5d06,_0x357556);let gt=class extends _0x9ae76a{constructor(_0x3ab79e,_0x11bf14,_0x189387,_0x50286c,_0x45a213,_0x207e02,_0x54b867,_0x12c50c,_0x49ce7c,_0x48a9d3,_0x430e6d,_0xecd4c,_0x593015){const _0x43dab7=_0x3238bf;super(),g(this,_0x43dab7(0x472),new _0x353bc7(null)),g(this,_0x43dab7(0x41f),this[_0x43dab7(0x472)]['asObservable']()),g(this,_0x43dab7(0x2fc)),g(this,_0x43dab7(0x1ea),!0x1),g(this,'_changesetSessionId',''),g(this,'_changesetReqId',0x0),g(this,_0x43dab7(0x1a6),this[_0x43dab7(0x41f)]['pipe'](_0x10d2b5(_0x2cae5f=>_0x2cae5f?_0x2cae5f[_0x43dab7(0x17b)]:J[_0x43dab7(0x291)]),_0x2ad7f3(0x1))),g(this,'_transitionLocked',!0x1),g(this,_0x43dab7(0x175),[]),(this[_0x43dab7(0x4e9)]=_0x3ab79e,this[_0x43dab7(0x2e7)]=_0x11bf14,this[_0x43dab7(0x21d)]=_0x189387,this[_0x43dab7(0x151)]=_0x50286c,this['_localCacheService']=_0x45a213,this[_0x43dab7(0x414)]=_0x207e02,this['_localeService']=_0x54b867,this[_0x43dab7(0x357)]=_0x12c50c,this['_logService']=_0x49ce7c,this[_0x43dab7(0x525)]=_0x48a9d3,this['_messageService']=_0x430e6d,this[_0x43dab7(0x184)]=_0xecd4c,this[_0x43dab7(0x3c7)]=_0x593015);}get[_0x3238bf(0x3d2)](){const _0x195629=_0x3238bf;return this[_0x195629(0x2fc)];}async[_0x3238bf(0x264)](){const _0xbb1445=_0x3238bf;if(this['state'])throw new Error(_0xbb1445(0x300));await this[_0xbb1445(0x433)]();}[_0x3238bf(0x30c)](){const _0x253d4a=_0x3238bf;return this[_0x253d4a(0x1ea)]=!0x0,_0x164be7(()=>{const _0x653d90=_0x253d4a;this[_0x653d90(0x1ea)]=!0x1,this[_0x653d90(0x267)]();});}[_0x3238bf(0x289)](_0x1bd119){const _0x1e4126=_0x3238bf;this[_0x1e4126(0x2fc)]=_0x1bd119,this[_0x1e4126(0x472)][_0x1e4126(0x34c)](_0x1bd119);}async[_0x3238bf(0x433)](){const _0x1398ac=_0x3238bf;var _0xcf9ff1;this[_0x1398ac(0x289)](await this[_0x1398ac(0x48b)]()),this[_0x1398ac(0x3c7)]&&((_0xcf9ff1=this[_0x1398ac(0x3c7)])==null||_0xcf9ff1[_0x1398ac(0x1e5)](this[_0x1398ac(0x4e9)]),this[_0x1398ac(0x3df)](this[_0x1398ac(0x3c7)][_0x1398ac(0x27f)](this[_0x1398ac(0x4e9)])['subscribe'](_0x3a5590=>{const _0x43bda6=_0x1398ac;this[_0x43bda6(0x188)][_0x43bda6(0x18e)]('[CollaborationEntity]',_0x43bda6(0x52a),_0x3a5590),_0x3a5590===Di[_0x43bda6(0x347)]?(this[_0x43bda6(0x4ce)][_0x43bda6(0x29f)]({'content':this[_0x43bda6(0x141)]['t'](_0x43bda6(0x189)),'type':_0x62271a[_0x43bda6(0x432)]}),this[_0x43bda6(0x184)]['updatePermissionPoint'](new _0x5f270b(this[_0x43bda6(0x4e9)])['id'],!0x1),this['_permissionService'][_0x43bda6(0x2f7)](!0x1)):(this[_0x43bda6(0x184)][_0x43bda6(0x1f5)](new _0x5f270b(this[_0x43bda6(0x4e9)])['id'],!0x0),this[_0x43bda6(0x184)]['setShowComponents'](!0x0));})));let _0x3aa032=!0x1;return this[_0x1398ac(0x3df)](this[_0x1398ac(0x2e7)][_0x1398ac(0x18b)][_0x1398ac(0x43b)](_0x565caf=>{const _0x41ec08=_0x1398ac;_0x565caf===ve[_0x41ec08(0x435)]?this[_0x41ec08(0x3ee)](_0x3aa032):_0x565caf===ve[_0x41ec08(0x291)]&&(_0x3aa032=!0x0,this[_0x41ec08(0x3f5)]());})),this[_0x1398ac(0x3df)](this['session'][_0x1398ac(0x173)][_0x1398ac(0x43b)](_0x198452=>{const _0xaf6f8c=_0x1398ac;try{switch(_0x198452[_0xaf6f8c(0x448)]){case _0x2c5a34[_0xaf6f8c(0x2d8)]:{this['_onRemoteChangeset'](_0x3249cc(_0x198452['data']));break;}case _0x2c5a34[_0xaf6f8c(0x19f)]:{this[_0xaf6f8c(0x3d0)](_0x198452[_0xaf6f8c(0x209)]);break;}case _0x2c5a34[_0xaf6f8c(0x3c8)]:{this[_0xaf6f8c(0x22e)]();break;}case _0x2c5a34[_0xaf6f8c(0x28e)]:{this[_0xaf6f8c(0x383)](_0x198452['data']);break;}case _0x2c5a34[_0xaf6f8c(0x4c1)]:{this[_0xaf6f8c(0x449)](_0x198452['data'][_0xaf6f8c(0x30b)][_0xaf6f8c(0x192)](_0x4f23f3=>_0x3249cc(_0x4f23f3)));break;}case _0x2c5a34[_0xaf6f8c(0x17d)]:this[_0xaf6f8c(0x22e)]({'isPermissionRej':!0x0});}}catch(_0x111b54){throw console[_0xaf6f8c(0x241)]('Error\x20on\x20receiving\x20event',_0x111b54),_0x111b54;}})),this[_0x1398ac(0x2fc)];}[_0x3238bf(0x1df)](){const _0x28f1e3=_0x3238bf;this[_0x28f1e3(0x2a9)]=!0x1;}['_lockTransition'](){const _0xfbea83=_0x3238bf;if(this[_0xfbea83(0x2a9)])throw new Error('[CollaborationEntity]:\x20cannot\x20lock\x20transition\x20twice!\x20This\x20is\x20an\x20implementation\x20error,\x20meaning\x20you\x20transit\x20the\x20collaboration\x20state\x20again\x20in\x20the\x20process\x20of\x20a\x20previous\x20transition.\x20This\x20should\x20never\x20happen.');this[_0xfbea83(0x2a9)]=!0x0;}[_0x3238bf(0x23e)](_0x32064d){const _0x10e425=_0x3238bf;this['_lockTransition'](),this[_0x10e425(0x289)](this['_state'][_0x10e425(0x323)](_0x32064d)),this[_0x10e425(0x1df)]();}[_0x3238bf(0x2ef)](_0x556558){const _0x58a758=_0x3238bf;if(!(_0x556558['revision']<=this[_0x58a758(0x357)][_0x58a758(0x162)](this['unitID']))){if(this[_0x58a758(0x1ea)]){this[_0x58a758(0x175)][_0x58a758(0x419)](_0x556558);return;}this['_applyRemoteChangeset'](_0x556558);}}[_0x3238bf(0x267)](){const _0x3a1428=_0x3238bf;this[_0x3a1428(0x175)][_0x3a1428(0x4b5)](_0x40a985=>this[_0x3a1428(0x39a)](_0x40a985)),this[_0x3a1428(0x175)]=[];}[_0x3238bf(0x39a)](_0x346fcb){const _0x4758aa=_0x3238bf,_0x436445=this['_compressMutationService'][_0x4758aa(0x4b4)][_0x4758aa(0x2e8)](this[_0x4758aa(0x414)][_0x4758aa(0x4b4)]['getInterceptPoints']()[_0x4758aa(0x460)])(_0x346fcb[_0x4758aa(0x4de)],null)||_0x346fcb[_0x4758aa(0x4de)],_0x2edc3a={..._0x346fcb,'mutations':_0x436445};this[_0x4758aa(0x2aa)](),this[_0x4758aa(0x289)](this['_state'][_0x4758aa(0x561)](_0x2edc3a)),this['_unlockTransition']();}['_onRemoteACK'](_0x281d56){const _0x300a32=_0x3238bf;this[_0x300a32(0x2aa)](),this[_0x300a32(0x289)](this[_0x300a32(0x2fc)][_0x300a32(0x2e6)](_0x281d56)),this['_unlockTransition']();}[_0x3238bf(0x22e)](_0x297492){const _0x388406=_0x3238bf;this['_lockTransition'](),this[_0x388406(0x289)](this[_0x388406(0x2fc)]['onRemoteRej'](_0x297492)),this[_0x388406(0x1df)]();}['_onRemoteRetry'](_0x4f8a8f){const _0x59df0b=_0x3238bf;this['_lockTransition'](),this[_0x59df0b(0x289)](this[_0x59df0b(0x2fc)]['onRemoteRetry'](_0x4f8a8f)),this['_unlockTransition']();}[_0x3238bf(0x449)](_0x2e2c7f){const _0x19a683=_0x3238bf;if(!(this[_0x19a683(0x2fc)]instanceof he))throw new TypeError('[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!');const _0x45e4f9=_0x2e2c7f[_0x19a683(0x192)](_0x8dd605=>{const _0x1ec5a1=_0x19a683,_0x43cc4b=this[_0x1ec5a1(0x414)][_0x1ec5a1(0x4b4)][_0x1ec5a1(0x2e8)](this['_compressMutationService']['interceptor'][_0x1ec5a1(0x1ef)]()['COMPRESS_MUTATION_APPLY'])(_0x8dd605['mutations'],null)||_0x8dd605[_0x1ec5a1(0x4de)];return{..._0x8dd605,'mutations':_0x43cc4b};});this['_lockTransition'](),this[_0x19a683(0x289)](this[_0x19a683(0x2fc)][_0x19a683(0x21f)](_0x45e4f9)),this[_0x19a683(0x1df)]();}[_0x3238bf(0x3f5)](){const _0x26a7d5=_0x3238bf;this[_0x26a7d5(0x2aa)](),this[_0x26a7d5(0x289)](this[_0x26a7d5(0x2fc)][_0x26a7d5(0x479)]()),this[_0x26a7d5(0x1df)]();}[_0x3238bf(0x3ee)](_0x3c6080=!0x1){const _0x1662c5=_0x3238bf;this[_0x1662c5(0x2aa)](),this[_0x1662c5(0x289)](this[_0x1662c5(0x2fc)][_0x1662c5(0x38c)]()),this['_unlockTransition']();const _0x12c595=this[_0x1662c5(0x2fc)];_0x3c6080&&_0x12c595 instanceof Fe&&(this[_0x1662c5(0x2aa)](),this[_0x1662c5(0x289)](_0x12c595[_0x1662c5(0x165)]()),this[_0x1662c5(0x1df)]());}async[_0x3238bf(0x48b)](){return new Promise(_0x434c6b=>{const _0x2ac718=_0x466f;this[_0x2ac718(0x2e7)][_0x2ac718(0x18b)][_0x2ac718(0x380)](_0x1cb779(0x1))['subscribe'](async _0x189616=>{const _0x166216=_0x2ac718;_0x434c6b(await this[_0x166216(0x1cf)](_0x189616===ve[_0x166216(0x435)]));});});}[_0x3238bf(0x3a3)](){const _0x59e70f=_0x3238bf,_0x31465f=this[_0x59e70f(0x4e9)];return{'onStateChange':(_0x5e1036,_0x216750)=>{const _0x3c2136=_0x59e70f;if(_0x5e1036!==this['_state'])throw new Error(_0x3c2136(0x1a2)+_0x5e1036[_0x3c2136(0x17b)]+'\x0aAfter:\x20'+_0x216750[_0x3c2136(0x17b)]+_0x3c2136(0x3af)+this[_0x3c2136(0x2fc)][_0x3c2136(0x17b)]);this['_updateState'](_0x216750);},'onSendChangeset':_0x3e7396=>{const _0xe2ed7=_0x59e70f;_0x3e7396[_0xe2ed7(0x147)]||(_0x3e7396['sid']=this['_changesetSessionId'],_0x3e7396[_0xe2ed7(0x4ec)]=++this[_0xe2ed7(0x19a)]);const _0x3ad61f={'eventID':_0x2c5a34['SUBMIT_CHANGESET'],'data':{'unitID':_0x3e7396[_0xe2ed7(0x4e9)],'unitType':this[_0xe2ed7(0x21d)],'changeset':_0x3e7396,'memberID':this[_0xe2ed7(0x2e7)][_0xe2ed7(0x422)]()}};this['session'][_0xe2ed7(0x31d)](_0x3ad61f,this['unitID']);},'onMissingChangesets':({from:_0x2320e9,to:_0xe567fc})=>{const _0x361cdd=_0x59e70f;this[_0x361cdd(0x188)][_0x361cdd(0x18e)]('[CollaborationEntity]',_0x361cdd(0x1e0)+_0x2320e9+_0x361cdd(0x1e9)+_0xe567fc);const _0x119232={'eventID':_0x2c5a34['FETCH_MISSING'],'data':{'unitID':_0x31465f,'unitType':this['_type'],'from':_0x2320e9,'to':_0xe567fc}};this[_0x361cdd(0x2e7)][_0x361cdd(0x31d)](_0x119232,this[_0x361cdd(0x4e9)]);}};}async[_0x3238bf(0x1cf)](_0x21dd95){const _0x3a74e5=_0x3238bf;var _0x54dc45,_0x58c19f;const _0x7e53e2=await this[_0x3a74e5(0x292)][_0x3a74e5(0x313)](this[_0x3a74e5(0x4e9)]),_0x1535ed=(_0x54dc45=_0x7e53e2==null?void 0x0:_0x7e53e2['mutations'])!=null?_0x54dc45:[],_0x1cc8f2=(_0x58c19f=_0x7e53e2==null?void 0x0:_0x7e53e2[_0x3a74e5(0x340)])!=null?_0x58c19f:null,_0x470bc0=!!(_0x1cc8f2!=null&&_0x1cc8f2[_0x3a74e5(0x147)])&&!!(_0x1cc8f2!=null&&_0x1cc8f2['reqId']);this[_0x3a74e5(0x1a7)]=_0x470bc0?_0x1cc8f2[_0x3a74e5(0x147)]:zr(),this[_0x3a74e5(0x19a)]=_0x470bc0?_0x1cc8f2[_0x3a74e5(0x4ec)]:0x0;const _0x4d95ba=this[_0x3a74e5(0x4e9)];try{this[_0x3a74e5(0x3d8)](_0x1cc8f2,_0x1535ed);}catch(_0x8c58a3){this[_0x3a74e5(0x188)][_0x3a74e5(0x241)](_0x8c58a3);}const _0x55165b=this['_createHandler']();if(_0x21dd95){const _0x3d6c1b=Ai(this[_0x3a74e5(0x151)],_0x4d95ba,this[_0x3a74e5(0x21d)],_0x1cc8f2,_0x1535ed,_0x55165b);return _0x3d6c1b instanceof pe?_0x3d6c1b['_schedule']():(_0x3d6c1b instanceof ge||_0x3d6c1b instanceof Te)&&_0x3d6c1b[_0x3a74e5(0x2c3)](),_0x3d6c1b;}return this[_0x3a74e5(0x151)][_0x3a74e5(0x52d)](ye,_0x4d95ba,this[_0x3a74e5(0x21d)],_0x1cc8f2,_0x1535ed,_0x55165b);}[_0x3238bf(0x3d8)](_0x30005b,_0x259932){const _0x34753b=_0x3238bf;var _0x4fec6d,_0x288074;const _0x193c10=this[_0x34753b(0x414)][_0x34753b(0x4b4)][_0x34753b(0x2e8)](this[_0x34753b(0x414)][_0x34753b(0x4b4)]['getInterceptPoints']()[_0x34753b(0x460)]);(_0x4fec6d=_0x193c10((_0x30005b==null?void 0x0:_0x30005b[_0x34753b(0x4de)])||[],null))==null||_0x4fec6d[_0x34753b(0x4b5)](_0x2b6894=>this[_0x34753b(0x525)][_0x34753b(0x2db)](_0x2b6894['id'],_0x2b6894[_0x34753b(0x37c)])),(_0x288074=_0x193c10(_0x259932||[],null))==null||_0x288074['forEach'](_0x28f40f=>this[_0x34753b(0x525)][_0x34753b(0x2db)](_0x28f40f['id'],_0x28f40f['params']));}};gt=Es([H(0x3,_0x4a2654(_0x28b8e2)),H(0x4,_0x4a2654(q)),H(0x5,_0x4a2654(_0x4816dd)),H(0x6,_0x4a2654(_0xc7611d)),H(0x7,_0x4a2654(_0x56b96b)),H(0x8,_0x5d0f53),H(0x9,_0x462ea5),H(0xa,_0x2f8dd1),H(0xb,_0x3cddab),H(0xc,_0x384f19(Rt))],gt);let ss=class extends gt{constructor(_0x8dec90,_0x36812f,_0x2c621a,_0x103d0c,_0x35e801,_0x40082f,_0x3acfa8,_0x21e099,_0x5565df,_0x32fddf,_0x2c5358,_0x32725d,_0x11a466,_0x47c8bf,_0x59518d,_0x433f56,_0x23ec5f,_0x5d52a3){const _0x5df29f=_0x3238bf;super(_0x8dec90,_0x2c621a,_0x36812f,_0x103d0c,_0x35e801,_0x40082f,_0x3acfa8,_0x21e099,_0x47c8bf,_0x59518d,_0x433f56,_0x23ec5f,_0x5d52a3),this[_0x5df29f(0x4e9)]=_0x8dec90,this[_0x5df29f(0x4cf)]=_0x36812f,this[_0x5df29f(0x2f0)]=_0x5565df,this['_docTransformIMECacheService']=_0x32fddf,this['_docTransformStateCacheService']=_0x2c5358,this[_0x5df29f(0x388)]=_0x32725d,this[_0x5df29f(0x500)]=_0x11a466;}[_0x3238bf(0x3a3)](){const _0x15cfa0=_0x3238bf,_0x427a96=super[_0x15cfa0(0x3a3)]();return _0x427a96[_0x15cfa0(0x273)]=_0x2ffb0a=>this[_0x15cfa0(0x195)][_0x15cfa0(0x1f2)](_0x2ffb0a),_0x427a96[_0x15cfa0(0x415)]=_0x423cfa=>this[_0x15cfa0(0x4e1)][_0x15cfa0(0x29a)](_0x423cfa),_0x427a96['onTransformSelections']=_0x373046=>this[_0x15cfa0(0x388)][_0x15cfa0(0x1eb)](_0x373046),_0x427a96[_0x15cfa0(0x4c8)]=_0x4672c5=>this[_0x15cfa0(0x500)][_0x15cfa0(0x361)](_0x4672c5),_0x427a96[_0x15cfa0(0x297)]=_0x7dc289=>this[_0x15cfa0(0x195)][_0x15cfa0(0x235)](_0x7dc289),_0x427a96[_0x15cfa0(0x1d2)]=_0x5c414f=>this[_0x15cfa0(0x4e1)]['transformRemoteChangeset'](_0x5c414f),_0x427a96;}async['_init'](){const _0x3313ca=_0x3238bf,_0x4309ee=await super['_init']();return this[_0x3313ca(0x2f0)][_0x3313ca(0x183)][_0x3313ca(0x380)](_0x4b2adb(this[_0x3313ca(0x4e8)]))['subscribe'](_0x23da8f=>{const _0x37a296=_0x3313ca;if(_0x23da8f==null)return;const {unitId:_0x5bb63c,redoState:_0x2404d8,commandId:_0x1960ce}=_0x23da8f;if(_0x5bb63c!==this[_0x37a296(0x4e9)])return;const _0x4f6b26={'id':_0x1960ce,'type':_0x4d0a82[_0x37a296(0x437)],'params':{'unitId':_0x5bb63c,'actions':_0x2404d8[_0x37a296(0x28c)],'textRanges':null}};this[_0x37a296(0x23e)](_0x4f6b26);}),_0x4309ee;}};ss=Es([H(0x3,_0x4a2654(_0x28b8e2)),H(0x4,_0x4a2654(q)),H(0x5,_0x4a2654(_0x4816dd)),H(0x6,_0x4a2654(_0xc7611d)),H(0x7,_0x4a2654(_0x56b96b)),H(0x8,_0x4a2654(_0x55dde0)),H(0x9,_0x4a2654(ft)),H(0xa,_0x4a2654(mt)),H(0xb,_0x4a2654(pt)),H(0xc,_0x4a2654(Cs)),H(0xd,_0x5d0f53),H(0xe,_0x462ea5),H(0xf,_0x2f8dd1),H(0x10,_0x3cddab),H(0x11,_0x384f19(Rt))],ss);let is=class extends gt{constructor(_0x29525b,_0x347b00,_0x32462d,_0x14df9a,_0x2f0e46,_0x5d8c9c,_0x28b979,_0x3ac315,_0x229046,_0x50b8fd,_0x249b66,_0x2a6817,_0x1f5c2d,_0x46f15d){const _0x464c97=_0x3238bf;super(_0x29525b,_0x32462d,_0x347b00,_0x14df9a,_0x2f0e46,_0x5d8c9c,_0x28b979,_0x3ac315,_0x50b8fd,_0x249b66,_0x2a6817,_0x1f5c2d,_0x46f15d),this['unitID']=_0x29525b,this['type']=_0x347b00,this[_0x464c97(0x1c4)]=_0x229046;}[_0x3238bf(0x3a3)](){const _0x2ab4a4=_0x3238bf,_0x38b3ac=super['_createHandler']();return _0x38b3ac[_0x2ab4a4(0x368)]=_0x1df8e0=>this['_sheetTransformSelectionsService']['transformSelections'](_0x1df8e0),_0x38b3ac;}async[_0x3238bf(0x433)](){const _0x4edd94=_0x3238bf,_0x1e8f04=await super['_init']();return this[_0x4edd94(0x3df)](this[_0x4edd94(0x525)][_0x4edd94(0x446)]((_0x57dd09,_0x2a6a14)=>{const _0x20613e=_0x4edd94;if(_0x57dd09[_0x20613e(0x4cf)]!==_0x4d0a82[_0x20613e(0x437)]||_0x2a6a14!=null&&_0x2a6a14[_0x20613e(0x466)]||_0x2a6a14!=null&&_0x2a6a14[_0x20613e(0x2cd)])return;const _0x4702fc=_0x57dd09[_0x20613e(0x37c)];if((_0x4702fc==null?void 0x0:_0x4702fc['unitId'])!==this['unitID'])return;const _0x3b7692=_0x57dd09,_0xf9119f=this[_0x20613e(0x414)][_0x20613e(0x4b4)][_0x20613e(0x2e8)](this['_compressMutationService']['interceptor'][_0x20613e(0x1ef)]()[_0x20613e(0x14d)])([_0x3b7692],null)||[_0x3b7692];this['_onLocalMutation'](_0xf9119f[0x0]);})),_0x1e8f04;}};is=Es([H(0x3,_0x4a2654(_0x28b8e2)),H(0x4,_0x4a2654(q)),H(0x5,_0x4a2654(_0x4816dd)),H(0x6,_0x4a2654(_0xc7611d)),H(0x7,_0x4a2654(_0x56b96b)),H(0x8,_0x4a2654(vt)),H(0x9,_0x5d0f53),H(0xa,_0x462ea5),H(0xb,_0x2f8dd1),H(0xc,_0x3cddab),H(0xd,_0x384f19(Rt))],is);var Co=Object[_0x3238bf(0x535)],Eo=Object['getOwnPropertyDescriptor'],bo=(_0x340314,_0x1e8756,_0x565786,_0x2c38d5)=>{for(var _0x469565=_0x2c38d5>0x1?void 0x0:_0x2c38d5?Eo(_0x1e8756,_0x565786):_0x1e8756,_0x62364b=_0x340314['length']-0x1,_0x1b64ab;_0x62364b>=0x0;_0x62364b--)(_0x1b64ab=_0x340314[_0x62364b])&&(_0x469565=(_0x2c38d5?_0x1b64ab(_0x1e8756,_0x565786,_0x469565):_0x1b64ab(_0x469565))||_0x469565);return _0x2c38d5&&_0x469565&&Co(_0x1e8756,_0x565786,_0x469565),_0x469565;},Lt=(_0x86193a,_0x64d692)=>(_0x3e970f,_0x3096ac)=>_0x64d692(_0x3e970f,_0x3096ac,_0x86193a);let it=class extends _0x9ae76a{constructor(_0x394600,_0x5667d1,_0x5dd411){const _0xd8ed86=_0x3238bf;super(),g(this,_0xd8ed86(0x42f),new Map()),g(this,_0xd8ed86(0x53b),new _0x302e6e()),(this[_0xd8ed86(0x151)]=_0x394600,this[_0xd8ed86(0x327)]=_0x5667d1,this[_0xd8ed86(0x262)]=_0x5dd411,this['_init']());}[_0x3238bf(0x161)](){const _0x3ebf7b=_0x3238bf;super[_0x3ebf7b(0x161)](),this[_0x3ebf7b(0x42f)][_0x3ebf7b(0x4b5)](_0x2db2d3=>_0x2db2d3[_0x3ebf7b(0x161)]()),this['_entities'][_0x3ebf7b(0x4b1)]();}[_0x3238bf(0x48c)](_0x4f2072){const _0x50f981=_0x3238bf;var _0x18908d;return(_0x18908d=this[_0x50f981(0x42f)][_0x50f981(0x3a5)](_0x4f2072))!=null?_0x18908d:null;}['getCollabEntity$'](_0x3f74a){const _0x2d6db7=_0x3238bf,_0x107480=this[_0x2d6db7(0x48c)](_0x3f74a);return _0x107480?_0x165a23(_0x107480):this[_0x2d6db7(0x53b)][_0x2d6db7(0x380)](_0x2fd833(_0x43d779=>_0x43d779[_0x2d6db7(0x4e9)]===_0x3f74a));}[_0x3238bf(0x433)](){const _0x289cd6=_0x3238bf;this[_0x289cd6(0x262)][_0x289cd6(0x3b4)](_0x5997c4[_0x289cd6(0x49a)])[_0x289cd6(0x380)](_0x4b2adb(this['dispose$']),_0xa5f912(0x10))[_0x289cd6(0x43b)](async _0x46011e=>{const _0x26e31b=_0x289cd6,_0x4d6d6f=_0x46011e[_0x26e31b(0x3fd)](),_0x5d4308=await this[_0x26e31b(0x3e5)](_0x4d6d6f,ce[_0x26e31b(0x49a)]);this[_0x26e31b(0x42f)][_0x26e31b(0x13d)](_0x4d6d6f,_0x5d4308);}),this[_0x289cd6(0x262)][_0x289cd6(0x3b4)](_0x5997c4['UNIVER_DOC'])[_0x289cd6(0x380)](_0x4b2adb(this[_0x289cd6(0x4e8)]),_0xa5f912(0x10))['pipe'](_0x2fd833(_0x4697d8=>!_0x4697d8[_0x289cd6(0x3fd)]()[_0x289cd6(0x490)]('__')))['subscribe'](async _0x2c6ed0=>{const _0xd63edd=_0x289cd6,_0x3edc78=_0x2c6ed0[_0xd63edd(0x3fd)](),_0x350d0a=await this[_0xd63edd(0x3e5)](_0x3edc78,ce[_0xd63edd(0x32f)]);this['_entities'][_0xd63edd(0x13d)](_0x3edc78,_0x350d0a);}),_0xf2f2cb(this['_univerInstanceService'][_0x289cd6(0x3b8)](_0x5997c4[_0x289cd6(0x49a)]),this[_0x289cd6(0x262)]['getTypeOfUnitDisposed$'](_0x5997c4[_0x289cd6(0x32f)]))[_0x289cd6(0x380)](_0x4b2adb(this[_0x289cd6(0x4e8)]))['subscribe'](_0x25c9e3=>{const _0x1b3994=_0x289cd6,_0x1bbe13=_0x25c9e3[_0x1b3994(0x3fd)](),_0x70515a=this[_0x1b3994(0x42f)][_0x1b3994(0x3a5)](_0x1bbe13);_0x70515a&&(_0x70515a[_0x1b3994(0x161)](),this[_0x1b3994(0x42f)][_0x1b3994(0x45a)](_0x1bbe13));});}async[_0x3238bf(0x3e5)](_0x590ed6,_0x2355f8){const _0x51fd4d=_0x3238bf,_0x2e565f=await this[_0x51fd4d(0x327)][_0x51fd4d(0x2fe)](_0x590ed6),_0x46f977=this[_0x51fd4d(0x151)][_0x51fd4d(0x52d)](this[_0x51fd4d(0x2fb)](_0x2355f8),_0x590ed6,_0x2355f8,_0x2e565f);return await _0x46f977['init'](),this[_0x51fd4d(0x53b)]['next'](_0x46f977),_0x46f977;}['_getCtorByUniverType'](_0xe077a8){const _0x59b17c=_0x3238bf;switch(_0xe077a8){case ce[_0x59b17c(0x32f)]:return ss;case ce[_0x59b17c(0x49a)]:return is;default:throw new Error(_0x59b17c(0x335)+_0xe077a8);}}};it=bo([Lt(0x0,_0x4a2654(_0x28b8e2)),Lt(0x1,_0x4a2654(Ae)),Lt(0x2,_0x21deaa)],it);const Gs=[_0x3238bf(0x18c),_0x3238bf(0x3ea),'verdancy600',_0x3238bf(0x1ae),'blue400','gold400'];class bs extends _0x1bec45{constructor(){const _0x382968=_0x3238bf;super(...arguments),g(this,_0x382968(0x532),new Map()),g(this,_0x382968(0x518),0x0);}['assignAColorForMemberID'](_0x6705a6){const _0x1d7648=_0x3238bf;if(this[_0x1d7648(0x532)][_0x1d7648(0x220)](_0x6705a6))return this['_assignedColors'][_0x1d7648(0x3a5)](_0x6705a6);const _0x1b12e1=Gs[this[_0x1d7648(0x518)]];return this[_0x1d7648(0x518)]=(this[_0x1d7648(0x518)]+0x1)%Gs[_0x1d7648(0x325)],this['_assignedColors'][_0x1d7648(0x13d)](_0x6705a6,_0x1b12e1),_0x1b12e1;}}var To=Object[_0x3238bf(0x535)],Ro=Object['getOwnPropertyDescriptor'],yo=(_0x4be2a4,_0x4cfbca,_0x53f66f,_0x18c0c4)=>{for(var _0x555bde=_0x18c0c4>0x1?void 0x0:_0x18c0c4?Ro(_0x4cfbca,_0x53f66f):_0x4cfbca,_0x52a3d9=_0x4be2a4['length']-0x1,_0x3b2c2c;_0x52a3d9>=0x0;_0x52a3d9--)(_0x3b2c2c=_0x4be2a4[_0x52a3d9])&&(_0x555bde=(_0x18c0c4?_0x3b2c2c(_0x4cfbca,_0x53f66f,_0x555bde):_0x3b2c2c(_0x555bde))||_0x555bde);return _0x18c0c4&&_0x555bde&&To(_0x4cfbca,_0x53f66f,_0x555bde),_0x555bde;},Oe=(_0x2f9762,_0x3eee5f)=>(_0x4f4ec7,_0x5408b5)=>_0x3eee5f(_0x4f4ec7,_0x5408b5,_0x2f9762);const Oo=0x12c,wo=0x64;let ns=class extends _0x9ae76a{constructor(_0x1ac298,_0x595722,_0x130765,_0x47c641,_0x556908,_0x48737f,_0x2a2b4d,_0x21ea7f,_0x303eb8){const _0x458552=_0x3238bf;super(),g(this,_0x458552(0x51e),!0x1),g(this,_0x458552(0x433),!0x1),g(this,_0x458552(0x4f3),new _0x353bc7(new Map())),g(this,_0x458552(0x3cb),this['_cursorInfo$'][_0x458552(0x384)]()),g(this,_0x458552(0x381),new _0x353bc7([])),g(this,'roomMembers$',this[_0x458552(0x381)]['pipe'](_0x5ec3df(Oo))),g(this,_0x458552(0x1b2),_0x5d913f(_0x46ce36=>{const _0xd281e3=_0x458552,_0x227988={'eventID':_0x2c5a34['UPDATE_CURSOR'],'data':{'unitID':this['unitID'],'memberID':this['_session']['getMemberID'](),'selection':Pi(_0x46ce36)}};this[_0xd281e3(0x3b6)]['send'](_0x227988,this[_0xd281e3(0x4e9)]);},wo)),(this[_0x458552(0x4e9)]=_0x1ac298,this[_0x458552(0x3b6)]=_0x595722,this[_0x458552(0x151)]=_0x130765,this[_0x458552(0x375)]=_0x47c641,this[_0x458552(0x1e3)]=_0x556908,this['_syncEditingCollabCursorService']=_0x48737f,this[_0x458552(0x41a)]=_0x2a2b4d,this[_0x458552(0x262)]=_0x21ea7f,this[_0x458552(0x525)]=_0x303eb8);}get[_0x3238bf(0x167)](){const _0x5cd61f=_0x3238bf;return this['_cursorInfo$'][_0x5cd61f(0x263)]();}get[_0x3238bf(0x558)](){const _0x568b80=_0x3238bf;return this['_roomMembers$'][_0x568b80(0x263)]();}[_0x3238bf(0x161)](){const _0x91398b=_0x3238bf;super[_0x91398b(0x161)](),this[_0x91398b(0x4f3)][_0x91398b(0x34c)](new Map()),this['_cursorInfo$']['complete'](),this[_0x91398b(0x381)][_0x91398b(0x34c)]([]),this[_0x91398b(0x381)][_0x91398b(0x44a)]();}[_0x3238bf(0x264)](){const _0x37f8a8=_0x3238bf;this[_0x37f8a8(0x433)]||(this[_0x37f8a8(0x433)]=!0x0,this[_0x37f8a8(0x3b6)][_0x37f8a8(0x18b)]['pipe'](_0x4b2adb(this[_0x37f8a8(0x4e8)]))['subscribe'](_0x1a70ca=>{const _0x3cfa42=_0x37f8a8;_0x1a70ca===ve[_0x3cfa42(0x435)]?this['_toggleOnline']():this[_0x3cfa42(0x3f5)]();}),this[_0x37f8a8(0x3b6)]['event$'][_0x37f8a8(0x380)](_0x4b2adb(this['dispose$']))[_0x37f8a8(0x43b)](_0x1accd5=>{const _0x3e667c=_0x37f8a8,_0x56ec18=_0x1accd5['eventID'];_0x56ec18===_0x2c5a34['UPDATE_CURSOR']&&this[_0x3e667c(0x394)](_0x1accd5),_0x56ec18===_0x2c5a34[_0x3e667c(0x24d)]&&this[_0x3e667c(0x1db)](_0x1accd5);}),this[_0x37f8a8(0x3df)](this[_0x37f8a8(0x525)][_0x37f8a8(0x446)](_0x104e58=>{const _0x280c10=_0x37f8a8,_0x16aa3c=_0x104e58[_0x280c10(0x37c)];_0x16aa3c!=null&&this[_0x280c10(0x51e)]&&_0x104e58['id']===_0x30c83c['id']&&_0x16aa3c['unitId']===this[_0x280c10(0x4e9)]&&_0x16aa3c[_0x280c10(0x278)]===!0x1&&_0x16aa3c[_0x280c10(0x4f4)][_0x280c10(0x325)]>0x0&&this['_updateLocalCursor'](_0x16aa3c[_0x280c10(0x4f4)]);})),this['_syncEditingCollabCursorService'][_0x37f8a8(0x1ad)]['pipe'](_0x4b2adb(this['dispose$']))[_0x37f8a8(0x43b)](_0x5d8b46=>{const _0x2f0243=_0x37f8a8;if((_0x5d8b46==null?void 0x0:_0x5d8b46[_0x2f0243(0x4e9)])!==this['unitID'])return;const _0x3e2c80={'eventID':_0x2c5a34['UPDATE_CURSOR'],'data':_0x5d8b46};this[_0x2f0243(0x394)](_0x3e2c80);}),this[_0x37f8a8(0x3df)](this[_0x37f8a8(0x525)]['onCommandExecuted'](_0x32f004=>{const _0x25172a=_0x37f8a8;if(_0x32f004[_0x25172a(0x37c)]==null)return;const _0x3fecd0=_0x32f004[_0x25172a(0x37c)];if(_0x32f004['id']!==_0x2554d0['id']||_0x3fecd0[_0x25172a(0x1bf)]!==this['unitID'])return;const _0x142c86={'id':'doc.mutation.rich-text-editing','params':_0x3fecd0},_0x4cdd0b=this[_0x25172a(0x167)];for(const [_0x585153,_0x1e9e4c]of _0x4cdd0b){const _0x9966d9={'id':_0x25172a(0x3b3),'params':{'unitId':this[_0x25172a(0x4e9)],'actions':null,'textRanges':_0x1e9e4c[_0x25172a(0x4f4)]}},_0x4e1640=this[_0x25172a(0x41a)][_0x25172a(0x1dc)](_0x142c86,_0x9966d9,!0x1);if(_0x2e9e95(_0x4e1640))throw _0x4e1640[_0x25172a(0x241)];_0x4cdd0b['set'](_0x585153,{..._0x1e9e4c,'ranges':_0x4e1640[_0x25172a(0x471)][_0x25172a(0x37c)][_0x25172a(0x30a)]});}queueMicrotask(()=>{const _0x13d23f=_0x25172a;this[_0x13d23f(0x4f3)]['next'](_0x4cdd0b);});})));}[_0x3238bf(0x394)](_0x12e1d2){const _0x243f55=_0x3238bf;var _0x11720c,_0x1738a7;const {memberID:_0x33f9f3,selection:_0x191142}=_0x12e1d2[_0x243f55(0x209)],_0x2e2eec=ho(_0x191142),_0x71d30c=(_0x1738a7=(_0x11720c=this['_memberService'][_0x243f55(0x2e4)](this[_0x243f55(0x4e9)],_0x33f9f3))==null?void 0x0:_0x11720c[_0x243f55(0x15e)])!=null?_0x1738a7:_0x243f55(0x463),_0x2067c2={'color':this[_0x243f55(0x375)][_0x243f55(0x2d6)](_0x33f9f3),'name':_0x71d30c,'ranges':_0x2e2eec},_0x182e65=this[_0x243f55(0x167)];_0x182e65[_0x243f55(0x13d)](_0x33f9f3,_0x2067c2),this['_cursorInfo$'][_0x243f55(0x34c)](_0x182e65);}[_0x3238bf(0x1db)](_0x1984de){const _0x21fb16=_0x3238bf,{memberID:_0x4a5427}=_0x1984de[_0x21fb16(0x209)],_0x25aa94=this[_0x21fb16(0x167)];_0x25aa94[_0x21fb16(0x45a)](_0x4a5427),this['_cursorInfo$'][_0x21fb16(0x34c)](_0x25aa94);}['_toggleOnline'](){const _0x1a99f5=_0x3238bf;var _0x34ce2b;if(this['_online']=!0x0,((_0x34ce2b=this[_0x1a99f5(0x262)][_0x1a99f5(0x48e)]())==null?void 0x0:_0x34ce2b[_0x1a99f5(0x3fd)]())!==this[_0x1a99f5(0x4e9)])return;const _0x453bfe=this[_0x1a99f5(0x151)][_0x1a99f5(0x3a5)](_0x155680)[_0x1a99f5(0x1ff)]();Array['isArray'](_0x453bfe)&&_0x453bfe[_0x1a99f5(0x325)]>0x0&&this[_0x1a99f5(0x1b2)](_0x453bfe);}[_0x3238bf(0x3f5)](){this['_online']=!0x1;}};ns=yo([Oe(0x2,_0x4a2654(_0x28b8e2)),Oe(0x3,_0x4a2654(bs)),Oe(0x4,_0x4a2654(Ne)),Oe(0x5,_0x4a2654(Cs)),Oe(0x6,_0x945511),Oe(0x7,_0x21deaa),Oe(0x8,_0x462ea5)],ns);var Do=Object[_0x3238bf(0x535)],Po=Object[_0x3238bf(0x2df)],Uo=(_0x46dc06,_0x25b2fe,_0x218e92,_0x133efd)=>{for(var _0xf2f05b=_0x133efd>0x1?void 0x0:_0x133efd?Po(_0x25b2fe,_0x218e92):_0x25b2fe,_0x2b0956=_0x46dc06['length']-0x1,_0x2a1204;_0x2b0956>=0x0;_0x2b0956--)(_0x2a1204=_0x46dc06[_0x2b0956])&&(_0xf2f05b=(_0x133efd?_0x2a1204(_0x25b2fe,_0x218e92,_0xf2f05b):_0x2a1204(_0xf2f05b))||_0xf2f05b);return _0x133efd&&_0xf2f05b&&Do(_0x25b2fe,_0x218e92,_0xf2f05b),_0xf2f05b;},Be=(_0x1ad49b,_0x202432)=>(_0x32dc92,_0x3a94a1)=>_0x202432(_0x32dc92,_0x3a94a1,_0x1ad49b);const No=0x12c,Ao=0x64,Mo=()=>{let _0xe4901a=[],_0x200acc=!0x1;return _0x5d9433=>{const _0x1d03a3=_0x466f;_0xe4901a[_0x1d03a3(0x419)](_0x5d9433),_0x200acc||(_0x200acc=!0x0,setTimeout(()=>{_0xe4901a['forEach'](_0x18d520=>_0x18d520()),_0xe4901a=[],_0x200acc=!0x1;}));};};let rs=class extends _0x9ae76a{constructor(_0x452f28,_0x9a1c87,_0x520598,_0x11c6a4,_0x1ae785,_0x4cf3ea,_0x222532,_0x140e56){const _0x21736b=_0x3238bf;super(),g(this,'_online',!0x1),g(this,'_init',!0x1),g(this,_0x21736b(0x4f3),new _0x353bc7(new Map())),g(this,_0x21736b(0x3cb),this[_0x21736b(0x4f3)][_0x21736b(0x384)]()),g(this,'_roomMembers$',new _0x353bc7([])),g(this,_0x21736b(0x1bd),this[_0x21736b(0x381)]['pipe'](_0x5ec3df(No))),g(this,_0x21736b(0x1b2),_0x5d913f((_0x59eb57,_0x25494d)=>{const _0x2bdac1=_0x21736b,_0xee38df={'eventID':_0x2c5a34[_0x2bdac1(0x42c)],'data':{'unitID':this[_0x2bdac1(0x4e9)],'memberID':this['_session'][_0x2bdac1(0x422)](),'selection':_0x2e0d00(_0x59eb57,_0x25494d[_0x2bdac1(0x172)])}};this[_0x2bdac1(0x3b6)][_0x2bdac1(0x31d)](_0xee38df,this['unitID']);},Ao)),(this[_0x21736b(0x4e9)]=_0x452f28,this[_0x21736b(0x3b6)]=_0x9a1c87,this['_injector']=_0x520598,this[_0x21736b(0x375)]=_0x11c6a4,this[_0x21736b(0x1e3)]=_0x1ae785,this[_0x21736b(0x262)]=_0x4cf3ea,this[_0x21736b(0x525)]=_0x222532,this[_0x21736b(0x2ea)]=_0x140e56);}get[_0x3238bf(0x167)](){return this['_cursorInfo$']['getValue']();}get[_0x3238bf(0x558)](){const _0x16c5d2=_0x3238bf;return this[_0x16c5d2(0x381)]['getValue']();}[_0x3238bf(0x161)](){const _0x42e9f6=_0x3238bf;super[_0x42e9f6(0x161)](),this['_cursorInfo$'][_0x42e9f6(0x34c)](new Map()),this[_0x42e9f6(0x4f3)][_0x42e9f6(0x44a)](),this[_0x42e9f6(0x381)][_0x42e9f6(0x34c)]([]),this[_0x42e9f6(0x381)][_0x42e9f6(0x44a)]();}['init'](){const _0x131d69=_0x3238bf;this[_0x131d69(0x433)]||(this[_0x131d69(0x433)]=!0x0,this[_0x131d69(0x3b6)][_0x131d69(0x18b)]['pipe'](_0x4b2adb(this['dispose$']))['subscribe'](_0x129051=>{const _0x2c98b2=_0x131d69;_0x129051===ve[_0x2c98b2(0x435)]?this['_toggleOnline']():this[_0x2c98b2(0x3f5)]();}),this[_0x131d69(0x3b6)]['event$'][_0x131d69(0x380)](_0x4b2adb(this[_0x131d69(0x4e8)]))[_0x131d69(0x43b)](_0x214107=>{const _0x216f16=_0x131d69,_0x48ec94=_0x214107[_0x216f16(0x448)];_0x48ec94===_0x2c5a34[_0x216f16(0x42c)]&&this['_onCursorUpdate'](_0x214107),_0x48ec94===_0x2c5a34[_0x216f16(0x24d)]&&this[_0x216f16(0x1db)](_0x214107);}),this[_0x131d69(0x20f)](),this[_0x131d69(0x3df)](this['_commandService']['onCommandExecuted'](_0x4f75e6=>{const _0x26407f=_0x131d69;if(this[_0x26407f(0x51e)]&&_0x4f75e6['id']===_0xb384b4['id']&&_0x4f75e6[_0x26407f(0x37c)][_0x26407f(0x1bf)]===this[_0x26407f(0x4e9)]){const _0x4f5312=_0x4f75e6[_0x26407f(0x37c)];this[_0x26407f(0x1b2)](_0x4f5312[_0x26407f(0x336)],_0x4f5312[_0x26407f(0x17a)][0x0]);}})));}[_0x3238bf(0x394)](_0x425d7d){const _0x27044e=_0x3238bf;var _0x14f18c,_0x4399f4;const {memberID:_0x11e959,selection:_0x4e367f}=_0x425d7d['data'],{sheetName:_0x581df6,range:_0x1fa32d}=_0x2c7c2b(_0x4e367f),_0x5223da={'name':(_0x4399f4=(_0x14f18c=this['_memberService']['getMember'](this['unitID'],_0x11e959))==null?void 0x0:_0x14f18c[_0x27044e(0x15e)])!=null?_0x4399f4:_0x27044e(0x463),'range':this[_0x27044e(0x3ef)](_0x581df6,_0x1fa32d),'sheetID':_0x581df6,'color':this[_0x27044e(0x375)][_0x27044e(0x2d6)](_0x11e959),'selection':_0x4e367f},_0x1be7a0=this[_0x27044e(0x167)];_0x1be7a0[_0x27044e(0x13d)](_0x11e959,_0x5223da),this['_cursorInfo$']['next'](_0x1be7a0);}[_0x3238bf(0x1db)](_0x512c16){const _0xdca9af=_0x3238bf,{memberID:_0x29447f}=_0x512c16[_0xdca9af(0x209)],_0x3f49a1=this[_0xdca9af(0x167)];_0x3f49a1[_0xdca9af(0x45a)](_0x29447f),this[_0xdca9af(0x4f3)]['next'](_0x3f49a1);}[_0x3238bf(0x3ef)](_0x55a6c7,_0x534752){const _0x29bb68=_0x3238bf;var _0x15960d,_0x1c1eb9;const _0x487fd3=(_0x1c1eb9=(_0x15960d=this[_0x29bb68(0x262)][_0x29bb68(0x26c)](this['unitID']))==null?void 0x0:_0x15960d[_0x29bb68(0x50b)](_0x55a6c7))==null?void 0x0:_0x1c1eb9['getMergeData']();return(_0x487fd3==null?void 0x0:_0x487fd3['find'](_0x3f43ce=>_0x185edd['contains'](_0x3f43ce,_0x534752)))||_0x534752;}[_0x3238bf(0x20f)](){const _0x51049d=_0x3238bf,_0x115269=new _0x2bf957(),_0x4928f3=Mo(),_0x581348=()=>{const _0x371e09=_0x466f;_0x115269[_0x371e09(0x161)]();const _0x3dbbe6=(_0x2fad90,_0x426daa,_0x597d97,_0x36e5a9)=>{const _0x3d25a8=_0x371e09;let _0x5639c6=[];switch(_0x2fad90['id']){case _0xe2cfb6[_0x3d25a8(0x24a)]:{_0x5639c6=_0x1e1209(_0x2fad90,_0x36e5a9);break;}case _0xe2cfb6[_0x3d25a8(0x307)]:{_0x5639c6=_0x17c9e0(_0x2fad90,_0x36e5a9);break;}case _0xe2cfb6[_0x3d25a8(0x2a5)]:{_0x5639c6=_0x41a0bd(_0x2fad90,_0x36e5a9);break;}case _0xe2cfb6[_0x3d25a8(0x22a)]:{_0x5639c6=_0x9ec55f(_0x2fad90,_0x36e5a9);break;}case _0xe2cfb6[_0x3d25a8(0x507)]:{_0x5639c6=_0x3b8c8b(_0x2fad90,_0x36e5a9);break;}case _0xe2cfb6[_0x3d25a8(0x397)]:{_0x5639c6=_0x4a534d(_0x2fad90,_0x36e5a9);break;}case _0xe2cfb6[_0x3d25a8(0x51d)]:{_0x5639c6=_0x19de67(_0x2fad90,_0x36e5a9);break;}case _0xe2cfb6[_0x3d25a8(0x53a)]:{_0x5639c6=_0x3af346(_0x2fad90,_0x36e5a9);break;}case _0xe2cfb6[_0x3d25a8(0x140)]:{_0x5639c6=_0x463d30(_0x2fad90,_0x36e5a9);break;}}const _0x20f59e=_0x267af5(_0x5639c6,_0x36e5a9),_0x366564=this[_0x3d25a8(0x167)]['get'](_0x426daa);if(_0x366564&&_0x20f59e){const _0x4b0800={..._0x366564,'range':_0x20f59e};this[_0x3d25a8(0x167)][_0x3d25a8(0x13d)](_0x426daa,_0x4b0800),_0x4928f3(()=>{const _0x224613=_0x3d25a8,_0x2834d9=this[_0x224613(0x2ea)]['registerRefRange'](_0x20f59e,_0x2ff4f2=>(_0x2834d9[_0x224613(0x161)](),_0x3dbbe6(_0x2ff4f2,_0x426daa,_0x597d97,_0x20f59e)));_0x115269['add'](_0x2834d9);});}return{'redos':[],'undos':[]};};this['cursorInfo'][_0x371e09(0x4b5)]((_0x118c7d,_0xac9f20)=>{const _0x318ca1=_0x371e09,{range:_0x25e352,sheetID:_0x51a745}=_0x118c7d,_0x14ce00=this[_0x318ca1(0x2ea)][_0x318ca1(0x3f1)](_0x25e352,_0x2a874c=>(_0x14ce00['dispose'](),_0x3dbbe6(_0x2a874c,_0xac9f20,_0x51a745,_0x25e352)));_0x115269[_0x318ca1(0x28d)](_0x14ce00);});};this[_0x51049d(0x3df)](_0x164be7(this[_0x51049d(0x4f3)][_0x51049d(0x43b)](()=>{_0x581348();})));}['_toggleOnline'](){const _0x4f5807=_0x3238bf;var _0x737176,_0x4fab81;if(this['_online']=!0x0,((_0x737176=this['_univerInstanceService']['getFocusedUnit']())==null?void 0x0:_0x737176[_0x4f5807(0x3fd)]())!==this[_0x4f5807(0x4e9)])return;const _0x233ea1=(_0x4fab81=this[_0x4f5807(0x151)]['get'](_0x42bfc2)[_0x4f5807(0x24f)]())==null?void 0x0:_0x4fab81[0x0],_0x2fff2e=this[_0x4f5807(0x262)][_0x4f5807(0x3be)](_0x5997c4[_0x4f5807(0x49a)])['getActiveSheet']();_0x233ea1&&_0x2fff2e&&this['_updateLocalCursor'](_0x2fff2e['getSheetId'](),_0x233ea1);}[_0x3238bf(0x3f5)](){const _0x45c8d9=_0x3238bf;this[_0x45c8d9(0x51e)]=!0x1;}};rs=Uo([Be(0x2,_0x4a2654(_0x28b8e2)),Be(0x3,_0x4a2654(bs)),Be(0x4,_0x4a2654(Ne)),Be(0x5,_0x21deaa),Be(0x6,_0x462ea5),Be(0x7,_0x4a2654(_0x60b03d))],rs);var xo=Object[_0x3238bf(0x535)],Lo=Object['getOwnPropertyDescriptor'],$o=(_0x2fe694,_0x146559,_0x3c6c6e,_0x5e90c0)=>{for(var _0x3e6e2d=_0x5e90c0>0x1?void 0x0:_0x5e90c0?Lo(_0x146559,_0x3c6c6e):_0x146559,_0x4d949e=_0x2fe694['length']-0x1,_0x27f85e;_0x4d949e>=0x0;_0x4d949e--)(_0x27f85e=_0x2fe694[_0x4d949e])&&(_0x3e6e2d=(_0x5e90c0?_0x27f85e(_0x146559,_0x3c6c6e,_0x3e6e2d):_0x27f85e(_0x3e6e2d))||_0x3e6e2d);return _0x5e90c0&&_0x3e6e2d&&xo(_0x146559,_0x3c6c6e,_0x3e6e2d),_0x3e6e2d;},$t=(_0x1a702d,_0x4bf1c5)=>(_0x47df38,_0x2953c8)=>_0x4bf1c5(_0x47df38,_0x2953c8,_0x1a702d);let Ve=class extends _0x9ae76a{constructor(_0x453ede,_0x3104df,_0x39777e){const _0xc2476d=_0x3238bf;super(),g(this,_0xc2476d(0x42f),new Map()),g(this,'_entityInit$',new _0x302e6e()),(this[_0xc2476d(0x262)]=_0x453ede,this[_0xc2476d(0x151)]=_0x3104df,this['_collabSessionService']=_0x39777e,this[_0xc2476d(0x433)]());}[_0x3238bf(0x161)](){const _0x3106c3=_0x3238bf;super[_0x3106c3(0x161)](),this[_0x3106c3(0x53b)][_0x3106c3(0x44a)](),this[_0x3106c3(0x42f)][_0x3106c3(0x4b5)](_0x141ab2=>_0x141ab2[_0x3106c3(0x161)]());}['getCollabCursors$'](_0xd52717){const _0x17ad09=_0x3238bf;return this[_0x17ad09(0x42f)][_0x17ad09(0x220)](_0xd52717)?this[_0x17ad09(0x42f)][_0x17ad09(0x3a5)](_0xd52717)[_0x17ad09(0x3cb)]:this[_0x17ad09(0x53b)]['pipe'](_0x2c9c0f(_0x1420e3=>_0x1420e3[_0x17ad09(0x4e9)]===_0xd52717),_0xb18e1b(_0x24a96b=>_0x24a96b[_0x17ad09(0x3cb)]));}[_0x3238bf(0x433)](){const _0x4d1783=_0x3238bf;this[_0x4d1783(0x262)][_0x4d1783(0x3b4)](_0x5997c4['UNIVER_SHEET'])[_0x4d1783(0x380)](_0x4b2adb(this[_0x4d1783(0x4e8)]))[_0x4d1783(0x43b)](async _0x58a9f7=>{const _0x2237ff=_0x4d1783,_0x1b9463=_0x58a9f7[_0x2237ff(0x3fd)](),_0x5345d5=await this[_0x2237ff(0x1b6)](_0x1b9463);this[_0x2237ff(0x53b)]['next'](_0x5345d5),this['_entities'][_0x2237ff(0x13d)](_0x1b9463,_0x5345d5);}),this[_0x4d1783(0x262)]['getTypeOfUnitAdded$'](_0x5997c4['UNIVER_DOC'])[_0x4d1783(0x380)](_0x4b2adb(this['dispose$']))[_0x4d1783(0x380)](_0x2c9c0f(_0x2ab9e4=>!_0x2ab9e4[_0x4d1783(0x3fd)]()[_0x4d1783(0x490)]('__')))[_0x4d1783(0x43b)](async _0x5014da=>{const _0x270643=_0x4d1783,_0x3d9a88=_0x5014da[_0x270643(0x3fd)](),_0x374cde=await this[_0x270643(0x222)](_0x3d9a88);this[_0x270643(0x53b)]['next'](_0x374cde),this[_0x270643(0x42f)][_0x270643(0x13d)](_0x3d9a88,_0x374cde);}),_0xf2f2cb(this[_0x4d1783(0x262)][_0x4d1783(0x3b8)](_0x5997c4[_0x4d1783(0x32f)]),this[_0x4d1783(0x262)][_0x4d1783(0x3b8)](_0x5997c4[_0x4d1783(0x49a)]))[_0x4d1783(0x380)](_0x4b2adb(this[_0x4d1783(0x4e8)]))['subscribe'](_0x79aadc=>{const _0x1e6dc1=_0x4d1783,_0x265821=_0x79aadc[_0x1e6dc1(0x3fd)](),_0x4621a5=this[_0x1e6dc1(0x42f)][_0x1e6dc1(0x3a5)](_0x265821);_0x4621a5&&(_0x4621a5[_0x1e6dc1(0x161)](),this[_0x1e6dc1(0x42f)][_0x1e6dc1(0x45a)](_0x265821));});}async[_0x3238bf(0x1b6)](_0x19206c){const _0x292009=_0x3238bf,_0x2db156=await this['_collabSessionService']['requireSession'](_0x19206c),_0x55a1cc=this[_0x292009(0x151)][_0x292009(0x52d)](rs,_0x19206c,_0x2db156);return _0x55a1cc['init'](),_0x55a1cc;}async['_startDocCollabCursor'](_0x1561e0){const _0x4db4db=_0x3238bf,_0x218269=await this['_collabSessionService']['requireSession'](_0x1561e0),_0x574ee9=this['_injector'][_0x4db4db(0x52d)](ns,_0x1561e0,_0x218269);return _0x574ee9[_0x4db4db(0x264)](),_0x574ee9;}};Ve=$o([$t(0x0,_0x21deaa),$t(0x1,_0x4a2654(_0x28b8e2)),$t(0x2,_0x4a2654(Ae))],Ve);const nt=0x14,Ys=0xc8,Ht=0x4,Ho=0x5;function jo(_0x177e2e,_0x557f2b){const _0x20bbfa=_0x3238bf;let {radius:_0xc54680,width:_0x55a1c5,height:_0x1ce4cb}=_0x557f2b;_0xc54680=_0xc54680!=null?_0xc54680:0x0,_0x55a1c5=_0x55a1c5!=null?_0x55a1c5:0x1e,_0x1ce4cb=_0x1ce4cb!=null?_0x1ce4cb:0x1e;let _0x183eb9=0x0,_0x34345b=0x0,_0x39995c=0x0;_0x183eb9=_0x34345b=_0x39995c=Math[_0x20bbfa(0x282)](_0xc54680,_0x55a1c5/0x2,_0x1ce4cb/0x2),_0x177e2e[_0x20bbfa(0x412)](),_0x177e2e['moveTo'](_0x183eb9,0x0),_0x177e2e[_0x20bbfa(0x34b)](_0x55a1c5-_0x34345b,0x0),_0x177e2e[_0x20bbfa(0x166)](_0x55a1c5-_0x34345b,_0x34345b,_0x34345b,Math['PI']*0x3/0x2,0x0,!0x1),_0x177e2e[_0x20bbfa(0x34b)](_0x55a1c5,_0x1ce4cb-_0x39995c),_0x177e2e[_0x20bbfa(0x166)](_0x55a1c5-_0x39995c,_0x1ce4cb-_0x39995c,_0x39995c,0x0,Math['PI']/0x2,!0x1),_0x177e2e[_0x20bbfa(0x34b)](0x0,_0x1ce4cb),_0x177e2e[_0x20bbfa(0x34b)](0x0,_0x183eb9),_0x177e2e[_0x20bbfa(0x166)](_0x183eb9,_0x183eb9,_0x183eb9,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x177e2e[_0x20bbfa(0x30f)](),_0x557f2b[_0x20bbfa(0x169)]&&(_0x177e2e[_0x20bbfa(0x459)](),_0x177e2e[_0x20bbfa(0x35e)]=_0x557f2b['fill'],_0x557f2b['fillRule']===_0x20bbfa(0x3ae)?_0x177e2e[_0x20bbfa(0x169)](_0x20bbfa(0x3ae)):_0x177e2e[_0x20bbfa(0x169)](),_0x177e2e['restore']());}class yt extends _0x3f7361{constructor(_0x2cd070,_0x47a639){const _0x4f9b56=_0x3238bf;super(_0x2cd070,_0x47a639),g(this,_0x4f9b56(0x15f)),g(this,_0x4f9b56(0x45e)),(this['color']=_0x47a639==null?void 0x0:_0x47a639[_0x4f9b56(0x15f)],this[_0x4f9b56(0x45e)]=_0x47a639==null?void 0x0:_0x47a639[_0x4f9b56(0x45e)]);}static[_0x3238bf(0x281)](_0x1a9749,_0x4b0e18){const _0x44f8a4=_0x3238bf,{text:_0x26aad7,color:_0x20c557}=_0x4b0e18;_0x1a9749[_0x44f8a4(0x459)](),_0x1a9749[_0x44f8a4(0x265)]=_0x44f8a4(0x3f8);const _0x55a889=_0x1a9749['measureText'](_0x26aad7)[_0x44f8a4(0x442)],_0x334b60=Math['min'](_0x55a889+0x2*Ht,Ys);jo(_0x1a9749,{'height':nt,'radius':0x4,'width':_0x334b60,'fill':_0x20c557,'evented':!0x1}),_0x1a9749[_0x44f8a4(0x35e)]=_0x44f8a4(0x495);const _0x27af8e=Ht,_0x44a1f7=nt-Ho,_0x5a7244=Ys-0x2*Ht;if(_0x55a889>_0x5a7244){let _0x4976f2='',_0x16e0b6=0x0;for(const _0x4540b3 of _0x26aad7){const _0x3535ef=_0x1a9749['measureText'](_0x4540b3)[_0x44f8a4(0x442)];if(_0x16e0b6+_0x3535ef<=_0x5a7244-_0x1a9749[_0x44f8a4(0x39c)](_0x44f8a4(0x275))['width'])_0x4976f2+=_0x4540b3,_0x16e0b6+=_0x3535ef;else{_0x4976f2+=_0x44f8a4(0x275);break;}}_0x1a9749[_0x44f8a4(0x3e2)](_0x4976f2,_0x27af8e,_0x44a1f7);}else _0x1a9749[_0x44f8a4(0x3e2)](_0x26aad7,_0x27af8e,_0x44a1f7);_0x1a9749[_0x44f8a4(0x1bb)]();}[_0x3238bf(0x2af)](_0x4fcb58){const _0x422eb0=_0x3238bf;yt[_0x422eb0(0x281)](_0x4fcb58,this);}}const jt=_0x3238bf(0x393),Bo=_0x3238bf(0x1af),ko=_0x3238bf(0x468),Je=0x6,Wo=1.5,Bt=0x4,Fo=1.5,Vo=_0x3238bf(0x28f);class Ks{constructor(_0x4ed9ac,_0x2317d0,_0x4be68f,_0x5118fc){const _0x514c5f=_0x3238bf;g(this,_0x514c5f(0x3a0),[]),g(this,_0x514c5f(0x3fb),null),g(this,_0x514c5f(0x4a2),null),g(this,_0x514c5f(0x1b5),null),g(this,_0x514c5f(0x440),null),g(this,_0x514c5f(0x3e0),null),(this[_0x514c5f(0x4ab)]=_0x4ed9ac,this[_0x514c5f(0x2bf)]=_0x2317d0,this[_0x514c5f(0x16f)]=_0x4be68f,this[_0x514c5f(0x22d)]=_0x5118fc,this[_0x514c5f(0x362)]());}set[_0x3238bf(0x52e)](_0xbfd5c1){const _0x5d8a1a=_0x3238bf;_0xbfd5c1?(this['_anchorDot']&&this[_0x5d8a1a(0x1b5)][_0x5d8a1a(0x182)](),this[_0x5d8a1a(0x4a2)]&&this[_0x5d8a1a(0x4a2)][_0x5d8a1a(0x29f)]()):(this['_anchorDot']&&this[_0x5d8a1a(0x1b5)][_0x5d8a1a(0x29f)](),this[_0x5d8a1a(0x4a2)]&&this[_0x5d8a1a(0x4a2)][_0x5d8a1a(0x182)]());}[_0x3238bf(0x161)](){const _0x3273a5=_0x3238bf;for(const _0x45c49a of this[_0x3273a5(0x3a0)])_0x45c49a[_0x3273a5(0x161)]();this['_textBubble']&&this[_0x3273a5(0x4a2)]['dispose'](),this[_0x3273a5(0x1b5)]&&this['_anchorDot'][_0x3273a5(0x161)](),this[_0x3273a5(0x3fb)]&&this['_anchor']['dispose'](),this['_eventUnsubscribe']&&this['_eventUnsubscribe']();}[_0x3238bf(0x362)](){const _0x7a4b27=_0x3238bf;var _0x442dab;const {_docSkeleton:_0x51d21b,_document:_0x5b99b0}=this,{color:_0x4d8a86,name:_0xe55bb,ranges:_0x2ee652}=this[_0x7a4b27(0x4ab)],_0x2d459f=_0x5b99b0[_0x7a4b27(0x54c)](),{docsLeft:_0x2292f9,docsTop:_0x5012e9}=_0x2d459f,_0x4df71f=new _0x2dff16(_0x2d459f,_0x51d21b);for(const {startOffset:_0x100a11,endOffset:_0x3a558d,rangeType:_0x1860f2,segmentId:_0x41e2ea,segmentPage:_0x572f43,collapsed:_0x20e5ed,isActive:_0x5a75f7}of _0x2ee652){const _0x48fb25=_0x51d21b['findNodePositionByCharIndex'](_0x100a11,!0x0,_0x41e2ea,_0x572f43);let _0x9e7c8a=_0x51d21b['findNodePositionByCharIndex'](_0x3a558d,!0x0,_0x41e2ea,_0x572f43);if(_0x9e7c8a==null&&(_0x9e7c8a=_0x51d21b['findNodePositionByCharIndex'](_0x3a558d-0x1,!0x1,_0x41e2ea,_0x572f43)),_0x5a75f7){const {contentBoxPointGroup:_0x37aab3}=_0x4df71f[_0x7a4b27(0x200)](_0x9e7c8a,_0x9e7c8a);if(_0x37aab3[_0x7a4b27(0x325)]===0x0)continue;this[_0x7a4b27(0x343)](_0x4d8a86,_0x37aab3,_0x2292f9,_0x5012e9,_0xe55bb),this[_0x7a4b27(0x3e0)]=this[_0x7a4b27(0x3d7)]();}if(_0x48fb25&&_0x9e7c8a){if(_0x1860f2===_0x507957[_0x7a4b27(0x4e4)]){const _0x27e4e3=new _0x2cbacf(_0x2d459f,_0x51d21b),{pointGroup:_0x2d1e0f}=(_0x442dab=_0x27e4e3[_0x7a4b27(0x200)](_0x48fb25,_0x9e7c8a))!=null?_0x442dab:{};if(_0x2d1e0f==null||_0x2d1e0f[_0x7a4b27(0x325)]===0x0)continue;this[_0x7a4b27(0x1d7)](_0x4d8a86,_0x2d1e0f,_0x2292f9,_0x5012e9);}else{if(!_0x20e5ed){const {borderBoxPointGroup:_0x2ca65e}=_0x4df71f[_0x7a4b27(0x200)](_0x48fb25,_0x9e7c8a);if(_0x2ca65e[_0x7a4b27(0x325)]===0x0)continue;this[_0x7a4b27(0x324)](_0x4d8a86,_0x2ca65e,_0x2292f9,_0x5012e9);}}}}}[_0x3238bf(0x343)](_0x54c8c0,_0xb5c5ee,_0x181b1d,_0x2085ac,_0x476c41){const _0x479dba=_0x3238bf,_0x4d607f=this[_0x479dba(0x3cd)](_0xb5c5ee),{left:_0x1e24d8,top:_0x1897fd,height:_0x205e77}=_0x4d607f,_0x1e6748=this[_0x479dba(0x31c)](),_0x436b0d=Fo/_0x1e6748,_0x1244e3=new _0x48bc86(jt+_0x3a7870[_0x479dba(0x2ae)](Je),{'left':_0x1e24d8+_0x181b1d-_0x436b0d,'top':_0x1897fd+_0x2085ac,'height':_0x205e77,'width':Wo,'fill':_0x54c8c0||_0x5726a7(_0x33477d[_0x479dba(0x497)],0x0),'strokeWidth':_0x436b0d,'stroke':Vo,'evented':!0x0});this[_0x479dba(0x3fb)]=_0x1244e3,this[_0x479dba(0x2bf)]['addObject'](_0x1244e3,_0x4efb91);const _0x111b28=new _0x48bc86(jt+_0x3a7870['generateRandomId'](Je),{'left':_0x1e24d8+_0x181b1d-_0x436b0d,'top':_0x1897fd+_0x2085ac-Bt/0x2,'height':Bt,'width':Bt,'fill':_0x54c8c0||_0x5726a7(_0x33477d[_0x479dba(0x497)],0x0),'strokeWidth':0x0,'stroke':_0x54c8c0||_0x5726a7(_0x33477d['black'],0x0),'evented':!0x1});this[_0x479dba(0x1b5)]=_0x111b28,this[_0x479dba(0x2bf)][_0x479dba(0x487)](_0x111b28,_0x4efb91);const _0x3d8a2a=new yt(jt+_0x3a7870[_0x479dba(0x2ae)](Je),{'left':_0x1e24d8+_0x181b1d-_0x436b0d,'top':_0x1897fd+_0x2085ac-nt,'text':_0x476c41,'color':_0x54c8c0});this[_0x479dba(0x4a2)]=_0x3d8a2a,this[_0x479dba(0x2bf)]['addObject'](_0x3d8a2a,_0x4efb91),this[_0x479dba(0x52e)]=!0x1;}['_handleHover'](){const _0x2cec82=_0x3238bf,_0x1b2126=this[_0x2cec82(0x3fb)]['onPointerEnter$'][_0x2cec82(0x1ce)](()=>{const _0x4ef0de=_0x2cec82;this[_0x4ef0de(0x52e)]=!0x0;}),_0x55c761=this[_0x2cec82(0x3fb)]['onPointerLeave$'][_0x2cec82(0x1ce)](()=>{const _0x5366bd=_0x2cec82;this[_0x5366bd(0x440)]&&clearTimeout(this[_0x5366bd(0x440)]),this['_hideTimer']=setTimeout(()=>{const _0x27ad38=_0x5366bd;this[_0x27ad38(0x52e)]=!0x1;},0x7d0);});return()=>{const _0x5c1bfb=_0x2cec82;_0x1b2126['unsubscribe'](),_0x55c761[_0x5c1bfb(0x376)]();};}[_0x3238bf(0x324)](_0x2640f6,_0x1c0d40,_0x2e87db,_0x1f51eb){const _0x47617c=_0x3238bf,_0xeabfed=new _0x1fdc1d(_0x2640f6)[_0x47617c(0x54e)](0.2)[_0x47617c(0x537)](),_0x2ccff5=new _0x36efef(Bo+_0x3a7870[_0x47617c(0x2ae)](Je),{'pointsGroup':_0x1c0d40,'fill':_0xeabfed||_0x5726a7(_0x33477d['black'],0.2),'left':_0x2e87db,'top':_0x1f51eb,'evented':!0x1,'debounceParentDirty':!0x1});this['_shapes'][_0x47617c(0x419)](_0x2ccff5),this[_0x47617c(0x2bf)][_0x47617c(0x487)](_0x2ccff5,_0x4efb91);}[_0x3238bf(0x1d7)](_0x52f8de,_0xf0b55f,_0x2ab9dc,_0x191ae9){const _0x219105=_0x3238bf,_0x72d197=new _0x1fdc1d(_0x52f8de)['setAlpha'](0.2)[_0x219105(0x537)](),_0x38c3a3=new _0x36efef(ko+_0x3a7870[_0x219105(0x2ae)](Je),{'pointsGroup':_0xf0b55f,'fill':_0x72d197||_0x5726a7(_0x33477d[_0x219105(0x497)],0.2),'left':_0x2ab9dc,'top':_0x191ae9,'evented':!0x1,'debounceParentDirty':!0x1});this['_shapes']['push'](_0x38c3a3),this[_0x219105(0x2bf)][_0x219105(0x487)](_0x38c3a3,_0x4efb91);}[_0x3238bf(0x3cd)](_0x4fde89){const _0x2c53b7=_0x4fde89[0x0],_0xe6140c=_0x2c53b7[0x0],_0x241ee1=_0x2c53b7[0x2],{x:_0x59d3e8,y:_0x4f43c3}=_0xe6140c,{x:_0x11ad95,y:_0x4e104c}=_0x241ee1;return{'left':_0x59d3e8,'top':_0x4f43c3,'width':_0x11ad95-_0x59d3e8,'height':_0x4e104c-_0x4f43c3};}[_0x3238bf(0x31c)](){const _0x58f03f=_0x3238bf,{scaleX:_0x12133f,scaleY:_0x2ddb7d}=this[_0x58f03f(0x2bf)][_0x58f03f(0x342)]();return Math['max'](_0x12133f,_0x2ddb7d);}}var Go=Object[_0x3238bf(0x535)],Yo=Object[_0x3238bf(0x2df)],Ko=(_0x14b0f0,_0x20d2af,_0x140641,_0x3e0c4a)=>{const _0x454361=_0x3238bf;for(var _0x2670fc=_0x3e0c4a>0x1?void 0x0:_0x3e0c4a?Yo(_0x20d2af,_0x140641):_0x20d2af,_0x3bce2e=_0x14b0f0[_0x454361(0x325)]-0x1,_0x30bfed;_0x3bce2e>=0x0;_0x3bce2e--)(_0x30bfed=_0x14b0f0[_0x3bce2e])&&(_0x2670fc=(_0x3e0c4a?_0x30bfed(_0x20d2af,_0x140641,_0x2670fc):_0x30bfed(_0x2670fc))||_0x2670fc);return _0x3e0c4a&&_0x2670fc&&Go(_0x20d2af,_0x140641,_0x2670fc),_0x2670fc;},ct=(_0x291a78,_0x4be2fb)=>(_0x285414,_0x2cc7b1)=>_0x4be2fb(_0x285414,_0x2cc7b1,_0x291a78);let os=class extends _0x9ae76a{constructor(_0x27496c,_0x56c9db,_0x3f2aa9,_0x432111,_0x50767c){const _0xa401ac=_0x3238bf;super(),g(this,_0xa401ac(0x2d5),[]),g(this,_0xa401ac(0x255),[]),(this[_0xa401ac(0x26b)]=_0x27496c,this[_0xa401ac(0x258)]=_0x56c9db,this[_0xa401ac(0x43f)]=_0x3f2aa9,this[_0xa401ac(0x525)]=_0x432111,this['_themeService']=_0x50767c,this[_0xa401ac(0x433)]());}['_init'](){const _0x3b781f=_0x3238bf,_0x17b490=this[_0x3b781f(0x26b)]['unitId'],_0x57cd51=this[_0x3b781f(0x258)];this[_0x3b781f(0x3df)](_0xe40d54([this[_0x3b781f(0x43f)][_0x3b781f(0x424)](_0x17b490),this['_themeService'][_0x3b781f(0x4ff)]])[_0x3b781f(0x380)](_0x46b391(([_0x1c7a19,_0x30ad26])=>({'skeleton':_0x57cd51[_0x3b781f(0x1cb)](),'cursors':[..._0x1c7a19[_0x3b781f(0x322)]()]['flatMap'](_0x45b8b0=>({..._0x45b8b0,'color':_0x30ad26[_0x45b8b0[_0x3b781f(0x15f)]]}))})))['subscribe'](_0x42bc86=>{const _0x31ae9c=_0x3b781f;if(this[_0x31ae9c(0x2c1)](),_0x42bc86){const {skeleton:_0xf9cd67,cursors:_0xf60f59}=_0x42bc86;this[_0x31ae9c(0x3fc)](_0xf9cd67,_0xf60f59);}})),this[_0x3b781f(0x51f)](),this[_0x3b781f(0x3bc)]();}[_0x3238bf(0x3fc)](_0x2bf28c,_0x141110){const _0x2a0cba=_0x3238bf,{scene:_0x3af7ef,mainComponent:_0x3aec73}=this['_context'],_0x3894ab=_0x141110[_0x2a0cba(0x192)](_0x145026=>new Ks(_0x145026,_0x3af7ef,_0x2bf28c,_0x3aec73));this['_cursorShapes']=_0x3894ab,this['_cursors']=_0x141110;}['_refreshCollabCursors'](){const _0x5a1746=_0x3238bf;this[_0x5a1746(0x2c1)]();const {scene:_0x49537b,mainComponent:_0x1fd024}=this[_0x5a1746(0x26b)],_0x5c9fb1=this['_docSkeletonManagerService'][_0x5a1746(0x1cb)](),_0x27ff4a=this['_cursors'][_0x5a1746(0x192)](_0x518ab3=>new Ks(_0x518ab3,_0x49537b,_0x5c9fb1,_0x1fd024));this[_0x5a1746(0x2d5)]=_0x27ff4a;}[_0x3238bf(0x2c1)](){const _0x115c8b=_0x3238bf;this[_0x115c8b(0x2d5)]['forEach'](_0x4c7c8f=>_0x4c7c8f[_0x115c8b(0x161)]()),this[_0x115c8b(0x2d5)]=[];}[_0x3238bf(0x3bc)](){const _0x1e69fb=_0x3238bf,_0x2bf0c0=[_0x835516['id']];this[_0x1e69fb(0x3df)](this['_commandService'][_0x1e69fb(0x446)](_0x1679b8=>{const _0x4869cc=_0x1e69fb;_0x2bf0c0[_0x4869cc(0x2ed)](_0x1679b8['id'])&&_0x1679b8[_0x4869cc(0x37c)][_0x4869cc(0x1bf)]===this[_0x4869cc(0x26b)]['unitId']&&this['_refreshCollabCursors']();}));}[_0x3238bf(0x51f)](){const _0x4ae070=_0x3238bf;this[_0x4ae070(0x3df)](_0xde2bf0(this[_0x4ae070(0x26b)][_0x4ae070(0x16c)][_0x4ae070(0x286)])[_0x4ae070(0x380)](_0x2fd833(_0x36f1c1=>_0x36f1c1[_0x4ae070(0x4cf)]===_0x15ccc7[_0x4ae070(0x1e7)]),_0x5ca328(0x10))[_0x4ae070(0x43b)](()=>{const _0x5ab7a4=_0x4ae070;this[_0x5ab7a4(0x367)]();}));}};os=Ko([ct(0x1,_0x4a2654(_0x532f07)),ct(0x2,_0x4a2654(Ve)),ct(0x3,_0x462ea5),ct(0x4,_0x4a2654(_0x251573))],os);const zo=0x1,qo=1.5;class Xo extends _0x3f7361{constructor(_0x43df99,_0x58203a){const _0x24155e=_0x3238bf;super(_0x43df99,_0x58203a),g(this,_0x24155e(0x320)),g(this,'_hovered',!0x1),g(this,_0x24155e(0x1c0)),g(this,'_name',''),g(this,_0x24155e(0x204),_0x24155e(0x4a3)),g(this,_0x24155e(0x3c2)),(_0x58203a&&this['setShapeProps'](_0x58203a),this[_0x24155e(0x344)]['subscribeEvent'](()=>this['setShapeProps']({'hovered':!0x0})),this[_0x24155e(0x270)][_0x24155e(0x1ce)](()=>this['setShapeProps']({'hovered':!0x1})));}[_0x3238bf(0x37a)](_0x2a5d71){const _0x584d79=_0x3238bf;var _0x3b683d,_0x696411,_0x478da2,_0x28bea5,_0x298d4b,_0xa1acf;this['_color']=(_0x3b683d=_0x2a5d71['color'])!=null?_0x3b683d:this['_color'],this[_0x584d79(0x1b7)]=(_0x696411=_0x2a5d71[_0x584d79(0x2ba)])!=null?_0x696411:this[_0x584d79(0x1b7)],this[_0x584d79(0x1c0)]=(_0x478da2=_0x2a5d71[_0x584d79(0x172)])!=null?_0x478da2:this[_0x584d79(0x1c0)],this[_0x584d79(0x3d1)]=(_0x28bea5=_0x2a5d71[_0x584d79(0x15e)])!=null?_0x28bea5:this[_0x584d79(0x3d1)],this[_0x584d79(0x204)]=(_0x298d4b=_0x2a5d71[_0x584d79(0x163)])!=null?_0x298d4b:this['_labelPosition'],this['_backgroundColor']=(_0xa1acf=_0x2a5d71[_0x584d79(0x377)])!=null?_0xa1acf:this['_backgroundColor'],this[_0x584d79(0x379)]({'width':_0x2a5d71[_0x584d79(0x442)],'height':_0x2a5d71[_0x584d79(0x1e6)]});}[_0x3238bf(0x499)](_0x3e443b){const _0x4daba9=_0x3238bf,{row:_0x2bb7bf,column:_0x4d0f56}=_0x3e443b;if(_0x2bb7bf>=this[_0x4daba9(0x1c0)][_0x4daba9(0x331)]&&_0x2bb7bf<=this[_0x4daba9(0x1c0)][_0x4daba9(0x1da)]&&_0x4d0f56>=this['_range'][_0x4daba9(0x542)]&&_0x4d0f56<=this[_0x4daba9(0x1c0)][_0x4daba9(0x214)]){this[_0x4daba9(0x37a)]({'hovered':!0x0});return;}this['setShapeProps']({'hovered':!0x1});}[_0x3238bf(0x396)](_0x23d86b){return!0x1;}['_draw'](_0x352710){const _0x5e6f14=_0x3238bf;_0x48bc86[_0x5e6f14(0x281)](_0x352710,{'width':this[_0x5e6f14(0x442)],'height':this[_0x5e6f14(0x1e6)],'strokeWidth':qo,'stroke':this[_0x5e6f14(0x320)],'evented':!0x1,'fill':this[_0x5e6f14(0x3c2)]}),this['_hovered']&&(_0x352710[_0x5e6f14(0x459)](),_0x352710[_0x5e6f14(0x2d3)](0x1,0x0,0x0,0x1,this['width'],this[_0x5e6f14(0x204)]===_0x5e6f14(0x47d)?0x0:-nt),yt[_0x5e6f14(0x281)](_0x352710,{'text':this[_0x5e6f14(0x3d1)],'color':this[_0x5e6f14(0x320)]}),_0x352710[_0x5e6f14(0x1bb)]());}}var Jo=Object[_0x3238bf(0x535)],Zo=Object['getOwnPropertyDescriptor'],Qo=(_0x38e56d,_0x42fd0b,_0x1c8dae,_0x1c9ec4)=>{for(var _0x5e2aef=_0x1c9ec4>0x1?void 0x0:_0x1c9ec4?Zo(_0x42fd0b,_0x1c8dae):_0x42fd0b,_0x3cb89d=_0x38e56d['length']-0x1,_0x2654b2;_0x3cb89d>=0x0;_0x3cb89d--)(_0x2654b2=_0x38e56d[_0x3cb89d])&&(_0x5e2aef=(_0x1c9ec4?_0x2654b2(_0x42fd0b,_0x1c8dae,_0x5e2aef):_0x2654b2(_0x5e2aef))||_0x5e2aef);return _0x1c9ec4&&_0x5e2aef&&Jo(_0x42fd0b,_0x1c8dae,_0x5e2aef),_0x5e2aef;},kt=(_0x1e7ab4,_0x4b830d)=>(_0x5e8f96,_0x37a1c0)=>_0x4b830d(_0x5e8f96,_0x37a1c0,_0x1e7ab4);const ea=0x1389;let as=class extends _0x9ae76a{constructor(_0x1e09a3,_0xb42422,_0x22869b,_0x206266){const _0x44958f=_0x3238bf;super(),g(this,'_cursors',new Set()),g(this,_0x44958f(0x36c),null),(this[_0x44958f(0x26b)]=_0x1e09a3,this['_sheetSkeletonManagerService']=_0xb42422,this['_collabCursorController']=_0x22869b,this[_0x44958f(0x481)]=_0x206266,this[_0x44958f(0x433)]());}[_0x3238bf(0x433)](){const _0x1ffa2e=_0x3238bf;this[_0x1ffa2e(0x447)][_0x1ffa2e(0x146)]['pipe'](_0x4cba74(this[_0x1ffa2e(0x4e8)]),_0x234ed0(_0xc52931=>{const _0x32ca47=_0x1ffa2e;if(_0xc52931){const _0x29c7f0=_0xc52931[_0x32ca47(0x37e)];return _0xe40d54(this[_0x32ca47(0x43f)]['getCollabCursors$'](this[_0x32ca47(0x26b)][_0x32ca47(0x1bf)]),this[_0x32ca47(0x481)][_0x32ca47(0x4ff)])[_0x32ca47(0x380)](_0x46b391(([_0x4187d8,_0x4f574a])=>{const _0x796b58=_0x32ca47,_0x1dc791=new Map();return _0x4187d8[_0x796b58(0x4b5)]((_0x57d154,_0xd7aa4f)=>{const _0x1e2d97=_0x796b58;if(_0x57d154[_0x1e2d97(0x35f)]===_0x29c7f0){const _0x1a854a={..._0x57d154};_0x1a854a[_0x1e2d97(0x15f)]=_0x4f574a[_0x57d154['color']],_0x1dc791[_0x1e2d97(0x13d)](_0xd7aa4f,_0x1a854a);}}),{'skeleton':_0xc52931,'cursors':_0x1dc791};}));}return _0x165a23({'skeleton':null,'cursors':new Map()});}))[_0x1ffa2e(0x43b)](({skeleton:_0x331f21,cursors:_0x5560d4})=>{const _0x28f433=_0x1ffa2e;this[_0x28f433(0x2c1)](),_0x331f21&&this[_0x28f433(0x3fc)](_0x331f21,_0x5560d4);}),this[_0x1ffa2e(0x447)][_0x1ffa2e(0x146)][_0x1ffa2e(0x43b)](_0x5ae1af=>{const _0x41f52c=_0x1ffa2e;if(_0x5ae1af==null)return;const {skeleton:_0x2d3947}=_0x5ae1af,{scene:_0x282179}=this[_0x41f52c(0x26b)];_0x282179[_0x41f52c(0x2b8)][_0x41f52c(0x1ce)](_0x5d913f(_0x2f0e36=>{const _0x42a1ed=_0x41f52c;var _0xc79658,_0x402c0f;const {offsetX:_0x5956ea,offsetY:_0x2c9ddd}=_0x2f0e36,{x:_0x2e87ed,y:_0x16dc5f}=_0x282179[_0x42a1ed(0x390)](_0x1691aa[_0x42a1ed(0x2e2)]([_0x5956ea,_0x2c9ddd])),{scaleX:_0x485800,scaleY:_0x40606d}=_0x282179[_0x42a1ed(0x342)](),_0x3840e9=_0x282179[_0x42a1ed(0x194)](_0x578f46[_0x42a1ed(0x4d5)]),_0x4d39de=_0x282179[_0x42a1ed(0x407)](_0x1691aa[_0x42a1ed(0x2e2)]([_0x2e87ed,_0x16dc5f]),_0x3840e9),_0x38d1d1=_0x2d3947[_0x42a1ed(0x210)](_0x5956ea,_0x2c9ddd,_0x485800,_0x40606d,_0x4d39de);((_0xc79658=this['_lastPointer'])==null?void 0x0:_0xc79658[_0x42a1ed(0x34f)])===_0x38d1d1['column']&&((_0x402c0f=this[_0x42a1ed(0x36c)])==null?void 0x0:_0x402c0f[_0x42a1ed(0x13f)])===_0x38d1d1[_0x42a1ed(0x13f)]||this[_0x42a1ed(0x255)][_0x42a1ed(0x4b5)](_0x4b3872=>{const _0x5aaf76=_0x42a1ed;_0x4b3872[_0x5aaf76(0x499)](_0x38d1d1);});},0x64));});}[_0x3238bf(0x3fc)](_0x231718,_0x2f0de3){const _0x23582e=_0x3238bf;var _0x20404d;const _0xe580c1=(_0x20404d=this[_0x23582e(0x447)][_0x23582e(0x4d6)]())==null?void 0x0:_0x20404d[_0x23582e(0x526)];if(!_0xe580c1)return;const _0xb7b75c=this[_0x23582e(0x23b)]();if(!_0xb7b75c)return;this[_0x23582e(0x255)][_0x23582e(0x4b5)](_0x4275f1=>{const _0x29b37c=_0x23582e;_0x4275f1[_0x29b37c(0x350)]();});const {scene:_0x116b11}=_0xb7b75c,_0x1e5192=ta(Array['from'](_0x2f0de3[_0x23582e(0x322)]()))['map'](_0x58ce76=>{const _0x57ba42=_0x23582e,{color:_0xccc848,range:_0x8bfc06,name:_0x5766c2,selection:_0x3fddbc,sheetID:_0x23e53a}=_0x58ce76,{startColumn:_0x419404,startRow:_0x291680,endColumn:_0x2baccd,endRow:_0x46ad6f}=_0x8bfc06,_0x56a3dc=_0x3d3c8c(_0x291680,_0x419404,_0x116b11,_0xe580c1),_0x43f2d1=_0x3d3c8c(_0x46ad6f,_0x2baccd,_0x116b11,_0xe580c1),{columnHeaderHeightAndMarginTop:_0xce966c}=_0xe580c1,{startX:_0x31918c,startY:_0x46c944}=_0x56a3dc,{endX:_0x5cb9d5,endY:_0x95550c}=_0x43f2d1,_0x37583e=_0x5cb9d5-_0x31918c,_0x4008b2=_0x95550c-_0x46c944,_0x591014={'labelPosition':_0x46c944-_0xce966c>=nt?'top':_0x57ba42(0x47d),'sheetID':_0x23e53a,'range':_0x8bfc06,'color':_0xccc848,'name':_0x5766c2,'selection':_0x3fddbc,'left':_0x31918c,'top':_0x46c944,'width':_0x37583e,'height':_0x4008b2,'evented':!0x1,'zIndex':ea};return new Xo(_0x5766c2,_0x591014);});_0x116b11[_0x23582e(0x1a0)](_0x1e5192,zo),this[_0x23582e(0x255)]=new Set(_0x1e5192);}[_0x3238bf(0x2c1)](){const _0x3d9cb9=_0x3238bf;var _0x4cb771;(_0x4cb771=this['_cursors'])==null||_0x4cb771[_0x3d9cb9(0x4b5)](_0x3e1db2=>_0x3e1db2[_0x3d9cb9(0x161)]());}[_0x3238bf(0x23b)](){const _0x40f8da=_0x3238bf;return _0xd58b34(this[_0x40f8da(0x26b)][_0x40f8da(0x3a7)],this[_0x40f8da(0x26b)]);}};as=Qo([kt(0x1,_0x4a2654(_0x15a5fb)),kt(0x2,_0x4a2654(Ve)),kt(0x3,_0x4a2654(_0x251573))],as);function ta(_0x1f09d6){const _0x2d5dce=_0x3238bf,_0x228d29=new Map();return _0x1f09d6[_0x2d5dce(0x4b5)](_0x145ef1=>{const _0x4bfe0a=_0x2d5dce;if(_0x228d29[_0x4bfe0a(0x220)](_0x145ef1['selection'])){const _0x55db46=_0x228d29[_0x4bfe0a(0x3a5)](_0x145ef1['selection']);_0x55db46[_0x4bfe0a(0x15e)]+=',\x20'+_0x145ef1[_0x4bfe0a(0x15e)];}else _0x228d29[_0x4bfe0a(0x13d)](_0x145ef1[_0x4bfe0a(0x298)],_0x145ef1);}),Array[_0x2d5dce(0x409)](_0x228d29[_0x2d5dce(0x322)]());}var Z=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function at(_0x4aa114){const _0x4b29ac=_0x3238bf;return _0x4aa114&&_0x4aa114['__esModule']&&Object[_0x4b29ac(0x439)][_0x4b29ac(0x1b1)][_0x4b29ac(0x46d)](_0x4aa114,'default')?_0x4aa114[_0x4b29ac(0x36b)]:_0x4aa114;}var Mi={'exports':{}},Ot={},sa=_0x37429d,ia=Symbol[_0x3238bf(0x260)](_0x3238bf(0x4ba)),na=Symbol[_0x3238bf(0x260)](_0x3238bf(0x2cb)),ra=Object[_0x3238bf(0x439)][_0x3238bf(0x1b1)],oa=sa[_0x3238bf(0x2ca)][_0x3238bf(0x489)],aa={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function xi(_0x49ff9c,_0x379f86,_0x5ddcdd){const _0x3b9ffa=_0x3238bf;var _0x17e7d4,_0x4273d4={},_0x1d9515=null,_0x11b9de=null;_0x5ddcdd!==void 0x0&&(_0x1d9515=''+_0x5ddcdd),_0x379f86[_0x3b9ffa(0x360)]!==void 0x0&&(_0x1d9515=''+_0x379f86[_0x3b9ffa(0x360)]),_0x379f86[_0x3b9ffa(0x2c7)]!==void 0x0&&(_0x11b9de=_0x379f86[_0x3b9ffa(0x2c7)]);for(_0x17e7d4 in _0x379f86)ra[_0x3b9ffa(0x46d)](_0x379f86,_0x17e7d4)&&!aa[_0x3b9ffa(0x1b1)](_0x17e7d4)&&(_0x4273d4[_0x17e7d4]=_0x379f86[_0x17e7d4]);if(_0x49ff9c&&_0x49ff9c[_0x3b9ffa(0x26d)]){for(_0x17e7d4 in(_0x379f86=_0x49ff9c['defaultProps'],_0x379f86))_0x4273d4[_0x17e7d4]===void 0x0&&(_0x4273d4[_0x17e7d4]=_0x379f86[_0x17e7d4]);}return{'$$typeof':ia,'type':_0x49ff9c,'key':_0x1d9515,'ref':_0x11b9de,'props':_0x4273d4,'_owner':oa[_0x3b9ffa(0x374)]};}Ot[_0x3238bf(0x13b)]=na,Ot[_0x3238bf(0x4bd)]=xi,Ot[_0x3238bf(0x53e)]=xi,Mi[_0x3238bf(0x354)]=Ot;var we=Mi[_0x3238bf(0x354)],ee=function(){const _0x1fbbdf=_0x3238bf;return ee=Object[_0x1fbbdf(0x50e)]||function(_0x456fd8){const _0x137741=_0x1fbbdf;for(var _0x825c88,_0x53cfc5=0x1,_0x1003e3=arguments[_0x137741(0x325)];_0x53cfc5<_0x1003e3;_0x53cfc5++){_0x825c88=arguments[_0x53cfc5];for(var _0x18c00a in _0x825c88)Object[_0x137741(0x439)]['hasOwnProperty'][_0x137741(0x46d)](_0x825c88,_0x18c00a)&&(_0x456fd8[_0x18c00a]=_0x825c88[_0x18c00a]);}return _0x456fd8;},ee[_0x1fbbdf(0x4f9)](this,arguments);},ca=function(_0x35198b,_0x4622e9){const _0x478a11=_0x3238bf;var _0x13a227={};for(var _0x5f8575 in _0x35198b)Object[_0x478a11(0x439)][_0x478a11(0x1b1)]['call'](_0x35198b,_0x5f8575)&&_0x4622e9[_0x478a11(0x33e)](_0x5f8575)<0x0&&(_0x13a227[_0x5f8575]=_0x35198b[_0x5f8575]);if(_0x35198b!=null&&typeof Object[_0x478a11(0x3e6)]=='function'){for(var _0xad28b2=0x0,_0x5f8575=Object[_0x478a11(0x3e6)](_0x35198b);_0xad28b2<_0x5f8575[_0x478a11(0x325)];_0xad28b2++)_0x4622e9[_0x478a11(0x33e)](_0x5f8575[_0xad28b2])<0x0&&Object[_0x478a11(0x439)][_0x478a11(0x4a7)][_0x478a11(0x46d)](_0x35198b,_0x5f8575[_0xad28b2])&&(_0x13a227[_0x5f8575[_0xad28b2]]=_0x35198b[_0x5f8575[_0xad28b2]]);}return _0x13a227;},Ts=_0x291cc6(function(_0xb47184,_0x45f821){const _0x595ca9=_0x3238bf;var _0x29cdf7=_0xb47184['icon'],_0x25c932=_0xb47184['id'],_0xbe10d=_0xb47184[_0x595ca9(0x191)],_0xed5820=_0xb47184['extend'],_0x153971=ca(_0xb47184,[_0x595ca9(0x21e),'id','className',_0x595ca9(0x50f)]),_0x2c8011=_0x595ca9(0x4a6)['concat'](_0x25c932,'\x20')['concat'](_0xbe10d||'')[_0x595ca9(0x516)](),_0x1c48c3=_0x20c041('_'[_0x595ca9(0x4e0)](_a()));return Li(_0x29cdf7,''['concat'](_0x25c932),{'defIds':_0x29cdf7['defIds'],'idSuffix':_0x1c48c3[_0x595ca9(0x374)]},ee({'ref':_0x45f821,'className':_0x2c8011},_0x153971),_0xed5820);});function Li(_0x3613eb,_0xb3b45e,_0x5aa01e,_0x19b070,_0x50c7eb){const _0x4522c3=_0x3238bf;return _0x43b3d3(_0x3613eb[_0x4522c3(0x3bf)],ee(ee({'key':_0xb3b45e},ha(_0x3613eb,_0x5aa01e,_0x50c7eb)),_0x19b070),(la(_0x3613eb,_0x5aa01e)['children']||[])[_0x4522c3(0x192)](function(_0x239238,_0x1a6f51){const _0x526887=_0x4522c3;return Li(_0x239238,''[_0x526887(0x4e0)](_0xb3b45e,'-')[_0x526887(0x4e0)](_0x3613eb[_0x526887(0x3bf)],'-')[_0x526887(0x4e0)](_0x1a6f51),_0x5aa01e,void 0x0,_0x50c7eb);}));}function ha(_0x4aac19,_0x566f76,_0x268e27){const _0x5308a6=_0x3238bf;var _0x1620cc=ee({},_0x4aac19[_0x5308a6(0x2ab)]);_0x268e27!=null&&_0x268e27[_0x5308a6(0x150)]&&_0x1620cc[_0x5308a6(0x169)]===_0x5308a6(0x150)&&(_0x1620cc[_0x5308a6(0x169)]=_0x268e27['colorChannel1']);var _0x2e60a5=_0x566f76[_0x5308a6(0x3d9)];return!_0x2e60a5||_0x2e60a5[_0x5308a6(0x325)]===0x0||(_0x4aac19[_0x5308a6(0x3bf)]===_0x5308a6(0x4a4)&&_0x1620cc['xlink:href']&&(_0x1620cc[_0x5308a6(0x14f)]=_0x1620cc[_0x5308a6(0x14f)]+_0x566f76[_0x5308a6(0x41d)]),Object[_0x5308a6(0x534)](_0x1620cc)[_0x5308a6(0x4b5)](function(_0x2550b6){const _0x3a2f7d=_0x5308a6;var _0x3e1df9=_0x2550b6[0x0],_0x2c7d43=_0x2550b6[0x1];typeof _0x2c7d43==_0x3a2f7d(0x303)&&(_0x1620cc[_0x3e1df9]=_0x2c7d43[_0x3a2f7d(0x4e2)](/url\(#(.*)\)/,'url(#$1'[_0x3a2f7d(0x4e0)](_0x566f76['idSuffix'],')')));})),_0x1620cc;}function la(_0x3eeb1c,_0x5ed3b6){const _0x115c17=_0x3238bf;var _0x5b8703,_0x272724=_0x5ed3b6[_0x115c17(0x3d9)];return!_0x272724||_0x272724['length']===0x0?_0x3eeb1c:_0x3eeb1c[_0x115c17(0x3bf)]===_0x115c17(0x18f)&&(!((_0x5b8703=_0x3eeb1c['children'])===null||_0x5b8703===void 0x0)&&_0x5b8703['length'])?ee(ee({},_0x3eeb1c),{'children':_0x3eeb1c[_0x115c17(0x4bc)][_0x115c17(0x192)](function(_0x81aa1b){const _0xa2d4b0=_0x115c17;return typeof _0x81aa1b['attrs']['id']=='string'&&_0x272724&&_0x272724['indexOf'](_0x81aa1b[_0xa2d4b0(0x2ab)]['id'])>-0x1?ee(ee({},_0x81aa1b),{'attrs':ee(ee({},_0x81aa1b[_0xa2d4b0(0x2ab)]),{'id':_0x81aa1b[_0xa2d4b0(0x2ab)]['id']+_0x5ed3b6[_0xa2d4b0(0x41d)]})}):_0x81aa1b;})}):_0x3eeb1c;}function _a(){const _0x5a32e8=_0x3238bf;return Math['random']()[_0x5a32e8(0x1b8)](0x24)[_0x5a32e8(0x2ff)](0x2,0x8);}Ts[_0x3238bf(0x1bc)]=_0x3238bf(0x3aa);var ua={'tag':_0x3238bf(0x22b),'attrs':{'fill':_0x3238bf(0x46f),'viewBox':'0\x200\x2016\x2016','width':_0x3238bf(0x33f),'height':'1em'},'children':[{'tag':'g','attrs':{'clipPath':_0x3238bf(0x533)},'children':[{'tag':'path','attrs':{'stroke':'currentColor','d':_0x3238bf(0x231),'strokeLinecap':_0x3238bf(0x294),'strokeLinejoin':_0x3238bf(0x294),'strokeWidth':1.2}}]},{'tag':_0x3238bf(0x18f),'attrs':{},'children':[{'tag':_0x3238bf(0x1a1),'attrs':{'id':_0x3238bf(0x228)},'children':[{'tag':'path','attrs':{'fill':_0x3238bf(0x55c),'d':'M0\x200H16V16H0z'}}]}]}],'defIds':[_0x3238bf(0x228)]},$i=_0x291cc6(function(_0x1c40e8,_0x333639){const _0x452922=_0x3238bf;return _0x43b3d3(Ts,Object['assign']({},_0x1c40e8,{'id':_0x452922(0x469),'ref':_0x333639,'icon':ua}));});$i[_0x3238bf(0x1bc)]=_0x3238bf(0x237);var da={'tag':'svg','attrs':{'fill':_0x3238bf(0x46f),'viewBox':_0x3238bf(0x54a),'width':_0x3238bf(0x33f),'height':_0x3238bf(0x33f)},'children':[{'tag':'g','attrs':{'clipPath':'url(#on-line-single_clip0_910_349)'},'children':[{'tag':'path','attrs':{'stroke':_0x3238bf(0x223),'d':'M4.5865\x2011.6499C3.36983\x2011.6499\x201.6665\x2011.1024\x201.6665\x208.9124C1.6665\x206.3574\x204.2215\x205.8099\x204.9515\x205.8099C5.3165\x204.5324\x206.0465\x202.5249\x208.9665\x202.5249C11.5215\x202.5249\x2012.6165\x203.9849\x2012.9815\x205.2624C12.9815\x205.2624\x2016.2665\x205.6274\x2016.2665\x208.7299C16.2665\x2010.9199\x2014.8065\x2011.6499\x2013.3465\x2011.6499M6.7767\x2011.6497L8.9667\x2013.4747L11.8867\x209.82466','strokeLinecap':_0x3238bf(0x294),'strokeLinejoin':_0x3238bf(0x294),'strokeWidth':1.2}}]},{'tag':_0x3238bf(0x18f),'attrs':{},'children':[{'tag':_0x3238bf(0x1a1),'attrs':{'id':_0x3238bf(0x363)},'children':[{'tag':_0x3238bf(0x2a1),'attrs':{'fill':_0x3238bf(0x55c),'d':_0x3238bf(0x240),'transform':'translate(.97)'}}]}]}],'defIds':[_0x3238bf(0x363)]},Hi=_0x291cc6(function(_0x554a65,_0x2e82f2){const _0x31ebfe=_0x3238bf;return _0x43b3d3(Ts,Object[_0x31ebfe(0x50e)]({},_0x554a65,{'id':_0x31ebfe(0x1d9),'ref':_0x2e82f2,'icon':da}));});Hi[_0x3238bf(0x1bc)]=_0x3238bf(0x522);function ji(_0x3705f3){const _0x10c9d6=_0x3238bf;var _0x41dae8,_0x4d66e0,_0x596e3c='';if(typeof _0x3705f3==_0x10c9d6(0x303)||typeof _0x3705f3==_0x10c9d6(0x3e8))_0x596e3c+=_0x3705f3;else{if(typeof _0x3705f3==_0x10c9d6(0x1b0)){if(Array[_0x10c9d6(0x4a0)](_0x3705f3)){var _0x10ba41=_0x3705f3[_0x10c9d6(0x325)];for(_0x41dae8=0x0;_0x41dae8<_0x10ba41;_0x41dae8++)_0x3705f3[_0x41dae8]&&(_0x4d66e0=ji(_0x3705f3[_0x41dae8]))&&(_0x596e3c&&(_0x596e3c+='\x20'),_0x596e3c+=_0x4d66e0);}else{for(_0x4d66e0 in _0x3705f3)_0x3705f3[_0x4d66e0]&&(_0x596e3c&&(_0x596e3c+='\x20'),_0x596e3c+=_0x4d66e0);}}}return _0x596e3c;}function fa(){const _0x20e30=_0x3238bf;for(var _0x4b18df,_0x592571,_0x502b8e=0x0,_0x45c9d8='',_0x52a74e=arguments[_0x20e30(0x325)];_0x502b8e<_0x52a74e;_0x502b8e++)(_0x4b18df=arguments[_0x502b8e])&&(_0x592571=ji(_0x4b18df))&&(_0x45c9d8&&(_0x45c9d8+='\x20'),_0x45c9d8+=_0x592571);return _0x45c9d8;}const va='univer-online-status-icon',ma=_0x3238bf(0x4f5),pa=_0x3238bf(0x4d1),ga=_0x3238bf(0x4d0),Sa=_0x3238bf(0x302),Ze={'onlineStatusIcon':va,'onlineStatusTitle':ma,'onlineStatus':pa,'online':ga,'offline':Sa};function Ia(_0x19906a){const _0x18a247=_0x3238bf;switch(_0x19906a){case J[_0x18a247(0x291)]:return _0x18a247(0x45b);case J[_0x18a247(0x311)]:return _0x18a247(0x54b);case J[_0x18a247(0x332)]:return _0x18a247(0x25e);case J[_0x18a247(0x3f2)]:return _0x18a247(0x14a);case J['AWAITING']:case J[_0x18a247(0x157)]:return'collabStatus.syncing';case J[_0x18a247(0x401)]:case J[_0x18a247(0x232)]:return'collabStatus.synced';}}function Ca(_0x40031e){const _0x3672bf=_0x3238bf,{status$:_0x2bf55c}=_0x40031e,_0x1b62cd=_0x1e48c7(_0x2bf55c,J[_0x3672bf(0x3f2)]),_0x57d200=_0x120ce2(_0xc7611d),_0x39a909=_0x120ce2(Ae),_0xf46da5=_0x1b62cd!==J['OFFLINE'],_0x295557=_0x57d200['t'](Ia(_0x1b62cd)),_0x2bed98=fa(Ze['onlineStatus'],{[Ze[_0x3672bf(0x46a)]]:_0xf46da5,[Ze[_0x3672bf(0x296)]]:!_0xf46da5}),_0x75c42b=_0xf46da5?we[_0x3672bf(0x4bd)](Hi,{}):we[_0x3672bf(0x4bd)]($i,{}),_0x382069=_0x13394c(()=>{const _0x5affe0=_0x3672bf;_0xf46da5||_0x39a909[_0x5affe0(0x1d1)]();},[_0xf46da5,_0x39a909]);function _0x5b62f8(){const _0x30225e=_0x3672bf;return we[_0x30225e(0x53e)](_0x30225e(0x1c5),{'className':_0x2bed98,'onClick':_0x382069,'children':[we['jsx'](_0x30225e(0x1c5),{'className':Ze[_0x30225e(0x539)],'children':_0x75c42b}),we['jsx']('div',{'className':Ze[_0x30225e(0x3e4)],'children':_0x295557})]});}return _0xf46da5?_0x5b62f8():we[_0x3672bf(0x4bd)](_0x504180,{'title':_0x57d200['t'](_0x3672bf(0x3e7)),'children':_0x5b62f8()});}var Ea=Object['defineProperty'],ba=Object[_0x3238bf(0x2df)],Ta=(_0x43f6ea,_0x4d963f,_0x36bf12,_0xfb0bcd)=>{const _0x44ddf9=_0x3238bf;for(var _0x3b29c1=_0xfb0bcd>0x1?void 0x0:_0xfb0bcd?ba(_0x4d963f,_0x36bf12):_0x4d963f,_0x3b7c71=_0x43f6ea[_0x44ddf9(0x325)]-0x1,_0x1aef0d;_0x3b7c71>=0x0;_0x3b7c71--)(_0x1aef0d=_0x43f6ea[_0x3b7c71])&&(_0x3b29c1=(_0xfb0bcd?_0x1aef0d(_0x4d963f,_0x36bf12,_0x3b29c1):_0x1aef0d(_0x3b29c1))||_0x3b29c1);return _0xfb0bcd&&_0x3b29c1&&Ea(_0x4d963f,_0x36bf12,_0x3b29c1),_0x3b29c1;},ht=(_0x5ed989,_0x511549)=>(_0x452a65,_0x541e13)=>_0x511549(_0x452a65,_0x541e13,_0x5ed989);let St=class extends _0x1bec45{constructor(_0x1f1c16,_0x4a60f7,_0x38254b,_0x4775d7){const _0x131e99=_0x3238bf;super(),g(this,_0x131e99(0x3ff),new _0x353bc7(J[_0x131e99(0x3f2)])),(this[_0x131e99(0x262)]=_0x1f1c16,this['_uiPartsService']=_0x4a60f7,this[_0x131e99(0x151)]=_0x38254b,this[_0x131e99(0x4fd)]=_0x4775d7,this[_0x131e99(0x395)](),this['_initStatusListener']());}[_0x3238bf(0x478)](){const _0x4381ca=_0x3238bf;this[_0x4381ca(0x3df)](this[_0x4381ca(0x262)][_0x4381ca(0x464)][_0x4381ca(0x380)](_0xb18e1b(()=>{const _0x4528f7=_0x4381ca,_0xb57b21=this[_0x4528f7(0x262)]['getFocusedUnit']();return _0xb57b21?this['_collaborationController'][_0x4528f7(0x25a)](_0xb57b21[_0x4528f7(0x3fd)]()):_0x165a23(null);}),_0xb18e1b(_0x5014f1=>_0x5014f1?_0x5014f1['status$']:_0x165a23(J['NOT_COLLAB'])))[_0x4381ca(0x43b)](_0x5a7d6d=>{const _0x2c8985=_0x4381ca;this[_0x2c8985(0x3ff)][_0x2c8985(0x34c)](_0x5a7d6d);}));}['_initStatusComponent'](){const _0x130d1d=_0x3238bf;this['disposeWithMe'](this[_0x130d1d(0x1f6)][_0x130d1d(0x452)](_0x2ef7c3[_0x130d1d(0x353)],()=>_0x3cd6f0(Ra({'status$':this[_0x130d1d(0x3ff)][_0x130d1d(0x384)]()}),this['_injector'])));}};St=Ta([ht(0x0,_0x21deaa),ht(0x1,_0x3c9e6a),ht(0x2,_0x4a2654(_0x28b8e2)),ht(0x3,_0x4a2654(it))],St);function Ra(_0x28fef3){const {status$:_0xe067ae}=_0x28fef3;return function(){return we['jsx'](Ca,{'status$':_0xe067ae});};}const Bi=_0x271919(_0x3238bf(0x4af));var ya=Object['defineProperty'],Oa=Object[_0x3238bf(0x2df)],wa=(_0x3c3cef,_0x5f2285,_0x53521f,_0x53ac89)=>{const _0x423633=_0x3238bf;for(var _0x22795a=_0x53ac89>0x1?void 0x0:_0x53ac89?Oa(_0x5f2285,_0x53521f):_0x5f2285,_0x2ea477=_0x3c3cef[_0x423633(0x325)]-0x1,_0x2f9ff2;_0x2ea477>=0x0;_0x2ea477--)(_0x2f9ff2=_0x3c3cef[_0x2ea477])&&(_0x22795a=(_0x53ac89?_0x2f9ff2(_0x5f2285,_0x53521f,_0x22795a):_0x2f9ff2(_0x22795a))||_0x22795a);return _0x53ac89&&_0x22795a&&ya(_0x5f2285,_0x53521f,_0x22795a),_0x22795a;},ke=(_0x442e07,_0x59b8b8)=>(_0xd223de,_0x1e8867)=>_0x59b8b8(_0xd223de,_0x1e8867,_0x442e07);let It=class extends _0x9ae76a{constructor(_0x20603a,_0x4e0318,_0x13f2f2,_0x151ea0,_0x4b1d74,_0x772be){const _0x26e8ed=_0x3238bf;super(),this[_0x26e8ed(0x1aa)]=_0x20603a,this[_0x26e8ed(0x188)]=_0x4e0318,this['_commandService']=_0x13f2f2,this['_localCacheService']=_0x151ea0,this[_0x26e8ed(0x155)]=_0x4b1d74,_0x772be?_0x772be==null||_0x772be[_0x26e8ed(0x53f)]()[_0x26e8ed(0x2f6)](()=>this[_0x26e8ed(0x433)]()):(this['_logService'][_0x26e8ed(0x18e)](_0x26e8ed(0x321),_0x26e8ed(0x1fa)),this[_0x26e8ed(0x433)]());}async[_0x3238bf(0x433)](){const _0x35b0a2=_0x3238bf,_0xb2865a=this[_0x35b0a2(0x1aa)][_0x35b0a2(0x364)](_0x35b0a2(0x3a7)),_0x32f5c1=this[_0x35b0a2(0x1aa)][_0x35b0a2(0x364)]('type');if(!_0xb2865a||!_0x32f5c1){this[_0x35b0a2(0x188)][_0x35b0a2(0x18e)]('[DataLoaderController]',_0x35b0a2(0x510));return;}switch(Number(_0x32f5c1)){case ce[_0x35b0a2(0x49a)]:{const _0x51432b=await this[_0x35b0a2(0x54f)](_0xb2865a);this[_0x35b0a2(0x16d)](_0x51432b);break;}case ce[_0x35b0a2(0x32f)]:{await this[_0x35b0a2(0x527)](_0xb2865a);break;}default:{this[_0x35b0a2(0x188)][_0x35b0a2(0x241)](_0x35b0a2(0x321),_0x35b0a2(0x55e));break;}}}async['_setupSubUnitSync'](_0x34199c){const _0x916e46=_0x3238bf;await this[_0x916e46(0x359)](_0x34199c),_0x34199c[_0x916e46(0x428)][_0x916e46(0x380)](_0x4b2adb(this[_0x916e46(0x4e8)]))[_0x916e46(0x43b)](_0x5e0e30=>{_0x5e0e30&&this['_updateURLWithCurrentState'](_0x5e0e30);}),this[_0x916e46(0x1aa)][_0x916e46(0x47b)]['pipe'](_0x4b2adb(this['dispose$']))[_0x916e46(0x43b)](()=>this['_updateSubUnitFromURLParams'](_0x34199c));}[_0x3238bf(0x378)](_0x279150,_0x1e1ce3=!0x1){const _0x1127dc=_0x3238bf,_0x53c065=this[_0x1127dc(0x1aa)][_0x1127dc(0x364)](_0x1127dc(0x326));_0x279150['getSheetId']()!==_0x53c065&&this[_0x1127dc(0x1aa)][_0x1127dc(0x2dc)](_0x1127dc(0x326),_0x279150[_0x1127dc(0x1d4)](),_0x1e1ce3);}async['_updateSubUnitFromURLParams'](_0x579b36){const _0xcbbf3a=_0x3238bf;var _0xb66f4a;const _0x243f07=this[_0xcbbf3a(0x1aa)]['getParam'](_0xcbbf3a(0x326));if(!_0x243f07||!_0x579b36[_0xcbbf3a(0x50b)](_0x243f07)){const _0x41bbee=_0x579b36[_0xcbbf3a(0x46e)]()[0x0],_0x48d134=_0x579b36[_0xcbbf3a(0x50b)](_0x41bbee);if(!_0x48d134)return;this['_updateURLWithCurrentState'](_0x48d134,!0x0),await this[_0xcbbf3a(0x525)][_0xcbbf3a(0x2db)](_0x3ee2d1['id'],{'unitId':_0x579b36[_0xcbbf3a(0x3fd)](),'subUnitId':_0x41bbee});return;}((_0xb66f4a=_0x579b36['getActiveSheet']())==null?void 0x0:_0xb66f4a[_0xcbbf3a(0x1d4)]())!==_0x243f07&&await this[_0xcbbf3a(0x525)][_0xcbbf3a(0x2db)](_0x3ee2d1['id'],{'unitId':_0x579b36[_0xcbbf3a(0x3fd)](),'subUnitId':_0x243f07});}async[_0x3238bf(0x54f)](_0x149187){const _0x4ac24f=_0x3238bf;let _0x34710d=0x0;const _0x6dfbf4=await this[_0x4ac24f(0x292)][_0x4ac24f(0x313)](_0x149187);return _0x6dfbf4&&(_0x6dfbf4[_0x4ac24f(0x340)]||_0x6dfbf4[_0x4ac24f(0x4de)][_0x4ac24f(0x325)]!==0x0)&&(_0x34710d=_0x6dfbf4[_0x4ac24f(0x4a5)]),_0x34710d===0x0&&this[_0x4ac24f(0x188)]['debug'](_0x4ac24f(0x321),_0x4ac24f(0x1b3)),this[_0x4ac24f(0x155)][_0x4ac24f(0x285)](_0x149187,_0x34710d);}async[_0x3238bf(0x527)](_0x3fa93f){const _0x28ca33=_0x3238bf;let _0x4269a2=0x0;const _0x4b9c08=await this['_localCacheService']['loadOfflineData'](_0x3fa93f);return _0x4b9c08&&(_0x4b9c08[_0x28ca33(0x340)]||_0x4b9c08[_0x28ca33(0x4de)]['length']!==0x0)&&(_0x4269a2=_0x4b9c08[_0x28ca33(0x4a5)]),_0x4269a2===0x0&&this[_0x28ca33(0x188)][_0x28ca33(0x18e)]('[DataLoaderController]','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this[_0x28ca33(0x155)][_0x28ca33(0x39f)](_0x3fa93f,_0x4269a2);}};It=wa([ke(0x0,Bi),ke(0x1,_0x5d0f53),ke(0x2,_0x462ea5),ke(0x3,_0x4a2654(q)),ke(0x4,_0x4a2654(_0x1ff8b0)),ke(0x5,_0x384f19(_0x151359))],It);var Da=Object[_0x3238bf(0x535)],Pa=Object[_0x3238bf(0x2df)],Ua=(_0x219dad,_0x52480b,_0xbf19da,_0x1a21eb)=>{const _0x3102a8=_0x3238bf;for(var _0x4c1c0a=_0x1a21eb>0x1?void 0x0:_0x1a21eb?Pa(_0x52480b,_0xbf19da):_0x52480b,_0xc8c4e3=_0x219dad[_0x3102a8(0x325)]-0x1,_0x30b805;_0xc8c4e3>=0x0;_0xc8c4e3--)(_0x30b805=_0x219dad[_0xc8c4e3])&&(_0x4c1c0a=(_0x1a21eb?_0x30b805(_0x52480b,_0xbf19da,_0x4c1c0a):_0x30b805(_0x4c1c0a))||_0x4c1c0a);return _0x1a21eb&&_0x4c1c0a&&Da(_0x52480b,_0xbf19da,_0x4c1c0a),_0x4c1c0a;},zs=(_0xa5d049,_0x3a0553)=>(_0x5b9751,_0x53686e)=>_0x3a0553(_0x5b9751,_0x53686e,_0xa5d049);const Na=_0x3238bf(0x219),Aa='Univer';let Ct=class extends _0x1bec45{constructor(_0x425977,_0x16ea19){const _0xad9429=_0x3238bf;super(),this['_univerInstanceService']=_0x425977,this[_0xad9429(0x330)]=_0x16ea19,this['_init']();}[_0x3238bf(0x433)](){const _0x5d92df=_0x3238bf;this[_0x5d92df(0x3df)](this[_0x5d92df(0x262)][_0x5d92df(0x464)]['subscribe'](()=>{const _0x2df5f1=_0x5d92df;var _0x446bd3;const _0x41718d=this['_univerInstanceService'][_0x2df5f1(0x48e)]();let _0x2ff4f7=(_0x446bd3=this[_0x2df5f1(0x330)]['getConfig'](Na))!=null?_0x446bd3:Aa;_0x41718d instanceof _0x166f1e&&(_0x2ff4f7=_0x41718d['name']),document[_0x2df5f1(0x1fc)]=_0x2ff4f7;}));}};Ct=Ua([zs(0x0,_0x21deaa),zs(0x1,_0x12cd24)],Ct);var Ma=Object[_0x3238bf(0x535)],xa=Object[_0x3238bf(0x2df)],La=(_0xeb5f57,_0x11de98,_0x191419,_0x36129e)=>{const _0x3dffdb=_0x3238bf;for(var _0x123276=_0x36129e>0x1?void 0x0:_0x36129e?xa(_0x11de98,_0x191419):_0x11de98,_0x26af2b=_0xeb5f57[_0x3dffdb(0x325)]-0x1,_0x5c71ca;_0x26af2b>=0x0;_0x26af2b--)(_0x5c71ca=_0xeb5f57[_0x26af2b])&&(_0x123276=(_0x36129e?_0x5c71ca(_0x11de98,_0x191419,_0x123276):_0x5c71ca(_0x123276))||_0x123276);return _0x36129e&&_0x123276&&Ma(_0x11de98,_0x191419,_0x123276),_0x123276;},Wt=(_0x342007,_0x2d9c8c)=>(_0xc7dffc,_0x174574)=>_0x2d9c8c(_0xc7dffc,_0x174574,_0x342007);let Et=class{constructor(_0x750d2b,_0x5539b6,_0x3954e8){const _0x1aff4e=_0x3238bf;this[_0x1aff4e(0x330)]=_0x750d2b,this[_0x1aff4e(0x276)]=_0x5539b6,this[_0x1aff4e(0x391)]=_0x3954e8,this[_0x1aff4e(0x264)]();}[_0x3238bf(0x264)](){const _0x5c4b77=_0x3238bf;this['_httpService'][_0x5c4b77(0x351)]({'priority':0x1,'interceptor':(_0x44256e,_0x11bc6f)=>_0x11bc6f(_0x44256e)[_0x5c4b77(0x380)](_0x46d7c7(async _0x2d7631=>{const _0x1c025a=_0x5c4b77,_0x13d05f=_0x2d7631;if(_0x13d05f[_0x1c025a(0x17b)]===0x191&&window[_0x1c025a(0x4e5)](this[_0x1c025a(0x391)]['t'](_0x1c025a(0x417)))){const _0x22b70e=window['encodeURIComponent'](window[_0x1c025a(0x3f3)][_0x1c025a(0x46c)]);window[_0x1c025a(0x3f3)][_0x1c025a(0x46c)]=this['_getLoginPath']()+_0x1c025a(0x316)+_0x22b70e;}return _0x13d05f;}))});}['_getLoginPath'](){const _0x9978c4=_0x3238bf;var _0x350bc1,_0x3a8d43;const _0xfc5a35=this[_0x9978c4(0x330)][_0x9978c4(0x404)](br),_0x1a9bf5=this['_configService'][_0x9978c4(0x404)](ie);return(_0x3a8d43=(_0x350bc1=_0x1a9bf5==null?void 0x0:_0x1a9bf5[_0x9978c4(0x34a)])!=null?_0x350bc1:_0xfc5a35)!=null?_0x3a8d43:Tr;}};Et=La([Wt(0x0,_0x12cd24),Wt(0x1,_0x4a2654(_0x4ca339)),Wt(0x2,_0x4a2654(_0xc7611d))],Et);var $a=Object[_0x3238bf(0x535)],Ha=Object['getOwnPropertyDescriptor'],ja=(_0xc92c11,_0x23e2c9,_0x57008,_0x4581d9)=>{const _0x2572b1=_0x3238bf;for(var _0x3edc4e=_0x4581d9>0x1?void 0x0:_0x4581d9?Ha(_0x23e2c9,_0x57008):_0x23e2c9,_0x14e9e8=_0xc92c11[_0x2572b1(0x325)]-0x1,_0x386b29;_0x14e9e8>=0x0;_0x14e9e8--)(_0x386b29=_0xc92c11[_0x14e9e8])&&(_0x3edc4e=(_0x4581d9?_0x386b29(_0x23e2c9,_0x57008,_0x3edc4e):_0x386b29(_0x3edc4e))||_0x3edc4e);return _0x4581d9&&_0x3edc4e&&$a(_0x23e2c9,_0x57008,_0x3edc4e),_0x3edc4e;},qs=(_0x5ca1c9,_0x83aaa0)=>(_0x263a4f,_0x5d59a9)=>_0x83aaa0(_0x263a4f,_0x5d59a9,_0x5ca1c9);const Ba='AUTHZ_URL_KEY',ka=_0x3238bf(0x555);let cs=class extends _0x1bec45{constructor(_0x16b460,_0x115679){const _0xe3bce8=_0x3238bf;super(),this[_0xe3bce8(0x42e)]=_0x16b460,this[_0xe3bce8(0x330)]=_0x115679,this[_0xe3bce8(0x2a4)]();}[_0x3238bf(0x2a4)](){const _0xeea09c=_0x3238bf,_0x199a96=this;this['disposeWithMe'](this[_0xeea09c(0x42e)][_0xeea09c(0x351)]({'priority':0x3e7,'interceptor':_0x391dde({'isMatch'(_0x3e8388){const _0x42b81f=_0xeea09c;var _0x3f7972;if(_0x3e8388['method']===_0x42b81f(0x22f)&&((_0x3f7972=_0x3e8388[_0x42b81f(0x4b3)])!=null&&_0x3f7972[_0x42b81f(0x3bd)])){const {objectID:_0x42e8ca,objectType:_0x368c97}=_0x3e8388[_0x42b81f(0x4b3)][_0x42b81f(0x3bd)]||{};if(!_0x42e8ca||_0x368c97===void 0x0)return!0x1;const _0x413e56=_0x199a96[_0x42b81f(0x444)]()+'/'+_0x368c97+'/object/'+_0x42e8ca+'/allowed';if(_0x3e8388[_0x42b81f(0x186)]===_0x413e56)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x4b8afd){const _0x230313=_0xeea09c;var _0x285c0c;return(_0x285c0c=_0x4b8afd[_0x230313(0x4b3)])==null?void 0x0:_0x285c0c[_0x230313(0x3bd)];},'mergeParamsToRequest'(_0x77f09f,_0x3b884a){const _0x4d7d34=_0xeea09c,_0x58ba33=_0x199a96[_0x4d7d34(0x444)]()+_0x4d7d34(0x31e),_0xc2cab5=_0x77f09f[_0x4d7d34(0x44f)]((_0x133253,_0x495bfb)=>{const _0x243590=_0x4d7d34,{unitID:_0xabebe2,objectID:_0x3f9f5d,objectType:_0x2eba06,actions:_0x3efaaf}=_0x495bfb;return _0x133253[_0xabebe2]||(_0x133253[_0xabebe2]={}),_0x133253[_0xabebe2][_0x3f9f5d]||(_0x133253[_0xabebe2][_0x3f9f5d]={'objectID':_0x3f9f5d,'objectType':_0x2eba06,'actions':[]}),_0x133253[_0xabebe2][_0x3f9f5d][_0x243590(0x28c)][_0x243590(0x419)](..._0x3efaaf),_0x133253;},{}),_0x5f0c75=[];for(const _0xb74459 in _0xc2cab5)for(const _0x149c95 in _0xc2cab5[_0xb74459]){const {actions:_0x2ba74e,objectType:_0x522e09}=_0xc2cab5[_0xb74459][_0x149c95],_0x9fd06=[...new Set(_0x2ba74e)];_0x5f0c75[_0x4d7d34(0x419)]({'unitID':_0xb74459,'objectID':_0x149c95,'objectType':_0x522e09,'actions':_0x9fd06});}return new _0x9398ae(_0x4d7d34(0x22f),_0x58ba33,{'headers':_0x3b884a[_0x4d7d34(0x3c4)],'withCredentials':_0x3b884a[_0x4d7d34(0x425)],'responseType':_0x3b884a[_0x4d7d34(0x4ef)],'body':{'requests':_0x5f0c75}});}},{'distributeResult'(_0x98ed8b,_0x12067c){const {objectActions:_0x503883}=_0x98ed8b;return _0x12067c['map'](_0x21d00d=>{const _0x5446a=_0x466f,{unitID:_0x199130,objectID:_0x1d6958,actions:_0x2267a8}=_0x21d00d,_0x10656f=_0x503883[_0x5446a(0x283)](_0x2b03fc=>_0x2b03fc[_0x5446a(0x4e9)]===_0x199130&&_0x2b03fc['objectID']===_0x1d6958),_0x3b7a44=_0x2267a8[_0x5446a(0x192)](_0x42b669=>_0x10656f==null?void 0x0:_0x10656f[_0x5446a(0x28c)][_0x5446a(0x283)](_0x4cfcce=>_0x4cfcce[_0x5446a(0x274)]===_0x42b669))[_0x5446a(0x295)](_0x565922=>!!_0x565922);return{'config':_0x21d00d,'result':{'actions':_0x3b7a44,'error':_0x98ed8b[_0x5446a(0x241)]}};});}})}));}[_0x3238bf(0x444)](){const _0x319fed=_0x3238bf;var _0x42fb2a,_0x4e11e6;const _0x38e5de=this[_0x319fed(0x330)][_0x319fed(0x404)](Ba),_0x2c283a=this['_configService'][_0x319fed(0x404)](ie);return(_0x4e11e6=(_0x42fb2a=_0x2c283a==null?void 0x0:_0x2c283a['authzUrl'])!=null?_0x42fb2a:_0x38e5de)!=null?_0x4e11e6:ka;}async[_0x3238bf(0x371)](_0xd65510){const _0x1e8c89=_0x3238bf,_0x360bf8=this[_0x1e8c89(0x444)]()+'/'+_0xd65510[_0x1e8c89(0x523)]+_0x1e8c89(0x41e);return(await this[_0x1e8c89(0x42e)][_0x1e8c89(0x4b2)](_0x360bf8,{'body':_0xd65510}))['body']['objectID']||'';}async[_0x3238bf(0x3a6)](_0x44e779){const _0x6ee85e=_0x3238bf,_0x40f345=this[_0x6ee85e(0x444)]()+_0x6ee85e(0x511);return(await this[_0x6ee85e(0x42e)][_0x6ee85e(0x4b2)](_0x40f345,{'body':_0x44e779}))[_0x6ee85e(0x3bd)][_0x6ee85e(0x4e7)];}async[_0x3238bf(0x201)](_0x35b2eb){const _0x9c0550=_0x3238bf,_0x2d1c04=this[_0x9c0550(0x444)]()+'/'+_0x35b2eb[_0x9c0550(0x523)]+'/object/'+_0x35b2eb['objectID'];await this[_0x9c0550(0x42e)][_0x9c0550(0x1e1)](_0x2d1c04,{'body':_0x35b2eb});}async[_0x3238bf(0x406)](_0x40dfef){const _0x52f1ff=_0x3238bf,_0x1c8594=this[_0x52f1ff(0x444)]()+'/'+_0x40dfef[_0x52f1ff(0x523)]+_0x52f1ff(0x3ab)+_0x40dfef['objectID']+'/allowed';return(await this[_0x52f1ff(0x42e)][_0x52f1ff(0x4b2)](_0x1c8594,{'body':_0x40dfef}))['body'][_0x52f1ff(0x28c)];}async['batchAllowed'](_0x5a945e){const _0x301548=_0x3238bf,_0x3eb439=this[_0x301548(0x444)]()+'/-/object/-/batch_allowed';return(await this[_0x301548(0x42e)][_0x301548(0x4b2)](_0x3eb439,{'body':{'requests':_0x5a945e}}))[_0x301548(0x3bd)]['objectActions'];}async[_0x3238bf(0x44e)](_0x498442){const _0x5967eb=_0x3238bf,_0x545b76=this[_0x5967eb(0x444)]()+'/'+_0x498442[_0x5967eb(0x523)]+'/role',_0x4fcbc5=await this['_HTTPService'][_0x5967eb(0x4b2)](_0x545b76,{'body':_0x498442});return{'roles':_0x4fcbc5[_0x5967eb(0x3bd)][_0x5967eb(0x418)],'actions':_0x4fcbc5[_0x5967eb(0x3bd)]['actions']};}async['deleteCollaborator'](_0x3a1477){const _0x1c995f=_0x3238bf,_0x402dfd=this[_0x1c995f(0x444)]()+_0x1c995f(0x3b7);await this['_HTTPService'][_0x1c995f(0x45a)](_0x402dfd,{'params':{'collaboratorID':_0x3a1477[_0x1c995f(0x2c6)],'objectID':_0x3a1477[_0x1c995f(0x20d)],'unitID':_0x3a1477[_0x1c995f(0x4e9)]}});}async[_0x3238bf(0x1e4)](_0x58e063){const _0x61d282=_0x3238bf,_0x578ac9=this['_getAPIPrefixPath']()+_0x61d282(0x3b7);await this['_HTTPService'][_0x61d282(0x44c)](_0x578ac9,{'body':_0x58e063});}async[_0x3238bf(0x4eb)](_0x442ce3){const _0x19a9a4=_0x3238bf,_0x39e220=this[_0x19a9a4(0x444)]()+_0x19a9a4(0x3b7);await this[_0x19a9a4(0x42e)]['post'](_0x39e220,{'body':_0x442ce3});}async[_0x3238bf(0x41c)](_0x3a23c5){const _0x3777b5=_0x3238bf,_0x3488cf=this[_0x3777b5(0x444)]()+_0x3777b5(0x3b7);return(await this[_0x3777b5(0x42e)][_0x3777b5(0x3a5)](_0x3488cf,{'params':{'objectID':_0x3a23c5[_0x3777b5(0x20d)],'unitID':_0x3a23c5['unitID']}}))[_0x3777b5(0x3bd)][_0x3777b5(0x27a)];}async['putCollaborators'](_0x22d9ef){const _0x4beebf=_0x3238bf,_0x24ea1e=this[_0x4beebf(0x444)]()+_0x4beebf(0x3b7);await this[_0x4beebf(0x42e)][_0x4beebf(0x1e1)](_0x24ea1e,{'body':_0x22d9ef});}};cs=ja([qs(0x0,_0x4a2654(_0x4ca339)),qs(0x1,_0x4a2654(_0x12cd24))],cs);var ki={'exports':{}};function Wa(_0x4fa717){const _0x34b5f8=_0x3238bf;throw new Error(_0x34b5f8(0x25b)+_0x4fa717+'\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.');}var Ft={'exports':{}},Xs;function ue(){const _0x2ee71b=_0x3238bf;return Xs||(Xs=0x1,function(_0x4387fe,_0x6df90){(function(_0x57fec1,_0x2a7f04){_0x4387fe['exports']=_0x2a7f04();}(Z,function(){var _0x2e9e5d=_0x2e9e5d||function(_0xe209ff,_0x486aad){const _0x2abac2=_0x466f;var _0x3858e6;if(typeof window<'u'&&window[_0x2abac2(0x149)]&&(_0x3858e6=window['crypto']),typeof self<'u'&&self['crypto']&&(_0x3858e6=self[_0x2abac2(0x149)]),typeof globalThis<'u'&&globalThis['crypto']&&(_0x3858e6=globalThis[_0x2abac2(0x149)]),!_0x3858e6&&typeof window<'u'&&window[_0x2abac2(0x18d)]&&(_0x3858e6=window[_0x2abac2(0x18d)]),!_0x3858e6&&typeof Z<'u'&&Z[_0x2abac2(0x149)]&&(_0x3858e6=Z[_0x2abac2(0x149)]),!_0x3858e6&&typeof Wa=='function')try{_0x3858e6=require('crypto');}catch{}var _0x96ed67=function(){const _0x13faea=_0x2abac2;if(_0x3858e6){if(typeof _0x3858e6[_0x13faea(0x441)]==_0x13faea(0x16e))try{return _0x3858e6[_0x13faea(0x441)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x3858e6[_0x13faea(0x506)]==_0x13faea(0x16e))try{return _0x3858e6[_0x13faea(0x506)](0x4)['readInt32LE']();}catch{}}throw new Error(_0x13faea(0x554));},_0x1d4809=Object[_0x2abac2(0x371)]||(function(){function _0x174a4a(){}return function(_0x4296a9){const _0x13210b=_0x466f;var _0xcca9d0;return _0x174a4a[_0x13210b(0x439)]=_0x4296a9,_0xcca9d0=new _0x174a4a(),_0x174a4a[_0x13210b(0x439)]=null,_0xcca9d0;};}()),_0x5f24ba={},_0x3611e0=_0x5f24ba[_0x2abac2(0x187)]={},_0x40c930=_0x3611e0[_0x2abac2(0x2f1)]=(function(){return{'extend':function(_0x2517cf){const _0x295f7a=_0x466f;var _0x1a81ce=_0x1d4809(this);return _0x2517cf&&_0x1a81ce[_0x295f7a(0x233)](_0x2517cf),(!_0x1a81ce[_0x295f7a(0x1b1)](_0x295f7a(0x264))||this[_0x295f7a(0x264)]===_0x1a81ce[_0x295f7a(0x264)])&&(_0x1a81ce['init']=function(){_0x1a81ce['$super']['init']['apply'](this,arguments);}),_0x1a81ce[_0x295f7a(0x264)][_0x295f7a(0x439)]=_0x1a81ce,_0x1a81ce[_0x295f7a(0x25d)]=this,_0x1a81ce;},'create':function(){const _0x5c291c=_0x466f;var _0x9a29e0=this[_0x5c291c(0x50f)]();return _0x9a29e0['init'][_0x5c291c(0x4f9)](_0x9a29e0,arguments),_0x9a29e0;},'init':function(){},'mixIn':function(_0x5e1c23){const _0xd6eab0=_0x466f;for(var _0x54293c in _0x5e1c23)_0x5e1c23[_0xd6eab0(0x1b1)](_0x54293c)&&(this[_0x54293c]=_0x5e1c23[_0x54293c]);_0x5e1c23[_0xd6eab0(0x1b1)]('toString')&&(this['toString']=_0x5e1c23[_0xd6eab0(0x1b8)]);},'clone':function(){const _0x1ceff3=_0x466f;return this[_0x1ceff3(0x264)][_0x1ceff3(0x439)][_0x1ceff3(0x50f)](this);}};}()),_0x2b49c9=_0x3611e0['WordArray']=_0x40c930[_0x2abac2(0x50f)]({'init':function(_0x417a89,_0x1ee5f7){const _0x1480b7=_0x2abac2;_0x417a89=this['words']=_0x417a89||[],_0x1ee5f7!=_0x486aad?this['sigBytes']=_0x1ee5f7:this[_0x1480b7(0x312)]=_0x417a89[_0x1480b7(0x325)]*0x4;},'toString':function(_0x54ed49){const _0xb90815=_0x2abac2;return(_0x54ed49||_0x2ccfdd)[_0xb90815(0x2a3)](this);},'concat':function(_0x141831){const _0x25a35a=_0x2abac2;var _0x2c82f4=this['words'],_0x34abf0=_0x141831['words'],_0x37ee1f=this[_0x25a35a(0x312)],_0x39472e=_0x141831[_0x25a35a(0x312)];if(this['clamp'](),_0x37ee1f%0x4)for(var _0x5e9d90=0x0;_0x5e9d90<_0x39472e;_0x5e9d90++){var _0x4fd010=_0x34abf0[_0x5e9d90>>>0x2]>>>0x18-_0x5e9d90%0x4*0x8&0xff;_0x2c82f4[_0x37ee1f+_0x5e9d90>>>0x2]|=_0x4fd010<<0x18-(_0x37ee1f+_0x5e9d90)%0x4*0x8;}else{for(var _0x4ba7fc=0x0;_0x4ba7fc<_0x39472e;_0x4ba7fc+=0x4)_0x2c82f4[_0x37ee1f+_0x4ba7fc>>>0x2]=_0x34abf0[_0x4ba7fc>>>0x2];}return this[_0x25a35a(0x312)]+=_0x39472e,this;},'clamp':function(){const _0x301473=_0x2abac2;var _0x5a5bea=this[_0x301473(0x142)],_0x4a7b0a=this['sigBytes'];_0x5a5bea[_0x4a7b0a>>>0x2]&=0xffffffff<<0x20-_0x4a7b0a%0x4*0x8,_0x5a5bea[_0x301473(0x325)]=_0xe209ff[_0x301473(0x373)](_0x4a7b0a/0x4);},'clone':function(){const _0x1d5ed4=_0x2abac2;var _0x5a067f=_0x40c930[_0x1d5ed4(0x53c)][_0x1d5ed4(0x46d)](this);return _0x5a067f[_0x1d5ed4(0x142)]=this[_0x1d5ed4(0x142)][_0x1d5ed4(0x423)](0x0),_0x5a067f;},'random':function(_0x37d753){const _0x21eb09=_0x2abac2;for(var _0x149128=[],_0x416a45=0x0;_0x416a45<_0x37d753;_0x416a45+=0x4)_0x149128[_0x21eb09(0x419)](_0x96ed67());return new _0x2b49c9['init'](_0x149128,_0x37d753);}}),_0x2bd911=_0x5f24ba[_0x2abac2(0x40e)]={},_0x2ccfdd=_0x2bd911[_0x2abac2(0x168)]={'stringify':function(_0x549404){const _0x133e4b=_0x2abac2;for(var _0xb3c8a0=_0x549404['words'],_0x47f75f=_0x549404[_0x133e4b(0x312)],_0x116399=[],_0x42d476=0x0;_0x42d476<_0x47f75f;_0x42d476++){var _0x5699b6=_0xb3c8a0[_0x42d476>>>0x2]>>>0x18-_0x42d476%0x4*0x8&0xff;_0x116399[_0x133e4b(0x419)]((_0x5699b6>>>0x4)[_0x133e4b(0x1b8)](0x10)),_0x116399['push']((_0x5699b6&0xf)['toString'](0x10));}return _0x116399[_0x133e4b(0x1ba)]('');},'parse':function(_0x5b286e){const _0x175579=_0x2abac2;for(var _0x877675=_0x5b286e[_0x175579(0x325)],_0x30119e=[],_0x290d3a=0x0;_0x290d3a<_0x877675;_0x290d3a+=0x2)_0x30119e[_0x290d3a>>>0x3]|=parseInt(_0x5b286e[_0x175579(0x4d8)](_0x290d3a,0x2),0x10)<<0x18-_0x290d3a%0x8*0x4;return new _0x2b49c9[(_0x175579(0x264))](_0x30119e,_0x877675/0x2);}},_0x3614ec=_0x2bd911['Latin1']={'stringify':function(_0x519778){const _0x1fd62f=_0x2abac2;for(var _0x1e570a=_0x519778[_0x1fd62f(0x142)],_0x4d1886=_0x519778[_0x1fd62f(0x312)],_0x310af3=[],_0x17f6bd=0x0;_0x17f6bd<_0x4d1886;_0x17f6bd++){var _0x579244=_0x1e570a[_0x17f6bd>>>0x2]>>>0x18-_0x17f6bd%0x4*0x8&0xff;_0x310af3[_0x1fd62f(0x419)](String[_0x1fd62f(0x427)](_0x579244));}return _0x310af3[_0x1fd62f(0x1ba)]('');},'parse':function(_0x2d4e95){const _0x4a3ed8=_0x2abac2;for(var _0x1535e9=_0x2d4e95[_0x4a3ed8(0x325)],_0x3483a8=[],_0x54b107=0x0;_0x54b107<_0x1535e9;_0x54b107++)_0x3483a8[_0x54b107>>>0x2]|=(_0x2d4e95[_0x4a3ed8(0x1e2)](_0x54b107)&0xff)<<0x18-_0x54b107%0x4*0x8;return new _0x2b49c9['init'](_0x3483a8,_0x1535e9);}},_0x643054=_0x2bd911['Utf8']={'stringify':function(_0x5ea095){const _0x2ddfa5=_0x2abac2;try{return decodeURIComponent(escape(_0x3614ec[_0x2ddfa5(0x2a3)](_0x5ea095)));}catch{throw new Error(_0x2ddfa5(0x4a1));}},'parse':function(_0x233fee){const _0x2bec91=_0x2abac2;return _0x3614ec[_0x2bec91(0x47a)](unescape(encodeURIComponent(_0x233fee)));}},_0x3ae358=_0x3611e0[_0x2abac2(0x2f3)]=_0x40c930['extend']({'reset':function(){const _0x4521e9=_0x2abac2;this[_0x4521e9(0x429)]=new _0x2b49c9['init'](),this[_0x4521e9(0x4d2)]=0x0;},'_append':function(_0x3d54c0){const _0x497172=_0x2abac2;typeof _0x3d54c0==_0x497172(0x303)&&(_0x3d54c0=_0x643054[_0x497172(0x47a)](_0x3d54c0)),this[_0x497172(0x429)][_0x497172(0x4e0)](_0x3d54c0),this[_0x497172(0x4d2)]+=_0x3d54c0[_0x497172(0x312)];},'_process':function(_0x22b603){const _0xe9c82b=_0x2abac2;var _0x4140cb,_0xcefefa=this[_0xe9c82b(0x429)],_0xa5cd34=_0xcefefa[_0xe9c82b(0x142)],_0x11db71=_0xcefefa[_0xe9c82b(0x312)],_0x19f38d=this[_0xe9c82b(0x314)],_0x56ec15=_0x19f38d*0x4,_0x1998e2=_0x11db71/_0x56ec15;_0x22b603?_0x1998e2=_0xe209ff['ceil'](_0x1998e2):_0x1998e2=_0xe209ff['max']((_0x1998e2|0x0)-this['_minBufferSize'],0x0);var _0x61cd42=_0x1998e2*_0x19f38d,_0x13bd35=_0xe209ff['min'](_0x61cd42*0x4,_0x11db71);if(_0x61cd42){for(var _0x1cc055=0x0;_0x1cc055<_0x61cd42;_0x1cc055+=_0x19f38d)this[_0xe9c82b(0x27b)](_0xa5cd34,_0x1cc055);_0x4140cb=_0xa5cd34[_0xe9c82b(0x47e)](0x0,_0x61cd42),_0xcefefa['sigBytes']-=_0x13bd35;}return new _0x2b49c9[(_0xe9c82b(0x264))](_0x4140cb,_0x13bd35);},'clone':function(){const _0x123775=_0x2abac2;var _0x52759e=_0x40c930['clone'][_0x123775(0x46d)](this);return _0x52759e['_data']=this['_data'][_0x123775(0x53c)](),_0x52759e;},'_minBufferSize':0x0});_0x3611e0[_0x2abac2(0x549)]=_0x3ae358[_0x2abac2(0x50f)]({'cfg':_0x40c930[_0x2abac2(0x50f)](),'init':function(_0x231a4f){const _0x9f05db=_0x2abac2;this[_0x9f05db(0x33d)]=this[_0x9f05db(0x33d)][_0x9f05db(0x50f)](_0x231a4f),this['reset']();},'reset':function(){const _0x420255=_0x2abac2;_0x3ae358[_0x420255(0x458)][_0x420255(0x46d)](this),this[_0x420255(0x20e)]();},'update':function(_0x1be58b){const _0x5816b5=_0x2abac2;return this[_0x5816b5(0x243)](_0x1be58b),this[_0x5816b5(0x4da)](),this;},'finalize':function(_0x37cd39){const _0x3938eb=_0x2abac2;_0x37cd39&&this[_0x3938eb(0x243)](_0x37cd39);var _0x8b0a11=this[_0x3938eb(0x268)]();return _0x8b0a11;},'blockSize':0x10,'_createHelper':function(_0x2c9f67){return function(_0x10000f,_0x49ec5d){const _0x358847=_0x466f;return new _0x2c9f67[(_0x358847(0x264))](_0x49ec5d)[_0x358847(0x3dd)](_0x10000f);};},'_createHmacHelper':function(_0x14fdc3){return function(_0x3690a3,_0x476f7c){const _0x56b9ea=_0x466f;return new _0x171803[(_0x56b9ea(0x52b))]['init'](_0x14fdc3,_0x476f7c)[_0x56b9ea(0x3dd)](_0x3690a3);};}});var _0x171803=_0x5f24ba[_0x2abac2(0x4c5)]={};return _0x5f24ba;}(Math);return _0x2e9e5d;}));}(Ft)),Ft[_0x2ee71b(0x354)];}var Vt={'exports':{}},Js;function Wi(){const _0x5baf70=_0x3238bf;return Js||(Js=0x1,function(_0x1fe998,_0x59d2e3){(function(_0x472074,_0x294481){const _0x253a3f=_0x466f;_0x1fe998[_0x253a3f(0x354)]=_0x294481(ue());}(Z,function(_0x2bfad1){const _0x485786=_0x466f;return(function(){const _0x3db4db=_0x466f;var _0x353865=_0x2bfad1,_0x412422=_0x353865['lib'],_0x2731fe=_0x412422[_0x3db4db(0x1dd)],_0x32e33f=_0x353865[_0x3db4db(0x40e)];_0x32e33f[_0x3db4db(0x47f)]={'stringify':function(_0x4c5c93){const _0x174c60=_0x3db4db;var _0x42f2a4=_0x4c5c93[_0x174c60(0x142)],_0x5c7956=_0x4c5c93['sigBytes'],_0x3fdbfe=this[_0x174c60(0x37b)];_0x4c5c93[_0x174c60(0x2bc)]();for(var _0xa5c0a7=[],_0x41757b=0x0;_0x41757b<_0x5c7956;_0x41757b+=0x3)for(var _0x131bf5=_0x42f2a4[_0x41757b>>>0x2]>>>0x18-_0x41757b%0x4*0x8&0xff,_0x112545=_0x42f2a4[_0x41757b+0x1>>>0x2]>>>0x18-(_0x41757b+0x1)%0x4*0x8&0xff,_0x212875=_0x42f2a4[_0x41757b+0x2>>>0x2]>>>0x18-(_0x41757b+0x2)%0x4*0x8&0xff,_0x1fc551=_0x131bf5<<0x10|_0x112545<<0x8|_0x212875,_0x4d8de8=0x0;_0x4d8de8<0x4&&_0x41757b+_0x4d8de8*0.75<_0x5c7956;_0x4d8de8++)_0xa5c0a7[_0x174c60(0x419)](_0x3fdbfe[_0x174c60(0x27c)](_0x1fc551>>>0x6*(0x3-_0x4d8de8)&0x3f));var _0x2a1904=_0x3fdbfe[_0x174c60(0x27c)](0x40);if(_0x2a1904){for(;_0xa5c0a7[_0x174c60(0x325)]%0x4;)_0xa5c0a7[_0x174c60(0x419)](_0x2a1904);}return _0xa5c0a7[_0x174c60(0x1ba)]('');},'parse':function(_0x112273){const _0x2abda3=_0x3db4db;var _0x2be146=_0x112273['length'],_0x1e3691=this[_0x2abda3(0x37b)],_0x39f8b8=this[_0x2abda3(0x3b1)];if(!_0x39f8b8){_0x39f8b8=this[_0x2abda3(0x3b1)]=[];for(var _0x3c5efb=0x0;_0x3c5efb<_0x1e3691[_0x2abda3(0x325)];_0x3c5efb++)_0x39f8b8[_0x1e3691['charCodeAt'](_0x3c5efb)]=_0x3c5efb;}var _0x28994b=_0x1e3691[_0x2abda3(0x27c)](0x40);if(_0x28994b){var _0x28401f=_0x112273[_0x2abda3(0x33e)](_0x28994b);_0x28401f!==-0x1&&(_0x2be146=_0x28401f);}return _0x367dcc(_0x112273,_0x2be146,_0x39f8b8);},'_map':_0x3db4db(0x4bf)};function _0x367dcc(_0x15d0a0,_0x84b50,_0x213f44){const _0x34ab84=_0x3db4db;for(var _0x5cb224=[],_0xbc23cf=0x0,_0x4800ae=0x0;_0x4800ae<_0x84b50;_0x4800ae++)if(_0x4800ae%0x4){var _0x55abc1=_0x213f44[_0x15d0a0[_0x34ab84(0x1e2)](_0x4800ae-0x1)]<<_0x4800ae%0x4*0x2,_0x2dba30=_0x213f44[_0x15d0a0[_0x34ab84(0x1e2)](_0x4800ae)]>>>0x6-_0x4800ae%0x4*0x2,_0x822295=_0x55abc1|_0x2dba30;_0x5cb224[_0xbc23cf>>>0x2]|=_0x822295<<0x18-_0xbc23cf%0x4*0x8,_0xbc23cf++;}return _0x2731fe['create'](_0x5cb224,_0xbc23cf);}}()),_0x2bfad1[_0x485786(0x40e)][_0x485786(0x47f)];}));}(Vt)),Vt[_0x5baf70(0x354)];}var Gt={'exports':{}},Zs;function Fa(){const _0x87de9f=_0x3238bf;return Zs||(Zs=0x1,function(_0x5e198a,_0x209e67){(function(_0x26a6e2,_0x29a81e){const _0x51466e=_0x466f;_0x5e198a[_0x51466e(0x354)]=_0x29a81e(ue());}(Z,function(_0x3117b9){const _0x5b3f3f=_0x466f;return function(_0x468543){const _0x54d3d6=_0x466f;var _0x3c08da=_0x3117b9,_0x18e7d9=_0x3c08da['lib'],_0x1b0128=_0x18e7d9['WordArray'],_0x3c8699=_0x18e7d9[_0x54d3d6(0x549)],_0x4529d5=_0x3c08da[_0x54d3d6(0x4c5)],_0x1dbc34=[];(function(){const _0x1f9b61=_0x54d3d6;for(var _0x228406=0x0;_0x228406<0x40;_0x228406++)_0x1dbc34[_0x228406]=_0x468543[_0x1f9b61(0x1d3)](_0x468543[_0x1f9b61(0x2c0)](_0x228406+0x1))*0x100000000|0x0;}());var _0x2c786d=_0x4529d5['MD5']=_0x3c8699[_0x54d3d6(0x50f)]({'_doReset':function(){const _0x17a546=_0x54d3d6;this[_0x17a546(0x508)]=new _0x1b0128[(_0x17a546(0x264))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x72249f,_0x2c04f5){const _0x2b6446=_0x54d3d6;for(var _0x41af15=0x0;_0x41af15<0x10;_0x41af15++){var _0x474aba=_0x2c04f5+_0x41af15,_0x37b22a=_0x72249f[_0x474aba];_0x72249f[_0x474aba]=(_0x37b22a<<0x8|_0x37b22a>>>0x18)&0xff00ff|(_0x37b22a<<0x18|_0x37b22a>>>0x8)&0xff00ff00;}var _0x1e0c8b=this[_0x2b6446(0x508)][_0x2b6446(0x142)],_0x3a4bfd=_0x72249f[_0x2c04f5+0x0],_0x2a9d55=_0x72249f[_0x2c04f5+0x1],_0x6c1e65=_0x72249f[_0x2c04f5+0x2],_0x2cf514=_0x72249f[_0x2c04f5+0x3],_0xaa717d=_0x72249f[_0x2c04f5+0x4],_0x2fa285=_0x72249f[_0x2c04f5+0x5],_0x366de7=_0x72249f[_0x2c04f5+0x6],_0x253f0c=_0x72249f[_0x2c04f5+0x7],_0x2b61d8=_0x72249f[_0x2c04f5+0x8],_0x492a1d=_0x72249f[_0x2c04f5+0x9],_0x4b369e=_0x72249f[_0x2c04f5+0xa],_0x1750ae=_0x72249f[_0x2c04f5+0xb],_0x31eea4=_0x72249f[_0x2c04f5+0xc],_0x1d422b=_0x72249f[_0x2c04f5+0xd],_0x39f822=_0x72249f[_0x2c04f5+0xe],_0x465f18=_0x72249f[_0x2c04f5+0xf],_0x50333b=_0x1e0c8b[0x0],_0x458721=_0x1e0c8b[0x1],_0x2a7071=_0x1e0c8b[0x2],_0x34bc7b=_0x1e0c8b[0x3];_0x50333b=_0x12ccbc(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x3a4bfd,0x7,_0x1dbc34[0x0]),_0x34bc7b=_0x12ccbc(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x2a9d55,0xc,_0x1dbc34[0x1]),_0x2a7071=_0x12ccbc(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x6c1e65,0x11,_0x1dbc34[0x2]),_0x458721=_0x12ccbc(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x2cf514,0x16,_0x1dbc34[0x3]),_0x50333b=_0x12ccbc(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0xaa717d,0x7,_0x1dbc34[0x4]),_0x34bc7b=_0x12ccbc(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x2fa285,0xc,_0x1dbc34[0x5]),_0x2a7071=_0x12ccbc(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x366de7,0x11,_0x1dbc34[0x6]),_0x458721=_0x12ccbc(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x253f0c,0x16,_0x1dbc34[0x7]),_0x50333b=_0x12ccbc(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x2b61d8,0x7,_0x1dbc34[0x8]),_0x34bc7b=_0x12ccbc(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x492a1d,0xc,_0x1dbc34[0x9]),_0x2a7071=_0x12ccbc(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x4b369e,0x11,_0x1dbc34[0xa]),_0x458721=_0x12ccbc(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x1750ae,0x16,_0x1dbc34[0xb]),_0x50333b=_0x12ccbc(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x31eea4,0x7,_0x1dbc34[0xc]),_0x34bc7b=_0x12ccbc(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x1d422b,0xc,_0x1dbc34[0xd]),_0x2a7071=_0x12ccbc(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x39f822,0x11,_0x1dbc34[0xe]),_0x458721=_0x12ccbc(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x465f18,0x16,_0x1dbc34[0xf]),_0x50333b=_0x1c5ccc(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x2a9d55,0x5,_0x1dbc34[0x10]),_0x34bc7b=_0x1c5ccc(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x366de7,0x9,_0x1dbc34[0x11]),_0x2a7071=_0x1c5ccc(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x1750ae,0xe,_0x1dbc34[0x12]),_0x458721=_0x1c5ccc(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x3a4bfd,0x14,_0x1dbc34[0x13]),_0x50333b=_0x1c5ccc(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x2fa285,0x5,_0x1dbc34[0x14]),_0x34bc7b=_0x1c5ccc(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x4b369e,0x9,_0x1dbc34[0x15]),_0x2a7071=_0x1c5ccc(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x465f18,0xe,_0x1dbc34[0x16]),_0x458721=_0x1c5ccc(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0xaa717d,0x14,_0x1dbc34[0x17]),_0x50333b=_0x1c5ccc(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x492a1d,0x5,_0x1dbc34[0x18]),_0x34bc7b=_0x1c5ccc(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x39f822,0x9,_0x1dbc34[0x19]),_0x2a7071=_0x1c5ccc(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x2cf514,0xe,_0x1dbc34[0x1a]),_0x458721=_0x1c5ccc(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x2b61d8,0x14,_0x1dbc34[0x1b]),_0x50333b=_0x1c5ccc(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x1d422b,0x5,_0x1dbc34[0x1c]),_0x34bc7b=_0x1c5ccc(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x6c1e65,0x9,_0x1dbc34[0x1d]),_0x2a7071=_0x1c5ccc(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x253f0c,0xe,_0x1dbc34[0x1e]),_0x458721=_0x1c5ccc(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x31eea4,0x14,_0x1dbc34[0x1f]),_0x50333b=_0x5c2190(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x2fa285,0x4,_0x1dbc34[0x20]),_0x34bc7b=_0x5c2190(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x2b61d8,0xb,_0x1dbc34[0x21]),_0x2a7071=_0x5c2190(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x1750ae,0x10,_0x1dbc34[0x22]),_0x458721=_0x5c2190(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x39f822,0x17,_0x1dbc34[0x23]),_0x50333b=_0x5c2190(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x2a9d55,0x4,_0x1dbc34[0x24]),_0x34bc7b=_0x5c2190(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0xaa717d,0xb,_0x1dbc34[0x25]),_0x2a7071=_0x5c2190(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x253f0c,0x10,_0x1dbc34[0x26]),_0x458721=_0x5c2190(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x4b369e,0x17,_0x1dbc34[0x27]),_0x50333b=_0x5c2190(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x1d422b,0x4,_0x1dbc34[0x28]),_0x34bc7b=_0x5c2190(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x3a4bfd,0xb,_0x1dbc34[0x29]),_0x2a7071=_0x5c2190(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x2cf514,0x10,_0x1dbc34[0x2a]),_0x458721=_0x5c2190(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x366de7,0x17,_0x1dbc34[0x2b]),_0x50333b=_0x5c2190(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x492a1d,0x4,_0x1dbc34[0x2c]),_0x34bc7b=_0x5c2190(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x31eea4,0xb,_0x1dbc34[0x2d]),_0x2a7071=_0x5c2190(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x465f18,0x10,_0x1dbc34[0x2e]),_0x458721=_0x5c2190(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x6c1e65,0x17,_0x1dbc34[0x2f]),_0x50333b=_0x24448d(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x3a4bfd,0x6,_0x1dbc34[0x30]),_0x34bc7b=_0x24448d(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x253f0c,0xa,_0x1dbc34[0x31]),_0x2a7071=_0x24448d(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x39f822,0xf,_0x1dbc34[0x32]),_0x458721=_0x24448d(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x2fa285,0x15,_0x1dbc34[0x33]),_0x50333b=_0x24448d(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x31eea4,0x6,_0x1dbc34[0x34]),_0x34bc7b=_0x24448d(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x2cf514,0xa,_0x1dbc34[0x35]),_0x2a7071=_0x24448d(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x4b369e,0xf,_0x1dbc34[0x36]),_0x458721=_0x24448d(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x2a9d55,0x15,_0x1dbc34[0x37]),_0x50333b=_0x24448d(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0x2b61d8,0x6,_0x1dbc34[0x38]),_0x34bc7b=_0x24448d(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x465f18,0xa,_0x1dbc34[0x39]),_0x2a7071=_0x24448d(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x366de7,0xf,_0x1dbc34[0x3a]),_0x458721=_0x24448d(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x1d422b,0x15,_0x1dbc34[0x3b]),_0x50333b=_0x24448d(_0x50333b,_0x458721,_0x2a7071,_0x34bc7b,_0xaa717d,0x6,_0x1dbc34[0x3c]),_0x34bc7b=_0x24448d(_0x34bc7b,_0x50333b,_0x458721,_0x2a7071,_0x1750ae,0xa,_0x1dbc34[0x3d]),_0x2a7071=_0x24448d(_0x2a7071,_0x34bc7b,_0x50333b,_0x458721,_0x6c1e65,0xf,_0x1dbc34[0x3e]),_0x458721=_0x24448d(_0x458721,_0x2a7071,_0x34bc7b,_0x50333b,_0x492a1d,0x15,_0x1dbc34[0x3f]),_0x1e0c8b[0x0]=_0x1e0c8b[0x0]+_0x50333b|0x0,_0x1e0c8b[0x1]=_0x1e0c8b[0x1]+_0x458721|0x0,_0x1e0c8b[0x2]=_0x1e0c8b[0x2]+_0x2a7071|0x0,_0x1e0c8b[0x3]=_0x1e0c8b[0x3]+_0x34bc7b|0x0;},'_doFinalize':function(){const _0x724757=_0x54d3d6;var _0x50ad11=this[_0x724757(0x429)],_0x5b54d7=_0x50ad11[_0x724757(0x142)],_0x2e55b2=this[_0x724757(0x4d2)]*0x8,_0x5da83e=_0x50ad11['sigBytes']*0x8;_0x5b54d7[_0x5da83e>>>0x5]|=0x80<<0x18-_0x5da83e%0x20;var _0x579b2e=_0x468543[_0x724757(0x3de)](_0x2e55b2/0x100000000),_0x5b926d=_0x2e55b2;_0x5b54d7[(_0x5da83e+0x40>>>0x9<<0x4)+0xf]=(_0x579b2e<<0x8|_0x579b2e>>>0x18)&0xff00ff|(_0x579b2e<<0x18|_0x579b2e>>>0x8)&0xff00ff00,_0x5b54d7[(_0x5da83e+0x40>>>0x9<<0x4)+0xe]=(_0x5b926d<<0x8|_0x5b926d>>>0x18)&0xff00ff|(_0x5b926d<<0x18|_0x5b926d>>>0x8)&0xff00ff00,_0x50ad11['sigBytes']=(_0x5b54d7[_0x724757(0x325)]+0x1)*0x4,this[_0x724757(0x4da)]();for(var _0x1470a7=this[_0x724757(0x508)],_0xa89df9=_0x1470a7['words'],_0x4b796d=0x0;_0x4b796d<0x4;_0x4b796d++){var _0x19c874=_0xa89df9[_0x4b796d];_0xa89df9[_0x4b796d]=(_0x19c874<<0x8|_0x19c874>>>0x18)&0xff00ff|(_0x19c874<<0x18|_0x19c874>>>0x8)&0xff00ff00;}return _0x1470a7;},'clone':function(){const _0x55558d=_0x54d3d6;var _0x315bb5=_0x3c8699[_0x55558d(0x53c)][_0x55558d(0x46d)](this);return _0x315bb5[_0x55558d(0x508)]=this[_0x55558d(0x508)][_0x55558d(0x53c)](),_0x315bb5;}});function _0x12ccbc(_0x503e3b,_0xb8a043,_0x53fc1a,_0x1fad00,_0x28b3c0,_0x593b1e,_0x3876a6){var _0x41c269=_0x503e3b+(_0xb8a043&_0x53fc1a|~_0xb8a043&_0x1fad00)+_0x28b3c0+_0x3876a6;return(_0x41c269<<_0x593b1e|_0x41c269>>>0x20-_0x593b1e)+_0xb8a043;}function _0x1c5ccc(_0x379400,_0x2165d4,_0x26a709,_0x55f37f,_0x5a072a,_0x10054c,_0x267af7){var _0x27034b=_0x379400+(_0x2165d4&_0x55f37f|_0x26a709&~_0x55f37f)+_0x5a072a+_0x267af7;return(_0x27034b<<_0x10054c|_0x27034b>>>0x20-_0x10054c)+_0x2165d4;}function _0x5c2190(_0x2062ee,_0x2ccf2c,_0x114b61,_0x35eeb1,_0x12273c,_0x287445,_0x117fb7){var _0x16ae09=_0x2062ee+(_0x2ccf2c^_0x114b61^_0x35eeb1)+_0x12273c+_0x117fb7;return(_0x16ae09<<_0x287445|_0x16ae09>>>0x20-_0x287445)+_0x2ccf2c;}function _0x24448d(_0x515df6,_0x453444,_0x161741,_0x18271c,_0x15cd9e,_0x4cb17e,_0x406298){var _0x54bd9f=_0x515df6+(_0x161741^(_0x453444|~_0x18271c))+_0x15cd9e+_0x406298;return(_0x54bd9f<<_0x4cb17e|_0x54bd9f>>>0x20-_0x4cb17e)+_0x453444;}_0x3c08da[_0x54d3d6(0x26a)]=_0x3c8699[_0x54d3d6(0x461)](_0x2c786d),_0x3c08da['HmacMD5']=_0x3c8699['_createHmacHelper'](_0x2c786d);}(Math),_0x3117b9[_0x5b3f3f(0x26a)];}));}(Gt)),Gt[_0x87de9f(0x354)];}var Yt={'exports':{}},Kt={'exports':{}},Qs;function Va(){const _0x43c762=_0x3238bf;return Qs||(Qs=0x1,function(_0x32244a,_0x123fbe){(function(_0x594e72,_0x11605a){_0x32244a['exports']=_0x11605a(ue());}(Z,function(_0x12672d){return(function(){const _0x3447ac=_0x466f;var _0x154431=_0x12672d,_0x20d8a8=_0x154431[_0x3447ac(0x187)],_0x17186b=_0x20d8a8[_0x3447ac(0x1dd)],_0x2e6515=_0x20d8a8['Hasher'],_0x1cd484=_0x154431[_0x3447ac(0x4c5)],_0x469684=[],_0x60e561=_0x1cd484[_0x3447ac(0x528)]=_0x2e6515['extend']({'_doReset':function(){const _0x4e7655=_0x3447ac;this[_0x4e7655(0x508)]=new _0x17186b[(_0x4e7655(0x264))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x493905,_0x19fe03){const _0x50f82e=_0x3447ac;for(var _0x1de9ae=this[_0x50f82e(0x508)][_0x50f82e(0x142)],_0x56a5e9=_0x1de9ae[0x0],_0x11e208=_0x1de9ae[0x1],_0x4aafe5=_0x1de9ae[0x2],_0x25531f=_0x1de9ae[0x3],_0xf34e67=_0x1de9ae[0x4],_0x59cc18=0x0;_0x59cc18<0x50;_0x59cc18++){if(_0x59cc18<0x10)_0x469684[_0x59cc18]=_0x493905[_0x19fe03+_0x59cc18]|0x0;else{var _0x1e19c5=_0x469684[_0x59cc18-0x3]^_0x469684[_0x59cc18-0x8]^_0x469684[_0x59cc18-0xe]^_0x469684[_0x59cc18-0x10];_0x469684[_0x59cc18]=_0x1e19c5<<0x1|_0x1e19c5>>>0x1f;}var _0x4cbe15=(_0x56a5e9<<0x5|_0x56a5e9>>>0x1b)+_0xf34e67+_0x469684[_0x59cc18];_0x59cc18<0x14?_0x4cbe15+=(_0x11e208&_0x4aafe5|~_0x11e208&_0x25531f)+0x5a827999:_0x59cc18<0x28?_0x4cbe15+=(_0x11e208^_0x4aafe5^_0x25531f)+0x6ed9eba1:_0x59cc18<0x3c?_0x4cbe15+=(_0x11e208&_0x4aafe5|_0x11e208&_0x25531f|_0x4aafe5&_0x25531f)-0x70e44324:_0x4cbe15+=(_0x11e208^_0x4aafe5^_0x25531f)-0x359d3e2a,_0xf34e67=_0x25531f,_0x25531f=_0x4aafe5,_0x4aafe5=_0x11e208<<0x1e|_0x11e208>>>0x2,_0x11e208=_0x56a5e9,_0x56a5e9=_0x4cbe15;}_0x1de9ae[0x0]=_0x1de9ae[0x0]+_0x56a5e9|0x0,_0x1de9ae[0x1]=_0x1de9ae[0x1]+_0x11e208|0x0,_0x1de9ae[0x2]=_0x1de9ae[0x2]+_0x4aafe5|0x0,_0x1de9ae[0x3]=_0x1de9ae[0x3]+_0x25531f|0x0,_0x1de9ae[0x4]=_0x1de9ae[0x4]+_0xf34e67|0x0;},'_doFinalize':function(){const _0x4648b8=_0x3447ac;var _0x23a9d6=this['_data'],_0x46b1d6=_0x23a9d6[_0x4648b8(0x142)],_0x2a7579=this['_nDataBytes']*0x8,_0x5dcfc2=_0x23a9d6[_0x4648b8(0x312)]*0x8;return _0x46b1d6[_0x5dcfc2>>>0x5]|=0x80<<0x18-_0x5dcfc2%0x20,_0x46b1d6[(_0x5dcfc2+0x40>>>0x9<<0x4)+0xe]=Math[_0x4648b8(0x3de)](_0x2a7579/0x100000000),_0x46b1d6[(_0x5dcfc2+0x40>>>0x9<<0x4)+0xf]=_0x2a7579,_0x23a9d6[_0x4648b8(0x312)]=_0x46b1d6['length']*0x4,this[_0x4648b8(0x4da)](),this[_0x4648b8(0x508)];},'clone':function(){const _0x332656=_0x3447ac;var _0x41b5ca=_0x2e6515[_0x332656(0x53c)][_0x332656(0x46d)](this);return _0x41b5ca[_0x332656(0x508)]=this[_0x332656(0x508)]['clone'](),_0x41b5ca;}});_0x154431[_0x3447ac(0x528)]=_0x2e6515['_createHelper'](_0x60e561),_0x154431[_0x3447ac(0x148)]=_0x2e6515[_0x3447ac(0x36d)](_0x60e561);}()),_0x12672d['SHA1'];}));}(Kt)),Kt[_0x43c762(0x354)];}var zt={'exports':{}},ei;function Ga(){return ei||(ei=0x1,function(_0x5cf573,_0x4e2728){(function(_0x4d58,_0x1c4eb6){const _0x29e628=_0x466f;_0x5cf573[_0x29e628(0x354)]=_0x1c4eb6(ue());}(Z,function(_0x3ddc3a){(function(){const _0x1013a4=_0x466f;var _0xe90d64=_0x3ddc3a,_0x5b1194=_0xe90d64['lib'],_0x401a5d=_0x5b1194[_0x1013a4(0x2f1)],_0x16516b=_0xe90d64[_0x1013a4(0x40e)],_0x54a5df=_0x16516b[_0x1013a4(0x521)],_0x365392=_0xe90d64['algo'];_0x365392[_0x1013a4(0x52b)]=_0x401a5d['extend']({'init':function(_0x5b65c7,_0x10fc39){const _0x59f8d8=_0x1013a4;_0x5b65c7=this[_0x59f8d8(0x531)]=new _0x5b65c7[(_0x59f8d8(0x264))](),typeof _0x10fc39==_0x59f8d8(0x303)&&(_0x10fc39=_0x54a5df[_0x59f8d8(0x47a)](_0x10fc39));var _0x131254=_0x5b65c7[_0x59f8d8(0x314)],_0x751fd4=_0x131254*0x4;_0x10fc39[_0x59f8d8(0x312)]>_0x751fd4&&(_0x10fc39=_0x5b65c7[_0x59f8d8(0x3dd)](_0x10fc39)),_0x10fc39[_0x59f8d8(0x2bc)]();for(var _0x41d2ae=this['_oKey']=_0x10fc39[_0x59f8d8(0x53c)](),_0x3e856c=this[_0x59f8d8(0x306)]=_0x10fc39[_0x59f8d8(0x53c)](),_0x366849=_0x41d2ae[_0x59f8d8(0x142)],_0x4497e7=_0x3e856c[_0x59f8d8(0x142)],_0x47df5b=0x0;_0x47df5b<_0x131254;_0x47df5b++)_0x366849[_0x47df5b]^=0x5c5c5c5c,_0x4497e7[_0x47df5b]^=0x36363636;_0x41d2ae[_0x59f8d8(0x312)]=_0x3e856c['sigBytes']=_0x751fd4,this[_0x59f8d8(0x458)]();},'reset':function(){const _0x257f2d=_0x1013a4;var _0x33cfcb=this[_0x257f2d(0x531)];_0x33cfcb['reset'](),_0x33cfcb[_0x257f2d(0x201)](this[_0x257f2d(0x306)]);},'update':function(_0x5d8f80){const _0x1a967d=_0x1013a4;return this[_0x1a967d(0x531)][_0x1a967d(0x201)](_0x5d8f80),this;},'finalize':function(_0x5bc7fa){const _0xf211d6=_0x1013a4;var _0x35e328=this['_hasher'],_0x58bdff=_0x35e328['finalize'](_0x5bc7fa);_0x35e328[_0xf211d6(0x458)]();var _0x370bf5=_0x35e328[_0xf211d6(0x3dd)](this[_0xf211d6(0x299)][_0xf211d6(0x53c)]()[_0xf211d6(0x4e0)](_0x58bdff));return _0x370bf5;}});}());}));}(zt)),zt['exports'];}var ti;function Fi(){const _0x3d361e=_0x3238bf;return ti||(ti=0x1,function(_0x820735,_0x21a167){(function(_0x2ce33e,_0x126b09,_0x291c4b){const _0x2aa5d0=_0x466f;_0x820735[_0x2aa5d0(0x354)]=_0x126b09(ue(),Va(),Ga());}(Z,function(_0x2219fa){return(function(){const _0xf35234=_0x466f;var _0x1b4554=_0x2219fa,_0x40e614=_0x1b4554[_0xf35234(0x187)],_0x50077d=_0x40e614[_0xf35234(0x2f1)],_0x2ff556=_0x40e614[_0xf35234(0x1dd)],_0x2917bb=_0x1b4554[_0xf35234(0x4c5)],_0x47a90d=_0x2917bb[_0xf35234(0x26a)],_0x2858fa=_0x2917bb[_0xf35234(0x32b)]=_0x50077d[_0xf35234(0x50f)]({'cfg':_0x50077d['extend']({'keySize':0x80/0x20,'hasher':_0x47a90d,'iterations':0x1}),'init':function(_0x4439c0){const _0x3c5b3d=_0xf35234;this[_0x3c5b3d(0x33d)]=this[_0x3c5b3d(0x33d)][_0x3c5b3d(0x50f)](_0x4439c0);},'compute':function(_0x26f3df,_0x1959ff){const _0x4bf300=_0xf35234;for(var _0x47c79d,_0x2e96e3=this['cfg'],_0x2fdc48=_0x2e96e3[_0x4bf300(0x230)]['create'](),_0x436100=_0x2ff556[_0x4bf300(0x371)](),_0x4bb5c2=_0x436100['words'],_0x34c81a=_0x2e96e3[_0x4bf300(0x4fc)],_0x4cf154=_0x2e96e3[_0x4bf300(0x3c6)];_0x4bb5c2[_0x4bf300(0x325)]<_0x34c81a;){_0x47c79d&&_0x2fdc48[_0x4bf300(0x201)](_0x47c79d),_0x47c79d=_0x2fdc48[_0x4bf300(0x201)](_0x26f3df)[_0x4bf300(0x3dd)](_0x1959ff),_0x2fdc48[_0x4bf300(0x458)]();for(var _0x49b123=0x1;_0x49b123<_0x4cf154;_0x49b123++)_0x47c79d=_0x2fdc48[_0x4bf300(0x3dd)](_0x47c79d),_0x2fdc48['reset']();_0x436100[_0x4bf300(0x4e0)](_0x47c79d);}return _0x436100[_0x4bf300(0x312)]=_0x34c81a*0x4,_0x436100;}});_0x1b4554['EvpKDF']=function(_0x5695d9,_0x315e08,_0x1c6d98){const _0x11d04f=_0xf35234;return _0x2858fa[_0x11d04f(0x371)](_0x1c6d98)[_0x11d04f(0x541)](_0x5695d9,_0x315e08);};}()),_0x2219fa['EvpKDF'];}));}(Yt)),Yt[_0x3d361e(0x354)];}var qt={'exports':{}},si;function Vi(){return si||(si=0x1,function(_0x190203,_0x38f599){(function(_0x4edaea,_0x4e6933,_0x229aca){const _0x1aa9e2=_0x466f;_0x190203[_0x1aa9e2(0x354)]=_0x4e6933(ue(),Fi());}(Z,function(_0x2d005e){const _0x4eb674=_0x466f;_0x2d005e[_0x4eb674(0x187)]['Cipher']||function(_0x52c5c0){const _0xe4786c=_0x4eb674;var _0xd38f=_0x2d005e,_0x286c13=_0xd38f[_0xe4786c(0x187)],_0x37d063=_0x286c13[_0xe4786c(0x2f1)],_0x80e619=_0x286c13['WordArray'],_0x4c8ac4=_0x286c13['BufferedBlockAlgorithm'],_0x1574dd=_0xd38f[_0xe4786c(0x40e)];_0x1574dd['Utf8'];var _0x1dbca0=_0x1574dd[_0xe4786c(0x47f)],_0x560805=_0xd38f['algo'],_0x2b51d1=_0x560805['EvpKDF'],_0x2836e6=_0x286c13[_0xe4786c(0x55a)]=_0x4c8ac4[_0xe4786c(0x50f)]({'cfg':_0x37d063[_0xe4786c(0x50f)](),'createEncryptor':function(_0x5e5350,_0x298bed){const _0x85fc14=_0xe4786c;return this[_0x85fc14(0x371)](this[_0x85fc14(0x279)],_0x5e5350,_0x298bed);},'createDecryptor':function(_0x5bdf5a,_0x113c83){const _0x3ca26f=_0xe4786c;return this[_0x3ca26f(0x371)](this[_0x3ca26f(0x1a5)],_0x5bdf5a,_0x113c83);},'init':function(_0x24eb89,_0xbb6b38,_0x5a02f2){const _0x599038=_0xe4786c;this[_0x599038(0x33d)]=this[_0x599038(0x33d)][_0x599038(0x50f)](_0x5a02f2),this[_0x599038(0x198)]=_0x24eb89,this[_0x599038(0x455)]=_0xbb6b38,this[_0x599038(0x458)]();},'reset':function(){const _0x3c6992=_0xe4786c;_0x4c8ac4[_0x3c6992(0x458)]['call'](this),this[_0x3c6992(0x20e)]();},'process':function(_0x2a5377){const _0x37de60=_0xe4786c;return this['_append'](_0x2a5377),this[_0x37de60(0x4da)]();},'finalize':function(_0x2774da){const _0x2d349a=_0xe4786c;_0x2774da&&this[_0x2d349a(0x243)](_0x2774da);var _0x5084dc=this['_doFinalize']();return _0x5084dc;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x5f551d(_0x47ceb9){const _0x45421b=_0x466f;return typeof _0x47ceb9==_0x45421b(0x303)?_0x558b35:_0x21446e;}return function(_0x12a6c7){return{'encrypt':function(_0x201a77,_0x57899b,_0x309414){const _0x2ad230=_0x466f;return _0x5f551d(_0x57899b)[_0x2ad230(0x53d)](_0x12a6c7,_0x201a77,_0x57899b,_0x309414);},'decrypt':function(_0x27aa3b,_0x347e3c,_0x5dc0aa){const _0x4a8cba=_0x466f;return _0x5f551d(_0x347e3c)[_0x4a8cba(0x4c7)](_0x12a6c7,_0x27aa3b,_0x347e3c,_0x5dc0aa);}};};}())});_0x286c13[_0xe4786c(0x1ac)]=_0x2836e6[_0xe4786c(0x50f)]({'_doFinalize':function(){var _0x20a669=this['_process'](!0x0);return _0x20a669;},'blockSize':0x1});var _0xb8ba78=_0xd38f[_0xe4786c(0x39b)]={},_0x4f1020=_0x286c13['BlockCipherMode']=_0x37d063['extend']({'createEncryptor':function(_0x5945ba,_0x5ab46f){const _0xc98c02=_0xe4786c;return this['Encryptor'][_0xc98c02(0x371)](_0x5945ba,_0x5ab46f);},'createDecryptor':function(_0x1d74d8,_0x559390){const _0x155f2f=_0xe4786c;return this[_0x155f2f(0x245)][_0x155f2f(0x371)](_0x1d74d8,_0x559390);},'init':function(_0x129f94,_0x3d587b){const _0x4de820=_0xe4786c;this['_cipher']=_0x129f94,this[_0x4de820(0x3ba)]=_0x3d587b;}}),_0x3acf8f=_0xb8ba78['CBC']=(function(){const _0x586cbc=_0xe4786c;var _0x5cefe6=_0x4f1020[_0x586cbc(0x50f)]();_0x5cefe6[_0x586cbc(0x1f4)]=_0x5cefe6[_0x586cbc(0x50f)]({'processBlock':function(_0x1767ce,_0x43eabb){const _0x275155=_0x586cbc;var _0x15d801=this[_0x275155(0x2fd)],_0x524154=_0x15d801['blockSize'];_0xb1adb8[_0x275155(0x46d)](this,_0x1767ce,_0x43eabb,_0x524154),_0x15d801[_0x275155(0x557)](_0x1767ce,_0x43eabb),this[_0x275155(0x277)]=_0x1767ce[_0x275155(0x423)](_0x43eabb,_0x43eabb+_0x524154);}}),_0x5cefe6[_0x586cbc(0x245)]=_0x5cefe6[_0x586cbc(0x50f)]({'processBlock':function(_0x3c6543,_0x1a2e30){const _0x529deb=_0x586cbc;var _0x301997=this[_0x529deb(0x2fd)],_0x4ccada=_0x301997['blockSize'],_0x3b5f34=_0x3c6543[_0x529deb(0x423)](_0x1a2e30,_0x1a2e30+_0x4ccada);_0x301997[_0x529deb(0x42b)](_0x3c6543,_0x1a2e30),_0xb1adb8[_0x529deb(0x46d)](this,_0x3c6543,_0x1a2e30,_0x4ccada),this[_0x529deb(0x277)]=_0x3b5f34;}});function _0xb1adb8(_0x552025,_0x485af3,_0x54cd47){const _0x58cfca=_0x586cbc;var _0x35a6ff,_0x403e4f=this[_0x58cfca(0x3ba)];_0x403e4f?(_0x35a6ff=_0x403e4f,this['_iv']=_0x52c5c0):_0x35a6ff=this[_0x58cfca(0x277)];for(var _0x34b4ef=0x0;_0x34b4ef<_0x54cd47;_0x34b4ef++)_0x552025[_0x485af3+_0x34b4ef]^=_0x35a6ff[_0x34b4ef];}return _0x5cefe6;}()),_0x1f0f23=_0xd38f[_0xe4786c(0x197)]={},_0x525289=_0x1f0f23[_0xe4786c(0x1fe)]={'pad':function(_0x33bd9e,_0x3c1158){const _0x184ac5=_0xe4786c;for(var _0x1e58a1=_0x3c1158*0x4,_0x4a74f8=_0x1e58a1-_0x33bd9e['sigBytes']%_0x1e58a1,_0xfc153a=_0x4a74f8<<0x18|_0x4a74f8<<0x10|_0x4a74f8<<0x8|_0x4a74f8,_0xad4593=[],_0x3c379f=0x0;_0x3c379f<_0x4a74f8;_0x3c379f+=0x4)_0xad4593[_0x184ac5(0x419)](_0xfc153a);var _0x4c89d4=_0x80e619[_0x184ac5(0x371)](_0xad4593,_0x4a74f8);_0x33bd9e[_0x184ac5(0x4e0)](_0x4c89d4);},'unpad':function(_0x175c82){const _0xca3943=_0xe4786c;var _0x2904d3=_0x175c82[_0xca3943(0x142)][_0x175c82[_0xca3943(0x312)]-0x1>>>0x2]&0xff;_0x175c82[_0xca3943(0x312)]-=_0x2904d3;}};_0x286c13[_0xe4786c(0x4bb)]=_0x2836e6[_0xe4786c(0x50f)]({'cfg':_0x2836e6['cfg'][_0xe4786c(0x50f)]({'mode':_0x3acf8f,'padding':_0x525289}),'reset':function(){const _0x4aa4ba=_0xe4786c;var _0xce17e4;_0x2836e6[_0x4aa4ba(0x458)][_0x4aa4ba(0x46d)](this);var _0x110f11=this[_0x4aa4ba(0x33d)],_0x411357=_0x110f11['iv'],_0x2741c9=_0x110f11[_0x4aa4ba(0x39b)];this[_0x4aa4ba(0x198)]==this[_0x4aa4ba(0x279)]?_0xce17e4=_0x2741c9[_0x4aa4ba(0x3c5)]:(_0xce17e4=_0x2741c9['createDecryptor'],this[_0x4aa4ba(0x1cd)]=0x1),this['_mode']&&this['_mode']['__creator']==_0xce17e4?this[_0x4aa4ba(0x2b2)][_0x4aa4ba(0x264)](this,_0x411357&&_0x411357[_0x4aa4ba(0x142)]):(this[_0x4aa4ba(0x2b2)]=_0xce17e4[_0x4aa4ba(0x46d)](_0x2741c9,this,_0x411357&&_0x411357[_0x4aa4ba(0x142)]),this['_mode'][_0x4aa4ba(0x4ed)]=_0xce17e4);},'_doProcessBlock':function(_0x14bba8,_0x2aad05){const _0x182a37=_0xe4786c;this['_mode'][_0x182a37(0x305)](_0x14bba8,_0x2aad05);},'_doFinalize':function(){const _0x55e15c=_0xe4786c;var _0x350f25,_0x55055a=this[_0x55e15c(0x33d)][_0x55e15c(0x34e)];return this[_0x55e15c(0x198)]==this['_ENC_XFORM_MODE']?(_0x55055a[_0x55e15c(0x197)](this[_0x55e15c(0x429)],this[_0x55e15c(0x314)]),_0x350f25=this['_process'](!0x0)):(_0x350f25=this[_0x55e15c(0x4da)](!0x0),_0x55055a[_0x55e15c(0x37d)](_0x350f25)),_0x350f25;},'blockSize':0x80/0x20});var _0x151ba0=_0x286c13[_0xe4786c(0x476)]=_0x37d063[_0xe4786c(0x50f)]({'init':function(_0xf1b493){const _0x7b3925=_0xe4786c;this[_0x7b3925(0x233)](_0xf1b493);},'toString':function(_0x332e2a){const _0x2b7b90=_0xe4786c;return(_0x332e2a||this['formatter'])[_0x2b7b90(0x2a3)](this);}}),_0x56b001=_0xd38f[_0xe4786c(0x2ad)]={},_0xc7b3f1=_0x56b001[_0xe4786c(0x480)]={'stringify':function(_0x12c66c){const _0x42dd=_0xe4786c;var _0x18f5c0,_0x3fa6ca=_0x12c66c['ciphertext'],_0x3195fd=_0x12c66c[_0x42dd(0x410)];return _0x3195fd?_0x18f5c0=_0x80e619['create']([0x53616c74,0x65645f5f])[_0x42dd(0x4e0)](_0x3195fd)['concat'](_0x3fa6ca):_0x18f5c0=_0x3fa6ca,_0x18f5c0[_0x42dd(0x1b8)](_0x1dbca0);},'parse':function(_0x412283){const _0xcf10=_0xe4786c;var _0x218df2,_0x463d09=_0x1dbca0[_0xcf10(0x47a)](_0x412283),_0x712c44=_0x463d09[_0xcf10(0x142)];return _0x712c44[0x0]==0x53616c74&&_0x712c44[0x1]==0x65645f5f&&(_0x218df2=_0x80e619['create'](_0x712c44[_0xcf10(0x423)](0x2,0x4)),_0x712c44['splice'](0x0,0x4),_0x463d09['sigBytes']-=0x10),_0x151ba0[_0xcf10(0x371)]({'ciphertext':_0x463d09,'salt':_0x218df2});}},_0x21446e=_0x286c13[_0xe4786c(0x4c4)]=_0x37d063[_0xe4786c(0x50f)]({'cfg':_0x37d063[_0xe4786c(0x50f)]({'format':_0xc7b3f1}),'encrypt':function(_0x37c297,_0x9e666a,_0x35a951,_0x4d2066){const _0x25d5ef=_0xe4786c;_0x4d2066=this['cfg'][_0x25d5ef(0x50f)](_0x4d2066);var _0x5c0bf0=_0x37c297[_0x25d5ef(0x3c5)](_0x35a951,_0x4d2066),_0x869550=_0x5c0bf0[_0x25d5ef(0x3dd)](_0x9e666a),_0x5665e9=_0x5c0bf0['cfg'];return _0x151ba0[_0x25d5ef(0x371)]({'ciphertext':_0x869550,'key':_0x35a951,'iv':_0x5665e9['iv'],'algorithm':_0x37c297,'mode':_0x5665e9[_0x25d5ef(0x39b)],'padding':_0x5665e9['padding'],'blockSize':_0x37c297[_0x25d5ef(0x314)],'formatter':_0x4d2066[_0x25d5ef(0x2ad)]});},'decrypt':function(_0x2e69ca,_0x4ae1ad,_0x3dfbe3,_0x2143e0){const _0xd80a64=_0xe4786c;_0x2143e0=this[_0xd80a64(0x33d)][_0xd80a64(0x50f)](_0x2143e0),_0x4ae1ad=this['_parse'](_0x4ae1ad,_0x2143e0['format']);var _0x6cb358=_0x2e69ca[_0xd80a64(0x4b6)](_0x3dfbe3,_0x2143e0)[_0xd80a64(0x3dd)](_0x4ae1ad[_0xd80a64(0x3db)]);return _0x6cb358;},'_parse':function(_0x39ec88,_0x559430){const _0x2d189d=_0xe4786c;return typeof _0x39ec88=='string'?_0x559430[_0x2d189d(0x47a)](_0x39ec88,this):_0x39ec88;}}),_0x14cae4=_0xd38f[_0xe4786c(0x503)]={},_0x3fd4e2=_0x14cae4[_0xe4786c(0x480)]={'execute':function(_0x5227c1,_0x476991,_0x503614,_0x2ce12e,_0x418650){const _0x57b88b=_0xe4786c;if(_0x2ce12e||(_0x2ce12e=_0x80e619['random'](0x40/0x8)),_0x418650)var _0x36b983=_0x2b51d1[_0x57b88b(0x371)]({'keySize':_0x476991+_0x503614,'hasher':_0x418650})[_0x57b88b(0x541)](_0x5227c1,_0x2ce12e);else var _0x36b983=_0x2b51d1[_0x57b88b(0x371)]({'keySize':_0x476991+_0x503614})['compute'](_0x5227c1,_0x2ce12e);var _0xc34760=_0x80e619[_0x57b88b(0x371)](_0x36b983[_0x57b88b(0x142)]['slice'](_0x476991),_0x503614*0x4);return _0x36b983[_0x57b88b(0x312)]=_0x476991*0x4,_0x151ba0[_0x57b88b(0x371)]({'key':_0x36b983,'iv':_0xc34760,'salt':_0x2ce12e});}},_0x558b35=_0x286c13[_0xe4786c(0x392)]=_0x21446e['extend']({'cfg':_0x21446e[_0xe4786c(0x33d)][_0xe4786c(0x50f)]({'kdf':_0x3fd4e2}),'encrypt':function(_0x3b7448,_0x1f2bec,_0x54b7a3,_0x515e57){const _0x327c0b=_0xe4786c;_0x515e57=this[_0x327c0b(0x33d)][_0x327c0b(0x50f)](_0x515e57);var _0x5af483=_0x515e57[_0x327c0b(0x503)][_0x327c0b(0x49e)](_0x54b7a3,_0x3b7448[_0x327c0b(0x4fc)],_0x3b7448[_0x327c0b(0x154)],_0x515e57['salt'],_0x515e57[_0x327c0b(0x230)]);_0x515e57['iv']=_0x5af483['iv'];var _0x4b80d4=_0x21446e[_0x327c0b(0x53d)][_0x327c0b(0x46d)](this,_0x3b7448,_0x1f2bec,_0x5af483[_0x327c0b(0x360)],_0x515e57);return _0x4b80d4['mixIn'](_0x5af483),_0x4b80d4;},'decrypt':function(_0x2785cc,_0x2877b3,_0x4b7d08,_0x4c468f){const _0x46639c=_0xe4786c;_0x4c468f=this['cfg'][_0x46639c(0x50f)](_0x4c468f),_0x2877b3=this['_parse'](_0x2877b3,_0x4c468f['format']);var _0x505fca=_0x4c468f['kdf'][_0x46639c(0x49e)](_0x4b7d08,_0x2785cc['keySize'],_0x2785cc['ivSize'],_0x2877b3['salt'],_0x4c468f[_0x46639c(0x230)]);_0x4c468f['iv']=_0x505fca['iv'];var _0x2fd20f=_0x21446e[_0x46639c(0x4c7)][_0x46639c(0x46d)](this,_0x2785cc,_0x2877b3,_0x505fca[_0x46639c(0x360)],_0x4c468f);return _0x2fd20f;}});}();}));}(qt)),qt['exports'];}(function(_0x3d6031,_0xd0545b){(function(_0xfe9c55,_0x25008b,_0x135dfc){const _0x10b4c1=_0x466f;_0x3d6031[_0x10b4c1(0x354)]=_0x25008b(ue(),Wi(),Fa(),Fi(),Vi());}(Z,function(_0x27a610){return(function(){const _0x575e50=_0x466f;var _0x1c165e=_0x27a610,_0x146545=_0x1c165e[_0x575e50(0x187)],_0x17b317=_0x146545[_0x575e50(0x4bb)],_0x46b6b2=_0x1c165e[_0x575e50(0x4c5)],_0x3880a9=[],_0x2ce975=[],_0x16d951=[],_0x4fb7a9=[],_0x290784=[],_0x1a1f44=[],_0x202381=[],_0x281043=[],_0x3199f0=[],_0x2e3178=[];(function(){for(var _0x3a2bb9=[],_0xbf4a46=0x0;_0xbf4a46<0x100;_0xbf4a46++)_0xbf4a46<0x80?_0x3a2bb9[_0xbf4a46]=_0xbf4a46<<0x1:_0x3a2bb9[_0xbf4a46]=_0xbf4a46<<0x1^0x11b;for(var _0x752536=0x0,_0x516886=0x0,_0xbf4a46=0x0;_0xbf4a46<0x100;_0xbf4a46++){var _0x490042=_0x516886^_0x516886<<0x1^_0x516886<<0x2^_0x516886<<0x3^_0x516886<<0x4;_0x490042=_0x490042>>>0x8^_0x490042&0xff^0x63,_0x3880a9[_0x752536]=_0x490042,_0x2ce975[_0x490042]=_0x752536;var _0x434eeb=_0x3a2bb9[_0x752536],_0x5c19f8=_0x3a2bb9[_0x434eeb],_0x91afa2=_0x3a2bb9[_0x5c19f8],_0x12d6fa=_0x3a2bb9[_0x490042]*0x101^_0x490042*0x1010100;_0x16d951[_0x752536]=_0x12d6fa<<0x18|_0x12d6fa>>>0x8,_0x4fb7a9[_0x752536]=_0x12d6fa<<0x10|_0x12d6fa>>>0x10,_0x290784[_0x752536]=_0x12d6fa<<0x8|_0x12d6fa>>>0x18,_0x1a1f44[_0x752536]=_0x12d6fa;var _0x12d6fa=_0x91afa2*0x1010101^_0x5c19f8*0x10001^_0x434eeb*0x101^_0x752536*0x1010100;_0x202381[_0x490042]=_0x12d6fa<<0x18|_0x12d6fa>>>0x8,_0x281043[_0x490042]=_0x12d6fa<<0x10|_0x12d6fa>>>0x10,_0x3199f0[_0x490042]=_0x12d6fa<<0x8|_0x12d6fa>>>0x18,_0x2e3178[_0x490042]=_0x12d6fa,_0x752536?(_0x752536=_0x434eeb^_0x3a2bb9[_0x3a2bb9[_0x3a2bb9[_0x91afa2^_0x434eeb]]],_0x516886^=_0x3a2bb9[_0x3a2bb9[_0x516886]]):_0x752536=_0x516886=0x1;}}());var _0x4dc3db=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x362fb8=_0x46b6b2[_0x575e50(0x2ec)]=_0x17b317[_0x575e50(0x50f)]({'_doReset':function(){const _0x87dd1d=_0x575e50;var _0x34850f;if(!(this[_0x87dd1d(0x3f0)]&&this['_keyPriorReset']===this[_0x87dd1d(0x455)])){for(var _0x1ae372=this[_0x87dd1d(0x249)]=this['_key'],_0x560e8c=_0x1ae372[_0x87dd1d(0x142)],_0x592d41=_0x1ae372[_0x87dd1d(0x312)]/0x4,_0x3c6ccc=this[_0x87dd1d(0x3f0)]=_0x592d41+0x6,_0x22c270=(_0x3c6ccc+0x1)*0x4,_0x6efa=this['_keySchedule']=[],_0x2498df=0x0;_0x2498df<_0x22c270;_0x2498df++)_0x2498df<_0x592d41?_0x6efa[_0x2498df]=_0x560e8c[_0x2498df]:(_0x34850f=_0x6efa[_0x2498df-0x1],_0x2498df%_0x592d41?_0x592d41>0x6&&_0x2498df%_0x592d41==0x4&&(_0x34850f=_0x3880a9[_0x34850f>>>0x18]<<0x18|_0x3880a9[_0x34850f>>>0x10&0xff]<<0x10|_0x3880a9[_0x34850f>>>0x8&0xff]<<0x8|_0x3880a9[_0x34850f&0xff]):(_0x34850f=_0x34850f<<0x8|_0x34850f>>>0x18,_0x34850f=_0x3880a9[_0x34850f>>>0x18]<<0x18|_0x3880a9[_0x34850f>>>0x10&0xff]<<0x10|_0x3880a9[_0x34850f>>>0x8&0xff]<<0x8|_0x3880a9[_0x34850f&0xff],_0x34850f^=_0x4dc3db[_0x2498df/_0x592d41|0x0]<<0x18),_0x6efa[_0x2498df]=_0x6efa[_0x2498df-_0x592d41]^_0x34850f);for(var _0x1b2a83=this[_0x87dd1d(0x345)]=[],_0x1b24f0=0x0;_0x1b24f0<_0x22c270;_0x1b24f0++){var _0x2498df=_0x22c270-_0x1b24f0;if(_0x1b24f0%0x4)var _0x34850f=_0x6efa[_0x2498df];else var _0x34850f=_0x6efa[_0x2498df-0x4];_0x1b24f0<0x4||_0x2498df<=0x4?_0x1b2a83[_0x1b24f0]=_0x34850f:_0x1b2a83[_0x1b24f0]=_0x202381[_0x3880a9[_0x34850f>>>0x18]]^_0x281043[_0x3880a9[_0x34850f>>>0x10&0xff]]^_0x3199f0[_0x3880a9[_0x34850f>>>0x8&0xff]]^_0x2e3178[_0x3880a9[_0x34850f&0xff]];}}},'encryptBlock':function(_0x3937ba,_0x253bc7){const _0x5e5b3d=_0x575e50;this['_doCryptBlock'](_0x3937ba,_0x253bc7,this[_0x5e5b3d(0x35c)],_0x16d951,_0x4fb7a9,_0x290784,_0x1a1f44,_0x3880a9);},'decryptBlock':function(_0xd598b,_0x27c907){const _0x2cb37d=_0x575e50;var _0x3953e5=_0xd598b[_0x27c907+0x1];_0xd598b[_0x27c907+0x1]=_0xd598b[_0x27c907+0x3],_0xd598b[_0x27c907+0x3]=_0x3953e5,this['_doCryptBlock'](_0xd598b,_0x27c907,this[_0x2cb37d(0x345)],_0x202381,_0x281043,_0x3199f0,_0x2e3178,_0x2ce975);var _0x3953e5=_0xd598b[_0x27c907+0x1];_0xd598b[_0x27c907+0x1]=_0xd598b[_0x27c907+0x3],_0xd598b[_0x27c907+0x3]=_0x3953e5;},'_doCryptBlock':function(_0x2b6873,_0x46b38b,_0x115f4f,_0x33546d,_0x14f3c6,_0x51cacc,_0x2f17fc,_0x1c6855){for(var _0x4c3eac=this['_nRounds'],_0x39aa34=_0x2b6873[_0x46b38b]^_0x115f4f[0x0],_0x16585b=_0x2b6873[_0x46b38b+0x1]^_0x115f4f[0x1],_0x5ea5ce=_0x2b6873[_0x46b38b+0x2]^_0x115f4f[0x2],_0x46f02a=_0x2b6873[_0x46b38b+0x3]^_0x115f4f[0x3],_0x210467=0x4,_0x3f4d8f=0x1;_0x3f4d8f<_0x4c3eac;_0x3f4d8f++){var _0x207a06=_0x33546d[_0x39aa34>>>0x18]^_0x14f3c6[_0x16585b>>>0x10&0xff]^_0x51cacc[_0x5ea5ce>>>0x8&0xff]^_0x2f17fc[_0x46f02a&0xff]^_0x115f4f[_0x210467++],_0x5f5bf9=_0x33546d[_0x16585b>>>0x18]^_0x14f3c6[_0x5ea5ce>>>0x10&0xff]^_0x51cacc[_0x46f02a>>>0x8&0xff]^_0x2f17fc[_0x39aa34&0xff]^_0x115f4f[_0x210467++],_0x236964=_0x33546d[_0x5ea5ce>>>0x18]^_0x14f3c6[_0x46f02a>>>0x10&0xff]^_0x51cacc[_0x39aa34>>>0x8&0xff]^_0x2f17fc[_0x16585b&0xff]^_0x115f4f[_0x210467++],_0x58bdb5=_0x33546d[_0x46f02a>>>0x18]^_0x14f3c6[_0x39aa34>>>0x10&0xff]^_0x51cacc[_0x16585b>>>0x8&0xff]^_0x2f17fc[_0x5ea5ce&0xff]^_0x115f4f[_0x210467++];_0x39aa34=_0x207a06,_0x16585b=_0x5f5bf9,_0x5ea5ce=_0x236964,_0x46f02a=_0x58bdb5;}var _0x207a06=(_0x1c6855[_0x39aa34>>>0x18]<<0x18|_0x1c6855[_0x16585b>>>0x10&0xff]<<0x10|_0x1c6855[_0x5ea5ce>>>0x8&0xff]<<0x8|_0x1c6855[_0x46f02a&0xff])^_0x115f4f[_0x210467++],_0x5f5bf9=(_0x1c6855[_0x16585b>>>0x18]<<0x18|_0x1c6855[_0x5ea5ce>>>0x10&0xff]<<0x10|_0x1c6855[_0x46f02a>>>0x8&0xff]<<0x8|_0x1c6855[_0x39aa34&0xff])^_0x115f4f[_0x210467++],_0x236964=(_0x1c6855[_0x5ea5ce>>>0x18]<<0x18|_0x1c6855[_0x46f02a>>>0x10&0xff]<<0x10|_0x1c6855[_0x39aa34>>>0x8&0xff]<<0x8|_0x1c6855[_0x16585b&0xff])^_0x115f4f[_0x210467++],_0x58bdb5=(_0x1c6855[_0x46f02a>>>0x18]<<0x18|_0x1c6855[_0x39aa34>>>0x10&0xff]<<0x10|_0x1c6855[_0x16585b>>>0x8&0xff]<<0x8|_0x1c6855[_0x5ea5ce&0xff])^_0x115f4f[_0x210467++];_0x2b6873[_0x46b38b]=_0x207a06,_0x2b6873[_0x46b38b+0x1]=_0x5f5bf9,_0x2b6873[_0x46b38b+0x2]=_0x236964,_0x2b6873[_0x46b38b+0x3]=_0x58bdb5;},'keySize':0x100/0x20});_0x1c165e[_0x575e50(0x2ec)]=_0x17b317[_0x575e50(0x461)](_0x362fb8);}()),_0x27a610['AES'];}));}(ki));var Ya=ki[_0x3238bf(0x354)];const Ka=at(Ya);var za=Wi();const ii=at(za);var Gi={'exports':{}};(function(_0x1cce08,_0x735157){(function(_0xcd9f10,_0x19a2d2){_0x1cce08['exports']=_0x19a2d2(ue());}(Z,function(_0x3fd78e){const _0x36024e=_0x466f;return _0x3fd78e['enc'][_0x36024e(0x521)];}));}(Gi));function _0x466f(_0x8f7df8,_0xba9bee){const _0x2abb9f=_0x2abb();return _0x466f=function(_0x466fed,_0x5492a4){_0x466fed=_0x466fed-0x13b;let _0x42bb38=_0x2abb9f[_0x466fed];return _0x42bb38;},_0x466f(_0x8f7df8,_0xba9bee);}var qa=Gi[_0x3238bf(0x354)];const Xa=at(qa);var Yi={'exports':{}};(function(_0xc70ecd,_0x152163){(function(_0x4c2123,_0x4224c2){_0xc70ecd['exports']=_0x4224c2(ue());}(Z,function(_0x2d30c7){const _0x27da03=_0x466f;return(function(){const _0x4c506b=_0x466f;if(typeof ArrayBuffer==_0x4c506b(0x16e)){var _0x43a789=_0x2d30c7,_0x5b18c6=_0x43a789[_0x4c506b(0x187)],_0xbcd4c5=_0x5b18c6[_0x4c506b(0x1dd)],_0x37e82b=_0xbcd4c5['init'],_0x513ec7=_0xbcd4c5[_0x4c506b(0x264)]=function(_0x4ee061){const _0xbeb3d=_0x4c506b;if(_0x4ee061 instanceof ArrayBuffer&&(_0x4ee061=new Uint8Array(_0x4ee061)),(_0x4ee061 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x4ee061 instanceof Uint8ClampedArray||_0x4ee061 instanceof Int16Array||_0x4ee061 instanceof Uint16Array||_0x4ee061 instanceof Int32Array||_0x4ee061 instanceof Uint32Array||_0x4ee061 instanceof Float32Array||_0x4ee061 instanceof Float64Array)&&(_0x4ee061=new Uint8Array(_0x4ee061[_0xbeb3d(0x34d)],_0x4ee061[_0xbeb3d(0x43a)],_0x4ee061[_0xbeb3d(0x48f)])),_0x4ee061 instanceof Uint8Array){for(var _0x19a0b7=_0x4ee061['byteLength'],_0x5e4ac6=[],_0x546ee5=0x0;_0x546ee5<_0x19a0b7;_0x546ee5++)_0x5e4ac6[_0x546ee5>>>0x2]|=_0x4ee061[_0x546ee5]<<0x18-_0x546ee5%0x4*0x8;_0x37e82b[_0xbeb3d(0x46d)](this,_0x5e4ac6,_0x19a0b7);}else _0x37e82b[_0xbeb3d(0x4f9)](this,arguments);};_0x513ec7['prototype']=_0xbcd4c5;}}()),_0x2d30c7[_0x27da03(0x187)]['WordArray'];}));}(Yi));var Ja=Yi[_0x3238bf(0x354)];const Za=at(Ja);var Ki={'exports':{}};(function(_0x19ec63,_0x21f936){(function(_0x4fb919,_0x34bd37,_0x329c32){const _0x2254ab=_0x466f;_0x19ec63[_0x2254ab(0x354)]=_0x34bd37(ue(),Vi());}(Z,function(_0x31feec){const _0x5d472c=_0x466f;return _0x31feec[_0x5d472c(0x197)][_0x5d472c(0x1a8)]={'pad':function(){},'unpad':function(){}},_0x31feec[_0x5d472c(0x197)][_0x5d472c(0x1a8)];}));}(Ki));var Qa=Ki['exports'];const ec=at(Qa);function tc(_0x3a8539,_0x1a52c6){const _0x45fc79=_0x3238bf,_0x1f187d=_0x1a52c6-_0x3a8539[_0x45fc79(0x325)]%_0x1a52c6,_0x1cc98d=String['fromCharCode'](_0x1f187d)[_0x45fc79(0x4b9)](_0x1f187d);return _0x3a8539+_0x1cc98d;}function sc(_0x1d860e,_0x24a6d0){const _0x2f02c6=_0x3238bf,_0x5b2ecc=Za[_0x2f02c6(0x38b)](0x10),_0x526ccc=tc(_0x1d860e,0x10),_0x7711e8=Ka[_0x2f02c6(0x53d)](Xa['parse'](_0x526ccc),ii[_0x2f02c6(0x47a)](_0x24a6d0),{'iv':_0x5b2ecc,'padding':ec});return _0x5b2ecc['concat'](_0x7711e8[_0x2f02c6(0x3db)])[_0x2f02c6(0x1b8)](ii);}function ic(){const _0x52c8cc=_0x3238bf,_0xa00dcf=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)[_0x52c8cc(0x3ac)];if(_0xa00dcf){const _0x53f5fa={'time':Math[_0x52c8cc(0x3de)](Date['now']()/0x3e8),'domain':location['hostname']};return sc(JSON[_0x52c8cc(0x2a3)](_0x53f5fa),_0xa00dcf);}}var nc=Object['defineProperty'],rc=Object[_0x3238bf(0x2df)],oc=(_0x5b7873,_0x549494,_0x183123,_0x125113)=>{const _0x609fda=_0x3238bf;for(var _0x3f54b4=_0x125113>0x1?void 0x0:_0x125113?rc(_0x549494,_0x183123):_0x549494,_0x16e1fa=_0x5b7873[_0x609fda(0x325)]-0x1,_0x55dce0;_0x16e1fa>=0x0;_0x16e1fa--)(_0x55dce0=_0x5b7873[_0x16e1fa])&&(_0x3f54b4=(_0x125113?_0x55dce0(_0x549494,_0x183123,_0x3f54b4):_0x55dce0(_0x3f54b4))||_0x3f54b4);return _0x125113&&_0x3f54b4&&nc(_0x549494,_0x183123,_0x3f54b4),_0x3f54b4;},ac=(_0x2d1222,_0x4af13a)=>(_0x32d411,_0x345688)=>_0x4af13a(_0x32d411,_0x345688,_0x2d1222);let bt=class{constructor(_0xa7da66){const _0x20381c=_0x3238bf;this[_0x20381c(0x276)]=_0xa7da66,this['_initRequestHeader']();}['_initRequestHeader'](){const _0x23f59d=_0x3238bf;this[_0x23f59d(0x276)][_0x23f59d(0x351)]({'interceptor':(_0x26b28a,_0x4d7a7e)=>{const _0x24591b=_0x23f59d,_0x1dcbbc=_0x26b28a[_0x24591b(0x3c4)],_0x385e02=ic();return _0x385e02&&_0x1dcbbc['set'](_0x24591b(0x483),_0x385e02),_0x4d7a7e(_0x26b28a);}});}};bt=oc([ac(0x0,_0x4a2654(_0x4ca339))],bt);var cc=Object[_0x3238bf(0x535)],hc=Object[_0x3238bf(0x2df)],lc=(_0x102e46,_0xb1e9c1,_0x2d173b,_0x55d217)=>{const _0x50ec59=_0x3238bf;for(var _0x65e460=_0x55d217>0x1?void 0x0:_0x55d217?hc(_0xb1e9c1,_0x2d173b):_0xb1e9c1,_0x31ab16=_0x102e46[_0x50ec59(0x325)]-0x1,_0x5f5ac9;_0x31ab16>=0x0;_0x31ab16--)(_0x5f5ac9=_0x102e46[_0x31ab16])&&(_0x65e460=(_0x55d217?_0x5f5ac9(_0xb1e9c1,_0x2d173b,_0x65e460):_0x5f5ac9(_0x65e460))||_0x65e460);return _0x55d217&&_0x65e460&&cc(_0xb1e9c1,_0x2d173b,_0x65e460),_0x65e460;},Xt=(_0x18c2c3,_0x2c4e68)=>(_0x29ae54,_0x7eb02)=>_0x2c4e68(_0x29ae54,_0x7eb02,_0x18c2c3);const _c=[_0x3238bf(0x431),_0x3238bf(0x548),'image/jpg',_0x3238bf(0x199),_0x3238bf(0x1ca)],uc=0x5*0x400*0x400,dc=_0x3238bf(0x2bd),fc='/universer-api/stream/file/upload',vc=_0x3238bf(0x2c4),mc=_0x3238bf(0x2c9);let hs=class{constructor(_0x4c8e69,_0x1543e7,_0xa40d3c){const _0x50a830=_0x3238bf;g(this,'_waitCount',0x0),g(this,_0x50a830(0x43c),new _0x302e6e()),g(this,_0x50a830(0x35b),this['_change$']),g(this,_0x50a830(0x4e3),new Map()),(this[_0x50a830(0x276)]=_0x4c8e69,this[_0x50a830(0x330)]=_0x1543e7,this[_0x50a830(0x262)]=_0xa40d3c);}['setWaitCount'](_0x4a1160){const _0x3db681=_0x3238bf;this['_waitCount']=_0x4a1160,this['_change$'][_0x3db681(0x34c)](_0x4a1160);}[_0x3238bf(0x30e)](_0x51c488,_0x40b776){const _0x2041d3=_0x3238bf;if(_0x40b776===_0x31ddf5[_0x2041d3(0x49d)]){const _0x47f701=new Image();return _0x47f701['src']=_0x51c488,_0x47f701;}return this[_0x2041d3(0x4e3)][_0x2041d3(0x3a5)](_0x51c488);}[_0x3238bf(0x20b)](_0x372037,_0x126f4c,_0x2aef78){const _0x2fa02e=_0x3238bf;_0x126f4c===_0x31ddf5[_0x2fa02e(0x49d)]||_0x2aef78==null||this[_0x2fa02e(0x4e3)]['set'](_0x372037,_0x2aef78);}async[_0x3238bf(0x301)](_0x45d875){const _0x3203f7=_0x3238bf;try{const _0x550ad5=this[_0x3203f7(0x3cc)](this[_0x3203f7(0x477)](),''+_0x45d875),_0x1512a2=(await this[_0x3203f7(0x276)][_0x3203f7(0x3a5)](_0x550ad5))[_0x3203f7(0x3bd)];if(_0x1512a2['error']&&_0x1512a2[_0x3203f7(0x241)][_0x3203f7(0x50d)]===Ri['OK']){const _0x3f6611=new URL(_0x1512a2[_0x3203f7(0x186)],this[_0x3203f7(0x1fb)]())[_0x3203f7(0x1b8)]();return Promise[_0x3203f7(0x246)](_0x3f6611);}return Promise[_0x3203f7(0x32a)](_0x1512a2['error']);}catch(_0x5a873c){return Promise[_0x3203f7(0x32a)](_0x5a873c);}}async[_0x3238bf(0x318)](_0x49473d){const _0x200008=_0x3238bf;let _0x29773a='';if(!_c['includes'](_0x49473d[_0x200008(0x4cf)]))return this[_0x200008(0x236)](),Promise[_0x200008(0x32a)](new Error(_0x2cdd79[_0x200008(0x3ec)]));if(_0x49473d['size']>uc)return this[_0x200008(0x236)](),Promise[_0x200008(0x32a)](new Error(_0x2cdd79['ERROR_EXCEED_SIZE']));try{const _0xb220c3=new FormData();_0xb220c3[_0x200008(0x4e6)](_0x200008(0x2b1),_0x49473d);const _0x2d8f80=this[_0x200008(0x262)][_0x200008(0x48e)](),_0x5217ba=_0x2d8f80==null?void 0x0:_0x2d8f80[_0x200008(0x3fd)]();if(!_0x5217ba)throw new Error('unitId\x20is\x20not\x20found');const _0x26f88b=this[_0x200008(0x3c3)]()+_0x200008(0x55b)+_0x49473d[_0x200008(0x346)][_0x200008(0x1b8)]()+'&source='+yi[_0x200008(0x352)]+_0x200008(0x242)+encodeURIComponent(_0x5217ba),_0x9b8334=await(await fetch(_0x26f88b,{'method':_0x200008(0x22f),'body':_0xb220c3}))[_0x200008(0x1b9)]();if(typeof _0x9b8334[_0x200008(0x207)]!=_0x200008(0x303))return this[_0x200008(0x236)](),Promise['reject'](new Error(_0x2cdd79[_0x200008(0x2e9)]));_0x29773a=_0x9b8334[_0x200008(0x207)];}catch{return this[_0x200008(0x236)](),Promise['reject'](new Error(_0x2cdd79['ERROR_IMAGE']));}return new Promise((_0x4b7094,_0x5c44ad)=>{const _0x42bcbe=_0x200008,_0x144ed8=new FileReader();_0x144ed8[_0x42bcbe(0x556)](_0x49473d),_0x144ed8['onload']=_0x3a99f5=>{const _0x588716=_0x42bcbe;var _0x4e14b4;const _0x5c30ab=(_0x4e14b4=_0x3a99f5[_0x588716(0x4d3)])==null?void 0x0:_0x4e14b4[_0x588716(0x4c2)];if(_0x5c30ab==null){this[_0x588716(0x236)](),_0x5c44ad(new Error(_0x2cdd79[_0x588716(0x2e9)]));return;}const _0xe091fb=_0x3a7870[_0x588716(0x2ae)](0x6);_0x4b7094({'imageId':_0xe091fb,'imageSourceType':_0x31ddf5[_0x588716(0x44d)],'source':_0x29773a,'base64Cache':_0x5c30ab,'status':_0x2cdd79['SUCCUSS']}),this[_0x588716(0x236)]();};});}[_0x3238bf(0x3c3)](){const _0x1468a6=_0x3238bf;var _0x3b693e,_0x3bf9ae;const _0x5ae07b=this[_0x1468a6(0x330)][_0x1468a6(0x404)](dc),_0x3f848d=this[_0x1468a6(0x330)][_0x1468a6(0x404)](ie);return(_0x3bf9ae=(_0x3b693e=_0x3f848d==null?void 0x0:_0x3f848d[_0x1468a6(0x475)])!=null?_0x3b693e:_0x5ae07b)!=null?_0x3bf9ae:fc;}[_0x3238bf(0x477)](){const _0x36bf0b=_0x3238bf;var _0x1440db,_0x18e9b6;const _0x4ca66f=this['_configService'][_0x36bf0b(0x404)](vc),_0x54210d=this[_0x36bf0b(0x330)][_0x36bf0b(0x404)](ie);return(_0x18e9b6=(_0x1440db=_0x54210d==null?void 0x0:_0x54210d[_0x36bf0b(0x519)])!=null?_0x1440db:_0x4ca66f)!=null?_0x18e9b6:mc;}[_0x3238bf(0x1fb)](){const _0x28ee31=_0x3238bf;var _0x21d2de;const _0x274e2d=this['_configService']['getConfig'](ie);return(_0x21d2de=_0x274e2d==null?void 0x0:_0x274e2d[_0x28ee31(0x3d5)])!=null?_0x21d2de:location['origin'];}[_0x3238bf(0x3cc)](_0x1ac89a,_0x34fe4f){const _0x75d949=_0x3238bf;return _0x1ac89a[_0x75d949(0x4e2)](_0x75d949(0x21a),_0x34fe4f);}[_0x3238bf(0x236)](){const _0x1077b5=_0x3238bf;this[_0x1077b5(0x502)]-=0x1,this[_0x1077b5(0x43c)]['next'](this[_0x1077b5(0x502)]);}};hs=lc([Xt(0x0,_0x4a2654(_0x4ca339)),Xt(0x1,_0x12cd24),Xt(0x2,_0x4a2654(_0x21deaa))],hs);var pc=Object[_0x3238bf(0x535)],gc=Object[_0x3238bf(0x2df)],Sc=(_0x745129,_0x236472,_0x189744,_0x1b0325)=>{const _0x33c25f=_0x3238bf;for(var _0x841d81=_0x1b0325>0x1?void 0x0:_0x1b0325?gc(_0x236472,_0x189744):_0x236472,_0x24baa7=_0x745129[_0x33c25f(0x325)]-0x1,_0xc0b24f;_0x24baa7>=0x0;_0x24baa7--)(_0xc0b24f=_0x745129[_0x24baa7])&&(_0x841d81=(_0x1b0325?_0xc0b24f(_0x236472,_0x189744,_0x841d81):_0xc0b24f(_0x841d81))||_0x841d81);return _0x1b0325&&_0x841d81&&pc(_0x236472,_0x189744,_0x841d81),_0x841d81;},Qe=(_0x8e91e,_0x230bab)=>(_0x422e53,_0x49acde)=>_0x230bab(_0x422e53,_0x49acde,_0x8e91e);let Tt=class extends _0x9ae76a{constructor(_0x5be0b9,_0x3a22cf,_0x3e4a18,_0x353081,_0x21b2a1){const _0x22d85d=_0x3238bf;super(),this[_0x22d85d(0x151)]=_0x5be0b9,this['_univerInstanceService']=_0x3a22cf,this[_0x22d85d(0x184)]=_0x3e4a18,this[_0x22d85d(0x1c6)]=_0x353081,this[_0x22d85d(0x141)]=_0x21b2a1,this[_0x22d85d(0x29c)](),this[_0x22d85d(0x259)]();}[_0x3238bf(0x259)](){const _0x9aac5c=_0x3238bf,_0x576cc9=async _0x140012=>{const _0xf76fff=_0x466f;(await this[_0xf76fff(0x1c6)]['requireSession'](_0x140012))[_0xf76fff(0x173)][_0xf76fff(0x380)](_0x2fd833(_0x2e15fe=>_0x2e15fe[_0xf76fff(0x448)]===_0x2c5a34[_0xf76fff(0x328)]),_0x4cba74(this[_0xf76fff(0x4e8)]))[_0xf76fff(0x43b)](_0x1e5fe6=>{const _0x3bea5c=_0xf76fff,_0x20ca4e=_0x1e5fe6,{reason:_0xfe9122}=_0x20ca4e[_0x3bea5c(0x209)];this[_0x3bea5c(0x151)][_0x3bea5c(0x3a5)](_0x2f8dd1)[_0x3bea5c(0x29f)]({'type':_0x62271a[_0x3bea5c(0x349)],'content':this[_0x3bea5c(0x141)]['t'](_0x3bea5c(0x358))+'('+_0xfe9122+')'}),this[_0x3bea5c(0x184)]['updatePermissionPoint'](new _0x5f270b(_0x140012)['id'],!0x1),this['_collaborationSessionService']['closeSession'](_0x140012);});};_0xf2f2cb(this['_univerInstanceService'][_0x9aac5c(0x3b4)](_0x5997c4[_0x9aac5c(0x49a)]),this[_0x9aac5c(0x262)][_0x9aac5c(0x3b4)](_0x5997c4['UNIVER_DOC']))[_0x9aac5c(0x380)](_0x46b391(_0x3ec676=>_0x3ec676[_0x9aac5c(0x3fd)]()),_0x2fd833(_0x118799=>!_0x1e2c2b(_0x118799)),_0x4cba74(this[_0x9aac5c(0x4e8)]))['subscribe'](_0x4bd79e=>{_0x576cc9(_0x4bd79e);});}[_0x3238bf(0x29c)](){const _0x5a8166=_0x3238bf,_0x171c05=async _0x8bcb71=>{const _0x48c929=_0x466f;(await this[_0x48c929(0x1c6)][_0x48c929(0x2fe)](_0x8bcb71))[_0x48c929(0x173)][_0x48c929(0x380)](_0x2fd833(_0x3666f7=>_0x3666f7[_0x48c929(0x448)]===_0x2c5a34[_0x48c929(0x24b)]),_0x4cba74(this['dispose$']))['subscribe'](_0x5386b6=>{const _0x134236=_0x48c929,_0x29b3a8=_0x5386b6,{objectId:_0x47ec56}=_0x29b3a8[_0x134236(0x209)],_0x2ab899=this['_injector'][_0x134236(0x3a5)](_0x2b81e1);_0x47ec56===_0x8bcb71?_0x2ab899['initWorkbookPermissionChange'](_0x8bcb71):_0x2ab899[_0x134236(0x164)](_0x8bcb71,_0x47ec56);});};_0xf2f2cb(this[_0x5a8166(0x262)]['getTypeOfUnitAdded$'](_0x5997c4['UNIVER_SHEET']),this[_0x5a8166(0x262)][_0x5a8166(0x3b4)](_0x5997c4[_0x5a8166(0x32f)]))[_0x5a8166(0x380)](_0x46b391(_0x1ed648=>_0x1ed648['getUnitId']()),_0x2fd833(_0x29f0b9=>!_0x1e2c2b(_0x29f0b9)),_0x4cba74(this[_0x5a8166(0x4e8)]))[_0x5a8166(0x43b)](_0x284035=>{_0x171c05(_0x284035);});}};Tt=Sc([Qe(0x0,_0x4a2654(_0x28b8e2)),Qe(0x1,_0x21deaa),Qe(0x2,_0x3cddab),Qe(0x3,_0x4a2654(Ae)),Qe(0x4,_0x4a2654(_0xc7611d))],Tt);var Ic=Object[_0x3238bf(0x535)],Cc=Object[_0x3238bf(0x2df)],Ec=(_0xf07cb2,_0x222127,_0x5bb0db,_0xa9abaa)=>{const _0x2f17ae=_0x3238bf;for(var _0x1460a9=_0xa9abaa>0x1?void 0x0:_0xa9abaa?Cc(_0x222127,_0x5bb0db):_0x222127,_0x545b24=_0xf07cb2[_0x2f17ae(0x325)]-0x1,_0x1e5b1a;_0x545b24>=0x0;_0x545b24--)(_0x1e5b1a=_0xf07cb2[_0x545b24])&&(_0x1460a9=(_0xa9abaa?_0x1e5b1a(_0x222127,_0x5bb0db,_0x1460a9):_0x1e5b1a(_0x1460a9))||_0x1460a9);return _0xa9abaa&&_0x1460a9&&Ic(_0x222127,_0x5bb0db,_0x1460a9),_0x1460a9;},ni=(_0x12da5e,_0x2bbd01)=>(_0x5c467d,_0x8c1067)=>_0x2bbd01(_0x5c467d,_0x8c1067,_0x12da5e);let ls=class{constructor(_0x21fd9e,_0x1d5fac){const _0x57ddb5=_0x3238bf;this[_0x57ddb5(0x330)]=_0x21fd9e,this[_0x57ddb5(0x276)]=_0x1d5fac;}async[_0x3238bf(0x17f)](_0x33c1d1,_0x255c71){const _0x6cb15d=_0x3238bf;var _0x2fe582;const {unitID:_0x588b9a,type:_0x59f38c,revision:_0x547517=0x0}=_0x255c71,_0x105611=this[_0x6cb15d(0x4ee)]()+'/'+_0x59f38c+'/unit/'+_0x588b9a+'/rev/'+_0x547517,_0x4c2f0a=(await this[_0x6cb15d(0x276)]['get'](_0x105611))['body'],_0x3ee4cc=(_0x2fe582=_0x4c2f0a[_0x6cb15d(0x450)])==null?void 0x0:_0x2fe582['workbook'];if(_0x3ee4cc){const _0x54bd66=_0x3ee4cc==null?void 0x0:_0x3ee4cc['originalMeta'],_0x4a9a87=_0x1b8593[_0x6cb15d(0x4df)](_0x37b045(_0x54bd66));_0x3ee4cc[_0x6cb15d(0x4cd)]=_0x4a9a87,Object[_0x6cb15d(0x534)](_0x3ee4cc[_0x6cb15d(0x42d)])[_0x6cb15d(0x4b5)](([,_0x86caee])=>{const _0x41871e=_0x6cb15d,_0x536d00=_0x86caee[_0x41871e(0x4cd)],_0x2f5761=_0x1b8593[_0x41871e(0x4df)](_0x37b045(_0x536d00));_0x86caee[_0x41871e(0x4cd)]=_0x2f5761;});}return _0x4c2f0a;}async[_0x3238bf(0x540)](_0x42f18f,_0x5ed930){const _0x2f466f=_0x3238bf,{unitID:_0xbbda27,type:_0x3fc412,blockID:_0x380779}=_0x5ed930,_0x2dcfa8=this[_0x2f466f(0x1c8)]()+'/'+_0x3fc412+_0x2f466f(0x524)+_0xbbda27+'/block/'+_0x380779;return(await this['_httpService'][_0x2f466f(0x3a5)](_0x2dcfa8))[_0x2f466f(0x3bd)];}async[_0x3238bf(0x3d3)](_0x127686,_0x2ba36a){const _0x351edf=_0x3238bf,{unitID:_0x795655,type:_0x33497a,blockID:_0x13d377}=_0x2ba36a,_0x40ef25=this[_0x351edf(0x1c8)]()+'/block/'+_0x33497a+_0x351edf(0x524)+_0x795655+_0x351edf(0x482)+_0x13d377;return(await this['_httpService'][_0x351edf(0x3a5)](_0x40ef25))[_0x351edf(0x3bd)];}async[_0x3238bf(0x2b6)](_0x5df86a,_0x25fb8c){const _0xef094d=_0x3238bf,{unitID:_0x4871d7,type:_0x404d1b,from:_0x269409,to:_0x2dc1af}=_0x25fb8c,_0x1b27d0=this[_0xef094d(0x1c8)]()+'/'+_0x404d1b+'/unit/'+_0x4871d7+'/fetchmissing?from='+_0x269409+_0xef094d(0x408)+_0x2dc1af;return(await this[_0xef094d(0x276)][_0xef094d(0x3a5)](_0x1b27d0))['body'];}[_0x3238bf(0x4ee)](){const _0xd4e49=_0x3238bf;var _0x442a9d;return(_0x442a9d=this[_0xd4e49(0x330)]['getConfig'](lr))!=null?_0x442a9d:this[_0xd4e49(0x1c8)]();}[_0x3238bf(0x1c8)](){const _0x98c496=_0x3238bf;var _0x36c8a1,_0x68afa2;const _0x270ee4=this[_0x98c496(0x330)][_0x98c496(0x404)](cr),_0x35eef8=this[_0x98c496(0x330)][_0x98c496(0x404)](ie);return(_0x68afa2=(_0x36c8a1=_0x35eef8==null?void 0x0:_0x35eef8[_0x98c496(0x4a8)])!=null?_0x36c8a1:_0x270ee4)!=null?_0x68afa2:hr;}async[_0x3238bf(0x4d4)](_0x2de886,_0x4aae54){const _0x11c5d7=_0x3238bf,_0x2dc669=_0x11c5d7(0x529)+_0x4aae54['type']+_0x11c5d7(0x524)+_0x4aae54[_0x11c5d7(0x4e9)]+'/resources';return(await this['_httpService'][_0x11c5d7(0x3a5)](_0x2dc669,{'params':{'resourceId':JSON[_0x11c5d7(0x2a3)](_0x4aae54['resourceIDs'])}}))[_0x11c5d7(0x3bd)];}[_0x3238bf(0x543)](){const _0xf21682=_0x3238bf;throw new Error(_0xf21682(0x28a));}['saveSheetBlock'](){const _0x41edc5=_0x3238bf;throw new Error(_0x41edc5(0x28a));}[_0x3238bf(0x3ed)](){const _0x2bccf3=_0x3238bf;throw new Error(_0x2bccf3(0x28a));}['copyFileMeta'](){const _0x4e958b=_0x3238bf;throw new Error(_0x4e958b(0x28a));}[_0x3238bf(0x2f2)](){const _0xe61912=_0x3238bf;throw new Error(_0xe61912(0x28a));}};ls=Ec([ni(0x0,_0x12cd24),ni(0x1,_0x4a2654(_0x4ca339))],ls);var bc=Object[_0x3238bf(0x535)],Tc=Object['getOwnPropertyDescriptor'],Rc=(_0x5bf803,_0x4c5f72,_0x4cd900,_0x21fb66)=>{const _0x5791ab=_0x3238bf;for(var _0x528333=_0x21fb66>0x1?void 0x0:_0x21fb66?Tc(_0x4c5f72,_0x4cd900):_0x4c5f72,_0x30bab4=_0x5bf803[_0x5791ab(0x325)]-0x1,_0x28f918;_0x30bab4>=0x0;_0x30bab4--)(_0x28f918=_0x5bf803[_0x30bab4])&&(_0x528333=(_0x21fb66?_0x28f918(_0x4c5f72,_0x4cd900,_0x528333):_0x28f918(_0x528333))||_0x528333);return _0x21fb66&&_0x528333&&bc(_0x4c5f72,_0x4cd900,_0x528333),_0x528333;},et=(_0x4b34e4,_0x3041cd)=>(_0x5b1be3,_0x2a79ca)=>_0x3041cd(_0x5b1be3,_0x2a79ca,_0x4b34e4);let _s=class extends _0x3cb107{constructor(_0x4ad075,_0x5ba338,_0x328d66,_0x1a16c7,_0x1bc4c7){const _0x4a6cde=_0x3238bf;super(_0x4ad075,_0x5ba338,_0x328d66),this[_0x4a6cde(0x41a)]=_0x1a16c7,this['_logService']=_0x1bc4c7;}[_0x3238bf(0x4cb)](_0x254b07,_0x506db0){const _0x14e601=_0x3238bf,_0x5b9bf1=this[_0x14e601(0x1f7)](_0x254b07);if(_0x5b9bf1)try{const _0x134c29=this[_0x14e601(0x33b)](_0x5b9bf1,_0x506db0);this['_substituteUndoStack'](_0x254b07,_0x134c29);}catch(_0x3845db){this[_0x14e601(0x188)][_0x14e601(0x241)]('[CollaborationUndoRedoService]',_0x3845db),this[_0x14e601(0x23f)](_0x254b07);}const _0x2ccb17=this['_getRedoStack'](_0x254b07);if(_0x2ccb17)try{const _0x538e57=this[_0x14e601(0x33b)](_0x2ccb17,_0x506db0);this[_0x14e601(0x3f4)](_0x254b07,_0x538e57);}catch(_0x463ed7){this[_0x14e601(0x188)][_0x14e601(0x241)](_0x463ed7),this[_0x14e601(0x21b)](_0x254b07);}}[_0x3238bf(0x23f)](_0x53ec38){const _0x64c9a5=_0x3238bf,_0x1333fa=this[_0x64c9a5(0x1f7)](_0x53ec38);_0x1333fa&&(_0x1333fa['length']=0x0,this['_updateStatus']());}['_clearRedo'](_0x4f5578){const _0x144480=_0x3238bf,_0x34d83a=this[_0x144480(0x310)](_0x4f5578);_0x34d83a&&(_0x34d83a[_0x144480(0x325)]=0x0,this['_updateStatus']());}['_substituteUndoStack'](_0x4db5da,_0x3060b3){const _0x125dc0=_0x3238bf;this['_undoStacks'][_0x125dc0(0x13d)](_0x4db5da,_0x3060b3),this['_updateStatus']();}[_0x3238bf(0x3f4)](_0x374d2b,_0xc01532){const _0x42aad2=_0x3238bf;this[_0x42aad2(0x4b0)]['set'](_0x374d2b,_0xc01532),this['_updateStatus']();}['_transformStack'](_0x193649,_0x1a32c2){const _0x39ab1b=_0x3238bf,_0x3d58c5=[];let _0xd394c2=_0x1a32c2,_0x31376a=_0x1a32c2;for(let _0x4953d2=_0x193649['length']-0x1;_0x4953d2>=0x0;_0x4953d2--){const {unitID:_0x32de92,undoMutations:_0x500d42,redoMutations:_0x84654e}=_0x193649[_0x4953d2],_0x5db8e3=this[_0x39ab1b(0x41a)][_0x39ab1b(0x2ee)](_0xd394c2,_0x500d42),_0x55d7c2=this[_0x39ab1b(0x41a)][_0x39ab1b(0x2ee)](_0x31376a,_0x84654e);if(_0x31d7c3(_0x5db8e3)||_0x31d7c3(_0x55d7c2)){this[_0x39ab1b(0x188)]['error'](_0x39ab1b(0x19c),_0x39ab1b(0x24e),_0x5db8e3,_0x55d7c2);break;}_0xd394c2=_0x5db8e3['c1Prime'],_0x31376a=_0x55d7c2[_0x39ab1b(0x4f0)],_0x3d58c5[_0x39ab1b(0x419)]({'unitID':_0x32de92,'undoMutations':_0x5db8e3[_0x39ab1b(0x471)],'redoMutations':_0x55d7c2[_0x39ab1b(0x471)]});}return _0x3d58c5[_0x39ab1b(0x254)]();}};_s=Rc([et(0x0,_0x21deaa),et(0x1,_0x462ea5),et(0x2,_0x1b64c2),et(0x3,_0x945511),et(0x4,_0x5d0f53)],_s);class yc extends _0x9ae76a{constructor(){const _0x445493=_0x3238bf;super(),g(this,_0x445493(0x47b)),this[_0x445493(0x47b)]=_0xfa2d6a(window,_0x445493(0x348))[_0x445493(0x380)](_0x4b2adb(this[_0x445493(0x4e8)]),_0x2ad7f3(0x1),_0x36fe6d(void 0x0));}['setParam'](_0x5dab13,_0x188ec2,_0x2e57e3=!0x1){const _0x11fbb1=_0x3238bf,_0x502acb=new URL(window[_0x11fbb1(0x3f3)]['href']);_0x502acb[_0x11fbb1(0x3e9)][_0x11fbb1(0x13d)](_0x5dab13,_0x188ec2),_0x2e57e3?window['history']['replaceState']('','',_0x502acb[_0x11fbb1(0x1b8)]()):window[_0x11fbb1(0x3a8)]['pushState']('','',_0x502acb[_0x11fbb1(0x1b8)]());}[_0x3238bf(0x402)](_0x3cb534,_0x4a5f4b=!0x1){const _0x4fc3b2=_0x3238bf,_0x586de6=new URL(window[_0x4fc3b2(0x3f3)][_0x4fc3b2(0x46c)]);_0x586de6[_0x4fc3b2(0x3e9)][_0x4fc3b2(0x45a)](_0x3cb534),_0x4a5f4b?window[_0x4fc3b2(0x3a8)][_0x4fc3b2(0x2d1)]('','',_0x586de6[_0x4fc3b2(0x1b8)]()):window[_0x4fc3b2(0x3a8)]['pushState']('','',_0x586de6['toString']());}[_0x3238bf(0x364)](_0x3bff03){const _0x5eb691=_0x3238bf;var _0x42b0b8;return(_0x42b0b8=new URL(window[_0x5eb691(0x3f3)][_0x5eb691(0x46c)])[_0x5eb691(0x3e9)]['get'](_0x3bff03))!=null?_0x42b0b8:void 0x0;}}var zi=Object['defineProperty'],Oc=Object[_0x3238bf(0x2df)],wc=(_0x4d67af,_0x23adec,_0x58f869)=>_0x23adec in _0x4d67af?zi(_0x4d67af,_0x23adec,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x58f869}):_0x4d67af[_0x23adec]=_0x58f869,Dc=(_0x2f1182,_0x5ee4b8,_0x51d51c,_0x193190)=>{for(var _0x52ae80=_0x193190>0x1?void 0x0:_0x193190?Oc(_0x5ee4b8,_0x51d51c):_0x5ee4b8,_0x3fcf1c=_0x2f1182['length']-0x1,_0xed921b;_0x3fcf1c>=0x0;_0x3fcf1c--)(_0xed921b=_0x2f1182[_0x3fcf1c])&&(_0x52ae80=(_0x193190?_0xed921b(_0x5ee4b8,_0x51d51c,_0x52ae80):_0xed921b(_0x52ae80))||_0x52ae80);return _0x193190&&_0x52ae80&&zi(_0x5ee4b8,_0x51d51c,_0x52ae80),_0x52ae80;},lt=(_0x23ebd2,_0x63487b)=>(_0x1b469a,_0x41a0b)=>_0x63487b(_0x1b469a,_0x41a0b,_0x23ebd2),Pc=(_0x4f6a39,_0x5880dc,_0x499d74)=>wc(_0x4f6a39,_0x5880dc+'',_0x499d74);const Uc=_0x3238bf(0x35d);let us=class extends _0x31d01a{constructor(_0x22aad7=Rr,_0x1a0de7,_0x3d50a3,_0x148655,_0x5f57f1){const _0xb5198=_0x3238bf;super(),this['_config']=_0x22aad7,this['_logService']=_0x1a0de7,this[_0xb5198(0x309)]=_0x3d50a3,this[_0xb5198(0x151)]=_0x148655,this[_0xb5198(0x330)]=_0x5f57f1;const {..._0x514efe}=this[_0xb5198(0x211)];this[_0xb5198(0x330)][_0xb5198(0x13e)](ie,_0x514efe);}[_0x3238bf(0x3dc)](){const _0x2665f0=_0x3238bf;this[_0x2665f0(0x2f5)](),this[_0x2665f0(0x2d0)]();}['onReady'](){_0x2de621(this['_injector'],[[Ct]]);}[_0x3238bf(0x1a3)](){const _0x58b5e1=_0x3238bf;this[_0x58b5e1(0x160)]();}[_0x3238bf(0x2f5)](){const _0x1f7b8c=_0x3238bf;var _0x179586,_0x299e79,_0x4deecc,_0x132411;this[_0x1f7b8c(0x151)][_0x1f7b8c(0x220)](_0x558053)&&this[_0x1f7b8c(0x188)][_0x1f7b8c(0x241)](_0x1f7b8c(0x514),_0x1f7b8c(0x1c2));const _0x405326=[[_0x558053,{'useClass':_s}],[Ae],[bs],[Bi,{'useClass':yc}],[Ne],[q],[_0xbe8463],[vt],[pt],[ft],[mt],[Cs],[Et],[bt],[wi],[Tt],[Oi,{'useClass':(_0x299e79=(_0x179586=this['_config'])==null?void 0x0:_0x179586[_0x1f7b8c(0x4d9)])!=null?_0x299e79:es}],[_0x54fc87,{'useClass':ls}],[_0x26b704,{'useClass':cs}],[_0x1a8564,{'useClass':hs}],[it],[It],[St],[Ct],[Ve]];(_0x4deecc=this[_0x1f7b8c(0x211)])!=null&&_0x4deecc['enableSingleActiveInstanceLock']&&_0x405326[_0x1f7b8c(0x419)]([Rt,{'useClass':ro}]),_0x5e3113(this[_0x1f7b8c(0x151)],_0x2a6101(_0x405326,(_0x132411=this[_0x1f7b8c(0x211)])==null?void 0x0:_0x132411[_0x1f7b8c(0x473)]));}[_0x3238bf(0x160)](){const _0x30180d=_0x3238bf;this['disposeWithMe'](this[_0x30180d(0x309)][_0x30180d(0x215)](_0x5997c4[_0x30180d(0x32f)],[os])),this[_0x30180d(0x3df)](this[_0x30180d(0x309)][_0x30180d(0x215)](_0x5997c4[_0x30180d(0x49a)],[as]));}[_0x3238bf(0x2d0)](){const _0x12f16a=_0x3238bf;var _0x507dd2,_0x5f1dde;this[_0x12f16a(0x151)][_0x12f16a(0x3a5)](_0x4ca339)[_0x12f16a(0x351)]({'priority':0x14,'interceptor':_0x436092({'maxParallel':0x6})}),(_0x507dd2=this[_0x12f16a(0x211)])!=null&&_0x507dd2[_0x12f16a(0x51a)]||this['_injector'][_0x12f16a(0x3a5)](q)[_0x12f16a(0x2f9)](),(_0x5f1dde=this['_config'])!=null&&_0x5f1dde['enableAuthServer']&&_0x2de621(this['_injector'],[[Et]]),_0x2de621(this[_0x12f16a(0x151)],[[bt],[Ve],[It],[it],[St],[Tt]]);}};Pc(us,_0x3238bf(0x234),Uc),us=Dc([_0xcd516b(_0x5246a2,_0x1fe2e7),lt(0x1,_0x5d0f53),lt(0x2,_0x273231),lt(0x3,_0x4a2654(_0x28b8e2)),lt(0x4,_0x12cd24)],us);export{Ba as AUTHZ_URL_KEY,cs as AuthzIoHttpService,Cr as COLLAB_SUBMIT_CHANGESET_URL_KEY,ur as COLLAB_WEB_SOCKET_URL_KEY,it as CollaborationController,gt as CollaborationEntity,ts as CollaborationSession,Ae as CollaborationSessionService,es as CollaborationSocketService,J as CollaborationStatus,Ca as CollaborationStatusDisplay,wi as CommentService,It as DataLoaderController,St as DesktopCollaborationStatusDisplayController,ss as DocCollaborationEntity,fr as HEARTBEAT_INTERVAL_KEY,bi as HEARTBEAT_TIMEOUT_KEY,Oi as ICollaborationSocketService,Bi as IURLService,hs as ImageIoService,Sr as LOCAL_CACHE_INTERVAL_KEY,br as LOGIN_URL_KEY,q as LocalCacheService,Ne as MemberService,pr as RETRY_CONNECTING_MAX_COUNT_KEY,Xc as SEND_CHANGESET_TIMEOUT_KEY,cr as SNAPSHOT_SERVER_URL_KEY,lr as SNAPSHOT_URL_KEY,ve as SessionStatus,Xo as SheetCollabCursorShape,is as SheetCollaborationEntity,ls as SnapshotServerOverHTTPService,us as UniverCollaborationClientPlugin,yc as WebURLService,yr as deserializeToCombResponse,Or as serializeCombRequest};
|