@univerjs-pro/collaboration-client 0.5.0-nightly.202411120616 → 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/umd/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
function _0x5f13(_0xb8c192,_0x3de973){const _0x3494ad=_0x3494();return _0x5f13=function(_0x5f1313,_0x189bcb){_0x5f1313=_0x5f1313-0x1e6;let _0x17e3ae=_0x3494ad[_0x5f1313];return _0x17e3ae;},_0x5f13(_0xb8c192,_0x3de973);}(function(_0x1e6c9f,_0x69a79e){const _0x31abf8=_0x5f13,_0x268409=_0x1e6c9f();while(!![]){try{const _0x425a8e=-parseInt(_0x31abf8(0x353))/0x1*(parseInt(_0x31abf8(0x57a))/0x2)+-parseInt(_0x31abf8(0x553))/0x3*(parseInt(_0x31abf8(0x22a))/0x4)+parseInt(_0x31abf8(0x3c9))/0x5+-parseInt(_0x31abf8(0x5fb))/0x6*(parseInt(_0x31abf8(0x38c))/0x7)+-parseInt(_0x31abf8(0x5ef))/0x8+parseInt(_0x31abf8(0x622))/0x9*(parseInt(_0x31abf8(0x3a3))/0xa)+parseInt(_0x31abf8(0x304))/0xb;if(_0x425a8e===_0x69a79e)break;else _0x268409['push'](_0x268409['shift']());}catch(_0x37a841){_0x268409['push'](_0x268409['shift']());}}}(_0x3494,0x5d417),function(_0x25652f,_0x2506dd){const _0x36ba8c=_0x5f13;typeof exports==_0x36ba8c(0x51e)&&typeof module<'u'?_0x2506dd(exports,require(_0x36ba8c(0x33a)),require(_0x36ba8c(0x5e1)),require(_0x36ba8c(0x539)),require(_0x36ba8c(0x352)),require(_0x36ba8c(0x20b)),require(_0x36ba8c(0x4f3)),require(_0x36ba8c(0x5fd)),require(_0x36ba8c(0x2e5)),require(_0x36ba8c(0x3d6)),require(_0x36ba8c(0x238)),require(_0x36ba8c(0x55c)),require(_0x36ba8c(0x30a)),require('@univerjs/drawing'),require(_0x36ba8c(0x334)),require(_0x36ba8c(0x66c)),require(_0x36ba8c(0x605)),require('@univerjs/rpc')):typeof define==_0x36ba8c(0x5d7)&&define['amd']?define([_0x36ba8c(0x5a8),_0x36ba8c(0x33a),'rxjs',_0x36ba8c(0x539),_0x36ba8c(0x352),_0x36ba8c(0x20b),_0x36ba8c(0x4f3),'@univerjs-pro/collaboration',_0x36ba8c(0x2e5),'@univerjs/docs-ui',_0x36ba8c(0x238),_0x36ba8c(0x55c),_0x36ba8c(0x30a),_0x36ba8c(0x2c1),_0x36ba8c(0x334),_0x36ba8c(0x66c),_0x36ba8c(0x605),_0x36ba8c(0x5ab)],_0x2506dd):(_0x25652f=typeof globalThis<'u'?globalThis:_0x25652f||self,_0x2506dd(_0x25652f['UniverCollaborationClient']={},_0x25652f[_0x36ba8c(0x322)],_0x25652f[_0x36ba8c(0x5e1)],_0x25652f[_0x36ba8c(0x5e1)][_0x36ba8c(0x5f5)],_0x25652f[_0x36ba8c(0x664)],_0x25652f[_0x36ba8c(0x351)],_0x25652f['UniverNetwork'],_0x25652f[_0x36ba8c(0x4db)],_0x25652f[_0x36ba8c(0x545)],_0x25652f[_0x36ba8c(0x26c)],_0x25652f['UniverSheets'],_0x25652f[_0x36ba8c(0x670)],_0x25652f[_0x36ba8c(0x3d9)],_0x25652f[_0x36ba8c(0x487)],_0x25652f['UniverEngineFormula'],_0x25652f[_0x36ba8c(0x66f)],_0x25652f['React'],_0x25652f[_0x36ba8c(0x2a4)]));}(this,function(_0x5aeb12,_0x1330ba,_0x1eddba,_0xc13278,_0x5934c8,_0x5d5dd2,_0x3aa4be,_0x48fdb9,_0x52bfc7,_0x2b18a1,_0x5ca8f8,_0x15986e,_0x522f9c,_0x29456d,_0x5a3dfd,_0x24028a,_0x25a8dc,_0x1432e6){'use strict';const _0x3a00cb=_0x5f13;var _0x15d4fb=Object[_0x3a00cb(0x43c)],_0x2db87f=(_0x4b1e39,_0x37c890,_0x59575f)=>_0x37c890 in _0x4b1e39?_0x15d4fb(_0x4b1e39,_0x37c890,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x59575f}):_0x4b1e39[_0x37c890]=_0x59575f,_0x2eb009=(_0x411479,_0x5c8061,_0x202fbf)=>_0x2db87f(_0x411479,typeof _0x5c8061!=_0x3a00cb(0x5c3)?_0x5c8061+'':_0x5c8061,_0x202fbf);const _0x1d49ee=_0x3a00cb(0x43f),_0x41a58f=_0x3a00cb(0x38b),_0x2b68d2=_0x3a00cb(0x657),_0x1e86ae=_0x3a00cb(0x508),_0x2314a9='COLLAB_WEB_SOCKET_URL',_0x23debe='ws://127.0.0.1:8000/universer-api/comb/connect',_0x407e47=_0x3a00cb(0x31b),_0x941ed1=_0x3a00cb(0x47e),_0x4ec51f=_0x3a00cb(0x418),_0x4cb84a='LOCAL_CACHE_INTERVAL',_0x3a133c=_0x3a00cb(0x1f2),_0x4477d1='/universer-api/comb',_0x41289e=_0x3a00cb(0x390),_0x5e71bd=_0x3a00cb(0x2d3);var _0xcce604=(_0x937113=>(_0x937113[_0x937113[_0x3a00cb(0x335)]=0x0]='UNDEFINED',_0x937113[_0x937113['OK']=0x1]='OK',_0x937113[_0x937113[_0x3a00cb(0x5e8)]=0x2]='INTERNAL_ERROR',_0x937113[_0x937113[_0x3a00cb(0x46c)]=0x3]=_0x3a00cb(0x46c),_0x937113[_0x937113[_0x3a00cb(0x548)]=0x4]='NOT_FOUND',_0x937113[_0x937113[_0x3a00cb(0x22c)]=0x5]=_0x3a00cb(0x22c),_0x937113[_0x937113['ALREADY_EXISTS']=0x6]=_0x3a00cb(0x4b5),_0x937113[_0x937113[_0x3a00cb(0x432)]=0x7]='INVALID_ARGUMENT',_0x937113[_0x937113[_0x3a00cb(0x21d)]=0x8]=_0x3a00cb(0x21d),_0x937113[_0x937113[_0x3a00cb(0x2ce)]=0x9]=_0x3a00cb(0x2ce),_0x937113[_0x937113['CHANGESET_REVISION_CONFILICT']=0x1389]='CHANGESET_REVISION_CONFILICT',_0x937113[_0x937113[_0x3a00cb(0x5c2)]=0x1771]=_0x3a00cb(0x5c2),_0x937113[_0x937113[_0x3a00cb(0x686)]=0x1772]=_0x3a00cb(0x686),_0x937113[_0x937113['ENSURE_SNAPSHOT_EXECUTION']=0x1773]=_0x3a00cb(0x34f),_0x937113[_0x937113['APPLY_REJECT']=0x1b59]=_0x3a00cb(0x268),_0x937113[_0x937113['APPLY_NON_SEQUENTIAL_REVISION']=0x1b5a]='APPLY_NON_SEQUENTIAL_REVISION',_0x937113[_0x937113[_0x3a00cb(0x4f8)]=0x1b5b]='APPLY_REVISION_CONFILICT',_0x937113[_0x937113['APPLY_PERMISSION_DENIED']=0x1b5c]=_0x3a00cb(0x4c5),_0x937113[_0x937113['APPLY_DUPLICATED']=0x1b5d]='APPLY_DUPLICATED',_0x937113[_0x937113['CONNECTOR_DATA_TOO_LARGE']=0x1f41]=_0x3a00cb(0x225),_0x937113[_0x937113[_0x3a00cb(0x452)]=0x2329]='LICENSE_MAX_UNITS_EXCEEDED',_0x937113[_0x937113[_0x3a00cb(0x37f)]=0x232a]=_0x3a00cb(0x37f),_0x937113[_0x937113[_0x3a00cb(0x2c8)]=0x232b]='LICENSE_IMPORT_SIZE_EXCEEDED',_0x937113[_0x937113[_0x3a00cb(0x3c8)]=0x232c]='LICENSE_EXPORT_SIZE_EXCEEDED',_0x937113[_0x937113[_0x3a00cb(0x604)]=0x232d]='LICENSE_DISTRO_REJECTED',_0x937113[_0x937113[_0x3a00cb(0x262)]=0x2711]=_0x3a00cb(0x262),_0x937113[_0x937113[_0x3a00cb(0x358)]=0x2712]=_0x3a00cb(0x358),_0x937113[_0x937113[_0x3a00cb(0x2a5)]=0x2713]=_0x3a00cb(0x2a5),_0x937113[_0x937113[_0x3a00cb(0x3ce)]=0x2714]=_0x3a00cb(0x3ce),_0x937113[_0x937113[_0x3a00cb(0x58f)]=-0x1]=_0x3a00cb(0x58f),_0x937113))(_0xcce604||{}),_0x2d6857=(_0x578417=>(_0x578417[_0x578417[_0x3a00cb(0x606)]=0x0]=_0x3a00cb(0x606),_0x578417[_0x578417[_0x3a00cb(0x65c)]=0x1]='UNIVER_DOC',_0x578417[_0x578417[_0x3a00cb(0x3b6)]=0x2]=_0x3a00cb(0x3b6),_0x578417[_0x578417[_0x3a00cb(0x625)]=0x3]=_0x3a00cb(0x625),_0x578417[_0x578417[_0x3a00cb(0x4f7)]=0x4]=_0x3a00cb(0x4f7),_0x578417[_0x578417[_0x3a00cb(0x58f)]=-0x1]=_0x3a00cb(0x58f),_0x578417))(_0x2d6857||{}),_0x4d8c43=(_0x29853e=>(_0x29853e[_0x29853e['UNKNOWN_CMD']=0x0]=_0x3a00cb(0x2f4),_0x29853e[_0x29853e['HELLO']=0x1]=_0x3a00cb(0x325),_0x29853e[_0x29853e[_0x3a00cb(0x294)]=0x2]=_0x3a00cb(0x294),_0x29853e[_0x29853e['LEAVE']=0x3]=_0x3a00cb(0x29f),_0x29853e[_0x29853e['INGEST']=0x4]=_0x3a00cb(0x645),_0x29853e[_0x29853e[_0x3a00cb(0x3b0)]=0x5]=_0x3a00cb(0x3b0),_0x29853e[_0x29853e[_0x3a00cb(0x3ea)]=0x6]=_0x3a00cb(0x3ea),_0x29853e[_0x29853e[_0x3a00cb(0x58f)]=-0x1]=_0x3a00cb(0x58f),_0x29853e))(_0x4d8c43||{}),_0x57d5a8=(_0xa4b95c=>(_0xa4b95c[_0xa4b95c[_0x3a00cb(0x25d)]=0x0]=_0x3a00cb(0x25d),_0xa4b95c[_0xa4b95c['OK']=0x1]='OK',_0xa4b95c[_0xa4b95c[_0x3a00cb(0x286)]=0x2]=_0x3a00cb(0x286),_0xa4b95c[_0xa4b95c['UNRECOGNIZED']=-0x1]=_0x3a00cb(0x58f),_0xa4b95c))(_0x57d5a8||{}),_0x322ebc=(_0x225529=>(_0x225529[_0x225529[_0x3a00cb(0x478)]=0x0]=_0x3a00cb(0x478),_0x225529[_0x225529[_0x3a00cb(0x59a)]=0x1]=_0x3a00cb(0x59a),_0x225529[_0x225529['HttpExport']=0x2]=_0x3a00cb(0x5d8),_0x225529[_0x225529[_0x3a00cb(0x5a2)]=0x3]=_0x3a00cb(0x5a2),_0x225529[_0x225529['UnitSnapshot']=0x4]='UnitSnapshot',_0x225529[_0x225529[_0x3a00cb(0x58f)]=-0x1]=_0x3a00cb(0x58f),_0x225529))(_0x322ebc||{});const _0x37cfeb='collaboration-client.config',_0x29b0d1={};function _0x3f27b6(_0x1555c2){const _0x1665dc=_0x3a00cb;var _0x3ed9ba,_0xa42a89,_0x110e52,_0x53df4b,_0x1aaa93;const _0x5bc7d0=_0x1555c2['data'],_0x249feb=JSON[_0x1665dc(0x3fe)](_0x5bc7d0);switch(_0x249feb[_0x1665dc(0x233)]){case _0x4d8c43[_0x1665dc(0x3b0)]:case _0x4d8c43['HELLO']:{const _0x540ce7=_0x249feb[_0x1665dc(0x4a5)];return{..._0x249feb,'data':_0x540ce7,'cmd':_0x249feb['cmd']};}case _0x4d8c43[_0x1665dc(0x294)]:{const _0x354405=_0x249feb[_0x1665dc(0x480)];return{..._0x249feb,'data':_0x354405,'cmd':_0x249feb[_0x1665dc(0x233)]};}case _0x4d8c43[_0x1665dc(0x3ea)]:{const _0x2d4b4a=_0x249feb[_0x1665dc(0x44f)];switch(_0x2d4b4a[_0x1665dc(0x306)]){case _0x48fdb9['CollaborationEvent'][_0x1665dc(0x2d2)]:return{..._0x249feb,'data':{..._0x2d4b4a,'data':(_0x3ed9ba=_0x2d4b4a[_0x1665dc(0x51b)])==null?void 0x0:_0x3ed9ba['cs']},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9['CollaborationEvent'][_0x1665dc(0x41c)]:return{..._0x249feb,'data':{..._0x2d4b4a,'data':(_0xa42a89=_0x2d4b4a[_0x1665dc(0x302)])==null?void 0x0:_0xa42a89['cs']},'cmd':_0x249feb['cmd']};case _0x48fdb9[_0x1665dc(0x3de)]['NEW_CHANGESETS']:return{..._0x249feb,'data':{..._0x2d4b4a,'data':(_0x110e52=_0x2d4b4a[_0x1665dc(0x555)])==null?void 0x0:_0x110e52['cs']},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9[_0x1665dc(0x3de)]['CHANGESET_REJ']:return{..._0x249feb,'data':{..._0x2d4b4a,'data':(_0x53df4b=_0x2d4b4a[_0x1665dc(0x258)])==null?void 0x0:_0x53df4b['cs']},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9[_0x1665dc(0x3de)]['CHANGESET_SHOULD_RETRY']:return{..._0x249feb,'data':{..._0x2d4b4a,'data':(_0x1aaa93=_0x2d4b4a[_0x1665dc(0x5ee)])==null?void 0x0:_0x1aaa93['cs']},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9[_0x1665dc(0x3de)][_0x1665dc(0x5bd)]:return{..._0x249feb,'data':{..._0x2d4b4a,'data':_0x2d4b4a[_0x1665dc(0x5c7)]},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9[_0x1665dc(0x3de)][_0x1665dc(0x1f1)]:return{..._0x249feb,'data':{..._0x2d4b4a,'data':_0x2d4b4a[_0x1665dc(0x4dd)]},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9['CollaborationEvent']['USERS_LEAVE']:return{..._0x249feb,'data':{..._0x2d4b4a,'data':_0x2d4b4a['leaveEvent']},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9[_0x1665dc(0x3de)][_0x1665dc(0x1fd)]:return{..._0x249feb,'data':{..._0x2d4b4a,'data':_0x2d4b4a[_0x1665dc(0x502)]},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9['CollaborationEvent'][_0x1665dc(0x5a9)]:case _0x48fdb9[_0x1665dc(0x3de)][_0x1665dc(0x498)]:return{..._0x249feb,'data':{..._0x2d4b4a,'data':_0x2d4b4a[_0x1665dc(0x3f5)]},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9[_0x1665dc(0x3de)][_0x1665dc(0x53a)]:return{..._0x249feb,'data':{..._0x2d4b4a,'data':_0x2d4b4a['liveShareNewHost']},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9['CollaborationEvent'][_0x1665dc(0x3ba)]:return{..._0x249feb,'data':_0x2d4b4a,'cmd':_0x249feb['cmd']};case _0x48fdb9[_0x1665dc(0x3de)][_0x1665dc(0x47b)]:return{..._0x249feb,'data':{..._0x2d4b4a,'data':_0x2d4b4a[_0x1665dc(0x672)]},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9[_0x1665dc(0x3de)]['UPDATE_PERMISSION_OBJ']:return{..._0x249feb,'data':{..._0x2d4b4a,'data':_0x2d4b4a[_0x1665dc(0x54c)]},'cmd':_0x249feb[_0x1665dc(0x233)]};case _0x48fdb9[_0x1665dc(0x3de)][_0x1665dc(0x307)]:return{..._0x249feb,'data':{..._0x2d4b4a,'data':_0x2d4b4a[_0x1665dc(0x24a)]},'cmd':_0x249feb[_0x1665dc(0x233)]};default:return _0x249feb;}}default:return _0x249feb;}}function _0x89fa8a(_0x1cc853){const _0x2abe05=_0x3a00cb;switch(_0x1cc853[_0x2abe05(0x233)]){case _0x4d8c43[_0x2abe05(0x3b0)]:case _0x4d8c43[_0x2abe05(0x325)]:return JSON[_0x2abe05(0x2a3)]({'cmd':_0x1cc853[_0x2abe05(0x233)],'routeKey':_0x1cc853[_0x2abe05(0x5be)]});case _0x4d8c43[_0x2abe05(0x645)]:{let _0x22fbb4;switch(_0x1cc853[_0x2abe05(0x36b)]['eventID']){case _0x48fdb9['CollaborationEvent'][_0x2abe05(0x5bd)]:{_0x22fbb4={'eventID':_0x48fdb9['CollaborationEvent'][_0x2abe05(0x5bd)],'updateCursorEvent':_0x1cc853[_0x2abe05(0x36b)][_0x2abe05(0x36b)]};break;}case _0x48fdb9[_0x2abe05(0x3de)]['USERS_LEAVE']:{_0x22fbb4={'eventID':_0x48fdb9[_0x2abe05(0x3de)]['USERS_LEAVE'],'leaveEvent':_0x1cc853[_0x2abe05(0x36b)][_0x2abe05(0x36b)]};break;}case _0x48fdb9[_0x2abe05(0x3de)][_0x2abe05(0x1f1)]:{_0x22fbb4={'eventID':_0x48fdb9[_0x2abe05(0x3de)][_0x2abe05(0x1f1)],'joinEvent':_0x1cc853[_0x2abe05(0x36b)][_0x2abe05(0x36b)]};break;}case _0x48fdb9['CollaborationEvent'][_0x2abe05(0x1fd)]:{_0x22fbb4={'eventID':_0x48fdb9['CollaborationEvent'][_0x2abe05(0x1fd)],'liveShareNewHost':_0x1cc853[_0x2abe05(0x36b)][_0x2abe05(0x36b)]};break;}case _0x48fdb9[_0x2abe05(0x3de)][_0x2abe05(0x498)]:{_0x22fbb4={'eventID':_0x48fdb9[_0x2abe05(0x3de)][_0x2abe05(0x498)],'liveShareOperation':_0x1cc853['data'][_0x2abe05(0x36b)]};break;}case _0x48fdb9['CollaborationEvent'][_0x2abe05(0x53a)]:{_0x22fbb4={'eventID':_0x48fdb9['CollaborationEvent'][_0x2abe05(0x53a)],'liveShareTerminate':_0x1cc853['data']['data']};break;}case _0x48fdb9['CollaborationEvent'][_0x2abe05(0x247)]:{_0x22fbb4={'eventID':_0x48fdb9[_0x2abe05(0x3de)][_0x2abe05(0x247)],'liveShareRequestHost':_0x1cc853[_0x2abe05(0x36b)]['data']};break;}case _0x48fdb9['CollaborationEvent'][_0x2abe05(0x5a9)]:{_0x22fbb4={'eventID':_0x48fdb9[_0x2abe05(0x3de)][_0x2abe05(0x5a9)]};break;}default:_0x22fbb4={'eventID':_0x1cc853[_0x2abe05(0x36b)]['eventID']};}return JSON['stringify']({'cmd':_0x1cc853[_0x2abe05(0x233)],'routeKey':_0x1cc853['routeKey'],'collaMsg':_0x22fbb4});}case _0x4d8c43['JOIN']:return JSON[_0x2abe05(0x2a3)]({'cmd':_0x1cc853[_0x2abe05(0x233)],'routeKey':_0x1cc853[_0x2abe05(0x5be)],'joinReq':_0x1cc853[_0x2abe05(0x36b)]});case _0x4d8c43[_0x2abe05(0x29f)]:return JSON[_0x2abe05(0x2a3)]({'cmd':_0x1cc853['cmd'],'routeKey':_0x1cc853[_0x2abe05(0x5be)],'leaveReq':_0x1cc853['data']});default:throw new Error('[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!');}}var _0x4afc3d=Object['defineProperty'],_0x12cab8=Object['getOwnPropertyDescriptor'],_0x1dbe4d=(_0x321d9b,_0x157a17,_0xc3b7fd,_0x33ab72)=>{for(var _0x158236=_0x33ab72>0x1?void 0x0:_0x33ab72?_0x12cab8(_0x157a17,_0xc3b7fd):_0x157a17,_0x51870d=_0x321d9b['length']-0x1,_0x2df4fc;_0x51870d>=0x0;_0x51870d--)(_0x2df4fc=_0x321d9b[_0x51870d])&&(_0x158236=(_0x33ab72?_0x2df4fc(_0x157a17,_0xc3b7fd,_0x158236):_0x2df4fc(_0x158236))||_0x158236);return _0x33ab72&&_0x158236&&_0x4afc3d(_0x157a17,_0xc3b7fd,_0x158236),_0x158236;},_0xede7d2=(_0x536ca6,_0x3542db)=>(_0x382b0a,_0x11b3ba)=>_0x3542db(_0x382b0a,_0x11b3ba,_0x536ca6);const _0xd12940=_0x1330ba['createIdentifier'](_0x3a00cb(0x527));function _0x1a901a(_0x50d903,_0x46b0e9,_0xe7d608){const _0xb80cef=_0x3a00cb;return _0x50d903+'/'+_0x46b0e9+_0xb80cef(0x39f)+_0xe7d608+_0xb80cef(0x285);}_0x5aeb12[_0x3a00cb(0x211)]=class extends _0x1330ba[_0x3a00cb(0x5f8)]{constructor(_0x54b5ff,_0x3057a5,_0x5b9289,_0x52bc8a,_0x43c660){const _0x1574c8=_0x3a00cb;super(),this[_0x1574c8(0x278)]=_0x54b5ff,this[_0x1574c8(0x58b)]=_0x3057a5,this[_0x1574c8(0x4ce)]=_0x5b9289,this[_0x1574c8(0x405)]=_0x52bc8a,this['_snapshotServerService']=_0x43c660;}['createSocket'](_0x25cb83){const _0x576594=_0x3a00cb,_0x4932dc=this[_0x576594(0x58b)][_0x576594(0x52b)](_0x25cb83);if(!_0x4932dc)throw new Error(_0x576594(0x3fb));const _0x3cb8dc=new _0x1330ba[(_0x576594(0x45e))](),_0x378151=new _0x1eddba['Subject']();_0x3cb8dc[_0x576594(0x523)](_0x4932dc[_0x576594(0x50c)][_0x576594(0x21f)](_0x1fc804=>_0x378151[_0x576594(0x2d5)](_0x1fc804))),_0x3cb8dc[_0x576594(0x523)](_0x1330ba[_0x576594(0x256)](()=>_0x378151[_0x576594(0x62b)]()));const _0x210958=new _0x1eddba[(_0x576594(0x232))]();_0x3cb8dc[_0x576594(0x523)](_0x4932dc['error$']['subscribe'](_0xb72c35=>_0x210958[_0x576594(0x2d5)](_0xb72c35))),_0x3cb8dc[_0x576594(0x523)](_0x1330ba[_0x576594(0x256)](()=>_0x210958['complete']()));const _0x1c4157=new _0x1eddba[(_0x576594(0x232))]();_0x3cb8dc['add'](_0x4932dc[_0x576594(0x608)][_0x576594(0x21f)](_0x23d78f=>{const _0x2c0cb6=_0x3f27b6(_0x23d78f);_0x1c4157['next'](_0x2c0cb6);})),_0x3cb8dc[_0x576594(0x523)](_0x1330ba[_0x576594(0x256)](()=>_0x1c4157[_0x576594(0x62b)]()));let _0xacf494;const _0x1cd2ed=()=>{const _0xd3bb70=_0x576594;_0x210958[_0xd3bb70(0x2d5)](new Event(_0xd3bb70(0x646))),_0x378151['next'](new CloseEvent(_0xd3bb70(0x646))),_0xacf494[_0xd3bb70(0x3b1)]();};return _0xacf494={'memberID':'','close$':_0x378151[_0x576594(0x518)](),'error$':_0x210958['asObservable'](),'open$':_0x4932dc[_0x576594(0x2cf)],'message$':_0x1c4157[_0x576594(0x518)](),'send':_0x3b13ee=>{const _0x56788a=_0x576594;if(_0x3b13ee['cmd']===_0x4d8c43[_0x56788a(0x645)]){if(_0x3b13ee[_0x56788a(0x36b)]['eventID']===_0x48fdb9[_0x56788a(0x3de)]['SUBMIT_CHANGESET']){this[_0x56788a(0x2e6)](_0xacf494,_0x3b13ee[_0x56788a(0x36b)])[_0x56788a(0x5e7)](_0x50dd52=>{const _0x615334=_0x56788a;this[_0x615334(0x405)]['error'](_0x50dd52),_0x1cd2ed();});return;}if(_0x3b13ee[_0x56788a(0x36b)][_0x56788a(0x306)]===_0x48fdb9[_0x56788a(0x3de)][_0x56788a(0x584)]){const _0x39c6dc=_0x3b13ee[_0x56788a(0x36b)];this[_0x56788a(0x554)](_0x39c6dc)['then'](_0x55edb7=>{const _0x226c85=_0x56788a;_0x1c4157['next']({'cmd':_0x4d8c43[_0x226c85(0x3ea)],'code':_0x57d5a8['OK'],'routeKey':_0x39c6dc[_0x226c85(0x36b)][_0x226c85(0x36f)],'routeType':'','data':{'eventID':_0x48fdb9[_0x226c85(0x3de)]['PSEUDO_FETCH_MISSING_RESULT'],'data':{'changesets':_0x55edb7}}});})[_0x56788a(0x5e7)](_0x52e009=>{this['_logService']['error'](_0x52e009),_0x1cd2ed();});return;}}_0x4932dc[_0x56788a(0x2f7)](_0x89fa8a(_0x3b13ee));},'close':()=>{const _0x583296=_0x576594;_0x4932dc[_0x583296(0x3b1)](),_0x3cb8dc['dispose']();}},_0xacf494;}async[_0x3a00cb(0x2e6)](_0x49f146,_0x8fd378){const _0x15a7f3=_0x3a00cb;var _0x7a73b8,_0x411ca6;const {unitType:_0x5ca810,unitID:_0x49964b,changeset:_0x24c654}=_0x8fd378[_0x15a7f3(0x36b)],_0x3134ed={'unitID':_0x49964b,'memberID':_0x49f146['memberID'],'type':_0x5ca810,'changeset':_0x48fdb9[_0x15a7f3(0x546)](_0x24c654)},_0x3a2f3c=this[_0x15a7f3(0x4ce)]['getConfig'](_0x3a133c),_0x239bfe=this[_0x15a7f3(0x4ce)][_0x15a7f3(0x4fc)](_0x37cfeb),_0x3ebc77=_0x1a901a((_0x411ca6=(_0x7a73b8=_0x239bfe==null?void 0x0:_0x239bfe['collabSubmitChangesetUrl'])!=null?_0x7a73b8:_0x3a2f3c)!=null?_0x411ca6:_0x4477d1,_0x5ca810,_0x49964b);try{await this[_0x15a7f3(0x278)][_0x15a7f3(0x551)](_0x3ebc77,{'body':_0x3134ed});}catch(_0x3ce81c){throw this[_0x15a7f3(0x405)]['error'](_0x15a7f3(0x512),_0x15a7f3(0x1ef)),_0x3ce81c;}}async[_0x3a00cb(0x554)](_0x225a7f){const _0x56aede=_0x3a00cb,{unitID:_0x527d7e,from:_0x18399c,to:_0x1822f9,unitType:_0x36f7fc}=_0x225a7f[_0x56aede(0x36b)];return(await this[_0x56aede(0x538)]['fetchMissingChangesets']({'metadata':void 0x0},{'unitID':_0x527d7e,'type':_0x36f7fc,'from':_0x18399c,'to':_0x1822f9}))[_0x56aede(0x291)];}},_0x5aeb12['CollaborationSocketService']=_0x1dbe4d([_0xede7d2(0x0,_0x1330ba[_0x3a00cb(0x217)](_0x3aa4be[_0x3a00cb(0x504)])),_0xede7d2(0x1,_0x1330ba[_0x3a00cb(0x217)](_0x3aa4be[_0x3a00cb(0x52d)])),_0xede7d2(0x2,_0x1330ba[_0x3a00cb(0x3c1)]),_0xede7d2(0x3,_0x1330ba[_0x3a00cb(0x57c)]),_0xede7d2(0x4,_0x48fdb9[_0x3a00cb(0x5e3)])],_0x5aeb12['CollaborationSocketService']);const _0x423e7f=_0x3a00cb(0x571);function _0x12fb88(_0x1b1614){const _0x14a91f=_0x3a00cb;return JSON['stringify'](_0x1b1614)[_0x14a91f(0x422)];}class _0x5b63f3{constructor(){const _0x1fd6eb=_0x3a00cb;_0x2eb009(this,_0x1fd6eb(0x29e),new _0x1eddba[(_0x1fd6eb(0x232))]()),_0x2eb009(this,_0x1fd6eb(0x68a),this[_0x1fd6eb(0x29e)][_0x1fd6eb(0x518)]());}[_0x3a00cb(0x699)](_0x42f81c){const _0x47ff1a=_0x3a00cb;this[_0x47ff1a(0x29e)][_0x47ff1a(0x2d5)](_0x42f81c);}}var _0xf88756=Object['defineProperty'],_0x476097=Object[_0x3a00cb(0x637)],_0xacf46e=(_0x5e42b8,_0x52ebbd,_0x31102f,_0x31d3e4)=>{const _0x22435c=_0x3a00cb;for(var _0x5b8f20=_0x31d3e4>0x1?void 0x0:_0x31d3e4?_0x476097(_0x52ebbd,_0x31102f):_0x52ebbd,_0x4bf5b6=_0x5e42b8[_0x22435c(0x422)]-0x1,_0x52f823;_0x4bf5b6>=0x0;_0x4bf5b6--)(_0x52f823=_0x5e42b8[_0x4bf5b6])&&(_0x5b8f20=(_0x31d3e4?_0x52f823(_0x52ebbd,_0x31102f,_0x5b8f20):_0x52f823(_0x5b8f20))||_0x5b8f20);return _0x31d3e4&&_0x5b8f20&&_0xf88756(_0x52ebbd,_0x31102f,_0x5b8f20),_0x5b8f20;},_0x180176=(_0x4ce204,_0x4c360d)=>(_0x12fcd9,_0x787406)=>_0x4c360d(_0x12fcd9,_0x787406,_0x4ce204);_0x5aeb12[_0x3a00cb(0x624)]=class extends _0x1330ba['Disposable']{constructor(_0x264803,_0x282052){const _0x141fb9=_0x3a00cb;super(),_0x2eb009(this,_0x141fb9(0x42e),new Map()),(this[_0x141fb9(0x227)]=_0x264803,this[_0x141fb9(0x53e)]=_0x282052,this[_0x141fb9(0x63e)](_0x1330ba['toDisposable'](_0x1eddba['merge'](this[_0x141fb9(0x227)][_0x141fb9(0x655)](_0x1330ba[_0x141fb9(0x3ae)][_0x141fb9(0x3b6)])[_0x141fb9(0x3a2)](_0xc13278['map'](_0x26ff99=>_0x26ff99['getUnitId']())),this['_univerInstanceService'][_0x141fb9(0x655)](_0x1330ba[_0x141fb9(0x3ae)][_0x141fb9(0x65c)])[_0x141fb9(0x3a2)](_0xc13278[_0x141fb9(0x568)](_0xdf887b=>_0xdf887b[_0x141fb9(0x259)]())),this[_0x141fb9(0x227)][_0x141fb9(0x655)](_0x1330ba[_0x141fb9(0x3ae)]['UNIVER_SLIDE'])['pipe'](_0xc13278[_0x141fb9(0x568)](_0x1afd33=>_0x1afd33['getUnitId']())))['subscribe'](_0xd53805=>this['_removeRoom'](_0xd53805)))));}[_0x3a00cb(0x5f3)](_0x2561db){this['_userManagerService']['setCurrentUser'](_0x2561db);}['getCurrentUser'](){const _0x2dbefc=_0x3a00cb;return this[_0x2dbefc(0x53e)]['getCurrentUser']();}['updateMember'](_0x15e028,_0xd7aa5e){const _0x5d4155=_0x3a00cb;let _0x2c5bb8=this[_0x5d4155(0x42e)]['get'](_0x15e028);_0x2c5bb8||(_0x2c5bb8=new _0x45b08f(),this[_0x5d4155(0x42e)][_0x5d4155(0x4cf)](_0x15e028,_0x2c5bb8)),_0x2c5bb8['updateMember'](_0xd7aa5e);}[_0x3a00cb(0x586)](_0x221874,_0x40b74d){const _0x27a70a=_0x3a00cb,_0x16c8d8=this[_0x27a70a(0x42e)][_0x27a70a(0x4bf)](_0x221874);_0x16c8d8&&_0x16c8d8[_0x27a70a(0x586)](_0x40b74d);}['getRoom'](_0x44b71d){const _0x17a00e=_0x3a00cb;return this[_0x17a00e(0x42e)][_0x17a00e(0x4bf)](_0x44b71d);}[_0x3a00cb(0x426)](_0x200b1e,_0x8d9215){const _0x4c070f=_0x3a00cb,_0x56573c=this[_0x4c070f(0x42e)]['get'](_0x200b1e);if(_0x56573c)return _0x56573c['getMember'](_0x8d9215);}['_removeRoom'](_0x6d0cec){const _0x5889ec=_0x3a00cb,_0x3f7b06=this[_0x5889ec(0x42e)][_0x5889ec(0x4bf)](_0x6d0cec);_0x3f7b06&&(_0x3f7b06[_0x5889ec(0x41f)](),this[_0x5889ec(0x42e)][_0x5889ec(0x317)](_0x6d0cec));}['dispose'](){const _0x17d629=_0x3a00cb;this['_roomMembers'][_0x17d629(0x303)](_0x73d34e=>_0x73d34e['dispose']()),this['_roomMembers']['clear']();}},_0x5aeb12[_0x3a00cb(0x624)]=_0xacf46e([_0x180176(0x0,_0x1330ba[_0x3a00cb(0x5ce)]),_0x180176(0x1,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x267)]))],_0x5aeb12[_0x3a00cb(0x624)]);class _0x45b08f extends _0x1330ba[_0x3a00cb(0x5f8)]{constructor(){super(...arguments),_0x2eb009(this,'_members',new Map());}['dispose'](){const _0xaef8f8=_0x3a00cb;this[_0xaef8f8(0x3d4)][_0xaef8f8(0x229)]();}[_0x3a00cb(0x2b0)](_0x2305ec){const _0x35ea80=_0x3a00cb;this['_members'][_0x35ea80(0x4cf)](_0x2305ec['memberID'],_0x2305ec);}[_0x3a00cb(0x586)](_0x29dc99){const _0x31a2eb=_0x3a00cb;this[_0x31a2eb(0x3d4)]['delete'](_0x29dc99);}[_0x3a00cb(0x426)](_0x471c4c){const _0x43e61e=_0x3a00cb;return this['_members'][_0x43e61e(0x4bf)](_0x471c4c);}['getAllMembers'](){const _0x40f4ab=_0x3a00cb;return Array[_0x40f4ab(0x5ff)](this['_members'][_0x40f4ab(0x2b5)]());}}var _0x96d383=Object['defineProperty'],_0x2fbf10=Object[_0x3a00cb(0x637)],_0x5ba57c=(_0x486f70,_0x43e60f,_0x44826f,_0x5e40e0)=>{const _0x3cb47e=_0x3a00cb;for(var _0x5aae4d=_0x5e40e0>0x1?void 0x0:_0x5e40e0?_0x2fbf10(_0x43e60f,_0x44826f):_0x43e60f,_0x5ce0f2=_0x486f70[_0x3cb47e(0x422)]-0x1,_0x18dcef;_0x5ce0f2>=0x0;_0x5ce0f2--)(_0x18dcef=_0x486f70[_0x5ce0f2])&&(_0x5aae4d=(_0x5e40e0?_0x18dcef(_0x43e60f,_0x44826f,_0x5aae4d):_0x18dcef(_0x5aae4d))||_0x5aae4d);return _0x5e40e0&&_0x5aae4d&&_0x96d383(_0x43e60f,_0x44826f,_0x5aae4d),_0x5aae4d;},_0x162aef=(_0x4817c1,_0x261cbc)=>(_0x9d041c,_0x38ce9c)=>_0x261cbc(_0x9d041c,_0x38ce9c,_0x4817c1),_0x1164b5=(_0x11dc7b=>(_0x11dc7b[_0x11dc7b[_0x3a00cb(0x5aa)]=0x0]=_0x3a00cb(0x5aa),_0x11dc7b[_0x11dc7b[_0x3a00cb(0x4e8)]=0x1]=_0x3a00cb(0x4e8),_0x11dc7b[_0x11dc7b['OFFLINE']=0x2]=_0x3a00cb(0x395),_0x11dc7b[_0x11dc7b['ONLINE']=0x3]=_0x3a00cb(0x695),_0x11dc7b))(_0x1164b5||{});_0x5aeb12[_0x3a00cb(0x1e9)]=class extends _0x1330ba['RxDisposable']{constructor(_0x2a2edf,_0x33b2da,_0xa25d9f,_0x107306,_0x29240d,_0x3c5a5c,_0x32f3cb,_0x11090a,_0x40c5b4,_0x3b62ad){const _0x216528=_0x3a00cb;super(),_0x2eb009(this,_0x216528(0x36d),new _0x1eddba[(_0x216528(0x332))](0x0)),_0x2eb009(this,_0x216528(0x5f6),this['_sessionStatus$'][_0x216528(0x518)]()),_0x2eb009(this,_0x216528(0x4b8),new _0x1eddba[(_0x216528(0x232))]()),_0x2eb009(this,_0x216528(0x4a7),this[_0x216528(0x4b8)]['asObservable']()),_0x2eb009(this,_0x216528(0x499)),_0x2eb009(this,_0x216528(0x297)),_0x2eb009(this,'_collaborationTimeoutTimer'),_0x2eb009(this,_0x216528(0x3a7),!0x1),_0x2eb009(this,_0x216528(0x207),null),(this[_0x216528(0x3e2)]=_0x2a2edf,this[_0x216528(0x405)]=_0xa25d9f,this[_0x216528(0x321)]=_0x107306,this[_0x216528(0x239)]=_0x29240d,this[_0x216528(0x4ce)]=_0x3c5a5c,this['_localeService']=_0x32f3cb,this[_0x216528(0x529)]=_0x11090a,this[_0x216528(0x2c0)]=_0x40c5b4,this[_0x216528(0x588)]=_0x3b62ad,this['_shouldReportTelemetry']=!!this[_0x216528(0x588)],_0x33b2da[_0x216528(0x3a2)](_0x1eddba[_0x216528(0x28a)](this[_0x216528(0x2f0)]))[_0x216528(0x21f)](_0x10045a=>{const _0x1cb38c=_0x216528;var _0x375cdf;typeof _0x10045a>'u'||(this['_socket']=_0x10045a,_0x10045a?(this[_0x1cb38c(0x491)](_0x10045a),this[_0x1cb38c(0x297)]=_0x10045a[_0x1cb38c(0x608)][_0x1cb38c(0x21f)](_0x3afecf=>{const _0x3dec9a=_0x1cb38c;_0x3afecf[_0x3dec9a(0x5be)]===this['_unitID']&&this[_0x3dec9a(0x5b7)](_0x3afecf);})):(this[_0x1cb38c(0x212)](),this[_0x1cb38c(0x36d)][_0x1cb38c(0x2d5)](0x2),(_0x375cdf=this['_socketMessageSubscription'])==null||_0x375cdf[_0x1cb38c(0x281)](),this['_socketMessageSubscription']=null));}),this[_0x216528(0x63e)](this[_0x216528(0x321)][_0x216528(0x288)](()=>{const _0x2617f3=_0x216528;var _0x14d7c9;(_0x14d7c9=this[_0x2617f3(0x499)])==null||_0x14d7c9[_0x2617f3(0x2f7)]({'cmd':_0x4d8c43[_0x2617f3(0x29f)],'data':{'roomID':this['_unitID']}});})));}get[_0x3a00cb(0x4a4)](){const _0x47cb94=_0x3a00cb;return this[_0x47cb94(0x36d)][_0x47cb94(0x2e0)]();}[_0x3a00cb(0x2a9)](){const _0x951a7f=_0x3a00cb;var _0x1f7ef4,_0xd46d2d;return(_0xd46d2d=(_0x1f7ef4=this[_0x951a7f(0x499)])==null?void 0x0:_0x1f7ef4[_0x951a7f(0x284)])!=null?_0xd46d2d:null;}[_0x3a00cb(0x41f)](){const _0x4446ef=_0x3a00cb;super['dispose'](),this[_0x4446ef(0x2f0)][_0x4446ef(0x2d5)](),this[_0x4446ef(0x2f0)]['complete']();}[_0x3a00cb(0x3b1)](){const _0x35030b=_0x3a00cb;var _0x18a3c0,_0x22503c;this[_0x35030b(0x212)](),(_0x18a3c0=this['_socket'])==null||_0x18a3c0[_0x35030b(0x2f7)]({'cmd':_0x4d8c43[_0x35030b(0x29f)],'data':{'roomID':this[_0x35030b(0x3e2)]}}),(_0x22503c=this[_0x35030b(0x499)])==null||_0x22503c[_0x35030b(0x3b1)](),this[_0x35030b(0x4b8)]['complete'](),this[_0x35030b(0x36d)][_0x35030b(0x62b)](),this[_0x35030b(0x41f)]();}['_onCombEvent'](_0x205acc){const _0x1dc945=_0x3a00cb;_0x205acc['cmd']===_0x4d8c43[_0x1dc945(0x294)]?this[_0x1dc945(0x5c4)](_0x205acc):_0x205acc[_0x1dc945(0x233)]===_0x4d8c43['RECV']&&this[_0x1dc945(0x49a)](_0x205acc);}[_0x3a00cb(0x491)](_0x38a198){const _0x3fd633=_0x3a00cb;this[_0x3fd633(0x36d)][_0x3fd633(0x2d5)](0x1),_0x38a198[_0x3fd633(0x2f7)]({'cmd':_0x4d8c43[_0x3fd633(0x294)],'routeKey':this[_0x3fd633(0x3e2)],'routeType':'','data':{'rooms':[{'roomID':this[_0x3fd633(0x3e2)]}]}});}[_0x3a00cb(0x5c4)](_0x1a6c92){const _0x20fc72=_0x3a00cb;var _0x7818f4;if(_0x1a6c92[_0x20fc72(0x3db)]===_0x57d5a8[_0x20fc72(0x286)]){this[_0x20fc72(0x239)][_0x20fc72(0x4d8)]({'type':_0x5934c8['MessageType'][_0x20fc72(0x40c)],'content':this['_localeService']['t'](_0x20fc72(0x53f))}),this[_0x20fc72(0x36d)][_0x20fc72(0x2d5)](0x2);return;}this[_0x20fc72(0x36d)][_0x20fc72(0x2d5)](0x3);const _0xfcf3be=(_0x7818f4=_0x1a6c92[_0x20fc72(0x36b)][_0x20fc72(0x333)][this[_0x20fc72(0x3e2)]])==null?void 0x0:_0x7818f4[_0x20fc72(0x556)];_0xfcf3be&&_0xfcf3be['forEach'](_0x1fa168=>this[_0x20fc72(0x529)][_0x20fc72(0x2b0)](this[_0x20fc72(0x3e2)],_0x1fa168));}[_0x3a00cb(0x49a)](_0x1e301e){const _0x8f66b1=_0x3a00cb;try{const _0x46d26d=_0x1e301e[_0x8f66b1(0x36b)];switch(_0x46d26d[_0x8f66b1(0x306)]){case _0x48fdb9[_0x8f66b1(0x3de)][_0x8f66b1(0x1f1)]:this[_0x8f66b1(0x493)](_0x46d26d),this['_event$']['next'](_0x46d26d);break;case _0x48fdb9['CollaborationEvent'][_0x8f66b1(0x5ae)]:this[_0x8f66b1(0x34d)](_0x46d26d),this[_0x8f66b1(0x4b8)][_0x8f66b1(0x2d5)](_0x46d26d);break;case _0x48fdb9[_0x8f66b1(0x3de)]['CHANGESET_ACK']:case _0x48fdb9[_0x8f66b1(0x3de)][_0x8f66b1(0x4dc)]:this[_0x8f66b1(0x375)](),this[_0x8f66b1(0x24d)](),this[_0x8f66b1(0x4b8)][_0x8f66b1(0x2d5)](_0x46d26d);break;case _0x48fdb9[_0x8f66b1(0x3de)]['MSG_FOR_ERROR']:this[_0x8f66b1(0x405)][_0x8f66b1(0x50f)](_0x8f66b1(0x494)+JSON[_0x8f66b1(0x2a3)](_0x46d26d)),this[_0x8f66b1(0x4b8)]['next'](_0x46d26d);break;case _0x48fdb9[_0x8f66b1(0x3de)][_0x8f66b1(0x47b)]:this['_commentService'][_0x8f66b1(0x699)](_0x46d26d[_0x8f66b1(0x36b)]),this[_0x8f66b1(0x4b8)][_0x8f66b1(0x2d5)](_0x46d26d);break;default:this['_event$'][_0x8f66b1(0x2d5)](_0x46d26d);}}catch(_0xe48600){this[_0x8f66b1(0x405)][_0x8f66b1(0x50f)](_0xe48600,_0x1e301e);}}[_0x3a00cb(0x493)](_0x171fbd){const _0x1a79aa=_0x3a00cb;this['_memberService']['updateMember'](this[_0x1a79aa(0x3e2)],_0x171fbd[_0x1a79aa(0x36b)]);}[_0x3a00cb(0x34d)](_0x53e42c){const _0x295353=_0x3a00cb;this[_0x295353(0x529)][_0x295353(0x586)](this[_0x295353(0x3e2)],_0x53e42c[_0x295353(0x36b)][_0x295353(0x284)]);}async['send'](_0x13618a,_0x229f92){const _0x3d117d=_0x3a00cb;if(this[_0x3d117d(0x4a4)]!==0x3||!this[_0x3d117d(0x499)])throw new Error('[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!');try{_0x13618a[_0x3d117d(0x306)]===_0x48fdb9[_0x3d117d(0x3de)][_0x3d117d(0x28d)]&&(this[_0x3d117d(0x1fb)](),this[_0x3d117d(0x41a)](_0x13618a)),this['_socket'][_0x3d117d(0x2f7)]({'cmd':_0x4d8c43['INGEST'],'routeKey':_0x229f92,'routeType':'','data':_0x13618a});}catch(_0x40537c){this[_0x3d117d(0x405)][_0x3d117d(0x50f)](_0x40537c);}}['_scheduleCollaborationTimeoutTimer'](){const _0x3e06bd=_0x3a00cb;var _0x2b6d86;this[_0x3e06bd(0x2b2)]=window['setTimeout'](()=>{const _0x4e9c39=_0x3e06bd;this[_0x4e9c39(0x2b2)]=null,this[_0x4e9c39(0x239)][_0x4e9c39(0x4d8)]({'type':_0x5934c8[_0x4e9c39(0x543)][_0x4e9c39(0x2e2)],'content':this[_0x4e9c39(0x1f7)]['t']('session.collaboration-timeout')});},(_0x2b6d86=this[_0x3e06bd(0x4ce)][_0x3e06bd(0x4fc)](_0x941ed1))!=null?_0x2b6d86:0x4e20);}[_0x3a00cb(0x24d)](){const _0x1cdd40=_0x3a00cb;this[_0x1cdd40(0x2b2)]&&(clearTimeout(this[_0x1cdd40(0x2b2)]),this[_0x1cdd40(0x2b2)]=null);}['_startTelemetryCollaborationNewChangeset'](_0x2212bd){const _0x3d01d8=_0x3a00cb;if(!this[_0x3d01d8(0x3a7)])return;const {data:_0x4d5e63}=_0x2212bd,{unitID:_0x2de9ce,changeset:_0x596f79}=_0x4d5e63,{mutations:_0x3fae30,type:_0x2cee48}=_0x596f79;this[_0x3d01d8(0x207)]={'unitId':_0x2de9ce,'type':_0x2cee48,'startTime':performance[_0x3d01d8(0x458)](),'stopTime':0x0,'duration':0x0,'size':_0x12fb88(_0x3fae30)};}[_0x3a00cb(0x375)](){const _0x15e31a=_0x3a00cb;if(this[_0x15e31a(0x3a7)]){if(!this['_telemetryInfo']){this[_0x15e31a(0x405)][_0x15e31a(0x50f)](_0x15e31a(0x512),'telemetry\x20info\x20is\x20not\x20initialized');return;}this[_0x15e31a(0x207)][_0x15e31a(0x4ad)]=performance[_0x15e31a(0x458)](),this[_0x15e31a(0x207)]['duration']=this[_0x15e31a(0x207)][_0x15e31a(0x4ad)]-this['_telemetryInfo']['startTime'],this[_0x15e31a(0x588)][_0x15e31a(0x319)](_0x423e7f,this[_0x15e31a(0x207)]),this['_telemetryInfo']=null;}}[_0x3a00cb(0x212)](){const _0x4b99e5=_0x3a00cb;this[_0x4b99e5(0x207)]=null;}},_0x5aeb12[_0x3a00cb(0x1e9)]=_0x5ba57c([_0x162aef(0x2,_0x1330ba[_0x3a00cb(0x57c)]),_0x162aef(0x3,_0x5d5dd2[_0x3a00cb(0x4cb)]),_0x162aef(0x4,_0x5d5dd2['IMessageService']),_0x162aef(0x5,_0x1330ba[_0x3a00cb(0x3c1)]),_0x162aef(0x6,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba['LocaleService'])),_0x162aef(0x7,_0x1330ba['Inject'](_0x5aeb12[_0x3a00cb(0x624)])),_0x162aef(0x8,_0x1330ba[_0x3a00cb(0x217)](_0x5b63f3)),_0x162aef(0x9,_0x1330ba[_0x3a00cb(0x67e)](_0x52bfc7[_0x3a00cb(0x260)]))],_0x5aeb12['CollaborationSession']);var _0x22758c=Object[_0x3a00cb(0x43c)],_0x5002f8=Object['getOwnPropertyDescriptor'],_0x108b8a=(_0x40dbc7,_0x4ce2a9,_0xb28082,_0x37309d)=>{for(var _0x2dbdeb=_0x37309d>0x1?void 0x0:_0x37309d?_0x5002f8(_0x4ce2a9,_0xb28082):_0x4ce2a9,_0x4e1acb=_0x40dbc7['length']-0x1,_0x26b979;_0x4e1acb>=0x0;_0x4e1acb--)(_0x26b979=_0x40dbc7[_0x4e1acb])&&(_0x2dbdeb=(_0x37309d?_0x26b979(_0x4ce2a9,_0xb28082,_0x2dbdeb):_0x26b979(_0x2dbdeb))||_0x2dbdeb);return _0x37309d&&_0x2dbdeb&&_0x22758c(_0x4ce2a9,_0xb28082,_0x2dbdeb),_0x2dbdeb;},_0x3be85b=(_0x3f3aeb,_0xe02571)=>(_0x38fc2c,_0xcaff78)=>_0xe02571(_0x38fc2c,_0xcaff78,_0x3f3aeb);_0x5aeb12['CollaborationSessionService']=class extends _0x1330ba[_0x3a00cb(0x5f8)]{constructor(_0x10a1c4,_0x274391,_0x392f2e,_0x5b29c1,_0x1bc3ea,_0x3ede7e){const _0xf1abd0=_0x3a00cb;super(),_0x2eb009(this,'_socket$',new _0x1eddba['BehaviorSubject'](void 0x0)),_0x2eb009(this,'socket$',this[_0xf1abd0(0x31d)][_0xf1abd0(0x518)]()),_0x2eb009(this,_0xf1abd0(0x1fe),null),_0x2eb009(this,_0xf1abd0(0x4b6),new Map()),_0x2eb009(this,'_status$',new _0x1eddba[(_0xf1abd0(0x332))](_0x1164b5[_0xf1abd0(0x5aa)])),_0x2eb009(this,_0xf1abd0(0x69d),this['_status$'][_0xf1abd0(0x518)]()),_0x2eb009(this,'_socketReady',!0x1),_0x2eb009(this,_0xf1abd0(0x582)),_0x2eb009(this,'_retryCount',0x0),_0x2eb009(this,_0xf1abd0(0x60a)),_0x2eb009(this,_0xf1abd0(0x5a6)),(this[_0xf1abd0(0x226)]=_0x10a1c4,this[_0xf1abd0(0x1f7)]=_0x274391,this[_0xf1abd0(0x239)]=_0x392f2e,this[_0xf1abd0(0x405)]=_0x5b29c1,this['_configService']=_0x1bc3ea,this[_0xf1abd0(0x275)]=_0x3ede7e,this[_0xf1abd0(0x446)]());}get[_0x3a00cb(0x499)](){const _0x6bc37e=_0x3a00cb;return this[_0x6bc37e(0x31d)]['getValue']();}[_0x3a00cb(0x446)](){const _0x2655a4=_0x3a00cb;this[_0x2655a4(0x537)](),this['_listenToOnlineEvent']();}[_0x3a00cb(0x41f)](){const _0x1873b1=_0x3a00cb;super[_0x1873b1(0x41f)](),this['_sessions'][_0x1873b1(0x303)](_0xbbce34=>_0xbbce34[_0x1873b1(0x41f)]()),this[_0x1873b1(0x4b6)]['clear'](),this['_status$']['complete']();}async['requireSession'](_0x2ceeff){const _0x598238=_0x3a00cb;if(this[_0x598238(0x4b6)][_0x598238(0x42a)](_0x2ceeff))return this[_0x598238(0x4b6)][_0x598238(0x4bf)](_0x2ceeff);this[_0x598238(0x623)]();const _0x48d44d=this['_injector'][_0x598238(0x578)](_0x5aeb12['CollaborationSession'],_0x2ceeff,this[_0x598238(0x31d)]['asObservable']());return this['_sessions'][_0x598238(0x4cf)](_0x2ceeff,_0x48d44d),_0x48d44d;}[_0x3a00cb(0x500)](_0x19c14e){const _0x485057=_0x3a00cb;var _0x329c57;const _0x2c678f=this[_0x485057(0x4b6)][_0x485057(0x4bf)](_0x19c14e);_0x2c678f&&(this[_0x485057(0x4b6)][_0x485057(0x317)](_0x19c14e),_0x2c678f[_0x485057(0x3b1)]()),this[_0x485057(0x4b6)]['size']||(_0x329c57=this[_0x485057(0x499)])==null||_0x329c57[_0x485057(0x3b1)]();}[_0x3a00cb(0x40b)](){const _0x421186=_0x3a00cb;this[_0x421186(0x515)]=0x0,this[_0x421186(0x582)]!=null&&(clearTimeout(this[_0x421186(0x582)]),this[_0x421186(0x582)]=null),this[_0x421186(0x63a)]();}['_createSocket'](){const _0x3394bc=_0x3a00cb;var _0x53c0c0,_0x15b8f9;const _0x38e631=this[_0x3394bc(0x4ce)][_0x3394bc(0x4fc)](_0x2314a9),_0x36987c=this[_0x3394bc(0x4ce)][_0x3394bc(0x4fc)](_0x37cfeb),_0x34a1d9=(_0x15b8f9=(_0x53c0c0=_0x36987c==null?void 0x0:_0x36987c[_0x3394bc(0x535)])!=null?_0x53c0c0:_0x38e631)!=null?_0x15b8f9:_0x23debe,_0x2da059=this[_0x3394bc(0x275)][_0x3394bc(0x52b)](_0x34a1d9);return this[_0x3394bc(0x1fe)]=_0x2da059,_0x2da059;}[_0x3a00cb(0x623)](){const _0x26acf7=_0x3a00cb;var _0xd06ef9,_0x1709bf;try{const _0x52d990=(_0x1709bf=(_0xd06ef9=this[_0x26acf7(0x499)])!=null?_0xd06ef9:this[_0x26acf7(0x1fe)])!=null?_0x1709bf:this['_createSocket']();if(_0x52d990){const _0x29585e=_0x52d990[_0x26acf7(0x2f7)];_0x52d990[_0x26acf7(0x2f7)]=_0x2b8eae=>(this[_0x26acf7(0x2fd)](),_0x29585e[_0x26acf7(0x48d)](_0x52d990,[_0x2b8eae])),_0x52d990['message$'][_0x26acf7(0x21f)](_0x5b0204=>this[_0x26acf7(0x283)](_0x52d990,_0x5b0204)),_0x52d990[_0x26acf7(0x4c6)][_0x26acf7(0x3a2)](_0xc13278[_0x26acf7(0x5b1)](0x1))['subscribe'](_0x387d03=>this[_0x26acf7(0x405)][_0x26acf7(0x50f)](_0x26acf7(0x4c0),_0x387d03)),_0x52d990[_0x26acf7(0x2cf)][_0x26acf7(0x3a2)](_0xc13278[_0x26acf7(0x5b1)](0x1))[_0x26acf7(0x21f)](()=>{const _0x53a2e9=_0x26acf7;this[_0x53a2e9(0x2b8)](_0x52d990);}),_0x52d990[_0x26acf7(0x50c)][_0x26acf7(0x3a2)](_0xc13278[_0x26acf7(0x5b1)](0x1))['subscribe'](_0x4f242b=>{const _0x5aa41f=_0x26acf7;this[_0x5aa41f(0x405)][_0x5aa41f(0x507)]('[CollaborationSessionService]',_0x5aa41f(0x28c),_0x4f242b),this['_onConnectionFailed']();});}}catch(_0x46812c){this[_0x26acf7(0x405)][_0x26acf7(0x50f)](_0x46812c),this[_0x26acf7(0x5a1)]();}}['_onConnectionOpen'](_0x41c13b){const _0x35f5e4=_0x3a00cb;this['_logService'][_0x35f5e4(0x507)]('[CollaborationSessionService]',_0x35f5e4(0x4e4)),_0x41c13b[_0x35f5e4(0x2f7)]({'cmd':_0x4d8c43['HELLO']}),this[_0x35f5e4(0x2fd)]();}[_0x3a00cb(0x537)](){const _0x3574f1=_0x3a00cb;window[_0x3574f1(0x609)](_0x3574f1(0x43a),()=>this['_onOffline']());}[_0x3a00cb(0x4a3)](){const _0x15adb5=_0x3a00cb;this[_0x15adb5(0x20d)]=!0x1,this[_0x15adb5(0x1fe)]=null,this[_0x15adb5(0x603)][_0x15adb5(0x2d5)](_0x1164b5[_0x15adb5(0x395)]),this[_0x15adb5(0x31d)]['next'](null),this[_0x15adb5(0x67f)](),this['_clearHeartbeatTimer']();}[_0x3a00cb(0x5a1)](){const _0x1a4b20=_0x3a00cb;var _0x298d01;this[_0x1a4b20(0x4a3)](),this['_retryCount']<((_0x298d01=this['_configService'][_0x1a4b20(0x4fc)](_0x4ec51f))!=null?_0x298d01:0x3)?(this[_0x1a4b20(0x239)][_0x1a4b20(0x4d8)]({'key':_0x1a4b20(0x421),'type':_0x5934c8[_0x1a4b20(0x543)]['Warning'],'content':this['_localeService']['t']('session.will-retry')}),this['_tryReconnect']()):this[_0x1a4b20(0x239)]['show']({'key':_0x1a4b20(0x421),'type':_0x5934c8['MessageType'][_0x1a4b20(0x2e2)],'content':this['_localeService']['t']('session.connection-failed')});}['_listenToOnlineEvent'](){const _0x9eb708=_0x3a00cb,_0x2e51c1=()=>{const _0x5d5845=_0x5f13;this['_socket']||this[_0x5d5845(0x40b)]();},_0x528d58=()=>{const _0x3b3f7f=_0x5f13;this[_0x3b3f7f(0x499)]||document['visibilityState']==='hidden'||this[_0x3b3f7f(0x40b)]();};window['addEventListener']('online',_0x2e51c1),document['addEventListener'](_0x9eb708(0x35b),_0x528d58);}[_0x3a00cb(0x63a)](){const _0x34d323=_0x3a00cb;var _0x53a1de;const _0x13f48a=this[_0x34d323(0x515)],_0x94fbb5=this['_configService']['getConfig'](_0x37cfeb),_0x1ea91c=_0x13f48a===0x0?0x0:((_0x53a1de=_0x94fbb5==null?void 0x0:_0x94fbb5[_0x34d323(0x235)])!=null?_0x53a1de:0x4e20)*0x2**_0x13f48a;this[_0x34d323(0x582)]=window['setTimeout'](()=>{const _0x2cb1db=_0x34d323;clearTimeout(this[_0x2cb1db(0x582)]),this['_retryConnectingTimer']=null,this[_0x2cb1db(0x623)]();},_0x1ea91c),this[_0x34d323(0x515)]+=0x1;}[_0x3a00cb(0x283)](_0x324c28,_0x6eb9e){const _0x6b341c=_0x3a00cb,{cmd:_0x1f1cf9}=_0x6eb9e;_0x1f1cf9===_0x4d8c43[_0x6b341c(0x325)]&&!this[_0x6b341c(0x20d)]&&(_0x324c28['memberID']=_0x6eb9e[_0x6b341c(0x36b)]['memberID'],this['_socket$'][_0x6b341c(0x2d5)](_0x324c28),this[_0x6b341c(0x603)][_0x6b341c(0x2d5)](_0x1164b5[_0x6b341c(0x695)]),this[_0x6b341c(0x20d)]=!0x0,this[_0x6b341c(0x1fe)]=null),_0x1f1cf9===_0x4d8c43['HEARTBEAT']&&this[_0x6b341c(0x67f)](),this['_rescheduleHeartbeat']();}['_rescheduleHeartbeat'](){const _0x1b8960=_0x3a00cb;var _0x12f400;this['_clearHeartbeatTimer'](),this[_0x1b8960(0x60a)]=window[_0x1b8960(0x64c)](()=>this[_0x1b8960(0x2ca)](),(_0x12f400=this[_0x1b8960(0x4ce)]['getConfig'](_0x407e47))!=null?_0x12f400:0x7530);}[_0x3a00cb(0x2ca)](){const _0x213b6b=_0x3a00cb;this['_socket']['send']({'cmd':_0x4d8c43[_0x213b6b(0x3b0)]}),this[_0x213b6b(0x4d6)]();}[_0x3a00cb(0x4d6)](){const _0x2d3147=_0x3a00cb;var _0x1638cd;this[_0x2d3147(0x5a6)]=window[_0x2d3147(0x64c)](()=>this[_0x2d3147(0x5a1)](),(_0x1638cd=this[_0x2d3147(0x4ce)]['getConfig'](_0x941ed1))!=null?_0x1638cd:0x4e20);}[_0x3a00cb(0x277)](){const _0x313573=_0x3a00cb;this[_0x313573(0x60a)]!=null&&(clearTimeout(this['_sendHeartbeatTimer']),this['_sendHeartbeatTimer']=null);}[_0x3a00cb(0x67f)](){const _0x1466e6=_0x3a00cb;this[_0x1466e6(0x5a6)]!=null&&(clearTimeout(this[_0x1466e6(0x5a6)]),this[_0x1466e6(0x5a6)]=null);}},_0x5aeb12[_0x3a00cb(0x2c3)]=_0x108b8a([_0x3be85b(0x0,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x3be85b(0x1,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x627)])),_0x3be85b(0x2,_0x5d5dd2[_0x3a00cb(0x67b)]),_0x3be85b(0x3,_0x1330ba['ILogService']),_0x3be85b(0x4,_0x1330ba[_0x3a00cb(0x3c1)]),_0x3be85b(0x5,_0xd12940)],_0x5aeb12[_0x3a00cb(0x2c3)]);const _0x5bb55c=[];for(let _0x353848=0x0;_0x353848<0x100;++_0x353848)_0x5bb55c['push']((_0x353848+0x100)[_0x3a00cb(0x3fd)](0x10)[_0x3a00cb(0x3e3)](0x1));function _0x27cc70(_0x150441,_0x1190f4=0x0){return(_0x5bb55c[_0x150441[_0x1190f4+0x0]]+_0x5bb55c[_0x150441[_0x1190f4+0x1]]+_0x5bb55c[_0x150441[_0x1190f4+0x2]]+_0x5bb55c[_0x150441[_0x1190f4+0x3]]+'-'+_0x5bb55c[_0x150441[_0x1190f4+0x4]]+_0x5bb55c[_0x150441[_0x1190f4+0x5]]+'-'+_0x5bb55c[_0x150441[_0x1190f4+0x6]]+_0x5bb55c[_0x150441[_0x1190f4+0x7]]+'-'+_0x5bb55c[_0x150441[_0x1190f4+0x8]]+_0x5bb55c[_0x150441[_0x1190f4+0x9]]+'-'+_0x5bb55c[_0x150441[_0x1190f4+0xa]]+_0x5bb55c[_0x150441[_0x1190f4+0xb]]+_0x5bb55c[_0x150441[_0x1190f4+0xc]]+_0x5bb55c[_0x150441[_0x1190f4+0xd]]+_0x5bb55c[_0x150441[_0x1190f4+0xe]]+_0x5bb55c[_0x150441[_0x1190f4+0xf]])['toLowerCase']();}let _0x21306;const _0x4c4914=new Uint8Array(0x10);function _0x3ec2fe(){const _0x122a24=_0x3a00cb;if(!_0x21306){if(typeof crypto>'u'||!crypto[_0x122a24(0x536)])throw new Error(_0x122a24(0x39b));_0x21306=crypto[_0x122a24(0x536)][_0x122a24(0x295)](crypto);}return _0x21306(_0x4c4914);}const _0x28edce={'randomUUID':typeof crypto<'u'&&crypto[_0x3a00cb(0x384)]&&crypto[_0x3a00cb(0x384)]['bind'](crypto)};function _0x2b0a94(_0x310a15,_0x29e49c,_0x1b285f){const _0x4f91ea=_0x3a00cb;if(_0x28edce[_0x4f91ea(0x384)]&&!_0x29e49c&&!_0x310a15)return _0x28edce[_0x4f91ea(0x384)]();_0x310a15=_0x310a15||{};const _0x38c8df=_0x310a15[_0x4f91ea(0x4ab)]||(_0x310a15[_0x4f91ea(0x62f)]||_0x3ec2fe)();return _0x38c8df[0x6]=_0x38c8df[0x6]&0xf|0x40,_0x38c8df[0x8]=_0x38c8df[0x8]&0x3f|0x80,_0x27cc70(_0x38c8df);}var _0x505752=Object[_0x3a00cb(0x43c)],_0x535863=Object[_0x3a00cb(0x637)],_0x35e787=(_0x873cc0,_0x2927af,_0x47835e,_0x2ec35e)=>{const _0x33679f=_0x3a00cb;for(var _0x1c4028=_0x2ec35e>0x1?void 0x0:_0x2ec35e?_0x535863(_0x2927af,_0x47835e):_0x2927af,_0x2f2d19=_0x873cc0[_0x33679f(0x422)]-0x1,_0x471e38;_0x2f2d19>=0x0;_0x2f2d19--)(_0x471e38=_0x873cc0[_0x2f2d19])&&(_0x1c4028=(_0x2ec35e?_0x471e38(_0x2927af,_0x47835e,_0x1c4028):_0x471e38(_0x1c4028))||_0x1c4028);return _0x2ec35e&&_0x1c4028&&_0x505752(_0x2927af,_0x47835e,_0x1c4028),_0x1c4028;},_0x54767b=(_0x4ec406,_0x546e6d)=>(_0x312be4,_0xfe8dcf)=>_0x546e6d(_0x312be4,_0xfe8dcf,_0x4ec406);let _0x2b30d7=class{constructor(_0x22f93,_0xdab49b,_0x295f7e){const _0x4d47a0=_0x3a00cb;this[_0x4d47a0(0x226)]=_0x22f93,this[_0x4d47a0(0x621)]=_0xdab49b,this[_0x4d47a0(0x56e)]=_0x295f7e;}[_0x3a00cb(0x386)](_0x330b90){this['_transformUndoRedoStack'](_0x330b90),this['_transformPreviousActiveRange'](_0x330b90);}[_0x3a00cb(0x368)](_0x21939a){const _0xdec04f=_0x3a00cb,{unitID:_0x4e3b5}=_0x21939a,_0x29b16a=this['_renderManagerService'][_0xdec04f(0x38e)](_0x4e3b5)[_0xdec04f(0x3b2)](_0x2b18a1[_0xdec04f(0x3bc)]),{redoCache:_0x52df37}=_0x29b16a['getUndoRedoMutationParamsCache']();if(_0x52df37[_0xdec04f(0x422)]===0x0)return _0x21939a;let _0x1a1db6=_0x1330ba['Tools'][_0xdec04f(0x579)](_0x21939a[_0xdec04f(0x1f3)][0x0]);for(let _0x405f55=0x0;_0x405f55<_0x52df37['length'];_0x405f55++){const _0x38c4f3={'id':'doc.mutation.rich-text-editing','params':{..._0x52df37[_0x405f55]}},_0x1fe847=this[_0xdec04f(0x621)]['transformMutation'](_0x1a1db6,_0x38c4f3,!0x1);if(_0x48fdb9[_0xdec04f(0x5ad)](_0x1fe847))throw _0x1fe847[_0xdec04f(0x50f)];_0x1a1db6=_0x1fe847[_0xdec04f(0x62e)];}return{..._0x1330ba[_0xdec04f(0x23b)][_0xdec04f(0x579)](_0x21939a),'mutations':[_0x1a1db6]};}[_0x3a00cb(0x416)](_0x2ff0bb){const _0xa1ef01=_0x3a00cb,{unitID:_0x1cd88b}=_0x2ff0bb,_0x45cc2a=this[_0xa1ef01(0x56e)][_0xa1ef01(0x38e)](_0x1cd88b)[_0xa1ef01(0x3b2)](_0x2b18a1[_0xa1ef01(0x3bc)]),{undoCache:_0xcbd514,redoCache:_0x216b4d}=_0x45cc2a[_0xa1ef01(0x5ea)]();if(_0xcbd514[_0xa1ef01(0x422)]===0x0||_0x216b4d['length']===0x0)return;const _0x4797c3=[],_0x146dfb=[];let _0x287812=_0x1330ba['Tools'][_0xa1ef01(0x579)](_0x2ff0bb[_0xa1ef01(0x1f3)][0x0]),_0xc049b8=_0x1330ba['Tools'][_0xa1ef01(0x579)](_0x2ff0bb[_0xa1ef01(0x1f3)][0x0]);for(let _0x2b4f28=_0xcbd514[_0xa1ef01(0x422)]-0x1;_0x2b4f28>=0x0;_0x2b4f28--){const _0x459d00={'id':_0xa1ef01(0x3d2),'params':{..._0xcbd514[_0x2b4f28]}},_0x48f37d={'id':_0xa1ef01(0x3d2),'params':{..._0x216b4d[_0x2b4f28]}},_0x40a971=this[_0xa1ef01(0x621)][_0xa1ef01(0x576)](_0x287812,_0x459d00,!0x1),_0x9c70a5=this['_transformService'][_0xa1ef01(0x576)](_0xc049b8,_0x48f37d,!0x1);if(_0x48fdb9[_0xa1ef01(0x5ad)](_0x40a971))throw _0x40a971['error'];if(_0x48fdb9[_0xa1ef01(0x5ad)](_0x9c70a5))throw _0x9c70a5[_0xa1ef01(0x50f)];_0x4797c3[_0xa1ef01(0x49f)](_0x40a971[_0xa1ef01(0x591)][_0xa1ef01(0x25e)]),_0x146dfb[_0xa1ef01(0x49f)](_0x9c70a5['m2Prime'][_0xa1ef01(0x25e)]),_0x287812=_0x40a971[_0xa1ef01(0x62e)],_0xc049b8=_0x9c70a5[_0xa1ef01(0x62e)];}_0x45cc2a[_0xa1ef01(0x5e6)]({'undoCache':_0x4797c3,'redoCache':_0x146dfb});}[_0x3a00cb(0x3d0)](_0x2ddbec){const _0x562e38=_0x3a00cb,{unitID:_0x235566}=_0x2ddbec,_0xa0d253=this[_0x562e38(0x56e)][_0x562e38(0x38e)](_0x235566)[_0x562e38(0x3b2)](_0x2b18a1[_0x562e38(0x3bc)]),_0x31b84d=_0xa0d253[_0x562e38(0x64b)]();if(_0x31b84d==null)return;const _0x2033bc=[{'id':_0x562e38(0x3d2),'params':{'unitId':_0x2ddbec[_0x562e38(0x36f)],'actions':null,'textRanges':[_0x31b84d]}}],_0x1d787c=this['_transformService'][_0x562e38(0x22e)](_0x2ddbec,_0x2033bc);if(!_0x48fdb9[_0x562e38(0x5a3)](_0x1d787c))throw _0x1d787c[_0x562e38(0x50f)];const _0x565e4e=_0x1d787c[_0x562e38(0x591)][0x0][_0x562e38(0x25e)]['textRanges'];Array[_0x562e38(0x519)](_0x565e4e)&&_0x565e4e[_0x562e38(0x422)]&&_0xa0d253['setActiveRange'](_0x565e4e[0x0]);}};_0x2b30d7=_0x35e787([_0x54767b(0x0,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x54767b(0x1,_0x48fdb9[_0x3a00cb(0x38d)]),_0x54767b(0x2,_0x15986e['IRenderManagerService'])],_0x2b30d7);var _0x5a7f4d=Object['defineProperty'],_0x1f0443=Object[_0x3a00cb(0x637)],_0x56a85f=(_0x172c57,_0x3c1611,_0x58e8dd,_0x11018f)=>{const _0x3e6f09=_0x3a00cb;for(var _0x4f03e7=_0x11018f>0x1?void 0x0:_0x11018f?_0x1f0443(_0x3c1611,_0x58e8dd):_0x3c1611,_0x4e5e90=_0x172c57[_0x3e6f09(0x422)]-0x1,_0x3625aa;_0x4e5e90>=0x0;_0x4e5e90--)(_0x3625aa=_0x172c57[_0x4e5e90])&&(_0x4f03e7=(_0x11018f?_0x3625aa(_0x3c1611,_0x58e8dd,_0x4f03e7):_0x3625aa(_0x4f03e7))||_0x4f03e7);return _0x11018f&&_0x4f03e7&&_0x5a7f4d(_0x3c1611,_0x58e8dd,_0x4f03e7),_0x4f03e7;},_0x33b876=(_0x4f42d0,_0x529782)=>(_0x5a1c91,_0x2a0f28)=>_0x529782(_0x5a1c91,_0x2a0f28,_0x4f42d0);_0x5aeb12['LocalCacheService']=class extends _0x1330ba['Disposable']{constructor(_0xedd59d,_0x2913a6,_0x23a3ca,_0x2b8cbc,_0x1276aa){const _0x245c5c=_0x3a00cb;super(),_0x2eb009(this,_0x245c5c(0x293),new Map()),_0x2eb009(this,_0x245c5c(0x25c),new Map()),_0x2eb009(this,'_disabled',!0x1),(this[_0x245c5c(0x4ce)]=_0xedd59d,this[_0x245c5c(0x1e7)]=_0x2913a6,this[_0x245c5c(0x321)]=_0x23a3ca,this[_0x245c5c(0x1f7)]=_0x2b8cbc,this['_revisionService']=_0x1276aa,this[_0x245c5c(0x684)]());}[_0x3a00cb(0x598)](){const _0x2f1f04=_0x3a00cb;this[_0x2f1f04(0x482)]=!0x0;}[_0x3a00cb(0x346)](){const _0x3b8004=_0x3a00cb;this[_0x3b8004(0x482)]=!0x1;}[_0x3a00cb(0x41f)](){const _0x28c05d=_0x3a00cb;this[_0x28c05d(0x214)]()[_0x28c05d(0x694)](()=>super['dispose']());}async[_0x3a00cb(0x1ff)](_0x1ed69f){const _0x2f4c45=_0x3a00cb;return this[_0x2f4c45(0x482)]?null:this[_0x2f4c45(0x1e7)]['getItem'](_0x47de53(_0x1ed69f));}async[_0x3a00cb(0x309)](_0x5bb5ff,_0x3ac032){const _0x2c681c=_0x3a00cb;return!!this['_localStorageService'][_0x2c681c(0x486)](_0x5bb5ff,_0x3ac032);}['updateOfflineData'](_0x3e8aa7,_0x45732f,_0x1b12e7,_0x1c018e){const _0x5ce027=_0x3a00cb,_0x150739=this[_0x5ce027(0x4d7)]['getCurrentRevOfUnit'](_0x3e8aa7);this[_0x5ce027(0x293)][_0x5ce027(0x4cf)](_0x3e8aa7,{'unitID':_0x3e8aa7,'type':_0x45732f,'awaitingChangeset':_0x1b12e7,'mutations':_0x1c018e,'rev':_0x150739}),this[_0x5ce027(0x25c)][_0x5ce027(0x42a)](_0x3e8aa7)||this[_0x5ce027(0x2be)](_0x3e8aa7);}[_0x3a00cb(0x2be)](_0x1f0f69){const _0x23741e=_0x3a00cb,_0x22d7ee=this['_getSaveTimeout']();_0x22d7ee===0x0?this[_0x23741e(0x42c)](_0x1f0f69):this['_saveTaskMap']['set'](_0x1f0f69,setTimeout(()=>this[_0x23741e(0x42c)](_0x1f0f69),_0x22d7ee));}[_0x3a00cb(0x272)](){const _0x5c6fd0=_0x3a00cb;var _0x45d6a8;return(_0x45d6a8=this[_0x5c6fd0(0x4ce)][_0x5c6fd0(0x4fc)](_0x4cb84a))!=null?_0x45d6a8:0x3e8;}[_0x3a00cb(0x42c)](_0x23d52e){const _0x5706df=_0x3a00cb,_0x574e1b=this['_saveTaskMap']['get'](_0x23d52e);return _0x574e1b!==void 0x0&&window[_0x5706df(0x367)](_0x574e1b),this[_0x5706df(0x1e7)][_0x5706df(0x486)](_0x47de53(_0x23d52e),this['_cachedData'][_0x5706df(0x4bf)](_0x23d52e))[_0x5706df(0x694)](()=>this[_0x5706df(0x25c)][_0x5706df(0x317)](_0x23d52e));}async['exhaustSavingTask'](){const _0x2888ae=_0x3a00cb,_0x126b56=[];this[_0x2888ae(0x25c)][_0x2888ae(0x303)]((_0x5145b8,_0x20f8f6)=>{const _0x2b0d32=_0x2888ae;window['clearTimeout'](_0x5145b8),_0x126b56[_0x2b0d32(0x64d)](this[_0x2b0d32(0x42c)](_0x20f8f6)[_0x2b0d32(0x694)](()=>{const _0x5588b3=_0x2b0d32;this[_0x5588b3(0x25c)][_0x5588b3(0x317)](_0x20f8f6);}));}),await Promise[_0x2888ae(0x573)](_0x126b56);}[_0x3a00cb(0x684)](){const _0x487e00=_0x3a00cb;this[_0x487e00(0x63e)](this[_0x487e00(0x321)][_0x487e00(0x354)](()=>{const _0x2ffad1=_0x487e00;if(this['_saveTaskMap'][_0x2ffad1(0x3af)])return this[_0x2ffad1(0x1f7)]['t'](_0x2ffad1(0x206));}));}},_0x5aeb12['LocalCacheService']=_0x56a85f([_0x33b876(0x0,_0x1330ba[_0x3a00cb(0x3c1)]),_0x33b876(0x1,_0x1330ba['ILocalStorageService']),_0x33b876(0x2,_0x5d5dd2[_0x3a00cb(0x4cb)]),_0x33b876(0x3,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba['LocaleService'])),_0x33b876(0x4,_0x1330ba['Inject'](_0x48fdb9['RevisionService']))],_0x5aeb12['LocalCacheService']);function _0x47de53(_0x1955a0){const _0x387d10=_0x3a00cb;return _0x387d10(0x65f)+_0x1955a0;}var _0x4fd70d=Object[_0x3a00cb(0x43c)],_0x1e8de1=Object[_0x3a00cb(0x637)],_0x2e674d=(_0x2f7c00,_0x4f7f78,_0xc60703,_0xcc99bd)=>{for(var _0x474d92=_0xcc99bd>0x1?void 0x0:_0xcc99bd?_0x1e8de1(_0x4f7f78,_0xc60703):_0x4f7f78,_0x5c168a=_0x2f7c00['length']-0x1,_0x182eb2;_0x5c168a>=0x0;_0x5c168a--)(_0x182eb2=_0x2f7c00[_0x5c168a])&&(_0x474d92=(_0xcc99bd?_0x182eb2(_0x4f7f78,_0xc60703,_0x474d92):_0x182eb2(_0x474d92))||_0x474d92);return _0xcc99bd&&_0x474d92&&_0x4fd70d(_0x4f7f78,_0xc60703,_0x474d92),_0x474d92;},_0x25ff99=(_0x3dc7bf,_0x3720c5)=>(_0x3f2808,_0x12ac59)=>_0x3720c5(_0x3f2808,_0x12ac59,_0x3dc7bf);function _0x7e27e3(_0x45114b){const _0x2a40c8=_0x3a00cb,{unitID:_0x4c26a9,mutations:_0x2d91f6}=_0x45114b;return{'unitId':_0x4c26a9,'subUnitId':_0x2d91f6[0x0][_0x2a40c8(0x25e)][_0x2a40c8(0x311)]};}let _0x1a0834=class{constructor(_0xfa577c,_0x1cf181,_0xab780e){const _0x206fa0=_0x3a00cb;this['_injector']=_0xfa577c,this[_0x206fa0(0x621)]=_0x1cf181,this[_0x206fa0(0x630)]=_0xab780e;}[_0x3a00cb(0x4f4)](_0x4dfabd){const _0x2b5343=_0x3a00cb;var _0x282349,_0x1fc3f5,_0x4c7e02,_0x594ed4;const _0x4b67be=this[_0x2b5343(0x226)][_0x2b5343(0x4bf)](_0x5ca8f8[_0x2b5343(0x3dd)]),{unitId:_0x58474e,subUnitId:_0x336141}=_0x7e27e3(_0x4dfabd),_0x31a1cb=_0x4b67be[_0x2b5343(0x244)](_0x58474e)[_0x2b5343(0x24c)](),_0x5252d0=(_0x1fc3f5=(_0x282349=this[_0x2b5343(0x630)][_0x2b5343(0x36c)](_0x58474e))==null?void 0x0:_0x282349['getActiveSheet']())==null?void 0x0:_0x1fc3f5[_0x2b5343(0x30b)]();if(_0x31a1cb[_0x2b5343(0x422)]===0x0||!_0x58474e||!_0x336141)return;const _0x517326=[{'id':_0x5ca8f8['SetSelectionsOperation']['id'],'params':{'unitId':_0x58474e,'subUnitId':_0x5252d0,'selections':_0x1330ba['Tools'][_0x2b5343(0x579)](_0x31a1cb)}}],_0x2c32ef=this[_0x2b5343(0x621)][_0x2b5343(0x22e)](_0x4dfabd,_0x517326);if(!_0x48fdb9[_0x2b5343(0x5a3)](_0x2c32ef))throw _0x2c32ef[_0x2b5343(0x50f)];const _0x5dfa94=(_0x594ed4=(_0x4c7e02=_0x2c32ef[_0x2b5343(0x591)][0x0])==null?void 0x0:_0x4c7e02['params'])==null?void 0x0:_0x594ed4[_0x2b5343(0x47f)];if(Array['isArray'](_0x5dfa94)&&_0x5dfa94[_0x2b5343(0x422)]){if(_0x5dfa94['length']===_0x517326[0x0][_0x2b5343(0x25e)][_0x2b5343(0x47f)][_0x2b5343(0x422)]&&_0x5dfa94[_0x2b5343(0x2d1)]((_0x27d7f5,_0x5c7a29)=>_0x1330ba[_0x2b5343(0x509)][_0x2b5343(0x241)](_0x27d7f5['range'],_0x517326[0x0][_0x2b5343(0x25e)][_0x2b5343(0x47f)][_0x5c7a29][_0x2b5343(0x292)])))return;this[_0x2b5343(0x226)][_0x2b5343(0x4bf)](_0x1330ba[_0x2b5343(0x5fc)])['executeCommand'](_0x5ca8f8[_0x2b5343(0x4b2)]['id'],{'unitId':_0x58474e,'subUnitId':_0x5252d0,'selections':_0x5dfa94});}}};_0x1a0834=_0x2e674d([_0x25ff99(0x0,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x619)])),_0x25ff99(0x1,_0x48fdb9[_0x3a00cb(0x38d)]),_0x25ff99(0x2,_0x1330ba[_0x3a00cb(0x5ce)])],_0x1a0834);const _0x151dcb=_0x1330ba['createIdentifier']('univer-pro.collaboration-client.single-active-unit-service');var _0x2022fa=(_0x93bfe4=>(_0x93bfe4[_0x93bfe4[_0x3a00cb(0x600)]=0x0]=_0x3a00cb(0x600),_0x93bfe4[_0x93bfe4['OTHER_CLIENTS_EDITING']=0x1]=_0x3a00cb(0x376),_0x93bfe4))(_0x2022fa||{});const _0x51276c=0x7530,_0x482bc2='ACTIVE_UNIT_EVENT_CHANNEL';class _0x15d199 extends _0x1330ba[_0x3a00cb(0x5f8)]{constructor(){const _0x969a45=_0x3a00cb;super(),_0x2eb009(this,'_id',_0x1330ba['Tools'][_0x969a45(0x25a)]()),_0x2eb009(this,_0x969a45(0x2af),new Set()),_0x2eb009(this,_0x969a45(0x3f7),new Map()),_0x2eb009(this,_0x969a45(0x52e),null),_0x2eb009(this,_0x969a45(0x312),new Map()),_0x2eb009(this,_0x969a45(0x53b),new Map()),this[_0x969a45(0x663)]();}['dispose'](){const _0x23adc7=_0x3a00cb;super['dispose'](),this[_0x23adc7(0x312)][_0x23adc7(0x303)]((_0x332e20,_0x5bcef5)=>this['_removeClearOtherTimer'](_0x5bcef5)),this[_0x23adc7(0x52e)]&&window[_0x23adc7(0x22b)](this[_0x23adc7(0x52e)]);}[_0x3a00cb(0x301)](_0x5a4c3e){const _0x29ed89=_0x3a00cb;return this[_0x29ed89(0x5ac)](_0x5a4c3e)[_0x29ed89(0x3a2)](_0x1eddba['distinctUntilChanged']());}[_0x3a00cb(0x5e0)](_0x396415){const _0x3bbcb0=_0x3a00cb;this[_0x3bbcb0(0x2af)][_0x3bbcb0(0x3af)]===0x0&&this['_scheduleHeartbeat'](),this[_0x3bbcb0(0x2af)][_0x3bbcb0(0x523)](_0x396415),this['_send']({'type':0x0,'memberID':this['_id'],'unitIDs':[_0x396415],'isForwarded':!0x1});}[_0x3a00cb(0x246)](_0x251c60){const _0x502354=_0x3a00cb;this[_0x502354(0x2af)]['delete'](_0x251c60),this[_0x502354(0x2af)]['size']===0x0&&this[_0x502354(0x52e)]&&window['clearInterval'](this['_heartbeatTimer']);}['_init'](){const _0x1be602=_0x3a00cb;this[_0x1be602(0x63e)](_0x1330ba['toDisposable'](_0x1eddba[_0x1be602(0x3ca)](window,_0x1be602(0x2a2))[_0x1be602(0x21f)](_0x4ed48c=>{const _0x3273c7=_0x1be602;if(_0x4ed48c['key']!==_0x482bc2||!_0x4ed48c[_0x3273c7(0x230)])return;const _0x3f3900=JSON[_0x3273c7(0x3fe)](_0x4ed48c[_0x3273c7(0x230)]);this[_0x3273c7(0x611)](_0x3f3900);}))),window[_0x1be602(0x609)](_0x1be602(0x46b),()=>this[_0x1be602(0x5da)]({'type':0x1,'memberID':this['_id'],'unitIDs':Array[_0x1be602(0x5ff)](this[_0x1be602(0x2af)])}));}[_0x3a00cb(0x611)](_0x27dc30){const _0x280bff=_0x3a00cb;switch(_0x27dc30[_0x280bff(0x651)]){case 0x0:this['_handleJoinEvent'](_0x27dc30);break;case 0x1:this[_0x280bff(0x69b)](_0x27dc30);break;case 0x2:this['_handleHeartbeatEvent'](_0x27dc30);break;}}[_0x3a00cb(0x266)](_0x10e83e){const _0xb41b=_0x3a00cb,{unitIDs:_0x4c81c3,memberID:_0x5cfdd6,isForwarded:_0x570314}=_0x10e83e;_0x4c81c3[_0xb41b(0x303)](_0x53771e=>{const _0x470674=_0xb41b;if(!_0x570314&&this[_0x470674(0x3f7)][_0x470674(0x42a)](_0x53771e)&&this[_0x470674(0x5ac)](_0x53771e)[_0x470674(0x2d5)](0x1),!this[_0x470674(0x3f7)]['has'](_0x53771e)||!this['_unitOnClients'][_0x470674(0x4bf)](_0x53771e)['has'](_0x5cfdd6)){const _0xfb0b54=this[_0x470674(0x3f7)][_0x470674(0x4bf)](_0x53771e)||new Set();_0xfb0b54[_0x470674(0x523)](_0x5cfdd6),this[_0x470674(0x3f7)][_0x470674(0x4cf)](_0x53771e,_0xfb0b54),this[_0x470674(0x590)](_0x5cfdd6);}}),_0x570314||this[_0xb41b(0x5da)]({'type':0x0,'memberID':this[_0xb41b(0x4a9)],'unitIDs':[...this[_0xb41b(0x2af)]],'isForwarded':!0x0});}[_0x3a00cb(0x590)](_0x4de7c8){const _0x346502=_0x3a00cb;this[_0x346502(0x56d)](_0x4de7c8);const _0x26b405=window['setTimeout'](()=>{const _0x1d6024=_0x346502;this[_0x1d6024(0x3f7)][_0x1d6024(0x303)](_0x134fff=>{const _0x3ab396=_0x1d6024;_0x134fff[_0x3ab396(0x317)](_0x4de7c8);});},_0x51276c*0x2);this[_0x346502(0x312)][_0x346502(0x4cf)](_0x4de7c8,_0x26b405);}['_removeClearOtherTimer'](_0x448f25){const _0x176b34=_0x3a00cb;if(this[_0x176b34(0x312)]['has'](_0x448f25)){const _0x5199aa=this[_0x176b34(0x312)][_0x176b34(0x4bf)](_0x448f25);_0x5199aa&&window[_0x176b34(0x367)](_0x5199aa),this[_0x176b34(0x312)]['set'](_0x448f25,null);}}[_0x3a00cb(0x69b)](_0x356c6c){const {memberID:_0x3824c1,unitIDs:_0x475316}=_0x356c6c;_0x475316['forEach'](_0x46105c=>{const _0x111e7e=_0x5f13;var _0x568e6d;const _0xb598b4=this[_0x111e7e(0x3f7)][_0x111e7e(0x4bf)](_0x46105c);_0xb598b4&&(_0xb598b4[_0x111e7e(0x317)](_0x3824c1),(_0x568e6d=this[_0x111e7e(0x5ac)](_0x46105c))==null||_0x568e6d[_0x111e7e(0x2d5)](_0xb598b4[_0x111e7e(0x3af)]===0x0?0x0:0x1));}),this['_removeClearOtherTimer'](_0x3824c1);}[_0x3a00cb(0x60e)](_0x26c98){const _0x56598d=_0x3a00cb;this[_0x56598d(0x590)](_0x26c98[_0x56598d(0x284)]);}[_0x3a00cb(0x5da)](_0x3ad8dd){const _0x31f327=_0x3a00cb;localStorage[_0x31f327(0x486)](_0x482bc2,JSON[_0x31f327(0x2a3)](_0x3ad8dd));}[_0x3a00cb(0x402)](){const _0x4f7696=_0x3a00cb;this['_heartbeatTimer']=window[_0x4f7696(0x203)](()=>{const _0x4aff70=_0x4f7696;this['_send']({'type':0x2,'memberID':this[_0x4aff70(0x4a9)]});},_0x51276c);}[_0x3a00cb(0x5ac)](_0x42958a){const _0x4b4434=_0x3a00cb;return this[_0x4b4434(0x53b)][_0x4b4434(0x42a)](_0x42958a)||this[_0x4b4434(0x53b)][_0x4b4434(0x4cf)](_0x42958a,new _0x1eddba['BehaviorSubject'](0x0)),this[_0x4b4434(0x53b)]['get'](_0x42958a);}}var _0x409c46=Object[_0x3a00cb(0x43c)],_0x28e0b7=Object[_0x3a00cb(0x637)],_0x5e6295=(_0x132653,_0x1ba9c0,_0x2abe31,_0x536c39)=>{const _0x530412=_0x3a00cb;for(var _0x4848ef=_0x536c39>0x1?void 0x0:_0x536c39?_0x28e0b7(_0x1ba9c0,_0x2abe31):_0x1ba9c0,_0x2775d3=_0x132653[_0x530412(0x422)]-0x1,_0x1c60d8;_0x2775d3>=0x0;_0x2775d3--)(_0x1c60d8=_0x132653[_0x2775d3])&&(_0x4848ef=(_0x536c39?_0x1c60d8(_0x1ba9c0,_0x2abe31,_0x4848ef):_0x1c60d8(_0x4848ef))||_0x4848ef);return _0x536c39&&_0x4848ef&&_0x409c46(_0x1ba9c0,_0x2abe31,_0x4848ef),_0x4848ef;},_0x119e42=(_0x23a395,_0x1db460)=>(_0x5cbff2,_0xeee936)=>_0x1db460(_0x5cbff2,_0xeee936,_0x23a395);let _0x171291=class{constructor(_0x2534b7,_0xbd7f9d,_0x434bb7){const _0x7c92ea=_0x3a00cb;this[_0x7c92ea(0x226)]=_0x2534b7,this[_0x7c92ea(0x621)]=_0xbd7f9d,this[_0x7c92ea(0x2de)]=_0x434bb7;}[_0x3a00cb(0x428)](_0x12edc9){const _0x2440e1=_0x3a00cb;this[_0x2440e1(0x577)](_0x12edc9);}[_0x3a00cb(0x368)](_0x29911d){const _0x8af62d=_0x3a00cb,{unitID:_0x7c0a03}=_0x29911d,{collaboration:_0x121ec2}=this[_0x8af62d(0x2de)][_0x8af62d(0x614)](_0x7c0a03);if(_0x121ec2[_0x8af62d(0x422)]===0x0)return _0x29911d;let _0x166e53=_0x1330ba[_0x8af62d(0x23b)][_0x8af62d(0x579)](_0x29911d[_0x8af62d(0x1f3)][0x0]);for(let _0x57cd9d=0x0;_0x57cd9d<_0x121ec2['length'];_0x57cd9d++){const _0x5a48b1={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x121ec2[_0x57cd9d][_0x8af62d(0x643)],..._0x121ec2[_0x57cd9d]['redoState']}},_0x3f7d83=this[_0x8af62d(0x621)][_0x8af62d(0x576)](_0x166e53,_0x5a48b1,!0x1);if(_0x48fdb9[_0x8af62d(0x5ad)](_0x3f7d83))throw _0x3f7d83[_0x8af62d(0x50f)];_0x166e53=_0x3f7d83['m1Prime'];}return{..._0x1330ba[_0x8af62d(0x23b)][_0x8af62d(0x579)](_0x29911d),'mutations':[_0x166e53]};}[_0x3a00cb(0x577)](_0x32f299){const _0x4d82df=_0x3a00cb,{unitID:_0x11f6e0}=_0x32f299,{history:_0x4feb6c,collaboration:_0xe798bd}=this[_0x4d82df(0x2de)][_0x4d82df(0x614)](_0x11f6e0);if(_0x4feb6c[_0x4d82df(0x422)]===0x0&&_0xe798bd[_0x4d82df(0x422)]===0x0)return;const _0x7c9b2c=[],_0x1ae833=[];let _0x2a662f=_0x1330ba[_0x4d82df(0x23b)][_0x4d82df(0x579)](_0x32f299[_0x4d82df(0x1f3)][0x0]),_0x1037d9=_0x1330ba[_0x4d82df(0x23b)]['deepClone'](_0x32f299['mutations'][0x0]);for(let _0x4f7c8c=_0x4feb6c[_0x4d82df(0x422)]-0x1;_0x4f7c8c>=0x0;_0x4f7c8c--){const _0x341005={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x4feb6c[_0x4f7c8c]['unitId'],..._0x4feb6c[_0x4f7c8c][_0x4d82df(0x31c)]}},_0x4b2faa={'id':_0x4d82df(0x3d2),'params':{'unitId':_0x4feb6c[_0x4f7c8c][_0x4d82df(0x643)],..._0x4feb6c[_0x4f7c8c][_0x4d82df(0x685)]}},_0x38b646=this[_0x4d82df(0x621)]['transformMutation'](_0x2a662f,_0x341005,!0x1),_0x13b69a=this[_0x4d82df(0x621)][_0x4d82df(0x576)](_0x1037d9,_0x4b2faa,!0x1);if(_0x48fdb9[_0x4d82df(0x5ad)](_0x38b646))throw _0x38b646[_0x4d82df(0x50f)];if(_0x48fdb9[_0x4d82df(0x5ad)](_0x13b69a))throw _0x13b69a['error'];_0x7c9b2c[_0x4d82df(0x49f)]({..._0x4feb6c[_0x4f7c8c],'undoState':_0x38b646[_0x4d82df(0x591)][_0x4d82df(0x25e)],'redoState':_0x13b69a[_0x4d82df(0x591)][_0x4d82df(0x25e)]}),_0x2a662f=_0x38b646[_0x4d82df(0x62e)],_0x1037d9=_0x13b69a[_0x4d82df(0x62e)];}_0x2a662f=_0x1330ba[_0x4d82df(0x23b)][_0x4d82df(0x579)](_0x32f299[_0x4d82df(0x1f3)][0x0]),_0x1037d9=_0x1330ba[_0x4d82df(0x23b)][_0x4d82df(0x579)](_0x32f299['mutations'][0x0]);for(let _0x220177=_0xe798bd[_0x4d82df(0x422)]-0x1;_0x220177>=0x0;_0x220177--){const _0x4347df={'id':_0x4d82df(0x3d2),'params':{'unitId':_0xe798bd[_0x220177][_0x4d82df(0x643)],..._0xe798bd[_0x220177][_0x4d82df(0x31c)]}},_0x25ba63={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0xe798bd[_0x220177][_0x4d82df(0x643)],..._0xe798bd[_0x220177][_0x4d82df(0x685)]}},_0x44b480=this[_0x4d82df(0x621)][_0x4d82df(0x576)](_0x2a662f,_0x4347df,!0x1),_0x5beee6=this['_transformService'][_0x4d82df(0x576)](_0x1037d9,_0x25ba63,!0x1);if(_0x48fdb9[_0x4d82df(0x5ad)](_0x44b480))throw _0x44b480[_0x4d82df(0x50f)];if(_0x48fdb9['isTransformMutationFailure'](_0x5beee6))throw _0x5beee6[_0x4d82df(0x50f)];_0x1ae833[_0x4d82df(0x49f)]({..._0xe798bd[_0x220177],'undoState':_0x44b480['m2Prime'][_0x4d82df(0x25e)],'redoState':_0x5beee6[_0x4d82df(0x591)]['params']}),_0x2a662f=_0x44b480[_0x4d82df(0x62e)],_0x1037d9=_0x5beee6[_0x4d82df(0x62e)];}this[_0x4d82df(0x2de)][_0x4d82df(0x69e)](_0x11f6e0,{'history':_0x7c9b2c,'collaboration':_0x1ae833});}};_0x171291=_0x5e6295([_0x119e42(0x0,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x619)])),_0x119e42(0x1,_0x48fdb9[_0x3a00cb(0x38d)]),_0x119e42(0x2,_0x1330ba['Inject'](_0x2b18a1[_0x3a00cb(0x522)]))],_0x171291);function _0x4e2069(_0x157adb){const _0x16173d=_0x3a00cb;let _0x19357c='';for(const _0x1ee3b5 of _0x157adb){const {startOffset:_0x257aa4,endOffset:_0x4b55f6,isActive:_0xd76511,rangeType:_0x15825b,segmentId:_0x534b10,segmentPage:_0x40926b}=_0x1ee3b5;_0x19357c[_0x16173d(0x422)]&&(_0x19357c+=','),_0x19357c+=_0x257aa4+':'+_0x4b55f6+':'+(_0xd76511?'1':'0')+':'+_0x15825b+':'+_0x534b10+':'+_0x40926b;}return _0x19357c;}function _0x114f93(_0x54ddba){const _0x20bd32=_0x3a00cb,_0x4c1fdb=_0x54ddba[_0x20bd32(0x373)](','),_0x1c6e98=[];for(const _0x2b8cfc of _0x4c1fdb){const [_0x1f4742,_0x24e76b,_0x1c3dd8,_0x14d2de,_0x243e5f,_0x5edffc]=_0x2b8cfc[_0x20bd32(0x373)](':');_0x1c6e98[_0x20bd32(0x64d)]({'startOffset':Number(_0x1f4742),'endOffset':Number(_0x24e76b),'collapsed':_0x1f4742===_0x24e76b,'isActive':_0x1c3dd8==='1','rangeType':_0x14d2de===_0x1330ba[_0x20bd32(0x3c4)][_0x20bd32(0x531)]?_0x1330ba[_0x20bd32(0x3c4)]['TEXT']:_0x1330ba['DOC_RANGE_TYPE'][_0x20bd32(0x383)],'segmentId':typeof _0x243e5f=='string'?String(_0x243e5f):'','segmentPage':Number(_0x5edffc!=null?_0x5edffc:-0x1)});}return _0x1c6e98[_0x20bd32(0x585)](_0x25790b=>_0x25790b['isActive'])||(_0x1c6e98[0x0]['isActive']=!0x0),_0x1c6e98;}class _0x50bbdf extends _0x1330ba[_0x3a00cb(0x560)]{constructor(){const _0x33d9d4=_0x3a00cb;super(...arguments),_0x2eb009(this,_0x33d9d4(0x467),new _0x1eddba[(_0x33d9d4(0x332))](null)),_0x2eb009(this,_0x33d9d4(0x51f),this[_0x33d9d4(0x467)][_0x33d9d4(0x518)]());}['syncEditingCollabCursor'](_0x286f65){const _0x45445a=_0x3a00cb,{unitID:_0x50ebd5,memberID:_0x209200,textRanges:_0x147ef8}=_0x286f65,_0x32e831=_0x4e2069(_0x147ef8);if(_0x32e831==='')return;const _0x16b84a={'unitID':_0x50ebd5,'memberID':_0x209200,'selection':_0x32e831};this[_0x45445a(0x467)][_0x45445a(0x2d5)](_0x16b84a);}}var _0x34b69c=Object[_0x3a00cb(0x43c)],_0x56d642=Object[_0x3a00cb(0x637)],_0x575308=(_0x5cbeb2,_0xdea6ee,_0x2a3a9e,_0x2764af)=>{const _0x5324bd=_0x3a00cb;for(var _0x465da7=_0x2764af>0x1?void 0x0:_0x2764af?_0x56d642(_0xdea6ee,_0x2a3a9e):_0xdea6ee,_0x110497=_0x5cbeb2[_0x5324bd(0x422)]-0x1,_0x1f5f42;_0x110497>=0x0;_0x110497--)(_0x1f5f42=_0x5cbeb2[_0x110497])&&(_0x465da7=(_0x2764af?_0x1f5f42(_0xdea6ee,_0x2a3a9e,_0x465da7):_0x1f5f42(_0x465da7))||_0x465da7);return _0x2764af&&_0x465da7&&_0x34b69c(_0xdea6ee,_0x2a3a9e,_0x465da7),_0x465da7;},_0x2b6853=(_0x1b457a,_0x566825)=>(_0xc7ae99,_0x53b631)=>_0x566825(_0xc7ae99,_0x53b631,_0x1b457a);let _0x178312=class{constructor(_0x15849b,_0x3e55f2){const _0x31995c=_0x3a00cb;this[_0x31995c(0x226)]=_0x15849b,this['_transformService']=_0x3e55f2;}[_0x3a00cb(0x4f4)](_0x5c3b0d){const _0x561a6e=_0x3a00cb;var _0x495b80;const _0x322d5d=this[_0x561a6e(0x226)][_0x561a6e(0x4bf)](_0x522f9c['DocSelectionManagerService']),_0x2ca431=(_0x495b80=_0x322d5d[_0x561a6e(0x3b9)]())!=null?_0x495b80:[];if(_0x2ca431[_0x561a6e(0x422)]===0x0)return;const _0x2835ac=_0x5c3b0d[_0x561a6e(0x36f)],_0xaf308a=[{'id':_0x561a6e(0x3d2),'params':{'unitId':_0x2835ac,'actions':null,'textRanges':_0x2ca431}}],_0x5a1774=this[_0x561a6e(0x621)][_0x561a6e(0x22e)](_0x5c3b0d,_0xaf308a);if(!_0x48fdb9[_0x561a6e(0x5a3)](_0x5a1774))throw _0x5a1774[_0x561a6e(0x50f)];const _0x547ead=_0x5a1774[_0x561a6e(0x591)][0x0]['params']['textRanges'];Array['isArray'](_0x547ead)&&_0x547ead[_0x561a6e(0x422)]&&_0x322d5d[_0x561a6e(0x55d)](_0x547ead,{'unitId':_0x2835ac,'subUnitId':_0x2835ac},!0x1);}};_0x178312=_0x575308([_0x2b6853(0x0,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x2b6853(0x1,_0x48fdb9['ITransformService'])],_0x178312);const _0x370b1d=new Set([_0x5ca8f8[_0x3a00cb(0x35f)]['id']]);function _0x26607a(_0x42cae4,_0x31b806,_0x313b59,_0x5a0905,_0x108946){const _0x51fa9b=_0x3a00cb;var _0x45b891,_0x1682bb,_0x27b8d9,_0x4f4a04;const _0x22fbd0=[];for(const _0xf7c4c2 of _0x42cae4)if(_0x370b1d['has'](_0xf7c4c2['id'])){if(_0x22fbd0[_0x51fa9b(0x422)]>0x0)break;_0x22fbd0[_0x51fa9b(0x64d)](_0xf7c4c2);break;}else _0x22fbd0[_0x51fa9b(0x64d)](_0xf7c4c2);const _0x45a263=(_0x1682bb=(_0x45b891=_0x108946['getCurrentUser']())==null?void 0x0:_0x45b891[_0x51fa9b(0x362)])!=null?_0x1682bb:'unknown',_0x206fc5=(_0x4f4a04=(_0x27b8d9=_0x108946[_0x51fa9b(0x3bb)]())==null?void 0x0:_0x27b8d9[_0x51fa9b(0x284)])!=null?_0x4f4a04:_0x51fa9b(0x35e);return{'changeset':{'unitID':_0x31b806,'type':_0x48fdb9['mapDocumentTypeToUniverType'](_0x313b59[_0x51fa9b(0x5a4)](_0x31b806)),'baseRev':_0x5a0905[_0x51fa9b(0x67d)](_0x31b806),'revision':0x0,'userID':_0x45a263,'memberID':_0x206fc5,'mutations':_0x22fbd0},'pendingMutations':_0x42cae4[_0x51fa9b(0x3e3)](_0x22fbd0[_0x51fa9b(0x422)])};}function _0x126dee(_0x331c48,_0x231d51,_0x117201,_0x585510,_0x3f7e08){const _0x264fc0=_0x3a00cb;var _0x2a41d1,_0x4c8e18,_0x32b2e4,_0x3ed694;const _0x59dd9c=[_0x331c48[_0x264fc0(0x626)]((_0x4ec32d,_0x1450ec)=>{const _0x5c0295=_0x264fc0;var _0xe8fd1b;const {id:_0x49c788}=_0x4ec32d,{id:_0x226fa6,type:_0x6bd414}=_0x1450ec,_0x18ce91=(_0xe8fd1b=_0x4ec32d[_0x5c0295(0x25e)])!=null?_0xe8fd1b:{'actions':null},_0x3e980f=_0x1450ec['params'];if(_0x49c788&&_0x49c788!==_0x226fa6)throw new Error('Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20'+_0x49c788+_0x5c0295(0x257)+_0x226fa6+'.');return{..._0x4ec32d,'id':_0x226fa6,'type':_0x6bd414,'params':{'unitId':_0x3e980f[_0x5c0295(0x643)],'textRanges':_0x3e980f[_0x5c0295(0x43b)],'actions':_0x1330ba[_0x5c0295(0x392)][_0x5c0295(0x6a2)](_0x18ce91[_0x5c0295(0x2da)],_0x3e980f['actions'])}};},{})],_0x1dafa8=(_0x4c8e18=(_0x2a41d1=_0x3f7e08[_0x264fc0(0x3bb)]())==null?void 0x0:_0x2a41d1['userID'])!=null?_0x4c8e18:_0x264fc0(0x35e),_0xc3cf9e=(_0x3ed694=(_0x32b2e4=_0x3f7e08['getCurrentUser']())==null?void 0x0:_0x32b2e4[_0x264fc0(0x284)])!=null?_0x3ed694:_0x264fc0(0x35e);return{'changeset':{'unitID':_0x231d51,'type':_0x48fdb9['mapDocumentTypeToUniverType'](_0x117201['getUnitType'](_0x231d51)),'baseRev':_0x585510[_0x264fc0(0x67d)](_0x231d51),'revision':0x0,'userID':_0x1dafa8,'memberID':_0xc3cf9e,'mutations':_0x59dd9c},'pendingMutations':[]};}function _0x5162da(_0x35e7aa,_0x2d2a0b){const _0x8e96bd=_0x3a00cb,_0x2da39b=new _0x1eddba['ReplaySubject'](0x1);return setTimeout(()=>_0x2da39b[_0x8e96bd(0x2d5)](_0x2d2a0b),_0x35e7aa),_0x2da39b['asObservable']()['pipe'](_0x1eddba[_0x8e96bd(0x5b1)](0x1));}const _0x3a0993={'id':_0x5ca8f8[_0x3a00cb(0x4eb)]['id'],'type':_0x1330ba[_0x3a00cb(0x5af)][_0x3a00cb(0x67a)],'params':{}};var _0x29ef75=Object[_0x3a00cb(0x43c)],_0x5a1884=Object[_0x3a00cb(0x637)],_0x238f2a=(_0x44e2fb,_0x400fc1,_0x1f99aa,_0x11c2e5)=>{const _0xd56474=_0x3a00cb;for(var _0x2923da=_0x11c2e5>0x1?void 0x0:_0x11c2e5?_0x5a1884(_0x400fc1,_0x1f99aa):_0x400fc1,_0x58e06a=_0x44e2fb[_0xd56474(0x422)]-0x1,_0x18e247;_0x58e06a>=0x0;_0x58e06a--)(_0x18e247=_0x44e2fb[_0x58e06a])&&(_0x2923da=(_0x11c2e5?_0x18e247(_0x400fc1,_0x1f99aa,_0x2923da):_0x18e247(_0x2923da))||_0x2923da);return _0x11c2e5&&_0x2923da&&_0x29ef75(_0x400fc1,_0x1f99aa,_0x2923da),_0x2923da;},_0x2a2229=(_0x3b82c7,_0x31ff1a)=>(_0x5535d4,_0x4162de)=>_0x31ff1a(_0x5535d4,_0x4162de,_0x3b82c7),_0x3650d6=(_0x5338c1=>(_0x5338c1['NOT_COLLAB']=_0x3a00cb(0x589),_0x5338c1[_0x3a00cb(0x56c)]=_0x3a00cb(0x2bf),_0x5338c1[_0x3a00cb(0x3d3)]=_0x3a00cb(0x49e),_0x5338c1[_0x3a00cb(0x318)]=_0x3a00cb(0x514),_0x5338c1[_0x3a00cb(0x68f)]=_0x3a00cb(0x3ad),_0x5338c1['FETCH_MISS']=_0x3a00cb(0x2cd),_0x5338c1[_0x3a00cb(0x23a)]='conflict',_0x5338c1[_0x3a00cb(0x395)]=_0x3a00cb(0x43a),_0x5338c1))(_0x3650d6||{});const _0x532c45=0xea60;class _0x4d6ab6{constructor(_0x50e29f,_0x11d0b4,_0x389f33,_0x4aaba9,_0xda4997,_0x376c77,_0x4efae1,_0x21d68d,_0x3f6ada){const _0x4deb44=_0x3a00cb;_0x2eb009(this,'_awaitingChangeset',null),_0x2eb009(this,_0x4deb44(0x5b9),[]),(this[_0x4deb44(0x36f)]=_0x50e29f,this[_0x4deb44(0x651)]=_0x11d0b4,this['_handler']=_0xda4997,this[_0x4deb44(0x660)]=_0x376c77,this['_undoRedoService']=_0x4efae1,this['_revisionService']=_0x21d68d,this[_0x4deb44(0x55f)]=_0x3f6ada,this[_0x4deb44(0x4da)]=_0x389f33,this['_pendingMutations']=_0x4aaba9);}[_0x3a00cb(0x520)](_0x5c25ec){const _0x59889b=_0x3a00cb,_0x32e953=this[_0x59889b(0x4d7)]['getCurrentRevOfUnit'](this['unitID']);return _0x5c25ec[_0x59889b(0x496)]>_0x32e953+0x1?(this[_0x59889b(0x1f4)][_0x59889b(0x54a)]({'from':_0x32e953,'to':_0x5c25ec[_0x59889b(0x496)]-0x1}),!0x0):!0x1;}['_transformUndoredo'](_0x19c23a){const _0x2c2a25=_0x3a00cb;this['_undoRedoService'][_0x2c2a25(0x222)](this[_0x2c2a25(0x36f)],_0x19c23a);}[_0x3a00cb(0x62d)](_0x5c283c){const _0x5dd300=_0x3a00cb;var _0x5b9f09,_0x3163b4;(_0x3163b4=(_0x5b9f09=this[_0x5dd300(0x1f4)])['onTransformSelections'])==null||_0x3163b4[_0x5dd300(0x42b)](_0x5b9f09,_0x5c283c);}[_0x3a00cb(0x2ed)](_0x735196){const _0x45f66d=_0x3a00cb;var _0x3e0625,_0x3b4b93;return(_0x3b4b93=(_0x3e0625=this[_0x45f66d(0x1f4)])['onTransformIME'])==null?void 0x0:_0x3b4b93[_0x45f66d(0x42b)](_0x3e0625,_0x735196);}[_0x3a00cb(0x27c)](_0x49ca7e){const _0x420d6b=_0x3a00cb;var _0x437aff,_0x16a492;return(_0x16a492=(_0x437aff=this['_handler'])[_0x420d6b(0x5d9)])==null?void 0x0:_0x16a492['call'](_0x437aff,_0x49ca7e);}[_0x3a00cb(0x689)](_0x54bbc7){const _0x34362f=_0x3a00cb;var _0x5666d7,_0x42ef9e,_0x19bb46;return(_0x19bb46=(_0x42ef9e=(_0x5666d7=this[_0x34362f(0x1f4)])[_0x34362f(0x48e)])==null?void 0x0:_0x42ef9e[_0x34362f(0x42b)](_0x5666d7,_0x54bbc7))!=null?_0x19bb46:_0x54bbc7;}[_0x3a00cb(0x51c)](_0x4e8aa2){const _0x379f2a=_0x3a00cb;var _0x4e93ce,_0x197189,_0x50fc32;return(_0x50fc32=(_0x197189=(_0x4e93ce=this[_0x379f2a(0x1f4)])[_0x379f2a(0x57b)])==null?void 0x0:_0x197189[_0x379f2a(0x42b)](_0x4e93ce,_0x4e8aa2))!=null?_0x50fc32:_0x4e8aa2;}[_0x3a00cb(0x201)](_0x439406){const _0x1fdb90=_0x3a00cb;var _0x51f057,_0x1e27fa;if(this[_0x1fdb90(0x651)]===_0x2d6857[_0x1fdb90(0x65c)]){const {unitID:_0x380ac8,mutations:_0x459e27,memberID:_0x45ed0f}=_0x439406,_0x99a60c=_0x459e27[0x0][_0x1fdb90(0x25e)]['textRanges'];Array[_0x1fdb90(0x519)](_0x99a60c)&&_0x99a60c['length']>0x0&&((_0x1e27fa=(_0x51f057=this[_0x1fdb90(0x1f4)])[_0x1fdb90(0x363)])==null||_0x1e27fa[_0x1fdb90(0x42b)](_0x51f057,{'unitID':_0x380ac8,'memberID':_0x45ed0f,'textRanges':_0x99a60c}));}}[_0x3a00cb(0x5bf)](){const _0x174210=_0x3a00cb;this[_0x174210(0x55f)][_0x174210(0x517)](this[_0x174210(0x36f)],this[_0x174210(0x651)],this[_0x174210(0x4da)],this['_pendingMutations']);}[_0x3a00cb(0x1f9)](){const _0x24173f=_0x3a00cb;return this['_revisionService'][_0x24173f(0x67d)](this['unitID']);}[_0x3a00cb(0x5df)](){const _0x29343f=_0x3a00cb;this[_0x29343f(0x4d7)][_0x29343f(0x2a1)](this[_0x29343f(0x36f)]);}[_0x3a00cb(0x59e)](_0x5d2be7){const _0x46acf7=_0x3a00cb;var _0x127e7e;let _0x49f562=this[_0x46acf7(0x689)](_0x5d2be7);_0x49f562=this[_0x46acf7(0x51c)](_0x49f562);const _0x58c1af=_0x1330ba[_0x46acf7(0x400)](_0x49f562[_0x46acf7(0x1f3)],this[_0x46acf7(0x660)],{'fromCollab':!0x0});if(!_0x58c1af['result'])throw _0x58c1af[_0x46acf7(0x50f)]instanceof Error?_0x58c1af[_0x46acf7(0x50f)]:new Error((_0x127e7e=_0x58c1af[_0x46acf7(0x50f)])!=null?_0x127e7e:_0x46acf7(0x693));this[_0x46acf7(0x2ed)](_0x49f562),this['_transformStateCache'](_0x49f562),this[_0x46acf7(0x251)](_0x5d2be7),this[_0x46acf7(0x62d)](_0x49f562),this[_0x46acf7(0x201)](_0x49f562),this[_0x46acf7(0x5df)]();}}let _0x57bfd0=class extends _0x4d6ab6{constructor(_0xa19f83,_0x1f516e,_0x2f20df,_0x25c6ab,_0x5721f1,_0x45108d,_0x6a70ad,_0x5cc3a0,_0x1fda5b,_0x4e87f7){const _0x71c4cf=_0x3a00cb;super(_0xa19f83,_0x1f516e,null,[],_0x2f20df,_0x5cc3a0,_0x6a70ad,_0x25c6ab,_0x5721f1),_0x2eb009(this,_0x71c4cf(0x2aa),_0x71c4cf(0x2bf)),(this['_injector']=_0x45108d,this[_0x71c4cf(0x405)]=_0x1fda5b,this[_0x71c4cf(0x621)]=_0x4e87f7);}[_0x3a00cb(0x2f1)](_0x2d5163){const _0x7de6ed=_0x3a00cb,_0xa3bff6=this[_0x7de6ed(0x226)][_0x7de6ed(0x578)](_0x397b47,this['unitID'],this[_0x7de6ed(0x651)],[_0x2d5163],this[_0x7de6ed(0x1f4)]);return _0xa3bff6[_0x7de6ed(0x5b4)](),_0xa3bff6[_0x7de6ed(0x5bf)](),_0xa3bff6;}[_0x3a00cb(0x688)](_0x5824ab){const _0x4acbf3=_0x3a00cb;if(this[_0x4acbf3(0x520)](_0x5824ab))return this[_0x4acbf3(0x226)][_0x4acbf3(0x578)](_0x3611df,this[_0x4acbf3(0x36f)],this[_0x4acbf3(0x651)],null,[],null,[_0x5824ab],this[_0x4acbf3(0x1f4)]);try{const _0x198231=this['_transformService'][_0x4acbf3(0x22e)](_0x5824ab,[_0x3a0993]);if(_0x48fdb9['isTransformMutationsWithChangesetSuccess'](_0x198231)){const {c1Prime:_0x555f99}=_0x198231;return this[_0x4acbf3(0x59e)](_0x555f99),this;}throw _0x198231[_0x4acbf3(0x50f)];}catch(_0x20e85a){return this[_0x4acbf3(0x405)][_0x4acbf3(0x50f)](_0x20e85a),this[_0x4acbf3(0x2f3)](!0x1);}}['_onConflict'](_0x204f24){const _0x15972e=_0x3a00cb;return this['_injector'][_0x15972e(0x578)](_0x421c63,this[_0x15972e(0x36f)],this['type'],null,[],this['_handler'],_0x204f24);}[_0x3a00cb(0x3b5)](){throw new Error('[SyncedState]:\x20received\x20acknowledgement.');}[_0x3a00cb(0x345)](){throw new Error('[SyncedState]:\x20received\x20rejection.');}['onRemoteRetry'](){return this;}[_0x3a00cb(0x3f9)](){const _0x38c443=_0x3a00cb;return this[_0x38c443(0x226)][_0x38c443(0x578)](_0x1b1d39,this['unitID'],this[_0x38c443(0x651)],null,[],this['_handler']);}[_0x3a00cb(0x242)](){return this;}['resend'](){const _0x4e21f3=_0x3a00cb;throw new Error(_0x4e21f3(0x55e));}[_0x3a00cb(0x310)](){const _0x2eba25=_0x3a00cb,_0x52b688=this[_0x2eba25(0x4d7)]['getCurrentRevOfUnit'](this['unitID']);return this[_0x2eba25(0x1f4)][_0x2eba25(0x54a)]({'from':_0x52b688,'to':0x0}),this[_0x2eba25(0x226)]['createInstance'](_0x3611df,this['unitID'],this[_0x2eba25(0x651)],null,[],null,[],this[_0x2eba25(0x1f4)]);}};_0x57bfd0=_0x238f2a([_0x2a2229(0x3,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9['RevisionService'])),_0x2a2229(0x4,_0x1330ba['Inject'](_0x5aeb12[_0x3a00cb(0x287)])),_0x2a2229(0x5,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x2a2229(0x6,_0x1330ba['IUndoRedoService']),_0x2a2229(0x7,_0x1330ba['ICommandService']),_0x2a2229(0x8,_0x1330ba['ILogService']),_0x2a2229(0x9,_0x48fdb9[_0x3a00cb(0x38d)])],_0x57bfd0);let _0x397b47=class extends _0x4d6ab6{constructor(_0x276a59,_0x4149fc,_0xfe918,_0xa4493a,_0x4a906f,_0x1bc97a,_0x5effb0,_0x4cbdc9,_0x5542d9,_0x5b9b29,_0x4306fe,_0x4c1f0a,_0x434192,_0x5dcfbb){const _0x212ba6=_0x3a00cb;super(_0x276a59,_0x4149fc,null,_0xfe918,_0xa4493a,_0x5b9b29,_0x5dcfbb,_0x1bc97a,_0x5effb0),_0x2eb009(this,_0x212ba6(0x2aa),'pending'),_0x2eb009(this,_0x212ba6(0x205),null),_0x2eb009(this,_0x212ba6(0x2cc),null),(this[_0x212ba6(0x226)]=_0x4a906f,this[_0x212ba6(0x529)]=_0x4cbdc9,this['_logService']=_0x5542d9,this['_configService']=_0x4306fe,this['_transformService']=_0x4c1f0a,this[_0x212ba6(0x227)]=_0x434192);}[_0x3a00cb(0x2f1)](_0x56542d){const _0x60aa26=_0x3a00cb;return this[_0x60aa26(0x5b9)][_0x60aa26(0x64d)](_0x56542d),this[_0x60aa26(0x5bf)](),this;}[_0x3a00cb(0x688)](_0x360e67){const _0x1be342=_0x3a00cb;if(this[_0x1be342(0x520)](_0x360e67))return this[_0x1be342(0x445)](),this[_0x1be342(0x226)][_0x1be342(0x578)](_0x3611df,this[_0x1be342(0x36f)],this['type'],null,this[_0x1be342(0x5b9)],null,[_0x360e67],this[_0x1be342(0x1f4)]);try{const _0x5ded03=this['_transformService']['transformMutationsWithChangeset'](_0x360e67,this[_0x1be342(0x5b9)]);if(_0x48fdb9[_0x1be342(0x5a3)](_0x5ded03)){const {c1Prime:_0x279dc6,m2Prime:_0x29eefd}=_0x5ded03;this['_executeRemoteChangeset'](_0x279dc6);const _0x235ea3=this[_0x1be342(0x226)][_0x1be342(0x578)](_0x397b47,this[_0x1be342(0x36f)],this[_0x1be342(0x651)],_0x29eefd,this[_0x1be342(0x1f4)]);return this[_0x1be342(0x445)](),_0x235ea3[_0x1be342(0x5b4)](this[_0x1be342(0x205)]?Math[_0x1be342(0x387)](0x0,new Date()[_0x1be342(0x1e6)]()-this['_scheduleTimestamp']):this[_0x1be342(0x653)]()),_0x235ea3;}throw _0x5ded03[_0x1be342(0x50f)];}catch(_0x57f02f){return this[_0x1be342(0x405)][_0x1be342(0x50f)](_0x57f02f),this[_0x1be342(0x2f3)](!0x1);}}['onRemoteAck'](){const _0x597cce=_0x3a00cb;throw new Error(_0x597cce(0x4d9));}[_0x3a00cb(0x345)](){const _0x1acedd=_0x3a00cb;throw new Error(_0x1acedd(0x3ed));}[_0x3a00cb(0x53c)](){return this;}[_0x3a00cb(0x3f9)](){const _0xb59a82=_0x3a00cb;return this[_0xb59a82(0x445)](),this[_0xb59a82(0x226)][_0xb59a82(0x578)](_0x1b1d39,this['unitID'],this[_0xb59a82(0x651)],null,this[_0xb59a82(0x5b9)],this[_0xb59a82(0x1f4)]);}[_0x3a00cb(0x242)](){return this;}[_0x3a00cb(0x5b4)](_0x5dd3bf){const _0x19f67a=_0x3a00cb,_0x4a34b9=_0x5dd3bf!=null?_0x5dd3bf:this[_0x19f67a(0x653)]();this['_scheduleTimestamp']=new Date()[_0x19f67a(0x1e6)](),this[_0x19f67a(0x2cc)]=window[_0x19f67a(0x64c)](()=>{const _0x184fe6=_0x19f67a;this['_clearScheduledTask']();let _0x5562ae=null;switch(this['type']){case _0x2d6857[_0x184fe6(0x3b6)]:{_0x5562ae=_0x26607a(this[_0x184fe6(0x5b9)],this[_0x184fe6(0x36f)],this[_0x184fe6(0x227)],this[_0x184fe6(0x4d7)],this[_0x184fe6(0x529)]);break;}case _0x2d6857['UNIVER_DOC']:{this[_0x184fe6(0x5b9)]['every'](_0x299b58=>_0x299b58['id']===_0x522f9c[_0x184fe6(0x48b)]['id'])?_0x5562ae=_0x126dee(this[_0x184fe6(0x5b9)],this[_0x184fe6(0x36f)],this[_0x184fe6(0x227)],this['_revisionService'],this[_0x184fe6(0x529)]):_0x5562ae=_0x26607a(this[_0x184fe6(0x5b9)],this['unitID'],this[_0x184fe6(0x227)],this[_0x184fe6(0x4d7)],this['_memberService']);break;}default:throw new Error('[PendingState]:\x20unhandled\x20univer\x20type:\x20'+this[_0x184fe6(0x651)]+_0x184fe6(0x2ad));}const {changeset:_0x412910,pendingMutations:_0xa56980}=_0x5562ae;this[_0x184fe6(0x1f4)]['onSendChangeset'](_0x412910);const _0x3ff350=_0xa56980['length']?this[_0x184fe6(0x226)][_0x184fe6(0x578)](_0x41da33,this[_0x184fe6(0x36f)],this['type'],_0x412910,_0xa56980,this[_0x184fe6(0x1f4)],void 0x0):this[_0x184fe6(0x226)][_0x184fe6(0x578)](_0xff5715,this[_0x184fe6(0x36f)],this[_0x184fe6(0x651)],_0x412910,this[_0x184fe6(0x1f4)]);_0x3ff350['_updateLocalCache'](),this[_0x184fe6(0x1f4)][_0x184fe6(0x430)](this,_0x3ff350);},_0x4a34b9);}[_0x3a00cb(0x653)](){const _0x1b27a8=_0x3a00cb;var _0x3364a0;const _0x1714ab=this[_0x1b27a8(0x4ce)][_0x1b27a8(0x4fc)](_0x37cfeb);return(_0x3364a0=_0x1714ab==null?void 0x0:_0x1714ab[_0x1b27a8(0x42d)])!=null?_0x3364a0:0x7d0;}['resend'](){const _0x29e5ed=_0x3a00cb;throw new Error(_0x29e5ed(0x33d));}['_clearScheduledTask'](){const _0x447342=_0x3a00cb;this['_sendingTimer']!=null&&(clearTimeout(this['_sendingTimer']),this[_0x447342(0x2cc)]=null);}[_0x3a00cb(0x2f3)](_0x19402f){const _0x20e4db=_0x3a00cb;return this[_0x20e4db(0x445)](),this[_0x20e4db(0x226)][_0x20e4db(0x578)](_0x421c63,this[_0x20e4db(0x36f)],this[_0x20e4db(0x651)],null,this[_0x20e4db(0x5b9)],this['_handler'],_0x19402f);}};_0x397b47=_0x238f2a([_0x2a2229(0x4,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba['Injector'])),_0x2a2229(0x5,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9[_0x3a00cb(0x3a4)])),_0x2a2229(0x6,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x287)])),_0x2a2229(0x7,_0x1330ba['Inject'](_0x5aeb12[_0x3a00cb(0x624)])),_0x2a2229(0x8,_0x1330ba[_0x3a00cb(0x57c)]),_0x2a2229(0x9,_0x1330ba[_0x3a00cb(0x5fc)]),_0x2a2229(0xa,_0x1330ba['IConfigService']),_0x2a2229(0xb,_0x48fdb9['ITransformService']),_0x2a2229(0xc,_0x1330ba[_0x3a00cb(0x5ce)]),_0x2a2229(0xd,_0x1330ba[_0x3a00cb(0x21e)])],_0x397b47);let _0xff5715=class extends _0x4d6ab6{constructor(_0x760af1,_0x437fe5,_0x596197,_0x4bb08a,_0x397492,_0x5951d5,_0x4ca9e7,_0x4e6f07,_0x2929a6,_0x1c39d6,_0x4a7a8e){const _0x348c54=_0x3a00cb;super(_0x760af1,_0x437fe5,_0x596197,[],_0x4bb08a,_0x4e6f07,_0x4a7a8e,_0x5951d5,_0x4ca9e7),_0x2eb009(this,_0x348c54(0x2aa),'awaiting'),_0x2eb009(this,_0x348c54(0x220),0x0),_0x2eb009(this,_0x348c54(0x327)),_0x2eb009(this,'_sender'),(this[_0x348c54(0x226)]=_0x397492,this['_logService']=_0x2929a6,this['_transformService']=_0x1c39d6);}[_0x3a00cb(0x2f1)](_0x5a11f8){const _0x53dffa=_0x3a00cb;this[_0x53dffa(0x445)]();const _0x179fac=this[_0x53dffa(0x226)][_0x53dffa(0x578)](_0x41da33,this[_0x53dffa(0x36f)],this[_0x53dffa(0x651)],this[_0x53dffa(0x4da)],[_0x5a11f8],this[_0x53dffa(0x1f4)],this['_resendTimer']);return _0x179fac['_updateLocalCache'](),_0x179fac;}['onRemoteChangeset'](_0x5e4a97){const _0x563a29=_0x3a00cb;if(this[_0x563a29(0x520)](_0x5e4a97))return this[_0x563a29(0x445)](),this[_0x563a29(0x226)]['createInstance'](_0x3611df,this[_0x563a29(0x36f)],this[_0x563a29(0x651)],this[_0x563a29(0x4da)],[],null,[_0x5e4a97],this[_0x563a29(0x1f4)]);try{const _0x43f754=this[_0x563a29(0x621)]['transformChangesets']([_0x5e4a97],[this[_0x563a29(0x4da)]],!0x1);if(_0x48fdb9['isTransformChangesetsSuccess'](_0x43f754)){const {c1Prime:_0x10b15e,c2Prime:_0x271d47}=_0x43f754;this[_0x563a29(0x59e)](_0x10b15e[0x0]),_0x271d47[0x0][_0x563a29(0x61a)]=this['_getCurrentRevision'](),this[_0x563a29(0x445)]();const _0x43650a=this[_0x563a29(0x226)][_0x563a29(0x578)](_0xff5715,this[_0x563a29(0x36f)],this[_0x563a29(0x651)],_0x271d47[0x0],this[_0x563a29(0x1f4)]);return _0x43650a[_0x563a29(0x5bf)](),_0x43650a;}return this[_0x563a29(0x2f3)](!0x1);}catch(_0x27c4a0){return this[_0x563a29(0x405)]['error'](_0x27c4a0),this[_0x563a29(0x2f3)](!0x1);}}['onRemoteAck'](_0x55b6d6){const _0x4b100f=_0x3a00cb;this[_0x4b100f(0x445)]();const _0x3430b2=this[_0x4b100f(0x4d7)]['getCurrentRevOfUnit'](this[_0x4b100f(0x36f)]);if(_0x55b6d6[_0x4b100f(0x496)]<_0x3430b2-0x1)return this;if(this[_0x4b100f(0x520)](_0x55b6d6))return this[_0x4b100f(0x226)]['createInstance'](_0x3611df,this['unitID'],this[_0x4b100f(0x651)],null,[],this[_0x4b100f(0x4da)],[],this['_handler']);this['_incrementRevisionNumber']();const _0x567c50=this[_0x4b100f(0x226)][_0x4b100f(0x578)](_0x57bfd0,this['unitID'],this[_0x4b100f(0x651)],this['_handler']);return _0x567c50[_0x4b100f(0x5bf)](),_0x567c50;}['onRemoteRej'](_0x46f177){const _0x11308c=_0x3a00cb;return this[_0x11308c(0x2f3)](!!(_0x46f177!=null&&_0x46f177[_0x11308c(0x33c)]));}[_0x3a00cb(0x53c)](_0x27aa28){const _0x26193b=_0x3a00cb;return this[_0x26193b(0x220)]>_0x532c45?this['toggleOffline']():(this['_resendTimer']=_0x5162da(this[_0x26193b(0x220)],{'timeout':this[_0x26193b(0x220)],'reqId':_0x27aa28[_0x26193b(0x339)]}),this[_0x26193b(0x381)]=this['_resendTimer'][_0x26193b(0x21f)](({reqId:_0x29915d,timeout:_0x128eb1})=>{const _0x2be725=_0x26193b;this[_0x2be725(0x5fa)](_0x29915d,_0x128eb1);}),this);}[_0x3a00cb(0x3f9)](){const _0x1e3198=_0x3a00cb;return this[_0x1e3198(0x445)](),this['_injector'][_0x1e3198(0x578)](_0x1b1d39,this[_0x1e3198(0x36f)],this[_0x1e3198(0x651)],this['_awaitingChangeset'],[],this['_handler']);}[_0x3a00cb(0x242)](){return this;}['resend'](){const _0x5e57d4=_0x3a00cb;this[_0x5e57d4(0x1f4)][_0x5e57d4(0x2f6)](this['_awaitingChangeset']);}[_0x3a00cb(0x2f3)](_0x3f7b7c){const _0x4bbb11=_0x3a00cb;return this[_0x4bbb11(0x445)](),this[_0x4bbb11(0x226)][_0x4bbb11(0x578)](_0x421c63,this[_0x4bbb11(0x36f)],this[_0x4bbb11(0x651)],this[_0x4bbb11(0x4da)],[],this[_0x4bbb11(0x1f4)],_0x3f7b7c);}[_0x3a00cb(0x5fa)](_0x1112a4,_0x563e31){const _0x5ada7b=_0x3a00cb;var _0x54d500;_0x1112a4===((_0x54d500=this['_awaitingChangeset'])==null?void 0x0:_0x54d500['reqId'])&&(this[_0x5ada7b(0x29c)](),this[_0x5ada7b(0x220)]=_0x563e31===0x0?0x3e8:_0x563e31*0x2);}[_0x3a00cb(0x445)](){const _0x5494b8=_0x3a00cb;var _0x28630e;(_0x28630e=this['_sender'])==null||_0x28630e[_0x5494b8(0x281)](),this[_0x5494b8(0x220)]=0x0;}};_0xff5715=_0x238f2a([_0x2a2229(0x4,_0x1330ba['Inject'](_0x1330ba['Injector'])),_0x2a2229(0x5,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9['RevisionService'])),_0x2a2229(0x6,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x287)])),_0x2a2229(0x7,_0x1330ba[_0x3a00cb(0x5fc)]),_0x2a2229(0x8,_0x1330ba[_0x3a00cb(0x57c)]),_0x2a2229(0x9,_0x48fdb9[_0x3a00cb(0x38d)]),_0x2a2229(0xa,_0x1330ba['IUndoRedoService'])],_0xff5715);let _0x41da33=class extends _0x4d6ab6{constructor(_0xe53f12,_0x254461,_0x355c8c,_0x10ac7c,_0x45103b,_0x42751c,_0x520f79,_0x187dc6,_0x34607b,_0x8ee2d9,_0x377227,_0xa0e037,_0x52eb2b){const _0x1773c5=_0x3a00cb;super(_0xe53f12,_0x254461,_0x355c8c,_0x10ac7c,_0x45103b,_0x8ee2d9,_0x52eb2b,_0x187dc6,_0x34607b),_0x2eb009(this,_0x1773c5(0x2aa),'awaiting_with_pending'),_0x2eb009(this,'_resendTimeout',0x0),_0x2eb009(this,_0x1773c5(0x327)),_0x2eb009(this,_0x1773c5(0x381)),(this['_injector']=_0x520f79,this[_0x1773c5(0x405)]=_0x377227,this[_0x1773c5(0x621)]=_0xa0e037,_0x42751c&&(this[_0x1773c5(0x327)]=_0x42751c,this['_sender']=this['_resendTimer'][_0x1773c5(0x21f)](({reqId:_0xf6fd97,timeout:_0x43b272})=>{const _0x33fe41=_0x1773c5;this[_0x33fe41(0x5fa)](_0xf6fd97,_0x43b272);})));}['appendMutation'](_0x3c0982){const _0x2ee904=_0x3a00cb;return this[_0x2ee904(0x5b9)][_0x2ee904(0x64d)](_0x3c0982),this;}[_0x3a00cb(0x688)](_0x4a9641){const _0x218cc1=_0x3a00cb;if(this[_0x218cc1(0x520)](_0x4a9641))return this[_0x218cc1(0x445)](),this[_0x218cc1(0x226)]['createInstance'](_0x3611df,this[_0x218cc1(0x36f)],this[_0x218cc1(0x651)],this[_0x218cc1(0x4da)],this[_0x218cc1(0x5b9)],null,[_0x4a9641],this[_0x218cc1(0x1f4)]);try{const _0x323bff=this[_0x218cc1(0x621)][_0x218cc1(0x271)]([_0x4a9641],[this[_0x218cc1(0x4da)]],!0x1);if(_0x48fdb9[_0x218cc1(0x54d)](_0x323bff)){const {c1Prime:_0x580b48,c2Prime:_0x3d73a3}=_0x323bff,_0x1e1f5a=this['_transformService'][_0x218cc1(0x22e)](_0x580b48[0x0],this[_0x218cc1(0x5b9)]);if(_0x48fdb9[_0x218cc1(0x5a3)](_0x1e1f5a)){const {c1Prime:_0x233ddc,m2Prime:_0x1ade06}=_0x1e1f5a;return this[_0x218cc1(0x59e)](_0x233ddc),_0x3d73a3[0x0][_0x218cc1(0x61a)]=this[_0x218cc1(0x1f9)](),this['_clearScheduledTask'](),this[_0x218cc1(0x226)]['createInstance'](_0x41da33,this[_0x218cc1(0x36f)],this[_0x218cc1(0x651)],_0x3d73a3[0x0],_0x1ade06,this[_0x218cc1(0x1f4)],void 0x0);}throw _0x1e1f5a[_0x218cc1(0x50f)];}throw _0x323bff[_0x218cc1(0x50f)];}catch(_0x22a27a){return this[_0x218cc1(0x405)][_0x218cc1(0x50f)](_0x22a27a),this['_onConflict'](!0x1);}}['onRemoteAck'](_0x4f77d1){const _0x416390=_0x3a00cb;if(this[_0x416390(0x445)](),this['_checkMissing'](_0x4f77d1))return this[_0x416390(0x226)][_0x416390(0x578)](_0x3611df,this[_0x416390(0x36f)],this[_0x416390(0x651)],null,this[_0x416390(0x5b9)],this[_0x416390(0x4da)],[],this[_0x416390(0x1f4)]);this['_incrementRevisionNumber']();const _0x5ac80d=this[_0x416390(0x226)][_0x416390(0x578)](_0x397b47,this[_0x416390(0x36f)],this['type'],this['_pendingMutations'],this[_0x416390(0x1f4)]);return _0x5ac80d[_0x416390(0x5b4)](),_0x5ac80d[_0x416390(0x5bf)](),_0x5ac80d;}[_0x3a00cb(0x345)](_0x20a06){const _0x26a417=_0x3a00cb;return this['_onConflict'](!!(_0x20a06!=null&&_0x20a06[_0x26a417(0x33c)]));}[_0x3a00cb(0x53c)](_0x1b88b8){const _0x393569=_0x3a00cb;return this['_resendTimeout']>_0x532c45?this[_0x393569(0x3f9)]():(this[_0x393569(0x327)]=_0x5162da(this['_resendTimeout'],{'timeout':this[_0x393569(0x220)],'reqId':_0x1b88b8[_0x393569(0x339)]}),this[_0x393569(0x381)]=this[_0x393569(0x327)][_0x393569(0x21f)](({reqId:_0x396563,timeout:_0x114676})=>{const _0x561d66=_0x393569;this[_0x561d66(0x5fa)](_0x396563,_0x114676);}),this);}[_0x3a00cb(0x3f9)](){const _0x5ac27d=_0x3a00cb;return this[_0x5ac27d(0x445)](),this['_injector']['createInstance'](_0x1b1d39,this[_0x5ac27d(0x36f)],this[_0x5ac27d(0x651)],this['_awaitingChangeset'],this[_0x5ac27d(0x5b9)],this[_0x5ac27d(0x1f4)]);}['toggleOnline'](){return this;}[_0x3a00cb(0x29c)](){const _0x2e3906=_0x3a00cb;this[_0x2e3906(0x1f4)][_0x2e3906(0x2f6)](this[_0x2e3906(0x4da)]);}[_0x3a00cb(0x2f3)](_0x31acd9){const _0x2acf80=_0x3a00cb;return this[_0x2acf80(0x445)](),this[_0x2acf80(0x226)]['createInstance'](_0x421c63,this[_0x2acf80(0x36f)],this[_0x2acf80(0x651)],null,this[_0x2acf80(0x5b9)],this[_0x2acf80(0x1f4)],_0x31acd9);}['_resendWithTimeout'](_0x1a5c86,_0x5ce570){const _0x251ec4=_0x3a00cb;var _0x2f98d3;_0x1a5c86===((_0x2f98d3=this[_0x251ec4(0x4da)])==null?void 0x0:_0x2f98d3['reqId'])&&(this[_0x251ec4(0x29c)](),this[_0x251ec4(0x220)]=_0x5ce570===0x0?0x3e8:_0x5ce570*0x2);}['_clearScheduledTask'](){const _0x1376bc=_0x3a00cb;var _0x20a055;(_0x20a055=this[_0x1376bc(0x381)])==null||_0x20a055[_0x1376bc(0x281)](),this[_0x1376bc(0x220)]=0x0;}};_0x41da33=_0x238f2a([_0x2a2229(0x6,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x2a2229(0x7,_0x1330ba['Inject'](_0x48fdb9[_0x3a00cb(0x3a4)])),_0x2a2229(0x8,_0x1330ba['Inject'](_0x5aeb12[_0x3a00cb(0x287)])),_0x2a2229(0x9,_0x1330ba['ICommandService']),_0x2a2229(0xa,_0x1330ba[_0x3a00cb(0x57c)]),_0x2a2229(0xb,_0x48fdb9[_0x3a00cb(0x38d)]),_0x2a2229(0xc,_0x1330ba[_0x3a00cb(0x21e)])],_0x41da33);let _0x421c63=class extends _0x4d6ab6{constructor(_0x5d6182,_0x4be39a,_0xc52ec0,_0x4fb418,_0x1d169c,_0x2e2853=!0x1,_0x4e5074,_0x28eb04,_0x2efc94,_0x4e4bdf,_0x3bb699,_0x39b07a,_0x53e469){const _0x45aeb2=_0x3a00cb;super(_0x5d6182,_0x4be39a,_0xc52ec0,_0x4fb418,_0x1d169c,_0x28eb04,_0x2efc94,_0x3bb699,_0x4e4bdf),_0x2eb009(this,_0x45aeb2(0x2aa),_0x45aeb2(0x263)),(this[_0x45aeb2(0x3a1)]=_0x2e2853,this[_0x45aeb2(0x44b)]=_0x4e5074,this[_0x45aeb2(0x1f7)]=_0x39b07a,this['_notificationService']=_0x53e469,this['_showConflictNotification'](),this[_0x45aeb2(0x344)](),this[_0x45aeb2(0x298)]());}[_0x3a00cb(0x2f1)](){return this;}['onRemoteChangeset'](){return this;}[_0x3a00cb(0x3b5)](){return this;}['onRemoteRej'](){return this;}[_0x3a00cb(0x53c)](){return this;}[_0x3a00cb(0x3f9)](){return this;}[_0x3a00cb(0x242)](){return this;}[_0x3a00cb(0x29c)](){const _0x2936f8=_0x3a00cb;throw new Error(_0x2936f8(0x438));}[_0x3a00cb(0x344)](){const _0x41e1ce=_0x3a00cb;this['_localCacheService']['updateOfflineData'](this[_0x41e1ce(0x36f)],this['type'],null,[]);}[_0x3a00cb(0x475)](){const _0x27d518=_0x3a00cb;this[_0x27d518(0x3a1)]?this[_0x27d518(0x412)][_0x27d518(0x4d8)]({'title':this['_localeService']['t'](_0x27d518(0x656)),'content':this['_localeService']['t'](_0x27d518(0x5ec)),'type':_0x27d518(0x50f),'duration':0x0}):this[_0x27d518(0x412)][_0x27d518(0x4d8)]({'title':this[_0x27d518(0x1f7)]['t'](_0x27d518(0x3c0)),'content':this[_0x27d518(0x1f7)]['t']('conflict.content'),'type':_0x27d518(0x50f),'duration':0x0});}[_0x3a00cb(0x298)](){const _0x114f3b=_0x3a00cb;this[_0x114f3b(0x44b)][_0x114f3b(0x50b)](new _0x5ca8f8['WorkbookEditablePermission'](this[_0x114f3b(0x36f)])['id'],!0x1);}};_0x421c63=_0x238f2a([_0x2a2229(0x6,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x511)])),_0x2a2229(0x7,_0x1330ba[_0x3a00cb(0x5fc)]),_0x2a2229(0x8,_0x1330ba[_0x3a00cb(0x21e)]),_0x2a2229(0x9,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12['LocalCacheService'])),_0x2a2229(0xa,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9['RevisionService'])),_0x2a2229(0xb,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x627)])),_0x2a2229(0xc,_0x5d5dd2['INotificationService'])],_0x421c63);let _0x1b1d39=class extends _0x4d6ab6{constructor(_0x82d815,_0x4e0a29,_0x44f2d4,_0x5849fe,_0x3b58bd,_0x35ee0f,_0x16c874,_0x4425d0,_0x5dd1a3,_0x4f28e8){const _0x447b28=_0x3a00cb;super(_0x82d815,_0x4e0a29,_0x44f2d4,_0x5849fe,_0x3b58bd,_0x5dd1a3,_0x4f28e8,_0x16c874,_0x4425d0),_0x2eb009(this,_0x447b28(0x2aa),_0x447b28(0x43a)),this[_0x447b28(0x226)]=_0x35ee0f;}[_0x3a00cb(0x2f1)](_0x50ded0){const _0x104983=_0x3a00cb;return this[_0x104983(0x5b9)]['push'](_0x50ded0),this[_0x104983(0x5bf)](),this;}[_0x3a00cb(0x688)](_0x15d75c){const _0x4cf292=_0x3a00cb;throw new Error(_0x4cf292(0x679));}[_0x3a00cb(0x3b5)](){const _0x15c48d=_0x3a00cb;throw new Error(_0x15c48d(0x320));}[_0x3a00cb(0x345)](){const _0x4a95e1=_0x3a00cb;throw new Error(_0x4a95e1(0x57e));}['onRemoteRetry'](){return this;}[_0x3a00cb(0x3f9)](){return this;}['toggleOnline'](){const _0x403998=_0x3a00cb,{_injector:_0x823501,_pendingMutations:_0x1d750e,_awaitingChangeset:_0x553df3,unitID:_0x3b15e4,_handler:_0x17dcb0,type:_0x319322}=this,_0x1cf66b=_0xe1542d(_0x823501,_0x3b15e4,_0x319322,_0x553df3,_0x1d750e,_0x17dcb0);return _0x1cf66b instanceof _0x397b47?_0x1cf66b[_0x403998(0x5b4)]():(_0x1cf66b instanceof _0x41da33||_0x1cf66b instanceof _0xff5715)&&_0x1cf66b[_0x403998(0x29c)](),_0x1cf66b;}['resend'](){const _0xd62c13=_0x3a00cb;throw new Error(_0xd62c13(0x583));}};_0x1b1d39=_0x238f2a([_0x2a2229(0x5,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x2a2229(0x6,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9['RevisionService'])),_0x2a2229(0x7,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x287)])),_0x2a2229(0x8,_0x1330ba[_0x3a00cb(0x5fc)]),_0x2a2229(0x9,_0x1330ba['IUndoRedoService'])],_0x1b1d39);let _0x3611df=class extends _0x4d6ab6{constructor(_0x3aa36b,_0xaed767,_0x698aa3,_0x4fc0a3,_0x329fda,_0x4266b3,_0x114a6f,_0x2a9dc5,_0x3e7025,_0x4fa694,_0x5218a6,_0x3801d4,_0x4ad031,_0x369fea){const _0x59a0d4=_0x3a00cb;super(_0x3aa36b,_0xaed767,_0x698aa3,_0x4fc0a3,_0x114a6f,_0x3801d4,_0x4ad031,_0x3e7025,_0x4fa694),_0x2eb009(this,'status','fetch_missing'),(this[_0x59a0d4(0x23e)]=_0x329fda,this[_0x59a0d4(0x613)]=_0x4266b3,this[_0x59a0d4(0x226)]=_0x2a9dc5,this['_logService']=_0x5218a6,this[_0x59a0d4(0x621)]=_0x369fea);}[_0x3a00cb(0x39c)](_0x124409){const _0xe2ecce=_0x3a00cb;try{const _0x8d8b1=[..._0x124409,...this[_0xe2ecce(0x613)]],_0x5126af=[this['_awaitingChangeset']||this[_0xe2ecce(0x23e)]][_0xe2ecce(0x40e)](_0x417cbc=>!!_0x417cbc);let _0x6adf08,_0x5c0bab;if(_0x5126af[_0xe2ecce(0x422)]){const _0x570abe=this[_0xe2ecce(0x621)][_0xe2ecce(0x271)](_0x8d8b1,_0x5126af,!0x1);if(!_0x48fdb9[_0xe2ecce(0x54d)](_0x570abe))throw _0x570abe[_0xe2ecce(0x50f)];_0x6adf08=_0x570abe[_0xe2ecce(0x4c2)],_0x5c0bab=_0x570abe[_0xe2ecce(0x3a0)];}else _0x6adf08=_0x8d8b1,_0x5c0bab=[];let _0x49fd4e=this[_0xe2ecce(0x5b9)];_0x6adf08[_0xe2ecce(0x303)](_0x4a91f4=>{const _0x1f97bb=_0xe2ecce;let _0x5f70ac;if(_0x49fd4e[_0x1f97bb(0x422)]){const _0x3a0d9d=this[_0x1f97bb(0x621)][_0x1f97bb(0x22e)](_0x4a91f4,_0x49fd4e);if(!_0x48fdb9[_0x1f97bb(0x5a3)](_0x3a0d9d))throw _0x3a0d9d[_0x1f97bb(0x50f)];_0x5f70ac=_0x3a0d9d[_0x1f97bb(0x4c2)],_0x49fd4e=_0x3a0d9d[_0x1f97bb(0x591)];}else _0x5f70ac=_0x4a91f4;this[_0x1f97bb(0x59e)](_0x5f70ac);}),this[_0xe2ecce(0x23e)]&&this[_0xe2ecce(0x5df)](),this[_0xe2ecce(0x4da)]&&_0x5c0bab[_0xe2ecce(0x422)]&&(_0x5c0bab[0x0]['baseRev']=this[_0xe2ecce(0x1f9)]());let _0x2cda3e;if(this[_0xe2ecce(0x4da)]&&_0x49fd4e[_0xe2ecce(0x422)]!==0x0)_0x2cda3e=this['_injector']['createInstance'](_0x41da33,this[_0xe2ecce(0x36f)],this[_0xe2ecce(0x651)],_0x5c0bab[0x0],_0x49fd4e,this['_handler'],void 0x0);else{if(this[_0xe2ecce(0x4da)]&&_0x49fd4e['length']===0x0)_0x5c0bab[0x0][_0xe2ecce(0x61a)]=this['_getCurrentRevision'](),_0x2cda3e=this[_0xe2ecce(0x226)][_0xe2ecce(0x578)](_0xff5715,this[_0xe2ecce(0x36f)],this[_0xe2ecce(0x651)],_0x5c0bab[0x0],this[_0xe2ecce(0x1f4)]);else{if(_0x49fd4e[_0xe2ecce(0x422)]!==0x0){const _0x3cc3db=this[_0xe2ecce(0x226)][_0xe2ecce(0x578)](_0x397b47,this['unitID'],this[_0xe2ecce(0x651)],_0x49fd4e,this[_0xe2ecce(0x1f4)]);_0x3cc3db[_0xe2ecce(0x5b4)](),_0x2cda3e=_0x3cc3db;}else _0x2cda3e=this[_0xe2ecce(0x226)][_0xe2ecce(0x578)](_0x57bfd0,this[_0xe2ecce(0x36f)],this['type'],this['_handler']);}}return _0x2cda3e['_updateLocalCache'](),_0x2cda3e;}catch(_0x3cd1f2){return this[_0xe2ecce(0x405)]['error'](_0xe2ecce(0x269),_0xe2ecce(0x31e),_0x3cd1f2),this['_injector'][_0xe2ecce(0x578)](_0x421c63,this[_0xe2ecce(0x36f)],this[_0xe2ecce(0x651)],this[_0xe2ecce(0x4da)],this[_0xe2ecce(0x5b9)],this[_0xe2ecce(0x1f4)],!0x1);}}[_0x3a00cb(0x29c)](){throw new Error('[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.');}['appendMutation'](_0x42c166){const _0x28940a=_0x3a00cb;return this[_0x28940a(0x5b9)][_0x28940a(0x64d)](_0x42c166),this;}[_0x3a00cb(0x688)](_0x572606){const _0x53a32c=_0x3a00cb;return this[_0x53a32c(0x613)][_0x53a32c(0x64d)](_0x572606),this;}[_0x3a00cb(0x3b5)](_0x1ddcb5){const _0x1d90b4=_0x3a00cb;if(this[_0x1d90b4(0x4da)])return this[_0x1d90b4(0x23e)]=this[_0x1d90b4(0x4da)],this[_0x1d90b4(0x4da)]=null,this;throw new Error('[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!');}[_0x3a00cb(0x345)](_0x93e3ee){const _0x21c2df=_0x3a00cb;return this[_0x21c2df(0x2f3)](!!(_0x93e3ee!=null&&_0x93e3ee[_0x21c2df(0x33c)]));}[_0x3a00cb(0x53c)](){return this;}[_0x3a00cb(0x3f9)](){const _0x5b2242=_0x3a00cb;return this[_0x5b2242(0x226)]['createInstance'](_0x1b1d39,this['unitID'],this[_0x5b2242(0x651)],this['_awaitingChangeset'],this[_0x5b2242(0x5b9)],this[_0x5b2242(0x1f4)]);}[_0x3a00cb(0x242)](){return this;}[_0x3a00cb(0x2f3)](_0x121d0c){const _0x5b722b=_0x3a00cb;return this[_0x5b722b(0x226)][_0x5b722b(0x578)](_0x421c63,this['unitID'],this[_0x5b722b(0x651)],this[_0x5b722b(0x4da)],this[_0x5b722b(0x5b9)],this['_handler'],_0x121d0c);}};_0x3611df=_0x238f2a([_0x2a2229(0x7,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x2a2229(0x8,_0x1330ba['Inject'](_0x48fdb9[_0x3a00cb(0x3a4)])),_0x2a2229(0x9,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x287)])),_0x2a2229(0xa,_0x1330ba['ILogService']),_0x2a2229(0xb,_0x1330ba['ICommandService']),_0x2a2229(0xc,_0x1330ba[_0x3a00cb(0x21e)]),_0x2a2229(0xd,_0x48fdb9[_0x3a00cb(0x38d)])],_0x3611df);function _0xe1542d(_0x1a1f17,_0x5dcf69,_0x52fdfb,_0x409c4c,_0x507121,_0x1d3a90){const _0x280173=_0x3a00cb;return _0x409c4c&&_0x507121['length']?_0x1a1f17[_0x280173(0x578)](_0x41da33,_0x5dcf69,_0x52fdfb,_0x409c4c,_0x507121,_0x1d3a90,void 0x0):_0x409c4c?_0x1a1f17[_0x280173(0x578)](_0xff5715,_0x5dcf69,_0x52fdfb,_0x409c4c,_0x1d3a90):_0x507121[_0x280173(0x422)]?_0x1a1f17['createInstance'](_0x397b47,_0x5dcf69,_0x52fdfb,_0x507121,_0x1d3a90):_0x1a1f17['createInstance'](_0x57bfd0,_0x5dcf69,_0x52fdfb,_0x1d3a90);}var _0x2eb11e=Object['defineProperty'],_0x1cbef3=Object['getOwnPropertyDescriptor'],_0x43de74=(_0x4c4575,_0x1f46c8,_0x12c4f8,_0xd8f944)=>{const _0x2984f8=_0x3a00cb;for(var _0x57ef09=_0xd8f944>0x1?void 0x0:_0xd8f944?_0x1cbef3(_0x1f46c8,_0x12c4f8):_0x1f46c8,_0x17487=_0x4c4575[_0x2984f8(0x422)]-0x1,_0x7dd3d0;_0x17487>=0x0;_0x17487--)(_0x7dd3d0=_0x4c4575[_0x17487])&&(_0x57ef09=(_0xd8f944?_0x7dd3d0(_0x1f46c8,_0x12c4f8,_0x57ef09):_0x7dd3d0(_0x57ef09))||_0x57ef09);return _0xd8f944&&_0x57ef09&&_0x2eb11e(_0x1f46c8,_0x12c4f8,_0x57ef09),_0x57ef09;},_0x230620=(_0x117e19,_0x38053d)=>(_0x19fbc6,_0x335b05)=>_0x38053d(_0x19fbc6,_0x335b05,_0x117e19);_0x5aeb12[_0x3a00cb(0x32c)]=class extends _0x1330ba['RxDisposable']{constructor(_0xd2cce7,_0x2c7f90,_0x251602,_0x3d1376,_0x293496,_0x420b54,_0x105d7f,_0x1ff7ef,_0x2e11c8,_0x4c5d90,_0x1cc986,_0x554a2d,_0x3f4f4e){const _0xe848e8=_0x3a00cb;super(),_0x2eb009(this,'_state$',new _0x1eddba[(_0xe848e8(0x332))](null)),_0x2eb009(this,_0xe848e8(0x2e9),this['_state$']['asObservable']()),_0x2eb009(this,_0xe848e8(0x5c6)),_0x2eb009(this,_0xe848e8(0x340),!0x1),_0x2eb009(this,_0xe848e8(0x2b3),''),_0x2eb009(this,'_changesetReqId',0x0),_0x2eb009(this,'status$',this[_0xe848e8(0x2e9)][_0xe848e8(0x3a2)](_0x1eddba['map'](_0x4a94c9=>_0x4a94c9?_0x4a94c9[_0xe848e8(0x2aa)]:_0x3650d6['OFFLINE']),_0x1eddba[_0xe848e8(0x26e)](0x1))),_0x2eb009(this,_0xe848e8(0x465),!0x1),_0x2eb009(this,'_remoteChangesetQueue',[]),(this[_0xe848e8(0x36f)]=_0xd2cce7,this[_0xe848e8(0x36e)]=_0x2c7f90,this[_0xe848e8(0x31f)]=_0x251602,this[_0xe848e8(0x226)]=_0x3d1376,this[_0xe848e8(0x55f)]=_0x293496,this['_compressMutationService']=_0x420b54,this['_localeService']=_0x105d7f,this[_0xe848e8(0x4d7)]=_0x1ff7ef,this['_logService']=_0x2e11c8,this[_0xe848e8(0x660)]=_0x4c5d90,this['_messageService']=_0x1cc986,this[_0xe848e8(0x44b)]=_0x554a2d,this[_0xe848e8(0x44d)]=_0x3f4f4e);}get[_0x3a00cb(0x365)](){const _0x5b7bbf=_0x3a00cb;return this[_0x5b7bbf(0x5c6)];}async[_0x3a00cb(0x447)](){const _0x48cc21=_0x3a00cb;if(this[_0x48cc21(0x365)])throw new Error(_0x48cc21(0x5ca));await this[_0x48cc21(0x663)]();}[_0x3a00cb(0x4fb)](){const _0x56ab2d=_0x3a00cb;return this[_0x56ab2d(0x340)]=!0x0,_0x1330ba[_0x56ab2d(0x256)](()=>{const _0x2e4b28=_0x56ab2d;this[_0x2e4b28(0x340)]=!0x1,this['_exhaustRemoteChangesetQueue']();});}[_0x3a00cb(0x5b8)](_0x41fc6d){const _0x2c5fdb=_0x3a00cb;this[_0x2c5fdb(0x5c6)]=_0x41fc6d,this['_state$'][_0x2c5fdb(0x2d5)](_0x41fc6d);}async[_0x3a00cb(0x663)](){const _0x191d2e=_0x3a00cb;var _0x5ad7d8;this['_updateState'](await this[_0x191d2e(0x489)]()),this['_singleActiveUnitService']&&((_0x5ad7d8=this['_singleActiveUnitService'])==null||_0x5ad7d8[_0x191d2e(0x5e0)](this['unitID']),this[_0x191d2e(0x63e)](this[_0x191d2e(0x44d)][_0x191d2e(0x301)](this[_0x191d2e(0x36f)])[_0x191d2e(0x21f)](_0x28d81a=>{const _0x7ac19e=_0x191d2e;this[_0x7ac19e(0x405)]['debug'](_0x7ac19e(0x66d),_0x7ac19e(0x453),_0x28d81a),_0x28d81a===_0x2022fa[_0x7ac19e(0x376)]?(this[_0x7ac19e(0x239)][_0x7ac19e(0x4d8)]({'content':this[_0x7ac19e(0x1f7)]['t'](_0x7ac19e(0x4c4)),'type':_0x5934c8[_0x7ac19e(0x543)][_0x7ac19e(0x40c)]}),this[_0x7ac19e(0x44b)][_0x7ac19e(0x50b)](new _0x5ca8f8[(_0x7ac19e(0x59d))](this[_0x7ac19e(0x36f)])['id'],!0x1),this['_permissionService'][_0x7ac19e(0x4fa)](!0x1)):(this[_0x7ac19e(0x44b)]['updatePermissionPoint'](new _0x5ca8f8['WorkbookEditablePermission'](this[_0x7ac19e(0x36f)])['id'],!0x0),this['_permissionService']['setShowComponents'](!0x0));})));let _0x43443d=!0x1;return this[_0x191d2e(0x63e)](this[_0x191d2e(0x36e)][_0x191d2e(0x5f6)][_0x191d2e(0x21f)](_0x37a288=>{const _0x30a438=_0x191d2e;_0x37a288===_0x1164b5[_0x30a438(0x695)]?this[_0x30a438(0x505)](_0x43443d):_0x37a288===_0x1164b5[_0x30a438(0x395)]&&(_0x43443d=!0x0,this['_toggleOffline']());})),this[_0x191d2e(0x63e)](this['session'][_0x191d2e(0x4a7)][_0x191d2e(0x21f)](_0x4722bb=>{const _0x4582fc=_0x191d2e;try{switch(_0x4722bb['eventID']){case _0x48fdb9[_0x4582fc(0x3de)][_0x4582fc(0x49c)]:{this[_0x4582fc(0x393)](_0x48fdb9[_0x4582fc(0x2a6)](_0x4722bb['data']));break;}case _0x48fdb9[_0x4582fc(0x3de)][_0x4582fc(0x41c)]:{this[_0x4582fc(0x559)](_0x4722bb[_0x4582fc(0x36b)]);break;}case _0x48fdb9[_0x4582fc(0x3de)][_0x4582fc(0x45c)]:{this[_0x4582fc(0x47d)]();break;}case _0x48fdb9[_0x4582fc(0x3de)][_0x4582fc(0x4dc)]:{this['_onRemoteRetry'](_0x4722bb[_0x4582fc(0x36b)]);break;}case _0x48fdb9[_0x4582fc(0x3de)][_0x4582fc(0x28b)]:{this[_0x4582fc(0x2fb)](_0x4722bb[_0x4582fc(0x36b)][_0x4582fc(0x291)][_0x4582fc(0x568)](_0x35885c=>_0x48fdb9[_0x4582fc(0x2a6)](_0x35885c)));break;}case _0x48fdb9['CollaborationEvent'][_0x4582fc(0x2d2)]:this[_0x4582fc(0x47d)]({'isPermissionRej':!0x0});}}catch(_0xee9620){throw console['error']('Error\x20on\x20receiving\x20event',_0xee9620),_0xee9620;}})),this[_0x191d2e(0x5c6)];}[_0x3a00cb(0x530)](){const _0x2d48da=_0x3a00cb;this[_0x2d48da(0x465)]=!0x1;}[_0x3a00cb(0x41d)](){const _0x5f563d=_0x3a00cb;if(this[_0x5f563d(0x465)])throw new Error(_0x5f563d(0x300));this[_0x5f563d(0x465)]=!0x0;}[_0x3a00cb(0x680)](_0x5dd5ca){const _0x551fb6=_0x3a00cb;this[_0x551fb6(0x41d)](),this[_0x551fb6(0x5b8)](this[_0x551fb6(0x5c6)][_0x551fb6(0x2f1)](_0x5dd5ca)),this[_0x551fb6(0x530)]();}[_0x3a00cb(0x393)](_0x2b8666){const _0x336d1c=_0x3a00cb;if(!(_0x2b8666[_0x336d1c(0x496)]<=this[_0x336d1c(0x4d7)]['getCurrentRevOfUnit'](this[_0x336d1c(0x36f)]))){if(this[_0x336d1c(0x340)]){this[_0x336d1c(0x534)][_0x336d1c(0x64d)](_0x2b8666);return;}this[_0x336d1c(0x3c3)](_0x2b8666);}}[_0x3a00cb(0x4a1)](){const _0x295f22=_0x3a00cb;this[_0x295f22(0x534)][_0x295f22(0x303)](_0x1aac13=>this['_applyRemoteChangeset'](_0x1aac13)),this['_remoteChangesetQueue']=[];}[_0x3a00cb(0x3c3)](_0x1d52ab){const _0x53ef52=_0x3a00cb,_0x569575=this['_compressMutationService'][_0x53ef52(0x48c)]['fetchThroughInterceptors'](this[_0x53ef52(0x56f)][_0x53ef52(0x48c)][_0x53ef52(0x35d)]()[_0x53ef52(0x5f4)])(_0x1d52ab[_0x53ef52(0x1f3)],null)||_0x1d52ab[_0x53ef52(0x1f3)],_0x172921={..._0x1d52ab,'mutations':_0x569575};this[_0x53ef52(0x41d)](),this[_0x53ef52(0x5b8)](this[_0x53ef52(0x5c6)][_0x53ef52(0x688)](_0x172921)),this[_0x53ef52(0x530)]();}[_0x3a00cb(0x559)](_0x3913f2){const _0x3b33b9=_0x3a00cb;this[_0x3b33b9(0x41d)](),this['_updateState'](this[_0x3b33b9(0x5c6)][_0x3b33b9(0x3b5)](_0x3913f2)),this[_0x3b33b9(0x530)]();}[_0x3a00cb(0x47d)](_0x1fa9c0){const _0x1f1372=_0x3a00cb;this[_0x1f1372(0x41d)](),this[_0x1f1372(0x5b8)](this[_0x1f1372(0x5c6)][_0x1f1372(0x345)](_0x1fa9c0)),this['_unlockTransition']();}['_onRemoteRetry'](_0xe97d8e){const _0x510f0c=_0x3a00cb;this[_0x510f0c(0x41d)](),this[_0x510f0c(0x5b8)](this[_0x510f0c(0x5c6)][_0x510f0c(0x53c)](_0xe97d8e)),this[_0x510f0c(0x530)]();}[_0x3a00cb(0x2fb)](_0x12cf23){const _0x285860=_0x3a00cb;if(!(this[_0x285860(0x5c6)]instanceof _0x3611df))throw new TypeError(_0x285860(0x2cb));const _0x3f85fd=_0x12cf23[_0x285860(0x568)](_0x2396ec=>{const _0x40137c=_0x285860,_0xf3ebd3=this['_compressMutationService'][_0x40137c(0x48c)]['fetchThroughInterceptors'](this['_compressMutationService'][_0x40137c(0x48c)][_0x40137c(0x35d)]()[_0x40137c(0x5f4)])(_0x2396ec['mutations'],null)||_0x2396ec['mutations'];return{..._0x2396ec,'mutations':_0xf3ebd3};});this[_0x285860(0x41d)](),this[_0x285860(0x5b8)](this[_0x285860(0x5c6)]['onMissedChangesetFetched'](_0x3f85fd)),this[_0x285860(0x530)]();}[_0x3a00cb(0x4ff)](){const _0x2e2e7f=_0x3a00cb;this[_0x2e2e7f(0x41d)](),this['_updateState'](this[_0x2e2e7f(0x5c6)][_0x2e2e7f(0x3f9)]()),this[_0x2e2e7f(0x530)]();}[_0x3a00cb(0x505)](_0x4ce5a2=!0x1){const _0x2ffa3b=_0x3a00cb;this[_0x2ffa3b(0x41d)](),this[_0x2ffa3b(0x5b8)](this[_0x2ffa3b(0x5c6)]['toggleOnline']()),this[_0x2ffa3b(0x530)]();const _0x1dad8a=this[_0x2ffa3b(0x5c6)];_0x4ce5a2&&_0x1dad8a instanceof _0x57bfd0&&(this[_0x2ffa3b(0x41d)](),this[_0x2ffa3b(0x5b8)](_0x1dad8a[_0x2ffa3b(0x310)]()),this[_0x2ffa3b(0x530)]());}async[_0x3a00cb(0x489)](){return new Promise(_0x587039=>{const _0x106b8e=_0x5f13;this[_0x106b8e(0x36e)][_0x106b8e(0x5f6)][_0x106b8e(0x3a2)](_0x1eddba['take'](0x1))[_0x106b8e(0x21f)](async _0x47308a=>{const _0x187632=_0x106b8e;_0x587039(await this['_createInitialStateImpl'](_0x47308a===_0x1164b5[_0x187632(0x695)]));});});}[_0x3a00cb(0x460)](){const _0x431d0a=_0x3a00cb,_0x4683e5=this[_0x431d0a(0x36f)];return{'onStateChange':(_0x40753c,_0x3f12d2)=>{const _0x3ec5b8=_0x431d0a;if(_0x40753c!==this[_0x3ec5b8(0x5c6)])throw new Error(_0x3ec5b8(0x28e)+_0x40753c[_0x3ec5b8(0x2aa)]+'\x0aAfter:\x20'+_0x3f12d2[_0x3ec5b8(0x2aa)]+_0x3ec5b8(0x516)+this[_0x3ec5b8(0x5c6)][_0x3ec5b8(0x2aa)]);this[_0x3ec5b8(0x5b8)](_0x3f12d2);},'onSendChangeset':_0x509616=>{const _0x42fdf2=_0x431d0a;_0x509616[_0x42fdf2(0x32a)]||(_0x509616['sid']=this[_0x42fdf2(0x2b3)],_0x509616[_0x42fdf2(0x339)]=++this[_0x42fdf2(0x27a)]);const _0x3ad22e={'eventID':_0x48fdb9[_0x42fdf2(0x3de)][_0x42fdf2(0x28d)],'data':{'unitID':_0x509616[_0x42fdf2(0x36f)],'unitType':this[_0x42fdf2(0x31f)],'changeset':_0x509616,'memberID':this[_0x42fdf2(0x36e)][_0x42fdf2(0x2a9)]()}};this[_0x42fdf2(0x36e)][_0x42fdf2(0x2f7)](_0x3ad22e,this[_0x42fdf2(0x36f)]);},'onMissingChangesets':({from:_0x4f3dd2,to:_0x9d1d85})=>{const _0x575179=_0x431d0a;this[_0x575179(0x405)]['debug']('[CollaborationEntity]',_0x575179(0x552)+_0x4f3dd2+_0x575179(0x587)+_0x9d1d85);const _0x26a7c4={'eventID':_0x48fdb9['CollaborationEvent']['FETCH_MISSING'],'data':{'unitID':_0x4683e5,'unitType':this[_0x575179(0x31f)],'from':_0x4f3dd2,'to':_0x9d1d85}};this[_0x575179(0x36e)]['send'](_0x26a7c4,this[_0x575179(0x36f)]);}};}async[_0x3a00cb(0x4ef)](_0x541400){const _0x51b540=_0x3a00cb;var _0x1f3120,_0x52b762;const _0x405b1a=await this[_0x51b540(0x55f)][_0x51b540(0x1ff)](this[_0x51b540(0x36f)]),_0x586f9b=(_0x1f3120=_0x405b1a==null?void 0x0:_0x405b1a[_0x51b540(0x1f3)])!=null?_0x1f3120:[],_0x94a52b=(_0x52b762=_0x405b1a==null?void 0x0:_0x405b1a['awaitingChangeset'])!=null?_0x52b762:null,_0x35de71=!!(_0x94a52b!=null&&_0x94a52b[_0x51b540(0x32a)])&&!!(_0x94a52b!=null&&_0x94a52b[_0x51b540(0x339)]);this[_0x51b540(0x2b3)]=_0x35de71?_0x94a52b['sid']:_0x2b0a94(),this['_changesetReqId']=_0x35de71?_0x94a52b['reqId']:0x0;const _0x3cec78=this[_0x51b540(0x36f)];try{this[_0x51b540(0x612)](_0x94a52b,_0x586f9b);}catch(_0x3a449b){this[_0x51b540(0x405)]['error'](_0x3a449b);}const _0x195e03=this[_0x51b540(0x460)]();if(_0x541400){const _0x2d03b2=_0xe1542d(this['_injector'],_0x3cec78,this[_0x51b540(0x31f)],_0x94a52b,_0x586f9b,_0x195e03);return _0x2d03b2 instanceof _0x397b47?_0x2d03b2['_schedule']():(_0x2d03b2 instanceof _0x41da33||_0x2d03b2 instanceof _0xff5715)&&_0x2d03b2[_0x51b540(0x29c)](),_0x2d03b2;}return this[_0x51b540(0x226)][_0x51b540(0x578)](_0x1b1d39,_0x3cec78,this[_0x51b540(0x31f)],_0x94a52b,_0x586f9b,_0x195e03);}['_replayCachedMutations'](_0x33a27a,_0x2135a9){const _0x1ea433=_0x3a00cb;var _0x2fa072,_0x2f8c44;const _0x3f325a=this[_0x1ea433(0x56f)]['interceptor'][_0x1ea433(0x1ea)](this[_0x1ea433(0x56f)]['interceptor'][_0x1ea433(0x35d)]()[_0x1ea433(0x5f4)]);(_0x2fa072=_0x3f325a((_0x33a27a==null?void 0x0:_0x33a27a['mutations'])||[],null))==null||_0x2fa072[_0x1ea433(0x303)](_0x1179a8=>this['_commandService'][_0x1ea433(0x569)](_0x1179a8['id'],_0x1179a8[_0x1ea433(0x25e)])),(_0x2f8c44=_0x3f325a(_0x2135a9||[],null))==null||_0x2f8c44[_0x1ea433(0x303)](_0x39297d=>this[_0x1ea433(0x660)][_0x1ea433(0x569)](_0x39297d['id'],_0x39297d[_0x1ea433(0x25e)]));}},_0x5aeb12[_0x3a00cb(0x32c)]=_0x43de74([_0x230620(0x3,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x230620(0x4,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x287)])),_0x230620(0x5,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9['CompressMutationService'])),_0x230620(0x6,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x627)])),_0x230620(0x7,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9[_0x3a00cb(0x3a4)])),_0x230620(0x8,_0x1330ba[_0x3a00cb(0x57c)]),_0x230620(0x9,_0x1330ba[_0x3a00cb(0x5fc)]),_0x230620(0xa,_0x5d5dd2[_0x3a00cb(0x67b)]),_0x230620(0xb,_0x1330ba[_0x3a00cb(0x511)]),_0x230620(0xc,_0x1330ba[_0x3a00cb(0x67e)](_0x151dcb))],_0x5aeb12['CollaborationEntity']),_0x5aeb12[_0x3a00cb(0x4e3)]=class extends _0x5aeb12[_0x3a00cb(0x32c)]{constructor(_0x2b14b0,_0xc503e1,_0x194b24,_0x4fa421,_0x456dc0,_0x2faada,_0x516330,_0x41db72,_0x36f03f,_0x3ebcc2,_0x5d1735,_0x17d428,_0x55490d,_0x4ac43d,_0x5811f8,_0xe43eba,_0x188b38,_0x501558){const _0x52e94c=_0x3a00cb;super(_0x2b14b0,_0x194b24,_0xc503e1,_0x4fa421,_0x456dc0,_0x2faada,_0x516330,_0x41db72,_0x4ac43d,_0x5811f8,_0xe43eba,_0x188b38,_0x501558),this[_0x52e94c(0x36f)]=_0x2b14b0,this[_0x52e94c(0x651)]=_0xc503e1,this['_docStateChangeManagerService']=_0x36f03f,this['_docTransformIMECacheService']=_0x3ebcc2,this['_docTransformStateCacheService']=_0x5d1735,this['_docTransformSelectionsService']=_0x17d428,this[_0x52e94c(0x2db)]=_0x55490d;}[_0x3a00cb(0x460)](){const _0x253ab7=_0x3a00cb,_0x9a1899=super[_0x253ab7(0x460)]();return _0x9a1899[_0x253ab7(0x5f9)]=_0xecafdf=>this[_0x253ab7(0x48f)]['transformIMECache'](_0xecafdf),_0x9a1899[_0x253ab7(0x5d9)]=_0x142982=>this[_0x253ab7(0x455)][_0x253ab7(0x428)](_0x142982),_0x9a1899[_0x253ab7(0x497)]=_0xd4ca2a=>this[_0x253ab7(0x4f9)][_0x253ab7(0x4f4)](_0xd4ca2a),_0x9a1899[_0x253ab7(0x363)]=_0x311787=>this[_0x253ab7(0x2db)][_0x253ab7(0x510)](_0x311787),_0x9a1899[_0x253ab7(0x48e)]=_0x509ebd=>this['_docTransformIMECacheService'][_0x253ab7(0x368)](_0x509ebd),_0x9a1899['onTransformRemoteChangesetByStateCache']=_0x5d116c=>this['_docTransformStateCacheService'][_0x253ab7(0x368)](_0x5d116c),_0x9a1899;}async['_init'](){const _0x4d5eeb=_0x3a00cb,_0x59101b=await super[_0x4d5eeb(0x663)]();return this[_0x4d5eeb(0x2de)][_0x4d5eeb(0x326)][_0x4d5eeb(0x3a2)](_0x1eddba[_0x4d5eeb(0x28a)](this['dispose$']))[_0x4d5eeb(0x21f)](_0x1eabec=>{const _0x3b6559=_0x4d5eeb;if(_0x1eabec==null)return;const {unitId:_0x354c33,redoState:_0x1da469,commandId:_0x22c551}=_0x1eabec;if(_0x354c33!==this[_0x3b6559(0x36f)])return;const _0x57ebd9={'id':_0x22c551,'type':_0x1330ba[_0x3b6559(0x5af)][_0x3b6559(0x67a)],'params':{'unitId':_0x354c33,'actions':_0x1da469['actions'],'textRanges':null}};this[_0x3b6559(0x680)](_0x57ebd9);}),_0x59101b;}},_0x5aeb12[_0x3a00cb(0x4e3)]=_0x43de74([_0x230620(0x3,_0x1330ba['Inject'](_0x1330ba['Injector'])),_0x230620(0x4,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x287)])),_0x230620(0x5,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9[_0x3a00cb(0x4ba)])),_0x230620(0x6,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x627)])),_0x230620(0x7,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9[_0x3a00cb(0x3a4)])),_0x230620(0x8,_0x1330ba[_0x3a00cb(0x217)](_0x2b18a1['DocStateChangeManagerService'])),_0x230620(0x9,_0x1330ba['Inject'](_0x2b30d7)),_0x230620(0xa,_0x1330ba['Inject'](_0x171291)),_0x230620(0xb,_0x1330ba[_0x3a00cb(0x217)](_0x178312)),_0x230620(0xc,_0x1330ba['Inject'](_0x50bbdf)),_0x230620(0xd,_0x1330ba[_0x3a00cb(0x57c)]),_0x230620(0xe,_0x1330ba[_0x3a00cb(0x5fc)]),_0x230620(0xf,_0x5d5dd2[_0x3a00cb(0x67b)]),_0x230620(0x10,_0x1330ba[_0x3a00cb(0x511)]),_0x230620(0x11,_0x1330ba[_0x3a00cb(0x67e)](_0x151dcb))],_0x5aeb12[_0x3a00cb(0x4e3)]),_0x5aeb12['SheetCollaborationEntity']=class extends _0x5aeb12[_0x3a00cb(0x32c)]{constructor(_0x507a00,_0x4b9747,_0x51058f,_0x49616e,_0x5830c1,_0xb8702d,_0x35f19d,_0x290c34,_0x9ebde2,_0xdec215,_0x55c730,_0x20e9bb,_0x33bc2b,_0x43ed02){const _0x140a79=_0x3a00cb;super(_0x507a00,_0x51058f,_0x4b9747,_0x49616e,_0x5830c1,_0xb8702d,_0x35f19d,_0x290c34,_0xdec215,_0x55c730,_0x20e9bb,_0x33bc2b,_0x43ed02),this[_0x140a79(0x36f)]=_0x507a00,this[_0x140a79(0x651)]=_0x4b9747,this[_0x140a79(0x276)]=_0x9ebde2;}[_0x3a00cb(0x460)](){const _0x522039=_0x3a00cb,_0x215d45=super[_0x522039(0x460)]();return _0x215d45[_0x522039(0x497)]=_0x430283=>this[_0x522039(0x276)][_0x522039(0x4f4)](_0x430283),_0x215d45;}async['_init'](){const _0x964634=_0x3a00cb,_0x3660c8=await super[_0x964634(0x663)]();return this[_0x964634(0x63e)](this[_0x964634(0x660)][_0x964634(0x4ec)]((_0x29972b,_0x1893c6)=>{const _0x2687d8=_0x964634;if(_0x29972b[_0x2687d8(0x651)]!==_0x1330ba['CommandType'][_0x2687d8(0x67a)]||_0x1893c6!=null&&_0x1893c6['fromCollab']||_0x1893c6!=null&&_0x1893c6[_0x2687d8(0x63c)])return;const _0x59b560=_0x29972b[_0x2687d8(0x25e)];if((_0x59b560==null?void 0x0:_0x59b560[_0x2687d8(0x643)])!==this['unitID'])return;const _0x322ca1=_0x29972b,_0x4c499a=this[_0x2687d8(0x56f)]['interceptor'][_0x2687d8(0x1ea)](this[_0x2687d8(0x56f)][_0x2687d8(0x48c)]['getInterceptPoints']()[_0x2687d8(0x442)])([_0x322ca1],null)||[_0x322ca1];this[_0x2687d8(0x680)](_0x4c499a[0x0]);})),_0x3660c8;}},_0x5aeb12[_0x3a00cb(0x547)]=_0x43de74([_0x230620(0x3,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x619)])),_0x230620(0x4,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12['LocalCacheService'])),_0x230620(0x5,_0x1330ba['Inject'](_0x48fdb9[_0x3a00cb(0x4ba)])),_0x230620(0x6,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x627)])),_0x230620(0x7,_0x1330ba['Inject'](_0x48fdb9[_0x3a00cb(0x3a4)])),_0x230620(0x8,_0x1330ba['Inject'](_0x1a0834)),_0x230620(0x9,_0x1330ba[_0x3a00cb(0x57c)]),_0x230620(0xa,_0x1330ba[_0x3a00cb(0x5fc)]),_0x230620(0xb,_0x5d5dd2[_0x3a00cb(0x67b)]),_0x230620(0xc,_0x1330ba[_0x3a00cb(0x511)]),_0x230620(0xd,_0x1330ba[_0x3a00cb(0x67e)](_0x151dcb))],_0x5aeb12[_0x3a00cb(0x547)]);var _0xa5d360=Object[_0x3a00cb(0x43c)],_0x1815b3=Object['getOwnPropertyDescriptor'],_0x5c6df2=(_0x392648,_0x12521d,_0x2a2685,_0x134af2)=>{const _0x29ac85=_0x3a00cb;for(var _0x4830fd=_0x134af2>0x1?void 0x0:_0x134af2?_0x1815b3(_0x12521d,_0x2a2685):_0x12521d,_0x36f39f=_0x392648[_0x29ac85(0x422)]-0x1,_0x5aa5f5;_0x36f39f>=0x0;_0x36f39f--)(_0x5aa5f5=_0x392648[_0x36f39f])&&(_0x4830fd=(_0x134af2?_0x5aa5f5(_0x12521d,_0x2a2685,_0x4830fd):_0x5aa5f5(_0x4830fd))||_0x4830fd);return _0x134af2&&_0x4830fd&&_0xa5d360(_0x12521d,_0x2a2685,_0x4830fd),_0x4830fd;},_0x2d9c69=(_0x1bd0fd,_0x4a4fb3)=>(_0x20728b,_0x4f3bd6)=>_0x4a4fb3(_0x20728b,_0x4f3bd6,_0x1bd0fd);_0x5aeb12['CollaborationController']=class extends _0x1330ba[_0x3a00cb(0x560)]{constructor(_0x379a4e,_0x4339b1,_0x22c0e2){const _0x1485ee=_0x3a00cb;super(),_0x2eb009(this,_0x1485ee(0x274),new Map()),_0x2eb009(this,'_entityInit$',new _0x1eddba[(_0x1485ee(0x232))]()),(this[_0x1485ee(0x226)]=_0x379a4e,this[_0x1485ee(0x2ef)]=_0x4339b1,this[_0x1485ee(0x227)]=_0x22c0e2,this['_init']());}[_0x3a00cb(0x41f)](){const _0x364f9e=_0x3a00cb;super['dispose'](),this[_0x364f9e(0x274)][_0x364f9e(0x303)](_0x44cd95=>_0x44cd95[_0x364f9e(0x41f)]()),this['_entities'][_0x364f9e(0x229)]();}[_0x3a00cb(0x40d)](_0x3ca634){const _0x4b4525=_0x3a00cb;var _0x2d7467;return(_0x2d7467=this['_entities'][_0x4b4525(0x4bf)](_0x3ca634))!=null?_0x2d7467:null;}[_0x3a00cb(0x2c7)](_0x20a92b){const _0x4e5e8c=_0x3a00cb,_0x14599d=this['getCollabEntity'](_0x20a92b);return _0x14599d?_0x1eddba['of'](_0x14599d):this[_0x4e5e8c(0x5dd)][_0x4e5e8c(0x3a2)](_0xc13278[_0x4e5e8c(0x40e)](_0x1f93e3=>_0x1f93e3[_0x4e5e8c(0x36f)]===_0x20a92b));}['_init'](){const _0x438328=_0x3a00cb;this[_0x438328(0x227)][_0x438328(0x59c)](_0x1330ba[_0x438328(0x3ae)][_0x438328(0x3b6)])['pipe'](_0x1eddba['takeUntil'](this[_0x438328(0x2f0)]),_0xc13278[_0x438328(0x56b)](0x10))[_0x438328(0x21f)](async _0x377d54=>{const _0x16b6bd=_0x438328,_0x28b057=_0x377d54['getUnitId'](),_0x53bdd1=await this[_0x16b6bd(0x429)](_0x28b057,_0x2d6857[_0x16b6bd(0x3b6)]);this[_0x16b6bd(0x274)][_0x16b6bd(0x4cf)](_0x28b057,_0x53bdd1);}),this[_0x438328(0x227)]['getTypeOfUnitAdded$'](_0x1330ba[_0x438328(0x3ae)][_0x438328(0x65c)])['pipe'](_0x1eddba[_0x438328(0x28a)](this[_0x438328(0x2f0)]),_0xc13278[_0x438328(0x56b)](0x10))[_0x438328(0x3a2)](_0xc13278[_0x438328(0x40e)](_0x5c688e=>!_0x5c688e['getUnitId']()['startsWith']('__')))[_0x438328(0x21f)](async _0x3810c6=>{const _0x33671d=_0x438328,_0x5ba7fb=_0x3810c6[_0x33671d(0x259)](),_0xcd81b5=await this['_startCollaboration'](_0x5ba7fb,_0x2d6857['UNIVER_DOC']);this[_0x33671d(0x274)]['set'](_0x5ba7fb,_0xcd81b5);}),_0x1eddba['merge'](this[_0x438328(0x227)][_0x438328(0x655)](_0x1330ba[_0x438328(0x3ae)][_0x438328(0x3b6)]),this[_0x438328(0x227)][_0x438328(0x655)](_0x1330ba[_0x438328(0x3ae)][_0x438328(0x65c)]))[_0x438328(0x3a2)](_0x1eddba[_0x438328(0x28a)](this[_0x438328(0x2f0)]))[_0x438328(0x21f)](_0x10bd7a=>{const _0x5cb5b7=_0x438328,_0x5de0f5=_0x10bd7a[_0x5cb5b7(0x259)](),_0x49db84=this[_0x5cb5b7(0x274)][_0x5cb5b7(0x4bf)](_0x5de0f5);_0x49db84&&(_0x49db84[_0x5cb5b7(0x41f)](),this[_0x5cb5b7(0x274)][_0x5cb5b7(0x317)](_0x5de0f5));});}async[_0x3a00cb(0x429)](_0x52942f,_0x6ce258){const _0x21ef11=_0x3a00cb,_0x23eb55=await this[_0x21ef11(0x2ef)][_0x21ef11(0x673)](_0x52942f),_0x37f393=this[_0x21ef11(0x226)][_0x21ef11(0x578)](this['_getCtorByUniverType'](_0x6ce258),_0x52942f,_0x6ce258,_0x23eb55);return await _0x37f393['init'](),this[_0x21ef11(0x5dd)]['next'](_0x37f393),_0x37f393;}['_getCtorByUniverType'](_0x568e93){const _0x23014b=_0x3a00cb;switch(_0x568e93){case _0x2d6857['UNIVER_DOC']:return _0x5aeb12[_0x23014b(0x4e3)];case _0x2d6857[_0x23014b(0x3b6)]:return _0x5aeb12[_0x23014b(0x547)];default:throw new Error(_0x23014b(0x21c)+_0x568e93);}}},_0x5aeb12[_0x3a00cb(0x3d5)]=_0x5c6df2([_0x2d9c69(0x0,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x2d9c69(0x1,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x2c3)])),_0x2d9c69(0x2,_0x1330ba['IUniverInstanceService'])],_0x5aeb12[_0x3a00cb(0x3d5)]);const _0x47257d=[_0x3a00cb(0x431),'jiqing500','verdancy600','red300',_0x3a00cb(0x4ac),'gold400'];class _0x43760c extends _0x1330ba[_0x3a00cb(0x5f8)]{constructor(){const _0x25a0a3=_0x3a00cb;super(...arguments),_0x2eb009(this,_0x25a0a3(0x2d6),new Map()),_0x2eb009(this,_0x25a0a3(0x58e),0x0);}[_0x3a00cb(0x3ab)](_0x49c050){const _0x5d8e30=_0x3a00cb;if(this[_0x5d8e30(0x2d6)][_0x5d8e30(0x42a)](_0x49c050))return this[_0x5d8e30(0x2d6)][_0x5d8e30(0x4bf)](_0x49c050);const _0x5b11b7=_0x47257d[this[_0x5d8e30(0x58e)]];return this[_0x5d8e30(0x58e)]=(this['_colorIndex']+0x1)%_0x47257d[_0x5d8e30(0x422)],this[_0x5d8e30(0x2d6)]['set'](_0x49c050,_0x5b11b7),_0x5b11b7;}}var _0x59342c=Object[_0x3a00cb(0x43c)],_0x5e615f=Object[_0x3a00cb(0x637)],_0x1bae2d=(_0x44349d,_0x14122d,_0x119dea,_0x5f0b97)=>{const _0x22405b=_0x3a00cb;for(var _0xff6dcf=_0x5f0b97>0x1?void 0x0:_0x5f0b97?_0x5e615f(_0x14122d,_0x119dea):_0x14122d,_0x1ba23c=_0x44349d[_0x22405b(0x422)]-0x1,_0x2fe211;_0x1ba23c>=0x0;_0x1ba23c--)(_0x2fe211=_0x44349d[_0x1ba23c])&&(_0xff6dcf=(_0x5f0b97?_0x2fe211(_0x14122d,_0x119dea,_0xff6dcf):_0x2fe211(_0xff6dcf))||_0xff6dcf);return _0x5f0b97&&_0xff6dcf&&_0x59342c(_0x14122d,_0x119dea,_0xff6dcf),_0xff6dcf;},_0x44e1cf=(_0x9b341,_0x290478)=>(_0x213b6a,_0x32c1d6)=>_0x290478(_0x213b6a,_0x32c1d6,_0x9b341);const _0x157a55=0x12c,_0x914e06=0x64;let _0xa06d64=class extends _0x1330ba[_0x3a00cb(0x560)]{constructor(_0x5ea465,_0xa5b325,_0x3bf7d4,_0x253dd2,_0x26b11e,_0xe1805e,_0x58a966,_0x467eb7,_0x47daa4){const _0x218124=_0x3a00cb;super(),_0x2eb009(this,_0x218124(0x26a),!0x1),_0x2eb009(this,'_init',!0x1),_0x2eb009(this,_0x218124(0x3fc),new _0x1eddba['BehaviorSubject'](new Map())),_0x2eb009(this,'cursorInfo$',this['_cursorInfo$'][_0x218124(0x518)]()),_0x2eb009(this,'_roomMembers$',new _0x1eddba[(_0x218124(0x332))]([])),_0x2eb009(this,_0x218124(0x27b),this[_0x218124(0x3e5)][_0x218124(0x3a2)](_0x1eddba[_0x218124(0x391)](_0x157a55))),_0x2eb009(this,_0x218124(0x64f),_0x1330ba[_0x218124(0x567)](_0xf9587f=>{const _0x457f0f=_0x218124,_0x2c888f={'eventID':_0x48fdb9['CollaborationEvent'][_0x457f0f(0x5bd)],'data':{'unitID':this[_0x457f0f(0x36f)],'memberID':this[_0x457f0f(0x671)][_0x457f0f(0x2a9)](),'selection':_0x4e2069(_0xf9587f)}};this['_session'][_0x457f0f(0x2f7)](_0x2c888f,this[_0x457f0f(0x36f)]);},_0x914e06)),(this['unitID']=_0x5ea465,this['_session']=_0xa5b325,this[_0x218124(0x226)]=_0x3bf7d4,this['_colorAssignService']=_0x253dd2,this['_memberService']=_0x26b11e,this[_0x218124(0x526)]=_0xe1805e,this[_0x218124(0x621)]=_0x58a966,this[_0x218124(0x227)]=_0x467eb7,this[_0x218124(0x660)]=_0x47daa4);}get[_0x3a00cb(0x62a)](){const _0x48862c=_0x3a00cb;return this[_0x48862c(0x3fc)][_0x48862c(0x2e0)]();}get['roomMembers'](){return this['_roomMembers$']['getValue']();}[_0x3a00cb(0x41f)](){const _0x1dd68b=_0x3a00cb;super[_0x1dd68b(0x41f)](),this[_0x1dd68b(0x3fc)][_0x1dd68b(0x2d5)](new Map()),this['_cursorInfo$']['complete'](),this[_0x1dd68b(0x3e5)][_0x1dd68b(0x2d5)]([]),this[_0x1dd68b(0x3e5)]['complete']();}['init'](){const _0x3086d7=_0x3a00cb;this['_init']||(this[_0x3086d7(0x663)]=!0x0,this[_0x3086d7(0x671)][_0x3086d7(0x5f6)][_0x3086d7(0x3a2)](_0x1eddba[_0x3086d7(0x28a)](this[_0x3086d7(0x2f0)]))['subscribe'](_0x514c76=>{const _0x300ab4=_0x3086d7;_0x514c76===_0x1164b5[_0x300ab4(0x695)]?this[_0x300ab4(0x505)]():this[_0x300ab4(0x4ff)]();}),this['_session']['event$'][_0x3086d7(0x3a2)](_0x1eddba[_0x3086d7(0x28a)](this[_0x3086d7(0x2f0)]))[_0x3086d7(0x21f)](_0x539234=>{const _0x30f0d4=_0x3086d7,_0x338b69=_0x539234[_0x30f0d4(0x306)];_0x338b69===_0x48fdb9['CollaborationEvent'][_0x30f0d4(0x5bd)]&&this[_0x30f0d4(0x202)](_0x539234),_0x338b69===_0x48fdb9['CollaborationEvent'][_0x30f0d4(0x5ae)]&&this['_onCursorDelete'](_0x539234);}),this[_0x3086d7(0x63e)](this[_0x3086d7(0x660)][_0x3086d7(0x4ec)](_0x5255a0=>{const _0x1c6d27=_0x3086d7,_0x1bb5ef=_0x5255a0['params'];_0x1bb5ef!=null&&this[_0x1c6d27(0x26a)]&&_0x5255a0['id']===_0x522f9c[_0x1c6d27(0x2a0)]['id']&&_0x1bb5ef[_0x1c6d27(0x643)]===this[_0x1c6d27(0x36f)]&&_0x1bb5ef[_0x1c6d27(0x255)]===!0x1&&_0x1bb5ef[_0x1c6d27(0x57d)]['length']>0x0&&this[_0x1c6d27(0x64f)](_0x1bb5ef[_0x1c6d27(0x57d)]);})),this['_syncEditingCollabCursorService']['collabCursorState$'][_0x3086d7(0x3a2)](_0x1eddba['takeUntil'](this['dispose$']))['subscribe'](_0x2306e7=>{const _0x1d3874=_0x3086d7;if((_0x2306e7==null?void 0x0:_0x2306e7[_0x1d3874(0x36f)])!==this[_0x1d3874(0x36f)])return;const _0xfce147={'eventID':_0x48fdb9[_0x1d3874(0x3de)][_0x1d3874(0x5bd)],'data':_0x2306e7};this[_0x1d3874(0x202)](_0xfce147);}),this[_0x3086d7(0x63e)](this['_commandService'][_0x3086d7(0x4ec)](_0x39314e=>{const _0x277c3d=_0x3086d7;if(_0x39314e[_0x277c3d(0x25e)]==null)return;const _0x65b02a=_0x39314e[_0x277c3d(0x25e)];if(_0x39314e['id']!==_0x522f9c[_0x277c3d(0x48b)]['id']||_0x65b02a[_0x277c3d(0x643)]!==this[_0x277c3d(0x36f)])return;const _0x12ab4d={'id':_0x277c3d(0x3d2),'params':_0x65b02a},_0x22a154=this[_0x277c3d(0x62a)];for(const [_0x2de2ae,_0x1abc27]of _0x22a154){const _0x4f4d25={'id':'doc.mutation.rich-text-editing','params':{'unitId':this[_0x277c3d(0x36f)],'actions':null,'textRanges':_0x1abc27['ranges']}},_0x4f3b40=this[_0x277c3d(0x621)][_0x277c3d(0x576)](_0x12ab4d,_0x4f4d25,!0x1);if(_0x48fdb9[_0x277c3d(0x5ad)](_0x4f3b40))throw _0x4f3b40[_0x277c3d(0x50f)];_0x22a154['set'](_0x2de2ae,{..._0x1abc27,'ranges':_0x4f3b40[_0x277c3d(0x591)][_0x277c3d(0x25e)]['textRanges']});}queueMicrotask(()=>{const _0x227770=_0x277c3d;this[_0x227770(0x3fc)]['next'](_0x22a154);});})));}['_onCursorUpdate'](_0x3b5b29){const _0x11ef9c=_0x3a00cb;var _0x52bd1e,_0x91aa6f;const {memberID:_0x106b11,selection:_0xd98f6e}=_0x3b5b29[_0x11ef9c(0x36b)],_0x55064e=_0x114f93(_0xd98f6e),_0x273c86=(_0x91aa6f=(_0x52bd1e=this[_0x11ef9c(0x529)][_0x11ef9c(0x426)](this[_0x11ef9c(0x36f)],_0x106b11))==null?void 0x0:_0x52bd1e[_0x11ef9c(0x61e)])!=null?_0x91aa6f:_0x11ef9c(0x2ab),_0x1cf360={'color':this[_0x11ef9c(0x667)][_0x11ef9c(0x3ab)](_0x106b11),'name':_0x273c86,'ranges':_0x55064e},_0x2d324c=this[_0x11ef9c(0x62a)];_0x2d324c['set'](_0x106b11,_0x1cf360),this['_cursorInfo$']['next'](_0x2d324c);}[_0x3a00cb(0x4c8)](_0x131755){const _0x57b64c=_0x3a00cb,{memberID:_0x34955f}=_0x131755[_0x57b64c(0x36b)],_0x364964=this[_0x57b64c(0x62a)];_0x364964[_0x57b64c(0x317)](_0x34955f),this[_0x57b64c(0x3fc)]['next'](_0x364964);}[_0x3a00cb(0x505)](){const _0xdc9071=_0x3a00cb;var _0x57246f;if(this['_online']=!0x0,((_0x57246f=this['_univerInstanceService'][_0xdc9071(0x618)]())==null?void 0x0:_0x57246f[_0xdc9071(0x259)]())!==this['unitID'])return;const _0x4451c5=this[_0xdc9071(0x226)][_0xdc9071(0x4bf)](_0x522f9c[_0xdc9071(0x481)])[_0xdc9071(0x3b9)]();Array['isArray'](_0x4451c5)&&_0x4451c5[_0xdc9071(0x422)]>0x0&&this[_0xdc9071(0x64f)](_0x4451c5);}['_toggleOffline'](){this['_online']=!0x1;}};_0xa06d64=_0x1bae2d([_0x44e1cf(0x2,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x44e1cf(0x3,_0x1330ba[_0x3a00cb(0x217)](_0x43760c)),_0x44e1cf(0x4,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x624)])),_0x44e1cf(0x5,_0x1330ba['Inject'](_0x50bbdf)),_0x44e1cf(0x6,_0x48fdb9[_0x3a00cb(0x38d)]),_0x44e1cf(0x7,_0x1330ba['IUniverInstanceService']),_0x44e1cf(0x8,_0x1330ba[_0x3a00cb(0x5fc)])],_0xa06d64);var _0x263af3=Object[_0x3a00cb(0x43c)],_0x5bb187=Object['getOwnPropertyDescriptor'],_0x1c97f8=(_0x429965,_0x45bb63,_0x309288,_0x3cb111)=>{const _0x43fec0=_0x3a00cb;for(var _0x127190=_0x3cb111>0x1?void 0x0:_0x3cb111?_0x5bb187(_0x45bb63,_0x309288):_0x45bb63,_0x5c2fbb=_0x429965[_0x43fec0(0x422)]-0x1,_0x337ac4;_0x5c2fbb>=0x0;_0x5c2fbb--)(_0x337ac4=_0x429965[_0x5c2fbb])&&(_0x127190=(_0x3cb111?_0x337ac4(_0x45bb63,_0x309288,_0x127190):_0x337ac4(_0x127190))||_0x127190);return _0x3cb111&&_0x127190&&_0x263af3(_0x45bb63,_0x309288,_0x127190),_0x127190;},_0x55609b=(_0x5ed562,_0x41b531)=>(_0x4abe04,_0x49b043)=>_0x41b531(_0x4abe04,_0x49b043,_0x5ed562);const _0x2942ad=0x12c,_0x5ab442=0x64,_0xab1a90=()=>{let _0x453831=[],_0x294fea=!0x1;return _0x261868=>{const _0xef677=_0x5f13;_0x453831[_0xef677(0x64d)](_0x261868),_0x294fea||(_0x294fea=!0x0,setTimeout(()=>{_0x453831['forEach'](_0x58a75e=>_0x58a75e()),_0x453831=[],_0x294fea=!0x1;}));};};let _0x5992ee=class extends _0x1330ba['RxDisposable']{constructor(_0x5119e2,_0xa630d5,_0x2f57aa,_0xa7b814,_0xca0e9d,_0x2187ee,_0x207f26,_0x21a2f9){const _0x4ce5f3=_0x3a00cb;super(),_0x2eb009(this,_0x4ce5f3(0x26a),!0x1),_0x2eb009(this,_0x4ce5f3(0x663),!0x1),_0x2eb009(this,_0x4ce5f3(0x3fc),new _0x1eddba[(_0x4ce5f3(0x332))](new Map())),_0x2eb009(this,_0x4ce5f3(0x4e7),this['_cursorInfo$'][_0x4ce5f3(0x518)]()),_0x2eb009(this,_0x4ce5f3(0x3e5),new _0x1eddba[(_0x4ce5f3(0x332))]([])),_0x2eb009(this,'roomMembers$',this['_roomMembers$'][_0x4ce5f3(0x3a2)](_0x1eddba[_0x4ce5f3(0x391)](_0x2942ad))),_0x2eb009(this,'_updateLocalCursor',_0x1330ba[_0x4ce5f3(0x567)]((_0x28abe6,_0x3c3c95)=>{const _0x550e19=_0x4ce5f3,_0xe9d7ab={'eventID':_0x48fdb9[_0x550e19(0x3de)][_0x550e19(0x5bd)],'data':{'unitID':this[_0x550e19(0x36f)],'memberID':this[_0x550e19(0x671)][_0x550e19(0x2a9)](),'selection':_0x5a3dfd['serializeRangeWithSheet'](_0x28abe6,_0x3c3c95[_0x550e19(0x292)])}};this[_0x550e19(0x671)][_0x550e19(0x2f7)](_0xe9d7ab,this[_0x550e19(0x36f)]);},_0x5ab442)),(this['unitID']=_0x5119e2,this[_0x4ce5f3(0x671)]=_0xa630d5,this[_0x4ce5f3(0x226)]=_0x2f57aa,this[_0x4ce5f3(0x667)]=_0xa7b814,this['_memberService']=_0xca0e9d,this['_univerInstanceService']=_0x2187ee,this[_0x4ce5f3(0x660)]=_0x207f26,this[_0x4ce5f3(0x4b7)]=_0x21a2f9);}get[_0x3a00cb(0x62a)](){const _0x3f0b37=_0x3a00cb;return this[_0x3f0b37(0x3fc)][_0x3f0b37(0x2e0)]();}get['roomMembers'](){const _0x4c4fba=_0x3a00cb;return this['_roomMembers$'][_0x4c4fba(0x2e0)]();}[_0x3a00cb(0x41f)](){const _0x3d32d0=_0x3a00cb;super['dispose'](),this['_cursorInfo$'][_0x3d32d0(0x2d5)](new Map()),this[_0x3d32d0(0x3fc)][_0x3d32d0(0x62b)](),this['_roomMembers$'][_0x3d32d0(0x2d5)]([]),this[_0x3d32d0(0x3e5)][_0x3d32d0(0x62b)]();}[_0x3a00cb(0x447)](){const _0x13fa05=_0x3a00cb;this[_0x13fa05(0x663)]||(this[_0x13fa05(0x663)]=!0x0,this[_0x13fa05(0x671)]['sessionStatus$']['pipe'](_0x1eddba['takeUntil'](this['dispose$']))['subscribe'](_0x2fed87=>{_0x2fed87===_0x1164b5['ONLINE']?this['_toggleOnline']():this['_toggleOffline']();}),this['_session'][_0x13fa05(0x4a7)][_0x13fa05(0x3a2)](_0x1eddba[_0x13fa05(0x28a)](this[_0x13fa05(0x2f0)]))[_0x13fa05(0x21f)](_0x5c2314=>{const _0xeb1571=_0x13fa05,_0x42f187=_0x5c2314[_0xeb1571(0x306)];_0x42f187===_0x48fdb9[_0xeb1571(0x3de)][_0xeb1571(0x5bd)]&&this[_0xeb1571(0x202)](_0x5c2314),_0x42f187===_0x48fdb9['CollaborationEvent'][_0xeb1571(0x5ae)]&&this['_onCursorDelete'](_0x5c2314);}),this['_onRefRangeChange'](),this[_0x13fa05(0x63e)](this[_0x13fa05(0x660)][_0x13fa05(0x4ec)](_0xce8950=>{const _0x297464=_0x13fa05;if(this[_0x297464(0x26a)]&&_0xce8950['id']===_0x5ca8f8[_0x297464(0x4b2)]['id']&&_0xce8950[_0x297464(0x25e)][_0x297464(0x643)]===this[_0x297464(0x36f)]){const _0x1655fa=_0xce8950[_0x297464(0x25e)];this[_0x297464(0x64f)](_0x1655fa[_0x297464(0x311)],_0x1655fa[_0x297464(0x47f)][0x0]);}})));}[_0x3a00cb(0x202)](_0x539c61){const _0x41e093=_0x3a00cb;var _0x42f3cf,_0x4572eb;const {memberID:_0x57a9bd,selection:_0x46ed5d}=_0x539c61[_0x41e093(0x36b)],{sheetName:_0x40f440,range:_0x263559}=_0x5a3dfd[_0x41e093(0x3e6)](_0x46ed5d),_0xbf5cc0={'name':(_0x4572eb=(_0x42f3cf=this[_0x41e093(0x529)]['getMember'](this['unitID'],_0x57a9bd))==null?void 0x0:_0x42f3cf['name'])!=null?_0x4572eb:'Unknown\x20user','range':this[_0x41e093(0x23c)](_0x40f440,_0x263559),'sheetID':_0x40f440,'color':this['_colorAssignService'][_0x41e093(0x3ab)](_0x57a9bd),'selection':_0x46ed5d},_0x4478af=this[_0x41e093(0x62a)];_0x4478af[_0x41e093(0x4cf)](_0x57a9bd,_0xbf5cc0),this['_cursorInfo$'][_0x41e093(0x2d5)](_0x4478af);}[_0x3a00cb(0x4c8)](_0x372e29){const _0x494d94=_0x3a00cb,{memberID:_0x171438}=_0x372e29[_0x494d94(0x36b)],_0xc82dee=this[_0x494d94(0x62a)];_0xc82dee[_0x494d94(0x317)](_0x171438),this[_0x494d94(0x3fc)]['next'](_0xc82dee);}[_0x3a00cb(0x23c)](_0x2a3e5d,_0x3d3750){const _0x38f042=_0x3a00cb;var _0x3c7105,_0x12022c;const _0x5830fb=(_0x12022c=(_0x3c7105=this[_0x38f042(0x227)][_0x38f042(0x456)](this[_0x38f042(0x36f)]))==null?void 0x0:_0x3c7105['getSheetBySheetId'](_0x2a3e5d))==null?void 0x0:_0x12022c[_0x38f042(0x69f)]();return(_0x5830fb==null?void 0x0:_0x5830fb[_0x38f042(0x4ed)](_0x32893b=>_0x1330ba[_0x38f042(0x509)][_0x38f042(0x33b)](_0x32893b,_0x3d3750)))||_0x3d3750;}['_onRefRangeChange'](){const _0x6fb8d3=_0x3a00cb,_0x2d5ce5=new _0x1330ba[(_0x6fb8d3(0x45e))](),_0x472f2e=_0xab1a90(),_0x29d4f6=()=>{const _0x355436=_0x6fb8d3;_0x2d5ce5[_0x355436(0x41f)]();const _0x3ffb00=(_0x2730c0,_0x2b41b7,_0x2106fb,_0x576619)=>{const _0x1df8bb=_0x355436;let _0x4c480b=[];switch(_0x2730c0['id']){case _0x5ca8f8[_0x1df8bb(0x6a1)]['DeleteRangeMoveLeftCommandId']:{_0x4c480b=_0x5ca8f8[_0x1df8bb(0x396)](_0x2730c0,_0x576619);break;}case _0x5ca8f8[_0x1df8bb(0x6a1)][_0x1df8bb(0x290)]:{_0x4c480b=_0x5ca8f8[_0x1df8bb(0x439)](_0x2730c0,_0x576619);break;}case _0x5ca8f8['EffectRefRangId'][_0x1df8bb(0x596)]:{_0x4c480b=_0x5ca8f8[_0x1df8bb(0x5cd)](_0x2730c0,_0x576619);break;}case _0x5ca8f8['EffectRefRangId'][_0x1df8bb(0x3e4)]:{_0x4c480b=_0x5ca8f8[_0x1df8bb(0x265)](_0x2730c0,_0x576619);break;}case _0x5ca8f8[_0x1df8bb(0x6a1)]['InsertRangeMoveRightCommandId']:{_0x4c480b=_0x5ca8f8[_0x1df8bb(0x32b)](_0x2730c0,_0x576619);break;}case _0x5ca8f8[_0x1df8bb(0x6a1)][_0x1df8bb(0x5c5)]:{_0x4c480b=_0x5ca8f8[_0x1df8bb(0x3a9)](_0x2730c0,_0x576619);break;}case _0x5ca8f8[_0x1df8bb(0x6a1)][_0x1df8bb(0x483)]:{_0x4c480b=_0x5ca8f8[_0x1df8bb(0x595)](_0x2730c0,_0x576619);break;}case _0x5ca8f8[_0x1df8bb(0x6a1)]['RemoveColCommandId']:{_0x4c480b=_0x5ca8f8['handleIRemoveCol'](_0x2730c0,_0x576619);break;}case _0x5ca8f8[_0x1df8bb(0x6a1)][_0x1df8bb(0x5d6)]:{_0x4c480b=_0x5ca8f8[_0x1df8bb(0x433)](_0x2730c0,_0x576619);break;}}const _0xf06178=_0x5ca8f8['runRefRangeMutations'](_0x4c480b,_0x576619),_0x39e481=this[_0x1df8bb(0x62a)]['get'](_0x2b41b7);if(_0x39e481&&_0xf06178){const _0x108cb8={..._0x39e481,'range':_0xf06178};this[_0x1df8bb(0x62a)][_0x1df8bb(0x4cf)](_0x2b41b7,_0x108cb8),_0x472f2e(()=>{const _0x35687a=_0x1df8bb,_0x4cfff6=this['_refRangeService'][_0x35687a(0x296)](_0xf06178,_0x1e9bf3=>(_0x4cfff6[_0x35687a(0x41f)](),_0x3ffb00(_0x1e9bf3,_0x2b41b7,_0x2106fb,_0xf06178)));_0x2d5ce5['add'](_0x4cfff6);});}return{'redos':[],'undos':[]};};this[_0x355436(0x62a)]['forEach']((_0x2e8d58,_0x515c78)=>{const _0x3975d0=_0x355436,{range:_0x41c809,sheetID:_0xb919e4}=_0x2e8d58,_0x2c7b3e=this['_refRangeService'][_0x3975d0(0x296)](_0x41c809,_0x5c49e5=>(_0x2c7b3e[_0x3975d0(0x41f)](),_0x3ffb00(_0x5c49e5,_0x515c78,_0xb919e4,_0x41c809)));_0x2d5ce5[_0x3975d0(0x523)](_0x2c7b3e);});};this['disposeWithMe'](_0x1330ba[_0x6fb8d3(0x256)](this['_cursorInfo$'][_0x6fb8d3(0x21f)](()=>{_0x29d4f6();})));}[_0x3a00cb(0x505)](){const _0x4c12fc=_0x3a00cb;var _0x292822,_0x3decfc;if(this['_online']=!0x0,((_0x292822=this[_0x4c12fc(0x227)][_0x4c12fc(0x618)]())==null?void 0x0:_0x292822['getUnitId']())!==this[_0x4c12fc(0x36f)])return;const _0x4a1c22=(_0x3decfc=this[_0x4c12fc(0x226)][_0x4c12fc(0x4bf)](_0x5ca8f8['SheetsSelectionsService'])[_0x4c12fc(0x24c)]())==null?void 0x0:_0x3decfc[0x0],_0x100904=this[_0x4c12fc(0x227)]['getCurrentUnitForType'](_0x1330ba[_0x4c12fc(0x3ae)]['UNIVER_SHEET'])[_0x4c12fc(0x3d7)]();_0x4a1c22&&_0x100904&&this[_0x4c12fc(0x64f)](_0x100904['getSheetId'](),_0x4a1c22);}[_0x3a00cb(0x4ff)](){const _0x40669d=_0x3a00cb;this[_0x40669d(0x26a)]=!0x1;}};_0x5992ee=_0x1c97f8([_0x55609b(0x2,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x619)])),_0x55609b(0x3,_0x1330ba[_0x3a00cb(0x217)](_0x43760c)),_0x55609b(0x4,_0x1330ba['Inject'](_0x5aeb12[_0x3a00cb(0x624)])),_0x55609b(0x5,_0x1330ba[_0x3a00cb(0x5ce)]),_0x55609b(0x6,_0x1330ba[_0x3a00cb(0x5fc)]),_0x55609b(0x7,_0x1330ba[_0x3a00cb(0x217)](_0x5ca8f8['RefRangeService']))],_0x5992ee);var _0x1d3c56=Object[_0x3a00cb(0x43c)],_0x370423=Object[_0x3a00cb(0x637)],_0x208f3b=(_0x1946af,_0x19d796,_0x29119e,_0x5a11d1)=>{const _0x5a1ad8=_0x3a00cb;for(var _0x2d6206=_0x5a11d1>0x1?void 0x0:_0x5a11d1?_0x370423(_0x19d796,_0x29119e):_0x19d796,_0x190b9b=_0x1946af[_0x5a1ad8(0x422)]-0x1,_0x17239f;_0x190b9b>=0x0;_0x190b9b--)(_0x17239f=_0x1946af[_0x190b9b])&&(_0x2d6206=(_0x5a11d1?_0x17239f(_0x19d796,_0x29119e,_0x2d6206):_0x17239f(_0x2d6206))||_0x2d6206);return _0x5a11d1&&_0x2d6206&&_0x1d3c56(_0x19d796,_0x29119e,_0x2d6206),_0x2d6206;},_0x59cc1f=(_0x2543f1,_0x1ee699)=>(_0xc90724,_0x37cff5)=>_0x1ee699(_0xc90724,_0x37cff5,_0x2543f1);let _0x4c1561=class extends _0x1330ba[_0x3a00cb(0x560)]{constructor(_0x3ae3ce,_0x5add1d,_0x9fe2d9){const _0x2d9402=_0x3a00cb;super(),_0x2eb009(this,_0x2d9402(0x274),new Map()),_0x2eb009(this,'_entityInit$',new _0x1eddba[(_0x2d9402(0x232))]()),(this['_univerInstanceService']=_0x3ae3ce,this[_0x2d9402(0x226)]=_0x5add1d,this['_collabSessionService']=_0x9fe2d9,this[_0x2d9402(0x663)]());}[_0x3a00cb(0x41f)](){const _0x5f7c54=_0x3a00cb;super[_0x5f7c54(0x41f)](),this[_0x5f7c54(0x5dd)]['complete'](),this[_0x5f7c54(0x274)][_0x5f7c54(0x303)](_0x86b92d=>_0x86b92d[_0x5f7c54(0x41f)]());}[_0x3a00cb(0x330)](_0x1c3ad1){const _0x34ddf8=_0x3a00cb;return this[_0x34ddf8(0x274)][_0x34ddf8(0x42a)](_0x1c3ad1)?this['_entities'][_0x34ddf8(0x4bf)](_0x1c3ad1)[_0x34ddf8(0x4e7)]:this['_entityInit$']['pipe'](_0x1eddba[_0x34ddf8(0x40e)](_0xef2df1=>_0xef2df1['unitID']===_0x1c3ad1),_0x1eddba[_0x34ddf8(0x313)](_0x212ce8=>_0x212ce8['cursorInfo$']));}[_0x3a00cb(0x663)](){const _0xd514d3=_0x3a00cb;this[_0xd514d3(0x227)]['getTypeOfUnitAdded$'](_0x1330ba[_0xd514d3(0x3ae)][_0xd514d3(0x3b6)])[_0xd514d3(0x3a2)](_0x1eddba['takeUntil'](this[_0xd514d3(0x2f0)]))[_0xd514d3(0x21f)](async _0x2953db=>{const _0x5f1011=_0xd514d3,_0xd891af=_0x2953db[_0x5f1011(0x259)](),_0x44a282=await this['_startSheetCollabCursor'](_0xd891af);this[_0x5f1011(0x5dd)]['next'](_0x44a282),this['_entities'][_0x5f1011(0x4cf)](_0xd891af,_0x44a282);}),this[_0xd514d3(0x227)]['getTypeOfUnitAdded$'](_0x1330ba[_0xd514d3(0x3ae)][_0xd514d3(0x65c)])[_0xd514d3(0x3a2)](_0x1eddba[_0xd514d3(0x28a)](this[_0xd514d3(0x2f0)]))[_0xd514d3(0x3a2)](_0x1eddba['filter'](_0x8afdc1=>!_0x8afdc1[_0xd514d3(0x259)]()[_0xd514d3(0x3f2)]('__')))[_0xd514d3(0x21f)](async _0x5f2a50=>{const _0x369615=_0xd514d3,_0x5eeb3e=_0x5f2a50[_0x369615(0x259)](),_0x31ec4e=await this[_0x369615(0x20c)](_0x5eeb3e);this[_0x369615(0x5dd)][_0x369615(0x2d5)](_0x31ec4e),this[_0x369615(0x274)]['set'](_0x5eeb3e,_0x31ec4e);}),_0x1eddba['merge'](this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x1330ba['UniverInstanceType'][_0xd514d3(0x65c)]),this[_0xd514d3(0x227)]['getTypeOfUnitDisposed$'](_0x1330ba['UniverInstanceType'][_0xd514d3(0x3b6)]))[_0xd514d3(0x3a2)](_0x1eddba['takeUntil'](this[_0xd514d3(0x2f0)]))['subscribe'](_0x29f8a6=>{const _0x3b58ab=_0xd514d3,_0x31f000=_0x29f8a6[_0x3b58ab(0x259)](),_0x27b59b=this[_0x3b58ab(0x274)][_0x3b58ab(0x4bf)](_0x31f000);_0x27b59b&&(_0x27b59b[_0x3b58ab(0x41f)](),this[_0x3b58ab(0x274)][_0x3b58ab(0x317)](_0x31f000));});}async[_0x3a00cb(0x280)](_0x17c5a5){const _0x1e3b5f=_0x3a00cb,_0x16a431=await this['_collabSessionService']['requireSession'](_0x17c5a5),_0x32d054=this[_0x1e3b5f(0x226)][_0x1e3b5f(0x578)](_0x5992ee,_0x17c5a5,_0x16a431);return _0x32d054[_0x1e3b5f(0x447)](),_0x32d054;}async['_startDocCollabCursor'](_0x1b37de){const _0x40b8e2=_0x3a00cb,_0x421e95=await this[_0x40b8e2(0x2ef)][_0x40b8e2(0x673)](_0x1b37de),_0x22cdd1=this[_0x40b8e2(0x226)]['createInstance'](_0xa06d64,_0x1b37de,_0x421e95);return _0x22cdd1[_0x40b8e2(0x447)](),_0x22cdd1;}};_0x4c1561=_0x208f3b([_0x59cc1f(0x0,_0x1330ba[_0x3a00cb(0x5ce)]),_0x59cc1f(0x1,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x59cc1f(0x2,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x2c3)]))],_0x4c1561);const _0x46d308=0x14,_0x37bb40=0xc8,_0x322719=0x4,_0x5b9eec=0x5;function _0x17c4a9(_0x5ddbfe,_0x300f98){const _0xc1c879=_0x3a00cb;let {radius:_0x4fdb9f,width:_0x150558,height:_0x51bf25}=_0x300f98;_0x4fdb9f=_0x4fdb9f!=null?_0x4fdb9f:0x0,_0x150558=_0x150558!=null?_0x150558:0x1e,_0x51bf25=_0x51bf25!=null?_0x51bf25:0x1e;let _0x315341=0x0,_0x27cd90=0x0,_0x2977a8=0x0;_0x315341=_0x27cd90=_0x2977a8=Math[_0xc1c879(0x35c)](_0x4fdb9f,_0x150558/0x2,_0x51bf25/0x2),_0x5ddbfe[_0xc1c879(0x69c)](),_0x5ddbfe['moveTo'](_0x315341,0x0),_0x5ddbfe[_0xc1c879(0x46d)](_0x150558-_0x27cd90,0x0),_0x5ddbfe[_0xc1c879(0x279)](_0x150558-_0x27cd90,_0x27cd90,_0x27cd90,Math['PI']*0x3/0x2,0x0,!0x1),_0x5ddbfe['lineTo'](_0x150558,_0x51bf25-_0x2977a8),_0x5ddbfe[_0xc1c879(0x279)](_0x150558-_0x2977a8,_0x51bf25-_0x2977a8,_0x2977a8,0x0,Math['PI']/0x2,!0x1),_0x5ddbfe['lineTo'](0x0,_0x51bf25),_0x5ddbfe[_0xc1c879(0x46d)](0x0,_0x315341),_0x5ddbfe[_0xc1c879(0x279)](_0x315341,_0x315341,_0x315341,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x5ddbfe[_0xc1c879(0x5ba)](),_0x300f98[_0xc1c879(0x5f1)]&&(_0x5ddbfe[_0xc1c879(0x454)](),_0x5ddbfe[_0xc1c879(0x3e7)]=_0x300f98[_0xc1c879(0x5f1)],_0x300f98['fillRule']===_0xc1c879(0x675)?_0x5ddbfe['fill'](_0xc1c879(0x675)):_0x5ddbfe[_0xc1c879(0x5f1)](),_0x5ddbfe[_0xc1c879(0x409)]());}class _0x22a80c extends _0x15986e[_0x3a00cb(0x43e)]{constructor(_0x28af02,_0x4a35a3){const _0x262136=_0x3a00cb;super(_0x28af02,_0x4a35a3),_0x2eb009(this,_0x262136(0x4d3)),_0x2eb009(this,_0x262136(0x323)),(this[_0x262136(0x4d3)]=_0x4a35a3==null?void 0x0:_0x4a35a3[_0x262136(0x4d3)],this['text']=_0x4a35a3==null?void 0x0:_0x4a35a3[_0x262136(0x323)]);}static[_0x3a00cb(0x575)](_0x23a8aa,_0x1f2fa3){const _0x40f932=_0x3a00cb,{text:_0x1b6f64,color:_0x4fa398}=_0x1f2fa3;_0x23a8aa[_0x40f932(0x454)](),_0x23a8aa[_0x40f932(0x658)]='bold\x2013px\x20Source\x20Han\x20Sans\x20CN';const _0xbc2054=_0x23a8aa[_0x40f932(0x2e3)](_0x1b6f64)[_0x40f932(0x4ea)],_0x3dff10=Math[_0x40f932(0x35c)](_0xbc2054+0x2*_0x322719,_0x37bb40);_0x17c4a9(_0x23a8aa,{'height':_0x46d308,'radius':0x4,'width':_0x3dff10,'fill':_0x4fa398,'evented':!0x1}),_0x23a8aa[_0x40f932(0x3e7)]=_0x40f932(0x2f2);const _0xaf4a1e=_0x322719,_0x386533=_0x46d308-_0x5b9eec,_0x32f245=_0x37bb40-0x2*_0x322719;if(_0xbc2054>_0x32f245){let _0x350524='',_0x4a6401=0x0;for(const _0x5b031a of _0x1b6f64){const _0xaa8244=_0x23a8aa[_0x40f932(0x2e3)](_0x5b031a)[_0x40f932(0x4ea)];if(_0x4a6401+_0xaa8244<=_0x32f245-_0x23a8aa[_0x40f932(0x2e3)](_0x40f932(0x592))['width'])_0x350524+=_0x5b031a,_0x4a6401+=_0xaa8244;else{_0x350524+=_0x40f932(0x592);break;}}_0x23a8aa[_0x40f932(0x4e9)](_0x350524,_0xaf4a1e,_0x386533);}else _0x23a8aa['fillText'](_0x1b6f64,_0xaf4a1e,_0x386533);_0x23a8aa[_0x40f932(0x409)]();}['_draw'](_0x4d64fd){_0x22a80c['drawWith'](_0x4d64fd,this);}}const _0x5a3a1c='collab-text-anchor-',_0x2b9487=_0x3a00cb(0x4c1),_0x3063c7=_0x3a00cb(0x423),_0xef245e=0x6,_0x318557=1.5,_0x4e87a5=0x4,_0x4a4f0e=1.5,_0x598fce=_0x3a00cb(0x3dc);class _0x5cc438{constructor(_0x1ed04f,_0x51359f,_0x22d718,_0x23da5e){const _0x3d547a=_0x3a00cb;_0x2eb009(this,'_shapes',[]),_0x2eb009(this,_0x3d547a(0x525),null),_0x2eb009(this,'_textBubble',null),_0x2eb009(this,'_anchorDot',null),_0x2eb009(this,_0x3d547a(0x4fd),null),_0x2eb009(this,_0x3d547a(0x2c6),null),(this[_0x3d547a(0x2fc)]=_0x1ed04f,this['_scene']=_0x51359f,this[_0x3d547a(0x336)]=_0x22d718,this[_0x3d547a(0x359)]=_0x23da5e,this[_0x3d547a(0x4f2)]());}set[_0x3a00cb(0x415)](_0x36fc8f){const _0x1e353e=_0x3a00cb;_0x36fc8f?(this[_0x1e353e(0x343)]&&this[_0x1e353e(0x343)][_0x1e353e(0x1ee)](),this['_textBubble']&&this['_textBubble'][_0x1e353e(0x4d8)]()):(this[_0x1e353e(0x343)]&&this[_0x1e353e(0x343)]['show'](),this['_textBubble']&&this[_0x1e353e(0x450)][_0x1e353e(0x1ee)]());}[_0x3a00cb(0x41f)](){const _0x4f2de4=_0x3a00cb;for(const _0x50bf53 of this['_shapes'])_0x50bf53[_0x4f2de4(0x41f)]();this[_0x4f2de4(0x450)]&&this['_textBubble']['dispose'](),this['_anchorDot']&&this['_anchorDot'][_0x4f2de4(0x41f)](),this[_0x4f2de4(0x525)]&&this[_0x4f2de4(0x525)][_0x4f2de4(0x41f)](),this[_0x4f2de4(0x2c6)]&&this['_eventUnsubscribe']();}[_0x3a00cb(0x4f2)](){const _0x3fe8c0=_0x3a00cb;var _0x26b625;const {_docSkeleton:_0x5e183c,_document:_0x4dc6b5}=this,{color:_0x594b7e,name:_0x5eceef,ranges:_0x396b4b}=this[_0x3fe8c0(0x2fc)],_0xcd1277=_0x4dc6b5['getOffsetConfig'](),{docsLeft:_0x61c52b,docsTop:_0x298ee9}=_0xcd1277,_0xf047b1=new _0x2b18a1[(_0x3fe8c0(0x668))](_0xcd1277,_0x5e183c);for(const {startOffset:_0x26e98e,endOffset:_0x546b5b,rangeType:_0x45aafc,segmentId:_0x2492a2,segmentPage:_0x4187d8,collapsed:_0x16f1ad,isActive:_0x2d6847}of _0x396b4b){const _0x3efecc=_0x5e183c['findNodePositionByCharIndex'](_0x26e98e,!0x0,_0x2492a2,_0x4187d8);let _0x373015=_0x5e183c[_0x3fe8c0(0x659)](_0x546b5b,!0x0,_0x2492a2,_0x4187d8);if(_0x373015==null&&(_0x373015=_0x5e183c[_0x3fe8c0(0x659)](_0x546b5b-0x1,!0x1,_0x2492a2,_0x4187d8)),_0x2d6847){const {contentBoxPointGroup:_0x339bcb}=_0xf047b1[_0x3fe8c0(0x419)](_0x373015,_0x373015);if(_0x339bcb[_0x3fe8c0(0x422)]===0x0)continue;this[_0x3fe8c0(0x32d)](_0x594b7e,_0x339bcb,_0x61c52b,_0x298ee9,_0x5eceef),this[_0x3fe8c0(0x2c6)]=this[_0x3fe8c0(0x26d)]();}if(_0x3efecc&&_0x373015){if(_0x45aafc===_0x1330ba[_0x3fe8c0(0x3c4)][_0x3fe8c0(0x383)]){const _0x5395c9=new _0x2b18a1[(_0x3fe8c0(0x29a))](_0xcd1277,_0x5e183c),{pointGroup:_0x26cdf2}=(_0x26b625=_0x5395c9[_0x3fe8c0(0x419)](_0x3efecc,_0x373015))!=null?_0x26b625:{};if(_0x26cdf2==null||_0x26cdf2['length']===0x0)continue;this[_0x3fe8c0(0x27e)](_0x594b7e,_0x26cdf2,_0x61c52b,_0x298ee9);}else{if(!_0x16f1ad){const {borderBoxPointGroup:_0x341ae6}=_0xf047b1[_0x3fe8c0(0x419)](_0x3efecc,_0x373015);if(_0x341ae6[_0x3fe8c0(0x422)]===0x0)continue;this[_0x3fe8c0(0x677)](_0x594b7e,_0x341ae6,_0x61c52b,_0x298ee9);}}}}}[_0x3a00cb(0x32d)](_0x8b48dc,_0x41abc3,_0x192e31,_0x39a72b,_0x170b46){const _0x2cbd4a=_0x3a00cb,_0x150525=this[_0x2cbd4a(0x342)](_0x41abc3),{left:_0x1f1ae3,top:_0xd079ea,height:_0xea615e}=_0x150525,_0x10ba83=this[_0x2cbd4a(0x4e6)](),_0x212d14=_0x4a4f0e/_0x10ba83,_0x547a81=new _0x15986e[(_0x2cbd4a(0x3b4))](_0x5a3a1c+_0x1330ba[_0x2cbd4a(0x23b)][_0x2cbd4a(0x25a)](_0xef245e),{'left':_0x1f1ae3+_0x192e31-_0x212d14,'top':_0xd079ea+_0x39a72b,'height':_0xea615e,'width':_0x318557,'fill':_0x8b48dc||_0x15986e[_0x2cbd4a(0x210)](_0x1330ba[_0x2cbd4a(0x3fa)][_0x2cbd4a(0x3aa)],0x0),'strokeWidth':_0x212d14,'stroke':_0x598fce,'evented':!0x0});this[_0x2cbd4a(0x525)]=_0x547a81,this[_0x2cbd4a(0x61f)][_0x2cbd4a(0x45a)](_0x547a81,_0x2b18a1[_0x2cbd4a(0x39a)]);const _0x1b5428=new _0x15986e[(_0x2cbd4a(0x3b4))](_0x5a3a1c+_0x1330ba[_0x2cbd4a(0x23b)][_0x2cbd4a(0x25a)](_0xef245e),{'left':_0x1f1ae3+_0x192e31-_0x212d14,'top':_0xd079ea+_0x39a72b-_0x4e87a5/0x2,'height':_0x4e87a5,'width':_0x4e87a5,'fill':_0x8b48dc||_0x15986e[_0x2cbd4a(0x210)](_0x1330ba[_0x2cbd4a(0x3fa)]['black'],0x0),'strokeWidth':0x0,'stroke':_0x8b48dc||_0x15986e[_0x2cbd4a(0x210)](_0x1330ba['COLORS']['black'],0x0),'evented':!0x1});this[_0x2cbd4a(0x343)]=_0x1b5428,this['_scene']['addObject'](_0x1b5428,_0x2b18a1[_0x2cbd4a(0x39a)]);const _0x5ef037=new _0x22a80c(_0x5a3a1c+_0x1330ba[_0x2cbd4a(0x23b)]['generateRandomId'](_0xef245e),{'left':_0x1f1ae3+_0x192e31-_0x212d14,'top':_0xd079ea+_0x39a72b-_0x46d308,'text':_0x170b46,'color':_0x8b48dc});this[_0x2cbd4a(0x450)]=_0x5ef037,this['_scene'][_0x2cbd4a(0x45a)](_0x5ef037,_0x2b18a1[_0x2cbd4a(0x39a)]),this[_0x2cbd4a(0x415)]=!0x1;}[_0x3a00cb(0x26d)](){const _0x19c58e=_0x3a00cb,_0x2f5aad=this['_anchor']['onPointerEnter$'][_0x19c58e(0x29b)](()=>{const _0x3f5bc2=_0x19c58e;this[_0x3f5bc2(0x415)]=!0x0;}),_0x2b19e4=this[_0x19c58e(0x525)][_0x19c58e(0x3c7)][_0x19c58e(0x29b)](()=>{const _0x3708be=_0x19c58e;this[_0x3708be(0x4fd)]&&clearTimeout(this[_0x3708be(0x4fd)]),this['_hideTimer']=setTimeout(()=>{const _0x2fa2c5=_0x3708be;this[_0x2fa2c5(0x415)]=!0x1;},0x7d0);});return()=>{const _0x452f3c=_0x19c58e;_0x2f5aad['unsubscribe'](),_0x2b19e4[_0x452f3c(0x281)]();};}[_0x3a00cb(0x677)](_0x5ead93,_0x35c607,_0x4d6dc5,_0x2fce91){const _0x57ed80=_0x3a00cb,_0x69b190=new _0x1330ba['ColorKit'](_0x5ead93)[_0x57ed80(0x570)](0.2)[_0x57ed80(0x41e)](),_0x5d6665=new _0x15986e[(_0x57ed80(0x261))](_0x2b9487+_0x1330ba[_0x57ed80(0x23b)][_0x57ed80(0x25a)](_0xef245e),{'pointsGroup':_0x35c607,'fill':_0x69b190||_0x15986e['getColor'](_0x1330ba[_0x57ed80(0x3fa)][_0x57ed80(0x3aa)],0.2),'left':_0x4d6dc5,'top':_0x2fce91,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x57ed80(0x5db)][_0x57ed80(0x64d)](_0x5d6665),this['_scene']['addObject'](_0x5d6665,_0x2b18a1[_0x57ed80(0x39a)]);}[_0x3a00cb(0x27e)](_0x176bdf,_0x59df75,_0x4cd33d,_0x5eeb74){const _0x2638de=_0x3a00cb,_0x7c75f8=new _0x1330ba['ColorKit'](_0x176bdf)[_0x2638de(0x570)](0.2)[_0x2638de(0x41e)](),_0x2e53ba=new _0x15986e[(_0x2638de(0x261))](_0x3063c7+_0x1330ba[_0x2638de(0x23b)][_0x2638de(0x25a)](_0xef245e),{'pointsGroup':_0x59df75,'fill':_0x7c75f8||_0x15986e['getColor'](_0x1330ba[_0x2638de(0x3fa)]['black'],0.2),'left':_0x4cd33d,'top':_0x5eeb74,'evented':!0x1,'debounceParentDirty':!0x1});this['_shapes'][_0x2638de(0x64d)](_0x2e53ba),this[_0x2638de(0x61f)][_0x2638de(0x45a)](_0x2e53ba,_0x2b18a1[_0x2638de(0x39a)]);}[_0x3a00cb(0x342)](_0x208c4b){const _0x306d06=_0x208c4b[0x0],_0x284be1=_0x306d06[0x0],_0x3f8eb0=_0x306d06[0x2],{x:_0x47565d,y:_0x5d416b}=_0x284be1,{x:_0x24d9a6,y:_0x1e04d7}=_0x3f8eb0;return{'left':_0x47565d,'top':_0x5d416b,'width':_0x24d9a6-_0x47565d,'height':_0x1e04d7-_0x5d416b};}[_0x3a00cb(0x4e6)](){const _0x2944ce=_0x3a00cb,{scaleX:_0x8b6c1a,scaleY:_0x50cb32}=this[_0x2944ce(0x61f)][_0x2944ce(0x67c)]();return Math[_0x2944ce(0x387)](_0x8b6c1a,_0x50cb32);}}var _0xdee79a=Object[_0x3a00cb(0x43c)],_0x209eaf=Object[_0x3a00cb(0x637)],_0x160e6f=(_0x427f88,_0x19e46a,_0x3d1948,_0x9f8e42)=>{for(var _0x16be99=_0x9f8e42>0x1?void 0x0:_0x9f8e42?_0x209eaf(_0x19e46a,_0x3d1948):_0x19e46a,_0x272cc4=_0x427f88['length']-0x1,_0x3b11fa;_0x272cc4>=0x0;_0x272cc4--)(_0x3b11fa=_0x427f88[_0x272cc4])&&(_0x16be99=(_0x9f8e42?_0x3b11fa(_0x19e46a,_0x3d1948,_0x16be99):_0x3b11fa(_0x16be99))||_0x16be99);return _0x9f8e42&&_0x16be99&&_0xdee79a(_0x19e46a,_0x3d1948,_0x16be99),_0x16be99;},_0x240d36=(_0x5086b7,_0x611a5b)=>(_0x2fa133,_0x5848e4)=>_0x611a5b(_0x2fa133,_0x5848e4,_0x5086b7);let _0x18510a=class extends _0x1330ba['RxDisposable']{constructor(_0x1d60f4,_0x588ec4,_0x5f24bd,_0x2610a5,_0xa30a25){const _0x19214f=_0x3a00cb;super(),_0x2eb009(this,_0x19214f(0x48a),[]),_0x2eb009(this,_0x19214f(0x473),[]),(this[_0x19214f(0x503)]=_0x1d60f4,this[_0x19214f(0x2dc)]=_0x588ec4,this['_collabCursorController']=_0x5f24bd,this[_0x19214f(0x660)]=_0x2610a5,this[_0x19214f(0x34e)]=_0xa30a25,this['_init']());}[_0x3a00cb(0x663)](){const _0x55adb9=_0x3a00cb,_0x4222f8=this[_0x55adb9(0x503)][_0x55adb9(0x643)],_0x590289=this['_docSkeletonManagerService'];this[_0x55adb9(0x63e)](_0x1eddba[_0x55adb9(0x3da)]([this[_0x55adb9(0x4c7)][_0x55adb9(0x330)](_0x4222f8),this[_0x55adb9(0x34e)][_0x55adb9(0x30c)]])[_0x55adb9(0x3a2)](_0xc13278[_0x55adb9(0x568)](([_0x31cb09,_0x40306b])=>({'skeleton':_0x590289[_0x55adb9(0x5d2)](),'cursors':[..._0x31cb09['values']()][_0x55adb9(0x513)](_0x38a62c=>({..._0x38a62c,'color':_0x40306b[_0x38a62c[_0x55adb9(0x4d3)]]}))})))[_0x55adb9(0x21f)](_0x53f3ea=>{const _0x35bdf3=_0x55adb9;if(this[_0x35bdf3(0x541)](),_0x53f3ea){const {skeleton:_0x51896f,cursors:_0x29c17d}=_0x53f3ea;this[_0x35bdf3(0x371)](_0x51896f,_0x29c17d);}})),this[_0x55adb9(0x378)](),this['_initCommandExecutedListener']();}[_0x3a00cb(0x371)](_0x5028ce,_0x266c91){const _0x52304e=_0x3a00cb,{scene:_0x41d773,mainComponent:_0x42125b}=this['_context'],_0x3e3de4=_0x266c91[_0x52304e(0x568)](_0x49d793=>new _0x5cc438(_0x49d793,_0x41d773,_0x5028ce,_0x42125b));this[_0x52304e(0x48a)]=_0x3e3de4,this['_cursors']=_0x266c91;}['_refreshCollabCursors'](){const _0x56ab81=_0x3a00cb;this[_0x56ab81(0x541)]();const {scene:_0x51d87d,mainComponent:_0x2ec492}=this[_0x56ab81(0x503)],_0x47d37e=this['_docSkeletonManagerService'][_0x56ab81(0x5d2)](),_0x23546b=this['_cursors'][_0x56ab81(0x568)](_0x42e05b=>new _0x5cc438(_0x42e05b,_0x51d87d,_0x47d37e,_0x2ec492));this['_cursorShapes']=_0x23546b;}[_0x3a00cb(0x541)](){const _0x16021f=_0x3a00cb;this[_0x16021f(0x48a)][_0x16021f(0x303)](_0x5c9cc5=>_0x5c9cc5[_0x16021f(0x41f)]()),this[_0x16021f(0x48a)]=[];}['_initCommandExecutedListener'](){const _0x5c4acd=_0x3a00cb,_0x60b40a=[_0x2b18a1[_0x5c4acd(0x572)]['id']];this[_0x5c4acd(0x63e)](this[_0x5c4acd(0x660)]['onCommandExecuted'](_0x4837d4=>{const _0x23a509=_0x5c4acd;_0x60b40a[_0x23a509(0x474)](_0x4837d4['id'])&&_0x4837d4['params']['unitId']===this[_0x23a509(0x503)][_0x23a509(0x643)]&&this[_0x23a509(0x364)]();}));}['_initResize'](){const _0x40b030=_0x3a00cb;this['disposeWithMe'](_0x1330ba['fromEventSubject'](this[_0x40b030(0x503)][_0x40b030(0x542)][_0x40b030(0x59f)])[_0x40b030(0x3a2)](_0xc13278[_0x40b030(0x40e)](_0x4d35ff=>_0x4d35ff[_0x40b030(0x651)]===_0x15986e['TRANSFORM_CHANGE_OBSERVABLE_TYPE'][_0x40b030(0x329)]),_0xc13278[_0x40b030(0x36a)](0x10))['subscribe'](()=>{const _0x43fa2b=_0x40b030;this[_0x43fa2b(0x364)]();}));}};_0x18510a=_0x160e6f([_0x240d36(0x1,_0x1330ba[_0x3a00cb(0x217)](_0x522f9c[_0x3a00cb(0x2b6)])),_0x240d36(0x2,_0x1330ba[_0x3a00cb(0x217)](_0x4c1561)),_0x240d36(0x3,_0x1330ba[_0x3a00cb(0x5fc)]),_0x240d36(0x4,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba['ThemeService']))],_0x18510a);const _0x52b9a4=0x1,_0x406a1a=1.5;class _0x30ed8a extends _0x15986e[_0x3a00cb(0x43e)]{constructor(_0x247af1,_0x546a5c){const _0x4f1874=_0x3a00cb;super(_0x247af1,_0x546a5c),_0x2eb009(this,_0x4f1874(0x3f4)),_0x2eb009(this,_0x4f1874(0x60d),!0x1),_0x2eb009(this,_0x4f1874(0x44a)),_0x2eb009(this,'_name',''),_0x2eb009(this,_0x4f1874(0x5cb),'top'),_0x2eb009(this,'_backgroundColor'),(_0x546a5c&&this[_0x4f1874(0x607)](_0x546a5c),this[_0x4f1874(0x3f0)][_0x4f1874(0x29b)](()=>this['setShapeProps']({'hovered':!0x0})),this[_0x4f1874(0x3c7)][_0x4f1874(0x29b)](()=>this[_0x4f1874(0x607)]({'hovered':!0x1})));}['setShapeProps'](_0x4d3836){const _0x4cae65=_0x3a00cb;var _0x3f425b,_0x100756,_0x246c63,_0x4fa317,_0x131663,_0x40870d;this[_0x4cae65(0x3f4)]=(_0x3f425b=_0x4d3836[_0x4cae65(0x4d3)])!=null?_0x3f425b:this[_0x4cae65(0x3f4)],this[_0x4cae65(0x60d)]=(_0x100756=_0x4d3836['hovered'])!=null?_0x100756:this['_hovered'],this[_0x4cae65(0x44a)]=(_0x246c63=_0x4d3836[_0x4cae65(0x292)])!=null?_0x246c63:this[_0x4cae65(0x44a)],this['_name']=(_0x4fa317=_0x4d3836[_0x4cae65(0x61e)])!=null?_0x4fa317:this[_0x4cae65(0x615)],this[_0x4cae65(0x5cb)]=(_0x131663=_0x4d3836['labelPosition'])!=null?_0x131663:this[_0x4cae65(0x5cb)],this['_backgroundColor']=(_0x40870d=_0x4d3836['backgroundColor'])!=null?_0x40870d:this[_0x4cae65(0x65b)],this[_0x4cae65(0x348)]({'width':_0x4d3836[_0x4cae65(0x4ea)],'height':_0x4d3836[_0x4cae65(0x63b)]});}[_0x3a00cb(0x5cc)](_0x31fdce){const _0x16d966=_0x3a00cb,{row:_0x261ebd,column:_0x37120c}=_0x31fdce;if(_0x261ebd>=this['_range']['startRow']&&_0x261ebd<=this[_0x16d966(0x44a)][_0x16d966(0x449)]&&_0x37120c>=this[_0x16d966(0x44a)][_0x16d966(0x3cb)]&&_0x37120c<=this['_range'][_0x16d966(0x682)]){this[_0x16d966(0x607)]({'hovered':!0x0});return;}this[_0x16d966(0x607)]({'hovered':!0x1});}[_0x3a00cb(0x4af)](_0x5a43a3){return!0x1;}[_0x3a00cb(0x468)](_0x256561){const _0x1f6390=_0x3a00cb;_0x15986e[_0x1f6390(0x3b4)][_0x1f6390(0x575)](_0x256561,{'width':this[_0x1f6390(0x4ea)],'height':this[_0x1f6390(0x63b)],'strokeWidth':_0x406a1a,'stroke':this['_color'],'evented':!0x1,'fill':this[_0x1f6390(0x65b)]}),this[_0x1f6390(0x60d)]&&(_0x256561['save'](),_0x256561[_0x1f6390(0x443)](0x1,0x0,0x0,0x1,this[_0x1f6390(0x4ea)],this[_0x1f6390(0x5cb)]==='bottom'?0x0:-_0x46d308),_0x22a80c[_0x1f6390(0x575)](_0x256561,{'text':this['_name'],'color':this[_0x1f6390(0x3f4)]}),_0x256561[_0x1f6390(0x409)]());}}var _0x2a270a=Object[_0x3a00cb(0x43c)],_0x254754=Object[_0x3a00cb(0x637)],_0xc00fcf=(_0x5a4f00,_0x3a36ab,_0x2f7fc2,_0x54855e)=>{const _0x39fbe8=_0x3a00cb;for(var _0x1d1985=_0x54855e>0x1?void 0x0:_0x54855e?_0x254754(_0x3a36ab,_0x2f7fc2):_0x3a36ab,_0x4c273e=_0x5a4f00[_0x39fbe8(0x422)]-0x1,_0x2e4eff;_0x4c273e>=0x0;_0x4c273e--)(_0x2e4eff=_0x5a4f00[_0x4c273e])&&(_0x1d1985=(_0x54855e?_0x2e4eff(_0x3a36ab,_0x2f7fc2,_0x1d1985):_0x2e4eff(_0x1d1985))||_0x1d1985);return _0x54855e&&_0x1d1985&&_0x2a270a(_0x3a36ab,_0x2f7fc2,_0x1d1985),_0x1d1985;},_0x460373=(_0x417044,_0x5d50bd)=>(_0x16f3fd,_0x550165)=>_0x5d50bd(_0x16f3fd,_0x550165,_0x417044);const _0x9ba78c=0x1389;let _0x48b70f=class extends _0x1330ba['RxDisposable']{constructor(_0x571de3,_0x3fa72c,_0x400e17,_0x12fe18){const _0xc8b07=_0x3a00cb;super(),_0x2eb009(this,'_cursors',new Set()),_0x2eb009(this,'_lastPointer',null),(this[_0xc8b07(0x503)]=_0x571de3,this[_0xc8b07(0x45d)]=_0x3fa72c,this[_0xc8b07(0x4c7)]=_0x400e17,this['_themeService']=_0x12fe18,this[_0xc8b07(0x663)]());}[_0x3a00cb(0x663)](){const _0x4e7093=_0x3a00cb;this[_0x4e7093(0x45d)]['currentSkeleton$']['pipe'](_0xc13278['takeUntil'](this['dispose$']),_0xc13278[_0x4e7093(0x313)](_0x3126be=>{const _0x18dd21=_0x4e7093;if(_0x3126be){const _0x436698=_0x3126be[_0x18dd21(0x51d)];return _0x1eddba[_0x18dd21(0x3da)](this[_0x18dd21(0x4c7)][_0x18dd21(0x330)](this[_0x18dd21(0x503)][_0x18dd21(0x643)]),this['_themeService']['currentTheme$'])[_0x18dd21(0x3a2)](_0xc13278[_0x18dd21(0x568)](([_0x597faf,_0x2eb395])=>{const _0x28e09f=_0x18dd21,_0x19b07c=new Map();return _0x597faf[_0x28e09f(0x303)]((_0xc195cc,_0x1b30d2)=>{const _0x558592=_0x28e09f;if(_0xc195cc[_0x558592(0x50e)]===_0x436698){const _0x5f0b16={..._0xc195cc};_0x5f0b16[_0x558592(0x4d3)]=_0x2eb395[_0xc195cc[_0x558592(0x4d3)]],_0x19b07c[_0x558592(0x4cf)](_0x1b30d2,_0x5f0b16);}}),{'skeleton':_0x3126be,'cursors':_0x19b07c};}));}return _0x1eddba['of']({'skeleton':null,'cursors':new Map()});}))[_0x4e7093(0x21f)](({skeleton:_0x32f23f,cursors:_0x2b0865})=>{const _0x37a2f9=_0x4e7093;this[_0x37a2f9(0x541)](),_0x32f23f&&this[_0x37a2f9(0x371)](_0x32f23f,_0x2b0865);}),this[_0x4e7093(0x45d)][_0x4e7093(0x4be)]['subscribe'](_0x2dec05=>{const _0x5ba86f=_0x4e7093;if(_0x2dec05==null)return;const {skeleton:_0x2efab9}=_0x2dec05,{scene:_0x37565c}=this['_context'];_0x37565c[_0x5ba86f(0x60b)][_0x5ba86f(0x29b)](_0x1330ba[_0x5ba86f(0x567)](_0x3cd725=>{const _0x57ebf1=_0x5ba86f;var _0x379b0a,_0x34dd54;const {offsetX:_0x4da312,offsetY:_0x16294f}=_0x3cd725,{x:_0x5b9127,y:_0x4a220}=_0x37565c[_0x57ebf1(0x4f5)](_0x15986e[_0x57ebf1(0x41b)][_0x57ebf1(0x68d)]([_0x4da312,_0x16294f])),{scaleX:_0x202963,scaleY:_0x2750e3}=_0x37565c[_0x57ebf1(0x67c)](),_0x3d9640=_0x37565c[_0x57ebf1(0x5e4)](_0x24028a['VIEWPORT_KEY'][_0x57ebf1(0x37a)]),_0x3233b8=_0x37565c[_0x57ebf1(0x63f)](_0x15986e[_0x57ebf1(0x41b)][_0x57ebf1(0x68d)]([_0x5b9127,_0x4a220]),_0x3d9640),_0x214aca=_0x2efab9['getCellPositionByOffset'](_0x4da312,_0x16294f,_0x202963,_0x2750e3,_0x3233b8);((_0x379b0a=this[_0x57ebf1(0x66b)])==null?void 0x0:_0x379b0a[_0x57ebf1(0x692)])===_0x214aca[_0x57ebf1(0x692)]&&((_0x34dd54=this[_0x57ebf1(0x66b)])==null?void 0x0:_0x34dd54[_0x57ebf1(0x68e)])===_0x214aca[_0x57ebf1(0x68e)]||this['_cursors'][_0x57ebf1(0x303)](_0x568e9d=>{const _0x48ba3b=_0x57ebf1;_0x568e9d[_0x48ba3b(0x5cc)](_0x214aca);});},0x64));});}['_updateCollabCursors'](_0x5db1ba,_0x15eb02){const _0x334611=_0x3a00cb;var _0x86c0;const _0x27fe3f=(_0x86c0=this[_0x334611(0x45d)]['getCurrent']())==null?void 0x0:_0x86c0['skeleton'];if(!_0x27fe3f)return;const _0x33afa3=this[_0x334611(0x631)]();if(!_0x33afa3)return;this[_0x334611(0x473)]['forEach'](_0x3a85e6=>{const _0x7ab541=_0x334611;_0x3a85e6[_0x7ab541(0x2b1)]();});const {scene:_0x4b2d05}=_0x33afa3,_0x1ebf3b=_0x4e350a(Array[_0x334611(0x5ff)](_0x15eb02[_0x334611(0x2b5)]()))[_0x334611(0x568)](_0x2f452f=>{const _0x92f376=_0x334611,{color:_0x2c528d,range:_0x518b09,name:_0x3d3302,selection:_0x441908,sheetID:_0x4fb88a}=_0x2f452f,{startColumn:_0x21ef5e,startRow:_0x2de78c,endColumn:_0x5e0d07,endRow:_0x5f2d7b}=_0x518b09,_0x3c782e=_0x24028a[_0x92f376(0x5b0)](_0x2de78c,_0x21ef5e,_0x4b2d05,_0x27fe3f),_0x372a20=_0x24028a['getCoordByCell'](_0x5f2d7b,_0x5e0d07,_0x4b2d05,_0x27fe3f),{columnHeaderHeightAndMarginTop:_0x473b31}=_0x27fe3f,{startX:_0x3cf56e,startY:_0x149765}=_0x3c782e,{endX:_0x12dadc,endY:_0x4d4611}=_0x372a20,_0x98a154=_0x12dadc-_0x3cf56e,_0x302cbe=_0x4d4611-_0x149765,_0x58c598={'labelPosition':_0x149765-_0x473b31>=_0x46d308?_0x92f376(0x46f):_0x92f376(0x620),'sheetID':_0x4fb88a,'range':_0x518b09,'color':_0x2c528d,'name':_0x3d3302,'selection':_0x441908,'left':_0x3cf56e,'top':_0x149765,'width':_0x98a154,'height':_0x302cbe,'evented':!0x1,'zIndex':_0x9ba78c};return new _0x30ed8a(_0x3d3302,_0x58c598);});_0x4b2d05['addObjects'](_0x1ebf3b,_0x52b9a4),this[_0x334611(0x473)]=new Set(_0x1ebf3b);}[_0x3a00cb(0x541)](){const _0x7c9d21=_0x3a00cb;var _0x1b4c71;(_0x1b4c71=this[_0x7c9d21(0x473)])==null||_0x1b4c71['forEach'](_0x303197=>_0x303197[_0x7c9d21(0x41f)]());}[_0x3a00cb(0x631)](){const _0x3dfd69=_0x3a00cb;return _0x24028a[_0x3dfd69(0x2f9)](this['_context']['unit'],this[_0x3dfd69(0x503)]);}};_0x48b70f=_0xc00fcf([_0x460373(0x1,_0x1330ba['Inject'](_0x24028a[_0x3a00cb(0x55b)])),_0x460373(0x2,_0x1330ba[_0x3a00cb(0x217)](_0x4c1561)),_0x460373(0x3,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x31a)]))],_0x48b70f);function _0x4e350a(_0x3edc53){const _0x57e954=_0x3a00cb,_0x280c6b=new Map();return _0x3edc53['forEach'](_0x307e9a=>{const _0x29d3cc=_0x5f13;if(_0x280c6b[_0x29d3cc(0x42a)](_0x307e9a[_0x29d3cc(0x2c9)])){const _0x2abade=_0x280c6b[_0x29d3cc(0x4bf)](_0x307e9a[_0x29d3cc(0x2c9)]);_0x2abade[_0x29d3cc(0x61e)]+=',\x20'+_0x307e9a['name'];}else _0x280c6b[_0x29d3cc(0x4cf)](_0x307e9a[_0x29d3cc(0x2c9)],_0x307e9a);}),Array[_0x57e954(0x5ff)](_0x280c6b[_0x57e954(0x2b5)]());}var _0x4194df=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x5d4b7b(_0x414319){const _0x1daf08=_0x3a00cb;return _0x414319&&_0x414319[_0x1daf08(0x3f3)]&&Object['prototype'][_0x1daf08(0x5f7)][_0x1daf08(0x42b)](_0x414319,_0x1daf08(0x451))?_0x414319[_0x1daf08(0x451)]:_0x414319;}var _0x138b79={'exports':{}},_0x3bd2c4={},_0x1c5267=_0x25a8dc,_0x32b3b6=Symbol[_0x3a00cb(0x379)](_0x3a00cb(0x563)),_0x1f7ba1=Symbol[_0x3a00cb(0x379)]('react.fragment'),_0x4a576f=Object[_0x3a00cb(0x50a)][_0x3a00cb(0x5f7)],_0x4904fc=_0x1c5267['__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED'][_0x3a00cb(0x5e5)],_0xb9426f={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function _0x2f3e0f(_0x3bab20,_0x5d9734,_0x18c839){const _0x36b3e7=_0x3a00cb;var _0xaaf248,_0x21554e={},_0x1a50c1=null,_0x4cbb3f=null;_0x18c839!==void 0x0&&(_0x1a50c1=''+_0x18c839),_0x5d9734[_0x36b3e7(0x444)]!==void 0x0&&(_0x1a50c1=''+_0x5d9734[_0x36b3e7(0x444)]),_0x5d9734['ref']!==void 0x0&&(_0x4cbb3f=_0x5d9734[_0x36b3e7(0x5b5)]);for(_0xaaf248 in _0x5d9734)_0x4a576f[_0x36b3e7(0x42b)](_0x5d9734,_0xaaf248)&&!_0xb9426f[_0x36b3e7(0x5f7)](_0xaaf248)&&(_0x21554e[_0xaaf248]=_0x5d9734[_0xaaf248]);if(_0x3bab20&&_0x3bab20[_0x36b3e7(0x64e)]){for(_0xaaf248 in(_0x5d9734=_0x3bab20['defaultProps'],_0x5d9734))_0x21554e[_0xaaf248]===void 0x0&&(_0x21554e[_0xaaf248]=_0x5d9734[_0xaaf248]);}return{'$$typeof':_0x32b3b6,'type':_0x3bab20,'key':_0x1a50c1,'ref':_0x4cbb3f,'props':_0x21554e,'_owner':_0x4904fc[_0x36b3e7(0x299)]};}_0x3bd2c4[_0x3a00cb(0x2d4)]=_0x1f7ba1,_0x3bd2c4[_0x3a00cb(0x479)]=_0x2f3e0f,_0x3bd2c4[_0x3a00cb(0x61c)]=_0x2f3e0f,_0x138b79['exports']=_0x3bd2c4;var _0x315f9e=_0x138b79[_0x3a00cb(0x5a8)],_0xb7298b=function(){const _0x5d49cd=_0x3a00cb;return _0xb7298b=Object[_0x5d49cd(0x654)]||function(_0x3b588a){const _0x10e17a=_0x5d49cd;for(var _0x381e31,_0x2ea582=0x1,_0x29d4ea=arguments['length'];_0x2ea582<_0x29d4ea;_0x2ea582++){_0x381e31=arguments[_0x2ea582];for(var _0x3dbd68 in _0x381e31)Object[_0x10e17a(0x50a)][_0x10e17a(0x5f7)]['call'](_0x381e31,_0x3dbd68)&&(_0x3b588a[_0x3dbd68]=_0x381e31[_0x3dbd68]);}return _0x3b588a;},_0xb7298b[_0x5d49cd(0x48d)](this,arguments);},_0x28a5a1=function(_0x276810,_0xc53c7e){const _0x2c10a2=_0x3a00cb;var _0x5015a2={};for(var _0xd66a61 in _0x276810)Object['prototype'][_0x2c10a2(0x5f7)][_0x2c10a2(0x42b)](_0x276810,_0xd66a61)&&_0xc53c7e[_0x2c10a2(0x382)](_0xd66a61)<0x0&&(_0x5015a2[_0xd66a61]=_0x276810[_0xd66a61]);if(_0x276810!=null&&typeof Object[_0x2c10a2(0x355)]=='function'){for(var _0x1557f7=0x0,_0xd66a61=Object[_0x2c10a2(0x355)](_0x276810);_0x1557f7<_0xd66a61[_0x2c10a2(0x422)];_0x1557f7++)_0xc53c7e['indexOf'](_0xd66a61[_0x1557f7])<0x0&&Object[_0x2c10a2(0x50a)]['propertyIsEnumerable'][_0x2c10a2(0x42b)](_0x276810,_0xd66a61[_0x1557f7])&&(_0x5015a2[_0xd66a61[_0x1557f7]]=_0x276810[_0xd66a61[_0x1557f7]]);}return _0x5015a2;},_0x10ad6f=_0x25a8dc[_0x3a00cb(0x3df)](function(_0x430302,_0x2f3f55){const _0x8c6677=_0x3a00cb;var _0x56e4f4=_0x430302[_0x8c6677(0x5c1)],_0x3b31b6=_0x430302['id'],_0x917132=_0x430302['className'],_0x4f4d88=_0x430302['extend'],_0x4570b1=_0x28a5a1(_0x430302,[_0x8c6677(0x5c1),'id',_0x8c6677(0x477),'extend']),_0x2c2001=_0x8c6677(0x5c9)[_0x8c6677(0x549)](_0x3b31b6,'\x20')[_0x8c6677(0x549)](_0x917132||'')[_0x8c6677(0x616)](),_0xe81a55=_0x25a8dc[_0x8c6677(0x2d0)]('_'[_0x8c6677(0x549)](_0x388608()));return _0x23d2c7(_0x56e4f4,''['concat'](_0x3b31b6),{'defIds':_0x56e4f4[_0x8c6677(0x5d4)],'idSuffix':_0xe81a55[_0x8c6677(0x299)]},_0xb7298b({'ref':_0x2f3f55,'className':_0x2c2001},_0x4570b1),_0x4f4d88);});function _0x23d2c7(_0x4ddfe3,_0x5162e2,_0x53eacf,_0x5b09eb,_0x485026){const _0x2962d6=_0x3a00cb;return _0x25a8dc['createElement'](_0x4ddfe3[_0x2962d6(0x2f8)],_0xb7298b(_0xb7298b({'key':_0x5162e2},_0x57e7d5(_0x4ddfe3,_0x53eacf,_0x485026)),_0x5b09eb),(_0x2de0d9(_0x4ddfe3,_0x53eacf)[_0x2962d6(0x687)]||[])[_0x2962d6(0x568)](function(_0x562350,_0x3a8c3f){const _0x4b3ba5=_0x2962d6;return _0x23d2c7(_0x562350,''[_0x4b3ba5(0x549)](_0x5162e2,'-')[_0x4b3ba5(0x549)](_0x4ddfe3[_0x4b3ba5(0x2f8)],'-')[_0x4b3ba5(0x549)](_0x3a8c3f),_0x53eacf,void 0x0,_0x485026);}));}function _0x57e7d5(_0x24956c,_0x393719,_0x38384e){const _0x4c906d=_0x3a00cb;var _0x295548=_0xb7298b({},_0x24956c[_0x4c906d(0x472)]);_0x38384e!=null&&_0x38384e['colorChannel1']&&_0x295548['fill']===_0x4c906d(0x640)&&(_0x295548[_0x4c906d(0x5f1)]=_0x38384e[_0x4c906d(0x640)]);var _0xadcb74=_0x393719[_0x4c906d(0x5d4)];return!_0xadcb74||_0xadcb74[_0x4c906d(0x422)]===0x0||(_0x24956c[_0x4c906d(0x2f8)]===_0x4c906d(0x2ff)&&_0x295548['xlink:href']&&(_0x295548[_0x4c906d(0x652)]=_0x295548['xlink:href']+_0x393719[_0x4c906d(0x558)]),Object[_0x4c906d(0x394)](_0x295548)['forEach'](function(_0xbf93a2){const _0x14de13=_0x4c906d;var _0x43d658=_0xbf93a2[0x0],_0x2b5bcb=_0xbf93a2[0x1];typeof _0x2b5bcb==_0x14de13(0x2b4)&&(_0x295548[_0x43d658]=_0x2b5bcb[_0x14de13(0x209)](/url\(#(.*)\)/,_0x14de13(0x4aa)['concat'](_0x393719[_0x14de13(0x558)],')')));})),_0x295548;}function _0x2de0d9(_0x460917,_0x1497f4){const _0xcf1ddc=_0x3a00cb;var _0x562b58,_0xbd4ddf=_0x1497f4[_0xcf1ddc(0x5d4)];return!_0xbd4ddf||_0xbd4ddf[_0xcf1ddc(0x422)]===0x0?_0x460917:_0x460917['tag']===_0xcf1ddc(0x328)&&(!((_0x562b58=_0x460917[_0xcf1ddc(0x687)])===null||_0x562b58===void 0x0)&&_0x562b58['length'])?_0xb7298b(_0xb7298b({},_0x460917),{'children':_0x460917[_0xcf1ddc(0x687)][_0xcf1ddc(0x568)](function(_0xab25bc){const _0x3716f5=_0xcf1ddc;return typeof _0xab25bc[_0x3716f5(0x472)]['id']=='string'&&_0xbd4ddf&&_0xbd4ddf[_0x3716f5(0x382)](_0xab25bc['attrs']['id'])>-0x1?_0xb7298b(_0xb7298b({},_0xab25bc),{'attrs':_0xb7298b(_0xb7298b({},_0xab25bc[_0x3716f5(0x472)]),{'id':_0xab25bc[_0x3716f5(0x472)]['id']+_0x1497f4[_0x3716f5(0x558)]})}):_0xab25bc;})}):_0x460917;}function _0x388608(){const _0x416386=_0x3a00cb;return Math[_0x416386(0x4ab)]()[_0x416386(0x3fd)](0x24)['substring'](0x2,0x8);}_0x10ad6f[_0x3a00cb(0x338)]=_0x3a00cb(0x231);var _0x8261d={'tag':_0x3a00cb(0x5f2),'attrs':{'fill':_0x3a00cb(0x331),'viewBox':'0\x200\x2016\x2016','width':_0x3a00cb(0x557),'height':_0x3a00cb(0x557)},'children':[{'tag':'g','attrs':{'clipPath':_0x3a00cb(0x2e4)},'children':[{'tag':_0x3a00cb(0x61d),'attrs':{'stroke':_0x3a00cb(0x425),'d':_0x3a00cb(0x581),'strokeLinecap':_0x3a00cb(0x264),'strokeLinejoin':_0x3a00cb(0x264),'strokeWidth':1.2}}]},{'tag':_0x3a00cb(0x328),'attrs':{},'children':[{'tag':_0x3a00cb(0x4b9),'attrs':{'id':_0x3a00cb(0x574)},'children':[{'tag':'path','attrs':{'fill':'#fff','d':_0x3a00cb(0x440)}}]}]}],'defIds':[_0x3a00cb(0x574)]},_0x30e532=_0x25a8dc['forwardRef'](function(_0x314836,_0x41acdd){const _0x5cb451=_0x3a00cb;return _0x25a8dc['createElement'](_0x10ad6f,Object[_0x5cb451(0x654)]({},_0x314836,{'id':_0x5cb451(0x1f0),'ref':_0x41acdd,'icon':_0x8261d}));});_0x30e532['displayName']='OffLineSingle';var _0x2beced={'tag':_0x3a00cb(0x5f2),'attrs':{'fill':_0x3a00cb(0x331),'viewBox':_0x3a00cb(0x5c8),'width':'1em','height':'1em'},'children':[{'tag':'g','attrs':{'clipPath':_0x3a00cb(0x1ec)},'children':[{'tag':_0x3a00cb(0x61d),'attrs':{'stroke':_0x3a00cb(0x425),'d':_0x3a00cb(0x4d2),'strokeLinecap':_0x3a00cb(0x264),'strokeLinejoin':_0x3a00cb(0x264),'strokeWidth':1.2}}]},{'tag':_0x3a00cb(0x328),'attrs':{},'children':[{'tag':_0x3a00cb(0x4b9),'attrs':{'id':_0x3a00cb(0x20f)},'children':[{'tag':_0x3a00cb(0x61d),'attrs':{'fill':'#fff','d':_0x3a00cb(0x440),'transform':'translate(.97)'}}]}]}],'defIds':['on-line-single_clip0_910_349']},_0x4f3c52=_0x25a8dc[_0x3a00cb(0x3df)](function(_0x4b8863,_0x4636bd){const _0x690300=_0x3a00cb;return _0x25a8dc['createElement'](_0x10ad6f,Object[_0x690300(0x654)]({},_0x4b8863,{'id':_0x690300(0x565),'ref':_0x4636bd,'icon':_0x2beced}));});_0x4f3c52['displayName']=_0x3a00cb(0x366);function _0x4c4483(_0x2172b5){const _0x4d3fd7=_0x3a00cb;var _0x62bcee,_0x149b51,_0x3d5cd7='';if(typeof _0x2172b5=='string'||typeof _0x2172b5=='number')_0x3d5cd7+=_0x2172b5;else{if(typeof _0x2172b5==_0x4d3fd7(0x51e)){if(Array[_0x4d3fd7(0x519)](_0x2172b5)){var _0x47b9eb=_0x2172b5[_0x4d3fd7(0x422)];for(_0x62bcee=0x0;_0x62bcee<_0x47b9eb;_0x62bcee++)_0x2172b5[_0x62bcee]&&(_0x149b51=_0x4c4483(_0x2172b5[_0x62bcee]))&&(_0x3d5cd7&&(_0x3d5cd7+='\x20'),_0x3d5cd7+=_0x149b51);}else{for(_0x149b51 in _0x2172b5)_0x2172b5[_0x149b51]&&(_0x3d5cd7&&(_0x3d5cd7+='\x20'),_0x3d5cd7+=_0x149b51);}}}return _0x3d5cd7;}function _0x22794a(){const _0x33d901=_0x3a00cb;for(var _0x400e07,_0x298716,_0x12f4aa=0x0,_0x3e0668='',_0x58bcd1=arguments[_0x33d901(0x422)];_0x12f4aa<_0x58bcd1;_0x12f4aa++)(_0x400e07=arguments[_0x12f4aa])&&(_0x298716=_0x4c4483(_0x400e07))&&(_0x3e0668&&(_0x3e0668+='\x20'),_0x3e0668+=_0x298716);return _0x3e0668;}const _0x1072cb={'onlineStatusIcon':_0x3a00cb(0x245),'onlineStatusTitle':_0x3a00cb(0x413),'onlineStatus':'univer-online-status','online':_0x3a00cb(0x593),'offline':_0x3a00cb(0x55a)};function _0x114eb3(_0x3d5407){const _0x37c5fb=_0x3a00cb;switch(_0x3d5407){case _0x3650d6['OFFLINE']:return _0x37c5fb(0x4f0);case _0x3650d6[_0x37c5fb(0x23a)]:return _0x37c5fb(0x25f);case _0x3650d6[_0x37c5fb(0x437)]:return _0x37c5fb(0x65d);case _0x3650d6[_0x37c5fb(0x3e9)]:return _0x37c5fb(0x544);case _0x3650d6[_0x37c5fb(0x318)]:case _0x3650d6[_0x37c5fb(0x68f)]:return _0x37c5fb(0x461);case _0x3650d6[_0x37c5fb(0x56c)]:case _0x3650d6['PENDING']:return _0x37c5fb(0x218);}}function _0x1f6a66(_0x22f78e){const _0x4e6a60=_0x3a00cb,{status$:_0x4e131a}=_0x22f78e,_0x165d6a=_0x5d5dd2[_0x4e6a60(0x347)](_0x4e131a,_0x3650d6['NOT_COLLAB']),_0x4812bf=_0x1330ba['useDependency'](_0x1330ba[_0x4e6a60(0x627)]),_0x294525=_0x1330ba[_0x4e6a60(0x3b3)](_0x5aeb12[_0x4e6a60(0x2c3)]),_0x48bb5c=_0x165d6a!==_0x3650d6[_0x4e6a60(0x395)],_0x4ced69=_0x4812bf['t'](_0x114eb3(_0x165d6a)),_0x21e38f=_0x22794a(_0x1072cb[_0x4e6a60(0x273)],{[_0x1072cb[_0x4e6a60(0x550)]]:_0x48bb5c,[_0x1072cb['offline']]:!_0x48bb5c}),_0x5a1092=_0x48bb5c?_0x315f9e['jsx'](_0x4f3c52,{}):_0x315f9e[_0x4e6a60(0x479)](_0x30e532,{}),_0x4714b6=_0x25a8dc[_0x4e6a60(0x24b)](()=>{const _0x5d94d5=_0x4e6a60;_0x48bb5c||_0x294525[_0x5d94d5(0x40b)]();},[_0x48bb5c,_0x294525]);function _0x1f5767(){const _0x47592c=_0x4e6a60;return _0x315f9e[_0x47592c(0x61c)](_0x47592c(0x4d0),{'className':_0x21e38f,'onClick':_0x4714b6,'children':[_0x315f9e[_0x47592c(0x479)](_0x47592c(0x4d0),{'className':_0x1072cb['onlineStatusIcon'],'children':_0x5a1092}),_0x315f9e[_0x47592c(0x479)](_0x47592c(0x4d0),{'className':_0x1072cb['onlineStatusTitle'],'children':_0x4ced69})]});}return _0x48bb5c?_0x1f5767():_0x315f9e['jsx'](_0x5934c8[_0x4e6a60(0x42f)],{'title':_0x4812bf['t']('collab-client.tooltip.reconnect'),'children':_0x1f5767()});}var _0x55f372=Object[_0x3a00cb(0x43c)],_0x16b6d5=Object[_0x3a00cb(0x637)],_0x15e4c9=(_0x4beb3f,_0x3a09c2,_0x13fc9,_0x413716)=>{for(var _0xfb1ac3=_0x413716>0x1?void 0x0:_0x413716?_0x16b6d5(_0x3a09c2,_0x13fc9):_0x3a09c2,_0x147ff3=_0x4beb3f['length']-0x1,_0x5a96ed;_0x147ff3>=0x0;_0x147ff3--)(_0x5a96ed=_0x4beb3f[_0x147ff3])&&(_0xfb1ac3=(_0x413716?_0x5a96ed(_0x3a09c2,_0x13fc9,_0xfb1ac3):_0x5a96ed(_0xfb1ac3))||_0xfb1ac3);return _0x413716&&_0xfb1ac3&&_0x55f372(_0x3a09c2,_0x13fc9,_0xfb1ac3),_0xfb1ac3;},_0x4e1488=(_0x46ca8b,_0x3db391)=>(_0x43e0a5,_0x140a63)=>_0x3db391(_0x43e0a5,_0x140a63,_0x46ca8b);_0x5aeb12[_0x3a00cb(0x2bd)]=class extends _0x1330ba[_0x3a00cb(0x5f8)]{constructor(_0x1acbc0,_0xecc1c8,_0x46ba17,_0x373d7d){const _0x3e8f3f=_0x3a00cb;super(),_0x2eb009(this,'_status$',new _0x1eddba[(_0x3e8f3f(0x332))](_0x3650d6[_0x3e8f3f(0x3e9)])),(this[_0x3e8f3f(0x227)]=_0x1acbc0,this[_0x3e8f3f(0x4e5)]=_0xecc1c8,this[_0x3e8f3f(0x226)]=_0x46ba17,this[_0x3e8f3f(0x314)]=_0x373d7d,this['_initStatusComponent'](),this[_0x3e8f3f(0x372)]());}['_initStatusListener'](){const _0x599538=_0x3a00cb;this[_0x599538(0x63e)](this[_0x599538(0x227)][_0x599538(0x66e)]['pipe'](_0x1eddba[_0x599538(0x313)](()=>{const _0x32e18d=_0x599538,_0x8f9a34=this[_0x32e18d(0x227)][_0x32e18d(0x618)]();return _0x8f9a34?this['_collaborationController'][_0x32e18d(0x2c7)](_0x8f9a34['getUnitId']()):_0x1eddba['of'](null);}),_0x1eddba[_0x599538(0x313)](_0x4a5a35=>_0x4a5a35?_0x4a5a35[_0x599538(0x69d)]:_0x1eddba['of'](_0x3650d6[_0x599538(0x3e9)])))[_0x599538(0x21f)](_0x3f693d=>{const _0x4aa205=_0x599538;this['_status$'][_0x4aa205(0x2d5)](_0x3f693d);}));}['_initStatusComponent'](){const _0x3ca361=_0x3a00cb;this[_0x3ca361(0x63e)](this[_0x3ca361(0x4e5)][_0x3ca361(0x5a7)](_0x5d5dd2[_0x3ca361(0x407)]['HEADER_MENU'],()=>_0x1330ba[_0x3ca361(0x403)](_0x202205({'status$':this[_0x3ca361(0x603)][_0x3ca361(0x518)]()}),this[_0x3ca361(0x226)])));}},_0x5aeb12[_0x3a00cb(0x2bd)]=_0x15e4c9([_0x4e1488(0x0,_0x1330ba[_0x3a00cb(0x5ce)]),_0x4e1488(0x1,_0x5d5dd2['IUIPartsService']),_0x4e1488(0x2,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba['Injector'])),_0x4e1488(0x3,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x3d5)]))],_0x5aeb12[_0x3a00cb(0x2bd)]);function _0x202205(_0x2532ca){const {status$:_0x4562e6}=_0x2532ca;return function(){const _0x3c935a=_0x5f13;return _0x315f9e[_0x3c935a(0x479)](_0x1f6a66,{'status$':_0x4562e6});};}const _0x561810=_0x1330ba['createIdentifier'](_0x3a00cb(0x49b));var _0x368311=Object[_0x3a00cb(0x43c)],_0x34fea5=Object['getOwnPropertyDescriptor'],_0x3eb8b7=(_0x3e29bf,_0x44103f,_0xb7f4e9,_0x2409f7)=>{const _0x2f5c61=_0x3a00cb;for(var _0x364d7b=_0x2409f7>0x1?void 0x0:_0x2409f7?_0x34fea5(_0x44103f,_0xb7f4e9):_0x44103f,_0x474bef=_0x3e29bf[_0x2f5c61(0x422)]-0x1,_0x23e650;_0x474bef>=0x0;_0x474bef--)(_0x23e650=_0x3e29bf[_0x474bef])&&(_0x364d7b=(_0x2409f7?_0x23e650(_0x44103f,_0xb7f4e9,_0x364d7b):_0x23e650(_0x364d7b))||_0x364d7b);return _0x2409f7&&_0x364d7b&&_0x368311(_0x44103f,_0xb7f4e9,_0x364d7b),_0x364d7b;},_0x3ef480=(_0x12fb36,_0x31b36d)=>(_0x332785,_0x5250ee)=>_0x31b36d(_0x332785,_0x5250ee,_0x12fb36);_0x5aeb12[_0x3a00cb(0x3cd)]=class extends _0x1330ba[_0x3a00cb(0x560)]{constructor(_0x16779d,_0x408ba7,_0xc086f9,_0x369fe6,_0x20b8d3,_0x5c363f){const _0x51d459=_0x3a00cb;super(),this['_urlService']=_0x16779d,this[_0x51d459(0x405)]=_0x408ba7,this[_0x51d459(0x660)]=_0xc086f9,this[_0x51d459(0x55f)]=_0x369fe6,this[_0x51d459(0x38f)]=_0x20b8d3,_0x5c363f?_0x5c363f==null||_0x5c363f[_0x51d459(0x564)]()[_0x51d459(0x694)](()=>this[_0x51d459(0x663)]()):(this['_logService'][_0x51d459(0x507)](_0x51d459(0x485),'No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.'),this[_0x51d459(0x663)]());}async[_0x3a00cb(0x663)](){const _0x41a477=_0x3a00cb,_0x44576b=this[_0x41a477(0x597)]['getParam']('unit'),_0x5acf2b=this[_0x41a477(0x597)][_0x41a477(0x204)](_0x41a477(0x651));if(!_0x44576b||!_0x5acf2b){this[_0x41a477(0x405)][_0x41a477(0x507)](_0x41a477(0x485),_0x41a477(0x2a7));return;}switch(Number(_0x5acf2b)){case _0x2d6857[_0x41a477(0x3b6)]:{const _0x259740=await this['_loadSheet'](_0x44576b);this[_0x41a477(0x2dd)](_0x259740);break;}case _0x2d6857[_0x41a477(0x65c)]:{await this[_0x41a477(0x200)](_0x44576b);break;}default:{this['_logService'][_0x41a477(0x50f)]('[DataLoaderController]',_0x41a477(0x566));break;}}}async[_0x3a00cb(0x2dd)](_0x20b395){const _0x234706=_0x3a00cb;await this[_0x234706(0x50d)](_0x20b395),_0x20b395['activeSheet$']['pipe'](_0x1eddba[_0x234706(0x28a)](this[_0x234706(0x2f0)]))[_0x234706(0x21f)](_0x567574=>{_0x567574&&this['_updateURLWithCurrentState'](_0x567574);}),this[_0x234706(0x597)]['urlChange$'][_0x234706(0x3a2)](_0x1eddba['takeUntil'](this[_0x234706(0x2f0)]))['subscribe'](()=>this['_updateSubUnitFromURLParams'](_0x20b395));}[_0x3a00cb(0x216)](_0x2bac85,_0x200a29=!0x1){const _0x541100=_0x3a00cb,_0x5274d4=this['_urlService'][_0x541100(0x204)](_0x541100(0x3b8));_0x2bac85[_0x541100(0x30b)]()!==_0x5274d4&&this[_0x541100(0x597)][_0x541100(0x435)](_0x541100(0x3b8),_0x2bac85['getSheetId'](),_0x200a29);}async[_0x3a00cb(0x50d)](_0x52e94d){const _0x2e1153=_0x3a00cb;var _0x138ee1;const _0xd0dccb=this[_0x2e1153(0x597)][_0x2e1153(0x204)]('subunit');if(!_0xd0dccb||!_0x52e94d['getSheetBySheetId'](_0xd0dccb)){const _0x115286=_0x52e94d[_0x2e1153(0x2c4)]()[0x0],_0x5332e9=_0x52e94d[_0x2e1153(0x697)](_0x115286);if(!_0x5332e9)return;this[_0x2e1153(0x216)](_0x5332e9,!0x0),await this[_0x2e1153(0x660)][_0x2e1153(0x569)](_0x5ca8f8[_0x2e1153(0x315)]['id'],{'unitId':_0x52e94d[_0x2e1153(0x259)](),'subUnitId':_0x115286});return;}((_0x138ee1=_0x52e94d[_0x2e1153(0x3d7)]())==null?void 0x0:_0x138ee1[_0x2e1153(0x30b)]())!==_0xd0dccb&&await this[_0x2e1153(0x660)][_0x2e1153(0x569)](_0x5ca8f8['SetWorksheetActivateCommand']['id'],{'unitId':_0x52e94d[_0x2e1153(0x259)](),'subUnitId':_0xd0dccb});}async[_0x3a00cb(0x5de)](_0x471595){const _0x3321c4=_0x3a00cb;let _0x3010e2=0x0;const _0x267684=await this[_0x3321c4(0x55f)]['loadOfflineData'](_0x471595);return _0x267684&&(_0x267684['awaitingChangeset']||_0x267684[_0x3321c4(0x1f3)][_0x3321c4(0x422)]!==0x0)&&(_0x3010e2=_0x267684[_0x3321c4(0x666)]),_0x3010e2===0x0&&this[_0x3321c4(0x405)][_0x3321c4(0x507)](_0x3321c4(0x485),_0x3321c4(0x674)),this[_0x3321c4(0x38f)]['loadSheet'](_0x471595,_0x3010e2);}async[_0x3a00cb(0x200)](_0x2828a6){const _0x115d60=_0x3a00cb;let _0x2af361=0x0;const _0x37485=await this[_0x115d60(0x55f)]['loadOfflineData'](_0x2828a6);return _0x37485&&(_0x37485[_0x115d60(0x370)]||_0x37485[_0x115d60(0x1f3)][_0x115d60(0x422)]!==0x0)&&(_0x2af361=_0x37485[_0x115d60(0x666)]),_0x2af361===0x0&&this[_0x115d60(0x405)][_0x115d60(0x507)]('[DataLoaderController]',_0x115d60(0x674)),this[_0x115d60(0x38f)][_0x115d60(0x37c)](_0x2828a6,_0x2af361);}},_0x5aeb12[_0x3a00cb(0x3cd)]=_0x3eb8b7([_0x3ef480(0x0,_0x561810),_0x3ef480(0x1,_0x1330ba[_0x3a00cb(0x57c)]),_0x3ef480(0x2,_0x1330ba['ICommandService']),_0x3ef480(0x3,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x287)])),_0x3ef480(0x4,_0x1330ba[_0x3a00cb(0x217)](_0x48fdb9[_0x3a00cb(0x38a)])),_0x3ef480(0x5,_0x1330ba[_0x3a00cb(0x67e)](_0x1432e6['IRemoteInstanceService']))],_0x5aeb12[_0x3a00cb(0x3cd)]);var _0x1dca00=Object[_0x3a00cb(0x43c)],_0x3e130e=Object[_0x3a00cb(0x637)],_0x4233c3=(_0x15bcbf,_0x2f6e08,_0x143118,_0x4c4ecf)=>{const _0x2db173=_0x3a00cb;for(var _0x24aa66=_0x4c4ecf>0x1?void 0x0:_0x4c4ecf?_0x3e130e(_0x2f6e08,_0x143118):_0x2f6e08,_0x585118=_0x15bcbf[_0x2db173(0x422)]-0x1,_0x4a41f3;_0x585118>=0x0;_0x585118--)(_0x4a41f3=_0x15bcbf[_0x585118])&&(_0x24aa66=(_0x4c4ecf?_0x4a41f3(_0x2f6e08,_0x143118,_0x24aa66):_0x4a41f3(_0x24aa66))||_0x24aa66);return _0x4c4ecf&&_0x24aa66&&_0x1dca00(_0x2f6e08,_0x143118,_0x24aa66),_0x24aa66;},_0x4ee3ee=(_0x3077a5,_0x56c5e6)=>(_0x113c4c,_0x43597c)=>_0x56c5e6(_0x113c4c,_0x43597c,_0x3077a5);const _0x51787f=_0x3a00cb(0x45b),_0x3810c9=_0x3a00cb(0x46a);let _0x25924c=class extends _0x1330ba[_0x3a00cb(0x5f8)]{constructor(_0x465e1a,_0x554071){const _0x40aa9b=_0x3a00cb;super(),this[_0x40aa9b(0x227)]=_0x465e1a,this['_configService']=_0x554071,this[_0x40aa9b(0x663)]();}['_init'](){const _0xc28db3=_0x3a00cb;this[_0xc28db3(0x63e)](this[_0xc28db3(0x227)]['focused$'][_0xc28db3(0x21f)](()=>{const _0x1127ab=_0xc28db3;var _0x3fe458;const _0x14e400=this['_univerInstanceService'][_0x1127ab(0x618)]();let _0x4b1d84=(_0x3fe458=this[_0x1127ab(0x4ce)]['getConfig'](_0x51787f))!=null?_0x3fe458:_0x3810c9;_0x14e400 instanceof _0x1330ba[_0x1127ab(0x53d)]&&(_0x4b1d84=_0x14e400['name']),document[_0x1127ab(0x369)]=_0x4b1d84;}));}};_0x25924c=_0x4233c3([_0x4ee3ee(0x0,_0x1330ba[_0x3a00cb(0x5ce)]),_0x4ee3ee(0x1,_0x1330ba[_0x3a00cb(0x3c1)])],_0x25924c);var _0x340a66=Object[_0x3a00cb(0x43c)],_0x332493=Object[_0x3a00cb(0x637)],_0x391822=(_0x5aeef4,_0x5aa4c9,_0x2a66e0,_0x2901d7)=>{for(var _0x23cc24=_0x2901d7>0x1?void 0x0:_0x2901d7?_0x332493(_0x5aa4c9,_0x2a66e0):_0x5aa4c9,_0x44dce7=_0x5aeef4['length']-0x1,_0x257be5;_0x44dce7>=0x0;_0x44dce7--)(_0x257be5=_0x5aeef4[_0x44dce7])&&(_0x23cc24=(_0x2901d7?_0x257be5(_0x5aa4c9,_0x2a66e0,_0x23cc24):_0x257be5(_0x23cc24))||_0x23cc24);return _0x2901d7&&_0x23cc24&&_0x340a66(_0x5aa4c9,_0x2a66e0,_0x23cc24),_0x23cc24;},_0x37612e=(_0x5e11de,_0x11e324)=>(_0x310772,_0x287c61)=>_0x11e324(_0x310772,_0x287c61,_0x5e11de);let _0x58673f=class{constructor(_0x54aa50,_0x190eaa,_0x26c600){const _0x11fd08=_0x3a00cb;this[_0x11fd08(0x4ce)]=_0x54aa50,this['_httpService']=_0x190eaa,this[_0x11fd08(0x4e0)]=_0x26c600,this[_0x11fd08(0x447)]();}[_0x3a00cb(0x447)](){this['_httpService']['registerHTTPInterceptor']({'priority':0x1,'interceptor':(_0x57cbcc,_0x5af339)=>_0x5af339(_0x57cbcc)['pipe'](_0x1eddba['concatMap'](async _0x470784=>{const _0x2840f2=_0x5f13,_0x5dbd5c=_0x470784;if(_0x5dbd5c['status']===0x191&&window[_0x2840f2(0x441)](this['localeService']['t'](_0x2840f2(0x34b)))){const _0x4466d0=window['encodeURIComponent'](window[_0x2840f2(0x223)][_0x2840f2(0x4ee)]);window[_0x2840f2(0x223)][_0x2840f2(0x4ee)]=this[_0x2840f2(0x65a)]()+'?url='+_0x4466d0;}return _0x5dbd5c;}))});}['_getLoginPath'](){const _0x317ad3=_0x3a00cb;var _0x7c3c5e,_0x59bd30;const _0x1fb60e=this['_configService']['getConfig'](_0x41289e),_0x1ce787=this['_configService'][_0x317ad3(0x4fc)](_0x37cfeb);return(_0x59bd30=(_0x7c3c5e=_0x1ce787==null?void 0x0:_0x1ce787[_0x317ad3(0x208)])!=null?_0x7c3c5e:_0x1fb60e)!=null?_0x59bd30:_0x5e71bd;}};_0x58673f=_0x391822([_0x37612e(0x0,_0x1330ba[_0x3a00cb(0x3c1)]),_0x37612e(0x1,_0x1330ba[_0x3a00cb(0x217)](_0x3aa4be['HTTPService'])),_0x37612e(0x2,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba['LocaleService']))],_0x58673f);var _0x51486a=Object[_0x3a00cb(0x43c)],_0x6b104a=Object[_0x3a00cb(0x637)],_0x47ac02=(_0x16b899,_0x28be0e,_0x363320,_0xf69877)=>{const _0x475cff=_0x3a00cb;for(var _0x5c0408=_0xf69877>0x1?void 0x0:_0xf69877?_0x6b104a(_0x28be0e,_0x363320):_0x28be0e,_0xad27ae=_0x16b899[_0x475cff(0x422)]-0x1,_0x34e46a;_0xad27ae>=0x0;_0xad27ae--)(_0x34e46a=_0x16b899[_0xad27ae])&&(_0x5c0408=(_0xf69877?_0x34e46a(_0x28be0e,_0x363320,_0x5c0408):_0x34e46a(_0x5c0408))||_0x5c0408);return _0xf69877&&_0x5c0408&&_0x51486a(_0x28be0e,_0x363320,_0x5c0408),_0x5c0408;},_0x2678bb=(_0x2b8813,_0x107c7a)=>(_0x48e986,_0x1bbb38)=>_0x107c7a(_0x48e986,_0x1bbb38,_0x2b8813);const _0x247481=_0x3a00cb(0x240),_0x2e97e8=_0x3a00cb(0x33f);_0x5aeb12['AuthzIoHttpService']=class extends _0x1330ba[_0x3a00cb(0x5f8)]{constructor(_0x2c1657,_0x5c3a28){const _0x460636=_0x3a00cb;super(),this[_0x460636(0x398)]=_0x2c1657,this[_0x460636(0x4ce)]=_0x5c3a28,this[_0x460636(0x4fe)]();}['_initMergeInterceptor'](){const _0xb557bd=_0x3a00cb,_0x380ebc=this;this[_0xb557bd(0x63e)](this[_0xb557bd(0x398)][_0xb557bd(0x23f)]({'priority':0x3e7,'interceptor':_0x3aa4be['MergeInterceptorFactory']({'isMatch'(_0x34095e){const _0x20a3ac=_0xb557bd;var _0x5b918a;if(_0x34095e[_0x20a3ac(0x20a)]===_0x20a3ac(0x5c0)&&((_0x5b918a=_0x34095e[_0x20a3ac(0x68c)])!=null&&_0x5b918a[_0x20a3ac(0x427)])){const {objectID:_0x1dc59d,objectType:_0xde6e3c}=_0x34095e[_0x20a3ac(0x68c)][_0x20a3ac(0x427)]||{};if(!_0x1dc59d||_0xde6e3c===void 0x0)return!0x1;const _0x42e509=_0x380ebc[_0x20a3ac(0x58d)]()+'/'+_0xde6e3c+_0x20a3ac(0x388)+_0x1dc59d+_0x20a3ac(0x2ae);if(_0x34095e['url']===_0x42e509)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x1c0c6d){const _0xc0cd62=_0xb557bd;var _0x457888;return(_0x457888=_0x1c0c6d['requestParams'])==null?void 0x0:_0x457888[_0xc0cd62(0x427)];},'mergeParamsToRequest'(_0x3fcfb1,_0xc25db){const _0x43f041=_0xb557bd,_0x348634=_0x380ebc[_0x43f041(0x58d)]()+_0x43f041(0x4e1),_0x7d45ad=_0x3fcfb1[_0x43f041(0x626)]((_0x3c91d0,_0x4dba27)=>{const _0x1a46bf=_0x43f041,{unitID:_0x1b1ba6,objectID:_0x151766,objectType:_0x4b26ff,actions:_0x4d235b}=_0x4dba27;return _0x3c91d0[_0x1b1ba6]||(_0x3c91d0[_0x1b1ba6]={}),_0x3c91d0[_0x1b1ba6][_0x151766]||(_0x3c91d0[_0x1b1ba6][_0x151766]={'objectID':_0x151766,'objectType':_0x4b26ff,'actions':[]}),_0x3c91d0[_0x1b1ba6][_0x151766][_0x1a46bf(0x2da)][_0x1a46bf(0x64d)](..._0x4d235b),_0x3c91d0;},{}),_0x51ee9d=[];for(const _0x3abdf3 in _0x7d45ad)for(const _0x5e77de in _0x7d45ad[_0x3abdf3]){const {actions:_0xc939c7,objectType:_0x426df1}=_0x7d45ad[_0x3abdf3][_0x5e77de],_0x61f0a5=[...new Set(_0xc939c7)];_0x51ee9d[_0x43f041(0x64d)]({'unitID':_0x3abdf3,'objectID':_0x5e77de,'objectType':_0x426df1,'actions':_0x61f0a5});}return new _0x3aa4be[(_0x43f041(0x21b))]('POST',_0x348634,{'headers':_0xc25db['headers'],'withCredentials':_0xc25db[_0x43f041(0x471)],'responseType':_0xc25db[_0x43f041(0x2eb)],'body':{'requests':_0x51ee9d}});}},{'distributeResult'(_0x2547bb,_0x4f99d4){const _0x8ddc5d=_0xb557bd,{objectActions:_0x5dafc0}=_0x2547bb;return _0x4f99d4[_0x8ddc5d(0x568)](_0x4303c0=>{const _0x3d1bad=_0x8ddc5d,{unitID:_0x50f18b,objectID:_0x290e38,actions:_0x49c3ea}=_0x4303c0,_0x3b0344=_0x5dafc0[_0x3d1bad(0x4ed)](_0x18a6fa=>_0x18a6fa[_0x3d1bad(0x36f)]===_0x50f18b&&_0x18a6fa[_0x3d1bad(0x2fe)]===_0x290e38),_0x57d097=_0x49c3ea[_0x3d1bad(0x568)](_0x38ca29=>_0x3b0344==null?void 0x0:_0x3b0344[_0x3d1bad(0x2da)]['find'](_0x53705b=>_0x53705b[_0x3d1bad(0x39e)]===_0x38ca29))[_0x3d1bad(0x40e)](_0x5db6cc=>!!_0x5db6cc);return{'config':_0x4303c0,'result':{'actions':_0x57d097,'error':_0x2547bb['error']}};});}})}));}['_getAPIPrefixPath'](){const _0x4c2172=_0x3a00cb;var _0x1e7b1d,_0x16bc85;const _0x2d8819=this['_configService'][_0x4c2172(0x4fc)](_0x247481),_0x2a8d23=this[_0x4c2172(0x4ce)][_0x4c2172(0x4fc)](_0x37cfeb);return(_0x16bc85=(_0x1e7b1d=_0x2a8d23==null?void 0x0:_0x2a8d23['authzUrl'])!=null?_0x1e7b1d:_0x2d8819)!=null?_0x16bc85:_0x2e97e8;}async[_0x3a00cb(0x501)](_0x235741){const _0x43764e=_0x3a00cb,_0xdd7af1=this[_0x43764e(0x58d)]()+'/'+_0x235741['objectType']+_0x43764e(0x5b6);return(await this['_HTTPService']['post'](_0xdd7af1,{'body':_0x235741}))[_0x43764e(0x427)][_0x43764e(0x2fe)]||'';}async[_0x3a00cb(0x248)](_0x5f33e8){const _0x45f85f=_0x3a00cb,_0x6a933e=this[_0x45f85f(0x58d)]()+_0x45f85f(0x5d0);return(await this[_0x45f85f(0x398)][_0x45f85f(0x551)](_0x6a933e,{'body':_0x5f33e8}))[_0x45f85f(0x427)][_0x45f85f(0x2ee)];}async['update'](_0x356892){const _0x12fd3f=_0x3a00cb,_0x1cc34c=this[_0x12fd3f(0x58d)]()+'/'+_0x356892[_0x12fd3f(0x1f8)]+_0x12fd3f(0x388)+_0x356892['objectID'];await this[_0x12fd3f(0x398)][_0x12fd3f(0x2e8)](_0x1cc34c,{'body':_0x356892});}async[_0x3a00cb(0x448)](_0x218702){const _0x52513a=_0x3a00cb,_0x28d7a1=this[_0x52513a(0x58d)]()+'/'+_0x218702[_0x52513a(0x1f8)]+_0x52513a(0x388)+_0x218702[_0x52513a(0x2fe)]+_0x52513a(0x2ae);return(await this[_0x52513a(0x398)]['post'](_0x28d7a1,{'body':_0x218702}))[_0x52513a(0x427)][_0x52513a(0x2da)];}async[_0x3a00cb(0x4e2)](_0x183ede){const _0x61c364=_0x3a00cb,_0x2c6cc4=this[_0x61c364(0x58d)]()+'/-/object/-/batch_allowed';return(await this[_0x61c364(0x398)]['post'](_0x2c6cc4,{'body':{'requests':_0x183ede}}))[_0x61c364(0x427)][_0x61c364(0x243)];}async[_0x3a00cb(0x45f)](_0xce36ff){const _0x1e67de=_0x3a00cb,_0x35be36=this['_getAPIPrefixPath']()+'/'+_0xce36ff['objectType']+'/role',_0xa3f6f2=await this['_HTTPService'][_0x1e67de(0x551)](_0x35be36,{'body':_0xce36ff});return{'roles':_0xa3f6f2[_0x1e67de(0x427)][_0x1e67de(0x40f)],'actions':_0xa3f6f2[_0x1e67de(0x427)][_0x1e67de(0x2da)]};}async[_0x3a00cb(0x3f6)](_0xa5d319){const _0x42988a=_0x3a00cb,_0x21da28=this[_0x42988a(0x58d)]()+_0x42988a(0x540);await this[_0x42988a(0x398)][_0x42988a(0x317)](_0x21da28,{'params':{'collaboratorID':_0xa5d319[_0x42988a(0x635)],'objectID':_0xa5d319['objectID'],'unitID':_0xa5d319[_0x42988a(0x36f)]}});}async[_0x3a00cb(0x68b)](_0xa782aa){const _0x24a7e7=_0x3a00cb,_0x21585d=this['_getAPIPrefixPath']()+_0x24a7e7(0x540);await this[_0x24a7e7(0x398)]['patch'](_0x21585d,{'body':_0xa782aa});}async[_0x3a00cb(0x3b7)](_0x4e4b38){const _0x5d36db=_0x3a00cb,_0x84d0b9=this[_0x5d36db(0x58d)]()+_0x5d36db(0x540);await this[_0x5d36db(0x398)]['post'](_0x84d0b9,{'body':_0x4e4b38});}async[_0x3a00cb(0x2e7)](_0x816947){const _0x2b8f5c=_0x3a00cb,_0x4b4115=this[_0x2b8f5c(0x58d)]()+_0x2b8f5c(0x540);return(await this[_0x2b8f5c(0x398)][_0x2b8f5c(0x4bf)](_0x4b4115,{'params':{'objectID':_0x816947['objectID'],'unitID':_0x816947['unitID']}}))[_0x2b8f5c(0x427)][_0x2b8f5c(0x2d7)];}async['putCollaborators'](_0x273433){const _0x3f2b87=_0x3a00cb,_0x38bb9f=this[_0x3f2b87(0x58d)]()+_0x3f2b87(0x540);await this['_HTTPService']['put'](_0x38bb9f,{'body':_0x273433});}},_0x5aeb12[_0x3a00cb(0x3e1)]=_0x47ac02([_0x2678bb(0x0,_0x1330ba[_0x3a00cb(0x217)](_0x3aa4be[_0x3a00cb(0x504)])),_0x2678bb(0x1,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x3c1)]))],_0x5aeb12[_0x3a00cb(0x3e1)]);var _0x1fb61c={'exports':{}};function _0x3ce903(_0x2a8886){const _0x167b6e=_0x3a00cb;throw new Error('Could\x20not\x20dynamically\x20require\x20\x22'+_0x2a8886+_0x167b6e(0x56a));}var _0x37fb03={'exports':{}},_0x3dace1;function _0x13ef9e(){return _0x3dace1||(_0x3dace1=0x1,function(_0x141a3d,_0x5603f0){(function(_0x15dce2,_0xba239d){const _0x6564f0=_0x5f13;_0x141a3d[_0x6564f0(0x5a8)]=_0xba239d();}(_0x4194df,function(){var _0x2cb0bb=_0x2cb0bb||function(_0x1392b6,_0x5ba09c){const _0x17f2ca=_0x5f13;var _0xcb569e;if(typeof window<'u'&&window[_0x17f2ca(0x24e)]&&(_0xcb569e=window[_0x17f2ca(0x24e)]),typeof self<'u'&&self['crypto']&&(_0xcb569e=self[_0x17f2ca(0x24e)]),typeof globalThis<'u'&&globalThis[_0x17f2ca(0x24e)]&&(_0xcb569e=globalThis[_0x17f2ca(0x24e)]),!_0xcb569e&&typeof window<'u'&&window[_0x17f2ca(0x44c)]&&(_0xcb569e=window[_0x17f2ca(0x44c)]),!_0xcb569e&&typeof _0x4194df<'u'&&_0x4194df[_0x17f2ca(0x24e)]&&(_0xcb569e=_0x4194df[_0x17f2ca(0x24e)]),!_0xcb569e&&typeof _0x3ce903==_0x17f2ca(0x5d7))try{_0xcb569e=require(_0x17f2ca(0x24e));}catch{}var _0x5a077f=function(){const _0x44866c=_0x17f2ca;if(_0xcb569e){if(typeof _0xcb569e['getRandomValues']==_0x44866c(0x5d7))try{return _0xcb569e[_0x44866c(0x536)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0xcb569e['randomBytes']==_0x44866c(0x5d7))try{return _0xcb569e['randomBytes'](0x4)['readInt32LE']();}catch{}}throw new Error(_0x44866c(0x5a0));},_0x41da1c=Object[_0x17f2ca(0x501)]||(function(){function _0x35ab85(){}return function(_0x182958){const _0x3130b5=_0x5f13;var _0x2072ca;return _0x35ab85[_0x3130b5(0x50a)]=_0x182958,_0x2072ca=new _0x35ab85(),_0x35ab85[_0x3130b5(0x50a)]=null,_0x2072ca;};}()),_0x214b36={},_0x27137b=_0x214b36['lib']={},_0x2e1f8a=_0x27137b[_0x17f2ca(0x57f)]=(function(){return{'extend':function(_0x3526a7){const _0x5ad1d7=_0x5f13;var _0x122bc4=_0x41da1c(this);return _0x3526a7&&_0x122bc4[_0x5ad1d7(0x2b9)](_0x3526a7),(!_0x122bc4[_0x5ad1d7(0x5f7)]('init')||this['init']===_0x122bc4[_0x5ad1d7(0x447)])&&(_0x122bc4[_0x5ad1d7(0x447)]=function(){const _0x3af3b8=_0x5ad1d7;_0x122bc4[_0x3af3b8(0x647)][_0x3af3b8(0x447)][_0x3af3b8(0x48d)](this,arguments);}),_0x122bc4[_0x5ad1d7(0x447)][_0x5ad1d7(0x50a)]=_0x122bc4,_0x122bc4[_0x5ad1d7(0x647)]=this,_0x122bc4;},'create':function(){const _0x1d4ea5=_0x5f13;var _0x1082fb=this[_0x1d4ea5(0x533)]();return _0x1082fb['init'][_0x1d4ea5(0x48d)](_0x1082fb,arguments),_0x1082fb;},'init':function(){},'mixIn':function(_0x12de05){const _0x5e0357=_0x5f13;for(var _0x439a16 in _0x12de05)_0x12de05[_0x5e0357(0x5f7)](_0x439a16)&&(this[_0x439a16]=_0x12de05[_0x439a16]);_0x12de05[_0x5e0357(0x5f7)](_0x5e0357(0x3fd))&&(this[_0x5e0357(0x3fd)]=_0x12de05[_0x5e0357(0x3fd)]);},'clone':function(){const _0x4b6ec2=_0x5f13;return this[_0x4b6ec2(0x447)]['prototype'][_0x4b6ec2(0x533)](this);}};}()),_0x272963=_0x27137b[_0x17f2ca(0x30d)]=_0x2e1f8a[_0x17f2ca(0x533)]({'init':function(_0x159ca4,_0x540a8f){const _0xae768e=_0x17f2ca;_0x159ca4=this[_0xae768e(0x26b)]=_0x159ca4||[],_0x540a8f!=_0x5ba09c?this[_0xae768e(0x3d1)]=_0x540a8f:this[_0xae768e(0x3d1)]=_0x159ca4['length']*0x4;},'toString':function(_0x48102d){const _0x1f53b4=_0x17f2ca;return(_0x48102d||_0x9c9e64)[_0x1f53b4(0x2a3)](this);},'concat':function(_0x3274fc){const _0x574195=_0x17f2ca;var _0x257242=this['words'],_0xcb4091=_0x3274fc[_0x574195(0x26b)],_0x37bc07=this[_0x574195(0x3d1)],_0x10a81f=_0x3274fc[_0x574195(0x3d1)];if(this[_0x574195(0x1f5)](),_0x37bc07%0x4)for(var _0x82ba0b=0x0;_0x82ba0b<_0x10a81f;_0x82ba0b++){var _0x298e0d=_0xcb4091[_0x82ba0b>>>0x2]>>>0x18-_0x82ba0b%0x4*0x8&0xff;_0x257242[_0x37bc07+_0x82ba0b>>>0x2]|=_0x298e0d<<0x18-(_0x37bc07+_0x82ba0b)%0x4*0x8;}else{for(var _0x7c9dfa=0x0;_0x7c9dfa<_0x10a81f;_0x7c9dfa+=0x4)_0x257242[_0x37bc07+_0x7c9dfa>>>0x2]=_0xcb4091[_0x7c9dfa>>>0x2];}return this[_0x574195(0x3d1)]+=_0x10a81f,this;},'clamp':function(){const _0x222780=_0x17f2ca;var _0x4b9d78=this[_0x222780(0x26b)],_0x5eccf8=this[_0x222780(0x3d1)];_0x4b9d78[_0x5eccf8>>>0x2]&=0xffffffff<<0x20-_0x5eccf8%0x4*0x8,_0x4b9d78[_0x222780(0x422)]=_0x1392b6[_0x222780(0x350)](_0x5eccf8/0x4);},'clone':function(){const _0x4d160d=_0x17f2ca;var _0x5c33d5=_0x2e1f8a['clone'][_0x4d160d(0x42b)](this);return _0x5c33d5[_0x4d160d(0x26b)]=this[_0x4d160d(0x26b)][_0x4d160d(0x3e3)](0x0),_0x5c33d5;},'random':function(_0x5cff5b){const _0xa04ff3=_0x17f2ca;for(var _0xa0d114=[],_0x1f96ad=0x0;_0x1f96ad<_0x5cff5b;_0x1f96ad+=0x4)_0xa0d114[_0xa04ff3(0x64d)](_0x5a077f());return new _0x272963[(_0xa04ff3(0x447))](_0xa0d114,_0x5cff5b);}}),_0x105ab8=_0x214b36['enc']={},_0x9c9e64=_0x105ab8[_0x17f2ca(0x638)]={'stringify':function(_0xb7182e){const _0x365ec1=_0x17f2ca;for(var _0x168d7e=_0xb7182e[_0x365ec1(0x26b)],_0x390fbc=_0xb7182e[_0x365ec1(0x3d1)],_0x5bb093=[],_0x1881c2=0x0;_0x1881c2<_0x390fbc;_0x1881c2++){var _0x3f5ed4=_0x168d7e[_0x1881c2>>>0x2]>>>0x18-_0x1881c2%0x4*0x8&0xff;_0x5bb093[_0x365ec1(0x64d)]((_0x3f5ed4>>>0x4)[_0x365ec1(0x3fd)](0x10)),_0x5bb093['push']((_0x3f5ed4&0xf)[_0x365ec1(0x3fd)](0x10));}return _0x5bb093['join']('');},'parse':function(_0x44bd12){const _0x487068=_0x17f2ca;for(var _0x4080db=_0x44bd12[_0x487068(0x422)],_0x32de70=[],_0x185ec5=0x0;_0x185ec5<_0x4080db;_0x185ec5+=0x2)_0x32de70[_0x185ec5>>>0x3]|=parseInt(_0x44bd12['substr'](_0x185ec5,0x2),0x10)<<0x18-_0x185ec5%0x8*0x4;return new _0x272963[(_0x487068(0x447))](_0x32de70,_0x4080db/0x2);}},_0x2839ac=_0x105ab8[_0x17f2ca(0x37b)]={'stringify':function(_0xb41314){const _0x478807=_0x17f2ca;for(var _0x16b0d4=_0xb41314[_0x478807(0x26b)],_0x5c85cf=_0xb41314['sigBytes'],_0x184551=[],_0x35dcb5=0x0;_0x35dcb5<_0x5c85cf;_0x35dcb5++){var _0x15b431=_0x16b0d4[_0x35dcb5>>>0x2]>>>0x18-_0x35dcb5%0x4*0x8&0xff;_0x184551[_0x478807(0x64d)](String['fromCharCode'](_0x15b431));}return _0x184551[_0x478807(0x3ac)]('');},'parse':function(_0x3d5c27){const _0x471da2=_0x17f2ca;for(var _0x42a078=_0x3d5c27[_0x471da2(0x422)],_0x1674bb=[],_0x4e71bb=0x0;_0x4e71bb<_0x42a078;_0x4e71bb++)_0x1674bb[_0x4e71bb>>>0x2]|=(_0x3d5c27[_0x471da2(0x65e)](_0x4e71bb)&0xff)<<0x18-_0x4e71bb%0x4*0x8;return new _0x272963[(_0x471da2(0x447))](_0x1674bb,_0x42a078);}},_0x185ce4=_0x105ab8[_0x17f2ca(0x5fe)]={'stringify':function(_0x2ba5b8){const _0xbc783e=_0x17f2ca;try{return decodeURIComponent(escape(_0x2839ac[_0xbc783e(0x2a3)](_0x2ba5b8)));}catch{throw new Error(_0xbc783e(0x633));}},'parse':function(_0x47d3ac){const _0x21d147=_0x17f2ca;return _0x2839ac[_0x21d147(0x3fe)](unescape(encodeURIComponent(_0x47d3ac)));}},_0x6d6e36=_0x27137b['BufferedBlockAlgorithm']=_0x2e1f8a[_0x17f2ca(0x533)]({'reset':function(){const _0x4afa59=_0x17f2ca;this['_data']=new _0x272963['init'](),this[_0x4afa59(0x639)]=0x0;},'_append':function(_0x27e29d){const _0x2d929e=_0x17f2ca;typeof _0x27e29d=='string'&&(_0x27e29d=_0x185ce4[_0x2d929e(0x3fe)](_0x27e29d)),this[_0x2d929e(0x4b3)][_0x2d929e(0x549)](_0x27e29d),this[_0x2d929e(0x639)]+=_0x27e29d[_0x2d929e(0x3d1)];},'_process':function(_0x2b6754){const _0x5e25a6=_0x17f2ca;var _0x54d6f5,_0x5e6d19=this[_0x5e25a6(0x4b3)],_0x37dc33=_0x5e6d19[_0x5e25a6(0x26b)],_0x3f27b5=_0x5e6d19[_0x5e25a6(0x3d1)],_0x1b79e7=this['blockSize'],_0x6907f4=_0x1b79e7*0x4,_0x3fb705=_0x3f27b5/_0x6907f4;_0x2b6754?_0x3fb705=_0x1392b6[_0x5e25a6(0x350)](_0x3fb705):_0x3fb705=_0x1392b6[_0x5e25a6(0x387)]((_0x3fb705|0x0)-this[_0x5e25a6(0x397)],0x0);var _0x2503eb=_0x3fb705*_0x1b79e7,_0x184680=_0x1392b6[_0x5e25a6(0x35c)](_0x2503eb*0x4,_0x3f27b5);if(_0x2503eb){for(var _0x4a7938=0x0;_0x4a7938<_0x2503eb;_0x4a7938+=_0x1b79e7)this[_0x5e25a6(0x46e)](_0x37dc33,_0x4a7938);_0x54d6f5=_0x37dc33['splice'](0x0,_0x2503eb),_0x5e6d19[_0x5e25a6(0x3d1)]-=_0x184680;}return new _0x272963[(_0x5e25a6(0x447))](_0x54d6f5,_0x184680);},'clone':function(){const _0x4d6a3a=_0x17f2ca;var _0x103510=_0x2e1f8a[_0x4d6a3a(0x380)][_0x4d6a3a(0x42b)](this);return _0x103510[_0x4d6a3a(0x4b3)]=this[_0x4d6a3a(0x4b3)][_0x4d6a3a(0x380)](),_0x103510;},'_minBufferSize':0x0});_0x27137b[_0x17f2ca(0x5e9)]=_0x6d6e36[_0x17f2ca(0x533)]({'cfg':_0x2e1f8a['extend'](),'init':function(_0x2d92bf){const _0x52b3b8=_0x17f2ca;this[_0x52b3b8(0x466)]=this[_0x52b3b8(0x466)][_0x52b3b8(0x533)](_0x2d92bf),this['reset']();},'reset':function(){const _0x27dc6d=_0x17f2ca;_0x6d6e36[_0x27dc6d(0x28f)][_0x27dc6d(0x42b)](this),this[_0x27dc6d(0x420)]();},'update':function(_0x2eca97){const _0x556e26=_0x17f2ca;return this[_0x556e26(0x63d)](_0x2eca97),this['_process'](),this;},'finalize':function(_0x1eb4f9){const _0x337a3f=_0x17f2ca;_0x1eb4f9&&this[_0x337a3f(0x63d)](_0x1eb4f9);var _0x29e5bd=this[_0x337a3f(0x495)]();return _0x29e5bd;},'blockSize':0x10,'_createHelper':function(_0x103e0c){return function(_0x5801af,_0x29e44b){const _0x1b4296=_0x5f13;return new _0x103e0c[(_0x1b4296(0x447))](_0x29e44b)[_0x1b4296(0x4d1)](_0x5801af);};},'_createHmacHelper':function(_0x3d9880){return function(_0x594f43,_0x237db1){const _0x459aee=_0x5f13;return new _0x97bb79[(_0x459aee(0x4bd))][(_0x459aee(0x447))](_0x3d9880,_0x237db1)[_0x459aee(0x4d1)](_0x594f43);};}});var _0x97bb79=_0x214b36[_0x17f2ca(0x459)]={};return _0x214b36;}(Math);return _0x2cb0bb;}));}(_0x37fb03)),_0x37fb03['exports'];}var _0xd883b9={'exports':{}},_0x679f53;function _0x75109c(){const _0x3d38b2=_0x3a00cb;return _0x679f53||(_0x679f53=0x1,function(_0x2e5b8b,_0x4f4808){(function(_0x2f9464,_0x3ee32a){_0x2e5b8b['exports']=_0x3ee32a(_0x13ef9e());}(_0x4194df,function(_0x2c075e){const _0x716626=_0x5f13;return(function(){const _0x988cac=_0x5f13;var _0x155a0a=_0x2c075e,_0x28342f=_0x155a0a[_0x988cac(0x2f5)],_0x312082=_0x28342f['WordArray'],_0x1e7de1=_0x155a0a['enc'];_0x1e7de1[_0x988cac(0x411)]={'stringify':function(_0x2b3eba){const _0x4dfac3=_0x988cac;var _0x264d20=_0x2b3eba[_0x4dfac3(0x26b)],_0x1b00c1=_0x2b3eba[_0x4dfac3(0x3d1)],_0x294700=this[_0x4dfac3(0x252)];_0x2b3eba['clamp']();for(var _0x27c4a7=[],_0x48b0c0=0x0;_0x48b0c0<_0x1b00c1;_0x48b0c0+=0x3)for(var _0x5c8ef8=_0x264d20[_0x48b0c0>>>0x2]>>>0x18-_0x48b0c0%0x4*0x8&0xff,_0x32c867=_0x264d20[_0x48b0c0+0x1>>>0x2]>>>0x18-(_0x48b0c0+0x1)%0x4*0x8&0xff,_0x584beb=_0x264d20[_0x48b0c0+0x2>>>0x2]>>>0x18-(_0x48b0c0+0x2)%0x4*0x8&0xff,_0x171760=_0x5c8ef8<<0x10|_0x32c867<<0x8|_0x584beb,_0x2aa6d7=0x0;_0x2aa6d7<0x4&&_0x48b0c0+_0x2aa6d7*0.75<_0x1b00c1;_0x2aa6d7++)_0x27c4a7[_0x4dfac3(0x64d)](_0x294700[_0x4dfac3(0x60f)](_0x171760>>>0x6*(0x3-_0x2aa6d7)&0x3f));var _0xc08cab=_0x294700['charAt'](0x40);if(_0xc08cab){for(;_0x27c4a7[_0x4dfac3(0x422)]%0x4;)_0x27c4a7['push'](_0xc08cab);}return _0x27c4a7[_0x4dfac3(0x3ac)]('');},'parse':function(_0x3a3ead){const _0x4a61ea=_0x988cac;var _0x1d727e=_0x3a3ead['length'],_0x2bfe28=this[_0x4a61ea(0x252)],_0x23be9e=this[_0x4a61ea(0x5bb)];if(!_0x23be9e){_0x23be9e=this[_0x4a61ea(0x5bb)]=[];for(var _0x403f4e=0x0;_0x403f4e<_0x2bfe28[_0x4a61ea(0x422)];_0x403f4e++)_0x23be9e[_0x2bfe28[_0x4a61ea(0x65e)](_0x403f4e)]=_0x403f4e;}var _0xee275c=_0x2bfe28[_0x4a61ea(0x60f)](0x40);if(_0xee275c){var _0x53c3c6=_0x3a3ead[_0x4a61ea(0x382)](_0xee275c);_0x53c3c6!==-0x1&&(_0x1d727e=_0x53c3c6);}return _0x524d3b(_0x3a3ead,_0x1d727e,_0x23be9e);},'_map':_0x988cac(0x282)};function _0x524d3b(_0x263aca,_0x2a51c6,_0x32be8b){const _0x32b962=_0x988cac;for(var _0x13bc5e=[],_0x306193=0x0,_0x30d45a=0x0;_0x30d45a<_0x2a51c6;_0x30d45a++)if(_0x30d45a%0x4){var _0x3c931f=_0x32be8b[_0x263aca[_0x32b962(0x65e)](_0x30d45a-0x1)]<<_0x30d45a%0x4*0x2,_0x2a3fef=_0x32be8b[_0x263aca['charCodeAt'](_0x30d45a)]>>>0x6-_0x30d45a%0x4*0x2,_0x5e7aeb=_0x3c931f|_0x2a3fef;_0x13bc5e[_0x306193>>>0x2]|=_0x5e7aeb<<0x18-_0x306193%0x4*0x8,_0x306193++;}return _0x312082[_0x32b962(0x501)](_0x13bc5e,_0x306193);}}()),_0x2c075e[_0x716626(0x2df)][_0x716626(0x411)];}));}(_0xd883b9)),_0xd883b9[_0x3d38b2(0x5a8)];}var _0x423679={'exports':{}},_0x493d1a;function _0x144c2a(){const _0x5b7b4f=_0x3a00cb;return _0x493d1a||(_0x493d1a=0x1,function(_0x2f2c85,_0x703751){(function(_0x2c4c69,_0xea3c8e){_0x2f2c85['exports']=_0xea3c8e(_0x13ef9e());}(_0x4194df,function(_0x51e3f){return function(_0x2bb820){const _0x5c589f=_0x5f13;var _0xaaa588=_0x51e3f,_0x353813=_0xaaa588[_0x5c589f(0x2f5)],_0x5344d1=_0x353813[_0x5c589f(0x30d)],_0x2a2ffd=_0x353813[_0x5c589f(0x5e9)],_0x2be501=_0xaaa588[_0x5c589f(0x459)],_0x224639=[];(function(){const _0x344364=_0x5c589f;for(var _0x30bd3f=0x0;_0x30bd3f<0x40;_0x30bd3f++)_0x224639[_0x30bd3f]=_0x2bb820[_0x344364(0x215)](_0x2bb820['sin'](_0x30bd3f+0x1))*0x100000000|0x0;}());var _0x4eafa2=_0x2be501[_0x5c589f(0x436)]=_0x2a2ffd[_0x5c589f(0x533)]({'_doReset':function(){const _0x30415c=_0x5c589f;this[_0x30415c(0x696)]=new _0x5344d1[(_0x30415c(0x447))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x166490,_0x3b352d){const _0x5616c1=_0x5c589f;for(var _0x4890f5=0x0;_0x4890f5<0x10;_0x4890f5++){var _0x27b855=_0x3b352d+_0x4890f5,_0x361f51=_0x166490[_0x27b855];_0x166490[_0x27b855]=(_0x361f51<<0x8|_0x361f51>>>0x18)&0xff00ff|(_0x361f51<<0x18|_0x361f51>>>0x8)&0xff00ff00;}var _0x1d7b76=this[_0x5616c1(0x696)][_0x5616c1(0x26b)],_0x1b0a64=_0x166490[_0x3b352d+0x0],_0x106d3d=_0x166490[_0x3b352d+0x1],_0x51ddb1=_0x166490[_0x3b352d+0x2],_0x559b47=_0x166490[_0x3b352d+0x3],_0x721a25=_0x166490[_0x3b352d+0x4],_0x2cadbc=_0x166490[_0x3b352d+0x5],_0x2c3217=_0x166490[_0x3b352d+0x6],_0x197811=_0x166490[_0x3b352d+0x7],_0x48dad9=_0x166490[_0x3b352d+0x8],_0x4db7fd=_0x166490[_0x3b352d+0x9],_0x567287=_0x166490[_0x3b352d+0xa],_0x496542=_0x166490[_0x3b352d+0xb],_0x50aaf2=_0x166490[_0x3b352d+0xc],_0x2d0ca4=_0x166490[_0x3b352d+0xd],_0x2c09de=_0x166490[_0x3b352d+0xe],_0x1c9330=_0x166490[_0x3b352d+0xf],_0x253e95=_0x1d7b76[0x0],_0x218071=_0x1d7b76[0x1],_0x9d9080=_0x1d7b76[0x2],_0x2611c8=_0x1d7b76[0x3];_0x253e95=_0x1345bb(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x1b0a64,0x7,_0x224639[0x0]),_0x2611c8=_0x1345bb(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x106d3d,0xc,_0x224639[0x1]),_0x9d9080=_0x1345bb(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x51ddb1,0x11,_0x224639[0x2]),_0x218071=_0x1345bb(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x559b47,0x16,_0x224639[0x3]),_0x253e95=_0x1345bb(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x721a25,0x7,_0x224639[0x4]),_0x2611c8=_0x1345bb(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x2cadbc,0xc,_0x224639[0x5]),_0x9d9080=_0x1345bb(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x2c3217,0x11,_0x224639[0x6]),_0x218071=_0x1345bb(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x197811,0x16,_0x224639[0x7]),_0x253e95=_0x1345bb(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x48dad9,0x7,_0x224639[0x8]),_0x2611c8=_0x1345bb(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x4db7fd,0xc,_0x224639[0x9]),_0x9d9080=_0x1345bb(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x567287,0x11,_0x224639[0xa]),_0x218071=_0x1345bb(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x496542,0x16,_0x224639[0xb]),_0x253e95=_0x1345bb(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x50aaf2,0x7,_0x224639[0xc]),_0x2611c8=_0x1345bb(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x2d0ca4,0xc,_0x224639[0xd]),_0x9d9080=_0x1345bb(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x2c09de,0x11,_0x224639[0xe]),_0x218071=_0x1345bb(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x1c9330,0x16,_0x224639[0xf]),_0x253e95=_0x263a66(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x106d3d,0x5,_0x224639[0x10]),_0x2611c8=_0x263a66(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x2c3217,0x9,_0x224639[0x11]),_0x9d9080=_0x263a66(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x496542,0xe,_0x224639[0x12]),_0x218071=_0x263a66(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x1b0a64,0x14,_0x224639[0x13]),_0x253e95=_0x263a66(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x2cadbc,0x5,_0x224639[0x14]),_0x2611c8=_0x263a66(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x567287,0x9,_0x224639[0x15]),_0x9d9080=_0x263a66(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x1c9330,0xe,_0x224639[0x16]),_0x218071=_0x263a66(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x721a25,0x14,_0x224639[0x17]),_0x253e95=_0x263a66(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x4db7fd,0x5,_0x224639[0x18]),_0x2611c8=_0x263a66(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x2c09de,0x9,_0x224639[0x19]),_0x9d9080=_0x263a66(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x559b47,0xe,_0x224639[0x1a]),_0x218071=_0x263a66(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x48dad9,0x14,_0x224639[0x1b]),_0x253e95=_0x263a66(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x2d0ca4,0x5,_0x224639[0x1c]),_0x2611c8=_0x263a66(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x51ddb1,0x9,_0x224639[0x1d]),_0x9d9080=_0x263a66(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x197811,0xe,_0x224639[0x1e]),_0x218071=_0x263a66(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x50aaf2,0x14,_0x224639[0x1f]),_0x253e95=_0xf20b10(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x2cadbc,0x4,_0x224639[0x20]),_0x2611c8=_0xf20b10(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x48dad9,0xb,_0x224639[0x21]),_0x9d9080=_0xf20b10(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x496542,0x10,_0x224639[0x22]),_0x218071=_0xf20b10(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x2c09de,0x17,_0x224639[0x23]),_0x253e95=_0xf20b10(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x106d3d,0x4,_0x224639[0x24]),_0x2611c8=_0xf20b10(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x721a25,0xb,_0x224639[0x25]),_0x9d9080=_0xf20b10(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x197811,0x10,_0x224639[0x26]),_0x218071=_0xf20b10(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x567287,0x17,_0x224639[0x27]),_0x253e95=_0xf20b10(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x2d0ca4,0x4,_0x224639[0x28]),_0x2611c8=_0xf20b10(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x1b0a64,0xb,_0x224639[0x29]),_0x9d9080=_0xf20b10(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x559b47,0x10,_0x224639[0x2a]),_0x218071=_0xf20b10(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x2c3217,0x17,_0x224639[0x2b]),_0x253e95=_0xf20b10(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x4db7fd,0x4,_0x224639[0x2c]),_0x2611c8=_0xf20b10(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x50aaf2,0xb,_0x224639[0x2d]),_0x9d9080=_0xf20b10(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x1c9330,0x10,_0x224639[0x2e]),_0x218071=_0xf20b10(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x51ddb1,0x17,_0x224639[0x2f]),_0x253e95=_0x563b61(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x1b0a64,0x6,_0x224639[0x30]),_0x2611c8=_0x563b61(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x197811,0xa,_0x224639[0x31]),_0x9d9080=_0x563b61(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x2c09de,0xf,_0x224639[0x32]),_0x218071=_0x563b61(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x2cadbc,0x15,_0x224639[0x33]),_0x253e95=_0x563b61(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x50aaf2,0x6,_0x224639[0x34]),_0x2611c8=_0x563b61(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x559b47,0xa,_0x224639[0x35]),_0x9d9080=_0x563b61(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x567287,0xf,_0x224639[0x36]),_0x218071=_0x563b61(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x106d3d,0x15,_0x224639[0x37]),_0x253e95=_0x563b61(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x48dad9,0x6,_0x224639[0x38]),_0x2611c8=_0x563b61(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x1c9330,0xa,_0x224639[0x39]),_0x9d9080=_0x563b61(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x2c3217,0xf,_0x224639[0x3a]),_0x218071=_0x563b61(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x2d0ca4,0x15,_0x224639[0x3b]),_0x253e95=_0x563b61(_0x253e95,_0x218071,_0x9d9080,_0x2611c8,_0x721a25,0x6,_0x224639[0x3c]),_0x2611c8=_0x563b61(_0x2611c8,_0x253e95,_0x218071,_0x9d9080,_0x496542,0xa,_0x224639[0x3d]),_0x9d9080=_0x563b61(_0x9d9080,_0x2611c8,_0x253e95,_0x218071,_0x51ddb1,0xf,_0x224639[0x3e]),_0x218071=_0x563b61(_0x218071,_0x9d9080,_0x2611c8,_0x253e95,_0x4db7fd,0x15,_0x224639[0x3f]),_0x1d7b76[0x0]=_0x1d7b76[0x0]+_0x253e95|0x0,_0x1d7b76[0x1]=_0x1d7b76[0x1]+_0x218071|0x0,_0x1d7b76[0x2]=_0x1d7b76[0x2]+_0x9d9080|0x0,_0x1d7b76[0x3]=_0x1d7b76[0x3]+_0x2611c8|0x0;},'_doFinalize':function(){const _0x494b8d=_0x5c589f;var _0x25a82a=this['_data'],_0x3e4a35=_0x25a82a['words'],_0x1bcad7=this['_nDataBytes']*0x8,_0x2d34be=_0x25a82a[_0x494b8d(0x3d1)]*0x8;_0x3e4a35[_0x2d34be>>>0x5]|=0x80<<0x18-_0x2d34be%0x20;var _0x33c182=_0x2bb820[_0x494b8d(0x22d)](_0x1bcad7/0x100000000),_0x25a678=_0x1bcad7;_0x3e4a35[(_0x2d34be+0x40>>>0x9<<0x4)+0xf]=(_0x33c182<<0x8|_0x33c182>>>0x18)&0xff00ff|(_0x33c182<<0x18|_0x33c182>>>0x8)&0xff00ff00,_0x3e4a35[(_0x2d34be+0x40>>>0x9<<0x4)+0xe]=(_0x25a678<<0x8|_0x25a678>>>0x18)&0xff00ff|(_0x25a678<<0x18|_0x25a678>>>0x8)&0xff00ff00,_0x25a82a[_0x494b8d(0x3d1)]=(_0x3e4a35['length']+0x1)*0x4,this[_0x494b8d(0x399)]();for(var _0x474096=this[_0x494b8d(0x696)],_0x368b61=_0x474096['words'],_0x2b557a=0x0;_0x2b557a<0x4;_0x2b557a++){var _0x37c4c9=_0x368b61[_0x2b557a];_0x368b61[_0x2b557a]=(_0x37c4c9<<0x8|_0x37c4c9>>>0x18)&0xff00ff|(_0x37c4c9<<0x18|_0x37c4c9>>>0x8)&0xff00ff00;}return _0x474096;},'clone':function(){const _0x3b239=_0x5c589f;var _0x48aaea=_0x2a2ffd['clone'][_0x3b239(0x42b)](this);return _0x48aaea[_0x3b239(0x696)]=this[_0x3b239(0x696)]['clone'](),_0x48aaea;}});function _0x1345bb(_0x4c788c,_0x40d83e,_0x1117ed,_0x22fe98,_0xe754fa,_0x421c3c,_0x5d8164){var _0x299b5d=_0x4c788c+(_0x40d83e&_0x1117ed|~_0x40d83e&_0x22fe98)+_0xe754fa+_0x5d8164;return(_0x299b5d<<_0x421c3c|_0x299b5d>>>0x20-_0x421c3c)+_0x40d83e;}function _0x263a66(_0x46ec02,_0xa573b0,_0x4a3e81,_0x1142bc,_0x5895a9,_0x22e86b,_0x68e774){var _0x38690a=_0x46ec02+(_0xa573b0&_0x1142bc|_0x4a3e81&~_0x1142bc)+_0x5895a9+_0x68e774;return(_0x38690a<<_0x22e86b|_0x38690a>>>0x20-_0x22e86b)+_0xa573b0;}function _0xf20b10(_0xa86fdf,_0x5e8a01,_0x1eb4e6,_0x47ce1e,_0x1c6987,_0x45a446,_0x10f961){var _0x59c071=_0xa86fdf+(_0x5e8a01^_0x1eb4e6^_0x47ce1e)+_0x1c6987+_0x10f961;return(_0x59c071<<_0x45a446|_0x59c071>>>0x20-_0x45a446)+_0x5e8a01;}function _0x563b61(_0x3b44bf,_0x265c96,_0x5d5cda,_0x3eafd9,_0x1c4f3d,_0x5ff1c0,_0x537f63){var _0x2d5ec9=_0x3b44bf+(_0x5d5cda^(_0x265c96|~_0x3eafd9))+_0x1c4f3d+_0x537f63;return(_0x2d5ec9<<_0x5ff1c0|_0x2d5ec9>>>0x20-_0x5ff1c0)+_0x265c96;}_0xaaa588[_0x5c589f(0x436)]=_0x2a2ffd[_0x5c589f(0x4b1)](_0x4eafa2),_0xaaa588['HmacMD5']=_0x2a2ffd[_0x5c589f(0x634)](_0x4eafa2);}(Math),_0x51e3f['MD5'];}));}(_0x423679)),_0x423679[_0x5b7b4f(0x5a8)];}var _0xdb0482={'exports':{}},_0x3d2376={'exports':{}},_0x29ac90;function _0x5dad0d(){const _0x5cf9c2=_0x3a00cb;return _0x29ac90||(_0x29ac90=0x1,function(_0x4c0eca,_0x2081e4){(function(_0x4e2edb,_0x53e8a6){const _0x34b911=_0x5f13;_0x4c0eca[_0x34b911(0x5a8)]=_0x53e8a6(_0x13ef9e());}(_0x4194df,function(_0x56008e){const _0x35e36c=_0x5f13;return(function(){const _0x4e773e=_0x5f13;var _0x85b2a=_0x56008e,_0x3d4782=_0x85b2a[_0x4e773e(0x2f5)],_0x133d4e=_0x3d4782[_0x4e773e(0x30d)],_0x219caf=_0x3d4782[_0x4e773e(0x5e9)],_0x2fb237=_0x85b2a[_0x4e773e(0x459)],_0x3f8754=[],_0x49ba71=_0x2fb237['SHA1']=_0x219caf[_0x4e773e(0x533)]({'_doReset':function(){const _0x251003=_0x4e773e;this[_0x251003(0x696)]=new _0x133d4e[(_0x251003(0x447))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x161eec,_0x18ca83){const _0x54cbfe=_0x4e773e;for(var _0x5e6a44=this[_0x54cbfe(0x696)][_0x54cbfe(0x26b)],_0x2bf1b8=_0x5e6a44[0x0],_0x378a54=_0x5e6a44[0x1],_0x579236=_0x5e6a44[0x2],_0x1f06c3=_0x5e6a44[0x3],_0x172215=_0x5e6a44[0x4],_0x5b12cd=0x0;_0x5b12cd<0x50;_0x5b12cd++){if(_0x5b12cd<0x10)_0x3f8754[_0x5b12cd]=_0x161eec[_0x18ca83+_0x5b12cd]|0x0;else{var _0x15088f=_0x3f8754[_0x5b12cd-0x3]^_0x3f8754[_0x5b12cd-0x8]^_0x3f8754[_0x5b12cd-0xe]^_0x3f8754[_0x5b12cd-0x10];_0x3f8754[_0x5b12cd]=_0x15088f<<0x1|_0x15088f>>>0x1f;}var _0x2209b7=(_0x2bf1b8<<0x5|_0x2bf1b8>>>0x1b)+_0x172215+_0x3f8754[_0x5b12cd];_0x5b12cd<0x14?_0x2209b7+=(_0x378a54&_0x579236|~_0x378a54&_0x1f06c3)+0x5a827999:_0x5b12cd<0x28?_0x2209b7+=(_0x378a54^_0x579236^_0x1f06c3)+0x6ed9eba1:_0x5b12cd<0x3c?_0x2209b7+=(_0x378a54&_0x579236|_0x378a54&_0x1f06c3|_0x579236&_0x1f06c3)-0x70e44324:_0x2209b7+=(_0x378a54^_0x579236^_0x1f06c3)-0x359d3e2a,_0x172215=_0x1f06c3,_0x1f06c3=_0x579236,_0x579236=_0x378a54<<0x1e|_0x378a54>>>0x2,_0x378a54=_0x2bf1b8,_0x2bf1b8=_0x2209b7;}_0x5e6a44[0x0]=_0x5e6a44[0x0]+_0x2bf1b8|0x0,_0x5e6a44[0x1]=_0x5e6a44[0x1]+_0x378a54|0x0,_0x5e6a44[0x2]=_0x5e6a44[0x2]+_0x579236|0x0,_0x5e6a44[0x3]=_0x5e6a44[0x3]+_0x1f06c3|0x0,_0x5e6a44[0x4]=_0x5e6a44[0x4]+_0x172215|0x0;},'_doFinalize':function(){const _0x3cb62d=_0x4e773e;var _0x2429b5=this[_0x3cb62d(0x4b3)],_0x3a617c=_0x2429b5[_0x3cb62d(0x26b)],_0x522d39=this[_0x3cb62d(0x639)]*0x8,_0x57b288=_0x2429b5[_0x3cb62d(0x3d1)]*0x8;return _0x3a617c[_0x57b288>>>0x5]|=0x80<<0x18-_0x57b288%0x20,_0x3a617c[(_0x57b288+0x40>>>0x9<<0x4)+0xe]=Math['floor'](_0x522d39/0x100000000),_0x3a617c[(_0x57b288+0x40>>>0x9<<0x4)+0xf]=_0x522d39,_0x2429b5[_0x3cb62d(0x3d1)]=_0x3a617c['length']*0x4,this[_0x3cb62d(0x399)](),this[_0x3cb62d(0x696)];},'clone':function(){const _0x4ab45f=_0x4e773e;var _0x3355b5=_0x219caf[_0x4ab45f(0x380)][_0x4ab45f(0x42b)](this);return _0x3355b5[_0x4ab45f(0x696)]=this['_hash'][_0x4ab45f(0x380)](),_0x3355b5;}});_0x85b2a[_0x4e773e(0x237)]=_0x219caf['_createHelper'](_0x49ba71),_0x85b2a[_0x4e773e(0x289)]=_0x219caf['_createHmacHelper'](_0x49ba71);}()),_0x56008e[_0x35e36c(0x237)];}));}(_0x3d2376)),_0x3d2376[_0x5cf9c2(0x5a8)];}var _0x5001dd={'exports':{}},_0x18ee53;function _0x47a154(){const _0x710751=_0x3a00cb;return _0x18ee53||(_0x18ee53=0x1,function(_0x471225,_0x47431d){(function(_0x3ea8c1,_0xbe39a){_0x471225['exports']=_0xbe39a(_0x13ef9e());}(_0x4194df,function(_0x5b3c94){(function(){const _0x24f96a=_0x5f13;var _0x2225ad=_0x5b3c94,_0x4ad30d=_0x2225ad[_0x24f96a(0x2f5)],_0x50f32d=_0x4ad30d[_0x24f96a(0x57f)],_0xf3f125=_0x2225ad[_0x24f96a(0x2df)],_0x2c021b=_0xf3f125[_0x24f96a(0x5fe)],_0x12ab60=_0x2225ad['algo'];_0x12ab60['HMAC']=_0x50f32d[_0x24f96a(0x533)]({'init':function(_0x2c250a,_0x2fd7a9){const _0x248552=_0x24f96a;_0x2c250a=this[_0x248552(0x69a)]=new _0x2c250a[(_0x248552(0x447))](),typeof _0x2fd7a9==_0x248552(0x2b4)&&(_0x2fd7a9=_0x2c021b[_0x248552(0x3fe)](_0x2fd7a9));var _0xc235c3=_0x2c250a[_0x248552(0x410)],_0x38d1c8=_0xc235c3*0x4;_0x2fd7a9[_0x248552(0x3d1)]>_0x38d1c8&&(_0x2fd7a9=_0x2c250a[_0x248552(0x4d1)](_0x2fd7a9)),_0x2fd7a9[_0x248552(0x1f5)]();for(var _0x5501ba=this[_0x248552(0x24f)]=_0x2fd7a9[_0x248552(0x380)](),_0x1c7944=this[_0x248552(0x5d1)]=_0x2fd7a9[_0x248552(0x380)](),_0x2dc8b6=_0x5501ba['words'],_0x34c1a6=_0x1c7944[_0x248552(0x26b)],_0x4992c8=0x0;_0x4992c8<_0xc235c3;_0x4992c8++)_0x2dc8b6[_0x4992c8]^=0x5c5c5c5c,_0x34c1a6[_0x4992c8]^=0x36363636;_0x5501ba[_0x248552(0x3d1)]=_0x1c7944['sigBytes']=_0x38d1c8,this[_0x248552(0x28f)]();},'reset':function(){const _0x31f2c6=_0x24f96a;var _0x25d2d6=this['_hasher'];_0x25d2d6[_0x31f2c6(0x28f)](),_0x25d2d6[_0x31f2c6(0x562)](this[_0x31f2c6(0x5d1)]);},'update':function(_0x46c2a7){const _0x49b9d2=_0x24f96a;return this[_0x49b9d2(0x69a)][_0x49b9d2(0x562)](_0x46c2a7),this;},'finalize':function(_0x1c8355){const _0x17e93c=_0x24f96a;var _0x413e3c=this[_0x17e93c(0x69a)],_0x4d326b=_0x413e3c[_0x17e93c(0x4d1)](_0x1c8355);_0x413e3c[_0x17e93c(0x28f)]();var _0x173e85=_0x413e3c[_0x17e93c(0x4d1)](this[_0x17e93c(0x24f)][_0x17e93c(0x380)]()[_0x17e93c(0x549)](_0x4d326b));return _0x173e85;}});}());}));}(_0x5001dd)),_0x5001dd[_0x710751(0x5a8)];}var _0x10e2be;function _0x2f6337(){const _0x5f06f7=_0x3a00cb;return _0x10e2be||(_0x10e2be=0x1,function(_0x2e8af8,_0x59f2f7){(function(_0x459f8e,_0x2edb1e,_0x1ca3db){const _0x492331=_0x5f13;_0x2e8af8[_0x492331(0x5a8)]=_0x2edb1e(_0x13ef9e(),_0x5dad0d(),_0x47a154());}(_0x4194df,function(_0x4f0771){const _0x133696=_0x5f13;return(function(){const _0x4c8bd0=_0x5f13;var _0x20f18a=_0x4f0771,_0x23580c=_0x20f18a[_0x4c8bd0(0x2f5)],_0x33c881=_0x23580c[_0x4c8bd0(0x57f)],_0x4e16d9=_0x23580c[_0x4c8bd0(0x30d)],_0x37a477=_0x20f18a[_0x4c8bd0(0x459)],_0x5588f0=_0x37a477[_0x4c8bd0(0x436)],_0x35e766=_0x37a477[_0x4c8bd0(0x30e)]=_0x33c881[_0x4c8bd0(0x533)]({'cfg':_0x33c881[_0x4c8bd0(0x533)]({'keySize':0x80/0x20,'hasher':_0x5588f0,'iterations':0x1}),'init':function(_0x3440a3){const _0x5652cb=_0x4c8bd0;this[_0x5652cb(0x466)]=this[_0x5652cb(0x466)][_0x5652cb(0x533)](_0x3440a3);},'compute':function(_0x4e13cb,_0xd2b10e){const _0x48b588=_0x4c8bd0;for(var _0x4d1573,_0x190716=this[_0x48b588(0x466)],_0x6673b7=_0x190716['hasher']['create'](),_0x55a2f8=_0x4e16d9[_0x48b588(0x501)](),_0x53331f=_0x55a2f8[_0x48b588(0x26b)],_0x21d729=_0x190716['keySize'],_0x4eb200=_0x190716[_0x48b588(0x5b2)];_0x53331f[_0x48b588(0x422)]<_0x21d729;){_0x4d1573&&_0x6673b7[_0x48b588(0x562)](_0x4d1573),_0x4d1573=_0x6673b7[_0x48b588(0x562)](_0x4e13cb)[_0x48b588(0x4d1)](_0xd2b10e),_0x6673b7['reset']();for(var _0x32e206=0x1;_0x32e206<_0x4eb200;_0x32e206++)_0x4d1573=_0x6673b7[_0x48b588(0x4d1)](_0x4d1573),_0x6673b7[_0x48b588(0x28f)]();_0x55a2f8['concat'](_0x4d1573);}return _0x55a2f8[_0x48b588(0x3d1)]=_0x21d729*0x4,_0x55a2f8;}});_0x20f18a[_0x4c8bd0(0x30e)]=function(_0x2cf34c,_0x108ddd,_0x31121d){const _0xdedae=_0x4c8bd0;return _0x35e766[_0xdedae(0x501)](_0x31121d)['compute'](_0x2cf34c,_0x108ddd);};}()),_0x4f0771[_0x133696(0x30e)];}));}(_0xdb0482)),_0xdb0482[_0x5f06f7(0x5a8)];}var _0x29eccc={'exports':{}},_0x4a3656;function _0x5a292b(){const _0x334983=_0x3a00cb;return _0x4a3656||(_0x4a3656=0x1,function(_0x8454dd,_0x56af34){(function(_0x1aaf57,_0x148691,_0x2d5d9d){const _0x382b92=_0x5f13;_0x8454dd[_0x382b92(0x5a8)]=_0x148691(_0x13ef9e(),_0x2f6337());}(_0x4194df,function(_0x2733e0){const _0x6243bd=_0x5f13;_0x2733e0['lib'][_0x6243bd(0x636)]||function(_0x3cdfb0){const _0x535009=_0x6243bd;var _0x1cbdca=_0x2733e0,_0xf7886a=_0x1cbdca['lib'],_0x171ef6=_0xf7886a[_0x535009(0x57f)],_0x280d18=_0xf7886a[_0x535009(0x30d)],_0x21e913=_0xf7886a[_0x535009(0x492)],_0x574157=_0x1cbdca['enc'];_0x574157[_0x535009(0x5fe)];var _0x1eba93=_0x574157[_0x535009(0x411)],_0x786a7c=_0x1cbdca[_0x535009(0x459)],_0x265aea=_0x786a7c[_0x535009(0x30e)],_0x3a6be2=_0xf7886a[_0x535009(0x636)]=_0x21e913['extend']({'cfg':_0x171ef6[_0x535009(0x533)](),'createEncryptor':function(_0x13696b,_0x452018){const _0x3e9e26=_0x535009;return this[_0x3e9e26(0x501)](this['_ENC_XFORM_MODE'],_0x13696b,_0x452018);},'createDecryptor':function(_0x4811e9,_0x22041a){const _0x52d99d=_0x535009;return this[_0x52d99d(0x501)](this[_0x52d99d(0x669)],_0x4811e9,_0x22041a);},'init':function(_0x570399,_0x361638,_0x2f580f){const _0x365d03=_0x535009;this[_0x365d03(0x466)]=this[_0x365d03(0x466)]['extend'](_0x2f580f),this[_0x365d03(0x51a)]=_0x570399,this[_0x365d03(0x4b0)]=_0x361638,this[_0x365d03(0x28f)]();},'reset':function(){const _0x36c4ad=_0x535009;_0x21e913[_0x36c4ad(0x28f)][_0x36c4ad(0x42b)](this),this['_doReset']();},'process':function(_0x451d3d){const _0x15fefd=_0x535009;return this[_0x15fefd(0x63d)](_0x451d3d),this[_0x15fefd(0x399)]();},'finalize':function(_0x33733f){const _0x2dc509=_0x535009;_0x33733f&&this[_0x2dc509(0x63d)](_0x33733f);var _0x267f08=this[_0x2dc509(0x495)]();return _0x267f08;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x3af4f9(_0x6f0489){const _0x493209=_0x5f13;return typeof _0x6f0489==_0x493209(0x2b4)?_0x38ddda:_0x1a7193;}return function(_0x39ab07){return{'encrypt':function(_0x308c93,_0x317d3a,_0x3b51b9){return _0x3af4f9(_0x317d3a)['encrypt'](_0x39ab07,_0x308c93,_0x317d3a,_0x3b51b9);},'decrypt':function(_0x3eb34f,_0x4b8028,_0x42f796){return _0x3af4f9(_0x4b8028)['decrypt'](_0x39ab07,_0x3eb34f,_0x4b8028,_0x42f796);}};};}())});_0xf7886a[_0x535009(0x3ec)]=_0x3a6be2[_0x535009(0x533)]({'_doFinalize':function(){var _0x3595fe=this['_process'](!0x0);return _0x3595fe;},'blockSize':0x1});var _0x5cba40=_0x1cbdca[_0x535009(0x462)]={},_0x97f132=_0xf7886a[_0x535009(0x5e2)]=_0x171ef6[_0x535009(0x533)]({'createEncryptor':function(_0x1f09d7,_0xcdf285){const _0x25f4e2=_0x535009;return this[_0x25f4e2(0x3be)][_0x25f4e2(0x501)](_0x1f09d7,_0xcdf285);},'createDecryptor':function(_0x2b2a74,_0x250bb9){const _0x46db46=_0x535009;return this['Decryptor'][_0x46db46(0x501)](_0x2b2a74,_0x250bb9);},'init':function(_0x201caf,_0x1c800b){const _0x376b3f=_0x535009;this[_0x376b3f(0x691)]=_0x201caf,this[_0x376b3f(0x3f8)]=_0x1c800b;}}),_0x4da68f=_0x5cba40[_0x535009(0x2bb)]=(function(){const _0x3d48c4=_0x535009;var _0x1ddd99=_0x97f132[_0x3d48c4(0x533)]();_0x1ddd99[_0x3d48c4(0x3be)]=_0x1ddd99[_0x3d48c4(0x533)]({'processBlock':function(_0x6fc07a,_0x24e45f){const _0x1b84ac=_0x3d48c4;var _0xbaf708=this[_0x1b84ac(0x691)],_0x18af9f=_0xbaf708[_0x1b84ac(0x410)];_0x4d3c2d[_0x1b84ac(0x42b)](this,_0x6fc07a,_0x24e45f,_0x18af9f),_0xbaf708[_0x1b84ac(0x59b)](_0x6fc07a,_0x24e45f),this[_0x1b84ac(0x40a)]=_0x6fc07a[_0x1b84ac(0x3e3)](_0x24e45f,_0x24e45f+_0x18af9f);}}),_0x1ddd99['Decryptor']=_0x1ddd99[_0x3d48c4(0x533)]({'processBlock':function(_0x1a062b,_0x73debc){const _0x120a92=_0x3d48c4;var _0x3b54cc=this[_0x120a92(0x691)],_0x2d24da=_0x3b54cc[_0x120a92(0x410)],_0x4297c9=_0x1a062b[_0x120a92(0x3e3)](_0x73debc,_0x73debc+_0x2d24da);_0x3b54cc[_0x120a92(0x2bc)](_0x1a062b,_0x73debc),_0x4d3c2d['call'](this,_0x1a062b,_0x73debc,_0x2d24da),this[_0x120a92(0x40a)]=_0x4297c9;}});function _0x4d3c2d(_0x496bbd,_0x34657e,_0x386c34){const _0x17743c=_0x3d48c4;var _0x3ab50e,_0x8a6be0=this[_0x17743c(0x3f8)];_0x8a6be0?(_0x3ab50e=_0x8a6be0,this[_0x17743c(0x3f8)]=_0x3cdfb0):_0x3ab50e=this['_prevBlock'];for(var _0x286338=0x0;_0x286338<_0x386c34;_0x286338++)_0x496bbd[_0x34657e+_0x286338]^=_0x3ab50e[_0x286338];}return _0x1ddd99;}()),_0x53ecc5=_0x1cbdca[_0x535009(0x32e)]={},_0x24e596=_0x53ecc5[_0x535009(0x5cf)]={'pad':function(_0x3b393b,_0x3881b5){const _0xbbe262=_0x535009;for(var _0x148507=_0x3881b5*0x4,_0x2826d6=_0x148507-_0x3b393b[_0xbbe262(0x3d1)]%_0x148507,_0xeb8dd3=_0x2826d6<<0x18|_0x2826d6<<0x10|_0x2826d6<<0x8|_0x2826d6,_0x1e186e=[],_0x3b6e73=0x0;_0x3b6e73<_0x2826d6;_0x3b6e73+=0x4)_0x1e186e[_0xbbe262(0x64d)](_0xeb8dd3);var _0x4b0fe6=_0x280d18['create'](_0x1e186e,_0x2826d6);_0x3b393b[_0xbbe262(0x549)](_0x4b0fe6);},'unpad':function(_0x4e72f1){const _0x37ec65=_0x535009;var _0x4e4a68=_0x4e72f1[_0x37ec65(0x26b)][_0x4e72f1[_0x37ec65(0x3d1)]-0x1>>>0x2]&0xff;_0x4e72f1[_0x37ec65(0x3d1)]-=_0x4e4a68;}};_0xf7886a['BlockCipher']=_0x3a6be2[_0x535009(0x533)]({'cfg':_0x3a6be2[_0x535009(0x466)][_0x535009(0x533)]({'mode':_0x4da68f,'padding':_0x24e596}),'reset':function(){const _0x145aea=_0x535009;var _0x56c54c;_0x3a6be2[_0x145aea(0x28f)][_0x145aea(0x42b)](this);var _0x43ec8=this['cfg'],_0x5fe4cd=_0x43ec8['iv'],_0x9f28ac=_0x43ec8['mode'];this[_0x145aea(0x51a)]==this['_ENC_XFORM_MODE']?_0x56c54c=_0x9f28ac['createEncryptor']:(_0x56c54c=_0x9f28ac[_0x145aea(0x476)],this['_minBufferSize']=0x1),this['_mode']&&this[_0x145aea(0x644)][_0x145aea(0x3bd)]==_0x56c54c?this[_0x145aea(0x644)][_0x145aea(0x447)](this,_0x5fe4cd&&_0x5fe4cd[_0x145aea(0x26b)]):(this[_0x145aea(0x644)]=_0x56c54c[_0x145aea(0x42b)](_0x9f28ac,this,_0x5fe4cd&&_0x5fe4cd['words']),this['_mode'][_0x145aea(0x3bd)]=_0x56c54c);},'_doProcessBlock':function(_0x517a86,_0xd05b52){const _0x2c410d=_0x535009;this[_0x2c410d(0x644)][_0x2c410d(0x3ef)](_0x517a86,_0xd05b52);},'_doFinalize':function(){const _0xcbcaad=_0x535009;var _0x46ba8d,_0x3683cf=this[_0xcbcaad(0x466)][_0xcbcaad(0x665)];return this['_xformMode']==this[_0xcbcaad(0x3e0)]?(_0x3683cf[_0xcbcaad(0x32e)](this[_0xcbcaad(0x4b3)],this['blockSize']),_0x46ba8d=this[_0xcbcaad(0x399)](!0x0)):(_0x46ba8d=this[_0xcbcaad(0x399)](!0x0),_0x3683cf['unpad'](_0x46ba8d)),_0x46ba8d;},'blockSize':0x80/0x20});var _0x5add0e=_0xf7886a[_0x535009(0x532)]=_0x171ef6[_0x535009(0x533)]({'init':function(_0x5e3adc){const _0x5f5697=_0x535009;this[_0x5f5697(0x2b9)](_0x5e3adc);},'toString':function(_0x37d245){const _0x2f8235=_0x535009;return(_0x37d245||this[_0x2f8235(0x34a)])[_0x2f8235(0x2a3)](this);}}),_0x5a931e=_0x1cbdca[_0x535009(0x23d)]={},_0x16d1b5=_0x5a931e[_0x535009(0x4a2)]={'stringify':function(_0x1b90be){const _0x2f2a7e=_0x535009;var _0x2e7f98,_0x444fc=_0x1b90be[_0x2f2a7e(0x389)],_0x55ddfb=_0x1b90be[_0x2f2a7e(0x308)];return _0x55ddfb?_0x2e7f98=_0x280d18[_0x2f2a7e(0x501)]([0x53616c74,0x65645f5f])[_0x2f2a7e(0x549)](_0x55ddfb)['concat'](_0x444fc):_0x2e7f98=_0x444fc,_0x2e7f98[_0x2f2a7e(0x3fd)](_0x1eba93);},'parse':function(_0x4e8b12){const _0x4bc4e4=_0x535009;var _0x121eb2,_0x2f2f9e=_0x1eba93[_0x4bc4e4(0x3fe)](_0x4e8b12),_0x26c43d=_0x2f2f9e[_0x4bc4e4(0x26b)];return _0x26c43d[0x0]==0x53616c74&&_0x26c43d[0x1]==0x65645f5f&&(_0x121eb2=_0x280d18[_0x4bc4e4(0x501)](_0x26c43d[_0x4bc4e4(0x3e3)](0x2,0x4)),_0x26c43d[_0x4bc4e4(0x3a5)](0x0,0x4),_0x2f2f9e[_0x4bc4e4(0x3d1)]-=0x10),_0x5add0e[_0x4bc4e4(0x501)]({'ciphertext':_0x2f2f9e,'salt':_0x121eb2});}},_0x1a7193=_0xf7886a[_0x535009(0x1e8)]=_0x171ef6[_0x535009(0x533)]({'cfg':_0x171ef6[_0x535009(0x533)]({'format':_0x16d1b5}),'encrypt':function(_0x438f1d,_0x43fbf5,_0x2c5cbd,_0x37f317){const _0x5bc49c=_0x535009;_0x37f317=this[_0x5bc49c(0x466)][_0x5bc49c(0x533)](_0x37f317);var _0x171b29=_0x438f1d['createEncryptor'](_0x2c5cbd,_0x37f317),_0x91d8a4=_0x171b29[_0x5bc49c(0x4d1)](_0x43fbf5),_0x32fc33=_0x171b29[_0x5bc49c(0x466)];return _0x5add0e[_0x5bc49c(0x501)]({'ciphertext':_0x91d8a4,'key':_0x2c5cbd,'iv':_0x32fc33['iv'],'algorithm':_0x438f1d,'mode':_0x32fc33['mode'],'padding':_0x32fc33[_0x5bc49c(0x665)],'blockSize':_0x438f1d[_0x5bc49c(0x410)],'formatter':_0x37f317[_0x5bc49c(0x23d)]});},'decrypt':function(_0x38ca7c,_0x25678a,_0x3ce494,_0x3021c2){const _0x424405=_0x535009;_0x3021c2=this[_0x424405(0x466)]['extend'](_0x3021c2),_0x25678a=this[_0x424405(0x337)](_0x25678a,_0x3021c2[_0x424405(0x23d)]);var _0x18b459=_0x38ca7c['createDecryptor'](_0x3ce494,_0x3021c2)[_0x424405(0x4d1)](_0x25678a[_0x424405(0x389)]);return _0x18b459;},'_parse':function(_0xaaf6cf,_0x140c0f){const _0x3e3883=_0x535009;return typeof _0xaaf6cf==_0x3e3883(0x2b4)?_0x140c0f[_0x3e3883(0x3fe)](_0xaaf6cf,this):_0xaaf6cf;}}),_0x598730=_0x1cbdca[_0x535009(0x434)]={},_0x22fd50=_0x598730[_0x535009(0x4a2)]={'execute':function(_0x5bd9df,_0x2c6f93,_0x3fd02,_0x1cbdcd,_0x39d4b5){const _0x1a2de2=_0x535009;if(_0x1cbdcd||(_0x1cbdcd=_0x280d18[_0x1a2de2(0x4ab)](0x40/0x8)),_0x39d4b5)var _0x45482b=_0x265aea[_0x1a2de2(0x501)]({'keySize':_0x2c6f93+_0x3fd02,'hasher':_0x39d4b5})['compute'](_0x5bd9df,_0x1cbdcd);else var _0x45482b=_0x265aea[_0x1a2de2(0x501)]({'keySize':_0x2c6f93+_0x3fd02})['compute'](_0x5bd9df,_0x1cbdcd);var _0x590747=_0x280d18[_0x1a2de2(0x501)](_0x45482b['words'][_0x1a2de2(0x3e3)](_0x2c6f93),_0x3fd02*0x4);return _0x45482b[_0x1a2de2(0x3d1)]=_0x2c6f93*0x4,_0x5add0e['create']({'key':_0x45482b,'iv':_0x590747,'salt':_0x1cbdcd});}},_0x38ddda=_0xf7886a[_0x535009(0x4c3)]=_0x1a7193['extend']({'cfg':_0x1a7193[_0x535009(0x466)][_0x535009(0x533)]({'kdf':_0x22fd50}),'encrypt':function(_0x20c73d,_0x4ee3df,_0x206c6d,_0xa98f8f){const _0x3d1e5f=_0x535009;_0xa98f8f=this[_0x3d1e5f(0x466)][_0x3d1e5f(0x533)](_0xa98f8f);var _0x52e9ba=_0xa98f8f[_0x3d1e5f(0x434)]['execute'](_0x206c6d,_0x20c73d[_0x3d1e5f(0x4f6)],_0x20c73d[_0x3d1e5f(0x4cc)],_0xa98f8f[_0x3d1e5f(0x308)],_0xa98f8f[_0x3d1e5f(0x1eb)]);_0xa98f8f['iv']=_0x52e9ba['iv'];var _0x57b574=_0x1a7193['encrypt'][_0x3d1e5f(0x42b)](this,_0x20c73d,_0x4ee3df,_0x52e9ba['key'],_0xa98f8f);return _0x57b574[_0x3d1e5f(0x2b9)](_0x52e9ba),_0x57b574;},'decrypt':function(_0x36dd93,_0x39a144,_0x4e01d9,_0x5235f0){const _0x2ede16=_0x535009;_0x5235f0=this[_0x2ede16(0x466)][_0x2ede16(0x533)](_0x5235f0),_0x39a144=this[_0x2ede16(0x337)](_0x39a144,_0x5235f0[_0x2ede16(0x23d)]);var _0xe05d6d=_0x5235f0[_0x2ede16(0x434)]['execute'](_0x4e01d9,_0x36dd93[_0x2ede16(0x4f6)],_0x36dd93[_0x2ede16(0x4cc)],_0x39a144[_0x2ede16(0x308)],_0x5235f0[_0x2ede16(0x1eb)]);_0x5235f0['iv']=_0xe05d6d['iv'];var _0x3e8059=_0x1a7193[_0x2ede16(0x5ed)][_0x2ede16(0x42b)](this,_0x36dd93,_0x39a144,_0xe05d6d['key'],_0x5235f0);return _0x3e8059;}});}();}));}(_0x29eccc)),_0x29eccc[_0x334983(0x5a8)];}(function(_0x848c52,_0x6eb2a2){(function(_0x56fae9,_0x4014dd,_0xe3a68){const _0x224b81=_0x5f13;_0x848c52[_0x224b81(0x5a8)]=_0x4014dd(_0x13ef9e(),_0x75109c(),_0x144c2a(),_0x2f6337(),_0x5a292b());}(_0x4194df,function(_0x31d7f2){const _0x3407be=_0x5f13;return(function(){const _0x5be15b=_0x5f13;var _0x1c092a=_0x31d7f2,_0x558293=_0x1c092a[_0x5be15b(0x2f5)],_0x5f0978=_0x558293[_0x5be15b(0x594)],_0x4643f6=_0x1c092a[_0x5be15b(0x459)],_0xd035a0=[],_0x945888=[],_0x47d1e8=[],_0x4146b9=[],_0x5267bf=[],_0x356c1c=[],_0x1343d8=[],_0x5e1eca=[],_0x531632=[],_0x2be4a2=[];(function(){for(var _0x155dd8=[],_0x4e23c8=0x0;_0x4e23c8<0x100;_0x4e23c8++)_0x4e23c8<0x80?_0x155dd8[_0x4e23c8]=_0x4e23c8<<0x1:_0x155dd8[_0x4e23c8]=_0x4e23c8<<0x1^0x11b;for(var _0x422d3a=0x0,_0x5306dc=0x0,_0x4e23c8=0x0;_0x4e23c8<0x100;_0x4e23c8++){var _0x324c1e=_0x5306dc^_0x5306dc<<0x1^_0x5306dc<<0x2^_0x5306dc<<0x3^_0x5306dc<<0x4;_0x324c1e=_0x324c1e>>>0x8^_0x324c1e&0xff^0x63,_0xd035a0[_0x422d3a]=_0x324c1e,_0x945888[_0x324c1e]=_0x422d3a;var _0x2af68e=_0x155dd8[_0x422d3a],_0xc16300=_0x155dd8[_0x2af68e],_0x2a38f8=_0x155dd8[_0xc16300],_0x342c7a=_0x155dd8[_0x324c1e]*0x101^_0x324c1e*0x1010100;_0x47d1e8[_0x422d3a]=_0x342c7a<<0x18|_0x342c7a>>>0x8,_0x4146b9[_0x422d3a]=_0x342c7a<<0x10|_0x342c7a>>>0x10,_0x5267bf[_0x422d3a]=_0x342c7a<<0x8|_0x342c7a>>>0x18,_0x356c1c[_0x422d3a]=_0x342c7a;var _0x342c7a=_0x2a38f8*0x1010101^_0xc16300*0x10001^_0x2af68e*0x101^_0x422d3a*0x1010100;_0x1343d8[_0x324c1e]=_0x342c7a<<0x18|_0x342c7a>>>0x8,_0x5e1eca[_0x324c1e]=_0x342c7a<<0x10|_0x342c7a>>>0x10,_0x531632[_0x324c1e]=_0x342c7a<<0x8|_0x342c7a>>>0x18,_0x2be4a2[_0x324c1e]=_0x342c7a,_0x422d3a?(_0x422d3a=_0x2af68e^_0x155dd8[_0x155dd8[_0x155dd8[_0x2a38f8^_0x2af68e]]],_0x5306dc^=_0x155dd8[_0x155dd8[_0x5306dc]]):_0x422d3a=_0x5306dc=0x1;}}());var _0x551274=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x517d05=_0x4643f6['AES']=_0x5f0978[_0x5be15b(0x533)]({'_doReset':function(){const _0x450008=_0x5be15b;var _0x26b3cc;if(!(this[_0x450008(0x5d3)]&&this[_0x450008(0x250)]===this[_0x450008(0x4b0)])){for(var _0x216f37=this[_0x450008(0x250)]=this[_0x450008(0x4b0)],_0x480c33=_0x216f37[_0x450008(0x26b)],_0x4ca22e=_0x216f37['sigBytes']/0x4,_0x29c140=this[_0x450008(0x5d3)]=_0x4ca22e+0x6,_0x2b3f70=(_0x29c140+0x1)*0x4,_0x47a950=this[_0x450008(0x561)]=[],_0x585062=0x0;_0x585062<_0x2b3f70;_0x585062++)_0x585062<_0x4ca22e?_0x47a950[_0x585062]=_0x480c33[_0x585062]:(_0x26b3cc=_0x47a950[_0x585062-0x1],_0x585062%_0x4ca22e?_0x4ca22e>0x6&&_0x585062%_0x4ca22e==0x4&&(_0x26b3cc=_0xd035a0[_0x26b3cc>>>0x18]<<0x18|_0xd035a0[_0x26b3cc>>>0x10&0xff]<<0x10|_0xd035a0[_0x26b3cc>>>0x8&0xff]<<0x8|_0xd035a0[_0x26b3cc&0xff]):(_0x26b3cc=_0x26b3cc<<0x8|_0x26b3cc>>>0x18,_0x26b3cc=_0xd035a0[_0x26b3cc>>>0x18]<<0x18|_0xd035a0[_0x26b3cc>>>0x10&0xff]<<0x10|_0xd035a0[_0x26b3cc>>>0x8&0xff]<<0x8|_0xd035a0[_0x26b3cc&0xff],_0x26b3cc^=_0x551274[_0x585062/_0x4ca22e|0x0]<<0x18),_0x47a950[_0x585062]=_0x47a950[_0x585062-_0x4ca22e]^_0x26b3cc);for(var _0x1c7e4d=this[_0x450008(0x424)]=[],_0x478a9d=0x0;_0x478a9d<_0x2b3f70;_0x478a9d++){var _0x585062=_0x2b3f70-_0x478a9d;if(_0x478a9d%0x4)var _0x26b3cc=_0x47a950[_0x585062];else var _0x26b3cc=_0x47a950[_0x585062-0x4];_0x478a9d<0x4||_0x585062<=0x4?_0x1c7e4d[_0x478a9d]=_0x26b3cc:_0x1c7e4d[_0x478a9d]=_0x1343d8[_0xd035a0[_0x26b3cc>>>0x18]]^_0x5e1eca[_0xd035a0[_0x26b3cc>>>0x10&0xff]]^_0x531632[_0xd035a0[_0x26b3cc>>>0x8&0xff]]^_0x2be4a2[_0xd035a0[_0x26b3cc&0xff]];}}},'encryptBlock':function(_0x3b719a,_0x4cf27f){this['_doCryptBlock'](_0x3b719a,_0x4cf27f,this['_keySchedule'],_0x47d1e8,_0x4146b9,_0x5267bf,_0x356c1c,_0xd035a0);},'decryptBlock':function(_0x56c761,_0x2f676f){const _0x2ecbe1=_0x5be15b;var _0x3cfff1=_0x56c761[_0x2f676f+0x1];_0x56c761[_0x2f676f+0x1]=_0x56c761[_0x2f676f+0x3],_0x56c761[_0x2f676f+0x3]=_0x3cfff1,this[_0x2ecbe1(0x3a8)](_0x56c761,_0x2f676f,this['_invKeySchedule'],_0x1343d8,_0x5e1eca,_0x531632,_0x2be4a2,_0x945888);var _0x3cfff1=_0x56c761[_0x2f676f+0x1];_0x56c761[_0x2f676f+0x1]=_0x56c761[_0x2f676f+0x3],_0x56c761[_0x2f676f+0x3]=_0x3cfff1;},'_doCryptBlock':function(_0x19861a,_0x1749e0,_0x4afd86,_0x2ce3c4,_0x42c08c,_0xbeca19,_0x323bc8,_0x2b3500){const _0x359842=_0x5be15b;for(var _0x51ab87=this[_0x359842(0x5d3)],_0xeb7bfb=_0x19861a[_0x1749e0]^_0x4afd86[0x0],_0x2141a0=_0x19861a[_0x1749e0+0x1]^_0x4afd86[0x1],_0x3d88d3=_0x19861a[_0x1749e0+0x2]^_0x4afd86[0x2],_0x549142=_0x19861a[_0x1749e0+0x3]^_0x4afd86[0x3],_0x170f50=0x4,_0x11eccb=0x1;_0x11eccb<_0x51ab87;_0x11eccb++){var _0x5424e8=_0x2ce3c4[_0xeb7bfb>>>0x18]^_0x42c08c[_0x2141a0>>>0x10&0xff]^_0xbeca19[_0x3d88d3>>>0x8&0xff]^_0x323bc8[_0x549142&0xff]^_0x4afd86[_0x170f50++],_0x36bb08=_0x2ce3c4[_0x2141a0>>>0x18]^_0x42c08c[_0x3d88d3>>>0x10&0xff]^_0xbeca19[_0x549142>>>0x8&0xff]^_0x323bc8[_0xeb7bfb&0xff]^_0x4afd86[_0x170f50++],_0x37648b=_0x2ce3c4[_0x3d88d3>>>0x18]^_0x42c08c[_0x549142>>>0x10&0xff]^_0xbeca19[_0xeb7bfb>>>0x8&0xff]^_0x323bc8[_0x2141a0&0xff]^_0x4afd86[_0x170f50++],_0x39f681=_0x2ce3c4[_0x549142>>>0x18]^_0x42c08c[_0xeb7bfb>>>0x10&0xff]^_0xbeca19[_0x2141a0>>>0x8&0xff]^_0x323bc8[_0x3d88d3&0xff]^_0x4afd86[_0x170f50++];_0xeb7bfb=_0x5424e8,_0x2141a0=_0x36bb08,_0x3d88d3=_0x37648b,_0x549142=_0x39f681;}var _0x5424e8=(_0x2b3500[_0xeb7bfb>>>0x18]<<0x18|_0x2b3500[_0x2141a0>>>0x10&0xff]<<0x10|_0x2b3500[_0x3d88d3>>>0x8&0xff]<<0x8|_0x2b3500[_0x549142&0xff])^_0x4afd86[_0x170f50++],_0x36bb08=(_0x2b3500[_0x2141a0>>>0x18]<<0x18|_0x2b3500[_0x3d88d3>>>0x10&0xff]<<0x10|_0x2b3500[_0x549142>>>0x8&0xff]<<0x8|_0x2b3500[_0xeb7bfb&0xff])^_0x4afd86[_0x170f50++],_0x37648b=(_0x2b3500[_0x3d88d3>>>0x18]<<0x18|_0x2b3500[_0x549142>>>0x10&0xff]<<0x10|_0x2b3500[_0xeb7bfb>>>0x8&0xff]<<0x8|_0x2b3500[_0x2141a0&0xff])^_0x4afd86[_0x170f50++],_0x39f681=(_0x2b3500[_0x549142>>>0x18]<<0x18|_0x2b3500[_0xeb7bfb>>>0x10&0xff]<<0x10|_0x2b3500[_0x2141a0>>>0x8&0xff]<<0x8|_0x2b3500[_0x3d88d3&0xff])^_0x4afd86[_0x170f50++];_0x19861a[_0x1749e0]=_0x5424e8,_0x19861a[_0x1749e0+0x1]=_0x36bb08,_0x19861a[_0x1749e0+0x2]=_0x37648b,_0x19861a[_0x1749e0+0x3]=_0x39f681;},'keySize':0x100/0x20});_0x1c092a[_0x5be15b(0x60c)]=_0x5f0978[_0x5be15b(0x4b1)](_0x517d05);}()),_0x31d7f2[_0x3407be(0x60c)];}));}(_0x1fb61c));var _0x58a2f9=_0x1fb61c['exports'];const _0x5b931c=_0x5d4b7b(_0x58a2f9);var _0x3861bb=_0x75109c();const _0x31d44a=_0x5d4b7b(_0x3861bb);var _0x28f5da={'exports':{}};(function(_0xaf7596,_0x433c06){(function(_0x1d1fbf,_0x4a5f62){const _0x42a2f0=_0x5f13;_0xaf7596[_0x42a2f0(0x5a8)]=_0x4a5f62(_0x13ef9e());}(_0x4194df,function(_0x2c099c){const _0x1bd981=_0x5f13;return _0x2c099c[_0x1bd981(0x2df)][_0x1bd981(0x5fe)];}));}(_0x28f5da));var _0x3837da=_0x28f5da[_0x3a00cb(0x5a8)];const _0x12a886=_0x5d4b7b(_0x3837da);var _0x45db3a={'exports':{}};(function(_0x2577ff,_0x488f7b){(function(_0xb4bc39,_0x58ab53){_0x2577ff['exports']=_0x58ab53(_0x13ef9e());}(_0x4194df,function(_0x4f8da0){const _0x11ad66=_0x5f13;return(function(){const _0x2738cb=_0x5f13;if(typeof ArrayBuffer==_0x2738cb(0x5d7)){var _0x59c02e=_0x4f8da0,_0x5cfa57=_0x59c02e[_0x2738cb(0x2f5)],_0xf7311b=_0x5cfa57[_0x2738cb(0x30d)],_0x2ba60c=_0xf7311b[_0x2738cb(0x447)],_0x5b0eee=_0xf7311b[_0x2738cb(0x447)]=function(_0x5c95b3){const _0x336391=_0x2738cb;if(_0x5c95b3 instanceof ArrayBuffer&&(_0x5c95b3=new Uint8Array(_0x5c95b3)),(_0x5c95b3 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x5c95b3 instanceof Uint8ClampedArray||_0x5c95b3 instanceof Int16Array||_0x5c95b3 instanceof Uint16Array||_0x5c95b3 instanceof Int32Array||_0x5c95b3 instanceof Uint32Array||_0x5c95b3 instanceof Float32Array||_0x5c95b3 instanceof Float64Array)&&(_0x5c95b3=new Uint8Array(_0x5c95b3['buffer'],_0x5c95b3[_0x336391(0x52c)],_0x5c95b3[_0x336391(0x599)])),_0x5c95b3 instanceof Uint8Array){for(var _0x1c72f4=_0x5c95b3[_0x336391(0x599)],_0x526b63=[],_0x399588=0x0;_0x399588<_0x1c72f4;_0x399588++)_0x526b63[_0x399588>>>0x2]|=_0x5c95b3[_0x399588]<<0x18-_0x399588%0x4*0x8;_0x2ba60c['call'](this,_0x526b63,_0x1c72f4);}else _0x2ba60c[_0x336391(0x48d)](this,arguments);};_0x5b0eee['prototype']=_0xf7311b;}}()),_0x4f8da0[_0x11ad66(0x2f5)]['WordArray'];}));}(_0x45db3a));var _0x16fa8f=_0x45db3a[_0x3a00cb(0x5a8)];const _0x385537=_0x5d4b7b(_0x16fa8f);var _0x4e63b5={'exports':{}};(function(_0x417b13,_0x665f82){(function(_0x2ae966,_0x51512c,_0x368c65){const _0x4297f5=_0x5f13;_0x417b13[_0x4297f5(0x5a8)]=_0x51512c(_0x13ef9e(),_0x5a292b());}(_0x4194df,function(_0x2cc8f3){const _0x1270a6=_0x5f13;return _0x2cc8f3[_0x1270a6(0x32e)][_0x1270a6(0x249)]={'pad':function(){},'unpad':function(){}},_0x2cc8f3[_0x1270a6(0x32e)][_0x1270a6(0x249)];}));}(_0x4e63b5));var _0x2ec024=_0x4e63b5[_0x3a00cb(0x5a8)];const _0x320851=_0x5d4b7b(_0x2ec024);function _0x24db74(_0x52b585,_0x381df8){const _0x208fb0=_0x3a00cb,_0x2cb9eb=_0x381df8-_0x52b585[_0x208fb0(0x422)]%_0x381df8,_0x15c99d=String[_0x208fb0(0x316)](_0x2cb9eb)[_0x208fb0(0x32f)](_0x2cb9eb);return _0x52b585+_0x15c99d;}function _0x2993e3(_0xeb4289,_0x176b37){const _0x2d2737=_0x3a00cb,_0xcea84a=_0x385537[_0x2d2737(0x4ab)](0x10),_0x1e4b59=_0x24db74(_0xeb4289,0x10),_0x598f80=_0x5b931c[_0x2d2737(0x52f)](_0x12a886['parse'](_0x1e4b59),_0x31d44a[_0x2d2737(0x3fe)](_0x176b37),{'iv':_0xcea84a,'padding':_0x320851});return _0xcea84a[_0x2d2737(0x549)](_0x598f80[_0x2d2737(0x389)])[_0x2d2737(0x3fd)](_0x31d44a);}function _0x47ea69(){const _0x14c1b2=_0x3a00cb,_0x37da90=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)['__Key__'];if(_0x37da90){const _0x37b5f8={'time':Math[_0x14c1b2(0x22d)](Date[_0x14c1b2(0x458)]()/0x3e8),'domain':location[_0x14c1b2(0x61b)]};return _0x2993e3(JSON['stringify'](_0x37b5f8),_0x37da90);}}var _0x4bc71d=Object[_0x3a00cb(0x43c)],_0x5f51be=Object[_0x3a00cb(0x637)],_0x1557ec=(_0x33bc59,_0x177c65,_0x443b2a,_0x55d97f)=>{const _0x34ccd4=_0x3a00cb;for(var _0x460c9b=_0x55d97f>0x1?void 0x0:_0x55d97f?_0x5f51be(_0x177c65,_0x443b2a):_0x177c65,_0xc67b65=_0x33bc59[_0x34ccd4(0x422)]-0x1,_0x1ca470;_0xc67b65>=0x0;_0xc67b65--)(_0x1ca470=_0x33bc59[_0xc67b65])&&(_0x460c9b=(_0x55d97f?_0x1ca470(_0x177c65,_0x443b2a,_0x460c9b):_0x1ca470(_0x460c9b))||_0x460c9b);return _0x55d97f&&_0x460c9b&&_0x4bc71d(_0x177c65,_0x443b2a,_0x460c9b),_0x460c9b;},_0x5f1c67=(_0x1546b3,_0x33e41f)=>(_0x28afc0,_0x3be761)=>_0x33e41f(_0x28afc0,_0x3be761,_0x1546b3);let _0xf8043f=class{constructor(_0x4d5b93){const _0x44cc77=_0x3a00cb;this['_httpService']=_0x4d5b93,this[_0x44cc77(0x221)]();}[_0x3a00cb(0x221)](){const _0x5e4b37=_0x3a00cb;this[_0x5e4b37(0x1f6)]['registerHTTPInterceptor']({'interceptor':(_0x2c81de,_0x84dc65)=>{const _0x6eee75=_0x5e4b37,_0x288dc4=_0x2c81de[_0x6eee75(0x4f1)],_0x22a417=_0x47ea69();return _0x22a417&&_0x288dc4[_0x6eee75(0x4cf)](_0x6eee75(0x27d),_0x22a417),_0x84dc65(_0x2c81de);}});}};_0xf8043f=_0x1557ec([_0x5f1c67(0x0,_0x1330ba[_0x3a00cb(0x217)](_0x3aa4be['HTTPService']))],_0xf8043f);var _0x10e79e=Object[_0x3a00cb(0x43c)],_0x28b300=Object['getOwnPropertyDescriptor'],_0x3540a3=(_0x53a3c5,_0x1691e3,_0x430d0e,_0x5946ce)=>{const _0x4a5b38=_0x3a00cb;for(var _0x4c93fd=_0x5946ce>0x1?void 0x0:_0x5946ce?_0x28b300(_0x1691e3,_0x430d0e):_0x1691e3,_0x16d825=_0x53a3c5[_0x4a5b38(0x422)]-0x1,_0x2269bb;_0x16d825>=0x0;_0x16d825--)(_0x2269bb=_0x53a3c5[_0x16d825])&&(_0x4c93fd=(_0x5946ce?_0x2269bb(_0x1691e3,_0x430d0e,_0x4c93fd):_0x2269bb(_0x4c93fd))||_0x4c93fd);return _0x5946ce&&_0x4c93fd&&_0x10e79e(_0x1691e3,_0x430d0e,_0x4c93fd),_0x4c93fd;},_0x5f43df=(_0xdfbe50,_0x2c1c3f)=>(_0x16c6fd,_0x10a932)=>_0x2c1c3f(_0x16c6fd,_0x10a932,_0xdfbe50);const _0x3cb415=['image/png',_0x3a00cb(0x360),_0x3a00cb(0x484),_0x3a00cb(0x3ee),_0x3a00cb(0x4a8)],_0x215f3a=0x5*0x400*0x400,_0x141fbe=_0x3a00cb(0x649),_0x45fa11=_0x3a00cb(0x228),_0x2d2b05='EXCHANGE_SIGN_URL_SERVER_URL_KEY',_0x254883=_0x3a00cb(0x490);_0x5aeb12[_0x3a00cb(0x2ea)]=class{constructor(_0x3c514b,_0x4127f8,_0x1ad3cc){const _0x32582f=_0x3a00cb;_0x2eb009(this,_0x32582f(0x406),0x0),_0x2eb009(this,_0x32582f(0x488),new _0x1eddba['Subject']()),_0x2eb009(this,_0x32582f(0x2ac),this[_0x32582f(0x488)]),_0x2eb009(this,_0x32582f(0x5d5),new Map()),(this['_httpService']=_0x3c514b,this[_0x32582f(0x4ce)]=_0x4127f8,this['_univerInstanceService']=_0x1ad3cc);}[_0x3a00cb(0x632)](_0xfc625a){const _0x56dd81=_0x3a00cb;this[_0x56dd81(0x406)]=_0xfc625a,this[_0x56dd81(0x488)]['next'](_0xfc625a);}[_0x3a00cb(0x610)](_0x280e11,_0x251b3a){const _0x39906d=_0x3a00cb;if(_0x251b3a===_0x29456d[_0x39906d(0x1ed)][_0x39906d(0x213)]){const _0x281ab1=new Image();return _0x281ab1[_0x39906d(0x224)]=_0x280e11,_0x281ab1;}return this[_0x39906d(0x5d5)][_0x39906d(0x4bf)](_0x280e11);}['addImageSourceCache'](_0x1fdeba,_0x3c7eff,_0x515906){_0x3c7eff===_0x29456d['ImageSourceType']['BASE64']||_0x515906==null||this['_imageSourceCache']['set'](_0x1fdeba,_0x515906);}async['getImage'](_0x52f26c){const _0x1c2e70=_0x3a00cb;try{const _0x46dcf0=this[_0x1c2e70(0x66a)](this[_0x1c2e70(0x3f1)](),''+_0x52f26c),_0x383116=(await this['_httpService'][_0x1c2e70(0x4bf)](_0x46dcf0))['body'];if(_0x383116[_0x1c2e70(0x50f)]&&_0x383116[_0x1c2e70(0x50f)][_0x1c2e70(0x3db)]===_0xcce604['OK']){const _0x1be16c=new URL(_0x383116['url'],this[_0x1c2e70(0x361)]())[_0x1c2e70(0x3fd)]();return Promise['resolve'](_0x1be16c);}return Promise[_0x1c2e70(0x54b)](_0x383116[_0x1c2e70(0x50f)]);}catch(_0x270a2e){return Promise[_0x1c2e70(0x54b)](_0x270a2e);}}async[_0x3a00cb(0x650)](_0x3fac96){const _0x3cf6e0=_0x3a00cb;let _0x4c2295='';if(!_0x3cb415['includes'](_0x3fac96[_0x3cf6e0(0x651)]))return this[_0x3cf6e0(0x676)](),Promise[_0x3cf6e0(0x54b)](new Error(_0x29456d[_0x3cf6e0(0x4cd)]['ERROR_IMAGE_TYPE']));if(_0x3fac96[_0x3cf6e0(0x3af)]>_0x215f3a)return this[_0x3cf6e0(0x676)](),Promise['reject'](new Error(_0x29456d['ImageUploadStatusType'][_0x3cf6e0(0x506)]));try{const _0x16d387=new FormData();_0x16d387[_0x3cf6e0(0x4a0)](_0x3cf6e0(0x234),_0x3fac96);const _0x2567ab=this['_univerInstanceService']['getFocusedUnit'](),_0x5a0973=_0x2567ab==null?void 0x0:_0x2567ab[_0x3cf6e0(0x259)]();if(!_0x5a0973)throw new Error(_0x3cf6e0(0x404));const _0x3476b3=this[_0x3cf6e0(0x3e8)]()+_0x3cf6e0(0x470)+_0x3fac96[_0x3cf6e0(0x3af)]['toString']()+_0x3cf6e0(0x678)+_0x322ebc[_0x3cf6e0(0x5a2)]+_0x3cf6e0(0x5b3)+encodeURIComponent(_0x5a0973),_0x18682f=await(await fetch(_0x3476b3,{'method':_0x3cf6e0(0x5c0),'body':_0x16d387}))[_0x3cf6e0(0x417)]();if(typeof _0x18682f['FileId']!=_0x3cf6e0(0x2b4))return this[_0x3cf6e0(0x676)](),Promise[_0x3cf6e0(0x54b)](new Error(_0x29456d[_0x3cf6e0(0x4cd)][_0x3cf6e0(0x341)]));_0x4c2295=_0x18682f[_0x3cf6e0(0x1fa)];}catch{return this[_0x3cf6e0(0x676)](),Promise[_0x3cf6e0(0x54b)](new Error(_0x29456d[_0x3cf6e0(0x4cd)][_0x3cf6e0(0x341)]));}return new Promise((_0x3c53d0,_0x2efb50)=>{const _0x4247ec=_0x3cf6e0,_0x416206=new FileReader();_0x416206['readAsDataURL'](_0x3fac96),_0x416206[_0x4247ec(0x5eb)]=_0x34da09=>{const _0x10c9f9=_0x4247ec;var _0x3cdc47;const _0x45180a=(_0x3cdc47=_0x34da09[_0x10c9f9(0x628)])==null?void 0x0:_0x3cdc47[_0x10c9f9(0x521)];if(_0x45180a==null){this[_0x10c9f9(0x676)](),_0x2efb50(new Error(_0x29456d['ImageUploadStatusType'][_0x10c9f9(0x341)]));return;}const _0x4e1961=_0x1330ba['Tools'][_0x10c9f9(0x25a)](0x6);_0x3c53d0({'imageId':_0x4e1961,'imageSourceType':_0x29456d[_0x10c9f9(0x1ed)][_0x10c9f9(0x37e)],'source':_0x4c2295,'base64Cache':_0x45180a,'status':_0x29456d[_0x10c9f9(0x4cd)]['SUCCUSS']}),this['_decreaseWaiting']();};});}['_getUploadFileURL'](){const _0x2075db=_0x3a00cb;var _0x110e1e,_0x363809;const _0x274821=this[_0x2075db(0x4ce)][_0x2075db(0x4fc)](_0x141fbe),_0x10d382=this[_0x2075db(0x4ce)]['getConfig'](_0x37cfeb);return(_0x363809=(_0x110e1e=_0x10d382==null?void 0x0:_0x10d382[_0x2075db(0x54f)])!=null?_0x110e1e:_0x274821)!=null?_0x363809:_0x45fa11;}[_0x3a00cb(0x3f1)](){const _0x31e878=_0x3a00cb;var _0x4b69e6,_0x41bd33;const _0x294f09=this['_configService'][_0x31e878(0x4fc)](_0x2d2b05),_0x14d6ff=this[_0x31e878(0x4ce)][_0x31e878(0x4fc)](_0x37cfeb);return(_0x41bd33=(_0x4b69e6=_0x14d6ff==null?void 0x0:_0x14d6ff[_0x31e878(0x385)])!=null?_0x4b69e6:_0x294f09)!=null?_0x41bd33:_0x254883;}['_getDownloadEndpointURL'](){var _0x12891f;const _0x52da44=this['_configService']['getConfig'](_0x37cfeb);return(_0x12891f=_0x52da44==null?void 0x0:_0x52da44['downloadEndpointUrl'])!=null?_0x12891f:location['origin'];}[_0x3a00cb(0x66a)](_0x126604,_0x46c3eb){const _0xcd75ce=_0x3a00cb;return _0x126604[_0xcd75ce(0x209)]('{fileID}',_0x46c3eb);}[_0x3a00cb(0x676)](){const _0x217c78=_0x3a00cb;this[_0x217c78(0x406)]-=0x1,this['_change$']['next'](this['_waitCount']);}},_0x5aeb12[_0x3a00cb(0x2ea)]=_0x3540a3([_0x5f43df(0x0,_0x1330ba[_0x3a00cb(0x217)](_0x3aa4be[_0x3a00cb(0x504)])),_0x5f43df(0x1,_0x1330ba[_0x3a00cb(0x3c1)]),_0x5f43df(0x2,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x5ce)]))],_0x5aeb12[_0x3a00cb(0x2ea)]);var _0x4494b1=Object[_0x3a00cb(0x43c)],_0x34cbad=Object[_0x3a00cb(0x637)],_0x24912c=(_0x26928a,_0x42c58c,_0x3d084a,_0x4231e5)=>{const _0x34690f=_0x3a00cb;for(var _0x12d0ee=_0x4231e5>0x1?void 0x0:_0x4231e5?_0x34cbad(_0x42c58c,_0x3d084a):_0x42c58c,_0x24c412=_0x26928a[_0x34690f(0x422)]-0x1,_0x292d77;_0x24c412>=0x0;_0x24c412--)(_0x292d77=_0x26928a[_0x24c412])&&(_0x12d0ee=(_0x4231e5?_0x292d77(_0x42c58c,_0x3d084a,_0x12d0ee):_0x292d77(_0x12d0ee))||_0x12d0ee);return _0x4231e5&&_0x12d0ee&&_0x4494b1(_0x42c58c,_0x3d084a,_0x12d0ee),_0x12d0ee;},_0x3b193e=(_0x2b9925,_0x5ae8c6)=>(_0x2dd3b8,_0x45b2a9)=>_0x5ae8c6(_0x2dd3b8,_0x45b2a9,_0x2b9925);let _0x4957a1=class extends _0x1330ba['RxDisposable']{constructor(_0x333b85,_0xdadd3a,_0x58e277,_0x418452,_0x18d92e){const _0x407b05=_0x3a00cb;super(),this[_0x407b05(0x226)]=_0x333b85,this[_0x407b05(0x227)]=_0xdadd3a,this[_0x407b05(0x44b)]=_0x58e277,this[_0x407b05(0x2c5)]=_0x418452,this[_0x407b05(0x1f7)]=_0x18d92e,this['_initUnitPermissionChange'](),this[_0x407b05(0x3cc)]();}[_0x3a00cb(0x3cc)](){const _0x48b8ac=_0x3a00cb,_0x2766b3=async _0x27a78a=>{const _0x330391=_0x5f13;(await this[_0x330391(0x2c5)]['requireSession'](_0x27a78a))[_0x330391(0x4a7)]['pipe'](_0xc13278[_0x330391(0x40e)](_0xe8877e=>_0xe8877e[_0x330391(0x306)]===_0x48fdb9[_0x330391(0x3de)][_0x330391(0x307)]),_0xc13278[_0x330391(0x28a)](this[_0x330391(0x2f0)]))[_0x330391(0x21f)](_0x4ca139=>{const _0x279cd4=_0x330391,_0x4d4bb4=_0x4ca139,{reason:_0x44426b}=_0x4d4bb4[_0x279cd4(0x36b)];this['_injector'][_0x279cd4(0x4bf)](_0x5d5dd2[_0x279cd4(0x67b)])['show']({'type':_0x5934c8['MessageType'][_0x279cd4(0x2e2)],'content':this[_0x279cd4(0x1f7)]['t'](_0x279cd4(0x4c9))+'('+_0x44426b+')'}),this[_0x279cd4(0x44b)][_0x279cd4(0x50b)](new _0x5ca8f8[(_0x279cd4(0x59d))](_0x27a78a)['id'],!0x1),this[_0x279cd4(0x2c5)]['closeSession'](_0x27a78a);});};_0x1eddba[_0x48b8ac(0x662)](this[_0x48b8ac(0x227)][_0x48b8ac(0x59c)](_0x1330ba[_0x48b8ac(0x3ae)][_0x48b8ac(0x3b6)]),this[_0x48b8ac(0x227)]['getTypeOfUnitAdded$'](_0x1330ba[_0x48b8ac(0x3ae)]['UNIVER_DOC']))[_0x48b8ac(0x3a2)](_0xc13278[_0x48b8ac(0x568)](_0x1cd1c1=>_0x1cd1c1['getUnitId']()),_0xc13278[_0x48b8ac(0x40e)](_0x40b4e1=>!_0x1330ba['isInternalEditorID'](_0x40b4e1)),_0xc13278[_0x48b8ac(0x28a)](this[_0x48b8ac(0x2f0)]))[_0x48b8ac(0x21f)](_0x1a011e=>{_0x2766b3(_0x1a011e);});}[_0x3a00cb(0x236)](){const _0xece41=_0x3a00cb,_0x6df3bb=async _0x3b4f55=>{const _0x34d926=_0x5f13;(await this[_0x34d926(0x2c5)]['requireSession'](_0x3b4f55))['event$'][_0x34d926(0x3a2)](_0xc13278[_0x34d926(0x40e)](_0x3577dc=>_0x3577dc[_0x34d926(0x306)]===_0x48fdb9[_0x34d926(0x3de)][_0x34d926(0x3ff)]),_0xc13278[_0x34d926(0x28a)](this[_0x34d926(0x2f0)]))[_0x34d926(0x21f)](_0x4c8971=>{const _0x522806=_0x34d926,_0x5de7a1=_0x4c8971,{objectId:_0x11901a}=_0x5de7a1[_0x522806(0x36b)],_0x39f949=this[_0x522806(0x226)][_0x522806(0x4bf)](_0x24028a['SheetPermissionInitController']);_0x11901a===_0x3b4f55?_0x39f949[_0x522806(0x22f)](_0x3b4f55):_0x39f949[_0x522806(0x47a)](_0x3b4f55,_0x11901a);});};_0x1eddba['merge'](this[_0xece41(0x227)]['getTypeOfUnitAdded$'](_0x1330ba[_0xece41(0x3ae)][_0xece41(0x3b6)]),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x1330ba['UniverInstanceType']['UNIVER_DOC']))[_0xece41(0x3a2)](_0xc13278['map'](_0x493c87=>_0x493c87[_0xece41(0x259)]()),_0xc13278[_0xece41(0x40e)](_0x278c72=>!_0x1330ba[_0xece41(0x356)](_0x278c72)),_0xc13278[_0xece41(0x28a)](this['dispose$']))['subscribe'](_0x3ae1b4=>{_0x6df3bb(_0x3ae1b4);});}};_0x4957a1=_0x24912c([_0x3b193e(0x0,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x619)])),_0x3b193e(0x1,_0x1330ba[_0x3a00cb(0x5ce)]),_0x3b193e(0x2,_0x1330ba[_0x3a00cb(0x511)]),_0x3b193e(0x3,_0x1330ba[_0x3a00cb(0x217)](_0x5aeb12[_0x3a00cb(0x2c3)])),_0x3b193e(0x4,_0x1330ba[_0x3a00cb(0x217)](_0x1330ba[_0x3a00cb(0x627)]))],_0x4957a1);var _0x56ccd7=Object[_0x3a00cb(0x43c)],_0xa46fa9=Object[_0x3a00cb(0x637)],_0x36769b=(_0xa2100,_0x5bc740,_0x491ab2,_0x4743c1)=>{const _0x288d93=_0x3a00cb;for(var _0x508baf=_0x4743c1>0x1?void 0x0:_0x4743c1?_0xa46fa9(_0x5bc740,_0x491ab2):_0x5bc740,_0x2fd744=_0xa2100[_0x288d93(0x422)]-0x1,_0x57523c;_0x2fd744>=0x0;_0x2fd744--)(_0x57523c=_0xa2100[_0x2fd744])&&(_0x508baf=(_0x4743c1?_0x57523c(_0x5bc740,_0x491ab2,_0x508baf):_0x57523c(_0x508baf))||_0x508baf);return _0x4743c1&&_0x508baf&&_0x56ccd7(_0x5bc740,_0x491ab2,_0x508baf),_0x508baf;},_0x237878=(_0x1f7d8c,_0x5e6787)=>(_0x39b5c8,_0x88929c)=>_0x5e6787(_0x39b5c8,_0x88929c,_0x1f7d8c);_0x5aeb12['SnapshotServerOverHTTPService']=class{constructor(_0x97f018,_0x4d8722){const _0x3e4c63=_0x3a00cb;this[_0x3e4c63(0x4ce)]=_0x97f018,this[_0x3e4c63(0x1f6)]=_0x4d8722;}async[_0x3a00cb(0x3c5)](_0x5c6f7e,_0x50b1bb){const _0x2bf42e=_0x3a00cb;var _0x11de93;const {unitID:_0x47804a,type:_0x2a6f33,revision:_0xac4e0=0x0}=_0x50b1bb,_0x107d5e=this['_getSnapshotAPIPrefix']()+'/'+_0x2a6f33+_0x2bf42e(0x39f)+_0x47804a+'/rev/'+_0xac4e0,_0x372639=(await this[_0x2bf42e(0x1f6)][_0x2bf42e(0x4bf)](_0x107d5e))['body'],_0x16e7a1=(_0x11de93=_0x372639[_0x2bf42e(0x2c2)])==null?void 0x0:_0x11de93[_0x2bf42e(0x5a5)];if(_0x16e7a1){const _0x4d890e=_0x16e7a1==null?void 0x0:_0x16e7a1[_0x2bf42e(0x25b)],_0x21964e=_0x48fdb9[_0x2bf42e(0x64a)][_0x2bf42e(0x4ae)](_0x48fdb9[_0x2bf42e(0x49d)](_0x4d890e));_0x16e7a1['originalMeta']=_0x21964e,Object[_0x2bf42e(0x394)](_0x16e7a1[_0x2bf42e(0x469)])[_0x2bf42e(0x303)](([,_0xd75b88])=>{const _0x11a996=_0x2bf42e,_0x5b93f9=_0xd75b88[_0x11a996(0x25b)],_0x2e0420=_0x48fdb9[_0x11a996(0x64a)][_0x11a996(0x4ae)](_0x48fdb9[_0x11a996(0x49d)](_0x5b93f9));_0xd75b88[_0x11a996(0x25b)]=_0x2e0420;});}return _0x372639;}async[_0x3a00cb(0x4b4)](_0x3b381d,_0x940bd3){const _0x540e8c=_0x3a00cb,{unitID:_0x1c8436,type:_0x43802a,blockID:_0x346285}=_0x940bd3,_0x21c61a=this[_0x540e8c(0x2fa)]()+'/'+_0x43802a+_0x540e8c(0x39f)+_0x1c8436+'/block/'+_0x346285;return(await this[_0x540e8c(0x1f6)][_0x540e8c(0x4bf)](_0x21c61a))['body'];}async[_0x3a00cb(0x408)](_0x28471b,_0x5b3ca7){const _0x283bd4=_0x3a00cb,{unitID:_0x5f12cb,type:_0x5913c5,blockID:_0x384ac6}=_0x5b3ca7,_0x4dfb85=this[_0x283bd4(0x2fa)]()+_0x283bd4(0x58c)+_0x5913c5+_0x283bd4(0x39f)+_0x5f12cb+_0x283bd4(0x58c)+_0x384ac6;return(await this[_0x283bd4(0x1f6)][_0x283bd4(0x4bf)](_0x4dfb85))[_0x283bd4(0x427)];}async[_0x3a00cb(0x6a0)](_0x747d30,_0x45a654){const _0x47d616=_0x3a00cb,{unitID:_0x236b1f,type:_0xa47a87,from:_0x591173,to:_0x3e2b04}=_0x45a654,_0x3aa2b8=this[_0x47d616(0x2fa)]()+'/'+_0xa47a87+_0x47d616(0x39f)+_0x236b1f+_0x47d616(0x4bb)+_0x591173+'&to='+_0x3e2b04;return(await this['_httpService'][_0x47d616(0x4bf)](_0x3aa2b8))[_0x47d616(0x427)];}[_0x3a00cb(0x324)](){const _0x1b1ac3=_0x3a00cb;var _0x5bcdb0;return(_0x5bcdb0=this[_0x1b1ac3(0x4ce)][_0x1b1ac3(0x4fc)](_0x2b68d2))!=null?_0x5bcdb0:this[_0x1b1ac3(0x2fa)]();}[_0x3a00cb(0x2fa)](){const _0x1f736f=_0x3a00cb;var _0xe2b1a1,_0x15b81f;const _0x1ba23f=this[_0x1f736f(0x4ce)][_0x1f736f(0x4fc)](_0x1d49ee),_0x36083b=this[_0x1f736f(0x4ce)][_0x1f736f(0x4fc)](_0x37cfeb);return(_0x15b81f=(_0xe2b1a1=_0x36083b==null?void 0x0:_0x36083b[_0x1f736f(0x524)])!=null?_0xe2b1a1:_0x1ba23f)!=null?_0x15b81f:_0x41a58f;}async[_0x3a00cb(0x305)](_0x57d546,_0x470201){const _0x42df67=_0x3a00cb,_0x551b46='/universer-api/snapshot/'+_0x470201['type']+_0x42df67(0x39f)+_0x470201[_0x42df67(0x36f)]+_0x42df67(0x2a8);return(await this['_httpService'][_0x42df67(0x4bf)](_0x551b46,{'params':{'resourceId':JSON[_0x42df67(0x2a3)](_0x470201[_0x42df67(0x43d)])}}))[_0x42df67(0x427)];}[_0x3a00cb(0x39d)](){const _0x4d3b3f=_0x3a00cb;throw new Error(_0x4d3b3f(0x253));}[_0x3a00cb(0x2ec)](){const _0x3bfbe1=_0x3a00cb;throw new Error(_0x3bfbe1(0x253));}[_0x3a00cb(0x254)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x3a00cb(0x3d8)](){const _0x445f7b=_0x3a00cb;throw new Error(_0x445f7b(0x253));}[_0x3a00cb(0x44e)](){const _0x13f33b=_0x3a00cb;throw new Error(_0x13f33b(0x253));}},_0x5aeb12[_0x3a00cb(0x357)]=_0x36769b([_0x237878(0x0,_0x1330ba[_0x3a00cb(0x3c1)]),_0x237878(0x1,_0x1330ba[_0x3a00cb(0x217)](_0x3aa4be[_0x3a00cb(0x504)]))],_0x5aeb12[_0x3a00cb(0x357)]);var _0x287415=Object[_0x3a00cb(0x43c)],_0x1323ee=Object[_0x3a00cb(0x637)],_0x1fb6c9=(_0xd828fc,_0x298fa6,_0x428b75,_0x39a4a0)=>{for(var _0x1a633d=_0x39a4a0>0x1?void 0x0:_0x39a4a0?_0x1323ee(_0x298fa6,_0x428b75):_0x298fa6,_0x35f2dd=_0xd828fc['length']-0x1,_0x48423d;_0x35f2dd>=0x0;_0x35f2dd--)(_0x48423d=_0xd828fc[_0x35f2dd])&&(_0x1a633d=(_0x39a4a0?_0x48423d(_0x298fa6,_0x428b75,_0x1a633d):_0x48423d(_0x1a633d))||_0x1a633d);return _0x39a4a0&&_0x1a633d&&_0x287415(_0x298fa6,_0x428b75,_0x1a633d),_0x1a633d;},_0x6022eb=(_0x4ff8cf,_0x19025c)=>(_0x581fe1,_0x1bbda6)=>_0x19025c(_0x581fe1,_0x1bbda6,_0x4ff8cf);let _0x58a910=class extends _0x1330ba[_0x3a00cb(0x617)]{constructor(_0x7b53e0,_0x35eb26,_0x4037d7,_0x27a50d,_0x4cd40b){const _0x577703=_0x3a00cb;super(_0x7b53e0,_0x35eb26,_0x4037d7),this[_0x577703(0x621)]=_0x27a50d,this[_0x577703(0x405)]=_0x4cd40b;}[_0x3a00cb(0x222)](_0x339ea7,_0x3faa76){const _0x54dc32=_0x3a00cb,_0x1b15ac=this['_getUndoStack'](_0x339ea7);if(_0x1b15ac)try{const _0x226799=this['_transformStack'](_0x1b15ac,_0x3faa76);this['_substituteUndoStack'](_0x339ea7,_0x226799);}catch(_0x97d5f1){this['_logService'][_0x54dc32(0x50f)](_0x54dc32(0x30f),_0x97d5f1),this[_0x54dc32(0x4df)](_0x339ea7);}const _0x290fcf=this[_0x54dc32(0x5dc)](_0x339ea7);if(_0x290fcf)try{const _0x28a02a=this['_transformStack'](_0x290fcf,_0x3faa76);this[_0x54dc32(0x642)](_0x339ea7,_0x28a02a);}catch(_0x31f506){this[_0x54dc32(0x405)][_0x54dc32(0x50f)](_0x31f506),this[_0x54dc32(0x270)](_0x339ea7);}}[_0x3a00cb(0x4df)](_0x3af44e){const _0x2a5ca8=_0x3a00cb,_0x45969e=this[_0x2a5ca8(0x4de)](_0x3af44e);_0x45969e&&(_0x45969e[_0x2a5ca8(0x422)]=0x0,this['_updateStatus']());}[_0x3a00cb(0x270)](_0x2048ab){const _0x3de98c=_0x3a00cb,_0x2a9a3b=this['_getRedoStack'](_0x2048ab);_0x2a9a3b&&(_0x2a9a3b[_0x3de98c(0x422)]=0x0,this[_0x3de98c(0x33e)]());}[_0x3a00cb(0x681)](_0x15376f,_0x32d9b4){const _0x5e935e=_0x3a00cb;this[_0x5e935e(0x27f)][_0x5e935e(0x4cf)](_0x15376f,_0x32d9b4),this['_updateStatus']();}['_substituteRedoStack'](_0x121619,_0x5b990a){const _0x33c7a1=_0x3a00cb;this[_0x33c7a1(0x690)][_0x33c7a1(0x4cf)](_0x121619,_0x5b990a),this[_0x33c7a1(0x33e)]();}[_0x3a00cb(0x3eb)](_0x452274,_0x48fc00){const _0x44f4e7=_0x3a00cb,_0x195540=[];let _0x56f359=_0x48fc00,_0x18dffd=_0x48fc00;for(let _0x4342c6=_0x452274[_0x44f4e7(0x422)]-0x1;_0x4342c6>=0x0;_0x4342c6--){const {unitID:_0x5df4a7,undoMutations:_0x56ebd8,redoMutations:_0x3860d6}=_0x452274[_0x4342c6],_0x593b67=this[_0x44f4e7(0x621)][_0x44f4e7(0x22e)](_0x56f359,_0x56ebd8),_0xeaa3d8=this[_0x44f4e7(0x621)]['transformMutationsWithChangeset'](_0x18dffd,_0x3860d6);if(_0x48fdb9[_0x44f4e7(0x2d9)](_0x593b67)||_0x48fdb9[_0x44f4e7(0x2d9)](_0xeaa3d8)){this['_logService'][_0x44f4e7(0x50f)]('[CollaborationUndoRedoService]',_0x44f4e7(0x4a6),_0x593b67,_0xeaa3d8);break;}_0x56f359=_0x593b67['c1Prime'],_0x18dffd=_0xeaa3d8[_0x44f4e7(0x4c2)],_0x195540[_0x44f4e7(0x64d)]({'unitID':_0x5df4a7,'undoMutations':_0x593b67[_0x44f4e7(0x591)],'redoMutations':_0xeaa3d8[_0x44f4e7(0x591)]});}return _0x195540[_0x44f4e7(0x602)]();}};_0x58a910=_0x1fb6c9([_0x6022eb(0x0,_0x1330ba['IUniverInstanceService']),_0x6022eb(0x1,_0x1330ba['ICommandService']),_0x6022eb(0x2,_0x1330ba[_0x3a00cb(0x219)]),_0x6022eb(0x3,_0x48fdb9[_0x3a00cb(0x38d)]),_0x6022eb(0x4,_0x1330ba[_0x3a00cb(0x57c)])],_0x58a910);class _0x3b0850 extends _0x1330ba[_0x3a00cb(0x560)]{constructor(){const _0x1baeca=_0x3a00cb;super(),_0x2eb009(this,_0x1baeca(0x528)),this[_0x1baeca(0x528)]=_0x1eddba['fromEvent'](window,_0x1baeca(0x4ca))['pipe'](_0x1eddba['takeUntil'](this['dispose$']),_0x1eddba[_0x1baeca(0x26e)](0x1),_0x1eddba['mapTo'](void 0x0));}['setParam'](_0x2ab16c,_0x4dec90,_0x35293f=!0x1){const _0x2895d8=_0x3a00cb,_0x30279f=new URL(window['location']['href']);_0x30279f[_0x2895d8(0x3a6)][_0x2895d8(0x4cf)](_0x2ab16c,_0x4dec90),_0x35293f?window[_0x2895d8(0x62c)][_0x2895d8(0x34c)]('','',_0x30279f['toString']()):window[_0x2895d8(0x62c)][_0x2895d8(0x661)]('','',_0x30279f[_0x2895d8(0x3fd)]());}[_0x3a00cb(0x601)](_0x47f79b,_0xa1a7d2=!0x1){const _0x43a76a=_0x3a00cb,_0x501755=new URL(window[_0x43a76a(0x223)]['href']);_0x501755[_0x43a76a(0x3a6)][_0x43a76a(0x317)](_0x47f79b),_0xa1a7d2?window[_0x43a76a(0x62c)][_0x43a76a(0x34c)]('','',_0x501755[_0x43a76a(0x3fd)]()):window[_0x43a76a(0x62c)]['pushState']('','',_0x501755[_0x43a76a(0x3fd)]());}[_0x3a00cb(0x204)](_0x2bd83f){const _0xe36e36=_0x3a00cb;var _0x487e29;return(_0x487e29=new URL(window[_0xe36e36(0x223)]['href'])['searchParams'][_0xe36e36(0x4bf)](_0x2bd83f))!=null?_0x487e29:void 0x0;}}var _0x505b29=Object[_0x3a00cb(0x43c)],_0x5bde43=Object['getOwnPropertyDescriptor'],_0x162917=(_0x2de97b,_0x267b13,_0x5072e1)=>_0x267b13 in _0x2de97b?_0x505b29(_0x2de97b,_0x267b13,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x5072e1}):_0x2de97b[_0x267b13]=_0x5072e1,_0xf8d022=(_0x2feaec,_0x3bd3f2,_0x1b5c12,_0x3b7c54)=>{const _0x38fdad=_0x3a00cb;for(var _0x535e3d=_0x3b7c54>0x1?void 0x0:_0x3b7c54?_0x5bde43(_0x3bd3f2,_0x1b5c12):_0x3bd3f2,_0x8e5ff9=_0x2feaec[_0x38fdad(0x422)]-0x1,_0x43359b;_0x8e5ff9>=0x0;_0x8e5ff9--)(_0x43359b=_0x2feaec[_0x8e5ff9])&&(_0x535e3d=(_0x3b7c54?_0x43359b(_0x3bd3f2,_0x1b5c12,_0x535e3d):_0x43359b(_0x535e3d))||_0x535e3d);return _0x3b7c54&&_0x535e3d&&_0x505b29(_0x3bd3f2,_0x1b5c12,_0x535e3d),_0x535e3d;},_0xfdabf5=(_0x29340c,_0x30ac9a)=>(_0x2769be,_0x3bd38c)=>_0x30ac9a(_0x2769be,_0x3bd38c,_0x29340c),_0x37901e=(_0xcca19d,_0x3adb5c,_0x52a329)=>_0x162917(_0xcca19d,_0x3adb5c+'',_0x52a329);const _0x417050=_0x3a00cb(0x3bf);_0x5aeb12[_0x3a00cb(0x3c2)]=class extends _0x1330ba[_0x3a00cb(0x414)]{constructor(_0x2ce6e6=_0x29b0d1,_0x230798,_0x2ccf82,_0x5a7dd3,_0x33dc30){const _0x5d1c86=_0x3a00cb;super(),this[_0x5d1c86(0x5bc)]=_0x2ce6e6,this['_logService']=_0x230798,this['_renderManagerService']=_0x2ccf82,this[_0x5d1c86(0x226)]=_0x5a7dd3,this[_0x5d1c86(0x4ce)]=_0x33dc30;const {..._0x25e0bd}=this[_0x5d1c86(0x5bc)];this[_0x5d1c86(0x4ce)][_0x5d1c86(0x377)](_0x37cfeb,_0x25e0bd);}[_0x3a00cb(0x629)](){this['_registerDependencies'](),this['_initDependencies']();}['onReady'](){const _0x4c17c0=_0x3a00cb;_0x1330ba[_0x4c17c0(0x463)](this[_0x4c17c0(0x226)],[[_0x25924c]]);}[_0x3a00cb(0x683)](){const _0x417cdd=_0x3a00cb;this[_0x417cdd(0x2d8)]();}[_0x3a00cb(0x374)](){const _0x3e48b9=_0x3a00cb;var _0x893fa4,_0x437b4b,_0x11ff01,_0x29c8d1;this[_0x3e48b9(0x226)][_0x3e48b9(0x42a)](_0x1330ba['IUndoRedoService'])&&this[_0x3e48b9(0x405)][_0x3e48b9(0x50f)](_0x3e48b9(0x698),_0x3e48b9(0x26f));const _0x1192e3=[[_0x1330ba[_0x3e48b9(0x21e)],{'useClass':_0x58a910}],[_0x5aeb12[_0x3e48b9(0x2c3)]],[_0x43760c],[_0x561810,{'useClass':_0x3b0850}],[_0x5aeb12[_0x3e48b9(0x624)]],[_0x5aeb12[_0x3e48b9(0x287)]],[_0x3aa4be['WebSocketService']],[_0x1a0834],[_0x178312],[_0x2b30d7],[_0x171291],[_0x50bbdf],[_0x58673f],[_0xf8043f],[_0x5b63f3],[_0x4957a1],[_0xd12940,{'useClass':(_0x437b4b=(_0x893fa4=this[_0x3e48b9(0x5bc)])==null?void 0x0:_0x893fa4['socketService'])!=null?_0x437b4b:_0x5aeb12[_0x3e48b9(0x211)]}],[_0x48fdb9[_0x3e48b9(0x5e3)],{'useClass':_0x5aeb12[_0x3e48b9(0x357)]}],[_0x1330ba[_0x3e48b9(0x1fc)],{'useClass':_0x5aeb12[_0x3e48b9(0x3e1)]}],[_0x29456d['IImageIoService'],{'useClass':_0x5aeb12[_0x3e48b9(0x2ea)]}],[_0x5aeb12[_0x3e48b9(0x3d5)]],[_0x5aeb12[_0x3e48b9(0x3cd)]],[_0x5aeb12['DesktopCollaborationStatusDisplayController']],[_0x25924c],[_0x4c1561]];(_0x11ff01=this[_0x3e48b9(0x5bc)])!=null&&_0x11ff01['enableSingleActiveInstanceLock']&&_0x1192e3[_0x3e48b9(0x64d)]([_0x151dcb,{'useClass':_0x15d199}]),_0x1330ba[_0x3e48b9(0x580)](this[_0x3e48b9(0x226)],_0x1330ba[_0x3e48b9(0x21a)](_0x1192e3,(_0x29c8d1=this[_0x3e48b9(0x5bc)])==null?void 0x0:_0x29c8d1['override']));}[_0x3a00cb(0x2d8)](){const _0x425436=_0x3a00cb;this[_0x425436(0x63e)](this[_0x425436(0x56e)][_0x425436(0x2e1)](_0x1330ba[_0x425436(0x3ae)][_0x425436(0x65c)],[_0x18510a])),this[_0x425436(0x63e)](this[_0x425436(0x56e)][_0x425436(0x2e1)](_0x1330ba[_0x425436(0x3ae)]['UNIVER_SHEET'],[_0x48b70f]));}[_0x3a00cb(0x54e)](){const _0x3aaa8e=_0x3a00cb;var _0x2fa3a2,_0x246e01;this[_0x3aaa8e(0x226)][_0x3aaa8e(0x4bf)](_0x3aa4be[_0x3aaa8e(0x504)])['registerHTTPInterceptor']({'priority':0x14,'interceptor':_0x3aa4be[_0x3aaa8e(0x2b7)]({'maxParallel':0x6})}),(_0x2fa3a2=this[_0x3aaa8e(0x5bc)])!=null&&_0x2fa3a2[_0x3aaa8e(0x4d4)]||this[_0x3aaa8e(0x226)]['get'](_0x5aeb12[_0x3aaa8e(0x287)])[_0x3aaa8e(0x598)](),(_0x246e01=this[_0x3aaa8e(0x5bc)])!=null&&_0x246e01[_0x3aaa8e(0x648)]&&_0x1330ba[_0x3aaa8e(0x463)](this[_0x3aaa8e(0x226)],[[_0x58673f]]),_0x1330ba['touchDependencies'](this[_0x3aaa8e(0x226)],[[_0xf8043f],[_0x4c1561],[_0x5aeb12[_0x3aaa8e(0x3cd)]],[_0x5aeb12['CollaborationController']],[_0x5aeb12[_0x3aaa8e(0x2bd)]],[_0x4957a1]]);}},_0x37901e(_0x5aeb12[_0x3a00cb(0x3c2)],_0x3a00cb(0x349),_0x417050),_0x5aeb12[_0x3a00cb(0x3c2)]=_0xf8d022([_0x1330ba[_0x3a00cb(0x401)](_0x48fdb9[_0x3a00cb(0x58a)],_0x3aa4be[_0x3a00cb(0x20e)]),_0xfdabf5(0x1,_0x1330ba['ILogService']),_0xfdabf5(0x2,_0x15986e['IRenderManagerService']),_0xfdabf5(0x3,_0x1330ba['Inject'](_0x1330ba[_0x3a00cb(0x619)])),_0xfdabf5(0x4,_0x1330ba[_0x3a00cb(0x3c1)])],_0x5aeb12[_0x3a00cb(0x3c2)]),_0x5aeb12[_0x3a00cb(0x240)]=_0x247481,_0x5aeb12[_0x3a00cb(0x52a)]=_0x3a133c,_0x5aeb12['COLLAB_WEB_SOCKET_URL_KEY']=_0x2314a9,_0x5aeb12[_0x3a00cb(0x641)]=_0x3650d6,_0x5aeb12[_0x3a00cb(0x2ba)]=_0x1f6a66,_0x5aeb12['CommentService']=_0x5b63f3,_0x5aeb12['HEARTBEAT_INTERVAL_KEY']=_0x407e47,_0x5aeb12[_0x3a00cb(0x35a)]=_0x941ed1,_0x5aeb12[_0x3a00cb(0x5f0)]=_0xd12940,_0x5aeb12[_0x3a00cb(0x457)]=_0x561810,_0x5aeb12[_0x3a00cb(0x4bc)]=_0x4cb84a,_0x5aeb12[_0x3a00cb(0x390)]=_0x41289e,_0x5aeb12[_0x3a00cb(0x29d)]=_0x4ec51f,_0x5aeb12[_0x3a00cb(0x47c)]=_0x1e86ae,_0x5aeb12[_0x3a00cb(0x43f)]=_0x1d49ee,_0x5aeb12['SNAPSHOT_URL_KEY']=_0x2b68d2,_0x5aeb12['SessionStatus']=_0x1164b5,_0x5aeb12[_0x3a00cb(0x3c6)]=_0x30ed8a,_0x5aeb12[_0x3a00cb(0x3cf)]=_0x3b0850,_0x5aeb12[_0x3a00cb(0x37d)]=_0x3f27b6,_0x5aeb12[_0x3a00cb(0x4d5)]=_0x89fa8a,Object['defineProperty'](_0x5aeb12,Symbol[_0x3a00cb(0x464)],{'value':'Module'});}));function _0x3494(){const _0x4fe01f=['charAt','getImageSourceCache','_handleEvent','_replayCachedMutations','_queuedRemoteChangesets','getStateCache','_name','trim','LocalUndoRedoService','getFocusedUnit','Injector','baseRev','hostname','jsxs','path','name','_scene','bottom','_transformService','3774996fXkFqz','_tryEnsureSocket','MemberService','UNIVER_SLIDE','reduce','LocaleService','target','onStarting','cursorInfo','complete','history','_transformSelections','m1Prime','rng','_instanceService','_getSheetObject','setWaitCount','Malformed\x20UTF-8\x20data','_createHmacHelper','collaboratorID','Cipher','getOwnPropertyDescriptor','Hex','_nDataBytes','_tryReconnect','height','onlyLocal','_append','disposeWithMe','getVpScrollXYInfoByPosToVp','colorChannel1','CollaborationStatus','_substituteRedoStack','unitId','_mode','INGEST','connection\x20error','$super','enableAuthServer','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','textEncoder','getActiveRange','setTimeout','push','defaultProps','_updateLocalCursor','saveImage','type','xlink:href','_getSendChangesetTimeout','assign','getTypeOfUnitDisposed$','permission.title','SNAPSHOT_URL_KEY','font','findNodePositionByCharIndex','_getLoginPath','_backgroundColor','UNIVER_DOC','collabStatus.fetchMiss','charCodeAt','unit-cache-','_commandService','pushState','merge','_init','UniverDesign','padding','rev','_colorAssignService','NodePositionConvertToCursor','_DEC_XFORM_MODE','_replaceFileID','_lastPointer','@univerjs/sheets-ui','[CollaborationEntity]','focused$','UniverSheetsUi','UniverEngineRender','_session','commentUpdateEvent','requireSession','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','evenodd','_decreaseWaiting','_drawTextRange','&source=','[OfflineState]:\x20received\x20changeset.','MUTATION','IMessageService','getAncestorScale','getCurrentRevOfUnit','Optional','_clearTimeoutTimer','_onLocalMutation','_substituteUndoStack','endColumn','onRendered','_setupBeforeClosingHandler','redoState','SNAPSHOT_HAS_BEEN_REMOVED','children','onRemoteChangeset','_transformRemoteChangesetByIMECache','commentUpdate$','updateCollaborator','requestParams','FromArray','row','AWAITING_WITH_PENDING','_redoStacks','_cipher','column','[CollaborationState]:\x20apply\x20error!','then','ONLINE','_hash','getSheetBySheetId','[UniverCollaborationClientPlugin]','onCommentUpdate','_hasher','_handleLeaveEvent','beginPath','status$','setStateCache','getMergeData','fetchMissingChangesets','EffectRefRangId','compose','getTime','_localStorageService','SerializableCipher','CollaborationSession','fetchThroughInterceptors','hasher','url(#on-line-single_clip0_910_349)','ImageSourceType','hide','submit\x20changeset\x20error!','off-line-single','USERS_ENTER','COLLAB_SUBMIT_CHANGESET_URL','mutations','_handler','clamp','_httpService','_localeService','objectType','_getCurrentRevision','FileId','_scheduleCollaborationTimeoutTimer','IAuthzIoService','LIVESHARE_NEW_HOST','_candidateSocket','loadOfflineData','_loadDoc','_syncEditingCollabCursor','_onCursorUpdate','setInterval','getParam','_scheduleTimestamp','collaboration-client.offline-data-not-saved','_telemetryInfo','loginUrlKey','replace','method','@univerjs/ui','_startDocCollabCursor','_socketReady','UniverNetworkPlugin','on-line-single_clip0_910_349','getColor','CollaborationSocketService','_throwTelemetryCollaborationNewChangeset','BASE64','exhaustSavingTask','abs','_updateURLWithCurrentState','Inject','collabStatus.synced','IContextService','mergeOverrideWithDependencies','HTTPRequest','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','TOO_MANY_REQUESTS','IUndoRedoService','subscribe','_resendTimeout','_initRequestHeader','transformUndoRedo','location','src','CONNECTOR_DATA_TOO_LARGE','_injector','_univerInstanceService','/universer-api/stream/file/upload','clear','28QuDbTR','clearInterval','UNAUTHENTICATED','floor','transformMutationsWithChangeset','initWorkbookPermissionChange','newValue','UniverIcon','Subject','cmd','file','retryConnectingInterval','_initUnitPermissionChange','SHA1','@univerjs/sheets','_messageService','CONFLICT','Tools','_getMergeRange','format','_acknowledgedAwaitingChangeset','registerHTTPInterceptor','AUTHZ_URL_KEY','equals','toggleOnline','objectActions','getWorkbookSelections','univer-online-status-icon','disposeUnit','LIVESHARE_REQUEST_HOST','list','NoPadding','shouldCloseConn','useCallback','getCurrentSelections','_clearCollaborationTimeoutTimer','crypto','_oKey','_keyPriorReset','_transformUndoredo','_map','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','saveChangeset','isEditing','toDisposable','\x20-\x20','csRejEvent','getUnitId','generateRandomId','originalMeta','_saveTaskMap','UNKNOWN_CODE','params','collabStatus.conflict','ITelemetryService','RegularPolygon','YUUMI_UNABLE_LOAD_URL','conflict','round','handleInsertRangeMoveDown','_handleJoinEvent','UserManagerService','APPLY_REJECT','[FetchMissState]','_online','words','UniverDocsUi','_handleHover','shareReplay','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','_clearRedo','transformChangesets','_getSaveTimeout','onlineStatus','_entities','_socketService','_sheetTransformSelectionsService','_clearHeartbeatTimer','_http','arc','_changesetReqId','roomMembers$','_transformStateCache','x-univer-host','_drawRectRange','_undoStacks','_startSheetCollabCursor','unsubscribe','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','_onMessage','memberID','/new_changes','FAIL','LocalCacheService','registerOnClose','HmacSHA1','takeUntil','PSEUDO_FETCH_MISSING_RESULT','socket\x20close','SUBMIT_CHANGESET','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','reset','DeleteRangeMoveUpCommandId','changesets','range','_cachedData','JOIN','bind','registerRefRange','_socketMessageSubscription','_disableEditing','current','NodePositionConvertToRectRange','subscribeEvent','resend','RETRY_CONNECTING_MAX_COUNT_KEY','_commentUpdate$','LEAVE','SetTextSelectionsOperation','incrementRevOfUnit','storage','stringify','UniverRpc','YUUMI_RATE_OVER_LIMIT','parseProtocolChangeset','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','/resources','getMemberID','status','Unknown\x20user','change$','\x20in\x20_schedule.','/allowed','_selfUnitIDs','updateMember','makeDirty','_collaborationTimeoutTimer','_changesetSessionId','string','values','DocSkeletonManagerService','ThresholdInterceptorFactory','_onConnectionOpen','mixIn','CollaborationStatusDisplay','CBC','decryptBlock','DesktopCollaborationStatusDisplayController','_scheduleSaving','synced','_commentService','@univerjs/drawing','snapshot','CollaborationSessionService','getUnhiddenWorksheets','_collaborationSessionService','_eventUnsubscribe','getCollabEntity$','LICENSE_IMPORT_SIZE_EXCEEDED','selection','_sendHeartbeat','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','_sendingTimer','fetch_missing','COMPLETION_FINISHED','open$','useRef','every','PERMISSION_REJ','/universer-api/oidc/authpage','Fragment','next','_assignedColors','collaborators','_registerRenderDependencies','isTransformMutationsWithChangesetFailure','actions','_docSyncEditingCollabCursorService','_docSkeletonManagerService','_setupSubUnitSync','_docStateChangeManagerService','enc','getValue','registerRenderModule','Error','measureText','url(#off-line-single_clip0_910_343)','@univerjs/telemetry','_submitChangeset','listCollaborators','put','state$','ImageIoService','responseType','saveSheetBlock','_transformIMECache','objects','_collabSessionService','dispose$','appendMutation','#FFF','_onConflict','UNKNOWN_CMD','lib','onSendChangeset','send','tag','getSheetObject','_getAPIPrefix','_onFetchMissResult','_cursor','_rescheduleHeartbeat','objectID','use','[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.','getUnitStatus$','csAckEvent','forEach','12301850kvXiZQ','getResourcesRequest','eventID','SHOULD_CLOSE_CONN','salt','saveOfflineData','@univerjs/docs','getSheetId','currentTheme$','WordArray','EvpKDF','[CollaborationUndoRedoService]','fetchMiss','subUnitId','_clearOtherTimers','switchMap','_collaborationController','SetWorksheetActivateCommand','fromCharCode','delete','AWAITING','capture','ThemeService','HEARTBEAT_INTERVAL','undoState','_socket$','failed\x20to\x20apply\x20missed\x20changesets!','_type','[OfflineState]:\x20received\x20acknowledgement.','_beforeCloseService','UniverCore','text','_getSnapshotAPIPrefix','HELLO','docStateChange$','_resendTimer','defs','resize','sid','handleInsertRangeMoveRight','CollaborationEntity','_drawAnchor','pad','repeat','getCollabCursors$','none','BehaviorSubject','roomInfos','@univerjs/engine-formula','UNDEFINED','_docSkeleton','_parse','displayName','reqId','@univerjs/core','contains','isPermissionRej','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','_updateStatus','/universer-api/authz','_collaborationPaused','ERROR_IMAGE','_getAnchorBounding','_anchorDot','_clearLocalCache','onRemoteRej','enableLocalCache','useObservable','transformByState','pluginName','formatter','auth.needGotoLoginAlert','replaceState','_onUserLeave','_themeService','ENSURE_SNAPSHOT_EXECUTION','ceil','UniverUi','@univerjs/design','1607ZKXRpd','registerBeforeClose','getOwnPropertySymbols','isInternalEditorID','SnapshotServerOverHTTPService','YUUMI_URL_COL_OUT_OF_RANGE','_document','HEARTBEAT_TIMEOUT_KEY','visibilitychange','min','getInterceptPoints','unknown','InsertSheetMutation','image/jpeg','_getDownloadEndpointURL','userID','onSyncEditingCollabCursor','_refreshCollabCursors','state','OnLineSingle','clearTimeout','transformRemoteChangeset','title','throttleTime','data','getUnit','_sessionStatus$','session','unitID','awaitingChangeset','_updateCollabCursors','_initStatusListener','split','_registerDependencies','_stopTelemetryCollaborationNewChangeset','OTHER_CLIENTS_EDITING','setConfig','_initResize','for','VIEW_MAIN','Latin1','loadDoc','deserializeToCombResponse','UUID','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','clone','_sender','indexOf','RECT','randomUUID','signUrlServerUrl','transformIMECache','max','/object/','ciphertext','SnapshotService','/universer-api/snapshot','7NRVUWv','ITransformService','getRenderById','_snapshotService','LOGIN_URL_KEY','debounceTime','JSONX','_onRemoteChangeset','entries','OFFLINE','handleDeleteRangeMoveLeft','_minBufferSize','_HTTPService','_process','TEXT_RANGE_LAYER_INDEX','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','onMissedChangesetFetched','saveSnapshot','action','/unit/','c2Prime','_isPermissionRej','pipe','10VnItJm','RevisionService','splice','searchParams','_shouldReportTelemetry','_doCryptBlock','handleInsertRow','black','assignAColorForMemberID','join','awaiting_with_pending','UniverInstanceType','size','HEARTBEAT','close','with','useDependency','Rect','onRemoteAck','UNIVER_SHEET','createCollaborator','subunit','getDocRanges','MSG_FOR_ERROR','getCurrentUser','DocIMEInputManagerService','__creator','Encryptor','UNIVER_COLLABORATION_CLIENT_PLUGIN','conflict.title','IConfigService','UniverCollaborationClientPlugin','_applyRemoteChangeset','DOC_RANGE_TYPE','getUnitOnRev','SheetCollabCursorShape','onPointerLeave$','LICENSE_EXPORT_SIZE_EXCEEDED','1231345hPOXwF','fromEvent','startColumn','_initCloseConn','DataLoaderController','YUUMI_SUBSCRIPTION_NOT_FOUND','WebURLService','_transformPreviousActiveRange','sigBytes','doc.mutation.rich-text-editing','PENDING','_members','CollaborationController','@univerjs/docs-ui','getActiveSheet','copyFileMeta','UniverDocs','combineLatest','code','rgba(255,\x20255,\x20255,\x200.01)','SheetsSelectionsService','CollaborationEvent','forwardRef','_ENC_XFORM_MODE','AuthzIoHttpService','_unitID','slice','InsertRangeMoveDownCommandId','_roomMembers$','deserializeRangeWithSheet','fillStyle','_getUploadFileURL','NOT_COLLAB','RECV','_transformStack','StreamCipher','[PendingState]:\x20received\x20rejection.','image/gif','processBlock','onPointerEnter$','_getSignURL','startsWith','__esModule','_color','liveShareOperation','deleteCollaborator','_unitOnClients','_iv','toggleOffline','COLORS','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','_cursorInfo$','toString','parse','UPDATE_PERMISSION_OBJ','sequenceExecute','DependentOn','_scheduleHeartbeat','connectInjector','unitId\x20is\x20not\x20found','_logService','_waitCount','BuiltInUIPart','getDeserializedSheetBlock','restore','_prevBlock','reconnect','Warning','getCollabEntity','filter','roles','blockSize','Base64','_notificationService','univer-online-status-title','Plugin','_hover','_transformUndoRedoStack','json','RETRY_CONNECTING_MAX_COUNT','getRangePointData','_startTelemetryCollaborationNewChangeset','Vector2','CHANGESET_ACK','_lockTransition','toRgbString','dispose','_doReset','collaboration-session-retry','length','collab-rect-range-','_invKeySchedule','currentColor','getMember','body','transformStateCache','_startCollaboration','has','call','_saveCache','sendChangesetTimeout','_roomMembers','Tooltip','onStateChange','purple300','INVALID_ARGUMENT','handleIRemoveRow','kdf','setParam','MD5','FETCH_MISS','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','handleDeleteRangeMoveUp','offline','textRanges','defineProperty','resourceIDs','Shape','SNAPSHOT_SERVER_URL_KEY','M0\x200H16V16H0z','confirm','COMPRESS_MUTATION_SEND','transform','key','_clearScheduledTask','_initEventListeners','init','allowed','endRow','_range','_permissionService','msCrypto','_singleActiveUnitService','getLatestCsReqIdBySid','collaMsg','_textBubble','default','LICENSE_MAX_UNITS_EXCEEDED','editing\x20status\x20changed\x20to','save','_docTransformStateCacheService','getUniverSheetInstance','IURLService','now','algo','addObject','DEFAULT_FILE_NAME','CHANGESET_REJ','_sheetSkeletonManagerService','DisposableCollection','listRoles','_createHandler','collabStatus.syncing','mode','touchDependencies','toStringTag','_transitionLocked','cfg','_collabCursorState$','_draw','sheets','Univer','unload','PERMISSION_DENIED','lineTo','_doProcessBlock','top','?size=','withCredentials','attrs','_cursors','includes','_showConflictNotification','createDecryptor','className','Undefined','jsx','refreshPermission','COMMENT_UPDATE','SEND_CHANGESET_TIMEOUT_KEY','_onRemoteRejected','HEARTBEAT_TIMEOUT','selections','joinRsp','DocSelectionManagerService','_disabled','MoveRangeCommandId','image/jpg','[DataLoaderController]','setItem','UniverDrawing','_change$','_createInitialState','_cursorShapes','RichTextEditingMutation','interceptor','apply','onTransformRemoteChangesetByIMECache','_docTransformIMECacheService','/universer-api/file/{fileID}/sign-url','_joinRoom','BufferedBlockAlgorithm','_onUserJoin','save\x20fail\x20reason\x20is\x20','_doFinalize','revision','onTransformSelections','LIVESHARE_OPERATION','_socket','_onRecvEvent','uni.network.url-service','NEW_CHANGESETS','b64DecodeUnicode','pending','unshift','append','_exhaustRemoteChangesetQueue','OpenSSL','_onOffline','sessionStatus','infoRsp','transformStack\x20failed!','event$','image/bmp','_id','url(#$1','random','blue400','stopTime','encode','triggerDblclick','_key','_createHelper','SetSelectionsOperation','_data','getSheetBlock','ALREADY_EXISTS','_sessions','_refRangeService','_event$','clipPath','CompressMutationService','/fetchmissing?from=','LOCAL_CACHE_INTERVAL_KEY','HMAC','currentSkeleton$','get','[CollaborationSessionService]:\x20socket\x20error','collab-text-range-','c1Prime','PasswordBasedCipher','collaboration.single-unit.warning','APPLY_PERMISSION_DENIED','error$','_collabCursorController','_onCursorDelete','collaboration.closeRoom','popstate','IBeforeCloseService','ivSize','ImageUploadStatusType','_configService','set','div','finalize','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','color','enableOfflineEditing','serializeCombRequest','_waitForHeartbeatResponse','_revisionService','show','[PendingState]:\x20received\x20acknowledgement.','_awaitingChangeset','UniverCollaboration','CHANGESET_SHOULD_RETRY','joinEvent','_getUndoStack','_clearUndo','localeService','/-/object/-/batch_allowed','batchAllowed','DocCollaborationEntity','socket\x20open.','_uiPartsService','_getScale','cursorInfo$','JOINING','fillText','width','EmptyMutation','onCommandExecuted','find','href','_createInitialStateImpl','collabStatus.offline','headers','_render','@univerjs/network','transformSelections','getRelativeToViewportCoord','keySize','UNIVER_PROJECT','APPLY_REVISION_CONFILICT','_docTransformSelectionsService','setShowComponents','pauseCollaboration','getConfig','_hideTimer','_initMergeInterceptor','_toggleOffline','closeSession','create','liveShareNewHost','_context','HTTPService','_toggleOnline','ERROR_EXCEED_SIZE','debug','SEND_CHANGESET_TIMEOUT','Rectangle','prototype','updatePermissionPoint','close$','_updateSubUnitFromURLParams','sheetID','error','syncEditingCollabCursor','IPermissionService','[CollaborationSession]','flatMap','awaiting','_retryCount','\x0aCurrent:\x20','updateOfflineData','asObservable','isArray','_xformMode','permissionRejEvent','_transformRemoteChangesetByStateCache','sheetId','object','collabCursorState$','_checkMissing','result','DocStateChangeManagerService','add','snapshotServerUrl','_anchor','_syncEditingCollabCursorService','univer-pro.collaboration-client-socket-service','urlChange$','_memberService','COLLAB_SUBMIT_CHANGESET_URL_KEY','createSocket','byteOffset','WebSocketService','_heartbeatTimer','encrypt','_unlockTransition','TEXT','CipherParams','extend','_remoteChangesetQueue','collabWebSocketUrl','getRandomValues','_listenToOfflineEvent','_snapshotServerService','rxjs/operators','LIVESHARE_TERMINATE','_unitStatus','onRemoteRetry','Workbook','_userManagerService','session.room-full','/collaborator','_removeCollabCursors','engine','MessageType','collabStatus.notCollab','UniverTelemetry','parseChangesetToProtocol','SheetCollaborationEntity','NOT_FOUND','concat','onMissingChangesets','reject','updatePermissionObjEvent','isTransformChangesetsSuccess','_initDependencies','uploadFileServerUrl','online','post','fetching\x20missing\x20changesets\x20from\x20','113691fWlbRZ','_fetchMissChangesets','newCsEvent','members','1em','idSuffix','_onRemoteACK','univer-offline','SheetSkeletonManagerService','@univerjs/engine-render','replaceDocRanges','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','_localCacheService','RxDisposable','_keySchedule','update','react.element','whenReady','on-line-single','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','debounce','map','executeCommand','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','delay','SYNCED','_removeClearOtherTimer','_renderManagerService','_compressMutationService','setAlpha','collaboration_new_changeset','SetDocZoomRatioOperation','all','off-line-single_clip0_910_343','drawWith','transformMutation','_transformHistoryAndStateStack','createInstance','deepClone','84JrpGnM','onTransformRemoteChangesetByStateCache','ILogService','ranges','[OfflineState]:\x20received\x20rejection.','Base','registerDependencies','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','_retryConnectingTimer','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','FETCH_MISSING','some','removeMember','\x20to\x20','_telemetryService','not_collab','UniverCollaborationPlugin','_ws','/block/','_getAPIPrefixPath','_colorIndex','UNRECOGNIZED','_scheduleClearOtherTimer','m2Prime','...','univer-online','BlockCipher','handleMoveRange','InsertColCommandId','_urlService','disableLocalCache','byteLength','HttpImport','encryptBlock','getTypeOfUnitAdded$','WorkbookEditablePermission','_executeRemoteChangeset','onTransformChange$','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','_onConnectionFailed','UnitEmbedded','isTransformMutationsWithChangesetSuccess','getUnitType','workbook','_timeoutTimer','registerComponent','exports','LIVESHARE_FETCH_OPERATIONS','IDLE','@univerjs/rpc','_ensureSubject','isTransformMutationFailure','USERS_LEAVE','CommandType','getCoordByCell','take','iterations','&assign=','_schedule','ref','/object','_onCombEvent','_updateState','_pendingMutations','closePath','_reverseMap','_config','UPDATE_CURSOR','routeKey','_updateLocalCache','POST','icon','SNAPSHOT_INVALID_SNAPSHOT','symbol','_onJoinRoomEvent','InsertRowCommandId','_state','updateCursorEvent','0\x200\x2017\x2016','univerjs-icon\x20univerjs-icon-','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','_labelPosition','onMouseMove','handleInsertCol','IUniverInstanceService','Pkcs7','/-/object/list','_iKey','getSkeleton','_nRounds','defIds','_imageSourceCache','RemoveRowCommandId','function','HttpExport','onTransformState','_send','_shapes','_getRedoStack','_entityInit$','_loadSheet','_incrementRevisionNumber','editingUnit','rxjs','BlockCipherMode','ISnapshotServerService','getViewport','ReactCurrentOwner','setUndoRedoMutationParamsCache','catch','INTERNAL_ERROR','Hasher','getUndoRedoMutationParamsCache','onload','permission.content','decrypt','csShouldRetryEvent','2462752Txdxan','ICollaborationSocketService','fill','svg','setCurrentUser','COMPRESS_MUTATION_APPLY','operators','sessionStatus$','hasOwnProperty','Disposable','onTransformIME','_resendWithTimeout','4568826oUqUWe','ICommandService','@univerjs-pro/collaboration','Utf8','from','NO_OTHER_CLIENTS_EDITING','removeParam','reverse','_status$','LICENSE_DISTRO_REJECTED','react','UNIVER_UNKNOWN','setShapeProps','message$','addEventListener','_sendHeartbeatTimer','onPointerMove$','AES','_hovered','_handleHeartbeatEvent'];_0x3494=function(){return _0x4fe01f;};return _0x3494();}
|
1
|
+
function _0xae4f(){const _0xf368ee=['update','_getDownloadEndpointURL','ILogService','_minBufferSize','_unitStatus','_transformRemoteChangesetByIMECache','_transformPreviousActiveRange','on-line-single_clip0_910_349','_socket$','_transformStack','getOwnPropertySymbols','getTime','_prevBlock','_xformMode','isInternalEditorID','484359cFggWo','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','buffer','mode','IMessageService','_heartbeatTimer','ivSize','getDocRanges','collaboration_new_changeset','516ttElwc','_getUploadFileURL','getUnitId','COLORS','putCollaborators','activeSheet$','some','_permissionService','replace','_acknowledgedAwaitingChangeset','UUID','isActive','HEARTBEAT_INTERVAL_KEY','reverse','getRoom','_lastPointer','HEARTBEAT','_disabled','[OfflineState]:\x20received\x20rejection.','ceil','LEAVE','USERS_LEAVE','forwardRef','_range','@univerjs/docs','UNIVER_SLIDE','_queuedRemoteChangesets','_transformIMECache','TOO_MANY_REQUESTS','_substituteRedoStack','_localeService','onTransformSelections','ITelemetryService','UniverEngineRender','jiqing500','getColor','LICENSE_EXPORT_SIZE_EXCEEDED','&to=','loadOfflineData','_reverseMap','appendMutation','registerRenderModule','_joinRoom','getCollabCursors$','_transformRemoteChangesetByStateCache','saveImage','_getCtorByUniverType','Shape','sin','_commandService','_shouldReportTelemetry','getSheetBySheetId','_onConnectionOpen','onStarting','currentColor','LOCAL_CACHE_INTERVAL','blockSize','add','ISnapshotServerService','onTransformIME','_DEC_XFORM_MODE','RefRangeService','prototype','unpad','confirm','makeDirty','_registerDependencies','registerDependencies','AuthzIoHttpService','univerjs-icon\x20univerjs-icon-','UniverDocsUi','createElement','_onUserJoin','subunit','onPointerMove$','closePath','max','EXCHANGE_SIGN_URL_SERVER_URL_KEY','exhaustSavingTask','setTimeout','hide','_fetchMissChangesets','/allowed','_hovered','stopTime','history','collab-rect-range-','_initDependencies','SheetSkeletonManagerService','onMissingChangesets','fetch_missing','_syncEditingCollabCursor','sessionStatus','saveChangeset','substr','image/png','_saveTaskMap','UnitEmbedded','onStateChange','_startCollaboration','JOIN','Disposable','unit-cache-','getSkeleton','_exhaustRemoteChangesetQueue','decrypt','useObservable','_lockTransition','map','getUnit','_onRemoteRetry','lib','signUrlServerUrl','DocCollaborationEntity','Tooltip','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','target','_initRequestHeader','_iv','[PendingState]:\x20unhandled\x20univer\x20type:\x20','onPointerEnter$','_clearTimeoutTimer','deleteCollaborator','list','getTypeOfUnitAdded$','enc','_undoRedoService','IUIPartsService','toDisposable','_assignedColors','HEARTBEAT_INTERVAL','_collabCursorState$','SnapshotServerOverHTTPService','clamp','exports','objectID','unsubscribe','ImageSourceType','NoPadding','Base','UniverDesign','DOC_RANGE_TYPE','_ws','Module','compose','...','COLLAB_WEB_SOCKET_URL_KEY','UNRECOGNIZED','initWorkbookPermissionChange','_transitionLocked','_nRounds','isTransformMutationFailure','_clearScheduledTask','_localStorageService','_docStateChangeManagerService','PERMISSION_DENIED','_disableEditing','SheetPermissionInitController','M0\x200H16V16H0z','defIds','isTransformMutationsWithChangesetSuccess','deepClone','_resendTimer','_createSocket','_eventUnsubscribe','saveOfflineData','UniverCore','_substituteUndoStack','idSuffix','readAsDataURL','mergeOverrideWithDependencies','NEW_CHANGESETS','ITransformService','create','LICENSE_IMPORT_SIZE_EXCEEDED','SetWorksheetActivateCommand','_createHandler','LIVESHARE_OPERATION','@univerjs/docs-ui','Optional','collabWebSocketUrl','crypto','onlyLocal','call','_removeCollabCursors','DesktopCollaborationStatusDisplayController','merge','disposeWithMe','listCollaborators','MessageType','syncEditingCollabCursor','_unlockTransition','SHA1','HEADER_MENU','transformStateCache','_onUserLeave','getSheetBlock','fetchThroughInterceptors','debounce','fillStyle','put','assignAColorForMemberID','_drawAnchor','onSyncEditingCollabCursor','undoState','_selfUnitIDs','LICENSE_DISTRO_REJECTED','UNIVER_DOC','defaultProps','INotificationService','Base64','_transformSelections','YUUMI_SUBSCRIPTION_NOT_FOUND','WorkbookEditablePermission','words','IImageIoService','UniverCollaborationClient','subscribe','_syncEditingCollabCursorService','setUndoRedoMutationParamsCache','SEND_CHANGESET_TIMEOUT_KEY','currentTheme$','CollaborationSession','onSendChangeset','duration','reset','purple300','@univerjs/network','defineProperty','_handleHover','_redoStacks','getMergeData','_socketMessageSubscription','react.element','_textBubble','round','handleMoveRange','_tryReconnect','IDLE','type','BlockCipherMode','_oKey','sheetId','getCoordByCell','__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED','set','findNodePositionByCharIndex','_commentUpdate$','svg','executeCommand','onCommandExecuted','_stopTelemetryCollaborationNewChangeset','Subject','BASE64','requestParams','react','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','children','SetDocZoomRatioOperation','handleDeleteRangeMoveLeft','updatePermissionObjEvent','failed\x20to\x20apply\x20missed\x20changesets!','_setupSubUnitSync','algo','setCurrentUser','deserializeToCombResponse','backgroundColor','_change$','_docTransformSelectionsService','_scheduleClearOtherTimer','unitId\x20is\x20not\x20found','url','pipe','parse','getStateCache','unshift','collabStatus.notCollab','_applyRemoteChangeset','_updateSubUnitFromURLParams','submit\x20changeset\x20error!','UniverCollaboration','getInterceptPoints','JOINING','_socketReady','univer-pro.collaboration-client.single-active-unit-service','LOGIN_URL_KEY','append','_onRemoteChangeset','session.room-full','@univerjs/engine-formula','range','permission.content','randomBytes','_removeClearOtherTimer','updatePermissionPoint','_doFinalize','batchAllowed','onlineStatusIcon','switchMap','getParam','_sender','IUniverInstanceService','headers','CollaborationSocketService','DependentOn','LICENSE_MAX_UNITS_EXCEEDED','_telemetryInfo','width','_onLocalMutation','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','ImageIoService','_notificationService','Encryptor','Inject','IContextService','status$','getUndoRedoMutationParamsCache','gold400','_updateURLWithCurrentState','c2Prime','MemberService','toggleOnline','setAlpha','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','rxjs/operators','_docTransformStateCacheService','removeMember','[CollaborationUndoRedoService]','MUTATION','updateOfflineData','_timeoutTimer','collaboration.closeRoom','addImageSourceCache','_onJoinRoomEvent','fromEventSubject','_roomMembers$','onTransformRemoteChangesetByStateCache','_loadDoc','_collabCursorController','DocSelectionManagerService','_event$','_getCurrentRevision','TEXT','getViewport','colorChannel1','_pendingMutations','_retryConnectingTimer','format','FETCH_MISSING','fetchMiss','COMPRESS_MUTATION_APPLY','@univerjs/sheets','NO_OTHER_CLIENTS_EDITING','get','url(#$1','createEncryptor','_createHelper','univer-online-status-title','Tools','ranges','image/gif','image/bmp','_collaborationPaused','slice','mutations','newCsEvent','indexOf','charAt','charCodeAt','_colorAssignService','UNIVER_COLLABORATION_CLIENT_PLUGIN','clearInterval','2334dgEBlz','_http','onRemoteChangeset','_draw','send','@univerjs/design','/object/','session.will-retry','LIVESHARE_NEW_HOST','_labelPosition','_urlService','UPDATE_PERMISSION_OBJ','_scene','getItem','change$','IPermissionService','session','_doCryptBlock','_createInitialStateImpl','_handleLeaveEvent','transformSelections','UniverCollaborationClientPlugin','href','_getSignURL','_socketService','EffectRefRangId','_handler','_members','CHANGESET_REVISION_CONFILICT','find','[DataLoaderController]','UniverSheets','_map','RichTextEditingMutation','roomMembers','?url=','_context','_entityInit$','createSocket','commentUpdateEvent','SheetsSelectionsService','apply','padding','HmacSHA1','2mVdHQH','uni.network.url-service','subscribeEvent','_updateLocalCache','CONNECTOR_DATA_TOO_LARGE','OpenSSL','[SyncedState]:\x20received\x20acknowledgement.','_incrementRevisionNumber','Undefined','_clearOtherTimers','onRendered','session.collaboration-timeout','startColumn','registerBeforeClose','_HTTPService','_toggleOnline','INTERNAL_ERROR','AES','_transformStateCache','translate(.97)','random','generateRandomId','univer-online-status','collaboration.single-unit.warning','_cursorShapes','useCallback','_parse','_univerInstanceService','routeKey','Plugin','cursorInfo$','APPLY_PERMISSION_DENIED','Hasher','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','skeleton','_getAPIPrefixPath','toStringTag','getMemberID','revision','_getSendChangesetTimeout','_renderManagerService','readInt32LE','&source=','_handleHeartbeatEvent','_process','VIEW_MAIN','HmacMD5','univer-online-status-icon','clone','_color','Rect','_mode','_clearUndo','_retryCount','awaiting','_scheduleTimestamp','HttpExport','updateMember','_onCursorDelete','RegularPolygon','_clearRedo','_hover','has','_transformHistoryAndStateStack','Utf8','_refreshCollabCursors','red300','/role','off-line-single','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','handleInsertCol','_messageService','_logService','InsertColCommandId','default','split','CHANGESET_SHOULD_RETRY','localeService','getUnitType','_getScale','transformRemoteChangeset','_initEventListeners','createCollaborator','_collaborationController','_onOffline','height','SYNCED','useDependency','_hideTimer','ERROR_IMAGE_TYPE','UniverEngineFormula','capture','createIdentifier','LIVESHARE_FETCH_OPERATIONS','authzUrl','font','auth.needGotoLoginAlert','/block/','pluginName','[CollaborationSession]','fetchMissingChangesets','[FetchMissState]','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','SetSelectionsOperation','text','bind','BufferedBlockAlgorithm','flatMap','_startDocCollabCursor','_commentService','refreshPermission','UniverSheetsUi','_shapes','PENDING','next','touchDependencies','getCurrentRevOfUnit','_showConflictNotification','url(#off-line-single_clip0_910_343)','onMissedChangesetFetched','_initStatusComponent','\x0aAfter:\x20','roles','SNAPSHOT_URL_KEY','createDecryptor','save','encrypt','changesets','ENSURE_SNAPSHOT_EXECUTION','_changesetSessionId','verdancy600','_initResize','_keySchedule','dispose','userID','_handleJoinEvent','_setupBeforeClosingHandler','cursorInfo','/rev/','@univerjs/ui','fromCollab','InsertSheetMutation','for','_getSnapshotAPIPrefix','_ENC_XFORM_MODE','getUnhiddenWorksheets','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','collab-client.tooltip.reconnect','name','enableOfflineEditing','collabStatus.conflict','min','textRanges','fromEvent','substring','urlChange$','pending','object','_memberService','react.fragment','Univer','hasher','_hash','reconnect','synced','rxjs','_throwTelemetryCollaborationNewChangeset','from','UniverNetwork','ThemeService','encryptBlock','key','clearTimeout','catch','AWAITING_WITH_PENDING','saveSheetBlock','updateCollaborator','editing\x20status\x20changed\x20to','leaveEvent','USERS_ENTER','OFFLINE','#fff','registerHTTPInterceptor','_id','_state','_userManagerService','0\x200\x2017\x2016','socketService','FETCH_MISS','conflict.content','splice','createInstance','byteLength','Error','sigBytes','collaboration-session-retry','sheets','override','reject','_changesetReqId','_startTelemetryCollaborationNewChangeset','startsWith','_replaceFileID','byteOffset','JSONX','BlockCipher','POST','_uiPartsService','_docSkeleton','_getLoginPath','CONFLICT','[CollaborationEntity]','_nDataBytes','_anchor','sendChangesetTimeout','_updateCollabCursors','hasOwnProperty','_colorIndex','useRef','iterations','MergeInterceptorFactory','joinEvent','getLatestCsReqIdBySid','_themeService','_transformUndoRedoStack','_updateStatus','_onRefRangeChange','disposeUnit','jsx','CommandType','unload','function','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','_send','collabStatus.offline','_waitCount','_listenToOnlineEvent','baseRev','addEventListener','_key','COLLAB_SUBMIT_CHANGESET_URL','with','_sendingTimer','_candidateSocket','SNAPSHOT_HAS_BEEN_REMOVED','takeUntil','compute','getUnitOnRev','getCurrentSelections','UniverRpc','floor','selections','LIVESHARE_TERMINATE','YUUMI_UNABLE_LOAD_URL','clear','_saveCache','ws://127.0.0.1:8000/universer-api/comb/connect','UNIVER_PROJECT','React','COLLAB_SUBMIT_CHANGESET_URL_KEY','_hasher','__esModule','_resendWithTimeout','size','/unit/','getOffsetConfig','getCollabEntity$','_decreaseWaiting','Rectangle','_roomMembers','beginPath','action','cfg','[CollaborationSessionService]:\x20socket\x20error','EmptyMutation','_beforeCloseService','csRejEvent','params','MD5','execute','AUTHZ_URL_KEY','_cursorInfo$','getWorkbookSelections','_iKey','removeParam','awaitingChangeset','toString','hovered','transformIMECache','sheetID','UniverInstanceType','isPermissionRej','body','@univerjs-pro/collaboration','Error\x20on\x20receiving\x20event','attrs','UniverUi','isTransformChangesetsSuccess','ERROR_EXCEED_SIZE','fill','_tryEnsureSocket','interceptor','docStateChange$','HTTPService','number','CollaborationEntity','collaboratorID','_cipher','APPLY_REJECT','includes','_unitOnClients','transformMutationsWithChangeset','_onConflict','/-/object/list','transformUndoRedo','LocaleService','CommentService','restore','ref','WebURLService','pad','transformMutation','_listenToOfflineEvent','_loadSheet','_telemetryService','delete','visibilitychange','IUndoRedoService','CBC','_initCloseConn','collabSubmitChangesetUrl','ACTIVE_UNIT_EVENT_CHANNEL','resend','/collaborator','decryptBlock','getOwnPropertyDescriptor','TEXT_RANGE_LAYER_INDEX','resize','{fileID}','_initCommandExecutedListener','UniverTelemetry','subUnitId','NOT_FOUND','getImageSourceCache','0\x200\x2016\x2016','/new_changes','onTransformState','transformChangesets','_waitForHeartbeatResponse','_collaborationTimeoutTimer','CollaborationController','[OfflineState]:\x20received\x20changeset.','_drawTextRange','_docSyncEditingCollabCursorService','_onConnectionFailed','CipherParams','_entities','current','_sessionStatus$','_scheduleCollaborationTimeoutTimer','concat','color','_onRemoteACK','handleInsertRow','156065pMtBYV','className','FromArray','unitId','isTransformMutationsWithChangesetFailure','onPointerLeave$','serializeCombRequest','setItem','?size=','redoState','_cursor','values','concatMap','/universer-api/snapshot/','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','ILocalStorageService','registerComponent','offline','repeat','focused$','registerRefRange','_snapshotService','SheetCollabCursorShape','handleIRemoveCol','ICollaborationSocketService','InsertRangeMoveRightCommandId','arc','roomMembers$','uploadFileServerUrl','_session','serializeRangeWithSheet','getDeserializedSheetBlock','_instanceService','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','HEARTBEAT_TIMEOUT','path','_keyPriorReset','getRelativeToViewportCoord','onMouseMove','_isPermissionRej','startRow','unitID','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','isEditing','data','collaMsg','_schedule','fillText','listRoles','requireSession','setInterval','xlink:href','all','DocStateChangeManagerService','FAIL','getResourcesRequest','IRenderManagerService','_compressMutationService','getSheetObject','closeSession','unit','_name','APPLY_REVISION_CONFILICT','_cachedData','IBeforeCloseService','m1Prime','_config','getRenderById','WordArray','tag','RemoveColCommandId','close','code','UNDEFINED','sid','_init','drawWith','CollaborationSessionService','_docSkeletonManagerService','handleInsertRangeMoveDown','objectType','eventID','_remoteChangesetQueue','INVALID_ARGUMENT','on-line-single','symbol','_createInitialState','/fetchmissing?from=','ReactCurrentOwner','SheetCollaborationEntity','setParam','UnitSnapshot','_httpService','m2Prime','_awaitingChangeset','_createHmacHelper','doc.mutation.rich-text-editing','MSG_FOR_ERROR','SnapshotService','_collabSessionService','runRefRangeMutations','NodePositionConvertToCursor','getCollabEntity','_ensureSubject','toRgbString','conflict','_replayCachedMutations','SUBMIT_CHANGESET','debug','commentUpdate$','forEach','fetching\x20missing\x20changesets\x20from\x20','actions','684747LIodQM','open$','SNAPSHOT_SERVER_URL_KEY','session.connection-failed','collabCursorState$','parseProtocolChangeset','newValue','post','_singleActiveUnitService','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','equals','FileId','SerializableCipher','_transformService','addObjects','rgba(255,\x20255,\x20255,\x200.01)','SNAPSHOT_INVALID_SNAPSHOT','_revisionService','processBlock','MoveRangeCommandId','_submitChangeset','Fragment','Could\x20not\x20dynamically\x20require\x20\x22','Vector2','_onMessage','engine','take','memberID','setShowComponents','encode','show','COMPLETION_FINISHED','currentSkeleton$','loadDoc','init','isArray','ciphertext','extend','blue400','unknown','bottom','measureText','getUnitStatus$','INGEST','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','_updateLocalCursor','getRandomValues','NOT_COLLAB','Warning','asObservable','joinRsp','msCrypto','getActiveSheet','_invKeySchedule','_clearLocalCache','UNKNOWN_CMD','_localCacheService','error$','collab-text-range-','getFocusedUnit','reduce','_type','CollaborationEvent','ThresholdInterceptorFactory','TRANSFORM_CHANGE_OBSERVABLE_TYPE','getTypeOfUnitDisposed$','dispose$','_onCursorUpdate','_onFetchMissResult','error','length','RETRY_CONNECTING_MAX_COUNT_KEY','title','lineTo','/-/object/-/batch_allowed','[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.','x-univer-host','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','status','_state$','message$','_doReset','RECV','HELLO','sessionStatus$','/universer-api/comb','_onCombEvent','onTransformRemoteChangesetByIMECache','enableSingleActiveInstanceLock','permissionRejEvent','ImageUploadStatusType','stringify','YUUMI_RATE_OVER_LIMIT','collabStatus.fetchMiss','_getRedoStack','collab-text-anchor-','shouldCloseConn','socket\x20close','editingUnit','close$','UNIVER_UNKNOWN','parseChangesetToProtocol','Decryptor','AWAITING','@univerjs/telemetry','getUniverSheetInstance','_render','_undoStacks','_clearHeartbeatTimer','salt','socket$','[SyncedState]:\x20received\x20rejection.','_getAPIPrefix','@univerjs/drawing','image/jpeg','_clearCollaborationTimeoutTimer','black','url(#on-line-single_clip0_910_349)','fromCharCode','_getSaveTimeout','c1Prime','searchParams','SEND_CHANGESET_TIMEOUT','onlineStatus','defs','RECT','rng','_onRemoteRejected','ERROR_IMAGE','resourceIDs','LIVESHARE_REQUEST_HOST','rev','@univerjs/sheets-ui','then','UniverCollaborationPlugin','1em','filter','Malformed\x20UTF-8\x20data','telemetry\x20info\x20is\x20not\x20initialized','LOCAL_CACHE_INTERVAL_KEY','ColorKit','PSEUDO_FETCH_MISSING_RESULT','RxDisposable','conflict.title','[CollaborationSessionService]','getAllMembers','YUUMI_URL_COL_OUT_OF_RANGE','_cursors','column','string','Unknown\x20user','icon','SHOULD_CLOSE_CONN','operators','pushState','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','textEncoder','_injector','getConfig','DataLoaderController','clipPath','getAncestorScale','disableLocalCache','now','_rescheduleHeartbeat','mixIn','EvpKDF','_handleEvent','onRemoteRej','randomUUID','_initStatusListener','_getUndoStack','_backgroundColor','UniverNetworkPlugin','Injector','LocalCacheService','setActiveRange','assign','univer-pro.collaboration-client-socket-service','\x0aCurrent:\x20','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','_document','updateCursorEvent','_data','_getMergeRange','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','/universer-api/oidc/authpage','CHANGESET_REJ','5042580zFEbYC','IConfigService','addObject','UPDATE_CURSOR','liveShareNewHost','onload','SessionStatus','BehaviorSubject','transformStack\x20failed!','_initUnitPermissionChange','APPLY_NON_SEQUENTIAL_REVISION','getCurrentUnitForType','Pkcs7','_sheetSkeletonManagerService','onRemoteRetry','[CollaborationState]:\x20apply\x20error!','_resendTimeout','_collaborationSessionService','complete','amd','socket\x20open.','[PendingState]:\x20received\x20rejection.','_updateState','storage','selection','displayName','@univerjs/rpc','snapshotServerUrl','delay','_configService','NodePositionConvertToRectRange','PasswordBasedCipher','getImage','onlineStatusTitle','getCurrent','HttpImport','ALREADY_EXISTS','push','state$','PERMISSION_REJ','HTTPRequest','WebSocketService','_online','_checkMissing','_socket','b64DecodeUnicode','onTransformChange$','3471372YKZSMC','image/jpg','_drawRectRange','/universer-api/snapshot','40KnzTSQ','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','location','kdf','CHANGESET_ACK','SetTextSelectionsOperation','use','@univerjs/engine-render','debounceTime','_unitID','every','responseType','CompressMutationService','$super','_removeRoom','collabStatus.synced','IAuthzIoService','jsxs','\x20in\x20_schedule.','allowed','DocSkeletonManagerService','_sendHeartbeat','reqId','setShapeProps','state','collaboration-client.offline-data-not-saved','getSheetId','UNIVER_SHEET','_append','_executeRemoteChangeset','_sendHeartbeatTimer','_scheduleHeartbeat','result','_getSheetObject','onCommentUpdate','downloadEndpointUrl','_anchorDot','RevisionService','_imageSourceCache','join','_toggleOffline','InsertRowCommandId','cmd','OTHER_CLIENTS_EDITING','replaceState','contains','_status$','CollaborationStatus','VIEWPORT_KEY','toggleOffline','OffLineSingle','keySize','Latin1','COMMENT_UPDATE','_snapshotServerService','getValue','COLLAB_WEB_SOCKET_URL','off-line-single_clip0_910_343','_docTransformIMECacheService','APPLY_DUPLICATED','ONLINE','\x20to\x20','originalMeta','_sessions','shareReplay','getCurrentUser','onRemoteAck','finalize','ICommandService','event$','getMember','workbook','22385VCdOAv','permission.title','div','entries','Hex','handleIRemoveRow','DeleteRangeMoveUpCommandId','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','_refRangeService','online','_startSheetCollabCursor','top'];_0xae4f=function(){return _0xf368ee;};return _0xae4f();}function _0x5c47(_0x5f2c78,_0x43d9a1){const _0xae4f9e=_0xae4f();return _0x5c47=function(_0x5c4714,_0x16b12f){_0x5c4714=_0x5c4714-0x7e;let _0x3cb989=_0xae4f9e[_0x5c4714];return _0x3cb989;},_0x5c47(_0x5f2c78,_0x43d9a1);}(function(_0x16f5b5,_0x19a3de){const _0x20b631=_0x5c47,_0xc4efa7=_0x16f5b5();while(!![]){try{const _0x1ab5ed=parseInt(_0x20b631(0x43d))/0x1+-parseInt(_0x20b631(0x10d))/0x2*(-parseInt(_0x20b631(0xe1))/0x3)+parseInt(_0x20b631(0x446))/0x4*(parseInt(_0x20b631(0x422))/0x5)+-parseInt(_0x20b631(0x3d6))/0x6+-parseInt(_0x20b631(0x27a))/0x7+parseInt(_0x20b631(0x3da))/0x8*(parseInt(_0x20b631(0x2eb))/0x9)+-parseInt(_0x20b631(0x3a7))/0xa;if(_0x1ab5ed===_0x19a3de)break;else _0xc4efa7['push'](_0xc4efa7['shift']());}catch(_0x3ddbe3){_0xc4efa7['push'](_0xc4efa7['shift']());}}}(_0xae4f,0x52832),function(_0x5e638d,_0x2b3a31){const _0x4e7487=_0x5c47;typeof exports==_0x4e7487(0x1aa)&&typeof module<'u'?_0x2b3a31(exports,require('@univerjs/core'),require(_0x4e7487(0x1b2)),require('rxjs/operators'),require(_0x4e7487(0xe6)),require(_0x4e7487(0x198)),require(_0x4e7487(0x529)),require(_0x4e7487(0x233)),require(_0x4e7487(0x353)),require(_0x4e7487(0x4f8)),require(_0x4e7487(0xcc)),require('@univerjs/engine-render'),require('@univerjs/docs'),require(_0x4e7487(0x35c)),require(_0x4e7487(0x8d)),require('@univerjs/sheets-ui'),require(_0x4e7487(0x545)),require('@univerjs/rpc')):typeof define==_0x4e7487(0x1f4)&&define[_0x4e7487(0x3ba)]?define([_0x4e7487(0x4cc),'@univerjs/core',_0x4e7487(0x1b2),_0x4e7487(0xb1),_0x4e7487(0xe6),'@univerjs/ui',_0x4e7487(0x529),_0x4e7487(0x233),'@univerjs/telemetry',_0x4e7487(0x4f8),_0x4e7487(0xcc),_0x4e7487(0x3e1),_0x4e7487(0x45e),_0x4e7487(0x35c),_0x4e7487(0x8d),_0x4e7487(0x36f),_0x4e7487(0x545),_0x4e7487(0x3c1)],_0x2b3a31):(_0x5e638d=typeof globalThis<'u'?globalThis:_0x5e638d||self,_0x2b3a31(_0x5e638d[_0x4e7487(0x51e)]={},_0x5e638d[_0x4e7487(0x4ec)],_0x5e638d[_0x4e7487(0x1b2)],_0x5e638d['rxjs'][_0x4e7487(0x384)],_0x5e638d[_0x4e7487(0x4d2)],_0x5e638d[_0x4e7487(0x236)],_0x5e638d[_0x4e7487(0x1b5)],_0x5e638d[_0x4e7487(0x84)],_0x5e638d[_0x4e7487(0x262)],_0x5e638d[_0x4e7487(0x48c)],_0x5e638d[_0x4e7487(0x100)],_0x5e638d[_0x4e7487(0x467)],_0x5e638d['UniverDocs'],_0x5e638d['UniverDrawing'],_0x5e638d[_0x4e7487(0x167)],_0x5e638d[_0x4e7487(0x17c)],_0x5e638d[_0x4e7487(0x210)],_0x5e638d[_0x4e7487(0x207)]));}(this,function(_0x2a808c,_0xed312c,_0x4984e3,_0x477442,_0x3d1593,_0x16dea4,_0x582e36,_0x2db012,_0x55e378,_0x48cd12,_0x3c9e4d,_0x100cea,_0x10f1a4,_0x4c06c4,_0x3df9c6,_0x4d0e53,_0x4001f3,_0x59326){'use strict';const _0x4ffe42=_0x5c47;var _0x4a3f80=Object[_0x4ffe42(0x52a)],_0x3bc3c1=(_0x38bbe4,_0x52a86c,_0x57726b)=>_0x52a86c in _0x38bbe4?_0x4a3f80(_0x38bbe4,_0x52a86c,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x57726b}):_0x38bbe4[_0x52a86c]=_0x57726b,_0x2a6f44=(_0xd178e5,_0x3b9ece,_0x1cc840)=>_0x3bc3c1(_0xd178e5,typeof _0x3b9ece!=_0x4ffe42(0x2cf)?_0x3b9ece+'':_0x3b9ece,_0x1cc840);const _0x4be4c8=_0x4ffe42(0x2ed),_0x1a73e8=_0x4ffe42(0x3d9),_0x12a537=_0x4ffe42(0x188),_0x2c1ffd=_0x4ffe42(0x365),_0x13e390=_0x4ffe42(0x412),_0x10accf=_0x4ffe42(0x20e),_0x5807fc=_0x4ffe42(0x4c8),_0x58795d=_0x4ffe42(0x29c),_0xb7bb48='RETRY_CONNECTING_MAX_COUNT',_0x176e42=_0x4ffe42(0x47d),_0x4f12c4=_0x4ffe42(0x1fe),_0x4cfef6=_0x4ffe42(0x340),_0x30db30=_0x4ffe42(0x89),_0x4bf128=_0x4ffe42(0x3a5);var _0x2dcc07=(_0x3a0091=>(_0x3a0091[_0x3a0091[_0x4ffe42(0x2c3)]=0x0]=_0x4ffe42(0x2c3),_0x3a0091[_0x3a0091['OK']=0x1]='OK',_0x3a0091[_0x3a0091[_0x4ffe42(0x11d)]=0x2]=_0x4ffe42(0x11d),_0x3a0091[_0x3a0091['PERMISSION_DENIED']=0x3]=_0x4ffe42(0x4e1),_0x3a0091[_0x3a0091[_0x4ffe42(0x264)]=0x4]=_0x4ffe42(0x264),_0x3a0091[_0x3a0091['UNAUTHENTICATED']=0x5]='UNAUTHENTICATED',_0x3a0091[_0x3a0091[_0x4ffe42(0x3cb)]=0x6]=_0x4ffe42(0x3cb),_0x3a0091[_0x3a0091[_0x4ffe42(0x2cd)]=0x7]=_0x4ffe42(0x2cd),_0x3a0091[_0x3a0091[_0x4ffe42(0x462)]=0x8]=_0x4ffe42(0x462),_0x3a0091[_0x3a0091[_0x4ffe42(0x30a)]=0x9]=_0x4ffe42(0x30a),_0x3a0091[_0x3a0091['CHANGESET_REVISION_CONFILICT']=0x1389]=_0x4ffe42(0xfd),_0x3a0091[_0x3a0091['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x4ffe42(0x2fb),_0x3a0091[_0x3a0091[_0x4ffe42(0x202)]=0x1772]=_0x4ffe42(0x202),_0x3a0091[_0x3a0091[_0x4ffe42(0x18d)]=0x1773]=_0x4ffe42(0x18d),_0x3a0091[_0x3a0091[_0x4ffe42(0x242)]=0x1b59]=_0x4ffe42(0x242),_0x3a0091[_0x3a0091[_0x4ffe42(0x3b1)]=0x1b5a]=_0x4ffe42(0x3b1),_0x3a0091[_0x3a0091[_0x4ffe42(0x2b8)]=0x1b5b]='APPLY_REVISION_CONFILICT',_0x3a0091[_0x3a0091[_0x4ffe42(0x12c)]=0x1b5c]=_0x4ffe42(0x12c),_0x3a0091[_0x3a0091[_0x4ffe42(0x415)]=0x1b5d]='APPLY_DUPLICATED',_0x3a0091[_0x3a0091['CONNECTOR_DATA_TOO_LARGE']=0x1f41]=_0x4ffe42(0x111),_0x3a0091[_0x3a0091['LICENSE_MAX_UNITS_EXCEEDED']=0x2329]=_0x4ffe42(0x9d),_0x3a0091[_0x3a0091[_0x4ffe42(0xaf)]=0x232a]=_0x4ffe42(0xaf),_0x3a0091[_0x3a0091[_0x4ffe42(0x4f4)]=0x232b]=_0x4ffe42(0x4f4),_0x3a0091[_0x3a0091['LICENSE_EXPORT_SIZE_EXCEEDED']=0x232c]=_0x4ffe42(0x46a),_0x3a0091[_0x3a0091[_0x4ffe42(0x514)]=0x232d]=_0x4ffe42(0x514),_0x3a0091[_0x3a0091['YUUMI_UNABLE_LOAD_URL']=0x2711]=_0x4ffe42(0x20b),_0x3a0091[_0x3a0091[_0x4ffe42(0x37d)]=0x2712]=_0x4ffe42(0x37d),_0x3a0091[_0x3a0091['YUUMI_RATE_OVER_LIMIT']=0x2713]=_0x4ffe42(0x347),_0x3a0091[_0x3a0091[_0x4ffe42(0x51a)]=0x2714]='YUUMI_SUBSCRIPTION_NOT_FOUND',_0x3a0091[_0x3a0091[_0x4ffe42(0x4d9)]=-0x1]=_0x4ffe42(0x4d9),_0x3a0091))(_0x2dcc07||{}),_0x4eba08=(_0x250b9e=>(_0x250b9e[_0x250b9e[_0x4ffe42(0x34f)]=0x0]=_0x4ffe42(0x34f),_0x250b9e[_0x250b9e[_0x4ffe42(0x515)]=0x1]=_0x4ffe42(0x515),_0x250b9e[_0x250b9e[_0x4ffe42(0x3f5)]=0x2]='UNIVER_SHEET',_0x250b9e[_0x250b9e[_0x4ffe42(0x45f)]=0x3]=_0x4ffe42(0x45f),_0x250b9e[_0x250b9e[_0x4ffe42(0x20f)]=0x4]=_0x4ffe42(0x20f),_0x250b9e[_0x250b9e[_0x4ffe42(0x4d9)]=-0x1]=_0x4ffe42(0x4d9),_0x250b9e))(_0x4eba08||{}),_0x307c82=(_0x5166e2=>(_0x5166e2[_0x5166e2['UNKNOWN_CMD']=0x0]=_0x4ffe42(0x322),_0x5166e2[_0x5166e2[_0x4ffe42(0x33e)]=0x1]='HELLO',_0x5166e2[_0x5166e2[_0x4ffe42(0x4aa)]=0x2]=_0x4ffe42(0x4aa),_0x5166e2[_0x5166e2['LEAVE']=0x3]=_0x4ffe42(0x45a),_0x5166e2[_0x5166e2[_0x4ffe42(0x316)]=0x4]=_0x4ffe42(0x316),_0x5166e2[_0x5166e2['HEARTBEAT']=0x5]='HEARTBEAT',_0x5166e2[_0x5166e2[_0x4ffe42(0x33d)]=0x6]='RECV',_0x5166e2[_0x5166e2[_0x4ffe42(0x4d9)]=-0x1]=_0x4ffe42(0x4d9),_0x5166e2))(_0x307c82||{}),_0x471219=(_0x51eeb6=>(_0x51eeb6[_0x51eeb6['UNKNOWN_CODE']=0x0]='UNKNOWN_CODE',_0x51eeb6[_0x51eeb6['OK']=0x1]='OK',_0x51eeb6[_0x51eeb6['FAIL']=0x2]=_0x4ffe42(0x2b0),_0x51eeb6[_0x51eeb6[_0x4ffe42(0x4d9)]=-0x1]=_0x4ffe42(0x4d9),_0x51eeb6))(_0x471219||{}),_0xc6f01=(_0x104984=>(_0x104984[_0x104984[_0x4ffe42(0x115)]=0x0]=_0x4ffe42(0x115),_0x104984[_0x104984[_0x4ffe42(0x3ca)]=0x1]=_0x4ffe42(0x3ca),_0x104984[_0x104984['HttpExport']=0x2]=_0x4ffe42(0x145),_0x104984[_0x104984['UnitEmbedded']=0x3]=_0x4ffe42(0x4a7),_0x104984[_0x104984[_0x4ffe42(0x2d5)]=0x4]=_0x4ffe42(0x2d5),_0x104984[_0x104984['UNRECOGNIZED']=-0x1]='UNRECOGNIZED',_0x104984))(_0xc6f01||{});const _0x230b60='collaboration-client.config',_0x223df4={};function _0xf063bd(_0xefdfa1){const _0x30226d=_0x4ffe42;var _0x5e01e0,_0x8fa8e,_0x239765,_0x36bd92,_0x26c4b1;const _0x5bd089=_0xefdfa1['data'],_0x57d679=JSON[_0x30226d(0x557)](_0x5bd089);switch(_0x57d679[_0x30226d(0x404)]){case _0x307c82[_0x30226d(0x456)]:case _0x307c82[_0x30226d(0x33e)]:{const _0x2d2daa=_0x57d679['infoRsp'];return{..._0x57d679,'data':_0x2d2daa,'cmd':_0x57d679[_0x30226d(0x404)]};}case _0x307c82[_0x30226d(0x4aa)]:{const _0xe34a29=_0x57d679[_0x30226d(0x31d)];return{..._0x57d679,'data':_0xe34a29,'cmd':_0x57d679[_0x30226d(0x404)]};}case _0x307c82['RECV']:{const _0x5045af=_0x57d679[_0x30226d(0x2a7)];switch(_0x5045af[_0x30226d(0x2cb)]){case _0x2db012[_0x30226d(0x329)]['PERMISSION_REJ']:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x5e01e0=_0x5045af[_0x30226d(0x344)])==null?void 0x0:_0x5e01e0['cs']},'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x3de)]:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x8fa8e=_0x5045af['csAckEvent'])==null?void 0x0:_0x8fa8e['cs']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x4f1)]:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x239765=_0x5045af[_0x30226d(0xda)])==null?void 0x0:_0x239765['cs']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x3a6)]:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x36bd92=_0x5045af[_0x30226d(0x222)])==null?void 0x0:_0x36bd92['cs']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x159)]:return{..._0x57d679,'data':{..._0x5045af,'data':(_0x26c4b1=_0x5045af['csShouldRetryEvent'])==null?void 0x0:_0x26c4b1['cs']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x3aa)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x3a1)]},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x1c0)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x1ea)]},'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x45b)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x1bf)]},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0xe9)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x3ab)]},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x16a)]:case _0x2db012[_0x30226d(0x329)][_0x30226d(0x4f7)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af['liveShareOperation']},'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x20a)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af['liveShareNewHost']},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x2db)]:return{..._0x57d679,'data':_0x5045af,'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x40f)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x108)]},'cmd':_0x57d679[_0x30226d(0x404)]};case _0x2db012[_0x30226d(0x329)][_0x30226d(0xec)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x54a)]},'cmd':_0x57d679['cmd']};case _0x2db012[_0x30226d(0x329)][_0x30226d(0x383)]:return{..._0x57d679,'data':{..._0x5045af,'data':_0x5045af[_0x30226d(0x34b)]},'cmd':_0x57d679['cmd']};default:return _0x57d679;}}default:return _0x57d679;}}function _0x4f7192(_0x3be05d){const _0x43bf03=_0x4ffe42;switch(_0x3be05d['cmd']){case _0x307c82[_0x43bf03(0x456)]:case _0x307c82['HELLO']:return JSON['stringify']({'cmd':_0x3be05d['cmd'],'routeKey':_0x3be05d[_0x43bf03(0x129)]});case _0x307c82['INGEST']:{let _0xdd1c81;switch(_0x3be05d['data'][_0x43bf03(0x2cb)]){case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x3aa)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0x3aa)],'updateCursorEvent':_0x3be05d['data'][_0x43bf03(0x2a6)]};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x45b)]:{_0xdd1c81={'eventID':_0x2db012['CollaborationEvent'][_0x43bf03(0x45b)],'leaveEvent':_0x3be05d[_0x43bf03(0x2a6)][_0x43bf03(0x2a6)]};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x1c0)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)]['USERS_ENTER'],'joinEvent':_0x3be05d['data']['data']};break;}case _0x2db012[_0x43bf03(0x329)]['LIVESHARE_NEW_HOST']:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0xe9)],'liveShareNewHost':_0x3be05d[_0x43bf03(0x2a6)][_0x43bf03(0x2a6)]};break;}case _0x2db012['CollaborationEvent'][_0x43bf03(0x4f7)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0x4f7)],'liveShareOperation':_0x3be05d[_0x43bf03(0x2a6)][_0x43bf03(0x2a6)]};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x20a)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0x20a)],'liveShareTerminate':_0x3be05d[_0x43bf03(0x2a6)]['data']};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x36d)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)][_0x43bf03(0x36d)],'liveShareRequestHost':_0x3be05d[_0x43bf03(0x2a6)][_0x43bf03(0x2a6)]};break;}case _0x2db012[_0x43bf03(0x329)][_0x43bf03(0x16a)]:{_0xdd1c81={'eventID':_0x2db012[_0x43bf03(0x329)]['LIVESHARE_FETCH_OPERATIONS']};break;}default:_0xdd1c81={'eventID':_0x3be05d[_0x43bf03(0x2a6)]['eventID']};}return JSON[_0x43bf03(0x346)]({'cmd':_0x3be05d[_0x43bf03(0x404)],'routeKey':_0x3be05d['routeKey'],'collaMsg':_0xdd1c81});}case _0x307c82[_0x43bf03(0x4aa)]:return JSON[_0x43bf03(0x346)]({'cmd':_0x3be05d[_0x43bf03(0x404)],'routeKey':_0x3be05d[_0x43bf03(0x129)],'joinReq':_0x3be05d['data']});case _0x307c82['LEAVE']:return JSON[_0x43bf03(0x346)]({'cmd':_0x3be05d[_0x43bf03(0x404)],'routeKey':_0x3be05d[_0x43bf03(0x129)],'leaveReq':_0x3be05d[_0x43bf03(0x2a6)]});default:throw new Error(_0x43bf03(0x29b));}}var _0x58b4b6=Object[_0x4ffe42(0x52a)],_0x11353c=Object[_0x4ffe42(0x25d)],_0x1eb8b5=(_0x1ad032,_0x3c8ed4,_0x31ffa8,_0x4c9e9c)=>{const _0x2f009f=_0x4ffe42;for(var _0x1a8fa4=_0x4c9e9c>0x1?void 0x0:_0x4c9e9c?_0x11353c(_0x3c8ed4,_0x31ffa8):_0x3c8ed4,_0x2e5b9c=_0x1ad032[_0x2f009f(0x331)]-0x1,_0x283715;_0x2e5b9c>=0x0;_0x2e5b9c--)(_0x283715=_0x1ad032[_0x2e5b9c])&&(_0x1a8fa4=(_0x4c9e9c?_0x283715(_0x3c8ed4,_0x31ffa8,_0x1a8fa4):_0x283715(_0x1a8fa4))||_0x1a8fa4);return _0x4c9e9c&&_0x1a8fa4&&_0x58b4b6(_0x3c8ed4,_0x31ffa8,_0x1a8fa4),_0x1a8fa4;},_0x2a6524=(_0x1a4091,_0x3c5311)=>(_0x299100,_0x3745cd)=>_0x3c5311(_0x299100,_0x3745cd,_0x1a4091);const _0x4226f5=_0xed312c[_0x4ffe42(0x169)](_0x4ffe42(0x39d));function _0x36cbd3(_0x12d231,_0x31034e,_0x355dd8){const _0xc2eb78=_0x4ffe42;return _0x12d231+'/'+_0x31034e+_0xc2eb78(0x216)+_0x355dd8+_0xc2eb78(0x267);}_0x2a808c['CollaborationSocketService']=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x58fbc4,_0x14cafe,_0x202574,_0x37040f,_0x2b26c7){const _0x409618=_0x4ffe42;super(),this['_http']=_0x58fbc4,this[_0x409618(0x4d4)]=_0x14cafe,this[_0x409618(0x3c4)]=_0x202574,this[_0x409618(0x155)]=_0x37040f,this[_0x409618(0x410)]=_0x2b26c7;}[_0x4ffe42(0x107)](_0xfdcdcd){const _0x3c61fa=_0x4ffe42,_0x4fdee6=this['_ws'][_0x3c61fa(0x107)](_0xfdcdcd);if(!_0x4fdee6)throw new Error(_0x3c61fa(0x152));const _0x5ae9d4=new _0xed312c['DisposableCollection'](),_0x4b2608=new _0x4984e3[(_0x3c61fa(0x542))]();_0x5ae9d4[_0x3c61fa(0x47f)](_0x4fdee6[_0x3c61fa(0x34e)][_0x3c61fa(0x51f)](_0x1dfe98=>_0x4b2608[_0x3c61fa(0x17f)](_0x1dfe98))),_0x5ae9d4[_0x3c61fa(0x47f)](_0xed312c['toDisposable'](()=>_0x4b2608[_0x3c61fa(0x3b9)]()));const _0x18da1b=new _0x4984e3['Subject']();_0x5ae9d4[_0x3c61fa(0x47f)](_0x4fdee6[_0x3c61fa(0x324)][_0x3c61fa(0x51f)](_0x5b1096=>_0x18da1b['next'](_0x5b1096))),_0x5ae9d4['add'](_0xed312c['toDisposable'](()=>_0x18da1b['complete']()));const _0x43d95e=new _0x4984e3['Subject']();_0x5ae9d4[_0x3c61fa(0x47f)](_0x4fdee6[_0x3c61fa(0x33b)][_0x3c61fa(0x51f)](_0x52a084=>{const _0x148215=_0x3c61fa,_0x11127a=_0xf063bd(_0x52a084);_0x43d95e[_0x148215(0x17f)](_0x11127a);})),_0x5ae9d4['add'](_0xed312c[_0x3c61fa(0x4c6)](()=>_0x43d95e[_0x3c61fa(0x3b9)]()));let _0x59dfaf;const _0x549e8c=()=>{const _0x32cca7=_0x3c61fa;_0x18da1b[_0x32cca7(0x17f)](new Event('connection\x20error')),_0x4b2608[_0x32cca7(0x17f)](new CloseEvent('connection\x20error')),_0x59dfaf[_0x32cca7(0x2c1)]();};return _0x59dfaf={'memberID':'','close$':_0x4b2608[_0x3c61fa(0x31c)](),'error$':_0x18da1b[_0x3c61fa(0x31c)](),'open$':_0x4fdee6[_0x3c61fa(0x2ec)],'message$':_0x43d95e['asObservable'](),'send':_0x2af8b4=>{const _0x3f5b16=_0x3c61fa;if(_0x2af8b4[_0x3f5b16(0x404)]===_0x307c82[_0x3f5b16(0x316)]){if(_0x2af8b4['data'][_0x3f5b16(0x2cb)]===_0x2db012[_0x3f5b16(0x329)]['SUBMIT_CHANGESET']){this[_0x3f5b16(0x2ff)](_0x59dfaf,_0x2af8b4[_0x3f5b16(0x2a6)])[_0x3f5b16(0x1ba)](_0x5efcfa=>{const _0x13cbd5=_0x3f5b16;this[_0x13cbd5(0x155)][_0x13cbd5(0x330)](_0x5efcfa),_0x549e8c();});return;}if(_0x2af8b4[_0x3f5b16(0x2a6)]['eventID']===_0x2db012[_0x3f5b16(0x329)][_0x3f5b16(0xc9)]){const _0x198986=_0x2af8b4['data'];this[_0x3f5b16(0x497)](_0x198986)[_0x3f5b16(0x370)](_0x46a555=>{const _0x44ba6e=_0x3f5b16;_0x43d95e[_0x44ba6e(0x17f)]({'cmd':_0x307c82[_0x44ba6e(0x33d)],'code':_0x471219['OK'],'routeKey':_0x198986[_0x44ba6e(0x2a6)]['unitID'],'routeType':'','data':{'eventID':_0x2db012['CollaborationEvent']['PSEUDO_FETCH_MISSING_RESULT'],'data':{'changesets':_0x46a555}}});})['catch'](_0x115ee3=>{const _0x598474=_0x3f5b16;this[_0x598474(0x155)][_0x598474(0x330)](_0x115ee3),_0x549e8c();});return;}}_0x4fdee6[_0x3f5b16(0xe5)](_0x4f7192(_0x2af8b4));},'close':()=>{const _0x2b8b78=_0x3c61fa;_0x4fdee6[_0x2b8b78(0x2c1)](),_0x5ae9d4['dispose']();}},_0x59dfaf;}async['_submitChangeset'](_0x3c9a12,_0x35eb55){const _0x4a6ecb=_0x4ffe42;var _0x29c5e5,_0x38f92a;const {unitType:_0x4dccf5,unitID:_0x38dc79,changeset:_0x652f60}=_0x35eb55[_0x4a6ecb(0x2a6)],_0x244e26={'unitID':_0x38dc79,'memberID':_0x3c9a12[_0x4a6ecb(0x306)],'type':_0x4dccf5,'changeset':_0x2db012[_0x4a6ecb(0x350)](_0x652f60)},_0x5d6319=this[_0x4a6ecb(0x3c4)][_0x4a6ecb(0x389)](_0x4f12c4),_0x4c1972=this['_configService'][_0x4a6ecb(0x389)](_0x230b60),_0x2a51a5=_0x36cbd3((_0x38f92a=(_0x29c5e5=_0x4c1972==null?void 0x0:_0x4c1972[_0x4a6ecb(0x258)])!=null?_0x29c5e5:_0x5d6319)!=null?_0x38f92a:_0x4cfef6,_0x4dccf5,_0x38dc79);try{await this[_0x4a6ecb(0xe2)][_0x4a6ecb(0x2f2)](_0x2a51a5,{'body':_0x244e26});}catch(_0x3e4e87){throw this[_0x4a6ecb(0x155)]['error'](_0x4a6ecb(0x170),_0x4a6ecb(0x83)),_0x3e4e87;}}async['_fetchMissChangesets'](_0x45e324){const _0x2a6d5d=_0x4ffe42,{unitID:_0x27a01e,from:_0x8db667,to:_0x24ee85,unitType:_0x2a8f09}=_0x45e324[_0x2a6d5d(0x2a6)];return(await this[_0x2a6d5d(0x410)][_0x2a6d5d(0x171)]({'metadata':void 0x0},{'unitID':_0x27a01e,'type':_0x2a8f09,'from':_0x8db667,'to':_0x24ee85}))[_0x2a6d5d(0x18c)];}},_0x2a808c[_0x4ffe42(0x9b)]=_0x1eb8b5([_0x2a6524(0x0,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)])),_0x2a6524(0x1,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x3d0)])),_0x2a6524(0x2,_0xed312c[_0x4ffe42(0x3a8)]),_0x2a6524(0x3,_0xed312c[_0x4ffe42(0x430)]),_0x2a6524(0x4,_0x2db012[_0x4ffe42(0x480)])],_0x2a808c[_0x4ffe42(0x9b)]);const _0x12e341=_0x4ffe42(0x445);function _0x50655a(_0x4ea219){const _0x308575=_0x4ffe42;return JSON[_0x308575(0x346)](_0x4ea219)[_0x308575(0x331)];}class _0x260e1f{constructor(){const _0x2c4634=_0x4ffe42;_0x2a6f44(this,_0x2c4634(0x53d),new _0x4984e3[(_0x2c4634(0x542))]()),_0x2a6f44(this,_0x2c4634(0x2e7),this['_commentUpdate$'][_0x2c4634(0x31c)]());}[_0x4ffe42(0x3fc)](_0x12ab8b){const _0x3987d6=_0x4ffe42;this[_0x3987d6(0x53d)][_0x3987d6(0x17f)](_0x12ab8b);}}var _0x3ef485=Object[_0x4ffe42(0x52a)],_0x100c3d=Object[_0x4ffe42(0x25d)],_0x1b7bbd=(_0x4e42d0,_0x52f3f3,_0x6ad47d,_0x2c6cc3)=>{for(var _0x507165=_0x2c6cc3>0x1?void 0x0:_0x2c6cc3?_0x100c3d(_0x52f3f3,_0x6ad47d):_0x52f3f3,_0x260bc9=_0x4e42d0['length']-0x1,_0x31a423;_0x260bc9>=0x0;_0x260bc9--)(_0x31a423=_0x4e42d0[_0x260bc9])&&(_0x507165=(_0x2c6cc3?_0x31a423(_0x52f3f3,_0x6ad47d,_0x507165):_0x31a423(_0x507165))||_0x507165);return _0x2c6cc3&&_0x507165&&_0x3ef485(_0x52f3f3,_0x6ad47d,_0x507165),_0x507165;},_0x307b8a=(_0x564a12,_0x19cac7)=>(_0xc1e031,_0x130b4e)=>_0x19cac7(_0xc1e031,_0x130b4e,_0x564a12);_0x2a808c[_0x4ffe42(0xac)]=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x2df69f,_0x5d5bae){const _0x83e11a=_0x4ffe42;super(),_0x2a6f44(this,_0x83e11a(0x21b),new Map()),(this[_0x83e11a(0x128)]=_0x2df69f,this[_0x83e11a(0x1c6)]=_0x5d5bae,this[_0x83e11a(0x501)](_0xed312c[_0x83e11a(0x4c6)](_0x4984e3[_0x83e11a(0x500)](this[_0x83e11a(0x128)][_0x83e11a(0x32c)](_0xed312c[_0x83e11a(0x230)][_0x83e11a(0x3f5)])[_0x83e11a(0x556)](_0x477442[_0x83e11a(0x4b2)](_0x5b1bbc=>_0x5b1bbc[_0x83e11a(0x448)]())),this[_0x83e11a(0x128)]['getTypeOfUnitDisposed$'](_0xed312c[_0x83e11a(0x230)]['UNIVER_DOC'])['pipe'](_0x477442[_0x83e11a(0x4b2)](_0x26a079=>_0x26a079[_0x83e11a(0x448)]())),this['_univerInstanceService'][_0x83e11a(0x32c)](_0xed312c[_0x83e11a(0x230)][_0x83e11a(0x45f)])['pipe'](_0x477442['map'](_0x2534e1=>_0x2534e1[_0x83e11a(0x448)]())))['subscribe'](_0x1f0ee3=>this[_0x83e11a(0x3e8)](_0x1f0ee3)))));}['setCurrentUser'](_0x15c14f){const _0x22a876=_0x4ffe42;this['_userManagerService'][_0x22a876(0x54e)](_0x15c14f);}[_0x4ffe42(0x41b)](){const _0x53df80=_0x4ffe42;return this[_0x53df80(0x1c6)][_0x53df80(0x41b)]();}['updateMember'](_0x1d838b,_0x3b5fe6){const _0x34034a=_0x4ffe42;let _0x30a740=this['_roomMembers']['get'](_0x1d838b);_0x30a740||(_0x30a740=new _0x5f32c6(),this[_0x34034a(0x21b)]['set'](_0x1d838b,_0x30a740)),_0x30a740[_0x34034a(0x146)](_0x3b5fe6);}[_0x4ffe42(0xb3)](_0x53c5ac,_0x201212){const _0x10e04f=_0x4ffe42,_0x2836ae=this[_0x10e04f(0x21b)]['get'](_0x53c5ac);_0x2836ae&&_0x2836ae[_0x10e04f(0xb3)](_0x201212);}[_0x4ffe42(0x454)](_0x39a5fa){const _0x1f2d77=_0x4ffe42;return this[_0x1f2d77(0x21b)][_0x1f2d77(0xce)](_0x39a5fa);}[_0x4ffe42(0x420)](_0x60917d,_0x39d121){const _0x3fd104=_0x4ffe42,_0x5b2b48=this['_roomMembers'][_0x3fd104(0xce)](_0x60917d);if(_0x5b2b48)return _0x5b2b48[_0x3fd104(0x420)](_0x39d121);}['_removeRoom'](_0x44e51b){const _0x5f26f5=_0x4ffe42,_0x3091b6=this[_0x5f26f5(0x21b)][_0x5f26f5(0xce)](_0x44e51b);_0x3091b6&&(_0x3091b6[_0x5f26f5(0x192)](),this['_roomMembers'][_0x5f26f5(0x253)](_0x44e51b));}[_0x4ffe42(0x192)](){const _0x508c21=_0x4ffe42;this['_roomMembers'][_0x508c21(0x2e8)](_0x2c615e=>_0x2c615e[_0x508c21(0x192)]()),this[_0x508c21(0x21b)][_0x508c21(0x20c)]();}},_0x2a808c[_0x4ffe42(0xac)]=_0x1b7bbd([_0x307b8a(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x307b8a(0x1,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['UserManagerService']))],_0x2a808c['MemberService']);class _0x5f32c6 extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(){const _0xfec70b=_0x4ffe42;super(...arguments),_0x2a6f44(this,_0xfec70b(0xfc),new Map());}[_0x4ffe42(0x192)](){const _0x2b6aa9=_0x4ffe42;this[_0x2b6aa9(0xfc)][_0x2b6aa9(0x20c)]();}[_0x4ffe42(0x146)](_0x591588){const _0x1de787=_0x4ffe42;this[_0x1de787(0xfc)][_0x1de787(0x53b)](_0x591588['memberID'],_0x591588);}[_0x4ffe42(0xb3)](_0x3f4a15){const _0x50f3a8=_0x4ffe42;this[_0x50f3a8(0xfc)][_0x50f3a8(0x253)](_0x3f4a15);}[_0x4ffe42(0x420)](_0x2cd016){const _0x2d9a2c=_0x4ffe42;return this[_0x2d9a2c(0xfc)]['get'](_0x2cd016);}[_0x4ffe42(0x37c)](){const _0x54359e=_0x4ffe42;return Array[_0x54359e(0x1b4)](this[_0x54359e(0xfc)][_0x54359e(0x285)]());}}var _0x4701cd=Object[_0x4ffe42(0x52a)],_0x57d72f=Object['getOwnPropertyDescriptor'],_0x48bbbc=(_0x1b593e,_0x104315,_0x29bbf0,_0x47e1f8)=>{const _0x1ae66d=_0x4ffe42;for(var _0x3db93f=_0x47e1f8>0x1?void 0x0:_0x47e1f8?_0x57d72f(_0x104315,_0x29bbf0):_0x104315,_0x3c5506=_0x1b593e[_0x1ae66d(0x331)]-0x1,_0x591ef6;_0x3c5506>=0x0;_0x3c5506--)(_0x591ef6=_0x1b593e[_0x3c5506])&&(_0x3db93f=(_0x47e1f8?_0x591ef6(_0x104315,_0x29bbf0,_0x3db93f):_0x591ef6(_0x3db93f))||_0x3db93f);return _0x47e1f8&&_0x3db93f&&_0x4701cd(_0x104315,_0x29bbf0,_0x3db93f),_0x3db93f;},_0xeb580d=(_0x189527,_0x5b6099)=>(_0x5150d0,_0x404616)=>_0x5b6099(_0x5150d0,_0x404616,_0x189527),_0x1e0add=(_0x13b522=>(_0x13b522[_0x13b522[_0x4ffe42(0x534)]=0x0]='IDLE',_0x13b522[_0x13b522[_0x4ffe42(0x86)]=0x1]=_0x4ffe42(0x86),_0x13b522[_0x13b522[_0x4ffe42(0x1c1)]=0x2]=_0x4ffe42(0x1c1),_0x13b522[_0x13b522[_0x4ffe42(0x416)]=0x3]=_0x4ffe42(0x416),_0x13b522))(_0x1e0add||{});_0x2a808c['CollaborationSession']=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x89bb43,_0x4b4af9,_0x3ad303,_0x432b58,_0x424024,_0x519db4,_0x332312,_0x270c68,_0x58f26a,_0x1c0f84){const _0x53fced=_0x4ffe42;super(),_0x2a6f44(this,_0x53fced(0x274),new _0x4984e3[(_0x53fced(0x3ae))](0x0)),_0x2a6f44(this,'sessionStatus$',this[_0x53fced(0x274)][_0x53fced(0x31c)]()),_0x2a6f44(this,_0x53fced(0xc1),new _0x4984e3[(_0x53fced(0x542))]()),_0x2a6f44(this,'event$',this['_event$'][_0x53fced(0x31c)]()),_0x2a6f44(this,'_socket'),_0x2a6f44(this,_0x53fced(0x52e)),_0x2a6f44(this,'_collaborationTimeoutTimer'),_0x2a6f44(this,_0x53fced(0x478),!0x1),_0x2a6f44(this,'_telemetryInfo',null),(this[_0x53fced(0x3e3)]=_0x89bb43,this['_logService']=_0x3ad303,this[_0x53fced(0x221)]=_0x432b58,this['_messageService']=_0x424024,this['_configService']=_0x519db4,this['_localeService']=_0x332312,this[_0x53fced(0x1ab)]=_0x270c68,this[_0x53fced(0x17a)]=_0x58f26a,this[_0x53fced(0x252)]=_0x1c0f84,this[_0x53fced(0x478)]=!!this[_0x53fced(0x252)],_0x4b4af9['pipe'](_0x4984e3[_0x53fced(0x203)](this[_0x53fced(0x32d)]))[_0x53fced(0x51f)](_0xedc2f9=>{const _0x5aa37e=_0x53fced;var _0x5e7185;typeof _0xedc2f9>'u'||(this[_0x5aa37e(0x3d3)]=_0xedc2f9,_0xedc2f9?(this['_joinRoom'](_0xedc2f9),this[_0x5aa37e(0x52e)]=_0xedc2f9['message$']['subscribe'](_0x5d2ecd=>{const _0x3db53a=_0x5aa37e;_0x5d2ecd['routeKey']===this['_unitID']&&this[_0x3db53a(0x341)](_0x5d2ecd);})):(this[_0x5aa37e(0x1b3)](),this[_0x5aa37e(0x274)]['next'](0x2),(_0x5e7185=this[_0x5aa37e(0x52e)])==null||_0x5e7185[_0x5aa37e(0x4ce)](),this['_socketMessageSubscription']=null));}),this[_0x53fced(0x501)](this[_0x53fced(0x221)]['registerOnClose'](()=>{const _0x1fc950=_0x53fced;var _0x474be8;(_0x474be8=this[_0x1fc950(0x3d3)])==null||_0x474be8['send']({'cmd':_0x307c82[_0x1fc950(0x45a)],'data':{'roomID':this[_0x1fc950(0x3e3)]}});})));}get[_0x4ffe42(0x4a2)](){const _0x24e25d=_0x4ffe42;return this[_0x24e25d(0x274)]['getValue']();}['getMemberID'](){const _0x34a5a9=_0x4ffe42;var _0x3a8d06,_0x13fc2d;return(_0x13fc2d=(_0x3a8d06=this[_0x34a5a9(0x3d3)])==null?void 0x0:_0x3a8d06[_0x34a5a9(0x306)])!=null?_0x13fc2d:null;}[_0x4ffe42(0x192)](){const _0x47f626=_0x4ffe42;super[_0x47f626(0x192)](),this[_0x47f626(0x32d)][_0x47f626(0x17f)](),this[_0x47f626(0x32d)][_0x47f626(0x3b9)]();}[_0x4ffe42(0x2c1)](){const _0x56e2e9=_0x4ffe42;var _0x1ddeb2,_0x1200f6;this[_0x56e2e9(0x1b3)](),(_0x1ddeb2=this[_0x56e2e9(0x3d3)])==null||_0x1ddeb2[_0x56e2e9(0xe5)]({'cmd':_0x307c82[_0x56e2e9(0x45a)],'data':{'roomID':this[_0x56e2e9(0x3e3)]}}),(_0x1200f6=this[_0x56e2e9(0x3d3)])==null||_0x1200f6[_0x56e2e9(0x2c1)](),this[_0x56e2e9(0xc1)][_0x56e2e9(0x3b9)](),this[_0x56e2e9(0x274)][_0x56e2e9(0x3b9)](),this[_0x56e2e9(0x192)]();}[_0x4ffe42(0x341)](_0x5c1d29){const _0x3314fa=_0x4ffe42;_0x5c1d29[_0x3314fa(0x404)]===_0x307c82[_0x3314fa(0x4aa)]?this[_0x3314fa(0xba)](_0x5c1d29):_0x5c1d29[_0x3314fa(0x404)]===_0x307c82[_0x3314fa(0x33d)]&&this['_onRecvEvent'](_0x5c1d29);}[_0x4ffe42(0x470)](_0x5d321e){const _0x2c30f1=_0x4ffe42;this['_sessionStatus$'][_0x2c30f1(0x17f)](0x1),_0x5d321e[_0x2c30f1(0xe5)]({'cmd':_0x307c82[_0x2c30f1(0x4aa)],'routeKey':this[_0x2c30f1(0x3e3)],'routeType':'','data':{'rooms':[{'roomID':this[_0x2c30f1(0x3e3)]}]}});}[_0x4ffe42(0xba)](_0xd541e2){const _0x5a69ee=_0x4ffe42;var _0x2d8c80;if(_0xd541e2[_0x5a69ee(0x2c2)]===_0x471219['FAIL']){this[_0x5a69ee(0x154)]['show']({'type':_0x3d1593[_0x5a69ee(0x503)]['Warning'],'content':this[_0x5a69ee(0x464)]['t'](_0x5a69ee(0x8c))}),this['_sessionStatus$'][_0x5a69ee(0x17f)](0x2);return;}this[_0x5a69ee(0x274)][_0x5a69ee(0x17f)](0x3);const _0x2df6b2=(_0x2d8c80=_0xd541e2[_0x5a69ee(0x2a6)]['roomInfos'][this['_unitID']])==null?void 0x0:_0x2d8c80['members'];_0x2df6b2&&_0x2df6b2[_0x5a69ee(0x2e8)](_0x275635=>this[_0x5a69ee(0x1ab)][_0x5a69ee(0x146)](this['_unitID'],_0x275635));}['_onRecvEvent'](_0x1a2479){const _0x1b12c2=_0x4ffe42;try{const _0x27a843=_0x1a2479[_0x1b12c2(0x2a6)];switch(_0x27a843[_0x1b12c2(0x2cb)]){case _0x2db012['CollaborationEvent'][_0x1b12c2(0x1c0)]:this['_onUserJoin'](_0x27a843),this['_event$']['next'](_0x27a843);break;case _0x2db012[_0x1b12c2(0x329)]['USERS_LEAVE']:this[_0x1b12c2(0x509)](_0x27a843),this[_0x1b12c2(0xc1)][_0x1b12c2(0x17f)](_0x27a843);break;case _0x2db012[_0x1b12c2(0x329)]['CHANGESET_ACK']:case _0x2db012[_0x1b12c2(0x329)][_0x1b12c2(0x159)]:this[_0x1b12c2(0x541)](),this['_clearCollaborationTimeoutTimer'](),this[_0x1b12c2(0xc1)]['next'](_0x27a843);break;case _0x2db012[_0x1b12c2(0x329)]['MSG_FOR_ERROR']:this[_0x1b12c2(0x155)][_0x1b12c2(0x330)]('save\x20fail\x20reason\x20is\x20'+JSON[_0x1b12c2(0x346)](_0x27a843)),this[_0x1b12c2(0xc1)]['next'](_0x27a843);break;case _0x2db012['CollaborationEvent'][_0x1b12c2(0x40f)]:this[_0x1b12c2(0x17a)][_0x1b12c2(0x3fc)](_0x27a843[_0x1b12c2(0x2a6)]),this[_0x1b12c2(0xc1)][_0x1b12c2(0x17f)](_0x27a843);break;default:this['_event$'][_0x1b12c2(0x17f)](_0x27a843);}}catch(_0x3c4954){this[_0x1b12c2(0x155)][_0x1b12c2(0x330)](_0x3c4954,_0x1a2479);}}[_0x4ffe42(0x48e)](_0x523fad){const _0x1ec270=_0x4ffe42;this[_0x1ec270(0x1ab)][_0x1ec270(0x146)](this[_0x1ec270(0x3e3)],_0x523fad[_0x1ec270(0x2a6)]);}[_0x4ffe42(0x509)](_0x3b17fb){const _0x579179=_0x4ffe42;this[_0x579179(0x1ab)][_0x579179(0xb3)](this[_0x579179(0x3e3)],_0x3b17fb[_0x579179(0x2a6)][_0x579179(0x306)]);}async[_0x4ffe42(0xe5)](_0xeac350,_0x232060){const _0x212c12=_0x4ffe42;if(this[_0x212c12(0x4a2)]!==0x3||!this[_0x212c12(0x3d3)])throw new Error(_0x212c12(0x1f6));try{_0xeac350[_0x212c12(0x2cb)]===_0x2db012[_0x212c12(0x329)]['SUBMIT_CHANGESET']&&(this[_0x212c12(0x275)](),this[_0x212c12(0x1d5)](_0xeac350)),this[_0x212c12(0x3d3)][_0x212c12(0xe5)]({'cmd':_0x307c82[_0x212c12(0x316)],'routeKey':_0x232060,'routeType':'','data':_0xeac350});}catch(_0x2dfa81){this[_0x212c12(0x155)]['error'](_0x2dfa81);}}[_0x4ffe42(0x275)](){const _0x1213f2=_0x4ffe42;var _0x14b850;this['_collaborationTimeoutTimer']=window[_0x1213f2(0x495)](()=>{const _0x2985c3=_0x1213f2;this[_0x2985c3(0x26b)]=null,this['_messageService'][_0x2985c3(0x309)]({'type':_0x3d1593[_0x2985c3(0x503)][_0x2985c3(0x1ce)],'content':this['_localeService']['t'](_0x2985c3(0x118))});},(_0x14b850=this['_configService']['getConfig'](_0x58795d))!=null?_0x14b850:0x4e20);}[_0x4ffe42(0x35e)](){const _0x4790b7=_0x4ffe42;this[_0x4790b7(0x26b)]&&(clearTimeout(this[_0x4790b7(0x26b)]),this['_collaborationTimeoutTimer']=null);}[_0x4ffe42(0x1d5)](_0x4dc065){const _0x3a6cd6=_0x4ffe42;if(!this[_0x3a6cd6(0x478)])return;const {data:_0x3a821b}=_0x4dc065,{unitID:_0x56b70e,changeset:_0x571877}=_0x3a821b,{mutations:_0xb5b053,type:_0x2b93b5}=_0x571877;this['_telemetryInfo']={'unitId':_0x56b70e,'type':_0x2b93b5,'startTime':performance[_0x3a6cd6(0x38e)](),'stopTime':0x0,'duration':0x0,'size':_0x50655a(_0xb5b053)};}[_0x4ffe42(0x541)](){const _0xc59b91=_0x4ffe42;if(this[_0xc59b91(0x478)]){if(!this['_telemetryInfo']){this['_logService'][_0xc59b91(0x330)](_0xc59b91(0x170),_0xc59b91(0x375));return;}this[_0xc59b91(0x9e)][_0xc59b91(0x49a)]=performance[_0xc59b91(0x38e)](),this[_0xc59b91(0x9e)][_0xc59b91(0x526)]=this[_0xc59b91(0x9e)][_0xc59b91(0x49a)]-this[_0xc59b91(0x9e)]['startTime'],this[_0xc59b91(0x252)][_0xc59b91(0x168)](_0x12e341,this[_0xc59b91(0x9e)]),this[_0xc59b91(0x9e)]=null;}}[_0x4ffe42(0x1b3)](){this['_telemetryInfo']=null;}},_0x2a808c[_0x4ffe42(0x524)]=_0x48bbbc([_0xeb580d(0x2,_0xed312c[_0x4ffe42(0x430)]),_0xeb580d(0x3,_0x16dea4[_0x4ffe42(0x2ba)]),_0xeb580d(0x4,_0x16dea4['IMessageService']),_0xeb580d(0x5,_0xed312c[_0x4ffe42(0x3a8)]),_0xeb580d(0x6,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0xeb580d(0x7,_0xed312c['Inject'](_0x2a808c[_0x4ffe42(0xac)])),_0xeb580d(0x8,_0xed312c[_0x4ffe42(0xa5)](_0x260e1f)),_0xeb580d(0x9,_0xed312c[_0x4ffe42(0x4f9)](_0x55e378[_0x4ffe42(0x466)]))],_0x2a808c['CollaborationSession']);var _0x320d75=Object[_0x4ffe42(0x52a)],_0x44a5bc=Object[_0x4ffe42(0x25d)],_0x58f031=(_0x4aa36e,_0x4717a0,_0x19378b,_0x29adc2)=>{const _0x43bc79=_0x4ffe42;for(var _0x51d806=_0x29adc2>0x1?void 0x0:_0x29adc2?_0x44a5bc(_0x4717a0,_0x19378b):_0x4717a0,_0x2a8ff7=_0x4aa36e[_0x43bc79(0x331)]-0x1,_0x19d4de;_0x2a8ff7>=0x0;_0x2a8ff7--)(_0x19d4de=_0x4aa36e[_0x2a8ff7])&&(_0x51d806=(_0x29adc2?_0x19d4de(_0x4717a0,_0x19378b,_0x51d806):_0x19d4de(_0x51d806))||_0x51d806);return _0x29adc2&&_0x51d806&&_0x320d75(_0x4717a0,_0x19378b,_0x51d806),_0x51d806;},_0x426bc1=(_0x5b823b,_0xf80656)=>(_0xb91198,_0x35333f)=>_0xf80656(_0xb91198,_0x35333f,_0x5b823b);_0x2a808c[_0x4ffe42(0x2c7)]=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x6d4176,_0xd68232,_0x88f8cb,_0x4769c2,_0x54f06b,_0x3bd1b2){const _0x174339=_0x4ffe42;super(),_0x2a6f44(this,_0x174339(0x436),new _0x4984e3[(_0x174339(0x3ae))](void 0x0)),_0x2a6f44(this,_0x174339(0x359),this[_0x174339(0x436)][_0x174339(0x31c)]()),_0x2a6f44(this,_0x174339(0x201),null),_0x2a6f44(this,_0x174339(0x419),new Map()),_0x2a6f44(this,_0x174339(0x408),new _0x4984e3['BehaviorSubject'](_0x1e0add[_0x174339(0x534)])),_0x2a6f44(this,_0x174339(0xa7),this[_0x174339(0x408)][_0x174339(0x31c)]()),_0x2a6f44(this,_0x174339(0x87),!0x1),_0x2a6f44(this,'_retryConnectingTimer'),_0x2a6f44(this,_0x174339(0x142),0x0),_0x2a6f44(this,_0x174339(0x3f8)),_0x2a6f44(this,'_timeoutTimer'),(this['_injector']=_0x6d4176,this['_localeService']=_0xd68232,this['_messageService']=_0x88f8cb,this[_0x174339(0x155)]=_0x4769c2,this['_configService']=_0x54f06b,this['_socketService']=_0x3bd1b2,this[_0x174339(0x15e)]());}get[_0x4ffe42(0x3d3)](){const _0x21b56d=_0x4ffe42;return this[_0x21b56d(0x436)][_0x21b56d(0x411)]();}[_0x4ffe42(0x15e)](){const _0x1c9255=_0x4ffe42;this[_0x1c9255(0x250)](),this[_0x1c9255(0x1fa)]();}[_0x4ffe42(0x192)](){const _0x111194=_0x4ffe42;super[_0x111194(0x192)](),this[_0x111194(0x419)][_0x111194(0x2e8)](_0x1d32d8=>_0x1d32d8[_0x111194(0x192)]()),this['_sessions'][_0x111194(0x20c)](),this[_0x111194(0x408)]['complete']();}async[_0x4ffe42(0x2ab)](_0x26c5f6){const _0x3fd2a2=_0x4ffe42;if(this['_sessions'][_0x3fd2a2(0x14b)](_0x26c5f6))return this[_0x3fd2a2(0x419)]['get'](_0x26c5f6);this[_0x3fd2a2(0x23a)]();const _0x431168=this[_0x3fd2a2(0x388)]['createInstance'](_0x2a808c[_0x3fd2a2(0x524)],_0x26c5f6,this[_0x3fd2a2(0x436)]['asObservable']());return this[_0x3fd2a2(0x419)]['set'](_0x26c5f6,_0x431168),_0x431168;}[_0x4ffe42(0x2b5)](_0x2673d7){const _0x5ba5b6=_0x4ffe42;var _0x27794d;const _0x165a16=this[_0x5ba5b6(0x419)]['get'](_0x2673d7);_0x165a16&&(this[_0x5ba5b6(0x419)]['delete'](_0x2673d7),_0x165a16[_0x5ba5b6(0x2c1)]()),this[_0x5ba5b6(0x419)][_0x5ba5b6(0x215)]||(_0x27794d=this[_0x5ba5b6(0x3d3)])==null||_0x27794d['close']();}[_0x4ffe42(0x1b0)](){const _0x76d14e=_0x4ffe42;this[_0x76d14e(0x142)]=0x0,this[_0x76d14e(0xc7)]!=null&&(clearTimeout(this['_retryConnectingTimer']),this[_0x76d14e(0xc7)]=null),this['_tryReconnect']();}[_0x4ffe42(0x4e9)](){const _0x314906=_0x4ffe42;var _0x33b53e,_0xa8fc50;const _0x14e8e4=this[_0x314906(0x3c4)]['getConfig'](_0x13e390),_0x3df45a=this[_0x314906(0x3c4)][_0x314906(0x389)](_0x230b60),_0x4a1800=(_0xa8fc50=(_0x33b53e=_0x3df45a==null?void 0x0:_0x3df45a[_0x314906(0x4fa)])!=null?_0x33b53e:_0x14e8e4)!=null?_0xa8fc50:_0x10accf,_0x364054=this[_0x314906(0xf9)][_0x314906(0x107)](_0x4a1800);return this['_candidateSocket']=_0x364054,_0x364054;}['_tryEnsureSocket'](){const _0x379ad6=_0x4ffe42;var _0x3307cb,_0x1d1ddc;try{const _0x505146=(_0x1d1ddc=(_0x3307cb=this[_0x379ad6(0x3d3)])!=null?_0x3307cb:this[_0x379ad6(0x201)])!=null?_0x1d1ddc:this[_0x379ad6(0x4e9)]();if(_0x505146){const _0x1cd8fa=_0x505146['send'];_0x505146['send']=_0x11924d=>(this[_0x379ad6(0x38f)](),_0x1cd8fa[_0x379ad6(0x10a)](_0x505146,[_0x11924d])),_0x505146[_0x379ad6(0x33b)][_0x379ad6(0x51f)](_0x4a0392=>this[_0x379ad6(0x303)](_0x505146,_0x4a0392)),_0x505146[_0x379ad6(0x324)][_0x379ad6(0x556)](_0x477442['take'](0x1))['subscribe'](_0x244f7c=>this[_0x379ad6(0x155)][_0x379ad6(0x330)](_0x379ad6(0x21f),_0x244f7c)),_0x505146[_0x379ad6(0x2ec)][_0x379ad6(0x556)](_0x477442[_0x379ad6(0x305)](0x1))[_0x379ad6(0x51f)](()=>{const _0x3b7f3e=_0x379ad6;this[_0x3b7f3e(0x47a)](_0x505146);}),_0x505146[_0x379ad6(0x34e)][_0x379ad6(0x556)](_0x477442[_0x379ad6(0x305)](0x1))[_0x379ad6(0x51f)](_0x46cd96=>{const _0x452f03=_0x379ad6;this[_0x452f03(0x155)][_0x452f03(0x2e6)](_0x452f03(0x37b),_0x452f03(0x34c),_0x46cd96),this[_0x452f03(0x270)]();});}}catch(_0x273421){this[_0x379ad6(0x155)]['error'](_0x273421),this['_onConnectionFailed']();}}['_onConnectionOpen'](_0xa84abc){const _0xbea279=_0x4ffe42;this['_logService'][_0xbea279(0x2e6)](_0xbea279(0x37b),_0xbea279(0x3bb)),_0xa84abc[_0xbea279(0xe5)]({'cmd':_0x307c82[_0xbea279(0x33e)]}),this[_0xbea279(0x38f)]();}[_0x4ffe42(0x250)](){const _0x243d4c=_0x4ffe42;window[_0x243d4c(0x1fc)](_0x243d4c(0x28b),()=>this[_0x243d4c(0x161)]());}[_0x4ffe42(0x161)](){const _0x43bac9=_0x4ffe42;this[_0x43bac9(0x87)]=!0x1,this['_candidateSocket']=null,this['_status$'][_0x43bac9(0x17f)](_0x1e0add['OFFLINE']),this[_0x43bac9(0x436)][_0x43bac9(0x17f)](null),this[_0x43bac9(0x4bf)](),this[_0x43bac9(0x357)]();}[_0x4ffe42(0x270)](){const _0x211234=_0x4ffe42;var _0x208721;this[_0x211234(0x161)](),this[_0x211234(0x142)]<((_0x208721=this[_0x211234(0x3c4)]['getConfig'](_0xb7bb48))!=null?_0x208721:0x3)?(this['_messageService']['show']({'key':_0x211234(0x1d0),'type':_0x3d1593[_0x211234(0x503)][_0x211234(0x31b)],'content':this['_localeService']['t'](_0x211234(0xe8))}),this[_0x211234(0x533)]()):this[_0x211234(0x154)]['show']({'key':'collaboration-session-retry','type':_0x3d1593[_0x211234(0x503)][_0x211234(0x1ce)],'content':this['_localeService']['t'](_0x211234(0x2ee))});}['_listenToOnlineEvent'](){const _0x1c8797=_0x4ffe42,_0x56b578=()=>{const _0x3627d2=_0x5c47;this[_0x3627d2(0x3d3)]||this['reconnect']();},_0xd5980d=()=>{const _0x23c238=_0x5c47;this['_socket']||document['visibilityState']==='hidden'||this[_0x23c238(0x1b0)]();};window['addEventListener'](_0x1c8797(0x42b),_0x56b578),document[_0x1c8797(0x1fc)](_0x1c8797(0x254),_0xd5980d);}[_0x4ffe42(0x533)](){const _0x376360=_0x4ffe42;var _0x3d4ecb;const _0x242736=this[_0x376360(0x142)],_0x5739b9=this[_0x376360(0x3c4)][_0x376360(0x389)](_0x230b60),_0x55e215=_0x242736===0x0?0x0:((_0x3d4ecb=_0x5739b9==null?void 0x0:_0x5739b9['retryConnectingInterval'])!=null?_0x3d4ecb:0x4e20)*0x2**_0x242736;this[_0x376360(0xc7)]=window[_0x376360(0x495)](()=>{const _0x391efa=_0x376360;clearTimeout(this[_0x391efa(0xc7)]),this[_0x391efa(0xc7)]=null,this[_0x391efa(0x23a)]();},_0x55e215),this[_0x376360(0x142)]+=0x1;}[_0x4ffe42(0x303)](_0x36acdf,_0x308d36){const _0x315905=_0x4ffe42,{cmd:_0x12b166}=_0x308d36;_0x12b166===_0x307c82[_0x315905(0x33e)]&&!this[_0x315905(0x87)]&&(_0x36acdf['memberID']=_0x308d36['data'][_0x315905(0x306)],this[_0x315905(0x436)][_0x315905(0x17f)](_0x36acdf),this[_0x315905(0x408)]['next'](_0x1e0add[_0x315905(0x416)]),this[_0x315905(0x87)]=!0x0,this[_0x315905(0x201)]=null),_0x12b166===_0x307c82[_0x315905(0x456)]&&this[_0x315905(0x4bf)](),this['_rescheduleHeartbeat']();}[_0x4ffe42(0x38f)](){const _0x1f5aeb=_0x4ffe42;var _0x335598;this['_clearHeartbeatTimer'](),this[_0x1f5aeb(0x3f8)]=window['setTimeout'](()=>this[_0x1f5aeb(0x3ef)](),(_0x335598=this['_configService'][_0x1f5aeb(0x389)](_0x5807fc))!=null?_0x335598:0x7530);}[_0x4ffe42(0x3ef)](){const _0x172d87=_0x4ffe42;this['_socket']['send']({'cmd':_0x307c82[_0x172d87(0x456)]}),this['_waitForHeartbeatResponse']();}[_0x4ffe42(0x26a)](){const _0x45ad98=_0x4ffe42;var _0x4a0172;this['_timeoutTimer']=window['setTimeout'](()=>this[_0x45ad98(0x270)](),(_0x4a0172=this[_0x45ad98(0x3c4)]['getConfig'](_0x58795d))!=null?_0x4a0172:0x4e20);}['_clearHeartbeatTimer'](){const _0x5578da=_0x4ffe42;this[_0x5578da(0x3f8)]!=null&&(clearTimeout(this[_0x5578da(0x3f8)]),this['_sendHeartbeatTimer']=null);}['_clearTimeoutTimer'](){const _0x4637b2=_0x4ffe42;this['_timeoutTimer']!=null&&(clearTimeout(this[_0x4637b2(0xb7)]),this[_0x4637b2(0xb7)]=null);}},_0x2a808c['CollaborationSessionService']=_0x58f031([_0x426bc1(0x0,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x399)])),_0x426bc1(0x1,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0x426bc1(0x2,_0x16dea4[_0x4ffe42(0x441)]),_0x426bc1(0x3,_0xed312c['ILogService']),_0x426bc1(0x4,_0xed312c[_0x4ffe42(0x3a8)]),_0x426bc1(0x5,_0x4226f5)],_0x2a808c[_0x4ffe42(0x2c7)]);const _0xce85af=[];for(let _0x6f8fa1=0x0;_0x6f8fa1<0x100;++_0x6f8fa1)_0xce85af[_0x4ffe42(0x3cc)]((_0x6f8fa1+0x100)[_0x4ffe42(0x22c)](0x10)[_0x4ffe42(0xd8)](0x1));function _0x5ad6aa(_0x4e4796,_0x47d5e7=0x0){return(_0xce85af[_0x4e4796[_0x47d5e7+0x0]]+_0xce85af[_0x4e4796[_0x47d5e7+0x1]]+_0xce85af[_0x4e4796[_0x47d5e7+0x2]]+_0xce85af[_0x4e4796[_0x47d5e7+0x3]]+'-'+_0xce85af[_0x4e4796[_0x47d5e7+0x4]]+_0xce85af[_0x4e4796[_0x47d5e7+0x5]]+'-'+_0xce85af[_0x4e4796[_0x47d5e7+0x6]]+_0xce85af[_0x4e4796[_0x47d5e7+0x7]]+'-'+_0xce85af[_0x4e4796[_0x47d5e7+0x8]]+_0xce85af[_0x4e4796[_0x47d5e7+0x9]]+'-'+_0xce85af[_0x4e4796[_0x47d5e7+0xa]]+_0xce85af[_0x4e4796[_0x47d5e7+0xb]]+_0xce85af[_0x4e4796[_0x47d5e7+0xc]]+_0xce85af[_0x4e4796[_0x47d5e7+0xd]]+_0xce85af[_0x4e4796[_0x47d5e7+0xe]]+_0xce85af[_0x4e4796[_0x47d5e7+0xf]])['toLowerCase']();}let _0x4ede7a;const _0x4e6020=new Uint8Array(0x10);function _0x5f5348(){const _0x1cdda9=_0x4ffe42;if(!_0x4ede7a){if(typeof crypto>'u'||!crypto[_0x1cdda9(0x319)])throw new Error(_0x1cdda9(0x173));_0x4ede7a=crypto['getRandomValues']['bind'](crypto);}return _0x4ede7a(_0x4e6020);}const _0x37ac8b={'randomUUID':typeof crypto<'u'&&crypto[_0x4ffe42(0x394)]&&crypto[_0x4ffe42(0x394)][_0x4ffe42(0x176)](crypto)};function _0x554d62(_0x4f98dc,_0x3ad4aa,_0x8b99a2){const _0x2f0a1c=_0x4ffe42;if(_0x37ac8b[_0x2f0a1c(0x394)]&&!_0x3ad4aa&&!_0x4f98dc)return _0x37ac8b[_0x2f0a1c(0x394)]();_0x4f98dc=_0x4f98dc||{};const _0x2f0be5=_0x4f98dc[_0x2f0a1c(0x121)]||(_0x4f98dc[_0x2f0a1c(0x369)]||_0x5f5348)();return _0x2f0be5[0x6]=_0x2f0be5[0x6]&0xf|0x40,_0x2f0be5[0x8]=_0x2f0be5[0x8]&0x3f|0x80,_0x5ad6aa(_0x2f0be5);}var _0x3b63b3=Object[_0x4ffe42(0x52a)],_0x59892e=Object[_0x4ffe42(0x25d)],_0x1d00a1=(_0x413ee7,_0x4b4ee4,_0x209c16,_0x15057a)=>{for(var _0x3cdbf5=_0x15057a>0x1?void 0x0:_0x15057a?_0x59892e(_0x4b4ee4,_0x209c16):_0x4b4ee4,_0x13d7f3=_0x413ee7['length']-0x1,_0x185755;_0x13d7f3>=0x0;_0x13d7f3--)(_0x185755=_0x413ee7[_0x13d7f3])&&(_0x3cdbf5=(_0x15057a?_0x185755(_0x4b4ee4,_0x209c16,_0x3cdbf5):_0x185755(_0x3cdbf5))||_0x3cdbf5);return _0x15057a&&_0x3cdbf5&&_0x3b63b3(_0x4b4ee4,_0x209c16,_0x3cdbf5),_0x3cdbf5;},_0x3b3460=(_0x2347e0,_0x3b15ab)=>(_0x3af17c,_0x1b435b)=>_0x3b15ab(_0x3af17c,_0x1b435b,_0x2347e0);let _0x16315d=class{constructor(_0x516df8,_0x10f9fc,_0xe38cb){const _0x2b26fc=_0x4ffe42;this[_0x2b26fc(0x388)]=_0x516df8,this['_transformService']=_0x10f9fc,this[_0x2b26fc(0x135)]=_0xe38cb;}[_0x4ffe42(0x22e)](_0x1d37a1){const _0x18fb21=_0x4ffe42;this['_transformUndoRedoStack'](_0x1d37a1),this[_0x18fb21(0x434)](_0x1d37a1);}[_0x4ffe42(0x15d)](_0x7f72e8){const _0x5f4d7e=_0x4ffe42,{unitID:_0x53b777}=_0x7f72e8,_0x1bb711=this[_0x5f4d7e(0x135)][_0x5f4d7e(0x2bd)](_0x53b777)[_0x5f4d7e(0x1ff)](_0x48cd12['DocIMEInputManagerService']),{redoCache:_0x25f14b}=_0x1bb711[_0x5f4d7e(0xa8)]();if(_0x25f14b['length']===0x0)return _0x7f72e8;let _0x44aef6=_0xed312c['Tools'][_0x5f4d7e(0x4e7)](_0x7f72e8['mutations'][0x0]);for(let _0x2ef24c=0x0;_0x2ef24c<_0x25f14b[_0x5f4d7e(0x331)];_0x2ef24c++){const _0x58c949={'id':_0x5f4d7e(0x2da),'params':{..._0x25f14b[_0x2ef24c]}},_0x500b5d=this[_0x5f4d7e(0x2f8)][_0x5f4d7e(0x24f)](_0x44aef6,_0x58c949,!0x1);if(_0x2db012['isTransformMutationFailure'](_0x500b5d))throw _0x500b5d[_0x5f4d7e(0x330)];_0x44aef6=_0x500b5d['m1Prime'];}return{..._0xed312c[_0x5f4d7e(0xd3)][_0x5f4d7e(0x4e7)](_0x7f72e8),'mutations':[_0x44aef6]};}[_0x4ffe42(0x1ed)](_0x36edec){const _0x3a3032=_0x4ffe42,{unitID:_0x18dcde}=_0x36edec,_0x50999d=this['_renderManagerService'][_0x3a3032(0x2bd)](_0x18dcde)[_0x3a3032(0x1ff)](_0x48cd12['DocIMEInputManagerService']),{undoCache:_0x535afd,redoCache:_0x1343bf}=_0x50999d[_0x3a3032(0xa8)]();if(_0x535afd[_0x3a3032(0x331)]===0x0||_0x1343bf[_0x3a3032(0x331)]===0x0)return;const _0x1fc5e9=[],_0x437819=[];let _0x133d27=_0xed312c[_0x3a3032(0xd3)][_0x3a3032(0x4e7)](_0x36edec['mutations'][0x0]),_0x5f5dbc=_0xed312c[_0x3a3032(0xd3)][_0x3a3032(0x4e7)](_0x36edec[_0x3a3032(0xd9)][0x0]);for(let _0x59e620=_0x535afd[_0x3a3032(0x331)]-0x1;_0x59e620>=0x0;_0x59e620--){const _0x35b285={'id':'doc.mutation.rich-text-editing','params':{..._0x535afd[_0x59e620]}},_0x3659ca={'id':'doc.mutation.rich-text-editing','params':{..._0x1343bf[_0x59e620]}},_0x376acf=this[_0x3a3032(0x2f8)][_0x3a3032(0x24f)](_0x133d27,_0x35b285,!0x1),_0x618224=this[_0x3a3032(0x2f8)][_0x3a3032(0x24f)](_0x5f5dbc,_0x3659ca,!0x1);if(_0x2db012[_0x3a3032(0x4dd)](_0x376acf))throw _0x376acf[_0x3a3032(0x330)];if(_0x2db012[_0x3a3032(0x4dd)](_0x618224))throw _0x618224[_0x3a3032(0x330)];_0x1fc5e9[_0x3a3032(0x7f)](_0x376acf[_0x3a3032(0x2d7)]['params']),_0x437819['unshift'](_0x618224[_0x3a3032(0x2d7)][_0x3a3032(0x223)]),_0x133d27=_0x376acf['m1Prime'],_0x5f5dbc=_0x618224[_0x3a3032(0x2bb)];}_0x50999d[_0x3a3032(0x521)]({'undoCache':_0x1fc5e9,'redoCache':_0x437819});}[_0x4ffe42(0x434)](_0x22ceb7){const _0x1c027c=_0x4ffe42,{unitID:_0xa12ee9}=_0x22ceb7,_0x3b1bc9=this[_0x1c027c(0x135)][_0x1c027c(0x2bd)](_0xa12ee9)[_0x1c027c(0x1ff)](_0x48cd12['DocIMEInputManagerService']),_0x3b66c3=_0x3b1bc9['getActiveRange']();if(_0x3b66c3==null)return;const _0x4bdd60=[{'id':_0x1c027c(0x2da),'params':{'unitId':_0x22ceb7['unitID'],'actions':null,'textRanges':[_0x3b66c3]}}],_0xc38845=this[_0x1c027c(0x2f8)]['transformMutationsWithChangeset'](_0x22ceb7,_0x4bdd60);if(!_0x2db012[_0x1c027c(0x4e6)](_0xc38845))throw _0xc38845[_0x1c027c(0x330)];const _0x2febff=_0xc38845[_0x1c027c(0x2d7)][0x0][_0x1c027c(0x223)]['textRanges'];Array[_0x1c027c(0x30e)](_0x2febff)&&_0x2febff[_0x1c027c(0x331)]&&_0x3b1bc9[_0x1c027c(0x39b)](_0x2febff[0x0]);}};_0x16315d=_0x1d00a1([_0x3b3460(0x0,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x3b3460(0x1,_0x2db012[_0x4ffe42(0x4f2)]),_0x3b3460(0x2,_0x100cea[_0x4ffe42(0x2b2)])],_0x16315d);var _0x18e5c4=Object[_0x4ffe42(0x52a)],_0x21788e=Object[_0x4ffe42(0x25d)],_0x27b938=(_0x590a94,_0x18886b,_0x1ff299,_0x34fa24)=>{const _0xe18d3b=_0x4ffe42;for(var _0x21c343=_0x34fa24>0x1?void 0x0:_0x34fa24?_0x21788e(_0x18886b,_0x1ff299):_0x18886b,_0x3f2652=_0x590a94[_0xe18d3b(0x331)]-0x1,_0x3b9eb2;_0x3f2652>=0x0;_0x3f2652--)(_0x3b9eb2=_0x590a94[_0x3f2652])&&(_0x21c343=(_0x34fa24?_0x3b9eb2(_0x18886b,_0x1ff299,_0x21c343):_0x3b9eb2(_0x21c343))||_0x21c343);return _0x34fa24&&_0x21c343&&_0x18e5c4(_0x18886b,_0x1ff299,_0x21c343),_0x21c343;},_0x187720=(_0x4ebd3b,_0x1f8455)=>(_0x4397d1,_0x45116f)=>_0x1f8455(_0x4397d1,_0x45116f,_0x4ebd3b);_0x2a808c[_0x4ffe42(0x39a)]=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x500b70,_0x2dcd36,_0x29b251,_0x5aeaf9,_0x5b21a4){const _0x526168=_0x4ffe42;super(),_0x2a6f44(this,'_cachedData',new Map()),_0x2a6f44(this,_0x526168(0x4a6),new Map()),_0x2a6f44(this,'_disabled',!0x1),(this['_configService']=_0x500b70,this['_localStorageService']=_0x2dcd36,this[_0x526168(0x221)]=_0x29b251,this['_localeService']=_0x5aeaf9,this[_0x526168(0x2fc)]=_0x5b21a4,this[_0x526168(0x195)]());}[_0x4ffe42(0x38d)](){const _0x1a3724=_0x4ffe42;this[_0x1a3724(0x457)]=!0x0;}['enableLocalCache'](){const _0x4853fd=_0x4ffe42;this[_0x4853fd(0x457)]=!0x1;}[_0x4ffe42(0x192)](){const _0x10774f=_0x4ffe42;this['exhaustSavingTask']()[_0x10774f(0x370)](()=>super[_0x10774f(0x192)]());}async[_0x4ffe42(0x46c)](_0x1ebe8b){const _0x340fbe=_0x4ffe42;return this[_0x340fbe(0x457)]?null:this[_0x340fbe(0x4df)][_0x340fbe(0xee)](_0x12b98c(_0x1ebe8b));}async[_0x4ffe42(0x4eb)](_0x19127e,_0x54f5c1){const _0x40d06d=_0x4ffe42;return!!this[_0x40d06d(0x4df)][_0x40d06d(0x281)](_0x19127e,_0x54f5c1);}['updateOfflineData'](_0x310956,_0x3c671c,_0x26283c,_0x4f6654){const _0x5d1941=_0x4ffe42,_0x252b9c=this[_0x5d1941(0x2fc)][_0x5d1941(0x181)](_0x310956);this[_0x5d1941(0x2b9)][_0x5d1941(0x53b)](_0x310956,{'unitID':_0x310956,'type':_0x3c671c,'awaitingChangeset':_0x26283c,'mutations':_0x4f6654,'rev':_0x252b9c}),this['_saveTaskMap'][_0x5d1941(0x14b)](_0x310956)||this['_scheduleSaving'](_0x310956);}['_scheduleSaving'](_0x35ae3b){const _0x2f4f1f=_0x4ffe42,_0x2d3120=this[_0x2f4f1f(0x362)]();_0x2d3120===0x0?this[_0x2f4f1f(0x20d)](_0x35ae3b):this[_0x2f4f1f(0x4a6)]['set'](_0x35ae3b,setTimeout(()=>this[_0x2f4f1f(0x20d)](_0x35ae3b),_0x2d3120));}['_getSaveTimeout'](){const _0x149d6c=_0x4ffe42;var _0x1a26dd;return(_0x1a26dd=this['_configService'][_0x149d6c(0x389)](_0x176e42))!=null?_0x1a26dd:0x3e8;}[_0x4ffe42(0x20d)](_0x8bac19){const _0x3b40a0=_0x4ffe42,_0x413c26=this[_0x3b40a0(0x4a6)]['get'](_0x8bac19);return _0x413c26!==void 0x0&&window[_0x3b40a0(0x1b9)](_0x413c26),this[_0x3b40a0(0x4df)][_0x3b40a0(0x281)](_0x12b98c(_0x8bac19),this[_0x3b40a0(0x2b9)][_0x3b40a0(0xce)](_0x8bac19))[_0x3b40a0(0x370)](()=>this['_saveTaskMap'][_0x3b40a0(0x253)](_0x8bac19));}async[_0x4ffe42(0x494)](){const _0x20c924=_0x4ffe42,_0x21fac6=[];this[_0x20c924(0x4a6)][_0x20c924(0x2e8)]((_0x5253e5,_0x1e7114)=>{const _0x1e7b8a=_0x20c924;window['clearTimeout'](_0x5253e5),_0x21fac6[_0x1e7b8a(0x3cc)](this[_0x1e7b8a(0x20d)](_0x1e7114)[_0x1e7b8a(0x370)](()=>{const _0x49985e=_0x1e7b8a;this[_0x49985e(0x4a6)][_0x49985e(0x253)](_0x1e7114);}));}),await Promise[_0x20c924(0x2ae)](_0x21fac6);}[_0x4ffe42(0x195)](){const _0x2c7284=_0x4ffe42;this[_0x2c7284(0x501)](this[_0x2c7284(0x221)][_0x2c7284(0x11a)](()=>{const _0x58d51d=_0x2c7284;if(this[_0x58d51d(0x4a6)][_0x58d51d(0x215)])return this[_0x58d51d(0x464)]['t'](_0x58d51d(0x3f3));}));}},_0x2a808c[_0x4ffe42(0x39a)]=_0x27b938([_0x187720(0x0,_0xed312c[_0x4ffe42(0x3a8)]),_0x187720(0x1,_0xed312c[_0x4ffe42(0x289)]),_0x187720(0x2,_0x16dea4[_0x4ffe42(0x2ba)]),_0x187720(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0x187720(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)]))],_0x2a808c[_0x4ffe42(0x39a)]);function _0x12b98c(_0x58ab28){const _0x426b92=_0x4ffe42;return _0x426b92(0x4ac)+_0x58ab28;}var _0x5a5933=Object[_0x4ffe42(0x52a)],_0x7614=Object[_0x4ffe42(0x25d)],_0xf042df=(_0x5b52d8,_0x5ec47b,_0xc4de31,_0x168c6c)=>{const _0x12c349=_0x4ffe42;for(var _0x48d241=_0x168c6c>0x1?void 0x0:_0x168c6c?_0x7614(_0x5ec47b,_0xc4de31):_0x5ec47b,_0x115149=_0x5b52d8[_0x12c349(0x331)]-0x1,_0x5716f4;_0x115149>=0x0;_0x115149--)(_0x5716f4=_0x5b52d8[_0x115149])&&(_0x48d241=(_0x168c6c?_0x5716f4(_0x5ec47b,_0xc4de31,_0x48d241):_0x5716f4(_0x48d241))||_0x48d241);return _0x168c6c&&_0x48d241&&_0x5a5933(_0x5ec47b,_0xc4de31,_0x48d241),_0x48d241;},_0x71edd7=(_0x2171e0,_0x5f3e3e)=>(_0x289a38,_0x300f3c)=>_0x5f3e3e(_0x289a38,_0x300f3c,_0x2171e0);function _0xded656(_0x2cdc2b){const _0x5ae188=_0x4ffe42,{unitID:_0x781dc6,mutations:_0x455057}=_0x2cdc2b;return{'unitId':_0x781dc6,'subUnitId':_0x455057[0x0]['params'][_0x5ae188(0x263)]};}let _0x5c1d94=class{constructor(_0x12f053,_0x1b3f6e,_0x131ae7){const _0x3f80b3=_0x4ffe42;this[_0x3f80b3(0x388)]=_0x12f053,this[_0x3f80b3(0x2f8)]=_0x1b3f6e,this[_0x3f80b3(0x29a)]=_0x131ae7;}['transformSelections'](_0x20d260){const _0x3c2e16=_0x4ffe42;var _0x265222,_0x35fea8,_0x516f6f,_0x26c700;const _0x16f9a4=this[_0x3c2e16(0x388)][_0x3c2e16(0xce)](_0x3c9e4d[_0x3c2e16(0x109)]),{unitId:_0x50e886,subUnitId:_0x590ab1}=_0xded656(_0x20d260),_0x2ad076=_0x16f9a4[_0x3c2e16(0x228)](_0x50e886)['getCurrentSelections'](),_0x3948e1=(_0x35fea8=(_0x265222=this[_0x3c2e16(0x29a)][_0x3c2e16(0x4b3)](_0x50e886))==null?void 0x0:_0x265222[_0x3c2e16(0x31f)]())==null?void 0x0:_0x35fea8[_0x3c2e16(0x3f4)]();if(_0x2ad076[_0x3c2e16(0x331)]===0x0||!_0x50e886||!_0x590ab1)return;const _0x1c4c86=[{'id':_0x3c9e4d[_0x3c2e16(0x174)]['id'],'params':{'unitId':_0x50e886,'subUnitId':_0x3948e1,'selections':_0xed312c[_0x3c2e16(0xd3)]['deepClone'](_0x2ad076)}}],_0x38f565=this[_0x3c2e16(0x2f8)]['transformMutationsWithChangeset'](_0x20d260,_0x1c4c86);if(!_0x2db012[_0x3c2e16(0x4e6)](_0x38f565))throw _0x38f565[_0x3c2e16(0x330)];const _0x3cf3c1=(_0x26c700=(_0x516f6f=_0x38f565[_0x3c2e16(0x2d7)][0x0])==null?void 0x0:_0x516f6f[_0x3c2e16(0x223)])==null?void 0x0:_0x26c700[_0x3c2e16(0x209)];if(Array[_0x3c2e16(0x30e)](_0x3cf3c1)&&_0x3cf3c1[_0x3c2e16(0x331)]){if(_0x3cf3c1[_0x3c2e16(0x331)]===_0x1c4c86[0x0][_0x3c2e16(0x223)][_0x3c2e16(0x209)][_0x3c2e16(0x331)]&&_0x3cf3c1[_0x3c2e16(0x3e4)]((_0x4343c7,_0x7d489c)=>_0xed312c[_0x3c2e16(0x21a)][_0x3c2e16(0x2f5)](_0x4343c7['range'],_0x1c4c86[0x0][_0x3c2e16(0x223)][_0x3c2e16(0x209)][_0x7d489c][_0x3c2e16(0x8e)])))return;this[_0x3c2e16(0x388)][_0x3c2e16(0xce)](_0xed312c[_0x3c2e16(0x41e)])[_0x3c2e16(0x53f)](_0x3c9e4d['SetSelectionsOperation']['id'],{'unitId':_0x50e886,'subUnitId':_0x3948e1,'selections':_0x3cf3c1});}}};_0x5c1d94=_0xf042df([_0x71edd7(0x0,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x399)])),_0x71edd7(0x1,_0x2db012[_0x4ffe42(0x4f2)]),_0x71edd7(0x2,_0xed312c[_0x4ffe42(0x99)])],_0x5c1d94);const _0x29dcde=_0xed312c['createIdentifier'](_0x4ffe42(0x88));var _0x2da9cf=(_0x50c099=>(_0x50c099[_0x50c099['NO_OTHER_CLIENTS_EDITING']=0x0]=_0x4ffe42(0xcd),_0x50c099[_0x50c099[_0x4ffe42(0x405)]=0x1]=_0x4ffe42(0x405),_0x50c099))(_0x2da9cf||{});const _0x3d0cba=0x7530,_0x4e9ca5=_0x4ffe42(0x259);class _0x2aacb6 extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(){const _0xd47874=_0x4ffe42;super(),_0x2a6f44(this,_0xd47874(0x1c4),_0xed312c[_0xd47874(0xd3)][_0xd47874(0x122)]()),_0x2a6f44(this,'_selfUnitIDs',new Set()),_0x2a6f44(this,'_unitOnClients',new Map()),_0x2a6f44(this,_0xd47874(0x442),null),_0x2a6f44(this,_0xd47874(0x116),new Map()),_0x2a6f44(this,_0xd47874(0x432),new Map()),this[_0xd47874(0x2c5)]();}[_0x4ffe42(0x192)](){const _0x44aa4b=_0x4ffe42;super['dispose'](),this['_clearOtherTimers'][_0x44aa4b(0x2e8)]((_0x569979,_0x2af1a9)=>this[_0x44aa4b(0x91)](_0x2af1a9)),this[_0x44aa4b(0x442)]&&window['clearInterval'](this[_0x44aa4b(0x442)]);}[_0x4ffe42(0x315)](_0x3fd29d){const _0x3a175c=_0x4ffe42;return this[_0x3a175c(0x2e1)](_0x3fd29d)[_0x3a175c(0x556)](_0x4984e3['distinctUntilChanged']());}[_0x4ffe42(0x34d)](_0x178eb1){const _0x4910aa=_0x4ffe42;this[_0x4910aa(0x513)][_0x4910aa(0x215)]===0x0&&this[_0x4910aa(0x3f9)](),this[_0x4910aa(0x513)][_0x4910aa(0x47f)](_0x178eb1),this['_send']({'type':0x0,'memberID':this[_0x4910aa(0x1c4)],'unitIDs':[_0x178eb1],'isForwarded':!0x1});}[_0x4ffe42(0x1f0)](_0x5b5712){const _0x294339=_0x4ffe42;this['_selfUnitIDs']['delete'](_0x5b5712),this[_0x294339(0x513)][_0x294339(0x215)]===0x0&&this['_heartbeatTimer']&&window[_0x294339(0xe0)](this[_0x294339(0x442)]);}[_0x4ffe42(0x2c5)](){const _0x515a18=_0x4ffe42;this['disposeWithMe'](_0xed312c[_0x515a18(0x4c6)](_0x4984e3[_0x515a18(0x1a6)](window,_0x515a18(0x3be))[_0x515a18(0x51f)](_0x1e911e=>{const _0x25fdbe=_0x515a18;if(_0x1e911e['key']!==_0x4e9ca5||!_0x1e911e[_0x25fdbe(0x2f1)])return;const _0x22262b=JSON[_0x25fdbe(0x557)](_0x1e911e[_0x25fdbe(0x2f1)]);this['_handleEvent'](_0x22262b);}))),window['addEventListener'](_0x515a18(0x1f3),()=>this[_0x515a18(0x1f7)]({'type':0x1,'memberID':this[_0x515a18(0x1c4)],'unitIDs':Array[_0x515a18(0x1b4)](this['_selfUnitIDs'])}));}[_0x4ffe42(0x392)](_0x1236ac){const _0x29ab31=_0x4ffe42;switch(_0x1236ac[_0x29ab31(0x535)]){case 0x0:this[_0x29ab31(0x194)](_0x1236ac);break;case 0x1:this[_0x29ab31(0xf4)](_0x1236ac);break;case 0x2:this[_0x29ab31(0x138)](_0x1236ac);break;}}[_0x4ffe42(0x194)](_0x5cb69b){const _0x39c457=_0x4ffe42,{unitIDs:_0x22d0be,memberID:_0x2e8826,isForwarded:_0x46e986}=_0x5cb69b;_0x22d0be[_0x39c457(0x2e8)](_0x524f22=>{const _0x3173c=_0x39c457;if(!_0x46e986&&this['_unitOnClients']['has'](_0x524f22)&&this[_0x3173c(0x2e1)](_0x524f22)[_0x3173c(0x17f)](0x1),!this[_0x3173c(0x244)][_0x3173c(0x14b)](_0x524f22)||!this['_unitOnClients'][_0x3173c(0xce)](_0x524f22)[_0x3173c(0x14b)](_0x2e8826)){const _0x4ed212=this['_unitOnClients'][_0x3173c(0xce)](_0x524f22)||new Set();_0x4ed212['add'](_0x2e8826),this[_0x3173c(0x244)][_0x3173c(0x53b)](_0x524f22,_0x4ed212),this[_0x3173c(0x553)](_0x2e8826);}}),_0x46e986||this['_send']({'type':0x0,'memberID':this[_0x39c457(0x1c4)],'unitIDs':[...this[_0x39c457(0x513)]],'isForwarded':!0x0});}['_scheduleClearOtherTimer'](_0x5cfb4c){const _0x3959a6=_0x4ffe42;this['_removeClearOtherTimer'](_0x5cfb4c);const _0x424ad8=window['setTimeout'](()=>{this['_unitOnClients']['forEach'](_0x224255=>{const _0x52b4e4=_0x5c47;_0x224255[_0x52b4e4(0x253)](_0x5cfb4c);});},_0x3d0cba*0x2);this[_0x3959a6(0x116)]['set'](_0x5cfb4c,_0x424ad8);}[_0x4ffe42(0x91)](_0xbc4abe){const _0x3f2bd0=_0x4ffe42;if(this[_0x3f2bd0(0x116)][_0x3f2bd0(0x14b)](_0xbc4abe)){const _0x3f3b99=this[_0x3f2bd0(0x116)][_0x3f2bd0(0xce)](_0xbc4abe);_0x3f3b99&&window['clearTimeout'](_0x3f3b99),this[_0x3f2bd0(0x116)][_0x3f2bd0(0x53b)](_0xbc4abe,null);}}['_handleLeaveEvent'](_0x4a66c3){const _0x2aee2e=_0x4ffe42,{memberID:_0x418c16,unitIDs:_0x9d511a}=_0x4a66c3;_0x9d511a['forEach'](_0x3a68d2=>{const _0x4bbdbe=_0x5c47;var _0x49a2d2;const _0x557e2f=this[_0x4bbdbe(0x244)][_0x4bbdbe(0xce)](_0x3a68d2);_0x557e2f&&(_0x557e2f[_0x4bbdbe(0x253)](_0x418c16),(_0x49a2d2=this[_0x4bbdbe(0x2e1)](_0x3a68d2))==null||_0x49a2d2[_0x4bbdbe(0x17f)](_0x557e2f['size']===0x0?0x0:0x1));}),this[_0x2aee2e(0x91)](_0x418c16);}['_handleHeartbeatEvent'](_0x16b34b){const _0x3a803a=_0x4ffe42;this[_0x3a803a(0x553)](_0x16b34b[_0x3a803a(0x306)]);}[_0x4ffe42(0x1f7)](_0x5f19b4){localStorage['setItem'](_0x4e9ca5,JSON['stringify'](_0x5f19b4));}[_0x4ffe42(0x3f9)](){const _0x99cb5=_0x4ffe42;this[_0x99cb5(0x442)]=window[_0x99cb5(0x2ac)](()=>{const _0x30524d=_0x99cb5;this['_send']({'type':0x2,'memberID':this[_0x30524d(0x1c4)]});},_0x3d0cba);}[_0x4ffe42(0x2e1)](_0xdfbd0e){const _0x2d3c65=_0x4ffe42;return this['_unitStatus'][_0x2d3c65(0x14b)](_0xdfbd0e)||this[_0x2d3c65(0x432)][_0x2d3c65(0x53b)](_0xdfbd0e,new _0x4984e3[(_0x2d3c65(0x3ae))](0x0)),this[_0x2d3c65(0x432)][_0x2d3c65(0xce)](_0xdfbd0e);}}var _0x1f8a7b=Object['defineProperty'],_0x5829b0=Object[_0x4ffe42(0x25d)],_0x82f49d=(_0x1d7732,_0x2074dd,_0x1dc734,_0x4ca614)=>{const _0x57ab76=_0x4ffe42;for(var _0x15abed=_0x4ca614>0x1?void 0x0:_0x4ca614?_0x5829b0(_0x2074dd,_0x1dc734):_0x2074dd,_0x3e0e57=_0x1d7732[_0x57ab76(0x331)]-0x1,_0x2427ae;_0x3e0e57>=0x0;_0x3e0e57--)(_0x2427ae=_0x1d7732[_0x3e0e57])&&(_0x15abed=(_0x4ca614?_0x2427ae(_0x2074dd,_0x1dc734,_0x15abed):_0x2427ae(_0x15abed))||_0x15abed);return _0x4ca614&&_0x15abed&&_0x1f8a7b(_0x2074dd,_0x1dc734,_0x15abed),_0x15abed;},_0x1cda0f=(_0x5e3547,_0x4ee603)=>(_0x582496,_0x5c0d86)=>_0x4ee603(_0x582496,_0x5c0d86,_0x5e3547);let _0x2dd995=class{constructor(_0x4ff354,_0x294529,_0x27f24c){const _0x417ae9=_0x4ffe42;this[_0x417ae9(0x388)]=_0x4ff354,this[_0x417ae9(0x2f8)]=_0x294529,this[_0x417ae9(0x4e0)]=_0x27f24c;}[_0x4ffe42(0x508)](_0x465a8a){const _0x33bc91=_0x4ffe42;this[_0x33bc91(0x14c)](_0x465a8a);}['transformRemoteChangeset'](_0x5393d4){const _0x407419=_0x4ffe42,{unitID:_0xf51c0a}=_0x5393d4,{collaboration:_0x5a471e}=this[_0x407419(0x4e0)][_0x407419(0x7e)](_0xf51c0a);if(_0x5a471e[_0x407419(0x331)]===0x0)return _0x5393d4;let _0x316b96=_0xed312c[_0x407419(0xd3)][_0x407419(0x4e7)](_0x5393d4[_0x407419(0xd9)][0x0]);for(let _0x57e433=0x0;_0x57e433<_0x5a471e[_0x407419(0x331)];_0x57e433++){const _0x37b7d9={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x5a471e[_0x57e433][_0x407419(0x27d)],..._0x5a471e[_0x57e433]['redoState']}},_0x5b3851=this[_0x407419(0x2f8)][_0x407419(0x24f)](_0x316b96,_0x37b7d9,!0x1);if(_0x2db012['isTransformMutationFailure'](_0x5b3851))throw _0x5b3851[_0x407419(0x330)];_0x316b96=_0x5b3851[_0x407419(0x2bb)];}return{..._0xed312c[_0x407419(0xd3)]['deepClone'](_0x5393d4),'mutations':[_0x316b96]};}[_0x4ffe42(0x14c)](_0x3b879c){const _0x1ab914=_0x4ffe42,{unitID:_0x2abb87}=_0x3b879c,{history:_0x1ce310,collaboration:_0x5e1165}=this[_0x1ab914(0x4e0)][_0x1ab914(0x7e)](_0x2abb87);if(_0x1ce310[_0x1ab914(0x331)]===0x0&&_0x5e1165['length']===0x0)return;const _0x5e7a36=[],_0x4a88b7=[];let _0x152daa=_0xed312c[_0x1ab914(0xd3)][_0x1ab914(0x4e7)](_0x3b879c[_0x1ab914(0xd9)][0x0]),_0x275b9d=_0xed312c[_0x1ab914(0xd3)][_0x1ab914(0x4e7)](_0x3b879c[_0x1ab914(0xd9)][0x0]);for(let _0x2a190c=_0x1ce310[_0x1ab914(0x331)]-0x1;_0x2a190c>=0x0;_0x2a190c--){const _0x4a41c4={'id':_0x1ab914(0x2da),'params':{'unitId':_0x1ce310[_0x2a190c][_0x1ab914(0x27d)],..._0x1ce310[_0x2a190c][_0x1ab914(0x512)]}},_0x723506={'id':_0x1ab914(0x2da),'params':{'unitId':_0x1ce310[_0x2a190c][_0x1ab914(0x27d)],..._0x1ce310[_0x2a190c][_0x1ab914(0x283)]}},_0xaea961=this[_0x1ab914(0x2f8)][_0x1ab914(0x24f)](_0x152daa,_0x4a41c4,!0x1),_0x4cde9f=this[_0x1ab914(0x2f8)]['transformMutation'](_0x275b9d,_0x723506,!0x1);if(_0x2db012[_0x1ab914(0x4dd)](_0xaea961))throw _0xaea961['error'];if(_0x2db012[_0x1ab914(0x4dd)](_0x4cde9f))throw _0x4cde9f[_0x1ab914(0x330)];_0x5e7a36[_0x1ab914(0x7f)]({..._0x1ce310[_0x2a190c],'undoState':_0xaea961[_0x1ab914(0x2d7)]['params'],'redoState':_0x4cde9f[_0x1ab914(0x2d7)][_0x1ab914(0x223)]}),_0x152daa=_0xaea961['m1Prime'],_0x275b9d=_0x4cde9f[_0x1ab914(0x2bb)];}_0x152daa=_0xed312c[_0x1ab914(0xd3)][_0x1ab914(0x4e7)](_0x3b879c[_0x1ab914(0xd9)][0x0]),_0x275b9d=_0xed312c[_0x1ab914(0xd3)][_0x1ab914(0x4e7)](_0x3b879c[_0x1ab914(0xd9)][0x0]);for(let _0x315b3f=_0x5e1165[_0x1ab914(0x331)]-0x1;_0x315b3f>=0x0;_0x315b3f--){const _0x240257={'id':_0x1ab914(0x2da),'params':{'unitId':_0x5e1165[_0x315b3f][_0x1ab914(0x27d)],..._0x5e1165[_0x315b3f][_0x1ab914(0x512)]}},_0x193ede={'id':_0x1ab914(0x2da),'params':{'unitId':_0x5e1165[_0x315b3f][_0x1ab914(0x27d)],..._0x5e1165[_0x315b3f][_0x1ab914(0x283)]}},_0xb0ea84=this[_0x1ab914(0x2f8)][_0x1ab914(0x24f)](_0x152daa,_0x240257,!0x1),_0xbe457f=this[_0x1ab914(0x2f8)][_0x1ab914(0x24f)](_0x275b9d,_0x193ede,!0x1);if(_0x2db012['isTransformMutationFailure'](_0xb0ea84))throw _0xb0ea84['error'];if(_0x2db012[_0x1ab914(0x4dd)](_0xbe457f))throw _0xbe457f[_0x1ab914(0x330)];_0x4a88b7['unshift']({..._0x5e1165[_0x315b3f],'undoState':_0xb0ea84[_0x1ab914(0x2d7)]['params'],'redoState':_0xbe457f['m2Prime']['params']}),_0x152daa=_0xb0ea84[_0x1ab914(0x2bb)],_0x275b9d=_0xbe457f[_0x1ab914(0x2bb)];}this[_0x1ab914(0x4e0)]['setStateCache'](_0x2abb87,{'history':_0x5e7a36,'collaboration':_0x4a88b7});}};_0x2dd995=_0x82f49d([_0x1cda0f(0x0,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x1cda0f(0x1,_0x2db012[_0x4ffe42(0x4f2)]),_0x1cda0f(0x2,_0xed312c['Inject'](_0x48cd12['DocStateChangeManagerService']))],_0x2dd995);function _0x53644f(_0x4652dd){const _0x154622=_0x4ffe42;let _0x404e18='';for(const _0x4c464d of _0x4652dd){const {startOffset:_0x1fec47,endOffset:_0x6b5dc8,isActive:_0x2801eb,rangeType:_0x523609,segmentId:_0x521ad1,segmentPage:_0x5f1928}=_0x4c464d;_0x404e18[_0x154622(0x331)]&&(_0x404e18+=','),_0x404e18+=_0x1fec47+':'+_0x6b5dc8+':'+(_0x2801eb?'1':'0')+':'+_0x523609+':'+_0x521ad1+':'+_0x5f1928;}return _0x404e18;}function _0xf23b3e(_0xbeb709){const _0x149abe=_0x4ffe42,_0x4e37aa=_0xbeb709[_0x149abe(0x158)](','),_0x4f96c9=[];for(const _0x1ad983 of _0x4e37aa){const [_0x2c630b,_0x54d075,_0x564cfb,_0x437dfa,_0x24b14b,_0x576a13]=_0x1ad983[_0x149abe(0x158)](':');_0x4f96c9[_0x149abe(0x3cc)]({'startOffset':Number(_0x2c630b),'endOffset':Number(_0x54d075),'collapsed':_0x2c630b===_0x54d075,'isActive':_0x564cfb==='1','rangeType':_0x437dfa===_0xed312c[_0x149abe(0x4d3)][_0x149abe(0xc3)]?_0xed312c[_0x149abe(0x4d3)][_0x149abe(0xc3)]:_0xed312c[_0x149abe(0x4d3)][_0x149abe(0x368)],'segmentId':typeof _0x24b14b=='string'?String(_0x24b14b):'','segmentPage':Number(_0x576a13!=null?_0x576a13:-0x1)});}return _0x4f96c9[_0x149abe(0x44c)](_0x1eb0f2=>_0x1eb0f2[_0x149abe(0x451)])||(_0x4f96c9[0x0]['isActive']=!0x0),_0x4f96c9;}class _0x46e4d0 extends _0xed312c[_0x4ffe42(0x379)]{constructor(){const _0x45760a=_0x4ffe42;super(...arguments),_0x2a6f44(this,_0x45760a(0x4c9),new _0x4984e3['BehaviorSubject'](null)),_0x2a6f44(this,_0x45760a(0x2ef),this[_0x45760a(0x4c9)]['asObservable']());}[_0x4ffe42(0x504)](_0x37edfb){const _0x70bb34=_0x4ffe42,{unitID:_0x2b6538,memberID:_0x550a75,textRanges:_0xf9766c}=_0x37edfb,_0x4ec711=_0x53644f(_0xf9766c);if(_0x4ec711==='')return;const _0x5a7207={'unitID':_0x2b6538,'memberID':_0x550a75,'selection':_0x4ec711};this[_0x70bb34(0x4c9)][_0x70bb34(0x17f)](_0x5a7207);}}var _0x28ab0e=Object['defineProperty'],_0x5b34a2=Object[_0x4ffe42(0x25d)],_0x5b1058=(_0xb0cc4e,_0x4e69e4,_0x22ec84,_0x2c5afa)=>{const _0x3d87d9=_0x4ffe42;for(var _0x15a600=_0x2c5afa>0x1?void 0x0:_0x2c5afa?_0x5b34a2(_0x4e69e4,_0x22ec84):_0x4e69e4,_0x2b44bb=_0xb0cc4e[_0x3d87d9(0x331)]-0x1,_0x244ebf;_0x2b44bb>=0x0;_0x2b44bb--)(_0x244ebf=_0xb0cc4e[_0x2b44bb])&&(_0x15a600=(_0x2c5afa?_0x244ebf(_0x4e69e4,_0x22ec84,_0x15a600):_0x244ebf(_0x15a600))||_0x15a600);return _0x2c5afa&&_0x15a600&&_0x28ab0e(_0x4e69e4,_0x22ec84,_0x15a600),_0x15a600;},_0x51b58c=(_0x19c6c0,_0x37fb80)=>(_0x728ab5,_0x52627d)=>_0x37fb80(_0x728ab5,_0x52627d,_0x19c6c0);let _0xc766bf=class{constructor(_0xb8c949,_0x2cef5c){const _0xa24418=_0x4ffe42;this[_0xa24418(0x388)]=_0xb8c949,this[_0xa24418(0x2f8)]=_0x2cef5c;}['transformSelections'](_0x2eae43){const _0x445939=_0x4ffe42;var _0x507f58;const _0xafd3a4=this[_0x445939(0x388)]['get'](_0x10f1a4[_0x445939(0xc0)]),_0x58c0fb=(_0x507f58=_0xafd3a4['getDocRanges']())!=null?_0x507f58:[];if(_0x58c0fb['length']===0x0)return;const _0x46ed4e=_0x2eae43[_0x445939(0x2a3)],_0x10e3d7=[{'id':_0x445939(0x2da),'params':{'unitId':_0x46ed4e,'actions':null,'textRanges':_0x58c0fb}}],_0x62f2f=this[_0x445939(0x2f8)][_0x445939(0x245)](_0x2eae43,_0x10e3d7);if(!_0x2db012['isTransformMutationsWithChangesetSuccess'](_0x62f2f))throw _0x62f2f[_0x445939(0x330)];const _0x510bcf=_0x62f2f[_0x445939(0x2d7)][0x0][_0x445939(0x223)][_0x445939(0x1a5)];Array[_0x445939(0x30e)](_0x510bcf)&&_0x510bcf[_0x445939(0x331)]&&_0xafd3a4['replaceDocRanges'](_0x510bcf,{'unitId':_0x46ed4e,'subUnitId':_0x46ed4e},!0x1);}};_0xc766bf=_0x5b1058([_0x51b58c(0x0,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x51b58c(0x1,_0x2db012['ITransformService'])],_0xc766bf);const _0xf236c0=new Set([_0x3c9e4d[_0x4ffe42(0x19a)]['id']]);function _0x1b739a(_0x5a9b64,_0x57c822,_0x321335,_0xb7a678,_0x191c97){const _0x54bb1b=_0x4ffe42;var _0x5f5857,_0x49affa,_0x25ecbc,_0x127f38;const _0x766d87=[];for(const _0x1b556f of _0x5a9b64)if(_0xf236c0['has'](_0x1b556f['id'])){if(_0x766d87[_0x54bb1b(0x331)]>0x0)break;_0x766d87[_0x54bb1b(0x3cc)](_0x1b556f);break;}else _0x766d87[_0x54bb1b(0x3cc)](_0x1b556f);const _0x50e4aa=(_0x49affa=(_0x5f5857=_0x191c97['getCurrentUser']())==null?void 0x0:_0x5f5857[_0x54bb1b(0x193)])!=null?_0x49affa:_0x54bb1b(0x312),_0x5a8169=(_0x127f38=(_0x25ecbc=_0x191c97[_0x54bb1b(0x41b)]())==null?void 0x0:_0x25ecbc[_0x54bb1b(0x306)])!=null?_0x127f38:'unknown';return{'changeset':{'unitID':_0x57c822,'type':_0x2db012['mapDocumentTypeToUniverType'](_0x321335['getUnitType'](_0x57c822)),'baseRev':_0xb7a678[_0x54bb1b(0x181)](_0x57c822),'revision':0x0,'userID':_0x50e4aa,'memberID':_0x5a8169,'mutations':_0x766d87},'pendingMutations':_0x5a9b64['slice'](_0x766d87[_0x54bb1b(0x331)])};}function _0x45d999(_0x967a8a,_0x30052a,_0x3519d0,_0x95ed05,_0x4c209a){const _0x51a129=_0x4ffe42;var _0x31720a,_0x2d28c9,_0x2f4a91,_0x2b49b8;const _0x67e53c=[_0x967a8a[_0x51a129(0x327)]((_0x16559c,_0x227bc8)=>{const _0x399b99=_0x51a129;var _0x10ee51;const {id:_0x28f07e}=_0x16559c,{id:_0x439d11,type:_0x17c2e6}=_0x227bc8,_0xdfde9f=(_0x10ee51=_0x16559c[_0x399b99(0x223)])!=null?_0x10ee51:{'actions':null},_0x26509f=_0x227bc8[_0x399b99(0x223)];if(_0x28f07e&&_0x28f07e!==_0x439d11)throw new Error(_0x399b99(0x288)+_0x28f07e+'\x20-\x20'+_0x439d11+'.');return{..._0x16559c,'id':_0x439d11,'type':_0x17c2e6,'params':{'unitId':_0x26509f[_0x399b99(0x27d)],'textRanges':_0x26509f[_0x399b99(0x1a5)],'actions':_0xed312c[_0x399b99(0x1d9)][_0x399b99(0x4d6)](_0xdfde9f[_0x399b99(0x2ea)],_0x26509f[_0x399b99(0x2ea)])}};},{})],_0x5c4d45=(_0x2d28c9=(_0x31720a=_0x4c209a[_0x51a129(0x41b)]())==null?void 0x0:_0x31720a[_0x51a129(0x193)])!=null?_0x2d28c9:'unknown',_0x5aa347=(_0x2b49b8=(_0x2f4a91=_0x4c209a['getCurrentUser']())==null?void 0x0:_0x2f4a91['memberID'])!=null?_0x2b49b8:'unknown';return{'changeset':{'unitID':_0x30052a,'type':_0x2db012['mapDocumentTypeToUniverType'](_0x3519d0[_0x51a129(0x15b)](_0x30052a)),'baseRev':_0x95ed05[_0x51a129(0x181)](_0x30052a),'revision':0x0,'userID':_0x5c4d45,'memberID':_0x5aa347,'mutations':_0x67e53c},'pendingMutations':[]};}function _0x32a717(_0x910def,_0x2cd296){const _0x1f0555=_0x4ffe42,_0x129d13=new _0x4984e3['ReplaySubject'](0x1);return setTimeout(()=>_0x129d13[_0x1f0555(0x17f)](_0x2cd296),_0x910def),_0x129d13[_0x1f0555(0x31c)]()['pipe'](_0x4984e3[_0x1f0555(0x305)](0x1));}const _0x18bf06={'id':_0x3c9e4d[_0x4ffe42(0x220)]['id'],'type':_0xed312c['CommandType'][_0x4ffe42(0xb5)],'params':{}};var _0x1995f1=Object[_0x4ffe42(0x52a)],_0x17462a=Object[_0x4ffe42(0x25d)],_0x960559=(_0x108f3f,_0x8ba7ce,_0x1afdad,_0x5c9808)=>{const _0x5b2e8f=_0x4ffe42;for(var _0x2787b2=_0x5c9808>0x1?void 0x0:_0x5c9808?_0x17462a(_0x8ba7ce,_0x1afdad):_0x8ba7ce,_0x205f3b=_0x108f3f[_0x5b2e8f(0x331)]-0x1,_0x3b687c;_0x205f3b>=0x0;_0x205f3b--)(_0x3b687c=_0x108f3f[_0x205f3b])&&(_0x2787b2=(_0x5c9808?_0x3b687c(_0x8ba7ce,_0x1afdad,_0x2787b2):_0x3b687c(_0x2787b2))||_0x2787b2);return _0x5c9808&&_0x2787b2&&_0x1995f1(_0x8ba7ce,_0x1afdad,_0x2787b2),_0x2787b2;},_0x50348e=(_0x468c29,_0x45c8f8)=>(_0x2bb536,_0x264699)=>_0x45c8f8(_0x2bb536,_0x264699,_0x468c29),_0x94e66b=(_0xe479fd=>(_0xe479fd[_0x4ffe42(0x31a)]='not_collab',_0xe479fd[_0x4ffe42(0x163)]=_0x4ffe42(0x1b1),_0xe479fd[_0x4ffe42(0x17e)]=_0x4ffe42(0x1a9),_0xe479fd[_0x4ffe42(0x352)]=_0x4ffe42(0x143),_0xe479fd[_0x4ffe42(0x1bb)]='awaiting_with_pending',_0xe479fd[_0x4ffe42(0x1c9)]=_0x4ffe42(0x4a0),_0xe479fd[_0x4ffe42(0x1df)]=_0x4ffe42(0x2e3),_0xe479fd[_0x4ffe42(0x1c1)]='offline',_0xe479fd))(_0x94e66b||{});const _0x2396eb=0xea60;class _0x50e185{constructor(_0x33b815,_0x5ebd91,_0x3d3341,_0x10f914,_0x5890a2,_0x39957a,_0x3d074f,_0x1cd7ac,_0x31b5d9){const _0x1c5a50=_0x4ffe42;_0x2a6f44(this,_0x1c5a50(0x2d8),null),_0x2a6f44(this,_0x1c5a50(0xc6),[]),(this[_0x1c5a50(0x2a3)]=_0x33b815,this[_0x1c5a50(0x535)]=_0x5ebd91,this['_handler']=_0x5890a2,this[_0x1c5a50(0x477)]=_0x39957a,this[_0x1c5a50(0x4c4)]=_0x3d074f,this[_0x1c5a50(0x2fc)]=_0x1cd7ac,this['_localCacheService']=_0x31b5d9,this[_0x1c5a50(0x2d8)]=_0x3d3341,this[_0x1c5a50(0xc6)]=_0x10f914);}['_checkMissing'](_0x428110){const _0xd8e9ba=_0x4ffe42,_0x117c96=this['_revisionService']['getCurrentRevOfUnit'](this[_0xd8e9ba(0x2a3)]);return _0x428110[_0xd8e9ba(0x133)]>_0x117c96+0x1?(this[_0xd8e9ba(0xfb)][_0xd8e9ba(0x49f)]({'from':_0x117c96,'to':_0x428110[_0xd8e9ba(0x133)]-0x1}),!0x0):!0x1;}['_transformUndoredo'](_0x5356bb){const _0x3bea2b=_0x4ffe42;this[_0x3bea2b(0x4c4)][_0x3bea2b(0x248)](this[_0x3bea2b(0x2a3)],_0x5356bb);}['_transformSelections'](_0x4e5ccc){const _0x5d10a4=_0x4ffe42;var _0x16cbbd,_0x7bcce1;(_0x7bcce1=(_0x16cbbd=this[_0x5d10a4(0xfb)])[_0x5d10a4(0x465)])==null||_0x7bcce1[_0x5d10a4(0x4fd)](_0x16cbbd,_0x4e5ccc);}['_transformIMECache'](_0x3c057c){const _0x3afecd=_0x4ffe42;var _0x5793d6,_0x28642a;return(_0x28642a=(_0x5793d6=this['_handler'])[_0x3afecd(0x481)])==null?void 0x0:_0x28642a[_0x3afecd(0x4fd)](_0x5793d6,_0x3c057c);}['_transformStateCache'](_0xc2a2e4){const _0x303412=_0x4ffe42;var _0x208b14,_0x501678;return(_0x501678=(_0x208b14=this[_0x303412(0xfb)])[_0x303412(0x268)])==null?void 0x0:_0x501678[_0x303412(0x4fd)](_0x208b14,_0xc2a2e4);}['_transformRemoteChangesetByIMECache'](_0x88f939){const _0x5e2cf3=_0x4ffe42;var _0x7ebe8d,_0x3f16ba,_0x2de290;return(_0x2de290=(_0x3f16ba=(_0x7ebe8d=this[_0x5e2cf3(0xfb)])[_0x5e2cf3(0x342)])==null?void 0x0:_0x3f16ba[_0x5e2cf3(0x4fd)](_0x7ebe8d,_0x88f939))!=null?_0x2de290:_0x88f939;}['_transformRemoteChangesetByStateCache'](_0x5864d2){const _0x3d3955=_0x4ffe42;var _0x151326,_0xa779cd,_0x373ab0;return(_0x373ab0=(_0xa779cd=(_0x151326=this['_handler'])[_0x3d3955(0xbd)])==null?void 0x0:_0xa779cd[_0x3d3955(0x4fd)](_0x151326,_0x5864d2))!=null?_0x373ab0:_0x5864d2;}[_0x4ffe42(0x4a1)](_0x42cd50){const _0x3d2bb8=_0x4ffe42;var _0x2d4dbf,_0x114b17;if(this[_0x3d2bb8(0x535)]===_0x4eba08['UNIVER_DOC']){const {unitID:_0x2ca352,mutations:_0x15deb2,memberID:_0x5a166b}=_0x42cd50,_0x4adbbe=_0x15deb2[0x0][_0x3d2bb8(0x223)][_0x3d2bb8(0x1a5)];Array[_0x3d2bb8(0x30e)](_0x4adbbe)&&_0x4adbbe['length']>0x0&&((_0x114b17=(_0x2d4dbf=this['_handler'])[_0x3d2bb8(0x511)])==null||_0x114b17[_0x3d2bb8(0x4fd)](_0x2d4dbf,{'unitID':_0x2ca352,'memberID':_0x5a166b,'textRanges':_0x4adbbe}));}}[_0x4ffe42(0x110)](){const _0x3de54a=_0x4ffe42;this['_localCacheService'][_0x3de54a(0xb6)](this[_0x3de54a(0x2a3)],this['type'],this['_awaitingChangeset'],this[_0x3de54a(0xc6)]);}['_getCurrentRevision'](){const _0x345f8b=_0x4ffe42;return this[_0x345f8b(0x2fc)]['getCurrentRevOfUnit'](this[_0x345f8b(0x2a3)]);}['_incrementRevisionNumber'](){const _0x16f22a=_0x4ffe42;this[_0x16f22a(0x2fc)]['incrementRevOfUnit'](this[_0x16f22a(0x2a3)]);}['_executeRemoteChangeset'](_0x50e5aa){const _0x7f809b=_0x4ffe42;var _0x22ea3a;let _0x441ffa=this[_0x7f809b(0x433)](_0x50e5aa);_0x441ffa=this[_0x7f809b(0x472)](_0x441ffa);const _0x1d5d81=_0xed312c['sequenceExecute'](_0x441ffa[_0x7f809b(0xd9)],this[_0x7f809b(0x477)],{'fromCollab':!0x0});if(!_0x1d5d81[_0x7f809b(0x3fa)])throw _0x1d5d81['error']instanceof Error?_0x1d5d81[_0x7f809b(0x330)]:new Error((_0x22ea3a=_0x1d5d81['error'])!=null?_0x22ea3a:_0x7f809b(0x3b6));this[_0x7f809b(0x461)](_0x441ffa),this[_0x7f809b(0x11f)](_0x441ffa),this['_transformUndoredo'](_0x50e5aa),this[_0x7f809b(0x519)](_0x441ffa),this[_0x7f809b(0x4a1)](_0x441ffa),this['_incrementRevisionNumber']();}}let _0x3af6a3=class extends _0x50e185{constructor(_0x3e5265,_0x22b3e6,_0x11f5ea,_0xfa8c7c,_0x1e3c7b,_0x18b7b3,_0xd371e0,_0x2e045c,_0x1968ee,_0x3b1e7f){const _0x1c0898=_0x4ffe42;super(_0x3e5265,_0x22b3e6,null,[],_0x11f5ea,_0x2e045c,_0xd371e0,_0xfa8c7c,_0x1e3c7b),_0x2a6f44(this,_0x1c0898(0x339),_0x1c0898(0x1b1)),(this[_0x1c0898(0x388)]=_0x18b7b3,this[_0x1c0898(0x155)]=_0x1968ee,this[_0x1c0898(0x2f8)]=_0x3b1e7f);}[_0x4ffe42(0x46e)](_0x33efb2){const _0x1ccd40=_0x4ffe42,_0x4c4b38=this[_0x1ccd40(0x388)][_0x1ccd40(0x1cc)](_0x646226,this[_0x1ccd40(0x2a3)],this['type'],[_0x33efb2],this[_0x1ccd40(0xfb)]);return _0x4c4b38[_0x1ccd40(0x2a8)](),_0x4c4b38[_0x1ccd40(0x110)](),_0x4c4b38;}['onRemoteChangeset'](_0x1d083c){const _0xc9005=_0x4ffe42;if(this[_0xc9005(0x3d2)](_0x1d083c))return this[_0xc9005(0x388)][_0xc9005(0x1cc)](_0x19abe0,this['unitID'],this[_0xc9005(0x535)],null,[],null,[_0x1d083c],this[_0xc9005(0xfb)]);try{const _0x158c9f=this['_transformService']['transformMutationsWithChangeset'](_0x1d083c,[_0x18bf06]);if(_0x2db012[_0xc9005(0x4e6)](_0x158c9f)){const {c1Prime:_0x4bb44d}=_0x158c9f;return this[_0xc9005(0x3f7)](_0x4bb44d),this;}throw _0x158c9f['error'];}catch(_0x52a8c5){return this[_0xc9005(0x155)][_0xc9005(0x330)](_0x52a8c5),this[_0xc9005(0x246)](!0x1);}}[_0x4ffe42(0x246)](_0x3ab984){const _0x200989=_0x4ffe42;return this[_0x200989(0x388)][_0x200989(0x1cc)](_0x535799,this[_0x200989(0x2a3)],this[_0x200989(0x535)],null,[],this[_0x200989(0xfb)],_0x3ab984);}['onRemoteAck'](){const _0x19b475=_0x4ffe42;throw new Error(_0x19b475(0x113));}[_0x4ffe42(0x393)](){const _0x37eef8=_0x4ffe42;throw new Error(_0x37eef8(0x35a));}['onRemoteRetry'](){return this;}[_0x4ffe42(0x40b)](){const _0x35bf3a=_0x4ffe42;return this['_injector']['createInstance'](_0x5289ca,this[_0x35bf3a(0x2a3)],this[_0x35bf3a(0x535)],null,[],this[_0x35bf3a(0xfb)]);}[_0x4ffe42(0xad)](){return this;}['resend'](){const _0x288425=_0x4ffe42;throw new Error(_0x288425(0x39f));}[_0x4ffe42(0xca)](){const _0x53628b=_0x4ffe42,_0x320c27=this[_0x53628b(0x2fc)]['getCurrentRevOfUnit'](this[_0x53628b(0x2a3)]);return this[_0x53628b(0xfb)]['onMissingChangesets']({'from':_0x320c27,'to':0x0}),this[_0x53628b(0x388)][_0x53628b(0x1cc)](_0x19abe0,this[_0x53628b(0x2a3)],this[_0x53628b(0x535)],null,[],null,[],this['_handler']);}};_0x3af6a3=_0x960559([_0x50348e(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x5,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x50348e(0x6,_0xed312c['IUndoRedoService']),_0x50348e(0x7,_0xed312c['ICommandService']),_0x50348e(0x8,_0xed312c[_0x4ffe42(0x430)]),_0x50348e(0x9,_0x2db012[_0x4ffe42(0x4f2)])],_0x3af6a3);let _0x646226=class extends _0x50e185{constructor(_0x52d583,_0x323dcf,_0x4d0e36,_0x29daf3,_0x3f0a47,_0x338428,_0x1a1bb6,_0x2d3d06,_0x22286c,_0x4d52ff,_0x101581,_0x291840,_0x4c68a0,_0x29ed1f){const _0x393e91=_0x4ffe42;super(_0x52d583,_0x323dcf,null,_0x4d0e36,_0x29daf3,_0x4d52ff,_0x29ed1f,_0x338428,_0x1a1bb6),_0x2a6f44(this,_0x393e91(0x339),_0x393e91(0x1a9)),_0x2a6f44(this,'_scheduleTimestamp',null),_0x2a6f44(this,'_sendingTimer',null),(this[_0x393e91(0x388)]=_0x3f0a47,this['_memberService']=_0x2d3d06,this[_0x393e91(0x155)]=_0x22286c,this['_configService']=_0x101581,this['_transformService']=_0x291840,this[_0x393e91(0x128)]=_0x4c68a0);}[_0x4ffe42(0x46e)](_0x5677fe){const _0x36fe0d=_0x4ffe42;return this['_pendingMutations'][_0x36fe0d(0x3cc)](_0x5677fe),this[_0x36fe0d(0x110)](),this;}[_0x4ffe42(0xe3)](_0x305816){const _0x168847=_0x4ffe42;if(this[_0x168847(0x3d2)](_0x305816))return this[_0x168847(0x4de)](),this[_0x168847(0x388)][_0x168847(0x1cc)](_0x19abe0,this[_0x168847(0x2a3)],this[_0x168847(0x535)],null,this[_0x168847(0xc6)],null,[_0x305816],this[_0x168847(0xfb)]);try{const _0x13460a=this['_transformService'][_0x168847(0x245)](_0x305816,this[_0x168847(0xc6)]);if(_0x2db012[_0x168847(0x4e6)](_0x13460a)){const {c1Prime:_0x1740bb,m2Prime:_0x4a51e5}=_0x13460a;this['_executeRemoteChangeset'](_0x1740bb);const _0x459556=this[_0x168847(0x388)][_0x168847(0x1cc)](_0x646226,this[_0x168847(0x2a3)],this['type'],_0x4a51e5,this[_0x168847(0xfb)]);return this[_0x168847(0x4de)](),_0x459556[_0x168847(0x2a8)](this[_0x168847(0x144)]?Math['max'](0x0,new Date()[_0x168847(0x439)]()-this['_scheduleTimestamp']):this['_getSendChangesetTimeout']()),_0x459556;}throw _0x13460a[_0x168847(0x330)];}catch(_0x5c65e1){return this['_logService'][_0x168847(0x330)](_0x5c65e1),this[_0x168847(0x246)](!0x1);}}['onRemoteAck'](){throw new Error('[PendingState]:\x20received\x20acknowledgement.');}[_0x4ffe42(0x393)](){const _0x275dda=_0x4ffe42;throw new Error(_0x275dda(0x3bc));}[_0x4ffe42(0x3b5)](){return this;}['toggleOffline'](){const _0x4e21f5=_0x4ffe42;return this['_clearScheduledTask'](),this['_injector'][_0x4e21f5(0x1cc)](_0x5289ca,this[_0x4e21f5(0x2a3)],this[_0x4e21f5(0x535)],null,this['_pendingMutations'],this[_0x4e21f5(0xfb)]);}[_0x4ffe42(0xad)](){return this;}['_schedule'](_0x3db053){const _0x2e80ac=_0x4ffe42,_0x1db726=_0x3db053!=null?_0x3db053:this['_getSendChangesetTimeout']();this[_0x2e80ac(0x144)]=new Date()[_0x2e80ac(0x439)](),this[_0x2e80ac(0x200)]=window[_0x2e80ac(0x495)](()=>{const _0x1cad86=_0x2e80ac;this[_0x1cad86(0x4de)]();let _0x53faf8=null;switch(this[_0x1cad86(0x535)]){case _0x4eba08['UNIVER_SHEET']:{_0x53faf8=_0x1b739a(this[_0x1cad86(0xc6)],this[_0x1cad86(0x2a3)],this[_0x1cad86(0x128)],this[_0x1cad86(0x2fc)],this[_0x1cad86(0x1ab)]);break;}case _0x4eba08[_0x1cad86(0x515)]:{this[_0x1cad86(0xc6)][_0x1cad86(0x3e4)](_0x180b8f=>_0x180b8f['id']===_0x10f1a4[_0x1cad86(0x102)]['id'])?_0x53faf8=_0x45d999(this[_0x1cad86(0xc6)],this[_0x1cad86(0x2a3)],this[_0x1cad86(0x128)],this[_0x1cad86(0x2fc)],this['_memberService']):_0x53faf8=_0x1b739a(this[_0x1cad86(0xc6)],this[_0x1cad86(0x2a3)],this['_univerInstanceService'],this['_revisionService'],this['_memberService']);break;}default:throw new Error(_0x1cad86(0x4bd)+this['type']+_0x1cad86(0x3ec));}const {changeset:_0x4a2bcd,pendingMutations:_0x33550f}=_0x53faf8;this[_0x1cad86(0xfb)]['onSendChangeset'](_0x4a2bcd);const _0x638bae=_0x33550f[_0x1cad86(0x331)]?this[_0x1cad86(0x388)][_0x1cad86(0x1cc)](_0x5908ec,this[_0x1cad86(0x2a3)],this[_0x1cad86(0x535)],_0x4a2bcd,_0x33550f,this['_handler'],void 0x0):this[_0x1cad86(0x388)][_0x1cad86(0x1cc)](_0x5804cd,this[_0x1cad86(0x2a3)],this['type'],_0x4a2bcd,this[_0x1cad86(0xfb)]);_0x638bae[_0x1cad86(0x110)](),this[_0x1cad86(0xfb)][_0x1cad86(0x4a8)](this,_0x638bae);},_0x1db726);}[_0x4ffe42(0x134)](){const _0x4b9551=_0x4ffe42;var _0x37ecbd;const _0x5e5f6e=this[_0x4b9551(0x3c4)][_0x4b9551(0x389)](_0x230b60);return(_0x37ecbd=_0x5e5f6e==null?void 0x0:_0x5e5f6e[_0x4b9551(0x1e3)])!=null?_0x37ecbd:0x7d0;}[_0x4ffe42(0x25a)](){const _0x1150d4=_0x4ffe42;throw new Error(_0x1150d4(0x338));}['_clearScheduledTask'](){const _0x4e56ce=_0x4ffe42;this[_0x4e56ce(0x200)]!=null&&(clearTimeout(this[_0x4e56ce(0x200)]),this[_0x4e56ce(0x200)]=null);}[_0x4ffe42(0x246)](_0x9bde95){const _0x32802b=_0x4ffe42;return this[_0x32802b(0x4de)](),this['_injector'][_0x32802b(0x1cc)](_0x535799,this[_0x32802b(0x2a3)],this[_0x32802b(0x535)],null,this['_pendingMutations'],this[_0x32802b(0xfb)],_0x9bde95);}};_0x646226=_0x960559([_0x50348e(0x4,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x50348e(0x5,_0xed312c['Inject'](_0x2db012['RevisionService'])),_0x50348e(0x6,_0xed312c['Inject'](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x7,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0xac)])),_0x50348e(0x8,_0xed312c['ILogService']),_0x50348e(0x9,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0xa,_0xed312c[_0x4ffe42(0x3a8)]),_0x50348e(0xb,_0x2db012[_0x4ffe42(0x4f2)]),_0x50348e(0xc,_0xed312c[_0x4ffe42(0x99)]),_0x50348e(0xd,_0xed312c[_0x4ffe42(0x255)])],_0x646226);let _0x5804cd=class extends _0x50e185{constructor(_0x2cda40,_0x4b803b,_0xf98b1a,_0x210cf8,_0x78ace6,_0xcb797d,_0x26a0f6,_0x3804d7,_0x270ef4,_0x76e2bc,_0x33f1c2){const _0x32fb81=_0x4ffe42;super(_0x2cda40,_0x4b803b,_0xf98b1a,[],_0x210cf8,_0x3804d7,_0x33f1c2,_0xcb797d,_0x26a0f6),_0x2a6f44(this,'status',_0x32fb81(0x143)),_0x2a6f44(this,_0x32fb81(0x3b7),0x0),_0x2a6f44(this,'_resendTimer'),_0x2a6f44(this,_0x32fb81(0x98)),(this[_0x32fb81(0x388)]=_0x78ace6,this[_0x32fb81(0x155)]=_0x270ef4,this[_0x32fb81(0x2f8)]=_0x76e2bc);}[_0x4ffe42(0x46e)](_0x4044bd){const _0x20dbd7=_0x4ffe42;this['_clearScheduledTask']();const _0x52c74c=this[_0x20dbd7(0x388)][_0x20dbd7(0x1cc)](_0x5908ec,this[_0x20dbd7(0x2a3)],this[_0x20dbd7(0x535)],this['_awaitingChangeset'],[_0x4044bd],this['_handler'],this[_0x20dbd7(0x4e8)]);return _0x52c74c[_0x20dbd7(0x110)](),_0x52c74c;}[_0x4ffe42(0xe3)](_0x5783a3){const _0x489fe8=_0x4ffe42;if(this[_0x489fe8(0x3d2)](_0x5783a3))return this[_0x489fe8(0x4de)](),this[_0x489fe8(0x388)][_0x489fe8(0x1cc)](_0x19abe0,this[_0x489fe8(0x2a3)],this[_0x489fe8(0x535)],this[_0x489fe8(0x2d8)],[],null,[_0x5783a3],this['_handler']);try{const _0x475fb9=this[_0x489fe8(0x2f8)][_0x489fe8(0x269)]([_0x5783a3],[this[_0x489fe8(0x2d8)]],!0x1);if(_0x2db012[_0x489fe8(0x237)](_0x475fb9)){const {c1Prime:_0x48218e,c2Prime:_0x3163b5}=_0x475fb9;this['_executeRemoteChangeset'](_0x48218e[0x0]),_0x3163b5[0x0][_0x489fe8(0x1fb)]=this[_0x489fe8(0xc2)](),this['_clearScheduledTask']();const _0x318ca2=this[_0x489fe8(0x388)][_0x489fe8(0x1cc)](_0x5804cd,this[_0x489fe8(0x2a3)],this['type'],_0x3163b5[0x0],this['_handler']);return _0x318ca2['_updateLocalCache'](),_0x318ca2;}return this[_0x489fe8(0x246)](!0x1);}catch(_0x1e0509){return this[_0x489fe8(0x155)][_0x489fe8(0x330)](_0x1e0509),this[_0x489fe8(0x246)](!0x1);}}[_0x4ffe42(0x41c)](_0x1568af){const _0x5c377f=_0x4ffe42;this[_0x5c377f(0x4de)]();const _0x1346d2=this['_revisionService'][_0x5c377f(0x181)](this[_0x5c377f(0x2a3)]);if(_0x1568af[_0x5c377f(0x133)]<_0x1346d2-0x1)return this;if(this[_0x5c377f(0x3d2)](_0x1568af))return this[_0x5c377f(0x388)]['createInstance'](_0x19abe0,this[_0x5c377f(0x2a3)],this[_0x5c377f(0x535)],null,[],this[_0x5c377f(0x2d8)],[],this[_0x5c377f(0xfb)]);this[_0x5c377f(0x114)]();const _0x2c2d46=this['_injector']['createInstance'](_0x3af6a3,this[_0x5c377f(0x2a3)],this[_0x5c377f(0x535)],this[_0x5c377f(0xfb)]);return _0x2c2d46['_updateLocalCache'](),_0x2c2d46;}[_0x4ffe42(0x393)](_0x413f89){const _0x5cc525=_0x4ffe42;return this[_0x5cc525(0x246)](!!(_0x413f89!=null&&_0x413f89[_0x5cc525(0x231)]));}[_0x4ffe42(0x3b5)](_0xdddc26){const _0x97f6f5=_0x4ffe42;return this[_0x97f6f5(0x3b7)]>_0x2396eb?this[_0x97f6f5(0x40b)]():(this[_0x97f6f5(0x4e8)]=_0x32a717(this[_0x97f6f5(0x3b7)],{'timeout':this[_0x97f6f5(0x3b7)],'reqId':_0xdddc26['reqId']}),this['_sender']=this[_0x97f6f5(0x4e8)]['subscribe'](({reqId:_0x5e6a67,timeout:_0xcdd9de})=>{const _0x525ddc=_0x97f6f5;this[_0x525ddc(0x214)](_0x5e6a67,_0xcdd9de);}),this);}[_0x4ffe42(0x40b)](){const _0x469611=_0x4ffe42;return this[_0x469611(0x4de)](),this[_0x469611(0x388)][_0x469611(0x1cc)](_0x5289ca,this['unitID'],this[_0x469611(0x535)],this[_0x469611(0x2d8)],[],this[_0x469611(0xfb)]);}[_0x4ffe42(0xad)](){return this;}['resend'](){const _0x2020d3=_0x4ffe42;this[_0x2020d3(0xfb)][_0x2020d3(0x525)](this[_0x2020d3(0x2d8)]);}[_0x4ffe42(0x246)](_0x3d8792){const _0x443db2=_0x4ffe42;return this[_0x443db2(0x4de)](),this[_0x443db2(0x388)]['createInstance'](_0x535799,this[_0x443db2(0x2a3)],this['type'],this[_0x443db2(0x2d8)],[],this['_handler'],_0x3d8792);}['_resendWithTimeout'](_0x5518af,_0x52d93d){const _0x5405e9=_0x4ffe42;var _0x3d2ecd;_0x5518af===((_0x3d2ecd=this[_0x5405e9(0x2d8)])==null?void 0x0:_0x3d2ecd[_0x5405e9(0x3f0)])&&(this['resend'](),this['_resendTimeout']=_0x52d93d===0x0?0x3e8:_0x52d93d*0x2);}[_0x4ffe42(0x4de)](){const _0x3d6f86=_0x4ffe42;var _0x598a69;(_0x598a69=this[_0x3d6f86(0x98)])==null||_0x598a69['unsubscribe'](),this['_resendTimeout']=0x0;}};_0x5804cd=_0x960559([_0x50348e(0x4,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x50348e(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0x6,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x7,_0xed312c['ICommandService']),_0x50348e(0x8,_0xed312c['ILogService']),_0x50348e(0x9,_0x2db012[_0x4ffe42(0x4f2)]),_0x50348e(0xa,_0xed312c[_0x4ffe42(0x255)])],_0x5804cd);let _0x5908ec=class extends _0x50e185{constructor(_0x46c136,_0x58c149,_0x59fd0e,_0x1997f6,_0x10dec0,_0x1605e2,_0x233648,_0x46dfe8,_0x2af11a,_0x50be69,_0xf3c2e3,_0x4f2abb,_0x270102){const _0x2324b7=_0x4ffe42;super(_0x46c136,_0x58c149,_0x59fd0e,_0x1997f6,_0x10dec0,_0x50be69,_0x270102,_0x46dfe8,_0x2af11a),_0x2a6f44(this,'status','awaiting_with_pending'),_0x2a6f44(this,_0x2324b7(0x3b7),0x0),_0x2a6f44(this,_0x2324b7(0x4e8)),_0x2a6f44(this,_0x2324b7(0x98)),(this['_injector']=_0x233648,this[_0x2324b7(0x155)]=_0xf3c2e3,this[_0x2324b7(0x2f8)]=_0x4f2abb,_0x1605e2&&(this[_0x2324b7(0x4e8)]=_0x1605e2,this[_0x2324b7(0x98)]=this[_0x2324b7(0x4e8)][_0x2324b7(0x51f)](({reqId:_0x4bb4de,timeout:_0x18a231})=>{const _0x539105=_0x2324b7;this[_0x539105(0x214)](_0x4bb4de,_0x18a231);})));}[_0x4ffe42(0x46e)](_0xc1a742){const _0x4937d4=_0x4ffe42;return this[_0x4937d4(0xc6)]['push'](_0xc1a742),this;}[_0x4ffe42(0xe3)](_0x3580b1){const _0x469518=_0x4ffe42;if(this['_checkMissing'](_0x3580b1))return this[_0x469518(0x4de)](),this['_injector'][_0x469518(0x1cc)](_0x19abe0,this['unitID'],this[_0x469518(0x535)],this['_awaitingChangeset'],this[_0x469518(0xc6)],null,[_0x3580b1],this[_0x469518(0xfb)]);try{const _0x41b77f=this[_0x469518(0x2f8)][_0x469518(0x269)]([_0x3580b1],[this[_0x469518(0x2d8)]],!0x1);if(_0x2db012[_0x469518(0x237)](_0x41b77f)){const {c1Prime:_0x3fced3,c2Prime:_0xe4193b}=_0x41b77f,_0xaf12a6=this[_0x469518(0x2f8)][_0x469518(0x245)](_0x3fced3[0x0],this[_0x469518(0xc6)]);if(_0x2db012[_0x469518(0x4e6)](_0xaf12a6)){const {c1Prime:_0x347179,m2Prime:_0x5c0969}=_0xaf12a6;return this[_0x469518(0x3f7)](_0x347179),_0xe4193b[0x0][_0x469518(0x1fb)]=this[_0x469518(0xc2)](),this[_0x469518(0x4de)](),this['_injector'][_0x469518(0x1cc)](_0x5908ec,this[_0x469518(0x2a3)],this[_0x469518(0x535)],_0xe4193b[0x0],_0x5c0969,this['_handler'],void 0x0);}throw _0xaf12a6[_0x469518(0x330)];}throw _0x41b77f['error'];}catch(_0x587583){return this['_logService'][_0x469518(0x330)](_0x587583),this['_onConflict'](!0x1);}}[_0x4ffe42(0x41c)](_0x3406aa){const _0x919890=_0x4ffe42;if(this[_0x919890(0x4de)](),this['_checkMissing'](_0x3406aa))return this[_0x919890(0x388)][_0x919890(0x1cc)](_0x19abe0,this[_0x919890(0x2a3)],this[_0x919890(0x535)],null,this[_0x919890(0xc6)],this[_0x919890(0x2d8)],[],this[_0x919890(0xfb)]);this['_incrementRevisionNumber']();const _0x30cbf0=this[_0x919890(0x388)][_0x919890(0x1cc)](_0x646226,this[_0x919890(0x2a3)],this[_0x919890(0x535)],this[_0x919890(0xc6)],this['_handler']);return _0x30cbf0[_0x919890(0x2a8)](),_0x30cbf0[_0x919890(0x110)](),_0x30cbf0;}[_0x4ffe42(0x393)](_0x13fafd){const _0x1359db=_0x4ffe42;return this['_onConflict'](!!(_0x13fafd!=null&&_0x13fafd[_0x1359db(0x231)]));}[_0x4ffe42(0x3b5)](_0x2dd9f1){const _0x50a584=_0x4ffe42;return this['_resendTimeout']>_0x2396eb?this['toggleOffline']():(this[_0x50a584(0x4e8)]=_0x32a717(this[_0x50a584(0x3b7)],{'timeout':this[_0x50a584(0x3b7)],'reqId':_0x2dd9f1['reqId']}),this[_0x50a584(0x98)]=this['_resendTimer']['subscribe'](({reqId:_0x2312ce,timeout:_0x1d1d37})=>{const _0x57836e=_0x50a584;this[_0x57836e(0x214)](_0x2312ce,_0x1d1d37);}),this);}['toggleOffline'](){const _0x8f6a2=_0x4ffe42;return this['_clearScheduledTask'](),this[_0x8f6a2(0x388)][_0x8f6a2(0x1cc)](_0x5289ca,this[_0x8f6a2(0x2a3)],this['type'],this[_0x8f6a2(0x2d8)],this['_pendingMutations'],this['_handler']);}['toggleOnline'](){return this;}['resend'](){const _0x3502d1=_0x4ffe42;this[_0x3502d1(0xfb)]['onSendChangeset'](this['_awaitingChangeset']);}['_onConflict'](_0x98a020){const _0x5102af=_0x4ffe42;return this[_0x5102af(0x4de)](),this[_0x5102af(0x388)][_0x5102af(0x1cc)](_0x535799,this[_0x5102af(0x2a3)],this[_0x5102af(0x535)],null,this['_pendingMutations'],this[_0x5102af(0xfb)],_0x98a020);}[_0x4ffe42(0x214)](_0x58512d,_0x3b2c41){const _0x8e20a3=_0x4ffe42;var _0x5af6d4;_0x58512d===((_0x5af6d4=this['_awaitingChangeset'])==null?void 0x0:_0x5af6d4[_0x8e20a3(0x3f0)])&&(this[_0x8e20a3(0x25a)](),this['_resendTimeout']=_0x3b2c41===0x0?0x3e8:_0x3b2c41*0x2);}[_0x4ffe42(0x4de)](){const _0x403d27=_0x4ffe42;var _0xaa750e;(_0xaa750e=this[_0x403d27(0x98)])==null||_0xaa750e[_0x403d27(0x4ce)](),this[_0x403d27(0x3b7)]=0x0;}};_0x5908ec=_0x960559([_0x50348e(0x6,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x50348e(0x7,_0xed312c[_0x4ffe42(0xa5)](_0x2db012['RevisionService'])),_0x50348e(0x8,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x9,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0xa,_0xed312c[_0x4ffe42(0x430)]),_0x50348e(0xb,_0x2db012[_0x4ffe42(0x4f2)]),_0x50348e(0xc,_0xed312c['IUndoRedoService'])],_0x5908ec);let _0x535799=class extends _0x50e185{constructor(_0x9ffc77,_0x23b18d,_0x2a44da,_0x2e6278,_0x242b49,_0x1e61c6=!0x1,_0x21fef5,_0x4739e4,_0x401044,_0x217d4d,_0x1e73e7,_0x4490f0,_0x2a6250){const _0x32a929=_0x4ffe42;super(_0x9ffc77,_0x23b18d,_0x2a44da,_0x2e6278,_0x242b49,_0x4739e4,_0x401044,_0x1e73e7,_0x217d4d),_0x2a6f44(this,_0x32a929(0x339),'conflict'),(this[_0x32a929(0x2a1)]=_0x1e61c6,this[_0x32a929(0x44d)]=_0x21fef5,this[_0x32a929(0x464)]=_0x4490f0,this[_0x32a929(0xa3)]=_0x2a6250,this[_0x32a929(0x182)](),this[_0x32a929(0x321)](),this['_disableEditing']());}[_0x4ffe42(0x46e)](){return this;}['onRemoteChangeset'](){return this;}['onRemoteAck'](){return this;}['onRemoteRej'](){return this;}[_0x4ffe42(0x3b5)](){return this;}[_0x4ffe42(0x40b)](){return this;}[_0x4ffe42(0xad)](){return this;}[_0x4ffe42(0x25a)](){const _0x4f921f=_0x4ffe42;throw new Error(_0x4f921f(0x4b9));}[_0x4ffe42(0x321)](){const _0x514b59=_0x4ffe42;this['_localCacheService'][_0x514b59(0xb6)](this[_0x514b59(0x2a3)],this[_0x514b59(0x535)],null,[]);}[_0x4ffe42(0x182)](){const _0x30fd3d=_0x4ffe42;this[_0x30fd3d(0x2a1)]?this[_0x30fd3d(0xa3)][_0x30fd3d(0x309)]({'title':this[_0x30fd3d(0x464)]['t'](_0x30fd3d(0x423)),'content':this[_0x30fd3d(0x464)]['t'](_0x30fd3d(0x8f)),'type':_0x30fd3d(0x330),'duration':0x0}):this['_notificationService']['show']({'title':this[_0x30fd3d(0x464)]['t'](_0x30fd3d(0x37a)),'content':this['_localeService']['t'](_0x30fd3d(0x1ca)),'type':_0x30fd3d(0x330),'duration':0x0});}[_0x4ffe42(0x4e2)](){const _0x50300d=_0x4ffe42;this[_0x50300d(0x44d)][_0x50300d(0x92)](new _0x3c9e4d[(_0x50300d(0x51b))](this['unitID'])['id'],!0x1);}};_0x535799=_0x960559([_0x50348e(0x6,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0xf0)])),_0x50348e(0x7,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0x8,_0xed312c[_0x4ffe42(0x255)]),_0x50348e(0x9,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0xa,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0xb,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0x50348e(0xc,_0x16dea4[_0x4ffe42(0x517)])],_0x535799);let _0x5289ca=class extends _0x50e185{constructor(_0x283c23,_0x1f3464,_0x544ab5,_0x41d9fb,_0x9e42ce,_0x5d1573,_0x589c9a,_0x2bb703,_0x5c810b,_0x3700eb){const _0x7168f=_0x4ffe42;super(_0x283c23,_0x1f3464,_0x544ab5,_0x41d9fb,_0x9e42ce,_0x5c810b,_0x3700eb,_0x589c9a,_0x2bb703),_0x2a6f44(this,_0x7168f(0x339),_0x7168f(0x28b)),this[_0x7168f(0x388)]=_0x5d1573;}[_0x4ffe42(0x46e)](_0x187c2f){const _0x8d617d=_0x4ffe42;return this[_0x8d617d(0xc6)]['push'](_0x187c2f),this[_0x8d617d(0x110)](),this;}[_0x4ffe42(0xe3)](_0x46f6be){const _0x21dbe3=_0x4ffe42;throw new Error(_0x21dbe3(0x26d));}['onRemoteAck'](){throw new Error('[OfflineState]:\x20received\x20acknowledgement.');}['onRemoteRej'](){const _0x6f8349=_0x4ffe42;throw new Error(_0x6f8349(0x458));}[_0x4ffe42(0x3b5)](){return this;}[_0x4ffe42(0x40b)](){return this;}[_0x4ffe42(0xad)](){const _0x3f825b=_0x4ffe42,{_injector:_0x2f2a3a,_pendingMutations:_0x264e8b,_awaitingChangeset:_0x11e211,unitID:_0x2b0244,_handler:_0x25bc83,type:_0x2a5db7}=this,_0x49011c=_0x597a58(_0x2f2a3a,_0x2b0244,_0x2a5db7,_0x11e211,_0x264e8b,_0x25bc83);return _0x49011c instanceof _0x646226?_0x49011c['_schedule']():(_0x49011c instanceof _0x5908ec||_0x49011c instanceof _0x5804cd)&&_0x49011c[_0x3f825b(0x25a)](),_0x49011c;}[_0x4ffe42(0x25a)](){const _0x20690d=_0x4ffe42;throw new Error(_0x20690d(0x386));}};_0x5289ca=_0x960559([_0x50348e(0x5,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x50348e(0x6,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0x7,_0xed312c['Inject'](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0x8,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0x9,_0xed312c[_0x4ffe42(0x255)])],_0x5289ca);let _0x19abe0=class extends _0x50e185{constructor(_0x59fbcd,_0x3ca80e,_0x4723bf,_0x4fdf5a,_0x5af451,_0x154602,_0x19aaf0,_0x49ed8d,_0x32a6b,_0x43dfe5,_0x174b2c,_0x1ef111,_0x5d411e,_0x477ab7){const _0x5eac7f=_0x4ffe42;super(_0x59fbcd,_0x3ca80e,_0x4723bf,_0x4fdf5a,_0x19aaf0,_0x1ef111,_0x5d411e,_0x32a6b,_0x43dfe5),_0x2a6f44(this,_0x5eac7f(0x339),_0x5eac7f(0x4a0)),(this[_0x5eac7f(0x44f)]=_0x5af451,this[_0x5eac7f(0x460)]=_0x154602,this[_0x5eac7f(0x388)]=_0x49ed8d,this[_0x5eac7f(0x155)]=_0x174b2c,this[_0x5eac7f(0x2f8)]=_0x477ab7);}[_0x4ffe42(0x184)](_0x4939e1){const _0x9b2ba4=_0x4ffe42;try{const _0x2e594a=[..._0x4939e1,...this[_0x9b2ba4(0x460)]],_0x3c20d2=[this['_awaitingChangeset']||this[_0x9b2ba4(0x44f)]]['filter'](_0xd3c939=>!!_0xd3c939);let _0x1729f8,_0x3797ed;if(_0x3c20d2[_0x9b2ba4(0x331)]){const _0x407034=this[_0x9b2ba4(0x2f8)][_0x9b2ba4(0x269)](_0x2e594a,_0x3c20d2,!0x1);if(!_0x2db012[_0x9b2ba4(0x237)](_0x407034))throw _0x407034[_0x9b2ba4(0x330)];_0x1729f8=_0x407034[_0x9b2ba4(0x363)],_0x3797ed=_0x407034[_0x9b2ba4(0xab)];}else _0x1729f8=_0x2e594a,_0x3797ed=[];let _0xa7a3ee=this[_0x9b2ba4(0xc6)];_0x1729f8[_0x9b2ba4(0x2e8)](_0x1e2376=>{const _0x38cbd3=_0x9b2ba4;let _0x8891de;if(_0xa7a3ee[_0x38cbd3(0x331)]){const _0x3448f3=this['_transformService'][_0x38cbd3(0x245)](_0x1e2376,_0xa7a3ee);if(!_0x2db012[_0x38cbd3(0x4e6)](_0x3448f3))throw _0x3448f3['error'];_0x8891de=_0x3448f3['c1Prime'],_0xa7a3ee=_0x3448f3[_0x38cbd3(0x2d7)];}else _0x8891de=_0x1e2376;this[_0x38cbd3(0x3f7)](_0x8891de);}),this[_0x9b2ba4(0x44f)]&&this['_incrementRevisionNumber'](),this['_awaitingChangeset']&&_0x3797ed[_0x9b2ba4(0x331)]&&(_0x3797ed[0x0][_0x9b2ba4(0x1fb)]=this['_getCurrentRevision']());let _0x168502;if(this[_0x9b2ba4(0x2d8)]&&_0xa7a3ee['length']!==0x0)_0x168502=this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x5908ec,this[_0x9b2ba4(0x2a3)],this['type'],_0x3797ed[0x0],_0xa7a3ee,this[_0x9b2ba4(0xfb)],void 0x0);else{if(this['_awaitingChangeset']&&_0xa7a3ee[_0x9b2ba4(0x331)]===0x0)_0x3797ed[0x0][_0x9b2ba4(0x1fb)]=this[_0x9b2ba4(0xc2)](),_0x168502=this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x5804cd,this[_0x9b2ba4(0x2a3)],this[_0x9b2ba4(0x535)],_0x3797ed[0x0],this[_0x9b2ba4(0xfb)]);else{if(_0xa7a3ee[_0x9b2ba4(0x331)]!==0x0){const _0xab4797=this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x646226,this[_0x9b2ba4(0x2a3)],this[_0x9b2ba4(0x535)],_0xa7a3ee,this['_handler']);_0xab4797['_schedule'](),_0x168502=_0xab4797;}else _0x168502=this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x3af6a3,this[_0x9b2ba4(0x2a3)],this['type'],this[_0x9b2ba4(0xfb)]);}}return _0x168502[_0x9b2ba4(0x110)](),_0x168502;}catch(_0x169b00){return this[_0x9b2ba4(0x155)][_0x9b2ba4(0x330)](_0x9b2ba4(0x172),_0x9b2ba4(0x54b),_0x169b00),this[_0x9b2ba4(0x388)][_0x9b2ba4(0x1cc)](_0x535799,this[_0x9b2ba4(0x2a3)],this[_0x9b2ba4(0x535)],this['_awaitingChangeset'],this[_0x9b2ba4(0xc6)],this[_0x9b2ba4(0xfb)],!0x1);}}[_0x4ffe42(0x25a)](){const _0x376293=_0x4ffe42;throw new Error(_0x376293(0x2a4));}[_0x4ffe42(0x46e)](_0x2b4b53){const _0x440577=_0x4ffe42;return this['_pendingMutations'][_0x440577(0x3cc)](_0x2b4b53),this;}['onRemoteChangeset'](_0x137c9a){const _0x56f7b6=_0x4ffe42;return this['_queuedRemoteChangesets'][_0x56f7b6(0x3cc)](_0x137c9a),this;}['onRemoteAck'](_0x21a7f5){const _0x280513=_0x4ffe42;if(this[_0x280513(0x2d8)])return this[_0x280513(0x44f)]=this[_0x280513(0x2d8)],this[_0x280513(0x2d8)]=null,this;throw new Error(_0x280513(0x317));}['onRemoteRej'](_0x319852){const _0x5bf556=_0x4ffe42;return this[_0x5bf556(0x246)](!!(_0x319852!=null&&_0x319852['isPermissionRej']));}[_0x4ffe42(0x3b5)](){return this;}[_0x4ffe42(0x40b)](){const _0x2e0d1f=_0x4ffe42;return this[_0x2e0d1f(0x388)][_0x2e0d1f(0x1cc)](_0x5289ca,this[_0x2e0d1f(0x2a3)],this[_0x2e0d1f(0x535)],this[_0x2e0d1f(0x2d8)],this[_0x2e0d1f(0xc6)],this[_0x2e0d1f(0xfb)]);}[_0x4ffe42(0xad)](){return this;}[_0x4ffe42(0x246)](_0x5c2c98){const _0x543d85=_0x4ffe42;return this[_0x543d85(0x388)][_0x543d85(0x1cc)](_0x535799,this[_0x543d85(0x2a3)],this[_0x543d85(0x535)],this['_awaitingChangeset'],this[_0x543d85(0xc6)],this[_0x543d85(0xfb)],_0x5c2c98);}};_0x19abe0=_0x960559([_0x50348e(0x7,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x399)])),_0x50348e(0x8,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x50348e(0x9,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x50348e(0xa,_0xed312c[_0x4ffe42(0x430)]),_0x50348e(0xb,_0xed312c[_0x4ffe42(0x41e)]),_0x50348e(0xc,_0xed312c[_0x4ffe42(0x255)]),_0x50348e(0xd,_0x2db012[_0x4ffe42(0x4f2)])],_0x19abe0);function _0x597a58(_0x32049d,_0x3a80c5,_0x2c71e5,_0x2e1b2f,_0x27d7fa,_0xaeedce){const _0x280674=_0x4ffe42;return _0x2e1b2f&&_0x27d7fa['length']?_0x32049d[_0x280674(0x1cc)](_0x5908ec,_0x3a80c5,_0x2c71e5,_0x2e1b2f,_0x27d7fa,_0xaeedce,void 0x0):_0x2e1b2f?_0x32049d['createInstance'](_0x5804cd,_0x3a80c5,_0x2c71e5,_0x2e1b2f,_0xaeedce):_0x27d7fa[_0x280674(0x331)]?_0x32049d[_0x280674(0x1cc)](_0x646226,_0x3a80c5,_0x2c71e5,_0x27d7fa,_0xaeedce):_0x32049d['createInstance'](_0x3af6a3,_0x3a80c5,_0x2c71e5,_0xaeedce);}var _0x15c7c8=Object[_0x4ffe42(0x52a)],_0x2871c2=Object[_0x4ffe42(0x25d)],_0x146d09=(_0x6d07c6,_0xd27d39,_0xe545eb,_0x168600)=>{for(var _0x4ca366=_0x168600>0x1?void 0x0:_0x168600?_0x2871c2(_0xd27d39,_0xe545eb):_0xd27d39,_0x45c229=_0x6d07c6['length']-0x1,_0x32fb5f;_0x45c229>=0x0;_0x45c229--)(_0x32fb5f=_0x6d07c6[_0x45c229])&&(_0x4ca366=(_0x168600?_0x32fb5f(_0xd27d39,_0xe545eb,_0x4ca366):_0x32fb5f(_0x4ca366))||_0x4ca366);return _0x168600&&_0x4ca366&&_0x15c7c8(_0xd27d39,_0xe545eb,_0x4ca366),_0x4ca366;},_0x3d2b5c=(_0x3aa7b9,_0x394c1f)=>(_0x45fac1,_0x3d01f9)=>_0x394c1f(_0x45fac1,_0x3d01f9,_0x3aa7b9);_0x2a808c[_0x4ffe42(0x23f)]=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x4f4859,_0x2117ca,_0x3ca6aa,_0x52518d,_0x400f2e,_0xa824f9,_0x4401b8,_0x2e7fa9,_0x46f594,_0x5cf415,_0x5186f8,_0x23e60a,_0x1325bf){const _0xbe516a=_0x4ffe42;super(),_0x2a6f44(this,_0xbe516a(0x33a),new _0x4984e3[(_0xbe516a(0x3ae))](null)),_0x2a6f44(this,_0xbe516a(0x3cd),this[_0xbe516a(0x33a)]['asObservable']()),_0x2a6f44(this,_0xbe516a(0x1c5)),_0x2a6f44(this,_0xbe516a(0xd7),!0x1),_0x2a6f44(this,_0xbe516a(0x18e),''),_0x2a6f44(this,_0xbe516a(0x1d4),0x0),_0x2a6f44(this,'status$',this[_0xbe516a(0x3cd)]['pipe'](_0x4984e3[_0xbe516a(0x4b2)](_0x2ec157=>_0x2ec157?_0x2ec157[_0xbe516a(0x339)]:_0x94e66b['OFFLINE']),_0x4984e3[_0xbe516a(0x41a)](0x1))),_0x2a6f44(this,_0xbe516a(0x4db),!0x1),_0x2a6f44(this,_0xbe516a(0x2cc),[]),(this['unitID']=_0x4f4859,this[_0xbe516a(0xf1)]=_0x2117ca,this[_0xbe516a(0x328)]=_0x3ca6aa,this[_0xbe516a(0x388)]=_0x52518d,this[_0xbe516a(0x323)]=_0x400f2e,this['_compressMutationService']=_0xa824f9,this[_0xbe516a(0x464)]=_0x4401b8,this['_revisionService']=_0x2e7fa9,this[_0xbe516a(0x155)]=_0x46f594,this[_0xbe516a(0x477)]=_0x5cf415,this[_0xbe516a(0x154)]=_0x5186f8,this['_permissionService']=_0x23e60a,this['_singleActiveUnitService']=_0x1325bf);}get[_0x4ffe42(0x3f2)](){const _0x14f7fa=_0x4ffe42;return this[_0x14f7fa(0x1c5)];}async[_0x4ffe42(0x30d)](){const _0x50df25=_0x4ffe42;if(this[_0x50df25(0x3f2)])throw new Error(_0x50df25(0x3a4));await this[_0x50df25(0x2c5)]();}['pauseCollaboration'](){const _0xbcd90e=_0x4ffe42;return this[_0xbcd90e(0xd7)]=!0x0,_0xed312c['toDisposable'](()=>{const _0xc9ecc2=_0xbcd90e;this['_collaborationPaused']=!0x1,this[_0xc9ecc2(0x4ae)]();});}[_0x4ffe42(0x3bd)](_0x45c5f6){this['_state']=_0x45c5f6,this['_state$']['next'](_0x45c5f6);}async['_init'](){const _0x4a6159=_0x4ffe42;var _0x431bcd;this[_0x4a6159(0x3bd)](await this[_0x4a6159(0x2d0)]()),this[_0x4a6159(0x2f3)]&&((_0x431bcd=this[_0x4a6159(0x2f3)])==null||_0x431bcd[_0x4a6159(0x34d)](this[_0x4a6159(0x2a3)]),this['disposeWithMe'](this['_singleActiveUnitService']['getUnitStatus$'](this[_0x4a6159(0x2a3)])[_0x4a6159(0x51f)](_0xb8c4a6=>{const _0x3dccaf=_0x4a6159;this[_0x3dccaf(0x155)][_0x3dccaf(0x2e6)](_0x3dccaf(0x1e0),_0x3dccaf(0x1be),_0xb8c4a6),_0xb8c4a6===_0x2da9cf[_0x3dccaf(0x405)]?(this[_0x3dccaf(0x154)][_0x3dccaf(0x309)]({'content':this[_0x3dccaf(0x464)]['t'](_0x3dccaf(0x124)),'type':_0x3d1593[_0x3dccaf(0x503)][_0x3dccaf(0x31b)]}),this['_permissionService'][_0x3dccaf(0x92)](new _0x3c9e4d[(_0x3dccaf(0x51b))](this[_0x3dccaf(0x2a3)])['id'],!0x1),this[_0x3dccaf(0x44d)][_0x3dccaf(0x307)](!0x1)):(this[_0x3dccaf(0x44d)]['updatePermissionPoint'](new _0x3c9e4d[(_0x3dccaf(0x51b))](this[_0x3dccaf(0x2a3)])['id'],!0x0),this['_permissionService']['setShowComponents'](!0x0));})));let _0x3d8091=!0x1;return this['disposeWithMe'](this[_0x4a6159(0xf1)][_0x4a6159(0x33f)][_0x4a6159(0x51f)](_0x1585b9=>{const _0x259c47=_0x4a6159;_0x1585b9===_0x1e0add[_0x259c47(0x416)]?this[_0x259c47(0x11c)](_0x3d8091):_0x1585b9===_0x1e0add[_0x259c47(0x1c1)]&&(_0x3d8091=!0x0,this[_0x259c47(0x402)]());})),this[_0x4a6159(0x501)](this[_0x4a6159(0xf1)][_0x4a6159(0x41f)]['subscribe'](_0x1da0dc=>{const _0x16ed2a=_0x4a6159;try{switch(_0x1da0dc[_0x16ed2a(0x2cb)]){case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x4f1)]:{this[_0x16ed2a(0x8b)](_0x2db012['parseProtocolChangeset'](_0x1da0dc[_0x16ed2a(0x2a6)]));break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x3de)]:{this[_0x16ed2a(0x278)](_0x1da0dc[_0x16ed2a(0x2a6)]);break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x3a6)]:{this[_0x16ed2a(0x36a)]();break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x159)]:{this[_0x16ed2a(0x4b4)](_0x1da0dc[_0x16ed2a(0x2a6)]);break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x378)]:{this[_0x16ed2a(0x32f)](_0x1da0dc[_0x16ed2a(0x2a6)][_0x16ed2a(0x18c)][_0x16ed2a(0x4b2)](_0x4ee5fa=>_0x2db012[_0x16ed2a(0x2f0)](_0x4ee5fa)));break;}case _0x2db012[_0x16ed2a(0x329)][_0x16ed2a(0x3ce)]:this['_onRemoteRejected']({'isPermissionRej':!0x0});}}catch(_0x12a038){throw console[_0x16ed2a(0x330)](_0x16ed2a(0x234),_0x12a038),_0x12a038;}})),this['_state'];}[_0x4ffe42(0x505)](){const _0x3c563c=_0x4ffe42;this[_0x3c563c(0x4db)]=!0x1;}['_lockTransition'](){const _0x11a22d=_0x4ffe42;if(this[_0x11a22d(0x4db)])throw new Error(_0x11a22d(0x336));this['_transitionLocked']=!0x0;}['_onLocalMutation'](_0x2d6156){const _0x568456=_0x4ffe42;this[_0x568456(0x4b1)](),this[_0x568456(0x3bd)](this[_0x568456(0x1c5)][_0x568456(0x46e)](_0x2d6156)),this[_0x568456(0x505)]();}[_0x4ffe42(0x8b)](_0x304a9c){const _0x2013db=_0x4ffe42;if(!(_0x304a9c['revision']<=this[_0x2013db(0x2fc)][_0x2013db(0x181)](this[_0x2013db(0x2a3)]))){if(this['_collaborationPaused']){this[_0x2013db(0x2cc)][_0x2013db(0x3cc)](_0x304a9c);return;}this[_0x2013db(0x81)](_0x304a9c);}}['_exhaustRemoteChangesetQueue'](){const _0x3ac9d6=_0x4ffe42;this[_0x3ac9d6(0x2cc)][_0x3ac9d6(0x2e8)](_0x28b3cb=>this[_0x3ac9d6(0x81)](_0x28b3cb)),this[_0x3ac9d6(0x2cc)]=[];}['_applyRemoteChangeset'](_0x532767){const _0x212f49=_0x4ffe42,_0x328d87=this[_0x212f49(0x2b3)][_0x212f49(0x23b)][_0x212f49(0x50b)](this[_0x212f49(0x2b3)][_0x212f49(0x23b)][_0x212f49(0x85)]()[_0x212f49(0xcb)])(_0x532767[_0x212f49(0xd9)],null)||_0x532767[_0x212f49(0xd9)],_0x1e2447={..._0x532767,'mutations':_0x328d87};this[_0x212f49(0x4b1)](),this[_0x212f49(0x3bd)](this[_0x212f49(0x1c5)][_0x212f49(0xe3)](_0x1e2447)),this[_0x212f49(0x505)]();}[_0x4ffe42(0x278)](_0x200fd3){const _0x341cf7=_0x4ffe42;this[_0x341cf7(0x4b1)](),this[_0x341cf7(0x3bd)](this[_0x341cf7(0x1c5)]['onRemoteAck'](_0x200fd3)),this[_0x341cf7(0x505)]();}[_0x4ffe42(0x36a)](_0x124040){const _0x245071=_0x4ffe42;this[_0x245071(0x4b1)](),this[_0x245071(0x3bd)](this[_0x245071(0x1c5)][_0x245071(0x393)](_0x124040)),this[_0x245071(0x505)]();}[_0x4ffe42(0x4b4)](_0x1c4a9c){const _0x190650=_0x4ffe42;this[_0x190650(0x4b1)](),this[_0x190650(0x3bd)](this[_0x190650(0x1c5)][_0x190650(0x3b5)](_0x1c4a9c)),this[_0x190650(0x505)]();}[_0x4ffe42(0x32f)](_0x5936fd){const _0x2cf163=_0x4ffe42;if(!(this[_0x2cf163(0x1c5)]instanceof _0x19abe0))throw new TypeError(_0x2cf163(0x19f));const _0xda6c87=_0x5936fd[_0x2cf163(0x4b2)](_0x1e5d07=>{const _0x38b65a=_0x2cf163,_0x52764e=this['_compressMutationService'][_0x38b65a(0x23b)][_0x38b65a(0x50b)](this['_compressMutationService']['interceptor'][_0x38b65a(0x85)]()[_0x38b65a(0xcb)])(_0x1e5d07[_0x38b65a(0xd9)],null)||_0x1e5d07[_0x38b65a(0xd9)];return{..._0x1e5d07,'mutations':_0x52764e};});this[_0x2cf163(0x4b1)](),this[_0x2cf163(0x3bd)](this[_0x2cf163(0x1c5)][_0x2cf163(0x184)](_0xda6c87)),this[_0x2cf163(0x505)]();}[_0x4ffe42(0x402)](){const _0x3ae4bd=_0x4ffe42;this[_0x3ae4bd(0x4b1)](),this[_0x3ae4bd(0x3bd)](this[_0x3ae4bd(0x1c5)][_0x3ae4bd(0x40b)]()),this[_0x3ae4bd(0x505)]();}['_toggleOnline'](_0x1f6d9d=!0x1){const _0x3d960a=_0x4ffe42;this[_0x3d960a(0x4b1)](),this[_0x3d960a(0x3bd)](this[_0x3d960a(0x1c5)][_0x3d960a(0xad)]()),this[_0x3d960a(0x505)]();const _0x5abc7a=this[_0x3d960a(0x1c5)];_0x1f6d9d&&_0x5abc7a instanceof _0x3af6a3&&(this[_0x3d960a(0x4b1)](),this[_0x3d960a(0x3bd)](_0x5abc7a[_0x3d960a(0xca)]()),this[_0x3d960a(0x505)]());}async[_0x4ffe42(0x2d0)](){return new Promise(_0x48fe97=>{const _0x165681=_0x5c47;this[_0x165681(0xf1)]['sessionStatus$'][_0x165681(0x556)](_0x4984e3[_0x165681(0x305)](0x1))[_0x165681(0x51f)](async _0x5307bb=>{const _0x38f074=_0x165681;_0x48fe97(await this['_createInitialStateImpl'](_0x5307bb===_0x1e0add[_0x38f074(0x416)]));});});}[_0x4ffe42(0x4f6)](){const _0x4814b6=_0x4ffe42,_0x2edcd4=this[_0x4814b6(0x2a3)];return{'onStateChange':(_0xb73f54,_0x199f08)=>{const _0x1954d3=_0x4814b6;if(_0xb73f54!==this[_0x1954d3(0x1c5)])throw new Error(_0x1954d3(0x2f4)+_0xb73f54[_0x1954d3(0x339)]+_0x1954d3(0x186)+_0x199f08[_0x1954d3(0x339)]+_0x1954d3(0x39e)+this[_0x1954d3(0x1c5)]['status']);this[_0x1954d3(0x3bd)](_0x199f08);},'onSendChangeset':_0x2337c3=>{const _0x336985=_0x4814b6;_0x2337c3[_0x336985(0x2c4)]||(_0x2337c3[_0x336985(0x2c4)]=this['_changesetSessionId'],_0x2337c3[_0x336985(0x3f0)]=++this[_0x336985(0x1d4)]);const _0x5c085f={'eventID':_0x2db012[_0x336985(0x329)][_0x336985(0x2e5)],'data':{'unitID':_0x2337c3['unitID'],'unitType':this['_type'],'changeset':_0x2337c3,'memberID':this[_0x336985(0xf1)][_0x336985(0x132)]()}};this[_0x336985(0xf1)][_0x336985(0xe5)](_0x5c085f,this[_0x336985(0x2a3)]);},'onMissingChangesets':({from:_0x1c1905,to:_0x48ea37})=>{const _0x5140f7=_0x4814b6;this[_0x5140f7(0x155)][_0x5140f7(0x2e6)](_0x5140f7(0x1e0),_0x5140f7(0x2e9)+_0x1c1905+_0x5140f7(0x417)+_0x48ea37);const _0xdba5c6={'eventID':_0x2db012['CollaborationEvent'][_0x5140f7(0xc9)],'data':{'unitID':_0x2edcd4,'unitType':this[_0x5140f7(0x328)],'from':_0x1c1905,'to':_0x48ea37}};this[_0x5140f7(0xf1)][_0x5140f7(0xe5)](_0xdba5c6,this[_0x5140f7(0x2a3)]);}};}async[_0x4ffe42(0xf3)](_0x511255){const _0x1d1009=_0x4ffe42;var _0x1fba15,_0x186f8e;const _0x268322=await this['_localCacheService']['loadOfflineData'](this['unitID']),_0x51d6d1=(_0x1fba15=_0x268322==null?void 0x0:_0x268322[_0x1d1009(0xd9)])!=null?_0x1fba15:[],_0x128dca=(_0x186f8e=_0x268322==null?void 0x0:_0x268322['awaitingChangeset'])!=null?_0x186f8e:null,_0x424539=!!(_0x128dca!=null&&_0x128dca[_0x1d1009(0x2c4)])&&!!(_0x128dca!=null&&_0x128dca[_0x1d1009(0x3f0)]);this[_0x1d1009(0x18e)]=_0x424539?_0x128dca[_0x1d1009(0x2c4)]:_0x554d62(),this[_0x1d1009(0x1d4)]=_0x424539?_0x128dca['reqId']:0x0;const _0x2a147e=this['unitID'];try{this[_0x1d1009(0x2e4)](_0x128dca,_0x51d6d1);}catch(_0x12f97c){this[_0x1d1009(0x155)][_0x1d1009(0x330)](_0x12f97c);}const _0x5e480d=this[_0x1d1009(0x4f6)]();if(_0x511255){const _0x1d6d95=_0x597a58(this[_0x1d1009(0x388)],_0x2a147e,this[_0x1d1009(0x328)],_0x128dca,_0x51d6d1,_0x5e480d);return _0x1d6d95 instanceof _0x646226?_0x1d6d95[_0x1d1009(0x2a8)]():(_0x1d6d95 instanceof _0x5908ec||_0x1d6d95 instanceof _0x5804cd)&&_0x1d6d95[_0x1d1009(0x25a)](),_0x1d6d95;}return this[_0x1d1009(0x388)]['createInstance'](_0x5289ca,_0x2a147e,this[_0x1d1009(0x328)],_0x128dca,_0x51d6d1,_0x5e480d);}[_0x4ffe42(0x2e4)](_0x39465e,_0x33ec51){const _0x4f832e=_0x4ffe42;var _0x4f8243,_0x5d2177;const _0x23818b=this[_0x4f832e(0x2b3)][_0x4f832e(0x23b)]['fetchThroughInterceptors'](this[_0x4f832e(0x2b3)][_0x4f832e(0x23b)][_0x4f832e(0x85)]()[_0x4f832e(0xcb)]);(_0x4f8243=_0x23818b((_0x39465e==null?void 0x0:_0x39465e[_0x4f832e(0xd9)])||[],null))==null||_0x4f8243[_0x4f832e(0x2e8)](_0xc31ce1=>this[_0x4f832e(0x477)][_0x4f832e(0x53f)](_0xc31ce1['id'],_0xc31ce1['params'])),(_0x5d2177=_0x23818b(_0x33ec51||[],null))==null||_0x5d2177[_0x4f832e(0x2e8)](_0x50dc9a=>this[_0x4f832e(0x477)][_0x4f832e(0x53f)](_0x50dc9a['id'],_0x50dc9a[_0x4f832e(0x223)]));}},_0x2a808c[_0x4ffe42(0x23f)]=_0x146d09([_0x3d2b5c(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x3d2b5c(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x3d2b5c(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3e6)])),_0x3d2b5c(0x6,_0xed312c['Inject'](_0xed312c['LocaleService'])),_0x3d2b5c(0x7,_0xed312c['Inject'](_0x2db012['RevisionService'])),_0x3d2b5c(0x8,_0xed312c[_0x4ffe42(0x430)]),_0x3d2b5c(0x9,_0xed312c[_0x4ffe42(0x41e)]),_0x3d2b5c(0xa,_0x16dea4[_0x4ffe42(0x441)]),_0x3d2b5c(0xb,_0xed312c[_0x4ffe42(0xf0)]),_0x3d2b5c(0xc,_0xed312c[_0x4ffe42(0x4f9)](_0x29dcde))],_0x2a808c[_0x4ffe42(0x23f)]),_0x2a808c[_0x4ffe42(0x4b7)]=class extends _0x2a808c[_0x4ffe42(0x23f)]{constructor(_0x222b6c,_0x24d0d6,_0x3d5591,_0x26384d,_0x346ce5,_0x2f2f24,_0x42be81,_0x5078c3,_0x2838dd,_0x54072b,_0x52a20c,_0x196430,_0x4641c2,_0x527afc,_0x47ead5,_0x2a05ee,_0x225046,_0x5a06fa){const _0x3844f9=_0x4ffe42;super(_0x222b6c,_0x3d5591,_0x24d0d6,_0x26384d,_0x346ce5,_0x2f2f24,_0x42be81,_0x5078c3,_0x527afc,_0x47ead5,_0x2a05ee,_0x225046,_0x5a06fa),this[_0x3844f9(0x2a3)]=_0x222b6c,this[_0x3844f9(0x535)]=_0x24d0d6,this['_docStateChangeManagerService']=_0x2838dd,this[_0x3844f9(0x414)]=_0x54072b,this[_0x3844f9(0xb2)]=_0x52a20c,this[_0x3844f9(0x552)]=_0x196430,this[_0x3844f9(0x26f)]=_0x4641c2;}[_0x4ffe42(0x4f6)](){const _0x30051f=_0x4ffe42,_0xff269a=super['_createHandler']();return _0xff269a[_0x30051f(0x481)]=_0x48fcbc=>this['_docTransformIMECacheService'][_0x30051f(0x22e)](_0x48fcbc),_0xff269a[_0x30051f(0x268)]=_0x48d640=>this[_0x30051f(0xb2)][_0x30051f(0x508)](_0x48d640),_0xff269a[_0x30051f(0x465)]=_0x5e7888=>this[_0x30051f(0x552)][_0x30051f(0xf5)](_0x5e7888),_0xff269a['onSyncEditingCollabCursor']=_0xf491d6=>this[_0x30051f(0x26f)]['syncEditingCollabCursor'](_0xf491d6),_0xff269a[_0x30051f(0x342)]=_0x510c26=>this[_0x30051f(0x414)][_0x30051f(0x15d)](_0x510c26),_0xff269a[_0x30051f(0xbd)]=_0x3f5dbb=>this[_0x30051f(0xb2)][_0x30051f(0x15d)](_0x3f5dbb),_0xff269a;}async['_init'](){const _0x46f2e6=_0x4ffe42,_0x3d7af7=await super[_0x46f2e6(0x2c5)]();return this[_0x46f2e6(0x4e0)][_0x46f2e6(0x23c)]['pipe'](_0x4984e3[_0x46f2e6(0x203)](this['dispose$']))[_0x46f2e6(0x51f)](_0x347871=>{const _0x65135d=_0x46f2e6;if(_0x347871==null)return;const {unitId:_0x2b5a38,redoState:_0x789209,commandId:_0x2fa53a}=_0x347871;if(_0x2b5a38!==this['unitID'])return;const _0x40c2ee={'id':_0x2fa53a,'type':_0xed312c[_0x65135d(0x1f2)][_0x65135d(0xb5)],'params':{'unitId':_0x2b5a38,'actions':_0x789209[_0x65135d(0x2ea)],'textRanges':null}};this['_onLocalMutation'](_0x40c2ee);}),_0x3d7af7;}},_0x2a808c['DocCollaborationEntity']=_0x146d09([_0x3d2b5c(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x3d2b5c(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x3d2b5c(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3e6)])),_0x3d2b5c(0x6,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)])),_0x3d2b5c(0x7,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x3d2b5c(0x8,_0xed312c['Inject'](_0x48cd12[_0x4ffe42(0x2af)])),_0x3d2b5c(0x9,_0xed312c['Inject'](_0x16315d)),_0x3d2b5c(0xa,_0xed312c[_0x4ffe42(0xa5)](_0x2dd995)),_0x3d2b5c(0xb,_0xed312c[_0x4ffe42(0xa5)](_0xc766bf)),_0x3d2b5c(0xc,_0xed312c['Inject'](_0x46e4d0)),_0x3d2b5c(0xd,_0xed312c[_0x4ffe42(0x430)]),_0x3d2b5c(0xe,_0xed312c[_0x4ffe42(0x41e)]),_0x3d2b5c(0xf,_0x16dea4['IMessageService']),_0x3d2b5c(0x10,_0xed312c['IPermissionService']),_0x3d2b5c(0x11,_0xed312c[_0x4ffe42(0x4f9)](_0x29dcde))],_0x2a808c[_0x4ffe42(0x4b7)]),_0x2a808c[_0x4ffe42(0x2d3)]=class extends _0x2a808c['CollaborationEntity']{constructor(_0x16e594,_0x22518e,_0x1aed63,_0x5ca3a0,_0x38218b,_0x139d8b,_0x2ab7e2,_0xde812e,_0x10eae5,_0x270108,_0x72e137,_0x435711,_0x959eca,_0x22a8a9){const _0x3b8e83=_0x4ffe42;super(_0x16e594,_0x1aed63,_0x22518e,_0x5ca3a0,_0x38218b,_0x139d8b,_0x2ab7e2,_0xde812e,_0x270108,_0x72e137,_0x435711,_0x959eca,_0x22a8a9),this['unitID']=_0x16e594,this[_0x3b8e83(0x535)]=_0x22518e,this['_sheetTransformSelectionsService']=_0x10eae5;}[_0x4ffe42(0x4f6)](){const _0x3a2451=_0x4ffe42,_0xf74390=super[_0x3a2451(0x4f6)]();return _0xf74390[_0x3a2451(0x465)]=_0x12d52c=>this['_sheetTransformSelectionsService'][_0x3a2451(0xf5)](_0x12d52c),_0xf74390;}async['_init'](){const _0x3d5778=_0x4ffe42,_0x2853d2=await super[_0x3d5778(0x2c5)]();return this[_0x3d5778(0x501)](this[_0x3d5778(0x477)][_0x3d5778(0x540)]((_0x47e0e0,_0x38041c)=>{const _0x4ccfe5=_0x3d5778;if(_0x47e0e0[_0x4ccfe5(0x535)]!==_0xed312c[_0x4ccfe5(0x1f2)][_0x4ccfe5(0xb5)]||_0x38041c!=null&&_0x38041c[_0x4ccfe5(0x199)]||_0x38041c!=null&&_0x38041c[_0x4ccfe5(0x4fc)])return;const _0x53cd94=_0x47e0e0[_0x4ccfe5(0x223)];if((_0x53cd94==null?void 0x0:_0x53cd94['unitId'])!==this['unitID'])return;const _0x423cf6=_0x47e0e0,_0x39c222=this['_compressMutationService'][_0x4ccfe5(0x23b)][_0x4ccfe5(0x50b)](this[_0x4ccfe5(0x2b3)][_0x4ccfe5(0x23b)][_0x4ccfe5(0x85)]()['COMPRESS_MUTATION_SEND'])([_0x423cf6],null)||[_0x423cf6];this[_0x4ccfe5(0xa0)](_0x39c222[0x0]);})),_0x2853d2;}},_0x2a808c[_0x4ffe42(0x2d3)]=_0x146d09([_0x3d2b5c(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['Injector'])),_0x3d2b5c(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x39a)])),_0x3d2b5c(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3e6)])),_0x3d2b5c(0x6,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x249)])),_0x3d2b5c(0x7,_0xed312c[_0x4ffe42(0xa5)](_0x2db012[_0x4ffe42(0x3ff)])),_0x3d2b5c(0x8,_0xed312c[_0x4ffe42(0xa5)](_0x5c1d94)),_0x3d2b5c(0x9,_0xed312c[_0x4ffe42(0x430)]),_0x3d2b5c(0xa,_0xed312c[_0x4ffe42(0x41e)]),_0x3d2b5c(0xb,_0x16dea4[_0x4ffe42(0x441)]),_0x3d2b5c(0xc,_0xed312c[_0x4ffe42(0xf0)]),_0x3d2b5c(0xd,_0xed312c[_0x4ffe42(0x4f9)](_0x29dcde))],_0x2a808c[_0x4ffe42(0x2d3)]);var _0x3133a0=Object[_0x4ffe42(0x52a)],_0xf657ce=Object[_0x4ffe42(0x25d)],_0x40834e=(_0x2916c6,_0xcc30a4,_0x2340e5,_0x27e834)=>{const _0x520e09=_0x4ffe42;for(var _0x442b3e=_0x27e834>0x1?void 0x0:_0x27e834?_0xf657ce(_0xcc30a4,_0x2340e5):_0xcc30a4,_0x2ac9dd=_0x2916c6[_0x520e09(0x331)]-0x1,_0x32ef6d;_0x2ac9dd>=0x0;_0x2ac9dd--)(_0x32ef6d=_0x2916c6[_0x2ac9dd])&&(_0x442b3e=(_0x27e834?_0x32ef6d(_0xcc30a4,_0x2340e5,_0x442b3e):_0x32ef6d(_0x442b3e))||_0x442b3e);return _0x27e834&&_0x442b3e&&_0x3133a0(_0xcc30a4,_0x2340e5,_0x442b3e),_0x442b3e;},_0x21bb58=(_0x129ef5,_0x59f704)=>(_0x6b7860,_0xb63774)=>_0x59f704(_0x6b7860,_0xb63774,_0x129ef5);_0x2a808c['CollaborationController']=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x39f4de,_0x37bf0b,_0x2768ff){const _0x453ffb=_0x4ffe42;super(),_0x2a6f44(this,'_entities',new Map()),_0x2a6f44(this,_0x453ffb(0x106),new _0x4984e3['Subject']()),(this[_0x453ffb(0x388)]=_0x39f4de,this[_0x453ffb(0x2dd)]=_0x37bf0b,this[_0x453ffb(0x128)]=_0x2768ff,this[_0x453ffb(0x2c5)]());}[_0x4ffe42(0x192)](){const _0x466e55=_0x4ffe42;super[_0x466e55(0x192)](),this[_0x466e55(0x272)][_0x466e55(0x2e8)](_0x226ee5=>_0x226ee5[_0x466e55(0x192)]()),this[_0x466e55(0x272)]['clear']();}[_0x4ffe42(0x2e0)](_0x105479){const _0x2cd881=_0x4ffe42;var _0x3ed0e2;return(_0x3ed0e2=this[_0x2cd881(0x272)][_0x2cd881(0xce)](_0x105479))!=null?_0x3ed0e2:null;}[_0x4ffe42(0x218)](_0x42a5fd){const _0xe1ba4d=_0x4ffe42,_0x233578=this['getCollabEntity'](_0x42a5fd);return _0x233578?_0x4984e3['of'](_0x233578):this['_entityInit$'][_0xe1ba4d(0x556)](_0x477442[_0xe1ba4d(0x373)](_0x5d2dee=>_0x5d2dee[_0xe1ba4d(0x2a3)]===_0x42a5fd));}[_0x4ffe42(0x2c5)](){const _0x5324a7=_0x4ffe42;this[_0x5324a7(0x128)][_0x5324a7(0x4c2)](_0xed312c[_0x5324a7(0x230)][_0x5324a7(0x3f5)])['pipe'](_0x4984e3[_0x5324a7(0x203)](this[_0x5324a7(0x32d)]),_0x477442[_0x5324a7(0x3c3)](0x10))[_0x5324a7(0x51f)](async _0x481db3=>{const _0x42731e=_0x5324a7,_0xffae14=_0x481db3['getUnitId'](),_0x3724e4=await this[_0x42731e(0x4a9)](_0xffae14,_0x4eba08['UNIVER_SHEET']);this['_entities'][_0x42731e(0x53b)](_0xffae14,_0x3724e4);}),this['_univerInstanceService'][_0x5324a7(0x4c2)](_0xed312c[_0x5324a7(0x230)]['UNIVER_DOC'])[_0x5324a7(0x556)](_0x4984e3[_0x5324a7(0x203)](this[_0x5324a7(0x32d)]),_0x477442[_0x5324a7(0x3c3)](0x10))['pipe'](_0x477442[_0x5324a7(0x373)](_0x59cae6=>!_0x59cae6[_0x5324a7(0x448)]()['startsWith']('__')))[_0x5324a7(0x51f)](async _0x1c590c=>{const _0x21b3cf=_0x5324a7,_0x58ec81=_0x1c590c[_0x21b3cf(0x448)](),_0x3821af=await this['_startCollaboration'](_0x58ec81,_0x4eba08[_0x21b3cf(0x515)]);this[_0x21b3cf(0x272)][_0x21b3cf(0x53b)](_0x58ec81,_0x3821af);}),_0x4984e3[_0x5324a7(0x500)](this[_0x5324a7(0x128)][_0x5324a7(0x32c)](_0xed312c[_0x5324a7(0x230)]['UNIVER_SHEET']),this[_0x5324a7(0x128)]['getTypeOfUnitDisposed$'](_0xed312c['UniverInstanceType'][_0x5324a7(0x515)]))[_0x5324a7(0x556)](_0x4984e3['takeUntil'](this[_0x5324a7(0x32d)]))[_0x5324a7(0x51f)](_0x2cb0f0=>{const _0x4268d2=_0x5324a7,_0x214303=_0x2cb0f0['getUnitId'](),_0x5599b8=this['_entities']['get'](_0x214303);_0x5599b8&&(_0x5599b8[_0x4268d2(0x192)](),this['_entities'][_0x4268d2(0x253)](_0x214303));});}async['_startCollaboration'](_0x3ddabb,_0x1bb276){const _0x16d0bd=_0x4ffe42,_0x3e8a63=await this[_0x16d0bd(0x2dd)][_0x16d0bd(0x2ab)](_0x3ddabb),_0x1fc551=this[_0x16d0bd(0x388)][_0x16d0bd(0x1cc)](this[_0x16d0bd(0x474)](_0x1bb276),_0x3ddabb,_0x1bb276,_0x3e8a63);return await _0x1fc551[_0x16d0bd(0x30d)](),this['_entityInit$'][_0x16d0bd(0x17f)](_0x1fc551),_0x1fc551;}[_0x4ffe42(0x474)](_0xd9bded){const _0x40624f=_0x4ffe42;switch(_0xd9bded){case _0x4eba08[_0x40624f(0x515)]:return _0x2a808c['DocCollaborationEntity'];case _0x4eba08['UNIVER_SHEET']:return _0x2a808c[_0x40624f(0x2d3)];default:throw new Error('[CollaborationController]:\x20invalid\x20univer\x20type:\x20'+_0xd9bded);}}},_0x2a808c['CollaborationController']=_0x40834e([_0x21bb58(0x0,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x21bb58(0x1,_0xed312c['Inject'](_0x2a808c['CollaborationSessionService'])),_0x21bb58(0x2,_0xed312c[_0x4ffe42(0x99)])],_0x2a808c['CollaborationController']);const _0x52be91=[_0x4ffe42(0x528),_0x4ffe42(0x468),_0x4ffe42(0x18f),_0x4ffe42(0x14f),_0x4ffe42(0x311),_0x4ffe42(0xa9)];class _0x38d257 extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(){const _0x5f36bc=_0x4ffe42;super(...arguments),_0x2a6f44(this,'_assignedColors',new Map()),_0x2a6f44(this,_0x5f36bc(0x1e6),0x0);}['assignAColorForMemberID'](_0x442bb4){const _0x4c7b83=_0x4ffe42;if(this[_0x4c7b83(0x4c7)][_0x4c7b83(0x14b)](_0x442bb4))return this[_0x4c7b83(0x4c7)]['get'](_0x442bb4);const _0x495516=_0x52be91[this[_0x4c7b83(0x1e6)]];return this[_0x4c7b83(0x1e6)]=(this[_0x4c7b83(0x1e6)]+0x1)%_0x52be91[_0x4c7b83(0x331)],this[_0x4c7b83(0x4c7)][_0x4c7b83(0x53b)](_0x442bb4,_0x495516),_0x495516;}}var _0x958058=Object[_0x4ffe42(0x52a)],_0x4766c1=Object[_0x4ffe42(0x25d)],_0x137dea=(_0x38d0fa,_0x174cd9,_0x531e32,_0x1f99bd)=>{const _0x1faa6c=_0x4ffe42;for(var _0x34e534=_0x1f99bd>0x1?void 0x0:_0x1f99bd?_0x4766c1(_0x174cd9,_0x531e32):_0x174cd9,_0x248728=_0x38d0fa[_0x1faa6c(0x331)]-0x1,_0x2f0fe6;_0x248728>=0x0;_0x248728--)(_0x2f0fe6=_0x38d0fa[_0x248728])&&(_0x34e534=(_0x1f99bd?_0x2f0fe6(_0x174cd9,_0x531e32,_0x34e534):_0x2f0fe6(_0x34e534))||_0x34e534);return _0x1f99bd&&_0x34e534&&_0x958058(_0x174cd9,_0x531e32,_0x34e534),_0x34e534;},_0x17bcfc=(_0x527fa3,_0x495796)=>(_0x104818,_0x142541)=>_0x495796(_0x104818,_0x142541,_0x527fa3);const _0x48a8e1=0x12c,_0x5a6882=0x64;let _0xa09288=class extends _0xed312c['RxDisposable']{constructor(_0x4976d8,_0x58916f,_0x2f7fd6,_0x2c8a74,_0x2b2f14,_0x3bf32d,_0x285d75,_0x540a1f,_0x1c072){const _0x11ec82=_0x4ffe42;super(),_0x2a6f44(this,_0x11ec82(0x3d1),!0x1),_0x2a6f44(this,_0x11ec82(0x2c5),!0x1),_0x2a6f44(this,_0x11ec82(0x227),new _0x4984e3[(_0x11ec82(0x3ae))](new Map())),_0x2a6f44(this,_0x11ec82(0x12b),this[_0x11ec82(0x227)]['asObservable']()),_0x2a6f44(this,_0x11ec82(0xbc),new _0x4984e3[(_0x11ec82(0x3ae))]([])),_0x2a6f44(this,'roomMembers$',this[_0x11ec82(0xbc)][_0x11ec82(0x556)](_0x4984e3['debounceTime'](_0x48a8e1))),_0x2a6f44(this,_0x11ec82(0x318),_0xed312c[_0x11ec82(0x50c)](_0xb369=>{const _0x142bf1=_0x11ec82,_0x575905={'eventID':_0x2db012['CollaborationEvent']['UPDATE_CURSOR'],'data':{'unitID':this[_0x142bf1(0x2a3)],'memberID':this[_0x142bf1(0x297)]['getMemberID'](),'selection':_0x53644f(_0xb369)}};this[_0x142bf1(0x297)][_0x142bf1(0xe5)](_0x575905,this[_0x142bf1(0x2a3)]);},_0x5a6882)),(this[_0x11ec82(0x2a3)]=_0x4976d8,this[_0x11ec82(0x297)]=_0x58916f,this[_0x11ec82(0x388)]=_0x2f7fd6,this[_0x11ec82(0xde)]=_0x2c8a74,this[_0x11ec82(0x1ab)]=_0x2b2f14,this[_0x11ec82(0x520)]=_0x3bf32d,this[_0x11ec82(0x2f8)]=_0x285d75,this[_0x11ec82(0x128)]=_0x540a1f,this[_0x11ec82(0x477)]=_0x1c072);}get[_0x4ffe42(0x196)](){const _0x11f6dd=_0x4ffe42;return this[_0x11f6dd(0x227)][_0x11f6dd(0x411)]();}get[_0x4ffe42(0x103)](){const _0x4df793=_0x4ffe42;return this[_0x4df793(0xbc)][_0x4df793(0x411)]();}['dispose'](){const _0x1ec4f1=_0x4ffe42;super[_0x1ec4f1(0x192)](),this[_0x1ec4f1(0x227)][_0x1ec4f1(0x17f)](new Map()),this[_0x1ec4f1(0x227)][_0x1ec4f1(0x3b9)](),this[_0x1ec4f1(0xbc)][_0x1ec4f1(0x17f)]([]),this[_0x1ec4f1(0xbc)][_0x1ec4f1(0x3b9)]();}[_0x4ffe42(0x30d)](){const _0x228c87=_0x4ffe42;this[_0x228c87(0x2c5)]||(this[_0x228c87(0x2c5)]=!0x0,this['_session'][_0x228c87(0x33f)][_0x228c87(0x556)](_0x4984e3[_0x228c87(0x203)](this[_0x228c87(0x32d)]))[_0x228c87(0x51f)](_0xa8177f=>{const _0x1ad939=_0x228c87;_0xa8177f===_0x1e0add[_0x1ad939(0x416)]?this[_0x1ad939(0x11c)]():this[_0x1ad939(0x402)]();}),this[_0x228c87(0x297)][_0x228c87(0x41f)]['pipe'](_0x4984e3[_0x228c87(0x203)](this[_0x228c87(0x32d)]))[_0x228c87(0x51f)](_0x223bc0=>{const _0x258372=_0x228c87,_0x37a684=_0x223bc0[_0x258372(0x2cb)];_0x37a684===_0x2db012[_0x258372(0x329)]['UPDATE_CURSOR']&&this[_0x258372(0x32e)](_0x223bc0),_0x37a684===_0x2db012[_0x258372(0x329)][_0x258372(0x45b)]&&this['_onCursorDelete'](_0x223bc0);}),this[_0x228c87(0x501)](this['_commandService'][_0x228c87(0x540)](_0x1cf85e=>{const _0x44b7ff=_0x228c87,_0x1f6c84=_0x1cf85e[_0x44b7ff(0x223)];_0x1f6c84!=null&&this[_0x44b7ff(0x3d1)]&&_0x1cf85e['id']===_0x10f1a4[_0x44b7ff(0x3df)]['id']&&_0x1f6c84[_0x44b7ff(0x27d)]===this[_0x44b7ff(0x2a3)]&&_0x1f6c84[_0x44b7ff(0x2a5)]===!0x1&&_0x1f6c84[_0x44b7ff(0xd4)][_0x44b7ff(0x331)]>0x0&&this[_0x44b7ff(0x318)](_0x1f6c84[_0x44b7ff(0xd4)]);})),this[_0x228c87(0x520)][_0x228c87(0x2ef)][_0x228c87(0x556)](_0x4984e3[_0x228c87(0x203)](this[_0x228c87(0x32d)]))[_0x228c87(0x51f)](_0x430df1=>{const _0x14d1e3=_0x228c87;if((_0x430df1==null?void 0x0:_0x430df1[_0x14d1e3(0x2a3)])!==this[_0x14d1e3(0x2a3)])return;const _0x11aa7e={'eventID':_0x2db012['CollaborationEvent'][_0x14d1e3(0x3aa)],'data':_0x430df1};this[_0x14d1e3(0x32e)](_0x11aa7e);}),this[_0x228c87(0x501)](this[_0x228c87(0x477)]['onCommandExecuted'](_0x440411=>{const _0x380a3a=_0x228c87;if(_0x440411[_0x380a3a(0x223)]==null)return;const _0x24c2ba=_0x440411[_0x380a3a(0x223)];if(_0x440411['id']!==_0x10f1a4['RichTextEditingMutation']['id']||_0x24c2ba['unitId']!==this[_0x380a3a(0x2a3)])return;const _0x5b0706={'id':_0x380a3a(0x2da),'params':_0x24c2ba},_0x4452f6=this[_0x380a3a(0x196)];for(const [_0x2853bc,_0x5e67b5]of _0x4452f6){const _0x1d163c={'id':_0x380a3a(0x2da),'params':{'unitId':this[_0x380a3a(0x2a3)],'actions':null,'textRanges':_0x5e67b5[_0x380a3a(0xd4)]}},_0x36b4da=this[_0x380a3a(0x2f8)][_0x380a3a(0x24f)](_0x5b0706,_0x1d163c,!0x1);if(_0x2db012[_0x380a3a(0x4dd)](_0x36b4da))throw _0x36b4da['error'];_0x4452f6[_0x380a3a(0x53b)](_0x2853bc,{..._0x5e67b5,'ranges':_0x36b4da[_0x380a3a(0x2d7)][_0x380a3a(0x223)][_0x380a3a(0x1a5)]});}queueMicrotask(()=>{const _0x216044=_0x380a3a;this[_0x216044(0x227)][_0x216044(0x17f)](_0x4452f6);});})));}[_0x4ffe42(0x32e)](_0x498ef3){const _0x11c3bd=_0x4ffe42;var _0x5dbcf9,_0x1f08ac;const {memberID:_0x120a2e,selection:_0x7ae378}=_0x498ef3[_0x11c3bd(0x2a6)],_0x277af6=_0xf23b3e(_0x7ae378),_0x3035ce=(_0x1f08ac=(_0x5dbcf9=this[_0x11c3bd(0x1ab)]['getMember'](this[_0x11c3bd(0x2a3)],_0x120a2e))==null?void 0x0:_0x5dbcf9['name'])!=null?_0x1f08ac:_0x11c3bd(0x381),_0x53b0f4={'color':this['_colorAssignService'][_0x11c3bd(0x50f)](_0x120a2e),'name':_0x3035ce,'ranges':_0x277af6},_0x3985d8=this[_0x11c3bd(0x196)];_0x3985d8['set'](_0x120a2e,_0x53b0f4),this['_cursorInfo$'][_0x11c3bd(0x17f)](_0x3985d8);}['_onCursorDelete'](_0x3065a6){const _0x251301=_0x4ffe42,{memberID:_0x2398ea}=_0x3065a6['data'],_0x3e4021=this[_0x251301(0x196)];_0x3e4021[_0x251301(0x253)](_0x2398ea),this[_0x251301(0x227)]['next'](_0x3e4021);}[_0x4ffe42(0x11c)](){const _0xefe333=_0x4ffe42;var _0x10ffa1;if(this[_0xefe333(0x3d1)]=!0x0,((_0x10ffa1=this[_0xefe333(0x128)][_0xefe333(0x326)]())==null?void 0x0:_0x10ffa1[_0xefe333(0x448)]())!==this[_0xefe333(0x2a3)])return;const _0x508bdf=this[_0xefe333(0x388)][_0xefe333(0xce)](_0x10f1a4[_0xefe333(0xc0)])[_0xefe333(0x444)]();Array[_0xefe333(0x30e)](_0x508bdf)&&_0x508bdf['length']>0x0&&this['_updateLocalCursor'](_0x508bdf);}['_toggleOffline'](){const _0x2e80f4=_0x4ffe42;this[_0x2e80f4(0x3d1)]=!0x1;}};_0xa09288=_0x137dea([_0x17bcfc(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x17bcfc(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x38d257)),_0x17bcfc(0x4,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0xac)])),_0x17bcfc(0x5,_0xed312c[_0x4ffe42(0xa5)](_0x46e4d0)),_0x17bcfc(0x6,_0x2db012[_0x4ffe42(0x4f2)]),_0x17bcfc(0x7,_0xed312c[_0x4ffe42(0x99)]),_0x17bcfc(0x8,_0xed312c[_0x4ffe42(0x41e)])],_0xa09288);var _0x30ba8a=Object[_0x4ffe42(0x52a)],_0xb5e9e1=Object[_0x4ffe42(0x25d)],_0x1a3909=(_0x41d8c7,_0x3f868c,_0x2b2d3d,_0x6d3c36)=>{const _0x3bf4f4=_0x4ffe42;for(var _0x13250e=_0x6d3c36>0x1?void 0x0:_0x6d3c36?_0xb5e9e1(_0x3f868c,_0x2b2d3d):_0x3f868c,_0x1bfb58=_0x41d8c7[_0x3bf4f4(0x331)]-0x1,_0xabc2e;_0x1bfb58>=0x0;_0x1bfb58--)(_0xabc2e=_0x41d8c7[_0x1bfb58])&&(_0x13250e=(_0x6d3c36?_0xabc2e(_0x3f868c,_0x2b2d3d,_0x13250e):_0xabc2e(_0x13250e))||_0x13250e);return _0x6d3c36&&_0x13250e&&_0x30ba8a(_0x3f868c,_0x2b2d3d,_0x13250e),_0x13250e;},_0x34d0a4=(_0x40c93b,_0x1d23a6)=>(_0x546c4a,_0x3035fb)=>_0x1d23a6(_0x546c4a,_0x3035fb,_0x40c93b);const _0x4e1229=0x12c,_0x3f4b63=0x64,_0x5d6b40=()=>{let _0x32620f=[],_0x48ac9a=!0x1;return _0x117b95=>{_0x32620f['push'](_0x117b95),_0x48ac9a||(_0x48ac9a=!0x0,setTimeout(()=>{_0x32620f['forEach'](_0x4760b7=>_0x4760b7()),_0x32620f=[],_0x48ac9a=!0x1;}));};};let _0x1fc2a2=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x36e6d6,_0x592f90,_0x45749a,_0x21ea2c,_0x498850,_0x257250,_0xa1e83e,_0x15af68){const _0xc7c779=_0x4ffe42;super(),_0x2a6f44(this,_0xc7c779(0x3d1),!0x1),_0x2a6f44(this,_0xc7c779(0x2c5),!0x1),_0x2a6f44(this,'_cursorInfo$',new _0x4984e3[(_0xc7c779(0x3ae))](new Map())),_0x2a6f44(this,_0xc7c779(0x12b),this[_0xc7c779(0x227)][_0xc7c779(0x31c)]()),_0x2a6f44(this,_0xc7c779(0xbc),new _0x4984e3[(_0xc7c779(0x3ae))]([])),_0x2a6f44(this,_0xc7c779(0x295),this[_0xc7c779(0xbc)]['pipe'](_0x4984e3[_0xc7c779(0x3e2)](_0x4e1229))),_0x2a6f44(this,_0xc7c779(0x318),_0xed312c['debounce']((_0xe3954d,_0x140639)=>{const _0x112685=_0xc7c779,_0x30789a={'eventID':_0x2db012[_0x112685(0x329)][_0x112685(0x3aa)],'data':{'unitID':this['unitID'],'memberID':this[_0x112685(0x297)][_0x112685(0x132)](),'selection':_0x3df9c6[_0x112685(0x298)](_0xe3954d,_0x140639['range'])}};this[_0x112685(0x297)]['send'](_0x30789a,this[_0x112685(0x2a3)]);},_0x3f4b63)),(this[_0xc7c779(0x2a3)]=_0x36e6d6,this[_0xc7c779(0x297)]=_0x592f90,this[_0xc7c779(0x388)]=_0x45749a,this[_0xc7c779(0xde)]=_0x21ea2c,this[_0xc7c779(0x1ab)]=_0x498850,this[_0xc7c779(0x128)]=_0x257250,this[_0xc7c779(0x477)]=_0xa1e83e,this[_0xc7c779(0x42a)]=_0x15af68);}get['cursorInfo'](){const _0x3a1a12=_0x4ffe42;return this['_cursorInfo$'][_0x3a1a12(0x411)]();}get['roomMembers'](){return this['_roomMembers$']['getValue']();}[_0x4ffe42(0x192)](){const _0x109505=_0x4ffe42;super['dispose'](),this[_0x109505(0x227)][_0x109505(0x17f)](new Map()),this[_0x109505(0x227)][_0x109505(0x3b9)](),this[_0x109505(0xbc)][_0x109505(0x17f)]([]),this[_0x109505(0xbc)][_0x109505(0x3b9)]();}['init'](){const _0x337132=_0x4ffe42;this[_0x337132(0x2c5)]||(this[_0x337132(0x2c5)]=!0x0,this[_0x337132(0x297)][_0x337132(0x33f)][_0x337132(0x556)](_0x4984e3[_0x337132(0x203)](this[_0x337132(0x32d)]))[_0x337132(0x51f)](_0xe7ad1=>{const _0x469af5=_0x337132;_0xe7ad1===_0x1e0add[_0x469af5(0x416)]?this[_0x469af5(0x11c)]():this[_0x469af5(0x402)]();}),this['_session'][_0x337132(0x41f)]['pipe'](_0x4984e3[_0x337132(0x203)](this[_0x337132(0x32d)]))[_0x337132(0x51f)](_0xbd454a=>{const _0x5a3fc0=_0x337132,_0x3828a5=_0xbd454a[_0x5a3fc0(0x2cb)];_0x3828a5===_0x2db012[_0x5a3fc0(0x329)]['UPDATE_CURSOR']&&this['_onCursorUpdate'](_0xbd454a),_0x3828a5===_0x2db012[_0x5a3fc0(0x329)][_0x5a3fc0(0x45b)]&&this[_0x5a3fc0(0x147)](_0xbd454a);}),this['_onRefRangeChange'](),this[_0x337132(0x501)](this['_commandService']['onCommandExecuted'](_0x161df9=>{const _0x3fef20=_0x337132;if(this[_0x3fef20(0x3d1)]&&_0x161df9['id']===_0x3c9e4d[_0x3fef20(0x174)]['id']&&_0x161df9[_0x3fef20(0x223)]['unitId']===this[_0x3fef20(0x2a3)]){const _0x40f37c=_0x161df9[_0x3fef20(0x223)];this[_0x3fef20(0x318)](_0x40f37c[_0x3fef20(0x263)],_0x40f37c[_0x3fef20(0x209)][0x0]);}})));}[_0x4ffe42(0x32e)](_0xc9b5eb){const _0x15da2e=_0x4ffe42;var _0x106e29,_0x3c2027;const {memberID:_0x1391e9,selection:_0x358d2f}=_0xc9b5eb['data'],{sheetName:_0x368aa2,range:_0x8cd33}=_0x3df9c6['deserializeRangeWithSheet'](_0x358d2f),_0x29ea28={'name':(_0x3c2027=(_0x106e29=this[_0x15da2e(0x1ab)]['getMember'](this[_0x15da2e(0x2a3)],_0x1391e9))==null?void 0x0:_0x106e29[_0x15da2e(0x1a1)])!=null?_0x3c2027:_0x15da2e(0x381),'range':this[_0x15da2e(0x3a3)](_0x368aa2,_0x8cd33),'sheetID':_0x368aa2,'color':this['_colorAssignService'][_0x15da2e(0x50f)](_0x1391e9),'selection':_0x358d2f},_0x4d2c2e=this[_0x15da2e(0x196)];_0x4d2c2e['set'](_0x1391e9,_0x29ea28),this['_cursorInfo$']['next'](_0x4d2c2e);}[_0x4ffe42(0x147)](_0x5e6ec3){const _0x4def67=_0x4ffe42,{memberID:_0x2105a7}=_0x5e6ec3[_0x4def67(0x2a6)],_0x46570d=this[_0x4def67(0x196)];_0x46570d[_0x4def67(0x253)](_0x2105a7),this['_cursorInfo$'][_0x4def67(0x17f)](_0x46570d);}[_0x4ffe42(0x3a3)](_0x4a54fa,_0x30f1b7){const _0x58f88e=_0x4ffe42;var _0x4c1e6c,_0x2af0c0;const _0x3c4f32=(_0x2af0c0=(_0x4c1e6c=this[_0x58f88e(0x128)][_0x58f88e(0x354)](this[_0x58f88e(0x2a3)]))==null?void 0x0:_0x4c1e6c[_0x58f88e(0x479)](_0x4a54fa))==null?void 0x0:_0x2af0c0[_0x58f88e(0x52d)]();return(_0x3c4f32==null?void 0x0:_0x3c4f32[_0x58f88e(0xfe)](_0x8456a3=>_0xed312c[_0x58f88e(0x21a)][_0x58f88e(0x407)](_0x8456a3,_0x30f1b7)))||_0x30f1b7;}[_0x4ffe42(0x1ef)](){const _0x571e62=_0x4ffe42,_0x16aee8=new _0xed312c['DisposableCollection'](),_0x21d16f=_0x5d6b40(),_0x498aa0=()=>{const _0xae4d7d=_0x5c47;_0x16aee8['dispose']();const _0x277a6b=(_0x2470bd,_0x306ff3,_0x42bb2a,_0x57ac26)=>{const _0x2ddad7=_0x5c47;let _0xdb992d=[];switch(_0x2470bd['id']){case _0x3c9e4d[_0x2ddad7(0xfa)]['DeleteRangeMoveLeftCommandId']:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x549)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x428)]:{_0xdb992d=_0x3c9e4d['handleDeleteRangeMoveUp'](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x156)]:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x153)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)]['InsertRangeMoveDownCommandId']:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x2c9)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x293)]:{_0xdb992d=_0x3c9e4d['handleInsertRangeMoveRight'](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x403)]:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x279)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x2fe)]:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x532)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)][_0x2ddad7(0x2c0)]:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x291)](_0x2470bd,_0x57ac26);break;}case _0x3c9e4d[_0x2ddad7(0xfa)]['RemoveRowCommandId']:{_0xdb992d=_0x3c9e4d[_0x2ddad7(0x427)](_0x2470bd,_0x57ac26);break;}}const _0xe6076d=_0x3c9e4d[_0x2ddad7(0x2de)](_0xdb992d,_0x57ac26),_0x4cdf9e=this['cursorInfo']['get'](_0x306ff3);if(_0x4cdf9e&&_0xe6076d){const _0x5ba045={..._0x4cdf9e,'range':_0xe6076d};this[_0x2ddad7(0x196)][_0x2ddad7(0x53b)](_0x306ff3,_0x5ba045),_0x21d16f(()=>{const _0x5a8c0e=_0x2ddad7,_0x19ebba=this[_0x5a8c0e(0x42a)][_0x5a8c0e(0x28e)](_0xe6076d,_0x1d7d64=>(_0x19ebba['dispose'](),_0x277a6b(_0x1d7d64,_0x306ff3,_0x42bb2a,_0xe6076d)));_0x16aee8[_0x5a8c0e(0x47f)](_0x19ebba);});}return{'redos':[],'undos':[]};};this[_0xae4d7d(0x196)][_0xae4d7d(0x2e8)]((_0x4fd15b,_0x929a7f)=>{const _0x5e7524=_0xae4d7d,{range:_0x439f2c,sheetID:_0x47c70c}=_0x4fd15b,_0x25128b=this[_0x5e7524(0x42a)][_0x5e7524(0x28e)](_0x439f2c,_0x411efc=>(_0x25128b[_0x5e7524(0x192)](),_0x277a6b(_0x411efc,_0x929a7f,_0x47c70c,_0x439f2c)));_0x16aee8[_0x5e7524(0x47f)](_0x25128b);});};this[_0x571e62(0x501)](_0xed312c['toDisposable'](this[_0x571e62(0x227)]['subscribe'](()=>{_0x498aa0();})));}[_0x4ffe42(0x11c)](){const _0x19260b=_0x4ffe42;var _0x3f8a0b,_0x3f3e13;if(this[_0x19260b(0x3d1)]=!0x0,((_0x3f8a0b=this[_0x19260b(0x128)][_0x19260b(0x326)]())==null?void 0x0:_0x3f8a0b[_0x19260b(0x448)]())!==this['unitID'])return;const _0x415a7c=(_0x3f3e13=this[_0x19260b(0x388)][_0x19260b(0xce)](_0x3c9e4d[_0x19260b(0x109)])[_0x19260b(0x206)]())==null?void 0x0:_0x3f3e13[0x0],_0x557569=this[_0x19260b(0x128)][_0x19260b(0x3b2)](_0xed312c[_0x19260b(0x230)]['UNIVER_SHEET'])[_0x19260b(0x31f)]();_0x415a7c&&_0x557569&&this[_0x19260b(0x318)](_0x557569['getSheetId'](),_0x415a7c);}['_toggleOffline'](){const _0x2e2101=_0x4ffe42;this[_0x2e2101(0x3d1)]=!0x1;}};_0x1fc2a2=_0x1a3909([_0x34d0a4(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x34d0a4(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x38d257)),_0x34d0a4(0x4,_0xed312c['Inject'](_0x2a808c[_0x4ffe42(0xac)])),_0x34d0a4(0x5,_0xed312c['IUniverInstanceService']),_0x34d0a4(0x6,_0xed312c[_0x4ffe42(0x41e)]),_0x34d0a4(0x7,_0xed312c['Inject'](_0x3c9e4d[_0x4ffe42(0x483)]))],_0x1fc2a2);var _0x3bf97a=Object[_0x4ffe42(0x52a)],_0x4f1a02=Object['getOwnPropertyDescriptor'],_0x457efe=(_0x4474b2,_0x20d00b,_0x53b909,_0x56129c)=>{const _0x220501=_0x4ffe42;for(var _0x65821b=_0x56129c>0x1?void 0x0:_0x56129c?_0x4f1a02(_0x20d00b,_0x53b909):_0x20d00b,_0x18efd8=_0x4474b2[_0x220501(0x331)]-0x1,_0x5ed110;_0x18efd8>=0x0;_0x18efd8--)(_0x5ed110=_0x4474b2[_0x18efd8])&&(_0x65821b=(_0x56129c?_0x5ed110(_0x20d00b,_0x53b909,_0x65821b):_0x5ed110(_0x65821b))||_0x65821b);return _0x56129c&&_0x65821b&&_0x3bf97a(_0x20d00b,_0x53b909,_0x65821b),_0x65821b;},_0x414812=(_0x215461,_0x4dc027)=>(_0x516ba,_0x1738bd)=>_0x4dc027(_0x516ba,_0x1738bd,_0x215461);let _0x3dd1e9=class extends _0xed312c['RxDisposable']{constructor(_0x25b425,_0x3a7775,_0x12e494){const _0x43f9a9=_0x4ffe42;super(),_0x2a6f44(this,'_entities',new Map()),_0x2a6f44(this,_0x43f9a9(0x106),new _0x4984e3[(_0x43f9a9(0x542))]()),(this[_0x43f9a9(0x128)]=_0x25b425,this[_0x43f9a9(0x388)]=_0x3a7775,this['_collabSessionService']=_0x12e494,this['_init']());}[_0x4ffe42(0x192)](){const _0x428329=_0x4ffe42;super['dispose'](),this[_0x428329(0x106)]['complete'](),this['_entities'][_0x428329(0x2e8)](_0x98bd32=>_0x98bd32[_0x428329(0x192)]());}[_0x4ffe42(0x471)](_0x57466d){const _0x3c7daa=_0x4ffe42;return this[_0x3c7daa(0x272)][_0x3c7daa(0x14b)](_0x57466d)?this['_entities']['get'](_0x57466d)[_0x3c7daa(0x12b)]:this[_0x3c7daa(0x106)][_0x3c7daa(0x556)](_0x4984e3[_0x3c7daa(0x373)](_0x1c1e47=>_0x1c1e47[_0x3c7daa(0x2a3)]===_0x57466d),_0x4984e3[_0x3c7daa(0x96)](_0x29e195=>_0x29e195[_0x3c7daa(0x12b)]));}['_init'](){const _0x21075d=_0x4ffe42;this[_0x21075d(0x128)][_0x21075d(0x4c2)](_0xed312c[_0x21075d(0x230)][_0x21075d(0x3f5)])['pipe'](_0x4984e3[_0x21075d(0x203)](this[_0x21075d(0x32d)]))[_0x21075d(0x51f)](async _0x4c61f5=>{const _0x22dcd1=_0x21075d,_0x3dbb3e=_0x4c61f5[_0x22dcd1(0x448)](),_0x1ed60d=await this[_0x22dcd1(0x42c)](_0x3dbb3e);this[_0x22dcd1(0x106)][_0x22dcd1(0x17f)](_0x1ed60d),this[_0x22dcd1(0x272)]['set'](_0x3dbb3e,_0x1ed60d);}),this[_0x21075d(0x128)][_0x21075d(0x4c2)](_0xed312c[_0x21075d(0x230)][_0x21075d(0x515)])['pipe'](_0x4984e3[_0x21075d(0x203)](this[_0x21075d(0x32d)]))[_0x21075d(0x556)](_0x4984e3[_0x21075d(0x373)](_0x363191=>!_0x363191[_0x21075d(0x448)]()[_0x21075d(0x1d6)]('__')))[_0x21075d(0x51f)](async _0x1b657a=>{const _0x1460b1=_0x21075d,_0x394102=_0x1b657a[_0x1460b1(0x448)](),_0x1f9d1d=await this[_0x1460b1(0x179)](_0x394102);this[_0x1460b1(0x106)][_0x1460b1(0x17f)](_0x1f9d1d),this['_entities'][_0x1460b1(0x53b)](_0x394102,_0x1f9d1d);}),_0x4984e3[_0x21075d(0x500)](this[_0x21075d(0x128)][_0x21075d(0x32c)](_0xed312c[_0x21075d(0x230)][_0x21075d(0x515)]),this['_univerInstanceService'][_0x21075d(0x32c)](_0xed312c[_0x21075d(0x230)][_0x21075d(0x3f5)]))[_0x21075d(0x556)](_0x4984e3['takeUntil'](this[_0x21075d(0x32d)]))['subscribe'](_0x323c7d=>{const _0x2dbee1=_0x21075d,_0x21e9d9=_0x323c7d[_0x2dbee1(0x448)](),_0x2aa3d5=this[_0x2dbee1(0x272)][_0x2dbee1(0xce)](_0x21e9d9);_0x2aa3d5&&(_0x2aa3d5[_0x2dbee1(0x192)](),this[_0x2dbee1(0x272)][_0x2dbee1(0x253)](_0x21e9d9));});}async['_startSheetCollabCursor'](_0x4cdb11){const _0x295984=_0x4ffe42,_0x7f5855=await this[_0x295984(0x2dd)][_0x295984(0x2ab)](_0x4cdb11),_0x55605c=this[_0x295984(0x388)][_0x295984(0x1cc)](_0x1fc2a2,_0x4cdb11,_0x7f5855);return _0x55605c[_0x295984(0x30d)](),_0x55605c;}async[_0x4ffe42(0x179)](_0x211df3){const _0x3b5065=_0x4ffe42,_0x5b6666=await this['_collabSessionService'][_0x3b5065(0x2ab)](_0x211df3),_0x28d422=this[_0x3b5065(0x388)][_0x3b5065(0x1cc)](_0xa09288,_0x211df3,_0x5b6666);return _0x28d422[_0x3b5065(0x30d)](),_0x28d422;}};_0x3dd1e9=_0x457efe([_0x414812(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x414812(0x1,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x414812(0x2,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x2c7)]))],_0x3dd1e9);const _0x3fc89a=0x14,_0x4d7d01=0xc8,_0x3d1d53=0x4,_0x461e97=0x5;function _0x287a28(_0x5dca1a,_0x3bdafa){const _0x154e98=_0x4ffe42;let {radius:_0x41f2a2,width:_0x163768,height:_0x3298c4}=_0x3bdafa;_0x41f2a2=_0x41f2a2!=null?_0x41f2a2:0x0,_0x163768=_0x163768!=null?_0x163768:0x1e,_0x3298c4=_0x3298c4!=null?_0x3298c4:0x1e;let _0x36d44a=0x0,_0x5d6d6f=0x0,_0x442281=0x0;_0x36d44a=_0x5d6d6f=_0x442281=Math[_0x154e98(0x1a4)](_0x41f2a2,_0x163768/0x2,_0x3298c4/0x2),_0x5dca1a[_0x154e98(0x21c)](),_0x5dca1a['moveTo'](_0x36d44a,0x0),_0x5dca1a[_0x154e98(0x334)](_0x163768-_0x5d6d6f,0x0),_0x5dca1a[_0x154e98(0x294)](_0x163768-_0x5d6d6f,_0x5d6d6f,_0x5d6d6f,Math['PI']*0x3/0x2,0x0,!0x1),_0x5dca1a[_0x154e98(0x334)](_0x163768,_0x3298c4-_0x442281),_0x5dca1a['arc'](_0x163768-_0x442281,_0x3298c4-_0x442281,_0x442281,0x0,Math['PI']/0x2,!0x1),_0x5dca1a[_0x154e98(0x334)](0x0,_0x3298c4),_0x5dca1a['lineTo'](0x0,_0x36d44a),_0x5dca1a[_0x154e98(0x294)](_0x36d44a,_0x36d44a,_0x36d44a,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x5dca1a[_0x154e98(0x491)](),_0x3bdafa[_0x154e98(0x239)]&&(_0x5dca1a[_0x154e98(0x18a)](),_0x5dca1a['fillStyle']=_0x3bdafa[_0x154e98(0x239)],_0x3bdafa['fillRule']==='evenodd'?_0x5dca1a['fill']('evenodd'):_0x5dca1a[_0x154e98(0x239)](),_0x5dca1a[_0x154e98(0x24b)]());}class _0x299fb0 extends _0x100cea[_0x4ffe42(0x475)]{constructor(_0x48c47e,_0x176c5a){const _0x15f689=_0x4ffe42;super(_0x48c47e,_0x176c5a),_0x2a6f44(this,_0x15f689(0x277)),_0x2a6f44(this,_0x15f689(0x175)),(this[_0x15f689(0x277)]=_0x176c5a==null?void 0x0:_0x176c5a['color'],this[_0x15f689(0x175)]=_0x176c5a==null?void 0x0:_0x176c5a[_0x15f689(0x175)]);}static[_0x4ffe42(0x2c6)](_0x229951,_0xdf67a8){const _0x321f18=_0x4ffe42,{text:_0xc6d3f1,color:_0x377ffb}=_0xdf67a8;_0x229951[_0x321f18(0x18a)](),_0x229951[_0x321f18(0x16c)]=_0x321f18(0xa1);const _0x2c4fdb=_0x229951[_0x321f18(0x314)](_0xc6d3f1)[_0x321f18(0x9f)],_0x27f191=Math[_0x321f18(0x1a4)](_0x2c4fdb+0x2*_0x3d1d53,_0x4d7d01);_0x287a28(_0x229951,{'height':_0x3fc89a,'radius':0x4,'width':_0x27f191,'fill':_0x377ffb,'evented':!0x1}),_0x229951[_0x321f18(0x50d)]='#FFF';const _0x6ed08f=_0x3d1d53,_0x585527=_0x3fc89a-_0x461e97,_0x5e6ad8=_0x4d7d01-0x2*_0x3d1d53;if(_0x2c4fdb>_0x5e6ad8){let _0x275686='',_0x7f7c88=0x0;for(const _0x38cb3f of _0xc6d3f1){const _0x7a146=_0x229951[_0x321f18(0x314)](_0x38cb3f)[_0x321f18(0x9f)];if(_0x7f7c88+_0x7a146<=_0x5e6ad8-_0x229951['measureText']('...')['width'])_0x275686+=_0x38cb3f,_0x7f7c88+=_0x7a146;else{_0x275686+=_0x321f18(0x4d7);break;}}_0x229951[_0x321f18(0x2a9)](_0x275686,_0x6ed08f,_0x585527);}else _0x229951[_0x321f18(0x2a9)](_0xc6d3f1,_0x6ed08f,_0x585527);_0x229951['restore']();}[_0x4ffe42(0xe4)](_0x531556){const _0xb688d7=_0x4ffe42;_0x299fb0[_0xb688d7(0x2c6)](_0x531556,this);}}const _0x32dcef=_0x4ffe42(0x34a),_0x4e0da7=_0x4ffe42(0x325),_0x57093f=_0x4ffe42(0x49c),_0x1ddbbc=0x6,_0x57954f=1.5,_0x34d824=0x4,_0x2212d3=1.5,_0x5548c4=_0x4ffe42(0x2fa);class _0x4c52a8{constructor(_0x53e5cb,_0x472516,_0x437b67,_0xb43761){const _0x3ef6b1=_0x4ffe42;_0x2a6f44(this,_0x3ef6b1(0x17d),[]),_0x2a6f44(this,_0x3ef6b1(0x1e2),null),_0x2a6f44(this,_0x3ef6b1(0x530),null),_0x2a6f44(this,'_anchorDot',null),_0x2a6f44(this,_0x3ef6b1(0x165),null),_0x2a6f44(this,_0x3ef6b1(0x4ea),null),(this['_cursor']=_0x53e5cb,this[_0x3ef6b1(0xed)]=_0x472516,this[_0x3ef6b1(0x1dd)]=_0x437b67,this[_0x3ef6b1(0x3a0)]=_0xb43761,this[_0x3ef6b1(0x355)]());}set[_0x4ffe42(0x14a)](_0x550767){const _0x102ec8=_0x4ffe42;_0x550767?(this[_0x102ec8(0x3fe)]&&this[_0x102ec8(0x3fe)][_0x102ec8(0x496)](),this[_0x102ec8(0x530)]&&this['_textBubble']['show']()):(this[_0x102ec8(0x3fe)]&&this['_anchorDot'][_0x102ec8(0x309)](),this['_textBubble']&&this['_textBubble'][_0x102ec8(0x496)]());}[_0x4ffe42(0x192)](){const _0x58a068=_0x4ffe42;for(const _0x33d427 of this[_0x58a068(0x17d)])_0x33d427[_0x58a068(0x192)]();this[_0x58a068(0x530)]&&this[_0x58a068(0x530)][_0x58a068(0x192)](),this[_0x58a068(0x3fe)]&&this[_0x58a068(0x3fe)][_0x58a068(0x192)](),this['_anchor']&&this[_0x58a068(0x1e2)][_0x58a068(0x192)](),this['_eventUnsubscribe']&&this[_0x58a068(0x4ea)]();}[_0x4ffe42(0x355)](){const _0x4833a1=_0x4ffe42;var _0x1206bb;const {_docSkeleton:_0x41c474,_document:_0x427046}=this,{color:_0x2606a8,name:_0x25f821,ranges:_0x4cc4be}=this[_0x4833a1(0x284)],_0xc07b10=_0x427046[_0x4833a1(0x217)](),{docsLeft:_0x592415,docsTop:_0x3e7f8d}=_0xc07b10,_0xd646f6=new _0x48cd12[(_0x4833a1(0x2df))](_0xc07b10,_0x41c474);for(const {startOffset:_0x16289e,endOffset:_0x380504,rangeType:_0x5cfa6f,segmentId:_0x182e7c,segmentPage:_0x4c939f,collapsed:_0x1f6cf3,isActive:_0x1341da}of _0x4cc4be){const _0x100999=_0x41c474[_0x4833a1(0x53c)](_0x16289e,!0x0,_0x182e7c,_0x4c939f);let _0x234bf0=_0x41c474[_0x4833a1(0x53c)](_0x380504,!0x0,_0x182e7c,_0x4c939f);if(_0x234bf0==null&&(_0x234bf0=_0x41c474[_0x4833a1(0x53c)](_0x380504-0x1,!0x1,_0x182e7c,_0x4c939f)),_0x1341da){const {contentBoxPointGroup:_0x49b76e}=_0xd646f6['getRangePointData'](_0x234bf0,_0x234bf0);if(_0x49b76e['length']===0x0)continue;this[_0x4833a1(0x510)](_0x2606a8,_0x49b76e,_0x592415,_0x3e7f8d,_0x25f821),this[_0x4833a1(0x4ea)]=this[_0x4833a1(0x52b)]();}if(_0x100999&&_0x234bf0){if(_0x5cfa6f===_0xed312c[_0x4833a1(0x4d3)][_0x4833a1(0x368)]){const _0x2f8e77=new _0x48cd12[(_0x4833a1(0x3c5))](_0xc07b10,_0x41c474),{pointGroup:_0x1e248f}=(_0x1206bb=_0x2f8e77['getRangePointData'](_0x100999,_0x234bf0))!=null?_0x1206bb:{};if(_0x1e248f==null||_0x1e248f['length']===0x0)continue;this[_0x4833a1(0x3d8)](_0x2606a8,_0x1e248f,_0x592415,_0x3e7f8d);}else{if(!_0x1f6cf3){const {borderBoxPointGroup:_0x356799}=_0xd646f6['getRangePointData'](_0x100999,_0x234bf0);if(_0x356799['length']===0x0)continue;this[_0x4833a1(0x26e)](_0x2606a8,_0x356799,_0x592415,_0x3e7f8d);}}}}}[_0x4ffe42(0x510)](_0x5a5682,_0x31b16a,_0x43155c,_0x103f3e,_0x2449ac){const _0x3ecc04=_0x4ffe42,_0x4b4dcd=this['_getAnchorBounding'](_0x31b16a),{left:_0x202f70,top:_0x4d0a1a,height:_0x24a8f3}=_0x4b4dcd,_0x1c85c3=this[_0x3ecc04(0x15c)](),_0x34ffd3=_0x2212d3/_0x1c85c3,_0x567577=new _0x100cea[(_0x3ecc04(0x13f))](_0x32dcef+_0xed312c[_0x3ecc04(0xd3)][_0x3ecc04(0x122)](_0x1ddbbc),{'left':_0x202f70+_0x43155c-_0x34ffd3,'top':_0x4d0a1a+_0x103f3e,'height':_0x24a8f3,'width':_0x57954f,'fill':_0x5a5682||_0x100cea[_0x3ecc04(0x469)](_0xed312c[_0x3ecc04(0x449)][_0x3ecc04(0x35f)],0x0),'strokeWidth':_0x34ffd3,'stroke':_0x5548c4,'evented':!0x0});this[_0x3ecc04(0x1e2)]=_0x567577,this[_0x3ecc04(0xed)][_0x3ecc04(0x3a9)](_0x567577,_0x48cd12[_0x3ecc04(0x25e)]);const _0xe88613=new _0x100cea['Rect'](_0x32dcef+_0xed312c[_0x3ecc04(0xd3)][_0x3ecc04(0x122)](_0x1ddbbc),{'left':_0x202f70+_0x43155c-_0x34ffd3,'top':_0x4d0a1a+_0x103f3e-_0x34d824/0x2,'height':_0x34d824,'width':_0x34d824,'fill':_0x5a5682||_0x100cea[_0x3ecc04(0x469)](_0xed312c[_0x3ecc04(0x449)][_0x3ecc04(0x35f)],0x0),'strokeWidth':0x0,'stroke':_0x5a5682||_0x100cea[_0x3ecc04(0x469)](_0xed312c[_0x3ecc04(0x449)][_0x3ecc04(0x35f)],0x0),'evented':!0x1});this[_0x3ecc04(0x3fe)]=_0xe88613,this['_scene'][_0x3ecc04(0x3a9)](_0xe88613,_0x48cd12[_0x3ecc04(0x25e)]);const _0x2e12ee=new _0x299fb0(_0x32dcef+_0xed312c['Tools'][_0x3ecc04(0x122)](_0x1ddbbc),{'left':_0x202f70+_0x43155c-_0x34ffd3,'top':_0x4d0a1a+_0x103f3e-_0x3fc89a,'text':_0x2449ac,'color':_0x5a5682});this['_textBubble']=_0x2e12ee,this[_0x3ecc04(0xed)]['addObject'](_0x2e12ee,_0x48cd12[_0x3ecc04(0x25e)]),this[_0x3ecc04(0x14a)]=!0x1;}[_0x4ffe42(0x52b)](){const _0x4b1ffe=_0x4ffe42,_0x3bbb25=this['_anchor']['onPointerEnter$']['subscribeEvent'](()=>{const _0x4bcf08=_0x5c47;this[_0x4bcf08(0x14a)]=!0x0;}),_0x468e9d=this[_0x4b1ffe(0x1e2)][_0x4b1ffe(0x27f)][_0x4b1ffe(0x10f)](()=>{const _0x4f2b21=_0x4b1ffe;this[_0x4f2b21(0x165)]&&clearTimeout(this[_0x4f2b21(0x165)]),this[_0x4f2b21(0x165)]=setTimeout(()=>{const _0x593bc0=_0x4f2b21;this[_0x593bc0(0x14a)]=!0x1;},0x7d0);});return()=>{const _0x4a9ae7=_0x4b1ffe;_0x3bbb25[_0x4a9ae7(0x4ce)](),_0x468e9d['unsubscribe']();};}[_0x4ffe42(0x26e)](_0x3959fb,_0x3a1e0c,_0x117574,_0x206c63){const _0x4e5d5f=_0x4ffe42,_0x58b64b=new _0xed312c[(_0x4e5d5f(0x377))](_0x3959fb)[_0x4e5d5f(0xae)](0.2)['toRgbString'](),_0x180cbd=new _0x100cea[(_0x4e5d5f(0x148))](_0x4e0da7+_0xed312c[_0x4e5d5f(0xd3)]['generateRandomId'](_0x1ddbbc),{'pointsGroup':_0x3a1e0c,'fill':_0x58b64b||_0x100cea[_0x4e5d5f(0x469)](_0xed312c[_0x4e5d5f(0x449)][_0x4e5d5f(0x35f)],0.2),'left':_0x117574,'top':_0x206c63,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x4e5d5f(0x17d)][_0x4e5d5f(0x3cc)](_0x180cbd),this[_0x4e5d5f(0xed)][_0x4e5d5f(0x3a9)](_0x180cbd,_0x48cd12[_0x4e5d5f(0x25e)]);}['_drawRectRange'](_0x459fcb,_0x3f95de,_0x793afd,_0x4a0a24){const _0x4765fe=_0x4ffe42,_0x5fd848=new _0xed312c[(_0x4765fe(0x377))](_0x459fcb)[_0x4765fe(0xae)](0.2)[_0x4765fe(0x2e2)](),_0x28b67d=new _0x100cea[(_0x4765fe(0x148))](_0x57093f+_0xed312c[_0x4765fe(0xd3)][_0x4765fe(0x122)](_0x1ddbbc),{'pointsGroup':_0x3f95de,'fill':_0x5fd848||_0x100cea[_0x4765fe(0x469)](_0xed312c[_0x4765fe(0x449)]['black'],0.2),'left':_0x793afd,'top':_0x4a0a24,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x4765fe(0x17d)][_0x4765fe(0x3cc)](_0x28b67d),this['_scene'][_0x4765fe(0x3a9)](_0x28b67d,_0x48cd12[_0x4765fe(0x25e)]);}['_getAnchorBounding'](_0x27df38){const _0x560152=_0x27df38[0x0],_0x114aec=_0x560152[0x0],_0x4b1f9b=_0x560152[0x2],{x:_0x26009e,y:_0xdc552d}=_0x114aec,{x:_0x266725,y:_0x32d7f7}=_0x4b1f9b;return{'left':_0x26009e,'top':_0xdc552d,'width':_0x266725-_0x26009e,'height':_0x32d7f7-_0xdc552d};}['_getScale'](){const _0x5b01f9=_0x4ffe42,{scaleX:_0x3ed88b,scaleY:_0x25ffc8}=this[_0x5b01f9(0xed)][_0x5b01f9(0x38c)]();return Math[_0x5b01f9(0x492)](_0x3ed88b,_0x25ffc8);}}var _0x743586=Object['defineProperty'],_0x5af138=Object[_0x4ffe42(0x25d)],_0xe5d801=(_0x18451b,_0x367134,_0x3be66b,_0x4b6281)=>{const _0x52c6ad=_0x4ffe42;for(var _0x303ec5=_0x4b6281>0x1?void 0x0:_0x4b6281?_0x5af138(_0x367134,_0x3be66b):_0x367134,_0x17edd0=_0x18451b[_0x52c6ad(0x331)]-0x1,_0x2454d1;_0x17edd0>=0x0;_0x17edd0--)(_0x2454d1=_0x18451b[_0x17edd0])&&(_0x303ec5=(_0x4b6281?_0x2454d1(_0x367134,_0x3be66b,_0x303ec5):_0x2454d1(_0x303ec5))||_0x303ec5);return _0x4b6281&&_0x303ec5&&_0x743586(_0x367134,_0x3be66b,_0x303ec5),_0x303ec5;},_0x51ac9a=(_0x5a2a12,_0x26cb50)=>(_0xbdd4f3,_0xa0c746)=>_0x26cb50(_0xbdd4f3,_0xa0c746,_0x5a2a12);let _0x3d1184=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x3faeca,_0x2ae282,_0x182056,_0x1cf9d8,_0x55e1fa){const _0x25e267=_0x4ffe42;super(),_0x2a6f44(this,_0x25e267(0x125),[]),_0x2a6f44(this,_0x25e267(0x37e),[]),(this[_0x25e267(0x105)]=_0x3faeca,this['_docSkeletonManagerService']=_0x2ae282,this[_0x25e267(0xbf)]=_0x182056,this['_commandService']=_0x1cf9d8,this[_0x25e267(0x1ec)]=_0x55e1fa,this[_0x25e267(0x2c5)]());}[_0x4ffe42(0x2c5)](){const _0x392914=_0x4ffe42,_0x1c7b44=this[_0x392914(0x105)][_0x392914(0x27d)],_0x2be09a=this['_docSkeletonManagerService'];this[_0x392914(0x501)](_0x4984e3['combineLatest']([this[_0x392914(0xbf)][_0x392914(0x471)](_0x1c7b44),this['_themeService'][_0x392914(0x523)]])[_0x392914(0x556)](_0x477442[_0x392914(0x4b2)](([_0x39fb84,_0x3c926f])=>({'skeleton':_0x2be09a['getSkeleton'](),'cursors':[..._0x39fb84['values']()][_0x392914(0x178)](_0x451f15=>({..._0x451f15,'color':_0x3c926f[_0x451f15[_0x392914(0x277)]]}))})))[_0x392914(0x51f)](_0x471071=>{const _0x46e83f=_0x392914;if(this['_removeCollabCursors'](),_0x471071){const {skeleton:_0x50f4e7,cursors:_0x1a65b4}=_0x471071;this[_0x46e83f(0x1e4)](_0x50f4e7,_0x1a65b4);}})),this[_0x392914(0x190)](),this[_0x392914(0x261)]();}[_0x4ffe42(0x1e4)](_0x14c4df,_0x175192){const _0x292815=_0x4ffe42,{scene:_0x3166e4,mainComponent:_0x1ca1e2}=this[_0x292815(0x105)],_0x4c71b5=_0x175192[_0x292815(0x4b2)](_0x2b4793=>new _0x4c52a8(_0x2b4793,_0x3166e4,_0x14c4df,_0x1ca1e2));this[_0x292815(0x125)]=_0x4c71b5,this['_cursors']=_0x175192;}['_refreshCollabCursors'](){const _0x3c70ef=_0x4ffe42;this[_0x3c70ef(0x4fe)]();const {scene:_0x22f057,mainComponent:_0x2a52de}=this['_context'],_0x349987=this[_0x3c70ef(0x2c8)][_0x3c70ef(0x4ad)](),_0xe96832=this[_0x3c70ef(0x37e)][_0x3c70ef(0x4b2)](_0x551fc9=>new _0x4c52a8(_0x551fc9,_0x22f057,_0x349987,_0x2a52de));this[_0x3c70ef(0x125)]=_0xe96832;}[_0x4ffe42(0x4fe)](){const _0x19ad20=_0x4ffe42;this[_0x19ad20(0x125)]['forEach'](_0x436f74=>_0x436f74[_0x19ad20(0x192)]()),this[_0x19ad20(0x125)]=[];}[_0x4ffe42(0x261)](){const _0x47934b=_0x4ffe42,_0x5956a3=[_0x48cd12[_0x47934b(0x548)]['id']];this[_0x47934b(0x501)](this['_commandService'][_0x47934b(0x540)](_0x44fe58=>{const _0x164124=_0x47934b;_0x5956a3[_0x164124(0x243)](_0x44fe58['id'])&&_0x44fe58[_0x164124(0x223)][_0x164124(0x27d)]===this[_0x164124(0x105)]['unitId']&&this[_0x164124(0x14e)]();}));}['_initResize'](){const _0x281d56=_0x4ffe42;this[_0x281d56(0x501)](_0xed312c[_0x281d56(0xbb)](this[_0x281d56(0x105)][_0x281d56(0x304)][_0x281d56(0x3d5)])[_0x281d56(0x556)](_0x477442[_0x281d56(0x373)](_0x468558=>_0x468558['type']===_0x100cea[_0x281d56(0x32b)][_0x281d56(0x25f)]),_0x477442['throttleTime'](0x10))['subscribe'](()=>{const _0x5cfd6c=_0x281d56;this[_0x5cfd6c(0x14e)]();}));}};_0x3d1184=_0xe5d801([_0x51ac9a(0x1,_0xed312c['Inject'](_0x10f1a4[_0x4ffe42(0x3ee)])),_0x51ac9a(0x2,_0xed312c[_0x4ffe42(0xa5)](_0x3dd1e9)),_0x51ac9a(0x3,_0xed312c[_0x4ffe42(0x41e)]),_0x51ac9a(0x4,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x1b6)]))],_0x3d1184);const _0x4a362b=0x1,_0x183654=1.5;class _0x2acde2 extends _0x100cea['Shape']{constructor(_0x374618,_0x11c629){const _0x313e32=_0x4ffe42;super(_0x374618,_0x11c629),_0x2a6f44(this,_0x313e32(0x13e)),_0x2a6f44(this,_0x313e32(0x499),!0x1),_0x2a6f44(this,_0x313e32(0x45d)),_0x2a6f44(this,_0x313e32(0x2b7),''),_0x2a6f44(this,_0x313e32(0xea),_0x313e32(0x42d)),_0x2a6f44(this,_0x313e32(0x397)),(_0x11c629&&this[_0x313e32(0x3f1)](_0x11c629),this[_0x313e32(0x4be)]['subscribeEvent'](()=>this[_0x313e32(0x3f1)]({'hovered':!0x0})),this['onPointerLeave$'][_0x313e32(0x10f)](()=>this[_0x313e32(0x3f1)]({'hovered':!0x1})));}['setShapeProps'](_0x267038){const _0x5bd389=_0x4ffe42;var _0x50400b,_0x147f0c,_0x438b16,_0x17b77f,_0x433956,_0x16ce73;this[_0x5bd389(0x13e)]=(_0x50400b=_0x267038['color'])!=null?_0x50400b:this[_0x5bd389(0x13e)],this[_0x5bd389(0x499)]=(_0x147f0c=_0x267038[_0x5bd389(0x22d)])!=null?_0x147f0c:this[_0x5bd389(0x499)],this[_0x5bd389(0x45d)]=(_0x438b16=_0x267038['range'])!=null?_0x438b16:this[_0x5bd389(0x45d)],this[_0x5bd389(0x2b7)]=(_0x17b77f=_0x267038['name'])!=null?_0x17b77f:this[_0x5bd389(0x2b7)],this[_0x5bd389(0xea)]=(_0x433956=_0x267038['labelPosition'])!=null?_0x433956:this[_0x5bd389(0xea)],this[_0x5bd389(0x397)]=(_0x16ce73=_0x267038[_0x5bd389(0x550)])!=null?_0x16ce73:this[_0x5bd389(0x397)],this['transformByState']({'width':_0x267038[_0x5bd389(0x9f)],'height':_0x267038[_0x5bd389(0x162)]});}[_0x4ffe42(0x2a0)](_0x3f5d8f){const _0x575693=_0x4ffe42,{row:_0x142408,column:_0x3170e7}=_0x3f5d8f;if(_0x142408>=this[_0x575693(0x45d)][_0x575693(0x2a2)]&&_0x142408<=this[_0x575693(0x45d)]['endRow']&&_0x3170e7>=this[_0x575693(0x45d)][_0x575693(0x119)]&&_0x3170e7<=this[_0x575693(0x45d)]['endColumn']){this['setShapeProps']({'hovered':!0x0});return;}this[_0x575693(0x3f1)]({'hovered':!0x1});}['triggerDblclick'](_0x3a320){return!0x1;}[_0x4ffe42(0xe4)](_0x1e3a3b){const _0x144b96=_0x4ffe42;_0x100cea[_0x144b96(0x13f)]['drawWith'](_0x1e3a3b,{'width':this[_0x144b96(0x9f)],'height':this['height'],'strokeWidth':_0x183654,'stroke':this['_color'],'evented':!0x1,'fill':this[_0x144b96(0x397)]}),this[_0x144b96(0x499)]&&(_0x1e3a3b[_0x144b96(0x18a)](),_0x1e3a3b['transform'](0x1,0x0,0x0,0x1,this[_0x144b96(0x9f)],this[_0x144b96(0xea)]===_0x144b96(0x313)?0x0:-_0x3fc89a),_0x299fb0[_0x144b96(0x2c6)](_0x1e3a3b,{'text':this[_0x144b96(0x2b7)],'color':this[_0x144b96(0x13e)]}),_0x1e3a3b[_0x144b96(0x24b)]());}}var _0xf04d67=Object['defineProperty'],_0x18836a=Object[_0x4ffe42(0x25d)],_0x402bd6=(_0x2edc1d,_0x4265e7,_0x491f26,_0x32c433)=>{const _0x3b1edb=_0x4ffe42;for(var _0x3a05d1=_0x32c433>0x1?void 0x0:_0x32c433?_0x18836a(_0x4265e7,_0x491f26):_0x4265e7,_0x1594b2=_0x2edc1d[_0x3b1edb(0x331)]-0x1,_0x2c4fac;_0x1594b2>=0x0;_0x1594b2--)(_0x2c4fac=_0x2edc1d[_0x1594b2])&&(_0x3a05d1=(_0x32c433?_0x2c4fac(_0x4265e7,_0x491f26,_0x3a05d1):_0x2c4fac(_0x3a05d1))||_0x3a05d1);return _0x32c433&&_0x3a05d1&&_0xf04d67(_0x4265e7,_0x491f26,_0x3a05d1),_0x3a05d1;},_0x12a435=(_0x23b821,_0xe5c39b)=>(_0x2fb009,_0x4f67f3)=>_0xe5c39b(_0x2fb009,_0x4f67f3,_0x23b821);const _0x2eaf2f=0x1389;let _0x5d166d=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x3a5de5,_0x13ea4e,_0x5b4d19,_0xec70db){const _0x190ed6=_0x4ffe42;super(),_0x2a6f44(this,'_cursors',new Set()),_0x2a6f44(this,_0x190ed6(0x455),null),(this[_0x190ed6(0x105)]=_0x3a5de5,this[_0x190ed6(0x3b4)]=_0x13ea4e,this[_0x190ed6(0xbf)]=_0x5b4d19,this[_0x190ed6(0x1ec)]=_0xec70db,this[_0x190ed6(0x2c5)]());}[_0x4ffe42(0x2c5)](){const _0x1df0b8=_0x4ffe42;this[_0x1df0b8(0x3b4)][_0x1df0b8(0x30b)]['pipe'](_0x477442[_0x1df0b8(0x203)](this[_0x1df0b8(0x32d)]),_0x477442['switchMap'](_0x513f74=>{const _0x10aa01=_0x1df0b8;if(_0x513f74){const _0x47e039=_0x513f74[_0x10aa01(0x538)];return _0x4984e3['combineLatest'](this[_0x10aa01(0xbf)][_0x10aa01(0x471)](this[_0x10aa01(0x105)][_0x10aa01(0x27d)]),this[_0x10aa01(0x1ec)][_0x10aa01(0x523)])['pipe'](_0x477442[_0x10aa01(0x4b2)](([_0x511fdd,_0x10f580])=>{const _0x14c9ba=_0x10aa01,_0x2e57c9=new Map();return _0x511fdd[_0x14c9ba(0x2e8)]((_0x430d4d,_0x9ba3be)=>{const _0x2f3d71=_0x14c9ba;if(_0x430d4d[_0x2f3d71(0x22f)]===_0x47e039){const _0x43bcff={..._0x430d4d};_0x43bcff['color']=_0x10f580[_0x430d4d[_0x2f3d71(0x277)]],_0x2e57c9[_0x2f3d71(0x53b)](_0x9ba3be,_0x43bcff);}}),{'skeleton':_0x513f74,'cursors':_0x2e57c9};}));}return _0x4984e3['of']({'skeleton':null,'cursors':new Map()});}))['subscribe'](({skeleton:_0x4fba1a,cursors:_0x2755cf})=>{const _0x287918=_0x1df0b8;this[_0x287918(0x4fe)](),_0x4fba1a&&this[_0x287918(0x1e4)](_0x4fba1a,_0x2755cf);}),this[_0x1df0b8(0x3b4)][_0x1df0b8(0x30b)][_0x1df0b8(0x51f)](_0x19dc70=>{const _0x5aa275=_0x1df0b8;if(_0x19dc70==null)return;const {skeleton:_0xbf73f6}=_0x19dc70,{scene:_0x2bf1a6}=this['_context'];_0x2bf1a6[_0x5aa275(0x490)][_0x5aa275(0x10f)](_0xed312c['debounce'](_0x12abf9=>{const _0x31eb23=_0x5aa275;var _0x5ad0f6,_0x5179f0;const {offsetX:_0xa16fb3,offsetY:_0x3aad3a}=_0x12abf9,{x:_0x2ab513,y:_0x13dbb4}=_0x2bf1a6[_0x31eb23(0x29f)](_0x100cea[_0x31eb23(0x302)]['FromArray']([_0xa16fb3,_0x3aad3a])),{scaleX:_0x2684d0,scaleY:_0x2bcd66}=_0x2bf1a6[_0x31eb23(0x38c)](),_0x4676b8=_0x2bf1a6[_0x31eb23(0xc4)](_0x4d0e53[_0x31eb23(0x40a)][_0x31eb23(0x13a)]),_0x363254=_0x2bf1a6['getVpScrollXYInfoByPosToVp'](_0x100cea[_0x31eb23(0x302)][_0x31eb23(0x27c)]([_0x2ab513,_0x13dbb4]),_0x4676b8),_0x3bbafa=_0xbf73f6['getCellPositionByOffset'](_0xa16fb3,_0x3aad3a,_0x2684d0,_0x2bcd66,_0x363254);((_0x5ad0f6=this['_lastPointer'])==null?void 0x0:_0x5ad0f6[_0x31eb23(0x37f)])===_0x3bbafa[_0x31eb23(0x37f)]&&((_0x5179f0=this['_lastPointer'])==null?void 0x0:_0x5179f0['row'])===_0x3bbafa['row']||this[_0x31eb23(0x37e)][_0x31eb23(0x2e8)](_0x4508e2=>{const _0x1871d0=_0x31eb23;_0x4508e2[_0x1871d0(0x2a0)](_0x3bbafa);});},0x64));});}[_0x4ffe42(0x1e4)](_0x58cba1,_0x53eefa){const _0x438a05=_0x4ffe42;var _0x11a13e;const _0x320483=(_0x11a13e=this['_sheetSkeletonManagerService'][_0x438a05(0x3c9)]())==null?void 0x0:_0x11a13e[_0x438a05(0x12f)];if(!_0x320483)return;const _0x4010fd=this[_0x438a05(0x3fb)]();if(!_0x4010fd)return;this[_0x438a05(0x37e)][_0x438a05(0x2e8)](_0x194a8d=>{const _0x2859f5=_0x438a05;_0x194a8d[_0x2859f5(0x487)]();});const {scene:_0x22a2a2}=_0x4010fd,_0xc4d5a9=_0x37622e(Array[_0x438a05(0x1b4)](_0x53eefa[_0x438a05(0x285)]()))['map'](_0x3a66da=>{const _0x119a17=_0x438a05,{color:_0x5f2ad7,range:_0x449520,name:_0x36aa42,selection:_0x4ad732,sheetID:_0x51b77e}=_0x3a66da,{startColumn:_0x231a16,startRow:_0xf76d28,endColumn:_0x4907f6,endRow:_0x267088}=_0x449520,_0x166495=_0x4d0e53[_0x119a17(0x539)](_0xf76d28,_0x231a16,_0x22a2a2,_0x320483),_0x18b380=_0x4d0e53['getCoordByCell'](_0x267088,_0x4907f6,_0x22a2a2,_0x320483),{columnHeaderHeightAndMarginTop:_0x5d29bb}=_0x320483,{startX:_0x5f5ca1,startY:_0x245f97}=_0x166495,{endX:_0x25ec1b,endY:_0x3a3561}=_0x18b380,_0x643638=_0x25ec1b-_0x5f5ca1,_0x401798=_0x3a3561-_0x245f97,_0x178c58={'labelPosition':_0x245f97-_0x5d29bb>=_0x3fc89a?_0x119a17(0x42d):_0x119a17(0x313),'sheetID':_0x51b77e,'range':_0x449520,'color':_0x5f2ad7,'name':_0x36aa42,'selection':_0x4ad732,'left':_0x5f5ca1,'top':_0x245f97,'width':_0x643638,'height':_0x401798,'evented':!0x1,'zIndex':_0x2eaf2f};return new _0x2acde2(_0x36aa42,_0x178c58);});_0x22a2a2[_0x438a05(0x2f9)](_0xc4d5a9,_0x4a362b),this['_cursors']=new Set(_0xc4d5a9);}[_0x4ffe42(0x4fe)](){const _0x3daa9a=_0x4ffe42;var _0x5aa4c7;(_0x5aa4c7=this['_cursors'])==null||_0x5aa4c7[_0x3daa9a(0x2e8)](_0x240584=>_0x240584[_0x3daa9a(0x192)]());}[_0x4ffe42(0x3fb)](){const _0x31d8c1=_0x4ffe42;return _0x4d0e53[_0x31d8c1(0x2b4)](this[_0x31d8c1(0x105)][_0x31d8c1(0x2b6)],this[_0x31d8c1(0x105)]);}};_0x5d166d=_0x402bd6([_0x12a435(0x1,_0xed312c[_0x4ffe42(0xa5)](_0x4d0e53[_0x4ffe42(0x49e)])),_0x12a435(0x2,_0xed312c[_0x4ffe42(0xa5)](_0x3dd1e9)),_0x12a435(0x3,_0xed312c['Inject'](_0xed312c['ThemeService']))],_0x5d166d);function _0x37622e(_0xc3762a){const _0x4a9aba=_0x4ffe42,_0x66a84a=new Map();return _0xc3762a['forEach'](_0x766840=>{const _0x2d5e1d=_0x5c47;if(_0x66a84a[_0x2d5e1d(0x14b)](_0x766840[_0x2d5e1d(0x3bf)])){const _0x5554e3=_0x66a84a[_0x2d5e1d(0xce)](_0x766840[_0x2d5e1d(0x3bf)]);_0x5554e3[_0x2d5e1d(0x1a1)]+=',\x20'+_0x766840['name'];}else _0x66a84a[_0x2d5e1d(0x53b)](_0x766840['selection'],_0x766840);}),Array[_0x4a9aba(0x1b4)](_0x66a84a[_0x4a9aba(0x285)]());}var _0x3c5640=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x5c0aed(_0x12869f){const _0x1c2f06=_0x4ffe42;return _0x12869f&&_0x12869f[_0x1c2f06(0x213)]&&Object[_0x1c2f06(0x484)][_0x1c2f06(0x1e5)][_0x1c2f06(0x4fd)](_0x12869f,_0x1c2f06(0x157))?_0x12869f[_0x1c2f06(0x157)]:_0x12869f;}var _0x1a0ae7={'exports':{}},_0x52482a={},_0x39242d=_0x4001f3,_0x6d6dbd=Symbol['for'](_0x4ffe42(0x52f)),_0x296191=Symbol[_0x4ffe42(0x19b)](_0x4ffe42(0x1ac)),_0x2136ee=Object[_0x4ffe42(0x484)][_0x4ffe42(0x1e5)],_0xe7775e=_0x39242d[_0x4ffe42(0x53a)][_0x4ffe42(0x2d2)],_0x40c7d1={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function _0x13b3dc(_0x2b937c,_0x2629c3,_0x4e98e3){const _0x1f7f02=_0x4ffe42;var _0x1d4bd1,_0x51fd9b={},_0x54d358=null,_0x388c0e=null;_0x4e98e3!==void 0x0&&(_0x54d358=''+_0x4e98e3),_0x2629c3[_0x1f7f02(0x1b8)]!==void 0x0&&(_0x54d358=''+_0x2629c3[_0x1f7f02(0x1b8)]),_0x2629c3[_0x1f7f02(0x24c)]!==void 0x0&&(_0x388c0e=_0x2629c3[_0x1f7f02(0x24c)]);for(_0x1d4bd1 in _0x2629c3)_0x2136ee['call'](_0x2629c3,_0x1d4bd1)&&!_0x40c7d1[_0x1f7f02(0x1e5)](_0x1d4bd1)&&(_0x51fd9b[_0x1d4bd1]=_0x2629c3[_0x1d4bd1]);if(_0x2b937c&&_0x2b937c[_0x1f7f02(0x516)]){for(_0x1d4bd1 in(_0x2629c3=_0x2b937c[_0x1f7f02(0x516)],_0x2629c3))_0x51fd9b[_0x1d4bd1]===void 0x0&&(_0x51fd9b[_0x1d4bd1]=_0x2629c3[_0x1d4bd1]);}return{'$$typeof':_0x6d6dbd,'type':_0x2b937c,'key':_0x54d358,'ref':_0x388c0e,'props':_0x51fd9b,'_owner':_0xe7775e['current']};}_0x52482a[_0x4ffe42(0x300)]=_0x296191,_0x52482a[_0x4ffe42(0x1f1)]=_0x13b3dc,_0x52482a[_0x4ffe42(0x3eb)]=_0x13b3dc,_0x1a0ae7['exports']=_0x52482a;var _0x41fd35=_0x1a0ae7[_0x4ffe42(0x4cc)],_0x5b20e0=function(){const _0x1fe451=_0x4ffe42;return _0x5b20e0=Object[_0x1fe451(0x39c)]||function(_0x35b09b){const _0x1de72b=_0x1fe451;for(var _0x226259,_0x46f87f=0x1,_0x1947c4=arguments[_0x1de72b(0x331)];_0x46f87f<_0x1947c4;_0x46f87f++){_0x226259=arguments[_0x46f87f];for(var _0xb72329 in _0x226259)Object['prototype'][_0x1de72b(0x1e5)][_0x1de72b(0x4fd)](_0x226259,_0xb72329)&&(_0x35b09b[_0xb72329]=_0x226259[_0xb72329]);}return _0x35b09b;},_0x5b20e0[_0x1fe451(0x10a)](this,arguments);},_0x23b6f6=function(_0x25cafb,_0x252b15){const _0x120121=_0x4ffe42;var _0x4dc37e={};for(var _0x4558fd in _0x25cafb)Object[_0x120121(0x484)]['hasOwnProperty'][_0x120121(0x4fd)](_0x25cafb,_0x4558fd)&&_0x252b15['indexOf'](_0x4558fd)<0x0&&(_0x4dc37e[_0x4558fd]=_0x25cafb[_0x4558fd]);if(_0x25cafb!=null&&typeof Object['getOwnPropertySymbols']=='function'){for(var _0x5bcc4e=0x0,_0x4558fd=Object[_0x120121(0x438)](_0x25cafb);_0x5bcc4e<_0x4558fd[_0x120121(0x331)];_0x5bcc4e++)_0x252b15[_0x120121(0xdb)](_0x4558fd[_0x5bcc4e])<0x0&&Object[_0x120121(0x484)]['propertyIsEnumerable'][_0x120121(0x4fd)](_0x25cafb,_0x4558fd[_0x5bcc4e])&&(_0x4dc37e[_0x4558fd[_0x5bcc4e]]=_0x25cafb[_0x4558fd[_0x5bcc4e]]);}return _0x4dc37e;},_0x3e2e26=_0x4001f3[_0x4ffe42(0x45c)](function(_0xfe1521,_0x3cafda){const _0x39cade=_0x4ffe42;var _0x35aa96=_0xfe1521[_0x39cade(0x382)],_0x3a914b=_0xfe1521['id'],_0x2e48b7=_0xfe1521[_0x39cade(0x27b)],_0x124d52=_0xfe1521[_0x39cade(0x310)],_0x2f2693=_0x23b6f6(_0xfe1521,[_0x39cade(0x382),'id',_0x39cade(0x27b),_0x39cade(0x310)]),_0x46d9f6=_0x39cade(0x48b)[_0x39cade(0x276)](_0x3a914b,'\x20')[_0x39cade(0x276)](_0x2e48b7||'')['trim'](),_0x53f659=_0x4001f3[_0x39cade(0x1e7)]('_'[_0x39cade(0x276)](_0x2e5181()));return _0x461bf9(_0x35aa96,''['concat'](_0x3a914b),{'defIds':_0x35aa96['defIds'],'idSuffix':_0x53f659[_0x39cade(0x273)]},_0x5b20e0({'ref':_0x3cafda,'className':_0x46d9f6},_0x2f2693),_0x124d52);});function _0x461bf9(_0x39d67,_0x420000,_0x303afc,_0x3aacf8,_0x5654d4){const _0x118550=_0x4ffe42;return _0x4001f3[_0x118550(0x48d)](_0x39d67[_0x118550(0x2bf)],_0x5b20e0(_0x5b20e0({'key':_0x420000},_0x7123a1(_0x39d67,_0x303afc,_0x5654d4)),_0x3aacf8),(_0x43ae5c(_0x39d67,_0x303afc)[_0x118550(0x547)]||[])[_0x118550(0x4b2)](function(_0x32208a,_0x1417af){const _0x3ac411=_0x118550;return _0x461bf9(_0x32208a,''['concat'](_0x420000,'-')[_0x3ac411(0x276)](_0x39d67[_0x3ac411(0x2bf)],'-')[_0x3ac411(0x276)](_0x1417af),_0x303afc,void 0x0,_0x5654d4);}));}function _0x7123a1(_0x5df12e,_0x4a897c,_0x3d856e){const _0x1d27da=_0x4ffe42;var _0x5f24ef=_0x5b20e0({},_0x5df12e[_0x1d27da(0x235)]);_0x3d856e!=null&&_0x3d856e[_0x1d27da(0xc5)]&&_0x5f24ef[_0x1d27da(0x239)]===_0x1d27da(0xc5)&&(_0x5f24ef['fill']=_0x3d856e[_0x1d27da(0xc5)]);var _0x388705=_0x4a897c['defIds'];return!_0x388705||_0x388705[_0x1d27da(0x331)]===0x0||(_0x5df12e['tag']===_0x1d27da(0x3e0)&&_0x5f24ef['xlink:href']&&(_0x5f24ef[_0x1d27da(0x2ad)]=_0x5f24ef['xlink:href']+_0x4a897c[_0x1d27da(0x4ee)]),Object[_0x1d27da(0x425)](_0x5f24ef)['forEach'](function(_0x3005c9){const _0x400665=_0x1d27da;var _0x18c633=_0x3005c9[0x0],_0x81c7da=_0x3005c9[0x1];typeof _0x81c7da==_0x400665(0x380)&&(_0x5f24ef[_0x18c633]=_0x81c7da[_0x400665(0x44e)](/url\(#(.*)\)/,_0x400665(0xcf)['concat'](_0x4a897c[_0x400665(0x4ee)],')')));})),_0x5f24ef;}function _0x43ae5c(_0x2a9130,_0x4cec94){const _0x3c2265=_0x4ffe42;var _0x55f115,_0x2a1a96=_0x4cec94[_0x3c2265(0x4e5)];return!_0x2a1a96||_0x2a1a96[_0x3c2265(0x331)]===0x0?_0x2a9130:_0x2a9130[_0x3c2265(0x2bf)]===_0x3c2265(0x367)&&(!((_0x55f115=_0x2a9130[_0x3c2265(0x547)])===null||_0x55f115===void 0x0)&&_0x55f115['length'])?_0x5b20e0(_0x5b20e0({},_0x2a9130),{'children':_0x2a9130[_0x3c2265(0x547)][_0x3c2265(0x4b2)](function(_0x562ce0){const _0x39e936=_0x3c2265;return typeof _0x562ce0[_0x39e936(0x235)]['id']==_0x39e936(0x380)&&_0x2a1a96&&_0x2a1a96[_0x39e936(0xdb)](_0x562ce0[_0x39e936(0x235)]['id'])>-0x1?_0x5b20e0(_0x5b20e0({},_0x562ce0),{'attrs':_0x5b20e0(_0x5b20e0({},_0x562ce0[_0x39e936(0x235)]),{'id':_0x562ce0[_0x39e936(0x235)]['id']+_0x4cec94[_0x39e936(0x4ee)]})}):_0x562ce0;})}):_0x2a9130;}function _0x2e5181(){const _0x1c7c5e=_0x4ffe42;return Math[_0x1c7c5e(0x121)]()['toString'](0x24)[_0x1c7c5e(0x1a7)](0x2,0x8);}_0x3e2e26[_0x4ffe42(0x3c0)]='UniverIcon';var _0x39d421={'tag':_0x4ffe42(0x53e),'attrs':{'fill':'none','viewBox':_0x4ffe42(0x266),'width':_0x4ffe42(0x372),'height':_0x4ffe42(0x372)},'children':[{'tag':'g','attrs':{'clipPath':_0x4ffe42(0x183)},'children':[{'tag':_0x4ffe42(0x29d),'attrs':{'stroke':'currentColor','d':'M3.61971\x2011.6499C2.40304\x2011.6499\x200.699707\x2011.1024\x200.699707\x208.9124C0.699707\x206.3574\x203.25471\x205.8099\x203.98471\x205.8099C4.34971\x204.5324\x205.07971\x202.5249\x207.99971\x202.5249C10.5547\x202.5249\x2011.6497\x203.9849\x2012.0147\x205.2624C12.0147\x205.2624\x2015.2997\x205.6274\x2015.2997\x208.7299C15.2997\x2010.9199\x2013.8397\x2011.6499\x2012.3797\x2011.6499M9.82471\x209.82466L6.17471\x2013.4747M6.17471\x209.82466L9.82471\x2013.4747','strokeLinecap':'round','strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':'defs','attrs':{},'children':[{'tag':_0x4ffe42(0x38b),'attrs':{'id':_0x4ffe42(0x413)},'children':[{'tag':_0x4ffe42(0x29d),'attrs':{'fill':_0x4ffe42(0x1c2),'d':_0x4ffe42(0x4e4)}}]}]}],'defIds':['off-line-single_clip0_910_343']},_0x5669fc=_0x4001f3[_0x4ffe42(0x45c)](function(_0x4e97c4,_0x1ebd22){const _0x305264=_0x4ffe42;return _0x4001f3[_0x305264(0x48d)](_0x3e2e26,Object[_0x305264(0x39c)]({},_0x4e97c4,{'id':_0x305264(0x151),'ref':_0x1ebd22,'icon':_0x39d421}));});_0x5669fc['displayName']=_0x4ffe42(0x40c);var _0x3540f0={'tag':_0x4ffe42(0x53e),'attrs':{'fill':'none','viewBox':_0x4ffe42(0x1c7),'width':'1em','height':_0x4ffe42(0x372)},'children':[{'tag':'g','attrs':{'clipPath':_0x4ffe42(0x360)},'children':[{'tag':_0x4ffe42(0x29d),'attrs':{'stroke':_0x4ffe42(0x47c),'d':_0x4ffe42(0x429),'strokeLinecap':_0x4ffe42(0x531),'strokeLinejoin':_0x4ffe42(0x531),'strokeWidth':1.2}}]},{'tag':_0x4ffe42(0x367),'attrs':{},'children':[{'tag':'clipPath','attrs':{'id':_0x4ffe42(0x435)},'children':[{'tag':_0x4ffe42(0x29d),'attrs':{'fill':_0x4ffe42(0x1c2),'d':'M0\x200H16V16H0z','transform':_0x4ffe42(0x120)}}]}]}],'defIds':['on-line-single_clip0_910_349']},_0x191027=_0x4001f3[_0x4ffe42(0x45c)](function(_0x2a6fcf,_0x5637cf){const _0x49c6f2=_0x4ffe42;return _0x4001f3['createElement'](_0x3e2e26,Object[_0x49c6f2(0x39c)]({},_0x2a6fcf,{'id':_0x49c6f2(0x2ce),'ref':_0x5637cf,'icon':_0x3540f0}));});_0x191027[_0x4ffe42(0x3c0)]='OnLineSingle';function _0x46bd32(_0x52c236){const _0x59d641=_0x4ffe42;var _0xcde255,_0x309c21,_0x1b43b8='';if(typeof _0x52c236=='string'||typeof _0x52c236==_0x59d641(0x23e))_0x1b43b8+=_0x52c236;else{if(typeof _0x52c236==_0x59d641(0x1aa)){if(Array[_0x59d641(0x30e)](_0x52c236)){var _0x34e61b=_0x52c236[_0x59d641(0x331)];for(_0xcde255=0x0;_0xcde255<_0x34e61b;_0xcde255++)_0x52c236[_0xcde255]&&(_0x309c21=_0x46bd32(_0x52c236[_0xcde255]))&&(_0x1b43b8&&(_0x1b43b8+='\x20'),_0x1b43b8+=_0x309c21);}else{for(_0x309c21 in _0x52c236)_0x52c236[_0x309c21]&&(_0x1b43b8&&(_0x1b43b8+='\x20'),_0x1b43b8+=_0x309c21);}}}return _0x1b43b8;}function _0x1ccc23(){for(var _0x4232dc,_0x146d91,_0x25fb71=0x0,_0x4218bd='',_0x1b6edb=arguments['length'];_0x25fb71<_0x1b6edb;_0x25fb71++)(_0x4232dc=arguments[_0x25fb71])&&(_0x146d91=_0x46bd32(_0x4232dc))&&(_0x4218bd&&(_0x4218bd+='\x20'),_0x4218bd+=_0x146d91);return _0x4218bd;}const _0x6c7472={'onlineStatusIcon':_0x4ffe42(0x13c),'onlineStatusTitle':_0x4ffe42(0xd2),'onlineStatus':_0x4ffe42(0x123),'online':'univer-online','offline':'univer-offline'};function _0x15b2ee(_0x34b6b0){const _0x29328d=_0x4ffe42;switch(_0x34b6b0){case _0x94e66b['OFFLINE']:return _0x29328d(0x1f8);case _0x94e66b[_0x29328d(0x1df)]:return _0x29328d(0x1a3);case _0x94e66b[_0x29328d(0x1c9)]:return _0x29328d(0x348);case _0x94e66b['NOT_COLLAB']:return _0x29328d(0x80);case _0x94e66b[_0x29328d(0x352)]:case _0x94e66b[_0x29328d(0x1bb)]:return'collabStatus.syncing';case _0x94e66b[_0x29328d(0x163)]:case _0x94e66b['PENDING']:return _0x29328d(0x3e9);}}function _0x177882(_0x4ade57){const _0x292749=_0x4ffe42,{status$:_0x3f65c6}=_0x4ade57,_0xbac867=_0x16dea4[_0x292749(0x4b0)](_0x3f65c6,_0x94e66b[_0x292749(0x31a)]),_0x48ec26=_0xed312c[_0x292749(0x164)](_0xed312c[_0x292749(0x249)]),_0x32550e=_0xed312c[_0x292749(0x164)](_0x2a808c[_0x292749(0x2c7)]),_0x4e3c48=_0xbac867!==_0x94e66b[_0x292749(0x1c1)],_0x4a6c29=_0x48ec26['t'](_0x15b2ee(_0xbac867)),_0x489f56=_0x1ccc23(_0x6c7472[_0x292749(0x366)],{[_0x6c7472['online']]:_0x4e3c48,[_0x6c7472[_0x292749(0x28b)]]:!_0x4e3c48}),_0x51ba36=_0x4e3c48?_0x41fd35[_0x292749(0x1f1)](_0x191027,{}):_0x41fd35[_0x292749(0x1f1)](_0x5669fc,{}),_0xff6098=_0x4001f3[_0x292749(0x126)](()=>{const _0x433fb4=_0x292749;_0x4e3c48||_0x32550e[_0x433fb4(0x1b0)]();},[_0x4e3c48,_0x32550e]);function _0x59323a(){const _0x4bae45=_0x292749;return _0x41fd35[_0x4bae45(0x3eb)](_0x4bae45(0x424),{'className':_0x489f56,'onClick':_0xff6098,'children':[_0x41fd35[_0x4bae45(0x1f1)](_0x4bae45(0x424),{'className':_0x6c7472[_0x4bae45(0x95)],'children':_0x51ba36}),_0x41fd35['jsx'](_0x4bae45(0x424),{'className':_0x6c7472[_0x4bae45(0x3c8)],'children':_0x4a6c29})]});}return _0x4e3c48?_0x59323a():_0x41fd35[_0x292749(0x1f1)](_0x3d1593[_0x292749(0x4b8)],{'title':_0x48ec26['t'](_0x292749(0x1a0)),'children':_0x59323a()});}var _0x20874c=Object[_0x4ffe42(0x52a)],_0x54f97f=Object[_0x4ffe42(0x25d)],_0x4e17bc=(_0x2f8414,_0x5213f9,_0x4d7d7a,_0x34e0c4)=>{for(var _0x115b57=_0x34e0c4>0x1?void 0x0:_0x34e0c4?_0x54f97f(_0x5213f9,_0x4d7d7a):_0x5213f9,_0x14f596=_0x2f8414['length']-0x1,_0xc09057;_0x14f596>=0x0;_0x14f596--)(_0xc09057=_0x2f8414[_0x14f596])&&(_0x115b57=(_0x34e0c4?_0xc09057(_0x5213f9,_0x4d7d7a,_0x115b57):_0xc09057(_0x115b57))||_0x115b57);return _0x34e0c4&&_0x115b57&&_0x20874c(_0x5213f9,_0x4d7d7a,_0x115b57),_0x115b57;},_0x586d4f=(_0x4fa64c,_0x3e728a)=>(_0x2f1e5c,_0x30a727)=>_0x3e728a(_0x2f1e5c,_0x30a727,_0x4fa64c);_0x2a808c[_0x4ffe42(0x4ff)]=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x51c851,_0x2a6cbb,_0x1e9a33,_0x14a5f0){const _0x3b0042=_0x4ffe42;super(),_0x2a6f44(this,'_status$',new _0x4984e3['BehaviorSubject'](_0x94e66b[_0x3b0042(0x31a)])),(this[_0x3b0042(0x128)]=_0x51c851,this[_0x3b0042(0x1dc)]=_0x2a6cbb,this[_0x3b0042(0x388)]=_0x1e9a33,this[_0x3b0042(0x160)]=_0x14a5f0,this[_0x3b0042(0x185)](),this['_initStatusListener']());}[_0x4ffe42(0x395)](){const _0x388654=_0x4ffe42;this[_0x388654(0x501)](this[_0x388654(0x128)][_0x388654(0x28d)][_0x388654(0x556)](_0x4984e3['switchMap'](()=>{const _0x597698=_0x388654,_0x34f827=this[_0x597698(0x128)][_0x597698(0x326)]();return _0x34f827?this[_0x597698(0x160)][_0x597698(0x218)](_0x34f827['getUnitId']()):_0x4984e3['of'](null);}),_0x4984e3['switchMap'](_0xe753c7=>_0xe753c7?_0xe753c7[_0x388654(0xa7)]:_0x4984e3['of'](_0x94e66b[_0x388654(0x31a)])))['subscribe'](_0x4986cb=>{const _0x4c8605=_0x388654;this['_status$'][_0x4c8605(0x17f)](_0x4986cb);}));}[_0x4ffe42(0x185)](){const _0x4a9d62=_0x4ffe42;this[_0x4a9d62(0x501)](this[_0x4a9d62(0x1dc)][_0x4a9d62(0x28a)](_0x16dea4['BuiltInUIPart'][_0x4a9d62(0x507)],()=>_0xed312c['connectInjector'](_0x2a37ae({'status$':this[_0x4a9d62(0x408)][_0x4a9d62(0x31c)]()}),this[_0x4a9d62(0x388)])));}},_0x2a808c[_0x4ffe42(0x4ff)]=_0x4e17bc([_0x586d4f(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x586d4f(0x1,_0x16dea4[_0x4ffe42(0x4c5)]),_0x586d4f(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x586d4f(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c[_0x4ffe42(0x26c)]))],_0x2a808c[_0x4ffe42(0x4ff)]);function _0x2a37ae(_0x328e6c){const {status$:_0x14d1ea}=_0x328e6c;return function(){const _0x4954a5=_0x5c47;return _0x41fd35[_0x4954a5(0x1f1)](_0x177882,{'status$':_0x14d1ea});};}const _0x388b03=_0xed312c[_0x4ffe42(0x169)](_0x4ffe42(0x10e));var _0x43ecc7=Object[_0x4ffe42(0x52a)],_0x593f7a=Object[_0x4ffe42(0x25d)],_0x582717=(_0x9d3127,_0x153630,_0x594547,_0x6a2dbf)=>{const _0x52b552=_0x4ffe42;for(var _0x5897c9=_0x6a2dbf>0x1?void 0x0:_0x6a2dbf?_0x593f7a(_0x153630,_0x594547):_0x153630,_0x265527=_0x9d3127[_0x52b552(0x331)]-0x1,_0x5ad199;_0x265527>=0x0;_0x265527--)(_0x5ad199=_0x9d3127[_0x265527])&&(_0x5897c9=(_0x6a2dbf?_0x5ad199(_0x153630,_0x594547,_0x5897c9):_0x5ad199(_0x5897c9))||_0x5897c9);return _0x6a2dbf&&_0x5897c9&&_0x43ecc7(_0x153630,_0x594547,_0x5897c9),_0x5897c9;},_0x1dfb15=(_0x40aadb,_0x48ed79)=>(_0x31b0f1,_0x5986c3)=>_0x48ed79(_0x31b0f1,_0x5986c3,_0x40aadb);_0x2a808c[_0x4ffe42(0x38a)]=class extends _0xed312c['RxDisposable']{constructor(_0x19d234,_0x258a98,_0xd58143,_0x143871,_0x4ab188,_0x2f0caa){const _0x3d6175=_0x4ffe42;super(),this[_0x3d6175(0xeb)]=_0x19d234,this[_0x3d6175(0x155)]=_0x258a98,this['_commandService']=_0xd58143,this[_0x3d6175(0x323)]=_0x143871,this[_0x3d6175(0x28f)]=_0x4ab188,_0x2f0caa?_0x2f0caa==null||_0x2f0caa['whenReady']()[_0x3d6175(0x370)](()=>this['_init']()):(this['_logService'][_0x3d6175(0x2e6)]('[DataLoaderController]',_0x3d6175(0xb0)),this[_0x3d6175(0x2c5)]());}async[_0x4ffe42(0x2c5)](){const _0x2c8a06=_0x4ffe42,_0x22dd38=this[_0x2c8a06(0xeb)][_0x2c8a06(0x97)](_0x2c8a06(0x2b6)),_0x2a168d=this[_0x2c8a06(0xeb)][_0x2c8a06(0x97)](_0x2c8a06(0x535));if(!_0x22dd38||!_0x2a168d){this['_logService'][_0x2c8a06(0x2e6)](_0x2c8a06(0xff),'No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');return;}switch(Number(_0x2a168d)){case _0x4eba08[_0x2c8a06(0x3f5)]:{const _0x115a14=await this[_0x2c8a06(0x251)](_0x22dd38);this[_0x2c8a06(0x54c)](_0x115a14);break;}case _0x4eba08[_0x2c8a06(0x515)]:{await this['_loadDoc'](_0x22dd38);break;}default:{this['_logService'][_0x2c8a06(0x330)](_0x2c8a06(0xff),'Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.');break;}}}async[_0x4ffe42(0x54c)](_0x1adc71){const _0xdb26ea=_0x4ffe42;await this['_updateSubUnitFromURLParams'](_0x1adc71),_0x1adc71[_0xdb26ea(0x44b)][_0xdb26ea(0x556)](_0x4984e3[_0xdb26ea(0x203)](this[_0xdb26ea(0x32d)]))['subscribe'](_0x4cb0b4=>{_0x4cb0b4&&this['_updateURLWithCurrentState'](_0x4cb0b4);}),this[_0xdb26ea(0xeb)][_0xdb26ea(0x1a8)][_0xdb26ea(0x556)](_0x4984e3[_0xdb26ea(0x203)](this[_0xdb26ea(0x32d)]))[_0xdb26ea(0x51f)](()=>this[_0xdb26ea(0x82)](_0x1adc71));}[_0x4ffe42(0xaa)](_0x1340b5,_0x53f47d=!0x1){const _0x5c5378=_0x4ffe42,_0x5cfdc5=this[_0x5c5378(0xeb)][_0x5c5378(0x97)](_0x5c5378(0x48f));_0x1340b5['getSheetId']()!==_0x5cfdc5&&this[_0x5c5378(0xeb)][_0x5c5378(0x2d4)](_0x5c5378(0x48f),_0x1340b5['getSheetId'](),_0x53f47d);}async['_updateSubUnitFromURLParams'](_0x125520){const _0x512fd8=_0x4ffe42;var _0x535e93;const _0xc5b895=this['_urlService'][_0x512fd8(0x97)](_0x512fd8(0x48f));if(!_0xc5b895||!_0x125520['getSheetBySheetId'](_0xc5b895)){const _0xd1dcdb=_0x125520[_0x512fd8(0x19e)]()[0x0],_0x574c2d=_0x125520['getSheetBySheetId'](_0xd1dcdb);if(!_0x574c2d)return;this[_0x512fd8(0xaa)](_0x574c2d,!0x0),await this[_0x512fd8(0x477)]['executeCommand'](_0x3c9e4d[_0x512fd8(0x4f5)]['id'],{'unitId':_0x125520[_0x512fd8(0x448)](),'subUnitId':_0xd1dcdb});return;}((_0x535e93=_0x125520['getActiveSheet']())==null?void 0x0:_0x535e93[_0x512fd8(0x3f4)]())!==_0xc5b895&&await this['_commandService']['executeCommand'](_0x3c9e4d[_0x512fd8(0x4f5)]['id'],{'unitId':_0x125520[_0x512fd8(0x448)](),'subUnitId':_0xc5b895});}async[_0x4ffe42(0x251)](_0x2db0df){const _0x530d82=_0x4ffe42;let _0x613e06=0x0;const _0x378dfe=await this[_0x530d82(0x323)][_0x530d82(0x46c)](_0x2db0df);return _0x378dfe&&(_0x378dfe[_0x530d82(0x22b)]||_0x378dfe['mutations']['length']!==0x0)&&(_0x613e06=_0x378dfe[_0x530d82(0x36e)]),_0x613e06===0x0&&this[_0x530d82(0x155)][_0x530d82(0x2e6)]('[DataLoaderController]',_0x530d82(0x12e)),this[_0x530d82(0x28f)]['loadSheet'](_0x2db0df,_0x613e06);}async[_0x4ffe42(0xbe)](_0x29245d){const _0x158d69=_0x4ffe42;let _0x3ceefb=0x0;const _0x1250c6=await this[_0x158d69(0x323)][_0x158d69(0x46c)](_0x29245d);return _0x1250c6&&(_0x1250c6[_0x158d69(0x22b)]||_0x1250c6[_0x158d69(0xd9)][_0x158d69(0x331)]!==0x0)&&(_0x3ceefb=_0x1250c6[_0x158d69(0x36e)]),_0x3ceefb===0x0&&this['_logService'][_0x158d69(0x2e6)](_0x158d69(0xff),_0x158d69(0x12e)),this[_0x158d69(0x28f)][_0x158d69(0x30c)](_0x29245d,_0x3ceefb);}},_0x2a808c[_0x4ffe42(0x38a)]=_0x582717([_0x1dfb15(0x0,_0x388b03),_0x1dfb15(0x1,_0xed312c['ILogService']),_0x1dfb15(0x2,_0xed312c[_0x4ffe42(0x41e)]),_0x1dfb15(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c['LocalCacheService'])),_0x1dfb15(0x4,_0xed312c['Inject'](_0x2db012[_0x4ffe42(0x2dc)])),_0x1dfb15(0x5,_0xed312c['Optional'](_0x59326['IRemoteInstanceService']))],_0x2a808c[_0x4ffe42(0x38a)]);var _0x18c651=Object['defineProperty'],_0x8e0c92=Object[_0x4ffe42(0x25d)],_0x10fece=(_0x51f8d6,_0x30de23,_0x4590b2,_0x576cc7)=>{for(var _0x2507e1=_0x576cc7>0x1?void 0x0:_0x576cc7?_0x8e0c92(_0x30de23,_0x4590b2):_0x30de23,_0x50cd05=_0x51f8d6['length']-0x1,_0xfac234;_0x50cd05>=0x0;_0x50cd05--)(_0xfac234=_0x51f8d6[_0x50cd05])&&(_0x2507e1=(_0x576cc7?_0xfac234(_0x30de23,_0x4590b2,_0x2507e1):_0xfac234(_0x2507e1))||_0x2507e1);return _0x576cc7&&_0x2507e1&&_0x18c651(_0x30de23,_0x4590b2,_0x2507e1),_0x2507e1;},_0x3c3671=(_0x292c6d,_0x4044ac)=>(_0x153bde,_0x356d48)=>_0x4044ac(_0x153bde,_0x356d48,_0x292c6d);const _0x42e33='DEFAULT_FILE_NAME',_0x25de76=_0x4ffe42(0x1ad);let _0x5caf54=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x2e7e80,_0x1e5173){const _0xd8f2fd=_0x4ffe42;super(),this[_0xd8f2fd(0x128)]=_0x2e7e80,this[_0xd8f2fd(0x3c4)]=_0x1e5173,this['_init']();}[_0x4ffe42(0x2c5)](){const _0x53deca=_0x4ffe42;this[_0x53deca(0x501)](this[_0x53deca(0x128)][_0x53deca(0x28d)]['subscribe'](()=>{const _0x44157d=_0x53deca;var _0x355b70;const _0x165272=this['_univerInstanceService'][_0x44157d(0x326)]();let _0x1aa7d0=(_0x355b70=this[_0x44157d(0x3c4)][_0x44157d(0x389)](_0x42e33))!=null?_0x355b70:_0x25de76;_0x165272 instanceof _0xed312c['Workbook']&&(_0x1aa7d0=_0x165272[_0x44157d(0x1a1)]),document[_0x44157d(0x333)]=_0x1aa7d0;}));}};_0x5caf54=_0x10fece([_0x3c3671(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x3c3671(0x1,_0xed312c[_0x4ffe42(0x3a8)])],_0x5caf54);var _0x1dce35=Object['defineProperty'],_0x2514ba=Object['getOwnPropertyDescriptor'],_0x2e35b5=(_0x5b3eab,_0x43b269,_0x204086,_0x7f0c32)=>{const _0x1467ae=_0x4ffe42;for(var _0x33ae11=_0x7f0c32>0x1?void 0x0:_0x7f0c32?_0x2514ba(_0x43b269,_0x204086):_0x43b269,_0x1df8ff=_0x5b3eab[_0x1467ae(0x331)]-0x1,_0x22782c;_0x1df8ff>=0x0;_0x1df8ff--)(_0x22782c=_0x5b3eab[_0x1df8ff])&&(_0x33ae11=(_0x7f0c32?_0x22782c(_0x43b269,_0x204086,_0x33ae11):_0x22782c(_0x33ae11))||_0x33ae11);return _0x7f0c32&&_0x33ae11&&_0x1dce35(_0x43b269,_0x204086,_0x33ae11),_0x33ae11;},_0x1dc7fd=(_0x3d029a,_0x95604f)=>(_0x12a55c,_0x1425f3)=>_0x95604f(_0x12a55c,_0x1425f3,_0x3d029a);let _0x1485c7=class{constructor(_0x3a35ac,_0x2f153f,_0x4c7acb){const _0x2e71a5=_0x4ffe42;this[_0x2e71a5(0x3c4)]=_0x3a35ac,this[_0x2e71a5(0x2d6)]=_0x2f153f,this[_0x2e71a5(0x15a)]=_0x4c7acb,this['init']();}[_0x4ffe42(0x30d)](){const _0x2fe819=_0x4ffe42;this[_0x2fe819(0x2d6)][_0x2fe819(0x1c3)]({'priority':0x1,'interceptor':(_0x5bf058,_0xe7bc54)=>_0xe7bc54(_0x5bf058)[_0x2fe819(0x556)](_0x4984e3[_0x2fe819(0x286)](async _0x1b7020=>{const _0x15efff=_0x2fe819,_0x272a78=_0x1b7020;if(_0x272a78['status']===0x191&&window[_0x15efff(0x486)](this[_0x15efff(0x15a)]['t'](_0x15efff(0x16d)))){const _0x11ea2d=window['encodeURIComponent'](window[_0x15efff(0x3dc)][_0x15efff(0xf7)]);window[_0x15efff(0x3dc)]['href']=this[_0x15efff(0x1de)]()+_0x15efff(0x104)+_0x11ea2d;}return _0x272a78;}))});}['_getLoginPath'](){const _0x391a1b=_0x4ffe42;var _0x5c69aa,_0x337495;const _0xa3cc2d=this[_0x391a1b(0x3c4)][_0x391a1b(0x389)](_0x30db30),_0x116344=this[_0x391a1b(0x3c4)][_0x391a1b(0x389)](_0x230b60);return(_0x337495=(_0x5c69aa=_0x116344==null?void 0x0:_0x116344['loginUrlKey'])!=null?_0x5c69aa:_0xa3cc2d)!=null?_0x337495:_0x4bf128;}};_0x1485c7=_0x2e35b5([_0x1dc7fd(0x0,_0xed312c[_0x4ffe42(0x3a8)]),_0x1dc7fd(0x1,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)])),_0x1dc7fd(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c['LocaleService']))],_0x1485c7);var _0x27463a=Object[_0x4ffe42(0x52a)],_0x34bffd=Object[_0x4ffe42(0x25d)],_0x497e53=(_0x3bbc90,_0x222516,_0x9bc5,_0x425c6f)=>{const _0x5d28a2=_0x4ffe42;for(var _0x4a6b92=_0x425c6f>0x1?void 0x0:_0x425c6f?_0x34bffd(_0x222516,_0x9bc5):_0x222516,_0x87f1e0=_0x3bbc90[_0x5d28a2(0x331)]-0x1,_0x2f6552;_0x87f1e0>=0x0;_0x87f1e0--)(_0x2f6552=_0x3bbc90[_0x87f1e0])&&(_0x4a6b92=(_0x425c6f?_0x2f6552(_0x222516,_0x9bc5,_0x4a6b92):_0x2f6552(_0x4a6b92))||_0x4a6b92);return _0x425c6f&&_0x4a6b92&&_0x27463a(_0x222516,_0x9bc5,_0x4a6b92),_0x4a6b92;},_0x18ef9d=(_0x2706ab,_0xced4c3)=>(_0x1b66a8,_0x29c21a)=>_0xced4c3(_0x1b66a8,_0x29c21a,_0x2706ab);const _0x10a5d0=_0x4ffe42(0x226),_0x2cf8d0='/universer-api/authz';_0x2a808c['AuthzIoHttpService']=class extends _0xed312c[_0x4ffe42(0x4ab)]{constructor(_0x394ed0,_0x57385b){const _0x18edac=_0x4ffe42;super(),this[_0x18edac(0x11b)]=_0x394ed0,this[_0x18edac(0x3c4)]=_0x57385b,this['_initMergeInterceptor']();}['_initMergeInterceptor'](){const _0x5747aa=_0x4ffe42,_0x5bb6bf=this;this['disposeWithMe'](this[_0x5747aa(0x11b)][_0x5747aa(0x1c3)]({'priority':0x3e7,'interceptor':_0x582e36[_0x5747aa(0x1e9)]({'isMatch'(_0x3380ce){const _0xfc47bd=_0x5747aa;var _0x35a3ba;if(_0x3380ce['method']===_0xfc47bd(0x1db)&&((_0x35a3ba=_0x3380ce[_0xfc47bd(0x544)])!=null&&_0x35a3ba[_0xfc47bd(0x232)])){const {objectID:_0x37baa7,objectType:_0x28a6a2}=_0x3380ce[_0xfc47bd(0x544)][_0xfc47bd(0x232)]||{};if(!_0x37baa7||_0x28a6a2===void 0x0)return!0x1;const _0x3030e2=_0x5bb6bf[_0xfc47bd(0x130)]()+'/'+_0x28a6a2+_0xfc47bd(0xe7)+_0x37baa7+_0xfc47bd(0x498);if(_0x3380ce[_0xfc47bd(0x555)]===_0x3030e2)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x493489){const _0xa79825=_0x5747aa;var _0x1a09b6;return(_0x1a09b6=_0x493489[_0xa79825(0x544)])==null?void 0x0:_0x1a09b6[_0xa79825(0x232)];},'mergeParamsToRequest'(_0x15bb9e,_0x7c3c2a){const _0x20ff87=_0x5747aa,_0x303fe5=_0x5bb6bf[_0x20ff87(0x130)]()+_0x20ff87(0x335),_0x2ec004=_0x15bb9e[_0x20ff87(0x327)]((_0x15dafd,_0x460a58)=>{const _0x39cac6=_0x20ff87,{unitID:_0x201eb7,objectID:_0x199221,objectType:_0x353d8f,actions:_0x2ab625}=_0x460a58;return _0x15dafd[_0x201eb7]||(_0x15dafd[_0x201eb7]={}),_0x15dafd[_0x201eb7][_0x199221]||(_0x15dafd[_0x201eb7][_0x199221]={'objectID':_0x199221,'objectType':_0x353d8f,'actions':[]}),_0x15dafd[_0x201eb7][_0x199221]['actions'][_0x39cac6(0x3cc)](..._0x2ab625),_0x15dafd;},{}),_0x15f43f=[];for(const _0xd3dae8 in _0x2ec004)for(const _0x10ad8b in _0x2ec004[_0xd3dae8]){const {actions:_0x23aa1a,objectType:_0x50397e}=_0x2ec004[_0xd3dae8][_0x10ad8b],_0x56d630=[...new Set(_0x23aa1a)];_0x15f43f['push']({'unitID':_0xd3dae8,'objectID':_0x10ad8b,'objectType':_0x50397e,'actions':_0x56d630});}return new _0x582e36[(_0x20ff87(0x3cf))](_0x20ff87(0x1db),_0x303fe5,{'headers':_0x7c3c2a[_0x20ff87(0x9a)],'withCredentials':_0x7c3c2a['withCredentials'],'responseType':_0x7c3c2a[_0x20ff87(0x3e5)],'body':{'requests':_0x15f43f}});}},{'distributeResult'(_0x94cbce,_0x46375c){const _0x15c1c4=_0x5747aa,{objectActions:_0x445953}=_0x94cbce;return _0x46375c[_0x15c1c4(0x4b2)](_0x493906=>{const _0x40acff=_0x15c1c4,{unitID:_0x14f7ed,objectID:_0x4b9b13,actions:_0x35ff8c}=_0x493906,_0x4acdb2=_0x445953[_0x40acff(0xfe)](_0x3f6a00=>_0x3f6a00['unitID']===_0x14f7ed&&_0x3f6a00['objectID']===_0x4b9b13),_0x151bf8=_0x35ff8c[_0x40acff(0x4b2)](_0x427938=>_0x4acdb2==null?void 0x0:_0x4acdb2[_0x40acff(0x2ea)][_0x40acff(0xfe)](_0x53e9fc=>_0x53e9fc[_0x40acff(0x21d)]===_0x427938))['filter'](_0x4bd93d=>!!_0x4bd93d);return{'config':_0x493906,'result':{'actions':_0x151bf8,'error':_0x94cbce[_0x40acff(0x330)]}};});}})}));}[_0x4ffe42(0x130)](){const _0x47c64a=_0x4ffe42;var _0x335723,_0x1e47d9;const _0x406214=this[_0x47c64a(0x3c4)]['getConfig'](_0x10a5d0),_0x1359ad=this['_configService']['getConfig'](_0x230b60);return(_0x1e47d9=(_0x335723=_0x1359ad==null?void 0x0:_0x1359ad[_0x47c64a(0x16b)])!=null?_0x335723:_0x406214)!=null?_0x1e47d9:_0x2cf8d0;}async[_0x4ffe42(0x4f3)](_0x467311){const _0x2860e6=_0x4ffe42,_0x17b466=this[_0x2860e6(0x130)]()+'/'+_0x467311[_0x2860e6(0x2ca)]+'/object';return(await this[_0x2860e6(0x11b)][_0x2860e6(0x2f2)](_0x17b466,{'body':_0x467311}))[_0x2860e6(0x232)]['objectID']||'';}async[_0x4ffe42(0x4c1)](_0x4754ca){const _0x19fcc2=_0x4ffe42,_0x4f60f0=this[_0x19fcc2(0x130)]()+_0x19fcc2(0x247);return(await this[_0x19fcc2(0x11b)][_0x19fcc2(0x2f2)](_0x4f60f0,{'body':_0x4754ca}))['body']['objects'];}async[_0x4ffe42(0x42e)](_0x536895){const _0xa06a69=_0x4ffe42,_0x1c031b=this[_0xa06a69(0x130)]()+'/'+_0x536895[_0xa06a69(0x2ca)]+_0xa06a69(0xe7)+_0x536895['objectID'];await this[_0xa06a69(0x11b)][_0xa06a69(0x50e)](_0x1c031b,{'body':_0x536895});}async[_0x4ffe42(0x3ed)](_0x318bfb){const _0x263ebe=_0x4ffe42,_0x4541e1=this[_0x263ebe(0x130)]()+'/'+_0x318bfb[_0x263ebe(0x2ca)]+_0x263ebe(0xe7)+_0x318bfb[_0x263ebe(0x4cd)]+_0x263ebe(0x498);return(await this['_HTTPService'][_0x263ebe(0x2f2)](_0x4541e1,{'body':_0x318bfb}))[_0x263ebe(0x232)][_0x263ebe(0x2ea)];}async[_0x4ffe42(0x94)](_0x1da16c){const _0x33701f=_0x4ffe42,_0x2a2e52=this[_0x33701f(0x130)]()+_0x33701f(0x335);return(await this[_0x33701f(0x11b)][_0x33701f(0x2f2)](_0x2a2e52,{'body':{'requests':_0x1da16c}}))[_0x33701f(0x232)]['objectActions'];}async[_0x4ffe42(0x2aa)](_0x54f1e3){const _0x320c6a=_0x4ffe42,_0xa2d116=this[_0x320c6a(0x130)]()+'/'+_0x54f1e3['objectType']+_0x320c6a(0x150),_0x47eca3=await this[_0x320c6a(0x11b)][_0x320c6a(0x2f2)](_0xa2d116,{'body':_0x54f1e3});return{'roles':_0x47eca3['body'][_0x320c6a(0x187)],'actions':_0x47eca3[_0x320c6a(0x232)][_0x320c6a(0x2ea)]};}async[_0x4ffe42(0x4c0)](_0xc86d37){const _0x5cddac=_0x4ffe42,_0x4a764c=this['_getAPIPrefixPath']()+_0x5cddac(0x25b);await this[_0x5cddac(0x11b)]['delete'](_0x4a764c,{'params':{'collaboratorID':_0xc86d37[_0x5cddac(0x240)],'objectID':_0xc86d37[_0x5cddac(0x4cd)],'unitID':_0xc86d37[_0x5cddac(0x2a3)]}});}async[_0x4ffe42(0x1bd)](_0x1388f1){const _0x1e52fe=_0x4ffe42,_0x3fd576=this[_0x1e52fe(0x130)]()+_0x1e52fe(0x25b);await this[_0x1e52fe(0x11b)]['patch'](_0x3fd576,{'body':_0x1388f1});}async[_0x4ffe42(0x15f)](_0x1509b3){const _0x260ef6=_0x4ffe42,_0xb247cc=this[_0x260ef6(0x130)]()+_0x260ef6(0x25b);await this[_0x260ef6(0x11b)][_0x260ef6(0x2f2)](_0xb247cc,{'body':_0x1509b3});}async[_0x4ffe42(0x502)](_0x64f21a){const _0x3e456d=_0x4ffe42,_0x801296=this[_0x3e456d(0x130)]()+_0x3e456d(0x25b);return(await this[_0x3e456d(0x11b)][_0x3e456d(0xce)](_0x801296,{'params':{'objectID':_0x64f21a[_0x3e456d(0x4cd)],'unitID':_0x64f21a[_0x3e456d(0x2a3)]}}))[_0x3e456d(0x232)]['collaborators'];}async[_0x4ffe42(0x44a)](_0x58a7e6){const _0x353aab=_0x4ffe42,_0x122ef2=this[_0x353aab(0x130)]()+_0x353aab(0x25b);await this['_HTTPService'][_0x353aab(0x50e)](_0x122ef2,{'body':_0x58a7e6});}},_0x2a808c['AuthzIoHttpService']=_0x497e53([_0x18ef9d(0x0,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)])),_0x18ef9d(0x1,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x3a8)]))],_0x2a808c[_0x4ffe42(0x48a)]);var _0x57ce2a={'exports':{}};function _0x48a684(_0x8af3e7){const _0x561673=_0x4ffe42;throw new Error(_0x561673(0x301)+_0x8af3e7+'\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.');}var _0x29ad58={'exports':{}},_0x4e4ea7;function _0x31c257(){const _0x2134c3=_0x4ffe42;return _0x4e4ea7||(_0x4e4ea7=0x1,function(_0x39e32c,_0x565204){(function(_0x3c5ecf,_0x58e383){_0x39e32c['exports']=_0x58e383();}(_0x3c5640,function(){var _0x539092=_0x539092||function(_0x4f2d2b,_0x4c114b){const _0x2110c7=_0x5c47;var _0x33a6e1;if(typeof window<'u'&&window['crypto']&&(_0x33a6e1=window[_0x2110c7(0x4fb)]),typeof self<'u'&&self['crypto']&&(_0x33a6e1=self[_0x2110c7(0x4fb)]),typeof globalThis<'u'&&globalThis[_0x2110c7(0x4fb)]&&(_0x33a6e1=globalThis[_0x2110c7(0x4fb)]),!_0x33a6e1&&typeof window<'u'&&window[_0x2110c7(0x31e)]&&(_0x33a6e1=window[_0x2110c7(0x31e)]),!_0x33a6e1&&typeof _0x3c5640<'u'&&_0x3c5640[_0x2110c7(0x4fb)]&&(_0x33a6e1=_0x3c5640['crypto']),!_0x33a6e1&&typeof _0x48a684==_0x2110c7(0x1f4))try{_0x33a6e1=require('crypto');}catch{}var _0x479169=function(){const _0x18d02e=_0x2110c7;if(_0x33a6e1){if(typeof _0x33a6e1['getRandomValues']==_0x18d02e(0x1f4))try{return _0x33a6e1[_0x18d02e(0x319)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x33a6e1[_0x18d02e(0x90)]=='function')try{return _0x33a6e1[_0x18d02e(0x90)](0x4)[_0x18d02e(0x136)]();}catch{}}throw new Error(_0x18d02e(0x1f5));},_0x442ffc=Object[_0x2110c7(0x4f3)]||(function(){function _0x2fb8eb(){}return function(_0x8ab3d3){const _0x3577ab=_0x5c47;var _0x11cc72;return _0x2fb8eb[_0x3577ab(0x484)]=_0x8ab3d3,_0x11cc72=new _0x2fb8eb(),_0x2fb8eb[_0x3577ab(0x484)]=null,_0x11cc72;};}()),_0x4ed44a={},_0x3539b4=_0x4ed44a['lib']={},_0x409c62=_0x3539b4[_0x2110c7(0x4d1)]=(function(){return{'extend':function(_0x280c2f){const _0x3061de=_0x5c47;var _0x144b7c=_0x442ffc(this);return _0x280c2f&&_0x144b7c[_0x3061de(0x390)](_0x280c2f),(!_0x144b7c['hasOwnProperty'](_0x3061de(0x30d))||this[_0x3061de(0x30d)]===_0x144b7c[_0x3061de(0x30d)])&&(_0x144b7c[_0x3061de(0x30d)]=function(){const _0x53f090=_0x3061de;_0x144b7c[_0x53f090(0x3e7)][_0x53f090(0x30d)][_0x53f090(0x10a)](this,arguments);}),_0x144b7c['init']['prototype']=_0x144b7c,_0x144b7c[_0x3061de(0x3e7)]=this,_0x144b7c;},'create':function(){const _0x1bd6a7=_0x5c47;var _0x31e719=this[_0x1bd6a7(0x310)]();return _0x31e719[_0x1bd6a7(0x30d)]['apply'](_0x31e719,arguments),_0x31e719;},'init':function(){},'mixIn':function(_0x74f01a){const _0x434863=_0x5c47;for(var _0x3607df in _0x74f01a)_0x74f01a[_0x434863(0x1e5)](_0x3607df)&&(this[_0x3607df]=_0x74f01a[_0x3607df]);_0x74f01a['hasOwnProperty']('toString')&&(this[_0x434863(0x22c)]=_0x74f01a[_0x434863(0x22c)]);},'clone':function(){const _0x2e9342=_0x5c47;return this[_0x2e9342(0x30d)][_0x2e9342(0x484)][_0x2e9342(0x310)](this);}};}()),_0x56e7e4=_0x3539b4[_0x2110c7(0x2be)]=_0x409c62[_0x2110c7(0x310)]({'init':function(_0x1852f4,_0x5e1c02){const _0x2bfd7d=_0x2110c7;_0x1852f4=this[_0x2bfd7d(0x51c)]=_0x1852f4||[],_0x5e1c02!=_0x4c114b?this[_0x2bfd7d(0x1cf)]=_0x5e1c02:this[_0x2bfd7d(0x1cf)]=_0x1852f4[_0x2bfd7d(0x331)]*0x4;},'toString':function(_0x11b38e){const _0x2bc655=_0x2110c7;return(_0x11b38e||_0x5deeaa)[_0x2bc655(0x346)](this);},'concat':function(_0x21574f){const _0x1da2fc=_0x2110c7;var _0x53086d=this[_0x1da2fc(0x51c)],_0x56ded9=_0x21574f[_0x1da2fc(0x51c)],_0x4f480a=this[_0x1da2fc(0x1cf)],_0x484edc=_0x21574f['sigBytes'];if(this['clamp'](),_0x4f480a%0x4)for(var _0x5bdee8=0x0;_0x5bdee8<_0x484edc;_0x5bdee8++){var _0x51c8ca=_0x56ded9[_0x5bdee8>>>0x2]>>>0x18-_0x5bdee8%0x4*0x8&0xff;_0x53086d[_0x4f480a+_0x5bdee8>>>0x2]|=_0x51c8ca<<0x18-(_0x4f480a+_0x5bdee8)%0x4*0x8;}else{for(var _0x8920c7=0x0;_0x8920c7<_0x484edc;_0x8920c7+=0x4)_0x53086d[_0x4f480a+_0x8920c7>>>0x2]=_0x56ded9[_0x8920c7>>>0x2];}return this[_0x1da2fc(0x1cf)]+=_0x484edc,this;},'clamp':function(){const _0x3c64b1=_0x2110c7;var _0x50b42a=this[_0x3c64b1(0x51c)],_0x38b934=this[_0x3c64b1(0x1cf)];_0x50b42a[_0x38b934>>>0x2]&=0xffffffff<<0x20-_0x38b934%0x4*0x8,_0x50b42a[_0x3c64b1(0x331)]=_0x4f2d2b[_0x3c64b1(0x459)](_0x38b934/0x4);},'clone':function(){const _0x5cf389=_0x2110c7;var _0x5bb82b=_0x409c62['clone'][_0x5cf389(0x4fd)](this);return _0x5bb82b[_0x5cf389(0x51c)]=this[_0x5cf389(0x51c)][_0x5cf389(0xd8)](0x0),_0x5bb82b;},'random':function(_0x4b42e3){const _0x113e7d=_0x2110c7;for(var _0x321e34=[],_0x19f23e=0x0;_0x19f23e<_0x4b42e3;_0x19f23e+=0x4)_0x321e34['push'](_0x479169());return new _0x56e7e4[(_0x113e7d(0x30d))](_0x321e34,_0x4b42e3);}}),_0x1f4557=_0x4ed44a['enc']={},_0x5deeaa=_0x1f4557[_0x2110c7(0x426)]={'stringify':function(_0x4de57b){const _0x4a62e9=_0x2110c7;for(var _0x18ddbe=_0x4de57b[_0x4a62e9(0x51c)],_0x540bff=_0x4de57b[_0x4a62e9(0x1cf)],_0x22992e=[],_0x2b8269=0x0;_0x2b8269<_0x540bff;_0x2b8269++){var _0x557903=_0x18ddbe[_0x2b8269>>>0x2]>>>0x18-_0x2b8269%0x4*0x8&0xff;_0x22992e[_0x4a62e9(0x3cc)]((_0x557903>>>0x4)[_0x4a62e9(0x22c)](0x10)),_0x22992e[_0x4a62e9(0x3cc)]((_0x557903&0xf)[_0x4a62e9(0x22c)](0x10));}return _0x22992e[_0x4a62e9(0x401)]('');},'parse':function(_0x3a6989){const _0x5d9a5f=_0x2110c7;for(var _0x326bb8=_0x3a6989[_0x5d9a5f(0x331)],_0xe29940=[],_0x2dd52a=0x0;_0x2dd52a<_0x326bb8;_0x2dd52a+=0x2)_0xe29940[_0x2dd52a>>>0x3]|=parseInt(_0x3a6989[_0x5d9a5f(0x4a4)](_0x2dd52a,0x2),0x10)<<0x18-_0x2dd52a%0x8*0x4;return new _0x56e7e4[(_0x5d9a5f(0x30d))](_0xe29940,_0x326bb8/0x2);}},_0x1beb14=_0x1f4557[_0x2110c7(0x40e)]={'stringify':function(_0x19902d){const _0x133523=_0x2110c7;for(var _0x24e500=_0x19902d[_0x133523(0x51c)],_0x4220b7=_0x19902d[_0x133523(0x1cf)],_0x2e59d3=[],_0x151c16=0x0;_0x151c16<_0x4220b7;_0x151c16++){var _0x2b0894=_0x24e500[_0x151c16>>>0x2]>>>0x18-_0x151c16%0x4*0x8&0xff;_0x2e59d3['push'](String[_0x133523(0x361)](_0x2b0894));}return _0x2e59d3['join']('');},'parse':function(_0x5c95e0){const _0x4e4f3f=_0x2110c7;for(var _0x2db65f=_0x5c95e0[_0x4e4f3f(0x331)],_0x42c0b5=[],_0x3ba913=0x0;_0x3ba913<_0x2db65f;_0x3ba913++)_0x42c0b5[_0x3ba913>>>0x2]|=(_0x5c95e0[_0x4e4f3f(0xdd)](_0x3ba913)&0xff)<<0x18-_0x3ba913%0x4*0x8;return new _0x56e7e4[(_0x4e4f3f(0x30d))](_0x42c0b5,_0x2db65f);}},_0x82180d=_0x1f4557[_0x2110c7(0x14d)]={'stringify':function(_0xf023fe){const _0x2261a4=_0x2110c7;try{return decodeURIComponent(escape(_0x1beb14[_0x2261a4(0x346)](_0xf023fe)));}catch{throw new Error(_0x2261a4(0x374));}},'parse':function(_0x1d4e73){const _0x344314=_0x2110c7;return _0x1beb14[_0x344314(0x557)](unescape(encodeURIComponent(_0x1d4e73)));}},_0x5a31c8=_0x3539b4[_0x2110c7(0x177)]=_0x409c62[_0x2110c7(0x310)]({'reset':function(){const _0x15752c=_0x2110c7;this[_0x15752c(0x3a2)]=new _0x56e7e4['init'](),this[_0x15752c(0x1e1)]=0x0;},'_append':function(_0x3901bd){const _0x5aa879=_0x2110c7;typeof _0x3901bd=='string'&&(_0x3901bd=_0x82180d['parse'](_0x3901bd)),this[_0x5aa879(0x3a2)]['concat'](_0x3901bd),this[_0x5aa879(0x1e1)]+=_0x3901bd['sigBytes'];},'_process':function(_0x586b11){const _0x2b618c=_0x2110c7;var _0x3d3e09,_0x110965=this['_data'],_0x143ab0=_0x110965['words'],_0x153418=_0x110965[_0x2b618c(0x1cf)],_0x108d1d=this['blockSize'],_0x3a7b7e=_0x108d1d*0x4,_0x47bb9d=_0x153418/_0x3a7b7e;_0x586b11?_0x47bb9d=_0x4f2d2b['ceil'](_0x47bb9d):_0x47bb9d=_0x4f2d2b[_0x2b618c(0x492)]((_0x47bb9d|0x0)-this['_minBufferSize'],0x0);var _0xdcb372=_0x47bb9d*_0x108d1d,_0x81721b=_0x4f2d2b[_0x2b618c(0x1a4)](_0xdcb372*0x4,_0x153418);if(_0xdcb372){for(var _0x4e382b=0x0;_0x4e382b<_0xdcb372;_0x4e382b+=_0x108d1d)this['_doProcessBlock'](_0x143ab0,_0x4e382b);_0x3d3e09=_0x143ab0['splice'](0x0,_0xdcb372),_0x110965['sigBytes']-=_0x81721b;}return new _0x56e7e4[(_0x2b618c(0x30d))](_0x3d3e09,_0x81721b);},'clone':function(){const _0x185a57=_0x2110c7;var _0x53a61e=_0x409c62['clone']['call'](this);return _0x53a61e['_data']=this[_0x185a57(0x3a2)][_0x185a57(0x13d)](),_0x53a61e;},'_minBufferSize':0x0});_0x3539b4[_0x2110c7(0x12d)]=_0x5a31c8[_0x2110c7(0x310)]({'cfg':_0x409c62[_0x2110c7(0x310)](),'init':function(_0x12d293){const _0xa4bd=_0x2110c7;this[_0xa4bd(0x21e)]=this[_0xa4bd(0x21e)][_0xa4bd(0x310)](_0x12d293),this[_0xa4bd(0x527)]();},'reset':function(){const _0x36b190=_0x2110c7;_0x5a31c8[_0x36b190(0x527)][_0x36b190(0x4fd)](this),this[_0x36b190(0x33c)]();},'update':function(_0x54ec28){return this['_append'](_0x54ec28),this['_process'](),this;},'finalize':function(_0x16bfa4){const _0x461b62=_0x2110c7;_0x16bfa4&&this['_append'](_0x16bfa4);var _0x831c23=this[_0x461b62(0x93)]();return _0x831c23;},'blockSize':0x10,'_createHelper':function(_0x18ab68){return function(_0x281c8e,_0x43af9a){const _0x4b8e60=_0x5c47;return new _0x18ab68['init'](_0x43af9a)[_0x4b8e60(0x41d)](_0x281c8e);};},'_createHmacHelper':function(_0x2f25f2){return function(_0x52c8ac,_0x4d7853){const _0x27d040=_0x5c47;return new _0x19ddca['HMAC'][(_0x27d040(0x30d))](_0x2f25f2,_0x4d7853)[_0x27d040(0x41d)](_0x52c8ac);};}});var _0x19ddca=_0x4ed44a[_0x2110c7(0x54d)]={};return _0x4ed44a;}(Math);return _0x539092;}));}(_0x29ad58)),_0x29ad58[_0x2134c3(0x4cc)];}var _0x459eff={'exports':{}},_0x27c563;function _0x12ac0e(){const _0x2a6005=_0x4ffe42;return _0x27c563||(_0x27c563=0x1,function(_0x1bfb1a,_0x493304){(function(_0x4adfe7,_0x4f4fc6){const _0x1e79aa=_0x5c47;_0x1bfb1a[_0x1e79aa(0x4cc)]=_0x4f4fc6(_0x31c257());}(_0x3c5640,function(_0xde1a2){const _0x454ef1=_0x5c47;return(function(){const _0x4283ad=_0x5c47;var _0x139177=_0xde1a2,_0x4de37a=_0x139177[_0x4283ad(0x4b5)],_0x2bc0a1=_0x4de37a[_0x4283ad(0x2be)],_0x239acd=_0x139177[_0x4283ad(0x4c3)];_0x239acd[_0x4283ad(0x518)]={'stringify':function(_0x41dc4e){const _0xc8cb8=_0x4283ad;var _0x544321=_0x41dc4e[_0xc8cb8(0x51c)],_0x195577=_0x41dc4e[_0xc8cb8(0x1cf)],_0x2f8d65=this[_0xc8cb8(0x101)];_0x41dc4e[_0xc8cb8(0x4cb)]();for(var _0x29dfd0=[],_0xcdb66d=0x0;_0xcdb66d<_0x195577;_0xcdb66d+=0x3)for(var _0x3c28d6=_0x544321[_0xcdb66d>>>0x2]>>>0x18-_0xcdb66d%0x4*0x8&0xff,_0x3fe5c8=_0x544321[_0xcdb66d+0x1>>>0x2]>>>0x18-(_0xcdb66d+0x1)%0x4*0x8&0xff,_0xdb7701=_0x544321[_0xcdb66d+0x2>>>0x2]>>>0x18-(_0xcdb66d+0x2)%0x4*0x8&0xff,_0x1458c4=_0x3c28d6<<0x10|_0x3fe5c8<<0x8|_0xdb7701,_0x164da9=0x0;_0x164da9<0x4&&_0xcdb66d+_0x164da9*0.75<_0x195577;_0x164da9++)_0x29dfd0[_0xc8cb8(0x3cc)](_0x2f8d65[_0xc8cb8(0xdc)](_0x1458c4>>>0x6*(0x3-_0x164da9)&0x3f));var _0x45327a=_0x2f8d65[_0xc8cb8(0xdc)](0x40);if(_0x45327a){for(;_0x29dfd0[_0xc8cb8(0x331)]%0x4;)_0x29dfd0[_0xc8cb8(0x3cc)](_0x45327a);}return _0x29dfd0['join']('');},'parse':function(_0x40bb91){const _0x2c8da8=_0x4283ad;var _0x4b1c8d=_0x40bb91[_0x2c8da8(0x331)],_0x21e04f=this[_0x2c8da8(0x101)],_0x58a81b=this[_0x2c8da8(0x46d)];if(!_0x58a81b){_0x58a81b=this[_0x2c8da8(0x46d)]=[];for(var _0x5c32f7=0x0;_0x5c32f7<_0x21e04f[_0x2c8da8(0x331)];_0x5c32f7++)_0x58a81b[_0x21e04f[_0x2c8da8(0xdd)](_0x5c32f7)]=_0x5c32f7;}var _0xab2701=_0x21e04f[_0x2c8da8(0xdc)](0x40);if(_0xab2701){var _0x3fbf96=_0x40bb91[_0x2c8da8(0xdb)](_0xab2701);_0x3fbf96!==-0x1&&(_0x4b1c8d=_0x3fbf96);}return _0x1752db(_0x40bb91,_0x4b1c8d,_0x58a81b);},'_map':_0x4283ad(0x3db)};function _0x1752db(_0x4bc8e7,_0x57ef5b,_0x24f537){const _0x4d75f8=_0x4283ad;for(var _0x10250d=[],_0x32cb2c=0x0,_0x25e5b9=0x0;_0x25e5b9<_0x57ef5b;_0x25e5b9++)if(_0x25e5b9%0x4){var _0x122f46=_0x24f537[_0x4bc8e7[_0x4d75f8(0xdd)](_0x25e5b9-0x1)]<<_0x25e5b9%0x4*0x2,_0x82fe17=_0x24f537[_0x4bc8e7[_0x4d75f8(0xdd)](_0x25e5b9)]>>>0x6-_0x25e5b9%0x4*0x2,_0x298950=_0x122f46|_0x82fe17;_0x10250d[_0x32cb2c>>>0x2]|=_0x298950<<0x18-_0x32cb2c%0x4*0x8,_0x32cb2c++;}return _0x2bc0a1['create'](_0x10250d,_0x32cb2c);}}()),_0xde1a2['enc'][_0x454ef1(0x518)];}));}(_0x459eff)),_0x459eff[_0x2a6005(0x4cc)];}var _0x32fa2c={'exports':{}},_0x367d53;function _0x103f89(){const _0x6a2925=_0x4ffe42;return _0x367d53||(_0x367d53=0x1,function(_0x4d632f,_0x2fae4b){(function(_0x393c11,_0x4903ea){const _0x14f8c4=_0x5c47;_0x4d632f[_0x14f8c4(0x4cc)]=_0x4903ea(_0x31c257());}(_0x3c5640,function(_0x320e8b){const _0x208803=_0x5c47;return function(_0x389233){const _0x2eb508=_0x5c47;var _0x11eeb5=_0x320e8b,_0x464aed=_0x11eeb5[_0x2eb508(0x4b5)],_0x4eaaad=_0x464aed[_0x2eb508(0x2be)],_0x1146ae=_0x464aed[_0x2eb508(0x12d)],_0x4bdda5=_0x11eeb5[_0x2eb508(0x54d)],_0x4d19b6=[];(function(){const _0x459a92=_0x2eb508;for(var _0x253ff4=0x0;_0x253ff4<0x40;_0x253ff4++)_0x4d19b6[_0x253ff4]=_0x389233['abs'](_0x389233[_0x459a92(0x476)](_0x253ff4+0x1))*0x100000000|0x0;}());var _0x551cc8=_0x4bdda5['MD5']=_0x1146ae[_0x2eb508(0x310)]({'_doReset':function(){const _0xecf6f7=_0x2eb508;this[_0xecf6f7(0x1af)]=new _0x4eaaad[(_0xecf6f7(0x30d))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x5cc3a9,_0x130576){const _0x15e49a=_0x2eb508;for(var _0x19ec95=0x0;_0x19ec95<0x10;_0x19ec95++){var _0x1db9ff=_0x130576+_0x19ec95,_0x283c15=_0x5cc3a9[_0x1db9ff];_0x5cc3a9[_0x1db9ff]=(_0x283c15<<0x8|_0x283c15>>>0x18)&0xff00ff|(_0x283c15<<0x18|_0x283c15>>>0x8)&0xff00ff00;}var _0xbfbdc8=this[_0x15e49a(0x1af)][_0x15e49a(0x51c)],_0x551bbe=_0x5cc3a9[_0x130576+0x0],_0x289a8c=_0x5cc3a9[_0x130576+0x1],_0x594147=_0x5cc3a9[_0x130576+0x2],_0x4c91f2=_0x5cc3a9[_0x130576+0x3],_0x5a99c4=_0x5cc3a9[_0x130576+0x4],_0x123395=_0x5cc3a9[_0x130576+0x5],_0x56ea45=_0x5cc3a9[_0x130576+0x6],_0x323a6e=_0x5cc3a9[_0x130576+0x7],_0x3ddc8f=_0x5cc3a9[_0x130576+0x8],_0x50fe15=_0x5cc3a9[_0x130576+0x9],_0x586092=_0x5cc3a9[_0x130576+0xa],_0x181027=_0x5cc3a9[_0x130576+0xb],_0xcea946=_0x5cc3a9[_0x130576+0xc],_0x45a8ee=_0x5cc3a9[_0x130576+0xd],_0x29304c=_0x5cc3a9[_0x130576+0xe],_0x4c1c8f=_0x5cc3a9[_0x130576+0xf],_0x1c94a7=_0xbfbdc8[0x0],_0x2de42d=_0xbfbdc8[0x1],_0x242279=_0xbfbdc8[0x2],_0x28e8c8=_0xbfbdc8[0x3];_0x1c94a7=_0x76d002(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x551bbe,0x7,_0x4d19b6[0x0]),_0x28e8c8=_0x76d002(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x289a8c,0xc,_0x4d19b6[0x1]),_0x242279=_0x76d002(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x594147,0x11,_0x4d19b6[0x2]),_0x2de42d=_0x76d002(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x4c91f2,0x16,_0x4d19b6[0x3]),_0x1c94a7=_0x76d002(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x5a99c4,0x7,_0x4d19b6[0x4]),_0x28e8c8=_0x76d002(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x123395,0xc,_0x4d19b6[0x5]),_0x242279=_0x76d002(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x56ea45,0x11,_0x4d19b6[0x6]),_0x2de42d=_0x76d002(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x323a6e,0x16,_0x4d19b6[0x7]),_0x1c94a7=_0x76d002(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x3ddc8f,0x7,_0x4d19b6[0x8]),_0x28e8c8=_0x76d002(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x50fe15,0xc,_0x4d19b6[0x9]),_0x242279=_0x76d002(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x586092,0x11,_0x4d19b6[0xa]),_0x2de42d=_0x76d002(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x181027,0x16,_0x4d19b6[0xb]),_0x1c94a7=_0x76d002(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0xcea946,0x7,_0x4d19b6[0xc]),_0x28e8c8=_0x76d002(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x45a8ee,0xc,_0x4d19b6[0xd]),_0x242279=_0x76d002(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x29304c,0x11,_0x4d19b6[0xe]),_0x2de42d=_0x76d002(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x4c1c8f,0x16,_0x4d19b6[0xf]),_0x1c94a7=_0x2ab55f(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x289a8c,0x5,_0x4d19b6[0x10]),_0x28e8c8=_0x2ab55f(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x56ea45,0x9,_0x4d19b6[0x11]),_0x242279=_0x2ab55f(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x181027,0xe,_0x4d19b6[0x12]),_0x2de42d=_0x2ab55f(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x551bbe,0x14,_0x4d19b6[0x13]),_0x1c94a7=_0x2ab55f(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x123395,0x5,_0x4d19b6[0x14]),_0x28e8c8=_0x2ab55f(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x586092,0x9,_0x4d19b6[0x15]),_0x242279=_0x2ab55f(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x4c1c8f,0xe,_0x4d19b6[0x16]),_0x2de42d=_0x2ab55f(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x5a99c4,0x14,_0x4d19b6[0x17]),_0x1c94a7=_0x2ab55f(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x50fe15,0x5,_0x4d19b6[0x18]),_0x28e8c8=_0x2ab55f(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x29304c,0x9,_0x4d19b6[0x19]),_0x242279=_0x2ab55f(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x4c91f2,0xe,_0x4d19b6[0x1a]),_0x2de42d=_0x2ab55f(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x3ddc8f,0x14,_0x4d19b6[0x1b]),_0x1c94a7=_0x2ab55f(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x45a8ee,0x5,_0x4d19b6[0x1c]),_0x28e8c8=_0x2ab55f(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x594147,0x9,_0x4d19b6[0x1d]),_0x242279=_0x2ab55f(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x323a6e,0xe,_0x4d19b6[0x1e]),_0x2de42d=_0x2ab55f(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0xcea946,0x14,_0x4d19b6[0x1f]),_0x1c94a7=_0x4b8058(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x123395,0x4,_0x4d19b6[0x20]),_0x28e8c8=_0x4b8058(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x3ddc8f,0xb,_0x4d19b6[0x21]),_0x242279=_0x4b8058(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x181027,0x10,_0x4d19b6[0x22]),_0x2de42d=_0x4b8058(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x29304c,0x17,_0x4d19b6[0x23]),_0x1c94a7=_0x4b8058(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x289a8c,0x4,_0x4d19b6[0x24]),_0x28e8c8=_0x4b8058(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x5a99c4,0xb,_0x4d19b6[0x25]),_0x242279=_0x4b8058(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x323a6e,0x10,_0x4d19b6[0x26]),_0x2de42d=_0x4b8058(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x586092,0x17,_0x4d19b6[0x27]),_0x1c94a7=_0x4b8058(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x45a8ee,0x4,_0x4d19b6[0x28]),_0x28e8c8=_0x4b8058(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x551bbe,0xb,_0x4d19b6[0x29]),_0x242279=_0x4b8058(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x4c91f2,0x10,_0x4d19b6[0x2a]),_0x2de42d=_0x4b8058(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x56ea45,0x17,_0x4d19b6[0x2b]),_0x1c94a7=_0x4b8058(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x50fe15,0x4,_0x4d19b6[0x2c]),_0x28e8c8=_0x4b8058(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0xcea946,0xb,_0x4d19b6[0x2d]),_0x242279=_0x4b8058(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x4c1c8f,0x10,_0x4d19b6[0x2e]),_0x2de42d=_0x4b8058(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x594147,0x17,_0x4d19b6[0x2f]),_0x1c94a7=_0x3349d2(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x551bbe,0x6,_0x4d19b6[0x30]),_0x28e8c8=_0x3349d2(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x323a6e,0xa,_0x4d19b6[0x31]),_0x242279=_0x3349d2(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x29304c,0xf,_0x4d19b6[0x32]),_0x2de42d=_0x3349d2(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x123395,0x15,_0x4d19b6[0x33]),_0x1c94a7=_0x3349d2(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0xcea946,0x6,_0x4d19b6[0x34]),_0x28e8c8=_0x3349d2(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x4c91f2,0xa,_0x4d19b6[0x35]),_0x242279=_0x3349d2(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x586092,0xf,_0x4d19b6[0x36]),_0x2de42d=_0x3349d2(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x289a8c,0x15,_0x4d19b6[0x37]),_0x1c94a7=_0x3349d2(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x3ddc8f,0x6,_0x4d19b6[0x38]),_0x28e8c8=_0x3349d2(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x4c1c8f,0xa,_0x4d19b6[0x39]),_0x242279=_0x3349d2(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x56ea45,0xf,_0x4d19b6[0x3a]),_0x2de42d=_0x3349d2(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x45a8ee,0x15,_0x4d19b6[0x3b]),_0x1c94a7=_0x3349d2(_0x1c94a7,_0x2de42d,_0x242279,_0x28e8c8,_0x5a99c4,0x6,_0x4d19b6[0x3c]),_0x28e8c8=_0x3349d2(_0x28e8c8,_0x1c94a7,_0x2de42d,_0x242279,_0x181027,0xa,_0x4d19b6[0x3d]),_0x242279=_0x3349d2(_0x242279,_0x28e8c8,_0x1c94a7,_0x2de42d,_0x594147,0xf,_0x4d19b6[0x3e]),_0x2de42d=_0x3349d2(_0x2de42d,_0x242279,_0x28e8c8,_0x1c94a7,_0x50fe15,0x15,_0x4d19b6[0x3f]),_0xbfbdc8[0x0]=_0xbfbdc8[0x0]+_0x1c94a7|0x0,_0xbfbdc8[0x1]=_0xbfbdc8[0x1]+_0x2de42d|0x0,_0xbfbdc8[0x2]=_0xbfbdc8[0x2]+_0x242279|0x0,_0xbfbdc8[0x3]=_0xbfbdc8[0x3]+_0x28e8c8|0x0;},'_doFinalize':function(){const _0x317c81=_0x2eb508;var _0x2b1beb=this['_data'],_0x29c063=_0x2b1beb[_0x317c81(0x51c)],_0x1734de=this[_0x317c81(0x1e1)]*0x8,_0xdabc5d=_0x2b1beb['sigBytes']*0x8;_0x29c063[_0xdabc5d>>>0x5]|=0x80<<0x18-_0xdabc5d%0x20;var _0x1e700c=_0x389233[_0x317c81(0x208)](_0x1734de/0x100000000),_0x27d218=_0x1734de;_0x29c063[(_0xdabc5d+0x40>>>0x9<<0x4)+0xf]=(_0x1e700c<<0x8|_0x1e700c>>>0x18)&0xff00ff|(_0x1e700c<<0x18|_0x1e700c>>>0x8)&0xff00ff00,_0x29c063[(_0xdabc5d+0x40>>>0x9<<0x4)+0xe]=(_0x27d218<<0x8|_0x27d218>>>0x18)&0xff00ff|(_0x27d218<<0x18|_0x27d218>>>0x8)&0xff00ff00,_0x2b1beb[_0x317c81(0x1cf)]=(_0x29c063[_0x317c81(0x331)]+0x1)*0x4,this[_0x317c81(0x139)]();for(var _0x24141c=this[_0x317c81(0x1af)],_0x2d8ded=_0x24141c['words'],_0xa6fa8f=0x0;_0xa6fa8f<0x4;_0xa6fa8f++){var _0x315cee=_0x2d8ded[_0xa6fa8f];_0x2d8ded[_0xa6fa8f]=(_0x315cee<<0x8|_0x315cee>>>0x18)&0xff00ff|(_0x315cee<<0x18|_0x315cee>>>0x8)&0xff00ff00;}return _0x24141c;},'clone':function(){const _0xf6c5b5=_0x2eb508;var _0x4be29a=_0x1146ae[_0xf6c5b5(0x13d)][_0xf6c5b5(0x4fd)](this);return _0x4be29a[_0xf6c5b5(0x1af)]=this[_0xf6c5b5(0x1af)]['clone'](),_0x4be29a;}});function _0x76d002(_0x14e06a,_0x1ce98e,_0x2201a8,_0x14fa80,_0x15a042,_0x519261,_0xe320df){var _0x20fe67=_0x14e06a+(_0x1ce98e&_0x2201a8|~_0x1ce98e&_0x14fa80)+_0x15a042+_0xe320df;return(_0x20fe67<<_0x519261|_0x20fe67>>>0x20-_0x519261)+_0x1ce98e;}function _0x2ab55f(_0x54ba77,_0x2425a9,_0x4ebc2e,_0x389298,_0x1725f0,_0x565e6b,_0x516c55){var _0x1d91af=_0x54ba77+(_0x2425a9&_0x389298|_0x4ebc2e&~_0x389298)+_0x1725f0+_0x516c55;return(_0x1d91af<<_0x565e6b|_0x1d91af>>>0x20-_0x565e6b)+_0x2425a9;}function _0x4b8058(_0x2e821b,_0x457cdf,_0x20369c,_0xe8b3b9,_0x7ed8b4,_0x538e27,_0x1610ab){var _0x564ce5=_0x2e821b+(_0x457cdf^_0x20369c^_0xe8b3b9)+_0x7ed8b4+_0x1610ab;return(_0x564ce5<<_0x538e27|_0x564ce5>>>0x20-_0x538e27)+_0x457cdf;}function _0x3349d2(_0xb58d99,_0xb79ba8,_0xbc4ea0,_0x1cb27c,_0x50aefe,_0x446525,_0x589f1d){var _0x1c11d2=_0xb58d99+(_0xbc4ea0^(_0xb79ba8|~_0x1cb27c))+_0x50aefe+_0x589f1d;return(_0x1c11d2<<_0x446525|_0x1c11d2>>>0x20-_0x446525)+_0xb79ba8;}_0x11eeb5[_0x2eb508(0x224)]=_0x1146ae[_0x2eb508(0xd1)](_0x551cc8),_0x11eeb5[_0x2eb508(0x13b)]=_0x1146ae['_createHmacHelper'](_0x551cc8);}(Math),_0x320e8b[_0x208803(0x224)];}));}(_0x32fa2c)),_0x32fa2c[_0x6a2925(0x4cc)];}var _0x356f01={'exports':{}},_0x5615bb={'exports':{}},_0x1fdef7;function _0x1d0cc7(){const _0x569e33=_0x4ffe42;return _0x1fdef7||(_0x1fdef7=0x1,function(_0x327c0d,_0x29d379){(function(_0x236e0a,_0x2d079c){const _0x4517aa=_0x5c47;_0x327c0d[_0x4517aa(0x4cc)]=_0x2d079c(_0x31c257());}(_0x3c5640,function(_0x2abec9){const _0x17c548=_0x5c47;return(function(){const _0x2e0a76=_0x5c47;var _0x5849a5=_0x2abec9,_0x2885ab=_0x5849a5[_0x2e0a76(0x4b5)],_0x38e023=_0x2885ab[_0x2e0a76(0x2be)],_0x5eaf0d=_0x2885ab['Hasher'],_0x1623fc=_0x5849a5[_0x2e0a76(0x54d)],_0x27203c=[],_0x3772a5=_0x1623fc[_0x2e0a76(0x506)]=_0x5eaf0d[_0x2e0a76(0x310)]({'_doReset':function(){this['_hash']=new _0x38e023['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x19e151,_0x22cdd6){for(var _0x5e32c9=this['_hash']['words'],_0xe3a116=_0x5e32c9[0x0],_0x1673b3=_0x5e32c9[0x1],_0x5402fd=_0x5e32c9[0x2],_0x5ddf55=_0x5e32c9[0x3],_0x21961d=_0x5e32c9[0x4],_0x323b5c=0x0;_0x323b5c<0x50;_0x323b5c++){if(_0x323b5c<0x10)_0x27203c[_0x323b5c]=_0x19e151[_0x22cdd6+_0x323b5c]|0x0;else{var _0x33f276=_0x27203c[_0x323b5c-0x3]^_0x27203c[_0x323b5c-0x8]^_0x27203c[_0x323b5c-0xe]^_0x27203c[_0x323b5c-0x10];_0x27203c[_0x323b5c]=_0x33f276<<0x1|_0x33f276>>>0x1f;}var _0x4171a5=(_0xe3a116<<0x5|_0xe3a116>>>0x1b)+_0x21961d+_0x27203c[_0x323b5c];_0x323b5c<0x14?_0x4171a5+=(_0x1673b3&_0x5402fd|~_0x1673b3&_0x5ddf55)+0x5a827999:_0x323b5c<0x28?_0x4171a5+=(_0x1673b3^_0x5402fd^_0x5ddf55)+0x6ed9eba1:_0x323b5c<0x3c?_0x4171a5+=(_0x1673b3&_0x5402fd|_0x1673b3&_0x5ddf55|_0x5402fd&_0x5ddf55)-0x70e44324:_0x4171a5+=(_0x1673b3^_0x5402fd^_0x5ddf55)-0x359d3e2a,_0x21961d=_0x5ddf55,_0x5ddf55=_0x5402fd,_0x5402fd=_0x1673b3<<0x1e|_0x1673b3>>>0x2,_0x1673b3=_0xe3a116,_0xe3a116=_0x4171a5;}_0x5e32c9[0x0]=_0x5e32c9[0x0]+_0xe3a116|0x0,_0x5e32c9[0x1]=_0x5e32c9[0x1]+_0x1673b3|0x0,_0x5e32c9[0x2]=_0x5e32c9[0x2]+_0x5402fd|0x0,_0x5e32c9[0x3]=_0x5e32c9[0x3]+_0x5ddf55|0x0,_0x5e32c9[0x4]=_0x5e32c9[0x4]+_0x21961d|0x0;},'_doFinalize':function(){const _0x511007=_0x2e0a76;var _0x2c2690=this[_0x511007(0x3a2)],_0x8eaa27=_0x2c2690[_0x511007(0x51c)],_0x41c7b2=this['_nDataBytes']*0x8,_0x53f84b=_0x2c2690[_0x511007(0x1cf)]*0x8;return _0x8eaa27[_0x53f84b>>>0x5]|=0x80<<0x18-_0x53f84b%0x20,_0x8eaa27[(_0x53f84b+0x40>>>0x9<<0x4)+0xe]=Math['floor'](_0x41c7b2/0x100000000),_0x8eaa27[(_0x53f84b+0x40>>>0x9<<0x4)+0xf]=_0x41c7b2,_0x2c2690[_0x511007(0x1cf)]=_0x8eaa27[_0x511007(0x331)]*0x4,this[_0x511007(0x139)](),this[_0x511007(0x1af)];},'clone':function(){const _0x459a09=_0x2e0a76;var _0x5ef49d=_0x5eaf0d[_0x459a09(0x13d)]['call'](this);return _0x5ef49d[_0x459a09(0x1af)]=this['_hash'][_0x459a09(0x13d)](),_0x5ef49d;}});_0x5849a5[_0x2e0a76(0x506)]=_0x5eaf0d['_createHelper'](_0x3772a5),_0x5849a5[_0x2e0a76(0x10c)]=_0x5eaf0d[_0x2e0a76(0x2d9)](_0x3772a5);}()),_0x2abec9[_0x17c548(0x506)];}));}(_0x5615bb)),_0x5615bb[_0x569e33(0x4cc)];}var _0x30e60d={'exports':{}},_0x571a24;function _0x250ac6(){const _0x435abf=_0x4ffe42;return _0x571a24||(_0x571a24=0x1,function(_0x3aa6ee,_0x10a839){(function(_0x163439,_0x1caffd){_0x3aa6ee['exports']=_0x1caffd(_0x31c257());}(_0x3c5640,function(_0x54b093){(function(){const _0x485241=_0x5c47;var _0x3b496c=_0x54b093,_0xabf8c9=_0x3b496c[_0x485241(0x4b5)],_0x585d32=_0xabf8c9[_0x485241(0x4d1)],_0xc2a0ad=_0x3b496c[_0x485241(0x4c3)],_0x159e6f=_0xc2a0ad[_0x485241(0x14d)],_0x4412b1=_0x3b496c['algo'];_0x4412b1['HMAC']=_0x585d32['extend']({'init':function(_0x20d388,_0x1aaa10){const _0x54bfd9=_0x485241;_0x20d388=this[_0x54bfd9(0x212)]=new _0x20d388[(_0x54bfd9(0x30d))](),typeof _0x1aaa10=='string'&&(_0x1aaa10=_0x159e6f[_0x54bfd9(0x557)](_0x1aaa10));var _0x4250b0=_0x20d388[_0x54bfd9(0x47e)],_0x5dd3fc=_0x4250b0*0x4;_0x1aaa10[_0x54bfd9(0x1cf)]>_0x5dd3fc&&(_0x1aaa10=_0x20d388['finalize'](_0x1aaa10)),_0x1aaa10[_0x54bfd9(0x4cb)]();for(var _0x3c8fae=this[_0x54bfd9(0x537)]=_0x1aaa10[_0x54bfd9(0x13d)](),_0x3da8e1=this[_0x54bfd9(0x229)]=_0x1aaa10[_0x54bfd9(0x13d)](),_0xbe35bd=_0x3c8fae[_0x54bfd9(0x51c)],_0x193b12=_0x3da8e1[_0x54bfd9(0x51c)],_0xdcea4a=0x0;_0xdcea4a<_0x4250b0;_0xdcea4a++)_0xbe35bd[_0xdcea4a]^=0x5c5c5c5c,_0x193b12[_0xdcea4a]^=0x36363636;_0x3c8fae[_0x54bfd9(0x1cf)]=_0x3da8e1['sigBytes']=_0x5dd3fc,this[_0x54bfd9(0x527)]();},'reset':function(){const _0x2edd7a=_0x485241;var _0xd06bf1=this[_0x2edd7a(0x212)];_0xd06bf1[_0x2edd7a(0x527)](),_0xd06bf1[_0x2edd7a(0x42e)](this[_0x2edd7a(0x229)]);},'update':function(_0x3ab489){const _0x4040de=_0x485241;return this['_hasher'][_0x4040de(0x42e)](_0x3ab489),this;},'finalize':function(_0x297fd2){const _0x5b5a84=_0x485241;var _0x1867b8=this[_0x5b5a84(0x212)],_0x3ad0eb=_0x1867b8[_0x5b5a84(0x41d)](_0x297fd2);_0x1867b8[_0x5b5a84(0x527)]();var _0x25d911=_0x1867b8[_0x5b5a84(0x41d)](this[_0x5b5a84(0x537)][_0x5b5a84(0x13d)]()['concat'](_0x3ad0eb));return _0x25d911;}});}());}));}(_0x30e60d)),_0x30e60d[_0x435abf(0x4cc)];}var _0x15b3be;function _0x2e6fde(){const _0x3a3260=_0x4ffe42;return _0x15b3be||(_0x15b3be=0x1,function(_0x2d13b3,_0x20faaa){(function(_0x539fc8,_0x32625e,_0x4a49cb){const _0x6b6141=_0x5c47;_0x2d13b3[_0x6b6141(0x4cc)]=_0x32625e(_0x31c257(),_0x1d0cc7(),_0x250ac6());}(_0x3c5640,function(_0x21d542){const _0x24c888=_0x5c47;return(function(){const _0x2136a1=_0x5c47;var _0x51fbda=_0x21d542,_0x4eca0d=_0x51fbda[_0x2136a1(0x4b5)],_0x32a311=_0x4eca0d['Base'],_0x5cc2aa=_0x4eca0d[_0x2136a1(0x2be)],_0x42e001=_0x51fbda[_0x2136a1(0x54d)],_0x1b2c88=_0x42e001[_0x2136a1(0x224)],_0x211344=_0x42e001[_0x2136a1(0x391)]=_0x32a311[_0x2136a1(0x310)]({'cfg':_0x32a311['extend']({'keySize':0x80/0x20,'hasher':_0x1b2c88,'iterations':0x1}),'init':function(_0xeadbef){const _0x3b54a1=_0x2136a1;this[_0x3b54a1(0x21e)]=this[_0x3b54a1(0x21e)][_0x3b54a1(0x310)](_0xeadbef);},'compute':function(_0x3a1390,_0x34ffc2){const _0x4f536d=_0x2136a1;for(var _0x810d25,_0x1d811=this['cfg'],_0x258e3f=_0x1d811[_0x4f536d(0x1ae)][_0x4f536d(0x4f3)](),_0x12ca3c=_0x5cc2aa[_0x4f536d(0x4f3)](),_0x13de66=_0x12ca3c[_0x4f536d(0x51c)],_0x3f545b=_0x1d811['keySize'],_0x27c1e3=_0x1d811[_0x4f536d(0x1e8)];_0x13de66[_0x4f536d(0x331)]<_0x3f545b;){_0x810d25&&_0x258e3f['update'](_0x810d25),_0x810d25=_0x258e3f[_0x4f536d(0x42e)](_0x3a1390)['finalize'](_0x34ffc2),_0x258e3f['reset']();for(var _0x4695d5=0x1;_0x4695d5<_0x27c1e3;_0x4695d5++)_0x810d25=_0x258e3f['finalize'](_0x810d25),_0x258e3f['reset']();_0x12ca3c[_0x4f536d(0x276)](_0x810d25);}return _0x12ca3c[_0x4f536d(0x1cf)]=_0x3f545b*0x4,_0x12ca3c;}});_0x51fbda['EvpKDF']=function(_0x5715cc,_0x1aa9a2,_0x14371c){const _0x1309cb=_0x2136a1;return _0x211344[_0x1309cb(0x4f3)](_0x14371c)[_0x1309cb(0x204)](_0x5715cc,_0x1aa9a2);};}()),_0x21d542[_0x24c888(0x391)];}));}(_0x356f01)),_0x356f01[_0x3a3260(0x4cc)];}var _0x10bb82={'exports':{}},_0x88cd38;function _0x47c583(){const _0x4c2a0e=_0x4ffe42;return _0x88cd38||(_0x88cd38=0x1,function(_0x2dedc1,_0x16e56e){(function(_0x56d04d,_0x5a3385,_0x53ce46){const _0x3ca1dd=_0x5c47;_0x2dedc1[_0x3ca1dd(0x4cc)]=_0x5a3385(_0x31c257(),_0x2e6fde());}(_0x3c5640,function(_0x5122ad){const _0x57f30e=_0x5c47;_0x5122ad[_0x57f30e(0x4b5)]['Cipher']||function(_0x413e23){const _0x353b20=_0x57f30e;var _0x57f7e2=_0x5122ad,_0x51505e=_0x57f7e2['lib'],_0x119c7a=_0x51505e[_0x353b20(0x4d1)],_0x29b8cd=_0x51505e[_0x353b20(0x2be)],_0x465416=_0x51505e[_0x353b20(0x177)],_0x3d390e=_0x57f7e2['enc'];_0x3d390e['Utf8'];var _0x78c4e0=_0x3d390e[_0x353b20(0x518)],_0x3df362=_0x57f7e2['algo'],_0x6363ad=_0x3df362[_0x353b20(0x391)],_0x498c8d=_0x51505e['Cipher']=_0x465416['extend']({'cfg':_0x119c7a['extend'](),'createEncryptor':function(_0x52f26c,_0x38fd41){const _0x5b0720=_0x353b20;return this[_0x5b0720(0x4f3)](this[_0x5b0720(0x19d)],_0x52f26c,_0x38fd41);},'createDecryptor':function(_0x210550,_0x329f79){const _0x4a1fa3=_0x353b20;return this[_0x4a1fa3(0x4f3)](this[_0x4a1fa3(0x482)],_0x210550,_0x329f79);},'init':function(_0x1efdd2,_0x3558cc,_0x27fd1a){const _0x1e2722=_0x353b20;this[_0x1e2722(0x21e)]=this['cfg'][_0x1e2722(0x310)](_0x27fd1a),this[_0x1e2722(0x43b)]=_0x1efdd2,this[_0x1e2722(0x1fd)]=_0x3558cc,this[_0x1e2722(0x527)]();},'reset':function(){const _0x23d743=_0x353b20;_0x465416['reset'][_0x23d743(0x4fd)](this),this[_0x23d743(0x33c)]();},'process':function(_0x1c19c8){return this['_append'](_0x1c19c8),this['_process']();},'finalize':function(_0x1a6104){const _0x141fcf=_0x353b20;_0x1a6104&&this[_0x141fcf(0x3f6)](_0x1a6104);var _0x4fdcb8=this['_doFinalize']();return _0x4fdcb8;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x3e0a3f(_0x555f3c){const _0x5a82ae=_0x5c47;return typeof _0x555f3c==_0x5a82ae(0x380)?_0x5605e6:_0x3cccbc;}return function(_0x5e4083){return{'encrypt':function(_0x518dae,_0x170344,_0x418e34){return _0x3e0a3f(_0x170344)['encrypt'](_0x5e4083,_0x518dae,_0x170344,_0x418e34);},'decrypt':function(_0x30bda3,_0x4ed85d,_0x9afeff){const _0x83dcb9=_0x5c47;return _0x3e0a3f(_0x4ed85d)[_0x83dcb9(0x4af)](_0x5e4083,_0x30bda3,_0x4ed85d,_0x9afeff);}};};}())});_0x51505e['StreamCipher']=_0x498c8d['extend']({'_doFinalize':function(){const _0x11a078=_0x353b20;var _0x266cf5=this[_0x11a078(0x139)](!0x0);return _0x266cf5;},'blockSize':0x1});var _0x56c9a6=_0x57f7e2[_0x353b20(0x440)]={},_0x93753a=_0x51505e[_0x353b20(0x536)]=_0x119c7a[_0x353b20(0x310)]({'createEncryptor':function(_0x233e43,_0x1007d7){const _0x49d3da=_0x353b20;return this[_0x49d3da(0xa4)][_0x49d3da(0x4f3)](_0x233e43,_0x1007d7);},'createDecryptor':function(_0x1888be,_0x210bf0){const _0xdbc3d0=_0x353b20;return this[_0xdbc3d0(0x351)]['create'](_0x1888be,_0x210bf0);},'init':function(_0x974f52,_0x2c09f0){const _0x1117f3=_0x353b20;this[_0x1117f3(0x241)]=_0x974f52,this[_0x1117f3(0x4bc)]=_0x2c09f0;}}),_0x36e6f4=_0x56c9a6[_0x353b20(0x256)]=(function(){const _0x13727f=_0x353b20;var _0x37d70c=_0x93753a['extend']();_0x37d70c[_0x13727f(0xa4)]=_0x37d70c[_0x13727f(0x310)]({'processBlock':function(_0x42611d,_0x17548e){const _0x46ca21=_0x13727f;var _0x58b642=this[_0x46ca21(0x241)],_0x5e7828=_0x58b642['blockSize'];_0x1de497[_0x46ca21(0x4fd)](this,_0x42611d,_0x17548e,_0x5e7828),_0x58b642[_0x46ca21(0x1b7)](_0x42611d,_0x17548e),this[_0x46ca21(0x43a)]=_0x42611d[_0x46ca21(0xd8)](_0x17548e,_0x17548e+_0x5e7828);}}),_0x37d70c[_0x13727f(0x351)]=_0x37d70c['extend']({'processBlock':function(_0x20a0fa,_0x40f667){const _0x55f21e=_0x13727f;var _0x232ed7=this[_0x55f21e(0x241)],_0x196169=_0x232ed7[_0x55f21e(0x47e)],_0x2e1693=_0x20a0fa[_0x55f21e(0xd8)](_0x40f667,_0x40f667+_0x196169);_0x232ed7[_0x55f21e(0x25c)](_0x20a0fa,_0x40f667),_0x1de497[_0x55f21e(0x4fd)](this,_0x20a0fa,_0x40f667,_0x196169),this[_0x55f21e(0x43a)]=_0x2e1693;}});function _0x1de497(_0x21954c,_0x4ea3e8,_0x32b238){const _0x51eee5=_0x13727f;var _0x379330,_0x287cee=this[_0x51eee5(0x4bc)];_0x287cee?(_0x379330=_0x287cee,this[_0x51eee5(0x4bc)]=_0x413e23):_0x379330=this['_prevBlock'];for(var _0x4844e6=0x0;_0x4844e6<_0x32b238;_0x4844e6++)_0x21954c[_0x4ea3e8+_0x4844e6]^=_0x379330[_0x4844e6];}return _0x37d70c;}()),_0x33b961=_0x57f7e2[_0x353b20(0x24e)]={},_0x2353af=_0x33b961[_0x353b20(0x3b3)]={'pad':function(_0x18e17f,_0x2b99ed){const _0x29bbbd=_0x353b20;for(var _0x36e146=_0x2b99ed*0x4,_0x5013eb=_0x36e146-_0x18e17f[_0x29bbbd(0x1cf)]%_0x36e146,_0x1d2ce1=_0x5013eb<<0x18|_0x5013eb<<0x10|_0x5013eb<<0x8|_0x5013eb,_0x417c1d=[],_0x52a108=0x0;_0x52a108<_0x5013eb;_0x52a108+=0x4)_0x417c1d[_0x29bbbd(0x3cc)](_0x1d2ce1);var _0x1cb1e6=_0x29b8cd[_0x29bbbd(0x4f3)](_0x417c1d,_0x5013eb);_0x18e17f[_0x29bbbd(0x276)](_0x1cb1e6);},'unpad':function(_0x23d4ab){const _0xdce7a2=_0x353b20;var _0x5be4f2=_0x23d4ab[_0xdce7a2(0x51c)][_0x23d4ab[_0xdce7a2(0x1cf)]-0x1>>>0x2]&0xff;_0x23d4ab['sigBytes']-=_0x5be4f2;}};_0x51505e[_0x353b20(0x1da)]=_0x498c8d[_0x353b20(0x310)]({'cfg':_0x498c8d[_0x353b20(0x21e)][_0x353b20(0x310)]({'mode':_0x36e6f4,'padding':_0x2353af}),'reset':function(){const _0x52581f=_0x353b20;var _0x160098;_0x498c8d[_0x52581f(0x527)]['call'](this);var _0x3c0a9f=this['cfg'],_0x1a6d82=_0x3c0a9f['iv'],_0x2b7f2e=_0x3c0a9f[_0x52581f(0x440)];this[_0x52581f(0x43b)]==this[_0x52581f(0x19d)]?_0x160098=_0x2b7f2e[_0x52581f(0xd0)]:(_0x160098=_0x2b7f2e[_0x52581f(0x189)],this[_0x52581f(0x431)]=0x1),this[_0x52581f(0x140)]&&this[_0x52581f(0x140)]['__creator']==_0x160098?this[_0x52581f(0x140)][_0x52581f(0x30d)](this,_0x1a6d82&&_0x1a6d82[_0x52581f(0x51c)]):(this[_0x52581f(0x140)]=_0x160098['call'](_0x2b7f2e,this,_0x1a6d82&&_0x1a6d82[_0x52581f(0x51c)]),this[_0x52581f(0x140)]['__creator']=_0x160098);},'_doProcessBlock':function(_0x49f64d,_0x421ce5){const _0x5500c2=_0x353b20;this[_0x5500c2(0x140)][_0x5500c2(0x2fd)](_0x49f64d,_0x421ce5);},'_doFinalize':function(){const _0x62cdaf=_0x353b20;var _0x59a8c8,_0x1fa686=this['cfg'][_0x62cdaf(0x10b)];return this[_0x62cdaf(0x43b)]==this[_0x62cdaf(0x19d)]?(_0x1fa686['pad'](this[_0x62cdaf(0x3a2)],this[_0x62cdaf(0x47e)]),_0x59a8c8=this[_0x62cdaf(0x139)](!0x0)):(_0x59a8c8=this['_process'](!0x0),_0x1fa686[_0x62cdaf(0x485)](_0x59a8c8)),_0x59a8c8;},'blockSize':0x80/0x20});var _0x485f1c=_0x51505e[_0x353b20(0x271)]=_0x119c7a[_0x353b20(0x310)]({'init':function(_0x22cf24){const _0x4577f8=_0x353b20;this[_0x4577f8(0x390)](_0x22cf24);},'toString':function(_0x4e426a){const _0x4f7760=_0x353b20;return(_0x4e426a||this['formatter'])[_0x4f7760(0x346)](this);}}),_0x46c5aa=_0x57f7e2[_0x353b20(0xc8)]={},_0x44b4af=_0x46c5aa['OpenSSL']={'stringify':function(_0x3f84b9){const _0x3f8106=_0x353b20;var _0x5a503a,_0x58bc7d=_0x3f84b9[_0x3f8106(0x30f)],_0x1490f2=_0x3f84b9[_0x3f8106(0x358)];return _0x1490f2?_0x5a503a=_0x29b8cd['create']([0x53616c74,0x65645f5f])[_0x3f8106(0x276)](_0x1490f2)[_0x3f8106(0x276)](_0x58bc7d):_0x5a503a=_0x58bc7d,_0x5a503a['toString'](_0x78c4e0);},'parse':function(_0x276d60){const _0x3fcc61=_0x353b20;var _0x2591fe,_0x145826=_0x78c4e0[_0x3fcc61(0x557)](_0x276d60),_0x2c4ac0=_0x145826['words'];return _0x2c4ac0[0x0]==0x53616c74&&_0x2c4ac0[0x1]==0x65645f5f&&(_0x2591fe=_0x29b8cd['create'](_0x2c4ac0[_0x3fcc61(0xd8)](0x2,0x4)),_0x2c4ac0[_0x3fcc61(0x1cb)](0x0,0x4),_0x145826[_0x3fcc61(0x1cf)]-=0x10),_0x485f1c[_0x3fcc61(0x4f3)]({'ciphertext':_0x145826,'salt':_0x2591fe});}},_0x3cccbc=_0x51505e[_0x353b20(0x2f7)]=_0x119c7a['extend']({'cfg':_0x119c7a[_0x353b20(0x310)]({'format':_0x44b4af}),'encrypt':function(_0x4c7d5d,_0xc872b1,_0xb20033,_0x3f0c86){const _0x239391=_0x353b20;_0x3f0c86=this['cfg']['extend'](_0x3f0c86);var _0x4731c4=_0x4c7d5d[_0x239391(0xd0)](_0xb20033,_0x3f0c86),_0x23c560=_0x4731c4['finalize'](_0xc872b1),_0x26a3c6=_0x4731c4[_0x239391(0x21e)];return _0x485f1c[_0x239391(0x4f3)]({'ciphertext':_0x23c560,'key':_0xb20033,'iv':_0x26a3c6['iv'],'algorithm':_0x4c7d5d,'mode':_0x26a3c6[_0x239391(0x440)],'padding':_0x26a3c6[_0x239391(0x10b)],'blockSize':_0x4c7d5d['blockSize'],'formatter':_0x3f0c86[_0x239391(0xc8)]});},'decrypt':function(_0x471b9c,_0x536c22,_0x101dc6,_0x1040ae){const _0x2372be=_0x353b20;_0x1040ae=this['cfg'][_0x2372be(0x310)](_0x1040ae),_0x536c22=this[_0x2372be(0x127)](_0x536c22,_0x1040ae[_0x2372be(0xc8)]);var _0x58d695=_0x471b9c[_0x2372be(0x189)](_0x101dc6,_0x1040ae)['finalize'](_0x536c22[_0x2372be(0x30f)]);return _0x58d695;},'_parse':function(_0x141808,_0x3caabe){const _0x22a483=_0x353b20;return typeof _0x141808==_0x22a483(0x380)?_0x3caabe[_0x22a483(0x557)](_0x141808,this):_0x141808;}}),_0xd561c5=_0x57f7e2[_0x353b20(0x3dd)]={},_0x1514fc=_0xd561c5[_0x353b20(0x112)]={'execute':function(_0x470c79,_0x94e918,_0x2a75a0,_0x2b5b87,_0x4e467e){const _0x4c9d19=_0x353b20;if(_0x2b5b87||(_0x2b5b87=_0x29b8cd['random'](0x40/0x8)),_0x4e467e)var _0x340cdb=_0x6363ad[_0x4c9d19(0x4f3)]({'keySize':_0x94e918+_0x2a75a0,'hasher':_0x4e467e})['compute'](_0x470c79,_0x2b5b87);else var _0x340cdb=_0x6363ad['create']({'keySize':_0x94e918+_0x2a75a0})[_0x4c9d19(0x204)](_0x470c79,_0x2b5b87);var _0x16a121=_0x29b8cd['create'](_0x340cdb[_0x4c9d19(0x51c)][_0x4c9d19(0xd8)](_0x94e918),_0x2a75a0*0x4);return _0x340cdb['sigBytes']=_0x94e918*0x4,_0x485f1c[_0x4c9d19(0x4f3)]({'key':_0x340cdb,'iv':_0x16a121,'salt':_0x2b5b87});}},_0x5605e6=_0x51505e[_0x353b20(0x3c6)]=_0x3cccbc[_0x353b20(0x310)]({'cfg':_0x3cccbc[_0x353b20(0x21e)][_0x353b20(0x310)]({'kdf':_0x1514fc}),'encrypt':function(_0x23f9da,_0x380bf7,_0xd0f0f0,_0x16ec6e){const _0x4710c0=_0x353b20;_0x16ec6e=this['cfg'][_0x4710c0(0x310)](_0x16ec6e);var _0x12e7ea=_0x16ec6e[_0x4710c0(0x3dd)][_0x4710c0(0x225)](_0xd0f0f0,_0x23f9da[_0x4710c0(0x40d)],_0x23f9da[_0x4710c0(0x443)],_0x16ec6e[_0x4710c0(0x358)],_0x16ec6e[_0x4710c0(0x1ae)]);_0x16ec6e['iv']=_0x12e7ea['iv'];var _0x371f92=_0x3cccbc[_0x4710c0(0x18b)][_0x4710c0(0x4fd)](this,_0x23f9da,_0x380bf7,_0x12e7ea[_0x4710c0(0x1b8)],_0x16ec6e);return _0x371f92['mixIn'](_0x12e7ea),_0x371f92;},'decrypt':function(_0x2252a8,_0x90689b,_0x130216,_0x593daf){const _0x34ec4e=_0x353b20;_0x593daf=this['cfg'][_0x34ec4e(0x310)](_0x593daf),_0x90689b=this['_parse'](_0x90689b,_0x593daf[_0x34ec4e(0xc8)]);var _0x53a97c=_0x593daf[_0x34ec4e(0x3dd)][_0x34ec4e(0x225)](_0x130216,_0x2252a8[_0x34ec4e(0x40d)],_0x2252a8['ivSize'],_0x90689b[_0x34ec4e(0x358)],_0x593daf[_0x34ec4e(0x1ae)]);_0x593daf['iv']=_0x53a97c['iv'];var _0x1b8f3c=_0x3cccbc[_0x34ec4e(0x4af)][_0x34ec4e(0x4fd)](this,_0x2252a8,_0x90689b,_0x53a97c['key'],_0x593daf);return _0x1b8f3c;}});}();}));}(_0x10bb82)),_0x10bb82[_0x4c2a0e(0x4cc)];}(function(_0x4435c0,_0xfb9a95){(function(_0x38a7ba,_0x5dc2a5,_0x2e9a71){const _0x146615=_0x5c47;_0x4435c0[_0x146615(0x4cc)]=_0x5dc2a5(_0x31c257(),_0x12ac0e(),_0x103f89(),_0x2e6fde(),_0x47c583());}(_0x3c5640,function(_0x26e5b8){const _0x1eae9e=_0x5c47;return(function(){const _0xaa4727=_0x5c47;var _0x113cf0=_0x26e5b8,_0x5a5ddc=_0x113cf0[_0xaa4727(0x4b5)],_0x4bbeb7=_0x5a5ddc[_0xaa4727(0x1da)],_0x560e65=_0x113cf0['algo'],_0x5884b7=[],_0x235789=[],_0x39e561=[],_0x22f2ab=[],_0x1f77e0=[],_0x409a08=[],_0x25abce=[],_0x349981=[],_0x279f11=[],_0x575271=[];(function(){for(var _0x586dcc=[],_0x311ffb=0x0;_0x311ffb<0x100;_0x311ffb++)_0x311ffb<0x80?_0x586dcc[_0x311ffb]=_0x311ffb<<0x1:_0x586dcc[_0x311ffb]=_0x311ffb<<0x1^0x11b;for(var _0x47da26=0x0,_0x270711=0x0,_0x311ffb=0x0;_0x311ffb<0x100;_0x311ffb++){var _0x428173=_0x270711^_0x270711<<0x1^_0x270711<<0x2^_0x270711<<0x3^_0x270711<<0x4;_0x428173=_0x428173>>>0x8^_0x428173&0xff^0x63,_0x5884b7[_0x47da26]=_0x428173,_0x235789[_0x428173]=_0x47da26;var _0x299d51=_0x586dcc[_0x47da26],_0x382878=_0x586dcc[_0x299d51],_0xcc617a=_0x586dcc[_0x382878],_0x4be7de=_0x586dcc[_0x428173]*0x101^_0x428173*0x1010100;_0x39e561[_0x47da26]=_0x4be7de<<0x18|_0x4be7de>>>0x8,_0x22f2ab[_0x47da26]=_0x4be7de<<0x10|_0x4be7de>>>0x10,_0x1f77e0[_0x47da26]=_0x4be7de<<0x8|_0x4be7de>>>0x18,_0x409a08[_0x47da26]=_0x4be7de;var _0x4be7de=_0xcc617a*0x1010101^_0x382878*0x10001^_0x299d51*0x101^_0x47da26*0x1010100;_0x25abce[_0x428173]=_0x4be7de<<0x18|_0x4be7de>>>0x8,_0x349981[_0x428173]=_0x4be7de<<0x10|_0x4be7de>>>0x10,_0x279f11[_0x428173]=_0x4be7de<<0x8|_0x4be7de>>>0x18,_0x575271[_0x428173]=_0x4be7de,_0x47da26?(_0x47da26=_0x299d51^_0x586dcc[_0x586dcc[_0x586dcc[_0xcc617a^_0x299d51]]],_0x270711^=_0x586dcc[_0x586dcc[_0x270711]]):_0x47da26=_0x270711=0x1;}}());var _0x38f8a8=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x38857d=_0x560e65[_0xaa4727(0x11e)]=_0x4bbeb7[_0xaa4727(0x310)]({'_doReset':function(){const _0x260121=_0xaa4727;var _0x112acd;if(!(this[_0x260121(0x4dc)]&&this[_0x260121(0x29e)]===this[_0x260121(0x1fd)])){for(var _0x5ae8a9=this[_0x260121(0x29e)]=this['_key'],_0x485a03=_0x5ae8a9['words'],_0x5b5670=_0x5ae8a9[_0x260121(0x1cf)]/0x4,_0x2bce27=this[_0x260121(0x4dc)]=_0x5b5670+0x6,_0x8da309=(_0x2bce27+0x1)*0x4,_0x26403b=this[_0x260121(0x191)]=[],_0x18a005=0x0;_0x18a005<_0x8da309;_0x18a005++)_0x18a005<_0x5b5670?_0x26403b[_0x18a005]=_0x485a03[_0x18a005]:(_0x112acd=_0x26403b[_0x18a005-0x1],_0x18a005%_0x5b5670?_0x5b5670>0x6&&_0x18a005%_0x5b5670==0x4&&(_0x112acd=_0x5884b7[_0x112acd>>>0x18]<<0x18|_0x5884b7[_0x112acd>>>0x10&0xff]<<0x10|_0x5884b7[_0x112acd>>>0x8&0xff]<<0x8|_0x5884b7[_0x112acd&0xff]):(_0x112acd=_0x112acd<<0x8|_0x112acd>>>0x18,_0x112acd=_0x5884b7[_0x112acd>>>0x18]<<0x18|_0x5884b7[_0x112acd>>>0x10&0xff]<<0x10|_0x5884b7[_0x112acd>>>0x8&0xff]<<0x8|_0x5884b7[_0x112acd&0xff],_0x112acd^=_0x38f8a8[_0x18a005/_0x5b5670|0x0]<<0x18),_0x26403b[_0x18a005]=_0x26403b[_0x18a005-_0x5b5670]^_0x112acd);for(var _0x5082e8=this[_0x260121(0x320)]=[],_0x282bf3=0x0;_0x282bf3<_0x8da309;_0x282bf3++){var _0x18a005=_0x8da309-_0x282bf3;if(_0x282bf3%0x4)var _0x112acd=_0x26403b[_0x18a005];else var _0x112acd=_0x26403b[_0x18a005-0x4];_0x282bf3<0x4||_0x18a005<=0x4?_0x5082e8[_0x282bf3]=_0x112acd:_0x5082e8[_0x282bf3]=_0x25abce[_0x5884b7[_0x112acd>>>0x18]]^_0x349981[_0x5884b7[_0x112acd>>>0x10&0xff]]^_0x279f11[_0x5884b7[_0x112acd>>>0x8&0xff]]^_0x575271[_0x5884b7[_0x112acd&0xff]];}}},'encryptBlock':function(_0x23b934,_0x4dfb02){const _0x24a402=_0xaa4727;this[_0x24a402(0xf2)](_0x23b934,_0x4dfb02,this[_0x24a402(0x191)],_0x39e561,_0x22f2ab,_0x1f77e0,_0x409a08,_0x5884b7);},'decryptBlock':function(_0x524019,_0x5051e8){const _0x25e4af=_0xaa4727;var _0x46a31f=_0x524019[_0x5051e8+0x1];_0x524019[_0x5051e8+0x1]=_0x524019[_0x5051e8+0x3],_0x524019[_0x5051e8+0x3]=_0x46a31f,this[_0x25e4af(0xf2)](_0x524019,_0x5051e8,this[_0x25e4af(0x320)],_0x25abce,_0x349981,_0x279f11,_0x575271,_0x235789);var _0x46a31f=_0x524019[_0x5051e8+0x1];_0x524019[_0x5051e8+0x1]=_0x524019[_0x5051e8+0x3],_0x524019[_0x5051e8+0x3]=_0x46a31f;},'_doCryptBlock':function(_0x3b6ba5,_0x3ffa51,_0x3c246e,_0x14bd16,_0x458ef9,_0x493942,_0x5d302a,_0xc49ff9){for(var _0x2ca822=this['_nRounds'],_0x4445d9=_0x3b6ba5[_0x3ffa51]^_0x3c246e[0x0],_0x52fa81=_0x3b6ba5[_0x3ffa51+0x1]^_0x3c246e[0x1],_0x26bca6=_0x3b6ba5[_0x3ffa51+0x2]^_0x3c246e[0x2],_0x120b83=_0x3b6ba5[_0x3ffa51+0x3]^_0x3c246e[0x3],_0xf4438d=0x4,_0x99b4a4=0x1;_0x99b4a4<_0x2ca822;_0x99b4a4++){var _0x3a9e8a=_0x14bd16[_0x4445d9>>>0x18]^_0x458ef9[_0x52fa81>>>0x10&0xff]^_0x493942[_0x26bca6>>>0x8&0xff]^_0x5d302a[_0x120b83&0xff]^_0x3c246e[_0xf4438d++],_0x556b03=_0x14bd16[_0x52fa81>>>0x18]^_0x458ef9[_0x26bca6>>>0x10&0xff]^_0x493942[_0x120b83>>>0x8&0xff]^_0x5d302a[_0x4445d9&0xff]^_0x3c246e[_0xf4438d++],_0x1463ed=_0x14bd16[_0x26bca6>>>0x18]^_0x458ef9[_0x120b83>>>0x10&0xff]^_0x493942[_0x4445d9>>>0x8&0xff]^_0x5d302a[_0x52fa81&0xff]^_0x3c246e[_0xf4438d++],_0x4c779a=_0x14bd16[_0x120b83>>>0x18]^_0x458ef9[_0x4445d9>>>0x10&0xff]^_0x493942[_0x52fa81>>>0x8&0xff]^_0x5d302a[_0x26bca6&0xff]^_0x3c246e[_0xf4438d++];_0x4445d9=_0x3a9e8a,_0x52fa81=_0x556b03,_0x26bca6=_0x1463ed,_0x120b83=_0x4c779a;}var _0x3a9e8a=(_0xc49ff9[_0x4445d9>>>0x18]<<0x18|_0xc49ff9[_0x52fa81>>>0x10&0xff]<<0x10|_0xc49ff9[_0x26bca6>>>0x8&0xff]<<0x8|_0xc49ff9[_0x120b83&0xff])^_0x3c246e[_0xf4438d++],_0x556b03=(_0xc49ff9[_0x52fa81>>>0x18]<<0x18|_0xc49ff9[_0x26bca6>>>0x10&0xff]<<0x10|_0xc49ff9[_0x120b83>>>0x8&0xff]<<0x8|_0xc49ff9[_0x4445d9&0xff])^_0x3c246e[_0xf4438d++],_0x1463ed=(_0xc49ff9[_0x26bca6>>>0x18]<<0x18|_0xc49ff9[_0x120b83>>>0x10&0xff]<<0x10|_0xc49ff9[_0x4445d9>>>0x8&0xff]<<0x8|_0xc49ff9[_0x52fa81&0xff])^_0x3c246e[_0xf4438d++],_0x4c779a=(_0xc49ff9[_0x120b83>>>0x18]<<0x18|_0xc49ff9[_0x4445d9>>>0x10&0xff]<<0x10|_0xc49ff9[_0x52fa81>>>0x8&0xff]<<0x8|_0xc49ff9[_0x26bca6&0xff])^_0x3c246e[_0xf4438d++];_0x3b6ba5[_0x3ffa51]=_0x3a9e8a,_0x3b6ba5[_0x3ffa51+0x1]=_0x556b03,_0x3b6ba5[_0x3ffa51+0x2]=_0x1463ed,_0x3b6ba5[_0x3ffa51+0x3]=_0x4c779a;},'keySize':0x100/0x20});_0x113cf0[_0xaa4727(0x11e)]=_0x4bbeb7[_0xaa4727(0xd1)](_0x38857d);}()),_0x26e5b8[_0x1eae9e(0x11e)];}));}(_0x57ce2a));var _0x21ab88=_0x57ce2a[_0x4ffe42(0x4cc)];const _0x83fbb0=_0x5c0aed(_0x21ab88);var _0x4f8409=_0x12ac0e();const _0x349b24=_0x5c0aed(_0x4f8409);var _0x3de6dd={'exports':{}};(function(_0x38612a,_0x27de5f){(function(_0x251429,_0x183e06){const _0x47b700=_0x5c47;_0x38612a[_0x47b700(0x4cc)]=_0x183e06(_0x31c257());}(_0x3c5640,function(_0x32afde){return _0x32afde['enc']['Utf8'];}));}(_0x3de6dd));var _0x20cb0b=_0x3de6dd[_0x4ffe42(0x4cc)];const _0x49c02d=_0x5c0aed(_0x20cb0b);var _0x574b1b={'exports':{}};(function(_0x1936f2,_0x516815){(function(_0x1dad96,_0x40863c){const _0x43b6c2=_0x5c47;_0x1936f2[_0x43b6c2(0x4cc)]=_0x40863c(_0x31c257());}(_0x3c5640,function(_0x34ac1f){const _0x4a46cb=_0x5c47;return(function(){const _0xa9b854=_0x5c47;if(typeof ArrayBuffer==_0xa9b854(0x1f4)){var _0x25afbc=_0x34ac1f,_0x37811e=_0x25afbc[_0xa9b854(0x4b5)],_0x169410=_0x37811e[_0xa9b854(0x2be)],_0x51e9aa=_0x169410[_0xa9b854(0x30d)],_0x28a217=_0x169410['init']=function(_0x950c49){const _0xbdc57f=_0xa9b854;if(_0x950c49 instanceof ArrayBuffer&&(_0x950c49=new Uint8Array(_0x950c49)),(_0x950c49 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x950c49 instanceof Uint8ClampedArray||_0x950c49 instanceof Int16Array||_0x950c49 instanceof Uint16Array||_0x950c49 instanceof Int32Array||_0x950c49 instanceof Uint32Array||_0x950c49 instanceof Float32Array||_0x950c49 instanceof Float64Array)&&(_0x950c49=new Uint8Array(_0x950c49[_0xbdc57f(0x43f)],_0x950c49[_0xbdc57f(0x1d8)],_0x950c49[_0xbdc57f(0x1cd)])),_0x950c49 instanceof Uint8Array){for(var _0x24f82d=_0x950c49[_0xbdc57f(0x1cd)],_0x29719b=[],_0x4f05f7=0x0;_0x4f05f7<_0x24f82d;_0x4f05f7++)_0x29719b[_0x4f05f7>>>0x2]|=_0x950c49[_0x4f05f7]<<0x18-_0x4f05f7%0x4*0x8;_0x51e9aa['call'](this,_0x29719b,_0x24f82d);}else _0x51e9aa[_0xbdc57f(0x10a)](this,arguments);};_0x28a217[_0xa9b854(0x484)]=_0x169410;}}()),_0x34ac1f[_0x4a46cb(0x4b5)][_0x4a46cb(0x2be)];}));}(_0x574b1b));var _0x3de4c5=_0x574b1b[_0x4ffe42(0x4cc)];const _0x48d4c8=_0x5c0aed(_0x3de4c5);var _0x2ae94b={'exports':{}};(function(_0x472fbd,_0x5bb38f){(function(_0x1f5850,_0x1cc5e9,_0x11023e){_0x472fbd['exports']=_0x1cc5e9(_0x31c257(),_0x47c583());}(_0x3c5640,function(_0x53cbcc){const _0x228971=_0x5c47;return _0x53cbcc[_0x228971(0x24e)][_0x228971(0x4d0)]={'pad':function(){},'unpad':function(){}},_0x53cbcc['pad']['NoPadding'];}));}(_0x2ae94b));var _0xe2c461=_0x2ae94b[_0x4ffe42(0x4cc)];const _0x11ec67=_0x5c0aed(_0xe2c461);function _0xbdfa8f(_0x16f2df,_0x582488){const _0x5bab35=_0x4ffe42,_0x5e30d2=_0x582488-_0x16f2df[_0x5bab35(0x331)]%_0x582488,_0x2d8beb=String[_0x5bab35(0x361)](_0x5e30d2)[_0x5bab35(0x28c)](_0x5e30d2);return _0x16f2df+_0x2d8beb;}function _0x5fa3f8(_0x57845a,_0x5c1e09){const _0x4738af=_0x4ffe42,_0x468756=_0x48d4c8[_0x4738af(0x121)](0x10),_0x5290b7=_0xbdfa8f(_0x57845a,0x10),_0x4684e4=_0x83fbb0[_0x4738af(0x18b)](_0x49c02d[_0x4738af(0x557)](_0x5290b7),_0x349b24[_0x4738af(0x557)](_0x5c1e09),{'iv':_0x468756,'padding':_0x11ec67});return _0x468756['concat'](_0x4684e4[_0x4738af(0x30f)])[_0x4738af(0x22c)](_0x349b24);}function _0x3929ec(){const _0x3436c0=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)['__Key__'];if(_0x3436c0){const _0x563e2c={'time':Math['floor'](Date['now']()/0x3e8),'domain':location['hostname']};return _0x5fa3f8(JSON['stringify'](_0x563e2c),_0x3436c0);}}var _0xf14be2=Object['defineProperty'],_0x27ac5c=Object[_0x4ffe42(0x25d)],_0x1f7c69=(_0x2c7831,_0x4eca83,_0x25e02a,_0x1f2b7d)=>{const _0x5dec02=_0x4ffe42;for(var _0x3c63b8=_0x1f2b7d>0x1?void 0x0:_0x1f2b7d?_0x27ac5c(_0x4eca83,_0x25e02a):_0x4eca83,_0x5d8db3=_0x2c7831[_0x5dec02(0x331)]-0x1,_0x5ac8bd;_0x5d8db3>=0x0;_0x5d8db3--)(_0x5ac8bd=_0x2c7831[_0x5d8db3])&&(_0x3c63b8=(_0x1f2b7d?_0x5ac8bd(_0x4eca83,_0x25e02a,_0x3c63b8):_0x5ac8bd(_0x3c63b8))||_0x3c63b8);return _0x1f2b7d&&_0x3c63b8&&_0xf14be2(_0x4eca83,_0x25e02a,_0x3c63b8),_0x3c63b8;},_0x3767cf=(_0x3402de,_0x3c6de9)=>(_0x9900a7,_0x5bb9f2)=>_0x3c6de9(_0x9900a7,_0x5bb9f2,_0x3402de);let _0x365579=class{constructor(_0x5c05db){const _0x268f05=_0x4ffe42;this[_0x268f05(0x2d6)]=_0x5c05db,this[_0x268f05(0x4bb)]();}['_initRequestHeader'](){const _0x5854ce=_0x4ffe42;this[_0x5854ce(0x2d6)][_0x5854ce(0x1c3)]({'interceptor':(_0x4168d6,_0x415ac9)=>{const _0x29a899=_0x5854ce,_0x13e3b0=_0x4168d6[_0x29a899(0x9a)],_0xff19c1=_0x3929ec();return _0xff19c1&&_0x13e3b0['set'](_0x29a899(0x337),_0xff19c1),_0x415ac9(_0x4168d6);}});}};_0x365579=_0x1f7c69([_0x3767cf(0x0,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)]))],_0x365579);var _0x1bd2c8=Object['defineProperty'],_0x5a6f9d=Object[_0x4ffe42(0x25d)],_0x1bd588=(_0x266e51,_0xb0146d,_0xd64cf8,_0x394b11)=>{const _0x39a038=_0x4ffe42;for(var _0x39f8cf=_0x394b11>0x1?void 0x0:_0x394b11?_0x5a6f9d(_0xb0146d,_0xd64cf8):_0xb0146d,_0x185f74=_0x266e51[_0x39a038(0x331)]-0x1,_0x471059;_0x185f74>=0x0;_0x185f74--)(_0x471059=_0x266e51[_0x185f74])&&(_0x39f8cf=(_0x394b11?_0x471059(_0xb0146d,_0xd64cf8,_0x39f8cf):_0x471059(_0x39f8cf))||_0x39f8cf);return _0x394b11&&_0x39f8cf&&_0x1bd2c8(_0xb0146d,_0xd64cf8,_0x39f8cf),_0x39f8cf;},_0x42d6f4=(_0x5a84eb,_0x5f19db)=>(_0x29c7a7,_0x496837)=>_0x5f19db(_0x29c7a7,_0x496837,_0x5a84eb);const _0x4f5f13=[_0x4ffe42(0x4a5),_0x4ffe42(0x35d),_0x4ffe42(0x3d7),_0x4ffe42(0xd5),_0x4ffe42(0xd6)],_0x411d06=0x5*0x400*0x400,_0xd96fc7='EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY',_0x20a61c='/universer-api/stream/file/upload',_0x2bd860=_0x4ffe42(0x493),_0x3b835e='/universer-api/file/{fileID}/sign-url';_0x2a808c[_0x4ffe42(0xa2)]=class{constructor(_0xa88070,_0xf7f190,_0x41baf6){const _0x19d4ed=_0x4ffe42;_0x2a6f44(this,_0x19d4ed(0x1f9),0x0),_0x2a6f44(this,_0x19d4ed(0x551),new _0x4984e3[(_0x19d4ed(0x542))]()),_0x2a6f44(this,_0x19d4ed(0xef),this[_0x19d4ed(0x551)]),_0x2a6f44(this,_0x19d4ed(0x400),new Map()),(this[_0x19d4ed(0x2d6)]=_0xa88070,this[_0x19d4ed(0x3c4)]=_0xf7f190,this[_0x19d4ed(0x128)]=_0x41baf6);}['setWaitCount'](_0x1622be){const _0x1d157a=_0x4ffe42;this[_0x1d157a(0x1f9)]=_0x1622be,this[_0x1d157a(0x551)][_0x1d157a(0x17f)](_0x1622be);}[_0x4ffe42(0x265)](_0x4e3cac,_0x523d3d){const _0x41489f=_0x4ffe42;if(_0x523d3d===_0x4c06c4['ImageSourceType']['BASE64']){const _0xd54522=new Image();return _0xd54522['src']=_0x4e3cac,_0xd54522;}return this['_imageSourceCache'][_0x41489f(0xce)](_0x4e3cac);}[_0x4ffe42(0xb9)](_0x3aa9fb,_0x6ead25,_0x54fb49){const _0xd1c697=_0x4ffe42;_0x6ead25===_0x4c06c4[_0xd1c697(0x4cf)][_0xd1c697(0x543)]||_0x54fb49==null||this['_imageSourceCache'][_0xd1c697(0x53b)](_0x3aa9fb,_0x54fb49);}async[_0x4ffe42(0x3c7)](_0x5963b8){const _0x4a73c8=_0x4ffe42;try{const _0x409e6f=this[_0x4a73c8(0x1d7)](this[_0x4a73c8(0xf8)](),''+_0x5963b8),_0x5ecf16=(await this[_0x4a73c8(0x2d6)]['get'](_0x409e6f))[_0x4a73c8(0x232)];if(_0x5ecf16['error']&&_0x5ecf16['error'][_0x4a73c8(0x2c2)]===_0x2dcc07['OK']){const _0x3d89ae=new URL(_0x5ecf16[_0x4a73c8(0x555)],this[_0x4a73c8(0x42f)]())[_0x4a73c8(0x22c)]();return Promise['resolve'](_0x3d89ae);}return Promise[_0x4a73c8(0x1d3)](_0x5ecf16[_0x4a73c8(0x330)]);}catch(_0xe256b8){return Promise[_0x4a73c8(0x1d3)](_0xe256b8);}}async[_0x4ffe42(0x473)](_0x221ec7){const _0x3314aa=_0x4ffe42;let _0x3a8257='';if(!_0x4f5f13[_0x3314aa(0x243)](_0x221ec7[_0x3314aa(0x535)]))return this[_0x3314aa(0x219)](),Promise[_0x3314aa(0x1d3)](new Error(_0x4c06c4[_0x3314aa(0x345)][_0x3314aa(0x166)]));if(_0x221ec7[_0x3314aa(0x215)]>_0x411d06)return this['_decreaseWaiting'](),Promise[_0x3314aa(0x1d3)](new Error(_0x4c06c4[_0x3314aa(0x345)][_0x3314aa(0x238)]));try{const _0x4f9931=new FormData();_0x4f9931[_0x3314aa(0x8a)]('file',_0x221ec7);const _0x10eb6b=this[_0x3314aa(0x128)][_0x3314aa(0x326)](),_0x5189a0=_0x10eb6b==null?void 0x0:_0x10eb6b['getUnitId']();if(!_0x5189a0)throw new Error(_0x3314aa(0x554));const _0x435428=this[_0x3314aa(0x447)]()+_0x3314aa(0x282)+_0x221ec7[_0x3314aa(0x215)][_0x3314aa(0x22c)]()+_0x3314aa(0x137)+_0xc6f01[_0x3314aa(0x4a7)]+'&assign='+encodeURIComponent(_0x5189a0),_0x221378=await(await fetch(_0x435428,{'method':_0x3314aa(0x1db),'body':_0x4f9931}))['json']();if(typeof _0x221378[_0x3314aa(0x2f6)]!=_0x3314aa(0x380))return this[_0x3314aa(0x219)](),Promise[_0x3314aa(0x1d3)](new Error(_0x4c06c4[_0x3314aa(0x345)][_0x3314aa(0x36b)]));_0x3a8257=_0x221378[_0x3314aa(0x2f6)];}catch{return this[_0x3314aa(0x219)](),Promise[_0x3314aa(0x1d3)](new Error(_0x4c06c4[_0x3314aa(0x345)][_0x3314aa(0x36b)]));}return new Promise((_0x4058d8,_0x596fce)=>{const _0x491aa6=_0x3314aa,_0x29a00f=new FileReader();_0x29a00f[_0x491aa6(0x4ef)](_0x221ec7),_0x29a00f[_0x491aa6(0x3ac)]=_0x4f3e94=>{const _0x21738a=_0x491aa6;var _0x278d8b;const _0x4896eb=(_0x278d8b=_0x4f3e94[_0x21738a(0x4ba)])==null?void 0x0:_0x278d8b[_0x21738a(0x3fa)];if(_0x4896eb==null){this[_0x21738a(0x219)](),_0x596fce(new Error(_0x4c06c4[_0x21738a(0x345)]['ERROR_IMAGE']));return;}const _0x412704=_0xed312c[_0x21738a(0xd3)][_0x21738a(0x122)](0x6);_0x4058d8({'imageId':_0x412704,'imageSourceType':_0x4c06c4[_0x21738a(0x4cf)][_0x21738a(0x450)],'source':_0x3a8257,'base64Cache':_0x4896eb,'status':_0x4c06c4[_0x21738a(0x345)]['SUCCUSS']}),this[_0x21738a(0x219)]();};});}[_0x4ffe42(0x447)](){const _0x45abc4=_0x4ffe42;var _0x18d74b,_0x3d733a;const _0x3d48f4=this[_0x45abc4(0x3c4)][_0x45abc4(0x389)](_0xd96fc7),_0x13dbe7=this[_0x45abc4(0x3c4)][_0x45abc4(0x389)](_0x230b60);return(_0x3d733a=(_0x18d74b=_0x13dbe7==null?void 0x0:_0x13dbe7[_0x45abc4(0x296)])!=null?_0x18d74b:_0x3d48f4)!=null?_0x3d733a:_0x20a61c;}[_0x4ffe42(0xf8)](){const _0x5f0425=_0x4ffe42;var _0x6268d3,_0x1989ca;const _0x65bdec=this['_configService'][_0x5f0425(0x389)](_0x2bd860),_0x296843=this[_0x5f0425(0x3c4)]['getConfig'](_0x230b60);return(_0x1989ca=(_0x6268d3=_0x296843==null?void 0x0:_0x296843[_0x5f0425(0x4b6)])!=null?_0x6268d3:_0x65bdec)!=null?_0x1989ca:_0x3b835e;}[_0x4ffe42(0x42f)](){const _0xf07099=_0x4ffe42;var _0x184176;const _0x47a185=this[_0xf07099(0x3c4)][_0xf07099(0x389)](_0x230b60);return(_0x184176=_0x47a185==null?void 0x0:_0x47a185[_0xf07099(0x3fd)])!=null?_0x184176:location['origin'];}[_0x4ffe42(0x1d7)](_0x25de6e,_0x1e8ad2){const _0x2b0a9e=_0x4ffe42;return _0x25de6e['replace'](_0x2b0a9e(0x260),_0x1e8ad2);}['_decreaseWaiting'](){const _0x344ac8=_0x4ffe42;this[_0x344ac8(0x1f9)]-=0x1,this['_change$'][_0x344ac8(0x17f)](this[_0x344ac8(0x1f9)]);}},_0x2a808c[_0x4ffe42(0xa2)]=_0x1bd588([_0x42d6f4(0x0,_0xed312c[_0x4ffe42(0xa5)](_0x582e36[_0x4ffe42(0x23d)])),_0x42d6f4(0x1,_0xed312c[_0x4ffe42(0x3a8)]),_0x42d6f4(0x2,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x99)]))],_0x2a808c['ImageIoService']);var _0xeea843=Object[_0x4ffe42(0x52a)],_0x24ef88=Object[_0x4ffe42(0x25d)],_0x2c04d5=(_0x5a671a,_0x43d891,_0x13fddf,_0x3a212c)=>{for(var _0x3de7b5=_0x3a212c>0x1?void 0x0:_0x3a212c?_0x24ef88(_0x43d891,_0x13fddf):_0x43d891,_0x275fa4=_0x5a671a['length']-0x1,_0x474d64;_0x275fa4>=0x0;_0x275fa4--)(_0x474d64=_0x5a671a[_0x275fa4])&&(_0x3de7b5=(_0x3a212c?_0x474d64(_0x43d891,_0x13fddf,_0x3de7b5):_0x474d64(_0x3de7b5))||_0x3de7b5);return _0x3a212c&&_0x3de7b5&&_0xeea843(_0x43d891,_0x13fddf,_0x3de7b5),_0x3de7b5;},_0x46f1d3=(_0x5bc0eb,_0x22449a)=>(_0x483277,_0x3a5226)=>_0x22449a(_0x483277,_0x3a5226,_0x5bc0eb);let _0x3b7774=class extends _0xed312c[_0x4ffe42(0x379)]{constructor(_0x35280a,_0x43f560,_0x24b1d1,_0x266caa,_0x2ff954){const _0x39e3fd=_0x4ffe42;super(),this[_0x39e3fd(0x388)]=_0x35280a,this[_0x39e3fd(0x128)]=_0x43f560,this[_0x39e3fd(0x44d)]=_0x24b1d1,this[_0x39e3fd(0x3b8)]=_0x266caa,this[_0x39e3fd(0x464)]=_0x2ff954,this[_0x39e3fd(0x3b0)](),this[_0x39e3fd(0x257)]();}[_0x4ffe42(0x257)](){const _0x5082ae=_0x4ffe42,_0xa69c04=async _0x12e289=>{const _0x4ec087=_0x5c47;(await this[_0x4ec087(0x3b8)][_0x4ec087(0x2ab)](_0x12e289))[_0x4ec087(0x41f)]['pipe'](_0x477442[_0x4ec087(0x373)](_0x4cebe8=>_0x4cebe8[_0x4ec087(0x2cb)]===_0x2db012['CollaborationEvent'][_0x4ec087(0x383)]),_0x477442[_0x4ec087(0x203)](this[_0x4ec087(0x32d)]))[_0x4ec087(0x51f)](_0x3c5871=>{const _0x598e20=_0x4ec087,_0x57b924=_0x3c5871,{reason:_0x87e2e1}=_0x57b924[_0x598e20(0x2a6)];this[_0x598e20(0x388)][_0x598e20(0xce)](_0x16dea4[_0x598e20(0x441)])[_0x598e20(0x309)]({'type':_0x3d1593[_0x598e20(0x503)][_0x598e20(0x1ce)],'content':this['_localeService']['t'](_0x598e20(0xb8))+'('+_0x87e2e1+')'}),this[_0x598e20(0x44d)][_0x598e20(0x92)](new _0x3c9e4d[(_0x598e20(0x51b))](_0x12e289)['id'],!0x1),this['_collaborationSessionService'][_0x598e20(0x2b5)](_0x12e289);});};_0x4984e3[_0x5082ae(0x500)](this[_0x5082ae(0x128)][_0x5082ae(0x4c2)](_0xed312c['UniverInstanceType']['UNIVER_SHEET']),this[_0x5082ae(0x128)][_0x5082ae(0x4c2)](_0xed312c[_0x5082ae(0x230)][_0x5082ae(0x515)]))[_0x5082ae(0x556)](_0x477442[_0x5082ae(0x4b2)](_0x51194d=>_0x51194d[_0x5082ae(0x448)]()),_0x477442[_0x5082ae(0x373)](_0x2111a6=>!_0xed312c[_0x5082ae(0x43c)](_0x2111a6)),_0x477442['takeUntil'](this['dispose$']))['subscribe'](_0x5ec2c3=>{_0xa69c04(_0x5ec2c3);});}[_0x4ffe42(0x3b0)](){const _0x5b4f67=_0x4ffe42,_0x5c11c4=async _0x16b3c7=>{const _0x227590=_0x5c47;(await this['_collaborationSessionService'][_0x227590(0x2ab)](_0x16b3c7))[_0x227590(0x41f)][_0x227590(0x556)](_0x477442[_0x227590(0x373)](_0x336b27=>_0x336b27[_0x227590(0x2cb)]===_0x2db012[_0x227590(0x329)][_0x227590(0xec)]),_0x477442[_0x227590(0x203)](this[_0x227590(0x32d)]))[_0x227590(0x51f)](_0x2f811d=>{const _0x195ddf=_0x227590,_0x19d6a4=_0x2f811d,{objectId:_0x551410}=_0x19d6a4[_0x195ddf(0x2a6)],_0x3f4546=this[_0x195ddf(0x388)][_0x195ddf(0xce)](_0x4d0e53[_0x195ddf(0x4e3)]);_0x551410===_0x16b3c7?_0x3f4546[_0x195ddf(0x4da)](_0x16b3c7):_0x3f4546[_0x195ddf(0x17b)](_0x16b3c7,_0x551410);});};_0x4984e3[_0x5b4f67(0x500)](this[_0x5b4f67(0x128)]['getTypeOfUnitAdded$'](_0xed312c['UniverInstanceType'][_0x5b4f67(0x3f5)]),this[_0x5b4f67(0x128)][_0x5b4f67(0x4c2)](_0xed312c[_0x5b4f67(0x230)][_0x5b4f67(0x515)]))['pipe'](_0x477442[_0x5b4f67(0x4b2)](_0x124b62=>_0x124b62[_0x5b4f67(0x448)]()),_0x477442['filter'](_0x21e667=>!_0xed312c[_0x5b4f67(0x43c)](_0x21e667)),_0x477442['takeUntil'](this[_0x5b4f67(0x32d)]))[_0x5b4f67(0x51f)](_0x10b6da=>{_0x5c11c4(_0x10b6da);});}};_0x3b7774=_0x2c04d5([_0x46f1d3(0x0,_0xed312c['Inject'](_0xed312c[_0x4ffe42(0x399)])),_0x46f1d3(0x1,_0xed312c[_0x4ffe42(0x99)]),_0x46f1d3(0x2,_0xed312c[_0x4ffe42(0xf0)]),_0x46f1d3(0x3,_0xed312c[_0x4ffe42(0xa5)](_0x2a808c['CollaborationSessionService'])),_0x46f1d3(0x4,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x249)]))],_0x3b7774);var _0x12538c=Object[_0x4ffe42(0x52a)],_0x372115=Object[_0x4ffe42(0x25d)],_0x4477cc=(_0x3cb50d,_0x1e90c7,_0x16ad2b,_0xc5840c)=>{const _0x44b433=_0x4ffe42;for(var _0x3bf33e=_0xc5840c>0x1?void 0x0:_0xc5840c?_0x372115(_0x1e90c7,_0x16ad2b):_0x1e90c7,_0x524ae2=_0x3cb50d[_0x44b433(0x331)]-0x1,_0x51dfaa;_0x524ae2>=0x0;_0x524ae2--)(_0x51dfaa=_0x3cb50d[_0x524ae2])&&(_0x3bf33e=(_0xc5840c?_0x51dfaa(_0x1e90c7,_0x16ad2b,_0x3bf33e):_0x51dfaa(_0x3bf33e))||_0x3bf33e);return _0xc5840c&&_0x3bf33e&&_0x12538c(_0x1e90c7,_0x16ad2b,_0x3bf33e),_0x3bf33e;},_0x3f258a=(_0x5c5cd7,_0x7adc4b)=>(_0x47cf00,_0x3704be)=>_0x7adc4b(_0x47cf00,_0x3704be,_0x5c5cd7);_0x2a808c[_0x4ffe42(0x4ca)]=class{constructor(_0x5cd24e,_0x3b17a8){const _0x2240c7=_0x4ffe42;this[_0x2240c7(0x3c4)]=_0x5cd24e,this['_httpService']=_0x3b17a8;}async[_0x4ffe42(0x205)](_0x56fc0f,_0x2be671){const _0x217f4b=_0x4ffe42;var _0x463fd0;const {unitID:_0x1cbf07,type:_0x19a8fa,revision:_0x3807ef=0x0}=_0x2be671,_0x545123=this['_getSnapshotAPIPrefix']()+'/'+_0x19a8fa+_0x217f4b(0x216)+_0x1cbf07+_0x217f4b(0x197)+_0x3807ef,_0x5210e2=(await this[_0x217f4b(0x2d6)]['get'](_0x545123))[_0x217f4b(0x232)],_0x5603f8=(_0x463fd0=_0x5210e2['snapshot'])==null?void 0x0:_0x463fd0[_0x217f4b(0x421)];if(_0x5603f8){const _0x5c1ff4=_0x5603f8==null?void 0x0:_0x5603f8[_0x217f4b(0x418)],_0x1ca6c5=_0x2db012[_0x217f4b(0x387)][_0x217f4b(0x308)](_0x2db012[_0x217f4b(0x3d4)](_0x5c1ff4));_0x5603f8['originalMeta']=_0x1ca6c5,Object['entries'](_0x5603f8[_0x217f4b(0x1d1)])[_0x217f4b(0x2e8)](([,_0x5e7a3a])=>{const _0xc2748d=_0x217f4b,_0x1d6298=_0x5e7a3a['originalMeta'],_0x34cafd=_0x2db012['textEncoder'][_0xc2748d(0x308)](_0x2db012[_0xc2748d(0x3d4)](_0x1d6298));_0x5e7a3a[_0xc2748d(0x418)]=_0x34cafd;});}return _0x5210e2;}async[_0x4ffe42(0x50a)](_0x59c7e0,_0x3ffecc){const _0x5ea880=_0x4ffe42,{unitID:_0x410bb0,type:_0x50bf3b,blockID:_0x476bf6}=_0x3ffecc,_0xf0943f=this[_0x5ea880(0x35b)]()+'/'+_0x50bf3b+_0x5ea880(0x216)+_0x410bb0+_0x5ea880(0x16e)+_0x476bf6;return(await this['_httpService'][_0x5ea880(0xce)](_0xf0943f))['body'];}async[_0x4ffe42(0x299)](_0x4b26ce,_0x3a4f10){const _0x4f33c9=_0x4ffe42,{unitID:_0x190761,type:_0x3f35eb,blockID:_0x526d16}=_0x3a4f10,_0x1e514f=this['_getAPIPrefix']()+_0x4f33c9(0x16e)+_0x3f35eb+_0x4f33c9(0x216)+_0x190761+_0x4f33c9(0x16e)+_0x526d16;return(await this[_0x4f33c9(0x2d6)][_0x4f33c9(0xce)](_0x1e514f))['body'];}async[_0x4ffe42(0x171)](_0x486116,_0x456ce7){const _0x4b490a=_0x4ffe42,{unitID:_0x5aef8e,type:_0x415033,from:_0x11846c,to:_0xe67a80}=_0x456ce7,_0x3ef856=this[_0x4b490a(0x35b)]()+'/'+_0x415033+_0x4b490a(0x216)+_0x5aef8e+_0x4b490a(0x2d1)+_0x11846c+_0x4b490a(0x46b)+_0xe67a80;return(await this[_0x4b490a(0x2d6)][_0x4b490a(0xce)](_0x3ef856))[_0x4b490a(0x232)];}[_0x4ffe42(0x19c)](){const _0x4735be=_0x4ffe42;var _0x3501ea;return(_0x3501ea=this['_configService'][_0x4735be(0x389)](_0x12a537))!=null?_0x3501ea:this['_getAPIPrefix']();}[_0x4ffe42(0x35b)](){const _0x1e6abb=_0x4ffe42;var _0xfb182f,_0x5b4328;const _0x520cb5=this[_0x1e6abb(0x3c4)][_0x1e6abb(0x389)](_0x4be4c8),_0x45bb5c=this[_0x1e6abb(0x3c4)][_0x1e6abb(0x389)](_0x230b60);return(_0x5b4328=(_0xfb182f=_0x45bb5c==null?void 0x0:_0x45bb5c[_0x1e6abb(0x3c2)])!=null?_0xfb182f:_0x520cb5)!=null?_0x5b4328:_0x1a73e8;}async[_0x4ffe42(0x2b1)](_0xf8d620,_0x1034fa){const _0x56d210=_0x4ffe42,_0x449c1c=_0x56d210(0x287)+_0x1034fa[_0x56d210(0x535)]+_0x56d210(0x216)+_0x1034fa['unitID']+'/resources';return(await this[_0x56d210(0x2d6)][_0x56d210(0xce)](_0x449c1c,{'params':{'resourceId':JSON[_0x56d210(0x346)](_0x1034fa[_0x56d210(0x36c)])}}))['body'];}['saveSnapshot'](){const _0x18c128=_0x4ffe42;throw new Error(_0x18c128(0x546));}[_0x4ffe42(0x1bc)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x4ffe42(0x4a3)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['copyFileMeta'](){const _0x5ce2d7=_0x4ffe42;throw new Error(_0x5ce2d7(0x546));}[_0x4ffe42(0x1eb)](){const _0x1d9715=_0x4ffe42;throw new Error(_0x1d9715(0x546));}},_0x2a808c[_0x4ffe42(0x4ca)]=_0x4477cc([_0x3f258a(0x0,_0xed312c[_0x4ffe42(0x3a8)]),_0x3f258a(0x1,_0xed312c['Inject'](_0x582e36[_0x4ffe42(0x23d)]))],_0x2a808c[_0x4ffe42(0x4ca)]);var _0x2a80a2=Object[_0x4ffe42(0x52a)],_0x1d58d4=Object[_0x4ffe42(0x25d)],_0x277066=(_0x3cb73c,_0x4ede61,_0x20a93a,_0x49958b)=>{const _0x7017e0=_0x4ffe42;for(var _0x506b5b=_0x49958b>0x1?void 0x0:_0x49958b?_0x1d58d4(_0x4ede61,_0x20a93a):_0x4ede61,_0x4ced03=_0x3cb73c[_0x7017e0(0x331)]-0x1,_0x52572b;_0x4ced03>=0x0;_0x4ced03--)(_0x52572b=_0x3cb73c[_0x4ced03])&&(_0x506b5b=(_0x49958b?_0x52572b(_0x4ede61,_0x20a93a,_0x506b5b):_0x52572b(_0x506b5b))||_0x506b5b);return _0x49958b&&_0x506b5b&&_0x2a80a2(_0x4ede61,_0x20a93a,_0x506b5b),_0x506b5b;},_0x2633ff=(_0x3f369c,_0x2549dc)=>(_0x6749ef,_0xa70456)=>_0x2549dc(_0x6749ef,_0xa70456,_0x3f369c);let _0x2e37ae=class extends _0xed312c['LocalUndoRedoService']{constructor(_0x59c17e,_0x1b4a85,_0x35caba,_0x4d5dca,_0x1eaa82){const _0x7549bf=_0x4ffe42;super(_0x59c17e,_0x1b4a85,_0x35caba),this[_0x7549bf(0x2f8)]=_0x4d5dca,this['_logService']=_0x1eaa82;}[_0x4ffe42(0x248)](_0x50fefb,_0x207feb){const _0x41c94d=_0x4ffe42,_0x4af1dc=this[_0x41c94d(0x396)](_0x50fefb);if(_0x4af1dc)try{const _0x5490e1=this[_0x41c94d(0x437)](_0x4af1dc,_0x207feb);this['_substituteUndoStack'](_0x50fefb,_0x5490e1);}catch(_0x5b2603){this['_logService']['error']('[CollaborationUndoRedoService]',_0x5b2603),this[_0x41c94d(0x141)](_0x50fefb);}const _0x9c4a07=this[_0x41c94d(0x349)](_0x50fefb);if(_0x9c4a07)try{const _0x14445b=this['_transformStack'](_0x9c4a07,_0x207feb);this['_substituteRedoStack'](_0x50fefb,_0x14445b);}catch(_0x5bce22){this[_0x41c94d(0x155)][_0x41c94d(0x330)](_0x5bce22),this[_0x41c94d(0x149)](_0x50fefb);}}[_0x4ffe42(0x141)](_0x59b833){const _0x2b973c=_0x4ffe42,_0x1decb0=this['_getUndoStack'](_0x59b833);_0x1decb0&&(_0x1decb0[_0x2b973c(0x331)]=0x0,this['_updateStatus']());}['_clearRedo'](_0x58b5d9){const _0x260644=_0x4ffe42,_0x3e16da=this[_0x260644(0x349)](_0x58b5d9);_0x3e16da&&(_0x3e16da[_0x260644(0x331)]=0x0,this[_0x260644(0x1ee)]());}[_0x4ffe42(0x4ed)](_0x497f86,_0x5a2740){const _0xd5879b=_0x4ffe42;this[_0xd5879b(0x356)][_0xd5879b(0x53b)](_0x497f86,_0x5a2740),this['_updateStatus']();}[_0x4ffe42(0x463)](_0x556e09,_0x3a61c7){const _0x1d3313=_0x4ffe42;this[_0x1d3313(0x52c)]['set'](_0x556e09,_0x3a61c7),this['_updateStatus']();}[_0x4ffe42(0x437)](_0x2140b0,_0x5e82d8){const _0x14b1b7=_0x4ffe42,_0x1d794f=[];let _0x37f057=_0x5e82d8,_0x4f099a=_0x5e82d8;for(let _0xbbe8fa=_0x2140b0['length']-0x1;_0xbbe8fa>=0x0;_0xbbe8fa--){const {unitID:_0x203147,undoMutations:_0x363a83,redoMutations:_0x420bd9}=_0x2140b0[_0xbbe8fa],_0x500430=this[_0x14b1b7(0x2f8)]['transformMutationsWithChangeset'](_0x37f057,_0x363a83),_0x2a43f1=this[_0x14b1b7(0x2f8)][_0x14b1b7(0x245)](_0x4f099a,_0x420bd9);if(_0x2db012[_0x14b1b7(0x27e)](_0x500430)||_0x2db012[_0x14b1b7(0x27e)](_0x2a43f1)){this[_0x14b1b7(0x155)][_0x14b1b7(0x330)](_0x14b1b7(0xb4),_0x14b1b7(0x3af),_0x500430,_0x2a43f1);break;}_0x37f057=_0x500430['c1Prime'],_0x4f099a=_0x2a43f1[_0x14b1b7(0x363)],_0x1d794f[_0x14b1b7(0x3cc)]({'unitID':_0x203147,'undoMutations':_0x500430[_0x14b1b7(0x2d7)],'redoMutations':_0x2a43f1['m2Prime']});}return _0x1d794f[_0x14b1b7(0x453)]();}};_0x2e37ae=_0x277066([_0x2633ff(0x0,_0xed312c[_0x4ffe42(0x99)]),_0x2633ff(0x1,_0xed312c[_0x4ffe42(0x41e)]),_0x2633ff(0x2,_0xed312c[_0x4ffe42(0xa6)]),_0x2633ff(0x3,_0x2db012[_0x4ffe42(0x4f2)]),_0x2633ff(0x4,_0xed312c[_0x4ffe42(0x430)])],_0x2e37ae);class _0x24ccd9 extends _0xed312c['RxDisposable']{constructor(){const _0x18086e=_0x4ffe42;super(),_0x2a6f44(this,'urlChange$'),this['urlChange$']=_0x4984e3['fromEvent'](window,'popstate')[_0x18086e(0x556)](_0x4984e3[_0x18086e(0x203)](this[_0x18086e(0x32d)]),_0x4984e3[_0x18086e(0x41a)](0x1),_0x4984e3['mapTo'](void 0x0));}[_0x4ffe42(0x2d4)](_0x534cb4,_0x2a9a52,_0x151323=!0x1){const _0x4c7f6e=_0x4ffe42,_0x471da6=new URL(window[_0x4c7f6e(0x3dc)]['href']);_0x471da6[_0x4c7f6e(0x364)][_0x4c7f6e(0x53b)](_0x534cb4,_0x2a9a52),_0x151323?window[_0x4c7f6e(0x49b)][_0x4c7f6e(0x406)]('','',_0x471da6[_0x4c7f6e(0x22c)]()):window[_0x4c7f6e(0x49b)][_0x4c7f6e(0x385)]('','',_0x471da6[_0x4c7f6e(0x22c)]());}[_0x4ffe42(0x22a)](_0x39cf27,_0x4f31da=!0x1){const _0x57bba1=_0x4ffe42,_0x15a81c=new URL(window['location']['href']);_0x15a81c[_0x57bba1(0x364)][_0x57bba1(0x253)](_0x39cf27),_0x4f31da?window[_0x57bba1(0x49b)][_0x57bba1(0x406)]('','',_0x15a81c[_0x57bba1(0x22c)]()):window[_0x57bba1(0x49b)][_0x57bba1(0x385)]('','',_0x15a81c['toString']());}[_0x4ffe42(0x97)](_0x5e941e){const _0x5e50a2=_0x4ffe42;var _0x4fabeb;return(_0x4fabeb=new URL(window[_0x5e50a2(0x3dc)][_0x5e50a2(0xf7)])['searchParams'][_0x5e50a2(0xce)](_0x5e941e))!=null?_0x4fabeb:void 0x0;}}var _0x57be33=Object[_0x4ffe42(0x52a)],_0x3bacf0=Object[_0x4ffe42(0x25d)],_0x5294c4=(_0x3bd01b,_0x213331,_0x28ac3e)=>_0x213331 in _0x3bd01b?_0x57be33(_0x3bd01b,_0x213331,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x28ac3e}):_0x3bd01b[_0x213331]=_0x28ac3e,_0x243c00=(_0x27b0d0,_0x517bef,_0x1258a3,_0x56ae63)=>{const _0x2c13f9=_0x4ffe42;for(var _0x3afa0b=_0x56ae63>0x1?void 0x0:_0x56ae63?_0x3bacf0(_0x517bef,_0x1258a3):_0x517bef,_0x4eca09=_0x27b0d0[_0x2c13f9(0x331)]-0x1,_0x1b414e;_0x4eca09>=0x0;_0x4eca09--)(_0x1b414e=_0x27b0d0[_0x4eca09])&&(_0x3afa0b=(_0x56ae63?_0x1b414e(_0x517bef,_0x1258a3,_0x3afa0b):_0x1b414e(_0x3afa0b))||_0x3afa0b);return _0x56ae63&&_0x3afa0b&&_0x57be33(_0x517bef,_0x1258a3,_0x3afa0b),_0x3afa0b;},_0x4340d4=(_0x56c50,_0x5ca467)=>(_0xf989d4,_0x9b8397)=>_0x5ca467(_0xf989d4,_0x9b8397,_0x56c50),_0x1ad0eb=(_0x693ace,_0xfe7193,_0x51ecf9)=>_0x5294c4(_0x693ace,_0xfe7193+'',_0x51ecf9);const _0xeb9e2b=_0x4ffe42(0xdf);_0x2a808c[_0x4ffe42(0xf6)]=class extends _0xed312c[_0x4ffe42(0x12a)]{constructor(_0x412617=_0x223df4,_0x5ef029,_0x454005,_0x1dceb0,_0x564eac){const _0x30ccc2=_0x4ffe42;super(),this[_0x30ccc2(0x2bc)]=_0x412617,this[_0x30ccc2(0x155)]=_0x5ef029,this[_0x30ccc2(0x135)]=_0x454005,this[_0x30ccc2(0x388)]=_0x1dceb0,this[_0x30ccc2(0x3c4)]=_0x564eac;const {..._0x564931}=this[_0x30ccc2(0x2bc)];this[_0x30ccc2(0x3c4)]['setConfig'](_0x230b60,_0x564931);}[_0x4ffe42(0x47b)](){const _0x51152e=_0x4ffe42;this[_0x51152e(0x488)](),this['_initDependencies']();}['onReady'](){const _0x3a81c2=_0x4ffe42;_0xed312c[_0x3a81c2(0x180)](this['_injector'],[[_0x5caf54]]);}[_0x4ffe42(0x117)](){this['_registerRenderDependencies']();}['_registerDependencies'](){const _0x3cd727=_0x4ffe42;var _0x2e1664,_0x3acf4b,_0x2dc45e,_0x242bd2;this[_0x3cd727(0x388)]['has'](_0xed312c[_0x3cd727(0x255)])&&this[_0x3cd727(0x155)][_0x3cd727(0x330)]('[UniverCollaborationClientPlugin]',_0x3cd727(0x43e));const _0x5548d9=[[_0xed312c[_0x3cd727(0x255)],{'useClass':_0x2e37ae}],[_0x2a808c[_0x3cd727(0x2c7)]],[_0x38d257],[_0x388b03,{'useClass':_0x24ccd9}],[_0x2a808c[_0x3cd727(0xac)]],[_0x2a808c['LocalCacheService']],[_0x582e36[_0x3cd727(0x3d0)]],[_0x5c1d94],[_0xc766bf],[_0x16315d],[_0x2dd995],[_0x46e4d0],[_0x1485c7],[_0x365579],[_0x260e1f],[_0x3b7774],[_0x4226f5,{'useClass':(_0x3acf4b=(_0x2e1664=this[_0x3cd727(0x2bc)])==null?void 0x0:_0x2e1664[_0x3cd727(0x1c8)])!=null?_0x3acf4b:_0x2a808c[_0x3cd727(0x9b)]}],[_0x2db012[_0x3cd727(0x480)],{'useClass':_0x2a808c[_0x3cd727(0x4ca)]}],[_0xed312c[_0x3cd727(0x3ea)],{'useClass':_0x2a808c[_0x3cd727(0x48a)]}],[_0x4c06c4[_0x3cd727(0x51d)],{'useClass':_0x2a808c[_0x3cd727(0xa2)]}],[_0x2a808c[_0x3cd727(0x26c)]],[_0x2a808c[_0x3cd727(0x38a)]],[_0x2a808c[_0x3cd727(0x4ff)]],[_0x5caf54],[_0x3dd1e9]];(_0x2dc45e=this['_config'])!=null&&_0x2dc45e[_0x3cd727(0x343)]&&_0x5548d9[_0x3cd727(0x3cc)]([_0x29dcde,{'useClass':_0x2aacb6}]),_0xed312c[_0x3cd727(0x489)](this[_0x3cd727(0x388)],_0xed312c[_0x3cd727(0x4f0)](_0x5548d9,(_0x242bd2=this[_0x3cd727(0x2bc)])==null?void 0x0:_0x242bd2[_0x3cd727(0x1d2)]));}['_registerRenderDependencies'](){const _0x51c48f=_0x4ffe42;this[_0x51c48f(0x501)](this[_0x51c48f(0x135)][_0x51c48f(0x46f)](_0xed312c[_0x51c48f(0x230)]['UNIVER_DOC'],[_0x3d1184])),this[_0x51c48f(0x501)](this[_0x51c48f(0x135)][_0x51c48f(0x46f)](_0xed312c[_0x51c48f(0x230)][_0x51c48f(0x3f5)],[_0x5d166d]));}[_0x4ffe42(0x49d)](){const _0x3e454d=_0x4ffe42;var _0x3d30ff,_0x1cbbf4;this[_0x3e454d(0x388)][_0x3e454d(0xce)](_0x582e36[_0x3e454d(0x23d)])['registerHTTPInterceptor']({'priority':0x14,'interceptor':_0x582e36[_0x3e454d(0x32a)]({'maxParallel':0x6})}),(_0x3d30ff=this[_0x3e454d(0x2bc)])!=null&&_0x3d30ff[_0x3e454d(0x1a2)]||this[_0x3e454d(0x388)]['get'](_0x2a808c['LocalCacheService'])[_0x3e454d(0x38d)](),(_0x1cbbf4=this['_config'])!=null&&_0x1cbbf4['enableAuthServer']&&_0xed312c[_0x3e454d(0x180)](this[_0x3e454d(0x388)],[[_0x1485c7]]),_0xed312c[_0x3e454d(0x180)](this['_injector'],[[_0x365579],[_0x3dd1e9],[_0x2a808c[_0x3e454d(0x38a)]],[_0x2a808c[_0x3e454d(0x26c)]],[_0x2a808c[_0x3e454d(0x4ff)]],[_0x3b7774]]);}},_0x1ad0eb(_0x2a808c[_0x4ffe42(0xf6)],_0x4ffe42(0x16f),_0xeb9e2b),_0x2a808c['UniverCollaborationClientPlugin']=_0x243c00([_0xed312c[_0x4ffe42(0x9c)](_0x2db012[_0x4ffe42(0x371)],_0x582e36[_0x4ffe42(0x398)]),_0x4340d4(0x1,_0xed312c[_0x4ffe42(0x430)]),_0x4340d4(0x2,_0x100cea['IRenderManagerService']),_0x4340d4(0x3,_0xed312c[_0x4ffe42(0xa5)](_0xed312c[_0x4ffe42(0x399)])),_0x4340d4(0x4,_0xed312c[_0x4ffe42(0x3a8)])],_0x2a808c[_0x4ffe42(0xf6)]),_0x2a808c[_0x4ffe42(0x226)]=_0x10a5d0,_0x2a808c[_0x4ffe42(0x211)]=_0x4f12c4,_0x2a808c[_0x4ffe42(0x4d8)]=_0x13e390,_0x2a808c[_0x4ffe42(0x409)]=_0x94e66b,_0x2a808c['CollaborationStatusDisplay']=_0x177882,_0x2a808c[_0x4ffe42(0x24a)]=_0x260e1f,_0x2a808c[_0x4ffe42(0x452)]=_0x5807fc,_0x2a808c['HEARTBEAT_TIMEOUT_KEY']=_0x58795d,_0x2a808c[_0x4ffe42(0x292)]=_0x4226f5,_0x2a808c['IURLService']=_0x388b03,_0x2a808c[_0x4ffe42(0x376)]=_0x176e42,_0x2a808c['LOGIN_URL_KEY']=_0x30db30,_0x2a808c[_0x4ffe42(0x332)]=_0xb7bb48,_0x2a808c[_0x4ffe42(0x522)]=_0x2c1ffd,_0x2a808c[_0x4ffe42(0x2ed)]=_0x4be4c8,_0x2a808c[_0x4ffe42(0x188)]=_0x12a537,_0x2a808c[_0x4ffe42(0x3ad)]=_0x1e0add,_0x2a808c[_0x4ffe42(0x290)]=_0x2acde2,_0x2a808c[_0x4ffe42(0x24d)]=_0x24ccd9,_0x2a808c[_0x4ffe42(0x54f)]=_0xf063bd,_0x2a808c[_0x4ffe42(0x280)]=_0x4f7192,Object[_0x4ffe42(0x52a)](_0x2a808c,Symbol[_0x4ffe42(0x131)],{'value':_0x4ffe42(0x4d5)});}));
|