@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/cjs/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
'use strict';const _0x3b224c=_0x1276;(function(_0x3f645f,_0x69881d){const _0x1b9ed9=_0x1276,_0x57d6e1=_0x3f645f();while(!![]){try{const _0x19bdf2=-parseInt(_0x1b9ed9(0x20a))/0x1*(parseInt(_0x1b9ed9(0x375))/0x2)+parseInt(_0x1b9ed9(0x352))/0x3*(-parseInt(_0x1b9ed9(0x456))/0x4)+parseInt(_0x1b9ed9(0x413))/0x5*(-parseInt(_0x1b9ed9(0x362))/0x6)+-parseInt(_0x1b9ed9(0x427))/0x7+-parseInt(_0x1b9ed9(0x37a))/0x8+-parseInt(_0x1b9ed9(0x59f))/0x9*(parseInt(_0x1b9ed9(0x1dc))/0xa)+parseInt(_0x1b9ed9(0x268))/0xb;if(_0x19bdf2===_0x69881d)break;else _0x57d6e1['push'](_0x57d6e1['shift']());}catch(_0x581676){_0x57d6e1['push'](_0x57d6e1['shift']());}}}(_0xce47,0x4e711));function _0x1276(_0x59fd45,_0x131081){const _0xce47ad=_0xce47();return _0x1276=function(_0x12768c,_0x2a11aa){_0x12768c=_0x12768c-0x12f;let _0x132026=_0xce47ad[_0x12768c];return _0x132026;},_0x1276(_0x59fd45,_0x131081);}var Ln=Object[_0x3b224c(0x209)],xn=(_0x34ad38,_0x1032c1,_0x30f068)=>_0x1032c1 in _0x34ad38?Ln(_0x34ad38,_0x1032c1,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x30f068}):_0x34ad38[_0x1032c1]=_0x30f068,I=(_0xa14455,_0x485542,_0x17d537)=>xn(_0xa14455,typeof _0x485542!=_0x3b224c(0x3d2)?_0x485542+'':_0x485542,_0x17d537);Object[_0x3b224c(0x209)](exports,Symbol['toStringTag'],{'value':_0x3b224c(0x186)});const a=require(_0x3b224c(0x245)),A=require(_0x3b224c(0x3f7)),V=require(_0x3b224c(0x322)),ge=require(_0x3b224c(0x282)),ee=require('@univerjs/ui'),Z=require(_0x3b224c(0x385)),S=require(_0x3b224c(0x5e3)),jn=require(_0x3b224c(0x5cc)),J=require('@univerjs/docs-ui'),k=require(_0x3b224c(0x459)),K=require('@univerjs/engine-render'),ye=require(_0x3b224c(0x4f5)),ne=require(_0x3b224c(0x19e)),Pt=require(_0x3b224c(0x433)),Re=require(_0x3b224c(0x260)),ae=require('react'),$n=require(_0x3b224c(0x173)),Zt=_0x3b224c(0x4c1),Hn=_0x3b224c(0x447),Qt='SNAPSHOT_URL_KEY',Bn=_0x3b224c(0x573),kn=0x7d0,en='COLLAB_WEB_SOCKET_URL',Wn=_0x3b224c(0x36f),tn='HEARTBEAT_INTERVAL',Fn=0x7530,Ct=_0x3b224c(0x2c9),nn=0x4e20,Vn=0x4e20,sn=_0x3b224c(0x414),Gn=0x3,rn=_0x3b224c(0x29c),Yn=0x3e8,on='COLLAB_SUBMIT_CHANGESET_URL',Kn='/universer-api/comb',an=_0x3b224c(0x462),qn='/universer-api/oidc/authpage';var cn=(_0x55dfd2=>(_0x55dfd2[_0x55dfd2[_0x3b224c(0x312)]=0x0]=_0x3b224c(0x312),_0x55dfd2[_0x55dfd2['OK']=0x1]='OK',_0x55dfd2[_0x55dfd2[_0x3b224c(0x579)]=0x2]=_0x3b224c(0x579),_0x55dfd2[_0x55dfd2['PERMISSION_DENIED']=0x3]='PERMISSION_DENIED',_0x55dfd2[_0x55dfd2['NOT_FOUND']=0x4]=_0x3b224c(0x1f1),_0x55dfd2[_0x55dfd2[_0x3b224c(0x3a8)]=0x5]=_0x3b224c(0x3a8),_0x55dfd2[_0x55dfd2[_0x3b224c(0x494)]=0x6]='ALREADY_EXISTS',_0x55dfd2[_0x55dfd2['INVALID_ARGUMENT']=0x7]=_0x3b224c(0x392),_0x55dfd2[_0x55dfd2[_0x3b224c(0x431)]=0x8]=_0x3b224c(0x431),_0x55dfd2[_0x55dfd2[_0x3b224c(0x488)]=0x9]=_0x3b224c(0x488),_0x55dfd2[_0x55dfd2[_0x3b224c(0x5b3)]=0x1389]=_0x3b224c(0x5b3),_0x55dfd2[_0x55dfd2['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x3b224c(0x14a),_0x55dfd2[_0x55dfd2[_0x3b224c(0x33a)]=0x1772]=_0x3b224c(0x33a),_0x55dfd2[_0x55dfd2[_0x3b224c(0x5a9)]=0x1773]=_0x3b224c(0x5a9),_0x55dfd2[_0x55dfd2[_0x3b224c(0x4f4)]=0x1b59]=_0x3b224c(0x4f4),_0x55dfd2[_0x55dfd2[_0x3b224c(0x48a)]=0x1b5a]=_0x3b224c(0x48a),_0x55dfd2[_0x55dfd2[_0x3b224c(0x53a)]=0x1b5b]=_0x3b224c(0x53a),_0x55dfd2[_0x55dfd2[_0x3b224c(0x170)]=0x1b5c]=_0x3b224c(0x170),_0x55dfd2[_0x55dfd2[_0x3b224c(0x37e)]=0x1b5d]='APPLY_DUPLICATED',_0x55dfd2[_0x55dfd2[_0x3b224c(0x1ac)]=0x1f41]=_0x3b224c(0x1ac),_0x55dfd2[_0x55dfd2[_0x3b224c(0x13d)]=0x2329]=_0x3b224c(0x13d),_0x55dfd2[_0x55dfd2[_0x3b224c(0x5da)]=0x232a]=_0x3b224c(0x5da),_0x55dfd2[_0x55dfd2[_0x3b224c(0x174)]=0x232b]=_0x3b224c(0x174),_0x55dfd2[_0x55dfd2['LICENSE_EXPORT_SIZE_EXCEEDED']=0x232c]=_0x3b224c(0x132),_0x55dfd2[_0x55dfd2[_0x3b224c(0x583)]=0x232d]=_0x3b224c(0x583),_0x55dfd2[_0x55dfd2[_0x3b224c(0x2a4)]=0x2711]=_0x3b224c(0x2a4),_0x55dfd2[_0x55dfd2[_0x3b224c(0x3fc)]=0x2712]=_0x3b224c(0x3fc),_0x55dfd2[_0x55dfd2[_0x3b224c(0x1d8)]=0x2713]=_0x3b224c(0x1d8),_0x55dfd2[_0x55dfd2[_0x3b224c(0x438)]=0x2714]=_0x3b224c(0x438),_0x55dfd2[_0x55dfd2[_0x3b224c(0x3b4)]=-0x1]=_0x3b224c(0x3b4),_0x55dfd2))(cn||{}),ie=(_0x407cfe=>(_0x407cfe[_0x407cfe[_0x3b224c(0x373)]=0x0]=_0x3b224c(0x373),_0x407cfe[_0x407cfe['UNIVER_DOC']=0x1]=_0x3b224c(0x508),_0x407cfe[_0x407cfe[_0x3b224c(0x460)]=0x2]=_0x3b224c(0x460),_0x407cfe[_0x407cfe[_0x3b224c(0x4b3)]=0x3]=_0x3b224c(0x4b3),_0x407cfe[_0x407cfe[_0x3b224c(0x31a)]=0x4]='UNIVER_PROJECT',_0x407cfe[_0x407cfe['UNRECOGNIZED']=-0x1]=_0x3b224c(0x3b4),_0x407cfe))(ie||{}),G=(_0x3fc5b8=>(_0x3fc5b8[_0x3fc5b8[_0x3b224c(0x2bf)]=0x0]='UNKNOWN_CMD',_0x3fc5b8[_0x3fc5b8[_0x3b224c(0x1a3)]=0x1]=_0x3b224c(0x1a3),_0x3fc5b8[_0x3fc5b8['JOIN']=0x2]=_0x3b224c(0x1bc),_0x3fc5b8[_0x3fc5b8[_0x3b224c(0x582)]=0x3]=_0x3b224c(0x582),_0x3fc5b8[_0x3fc5b8[_0x3b224c(0x20f)]=0x4]=_0x3b224c(0x20f),_0x3fc5b8[_0x3fc5b8['HEARTBEAT']=0x5]='HEARTBEAT',_0x3fc5b8[_0x3fc5b8[_0x3b224c(0x4d8)]=0x6]=_0x3b224c(0x4d8),_0x3fc5b8[_0x3fc5b8[_0x3b224c(0x3b4)]=-0x1]=_0x3b224c(0x3b4),_0x3fc5b8))(G||{}),Et=(_0x508653=>(_0x508653[_0x508653['UNKNOWN_CODE']=0x0]=_0x3b224c(0x545),_0x508653[_0x508653['OK']=0x1]='OK',_0x508653[_0x508653[_0x3b224c(0x2f3)]=0x2]='FAIL',_0x508653[_0x508653['UNRECOGNIZED']=-0x1]=_0x3b224c(0x3b4),_0x508653))(Et||{}),ln=(_0x28068a=>(_0x28068a[_0x28068a[_0x3b224c(0x4ad)]=0x0]=_0x3b224c(0x4ad),_0x28068a[_0x28068a[_0x3b224c(0x5ca)]=0x1]=_0x3b224c(0x5ca),_0x28068a[_0x28068a[_0x3b224c(0x152)]=0x2]=_0x3b224c(0x152),_0x28068a[_0x28068a[_0x3b224c(0x2a5)]=0x3]=_0x3b224c(0x2a5),_0x28068a[_0x28068a[_0x3b224c(0x587)]=0x4]=_0x3b224c(0x587),_0x28068a[_0x28068a[_0x3b224c(0x3b4)]=-0x1]=_0x3b224c(0x3b4),_0x28068a))(ln||{});const te=_0x3b224c(0x3f3),zn={};function hn(_0x53a563){const _0x5882c7=_0x3b224c;var _0x705e9f,_0x203656,_0x8feb63,_0x48b4f1,_0x1f972c;const _0x36673b=_0x53a563[_0x5882c7(0x34e)],_0x372f9f=JSON[_0x5882c7(0x3d3)](_0x36673b);switch(_0x372f9f[_0x5882c7(0x21d)]){case G['HEARTBEAT']:case G['HELLO']:{const _0x203a2d=_0x372f9f[_0x5882c7(0x227)];return{..._0x372f9f,'data':_0x203a2d,'cmd':_0x372f9f['cmd']};}case G['JOIN']:{const _0x929f80=_0x372f9f[_0x5882c7(0x50e)];return{..._0x372f9f,'data':_0x929f80,'cmd':_0x372f9f[_0x5882c7(0x21d)]};}case G[_0x5882c7(0x4d8)]:{const _0x110d58=_0x372f9f[_0x5882c7(0x2bc)];switch(_0x110d58[_0x5882c7(0x4a9)]){case S[_0x5882c7(0x136)][_0x5882c7(0x4fc)]:return{..._0x372f9f,'data':{..._0x110d58,'data':(_0x705e9f=_0x110d58['permissionRejEvent'])==null?void 0x0:_0x705e9f['cs']},'cmd':_0x372f9f['cmd']};case S['CollaborationEvent'][_0x5882c7(0x35e)]:return{..._0x372f9f,'data':{..._0x110d58,'data':(_0x203656=_0x110d58[_0x5882c7(0x5bd)])==null?void 0x0:_0x203656['cs']},'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S['CollaborationEvent'][_0x5882c7(0x48f)]:return{..._0x372f9f,'data':{..._0x110d58,'data':(_0x8feb63=_0x110d58[_0x5882c7(0x211)])==null?void 0x0:_0x8feb63['cs']},'cmd':_0x372f9f['cmd']};case S[_0x5882c7(0x136)]['CHANGESET_REJ']:return{..._0x372f9f,'data':{..._0x110d58,'data':(_0x48b4f1=_0x110d58['csRejEvent'])==null?void 0x0:_0x48b4f1['cs']},'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S['CollaborationEvent'][_0x5882c7(0x26a)]:return{..._0x372f9f,'data':{..._0x110d58,'data':(_0x1f972c=_0x110d58[_0x5882c7(0x453)])==null?void 0x0:_0x1f972c['cs']},'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S[_0x5882c7(0x136)][_0x5882c7(0x182)]:return{..._0x372f9f,'data':{..._0x110d58,'data':_0x110d58[_0x5882c7(0x2d1)]},'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S[_0x5882c7(0x136)]['USERS_ENTER']:return{..._0x372f9f,'data':{..._0x110d58,'data':_0x110d58['joinEvent']},'cmd':_0x372f9f['cmd']};case S[_0x5882c7(0x136)][_0x5882c7(0x502)]:return{..._0x372f9f,'data':{..._0x110d58,'data':_0x110d58['leaveEvent']},'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S[_0x5882c7(0x136)]['LIVESHARE_NEW_HOST']:return{..._0x372f9f,'data':{..._0x110d58,'data':_0x110d58[_0x5882c7(0x4c0)]},'cmd':_0x372f9f['cmd']};case S['CollaborationEvent']['LIVESHARE_FETCH_OPERATIONS']:case S[_0x5882c7(0x136)]['LIVESHARE_OPERATION']:return{..._0x372f9f,'data':{..._0x110d58,'data':_0x110d58[_0x5882c7(0x21e)]},'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S['CollaborationEvent'][_0x5882c7(0x38e)]:return{..._0x372f9f,'data':{..._0x110d58,'data':_0x110d58['liveShareNewHost']},'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S[_0x5882c7(0x136)][_0x5882c7(0x1d1)]:return{..._0x372f9f,'data':_0x110d58,'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S[_0x5882c7(0x136)][_0x5882c7(0x2c1)]:return{..._0x372f9f,'data':{..._0x110d58,'data':_0x110d58[_0x5882c7(0x40f)]},'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S[_0x5882c7(0x136)][_0x5882c7(0x31c)]:return{..._0x372f9f,'data':{..._0x110d58,'data':_0x110d58[_0x5882c7(0x5d0)]},'cmd':_0x372f9f[_0x5882c7(0x21d)]};case S[_0x5882c7(0x136)][_0x5882c7(0x4e7)]:return{..._0x372f9f,'data':{..._0x110d58,'data':_0x110d58[_0x5882c7(0x528)]},'cmd':_0x372f9f['cmd']};default:return _0x372f9f;}}default:return _0x372f9f;}}function _n(_0x2883ce){const _0x1dcb47=_0x3b224c;switch(_0x2883ce['cmd']){case G[_0x1dcb47(0x2e7)]:case G[_0x1dcb47(0x1a3)]:return JSON['stringify']({'cmd':_0x2883ce[_0x1dcb47(0x21d)],'routeKey':_0x2883ce[_0x1dcb47(0x2e9)]});case G[_0x1dcb47(0x20f)]:{let _0x100790;switch(_0x2883ce[_0x1dcb47(0x34e)][_0x1dcb47(0x4a9)]){case S['CollaborationEvent'][_0x1dcb47(0x182)]:{_0x100790={'eventID':S['CollaborationEvent'][_0x1dcb47(0x182)],'updateCursorEvent':_0x2883ce['data'][_0x1dcb47(0x34e)]};break;}case S[_0x1dcb47(0x136)][_0x1dcb47(0x502)]:{_0x100790={'eventID':S[_0x1dcb47(0x136)]['USERS_LEAVE'],'leaveEvent':_0x2883ce[_0x1dcb47(0x34e)]['data']};break;}case S['CollaborationEvent']['USERS_ENTER']:{_0x100790={'eventID':S[_0x1dcb47(0x136)][_0x1dcb47(0x31b)],'joinEvent':_0x2883ce[_0x1dcb47(0x34e)][_0x1dcb47(0x34e)]};break;}case S['CollaborationEvent'][_0x1dcb47(0x27c)]:{_0x100790={'eventID':S[_0x1dcb47(0x136)]['LIVESHARE_NEW_HOST'],'liveShareNewHost':_0x2883ce[_0x1dcb47(0x34e)][_0x1dcb47(0x34e)]};break;}case S[_0x1dcb47(0x136)][_0x1dcb47(0x1b9)]:{_0x100790={'eventID':S[_0x1dcb47(0x136)][_0x1dcb47(0x1b9)],'liveShareOperation':_0x2883ce[_0x1dcb47(0x34e)]['data']};break;}case S[_0x1dcb47(0x136)][_0x1dcb47(0x38e)]:{_0x100790={'eventID':S[_0x1dcb47(0x136)][_0x1dcb47(0x38e)],'liveShareTerminate':_0x2883ce[_0x1dcb47(0x34e)][_0x1dcb47(0x34e)]};break;}case S[_0x1dcb47(0x136)]['LIVESHARE_REQUEST_HOST']:{_0x100790={'eventID':S['CollaborationEvent'][_0x1dcb47(0x2ca)],'liveShareRequestHost':_0x2883ce[_0x1dcb47(0x34e)]['data']};break;}case S[_0x1dcb47(0x136)][_0x1dcb47(0x2e4)]:{_0x100790={'eventID':S['CollaborationEvent']['LIVESHARE_FETCH_OPERATIONS']};break;}default:_0x100790={'eventID':_0x2883ce[_0x1dcb47(0x34e)][_0x1dcb47(0x4a9)]};}return JSON['stringify']({'cmd':_0x2883ce[_0x1dcb47(0x21d)],'routeKey':_0x2883ce[_0x1dcb47(0x2e9)],'collaMsg':_0x100790});}case G[_0x1dcb47(0x1bc)]:return JSON[_0x1dcb47(0x52a)]({'cmd':_0x2883ce['cmd'],'routeKey':_0x2883ce['routeKey'],'joinReq':_0x2883ce[_0x1dcb47(0x34e)]});case G[_0x1dcb47(0x582)]:return JSON[_0x1dcb47(0x52a)]({'cmd':_0x2883ce[_0x1dcb47(0x21d)],'routeKey':_0x2883ce['routeKey'],'leaveReq':_0x2883ce[_0x1dcb47(0x34e)]});default:throw new Error('[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!');}}var Xn=Object[_0x3b224c(0x209)],Jn=Object[_0x3b224c(0x233)],Zn=(_0x5ba0ce,_0x4c0b9d,_0x2e5307,_0x4fca36)=>{const _0x1045a7=_0x3b224c;for(var _0x518a95=_0x4fca36>0x1?void 0x0:_0x4fca36?Jn(_0x4c0b9d,_0x2e5307):_0x4c0b9d,_0x3ff886=_0x5ba0ce[_0x1045a7(0x2a8)]-0x1,_0xe0d121;_0x3ff886>=0x0;_0x3ff886--)(_0xe0d121=_0x5ba0ce[_0x3ff886])&&(_0x518a95=(_0x4fca36?_0xe0d121(_0x4c0b9d,_0x2e5307,_0x518a95):_0xe0d121(_0x518a95))||_0x518a95);return _0x4fca36&&_0x518a95&&Xn(_0x4c0b9d,_0x2e5307,_0x518a95),_0x518a95;},we=(_0x541a90,_0x105ea7)=>(_0xbbb00,_0x3de894)=>_0x105ea7(_0xbbb00,_0x3de894,_0x541a90);const bt=a[_0x3b224c(0x2da)](_0x3b224c(0x497));function Qn(_0x1d8667,_0x584594,_0x57e72c){const _0x54befa=_0x3b224c;return _0x1d8667+'/'+_0x584594+_0x54befa(0x4b1)+_0x57e72c+_0x54befa(0x4be);}exports[_0x3b224c(0x446)]=class extends a[_0x3b224c(0x52b)]{constructor(_0x4ae66e,_0x39e3f7,_0x293707,_0x15c287,_0x1bbdfa){const _0x12b324=_0x3b224c;super(),this[_0x12b324(0x3a6)]=_0x4ae66e,this['_ws']=_0x39e3f7,this[_0x12b324(0x142)]=_0x293707,this[_0x12b324(0x13a)]=_0x15c287,this[_0x12b324(0x56e)]=_0x1bbdfa;}[_0x3b224c(0x235)](_0x189485){const _0x1694d7=_0x3b224c,_0x1052ff=this[_0x1694d7(0x510)][_0x1694d7(0x235)](_0x189485);if(!_0x1052ff)throw new Error('[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!');const _0x70bd86=new a[(_0x1694d7(0x194))](),_0x230523=new A['Subject']();_0x70bd86[_0x1694d7(0x594)](_0x1052ff[_0x1694d7(0x1bf)][_0x1694d7(0x2de)](_0x48c17e=>_0x230523[_0x1694d7(0x1e1)](_0x48c17e))),_0x70bd86[_0x1694d7(0x594)](a['toDisposable'](()=>_0x230523['complete']()));const _0x4b17cc=new A[(_0x1694d7(0x13f))]();_0x70bd86[_0x1694d7(0x594)](_0x1052ff['error$'][_0x1694d7(0x2de)](_0x46d5f9=>_0x4b17cc[_0x1694d7(0x1e1)](_0x46d5f9))),_0x70bd86['add'](a[_0x1694d7(0x597)](()=>_0x4b17cc[_0x1694d7(0x163)]()));const _0x438fef=new A['Subject']();_0x70bd86['add'](_0x1052ff[_0x1694d7(0x4c6)][_0x1694d7(0x2de)](_0xccadc8=>{const _0x12c6a2=_0x1694d7,_0x44dc88=hn(_0xccadc8);_0x438fef[_0x12c6a2(0x1e1)](_0x44dc88);})),_0x70bd86['add'](a[_0x1694d7(0x597)](()=>_0x438fef[_0x1694d7(0x163)]()));let _0x32aa13;const _0x26b020=()=>{const _0x2ff069=_0x1694d7;_0x4b17cc[_0x2ff069(0x1e1)](new Event(_0x2ff069(0x25b))),_0x230523[_0x2ff069(0x1e1)](new CloseEvent(_0x2ff069(0x25b))),_0x32aa13[_0x2ff069(0x1b3)]();};return _0x32aa13={'memberID':'','close$':_0x230523[_0x1694d7(0x4f7)](),'error$':_0x4b17cc[_0x1694d7(0x4f7)](),'open$':_0x1052ff[_0x1694d7(0x288)],'message$':_0x438fef[_0x1694d7(0x4f7)](),'send':_0x2ca2e2=>{const _0x56d536=_0x1694d7;if(_0x2ca2e2[_0x56d536(0x21d)]===G[_0x56d536(0x20f)]){if(_0x2ca2e2[_0x56d536(0x34e)][_0x56d536(0x4a9)]===S[_0x56d536(0x136)][_0x56d536(0x2df)]){this[_0x56d536(0x565)](_0x32aa13,_0x2ca2e2[_0x56d536(0x34e)])[_0x56d536(0x1f4)](_0x5555fb=>{const _0x461db6=_0x56d536;this[_0x461db6(0x13a)][_0x461db6(0x423)](_0x5555fb),_0x26b020();});return;}if(_0x2ca2e2['data'][_0x56d536(0x4a9)]===S[_0x56d536(0x136)]['FETCH_MISSING']){const _0x5d05c8=_0x2ca2e2[_0x56d536(0x34e)];this[_0x56d536(0x441)](_0x5d05c8)[_0x56d536(0x55b)](_0x587e73=>{const _0x21c9e9=_0x56d536;_0x438fef[_0x21c9e9(0x1e1)]({'cmd':G[_0x21c9e9(0x4d8)],'code':Et['OK'],'routeKey':_0x5d05c8['data']['unitID'],'routeType':'','data':{'eventID':S[_0x21c9e9(0x136)][_0x21c9e9(0x50a)],'data':{'changesets':_0x587e73}}});})[_0x56d536(0x1f4)](_0x98046f=>{const _0x227292=_0x56d536;this[_0x227292(0x13a)]['error'](_0x98046f),_0x26b020();});return;}}_0x1052ff[_0x56d536(0x50d)](_n(_0x2ca2e2));},'close':()=>{const _0x584327=_0x1694d7;_0x1052ff[_0x584327(0x1b3)](),_0x70bd86[_0x584327(0x2fa)]();}},_0x32aa13;}async['_submitChangeset'](_0x514a6a,_0x4098d1){const _0x11f8d1=_0x3b224c;var _0xa86b8d,_0x2d85df;const {unitType:_0x2b3bd5,unitID:_0x8f5539,changeset:_0x40dfe9}=_0x4098d1['data'],_0x3c9b62={'unitID':_0x8f5539,'memberID':_0x514a6a[_0x11f8d1(0x5ba)],'type':_0x2b3bd5,'changeset':S[_0x11f8d1(0x3a1)](_0x40dfe9)},_0xd1ebf4=this['_configService'][_0x11f8d1(0x469)](on),_0x535a24=this[_0x11f8d1(0x142)][_0x11f8d1(0x469)](te),_0x28acc4=Qn((_0x2d85df=(_0xa86b8d=_0x535a24==null?void 0x0:_0x535a24[_0x11f8d1(0x269)])!=null?_0xa86b8d:_0xd1ebf4)!=null?_0x2d85df:Kn,_0x2b3bd5,_0x8f5539);try{await this[_0x11f8d1(0x3a6)][_0x11f8d1(0x192)](_0x28acc4,{'body':_0x3c9b62});}catch(_0x34c927){throw this[_0x11f8d1(0x13a)]['error'](_0x11f8d1(0x199),'submit\x20changeset\x20error!'),_0x34c927;}}async['_fetchMissChangesets'](_0x49b862){const _0x11cab5=_0x3b224c,{unitID:_0x46fe50,from:_0x31f95f,to:_0x440f5c,unitType:_0x3db4f6}=_0x49b862[_0x11cab5(0x34e)];return(await this[_0x11cab5(0x56e)][_0x11cab5(0x523)]({'metadata':void 0x0},{'unitID':_0x46fe50,'type':_0x3db4f6,'from':_0x31f95f,'to':_0x440f5c}))['changesets'];}},exports[_0x3b224c(0x446)]=Zn([we(0x0,a[_0x3b224c(0x556)](Z['HTTPService'])),we(0x1,a[_0x3b224c(0x556)](Z[_0x3b224c(0x350)])),we(0x2,a[_0x3b224c(0x160)]),we(0x3,a[_0x3b224c(0x5ae)]),we(0x4,S['ISnapshotServerService'])],exports[_0x3b224c(0x446)]);const ei=_0x3b224c(0x3d0);function ti(_0x1ea1d2){const _0x8d0cec=_0x3b224c;return JSON[_0x8d0cec(0x52a)](_0x1ea1d2)['length'];}class Tt{constructor(){const _0x156ebd=_0x3b224c;I(this,_0x156ebd(0x55a),new A[(_0x156ebd(0x13f))]()),I(this,_0x156ebd(0x17d),this[_0x156ebd(0x55a)]['asObservable']());}[_0x3b224c(0x238)](_0x5db99a){const _0x675e02=_0x3b224c;this[_0x675e02(0x55a)]['next'](_0x5db99a);}}var ni=Object[_0x3b224c(0x209)],ii=Object[_0x3b224c(0x233)],si=(_0x475405,_0x3680f5,_0x3dc566,_0x2750b1)=>{const _0x420f99=_0x3b224c;for(var _0x3723f5=_0x2750b1>0x1?void 0x0:_0x2750b1?ii(_0x3680f5,_0x3dc566):_0x3680f5,_0x5a5802=_0x475405[_0x420f99(0x2a8)]-0x1,_0x178cc1;_0x5a5802>=0x0;_0x5a5802--)(_0x178cc1=_0x475405[_0x5a5802])&&(_0x3723f5=(_0x2750b1?_0x178cc1(_0x3680f5,_0x3dc566,_0x3723f5):_0x178cc1(_0x3723f5))||_0x3723f5);return _0x2750b1&&_0x3723f5&&ni(_0x3680f5,_0x3dc566,_0x3723f5),_0x3723f5;},Ut=(_0x786b77,_0x51f824)=>(_0x3ca4f,_0xad8e21)=>_0x51f824(_0x3ca4f,_0xad8e21,_0x786b77);exports[_0x3b224c(0x5db)]=class extends a['Disposable']{constructor(_0x561f5a,_0x351230){const _0x53044f=_0x3b224c;super(),I(this,'_roomMembers',new Map()),(this[_0x53044f(0x15e)]=_0x561f5a,this['_userManagerService']=_0x351230,this[_0x53044f(0x220)](a[_0x53044f(0x597)](A[_0x53044f(0x3d6)](this[_0x53044f(0x15e)][_0x53044f(0x1c8)](a[_0x53044f(0x3b1)]['UNIVER_SHEET'])['pipe'](V[_0x53044f(0x283)](_0x3798cb=>_0x3798cb[_0x53044f(0x22d)]())),this[_0x53044f(0x15e)][_0x53044f(0x1c8)](a[_0x53044f(0x3b1)][_0x53044f(0x508)])['pipe'](V['map'](_0x3b5439=>_0x3b5439['getUnitId']())),this[_0x53044f(0x15e)][_0x53044f(0x1c8)](a[_0x53044f(0x3b1)][_0x53044f(0x4b3)])[_0x53044f(0x3cc)](V[_0x53044f(0x283)](_0x1bbd5c=>_0x1bbd5c[_0x53044f(0x22d)]())))[_0x53044f(0x2de)](_0x153cad=>this[_0x53044f(0x41a)](_0x153cad)))));}[_0x3b224c(0x27a)](_0x37bbfa){this['_userManagerService']['setCurrentUser'](_0x37bbfa);}['getCurrentUser'](){const _0x21b64f=_0x3b224c;return this[_0x21b64f(0x516)][_0x21b64f(0x349)]();}[_0x3b224c(0x193)](_0x27f48b,_0x38aed9){const _0x1053d8=_0x3b224c;let _0x2edf5b=this['_roomMembers'][_0x1053d8(0x273)](_0x27f48b);_0x2edf5b||(_0x2edf5b=new ri(),this[_0x1053d8(0x54b)]['set'](_0x27f48b,_0x2edf5b)),_0x2edf5b[_0x1053d8(0x193)](_0x38aed9);}[_0x3b224c(0x2e8)](_0x4f3432,_0x3521a0){const _0x114d87=_0x3b224c,_0x5b5ba0=this[_0x114d87(0x54b)][_0x114d87(0x273)](_0x4f3432);_0x5b5ba0&&_0x5b5ba0[_0x114d87(0x2e8)](_0x3521a0);}['getRoom'](_0x5168de){const _0x371bba=_0x3b224c;return this[_0x371bba(0x54b)][_0x371bba(0x273)](_0x5168de);}['getMember'](_0xb952fc,_0x3eaccc){const _0x21de51=_0x3b224c,_0x2f19ad=this[_0x21de51(0x54b)]['get'](_0xb952fc);if(_0x2f19ad)return _0x2f19ad['getMember'](_0x3eaccc);}[_0x3b224c(0x41a)](_0x3d0348){const _0x169aba=_0x3b224c,_0x4081a2=this[_0x169aba(0x54b)][_0x169aba(0x273)](_0x3d0348);_0x4081a2&&(_0x4081a2[_0x169aba(0x2fa)](),this['_roomMembers'][_0x169aba(0x463)](_0x3d0348));}[_0x3b224c(0x2fa)](){const _0x4ce4e5=_0x3b224c;this[_0x4ce4e5(0x54b)][_0x4ce4e5(0x54f)](_0x5277b3=>_0x5277b3[_0x4ce4e5(0x2fa)]()),this['_roomMembers'][_0x4ce4e5(0x3b6)]();}},exports[_0x3b224c(0x5db)]=si([Ut(0x0,a[_0x3b224c(0x5a1)]),Ut(0x1,a[_0x3b224c(0x556)](a[_0x3b224c(0x4e3)]))],exports[_0x3b224c(0x5db)]);class ri extends a[_0x3b224c(0x52b)]{constructor(){const _0x546886=_0x3b224c;super(...arguments),I(this,_0x546886(0x3af),new Map());}['dispose'](){const _0x16afe7=_0x3b224c;this[_0x16afe7(0x3af)][_0x16afe7(0x3b6)]();}[_0x3b224c(0x193)](_0x1ffbaf){const _0x4e7df0=_0x3b224c;this[_0x4e7df0(0x3af)][_0x4e7df0(0x437)](_0x1ffbaf[_0x4e7df0(0x5ba)],_0x1ffbaf);}[_0x3b224c(0x2e8)](_0x109888){this['_members']['delete'](_0x109888);}['getMember'](_0x1e7836){const _0x11e572=_0x3b224c;return this[_0x11e572(0x3af)][_0x11e572(0x273)](_0x1e7836);}[_0x3b224c(0x321)](){const _0x4f596c=_0x3b224c;return Array[_0x4f596c(0x2ed)](this['_members']['values']());}}var oi=Object[_0x3b224c(0x209)],ai=Object[_0x3b224c(0x233)],ci=(_0x5d8e10,_0x20fa55,_0x42322d,_0x21d53a)=>{for(var _0x1ed8b6=_0x21d53a>0x1?void 0x0:_0x21d53a?ai(_0x20fa55,_0x42322d):_0x20fa55,_0x2aea79=_0x5d8e10['length']-0x1,_0x3ab3e9;_0x2aea79>=0x0;_0x2aea79--)(_0x3ab3e9=_0x5d8e10[_0x2aea79])&&(_0x1ed8b6=(_0x21d53a?_0x3ab3e9(_0x20fa55,_0x42322d,_0x1ed8b6):_0x3ab3e9(_0x1ed8b6))||_0x1ed8b6);return _0x21d53a&&_0x1ed8b6&&oi(_0x20fa55,_0x42322d,_0x1ed8b6),_0x1ed8b6;},de=(_0x5adc7d,_0x3d57d4)=>(_0x44826d,_0x64c8b8)=>_0x3d57d4(_0x44826d,_0x64c8b8,_0x5adc7d),se=(_0x15a01a=>(_0x15a01a[_0x15a01a['IDLE']=0x0]=_0x3b224c(0x5a5),_0x15a01a[_0x15a01a[_0x3b224c(0x24a)]=0x1]='JOINING',_0x15a01a[_0x15a01a[_0x3b224c(0x4e2)]=0x2]='OFFLINE',_0x15a01a[_0x15a01a['ONLINE']=0x3]=_0x3b224c(0x3a3),_0x15a01a))(se||{});exports[_0x3b224c(0x466)]=class extends a[_0x3b224c(0x274)]{constructor(_0xb10e25,_0x32ae3b,_0x5e090b,_0x1f1c03,_0x2d6130,_0x25a558,_0x2ddbc2,_0x22e144,_0x177a8c,_0x2164fe){const _0x1cc180=_0x3b224c;super(),I(this,'_sessionStatus$',new A[(_0x1cc180(0x33e))](0x0)),I(this,_0x1cc180(0x480),this[_0x1cc180(0x18d)][_0x1cc180(0x4f7)]()),I(this,_0x1cc180(0x3f0),new A[(_0x1cc180(0x13f))]()),I(this,_0x1cc180(0x396),this[_0x1cc180(0x3f0)][_0x1cc180(0x4f7)]()),I(this,_0x1cc180(0x41c)),I(this,_0x1cc180(0x484)),I(this,_0x1cc180(0x25f)),I(this,'_shouldReportTelemetry',!0x1),I(this,_0x1cc180(0x279),null),(this[_0x1cc180(0x5d3)]=_0xb10e25,this[_0x1cc180(0x13a)]=_0x5e090b,this[_0x1cc180(0x4d7)]=_0x1f1c03,this['_messageService']=_0x2d6130,this['_configService']=_0x25a558,this['_localeService']=_0x2ddbc2,this[_0x1cc180(0x486)]=_0x22e144,this[_0x1cc180(0x54a)]=_0x177a8c,this[_0x1cc180(0x51d)]=_0x2164fe,this['_shouldReportTelemetry']=!!this['_telemetryService'],_0x32ae3b[_0x1cc180(0x3cc)](A[_0x1cc180(0x58f)](this[_0x1cc180(0x19d)]))[_0x1cc180(0x2de)](_0x57b6dd=>{const _0x7536b3=_0x1cc180;var _0x34bba2;typeof _0x57b6dd>'u'||(this[_0x7536b3(0x41c)]=_0x57b6dd,_0x57b6dd?(this[_0x7536b3(0x1a0)](_0x57b6dd),this[_0x7536b3(0x484)]=_0x57b6dd['message$'][_0x7536b3(0x2de)](_0xb25dff=>{const _0x31db66=_0x7536b3;_0xb25dff['routeKey']===this[_0x31db66(0x5d3)]&&this[_0x31db66(0x141)](_0xb25dff);})):(this['_throwTelemetryCollaborationNewChangeset'](),this[_0x7536b3(0x18d)][_0x7536b3(0x1e1)](0x2),(_0x34bba2=this[_0x7536b3(0x484)])==null||_0x34bba2[_0x7536b3(0x272)](),this[_0x7536b3(0x484)]=null));}),this[_0x1cc180(0x220)](this[_0x1cc180(0x4d7)][_0x1cc180(0x1c2)](()=>{const _0x410ceb=_0x1cc180;var _0x1a36ef;(_0x1a36ef=this[_0x410ceb(0x41c)])==null||_0x1a36ef[_0x410ceb(0x50d)]({'cmd':G['LEAVE'],'data':{'roomID':this[_0x410ceb(0x5d3)]}});})));}get['sessionStatus'](){const _0x3f8ee6=_0x3b224c;return this[_0x3f8ee6(0x18d)]['getValue']();}[_0x3b224c(0x3b8)](){const _0x8a27d2=_0x3b224c;var _0x4bfb75,_0x49b363;return(_0x49b363=(_0x4bfb75=this[_0x8a27d2(0x41c)])==null?void 0x0:_0x4bfb75[_0x8a27d2(0x5ba)])!=null?_0x49b363:null;}[_0x3b224c(0x2fa)](){const _0x350c5e=_0x3b224c;super[_0x350c5e(0x2fa)](),this[_0x350c5e(0x19d)][_0x350c5e(0x1e1)](),this['dispose$'][_0x350c5e(0x163)]();}[_0x3b224c(0x1b3)](){const _0x563a11=_0x3b224c;var _0x49beea,_0x352afe;this[_0x563a11(0x131)](),(_0x49beea=this[_0x563a11(0x41c)])==null||_0x49beea[_0x563a11(0x50d)]({'cmd':G[_0x563a11(0x582)],'data':{'roomID':this[_0x563a11(0x5d3)]}}),(_0x352afe=this[_0x563a11(0x41c)])==null||_0x352afe[_0x563a11(0x1b3)](),this['_event$']['complete'](),this['_sessionStatus$'][_0x563a11(0x163)](),this[_0x563a11(0x2fa)]();}[_0x3b224c(0x141)](_0x2c87a9){const _0x3922d9=_0x3b224c;_0x2c87a9[_0x3922d9(0x21d)]===G[_0x3922d9(0x1bc)]?this[_0x3922d9(0x429)](_0x2c87a9):_0x2c87a9['cmd']===G['RECV']&&this[_0x3922d9(0x2b7)](_0x2c87a9);}['_joinRoom'](_0x589ebe){const _0xf76ff0=_0x3b224c;this[_0xf76ff0(0x18d)]['next'](0x1),_0x589ebe['send']({'cmd':G['JOIN'],'routeKey':this['_unitID'],'routeType':'','data':{'rooms':[{'roomID':this[_0xf76ff0(0x5d3)]}]}});}['_onJoinRoomEvent'](_0x575c8e){const _0x4c33f1=_0x3b224c;var _0x3fdad0;if(_0x575c8e[_0x4c33f1(0x4ef)]===Et['FAIL']){this[_0x4c33f1(0x1ca)][_0x4c33f1(0x134)]({'type':ge[_0x4c33f1(0x1a6)]['Warning'],'content':this['_localeService']['t'](_0x4c33f1(0x590))}),this[_0x4c33f1(0x18d)][_0x4c33f1(0x1e1)](0x2);return;}this[_0x4c33f1(0x18d)][_0x4c33f1(0x1e1)](0x3);const _0x28501a=(_0x3fdad0=_0x575c8e[_0x4c33f1(0x34e)][_0x4c33f1(0x2b6)][this[_0x4c33f1(0x5d3)]])==null?void 0x0:_0x3fdad0[_0x4c33f1(0x43a)];_0x28501a&&_0x28501a['forEach'](_0x4759a7=>this[_0x4c33f1(0x486)]['updateMember'](this[_0x4c33f1(0x5d3)],_0x4759a7));}[_0x3b224c(0x2b7)](_0x93b5a0){const _0x19a948=_0x3b224c;try{const _0x2748fc=_0x93b5a0['data'];switch(_0x2748fc[_0x19a948(0x4a9)]){case S[_0x19a948(0x136)][_0x19a948(0x31b)]:this[_0x19a948(0x5c6)](_0x2748fc),this[_0x19a948(0x3f0)][_0x19a948(0x1e1)](_0x2748fc);break;case S[_0x19a948(0x136)][_0x19a948(0x502)]:this[_0x19a948(0x3d8)](_0x2748fc),this[_0x19a948(0x3f0)][_0x19a948(0x1e1)](_0x2748fc);break;case S[_0x19a948(0x136)][_0x19a948(0x35e)]:case S[_0x19a948(0x136)][_0x19a948(0x26a)]:this['_stopTelemetryCollaborationNewChangeset'](),this[_0x19a948(0x308)](),this[_0x19a948(0x3f0)][_0x19a948(0x1e1)](_0x2748fc);break;case S[_0x19a948(0x136)][_0x19a948(0x1d1)]:this[_0x19a948(0x13a)][_0x19a948(0x423)]('save\x20fail\x20reason\x20is\x20'+JSON[_0x19a948(0x52a)](_0x2748fc)),this[_0x19a948(0x3f0)]['next'](_0x2748fc);break;case S[_0x19a948(0x136)]['COMMENT_UPDATE']:this[_0x19a948(0x54a)][_0x19a948(0x238)](_0x2748fc[_0x19a948(0x34e)]),this[_0x19a948(0x3f0)][_0x19a948(0x1e1)](_0x2748fc);break;default:this['_event$'][_0x19a948(0x1e1)](_0x2748fc);}}catch(_0x546fdf){this[_0x19a948(0x13a)]['error'](_0x546fdf,_0x93b5a0);}}[_0x3b224c(0x5c6)](_0x545369){const _0x1b37f7=_0x3b224c;this[_0x1b37f7(0x486)][_0x1b37f7(0x193)](this[_0x1b37f7(0x5d3)],_0x545369[_0x1b37f7(0x34e)]);}['_onUserLeave'](_0x16975c){const _0x4f6458=_0x3b224c;this['_memberService'][_0x4f6458(0x2e8)](this[_0x4f6458(0x5d3)],_0x16975c[_0x4f6458(0x34e)][_0x4f6458(0x5ba)]);}async[_0x3b224c(0x50d)](_0x2c969d,_0x39fa67){const _0x1a001a=_0x3b224c;if(this[_0x1a001a(0x543)]!==0x3||!this['_socket'])throw new Error(_0x1a001a(0x38b));try{_0x2c969d[_0x1a001a(0x4a9)]===S[_0x1a001a(0x136)][_0x1a001a(0x2df)]&&(this['_scheduleCollaborationTimeoutTimer'](),this[_0x1a001a(0x596)](_0x2c969d)),this[_0x1a001a(0x41c)][_0x1a001a(0x50d)]({'cmd':G[_0x1a001a(0x20f)],'routeKey':_0x39fa67,'routeType':'','data':_0x2c969d});}catch(_0x5a18c4){this['_logService'][_0x1a001a(0x423)](_0x5a18c4);}}['_scheduleCollaborationTimeoutTimer'](){const _0x3afd02=_0x3b224c;var _0x28fdaf;this[_0x3afd02(0x25f)]=window[_0x3afd02(0x325)](()=>{const _0x5b5348=_0x3afd02;this[_0x5b5348(0x25f)]=null,this['_messageService'][_0x5b5348(0x134)]({'type':ge[_0x5b5348(0x1a6)][_0x5b5348(0x187)],'content':this[_0x5b5348(0x57b)]['t'](_0x5b5348(0x54d))});},(_0x28fdaf=this[_0x3afd02(0x142)][_0x3afd02(0x469)](Ct))!=null?_0x28fdaf:nn);}[_0x3b224c(0x308)](){const _0x2cef7f=_0x3b224c;this[_0x2cef7f(0x25f)]&&(clearTimeout(this['_collaborationTimeoutTimer']),this[_0x2cef7f(0x25f)]=null);}[_0x3b224c(0x596)](_0x20c203){const _0x2d48a2=_0x3b224c;if(!this['_shouldReportTelemetry'])return;const {data:_0x520c21}=_0x20c203,{unitID:_0x3adc23,changeset:_0xe22dce}=_0x520c21,{mutations:_0xae2725,type:_0x2ef03f}=_0xe22dce;this[_0x2d48a2(0x279)]={'unitId':_0x3adc23,'type':_0x2ef03f,'startTime':performance[_0x2d48a2(0x419)](),'stopTime':0x0,'duration':0x0,'size':ti(_0xae2725)};}['_stopTelemetryCollaborationNewChangeset'](){const _0x3d866a=_0x3b224c;if(this[_0x3d866a(0x580)]){if(!this[_0x3d866a(0x279)]){this['_logService']['error']('[CollaborationSession]','telemetry\x20info\x20is\x20not\x20initialized');return;}this[_0x3d866a(0x279)][_0x3d866a(0x2cd)]=performance[_0x3d866a(0x419)](),this[_0x3d866a(0x279)][_0x3d866a(0x4bf)]=this['_telemetryInfo'][_0x3d866a(0x2cd)]-this['_telemetryInfo'][_0x3d866a(0x5c5)],this['_telemetryService'][_0x3d866a(0x405)](ei,this[_0x3d866a(0x279)]),this['_telemetryInfo']=null;}}[_0x3b224c(0x131)](){const _0x1f20e2=_0x3b224c;this[_0x1f20e2(0x279)]=null;}},exports[_0x3b224c(0x466)]=ci([de(0x2,a['ILogService']),de(0x3,ee[_0x3b224c(0x23a)]),de(0x4,ee[_0x3b224c(0x2d5)]),de(0x5,a[_0x3b224c(0x160)]),de(0x6,a[_0x3b224c(0x556)](a[_0x3b224c(0x4ae)])),de(0x7,a[_0x3b224c(0x556)](exports[_0x3b224c(0x5db)])),de(0x8,a[_0x3b224c(0x556)](Tt)),de(0x9,a[_0x3b224c(0x3e1)](jn[_0x3b224c(0x525)]))],exports['CollaborationSession']);var li=Object['defineProperty'],hi=Object['getOwnPropertyDescriptor'],_i=(_0x366c57,_0x3a2823,_0x11393c,_0x16a1c9)=>{for(var _0x215c47=_0x16a1c9>0x1?void 0x0:_0x16a1c9?hi(_0x3a2823,_0x11393c):_0x3a2823,_0x1572ed=_0x366c57['length']-0x1,_0x1e4e27;_0x1572ed>=0x0;_0x1572ed--)(_0x1e4e27=_0x366c57[_0x1572ed])&&(_0x215c47=(_0x16a1c9?_0x1e4e27(_0x3a2823,_0x11393c,_0x215c47):_0x1e4e27(_0x215c47))||_0x215c47);return _0x16a1c9&&_0x215c47&&li(_0x3a2823,_0x11393c,_0x215c47),_0x215c47;},Ee=(_0x368378,_0x50f616)=>(_0x2ef4f2,_0x298057)=>_0x50f616(_0x2ef4f2,_0x298057,_0x368378);exports[_0x3b224c(0x5d8)]=class extends a[_0x3b224c(0x52b)]{constructor(_0x1cee7c,_0x54849a,_0x3f13b2,_0x4d7e93,_0x1fa363,_0x42c7d7){const _0x2a1bc0=_0x3b224c;super(),I(this,'_socket$',new A[(_0x2a1bc0(0x33e))](void 0x0)),I(this,'socket$',this[_0x2a1bc0(0x5b5)][_0x2a1bc0(0x4f7)]()),I(this,_0x2a1bc0(0x57d),null),I(this,_0x2a1bc0(0x221),new Map()),I(this,_0x2a1bc0(0x183),new A[(_0x2a1bc0(0x33e))](se[_0x2a1bc0(0x5a5)])),I(this,_0x2a1bc0(0x47e),this['_status$']['asObservable']()),I(this,_0x2a1bc0(0x52c),!0x1),I(this,_0x2a1bc0(0x39a)),I(this,_0x2a1bc0(0x176),0x0),I(this,'_sendHeartbeatTimer'),I(this,'_timeoutTimer'),(this[_0x2a1bc0(0x495)]=_0x1cee7c,this[_0x2a1bc0(0x57b)]=_0x54849a,this['_messageService']=_0x3f13b2,this[_0x2a1bc0(0x13a)]=_0x4d7e93,this['_configService']=_0x1fa363,this[_0x2a1bc0(0x202)]=_0x42c7d7,this[_0x2a1bc0(0x29d)]());}get[_0x3b224c(0x41c)](){const _0x644f9e=_0x3b224c;return this[_0x644f9e(0x5b5)][_0x644f9e(0x3df)]();}[_0x3b224c(0x29d)](){const _0x2a9e6c=_0x3b224c;this['_listenToOfflineEvent'](),this[_0x2a9e6c(0x303)]();}[_0x3b224c(0x2fa)](){const _0x13206=_0x3b224c;super['dispose'](),this[_0x13206(0x221)][_0x13206(0x54f)](_0x9af242=>_0x9af242['dispose']()),this[_0x13206(0x221)]['clear'](),this['_status$'][_0x13206(0x163)]();}async[_0x3b224c(0x376)](_0x3bb654){const _0x5ad8cd=_0x3b224c;if(this[_0x5ad8cd(0x221)][_0x5ad8cd(0x339)](_0x3bb654))return this[_0x5ad8cd(0x221)]['get'](_0x3bb654);this[_0x5ad8cd(0x527)]();const _0xdd25cb=this['_injector'][_0x5ad8cd(0x560)](exports[_0x5ad8cd(0x466)],_0x3bb654,this[_0x5ad8cd(0x5b5)][_0x5ad8cd(0x4f7)]());return this['_sessions'][_0x5ad8cd(0x437)](_0x3bb654,_0xdd25cb),_0xdd25cb;}[_0x3b224c(0x1de)](_0x5e328a){const _0x1c7fc2=_0x3b224c;var _0x59f21a;const _0x397604=this['_sessions']['get'](_0x5e328a);_0x397604&&(this[_0x1c7fc2(0x221)][_0x1c7fc2(0x463)](_0x5e328a),_0x397604[_0x1c7fc2(0x1b3)]()),this['_sessions'][_0x1c7fc2(0x14d)]||(_0x59f21a=this[_0x1c7fc2(0x41c)])==null||_0x59f21a[_0x1c7fc2(0x1b3)]();}[_0x3b224c(0x365)](){const _0x5262d7=_0x3b224c;this[_0x5262d7(0x176)]=0x0,this[_0x5262d7(0x39a)]!=null&&(clearTimeout(this[_0x5262d7(0x39a)]),this[_0x5262d7(0x39a)]=null),this[_0x5262d7(0x297)]();}['_createSocket'](){const _0xdd1c55=_0x3b224c;var _0x2c1448,_0x4f7da5;const _0x2747c7=this[_0xdd1c55(0x142)]['getConfig'](en),_0x3d66c5=this['_configService']['getConfig'](te),_0x177af2=(_0x4f7da5=(_0x2c1448=_0x3d66c5==null?void 0x0:_0x3d66c5[_0xdd1c55(0x24e)])!=null?_0x2c1448:_0x2747c7)!=null?_0x4f7da5:Wn,_0x4194aa=this[_0xdd1c55(0x202)][_0xdd1c55(0x235)](_0x177af2);return this['_candidateSocket']=_0x4194aa,_0x4194aa;}[_0x3b224c(0x527)](){const _0x330b42=_0x3b224c;var _0x3c323e,_0x1d34f9;try{const _0x5e4fce=(_0x1d34f9=(_0x3c323e=this[_0x330b42(0x41c)])!=null?_0x3c323e:this[_0x330b42(0x57d)])!=null?_0x1d34f9:this[_0x330b42(0x3e4)]();if(_0x5e4fce){const _0x4349cd=_0x5e4fce['send'];_0x5e4fce[_0x330b42(0x50d)]=_0x311bf2=>(this[_0x330b42(0x24b)](),_0x4349cd[_0x330b42(0x44a)](_0x5e4fce,[_0x311bf2])),_0x5e4fce[_0x330b42(0x4c6)][_0x330b42(0x2de)](_0x8d03ea=>this[_0x330b42(0x323)](_0x5e4fce,_0x8d03ea)),_0x5e4fce[_0x330b42(0x330)][_0x330b42(0x3cc)](V['take'](0x1))[_0x330b42(0x2de)](_0x49682d=>this[_0x330b42(0x13a)]['error']('[CollaborationSessionService]:\x20socket\x20error',_0x49682d)),_0x5e4fce[_0x330b42(0x288)]['pipe'](V[_0x330b42(0x189)](0x1))[_0x330b42(0x2de)](()=>{const _0x16d88d=_0x330b42;this[_0x16d88d(0x2f9)](_0x5e4fce);}),_0x5e4fce[_0x330b42(0x1bf)][_0x330b42(0x3cc)](V[_0x330b42(0x189)](0x1))['subscribe'](_0x5c625e=>{const _0x34d46c=_0x330b42;this['_logService'][_0x34d46c(0x241)](_0x34d46c(0x292),_0x34d46c(0x53d),_0x5c625e),this['_onConnectionFailed']();});}}catch(_0x4c6c1d){this['_logService'][_0x330b42(0x423)](_0x4c6c1d),this[_0x330b42(0x44b)]();}}[_0x3b224c(0x2f9)](_0x56d35d){const _0x27c506=_0x3b224c;this[_0x27c506(0x13a)][_0x27c506(0x241)](_0x27c506(0x292),_0x27c506(0x2a2)),_0x56d35d[_0x27c506(0x50d)]({'cmd':G['HELLO']}),this[_0x27c506(0x24b)]();}['_listenToOfflineEvent'](){const _0x823cb=_0x3b224c;window['addEventListener'](_0x823cb(0x3e9),()=>this['_onOffline']());}['_onOffline'](){const _0x3cd47e=_0x3b224c;this['_socketReady']=!0x1,this[_0x3cd47e(0x57d)]=null,this['_status$'][_0x3cd47e(0x1e1)](se[_0x3cd47e(0x4e2)]),this[_0x3cd47e(0x5b5)]['next'](null),this[_0x3cd47e(0x216)](),this['_clearHeartbeatTimer']();}[_0x3b224c(0x44b)](){const _0x1686d5=_0x3b224c;var _0x35252b;this[_0x1686d5(0x1bd)](),this[_0x1686d5(0x176)]<((_0x35252b=this['_configService'][_0x1686d5(0x469)](sn))!=null?_0x35252b:Gn)?(this[_0x1686d5(0x1ca)]['show']({'key':_0x1686d5(0x470),'type':ge[_0x1686d5(0x1a6)][_0x1686d5(0x177)],'content':this['_localeService']['t']('session.will-retry')}),this['_tryReconnect']()):this[_0x1686d5(0x1ca)][_0x1686d5(0x134)]({'key':_0x1686d5(0x470),'type':ge[_0x1686d5(0x1a6)]['Error'],'content':this[_0x1686d5(0x57b)]['t']('session.connection-failed')});}['_listenToOnlineEvent'](){const _0x155adc=_0x3b224c,_0x51842d=()=>{const _0x2eaadc=_0x1276;this[_0x2eaadc(0x41c)]||this[_0x2eaadc(0x365)]();},_0x47a72f=()=>{const _0x26922a=_0x1276;this[_0x26922a(0x41c)]||document['visibilityState']===_0x26922a(0x1df)||this[_0x26922a(0x365)]();};window[_0x155adc(0x240)](_0x155adc(0x3d5),_0x51842d),document[_0x155adc(0x240)]('visibilitychange',_0x47a72f);}[_0x3b224c(0x297)](){const _0x47b704=_0x3b224c;var _0x165a6c;const _0xdb214=this[_0x47b704(0x176)],_0x29a3c3=this[_0x47b704(0x142)][_0x47b704(0x469)](te),_0x4aa307=_0xdb214===0x0?0x0:((_0x165a6c=_0x29a3c3==null?void 0x0:_0x29a3c3[_0x47b704(0x2c7)])!=null?_0x165a6c:Vn)*0x2**_0xdb214;this[_0x47b704(0x39a)]=window['setTimeout'](()=>{const _0xb5377c=_0x47b704;clearTimeout(this['_retryConnectingTimer']),this[_0xb5377c(0x39a)]=null,this['_tryEnsureSocket']();},_0x4aa307),this[_0x47b704(0x176)]+=0x1;}[_0x3b224c(0x323)](_0x516c21,_0x4f0114){const _0x17811c=_0x3b224c,{cmd:_0x1f5b57}=_0x4f0114;_0x1f5b57===G['HELLO']&&!this[_0x17811c(0x52c)]&&(_0x516c21[_0x17811c(0x5ba)]=_0x4f0114[_0x17811c(0x34e)][_0x17811c(0x5ba)],this[_0x17811c(0x5b5)]['next'](_0x516c21),this[_0x17811c(0x183)][_0x17811c(0x1e1)](se['ONLINE']),this[_0x17811c(0x52c)]=!0x0,this['_candidateSocket']=null),_0x1f5b57===G[_0x17811c(0x2e7)]&&this[_0x17811c(0x216)](),this[_0x17811c(0x24b)]();}[_0x3b224c(0x24b)](){const _0x513f88=_0x3b224c;var _0x47589e;this['_clearHeartbeatTimer'](),this['_sendHeartbeatTimer']=window['setTimeout'](()=>this[_0x513f88(0x53b)](),(_0x47589e=this[_0x513f88(0x142)][_0x513f88(0x469)](tn))!=null?_0x47589e:Fn);}[_0x3b224c(0x53b)](){const _0x2e8ecf=_0x3b224c;this[_0x2e8ecf(0x41c)][_0x2e8ecf(0x50d)]({'cmd':G[_0x2e8ecf(0x2e7)]}),this[_0x2e8ecf(0x575)]();}[_0x3b224c(0x575)](){const _0x1b6a62=_0x3b224c;var _0x51ae21;this[_0x1b6a62(0x3db)]=window[_0x1b6a62(0x325)](()=>this[_0x1b6a62(0x44b)](),(_0x51ae21=this[_0x1b6a62(0x142)][_0x1b6a62(0x469)](Ct))!=null?_0x51ae21:nn);}['_clearHeartbeatTimer'](){const _0x49176=_0x3b224c;this[_0x49176(0x377)]!=null&&(clearTimeout(this[_0x49176(0x377)]),this[_0x49176(0x377)]=null);}[_0x3b224c(0x216)](){const _0x445936=_0x3b224c;this[_0x445936(0x3db)]!=null&&(clearTimeout(this[_0x445936(0x3db)]),this[_0x445936(0x3db)]=null);}},exports[_0x3b224c(0x5d8)]=_i([Ee(0x0,a['Inject'](a['Injector'])),Ee(0x1,a['Inject'](a[_0x3b224c(0x4ae)])),Ee(0x2,ee[_0x3b224c(0x2d5)]),Ee(0x3,a[_0x3b224c(0x5ae)]),Ee(0x4,a['IConfigService']),Ee(0x5,bt)],exports[_0x3b224c(0x5d8)]);const Y=[];for(let s=0x0;s<0x100;++s)Y['push']((s+0x100)[_0x3b224c(0x4cf)](0x10)['slice'](0x1));function ui(_0x32632b,_0x20d7e5=0x0){const _0x239428=_0x3b224c;return(Y[_0x32632b[_0x20d7e5+0x0]]+Y[_0x32632b[_0x20d7e5+0x1]]+Y[_0x32632b[_0x20d7e5+0x2]]+Y[_0x32632b[_0x20d7e5+0x3]]+'-'+Y[_0x32632b[_0x20d7e5+0x4]]+Y[_0x32632b[_0x20d7e5+0x5]]+'-'+Y[_0x32632b[_0x20d7e5+0x6]]+Y[_0x32632b[_0x20d7e5+0x7]]+'-'+Y[_0x32632b[_0x20d7e5+0x8]]+Y[_0x32632b[_0x20d7e5+0x9]]+'-'+Y[_0x32632b[_0x20d7e5+0xa]]+Y[_0x32632b[_0x20d7e5+0xb]]+Y[_0x32632b[_0x20d7e5+0xc]]+Y[_0x32632b[_0x20d7e5+0xd]]+Y[_0x32632b[_0x20d7e5+0xe]]+Y[_0x32632b[_0x20d7e5+0xf]])[_0x239428(0x476)]();}let Je;const di=new Uint8Array(0x10);function fi(){const _0x1d9e36=_0x3b224c;if(!Je){if(typeof crypto>'u'||!crypto[_0x1d9e36(0x458)])throw new Error('crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported');Je=crypto[_0x1d9e36(0x458)][_0x1d9e36(0x264)](crypto);}return Je(di);}const vi=typeof crypto<'u'&&crypto[_0x3b224c(0x49c)]&&crypto['randomUUID'][_0x3b224c(0x264)](crypto),Mt={'randomUUID':vi};function mi(_0x504804,_0x3396f3,_0x745dff){const _0x373659=_0x3b224c;if(Mt[_0x373659(0x49c)]&&!_0x3396f3&&!_0x504804)return Mt[_0x373659(0x49c)]();_0x504804=_0x504804||{};const _0x3ca9ab=_0x504804[_0x373659(0x4cb)]||(_0x504804[_0x373659(0x448)]||fi)();return _0x3ca9ab[0x6]=_0x3ca9ab[0x6]&0xf|0x40,_0x3ca9ab[0x8]=_0x3ca9ab[0x8]&0x3f|0x80,ui(_0x3ca9ab);}var Si=Object['defineProperty'],pi=Object[_0x3b224c(0x233)],gi=(_0x193f32,_0x485b0f,_0x370895,_0x261f52)=>{for(var _0x23bbc5=_0x261f52>0x1?void 0x0:_0x261f52?pi(_0x485b0f,_0x370895):_0x485b0f,_0x25e3f7=_0x193f32['length']-0x1,_0xf9bd8e;_0x25e3f7>=0x0;_0x25e3f7--)(_0xf9bd8e=_0x193f32[_0x25e3f7])&&(_0x23bbc5=(_0x261f52?_0xf9bd8e(_0x485b0f,_0x370895,_0x23bbc5):_0xf9bd8e(_0x23bbc5))||_0x23bbc5);return _0x261f52&&_0x23bbc5&&Si(_0x485b0f,_0x370895,_0x23bbc5),_0x23bbc5;},Ze=(_0x172431,_0x446a14)=>(_0x1d9403,_0x3e1cbb)=>_0x446a14(_0x1d9403,_0x3e1cbb,_0x172431);let Be=class{constructor(_0x267001,_0x1c43b5,_0x2c5ab9){const _0x3cbcab=_0x3b224c;this[_0x3cbcab(0x495)]=_0x267001,this[_0x3cbcab(0x5c9)]=_0x1c43b5,this[_0x3cbcab(0x243)]=_0x2c5ab9;}[_0x3b224c(0x57c)](_0x165b28){const _0xf6936a=_0x3b224c;this['_transformUndoRedoStack'](_0x165b28),this[_0xf6936a(0x485)](_0x165b28);}['transformRemoteChangeset'](_0x4afa51){const _0x458a36=_0x3b224c,{unitID:_0x2d67f7}=_0x4afa51,_0x4edb53=this[_0x458a36(0x243)]['getRenderById'](_0x2d67f7)[_0x458a36(0x36a)](J['DocIMEInputManagerService']),{redoCache:_0x4e7836}=_0x4edb53[_0x458a36(0x172)]();if(_0x4e7836[_0x458a36(0x2a8)]===0x0)return _0x4afa51;let _0x30a402=a['Tools']['deepClone'](_0x4afa51['mutations'][0x0]);for(let _0x5701b2=0x0;_0x5701b2<_0x4e7836[_0x458a36(0x2a8)];_0x5701b2++){const _0x2dbf51={'id':_0x458a36(0x59c),'params':{..._0x4e7836[_0x5701b2]}},_0x1c1e33=this['_transformService']['transformMutation'](_0x30a402,_0x2dbf51,!0x1);if(S[_0x458a36(0x290)](_0x1c1e33))throw _0x1c1e33[_0x458a36(0x423)];_0x30a402=_0x1c1e33['m1Prime'];}return{...a[_0x458a36(0x3b9)][_0x458a36(0x4d6)](_0x4afa51),'mutations':[_0x30a402]};}[_0x3b224c(0x51b)](_0x5128b2){const _0x418ed4=_0x3b224c,{unitID:_0x1814a7}=_0x5128b2,_0x880a8d=this[_0x418ed4(0x243)][_0x418ed4(0x335)](_0x1814a7)[_0x418ed4(0x36a)](J['DocIMEInputManagerService']),{undoCache:_0x492200,redoCache:_0x5cf899}=_0x880a8d[_0x418ed4(0x172)]();if(_0x492200[_0x418ed4(0x2a8)]===0x0||_0x5cf899['length']===0x0)return;const _0x219842=[],_0x2f365d=[];let _0x5437ad=a['Tools']['deepClone'](_0x5128b2[_0x418ed4(0x229)][0x0]),_0x1e3dfc=a[_0x418ed4(0x3b9)]['deepClone'](_0x5128b2[_0x418ed4(0x229)][0x0]);for(let _0x275bfa=_0x492200[_0x418ed4(0x2a8)]-0x1;_0x275bfa>=0x0;_0x275bfa--){const _0x148b17={'id':'doc.mutation.rich-text-editing','params':{..._0x492200[_0x275bfa]}},_0x66116a={'id':_0x418ed4(0x59c),'params':{..._0x5cf899[_0x275bfa]}},_0x3a527c=this[_0x418ed4(0x5c9)][_0x418ed4(0x38c)](_0x5437ad,_0x148b17,!0x1),_0x307a83=this[_0x418ed4(0x5c9)]['transformMutation'](_0x1e3dfc,_0x66116a,!0x1);if(S[_0x418ed4(0x290)](_0x3a527c))throw _0x3a527c[_0x418ed4(0x423)];if(S['isTransformMutationFailure'](_0x307a83))throw _0x307a83[_0x418ed4(0x423)];_0x219842[_0x418ed4(0x5c8)](_0x3a527c[_0x418ed4(0x3f1)][_0x418ed4(0x2be)]),_0x2f365d[_0x418ed4(0x5c8)](_0x307a83[_0x418ed4(0x3f1)][_0x418ed4(0x2be)]),_0x5437ad=_0x3a527c[_0x418ed4(0x1d5)],_0x1e3dfc=_0x307a83[_0x418ed4(0x1d5)];}_0x880a8d['setUndoRedoMutationParamsCache']({'undoCache':_0x219842,'redoCache':_0x2f365d});}[_0x3b224c(0x485)](_0x48e81d){const _0x3aad93=_0x3b224c,{unitID:_0x4d5a03}=_0x48e81d,_0xa4d850=this['_renderManagerService'][_0x3aad93(0x335)](_0x4d5a03)['with'](J[_0x3aad93(0x144)]),_0x1ffb60=_0xa4d850[_0x3aad93(0x16e)]();if(_0x1ffb60==null)return;const _0x63cf42=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x48e81d[_0x3aad93(0x236)],'actions':null,'textRanges':[_0x1ffb60]}}],_0x4ebee9=this[_0x3aad93(0x5c9)][_0x3aad93(0x16d)](_0x48e81d,_0x63cf42);if(!S['isTransformMutationsWithChangesetSuccess'](_0x4ebee9))throw _0x4ebee9['error'];const _0xb3f823=_0x4ebee9[_0x3aad93(0x3f1)][0x0]['params'][_0x3aad93(0x4a8)];Array[_0x3aad93(0x34b)](_0xb3f823)&&_0xb3f823[_0x3aad93(0x2a8)]&&_0xa4d850[_0x3aad93(0x2c5)](_0xb3f823[0x0]);}};Be=gi([Ze(0x0,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),Ze(0x1,S[_0x3b224c(0x180)]),Ze(0x2,K[_0x3b224c(0x569)])],Be);var Ii=Object[_0x3b224c(0x209)],Ci=Object[_0x3b224c(0x233)],Ei=(_0x4ed58b,_0x47077f,_0x40828e,_0x1b4bae)=>{const _0x4313cc=_0x3b224c;for(var _0x2d8c52=_0x1b4bae>0x1?void 0x0:_0x1b4bae?Ci(_0x47077f,_0x40828e):_0x47077f,_0x54da88=_0x4ed58b[_0x4313cc(0x2a8)]-0x1,_0x2cac81;_0x54da88>=0x0;_0x54da88--)(_0x2cac81=_0x4ed58b[_0x54da88])&&(_0x2d8c52=(_0x1b4bae?_0x2cac81(_0x47077f,_0x40828e,_0x2d8c52):_0x2cac81(_0x2d8c52))||_0x2d8c52);return _0x1b4bae&&_0x2d8c52&&Ii(_0x47077f,_0x40828e,_0x2d8c52),_0x2d8c52;},Pe=(_0x11d10f,_0x3c4330)=>(_0x44c08d,_0x11a8c5)=>_0x3c4330(_0x44c08d,_0x11a8c5,_0x11d10f);exports[_0x3b224c(0x42a)]=class extends a[_0x3b224c(0x52b)]{constructor(_0x3699d0,_0x26c409,_0x4226ac,_0x29f9ec,_0x478383){const _0x22d469=_0x3b224c;super(),I(this,_0x22d469(0x5a3),new Map()),I(this,'_saveTaskMap',new Map()),I(this,_0x22d469(0x347),!0x1),(this[_0x22d469(0x142)]=_0x3699d0,this[_0x22d469(0x15a)]=_0x26c409,this[_0x22d469(0x4d7)]=_0x4226ac,this['_localeService']=_0x29f9ec,this[_0x22d469(0x2dc)]=_0x478383,this[_0x22d469(0x4ba)]());}[_0x3b224c(0x262)](){const _0x1296e1=_0x3b224c;this[_0x1296e1(0x347)]=!0x0;}['enableLocalCache'](){const _0x474d0b=_0x3b224c;this[_0x474d0b(0x347)]=!0x1;}[_0x3b224c(0x2fa)](){const _0x5d7ced=_0x3b224c;this['exhaustSavingTask']()['then'](()=>super[_0x5d7ced(0x2fa)]());}async['loadOfflineData'](_0x16ca24){const _0x5a3248=_0x3b224c;return this[_0x5a3248(0x347)]?null:this[_0x5a3248(0x15a)][_0x5a3248(0x1be)](At(_0x16ca24));}async[_0x3b224c(0x278)](_0x300356,_0x140b48){const _0x46471d=_0x3b224c;return!!this[_0x46471d(0x15a)][_0x46471d(0x4c7)](_0x300356,_0x140b48);}[_0x3b224c(0x2a7)](_0x530f84,_0xfa7475,_0x2a3c5e,_0x1e8538){const _0x22d648=_0x3b224c,_0x2f9ad2=this[_0x22d648(0x2dc)][_0x22d648(0x58d)](_0x530f84);this[_0x22d648(0x5a3)]['set'](_0x530f84,{'unitID':_0x530f84,'type':_0xfa7475,'awaitingChangeset':_0x2a3c5e,'mutations':_0x1e8538,'rev':_0x2f9ad2}),this[_0x22d648(0x541)][_0x22d648(0x339)](_0x530f84)||this[_0x22d648(0x47c)](_0x530f84);}[_0x3b224c(0x47c)](_0x274d6f){const _0x16cf0d=_0x3b224c,_0xe93074=this[_0x16cf0d(0x3ff)]();_0xe93074===0x0?this[_0x16cf0d(0x41f)](_0x274d6f):this[_0x16cf0d(0x541)][_0x16cf0d(0x437)](_0x274d6f,setTimeout(()=>this[_0x16cf0d(0x41f)](_0x274d6f),_0xe93074));}[_0x3b224c(0x3ff)](){const _0x6c4bc7=_0x3b224c;var _0x462491;return(_0x462491=this['_configService'][_0x6c4bc7(0x469)](rn))!=null?_0x462491:Yn;}['_saveCache'](_0x29d5bf){const _0x5e0b3d=_0x3b224c,_0x2f774e=this[_0x5e0b3d(0x541)]['get'](_0x29d5bf);return _0x2f774e!==void 0x0&&window[_0x5e0b3d(0x598)](_0x2f774e),this[_0x5e0b3d(0x15a)][_0x5e0b3d(0x4c7)](At(_0x29d5bf),this['_cachedData']['get'](_0x29d5bf))[_0x5e0b3d(0x55b)](()=>this[_0x5e0b3d(0x541)][_0x5e0b3d(0x463)](_0x29d5bf));}async[_0x3b224c(0x191)](){const _0x40830d=_0x3b224c,_0x337e7f=[];this[_0x40830d(0x541)]['forEach']((_0x5af5e4,_0x2327b6)=>{const _0x296a47=_0x40830d;window[_0x296a47(0x598)](_0x5af5e4),_0x337e7f[_0x296a47(0x1a8)](this[_0x296a47(0x41f)](_0x2327b6)[_0x296a47(0x55b)](()=>{const _0x55c9f7=_0x296a47;this[_0x55c9f7(0x541)][_0x55c9f7(0x463)](_0x2327b6);}));}),await Promise[_0x40830d(0x31d)](_0x337e7f);}[_0x3b224c(0x4ba)](){const _0x19b205=_0x3b224c;this[_0x19b205(0x220)](this['_beforeCloseService'][_0x19b205(0x49a)](()=>{const _0x161e3d=_0x19b205;if(this['_saveTaskMap'][_0x161e3d(0x14d)])return this[_0x161e3d(0x57b)]['t'](_0x161e3d(0x38d));}));}},exports[_0x3b224c(0x42a)]=Ei([Pe(0x0,a['IConfigService']),Pe(0x1,a[_0x3b224c(0x599)]),Pe(0x2,ee[_0x3b224c(0x23a)]),Pe(0x3,a['Inject'](a['LocaleService'])),Pe(0x4,a[_0x3b224c(0x556)](S[_0x3b224c(0x33f)]))],exports[_0x3b224c(0x42a)]);function At(_0x9d449){const _0x25c53c=_0x3b224c;return _0x25c53c(0x5c4)+_0x9d449;}var bi=Object[_0x3b224c(0x209)],Ti=Object['getOwnPropertyDescriptor'],Ri=(_0x262777,_0x435248,_0x51b6db,_0x503f5a)=>{const _0x38e6c1=_0x3b224c;for(var _0x570deb=_0x503f5a>0x1?void 0x0:_0x503f5a?Ti(_0x435248,_0x51b6db):_0x435248,_0x541753=_0x262777[_0x38e6c1(0x2a8)]-0x1,_0x45d825;_0x541753>=0x0;_0x541753--)(_0x45d825=_0x262777[_0x541753])&&(_0x570deb=(_0x503f5a?_0x45d825(_0x435248,_0x51b6db,_0x570deb):_0x45d825(_0x570deb))||_0x570deb);return _0x503f5a&&_0x570deb&&bi(_0x435248,_0x51b6db,_0x570deb),_0x570deb;},Qe=(_0x5314a0,_0x4f22ac)=>(_0x2afb20,_0x3d4d11)=>_0x4f22ac(_0x2afb20,_0x3d4d11,_0x5314a0);function yi(_0x193b41){const _0x10bc5d=_0x3b224c,{unitID:_0x41e9be,mutations:_0x57212e}=_0x193b41;return{'unitId':_0x41e9be,'subUnitId':_0x57212e[0x0][_0x10bc5d(0x2be)][_0x10bc5d(0x4b4)]};}let ke=class{constructor(_0x306cf8,_0x293644,_0x36932b){const _0x1db4f9=_0x3b224c;this[_0x1db4f9(0x495)]=_0x306cf8,this[_0x1db4f9(0x5c9)]=_0x293644,this[_0x1db4f9(0x223)]=_0x36932b;}[_0x3b224c(0x372)](_0x5adf46){const _0x28c2cd=_0x3b224c;var _0x58f873,_0x133ea3,_0xaa190e,_0x124caa;const _0x4c13d9=this['_injector'][_0x28c2cd(0x273)](k[_0x28c2cd(0x5a7)]),{unitId:_0x20c513,subUnitId:_0x2941b0}=yi(_0x5adf46),_0x1e1694=_0x4c13d9[_0x28c2cd(0x32c)](_0x20c513)[_0x28c2cd(0x16f)](),_0x4b6c59=(_0x133ea3=(_0x58f873=this[_0x28c2cd(0x223)]['getUnit'](_0x20c513))==null?void 0x0:_0x58f873[_0x28c2cd(0x280)]())==null?void 0x0:_0x133ea3[_0x28c2cd(0x244)]();if(_0x1e1694['length']===0x0||!_0x20c513||!_0x2941b0)return;const _0x484ff5=[{'id':k['SetSelectionsOperation']['id'],'params':{'unitId':_0x20c513,'subUnitId':_0x4b6c59,'selections':a[_0x28c2cd(0x3b9)][_0x28c2cd(0x4d6)](_0x1e1694)}}],_0x1df806=this['_transformService'][_0x28c2cd(0x16d)](_0x5adf46,_0x484ff5);if(!S[_0x28c2cd(0x4de)](_0x1df806))throw _0x1df806['error'];const _0x411552=(_0x124caa=(_0xaa190e=_0x1df806['m2Prime'][0x0])==null?void 0x0:_0xaa190e[_0x28c2cd(0x2be)])==null?void 0x0:_0x124caa['selections'];if(Array[_0x28c2cd(0x34b)](_0x411552)&&_0x411552['length']){if(_0x411552[_0x28c2cd(0x2a8)]===_0x484ff5[0x0][_0x28c2cd(0x2be)]['selections'][_0x28c2cd(0x2a8)]&&_0x411552[_0x28c2cd(0x49f)]((_0x2cd4aa,_0x4361e7)=>a[_0x28c2cd(0x44c)][_0x28c2cd(0x40d)](_0x2cd4aa[_0x28c2cd(0x40c)],_0x484ff5[0x0][_0x28c2cd(0x2be)]['selections'][_0x4361e7][_0x28c2cd(0x40c)])))return;this[_0x28c2cd(0x495)][_0x28c2cd(0x273)](a[_0x28c2cd(0x3d4)])[_0x28c2cd(0x5ad)](k['SetSelectionsOperation']['id'],{'unitId':_0x20c513,'subUnitId':_0x4b6c59,'selections':_0x411552});}}};ke=Ri([Qe(0x0,a[_0x3b224c(0x556)](a['Injector'])),Qe(0x1,S[_0x3b224c(0x180)]),Qe(0x2,a[_0x3b224c(0x5a1)])],ke);const qe=a[_0x3b224c(0x2da)]('univer-pro.collaboration-client.single-active-unit-service');var un=(_0x4ee732=>(_0x4ee732[_0x4ee732['NO_OTHER_CLIENTS_EDITING']=0x0]=_0x3b224c(0x4df),_0x4ee732[_0x4ee732[_0x3b224c(0x266)]=0x1]=_0x3b224c(0x266),_0x4ee732))(un||{});const Nt=0x7530,Lt='ACTIVE_UNIT_EVENT_CHANNEL';class Oi extends a[_0x3b224c(0x52b)]{constructor(){const _0x52454a=_0x3b224c;super(),I(this,_0x52454a(0x1c6),a['Tools'][_0x52454a(0x143)]()),I(this,_0x52454a(0x4e6),new Set()),I(this,_0x52454a(0x40e),new Map()),I(this,'_heartbeatTimer',null),I(this,_0x52454a(0x394),new Map()),I(this,_0x52454a(0x45f),new Map()),this[_0x52454a(0x578)]();}[_0x3b224c(0x2fa)](){const _0x5a4dc8=_0x3b224c;super[_0x5a4dc8(0x2fa)](),this['_clearOtherTimers'][_0x5a4dc8(0x54f)]((_0xc1eba2,_0x3b28c2)=>this[_0x5a4dc8(0x29f)](_0x3b28c2)),this[_0x5a4dc8(0x420)]&&window[_0x5a4dc8(0x491)](this['_heartbeatTimer']);}['getUnitStatus$'](_0x2ee4af){const _0x586eef=_0x3b224c;return this['_ensureSubject'](_0x2ee4af)[_0x586eef(0x3cc)](A[_0x586eef(0x1ee)]());}[_0x3b224c(0x2f5)](_0xd9daf7){const _0x8e3dd9=_0x3b224c;this['_selfUnitIDs'][_0x8e3dd9(0x14d)]===0x0&&this[_0x8e3dd9(0x20e)](),this[_0x8e3dd9(0x4e6)][_0x8e3dd9(0x594)](_0xd9daf7),this[_0x8e3dd9(0x2c3)]({'type':0x0,'memberID':this[_0x8e3dd9(0x1c6)],'unitIDs':[_0xd9daf7],'isForwarded':!0x1});}['disposeUnit'](_0x916d00){const _0x4f1d5a=_0x3b224c;this[_0x4f1d5a(0x4e6)][_0x4f1d5a(0x463)](_0x916d00),this['_selfUnitIDs']['size']===0x0&&this[_0x4f1d5a(0x420)]&&window['clearInterval'](this[_0x4f1d5a(0x420)]);}[_0x3b224c(0x578)](){const _0x5e5d0d=_0x3b224c;this[_0x5e5d0d(0x220)](a[_0x5e5d0d(0x597)](A[_0x5e5d0d(0x380)](window,'storage')[_0x5e5d0d(0x2de)](_0xd3cb4f=>{const _0x392750=_0x5e5d0d;if(_0xd3cb4f[_0x392750(0x217)]!==Lt||!_0xd3cb4f[_0x392750(0x3ac)])return;const _0x11ae45=JSON[_0x392750(0x3d3)](_0xd3cb4f['newValue']);this[_0x392750(0x5b8)](_0x11ae45);}))),window[_0x5e5d0d(0x240)]('unload',()=>this[_0x5e5d0d(0x2c3)]({'type':0x1,'memberID':this[_0x5e5d0d(0x1c6)],'unitIDs':Array['from'](this[_0x5e5d0d(0x4e6)])}));}[_0x3b224c(0x5b8)](_0x4e064b){const _0xcc9895=_0x3b224c;switch(_0x4e064b[_0xcc9895(0x5bb)]){case 0x0:this[_0xcc9895(0x368)](_0x4e064b);break;case 0x1:this[_0xcc9895(0x4c9)](_0x4e064b);break;case 0x2:this['_handleHeartbeatEvent'](_0x4e064b);break;}}[_0x3b224c(0x368)](_0x228fa9){const _0x2ed05f=_0x3b224c,{unitIDs:_0x23c843,memberID:_0x47c7cb,isForwarded:_0x1c8da3}=_0x228fa9;_0x23c843[_0x2ed05f(0x54f)](_0x175b5e=>{const _0x5bde44=_0x2ed05f;if(!_0x1c8da3&&this[_0x5bde44(0x40e)][_0x5bde44(0x339)](_0x175b5e)&&this[_0x5bde44(0x503)](_0x175b5e)[_0x5bde44(0x1e1)](0x1),!this[_0x5bde44(0x40e)][_0x5bde44(0x339)](_0x175b5e)||!this[_0x5bde44(0x40e)][_0x5bde44(0x273)](_0x175b5e)[_0x5bde44(0x339)](_0x47c7cb)){const _0x2c7d37=this[_0x5bde44(0x40e)]['get'](_0x175b5e)||new Set();_0x2c7d37[_0x5bde44(0x594)](_0x47c7cb),this[_0x5bde44(0x40e)][_0x5bde44(0x437)](_0x175b5e,_0x2c7d37),this['_scheduleClearOtherTimer'](_0x47c7cb);}}),_0x1c8da3||this[_0x2ed05f(0x2c3)]({'type':0x0,'memberID':this['_id'],'unitIDs':[...this[_0x2ed05f(0x4e6)]],'isForwarded':!0x0});}['_scheduleClearOtherTimer'](_0x61a46b){const _0x33c23c=_0x3b224c;this[_0x33c23c(0x29f)](_0x61a46b);const _0xd1eea4=window['setTimeout'](()=>{const _0x16b904=_0x33c23c;this[_0x16b904(0x40e)][_0x16b904(0x54f)](_0x4be683=>{const _0x1e24be=_0x16b904;_0x4be683[_0x1e24be(0x463)](_0x61a46b);});},Nt*0x2);this['_clearOtherTimers'][_0x33c23c(0x437)](_0x61a46b,_0xd1eea4);}['_removeClearOtherTimer'](_0x570b59){const _0x5b79f0=_0x3b224c;if(this['_clearOtherTimers'][_0x5b79f0(0x339)](_0x570b59)){const _0x35280a=this[_0x5b79f0(0x394)][_0x5b79f0(0x273)](_0x570b59);_0x35280a&&window[_0x5b79f0(0x598)](_0x35280a),this['_clearOtherTimers'][_0x5b79f0(0x437)](_0x570b59,null);}}['_handleLeaveEvent'](_0x4ea01b){const _0x2d81f2=_0x3b224c,{memberID:_0x394ee6,unitIDs:_0x195873}=_0x4ea01b;_0x195873[_0x2d81f2(0x54f)](_0x3a8a1c=>{const _0x340adc=_0x2d81f2;var _0x5f2ba8;const _0x131af3=this[_0x340adc(0x40e)][_0x340adc(0x273)](_0x3a8a1c);_0x131af3&&(_0x131af3[_0x340adc(0x463)](_0x394ee6),(_0x5f2ba8=this['_ensureSubject'](_0x3a8a1c))==null||_0x5f2ba8['next'](_0x131af3[_0x340adc(0x14d)]===0x0?0x0:0x1));}),this['_removeClearOtherTimer'](_0x394ee6);}['_handleHeartbeatEvent'](_0x5243fb){const _0x424576=_0x3b224c;this[_0x424576(0x467)](_0x5243fb['memberID']);}[_0x3b224c(0x2c3)](_0x2a418f){const _0x4b0677=_0x3b224c;localStorage['setItem'](Lt,JSON[_0x4b0677(0x52a)](_0x2a418f));}[_0x3b224c(0x20e)](){const _0x503ff4=_0x3b224c;this[_0x503ff4(0x420)]=window[_0x503ff4(0x164)](()=>{const _0x4e9180=_0x503ff4;this[_0x4e9180(0x2c3)]({'type':0x2,'memberID':this[_0x4e9180(0x1c6)]});},Nt);}[_0x3b224c(0x503)](_0x32e5d7){const _0x18f06d=_0x3b224c;return this[_0x18f06d(0x45f)][_0x18f06d(0x339)](_0x32e5d7)||this[_0x18f06d(0x45f)][_0x18f06d(0x437)](_0x32e5d7,new A[(_0x18f06d(0x33e))](0x0)),this['_unitStatus'][_0x18f06d(0x273)](_0x32e5d7);}}var Di=Object[_0x3b224c(0x209)],wi=Object[_0x3b224c(0x233)],Pi=(_0x144755,_0x55050e,_0x30572c,_0x899d40)=>{for(var _0xee9d7b=_0x899d40>0x1?void 0x0:_0x899d40?wi(_0x55050e,_0x30572c):_0x55050e,_0x4ac745=_0x144755['length']-0x1,_0x22efdf;_0x4ac745>=0x0;_0x4ac745--)(_0x22efdf=_0x144755[_0x4ac745])&&(_0xee9d7b=(_0x899d40?_0x22efdf(_0x55050e,_0x30572c,_0xee9d7b):_0x22efdf(_0xee9d7b))||_0xee9d7b);return _0x899d40&&_0xee9d7b&&Di(_0x55050e,_0x30572c,_0xee9d7b),_0xee9d7b;},et=(_0x3de419,_0x5327fd)=>(_0x2c7f79,_0x4bb80b)=>_0x5327fd(_0x2c7f79,_0x4bb80b,_0x3de419);let We=class{constructor(_0x1b2a0b,_0x25ff11,_0x520c3b){const _0x4e81f5=_0x3b224c;this[_0x4e81f5(0x495)]=_0x1b2a0b,this[_0x4e81f5(0x5c9)]=_0x25ff11,this[_0x4e81f5(0x1e7)]=_0x520c3b;}[_0x3b224c(0x399)](_0x276b53){const _0x3eca71=_0x3b224c;this[_0x3eca71(0x169)](_0x276b53);}[_0x3b224c(0x37f)](_0x3849e9){const _0x30ea83=_0x3b224c,{unitID:_0x392bdc}=_0x3849e9,{collaboration:_0x237c64}=this[_0x30ea83(0x1e7)][_0x30ea83(0x3ce)](_0x392bdc);if(_0x237c64[_0x30ea83(0x2a8)]===0x0)return _0x3849e9;let _0x1d4849=a[_0x30ea83(0x3b9)]['deepClone'](_0x3849e9[_0x30ea83(0x229)][0x0]);for(let _0x4d1f44=0x0;_0x4d1f44<_0x237c64[_0x30ea83(0x2a8)];_0x4d1f44++){const _0xfd03cb={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x237c64[_0x4d1f44][_0x30ea83(0x242)],..._0x237c64[_0x4d1f44][_0x30ea83(0x457)]}},_0x4ad44e=this[_0x30ea83(0x5c9)][_0x30ea83(0x38c)](_0x1d4849,_0xfd03cb,!0x1);if(S[_0x30ea83(0x290)](_0x4ad44e))throw _0x4ad44e['error'];_0x1d4849=_0x4ad44e[_0x30ea83(0x1d5)];}return{...a[_0x30ea83(0x3b9)][_0x30ea83(0x4d6)](_0x3849e9),'mutations':[_0x1d4849]};}[_0x3b224c(0x169)](_0xac80cb){const _0x17ed43=_0x3b224c,{unitID:_0x1b870c}=_0xac80cb,{history:_0x555339,collaboration:_0x5568cc}=this[_0x17ed43(0x1e7)]['getStateCache'](_0x1b870c);if(_0x555339['length']===0x0&&_0x5568cc['length']===0x0)return;const _0x10a8c9=[],_0x57c5f5=[];let _0x409add=a[_0x17ed43(0x3b9)][_0x17ed43(0x4d6)](_0xac80cb[_0x17ed43(0x229)][0x0]),_0xd4902c=a[_0x17ed43(0x3b9)][_0x17ed43(0x4d6)](_0xac80cb[_0x17ed43(0x229)][0x0]);for(let _0x379c9f=_0x555339[_0x17ed43(0x2a8)]-0x1;_0x379c9f>=0x0;_0x379c9f--){const _0x1f0ba4={'id':_0x17ed43(0x59c),'params':{'unitId':_0x555339[_0x379c9f][_0x17ed43(0x242)],..._0x555339[_0x379c9f]['undoState']}},_0x4a462d={'id':_0x17ed43(0x59c),'params':{'unitId':_0x555339[_0x379c9f]['unitId'],..._0x555339[_0x379c9f]['redoState']}},_0x55e39a=this['_transformService'][_0x17ed43(0x38c)](_0x409add,_0x1f0ba4,!0x1),_0x314463=this['_transformService'][_0x17ed43(0x38c)](_0xd4902c,_0x4a462d,!0x1);if(S[_0x17ed43(0x290)](_0x55e39a))throw _0x55e39a[_0x17ed43(0x423)];if(S['isTransformMutationFailure'](_0x314463))throw _0x314463[_0x17ed43(0x423)];_0x10a8c9[_0x17ed43(0x5c8)]({..._0x555339[_0x379c9f],'undoState':_0x55e39a[_0x17ed43(0x3f1)][_0x17ed43(0x2be)],'redoState':_0x314463['m2Prime'][_0x17ed43(0x2be)]}),_0x409add=_0x55e39a[_0x17ed43(0x1d5)],_0xd4902c=_0x314463['m1Prime'];}_0x409add=a['Tools'][_0x17ed43(0x4d6)](_0xac80cb['mutations'][0x0]),_0xd4902c=a[_0x17ed43(0x3b9)][_0x17ed43(0x4d6)](_0xac80cb[_0x17ed43(0x229)][0x0]);for(let _0x47a2cc=_0x5568cc[_0x17ed43(0x2a8)]-0x1;_0x47a2cc>=0x0;_0x47a2cc--){const _0x1d27d5={'id':_0x17ed43(0x59c),'params':{'unitId':_0x5568cc[_0x47a2cc][_0x17ed43(0x242)],..._0x5568cc[_0x47a2cc]['undoState']}},_0x458b23={'id':_0x17ed43(0x59c),'params':{'unitId':_0x5568cc[_0x47a2cc][_0x17ed43(0x242)],..._0x5568cc[_0x47a2cc][_0x17ed43(0x457)]}},_0xaa3885=this['_transformService']['transformMutation'](_0x409add,_0x1d27d5,!0x1),_0x5aeab3=this['_transformService']['transformMutation'](_0xd4902c,_0x458b23,!0x1);if(S[_0x17ed43(0x290)](_0xaa3885))throw _0xaa3885[_0x17ed43(0x423)];if(S[_0x17ed43(0x290)](_0x5aeab3))throw _0x5aeab3[_0x17ed43(0x423)];_0x57c5f5[_0x17ed43(0x5c8)]({..._0x5568cc[_0x47a2cc],'undoState':_0xaa3885[_0x17ed43(0x3f1)][_0x17ed43(0x2be)],'redoState':_0x5aeab3[_0x17ed43(0x3f1)][_0x17ed43(0x2be)]}),_0x409add=_0xaa3885[_0x17ed43(0x1d5)],_0xd4902c=_0x5aeab3[_0x17ed43(0x1d5)];}this[_0x17ed43(0x1e7)]['setStateCache'](_0x1b870c,{'history':_0x10a8c9,'collaboration':_0x57c5f5});}};We=Pi([et(0x0,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),et(0x1,S['ITransformService']),et(0x2,a[_0x3b224c(0x556)](J['DocStateChangeManagerService']))],We);function dn(_0x299080){const _0x24f878=_0x3b224c;let _0x2bcc47='';for(const _0x12c24f of _0x299080){const {startOffset:_0x2e1c89,endOffset:_0x1e0dc4,isActive:_0x9f1b2a,rangeType:_0x2eeb99,segmentId:_0x17ceb5,segmentPage:_0x2a16f1}=_0x12c24f;_0x2bcc47[_0x24f878(0x2a8)]&&(_0x2bcc47+=','),_0x2bcc47+=_0x2e1c89+':'+_0x1e0dc4+':'+(_0x9f1b2a?'1':'0')+':'+_0x2eeb99+':'+_0x17ceb5+':'+_0x2a16f1;}return _0x2bcc47;}function Ui(_0x2d644b){const _0x5baf9f=_0x3b224c,_0x19e58f=_0x2d644b[_0x5baf9f(0x32b)](','),_0x48e1ef=[];for(const _0xece1fc of _0x19e58f){const [_0x1baf91,_0x20f4e4,_0x1273d1,_0x4dc1f1,_0x10b1eb,_0x1898ba]=_0xece1fc[_0x5baf9f(0x32b)](':');_0x48e1ef[_0x5baf9f(0x1a8)]({'startOffset':Number(_0x1baf91),'endOffset':Number(_0x20f4e4),'collapsed':_0x1baf91===_0x20f4e4,'isActive':_0x1273d1==='1','rangeType':_0x4dc1f1===a[_0x5baf9f(0x3dd)][_0x5baf9f(0x4a2)]?a[_0x5baf9f(0x3dd)][_0x5baf9f(0x4a2)]:a['DOC_RANGE_TYPE'][_0x5baf9f(0x52f)],'segmentId':typeof _0x10b1eb==_0x5baf9f(0x404)?String(_0x10b1eb):'','segmentPage':Number(_0x1898ba!=null?_0x1898ba:-0x1)});}return _0x48e1ef[_0x5baf9f(0x417)](_0x5f3fd0=>_0x5f3fd0[_0x5baf9f(0x592)])||(_0x48e1ef[0x0][_0x5baf9f(0x592)]=!0x0),_0x48e1ef;}class Rt extends a[_0x3b224c(0x274)]{constructor(){const _0x1ea62a=_0x3b224c;super(...arguments),I(this,_0x1ea62a(0x39b),new A[(_0x1ea62a(0x33e))](null)),I(this,_0x1ea62a(0x14c),this['_collabCursorState$'][_0x1ea62a(0x4f7)]());}[_0x3b224c(0x46a)](_0x200083){const _0x159349=_0x3b224c,{unitID:_0x4922e2,memberID:_0x541566,textRanges:_0x2ec12f}=_0x200083,_0x1dc443=dn(_0x2ec12f);if(_0x1dc443==='')return;const _0x3bcd51={'unitID':_0x4922e2,'memberID':_0x541566,'selection':_0x1dc443};this[_0x159349(0x39b)][_0x159349(0x1e1)](_0x3bcd51);}}function _0xce47(){const _0x1e18c5=['getConfig','syncEditingCollabCursor','charAt','_minBufferSize','_iv','_singleActiveUnitService','_resendTimer','collaboration-session-retry','react.element','cfg','originalMeta','find','setWaitCount','toLowerCase','override','onTransformSelections','unit','url','_resendWithTimeout','_scheduleSaving','x-univer-host','status$','OnLineSingle','sessionStatus$','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','roles','UUID','_socketMessageSubscription','_transformPreviousActiveRange','_memberService','onlineStatusTitle','COMPLETION_FINISHED','_getScale','APPLY_NON_SEQUENTIAL_REVISION','BlockCipherMode','createElement','getParam','_queuedRemoteChangesets','NEW_CHANGESETS','_localCacheService','clearInterval','_doReset','CommentService','ALREADY_EXISTS','_injector','[PendingState]:\x20received\x20rejection.','univer-pro.collaboration-client-socket-service','interceptor','getFocusedUnit','registerBeforeClose','setShapeProps','randomUUID','BuiltInUIPart','0\x200\x2017\x2016','every','selections','not_collab','TEXT','collaboration.closeRoom','change$','getColor','WebURLService','_schedule','textRanges','eventID','\x20-\x20','save','_anchor','Undefined','LocaleService','beginPath','ceil','/unit/','RefRangeService','UNIVER_SLIDE','subUnitId','_setupSubUnitSync','AWAITING','encode','_removeCollabCursors','_refRangeService','_setupBeforeClosingHandler','Could\x20not\x20dynamically\x20require\x20\x22','iterations','_toggleOnline','/new_changes','duration','liveShareNewHost','SNAPSHOT_SERVER_URL_KEY','univer-offline','getCurrentUnitForType','incrementRevOfUnit','getResourcesRequest','message$','setItem','getCollabEntity$','_handleLeaveEvent','_transformRemoteChangesetByStateCache','random','unknown','concatMap','body','toString','\x0aAfter:\x20','_colorIndex','font','Tooltip','startsWith','getTime','deepClone','_beforeCloseService','RECV','BASE64','algo','_oKey','Utf8','sheetId','isTransformMutationsWithChangesetSuccess','NO_OTHER_CLIENTS_EDITING','synced','_color','OFFLINE','UserManagerService','...','getOffsetConfig','_selfUnitIDs','SHOULD_CLOSE_CONN','mapDocumentTypeToUniverType','encryptBlock','_loadSheet','keySize','create','COMPRESS_MUTATION_SEND','listRoles','code','LOCAL_CACHE_INTERVAL_KEY','transformByState','resend','_httpService','APPLY_REJECT','@univerjs/docs','randomBytes','asObservable','InsertRowCommandId','_sheetTransformSelectionsService','restore','currentSkeleton$','PERMISSION_REJ','WorkbookEditablePermission','/role','_transformStack','text','charCodeAt','USERS_LEAVE','_ensureSubject','COMPRESS_MUTATION_APPLY','_onCursorUpdate','execute','CollaborationStatus','UNIVER_DOC','_initCloseConn','PSEUDO_FETCH_MISSING_RESULT','substr','_clearLocalCache','send','joinRsp','serializeCombRequest','_ws','AuthzIoHttpService','mapTo','name','_hasher','isTransformChangesetsSuccess','_userManagerService','registerHTTPInterceptor','fromEventSubject','title','_backgroundColor','_transformUndoRedoStack','_nDataBytes','_telemetryService','SheetCollaborationEntity','width','decrypt','socketService','verdancy600','fetchMissingChangesets','enableAuthServer','ITelemetryService','_createInitialStateImpl','_tryEnsureSocket','shouldCloseConn','pluginName','stringify','Disposable','_socketReady','onMissedChangesetFetched','onRemoteChangeset','RECT','getCollabEntity','_online','debounceTime','blockSize','ImageUploadStatusType','_getAnchorBounding','ColorKit','call','docStateChange$','deserializeRangeWithSheet','APPLY_REVISION_CONFILICT','_sendHeartbeat','onTransformState','socket\x20close','searchParams','conflict','awaiting_with_pending','_saveTaskMap','{fileID}','sessionStatus','triggerDblclick','UNKNOWN_CODE','AWAITING_WITH_PENDING','handleInsertRangeMoveDown','registerComponent','CommandType','_commentService','_roomMembers','toRgbString','session.collaboration-timeout','compose','forEach','engine','enc','_exhaustRemoteChangesetQueue','_substituteRedoStack','function','_syncEditingCollabCursorService','Inject','/-/object/list','height','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','_commentUpdate$','then','entries','useRef','jsxs','IURLService','createInstance','_cursor','fillText','Decryptor','_getAPIPrefix','_submitChangeset','handleMoveRange','filter','collabStatus.conflict','IRenderManagerService','DeleteRangeMoveUpCommandId','_getLoginPath','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','readAsDataURL','_snapshotServerService','[UniverCollaborationClientPlugin]','_initDependencies','HEADER_MENU','_notificationService','SEND_CHANGESET_TIMEOUT','getSheetBySheetId','_waitForHeartbeatResponse','Latin1','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','_init','INTERNAL_ERROR','_getSendChangesetTimeout','_localeService','transformIMECache','_candidateSocket','MUTATION','handleInsertCol','_shouldReportTelemetry','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','LEAVE','LICENSE_DISTRO_REJECTED','Rect','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','__creator','UnitSnapshot','_remoteChangesetQueue','div','DesktopCollaborationStatusDisplayController','_drawRectRange','_key','getCurrentRevOfUnit','onRemoteAck','takeUntil','session.room-full','setParam','isActive','round','add','univer-online','_startTelemetryCollaborationNewChangeset','toDisposable','clearTimeout','ILocalStorageService','_undoStacks','red300','doc.mutation.rich-text-editing','_isPermissionRej','ThresholdInterceptorFactory','18PjdWDx','_initRequestHeader','IUniverInstanceService','backgroundColor','_cachedData','_replaceFileID','IDLE','_getDownloadEndpointURL','SheetsSelectionsService','processBlock','ENSURE_SNAPSHOT_EXECUTION','patch','FromArray','transformStack\x20failed!','executeCommand','ILogService','lib','_change$','on-line-single','c2Prime','CHANGESET_REVISION_CONFILICT','forwardRef','_socket$','[OfflineState]:\x20received\x20changeset.','reduce','_handleEvent','pending','memberID','type','createEncryptor','csAckEvent','displayName','_refreshCollabCursors','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','UniverCollaborationClientPlugin','replaceState','_sendingTimer','unit-cache-','startTime','_onUserJoin','MoveRangeCommandId','unshift','_transformService','HttpImport','__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED','@univerjs/telemetry','Fragment','_changesetReqId','_sheetSkeletonManagerService','updatePermissionObjEvent','pad','revision','_unitID','\x0aCurrent:\x20','resourceIDs','Base64','jsx','CollaborationSessionService','UniverNetworkPlugin','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','MemberService','focused$','attrs','onTransformRemoteChangesetByStateCache','requestParams','conflict.content','_prevBlock','collaboratorID','@univerjs-pro/collaboration','BufferedBlockAlgorithm','DocSelectionManagerService','_throwTelemetryCollaborationNewChangeset','LICENSE_EXPORT_SIZE_EXCEEDED','listCollaborators','show','result','CollaborationEvent','/rev/','objects','getViewport','_logService','for','json','LICENSE_MAX_UNITS_EXCEEDED','hide','Subject','saveSnapshot','_onCombEvent','_configService','generateRandomId','DocIMEInputManagerService','_clearRedo','registerDependencies','collaborators','onReady','unitId\x20is\x20not\x20found','SNAPSHOT_INVALID_SNAPSHOT','_createHelper','collabCursorState$','size','[FetchMissState]','awaiting','/allowed','DataLoaderController','HttpExport','toggleOffline','_handler','_permissionService','fromCharCode','Injector','getSheetBlock','BlockCipher','_localStorageService','salt','none','HTTPService','_univerInstanceService','sheets','IConfigService','loadDoc','gold400','complete','setInterval','_iKey','urlChange$','ERROR_IMAGE','_acknowledgedAwaitingChangeset','_transformHistoryAndStateStack','NoPadding','makeDirty','_onRemoteRetry','transformMutationsWithChangeset','getActiveRange','getCurrentSelections','APPLY_PERMISSION_DENIED','SnapshotService','getUndoRedoMutationParamsCache','@univerjs/rpc','LICENSE_IMPORT_SIZE_EXCEEDED','_cursorShapes','_retryCount','Warning','measureText','_transformIMECache','_updateCollabCursors','object','clone','commentUpdate$','POST','append','ITransformService','HEARTBEAT_TIMEOUT_KEY','UPDATE_CURSOR','_status$','VIEWPORT_KEY','IRemoteInstanceService','Module','Error','Cipher','take','MergeInterceptorFactory','list','reject','_sessionStatus$','_onRefRangeChange','__esModule','_xformMode','exhaustSavingTask','post','updateMember','DisposableCollection','padding','_decreaseWaiting','enableOfflineEditing','concat','[CollaborationSession]','saveImage','onStateChange','currentTheme$','dispose$','@univerjs/drawing','RichTextEditingMutation','_joinRoom','downloadEndpointUrl','authzUrl','HELLO','indexOf','fetchMiss','MessageType','mergeOverrideWithDependencies','push','SessionStatus','blue400','getVpScrollXYInfoByPosToVp','CONNECTOR_DATA_TOO_LARGE','_onRemoteRejected','HMAC','prototype','HmacSHA1','_disableEditing','_getCurrentRevision','close','deserializeToCombResponse','objectActions','getLatestCsReqIdBySid','fill','saveChangeset','LIVESHARE_OPERATION','_changesetSessionId','debounce','JOIN','_onOffline','getItem','close$','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','getDocRanges','registerOnClose','addObject','_checkMissing','InsertSheetMutation','_id','transformChangesets','getTypeOfUnitDisposed$','_collabSessionService','_messageService','number','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','1em','_incrementRevisionNumber','encodeURIComponent','CollaborationController','MSG_FOR_ERROR','resolve','InsertColCommandId','getMergeData','m1Prime','textEncoder','getUnitType','YUUMI_RATE_OVER_LIMIT','Base','uploadFileServerUrl','_updateLocalCursor','2765020dPfJeo','fromCollab','closeSession','hidden','getDeserializedSheetBlock','next','ciphertext','DEFAULT_FILE_NAME','cursorInfo','WordArray','UniverIcon','_docStateChangeManagerService','0\x200\x2016\x2016','onSendChangeset','c1Prime','permission.title','reset','CollaborationEntity','distinctUntilChanged','finalize','actions','NOT_FOUND','_roomMembers$','_executeRemoteChangeset','catch','_transformUndoredo','endColumn','propertyIsEnumerable','_name','updatePermissionPoint','_sender','DocStateChangeManagerService','addObjects','startRow','hasOwnProperty','Hex','NOT_COLLAB','registerRefRange','_socketService','url(#on-line-single_clip0_910_349)','getInterceptPoints','fetchThroughInterceptors','ReplaySubject','crypto','image/jpg','defineProperty','1MYCGHE','init','xlink:href','confirm','_scheduleHeartbeat','INGEST','collabStatus.synced','newCsEvent','_append','ivSize','collab-rect-range-','_drawAnchor','_clearTimeoutTimer','key','_createHmacHelper','_DEC_XFORM_MODE','univerjs-icon\x20univerjs-icon-','_scheduleTimestamp','clipPath','cmd','liveShareOperation','CHANGESET_REJ','disposeWithMe','_sessions','words','_instanceService','onPointerEnter$','EvpKDF','createDecryptor','infoRsp','getImage','mutations','/object/','_collabCursorController','_initStatusListener','getUnitId','SheetCollabCursorShape','updateCollaborator','_substituteUndoStack','_entityInit$','__Key__','getOwnPropertyDescriptor','Shape','createSocket','unitID','pushState','onCommentUpdate','snapshotServerUrl','IBeforeCloseService','SheetSkeletonManagerService','_invKeySchedule','_session','onMouseMove','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','addEventListener','debug','unitId','_renderManagerService','getSheetId','@univerjs/core','?url=','_assignedColors','[SyncedState]:\x20received\x20acknowledgement.','PENDING','JOINING','_rescheduleHeartbeat','onload','extend','collabWebSocketUrl','icon','reqId','_getRedoStack','refreshPermission','mode','includes','_startCollaboration','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','current','MD5','objectType','parseProtocolChangeset','connection\x20error','sigBytes','#fff','getSheetObject','_collaborationTimeoutTimer','@univerjs/sheets-ui','target','disableLocalCache','Vector2','bind','fillStyle','OTHER_CLIENTS_EDITING','_textBubble','22811041CsDCZq','collabSubmitChangesetUrl','CHANGESET_SHOULD_RETRY','onTransformIME','/universer-api/authz','image/jpeg','HTTPRequest','_initMergeInterceptor','_getSheetObject','format','unsubscribe','get','RxDisposable','touchDependencies','state','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','saveOfflineData','_telemetryInfo','setCurrentUser','handleInsertRangeMoveRight','LIVESHARE_NEW_HOST','href','/-/object/-/batch_allowed','_state$','getActiveSheet','fetch_missing','@univerjs/design','map','univer-online-status-title','handleInsertRow','colorChannel1','?size=','open$','EffectRefRangId','_mode','&source=','flatMap','_replayCachedMutations','onPointerMove$','drawWith','isTransformMutationFailure','getTypeOfUnitAdded$','[CollaborationSessionService]','readInt32LE','defs','method','_lockTransition','_tryReconnect','toggleOnline','RETRY_CONNECTING_MAX_COUNT_KEY','_draw','[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.','LOCAL_CACHE_INTERVAL','_initEventListeners','getCoordByCell','_removeClearOtherTimer','subunit','delay','socket\x20open.','loadOfflineData','YUUMI_UNABLE_LOAD_URL','UnitEmbedded','_shapes','updateOfflineData','length','_awaitingChangeset','_createHandler','_collaborationSessionService','fillRule','combineLatest','_updateURLWithCurrentState','getMember','IUndoRedoService','_commandService','&to=','findNodePositionByCharIndex','TEXT_RANGE_LAYER_INDEX','HmacMD5','roomInfos','_onRecvEvent','InsertRangeMoveRightCommandId','_range','_initCommandExecutedListener','_onLocalMutation','collaMsg','currentColor','params','UNKNOWN_CMD','min','COMMENT_UPDATE','SerializableCipher','_send','_pendingMutations','setActiveRange','_resendTimeout','retryConnectingInterval','row','HEARTBEAT_TIMEOUT','LIVESHARE_REQUEST_HOST','repeat','assign','stopTime','[OfflineState]:\x20received\x20rejection.','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','sid','updateCursorEvent','RemoveColCommandId','OpenSSL','_document','IMessageService','hasher','_transformRemoteChangesetByIMECache','onTransformRemoteChangesetByIMECache','saveSheetBlock','createIdentifier','status','_revisionService','_getSnapshotAPIPrefix','subscribe','SUBMIT_CHANGESET','_hover','_imageSourceCache','SnapshotServerOverHTTPService','_registerDependencies','LIVESHARE_FETCH_OPERATIONS','SetWorksheetActivateCommand','permission.content','HEARTBEAT','removeMember','routeKey','hostname','_loadDoc','[OfflineState]:\x20received\x20acknowledgement.','from','$super','_onConflict','bottom','_updateSubUnitFromURLParams','getCollabCursors$','FAIL','removeParam','editingUnit','_doFinalize','AUTHZ_URL_KEY','deleteCollaborator','_onConnectionOpen','dispose','cursorInfo$','exports','Univer','_compressMutationService','skeleton','onlineStatusIcon','/collaborator','Plugin','_listenToOnlineEvent','slice','endRow','setAlpha','shareReplay','_clearCollaborationTimeoutTimer','onSyncEditingCollabCursor','ImageIoService','getCellPositionByOffset','_snapshotService','_toggleOffline','_docTransformSelectionsService','off-line-single_clip0_910_343','unpad','_updateLocalCache','UNDEFINED','objectID','switchMap','mixIn','decryptBlock','_registerRenderDependencies','floor','_unlockTransition','UNIVER_PROJECT','USERS_ENTER','UPDATE_PERMISSION_OBJ','all','Unknown\x20user','_cursorInfo$','on-line-single_clip0_910_349','getAllMembers','rxjs/operators','_onMessage','SetSelectionsOperation','setTimeout','assignAColorForMemberID','VIEW_MAIN','contains','appendMutation','transform','split','getWorkbookSelections','Encryptor','_doCryptBlock','handleDeleteRangeMoveUp','error$','onlyLocal','transformUndoRedo','collab-text-range-','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','getRenderById','&assign=','SEND_CHANGESET_TIMEOUT_KEY','clamp','has','SNAPSHOT_HAS_BEEN_REMOVED','allowed','collabStatus.fetchMiss','collabStatus.notCollab','BehaviorSubject','RevisionService','lineTo','_clearUndo','put','_context','\x20to\x20','univer-online-status','onRemoteRetry','_disabled','_collaborationController','getCurrentUser','[PendingState]:\x20received\x20acknowledgement.','isArray','CONFLICT','ImageSourceType','data','ERROR_IMAGE_TYPE','WebSocketService','off-line-single','51393YmuyJL','userID','sequenceExecute','_uiPartsService','tag','_initResize','/fetchmissing?from=','SHA1','useDependency','substring','/resources','isTransformMutationsWithChangesetFailure','CHANGESET_ACK','putCollaborators','getOwnPropertySymbols','_urlService','6ihhdBi','_getMergeRange','_clearScheduledTask','reconnect','getSkeleton','update','_handleJoinEvent','setConfig','with','defaultProps','IUIPartsService','_startDocCollabCursor','IPermissionService','ws://127.0.0.1:8000/universer-api/comb/connect','compute','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','transformSelections','UNIVER_UNKNOWN','_getAPIPrefixPath','2246SqwlXr','requireSession','_sendHeartbeatTimer','_state','setShowComponents','3516784GLeXHw','url(#off-line-single_clip0_910_343)','responseType','ERROR_EXCEED_SIZE','APPLY_DUPLICATED','transformRemoteChangeset','fromEvent','column','ReactCurrentOwner','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','max','@univerjs/network','ranges','_onCursorDelete','getUnhiddenWorksheets','labelPosition','_config','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','transformMutation','collaboration-client.offline-data-not-saved','LIVESHARE_TERMINATE','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','getRangePointData','_type','INVALID_ARGUMENT','reverse','_clearOtherTimers','SUCCUSS','event$','svg','subscribeEvent','transformStateCache','_retryConnectingTimer','_collabCursorState$','M0\x200H16V16H0z','onStarting','handleDeleteRangeMoveLeft','sin','/block/','parseChangesetToProtocol','_docTransformStateCacheService','ONLINE','collaboration.single-unit.warning','isPermissionRej','_http','_collaborationPaused','UNAUTHENTICATED','_process','onRemoteRej','color','newValue','state$','/universer-api/stream/file/upload','_members','PasswordBasedCipher','UniverInstanceType','connectInjector','collab-client.tooltip.reconnect','UNRECOGNIZED','_docSyncEditingCollabCursorService','clear','_data','getMemberID','Tools','_drawTextRange','_transformStateCache','translate(.97)','_createInitialState','COLLAB_SUBMIT_CHANGESET_URL_KEY','src','_applyRemoteChangeset','baseRev','location','awaitingChangeset','Error\x20on\x20receiving\x20event','_keyPriorReset','_themeService','arc','_hideTimer','/object','session','_showConflictNotification','pipe','_scene','getStateCache','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','collaboration_new_changeset','_updateStatus','symbol','parse','ICommandService','online','merge','values','_onUserLeave','_onFetchMissResult','[DataLoaderController]','_timeoutTimer','history','DOC_RANGE_TYPE','univer-online-status-icon','getValue','ThemeService','Optional','idSuffix','signUrlServerUrl','_createSocket','_initUnitPermissionChange','_hovered','defIds','editing\x20status\x20changed\x20to','offline','path','msCrypto','_waitCount','rgba(255,\x20255,\x20255,\x200.01)','black','ISnapshotServerService','_event$','m2Prime','_handleHover','collaboration-client.config','registerRenderModule','addImageSourceCache','_entities','rxjs','onlineStatus','_map','_labelPosition','_getUndoStack','YUUMI_URL_COL_OUT_OF_RANGE','SYNCED','onCommandExecuted','_getSaveTimeout','_hash','RemoveRowCommandId','className','_undoRedoService','string','capture','SetDocZoomRatioOperation','CompressMutationService','AES','_getSignURL','_eventUnsubscribe','children','range','equals','_unitOnClients','commentUpdateEvent','selection','_lastPointer','getAncestorScale','470230exPyUq','RETRY_CONNECTING_MAX_COUNT','_updateState','_transitionLocked','some','_transformSelections','now','_removeRoom','_cursors','_socket','StreamCipher','FileId','_saveCache','_heartbeatTimer','useObservable','localeService','error','replace','roomMembers$','byteLength','4053056oQbuqy','_getCtorByUniverType','_onJoinRoomEvent','LocalCacheService','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','_doProcessBlock','_reverseMap','CipherParams','encrypt','IImageIoService','TOO_MANY_REQUESTS','default','@univerjs/engine-formula','_docTransformIMECacheService','RegularPolygon','_cipher','set','YUUMI_SUBSCRIPTION_NOT_FOUND','EXCHANGE_SIGN_URL_SERVER_URL_KEY','members','kdf','file','_initStatusComponent','image/bmp','_anchorDot','auth.needGotoLoginAlert','_fetchMissChangesets','Hasher','buffer','ref','SetTextSelectionsOperation','CollaborationSocketService','/universer-api/snapshot','rng','_ENC_XFORM_MODE','apply','_onConnectionFailed','Rectangle','_keySchedule','pauseCollaboration','_onRemoteACK','_colorAssignService','DocCollaborationEntity','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','csShouldRetryEvent','COLORS','_onRemoteChangeset','20GVqUgu','redoState','getRandomValues','@univerjs/sheets','jiqing500','startColumn','splice','\x20in\x20_schedule.','join','_unitStatus','UNIVER_SHEET','_HTTPService','LOGIN_URL_KEY','delete','DeleteRangeMoveLeftCommandId','_docSkeletonManagerService','CollaborationSession','_scheduleClearOtherTimer','FETCH_MISSING'];_0xce47=function(){return _0x1e18c5;};return _0xce47();}var Mi=Object[_0x3b224c(0x209)],Ai=Object[_0x3b224c(0x233)],Ni=(_0x11ce51,_0x1eba6f,_0x190ba4,_0x1c2f6b)=>{const _0x34d155=_0x3b224c;for(var _0x33382b=_0x1c2f6b>0x1?void 0x0:_0x1c2f6b?Ai(_0x1eba6f,_0x190ba4):_0x1eba6f,_0x38ae9b=_0x11ce51[_0x34d155(0x2a8)]-0x1,_0x5c1cb2;_0x38ae9b>=0x0;_0x38ae9b--)(_0x5c1cb2=_0x11ce51[_0x38ae9b])&&(_0x33382b=(_0x1c2f6b?_0x5c1cb2(_0x1eba6f,_0x190ba4,_0x33382b):_0x5c1cb2(_0x33382b))||_0x33382b);return _0x1c2f6b&&_0x33382b&&Mi(_0x1eba6f,_0x190ba4,_0x33382b),_0x33382b;},xt=(_0x303fd1,_0x4576fc)=>(_0x15cbcf,_0x42df73)=>_0x4576fc(_0x15cbcf,_0x42df73,_0x303fd1);let Fe=class{constructor(_0x202f54,_0x43703f){const _0x3cdc74=_0x3b224c;this[_0x3cdc74(0x495)]=_0x202f54,this[_0x3cdc74(0x5c9)]=_0x43703f;}[_0x3b224c(0x372)](_0x4343de){const _0x275d7f=_0x3b224c;var _0x4b2f36;const _0x4f1693=this['_injector'][_0x275d7f(0x273)](ye[_0x275d7f(0x130)]),_0x252d78=(_0x4b2f36=_0x4f1693[_0x275d7f(0x1c1)]())!=null?_0x4b2f36:[];if(_0x252d78[_0x275d7f(0x2a8)]===0x0)return;const _0x3d4529=_0x4343de[_0x275d7f(0x236)],_0x2902b2=[{'id':_0x275d7f(0x59c),'params':{'unitId':_0x3d4529,'actions':null,'textRanges':_0x252d78}}],_0x406d73=this[_0x275d7f(0x5c9)][_0x275d7f(0x16d)](_0x4343de,_0x2902b2);if(!S[_0x275d7f(0x4de)](_0x406d73))throw _0x406d73[_0x275d7f(0x423)];const _0x1066ed=_0x406d73[_0x275d7f(0x3f1)][0x0][_0x275d7f(0x2be)][_0x275d7f(0x4a8)];Array[_0x275d7f(0x34b)](_0x1066ed)&&_0x1066ed[_0x275d7f(0x2a8)]&&_0x4f1693['replaceDocRanges'](_0x1066ed,{'unitId':_0x3d4529,'subUnitId':_0x3d4529},!0x1);}};Fe=Ni([xt(0x0,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),xt(0x1,S[_0x3b224c(0x180)])],Fe);const Li=new Set([k[_0x3b224c(0x1c5)]['id']]);function jt(_0x4a9945,_0x2a9c86,_0x33a4d6,_0x5b269a,_0x5375f6){const _0x2e7e1e=_0x3b224c;var _0x559912,_0x39abae,_0x26c1b0,_0x7c0ffc;const _0xa184ca=[];for(const _0x527b91 of _0x4a9945)if(Li[_0x2e7e1e(0x339)](_0x527b91['id'])){if(_0xa184ca[_0x2e7e1e(0x2a8)]>0x0)break;_0xa184ca[_0x2e7e1e(0x1a8)](_0x527b91);break;}else _0xa184ca[_0x2e7e1e(0x1a8)](_0x527b91);const _0x4a3428=(_0x39abae=(_0x559912=_0x5375f6['getCurrentUser']())==null?void 0x0:_0x559912[_0x2e7e1e(0x353)])!=null?_0x39abae:_0x2e7e1e(0x4cc),_0x9036c6=(_0x7c0ffc=(_0x26c1b0=_0x5375f6[_0x2e7e1e(0x349)]())==null?void 0x0:_0x26c1b0[_0x2e7e1e(0x5ba)])!=null?_0x7c0ffc:'unknown';return{'changeset':{'unitID':_0x2a9c86,'type':S['mapDocumentTypeToUniverType'](_0x33a4d6[_0x2e7e1e(0x1d7)](_0x2a9c86)),'baseRev':_0x5b269a[_0x2e7e1e(0x58d)](_0x2a9c86),'revision':0x0,'userID':_0x4a3428,'memberID':_0x9036c6,'mutations':_0xa184ca},'pendingMutations':_0x4a9945[_0x2e7e1e(0x304)](_0xa184ca[_0x2e7e1e(0x2a8)])};}function xi(_0x48c5a2,_0x1a7caa,_0x6a8cbd,_0xee3443,_0x1ec09b){const _0x3eccd0=_0x3b224c;var _0x3e722d,_0x5db658,_0x40035d,_0x28e695;const _0x27ff59=[_0x48c5a2['reduce']((_0x50036c,_0xbdcf0c)=>{const _0x2e46ae=_0x1276;var _0x1600e7;const {id:_0x446ca8}=_0x50036c,{id:_0x5be8d0,type:_0x58d678}=_0xbdcf0c,_0x55ec1c=(_0x1600e7=_0x50036c[_0x2e46ae(0x2be)])!=null?_0x1600e7:{'actions':null},_0x3e6ca7=_0xbdcf0c[_0x2e46ae(0x2be)];if(_0x446ca8&&_0x446ca8!==_0x5be8d0)throw new Error(_0x2e46ae(0x2cf)+_0x446ca8+_0x2e46ae(0x4aa)+_0x5be8d0+'.');return{..._0x50036c,'id':_0x5be8d0,'type':_0x58d678,'params':{'unitId':_0x3e6ca7[_0x2e46ae(0x242)],'textRanges':_0x3e6ca7[_0x2e46ae(0x4a8)],'actions':a['JSONX'][_0x2e46ae(0x54e)](_0x55ec1c[_0x2e46ae(0x1f0)],_0x3e6ca7[_0x2e46ae(0x1f0)])}};},{})],_0x4c2c6e=(_0x5db658=(_0x3e722d=_0x1ec09b['getCurrentUser']())==null?void 0x0:_0x3e722d['userID'])!=null?_0x5db658:_0x3eccd0(0x4cc),_0x3b6556=(_0x28e695=(_0x40035d=_0x1ec09b[_0x3eccd0(0x349)]())==null?void 0x0:_0x40035d[_0x3eccd0(0x5ba)])!=null?_0x28e695:_0x3eccd0(0x4cc);return{'changeset':{'unitID':_0x1a7caa,'type':S[_0x3eccd0(0x4e8)](_0x6a8cbd['getUnitType'](_0x1a7caa)),'baseRev':_0xee3443[_0x3eccd0(0x58d)](_0x1a7caa),'revision':0x0,'userID':_0x4c2c6e,'memberID':_0x3b6556,'mutations':_0x27ff59},'pendingMutations':[]};}function fn(_0x35e54f,_0x1c1d9d){const _0xc604c8=_0x3b224c,_0x62addf=new A[(_0xc604c8(0x206))](0x1);return setTimeout(()=>_0x62addf[_0xc604c8(0x1e1)](_0x1c1d9d),_0x35e54f),_0x62addf[_0xc604c8(0x4f7)]()[_0xc604c8(0x3cc)](A[_0xc604c8(0x189)](0x1));}const ji={'id':k['EmptyMutation']['id'],'type':a[_0x3b224c(0x549)][_0x3b224c(0x57e)],'params':{}};var $i=Object[_0x3b224c(0x209)],Hi=Object[_0x3b224c(0x233)],Ie=(_0x19d34e,_0x3b585f,_0x39cc75,_0x119a63)=>{const _0x303ab9=_0x3b224c;for(var _0x5d0e11=_0x119a63>0x1?void 0x0:_0x119a63?Hi(_0x3b585f,_0x39cc75):_0x3b585f,_0x4ab2e2=_0x19d34e[_0x303ab9(0x2a8)]-0x1,_0x123255;_0x4ab2e2>=0x0;_0x4ab2e2--)(_0x123255=_0x19d34e[_0x4ab2e2])&&(_0x5d0e11=(_0x119a63?_0x123255(_0x3b585f,_0x39cc75,_0x5d0e11):_0x123255(_0x5d0e11))||_0x5d0e11);return _0x119a63&&_0x5d0e11&&$i(_0x3b585f,_0x39cc75,_0x5d0e11),_0x5d0e11;},N=(_0x3a36a8,_0x9edd4b)=>(_0x46a3e5,_0x5825bb)=>_0x9edd4b(_0x46a3e5,_0x5825bb,_0x3a36a8),q=(_0x3ee73c=>(_0x3ee73c['NOT_COLLAB']=_0x3b224c(0x4a1),_0x3ee73c['SYNCED']=_0x3b224c(0x4e0),_0x3ee73c[_0x3b224c(0x249)]=_0x3b224c(0x5b9),_0x3ee73c[_0x3b224c(0x4b6)]='awaiting',_0x3ee73c['AWAITING_WITH_PENDING']=_0x3b224c(0x540),_0x3ee73c['FETCH_MISS']=_0x3b224c(0x281),_0x3ee73c[_0x3b224c(0x34c)]='conflict',_0x3ee73c[_0x3b224c(0x4e2)]=_0x3b224c(0x3e9),_0x3ee73c))(q||{});const vn=0xea60;class Ce{constructor(_0x4e139e,_0x14c46d,_0x3f3afe,_0x11b34e,_0x1fe22f,_0x5cab7d,_0x5e1fff,_0x9e40fd,_0x3a558f){const _0x372050=_0x3b224c;I(this,_0x372050(0x2a9),null),I(this,_0x372050(0x2c4),[]),(this[_0x372050(0x236)]=_0x4e139e,this[_0x372050(0x5bb)]=_0x14c46d,this[_0x372050(0x154)]=_0x1fe22f,this[_0x372050(0x2b1)]=_0x5cab7d,this[_0x372050(0x403)]=_0x5e1fff,this['_revisionService']=_0x9e40fd,this[_0x372050(0x490)]=_0x3a558f,this[_0x372050(0x2a9)]=_0x3f3afe,this[_0x372050(0x2c4)]=_0x11b34e);}[_0x3b224c(0x1c4)](_0x1bc409){const _0x2ec532=_0x3b224c,_0x224d16=this[_0x2ec532(0x2dc)][_0x2ec532(0x58d)](this[_0x2ec532(0x236)]);return _0x1bc409[_0x2ec532(0x5d2)]>_0x224d16+0x1?(this[_0x2ec532(0x154)]['onMissingChangesets']({'from':_0x224d16,'to':_0x1bc409[_0x2ec532(0x5d2)]-0x1}),!0x0):!0x1;}[_0x3b224c(0x1f5)](_0x14ff29){const _0x43425b=_0x3b224c;this[_0x43425b(0x403)]['transformUndoRedo'](this[_0x43425b(0x236)],_0x14ff29);}[_0x3b224c(0x418)](_0x42505d){const _0x5e8bdc=_0x3b224c;var _0x383051,_0x411055;(_0x411055=(_0x383051=this[_0x5e8bdc(0x154)])[_0x5e8bdc(0x478)])==null||_0x411055[_0x5e8bdc(0x537)](_0x383051,_0x42505d);}[_0x3b224c(0x179)](_0x4b0117){const _0x1a794d=_0x3b224c;var _0x1a8097,_0xcb4495;return(_0xcb4495=(_0x1a8097=this[_0x1a794d(0x154)])[_0x1a794d(0x26b)])==null?void 0x0:_0xcb4495[_0x1a794d(0x537)](_0x1a8097,_0x4b0117);}[_0x3b224c(0x3bb)](_0x1e13ef){const _0x1f3122=_0x3b224c;var _0x5ad31a,_0xa7fcae;return(_0xa7fcae=(_0x5ad31a=this['_handler'])['onTransformState'])==null?void 0x0:_0xa7fcae[_0x1f3122(0x537)](_0x5ad31a,_0x1e13ef);}[_0x3b224c(0x2d7)](_0x513311){const _0x2bcc7f=_0x3b224c;var _0x38f536,_0x4f9c83,_0x28ab82;return(_0x28ab82=(_0x4f9c83=(_0x38f536=this[_0x2bcc7f(0x154)])[_0x2bcc7f(0x2d8)])==null?void 0x0:_0x4f9c83['call'](_0x38f536,_0x513311))!=null?_0x28ab82:_0x513311;}['_transformRemoteChangesetByStateCache'](_0x3a4543){const _0x526b90=_0x3b224c;var _0x165c0f,_0x48df30,_0x53f68e;return(_0x53f68e=(_0x48df30=(_0x165c0f=this[_0x526b90(0x154)])['onTransformRemoteChangesetByStateCache'])==null?void 0x0:_0x48df30[_0x526b90(0x537)](_0x165c0f,_0x3a4543))!=null?_0x53f68e:_0x3a4543;}['_syncEditingCollabCursor'](_0x190ea2){const _0x34b7d0=_0x3b224c;var _0x4bd861,_0x13d451;if(this[_0x34b7d0(0x5bb)]===ie['UNIVER_DOC']){const {unitID:_0x7bf862,mutations:_0x512de3,memberID:_0x2ba7a1}=_0x190ea2,_0x56e2a3=_0x512de3[0x0]['params'][_0x34b7d0(0x4a8)];Array[_0x34b7d0(0x34b)](_0x56e2a3)&&_0x56e2a3[_0x34b7d0(0x2a8)]>0x0&&((_0x13d451=(_0x4bd861=this[_0x34b7d0(0x154)])['onSyncEditingCollabCursor'])==null||_0x13d451['call'](_0x4bd861,{'unitID':_0x7bf862,'memberID':_0x2ba7a1,'textRanges':_0x56e2a3}));}}[_0x3b224c(0x311)](){const _0x138caa=_0x3b224c;this['_localCacheService'][_0x138caa(0x2a7)](this[_0x138caa(0x236)],this['type'],this[_0x138caa(0x2a9)],this[_0x138caa(0x2c4)]);}['_getCurrentRevision'](){const _0x398db2=_0x3b224c;return this[_0x398db2(0x2dc)][_0x398db2(0x58d)](this['unitID']);}['_incrementRevisionNumber'](){const _0x22391a=_0x3b224c;this[_0x22391a(0x2dc)][_0x22391a(0x4c4)](this['unitID']);}[_0x3b224c(0x1f3)](_0x5c61cb){const _0x4a62e3=_0x3b224c;var _0x1a2b38;let _0x33a3ea=this[_0x4a62e3(0x2d7)](_0x5c61cb);_0x33a3ea=this[_0x4a62e3(0x4ca)](_0x33a3ea);const _0x586f92=a[_0x4a62e3(0x354)](_0x33a3ea[_0x4a62e3(0x229)],this['_commandService'],{'fromCollab':!0x0});if(!_0x586f92['result'])throw _0x586f92[_0x4a62e3(0x423)]instanceof Error?_0x586f92[_0x4a62e3(0x423)]:new Error((_0x1a2b38=_0x586f92[_0x4a62e3(0x423)])!=null?_0x1a2b38:'[CollaborationState]:\x20apply\x20error!');this[_0x4a62e3(0x179)](_0x33a3ea),this[_0x4a62e3(0x3bb)](_0x33a3ea),this['_transformUndoredo'](_0x5c61cb),this[_0x4a62e3(0x418)](_0x33a3ea),this['_syncEditingCollabCursor'](_0x33a3ea),this[_0x4a62e3(0x1ce)]();}}let Oe=class extends Ce{constructor(_0x328fa7,_0x378bbe,_0x15a8a9,_0x2ce677,_0x57b371,_0x842f8c,_0x16bfd3,_0x5efc09,_0x21a52c,_0x57ce31){const _0x1ca491=_0x3b224c;super(_0x328fa7,_0x378bbe,null,[],_0x15a8a9,_0x5efc09,_0x16bfd3,_0x2ce677,_0x57b371),I(this,_0x1ca491(0x2db),_0x1ca491(0x4e0)),(this[_0x1ca491(0x495)]=_0x842f8c,this[_0x1ca491(0x13a)]=_0x21a52c,this[_0x1ca491(0x5c9)]=_0x57ce31);}[_0x3b224c(0x329)](_0x3369a5){const _0x321775=_0x3b224c,_0x3e2609=this[_0x321775(0x495)]['createInstance'](ce,this[_0x321775(0x236)],this[_0x321775(0x5bb)],[_0x3369a5],this[_0x321775(0x154)]);return _0x3e2609['_schedule'](),_0x3e2609[_0x321775(0x311)](),_0x3e2609;}[_0x3b224c(0x52e)](_0x5f376e){const _0x37a195=_0x3b224c;if(this[_0x37a195(0x1c4)](_0x5f376e))return this[_0x37a195(0x495)][_0x37a195(0x560)](re,this[_0x37a195(0x236)],this[_0x37a195(0x5bb)],null,[],null,[_0x5f376e],this[_0x37a195(0x154)]);try{const _0x25cc91=this[_0x37a195(0x5c9)]['transformMutationsWithChangeset'](_0x5f376e,[ji]);if(S[_0x37a195(0x4de)](_0x25cc91)){const {c1Prime:_0x31d359}=_0x25cc91;return this['_executeRemoteChangeset'](_0x31d359),this;}throw _0x25cc91[_0x37a195(0x423)];}catch(_0x1a9f88){return this[_0x37a195(0x13a)][_0x37a195(0x423)](_0x1a9f88),this[_0x37a195(0x2ef)](!0x1);}}[_0x3b224c(0x2ef)](_0x3431a5){const _0x445a76=_0x3b224c;return this[_0x445a76(0x495)][_0x445a76(0x560)](ve,this['unitID'],this['type'],null,[],this[_0x445a76(0x154)],_0x3431a5);}[_0x3b224c(0x58e)](){const _0x1aa735=_0x3b224c;throw new Error(_0x1aa735(0x248));}['onRemoteRej'](){throw new Error('[SyncedState]:\x20received\x20rejection.');}['onRemoteRetry'](){return this;}[_0x3b224c(0x153)](){const _0x39fcb1=_0x3b224c;return this[_0x39fcb1(0x495)]['createInstance'](me,this[_0x39fcb1(0x236)],this[_0x39fcb1(0x5bb)],null,[],this[_0x39fcb1(0x154)]);}[_0x3b224c(0x298)](){return this;}[_0x3b224c(0x4f2)](){throw new Error('[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x3b224c(0x1a5)](){const _0x4895e9=_0x3b224c,_0x2c9d53=this[_0x4895e9(0x2dc)][_0x4895e9(0x58d)](this[_0x4895e9(0x236)]);return this['_handler']['onMissingChangesets']({'from':_0x2c9d53,'to':0x0}),this[_0x4895e9(0x495)]['createInstance'](re,this[_0x4895e9(0x236)],this['type'],null,[],null,[],this[_0x4895e9(0x154)]);}};Oe=Ie([N(0x3,a[_0x3b224c(0x556)](S[_0x3b224c(0x33f)])),N(0x4,a['Inject'](exports['LocalCacheService'])),N(0x5,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),N(0x6,a[_0x3b224c(0x2b0)]),N(0x7,a[_0x3b224c(0x3d4)]),N(0x8,a[_0x3b224c(0x5ae)]),N(0x9,S[_0x3b224c(0x180)])],Oe);let ce=class extends Ce{constructor(_0x1f194b,_0x153b5a,_0x24c3c1,_0x3ba0bf,_0xacaed7,_0x1c9fd2,_0x3a7042,_0x2a6bcf,_0x4f47c4,_0x12e412,_0x569242,_0x4066ba,_0x1f8a6e,_0x323d7f){const _0x2dc336=_0x3b224c;super(_0x1f194b,_0x153b5a,null,_0x24c3c1,_0x3ba0bf,_0x12e412,_0x323d7f,_0x1c9fd2,_0x3a7042),I(this,_0x2dc336(0x2db),_0x2dc336(0x5b9)),I(this,_0x2dc336(0x21b),null),I(this,_0x2dc336(0x5c3),null),(this[_0x2dc336(0x495)]=_0xacaed7,this[_0x2dc336(0x486)]=_0x2a6bcf,this['_logService']=_0x4f47c4,this[_0x2dc336(0x142)]=_0x569242,this[_0x2dc336(0x5c9)]=_0x4066ba,this[_0x2dc336(0x15e)]=_0x1f8a6e);}[_0x3b224c(0x329)](_0xf4cfd9){const _0x41988f=_0x3b224c;return this[_0x41988f(0x2c4)][_0x41988f(0x1a8)](_0xf4cfd9),this['_updateLocalCache'](),this;}['onRemoteChangeset'](_0x13f6df){const _0x1605c3=_0x3b224c;if(this[_0x1605c3(0x1c4)](_0x13f6df))return this['_clearScheduledTask'](),this[_0x1605c3(0x495)][_0x1605c3(0x560)](re,this[_0x1605c3(0x236)],this[_0x1605c3(0x5bb)],null,this[_0x1605c3(0x2c4)],null,[_0x13f6df],this[_0x1605c3(0x154)]);try{const _0x4249d7=this['_transformService'][_0x1605c3(0x16d)](_0x13f6df,this['_pendingMutations']);if(S['isTransformMutationsWithChangesetSuccess'](_0x4249d7)){const {c1Prime:_0x44ead7,m2Prime:_0x57b6f2}=_0x4249d7;this[_0x1605c3(0x1f3)](_0x44ead7);const _0x4e46c7=this[_0x1605c3(0x495)][_0x1605c3(0x560)](ce,this[_0x1605c3(0x236)],this[_0x1605c3(0x5bb)],_0x57b6f2,this[_0x1605c3(0x154)]);return this[_0x1605c3(0x364)](),_0x4e46c7['_schedule'](this[_0x1605c3(0x21b)]?Math['max'](0x0,new Date()[_0x1605c3(0x4d5)]()-this[_0x1605c3(0x21b)]):this[_0x1605c3(0x57a)]()),_0x4e46c7;}throw _0x4249d7[_0x1605c3(0x423)];}catch(_0x98d302){return this[_0x1605c3(0x13a)][_0x1605c3(0x423)](_0x98d302),this[_0x1605c3(0x2ef)](!0x1);}}[_0x3b224c(0x58e)](){const _0x2e616f=_0x3b224c;throw new Error(_0x2e616f(0x34a));}[_0x3b224c(0x3aa)](){const _0x5f2b34=_0x3b224c;throw new Error(_0x5f2b34(0x496));}[_0x3b224c(0x346)](){return this;}[_0x3b224c(0x153)](){const _0x27ad46=_0x3b224c;return this[_0x27ad46(0x364)](),this['_injector'][_0x27ad46(0x560)](me,this[_0x27ad46(0x236)],this[_0x27ad46(0x5bb)],null,this[_0x27ad46(0x2c4)],this['_handler']);}['toggleOnline'](){return this;}[_0x3b224c(0x4a7)](_0x1205c9){const _0x33cd10=_0x3b224c,_0x145284=_0x1205c9!=null?_0x1205c9:this['_getSendChangesetTimeout']();this['_scheduleTimestamp']=new Date()[_0x33cd10(0x4d5)](),this[_0x33cd10(0x5c3)]=window[_0x33cd10(0x325)](()=>{const _0x3569d7=_0x33cd10;this[_0x3569d7(0x364)]();let _0x44a401=null;switch(this[_0x3569d7(0x5bb)]){case ie[_0x3569d7(0x460)]:{_0x44a401=jt(this[_0x3569d7(0x2c4)],this[_0x3569d7(0x236)],this[_0x3569d7(0x15e)],this[_0x3569d7(0x2dc)],this[_0x3569d7(0x486)]);break;}case ie[_0x3569d7(0x508)]:{this['_pendingMutations']['every'](_0x57fc87=>_0x57fc87['id']===ye[_0x3569d7(0x19f)]['id'])?_0x44a401=xi(this[_0x3569d7(0x2c4)],this[_0x3569d7(0x236)],this[_0x3569d7(0x15e)],this[_0x3569d7(0x2dc)],this['_memberService']):_0x44a401=jt(this[_0x3569d7(0x2c4)],this[_0x3569d7(0x236)],this[_0x3569d7(0x15e)],this[_0x3569d7(0x2dc)],this[_0x3569d7(0x486)]);break;}default:throw new Error('[PendingState]:\x20unhandled\x20univer\x20type:\x20'+this['type']+_0x3569d7(0x45d));}const {changeset:_0xecfdbd,pendingMutations:_0x5ce3ef}=_0x44a401;this[_0x3569d7(0x154)][_0x3569d7(0x1e9)](_0xecfdbd);const _0x1f0379=_0x5ce3ef[_0x3569d7(0x2a8)]?this[_0x3569d7(0x495)][_0x3569d7(0x560)](le,this[_0x3569d7(0x236)],this['type'],_0xecfdbd,_0x5ce3ef,this[_0x3569d7(0x154)],void 0x0):this['_injector'][_0x3569d7(0x560)](fe,this['unitID'],this[_0x3569d7(0x5bb)],_0xecfdbd,this[_0x3569d7(0x154)]);_0x1f0379[_0x3569d7(0x311)](),this[_0x3569d7(0x154)][_0x3569d7(0x19b)](this,_0x1f0379);},_0x145284);}[_0x3b224c(0x57a)](){const _0x391f46=_0x3b224c;var _0x2e4654;const _0x39beaf=this[_0x391f46(0x142)][_0x391f46(0x469)](te);return(_0x2e4654=_0x39beaf==null?void 0x0:_0x39beaf['sendChangesetTimeout'])!=null?_0x2e4654:kn;}[_0x3b224c(0x4f2)](){const _0x59b253=_0x3b224c;throw new Error(_0x59b253(0x56c));}['_clearScheduledTask'](){const _0x2549f4=_0x3b224c;this[_0x2549f4(0x5c3)]!=null&&(clearTimeout(this['_sendingTimer']),this[_0x2549f4(0x5c3)]=null);}[_0x3b224c(0x2ef)](_0x1cb6be){const _0x72ca12=_0x3b224c;return this[_0x72ca12(0x364)](),this['_injector'][_0x72ca12(0x560)](ve,this[_0x72ca12(0x236)],this[_0x72ca12(0x5bb)],null,this[_0x72ca12(0x2c4)],this['_handler'],_0x1cb6be);}};ce=Ie([N(0x4,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),N(0x5,a[_0x3b224c(0x556)](S[_0x3b224c(0x33f)])),N(0x6,a['Inject'](exports['LocalCacheService'])),N(0x7,a[_0x3b224c(0x556)](exports['MemberService'])),N(0x8,a[_0x3b224c(0x5ae)]),N(0x9,a[_0x3b224c(0x3d4)]),N(0xa,a[_0x3b224c(0x160)]),N(0xb,S[_0x3b224c(0x180)]),N(0xc,a[_0x3b224c(0x5a1)]),N(0xd,a[_0x3b224c(0x2b0)])],ce);let fe=class extends Ce{constructor(_0x3c214f,_0x2bc6d8,_0x13c104,_0x8154ad,_0x4bbd48,_0x170bb1,_0xc4e581,_0x18dffb,_0x3d534f,_0x52a6ff,_0x11b229){const _0x3f795f=_0x3b224c;super(_0x3c214f,_0x2bc6d8,_0x13c104,[],_0x8154ad,_0x18dffb,_0x11b229,_0x170bb1,_0xc4e581),I(this,_0x3f795f(0x2db),_0x3f795f(0x14f)),I(this,_0x3f795f(0x2c6),0x0),I(this,_0x3f795f(0x46f)),I(this,'_sender'),(this['_injector']=_0x4bbd48,this[_0x3f795f(0x13a)]=_0x3d534f,this[_0x3f795f(0x5c9)]=_0x52a6ff);}[_0x3b224c(0x329)](_0x44c3f7){const _0x137738=_0x3b224c;this['_clearScheduledTask']();const _0x17075b=this[_0x137738(0x495)][_0x137738(0x560)](le,this[_0x137738(0x236)],this[_0x137738(0x5bb)],this[_0x137738(0x2a9)],[_0x44c3f7],this[_0x137738(0x154)],this[_0x137738(0x46f)]);return _0x17075b['_updateLocalCache'](),_0x17075b;}[_0x3b224c(0x52e)](_0x5c6497){const _0xb67479=_0x3b224c;if(this[_0xb67479(0x1c4)](_0x5c6497))return this['_clearScheduledTask'](),this['_injector'][_0xb67479(0x560)](re,this['unitID'],this[_0xb67479(0x5bb)],this[_0xb67479(0x2a9)],[],null,[_0x5c6497],this[_0xb67479(0x154)]);try{const _0x94a566=this['_transformService'][_0xb67479(0x1c7)]([_0x5c6497],[this[_0xb67479(0x2a9)]],!0x1);if(S[_0xb67479(0x515)](_0x94a566)){const {c1Prime:_0x3cc7d8,c2Prime:_0x163501}=_0x94a566;this[_0xb67479(0x1f3)](_0x3cc7d8[0x0]),_0x163501[0x0][_0xb67479(0x3c1)]=this[_0xb67479(0x1b2)](),this[_0xb67479(0x364)]();const _0x2782eb=this[_0xb67479(0x495)][_0xb67479(0x560)](fe,this[_0xb67479(0x236)],this[_0xb67479(0x5bb)],_0x163501[0x0],this[_0xb67479(0x154)]);return _0x2782eb[_0xb67479(0x311)](),_0x2782eb;}return this[_0xb67479(0x2ef)](!0x1);}catch(_0x1593e1){return this[_0xb67479(0x13a)][_0xb67479(0x423)](_0x1593e1),this[_0xb67479(0x2ef)](!0x1);}}[_0x3b224c(0x58e)](_0x2c080e){const _0x2c9fcb=_0x3b224c;this[_0x2c9fcb(0x364)]();const _0x2404ab=this[_0x2c9fcb(0x2dc)][_0x2c9fcb(0x58d)](this[_0x2c9fcb(0x236)]);if(_0x2c080e[_0x2c9fcb(0x5d2)]<_0x2404ab-0x1)return this;if(this[_0x2c9fcb(0x1c4)](_0x2c080e))return this[_0x2c9fcb(0x495)]['createInstance'](re,this[_0x2c9fcb(0x236)],this['type'],null,[],this[_0x2c9fcb(0x2a9)],[],this[_0x2c9fcb(0x154)]);this[_0x2c9fcb(0x1ce)]();const _0x4f026d=this[_0x2c9fcb(0x495)][_0x2c9fcb(0x560)](Oe,this[_0x2c9fcb(0x236)],this[_0x2c9fcb(0x5bb)],this[_0x2c9fcb(0x154)]);return _0x4f026d['_updateLocalCache'](),_0x4f026d;}[_0x3b224c(0x3aa)](_0x1e377e){const _0x469bac=_0x3b224c;return this['_onConflict'](!!(_0x1e377e!=null&&_0x1e377e[_0x469bac(0x3a5)]));}[_0x3b224c(0x346)](_0x16bee2){const _0x484f68=_0x3b224c;return this[_0x484f68(0x2c6)]>vn?this[_0x484f68(0x153)]():(this[_0x484f68(0x46f)]=fn(this[_0x484f68(0x2c6)],{'timeout':this[_0x484f68(0x2c6)],'reqId':_0x16bee2[_0x484f68(0x250)]}),this[_0x484f68(0x1fa)]=this['_resendTimer'][_0x484f68(0x2de)](({reqId:_0x25b585,timeout:_0x1c58e4})=>{const _0x144e02=_0x484f68;this[_0x144e02(0x47b)](_0x25b585,_0x1c58e4);}),this);}[_0x3b224c(0x153)](){const _0x24c3be=_0x3b224c;return this[_0x24c3be(0x364)](),this[_0x24c3be(0x495)][_0x24c3be(0x560)](me,this[_0x24c3be(0x236)],this[_0x24c3be(0x5bb)],this[_0x24c3be(0x2a9)],[],this['_handler']);}['toggleOnline'](){return this;}[_0x3b224c(0x4f2)](){const _0x31effb=_0x3b224c;this[_0x31effb(0x154)][_0x31effb(0x1e9)](this[_0x31effb(0x2a9)]);}[_0x3b224c(0x2ef)](_0x2dcf9b){const _0x588fd2=_0x3b224c;return this[_0x588fd2(0x364)](),this[_0x588fd2(0x495)][_0x588fd2(0x560)](ve,this[_0x588fd2(0x236)],this[_0x588fd2(0x5bb)],this[_0x588fd2(0x2a9)],[],this[_0x588fd2(0x154)],_0x2dcf9b);}[_0x3b224c(0x47b)](_0x19c5ce,_0x4bbb89){const _0x5bfe77=_0x3b224c;var _0x590372;_0x19c5ce===((_0x590372=this[_0x5bfe77(0x2a9)])==null?void 0x0:_0x590372[_0x5bfe77(0x250)])&&(this[_0x5bfe77(0x4f2)](),this[_0x5bfe77(0x2c6)]=_0x4bbb89===0x0?0x3e8:_0x4bbb89*0x2);}['_clearScheduledTask'](){const _0x83d9bc=_0x3b224c;var _0x41a5e5;(_0x41a5e5=this[_0x83d9bc(0x1fa)])==null||_0x41a5e5[_0x83d9bc(0x272)](),this[_0x83d9bc(0x2c6)]=0x0;}};fe=Ie([N(0x4,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),N(0x5,a[_0x3b224c(0x556)](S[_0x3b224c(0x33f)])),N(0x6,a[_0x3b224c(0x556)](exports[_0x3b224c(0x42a)])),N(0x7,a[_0x3b224c(0x3d4)]),N(0x8,a[_0x3b224c(0x5ae)]),N(0x9,S['ITransformService']),N(0xa,a[_0x3b224c(0x2b0)])],fe);let le=class extends Ce{constructor(_0x11442b,_0x40e887,_0x3896b7,_0x53b39c,_0x31267e,_0x2e8db7,_0x2dbeed,_0x2a6827,_0x4cb84a,_0x4f2490,_0x30b27f,_0x2c0b0d,_0x450752){const _0x4d0a25=_0x3b224c;super(_0x11442b,_0x40e887,_0x3896b7,_0x53b39c,_0x31267e,_0x4f2490,_0x450752,_0x2a6827,_0x4cb84a),I(this,_0x4d0a25(0x2db),_0x4d0a25(0x540)),I(this,_0x4d0a25(0x2c6),0x0),I(this,'_resendTimer'),I(this,_0x4d0a25(0x1fa)),(this[_0x4d0a25(0x495)]=_0x2dbeed,this[_0x4d0a25(0x13a)]=_0x30b27f,this[_0x4d0a25(0x5c9)]=_0x2c0b0d,_0x2e8db7&&(this[_0x4d0a25(0x46f)]=_0x2e8db7,this[_0x4d0a25(0x1fa)]=this['_resendTimer'][_0x4d0a25(0x2de)](({reqId:_0x38a7fa,timeout:_0x96437e})=>{const _0x4f27a9=_0x4d0a25;this[_0x4f27a9(0x47b)](_0x38a7fa,_0x96437e);})));}[_0x3b224c(0x329)](_0x40bd31){return this['_pendingMutations']['push'](_0x40bd31),this;}[_0x3b224c(0x52e)](_0x4234bc){const _0x11f44e=_0x3b224c;if(this[_0x11f44e(0x1c4)](_0x4234bc))return this['_clearScheduledTask'](),this[_0x11f44e(0x495)][_0x11f44e(0x560)](re,this[_0x11f44e(0x236)],this['type'],this[_0x11f44e(0x2a9)],this['_pendingMutations'],null,[_0x4234bc],this['_handler']);try{const _0x1d9515=this[_0x11f44e(0x5c9)]['transformChangesets']([_0x4234bc],[this['_awaitingChangeset']],!0x1);if(S[_0x11f44e(0x515)](_0x1d9515)){const {c1Prime:_0x40151a,c2Prime:_0x34c922}=_0x1d9515,_0x43cbdf=this[_0x11f44e(0x5c9)][_0x11f44e(0x16d)](_0x40151a[0x0],this[_0x11f44e(0x2c4)]);if(S[_0x11f44e(0x4de)](_0x43cbdf)){const {c1Prime:_0x27f1c7,m2Prime:_0x44ccf8}=_0x43cbdf;return this['_executeRemoteChangeset'](_0x27f1c7),_0x34c922[0x0]['baseRev']=this[_0x11f44e(0x1b2)](),this[_0x11f44e(0x364)](),this[_0x11f44e(0x495)][_0x11f44e(0x560)](le,this[_0x11f44e(0x236)],this[_0x11f44e(0x5bb)],_0x34c922[0x0],_0x44ccf8,this[_0x11f44e(0x154)],void 0x0);}throw _0x43cbdf[_0x11f44e(0x423)];}throw _0x1d9515[_0x11f44e(0x423)];}catch(_0x52258c){return this[_0x11f44e(0x13a)][_0x11f44e(0x423)](_0x52258c),this[_0x11f44e(0x2ef)](!0x1);}}[_0x3b224c(0x58e)](_0x565764){const _0x2bde12=_0x3b224c;if(this[_0x2bde12(0x364)](),this[_0x2bde12(0x1c4)](_0x565764))return this[_0x2bde12(0x495)][_0x2bde12(0x560)](re,this['unitID'],this[_0x2bde12(0x5bb)],null,this[_0x2bde12(0x2c4)],this[_0x2bde12(0x2a9)],[],this[_0x2bde12(0x154)]);this[_0x2bde12(0x1ce)]();const _0x2bee93=this[_0x2bde12(0x495)]['createInstance'](ce,this[_0x2bde12(0x236)],this['type'],this[_0x2bde12(0x2c4)],this[_0x2bde12(0x154)]);return _0x2bee93['_schedule'](),_0x2bee93['_updateLocalCache'](),_0x2bee93;}[_0x3b224c(0x3aa)](_0x2fd67e){const _0x54375a=_0x3b224c;return this[_0x54375a(0x2ef)](!!(_0x2fd67e!=null&&_0x2fd67e['isPermissionRej']));}[_0x3b224c(0x346)](_0x5ed9f9){const _0x3691ab=_0x3b224c;return this[_0x3691ab(0x2c6)]>vn?this[_0x3691ab(0x153)]():(this[_0x3691ab(0x46f)]=fn(this['_resendTimeout'],{'timeout':this[_0x3691ab(0x2c6)],'reqId':_0x5ed9f9['reqId']}),this['_sender']=this[_0x3691ab(0x46f)][_0x3691ab(0x2de)](({reqId:_0x1a7395,timeout:_0x9a8843})=>{const _0x5eaf82=_0x3691ab;this[_0x5eaf82(0x47b)](_0x1a7395,_0x9a8843);}),this);}[_0x3b224c(0x153)](){const _0x5eccf4=_0x3b224c;return this['_clearScheduledTask'](),this['_injector'][_0x5eccf4(0x560)](me,this[_0x5eccf4(0x236)],this[_0x5eccf4(0x5bb)],this[_0x5eccf4(0x2a9)],this[_0x5eccf4(0x2c4)],this['_handler']);}['toggleOnline'](){return this;}['resend'](){this['_handler']['onSendChangeset'](this['_awaitingChangeset']);}[_0x3b224c(0x2ef)](_0x13551d){const _0x3f80dc=_0x3b224c;return this[_0x3f80dc(0x364)](),this[_0x3f80dc(0x495)][_0x3f80dc(0x560)](ve,this[_0x3f80dc(0x236)],this[_0x3f80dc(0x5bb)],null,this[_0x3f80dc(0x2c4)],this[_0x3f80dc(0x154)],_0x13551d);}[_0x3b224c(0x47b)](_0x56d7fa,_0x5336db){const _0x35e775=_0x3b224c;var _0x4b8942;_0x56d7fa===((_0x4b8942=this[_0x35e775(0x2a9)])==null?void 0x0:_0x4b8942['reqId'])&&(this[_0x35e775(0x4f2)](),this[_0x35e775(0x2c6)]=_0x5336db===0x0?0x3e8:_0x5336db*0x2);}[_0x3b224c(0x364)](){const _0x208987=_0x3b224c;var _0xfcc8d6;(_0xfcc8d6=this[_0x208987(0x1fa)])==null||_0xfcc8d6[_0x208987(0x272)](),this['_resendTimeout']=0x0;}};le=Ie([N(0x6,a['Inject'](a[_0x3b224c(0x157)])),N(0x7,a['Inject'](S[_0x3b224c(0x33f)])),N(0x8,a['Inject'](exports['LocalCacheService'])),N(0x9,a[_0x3b224c(0x3d4)]),N(0xa,a['ILogService']),N(0xb,S['ITransformService']),N(0xc,a['IUndoRedoService'])],le);let ve=class extends Ce{constructor(_0x5b9ea5,_0x1c9999,_0x3395e7,_0x3d24ca,_0x30aa55,_0x1dc90f=!0x1,_0x5515b0,_0xdf0ab6,_0x2a5717,_0x1f8331,_0x6a926d,_0x4347a4,_0x902d5d){const _0x34a56f=_0x3b224c;super(_0x5b9ea5,_0x1c9999,_0x3395e7,_0x3d24ca,_0x30aa55,_0xdf0ab6,_0x2a5717,_0x6a926d,_0x1f8331),I(this,'status',_0x34a56f(0x53f)),(this[_0x34a56f(0x59d)]=_0x1dc90f,this['_permissionService']=_0x5515b0,this[_0x34a56f(0x57b)]=_0x4347a4,this[_0x34a56f(0x572)]=_0x902d5d,this['_showConflictNotification'](),this[_0x34a56f(0x50c)](),this[_0x34a56f(0x1b1)]());}[_0x3b224c(0x329)](){return this;}[_0x3b224c(0x52e)](){return this;}[_0x3b224c(0x58e)](){return this;}['onRemoteRej'](){return this;}[_0x3b224c(0x346)](){return this;}['toggleOffline'](){return this;}['toggleOnline'](){return this;}['resend'](){const _0x253e86=_0x3b224c;throw new Error(_0x253e86(0x481));}[_0x3b224c(0x50c)](){const _0x192fcb=_0x3b224c;this['_localCacheService'][_0x192fcb(0x2a7)](this['unitID'],this['type'],null,[]);}[_0x3b224c(0x3cb)](){const _0x257f40=_0x3b224c;this[_0x257f40(0x59d)]?this[_0x257f40(0x572)][_0x257f40(0x134)]({'title':this['_localeService']['t'](_0x257f40(0x1eb)),'content':this[_0x257f40(0x57b)]['t'](_0x257f40(0x2e6)),'type':_0x257f40(0x423),'duration':0x0}):this[_0x257f40(0x572)][_0x257f40(0x134)]({'title':this[_0x257f40(0x57b)]['t']('conflict.title'),'content':this[_0x257f40(0x57b)]['t'](_0x257f40(0x5e0)),'type':_0x257f40(0x423),'duration':0x0});}[_0x3b224c(0x1b1)](){const _0x3735b9=_0x3b224c;this['_permissionService'][_0x3735b9(0x1f9)](new k[(_0x3735b9(0x4fd))](this['unitID'])['id'],!0x1);}};ve=Ie([N(0x6,a['Inject'](a['IPermissionService'])),N(0x7,a[_0x3b224c(0x3d4)]),N(0x8,a[_0x3b224c(0x2b0)]),N(0x9,a[_0x3b224c(0x556)](exports['LocalCacheService'])),N(0xa,a[_0x3b224c(0x556)](S[_0x3b224c(0x33f)])),N(0xb,a[_0x3b224c(0x556)](a[_0x3b224c(0x4ae)])),N(0xc,ee['INotificationService'])],ve);let me=class extends Ce{constructor(_0x829a7c,_0x21fee9,_0x90ddeb,_0x48fa92,_0x170c14,_0x1f9c6b,_0x1b1fdf,_0x14fa97,_0x43f4c7,_0x18a2c2){const _0x3b2298=_0x3b224c;super(_0x829a7c,_0x21fee9,_0x90ddeb,_0x48fa92,_0x170c14,_0x43f4c7,_0x18a2c2,_0x1b1fdf,_0x14fa97),I(this,_0x3b2298(0x2db),'offline'),this['_injector']=_0x1f9c6b;}[_0x3b224c(0x329)](_0x38990f){const _0x5d4b60=_0x3b224c;return this[_0x5d4b60(0x2c4)][_0x5d4b60(0x1a8)](_0x38990f),this['_updateLocalCache'](),this;}[_0x3b224c(0x52e)](_0x4a121d){const _0x15a340=_0x3b224c;throw new Error(_0x15a340(0x5b6));}[_0x3b224c(0x58e)](){const _0x4370c7=_0x3b224c;throw new Error(_0x4370c7(0x2ec));}[_0x3b224c(0x3aa)](){const _0x21caee=_0x3b224c;throw new Error(_0x21caee(0x2ce));}[_0x3b224c(0x346)](){return this;}[_0x3b224c(0x153)](){return this;}[_0x3b224c(0x298)](){const _0x208484=_0x3b224c,{_injector:_0x333e8d,_pendingMutations:_0x4e65cf,_awaitingChangeset:_0x2aac86,unitID:_0x222464,_handler:_0x292654,type:_0x1848ad}=this,_0x2bb0e8=mn(_0x333e8d,_0x222464,_0x1848ad,_0x2aac86,_0x4e65cf,_0x292654);return _0x2bb0e8 instanceof ce?_0x2bb0e8[_0x208484(0x4a7)]():(_0x2bb0e8 instanceof le||_0x2bb0e8 instanceof fe)&&_0x2bb0e8[_0x208484(0x4f2)](),_0x2bb0e8;}[_0x3b224c(0x4f2)](){const _0x4a8a6b=_0x3b224c;throw new Error(_0x4a8a6b(0x577));}};me=Ie([N(0x5,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),N(0x6,a[_0x3b224c(0x556)](S[_0x3b224c(0x33f)])),N(0x7,a['Inject'](exports[_0x3b224c(0x42a)])),N(0x8,a[_0x3b224c(0x3d4)]),N(0x9,a['IUndoRedoService'])],me);let re=class extends Ce{constructor(_0x2f8675,_0x4e80a8,_0x27029c,_0x1826ed,_0xad3ca1,_0x48bc4d,_0x16797c,_0x4e90bb,_0x2852a7,_0x9b4744,_0x493360,_0x415b4e,_0x446009,_0x20484c){const _0xacbd7d=_0x3b224c;super(_0x2f8675,_0x4e80a8,_0x27029c,_0x1826ed,_0x16797c,_0x415b4e,_0x446009,_0x2852a7,_0x9b4744),I(this,'status',_0xacbd7d(0x281)),(this['_acknowledgedAwaitingChangeset']=_0xad3ca1,this[_0xacbd7d(0x48e)]=_0x48bc4d,this['_injector']=_0x4e90bb,this[_0xacbd7d(0x13a)]=_0x493360,this[_0xacbd7d(0x5c9)]=_0x20484c);}[_0x3b224c(0x52d)](_0x4ab857){const _0x32f492=_0x3b224c;try{const _0x5e4116=[..._0x4ab857,...this['_queuedRemoteChangesets']],_0x30bc3e=[this[_0x32f492(0x2a9)]||this[_0x32f492(0x168)]][_0x32f492(0x567)](_0x48cac2=>!!_0x48cac2);let _0x3a1254,_0x3b2622;if(_0x30bc3e[_0x32f492(0x2a8)]){const _0x254c59=this[_0x32f492(0x5c9)][_0x32f492(0x1c7)](_0x5e4116,_0x30bc3e,!0x1);if(!S[_0x32f492(0x515)](_0x254c59))throw _0x254c59[_0x32f492(0x423)];_0x3a1254=_0x254c59[_0x32f492(0x1ea)],_0x3b2622=_0x254c59[_0x32f492(0x5b2)];}else _0x3a1254=_0x5e4116,_0x3b2622=[];let _0x4eec08=this[_0x32f492(0x2c4)];_0x3a1254['forEach'](_0x2ffc9f=>{const _0x30b021=_0x32f492;let _0x250564;if(_0x4eec08[_0x30b021(0x2a8)]){const _0x28955e=this[_0x30b021(0x5c9)]['transformMutationsWithChangeset'](_0x2ffc9f,_0x4eec08);if(!S[_0x30b021(0x4de)](_0x28955e))throw _0x28955e[_0x30b021(0x423)];_0x250564=_0x28955e[_0x30b021(0x1ea)],_0x4eec08=_0x28955e[_0x30b021(0x3f1)];}else _0x250564=_0x2ffc9f;this[_0x30b021(0x1f3)](_0x250564);}),this[_0x32f492(0x168)]&&this[_0x32f492(0x1ce)](),this[_0x32f492(0x2a9)]&&_0x3b2622[_0x32f492(0x2a8)]&&(_0x3b2622[0x0][_0x32f492(0x3c1)]=this['_getCurrentRevision']());let _0x4c021e;if(this[_0x32f492(0x2a9)]&&_0x4eec08[_0x32f492(0x2a8)]!==0x0)_0x4c021e=this[_0x32f492(0x495)][_0x32f492(0x560)](le,this[_0x32f492(0x236)],this[_0x32f492(0x5bb)],_0x3b2622[0x0],_0x4eec08,this[_0x32f492(0x154)],void 0x0);else{if(this[_0x32f492(0x2a9)]&&_0x4eec08[_0x32f492(0x2a8)]===0x0)_0x3b2622[0x0][_0x32f492(0x3c1)]=this[_0x32f492(0x1b2)](),_0x4c021e=this['_injector'][_0x32f492(0x560)](fe,this['unitID'],this['type'],_0x3b2622[0x0],this['_handler']);else{if(_0x4eec08[_0x32f492(0x2a8)]!==0x0){const _0x4ea930=this[_0x32f492(0x495)][_0x32f492(0x560)](ce,this[_0x32f492(0x236)],this[_0x32f492(0x5bb)],_0x4eec08,this[_0x32f492(0x154)]);_0x4ea930['_schedule'](),_0x4c021e=_0x4ea930;}else _0x4c021e=this[_0x32f492(0x495)][_0x32f492(0x560)](Oe,this['unitID'],this[_0x32f492(0x5bb)],this[_0x32f492(0x154)]);}}return _0x4c021e[_0x32f492(0x311)](),_0x4c021e;}catch(_0x5e4584){return this[_0x32f492(0x13a)][_0x32f492(0x423)](_0x32f492(0x14e),'failed\x20to\x20apply\x20missed\x20changesets!',_0x5e4584),this[_0x32f492(0x495)][_0x32f492(0x560)](ve,this[_0x32f492(0x236)],this[_0x32f492(0x5bb)],this[_0x32f492(0x2a9)],this[_0x32f492(0x2c4)],this[_0x32f492(0x154)],!0x1);}}[_0x3b224c(0x4f2)](){const _0x257134=_0x3b224c;throw new Error(_0x257134(0x371));}['appendMutation'](_0x3f8b83){const _0x2a4e5f=_0x3b224c;return this[_0x2a4e5f(0x2c4)][_0x2a4e5f(0x1a8)](_0x3f8b83),this;}[_0x3b224c(0x52e)](_0x39ba56){return this['_queuedRemoteChangesets']['push'](_0x39ba56),this;}[_0x3b224c(0x58e)](_0x1f7002){const _0x3f9fd5=_0x3b224c;if(this[_0x3f9fd5(0x2a9)])return this[_0x3f9fd5(0x168)]=this['_awaitingChangeset'],this[_0x3f9fd5(0x2a9)]=null,this;throw new Error(_0x3f9fd5(0x334));}[_0x3b224c(0x3aa)](_0x1dbb55){const _0x99fdab=_0x3b224c;return this[_0x99fdab(0x2ef)](!!(_0x1dbb55!=null&&_0x1dbb55[_0x99fdab(0x3a5)]));}[_0x3b224c(0x346)](){return this;}['toggleOffline'](){const _0x5e3b7b=_0x3b224c;return this[_0x5e3b7b(0x495)]['createInstance'](me,this['unitID'],this[_0x5e3b7b(0x5bb)],this[_0x5e3b7b(0x2a9)],this[_0x5e3b7b(0x2c4)],this[_0x5e3b7b(0x154)]);}['toggleOnline'](){return this;}[_0x3b224c(0x2ef)](_0x4fccd6){const _0x2f6646=_0x3b224c;return this[_0x2f6646(0x495)][_0x2f6646(0x560)](ve,this[_0x2f6646(0x236)],this['type'],this[_0x2f6646(0x2a9)],this[_0x2f6646(0x2c4)],this[_0x2f6646(0x154)],_0x4fccd6);}};re=Ie([N(0x7,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),N(0x8,a[_0x3b224c(0x556)](S['RevisionService'])),N(0x9,a[_0x3b224c(0x556)](exports[_0x3b224c(0x42a)])),N(0xa,a['ILogService']),N(0xb,a[_0x3b224c(0x3d4)]),N(0xc,a[_0x3b224c(0x2b0)]),N(0xd,S['ITransformService'])],re);function mn(_0x47923d,_0x56296d,_0x48265f,_0x41cf7b,_0x205fba,_0x180625){const _0x5ef958=_0x3b224c;return _0x41cf7b&&_0x205fba[_0x5ef958(0x2a8)]?_0x47923d[_0x5ef958(0x560)](le,_0x56296d,_0x48265f,_0x41cf7b,_0x205fba,_0x180625,void 0x0):_0x41cf7b?_0x47923d['createInstance'](fe,_0x56296d,_0x48265f,_0x41cf7b,_0x180625):_0x205fba[_0x5ef958(0x2a8)]?_0x47923d['createInstance'](ce,_0x56296d,_0x48265f,_0x205fba,_0x180625):_0x47923d['createInstance'](Oe,_0x56296d,_0x48265f,_0x180625);}var Bi=Object[_0x3b224c(0x209)],ki=Object['getOwnPropertyDescriptor'],yt=(_0x409b56,_0x570750,_0x1c5beb,_0x162d65)=>{const _0x242d44=_0x3b224c;for(var _0x1a5161=_0x162d65>0x1?void 0x0:_0x162d65?ki(_0x570750,_0x1c5beb):_0x570750,_0x19ca7c=_0x409b56[_0x242d44(0x2a8)]-0x1,_0x4dee64;_0x19ca7c>=0x0;_0x19ca7c--)(_0x4dee64=_0x409b56[_0x19ca7c])&&(_0x1a5161=(_0x162d65?_0x4dee64(_0x570750,_0x1c5beb,_0x1a5161):_0x4dee64(_0x1a5161))||_0x1a5161);return _0x162d65&&_0x1a5161&&Bi(_0x570750,_0x1c5beb,_0x1a5161),_0x1a5161;},H=(_0x2bc83b,_0xc2694e)=>(_0x417417,_0x4b8482)=>_0xc2694e(_0x417417,_0x4b8482,_0x2bc83b);exports[_0x3b224c(0x1ed)]=class extends a[_0x3b224c(0x274)]{constructor(_0x1b0a36,_0x36356b,_0x500aa1,_0x60a40,_0x2334ed,_0x19f56c,_0x86b533,_0x1b2841,_0xbd74ff,_0x8ab70d,_0x573e09,_0x27e9d3,_0x1fe6e4){const _0x44db20=_0x3b224c;super(),I(this,_0x44db20(0x27f),new A[(_0x44db20(0x33e))](null)),I(this,'state$',this['_state$'][_0x44db20(0x4f7)]()),I(this,_0x44db20(0x378)),I(this,_0x44db20(0x3a7),!0x1),I(this,_0x44db20(0x1ba),''),I(this,'_changesetReqId',0x0),I(this,_0x44db20(0x47e),this[_0x44db20(0x3ad)][_0x44db20(0x3cc)](A[_0x44db20(0x283)](_0x5893b4=>_0x5893b4?_0x5893b4['status']:q[_0x44db20(0x4e2)]),A[_0x44db20(0x307)](0x1))),I(this,_0x44db20(0x416),!0x1),I(this,_0x44db20(0x588),[]),(this[_0x44db20(0x236)]=_0x1b0a36,this[_0x44db20(0x3ca)]=_0x36356b,this[_0x44db20(0x391)]=_0x500aa1,this[_0x44db20(0x495)]=_0x60a40,this[_0x44db20(0x490)]=_0x2334ed,this[_0x44db20(0x2fe)]=_0x19f56c,this[_0x44db20(0x57b)]=_0x86b533,this[_0x44db20(0x2dc)]=_0x1b2841,this[_0x44db20(0x13a)]=_0xbd74ff,this[_0x44db20(0x2b1)]=_0x8ab70d,this['_messageService']=_0x573e09,this['_permissionService']=_0x27e9d3,this['_singleActiveUnitService']=_0x1fe6e4);}get[_0x3b224c(0x276)](){const _0x26708b=_0x3b224c;return this[_0x26708b(0x378)];}async[_0x3b224c(0x20b)](){const _0x435870=_0x3b224c;if(this['state'])throw new Error('[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.');await this[_0x435870(0x578)]();}[_0x3b224c(0x44e)](){const _0x2998fd=_0x3b224c;return this[_0x2998fd(0x3a7)]=!0x0,a[_0x2998fd(0x597)](()=>{const _0x3168cd=_0x2998fd;this['_collaborationPaused']=!0x1,this[_0x3168cd(0x552)]();});}[_0x3b224c(0x415)](_0x2358c6){const _0xd294b6=_0x3b224c;this[_0xd294b6(0x378)]=_0x2358c6,this[_0xd294b6(0x27f)]['next'](_0x2358c6);}async[_0x3b224c(0x578)](){const _0x1761e1=_0x3b224c;var _0x1df711;this['_updateState'](await this[_0x1761e1(0x3bd)]()),this[_0x1761e1(0x46e)]&&((_0x1df711=this['_singleActiveUnitService'])==null||_0x1df711[_0x1761e1(0x2f5)](this[_0x1761e1(0x236)]),this[_0x1761e1(0x220)](this[_0x1761e1(0x46e)]['getUnitStatus$'](this[_0x1761e1(0x236)])[_0x1761e1(0x2de)](_0x4034c7=>{const _0x2c0579=_0x1761e1;this[_0x2c0579(0x13a)][_0x2c0579(0x241)]('[CollaborationEntity]',_0x2c0579(0x3e8),_0x4034c7),_0x4034c7===un[_0x2c0579(0x266)]?(this[_0x2c0579(0x1ca)][_0x2c0579(0x134)]({'content':this[_0x2c0579(0x57b)]['t'](_0x2c0579(0x3a4)),'type':ge['MessageType']['Warning']}),this[_0x2c0579(0x155)][_0x2c0579(0x1f9)](new k[(_0x2c0579(0x4fd))](this['unitID'])['id'],!0x1),this[_0x2c0579(0x155)][_0x2c0579(0x379)](!0x1)):(this[_0x2c0579(0x155)][_0x2c0579(0x1f9)](new k[(_0x2c0579(0x4fd))](this[_0x2c0579(0x236)])['id'],!0x0),this[_0x2c0579(0x155)][_0x2c0579(0x379)](!0x0));})));let _0xcbe8c9=!0x1;return this[_0x1761e1(0x220)](this[_0x1761e1(0x3ca)]['sessionStatus$'][_0x1761e1(0x2de)](_0x2b3cb3=>{const _0x5399f6=_0x1761e1;_0x2b3cb3===se[_0x5399f6(0x3a3)]?this[_0x5399f6(0x4bd)](_0xcbe8c9):_0x2b3cb3===se[_0x5399f6(0x4e2)]&&(_0xcbe8c9=!0x0,this[_0x5399f6(0x30d)]());})),this['disposeWithMe'](this[_0x1761e1(0x3ca)][_0x1761e1(0x396)][_0x1761e1(0x2de)](_0x6b0707=>{const _0x424964=_0x1761e1;try{switch(_0x6b0707['eventID']){case S[_0x424964(0x136)][_0x424964(0x48f)]:{this[_0x424964(0x455)](S['parseProtocolChangeset'](_0x6b0707[_0x424964(0x34e)]));break;}case S[_0x424964(0x136)][_0x424964(0x35e)]:{this[_0x424964(0x44f)](_0x6b0707[_0x424964(0x34e)]);break;}case S[_0x424964(0x136)][_0x424964(0x21f)]:{this[_0x424964(0x1ad)]();break;}case S['CollaborationEvent'][_0x424964(0x26a)]:{this[_0x424964(0x16c)](_0x6b0707[_0x424964(0x34e)]);break;}case S[_0x424964(0x136)][_0x424964(0x50a)]:{this[_0x424964(0x3d9)](_0x6b0707['data']['changesets'][_0x424964(0x283)](_0x239a59=>S[_0x424964(0x25a)](_0x239a59)));break;}case S['CollaborationEvent'][_0x424964(0x4fc)]:this[_0x424964(0x1ad)]({'isPermissionRej':!0x0});}}catch(_0xe436ef){throw console[_0x424964(0x423)](_0x424964(0x3c4),_0xe436ef),_0xe436ef;}})),this['_state'];}[_0x3b224c(0x319)](){const _0x20eee3=_0x3b224c;this[_0x20eee3(0x416)]=!0x1;}['_lockTransition'](){const _0x13e5ad=_0x3b224c;if(this[_0x13e5ad(0x416)])throw new Error(_0x13e5ad(0x29b));this[_0x13e5ad(0x416)]=!0x0;}[_0x3b224c(0x2bb)](_0x55b820){const _0x5ab145=_0x3b224c;this[_0x5ab145(0x296)](),this['_updateState'](this[_0x5ab145(0x378)][_0x5ab145(0x329)](_0x55b820)),this[_0x5ab145(0x319)]();}[_0x3b224c(0x455)](_0x94b27a){const _0x10afa6=_0x3b224c;if(!(_0x94b27a[_0x10afa6(0x5d2)]<=this['_revisionService'][_0x10afa6(0x58d)](this[_0x10afa6(0x236)]))){if(this['_collaborationPaused']){this[_0x10afa6(0x588)][_0x10afa6(0x1a8)](_0x94b27a);return;}this[_0x10afa6(0x3c0)](_0x94b27a);}}[_0x3b224c(0x552)](){const _0x21f1ea=_0x3b224c;this[_0x21f1ea(0x588)][_0x21f1ea(0x54f)](_0x21f13c=>this[_0x21f1ea(0x3c0)](_0x21f13c)),this['_remoteChangesetQueue']=[];}[_0x3b224c(0x3c0)](_0x527a76){const _0x5b2267=_0x3b224c,_0x11d61e=this[_0x5b2267(0x2fe)]['interceptor'][_0x5b2267(0x205)](this[_0x5b2267(0x2fe)]['interceptor'][_0x5b2267(0x204)]()['COMPRESS_MUTATION_APPLY'])(_0x527a76[_0x5b2267(0x229)],null)||_0x527a76[_0x5b2267(0x229)],_0x49bbec={..._0x527a76,'mutations':_0x11d61e};this['_lockTransition'](),this[_0x5b2267(0x415)](this[_0x5b2267(0x378)][_0x5b2267(0x52e)](_0x49bbec)),this[_0x5b2267(0x319)]();}[_0x3b224c(0x44f)](_0x6fa896){const _0x5244bc=_0x3b224c;this[_0x5244bc(0x296)](),this[_0x5244bc(0x415)](this['_state'][_0x5244bc(0x58e)](_0x6fa896)),this['_unlockTransition']();}[_0x3b224c(0x1ad)](_0x263281){const _0x4854d2=_0x3b224c;this['_lockTransition'](),this['_updateState'](this['_state']['onRemoteRej'](_0x263281)),this[_0x4854d2(0x319)]();}[_0x3b224c(0x16c)](_0x3d79a1){const _0x23f187=_0x3b224c;this[_0x23f187(0x296)](),this[_0x23f187(0x415)](this[_0x23f187(0x378)]['onRemoteRetry'](_0x3d79a1)),this[_0x23f187(0x319)]();}[_0x3b224c(0x3d9)](_0x6ac701){const _0x2e52c7=_0x3b224c;if(!(this[_0x2e52c7(0x378)]instanceof re))throw new TypeError(_0x2e52c7(0x585));const _0x27cc42=_0x6ac701[_0x2e52c7(0x283)](_0x2e73a4=>{const _0x4dc8b4=_0x2e52c7,_0xae9d6=this['_compressMutationService'][_0x4dc8b4(0x498)]['fetchThroughInterceptors'](this['_compressMutationService']['interceptor']['getInterceptPoints']()[_0x4dc8b4(0x504)])(_0x2e73a4[_0x4dc8b4(0x229)],null)||_0x2e73a4['mutations'];return{..._0x2e73a4,'mutations':_0xae9d6};});this[_0x2e52c7(0x296)](),this['_updateState'](this[_0x2e52c7(0x378)][_0x2e52c7(0x52d)](_0x27cc42)),this[_0x2e52c7(0x319)]();}[_0x3b224c(0x30d)](){const _0xf60a6a=_0x3b224c;this[_0xf60a6a(0x296)](),this[_0xf60a6a(0x415)](this[_0xf60a6a(0x378)][_0xf60a6a(0x153)]()),this[_0xf60a6a(0x319)]();}['_toggleOnline'](_0x4476a8=!0x1){const _0x1f7684=_0x3b224c;this['_lockTransition'](),this[_0x1f7684(0x415)](this['_state'][_0x1f7684(0x298)]()),this['_unlockTransition']();const _0x415167=this[_0x1f7684(0x378)];_0x4476a8&&_0x415167 instanceof Oe&&(this[_0x1f7684(0x296)](),this[_0x1f7684(0x415)](_0x415167[_0x1f7684(0x1a5)]()),this[_0x1f7684(0x319)]());}async[_0x3b224c(0x3bd)](){return new Promise(_0x32977e=>{const _0x20c020=_0x1276;this['session'][_0x20c020(0x480)][_0x20c020(0x3cc)](A[_0x20c020(0x189)](0x1))['subscribe'](async _0x4b335e=>{const _0x47efa3=_0x20c020;_0x32977e(await this[_0x47efa3(0x526)](_0x4b335e===se[_0x47efa3(0x3a3)]));});});}['_createHandler'](){const _0x17ff83=_0x3b224c,_0x1df70d=this[_0x17ff83(0x236)];return{'onStateChange':(_0xcc5f48,_0xc43af1)=>{const _0x45649e=_0x17ff83;if(_0xcc5f48!==this['_state'])throw new Error(_0x45649e(0x1cc)+_0xcc5f48[_0x45649e(0x2db)]+_0x45649e(0x4d0)+_0xc43af1[_0x45649e(0x2db)]+_0x45649e(0x5d4)+this[_0x45649e(0x378)][_0x45649e(0x2db)]);this[_0x45649e(0x415)](_0xc43af1);},'onSendChangeset':_0x2e5116=>{const _0x41491c=_0x17ff83;_0x2e5116[_0x41491c(0x2d0)]||(_0x2e5116[_0x41491c(0x2d0)]=this[_0x41491c(0x1ba)],_0x2e5116[_0x41491c(0x250)]=++this[_0x41491c(0x5ce)]);const _0x56c02a={'eventID':S[_0x41491c(0x136)][_0x41491c(0x2df)],'data':{'unitID':_0x2e5116[_0x41491c(0x236)],'unitType':this['_type'],'changeset':_0x2e5116,'memberID':this['session'][_0x41491c(0x3b8)]()}};this[_0x41491c(0x3ca)]['send'](_0x56c02a,this[_0x41491c(0x236)]);},'onMissingChangesets':({from:_0x4dffb1,to:_0x2a40d2})=>{const _0x3401ce=_0x17ff83;this[_0x3401ce(0x13a)][_0x3401ce(0x241)]('[CollaborationEntity]','fetching\x20missing\x20changesets\x20from\x20'+_0x4dffb1+_0x3401ce(0x344)+_0x2a40d2);const _0x3c07d7={'eventID':S['CollaborationEvent'][_0x3401ce(0x468)],'data':{'unitID':_0x1df70d,'unitType':this['_type'],'from':_0x4dffb1,'to':_0x2a40d2}};this['session'][_0x3401ce(0x50d)](_0x3c07d7,this['unitID']);}};}async[_0x3b224c(0x526)](_0x10059a){const _0x47d308=_0x3b224c;var _0x331828,_0x2bcf68;const _0x316476=await this[_0x47d308(0x490)][_0x47d308(0x2a3)](this[_0x47d308(0x236)]),_0x1db9d1=(_0x331828=_0x316476==null?void 0x0:_0x316476[_0x47d308(0x229)])!=null?_0x331828:[],_0x4782a4=(_0x2bcf68=_0x316476==null?void 0x0:_0x316476[_0x47d308(0x3c3)])!=null?_0x2bcf68:null,_0x534a67=!!(_0x4782a4!=null&&_0x4782a4[_0x47d308(0x2d0)])&&!!(_0x4782a4!=null&&_0x4782a4[_0x47d308(0x250)]);this['_changesetSessionId']=_0x534a67?_0x4782a4[_0x47d308(0x2d0)]:mi(),this[_0x47d308(0x5ce)]=_0x534a67?_0x4782a4[_0x47d308(0x250)]:0x0;const _0x54a9fb=this[_0x47d308(0x236)];try{this[_0x47d308(0x28d)](_0x4782a4,_0x1db9d1);}catch(_0x9cc44e){this['_logService'][_0x47d308(0x423)](_0x9cc44e);}const _0x52d754=this[_0x47d308(0x2aa)]();if(_0x10059a){const _0x4e5f04=mn(this[_0x47d308(0x495)],_0x54a9fb,this['_type'],_0x4782a4,_0x1db9d1,_0x52d754);return _0x4e5f04 instanceof ce?_0x4e5f04['_schedule']():(_0x4e5f04 instanceof le||_0x4e5f04 instanceof fe)&&_0x4e5f04['resend'](),_0x4e5f04;}return this[_0x47d308(0x495)][_0x47d308(0x560)](me,_0x54a9fb,this[_0x47d308(0x391)],_0x4782a4,_0x1db9d1,_0x52d754);}[_0x3b224c(0x28d)](_0x5767d9,_0x5e5299){const _0x58a164=_0x3b224c;var _0x37d212,_0x18d05a;const _0x2b80b=this[_0x58a164(0x2fe)]['interceptor'][_0x58a164(0x205)](this['_compressMutationService']['interceptor']['getInterceptPoints']()['COMPRESS_MUTATION_APPLY']);(_0x37d212=_0x2b80b((_0x5767d9==null?void 0x0:_0x5767d9[_0x58a164(0x229)])||[],null))==null||_0x37d212[_0x58a164(0x54f)](_0x528fa2=>this[_0x58a164(0x2b1)][_0x58a164(0x5ad)](_0x528fa2['id'],_0x528fa2[_0x58a164(0x2be)])),(_0x18d05a=_0x2b80b(_0x5e5299||[],null))==null||_0x18d05a[_0x58a164(0x54f)](_0xc20e6b=>this['_commandService'][_0x58a164(0x5ad)](_0xc20e6b['id'],_0xc20e6b[_0x58a164(0x2be)]));}},exports[_0x3b224c(0x1ed)]=yt([H(0x3,a[_0x3b224c(0x556)](a['Injector'])),H(0x4,a['Inject'](exports[_0x3b224c(0x42a)])),H(0x5,a[_0x3b224c(0x556)](S[_0x3b224c(0x407)])),H(0x6,a[_0x3b224c(0x556)](a[_0x3b224c(0x4ae)])),H(0x7,a[_0x3b224c(0x556)](S['RevisionService'])),H(0x8,a['ILogService']),H(0x9,a['ICommandService']),H(0xa,ee[_0x3b224c(0x2d5)]),H(0xb,a[_0x3b224c(0x36e)]),H(0xc,a[_0x3b224c(0x3e1)](qe))],exports['CollaborationEntity']),exports['DocCollaborationEntity']=class extends exports['CollaborationEntity']{constructor(_0x58eb97,_0x8b9720,_0x304e81,_0x4d9fb3,_0x44dcb5,_0x481fb0,_0x21af68,_0x6d2c4b,_0x31cebf,_0x4d9bca,_0x17aa1a,_0xf023f1,_0x430472,_0x4b1a59,_0x46b120,_0xa85cc2,_0xa4910a,_0x2a1f33){const _0x342843=_0x3b224c;super(_0x58eb97,_0x304e81,_0x8b9720,_0x4d9fb3,_0x44dcb5,_0x481fb0,_0x21af68,_0x6d2c4b,_0x4b1a59,_0x46b120,_0xa85cc2,_0xa4910a,_0x2a1f33),this['unitID']=_0x58eb97,this['type']=_0x8b9720,this[_0x342843(0x1e7)]=_0x31cebf,this['_docTransformIMECacheService']=_0x4d9bca,this[_0x342843(0x3a2)]=_0x17aa1a,this[_0x342843(0x30e)]=_0xf023f1,this[_0x342843(0x3b5)]=_0x430472;}[_0x3b224c(0x2aa)](){const _0x79faae=_0x3b224c,_0xd73401=super[_0x79faae(0x2aa)]();return _0xd73401['onTransformIME']=_0x5496b7=>this['_docTransformIMECacheService'][_0x79faae(0x57c)](_0x5496b7),_0xd73401[_0x79faae(0x53c)]=_0x422a7f=>this[_0x79faae(0x3a2)][_0x79faae(0x399)](_0x422a7f),_0xd73401['onTransformSelections']=_0x5c20ef=>this[_0x79faae(0x30e)][_0x79faae(0x372)](_0x5c20ef),_0xd73401[_0x79faae(0x309)]=_0x54c142=>this[_0x79faae(0x3b5)][_0x79faae(0x46a)](_0x54c142),_0xd73401[_0x79faae(0x2d8)]=_0x453ad0=>this[_0x79faae(0x434)][_0x79faae(0x37f)](_0x453ad0),_0xd73401[_0x79faae(0x5de)]=_0x128556=>this[_0x79faae(0x3a2)][_0x79faae(0x37f)](_0x128556),_0xd73401;}async[_0x3b224c(0x578)](){const _0x45c624=_0x3b224c,_0x538935=await super[_0x45c624(0x578)]();return this[_0x45c624(0x1e7)][_0x45c624(0x538)][_0x45c624(0x3cc)](A[_0x45c624(0x58f)](this['dispose$']))[_0x45c624(0x2de)](_0x507c55=>{const _0x367b7b=_0x45c624;if(_0x507c55==null)return;const {unitId:_0x17d315,redoState:_0x5ec444,commandId:_0x277714}=_0x507c55;if(_0x17d315!==this[_0x367b7b(0x236)])return;const _0x32dc05={'id':_0x277714,'type':a[_0x367b7b(0x549)][_0x367b7b(0x57e)],'params':{'unitId':_0x17d315,'actions':_0x5ec444['actions'],'textRanges':null}};this['_onLocalMutation'](_0x32dc05);}),_0x538935;}},exports[_0x3b224c(0x451)]=yt([H(0x3,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),H(0x4,a[_0x3b224c(0x556)](exports[_0x3b224c(0x42a)])),H(0x5,a[_0x3b224c(0x556)](S[_0x3b224c(0x407)])),H(0x6,a[_0x3b224c(0x556)](a[_0x3b224c(0x4ae)])),H(0x7,a[_0x3b224c(0x556)](S[_0x3b224c(0x33f)])),H(0x8,a['Inject'](J[_0x3b224c(0x1fb)])),H(0x9,a[_0x3b224c(0x556)](Be)),H(0xa,a[_0x3b224c(0x556)](We)),H(0xb,a[_0x3b224c(0x556)](Fe)),H(0xc,a[_0x3b224c(0x556)](Rt)),H(0xd,a['ILogService']),H(0xe,a[_0x3b224c(0x3d4)]),H(0xf,ee[_0x3b224c(0x2d5)]),H(0x10,a[_0x3b224c(0x36e)]),H(0x11,a[_0x3b224c(0x3e1)](qe))],exports[_0x3b224c(0x451)]),exports['SheetCollaborationEntity']=class extends exports[_0x3b224c(0x1ed)]{constructor(_0x386852,_0x8d465d,_0x401998,_0x411d0e,_0x5eb0c0,_0x2f1c61,_0x492fa3,_0x2dbcb6,_0xa1cd60,_0x41c8f6,_0x38b927,_0x43cd6d,_0x29ff48,_0x5d4fd9){const _0x556394=_0x3b224c;super(_0x386852,_0x401998,_0x8d465d,_0x411d0e,_0x5eb0c0,_0x2f1c61,_0x492fa3,_0x2dbcb6,_0x41c8f6,_0x38b927,_0x43cd6d,_0x29ff48,_0x5d4fd9),this[_0x556394(0x236)]=_0x386852,this[_0x556394(0x5bb)]=_0x8d465d,this[_0x556394(0x4f9)]=_0xa1cd60;}['_createHandler'](){const _0x562f2f=_0x3b224c,_0x4752cc=super[_0x562f2f(0x2aa)]();return _0x4752cc[_0x562f2f(0x478)]=_0x39549e=>this[_0x562f2f(0x4f9)]['transformSelections'](_0x39549e),_0x4752cc;}async[_0x3b224c(0x578)](){const _0x26fb92=_0x3b224c,_0x9c769c=await super[_0x26fb92(0x578)]();return this[_0x26fb92(0x220)](this['_commandService'][_0x26fb92(0x3fe)]((_0x56764c,_0xdbf211)=>{const _0x3b9129=_0x26fb92;if(_0x56764c[_0x3b9129(0x5bb)]!==a[_0x3b9129(0x549)][_0x3b9129(0x57e)]||_0xdbf211!=null&&_0xdbf211[_0x3b9129(0x1dd)]||_0xdbf211!=null&&_0xdbf211[_0x3b9129(0x331)])return;const _0x35178f=_0x56764c['params'];if((_0x35178f==null?void 0x0:_0x35178f[_0x3b9129(0x242)])!==this[_0x3b9129(0x236)])return;const _0x14378c=_0x56764c,_0x22ce4e=this[_0x3b9129(0x2fe)][_0x3b9129(0x498)][_0x3b9129(0x205)](this[_0x3b9129(0x2fe)][_0x3b9129(0x498)]['getInterceptPoints']()[_0x3b9129(0x4ed)])([_0x14378c],null)||[_0x14378c];this['_onLocalMutation'](_0x22ce4e[0x0]);})),_0x9c769c;}},exports[_0x3b224c(0x51e)]=yt([H(0x3,a[_0x3b224c(0x556)](a['Injector'])),H(0x4,a[_0x3b224c(0x556)](exports[_0x3b224c(0x42a)])),H(0x5,a[_0x3b224c(0x556)](S['CompressMutationService'])),H(0x6,a[_0x3b224c(0x556)](a[_0x3b224c(0x4ae)])),H(0x7,a[_0x3b224c(0x556)](S[_0x3b224c(0x33f)])),H(0x8,a['Inject'](ke)),H(0x9,a[_0x3b224c(0x5ae)]),H(0xa,a['ICommandService']),H(0xb,ee['IMessageService']),H(0xc,a[_0x3b224c(0x36e)]),H(0xd,a['Optional'](qe))],exports[_0x3b224c(0x51e)]);var Wi=Object[_0x3b224c(0x209)],Fi=Object[_0x3b224c(0x233)],Vi=(_0x11bb12,_0x341e8c,_0x1fd6b4,_0x5f814e)=>{for(var _0x97345f=_0x5f814e>0x1?void 0x0:_0x5f814e?Fi(_0x341e8c,_0x1fd6b4):_0x341e8c,_0x3a0cbd=_0x11bb12['length']-0x1,_0x541a66;_0x3a0cbd>=0x0;_0x3a0cbd--)(_0x541a66=_0x11bb12[_0x3a0cbd])&&(_0x97345f=(_0x5f814e?_0x541a66(_0x341e8c,_0x1fd6b4,_0x97345f):_0x541a66(_0x97345f))||_0x97345f);return _0x5f814e&&_0x97345f&&Wi(_0x341e8c,_0x1fd6b4,_0x97345f),_0x97345f;},tt=(_0x295da2,_0x57ac7f)=>(_0x1535a3,_0xdab8c7)=>_0x57ac7f(_0x1535a3,_0xdab8c7,_0x295da2);exports[_0x3b224c(0x1d0)]=class extends a[_0x3b224c(0x274)]{constructor(_0x7e517a,_0x963ea8,_0x3479f1){const _0x1b74a8=_0x3b224c;super(),I(this,_0x1b74a8(0x3f6),new Map()),I(this,_0x1b74a8(0x231),new A[(_0x1b74a8(0x13f))]()),(this[_0x1b74a8(0x495)]=_0x7e517a,this[_0x1b74a8(0x1c9)]=_0x963ea8,this['_univerInstanceService']=_0x3479f1,this[_0x1b74a8(0x578)]());}[_0x3b224c(0x2fa)](){const _0x16f03c=_0x3b224c;super[_0x16f03c(0x2fa)](),this[_0x16f03c(0x3f6)][_0x16f03c(0x54f)](_0x1798c5=>_0x1798c5[_0x16f03c(0x2fa)]()),this['_entities'][_0x16f03c(0x3b6)]();}[_0x3b224c(0x530)](_0x14b56a){const _0x416c8a=_0x3b224c;var _0x4db12d;return(_0x4db12d=this[_0x416c8a(0x3f6)][_0x416c8a(0x273)](_0x14b56a))!=null?_0x4db12d:null;}[_0x3b224c(0x4c8)](_0x17cb59){const _0x4c6ed7=_0x3b224c,_0x587cc3=this[_0x4c6ed7(0x530)](_0x17cb59);return _0x587cc3?A['of'](_0x587cc3):this[_0x4c6ed7(0x231)][_0x4c6ed7(0x3cc)](V[_0x4c6ed7(0x567)](_0x1b5eb3=>_0x1b5eb3[_0x4c6ed7(0x236)]===_0x17cb59));}[_0x3b224c(0x578)](){const _0x3652b3=_0x3b224c;this[_0x3652b3(0x15e)][_0x3652b3(0x291)](a[_0x3652b3(0x3b1)][_0x3652b3(0x460)])['pipe'](A[_0x3652b3(0x58f)](this[_0x3652b3(0x19d)]),V[_0x3652b3(0x2a1)](0x10))[_0x3652b3(0x2de)](async _0x289c4c=>{const _0x1c0d5b=_0x3652b3,_0x46fb16=_0x289c4c[_0x1c0d5b(0x22d)](),_0x27bfce=await this['_startCollaboration'](_0x46fb16,ie[_0x1c0d5b(0x460)]);this[_0x1c0d5b(0x3f6)][_0x1c0d5b(0x437)](_0x46fb16,_0x27bfce);}),this['_univerInstanceService'][_0x3652b3(0x291)](a['UniverInstanceType'][_0x3652b3(0x508)])['pipe'](A[_0x3652b3(0x58f)](this[_0x3652b3(0x19d)]),V['delay'](0x10))[_0x3652b3(0x3cc)](V[_0x3652b3(0x567)](_0x5f2a09=>!_0x5f2a09[_0x3652b3(0x22d)]()[_0x3652b3(0x4d4)]('__')))['subscribe'](async _0x32ca4c=>{const _0x294a1a=_0x3652b3,_0x3605b4=_0x32ca4c['getUnitId'](),_0x15e080=await this[_0x294a1a(0x255)](_0x3605b4,ie[_0x294a1a(0x508)]);this[_0x294a1a(0x3f6)][_0x294a1a(0x437)](_0x3605b4,_0x15e080);}),A[_0x3652b3(0x3d6)](this[_0x3652b3(0x15e)][_0x3652b3(0x1c8)](a['UniverInstanceType'][_0x3652b3(0x460)]),this[_0x3652b3(0x15e)][_0x3652b3(0x1c8)](a[_0x3652b3(0x3b1)]['UNIVER_DOC']))[_0x3652b3(0x3cc)](A[_0x3652b3(0x58f)](this[_0x3652b3(0x19d)]))[_0x3652b3(0x2de)](_0x4cb0a3=>{const _0x2115c2=_0x3652b3,_0x326108=_0x4cb0a3[_0x2115c2(0x22d)](),_0x4a6a6e=this[_0x2115c2(0x3f6)][_0x2115c2(0x273)](_0x326108);_0x4a6a6e&&(_0x4a6a6e['dispose'](),this['_entities']['delete'](_0x326108));});}async[_0x3b224c(0x255)](_0x449c77,_0x122c8e){const _0x136aff=_0x3b224c,_0x40f2f4=await this[_0x136aff(0x1c9)][_0x136aff(0x376)](_0x449c77),_0x2401df=this[_0x136aff(0x495)][_0x136aff(0x560)](this[_0x136aff(0x428)](_0x122c8e),_0x449c77,_0x122c8e,_0x40f2f4);return await _0x2401df['init'](),this['_entityInit$'][_0x136aff(0x1e1)](_0x2401df),_0x2401df;}[_0x3b224c(0x428)](_0xdbd002){const _0x5a4050=_0x3b224c;switch(_0xdbd002){case ie[_0x5a4050(0x508)]:return exports['DocCollaborationEntity'];case ie[_0x5a4050(0x460)]:return exports['SheetCollaborationEntity'];default:throw new Error('[CollaborationController]:\x20invalid\x20univer\x20type:\x20'+_0xdbd002);}}},exports[_0x3b224c(0x1d0)]=Vi([tt(0x0,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),tt(0x1,a['Inject'](exports[_0x3b224c(0x5d8)])),tt(0x2,a[_0x3b224c(0x5a1)])],exports[_0x3b224c(0x1d0)]);const $t=['purple300',_0x3b224c(0x45a),_0x3b224c(0x522),_0x3b224c(0x59b),_0x3b224c(0x1aa),_0x3b224c(0x162)];class Ot extends a[_0x3b224c(0x52b)]{constructor(){const _0x5d747c=_0x3b224c;super(...arguments),I(this,_0x5d747c(0x247),new Map()),I(this,_0x5d747c(0x4d1),0x0);}[_0x3b224c(0x326)](_0x347f4d){const _0x585f73=_0x3b224c;if(this[_0x585f73(0x247)][_0x585f73(0x339)](_0x347f4d))return this['_assignedColors'][_0x585f73(0x273)](_0x347f4d);const _0x404019=$t[this[_0x585f73(0x4d1)]];return this[_0x585f73(0x4d1)]=(this[_0x585f73(0x4d1)]+0x1)%$t[_0x585f73(0x2a8)],this['_assignedColors'][_0x585f73(0x437)](_0x347f4d,_0x404019),_0x404019;}}var Gi=Object[_0x3b224c(0x209)],Yi=Object[_0x3b224c(0x233)],Ki=(_0x3a4da4,_0x1b81ec,_0x52a05c,_0x5ac5fc)=>{const _0x50b277=_0x3b224c;for(var _0x427b4b=_0x5ac5fc>0x1?void 0x0:_0x5ac5fc?Yi(_0x1b81ec,_0x52a05c):_0x1b81ec,_0x2430c8=_0x3a4da4[_0x50b277(0x2a8)]-0x1,_0x1afb73;_0x2430c8>=0x0;_0x2430c8--)(_0x1afb73=_0x3a4da4[_0x2430c8])&&(_0x427b4b=(_0x5ac5fc?_0x1afb73(_0x1b81ec,_0x52a05c,_0x427b4b):_0x1afb73(_0x427b4b))||_0x427b4b);return _0x5ac5fc&&_0x427b4b&&Gi(_0x1b81ec,_0x52a05c,_0x427b4b),_0x427b4b;},Se=(_0x1b2ccf,_0x58c1cf)=>(_0x3ed84c,_0x2d9bfa)=>_0x58c1cf(_0x3ed84c,_0x2d9bfa,_0x1b2ccf);const qi=0x12c,zi=0x64;let mt=class extends a[_0x3b224c(0x274)]{constructor(_0x447aa9,_0x47b74c,_0x5c6c23,_0x106561,_0x2cc73f,_0x3cd7e6,_0x52d472,_0x44547b,_0x10e837){const _0x1bb9c2=_0x3b224c;super(),I(this,'_online',!0x1),I(this,_0x1bb9c2(0x578),!0x1),I(this,_0x1bb9c2(0x31f),new A[(_0x1bb9c2(0x33e))](new Map())),I(this,_0x1bb9c2(0x2fb),this[_0x1bb9c2(0x31f)][_0x1bb9c2(0x4f7)]()),I(this,_0x1bb9c2(0x1f2),new A[(_0x1bb9c2(0x33e))]([])),I(this,'roomMembers$',this[_0x1bb9c2(0x1f2)]['pipe'](A[_0x1bb9c2(0x532)](qi))),I(this,_0x1bb9c2(0x1db),a[_0x1bb9c2(0x1bb)](_0x1cc2ca=>{const _0x2adbbd=_0x1bb9c2,_0x2ed1c3={'eventID':S[_0x2adbbd(0x136)]['UPDATE_CURSOR'],'data':{'unitID':this[_0x2adbbd(0x236)],'memberID':this['_session']['getMemberID'](),'selection':dn(_0x1cc2ca)}};this['_session'][_0x2adbbd(0x50d)](_0x2ed1c3,this['unitID']);},zi)),(this[_0x1bb9c2(0x236)]=_0x447aa9,this[_0x1bb9c2(0x23d)]=_0x47b74c,this[_0x1bb9c2(0x495)]=_0x5c6c23,this[_0x1bb9c2(0x450)]=_0x106561,this[_0x1bb9c2(0x486)]=_0x2cc73f,this[_0x1bb9c2(0x555)]=_0x3cd7e6,this[_0x1bb9c2(0x5c9)]=_0x52d472,this['_univerInstanceService']=_0x44547b,this[_0x1bb9c2(0x2b1)]=_0x10e837);}get[_0x3b224c(0x1e4)](){const _0x37ea87=_0x3b224c;return this[_0x37ea87(0x31f)]['getValue']();}get['roomMembers'](){const _0x4b35ea=_0x3b224c;return this['_roomMembers$'][_0x4b35ea(0x3df)]();}[_0x3b224c(0x2fa)](){const _0x3e6a19=_0x3b224c;super[_0x3e6a19(0x2fa)](),this[_0x3e6a19(0x31f)]['next'](new Map()),this['_cursorInfo$'][_0x3e6a19(0x163)](),this[_0x3e6a19(0x1f2)][_0x3e6a19(0x1e1)]([]),this['_roomMembers$']['complete']();}[_0x3b224c(0x20b)](){const _0x1082f2=_0x3b224c;this['_init']||(this[_0x1082f2(0x578)]=!0x0,this[_0x1082f2(0x23d)][_0x1082f2(0x480)][_0x1082f2(0x3cc)](A[_0x1082f2(0x58f)](this['dispose$']))[_0x1082f2(0x2de)](_0xcab965=>{const _0xf02903=_0x1082f2;_0xcab965===se[_0xf02903(0x3a3)]?this[_0xf02903(0x4bd)]():this[_0xf02903(0x30d)]();}),this[_0x1082f2(0x23d)][_0x1082f2(0x396)]['pipe'](A[_0x1082f2(0x58f)](this[_0x1082f2(0x19d)]))[_0x1082f2(0x2de)](_0x139aa7=>{const _0x26cc81=_0x1082f2,_0x4063a5=_0x139aa7[_0x26cc81(0x4a9)];_0x4063a5===S['CollaborationEvent'][_0x26cc81(0x182)]&&this[_0x26cc81(0x505)](_0x139aa7),_0x4063a5===S[_0x26cc81(0x136)][_0x26cc81(0x502)]&&this['_onCursorDelete'](_0x139aa7);}),this['disposeWithMe'](this[_0x1082f2(0x2b1)][_0x1082f2(0x3fe)](_0x4aee4a=>{const _0x540904=_0x1082f2,_0x1e9a83=_0x4aee4a[_0x540904(0x2be)];_0x1e9a83!=null&&this['_online']&&_0x4aee4a['id']===ye[_0x540904(0x445)]['id']&&_0x1e9a83[_0x540904(0x242)]===this[_0x540904(0x236)]&&_0x1e9a83['isEditing']===!0x1&&_0x1e9a83[_0x540904(0x386)][_0x540904(0x2a8)]>0x0&&this['_updateLocalCursor'](_0x1e9a83[_0x540904(0x386)]);})),this[_0x1082f2(0x555)][_0x1082f2(0x14c)][_0x1082f2(0x3cc)](A['takeUntil'](this[_0x1082f2(0x19d)]))[_0x1082f2(0x2de)](_0x32df46=>{const _0x5881f0=_0x1082f2;if((_0x32df46==null?void 0x0:_0x32df46['unitID'])!==this[_0x5881f0(0x236)])return;const _0x4d8c33={'eventID':S[_0x5881f0(0x136)][_0x5881f0(0x182)],'data':_0x32df46};this[_0x5881f0(0x505)](_0x4d8c33);}),this[_0x1082f2(0x220)](this['_commandService'][_0x1082f2(0x3fe)](_0x1d5b06=>{const _0x50b594=_0x1082f2;if(_0x1d5b06[_0x50b594(0x2be)]==null)return;const _0x3b9bbf=_0x1d5b06[_0x50b594(0x2be)];if(_0x1d5b06['id']!==ye[_0x50b594(0x19f)]['id']||_0x3b9bbf['unitId']!==this[_0x50b594(0x236)])return;const _0x4086bc={'id':_0x50b594(0x59c),'params':_0x3b9bbf},_0x2ee308=this[_0x50b594(0x1e4)];for(const [_0x1df0f8,_0x2129ba]of _0x2ee308){const _0x28812c={'id':_0x50b594(0x59c),'params':{'unitId':this['unitID'],'actions':null,'textRanges':_0x2129ba[_0x50b594(0x386)]}},_0x25c10e=this[_0x50b594(0x5c9)][_0x50b594(0x38c)](_0x4086bc,_0x28812c,!0x1);if(S['isTransformMutationFailure'](_0x25c10e))throw _0x25c10e[_0x50b594(0x423)];_0x2ee308[_0x50b594(0x437)](_0x1df0f8,{..._0x2129ba,'ranges':_0x25c10e[_0x50b594(0x3f1)][_0x50b594(0x2be)]['textRanges']});}queueMicrotask(()=>{const _0x1f21aa=_0x50b594;this[_0x1f21aa(0x31f)][_0x1f21aa(0x1e1)](_0x2ee308);});})));}[_0x3b224c(0x505)](_0x23017d){const _0x28a628=_0x3b224c;var _0x4cace2,_0x51c7b9;const {memberID:_0x1b4196,selection:_0x827e8f}=_0x23017d[_0x28a628(0x34e)],_0x109a7d=Ui(_0x827e8f),_0x243c4f=(_0x51c7b9=(_0x4cace2=this[_0x28a628(0x486)][_0x28a628(0x2af)](this[_0x28a628(0x236)],_0x1b4196))==null?void 0x0:_0x4cace2[_0x28a628(0x513)])!=null?_0x51c7b9:_0x28a628(0x31e),_0x2ba253={'color':this['_colorAssignService']['assignAColorForMemberID'](_0x1b4196),'name':_0x243c4f,'ranges':_0x109a7d},_0x3ad1a9=this[_0x28a628(0x1e4)];_0x3ad1a9['set'](_0x1b4196,_0x2ba253),this[_0x28a628(0x31f)][_0x28a628(0x1e1)](_0x3ad1a9);}['_onCursorDelete'](_0x297e21){const _0x10f148=_0x3b224c,{memberID:_0x154957}=_0x297e21[_0x10f148(0x34e)],_0x590adc=this[_0x10f148(0x1e4)];_0x590adc[_0x10f148(0x463)](_0x154957),this[_0x10f148(0x31f)]['next'](_0x590adc);}[_0x3b224c(0x4bd)](){const _0x359630=_0x3b224c;var _0x590053;if(this[_0x359630(0x531)]=!0x0,((_0x590053=this[_0x359630(0x15e)][_0x359630(0x499)]())==null?void 0x0:_0x590053[_0x359630(0x22d)]())!==this[_0x359630(0x236)])return;const _0x493553=this[_0x359630(0x495)]['get'](ye[_0x359630(0x130)])[_0x359630(0x1c1)]();Array['isArray'](_0x493553)&&_0x493553[_0x359630(0x2a8)]>0x0&&this[_0x359630(0x1db)](_0x493553);}[_0x3b224c(0x30d)](){this['_online']=!0x1;}};mt=Ki([Se(0x2,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),Se(0x3,a['Inject'](Ot)),Se(0x4,a[_0x3b224c(0x556)](exports[_0x3b224c(0x5db)])),Se(0x5,a['Inject'](Rt)),Se(0x6,S[_0x3b224c(0x180)]),Se(0x7,a[_0x3b224c(0x5a1)]),Se(0x8,a[_0x3b224c(0x3d4)])],mt);var Xi=Object[_0x3b224c(0x209)],Ji=Object[_0x3b224c(0x233)],Zi=(_0x5c5a81,_0x41e695,_0x2520e2,_0x3873e9)=>{for(var _0x3de93f=_0x3873e9>0x1?void 0x0:_0x3873e9?Ji(_0x41e695,_0x2520e2):_0x41e695,_0x253589=_0x5c5a81['length']-0x1,_0x2d194b;_0x253589>=0x0;_0x253589--)(_0x2d194b=_0x5c5a81[_0x253589])&&(_0x3de93f=(_0x3873e9?_0x2d194b(_0x41e695,_0x2520e2,_0x3de93f):_0x2d194b(_0x3de93f))||_0x3de93f);return _0x3873e9&&_0x3de93f&&Xi(_0x41e695,_0x2520e2,_0x3de93f),_0x3de93f;},be=(_0x58c82f,_0x477580)=>(_0x1ad579,_0x6d37d6)=>_0x477580(_0x1ad579,_0x6d37d6,_0x58c82f);const Qi=0x12c,es=0x64,ts=()=>{let _0x4a2938=[],_0x2a03a7=!0x1;return _0x2584e6=>{const _0x5376ab=_0x1276;_0x4a2938[_0x5376ab(0x1a8)](_0x2584e6),_0x2a03a7||(_0x2a03a7=!0x0,setTimeout(()=>{const _0x312797=_0x5376ab;_0x4a2938[_0x312797(0x54f)](_0x2d030f=>_0x2d030f()),_0x4a2938=[],_0x2a03a7=!0x1;}));};};let St=class extends a[_0x3b224c(0x274)]{constructor(_0x90b692,_0x311025,_0x17ad31,_0x393c47,_0x552629,_0x2546c5,_0x52b8e5,_0x243767){const _0x4373d6=_0x3b224c;super(),I(this,_0x4373d6(0x531),!0x1),I(this,_0x4373d6(0x578),!0x1),I(this,'_cursorInfo$',new A[(_0x4373d6(0x33e))](new Map())),I(this,_0x4373d6(0x2fb),this['_cursorInfo$'][_0x4373d6(0x4f7)]()),I(this,_0x4373d6(0x1f2),new A[(_0x4373d6(0x33e))]([])),I(this,_0x4373d6(0x425),this[_0x4373d6(0x1f2)][_0x4373d6(0x3cc)](A[_0x4373d6(0x532)](Qi))),I(this,_0x4373d6(0x1db),a[_0x4373d6(0x1bb)]((_0xeceebd,_0x17e59d)=>{const _0x17887a=_0x4373d6,_0x471c2e={'eventID':S[_0x17887a(0x136)]['UPDATE_CURSOR'],'data':{'unitID':this[_0x17887a(0x236)],'memberID':this[_0x17887a(0x23d)]['getMemberID'](),'selection':Pt['serializeRangeWithSheet'](_0xeceebd,_0x17e59d['range'])}};this['_session'][_0x17887a(0x50d)](_0x471c2e,this[_0x17887a(0x236)]);},es)),(this[_0x4373d6(0x236)]=_0x90b692,this[_0x4373d6(0x23d)]=_0x311025,this[_0x4373d6(0x495)]=_0x17ad31,this[_0x4373d6(0x450)]=_0x393c47,this[_0x4373d6(0x486)]=_0x552629,this[_0x4373d6(0x15e)]=_0x2546c5,this[_0x4373d6(0x2b1)]=_0x52b8e5,this[_0x4373d6(0x4b9)]=_0x243767);}get[_0x3b224c(0x1e4)](){const _0x2771e3=_0x3b224c;return this[_0x2771e3(0x31f)]['getValue']();}get['roomMembers'](){const _0x3f24ad=_0x3b224c;return this[_0x3f24ad(0x1f2)][_0x3f24ad(0x3df)]();}[_0x3b224c(0x2fa)](){const _0x1e0d15=_0x3b224c;super[_0x1e0d15(0x2fa)](),this[_0x1e0d15(0x31f)][_0x1e0d15(0x1e1)](new Map()),this['_cursorInfo$']['complete'](),this[_0x1e0d15(0x1f2)][_0x1e0d15(0x1e1)]([]),this[_0x1e0d15(0x1f2)][_0x1e0d15(0x163)]();}[_0x3b224c(0x20b)](){const _0xce183f=_0x3b224c;this[_0xce183f(0x578)]||(this[_0xce183f(0x578)]=!0x0,this[_0xce183f(0x23d)]['sessionStatus$'][_0xce183f(0x3cc)](A[_0xce183f(0x58f)](this[_0xce183f(0x19d)]))[_0xce183f(0x2de)](_0x3f5157=>{const _0x2531bb=_0xce183f;_0x3f5157===se[_0x2531bb(0x3a3)]?this[_0x2531bb(0x4bd)]():this[_0x2531bb(0x30d)]();}),this[_0xce183f(0x23d)][_0xce183f(0x396)][_0xce183f(0x3cc)](A[_0xce183f(0x58f)](this[_0xce183f(0x19d)]))[_0xce183f(0x2de)](_0x18010c=>{const _0x31133e=_0xce183f,_0x2fba46=_0x18010c[_0x31133e(0x4a9)];_0x2fba46===S[_0x31133e(0x136)]['UPDATE_CURSOR']&&this[_0x31133e(0x505)](_0x18010c),_0x2fba46===S[_0x31133e(0x136)][_0x31133e(0x502)]&&this[_0x31133e(0x387)](_0x18010c);}),this[_0xce183f(0x18e)](),this[_0xce183f(0x220)](this[_0xce183f(0x2b1)][_0xce183f(0x3fe)](_0x5b2395=>{const _0x1b9200=_0xce183f;if(this[_0x1b9200(0x531)]&&_0x5b2395['id']===k[_0x1b9200(0x324)]['id']&&_0x5b2395[_0x1b9200(0x2be)][_0x1b9200(0x242)]===this[_0x1b9200(0x236)]){const _0x41cbff=_0x5b2395[_0x1b9200(0x2be)];this[_0x1b9200(0x1db)](_0x41cbff[_0x1b9200(0x4b4)],_0x41cbff[_0x1b9200(0x4a0)][0x0]);}})));}['_onCursorUpdate'](_0x250ea9){const _0x101e9c=_0x3b224c;var _0x4b5d96,_0x13e3b4;const {memberID:_0x4a2afe,selection:_0x2e04d1}=_0x250ea9[_0x101e9c(0x34e)],{sheetName:_0x36a989,range:_0x32ce0c}=Pt[_0x101e9c(0x539)](_0x2e04d1),_0x50d580={'name':(_0x13e3b4=(_0x4b5d96=this[_0x101e9c(0x486)][_0x101e9c(0x2af)](this['unitID'],_0x4a2afe))==null?void 0x0:_0x4b5d96[_0x101e9c(0x513)])!=null?_0x13e3b4:_0x101e9c(0x31e),'range':this[_0x101e9c(0x363)](_0x36a989,_0x32ce0c),'sheetID':_0x36a989,'color':this[_0x101e9c(0x450)][_0x101e9c(0x326)](_0x4a2afe),'selection':_0x2e04d1},_0x30e138=this['cursorInfo'];_0x30e138[_0x101e9c(0x437)](_0x4a2afe,_0x50d580),this[_0x101e9c(0x31f)][_0x101e9c(0x1e1)](_0x30e138);}[_0x3b224c(0x387)](_0x197173){const _0x2ed41d=_0x3b224c,{memberID:_0x54daae}=_0x197173[_0x2ed41d(0x34e)],_0x55d267=this['cursorInfo'];_0x55d267['delete'](_0x54daae),this[_0x2ed41d(0x31f)][_0x2ed41d(0x1e1)](_0x55d267);}[_0x3b224c(0x363)](_0x5f3073,_0x57cef7){const _0x433884=_0x3b224c;var _0x1cfed6,_0x5d9267;const _0xccab81=(_0x5d9267=(_0x1cfed6=this[_0x433884(0x15e)]['getUniverSheetInstance'](this[_0x433884(0x236)]))==null?void 0x0:_0x1cfed6[_0x433884(0x574)](_0x5f3073))==null?void 0x0:_0x5d9267[_0x433884(0x1d4)]();return(_0xccab81==null?void 0x0:_0xccab81['find'](_0x347ee3=>a[_0x433884(0x44c)][_0x433884(0x328)](_0x347ee3,_0x57cef7)))||_0x57cef7;}[_0x3b224c(0x18e)](){const _0x551edd=_0x3b224c,_0x23a541=new a[(_0x551edd(0x194))](),_0x1d25c5=ts(),_0x2826c5=()=>{const _0x285922=_0x551edd;_0x23a541[_0x285922(0x2fa)]();const _0xee4a37=(_0x377603,_0x17ea1c,_0x35ad9a,_0x190a13)=>{const _0x47b6b9=_0x285922;let _0x11eecf=[];switch(_0x377603['id']){case k['EffectRefRangId'][_0x47b6b9(0x464)]:{_0x11eecf=k[_0x47b6b9(0x39e)](_0x377603,_0x190a13);break;}case k[_0x47b6b9(0x289)][_0x47b6b9(0x56a)]:{_0x11eecf=k[_0x47b6b9(0x32f)](_0x377603,_0x190a13);break;}case k[_0x47b6b9(0x289)][_0x47b6b9(0x1d3)]:{_0x11eecf=k[_0x47b6b9(0x57f)](_0x377603,_0x190a13);break;}case k['EffectRefRangId']['InsertRangeMoveDownCommandId']:{_0x11eecf=k[_0x47b6b9(0x547)](_0x377603,_0x190a13);break;}case k[_0x47b6b9(0x289)][_0x47b6b9(0x2b8)]:{_0x11eecf=k[_0x47b6b9(0x27b)](_0x377603,_0x190a13);break;}case k['EffectRefRangId'][_0x47b6b9(0x4f8)]:{_0x11eecf=k[_0x47b6b9(0x285)](_0x377603,_0x190a13);break;}case k[_0x47b6b9(0x289)][_0x47b6b9(0x5c7)]:{_0x11eecf=k[_0x47b6b9(0x566)](_0x377603,_0x190a13);break;}case k['EffectRefRangId'][_0x47b6b9(0x2d2)]:{_0x11eecf=k['handleIRemoveCol'](_0x377603,_0x190a13);break;}case k['EffectRefRangId'][_0x47b6b9(0x401)]:{_0x11eecf=k['handleIRemoveRow'](_0x377603,_0x190a13);break;}}const _0x1e478f=k['runRefRangeMutations'](_0x11eecf,_0x190a13),_0x3e4692=this['cursorInfo'][_0x47b6b9(0x273)](_0x17ea1c);if(_0x3e4692&&_0x1e478f){const _0x2d1ba6={..._0x3e4692,'range':_0x1e478f};this[_0x47b6b9(0x1e4)]['set'](_0x17ea1c,_0x2d1ba6),_0x1d25c5(()=>{const _0x272188=_0x47b6b9,_0x131c8a=this[_0x272188(0x4b9)][_0x272188(0x201)](_0x1e478f,_0x865e05=>(_0x131c8a[_0x272188(0x2fa)](),_0xee4a37(_0x865e05,_0x17ea1c,_0x35ad9a,_0x1e478f)));_0x23a541[_0x272188(0x594)](_0x131c8a);});}return{'redos':[],'undos':[]};};this[_0x285922(0x1e4)][_0x285922(0x54f)]((_0x3b2b63,_0x25d51b)=>{const _0xd727b=_0x285922,{range:_0x930eec,sheetID:_0x16249b}=_0x3b2b63,_0x5f4ab0=this[_0xd727b(0x4b9)][_0xd727b(0x201)](_0x930eec,_0x2cf46f=>(_0x5f4ab0[_0xd727b(0x2fa)](),_0xee4a37(_0x2cf46f,_0x25d51b,_0x16249b,_0x930eec)));_0x23a541['add'](_0x5f4ab0);});};this[_0x551edd(0x220)](a[_0x551edd(0x597)](this[_0x551edd(0x31f)][_0x551edd(0x2de)](()=>{_0x2826c5();})));}[_0x3b224c(0x4bd)](){const _0x3a2b10=_0x3b224c;var _0x3de522,_0x11b06d;if(this[_0x3a2b10(0x531)]=!0x0,((_0x3de522=this[_0x3a2b10(0x15e)][_0x3a2b10(0x499)]())==null?void 0x0:_0x3de522[_0x3a2b10(0x22d)]())!==this[_0x3a2b10(0x236)])return;const _0x465054=(_0x11b06d=this[_0x3a2b10(0x495)][_0x3a2b10(0x273)](k['SheetsSelectionsService'])[_0x3a2b10(0x16f)]())==null?void 0x0:_0x11b06d[0x0],_0x130e70=this[_0x3a2b10(0x15e)][_0x3a2b10(0x4c3)](a[_0x3a2b10(0x3b1)][_0x3a2b10(0x460)])['getActiveSheet']();_0x465054&&_0x130e70&&this[_0x3a2b10(0x1db)](_0x130e70['getSheetId'](),_0x465054);}[_0x3b224c(0x30d)](){const _0xdfa0d=_0x3b224c;this[_0xdfa0d(0x531)]=!0x1;}};St=Zi([be(0x2,a['Inject'](a[_0x3b224c(0x157)])),be(0x3,a[_0x3b224c(0x556)](Ot)),be(0x4,a[_0x3b224c(0x556)](exports['MemberService'])),be(0x5,a[_0x3b224c(0x5a1)]),be(0x6,a[_0x3b224c(0x3d4)]),be(0x7,a[_0x3b224c(0x556)](k[_0x3b224c(0x4b2)]))],St);var ns=Object[_0x3b224c(0x209)],is=Object[_0x3b224c(0x233)],ss=(_0x1beaf1,_0x38dde2,_0x20bdb8,_0x20301c)=>{for(var _0x5f1f95=_0x20301c>0x1?void 0x0:_0x20301c?is(_0x38dde2,_0x20bdb8):_0x38dde2,_0x46fe42=_0x1beaf1['length']-0x1,_0x2914df;_0x46fe42>=0x0;_0x46fe42--)(_0x2914df=_0x1beaf1[_0x46fe42])&&(_0x5f1f95=(_0x20301c?_0x2914df(_0x38dde2,_0x20bdb8,_0x5f1f95):_0x2914df(_0x5f1f95))||_0x5f1f95);return _0x20301c&&_0x5f1f95&&ns(_0x38dde2,_0x20bdb8,_0x5f1f95),_0x5f1f95;},nt=(_0x45a31c,_0x33fd8e)=>(_0x2b2773,_0x5c82d6)=>_0x33fd8e(_0x2b2773,_0x5c82d6,_0x45a31c);let De=class extends a[_0x3b224c(0x274)]{constructor(_0x2e303f,_0x6ebedd,_0x167d03){const _0x53c63b=_0x3b224c;super(),I(this,_0x53c63b(0x3f6),new Map()),I(this,_0x53c63b(0x231),new A[(_0x53c63b(0x13f))]()),(this[_0x53c63b(0x15e)]=_0x2e303f,this[_0x53c63b(0x495)]=_0x6ebedd,this[_0x53c63b(0x1c9)]=_0x167d03,this[_0x53c63b(0x578)]());}['dispose'](){const _0x118ab8=_0x3b224c;super[_0x118ab8(0x2fa)](),this[_0x118ab8(0x231)][_0x118ab8(0x163)](),this[_0x118ab8(0x3f6)][_0x118ab8(0x54f)](_0x4aa086=>_0x4aa086[_0x118ab8(0x2fa)]());}[_0x3b224c(0x2f2)](_0xdeb04e){const _0x54ce32=_0x3b224c;return this[_0x54ce32(0x3f6)]['has'](_0xdeb04e)?this[_0x54ce32(0x3f6)][_0x54ce32(0x273)](_0xdeb04e)[_0x54ce32(0x2fb)]:this['_entityInit$'][_0x54ce32(0x3cc)](A[_0x54ce32(0x567)](_0x5c7535=>_0x5c7535['unitID']===_0xdeb04e),A[_0x54ce32(0x314)](_0x83182=>_0x83182[_0x54ce32(0x2fb)]));}[_0x3b224c(0x578)](){const _0x287859=_0x3b224c;this[_0x287859(0x15e)][_0x287859(0x291)](a[_0x287859(0x3b1)][_0x287859(0x460)])[_0x287859(0x3cc)](A[_0x287859(0x58f)](this[_0x287859(0x19d)]))['subscribe'](async _0x23a329=>{const _0x3a12c4=_0x287859,_0x111d90=_0x23a329[_0x3a12c4(0x22d)](),_0x5a703e=await this['_startSheetCollabCursor'](_0x111d90);this[_0x3a12c4(0x231)][_0x3a12c4(0x1e1)](_0x5a703e),this[_0x3a12c4(0x3f6)][_0x3a12c4(0x437)](_0x111d90,_0x5a703e);}),this[_0x287859(0x15e)][_0x287859(0x291)](a[_0x287859(0x3b1)][_0x287859(0x508)])[_0x287859(0x3cc)](A[_0x287859(0x58f)](this[_0x287859(0x19d)]))[_0x287859(0x3cc)](A['filter'](_0x149110=>!_0x149110[_0x287859(0x22d)]()[_0x287859(0x4d4)]('__')))[_0x287859(0x2de)](async _0x564dbe=>{const _0x5182f0=_0x287859,_0x1bf3c1=_0x564dbe[_0x5182f0(0x22d)](),_0x5cdf14=await this[_0x5182f0(0x36d)](_0x1bf3c1);this[_0x5182f0(0x231)][_0x5182f0(0x1e1)](_0x5cdf14),this[_0x5182f0(0x3f6)][_0x5182f0(0x437)](_0x1bf3c1,_0x5cdf14);}),A[_0x287859(0x3d6)](this['_univerInstanceService'][_0x287859(0x1c8)](a[_0x287859(0x3b1)][_0x287859(0x508)]),this[_0x287859(0x15e)][_0x287859(0x1c8)](a[_0x287859(0x3b1)][_0x287859(0x460)]))['pipe'](A[_0x287859(0x58f)](this[_0x287859(0x19d)]))[_0x287859(0x2de)](_0x1282bc=>{const _0x136bec=_0x287859,_0x501245=_0x1282bc[_0x136bec(0x22d)](),_0x5b5e37=this[_0x136bec(0x3f6)]['get'](_0x501245);_0x5b5e37&&(_0x5b5e37[_0x136bec(0x2fa)](),this[_0x136bec(0x3f6)][_0x136bec(0x463)](_0x501245));});}async['_startSheetCollabCursor'](_0x2758de){const _0x4d5e8b=_0x3b224c,_0x404e45=await this['_collabSessionService'][_0x4d5e8b(0x376)](_0x2758de),_0x3a73f5=this[_0x4d5e8b(0x495)]['createInstance'](St,_0x2758de,_0x404e45);return _0x3a73f5[_0x4d5e8b(0x20b)](),_0x3a73f5;}async['_startDocCollabCursor'](_0xcda9b8){const _0x35f252=_0x3b224c,_0x3a9a8c=await this[_0x35f252(0x1c9)]['requireSession'](_0xcda9b8),_0xf37011=this[_0x35f252(0x495)][_0x35f252(0x560)](mt,_0xcda9b8,_0x3a9a8c);return _0xf37011[_0x35f252(0x20b)](),_0xf37011;}};De=ss([nt(0x0,a[_0x3b224c(0x5a1)]),nt(0x1,a[_0x3b224c(0x556)](a['Injector'])),nt(0x2,a[_0x3b224c(0x556)](exports[_0x3b224c(0x5d8)]))],De);const Le=0x14,Ht=0xc8,it=0x4,rs=0x5;function os(_0x51b107,_0x3d2128){const _0x574951=_0x3b224c;let {radius:_0x4f8381,width:_0x5b6c43,height:_0xf8492d}=_0x3d2128;_0x4f8381=_0x4f8381!=null?_0x4f8381:0x0,_0x5b6c43=_0x5b6c43!=null?_0x5b6c43:0x1e,_0xf8492d=_0xf8492d!=null?_0xf8492d:0x1e;let _0x425e4e=0x0,_0xa14c=0x0,_0x2499c8=0x0;_0x425e4e=_0xa14c=_0x2499c8=Math[_0x574951(0x2c0)](_0x4f8381,_0x5b6c43/0x2,_0xf8492d/0x2),_0x51b107[_0x574951(0x4af)](),_0x51b107['moveTo'](_0x425e4e,0x0),_0x51b107[_0x574951(0x340)](_0x5b6c43-_0xa14c,0x0),_0x51b107[_0x574951(0x3c7)](_0x5b6c43-_0xa14c,_0xa14c,_0xa14c,Math['PI']*0x3/0x2,0x0,!0x1),_0x51b107[_0x574951(0x340)](_0x5b6c43,_0xf8492d-_0x2499c8),_0x51b107['arc'](_0x5b6c43-_0x2499c8,_0xf8492d-_0x2499c8,_0x2499c8,0x0,Math['PI']/0x2,!0x1),_0x51b107['lineTo'](0x0,_0xf8492d),_0x51b107['lineTo'](0x0,_0x425e4e),_0x51b107[_0x574951(0x3c7)](_0x425e4e,_0x425e4e,_0x425e4e,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x51b107['closePath'](),_0x3d2128[_0x574951(0x1b7)]&&(_0x51b107[_0x574951(0x4ab)](),_0x51b107[_0x574951(0x265)]=_0x3d2128['fill'],_0x3d2128[_0x574951(0x2ac)]==='evenodd'?_0x51b107[_0x574951(0x1b7)]('evenodd'):_0x51b107[_0x574951(0x1b7)](),_0x51b107['restore']());}class ze extends K['Shape']{constructor(_0x51413d,_0x5f1af1){const _0x3de942=_0x3b224c;super(_0x51413d,_0x5f1af1),I(this,_0x3de942(0x3ab)),I(this,_0x3de942(0x500)),(this[_0x3de942(0x3ab)]=_0x5f1af1==null?void 0x0:_0x5f1af1[_0x3de942(0x3ab)],this['text']=_0x5f1af1==null?void 0x0:_0x5f1af1[_0x3de942(0x500)]);}static[_0x3b224c(0x28f)](_0x28c04c,_0x3668f1){const _0x17f900=_0x3b224c,{text:_0x30a07d,color:_0x4659d4}=_0x3668f1;_0x28c04c['save'](),_0x28c04c[_0x17f900(0x4d2)]=_0x17f900(0x452);const _0x279299=_0x28c04c['measureText'](_0x30a07d)['width'],_0x532721=Math[_0x17f900(0x2c0)](_0x279299+0x2*it,Ht);os(_0x28c04c,{'height':Le,'radius':0x4,'width':_0x532721,'fill':_0x4659d4,'evented':!0x1}),_0x28c04c[_0x17f900(0x265)]='#FFF';const _0x2e276b=it,_0x208b8e=Le-rs,_0x1168c4=Ht-0x2*it;if(_0x279299>_0x1168c4){let _0x4911ff='',_0x178c93=0x0;for(const _0x4b2048 of _0x30a07d){const _0x54a932=_0x28c04c[_0x17f900(0x178)](_0x4b2048)['width'];if(_0x178c93+_0x54a932<=_0x1168c4-_0x28c04c[_0x17f900(0x178)](_0x17f900(0x4e4))['width'])_0x4911ff+=_0x4b2048,_0x178c93+=_0x54a932;else{_0x4911ff+='...';break;}}_0x28c04c[_0x17f900(0x562)](_0x4911ff,_0x2e276b,_0x208b8e);}else _0x28c04c['fillText'](_0x30a07d,_0x2e276b,_0x208b8e);_0x28c04c['restore']();}[_0x3b224c(0x29a)](_0x3e451e){const _0x3f2244=_0x3b224c;ze[_0x3f2244(0x28f)](_0x3e451e,this);}}const st='collab-text-anchor-',as=_0x3b224c(0x333),cs=_0x3b224c(0x214),Ue=0x6,ls=1.5,rt=0x4,hs=1.5,_s=_0x3b224c(0x3ed);class Bt{constructor(_0x3ef7ab,_0x17c075,_0x442fd6,_0x5d3b66){const _0x3954b0=_0x3b224c;I(this,'_shapes',[]),I(this,'_anchor',null),I(this,_0x3954b0(0x267),null),I(this,_0x3954b0(0x43f),null),I(this,'_hideTimer',null),I(this,_0x3954b0(0x40a),null),(this[_0x3954b0(0x561)]=_0x3ef7ab,this['_scene']=_0x17c075,this['_docSkeleton']=_0x442fd6,this[_0x3954b0(0x2d4)]=_0x5d3b66,this['_render']());}set[_0x3b224c(0x2e0)](_0x1d9311){const _0x2264c7=_0x3b224c;_0x1d9311?(this[_0x2264c7(0x43f)]&&this[_0x2264c7(0x43f)][_0x2264c7(0x13e)](),this[_0x2264c7(0x267)]&&this['_textBubble'][_0x2264c7(0x134)]()):(this[_0x2264c7(0x43f)]&&this['_anchorDot'][_0x2264c7(0x134)](),this[_0x2264c7(0x267)]&&this['_textBubble']['hide']());}[_0x3b224c(0x2fa)](){const _0x5460d1=_0x3b224c;for(const _0x522c88 of this[_0x5460d1(0x2a6)])_0x522c88[_0x5460d1(0x2fa)]();this[_0x5460d1(0x267)]&&this[_0x5460d1(0x267)][_0x5460d1(0x2fa)](),this[_0x5460d1(0x43f)]&&this['_anchorDot'][_0x5460d1(0x2fa)](),this[_0x5460d1(0x4ac)]&&this[_0x5460d1(0x4ac)]['dispose'](),this[_0x5460d1(0x40a)]&&this[_0x5460d1(0x40a)]();}['_render'](){const _0xa80503=_0x3b224c;var _0x3938e3;const {_docSkeleton:_0x17d776,_document:_0x42f519}=this,{color:_0xee4f3d,name:_0x33d90e,ranges:_0x1a9858}=this[_0xa80503(0x561)],_0x1e0ce2=_0x42f519[_0xa80503(0x4e5)](),{docsLeft:_0x430c52,docsTop:_0x5d1250}=_0x1e0ce2,_0x130213=new J['NodePositionConvertToCursor'](_0x1e0ce2,_0x17d776);for(const {startOffset:_0x5e55bf,endOffset:_0x52c3f7,rangeType:_0x4bd0a3,segmentId:_0x2036f5,segmentPage:_0x415168,collapsed:_0xdfc58f,isActive:_0x537c64}of _0x1a9858){const _0x2dccb2=_0x17d776['findNodePositionByCharIndex'](_0x5e55bf,!0x0,_0x2036f5,_0x415168);let _0x174a2f=_0x17d776[_0xa80503(0x2b3)](_0x52c3f7,!0x0,_0x2036f5,_0x415168);if(_0x174a2f==null&&(_0x174a2f=_0x17d776['findNodePositionByCharIndex'](_0x52c3f7-0x1,!0x1,_0x2036f5,_0x415168)),_0x537c64){const {contentBoxPointGroup:_0x49dd44}=_0x130213[_0xa80503(0x390)](_0x174a2f,_0x174a2f);if(_0x49dd44['length']===0x0)continue;this['_drawAnchor'](_0xee4f3d,_0x49dd44,_0x430c52,_0x5d1250,_0x33d90e),this[_0xa80503(0x40a)]=this[_0xa80503(0x3f2)]();}if(_0x2dccb2&&_0x174a2f){if(_0x4bd0a3===a[_0xa80503(0x3dd)][_0xa80503(0x52f)]){const _0x251b60=new J['NodePositionConvertToRectRange'](_0x1e0ce2,_0x17d776),{pointGroup:_0x549140}=(_0x3938e3=_0x251b60[_0xa80503(0x390)](_0x2dccb2,_0x174a2f))!=null?_0x3938e3:{};if(_0x549140==null||_0x549140['length']===0x0)continue;this[_0xa80503(0x58b)](_0xee4f3d,_0x549140,_0x430c52,_0x5d1250);}else{if(!_0xdfc58f){const {borderBoxPointGroup:_0x4eae8b}=_0x130213[_0xa80503(0x390)](_0x2dccb2,_0x174a2f);if(_0x4eae8b[_0xa80503(0x2a8)]===0x0)continue;this[_0xa80503(0x3ba)](_0xee4f3d,_0x4eae8b,_0x430c52,_0x5d1250);}}}}}[_0x3b224c(0x215)](_0x702de,_0x56998b,_0x2d07fa,_0x242cb3,_0x299cfe){const _0x4324f6=_0x3b224c,_0x40eca5=this[_0x4324f6(0x535)](_0x56998b),{left:_0x581b55,top:_0x32f5d5,height:_0x5f57c2}=_0x40eca5,_0x5ce12f=this[_0x4324f6(0x489)](),_0x1fe30e=hs/_0x5ce12f,_0x18efe0=new K[(_0x4324f6(0x584))](st+a['Tools']['generateRandomId'](Ue),{'left':_0x581b55+_0x2d07fa-_0x1fe30e,'top':_0x32f5d5+_0x242cb3,'height':_0x5f57c2,'width':ls,'fill':_0x702de||K[_0x4324f6(0x4a5)](a[_0x4324f6(0x454)][_0x4324f6(0x3ee)],0x0),'strokeWidth':_0x1fe30e,'stroke':_s,'evented':!0x0});this[_0x4324f6(0x4ac)]=_0x18efe0,this[_0x4324f6(0x3cd)]['addObject'](_0x18efe0,J[_0x4324f6(0x2b4)]);const _0x54d108=new K[(_0x4324f6(0x584))](st+a[_0x4324f6(0x3b9)][_0x4324f6(0x143)](Ue),{'left':_0x581b55+_0x2d07fa-_0x1fe30e,'top':_0x32f5d5+_0x242cb3-rt/0x2,'height':rt,'width':rt,'fill':_0x702de||K[_0x4324f6(0x4a5)](a[_0x4324f6(0x454)]['black'],0x0),'strokeWidth':0x0,'stroke':_0x702de||K['getColor'](a[_0x4324f6(0x454)][_0x4324f6(0x3ee)],0x0),'evented':!0x1});this[_0x4324f6(0x43f)]=_0x54d108,this['_scene']['addObject'](_0x54d108,J[_0x4324f6(0x2b4)]);const _0x450fff=new ze(st+a[_0x4324f6(0x3b9)]['generateRandomId'](Ue),{'left':_0x581b55+_0x2d07fa-_0x1fe30e,'top':_0x32f5d5+_0x242cb3-Le,'text':_0x299cfe,'color':_0x702de});this[_0x4324f6(0x267)]=_0x450fff,this[_0x4324f6(0x3cd)]['addObject'](_0x450fff,J[_0x4324f6(0x2b4)]),this[_0x4324f6(0x2e0)]=!0x1;}[_0x3b224c(0x3f2)](){const _0x24a84d=_0x3b224c,_0x423e44=this['_anchor']['onPointerEnter$'][_0x24a84d(0x398)](()=>{this['_hover']=!0x0;}),_0x484cd7=this[_0x24a84d(0x4ac)]['onPointerLeave$'][_0x24a84d(0x398)](()=>{const _0x253457=_0x24a84d;this[_0x253457(0x3c8)]&&clearTimeout(this[_0x253457(0x3c8)]),this[_0x253457(0x3c8)]=setTimeout(()=>{const _0x371f2c=_0x253457;this[_0x371f2c(0x2e0)]=!0x1;},0x7d0);});return()=>{const _0x4c6d0e=_0x24a84d;_0x423e44[_0x4c6d0e(0x272)](),_0x484cd7['unsubscribe']();};}[_0x3b224c(0x3ba)](_0x949288,_0x128928,_0x1c4322,_0x33767f){const _0x902696=_0x3b224c,_0x13a444=new a[(_0x902696(0x536))](_0x949288)[_0x902696(0x306)](0.2)[_0x902696(0x54c)](),_0x2ff595=new K[(_0x902696(0x435))](as+a[_0x902696(0x3b9)][_0x902696(0x143)](Ue),{'pointsGroup':_0x128928,'fill':_0x13a444||K[_0x902696(0x4a5)](a[_0x902696(0x454)]['black'],0.2),'left':_0x1c4322,'top':_0x33767f,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x902696(0x2a6)]['push'](_0x2ff595),this[_0x902696(0x3cd)][_0x902696(0x1c3)](_0x2ff595,J[_0x902696(0x2b4)]);}[_0x3b224c(0x58b)](_0x34c42d,_0x2c065b,_0x23038b,_0x1626d6){const _0x171cea=_0x3b224c,_0x24cac5=new a[(_0x171cea(0x536))](_0x34c42d)['setAlpha'](0.2)['toRgbString'](),_0x27b4aa=new K['RegularPolygon'](cs+a[_0x171cea(0x3b9)]['generateRandomId'](Ue),{'pointsGroup':_0x2c065b,'fill':_0x24cac5||K['getColor'](a[_0x171cea(0x454)][_0x171cea(0x3ee)],0.2),'left':_0x23038b,'top':_0x1626d6,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x171cea(0x2a6)][_0x171cea(0x1a8)](_0x27b4aa),this[_0x171cea(0x3cd)][_0x171cea(0x1c3)](_0x27b4aa,J[_0x171cea(0x2b4)]);}[_0x3b224c(0x535)](_0x335fd7){const _0x288055=_0x335fd7[0x0],_0x138b30=_0x288055[0x0],_0xf22e56=_0x288055[0x2],{x:_0x11f375,y:_0x5d03eb}=_0x138b30,{x:_0x865380,y:_0x5a2737}=_0xf22e56;return{'left':_0x11f375,'top':_0x5d03eb,'width':_0x865380-_0x11f375,'height':_0x5a2737-_0x5d03eb};}[_0x3b224c(0x489)](){const _0x502d4f=_0x3b224c,{scaleX:_0x5685c0,scaleY:_0x5f1a73}=this[_0x502d4f(0x3cd)]['getAncestorScale']();return Math[_0x502d4f(0x384)](_0x5685c0,_0x5f1a73);}}var us=Object[_0x3b224c(0x209)],ds=Object['getOwnPropertyDescriptor'],fs=(_0x14cadc,_0x49ff8f,_0x2b30a6,_0x34624c)=>{const _0x22c630=_0x3b224c;for(var _0x68079c=_0x34624c>0x1?void 0x0:_0x34624c?ds(_0x49ff8f,_0x2b30a6):_0x49ff8f,_0x467aa3=_0x14cadc[_0x22c630(0x2a8)]-0x1,_0x49d51e;_0x467aa3>=0x0;_0x467aa3--)(_0x49d51e=_0x14cadc[_0x467aa3])&&(_0x68079c=(_0x34624c?_0x49d51e(_0x49ff8f,_0x2b30a6,_0x68079c):_0x49d51e(_0x68079c))||_0x68079c);return _0x34624c&&_0x68079c&&us(_0x49ff8f,_0x2b30a6,_0x68079c),_0x68079c;},je=(_0x5d2957,_0xbf20ac)=>(_0x4111ab,_0x45ecc4)=>_0xbf20ac(_0x4111ab,_0x45ecc4,_0x5d2957);let pt=class extends a[_0x3b224c(0x274)]{constructor(_0x37f8f7,_0x504221,_0x41f1b2,_0x5a000b,_0xe48888){const _0xf53ff6=_0x3b224c;super(),I(this,_0xf53ff6(0x175),[]),I(this,'_cursors',[]),(this[_0xf53ff6(0x343)]=_0x37f8f7,this[_0xf53ff6(0x465)]=_0x504221,this[_0xf53ff6(0x22b)]=_0x41f1b2,this['_commandService']=_0x5a000b,this['_themeService']=_0xe48888,this[_0xf53ff6(0x578)]());}[_0x3b224c(0x578)](){const _0x483c9a=_0x3b224c,_0x51047b=this['_context']['unitId'],_0x2be283=this[_0x483c9a(0x465)];this['disposeWithMe'](A[_0x483c9a(0x2ad)]([this['_collabCursorController']['getCollabCursors$'](_0x51047b),this[_0x483c9a(0x3c6)]['currentTheme$']])[_0x483c9a(0x3cc)](V[_0x483c9a(0x283)](([_0xf70c56,_0x5c39da])=>({'skeleton':_0x2be283[_0x483c9a(0x366)](),'cursors':[..._0xf70c56[_0x483c9a(0x3d7)]()][_0x483c9a(0x28c)](_0x54f5d4=>({..._0x54f5d4,'color':_0x5c39da[_0x54f5d4[_0x483c9a(0x3ab)]]}))})))[_0x483c9a(0x2de)](_0x2c6677=>{if(this['_removeCollabCursors'](),_0x2c6677){const {skeleton:_0xd4cd48,cursors:_0x565434}=_0x2c6677;this['_updateCollabCursors'](_0xd4cd48,_0x565434);}})),this[_0x483c9a(0x357)](),this['_initCommandExecutedListener']();}[_0x3b224c(0x17a)](_0x1bb616,_0x32d743){const _0x328b74=_0x3b224c,{scene:_0x12f82b,mainComponent:_0x15908f}=this[_0x328b74(0x343)],_0x1e9298=_0x32d743[_0x328b74(0x283)](_0x962ea8=>new Bt(_0x962ea8,_0x12f82b,_0x1bb616,_0x15908f));this[_0x328b74(0x175)]=_0x1e9298,this['_cursors']=_0x32d743;}[_0x3b224c(0x5bf)](){const _0x162618=_0x3b224c;this[_0x162618(0x4b8)]();const {scene:_0x17b56e,mainComponent:_0x184542}=this[_0x162618(0x343)],_0x1601e8=this[_0x162618(0x465)][_0x162618(0x366)](),_0x1cb0d9=this[_0x162618(0x41b)][_0x162618(0x283)](_0x31e5cb=>new Bt(_0x31e5cb,_0x17b56e,_0x1601e8,_0x184542));this[_0x162618(0x175)]=_0x1cb0d9;}['_removeCollabCursors'](){const _0x5aeb59=_0x3b224c;this[_0x5aeb59(0x175)][_0x5aeb59(0x54f)](_0x7798e1=>_0x7798e1[_0x5aeb59(0x2fa)]()),this[_0x5aeb59(0x175)]=[];}[_0x3b224c(0x2ba)](){const _0x3cea42=_0x3b224c,_0x9d0e28=[J[_0x3cea42(0x406)]['id']];this[_0x3cea42(0x220)](this['_commandService'][_0x3cea42(0x3fe)](_0x184d5d=>{const _0x578ead=_0x3cea42;_0x9d0e28[_0x578ead(0x254)](_0x184d5d['id'])&&_0x184d5d[_0x578ead(0x2be)][_0x578ead(0x242)]===this[_0x578ead(0x343)][_0x578ead(0x242)]&&this[_0x578ead(0x5bf)]();}));}[_0x3b224c(0x357)](){const _0x385b1a=_0x3b224c;this['disposeWithMe'](a[_0x385b1a(0x518)](this[_0x385b1a(0x343)][_0x385b1a(0x550)]['onTransformChange$'])[_0x385b1a(0x3cc)](V[_0x385b1a(0x567)](_0x5b9ceb=>_0x5b9ceb[_0x385b1a(0x5bb)]===K['TRANSFORM_CHANGE_OBSERVABLE_TYPE']['resize']),V['throttleTime'](0x10))['subscribe'](()=>{this['_refreshCollabCursors']();}));}};pt=fs([je(0x1,a[_0x3b224c(0x556)](ye['DocSkeletonManagerService'])),je(0x2,a[_0x3b224c(0x556)](De)),je(0x3,a[_0x3b224c(0x3d4)]),je(0x4,a[_0x3b224c(0x556)](a[_0x3b224c(0x3e0)]))],pt);const vs=0x1,ms=1.5;class Sn extends K[_0x3b224c(0x234)]{constructor(_0x288f0a,_0x1da74b){const _0x26a145=_0x3b224c;super(_0x288f0a,_0x1da74b),I(this,'_color'),I(this,'_hovered',!0x1),I(this,'_range'),I(this,_0x26a145(0x1f8),''),I(this,_0x26a145(0x3fa),'top'),I(this,_0x26a145(0x51a)),(_0x1da74b&&this['setShapeProps'](_0x1da74b),this[_0x26a145(0x224)][_0x26a145(0x398)](()=>this[_0x26a145(0x49b)]({'hovered':!0x0})),this['onPointerLeave$']['subscribeEvent'](()=>this['setShapeProps']({'hovered':!0x1})));}['setShapeProps'](_0x5bc9e2){const _0x5c1e41=_0x3b224c;var _0x273859,_0x2d4348,_0x3a6996,_0x401b01,_0x4297a,_0xba60e2;this[_0x5c1e41(0x4e1)]=(_0x273859=_0x5bc9e2[_0x5c1e41(0x3ab)])!=null?_0x273859:this[_0x5c1e41(0x4e1)],this['_hovered']=(_0x2d4348=_0x5bc9e2['hovered'])!=null?_0x2d4348:this[_0x5c1e41(0x3e6)],this[_0x5c1e41(0x2b9)]=(_0x3a6996=_0x5bc9e2[_0x5c1e41(0x40c)])!=null?_0x3a6996:this[_0x5c1e41(0x2b9)],this['_name']=(_0x401b01=_0x5bc9e2[_0x5c1e41(0x513)])!=null?_0x401b01:this[_0x5c1e41(0x1f8)],this[_0x5c1e41(0x3fa)]=(_0x4297a=_0x5bc9e2[_0x5c1e41(0x389)])!=null?_0x4297a:this[_0x5c1e41(0x3fa)],this[_0x5c1e41(0x51a)]=(_0xba60e2=_0x5bc9e2[_0x5c1e41(0x5a2)])!=null?_0xba60e2:this[_0x5c1e41(0x51a)],this[_0x5c1e41(0x4f1)]({'width':_0x5bc9e2[_0x5c1e41(0x51f)],'height':_0x5bc9e2[_0x5c1e41(0x558)]});}[_0x3b224c(0x23e)](_0x4dc590){const _0x41d31e=_0x3b224c,{row:_0x4da132,column:_0x5ae962}=_0x4dc590;if(_0x4da132>=this[_0x41d31e(0x2b9)][_0x41d31e(0x1fd)]&&_0x4da132<=this['_range'][_0x41d31e(0x305)]&&_0x5ae962>=this['_range'][_0x41d31e(0x45b)]&&_0x5ae962<=this['_range'][_0x41d31e(0x1f6)]){this[_0x41d31e(0x49b)]({'hovered':!0x0});return;}this[_0x41d31e(0x49b)]({'hovered':!0x1});}[_0x3b224c(0x544)](_0x255128){return!0x1;}[_0x3b224c(0x29a)](_0x25c487){const _0x3908df=_0x3b224c;K[_0x3908df(0x584)][_0x3908df(0x28f)](_0x25c487,{'width':this['width'],'height':this[_0x3908df(0x558)],'strokeWidth':ms,'stroke':this[_0x3908df(0x4e1)],'evented':!0x1,'fill':this['_backgroundColor']}),this[_0x3908df(0x3e6)]&&(_0x25c487[_0x3908df(0x4ab)](),_0x25c487[_0x3908df(0x32a)](0x1,0x0,0x0,0x1,this[_0x3908df(0x51f)],this['_labelPosition']===_0x3908df(0x2f0)?0x0:-Le),ze['drawWith'](_0x25c487,{'text':this[_0x3908df(0x1f8)],'color':this[_0x3908df(0x4e1)]}),_0x25c487[_0x3908df(0x4fa)]());}}var Ss=Object['defineProperty'],ps=Object[_0x3b224c(0x233)],gs=(_0x3f9b38,_0x443374,_0x2e2c45,_0x4f331f)=>{for(var _0x2759d3=_0x4f331f>0x1?void 0x0:_0x4f331f?ps(_0x443374,_0x2e2c45):_0x443374,_0x1ad0ee=_0x3f9b38['length']-0x1,_0x4b292d;_0x1ad0ee>=0x0;_0x1ad0ee--)(_0x4b292d=_0x3f9b38[_0x1ad0ee])&&(_0x2759d3=(_0x4f331f?_0x4b292d(_0x443374,_0x2e2c45,_0x2759d3):_0x4b292d(_0x2759d3))||_0x2759d3);return _0x4f331f&&_0x2759d3&&Ss(_0x443374,_0x2e2c45,_0x2759d3),_0x2759d3;},ot=(_0x26459a,_0x31a434)=>(_0xb66bf8,_0x37ffa4)=>_0x31a434(_0xb66bf8,_0x37ffa4,_0x26459a);const Is=0x1389;let gt=class extends a['RxDisposable']{constructor(_0x400fad,_0xbb5c65,_0x5478af,_0x52de0f){const _0x184ed9=_0x3b224c;super(),I(this,'_cursors',new Set()),I(this,'_lastPointer',null),(this['_context']=_0x400fad,this[_0x184ed9(0x5cf)]=_0xbb5c65,this['_collabCursorController']=_0x5478af,this[_0x184ed9(0x3c6)]=_0x52de0f,this[_0x184ed9(0x578)]());}[_0x3b224c(0x578)](){const _0x1e6b0d=_0x3b224c;this[_0x1e6b0d(0x5cf)]['currentSkeleton$'][_0x1e6b0d(0x3cc)](V[_0x1e6b0d(0x58f)](this['dispose$']),V[_0x1e6b0d(0x314)](_0xe16bc4=>{const _0x598f7b=_0x1e6b0d;if(_0xe16bc4){const _0x41cbb4=_0xe16bc4[_0x598f7b(0x4dd)];return A[_0x598f7b(0x2ad)](this[_0x598f7b(0x22b)]['getCollabCursors$'](this[_0x598f7b(0x343)]['unitId']),this['_themeService'][_0x598f7b(0x19c)])['pipe'](V[_0x598f7b(0x283)](([_0x4ae378,_0x5cfc10])=>{const _0x24583d=_0x598f7b,_0x24d815=new Map();return _0x4ae378[_0x24583d(0x54f)]((_0x3a223d,_0x4c855f)=>{const _0x79385b=_0x24583d;if(_0x3a223d['sheetID']===_0x41cbb4){const _0x1383f4={..._0x3a223d};_0x1383f4[_0x79385b(0x3ab)]=_0x5cfc10[_0x3a223d[_0x79385b(0x3ab)]],_0x24d815['set'](_0x4c855f,_0x1383f4);}}),{'skeleton':_0xe16bc4,'cursors':_0x24d815};}));}return A['of']({'skeleton':null,'cursors':new Map()});}))[_0x1e6b0d(0x2de)](({skeleton:_0x345e30,cursors:_0xb172bb})=>{const _0x38ef7d=_0x1e6b0d;this[_0x38ef7d(0x4b8)](),_0x345e30&&this[_0x38ef7d(0x17a)](_0x345e30,_0xb172bb);}),this['_sheetSkeletonManagerService'][_0x1e6b0d(0x4fb)][_0x1e6b0d(0x2de)](_0x1344bb=>{const _0x6d2d97=_0x1e6b0d;if(_0x1344bb==null)return;const {skeleton:_0x2d62d0}=_0x1344bb,{scene:_0x861ae8}=this['_context'];_0x861ae8[_0x6d2d97(0x28e)][_0x6d2d97(0x398)](a[_0x6d2d97(0x1bb)](_0x43c946=>{const _0x1672b8=_0x6d2d97;var _0x29828b,_0x1d3216;const {offsetX:_0xd68e81,offsetY:_0x4edbd5}=_0x43c946,{x:_0x3c0b90,y:_0x5e434a}=_0x861ae8['getRelativeToViewportCoord'](K[_0x1672b8(0x263)][_0x1672b8(0x5ab)]([_0xd68e81,_0x4edbd5])),{scaleX:_0x33c5b6,scaleY:_0x21485a}=_0x861ae8[_0x1672b8(0x412)](),_0x18b022=_0x861ae8[_0x1672b8(0x139)](Re[_0x1672b8(0x184)][_0x1672b8(0x327)]),_0x20123b=_0x861ae8[_0x1672b8(0x1ab)](K[_0x1672b8(0x263)][_0x1672b8(0x5ab)]([_0x3c0b90,_0x5e434a]),_0x18b022),_0xee1f0b=_0x2d62d0[_0x1672b8(0x30b)](_0xd68e81,_0x4edbd5,_0x33c5b6,_0x21485a,_0x20123b);((_0x29828b=this['_lastPointer'])==null?void 0x0:_0x29828b['column'])===_0xee1f0b[_0x1672b8(0x381)]&&((_0x1d3216=this[_0x1672b8(0x411)])==null?void 0x0:_0x1d3216[_0x1672b8(0x2c8)])===_0xee1f0b[_0x1672b8(0x2c8)]||this[_0x1672b8(0x41b)][_0x1672b8(0x54f)](_0x38ff71=>{const _0x4ff73f=_0x1672b8;_0x38ff71[_0x4ff73f(0x23e)](_0xee1f0b);});},0x64));});}[_0x3b224c(0x17a)](_0x26bf5d,_0x4a8e4f){const _0x42ef74=_0x3b224c;var _0x8827cf;const _0x4d4863=(_0x8827cf=this[_0x42ef74(0x5cf)]['getCurrent']())==null?void 0x0:_0x8827cf[_0x42ef74(0x2ff)];if(!_0x4d4863)return;const _0x4c89e3=this[_0x42ef74(0x270)]();if(!_0x4c89e3)return;this['_cursors']['forEach'](_0x5be1f1=>{const _0x1f9dbb=_0x42ef74;_0x5be1f1[_0x1f9dbb(0x16b)]();});const {scene:_0x30bcf7}=_0x4c89e3,_0x243c4c=Cs(Array['from'](_0x4a8e4f['values']()))[_0x42ef74(0x283)](_0x2d5ec4=>{const _0x47d674=_0x42ef74,{color:_0xf62219,range:_0x1537b6,name:_0x404784,selection:_0x5b482,sheetID:_0x4e344d}=_0x2d5ec4,{startColumn:_0x954a16,startRow:_0x253a66,endColumn:_0x4643ed,endRow:_0x33773f}=_0x1537b6,_0x4da21c=Re[_0x47d674(0x29e)](_0x253a66,_0x954a16,_0x30bcf7,_0x4d4863),_0x4bed67=Re[_0x47d674(0x29e)](_0x33773f,_0x4643ed,_0x30bcf7,_0x4d4863),{columnHeaderHeightAndMarginTop:_0x3ba072}=_0x4d4863,{startX:_0x2b83bc,startY:_0x572e3a}=_0x4da21c,{endX:_0x3f87c0,endY:_0x239b54}=_0x4bed67,_0x3fa9f7=_0x3f87c0-_0x2b83bc,_0x1da103=_0x239b54-_0x572e3a,_0x1451ae={'labelPosition':_0x572e3a-_0x3ba072>=Le?'top':_0x47d674(0x2f0),'sheetID':_0x4e344d,'range':_0x1537b6,'color':_0xf62219,'name':_0x404784,'selection':_0x5b482,'left':_0x2b83bc,'top':_0x572e3a,'width':_0x3fa9f7,'height':_0x1da103,'evented':!0x1,'zIndex':Is};return new Sn(_0x404784,_0x1451ae);});_0x30bcf7[_0x42ef74(0x1fc)](_0x243c4c,vs),this[_0x42ef74(0x41b)]=new Set(_0x243c4c);}['_removeCollabCursors'](){const _0x3f946d=_0x3b224c;var _0x2bcebc;(_0x2bcebc=this['_cursors'])==null||_0x2bcebc[_0x3f946d(0x54f)](_0x541667=>_0x541667[_0x3f946d(0x2fa)]());}[_0x3b224c(0x270)](){const _0x2a4bac=_0x3b224c;return Re[_0x2a4bac(0x25e)](this[_0x2a4bac(0x343)][_0x2a4bac(0x479)],this['_context']);}};gt=gs([ot(0x1,a[_0x3b224c(0x556)](Re[_0x3b224c(0x23b)])),ot(0x2,a[_0x3b224c(0x556)](De)),ot(0x3,a[_0x3b224c(0x556)](a[_0x3b224c(0x3e0)]))],gt);function Cs(_0x179f7b){const _0x441c3f=_0x3b224c,_0xa95e3e=new Map();return _0x179f7b[_0x441c3f(0x54f)](_0xb180d5=>{const _0x3b5bfa=_0x441c3f;if(_0xa95e3e[_0x3b5bfa(0x339)](_0xb180d5[_0x3b5bfa(0x410)])){const _0x5b0083=_0xa95e3e[_0x3b5bfa(0x273)](_0xb180d5[_0x3b5bfa(0x410)]);_0x5b0083[_0x3b5bfa(0x513)]+=',\x20'+_0xb180d5[_0x3b5bfa(0x513)];}else _0xa95e3e['set'](_0xb180d5[_0x3b5bfa(0x410)],_0xb180d5);}),Array['from'](_0xa95e3e[_0x441c3f(0x3d7)]());}var X=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function xe(_0x398046){const _0x152d51=_0x3b224c;return _0x398046&&_0x398046[_0x152d51(0x18f)]&&Object[_0x152d51(0x1af)][_0x152d51(0x1fe)][_0x152d51(0x537)](_0x398046,_0x152d51(0x432))?_0x398046[_0x152d51(0x432)]:_0x398046;}var pn={'exports':{}},Xe={},Es=ae,bs=Symbol[_0x3b224c(0x13b)](_0x3b224c(0x471)),Ts=Symbol['for']('react.fragment'),Rs=Object[_0x3b224c(0x1af)][_0x3b224c(0x1fe)],ys=Es[_0x3b224c(0x5cb)][_0x3b224c(0x382)],Os={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function gn(_0x1794ac,_0x1408c4,_0x1a2532){const _0x51d866=_0x3b224c;var _0x3e5562,_0x3c8268={},_0x920ec2=null,_0x2fe045=null;_0x1a2532!==void 0x0&&(_0x920ec2=''+_0x1a2532),_0x1408c4[_0x51d866(0x217)]!==void 0x0&&(_0x920ec2=''+_0x1408c4[_0x51d866(0x217)]),_0x1408c4[_0x51d866(0x444)]!==void 0x0&&(_0x2fe045=_0x1408c4[_0x51d866(0x444)]);for(_0x3e5562 in _0x1408c4)Rs[_0x51d866(0x537)](_0x1408c4,_0x3e5562)&&!Os[_0x51d866(0x1fe)](_0x3e5562)&&(_0x3c8268[_0x3e5562]=_0x1408c4[_0x3e5562]);if(_0x1794ac&&_0x1794ac[_0x51d866(0x36b)]){for(_0x3e5562 in(_0x1408c4=_0x1794ac['defaultProps'],_0x1408c4))_0x3c8268[_0x3e5562]===void 0x0&&(_0x3c8268[_0x3e5562]=_0x1408c4[_0x3e5562]);}return{'$$typeof':bs,'type':_0x1794ac,'key':_0x920ec2,'ref':_0x2fe045,'props':_0x3c8268,'_owner':ys[_0x51d866(0x257)]};}Xe[_0x3b224c(0x5cd)]=Ts,Xe[_0x3b224c(0x5d7)]=gn,Xe[_0x3b224c(0x55e)]=gn,pn[_0x3b224c(0x2fc)]=Xe;var pe=pn[_0x3b224c(0x2fc)],Q=function(){const _0x315574=_0x3b224c;return Q=Object['assign']||function(_0x26b74f){const _0x500da4=_0x1276;for(var _0x4e2223,_0x178fec=0x1,_0x445863=arguments[_0x500da4(0x2a8)];_0x178fec<_0x445863;_0x178fec++){_0x4e2223=arguments[_0x178fec];for(var _0x4c3946 in _0x4e2223)Object[_0x500da4(0x1af)]['hasOwnProperty'][_0x500da4(0x537)](_0x4e2223,_0x4c3946)&&(_0x26b74f[_0x4c3946]=_0x4e2223[_0x4c3946]);}return _0x26b74f;},Q[_0x315574(0x44a)](this,arguments);},Ds=function(_0x309735,_0x29ba13){const _0x5ba027=_0x3b224c;var _0x2b70a0={};for(var _0x232185 in _0x309735)Object['prototype'][_0x5ba027(0x1fe)][_0x5ba027(0x537)](_0x309735,_0x232185)&&_0x29ba13[_0x5ba027(0x1a4)](_0x232185)<0x0&&(_0x2b70a0[_0x232185]=_0x309735[_0x232185]);if(_0x309735!=null&&typeof Object[_0x5ba027(0x360)]=='function'){for(var _0x5df417=0x0,_0x232185=Object['getOwnPropertySymbols'](_0x309735);_0x5df417<_0x232185[_0x5ba027(0x2a8)];_0x5df417++)_0x29ba13[_0x5ba027(0x1a4)](_0x232185[_0x5df417])<0x0&&Object[_0x5ba027(0x1af)][_0x5ba027(0x1f7)][_0x5ba027(0x537)](_0x309735,_0x232185[_0x5df417])&&(_0x2b70a0[_0x232185[_0x5df417]]=_0x309735[_0x232185[_0x5df417]]);}return _0x2b70a0;},Dt=ae[_0x3b224c(0x5b4)](function(_0xba1e31,_0x23fc4f){const _0x45d433=_0x3b224c;var _0x23103d=_0xba1e31[_0x45d433(0x24f)],_0x578574=_0xba1e31['id'],_0x455aff=_0xba1e31[_0x45d433(0x402)],_0x3ff208=_0xba1e31[_0x45d433(0x24d)],_0x4f5001=Ds(_0xba1e31,[_0x45d433(0x24f),'id',_0x45d433(0x402),_0x45d433(0x24d)]),_0x3fb147=_0x45d433(0x21a)[_0x45d433(0x198)](_0x578574,'\x20')[_0x45d433(0x198)](_0x455aff||'')['trim'](),_0x5cf082=ae[_0x45d433(0x55d)]('_'[_0x45d433(0x198)](Us()));return In(_0x23103d,''[_0x45d433(0x198)](_0x578574),{'defIds':_0x23103d['defIds'],'idSuffix':_0x5cf082[_0x45d433(0x257)]},Q({'ref':_0x23fc4f,'className':_0x3fb147},_0x4f5001),_0x3ff208);});function In(_0x53c8de,_0x8f4799,_0x16b5e4,_0x567b10,_0x3b711f){const _0x157ddb=_0x3b224c;return ae[_0x157ddb(0x48c)](_0x53c8de['tag'],Q(Q({'key':_0x8f4799},ws(_0x53c8de,_0x16b5e4,_0x3b711f)),_0x567b10),(Ps(_0x53c8de,_0x16b5e4)[_0x157ddb(0x40b)]||[])[_0x157ddb(0x283)](function(_0x38f080,_0xdef08b){const _0x440b26=_0x157ddb;return In(_0x38f080,''[_0x440b26(0x198)](_0x8f4799,'-')['concat'](_0x53c8de[_0x440b26(0x356)],'-')[_0x440b26(0x198)](_0xdef08b),_0x16b5e4,void 0x0,_0x3b711f);}));}function ws(_0x2e3b05,_0x1b352a,_0xe95068){const _0x1deae6=_0x3b224c;var _0x33ac7f=Q({},_0x2e3b05[_0x1deae6(0x5dd)]);_0xe95068!=null&&_0xe95068[_0x1deae6(0x286)]&&_0x33ac7f[_0x1deae6(0x1b7)]==='colorChannel1'&&(_0x33ac7f[_0x1deae6(0x1b7)]=_0xe95068[_0x1deae6(0x286)]);var _0x5a961b=_0x1b352a[_0x1deae6(0x3e7)];return!_0x5a961b||_0x5a961b[_0x1deae6(0x2a8)]===0x0||(_0x2e3b05[_0x1deae6(0x356)]==='use'&&_0x33ac7f[_0x1deae6(0x20c)]&&(_0x33ac7f[_0x1deae6(0x20c)]=_0x33ac7f['xlink:href']+_0x1b352a[_0x1deae6(0x3e2)]),Object[_0x1deae6(0x55c)](_0x33ac7f)[_0x1deae6(0x54f)](function(_0x3e020a){const _0x3f3d72=_0x1deae6;var _0x1901be=_0x3e020a[0x0],_0x11ff20=_0x3e020a[0x1];typeof _0x11ff20==_0x3f3d72(0x404)&&(_0x33ac7f[_0x1901be]=_0x11ff20[_0x3f3d72(0x424)](/url\(#(.*)\)/,'url(#$1'[_0x3f3d72(0x198)](_0x1b352a[_0x3f3d72(0x3e2)],')')));})),_0x33ac7f;}function Ps(_0x3e97bf,_0x3667ca){const _0x1e656e=_0x3b224c;var _0x469deb,_0x3b6bd8=_0x3667ca[_0x1e656e(0x3e7)];return!_0x3b6bd8||_0x3b6bd8[_0x1e656e(0x2a8)]===0x0?_0x3e97bf:_0x3e97bf[_0x1e656e(0x356)]==='defs'&&(!((_0x469deb=_0x3e97bf[_0x1e656e(0x40b)])===null||_0x469deb===void 0x0)&&_0x469deb[_0x1e656e(0x2a8)])?Q(Q({},_0x3e97bf),{'children':_0x3e97bf[_0x1e656e(0x40b)][_0x1e656e(0x283)](function(_0x4cc09c){const _0x37ffbc=_0x1e656e;return typeof _0x4cc09c[_0x37ffbc(0x5dd)]['id']==_0x37ffbc(0x404)&&_0x3b6bd8&&_0x3b6bd8[_0x37ffbc(0x1a4)](_0x4cc09c[_0x37ffbc(0x5dd)]['id'])>-0x1?Q(Q({},_0x4cc09c),{'attrs':Q(Q({},_0x4cc09c[_0x37ffbc(0x5dd)]),{'id':_0x4cc09c['attrs']['id']+_0x3667ca[_0x37ffbc(0x3e2)]})}):_0x4cc09c;})}):_0x3e97bf;}function Us(){const _0x416665=_0x3b224c;return Math['random']()[_0x416665(0x4cf)](0x24)[_0x416665(0x35b)](0x2,0x8);}Dt[_0x3b224c(0x5be)]=_0x3b224c(0x1e6);var Ms={'tag':'svg','attrs':{'fill':_0x3b224c(0x15c),'viewBox':_0x3b224c(0x1e8),'width':_0x3b224c(0x1cd),'height':'1em'},'children':[{'tag':'g','attrs':{'clipPath':_0x3b224c(0x37b)},'children':[{'tag':_0x3b224c(0x3ea),'attrs':{'stroke':'currentColor','d':_0x3b224c(0x38f),'strokeLinecap':_0x3b224c(0x593),'strokeLinejoin':_0x3b224c(0x593),'strokeWidth':1.2}}]},{'tag':_0x3b224c(0x294),'attrs':{},'children':[{'tag':_0x3b224c(0x21c),'attrs':{'id':_0x3b224c(0x30f)},'children':[{'tag':_0x3b224c(0x3ea),'attrs':{'fill':'#fff','d':_0x3b224c(0x39c)}}]}]}],'defIds':[_0x3b224c(0x30f)]},Cn=ae['forwardRef'](function(_0x46ba1c,_0x78fb59){const _0x229c05=_0x3b224c;return ae['createElement'](Dt,Object['assign']({},_0x46ba1c,{'id':_0x229c05(0x351),'ref':_0x78fb59,'icon':Ms}));});Cn['displayName']='OffLineSingle';var As={'tag':_0x3b224c(0x397),'attrs':{'fill':_0x3b224c(0x15c),'viewBox':_0x3b224c(0x49e),'width':'1em','height':'1em'},'children':[{'tag':'g','attrs':{'clipPath':_0x3b224c(0x203)},'children':[{'tag':_0x3b224c(0x3ea),'attrs':{'stroke':_0x3b224c(0x2bd),'d':_0x3b224c(0x5c0),'strokeLinecap':_0x3b224c(0x593),'strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':_0x3b224c(0x294),'attrs':{},'children':[{'tag':_0x3b224c(0x21c),'attrs':{'id':_0x3b224c(0x320)},'children':[{'tag':_0x3b224c(0x3ea),'attrs':{'fill':_0x3b224c(0x25d),'d':_0x3b224c(0x39c),'transform':_0x3b224c(0x3bc)}}]}]}],'defIds':[_0x3b224c(0x320)]},En=ae[_0x3b224c(0x5b4)](function(_0xf997fa,_0xcfae6b){const _0x53312e=_0x3b224c;return ae[_0x53312e(0x48c)](Dt,Object[_0x53312e(0x2cc)]({},_0xf997fa,{'id':_0x53312e(0x5b1),'ref':_0xcfae6b,'icon':As}));});En['displayName']=_0x3b224c(0x47f);function bn(_0x40a437){const _0x19cf8b=_0x3b224c;var _0x474435,_0x539897,_0x279360='';if(typeof _0x40a437=='string'||typeof _0x40a437==_0x19cf8b(0x1cb))_0x279360+=_0x40a437;else{if(typeof _0x40a437==_0x19cf8b(0x17b)){if(Array['isArray'](_0x40a437)){var _0x1846e=_0x40a437['length'];for(_0x474435=0x0;_0x474435<_0x1846e;_0x474435++)_0x40a437[_0x474435]&&(_0x539897=bn(_0x40a437[_0x474435]))&&(_0x279360&&(_0x279360+='\x20'),_0x279360+=_0x539897);}else{for(_0x539897 in _0x40a437)_0x40a437[_0x539897]&&(_0x279360&&(_0x279360+='\x20'),_0x279360+=_0x539897);}}}return _0x279360;}function Ns(){for(var _0x501f06,_0x43414a,_0x63902e=0x0,_0x4f6474='',_0x282d08=arguments['length'];_0x63902e<_0x282d08;_0x63902e++)(_0x501f06=arguments[_0x63902e])&&(_0x43414a=bn(_0x501f06))&&(_0x4f6474&&(_0x4f6474+='\x20'),_0x4f6474+=_0x43414a);return _0x4f6474;}const Ls=_0x3b224c(0x3de),xs=_0x3b224c(0x284),js=_0x3b224c(0x345),$s=_0x3b224c(0x595),Hs=_0x3b224c(0x4c2),Me={'onlineStatusIcon':Ls,'onlineStatusTitle':xs,'onlineStatus':js,'online':$s,'offline':Hs};function Bs(_0x439752){const _0x3e6603=_0x3b224c;switch(_0x439752){case q[_0x3e6603(0x4e2)]:return'collabStatus.offline';case q[_0x3e6603(0x34c)]:return _0x3e6603(0x568);case q['FETCH_MISS']:return _0x3e6603(0x33c);case q[_0x3e6603(0x200)]:return _0x3e6603(0x33d);case q[_0x3e6603(0x4b6)]:case q[_0x3e6603(0x546)]:return'collabStatus.syncing';case q[_0x3e6603(0x3fd)]:case q['PENDING']:return _0x3e6603(0x210);}}function Tn(_0x319167){const _0x1583c6=_0x3b224c,{status$:_0x5ed915}=_0x319167,_0x4886e8=ee[_0x1583c6(0x421)](_0x5ed915,q[_0x1583c6(0x200)]),_0x14bb2c=a[_0x1583c6(0x35a)](a[_0x1583c6(0x4ae)]),_0x54c6eb=a[_0x1583c6(0x35a)](exports[_0x1583c6(0x5d8)]),_0x48160f=_0x4886e8!==q[_0x1583c6(0x4e2)],_0x54b36d=_0x14bb2c['t'](Bs(_0x4886e8)),_0x4a1bc9=Ns(Me[_0x1583c6(0x3f8)],{[Me['online']]:_0x48160f,[Me['offline']]:!_0x48160f}),_0x36bf69=_0x48160f?pe['jsx'](En,{}):pe['jsx'](Cn,{}),_0x4176b1=ae['useCallback'](()=>{const _0x27859c=_0x1583c6;_0x48160f||_0x54c6eb[_0x27859c(0x365)]();},[_0x48160f,_0x54c6eb]);function _0x4c4228(){const _0x79f8ea=_0x1583c6;return pe[_0x79f8ea(0x55e)](_0x79f8ea(0x589),{'className':_0x4a1bc9,'onClick':_0x4176b1,'children':[pe['jsx']('div',{'className':Me[_0x79f8ea(0x300)],'children':_0x36bf69}),pe['jsx'](_0x79f8ea(0x589),{'className':Me[_0x79f8ea(0x487)],'children':_0x54b36d})]});}return _0x48160f?_0x4c4228():pe[_0x1583c6(0x5d7)](ge[_0x1583c6(0x4d3)],{'title':_0x14bb2c['t'](_0x1583c6(0x3b3)),'children':_0x4c4228()});}var ks=Object['defineProperty'],Ws=Object[_0x3b224c(0x233)],Fs=(_0x408436,_0x539f61,_0x1757e7,_0x24f1d1)=>{const _0x50d89c=_0x3b224c;for(var _0x4e0c34=_0x24f1d1>0x1?void 0x0:_0x24f1d1?Ws(_0x539f61,_0x1757e7):_0x539f61,_0x80e3a4=_0x408436[_0x50d89c(0x2a8)]-0x1,_0x353fb7;_0x80e3a4>=0x0;_0x80e3a4--)(_0x353fb7=_0x408436[_0x80e3a4])&&(_0x4e0c34=(_0x24f1d1?_0x353fb7(_0x539f61,_0x1757e7,_0x4e0c34):_0x353fb7(_0x4e0c34))||_0x4e0c34);return _0x24f1d1&&_0x4e0c34&&ks(_0x539f61,_0x1757e7,_0x4e0c34),_0x4e0c34;},$e=(_0x567b9c,_0x3e1e20)=>(_0x45726b,_0x14fc23)=>_0x3e1e20(_0x45726b,_0x14fc23,_0x567b9c);exports['DesktopCollaborationStatusDisplayController']=class extends a[_0x3b224c(0x52b)]{constructor(_0xe25194,_0x13261c,_0x2e4783,_0x53f3e5){const _0x8972b0=_0x3b224c;super(),I(this,_0x8972b0(0x183),new A[(_0x8972b0(0x33e))](q[_0x8972b0(0x200)])),(this[_0x8972b0(0x15e)]=_0xe25194,this[_0x8972b0(0x355)]=_0x13261c,this[_0x8972b0(0x495)]=_0x2e4783,this['_collaborationController']=_0x53f3e5,this[_0x8972b0(0x43d)](),this[_0x8972b0(0x22c)]());}[_0x3b224c(0x22c)](){const _0x2cc1b1=_0x3b224c;this[_0x2cc1b1(0x220)](this['_univerInstanceService']['focused$']['pipe'](A[_0x2cc1b1(0x314)](()=>{const _0x488cd8=_0x2cc1b1,_0x22dcbb=this[_0x488cd8(0x15e)]['getFocusedUnit']();return _0x22dcbb?this[_0x488cd8(0x348)]['getCollabEntity$'](_0x22dcbb[_0x488cd8(0x22d)]()):A['of'](null);}),A[_0x2cc1b1(0x314)](_0x31e914=>_0x31e914?_0x31e914['status$']:A['of'](q[_0x2cc1b1(0x200)])))[_0x2cc1b1(0x2de)](_0x35b9b1=>{const _0xa74f08=_0x2cc1b1;this[_0xa74f08(0x183)][_0xa74f08(0x1e1)](_0x35b9b1);}));}['_initStatusComponent'](){const _0x2119ce=_0x3b224c;this[_0x2119ce(0x220)](this[_0x2119ce(0x355)][_0x2119ce(0x548)](ee[_0x2119ce(0x49d)][_0x2119ce(0x571)],()=>a[_0x2119ce(0x3b2)](Vs({'status$':this[_0x2119ce(0x183)][_0x2119ce(0x4f7)]()}),this[_0x2119ce(0x495)])));}},exports[_0x3b224c(0x58a)]=Fs([$e(0x0,a['IUniverInstanceService']),$e(0x1,ee[_0x3b224c(0x36c)]),$e(0x2,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),$e(0x3,a[_0x3b224c(0x556)](exports[_0x3b224c(0x1d0)]))],exports[_0x3b224c(0x58a)]);function Vs(_0x363474){const {status$:_0x1ad0a2}=_0x363474;return function(){const _0x3fe37a=_0x1276;return pe[_0x3fe37a(0x5d7)](Tn,{'status$':_0x1ad0a2});};}const wt=a[_0x3b224c(0x2da)]('uni.network.url-service');var Gs=Object['defineProperty'],Ys=Object['getOwnPropertyDescriptor'],Ks=(_0x41f08a,_0x30a821,_0x452188,_0x3d5ec0)=>{const _0x31b5eb=_0x3b224c;for(var _0x6ede7f=_0x3d5ec0>0x1?void 0x0:_0x3d5ec0?Ys(_0x30a821,_0x452188):_0x30a821,_0x2a4d04=_0x41f08a[_0x31b5eb(0x2a8)]-0x1,_0x5de0b9;_0x2a4d04>=0x0;_0x2a4d04--)(_0x5de0b9=_0x41f08a[_0x2a4d04])&&(_0x6ede7f=(_0x3d5ec0?_0x5de0b9(_0x30a821,_0x452188,_0x6ede7f):_0x5de0b9(_0x6ede7f))||_0x6ede7f);return _0x3d5ec0&&_0x6ede7f&&Gs(_0x30a821,_0x452188,_0x6ede7f),_0x6ede7f;},Te=(_0x2b11c3,_0x4a906e)=>(_0x33e2fe,_0x3a9a82)=>_0x4a906e(_0x33e2fe,_0x3a9a82,_0x2b11c3);exports[_0x3b224c(0x151)]=class extends a[_0x3b224c(0x274)]{constructor(_0x4e0e0d,_0x4fbfe1,_0x5c6efc,_0x435404,_0x12e3f1,_0x58bcf4){const _0x57c098=_0x3b224c;super(),this[_0x57c098(0x361)]=_0x4e0e0d,this['_logService']=_0x4fbfe1,this['_commandService']=_0x5c6efc,this['_localCacheService']=_0x435404,this[_0x57c098(0x30c)]=_0x12e3f1,_0x58bcf4?_0x58bcf4==null||_0x58bcf4['whenReady']()[_0x57c098(0x55b)](()=>this[_0x57c098(0x578)]()):(this['_logService'][_0x57c098(0x241)]('[DataLoaderController]',_0x57c098(0x581)),this['_init']());}async[_0x3b224c(0x578)](){const _0x466149=_0x3b224c,_0x58d43b=this['_urlService'][_0x466149(0x48d)](_0x466149(0x479)),_0x4ab29a=this[_0x466149(0x361)][_0x466149(0x48d)]('type');if(!_0x58d43b||!_0x4ab29a){this['_logService'][_0x466149(0x241)]('[DataLoaderController]','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');return;}switch(Number(_0x4ab29a)){case ie['UNIVER_SHEET']:{const _0x37be45=await this[_0x466149(0x4ea)](_0x58d43b);this['_setupSubUnitSync'](_0x37be45);break;}case ie[_0x466149(0x508)]:{await this['_loadDoc'](_0x58d43b);break;}default:{this[_0x466149(0x13a)][_0x466149(0x423)]('[DataLoaderController]',_0x466149(0x23f));break;}}}async[_0x3b224c(0x4b5)](_0xfb8a8b){const _0x553a71=_0x3b224c;await this[_0x553a71(0x2f1)](_0xfb8a8b),_0xfb8a8b['activeSheet$'][_0x553a71(0x3cc)](A['takeUntil'](this[_0x553a71(0x19d)]))[_0x553a71(0x2de)](_0x29c1dd=>{const _0x49fd8d=_0x553a71;_0x29c1dd&&this[_0x49fd8d(0x2ae)](_0x29c1dd);}),this[_0x553a71(0x361)][_0x553a71(0x166)]['pipe'](A[_0x553a71(0x58f)](this[_0x553a71(0x19d)]))[_0x553a71(0x2de)](()=>this[_0x553a71(0x2f1)](_0xfb8a8b));}[_0x3b224c(0x2ae)](_0x2b5101,_0x2b9cef=!0x1){const _0x2ecd6b=_0x3b224c,_0x24c6b6=this[_0x2ecd6b(0x361)][_0x2ecd6b(0x48d)]('subunit');_0x2b5101['getSheetId']()!==_0x24c6b6&&this[_0x2ecd6b(0x361)]['setParam'](_0x2ecd6b(0x2a0),_0x2b5101[_0x2ecd6b(0x244)](),_0x2b9cef);}async[_0x3b224c(0x2f1)](_0x228c2f){const _0xbf11e0=_0x3b224c;var _0x33f240;const _0x1decb7=this[_0xbf11e0(0x361)]['getParam'](_0xbf11e0(0x2a0));if(!_0x1decb7||!_0x228c2f[_0xbf11e0(0x574)](_0x1decb7)){const _0x465e21=_0x228c2f[_0xbf11e0(0x388)]()[0x0],_0x4216e3=_0x228c2f[_0xbf11e0(0x574)](_0x465e21);if(!_0x4216e3)return;this[_0xbf11e0(0x2ae)](_0x4216e3,!0x0),await this[_0xbf11e0(0x2b1)][_0xbf11e0(0x5ad)](k['SetWorksheetActivateCommand']['id'],{'unitId':_0x228c2f['getUnitId'](),'subUnitId':_0x465e21});return;}((_0x33f240=_0x228c2f['getActiveSheet']())==null?void 0x0:_0x33f240[_0xbf11e0(0x244)]())!==_0x1decb7&&await this[_0xbf11e0(0x2b1)]['executeCommand'](k[_0xbf11e0(0x2e5)]['id'],{'unitId':_0x228c2f[_0xbf11e0(0x22d)](),'subUnitId':_0x1decb7});}async[_0x3b224c(0x4ea)](_0x395f46){const _0xa66a85=_0x3b224c;let _0x34c025=0x0;const _0x4d4362=await this[_0xa66a85(0x490)][_0xa66a85(0x2a3)](_0x395f46);return _0x4d4362&&(_0x4d4362[_0xa66a85(0x3c3)]||_0x4d4362['mutations']['length']!==0x0)&&(_0x34c025=_0x4d4362['rev']),_0x34c025===0x0&&this[_0xa66a85(0x13a)][_0xa66a85(0x241)](_0xa66a85(0x3da),_0xa66a85(0x3cf)),this[_0xa66a85(0x30c)]['loadSheet'](_0x395f46,_0x34c025);}async[_0x3b224c(0x2eb)](_0x1c362b){const _0xaf6d98=_0x3b224c;let _0x253444=0x0;const _0x3305a=await this[_0xaf6d98(0x490)][_0xaf6d98(0x2a3)](_0x1c362b);return _0x3305a&&(_0x3305a[_0xaf6d98(0x3c3)]||_0x3305a[_0xaf6d98(0x229)][_0xaf6d98(0x2a8)]!==0x0)&&(_0x253444=_0x3305a['rev']),_0x253444===0x0&&this[_0xaf6d98(0x13a)][_0xaf6d98(0x241)](_0xaf6d98(0x3da),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this[_0xaf6d98(0x30c)][_0xaf6d98(0x161)](_0x1c362b,_0x253444);}},exports['DataLoaderController']=Ks([Te(0x0,wt),Te(0x1,a[_0x3b224c(0x5ae)]),Te(0x2,a[_0x3b224c(0x3d4)]),Te(0x3,a['Inject'](exports[_0x3b224c(0x42a)])),Te(0x4,a[_0x3b224c(0x556)](S[_0x3b224c(0x171)])),Te(0x5,a[_0x3b224c(0x3e1)]($n[_0x3b224c(0x185)]))],exports[_0x3b224c(0x151)]);var qs=Object[_0x3b224c(0x209)],zs=Object[_0x3b224c(0x233)],Xs=(_0x2b7ca8,_0x3be938,_0x42621f,_0x28eee5)=>{const _0xa389bc=_0x3b224c;for(var _0x34e666=_0x28eee5>0x1?void 0x0:_0x28eee5?zs(_0x3be938,_0x42621f):_0x3be938,_0x4d88dd=_0x2b7ca8[_0xa389bc(0x2a8)]-0x1,_0x4de670;_0x4d88dd>=0x0;_0x4d88dd--)(_0x4de670=_0x2b7ca8[_0x4d88dd])&&(_0x34e666=(_0x28eee5?_0x4de670(_0x3be938,_0x42621f,_0x34e666):_0x4de670(_0x34e666))||_0x34e666);return _0x28eee5&&_0x34e666&&qs(_0x3be938,_0x42621f,_0x34e666),_0x34e666;},kt=(_0x25fd3b,_0x18e10f)=>(_0x25ebf3,_0x3512fc)=>_0x18e10f(_0x25ebf3,_0x3512fc,_0x25fd3b);const Js=_0x3b224c(0x1e3),Zs=_0x3b224c(0x2fd);let Ve=class extends a[_0x3b224c(0x52b)]{constructor(_0x4ff428,_0x1c26b9){const _0x5dce6b=_0x3b224c;super(),this[_0x5dce6b(0x15e)]=_0x4ff428,this[_0x5dce6b(0x142)]=_0x1c26b9,this[_0x5dce6b(0x578)]();}[_0x3b224c(0x578)](){const _0x3b1268=_0x3b224c;this['disposeWithMe'](this[_0x3b1268(0x15e)][_0x3b1268(0x5dc)][_0x3b1268(0x2de)](()=>{const _0x3b9f3f=_0x3b1268;var _0x231c4e;const _0x4ce2d4=this['_univerInstanceService'][_0x3b9f3f(0x499)]();let _0x6b707d=(_0x231c4e=this[_0x3b9f3f(0x142)][_0x3b9f3f(0x469)](Js))!=null?_0x231c4e:Zs;_0x4ce2d4 instanceof a['Workbook']&&(_0x6b707d=_0x4ce2d4[_0x3b9f3f(0x513)]),document[_0x3b9f3f(0x519)]=_0x6b707d;}));}};Ve=Xs([kt(0x0,a[_0x3b224c(0x5a1)]),kt(0x1,a['IConfigService'])],Ve);var Qs=Object[_0x3b224c(0x209)],er=Object[_0x3b224c(0x233)],tr=(_0x17b944,_0x389540,_0x4f04fb,_0x5e9bf1)=>{const _0x30d187=_0x3b224c;for(var _0xbb885f=_0x5e9bf1>0x1?void 0x0:_0x5e9bf1?er(_0x389540,_0x4f04fb):_0x389540,_0x5a805a=_0x17b944[_0x30d187(0x2a8)]-0x1,_0x436db5;_0x5a805a>=0x0;_0x5a805a--)(_0x436db5=_0x17b944[_0x5a805a])&&(_0xbb885f=(_0x5e9bf1?_0x436db5(_0x389540,_0x4f04fb,_0xbb885f):_0x436db5(_0xbb885f))||_0xbb885f);return _0x5e9bf1&&_0xbb885f&&Qs(_0x389540,_0x4f04fb,_0xbb885f),_0xbb885f;},at=(_0x164877,_0x58c5df)=>(_0x5003e7,_0x14d446)=>_0x58c5df(_0x5003e7,_0x14d446,_0x164877);let Ge=class{constructor(_0x2bc9fe,_0x4ae4f5,_0x422001){const _0x5b2914=_0x3b224c;this[_0x5b2914(0x142)]=_0x2bc9fe,this[_0x5b2914(0x4f3)]=_0x4ae4f5,this[_0x5b2914(0x422)]=_0x422001,this[_0x5b2914(0x20b)]();}[_0x3b224c(0x20b)](){const _0x4fac41=_0x3b224c;this[_0x4fac41(0x4f3)][_0x4fac41(0x517)]({'priority':0x1,'interceptor':(_0x258bda,_0x440d7c)=>_0x440d7c(_0x258bda)[_0x4fac41(0x3cc)](A[_0x4fac41(0x4cd)](async _0x1a7be4=>{const _0x5038ab=_0x4fac41,_0x3e2942=_0x1a7be4;if(_0x3e2942['status']===0x191&&window[_0x5038ab(0x20d)](this[_0x5038ab(0x422)]['t'](_0x5038ab(0x440)))){const _0x5ae6ea=window[_0x5038ab(0x1cf)](window[_0x5038ab(0x3c2)]['href']);window[_0x5038ab(0x3c2)][_0x5038ab(0x27d)]=this[_0x5038ab(0x56b)]()+_0x5038ab(0x246)+_0x5ae6ea;}return _0x3e2942;}))});}[_0x3b224c(0x56b)](){const _0x49e17c=_0x3b224c;var _0x2f821f,_0x2cf52a;const _0x508421=this[_0x49e17c(0x142)]['getConfig'](an),_0x48188c=this[_0x49e17c(0x142)][_0x49e17c(0x469)](te);return(_0x2cf52a=(_0x2f821f=_0x48188c==null?void 0x0:_0x48188c['loginUrlKey'])!=null?_0x2f821f:_0x508421)!=null?_0x2cf52a:qn;}};Ge=tr([at(0x0,a[_0x3b224c(0x160)]),at(0x1,a[_0x3b224c(0x556)](Z[_0x3b224c(0x15d)])),at(0x2,a['Inject'](a[_0x3b224c(0x4ae)]))],Ge);var nr=Object[_0x3b224c(0x209)],ir=Object[_0x3b224c(0x233)],sr=(_0x2aa440,_0x3f2dc1,_0x3a84f0,_0x45068e)=>{for(var _0x2a2153=_0x45068e>0x1?void 0x0:_0x45068e?ir(_0x3f2dc1,_0x3a84f0):_0x3f2dc1,_0x52cea8=_0x2aa440['length']-0x1,_0x507faf;_0x52cea8>=0x0;_0x52cea8--)(_0x507faf=_0x2aa440[_0x52cea8])&&(_0x2a2153=(_0x45068e?_0x507faf(_0x3f2dc1,_0x3a84f0,_0x2a2153):_0x507faf(_0x2a2153))||_0x2a2153);return _0x45068e&&_0x2a2153&&nr(_0x3f2dc1,_0x3a84f0,_0x2a2153),_0x2a2153;},Wt=(_0x449411,_0x1ec1ef)=>(_0x52e356,_0x480455)=>_0x1ec1ef(_0x52e356,_0x480455,_0x449411);const Rn='AUTHZ_URL_KEY',rr=_0x3b224c(0x26c);exports['AuthzIoHttpService']=class extends a['Disposable']{constructor(_0x2123ec,_0x129630){const _0x5071e8=_0x3b224c;super(),this[_0x5071e8(0x461)]=_0x2123ec,this[_0x5071e8(0x142)]=_0x129630,this[_0x5071e8(0x26f)]();}['_initMergeInterceptor'](){const _0x57b4ba=_0x3b224c,_0x3b61ef=this;this[_0x57b4ba(0x220)](this[_0x57b4ba(0x461)]['registerHTTPInterceptor']({'priority':0x3e7,'interceptor':Z[_0x57b4ba(0x18a)]({'isMatch'(_0x4b31e){const _0x334845=_0x57b4ba;var _0x8886b;if(_0x4b31e[_0x334845(0x295)]===_0x334845(0x17e)&&((_0x8886b=_0x4b31e[_0x334845(0x5df)])!=null&&_0x8886b[_0x334845(0x4ce)])){const {objectID:_0x38a6be,objectType:_0x2f29d4}=_0x4b31e[_0x334845(0x5df)]['body']||{};if(!_0x38a6be||_0x2f29d4===void 0x0)return!0x1;const _0x48f07e=_0x3b61ef['_getAPIPrefixPath']()+'/'+_0x2f29d4+'/object/'+_0x38a6be+_0x334845(0x150);if(_0x4b31e[_0x334845(0x47a)]===_0x48f07e)return!0x0;}return!0x1;},'getParamsFromRequest'(_0xef08d4){const _0x2c7dc2=_0x57b4ba;var _0x51d033;return(_0x51d033=_0xef08d4[_0x2c7dc2(0x5df)])==null?void 0x0:_0x51d033[_0x2c7dc2(0x4ce)];},'mergeParamsToRequest'(_0x35f389,_0x450135){const _0x47d3a2=_0x57b4ba,_0x1863e4=_0x3b61ef[_0x47d3a2(0x374)]()+'/-/object/-/batch_allowed',_0xc391fd=_0x35f389[_0x47d3a2(0x5b7)]((_0x3fe96b,_0x5aa58b)=>{const _0x2cb9ef=_0x47d3a2,{unitID:_0x4e02de,objectID:_0x2e4593,objectType:_0x104950,actions:_0x3730a3}=_0x5aa58b;return _0x3fe96b[_0x4e02de]||(_0x3fe96b[_0x4e02de]={}),_0x3fe96b[_0x4e02de][_0x2e4593]||(_0x3fe96b[_0x4e02de][_0x2e4593]={'objectID':_0x2e4593,'objectType':_0x104950,'actions':[]}),_0x3fe96b[_0x4e02de][_0x2e4593][_0x2cb9ef(0x1f0)]['push'](..._0x3730a3),_0x3fe96b;},{}),_0x4f88fa=[];for(const _0x24c427 in _0xc391fd)for(const _0x348e3c in _0xc391fd[_0x24c427]){const {actions:_0x52adbc,objectType:_0x31837f}=_0xc391fd[_0x24c427][_0x348e3c],_0x35a1af=[...new Set(_0x52adbc)];_0x4f88fa[_0x47d3a2(0x1a8)]({'unitID':_0x24c427,'objectID':_0x348e3c,'objectType':_0x31837f,'actions':_0x35a1af});}return new Z[(_0x47d3a2(0x26e))](_0x47d3a2(0x17e),_0x1863e4,{'headers':_0x450135['headers'],'withCredentials':_0x450135['withCredentials'],'responseType':_0x450135[_0x47d3a2(0x37c)],'body':{'requests':_0x4f88fa}});}},{'distributeResult'(_0x3da413,_0x57144b){const _0x5ece46=_0x57b4ba,{objectActions:_0x315f86}=_0x3da413;return _0x57144b[_0x5ece46(0x283)](_0xea0289=>{const _0x6930cd=_0x5ece46,{unitID:_0x2c36a2,objectID:_0x4d8c0b,actions:_0x5ce6eb}=_0xea0289,_0x10be38=_0x315f86[_0x6930cd(0x474)](_0x1f93a5=>_0x1f93a5[_0x6930cd(0x236)]===_0x2c36a2&&_0x1f93a5[_0x6930cd(0x313)]===_0x4d8c0b),_0x57e7be=_0x5ce6eb['map'](_0x447c2c=>_0x10be38==null?void 0x0:_0x10be38[_0x6930cd(0x1f0)][_0x6930cd(0x474)](_0xe65695=>_0xe65695['action']===_0x447c2c))[_0x6930cd(0x567)](_0x2382c8=>!!_0x2382c8);return{'config':_0xea0289,'result':{'actions':_0x57e7be,'error':_0x3da413[_0x6930cd(0x423)]}};});}})}));}['_getAPIPrefixPath'](){const _0x1bc168=_0x3b224c;var _0x415d55,_0x226103;const _0x5403b0=this['_configService']['getConfig'](Rn),_0x352aba=this[_0x1bc168(0x142)][_0x1bc168(0x469)](te);return(_0x226103=(_0x415d55=_0x352aba==null?void 0x0:_0x352aba[_0x1bc168(0x1a2)])!=null?_0x415d55:_0x5403b0)!=null?_0x226103:rr;}async['create'](_0x16a6ec){const _0x48afd4=_0x3b224c,_0x53ee37=this[_0x48afd4(0x374)]()+'/'+_0x16a6ec[_0x48afd4(0x259)]+_0x48afd4(0x3c9);return(await this['_HTTPService']['post'](_0x53ee37,{'body':_0x16a6ec}))[_0x48afd4(0x4ce)][_0x48afd4(0x313)]||'';}async[_0x3b224c(0x18b)](_0x43e7d1){const _0x418b44=_0x3b224c,_0x41214d=this[_0x418b44(0x374)]()+_0x418b44(0x557);return(await this[_0x418b44(0x461)][_0x418b44(0x192)](_0x41214d,{'body':_0x43e7d1}))[_0x418b44(0x4ce)][_0x418b44(0x138)];}async[_0x3b224c(0x367)](_0x37d6a2){const _0x175ad0=_0x3b224c,_0x82a377=this[_0x175ad0(0x374)]()+'/'+_0x37d6a2[_0x175ad0(0x259)]+_0x175ad0(0x22a)+_0x37d6a2[_0x175ad0(0x313)];await this[_0x175ad0(0x461)][_0x175ad0(0x342)](_0x82a377,{'body':_0x37d6a2});}async[_0x3b224c(0x33b)](_0x1884a9){const _0x54112e=_0x3b224c,_0x29ac24=this[_0x54112e(0x374)]()+'/'+_0x1884a9[_0x54112e(0x259)]+_0x54112e(0x22a)+_0x1884a9['objectID']+_0x54112e(0x150);return(await this[_0x54112e(0x461)][_0x54112e(0x192)](_0x29ac24,{'body':_0x1884a9}))[_0x54112e(0x4ce)]['actions'];}async['batchAllowed'](_0x18cc32){const _0x2328b5=_0x3b224c,_0x20d544=this['_getAPIPrefixPath']()+_0x2328b5(0x27e);return(await this[_0x2328b5(0x461)][_0x2328b5(0x192)](_0x20d544,{'body':{'requests':_0x18cc32}}))[_0x2328b5(0x4ce)][_0x2328b5(0x1b5)];}async[_0x3b224c(0x4ee)](_0x1c3217){const _0x2e8006=_0x3b224c,_0x9413df=this[_0x2e8006(0x374)]()+'/'+_0x1c3217['objectType']+_0x2e8006(0x4fe),_0x32abf1=await this[_0x2e8006(0x461)][_0x2e8006(0x192)](_0x9413df,{'body':_0x1c3217});return{'roles':_0x32abf1[_0x2e8006(0x4ce)][_0x2e8006(0x482)],'actions':_0x32abf1[_0x2e8006(0x4ce)][_0x2e8006(0x1f0)]};}async[_0x3b224c(0x2f8)](_0xd894e5){const _0x5aa370=_0x3b224c,_0x2daeb3=this[_0x5aa370(0x374)]()+_0x5aa370(0x301);await this[_0x5aa370(0x461)][_0x5aa370(0x463)](_0x2daeb3,{'params':{'collaboratorID':_0xd894e5[_0x5aa370(0x5e2)],'objectID':_0xd894e5[_0x5aa370(0x313)],'unitID':_0xd894e5[_0x5aa370(0x236)]}});}async[_0x3b224c(0x22f)](_0x40ea76){const _0x45a21e=_0x3b224c,_0x1577ce=this['_getAPIPrefixPath']()+_0x45a21e(0x301);await this['_HTTPService'][_0x45a21e(0x5aa)](_0x1577ce,{'body':_0x40ea76});}async['createCollaborator'](_0x3817d0){const _0x56c382=_0x3b224c,_0x658c5a=this[_0x56c382(0x374)]()+'/collaborator';await this[_0x56c382(0x461)]['post'](_0x658c5a,{'body':_0x3817d0});}async[_0x3b224c(0x133)](_0x1b7eec){const _0x260379=_0x3b224c,_0x318c4b=this[_0x260379(0x374)]()+'/collaborator';return(await this[_0x260379(0x461)][_0x260379(0x273)](_0x318c4b,{'params':{'objectID':_0x1b7eec[_0x260379(0x313)],'unitID':_0x1b7eec[_0x260379(0x236)]}}))[_0x260379(0x4ce)][_0x260379(0x147)];}async[_0x3b224c(0x35f)](_0x283c71){const _0x139d37=_0x3b224c,_0x53141d=this[_0x139d37(0x374)]()+_0x139d37(0x301);await this[_0x139d37(0x461)][_0x139d37(0x342)](_0x53141d,{'body':_0x283c71});}},exports[_0x3b224c(0x511)]=sr([Wt(0x0,a[_0x3b224c(0x556)](Z[_0x3b224c(0x15d)])),Wt(0x1,a[_0x3b224c(0x556)](a['IConfigService']))],exports[_0x3b224c(0x511)]);var yn={'exports':{}};function or(_0x4fb42c){const _0x380f51=_0x3b224c;throw new Error(_0x380f51(0x4bb)+_0x4fb42c+_0x380f51(0x42b));}var ct={'exports':{}},Ft;function oe(){return Ft||(Ft=0x1,function(_0x26b7ed,_0x248825){(function(_0x3ce1d8,_0x2fd265){const _0x38ac79=_0x1276;_0x26b7ed[_0x38ac79(0x2fc)]=_0x2fd265();}(X,function(){var _0x4a9e22=_0x4a9e22||function(_0x14dc5f,_0x4e54f9){const _0x409e4f=_0x1276;var _0x4e153e;if(typeof window<'u'&&window['crypto']&&(_0x4e153e=window['crypto']),typeof self<'u'&&self[_0x409e4f(0x207)]&&(_0x4e153e=self['crypto']),typeof globalThis<'u'&&globalThis[_0x409e4f(0x207)]&&(_0x4e153e=globalThis[_0x409e4f(0x207)]),!_0x4e153e&&typeof window<'u'&&window[_0x409e4f(0x3eb)]&&(_0x4e153e=window[_0x409e4f(0x3eb)]),!_0x4e153e&&typeof X<'u'&&X[_0x409e4f(0x207)]&&(_0x4e153e=X[_0x409e4f(0x207)]),!_0x4e153e&&typeof or=='function')try{_0x4e153e=require('crypto');}catch{}var _0x251d92=function(){const _0x573a82=_0x409e4f;if(_0x4e153e){if(typeof _0x4e153e[_0x573a82(0x458)]==_0x573a82(0x554))try{return _0x4e153e[_0x573a82(0x458)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x4e153e[_0x573a82(0x4f6)]==_0x573a82(0x554))try{return _0x4e153e[_0x573a82(0x4f6)](0x4)[_0x573a82(0x293)]();}catch{}}throw new Error(_0x573a82(0x277));},_0x48bc3d=Object[_0x409e4f(0x4ec)]||(function(){function _0x88e223(){}return function(_0x48afe5){const _0x37e0ae=_0x1276;var _0x2c057b;return _0x88e223[_0x37e0ae(0x1af)]=_0x48afe5,_0x2c057b=new _0x88e223(),_0x88e223[_0x37e0ae(0x1af)]=null,_0x2c057b;};}()),_0x415ee6={},_0x199d5b=_0x415ee6[_0x409e4f(0x5af)]={},_0x56506f=_0x199d5b[_0x409e4f(0x1d9)]=(function(){return{'extend':function(_0xfbd65f){const _0x20011f=_0x1276;var _0x1e43db=_0x48bc3d(this);return _0xfbd65f&&_0x1e43db[_0x20011f(0x315)](_0xfbd65f),(!_0x1e43db[_0x20011f(0x1fe)](_0x20011f(0x20b))||this[_0x20011f(0x20b)]===_0x1e43db[_0x20011f(0x20b)])&&(_0x1e43db['init']=function(){const _0x3753eb=_0x20011f;_0x1e43db[_0x3753eb(0x2ee)]['init'][_0x3753eb(0x44a)](this,arguments);}),_0x1e43db[_0x20011f(0x20b)][_0x20011f(0x1af)]=_0x1e43db,_0x1e43db[_0x20011f(0x2ee)]=this,_0x1e43db;},'create':function(){const _0x1f893e=_0x1276;var _0x4b09fb=this['extend']();return _0x4b09fb[_0x1f893e(0x20b)][_0x1f893e(0x44a)](_0x4b09fb,arguments),_0x4b09fb;},'init':function(){},'mixIn':function(_0x52be11){const _0x36a6f2=_0x1276;for(var _0x66db55 in _0x52be11)_0x52be11[_0x36a6f2(0x1fe)](_0x66db55)&&(this[_0x66db55]=_0x52be11[_0x66db55]);_0x52be11[_0x36a6f2(0x1fe)](_0x36a6f2(0x4cf))&&(this[_0x36a6f2(0x4cf)]=_0x52be11[_0x36a6f2(0x4cf)]);},'clone':function(){const _0x24143b=_0x1276;return this[_0x24143b(0x20b)][_0x24143b(0x1af)][_0x24143b(0x24d)](this);}};}()),_0x196c5f=_0x199d5b[_0x409e4f(0x1e5)]=_0x56506f[_0x409e4f(0x24d)]({'init':function(_0x3be007,_0x2a00a9){const _0x56463b=_0x409e4f;_0x3be007=this[_0x56463b(0x222)]=_0x3be007||[],_0x2a00a9!=_0x4e54f9?this[_0x56463b(0x25c)]=_0x2a00a9:this['sigBytes']=_0x3be007[_0x56463b(0x2a8)]*0x4;},'toString':function(_0x3a9145){const _0x205a56=_0x409e4f;return(_0x3a9145||_0x4c4b0e)[_0x205a56(0x52a)](this);},'concat':function(_0xd5d088){const _0x36d884=_0x409e4f;var _0x3d0226=this[_0x36d884(0x222)],_0x3a2515=_0xd5d088[_0x36d884(0x222)],_0x4d1cea=this[_0x36d884(0x25c)],_0x88ca8d=_0xd5d088[_0x36d884(0x25c)];if(this[_0x36d884(0x338)](),_0x4d1cea%0x4)for(var _0x5c7936=0x0;_0x5c7936<_0x88ca8d;_0x5c7936++){var _0x542607=_0x3a2515[_0x5c7936>>>0x2]>>>0x18-_0x5c7936%0x4*0x8&0xff;_0x3d0226[_0x4d1cea+_0x5c7936>>>0x2]|=_0x542607<<0x18-(_0x4d1cea+_0x5c7936)%0x4*0x8;}else{for(var _0x59c136=0x0;_0x59c136<_0x88ca8d;_0x59c136+=0x4)_0x3d0226[_0x4d1cea+_0x59c136>>>0x2]=_0x3a2515[_0x59c136>>>0x2];}return this[_0x36d884(0x25c)]+=_0x88ca8d,this;},'clamp':function(){const _0x90658f=_0x409e4f;var _0x3d326c=this[_0x90658f(0x222)],_0x52b729=this['sigBytes'];_0x3d326c[_0x52b729>>>0x2]&=0xffffffff<<0x20-_0x52b729%0x4*0x8,_0x3d326c[_0x90658f(0x2a8)]=_0x14dc5f[_0x90658f(0x4b0)](_0x52b729/0x4);},'clone':function(){const _0x5930f0=_0x409e4f;var _0x1be674=_0x56506f['clone']['call'](this);return _0x1be674[_0x5930f0(0x222)]=this[_0x5930f0(0x222)]['slice'](0x0),_0x1be674;},'random':function(_0x54f458){const _0x304e41=_0x409e4f;for(var _0x1c4dcf=[],_0x21c76f=0x0;_0x21c76f<_0x54f458;_0x21c76f+=0x4)_0x1c4dcf[_0x304e41(0x1a8)](_0x251d92());return new _0x196c5f[(_0x304e41(0x20b))](_0x1c4dcf,_0x54f458);}}),_0x5f02cb=_0x415ee6[_0x409e4f(0x551)]={},_0x4c4b0e=_0x5f02cb[_0x409e4f(0x1ff)]={'stringify':function(_0x4137f0){const _0x419699=_0x409e4f;for(var _0x3e4593=_0x4137f0[_0x419699(0x222)],_0x1e7b36=_0x4137f0['sigBytes'],_0x1ba5ec=[],_0x3eca73=0x0;_0x3eca73<_0x1e7b36;_0x3eca73++){var _0x1b5ddf=_0x3e4593[_0x3eca73>>>0x2]>>>0x18-_0x3eca73%0x4*0x8&0xff;_0x1ba5ec['push']((_0x1b5ddf>>>0x4)[_0x419699(0x4cf)](0x10)),_0x1ba5ec[_0x419699(0x1a8)]((_0x1b5ddf&0xf)[_0x419699(0x4cf)](0x10));}return _0x1ba5ec[_0x419699(0x45e)]('');},'parse':function(_0x4c4466){const _0x4f9c35=_0x409e4f;for(var _0x167110=_0x4c4466[_0x4f9c35(0x2a8)],_0x41a5c3=[],_0x743df3=0x0;_0x743df3<_0x167110;_0x743df3+=0x2)_0x41a5c3[_0x743df3>>>0x3]|=parseInt(_0x4c4466[_0x4f9c35(0x50b)](_0x743df3,0x2),0x10)<<0x18-_0x743df3%0x8*0x4;return new _0x196c5f[(_0x4f9c35(0x20b))](_0x41a5c3,_0x167110/0x2);}},_0x232c51=_0x5f02cb[_0x409e4f(0x576)]={'stringify':function(_0x254c9b){const _0x293dc2=_0x409e4f;for(var _0x13c47b=_0x254c9b[_0x293dc2(0x222)],_0x18e717=_0x254c9b[_0x293dc2(0x25c)],_0x4f64b7=[],_0x4a306d=0x0;_0x4a306d<_0x18e717;_0x4a306d++){var _0x520bba=_0x13c47b[_0x4a306d>>>0x2]>>>0x18-_0x4a306d%0x4*0x8&0xff;_0x4f64b7[_0x293dc2(0x1a8)](String['fromCharCode'](_0x520bba));}return _0x4f64b7[_0x293dc2(0x45e)]('');},'parse':function(_0x42cd7f){const _0x841be1=_0x409e4f;for(var _0x13e4f8=_0x42cd7f[_0x841be1(0x2a8)],_0x47a5e7=[],_0x1deb84=0x0;_0x1deb84<_0x13e4f8;_0x1deb84++)_0x47a5e7[_0x1deb84>>>0x2]|=(_0x42cd7f[_0x841be1(0x501)](_0x1deb84)&0xff)<<0x18-_0x1deb84%0x4*0x8;return new _0x196c5f[(_0x841be1(0x20b))](_0x47a5e7,_0x13e4f8);}},_0x14b993=_0x5f02cb[_0x409e4f(0x4dc)]={'stringify':function(_0x5dac28){try{return decodeURIComponent(escape(_0x232c51['stringify'](_0x5dac28)));}catch{throw new Error('Malformed\x20UTF-8\x20data');}},'parse':function(_0x8f30a2){const _0x2599e7=_0x409e4f;return _0x232c51[_0x2599e7(0x3d3)](unescape(encodeURIComponent(_0x8f30a2)));}},_0x5b62fa=_0x199d5b[_0x409e4f(0x12f)]=_0x56506f['extend']({'reset':function(){const _0x5bbed1=_0x409e4f;this[_0x5bbed1(0x3b7)]=new _0x196c5f[(_0x5bbed1(0x20b))](),this['_nDataBytes']=0x0;},'_append':function(_0x1beaa7){const _0x4b8890=_0x409e4f;typeof _0x1beaa7==_0x4b8890(0x404)&&(_0x1beaa7=_0x14b993[_0x4b8890(0x3d3)](_0x1beaa7)),this[_0x4b8890(0x3b7)][_0x4b8890(0x198)](_0x1beaa7),this[_0x4b8890(0x51c)]+=_0x1beaa7[_0x4b8890(0x25c)];},'_process':function(_0x3764f5){const _0x1934ee=_0x409e4f;var _0x4da47f,_0x749f84=this[_0x1934ee(0x3b7)],_0x42d1bf=_0x749f84[_0x1934ee(0x222)],_0x190ebd=_0x749f84[_0x1934ee(0x25c)],_0x39a9f6=this['blockSize'],_0x4ea4ed=_0x39a9f6*0x4,_0x5211ca=_0x190ebd/_0x4ea4ed;_0x3764f5?_0x5211ca=_0x14dc5f[_0x1934ee(0x4b0)](_0x5211ca):_0x5211ca=_0x14dc5f['max']((_0x5211ca|0x0)-this['_minBufferSize'],0x0);var _0x4dd274=_0x5211ca*_0x39a9f6,_0x4b4e35=_0x14dc5f['min'](_0x4dd274*0x4,_0x190ebd);if(_0x4dd274){for(var _0x54d5b4=0x0;_0x54d5b4<_0x4dd274;_0x54d5b4+=_0x39a9f6)this[_0x1934ee(0x42c)](_0x42d1bf,_0x54d5b4);_0x4da47f=_0x42d1bf[_0x1934ee(0x45c)](0x0,_0x4dd274),_0x749f84['sigBytes']-=_0x4b4e35;}return new _0x196c5f['init'](_0x4da47f,_0x4b4e35);},'clone':function(){const _0x4a92ac=_0x409e4f;var _0x40e3e6=_0x56506f['clone'][_0x4a92ac(0x537)](this);return _0x40e3e6[_0x4a92ac(0x3b7)]=this[_0x4a92ac(0x3b7)]['clone'](),_0x40e3e6;},'_minBufferSize':0x0});_0x199d5b[_0x409e4f(0x442)]=_0x5b62fa['extend']({'cfg':_0x56506f[_0x409e4f(0x24d)](),'init':function(_0x6e3db3){const _0x33c644=_0x409e4f;this[_0x33c644(0x472)]=this[_0x33c644(0x472)][_0x33c644(0x24d)](_0x6e3db3),this[_0x33c644(0x1ec)]();},'reset':function(){const _0x36764a=_0x409e4f;_0x5b62fa[_0x36764a(0x1ec)][_0x36764a(0x537)](this),this[_0x36764a(0x492)]();},'update':function(_0x333156){const _0x19223d=_0x409e4f;return this['_append'](_0x333156),this[_0x19223d(0x3a9)](),this;},'finalize':function(_0x261a33){const _0x238e05=_0x409e4f;_0x261a33&&this['_append'](_0x261a33);var _0x5e7ebc=this[_0x238e05(0x2f6)]();return _0x5e7ebc;},'blockSize':0x10,'_createHelper':function(_0x27c29a){return function(_0x2e153a,_0xe45e88){return new _0x27c29a['init'](_0xe45e88)['finalize'](_0x2e153a);};},'_createHmacHelper':function(_0x5e4763){return function(_0x273615,_0x171222){const _0x317699=_0x1276;return new _0x42f986[(_0x317699(0x1ae))][(_0x317699(0x20b))](_0x5e4763,_0x171222)['finalize'](_0x273615);};}});var _0x42f986=_0x415ee6['algo']={};return _0x415ee6;}(Math);return _0x4a9e22;}));}(ct)),ct['exports'];}var lt={'exports':{}},Vt;function On(){return Vt||(Vt=0x1,function(_0x58a475,_0x573661){(function(_0x3f03fe,_0x166317){const _0x34bcbd=_0x1276;_0x58a475[_0x34bcbd(0x2fc)]=_0x166317(oe());}(X,function(_0x1fd3d5){const _0xce26b=_0x1276;return(function(){const _0x9fb5ee=_0x1276;var _0x556672=_0x1fd3d5,_0x359ccd=_0x556672['lib'],_0x48f066=_0x359ccd['WordArray'],_0x2eaec4=_0x556672[_0x9fb5ee(0x551)];_0x2eaec4[_0x9fb5ee(0x5d6)]={'stringify':function(_0x5cf252){const _0x1c17dc=_0x9fb5ee;var _0x58913a=_0x5cf252[_0x1c17dc(0x222)],_0x5c3508=_0x5cf252[_0x1c17dc(0x25c)],_0x326441=this[_0x1c17dc(0x3f9)];_0x5cf252['clamp']();for(var _0x38e437=[],_0x15b97c=0x0;_0x15b97c<_0x5c3508;_0x15b97c+=0x3)for(var _0x599d53=_0x58913a[_0x15b97c>>>0x2]>>>0x18-_0x15b97c%0x4*0x8&0xff,_0x5377b5=_0x58913a[_0x15b97c+0x1>>>0x2]>>>0x18-(_0x15b97c+0x1)%0x4*0x8&0xff,_0x1204f9=_0x58913a[_0x15b97c+0x2>>>0x2]>>>0x18-(_0x15b97c+0x2)%0x4*0x8&0xff,_0x1c2ee2=_0x599d53<<0x10|_0x5377b5<<0x8|_0x1204f9,_0x5aa06e=0x0;_0x5aa06e<0x4&&_0x15b97c+_0x5aa06e*0.75<_0x5c3508;_0x5aa06e++)_0x38e437['push'](_0x326441['charAt'](_0x1c2ee2>>>0x6*(0x3-_0x5aa06e)&0x3f));var _0x15e34f=_0x326441['charAt'](0x40);if(_0x15e34f){for(;_0x38e437[_0x1c17dc(0x2a8)]%0x4;)_0x38e437['push'](_0x15e34f);}return _0x38e437[_0x1c17dc(0x45e)]('');},'parse':function(_0x1dfadb){const _0x55a4c3=_0x9fb5ee;var _0xcf7748=_0x1dfadb[_0x55a4c3(0x2a8)],_0x3d1a8a=this['_map'],_0x52cabc=this[_0x55a4c3(0x42d)];if(!_0x52cabc){_0x52cabc=this[_0x55a4c3(0x42d)]=[];for(var _0x5c165b=0x0;_0x5c165b<_0x3d1a8a[_0x55a4c3(0x2a8)];_0x5c165b++)_0x52cabc[_0x3d1a8a[_0x55a4c3(0x501)](_0x5c165b)]=_0x5c165b;}var _0x1caa20=_0x3d1a8a[_0x55a4c3(0x46b)](0x40);if(_0x1caa20){var _0x2a2602=_0x1dfadb['indexOf'](_0x1caa20);_0x2a2602!==-0x1&&(_0xcf7748=_0x2a2602);}return _0x55b6a3(_0x1dfadb,_0xcf7748,_0x52cabc);},'_map':_0x9fb5ee(0x383)};function _0x55b6a3(_0x5e660f,_0xeed012,_0xd027c9){const _0x565a98=_0x9fb5ee;for(var _0x474a5d=[],_0x418685=0x0,_0x54863f=0x0;_0x54863f<_0xeed012;_0x54863f++)if(_0x54863f%0x4){var _0x1841a9=_0xd027c9[_0x5e660f[_0x565a98(0x501)](_0x54863f-0x1)]<<_0x54863f%0x4*0x2,_0x4b6f99=_0xd027c9[_0x5e660f[_0x565a98(0x501)](_0x54863f)]>>>0x6-_0x54863f%0x4*0x2,_0x150de2=_0x1841a9|_0x4b6f99;_0x474a5d[_0x418685>>>0x2]|=_0x150de2<<0x18-_0x418685%0x4*0x8,_0x418685++;}return _0x48f066['create'](_0x474a5d,_0x418685);}}()),_0x1fd3d5[_0xce26b(0x551)][_0xce26b(0x5d6)];}));}(lt)),lt['exports'];}var ht={'exports':{}},Gt;function ar(){const _0x30885b=_0x3b224c;return Gt||(Gt=0x1,function(_0x3372c9,_0x3fc529){(function(_0x228dea,_0xcfb842){const _0xbdf203=_0x1276;_0x3372c9[_0xbdf203(0x2fc)]=_0xcfb842(oe());}(X,function(_0x1fcbc1){const _0x338fe2=_0x1276;return function(_0x3e7cfa){const _0x599b2a=_0x1276;var _0x5295c5=_0x1fcbc1,_0x34f142=_0x5295c5[_0x599b2a(0x5af)],_0x22c1ff=_0x34f142[_0x599b2a(0x1e5)],_0x3f2a40=_0x34f142[_0x599b2a(0x442)],_0x4dd83f=_0x5295c5[_0x599b2a(0x4da)],_0x574020=[];(function(){const _0x5d2bca=_0x599b2a;for(var _0x12d8f2=0x0;_0x12d8f2<0x40;_0x12d8f2++)_0x574020[_0x12d8f2]=_0x3e7cfa['abs'](_0x3e7cfa[_0x5d2bca(0x39f)](_0x12d8f2+0x1))*0x100000000|0x0;}());var _0x403c3d=_0x4dd83f[_0x599b2a(0x258)]=_0x3f2a40[_0x599b2a(0x24d)]({'_doReset':function(){const _0x2f90ba=_0x599b2a;this[_0x2f90ba(0x400)]=new _0x22c1ff[(_0x2f90ba(0x20b))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x1edfe1,_0x242a58){const _0x2a1d4f=_0x599b2a;for(var _0x110451=0x0;_0x110451<0x10;_0x110451++){var _0x3f7bf1=_0x242a58+_0x110451,_0x3746cd=_0x1edfe1[_0x3f7bf1];_0x1edfe1[_0x3f7bf1]=(_0x3746cd<<0x8|_0x3746cd>>>0x18)&0xff00ff|(_0x3746cd<<0x18|_0x3746cd>>>0x8)&0xff00ff00;}var _0x126367=this[_0x2a1d4f(0x400)][_0x2a1d4f(0x222)],_0x4547d2=_0x1edfe1[_0x242a58+0x0],_0x169df6=_0x1edfe1[_0x242a58+0x1],_0x1a9624=_0x1edfe1[_0x242a58+0x2],_0x3d7e29=_0x1edfe1[_0x242a58+0x3],_0x2889db=_0x1edfe1[_0x242a58+0x4],_0x2581f8=_0x1edfe1[_0x242a58+0x5],_0x6f7953=_0x1edfe1[_0x242a58+0x6],_0x259d7e=_0x1edfe1[_0x242a58+0x7],_0x2b4246=_0x1edfe1[_0x242a58+0x8],_0x1ab447=_0x1edfe1[_0x242a58+0x9],_0x599c2b=_0x1edfe1[_0x242a58+0xa],_0x486f56=_0x1edfe1[_0x242a58+0xb],_0x40cc2b=_0x1edfe1[_0x242a58+0xc],_0x42497f=_0x1edfe1[_0x242a58+0xd],_0x338cd1=_0x1edfe1[_0x242a58+0xe],_0x50e671=_0x1edfe1[_0x242a58+0xf],_0x3799fd=_0x126367[0x0],_0x175102=_0x126367[0x1],_0x3d7232=_0x126367[0x2],_0x3c3a8d=_0x126367[0x3];_0x3799fd=_0x177c49(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x4547d2,0x7,_0x574020[0x0]),_0x3c3a8d=_0x177c49(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x169df6,0xc,_0x574020[0x1]),_0x3d7232=_0x177c49(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x1a9624,0x11,_0x574020[0x2]),_0x175102=_0x177c49(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x3d7e29,0x16,_0x574020[0x3]),_0x3799fd=_0x177c49(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x2889db,0x7,_0x574020[0x4]),_0x3c3a8d=_0x177c49(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x2581f8,0xc,_0x574020[0x5]),_0x3d7232=_0x177c49(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x6f7953,0x11,_0x574020[0x6]),_0x175102=_0x177c49(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x259d7e,0x16,_0x574020[0x7]),_0x3799fd=_0x177c49(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x2b4246,0x7,_0x574020[0x8]),_0x3c3a8d=_0x177c49(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x1ab447,0xc,_0x574020[0x9]),_0x3d7232=_0x177c49(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x599c2b,0x11,_0x574020[0xa]),_0x175102=_0x177c49(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x486f56,0x16,_0x574020[0xb]),_0x3799fd=_0x177c49(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x40cc2b,0x7,_0x574020[0xc]),_0x3c3a8d=_0x177c49(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x42497f,0xc,_0x574020[0xd]),_0x3d7232=_0x177c49(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x338cd1,0x11,_0x574020[0xe]),_0x175102=_0x177c49(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x50e671,0x16,_0x574020[0xf]),_0x3799fd=_0x15e947(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x169df6,0x5,_0x574020[0x10]),_0x3c3a8d=_0x15e947(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x6f7953,0x9,_0x574020[0x11]),_0x3d7232=_0x15e947(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x486f56,0xe,_0x574020[0x12]),_0x175102=_0x15e947(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x4547d2,0x14,_0x574020[0x13]),_0x3799fd=_0x15e947(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x2581f8,0x5,_0x574020[0x14]),_0x3c3a8d=_0x15e947(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x599c2b,0x9,_0x574020[0x15]),_0x3d7232=_0x15e947(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x50e671,0xe,_0x574020[0x16]),_0x175102=_0x15e947(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x2889db,0x14,_0x574020[0x17]),_0x3799fd=_0x15e947(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x1ab447,0x5,_0x574020[0x18]),_0x3c3a8d=_0x15e947(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x338cd1,0x9,_0x574020[0x19]),_0x3d7232=_0x15e947(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7e29,0xe,_0x574020[0x1a]),_0x175102=_0x15e947(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x2b4246,0x14,_0x574020[0x1b]),_0x3799fd=_0x15e947(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x42497f,0x5,_0x574020[0x1c]),_0x3c3a8d=_0x15e947(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x1a9624,0x9,_0x574020[0x1d]),_0x3d7232=_0x15e947(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x259d7e,0xe,_0x574020[0x1e]),_0x175102=_0x15e947(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x40cc2b,0x14,_0x574020[0x1f]),_0x3799fd=_0x56ae57(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x2581f8,0x4,_0x574020[0x20]),_0x3c3a8d=_0x56ae57(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x2b4246,0xb,_0x574020[0x21]),_0x3d7232=_0x56ae57(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x486f56,0x10,_0x574020[0x22]),_0x175102=_0x56ae57(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x338cd1,0x17,_0x574020[0x23]),_0x3799fd=_0x56ae57(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x169df6,0x4,_0x574020[0x24]),_0x3c3a8d=_0x56ae57(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x2889db,0xb,_0x574020[0x25]),_0x3d7232=_0x56ae57(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x259d7e,0x10,_0x574020[0x26]),_0x175102=_0x56ae57(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x599c2b,0x17,_0x574020[0x27]),_0x3799fd=_0x56ae57(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x42497f,0x4,_0x574020[0x28]),_0x3c3a8d=_0x56ae57(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x4547d2,0xb,_0x574020[0x29]),_0x3d7232=_0x56ae57(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7e29,0x10,_0x574020[0x2a]),_0x175102=_0x56ae57(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x6f7953,0x17,_0x574020[0x2b]),_0x3799fd=_0x56ae57(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x1ab447,0x4,_0x574020[0x2c]),_0x3c3a8d=_0x56ae57(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x40cc2b,0xb,_0x574020[0x2d]),_0x3d7232=_0x56ae57(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x50e671,0x10,_0x574020[0x2e]),_0x175102=_0x56ae57(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x1a9624,0x17,_0x574020[0x2f]),_0x3799fd=_0x358f1e(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x4547d2,0x6,_0x574020[0x30]),_0x3c3a8d=_0x358f1e(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x259d7e,0xa,_0x574020[0x31]),_0x3d7232=_0x358f1e(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x338cd1,0xf,_0x574020[0x32]),_0x175102=_0x358f1e(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x2581f8,0x15,_0x574020[0x33]),_0x3799fd=_0x358f1e(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x40cc2b,0x6,_0x574020[0x34]),_0x3c3a8d=_0x358f1e(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x3d7e29,0xa,_0x574020[0x35]),_0x3d7232=_0x358f1e(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x599c2b,0xf,_0x574020[0x36]),_0x175102=_0x358f1e(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x169df6,0x15,_0x574020[0x37]),_0x3799fd=_0x358f1e(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x2b4246,0x6,_0x574020[0x38]),_0x3c3a8d=_0x358f1e(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x50e671,0xa,_0x574020[0x39]),_0x3d7232=_0x358f1e(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x6f7953,0xf,_0x574020[0x3a]),_0x175102=_0x358f1e(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x42497f,0x15,_0x574020[0x3b]),_0x3799fd=_0x358f1e(_0x3799fd,_0x175102,_0x3d7232,_0x3c3a8d,_0x2889db,0x6,_0x574020[0x3c]),_0x3c3a8d=_0x358f1e(_0x3c3a8d,_0x3799fd,_0x175102,_0x3d7232,_0x486f56,0xa,_0x574020[0x3d]),_0x3d7232=_0x358f1e(_0x3d7232,_0x3c3a8d,_0x3799fd,_0x175102,_0x1a9624,0xf,_0x574020[0x3e]),_0x175102=_0x358f1e(_0x175102,_0x3d7232,_0x3c3a8d,_0x3799fd,_0x1ab447,0x15,_0x574020[0x3f]),_0x126367[0x0]=_0x126367[0x0]+_0x3799fd|0x0,_0x126367[0x1]=_0x126367[0x1]+_0x175102|0x0,_0x126367[0x2]=_0x126367[0x2]+_0x3d7232|0x0,_0x126367[0x3]=_0x126367[0x3]+_0x3c3a8d|0x0;},'_doFinalize':function(){const _0x4f2d58=_0x599b2a;var _0x36fec4=this[_0x4f2d58(0x3b7)],_0x3ea60d=_0x36fec4['words'],_0x47c148=this['_nDataBytes']*0x8,_0x313e0e=_0x36fec4[_0x4f2d58(0x25c)]*0x8;_0x3ea60d[_0x313e0e>>>0x5]|=0x80<<0x18-_0x313e0e%0x20;var _0x49eea4=_0x3e7cfa[_0x4f2d58(0x318)](_0x47c148/0x100000000),_0x2949c1=_0x47c148;_0x3ea60d[(_0x313e0e+0x40>>>0x9<<0x4)+0xf]=(_0x49eea4<<0x8|_0x49eea4>>>0x18)&0xff00ff|(_0x49eea4<<0x18|_0x49eea4>>>0x8)&0xff00ff00,_0x3ea60d[(_0x313e0e+0x40>>>0x9<<0x4)+0xe]=(_0x2949c1<<0x8|_0x2949c1>>>0x18)&0xff00ff|(_0x2949c1<<0x18|_0x2949c1>>>0x8)&0xff00ff00,_0x36fec4[_0x4f2d58(0x25c)]=(_0x3ea60d['length']+0x1)*0x4,this[_0x4f2d58(0x3a9)]();for(var _0x5e108d=this[_0x4f2d58(0x400)],_0x21eeb7=_0x5e108d[_0x4f2d58(0x222)],_0x3d5c55=0x0;_0x3d5c55<0x4;_0x3d5c55++){var _0x419bf2=_0x21eeb7[_0x3d5c55];_0x21eeb7[_0x3d5c55]=(_0x419bf2<<0x8|_0x419bf2>>>0x18)&0xff00ff|(_0x419bf2<<0x18|_0x419bf2>>>0x8)&0xff00ff00;}return _0x5e108d;},'clone':function(){const _0x4d3b0c=_0x599b2a;var _0x1873c5=_0x3f2a40[_0x4d3b0c(0x17c)][_0x4d3b0c(0x537)](this);return _0x1873c5[_0x4d3b0c(0x400)]=this[_0x4d3b0c(0x400)]['clone'](),_0x1873c5;}});function _0x177c49(_0x89d451,_0x210c1f,_0x427d94,_0x5f1816,_0x5316a0,_0xa46e7d,_0x1cf49b){var _0x47a7a2=_0x89d451+(_0x210c1f&_0x427d94|~_0x210c1f&_0x5f1816)+_0x5316a0+_0x1cf49b;return(_0x47a7a2<<_0xa46e7d|_0x47a7a2>>>0x20-_0xa46e7d)+_0x210c1f;}function _0x15e947(_0x38dac3,_0x4ebcf0,_0x4064aa,_0x39b1aa,_0xa92756,_0xa4446b,_0x15d9b3){var _0x2fd971=_0x38dac3+(_0x4ebcf0&_0x39b1aa|_0x4064aa&~_0x39b1aa)+_0xa92756+_0x15d9b3;return(_0x2fd971<<_0xa4446b|_0x2fd971>>>0x20-_0xa4446b)+_0x4ebcf0;}function _0x56ae57(_0xc51211,_0x1ab8a6,_0x3f4b69,_0x425ed3,_0x1e8f82,_0x315f81,_0x49c4a2){var _0x8cdba9=_0xc51211+(_0x1ab8a6^_0x3f4b69^_0x425ed3)+_0x1e8f82+_0x49c4a2;return(_0x8cdba9<<_0x315f81|_0x8cdba9>>>0x20-_0x315f81)+_0x1ab8a6;}function _0x358f1e(_0x1121eb,_0x46c588,_0x5a609d,_0x90d2c1,_0x401719,_0x166fa4,_0x106819){var _0x4e46f2=_0x1121eb+(_0x5a609d^(_0x46c588|~_0x90d2c1))+_0x401719+_0x106819;return(_0x4e46f2<<_0x166fa4|_0x4e46f2>>>0x20-_0x166fa4)+_0x46c588;}_0x5295c5['MD5']=_0x3f2a40[_0x599b2a(0x14b)](_0x403c3d),_0x5295c5[_0x599b2a(0x2b5)]=_0x3f2a40[_0x599b2a(0x218)](_0x403c3d);}(Math),_0x1fcbc1[_0x338fe2(0x258)];}));}(ht)),ht[_0x30885b(0x2fc)];}var _t={'exports':{}},ut={'exports':{}},Yt;function cr(){const _0x178d93=_0x3b224c;return Yt||(Yt=0x1,function(_0x1133bf,_0xd70c45){(function(_0x4d59de,_0x441523){const _0x26b66e=_0x1276;_0x1133bf[_0x26b66e(0x2fc)]=_0x441523(oe());}(X,function(_0x2cb8ba){return(function(){const _0x2f0ff4=_0x1276;var _0x37c1d9=_0x2cb8ba,_0x3b8a9d=_0x37c1d9[_0x2f0ff4(0x5af)],_0x121320=_0x3b8a9d[_0x2f0ff4(0x1e5)],_0x2e1f27=_0x3b8a9d[_0x2f0ff4(0x442)],_0x39b8b0=_0x37c1d9['algo'],_0x460b1c=[],_0x3a050f=_0x39b8b0['SHA1']=_0x2e1f27[_0x2f0ff4(0x24d)]({'_doReset':function(){const _0x720412=_0x2f0ff4;this[_0x720412(0x400)]=new _0x121320['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x49fc71,_0x8eea63){const _0x33bd39=_0x2f0ff4;for(var _0x1e1824=this[_0x33bd39(0x400)][_0x33bd39(0x222)],_0x18498b=_0x1e1824[0x0],_0x1441b5=_0x1e1824[0x1],_0x4d13ae=_0x1e1824[0x2],_0x3f53a9=_0x1e1824[0x3],_0x3b117d=_0x1e1824[0x4],_0x4ec282=0x0;_0x4ec282<0x50;_0x4ec282++){if(_0x4ec282<0x10)_0x460b1c[_0x4ec282]=_0x49fc71[_0x8eea63+_0x4ec282]|0x0;else{var _0x5207d6=_0x460b1c[_0x4ec282-0x3]^_0x460b1c[_0x4ec282-0x8]^_0x460b1c[_0x4ec282-0xe]^_0x460b1c[_0x4ec282-0x10];_0x460b1c[_0x4ec282]=_0x5207d6<<0x1|_0x5207d6>>>0x1f;}var _0x195240=(_0x18498b<<0x5|_0x18498b>>>0x1b)+_0x3b117d+_0x460b1c[_0x4ec282];_0x4ec282<0x14?_0x195240+=(_0x1441b5&_0x4d13ae|~_0x1441b5&_0x3f53a9)+0x5a827999:_0x4ec282<0x28?_0x195240+=(_0x1441b5^_0x4d13ae^_0x3f53a9)+0x6ed9eba1:_0x4ec282<0x3c?_0x195240+=(_0x1441b5&_0x4d13ae|_0x1441b5&_0x3f53a9|_0x4d13ae&_0x3f53a9)-0x70e44324:_0x195240+=(_0x1441b5^_0x4d13ae^_0x3f53a9)-0x359d3e2a,_0x3b117d=_0x3f53a9,_0x3f53a9=_0x4d13ae,_0x4d13ae=_0x1441b5<<0x1e|_0x1441b5>>>0x2,_0x1441b5=_0x18498b,_0x18498b=_0x195240;}_0x1e1824[0x0]=_0x1e1824[0x0]+_0x18498b|0x0,_0x1e1824[0x1]=_0x1e1824[0x1]+_0x1441b5|0x0,_0x1e1824[0x2]=_0x1e1824[0x2]+_0x4d13ae|0x0,_0x1e1824[0x3]=_0x1e1824[0x3]+_0x3f53a9|0x0,_0x1e1824[0x4]=_0x1e1824[0x4]+_0x3b117d|0x0;},'_doFinalize':function(){const _0x319d8d=_0x2f0ff4;var _0x59945d=this['_data'],_0x4527ac=_0x59945d[_0x319d8d(0x222)],_0x4670cc=this[_0x319d8d(0x51c)]*0x8,_0x3cae30=_0x59945d[_0x319d8d(0x25c)]*0x8;return _0x4527ac[_0x3cae30>>>0x5]|=0x80<<0x18-_0x3cae30%0x20,_0x4527ac[(_0x3cae30+0x40>>>0x9<<0x4)+0xe]=Math[_0x319d8d(0x318)](_0x4670cc/0x100000000),_0x4527ac[(_0x3cae30+0x40>>>0x9<<0x4)+0xf]=_0x4670cc,_0x59945d[_0x319d8d(0x25c)]=_0x4527ac['length']*0x4,this[_0x319d8d(0x3a9)](),this[_0x319d8d(0x400)];},'clone':function(){const _0x3f67d8=_0x2f0ff4;var _0x1da5fd=_0x2e1f27[_0x3f67d8(0x17c)]['call'](this);return _0x1da5fd[_0x3f67d8(0x400)]=this['_hash'][_0x3f67d8(0x17c)](),_0x1da5fd;}});_0x37c1d9[_0x2f0ff4(0x359)]=_0x2e1f27['_createHelper'](_0x3a050f),_0x37c1d9[_0x2f0ff4(0x1b0)]=_0x2e1f27[_0x2f0ff4(0x218)](_0x3a050f);}()),_0x2cb8ba['SHA1'];}));}(ut)),ut[_0x178d93(0x2fc)];}var dt={'exports':{}},Kt;function lr(){return Kt||(Kt=0x1,function(_0x2a1ab0,_0x2ff5b4){(function(_0x54e0ac,_0x55eab7){const _0x209745=_0x1276;_0x2a1ab0[_0x209745(0x2fc)]=_0x55eab7(oe());}(X,function(_0xbc301c){(function(){const _0x318c7c=_0x1276;var _0x56d660=_0xbc301c,_0x403665=_0x56d660[_0x318c7c(0x5af)],_0x45b131=_0x403665[_0x318c7c(0x1d9)],_0xacf10b=_0x56d660[_0x318c7c(0x551)],_0x14b5ca=_0xacf10b[_0x318c7c(0x4dc)],_0x2f2cb5=_0x56d660[_0x318c7c(0x4da)];_0x2f2cb5[_0x318c7c(0x1ae)]=_0x45b131[_0x318c7c(0x24d)]({'init':function(_0x103975,_0x55c3ed){const _0x44c3c8=_0x318c7c;_0x103975=this[_0x44c3c8(0x514)]=new _0x103975[(_0x44c3c8(0x20b))](),typeof _0x55c3ed=='string'&&(_0x55c3ed=_0x14b5ca[_0x44c3c8(0x3d3)](_0x55c3ed));var _0x216c65=_0x103975['blockSize'],_0x20fc48=_0x216c65*0x4;_0x55c3ed[_0x44c3c8(0x25c)]>_0x20fc48&&(_0x55c3ed=_0x103975[_0x44c3c8(0x1ef)](_0x55c3ed)),_0x55c3ed['clamp']();for(var _0x11b64c=this[_0x44c3c8(0x4db)]=_0x55c3ed[_0x44c3c8(0x17c)](),_0x5a25ac=this[_0x44c3c8(0x165)]=_0x55c3ed[_0x44c3c8(0x17c)](),_0x25ac9b=_0x11b64c[_0x44c3c8(0x222)],_0x3a3da0=_0x5a25ac[_0x44c3c8(0x222)],_0x4acc2d=0x0;_0x4acc2d<_0x216c65;_0x4acc2d++)_0x25ac9b[_0x4acc2d]^=0x5c5c5c5c,_0x3a3da0[_0x4acc2d]^=0x36363636;_0x11b64c[_0x44c3c8(0x25c)]=_0x5a25ac['sigBytes']=_0x20fc48,this['reset']();},'reset':function(){const _0xe768e3=_0x318c7c;var _0x1e7eec=this[_0xe768e3(0x514)];_0x1e7eec[_0xe768e3(0x1ec)](),_0x1e7eec[_0xe768e3(0x367)](this[_0xe768e3(0x165)]);},'update':function(_0x177188){const _0x14caf3=_0x318c7c;return this[_0x14caf3(0x514)][_0x14caf3(0x367)](_0x177188),this;},'finalize':function(_0xe932c3){const _0x305c2f=_0x318c7c;var _0x124d60=this['_hasher'],_0x5c8108=_0x124d60['finalize'](_0xe932c3);_0x124d60[_0x305c2f(0x1ec)]();var _0x4c06e8=_0x124d60[_0x305c2f(0x1ef)](this[_0x305c2f(0x4db)][_0x305c2f(0x17c)]()[_0x305c2f(0x198)](_0x5c8108));return _0x4c06e8;}});}());}));}(dt)),dt['exports'];}var qt;function Dn(){const _0x361a45=_0x3b224c;return qt||(qt=0x1,function(_0x3e0aec,_0x4b3559){(function(_0x4f6965,_0x2845d0,_0x20e763){const _0x174746=_0x1276;_0x3e0aec[_0x174746(0x2fc)]=_0x2845d0(oe(),cr(),lr());}(X,function(_0x15adf7){return(function(){const _0x2cae4b=_0x1276;var _0x4e64be=_0x15adf7,_0x33e586=_0x4e64be[_0x2cae4b(0x5af)],_0x505c36=_0x33e586[_0x2cae4b(0x1d9)],_0x42fcf0=_0x33e586[_0x2cae4b(0x1e5)],_0x249d4d=_0x4e64be[_0x2cae4b(0x4da)],_0x348d16=_0x249d4d[_0x2cae4b(0x258)],_0x21bdf5=_0x249d4d[_0x2cae4b(0x225)]=_0x505c36['extend']({'cfg':_0x505c36['extend']({'keySize':0x80/0x20,'hasher':_0x348d16,'iterations':0x1}),'init':function(_0x560e6e){const _0x52749b=_0x2cae4b;this['cfg']=this[_0x52749b(0x472)][_0x52749b(0x24d)](_0x560e6e);},'compute':function(_0xfb0c80,_0x450927){const _0x3c7824=_0x2cae4b;for(var _0x9f7286,_0x266842=this[_0x3c7824(0x472)],_0xab830b=_0x266842[_0x3c7824(0x2d6)][_0x3c7824(0x4ec)](),_0x36f9b7=_0x42fcf0['create'](),_0x1cfd3d=_0x36f9b7['words'],_0x37311c=_0x266842['keySize'],_0x3e2460=_0x266842[_0x3c7824(0x4bc)];_0x1cfd3d[_0x3c7824(0x2a8)]<_0x37311c;){_0x9f7286&&_0xab830b[_0x3c7824(0x367)](_0x9f7286),_0x9f7286=_0xab830b[_0x3c7824(0x367)](_0xfb0c80)['finalize'](_0x450927),_0xab830b[_0x3c7824(0x1ec)]();for(var _0x42fbf3=0x1;_0x42fbf3<_0x3e2460;_0x42fbf3++)_0x9f7286=_0xab830b[_0x3c7824(0x1ef)](_0x9f7286),_0xab830b[_0x3c7824(0x1ec)]();_0x36f9b7['concat'](_0x9f7286);}return _0x36f9b7[_0x3c7824(0x25c)]=_0x37311c*0x4,_0x36f9b7;}});_0x4e64be[_0x2cae4b(0x225)]=function(_0x254295,_0x5cd5c1,_0x1c826b){const _0x37df6a=_0x2cae4b;return _0x21bdf5[_0x37df6a(0x4ec)](_0x1c826b)[_0x37df6a(0x370)](_0x254295,_0x5cd5c1);};}()),_0x15adf7['EvpKDF'];}));}(_t)),_t[_0x361a45(0x2fc)];}var ft={'exports':{}},zt;function wn(){const _0x512be0=_0x3b224c;return zt||(zt=0x1,function(_0xfa2a50,_0x1cd93e){(function(_0x1b8f80,_0x3dfc1c,_0x2f3718){const _0x1d1a58=_0x1276;_0xfa2a50[_0x1d1a58(0x2fc)]=_0x3dfc1c(oe(),Dn());}(X,function(_0x2c3b43){const _0x161650=_0x1276;_0x2c3b43['lib'][_0x161650(0x188)]||function(_0x893039){const _0x484ecb=_0x161650;var _0x53b839=_0x2c3b43,_0x531d1b=_0x53b839['lib'],_0x28ed6f=_0x531d1b['Base'],_0x4fb6b7=_0x531d1b[_0x484ecb(0x1e5)],_0x10851b=_0x531d1b['BufferedBlockAlgorithm'],_0x4117d3=_0x53b839[_0x484ecb(0x551)];_0x4117d3['Utf8'];var _0x3d5bda=_0x4117d3[_0x484ecb(0x5d6)],_0x538178=_0x53b839['algo'],_0x63767=_0x538178[_0x484ecb(0x225)],_0x2aa357=_0x531d1b[_0x484ecb(0x188)]=_0x10851b[_0x484ecb(0x24d)]({'cfg':_0x28ed6f[_0x484ecb(0x24d)](),'createEncryptor':function(_0xb1e405,_0x2ad383){const _0x1eae12=_0x484ecb;return this[_0x1eae12(0x4ec)](this[_0x1eae12(0x449)],_0xb1e405,_0x2ad383);},'createDecryptor':function(_0x102ecf,_0x24d547){const _0x5782ed=_0x484ecb;return this[_0x5782ed(0x4ec)](this[_0x5782ed(0x219)],_0x102ecf,_0x24d547);},'init':function(_0x408e48,_0x16bf6f,_0x287dc1){const _0x178f21=_0x484ecb;this['cfg']=this['cfg']['extend'](_0x287dc1),this[_0x178f21(0x190)]=_0x408e48,this[_0x178f21(0x58c)]=_0x16bf6f,this[_0x178f21(0x1ec)]();},'reset':function(){const _0x5b8701=_0x484ecb;_0x10851b[_0x5b8701(0x1ec)]['call'](this),this['_doReset']();},'process':function(_0x278b87){const _0x34137f=_0x484ecb;return this[_0x34137f(0x212)](_0x278b87),this[_0x34137f(0x3a9)]();},'finalize':function(_0x396aa4){const _0x11e4ab=_0x484ecb;_0x396aa4&&this[_0x11e4ab(0x212)](_0x396aa4);var _0x324f4b=this['_doFinalize']();return _0x324f4b;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x1db2bb(_0x35bdb3){const _0x55b72f=_0x1276;return typeof _0x35bdb3==_0x55b72f(0x404)?_0x1a90b6:_0x4e04ee;}return function(_0x15fa35){return{'encrypt':function(_0x447db4,_0x4c4b26,_0x5b5ab2){const _0x136dc5=_0x1276;return _0x1db2bb(_0x4c4b26)[_0x136dc5(0x42f)](_0x15fa35,_0x447db4,_0x4c4b26,_0x5b5ab2);},'decrypt':function(_0x4d5879,_0x3af09e,_0x269176){const _0x52e580=_0x1276;return _0x1db2bb(_0x3af09e)[_0x52e580(0x520)](_0x15fa35,_0x4d5879,_0x3af09e,_0x269176);}};};}())});_0x531d1b[_0x484ecb(0x41d)]=_0x2aa357['extend']({'_doFinalize':function(){const _0x1ba00c=_0x484ecb;var _0x40324e=this[_0x1ba00c(0x3a9)](!0x0);return _0x40324e;},'blockSize':0x1});var _0x137a7d=_0x53b839[_0x484ecb(0x253)]={},_0x587c49=_0x531d1b[_0x484ecb(0x48b)]=_0x28ed6f['extend']({'createEncryptor':function(_0x5e6f09,_0x305d6e){const _0x145870=_0x484ecb;return this[_0x145870(0x32d)][_0x145870(0x4ec)](_0x5e6f09,_0x305d6e);},'createDecryptor':function(_0x3d268b,_0x573ba6){const _0x11d078=_0x484ecb;return this[_0x11d078(0x563)][_0x11d078(0x4ec)](_0x3d268b,_0x573ba6);},'init':function(_0x3fe120,_0x22c26c){const _0x5c75f9=_0x484ecb;this['_cipher']=_0x3fe120,this[_0x5c75f9(0x46d)]=_0x22c26c;}}),_0x3e57e5=_0x137a7d['CBC']=(function(){const _0x1811b9=_0x484ecb;var _0x4e613c=_0x587c49[_0x1811b9(0x24d)]();_0x4e613c['Encryptor']=_0x4e613c['extend']({'processBlock':function(_0x53cd45,_0x56b6d1){const _0x1f9045=_0x1811b9;var _0x5a9879=this['_cipher'],_0x46823e=_0x5a9879['blockSize'];_0x51a426[_0x1f9045(0x537)](this,_0x53cd45,_0x56b6d1,_0x46823e),_0x5a9879[_0x1f9045(0x4e9)](_0x53cd45,_0x56b6d1),this[_0x1f9045(0x5e1)]=_0x53cd45['slice'](_0x56b6d1,_0x56b6d1+_0x46823e);}}),_0x4e613c[_0x1811b9(0x563)]=_0x4e613c[_0x1811b9(0x24d)]({'processBlock':function(_0x14872a,_0x276025){const _0x4cdd50=_0x1811b9;var _0x319580=this[_0x4cdd50(0x436)],_0x39d801=_0x319580[_0x4cdd50(0x533)],_0x14a8fd=_0x14872a[_0x4cdd50(0x304)](_0x276025,_0x276025+_0x39d801);_0x319580[_0x4cdd50(0x316)](_0x14872a,_0x276025),_0x51a426['call'](this,_0x14872a,_0x276025,_0x39d801),this[_0x4cdd50(0x5e1)]=_0x14a8fd;}});function _0x51a426(_0x316390,_0x5c67a3,_0x4f7dc4){const _0x56ad5d=_0x1811b9;var _0x4a4368,_0x3d3606=this[_0x56ad5d(0x46d)];_0x3d3606?(_0x4a4368=_0x3d3606,this[_0x56ad5d(0x46d)]=_0x893039):_0x4a4368=this[_0x56ad5d(0x5e1)];for(var _0x43d4f9=0x0;_0x43d4f9<_0x4f7dc4;_0x43d4f9++)_0x316390[_0x5c67a3+_0x43d4f9]^=_0x4a4368[_0x43d4f9];}return _0x4e613c;}()),_0x9786c0=_0x53b839['pad']={},_0x33a805=_0x9786c0['Pkcs7']={'pad':function(_0x277e45,_0x5a7128){const _0xc0b31e=_0x484ecb;for(var _0x24d5cc=_0x5a7128*0x4,_0x374641=_0x24d5cc-_0x277e45[_0xc0b31e(0x25c)]%_0x24d5cc,_0x1e0351=_0x374641<<0x18|_0x374641<<0x10|_0x374641<<0x8|_0x374641,_0x290e8a=[],_0xc3f7f1=0x0;_0xc3f7f1<_0x374641;_0xc3f7f1+=0x4)_0x290e8a[_0xc0b31e(0x1a8)](_0x1e0351);var _0x128535=_0x4fb6b7[_0xc0b31e(0x4ec)](_0x290e8a,_0x374641);_0x277e45[_0xc0b31e(0x198)](_0x128535);},'unpad':function(_0x50575d){const _0x42ffad=_0x484ecb;var _0x22dd1b=_0x50575d[_0x42ffad(0x222)][_0x50575d[_0x42ffad(0x25c)]-0x1>>>0x2]&0xff;_0x50575d[_0x42ffad(0x25c)]-=_0x22dd1b;}};_0x531d1b[_0x484ecb(0x159)]=_0x2aa357['extend']({'cfg':_0x2aa357[_0x484ecb(0x472)][_0x484ecb(0x24d)]({'mode':_0x3e57e5,'padding':_0x33a805}),'reset':function(){const _0x95f090=_0x484ecb;var _0x1546b;_0x2aa357[_0x95f090(0x1ec)][_0x95f090(0x537)](this);var _0x34b913=this['cfg'],_0x433cb1=_0x34b913['iv'],_0x4131f6=_0x34b913[_0x95f090(0x253)];this[_0x95f090(0x190)]==this[_0x95f090(0x449)]?_0x1546b=_0x4131f6['createEncryptor']:(_0x1546b=_0x4131f6[_0x95f090(0x226)],this[_0x95f090(0x46c)]=0x1),this['_mode']&&this[_0x95f090(0x28a)]['__creator']==_0x1546b?this['_mode'][_0x95f090(0x20b)](this,_0x433cb1&&_0x433cb1[_0x95f090(0x222)]):(this['_mode']=_0x1546b[_0x95f090(0x537)](_0x4131f6,this,_0x433cb1&&_0x433cb1['words']),this['_mode'][_0x95f090(0x586)]=_0x1546b);},'_doProcessBlock':function(_0x194ac8,_0x134c90){const _0x3d6f60=_0x484ecb;this[_0x3d6f60(0x28a)][_0x3d6f60(0x5a8)](_0x194ac8,_0x134c90);},'_doFinalize':function(){const _0x1a235a=_0x484ecb;var _0x3e1815,_0xafc31d=this[_0x1a235a(0x472)][_0x1a235a(0x195)];return this[_0x1a235a(0x190)]==this[_0x1a235a(0x449)]?(_0xafc31d[_0x1a235a(0x5d1)](this[_0x1a235a(0x3b7)],this[_0x1a235a(0x533)]),_0x3e1815=this[_0x1a235a(0x3a9)](!0x0)):(_0x3e1815=this[_0x1a235a(0x3a9)](!0x0),_0xafc31d[_0x1a235a(0x310)](_0x3e1815)),_0x3e1815;},'blockSize':0x80/0x20});var _0x594195=_0x531d1b[_0x484ecb(0x42e)]=_0x28ed6f['extend']({'init':function(_0x24f478){const _0xcaac72=_0x484ecb;this[_0xcaac72(0x315)](_0x24f478);},'toString':function(_0x3c50e6){const _0x52fe97=_0x484ecb;return(_0x3c50e6||this['formatter'])[_0x52fe97(0x52a)](this);}}),_0x37650c=_0x53b839[_0x484ecb(0x271)]={},_0x1d4a0d=_0x37650c[_0x484ecb(0x2d3)]={'stringify':function(_0x198e8e){const _0x3a2767=_0x484ecb;var _0x170223,_0x52d28c=_0x198e8e[_0x3a2767(0x1e2)],_0x3943af=_0x198e8e['salt'];return _0x3943af?_0x170223=_0x4fb6b7['create']([0x53616c74,0x65645f5f])[_0x3a2767(0x198)](_0x3943af)[_0x3a2767(0x198)](_0x52d28c):_0x170223=_0x52d28c,_0x170223[_0x3a2767(0x4cf)](_0x3d5bda);},'parse':function(_0x571311){const _0x57a775=_0x484ecb;var _0x491c3c,_0x18ea57=_0x3d5bda[_0x57a775(0x3d3)](_0x571311),_0x52823b=_0x18ea57[_0x57a775(0x222)];return _0x52823b[0x0]==0x53616c74&&_0x52823b[0x1]==0x65645f5f&&(_0x491c3c=_0x4fb6b7['create'](_0x52823b[_0x57a775(0x304)](0x2,0x4)),_0x52823b[_0x57a775(0x45c)](0x0,0x4),_0x18ea57[_0x57a775(0x25c)]-=0x10),_0x594195[_0x57a775(0x4ec)]({'ciphertext':_0x18ea57,'salt':_0x491c3c});}},_0x4e04ee=_0x531d1b[_0x484ecb(0x2c2)]=_0x28ed6f[_0x484ecb(0x24d)]({'cfg':_0x28ed6f[_0x484ecb(0x24d)]({'format':_0x1d4a0d}),'encrypt':function(_0x1f4236,_0x161455,_0x15250a,_0x3796d5){const _0x55751d=_0x484ecb;_0x3796d5=this[_0x55751d(0x472)]['extend'](_0x3796d5);var _0x4e2fb5=_0x1f4236[_0x55751d(0x5bc)](_0x15250a,_0x3796d5),_0x5e73a1=_0x4e2fb5[_0x55751d(0x1ef)](_0x161455),_0x207e6b=_0x4e2fb5['cfg'];return _0x594195['create']({'ciphertext':_0x5e73a1,'key':_0x15250a,'iv':_0x207e6b['iv'],'algorithm':_0x1f4236,'mode':_0x207e6b[_0x55751d(0x253)],'padding':_0x207e6b[_0x55751d(0x195)],'blockSize':_0x1f4236[_0x55751d(0x533)],'formatter':_0x3796d5['format']});},'decrypt':function(_0x42a482,_0x4de9ed,_0x511e82,_0x1adac4){const _0x125c89=_0x484ecb;_0x1adac4=this[_0x125c89(0x472)][_0x125c89(0x24d)](_0x1adac4),_0x4de9ed=this['_parse'](_0x4de9ed,_0x1adac4[_0x125c89(0x271)]);var _0x140f13=_0x42a482['createDecryptor'](_0x511e82,_0x1adac4)[_0x125c89(0x1ef)](_0x4de9ed['ciphertext']);return _0x140f13;},'_parse':function(_0x4f98d7,_0x561bc4){const _0x8e415c=_0x484ecb;return typeof _0x4f98d7==_0x8e415c(0x404)?_0x561bc4[_0x8e415c(0x3d3)](_0x4f98d7,this):_0x4f98d7;}}),_0x8f9d48=_0x53b839[_0x484ecb(0x43b)]={},_0x1418e1=_0x8f9d48[_0x484ecb(0x2d3)]={'execute':function(_0x4af9c7,_0x43c269,_0x398a7f,_0x2942f8,_0x357fe8){const _0x16119b=_0x484ecb;if(_0x2942f8||(_0x2942f8=_0x4fb6b7[_0x16119b(0x4cb)](0x40/0x8)),_0x357fe8)var _0x124c44=_0x63767['create']({'keySize':_0x43c269+_0x398a7f,'hasher':_0x357fe8})[_0x16119b(0x370)](_0x4af9c7,_0x2942f8);else var _0x124c44=_0x63767['create']({'keySize':_0x43c269+_0x398a7f})[_0x16119b(0x370)](_0x4af9c7,_0x2942f8);var _0x7ac0a8=_0x4fb6b7[_0x16119b(0x4ec)](_0x124c44[_0x16119b(0x222)]['slice'](_0x43c269),_0x398a7f*0x4);return _0x124c44['sigBytes']=_0x43c269*0x4,_0x594195[_0x16119b(0x4ec)]({'key':_0x124c44,'iv':_0x7ac0a8,'salt':_0x2942f8});}},_0x1a90b6=_0x531d1b[_0x484ecb(0x3b0)]=_0x4e04ee['extend']({'cfg':_0x4e04ee[_0x484ecb(0x472)][_0x484ecb(0x24d)]({'kdf':_0x1418e1}),'encrypt':function(_0x1f212b,_0x5955a7,_0x107272,_0xe8c142){const _0x3f2294=_0x484ecb;_0xe8c142=this[_0x3f2294(0x472)]['extend'](_0xe8c142);var _0xde8128=_0xe8c142[_0x3f2294(0x43b)][_0x3f2294(0x506)](_0x107272,_0x1f212b[_0x3f2294(0x4eb)],_0x1f212b[_0x3f2294(0x213)],_0xe8c142[_0x3f2294(0x15b)],_0xe8c142[_0x3f2294(0x2d6)]);_0xe8c142['iv']=_0xde8128['iv'];var _0x6a8be7=_0x4e04ee['encrypt'][_0x3f2294(0x537)](this,_0x1f212b,_0x5955a7,_0xde8128[_0x3f2294(0x217)],_0xe8c142);return _0x6a8be7['mixIn'](_0xde8128),_0x6a8be7;},'decrypt':function(_0x2c4700,_0x2a89e7,_0x295053,_0x348d88){const _0x347b18=_0x484ecb;_0x348d88=this['cfg'][_0x347b18(0x24d)](_0x348d88),_0x2a89e7=this['_parse'](_0x2a89e7,_0x348d88['format']);var _0x471524=_0x348d88[_0x347b18(0x43b)][_0x347b18(0x506)](_0x295053,_0x2c4700[_0x347b18(0x4eb)],_0x2c4700[_0x347b18(0x213)],_0x2a89e7[_0x347b18(0x15b)],_0x348d88[_0x347b18(0x2d6)]);_0x348d88['iv']=_0x471524['iv'];var _0x36a0c9=_0x4e04ee[_0x347b18(0x520)][_0x347b18(0x537)](this,_0x2c4700,_0x2a89e7,_0x471524[_0x347b18(0x217)],_0x348d88);return _0x36a0c9;}});}();}));}(ft)),ft[_0x512be0(0x2fc)];}(function(_0x4d9bf8,_0x57f3a0){(function(_0x35128e,_0x53d5b8,_0x396366){const _0x4922d=_0x1276;_0x4d9bf8[_0x4922d(0x2fc)]=_0x53d5b8(oe(),On(),ar(),Dn(),wn());}(X,function(_0x577be5){return(function(){const _0x22607a=_0x1276;var _0x538cc0=_0x577be5,_0xd40ee5=_0x538cc0[_0x22607a(0x5af)],_0xa78883=_0xd40ee5['BlockCipher'],_0x5462e5=_0x538cc0[_0x22607a(0x4da)],_0x1b6d98=[],_0x3542b4=[],_0x244c49=[],_0x4f98a4=[],_0x53dfe4=[],_0x1480d6=[],_0x4a3649=[],_0x4e3753=[],_0xe54d93=[],_0x47c4e0=[];(function(){for(var _0x294202=[],_0x373b8f=0x0;_0x373b8f<0x100;_0x373b8f++)_0x373b8f<0x80?_0x294202[_0x373b8f]=_0x373b8f<<0x1:_0x294202[_0x373b8f]=_0x373b8f<<0x1^0x11b;for(var _0x92ff65=0x0,_0xb60474=0x0,_0x373b8f=0x0;_0x373b8f<0x100;_0x373b8f++){var _0x18c156=_0xb60474^_0xb60474<<0x1^_0xb60474<<0x2^_0xb60474<<0x3^_0xb60474<<0x4;_0x18c156=_0x18c156>>>0x8^_0x18c156&0xff^0x63,_0x1b6d98[_0x92ff65]=_0x18c156,_0x3542b4[_0x18c156]=_0x92ff65;var _0x1d027a=_0x294202[_0x92ff65],_0x5361e5=_0x294202[_0x1d027a],_0x4eb7b1=_0x294202[_0x5361e5],_0x52e554=_0x294202[_0x18c156]*0x101^_0x18c156*0x1010100;_0x244c49[_0x92ff65]=_0x52e554<<0x18|_0x52e554>>>0x8,_0x4f98a4[_0x92ff65]=_0x52e554<<0x10|_0x52e554>>>0x10,_0x53dfe4[_0x92ff65]=_0x52e554<<0x8|_0x52e554>>>0x18,_0x1480d6[_0x92ff65]=_0x52e554;var _0x52e554=_0x4eb7b1*0x1010101^_0x5361e5*0x10001^_0x1d027a*0x101^_0x92ff65*0x1010100;_0x4a3649[_0x18c156]=_0x52e554<<0x18|_0x52e554>>>0x8,_0x4e3753[_0x18c156]=_0x52e554<<0x10|_0x52e554>>>0x10,_0xe54d93[_0x18c156]=_0x52e554<<0x8|_0x52e554>>>0x18,_0x47c4e0[_0x18c156]=_0x52e554,_0x92ff65?(_0x92ff65=_0x1d027a^_0x294202[_0x294202[_0x294202[_0x4eb7b1^_0x1d027a]]],_0xb60474^=_0x294202[_0x294202[_0xb60474]]):_0x92ff65=_0xb60474=0x1;}}());var _0x4764b0=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x241723=_0x5462e5[_0x22607a(0x408)]=_0xa78883[_0x22607a(0x24d)]({'_doReset':function(){const _0x40d77a=_0x22607a;var _0x23a674;if(!(this['_nRounds']&&this[_0x40d77a(0x3c5)]===this[_0x40d77a(0x58c)])){for(var _0x1c31ec=this[_0x40d77a(0x3c5)]=this[_0x40d77a(0x58c)],_0x93f636=_0x1c31ec[_0x40d77a(0x222)],_0x567ec4=_0x1c31ec['sigBytes']/0x4,_0x4f63f2=this['_nRounds']=_0x567ec4+0x6,_0x4d484b=(_0x4f63f2+0x1)*0x4,_0x123ce9=this[_0x40d77a(0x44d)]=[],_0x30cc4b=0x0;_0x30cc4b<_0x4d484b;_0x30cc4b++)_0x30cc4b<_0x567ec4?_0x123ce9[_0x30cc4b]=_0x93f636[_0x30cc4b]:(_0x23a674=_0x123ce9[_0x30cc4b-0x1],_0x30cc4b%_0x567ec4?_0x567ec4>0x6&&_0x30cc4b%_0x567ec4==0x4&&(_0x23a674=_0x1b6d98[_0x23a674>>>0x18]<<0x18|_0x1b6d98[_0x23a674>>>0x10&0xff]<<0x10|_0x1b6d98[_0x23a674>>>0x8&0xff]<<0x8|_0x1b6d98[_0x23a674&0xff]):(_0x23a674=_0x23a674<<0x8|_0x23a674>>>0x18,_0x23a674=_0x1b6d98[_0x23a674>>>0x18]<<0x18|_0x1b6d98[_0x23a674>>>0x10&0xff]<<0x10|_0x1b6d98[_0x23a674>>>0x8&0xff]<<0x8|_0x1b6d98[_0x23a674&0xff],_0x23a674^=_0x4764b0[_0x30cc4b/_0x567ec4|0x0]<<0x18),_0x123ce9[_0x30cc4b]=_0x123ce9[_0x30cc4b-_0x567ec4]^_0x23a674);for(var _0x44e183=this[_0x40d77a(0x23c)]=[],_0x3f6575=0x0;_0x3f6575<_0x4d484b;_0x3f6575++){var _0x30cc4b=_0x4d484b-_0x3f6575;if(_0x3f6575%0x4)var _0x23a674=_0x123ce9[_0x30cc4b];else var _0x23a674=_0x123ce9[_0x30cc4b-0x4];_0x3f6575<0x4||_0x30cc4b<=0x4?_0x44e183[_0x3f6575]=_0x23a674:_0x44e183[_0x3f6575]=_0x4a3649[_0x1b6d98[_0x23a674>>>0x18]]^_0x4e3753[_0x1b6d98[_0x23a674>>>0x10&0xff]]^_0xe54d93[_0x1b6d98[_0x23a674>>>0x8&0xff]]^_0x47c4e0[_0x1b6d98[_0x23a674&0xff]];}}},'encryptBlock':function(_0x4ae653,_0x53136e){const _0x150f0c=_0x22607a;this[_0x150f0c(0x32e)](_0x4ae653,_0x53136e,this[_0x150f0c(0x44d)],_0x244c49,_0x4f98a4,_0x53dfe4,_0x1480d6,_0x1b6d98);},'decryptBlock':function(_0x3910cb,_0x5711c1){var _0x408b57=_0x3910cb[_0x5711c1+0x1];_0x3910cb[_0x5711c1+0x1]=_0x3910cb[_0x5711c1+0x3],_0x3910cb[_0x5711c1+0x3]=_0x408b57,this['_doCryptBlock'](_0x3910cb,_0x5711c1,this['_invKeySchedule'],_0x4a3649,_0x4e3753,_0xe54d93,_0x47c4e0,_0x3542b4);var _0x408b57=_0x3910cb[_0x5711c1+0x1];_0x3910cb[_0x5711c1+0x1]=_0x3910cb[_0x5711c1+0x3],_0x3910cb[_0x5711c1+0x3]=_0x408b57;},'_doCryptBlock':function(_0x192160,_0x358d5b,_0x271c50,_0x2a7c1e,_0x26023b,_0x492163,_0x24f1e2,_0x2df0f7){for(var _0x9bf5ce=this['_nRounds'],_0x4d5afb=_0x192160[_0x358d5b]^_0x271c50[0x0],_0x1f8860=_0x192160[_0x358d5b+0x1]^_0x271c50[0x1],_0x2b4821=_0x192160[_0x358d5b+0x2]^_0x271c50[0x2],_0x2ef7f9=_0x192160[_0x358d5b+0x3]^_0x271c50[0x3],_0x46de56=0x4,_0x23cc54=0x1;_0x23cc54<_0x9bf5ce;_0x23cc54++){var _0x120f58=_0x2a7c1e[_0x4d5afb>>>0x18]^_0x26023b[_0x1f8860>>>0x10&0xff]^_0x492163[_0x2b4821>>>0x8&0xff]^_0x24f1e2[_0x2ef7f9&0xff]^_0x271c50[_0x46de56++],_0x3f7486=_0x2a7c1e[_0x1f8860>>>0x18]^_0x26023b[_0x2b4821>>>0x10&0xff]^_0x492163[_0x2ef7f9>>>0x8&0xff]^_0x24f1e2[_0x4d5afb&0xff]^_0x271c50[_0x46de56++],_0x49a566=_0x2a7c1e[_0x2b4821>>>0x18]^_0x26023b[_0x2ef7f9>>>0x10&0xff]^_0x492163[_0x4d5afb>>>0x8&0xff]^_0x24f1e2[_0x1f8860&0xff]^_0x271c50[_0x46de56++],_0x1a0a4b=_0x2a7c1e[_0x2ef7f9>>>0x18]^_0x26023b[_0x4d5afb>>>0x10&0xff]^_0x492163[_0x1f8860>>>0x8&0xff]^_0x24f1e2[_0x2b4821&0xff]^_0x271c50[_0x46de56++];_0x4d5afb=_0x120f58,_0x1f8860=_0x3f7486,_0x2b4821=_0x49a566,_0x2ef7f9=_0x1a0a4b;}var _0x120f58=(_0x2df0f7[_0x4d5afb>>>0x18]<<0x18|_0x2df0f7[_0x1f8860>>>0x10&0xff]<<0x10|_0x2df0f7[_0x2b4821>>>0x8&0xff]<<0x8|_0x2df0f7[_0x2ef7f9&0xff])^_0x271c50[_0x46de56++],_0x3f7486=(_0x2df0f7[_0x1f8860>>>0x18]<<0x18|_0x2df0f7[_0x2b4821>>>0x10&0xff]<<0x10|_0x2df0f7[_0x2ef7f9>>>0x8&0xff]<<0x8|_0x2df0f7[_0x4d5afb&0xff])^_0x271c50[_0x46de56++],_0x49a566=(_0x2df0f7[_0x2b4821>>>0x18]<<0x18|_0x2df0f7[_0x2ef7f9>>>0x10&0xff]<<0x10|_0x2df0f7[_0x4d5afb>>>0x8&0xff]<<0x8|_0x2df0f7[_0x1f8860&0xff])^_0x271c50[_0x46de56++],_0x1a0a4b=(_0x2df0f7[_0x2ef7f9>>>0x18]<<0x18|_0x2df0f7[_0x4d5afb>>>0x10&0xff]<<0x10|_0x2df0f7[_0x1f8860>>>0x8&0xff]<<0x8|_0x2df0f7[_0x2b4821&0xff])^_0x271c50[_0x46de56++];_0x192160[_0x358d5b]=_0x120f58,_0x192160[_0x358d5b+0x1]=_0x3f7486,_0x192160[_0x358d5b+0x2]=_0x49a566,_0x192160[_0x358d5b+0x3]=_0x1a0a4b;},'keySize':0x100/0x20});_0x538cc0[_0x22607a(0x408)]=_0xa78883[_0x22607a(0x14b)](_0x241723);}()),_0x577be5['AES'];}));}(yn));var hr=yn[_0x3b224c(0x2fc)];const _r=xe(hr);var ur=On();const Xt=xe(ur);var Pn={'exports':{}};(function(_0x136214,_0x14e5ab){(function(_0xf17e5f,_0x2b4c51){const _0xc888d3=_0x1276;_0x136214[_0xc888d3(0x2fc)]=_0x2b4c51(oe());}(X,function(_0x5bbfed){const _0x4e3b92=_0x1276;return _0x5bbfed[_0x4e3b92(0x551)][_0x4e3b92(0x4dc)];}));}(Pn));var dr=Pn['exports'];const fr=xe(dr);var Un={'exports':{}};(function(_0x447abc,_0x17164e){(function(_0x22f23a,_0x4822cf){const _0x1c3e25=_0x1276;_0x447abc[_0x1c3e25(0x2fc)]=_0x4822cf(oe());}(X,function(_0x54e990){const _0x4add5a=_0x1276;return(function(){const _0x101294=_0x1276;if(typeof ArrayBuffer=='function'){var _0x361122=_0x54e990,_0x247b7d=_0x361122[_0x101294(0x5af)],_0x4b846e=_0x247b7d[_0x101294(0x1e5)],_0x2c7411=_0x4b846e[_0x101294(0x20b)],_0x1cafe2=_0x4b846e[_0x101294(0x20b)]=function(_0xfdd239){const _0x19dfa0=_0x101294;if(_0xfdd239 instanceof ArrayBuffer&&(_0xfdd239=new Uint8Array(_0xfdd239)),(_0xfdd239 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0xfdd239 instanceof Uint8ClampedArray||_0xfdd239 instanceof Int16Array||_0xfdd239 instanceof Uint16Array||_0xfdd239 instanceof Int32Array||_0xfdd239 instanceof Uint32Array||_0xfdd239 instanceof Float32Array||_0xfdd239 instanceof Float64Array)&&(_0xfdd239=new Uint8Array(_0xfdd239[_0x19dfa0(0x443)],_0xfdd239['byteOffset'],_0xfdd239[_0x19dfa0(0x426)])),_0xfdd239 instanceof Uint8Array){for(var _0x3a65e9=_0xfdd239['byteLength'],_0x82b3a0=[],_0x4976b3=0x0;_0x4976b3<_0x3a65e9;_0x4976b3++)_0x82b3a0[_0x4976b3>>>0x2]|=_0xfdd239[_0x4976b3]<<0x18-_0x4976b3%0x4*0x8;_0x2c7411[_0x19dfa0(0x537)](this,_0x82b3a0,_0x3a65e9);}else _0x2c7411[_0x19dfa0(0x44a)](this,arguments);};_0x1cafe2[_0x101294(0x1af)]=_0x4b846e;}}()),_0x54e990[_0x4add5a(0x5af)][_0x4add5a(0x1e5)];}));}(Un));var vr=Un['exports'];const mr=xe(vr);var Mn={'exports':{}};(function(_0x5236a5,_0x56b7eb){(function(_0x56fab5,_0x50ec38,_0x4d5fcf){const _0x14d5ee=_0x1276;_0x5236a5[_0x14d5ee(0x2fc)]=_0x50ec38(oe(),wn());}(X,function(_0x42d4e8){const _0xa1b5e3=_0x1276;return _0x42d4e8[_0xa1b5e3(0x5d1)][_0xa1b5e3(0x16a)]={'pad':function(){},'unpad':function(){}},_0x42d4e8[_0xa1b5e3(0x5d1)][_0xa1b5e3(0x16a)];}));}(Mn));var Sr=Mn[_0x3b224c(0x2fc)];const pr=xe(Sr);function gr(_0x31a7c6,_0xde70ab){const _0x307c14=_0x3b224c,_0xb916f0=_0xde70ab-_0x31a7c6[_0x307c14(0x2a8)]%_0xde70ab,_0x41f739=String[_0x307c14(0x156)](_0xb916f0)[_0x307c14(0x2cb)](_0xb916f0);return _0x31a7c6+_0x41f739;}function Ir(_0x814294,_0x29e3fa){const _0x26e2db=_0x3b224c,_0xbcd6df=mr[_0x26e2db(0x4cb)](0x10),_0x30006f=gr(_0x814294,0x10),_0x1626b0=_r[_0x26e2db(0x42f)](fr[_0x26e2db(0x3d3)](_0x30006f),Xt[_0x26e2db(0x3d3)](_0x29e3fa),{'iv':_0xbcd6df,'padding':pr});return _0xbcd6df[_0x26e2db(0x198)](_0x1626b0['ciphertext'])[_0x26e2db(0x4cf)](Xt);}function Cr(){const _0x37d7c1=_0x3b224c,_0x4b804b=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)[_0x37d7c1(0x232)];if(_0x4b804b){const _0x25fbff={'time':Math[_0x37d7c1(0x318)](Date[_0x37d7c1(0x419)]()/0x3e8),'domain':location[_0x37d7c1(0x2ea)]};return Ir(JSON[_0x37d7c1(0x52a)](_0x25fbff),_0x4b804b);}}var Er=Object[_0x3b224c(0x209)],br=Object[_0x3b224c(0x233)],Tr=(_0x238ff1,_0x21ec5a,_0x5f15df,_0x10b48b)=>{const _0x3e2279=_0x3b224c;for(var _0x457b44=_0x10b48b>0x1?void 0x0:_0x10b48b?br(_0x21ec5a,_0x5f15df):_0x21ec5a,_0xb0cedd=_0x238ff1[_0x3e2279(0x2a8)]-0x1,_0x3053a5;_0xb0cedd>=0x0;_0xb0cedd--)(_0x3053a5=_0x238ff1[_0xb0cedd])&&(_0x457b44=(_0x10b48b?_0x3053a5(_0x21ec5a,_0x5f15df,_0x457b44):_0x3053a5(_0x457b44))||_0x457b44);return _0x10b48b&&_0x457b44&&Er(_0x21ec5a,_0x5f15df,_0x457b44),_0x457b44;},Rr=(_0x2c42bc,_0x929c03)=>(_0x1920f7,_0x56a475)=>_0x929c03(_0x1920f7,_0x56a475,_0x2c42bc);let Ye=class{constructor(_0x14840f){const _0x46aa6d=_0x3b224c;this['_httpService']=_0x14840f,this[_0x46aa6d(0x5a0)]();}[_0x3b224c(0x5a0)](){const _0x31a209=_0x3b224c;this[_0x31a209(0x4f3)][_0x31a209(0x517)]({'interceptor':(_0x44c556,_0xcd340c)=>{const _0x56a388=_0x31a209,_0x5aa69f=_0x44c556['headers'],_0xc901f2=Cr();return _0xc901f2&&_0x5aa69f[_0x56a388(0x437)](_0x56a388(0x47d),_0xc901f2),_0xcd340c(_0x44c556);}});}};Ye=Tr([Rr(0x0,a[_0x3b224c(0x556)](Z['HTTPService']))],Ye);var yr=Object[_0x3b224c(0x209)],Or=Object[_0x3b224c(0x233)],Dr=(_0x61827b,_0x1eff99,_0x3656f3,_0x4734ad)=>{for(var _0x337164=_0x4734ad>0x1?void 0x0:_0x4734ad?Or(_0x1eff99,_0x3656f3):_0x1eff99,_0x3dfa26=_0x61827b['length']-0x1,_0x49f6a4;_0x3dfa26>=0x0;_0x3dfa26--)(_0x49f6a4=_0x61827b[_0x3dfa26])&&(_0x337164=(_0x4734ad?_0x49f6a4(_0x1eff99,_0x3656f3,_0x337164):_0x49f6a4(_0x337164))||_0x337164);return _0x4734ad&&_0x337164&&yr(_0x1eff99,_0x3656f3,_0x337164),_0x337164;},vt=(_0x56c93d,_0x3b8c6d)=>(_0x80e64c,_0x28c3db)=>_0x3b8c6d(_0x80e64c,_0x28c3db,_0x56c93d);const wr=['image/png',_0x3b224c(0x26d),_0x3b224c(0x208),'image/gif',_0x3b224c(0x43e)],Pr=0x5*0x400*0x400,Ur=_0x3b224c(0x256),Mr=_0x3b224c(0x3ae),Ar=_0x3b224c(0x439),Nr='/universer-api/file/{fileID}/sign-url';exports[_0x3b224c(0x30a)]=class{constructor(_0x2bf5a1,_0x396441,_0x3493de){const _0x136349=_0x3b224c;I(this,_0x136349(0x3ec),0x0),I(this,_0x136349(0x5b0),new A[(_0x136349(0x13f))]()),I(this,_0x136349(0x4a4),this[_0x136349(0x5b0)]),I(this,_0x136349(0x2e1),new Map()),(this[_0x136349(0x4f3)]=_0x2bf5a1,this[_0x136349(0x142)]=_0x396441,this[_0x136349(0x15e)]=_0x3493de);}[_0x3b224c(0x475)](_0x4159a7){const _0x2be15e=_0x3b224c;this[_0x2be15e(0x3ec)]=_0x4159a7,this[_0x2be15e(0x5b0)][_0x2be15e(0x1e1)](_0x4159a7);}['getImageSourceCache'](_0x450774,_0x4a3ccc){const _0x3c912d=_0x3b224c;if(_0x4a3ccc===ne[_0x3c912d(0x34d)][_0x3c912d(0x4d9)]){const _0x36faea=new Image();return _0x36faea[_0x3c912d(0x3bf)]=_0x450774,_0x36faea;}return this['_imageSourceCache'][_0x3c912d(0x273)](_0x450774);}[_0x3b224c(0x3f5)](_0x7e3e77,_0x2c6422,_0x5ebf5a){const _0x4a924a=_0x3b224c;_0x2c6422===ne['ImageSourceType'][_0x4a924a(0x4d9)]||_0x5ebf5a==null||this[_0x4a924a(0x2e1)][_0x4a924a(0x437)](_0x7e3e77,_0x5ebf5a);}async[_0x3b224c(0x228)](_0x72d9de){const _0x5ab8df=_0x3b224c;try{const _0x153fbc=this['_replaceFileID'](this[_0x5ab8df(0x409)](),''+_0x72d9de),_0x5137b0=(await this[_0x5ab8df(0x4f3)][_0x5ab8df(0x273)](_0x153fbc))[_0x5ab8df(0x4ce)];if(_0x5137b0['error']&&_0x5137b0[_0x5ab8df(0x423)][_0x5ab8df(0x4ef)]===cn['OK']){const _0x2e4b37=new URL(_0x5137b0['url'],this['_getDownloadEndpointURL']())['toString']();return Promise[_0x5ab8df(0x1d2)](_0x2e4b37);}return Promise[_0x5ab8df(0x18c)](_0x5137b0[_0x5ab8df(0x423)]);}catch(_0x1484c7){return Promise[_0x5ab8df(0x18c)](_0x1484c7);}}async[_0x3b224c(0x19a)](_0x59398a){const _0x1c0130=_0x3b224c;let _0x59bb0c='';if(!wr[_0x1c0130(0x254)](_0x59398a[_0x1c0130(0x5bb)]))return this['_decreaseWaiting'](),Promise[_0x1c0130(0x18c)](new Error(ne[_0x1c0130(0x534)][_0x1c0130(0x34f)]));if(_0x59398a['size']>Pr)return this[_0x1c0130(0x196)](),Promise[_0x1c0130(0x18c)](new Error(ne[_0x1c0130(0x534)][_0x1c0130(0x37d)]));try{const _0x5d6d5c=new FormData();_0x5d6d5c[_0x1c0130(0x17f)](_0x1c0130(0x43c),_0x59398a);const _0x2b2d3c=this[_0x1c0130(0x15e)][_0x1c0130(0x499)](),_0x5d617e=_0x2b2d3c==null?void 0x0:_0x2b2d3c[_0x1c0130(0x22d)]();if(!_0x5d617e)throw new Error(_0x1c0130(0x149));const _0xefe2e3=this['_getUploadFileURL']()+_0x1c0130(0x287)+_0x59398a['size'][_0x1c0130(0x4cf)]()+_0x1c0130(0x28b)+ln['UnitEmbedded']+_0x1c0130(0x336)+encodeURIComponent(_0x5d617e),_0xfb3f58=await(await fetch(_0xefe2e3,{'method':_0x1c0130(0x17e),'body':_0x5d6d5c}))[_0x1c0130(0x13c)]();if(typeof _0xfb3f58['FileId']!=_0x1c0130(0x404))return this['_decreaseWaiting'](),Promise[_0x1c0130(0x18c)](new Error(ne[_0x1c0130(0x534)]['ERROR_IMAGE']));_0x59bb0c=_0xfb3f58[_0x1c0130(0x41e)];}catch{return this['_decreaseWaiting'](),Promise['reject'](new Error(ne[_0x1c0130(0x534)]['ERROR_IMAGE']));}return new Promise((_0x2eae17,_0x12783a)=>{const _0x355cd9=_0x1c0130,_0x5d226c=new FileReader();_0x5d226c[_0x355cd9(0x56d)](_0x59398a),_0x5d226c[_0x355cd9(0x24c)]=_0x33e697=>{const _0x169e38=_0x355cd9;var _0x2797c0;const _0x2b55de=(_0x2797c0=_0x33e697[_0x169e38(0x261)])==null?void 0x0:_0x2797c0[_0x169e38(0x135)];if(_0x2b55de==null){this[_0x169e38(0x196)](),_0x12783a(new Error(ne['ImageUploadStatusType'][_0x169e38(0x167)]));return;}const _0x5b7379=a['Tools']['generateRandomId'](0x6);_0x2eae17({'imageId':_0x5b7379,'imageSourceType':ne[_0x169e38(0x34d)][_0x169e38(0x483)],'source':_0x59bb0c,'base64Cache':_0x2b55de,'status':ne['ImageUploadStatusType'][_0x169e38(0x395)]}),this[_0x169e38(0x196)]();};});}['_getUploadFileURL'](){const _0xcfa2ec=_0x3b224c;var _0x45ce1e,_0x487028;const _0x3c9249=this['_configService'][_0xcfa2ec(0x469)](Ur),_0x26ebb9=this[_0xcfa2ec(0x142)][_0xcfa2ec(0x469)](te);return(_0x487028=(_0x45ce1e=_0x26ebb9==null?void 0x0:_0x26ebb9[_0xcfa2ec(0x1da)])!=null?_0x45ce1e:_0x3c9249)!=null?_0x487028:Mr;}[_0x3b224c(0x409)](){const _0x48fac3=_0x3b224c;var _0x271250,_0x12adef;const _0x3c2b6a=this[_0x48fac3(0x142)][_0x48fac3(0x469)](Ar),_0x45077d=this[_0x48fac3(0x142)][_0x48fac3(0x469)](te);return(_0x12adef=(_0x271250=_0x45077d==null?void 0x0:_0x45077d[_0x48fac3(0x3e3)])!=null?_0x271250:_0x3c2b6a)!=null?_0x12adef:Nr;}[_0x3b224c(0x5a6)](){const _0x42c963=_0x3b224c;var _0x5e2490;const _0x42fa75=this['_configService'][_0x42c963(0x469)](te);return(_0x5e2490=_0x42fa75==null?void 0x0:_0x42fa75[_0x42c963(0x1a1)])!=null?_0x5e2490:location['origin'];}[_0x3b224c(0x5a4)](_0x4071ca,_0xf04b1f){const _0x10acc1=_0x3b224c;return _0x4071ca[_0x10acc1(0x424)](_0x10acc1(0x542),_0xf04b1f);}[_0x3b224c(0x196)](){const _0x111f7f=_0x3b224c;this[_0x111f7f(0x3ec)]-=0x1,this[_0x111f7f(0x5b0)][_0x111f7f(0x1e1)](this[_0x111f7f(0x3ec)]);}},exports['ImageIoService']=Dr([vt(0x0,a['Inject'](Z[_0x3b224c(0x15d)])),vt(0x1,a['IConfigService']),vt(0x2,a['Inject'](a['IUniverInstanceService']))],exports[_0x3b224c(0x30a)]);var Lr=Object[_0x3b224c(0x209)],xr=Object[_0x3b224c(0x233)],jr=(_0x4d9f99,_0x5ccf9c,_0x35ee4e,_0x1385fc)=>{const _0x2cdcd7=_0x3b224c;for(var _0x2a98be=_0x1385fc>0x1?void 0x0:_0x1385fc?xr(_0x5ccf9c,_0x35ee4e):_0x5ccf9c,_0x49a0ab=_0x4d9f99[_0x2cdcd7(0x2a8)]-0x1,_0x2a6d74;_0x49a0ab>=0x0;_0x49a0ab--)(_0x2a6d74=_0x4d9f99[_0x49a0ab])&&(_0x2a98be=(_0x1385fc?_0x2a6d74(_0x5ccf9c,_0x35ee4e,_0x2a98be):_0x2a6d74(_0x2a98be))||_0x2a98be);return _0x1385fc&&_0x2a98be&&Lr(_0x5ccf9c,_0x35ee4e,_0x2a98be),_0x2a98be;},Ae=(_0x284aad,_0x2b102b)=>(_0x4b0a18,_0x239d07)=>_0x2b102b(_0x4b0a18,_0x239d07,_0x284aad);let Ke=class extends a[_0x3b224c(0x274)]{constructor(_0x2d0062,_0x5e09bb,_0x2df580,_0x377185,_0x1d8000){const _0xf05332=_0x3b224c;super(),this['_injector']=_0x2d0062,this[_0xf05332(0x15e)]=_0x5e09bb,this[_0xf05332(0x155)]=_0x2df580,this['_collaborationSessionService']=_0x377185,this[_0xf05332(0x57b)]=_0x1d8000,this[_0xf05332(0x3e5)](),this[_0xf05332(0x509)]();}[_0x3b224c(0x509)](){const _0x5b7013=_0x3b224c,_0xd4f164=async _0x3abf48=>{const _0xf9872f=_0x1276;(await this[_0xf9872f(0x2ab)][_0xf9872f(0x376)](_0x3abf48))['event$'][_0xf9872f(0x3cc)](V[_0xf9872f(0x567)](_0x5a23e0=>_0x5a23e0['eventID']===S['CollaborationEvent']['SHOULD_CLOSE_CONN']),V[_0xf9872f(0x58f)](this['dispose$']))[_0xf9872f(0x2de)](_0xe0e825=>{const _0x577f31=_0xf9872f,_0x5b8d67=_0xe0e825,{reason:_0xe4d677}=_0x5b8d67[_0x577f31(0x34e)];this[_0x577f31(0x495)][_0x577f31(0x273)](ee['IMessageService'])[_0x577f31(0x134)]({'type':ge[_0x577f31(0x1a6)][_0x577f31(0x187)],'content':this['_localeService']['t'](_0x577f31(0x4a3))+'('+_0xe4d677+')'}),this[_0x577f31(0x155)]['updatePermissionPoint'](new k[(_0x577f31(0x4fd))](_0x3abf48)['id'],!0x1),this['_collaborationSessionService']['closeSession'](_0x3abf48);});};A[_0x5b7013(0x3d6)](this[_0x5b7013(0x15e)][_0x5b7013(0x291)](a[_0x5b7013(0x3b1)][_0x5b7013(0x460)]),this[_0x5b7013(0x15e)][_0x5b7013(0x291)](a['UniverInstanceType'][_0x5b7013(0x508)]))[_0x5b7013(0x3cc)](V[_0x5b7013(0x283)](_0x14c452=>_0x14c452[_0x5b7013(0x22d)]()),V[_0x5b7013(0x567)](_0x334b2d=>!a['isInternalEditorID'](_0x334b2d)),V[_0x5b7013(0x58f)](this['dispose$']))['subscribe'](_0x1150db=>{_0xd4f164(_0x1150db);});}[_0x3b224c(0x3e5)](){const _0x1f408d=_0x3b224c,_0xd4b3ef=async _0x2f9fea=>{const _0x255503=_0x1276;(await this['_collaborationSessionService'][_0x255503(0x376)](_0x2f9fea))[_0x255503(0x396)]['pipe'](V[_0x255503(0x567)](_0x49507f=>_0x49507f[_0x255503(0x4a9)]===S['CollaborationEvent'][_0x255503(0x31c)]),V[_0x255503(0x58f)](this[_0x255503(0x19d)]))[_0x255503(0x2de)](_0xfee65d=>{const _0x549e45=_0x255503,_0x53e658=_0xfee65d,{objectId:_0x2bbd50}=_0x53e658[_0x549e45(0x34e)],_0x19af48=this[_0x549e45(0x495)]['get'](Re['SheetPermissionInitController']);_0x2bbd50===_0x2f9fea?_0x19af48['initWorkbookPermissionChange'](_0x2f9fea):_0x19af48[_0x549e45(0x252)](_0x2f9fea,_0x2bbd50);});};A[_0x1f408d(0x3d6)](this[_0x1f408d(0x15e)][_0x1f408d(0x291)](a['UniverInstanceType'][_0x1f408d(0x460)]),this[_0x1f408d(0x15e)][_0x1f408d(0x291)](a[_0x1f408d(0x3b1)][_0x1f408d(0x508)]))[_0x1f408d(0x3cc)](V[_0x1f408d(0x283)](_0x5f2374=>_0x5f2374[_0x1f408d(0x22d)]()),V[_0x1f408d(0x567)](_0x12a15d=>!a['isInternalEditorID'](_0x12a15d)),V[_0x1f408d(0x58f)](this['dispose$']))['subscribe'](_0x4ca4be=>{_0xd4b3ef(_0x4ca4be);});}};Ke=jr([Ae(0x0,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),Ae(0x1,a[_0x3b224c(0x5a1)]),Ae(0x2,a['IPermissionService']),Ae(0x3,a[_0x3b224c(0x556)](exports[_0x3b224c(0x5d8)])),Ae(0x4,a[_0x3b224c(0x556)](a['LocaleService']))],Ke);var $r=Object['defineProperty'],Hr=Object[_0x3b224c(0x233)],Br=(_0x7c7dc1,_0x2b1728,_0x2bff0d,_0xe54e70)=>{const _0xda39bc=_0x3b224c;for(var _0x3f909a=_0xe54e70>0x1?void 0x0:_0xe54e70?Hr(_0x2b1728,_0x2bff0d):_0x2b1728,_0x46f8c0=_0x7c7dc1[_0xda39bc(0x2a8)]-0x1,_0x461f8f;_0x46f8c0>=0x0;_0x46f8c0--)(_0x461f8f=_0x7c7dc1[_0x46f8c0])&&(_0x3f909a=(_0xe54e70?_0x461f8f(_0x2b1728,_0x2bff0d,_0x3f909a):_0x461f8f(_0x3f909a))||_0x3f909a);return _0xe54e70&&_0x3f909a&&$r(_0x2b1728,_0x2bff0d,_0x3f909a),_0x3f909a;},Jt=(_0x233b93,_0x2dfd5d)=>(_0x315e2,_0x3f172d)=>_0x2dfd5d(_0x315e2,_0x3f172d,_0x233b93);exports['SnapshotServerOverHTTPService']=class{constructor(_0x391ec0,_0x495373){const _0x3c5cb6=_0x3b224c;this[_0x3c5cb6(0x142)]=_0x391ec0,this[_0x3c5cb6(0x4f3)]=_0x495373;}async['getUnitOnRev'](_0x72f006,_0x1e7278){const _0x135978=_0x3b224c;var _0x200dcf;const {unitID:_0x17a8c1,type:_0x3c274d,revision:_0x57fb7d=0x0}=_0x1e7278,_0x1f122e=this[_0x135978(0x2dd)]()+'/'+_0x3c274d+'/unit/'+_0x17a8c1+_0x135978(0x137)+_0x57fb7d,_0x5d310a=(await this[_0x135978(0x4f3)][_0x135978(0x273)](_0x1f122e))['body'],_0xf993=(_0x200dcf=_0x5d310a['snapshot'])==null?void 0x0:_0x200dcf['workbook'];if(_0xf993){const _0x3c4716=_0xf993==null?void 0x0:_0xf993['originalMeta'],_0x50bdf1=S['textEncoder']['encode'](S['b64DecodeUnicode'](_0x3c4716));_0xf993[_0x135978(0x473)]=_0x50bdf1,Object[_0x135978(0x55c)](_0xf993[_0x135978(0x15f)])[_0x135978(0x54f)](([,_0x52c7f9])=>{const _0x49c765=_0x135978,_0xfcfff8=_0x52c7f9[_0x49c765(0x473)],_0x504f55=S[_0x49c765(0x1d6)][_0x49c765(0x4b7)](S['b64DecodeUnicode'](_0xfcfff8));_0x52c7f9[_0x49c765(0x473)]=_0x504f55;});}return _0x5d310a;}async[_0x3b224c(0x158)](_0x108175,_0x464287){const _0x31649b=_0x3b224c,{unitID:_0x593795,type:_0x16f3c7,blockID:_0x350389}=_0x464287,_0x24a077=this[_0x31649b(0x564)]()+'/'+_0x16f3c7+_0x31649b(0x4b1)+_0x593795+_0x31649b(0x3a0)+_0x350389;return(await this[_0x31649b(0x4f3)][_0x31649b(0x273)](_0x24a077))[_0x31649b(0x4ce)];}async[_0x3b224c(0x1e0)](_0x3dc6f3,_0x1c7d88){const _0x1d54a4=_0x3b224c,{unitID:_0x107426,type:_0x19c67c,blockID:_0x202d4d}=_0x1c7d88,_0x3ffa89=this[_0x1d54a4(0x564)]()+_0x1d54a4(0x3a0)+_0x19c67c+_0x1d54a4(0x4b1)+_0x107426+_0x1d54a4(0x3a0)+_0x202d4d;return(await this['_httpService'][_0x1d54a4(0x273)](_0x3ffa89))[_0x1d54a4(0x4ce)];}async[_0x3b224c(0x523)](_0xdfd3d3,_0x41c7d0){const _0x35ccc4=_0x3b224c,{unitID:_0x3c2537,type:_0x43ca7d,from:_0x2ca239,to:_0xe24998}=_0x41c7d0,_0x4e49a0=this[_0x35ccc4(0x564)]()+'/'+_0x43ca7d+_0x35ccc4(0x4b1)+_0x3c2537+_0x35ccc4(0x358)+_0x2ca239+_0x35ccc4(0x2b2)+_0xe24998;return(await this[_0x35ccc4(0x4f3)][_0x35ccc4(0x273)](_0x4e49a0))[_0x35ccc4(0x4ce)];}['_getSnapshotAPIPrefix'](){const _0x566497=_0x3b224c;var _0x3309c1;return(_0x3309c1=this[_0x566497(0x142)][_0x566497(0x469)](Qt))!=null?_0x3309c1:this[_0x566497(0x564)]();}[_0x3b224c(0x564)](){const _0x32d2c8=_0x3b224c;var _0x3f1e8f,_0x3420a4;const _0x7bf89=this[_0x32d2c8(0x142)][_0x32d2c8(0x469)](Zt),_0x26c627=this[_0x32d2c8(0x142)][_0x32d2c8(0x469)](te);return(_0x3420a4=(_0x3f1e8f=_0x26c627==null?void 0x0:_0x26c627[_0x32d2c8(0x239)])!=null?_0x3f1e8f:_0x7bf89)!=null?_0x3420a4:Hn;}async[_0x3b224c(0x4c5)](_0x57b854,_0x2c3122){const _0x358978=_0x3b224c,_0x138677='/universer-api/snapshot/'+_0x2c3122[_0x358978(0x5bb)]+_0x358978(0x4b1)+_0x2c3122[_0x358978(0x236)]+_0x358978(0x35c);return(await this[_0x358978(0x4f3)][_0x358978(0x273)](_0x138677,{'params':{'resourceId':JSON[_0x358978(0x52a)](_0x2c3122[_0x358978(0x5d5)])}}))[_0x358978(0x4ce)];}[_0x3b224c(0x140)](){const _0x2d9a0a=_0x3b224c;throw new Error(_0x2d9a0a(0x559));}[_0x3b224c(0x2d9)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x3b224c(0x1b8)](){const _0x2293cf=_0x3b224c;throw new Error(_0x2293cf(0x559));}['copyFileMeta'](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x3b224c(0x1b6)](){const _0x2e569a=_0x3b224c;throw new Error(_0x2e569a(0x559));}},exports[_0x3b224c(0x2e2)]=Br([Jt(0x0,a[_0x3b224c(0x160)]),Jt(0x1,a[_0x3b224c(0x556)](Z[_0x3b224c(0x15d)]))],exports[_0x3b224c(0x2e2)]);var kr=Object[_0x3b224c(0x209)],Wr=Object[_0x3b224c(0x233)],Fr=(_0x5b1fb3,_0x4530bd,_0x724859,_0x1a9bff)=>{const _0xc63e2b=_0x3b224c;for(var _0x17db7f=_0x1a9bff>0x1?void 0x0:_0x1a9bff?Wr(_0x4530bd,_0x724859):_0x4530bd,_0x7bbd19=_0x5b1fb3[_0xc63e2b(0x2a8)]-0x1,_0x6701d1;_0x7bbd19>=0x0;_0x7bbd19--)(_0x6701d1=_0x5b1fb3[_0x7bbd19])&&(_0x17db7f=(_0x1a9bff?_0x6701d1(_0x4530bd,_0x724859,_0x17db7f):_0x6701d1(_0x17db7f))||_0x17db7f);return _0x1a9bff&&_0x17db7f&&kr(_0x4530bd,_0x724859,_0x17db7f),_0x17db7f;},Ne=(_0x5685c1,_0x318340)=>(_0xdc1f09,_0x17e261)=>_0x318340(_0xdc1f09,_0x17e261,_0x5685c1);let It=class extends a['LocalUndoRedoService']{constructor(_0x3f4283,_0x2e99c4,_0x6a85c7,_0x351739,_0x238413){const _0x4b6c23=_0x3b224c;super(_0x3f4283,_0x2e99c4,_0x6a85c7),this[_0x4b6c23(0x5c9)]=_0x351739,this[_0x4b6c23(0x13a)]=_0x238413;}[_0x3b224c(0x332)](_0x1dba0a,_0x133285){const _0x338abc=_0x3b224c,_0x5e5c8c=this[_0x338abc(0x3fb)](_0x1dba0a);if(_0x5e5c8c)try{const _0x3d7391=this[_0x338abc(0x4ff)](_0x5e5c8c,_0x133285);this[_0x338abc(0x230)](_0x1dba0a,_0x3d7391);}catch(_0x17fcfe){this[_0x338abc(0x13a)][_0x338abc(0x423)]('[CollaborationUndoRedoService]',_0x17fcfe),this[_0x338abc(0x341)](_0x1dba0a);}const _0x1aa2f3=this[_0x338abc(0x251)](_0x1dba0a);if(_0x1aa2f3)try{const _0x2649b9=this[_0x338abc(0x4ff)](_0x1aa2f3,_0x133285);this[_0x338abc(0x553)](_0x1dba0a,_0x2649b9);}catch(_0x570567){this[_0x338abc(0x13a)][_0x338abc(0x423)](_0x570567),this[_0x338abc(0x145)](_0x1dba0a);}}[_0x3b224c(0x341)](_0x33a742){const _0x1bbe2e=_0x3b224c,_0x255563=this[_0x1bbe2e(0x3fb)](_0x33a742);_0x255563&&(_0x255563[_0x1bbe2e(0x2a8)]=0x0,this[_0x1bbe2e(0x3d1)]());}[_0x3b224c(0x145)](_0x16231c){const _0x1919f3=_0x3b224c,_0x539ef8=this[_0x1919f3(0x251)](_0x16231c);_0x539ef8&&(_0x539ef8['length']=0x0,this[_0x1919f3(0x3d1)]());}[_0x3b224c(0x230)](_0x341d77,_0x5c5fc5){const _0x2aa29f=_0x3b224c;this[_0x2aa29f(0x59a)][_0x2aa29f(0x437)](_0x341d77,_0x5c5fc5),this['_updateStatus']();}[_0x3b224c(0x553)](_0x42caea,_0x534d68){const _0x4add8b=_0x3b224c;this['_redoStacks'][_0x4add8b(0x437)](_0x42caea,_0x534d68),this['_updateStatus']();}[_0x3b224c(0x4ff)](_0xf6c2d5,_0x4b0dde){const _0x507fb1=_0x3b224c,_0x31ea00=[];let _0x23319e=_0x4b0dde,_0x970a65=_0x4b0dde;for(let _0x184132=_0xf6c2d5[_0x507fb1(0x2a8)]-0x1;_0x184132>=0x0;_0x184132--){const {unitID:_0x39c90e,undoMutations:_0x49fbe2,redoMutations:_0x201303}=_0xf6c2d5[_0x184132],_0xd89251=this['_transformService']['transformMutationsWithChangeset'](_0x23319e,_0x49fbe2),_0x270ea1=this[_0x507fb1(0x5c9)]['transformMutationsWithChangeset'](_0x970a65,_0x201303);if(S[_0x507fb1(0x35d)](_0xd89251)||S[_0x507fb1(0x35d)](_0x270ea1)){this['_logService'][_0x507fb1(0x423)]('[CollaborationUndoRedoService]',_0x507fb1(0x5ac),_0xd89251,_0x270ea1);break;}_0x23319e=_0xd89251[_0x507fb1(0x1ea)],_0x970a65=_0x270ea1[_0x507fb1(0x1ea)],_0x31ea00[_0x507fb1(0x1a8)]({'unitID':_0x39c90e,'undoMutations':_0xd89251[_0x507fb1(0x3f1)],'redoMutations':_0x270ea1[_0x507fb1(0x3f1)]});}return _0x31ea00[_0x507fb1(0x393)]();}};It=Fr([Ne(0x0,a[_0x3b224c(0x5a1)]),Ne(0x1,a[_0x3b224c(0x3d4)]),Ne(0x2,a['IContextService']),Ne(0x3,S[_0x3b224c(0x180)]),Ne(0x4,a[_0x3b224c(0x5ae)])],It);class An extends a['RxDisposable']{constructor(){const _0xe1804a=_0x3b224c;super(),I(this,'urlChange$'),this['urlChange$']=A['fromEvent'](window,'popstate')[_0xe1804a(0x3cc)](A[_0xe1804a(0x58f)](this[_0xe1804a(0x19d)]),A[_0xe1804a(0x307)](0x1),A[_0xe1804a(0x512)](void 0x0));}[_0x3b224c(0x591)](_0x2e1e02,_0x3c8370,_0x39c81d=!0x1){const _0x3b789c=_0x3b224c,_0x312b43=new URL(window[_0x3b789c(0x3c2)][_0x3b789c(0x27d)]);_0x312b43[_0x3b789c(0x53e)][_0x3b789c(0x437)](_0x2e1e02,_0x3c8370),_0x39c81d?window['history'][_0x3b789c(0x5c2)]('','',_0x312b43['toString']()):window[_0x3b789c(0x3dc)][_0x3b789c(0x237)]('','',_0x312b43[_0x3b789c(0x4cf)]());}[_0x3b224c(0x2f4)](_0x35cf9e,_0x145f0b=!0x1){const _0x4c1526=_0x3b224c,_0x332c95=new URL(window[_0x4c1526(0x3c2)][_0x4c1526(0x27d)]);_0x332c95[_0x4c1526(0x53e)][_0x4c1526(0x463)](_0x35cf9e),_0x145f0b?window[_0x4c1526(0x3dc)][_0x4c1526(0x5c2)]('','',_0x332c95[_0x4c1526(0x4cf)]()):window[_0x4c1526(0x3dc)][_0x4c1526(0x237)]('','',_0x332c95['toString']());}['getParam'](_0xe2e1b9){const _0x231750=_0x3b224c;var _0x17f59b;return(_0x17f59b=new URL(window['location'][_0x231750(0x27d)])[_0x231750(0x53e)][_0x231750(0x273)](_0xe2e1b9))!=null?_0x17f59b:void 0x0;}}var Nn=Object[_0x3b224c(0x209)],Vr=Object[_0x3b224c(0x233)],Gr=(_0x3ba827,_0x4582eb,_0x49b088)=>_0x4582eb in _0x3ba827?Nn(_0x3ba827,_0x4582eb,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x49b088}):_0x3ba827[_0x4582eb]=_0x49b088,Yr=(_0x17b824,_0x3417db,_0xed87eb,_0x2cdb4a)=>{for(var _0xfca1b1=_0x2cdb4a>0x1?void 0x0:_0x2cdb4a?Vr(_0x3417db,_0xed87eb):_0x3417db,_0x568c74=_0x17b824['length']-0x1,_0x213bf1;_0x568c74>=0x0;_0x568c74--)(_0x213bf1=_0x17b824[_0x568c74])&&(_0xfca1b1=(_0x2cdb4a?_0x213bf1(_0x3417db,_0xed87eb,_0xfca1b1):_0x213bf1(_0xfca1b1))||_0xfca1b1);return _0x2cdb4a&&_0xfca1b1&&Nn(_0x3417db,_0xed87eb,_0xfca1b1),_0xfca1b1;},He=(_0x25f477,_0x1a74db)=>(_0xc3080b,_0x9f9c5d)=>_0x1a74db(_0xc3080b,_0x9f9c5d,_0x25f477),Kr=(_0x2020e2,_0x3f56f1,_0x2376fa)=>Gr(_0x2020e2,_0x3f56f1+'',_0x2376fa);const qr='UNIVER_COLLABORATION_CLIENT_PLUGIN';exports[_0x3b224c(0x5c1)]=class extends a[_0x3b224c(0x302)]{constructor(_0x3a582d=zn,_0x1605a5,_0x1a5b75,_0x4f165a,_0x3d6f82){const _0x306d8a=_0x3b224c;super(),this[_0x306d8a(0x38a)]=_0x3a582d,this[_0x306d8a(0x13a)]=_0x1605a5,this[_0x306d8a(0x243)]=_0x1a5b75,this[_0x306d8a(0x495)]=_0x4f165a,this[_0x306d8a(0x142)]=_0x3d6f82;const {..._0x4b8e88}=this[_0x306d8a(0x38a)];this[_0x306d8a(0x142)][_0x306d8a(0x369)](te,_0x4b8e88);}[_0x3b224c(0x39d)](){const _0x37d488=_0x3b224c;this[_0x37d488(0x2e3)](),this[_0x37d488(0x570)]();}[_0x3b224c(0x148)](){const _0x237dec=_0x3b224c;a[_0x237dec(0x275)](this[_0x237dec(0x495)],[[Ve]]);}['onRendered'](){const _0x3370e9=_0x3b224c;this[_0x3370e9(0x317)]();}[_0x3b224c(0x2e3)](){const _0x6c6956=_0x3b224c;var _0x3e5dc1,_0x52b182,_0x4d7d96,_0x1a02d0;this[_0x6c6956(0x495)][_0x6c6956(0x339)](a['IUndoRedoService'])&&this[_0x6c6956(0x13a)][_0x6c6956(0x423)](_0x6c6956(0x56f),_0x6c6956(0x1c0));const _0x1e3300=[[a[_0x6c6956(0x2b0)],{'useClass':It}],[exports['CollaborationSessionService']],[Ot],[wt,{'useClass':An}],[exports[_0x6c6956(0x5db)]],[exports[_0x6c6956(0x42a)]],[Z[_0x6c6956(0x350)]],[ke],[Fe],[Be],[We],[Rt],[Ge],[Ye],[Tt],[Ke],[bt,{'useClass':(_0x52b182=(_0x3e5dc1=this[_0x6c6956(0x38a)])==null?void 0x0:_0x3e5dc1[_0x6c6956(0x521)])!=null?_0x52b182:exports[_0x6c6956(0x446)]}],[S[_0x6c6956(0x3ef)],{'useClass':exports[_0x6c6956(0x2e2)]}],[a['IAuthzIoService'],{'useClass':exports['AuthzIoHttpService']}],[ne[_0x6c6956(0x430)],{'useClass':exports['ImageIoService']}],[exports[_0x6c6956(0x1d0)]],[exports[_0x6c6956(0x151)]],[exports[_0x6c6956(0x58a)]],[Ve],[De]];(_0x4d7d96=this['_config'])!=null&&_0x4d7d96['enableSingleActiveInstanceLock']&&_0x1e3300[_0x6c6956(0x1a8)]([qe,{'useClass':Oi}]),a[_0x6c6956(0x146)](this['_injector'],a[_0x6c6956(0x1a7)](_0x1e3300,(_0x1a02d0=this['_config'])==null?void 0x0:_0x1a02d0[_0x6c6956(0x477)]));}['_registerRenderDependencies'](){const _0x268b94=_0x3b224c;this[_0x268b94(0x220)](this[_0x268b94(0x243)][_0x268b94(0x3f4)](a[_0x268b94(0x3b1)][_0x268b94(0x508)],[pt])),this[_0x268b94(0x220)](this[_0x268b94(0x243)][_0x268b94(0x3f4)](a[_0x268b94(0x3b1)][_0x268b94(0x460)],[gt]));}[_0x3b224c(0x570)](){const _0x3a476c=_0x3b224c;var _0x4baa3b,_0x370d71;this[_0x3a476c(0x495)]['get'](Z[_0x3a476c(0x15d)])[_0x3a476c(0x517)]({'priority':0x14,'interceptor':Z[_0x3a476c(0x59e)]({'maxParallel':0x6})}),(_0x4baa3b=this[_0x3a476c(0x38a)])!=null&&_0x4baa3b[_0x3a476c(0x197)]||this[_0x3a476c(0x495)][_0x3a476c(0x273)](exports[_0x3a476c(0x42a)])[_0x3a476c(0x262)](),(_0x370d71=this['_config'])!=null&&_0x370d71[_0x3a476c(0x524)]&&a['touchDependencies'](this[_0x3a476c(0x495)],[[Ge]]),a[_0x3a476c(0x275)](this[_0x3a476c(0x495)],[[Ye],[De],[exports[_0x3a476c(0x151)]],[exports[_0x3a476c(0x1d0)]],[exports[_0x3a476c(0x58a)]],[Ke]]);}},Kr(exports[_0x3b224c(0x5c1)],_0x3b224c(0x529),qr),exports[_0x3b224c(0x5c1)]=Yr([a['DependentOn'](S['UniverCollaborationPlugin'],Z[_0x3b224c(0x5d9)]),He(0x1,a['ILogService']),He(0x2,K[_0x3b224c(0x569)]),He(0x3,a[_0x3b224c(0x556)](a[_0x3b224c(0x157)])),He(0x4,a[_0x3b224c(0x160)])],exports[_0x3b224c(0x5c1)]),exports[_0x3b224c(0x2f7)]=Rn,exports[_0x3b224c(0x3be)]=on,exports['COLLAB_WEB_SOCKET_URL_KEY']=en,exports[_0x3b224c(0x507)]=q,exports['CollaborationStatusDisplay']=Tn,exports[_0x3b224c(0x493)]=Tt,exports['HEARTBEAT_INTERVAL_KEY']=tn,exports[_0x3b224c(0x181)]=Ct,exports['ICollaborationSocketService']=bt,exports[_0x3b224c(0x55f)]=wt,exports[_0x3b224c(0x4f0)]=rn,exports[_0x3b224c(0x462)]=an,exports[_0x3b224c(0x299)]=sn,exports[_0x3b224c(0x337)]=Bn,exports[_0x3b224c(0x4c1)]=Zt,exports['SNAPSHOT_URL_KEY']=Qt,exports[_0x3b224c(0x1a9)]=se,exports[_0x3b224c(0x22e)]=Sn,exports[_0x3b224c(0x4a6)]=An,exports[_0x3b224c(0x1b4)]=hn,exports[_0x3b224c(0x50f)]=_n;
|
1
|
+
'use strict';const _0x2fc972=_0x10d1;(function(_0x10b963,_0x1f665c){const _0x17a742=_0x10d1,_0x19bd99=_0x10b963();while(!![]){try{const _0xeaaf1e=parseInt(_0x17a742(0x45a))/0x1*(parseInt(_0x17a742(0x24f))/0x2)+-parseInt(_0x17a742(0x186))/0x3+-parseInt(_0x17a742(0x29e))/0x4+-parseInt(_0x17a742(0x442))/0x5+parseInt(_0x17a742(0xea))/0x6+parseInt(_0x17a742(0x276))/0x7*(parseInt(_0x17a742(0x182))/0x8)+parseInt(_0x17a742(0x39f))/0x9*(parseInt(_0x17a742(0x157))/0xa);if(_0xeaaf1e===_0x1f665c)break;else _0x19bd99['push'](_0x19bd99['shift']());}catch(_0x14e877){_0x19bd99['push'](_0x19bd99['shift']());}}}(_0x14d0,0xeb6cb));var Ln=Object[_0x2fc972(0x356)],xn=(_0x322044,_0x27953b,_0xfb9568)=>_0x27953b in _0x322044?Ln(_0x322044,_0x27953b,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0xfb9568}):_0x322044[_0x27953b]=_0xfb9568,I=(_0xb54fc,_0x7e69c2,_0x3e4cfe)=>xn(_0xb54fc,typeof _0x7e69c2!='symbol'?_0x7e69c2+'':_0x7e69c2,_0x3e4cfe);Object[_0x2fc972(0x356)](exports,Symbol[_0x2fc972(0x394)],{'value':'Module'});const a=require(_0x2fc972(0x291)),A=require('rxjs'),V=require('rxjs/operators'),ge=require(_0x2fc972(0x229)),ee=require(_0x2fc972(0x2bf)),Z=require(_0x2fc972(0x396)),S=require(_0x2fc972(0x3bf)),jn=require(_0x2fc972(0x210)),J=require('@univerjs/docs-ui'),k=require(_0x2fc972(0x21f)),K=require('@univerjs/engine-render'),ye=require(_0x2fc972(0x531)),ne=require('@univerjs/drawing'),Pt=require(_0x2fc972(0x4f1)),Re=require(_0x2fc972(0x3db)),ae=require('react'),$n=require(_0x2fc972(0x20d)),Zt=_0x2fc972(0x368),Hn='/universer-api/snapshot',Qt=_0x2fc972(0x43d),Bn=_0x2fc972(0x4ae),kn=0x7d0,en='COLLAB_WEB_SOCKET_URL',Wn='ws://127.0.0.1:8000/universer-api/comb/connect',tn=_0x2fc972(0xcc),Fn=0x7530,Ct='HEARTBEAT_TIMEOUT',nn=0x4e20,Vn=0x4e20,sn=_0x2fc972(0x2c8),Gn=0x3,rn='LOCAL_CACHE_INTERVAL',Yn=0x3e8,on=_0x2fc972(0x3b1),Kn='/universer-api/comb',an='LOGIN_URL_KEY',qn=_0x2fc972(0x4ba);var cn=(_0xf526e1=>(_0xf526e1[_0xf526e1[_0x2fc972(0x1ba)]=0x0]=_0x2fc972(0x1ba),_0xf526e1[_0xf526e1['OK']=0x1]='OK',_0xf526e1[_0xf526e1['INTERNAL_ERROR']=0x2]=_0x2fc972(0x50d),_0xf526e1[_0xf526e1[_0x2fc972(0x2a7)]=0x3]=_0x2fc972(0x2a7),_0xf526e1[_0xf526e1[_0x2fc972(0x411)]=0x4]='NOT_FOUND',_0xf526e1[_0xf526e1['UNAUTHENTICATED']=0x5]='UNAUTHENTICATED',_0xf526e1[_0xf526e1[_0x2fc972(0x348)]=0x6]='ALREADY_EXISTS',_0xf526e1[_0xf526e1[_0x2fc972(0x16e)]=0x7]=_0x2fc972(0x16e),_0xf526e1[_0xf526e1[_0x2fc972(0x2cd)]=0x8]=_0x2fc972(0x2cd),_0xf526e1[_0xf526e1[_0x2fc972(0x4bd)]=0x9]='COMPLETION_FINISHED',_0xf526e1[_0xf526e1[_0x2fc972(0x4be)]=0x1389]='CHANGESET_REVISION_CONFILICT',_0xf526e1[_0xf526e1['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x2fc972(0x251),_0xf526e1[_0xf526e1['SNAPSHOT_HAS_BEEN_REMOVED']=0x1772]=_0x2fc972(0x3ee),_0xf526e1[_0xf526e1['ENSURE_SNAPSHOT_EXECUTION']=0x1773]=_0x2fc972(0x200),_0xf526e1[_0xf526e1[_0x2fc972(0x231)]=0x1b59]='APPLY_REJECT',_0xf526e1[_0xf526e1[_0x2fc972(0x297)]=0x1b5a]=_0x2fc972(0x297),_0xf526e1[_0xf526e1['APPLY_REVISION_CONFILICT']=0x1b5b]=_0x2fc972(0x113),_0xf526e1[_0xf526e1[_0x2fc972(0x2ae)]=0x1b5c]=_0x2fc972(0x2ae),_0xf526e1[_0xf526e1[_0x2fc972(0x4db)]=0x1b5d]='APPLY_DUPLICATED',_0xf526e1[_0xf526e1[_0x2fc972(0x534)]=0x1f41]='CONNECTOR_DATA_TOO_LARGE',_0xf526e1[_0xf526e1[_0x2fc972(0x4b6)]=0x2329]=_0x2fc972(0x4b6),_0xf526e1[_0xf526e1[_0x2fc972(0x388)]=0x232a]=_0x2fc972(0x388),_0xf526e1[_0xf526e1['LICENSE_IMPORT_SIZE_EXCEEDED']=0x232b]=_0x2fc972(0x4f0),_0xf526e1[_0xf526e1['LICENSE_EXPORT_SIZE_EXCEEDED']=0x232c]=_0x2fc972(0x4c1),_0xf526e1[_0xf526e1['LICENSE_DISTRO_REJECTED']=0x232d]='LICENSE_DISTRO_REJECTED',_0xf526e1[_0xf526e1[_0x2fc972(0x2f9)]=0x2711]=_0x2fc972(0x2f9),_0xf526e1[_0xf526e1['YUUMI_URL_COL_OUT_OF_RANGE']=0x2712]=_0x2fc972(0x1aa),_0xf526e1[_0xf526e1[_0x2fc972(0x165)]=0x2713]=_0x2fc972(0x165),_0xf526e1[_0xf526e1['YUUMI_SUBSCRIPTION_NOT_FOUND']=0x2714]=_0x2fc972(0x355),_0xf526e1[_0xf526e1[_0x2fc972(0x1e5)]=-0x1]=_0x2fc972(0x1e5),_0xf526e1))(cn||{}),ie=(_0x53e472=>(_0x53e472[_0x53e472['UNIVER_UNKNOWN']=0x0]=_0x2fc972(0x216),_0x53e472[_0x53e472[_0x2fc972(0x22f)]=0x1]=_0x2fc972(0x22f),_0x53e472[_0x53e472[_0x2fc972(0x252)]=0x2]=_0x2fc972(0x252),_0x53e472[_0x53e472[_0x2fc972(0x1ff)]=0x3]='UNIVER_SLIDE',_0x53e472[_0x53e472['UNIVER_PROJECT']=0x4]='UNIVER_PROJECT',_0x53e472[_0x53e472['UNRECOGNIZED']=-0x1]=_0x2fc972(0x1e5),_0x53e472))(ie||{}),G=(_0x554d61=>(_0x554d61[_0x554d61[_0x2fc972(0x326)]=0x0]=_0x2fc972(0x326),_0x554d61[_0x554d61[_0x2fc972(0x3b8)]=0x1]=_0x2fc972(0x3b8),_0x554d61[_0x554d61['JOIN']=0x2]='JOIN',_0x554d61[_0x554d61[_0x2fc972(0x2b4)]=0x3]=_0x2fc972(0x2b4),_0x554d61[_0x554d61[_0x2fc972(0xdb)]=0x4]=_0x2fc972(0xdb),_0x554d61[_0x554d61['HEARTBEAT']=0x5]=_0x2fc972(0x3bb),_0x554d61[_0x554d61[_0x2fc972(0x366)]=0x6]='RECV',_0x554d61[_0x554d61[_0x2fc972(0x1e5)]=-0x1]=_0x2fc972(0x1e5),_0x554d61))(G||{}),Et=(_0x2fa6da=>(_0x2fa6da[_0x2fa6da[_0x2fc972(0x416)]=0x0]='UNKNOWN_CODE',_0x2fa6da[_0x2fa6da['OK']=0x1]='OK',_0x2fa6da[_0x2fa6da[_0x2fc972(0x2de)]=0x2]=_0x2fc972(0x2de),_0x2fa6da[_0x2fa6da['UNRECOGNIZED']=-0x1]=_0x2fc972(0x1e5),_0x2fa6da))(Et||{}),ln=(_0x5eb144=>(_0x5eb144[_0x5eb144[_0x2fc972(0x1ad)]=0x0]=_0x2fc972(0x1ad),_0x5eb144[_0x5eb144[_0x2fc972(0x1a9)]=0x1]='HttpImport',_0x5eb144[_0x5eb144[_0x2fc972(0x33b)]=0x2]=_0x2fc972(0x33b),_0x5eb144[_0x5eb144[_0x2fc972(0x48d)]=0x3]=_0x2fc972(0x48d),_0x5eb144[_0x5eb144[_0x2fc972(0x148)]=0x4]=_0x2fc972(0x148),_0x5eb144[_0x5eb144['UNRECOGNIZED']=-0x1]=_0x2fc972(0x1e5),_0x5eb144))(ln||{});const te=_0x2fc972(0xf4),zn={};function hn(_0x4a2e72){const _0x302a08=_0x2fc972;var _0x488dbb,_0x212334,_0x285ef8,_0x33e4fe,_0x49cbf3;const _0x402c98=_0x4a2e72[_0x302a08(0x191)],_0x11809c=JSON[_0x302a08(0x17d)](_0x402c98);switch(_0x11809c['cmd']){case G[_0x302a08(0x3bb)]:case G['HELLO']:{const _0xdb97e7=_0x11809c[_0x302a08(0x34f)];return{..._0x11809c,'data':_0xdb97e7,'cmd':_0x11809c[_0x302a08(0x380)]};}case G[_0x302a08(0x14b)]:{const _0x52887e=_0x11809c[_0x302a08(0x16b)];return{..._0x11809c,'data':_0x52887e,'cmd':_0x11809c['cmd']};}case G[_0x302a08(0x366)]:{const _0x735fc5=_0x11809c[_0x302a08(0x428)];switch(_0x735fc5[_0x302a08(0x4ca)]){case S[_0x302a08(0x2b7)][_0x302a08(0x25a)]:return{..._0x11809c,'data':{..._0x735fc5,'data':(_0x488dbb=_0x735fc5[_0x302a08(0x3ff)])==null?void 0x0:_0x488dbb['cs']},'cmd':_0x11809c['cmd']};case S[_0x302a08(0x2b7)]['CHANGESET_ACK']:return{..._0x11809c,'data':{..._0x735fc5,'data':(_0x212334=_0x735fc5['csAckEvent'])==null?void 0x0:_0x212334['cs']},'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)]['NEW_CHANGESETS']:return{..._0x11809c,'data':{..._0x735fc5,'data':(_0x285ef8=_0x735fc5[_0x302a08(0x467)])==null?void 0x0:_0x285ef8['cs']},'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)][_0x302a08(0x1fb)]:return{..._0x11809c,'data':{..._0x735fc5,'data':(_0x33e4fe=_0x735fc5[_0x302a08(0x156)])==null?void 0x0:_0x33e4fe['cs']},'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)]['CHANGESET_SHOULD_RETRY']:return{..._0x11809c,'data':{..._0x735fc5,'data':(_0x49cbf3=_0x735fc5[_0x302a08(0x520)])==null?void 0x0:_0x49cbf3['cs']},'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)][_0x302a08(0x1be)]:return{..._0x11809c,'data':{..._0x735fc5,'data':_0x735fc5[_0x302a08(0x308)]},'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)][_0x302a08(0x321)]:return{..._0x11809c,'data':{..._0x735fc5,'data':_0x735fc5['joinEvent']},'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)][_0x302a08(0x50a)]:return{..._0x11809c,'data':{..._0x735fc5,'data':_0x735fc5['leaveEvent']},'cmd':_0x11809c[_0x302a08(0x380)]};case S['CollaborationEvent'][_0x302a08(0x314)]:return{..._0x11809c,'data':{..._0x735fc5,'data':_0x735fc5['liveShareNewHost']},'cmd':_0x11809c[_0x302a08(0x380)]};case S['CollaborationEvent']['LIVESHARE_FETCH_OPERATIONS']:case S[_0x302a08(0x2b7)]['LIVESHARE_OPERATION']:return{..._0x11809c,'data':{..._0x735fc5,'data':_0x735fc5[_0x302a08(0x526)]},'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)][_0x302a08(0x53b)]:return{..._0x11809c,'data':{..._0x735fc5,'data':_0x735fc5[_0x302a08(0x3e2)]},'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)][_0x302a08(0x4cd)]:return{..._0x11809c,'data':_0x735fc5,'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)]['COMMENT_UPDATE']:return{..._0x11809c,'data':{..._0x735fc5,'data':_0x735fc5[_0x302a08(0x405)]},'cmd':_0x11809c[_0x302a08(0x380)]};case S[_0x302a08(0x2b7)][_0x302a08(0x11a)]:return{..._0x11809c,'data':{..._0x735fc5,'data':_0x735fc5['updatePermissionObjEvent']},'cmd':_0x11809c['cmd']};case S[_0x302a08(0x2b7)]['SHOULD_CLOSE_CONN']:return{..._0x11809c,'data':{..._0x735fc5,'data':_0x735fc5['shouldCloseConn']},'cmd':_0x11809c[_0x302a08(0x380)]};default:return _0x11809c;}}default:return _0x11809c;}}function _n(_0x3b4470){const _0x1a7bc1=_0x2fc972;switch(_0x3b4470[_0x1a7bc1(0x380)]){case G[_0x1a7bc1(0x3bb)]:case G[_0x1a7bc1(0x3b8)]:return JSON[_0x1a7bc1(0x3cd)]({'cmd':_0x3b4470['cmd'],'routeKey':_0x3b4470['routeKey']});case G['INGEST']:{let _0x6e48d8;switch(_0x3b4470[_0x1a7bc1(0x191)][_0x1a7bc1(0x4ca)]){case S['CollaborationEvent'][_0x1a7bc1(0x1be)]:{_0x6e48d8={'eventID':S[_0x1a7bc1(0x2b7)][_0x1a7bc1(0x1be)],'updateCursorEvent':_0x3b4470['data']['data']};break;}case S[_0x1a7bc1(0x2b7)][_0x1a7bc1(0x50a)]:{_0x6e48d8={'eventID':S[_0x1a7bc1(0x2b7)]['USERS_LEAVE'],'leaveEvent':_0x3b4470[_0x1a7bc1(0x191)][_0x1a7bc1(0x191)]};break;}case S[_0x1a7bc1(0x2b7)][_0x1a7bc1(0x321)]:{_0x6e48d8={'eventID':S['CollaborationEvent']['USERS_ENTER'],'joinEvent':_0x3b4470['data'][_0x1a7bc1(0x191)]};break;}case S[_0x1a7bc1(0x2b7)]['LIVESHARE_NEW_HOST']:{_0x6e48d8={'eventID':S[_0x1a7bc1(0x2b7)][_0x1a7bc1(0x314)],'liveShareNewHost':_0x3b4470[_0x1a7bc1(0x191)]['data']};break;}case S[_0x1a7bc1(0x2b7)][_0x1a7bc1(0x3a6)]:{_0x6e48d8={'eventID':S[_0x1a7bc1(0x2b7)][_0x1a7bc1(0x3a6)],'liveShareOperation':_0x3b4470[_0x1a7bc1(0x191)]['data']};break;}case S['CollaborationEvent'][_0x1a7bc1(0x53b)]:{_0x6e48d8={'eventID':S[_0x1a7bc1(0x2b7)][_0x1a7bc1(0x53b)],'liveShareTerminate':_0x3b4470[_0x1a7bc1(0x191)]['data']};break;}case S[_0x1a7bc1(0x2b7)][_0x1a7bc1(0x1ea)]:{_0x6e48d8={'eventID':S[_0x1a7bc1(0x2b7)]['LIVESHARE_REQUEST_HOST'],'liveShareRequestHost':_0x3b4470[_0x1a7bc1(0x191)][_0x1a7bc1(0x191)]};break;}case S['CollaborationEvent']['LIVESHARE_FETCH_OPERATIONS']:{_0x6e48d8={'eventID':S['CollaborationEvent']['LIVESHARE_FETCH_OPERATIONS']};break;}default:_0x6e48d8={'eventID':_0x3b4470[_0x1a7bc1(0x191)][_0x1a7bc1(0x4ca)]};}return JSON[_0x1a7bc1(0x3cd)]({'cmd':_0x3b4470['cmd'],'routeKey':_0x3b4470['routeKey'],'collaMsg':_0x6e48d8});}case G[_0x1a7bc1(0x14b)]:return JSON[_0x1a7bc1(0x3cd)]({'cmd':_0x3b4470[_0x1a7bc1(0x380)],'routeKey':_0x3b4470[_0x1a7bc1(0x2c4)],'joinReq':_0x3b4470[_0x1a7bc1(0x191)]});case G['LEAVE']:return JSON[_0x1a7bc1(0x3cd)]({'cmd':_0x3b4470[_0x1a7bc1(0x380)],'routeKey':_0x3b4470['routeKey'],'leaveReq':_0x3b4470[_0x1a7bc1(0x191)]});default:throw new Error(_0x1a7bc1(0x15b));}}var Xn=Object['defineProperty'],Jn=Object[_0x2fc972(0x423)],Zn=(_0x57f0a6,_0x38b504,_0x14ac9f,_0x210bf6)=>{for(var _0x528f33=_0x210bf6>0x1?void 0x0:_0x210bf6?Jn(_0x38b504,_0x14ac9f):_0x38b504,_0x37e66a=_0x57f0a6['length']-0x1,_0x36ee7f;_0x37e66a>=0x0;_0x37e66a--)(_0x36ee7f=_0x57f0a6[_0x37e66a])&&(_0x528f33=(_0x210bf6?_0x36ee7f(_0x38b504,_0x14ac9f,_0x528f33):_0x36ee7f(_0x528f33))||_0x528f33);return _0x210bf6&&_0x528f33&&Xn(_0x38b504,_0x14ac9f,_0x528f33),_0x528f33;},we=(_0x576cf2,_0x41cd84)=>(_0x3b9c45,_0x27d238)=>_0x41cd84(_0x3b9c45,_0x27d238,_0x576cf2);const bt=a[_0x2fc972(0x183)](_0x2fc972(0x483));function Qn(_0x4a739b,_0x2f6da8,_0x16ade1){const _0x2a7dce=_0x2fc972;return _0x4a739b+'/'+_0x2f6da8+_0x2a7dce(0xaa)+_0x16ade1+_0x2a7dce(0x35c);}exports[_0x2fc972(0x44c)]=class extends a[_0x2fc972(0x37c)]{constructor(_0xb8e1fb,_0x54d8fd,_0xec1c33,_0x1fd94e,_0xb8610b){const _0x506f15=_0x2fc972;super(),this['_http']=_0xb8e1fb,this['_ws']=_0x54d8fd,this[_0x506f15(0x51e)]=_0xec1c33,this['_logService']=_0x1fd94e,this[_0x506f15(0x18a)]=_0xb8610b;}[_0x2fc972(0x51f)](_0x7c673a){const _0x1995d7=_0x2fc972,_0x4db02a=this['_ws'][_0x1995d7(0x51f)](_0x7c673a);if(!_0x4db02a)throw new Error(_0x1995d7(0x245));const _0x53ef15=new a[(_0x1995d7(0x1a0))](),_0x3da94c=new A[(_0x1995d7(0xd4))]();_0x53ef15[_0x1995d7(0x34a)](_0x4db02a[_0x1995d7(0x39c)]['subscribe'](_0x3f71e1=>_0x3da94c[_0x1995d7(0x450)](_0x3f71e1))),_0x53ef15[_0x1995d7(0x34a)](a['toDisposable'](()=>_0x3da94c[_0x1995d7(0x4b9)]()));const _0x19d100=new A[(_0x1995d7(0xd4))]();_0x53ef15['add'](_0x4db02a[_0x1995d7(0x2a1)]['subscribe'](_0x2636da=>_0x19d100[_0x1995d7(0x450)](_0x2636da))),_0x53ef15['add'](a[_0x1995d7(0x146)](()=>_0x19d100[_0x1995d7(0x4b9)]()));const _0xab6fe9=new A[(_0x1995d7(0xd4))]();_0x53ef15[_0x1995d7(0x34a)](_0x4db02a[_0x1995d7(0x48a)][_0x1995d7(0x243)](_0x38bfdf=>{const _0x1dcf8c=_0x1995d7,_0x49fa2f=hn(_0x38bfdf);_0xab6fe9[_0x1dcf8c(0x450)](_0x49fa2f);})),_0x53ef15[_0x1995d7(0x34a)](a['toDisposable'](()=>_0xab6fe9[_0x1995d7(0x4b9)]()));let _0x4aaaae;const _0x31d84c=()=>{const _0x8d6fa8=_0x1995d7;_0x19d100['next'](new Event(_0x8d6fa8(0x298))),_0x3da94c['next'](new CloseEvent(_0x8d6fa8(0x298))),_0x4aaaae[_0x8d6fa8(0x224)]();};return _0x4aaaae={'memberID':'','close$':_0x3da94c[_0x1995d7(0x1f3)](),'error$':_0x19d100['asObservable'](),'open$':_0x4db02a['open$'],'message$':_0xab6fe9[_0x1995d7(0x1f3)](),'send':_0x123307=>{const _0x301313=_0x1995d7;if(_0x123307[_0x301313(0x380)]===G[_0x301313(0xdb)]){if(_0x123307[_0x301313(0x191)][_0x301313(0x4ca)]===S[_0x301313(0x2b7)][_0x301313(0x306)]){this[_0x301313(0x36e)](_0x4aaaae,_0x123307[_0x301313(0x191)])[_0x301313(0x4e0)](_0x1dfdab=>{const _0xf780b5=_0x301313;this[_0xf780b5(0x3e5)][_0xf780b5(0x2be)](_0x1dfdab),_0x31d84c();});return;}if(_0x123307[_0x301313(0x191)][_0x301313(0x4ca)]===S['CollaborationEvent'][_0x301313(0x472)]){const _0x54e911=_0x123307[_0x301313(0x191)];this[_0x301313(0x1ae)](_0x54e911)[_0x301313(0x104)](_0x3a7043=>{const _0x5ef38c=_0x301313;_0xab6fe9[_0x5ef38c(0x450)]({'cmd':G[_0x5ef38c(0x366)],'code':Et['OK'],'routeKey':_0x54e911[_0x5ef38c(0x191)]['unitID'],'routeType':'','data':{'eventID':S['CollaborationEvent'][_0x5ef38c(0xc8)],'data':{'changesets':_0x3a7043}}});})[_0x301313(0x4e0)](_0xc1b2f4=>{const _0x579bb7=_0x301313;this[_0x579bb7(0x3e5)][_0x579bb7(0x2be)](_0xc1b2f4),_0x31d84c();});return;}}_0x4db02a[_0x301313(0x3b3)](_n(_0x123307));},'close':()=>{const _0x3e703d=_0x1995d7;_0x4db02a['close'](),_0x53ef15[_0x3e703d(0x324)]();}},_0x4aaaae;}async['_submitChangeset'](_0xfef9a0,_0x54eede){const _0x4a9b42=_0x2fc972;var _0x3bd2be,_0x4fe65;const {unitType:_0x1a1d40,unitID:_0x310097,changeset:_0x37e4ba}=_0x54eede[_0x4a9b42(0x191)],_0x39e718={'unitID':_0x310097,'memberID':_0xfef9a0[_0x4a9b42(0x51d)],'type':_0x1a1d40,'changeset':S['parseChangesetToProtocol'](_0x37e4ba)},_0x48eb80=this[_0x4a9b42(0x51e)][_0x4a9b42(0xf1)](on),_0x3ccfc0=this[_0x4a9b42(0x51e)][_0x4a9b42(0xf1)](te),_0x2ef905=Qn((_0x4fe65=(_0x3bd2be=_0x3ccfc0==null?void 0x0:_0x3ccfc0['collabSubmitChangesetUrl'])!=null?_0x3bd2be:_0x48eb80)!=null?_0x4fe65:Kn,_0x1a1d40,_0x310097);try{await this['_http'][_0x4a9b42(0x1b2)](_0x2ef905,{'body':_0x39e718});}catch(_0x3966a3){throw this[_0x4a9b42(0x3e5)][_0x4a9b42(0x2be)](_0x4a9b42(0x304),'submit\x20changeset\x20error!'),_0x3966a3;}}async['_fetchMissChangesets'](_0x42c6b4){const _0x587840=_0x2fc972,{unitID:_0x199d00,from:_0x2066d2,to:_0x2274d5,unitType:_0x1f40db}=_0x42c6b4[_0x587840(0x191)];return(await this[_0x587840(0x18a)][_0x587840(0x4fd)]({'metadata':void 0x0},{'unitID':_0x199d00,'type':_0x1f40db,'from':_0x2066d2,'to':_0x2274d5}))[_0x587840(0x517)];}},exports['CollaborationSocketService']=Zn([we(0x0,a['Inject'](Z[_0x2fc972(0x4a1)])),we(0x1,a[_0x2fc972(0xde)](Z['WebSocketService'])),we(0x2,a[_0x2fc972(0x33a)]),we(0x3,a[_0x2fc972(0x1fc)]),we(0x4,S['ISnapshotServerService'])],exports[_0x2fc972(0x44c)]);const ei=_0x2fc972(0x154);function ti(_0x2c629f){const _0x42f842=_0x2fc972;return JSON[_0x42f842(0x3cd)](_0x2c629f)[_0x42f842(0x14d)];}class Tt{constructor(){const _0x11f3ca=_0x2fc972;I(this,_0x11f3ca(0x1c1),new A[(_0x11f3ca(0xd4))]()),I(this,_0x11f3ca(0x1c5),this[_0x11f3ca(0x1c1)][_0x11f3ca(0x1f3)]());}[_0x2fc972(0x14e)](_0x2bb912){const _0x3dbb87=_0x2fc972;this[_0x3dbb87(0x1c1)][_0x3dbb87(0x450)](_0x2bb912);}}var ni=Object['defineProperty'],ii=Object['getOwnPropertyDescriptor'],si=(_0x27ffbc,_0x47aaee,_0x3e5dba,_0x19f417)=>{for(var _0x1392c3=_0x19f417>0x1?void 0x0:_0x19f417?ii(_0x47aaee,_0x3e5dba):_0x47aaee,_0x4852c9=_0x27ffbc['length']-0x1,_0x2a77a1;_0x4852c9>=0x0;_0x4852c9--)(_0x2a77a1=_0x27ffbc[_0x4852c9])&&(_0x1392c3=(_0x19f417?_0x2a77a1(_0x47aaee,_0x3e5dba,_0x1392c3):_0x2a77a1(_0x1392c3))||_0x1392c3);return _0x19f417&&_0x1392c3&&ni(_0x47aaee,_0x3e5dba,_0x1392c3),_0x1392c3;},Ut=(_0xe06ba5,_0x50b688)=>(_0x400d41,_0x43583a)=>_0x50b688(_0x400d41,_0x43583a,_0xe06ba5);exports[_0x2fc972(0x120)]=class extends a[_0x2fc972(0x37c)]{constructor(_0x3a3e2d,_0x47b37c){const _0x14f2b=_0x2fc972;super(),I(this,_0x14f2b(0x2ed),new Map()),(this['_univerInstanceService']=_0x3a3e2d,this[_0x14f2b(0x40f)]=_0x47b37c,this[_0x14f2b(0x1a7)](a[_0x14f2b(0x146)](A[_0x14f2b(0x35e)](this[_0x14f2b(0x4d3)]['getTypeOfUnitDisposed$'](a[_0x14f2b(0x172)][_0x14f2b(0x252)])[_0x14f2b(0x54d)](V['map'](_0x3172f9=>_0x3172f9[_0x14f2b(0x12b)]())),this[_0x14f2b(0x4d3)][_0x14f2b(0x4fa)](a['UniverInstanceType']['UNIVER_DOC'])[_0x14f2b(0x54d)](V[_0x14f2b(0x2dc)](_0xd02278=>_0xd02278[_0x14f2b(0x12b)]())),this[_0x14f2b(0x4d3)]['getTypeOfUnitDisposed$'](a['UniverInstanceType'][_0x14f2b(0x1ff)])[_0x14f2b(0x54d)](V[_0x14f2b(0x2dc)](_0xa758f1=>_0xa758f1[_0x14f2b(0x12b)]())))[_0x14f2b(0x243)](_0x1460c7=>this[_0x14f2b(0x3b4)](_0x1460c7)))));}[_0x2fc972(0x43b)](_0xf9dbc0){const _0x4bd83e=_0x2fc972;this[_0x4bd83e(0x40f)][_0x4bd83e(0x43b)](_0xf9dbc0);}['getCurrentUser'](){const _0x157c9f=_0x2fc972;return this[_0x157c9f(0x40f)][_0x157c9f(0x4a9)]();}[_0x2fc972(0x26b)](_0x5b2a77,_0x4c62bd){const _0x229ad6=_0x2fc972;let _0x2316b5=this[_0x229ad6(0x2ed)]['get'](_0x5b2a77);_0x2316b5||(_0x2316b5=new ri(),this[_0x229ad6(0x2ed)]['set'](_0x5b2a77,_0x2316b5)),_0x2316b5['updateMember'](_0x4c62bd);}[_0x2fc972(0x49d)](_0x193304,_0xbb71b5){const _0x1d5c82=_0x2fc972,_0x556da3=this[_0x1d5c82(0x2ed)]['get'](_0x193304);_0x556da3&&_0x556da3['removeMember'](_0xbb71b5);}[_0x2fc972(0x1cb)](_0x3058f5){const _0x1d7ccb=_0x2fc972;return this[_0x1d7ccb(0x2ed)]['get'](_0x3058f5);}['getMember'](_0x1970bf,_0x592222){const _0x2e9895=_0x2fc972,_0xd0adc3=this[_0x2e9895(0x2ed)][_0x2e9895(0x3cf)](_0x1970bf);if(_0xd0adc3)return _0xd0adc3[_0x2e9895(0x2bc)](_0x592222);}['_removeRoom'](_0x58a0ec){const _0xf52246=_0x2fc972,_0x452281=this[_0xf52246(0x2ed)]['get'](_0x58a0ec);_0x452281&&(_0x452281['dispose'](),this[_0xf52246(0x2ed)][_0xf52246(0x332)](_0x58a0ec));}[_0x2fc972(0x324)](){const _0x5601a6=_0x2fc972;this['_roomMembers'][_0x5601a6(0x422)](_0x134afd=>_0x134afd['dispose']()),this['_roomMembers'][_0x5601a6(0x211)]();}},exports[_0x2fc972(0x120)]=si([Ut(0x0,a[_0x2fc972(0x3b9)]),Ut(0x1,a['Inject'](a[_0x2fc972(0x343)]))],exports[_0x2fc972(0x120)]);class ri extends a[_0x2fc972(0x37c)]{constructor(){const _0x5b1ee5=_0x2fc972;super(...arguments),I(this,_0x5b1ee5(0x3bc),new Map());}[_0x2fc972(0x324)](){const _0x13940b=_0x2fc972;this[_0x13940b(0x3bc)]['clear']();}['updateMember'](_0x325435){const _0x45b81f=_0x2fc972;this[_0x45b81f(0x3bc)][_0x45b81f(0x3ef)](_0x325435[_0x45b81f(0x51d)],_0x325435);}[_0x2fc972(0x49d)](_0x3e2fdd){const _0xa79905=_0x2fc972;this['_members'][_0xa79905(0x332)](_0x3e2fdd);}[_0x2fc972(0x2bc)](_0x19bfbe){const _0x4e3118=_0x2fc972;return this[_0x4e3118(0x3bc)][_0x4e3118(0x3cf)](_0x19bfbe);}[_0x2fc972(0x2fe)](){const _0x2ae8ae=_0x2fc972;return Array[_0x2ae8ae(0x4fe)](this['_members'][_0x2ae8ae(0x510)]());}}var oi=Object[_0x2fc972(0x356)],ai=Object[_0x2fc972(0x423)],ci=(_0x4870c7,_0x370095,_0x4f8e3a,_0x42a3ba)=>{const _0x30739f=_0x2fc972;for(var _0x52d416=_0x42a3ba>0x1?void 0x0:_0x42a3ba?ai(_0x370095,_0x4f8e3a):_0x370095,_0x384eff=_0x4870c7[_0x30739f(0x14d)]-0x1,_0x468d68;_0x384eff>=0x0;_0x384eff--)(_0x468d68=_0x4870c7[_0x384eff])&&(_0x52d416=(_0x42a3ba?_0x468d68(_0x370095,_0x4f8e3a,_0x52d416):_0x468d68(_0x52d416))||_0x52d416);return _0x42a3ba&&_0x52d416&&oi(_0x370095,_0x4f8e3a,_0x52d416),_0x52d416;},de=(_0x4a140a,_0x182e38)=>(_0x3accf5,_0x3c06e0)=>_0x182e38(_0x3accf5,_0x3c06e0,_0x4a140a),se=(_0x30421b=>(_0x30421b[_0x30421b[_0x2fc972(0x302)]=0x0]=_0x2fc972(0x302),_0x30421b[_0x30421b[_0x2fc972(0xed)]=0x1]='JOINING',_0x30421b[_0x30421b[_0x2fc972(0x455)]=0x2]=_0x2fc972(0x455),_0x30421b[_0x30421b[_0x2fc972(0x30f)]=0x3]=_0x2fc972(0x30f),_0x30421b))(se||{});exports[_0x2fc972(0x246)]=class extends a[_0x2fc972(0x222)]{constructor(_0x18d4a3,_0x177ab0,_0x21c79f,_0x397c01,_0x56b8d4,_0x233e08,_0x4881b1,_0x248b20,_0x4e604c,_0x57711e){const _0x44c6a0=_0x2fc972;super(),I(this,'_sessionStatus$',new A[(_0x44c6a0(0x130))](0x0)),I(this,_0x44c6a0(0x4cb),this[_0x44c6a0(0x44b)][_0x44c6a0(0x1f3)]()),I(this,'_event$',new A['Subject']()),I(this,'event$',this[_0x44c6a0(0x1c2)][_0x44c6a0(0x1f3)]()),I(this,_0x44c6a0(0x550)),I(this,'_socketMessageSubscription'),I(this,_0x44c6a0(0x2e2)),I(this,_0x44c6a0(0x21a),!0x1),I(this,'_telemetryInfo',null),(this[_0x44c6a0(0x168)]=_0x18d4a3,this[_0x44c6a0(0x3e5)]=_0x21c79f,this['_beforeCloseService']=_0x397c01,this[_0x44c6a0(0x3b6)]=_0x56b8d4,this[_0x44c6a0(0x51e)]=_0x233e08,this[_0x44c6a0(0x46e)]=_0x4881b1,this[_0x44c6a0(0x35d)]=_0x248b20,this[_0x44c6a0(0x16f)]=_0x4e604c,this[_0x44c6a0(0x155)]=_0x57711e,this[_0x44c6a0(0x21a)]=!!this[_0x44c6a0(0x155)],_0x177ab0['pipe'](A[_0x44c6a0(0x26d)](this[_0x44c6a0(0x391)]))[_0x44c6a0(0x243)](_0x21f15e=>{const _0x51d2f6=_0x44c6a0;var _0x42b592;typeof _0x21f15e>'u'||(this[_0x51d2f6(0x550)]=_0x21f15e,_0x21f15e?(this['_joinRoom'](_0x21f15e),this[_0x51d2f6(0x390)]=_0x21f15e[_0x51d2f6(0x48a)]['subscribe'](_0x455e56=>{const _0x7e695b=_0x51d2f6;_0x455e56[_0x7e695b(0x2c4)]===this[_0x7e695b(0x168)]&&this[_0x7e695b(0x502)](_0x455e56);})):(this[_0x51d2f6(0x21d)](),this[_0x51d2f6(0x44b)]['next'](0x2),(_0x42b592=this[_0x51d2f6(0x390)])==null||_0x42b592[_0x51d2f6(0x484)](),this[_0x51d2f6(0x390)]=null));}),this['disposeWithMe'](this['_beforeCloseService']['registerOnClose'](()=>{const _0x39128e=_0x44c6a0;var _0x2cb46b;(_0x2cb46b=this[_0x39128e(0x550)])==null||_0x2cb46b[_0x39128e(0x3b3)]({'cmd':G[_0x39128e(0x2b4)],'data':{'roomID':this[_0x39128e(0x168)]}});})));}get[_0x2fc972(0x480)](){const _0x14c1e5=_0x2fc972;return this[_0x14c1e5(0x44b)][_0x14c1e5(0x4a3)]();}[_0x2fc972(0x287)](){const _0x8db270=_0x2fc972;var _0x1b982c,_0x1a3fd3;return(_0x1a3fd3=(_0x1b982c=this[_0x8db270(0x550)])==null?void 0x0:_0x1b982c[_0x8db270(0x51d)])!=null?_0x1a3fd3:null;}[_0x2fc972(0x324)](){const _0xc22199=_0x2fc972;super[_0xc22199(0x324)](),this[_0xc22199(0x391)][_0xc22199(0x450)](),this[_0xc22199(0x391)][_0xc22199(0x4b9)]();}['close'](){const _0x2b9ced=_0x2fc972;var _0xb14b96,_0x314338;this['_throwTelemetryCollaborationNewChangeset'](),(_0xb14b96=this[_0x2b9ced(0x550)])==null||_0xb14b96[_0x2b9ced(0x3b3)]({'cmd':G[_0x2b9ced(0x2b4)],'data':{'roomID':this['_unitID']}}),(_0x314338=this[_0x2b9ced(0x550)])==null||_0x314338['close'](),this[_0x2b9ced(0x1c2)]['complete'](),this[_0x2b9ced(0x44b)][_0x2b9ced(0x4b9)](),this[_0x2b9ced(0x324)]();}['_onCombEvent'](_0x5380e3){const _0x14054f=_0x2fc972;_0x5380e3[_0x14054f(0x380)]===G[_0x14054f(0x14b)]?this[_0x14054f(0x1ef)](_0x5380e3):_0x5380e3['cmd']===G[_0x14054f(0x366)]&&this[_0x14054f(0xc6)](_0x5380e3);}['_joinRoom'](_0x13db41){const _0x947e20=_0x2fc972;this[_0x947e20(0x44b)]['next'](0x1),_0x13db41[_0x947e20(0x3b3)]({'cmd':G[_0x947e20(0x14b)],'routeKey':this['_unitID'],'routeType':'','data':{'rooms':[{'roomID':this[_0x947e20(0x168)]}]}});}[_0x2fc972(0x1ef)](_0x5de7fc){const _0x2162ef=_0x2fc972;var _0xf068b8;if(_0x5de7fc[_0x2162ef(0x271)]===Et[_0x2162ef(0x2de)]){this['_messageService'][_0x2162ef(0x456)]({'type':ge[_0x2162ef(0x40a)][_0x2162ef(0x19d)],'content':this['_localeService']['t']('session.room-full')}),this[_0x2162ef(0x44b)][_0x2162ef(0x450)](0x2);return;}this[_0x2162ef(0x44b)]['next'](0x3);const _0xd09717=(_0xf068b8=_0x5de7fc[_0x2162ef(0x191)][_0x2162ef(0x3b5)][this[_0x2162ef(0x168)]])==null?void 0x0:_0xf068b8[_0x2162ef(0xfd)];_0xd09717&&_0xd09717[_0x2162ef(0x422)](_0x35e66a=>this['_memberService']['updateMember'](this[_0x2162ef(0x168)],_0x35e66a));}['_onRecvEvent'](_0x1877bb){const _0x38bed1=_0x2fc972;try{const _0x3ce4a3=_0x1877bb['data'];switch(_0x3ce4a3[_0x38bed1(0x4ca)]){case S['CollaborationEvent'][_0x38bed1(0x321)]:this[_0x38bed1(0x386)](_0x3ce4a3),this[_0x38bed1(0x1c2)][_0x38bed1(0x450)](_0x3ce4a3);break;case S[_0x38bed1(0x2b7)][_0x38bed1(0x50a)]:this[_0x38bed1(0x4e4)](_0x3ce4a3),this[_0x38bed1(0x1c2)][_0x38bed1(0x450)](_0x3ce4a3);break;case S[_0x38bed1(0x2b7)][_0x38bed1(0x470)]:case S[_0x38bed1(0x2b7)]['CHANGESET_SHOULD_RETRY']:this[_0x38bed1(0x34b)](),this[_0x38bed1(0x53e)](),this[_0x38bed1(0x1c2)][_0x38bed1(0x450)](_0x3ce4a3);break;case S[_0x38bed1(0x2b7)]['MSG_FOR_ERROR']:this[_0x38bed1(0x3e5)]['error'](_0x38bed1(0x4de)+JSON[_0x38bed1(0x3cd)](_0x3ce4a3)),this[_0x38bed1(0x1c2)][_0x38bed1(0x450)](_0x3ce4a3);break;case S[_0x38bed1(0x2b7)]['COMMENT_UPDATE']:this['_commentService']['onCommentUpdate'](_0x3ce4a3[_0x38bed1(0x191)]),this['_event$'][_0x38bed1(0x450)](_0x3ce4a3);break;default:this['_event$']['next'](_0x3ce4a3);}}catch(_0x1b7fdd){this[_0x38bed1(0x3e5)]['error'](_0x1b7fdd,_0x1877bb);}}[_0x2fc972(0x386)](_0x518732){const _0x16e0a0=_0x2fc972;this[_0x16e0a0(0x35d)][_0x16e0a0(0x26b)](this[_0x16e0a0(0x168)],_0x518732[_0x16e0a0(0x191)]);}[_0x2fc972(0x4e4)](_0x1fb652){const _0x5834d1=_0x2fc972;this[_0x5834d1(0x35d)][_0x5834d1(0x49d)](this['_unitID'],_0x1fb652[_0x5834d1(0x191)][_0x5834d1(0x51d)]);}async[_0x2fc972(0x3b3)](_0x1d07eb,_0x4dd85c){const _0x3158cc=_0x2fc972;if(this['sessionStatus']!==0x3||!this[_0x3158cc(0x550)])throw new Error(_0x3158cc(0x44e));try{_0x1d07eb['eventID']===S[_0x3158cc(0x2b7)][_0x3158cc(0x306)]&&(this[_0x3158cc(0x10b)](),this[_0x3158cc(0x3f1)](_0x1d07eb)),this['_socket'][_0x3158cc(0x3b3)]({'cmd':G[_0x3158cc(0xdb)],'routeKey':_0x4dd85c,'routeType':'','data':_0x1d07eb});}catch(_0x4b40fd){this[_0x3158cc(0x3e5)][_0x3158cc(0x2be)](_0x4b40fd);}}[_0x2fc972(0x10b)](){const _0x180bcd=_0x2fc972;var _0xd25505;this['_collaborationTimeoutTimer']=window[_0x180bcd(0xeb)](()=>{const _0x10c392=_0x180bcd;this[_0x10c392(0x2e2)]=null,this['_messageService'][_0x10c392(0x456)]({'type':ge[_0x10c392(0x40a)][_0x10c392(0x44f)],'content':this['_localeService']['t'](_0x10c392(0x24b))});},(_0xd25505=this['_configService'][_0x180bcd(0xf1)](Ct))!=null?_0xd25505:nn);}['_clearCollaborationTimeoutTimer'](){const _0x1dd836=_0x2fc972;this[_0x1dd836(0x2e2)]&&(clearTimeout(this[_0x1dd836(0x2e2)]),this[_0x1dd836(0x2e2)]=null);}[_0x2fc972(0x3f1)](_0x1215ae){const _0x90b1d5=_0x2fc972;if(!this[_0x90b1d5(0x21a)])return;const {data:_0x487a91}=_0x1215ae,{unitID:_0x29b985,changeset:_0x28841f}=_0x487a91,{mutations:_0x3135da,type:_0x29db45}=_0x28841f;this[_0x90b1d5(0x1a2)]={'unitId':_0x29b985,'type':_0x29db45,'startTime':performance[_0x90b1d5(0x2ee)](),'stopTime':0x0,'duration':0x0,'size':ti(_0x3135da)};}[_0x2fc972(0x34b)](){const _0x2b26e0=_0x2fc972;if(this[_0x2b26e0(0x21a)]){if(!this[_0x2b26e0(0x1a2)]){this[_0x2b26e0(0x3e5)][_0x2b26e0(0x2be)](_0x2b26e0(0x304),_0x2b26e0(0xf9));return;}this[_0x2b26e0(0x1a2)][_0x2b26e0(0x547)]=performance[_0x2b26e0(0x2ee)](),this['_telemetryInfo'][_0x2b26e0(0x491)]=this['_telemetryInfo']['stopTime']-this[_0x2b26e0(0x1a2)][_0x2b26e0(0x4a8)],this['_telemetryService'][_0x2b26e0(0x1ab)](ei,this[_0x2b26e0(0x1a2)]),this[_0x2b26e0(0x1a2)]=null;}}['_throwTelemetryCollaborationNewChangeset'](){const _0x2e34ef=_0x2fc972;this[_0x2e34ef(0x1a2)]=null;}},exports[_0x2fc972(0x246)]=ci([de(0x2,a[_0x2fc972(0x1fc)]),de(0x3,ee[_0x2fc972(0x448)]),de(0x4,ee['IMessageService']),de(0x5,a['IConfigService']),de(0x6,a[_0x2fc972(0xde)](a['LocaleService'])),de(0x7,a[_0x2fc972(0xde)](exports[_0x2fc972(0x120)])),de(0x8,a[_0x2fc972(0xde)](Tt)),de(0x9,a[_0x2fc972(0x457)](jn['ITelemetryService']))],exports[_0x2fc972(0x246)]);var li=Object[_0x2fc972(0x356)],hi=Object[_0x2fc972(0x423)],_i=(_0x2422a1,_0x372c1a,_0x2103b7,_0x52419b)=>{const _0x2ebfc1=_0x2fc972;for(var _0x149f3a=_0x52419b>0x1?void 0x0:_0x52419b?hi(_0x372c1a,_0x2103b7):_0x372c1a,_0x5577b5=_0x2422a1[_0x2ebfc1(0x14d)]-0x1,_0xd35930;_0x5577b5>=0x0;_0x5577b5--)(_0xd35930=_0x2422a1[_0x5577b5])&&(_0x149f3a=(_0x52419b?_0xd35930(_0x372c1a,_0x2103b7,_0x149f3a):_0xd35930(_0x149f3a))||_0x149f3a);return _0x52419b&&_0x149f3a&&li(_0x372c1a,_0x2103b7,_0x149f3a),_0x149f3a;},Ee=(_0x25ca61,_0x13e8cd)=>(_0x3860cb,_0x1acb35)=>_0x13e8cd(_0x3860cb,_0x1acb35,_0x25ca61);exports[_0x2fc972(0x45d)]=class extends a[_0x2fc972(0x37c)]{constructor(_0x4b12ee,_0x5e0e05,_0x1b22d3,_0x463073,_0x1550e9,_0x431f96){const _0x37f5a2=_0x2fc972;super(),I(this,_0x37f5a2(0x497),new A[(_0x37f5a2(0x130))](void 0x0)),I(this,_0x37f5a2(0x43c),this[_0x37f5a2(0x497)][_0x37f5a2(0x1f3)]()),I(this,_0x37f5a2(0x1d7),null),I(this,'_sessions',new Map()),I(this,_0x37f5a2(0x367),new A[(_0x37f5a2(0x130))](se['IDLE'])),I(this,_0x37f5a2(0x1c4),this['_status$'][_0x37f5a2(0x1f3)]()),I(this,_0x37f5a2(0x17f),!0x1),I(this,_0x37f5a2(0x187)),I(this,_0x37f5a2(0x19a),0x0),I(this,_0x37f5a2(0x527)),I(this,'_timeoutTimer'),(this['_injector']=_0x4b12ee,this[_0x37f5a2(0x46e)]=_0x5e0e05,this[_0x37f5a2(0x3b6)]=_0x1b22d3,this['_logService']=_0x463073,this[_0x37f5a2(0x51e)]=_0x1550e9,this[_0x37f5a2(0x234)]=_0x431f96,this[_0x37f5a2(0x1ce)]());}get[_0x2fc972(0x550)](){const _0x358677=_0x2fc972;return this[_0x358677(0x497)]['getValue']();}['_initEventListeners'](){const _0x56ba00=_0x2fc972;this[_0x56ba00(0x2d5)](),this[_0x56ba00(0x1dd)]();}['dispose'](){const _0xf00483=_0x2fc972;super['dispose'](),this['_sessions'][_0xf00483(0x422)](_0x477336=>_0x477336[_0xf00483(0x324)]()),this['_sessions'][_0xf00483(0x211)](),this['_status$']['complete']();}async[_0x2fc972(0x42c)](_0x31183d){const _0x920083=_0x2fc972;if(this[_0x920083(0x36d)][_0x920083(0x33e)](_0x31183d))return this[_0x920083(0x36d)][_0x920083(0x3cf)](_0x31183d);this['_tryEnsureSocket']();const _0x42ea04=this[_0x920083(0x2bd)][_0x920083(0x176)](exports[_0x920083(0x246)],_0x31183d,this['_socket$'][_0x920083(0x1f3)]());return this[_0x920083(0x36d)]['set'](_0x31183d,_0x42ea04),_0x42ea04;}[_0x2fc972(0x23b)](_0x384235){const _0x280085=_0x2fc972;var _0x3ef921;const _0x3aecb4=this['_sessions'][_0x280085(0x3cf)](_0x384235);_0x3aecb4&&(this['_sessions'][_0x280085(0x332)](_0x384235),_0x3aecb4[_0x280085(0x224)]()),this[_0x280085(0x36d)]['size']||(_0x3ef921=this[_0x280085(0x550)])==null||_0x3ef921[_0x280085(0x224)]();}[_0x2fc972(0x1f8)](){const _0x1a7f55=_0x2fc972;this[_0x1a7f55(0x19a)]=0x0,this['_retryConnectingTimer']!=null&&(clearTimeout(this[_0x1a7f55(0x187)]),this[_0x1a7f55(0x187)]=null),this[_0x1a7f55(0x447)]();}['_createSocket'](){const _0x35b483=_0x2fc972;var _0x2ab178,_0x7a9d9;const _0x42049e=this[_0x35b483(0x51e)][_0x35b483(0xf1)](en),_0x4c6807=this['_configService']['getConfig'](te),_0x34ba7e=(_0x7a9d9=(_0x2ab178=_0x4c6807==null?void 0x0:_0x4c6807[_0x35b483(0x4ea)])!=null?_0x2ab178:_0x42049e)!=null?_0x7a9d9:Wn,_0x55ebb3=this[_0x35b483(0x234)][_0x35b483(0x51f)](_0x34ba7e);return this[_0x35b483(0x1d7)]=_0x55ebb3,_0x55ebb3;}[_0x2fc972(0x1a6)](){const _0x8974d8=_0x2fc972;var _0x13ce2b,_0x18694b;try{const _0x3441b3=(_0x18694b=(_0x13ce2b=this[_0x8974d8(0x550)])!=null?_0x13ce2b:this[_0x8974d8(0x1d7)])!=null?_0x18694b:this[_0x8974d8(0x23c)]();if(_0x3441b3){const _0x5583c1=_0x3441b3[_0x8974d8(0x3b3)];_0x3441b3[_0x8974d8(0x3b3)]=_0x1a0829=>(this['_rescheduleHeartbeat'](),_0x5583c1[_0x8974d8(0x2ce)](_0x3441b3,[_0x1a0829])),_0x3441b3[_0x8974d8(0x48a)][_0x8974d8(0x243)](_0x5b98fe=>this[_0x8974d8(0x33c)](_0x3441b3,_0x5b98fe)),_0x3441b3[_0x8974d8(0x2a1)][_0x8974d8(0x54d)](V['take'](0x1))[_0x8974d8(0x243)](_0x141630=>this[_0x8974d8(0x3e5)][_0x8974d8(0x2be)]('[CollaborationSessionService]:\x20socket\x20error',_0x141630)),_0x3441b3[_0x8974d8(0x26e)][_0x8974d8(0x54d)](V[_0x8974d8(0x4dc)](0x1))[_0x8974d8(0x243)](()=>{const _0x3e5fdf=_0x8974d8;this[_0x3e5fdf(0x54f)](_0x3441b3);}),_0x3441b3['close$'][_0x8974d8(0x54d)](V[_0x8974d8(0x4dc)](0x1))[_0x8974d8(0x243)](_0xc23337=>{const _0x33c4b2=_0x8974d8;this[_0x33c4b2(0x3e5)][_0x33c4b2(0x17a)](_0x33c4b2(0x18c),_0x33c4b2(0x21e),_0xc23337),this['_onConnectionFailed']();});}}catch(_0x327466){this[_0x8974d8(0x3e5)][_0x8974d8(0x2be)](_0x327466),this['_onConnectionFailed']();}}['_onConnectionOpen'](_0x2b7dcd){const _0x4cd1e8=_0x2fc972;this[_0x4cd1e8(0x3e5)]['debug'](_0x4cd1e8(0x18c),_0x4cd1e8(0x2dd)),_0x2b7dcd[_0x4cd1e8(0x3b3)]({'cmd':G[_0x4cd1e8(0x3b8)]}),this[_0x4cd1e8(0x3da)]();}[_0x2fc972(0x2d5)](){const _0x39c3a8=_0x2fc972;window['addEventListener'](_0x39c3a8(0x399),()=>this[_0x39c3a8(0x20b)]());}[_0x2fc972(0x20b)](){const _0x10cbfc=_0x2fc972;this[_0x10cbfc(0x17f)]=!0x1,this[_0x10cbfc(0x1d7)]=null,this[_0x10cbfc(0x367)]['next'](se[_0x10cbfc(0x455)]),this['_socket$'][_0x10cbfc(0x450)](null),this[_0x10cbfc(0x141)](),this[_0x10cbfc(0x350)]();}[_0x2fc972(0x128)](){const _0x5ac8e4=_0x2fc972;var _0x53121a;this['_onOffline'](),this[_0x5ac8e4(0x19a)]<((_0x53121a=this[_0x5ac8e4(0x51e)][_0x5ac8e4(0xf1)](sn))!=null?_0x53121a:Gn)?(this['_messageService'][_0x5ac8e4(0x456)]({'key':_0x5ac8e4(0xc2),'type':ge['MessageType']['Warning'],'content':this['_localeService']['t'](_0x5ac8e4(0x505))}),this['_tryReconnect']()):this[_0x5ac8e4(0x3b6)]['show']({'key':_0x5ac8e4(0xc2),'type':ge['MessageType'][_0x5ac8e4(0x44f)],'content':this[_0x5ac8e4(0x46e)]['t'](_0x5ac8e4(0x263))});}[_0x2fc972(0x1dd)](){const _0x9a75a3=_0x2fc972,_0x2b0544=()=>{const _0x2f1dae=_0x10d1;this['_socket']||this[_0x2f1dae(0x1f8)]();},_0x3edd01=()=>{const _0x21ca1e=_0x10d1;this['_socket']||document[_0x21ca1e(0xc3)]===_0x21ca1e(0x379)||this[_0x21ca1e(0x1f8)]();};window['addEventListener']('online',_0x2b0544),document[_0x9a75a3(0x170)](_0x9a75a3(0x47f),_0x3edd01);}[_0x2fc972(0x447)](){const _0x1556e0=_0x2fc972;var _0x1ce326;const _0x566b9b=this[_0x1556e0(0x19a)],_0xbeae56=this[_0x1556e0(0x51e)]['getConfig'](te),_0x390682=_0x566b9b===0x0?0x0:((_0x1ce326=_0xbeae56==null?void 0x0:_0xbeae56['retryConnectingInterval'])!=null?_0x1ce326:Vn)*0x2**_0x566b9b;this[_0x1556e0(0x187)]=window['setTimeout'](()=>{const _0x534bc0=_0x1556e0;clearTimeout(this[_0x534bc0(0x187)]),this[_0x534bc0(0x187)]=null,this[_0x534bc0(0x1a6)]();},_0x390682),this[_0x1556e0(0x19a)]+=0x1;}['_onMessage'](_0x3018b4,_0x11e0ed){const _0x458241=_0x2fc972,{cmd:_0x42ba7d}=_0x11e0ed;_0x42ba7d===G[_0x458241(0x3b8)]&&!this[_0x458241(0x17f)]&&(_0x3018b4[_0x458241(0x51d)]=_0x11e0ed[_0x458241(0x191)][_0x458241(0x51d)],this[_0x458241(0x497)][_0x458241(0x450)](_0x3018b4),this[_0x458241(0x367)][_0x458241(0x450)](se[_0x458241(0x30f)]),this[_0x458241(0x17f)]=!0x0,this[_0x458241(0x1d7)]=null),_0x42ba7d===G['HEARTBEAT']&&this[_0x458241(0x141)](),this[_0x458241(0x3da)]();}[_0x2fc972(0x3da)](){const _0x270fcc=_0x2fc972;var _0x40165a;this[_0x270fcc(0x350)](),this[_0x270fcc(0x527)]=window[_0x270fcc(0xeb)](()=>this['_sendHeartbeat'](),(_0x40165a=this[_0x270fcc(0x51e)]['getConfig'](tn))!=null?_0x40165a:Fn);}[_0x2fc972(0x1d1)](){const _0x427839=_0x2fc972;this['_socket'][_0x427839(0x3b3)]({'cmd':G['HEARTBEAT']}),this[_0x427839(0x31b)]();}[_0x2fc972(0x31b)](){const _0x5bdc1d=_0x2fc972;var _0x13781d;this[_0x5bdc1d(0x2d9)]=window[_0x5bdc1d(0xeb)](()=>this[_0x5bdc1d(0x128)](),(_0x13781d=this[_0x5bdc1d(0x51e)][_0x5bdc1d(0xf1)](Ct))!=null?_0x13781d:nn);}[_0x2fc972(0x350)](){const _0x2d0b29=_0x2fc972;this['_sendHeartbeatTimer']!=null&&(clearTimeout(this['_sendHeartbeatTimer']),this[_0x2d0b29(0x527)]=null);}[_0x2fc972(0x141)](){const _0x28325a=_0x2fc972;this[_0x28325a(0x2d9)]!=null&&(clearTimeout(this['_timeoutTimer']),this[_0x28325a(0x2d9)]=null);}},exports[_0x2fc972(0x45d)]=_i([Ee(0x0,a[_0x2fc972(0xde)](a['Injector'])),Ee(0x1,a[_0x2fc972(0xde)](a['LocaleService'])),Ee(0x2,ee[_0x2fc972(0x374)]),Ee(0x3,a[_0x2fc972(0x1fc)]),Ee(0x4,a[_0x2fc972(0x33a)]),Ee(0x5,bt)],exports[_0x2fc972(0x45d)]);const Y=[];for(let s=0x0;s<0x100;++s)Y[_0x2fc972(0x540)]((s+0x100)[_0x2fc972(0x443)](0x10)[_0x2fc972(0x2b1)](0x1));function ui(_0x5b877f,_0x5815db=0x0){return(Y[_0x5b877f[_0x5815db+0x0]]+Y[_0x5b877f[_0x5815db+0x1]]+Y[_0x5b877f[_0x5815db+0x2]]+Y[_0x5b877f[_0x5815db+0x3]]+'-'+Y[_0x5b877f[_0x5815db+0x4]]+Y[_0x5b877f[_0x5815db+0x5]]+'-'+Y[_0x5b877f[_0x5815db+0x6]]+Y[_0x5b877f[_0x5815db+0x7]]+'-'+Y[_0x5b877f[_0x5815db+0x8]]+Y[_0x5b877f[_0x5815db+0x9]]+'-'+Y[_0x5b877f[_0x5815db+0xa]]+Y[_0x5b877f[_0x5815db+0xb]]+Y[_0x5b877f[_0x5815db+0xc]]+Y[_0x5b877f[_0x5815db+0xd]]+Y[_0x5b877f[_0x5815db+0xe]]+Y[_0x5b877f[_0x5815db+0xf]])['toLowerCase']();}let Je;const di=new Uint8Array(0x10);function fi(){const _0x30e854=_0x2fc972;if(!Je){if(typeof crypto>'u'||!crypto['getRandomValues'])throw new Error('crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported');Je=crypto[_0x30e854(0xb1)][_0x30e854(0x29a)](crypto);}return Je(di);}const vi=typeof crypto<'u'&&crypto[_0x2fc972(0x3b7)]&&crypto[_0x2fc972(0x3b7)][_0x2fc972(0x29a)](crypto),Mt={'randomUUID':vi};function mi(_0x386168,_0x10ea70,_0x18be34){const _0x9ac546=_0x2fc972;if(Mt['randomUUID']&&!_0x10ea70&&!_0x386168)return Mt[_0x9ac546(0x3b7)]();_0x386168=_0x386168||{};const _0x2d031a=_0x386168[_0x9ac546(0x151)]||(_0x386168[_0x9ac546(0x2e5)]||fi)();return _0x2d031a[0x6]=_0x2d031a[0x6]&0xf|0x40,_0x2d031a[0x8]=_0x2d031a[0x8]&0x3f|0x80,ui(_0x2d031a);}var Si=Object[_0x2fc972(0x356)],pi=Object[_0x2fc972(0x423)],gi=(_0x3b87be,_0x42884f,_0x3fd343,_0x1d8841)=>{const _0x37d07a=_0x2fc972;for(var _0x484904=_0x1d8841>0x1?void 0x0:_0x1d8841?pi(_0x42884f,_0x3fd343):_0x42884f,_0x132459=_0x3b87be[_0x37d07a(0x14d)]-0x1,_0x36c948;_0x132459>=0x0;_0x132459--)(_0x36c948=_0x3b87be[_0x132459])&&(_0x484904=(_0x1d8841?_0x36c948(_0x42884f,_0x3fd343,_0x484904):_0x36c948(_0x484904))||_0x484904);return _0x1d8841&&_0x484904&&Si(_0x42884f,_0x3fd343,_0x484904),_0x484904;},Ze=(_0x14fd13,_0x207d0c)=>(_0x505e20,_0x196a2e)=>_0x207d0c(_0x505e20,_0x196a2e,_0x14fd13);let Be=class{constructor(_0x55af2b,_0x40379e,_0x440670){const _0x161aee=_0x2fc972;this['_injector']=_0x55af2b,this[_0x161aee(0x116)]=_0x40379e,this[_0x161aee(0x184)]=_0x440670;}[_0x2fc972(0x512)](_0xb85a61){const _0x4b28e1=_0x2fc972;this[_0x4b28e1(0x3a1)](_0xb85a61),this[_0x4b28e1(0x28f)](_0xb85a61);}[_0x2fc972(0x2fa)](_0x259e6e){const _0x1e3e4f=_0x2fc972,{unitID:_0x57fe44}=_0x259e6e,_0xb68cbb=this[_0x1e3e4f(0x184)]['getRenderById'](_0x57fe44)[_0x1e3e4f(0x4e2)](J[_0x1e3e4f(0x15f)]),{redoCache:_0x3f7589}=_0xb68cbb['getUndoRedoMutationParamsCache']();if(_0x3f7589[_0x1e3e4f(0x14d)]===0x0)return _0x259e6e;let _0x10a2d7=a[_0x1e3e4f(0x3bd)][_0x1e3e4f(0x109)](_0x259e6e[_0x1e3e4f(0x492)][0x0]);for(let _0xdca217=0x0;_0xdca217<_0x3f7589[_0x1e3e4f(0x14d)];_0xdca217++){const _0x20a794={'id':_0x1e3e4f(0x30d),'params':{..._0x3f7589[_0xdca217]}},_0xa7f27e=this['_transformService'][_0x1e3e4f(0x2c5)](_0x10a2d7,_0x20a794,!0x1);if(S[_0x1e3e4f(0x107)](_0xa7f27e))throw _0xa7f27e[_0x1e3e4f(0x2be)];_0x10a2d7=_0xa7f27e[_0x1e3e4f(0x40c)];}return{...a[_0x1e3e4f(0x3bd)][_0x1e3e4f(0x109)](_0x259e6e),'mutations':[_0x10a2d7]};}[_0x2fc972(0x3a1)](_0x32e022){const _0x257683=_0x2fc972,{unitID:_0x2aab7f}=_0x32e022,_0x14b031=this['_renderManagerService'][_0x257683(0x1b0)](_0x2aab7f)['with'](J[_0x257683(0x15f)]),{undoCache:_0x57440d,redoCache:_0x5942b6}=_0x14b031[_0x257683(0x53d)]();if(_0x57440d[_0x257683(0x14d)]===0x0||_0x5942b6['length']===0x0)return;const _0x525dbb=[],_0x4d0c32=[];let _0xdf298b=a[_0x257683(0x3bd)][_0x257683(0x109)](_0x32e022['mutations'][0x0]),_0x4327b3=a[_0x257683(0x3bd)]['deepClone'](_0x32e022[_0x257683(0x492)][0x0]);for(let _0x37225b=_0x57440d[_0x257683(0x14d)]-0x1;_0x37225b>=0x0;_0x37225b--){const _0x2643d6={'id':_0x257683(0x30d),'params':{..._0x57440d[_0x37225b]}},_0x38fdae={'id':'doc.mutation.rich-text-editing','params':{..._0x5942b6[_0x37225b]}},_0x320a51=this[_0x257683(0x116)][_0x257683(0x2c5)](_0xdf298b,_0x2643d6,!0x1),_0x108f76=this[_0x257683(0x116)][_0x257683(0x2c5)](_0x4327b3,_0x38fdae,!0x1);if(S[_0x257683(0x107)](_0x320a51))throw _0x320a51[_0x257683(0x2be)];if(S[_0x257683(0x107)](_0x108f76))throw _0x108f76['error'];_0x525dbb[_0x257683(0x2b0)](_0x320a51[_0x257683(0x1e2)][_0x257683(0x2ad)]),_0x4d0c32[_0x257683(0x2b0)](_0x108f76[_0x257683(0x1e2)]['params']),_0xdf298b=_0x320a51['m1Prime'],_0x4327b3=_0x108f76[_0x257683(0x40c)];}_0x14b031[_0x257683(0x33f)]({'undoCache':_0x525dbb,'redoCache':_0x4d0c32});}[_0x2fc972(0x28f)](_0x4a5a57){const _0x33c0e5=_0x2fc972,{unitID:_0x4d6c82}=_0x4a5a57,_0x2a049b=this[_0x33c0e5(0x184)]['getRenderById'](_0x4d6c82)[_0x33c0e5(0x4e2)](J[_0x33c0e5(0x15f)]),_0x5d58de=_0x2a049b['getActiveRange']();if(_0x5d58de==null)return;const _0x195ded=[{'id':_0x33c0e5(0x30d),'params':{'unitId':_0x4a5a57['unitID'],'actions':null,'textRanges':[_0x5d58de]}}],_0x36ff95=this[_0x33c0e5(0x116)][_0x33c0e5(0x4ee)](_0x4a5a57,_0x195ded);if(!S['isTransformMutationsWithChangesetSuccess'](_0x36ff95))throw _0x36ff95[_0x33c0e5(0x2be)];const _0x2ee347=_0x36ff95['m2Prime'][0x0][_0x33c0e5(0x2ad)][_0x33c0e5(0x466)];Array[_0x33c0e5(0x249)](_0x2ee347)&&_0x2ee347['length']&&_0x2a049b['setActiveRange'](_0x2ee347[0x0]);}};Be=gi([Ze(0x0,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),Ze(0x1,S['ITransformService']),Ze(0x2,K[_0x2fc972(0x2c1)])],Be);var Ii=Object[_0x2fc972(0x356)],Ci=Object['getOwnPropertyDescriptor'],Ei=(_0x5138c4,_0x49a740,_0x35bc20,_0x354f3b)=>{const _0x2f06a1=_0x2fc972;for(var _0x35afd0=_0x354f3b>0x1?void 0x0:_0x354f3b?Ci(_0x49a740,_0x35bc20):_0x49a740,_0x14b093=_0x5138c4[_0x2f06a1(0x14d)]-0x1,_0xa6c039;_0x14b093>=0x0;_0x14b093--)(_0xa6c039=_0x5138c4[_0x14b093])&&(_0x35afd0=(_0x354f3b?_0xa6c039(_0x49a740,_0x35bc20,_0x35afd0):_0xa6c039(_0x35afd0))||_0x35afd0);return _0x354f3b&&_0x35afd0&&Ii(_0x49a740,_0x35bc20,_0x35afd0),_0x35afd0;},Pe=(_0x3da7cf,_0x1d60cb)=>(_0x22e21f,_0x2b3e49)=>_0x1d60cb(_0x22e21f,_0x2b3e49,_0x3da7cf);exports['LocalCacheService']=class extends a[_0x2fc972(0x37c)]{constructor(_0x18e844,_0x581475,_0x4752df,_0x556436,_0x2dc817){const _0xb8fad1=_0x2fc972;super(),I(this,_0xb8fad1(0x264),new Map()),I(this,_0xb8fad1(0x13e),new Map()),I(this,_0xb8fad1(0x1b9),!0x1),(this[_0xb8fad1(0x51e)]=_0x18e844,this['_localStorageService']=_0x581475,this['_beforeCloseService']=_0x4752df,this[_0xb8fad1(0x46e)]=_0x556436,this[_0xb8fad1(0x11e)]=_0x2dc817,this[_0xb8fad1(0x193)]());}[_0x2fc972(0x295)](){const _0x8b70b7=_0x2fc972;this[_0x8b70b7(0x1b9)]=!0x0;}['enableLocalCache'](){const _0x2ca2c2=_0x2fc972;this[_0x2ca2c2(0x1b9)]=!0x1;}[_0x2fc972(0x324)](){const _0x20699b=_0x2fc972;this[_0x20699b(0x4bf)]()[_0x20699b(0x104)](()=>super[_0x20699b(0x324)]());}async[_0x2fc972(0x47c)](_0x347c23){const _0x5e7604=_0x2fc972;return this['_disabled']?null:this[_0x5e7604(0x29d)][_0x5e7604(0x171)](At(_0x347c23));}async[_0x2fc972(0x4d5)](_0x1affd9,_0x4f9d08){const _0x45deab=_0x2fc972;return!!this[_0x45deab(0x29d)][_0x45deab(0x418)](_0x1affd9,_0x4f9d08);}[_0x2fc972(0xb8)](_0x244029,_0x1da68,_0x322125,_0x4cb247){const _0x18d187=_0x2fc972,_0x3b462d=this[_0x18d187(0x11e)][_0x18d187(0xc9)](_0x244029);this['_cachedData'][_0x18d187(0x3ef)](_0x244029,{'unitID':_0x244029,'type':_0x1da68,'awaitingChangeset':_0x322125,'mutations':_0x4cb247,'rev':_0x3b462d}),this['_saveTaskMap'][_0x18d187(0x33e)](_0x244029)||this['_scheduleSaving'](_0x244029);}[_0x2fc972(0x2db)](_0x51dfe4){const _0xffd53e=_0x2fc972,_0x3d7507=this[_0xffd53e(0x437)]();_0x3d7507===0x0?this[_0xffd53e(0x2a9)](_0x51dfe4):this[_0xffd53e(0x13e)]['set'](_0x51dfe4,setTimeout(()=>this[_0xffd53e(0x2a9)](_0x51dfe4),_0x3d7507));}[_0x2fc972(0x437)](){const _0x5b48af=_0x2fc972;var _0x514b9e;return(_0x514b9e=this[_0x5b48af(0x51e)]['getConfig'](rn))!=null?_0x514b9e:Yn;}[_0x2fc972(0x2a9)](_0x3c8ed2){const _0x5a492e=_0x2fc972,_0x36dd81=this[_0x5a492e(0x13e)][_0x5a492e(0x3cf)](_0x3c8ed2);return _0x36dd81!==void 0x0&&window[_0x5a492e(0x530)](_0x36dd81),this['_localStorageService'][_0x5a492e(0x418)](At(_0x3c8ed2),this[_0x5a492e(0x264)]['get'](_0x3c8ed2))['then'](()=>this[_0x5a492e(0x13e)][_0x5a492e(0x332)](_0x3c8ed2));}async[_0x2fc972(0x4bf)](){const _0x39d600=[];this['_saveTaskMap']['forEach']((_0x5c6f64,_0x50aa95)=>{const _0x360760=_0x10d1;window[_0x360760(0x530)](_0x5c6f64),_0x39d600[_0x360760(0x540)](this['_saveCache'](_0x50aa95)[_0x360760(0x104)](()=>{const _0x851cc5=_0x360760;this['_saveTaskMap'][_0x851cc5(0x332)](_0x50aa95);}));}),await Promise['all'](_0x39d600);}[_0x2fc972(0x193)](){const _0x50c414=_0x2fc972;this['disposeWithMe'](this[_0x50c414(0x197)][_0x50c414(0x25e)](()=>{const _0x47697e=_0x50c414;if(this[_0x47697e(0x13e)][_0x47697e(0x1ca)])return this['_localeService']['t'](_0x47697e(0x473));}));}},exports[_0x2fc972(0x464)]=Ei([Pe(0x0,a['IConfigService']),Pe(0x1,a[_0x2fc972(0x2d4)]),Pe(0x2,ee['IBeforeCloseService']),Pe(0x3,a[_0x2fc972(0xde)](a[_0x2fc972(0x2cf)])),Pe(0x4,a[_0x2fc972(0xde)](S[_0x2fc972(0x347)]))],exports['LocalCacheService']);function At(_0x2201f5){return'unit-cache-'+_0x2201f5;}var bi=Object[_0x2fc972(0x356)],Ti=Object[_0x2fc972(0x423)],Ri=(_0x8e65aa,_0x42f0c4,_0x328b26,_0x33afec)=>{const _0x514057=_0x2fc972;for(var _0x39ff76=_0x33afec>0x1?void 0x0:_0x33afec?Ti(_0x42f0c4,_0x328b26):_0x42f0c4,_0x2b39f8=_0x8e65aa[_0x514057(0x14d)]-0x1,_0x1d6dfd;_0x2b39f8>=0x0;_0x2b39f8--)(_0x1d6dfd=_0x8e65aa[_0x2b39f8])&&(_0x39ff76=(_0x33afec?_0x1d6dfd(_0x42f0c4,_0x328b26,_0x39ff76):_0x1d6dfd(_0x39ff76))||_0x39ff76);return _0x33afec&&_0x39ff76&&bi(_0x42f0c4,_0x328b26,_0x39ff76),_0x39ff76;},Qe=(_0x4a8766,_0x89792a)=>(_0x48a83e,_0x2c05b6)=>_0x89792a(_0x48a83e,_0x2c05b6,_0x4a8766);function yi(_0x382c03){const _0x4ec1da=_0x2fc972,{unitID:_0x1e808f,mutations:_0x6f0a10}=_0x382c03;return{'unitId':_0x1e808f,'subUnitId':_0x6f0a10[0x0]['params'][_0x4ec1da(0x469)]};}let ke=class{constructor(_0x3da659,_0x5c3a1f,_0xa027fd){const _0x41f71d=_0x2fc972;this[_0x41f71d(0x2bd)]=_0x3da659,this[_0x41f71d(0x116)]=_0x5c3a1f,this['_instanceService']=_0xa027fd;}[_0x2fc972(0x1b5)](_0x571e62){const _0x629001=_0x2fc972;var _0x52e9ac,_0xf6b389,_0x73b011,_0x512f9d;const _0x47a3e7=this[_0x629001(0x2bd)][_0x629001(0x3cf)](k['SheetsSelectionsService']),{unitId:_0x5d07ba,subUnitId:_0x4892f5}=yi(_0x571e62),_0x3c7832=_0x47a3e7[_0x629001(0x3e4)](_0x5d07ba)['getCurrentSelections'](),_0x58fa25=(_0xf6b389=(_0x52e9ac=this[_0x629001(0xd0)][_0x629001(0xd9)](_0x5d07ba))==null?void 0x0:_0x52e9ac[_0x629001(0x397)]())==null?void 0x0:_0xf6b389['getSheetId']();if(_0x3c7832[_0x629001(0x14d)]===0x0||!_0x5d07ba||!_0x4892f5)return;const _0x54a724=[{'id':k['SetSelectionsOperation']['id'],'params':{'unitId':_0x5d07ba,'subUnitId':_0x58fa25,'selections':a[_0x629001(0x3bd)][_0x629001(0x109)](_0x3c7832)}}],_0x45f74e=this[_0x629001(0x116)][_0x629001(0x4ee)](_0x571e62,_0x54a724);if(!S[_0x629001(0x3cb)](_0x45f74e))throw _0x45f74e[_0x629001(0x2be)];const _0x14591b=(_0x512f9d=(_0x73b011=_0x45f74e['m2Prime'][0x0])==null?void 0x0:_0x73b011['params'])==null?void 0x0:_0x512f9d[_0x629001(0x29b)];if(Array[_0x629001(0x249)](_0x14591b)&&_0x14591b[_0x629001(0x14d)]){if(_0x14591b[_0x629001(0x14d)]===_0x54a724[0x0][_0x629001(0x2ad)]['selections'][_0x629001(0x14d)]&&_0x14591b['every']((_0x10ad50,_0x3d68c0)=>a[_0x629001(0x1eb)][_0x629001(0x38e)](_0x10ad50[_0x629001(0xbd)],_0x54a724[0x0][_0x629001(0x2ad)][_0x629001(0x29b)][_0x3d68c0][_0x629001(0xbd)])))return;this['_injector'][_0x629001(0x3cf)](a[_0x629001(0x451)])[_0x629001(0xc0)](k[_0x629001(0x2c0)]['id'],{'unitId':_0x5d07ba,'subUnitId':_0x58fa25,'selections':_0x14591b});}}};ke=Ri([Qe(0x0,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),Qe(0x1,S[_0x2fc972(0x4a4)]),Qe(0x2,a[_0x2fc972(0x3b9)])],ke);const qe=a[_0x2fc972(0x183)](_0x2fc972(0x1e9));var un=(_0x53560c=>(_0x53560c[_0x53560c[_0x2fc972(0x256)]=0x0]=_0x2fc972(0x256),_0x53560c[_0x53560c[_0x2fc972(0x1a5)]=0x1]=_0x2fc972(0x1a5),_0x53560c))(un||{});const Nt=0x7530,Lt=_0x2fc972(0x203);class Oi extends a[_0x2fc972(0x37c)]{constructor(){const _0x7c8a0a=_0x2fc972;super(),I(this,'_id',a[_0x7c8a0a(0x3bd)][_0x7c8a0a(0xf2)]()),I(this,_0x7c8a0a(0x34c),new Set()),I(this,'_unitOnClients',new Map()),I(this,'_heartbeatTimer',null),I(this,'_clearOtherTimers',new Map()),I(this,_0x7c8a0a(0x3c7),new Map()),this[_0x7c8a0a(0x192)]();}[_0x2fc972(0x324)](){const _0x437af0=_0x2fc972;super['dispose'](),this['_clearOtherTimers'][_0x437af0(0x422)]((_0x45d614,_0x2b9020)=>this[_0x437af0(0x385)](_0x2b9020)),this['_heartbeatTimer']&&window[_0x437af0(0x421)](this['_heartbeatTimer']);}[_0x2fc972(0x433)](_0x47a303){const _0x1194b7=_0x2fc972;return this[_0x1194b7(0x260)](_0x47a303)['pipe'](A[_0x1194b7(0x51a)]());}[_0x2fc972(0x27c)](_0xc9de10){const _0x2a9390=_0x2fc972;this[_0x2a9390(0x34c)][_0x2a9390(0x1ca)]===0x0&&this[_0x2a9390(0x31f)](),this['_selfUnitIDs'][_0x2a9390(0x34a)](_0xc9de10),this[_0x2a9390(0x132)]({'type':0x0,'memberID':this[_0x2a9390(0x1cd)],'unitIDs':[_0xc9de10],'isForwarded':!0x1});}[_0x2fc972(0x503)](_0x49deec){const _0xa32f34=_0x2fc972;this['_selfUnitIDs'][_0xa32f34(0x332)](_0x49deec),this[_0xa32f34(0x34c)][_0xa32f34(0x1ca)]===0x0&&this['_heartbeatTimer']&&window['clearInterval'](this[_0xa32f34(0x2f3)]);}['_init'](){const _0x16c46f=_0x2fc972;this[_0x16c46f(0x1a7)](a[_0x16c46f(0x146)](A[_0x16c46f(0x409)](window,'storage')[_0x16c46f(0x243)](_0x908339=>{const _0xb43e82=_0x16c46f;if(_0x908339[_0xb43e82(0x4d0)]!==Lt||!_0x908339[_0xb43e82(0x13f)])return;const _0x325680=JSON[_0xb43e82(0x17d)](_0x908339[_0xb43e82(0x13f)]);this[_0xb43e82(0x341)](_0x325680);}))),window[_0x16c46f(0x170)](_0x16c46f(0x164),()=>this[_0x16c46f(0x132)]({'type':0x1,'memberID':this['_id'],'unitIDs':Array[_0x16c46f(0x4fe)](this['_selfUnitIDs'])}));}[_0x2fc972(0x341)](_0x24ff1b){const _0x2aaa12=_0x2fc972;switch(_0x24ff1b[_0x2aaa12(0xc1)]){case 0x0:this[_0x2aaa12(0x27f)](_0x24ff1b);break;case 0x1:this[_0x2aaa12(0x3e3)](_0x24ff1b);break;case 0x2:this[_0x2aaa12(0x3b0)](_0x24ff1b);break;}}['_handleJoinEvent'](_0x1eca7b){const _0x519f14=_0x2fc972,{unitIDs:_0x1464b3,memberID:_0x4e2d38,isForwarded:_0x394817}=_0x1eca7b;_0x1464b3[_0x519f14(0x422)](_0x2c232b=>{const _0x4ca975=_0x519f14;if(!_0x394817&&this[_0x4ca975(0x4c9)][_0x4ca975(0x33e)](_0x2c232b)&&this['_ensureSubject'](_0x2c232b)[_0x4ca975(0x450)](0x1),!this['_unitOnClients'][_0x4ca975(0x33e)](_0x2c232b)||!this[_0x4ca975(0x4c9)][_0x4ca975(0x3cf)](_0x2c232b)[_0x4ca975(0x33e)](_0x4e2d38)){const _0x230d97=this[_0x4ca975(0x4c9)][_0x4ca975(0x3cf)](_0x2c232b)||new Set();_0x230d97[_0x4ca975(0x34a)](_0x4e2d38),this['_unitOnClients']['set'](_0x2c232b,_0x230d97),this[_0x4ca975(0x41d)](_0x4e2d38);}}),_0x394817||this[_0x519f14(0x132)]({'type':0x0,'memberID':this['_id'],'unitIDs':[...this[_0x519f14(0x34c)]],'isForwarded':!0x0});}[_0x2fc972(0x41d)](_0x35c49f){const _0x57c53b=_0x2fc972;this[_0x57c53b(0x385)](_0x35c49f);const _0x33f1d4=window[_0x57c53b(0xeb)](()=>{const _0x57a24e=_0x57c53b;this['_unitOnClients'][_0x57a24e(0x422)](_0x2bb43b=>{const _0x1022ad=_0x57a24e;_0x2bb43b[_0x1022ad(0x332)](_0x35c49f);});},Nt*0x2);this[_0x57c53b(0x435)][_0x57c53b(0x3ef)](_0x35c49f,_0x33f1d4);}[_0x2fc972(0x385)](_0x558136){const _0x7300e9=_0x2fc972;if(this[_0x7300e9(0x435)][_0x7300e9(0x33e)](_0x558136)){const _0x3e6da0=this['_clearOtherTimers'][_0x7300e9(0x3cf)](_0x558136);_0x3e6da0&&window[_0x7300e9(0x530)](_0x3e6da0),this[_0x7300e9(0x435)][_0x7300e9(0x3ef)](_0x558136,null);}}[_0x2fc972(0x3e3)](_0x567583){const _0x26a18f=_0x2fc972,{memberID:_0xd498bd,unitIDs:_0x39fab2}=_0x567583;_0x39fab2[_0x26a18f(0x422)](_0x122f1c=>{const _0x57ea24=_0x26a18f;var _0x1187e8;const _0x2a2420=this[_0x57ea24(0x4c9)][_0x57ea24(0x3cf)](_0x122f1c);_0x2a2420&&(_0x2a2420[_0x57ea24(0x332)](_0xd498bd),(_0x1187e8=this[_0x57ea24(0x260)](_0x122f1c))==null||_0x1187e8[_0x57ea24(0x450)](_0x2a2420[_0x57ea24(0x1ca)]===0x0?0x0:0x1));}),this[_0x26a18f(0x385)](_0xd498bd);}['_handleHeartbeatEvent'](_0x34d43c){const _0x946cb2=_0x2fc972;this[_0x946cb2(0x41d)](_0x34d43c[_0x946cb2(0x51d)]);}[_0x2fc972(0x132)](_0x3773f4){const _0x4a3186=_0x2fc972;localStorage[_0x4a3186(0x418)](Lt,JSON[_0x4a3186(0x3cd)](_0x3773f4));}[_0x2fc972(0x31f)](){const _0x3de05e=_0x2fc972;this['_heartbeatTimer']=window[_0x3de05e(0x39d)](()=>{const _0x59e7f6=_0x3de05e;this[_0x59e7f6(0x132)]({'type':0x2,'memberID':this[_0x59e7f6(0x1cd)]});},Nt);}[_0x2fc972(0x260)](_0x4b9d4e){const _0x366481=_0x2fc972;return this[_0x366481(0x3c7)][_0x366481(0x33e)](_0x4b9d4e)||this[_0x366481(0x3c7)]['set'](_0x4b9d4e,new A['BehaviorSubject'](0x0)),this[_0x366481(0x3c7)][_0x366481(0x3cf)](_0x4b9d4e);}}var Di=Object[_0x2fc972(0x356)],wi=Object['getOwnPropertyDescriptor'],Pi=(_0x4c293a,_0x3d46ff,_0x9a9c30,_0x84b2a3)=>{const _0x5dc07e=_0x2fc972;for(var _0xeae9ad=_0x84b2a3>0x1?void 0x0:_0x84b2a3?wi(_0x3d46ff,_0x9a9c30):_0x3d46ff,_0x3c0d1f=_0x4c293a[_0x5dc07e(0x14d)]-0x1,_0x3493ca;_0x3c0d1f>=0x0;_0x3c0d1f--)(_0x3493ca=_0x4c293a[_0x3c0d1f])&&(_0xeae9ad=(_0x84b2a3?_0x3493ca(_0x3d46ff,_0x9a9c30,_0xeae9ad):_0x3493ca(_0xeae9ad))||_0xeae9ad);return _0x84b2a3&&_0xeae9ad&&Di(_0x3d46ff,_0x9a9c30,_0xeae9ad),_0xeae9ad;},et=(_0x1b4d69,_0x229a6a)=>(_0x2a0a78,_0x2e2d4e)=>_0x229a6a(_0x2a0a78,_0x2e2d4e,_0x1b4d69);let We=class{constructor(_0x322487,_0x32c8d7,_0x5739b8){const _0xed0330=_0x2fc972;this[_0xed0330(0x2bd)]=_0x322487,this['_transformService']=_0x32c8d7,this[_0xed0330(0x35f)]=_0x5739b8;}['transformStateCache'](_0x402a3e){const _0x15f6ed=_0x2fc972;this[_0x15f6ed(0x516)](_0x402a3e);}[_0x2fc972(0x2fa)](_0x4bbb84){const _0x9413a6=_0x2fc972,{unitID:_0x1cd370}=_0x4bbb84,{collaboration:_0xbb5174}=this[_0x9413a6(0x35f)][_0x9413a6(0x548)](_0x1cd370);if(_0xbb5174[_0x9413a6(0x14d)]===0x0)return _0x4bbb84;let _0x24b5cd=a[_0x9413a6(0x3bd)]['deepClone'](_0x4bbb84[_0x9413a6(0x492)][0x0]);for(let _0x524011=0x0;_0x524011<_0xbb5174['length'];_0x524011++){const _0x1563ca={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0xbb5174[_0x524011][_0x9413a6(0xb5)],..._0xbb5174[_0x524011]['redoState']}},_0x116c64=this[_0x9413a6(0x116)]['transformMutation'](_0x24b5cd,_0x1563ca,!0x1);if(S['isTransformMutationFailure'](_0x116c64))throw _0x116c64[_0x9413a6(0x2be)];_0x24b5cd=_0x116c64[_0x9413a6(0x40c)];}return{...a[_0x9413a6(0x3bd)][_0x9413a6(0x109)](_0x4bbb84),'mutations':[_0x24b5cd]};}[_0x2fc972(0x516)](_0x221e94){const _0x16d837=_0x2fc972,{unitID:_0x185ea2}=_0x221e94,{history:_0x389046,collaboration:_0x1a5949}=this['_docStateChangeManagerService'][_0x16d837(0x548)](_0x185ea2);if(_0x389046[_0x16d837(0x14d)]===0x0&&_0x1a5949['length']===0x0)return;const _0x5727f6=[],_0x10e52d=[];let _0x33f170=a[_0x16d837(0x3bd)][_0x16d837(0x109)](_0x221e94['mutations'][0x0]),_0x3fefc1=a[_0x16d837(0x3bd)][_0x16d837(0x109)](_0x221e94[_0x16d837(0x492)][0x0]);for(let _0x4bea9f=_0x389046[_0x16d837(0x14d)]-0x1;_0x4bea9f>=0x0;_0x4bea9f--){const _0x21fdf9={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x389046[_0x4bea9f][_0x16d837(0xb5)],..._0x389046[_0x4bea9f]['undoState']}},_0x3e0236={'id':_0x16d837(0x30d),'params':{'unitId':_0x389046[_0x4bea9f][_0x16d837(0xb5)],..._0x389046[_0x4bea9f][_0x16d837(0x285)]}},_0x179d37=this[_0x16d837(0x116)][_0x16d837(0x2c5)](_0x33f170,_0x21fdf9,!0x1),_0x57e548=this[_0x16d837(0x116)][_0x16d837(0x2c5)](_0x3fefc1,_0x3e0236,!0x1);if(S[_0x16d837(0x107)](_0x179d37))throw _0x179d37[_0x16d837(0x2be)];if(S[_0x16d837(0x107)](_0x57e548))throw _0x57e548[_0x16d837(0x2be)];_0x5727f6['unshift']({..._0x389046[_0x4bea9f],'undoState':_0x179d37[_0x16d837(0x1e2)][_0x16d837(0x2ad)],'redoState':_0x57e548[_0x16d837(0x1e2)][_0x16d837(0x2ad)]}),_0x33f170=_0x179d37[_0x16d837(0x40c)],_0x3fefc1=_0x57e548[_0x16d837(0x40c)];}_0x33f170=a[_0x16d837(0x3bd)]['deepClone'](_0x221e94['mutations'][0x0]),_0x3fefc1=a['Tools']['deepClone'](_0x221e94[_0x16d837(0x492)][0x0]);for(let _0x2c4f26=_0x1a5949[_0x16d837(0x14d)]-0x1;_0x2c4f26>=0x0;_0x2c4f26--){const _0x305f20={'id':_0x16d837(0x30d),'params':{'unitId':_0x1a5949[_0x2c4f26]['unitId'],..._0x1a5949[_0x2c4f26][_0x16d837(0x465)]}},_0x4d36b8={'id':_0x16d837(0x30d),'params':{'unitId':_0x1a5949[_0x2c4f26]['unitId'],..._0x1a5949[_0x2c4f26]['redoState']}},_0x31d3e4=this[_0x16d837(0x116)]['transformMutation'](_0x33f170,_0x305f20,!0x1),_0x594f92=this['_transformService'][_0x16d837(0x2c5)](_0x3fefc1,_0x4d36b8,!0x1);if(S[_0x16d837(0x107)](_0x31d3e4))throw _0x31d3e4['error'];if(S[_0x16d837(0x107)](_0x594f92))throw _0x594f92[_0x16d837(0x2be)];_0x10e52d[_0x16d837(0x2b0)]({..._0x1a5949[_0x2c4f26],'undoState':_0x31d3e4[_0x16d837(0x1e2)][_0x16d837(0x2ad)],'redoState':_0x594f92['m2Prime'][_0x16d837(0x2ad)]}),_0x33f170=_0x31d3e4[_0x16d837(0x40c)],_0x3fefc1=_0x594f92[_0x16d837(0x40c)];}this[_0x16d837(0x35f)][_0x16d837(0x2bb)](_0x185ea2,{'history':_0x5727f6,'collaboration':_0x10e52d});}};We=Pi([et(0x0,a[_0x2fc972(0xde)](a['Injector'])),et(0x1,S[_0x2fc972(0x4a4)]),et(0x2,a[_0x2fc972(0xde)](J['DocStateChangeManagerService']))],We);function dn(_0x5be2ec){const _0x1f9985=_0x2fc972;let _0x2d9a2c='';for(const _0x2299df of _0x5be2ec){const {startOffset:_0x5757cb,endOffset:_0x159b9b,isActive:_0x347661,rangeType:_0x18ad14,segmentId:_0x9abe46,segmentPage:_0x46998d}=_0x2299df;_0x2d9a2c[_0x1f9985(0x14d)]&&(_0x2d9a2c+=','),_0x2d9a2c+=_0x5757cb+':'+_0x159b9b+':'+(_0x347661?'1':'0')+':'+_0x18ad14+':'+_0x9abe46+':'+_0x46998d;}return _0x2d9a2c;}function Ui(_0x41f54d){const _0x48f027=_0x2fc972,_0x443b9b=_0x41f54d[_0x48f027(0x436)](','),_0x3716a0=[];for(const _0x25bd49 of _0x443b9b){const [_0x4022c1,_0x4d93b7,_0x5826d1,_0x3574d5,_0x74e692,_0x246430]=_0x25bd49[_0x48f027(0x436)](':');_0x3716a0['push']({'startOffset':Number(_0x4022c1),'endOffset':Number(_0x4d93b7),'collapsed':_0x4022c1===_0x4d93b7,'isActive':_0x5826d1==='1','rangeType':_0x3574d5===a[_0x48f027(0x35b)][_0x48f027(0x545)]?a['DOC_RANGE_TYPE'][_0x48f027(0x545)]:a['DOC_RANGE_TYPE']['RECT'],'segmentId':typeof _0x74e692=='string'?String(_0x74e692):'','segmentPage':Number(_0x246430!=null?_0x246430:-0x1)});}return _0x3716a0[_0x48f027(0x281)](_0x31da4a=>_0x31da4a[_0x48f027(0x3cc)])||(_0x3716a0[0x0]['isActive']=!0x0),_0x3716a0;}class Rt extends a[_0x2fc972(0x222)]{constructor(){const _0x3c483=_0x2fc972;super(...arguments),I(this,'_collabCursorState$',new A[(_0x3c483(0x130))](null)),I(this,_0x3c483(0x383),this[_0x3c483(0x3aa)][_0x3c483(0x1f3)]());}['syncEditingCollabCursor'](_0x8c21fd){const _0x394aed=_0x2fc972,{unitID:_0x977e06,memberID:_0x3fe0c0,textRanges:_0x549350}=_0x8c21fd,_0x21951b=dn(_0x549350);if(_0x21951b==='')return;const _0x1af237={'unitID':_0x977e06,'memberID':_0x3fe0c0,'selection':_0x21951b};this['_collabCursorState$'][_0x394aed(0x450)](_0x1af237);}}var Mi=Object[_0x2fc972(0x356)],Ai=Object[_0x2fc972(0x423)],Ni=(_0x15408b,_0x197307,_0x198045,_0x45bfb0)=>{const _0x1427c7=_0x2fc972;for(var _0x1383ee=_0x45bfb0>0x1?void 0x0:_0x45bfb0?Ai(_0x197307,_0x198045):_0x197307,_0x2e32fd=_0x15408b[_0x1427c7(0x14d)]-0x1,_0x29a8e4;_0x2e32fd>=0x0;_0x2e32fd--)(_0x29a8e4=_0x15408b[_0x2e32fd])&&(_0x1383ee=(_0x45bfb0?_0x29a8e4(_0x197307,_0x198045,_0x1383ee):_0x29a8e4(_0x1383ee))||_0x1383ee);return _0x45bfb0&&_0x1383ee&&Mi(_0x197307,_0x198045,_0x1383ee),_0x1383ee;},xt=(_0x44ccae,_0x178914)=>(_0x5a7339,_0x5a7e01)=>_0x178914(_0x5a7339,_0x5a7e01,_0x44ccae);let Fe=class{constructor(_0x41f276,_0x5c74d3){const _0x5ab65e=_0x2fc972;this[_0x5ab65e(0x2bd)]=_0x41f276,this[_0x5ab65e(0x116)]=_0x5c74d3;}['transformSelections'](_0x5bd526){const _0x38f61a=_0x2fc972;var _0x237142;const _0x140c16=this[_0x38f61a(0x2bd)][_0x38f61a(0x3cf)](ye[_0x38f61a(0x30c)]),_0x2571c1=(_0x237142=_0x140c16['getDocRanges']())!=null?_0x237142:[];if(_0x2571c1[_0x38f61a(0x14d)]===0x0)return;const _0x33e4f5=_0x5bd526['unitID'],_0xde3b78=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x33e4f5,'actions':null,'textRanges':_0x2571c1}}],_0x47b33d=this[_0x38f61a(0x116)][_0x38f61a(0x4ee)](_0x5bd526,_0xde3b78);if(!S[_0x38f61a(0x3cb)](_0x47b33d))throw _0x47b33d[_0x38f61a(0x2be)];const _0x4d5630=_0x47b33d['m2Prime'][0x0]['params'][_0x38f61a(0x466)];Array[_0x38f61a(0x249)](_0x4d5630)&&_0x4d5630[_0x38f61a(0x14d)]&&_0x140c16[_0x38f61a(0x112)](_0x4d5630,{'unitId':_0x33e4f5,'subUnitId':_0x33e4f5},!0x1);}};Fe=Ni([xt(0x0,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),xt(0x1,S[_0x2fc972(0x4a4)])],Fe);const Li=new Set([k[_0x2fc972(0x471)]['id']]);function jt(_0x30cdc0,_0xf1882,_0x5f5545,_0x57c599,_0xc4c308){const _0x16f39a=_0x2fc972;var _0x27cf20,_0x3be352,_0xb7d922,_0x21f39a;const _0x4b5864=[];for(const _0x1ca057 of _0x30cdc0)if(Li[_0x16f39a(0x33e)](_0x1ca057['id'])){if(_0x4b5864['length']>0x0)break;_0x4b5864['push'](_0x1ca057);break;}else _0x4b5864[_0x16f39a(0x540)](_0x1ca057);const _0x31f526=(_0x3be352=(_0x27cf20=_0xc4c308['getCurrentUser']())==null?void 0x0:_0x27cf20['userID'])!=null?_0x3be352:'unknown',_0x593755=(_0x21f39a=(_0xb7d922=_0xc4c308[_0x16f39a(0x4a9)]())==null?void 0x0:_0xb7d922['memberID'])!=null?_0x21f39a:_0x16f39a(0x265);return{'changeset':{'unitID':_0xf1882,'type':S[_0x16f39a(0x514)](_0x5f5545['getUnitType'](_0xf1882)),'baseRev':_0x57c599[_0x16f39a(0xc9)](_0xf1882),'revision':0x0,'userID':_0x31f526,'memberID':_0x593755,'mutations':_0x4b5864},'pendingMutations':_0x30cdc0[_0x16f39a(0x2b1)](_0x4b5864['length'])};}function xi(_0x4c5573,_0x261f89,_0x5e3b0b,_0x3c2afb,_0x1f6f1e){const _0x20a2de=_0x2fc972;var _0x4ee65a,_0xdeff0e,_0x4d8c21,_0x4c0f1a;const _0x55d110=[_0x4c5573[_0x20a2de(0x415)]((_0x5d4472,_0x137847)=>{const _0x13be92=_0x20a2de;var _0x512338;const {id:_0x1658f4}=_0x5d4472,{id:_0x1ef39d,type:_0x8328bc}=_0x137847,_0x4404af=(_0x512338=_0x5d4472[_0x13be92(0x2ad)])!=null?_0x512338:{'actions':null},_0x8f7206=_0x137847[_0x13be92(0x2ad)];if(_0x1658f4&&_0x1658f4!==_0x1ef39d)throw new Error(_0x13be92(0x48e)+_0x1658f4+'\x20-\x20'+_0x1ef39d+'.');return{..._0x5d4472,'id':_0x1ef39d,'type':_0x8328bc,'params':{'unitId':_0x8f7206[_0x13be92(0xb5)],'textRanges':_0x8f7206['textRanges'],'actions':a['JSONX'][_0x13be92(0x2a8)](_0x4404af[_0x13be92(0x4ac)],_0x8f7206['actions'])}};},{})],_0x5558f3=(_0xdeff0e=(_0x4ee65a=_0x1f6f1e[_0x20a2de(0x4a9)]())==null?void 0x0:_0x4ee65a[_0x20a2de(0x27b)])!=null?_0xdeff0e:'unknown',_0x1ed842=(_0x4c0f1a=(_0x4d8c21=_0x1f6f1e[_0x20a2de(0x4a9)]())==null?void 0x0:_0x4d8c21['memberID'])!=null?_0x4c0f1a:_0x20a2de(0x265);return{'changeset':{'unitID':_0x261f89,'type':S[_0x20a2de(0x514)](_0x5e3b0b[_0x20a2de(0x490)](_0x261f89)),'baseRev':_0x3c2afb[_0x20a2de(0xc9)](_0x261f89),'revision':0x0,'userID':_0x5558f3,'memberID':_0x1ed842,'mutations':_0x55d110},'pendingMutations':[]};}function fn(_0x1cd5c2,_0xd77da8){const _0x5add1a=_0x2fc972,_0x5bde3c=new A[(_0x5add1a(0x1e8))](0x1);return setTimeout(()=>_0x5bde3c[_0x5add1a(0x450)](_0xd77da8),_0x1cd5c2),_0x5bde3c['asObservable']()['pipe'](A[_0x5add1a(0x4dc)](0x1));}const ji={'id':k[_0x2fc972(0x174)]['id'],'type':a[_0x2fc972(0x338)]['MUTATION'],'params':{}};var $i=Object[_0x2fc972(0x356)],Hi=Object['getOwnPropertyDescriptor'],Ie=(_0x1406be,_0x22da86,_0x139274,_0x35c88f)=>{const _0x2f7621=_0x2fc972;for(var _0x4b6753=_0x35c88f>0x1?void 0x0:_0x35c88f?Hi(_0x22da86,_0x139274):_0x22da86,_0x581fde=_0x1406be[_0x2f7621(0x14d)]-0x1,_0x5bfbb0;_0x581fde>=0x0;_0x581fde--)(_0x5bfbb0=_0x1406be[_0x581fde])&&(_0x4b6753=(_0x35c88f?_0x5bfbb0(_0x22da86,_0x139274,_0x4b6753):_0x5bfbb0(_0x4b6753))||_0x4b6753);return _0x35c88f&&_0x4b6753&&$i(_0x22da86,_0x139274,_0x4b6753),_0x4b6753;},N=(_0x2c703b,_0x4f60fc)=>(_0x15c6d4,_0x56723c)=>_0x4f60fc(_0x15c6d4,_0x56723c,_0x2c703b),q=(_0x596872=>(_0x596872[_0x2fc972(0x2e7)]=_0x2fc972(0x13d),_0x596872[_0x2fc972(0x4d4)]=_0x2fc972(0x283),_0x596872[_0x2fc972(0x309)]='pending',_0x596872[_0x2fc972(0x24d)]=_0x2fc972(0x524),_0x596872['AWAITING_WITH_PENDING']=_0x2fc972(0x199),_0x596872[_0x2fc972(0x167)]=_0x2fc972(0x424),_0x596872[_0x2fc972(0x54c)]=_0x2fc972(0x1ac),_0x596872[_0x2fc972(0x455)]='offline',_0x596872))(q||{});const vn=0xea60;class Ce{constructor(_0x37f947,_0x13fda4,_0x2f99d6,_0x2200b,_0x55481c,_0x5c451e,_0x328a2d,_0x18b2fd,_0x212990){const _0x248e99=_0x2fc972;I(this,'_awaitingChangeset',null),I(this,_0x248e99(0x400),[]),(this['unitID']=_0x37f947,this[_0x248e99(0xc1)]=_0x13fda4,this['_handler']=_0x55481c,this['_commandService']=_0x5c451e,this[_0x248e99(0x2b5)]=_0x328a2d,this[_0x248e99(0x11e)]=_0x18b2fd,this['_localCacheService']=_0x212990,this[_0x248e99(0x30e)]=_0x2f99d6,this[_0x248e99(0x400)]=_0x2200b);}[_0x2fc972(0x479)](_0x112ac2){const _0xfe0448=_0x2fc972,_0x524663=this[_0xfe0448(0x11e)]['getCurrentRevOfUnit'](this[_0xfe0448(0xbc)]);return _0x112ac2['revision']>_0x524663+0x1?(this[_0xfe0448(0x23e)][_0xfe0448(0x19b)]({'from':_0x524663,'to':_0x112ac2[_0xfe0448(0x414)]-0x1}),!0x0):!0x1;}[_0x2fc972(0x3f5)](_0x4c6363){const _0x1115a2=_0x2fc972;this[_0x1115a2(0x2b5)][_0x1115a2(0x42f)](this[_0x1115a2(0xbc)],_0x4c6363);}['_transformSelections'](_0x4469af){const _0x132d88=_0x2fc972;var _0x456de3,_0x471abf;(_0x471abf=(_0x456de3=this[_0x132d88(0x23e)])[_0x132d88(0x267)])==null||_0x471abf[_0x132d88(0x16c)](_0x456de3,_0x4469af);}[_0x2fc972(0x1e4)](_0x490a3a){const _0x55487c=_0x2fc972;var _0x1284a4,_0x25d135;return(_0x25d135=(_0x1284a4=this['_handler'])[_0x55487c(0x2fc)])==null?void 0x0:_0x25d135['call'](_0x1284a4,_0x490a3a);}['_transformStateCache'](_0xbc2629){const _0x1cdb26=_0x2fc972;var _0x59aa6b,_0x5634f8;return(_0x5634f8=(_0x59aa6b=this[_0x1cdb26(0x23e)])['onTransformState'])==null?void 0x0:_0x5634f8['call'](_0x59aa6b,_0xbc2629);}[_0x2fc972(0x2ec)](_0x149c59){const _0x1a9f97=_0x2fc972;var _0x522f73,_0x29ead5,_0x3461fe;return(_0x3461fe=(_0x29ead5=(_0x522f73=this[_0x1a9f97(0x23e)])[_0x1a9f97(0x549)])==null?void 0x0:_0x29ead5[_0x1a9f97(0x16c)](_0x522f73,_0x149c59))!=null?_0x3461fe:_0x149c59;}[_0x2fc972(0x24c)](_0x3e7c5b){const _0x3a8d64=_0x2fc972;var _0x5dfe3a,_0x60f6bf,_0x390d72;return(_0x390d72=(_0x60f6bf=(_0x5dfe3a=this[_0x3a8d64(0x23e)])[_0x3a8d64(0x335)])==null?void 0x0:_0x60f6bf[_0x3a8d64(0x16c)](_0x5dfe3a,_0x3e7c5b))!=null?_0x390d72:_0x3e7c5b;}[_0x2fc972(0x543)](_0x3fe45e){const _0x35923b=_0x2fc972;var _0x15088b,_0x3b411e;if(this['type']===ie[_0x35923b(0x22f)]){const {unitID:_0x865a2e,mutations:_0x1b8f8c,memberID:_0x3902cc}=_0x3fe45e,_0x2b21e5=_0x1b8f8c[0x0][_0x35923b(0x2ad)][_0x35923b(0x466)];Array['isArray'](_0x2b21e5)&&_0x2b21e5['length']>0x0&&((_0x3b411e=(_0x15088b=this[_0x35923b(0x23e)])[_0x35923b(0x463)])==null||_0x3b411e[_0x35923b(0x16c)](_0x15088b,{'unitID':_0x865a2e,'memberID':_0x3902cc,'textRanges':_0x2b21e5}));}}[_0x2fc972(0x3c0)](){const _0xa05947=_0x2fc972;this[_0xa05947(0x12d)][_0xa05947(0xb8)](this[_0xa05947(0xbc)],this[_0xa05947(0xc1)],this[_0xa05947(0x30e)],this['_pendingMutations']);}['_getCurrentRevision'](){const _0x2825cb=_0x2fc972;return this[_0x2825cb(0x11e)][_0x2825cb(0xc9)](this['unitID']);}[_0x2fc972(0x401)](){const _0x1f759d=_0x2fc972;this['_revisionService'][_0x1f759d(0x106)](this['unitID']);}['_executeRemoteChangeset'](_0x56c01f){const _0x1c29a4=_0x2fc972;var _0x5a59f0;let _0x53c961=this[_0x1c29a4(0x2ec)](_0x56c01f);_0x53c961=this['_transformRemoteChangesetByStateCache'](_0x53c961);const _0x31f5b6=a[_0x1c29a4(0x4e3)](_0x53c961[_0x1c29a4(0x492)],this[_0x1c29a4(0x3be)],{'fromCollab':!0x0});if(!_0x31f5b6[_0x1c29a4(0xfc)])throw _0x31f5b6['error']instanceof Error?_0x31f5b6[_0x1c29a4(0x2be)]:new Error((_0x5a59f0=_0x31f5b6[_0x1c29a4(0x2be)])!=null?_0x5a59f0:_0x1c29a4(0x144));this[_0x1c29a4(0x1e4)](_0x53c961),this['_transformStateCache'](_0x53c961),this['_transformUndoredo'](_0x56c01f),this['_transformSelections'](_0x53c961),this[_0x1c29a4(0x543)](_0x53c961),this[_0x1c29a4(0x401)]();}}let Oe=class extends Ce{constructor(_0x2111a2,_0x5f2298,_0x26bc53,_0x225ff8,_0x21ef67,_0x128b5c,_0x35913e,_0x388810,_0x1543a3,_0x29cacd){const _0x10c38d=_0x2fc972;super(_0x2111a2,_0x5f2298,null,[],_0x26bc53,_0x388810,_0x35913e,_0x225ff8,_0x21ef67),I(this,_0x10c38d(0x3c9),_0x10c38d(0x283)),(this[_0x10c38d(0x2bd)]=_0x128b5c,this[_0x10c38d(0x3e5)]=_0x1543a3,this[_0x10c38d(0x116)]=_0x29cacd);}[_0x2fc972(0x3de)](_0x5d1504){const _0xb34ede=_0x2fc972,_0x15b020=this['_injector'][_0xb34ede(0x176)](ce,this[_0xb34ede(0xbc)],this['type'],[_0x5d1504],this[_0xb34ede(0x23e)]);return _0x15b020[_0xb34ede(0x429)](),_0x15b020[_0xb34ede(0x3c0)](),_0x15b020;}[_0x2fc972(0x3ac)](_0x144b89){const _0x2fce27=_0x2fc972;if(this[_0x2fce27(0x479)](_0x144b89))return this[_0x2fce27(0x2bd)]['createInstance'](re,this[_0x2fce27(0xbc)],this[_0x2fce27(0xc1)],null,[],null,[_0x144b89],this[_0x2fce27(0x23e)]);try{const _0x1e7a19=this['_transformService']['transformMutationsWithChangeset'](_0x144b89,[ji]);if(S['isTransformMutationsWithChangesetSuccess'](_0x1e7a19)){const {c1Prime:_0x27167d}=_0x1e7a19;return this[_0x2fce27(0x278)](_0x27167d),this;}throw _0x1e7a19[_0x2fce27(0x2be)];}catch(_0x149d90){return this[_0x2fce27(0x3e5)][_0x2fce27(0x2be)](_0x149d90),this[_0x2fce27(0x354)](!0x1);}}[_0x2fc972(0x354)](_0x15566c){const _0x152cd9=_0x2fc972;return this[_0x152cd9(0x2bd)][_0x152cd9(0x176)](ve,this[_0x152cd9(0xbc)],this[_0x152cd9(0xc1)],null,[],this['_handler'],_0x15566c);}[_0x2fc972(0x206)](){const _0x700f40=_0x2fc972;throw new Error(_0x700f40(0x121));}['onRemoteRej'](){const _0x56930e=_0x2fc972;throw new Error(_0x56930e(0x22e));}[_0x2fc972(0xb9)](){return this;}[_0x2fc972(0x288)](){const _0x329d87=_0x2fc972;return this['_injector'][_0x329d87(0x176)](me,this[_0x329d87(0xbc)],this[_0x329d87(0xc1)],null,[],this[_0x329d87(0x23e)]);}[_0x2fc972(0x17b)](){return this;}['resend'](){throw new Error('[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x2fc972(0x41c)](){const _0xa2a586=_0x2fc972,_0x23cc18=this[_0xa2a586(0x11e)][_0xa2a586(0xc9)](this[_0xa2a586(0xbc)]);return this[_0xa2a586(0x23e)][_0xa2a586(0x19b)]({'from':_0x23cc18,'to':0x0}),this[_0xa2a586(0x2bd)][_0xa2a586(0x176)](re,this['unitID'],this[_0xa2a586(0xc1)],null,[],null,[],this[_0xa2a586(0x23e)]);}};Oe=Ie([N(0x3,a[_0x2fc972(0xde)](S['RevisionService'])),N(0x4,a[_0x2fc972(0xde)](exports[_0x2fc972(0x464)])),N(0x5,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),N(0x6,a['IUndoRedoService']),N(0x7,a[_0x2fc972(0x451)]),N(0x8,a['ILogService']),N(0x9,S[_0x2fc972(0x4a4)])],Oe);let ce=class extends Ce{constructor(_0x501575,_0x35e6bd,_0xee5e47,_0x9d9135,_0x797cfe,_0x555a0f,_0x9791,_0x36026e,_0x575338,_0x97b99e,_0x3e7614,_0x4cd568,_0x1f6bde,_0x2f7dcb){const _0x4d012a=_0x2fc972;super(_0x501575,_0x35e6bd,null,_0xee5e47,_0x9d9135,_0x97b99e,_0x2f7dcb,_0x555a0f,_0x9791),I(this,_0x4d012a(0x3c9),_0x4d012a(0x136)),I(this,_0x4d012a(0x4f3),null),I(this,_0x4d012a(0x135),null),(this[_0x4d012a(0x2bd)]=_0x797cfe,this[_0x4d012a(0x35d)]=_0x36026e,this[_0x4d012a(0x3e5)]=_0x575338,this[_0x4d012a(0x51e)]=_0x3e7614,this[_0x4d012a(0x116)]=_0x4cd568,this[_0x4d012a(0x4d3)]=_0x1f6bde);}['appendMutation'](_0x271aef){const _0x2a308c=_0x2fc972;return this[_0x2a308c(0x400)]['push'](_0x271aef),this[_0x2a308c(0x3c0)](),this;}[_0x2fc972(0x3ac)](_0x2c04d4){const _0xcb6f6d=_0x2fc972;if(this[_0xcb6f6d(0x479)](_0x2c04d4))return this['_clearScheduledTask'](),this['_injector'][_0xcb6f6d(0x176)](re,this[_0xcb6f6d(0xbc)],this['type'],null,this[_0xcb6f6d(0x400)],null,[_0x2c04d4],this[_0xcb6f6d(0x23e)]);try{const _0x27db37=this[_0xcb6f6d(0x116)][_0xcb6f6d(0x4ee)](_0x2c04d4,this[_0xcb6f6d(0x400)]);if(S[_0xcb6f6d(0x3cb)](_0x27db37)){const {c1Prime:_0x4d8c47,m2Prime:_0x2992cd}=_0x27db37;this[_0xcb6f6d(0x278)](_0x4d8c47);const _0x5b794e=this[_0xcb6f6d(0x2bd)]['createInstance'](ce,this[_0xcb6f6d(0xbc)],this[_0xcb6f6d(0xc1)],_0x2992cd,this[_0xcb6f6d(0x23e)]);return this['_clearScheduledTask'](),_0x5b794e[_0xcb6f6d(0x429)](this[_0xcb6f6d(0x4f3)]?Math[_0xcb6f6d(0x476)](0x0,new Date()['getTime']()-this['_scheduleTimestamp']):this['_getSendChangesetTimeout']()),_0x5b794e;}throw _0x27db37['error'];}catch(_0x3193e9){return this[_0xcb6f6d(0x3e5)]['error'](_0x3193e9),this[_0xcb6f6d(0x354)](!0x1);}}[_0x2fc972(0x206)](){const _0x44e159=_0x2fc972;throw new Error(_0x44e159(0x1dc));}[_0x2fc972(0x352)](){throw new Error('[PendingState]:\x20received\x20rejection.');}['onRemoteRetry'](){return this;}[_0x2fc972(0x288)](){const _0x6f9987=_0x2fc972;return this[_0x6f9987(0xbb)](),this[_0x6f9987(0x2bd)][_0x6f9987(0x176)](me,this['unitID'],this['type'],null,this[_0x6f9987(0x400)],this['_handler']);}['toggleOnline'](){return this;}[_0x2fc972(0x429)](_0x2ef6be){const _0x3f1b15=_0x2fc972,_0x5edb46=_0x2ef6be!=null?_0x2ef6be:this['_getSendChangesetTimeout']();this[_0x3f1b15(0x4f3)]=new Date()[_0x3f1b15(0x518)](),this[_0x3f1b15(0x135)]=window['setTimeout'](()=>{const _0xb06ca0=_0x3f1b15;this[_0xb06ca0(0xbb)]();let _0x507d9c=null;switch(this[_0xb06ca0(0xc1)]){case ie['UNIVER_SHEET']:{_0x507d9c=jt(this[_0xb06ca0(0x400)],this['unitID'],this[_0xb06ca0(0x4d3)],this[_0xb06ca0(0x11e)],this[_0xb06ca0(0x35d)]);break;}case ie[_0xb06ca0(0x22f)]:{this[_0xb06ca0(0x400)][_0xb06ca0(0x163)](_0x2bb3c3=>_0x2bb3c3['id']===ye[_0xb06ca0(0x2cc)]['id'])?_0x507d9c=xi(this[_0xb06ca0(0x400)],this[_0xb06ca0(0xbc)],this['_univerInstanceService'],this[_0xb06ca0(0x11e)],this[_0xb06ca0(0x35d)]):_0x507d9c=jt(this[_0xb06ca0(0x400)],this[_0xb06ca0(0xbc)],this[_0xb06ca0(0x4d3)],this[_0xb06ca0(0x11e)],this[_0xb06ca0(0x35d)]);break;}default:throw new Error('[PendingState]:\x20unhandled\x20univer\x20type:\x20'+this[_0xb06ca0(0xc1)]+_0xb06ca0(0x515));}const {changeset:_0x57ff07,pendingMutations:_0x344524}=_0x507d9c;this[_0xb06ca0(0x23e)][_0xb06ca0(0x52c)](_0x57ff07);const _0x5534d5=_0x344524['length']?this[_0xb06ca0(0x2bd)][_0xb06ca0(0x176)](le,this[_0xb06ca0(0xbc)],this['type'],_0x57ff07,_0x344524,this[_0xb06ca0(0x23e)],void 0x0):this[_0xb06ca0(0x2bd)][_0xb06ca0(0x176)](fe,this[_0xb06ca0(0xbc)],this[_0xb06ca0(0xc1)],_0x57ff07,this[_0xb06ca0(0x23e)]);_0x5534d5[_0xb06ca0(0x3c0)](),this[_0xb06ca0(0x23e)][_0xb06ca0(0x223)](this,_0x5534d5);},_0x5edb46);}[_0x2fc972(0xfa)](){const _0x409392=_0x2fc972;var _0x582630;const _0x1c8214=this[_0x409392(0x51e)]['getConfig'](te);return(_0x582630=_0x1c8214==null?void 0x0:_0x1c8214[_0x409392(0x232)])!=null?_0x582630:kn;}['resend'](){throw new Error('[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x2fc972(0xbb)](){const _0x32cbec=_0x2fc972;this[_0x32cbec(0x135)]!=null&&(clearTimeout(this[_0x32cbec(0x135)]),this['_sendingTimer']=null);}[_0x2fc972(0x354)](_0x4b5d8a){const _0x2aad36=_0x2fc972;return this['_clearScheduledTask'](),this[_0x2aad36(0x2bd)][_0x2aad36(0x176)](ve,this[_0x2aad36(0xbc)],this['type'],null,this[_0x2aad36(0x400)],this['_handler'],_0x4b5d8a);}};ce=Ie([N(0x4,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),N(0x5,a[_0x2fc972(0xde)](S['RevisionService'])),N(0x6,a[_0x2fc972(0xde)](exports[_0x2fc972(0x464)])),N(0x7,a[_0x2fc972(0xde)](exports['MemberService'])),N(0x8,a['ILogService']),N(0x9,a['ICommandService']),N(0xa,a['IConfigService']),N(0xb,S['ITransformService']),N(0xc,a[_0x2fc972(0x3b9)]),N(0xd,a[_0x2fc972(0x1d3)])],ce);let fe=class extends Ce{constructor(_0x26b16d,_0x3b9f2d,_0x5d6360,_0x165338,_0x106b4f,_0x262034,_0x3e0abf,_0x467d41,_0x2df21d,_0x4319fc,_0x4c4069){const _0xbfda8e=_0x2fc972;super(_0x26b16d,_0x3b9f2d,_0x5d6360,[],_0x165338,_0x467d41,_0x4c4069,_0x262034,_0x3e0abf),I(this,'status',_0xbfda8e(0x524)),I(this,_0xbfda8e(0x48f),0x0),I(this,_0xbfda8e(0x4d7)),I(this,_0xbfda8e(0x28b)),(this[_0xbfda8e(0x2bd)]=_0x106b4f,this[_0xbfda8e(0x3e5)]=_0x2df21d,this[_0xbfda8e(0x116)]=_0x4319fc);}[_0x2fc972(0x3de)](_0x13ed6d){const _0x28a34a=_0x2fc972;this[_0x28a34a(0xbb)]();const _0x119b09=this[_0x28a34a(0x2bd)][_0x28a34a(0x176)](le,this[_0x28a34a(0xbc)],this['type'],this[_0x28a34a(0x30e)],[_0x13ed6d],this['_handler'],this['_resendTimer']);return _0x119b09[_0x28a34a(0x3c0)](),_0x119b09;}[_0x2fc972(0x3ac)](_0x5f1a2e){const _0x205936=_0x2fc972;if(this[_0x205936(0x479)](_0x5f1a2e))return this['_clearScheduledTask'](),this[_0x205936(0x2bd)][_0x205936(0x176)](re,this[_0x205936(0xbc)],this['type'],this[_0x205936(0x30e)],[],null,[_0x5f1a2e],this[_0x205936(0x23e)]);try{const _0x29bb08=this[_0x205936(0x116)][_0x205936(0xe7)]([_0x5f1a2e],[this['_awaitingChangeset']],!0x1);if(S[_0x205936(0x2aa)](_0x29bb08)){const {c1Prime:_0x4e55ab,c2Prime:_0x587ea9}=_0x29bb08;this[_0x205936(0x278)](_0x4e55ab[0x0]),_0x587ea9[0x0][_0x205936(0xd5)]=this[_0x205936(0x1bf)](),this['_clearScheduledTask']();const _0x4e0cb4=this['_injector'][_0x205936(0x176)](fe,this['unitID'],this[_0x205936(0xc1)],_0x587ea9[0x0],this[_0x205936(0x23e)]);return _0x4e0cb4[_0x205936(0x3c0)](),_0x4e0cb4;}return this[_0x205936(0x354)](!0x1);}catch(_0x13f554){return this[_0x205936(0x3e5)][_0x205936(0x2be)](_0x13f554),this[_0x205936(0x354)](!0x1);}}['onRemoteAck'](_0x1b8660){const _0x2a7e9e=_0x2fc972;this[_0x2a7e9e(0xbb)]();const _0x244987=this[_0x2a7e9e(0x11e)][_0x2a7e9e(0xc9)](this[_0x2a7e9e(0xbc)]);if(_0x1b8660[_0x2a7e9e(0x414)]<_0x244987-0x1)return this;if(this[_0x2a7e9e(0x479)](_0x1b8660))return this['_injector'][_0x2a7e9e(0x176)](re,this[_0x2a7e9e(0xbc)],this[_0x2a7e9e(0xc1)],null,[],this[_0x2a7e9e(0x30e)],[],this['_handler']);this[_0x2a7e9e(0x401)]();const _0x33de45=this[_0x2a7e9e(0x2bd)][_0x2a7e9e(0x176)](Oe,this[_0x2a7e9e(0xbc)],this[_0x2a7e9e(0xc1)],this[_0x2a7e9e(0x23e)]);return _0x33de45[_0x2a7e9e(0x3c0)](),_0x33de45;}[_0x2fc972(0x352)](_0x28137b){const _0x322eed=_0x2fc972;return this['_onConflict'](!!(_0x28137b!=null&&_0x28137b[_0x322eed(0x48c)]));}['onRemoteRetry'](_0x1f36d8){const _0x58fa6b=_0x2fc972;return this[_0x58fa6b(0x48f)]>vn?this['toggleOffline']():(this['_resendTimer']=fn(this[_0x58fa6b(0x48f)],{'timeout':this[_0x58fa6b(0x48f)],'reqId':_0x1f36d8['reqId']}),this['_sender']=this[_0x58fa6b(0x4d7)][_0x58fa6b(0x243)](({reqId:_0x1c13d1,timeout:_0x34aa5c})=>{const _0x3c23f0=_0x58fa6b;this[_0x3c23f0(0x19c)](_0x1c13d1,_0x34aa5c);}),this);}['toggleOffline'](){const _0x1a72d0=_0x2fc972;return this[_0x1a72d0(0xbb)](),this['_injector'][_0x1a72d0(0x176)](me,this[_0x1a72d0(0xbc)],this[_0x1a72d0(0xc1)],this[_0x1a72d0(0x30e)],[],this['_handler']);}['toggleOnline'](){return this;}[_0x2fc972(0x124)](){const _0x3b9d93=_0x2fc972;this[_0x3b9d93(0x23e)][_0x3b9d93(0x52c)](this['_awaitingChangeset']);}[_0x2fc972(0x354)](_0x3be135){const _0x3c9913=_0x2fc972;return this['_clearScheduledTask'](),this[_0x3c9913(0x2bd)]['createInstance'](ve,this[_0x3c9913(0xbc)],this['type'],this['_awaitingChangeset'],[],this[_0x3c9913(0x23e)],_0x3be135);}[_0x2fc972(0x19c)](_0x476489,_0x4d5b9b){const _0x19fe68=_0x2fc972;var _0x4d0491;_0x476489===((_0x4d0491=this[_0x19fe68(0x30e)])==null?void 0x0:_0x4d0491[_0x19fe68(0x4dd)])&&(this['resend'](),this[_0x19fe68(0x48f)]=_0x4d5b9b===0x0?0x3e8:_0x4d5b9b*0x2);}[_0x2fc972(0xbb)](){const _0x166140=_0x2fc972;var _0x510145;(_0x510145=this[_0x166140(0x28b)])==null||_0x510145[_0x166140(0x484)](),this['_resendTimeout']=0x0;}};fe=Ie([N(0x4,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),N(0x5,a['Inject'](S['RevisionService'])),N(0x6,a[_0x2fc972(0xde)](exports[_0x2fc972(0x464)])),N(0x7,a[_0x2fc972(0x451)]),N(0x8,a[_0x2fc972(0x1fc)]),N(0x9,S[_0x2fc972(0x4a4)]),N(0xa,a[_0x2fc972(0x1d3)])],fe);let le=class extends Ce{constructor(_0x165321,_0x3ca489,_0x43e9ae,_0x45e152,_0x301340,_0x1b0231,_0x2dcf55,_0x504eb1,_0x1dd2b7,_0x3ee902,_0x966a44,_0x3440cc,_0x457c9a){const _0x2b097b=_0x2fc972;super(_0x165321,_0x3ca489,_0x43e9ae,_0x45e152,_0x301340,_0x3ee902,_0x457c9a,_0x504eb1,_0x1dd2b7),I(this,_0x2b097b(0x3c9),_0x2b097b(0x199)),I(this,_0x2b097b(0x48f),0x0),I(this,_0x2b097b(0x4d7)),I(this,_0x2b097b(0x28b)),(this[_0x2b097b(0x2bd)]=_0x2dcf55,this[_0x2b097b(0x3e5)]=_0x966a44,this[_0x2b097b(0x116)]=_0x3440cc,_0x1b0231&&(this[_0x2b097b(0x4d7)]=_0x1b0231,this[_0x2b097b(0x28b)]=this[_0x2b097b(0x4d7)][_0x2b097b(0x243)](({reqId:_0x492c0e,timeout:_0x2e87b3})=>{const _0x54f7dc=_0x2b097b;this[_0x54f7dc(0x19c)](_0x492c0e,_0x2e87b3);})));}[_0x2fc972(0x3de)](_0x953552){const _0x157b5d=_0x2fc972;return this[_0x157b5d(0x400)][_0x157b5d(0x540)](_0x953552),this;}[_0x2fc972(0x3ac)](_0x1e9f19){const _0x598074=_0x2fc972;if(this[_0x598074(0x479)](_0x1e9f19))return this[_0x598074(0xbb)](),this['_injector'][_0x598074(0x176)](re,this[_0x598074(0xbc)],this[_0x598074(0xc1)],this[_0x598074(0x30e)],this['_pendingMutations'],null,[_0x1e9f19],this[_0x598074(0x23e)]);try{const _0xbb39fe=this[_0x598074(0x116)]['transformChangesets']([_0x1e9f19],[this[_0x598074(0x30e)]],!0x1);if(S[_0x598074(0x2aa)](_0xbb39fe)){const {c1Prime:_0x3fb120,c2Prime:_0x5554b6}=_0xbb39fe,_0x45b008=this['_transformService']['transformMutationsWithChangeset'](_0x3fb120[0x0],this['_pendingMutations']);if(S[_0x598074(0x3cb)](_0x45b008)){const {c1Prime:_0xaf2eea,m2Prime:_0x6065a2}=_0x45b008;return this['_executeRemoteChangeset'](_0xaf2eea),_0x5554b6[0x0][_0x598074(0xd5)]=this['_getCurrentRevision'](),this['_clearScheduledTask'](),this[_0x598074(0x2bd)][_0x598074(0x176)](le,this['unitID'],this[_0x598074(0xc1)],_0x5554b6[0x0],_0x6065a2,this['_handler'],void 0x0);}throw _0x45b008[_0x598074(0x2be)];}throw _0xbb39fe[_0x598074(0x2be)];}catch(_0x2f9021){return this[_0x598074(0x3e5)]['error'](_0x2f9021),this[_0x598074(0x354)](!0x1);}}[_0x2fc972(0x206)](_0x3a7b61){const _0x5a53ac=_0x2fc972;if(this[_0x5a53ac(0xbb)](),this[_0x5a53ac(0x479)](_0x3a7b61))return this['_injector']['createInstance'](re,this[_0x5a53ac(0xbc)],this['type'],null,this[_0x5a53ac(0x400)],this['_awaitingChangeset'],[],this[_0x5a53ac(0x23e)]);this['_incrementRevisionNumber']();const _0x59b05d=this[_0x5a53ac(0x2bd)]['createInstance'](ce,this[_0x5a53ac(0xbc)],this['type'],this['_pendingMutations'],this[_0x5a53ac(0x23e)]);return _0x59b05d[_0x5a53ac(0x429)](),_0x59b05d[_0x5a53ac(0x3c0)](),_0x59b05d;}[_0x2fc972(0x352)](_0x38da50){const _0x59e1b5=_0x2fc972;return this[_0x59e1b5(0x354)](!!(_0x38da50!=null&&_0x38da50[_0x59e1b5(0x48c)]));}['onRemoteRetry'](_0x47a006){const _0xe90a6e=_0x2fc972;return this[_0xe90a6e(0x48f)]>vn?this['toggleOffline']():(this[_0xe90a6e(0x4d7)]=fn(this['_resendTimeout'],{'timeout':this[_0xe90a6e(0x48f)],'reqId':_0x47a006[_0xe90a6e(0x4dd)]}),this['_sender']=this[_0xe90a6e(0x4d7)][_0xe90a6e(0x243)](({reqId:_0x12ccac,timeout:_0x371f62})=>{const _0x361d8b=_0xe90a6e;this[_0x361d8b(0x19c)](_0x12ccac,_0x371f62);}),this);}[_0x2fc972(0x288)](){const _0x537ea0=_0x2fc972;return this['_clearScheduledTask'](),this[_0x537ea0(0x2bd)]['createInstance'](me,this[_0x537ea0(0xbc)],this[_0x537ea0(0xc1)],this['_awaitingChangeset'],this['_pendingMutations'],this[_0x537ea0(0x23e)]);}[_0x2fc972(0x17b)](){return this;}[_0x2fc972(0x124)](){this['_handler']['onSendChangeset'](this['_awaitingChangeset']);}[_0x2fc972(0x354)](_0x5f0407){const _0x345c3f=_0x2fc972;return this[_0x345c3f(0xbb)](),this['_injector']['createInstance'](ve,this['unitID'],this['type'],null,this[_0x345c3f(0x400)],this['_handler'],_0x5f0407);}[_0x2fc972(0x19c)](_0xf5e0fe,_0x2e9e1c){const _0x27e3da=_0x2fc972;var _0x9d4583;_0xf5e0fe===((_0x9d4583=this['_awaitingChangeset'])==null?void 0x0:_0x9d4583['reqId'])&&(this[_0x27e3da(0x124)](),this[_0x27e3da(0x48f)]=_0x2e9e1c===0x0?0x3e8:_0x2e9e1c*0x2);}['_clearScheduledTask'](){const _0x40a813=_0x2fc972;var _0x46b68d;(_0x46b68d=this[_0x40a813(0x28b)])==null||_0x46b68d[_0x40a813(0x484)](),this[_0x40a813(0x48f)]=0x0;}};le=Ie([N(0x6,a[_0x2fc972(0xde)](a['Injector'])),N(0x7,a[_0x2fc972(0xde)](S['RevisionService'])),N(0x8,a[_0x2fc972(0xde)](exports['LocalCacheService'])),N(0x9,a['ICommandService']),N(0xa,a[_0x2fc972(0x1fc)]),N(0xb,S[_0x2fc972(0x4a4)]),N(0xc,a[_0x2fc972(0x1d3)])],le);let ve=class extends Ce{constructor(_0x29c3e5,_0x93ce0,_0x18a096,_0x4a9280,_0x553fe5,_0x347eb0=!0x1,_0x431d4b,_0x4b149b,_0x72ab8e,_0x898e37,_0x5cc148,_0x495714,_0x288c56){const _0x4f4b63=_0x2fc972;super(_0x29c3e5,_0x93ce0,_0x18a096,_0x4a9280,_0x553fe5,_0x4b149b,_0x72ab8e,_0x5cc148,_0x898e37),I(this,_0x4f4b63(0x3c9),_0x4f4b63(0x1ac)),(this[_0x4f4b63(0x50f)]=_0x347eb0,this[_0x4f4b63(0x1f6)]=_0x431d4b,this['_localeService']=_0x495714,this['_notificationService']=_0x288c56,this[_0x4f4b63(0x35a)](),this[_0x4f4b63(0x1da)](),this[_0x4f4b63(0x214)]());}[_0x2fc972(0x3de)](){return this;}[_0x2fc972(0x3ac)](){return this;}[_0x2fc972(0x206)](){return this;}[_0x2fc972(0x352)](){return this;}[_0x2fc972(0xb9)](){return this;}[_0x2fc972(0x288)](){return this;}[_0x2fc972(0x17b)](){return this;}[_0x2fc972(0x124)](){throw new Error('[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x2fc972(0x1da)](){const _0x10c6a8=_0x2fc972;this[_0x10c6a8(0x12d)][_0x10c6a8(0xb8)](this[_0x10c6a8(0xbc)],this[_0x10c6a8(0xc1)],null,[]);}[_0x2fc972(0x35a)](){const _0xfd6a52=_0x2fc972;this['_isPermissionRej']?this[_0xfd6a52(0x181)]['show']({'title':this[_0xfd6a52(0x46e)]['t'](_0xfd6a52(0xfe)),'content':this[_0xfd6a52(0x46e)]['t'](_0xfd6a52(0x2f0)),'type':_0xfd6a52(0x2be),'duration':0x0}):this[_0xfd6a52(0x181)][_0xfd6a52(0x456)]({'title':this['_localeService']['t'](_0xfd6a52(0x2ab)),'content':this['_localeService']['t'](_0xfd6a52(0x439)),'type':'error','duration':0x0});}[_0x2fc972(0x214)](){const _0xf7e675=_0x2fc972;this['_permissionService'][_0xf7e675(0x3ab)](new k[(_0xf7e675(0x2b3))](this[_0xf7e675(0xbc)])['id'],!0x1);}};ve=Ie([N(0x6,a[_0x2fc972(0xde)](a[_0x2fc972(0x179)])),N(0x7,a[_0x2fc972(0x451)]),N(0x8,a['IUndoRedoService']),N(0x9,a[_0x2fc972(0xde)](exports['LocalCacheService'])),N(0xa,a[_0x2fc972(0xde)](S['RevisionService'])),N(0xb,a[_0x2fc972(0xde)](a[_0x2fc972(0x2cf)])),N(0xc,ee['INotificationService'])],ve);let me=class extends Ce{constructor(_0x534ae2,_0x19c53a,_0x58d9e5,_0x300316,_0x10ff4e,_0x5986e5,_0x2d9b8b,_0x54a611,_0x553b07,_0x4822a0){const _0x59c505=_0x2fc972;super(_0x534ae2,_0x19c53a,_0x58d9e5,_0x300316,_0x10ff4e,_0x553b07,_0x4822a0,_0x2d9b8b,_0x54a611),I(this,_0x59c505(0x3c9),_0x59c505(0x399)),this[_0x59c505(0x2bd)]=_0x5986e5;}[_0x2fc972(0x3de)](_0x11e945){return this['_pendingMutations']['push'](_0x11e945),this['_updateLocalCache'](),this;}['onRemoteChangeset'](_0x3cc230){throw new Error('[OfflineState]:\x20received\x20changeset.');}[_0x2fc972(0x206)](){throw new Error('[OfflineState]:\x20received\x20acknowledgement.');}[_0x2fc972(0x352)](){const _0x521080=_0x2fc972;throw new Error(_0x521080(0x21b));}[_0x2fc972(0xb9)](){return this;}['toggleOffline'](){return this;}[_0x2fc972(0x17b)](){const _0x58dd74=_0x2fc972,{_injector:_0x4fa756,_pendingMutations:_0x12dc53,_awaitingChangeset:_0x3ad563,unitID:_0x246587,_handler:_0x330c95,type:_0x3b3c73}=this,_0x4c47c7=mn(_0x4fa756,_0x246587,_0x3b3c73,_0x3ad563,_0x12dc53,_0x330c95);return _0x4c47c7 instanceof ce?_0x4c47c7[_0x58dd74(0x429)]():(_0x4c47c7 instanceof le||_0x4c47c7 instanceof fe)&&_0x4c47c7['resend'](),_0x4c47c7;}[_0x2fc972(0x124)](){const _0x258a95=_0x2fc972;throw new Error(_0x258a95(0x27d));}};me=Ie([N(0x5,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),N(0x6,a[_0x2fc972(0xde)](S['RevisionService'])),N(0x7,a[_0x2fc972(0xde)](exports[_0x2fc972(0x464)])),N(0x8,a['ICommandService']),N(0x9,a[_0x2fc972(0x1d3)])],me);let re=class extends Ce{constructor(_0x448998,_0x258e13,_0x43f925,_0x2514e3,_0x51b853,_0x5adaea,_0x4e0ecf,_0x32d306,_0x5df045,_0x30fbd6,_0xe2714,_0xadeca6,_0x37c57e,_0x5432fa){const _0x4a0860=_0x2fc972;super(_0x448998,_0x258e13,_0x43f925,_0x2514e3,_0x4e0ecf,_0xadeca6,_0x37c57e,_0x5df045,_0x30fbd6),I(this,_0x4a0860(0x3c9),_0x4a0860(0x424)),(this['_acknowledgedAwaitingChangeset']=_0x51b853,this[_0x4a0860(0x1e3)]=_0x5adaea,this[_0x4a0860(0x2bd)]=_0x32d306,this['_logService']=_0xe2714,this[_0x4a0860(0x116)]=_0x5432fa);}[_0x2fc972(0x544)](_0x26449f){const _0x3d5b3a=_0x2fc972;try{const _0x14bfa7=[..._0x26449f,...this[_0x3d5b3a(0x1e3)]],_0x437ecd=[this[_0x3d5b3a(0x30e)]||this[_0x3d5b3a(0x3ad)]][_0x3d5b3a(0xda)](_0x56a049=>!!_0x56a049);let _0x18789e,_0x4dc4db;if(_0x437ecd[_0x3d5b3a(0x14d)]){const _0x5e58df=this[_0x3d5b3a(0x116)][_0x3d5b3a(0xe7)](_0x14bfa7,_0x437ecd,!0x1);if(!S[_0x3d5b3a(0x2aa)](_0x5e58df))throw _0x5e58df['error'];_0x18789e=_0x5e58df[_0x3d5b3a(0x4c0)],_0x4dc4db=_0x5e58df[_0x3d5b3a(0x375)];}else _0x18789e=_0x14bfa7,_0x4dc4db=[];let _0x572e4a=this['_pendingMutations'];_0x18789e['forEach'](_0x293ae6=>{const _0xa51001=_0x3d5b3a;let _0x51affd;if(_0x572e4a[_0xa51001(0x14d)]){const _0x82d0f8=this[_0xa51001(0x116)][_0xa51001(0x4ee)](_0x293ae6,_0x572e4a);if(!S[_0xa51001(0x3cb)](_0x82d0f8))throw _0x82d0f8[_0xa51001(0x2be)];_0x51affd=_0x82d0f8[_0xa51001(0x4c0)],_0x572e4a=_0x82d0f8[_0xa51001(0x1e2)];}else _0x51affd=_0x293ae6;this['_executeRemoteChangeset'](_0x51affd);}),this[_0x3d5b3a(0x3ad)]&&this[_0x3d5b3a(0x401)](),this[_0x3d5b3a(0x30e)]&&_0x4dc4db['length']&&(_0x4dc4db[0x0][_0x3d5b3a(0xd5)]=this[_0x3d5b3a(0x1bf)]());let _0xf9b36e;if(this['_awaitingChangeset']&&_0x572e4a[_0x3d5b3a(0x14d)]!==0x0)_0xf9b36e=this['_injector'][_0x3d5b3a(0x176)](le,this[_0x3d5b3a(0xbc)],this[_0x3d5b3a(0xc1)],_0x4dc4db[0x0],_0x572e4a,this['_handler'],void 0x0);else{if(this[_0x3d5b3a(0x30e)]&&_0x572e4a[_0x3d5b3a(0x14d)]===0x0)_0x4dc4db[0x0]['baseRev']=this[_0x3d5b3a(0x1bf)](),_0xf9b36e=this[_0x3d5b3a(0x2bd)][_0x3d5b3a(0x176)](fe,this[_0x3d5b3a(0xbc)],this[_0x3d5b3a(0xc1)],_0x4dc4db[0x0],this['_handler']);else{if(_0x572e4a[_0x3d5b3a(0x14d)]!==0x0){const _0x47d49e=this[_0x3d5b3a(0x2bd)]['createInstance'](ce,this[_0x3d5b3a(0xbc)],this[_0x3d5b3a(0xc1)],_0x572e4a,this[_0x3d5b3a(0x23e)]);_0x47d49e[_0x3d5b3a(0x429)](),_0xf9b36e=_0x47d49e;}else _0xf9b36e=this[_0x3d5b3a(0x2bd)][_0x3d5b3a(0x176)](Oe,this[_0x3d5b3a(0xbc)],this['type'],this[_0x3d5b3a(0x23e)]);}}return _0xf9b36e[_0x3d5b3a(0x3c0)](),_0xf9b36e;}catch(_0x1c740f){return this[_0x3d5b3a(0x3e5)][_0x3d5b3a(0x2be)](_0x3d5b3a(0x4cc),_0x3d5b3a(0x365),_0x1c740f),this[_0x3d5b3a(0x2bd)][_0x3d5b3a(0x176)](ve,this['unitID'],this[_0x3d5b3a(0xc1)],this[_0x3d5b3a(0x30e)],this[_0x3d5b3a(0x400)],this[_0x3d5b3a(0x23e)],!0x1);}}['resend'](){throw new Error('[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x2fc972(0x3de)](_0x41ee88){const _0x37150f=_0x2fc972;return this['_pendingMutations'][_0x37150f(0x540)](_0x41ee88),this;}[_0x2fc972(0x3ac)](_0x28acc6){const _0x51fc7c=_0x2fc972;return this['_queuedRemoteChangesets'][_0x51fc7c(0x540)](_0x28acc6),this;}[_0x2fc972(0x206)](_0x9e610){const _0x38f1fc=_0x2fc972;if(this[_0x38f1fc(0x30e)])return this[_0x38f1fc(0x3ad)]=this[_0x38f1fc(0x30e)],this['_awaitingChangeset']=null,this;throw new Error(_0x38f1fc(0x46b));}['onRemoteRej'](_0x3503d5){const _0x436cb4=_0x2fc972;return this[_0x436cb4(0x354)](!!(_0x3503d5!=null&&_0x3503d5[_0x436cb4(0x48c)]));}[_0x2fc972(0xb9)](){return this;}['toggleOffline'](){const _0x112c96=_0x2fc972;return this[_0x112c96(0x2bd)][_0x112c96(0x176)](me,this[_0x112c96(0xbc)],this[_0x112c96(0xc1)],this[_0x112c96(0x30e)],this['_pendingMutations'],this[_0x112c96(0x23e)]);}['toggleOnline'](){return this;}[_0x2fc972(0x354)](_0x2b87ef){const _0x29034d=_0x2fc972;return this[_0x29034d(0x2bd)][_0x29034d(0x176)](ve,this[_0x29034d(0xbc)],this[_0x29034d(0xc1)],this[_0x29034d(0x30e)],this['_pendingMutations'],this[_0x29034d(0x23e)],_0x2b87ef);}};re=Ie([N(0x7,a['Inject'](a[_0x2fc972(0x10d)])),N(0x8,a[_0x2fc972(0xde)](S[_0x2fc972(0x347)])),N(0x9,a['Inject'](exports[_0x2fc972(0x464)])),N(0xa,a[_0x2fc972(0x1fc)]),N(0xb,a['ICommandService']),N(0xc,a[_0x2fc972(0x1d3)]),N(0xd,S[_0x2fc972(0x4a4)])],re);function mn(_0x45df6b,_0x354dd5,_0x3a3f08,_0x562b92,_0x56bac3,_0x403689){const _0x1383f5=_0x2fc972;return _0x562b92&&_0x56bac3[_0x1383f5(0x14d)]?_0x45df6b[_0x1383f5(0x176)](le,_0x354dd5,_0x3a3f08,_0x562b92,_0x56bac3,_0x403689,void 0x0):_0x562b92?_0x45df6b[_0x1383f5(0x176)](fe,_0x354dd5,_0x3a3f08,_0x562b92,_0x403689):_0x56bac3[_0x1383f5(0x14d)]?_0x45df6b[_0x1383f5(0x176)](ce,_0x354dd5,_0x3a3f08,_0x56bac3,_0x403689):_0x45df6b['createInstance'](Oe,_0x354dd5,_0x3a3f08,_0x403689);}var Bi=Object[_0x2fc972(0x356)],ki=Object[_0x2fc972(0x423)],yt=(_0x2cf512,_0x58121f,_0x5350fb,_0x3cba16)=>{const _0xa3b99b=_0x2fc972;for(var _0x27b734=_0x3cba16>0x1?void 0x0:_0x3cba16?ki(_0x58121f,_0x5350fb):_0x58121f,_0x221390=_0x2cf512[_0xa3b99b(0x14d)]-0x1,_0x39ecc5;_0x221390>=0x0;_0x221390--)(_0x39ecc5=_0x2cf512[_0x221390])&&(_0x27b734=(_0x3cba16?_0x39ecc5(_0x58121f,_0x5350fb,_0x27b734):_0x39ecc5(_0x27b734))||_0x27b734);return _0x3cba16&&_0x27b734&&Bi(_0x58121f,_0x5350fb,_0x27b734),_0x27b734;},H=(_0x199ac0,_0x46da87)=>(_0x368ecf,_0x511ad0)=>_0x46da87(_0x368ecf,_0x511ad0,_0x199ac0);exports[_0x2fc972(0x333)]=class extends a[_0x2fc972(0x222)]{constructor(_0x9ffd7a,_0x513ef9,_0x5613aa,_0x286eb6,_0x1ef442,_0x4d2b1c,_0x207c0c,_0x2154cb,_0x1b88e6,_0x309fb8,_0x3649e1,_0x27c02d,_0x20c832){const _0x38c30d=_0x2fc972;super(),I(this,_0x38c30d(0x2e0),new A[(_0x38c30d(0x130))](null)),I(this,_0x38c30d(0x413),this['_state$'][_0x38c30d(0x1f3)]()),I(this,_0x38c30d(0x499)),I(this,_0x38c30d(0xef),!0x1),I(this,_0x38c30d(0x4a2),''),I(this,_0x38c30d(0x12a),0x0),I(this,_0x38c30d(0x1c4),this[_0x38c30d(0x413)][_0x38c30d(0x54d)](A[_0x38c30d(0x2dc)](_0x8291cd=>_0x8291cd?_0x8291cd[_0x38c30d(0x3c9)]:q[_0x38c30d(0x455)]),A[_0x38c30d(0x4b3)](0x1))),I(this,_0x38c30d(0x13c),!0x1),I(this,'_remoteChangesetQueue',[]),(this[_0x38c30d(0xbc)]=_0x9ffd7a,this[_0x38c30d(0x2b2)]=_0x513ef9,this['_type']=_0x5613aa,this['_injector']=_0x286eb6,this[_0x38c30d(0x12d)]=_0x1ef442,this['_compressMutationService']=_0x4d2b1c,this[_0x38c30d(0x46e)]=_0x207c0c,this[_0x38c30d(0x11e)]=_0x2154cb,this['_logService']=_0x1b88e6,this['_commandService']=_0x309fb8,this['_messageService']=_0x3649e1,this['_permissionService']=_0x27c02d,this[_0x38c30d(0x1a8)]=_0x20c832);}get['state'](){return this['_state'];}async[_0x2fc972(0x173)](){const _0x13f528=_0x2fc972;if(this[_0x13f528(0x43a)])throw new Error(_0x13f528(0x235));await this[_0x13f528(0x192)]();}[_0x2fc972(0x102)](){return this['_collaborationPaused']=!0x0,a['toDisposable'](()=>{const _0x44089b=_0x10d1;this[_0x44089b(0xef)]=!0x1,this['_exhaustRemoteChangesetQueue']();});}[_0x2fc972(0x523)](_0x39ae15){const _0x3da10b=_0x2fc972;this[_0x3da10b(0x499)]=_0x39ae15,this[_0x3da10b(0x2e0)][_0x3da10b(0x450)](_0x39ae15);}async[_0x2fc972(0x192)](){const _0x4ac8d3=_0x2fc972;var _0xecec97;this['_updateState'](await this['_createInitialState']()),this[_0x4ac8d3(0x1a8)]&&((_0xecec97=this[_0x4ac8d3(0x1a8)])==null||_0xecec97[_0x4ac8d3(0x27c)](this[_0x4ac8d3(0xbc)]),this[_0x4ac8d3(0x1a7)](this['_singleActiveUnitService'][_0x4ac8d3(0x433)](this[_0x4ac8d3(0xbc)])[_0x4ac8d3(0x243)](_0x1bd146=>{const _0x5c8bfa=_0x4ac8d3;this[_0x5c8bfa(0x3e5)][_0x5c8bfa(0x17a)](_0x5c8bfa(0x50e),'editing\x20status\x20changed\x20to',_0x1bd146),_0x1bd146===un[_0x5c8bfa(0x1a5)]?(this[_0x5c8bfa(0x3b6)][_0x5c8bfa(0x456)]({'content':this[_0x5c8bfa(0x46e)]['t'](_0x5c8bfa(0x286)),'type':ge['MessageType'][_0x5c8bfa(0x19d)]}),this['_permissionService'][_0x5c8bfa(0x3ab)](new k[(_0x5c8bfa(0x2b3))](this[_0x5c8bfa(0xbc)])['id'],!0x1),this['_permissionService']['setShowComponents'](!0x1)):(this[_0x5c8bfa(0x1f6)][_0x5c8bfa(0x3ab)](new k[(_0x5c8bfa(0x2b3))](this[_0x5c8bfa(0xbc)])['id'],!0x0),this[_0x5c8bfa(0x1f6)][_0x5c8bfa(0x2d2)](!0x0));})));let _0x47e04a=!0x1;return this[_0x4ac8d3(0x1a7)](this[_0x4ac8d3(0x2b2)][_0x4ac8d3(0x4cb)][_0x4ac8d3(0x243)](_0x983bd9=>{const _0x41851b=_0x4ac8d3;_0x983bd9===se[_0x41851b(0x30f)]?this[_0x41851b(0x353)](_0x47e04a):_0x983bd9===se[_0x41851b(0x455)]&&(_0x47e04a=!0x0,this['_toggleOffline']());})),this[_0x4ac8d3(0x1a7)](this[_0x4ac8d3(0x2b2)][_0x4ac8d3(0x312)][_0x4ac8d3(0x243)](_0x2c4cb6=>{const _0x5d69ed=_0x4ac8d3;try{switch(_0x2c4cb6['eventID']){case S[_0x5d69ed(0x2b7)][_0x5d69ed(0x45c)]:{this['_onRemoteChangeset'](S['parseProtocolChangeset'](_0x2c4cb6[_0x5d69ed(0x191)]));break;}case S['CollaborationEvent'][_0x5d69ed(0x470)]:{this['_onRemoteACK'](_0x2c4cb6[_0x5d69ed(0x191)]);break;}case S[_0x5d69ed(0x2b7)][_0x5d69ed(0x1fb)]:{this[_0x5d69ed(0x1af)]();break;}case S['CollaborationEvent'][_0x5d69ed(0x2a6)]:{this['_onRemoteRetry'](_0x2c4cb6[_0x5d69ed(0x191)]);break;}case S[_0x5d69ed(0x2b7)][_0x5d69ed(0xc8)]:{this[_0x5d69ed(0x4cf)](_0x2c4cb6[_0x5d69ed(0x191)]['changesets'][_0x5d69ed(0x2dc)](_0xe5657d=>S[_0x5d69ed(0x4d2)](_0xe5657d)));break;}case S[_0x5d69ed(0x2b7)][_0x5d69ed(0x25a)]:this[_0x5d69ed(0x1af)]({'isPermissionRej':!0x0});}}catch(_0x232e88){throw console['error'](_0x5d69ed(0xca),_0x232e88),_0x232e88;}})),this[_0x4ac8d3(0x499)];}[_0x2fc972(0x315)](){const _0x4c85ae=_0x2fc972;this[_0x4c85ae(0x13c)]=!0x1;}[_0x2fc972(0x449)](){const _0x3746a5=_0x2fc972;if(this[_0x3746a5(0x13c)])throw new Error(_0x3746a5(0x32d));this[_0x3746a5(0x13c)]=!0x0;}[_0x2fc972(0x461)](_0x1ee4c8){const _0x207b36=_0x2fc972;this[_0x207b36(0x449)](),this[_0x207b36(0x523)](this[_0x207b36(0x499)]['appendMutation'](_0x1ee4c8)),this['_unlockTransition']();}['_onRemoteChangeset'](_0x634dfc){const _0x43d6a8=_0x2fc972;if(!(_0x634dfc[_0x43d6a8(0x414)]<=this[_0x43d6a8(0x11e)][_0x43d6a8(0xc9)](this[_0x43d6a8(0xbc)]))){if(this[_0x43d6a8(0xef)]){this['_remoteChangesetQueue']['push'](_0x634dfc);return;}this[_0x43d6a8(0x395)](_0x634dfc);}}[_0x2fc972(0x3fb)](){const _0x158b6=_0x2fc972;this[_0x158b6(0x27e)][_0x158b6(0x422)](_0x4ff509=>this[_0x158b6(0x395)](_0x4ff509)),this[_0x158b6(0x27e)]=[];}[_0x2fc972(0x395)](_0x451d4d){const _0x33e248=_0x2fc972,_0x412919=this[_0x33e248(0x412)][_0x33e248(0x126)][_0x33e248(0x46c)](this[_0x33e248(0x412)]['interceptor'][_0x33e248(0x2e3)]()[_0x33e248(0x36b)])(_0x451d4d['mutations'],null)||_0x451d4d['mutations'],_0x2224f0={..._0x451d4d,'mutations':_0x412919};this[_0x33e248(0x449)](),this['_updateState'](this['_state'][_0x33e248(0x3ac)](_0x2224f0)),this[_0x33e248(0x315)]();}[_0x2fc972(0x12f)](_0x57c517){const _0xe294b0=_0x2fc972;this[_0xe294b0(0x449)](),this[_0xe294b0(0x523)](this['_state'][_0xe294b0(0x206)](_0x57c517)),this['_unlockTransition']();}[_0x2fc972(0x1af)](_0x15e5b5){const _0x1d19c6=_0x2fc972;this[_0x1d19c6(0x449)](),this['_updateState'](this[_0x1d19c6(0x499)][_0x1d19c6(0x352)](_0x15e5b5)),this[_0x1d19c6(0x315)]();}['_onRemoteRetry'](_0x5b00f2){const _0x17b772=_0x2fc972;this['_lockTransition'](),this[_0x17b772(0x523)](this[_0x17b772(0x499)][_0x17b772(0xb9)](_0x5b00f2)),this['_unlockTransition']();}[_0x2fc972(0x4cf)](_0x241077){const _0x4a1e40=_0x2fc972;if(!(this[_0x4a1e40(0x499)]instanceof re))throw new TypeError(_0x4a1e40(0x2f5));const _0x35ac1c=_0x241077[_0x4a1e40(0x2dc)](_0x5e574b=>{const _0x138ebd=_0x4a1e40,_0x487d40=this['_compressMutationService']['interceptor'][_0x138ebd(0x46c)](this[_0x138ebd(0x412)][_0x138ebd(0x126)]['getInterceptPoints']()[_0x138ebd(0x36b)])(_0x5e574b[_0x138ebd(0x492)],null)||_0x5e574b['mutations'];return{..._0x5e574b,'mutations':_0x487d40};});this[_0x4a1e40(0x449)](),this[_0x4a1e40(0x523)](this[_0x4a1e40(0x499)]['onMissedChangesetFetched'](_0x35ac1c)),this[_0x4a1e40(0x315)]();}[_0x2fc972(0x152)](){const _0x42697e=_0x2fc972;this[_0x42697e(0x449)](),this[_0x42697e(0x523)](this[_0x42697e(0x499)][_0x42697e(0x288)]()),this[_0x42697e(0x315)]();}[_0x2fc972(0x353)](_0xe9f6a5=!0x1){const _0x3701a0=_0x2fc972;this['_lockTransition'](),this[_0x3701a0(0x523)](this[_0x3701a0(0x499)]['toggleOnline']()),this[_0x3701a0(0x315)]();const _0x9dc04b=this[_0x3701a0(0x499)];_0xe9f6a5&&_0x9dc04b instanceof Oe&&(this[_0x3701a0(0x449)](),this['_updateState'](_0x9dc04b[_0x3701a0(0x41c)]()),this['_unlockTransition']());}async['_createInitialState'](){return new Promise(_0x1e439a=>{const _0x1b4159=_0x10d1;this['session'][_0x1b4159(0x4cb)][_0x1b4159(0x54d)](A[_0x1b4159(0x4dc)](0x1))[_0x1b4159(0x243)](async _0x51523e=>{_0x1e439a(await this['_createInitialStateImpl'](_0x51523e===se['ONLINE']));});});}[_0x2fc972(0x323)](){const _0x5ac710=this['unitID'];return{'onStateChange':(_0x621822,_0x5dd87e)=>{const _0x3691a3=_0x10d1;if(_0x621822!==this[_0x3691a3(0x499)])throw new Error('[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20'+_0x621822['status']+'\x0aAfter:\x20'+_0x5dd87e[_0x3691a3(0x3c9)]+_0x3691a3(0x1ee)+this['_state'][_0x3691a3(0x3c9)]);this[_0x3691a3(0x523)](_0x5dd87e);},'onSendChangeset':_0x1d2441=>{const _0x449967=_0x10d1;_0x1d2441[_0x449967(0x162)]||(_0x1d2441[_0x449967(0x162)]=this[_0x449967(0x4a2)],_0x1d2441['reqId']=++this[_0x449967(0x12a)]);const _0x532ff6={'eventID':S[_0x449967(0x2b7)][_0x449967(0x306)],'data':{'unitID':_0x1d2441['unitID'],'unitType':this['_type'],'changeset':_0x1d2441,'memberID':this[_0x449967(0x2b2)]['getMemberID']()}};this[_0x449967(0x2b2)][_0x449967(0x3b3)](_0x532ff6,this[_0x449967(0xbc)]);},'onMissingChangesets':({from:_0x3e43b0,to:_0x38f421})=>{const _0x586410=_0x10d1;this['_logService'][_0x586410(0x17a)](_0x586410(0x50e),_0x586410(0x16a)+_0x3e43b0+_0x586410(0x1ec)+_0x38f421);const _0xef6d14={'eventID':S[_0x586410(0x2b7)]['FETCH_MISSING'],'data':{'unitID':_0x5ac710,'unitType':this[_0x586410(0xc4)],'from':_0x3e43b0,'to':_0x38f421}};this[_0x586410(0x2b2)]['send'](_0xef6d14,this[_0x586410(0xbc)]);}};}async[_0x2fc972(0x382)](_0xbaef9a){const _0x29a571=_0x2fc972;var _0x1043b3,_0x3ce600;const _0x538501=await this[_0x29a571(0x12d)][_0x29a571(0x47c)](this[_0x29a571(0xbc)]),_0x41f77f=(_0x1043b3=_0x538501==null?void 0x0:_0x538501[_0x29a571(0x492)])!=null?_0x1043b3:[],_0x350306=(_0x3ce600=_0x538501==null?void 0x0:_0x538501['awaitingChangeset'])!=null?_0x3ce600:null,_0x4e3c25=!!(_0x350306!=null&&_0x350306[_0x29a571(0x162)])&&!!(_0x350306!=null&&_0x350306['reqId']);this['_changesetSessionId']=_0x4e3c25?_0x350306['sid']:mi(),this[_0x29a571(0x12a)]=_0x4e3c25?_0x350306[_0x29a571(0x4dd)]:0x0;const _0x2099fa=this[_0x29a571(0xbc)];try{this[_0x29a571(0x185)](_0x350306,_0x41f77f);}catch(_0x58d8e2){this[_0x29a571(0x3e5)][_0x29a571(0x2be)](_0x58d8e2);}const _0x255827=this[_0x29a571(0x323)]();if(_0xbaef9a){const _0x3d3858=mn(this['_injector'],_0x2099fa,this[_0x29a571(0xc4)],_0x350306,_0x41f77f,_0x255827);return _0x3d3858 instanceof ce?_0x3d3858[_0x29a571(0x429)]():(_0x3d3858 instanceof le||_0x3d3858 instanceof fe)&&_0x3d3858[_0x29a571(0x124)](),_0x3d3858;}return this[_0x29a571(0x2bd)][_0x29a571(0x176)](me,_0x2099fa,this[_0x29a571(0xc4)],_0x350306,_0x41f77f,_0x255827);}['_replayCachedMutations'](_0x4a1110,_0x5502ff){const _0x2f85d4=_0x2fc972;var _0x29066a,_0x81ee8f;const _0x38adea=this['_compressMutationService'][_0x2f85d4(0x126)][_0x2f85d4(0x46c)](this[_0x2f85d4(0x412)][_0x2f85d4(0x126)]['getInterceptPoints']()[_0x2f85d4(0x36b)]);(_0x29066a=_0x38adea((_0x4a1110==null?void 0x0:_0x4a1110[_0x2f85d4(0x492)])||[],null))==null||_0x29066a[_0x2f85d4(0x422)](_0x1bbe4e=>this[_0x2f85d4(0x3be)][_0x2f85d4(0xc0)](_0x1bbe4e['id'],_0x1bbe4e['params'])),(_0x81ee8f=_0x38adea(_0x5502ff||[],null))==null||_0x81ee8f[_0x2f85d4(0x422)](_0x31d4e3=>this['_commandService'][_0x2f85d4(0xc0)](_0x31d4e3['id'],_0x31d4e3[_0x2f85d4(0x2ad)]));}},exports[_0x2fc972(0x333)]=yt([H(0x3,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),H(0x4,a[_0x2fc972(0xde)](exports['LocalCacheService'])),H(0x5,a['Inject'](S[_0x2fc972(0xe1)])),H(0x6,a[_0x2fc972(0xde)](a[_0x2fc972(0x2cf)])),H(0x7,a[_0x2fc972(0xde)](S[_0x2fc972(0x347)])),H(0x8,a[_0x2fc972(0x1fc)]),H(0x9,a['ICommandService']),H(0xa,ee['IMessageService']),H(0xb,a['IPermissionService']),H(0xc,a[_0x2fc972(0x457)](qe))],exports['CollaborationEntity']),exports['DocCollaborationEntity']=class extends exports[_0x2fc972(0x333)]{constructor(_0x13258b,_0xbcb709,_0x2b9e6c,_0x47d3a3,_0x3d0e5e,_0x1e23ed,_0x1386d0,_0x4d11dd,_0x7c3385,_0x167958,_0x25cc87,_0xedcf5b,_0x5bc971,_0x466681,_0x2b1c90,_0x470e9b,_0x126246,_0x2e0ce7){const _0x295266=_0x2fc972;super(_0x13258b,_0x2b9e6c,_0xbcb709,_0x47d3a3,_0x3d0e5e,_0x1e23ed,_0x1386d0,_0x4d11dd,_0x466681,_0x2b1c90,_0x470e9b,_0x126246,_0x2e0ce7),this['unitID']=_0x13258b,this[_0x295266(0xc1)]=_0xbcb709,this[_0x295266(0x35f)]=_0x7c3385,this[_0x295266(0x31c)]=_0x167958,this[_0x295266(0x377)]=_0x25cc87,this['_docTransformSelectionsService']=_0xedcf5b,this[_0x295266(0x23d)]=_0x5bc971;}['_createHandler'](){const _0x2cbbff=_0x2fc972,_0x1a35ee=super['_createHandler']();return _0x1a35ee[_0x2cbbff(0x2fc)]=_0x4b2e61=>this[_0x2cbbff(0x31c)]['transformIMECache'](_0x4b2e61),_0x1a35ee['onTransformState']=_0x2fe004=>this[_0x2cbbff(0x377)][_0x2cbbff(0xfb)](_0x2fe004),_0x1a35ee[_0x2cbbff(0x267)]=_0x3ca549=>this[_0x2cbbff(0x427)][_0x2cbbff(0x1b5)](_0x3ca549),_0x1a35ee['onSyncEditingCollabCursor']=_0x4834b7=>this[_0x2cbbff(0x23d)][_0x2cbbff(0x537)](_0x4834b7),_0x1a35ee[_0x2cbbff(0x549)]=_0x3ce9b9=>this['_docTransformIMECacheService'][_0x2cbbff(0x2fa)](_0x3ce9b9),_0x1a35ee[_0x2cbbff(0x335)]=_0x1c28e0=>this[_0x2cbbff(0x377)]['transformRemoteChangeset'](_0x1c28e0),_0x1a35ee;}async[_0x2fc972(0x192)](){const _0x5a4676=_0x2fc972,_0x91fab8=await super[_0x5a4676(0x192)]();return this[_0x5a4676(0x35f)][_0x5a4676(0xb6)][_0x5a4676(0x54d)](A[_0x5a4676(0x26d)](this[_0x5a4676(0x391)]))[_0x5a4676(0x243)](_0x3d20dc=>{const _0x2e0204=_0x5a4676;if(_0x3d20dc==null)return;const {unitId:_0x399383,redoState:_0x3edb77,commandId:_0x567234}=_0x3d20dc;if(_0x399383!==this[_0x2e0204(0xbc)])return;const _0xec48b7={'id':_0x567234,'type':a[_0x2e0204(0x338)][_0x2e0204(0x3d8)],'params':{'unitId':_0x399383,'actions':_0x3edb77[_0x2e0204(0x4ac)],'textRanges':null}};this[_0x2e0204(0x461)](_0xec48b7);}),_0x91fab8;}},exports[_0x2fc972(0x53f)]=yt([H(0x3,a[_0x2fc972(0xde)](a['Injector'])),H(0x4,a[_0x2fc972(0xde)](exports[_0x2fc972(0x464)])),H(0x5,a[_0x2fc972(0xde)](S['CompressMutationService'])),H(0x6,a[_0x2fc972(0xde)](a[_0x2fc972(0x2cf)])),H(0x7,a[_0x2fc972(0xde)](S['RevisionService'])),H(0x8,a[_0x2fc972(0xde)](J[_0x2fc972(0x2f2)])),H(0x9,a[_0x2fc972(0xde)](Be)),H(0xa,a[_0x2fc972(0xde)](We)),H(0xb,a[_0x2fc972(0xde)](Fe)),H(0xc,a[_0x2fc972(0xde)](Rt)),H(0xd,a[_0x2fc972(0x1fc)]),H(0xe,a[_0x2fc972(0x451)]),H(0xf,ee['IMessageService']),H(0x10,a[_0x2fc972(0x179)]),H(0x11,a[_0x2fc972(0x457)](qe))],exports[_0x2fc972(0x53f)]),exports[_0x2fc972(0x49e)]=class extends exports[_0x2fc972(0x333)]{constructor(_0x377bac,_0x23d77d,_0x22801a,_0x13d6df,_0x2fbe87,_0x183db1,_0x580836,_0x59b7b5,_0x5a9792,_0x58bf6f,_0x11a1dd,_0x24f285,_0x4aea6c,_0x1dc735){const _0x251f72=_0x2fc972;super(_0x377bac,_0x22801a,_0x23d77d,_0x13d6df,_0x2fbe87,_0x183db1,_0x580836,_0x59b7b5,_0x58bf6f,_0x11a1dd,_0x24f285,_0x4aea6c,_0x1dc735),this['unitID']=_0x377bac,this['type']=_0x23d77d,this[_0x251f72(0x307)]=_0x5a9792;}['_createHandler'](){const _0x1913a8=_0x2fc972,_0x2bc06f=super[_0x1913a8(0x323)]();return _0x2bc06f[_0x1913a8(0x267)]=_0x5a8f95=>this[_0x1913a8(0x307)][_0x1913a8(0x1b5)](_0x5a8f95),_0x2bc06f;}async[_0x2fc972(0x192)](){const _0xc8ad31=_0x2fc972,_0x37c249=await super[_0xc8ad31(0x192)]();return this[_0xc8ad31(0x1a7)](this[_0xc8ad31(0x3be)][_0xc8ad31(0x2d6)]((_0xf54df5,_0x845d94)=>{const _0x2e23e5=_0xc8ad31;if(_0xf54df5[_0x2e23e5(0xc1)]!==a[_0x2e23e5(0x338)][_0x2e23e5(0x3d8)]||_0x845d94!=null&&_0x845d94['fromCollab']||_0x845d94!=null&&_0x845d94[_0x2e23e5(0x3fc)])return;const _0x8f1b=_0xf54df5['params'];if((_0x8f1b==null?void 0x0:_0x8f1b[_0x2e23e5(0xb5)])!==this['unitID'])return;const _0x4c06e9=_0xf54df5,_0x343536=this['_compressMutationService'][_0x2e23e5(0x126)][_0x2e23e5(0x46c)](this[_0x2e23e5(0x412)]['interceptor'][_0x2e23e5(0x2e3)]()[_0x2e23e5(0x344)])([_0x4c06e9],null)||[_0x4c06e9];this[_0x2e23e5(0x461)](_0x343536[0x0]);})),_0x37c249;}},exports[_0x2fc972(0x49e)]=yt([H(0x3,a[_0x2fc972(0xde)](a['Injector'])),H(0x4,a[_0x2fc972(0xde)](exports[_0x2fc972(0x464)])),H(0x5,a[_0x2fc972(0xde)](S['CompressMutationService'])),H(0x6,a[_0x2fc972(0xde)](a['LocaleService'])),H(0x7,a[_0x2fc972(0xde)](S[_0x2fc972(0x347)])),H(0x8,a['Inject'](ke)),H(0x9,a['ILogService']),H(0xa,a[_0x2fc972(0x451)]),H(0xb,ee[_0x2fc972(0x374)]),H(0xc,a['IPermissionService']),H(0xd,a[_0x2fc972(0x457)](qe))],exports[_0x2fc972(0x49e)]);var Wi=Object['defineProperty'],Fi=Object['getOwnPropertyDescriptor'],Vi=(_0x38e7c0,_0x149810,_0x8a8837,_0xfa3b5d)=>{const _0x14a904=_0x2fc972;for(var _0x1f85b4=_0xfa3b5d>0x1?void 0x0:_0xfa3b5d?Fi(_0x149810,_0x8a8837):_0x149810,_0x4cd108=_0x38e7c0[_0x14a904(0x14d)]-0x1,_0x1b4c24;_0x4cd108>=0x0;_0x4cd108--)(_0x1b4c24=_0x38e7c0[_0x4cd108])&&(_0x1f85b4=(_0xfa3b5d?_0x1b4c24(_0x149810,_0x8a8837,_0x1f85b4):_0x1b4c24(_0x1f85b4))||_0x1f85b4);return _0xfa3b5d&&_0x1f85b4&&Wi(_0x149810,_0x8a8837,_0x1f85b4),_0x1f85b4;},tt=(_0x25abd8,_0x4bc272)=>(_0x5eafac,_0x9b720a)=>_0x4bc272(_0x5eafac,_0x9b720a,_0x25abd8);exports[_0x2fc972(0x500)]=class extends a[_0x2fc972(0x222)]{constructor(_0x1bf287,_0x167e1a,_0x39ec2c){const _0x486fc9=_0x2fc972;super(),I(this,'_entities',new Map()),I(this,_0x486fc9(0x445),new A[(_0x486fc9(0xd4))]()),(this[_0x486fc9(0x2bd)]=_0x1bf287,this[_0x486fc9(0x381)]=_0x167e1a,this[_0x486fc9(0x4d3)]=_0x39ec2c,this[_0x486fc9(0x192)]());}[_0x2fc972(0x324)](){const _0x521982=_0x2fc972;super[_0x521982(0x324)](),this[_0x521982(0xd2)]['forEach'](_0xbbb307=>_0xbbb307[_0x521982(0x324)]()),this[_0x521982(0xd2)][_0x521982(0x211)]();}[_0x2fc972(0x3ea)](_0x3aac8b){const _0x343a46=_0x2fc972;var _0x234ca9;return(_0x234ca9=this[_0x343a46(0xd2)][_0x343a46(0x3cf)](_0x3aac8b))!=null?_0x234ca9:null;}[_0x2fc972(0x506)](_0x2aade7){const _0x132298=_0x2fc972,_0x5948e5=this[_0x132298(0x3ea)](_0x2aade7);return _0x5948e5?A['of'](_0x5948e5):this[_0x132298(0x445)][_0x132298(0x54d)](V[_0x132298(0xda)](_0x43d57=>_0x43d57[_0x132298(0xbc)]===_0x2aade7));}[_0x2fc972(0x192)](){const _0x54b2c1=_0x2fc972;this[_0x54b2c1(0x4d3)][_0x54b2c1(0x41f)](a['UniverInstanceType']['UNIVER_SHEET'])[_0x54b2c1(0x54d)](A[_0x54b2c1(0x26d)](this[_0x54b2c1(0x391)]),V[_0x54b2c1(0x404)](0x10))['subscribe'](async _0x38f247=>{const _0x3175a6=_0x54b2c1,_0x1c2a1b=_0x38f247[_0x3175a6(0x12b)](),_0x55f518=await this[_0x3175a6(0x4b4)](_0x1c2a1b,ie[_0x3175a6(0x252)]);this[_0x3175a6(0xd2)][_0x3175a6(0x3ef)](_0x1c2a1b,_0x55f518);}),this[_0x54b2c1(0x4d3)]['getTypeOfUnitAdded$'](a[_0x54b2c1(0x172)][_0x54b2c1(0x22f)])[_0x54b2c1(0x54d)](A[_0x54b2c1(0x26d)](this[_0x54b2c1(0x391)]),V[_0x54b2c1(0x404)](0x10))[_0x54b2c1(0x54d)](V['filter'](_0x1e98a2=>!_0x1e98a2[_0x54b2c1(0x12b)]()[_0x54b2c1(0x14c)]('__')))[_0x54b2c1(0x243)](async _0xb8a79a=>{const _0x54c875=_0x54b2c1,_0x3aaf20=_0xb8a79a[_0x54c875(0x12b)](),_0x3c6053=await this[_0x54c875(0x4b4)](_0x3aaf20,ie[_0x54c875(0x22f)]);this[_0x54c875(0xd2)]['set'](_0x3aaf20,_0x3c6053);}),A['merge'](this[_0x54b2c1(0x4d3)][_0x54b2c1(0x4fa)](a[_0x54b2c1(0x172)][_0x54b2c1(0x252)]),this['_univerInstanceService'][_0x54b2c1(0x4fa)](a['UniverInstanceType'][_0x54b2c1(0x22f)]))['pipe'](A['takeUntil'](this[_0x54b2c1(0x391)]))[_0x54b2c1(0x243)](_0x10de2d=>{const _0xa51000=_0x54b2c1,_0x26fc2d=_0x10de2d[_0xa51000(0x12b)](),_0x15a930=this[_0xa51000(0xd2)][_0xa51000(0x3cf)](_0x26fc2d);_0x15a930&&(_0x15a930['dispose'](),this[_0xa51000(0xd2)][_0xa51000(0x332)](_0x26fc2d));});}async[_0x2fc972(0x4b4)](_0x451448,_0x5e39e1){const _0x45baba=_0x2fc972,_0x543554=await this[_0x45baba(0x381)][_0x45baba(0x42c)](_0x451448),_0x1d808e=this['_injector'][_0x45baba(0x176)](this[_0x45baba(0x4d9)](_0x5e39e1),_0x451448,_0x5e39e1,_0x543554);return await _0x1d808e[_0x45baba(0x173)](),this[_0x45baba(0x445)][_0x45baba(0x450)](_0x1d808e),_0x1d808e;}[_0x2fc972(0x4d9)](_0x12c0d2){const _0x50e62d=_0x2fc972;switch(_0x12c0d2){case ie[_0x50e62d(0x22f)]:return exports[_0x50e62d(0x53f)];case ie['UNIVER_SHEET']:return exports[_0x50e62d(0x49e)];default:throw new Error(_0x50e62d(0x17c)+_0x12c0d2);}}},exports[_0x2fc972(0x500)]=Vi([tt(0x0,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),tt(0x1,a[_0x2fc972(0xde)](exports[_0x2fc972(0x45d)])),tt(0x2,a[_0x2fc972(0x3b9)])],exports[_0x2fc972(0x500)]);const $t=['purple300','jiqing500',_0x2fc972(0x25d),_0x2fc972(0x488),_0x2fc972(0x201),_0x2fc972(0x42b)];class Ot extends a[_0x2fc972(0x37c)]{constructor(){const _0xcd7611=_0x2fc972;super(...arguments),I(this,_0xcd7611(0x53c),new Map()),I(this,_0xcd7611(0x273),0x0);}[_0x2fc972(0x115)](_0x44eb51){const _0x2f7a5e=_0x2fc972;if(this[_0x2f7a5e(0x53c)]['has'](_0x44eb51))return this['_assignedColors'][_0x2f7a5e(0x3cf)](_0x44eb51);const _0x18d932=$t[this[_0x2f7a5e(0x273)]];return this[_0x2f7a5e(0x273)]=(this[_0x2f7a5e(0x273)]+0x1)%$t[_0x2f7a5e(0x14d)],this[_0x2f7a5e(0x53c)][_0x2f7a5e(0x3ef)](_0x44eb51,_0x18d932),_0x18d932;}}var Gi=Object[_0x2fc972(0x356)],Yi=Object['getOwnPropertyDescriptor'],Ki=(_0x3a7702,_0x1db105,_0x5defdb,_0x3aa2fc)=>{const _0x566a8c=_0x2fc972;for(var _0x50d00b=_0x3aa2fc>0x1?void 0x0:_0x3aa2fc?Yi(_0x1db105,_0x5defdb):_0x1db105,_0x1375c6=_0x3a7702[_0x566a8c(0x14d)]-0x1,_0x5070a2;_0x1375c6>=0x0;_0x1375c6--)(_0x5070a2=_0x3a7702[_0x1375c6])&&(_0x50d00b=(_0x3aa2fc?_0x5070a2(_0x1db105,_0x5defdb,_0x50d00b):_0x5070a2(_0x50d00b))||_0x50d00b);return _0x3aa2fc&&_0x50d00b&&Gi(_0x1db105,_0x5defdb,_0x50d00b),_0x50d00b;},Se=(_0xb2e35a,_0x367155)=>(_0xa0d9cc,_0x32a62b)=>_0x367155(_0xa0d9cc,_0x32a62b,_0xb2e35a);const qi=0x12c,zi=0x64;let mt=class extends a[_0x2fc972(0x222)]{constructor(_0x5535f5,_0x388502,_0x1964f7,_0x487102,_0x255aa7,_0x4abb4c,_0x217449,_0x2dd4e7,_0x15e6c8){const _0x115b50=_0x2fc972;super(),I(this,_0x115b50(0x1b1),!0x1),I(this,_0x115b50(0x192),!0x1),I(this,_0x115b50(0x4ef),new A['BehaviorSubject'](new Map())),I(this,_0x115b50(0x32c),this[_0x115b50(0x4ef)][_0x115b50(0x1f3)]()),I(this,_0x115b50(0x3b2),new A[(_0x115b50(0x130))]([])),I(this,_0x115b50(0x420),this[_0x115b50(0x3b2)][_0x115b50(0x54d)](A[_0x115b50(0x2ac)](qi))),I(this,'_updateLocalCursor',a['debounce'](_0x3aeb4b=>{const _0x247e6e=_0x115b50,_0x1c7287={'eventID':S[_0x247e6e(0x2b7)][_0x247e6e(0x1be)],'data':{'unitID':this[_0x247e6e(0xbc)],'memberID':this[_0x247e6e(0x46f)][_0x247e6e(0x287)](),'selection':dn(_0x3aeb4b)}};this[_0x247e6e(0x46f)]['send'](_0x1c7287,this[_0x247e6e(0xbc)]);},zi)),(this['unitID']=_0x5535f5,this['_session']=_0x388502,this[_0x115b50(0x2bd)]=_0x1964f7,this[_0x115b50(0x2f6)]=_0x487102,this[_0x115b50(0x35d)]=_0x255aa7,this[_0x115b50(0x3a5)]=_0x4abb4c,this[_0x115b50(0x116)]=_0x217449,this[_0x115b50(0x4d3)]=_0x2dd4e7,this['_commandService']=_0x15e6c8);}get[_0x2fc972(0x177)](){const _0xf4ce94=_0x2fc972;return this[_0xf4ce94(0x4ef)]['getValue']();}get[_0x2fc972(0x37a)](){const _0x118e78=_0x2fc972;return this[_0x118e78(0x3b2)][_0x118e78(0x4a3)]();}['dispose'](){const _0x36deba=_0x2fc972;super[_0x36deba(0x324)](),this[_0x36deba(0x4ef)][_0x36deba(0x450)](new Map()),this[_0x36deba(0x4ef)]['complete'](),this[_0x36deba(0x3b2)][_0x36deba(0x450)]([]),this['_roomMembers$']['complete']();}[_0x2fc972(0x173)](){const _0x58fbb6=_0x2fc972;this[_0x58fbb6(0x192)]||(this['_init']=!0x0,this[_0x58fbb6(0x46f)][_0x58fbb6(0x4cb)]['pipe'](A[_0x58fbb6(0x26d)](this[_0x58fbb6(0x391)]))[_0x58fbb6(0x243)](_0x3d8c30=>{const _0x2a6902=_0x58fbb6;_0x3d8c30===se[_0x2a6902(0x30f)]?this['_toggleOnline']():this[_0x2a6902(0x152)]();}),this['_session'][_0x58fbb6(0x312)][_0x58fbb6(0x54d)](A['takeUntil'](this['dispose$']))[_0x58fbb6(0x243)](_0x5b347a=>{const _0x2825e5=_0x58fbb6,_0x5ae358=_0x5b347a['eventID'];_0x5ae358===S[_0x2825e5(0x2b7)][_0x2825e5(0x1be)]&&this['_onCursorUpdate'](_0x5b347a),_0x5ae358===S[_0x2825e5(0x2b7)][_0x2825e5(0x50a)]&&this[_0x2825e5(0x134)](_0x5b347a);}),this[_0x58fbb6(0x1a7)](this[_0x58fbb6(0x3be)][_0x58fbb6(0x2d6)](_0x146fa4=>{const _0x3047c3=_0x58fbb6,_0x26f6e1=_0x146fa4[_0x3047c3(0x2ad)];_0x26f6e1!=null&&this[_0x3047c3(0x1b1)]&&_0x146fa4['id']===ye[_0x3047c3(0x127)]['id']&&_0x26f6e1['unitId']===this['unitID']&&_0x26f6e1['isEditing']===!0x1&&_0x26f6e1[_0x3047c3(0x410)]['length']>0x0&&this['_updateLocalCursor'](_0x26f6e1['ranges']);})),this[_0x58fbb6(0x3a5)][_0x58fbb6(0x383)][_0x58fbb6(0x54d)](A[_0x58fbb6(0x26d)](this['dispose$']))[_0x58fbb6(0x243)](_0x2562e5=>{const _0x2881a9=_0x58fbb6;if((_0x2562e5==null?void 0x0:_0x2562e5[_0x2881a9(0xbc)])!==this[_0x2881a9(0xbc)])return;const _0xfa51f9={'eventID':S[_0x2881a9(0x2b7)][_0x2881a9(0x1be)],'data':_0x2562e5};this[_0x2881a9(0x376)](_0xfa51f9);}),this[_0x58fbb6(0x1a7)](this['_commandService'][_0x58fbb6(0x2d6)](_0x2db3b1=>{const _0x5830ed=_0x58fbb6;if(_0x2db3b1[_0x5830ed(0x2ad)]==null)return;const _0x58eac7=_0x2db3b1[_0x5830ed(0x2ad)];if(_0x2db3b1['id']!==ye[_0x5830ed(0x2cc)]['id']||_0x58eac7[_0x5830ed(0xb5)]!==this['unitID'])return;const _0x2b5da2={'id':_0x5830ed(0x30d),'params':_0x58eac7},_0x35d6b1=this[_0x5830ed(0x177)];for(const [_0xc15d6b,_0x5698ad]of _0x35d6b1){const _0x53a826={'id':_0x5830ed(0x30d),'params':{'unitId':this['unitID'],'actions':null,'textRanges':_0x5698ad[_0x5830ed(0x410)]}},_0x585d75=this['_transformService'][_0x5830ed(0x2c5)](_0x2b5da2,_0x53a826,!0x1);if(S[_0x5830ed(0x107)](_0x585d75))throw _0x585d75[_0x5830ed(0x2be)];_0x35d6b1[_0x5830ed(0x3ef)](_0xc15d6b,{..._0x5698ad,'ranges':_0x585d75[_0x5830ed(0x1e2)][_0x5830ed(0x2ad)][_0x5830ed(0x466)]});}queueMicrotask(()=>{const _0x739110=_0x5830ed;this[_0x739110(0x4ef)]['next'](_0x35d6b1);});})));}['_onCursorUpdate'](_0x12f6ee){const _0x3e53ae=_0x2fc972;var _0x1767d2,_0x2f443a;const {memberID:_0x7248f2,selection:_0x37cfe3}=_0x12f6ee[_0x3e53ae(0x191)],_0x58f238=Ui(_0x37cfe3),_0x178140=(_0x2f443a=(_0x1767d2=this[_0x3e53ae(0x35d)][_0x3e53ae(0x2bc)](this[_0x3e53ae(0xbc)],_0x7248f2))==null?void 0x0:_0x1767d2[_0x3e53ae(0xab)])!=null?_0x2f443a:_0x3e53ae(0x33d),_0x172874={'color':this[_0x3e53ae(0x2f6)]['assignAColorForMemberID'](_0x7248f2),'name':_0x178140,'ranges':_0x58f238},_0x28a1dc=this[_0x3e53ae(0x177)];_0x28a1dc[_0x3e53ae(0x3ef)](_0x7248f2,_0x172874),this['_cursorInfo$']['next'](_0x28a1dc);}[_0x2fc972(0x134)](_0x50e9d0){const {memberID:_0x16ff15}=_0x50e9d0['data'],_0x5944cc=this['cursorInfo'];_0x5944cc['delete'](_0x16ff15),this['_cursorInfo$']['next'](_0x5944cc);}['_toggleOnline'](){const _0x11f08a=_0x2fc972;var _0x204db4;if(this['_online']=!0x0,((_0x204db4=this[_0x11f08a(0x4d3)][_0x11f08a(0x2df)]())==null?void 0x0:_0x204db4[_0x11f08a(0x12b)]())!==this[_0x11f08a(0xbc)])return;const _0x413b8e=this['_injector']['get'](ye[_0x11f08a(0x30c)])[_0x11f08a(0x4da)]();Array[_0x11f08a(0x249)](_0x413b8e)&&_0x413b8e['length']>0x0&&this[_0x11f08a(0x2af)](_0x413b8e);}[_0x2fc972(0x152)](){this['_online']=!0x1;}};mt=Ki([Se(0x2,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),Se(0x3,a[_0x2fc972(0xde)](Ot)),Se(0x4,a[_0x2fc972(0xde)](exports[_0x2fc972(0x120)])),Se(0x5,a[_0x2fc972(0xde)](Rt)),Se(0x6,S[_0x2fc972(0x4a4)]),Se(0x7,a[_0x2fc972(0x3b9)]),Se(0x8,a['ICommandService'])],mt);var Xi=Object[_0x2fc972(0x356)],Ji=Object[_0x2fc972(0x423)],Zi=(_0x2e9a3f,_0x21044a,_0x5ea7b8,_0x35c029)=>{const _0x43df76=_0x2fc972;for(var _0x32fc57=_0x35c029>0x1?void 0x0:_0x35c029?Ji(_0x21044a,_0x5ea7b8):_0x21044a,_0x443acf=_0x2e9a3f[_0x43df76(0x14d)]-0x1,_0x2b7bbe;_0x443acf>=0x0;_0x443acf--)(_0x2b7bbe=_0x2e9a3f[_0x443acf])&&(_0x32fc57=(_0x35c029?_0x2b7bbe(_0x21044a,_0x5ea7b8,_0x32fc57):_0x2b7bbe(_0x32fc57))||_0x32fc57);return _0x35c029&&_0x32fc57&&Xi(_0x21044a,_0x5ea7b8,_0x32fc57),_0x32fc57;},be=(_0x2635a7,_0x26c4be)=>(_0x41a1c7,_0x475661)=>_0x26c4be(_0x41a1c7,_0x475661,_0x2635a7);const Qi=0x12c,es=0x64,ts=()=>{let _0x17f1eb=[],_0x430bc4=!0x1;return _0x5732a8=>{const _0x35b270=_0x10d1;_0x17f1eb[_0x35b270(0x540)](_0x5732a8),_0x430bc4||(_0x430bc4=!0x0,setTimeout(()=>{const _0x1160d3=_0x35b270;_0x17f1eb[_0x1160d3(0x422)](_0x547d10=>_0x547d10()),_0x17f1eb=[],_0x430bc4=!0x1;}));};};let St=class extends a[_0x2fc972(0x222)]{constructor(_0x34c538,_0x51573c,_0x389931,_0x5c4e0d,_0x19fe6a,_0x12ea49,_0x5b82f8,_0x3049b8){const _0xe40262=_0x2fc972;super(),I(this,_0xe40262(0x1b1),!0x1),I(this,_0xe40262(0x192),!0x1),I(this,'_cursorInfo$',new A[(_0xe40262(0x130))](new Map())),I(this,_0xe40262(0x32c),this[_0xe40262(0x4ef)][_0xe40262(0x1f3)]()),I(this,_0xe40262(0x3b2),new A['BehaviorSubject']([])),I(this,_0xe40262(0x420),this[_0xe40262(0x3b2)]['pipe'](A['debounceTime'](Qi))),I(this,_0xe40262(0x2af),a[_0xe40262(0x1f1)]((_0x4ed97e,_0x1267e6)=>{const _0x4779ae=_0xe40262,_0x324345={'eventID':S[_0x4779ae(0x2b7)][_0x4779ae(0x1be)],'data':{'unitID':this['unitID'],'memberID':this[_0x4779ae(0x46f)]['getMemberID'](),'selection':Pt[_0x4779ae(0x486)](_0x4ed97e,_0x1267e6[_0x4779ae(0xbd)])}};this['_session'][_0x4779ae(0x3b3)](_0x324345,this['unitID']);},es)),(this['unitID']=_0x34c538,this['_session']=_0x51573c,this['_injector']=_0x389931,this[_0xe40262(0x2f6)]=_0x5c4e0d,this[_0xe40262(0x35d)]=_0x19fe6a,this[_0xe40262(0x4d3)]=_0x12ea49,this['_commandService']=_0x5b82f8,this[_0xe40262(0x52d)]=_0x3049b8);}get['cursorInfo'](){const _0x2f5645=_0x2fc972;return this[_0x2f5645(0x4ef)][_0x2f5645(0x4a3)]();}get[_0x2fc972(0x37a)](){const _0x2895e0=_0x2fc972;return this[_0x2895e0(0x3b2)][_0x2895e0(0x4a3)]();}[_0x2fc972(0x324)](){const _0x54fe4a=_0x2fc972;super[_0x54fe4a(0x324)](),this['_cursorInfo$'][_0x54fe4a(0x450)](new Map()),this[_0x54fe4a(0x4ef)][_0x54fe4a(0x4b9)](),this[_0x54fe4a(0x3b2)]['next']([]),this['_roomMembers$'][_0x54fe4a(0x4b9)]();}[_0x2fc972(0x173)](){const _0x172c26=_0x2fc972;this['_init']||(this[_0x172c26(0x192)]=!0x0,this['_session'][_0x172c26(0x4cb)][_0x172c26(0x54d)](A[_0x172c26(0x26d)](this[_0x172c26(0x391)]))[_0x172c26(0x243)](_0x22715f=>{const _0x7b536a=_0x172c26;_0x22715f===se[_0x7b536a(0x30f)]?this['_toggleOnline']():this[_0x7b536a(0x152)]();}),this[_0x172c26(0x46f)][_0x172c26(0x312)]['pipe'](A[_0x172c26(0x26d)](this[_0x172c26(0x391)]))[_0x172c26(0x243)](_0xb1b23e=>{const _0x2bb514=_0x172c26,_0x102d67=_0xb1b23e[_0x2bb514(0x4ca)];_0x102d67===S[_0x2bb514(0x2b7)]['UPDATE_CURSOR']&&this[_0x2bb514(0x376)](_0xb1b23e),_0x102d67===S[_0x2bb514(0x2b7)][_0x2bb514(0x50a)]&&this[_0x2bb514(0x134)](_0xb1b23e);}),this['_onRefRangeChange'](),this[_0x172c26(0x1a7)](this[_0x172c26(0x3be)][_0x172c26(0x2d6)](_0x34f855=>{const _0x2fb5bb=_0x172c26;if(this[_0x2fb5bb(0x1b1)]&&_0x34f855['id']===k[_0x2fb5bb(0x2c0)]['id']&&_0x34f855[_0x2fb5bb(0x2ad)][_0x2fb5bb(0xb5)]===this[_0x2fb5bb(0xbc)]){const _0xa71439=_0x34f855['params'];this[_0x2fb5bb(0x2af)](_0xa71439[_0x2fb5bb(0x469)],_0xa71439['selections'][0x0]);}})));}[_0x2fc972(0x376)](_0x5ce379){const _0x5deb3a=_0x2fc972;var _0x1e46cf,_0x233d62;const {memberID:_0x2914d1,selection:_0x93a5b}=_0x5ce379[_0x5deb3a(0x191)],{sheetName:_0x10e25a,range:_0x2abcad}=Pt[_0x5deb3a(0x21c)](_0x93a5b),_0x2daf2f={'name':(_0x233d62=(_0x1e46cf=this['_memberService']['getMember'](this[_0x5deb3a(0xbc)],_0x2914d1))==null?void 0x0:_0x1e46cf[_0x5deb3a(0xab)])!=null?_0x233d62:_0x5deb3a(0x33d),'range':this[_0x5deb3a(0x4b2)](_0x10e25a,_0x2abcad),'sheetID':_0x10e25a,'color':this['_colorAssignService'][_0x5deb3a(0x115)](_0x2914d1),'selection':_0x93a5b},_0x4b7bcf=this[_0x5deb3a(0x177)];_0x4b7bcf[_0x5deb3a(0x3ef)](_0x2914d1,_0x2daf2f),this[_0x5deb3a(0x4ef)][_0x5deb3a(0x450)](_0x4b7bcf);}[_0x2fc972(0x134)](_0x507217){const _0x12677b=_0x2fc972,{memberID:_0x4fbbc9}=_0x507217[_0x12677b(0x191)],_0x565cc1=this['cursorInfo'];_0x565cc1['delete'](_0x4fbbc9),this['_cursorInfo$']['next'](_0x565cc1);}[_0x2fc972(0x4b2)](_0xa72666,_0x5431b7){const _0x1ef210=_0x2fc972;var _0x4b7a91,_0xedbe4b;const _0x4ff4a4=(_0xedbe4b=(_0x4b7a91=this[_0x1ef210(0x4d3)][_0x1ef210(0x2f8)](this[_0x1ef210(0xbc)]))==null?void 0x0:_0x4b7a91[_0x1ef210(0x361)](_0xa72666))==null?void 0x0:_0xedbe4b[_0x1ef210(0x4ff)]();return(_0x4ff4a4==null?void 0x0:_0x4ff4a4['find'](_0x575222=>a[_0x1ef210(0x1eb)][_0x1ef210(0x528)](_0x575222,_0x5431b7)))||_0x5431b7;}[_0x2fc972(0x37e)](){const _0x153b9f=_0x2fc972,_0x4d04e0=new a[(_0x153b9f(0x1a0))](),_0x672485=ts(),_0x875d8e=()=>{const _0x43fffa=_0x153b9f;_0x4d04e0[_0x43fffa(0x324)]();const _0x4b8d8e=(_0x2fb978,_0x52f6dc,_0x17b63a,_0x30f556)=>{const _0x427ecc=_0x43fffa;let _0x2d0a9a=[];switch(_0x2fb978['id']){case k['EffectRefRangId']['DeleteRangeMoveLeftCommandId']:{_0x2d0a9a=k[_0x427ecc(0x10c)](_0x2fb978,_0x30f556);break;}case k[_0x427ecc(0x313)][_0x427ecc(0x140)]:{_0x2d0a9a=k[_0x427ecc(0x334)](_0x2fb978,_0x30f556);break;}case k[_0x427ecc(0x313)][_0x427ecc(0x194)]:{_0x2d0a9a=k[_0x427ecc(0xcf)](_0x2fb978,_0x30f556);break;}case k['EffectRefRangId'][_0x427ecc(0x4f5)]:{_0x2d0a9a=k['handleInsertRangeMoveDown'](_0x2fb978,_0x30f556);break;}case k[_0x427ecc(0x313)][_0x427ecc(0x460)]:{_0x2d0a9a=k[_0x427ecc(0x3f6)](_0x2fb978,_0x30f556);break;}case k['EffectRefRangId']['InsertRowCommandId']:{_0x2d0a9a=k[_0x427ecc(0x2c3)](_0x2fb978,_0x30f556);break;}case k[_0x427ecc(0x313)][_0x427ecc(0x2ba)]:{_0x2d0a9a=k[_0x427ecc(0x1fe)](_0x2fb978,_0x30f556);break;}case k[_0x427ecc(0x313)]['RemoveColCommandId']:{_0x2d0a9a=k['handleIRemoveCol'](_0x2fb978,_0x30f556);break;}case k[_0x427ecc(0x313)][_0x427ecc(0x101)]:{_0x2d0a9a=k[_0x427ecc(0x36c)](_0x2fb978,_0x30f556);break;}}const _0x100b9e=k[_0x427ecc(0x32b)](_0x2d0a9a,_0x30f556),_0x3ac8a6=this[_0x427ecc(0x177)]['get'](_0x52f6dc);if(_0x3ac8a6&&_0x100b9e){const _0x1eab04={..._0x3ac8a6,'range':_0x100b9e};this['cursorInfo'][_0x427ecc(0x3ef)](_0x52f6dc,_0x1eab04),_0x672485(()=>{const _0xe472d8=_0x427ecc,_0x398e3b=this[_0xe472d8(0x52d)]['registerRefRange'](_0x100b9e,_0x2b0a78=>(_0x398e3b['dispose'](),_0x4b8d8e(_0x2b0a78,_0x52f6dc,_0x17b63a,_0x100b9e)));_0x4d04e0[_0xe472d8(0x34a)](_0x398e3b);});}return{'redos':[],'undos':[]};};this[_0x43fffa(0x177)][_0x43fffa(0x422)]((_0x54b5b2,_0x1c3e60)=>{const _0x323eaa=_0x43fffa,{range:_0x4b0798,sheetID:_0xf46842}=_0x54b5b2,_0x55a35b=this[_0x323eaa(0x52d)][_0x323eaa(0x247)](_0x4b0798,_0x67c149=>(_0x55a35b[_0x323eaa(0x324)](),_0x4b8d8e(_0x67c149,_0x1c3e60,_0xf46842,_0x4b0798)));_0x4d04e0['add'](_0x55a35b);});};this[_0x153b9f(0x1a7)](a[_0x153b9f(0x146)](this[_0x153b9f(0x4ef)]['subscribe'](()=>{_0x875d8e();})));}[_0x2fc972(0x353)](){const _0x56fac4=_0x2fc972;var _0x56bc51,_0x4c4730;if(this[_0x56fac4(0x1b1)]=!0x0,((_0x56bc51=this['_univerInstanceService'][_0x56fac4(0x2df)]())==null?void 0x0:_0x56bc51[_0x56fac4(0x12b)]())!==this[_0x56fac4(0xbc)])return;const _0x47dc22=(_0x4c4730=this[_0x56fac4(0x2bd)][_0x56fac4(0x3cf)](k[_0x56fac4(0x108)])[_0x56fac4(0x440)]())==null?void 0x0:_0x4c4730[0x0],_0x198fd8=this[_0x56fac4(0x4d3)][_0x56fac4(0x1b8)](a[_0x56fac4(0x172)][_0x56fac4(0x252)])['getActiveSheet']();_0x47dc22&&_0x198fd8&&this[_0x56fac4(0x2af)](_0x198fd8[_0x56fac4(0x32e)](),_0x47dc22);}['_toggleOffline'](){const _0x3c971a=_0x2fc972;this[_0x3c971a(0x1b1)]=!0x1;}};St=Zi([be(0x2,a[_0x2fc972(0xde)](a['Injector'])),be(0x3,a[_0x2fc972(0xde)](Ot)),be(0x4,a[_0x2fc972(0xde)](exports[_0x2fc972(0x120)])),be(0x5,a[_0x2fc972(0x3b9)]),be(0x6,a[_0x2fc972(0x451)]),be(0x7,a[_0x2fc972(0xde)](k['RefRangeService']))],St);var ns=Object[_0x2fc972(0x356)],is=Object[_0x2fc972(0x423)],ss=(_0x1465c7,_0x34fda4,_0x57f704,_0x3964a3)=>{const _0x1ba1c0=_0x2fc972;for(var _0x3b23bf=_0x3964a3>0x1?void 0x0:_0x3964a3?is(_0x34fda4,_0x57f704):_0x34fda4,_0x11a608=_0x1465c7[_0x1ba1c0(0x14d)]-0x1,_0x219008;_0x11a608>=0x0;_0x11a608--)(_0x219008=_0x1465c7[_0x11a608])&&(_0x3b23bf=(_0x3964a3?_0x219008(_0x34fda4,_0x57f704,_0x3b23bf):_0x219008(_0x3b23bf))||_0x3b23bf);return _0x3964a3&&_0x3b23bf&&ns(_0x34fda4,_0x57f704,_0x3b23bf),_0x3b23bf;},nt=(_0x40c52a,_0x48fc44)=>(_0x565f72,_0x2cacdc)=>_0x48fc44(_0x565f72,_0x2cacdc,_0x40c52a);let De=class extends a[_0x2fc972(0x222)]{constructor(_0x1b56c0,_0x138541,_0x228eb5){const _0x1f16e1=_0x2fc972;super(),I(this,_0x1f16e1(0xd2),new Map()),I(this,_0x1f16e1(0x445),new A[(_0x1f16e1(0xd4))]()),(this[_0x1f16e1(0x4d3)]=_0x1b56c0,this[_0x1f16e1(0x2bd)]=_0x138541,this[_0x1f16e1(0x381)]=_0x228eb5,this['_init']());}[_0x2fc972(0x324)](){const _0x104f73=_0x2fc972;super[_0x104f73(0x324)](),this[_0x104f73(0x445)][_0x104f73(0x4b9)](),this[_0x104f73(0xd2)][_0x104f73(0x422)](_0x2b2680=>_0x2b2680['dispose']());}[_0x2fc972(0x3ec)](_0x57a653){const _0x52090c=_0x2fc972;return this[_0x52090c(0xd2)]['has'](_0x57a653)?this['_entities']['get'](_0x57a653)[_0x52090c(0x32c)]:this[_0x52090c(0x445)][_0x52090c(0x54d)](A[_0x52090c(0xda)](_0x22e466=>_0x22e466[_0x52090c(0xbc)]===_0x57a653),A['switchMap'](_0x4c626f=>_0x4c626f['cursorInfo$']));}[_0x2fc972(0x192)](){const _0x4d5dd3=_0x2fc972;this['_univerInstanceService'][_0x4d5dd3(0x41f)](a[_0x4d5dd3(0x172)][_0x4d5dd3(0x252)])[_0x4d5dd3(0x54d)](A[_0x4d5dd3(0x26d)](this[_0x4d5dd3(0x391)]))[_0x4d5dd3(0x243)](async _0x1212bb=>{const _0x5c53bf=_0x4d5dd3,_0xb54aaa=_0x1212bb['getUnitId'](),_0x1b8022=await this['_startSheetCollabCursor'](_0xb54aaa);this[_0x5c53bf(0x445)][_0x5c53bf(0x450)](_0x1b8022),this[_0x5c53bf(0xd2)][_0x5c53bf(0x3ef)](_0xb54aaa,_0x1b8022);}),this['_univerInstanceService'][_0x4d5dd3(0x41f)](a['UniverInstanceType'][_0x4d5dd3(0x22f)])[_0x4d5dd3(0x54d)](A[_0x4d5dd3(0x26d)](this[_0x4d5dd3(0x391)]))[_0x4d5dd3(0x54d)](A[_0x4d5dd3(0xda)](_0x4ff3d6=>!_0x4ff3d6['getUnitId']()[_0x4d5dd3(0x14c)]('__')))[_0x4d5dd3(0x243)](async _0x29c1d1=>{const _0x5d4705=_0x4d5dd3,_0x3e9042=_0x29c1d1[_0x5d4705(0x12b)](),_0x117a36=await this[_0x5d4705(0x3f2)](_0x3e9042);this[_0x5d4705(0x445)][_0x5d4705(0x450)](_0x117a36),this[_0x5d4705(0xd2)][_0x5d4705(0x3ef)](_0x3e9042,_0x117a36);}),A['merge'](this['_univerInstanceService']['getTypeOfUnitDisposed$'](a['UniverInstanceType'][_0x4d5dd3(0x22f)]),this[_0x4d5dd3(0x4d3)][_0x4d5dd3(0x4fa)](a[_0x4d5dd3(0x172)]['UNIVER_SHEET']))['pipe'](A[_0x4d5dd3(0x26d)](this[_0x4d5dd3(0x391)]))[_0x4d5dd3(0x243)](_0x3720ad=>{const _0x266322=_0x4d5dd3,_0xb588af=_0x3720ad[_0x266322(0x12b)](),_0x1a0e81=this[_0x266322(0xd2)][_0x266322(0x3cf)](_0xb588af);_0x1a0e81&&(_0x1a0e81[_0x266322(0x324)](),this[_0x266322(0xd2)][_0x266322(0x332)](_0xb588af));});}async[_0x2fc972(0x3a3)](_0x43e3b6){const _0x1bf272=_0x2fc972,_0x58e3a9=await this['_collabSessionService'][_0x1bf272(0x42c)](_0x43e3b6),_0x2499ed=this[_0x1bf272(0x2bd)][_0x1bf272(0x176)](St,_0x43e3b6,_0x58e3a9);return _0x2499ed[_0x1bf272(0x173)](),_0x2499ed;}async[_0x2fc972(0x3f2)](_0x1c1f8c){const _0x146edf=_0x2fc972,_0x377820=await this[_0x146edf(0x381)][_0x146edf(0x42c)](_0x1c1f8c),_0x3c8ecd=this['_injector'][_0x146edf(0x176)](mt,_0x1c1f8c,_0x377820);return _0x3c8ecd[_0x146edf(0x173)](),_0x3c8ecd;}};De=ss([nt(0x0,a[_0x2fc972(0x3b9)]),nt(0x1,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),nt(0x2,a[_0x2fc972(0xde)](exports['CollaborationSessionService']))],De);const Le=0x14,Ht=0xc8,it=0x4,rs=0x5;function os(_0x5808b2,_0x491eee){const _0x3fc7d5=_0x2fc972;let {radius:_0x1183a6,width:_0x2848c9,height:_0x461fc1}=_0x491eee;_0x1183a6=_0x1183a6!=null?_0x1183a6:0x0,_0x2848c9=_0x2848c9!=null?_0x2848c9:0x1e,_0x461fc1=_0x461fc1!=null?_0x461fc1:0x1e;let _0x4d56b2=0x0,_0x5d59e2=0x0,_0x494180=0x0;_0x4d56b2=_0x5d59e2=_0x494180=Math['min'](_0x1183a6,_0x2848c9/0x2,_0x461fc1/0x2),_0x5808b2[_0x3fc7d5(0x4b1)](),_0x5808b2[_0x3fc7d5(0x161)](_0x4d56b2,0x0),_0x5808b2['lineTo'](_0x2848c9-_0x5d59e2,0x0),_0x5808b2[_0x3fc7d5(0x3d1)](_0x2848c9-_0x5d59e2,_0x5d59e2,_0x5d59e2,Math['PI']*0x3/0x2,0x0,!0x1),_0x5808b2[_0x3fc7d5(0x47e)](_0x2848c9,_0x461fc1-_0x494180),_0x5808b2[_0x3fc7d5(0x3d1)](_0x2848c9-_0x494180,_0x461fc1-_0x494180,_0x494180,0x0,Math['PI']/0x2,!0x1),_0x5808b2[_0x3fc7d5(0x47e)](0x0,_0x461fc1),_0x5808b2[_0x3fc7d5(0x47e)](0x0,_0x4d56b2),_0x5808b2[_0x3fc7d5(0x3d1)](_0x4d56b2,_0x4d56b2,_0x4d56b2,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x5808b2[_0x3fc7d5(0x3df)](),_0x491eee[_0x3fc7d5(0x49a)]&&(_0x5808b2[_0x3fc7d5(0xb7)](),_0x5808b2[_0x3fc7d5(0x242)]=_0x491eee[_0x3fc7d5(0x49a)],_0x491eee[_0x3fc7d5(0x1fa)]===_0x3fc7d5(0x2da)?_0x5808b2[_0x3fc7d5(0x49a)](_0x3fc7d5(0x2da)):_0x5808b2[_0x3fc7d5(0x49a)](),_0x5808b2[_0x3fc7d5(0x339)]());}class ze extends K[_0x2fc972(0x362)]{constructor(_0xa2d97,_0x2184db){const _0x512e6=_0x2fc972;super(_0xa2d97,_0x2184db),I(this,_0x512e6(0x406)),I(this,_0x512e6(0x322)),(this[_0x512e6(0x406)]=_0x2184db==null?void 0x0:_0x2184db['color'],this[_0x512e6(0x322)]=_0x2184db==null?void 0x0:_0x2184db[_0x512e6(0x322)]);}static['drawWith'](_0x1ada87,_0x5b6f07){const _0x39edf2=_0x2fc972,{text:_0x4b934e,color:_0x1002f9}=_0x5b6f07;_0x1ada87[_0x39edf2(0xb7)](),_0x1ada87[_0x39edf2(0x3ed)]=_0x39edf2(0x371);const _0x33bc3c=_0x1ada87['measureText'](_0x4b934e)['width'],_0x4309b6=Math[_0x39edf2(0x3d4)](_0x33bc3c+0x2*it,Ht);os(_0x1ada87,{'height':Le,'radius':0x4,'width':_0x4309b6,'fill':_0x1002f9,'evented':!0x1}),_0x1ada87['fillStyle']='#FFF';const _0x5ea601=it,_0x5dfdc4=Le-rs,_0x14959a=Ht-0x2*it;if(_0x33bc3c>_0x14959a){let _0x1ad68a='',_0x498e20=0x0;for(const _0x42198e of _0x4b934e){const _0x54e4c1=_0x1ada87[_0x39edf2(0x2ea)](_0x42198e)[_0x39edf2(0x1cf)];if(_0x498e20+_0x54e4c1<=_0x14959a-_0x1ada87[_0x39edf2(0x2ea)](_0x39edf2(0x1e0))[_0x39edf2(0x1cf)])_0x1ad68a+=_0x42198e,_0x498e20+=_0x54e4c1;else{_0x1ad68a+=_0x39edf2(0x1e0);break;}}_0x1ada87[_0x39edf2(0x3ce)](_0x1ad68a,_0x5ea601,_0x5dfdc4);}else _0x1ada87['fillText'](_0x4b934e,_0x5ea601,_0x5dfdc4);_0x1ada87[_0x39edf2(0x339)]();}[_0x2fc972(0x485)](_0x1adc44){const _0x293f46=_0x2fc972;ze[_0x293f46(0x3c3)](_0x1adc44,this);}}const st=_0x2fc972(0x299),as=_0x2fc972(0x268),cs=_0x2fc972(0x351),Ue=0x6,ls=1.5,rt=0x4,hs=1.5,_s='rgba(255,\x20255,\x20255,\x200.01)';class Bt{constructor(_0x503509,_0x229dba,_0x1ee1c6,_0x40f00d){const _0x3f60a3=_0x2fc972;I(this,'_shapes',[]),I(this,_0x3f60a3(0x284),null),I(this,_0x3f60a3(0x459),null),I(this,_0x3f60a3(0x31d),null),I(this,_0x3f60a3(0x3f9),null),I(this,_0x3f60a3(0x20e),null),(this[_0x3f60a3(0x1b3)]=_0x503509,this[_0x3f60a3(0x15a)]=_0x229dba,this['_docSkeleton']=_0x1ee1c6,this['_document']=_0x40f00d,this['_render']());}set[_0x2fc972(0x1bc)](_0x5c2605){const _0x5725d1=_0x2fc972;_0x5c2605?(this['_anchorDot']&&this[_0x5725d1(0x31d)]['hide'](),this[_0x5725d1(0x459)]&&this['_textBubble'][_0x5725d1(0x456)]()):(this[_0x5725d1(0x31d)]&&this[_0x5725d1(0x31d)][_0x5725d1(0x456)](),this[_0x5725d1(0x459)]&&this['_textBubble'][_0x5725d1(0x2a4)]());}[_0x2fc972(0x324)](){const _0x3283cd=_0x2fc972;for(const _0x3590e2 of this[_0x3283cd(0x236)])_0x3590e2[_0x3283cd(0x324)]();this[_0x3283cd(0x459)]&&this[_0x3283cd(0x459)][_0x3283cd(0x324)](),this[_0x3283cd(0x31d)]&&this[_0x3283cd(0x31d)]['dispose'](),this['_anchor']&&this[_0x3283cd(0x284)]['dispose'](),this['_eventUnsubscribe']&&this[_0x3283cd(0x20e)]();}[_0x2fc972(0x221)](){const _0x32489a=_0x2fc972;var _0x22a59b;const {_docSkeleton:_0x23fe82,_document:_0x536d60}=this,{color:_0x1c407a,name:_0x4f8e4f,ranges:_0x49aaf5}=this[_0x32489a(0x1b3)],_0xddccdf=_0x536d60[_0x32489a(0x4c4)](),{docsLeft:_0x2dfcf,docsTop:_0x546c63}=_0xddccdf,_0x45fa0b=new J[(_0x32489a(0x3f8))](_0xddccdf,_0x23fe82);for(const {startOffset:_0x23fa9e,endOffset:_0x3800cc,rangeType:_0x328212,segmentId:_0x1a403f,segmentPage:_0x3d4a48,collapsed:_0x4a257e,isActive:_0x4e54ff}of _0x49aaf5){const _0xd3c1ed=_0x23fe82[_0x32489a(0x3e8)](_0x23fa9e,!0x0,_0x1a403f,_0x3d4a48);let _0x107ef9=_0x23fe82[_0x32489a(0x3e8)](_0x3800cc,!0x0,_0x1a403f,_0x3d4a48);if(_0x107ef9==null&&(_0x107ef9=_0x23fe82[_0x32489a(0x3e8)](_0x3800cc-0x1,!0x1,_0x1a403f,_0x3d4a48)),_0x4e54ff){const {contentBoxPointGroup:_0x27b7e6}=_0x45fa0b[_0x32489a(0x1f9)](_0x107ef9,_0x107ef9);if(_0x27b7e6[_0x32489a(0x14d)]===0x0)continue;this[_0x32489a(0x3ba)](_0x1c407a,_0x27b7e6,_0x2dfcf,_0x546c63,_0x4f8e4f),this[_0x32489a(0x20e)]=this[_0x32489a(0x1d6)]();}if(_0xd3c1ed&&_0x107ef9){if(_0x328212===a[_0x32489a(0x35b)]['RECT']){const _0x330119=new J[(_0x32489a(0x4a5))](_0xddccdf,_0x23fe82),{pointGroup:_0x1cd97c}=(_0x22a59b=_0x330119[_0x32489a(0x1f9)](_0xd3c1ed,_0x107ef9))!=null?_0x22a59b:{};if(_0x1cd97c==null||_0x1cd97c[_0x32489a(0x14d)]===0x0)continue;this[_0x32489a(0x4b5)](_0x1c407a,_0x1cd97c,_0x2dfcf,_0x546c63);}else{if(!_0x4a257e){const {borderBoxPointGroup:_0x14a6d8}=_0x45fa0b[_0x32489a(0x1f9)](_0xd3c1ed,_0x107ef9);if(_0x14a6d8[_0x32489a(0x14d)]===0x0)continue;this[_0x32489a(0x52b)](_0x1c407a,_0x14a6d8,_0x2dfcf,_0x546c63);}}}}}[_0x2fc972(0x3ba)](_0x48f879,_0x496f96,_0x188cef,_0x2251bb,_0x366a27){const _0x4db3f5=_0x2fc972,_0x24557a=this[_0x4db3f5(0xdf)](_0x496f96),{left:_0x10a429,top:_0xec7fb9,height:_0x453db6}=_0x24557a,_0x45f9cf=this[_0x4db3f5(0x169)](),_0x4292c7=hs/_0x45f9cf,_0xf0439f=new K['Rect'](st+a[_0x4db3f5(0x3bd)][_0x4db3f5(0xf2)](Ue),{'left':_0x10a429+_0x188cef-_0x4292c7,'top':_0xec7fb9+_0x2251bb,'height':_0x453db6,'width':ls,'fill':_0x48f879||K[_0x4db3f5(0x504)](a[_0x4db3f5(0x188)][_0x4db3f5(0x24e)],0x0),'strokeWidth':_0x4292c7,'stroke':_s,'evented':!0x0});this['_anchor']=_0xf0439f,this[_0x4db3f5(0x15a)]['addObject'](_0xf0439f,J[_0x4db3f5(0x3e0)]);const _0x2b7b56=new K[(_0x4db3f5(0x2b9))](st+a[_0x4db3f5(0x3bd)][_0x4db3f5(0xf2)](Ue),{'left':_0x10a429+_0x188cef-_0x4292c7,'top':_0xec7fb9+_0x2251bb-rt/0x2,'height':rt,'width':rt,'fill':_0x48f879||K[_0x4db3f5(0x504)](a[_0x4db3f5(0x188)]['black'],0x0),'strokeWidth':0x0,'stroke':_0x48f879||K[_0x4db3f5(0x504)](a[_0x4db3f5(0x188)][_0x4db3f5(0x24e)],0x0),'evented':!0x1});this[_0x4db3f5(0x31d)]=_0x2b7b56,this[_0x4db3f5(0x15a)][_0x4db3f5(0x1f2)](_0x2b7b56,J['TEXT_RANGE_LAYER_INDEX']);const _0x4c8ece=new ze(st+a['Tools'][_0x4db3f5(0xf2)](Ue),{'left':_0x10a429+_0x188cef-_0x4292c7,'top':_0xec7fb9+_0x2251bb-Le,'text':_0x366a27,'color':_0x48f879});this[_0x4db3f5(0x459)]=_0x4c8ece,this['_scene'][_0x4db3f5(0x1f2)](_0x4c8ece,J[_0x4db3f5(0x3e0)]),this['_hover']=!0x1;}[_0x2fc972(0x1d6)](){const _0x2ec24e=_0x2fc972,_0x4c2cfa=this[_0x2ec24e(0x284)][_0x2ec24e(0x3e6)][_0x2ec24e(0x41b)](()=>{const _0x528847=_0x2ec24e;this[_0x528847(0x1bc)]=!0x0;}),_0x56cc64=this[_0x2ec24e(0x284)][_0x2ec24e(0x110)]['subscribeEvent'](()=>{const _0x473e80=_0x2ec24e;this[_0x473e80(0x3f9)]&&clearTimeout(this[_0x473e80(0x3f9)]),this[_0x473e80(0x3f9)]=setTimeout(()=>{const _0xf30ac0=_0x473e80;this[_0xf30ac0(0x1bc)]=!0x1;},0x7d0);});return()=>{const _0x5bb37b=_0x2ec24e;_0x4c2cfa[_0x5bb37b(0x484)](),_0x56cc64[_0x5bb37b(0x484)]();};}[_0x2fc972(0x52b)](_0x3428ee,_0x3326a0,_0x935013,_0x20a315){const _0x4b724f=_0x2fc972,_0x510b1a=new a[(_0x4b724f(0xf0))](_0x3428ee)[_0x4b724f(0x220)](0.2)['toRgbString'](),_0x82a2d7=new K['RegularPolygon'](as+a[_0x4b724f(0x3bd)][_0x4b724f(0xf2)](Ue),{'pointsGroup':_0x3326a0,'fill':_0x510b1a||K[_0x4b724f(0x504)](a[_0x4b724f(0x188)][_0x4b724f(0x24e)],0.2),'left':_0x935013,'top':_0x20a315,'evented':!0x1,'debounceParentDirty':!0x1});this['_shapes'][_0x4b724f(0x540)](_0x82a2d7),this[_0x4b724f(0x15a)][_0x4b724f(0x1f2)](_0x82a2d7,J[_0x4b724f(0x3e0)]);}[_0x2fc972(0x4b5)](_0x3a6f98,_0x54385e,_0x1703a9,_0x25bdc5){const _0x23f3f1=_0x2fc972,_0x31627b=new a[(_0x23f3f1(0xf0))](_0x3a6f98)[_0x23f3f1(0x220)](0.2)[_0x23f3f1(0x28c)](),_0x37ff3d=new K[(_0x23f3f1(0x43e))](cs+a['Tools'][_0x23f3f1(0xf2)](Ue),{'pointsGroup':_0x54385e,'fill':_0x31627b||K['getColor'](a[_0x23f3f1(0x188)][_0x23f3f1(0x24e)],0.2),'left':_0x1703a9,'top':_0x25bdc5,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x23f3f1(0x236)][_0x23f3f1(0x540)](_0x37ff3d),this[_0x23f3f1(0x15a)][_0x23f3f1(0x1f2)](_0x37ff3d,J[_0x23f3f1(0x3e0)]);}['_getAnchorBounding'](_0x132273){const _0x32eb8b=_0x132273[0x0],_0x4e6e28=_0x32eb8b[0x0],_0x2405ec=_0x32eb8b[0x2],{x:_0x376d24,y:_0x1c43ba}=_0x4e6e28,{x:_0x116687,y:_0x25ee4c}=_0x2405ec;return{'left':_0x376d24,'top':_0x1c43ba,'width':_0x116687-_0x376d24,'height':_0x25ee4c-_0x1c43ba};}[_0x2fc972(0x169)](){const _0x1cb61e=_0x2fc972,{scaleX:_0x51f5e0,scaleY:_0x440c87}=this[_0x1cb61e(0x15a)][_0x1cb61e(0x1b6)]();return Math[_0x1cb61e(0x476)](_0x51f5e0,_0x440c87);}}var us=Object['defineProperty'],ds=Object[_0x2fc972(0x423)],fs=(_0xa0c80d,_0x5a3c38,_0x21123d,_0x53cbc9)=>{const _0x4ffc47=_0x2fc972;for(var _0x28354a=_0x53cbc9>0x1?void 0x0:_0x53cbc9?ds(_0x5a3c38,_0x21123d):_0x5a3c38,_0x1218c5=_0xa0c80d[_0x4ffc47(0x14d)]-0x1,_0x43ab50;_0x1218c5>=0x0;_0x1218c5--)(_0x43ab50=_0xa0c80d[_0x1218c5])&&(_0x28354a=(_0x53cbc9?_0x43ab50(_0x5a3c38,_0x21123d,_0x28354a):_0x43ab50(_0x28354a))||_0x28354a);return _0x53cbc9&&_0x28354a&&us(_0x5a3c38,_0x21123d,_0x28354a),_0x28354a;},je=(_0x39ef88,_0xc9e4bd)=>(_0x279d7d,_0xc95482)=>_0xc9e4bd(_0x279d7d,_0xc95482,_0x39ef88);let pt=class extends a[_0x2fc972(0x222)]{constructor(_0x280875,_0x5e8a81,_0x4f6f19,_0xb451ce,_0x198fe0){const _0x2a81eb=_0x2fc972;super(),I(this,_0x2a81eb(0x47a),[]),I(this,_0x2a81eb(0x22c),[]),(this[_0x2a81eb(0x2c6)]=_0x280875,this[_0x2a81eb(0xb0)]=_0x5e8a81,this[_0x2a81eb(0x4f8)]=_0x4f6f19,this[_0x2a81eb(0x3be)]=_0xb451ce,this['_themeService']=_0x198fe0,this['_init']());}[_0x2fc972(0x192)](){const _0x2ce324=_0x2fc972,_0x2257fc=this['_context'][_0x2ce324(0xb5)],_0x346844=this['_docSkeletonManagerService'];this['disposeWithMe'](A['combineLatest']([this[_0x2ce324(0x4f8)][_0x2ce324(0x3ec)](_0x2257fc),this[_0x2ce324(0x266)][_0x2ce324(0x275)]])[_0x2ce324(0x54d)](V[_0x2ce324(0x2dc)](([_0x4353d0,_0xb7c576])=>({'skeleton':_0x346844['getSkeleton'](),'cursors':[..._0x4353d0[_0x2ce324(0x510)]()][_0x2ce324(0x142)](_0x195c66=>({..._0x195c66,'color':_0xb7c576[_0x195c66[_0x2ce324(0x406)]]}))})))[_0x2ce324(0x243)](_0x23af69=>{const _0x2480a9=_0x2ce324;if(this['_removeCollabCursors'](),_0x23af69){const {skeleton:_0x31c64a,cursors:_0x575adf}=_0x23af69;this[_0x2480a9(0xba)](_0x31c64a,_0x575adf);}})),this[_0x2ce324(0x3fe)](),this[_0x2ce324(0x30b)]();}['_updateCollabCursors'](_0x372e88,_0x4ed4ec){const _0x38e6b1=_0x2fc972,{scene:_0x3eb1a7,mainComponent:_0x20e340}=this['_context'],_0x6c7832=_0x4ed4ec[_0x38e6b1(0x2dc)](_0x5d012e=>new Bt(_0x5d012e,_0x3eb1a7,_0x372e88,_0x20e340));this[_0x38e6b1(0x47a)]=_0x6c7832,this[_0x38e6b1(0x22c)]=_0x4ed4ec;}['_refreshCollabCursors'](){const _0xa9a2ae=_0x2fc972;this[_0xa9a2ae(0x389)]();const {scene:_0x1d1f32,mainComponent:_0x24ca52}=this[_0xa9a2ae(0x2c6)],_0x1b7a92=this[_0xa9a2ae(0xb0)][_0xa9a2ae(0x441)](),_0x245e30=this['_cursors'][_0xa9a2ae(0x2dc)](_0x129158=>new Bt(_0x129158,_0x1d1f32,_0x1b7a92,_0x24ca52));this[_0xa9a2ae(0x47a)]=_0x245e30;}[_0x2fc972(0x389)](){const _0xfa00b9=_0x2fc972;this[_0xfa00b9(0x47a)][_0xfa00b9(0x422)](_0x1aa501=>_0x1aa501['dispose']()),this[_0xfa00b9(0x47a)]=[];}['_initCommandExecutedListener'](){const _0x5848ff=_0x2fc972,_0x364fe0=[J[_0x5848ff(0x254)]['id']];this[_0x5848ff(0x1a7)](this[_0x5848ff(0x3be)][_0x5848ff(0x2d6)](_0xacd3c4=>{const _0x44108c=_0x5848ff;_0x364fe0[_0x44108c(0x4d6)](_0xacd3c4['id'])&&_0xacd3c4[_0x44108c(0x2ad)][_0x44108c(0xb5)]===this['_context']['unitId']&&this[_0x44108c(0x1de)]();}));}['_initResize'](){const _0x4d5a25=_0x2fc972;this['disposeWithMe'](a[_0x4d5a25(0x340)](this[_0x4d5a25(0x2c6)][_0x4d5a25(0x54a)][_0x4d5a25(0x1ed)])['pipe'](V['filter'](_0x5662bc=>_0x5662bc[_0x4d5a25(0xc1)]===K[_0x4d5a25(0x145)][_0x4d5a25(0xcd)]),V[_0x4d5a25(0x507)](0x10))[_0x4d5a25(0x243)](()=>{const _0x3c0fcf=_0x4d5a25;this[_0x3c0fcf(0x1de)]();}));}};pt=fs([je(0x1,a['Inject'](ye[_0x2fc972(0x533)])),je(0x2,a[_0x2fc972(0xde)](De)),je(0x3,a[_0x2fc972(0x451)]),je(0x4,a[_0x2fc972(0xde)](a[_0x2fc972(0x1cc)]))],pt);const vs=0x1,ms=1.5;class Sn extends K[_0x2fc972(0x362)]{constructor(_0x42ff3d,_0x21f8ff){const _0x2ad050=_0x2fc972;super(_0x42ff3d,_0x21f8ff),I(this,'_color'),I(this,_0x2ad050(0x209),!0x1),I(this,_0x2ad050(0x481)),I(this,_0x2ad050(0x525),''),I(this,'_labelPosition','top'),I(this,'_backgroundColor'),(_0x21f8ff&&this[_0x2ad050(0x369)](_0x21f8ff),this[_0x2ad050(0x3e6)]['subscribeEvent'](()=>this[_0x2ad050(0x369)]({'hovered':!0x0})),this[_0x2ad050(0x110)][_0x2ad050(0x41b)](()=>this[_0x2ad050(0x369)]({'hovered':!0x1})));}[_0x2fc972(0x369)](_0x5e47a7){const _0x31e685=_0x2fc972;var _0x189da0,_0x2df719,_0x12fefc,_0x2acbc5,_0xe0e094,_0x367455;this['_color']=(_0x189da0=_0x5e47a7[_0x31e685(0x406)])!=null?_0x189da0:this['_color'],this[_0x31e685(0x209)]=(_0x2df719=_0x5e47a7[_0x31e685(0x217)])!=null?_0x2df719:this[_0x31e685(0x209)],this[_0x31e685(0x481)]=(_0x12fefc=_0x5e47a7[_0x31e685(0xbd)])!=null?_0x12fefc:this[_0x31e685(0x481)],this['_name']=(_0x2acbc5=_0x5e47a7['name'])!=null?_0x2acbc5:this[_0x31e685(0x525)],this['_labelPosition']=(_0xe0e094=_0x5e47a7[_0x31e685(0x495)])!=null?_0xe0e094:this['_labelPosition'],this[_0x31e685(0x320)]=(_0x367455=_0x5e47a7[_0x31e685(0x1df)])!=null?_0x367455:this[_0x31e685(0x320)],this['transformByState']({'width':_0x5e47a7[_0x31e685(0x1cf)],'height':_0x5e47a7[_0x31e685(0x25f)]});}[_0x2fc972(0x39a)](_0x27664d){const _0x5cd0c3=_0x2fc972,{row:_0x35fc18,column:_0x431322}=_0x27664d;if(_0x35fc18>=this[_0x5cd0c3(0x481)][_0x5cd0c3(0x38b)]&&_0x35fc18<=this[_0x5cd0c3(0x481)][_0x5cd0c3(0xd3)]&&_0x431322>=this[_0x5cd0c3(0x481)]['startColumn']&&_0x431322<=this[_0x5cd0c3(0x481)][_0x5cd0c3(0x47d)]){this['setShapeProps']({'hovered':!0x0});return;}this[_0x5cd0c3(0x369)]({'hovered':!0x1});}[_0x2fc972(0x1d9)](_0x56fc31){return!0x1;}[_0x2fc972(0x485)](_0x245d7f){const _0x11c7d1=_0x2fc972;K[_0x11c7d1(0x2b9)][_0x11c7d1(0x3c3)](_0x245d7f,{'width':this[_0x11c7d1(0x1cf)],'height':this[_0x11c7d1(0x25f)],'strokeWidth':ms,'stroke':this[_0x11c7d1(0x27a)],'evented':!0x1,'fill':this['_backgroundColor']}),this['_hovered']&&(_0x245d7f['save'](),_0x245d7f[_0x11c7d1(0x248)](0x1,0x0,0x0,0x1,this[_0x11c7d1(0x1cf)],this[_0x11c7d1(0x357)]===_0x11c7d1(0x1f5)?0x0:-Le),ze[_0x11c7d1(0x3c3)](_0x245d7f,{'text':this[_0x11c7d1(0x525)],'color':this['_color']}),_0x245d7f[_0x11c7d1(0x339)]());}}var Ss=Object[_0x2fc972(0x356)],ps=Object['getOwnPropertyDescriptor'],gs=(_0x141353,_0x1c9d3c,_0x2153cb,_0x345e2d)=>{const _0x231351=_0x2fc972;for(var _0x40d6ef=_0x345e2d>0x1?void 0x0:_0x345e2d?ps(_0x1c9d3c,_0x2153cb):_0x1c9d3c,_0x447ccb=_0x141353[_0x231351(0x14d)]-0x1,_0x5cc0c0;_0x447ccb>=0x0;_0x447ccb--)(_0x5cc0c0=_0x141353[_0x447ccb])&&(_0x40d6ef=(_0x345e2d?_0x5cc0c0(_0x1c9d3c,_0x2153cb,_0x40d6ef):_0x5cc0c0(_0x40d6ef))||_0x40d6ef);return _0x345e2d&&_0x40d6ef&&Ss(_0x1c9d3c,_0x2153cb,_0x40d6ef),_0x40d6ef;},ot=(_0x1d0a4a,_0x30317f)=>(_0x3bc30d,_0x39ea38)=>_0x30317f(_0x3bc30d,_0x39ea38,_0x1d0a4a);const Is=0x1389;let gt=class extends a['RxDisposable']{constructor(_0x339f27,_0x483d41,_0x13a129,_0x39c87c){const _0x274828=_0x2fc972;super(),I(this,'_cursors',new Set()),I(this,'_lastPointer',null),(this[_0x274828(0x2c6)]=_0x339f27,this[_0x274828(0x131)]=_0x483d41,this[_0x274828(0x4f8)]=_0x13a129,this[_0x274828(0x266)]=_0x39c87c,this['_init']());}['_init'](){const _0x3bcf5d=_0x2fc972;this[_0x3bcf5d(0x131)]['currentSkeleton$']['pipe'](V[_0x3bcf5d(0x26d)](this[_0x3bcf5d(0x391)]),V[_0x3bcf5d(0x337)](_0x466715=>{const _0x4ee1ca=_0x3bcf5d;if(_0x466715){const _0x527948=_0x466715[_0x4ee1ca(0x3ae)];return A[_0x4ee1ca(0x3af)](this[_0x4ee1ca(0x4f8)]['getCollabCursors$'](this['_context'][_0x4ee1ca(0xb5)]),this[_0x4ee1ca(0x266)][_0x4ee1ca(0x275)])[_0x4ee1ca(0x54d)](V['map'](([_0x59bfd9,_0x554095])=>{const _0x553089=_0x4ee1ca,_0x53ce9b=new Map();return _0x59bfd9[_0x553089(0x422)]((_0xa0e1ea,_0x16a9b8)=>{const _0x308a5e=_0x553089;if(_0xa0e1ea['sheetID']===_0x527948){const _0x595c45={..._0xa0e1ea};_0x595c45[_0x308a5e(0x406)]=_0x554095[_0xa0e1ea[_0x308a5e(0x406)]],_0x53ce9b[_0x308a5e(0x3ef)](_0x16a9b8,_0x595c45);}}),{'skeleton':_0x466715,'cursors':_0x53ce9b};}));}return A['of']({'skeleton':null,'cursors':new Map()});}))[_0x3bcf5d(0x243)](({skeleton:_0x4a3c90,cursors:_0x3ff767})=>{const _0x28615e=_0x3bcf5d;this[_0x28615e(0x389)](),_0x4a3c90&&this[_0x28615e(0xba)](_0x4a3c90,_0x3ff767);}),this['_sheetSkeletonManagerService']['currentSkeleton$'][_0x3bcf5d(0x243)](_0x2cf551=>{const _0x90f69b=_0x3bcf5d;if(_0x2cf551==null)return;const {skeleton:_0x5d83d7}=_0x2cf551,{scene:_0x43f023}=this['_context'];_0x43f023[_0x90f69b(0x327)]['subscribeEvent'](a['debounce'](_0x3dc5db=>{const _0x4c65fb=_0x90f69b;var _0x4fdf77,_0x210ed1;const {offsetX:_0x277e3f,offsetY:_0x25dca7}=_0x3dc5db,{x:_0x3ec5d5,y:_0x1a38a4}=_0x43f023[_0x4c65fb(0x349)](K['Vector2'][_0x4c65fb(0x218)]([_0x277e3f,_0x25dca7])),{scaleX:_0x32934e,scaleY:_0x3a4d5b}=_0x43f023[_0x4c65fb(0x1b6)](),_0x5a6694=_0x43f023[_0x4c65fb(0xdc)](Re[_0x4c65fb(0x541)][_0x4c65fb(0x2d8)]),_0x56b91f=_0x43f023[_0x4c65fb(0x2a0)](K[_0x4c65fb(0x258)][_0x4c65fb(0x218)]([_0x3ec5d5,_0x1a38a4]),_0x5a6694),_0x506d80=_0x5d83d7[_0x4c65fb(0x417)](_0x277e3f,_0x25dca7,_0x32934e,_0x3a4d5b,_0x56b91f);((_0x4fdf77=this['_lastPointer'])==null?void 0x0:_0x4fdf77[_0x4c65fb(0x292)])===_0x506d80[_0x4c65fb(0x292)]&&((_0x210ed1=this[_0x4c65fb(0x205)])==null?void 0x0:_0x210ed1['row'])===_0x506d80[_0x4c65fb(0x32a)]||this[_0x4c65fb(0x22c)][_0x4c65fb(0x422)](_0x10a92c=>{const _0x3191da=_0x4c65fb;_0x10a92c[_0x3191da(0x39a)](_0x506d80);});},0x64));});}[_0x2fc972(0xba)](_0x3d188c,_0x2b92fd){const _0x2aa5f8=_0x2fc972;var _0xbc8edd;const _0xcd4b52=(_0xbc8edd=this['_sheetSkeletonManagerService'][_0x2aa5f8(0x4ed)]())==null?void 0x0:_0xbc8edd[_0x2aa5f8(0x542)];if(!_0xcd4b52)return;const _0x226ed9=this['_getSheetObject']();if(!_0x226ed9)return;this['_cursors']['forEach'](_0xee51e2=>{const _0x447362=_0x2aa5f8;_0xee51e2[_0x447362(0x46d)]();});const {scene:_0x7aa126}=_0x226ed9,_0x1cf51e=Cs(Array[_0x2aa5f8(0x4fe)](_0x2b92fd['values']()))[_0x2aa5f8(0x2dc)](_0x4d2174=>{const _0x1d95fc=_0x2aa5f8,{color:_0x1d2b81,range:_0x238fe7,name:_0x4d99be,selection:_0x21f1de,sheetID:_0x4bb891}=_0x4d2174,{startColumn:_0x99fab0,startRow:_0x566b88,endColumn:_0x256413,endRow:_0x13b586}=_0x238fe7,_0x2d42d2=Re[_0x1d95fc(0x45b)](_0x566b88,_0x99fab0,_0x7aa126,_0xcd4b52),_0x25a0d9=Re[_0x1d95fc(0x45b)](_0x13b586,_0x256413,_0x7aa126,_0xcd4b52),{columnHeaderHeightAndMarginTop:_0x373b21}=_0xcd4b52,{startX:_0x38235c,startY:_0x5a7261}=_0x2d42d2,{endX:_0x44f34d,endY:_0x5d166a}=_0x25a0d9,_0x2454ce=_0x44f34d-_0x38235c,_0x4c317c=_0x5d166a-_0x5a7261,_0x3b86c5={'labelPosition':_0x5a7261-_0x373b21>=Le?_0x1d95fc(0x15e):'bottom','sheetID':_0x4bb891,'range':_0x238fe7,'color':_0x1d2b81,'name':_0x4d99be,'selection':_0x21f1de,'left':_0x38235c,'top':_0x5a7261,'width':_0x2454ce,'height':_0x4c317c,'evented':!0x1,'zIndex':Is};return new Sn(_0x4d99be,_0x3b86c5);});_0x7aa126[_0x2aa5f8(0xb4)](_0x1cf51e,vs),this['_cursors']=new Set(_0x1cf51e);}[_0x2fc972(0x389)](){const _0xb8e1ae=_0x2fc972;var _0x24822c;(_0x24822c=this[_0xb8e1ae(0x22c)])==null||_0x24822c[_0xb8e1ae(0x422)](_0x383f94=>_0x383f94[_0xb8e1ae(0x324)]());}['_getSheetObject'](){const _0x51daf5=_0x2fc972;return Re['getSheetObject'](this[_0x51daf5(0x2c6)][_0x51daf5(0x364)],this[_0x51daf5(0x2c6)]);}};gt=gs([ot(0x1,a['Inject'](Re[_0x2fc972(0xe8)])),ot(0x2,a[_0x2fc972(0xde)](De)),ot(0x3,a[_0x2fc972(0xde)](a['ThemeService']))],gt);function Cs(_0x330b54){const _0x41d452=_0x2fc972,_0x5164f1=new Map();return _0x330b54[_0x41d452(0x422)](_0x3f7572=>{const _0x249a66=_0x41d452;if(_0x5164f1[_0x249a66(0x33e)](_0x3f7572[_0x249a66(0x426)])){const _0x38fd5c=_0x5164f1['get'](_0x3f7572[_0x249a66(0x426)]);_0x38fd5c[_0x249a66(0xab)]+=',\x20'+_0x3f7572[_0x249a66(0xab)];}else _0x5164f1[_0x249a66(0x3ef)](_0x3f7572[_0x249a66(0x426)],_0x3f7572);}),Array[_0x41d452(0x4fe)](_0x5164f1[_0x41d452(0x510)]());}var X=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function xe(_0x5146ab){const _0xb7bb34=_0x2fc972;return _0x5146ab&&_0x5146ab['__esModule']&&Object['prototype'][_0xb7bb34(0x3d7)][_0xb7bb34(0x16c)](_0x5146ab,'default')?_0x5146ab['default']:_0x5146ab;}var pn={'exports':{}},Xe={},Es=ae,bs=Symbol['for'](_0x2fc972(0x230)),Ts=Symbol[_0x2fc972(0x2fb)](_0x2fc972(0x274)),Rs=Object['prototype'][_0x2fc972(0x3d7)],ys=Es[_0x2fc972(0x178)][_0x2fc972(0x489)],Os={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function gn(_0x3615ee,_0x2058cd,_0x421c83){const _0x3d8eec=_0x2fc972;var _0x638d8e,_0x3c786b={},_0x5c5f05=null,_0x332c3c=null;_0x421c83!==void 0x0&&(_0x5c5f05=''+_0x421c83),_0x2058cd[_0x3d8eec(0x4d0)]!==void 0x0&&(_0x5c5f05=''+_0x2058cd[_0x3d8eec(0x4d0)]),_0x2058cd[_0x3d8eec(0x14a)]!==void 0x0&&(_0x332c3c=_0x2058cd[_0x3d8eec(0x14a)]);for(_0x638d8e in _0x2058cd)Rs['call'](_0x2058cd,_0x638d8e)&&!Os[_0x3d8eec(0x3d7)](_0x638d8e)&&(_0x3c786b[_0x638d8e]=_0x2058cd[_0x638d8e]);if(_0x3615ee&&_0x3615ee['defaultProps']){for(_0x638d8e in(_0x2058cd=_0x3615ee['defaultProps'],_0x2058cd))_0x3c786b[_0x638d8e]===void 0x0&&(_0x3c786b[_0x638d8e]=_0x2058cd[_0x638d8e]);}return{'$$typeof':bs,'type':_0x3615ee,'key':_0x5c5f05,'ref':_0x332c3c,'props':_0x3c786b,'_owner':ys[_0x3d8eec(0x12c)]};}Xe[_0x2fc972(0x29f)]=Ts,Xe[_0x2fc972(0x42e)]=gn,Xe[_0x2fc972(0x277)]=gn,pn[_0x2fc972(0x40d)]=Xe;var pe=pn[_0x2fc972(0x40d)],Q=function(){const _0x36678f=_0x2fc972;return Q=Object[_0x36678f(0xdd)]||function(_0x39f92e){const _0x499d7a=_0x36678f;for(var _0x1dd16a,_0x120b06=0x1,_0x1fa2f5=arguments[_0x499d7a(0x14d)];_0x120b06<_0x1fa2f5;_0x120b06++){_0x1dd16a=arguments[_0x120b06];for(var _0x491221 in _0x1dd16a)Object[_0x499d7a(0x11f)]['hasOwnProperty'][_0x499d7a(0x16c)](_0x1dd16a,_0x491221)&&(_0x39f92e[_0x491221]=_0x1dd16a[_0x491221]);}return _0x39f92e;},Q['apply'](this,arguments);},Ds=function(_0x41328d,_0x4ea71b){const _0x105f1d=_0x2fc972;var _0x37e068={};for(var _0x1262b0 in _0x41328d)Object[_0x105f1d(0x11f)][_0x105f1d(0x3d7)][_0x105f1d(0x16c)](_0x41328d,_0x1262b0)&&_0x4ea71b[_0x105f1d(0x4e9)](_0x1262b0)<0x0&&(_0x37e068[_0x1262b0]=_0x41328d[_0x1262b0]);if(_0x41328d!=null&&typeof Object[_0x105f1d(0x4c7)]==_0x105f1d(0x4fc)){for(var _0x53a71f=0x0,_0x1262b0=Object[_0x105f1d(0x4c7)](_0x41328d);_0x53a71f<_0x1262b0['length'];_0x53a71f++)_0x4ea71b['indexOf'](_0x1262b0[_0x53a71f])<0x0&&Object['prototype'][_0x105f1d(0x3f4)][_0x105f1d(0x16c)](_0x41328d,_0x1262b0[_0x53a71f])&&(_0x37e068[_0x1262b0[_0x53a71f]]=_0x41328d[_0x1262b0[_0x53a71f]]);}return _0x37e068;},Dt=ae[_0x2fc972(0x2c7)](function(_0x1cf5a4,_0x1d4b04){const _0x6b768a=_0x2fc972;var _0x764f39=_0x1cf5a4['icon'],_0x272215=_0x1cf5a4['id'],_0x2476e8=_0x1cf5a4[_0x6b768a(0x2c9)],_0x171255=_0x1cf5a4[_0x6b768a(0x316)],_0x57bc99=Ds(_0x1cf5a4,['icon','id','className','extend']),_0x28c197=_0x6b768a(0x539)[_0x6b768a(0x204)](_0x272215,'\x20')[_0x6b768a(0x204)](_0x2476e8||'')[_0x6b768a(0x2ef)](),_0x2c0d75=ae[_0x6b768a(0x41e)]('_'[_0x6b768a(0x204)](Us()));return In(_0x764f39,''[_0x6b768a(0x204)](_0x272215),{'defIds':_0x764f39[_0x6b768a(0x478)],'idSuffix':_0x2c0d75[_0x6b768a(0x12c)]},Q({'ref':_0x1d4b04,'className':_0x28c197},_0x57bc99),_0x171255);});function In(_0x37c831,_0x16cfbb,_0x20ce27,_0x347f0e,_0x1f5fdd){const _0x14bebb=_0x2fc972;return ae[_0x14bebb(0x289)](_0x37c831[_0x14bebb(0x511)],Q(Q({'key':_0x16cfbb},ws(_0x37c831,_0x20ce27,_0x1f5fdd)),_0x347f0e),(Ps(_0x37c831,_0x20ce27)[_0x14bebb(0x384)]||[])[_0x14bebb(0x2dc)](function(_0x1ef07b,_0x2bb713){const _0x1e6a46=_0x14bebb;return In(_0x1ef07b,''[_0x1e6a46(0x204)](_0x16cfbb,'-')[_0x1e6a46(0x204)](_0x37c831[_0x1e6a46(0x511)],'-')[_0x1e6a46(0x204)](_0x2bb713),_0x20ce27,void 0x0,_0x1f5fdd);}));}function ws(_0x269edf,_0x5813c3,_0xda9bac){const _0x3a86b1=_0x2fc972;var _0x16fa92=Q({},_0x269edf[_0x3a86b1(0x1db)]);_0xda9bac!=null&&_0xda9bac['colorChannel1']&&_0x16fa92['fill']===_0x3a86b1(0x3e9)&&(_0x16fa92[_0x3a86b1(0x49a)]=_0xda9bac[_0x3a86b1(0x3e9)]);var _0x5ae3c1=_0x5813c3[_0x3a86b1(0x478)];return!_0x5ae3c1||_0x5ae3c1['length']===0x0||(_0x269edf[_0x3a86b1(0x511)]===_0x3a86b1(0x158)&&_0x16fa92[_0x3a86b1(0x434)]&&(_0x16fa92[_0x3a86b1(0x434)]=_0x16fa92[_0x3a86b1(0x434)]+_0x5813c3['idSuffix']),Object[_0x3a86b1(0x4f6)](_0x16fa92)['forEach'](function(_0x593a3e){const _0x4e56ef=_0x3a86b1;var _0x5a19bd=_0x593a3e[0x0],_0x3f6915=_0x593a3e[0x1];typeof _0x3f6915==_0x4e56ef(0x12e)&&(_0x16fa92[_0x5a19bd]=_0x3f6915[_0x4e56ef(0x431)](/url\(#(.*)\)/,'url(#$1'[_0x4e56ef(0x204)](_0x5813c3[_0x4e56ef(0x253)],')')));})),_0x16fa92;}function Ps(_0x56def8,_0x720c4b){const _0x98bc40=_0x2fc972;var _0x2df314,_0x3f1b8e=_0x720c4b[_0x98bc40(0x478)];return!_0x3f1b8e||_0x3f1b8e[_0x98bc40(0x14d)]===0x0?_0x56def8:_0x56def8[_0x98bc40(0x511)]===_0x98bc40(0x2cb)&&(!((_0x2df314=_0x56def8[_0x98bc40(0x384)])===null||_0x2df314===void 0x0)&&_0x2df314[_0x98bc40(0x14d)])?Q(Q({},_0x56def8),{'children':_0x56def8[_0x98bc40(0x384)]['map'](function(_0x162058){const _0x518e4a=_0x98bc40;return typeof _0x162058[_0x518e4a(0x1db)]['id']==_0x518e4a(0x12e)&&_0x3f1b8e&&_0x3f1b8e[_0x518e4a(0x4e9)](_0x162058[_0x518e4a(0x1db)]['id'])>-0x1?Q(Q({},_0x162058),{'attrs':Q(Q({},_0x162058[_0x518e4a(0x1db)]),{'id':_0x162058['attrs']['id']+_0x720c4b[_0x518e4a(0x253)]})}):_0x162058;})}):_0x56def8;}function Us(){const _0x388e79=_0x2fc972;return Math[_0x388e79(0x151)]()[_0x388e79(0x443)](0x24)[_0x388e79(0x10a)](0x2,0x8);}Dt['displayName']=_0x2fc972(0x14f);var Ms={'tag':_0x2fc972(0x49c),'attrs':{'fill':'none','viewBox':'0\x200\x2016\x2016','width':_0x2fc972(0x208),'height':_0x2fc972(0x208)},'children':[{'tag':'g','attrs':{'clipPath':_0x2fc972(0x330)},'children':[{'tag':_0x2fc972(0x241),'attrs':{'stroke':_0x2fc972(0x38f),'d':_0x2fc972(0x387),'strokeLinecap':'round','strokeLinejoin':_0x2fc972(0x1c6),'strokeWidth':1.2}}]},{'tag':'defs','attrs':{},'children':[{'tag':'clipPath','attrs':{'id':_0x2fc972(0x36a)},'children':[{'tag':'path','attrs':{'fill':_0x2fc972(0x11b),'d':_0x2fc972(0x160)}}]}]}],'defIds':[_0x2fc972(0x36a)]},Cn=ae['forwardRef'](function(_0x51df97,_0x158c9e){const _0x5d0daf=_0x2fc972;return ae[_0x5d0daf(0x289)](Dt,Object[_0x5d0daf(0xdd)]({},_0x51df97,{'id':_0x5d0daf(0x48b),'ref':_0x158c9e,'icon':Ms}));});Cn[_0x2fc972(0x536)]=_0x2fc972(0x3a7);var As={'tag':_0x2fc972(0x49c),'attrs':{'fill':'none','viewBox':_0x2fc972(0x207),'width':_0x2fc972(0x208),'height':_0x2fc972(0x208)},'children':[{'tag':'g','attrs':{'clipPath':_0x2fc972(0x244)},'children':[{'tag':_0x2fc972(0x241),'attrs':{'stroke':_0x2fc972(0x38f),'d':_0x2fc972(0x40b),'strokeLinecap':_0x2fc972(0x1c6),'strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':_0x2fc972(0x2cb),'attrs':{},'children':[{'tag':_0x2fc972(0xf3),'attrs':{'id':_0x2fc972(0x532)},'children':[{'tag':_0x2fc972(0x241),'attrs':{'fill':_0x2fc972(0x11b),'d':'M0\x200H16V16H0z','transform':_0x2fc972(0x3a2)}}]}]}],'defIds':[_0x2fc972(0x532)]},En=ae[_0x2fc972(0x2c7)](function(_0x421b7e,_0x3212bc){const _0x22a2ea=_0x2fc972;return ae[_0x22a2ea(0x289)](Dt,Object[_0x22a2ea(0xdd)]({},_0x421b7e,{'id':_0x22a2ea(0x47b),'ref':_0x3212bc,'icon':As}));});En[_0x2fc972(0x536)]=_0x2fc972(0x453);function bn(_0x233a2a){const _0x4f8674=_0x2fc972;var _0x2406ea,_0x49cd02,_0x345794='';if(typeof _0x233a2a==_0x4f8674(0x12e)||typeof _0x233a2a==_0x4f8674(0x23f))_0x345794+=_0x233a2a;else{if(typeof _0x233a2a==_0x4f8674(0x3a9)){if(Array['isArray'](_0x233a2a)){var _0x5b44c0=_0x233a2a['length'];for(_0x2406ea=0x0;_0x2406ea<_0x5b44c0;_0x2406ea++)_0x233a2a[_0x2406ea]&&(_0x49cd02=bn(_0x233a2a[_0x2406ea]))&&(_0x345794&&(_0x345794+='\x20'),_0x345794+=_0x49cd02);}else{for(_0x49cd02 in _0x233a2a)_0x233a2a[_0x49cd02]&&(_0x345794&&(_0x345794+='\x20'),_0x345794+=_0x49cd02);}}}return _0x345794;}function Ns(){for(var _0xf8e2de,_0x1028bc,_0x2c53e0=0x0,_0x59c9f6='',_0x3d153e=arguments['length'];_0x2c53e0<_0x3d153e;_0x2c53e0++)(_0xf8e2de=arguments[_0x2c53e0])&&(_0x1028bc=bn(_0xf8e2de))&&(_0x59c9f6&&(_0x59c9f6+='\x20'),_0x59c9f6+=_0x1028bc);return _0x59c9f6;}const Ls='univer-online-status-icon',xs='univer-online-status-title',js=_0x2fc972(0x359),$s=_0x2fc972(0x213),Hs=_0x2fc972(0x494),Me={'onlineStatusIcon':Ls,'onlineStatusTitle':xs,'onlineStatus':js,'online':$s,'offline':Hs};function Bs(_0x60c0e3){const _0x214ce4=_0x2fc972;switch(_0x60c0e3){case q[_0x214ce4(0x455)]:return'collabStatus.offline';case q[_0x214ce4(0x54c)]:return'collabStatus.conflict';case q['FETCH_MISS']:return _0x214ce4(0x103);case q[_0x214ce4(0x2e7)]:return _0x214ce4(0x42d);case q[_0x214ce4(0x24d)]:case q['AWAITING_WITH_PENDING']:return _0x214ce4(0x392);case q[_0x214ce4(0x4d4)]:case q[_0x214ce4(0x309)]:return _0x214ce4(0x4c2);}}function Tn(_0x1e62d0){const _0x445650=_0x2fc972,{status$:_0x2d90b2}=_0x1e62d0,_0xe01005=ee[_0x445650(0x3d9)](_0x2d90b2,q[_0x445650(0x2e7)]),_0x57d68e=a[_0x445650(0x3e1)](a[_0x445650(0x2cf)]),_0x292d3b=a[_0x445650(0x3e1)](exports[_0x445650(0x45d)]),_0x4acc26=_0xe01005!==q[_0x445650(0x455)],_0x4f39b8=_0x57d68e['t'](Bs(_0xe01005)),_0x4c11d1=Ns(Me[_0x445650(0x46a)],{[Me[_0x445650(0x3f7)]]:_0x4acc26,[Me['offline']]:!_0x4acc26}),_0x2f0c78=_0x4acc26?pe[_0x445650(0x42e)](En,{}):pe[_0x445650(0x42e)](Cn,{}),_0x4283c8=ae[_0x445650(0x452)](()=>{const _0x57fb5b=_0x445650;_0x4acc26||_0x292d3b[_0x57fb5b(0x1f8)]();},[_0x4acc26,_0x292d3b]);function _0x30e2b1(){const _0x16f405=_0x445650;return pe[_0x16f405(0x277)](_0x16f405(0x1c8),{'className':_0x4c11d1,'onClick':_0x4283c8,'children':[pe[_0x16f405(0x42e)](_0x16f405(0x1c8),{'className':Me[_0x16f405(0x496)],'children':_0x2f0c78}),pe[_0x16f405(0x42e)](_0x16f405(0x1c8),{'className':Me['onlineStatusTitle'],'children':_0x4f39b8})]});}return _0x4acc26?_0x30e2b1():pe[_0x445650(0x42e)](ge[_0x445650(0x189)],{'title':_0x57d68e['t'](_0x445650(0x13b)),'children':_0x30e2b1()});}var ks=Object[_0x2fc972(0x356)],Ws=Object[_0x2fc972(0x423)],Fs=(_0x554db3,_0x53c179,_0x2882e9,_0x143da1)=>{const _0x16222e=_0x2fc972;for(var _0x274666=_0x143da1>0x1?void 0x0:_0x143da1?Ws(_0x53c179,_0x2882e9):_0x53c179,_0x2514f7=_0x554db3[_0x16222e(0x14d)]-0x1,_0x41e5a1;_0x2514f7>=0x0;_0x2514f7--)(_0x41e5a1=_0x554db3[_0x2514f7])&&(_0x274666=(_0x143da1?_0x41e5a1(_0x53c179,_0x2882e9,_0x274666):_0x41e5a1(_0x274666))||_0x274666);return _0x143da1&&_0x274666&&ks(_0x53c179,_0x2882e9,_0x274666),_0x274666;},$e=(_0x32ae48,_0x387065)=>(_0xf34319,_0x4c1ec3)=>_0x387065(_0xf34319,_0x4c1ec3,_0x32ae48);exports[_0x2fc972(0x34e)]=class extends a['Disposable']{constructor(_0x484ffb,_0x33523e,_0x5e53bc,_0x1fa6cd){const _0x83ed4=_0x2fc972;super(),I(this,_0x83ed4(0x367),new A[(_0x83ed4(0x130))](q[_0x83ed4(0x2e7)])),(this['_univerInstanceService']=_0x484ffb,this['_uiPartsService']=_0x33523e,this['_injector']=_0x5e53bc,this[_0x83ed4(0x3c2)]=_0x1fa6cd,this['_initStatusComponent'](),this[_0x83ed4(0x487)]());}[_0x2fc972(0x487)](){const _0x45e200=_0x2fc972;this[_0x45e200(0x1a7)](this['_univerInstanceService']['focused$'][_0x45e200(0x54d)](A[_0x45e200(0x337)](()=>{const _0x2c4b75=_0x45e200,_0x5e81c4=this[_0x2c4b75(0x4d3)][_0x2c4b75(0x2df)]();return _0x5e81c4?this[_0x2c4b75(0x3c2)][_0x2c4b75(0x506)](_0x5e81c4['getUnitId']()):A['of'](null);}),A[_0x45e200(0x337)](_0x256a5a=>_0x256a5a?_0x256a5a[_0x45e200(0x1c4)]:A['of'](q[_0x45e200(0x2e7)])))[_0x45e200(0x243)](_0x2f0f0d=>{const _0x1aa303=_0x45e200;this[_0x1aa303(0x367)][_0x1aa303(0x450)](_0x2f0f0d);}));}[_0x2fc972(0x336)](){const _0x2ad6ca=_0x2fc972;this[_0x2ad6ca(0x1a7)](this[_0x2ad6ca(0x227)][_0x2ad6ca(0x294)](ee[_0x2ad6ca(0xbf)][_0x2ad6ca(0x398)],()=>a['connectInjector'](Vs({'status$':this['_status$'][_0x2ad6ca(0x1f3)]()}),this[_0x2ad6ca(0x2bd)])));}},exports[_0x2fc972(0x34e)]=Fs([$e(0x0,a['IUniverInstanceService']),$e(0x1,ee[_0x2fc972(0x1b7)]),$e(0x2,a['Inject'](a[_0x2fc972(0x10d)])),$e(0x3,a[_0x2fc972(0xde)](exports['CollaborationController']))],exports[_0x2fc972(0x34e)]);function Vs(_0x256878){const {status$:_0x3b7854}=_0x256878;return function(){return pe['jsx'](Tn,{'status$':_0x3b7854});};}const wt=a[_0x2fc972(0x183)](_0x2fc972(0x2d0));var Gs=Object[_0x2fc972(0x356)],Ys=Object['getOwnPropertyDescriptor'],Ks=(_0x58d9ed,_0x36d21d,_0x3f96d4,_0x23ffa8)=>{const _0x2ea0f7=_0x2fc972;for(var _0x500cb3=_0x23ffa8>0x1?void 0x0:_0x23ffa8?Ys(_0x36d21d,_0x3f96d4):_0x36d21d,_0x55a3c8=_0x58d9ed[_0x2ea0f7(0x14d)]-0x1,_0x1d1aec;_0x55a3c8>=0x0;_0x55a3c8--)(_0x1d1aec=_0x58d9ed[_0x55a3c8])&&(_0x500cb3=(_0x23ffa8?_0x1d1aec(_0x36d21d,_0x3f96d4,_0x500cb3):_0x1d1aec(_0x500cb3))||_0x500cb3);return _0x23ffa8&&_0x500cb3&&Gs(_0x36d21d,_0x3f96d4,_0x500cb3),_0x500cb3;},Te=(_0x390300,_0x277735)=>(_0x1e9f20,_0x45c844)=>_0x277735(_0x1e9f20,_0x45c844,_0x390300);exports['DataLoaderController']=class extends a[_0x2fc972(0x222)]{constructor(_0x15b826,_0x34efe0,_0x5852a1,_0x3745b4,_0x225a2d,_0x1b9f3a){const _0xdc6f2=_0x2fc972;super(),this[_0xdc6f2(0x240)]=_0x15b826,this[_0xdc6f2(0x3e5)]=_0x34efe0,this[_0xdc6f2(0x3be)]=_0x5852a1,this[_0xdc6f2(0x12d)]=_0x3745b4,this['_snapshotService']=_0x225a2d,_0x1b9f3a?_0x1b9f3a==null||_0x1b9f3a[_0xdc6f2(0xbe)]()['then'](()=>this[_0xdc6f2(0x192)]()):(this[_0xdc6f2(0x3e5)]['debug']('[DataLoaderController]','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.'),this[_0xdc6f2(0x192)]());}async[_0x2fc972(0x192)](){const _0x2a19cd=_0x2fc972,_0x1822b6=this[_0x2a19cd(0x240)][_0x2a19cd(0x32f)]('unit'),_0x4d17cd=this['_urlService'][_0x2a19cd(0x32f)](_0x2a19cd(0xc1));if(!_0x1822b6||!_0x4d17cd){this[_0x2a19cd(0x3e5)][_0x2a19cd(0x17a)]('[DataLoaderController]',_0x2a19cd(0x4ad));return;}switch(Number(_0x4d17cd)){case ie[_0x2a19cd(0x252)]:{const _0x2c3158=await this[_0x2a19cd(0x20a)](_0x1822b6);this[_0x2a19cd(0x26a)](_0x2c3158);break;}case ie[_0x2a19cd(0x22f)]:{await this['_loadDoc'](_0x1822b6);break;}default:{this[_0x2a19cd(0x3e5)][_0x2a19cd(0x2be)](_0x2a19cd(0x22a),'Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');break;}}}async[_0x2fc972(0x26a)](_0xdf05d7){const _0x811189=_0x2fc972;await this[_0x811189(0x4c5)](_0xdf05d7),_0xdf05d7[_0x811189(0x372)][_0x811189(0x54d)](A['takeUntil'](this['dispose$']))[_0x811189(0x243)](_0x232ec7=>{const _0x2c74d2=_0x811189;_0x232ec7&&this[_0x2c74d2(0x4a0)](_0x232ec7);}),this[_0x811189(0x240)][_0x811189(0x137)][_0x811189(0x54d)](A[_0x811189(0x26d)](this['dispose$']))[_0x811189(0x243)](()=>this['_updateSubUnitFromURLParams'](_0xdf05d7));}[_0x2fc972(0x4a0)](_0x385199,_0x90a669=!0x1){const _0x518403=_0x2fc972,_0x132c0c=this[_0x518403(0x240)]['getParam']('subunit');_0x385199[_0x518403(0x32e)]()!==_0x132c0c&&this['_urlService']['setParam'](_0x518403(0x31e),_0x385199[_0x518403(0x32e)](),_0x90a669);}async[_0x2fc972(0x4c5)](_0x5253ff){const _0x503f53=_0x2fc972;var _0x44c709;const _0x137f01=this[_0x503f53(0x240)]['getParam'](_0x503f53(0x31e));if(!_0x137f01||!_0x5253ff['getSheetBySheetId'](_0x137f01)){const _0x1bf15d=_0x5253ff[_0x503f53(0x4d8)]()[0x0],_0xe58438=_0x5253ff[_0x503f53(0x361)](_0x1bf15d);if(!_0xe58438)return;this[_0x503f53(0x4a0)](_0xe58438,!0x0),await this[_0x503f53(0x3be)][_0x503f53(0xc0)](k[_0x503f53(0x51b)]['id'],{'unitId':_0x5253ff['getUnitId'](),'subUnitId':_0x1bf15d});return;}((_0x44c709=_0x5253ff['getActiveSheet']())==null?void 0x0:_0x44c709[_0x503f53(0x32e)]())!==_0x137f01&&await this[_0x503f53(0x3be)][_0x503f53(0xc0)](k['SetWorksheetActivateCommand']['id'],{'unitId':_0x5253ff[_0x503f53(0x12b)](),'subUnitId':_0x137f01});}async[_0x2fc972(0x20a)](_0x5bb11d){const _0x5741ce=_0x2fc972;let _0x5c8e8a=0x0;const _0x495479=await this['_localCacheService'][_0x5741ce(0x47c)](_0x5bb11d);return _0x495479&&(_0x495479[_0x5741ce(0x1c0)]||_0x495479[_0x5741ce(0x492)][_0x5741ce(0x14d)]!==0x0)&&(_0x5c8e8a=_0x495479['rev']),_0x5c8e8a===0x0&&this[_0x5741ce(0x3e5)]['debug'](_0x5741ce(0x22a),_0x5741ce(0x408)),this[_0x5741ce(0x458)][_0x5741ce(0x1c9)](_0x5bb11d,_0x5c8e8a);}async[_0x2fc972(0x1bd)](_0x3eb6fd){const _0x4ef22d=_0x2fc972;let _0x166139=0x0;const _0x375000=await this[_0x4ef22d(0x12d)][_0x4ef22d(0x47c)](_0x3eb6fd);return _0x375000&&(_0x375000[_0x4ef22d(0x1c0)]||_0x375000['mutations'][_0x4ef22d(0x14d)]!==0x0)&&(_0x166139=_0x375000['rev']),_0x166139===0x0&&this['_logService'][_0x4ef22d(0x17a)](_0x4ef22d(0x22a),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this['_snapshotService'][_0x4ef22d(0x482)](_0x3eb6fd,_0x166139);}},exports[_0x2fc972(0x3fa)]=Ks([Te(0x0,wt),Te(0x1,a[_0x2fc972(0x1fc)]),Te(0x2,a[_0x2fc972(0x451)]),Te(0x3,a[_0x2fc972(0xde)](exports[_0x2fc972(0x464)])),Te(0x4,a['Inject'](S[_0x2fc972(0x546)])),Te(0x5,a[_0x2fc972(0x457)]($n[_0x2fc972(0x22d)]))],exports['DataLoaderController']);var qs=Object[_0x2fc972(0x356)],zs=Object[_0x2fc972(0x423)],Xs=(_0x4ebac9,_0x1a082f,_0x1da751,_0x2d3951)=>{const _0x4566a3=_0x2fc972;for(var _0x38505a=_0x2d3951>0x1?void 0x0:_0x2d3951?zs(_0x1a082f,_0x1da751):_0x1a082f,_0xc4766b=_0x4ebac9[_0x4566a3(0x14d)]-0x1,_0x3dab91;_0xc4766b>=0x0;_0xc4766b--)(_0x3dab91=_0x4ebac9[_0xc4766b])&&(_0x38505a=(_0x2d3951?_0x3dab91(_0x1a082f,_0x1da751,_0x38505a):_0x3dab91(_0x38505a))||_0x38505a);return _0x2d3951&&_0x38505a&&qs(_0x1a082f,_0x1da751,_0x38505a),_0x38505a;},kt=(_0x559e05,_0xa5f25b)=>(_0x382ed0,_0x1218d4)=>_0xa5f25b(_0x382ed0,_0x1218d4,_0x559e05);const Js='DEFAULT_FILE_NAME',Zs='Univer';let Ve=class extends a[_0x2fc972(0x37c)]{constructor(_0x10f9b5,_0x5bd1ae){const _0x3ebc9b=_0x2fc972;super(),this[_0x3ebc9b(0x4d3)]=_0x10f9b5,this[_0x3ebc9b(0x51e)]=_0x5bd1ae,this[_0x3ebc9b(0x192)]();}[_0x2fc972(0x192)](){const _0x586ff0=_0x2fc972;this[_0x586ff0(0x1a7)](this[_0x586ff0(0x4d3)][_0x586ff0(0x4f4)]['subscribe'](()=>{const _0xd2e41a=_0x586ff0;var _0x3fedd9;const _0x160872=this[_0xd2e41a(0x4d3)]['getFocusedUnit']();let _0x3d8c26=(_0x3fedd9=this[_0xd2e41a(0x51e)][_0xd2e41a(0xf1)](Js))!=null?_0x3fedd9:Zs;_0x160872 instanceof a['Workbook']&&(_0x3d8c26=_0x160872[_0xd2e41a(0xab)]),document['title']=_0x3d8c26;}));}};Ve=Xs([kt(0x0,a[_0x2fc972(0x3b9)]),kt(0x1,a[_0x2fc972(0x33a)])],Ve);var Qs=Object['defineProperty'],er=Object['getOwnPropertyDescriptor'],tr=(_0x3bfbff,_0x105bff,_0x5ab453,_0x24b7ba)=>{const _0x4cb2dd=_0x2fc972;for(var _0x2aba03=_0x24b7ba>0x1?void 0x0:_0x24b7ba?er(_0x105bff,_0x5ab453):_0x105bff,_0x165ecb=_0x3bfbff[_0x4cb2dd(0x14d)]-0x1,_0x27099b;_0x165ecb>=0x0;_0x165ecb--)(_0x27099b=_0x3bfbff[_0x165ecb])&&(_0x2aba03=(_0x24b7ba?_0x27099b(_0x105bff,_0x5ab453,_0x2aba03):_0x27099b(_0x2aba03))||_0x2aba03);return _0x24b7ba&&_0x2aba03&&Qs(_0x105bff,_0x5ab453,_0x2aba03),_0x2aba03;},at=(_0x53c5a7,_0x32ec3e)=>(_0x3ec78e,_0x4a797b)=>_0x32ec3e(_0x3ec78e,_0x4a797b,_0x53c5a7);let Ge=class{constructor(_0x3114de,_0x518f79,_0x1b2968){const _0x3551e2=_0x2fc972;this[_0x3551e2(0x51e)]=_0x3114de,this[_0x3551e2(0x4e8)]=_0x518f79,this['localeService']=_0x1b2968,this[_0x3551e2(0x173)]();}[_0x2fc972(0x173)](){const _0x56d901=_0x2fc972;this[_0x56d901(0x4e8)][_0x56d901(0x2b8)]({'priority':0x1,'interceptor':(_0x448ec8,_0x1ee5a7)=>_0x1ee5a7(_0x448ec8)[_0x56d901(0x54d)](A[_0x56d901(0x1a3)](async _0x332602=>{const _0x5a98e5=_0x56d901,_0x39966e=_0x332602;if(_0x39966e[_0x5a98e5(0x3c9)]===0x191&&window[_0x5a98e5(0x3eb)](this[_0x5a98e5(0x2f1)]['t']('auth.needGotoLoginAlert'))){const _0x1bd434=window[_0x5a98e5(0x1a1)](window['location'][_0x5a98e5(0x39b)]);window[_0x5a98e5(0x24a)]['href']=this[_0x5a98e5(0x225)]()+_0x5a98e5(0xac)+_0x1bd434;}return _0x39966e;}))});}['_getLoginPath'](){const _0x401886=_0x2fc972;var _0x55bd58,_0x236916;const _0xce4516=this[_0x401886(0x51e)][_0x401886(0xf1)](an),_0x27c113=this['_configService'][_0x401886(0xf1)](te);return(_0x236916=(_0x55bd58=_0x27c113==null?void 0x0:_0x27c113[_0x401886(0x2ff)])!=null?_0x55bd58:_0xce4516)!=null?_0x236916:qn;}};Ge=tr([at(0x0,a['IConfigService']),at(0x1,a['Inject'](Z['HTTPService'])),at(0x2,a['Inject'](a[_0x2fc972(0x2cf)]))],Ge);var nr=Object[_0x2fc972(0x356)],ir=Object[_0x2fc972(0x423)],sr=(_0xde28d,_0x4af886,_0x18c93b,_0x1e5be1)=>{const _0x33f2e2=_0x2fc972;for(var _0x3d3075=_0x1e5be1>0x1?void 0x0:_0x1e5be1?ir(_0x4af886,_0x18c93b):_0x4af886,_0x123cda=_0xde28d[_0x33f2e2(0x14d)]-0x1,_0x520309;_0x123cda>=0x0;_0x123cda--)(_0x520309=_0xde28d[_0x123cda])&&(_0x3d3075=(_0x1e5be1?_0x520309(_0x4af886,_0x18c93b,_0x3d3075):_0x520309(_0x3d3075))||_0x3d3075);return _0x1e5be1&&_0x3d3075&&nr(_0x4af886,_0x18c93b,_0x3d3075),_0x3d3075;},Wt=(_0x4cabfd,_0x480273)=>(_0x32a080,_0x4907cc)=>_0x480273(_0x32a080,_0x4907cc,_0x4cabfd);const Rn=_0x2fc972(0x2d7),rr=_0x2fc972(0x1e1);exports[_0x2fc972(0x228)]=class extends a[_0x2fc972(0x37c)]{constructor(_0x43658d,_0x19c16c){const _0x11b4f1=_0x2fc972;super(),this['_HTTPService']=_0x43658d,this['_configService']=_0x19c16c,this[_0x11b4f1(0x4bb)]();}[_0x2fc972(0x4bb)](){const _0x518241=_0x2fc972,_0x14e83d=this;this['disposeWithMe'](this['_HTTPService'][_0x518241(0x2b8)]({'priority':0x3e7,'interceptor':Z['MergeInterceptorFactory']({'isMatch'(_0x16428f){const _0x27e2e9=_0x518241;var _0xa3e55c;if(_0x16428f[_0x27e2e9(0x3d0)]===_0x27e2e9(0x331)&&((_0xa3e55c=_0x16428f[_0x27e2e9(0x44a)])!=null&&_0xa3e55c[_0x27e2e9(0x3fd)])){const {objectID:_0x5b8ffc,objectType:_0x53828c}=_0x16428f[_0x27e2e9(0x44a)]['body']||{};if(!_0x5b8ffc||_0x53828c===void 0x0)return!0x1;const _0x1075a3=_0x14e83d['_getAPIPrefixPath']()+'/'+_0x53828c+_0x27e2e9(0x36f)+_0x5b8ffc+'/allowed';if(_0x16428f[_0x27e2e9(0x153)]===_0x1075a3)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x34c119){const _0x2a9f1d=_0x518241;var _0x5807e6;return(_0x5807e6=_0x34c119[_0x2a9f1d(0x44a)])==null?void 0x0:_0x5807e6[_0x2a9f1d(0x3fd)];},'mergeParamsToRequest'(_0x2541ce,_0x414d57){const _0x1db208=_0x518241,_0x13ff2c=_0x14e83d['_getAPIPrefixPath']()+_0x1db208(0x430),_0x5c8a52=_0x2541ce[_0x1db208(0x415)]((_0x217dfb,_0x4e7269)=>{const _0x2fedda=_0x1db208,{unitID:_0x2d9d22,objectID:_0x4690f4,objectType:_0x5be11c,actions:_0x623de8}=_0x4e7269;return _0x217dfb[_0x2d9d22]||(_0x217dfb[_0x2d9d22]={}),_0x217dfb[_0x2d9d22][_0x4690f4]||(_0x217dfb[_0x2d9d22][_0x4690f4]={'objectID':_0x4690f4,'objectType':_0x5be11c,'actions':[]}),_0x217dfb[_0x2d9d22][_0x4690f4][_0x2fedda(0x4ac)][_0x2fedda(0x540)](..._0x623de8),_0x217dfb;},{}),_0x39794d=[];for(const _0x2371ac in _0x5c8a52)for(const _0x1ed5d2 in _0x5c8a52[_0x2371ac]){const {actions:_0x363aed,objectType:_0x3d618c}=_0x5c8a52[_0x2371ac][_0x1ed5d2],_0x11f75d=[...new Set(_0x363aed)];_0x39794d['push']({'unitID':_0x2371ac,'objectID':_0x1ed5d2,'objectType':_0x3d618c,'actions':_0x11f75d});}return new Z[(_0x1db208(0x49f))]('POST',_0x13ff2c,{'headers':_0x414d57[_0x1db208(0x166)],'withCredentials':_0x414d57[_0x1db208(0x432)],'responseType':_0x414d57[_0x1db208(0xd6)],'body':{'requests':_0x39794d}});}},{'distributeResult'(_0x481e93,_0x4375ce){const _0x4c0708=_0x518241,{objectActions:_0x3d0db1}=_0x481e93;return _0x4375ce[_0x4c0708(0x2dc)](_0x5ac226=>{const _0x43fa0b=_0x4c0708,{unitID:_0x4770c4,objectID:_0x8e65ab,actions:_0x13d2c5}=_0x5ac226,_0x340f45=_0x3d0db1['find'](_0x3b5b57=>_0x3b5b57[_0x43fa0b(0xbc)]===_0x4770c4&&_0x3b5b57[_0x43fa0b(0x1f4)]===_0x8e65ab),_0x58919f=_0x13d2c5[_0x43fa0b(0x2dc)](_0x327c23=>_0x340f45==null?void 0x0:_0x340f45[_0x43fa0b(0x4ac)][_0x43fa0b(0x2e1)](_0x519ee3=>_0x519ee3['action']===_0x327c23))[_0x43fa0b(0xda)](_0x8c7aee=>!!_0x8c7aee);return{'config':_0x5ac226,'result':{'actions':_0x58919f,'error':_0x481e93[_0x43fa0b(0x2be)]}};});}})}));}['_getAPIPrefixPath'](){const _0x596ebd=_0x2fc972;var _0x41f853,_0x33f312;const _0x5428d0=this['_configService'][_0x596ebd(0xf1)](Rn),_0x4338c5=this[_0x596ebd(0x51e)][_0x596ebd(0xf1)](te);return(_0x33f312=(_0x41f853=_0x4338c5==null?void 0x0:_0x4338c5['authzUrl'])!=null?_0x41f853:_0x5428d0)!=null?_0x33f312:rr;}async[_0x2fc972(0xe9)](_0x238470){const _0x573037=_0x2fc972,_0x4515b0=this[_0x573037(0x329)]()+'/'+_0x238470[_0x573037(0xce)]+_0x573037(0xec);return(await this[_0x573037(0x4a7)][_0x573037(0x1b2)](_0x4515b0,{'body':_0x238470}))[_0x573037(0x3fd)][_0x573037(0x1f4)]||'';}async[_0x2fc972(0x325)](_0x561e2b){const _0x21d649=_0x2fc972,_0x224bd4=this[_0x21d649(0x329)]()+_0x21d649(0x119);return(await this[_0x21d649(0x4a7)][_0x21d649(0x1b2)](_0x224bd4,{'body':_0x561e2b}))[_0x21d649(0x3fd)]['objects'];}async[_0x2fc972(0xe5)](_0xc9cdfa){const _0x59ad7d=_0x2fc972,_0xe0e644=this[_0x59ad7d(0x329)]()+'/'+_0xc9cdfa[_0x59ad7d(0xce)]+'/object/'+_0xc9cdfa[_0x59ad7d(0x1f4)];await this[_0x59ad7d(0x4a7)][_0x59ad7d(0x111)](_0xe0e644,{'body':_0xc9cdfa});}async['allowed'](_0x416e1e){const _0x4023fb=_0x2fc972,_0x496576=this[_0x4023fb(0x329)]()+'/'+_0x416e1e[_0x4023fb(0xce)]+'/object/'+_0x416e1e[_0x4023fb(0x1f4)]+'/allowed';return(await this[_0x4023fb(0x4a7)][_0x4023fb(0x1b2)](_0x496576,{'body':_0x416e1e}))[_0x4023fb(0x3fd)][_0x4023fb(0x4ac)];}async[_0x2fc972(0x373)](_0x3f1e38){const _0x26628c=_0x2fc972,_0x2da206=this['_getAPIPrefixPath']()+_0x26628c(0x430);return(await this[_0x26628c(0x4a7)]['post'](_0x2da206,{'body':{'requests':_0x3f1e38}}))[_0x26628c(0x3fd)][_0x26628c(0x3c8)];}async[_0x2fc972(0x54e)](_0x1d4531){const _0x2b4534=_0x2fc972,_0x2fc19f=this['_getAPIPrefixPath']()+'/'+_0x1d4531[_0x2b4534(0xce)]+_0x2b4534(0x300),_0x318cd3=await this[_0x2b4534(0x4a7)][_0x2b4534(0x1b2)](_0x2fc19f,{'body':_0x1d4531});return{'roles':_0x318cd3[_0x2b4534(0x3fd)][_0x2b4534(0x269)],'actions':_0x318cd3['body'][_0x2b4534(0x4ac)]};}async['deleteCollaborator'](_0x42bcdd){const _0x32c3f2=_0x2fc972,_0x5e9235=this[_0x32c3f2(0x329)]()+'/collaborator';await this['_HTTPService'][_0x32c3f2(0x332)](_0x5e9235,{'params':{'collaboratorID':_0x42bcdd[_0x32c3f2(0x38a)],'objectID':_0x42bcdd['objectID'],'unitID':_0x42bcdd[_0x32c3f2(0xbc)]}});}async['updateCollaborator'](_0x53a134){const _0x23011e=_0x2fc972,_0x3d5a70=this['_getAPIPrefixPath']()+_0x23011e(0x303);await this[_0x23011e(0x4a7)]['patch'](_0x3d5a70,{'body':_0x53a134});}async[_0x2fc972(0x290)](_0x13dd94){const _0x4ea521=_0x2fc972,_0x2ded53=this['_getAPIPrefixPath']()+_0x4ea521(0x303);await this[_0x4ea521(0x4a7)][_0x4ea521(0x1b2)](_0x2ded53,{'body':_0x13dd94});}async[_0x2fc972(0x18b)](_0x5b1b57){const _0x2492fa=_0x2fc972,_0x12738b=this[_0x2492fa(0x329)]()+_0x2492fa(0x303);return(await this[_0x2492fa(0x4a7)][_0x2492fa(0x3cf)](_0x12738b,{'params':{'objectID':_0x5b1b57['objectID'],'unitID':_0x5b1b57['unitID']}}))[_0x2492fa(0x3fd)][_0x2492fa(0xaf)];}async[_0x2fc972(0x28a)](_0x5b4bb1){const _0x1f2254=_0x2fc972,_0x3f030e=this[_0x1f2254(0x329)]()+'/collaborator';await this[_0x1f2254(0x4a7)][_0x1f2254(0x111)](_0x3f030e,{'body':_0x5b4bb1});}},exports['AuthzIoHttpService']=sr([Wt(0x0,a[_0x2fc972(0xde)](Z[_0x2fc972(0x4a1)])),Wt(0x1,a[_0x2fc972(0xde)](a['IConfigService']))],exports[_0x2fc972(0x228)]);var yn={'exports':{}};function or(_0x56409e){const _0x450195=_0x2fc972;throw new Error('Could\x20not\x20dynamically\x20require\x20\x22'+_0x56409e+_0x450195(0x1a4));}var ct={'exports':{}},Ft;function oe(){const _0x14958a=_0x2fc972;return Ft||(Ft=0x1,function(_0x11eaa8,_0x5a6dc3){(function(_0x179d72,_0xf5e207){const _0x499b80=_0x10d1;_0x11eaa8[_0x499b80(0x40d)]=_0xf5e207();}(X,function(){var _0x65ed03=_0x65ed03||function(_0x3d3350,_0x2d5f11){const _0x1e1969=_0x10d1;var _0x364de5;if(typeof window<'u'&&window[_0x1e1969(0x4c6)]&&(_0x364de5=window[_0x1e1969(0x4c6)]),typeof self<'u'&&self['crypto']&&(_0x364de5=self[_0x1e1969(0x4c6)]),typeof globalThis<'u'&&globalThis[_0x1e1969(0x4c6)]&&(_0x364de5=globalThis[_0x1e1969(0x4c6)]),!_0x364de5&&typeof window<'u'&&window[_0x1e1969(0x4b0)]&&(_0x364de5=window[_0x1e1969(0x4b0)]),!_0x364de5&&typeof X<'u'&&X[_0x1e1969(0x4c6)]&&(_0x364de5=X[_0x1e1969(0x4c6)]),!_0x364de5&&typeof or=='function')try{_0x364de5=require(_0x1e1969(0x4c6));}catch{}var _0x40d566=function(){const _0x3edc91=_0x1e1969;if(_0x364de5){if(typeof _0x364de5[_0x3edc91(0xb1)]==_0x3edc91(0x4fc))try{return _0x364de5[_0x3edc91(0xb1)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x364de5['randomBytes']==_0x3edc91(0x4fc))try{return _0x364de5['randomBytes'](0x4)['readInt32LE']();}catch{}}throw new Error(_0x3edc91(0xad));},_0x1207c3=Object['create']||(function(){function _0x946b4a(){}return function(_0x2cf69c){const _0x7bac51=_0x10d1;var _0x185ff7;return _0x946b4a[_0x7bac51(0x11f)]=_0x2cf69c,_0x185ff7=new _0x946b4a(),_0x946b4a[_0x7bac51(0x11f)]=null,_0x185ff7;};}()),_0xf2ce63={},_0x31bcc6=_0xf2ce63[_0x1e1969(0x342)]={},_0x219543=_0x31bcc6[_0x1e1969(0x3d3)]=(function(){return{'extend':function(_0x48a75a){const _0x505cdd=_0x10d1;var _0x28da81=_0x1207c3(this);return _0x48a75a&&_0x28da81[_0x505cdd(0x3c1)](_0x48a75a),(!_0x28da81['hasOwnProperty'](_0x505cdd(0x173))||this[_0x505cdd(0x173)]===_0x28da81[_0x505cdd(0x173)])&&(_0x28da81[_0x505cdd(0x173)]=function(){const _0x5a9641=_0x505cdd;_0x28da81['$super'][_0x5a9641(0x173)]['apply'](this,arguments);}),_0x28da81[_0x505cdd(0x173)][_0x505cdd(0x11f)]=_0x28da81,_0x28da81[_0x505cdd(0x10e)]=this,_0x28da81;},'create':function(){const _0x5a1c5b=_0x10d1;var _0x3c5702=this[_0x5a1c5b(0x316)]();return _0x3c5702[_0x5a1c5b(0x173)][_0x5a1c5b(0x2ce)](_0x3c5702,arguments),_0x3c5702;},'init':function(){},'mixIn':function(_0x239b25){const _0x27e684=_0x10d1;for(var _0x12f8f5 in _0x239b25)_0x239b25['hasOwnProperty'](_0x12f8f5)&&(this[_0x12f8f5]=_0x239b25[_0x12f8f5]);_0x239b25[_0x27e684(0x3d7)]('toString')&&(this[_0x27e684(0x443)]=_0x239b25[_0x27e684(0x443)]);},'clone':function(){const _0x3cf838=_0x10d1;return this['init']['prototype'][_0x3cf838(0x316)](this);}};}()),_0x407c7b=_0x31bcc6[_0x1e1969(0x50c)]=_0x219543['extend']({'init':function(_0x45cb5e,_0x5f1d0b){const _0x18219c=_0x1e1969;_0x45cb5e=this[_0x18219c(0x53a)]=_0x45cb5e||[],_0x5f1d0b!=_0x2d5f11?this[_0x18219c(0x509)]=_0x5f1d0b:this[_0x18219c(0x509)]=_0x45cb5e[_0x18219c(0x14d)]*0x4;},'toString':function(_0x135444){const _0xdd45b7=_0x1e1969;return(_0x135444||_0x1923a9)[_0xdd45b7(0x3cd)](this);},'concat':function(_0x3d83a0){const _0x5799bb=_0x1e1969;var _0x455383=this[_0x5799bb(0x53a)],_0x5cf172=_0x3d83a0[_0x5799bb(0x53a)],_0x42d4ef=this[_0x5799bb(0x509)],_0x942b3b=_0x3d83a0[_0x5799bb(0x509)];if(this[_0x5799bb(0x4e7)](),_0x42d4ef%0x4)for(var _0x35936c=0x0;_0x35936c<_0x942b3b;_0x35936c++){var _0x2e0c02=_0x5cf172[_0x35936c>>>0x2]>>>0x18-_0x35936c%0x4*0x8&0xff;_0x455383[_0x42d4ef+_0x35936c>>>0x2]|=_0x2e0c02<<0x18-(_0x42d4ef+_0x35936c)%0x4*0x8;}else{for(var _0xd61832=0x0;_0xd61832<_0x942b3b;_0xd61832+=0x4)_0x455383[_0x42d4ef+_0xd61832>>>0x2]=_0x5cf172[_0xd61832>>>0x2];}return this[_0x5799bb(0x509)]+=_0x942b3b,this;},'clamp':function(){const _0x456b49=_0x1e1969;var _0x2c2e6b=this['words'],_0x2db046=this[_0x456b49(0x509)];_0x2c2e6b[_0x2db046>>>0x2]&=0xffffffff<<0x20-_0x2db046%0x4*0x8,_0x2c2e6b[_0x456b49(0x14d)]=_0x3d3350['ceil'](_0x2db046/0x4);},'clone':function(){const _0x1a1b01=_0x1e1969;var _0x112258=_0x219543['clone'][_0x1a1b01(0x16c)](this);return _0x112258[_0x1a1b01(0x53a)]=this[_0x1a1b01(0x53a)][_0x1a1b01(0x2b1)](0x0),_0x112258;},'random':function(_0x4d5e7c){const _0x181576=_0x1e1969;for(var _0x2d2223=[],_0x170978=0x0;_0x170978<_0x4d5e7c;_0x170978+=0x4)_0x2d2223[_0x181576(0x540)](_0x40d566());return new _0x407c7b[(_0x181576(0x173))](_0x2d2223,_0x4d5e7c);}}),_0x393845=_0xf2ce63['enc']={},_0x1923a9=_0x393845[_0x1e1969(0xcb)]={'stringify':function(_0x1cda04){const _0x40adc2=_0x1e1969;for(var _0x1a238e=_0x1cda04[_0x40adc2(0x53a)],_0x4d6b46=_0x1cda04['sigBytes'],_0x885581=[],_0x2b5a9a=0x0;_0x2b5a9a<_0x4d6b46;_0x2b5a9a++){var _0x1ea148=_0x1a238e[_0x2b5a9a>>>0x2]>>>0x18-_0x2b5a9a%0x4*0x8&0xff;_0x885581[_0x40adc2(0x540)]((_0x1ea148>>>0x4)[_0x40adc2(0x443)](0x10)),_0x885581['push']((_0x1ea148&0xf)[_0x40adc2(0x443)](0x10));}return _0x885581[_0x40adc2(0x4e1)]('');},'parse':function(_0x188d7d){const _0x473cef=_0x1e1969;for(var _0x31998a=_0x188d7d[_0x473cef(0x14d)],_0x369de2=[],_0x48c24d=0x0;_0x48c24d<_0x31998a;_0x48c24d+=0x2)_0x369de2[_0x48c24d>>>0x3]|=parseInt(_0x188d7d['substr'](_0x48c24d,0x2),0x10)<<0x18-_0x48c24d%0x8*0x4;return new _0x407c7b[(_0x473cef(0x173))](_0x369de2,_0x31998a/0x2);}},_0x4af8d1=_0x393845['Latin1']={'stringify':function(_0x184cf2){const _0x514219=_0x1e1969;for(var _0x60454e=_0x184cf2[_0x514219(0x53a)],_0x5dd049=_0x184cf2[_0x514219(0x509)],_0x28c631=[],_0x3001b1=0x0;_0x3001b1<_0x5dd049;_0x3001b1++){var _0x4d9b3e=_0x60454e[_0x3001b1>>>0x2]>>>0x18-_0x3001b1%0x4*0x8&0xff;_0x28c631['push'](String[_0x514219(0x45e)](_0x4d9b3e));}return _0x28c631[_0x514219(0x4e1)]('');},'parse':function(_0x3d349d){const _0x3e7f52=_0x1e1969;for(var _0x15ef03=_0x3d349d[_0x3e7f52(0x14d)],_0x3a81d8=[],_0x5d75c9=0x0;_0x5d75c9<_0x15ef03;_0x5d75c9++)_0x3a81d8[_0x5d75c9>>>0x2]|=(_0x3d349d[_0x3e7f52(0xf7)](_0x5d75c9)&0xff)<<0x18-_0x5d75c9%0x4*0x8;return new _0x407c7b[(_0x3e7f52(0x173))](_0x3a81d8,_0x15ef03);}},_0x21cc68=_0x393845[_0x1e1969(0x52f)]={'stringify':function(_0x1ee1bd){const _0x2e5c99=_0x1e1969;try{return decodeURIComponent(escape(_0x4af8d1[_0x2e5c99(0x3cd)](_0x1ee1bd)));}catch{throw new Error('Malformed\x20UTF-8\x20data');}},'parse':function(_0x373e8a){const _0x460b4b=_0x1e1969;return _0x4af8d1[_0x460b4b(0x17d)](unescape(encodeURIComponent(_0x373e8a)));}},_0x2dfadb=_0x31bcc6[_0x1e1969(0x282)]=_0x219543[_0x1e1969(0x316)]({'reset':function(){const _0x2920c1=_0x1e1969;this[_0x2920c1(0x1c7)]=new _0x407c7b[(_0x2920c1(0x173))](),this[_0x2920c1(0x4fb)]=0x0;},'_append':function(_0x1a84a8){const _0x784dbd=_0x1e1969;typeof _0x1a84a8==_0x784dbd(0x12e)&&(_0x1a84a8=_0x21cc68[_0x784dbd(0x17d)](_0x1a84a8)),this[_0x784dbd(0x1c7)][_0x784dbd(0x204)](_0x1a84a8),this[_0x784dbd(0x4fb)]+=_0x1a84a8['sigBytes'];},'_process':function(_0x31109a){const _0x1b5d5f=_0x1e1969;var _0x100ba9,_0x12bc01=this[_0x1b5d5f(0x1c7)],_0x46f625=_0x12bc01[_0x1b5d5f(0x53a)],_0x5365ff=_0x12bc01['sigBytes'],_0x5029e6=this[_0x1b5d5f(0x11d)],_0x1476fb=_0x5029e6*0x4,_0x16bfbe=_0x5365ff/_0x1476fb;_0x31109a?_0x16bfbe=_0x3d3350['ceil'](_0x16bfbe):_0x16bfbe=_0x3d3350[_0x1b5d5f(0x476)]((_0x16bfbe|0x0)-this[_0x1b5d5f(0x26f)],0x0);var _0x4b825b=_0x16bfbe*_0x5029e6,_0x514ef4=_0x3d3350[_0x1b5d5f(0x3d4)](_0x4b825b*0x4,_0x5365ff);if(_0x4b825b){for(var _0x24b011=0x0;_0x24b011<_0x4b825b;_0x24b011+=_0x5029e6)this['_doProcessBlock'](_0x46f625,_0x24b011);_0x100ba9=_0x46f625[_0x1b5d5f(0x28d)](0x0,_0x4b825b),_0x12bc01['sigBytes']-=_0x514ef4;}return new _0x407c7b[(_0x1b5d5f(0x173))](_0x100ba9,_0x514ef4);},'clone':function(){const _0x88caf0=_0x1e1969;var _0x490a02=_0x219543['clone']['call'](this);return _0x490a02[_0x88caf0(0x1c7)]=this[_0x88caf0(0x1c7)]['clone'](),_0x490a02;},'_minBufferSize':0x0});_0x31bcc6['Hasher']=_0x2dfadb[_0x1e1969(0x316)]({'cfg':_0x219543[_0x1e1969(0x316)](),'init':function(_0x1fd870){const _0x589369=_0x1e1969;this[_0x589369(0x19e)]=this[_0x589369(0x19e)][_0x589369(0x316)](_0x1fd870),this['reset']();},'reset':function(){const _0xaeaa7e=_0x1e1969;_0x2dfadb[_0xaeaa7e(0x18d)][_0xaeaa7e(0x16c)](this),this[_0xaeaa7e(0x3a4)]();},'update':function(_0x2405f7){const _0x596944=_0x1e1969;return this[_0x596944(0x538)](_0x2405f7),this[_0x596944(0x2e6)](),this;},'finalize':function(_0x29bd57){const _0x36bf87=_0x1e1969;_0x29bd57&&this[_0x36bf87(0x538)](_0x29bd57);var _0x542638=this[_0x36bf87(0x2fd)]();return _0x542638;},'blockSize':0x10,'_createHelper':function(_0x30c60a){return function(_0x28e6c6,_0x1c23cd){const _0x2eee6c=_0x10d1;return new _0x30c60a[(_0x2eee6c(0x173))](_0x1c23cd)[_0x2eee6c(0x259)](_0x28e6c6);};},'_createHmacHelper':function(_0x5bbcda){return function(_0x310d0b,_0x11742c){const _0x2ef42c=_0x10d1;return new _0x498c03[(_0x2ef42c(0x2a3))][(_0x2ef42c(0x173))](_0x5bbcda,_0x11742c)['finalize'](_0x310d0b);};}});var _0x498c03=_0xf2ce63[_0x1e1969(0x474)]={};return _0xf2ce63;}(Math);return _0x65ed03;}));}(ct)),ct[_0x14958a(0x40d)];}var lt={'exports':{}},Vt;function On(){const _0x47c5f7=_0x2fc972;return Vt||(Vt=0x1,function(_0x3f7dd4,_0x24ca4e){(function(_0x3749e7,_0x2730d7){_0x3f7dd4['exports']=_0x2730d7(oe());}(X,function(_0x5b47ee){const _0x4287ee=_0x10d1;return(function(){const _0x23e05b=_0x10d1;var _0x3a16f5=_0x5b47ee,_0x422a7a=_0x3a16f5['lib'],_0x2506ff=_0x422a7a['WordArray'],_0x3c1e6b=_0x3a16f5[_0x23e05b(0x3dc)];_0x3c1e6b[_0x23e05b(0x2f7)]={'stringify':function(_0x4fef88){const _0x16722b=_0x23e05b;var _0x21e77b=_0x4fef88[_0x16722b(0x53a)],_0x3f8940=_0x4fef88[_0x16722b(0x509)],_0x273deb=this[_0x16722b(0x159)];_0x4fef88[_0x16722b(0x4e7)]();for(var _0x4a8480=[],_0x49286d=0x0;_0x49286d<_0x3f8940;_0x49286d+=0x3)for(var _0x3e5025=_0x21e77b[_0x49286d>>>0x2]>>>0x18-_0x49286d%0x4*0x8&0xff,_0x36097c=_0x21e77b[_0x49286d+0x1>>>0x2]>>>0x18-(_0x49286d+0x1)%0x4*0x8&0xff,_0x4a1764=_0x21e77b[_0x49286d+0x2>>>0x2]>>>0x18-(_0x49286d+0x2)%0x4*0x8&0xff,_0x58ec65=_0x3e5025<<0x10|_0x36097c<<0x8|_0x4a1764,_0x173c39=0x0;_0x173c39<0x4&&_0x49286d+_0x173c39*0.75<_0x3f8940;_0x173c39++)_0x4a8480[_0x16722b(0x540)](_0x273deb['charAt'](_0x58ec65>>>0x6*(0x3-_0x173c39)&0x3f));var _0x5d84bd=_0x273deb[_0x16722b(0x317)](0x40);if(_0x5d84bd){for(;_0x4a8480[_0x16722b(0x14d)]%0x4;)_0x4a8480[_0x16722b(0x540)](_0x5d84bd);}return _0x4a8480['join']('');},'parse':function(_0x34619d){const _0x2125c2=_0x23e05b;var _0x5709c7=_0x34619d['length'],_0x32f9be=this[_0x2125c2(0x159)],_0x483e07=this[_0x2125c2(0x1b4)];if(!_0x483e07){_0x483e07=this['_reverseMap']=[];for(var _0x320ea8=0x0;_0x320ea8<_0x32f9be[_0x2125c2(0x14d)];_0x320ea8++)_0x483e07[_0x32f9be[_0x2125c2(0xf7)](_0x320ea8)]=_0x320ea8;}var _0x33e5bb=_0x32f9be['charAt'](0x40);if(_0x33e5bb){var _0x523a71=_0x34619d[_0x2125c2(0x4e9)](_0x33e5bb);_0x523a71!==-0x1&&(_0x5709c7=_0x523a71);}return _0x25143d(_0x34619d,_0x5709c7,_0x483e07);},'_map':_0x23e05b(0x219)};function _0x25143d(_0x568624,_0x18c293,_0x4ab2b5){const _0x3d7b28=_0x23e05b;for(var _0x2c6d29=[],_0x488005=0x0,_0x4ca6cf=0x0;_0x4ca6cf<_0x18c293;_0x4ca6cf++)if(_0x4ca6cf%0x4){var _0x5519b4=_0x4ab2b5[_0x568624[_0x3d7b28(0xf7)](_0x4ca6cf-0x1)]<<_0x4ca6cf%0x4*0x2,_0x3489c4=_0x4ab2b5[_0x568624['charCodeAt'](_0x4ca6cf)]>>>0x6-_0x4ca6cf%0x4*0x2,_0x873b02=_0x5519b4|_0x3489c4;_0x2c6d29[_0x488005>>>0x2]|=_0x873b02<<0x18-_0x488005%0x4*0x8,_0x488005++;}return _0x2506ff[_0x3d7b28(0xe9)](_0x2c6d29,_0x488005);}}()),_0x5b47ee[_0x4287ee(0x3dc)]['Base64'];}));}(lt)),lt[_0x47c5f7(0x40d)];}var ht={'exports':{}},Gt;function ar(){const _0xe8bb40=_0x2fc972;return Gt||(Gt=0x1,function(_0x495ede,_0x32015){(function(_0x4f3268,_0xd80268){const _0xbb8d7e=_0x10d1;_0x495ede[_0xbb8d7e(0x40d)]=_0xd80268(oe());}(X,function(_0x122806){const _0x3d4943=_0x10d1;return function(_0x184f39){const _0x3152d6=_0x10d1;var _0x35033f=_0x122806,_0x5344a5=_0x35033f[_0x3152d6(0x342)],_0x57dd0e=_0x5344a5[_0x3152d6(0x50c)],_0x3d56a3=_0x5344a5['Hasher'],_0x2e6fe2=_0x35033f[_0x3152d6(0x474)],_0x4fb31f=[];(function(){const _0x306307=_0x3152d6;for(var _0x268ec2=0x0;_0x268ec2<0x40;_0x268ec2++)_0x4fb31f[_0x268ec2]=_0x184f39[_0x306307(0xd7)](_0x184f39['sin'](_0x268ec2+0x1))*0x100000000|0x0;}());var _0x39a1aa=_0x2e6fe2[_0x3152d6(0x16d)]=_0x3d56a3[_0x3152d6(0x316)]({'_doReset':function(){const _0xc55019=_0x3152d6;this[_0xc55019(0x4eb)]=new _0x57dd0e[(_0xc55019(0x173))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0xe3bc9,_0x144487){const _0x59c639=_0x3152d6;for(var _0x4d67a5=0x0;_0x4d67a5<0x10;_0x4d67a5++){var _0x9c88d9=_0x144487+_0x4d67a5,_0x40b1e5=_0xe3bc9[_0x9c88d9];_0xe3bc9[_0x9c88d9]=(_0x40b1e5<<0x8|_0x40b1e5>>>0x18)&0xff00ff|(_0x40b1e5<<0x18|_0x40b1e5>>>0x8)&0xff00ff00;}var _0xf8dd31=this[_0x59c639(0x4eb)][_0x59c639(0x53a)],_0xdf7daa=_0xe3bc9[_0x144487+0x0],_0x45cb05=_0xe3bc9[_0x144487+0x1],_0x19988f=_0xe3bc9[_0x144487+0x2],_0x12d262=_0xe3bc9[_0x144487+0x3],_0x1cca04=_0xe3bc9[_0x144487+0x4],_0x3f7485=_0xe3bc9[_0x144487+0x5],_0x22cde3=_0xe3bc9[_0x144487+0x6],_0x2487bc=_0xe3bc9[_0x144487+0x7],_0x459cf6=_0xe3bc9[_0x144487+0x8],_0x2e3dcd=_0xe3bc9[_0x144487+0x9],_0x1f31fa=_0xe3bc9[_0x144487+0xa],_0x595be8=_0xe3bc9[_0x144487+0xb],_0x345fb7=_0xe3bc9[_0x144487+0xc],_0x6ea1be=_0xe3bc9[_0x144487+0xd],_0x5bce64=_0xe3bc9[_0x144487+0xe],_0x413a0e=_0xe3bc9[_0x144487+0xf],_0x33fa29=_0xf8dd31[0x0],_0x247366=_0xf8dd31[0x1],_0x37c6a1=_0xf8dd31[0x2],_0x3b749f=_0xf8dd31[0x3];_0x33fa29=_0x3bed82(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0xdf7daa,0x7,_0x4fb31f[0x0]),_0x3b749f=_0x3bed82(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x45cb05,0xc,_0x4fb31f[0x1]),_0x37c6a1=_0x3bed82(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x19988f,0x11,_0x4fb31f[0x2]),_0x247366=_0x3bed82(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x12d262,0x16,_0x4fb31f[0x3]),_0x33fa29=_0x3bed82(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x1cca04,0x7,_0x4fb31f[0x4]),_0x3b749f=_0x3bed82(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x3f7485,0xc,_0x4fb31f[0x5]),_0x37c6a1=_0x3bed82(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x22cde3,0x11,_0x4fb31f[0x6]),_0x247366=_0x3bed82(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x2487bc,0x16,_0x4fb31f[0x7]),_0x33fa29=_0x3bed82(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x459cf6,0x7,_0x4fb31f[0x8]),_0x3b749f=_0x3bed82(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x2e3dcd,0xc,_0x4fb31f[0x9]),_0x37c6a1=_0x3bed82(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x1f31fa,0x11,_0x4fb31f[0xa]),_0x247366=_0x3bed82(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x595be8,0x16,_0x4fb31f[0xb]),_0x33fa29=_0x3bed82(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x345fb7,0x7,_0x4fb31f[0xc]),_0x3b749f=_0x3bed82(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x6ea1be,0xc,_0x4fb31f[0xd]),_0x37c6a1=_0x3bed82(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x5bce64,0x11,_0x4fb31f[0xe]),_0x247366=_0x3bed82(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x413a0e,0x16,_0x4fb31f[0xf]),_0x33fa29=_0x5e2627(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x45cb05,0x5,_0x4fb31f[0x10]),_0x3b749f=_0x5e2627(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x22cde3,0x9,_0x4fb31f[0x11]),_0x37c6a1=_0x5e2627(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x595be8,0xe,_0x4fb31f[0x12]),_0x247366=_0x5e2627(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0xdf7daa,0x14,_0x4fb31f[0x13]),_0x33fa29=_0x5e2627(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x3f7485,0x5,_0x4fb31f[0x14]),_0x3b749f=_0x5e2627(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x1f31fa,0x9,_0x4fb31f[0x15]),_0x37c6a1=_0x5e2627(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x413a0e,0xe,_0x4fb31f[0x16]),_0x247366=_0x5e2627(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x1cca04,0x14,_0x4fb31f[0x17]),_0x33fa29=_0x5e2627(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x2e3dcd,0x5,_0x4fb31f[0x18]),_0x3b749f=_0x5e2627(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x5bce64,0x9,_0x4fb31f[0x19]),_0x37c6a1=_0x5e2627(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x12d262,0xe,_0x4fb31f[0x1a]),_0x247366=_0x5e2627(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x459cf6,0x14,_0x4fb31f[0x1b]),_0x33fa29=_0x5e2627(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x6ea1be,0x5,_0x4fb31f[0x1c]),_0x3b749f=_0x5e2627(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x19988f,0x9,_0x4fb31f[0x1d]),_0x37c6a1=_0x5e2627(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x2487bc,0xe,_0x4fb31f[0x1e]),_0x247366=_0x5e2627(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x345fb7,0x14,_0x4fb31f[0x1f]),_0x33fa29=_0x446774(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x3f7485,0x4,_0x4fb31f[0x20]),_0x3b749f=_0x446774(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x459cf6,0xb,_0x4fb31f[0x21]),_0x37c6a1=_0x446774(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x595be8,0x10,_0x4fb31f[0x22]),_0x247366=_0x446774(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x5bce64,0x17,_0x4fb31f[0x23]),_0x33fa29=_0x446774(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x45cb05,0x4,_0x4fb31f[0x24]),_0x3b749f=_0x446774(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x1cca04,0xb,_0x4fb31f[0x25]),_0x37c6a1=_0x446774(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x2487bc,0x10,_0x4fb31f[0x26]),_0x247366=_0x446774(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x1f31fa,0x17,_0x4fb31f[0x27]),_0x33fa29=_0x446774(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x6ea1be,0x4,_0x4fb31f[0x28]),_0x3b749f=_0x446774(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0xdf7daa,0xb,_0x4fb31f[0x29]),_0x37c6a1=_0x446774(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x12d262,0x10,_0x4fb31f[0x2a]),_0x247366=_0x446774(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x22cde3,0x17,_0x4fb31f[0x2b]),_0x33fa29=_0x446774(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x2e3dcd,0x4,_0x4fb31f[0x2c]),_0x3b749f=_0x446774(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x345fb7,0xb,_0x4fb31f[0x2d]),_0x37c6a1=_0x446774(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x413a0e,0x10,_0x4fb31f[0x2e]),_0x247366=_0x446774(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x19988f,0x17,_0x4fb31f[0x2f]),_0x33fa29=_0x488367(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0xdf7daa,0x6,_0x4fb31f[0x30]),_0x3b749f=_0x488367(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x2487bc,0xa,_0x4fb31f[0x31]),_0x37c6a1=_0x488367(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x5bce64,0xf,_0x4fb31f[0x32]),_0x247366=_0x488367(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x3f7485,0x15,_0x4fb31f[0x33]),_0x33fa29=_0x488367(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x345fb7,0x6,_0x4fb31f[0x34]),_0x3b749f=_0x488367(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x12d262,0xa,_0x4fb31f[0x35]),_0x37c6a1=_0x488367(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x1f31fa,0xf,_0x4fb31f[0x36]),_0x247366=_0x488367(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x45cb05,0x15,_0x4fb31f[0x37]),_0x33fa29=_0x488367(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x459cf6,0x6,_0x4fb31f[0x38]),_0x3b749f=_0x488367(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x413a0e,0xa,_0x4fb31f[0x39]),_0x37c6a1=_0x488367(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x22cde3,0xf,_0x4fb31f[0x3a]),_0x247366=_0x488367(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x6ea1be,0x15,_0x4fb31f[0x3b]),_0x33fa29=_0x488367(_0x33fa29,_0x247366,_0x37c6a1,_0x3b749f,_0x1cca04,0x6,_0x4fb31f[0x3c]),_0x3b749f=_0x488367(_0x3b749f,_0x33fa29,_0x247366,_0x37c6a1,_0x595be8,0xa,_0x4fb31f[0x3d]),_0x37c6a1=_0x488367(_0x37c6a1,_0x3b749f,_0x33fa29,_0x247366,_0x19988f,0xf,_0x4fb31f[0x3e]),_0x247366=_0x488367(_0x247366,_0x37c6a1,_0x3b749f,_0x33fa29,_0x2e3dcd,0x15,_0x4fb31f[0x3f]),_0xf8dd31[0x0]=_0xf8dd31[0x0]+_0x33fa29|0x0,_0xf8dd31[0x1]=_0xf8dd31[0x1]+_0x247366|0x0,_0xf8dd31[0x2]=_0xf8dd31[0x2]+_0x37c6a1|0x0,_0xf8dd31[0x3]=_0xf8dd31[0x3]+_0x3b749f|0x0;},'_doFinalize':function(){const _0x44ed73=_0x3152d6;var _0xf1a567=this[_0x44ed73(0x1c7)],_0xad349f=_0xf1a567[_0x44ed73(0x53a)],_0x2d2750=this[_0x44ed73(0x4fb)]*0x8,_0xe6237a=_0xf1a567['sigBytes']*0x8;_0xad349f[_0xe6237a>>>0x5]|=0x80<<0x18-_0xe6237a%0x20;var _0x274d5a=_0x184f39[_0x44ed73(0x402)](_0x2d2750/0x100000000),_0x3cc422=_0x2d2750;_0xad349f[(_0xe6237a+0x40>>>0x9<<0x4)+0xf]=(_0x274d5a<<0x8|_0x274d5a>>>0x18)&0xff00ff|(_0x274d5a<<0x18|_0x274d5a>>>0x8)&0xff00ff00,_0xad349f[(_0xe6237a+0x40>>>0x9<<0x4)+0xe]=(_0x3cc422<<0x8|_0x3cc422>>>0x18)&0xff00ff|(_0x3cc422<<0x18|_0x3cc422>>>0x8)&0xff00ff00,_0xf1a567[_0x44ed73(0x509)]=(_0xad349f[_0x44ed73(0x14d)]+0x1)*0x4,this[_0x44ed73(0x2e6)]();for(var _0x972cc1=this['_hash'],_0x29ea91=_0x972cc1[_0x44ed73(0x53a)],_0x50ce26=0x0;_0x50ce26<0x4;_0x50ce26++){var _0x4ab55e=_0x29ea91[_0x50ce26];_0x29ea91[_0x50ce26]=(_0x4ab55e<<0x8|_0x4ab55e>>>0x18)&0xff00ff|(_0x4ab55e<<0x18|_0x4ab55e>>>0x8)&0xff00ff00;}return _0x972cc1;},'clone':function(){const _0xefeef3=_0x3152d6;var _0x5c62ae=_0x3d56a3[_0xefeef3(0x403)]['call'](this);return _0x5c62ae[_0xefeef3(0x4eb)]=this['_hash'][_0xefeef3(0x403)](),_0x5c62ae;}});function _0x3bed82(_0x339e4d,_0x148dad,_0x330d59,_0x2eb8e0,_0x164e9e,_0x5ab807,_0x2748ea){var _0x538746=_0x339e4d+(_0x148dad&_0x330d59|~_0x148dad&_0x2eb8e0)+_0x164e9e+_0x2748ea;return(_0x538746<<_0x5ab807|_0x538746>>>0x20-_0x5ab807)+_0x148dad;}function _0x5e2627(_0x7f0a5b,_0x33094f,_0x216a83,_0x54a5e2,_0x56a6b5,_0x1c991d,_0x1b41ca){var _0x28bd49=_0x7f0a5b+(_0x33094f&_0x54a5e2|_0x216a83&~_0x54a5e2)+_0x56a6b5+_0x1b41ca;return(_0x28bd49<<_0x1c991d|_0x28bd49>>>0x20-_0x1c991d)+_0x33094f;}function _0x446774(_0x38f212,_0x3aa590,_0x55e8af,_0x56b15d,_0x5e28a7,_0x2c82f8,_0x977e18){var _0x3dd5fb=_0x38f212+(_0x3aa590^_0x55e8af^_0x56b15d)+_0x5e28a7+_0x977e18;return(_0x3dd5fb<<_0x2c82f8|_0x3dd5fb>>>0x20-_0x2c82f8)+_0x3aa590;}function _0x488367(_0x47e9cd,_0x1a4a91,_0x5339b9,_0x311041,_0x5436d0,_0x5ae77c,_0x28b758){var _0x469680=_0x47e9cd+(_0x5339b9^(_0x1a4a91|~_0x311041))+_0x5436d0+_0x28b758;return(_0x469680<<_0x5ae77c|_0x469680>>>0x20-_0x5ae77c)+_0x1a4a91;}_0x35033f['MD5']=_0x3d56a3[_0x3152d6(0x52a)](_0x39a1aa),_0x35033f[_0x3152d6(0x393)]=_0x3d56a3[_0x3152d6(0x29c)](_0x39a1aa);}(Math),_0x122806[_0x3d4943(0x16d)];}));}(ht)),ht[_0xe8bb40(0x40d)];}var _t={'exports':{}},ut={'exports':{}},Yt;function cr(){const _0x5e1b8c=_0x2fc972;return Yt||(Yt=0x1,function(_0x4c6470,_0x3f69c7){(function(_0x49d699,_0xc3e002){const _0x54a073=_0x10d1;_0x4c6470[_0x54a073(0x40d)]=_0xc3e002(oe());}(X,function(_0x472cc6){return(function(){const _0x54bf0c=_0x10d1;var _0x52469b=_0x472cc6,_0x103416=_0x52469b[_0x54bf0c(0x342)],_0x3ef0cd=_0x103416[_0x54bf0c(0x50c)],_0xe02bb3=_0x103416[_0x54bf0c(0x319)],_0x445a09=_0x52469b[_0x54bf0c(0x474)],_0x3b2d11=[],_0x114e19=_0x445a09[_0x54bf0c(0x15d)]=_0xe02bb3[_0x54bf0c(0x316)]({'_doReset':function(){const _0xac460c=_0x54bf0c;this[_0xac460c(0x4eb)]=new _0x3ef0cd['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x24a765,_0x8ba611){const _0x51ae76=_0x54bf0c;for(var _0xb509c5=this[_0x51ae76(0x4eb)][_0x51ae76(0x53a)],_0x340b9a=_0xb509c5[0x0],_0x44b505=_0xb509c5[0x1],_0x5116f8=_0xb509c5[0x2],_0x549388=_0xb509c5[0x3],_0x303354=_0xb509c5[0x4],_0x193a06=0x0;_0x193a06<0x50;_0x193a06++){if(_0x193a06<0x10)_0x3b2d11[_0x193a06]=_0x24a765[_0x8ba611+_0x193a06]|0x0;else{var _0x4e4dcc=_0x3b2d11[_0x193a06-0x3]^_0x3b2d11[_0x193a06-0x8]^_0x3b2d11[_0x193a06-0xe]^_0x3b2d11[_0x193a06-0x10];_0x3b2d11[_0x193a06]=_0x4e4dcc<<0x1|_0x4e4dcc>>>0x1f;}var _0x1053f4=(_0x340b9a<<0x5|_0x340b9a>>>0x1b)+_0x303354+_0x3b2d11[_0x193a06];_0x193a06<0x14?_0x1053f4+=(_0x44b505&_0x5116f8|~_0x44b505&_0x549388)+0x5a827999:_0x193a06<0x28?_0x1053f4+=(_0x44b505^_0x5116f8^_0x549388)+0x6ed9eba1:_0x193a06<0x3c?_0x1053f4+=(_0x44b505&_0x5116f8|_0x44b505&_0x549388|_0x5116f8&_0x549388)-0x70e44324:_0x1053f4+=(_0x44b505^_0x5116f8^_0x549388)-0x359d3e2a,_0x303354=_0x549388,_0x549388=_0x5116f8,_0x5116f8=_0x44b505<<0x1e|_0x44b505>>>0x2,_0x44b505=_0x340b9a,_0x340b9a=_0x1053f4;}_0xb509c5[0x0]=_0xb509c5[0x0]+_0x340b9a|0x0,_0xb509c5[0x1]=_0xb509c5[0x1]+_0x44b505|0x0,_0xb509c5[0x2]=_0xb509c5[0x2]+_0x5116f8|0x0,_0xb509c5[0x3]=_0xb509c5[0x3]+_0x549388|0x0,_0xb509c5[0x4]=_0xb509c5[0x4]+_0x303354|0x0;},'_doFinalize':function(){const _0x6bd184=_0x54bf0c;var _0x15ac93=this['_data'],_0x1f6d62=_0x15ac93[_0x6bd184(0x53a)],_0x39cdfe=this[_0x6bd184(0x4fb)]*0x8,_0x28562a=_0x15ac93[_0x6bd184(0x509)]*0x8;return _0x1f6d62[_0x28562a>>>0x5]|=0x80<<0x18-_0x28562a%0x20,_0x1f6d62[(_0x28562a+0x40>>>0x9<<0x4)+0xe]=Math['floor'](_0x39cdfe/0x100000000),_0x1f6d62[(_0x28562a+0x40>>>0x9<<0x4)+0xf]=_0x39cdfe,_0x15ac93[_0x6bd184(0x509)]=_0x1f6d62[_0x6bd184(0x14d)]*0x4,this[_0x6bd184(0x2e6)](),this['_hash'];},'clone':function(){const _0x1d2dbb=_0x54bf0c;var _0x15fcfc=_0xe02bb3['clone'][_0x1d2dbb(0x16c)](this);return _0x15fcfc[_0x1d2dbb(0x4eb)]=this[_0x1d2dbb(0x4eb)][_0x1d2dbb(0x403)](),_0x15fcfc;}});_0x52469b[_0x54bf0c(0x15d)]=_0xe02bb3[_0x54bf0c(0x52a)](_0x114e19),_0x52469b[_0x54bf0c(0x17e)]=_0xe02bb3[_0x54bf0c(0x29c)](_0x114e19);}()),_0x472cc6['SHA1'];}));}(ut)),ut[_0x5e1b8c(0x40d)];}var dt={'exports':{}},Kt;function lr(){const _0x34a462=_0x2fc972;return Kt||(Kt=0x1,function(_0x337da4,_0x28fe7b){(function(_0xbb1690,_0x2d6a37){const _0x411f20=_0x10d1;_0x337da4[_0x411f20(0x40d)]=_0x2d6a37(oe());}(X,function(_0x2851eb){(function(){const _0x1c9f68=_0x10d1;var _0x421856=_0x2851eb,_0x48b250=_0x421856['lib'],_0x287aa9=_0x48b250[_0x1c9f68(0x3d3)],_0x36c922=_0x421856['enc'],_0x2f6da9=_0x36c922[_0x1c9f68(0x52f)],_0x22d8a7=_0x421856['algo'];_0x22d8a7[_0x1c9f68(0x2a3)]=_0x287aa9[_0x1c9f68(0x316)]({'init':function(_0x27e5e9,_0xc0394d){const _0x4c4f36=_0x1c9f68;_0x27e5e9=this[_0x4c4f36(0x2b6)]=new _0x27e5e9[(_0x4c4f36(0x173))](),typeof _0xc0394d==_0x4c4f36(0x12e)&&(_0xc0394d=_0x2f6da9['parse'](_0xc0394d));var _0x5c15cc=_0x27e5e9['blockSize'],_0x228c77=_0x5c15cc*0x4;_0xc0394d[_0x4c4f36(0x509)]>_0x228c77&&(_0xc0394d=_0x27e5e9[_0x4c4f36(0x259)](_0xc0394d)),_0xc0394d[_0x4c4f36(0x4e7)]();for(var _0x5bff2b=this[_0x4c4f36(0x37f)]=_0xc0394d[_0x4c4f36(0x403)](),_0x1e0884=this[_0x4c4f36(0x44d)]=_0xc0394d[_0x4c4f36(0x403)](),_0x2b69aa=_0x5bff2b['words'],_0x574f71=_0x1e0884[_0x4c4f36(0x53a)],_0x8078aa=0x0;_0x8078aa<_0x5c15cc;_0x8078aa++)_0x2b69aa[_0x8078aa]^=0x5c5c5c5c,_0x574f71[_0x8078aa]^=0x36363636;_0x5bff2b[_0x4c4f36(0x509)]=_0x1e0884['sigBytes']=_0x228c77,this[_0x4c4f36(0x18d)]();},'reset':function(){const _0x2efa02=_0x1c9f68;var _0x1c330c=this['_hasher'];_0x1c330c['reset'](),_0x1c330c[_0x2efa02(0xe5)](this['_iKey']);},'update':function(_0x3a9dae){const _0x531dda=_0x1c9f68;return this[_0x531dda(0x2b6)][_0x531dda(0xe5)](_0x3a9dae),this;},'finalize':function(_0xd3567e){const _0x5b6383=_0x1c9f68;var _0x245525=this[_0x5b6383(0x2b6)],_0x4f7c50=_0x245525[_0x5b6383(0x259)](_0xd3567e);_0x245525[_0x5b6383(0x18d)]();var _0x55d6e1=_0x245525[_0x5b6383(0x259)](this[_0x5b6383(0x37f)]['clone']()[_0x5b6383(0x204)](_0x4f7c50));return _0x55d6e1;}});}());}));}(dt)),dt[_0x34a462(0x40d)];}var qt;function Dn(){const _0x55374a=_0x2fc972;return qt||(qt=0x1,function(_0x117759,_0x5190fe){(function(_0x542f54,_0x6f29ea,_0x30f69c){const _0x515748=_0x10d1;_0x117759[_0x515748(0x40d)]=_0x6f29ea(oe(),cr(),lr());}(X,function(_0x52ce43){const _0x1ac59e=_0x10d1;return(function(){const _0x3cffe5=_0x10d1;var _0x5bde7a=_0x52ce43,_0x1f82d3=_0x5bde7a[_0x3cffe5(0x342)],_0x2becf1=_0x1f82d3[_0x3cffe5(0x3d3)],_0x25c3ac=_0x1f82d3[_0x3cffe5(0x50c)],_0x168304=_0x5bde7a[_0x3cffe5(0x474)],_0xbdceff=_0x168304[_0x3cffe5(0x16d)],_0x13c145=_0x168304['EvpKDF']=_0x2becf1[_0x3cffe5(0x316)]({'cfg':_0x2becf1[_0x3cffe5(0x316)]({'keySize':0x80/0x20,'hasher':_0xbdceff,'iterations':0x1}),'init':function(_0x1fd532){const _0x330b74=_0x3cffe5;this[_0x330b74(0x19e)]=this[_0x330b74(0x19e)][_0x330b74(0x316)](_0x1fd532);},'compute':function(_0x49e6ed,_0x21be01){const _0x1a99c6=_0x3cffe5;for(var _0x52688f,_0x1b7b81=this[_0x1a99c6(0x19e)],_0x3076f7=_0x1b7b81[_0x1a99c6(0x1d8)][_0x1a99c6(0xe9)](),_0x165c40=_0x25c3ac[_0x1a99c6(0xe9)](),_0x3693c5=_0x165c40['words'],_0x1ac27d=_0x1b7b81[_0x1a99c6(0x3c5)],_0x72ae1e=_0x1b7b81[_0x1a99c6(0x3d5)];_0x3693c5['length']<_0x1ac27d;){_0x52688f&&_0x3076f7['update'](_0x52688f),_0x52688f=_0x3076f7['update'](_0x49e6ed)[_0x1a99c6(0x259)](_0x21be01),_0x3076f7[_0x1a99c6(0x18d)]();for(var _0x5ae75a=0x1;_0x5ae75a<_0x72ae1e;_0x5ae75a++)_0x52688f=_0x3076f7[_0x1a99c6(0x259)](_0x52688f),_0x3076f7[_0x1a99c6(0x18d)]();_0x165c40['concat'](_0x52688f);}return _0x165c40['sigBytes']=_0x1ac27d*0x4,_0x165c40;}});_0x5bde7a[_0x3cffe5(0x4f2)]=function(_0x1b1ce7,_0x53fef0,_0x33cb54){const _0xfc3855=_0x3cffe5;return _0x13c145['create'](_0x33cb54)[_0xfc3855(0x419)](_0x1b1ce7,_0x53fef0);};}()),_0x52ce43[_0x1ac59e(0x4f2)];}));}(_t)),_t[_0x55374a(0x40d)];}function _0x10d1(_0x19a0ae,_0x42e753){const _0x14d04e=_0x14d0();return _0x10d1=function(_0x10d13d,_0xdc23cd){_0x10d13d=_0x10d13d-0xaa;let _0x8bdc81=_0x14d04e[_0x10d13d];return _0x8bdc81;},_0x10d1(_0x19a0ae,_0x42e753);}var ft={'exports':{}},zt;function wn(){const _0x4ec3ba=_0x2fc972;return zt||(zt=0x1,function(_0x33e9b5,_0x4ccf71){(function(_0xcbf748,_0xf92b5d,_0x563bbe){const _0x78672=_0x10d1;_0x33e9b5[_0x78672(0x40d)]=_0xf92b5d(oe(),Dn());}(X,function(_0xfd96ee){const _0x2eac7a=_0x10d1;_0xfd96ee[_0x2eac7a(0x342)][_0x2eac7a(0x296)]||function(_0x4c746f){const _0x104734=_0x2eac7a;var _0x21a855=_0xfd96ee,_0x22ea2c=_0x21a855[_0x104734(0x342)],_0x579347=_0x22ea2c[_0x104734(0x3d3)],_0x430788=_0x22ea2c['WordArray'],_0x1189ca=_0x22ea2c[_0x104734(0x282)],_0x50eafb=_0x21a855[_0x104734(0x3dc)];_0x50eafb[_0x104734(0x52f)];var _0x4294e5=_0x50eafb[_0x104734(0x2f7)],_0x19b21e=_0x21a855[_0x104734(0x474)],_0x2badfa=_0x19b21e['EvpKDF'],_0x204e0f=_0x22ea2c[_0x104734(0x296)]=_0x1189ca[_0x104734(0x316)]({'cfg':_0x579347[_0x104734(0x316)](),'createEncryptor':function(_0x244cc0,_0x4052bd){const _0x317ead=_0x104734;return this[_0x317ead(0xe9)](this['_ENC_XFORM_MODE'],_0x244cc0,_0x4052bd);},'createDecryptor':function(_0x3d437e,_0x2f67c5){const _0x26bfdb=_0x104734;return this['create'](this[_0x26bfdb(0x477)],_0x3d437e,_0x2f67c5);},'init':function(_0x539648,_0x121c77,_0xdbe101){const _0x16265e=_0x104734;this['cfg']=this[_0x16265e(0x19e)][_0x16265e(0x316)](_0xdbe101),this[_0x16265e(0x270)]=_0x539648,this[_0x16265e(0xf5)]=_0x121c77,this[_0x16265e(0x18d)]();},'reset':function(){const _0x30a43e=_0x104734;_0x1189ca[_0x30a43e(0x18d)]['call'](this),this[_0x30a43e(0x3a4)]();},'process':function(_0x24129f){const _0x481165=_0x104734;return this[_0x481165(0x538)](_0x24129f),this[_0x481165(0x2e6)]();},'finalize':function(_0x385492){const _0x2e41af=_0x104734;_0x385492&&this[_0x2e41af(0x538)](_0x385492);var _0x4ec5fe=this[_0x2e41af(0x2fd)]();return _0x4ec5fe;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x3be3c6(_0xb7a68d){const _0x3846b2=_0x10d1;return typeof _0xb7a68d==_0x3846b2(0x12e)?_0x77caf1:_0x16b58f;}return function(_0x21b13b){return{'encrypt':function(_0x37be71,_0x29c6ed,_0x53772d){const _0x3f4848=_0x10d1;return _0x3be3c6(_0x29c6ed)[_0x3f4848(0x50b)](_0x21b13b,_0x37be71,_0x29c6ed,_0x53772d);},'decrypt':function(_0xb47a1,_0x11a3ac,_0x30e861){const _0x51f65a=_0x10d1;return _0x3be3c6(_0x11a3ac)[_0x51f65a(0x4b7)](_0x21b13b,_0xb47a1,_0x11a3ac,_0x30e861);}};};}())});_0x22ea2c[_0x104734(0x529)]=_0x204e0f[_0x104734(0x316)]({'_doFinalize':function(){const _0x4fd50b=_0x104734;var _0x425902=this[_0x4fd50b(0x2e6)](!0x0);return _0x425902;},'blockSize':0x1});var _0x3988b4=_0x21a855[_0x104734(0x3c4)]={},_0x300774=_0x22ea2c['BlockCipherMode']=_0x579347[_0x104734(0x316)]({'createEncryptor':function(_0x4f23e0,_0x13caa5){const _0x2f4b9a=_0x104734;return this[_0x2f4b9a(0xd1)][_0x2f4b9a(0xe9)](_0x4f23e0,_0x13caa5);},'createDecryptor':function(_0x1aa341,_0x51f9c0){const _0x4b4d8a=_0x104734;return this[_0x4b4d8a(0x3f0)][_0x4b4d8a(0xe9)](_0x1aa341,_0x51f9c0);},'init':function(_0x4652f6,_0x9052cf){const _0x50d14f=_0x104734;this['_cipher']=_0x4652f6,this[_0x50d14f(0x100)]=_0x9052cf;}}),_0x1c8b80=_0x3988b4['CBC']=(function(){const _0x5d0d45=_0x104734;var _0x18a15e=_0x300774[_0x5d0d45(0x316)]();_0x18a15e[_0x5d0d45(0xd1)]=_0x18a15e[_0x5d0d45(0x316)]({'processBlock':function(_0x58946d,_0x1db5ae){const _0xe65125=_0x5d0d45;var _0x2368d0=this[_0xe65125(0x521)],_0x250a55=_0x2368d0['blockSize'];_0x40abf4[_0xe65125(0x16c)](this,_0x58946d,_0x1db5ae,_0x250a55),_0x2368d0[_0xe65125(0x114)](_0x58946d,_0x1db5ae),this[_0xe65125(0xe2)]=_0x58946d['slice'](_0x1db5ae,_0x1db5ae+_0x250a55);}}),_0x18a15e['Decryptor']=_0x18a15e[_0x5d0d45(0x316)]({'processBlock':function(_0x326321,_0x3993c7){const _0x18389d=_0x5d0d45;var _0x326204=this[_0x18389d(0x521)],_0x1dbf74=_0x326204[_0x18389d(0x11d)],_0x48a00a=_0x326321[_0x18389d(0x2b1)](_0x3993c7,_0x3993c7+_0x1dbf74);_0x326204[_0x18389d(0x195)](_0x326321,_0x3993c7),_0x40abf4[_0x18389d(0x16c)](this,_0x326321,_0x3993c7,_0x1dbf74),this[_0x18389d(0xe2)]=_0x48a00a;}});function _0x40abf4(_0x24ec6b,_0x2ac934,_0x19c91e){const _0x120f2b=_0x5d0d45;var _0x34bf23,_0x1ebb5e=this[_0x120f2b(0x100)];_0x1ebb5e?(_0x34bf23=_0x1ebb5e,this['_iv']=_0x4c746f):_0x34bf23=this[_0x120f2b(0xe2)];for(var _0x44905d=0x0;_0x44905d<_0x19c91e;_0x44905d++)_0x24ec6b[_0x2ac934+_0x44905d]^=_0x34bf23[_0x44905d];}return _0x18a15e;}()),_0x3c0d62=_0x21a855[_0x104734(0x310)]={},_0x2de561=_0x3c0d62[_0x104734(0x262)]={'pad':function(_0x274d9a,_0x59e2d5){const _0x4cdfd6=_0x104734;for(var _0x12bc6a=_0x59e2d5*0x4,_0x190857=_0x12bc6a-_0x274d9a['sigBytes']%_0x12bc6a,_0x2ba417=_0x190857<<0x18|_0x190857<<0x10|_0x190857<<0x8|_0x190857,_0x498ebf=[],_0x58afcf=0x0;_0x58afcf<_0x190857;_0x58afcf+=0x4)_0x498ebf[_0x4cdfd6(0x540)](_0x2ba417);var _0x47e047=_0x430788['create'](_0x498ebf,_0x190857);_0x274d9a[_0x4cdfd6(0x204)](_0x47e047);},'unpad':function(_0x235a7a){const _0x41dbd3=_0x104734;var _0x4aeb7e=_0x235a7a[_0x41dbd3(0x53a)][_0x235a7a[_0x41dbd3(0x509)]-0x1>>>0x2]&0xff;_0x235a7a[_0x41dbd3(0x509)]-=_0x4aeb7e;}};_0x22ea2c[_0x104734(0x10f)]=_0x204e0f[_0x104734(0x316)]({'cfg':_0x204e0f[_0x104734(0x19e)][_0x104734(0x316)]({'mode':_0x1c8b80,'padding':_0x2de561}),'reset':function(){const _0x3e538a=_0x104734;var _0x9656bd;_0x204e0f['reset']['call'](this);var _0x29a236=this[_0x3e538a(0x19e)],_0xbf70e=_0x29a236['iv'],_0x2dcbae=_0x29a236[_0x3e538a(0x3c4)];this[_0x3e538a(0x270)]==this['_ENC_XFORM_MODE']?_0x9656bd=_0x2dcbae[_0x3e538a(0x125)]:(_0x9656bd=_0x2dcbae[_0x3e538a(0xee)],this['_minBufferSize']=0x1),this[_0x3e538a(0x493)]&&this[_0x3e538a(0x493)][_0x3e538a(0x22b)]==_0x9656bd?this[_0x3e538a(0x493)]['init'](this,_0xbf70e&&_0xbf70e[_0x3e538a(0x53a)]):(this['_mode']=_0x9656bd[_0x3e538a(0x16c)](_0x2dcbae,this,_0xbf70e&&_0xbf70e['words']),this[_0x3e538a(0x493)][_0x3e538a(0x22b)]=_0x9656bd);},'_doProcessBlock':function(_0x4241bb,_0x22c491){const _0x14bcb3=_0x104734;this[_0x14bcb3(0x493)]['processBlock'](_0x4241bb,_0x22c491);},'_doFinalize':function(){const _0x49cff2=_0x104734;var _0x1c9536,_0x362bfa=this[_0x49cff2(0x19e)][_0x49cff2(0x4e6)];return this[_0x49cff2(0x270)]==this[_0x49cff2(0xf6)]?(_0x362bfa[_0x49cff2(0x310)](this['_data'],this[_0x49cff2(0x11d)]),_0x1c9536=this[_0x49cff2(0x2e6)](!0x0)):(_0x1c9536=this['_process'](!0x0),_0x362bfa['unpad'](_0x1c9536)),_0x1c9536;},'blockSize':0x80/0x20});var _0x4b348b=_0x22ea2c['CipherParams']=_0x579347[_0x104734(0x316)]({'init':function(_0x41d329){this['mixIn'](_0x41d329);},'toString':function(_0x4df9bf){const _0x59f92e=_0x104734;return(_0x4df9bf||this[_0x59f92e(0x446)])['stringify'](this);}}),_0x3ed845=_0x21a855[_0x104734(0x237)]={},_0x2d8a5a=_0x3ed845[_0x104734(0x25b)]={'stringify':function(_0x26514d){const _0x32c6e4=_0x104734;var _0x35bfcc,_0x1d143e=_0x26514d[_0x32c6e4(0x23a)],_0x4befa7=_0x26514d[_0x32c6e4(0x180)];return _0x4befa7?_0x35bfcc=_0x430788[_0x32c6e4(0xe9)]([0x53616c74,0x65645f5f])[_0x32c6e4(0x204)](_0x4befa7)[_0x32c6e4(0x204)](_0x1d143e):_0x35bfcc=_0x1d143e,_0x35bfcc[_0x32c6e4(0x443)](_0x4294e5);},'parse':function(_0x4d9d1f){const _0x5049fe=_0x104734;var _0x48a563,_0x4cee7f=_0x4294e5[_0x5049fe(0x17d)](_0x4d9d1f),_0x4b792f=_0x4cee7f['words'];return _0x4b792f[0x0]==0x53616c74&&_0x4b792f[0x1]==0x65645f5f&&(_0x48a563=_0x430788[_0x5049fe(0xe9)](_0x4b792f[_0x5049fe(0x2b1)](0x2,0x4)),_0x4b792f[_0x5049fe(0x28d)](0x0,0x4),_0x4cee7f[_0x5049fe(0x509)]-=0x10),_0x4b348b[_0x5049fe(0xe9)]({'ciphertext':_0x4cee7f,'salt':_0x48a563});}},_0x16b58f=_0x22ea2c['SerializableCipher']=_0x579347[_0x104734(0x316)]({'cfg':_0x579347[_0x104734(0x316)]({'format':_0x2d8a5a}),'encrypt':function(_0x4af82b,_0x279896,_0x10d0cc,_0x3bd7d3){const _0x293cdd=_0x104734;_0x3bd7d3=this[_0x293cdd(0x19e)][_0x293cdd(0x316)](_0x3bd7d3);var _0x338754=_0x4af82b[_0x293cdd(0x125)](_0x10d0cc,_0x3bd7d3),_0x3b847d=_0x338754[_0x293cdd(0x259)](_0x279896),_0x3f2a40=_0x338754['cfg'];return _0x4b348b[_0x293cdd(0xe9)]({'ciphertext':_0x3b847d,'key':_0x10d0cc,'iv':_0x3f2a40['iv'],'algorithm':_0x4af82b,'mode':_0x3f2a40[_0x293cdd(0x3c4)],'padding':_0x3f2a40[_0x293cdd(0x4e6)],'blockSize':_0x4af82b[_0x293cdd(0x11d)],'formatter':_0x3bd7d3[_0x293cdd(0x237)]});},'decrypt':function(_0x4c1b55,_0x25433d,_0x39f8a5,_0x1f9e6a){const _0xbae21b=_0x104734;_0x1f9e6a=this[_0xbae21b(0x19e)]['extend'](_0x1f9e6a),_0x25433d=this[_0xbae21b(0x438)](_0x25433d,_0x1f9e6a[_0xbae21b(0x237)]);var _0x44d290=_0x4c1b55['createDecryptor'](_0x39f8a5,_0x1f9e6a)[_0xbae21b(0x259)](_0x25433d['ciphertext']);return _0x44d290;},'_parse':function(_0x205c5e,_0x353f45){const _0x2eaf7a=_0x104734;return typeof _0x205c5e=='string'?_0x353f45[_0x2eaf7a(0x17d)](_0x205c5e,this):_0x205c5e;}}),_0x533924=_0x21a855['kdf']={},_0x3ca464=_0x533924[_0x104734(0x25b)]={'execute':function(_0x800945,_0x4f1658,_0x439392,_0x43ec5e,_0x33e92c){const _0xa7480e=_0x104734;if(_0x43ec5e||(_0x43ec5e=_0x430788[_0xa7480e(0x151)](0x40/0x8)),_0x33e92c)var _0x2a4014=_0x2badfa['create']({'keySize':_0x4f1658+_0x439392,'hasher':_0x33e92c})['compute'](_0x800945,_0x43ec5e);else var _0x2a4014=_0x2badfa[_0xa7480e(0xe9)]({'keySize':_0x4f1658+_0x439392})[_0xa7480e(0x419)](_0x800945,_0x43ec5e);var _0x51c51f=_0x430788[_0xa7480e(0xe9)](_0x2a4014[_0xa7480e(0x53a)]['slice'](_0x4f1658),_0x439392*0x4);return _0x2a4014['sigBytes']=_0x4f1658*0x4,_0x4b348b[_0xa7480e(0xe9)]({'key':_0x2a4014,'iv':_0x51c51f,'salt':_0x43ec5e});}},_0x77caf1=_0x22ea2c[_0x104734(0x1c3)]=_0x16b58f[_0x104734(0x316)]({'cfg':_0x16b58f[_0x104734(0x19e)][_0x104734(0x316)]({'kdf':_0x3ca464}),'encrypt':function(_0x2f6064,_0x3b2388,_0xf1850b,_0x313f94){const _0x2dcd47=_0x104734;_0x313f94=this[_0x2dcd47(0x19e)][_0x2dcd47(0x316)](_0x313f94);var _0x44e00a=_0x313f94[_0x2dcd47(0x25c)][_0x2dcd47(0x105)](_0xf1850b,_0x2f6064[_0x2dcd47(0x3c5)],_0x2f6064[_0x2dcd47(0x15c)],_0x313f94['salt'],_0x313f94[_0x2dcd47(0x1d8)]);_0x313f94['iv']=_0x44e00a['iv'];var _0x547b4c=_0x16b58f[_0x2dcd47(0x50b)][_0x2dcd47(0x16c)](this,_0x2f6064,_0x3b2388,_0x44e00a[_0x2dcd47(0x4d0)],_0x313f94);return _0x547b4c['mixIn'](_0x44e00a),_0x547b4c;},'decrypt':function(_0x34078e,_0x4a5429,_0x15c8a5,_0x222b82){const _0x19828a=_0x104734;_0x222b82=this[_0x19828a(0x19e)][_0x19828a(0x316)](_0x222b82),_0x4a5429=this[_0x19828a(0x438)](_0x4a5429,_0x222b82[_0x19828a(0x237)]);var _0x4dd62f=_0x222b82[_0x19828a(0x25c)][_0x19828a(0x105)](_0x15c8a5,_0x34078e['keySize'],_0x34078e[_0x19828a(0x15c)],_0x4a5429[_0x19828a(0x180)],_0x222b82[_0x19828a(0x1d8)]);_0x222b82['iv']=_0x4dd62f['iv'];var _0x4c74=_0x16b58f[_0x19828a(0x4b7)]['call'](this,_0x34078e,_0x4a5429,_0x4dd62f[_0x19828a(0x4d0)],_0x222b82);return _0x4c74;}});}();}));}(ft)),ft[_0x4ec3ba(0x40d)];}(function(_0x7891f1,_0x28ebb0){(function(_0x4535fc,_0x3b1572,_0x370dd4){const _0x1f81ff=_0x10d1;_0x7891f1[_0x1f81ff(0x40d)]=_0x3b1572(oe(),On(),ar(),Dn(),wn());}(X,function(_0x4df7ee){const _0x8bd98c=_0x10d1;return(function(){const _0x427352=_0x10d1;var _0x3ad55e=_0x4df7ee,_0x529128=_0x3ad55e[_0x427352(0x342)],_0x323a26=_0x529128[_0x427352(0x10f)],_0x4d6a9b=_0x3ad55e[_0x427352(0x474)],_0x3fc0fe=[],_0x314312=[],_0x47dc0=[],_0x14dc18=[],_0x4bef0e=[],_0x23f9b4=[],_0x120d85=[],_0x435de6=[],_0x285a93=[],_0x1608fa=[];(function(){for(var _0x230f86=[],_0x429410=0x0;_0x429410<0x100;_0x429410++)_0x429410<0x80?_0x230f86[_0x429410]=_0x429410<<0x1:_0x230f86[_0x429410]=_0x429410<<0x1^0x11b;for(var _0x1b79bb=0x0,_0x1d38b7=0x0,_0x429410=0x0;_0x429410<0x100;_0x429410++){var _0x21b58c=_0x1d38b7^_0x1d38b7<<0x1^_0x1d38b7<<0x2^_0x1d38b7<<0x3^_0x1d38b7<<0x4;_0x21b58c=_0x21b58c>>>0x8^_0x21b58c&0xff^0x63,_0x3fc0fe[_0x1b79bb]=_0x21b58c,_0x314312[_0x21b58c]=_0x1b79bb;var _0x77840=_0x230f86[_0x1b79bb],_0x141b1c=_0x230f86[_0x77840],_0x5c6e16=_0x230f86[_0x141b1c],_0x1a15e1=_0x230f86[_0x21b58c]*0x101^_0x21b58c*0x1010100;_0x47dc0[_0x1b79bb]=_0x1a15e1<<0x18|_0x1a15e1>>>0x8,_0x14dc18[_0x1b79bb]=_0x1a15e1<<0x10|_0x1a15e1>>>0x10,_0x4bef0e[_0x1b79bb]=_0x1a15e1<<0x8|_0x1a15e1>>>0x18,_0x23f9b4[_0x1b79bb]=_0x1a15e1;var _0x1a15e1=_0x5c6e16*0x1010101^_0x141b1c*0x10001^_0x77840*0x101^_0x1b79bb*0x1010100;_0x120d85[_0x21b58c]=_0x1a15e1<<0x18|_0x1a15e1>>>0x8,_0x435de6[_0x21b58c]=_0x1a15e1<<0x10|_0x1a15e1>>>0x10,_0x285a93[_0x21b58c]=_0x1a15e1<<0x8|_0x1a15e1>>>0x18,_0x1608fa[_0x21b58c]=_0x1a15e1,_0x1b79bb?(_0x1b79bb=_0x77840^_0x230f86[_0x230f86[_0x230f86[_0x5c6e16^_0x77840]]],_0x1d38b7^=_0x230f86[_0x230f86[_0x1d38b7]]):_0x1b79bb=_0x1d38b7=0x1;}}());var _0x4b0fd1=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x54b096=_0x4d6a9b[_0x427352(0x2e9)]=_0x323a26[_0x427352(0x316)]({'_doReset':function(){const _0x53a0f3=_0x427352;var _0x203fcb;if(!(this[_0x53a0f3(0x475)]&&this[_0x53a0f3(0x261)]===this['_key'])){for(var _0x46d576=this[_0x53a0f3(0x261)]=this[_0x53a0f3(0xf5)],_0x885faa=_0x46d576[_0x53a0f3(0x53a)],_0x2e6a14=_0x46d576[_0x53a0f3(0x509)]/0x4,_0x55d600=this['_nRounds']=_0x2e6a14+0x6,_0x46ca23=(_0x55d600+0x1)*0x4,_0x1103f5=this[_0x53a0f3(0x363)]=[],_0x2ec8ec=0x0;_0x2ec8ec<_0x46ca23;_0x2ec8ec++)_0x2ec8ec<_0x2e6a14?_0x1103f5[_0x2ec8ec]=_0x885faa[_0x2ec8ec]:(_0x203fcb=_0x1103f5[_0x2ec8ec-0x1],_0x2ec8ec%_0x2e6a14?_0x2e6a14>0x6&&_0x2ec8ec%_0x2e6a14==0x4&&(_0x203fcb=_0x3fc0fe[_0x203fcb>>>0x18]<<0x18|_0x3fc0fe[_0x203fcb>>>0x10&0xff]<<0x10|_0x3fc0fe[_0x203fcb>>>0x8&0xff]<<0x8|_0x3fc0fe[_0x203fcb&0xff]):(_0x203fcb=_0x203fcb<<0x8|_0x203fcb>>>0x18,_0x203fcb=_0x3fc0fe[_0x203fcb>>>0x18]<<0x18|_0x3fc0fe[_0x203fcb>>>0x10&0xff]<<0x10|_0x3fc0fe[_0x203fcb>>>0x8&0xff]<<0x8|_0x3fc0fe[_0x203fcb&0xff],_0x203fcb^=_0x4b0fd1[_0x2ec8ec/_0x2e6a14|0x0]<<0x18),_0x1103f5[_0x2ec8ec]=_0x1103f5[_0x2ec8ec-_0x2e6a14]^_0x203fcb);for(var _0xeb00c2=this[_0x53a0f3(0x190)]=[],_0x2f00de=0x0;_0x2f00de<_0x46ca23;_0x2f00de++){var _0x2ec8ec=_0x46ca23-_0x2f00de;if(_0x2f00de%0x4)var _0x203fcb=_0x1103f5[_0x2ec8ec];else var _0x203fcb=_0x1103f5[_0x2ec8ec-0x4];_0x2f00de<0x4||_0x2ec8ec<=0x4?_0xeb00c2[_0x2f00de]=_0x203fcb:_0xeb00c2[_0x2f00de]=_0x120d85[_0x3fc0fe[_0x203fcb>>>0x18]]^_0x435de6[_0x3fc0fe[_0x203fcb>>>0x10&0xff]]^_0x285a93[_0x3fc0fe[_0x203fcb>>>0x8&0xff]]^_0x1608fa[_0x3fc0fe[_0x203fcb&0xff]];}}},'encryptBlock':function(_0x108ce2,_0x3a36de){const _0x201576=_0x427352;this[_0x201576(0x444)](_0x108ce2,_0x3a36de,this[_0x201576(0x363)],_0x47dc0,_0x14dc18,_0x4bef0e,_0x23f9b4,_0x3fc0fe);},'decryptBlock':function(_0x5cb6af,_0x270e87){const _0x5b80af=_0x427352;var _0x28ce8e=_0x5cb6af[_0x270e87+0x1];_0x5cb6af[_0x270e87+0x1]=_0x5cb6af[_0x270e87+0x3],_0x5cb6af[_0x270e87+0x3]=_0x28ce8e,this[_0x5b80af(0x444)](_0x5cb6af,_0x270e87,this['_invKeySchedule'],_0x120d85,_0x435de6,_0x285a93,_0x1608fa,_0x314312);var _0x28ce8e=_0x5cb6af[_0x270e87+0x1];_0x5cb6af[_0x270e87+0x1]=_0x5cb6af[_0x270e87+0x3],_0x5cb6af[_0x270e87+0x3]=_0x28ce8e;},'_doCryptBlock':function(_0x572e6e,_0xc0b01b,_0x319919,_0x3383e6,_0x3c2c47,_0x355e89,_0x5eb5fa,_0x5796cd){const _0x395d98=_0x427352;for(var _0x490f76=this[_0x395d98(0x475)],_0x587e58=_0x572e6e[_0xc0b01b]^_0x319919[0x0],_0x2dee07=_0x572e6e[_0xc0b01b+0x1]^_0x319919[0x1],_0x338b7a=_0x572e6e[_0xc0b01b+0x2]^_0x319919[0x2],_0xbd85db=_0x572e6e[_0xc0b01b+0x3]^_0x319919[0x3],_0x1eb127=0x4,_0x4a8859=0x1;_0x4a8859<_0x490f76;_0x4a8859++){var _0x4db5ae=_0x3383e6[_0x587e58>>>0x18]^_0x3c2c47[_0x2dee07>>>0x10&0xff]^_0x355e89[_0x338b7a>>>0x8&0xff]^_0x5eb5fa[_0xbd85db&0xff]^_0x319919[_0x1eb127++],_0x3a8ccc=_0x3383e6[_0x2dee07>>>0x18]^_0x3c2c47[_0x338b7a>>>0x10&0xff]^_0x355e89[_0xbd85db>>>0x8&0xff]^_0x5eb5fa[_0x587e58&0xff]^_0x319919[_0x1eb127++],_0x445d00=_0x3383e6[_0x338b7a>>>0x18]^_0x3c2c47[_0xbd85db>>>0x10&0xff]^_0x355e89[_0x587e58>>>0x8&0xff]^_0x5eb5fa[_0x2dee07&0xff]^_0x319919[_0x1eb127++],_0x4c6d27=_0x3383e6[_0xbd85db>>>0x18]^_0x3c2c47[_0x587e58>>>0x10&0xff]^_0x355e89[_0x2dee07>>>0x8&0xff]^_0x5eb5fa[_0x338b7a&0xff]^_0x319919[_0x1eb127++];_0x587e58=_0x4db5ae,_0x2dee07=_0x3a8ccc,_0x338b7a=_0x445d00,_0xbd85db=_0x4c6d27;}var _0x4db5ae=(_0x5796cd[_0x587e58>>>0x18]<<0x18|_0x5796cd[_0x2dee07>>>0x10&0xff]<<0x10|_0x5796cd[_0x338b7a>>>0x8&0xff]<<0x8|_0x5796cd[_0xbd85db&0xff])^_0x319919[_0x1eb127++],_0x3a8ccc=(_0x5796cd[_0x2dee07>>>0x18]<<0x18|_0x5796cd[_0x338b7a>>>0x10&0xff]<<0x10|_0x5796cd[_0xbd85db>>>0x8&0xff]<<0x8|_0x5796cd[_0x587e58&0xff])^_0x319919[_0x1eb127++],_0x445d00=(_0x5796cd[_0x338b7a>>>0x18]<<0x18|_0x5796cd[_0xbd85db>>>0x10&0xff]<<0x10|_0x5796cd[_0x587e58>>>0x8&0xff]<<0x8|_0x5796cd[_0x2dee07&0xff])^_0x319919[_0x1eb127++],_0x4c6d27=(_0x5796cd[_0xbd85db>>>0x18]<<0x18|_0x5796cd[_0x587e58>>>0x10&0xff]<<0x10|_0x5796cd[_0x2dee07>>>0x8&0xff]<<0x8|_0x5796cd[_0x338b7a&0xff])^_0x319919[_0x1eb127++];_0x572e6e[_0xc0b01b]=_0x4db5ae,_0x572e6e[_0xc0b01b+0x1]=_0x3a8ccc,_0x572e6e[_0xc0b01b+0x2]=_0x445d00,_0x572e6e[_0xc0b01b+0x3]=_0x4c6d27;},'keySize':0x100/0x20});_0x3ad55e[_0x427352(0x2e9)]=_0x323a26['_createHelper'](_0x54b096);}()),_0x4df7ee[_0x8bd98c(0x2e9)];}));}(yn));var hr=yn[_0x2fc972(0x40d)];const _r=xe(hr);var ur=On();const Xt=xe(ur);var Pn={'exports':{}};(function(_0x23c6a0,_0x11d724){(function(_0x202861,_0x275806){const _0x4fd564=_0x10d1;_0x23c6a0[_0x4fd564(0x40d)]=_0x275806(oe());}(X,function(_0x5ef3fc){const _0x1cfbfc=_0x10d1;return _0x5ef3fc[_0x1cfbfc(0x3dc)][_0x1cfbfc(0x52f)];}));}(Pn));var dr=Pn['exports'];const fr=xe(dr);var Un={'exports':{}};(function(_0x2f2bab,_0x5dc7be){(function(_0x200a7a,_0x32a5e8){const _0x1ef94e=_0x10d1;_0x2f2bab[_0x1ef94e(0x40d)]=_0x32a5e8(oe());}(X,function(_0x2bcc0d){const _0x4dd020=_0x10d1;return(function(){const _0x50fa1d=_0x10d1;if(typeof ArrayBuffer==_0x50fa1d(0x4fc)){var _0x4b81fc=_0x2bcc0d,_0x20f700=_0x4b81fc[_0x50fa1d(0x342)],_0x3dd81d=_0x20f700[_0x50fa1d(0x50c)],_0x5f51b9=_0x3dd81d['init'],_0x8fe511=_0x3dd81d[_0x50fa1d(0x173)]=function(_0x18a66b){const _0x1472ee=_0x50fa1d;if(_0x18a66b instanceof ArrayBuffer&&(_0x18a66b=new Uint8Array(_0x18a66b)),(_0x18a66b instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x18a66b instanceof Uint8ClampedArray||_0x18a66b instanceof Int16Array||_0x18a66b instanceof Uint16Array||_0x18a66b instanceof Int32Array||_0x18a66b instanceof Uint32Array||_0x18a66b instanceof Float32Array||_0x18a66b instanceof Float64Array)&&(_0x18a66b=new Uint8Array(_0x18a66b[_0x1472ee(0x147)],_0x18a66b[_0x1472ee(0x2e8)],_0x18a66b[_0x1472ee(0x3ca)])),_0x18a66b instanceof Uint8Array){for(var _0x2cec22=_0x18a66b[_0x1472ee(0x3ca)],_0x4011e0=[],_0xd066ed=0x0;_0xd066ed<_0x2cec22;_0xd066ed++)_0x4011e0[_0xd066ed>>>0x2]|=_0x18a66b[_0xd066ed]<<0x18-_0xd066ed%0x4*0x8;_0x5f51b9['call'](this,_0x4011e0,_0x2cec22);}else _0x5f51b9[_0x1472ee(0x2ce)](this,arguments);};_0x8fe511[_0x50fa1d(0x11f)]=_0x3dd81d;}}()),_0x2bcc0d['lib'][_0x4dd020(0x50c)];}));}(Un));var vr=Un[_0x2fc972(0x40d)];const mr=xe(vr);var Mn={'exports':{}};(function(_0xa36ded,_0x196f67){(function(_0x59e527,_0x1ca6a7,_0x9f810f){const _0x3759f3=_0x10d1;_0xa36ded[_0x3759f3(0x40d)]=_0x1ca6a7(oe(),wn());}(X,function(_0x3eff94){const _0x5b2a7f=_0x10d1;return _0x3eff94['pad'][_0x5b2a7f(0x250)]={'pad':function(){},'unpad':function(){}},_0x3eff94[_0x5b2a7f(0x310)][_0x5b2a7f(0x250)];}));}(Mn));var Sr=Mn[_0x2fc972(0x40d)];const pr=xe(Sr);function _0x14d0(){const _0x4814ff=['_submitChangeset','/object/','isInternalEditorID','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','activeSheet$','batchAllowed','IMessageService','c2Prime','_onCursorUpdate','_docTransformStateCacheService','Plugin','hidden','roomMembers','image/jpeg','Disposable','_substituteRedoStack','_onRefRangeChange','_oKey','cmd','_collabSessionService','_createInitialStateImpl','collabCursorState$','children','_removeClearOtherTimer','_onUserJoin','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','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','_removeCollabCursors','collaboratorID','startRow','__Key__','SnapshotServerOverHTTPService','equals','currentColor','_socketMessageSubscription','dispose$','collabStatus.syncing','HmacMD5','toStringTag','_applyRemoteChangeset','@univerjs/network','getActiveSheet','HEADER_MENU','offline','onMouseMove','href','close$','setInterval','replaceState','27bdeLUf','socketService','_transformUndoRedoStack','translate(.97)','_startSheetCollabCursor','_doReset','_syncEditingCollabCursorService','LIVESHARE_OPERATION','OffLineSingle','setWaitCount','object','_collabCursorState$','updatePermissionPoint','onRemoteChangeset','_acknowledgedAwaitingChangeset','sheetId','combineLatest','_handleHeartbeatEvent','COLLAB_SUBMIT_CHANGESET_URL','_roomMembers$','send','_removeRoom','roomInfos','_messageService','randomUUID','HELLO','IUniverInstanceService','_drawAnchor','HEARTBEAT','_members','Tools','_commandService','@univerjs-pro/collaboration','_updateLocalCache','mixIn','_collaborationController','drawWith','mode','keySize','image/gif','_unitStatus','objectActions','status','byteLength','isTransformMutationsWithChangesetSuccess','isActive','stringify','fillText','get','method','arc','ImageSourceType','Base','min','iterations','onReady','hasOwnProperty','MUTATION','useObservable','_rescheduleHeartbeat','@univerjs/sheets-ui','enc','ERROR_IMAGE','appendMutation','closePath','TEXT_RANGE_LAYER_INDEX','useDependency','liveShareNewHost','_handleLeaveEvent','getWorkbookSelections','_logService','onPointerEnter$','_redoStacks','findNodePositionByCharIndex','colorChannel1','getCollabEntity','confirm','getCollabCursors$','font','SNAPSHOT_HAS_BEEN_REMOVED','set','Decryptor','_startTelemetryCollaborationNewChangeset','_startDocCollabCursor','onRendered','propertyIsEnumerable','_transformUndoredo','handleInsertRangeMoveRight','online','NodePositionConvertToCursor','_hideTimer','DataLoaderController','_exhaustRemoteChangesetQueue','onlyLocal','body','_initResize','permissionRejEvent','_pendingMutations','_incrementRevisionNumber','floor','clone','delay','commentUpdateEvent','color','_imageSourceCache','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','fromEvent','MessageType','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','m1Prime','exports','&source=','_userManagerService','ranges','NOT_FOUND','_compressMutationService','state$','revision','reduce','UNKNOWN_CODE','getCellPositionByOffset','setItem','compute','ImageIoService','subscribeEvent','fetchMiss','_scheduleClearOtherTimer','useRef','getTypeOfUnitAdded$','roomMembers$','clearInterval','forEach','getOwnPropertyDescriptor','fetch_missing','copyFileMeta','selection','_docTransformSelectionsService','collaMsg','_schedule','_updateStatus','gold400','requireSession','collabStatus.notCollab','jsx','transformUndoRedo','/-/object/-/batch_allowed','replace','withCredentials','getUnitStatus$','xlink:href','_clearOtherTimers','split','_getSaveTimeout','_parse','conflict.content','state','setCurrentUser','socket$','SNAPSHOT_URL_KEY','RegularPolygon','image/jpg','getCurrentSelections','getSkeleton','5201770sibsSz','toString','_doCryptBlock','_entityInit$','formatter','_tryReconnect','IBeforeCloseService','_lockTransition','requestParams','_sessionStatus$','CollaborationSocketService','_iKey','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','Error','next','ICommandService','useCallback','OnLineSingle','_replaceFileID','OFFLINE','show','Optional','_snapshotService','_textBubble','607ChnnRZ','getCoordByCell','NEW_CHANGESETS','CollaborationSessionService','fromCharCode','originalMeta','InsertRangeMoveRightCommandId','_onLocalMutation','IURLService','onSyncEditingCollabCursor','LocalCacheService','undoState','textRanges','newCsEvent','_change$','subUnitId','onlineStatus','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','fetchThroughInterceptors','makeDirty','_localeService','_session','CHANGESET_ACK','InsertSheetMutation','FETCH_MISSING','collaboration-client.offline-data-not-saved','algo','_nRounds','max','_DEC_XFORM_MODE','defIds','_checkMissing','_cursorShapes','on-line-single','loadOfflineData','endColumn','lineTo','visibilitychange','sessionStatus','_range','loadDoc','univer-pro.collaboration-client-socket-service','unsubscribe','_draw','serializeRangeWithSheet','_initStatusListener','red300','ReactCurrentOwner','message$','off-line-single','isPermissionRej','UnitEmbedded','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','_resendTimeout','getUnitType','duration','mutations','_mode','univer-offline','labelPosition','onlineStatusIcon','_socket$','reject','_state','fill','/block/','svg','removeMember','SheetCollaborationEntity','HTTPRequest','_updateURLWithCurrentState','HTTPService','_changesetSessionId','getValue','ITransformService','NodePositionConvertToRectRange','WebURLService','_HTTPService','startTime','getCurrentUser','registerDependencies','HEARTBEAT_TIMEOUT_KEY','actions','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','SEND_CHANGESET_TIMEOUT','resourceIDs','msCrypto','beginPath','_getMergeRange','shareReplay','_startCollaboration','_drawRectRange','LICENSE_MAX_UNITS_EXCEEDED','decrypt','registerRenderModule','complete','/universer-api/oidc/authpage','_initMergeInterceptor','_getUploadFileURL','COMPLETION_FINISHED','CHANGESET_REVISION_CONFILICT','exhaustSavingTask','c1Prime','LICENSE_EXPORT_SIZE_EXCEEDED','collabStatus.synced','/rev/','getOffsetConfig','_updateSubUnitFromURLParams','crypto','getOwnPropertySymbols','transformStack\x20failed!','_unitOnClients','eventID','sessionStatus$','[FetchMissState]','MSG_FOR_ERROR','SEND_CHANGESET_TIMEOUT_KEY','_onFetchMissResult','key','?size=','parseProtocolChangeset','_univerInstanceService','SYNCED','saveOfflineData','includes','_resendTimer','getUnhiddenWorksheets','_getCtorByUniverType','getDocRanges','APPLY_DUPLICATED','take','reqId','save\x20fail\x20reason\x20is\x20','[CollaborationUndoRedoService]','catch','join','with','sequenceExecute','_onUserLeave','LOCAL_CACHE_INTERVAL_KEY','padding','clamp','_httpService','indexOf','collabWebSocketUrl','_hash','{fileID}','getCurrent','transformMutationsWithChangeset','_cursorInfo$','LICENSE_IMPORT_SIZE_EXCEEDED','@univerjs/engine-formula','EvpKDF','_scheduleTimestamp','focused$','InsertRangeMoveDownCommandId','entries','hostname','_collabCursorController','append','getTypeOfUnitDisposed$','_nDataBytes','function','fetchMissingChangesets','from','getMergeData','CollaborationController','getLatestCsReqIdBySid','_onCombEvent','disposeUnit','getColor','session.will-retry','getCollabEntity$','throttleTime','sheets','sigBytes','USERS_LEAVE','encrypt','WordArray','INTERNAL_ERROR','[CollaborationEntity]','_isPermissionRej','values','tag','transformIMECache','setConfig','mapDocumentTypeToUniverType','\x20in\x20_schedule.','_transformHistoryAndStateStack','changesets','getTime','getImage','distinctUntilChanged','SetWorksheetActivateCommand','_getSignURL','memberID','_configService','createSocket','csShouldRetryEvent','_cipher','encode','_updateState','awaiting','_name','liveShareOperation','_sendHeartbeatTimer','contains','StreamCipher','_createHelper','_drawTextRange','onSendChangeset','_refRangeService','saveImage','Utf8','clearTimeout','@univerjs/docs','on-line-single_clip0_910_349','DocSkeletonManagerService','CONNECTOR_DATA_TOO_LARGE','UniverCollaborationPlugin','displayName','syncEditingCollabCursor','_append','univerjs-icon\x20univerjs-icon-','words','LIVESHARE_TERMINATE','_assignedColors','getUndoRedoMutationParamsCache','_clearCollaborationTimeoutTimer','DocCollaborationEntity','push','VIEWPORT_KEY','skeleton','_syncEditingCollabCursor','onMissedChangesetFetched','TEXT','SnapshotService','stopTime','getStateCache','onTransformRemoteChangesetByIMECache','engine','x-univer-host','CONFLICT','pipe','listRoles','_onConnectionOpen','_socket','/unit/','name','?url=','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','enableOfflineEditing','collaborators','_docSkeletonManagerService','getRandomValues','CollaborationStatus','LocalUndoRedoService','addObjects','unitId','docStateChange$','save','updateOfflineData','onRemoteRetry','_updateCollabCursors','_clearScheduledTask','unitID','range','whenReady','BuiltInUIPart','executeCommand','type','collaboration-session-retry','visibilityState','_type','enableSingleActiveInstanceLock','_onRecvEvent','LOGIN_URL_KEY','PSEUDO_FETCH_MISSING_RESULT','getCurrentRevOfUnit','Error\x20on\x20receiving\x20event','Hex','HEARTBEAT_INTERVAL','resize','objectType','handleInsertCol','_instanceService','Encryptor','_entities','endRow','Subject','baseRev','responseType','abs','_getAPIPrefix','getUnit','filter','INGEST','getViewport','assign','Inject','_getAnchorBounding','EXCHANGE_SIGN_URL_SERVER_URL_KEY','CompressMutationService','_prevBlock','_undoStacks','FileId','update','snapshot','transformChangesets','SheetSkeletonManagerService','create','11002638RyBDQH','setTimeout','/object','JOINING','createDecryptor','_collaborationPaused','ColorKit','getConfig','generateRandomId','clipPath','collaboration-client.config','_key','_ENC_XFORM_MODE','charCodeAt','isTransformMutationsWithChangesetFailure','telemetry\x20info\x20is\x20not\x20initialized','_getSendChangesetTimeout','transformStateCache','result','members','permission.title','image/png','_iv','RemoveRowCommandId','pauseCollaboration','collabStatus.fetchMiss','then','execute','incrementRevOfUnit','isTransformMutationFailure','SheetsSelectionsService','deepClone','substring','_scheduleCollaborationTimeoutTimer','handleDeleteRangeMoveLeft','Injector','$super','BlockCipher','onPointerLeave$','put','replaceDocRanges','APPLY_REVISION_CONFILICT','encryptBlock','assignAColorForMemberID','_transformService','change$','workbook','/-/object/list','UPDATE_PERMISSION_OBJ','#fff','downloadEndpointUrl','blockSize','_revisionService','prototype','MemberService','[SyncedState]:\x20received\x20acknowledgement.','COLLAB_SUBMIT_CHANGESET_URL_KEY','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','resend','createEncryptor','interceptor','SetTextSelectionsOperation','_onConnectionFailed','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','_changesetReqId','getUnitId','current','_localCacheService','string','_onRemoteACK','BehaviorSubject','_sheetSkeletonManagerService','_send','searchParams','_onCursorDelete','_sendingTimer','pending','urlChange$','_getDownloadEndpointURL','IAuthzIoService','repeat','collab-client.tooltip.reconnect','_transitionLocked','not_collab','_saveTaskMap','newValue','DeleteRangeMoveUpCommandId','_clearTimeoutTimer','flatMap','_substituteUndoStack','[CollaborationState]:\x20apply\x20error!','TRANSFORM_CHANGE_OBSERVABLE_TYPE','toDisposable','buffer','UnitSnapshot','COLLAB_WEB_SOCKET_URL_KEY','ref','JOIN','startsWith','length','onCommentUpdate','UniverIcon','ICollaborationSocketService','random','_toggleOffline','url','collaboration_new_changeset','_telemetryService','csRejEvent','1258230xMbFJQ','use','_map','_scene','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','ivSize','SHA1','top','DocIMEInputManagerService','M0\x200H16V16H0z','moveTo','sid','every','unload','YUUMI_RATE_OVER_LIMIT','headers','FETCH_MISS','_unitID','_getScale','fetching\x20missing\x20changesets\x20from\x20','joinRsp','call','MD5','INVALID_ARGUMENT','_commentService','addEventListener','getItem','UniverInstanceType','init','EmptyMutation','_initUnitPermissionChange','createInstance','cursorInfo','__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED','IPermissionService','debug','toggleOnline','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','parse','HmacSHA1','_socketReady','salt','_notificationService','16EDDoVL','createIdentifier','_renderManagerService','_replayCachedMutations','101199xFjBxb','_retryConnectingTimer','COLORS','Tooltip','_snapshotServerService','listCollaborators','[CollaborationSessionService]','reset','onStarting','RETRY_CONNECTING_MAX_COUNT_KEY','_invKeySchedule','data','_init','_setupBeforeClosingHandler','InsertColCommandId','decryptBlock','reverse','_beforeCloseService','_collaborationSessionService','awaiting_with_pending','_retryCount','onMissingChangesets','_resendWithTimeout','Warning','cfg','pushState','DisposableCollection','encodeURIComponent','_telemetryInfo','concatMap','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','OTHER_CLIENTS_EDITING','_tryEnsureSocket','disposeWithMe','_singleActiveUnitService','HttpImport','YUUMI_URL_COL_OUT_OF_RANGE','capture','conflict','Undefined','_fetchMissChangesets','_onRemoteRejected','getRenderById','_online','post','_cursor','_reverseMap','transformSelections','getAncestorScale','IUIPartsService','getCurrentUnitForType','_disabled','UNDEFINED','_getSnapshotAPIPrefix','_hover','_loadDoc','UPDATE_CURSOR','_getCurrentRevision','awaitingChangeset','_commentUpdate$','_event$','PasswordBasedCipher','status$','commentUpdate$','round','_data','div','loadSheet','size','getRoom','ThemeService','_id','_initEventListeners','width','WebSocketService','_sendHeartbeat','/fetchmissing?from=','IUndoRedoService','UNIVER_COLLABORATION_CLIENT_PLUGIN','_decreaseWaiting','_handleHover','_candidateSocket','hasher','triggerDblclick','_clearLocalCache','attrs','[PendingState]:\x20received\x20acknowledgement.','_listenToOnlineEvent','_refreshCollabCursors','backgroundColor','...','/universer-api/authz','m2Prime','_queuedRemoteChangesets','_transformIMECache','UNRECOGNIZED','_clearRedo','b64DecodeUnicode','ReplaySubject','univer-pro.collaboration-client.single-active-unit-service','LIVESHARE_REQUEST_HOST','Rectangle','\x20to\x20','onTransformChange$','\x0aCurrent:\x20','_onJoinRoomEvent','UniverCollaborationClientPlugin','debounce','addObject','asObservable','objectID','bottom','_permissionService','ThresholdInterceptorFactory','reconnect','getRangePointData','fillRule','CHANGESET_REJ','ILogService','textEncoder','handleMoveRange','UNIVER_SLIDE','ENSURE_SNAPSHOT_EXECUTION','blue400','BASE64','ACTIVE_UNIT_EVENT_CHANNEL','concat','_lastPointer','onRemoteAck','0\x200\x2017\x2016','1em','_hovered','_loadSheet','_onOffline','json','@univerjs/rpc','_eventUnsubscribe','ERROR_IMAGE_TYPE','@univerjs/telemetry','clear','SHOULD_CLOSE_CONN','univer-online','_disableEditing','SheetPermissionInitController','UNIVER_UNKNOWN','hovered','FromArray','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','_shouldReportTelemetry','[OfflineState]:\x20received\x20rejection.','deserializeRangeWithSheet','_throwTelemetryCollaborationNewChangeset','socket\x20close','@univerjs/sheets','setAlpha','_render','RxDisposable','onStateChange','close','_getLoginPath','_registerDependencies','_uiPartsService','AuthzIoHttpService','@univerjs/design','[DataLoaderController]','__creator','_cursors','IRemoteInstanceService','[SyncedState]:\x20received\x20rejection.','UNIVER_DOC','react.element','APPLY_REJECT','sendChangesetTimeout','ERROR_EXCEED_SIZE','_socketService','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','_shapes','format','mapTo','removeParam','ciphertext','closeSession','_createSocket','_docSyncEditingCollabCursorService','_handler','number','_urlService','path','fillStyle','subscribe','url(#on-line-single_clip0_910_349)','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','CollaborationSession','registerRefRange','transform','isArray','location','session.collaboration-timeout','_transformRemoteChangesetByStateCache','AWAITING','black','4676somniI','NoPadding','SNAPSHOT_INVALID_SNAPSHOT','UNIVER_SHEET','idSuffix','SetDocZoomRatioOperation','_clearUndo','NO_OTHER_CLIENTS_EDITING','_getRedoStack','Vector2','finalize','PERMISSION_REJ','OpenSSL','kdf','verdancy600','registerBeforeClose','height','_ensureSubject','_keyPriorReset','Pkcs7','session.connection-failed','_cachedData','unknown','_themeService','onTransformSelections','collab-text-range-','roles','_setupSubUnitSync','updateMember','_waitCount','takeUntil','open$','_minBufferSize','_xformMode','code','getSheetBlock','_colorIndex','react.fragment','currentTheme$','1171303zdxYVb','jsxs','_executeRemoteChangeset','refreshPermission','_color','userID','editingUnit','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','_remoteChangesetQueue','_handleJoinEvent','_registerRenderDependencies','some','BufferedBlockAlgorithm','synced','_anchor','redoState','collaboration.single-unit.warning','getMemberID','toggleOffline','createElement','putCollaborators','_sender','toRgbString','splice','_initDependencies','_transformPreviousActiveRange','createCollaborator','@univerjs/core','column','popstate','registerComponent','disableLocalCache','Cipher','APPLY_NON_SEQUENTIAL_REVISION','connection\x20error','collab-text-anchor-','bind','selections','_createHmacHelper','_localStorageService','7706720ZxvNKt','Fragment','getVpScrollXYInfoByPosToVp','error$','SessionStatus','HMAC','hide','uploadFileServerUrl','CHANGESET_SHOULD_RETRY','PERMISSION_DENIED','compose','_saveCache','isTransformChangesetsSuccess','conflict.title','debounceTime','params','APPLY_PERMISSION_DENIED','_updateLocalCursor','unshift','slice','session','WorkbookEditablePermission','LEAVE','_undoRedoService','_hasher','CollaborationEvent','registerHTTPInterceptor','Rect','MoveRangeCommandId','setStateCache','getMember','_injector','error','@univerjs/ui','SetSelectionsOperation','IRenderManagerService','saveSheetBlock','handleInsertRow','routeKey','transformMutation','_context','forwardRef','RETRY_CONNECTING_MAX_COUNT','className','_initRequestHeader','defs','RichTextEditingMutation','TOO_MANY_REQUESTS','apply','LocaleService','uni.network.url-service','_initCloseConn','setShowComponents','saveSnapshot','ILocalStorageService','_listenToOfflineEvent','onCommandExecuted','AUTHZ_URL_KEY','VIEW_MAIN','_timeoutTimer','evenodd','_scheduleSaving','map','socket\x20open.','FAIL','getFocusedUnit','_state$','find','_collaborationTimeoutTimer','getInterceptPoints','_getUndoStack','rng','_process','NOT_COLLAB','byteOffset','AES','measureText','touchDependencies','_transformRemoteChangesetByIMECache','_roomMembers','now','trim','permission.content','localeService','DocStateChangeManagerService','_heartbeatTimer','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','_colorAssignService','Base64','getUniverSheetInstance','YUUMI_UNABLE_LOAD_URL','transformRemoteChangeset','for','onTransformIME','_doFinalize','getAllMembers','loginUrlKey','/role','override','IDLE','/collaborator','[CollaborationSession]','initWorkbookPermissionChange','SUBMIT_CHANGESET','_sheetTransformSelectionsService','updateCursorEvent','PENDING','UUID','_initCommandExecutedListener','DocSelectionManagerService','doc.mutation.rich-text-editing','_awaitingChangeset','ONLINE','pad','/universer-api/snapshot/','event$','EffectRefRangId','LIVESHARE_NEW_HOST','_unlockTransition','extend','charAt','ImageUploadStatusType','Hasher','unitId\x20is\x20not\x20found','_waitForHeartbeatResponse','_docTransformIMECacheService','_anchorDot','subunit','_scheduleHeartbeat','_backgroundColor','USERS_ENTER','text','_createHandler','dispose','list','UNKNOWN_CMD','onPointerMove$','&assign=','_getAPIPrefixPath','row','runRefRangeMutations','cursorInfo$','[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.','getSheetId','getParam','url(#off-line-single_clip0_910_343)','POST','delete','CollaborationEntity','handleDeleteRangeMoveUp','onTransformRemoteChangesetByStateCache','_initStatusComponent','switchMap','CommandType','restore','IConfigService','HttpExport','_onMessage','Unknown\x20user','has','setUndoRedoMutationParamsCache','fromEventSubject','_handleEvent','lib','UserManagerService','COMPRESS_MUTATION_SEND','_config','_transformStack','RevisionService','ALREADY_EXISTS','getRelativeToViewportCoord','add','_stopTelemetryCollaborationNewChangeset','_selfUnitIDs','CollaborationStatusDisplay','DesktopCollaborationStatusDisplayController','infoRsp','_clearHeartbeatTimer','collab-rect-range-','onRemoteRej','_toggleOnline','_onConflict','YUUMI_SUBSCRIPTION_NOT_FOUND','defineProperty','_labelPosition','getResourcesRequest','univer-online-status','_showConflictNotification','DOC_RANGE_TYPE','/new_changes','_memberService','merge','_docStateChangeManagerService','history','getSheetBySheetId','Shape','_keySchedule','unit','failed\x20to\x20apply\x20missed\x20changesets!','RECV','_status$','SNAPSHOT_SERVER_URL_KEY','setShapeProps','off-line-single_clip0_910_343','COMPRESS_MUTATION_APPLY','handleIRemoveRow','_sessions'];_0x14d0=function(){return _0x4814ff;};return _0x14d0();}function gr(_0x242c08,_0x3ab874){const _0x54addc=_0x2fc972,_0x25cabc=_0x3ab874-_0x242c08['length']%_0x3ab874,_0x3cb55c=String[_0x54addc(0x45e)](_0x25cabc)[_0x54addc(0x13a)](_0x25cabc);return _0x242c08+_0x3cb55c;}function Ir(_0x2a95d6,_0x2ee979){const _0x425eb2=_0x2fc972,_0x482dad=mr[_0x425eb2(0x151)](0x10),_0x409387=gr(_0x2a95d6,0x10),_0x55ba49=_r[_0x425eb2(0x50b)](fr[_0x425eb2(0x17d)](_0x409387),Xt[_0x425eb2(0x17d)](_0x2ee979),{'iv':_0x482dad,'padding':pr});return _0x482dad[_0x425eb2(0x204)](_0x55ba49['ciphertext'])[_0x425eb2(0x443)](Xt);}function Cr(){const _0x35c877=_0x2fc972,_0xbc010c=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)[_0x35c877(0x38c)];if(_0xbc010c){const _0x4ce699={'time':Math[_0x35c877(0x402)](Date[_0x35c877(0x2ee)]()/0x3e8),'domain':location[_0x35c877(0x4f7)]};return Ir(JSON['stringify'](_0x4ce699),_0xbc010c);}}var Er=Object[_0x2fc972(0x356)],br=Object['getOwnPropertyDescriptor'],Tr=(_0x2a4cf0,_0x4016ce,_0x142a10,_0x35c3ab)=>{const _0x43fee7=_0x2fc972;for(var _0xe61d8e=_0x35c3ab>0x1?void 0x0:_0x35c3ab?br(_0x4016ce,_0x142a10):_0x4016ce,_0x171daa=_0x2a4cf0[_0x43fee7(0x14d)]-0x1,_0x22425e;_0x171daa>=0x0;_0x171daa--)(_0x22425e=_0x2a4cf0[_0x171daa])&&(_0xe61d8e=(_0x35c3ab?_0x22425e(_0x4016ce,_0x142a10,_0xe61d8e):_0x22425e(_0xe61d8e))||_0xe61d8e);return _0x35c3ab&&_0xe61d8e&&Er(_0x4016ce,_0x142a10,_0xe61d8e),_0xe61d8e;},Rr=(_0x3b9215,_0x24ac56)=>(_0x3e441b,_0x404522)=>_0x24ac56(_0x3e441b,_0x404522,_0x3b9215);let Ye=class{constructor(_0x2dac03){const _0x9c1eb=_0x2fc972;this[_0x9c1eb(0x4e8)]=_0x2dac03,this['_initRequestHeader']();}[_0x2fc972(0x2ca)](){const _0x30d845=_0x2fc972;this['_httpService'][_0x30d845(0x2b8)]({'interceptor':(_0x120f68,_0xd82b31)=>{const _0x5426f3=_0x30d845,_0x217b24=_0x120f68[_0x5426f3(0x166)],_0x4e94e5=Cr();return _0x4e94e5&&_0x217b24[_0x5426f3(0x3ef)](_0x5426f3(0x54b),_0x4e94e5),_0xd82b31(_0x120f68);}});}};Ye=Tr([Rr(0x0,a[_0x2fc972(0xde)](Z[_0x2fc972(0x4a1)]))],Ye);var yr=Object[_0x2fc972(0x356)],Or=Object['getOwnPropertyDescriptor'],Dr=(_0xbb29f8,_0x4659f8,_0x366ec5,_0x2383ca)=>{const _0x1f02e8=_0x2fc972;for(var _0x47eab1=_0x2383ca>0x1?void 0x0:_0x2383ca?Or(_0x4659f8,_0x366ec5):_0x4659f8,_0xe72c28=_0xbb29f8[_0x1f02e8(0x14d)]-0x1,_0x457fbf;_0xe72c28>=0x0;_0xe72c28--)(_0x457fbf=_0xbb29f8[_0xe72c28])&&(_0x47eab1=(_0x2383ca?_0x457fbf(_0x4659f8,_0x366ec5,_0x47eab1):_0x457fbf(_0x47eab1))||_0x47eab1);return _0x2383ca&&_0x47eab1&&yr(_0x4659f8,_0x366ec5,_0x47eab1),_0x47eab1;},vt=(_0x259f84,_0x2ecc3b)=>(_0x1e6d49,_0x4ae86d)=>_0x2ecc3b(_0x1e6d49,_0x4ae86d,_0x259f84);const wr=[_0x2fc972(0xff),_0x2fc972(0x37b),_0x2fc972(0x43f),_0x2fc972(0x3c6),'image/bmp'],Pr=0x5*0x400*0x400,Ur=_0x2fc972(0x123),Mr='/universer-api/stream/file/upload',Ar=_0x2fc972(0xe0),Nr='/universer-api/file/{fileID}/sign-url';exports[_0x2fc972(0x41a)]=class{constructor(_0x2faafc,_0x2d2e82,_0x16eec2){const _0x379be5=_0x2fc972;I(this,_0x379be5(0x26c),0x0),I(this,_0x379be5(0x468),new A[(_0x379be5(0xd4))]()),I(this,_0x379be5(0x117),this['_change$']),I(this,_0x379be5(0x407),new Map()),(this[_0x379be5(0x4e8)]=_0x2faafc,this[_0x379be5(0x51e)]=_0x2d2e82,this[_0x379be5(0x4d3)]=_0x16eec2);}[_0x2fc972(0x3a8)](_0x533dc8){const _0x37d2a2=_0x2fc972;this[_0x37d2a2(0x26c)]=_0x533dc8,this[_0x37d2a2(0x468)][_0x37d2a2(0x450)](_0x533dc8);}['getImageSourceCache'](_0x334d00,_0x33828c){const _0x29b182=_0x2fc972;if(_0x33828c===ne[_0x29b182(0x3d2)][_0x29b182(0x202)]){const _0x2819b7=new Image();return _0x2819b7['src']=_0x334d00,_0x2819b7;}return this['_imageSourceCache'][_0x29b182(0x3cf)](_0x334d00);}['addImageSourceCache'](_0x4e4a74,_0xb1f061,_0x2e9903){const _0x19b4fc=_0x2fc972;_0xb1f061===ne[_0x19b4fc(0x3d2)][_0x19b4fc(0x202)]||_0x2e9903==null||this['_imageSourceCache'][_0x19b4fc(0x3ef)](_0x4e4a74,_0x2e9903);}async[_0x2fc972(0x519)](_0x26b7d0){const _0x2a55cb=_0x2fc972;try{const _0x5368b1=this[_0x2a55cb(0x454)](this[_0x2a55cb(0x51c)](),''+_0x26b7d0),_0xbfac64=(await this[_0x2a55cb(0x4e8)][_0x2a55cb(0x3cf)](_0x5368b1))[_0x2a55cb(0x3fd)];if(_0xbfac64['error']&&_0xbfac64[_0x2a55cb(0x2be)][_0x2a55cb(0x271)]===cn['OK']){const _0x6eb020=new URL(_0xbfac64[_0x2a55cb(0x153)],this[_0x2a55cb(0x138)]())['toString']();return Promise['resolve'](_0x6eb020);}return Promise[_0x2a55cb(0x498)](_0xbfac64[_0x2a55cb(0x2be)]);}catch(_0x3bbfe2){return Promise[_0x2a55cb(0x498)](_0x3bbfe2);}}async[_0x2fc972(0x52e)](_0x5c432d){const _0xfa2b49=_0x2fc972;let _0x387fc8='';if(!wr['includes'](_0x5c432d[_0xfa2b49(0xc1)]))return this[_0xfa2b49(0x1d5)](),Promise[_0xfa2b49(0x498)](new Error(ne[_0xfa2b49(0x318)][_0xfa2b49(0x20f)]));if(_0x5c432d[_0xfa2b49(0x1ca)]>Pr)return this['_decreaseWaiting'](),Promise[_0xfa2b49(0x498)](new Error(ne['ImageUploadStatusType'][_0xfa2b49(0x233)]));try{const _0x44a13f=new FormData();_0x44a13f[_0xfa2b49(0x4f9)]('file',_0x5c432d);const _0x2cd6c4=this[_0xfa2b49(0x4d3)][_0xfa2b49(0x2df)](),_0x31bbf4=_0x2cd6c4==null?void 0x0:_0x2cd6c4[_0xfa2b49(0x12b)]();if(!_0x31bbf4)throw new Error(_0xfa2b49(0x31a));const _0x771b9b=this['_getUploadFileURL']()+_0xfa2b49(0x4d1)+_0x5c432d[_0xfa2b49(0x1ca)][_0xfa2b49(0x443)]()+_0xfa2b49(0x40e)+ln[_0xfa2b49(0x48d)]+_0xfa2b49(0x328)+encodeURIComponent(_0x31bbf4),_0x11ae20=await(await fetch(_0x771b9b,{'method':_0xfa2b49(0x331),'body':_0x44a13f}))[_0xfa2b49(0x20c)]();if(typeof _0x11ae20[_0xfa2b49(0xe4)]!='string')return this[_0xfa2b49(0x1d5)](),Promise[_0xfa2b49(0x498)](new Error(ne['ImageUploadStatusType'][_0xfa2b49(0x3dd)]));_0x387fc8=_0x11ae20[_0xfa2b49(0xe4)];}catch{return this['_decreaseWaiting'](),Promise['reject'](new Error(ne[_0xfa2b49(0x318)][_0xfa2b49(0x3dd)]));}return new Promise((_0x1ac330,_0x2c8d08)=>{const _0x19a828=new FileReader();_0x19a828['readAsDataURL'](_0x5c432d),_0x19a828['onload']=_0x393313=>{const _0x46879c=_0x10d1;var _0x7288e8;const _0x145770=(_0x7288e8=_0x393313['target'])==null?void 0x0:_0x7288e8[_0x46879c(0xfc)];if(_0x145770==null){this[_0x46879c(0x1d5)](),_0x2c8d08(new Error(ne[_0x46879c(0x318)][_0x46879c(0x3dd)]));return;}const _0x42f5c3=a['Tools']['generateRandomId'](0x6);_0x1ac330({'imageId':_0x42f5c3,'imageSourceType':ne[_0x46879c(0x3d2)][_0x46879c(0x30a)],'source':_0x387fc8,'base64Cache':_0x145770,'status':ne[_0x46879c(0x318)]['SUCCUSS']}),this[_0x46879c(0x1d5)]();};});}[_0x2fc972(0x4bc)](){const _0x5a9be1=_0x2fc972;var _0x5dcbb9,_0x3313c6;const _0x1403a0=this[_0x5a9be1(0x51e)]['getConfig'](Ur),_0x207f6f=this[_0x5a9be1(0x51e)][_0x5a9be1(0xf1)](te);return(_0x3313c6=(_0x5dcbb9=_0x207f6f==null?void 0x0:_0x207f6f[_0x5a9be1(0x2a5)])!=null?_0x5dcbb9:_0x1403a0)!=null?_0x3313c6:Mr;}[_0x2fc972(0x51c)](){const _0x2574ad=_0x2fc972;var _0x2f9f27,_0x29bd27;const _0x552840=this[_0x2574ad(0x51e)][_0x2574ad(0xf1)](Ar),_0x3e9df0=this[_0x2574ad(0x51e)][_0x2574ad(0xf1)](te);return(_0x29bd27=(_0x2f9f27=_0x3e9df0==null?void 0x0:_0x3e9df0['signUrlServerUrl'])!=null?_0x2f9f27:_0x552840)!=null?_0x29bd27:Nr;}[_0x2fc972(0x138)](){const _0x5e9c46=_0x2fc972;var _0x73b372;const _0xf9b345=this[_0x5e9c46(0x51e)][_0x5e9c46(0xf1)](te);return(_0x73b372=_0xf9b345==null?void 0x0:_0xf9b345[_0x5e9c46(0x11c)])!=null?_0x73b372:location['origin'];}[_0x2fc972(0x454)](_0x32c12a,_0x169e29){const _0x2389cd=_0x2fc972;return _0x32c12a[_0x2389cd(0x431)](_0x2389cd(0x4ec),_0x169e29);}[_0x2fc972(0x1d5)](){const _0x35729c=_0x2fc972;this[_0x35729c(0x26c)]-=0x1,this[_0x35729c(0x468)]['next'](this[_0x35729c(0x26c)]);}},exports['ImageIoService']=Dr([vt(0x0,a[_0x2fc972(0xde)](Z['HTTPService'])),vt(0x1,a[_0x2fc972(0x33a)]),vt(0x2,a[_0x2fc972(0xde)](a[_0x2fc972(0x3b9)]))],exports[_0x2fc972(0x41a)]);var Lr=Object[_0x2fc972(0x356)],xr=Object[_0x2fc972(0x423)],jr=(_0x130b86,_0x382fbf,_0x2e93d1,_0x552513)=>{const _0x16e108=_0x2fc972;for(var _0x27b0ad=_0x552513>0x1?void 0x0:_0x552513?xr(_0x382fbf,_0x2e93d1):_0x382fbf,_0xd9a590=_0x130b86[_0x16e108(0x14d)]-0x1,_0x2b5f26;_0xd9a590>=0x0;_0xd9a590--)(_0x2b5f26=_0x130b86[_0xd9a590])&&(_0x27b0ad=(_0x552513?_0x2b5f26(_0x382fbf,_0x2e93d1,_0x27b0ad):_0x2b5f26(_0x27b0ad))||_0x27b0ad);return _0x552513&&_0x27b0ad&&Lr(_0x382fbf,_0x2e93d1,_0x27b0ad),_0x27b0ad;},Ae=(_0x4bc1ae,_0x5c26c5)=>(_0x373c31,_0x24e7b1)=>_0x5c26c5(_0x373c31,_0x24e7b1,_0x4bc1ae);let Ke=class extends a[_0x2fc972(0x222)]{constructor(_0xec8859,_0x4fb2d9,_0x2d2b48,_0x4f9720,_0x448a50){const _0x32048a=_0x2fc972;super(),this[_0x32048a(0x2bd)]=_0xec8859,this[_0x32048a(0x4d3)]=_0x4fb2d9,this[_0x32048a(0x1f6)]=_0x2d2b48,this['_collaborationSessionService']=_0x4f9720,this[_0x32048a(0x46e)]=_0x448a50,this[_0x32048a(0x175)](),this[_0x32048a(0x2d1)]();}['_initCloseConn'](){const _0x5ab73c=_0x2fc972,_0x2a6ac9=async _0x16e334=>{const _0x464a0a=_0x10d1;(await this['_collaborationSessionService']['requireSession'](_0x16e334))[_0x464a0a(0x312)][_0x464a0a(0x54d)](V[_0x464a0a(0xda)](_0x2a0fac=>_0x2a0fac[_0x464a0a(0x4ca)]===S[_0x464a0a(0x2b7)][_0x464a0a(0x212)]),V[_0x464a0a(0x26d)](this[_0x464a0a(0x391)]))['subscribe'](_0x94b90d=>{const _0x3c3530=_0x464a0a,_0x31809e=_0x94b90d,{reason:_0x5e2377}=_0x31809e[_0x3c3530(0x191)];this[_0x3c3530(0x2bd)]['get'](ee[_0x3c3530(0x374)])['show']({'type':ge[_0x3c3530(0x40a)][_0x3c3530(0x44f)],'content':this[_0x3c3530(0x46e)]['t']('collaboration.closeRoom')+'('+_0x5e2377+')'}),this[_0x3c3530(0x1f6)]['updatePermissionPoint'](new k[(_0x3c3530(0x2b3))](_0x16e334)['id'],!0x1),this['_collaborationSessionService'][_0x3c3530(0x23b)](_0x16e334);});};A[_0x5ab73c(0x35e)](this['_univerInstanceService'][_0x5ab73c(0x41f)](a[_0x5ab73c(0x172)][_0x5ab73c(0x252)]),this['_univerInstanceService']['getTypeOfUnitAdded$'](a['UniverInstanceType'][_0x5ab73c(0x22f)]))[_0x5ab73c(0x54d)](V[_0x5ab73c(0x2dc)](_0x1c2095=>_0x1c2095['getUnitId']()),V[_0x5ab73c(0xda)](_0x3c4e4c=>!a[_0x5ab73c(0x370)](_0x3c4e4c)),V[_0x5ab73c(0x26d)](this[_0x5ab73c(0x391)]))['subscribe'](_0x4bc8e3=>{_0x2a6ac9(_0x4bc8e3);});}[_0x2fc972(0x175)](){const _0x5c573a=_0x2fc972,_0x378967=async _0x1808e2=>{const _0x2eea41=_0x10d1;(await this[_0x2eea41(0x198)][_0x2eea41(0x42c)](_0x1808e2))[_0x2eea41(0x312)]['pipe'](V['filter'](_0x890d11=>_0x890d11[_0x2eea41(0x4ca)]===S[_0x2eea41(0x2b7)][_0x2eea41(0x11a)]),V[_0x2eea41(0x26d)](this[_0x2eea41(0x391)]))['subscribe'](_0x460cdf=>{const _0x5dba42=_0x2eea41,_0x20ccde=_0x460cdf,{objectId:_0x1db8cf}=_0x20ccde[_0x5dba42(0x191)],_0x52719d=this[_0x5dba42(0x2bd)][_0x5dba42(0x3cf)](Re[_0x5dba42(0x215)]);_0x1db8cf===_0x1808e2?_0x52719d[_0x5dba42(0x305)](_0x1808e2):_0x52719d[_0x5dba42(0x279)](_0x1808e2,_0x1db8cf);});};A['merge'](this[_0x5c573a(0x4d3)][_0x5c573a(0x41f)](a[_0x5c573a(0x172)][_0x5c573a(0x252)]),this['_univerInstanceService']['getTypeOfUnitAdded$'](a[_0x5c573a(0x172)][_0x5c573a(0x22f)]))[_0x5c573a(0x54d)](V[_0x5c573a(0x2dc)](_0x53021f=>_0x53021f[_0x5c573a(0x12b)]()),V[_0x5c573a(0xda)](_0x2a504f=>!a['isInternalEditorID'](_0x2a504f)),V[_0x5c573a(0x26d)](this['dispose$']))[_0x5c573a(0x243)](_0x491604=>{_0x378967(_0x491604);});}};Ke=jr([Ae(0x0,a['Inject'](a['Injector'])),Ae(0x1,a[_0x2fc972(0x3b9)]),Ae(0x2,a[_0x2fc972(0x179)]),Ae(0x3,a[_0x2fc972(0xde)](exports[_0x2fc972(0x45d)])),Ae(0x4,a[_0x2fc972(0xde)](a[_0x2fc972(0x2cf)]))],Ke);var $r=Object[_0x2fc972(0x356)],Hr=Object[_0x2fc972(0x423)],Br=(_0x3e9eb9,_0x2d03ae,_0x35621b,_0x36c400)=>{const _0x15571f=_0x2fc972;for(var _0x2f4a63=_0x36c400>0x1?void 0x0:_0x36c400?Hr(_0x2d03ae,_0x35621b):_0x2d03ae,_0xe3c008=_0x3e9eb9[_0x15571f(0x14d)]-0x1,_0xc48558;_0xe3c008>=0x0;_0xe3c008--)(_0xc48558=_0x3e9eb9[_0xe3c008])&&(_0x2f4a63=(_0x36c400?_0xc48558(_0x2d03ae,_0x35621b,_0x2f4a63):_0xc48558(_0x2f4a63))||_0x2f4a63);return _0x36c400&&_0x2f4a63&&$r(_0x2d03ae,_0x35621b,_0x2f4a63),_0x2f4a63;},Jt=(_0x17efd7,_0x5617a1)=>(_0x2a77a2,_0x22c585)=>_0x5617a1(_0x2a77a2,_0x22c585,_0x17efd7);exports[_0x2fc972(0x38d)]=class{constructor(_0x42a1e2,_0x11b6b3){const _0x3aab57=_0x2fc972;this['_configService']=_0x42a1e2,this[_0x3aab57(0x4e8)]=_0x11b6b3;}async['getUnitOnRev'](_0xd82a69,_0x50d6f0){const _0x2dbd67=_0x2fc972;var _0x4db048;const {unitID:_0x5bfb9f,type:_0x21f89a,revision:_0x52a5cb=0x0}=_0x50d6f0,_0x29460c=this[_0x2dbd67(0x1bb)]()+'/'+_0x21f89a+_0x2dbd67(0xaa)+_0x5bfb9f+_0x2dbd67(0x4c3)+_0x52a5cb,_0x249f4b=(await this['_httpService'][_0x2dbd67(0x3cf)](_0x29460c))['body'],_0x42b22b=(_0x4db048=_0x249f4b[_0x2dbd67(0xe6)])==null?void 0x0:_0x4db048[_0x2dbd67(0x118)];if(_0x42b22b){const _0x17c5b5=_0x42b22b==null?void 0x0:_0x42b22b['originalMeta'],_0x1960fb=S['textEncoder'][_0x2dbd67(0x522)](S[_0x2dbd67(0x1e7)](_0x17c5b5));_0x42b22b[_0x2dbd67(0x45f)]=_0x1960fb,Object[_0x2dbd67(0x4f6)](_0x42b22b[_0x2dbd67(0x508)])[_0x2dbd67(0x422)](([,_0x25f869])=>{const _0x46710c=_0x2dbd67,_0xd6cbb6=_0x25f869['originalMeta'],_0x13945d=S[_0x46710c(0x1fd)][_0x46710c(0x522)](S['b64DecodeUnicode'](_0xd6cbb6));_0x25f869[_0x46710c(0x45f)]=_0x13945d;});}return _0x249f4b;}async[_0x2fc972(0x272)](_0x2711b0,_0x1456da){const _0x49a3a6=_0x2fc972,{unitID:_0x587be5,type:_0x1b2120,blockID:_0x326a7e}=_0x1456da,_0x2f9c23=this['_getAPIPrefix']()+'/'+_0x1b2120+_0x49a3a6(0xaa)+_0x587be5+_0x49a3a6(0x49b)+_0x326a7e;return(await this[_0x49a3a6(0x4e8)]['get'](_0x2f9c23))[_0x49a3a6(0x3fd)];}async['getDeserializedSheetBlock'](_0x346d39,_0xf5ddf4){const _0x38ea1e=_0x2fc972,{unitID:_0x2e58cc,type:_0x3d6c3f,blockID:_0x1c486a}=_0xf5ddf4,_0x4dd4c9=this[_0x38ea1e(0xd8)]()+_0x38ea1e(0x49b)+_0x3d6c3f+_0x38ea1e(0xaa)+_0x2e58cc+_0x38ea1e(0x49b)+_0x1c486a;return(await this[_0x38ea1e(0x4e8)][_0x38ea1e(0x3cf)](_0x4dd4c9))[_0x38ea1e(0x3fd)];}async[_0x2fc972(0x4fd)](_0x29fd3c,_0x1523e8){const _0x37a5bc=_0x2fc972,{unitID:_0x4e36ec,type:_0x643c11,from:_0xe232e2,to:_0x560bfd}=_0x1523e8,_0x31f7f8=this[_0x37a5bc(0xd8)]()+'/'+_0x643c11+_0x37a5bc(0xaa)+_0x4e36ec+_0x37a5bc(0x1d2)+_0xe232e2+'&to='+_0x560bfd;return(await this[_0x37a5bc(0x4e8)][_0x37a5bc(0x3cf)](_0x31f7f8))[_0x37a5bc(0x3fd)];}['_getSnapshotAPIPrefix'](){const _0x6a6c9d=_0x2fc972;var _0x5b0cc3;return(_0x5b0cc3=this[_0x6a6c9d(0x51e)][_0x6a6c9d(0xf1)](Qt))!=null?_0x5b0cc3:this[_0x6a6c9d(0xd8)]();}[_0x2fc972(0xd8)](){const _0x6e4406=_0x2fc972;var _0x18b11a,_0x49cf2a;const _0x297424=this[_0x6e4406(0x51e)][_0x6e4406(0xf1)](Zt),_0x4075ca=this[_0x6e4406(0x51e)][_0x6e4406(0xf1)](te);return(_0x49cf2a=(_0x18b11a=_0x4075ca==null?void 0x0:_0x4075ca['snapshotServerUrl'])!=null?_0x18b11a:_0x297424)!=null?_0x49cf2a:Hn;}async[_0x2fc972(0x358)](_0x46791c,_0x447cfa){const _0xc58c10=_0x2fc972,_0x1c6358=_0xc58c10(0x311)+_0x447cfa[_0xc58c10(0xc1)]+_0xc58c10(0xaa)+_0x447cfa[_0xc58c10(0xbc)]+'/resources';return(await this[_0xc58c10(0x4e8)][_0xc58c10(0x3cf)](_0x1c6358,{'params':{'resourceId':JSON['stringify'](_0x447cfa[_0xc58c10(0x4af)])}}))['body'];}[_0x2fc972(0x2d3)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x2fc972(0x2c2)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['saveChangeset'](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x2fc972(0x425)](){const _0xb7e5c5=_0x2fc972;throw new Error(_0xb7e5c5(0x129));}[_0x2fc972(0x501)](){const _0x5486bc=_0x2fc972;throw new Error(_0x5486bc(0x129));}},exports[_0x2fc972(0x38d)]=Br([Jt(0x0,a[_0x2fc972(0x33a)]),Jt(0x1,a[_0x2fc972(0xde)](Z[_0x2fc972(0x4a1)]))],exports[_0x2fc972(0x38d)]);var kr=Object[_0x2fc972(0x356)],Wr=Object[_0x2fc972(0x423)],Fr=(_0x37fc4d,_0x27ac39,_0x42a15d,_0x5e2a9d)=>{const _0x27d982=_0x2fc972;for(var _0x25c3e7=_0x5e2a9d>0x1?void 0x0:_0x5e2a9d?Wr(_0x27ac39,_0x42a15d):_0x27ac39,_0xeb161d=_0x37fc4d[_0x27d982(0x14d)]-0x1,_0x56b6d3;_0xeb161d>=0x0;_0xeb161d--)(_0x56b6d3=_0x37fc4d[_0xeb161d])&&(_0x25c3e7=(_0x5e2a9d?_0x56b6d3(_0x27ac39,_0x42a15d,_0x25c3e7):_0x56b6d3(_0x25c3e7))||_0x25c3e7);return _0x5e2a9d&&_0x25c3e7&&kr(_0x27ac39,_0x42a15d,_0x25c3e7),_0x25c3e7;},Ne=(_0x7ccdd7,_0x529a5d)=>(_0x445c2f,_0x1d4ab7)=>_0x529a5d(_0x445c2f,_0x1d4ab7,_0x7ccdd7);let It=class extends a[_0x2fc972(0xb3)]{constructor(_0x396915,_0x3ba853,_0x3d8d9a,_0x2b60a2,_0x2b4b96){const _0x47f119=_0x2fc972;super(_0x396915,_0x3ba853,_0x3d8d9a),this[_0x47f119(0x116)]=_0x2b60a2,this[_0x47f119(0x3e5)]=_0x2b4b96;}[_0x2fc972(0x42f)](_0x5e7e16,_0x3861e3){const _0x39d4e2=_0x2fc972,_0x30cd2a=this[_0x39d4e2(0x2e4)](_0x5e7e16);if(_0x30cd2a)try{const _0x1051c8=this[_0x39d4e2(0x346)](_0x30cd2a,_0x3861e3);this[_0x39d4e2(0x143)](_0x5e7e16,_0x1051c8);}catch(_0x4807b2){this[_0x39d4e2(0x3e5)][_0x39d4e2(0x2be)](_0x39d4e2(0x4df),_0x4807b2),this[_0x39d4e2(0x255)](_0x5e7e16);}const _0x2b4c0c=this[_0x39d4e2(0x257)](_0x5e7e16);if(_0x2b4c0c)try{const _0x4a93e2=this[_0x39d4e2(0x346)](_0x2b4c0c,_0x3861e3);this[_0x39d4e2(0x37d)](_0x5e7e16,_0x4a93e2);}catch(_0x342ed7){this['_logService'][_0x39d4e2(0x2be)](_0x342ed7),this['_clearRedo'](_0x5e7e16);}}['_clearUndo'](_0x472d59){const _0x535e29=_0x2fc972,_0x1e1c84=this[_0x535e29(0x2e4)](_0x472d59);_0x1e1c84&&(_0x1e1c84[_0x535e29(0x14d)]=0x0,this[_0x535e29(0x42a)]());}[_0x2fc972(0x1e6)](_0x16b362){const _0x27c7af=_0x2fc972,_0x28f848=this[_0x27c7af(0x257)](_0x16b362);_0x28f848&&(_0x28f848[_0x27c7af(0x14d)]=0x0,this['_updateStatus']());}[_0x2fc972(0x143)](_0x27b6a6,_0x4c23c4){const _0x667d39=_0x2fc972;this[_0x667d39(0xe3)][_0x667d39(0x3ef)](_0x27b6a6,_0x4c23c4),this[_0x667d39(0x42a)]();}[_0x2fc972(0x37d)](_0xd74179,_0x4d06b6){const _0x136dbc=_0x2fc972;this[_0x136dbc(0x3e7)][_0x136dbc(0x3ef)](_0xd74179,_0x4d06b6),this[_0x136dbc(0x42a)]();}[_0x2fc972(0x346)](_0x637f21,_0x2c8e1){const _0x1defdf=_0x2fc972,_0x56fff3=[];let _0x23df70=_0x2c8e1,_0x4b1b1d=_0x2c8e1;for(let _0xf1e9a9=_0x637f21[_0x1defdf(0x14d)]-0x1;_0xf1e9a9>=0x0;_0xf1e9a9--){const {unitID:_0xd8c772,undoMutations:_0xd05dc,redoMutations:_0x266dcd}=_0x637f21[_0xf1e9a9],_0x4fda27=this[_0x1defdf(0x116)][_0x1defdf(0x4ee)](_0x23df70,_0xd05dc),_0x3bc3c2=this[_0x1defdf(0x116)][_0x1defdf(0x4ee)](_0x4b1b1d,_0x266dcd);if(S['isTransformMutationsWithChangesetFailure'](_0x4fda27)||S[_0x1defdf(0xf8)](_0x3bc3c2)){this['_logService'][_0x1defdf(0x2be)]('[CollaborationUndoRedoService]',_0x1defdf(0x4c8),_0x4fda27,_0x3bc3c2);break;}_0x23df70=_0x4fda27['c1Prime'],_0x4b1b1d=_0x3bc3c2[_0x1defdf(0x4c0)],_0x56fff3[_0x1defdf(0x540)]({'unitID':_0xd8c772,'undoMutations':_0x4fda27['m2Prime'],'redoMutations':_0x3bc3c2[_0x1defdf(0x1e2)]});}return _0x56fff3[_0x1defdf(0x196)]();}};It=Fr([Ne(0x0,a['IUniverInstanceService']),Ne(0x1,a[_0x2fc972(0x451)]),Ne(0x2,a['IContextService']),Ne(0x3,S[_0x2fc972(0x4a4)]),Ne(0x4,a[_0x2fc972(0x1fc)])],It);class An extends a[_0x2fc972(0x222)]{constructor(){const _0x49722c=_0x2fc972;super(),I(this,'urlChange$'),this[_0x49722c(0x137)]=A[_0x49722c(0x409)](window,_0x49722c(0x293))[_0x49722c(0x54d)](A['takeUntil'](this[_0x49722c(0x391)]),A[_0x49722c(0x4b3)](0x1),A[_0x49722c(0x238)](void 0x0));}['setParam'](_0x4e817b,_0x3bd20f,_0x5b23b4=!0x1){const _0x2d0448=_0x2fc972,_0x43bf3e=new URL(window[_0x2d0448(0x24a)]['href']);_0x43bf3e[_0x2d0448(0x133)][_0x2d0448(0x3ef)](_0x4e817b,_0x3bd20f),_0x5b23b4?window[_0x2d0448(0x360)][_0x2d0448(0x39e)]('','',_0x43bf3e[_0x2d0448(0x443)]()):window[_0x2d0448(0x360)][_0x2d0448(0x19f)]('','',_0x43bf3e[_0x2d0448(0x443)]());}[_0x2fc972(0x239)](_0x2b9c99,_0x33bbe4=!0x1){const _0x1da63c=_0x2fc972,_0x1e4d5c=new URL(window[_0x1da63c(0x24a)][_0x1da63c(0x39b)]);_0x1e4d5c[_0x1da63c(0x133)][_0x1da63c(0x332)](_0x2b9c99),_0x33bbe4?window['history'][_0x1da63c(0x39e)]('','',_0x1e4d5c[_0x1da63c(0x443)]()):window[_0x1da63c(0x360)]['pushState']('','',_0x1e4d5c[_0x1da63c(0x443)]());}[_0x2fc972(0x32f)](_0x42c9c2){const _0x5087eb=_0x2fc972;var _0x34dd95;return(_0x34dd95=new URL(window[_0x5087eb(0x24a)]['href'])[_0x5087eb(0x133)][_0x5087eb(0x3cf)](_0x42c9c2))!=null?_0x34dd95:void 0x0;}}var Nn=Object['defineProperty'],Vr=Object[_0x2fc972(0x423)],Gr=(_0x3270df,_0x3e746f,_0x3d123d)=>_0x3e746f in _0x3270df?Nn(_0x3270df,_0x3e746f,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x3d123d}):_0x3270df[_0x3e746f]=_0x3d123d,Yr=(_0x1a8702,_0x1297ce,_0x3e6132,_0x3a7531)=>{for(var _0x134c2f=_0x3a7531>0x1?void 0x0:_0x3a7531?Vr(_0x1297ce,_0x3e6132):_0x1297ce,_0xe21c97=_0x1a8702['length']-0x1,_0xddee61;_0xe21c97>=0x0;_0xe21c97--)(_0xddee61=_0x1a8702[_0xe21c97])&&(_0x134c2f=(_0x3a7531?_0xddee61(_0x1297ce,_0x3e6132,_0x134c2f):_0xddee61(_0x134c2f))||_0x134c2f);return _0x3a7531&&_0x134c2f&&Nn(_0x1297ce,_0x3e6132,_0x134c2f),_0x134c2f;},He=(_0x34c1db,_0x2e213a)=>(_0x520d26,_0x15d69d)=>_0x2e213a(_0x520d26,_0x15d69d,_0x34c1db),Kr=(_0x26a3e2,_0x42dbb4,_0x17b6aa)=>Gr(_0x26a3e2,_0x42dbb4+'',_0x17b6aa);const qr=_0x2fc972(0x1d4);exports[_0x2fc972(0x1f0)]=class extends a[_0x2fc972(0x378)]{constructor(_0x474186=zn,_0x37deed,_0x3a0c7c,_0x9fea60,_0x3b679c){const _0x30df9b=_0x2fc972;super(),this[_0x30df9b(0x345)]=_0x474186,this[_0x30df9b(0x3e5)]=_0x37deed,this[_0x30df9b(0x184)]=_0x3a0c7c,this['_injector']=_0x9fea60,this[_0x30df9b(0x51e)]=_0x3b679c;const {..._0x1d4752}=this[_0x30df9b(0x345)];this[_0x30df9b(0x51e)][_0x30df9b(0x513)](te,_0x1d4752);}[_0x2fc972(0x18e)](){const _0x57e745=_0x2fc972;this[_0x57e745(0x226)](),this['_initDependencies']();}[_0x2fc972(0x3d6)](){const _0x377c68=_0x2fc972;a[_0x377c68(0x2eb)](this[_0x377c68(0x2bd)],[[Ve]]);}[_0x2fc972(0x3f3)](){const _0x698fda=_0x2fc972;this[_0x698fda(0x280)]();}[_0x2fc972(0x226)](){const _0x51cc2b=_0x2fc972;var _0x412b2a,_0x15da33,_0x204274,_0x18b35c;this[_0x51cc2b(0x2bd)]['has'](a[_0x51cc2b(0x1d3)])&&this['_logService'][_0x51cc2b(0x2be)]('[UniverCollaborationClientPlugin]',_0x51cc2b(0x2f4));const _0x5b5ba5=[[a['IUndoRedoService'],{'useClass':It}],[exports['CollaborationSessionService']],[Ot],[wt,{'useClass':An}],[exports[_0x51cc2b(0x120)]],[exports[_0x51cc2b(0x464)]],[Z[_0x51cc2b(0x1d0)]],[ke],[Fe],[Be],[We],[Rt],[Ge],[Ye],[Tt],[Ke],[bt,{'useClass':(_0x15da33=(_0x412b2a=this[_0x51cc2b(0x345)])==null?void 0x0:_0x412b2a[_0x51cc2b(0x3a0)])!=null?_0x15da33:exports[_0x51cc2b(0x44c)]}],[S['ISnapshotServerService'],{'useClass':exports[_0x51cc2b(0x38d)]}],[a[_0x51cc2b(0x139)],{'useClass':exports[_0x51cc2b(0x228)]}],[ne['IImageIoService'],{'useClass':exports[_0x51cc2b(0x41a)]}],[exports[_0x51cc2b(0x500)]],[exports[_0x51cc2b(0x3fa)]],[exports[_0x51cc2b(0x34e)]],[Ve],[De]];(_0x204274=this[_0x51cc2b(0x345)])!=null&&_0x204274[_0x51cc2b(0xc5)]&&_0x5b5ba5[_0x51cc2b(0x540)]([qe,{'useClass':Oi}]),a[_0x51cc2b(0x4aa)](this['_injector'],a['mergeOverrideWithDependencies'](_0x5b5ba5,(_0x18b35c=this[_0x51cc2b(0x345)])==null?void 0x0:_0x18b35c[_0x51cc2b(0x301)]));}[_0x2fc972(0x280)](){const _0x3309fd=_0x2fc972;this['disposeWithMe'](this[_0x3309fd(0x184)][_0x3309fd(0x4b8)](a['UniverInstanceType'][_0x3309fd(0x22f)],[pt])),this['disposeWithMe'](this[_0x3309fd(0x184)]['registerRenderModule'](a[_0x3309fd(0x172)][_0x3309fd(0x252)],[gt]));}[_0x2fc972(0x28e)](){const _0x565e32=_0x2fc972;var _0xf358a7,_0x4efb97;this[_0x565e32(0x2bd)][_0x565e32(0x3cf)](Z[_0x565e32(0x4a1)])[_0x565e32(0x2b8)]({'priority':0x14,'interceptor':Z[_0x565e32(0x1f7)]({'maxParallel':0x6})}),(_0xf358a7=this[_0x565e32(0x345)])!=null&&_0xf358a7[_0x565e32(0xae)]||this[_0x565e32(0x2bd)]['get'](exports['LocalCacheService'])[_0x565e32(0x295)](),(_0x4efb97=this[_0x565e32(0x345)])!=null&&_0x4efb97['enableAuthServer']&&a[_0x565e32(0x2eb)](this[_0x565e32(0x2bd)],[[Ge]]),a[_0x565e32(0x2eb)](this[_0x565e32(0x2bd)],[[Ye],[De],[exports[_0x565e32(0x3fa)]],[exports[_0x565e32(0x500)]],[exports[_0x565e32(0x34e)]],[Ke]]);}},Kr(exports['UniverCollaborationClientPlugin'],'pluginName',qr),exports['UniverCollaborationClientPlugin']=Yr([a['DependentOn'](S[_0x2fc972(0x535)],Z['UniverNetworkPlugin']),He(0x1,a['ILogService']),He(0x2,K[_0x2fc972(0x2c1)]),He(0x3,a[_0x2fc972(0xde)](a[_0x2fc972(0x10d)])),He(0x4,a[_0x2fc972(0x33a)])],exports[_0x2fc972(0x1f0)]),exports[_0x2fc972(0x2d7)]=Rn,exports[_0x2fc972(0x122)]=on,exports[_0x2fc972(0x149)]=en,exports[_0x2fc972(0xb2)]=q,exports[_0x2fc972(0x34d)]=Tn,exports['CommentService']=Tt,exports['HEARTBEAT_INTERVAL_KEY']=tn,exports[_0x2fc972(0x4ab)]=Ct,exports[_0x2fc972(0x150)]=bt,exports[_0x2fc972(0x462)]=wt,exports[_0x2fc972(0x4e5)]=rn,exports[_0x2fc972(0xc7)]=an,exports[_0x2fc972(0x18f)]=sn,exports[_0x2fc972(0x4ce)]=Bn,exports[_0x2fc972(0x368)]=Zt,exports[_0x2fc972(0x43d)]=Qt,exports[_0x2fc972(0x2a2)]=se,exports['SheetCollabCursorShape']=Sn,exports[_0x2fc972(0x4a6)]=An,exports['deserializeToCombResponse']=hn,exports['serializeCombRequest']=_n;
|