@univerjs-pro/collaboration-client 0.4.2 → 0.5.0-nightly.202411091605

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/en-US.js +1 -0
  3. package/lib/cjs/locale/fa-IR.js +1 -0
  4. package/lib/cjs/locale/ru-RU.js +1 -0
  5. package/lib/cjs/locale/vi-VN.js +1 -0
  6. package/lib/cjs/locale/zh-CN.js +1 -0
  7. package/lib/cjs/locale/zh-TW.js +1 -0
  8. package/lib/es/index.js +1 -1
  9. package/lib/es/locale/en-US.js +1 -0
  10. package/lib/es/locale/fa-IR.js +1 -0
  11. package/lib/es/locale/ru-RU.js +1 -0
  12. package/lib/es/locale/vi-VN.js +1 -0
  13. package/lib/es/locale/zh-CN.js +1 -0
  14. package/lib/es/locale/zh-TW.js +1 -0
  15. package/lib/types/index.d.ts +890 -34
  16. package/lib/umd/index.js +1 -1
  17. package/lib/umd/locale/en-US.js +1 -0
  18. package/lib/umd/locale/fa-IR.js +1 -0
  19. package/lib/umd/locale/ru-RU.js +1 -0
  20. package/lib/umd/locale/vi-VN.js +1 -0
  21. package/lib/umd/locale/zh-CN.js +1 -0
  22. package/lib/umd/locale/zh-TW.js +1 -0
  23. package/package.json +39 -31
  24. package/lib/locale/en-US.json +0 -38
  25. package/lib/locale/fa-IR.json +0 -38
  26. package/lib/locale/ru-RU.json +0 -38
  27. package/lib/locale/vi-VN.json +0 -38
  28. package/lib/locale/zh-CN.json +0 -38
  29. package/lib/locale/zh-TW.json +0 -38
  30. package/lib/types/config/config.d.ts +0 -48
  31. package/lib/types/controllers/collab-cursor/__tests__/doc-collab-cursor.controller.spec.d.ts +0 -23
  32. package/lib/types/controllers/collab-cursor/__tests__/serialize-text-ranges.spec.d.ts +0 -1
  33. package/lib/types/controllers/collab-cursor/__tests__/sheet-collab-cursor.controller.spec.d.ts +0 -1
  34. package/lib/types/controllers/collab-cursor/collab-cursor.controller.d.ts +0 -22
  35. package/lib/types/controllers/collab-cursor/doc-collab-cursor-entity.d.ts +0 -38
  36. package/lib/types/controllers/collab-cursor/doc-collab-cursor-render.controller.d.ts +0 -24
  37. package/lib/types/controllers/collab-cursor/serialize-text-ranges.d.ts +0 -3
  38. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-entity.d.ts +0 -39
  39. package/lib/types/controllers/collab-cursor/sheet-collab-cursor-render.controller.d.ts +0 -21
  40. package/lib/types/controllers/collab-status/collab-status.controller.d.ts +0 -18
  41. package/lib/types/controllers/collaboration/__tests__/collaboration.controller.spec.d.ts +0 -4
  42. package/lib/types/controllers/collaboration/__tests__/mock-text-selection-render-manager.service.d.ts +0 -0
  43. package/lib/types/controllers/collaboration/__tests__/mocks.d.ts +0 -54
  44. package/lib/types/controllers/collaboration/collaboration-entity.d.ts +0 -91
  45. package/lib/types/controllers/collaboration/collaboration-state.d.ts +0 -303
  46. package/lib/types/controllers/collaboration/collaboration.controller.d.ts +0 -24
  47. package/lib/types/controllers/collaboration/utils/changeset-utils.d.ts +0 -18
  48. package/lib/types/controllers/collaboration/utils/empty.d.ts +0 -2
  49. package/lib/types/controllers/config.schema.d.ts +0 -29
  50. package/lib/types/controllers/data-loader/__tests__/data-loader.controller.spec.d.ts +0 -1
  51. package/lib/types/controllers/data-loader/data-loader.controller.d.ts +0 -22
  52. package/lib/types/controllers/file-name/file-name.controller.d.ts +0 -12
  53. package/lib/types/controllers/telemetry.d.ts +0 -11
  54. package/lib/types/locale/en-US.d.ts +0 -3
  55. package/lib/types/locale/fa-IR.d.ts +0 -3
  56. package/lib/types/locale/ru-RU.d.ts +0 -3
  57. package/lib/types/locale/vi-VN.d.ts +0 -3
  58. package/lib/types/locale/zh-CN.d.ts +0 -39
  59. package/lib/types/locale/zh-TW.d.ts +0 -3
  60. package/lib/types/models/cursor.d.ts +0 -30
  61. package/lib/types/plugin.d.ts +0 -18
  62. package/lib/types/services/auth-server/auth-server.service.d.ts +0 -10
  63. package/lib/types/services/auth-server/authz-io-http.service.d.ts +0 -30
  64. package/lib/types/services/auth-server/domain-request.service.d.ts +0 -6
  65. package/lib/types/services/auth-server/util.d.ts +0 -1
  66. package/lib/types/services/collaboration-session/collaboration-session.d.ts +0 -59
  67. package/lib/types/services/collaboration-session/collaboration-session.service.d.ts +0 -61
  68. package/lib/types/services/color-assign/color-assign.service.d.ts +0 -10
  69. package/lib/types/services/comment/comment.service.d.ts +0 -6
  70. package/lib/types/services/image-remote/image-io.service.d.ts +0 -34
  71. package/lib/types/services/ime-cache-transform/doc-transform-ime-cache.service.d.ts +0 -13
  72. package/lib/types/services/local-cache/local-cache.service.d.ts +0 -37
  73. package/lib/types/services/member/member.service.d.ts +0 -77
  74. package/lib/types/services/permission/permission.service.d.ts +0 -12
  75. package/lib/types/services/range-selection/sheet-transform-selections.service.d.ts +0 -13
  76. package/lib/types/services/single-active-unit/single-active-unit.service.d.ts +0 -39
  77. package/lib/types/services/snapshot-server/snapshot-server.service.d.ts +0 -21
  78. package/lib/types/services/socket/collaboration-socket.service.d.ts +0 -34
  79. package/lib/types/services/socket/serialize.d.ts +0 -3
  80. package/lib/types/services/state-cache-transform/doc-transform-state-cache.service.d.ts +0 -12
  81. package/lib/types/services/sync-editing-collab-cursor/doc-sync-editing-collab-cursor.service.d.ts +0 -13
  82. package/lib/types/services/text-selection/doc-transform-selections.service.d.ts +0 -8
  83. package/lib/types/services/undoredo/collaborative-undoredo.service.d.ts +0 -19
  84. package/lib/types/services/url/url.service.d.ts +0 -12
  85. package/lib/types/services/url/web-url.service.d.ts +0 -10
  86. package/lib/types/views/components/CollabStatus.d.ts +0 -10
  87. package/lib/types/views/components/CollabStatus.stories.d.ts +0 -8
  88. package/lib/types/views/shapes/doc-collab-cursor.d.ts +0 -27
  89. package/lib/types/views/shapes/sheet-collab-cursor.shape.d.ts +0 -27
  90. package/lib/types/views/shapes/text-bubble.shape.d.ts +0 -19
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- function _0x352d(_0x3d227c,_0x371ca4){const _0x17ad53=_0x17ad();return _0x352d=function(_0x352da1,_0x5aa361){_0x352da1=_0x352da1-0x10a;let _0x53d292=_0x17ad53[_0x352da1];return _0x53d292;},_0x352d(_0x3d227c,_0x371ca4);}(function(_0x5c44aa,_0x46e694){const _0x3a0d27=_0x352d,_0x21d259=_0x5c44aa();while(!![]){try{const _0x4161ef=-parseInt(_0x3a0d27(0x372))/0x1+-parseInt(_0x3a0d27(0x4a9))/0x2+parseInt(_0x3a0d27(0x22a))/0x3+parseInt(_0x3a0d27(0x46a))/0x4*(parseInt(_0x3a0d27(0x264))/0x5)+-parseInt(_0x3a0d27(0x2c9))/0x6+parseInt(_0x3a0d27(0x1bb))/0x7*(-parseInt(_0x3a0d27(0x532))/0x8)+parseInt(_0x3a0d27(0x3cd))/0x9*(-parseInt(_0x3a0d27(0x5bd))/0xa);if(_0x4161ef===_0x46e694)break;else _0x21d259['push'](_0x21d259['shift']());}catch(_0x11b37f){_0x21d259['push'](_0x21d259['shift']());}}}(_0x17ad,0xcad38),function(_0x744c4f,_0x40b139){const _0x5a137e=_0x352d;typeof exports=='object'&&typeof module<'u'?_0x40b139(exports,require(_0x5a137e(0x1f4)),require('rxjs'),require(_0x5a137e(0x58b)),require('@univerjs/design'),require(_0x5a137e(0x1b9)),require(_0x5a137e(0x2c3)),require('@univerjs-pro/collaboration'),require(_0x5a137e(0x4df)),require(_0x5a137e(0x5b8)),require(_0x5a137e(0x512)),require(_0x5a137e(0x1b7)),require(_0x5a137e(0x5b2)),require('@univerjs/drawing'),require(_0x5a137e(0x418)),require(_0x5a137e(0x5af)),require(_0x5a137e(0x485)),require(_0x5a137e(0x358))):typeof define==_0x5a137e(0x2e0)&&define['amd']?define([_0x5a137e(0x4be),_0x5a137e(0x1f4),'rxjs',_0x5a137e(0x58b),_0x5a137e(0x2ea),_0x5a137e(0x1b9),_0x5a137e(0x2c3),'@univerjs-pro/collaboration',_0x5a137e(0x4df),'@univerjs/docs-ui',_0x5a137e(0x512),_0x5a137e(0x1b7),_0x5a137e(0x5b2),_0x5a137e(0x4d4),_0x5a137e(0x418),_0x5a137e(0x5af),_0x5a137e(0x485),_0x5a137e(0x358)],_0x40b139):(_0x744c4f=typeof globalThis<'u'?globalThis:_0x744c4f||self,_0x40b139(_0x744c4f[_0x5a137e(0x539)]={},_0x744c4f['UniverCore'],_0x744c4f['rxjs'],_0x744c4f[_0x5a137e(0x19f)][_0x5a137e(0x1e2)],_0x744c4f[_0x5a137e(0x216)],_0x744c4f[_0x5a137e(0x37a)],_0x744c4f[_0x5a137e(0x11d)],_0x744c4f[_0x5a137e(0x5cf)],_0x744c4f[_0x5a137e(0x37c)],_0x744c4f[_0x5a137e(0x2a1)],_0x744c4f['UniverSheets'],_0x744c4f[_0x5a137e(0x487)],_0x744c4f[_0x5a137e(0x30c)],_0x744c4f[_0x5a137e(0x392)],_0x744c4f[_0x5a137e(0x1d6)],_0x744c4f['UniverSheetsUi'],_0x744c4f[_0x5a137e(0x537)],_0x744c4f[_0x5a137e(0x399)]));}(this,function(_0x5e8095,_0xd3ef1d,_0x2c8065,_0x5cc70d,_0x3c4c54,_0x45bd5d,_0x46bbd6,_0x47367d,_0x1278b2,_0x580bbe,_0x1b517d,_0x141d86,_0x4c13e7,_0x542813,_0x24d855,_0x4c24d4,_0x1fccfb,_0x1d5916){'use strict';const _0x4176ec=_0x352d;var _0x55781b=Object[_0x4176ec(0x2b4)],_0x2953ca=(_0x5512ca,_0x23a272,_0x53fa62)=>_0x23a272 in _0x5512ca?_0x55781b(_0x5512ca,_0x23a272,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x53fa62}):_0x5512ca[_0x23a272]=_0x53fa62,_0xddf92d=(_0x532285,_0x497291,_0x260b9b)=>_0x2953ca(_0x532285,typeof _0x497291!='symbol'?_0x497291+'':_0x497291,_0x260b9b);const _0x3c4a0e=_0x4176ec(0x55c),_0x434e9e=_0x4176ec(0x4e5),_0x16b278=_0x4176ec(0x366),_0x195f21=_0x4176ec(0x324),_0x5d93b2=_0x4176ec(0x188),_0x4bede7=_0x4176ec(0x5a5),_0x1f3478='HEARTBEAT_INTERVAL',_0x3ac21c=_0x4176ec(0x196),_0x556d99=_0x4176ec(0x350),_0x102ba6='LOCAL_CACHE_INTERVAL',_0x4aec31=_0x4176ec(0x222),_0x2bbff7='/universer-api/comb',_0x342faa=_0x4176ec(0x4cd),_0x4e7a7c='/universer-api/oidc/authpage';var _0xd6cb55=(_0x2c9c59=>(_0x2c9c59[_0x2c9c59[_0x4176ec(0x2c4)]=0x0]='UNDEFINED',_0x2c9c59[_0x2c9c59['OK']=0x1]='OK',_0x2c9c59[_0x2c9c59['INTERNAL_ERROR']=0x2]='INTERNAL_ERROR',_0x2c9c59[_0x2c9c59['PERMISSION_DENIED']=0x3]=_0x4176ec(0x509),_0x2c9c59[_0x2c9c59['NOT_FOUND']=0x4]=_0x4176ec(0x3c9),_0x2c9c59[_0x2c9c59[_0x4176ec(0x5d1)]=0x5]=_0x4176ec(0x5d1),_0x2c9c59[_0x2c9c59[_0x4176ec(0x52c)]=0x6]=_0x4176ec(0x52c),_0x2c9c59[_0x2c9c59['INVALID_ARGUMENT']=0x7]=_0x4176ec(0x4f5),_0x2c9c59[_0x2c9c59[_0x4176ec(0x436)]=0x8]=_0x4176ec(0x436),_0x2c9c59[_0x2c9c59[_0x4176ec(0x171)]=0x9]=_0x4176ec(0x171),_0x2c9c59[_0x2c9c59[_0x4176ec(0x137)]=0x1389]=_0x4176ec(0x137),_0x2c9c59[_0x2c9c59['SNAPSHOT_INVALID_SNAPSHOT']=0x1771]=_0x4176ec(0x2a5),_0x2c9c59[_0x2c9c59[_0x4176ec(0x3f0)]=0x1772]=_0x4176ec(0x3f0),_0x2c9c59[_0x2c9c59[_0x4176ec(0x4ee)]=0x1773]=_0x4176ec(0x4ee),_0x2c9c59[_0x2c9c59['APPLY_REJECT']=0x1b59]='APPLY_REJECT',_0x2c9c59[_0x2c9c59[_0x4176ec(0x3bb)]=0x1b5a]=_0x4176ec(0x3bb),_0x2c9c59[_0x2c9c59['APPLY_REVISION_CONFILICT']=0x1b5b]=_0x4176ec(0x431),_0x2c9c59[_0x2c9c59['APPLY_PERMISSION_DENIED']=0x1b5c]=_0x4176ec(0x594),_0x2c9c59[_0x2c9c59['APPLY_DUPLICATED']=0x1b5d]=_0x4176ec(0x596),_0x2c9c59[_0x2c9c59[_0x4176ec(0x3cf)]=0x1f41]=_0x4176ec(0x3cf),_0x2c9c59[_0x2c9c59[_0x4176ec(0x3ee)]=0x2329]=_0x4176ec(0x3ee),_0x2c9c59[_0x2c9c59[_0x4176ec(0x36f)]=0x232a]=_0x4176ec(0x36f),_0x2c9c59[_0x2c9c59[_0x4176ec(0x31a)]=0x232b]=_0x4176ec(0x31a),_0x2c9c59[_0x2c9c59['LICENSE_EXPORT_SIZE_EXCEEDED']=0x232c]='LICENSE_EXPORT_SIZE_EXCEEDED',_0x2c9c59[_0x2c9c59[_0x4176ec(0x3b4)]=0x232d]=_0x4176ec(0x3b4),_0x2c9c59[_0x2c9c59['YUUMI_UNABLE_LOAD_URL']=0x2711]=_0x4176ec(0x1f6),_0x2c9c59[_0x2c9c59[_0x4176ec(0x492)]=0x2712]=_0x4176ec(0x492),_0x2c9c59[_0x2c9c59['YUUMI_RATE_OVER_LIMIT']=0x2713]=_0x4176ec(0x17b),_0x2c9c59[_0x2c9c59[_0x4176ec(0x32b)]=0x2714]='YUUMI_SUBSCRIPTION_NOT_FOUND',_0x2c9c59[_0x2c9c59['UNRECOGNIZED']=-0x1]=_0x4176ec(0x34d),_0x2c9c59))(_0xd6cb55||{}),_0x34a84f=(_0x215246=>(_0x215246[_0x215246[_0x4176ec(0x125)]=0x0]='UNIVER_UNKNOWN',_0x215246[_0x215246[_0x4176ec(0x457)]=0x1]=_0x4176ec(0x457),_0x215246[_0x215246[_0x4176ec(0x1ab)]=0x2]='UNIVER_SHEET',_0x215246[_0x215246[_0x4176ec(0x161)]=0x3]='UNIVER_SLIDE',_0x215246[_0x215246[_0x4176ec(0x456)]=0x4]=_0x4176ec(0x456),_0x215246[_0x215246[_0x4176ec(0x34d)]=-0x1]=_0x4176ec(0x34d),_0x215246))(_0x34a84f||{}),_0x3a059b=(_0x519047=>(_0x519047[_0x519047[_0x4176ec(0x143)]=0x0]='UNKNOWN_CMD',_0x519047[_0x519047['HELLO']=0x1]=_0x4176ec(0x465),_0x519047[_0x519047[_0x4176ec(0x2c7)]=0x2]=_0x4176ec(0x2c7),_0x519047[_0x519047['LEAVE']=0x3]=_0x4176ec(0x5ca),_0x519047[_0x519047[_0x4176ec(0x494)]=0x4]=_0x4176ec(0x494),_0x519047[_0x519047[_0x4176ec(0x597)]=0x5]='HEARTBEAT',_0x519047[_0x519047[_0x4176ec(0x35a)]=0x6]=_0x4176ec(0x35a),_0x519047[_0x519047[_0x4176ec(0x34d)]=-0x1]=_0x4176ec(0x34d),_0x519047))(_0x3a059b||{}),_0x352906=(_0x1ec3ee=>(_0x1ec3ee[_0x1ec3ee[_0x4176ec(0x252)]=0x0]='UNKNOWN_CODE',_0x1ec3ee[_0x1ec3ee['OK']=0x1]='OK',_0x1ec3ee[_0x1ec3ee[_0x4176ec(0x263)]=0x2]='FAIL',_0x1ec3ee[_0x1ec3ee[_0x4176ec(0x34d)]=-0x1]='UNRECOGNIZED',_0x1ec3ee))(_0x352906||{}),_0x14912f=(_0x34ea9d=>(_0x34ea9d[_0x34ea9d['Undefined']=0x0]=_0x4176ec(0x46b),_0x34ea9d[_0x34ea9d['HttpImport']=0x1]=_0x4176ec(0x1d8),_0x34ea9d[_0x34ea9d['HttpExport']=0x2]=_0x4176ec(0x208),_0x34ea9d[_0x34ea9d['UnitEmbedded']=0x3]='UnitEmbedded',_0x34ea9d[_0x34ea9d['UnitSnapshot']=0x4]=_0x4176ec(0x1c0),_0x34ea9d[_0x34ea9d[_0x4176ec(0x34d)]=-0x1]=_0x4176ec(0x34d),_0x34ea9d))(_0x14912f||{});const _0x20ac24=_0x4176ec(0x2ae),_0x57c7f4={};function _0x44c533(_0x532ba5){const _0x51eac3=_0x4176ec;var _0x476800,_0x56af39,_0x461167,_0x598ea3,_0x2a193a;const _0x690635=_0x532ba5['data'],_0x44b261=JSON[_0x51eac3(0x25b)](_0x690635);switch(_0x44b261[_0x51eac3(0x24d)]){case _0x3a059b[_0x51eac3(0x597)]:case _0x3a059b['HELLO']:{const _0x4a8dab=_0x44b261['infoRsp'];return{..._0x44b261,'data':_0x4a8dab,'cmd':_0x44b261[_0x51eac3(0x24d)]};}case _0x3a059b[_0x51eac3(0x2c7)]:{const _0x938fcd=_0x44b261[_0x51eac3(0x3cb)];return{..._0x44b261,'data':_0x938fcd,'cmd':_0x44b261['cmd']};}case _0x3a059b[_0x51eac3(0x35a)]:{const _0x4f3de0=_0x44b261[_0x51eac3(0x35c)];switch(_0x4f3de0[_0x51eac3(0x4d0)]){case _0x47367d[_0x51eac3(0x498)][_0x51eac3(0x558)]:return{..._0x44b261,'data':{..._0x4f3de0,'data':(_0x476800=_0x4f3de0[_0x51eac3(0x4e2)])==null?void 0x0:_0x476800['cs']},'cmd':_0x44b261['cmd']};case _0x47367d['CollaborationEvent']['CHANGESET_ACK']:return{..._0x44b261,'data':{..._0x4f3de0,'data':(_0x56af39=_0x4f3de0['csAckEvent'])==null?void 0x0:_0x56af39['cs']},'cmd':_0x44b261['cmd']};case _0x47367d[_0x51eac3(0x498)][_0x51eac3(0x27f)]:return{..._0x44b261,'data':{..._0x4f3de0,'data':(_0x461167=_0x4f3de0[_0x51eac3(0x1b5)])==null?void 0x0:_0x461167['cs']},'cmd':_0x44b261['cmd']};case _0x47367d[_0x51eac3(0x498)][_0x51eac3(0x274)]:return{..._0x44b261,'data':{..._0x4f3de0,'data':(_0x598ea3=_0x4f3de0[_0x51eac3(0x225)])==null?void 0x0:_0x598ea3['cs']},'cmd':_0x44b261[_0x51eac3(0x24d)]};case _0x47367d['CollaborationEvent'][_0x51eac3(0x318)]:return{..._0x44b261,'data':{..._0x4f3de0,'data':(_0x2a193a=_0x4f3de0[_0x51eac3(0x262)])==null?void 0x0:_0x2a193a['cs']},'cmd':_0x44b261[_0x51eac3(0x24d)]};case _0x47367d[_0x51eac3(0x498)][_0x51eac3(0x12f)]:return{..._0x44b261,'data':{..._0x4f3de0,'data':_0x4f3de0[_0x51eac3(0x307)]},'cmd':_0x44b261[_0x51eac3(0x24d)]};case _0x47367d[_0x51eac3(0x498)]['USERS_ENTER']:return{..._0x44b261,'data':{..._0x4f3de0,'data':_0x4f3de0[_0x51eac3(0x1cf)]},'cmd':_0x44b261[_0x51eac3(0x24d)]};case _0x47367d[_0x51eac3(0x498)][_0x51eac3(0x376)]:return{..._0x44b261,'data':{..._0x4f3de0,'data':_0x4f3de0[_0x51eac3(0x27c)]},'cmd':_0x44b261['cmd']};case _0x47367d[_0x51eac3(0x498)][_0x51eac3(0x562)]:return{..._0x44b261,'data':{..._0x4f3de0,'data':_0x4f3de0[_0x51eac3(0x1a1)]},'cmd':_0x44b261[_0x51eac3(0x24d)]};case _0x47367d[_0x51eac3(0x498)]['LIVESHARE_FETCH_OPERATIONS']:case _0x47367d['CollaborationEvent']['LIVESHARE_OPERATION']:return{..._0x44b261,'data':{..._0x4f3de0,'data':_0x4f3de0['liveShareOperation']},'cmd':_0x44b261[_0x51eac3(0x24d)]};case _0x47367d[_0x51eac3(0x498)]['LIVESHARE_TERMINATE']:return{..._0x44b261,'data':{..._0x4f3de0,'data':_0x4f3de0[_0x51eac3(0x1a1)]},'cmd':_0x44b261['cmd']};case _0x47367d[_0x51eac3(0x498)][_0x51eac3(0x25a)]:return{..._0x44b261,'data':_0x4f3de0,'cmd':_0x44b261['cmd']};case _0x47367d[_0x51eac3(0x498)][_0x51eac3(0x46f)]:return{..._0x44b261,'data':{..._0x4f3de0,'data':_0x4f3de0['commentUpdateEvent']},'cmd':_0x44b261['cmd']};case _0x47367d[_0x51eac3(0x498)][_0x51eac3(0x5c6)]:return{..._0x44b261,'data':{..._0x4f3de0,'data':_0x4f3de0[_0x51eac3(0x49b)]},'cmd':_0x44b261[_0x51eac3(0x24d)]};case _0x47367d[_0x51eac3(0x498)]['SHOULD_CLOSE_CONN']:return{..._0x44b261,'data':{..._0x4f3de0,'data':_0x4f3de0['shouldCloseConn']},'cmd':_0x44b261[_0x51eac3(0x24d)]};default:return _0x44b261;}}default:return _0x44b261;}}function _0x3a96bd(_0x52a042){const _0x1dabff=_0x4176ec;switch(_0x52a042[_0x1dabff(0x24d)]){case _0x3a059b[_0x1dabff(0x597)]:case _0x3a059b[_0x1dabff(0x465)]:return JSON['stringify']({'cmd':_0x52a042['cmd'],'routeKey':_0x52a042['routeKey']});case _0x3a059b[_0x1dabff(0x494)]:{let _0x41d0c5;switch(_0x52a042[_0x1dabff(0x33b)]['eventID']){case _0x47367d[_0x1dabff(0x498)][_0x1dabff(0x12f)]:{_0x41d0c5={'eventID':_0x47367d[_0x1dabff(0x498)][_0x1dabff(0x12f)],'updateCursorEvent':_0x52a042[_0x1dabff(0x33b)][_0x1dabff(0x33b)]};break;}case _0x47367d['CollaborationEvent'][_0x1dabff(0x376)]:{_0x41d0c5={'eventID':_0x47367d[_0x1dabff(0x498)]['USERS_LEAVE'],'leaveEvent':_0x52a042[_0x1dabff(0x33b)][_0x1dabff(0x33b)]};break;}case _0x47367d[_0x1dabff(0x498)][_0x1dabff(0x4dd)]:{_0x41d0c5={'eventID':_0x47367d[_0x1dabff(0x498)]['USERS_ENTER'],'joinEvent':_0x52a042['data'][_0x1dabff(0x33b)]};break;}case _0x47367d[_0x1dabff(0x498)]['LIVESHARE_NEW_HOST']:{_0x41d0c5={'eventID':_0x47367d['CollaborationEvent'][_0x1dabff(0x562)],'liveShareNewHost':_0x52a042[_0x1dabff(0x33b)][_0x1dabff(0x33b)]};break;}case _0x47367d[_0x1dabff(0x498)][_0x1dabff(0x473)]:{_0x41d0c5={'eventID':_0x47367d[_0x1dabff(0x498)][_0x1dabff(0x473)],'liveShareOperation':_0x52a042[_0x1dabff(0x33b)][_0x1dabff(0x33b)]};break;}case _0x47367d[_0x1dabff(0x498)][_0x1dabff(0x273)]:{_0x41d0c5={'eventID':_0x47367d['CollaborationEvent'][_0x1dabff(0x273)],'liveShareTerminate':_0x52a042[_0x1dabff(0x33b)][_0x1dabff(0x33b)]};break;}case _0x47367d[_0x1dabff(0x498)][_0x1dabff(0x2fe)]:{_0x41d0c5={'eventID':_0x47367d[_0x1dabff(0x498)][_0x1dabff(0x2fe)],'liveShareRequestHost':_0x52a042[_0x1dabff(0x33b)][_0x1dabff(0x33b)]};break;}case _0x47367d['CollaborationEvent'][_0x1dabff(0x19e)]:{_0x41d0c5={'eventID':_0x47367d[_0x1dabff(0x498)]['LIVESHARE_FETCH_OPERATIONS']};break;}default:_0x41d0c5={'eventID':_0x52a042[_0x1dabff(0x33b)][_0x1dabff(0x4d0)]};}return JSON[_0x1dabff(0x385)]({'cmd':_0x52a042[_0x1dabff(0x24d)],'routeKey':_0x52a042[_0x1dabff(0x205)],'collaMsg':_0x41d0c5});}case _0x3a059b[_0x1dabff(0x2c7)]:return JSON['stringify']({'cmd':_0x52a042['cmd'],'routeKey':_0x52a042[_0x1dabff(0x205)],'joinReq':_0x52a042[_0x1dabff(0x33b)]});case _0x3a059b[_0x1dabff(0x5ca)]:return JSON[_0x1dabff(0x385)]({'cmd':_0x52a042[_0x1dabff(0x24d)],'routeKey':_0x52a042[_0x1dabff(0x205)],'leaveReq':_0x52a042[_0x1dabff(0x33b)]});default:throw new Error(_0x1dabff(0x598));}}var _0x31f769=Object[_0x4176ec(0x2b4)],_0x254701=Object[_0x4176ec(0x48c)],_0x5d0b3f=(_0x154134,_0x2bd6fa,_0x1f9d27,_0x17b27d)=>{const _0xb78de8=_0x4176ec;for(var _0x174964=_0x17b27d>0x1?void 0x0:_0x17b27d?_0x254701(_0x2bd6fa,_0x1f9d27):_0x2bd6fa,_0xb7ff7a=_0x154134[_0xb78de8(0x2b7)]-0x1,_0xf9067f;_0xb7ff7a>=0x0;_0xb7ff7a--)(_0xf9067f=_0x154134[_0xb7ff7a])&&(_0x174964=(_0x17b27d?_0xf9067f(_0x2bd6fa,_0x1f9d27,_0x174964):_0xf9067f(_0x174964))||_0x174964);return _0x17b27d&&_0x174964&&_0x31f769(_0x2bd6fa,_0x1f9d27,_0x174964),_0x174964;},_0x4503b3=(_0x3fd99c,_0x3a6b49)=>(_0x31002b,_0x328845)=>_0x3a6b49(_0x31002b,_0x328845,_0x3fd99c);const _0x39032f=_0xd3ef1d[_0x4176ec(0x23d)](_0x4176ec(0x4bd));function _0x1c8fbb(_0x1a1299,_0x382326,_0x3df9a4){const _0x5905ab=_0x4176ec;return _0x1a1299+'/'+_0x382326+_0x5905ab(0x2bb)+_0x3df9a4+_0x5905ab(0x5aa);}_0x5e8095[_0x4176ec(0x58e)]=class extends _0xd3ef1d[_0x4176ec(0x198)]{constructor(_0x1d8de0,_0x461a4b,_0x1cebea,_0xf92722,_0x37adc5){const _0x30025f=_0x4176ec;super(),this['_http']=_0x1d8de0,this['_ws']=_0x461a4b,this[_0x30025f(0x1bf)]=_0x1cebea,this['_logService']=_0xf92722,this[_0x30025f(0x22f)]=_0x37adc5;}[_0x4176ec(0x2bd)](_0x3545cc){const _0x5834c6=_0x4176ec,_0x348307=this[_0x5834c6(0x3df)][_0x5834c6(0x2bd)](_0x3545cc);if(!_0x348307)throw new Error('[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!');const _0x3aaac7=new _0xd3ef1d[(_0x5834c6(0x406))](),_0x509e00=new _0x2c8065[(_0x5834c6(0x58c))]();_0x3aaac7[_0x5834c6(0x154)](_0x348307[_0x5834c6(0x20a)][_0x5834c6(0x221)](_0x48e17a=>_0x509e00[_0x5834c6(0x52a)](_0x48e17a))),_0x3aaac7[_0x5834c6(0x154)](_0xd3ef1d['toDisposable'](()=>_0x509e00['complete']()));const _0x443b95=new _0x2c8065['Subject']();_0x3aaac7[_0x5834c6(0x154)](_0x348307['error$']['subscribe'](_0x49b75d=>_0x443b95[_0x5834c6(0x52a)](_0x49b75d))),_0x3aaac7[_0x5834c6(0x154)](_0xd3ef1d[_0x5834c6(0x44a)](()=>_0x443b95[_0x5834c6(0x21e)]()));const _0x52a641=new _0x2c8065[(_0x5834c6(0x58c))]();_0x3aaac7['add'](_0x348307[_0x5834c6(0x2e1)][_0x5834c6(0x221)](_0x18e25f=>{const _0x360070=_0x44c533(_0x18e25f);_0x52a641['next'](_0x360070);})),_0x3aaac7['add'](_0xd3ef1d[_0x5834c6(0x44a)](()=>_0x52a641[_0x5834c6(0x21e)]()));let _0x101d05;const _0x30a032=()=>{const _0x228a8d=_0x5834c6;_0x443b95[_0x228a8d(0x52a)](new Event('connection\x20error')),_0x509e00[_0x228a8d(0x52a)](new CloseEvent(_0x228a8d(0x387))),_0x101d05['close']();};return _0x101d05={'memberID':'','close$':_0x509e00[_0x5834c6(0x117)](),'error$':_0x443b95[_0x5834c6(0x117)](),'open$':_0x348307['open$'],'message$':_0x52a641[_0x5834c6(0x117)](),'send':_0xcb7759=>{const _0x451d94=_0x5834c6;if(_0xcb7759['cmd']===_0x3a059b['INGEST']){if(_0xcb7759[_0x451d94(0x33b)]['eventID']===_0x47367d[_0x451d94(0x498)][_0x451d94(0x49f)]){this[_0x451d94(0x10a)](_0x101d05,_0xcb7759[_0x451d94(0x33b)])[_0x451d94(0x302)](_0x3c9111=>{const _0x35535f=_0x451d94;this[_0x35535f(0x5ab)]['error'](_0x3c9111),_0x30a032();});return;}if(_0xcb7759[_0x451d94(0x33b)]['eventID']===_0x47367d[_0x451d94(0x498)][_0x451d94(0x14b)]){const _0x4f7dd7=_0xcb7759[_0x451d94(0x33b)];this[_0x451d94(0x2ca)](_0x4f7dd7)[_0x451d94(0x4c4)](_0x524ea3=>{const _0x449bc3=_0x451d94;_0x52a641[_0x449bc3(0x52a)]({'cmd':_0x3a059b[_0x449bc3(0x35a)],'code':_0x352906['OK'],'routeKey':_0x4f7dd7[_0x449bc3(0x33b)][_0x449bc3(0x488)],'routeType':'','data':{'eventID':_0x47367d[_0x449bc3(0x498)]['PSEUDO_FETCH_MISSING_RESULT'],'data':{'changesets':_0x524ea3}}});})[_0x451d94(0x302)](_0xd67131=>{const _0xece96a=_0x451d94;this[_0xece96a(0x5ab)][_0xece96a(0x476)](_0xd67131),_0x30a032();});return;}}_0x348307['send'](_0x3a96bd(_0xcb7759));},'close':()=>{const _0x7b1bf5=_0x5834c6;_0x348307[_0x7b1bf5(0x5b1)](),_0x3aaac7[_0x7b1bf5(0x275)]();}},_0x101d05;}async[_0x4176ec(0x10a)](_0x3574dc,_0x9fb66a){const _0x370276=_0x4176ec;var _0x19bc48,_0x446faf;const {unitType:_0xacf89e,unitID:_0x58411f,changeset:_0x54bc04}=_0x9fb66a[_0x370276(0x33b)],_0x12206b={'unitID':_0x58411f,'memberID':_0x3574dc[_0x370276(0x41b)],'type':_0xacf89e,'changeset':_0x47367d[_0x370276(0x491)](_0x54bc04)},_0x1ea8a5=this[_0x370276(0x1bf)][_0x370276(0x40b)](_0x4aec31),_0x40e7dc=this[_0x370276(0x1bf)][_0x370276(0x40b)](_0x20ac24),_0x46959c=_0x1c8fbb((_0x446faf=(_0x19bc48=_0x40e7dc==null?void 0x0:_0x40e7dc[_0x370276(0x1ed)])!=null?_0x19bc48:_0x1ea8a5)!=null?_0x446faf:_0x2bbff7,_0xacf89e,_0x58411f);try{await this['_http'][_0x370276(0x226)](_0x46959c,{'body':_0x12206b});}catch(_0x3b21cd){throw this['_logService'][_0x370276(0x476)](_0x370276(0x2a9),_0x370276(0x51d)),_0x3b21cd;}}async[_0x4176ec(0x2ca)](_0x47961d){const _0x32ea0a=_0x4176ec,{unitID:_0x58dedf,from:_0x21a99f,to:_0x10bedf,unitType:_0x17b2ba}=_0x47961d[_0x32ea0a(0x33b)];return(await this[_0x32ea0a(0x22f)][_0x32ea0a(0x242)]({'metadata':void 0x0},{'unitID':_0x58dedf,'type':_0x17b2ba,'from':_0x21a99f,'to':_0x10bedf}))[_0x32ea0a(0x5be)];}},_0x5e8095[_0x4176ec(0x58e)]=_0x5d0b3f([_0x4503b3(0x0,_0xd3ef1d[_0x4176ec(0x2bc)](_0x46bbd6[_0x4176ec(0x180)])),_0x4503b3(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0x46bbd6[_0x4176ec(0x53f)])),_0x4503b3(0x2,_0xd3ef1d[_0x4176ec(0x2ce)]),_0x4503b3(0x3,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x4503b3(0x4,_0x47367d[_0x4176ec(0x16e)])],_0x5e8095[_0x4176ec(0x58e)]);const _0x4df5f2=_0x4176ec(0x5a1);function _0x42d0b2(_0x2fafa9){const _0x5a3c66=_0x4176ec;return JSON[_0x5a3c66(0x385)](_0x2fafa9)['length'];}class _0x5b0fae{constructor(){const _0x2853b0=_0x4176ec;_0xddf92d(this,_0x2853b0(0x517),new _0x2c8065[(_0x2853b0(0x58c))]()),_0xddf92d(this,'commentUpdate$',this[_0x2853b0(0x517)][_0x2853b0(0x117)]());}['onCommentUpdate'](_0x2c0aed){const _0x3f583d=_0x4176ec;this['_commentUpdate$'][_0x3f583d(0x52a)](_0x2c0aed);}}var _0x53af42=Object[_0x4176ec(0x2b4)],_0x5ce882=Object[_0x4176ec(0x48c)],_0x22722e=(_0x2d8b7f,_0x5d56b6,_0xac83bb,_0x57802)=>{const _0x5388b4=_0x4176ec;for(var _0xa45a1b=_0x57802>0x1?void 0x0:_0x57802?_0x5ce882(_0x5d56b6,_0xac83bb):_0x5d56b6,_0x2c4c8d=_0x2d8b7f[_0x5388b4(0x2b7)]-0x1,_0x356293;_0x2c4c8d>=0x0;_0x2c4c8d--)(_0x356293=_0x2d8b7f[_0x2c4c8d])&&(_0xa45a1b=(_0x57802?_0x356293(_0x5d56b6,_0xac83bb,_0xa45a1b):_0x356293(_0xa45a1b))||_0xa45a1b);return _0x57802&&_0xa45a1b&&_0x53af42(_0x5d56b6,_0xac83bb,_0xa45a1b),_0xa45a1b;},_0x5c1e0e=(_0x387ea3,_0x4ecea5)=>(_0x578d0b,_0x166356)=>_0x4ecea5(_0x578d0b,_0x166356,_0x387ea3);_0x5e8095['MemberService']=class extends _0xd3ef1d[_0x4176ec(0x198)]{constructor(_0x56da97,_0x381125){const _0x42ad8c=_0x4176ec;super(),_0xddf92d(this,_0x42ad8c(0x59e),new Map()),(this[_0x42ad8c(0x1d0)]=_0x56da97,this[_0x42ad8c(0x495)]=_0x381125,this['disposeWithMe'](_0xd3ef1d[_0x42ad8c(0x44a)](_0x2c8065[_0x42ad8c(0x2ff)](this[_0x42ad8c(0x1d0)][_0x42ad8c(0x5a3)](_0xd3ef1d['UniverInstanceType']['UNIVER_SHEET'])[_0x42ad8c(0x579)](_0x5cc70d[_0x42ad8c(0x40d)](_0x2633ad=>_0x2633ad[_0x42ad8c(0x57e)]())),this[_0x42ad8c(0x1d0)]['getTypeOfUnitDisposed$'](_0xd3ef1d[_0x42ad8c(0x20c)]['UNIVER_DOC'])['pipe'](_0x5cc70d['map'](_0x32bd25=>_0x32bd25[_0x42ad8c(0x57e)]())),this['_univerInstanceService'][_0x42ad8c(0x5a3)](_0xd3ef1d[_0x42ad8c(0x20c)][_0x42ad8c(0x161)])['pipe'](_0x5cc70d['map'](_0x171990=>_0x171990[_0x42ad8c(0x57e)]())))['subscribe'](_0x3f7cbd=>this[_0x42ad8c(0x310)](_0x3f7cbd)))));}['setCurrentUser'](_0x1d318c){const _0x7e0617=_0x4176ec;this[_0x7e0617(0x495)][_0x7e0617(0x4ad)](_0x1d318c);}[_0x4176ec(0x256)](){const _0x388a89=_0x4176ec;return this[_0x388a89(0x495)][_0x388a89(0x256)]();}[_0x4176ec(0x32c)](_0x2d4c99,_0x25ba8a){const _0x3682c4=_0x4176ec;let _0x43bc8b=this[_0x3682c4(0x59e)]['get'](_0x2d4c99);_0x43bc8b||(_0x43bc8b=new _0x4cda52(),this[_0x3682c4(0x59e)][_0x3682c4(0x266)](_0x2d4c99,_0x43bc8b)),_0x43bc8b[_0x3682c4(0x32c)](_0x25ba8a);}['removeMember'](_0x382659,_0x5ebd15){const _0x706d80=_0x4176ec,_0x369242=this[_0x706d80(0x59e)][_0x706d80(0x313)](_0x382659);_0x369242&&_0x369242['removeMember'](_0x5ebd15);}[_0x4176ec(0x590)](_0x454033){const _0x16df8e=_0x4176ec;return this[_0x16df8e(0x59e)][_0x16df8e(0x313)](_0x454033);}[_0x4176ec(0x230)](_0xc97b6e,_0x43e2be){const _0x4fb706=_0x4176ec,_0x3e993e=this[_0x4fb706(0x59e)][_0x4fb706(0x313)](_0xc97b6e);if(_0x3e993e)return _0x3e993e[_0x4fb706(0x230)](_0x43e2be);}[_0x4176ec(0x310)](_0x3bd27f){const _0x646f1a=_0x4176ec,_0x455750=this['_roomMembers'][_0x646f1a(0x313)](_0x3bd27f);_0x455750&&(_0x455750[_0x646f1a(0x275)](),this[_0x646f1a(0x59e)][_0x646f1a(0x38e)](_0x3bd27f));}['dispose'](){const _0x4c589b=_0x4176ec;this[_0x4c589b(0x59e)][_0x4c589b(0x193)](_0x1a321e=>_0x1a321e['dispose']()),this[_0x4c589b(0x59e)]['clear']();}},_0x5e8095[_0x4176ec(0x4b1)]=_0x22722e([_0x5c1e0e(0x0,_0xd3ef1d[_0x4176ec(0x2fc)]),_0x5c1e0e(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x4af)]))],_0x5e8095[_0x4176ec(0x4b1)]);class _0x4cda52 extends _0xd3ef1d[_0x4176ec(0x198)]{constructor(){const _0x5ba5ab=_0x4176ec;super(...arguments),_0xddf92d(this,_0x5ba5ab(0x53c),new Map());}['dispose'](){const _0x1d7b95=_0x4176ec;this[_0x1d7b95(0x53c)][_0x1d7b95(0x341)]();}[_0x4176ec(0x32c)](_0x3b924c){const _0x543bce=_0x4176ec;this[_0x543bce(0x53c)][_0x543bce(0x266)](_0x3b924c[_0x543bce(0x41b)],_0x3b924c);}[_0x4176ec(0x424)](_0x4824d2){const _0x598f76=_0x4176ec;this[_0x598f76(0x53c)]['delete'](_0x4824d2);}['getMember'](_0x35f28f){const _0x308094=_0x4176ec;return this['_members'][_0x308094(0x313)](_0x35f28f);}[_0x4176ec(0x1be)](){const _0x4947ba=_0x4176ec;return Array[_0x4947ba(0x165)](this[_0x4947ba(0x53c)][_0x4947ba(0x4aa)]());}}var _0x420fe5=Object[_0x4176ec(0x2b4)],_0x684828=Object['getOwnPropertyDescriptor'],_0x19f448=(_0x59f205,_0x3525ed,_0x3ca058,_0x2b490c)=>{const _0x1f7729=_0x4176ec;for(var _0xf030c9=_0x2b490c>0x1?void 0x0:_0x2b490c?_0x684828(_0x3525ed,_0x3ca058):_0x3525ed,_0x547bd8=_0x59f205[_0x1f7729(0x2b7)]-0x1,_0x3f9607;_0x547bd8>=0x0;_0x547bd8--)(_0x3f9607=_0x59f205[_0x547bd8])&&(_0xf030c9=(_0x2b490c?_0x3f9607(_0x3525ed,_0x3ca058,_0xf030c9):_0x3f9607(_0xf030c9))||_0xf030c9);return _0x2b490c&&_0xf030c9&&_0x420fe5(_0x3525ed,_0x3ca058,_0xf030c9),_0xf030c9;},_0x59dcf1=(_0x15501f,_0x1abac5)=>(_0x58a8f9,_0x333d50)=>_0x1abac5(_0x58a8f9,_0x333d50,_0x15501f),_0x5a5e86=(_0x69f27c=>(_0x69f27c[_0x69f27c[_0x4176ec(0x183)]=0x0]=_0x4176ec(0x183),_0x69f27c[_0x69f27c[_0x4176ec(0x468)]=0x1]=_0x4176ec(0x468),_0x69f27c[_0x69f27c[_0x4176ec(0x10e)]=0x2]=_0x4176ec(0x10e),_0x69f27c[_0x69f27c[_0x4176ec(0x1a7)]=0x3]='ONLINE',_0x69f27c))(_0x5a5e86||{});_0x5e8095['CollaborationSession']=class extends _0xd3ef1d[_0x4176ec(0x19c)]{constructor(_0x1ce4d8,_0xeb638f,_0x380931,_0x16e836,_0x5af0ec,_0x1a0caf,_0x3f2ab1,_0x52f6fb,_0x1b9422,_0x5cca68){const _0x253498=_0x4176ec;super(),_0xddf92d(this,_0x253498(0x501),new _0x2c8065[(_0x253498(0x3b0))](0x0)),_0xddf92d(this,_0x253498(0x51f),this[_0x253498(0x501)]['asObservable']()),_0xddf92d(this,_0x253498(0x285),new _0x2c8065[(_0x253498(0x58c))]()),_0xddf92d(this,_0x253498(0x3c6),this[_0x253498(0x285)][_0x253498(0x117)]()),_0xddf92d(this,'_socket'),_0xddf92d(this,'_socketMessageSubscription'),_0xddf92d(this,_0x253498(0x5d2)),_0xddf92d(this,_0x253498(0x38d),!0x1),_0xddf92d(this,_0x253498(0x1dc),null),(this['_unitID']=_0x1ce4d8,this[_0x253498(0x5ab)]=_0x380931,this[_0x253498(0x1ec)]=_0x16e836,this[_0x253498(0x1df)]=_0x5af0ec,this[_0x253498(0x1bf)]=_0x1a0caf,this['_localeService']=_0x3f2ab1,this['_memberService']=_0x52f6fb,this[_0x253498(0x58a)]=_0x1b9422,this['_telemetryService']=_0x5cca68,this[_0x253498(0x38d)]=!!this[_0x253498(0x4ab)],_0xeb638f[_0x253498(0x579)](_0x2c8065[_0x253498(0x50b)](this[_0x253498(0x484)]))['subscribe'](_0x28b052=>{const _0x2ac36d=_0x253498;var _0x5eb9e4;typeof _0x28b052>'u'||(this[_0x2ac36d(0x353)]=_0x28b052,_0x28b052?(this[_0x2ac36d(0x4ea)](_0x28b052),this['_socketMessageSubscription']=_0x28b052[_0x2ac36d(0x2e1)]['subscribe'](_0x106b89=>{const _0x1663b7=_0x2ac36d;_0x106b89[_0x1663b7(0x205)]===this[_0x1663b7(0x4a1)]&&this[_0x1663b7(0x3a8)](_0x106b89);})):(this[_0x2ac36d(0x574)](),this[_0x2ac36d(0x501)]['next'](0x2),(_0x5eb9e4=this[_0x2ac36d(0x549)])==null||_0x5eb9e4[_0x2ac36d(0x447)](),this['_socketMessageSubscription']=null));}),this[_0x253498(0x1a6)](this[_0x253498(0x1ec)][_0x253498(0x571)](()=>{const _0x54e693=_0x253498;var _0x443540;(_0x443540=this['_socket'])==null||_0x443540['send']({'cmd':_0x3a059b[_0x54e693(0x5ca)],'data':{'roomID':this[_0x54e693(0x4a1)]}});})));}get['sessionStatus'](){const _0x1d3940=_0x4176ec;return this[_0x1d3940(0x501)][_0x1d3940(0x2c6)]();}[_0x4176ec(0x3d9)](){const _0x37b2a1=_0x4176ec;var _0x91b14b,_0x318dc2;return(_0x318dc2=(_0x91b14b=this[_0x37b2a1(0x353)])==null?void 0x0:_0x91b14b[_0x37b2a1(0x41b)])!=null?_0x318dc2:null;}[_0x4176ec(0x275)](){const _0x379ef3=_0x4176ec;super[_0x379ef3(0x275)](),this['dispose$'][_0x379ef3(0x52a)](),this['dispose$'][_0x379ef3(0x21e)]();}[_0x4176ec(0x5b1)](){const _0x509c07=_0x4176ec;var _0x1ea854,_0x2401c1;this['_throwTelemetryCollaborationNewChangeset'](),(_0x1ea854=this[_0x509c07(0x353)])==null||_0x1ea854[_0x509c07(0x4f3)]({'cmd':_0x3a059b[_0x509c07(0x5ca)],'data':{'roomID':this['_unitID']}}),(_0x2401c1=this[_0x509c07(0x353)])==null||_0x2401c1['close'](),this[_0x509c07(0x285)][_0x509c07(0x21e)](),this[_0x509c07(0x501)][_0x509c07(0x21e)](),this[_0x509c07(0x275)]();}[_0x4176ec(0x3a8)](_0x3223b4){const _0x3b818b=_0x4176ec;_0x3223b4[_0x3b818b(0x24d)]===_0x3a059b[_0x3b818b(0x2c7)]?this[_0x3b818b(0x25d)](_0x3223b4):_0x3223b4[_0x3b818b(0x24d)]===_0x3a059b[_0x3b818b(0x35a)]&&this[_0x3b818b(0x371)](_0x3223b4);}[_0x4176ec(0x4ea)](_0x1ed585){const _0x5b9c81=_0x4176ec;this['_sessionStatus$'][_0x5b9c81(0x52a)](0x1),_0x1ed585[_0x5b9c81(0x4f3)]({'cmd':_0x3a059b['JOIN'],'routeKey':this[_0x5b9c81(0x4a1)],'routeType':'','data':{'rooms':[{'roomID':this['_unitID']}]}});}[_0x4176ec(0x25d)](_0x46e8e3){const _0x4f9657=_0x4176ec;var _0xac0c1f;if(_0x46e8e3['code']===_0x352906[_0x4f9657(0x263)]){this[_0x4f9657(0x1df)][_0x4f9657(0x593)]({'type':_0x3c4c54[_0x4f9657(0x344)][_0x4f9657(0x50f)],'content':this[_0x4f9657(0x4a7)]['t'](_0x4f9657(0x451))}),this[_0x4f9657(0x501)][_0x4f9657(0x52a)](0x2);return;}this['_sessionStatus$'][_0x4f9657(0x52a)](0x3);const _0x431770=(_0xac0c1f=_0x46e8e3['data'][_0x4f9657(0x2dc)][this[_0x4f9657(0x4a1)]])==null?void 0x0:_0xac0c1f[_0x4f9657(0x43f)];_0x431770&&_0x431770[_0x4f9657(0x193)](_0x230413=>this[_0x4f9657(0x192)][_0x4f9657(0x32c)](this[_0x4f9657(0x4a1)],_0x230413));}[_0x4176ec(0x371)](_0x2f27bf){const _0x59206a=_0x4176ec;try{const _0x502309=_0x2f27bf[_0x59206a(0x33b)];switch(_0x502309[_0x59206a(0x4d0)]){case _0x47367d['CollaborationEvent'][_0x59206a(0x4dd)]:this[_0x59206a(0x2eb)](_0x502309),this[_0x59206a(0x285)]['next'](_0x502309);break;case _0x47367d['CollaborationEvent'][_0x59206a(0x376)]:this[_0x59206a(0x39d)](_0x502309),this[_0x59206a(0x285)][_0x59206a(0x52a)](_0x502309);break;case _0x47367d[_0x59206a(0x498)][_0x59206a(0x428)]:case _0x47367d[_0x59206a(0x498)]['CHANGESET_SHOULD_RETRY']:this[_0x59206a(0x568)](),this[_0x59206a(0x185)](),this['_event$']['next'](_0x502309);break;case _0x47367d[_0x59206a(0x498)][_0x59206a(0x25a)]:this[_0x59206a(0x5ab)]['error'](_0x59206a(0x16a)+JSON['stringify'](_0x502309)),this['_event$'][_0x59206a(0x52a)](_0x502309);break;case _0x47367d[_0x59206a(0x498)][_0x59206a(0x46f)]:this[_0x59206a(0x58a)][_0x59206a(0x15d)](_0x502309[_0x59206a(0x33b)]),this[_0x59206a(0x285)][_0x59206a(0x52a)](_0x502309);break;default:this[_0x59206a(0x285)][_0x59206a(0x52a)](_0x502309);}}catch(_0x259d30){this[_0x59206a(0x5ab)][_0x59206a(0x476)](_0x259d30,_0x2f27bf);}}[_0x4176ec(0x2eb)](_0x4f91d7){const _0x23f47a=_0x4176ec;this['_memberService']['updateMember'](this['_unitID'],_0x4f91d7[_0x23f47a(0x33b)]);}[_0x4176ec(0x39d)](_0x53c494){const _0x69bf34=_0x4176ec;this[_0x69bf34(0x192)][_0x69bf34(0x424)](this[_0x69bf34(0x4a1)],_0x53c494[_0x69bf34(0x33b)][_0x69bf34(0x41b)]);}async[_0x4176ec(0x4f3)](_0x5989e8,_0x572ec0){const _0x532fe7=_0x4176ec;if(this[_0x532fe7(0x364)]!==0x3||!this[_0x532fe7(0x353)])throw new Error(_0x532fe7(0x3b3));try{_0x5989e8['eventID']===_0x47367d[_0x532fe7(0x498)]['SUBMIT_CHANGESET']&&(this[_0x532fe7(0x30b)](),this[_0x532fe7(0x251)](_0x5989e8)),this[_0x532fe7(0x353)][_0x532fe7(0x4f3)]({'cmd':_0x3a059b[_0x532fe7(0x494)],'routeKey':_0x572ec0,'routeType':'','data':_0x5989e8});}catch(_0x57388d){this[_0x532fe7(0x5ab)][_0x532fe7(0x476)](_0x57388d);}}[_0x4176ec(0x30b)](){const _0x4928d9=_0x4176ec;var _0x174700;this[_0x4928d9(0x5d2)]=window[_0x4928d9(0x5a2)](()=>{const _0x35f448=_0x4928d9;this[_0x35f448(0x5d2)]=null,this[_0x35f448(0x1df)]['show']({'type':_0x3c4c54['MessageType'][_0x35f448(0x3dd)],'content':this[_0x35f448(0x4a7)]['t']('session.collaboration-timeout')});},(_0x174700=this['_configService']['getConfig'](_0x3ac21c))!=null?_0x174700:0x4e20);}['_clearCollaborationTimeoutTimer'](){const _0x595891=_0x4176ec;this[_0x595891(0x5d2)]&&(clearTimeout(this[_0x595891(0x5d2)]),this['_collaborationTimeoutTimer']=null);}[_0x4176ec(0x251)](_0x4e4c76){const _0x1ddcc2=_0x4176ec;if(!this['_shouldReportTelemetry'])return;const {data:_0x23a203}=_0x4e4c76,{unitID:_0x105594,changeset:_0x1cd5ef}=_0x23a203,{mutations:_0x450877,type:_0x17cfd2}=_0x1cd5ef;this[_0x1ddcc2(0x1dc)]={'unitId':_0x105594,'type':_0x17cfd2,'startTime':performance[_0x1ddcc2(0x4d1)](),'stopTime':0x0,'duration':0x0,'size':_0x42d0b2(_0x450877)};}['_stopTelemetryCollaborationNewChangeset'](){const _0x6152d6=_0x4176ec;if(this[_0x6152d6(0x38d)]){if(!this[_0x6152d6(0x1dc)]){this[_0x6152d6(0x5ab)][_0x6152d6(0x476)](_0x6152d6(0x2a9),_0x6152d6(0x28c));return;}this['_telemetryInfo']['stopTime']=performance[_0x6152d6(0x4d1)](),this[_0x6152d6(0x1dc)][_0x6152d6(0x1ef)]=this[_0x6152d6(0x1dc)]['stopTime']-this['_telemetryInfo'][_0x6152d6(0x28b)],this['_telemetryService'][_0x6152d6(0x45d)](_0x4df5f2,this[_0x6152d6(0x1dc)]),this['_telemetryInfo']=null;}}[_0x4176ec(0x574)](){const _0xfd6b8c=_0x4176ec;this[_0xfd6b8c(0x1dc)]=null;}},_0x5e8095[_0x4176ec(0x209)]=_0x19f448([_0x59dcf1(0x2,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x59dcf1(0x3,_0x45bd5d[_0x4176ec(0x17d)]),_0x59dcf1(0x4,_0x45bd5d[_0x4176ec(0x2bf)]),_0x59dcf1(0x5,_0xd3ef1d[_0x4176ec(0x2ce)]),_0x59dcf1(0x6,_0xd3ef1d['Inject'](_0xd3ef1d[_0x4176ec(0x2b3)])),_0x59dcf1(0x7,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x4b1)])),_0x59dcf1(0x8,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5b0fae)),_0x59dcf1(0x9,_0xd3ef1d[_0x4176ec(0x4a6)](_0x1278b2[_0x4176ec(0x3c0)]))],_0x5e8095['CollaborationSession']);var _0xced3d7=Object[_0x4176ec(0x2b4)],_0x3e0f2e=Object[_0x4176ec(0x48c)],_0x1536e4=(_0x5dc245,_0x9b2af3,_0x467fff,_0x774e7f)=>{const _0x40fa9a=_0x4176ec;for(var _0x109e1c=_0x774e7f>0x1?void 0x0:_0x774e7f?_0x3e0f2e(_0x9b2af3,_0x467fff):_0x9b2af3,_0x206090=_0x5dc245[_0x40fa9a(0x2b7)]-0x1,_0x983b5;_0x206090>=0x0;_0x206090--)(_0x983b5=_0x5dc245[_0x206090])&&(_0x109e1c=(_0x774e7f?_0x983b5(_0x9b2af3,_0x467fff,_0x109e1c):_0x983b5(_0x109e1c))||_0x109e1c);return _0x774e7f&&_0x109e1c&&_0xced3d7(_0x9b2af3,_0x467fff,_0x109e1c),_0x109e1c;},_0x2b20c5=(_0x38ff3d,_0x24038a)=>(_0x8ba01f,_0x331f2c)=>_0x24038a(_0x8ba01f,_0x331f2c,_0x38ff3d);_0x5e8095['CollaborationSessionService']=class extends _0xd3ef1d['Disposable']{constructor(_0x48a5ec,_0x141f79,_0x21a231,_0x52e2a0,_0x4c6515,_0x130d25){const _0x37a268=_0x4176ec;super(),_0xddf92d(this,_0x37a268(0x3d1),new _0x2c8065['BehaviorSubject'](void 0x0)),_0xddf92d(this,_0x37a268(0x2ba),this['_socket$'][_0x37a268(0x117)]()),_0xddf92d(this,_0x37a268(0x19b),null),_0xddf92d(this,_0x37a268(0x3ac),new Map()),_0xddf92d(this,'_status$',new _0x2c8065['BehaviorSubject'](_0x5a5e86[_0x37a268(0x183)])),_0xddf92d(this,_0x37a268(0x536),this[_0x37a268(0x1e6)][_0x37a268(0x117)]()),_0xddf92d(this,_0x37a268(0x27e),!0x1),_0xddf92d(this,_0x37a268(0x288)),_0xddf92d(this,_0x37a268(0x163),0x0),_0xddf92d(this,_0x37a268(0x1d1)),_0xddf92d(this,'_timeoutTimer'),(this[_0x37a268(0x11a)]=_0x48a5ec,this[_0x37a268(0x4a7)]=_0x141f79,this['_messageService']=_0x21a231,this[_0x37a268(0x5ab)]=_0x52e2a0,this[_0x37a268(0x1bf)]=_0x4c6515,this[_0x37a268(0x123)]=_0x130d25,this[_0x37a268(0x19d)]());}get[_0x4176ec(0x353)](){const _0x5727f1=_0x4176ec;return this['_socket$'][_0x5727f1(0x2c6)]();}[_0x4176ec(0x19d)](){const _0x3c0723=_0x4176ec;this[_0x3c0723(0x3c2)](),this[_0x3c0723(0x342)]();}[_0x4176ec(0x275)](){const _0x35d95f=_0x4176ec;super[_0x35d95f(0x275)](),this[_0x35d95f(0x3ac)][_0x35d95f(0x193)](_0x4ad2dd=>_0x4ad2dd[_0x35d95f(0x275)]()),this[_0x35d95f(0x3ac)][_0x35d95f(0x341)](),this[_0x35d95f(0x1e6)]['complete']();}async[_0x4176ec(0x3f8)](_0x5e7d1c){const _0x549979=_0x4176ec;if(this['_sessions'][_0x549979(0x4cf)](_0x5e7d1c))return this[_0x549979(0x3ac)][_0x549979(0x313)](_0x5e7d1c);this[_0x549979(0x5ad)]();const _0x4134b0=this['_injector'][_0x549979(0x5c5)](_0x5e8095['CollaborationSession'],_0x5e7d1c,this['_socket$'][_0x549979(0x117)]());return this['_sessions'][_0x549979(0x266)](_0x5e7d1c,_0x4134b0),_0x4134b0;}[_0x4176ec(0x524)](_0x47a8da){const _0x1ff57a=_0x4176ec;var _0x8cfea8;const _0x56c7f7=this[_0x1ff57a(0x3ac)]['get'](_0x47a8da);_0x56c7f7&&(this['_sessions'][_0x1ff57a(0x38e)](_0x47a8da),_0x56c7f7[_0x1ff57a(0x5b1)]()),this[_0x1ff57a(0x3ac)]['size']||(_0x8cfea8=this['_socket'])==null||_0x8cfea8[_0x1ff57a(0x5b1)]();}[_0x4176ec(0x283)](){const _0x1542c9=_0x4176ec;this['_retryCount']=0x0,this[_0x1542c9(0x288)]!=null&&(clearTimeout(this[_0x1542c9(0x288)]),this['_retryConnectingTimer']=null),this['_tryReconnect']();}[_0x4176ec(0x111)](){const _0x583ba2=_0x4176ec;var _0x2ad52a,_0x5d3a29;const _0x248efc=this[_0x583ba2(0x1bf)][_0x583ba2(0x40b)](_0x5d93b2),_0x5791cc=this['_configService'][_0x583ba2(0x40b)](_0x20ac24),_0x177b47=(_0x5d3a29=(_0x2ad52a=_0x5791cc==null?void 0x0:_0x5791cc[_0x583ba2(0x21c)])!=null?_0x2ad52a:_0x248efc)!=null?_0x5d3a29:_0x4bede7,_0x2657bb=this[_0x583ba2(0x123)][_0x583ba2(0x2bd)](_0x177b47);return this[_0x583ba2(0x19b)]=_0x2657bb,_0x2657bb;}[_0x4176ec(0x5ad)](){const _0x3cef5f=_0x4176ec;var _0x80aab1,_0x4715c3;try{const _0x5234b1=(_0x4715c3=(_0x80aab1=this[_0x3cef5f(0x353)])!=null?_0x80aab1:this[_0x3cef5f(0x19b)])!=null?_0x4715c3:this[_0x3cef5f(0x111)]();if(_0x5234b1){const _0x19067b=_0x5234b1[_0x3cef5f(0x4f3)];_0x5234b1[_0x3cef5f(0x4f3)]=_0x16dfe=>(this[_0x3cef5f(0x30e)](),_0x19067b[_0x3cef5f(0x39e)](_0x5234b1,[_0x16dfe])),_0x5234b1[_0x3cef5f(0x2e1)]['subscribe'](_0x413cf9=>this[_0x3cef5f(0x2be)](_0x5234b1,_0x413cf9)),_0x5234b1[_0x3cef5f(0x419)][_0x3cef5f(0x579)](_0x5cc70d['take'](0x1))[_0x3cef5f(0x221)](_0x34870f=>this[_0x3cef5f(0x5ab)][_0x3cef5f(0x476)](_0x3cef5f(0x5ac),_0x34870f)),_0x5234b1[_0x3cef5f(0x4bb)][_0x3cef5f(0x579)](_0x5cc70d[_0x3cef5f(0x272)](0x1))[_0x3cef5f(0x221)](()=>{const _0x3c6afc=_0x3cef5f;this[_0x3c6afc(0x2a0)](_0x5234b1);}),_0x5234b1[_0x3cef5f(0x20a)][_0x3cef5f(0x579)](_0x5cc70d['take'](0x1))[_0x3cef5f(0x221)](_0x53b3bb=>{const _0x5474ae=_0x3cef5f;this[_0x5474ae(0x5ab)][_0x5474ae(0x144)](_0x5474ae(0x4fb),_0x5474ae(0x34f),_0x53b3bb),this[_0x5474ae(0x514)]();});}}catch(_0x3d9ad4){this['_logService'][_0x3cef5f(0x476)](_0x3d9ad4),this[_0x3cef5f(0x514)]();}}[_0x4176ec(0x2a0)](_0x44bde2){const _0x47b89a=_0x4176ec;this[_0x47b89a(0x5ab)]['debug']('[CollaborationSessionService]',_0x47b89a(0x41a)),_0x44bde2[_0x47b89a(0x4f3)]({'cmd':_0x3a059b['HELLO']}),this['_rescheduleHeartbeat']();}[_0x4176ec(0x3c2)](){const _0x4639fe=_0x4176ec;window[_0x4639fe(0x160)](_0x4639fe(0x151),()=>this['_onOffline']());}[_0x4176ec(0x411)](){const _0x37f1a8=_0x4176ec;this['_socketReady']=!0x1,this[_0x37f1a8(0x19b)]=null,this[_0x37f1a8(0x1e6)][_0x37f1a8(0x52a)](_0x5a5e86[_0x37f1a8(0x10e)]),this[_0x37f1a8(0x3d1)][_0x37f1a8(0x52a)](null),this[_0x37f1a8(0x4f2)](),this[_0x37f1a8(0x301)]();}[_0x4176ec(0x514)](){const _0x3bdc48=_0x4176ec;var _0x58f8d7;this[_0x3bdc48(0x411)](),this[_0x3bdc48(0x163)]<((_0x58f8d7=this[_0x3bdc48(0x1bf)][_0x3bdc48(0x40b)](_0x556d99))!=null?_0x58f8d7:0x3)?(this[_0x3bdc48(0x1df)]['show']({'key':_0x3bdc48(0x1b2),'type':_0x3c4c54['MessageType'][_0x3bdc48(0x50f)],'content':this[_0x3bdc48(0x4a7)]['t']('session.will-retry')}),this[_0x3bdc48(0x1ea)]()):this[_0x3bdc48(0x1df)]['show']({'key':_0x3bdc48(0x1b2),'type':_0x3c4c54['MessageType']['Error'],'content':this['_localeService']['t']('session.connection-failed')});}[_0x4176ec(0x342)](){const _0x386137=_0x4176ec,_0x51cbc9=()=>{const _0x78e1c9=_0x352d;this[_0x78e1c9(0x353)]||this[_0x78e1c9(0x283)]();},_0x52e409=()=>{const _0x317a70=_0x352d;this[_0x317a70(0x353)]||document[_0x317a70(0x2b0)]===_0x317a70(0x55f)||this[_0x317a70(0x283)]();};window[_0x386137(0x160)](_0x386137(0x525),_0x51cbc9),document[_0x386137(0x160)](_0x386137(0x1f0),_0x52e409);}[_0x4176ec(0x1ea)](){const _0x481a8d=_0x4176ec;var _0x47278f;const _0x2fefa1=this[_0x481a8d(0x163)],_0x378d7c=this[_0x481a8d(0x1bf)]['getConfig'](_0x20ac24),_0x5bd9c6=_0x2fefa1===0x0?0x0:((_0x47278f=_0x378d7c==null?void 0x0:_0x378d7c[_0x481a8d(0x10d)])!=null?_0x47278f:0x4e20)*0x2**_0x2fefa1;this['_retryConnectingTimer']=window[_0x481a8d(0x5a2)](()=>{const _0x51b13b=_0x481a8d;clearTimeout(this[_0x51b13b(0x288)]),this[_0x51b13b(0x288)]=null,this[_0x51b13b(0x5ad)]();},_0x5bd9c6),this[_0x481a8d(0x163)]+=0x1;}['_onMessage'](_0x4c25e6,_0x154763){const _0x10b023=_0x4176ec,{cmd:_0xf07a1f}=_0x154763;_0xf07a1f===_0x3a059b[_0x10b023(0x465)]&&!this['_socketReady']&&(_0x4c25e6['memberID']=_0x154763[_0x10b023(0x33b)][_0x10b023(0x41b)],this['_socket$'][_0x10b023(0x52a)](_0x4c25e6),this[_0x10b023(0x1e6)][_0x10b023(0x52a)](_0x5a5e86[_0x10b023(0x1a7)]),this[_0x10b023(0x27e)]=!0x0,this[_0x10b023(0x19b)]=null),_0xf07a1f===_0x3a059b[_0x10b023(0x597)]&&this[_0x10b023(0x4f2)](),this[_0x10b023(0x30e)]();}[_0x4176ec(0x30e)](){const _0x402133=_0x4176ec;var _0x85492f;this['_clearHeartbeatTimer'](),this['_sendHeartbeatTimer']=window[_0x402133(0x5a2)](()=>this[_0x402133(0x189)](),(_0x85492f=this[_0x402133(0x1bf)][_0x402133(0x40b)](_0x1f3478))!=null?_0x85492f:0x7530);}[_0x4176ec(0x189)](){const _0x486327=_0x4176ec;this['_socket']['send']({'cmd':_0x3a059b[_0x486327(0x597)]}),this[_0x486327(0x508)]();}[_0x4176ec(0x508)](){const _0x40939d=_0x4176ec;var _0x5c173c;this[_0x40939d(0x4a4)]=window[_0x40939d(0x5a2)](()=>this[_0x40939d(0x514)](),(_0x5c173c=this[_0x40939d(0x1bf)][_0x40939d(0x40b)](_0x3ac21c))!=null?_0x5c173c:0x4e20);}[_0x4176ec(0x301)](){const _0x9549b0=_0x4176ec;this[_0x9549b0(0x1d1)]!=null&&(clearTimeout(this[_0x9549b0(0x1d1)]),this['_sendHeartbeatTimer']=null);}[_0x4176ec(0x4f2)](){const _0x36a390=_0x4176ec;this[_0x36a390(0x4a4)]!=null&&(clearTimeout(this[_0x36a390(0x4a4)]),this[_0x36a390(0x4a4)]=null);}},_0x5e8095['CollaborationSessionService']=_0x1536e4([_0x2b20c5(0x0,_0xd3ef1d['Inject'](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x2b20c5(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x2b3)])),_0x2b20c5(0x2,_0x45bd5d[_0x4176ec(0x2bf)]),_0x2b20c5(0x3,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x2b20c5(0x4,_0xd3ef1d['IConfigService']),_0x2b20c5(0x5,_0x39032f)],_0x5e8095[_0x4176ec(0x48a)]);for(var _0x14feea=[],_0x3e7acb=0x0;_0x3e7acb<0x100;++_0x3e7acb)_0x14feea[_0x4176ec(0x455)]((_0x3e7acb+0x100)[_0x4176ec(0x530)](0x10)[_0x4176ec(0x2de)](0x1));function _0x220f46(_0x3cb1a1,_0x18b5b0=0x0){const _0x3e59b8=_0x4176ec;return(_0x14feea[_0x3cb1a1[_0x18b5b0+0x0]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0x1]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0x2]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0x3]]+'-'+_0x14feea[_0x3cb1a1[_0x18b5b0+0x4]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0x5]]+'-'+_0x14feea[_0x3cb1a1[_0x18b5b0+0x6]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0x7]]+'-'+_0x14feea[_0x3cb1a1[_0x18b5b0+0x8]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0x9]]+'-'+_0x14feea[_0x3cb1a1[_0x18b5b0+0xa]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0xb]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0xc]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0xd]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0xe]]+_0x14feea[_0x3cb1a1[_0x18b5b0+0xf]])[_0x3e59b8(0x3c5)]();}var _0x479d82,_0x269626=new Uint8Array(0x10);function _0x58818e(){const _0x1c6051=_0x4176ec;if(!_0x479d82&&(_0x479d82=typeof crypto<'u'&&crypto['getRandomValues']&&crypto[_0x1c6051(0x53e)][_0x1c6051(0x284)](crypto),!_0x479d82))throw new Error(_0x1c6051(0x2f9));return _0x479d82(_0x269626);}var _0x36d96f=typeof crypto<'u'&&crypto[_0x4176ec(0x401)]&&crypto['randomUUID'][_0x4176ec(0x284)](crypto);const _0x1f6da0={'randomUUID':_0x36d96f};function _0x198ef1(_0x877670,_0x3f3b69,_0x335b88){const _0x2e8e6a=_0x4176ec;if(_0x1f6da0[_0x2e8e6a(0x401)]&&!_0x3f3b69&&!_0x877670)return _0x1f6da0['randomUUID']();_0x877670=_0x877670||{};var _0x5df3e7=_0x877670['random']||(_0x877670[_0x2e8e6a(0x1a9)]||_0x58818e)();return _0x5df3e7[0x6]=_0x5df3e7[0x6]&0xf|0x40,_0x5df3e7[0x8]=_0x5df3e7[0x8]&0x3f|0x80,_0x220f46(_0x5df3e7);}var _0x117cdd=Object[_0x4176ec(0x2b4)],_0x43c3ff=Object[_0x4176ec(0x48c)],_0x4d2ddd=(_0x4df78f,_0xa33568,_0x52dd7c,_0x1a4abf)=>{const _0x1ccdf1=_0x4176ec;for(var _0x474703=_0x1a4abf>0x1?void 0x0:_0x1a4abf?_0x43c3ff(_0xa33568,_0x52dd7c):_0xa33568,_0xdf2368=_0x4df78f[_0x1ccdf1(0x2b7)]-0x1,_0x29cd35;_0xdf2368>=0x0;_0xdf2368--)(_0x29cd35=_0x4df78f[_0xdf2368])&&(_0x474703=(_0x1a4abf?_0x29cd35(_0xa33568,_0x52dd7c,_0x474703):_0x29cd35(_0x474703))||_0x474703);return _0x1a4abf&&_0x474703&&_0x117cdd(_0xa33568,_0x52dd7c,_0x474703),_0x474703;},_0x12754f=(_0x21f56d,_0x3a70d9)=>(_0x5ba6d8,_0x6e7649)=>_0x3a70d9(_0x5ba6d8,_0x6e7649,_0x21f56d);let _0x133a0f=class{constructor(_0x5466ba,_0x1ecddc,_0x442d0a){const _0x278892=_0x4176ec;this['_injector']=_0x5466ba,this[_0x278892(0x31d)]=_0x1ecddc,this['_renderManagerService']=_0x442d0a;}[_0x4176ec(0x1fe)](_0x226a69){const _0x4a7cfc=_0x4176ec;this['_transformUndoRedoStack'](_0x226a69),this[_0x4a7cfc(0x1da)](_0x226a69);}[_0x4176ec(0x59a)](_0x34e853){const _0x43a00d=_0x4176ec,{unitID:_0x1eb98f}=_0x34e853,_0x14d7eb=this['_renderManagerService'][_0x43a00d(0x210)](_0x1eb98f)['with'](_0x580bbe['DocIMEInputManagerService']),{redoCache:_0x22f1ab}=_0x14d7eb['getUndoRedoMutationParamsCache']();if(_0x22f1ab['length']===0x0)return _0x34e853;let _0x9dc9ff=_0xd3ef1d[_0x43a00d(0x471)][_0x43a00d(0x36c)](_0x34e853[_0x43a00d(0x11b)][0x0]);for(let _0x4ccbd3=0x0;_0x4ccbd3<_0x22f1ab[_0x43a00d(0x2b7)];_0x4ccbd3++){const _0x4c05e3={'id':_0x43a00d(0x386),'params':{..._0x22f1ab[_0x4ccbd3]}},_0x10ab50=this[_0x43a00d(0x31d)][_0x43a00d(0x13b)](_0x9dc9ff,_0x4c05e3,!0x1);if(_0x47367d['isTransformMutationFailure'](_0x10ab50))throw _0x10ab50[_0x43a00d(0x476)];_0x9dc9ff=_0x10ab50[_0x43a00d(0x39f)];}return{..._0xd3ef1d[_0x43a00d(0x471)]['deepClone'](_0x34e853),'mutations':[_0x9dc9ff]};}[_0x4176ec(0x2c8)](_0x54b0bc){const _0x29f04a=_0x4176ec,{unitID:_0x82a31c}=_0x54b0bc,_0x7c1ebf=this[_0x29f04a(0x359)][_0x29f04a(0x210)](_0x82a31c)[_0x29f04a(0x49e)](_0x580bbe[_0x29f04a(0x328)]),{undoCache:_0x5046b1,redoCache:_0x1b5345}=_0x7c1ebf[_0x29f04a(0x4cc)]();if(_0x5046b1['length']===0x0||_0x1b5345[_0x29f04a(0x2b7)]===0x0)return;const _0x12d1e1=[],_0x2d2dba=[];let _0x52772c=_0xd3ef1d[_0x29f04a(0x471)]['deepClone'](_0x54b0bc[_0x29f04a(0x11b)][0x0]),_0x227162=_0xd3ef1d[_0x29f04a(0x471)][_0x29f04a(0x36c)](_0x54b0bc['mutations'][0x0]);for(let _0x154e52=_0x5046b1['length']-0x1;_0x154e52>=0x0;_0x154e52--){const _0x5b04d9={'id':'doc.mutation.rich-text-editing','params':{..._0x5046b1[_0x154e52]}},_0x56ae48={'id':_0x29f04a(0x386),'params':{..._0x1b5345[_0x154e52]}},_0x225e12=this['_transformService'][_0x29f04a(0x13b)](_0x52772c,_0x5b04d9,!0x1),_0xd389b5=this[_0x29f04a(0x31d)]['transformMutation'](_0x227162,_0x56ae48,!0x1);if(_0x47367d[_0x29f04a(0x3b8)](_0x225e12))throw _0x225e12['error'];if(_0x47367d[_0x29f04a(0x3b8)](_0xd389b5))throw _0xd389b5[_0x29f04a(0x476)];_0x12d1e1[_0x29f04a(0x2d7)](_0x225e12[_0x29f04a(0x389)][_0x29f04a(0x42d)]),_0x2d2dba[_0x29f04a(0x2d7)](_0xd389b5[_0x29f04a(0x389)][_0x29f04a(0x42d)]),_0x52772c=_0x225e12[_0x29f04a(0x39f)],_0x227162=_0xd389b5[_0x29f04a(0x39f)];}_0x7c1ebf[_0x29f04a(0x21a)]({'undoCache':_0x12d1e1,'redoCache':_0x2d2dba});}['_transformPreviousActiveRange'](_0x28f192){const _0x43208d=_0x4176ec,{unitID:_0x4ae6db}=_0x28f192,_0x89cfc=this['_renderManagerService'][_0x43208d(0x210)](_0x4ae6db)[_0x43208d(0x49e)](_0x580bbe[_0x43208d(0x328)]),_0x42b9b8=_0x89cfc[_0x43208d(0x2ee)]();if(_0x42b9b8==null)return;const _0x228ea1=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x28f192[_0x43208d(0x488)],'actions':null,'textRanges':[_0x42b9b8]}}],_0x2d2e27=this[_0x43208d(0x31d)][_0x43208d(0x2b2)](_0x28f192,_0x228ea1);if(!_0x47367d[_0x43208d(0x578)](_0x2d2e27))throw _0x2d2e27[_0x43208d(0x476)];const _0xd2912b=_0x2d2e27[_0x43208d(0x389)][0x0][_0x43208d(0x42d)][_0x43208d(0x159)];Array[_0x43208d(0x317)](_0xd2912b)&&_0xd2912b[_0x43208d(0x2b7)]&&_0x89cfc[_0x43208d(0x59f)](_0xd2912b[0x0]);}};_0x133a0f=_0x4d2ddd([_0x12754f(0x0,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['Injector'])),_0x12754f(0x1,_0x47367d['ITransformService']),_0x12754f(0x2,_0x141d86['IRenderManagerService'])],_0x133a0f);var _0x20cc7a=Object[_0x4176ec(0x2b4)],_0x39a0c9=Object['getOwnPropertyDescriptor'],_0x705bda=(_0x4ba05b,_0x1a9e41,_0x292b21,_0x29708b)=>{const _0x56172b=_0x4176ec;for(var _0x530ad8=_0x29708b>0x1?void 0x0:_0x29708b?_0x39a0c9(_0x1a9e41,_0x292b21):_0x1a9e41,_0x5c0680=_0x4ba05b[_0x56172b(0x2b7)]-0x1,_0x34f9f1;_0x5c0680>=0x0;_0x5c0680--)(_0x34f9f1=_0x4ba05b[_0x5c0680])&&(_0x530ad8=(_0x29708b?_0x34f9f1(_0x1a9e41,_0x292b21,_0x530ad8):_0x34f9f1(_0x530ad8))||_0x530ad8);return _0x29708b&&_0x530ad8&&_0x20cc7a(_0x1a9e41,_0x292b21,_0x530ad8),_0x530ad8;},_0x1bbad6=(_0x587482,_0x1a034a)=>(_0x4b3e0f,_0x299715)=>_0x1a034a(_0x4b3e0f,_0x299715,_0x587482);_0x5e8095[_0x4176ec(0x5c2)]=class extends _0xd3ef1d[_0x4176ec(0x198)]{constructor(_0x52f5d3,_0x325d09,_0x2a1466,_0x3ede6a,_0x1895a8){const _0xca7d1e=_0x4176ec;super(),_0xddf92d(this,_0xca7d1e(0x12d),new Map()),_0xddf92d(this,_0xca7d1e(0x4eb),new Map()),_0xddf92d(this,_0xca7d1e(0x582),!0x1),(this[_0xca7d1e(0x1bf)]=_0x52f5d3,this[_0xca7d1e(0x232)]=_0x325d09,this[_0xca7d1e(0x1ec)]=_0x2a1466,this[_0xca7d1e(0x4a7)]=_0x3ede6a,this[_0xca7d1e(0x2f7)]=_0x1895a8,this[_0xca7d1e(0x50d)]());}[_0x4176ec(0x44e)](){this['_disabled']=!0x0;}['enableLocalCache'](){const _0x316ef3=_0x4176ec;this[_0x316ef3(0x582)]=!0x1;}[_0x4176ec(0x275)](){const _0xfb11e=_0x4176ec;this[_0xfb11e(0x3f2)]()[_0xfb11e(0x4c4)](()=>super['dispose']());}async[_0x4176ec(0x11c)](_0x5702ff){const _0x405b63=_0x4176ec;return this[_0x405b63(0x582)]?null:this[_0x405b63(0x232)][_0x405b63(0x54c)](_0x16d472(_0x5702ff));}async[_0x4176ec(0x1a2)](_0x41be06,_0x1ed499){const _0x1559bf=_0x4176ec;return!!this[_0x1559bf(0x232)]['setItem'](_0x41be06,_0x1ed499);}[_0x4176ec(0x489)](_0x5f5c9f,_0x103a17,_0x441ba9,_0x439632){const _0xb6acce=_0x4176ec,_0x48f35a=this[_0xb6acce(0x2f7)][_0xb6acce(0x469)](_0x5f5c9f);this[_0xb6acce(0x12d)][_0xb6acce(0x266)](_0x5f5c9f,{'unitID':_0x5f5c9f,'type':_0x103a17,'awaitingChangeset':_0x441ba9,'mutations':_0x439632,'rev':_0x48f35a}),this[_0xb6acce(0x4eb)][_0xb6acce(0x4cf)](_0x5f5c9f)||this[_0xb6acce(0x5bf)](_0x5f5c9f);}['_scheduleSaving'](_0x4950aa){const _0x31184a=_0x4176ec,_0x23e6b0=this[_0x31184a(0x3fe)]();_0x23e6b0===0x0?this[_0x31184a(0x3da)](_0x4950aa):this[_0x31184a(0x4eb)][_0x31184a(0x266)](_0x4950aa,setTimeout(()=>this['_saveCache'](_0x4950aa),_0x23e6b0));}[_0x4176ec(0x3fe)](){const _0x541b51=_0x4176ec;var _0x4ea130;return(_0x4ea130=this[_0x541b51(0x1bf)]['getConfig'](_0x102ba6))!=null?_0x4ea130:0x3e8;}[_0x4176ec(0x3da)](_0x2040e4){const _0x5393b7=_0x4176ec,_0x25de07=this[_0x5393b7(0x4eb)][_0x5393b7(0x313)](_0x2040e4);return _0x25de07!==void 0x0&&window[_0x5393b7(0x1e4)](_0x25de07),this[_0x5393b7(0x232)][_0x5393b7(0x330)](_0x16d472(_0x2040e4),this[_0x5393b7(0x12d)][_0x5393b7(0x313)](_0x2040e4))['then'](()=>this[_0x5393b7(0x4eb)][_0x5393b7(0x38e)](_0x2040e4));}async[_0x4176ec(0x3f2)](){const _0x207b1e=_0x4176ec,_0x29c1e6=[];this[_0x207b1e(0x4eb)]['forEach']((_0x34937e,_0x5ab65a)=>{const _0x490694=_0x207b1e;window[_0x490694(0x1e4)](_0x34937e),_0x29c1e6[_0x490694(0x455)](this[_0x490694(0x3da)](_0x5ab65a)[_0x490694(0x4c4)](()=>{const _0x1e1eac=_0x490694;this[_0x1e1eac(0x4eb)][_0x1e1eac(0x38e)](_0x5ab65a);}));}),await Promise[_0x207b1e(0x3f9)](_0x29c1e6);}[_0x4176ec(0x50d)](){const _0x4761e4=_0x4176ec;this[_0x4761e4(0x1a6)](this['_beforeCloseService'][_0x4761e4(0x167)](()=>{const _0x4b914b=_0x4761e4;if(this[_0x4b914b(0x4eb)][_0x4b914b(0x118)])return this['_localeService']['t'](_0x4b914b(0x112));}));}},_0x5e8095[_0x4176ec(0x5c2)]=_0x705bda([_0x1bbad6(0x0,_0xd3ef1d[_0x4176ec(0x2ce)]),_0x1bbad6(0x1,_0xd3ef1d['ILocalStorageService']),_0x1bbad6(0x2,_0x45bd5d[_0x4176ec(0x17d)]),_0x1bbad6(0x3,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x2b3)])),_0x1bbad6(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d[_0x4176ec(0x248)]))],_0x5e8095[_0x4176ec(0x5c2)]);function _0x16d472(_0x4bce0c){const _0xcde486=_0x4176ec;return _0xcde486(0x332)+_0x4bce0c;}var _0x47c3c8=Object[_0x4176ec(0x2b4)],_0x1af1ca=Object[_0x4176ec(0x48c)],_0x39e5e5=(_0x5887ef,_0x3231bb,_0x468a42,_0x143a86)=>{const _0x46e85f=_0x4176ec;for(var _0x1a68a5=_0x143a86>0x1?void 0x0:_0x143a86?_0x1af1ca(_0x3231bb,_0x468a42):_0x3231bb,_0x2c1baf=_0x5887ef[_0x46e85f(0x2b7)]-0x1,_0x447a99;_0x2c1baf>=0x0;_0x2c1baf--)(_0x447a99=_0x5887ef[_0x2c1baf])&&(_0x1a68a5=(_0x143a86?_0x447a99(_0x3231bb,_0x468a42,_0x1a68a5):_0x447a99(_0x1a68a5))||_0x1a68a5);return _0x143a86&&_0x1a68a5&&_0x47c3c8(_0x3231bb,_0x468a42,_0x1a68a5),_0x1a68a5;},_0x5b4acc=(_0x573a83,_0x10a5f4)=>(_0x5d3a68,_0x5d5ad9)=>_0x10a5f4(_0x5d3a68,_0x5d5ad9,_0x573a83);function _0xfafcb7(_0x46bcb2){const _0x59622f=_0x4176ec,{unitID:_0x3691e7,mutations:_0x2dbc32}=_0x46bcb2;return{'unitId':_0x3691e7,'subUnitId':_0x2dbc32[0x0][_0x59622f(0x42d)]['subUnitId']};}let _0x3d1c7c=class{constructor(_0x1ebb39,_0x2b281a,_0x4140a6){const _0x5d2297=_0x4176ec;this[_0x5d2297(0x11a)]=_0x1ebb39,this['_transformService']=_0x2b281a,this['_instanceService']=_0x4140a6;}[_0x4176ec(0x58d)](_0x142a24){const _0x2d59d7=_0x4176ec;var _0xb8e0f3,_0x33b9c3,_0x3b9a3e,_0x5dbf72;const _0x2b983c=this[_0x2d59d7(0x11a)]['get'](_0x1b517d['SheetsSelectionsService']),{unitId:_0x1d13df,subUnitId:_0x2afd2a}=_0xfafcb7(_0x142a24),_0x30b252=_0x2b983c['getWorkbookSelections'](_0x1d13df)[_0x2d59d7(0x46e)](),_0x115b1f=(_0x33b9c3=(_0xb8e0f3=this[_0x2d59d7(0x31e)][_0x2d59d7(0x3d0)](_0x1d13df))==null?void 0x0:_0xb8e0f3[_0x2d59d7(0x4cb)]())==null?void 0x0:_0x33b9c3[_0x2d59d7(0x1c1)]();if(_0x30b252[_0x2d59d7(0x2b7)]===0x0||!_0x1d13df||!_0x2afd2a)return;const _0x570454=[{'id':_0x1b517d[_0x2d59d7(0x4d3)]['id'],'params':{'unitId':_0x1d13df,'subUnitId':_0x115b1f,'selections':_0xd3ef1d[_0x2d59d7(0x471)][_0x2d59d7(0x36c)](_0x30b252)}}],_0x322ff8=this['_transformService']['transformMutationsWithChangeset'](_0x142a24,_0x570454);if(!_0x47367d[_0x2d59d7(0x578)](_0x322ff8))throw _0x322ff8['error'];const _0x39aaab=(_0x5dbf72=(_0x3b9a3e=_0x322ff8[_0x2d59d7(0x389)][0x0])==null?void 0x0:_0x3b9a3e[_0x2d59d7(0x42d)])==null?void 0x0:_0x5dbf72[_0x2d59d7(0x17c)];if(Array['isArray'](_0x39aaab)&&_0x39aaab[_0x2d59d7(0x2b7)]){if(_0x39aaab[_0x2d59d7(0x2b7)]===_0x570454[0x0][_0x2d59d7(0x42d)][_0x2d59d7(0x17c)]['length']&&_0x39aaab[_0x2d59d7(0x490)]((_0x51ce9e,_0x38208e)=>_0xd3ef1d[_0x2d59d7(0x4a3)][_0x2d59d7(0x45f)](_0x51ce9e[_0x2d59d7(0x1ca)],_0x570454[0x0]['params'][_0x2d59d7(0x17c)][_0x38208e][_0x2d59d7(0x1ca)])))return;this[_0x2d59d7(0x11a)][_0x2d59d7(0x313)](_0xd3ef1d['ICommandService'])[_0x2d59d7(0x5a6)](_0x1b517d[_0x2d59d7(0x4d3)]['id'],{'unitId':_0x1d13df,'subUnitId':_0x115b1f,'selections':_0x39aaab});}}};_0x3d1c7c=_0x39e5e5([_0x5b4acc(0x0,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x5b4acc(0x1,_0x47367d[_0x4176ec(0x39c)]),_0x5b4acc(0x2,_0xd3ef1d[_0x4176ec(0x2fc)])],_0x3d1c7c);const _0x2c4fd7=_0xd3ef1d[_0x4176ec(0x23d)](_0x4176ec(0x247));var _0x560664=(_0xd9e849=>(_0xd9e849[_0xd9e849['NO_OTHER_CLIENTS_EDITING']=0x0]=_0x4176ec(0x452),_0xd9e849[_0xd9e849[_0x4176ec(0x5ae)]=0x1]='OTHER_CLIENTS_EDITING',_0xd9e849))(_0x560664||{});const _0x2e056f=0x7530,_0x3c1a2d='ACTIVE_UNIT_EVENT_CHANNEL';class _0x16fdad extends _0xd3ef1d[_0x4176ec(0x198)]{constructor(){const _0x47a730=_0x4176ec;super(),_0xddf92d(this,_0x47a730(0x405),_0xd3ef1d[_0x47a730(0x471)][_0x47a730(0x139)]()),_0xddf92d(this,'_selfUnitIDs',new Set()),_0xddf92d(this,_0x47a730(0x44b),new Map()),_0xddf92d(this,'_heartbeatTimer',null),_0xddf92d(this,_0x47a730(0x4d5),new Map()),_0xddf92d(this,'_unitStatus',new Map()),this[_0x47a730(0x3d5)]();}[_0x4176ec(0x275)](){const _0x5c7ffe=_0x4176ec;super[_0x5c7ffe(0x275)](),this[_0x5c7ffe(0x4d5)][_0x5c7ffe(0x193)]((_0x1642df,_0x5eab90)=>this['_removeClearOtherTimer'](_0x5eab90)),this['_heartbeatTimer']&&window[_0x5c7ffe(0x116)](this[_0x5c7ffe(0x47d)]);}[_0x4176ec(0x203)](_0x122dda){const _0x551480=_0x4176ec;return this[_0x551480(0x374)](_0x122dda)[_0x551480(0x579)](_0x2c8065[_0x551480(0x13c)]());}[_0x4176ec(0x194)](_0x2c30c0){const _0xf13588=_0x4176ec;this['_selfUnitIDs']['size']===0x0&&this[_0xf13588(0x544)](),this[_0xf13588(0x4b7)]['add'](_0x2c30c0),this['_send']({'type':0x0,'memberID':this[_0xf13588(0x405)],'unitIDs':[_0x2c30c0],'isForwarded':!0x1});}[_0x4176ec(0x542)](_0x5560c6){const _0x5bb9ad=_0x4176ec;this['_selfUnitIDs'][_0x5bb9ad(0x38e)](_0x5560c6),this[_0x5bb9ad(0x4b7)]['size']===0x0&&this[_0x5bb9ad(0x47d)]&&window['clearInterval'](this[_0x5bb9ad(0x47d)]);}[_0x4176ec(0x3d5)](){const _0x2b4bdd=_0x4176ec;this[_0x2b4bdd(0x1a6)](_0xd3ef1d[_0x2b4bdd(0x44a)](_0x2c8065[_0x2b4bdd(0x24b)](window,'storage')[_0x2b4bdd(0x221)](_0x148537=>{const _0x45e656=_0x2b4bdd;if(_0x148537[_0x45e656(0x546)]!==_0x3c1a2d||!_0x148537['newValue'])return;const _0x260fd5=JSON[_0x45e656(0x25b)](_0x148537['newValue']);this[_0x45e656(0x178)](_0x260fd5);}))),window['addEventListener']('unload',()=>this[_0x2b4bdd(0x402)]({'type':0x1,'memberID':this[_0x2b4bdd(0x405)],'unitIDs':Array[_0x2b4bdd(0x165)](this[_0x2b4bdd(0x4b7)])}));}[_0x4176ec(0x178)](_0x25440c){const _0x3fca69=_0x4176ec;switch(_0x25440c[_0x3fca69(0x286)]){case 0x0:this['_handleJoinEvent'](_0x25440c);break;case 0x1:this[_0x3fca69(0x4e8)](_0x25440c);break;case 0x2:this[_0x3fca69(0x172)](_0x25440c);break;}}[_0x4176ec(0x277)](_0x4feb2f){const _0x22ec93=_0x4176ec,{unitIDs:_0xa7b80c,memberID:_0x2ff48b,isForwarded:_0x2baf36}=_0x4feb2f;_0xa7b80c[_0x22ec93(0x193)](_0x2ac20a=>{const _0x30f354=_0x22ec93;if(!_0x2baf36&&this[_0x30f354(0x44b)]['has'](_0x2ac20a)&&this[_0x30f354(0x374)](_0x2ac20a)[_0x30f354(0x52a)](0x1),!this[_0x30f354(0x44b)][_0x30f354(0x4cf)](_0x2ac20a)||!this[_0x30f354(0x44b)]['get'](_0x2ac20a)[_0x30f354(0x4cf)](_0x2ff48b)){const _0x3a615a=this['_unitOnClients'][_0x30f354(0x313)](_0x2ac20a)||new Set();_0x3a615a['add'](_0x2ff48b),this[_0x30f354(0x44b)][_0x30f354(0x266)](_0x2ac20a,_0x3a615a),this['_scheduleClearOtherTimer'](_0x2ff48b);}}),_0x2baf36||this[_0x22ec93(0x402)]({'type':0x0,'memberID':this[_0x22ec93(0x405)],'unitIDs':[...this[_0x22ec93(0x4b7)]],'isForwarded':!0x0});}['_scheduleClearOtherTimer'](_0x444da2){const _0x2e1b0c=_0x4176ec;this[_0x2e1b0c(0x236)](_0x444da2);const _0xb74bea=window[_0x2e1b0c(0x5a2)](()=>{const _0x346f02=_0x2e1b0c;this[_0x346f02(0x44b)][_0x346f02(0x193)](_0x1aadb1=>{const _0x52f577=_0x346f02;_0x1aadb1[_0x52f577(0x38e)](_0x444da2);});},_0x2e056f*0x2);this['_clearOtherTimers'][_0x2e1b0c(0x266)](_0x444da2,_0xb74bea);}[_0x4176ec(0x236)](_0x3a2a12){const _0x49daaa=_0x4176ec;if(this[_0x49daaa(0x4d5)][_0x49daaa(0x4cf)](_0x3a2a12)){const _0x3650c1=this[_0x49daaa(0x4d5)][_0x49daaa(0x313)](_0x3a2a12);_0x3650c1&&window['clearTimeout'](_0x3650c1),this['_clearOtherTimers'][_0x49daaa(0x266)](_0x3a2a12,null);}}['_handleLeaveEvent'](_0x92c0f2){const _0x27078f=_0x4176ec,{memberID:_0x1c60cf,unitIDs:_0x37f81a}=_0x92c0f2;_0x37f81a[_0x27078f(0x193)](_0x3c137e=>{const _0x4f2db2=_0x27078f;var _0x3fc3ce;const _0x1b5e19=this['_unitOnClients'][_0x4f2db2(0x313)](_0x3c137e);_0x1b5e19&&(_0x1b5e19['delete'](_0x1c60cf),(_0x3fc3ce=this[_0x4f2db2(0x374)](_0x3c137e))==null||_0x3fc3ce[_0x4f2db2(0x52a)](_0x1b5e19[_0x4f2db2(0x118)]===0x0?0x0:0x1));}),this[_0x27078f(0x236)](_0x1c60cf);}[_0x4176ec(0x172)](_0x3dd0fe){const _0x7b50e9=_0x4176ec;this[_0x7b50e9(0x176)](_0x3dd0fe[_0x7b50e9(0x41b)]);}['_send'](_0x2a9473){const _0x3d91e4=_0x4176ec;localStorage[_0x3d91e4(0x330)](_0x3c1a2d,JSON[_0x3d91e4(0x385)](_0x2a9473));}['_scheduleHeartbeat'](){const _0x54a2fb=_0x4176ec;this['_heartbeatTimer']=window[_0x54a2fb(0x212)](()=>{const _0x4d7130=_0x54a2fb;this['_send']({'type':0x2,'memberID':this[_0x4d7130(0x405)]});},_0x2e056f);}[_0x4176ec(0x374)](_0x3db187){const _0x9c7716=_0x4176ec;return this[_0x9c7716(0x356)][_0x9c7716(0x4cf)](_0x3db187)||this['_unitStatus'][_0x9c7716(0x266)](_0x3db187,new _0x2c8065[(_0x9c7716(0x3b0))](0x0)),this[_0x9c7716(0x356)][_0x9c7716(0x313)](_0x3db187);}}var _0x2267b6=Object['defineProperty'],_0x384c16=Object['getOwnPropertyDescriptor'],_0x3b1b7e=(_0xcfe99e,_0x34030f,_0x526d9a,_0x4dd29b)=>{const _0x4a481d=_0x4176ec;for(var _0x286e33=_0x4dd29b>0x1?void 0x0:_0x4dd29b?_0x384c16(_0x34030f,_0x526d9a):_0x34030f,_0x4cb198=_0xcfe99e[_0x4a481d(0x2b7)]-0x1,_0x38f496;_0x4cb198>=0x0;_0x4cb198--)(_0x38f496=_0xcfe99e[_0x4cb198])&&(_0x286e33=(_0x4dd29b?_0x38f496(_0x34030f,_0x526d9a,_0x286e33):_0x38f496(_0x286e33))||_0x286e33);return _0x4dd29b&&_0x286e33&&_0x2267b6(_0x34030f,_0x526d9a,_0x286e33),_0x286e33;},_0x2d2e8d=(_0x3b2fb4,_0x2c1d22)=>(_0x1147e9,_0x3b65cb)=>_0x2c1d22(_0x1147e9,_0x3b65cb,_0x3b2fb4);let _0x55a4fc=class{constructor(_0x42a7cc,_0x32d959,_0x9c58e){const _0xd299f6=_0x4176ec;this[_0xd299f6(0x11a)]=_0x42a7cc,this[_0xd299f6(0x31d)]=_0x32d959,this[_0xd299f6(0x581)]=_0x9c58e;}[_0x4176ec(0x29b)](_0x407d73){const _0x51dff5=_0x4176ec;this[_0x51dff5(0x1f3)](_0x407d73);}[_0x4176ec(0x59a)](_0x1e37f6){const _0x244d7a=_0x4176ec,{unitID:_0x395ff5}=_0x1e37f6,{collaboration:_0x3715f0}=this[_0x244d7a(0x581)][_0x244d7a(0x1b0)](_0x395ff5);if(_0x3715f0[_0x244d7a(0x2b7)]===0x0)return _0x1e37f6;let _0x362183=_0xd3ef1d[_0x244d7a(0x471)][_0x244d7a(0x36c)](_0x1e37f6[_0x244d7a(0x11b)][0x0]);for(let _0x6e1928=0x0;_0x6e1928<_0x3715f0[_0x244d7a(0x2b7)];_0x6e1928++){const _0x1ad9d5={'id':_0x244d7a(0x386),'params':{'unitId':_0x3715f0[_0x6e1928]['unitId'],..._0x3715f0[_0x6e1928]['redoState']}},_0x4c7cba=this[_0x244d7a(0x31d)][_0x244d7a(0x13b)](_0x362183,_0x1ad9d5,!0x1);if(_0x47367d[_0x244d7a(0x3b8)](_0x4c7cba))throw _0x4c7cba[_0x244d7a(0x476)];_0x362183=_0x4c7cba['m1Prime'];}return{..._0xd3ef1d[_0x244d7a(0x471)][_0x244d7a(0x36c)](_0x1e37f6),'mutations':[_0x362183]};}[_0x4176ec(0x1f3)](_0x26a78f){const _0x4e6e94=_0x4176ec,{unitID:_0x467735}=_0x26a78f,{history:_0x5622a2,collaboration:_0x389563}=this[_0x4e6e94(0x581)][_0x4e6e94(0x1b0)](_0x467735);if(_0x5622a2[_0x4e6e94(0x2b7)]===0x0&&_0x389563[_0x4e6e94(0x2b7)]===0x0)return;const _0xddf9ed=[],_0x1558c7=[];let _0x55fd47=_0xd3ef1d['Tools'][_0x4e6e94(0x36c)](_0x26a78f[_0x4e6e94(0x11b)][0x0]),_0x203a5b=_0xd3ef1d['Tools'][_0x4e6e94(0x36c)](_0x26a78f[_0x4e6e94(0x11b)][0x0]);for(let _0x35a694=_0x5622a2['length']-0x1;_0x35a694>=0x0;_0x35a694--){const _0x3edaaa={'id':_0x4e6e94(0x386),'params':{'unitId':_0x5622a2[_0x35a694][_0x4e6e94(0x2cc)],..._0x5622a2[_0x35a694][_0x4e6e94(0x45b)]}},_0x3f4b64={'id':_0x4e6e94(0x386),'params':{'unitId':_0x5622a2[_0x35a694]['unitId'],..._0x5622a2[_0x35a694][_0x4e6e94(0x43b)]}},_0x3f448c=this[_0x4e6e94(0x31d)][_0x4e6e94(0x13b)](_0x55fd47,_0x3edaaa,!0x1),_0x49d7fb=this[_0x4e6e94(0x31d)][_0x4e6e94(0x13b)](_0x203a5b,_0x3f4b64,!0x1);if(_0x47367d[_0x4e6e94(0x3b8)](_0x3f448c))throw _0x3f448c['error'];if(_0x47367d['isTransformMutationFailure'](_0x49d7fb))throw _0x49d7fb[_0x4e6e94(0x476)];_0xddf9ed[_0x4e6e94(0x2d7)]({..._0x5622a2[_0x35a694],'undoState':_0x3f448c['m2Prime'][_0x4e6e94(0x42d)],'redoState':_0x49d7fb[_0x4e6e94(0x389)][_0x4e6e94(0x42d)]}),_0x55fd47=_0x3f448c['m1Prime'],_0x203a5b=_0x49d7fb[_0x4e6e94(0x39f)];}_0x55fd47=_0xd3ef1d[_0x4e6e94(0x471)][_0x4e6e94(0x36c)](_0x26a78f[_0x4e6e94(0x11b)][0x0]),_0x203a5b=_0xd3ef1d[_0x4e6e94(0x471)]['deepClone'](_0x26a78f[_0x4e6e94(0x11b)][0x0]);for(let _0x17c041=_0x389563[_0x4e6e94(0x2b7)]-0x1;_0x17c041>=0x0;_0x17c041--){const _0x1b3a66={'id':_0x4e6e94(0x386),'params':{'unitId':_0x389563[_0x17c041]['unitId'],..._0x389563[_0x17c041][_0x4e6e94(0x45b)]}},_0x50bd2f={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x389563[_0x17c041][_0x4e6e94(0x2cc)],..._0x389563[_0x17c041][_0x4e6e94(0x43b)]}},_0xdfa03d=this[_0x4e6e94(0x31d)][_0x4e6e94(0x13b)](_0x55fd47,_0x1b3a66,!0x1),_0x2741d3=this['_transformService']['transformMutation'](_0x203a5b,_0x50bd2f,!0x1);if(_0x47367d['isTransformMutationFailure'](_0xdfa03d))throw _0xdfa03d[_0x4e6e94(0x476)];if(_0x47367d[_0x4e6e94(0x3b8)](_0x2741d3))throw _0x2741d3[_0x4e6e94(0x476)];_0x1558c7[_0x4e6e94(0x2d7)]({..._0x389563[_0x17c041],'undoState':_0xdfa03d[_0x4e6e94(0x389)][_0x4e6e94(0x42d)],'redoState':_0x2741d3['m2Prime'][_0x4e6e94(0x42d)]}),_0x55fd47=_0xdfa03d['m1Prime'],_0x203a5b=_0x2741d3[_0x4e6e94(0x39f)];}this[_0x4e6e94(0x581)][_0x4e6e94(0x481)](_0x467735,{'history':_0xddf9ed,'collaboration':_0x1558c7});}};_0x55a4fc=_0x3b1b7e([_0x2d2e8d(0x0,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x2d2e8d(0x1,_0x47367d[_0x4176ec(0x39c)]),_0x2d2e8d(0x2,_0xd3ef1d[_0x4176ec(0x2bc)](_0x580bbe['DocStateChangeManagerService']))],_0x55a4fc);function _0x2a3dfd(_0x9b4cc4){const _0xfccae9=_0x4176ec;let _0x40ff09='';for(const _0x385587 of _0x9b4cc4){const {startOffset:_0x5ef3b0,endOffset:_0x1eb647,isActive:_0x357812,rangeType:_0x215dc5,segmentId:_0x4b78e8,segmentPage:_0x5ba15c}=_0x385587;_0x40ff09[_0xfccae9(0x2b7)]&&(_0x40ff09+=','),_0x40ff09+=_0x5ef3b0+':'+_0x1eb647+':'+(_0x357812?'1':'0')+':'+_0x215dc5+':'+_0x4b78e8+':'+_0x5ba15c;}return _0x40ff09;}function _0x3e2c8f(_0x8c6151){const _0x382004=_0x4176ec,_0x1a7b68=_0x8c6151[_0x382004(0x201)](','),_0x590bfd=[];for(const _0xe68492 of _0x1a7b68){const [_0x16130d,_0x2adb87,_0x1c6d37,_0x1c444c,_0x32f497,_0x2d7ec1]=_0xe68492[_0x382004(0x201)](':');_0x590bfd[_0x382004(0x455)]({'startOffset':Number(_0x16130d),'endOffset':Number(_0x2adb87),'collapsed':_0x16130d===_0x2adb87,'isActive':_0x1c6d37==='1','rangeType':_0x1c444c===_0xd3ef1d[_0x382004(0x538)][_0x382004(0x34a)]?_0xd3ef1d[_0x382004(0x538)]['TEXT']:_0xd3ef1d[_0x382004(0x538)]['RECT'],'segmentId':typeof _0x32f497=='string'?String(_0x32f497):'','segmentPage':Number(_0x2d7ec1!=null?_0x2d7ec1:-0x1)});}return _0x590bfd[_0x382004(0x3a6)](_0x29d616=>_0x29d616[_0x382004(0x51c)])||(_0x590bfd[0x0]['isActive']=!0x0),_0x590bfd;}class _0x1947b9 extends _0xd3ef1d['RxDisposable']{constructor(){const _0x18e058=_0x4176ec;super(...arguments),_0xddf92d(this,_0x18e058(0x369),new _0x2c8065['BehaviorSubject'](null)),_0xddf92d(this,_0x18e058(0x240),this[_0x18e058(0x369)][_0x18e058(0x117)]());}[_0x4176ec(0x1bd)](_0x2d346c){const _0xe44925=_0x4176ec,{unitID:_0x10f449,memberID:_0x1fa581,textRanges:_0x44abcf}=_0x2d346c,_0x4ae235=_0x2a3dfd(_0x44abcf);if(_0x4ae235==='')return;const _0x1f53fa={'unitID':_0x10f449,'memberID':_0x1fa581,'selection':_0x4ae235};this[_0xe44925(0x369)][_0xe44925(0x52a)](_0x1f53fa);}}var _0x3918f0=Object[_0x4176ec(0x2b4)],_0x4dc946=Object[_0x4176ec(0x48c)],_0x55e12e=(_0x54a9fb,_0x54706d,_0x193c1a,_0x687537)=>{for(var _0x1be160=_0x687537>0x1?void 0x0:_0x687537?_0x4dc946(_0x54706d,_0x193c1a):_0x54706d,_0x374478=_0x54a9fb['length']-0x1,_0x300c28;_0x374478>=0x0;_0x374478--)(_0x300c28=_0x54a9fb[_0x374478])&&(_0x1be160=(_0x687537?_0x300c28(_0x54706d,_0x193c1a,_0x1be160):_0x300c28(_0x1be160))||_0x1be160);return _0x687537&&_0x1be160&&_0x3918f0(_0x54706d,_0x193c1a,_0x1be160),_0x1be160;},_0x598f17=(_0x3a20c0,_0x45fa99)=>(_0x37d2a8,_0x8dee9b)=>_0x45fa99(_0x37d2a8,_0x8dee9b,_0x3a20c0);let _0x5763eb=class{constructor(_0x33c77c,_0x31e5a6){const _0x1fec55=_0x4176ec;this[_0x1fec55(0x11a)]=_0x33c77c,this[_0x1fec55(0x31d)]=_0x31e5a6;}[_0x4176ec(0x58d)](_0x43ca41){const _0x19bd19=_0x4176ec;var _0x1eb870;const _0x2d0baf=this[_0x19bd19(0x11a)]['get'](_0x4c13e7[_0x19bd19(0x20b)]),_0x1969a0=(_0x1eb870=_0x2d0baf[_0x19bd19(0x26c)]())!=null?_0x1eb870:[];if(_0x1969a0[_0x19bd19(0x2b7)]===0x0)return;const _0x417b34=[{'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x43ca41[_0x19bd19(0x488)],'actions':null,'textRanges':_0x1969a0}}],_0x520b6b=this[_0x19bd19(0x31d)][_0x19bd19(0x2b2)](_0x43ca41,_0x417b34);if(!_0x47367d['isTransformMutationsWithChangesetSuccess'](_0x520b6b))throw _0x520b6b['error'];const _0x92cde9=_0x520b6b[_0x19bd19(0x389)][0x0][_0x19bd19(0x42d)]['textRanges'];Array[_0x19bd19(0x317)](_0x92cde9)&&_0x92cde9[_0x19bd19(0x2b7)]&&_0x2d0baf[_0x19bd19(0x157)](_0x92cde9,!0x1);}};_0x5763eb=_0x55e12e([_0x598f17(0x0,_0xd3ef1d['Inject'](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x598f17(0x1,_0x47367d[_0x4176ec(0x39c)])],_0x5763eb);const _0x30ae92=new Set([_0x1b517d['InsertSheetMutation']['id']]);function _0x441606(_0x59d5ed,_0x5cd0f2,_0xecc9c2,_0xeda24,_0x5b7214){const _0x5a82e8=_0x4176ec;var _0x514b82,_0x1ce5ef,_0x3b9cfe,_0x2dd499;const _0x314ded=[];for(const _0x19b92d of _0x59d5ed)if(_0x30ae92['has'](_0x19b92d['id'])){if(_0x314ded['length']>0x0)break;_0x314ded['push'](_0x19b92d);break;}else _0x314ded[_0x5a82e8(0x455)](_0x19b92d);const _0x296015=(_0x1ce5ef=(_0x514b82=_0x5b7214[_0x5a82e8(0x256)]())==null?void 0x0:_0x514b82[_0x5a82e8(0x43d)])!=null?_0x1ce5ef:_0x5a82e8(0x132),_0x480059=(_0x2dd499=(_0x3b9cfe=_0x5b7214[_0x5a82e8(0x256)]())==null?void 0x0:_0x3b9cfe[_0x5a82e8(0x41b)])!=null?_0x2dd499:'unknown';return{'changeset':{'unitID':_0x5cd0f2,'type':_0x47367d[_0x5a82e8(0x179)](_0xecc9c2[_0x5a82e8(0x26b)](_0x5cd0f2)),'baseRev':_0xeda24[_0x5a82e8(0x469)](_0x5cd0f2),'revision':0x0,'userID':_0x296015,'memberID':_0x480059,'mutations':_0x314ded},'pendingMutations':_0x59d5ed[_0x5a82e8(0x2de)](_0x314ded[_0x5a82e8(0x2b7)])};}function _0x2388b3(_0x3a24f7,_0x117e78,_0x595ef5,_0x4f4159,_0x1c424c){const _0x5cbacb=_0x4176ec;var _0x59ead1,_0x391000,_0x97ba87,_0x572404;const _0xb57f58=[_0x3a24f7[_0x5cbacb(0x1f8)]((_0x38eb76,_0x141128)=>{const _0x4b7a37=_0x5cbacb;var _0x584d2c;const {id:_0x5532ec}=_0x38eb76,{id:_0x88104f,type:_0x29cf16}=_0x141128,_0xea2eb7=(_0x584d2c=_0x38eb76[_0x4b7a37(0x42d)])!=null?_0x584d2c:{'actions':null},_0x5d26d0=_0x141128[_0x4b7a37(0x42d)];if(_0x5532ec&&_0x5532ec!==_0x88104f)throw new Error('Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20'+_0x5532ec+_0x4b7a37(0x133)+_0x88104f+'.');return{..._0x38eb76,'id':_0x88104f,'type':_0x29cf16,'params':{'unitId':_0x5d26d0[_0x4b7a37(0x2cc)],'textRanges':_0x5d26d0[_0x4b7a37(0x159)],'actions':_0xd3ef1d[_0x4b7a37(0x4a5)][_0x4b7a37(0x1c6)](_0xea2eb7[_0x4b7a37(0x370)],_0x5d26d0[_0x4b7a37(0x370)])}};},{})],_0x49203c=(_0x391000=(_0x59ead1=_0x1c424c[_0x5cbacb(0x256)]())==null?void 0x0:_0x59ead1[_0x5cbacb(0x43d)])!=null?_0x391000:_0x5cbacb(0x132),_0x3962b5=(_0x572404=(_0x97ba87=_0x1c424c[_0x5cbacb(0x256)]())==null?void 0x0:_0x97ba87[_0x5cbacb(0x41b)])!=null?_0x572404:_0x5cbacb(0x132);return{'changeset':{'unitID':_0x117e78,'type':_0x47367d[_0x5cbacb(0x179)](_0x595ef5['getUnitType'](_0x117e78)),'baseRev':_0x4f4159[_0x5cbacb(0x469)](_0x117e78),'revision':0x0,'userID':_0x49203c,'memberID':_0x3962b5,'mutations':_0xb57f58},'pendingMutations':[]};}function _0x316111(_0x3e0e27,_0x5f391c){const _0x2f7a5a=_0x4176ec,_0x586558=new _0x2c8065[(_0x2f7a5a(0x5c1))](0x1);return setTimeout(()=>_0x586558['next'](_0x5f391c),_0x3e0e27),_0x586558[_0x2f7a5a(0x117)]()[_0x2f7a5a(0x579)](_0x2c8065[_0x2f7a5a(0x272)](0x1));}const _0x5093ee={'id':_0x1b517d['EmptyMutation']['id'],'type':_0xd3ef1d[_0x4176ec(0x4c5)][_0x4176ec(0x363)],'params':{}};var _0x1c732=Object[_0x4176ec(0x2b4)],_0xcdb93c=Object['getOwnPropertyDescriptor'],_0x1eb82f=(_0x47c1dd,_0x3d7e51,_0x3aa3d3,_0x5e60da)=>{const _0x108f58=_0x4176ec;for(var _0x1f3098=_0x5e60da>0x1?void 0x0:_0x5e60da?_0xcdb93c(_0x3d7e51,_0x3aa3d3):_0x3d7e51,_0x2f5818=_0x47c1dd[_0x108f58(0x2b7)]-0x1,_0x423d0d;_0x2f5818>=0x0;_0x2f5818--)(_0x423d0d=_0x47c1dd[_0x2f5818])&&(_0x1f3098=(_0x5e60da?_0x423d0d(_0x3d7e51,_0x3aa3d3,_0x1f3098):_0x423d0d(_0x1f3098))||_0x1f3098);return _0x5e60da&&_0x1f3098&&_0x1c732(_0x3d7e51,_0x3aa3d3,_0x1f3098),_0x1f3098;},_0x3a4a35=(_0x584db1,_0x3a87d9)=>(_0x322c6f,_0x2c2c76)=>_0x3a87d9(_0x322c6f,_0x2c2c76,_0x584db1),_0x52e01f=(_0x22fc75=>(_0x22fc75[_0x4176ec(0x2f0)]=_0x4176ec(0x2b6),_0x22fc75['SYNCED']='synced',_0x22fc75[_0x4176ec(0x18e)]=_0x4176ec(0x2c0),_0x22fc75[_0x4176ec(0x3d4)]=_0x4176ec(0x224),_0x22fc75[_0x4176ec(0x10c)]=_0x4176ec(0x26d),_0x22fc75[_0x4176ec(0x250)]=_0x4176ec(0x19a),_0x22fc75[_0x4176ec(0x15c)]=_0x4176ec(0x181),_0x22fc75['OFFLINE']=_0x4176ec(0x151),_0x22fc75))(_0x52e01f||{});const _0x25241f=0xea60;class _0x17f65c{constructor(_0x58a376,_0x2b005d,_0xf63fb3,_0x301275,_0x45f148,_0x35ee3a,_0x493b79,_0x1cfbf8,_0x443bca){const _0x58a146=_0x4176ec;_0xddf92d(this,'_awaitingChangeset',null),_0xddf92d(this,_0x58a146(0x576),[]),(this['unitID']=_0x58a376,this[_0x58a146(0x286)]=_0x2b005d,this[_0x58a146(0x557)]=_0x45f148,this[_0x58a146(0x135)]=_0x35ee3a,this['_undoRedoService']=_0x493b79,this['_revisionService']=_0x1cfbf8,this['_localCacheService']=_0x443bca,this[_0x58a146(0x267)]=_0xf63fb3,this[_0x58a146(0x576)]=_0x301275);}[_0x4176ec(0x565)](_0x18b4e9){const _0x165bec=_0x4176ec,_0x202375=this['_revisionService'][_0x165bec(0x469)](this[_0x165bec(0x488)]);return _0x18b4e9[_0x165bec(0x140)]>_0x202375+0x1?(this[_0x165bec(0x557)][_0x165bec(0x24e)]({'from':_0x202375,'to':_0x18b4e9['revision']-0x1}),!0x0):!0x1;}['_transformUndoredo'](_0x23ff52){const _0x3e495d=_0x4176ec;this[_0x3e495d(0x43c)][_0x3e495d(0x462)](this[_0x3e495d(0x488)],_0x23ff52);}[_0x4176ec(0x477)](_0x5acdaf){const _0x5c044b=_0x4176ec;var _0x7b8ae8,_0x58dd7a;(_0x58dd7a=(_0x7b8ae8=this[_0x5c044b(0x557)])[_0x5c044b(0x2ac)])==null||_0x58dd7a[_0x5c044b(0x35e)](_0x7b8ae8,_0x5acdaf);}[_0x4176ec(0x292)](_0x10e1e5){const _0xe837d4=_0x4176ec;var _0x4102f5,_0xc54a57;return(_0xc54a57=(_0x4102f5=this['_handler'])[_0xe837d4(0x3be)])==null?void 0x0:_0xc54a57[_0xe837d4(0x35e)](_0x4102f5,_0x10e1e5);}[_0x4176ec(0x54a)](_0x5da558){const _0x4eb36f=_0x4176ec;var _0x43ae57,_0x2ee78c;return(_0x2ee78c=(_0x43ae57=this[_0x4eb36f(0x557)])[_0x4eb36f(0x14d)])==null?void 0x0:_0x2ee78c['call'](_0x43ae57,_0x5da558);}[_0x4176ec(0x407)](_0x382bf9){const _0x555cd9=_0x4176ec;var _0x437181,_0x3dd2eb,_0x5b1853;return(_0x5b1853=(_0x3dd2eb=(_0x437181=this['_handler'])[_0x555cd9(0x4c3)])==null?void 0x0:_0x3dd2eb[_0x555cd9(0x35e)](_0x437181,_0x382bf9))!=null?_0x5b1853:_0x382bf9;}[_0x4176ec(0x16b)](_0xb3252a){const _0x40165c=_0x4176ec;var _0x5ddd73,_0x342fa6,_0x29712f;return(_0x29712f=(_0x342fa6=(_0x5ddd73=this[_0x40165c(0x557)])[_0x40165c(0x357)])==null?void 0x0:_0x342fa6[_0x40165c(0x35e)](_0x5ddd73,_0xb3252a))!=null?_0x29712f:_0xb3252a;}[_0x4176ec(0x4d2)](_0x38975e){const _0x30bc26=_0x4176ec;var _0x42ed77,_0x557c85;if(this[_0x30bc26(0x286)]===_0x34a84f[_0x30bc26(0x457)]){const {unitID:_0x447717,mutations:_0x2d38f0,memberID:_0xad9ee5}=_0x38975e,_0x3fe94d=_0x2d38f0[0x0][_0x30bc26(0x42d)][_0x30bc26(0x159)];Array[_0x30bc26(0x317)](_0x3fe94d)&&_0x3fe94d[_0x30bc26(0x2b7)]>0x0&&((_0x557c85=(_0x42ed77=this[_0x30bc26(0x557)])[_0x30bc26(0x38a)])==null||_0x557c85['call'](_0x42ed77,{'unitID':_0x447717,'memberID':_0xad9ee5,'textRanges':_0x3fe94d}));}}[_0x4176ec(0x28f)](){const _0x2c6842=_0x4176ec;this[_0x2c6842(0x29a)][_0x2c6842(0x489)](this['unitID'],this[_0x2c6842(0x286)],this[_0x2c6842(0x267)],this[_0x2c6842(0x576)]);}[_0x4176ec(0x2b5)](){const _0x1e20ad=_0x4176ec;return this[_0x1e20ad(0x2f7)][_0x1e20ad(0x469)](this['unitID']);}[_0x4176ec(0x22b)](){const _0x47537e=_0x4176ec;this[_0x47537e(0x2f7)][_0x47537e(0x4d7)](this[_0x47537e(0x488)]);}[_0x4176ec(0x29e)](_0x1b2523){const _0x446910=_0x4176ec;var _0x52007b;let _0x1cdc95=this['_transformRemoteChangesetByIMECache'](_0x1b2523);_0x1cdc95=this[_0x446910(0x16b)](_0x1cdc95);const _0x56ac3a=_0xd3ef1d[_0x446910(0x541)](_0x1cdc95[_0x446910(0x11b)],this[_0x446910(0x135)],{'fromCollab':!0x0});if(!_0x56ac3a[_0x446910(0x339)])throw _0x56ac3a['error']instanceof Error?_0x56ac3a[_0x446910(0x476)]:new Error((_0x52007b=_0x56ac3a[_0x446910(0x476)])!=null?_0x52007b:_0x446910(0x527));this[_0x446910(0x292)](_0x1cdc95),this['_transformStateCache'](_0x1cdc95),this[_0x446910(0x575)](_0x1b2523),this[_0x446910(0x477)](_0x1cdc95),this[_0x446910(0x4d2)](_0x1cdc95),this[_0x446910(0x22b)]();}}let _0x43108f=class extends _0x17f65c{constructor(_0x388005,_0x194982,_0x580da9,_0x309c91,_0x35734e,_0x4c1683,_0x748cea,_0x153eb5,_0x2ed657,_0x24f4bb){const _0x1d9fc1=_0x4176ec;super(_0x388005,_0x194982,null,[],_0x580da9,_0x153eb5,_0x748cea,_0x309c91,_0x35734e),_0xddf92d(this,_0x1d9fc1(0x3ad),_0x1d9fc1(0x4ed)),(this[_0x1d9fc1(0x11a)]=_0x4c1683,this['_logService']=_0x2ed657,this[_0x1d9fc1(0x31d)]=_0x24f4bb);}[_0x4176ec(0x24c)](_0x231894){const _0x1c8b84=_0x4176ec,_0x144ea8=this[_0x1c8b84(0x11a)][_0x1c8b84(0x5c5)](_0x325a65,this[_0x1c8b84(0x488)],this[_0x1c8b84(0x286)],[_0x231894],this['_handler']);return _0x144ea8[_0x1c8b84(0x480)](),_0x144ea8[_0x1c8b84(0x28f)](),_0x144ea8;}['onRemoteChangeset'](_0x46661c){const _0x548214=_0x4176ec;if(this[_0x548214(0x565)](_0x46661c))return this[_0x548214(0x11a)][_0x548214(0x5c5)](_0x59c836,this['unitID'],this[_0x548214(0x286)],null,[],null,[_0x46661c],this[_0x548214(0x557)]);try{const _0x114f8c=this[_0x548214(0x31d)][_0x548214(0x2b2)](_0x46661c,[_0x5093ee]);if(_0x47367d[_0x548214(0x578)](_0x114f8c)){const {c1Prime:_0x3c7448}=_0x114f8c;return this[_0x548214(0x29e)](_0x3c7448),this;}throw _0x114f8c[_0x548214(0x476)];}catch(_0xbaa45e){return this[_0x548214(0x5ab)][_0x548214(0x476)](_0xbaa45e),this['_onConflict'](!0x1);}}[_0x4176ec(0x5c9)](_0x1e184b){const _0x9f472b=_0x4176ec;return this[_0x9f472b(0x11a)][_0x9f472b(0x5c5)](_0x14d23a,this[_0x9f472b(0x488)],this[_0x9f472b(0x286)],null,[],this['_handler'],_0x1e184b);}[_0x4176ec(0x396)](){const _0x14aae9=_0x4176ec;throw new Error(_0x14aae9(0x2d2));}[_0x4176ec(0x227)](){throw new Error('[SyncedState]:\x20received\x20rejection.');}[_0x4176ec(0x382)](){return this;}[_0x4176ec(0x500)](){const _0x5500fe=_0x4176ec;return this[_0x5500fe(0x11a)][_0x5500fe(0x5c5)](_0x3a5b1a,this[_0x5500fe(0x488)],this['type'],null,[],this[_0x5500fe(0x557)]);}[_0x4176ec(0x572)](){return this;}[_0x4176ec(0x48d)](){const _0x59be2a=_0x4176ec;throw new Error(_0x59be2a(0x52d));}[_0x4176ec(0x2d1)](){const _0x1bd5ef=_0x4176ec,_0x1f72e0=this[_0x1bd5ef(0x2f7)][_0x1bd5ef(0x469)](this[_0x1bd5ef(0x488)]);return this[_0x1bd5ef(0x557)]['onMissingChangesets']({'from':_0x1f72e0,'to':0x0}),this[_0x1bd5ef(0x11a)][_0x1bd5ef(0x5c5)](_0x59c836,this['unitID'],this['type'],null,[],null,[],this[_0x1bd5ef(0x557)]);}};_0x43108f=_0x1eb82f([_0x3a4a35(0x3,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d[_0x4176ec(0x248)])),_0x3a4a35(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x5c2)])),_0x3a4a35(0x5,_0xd3ef1d['Inject'](_0xd3ef1d['Injector'])),_0x3a4a35(0x6,_0xd3ef1d[_0x4176ec(0x1ac)]),_0x3a4a35(0x7,_0xd3ef1d['ICommandService']),_0x3a4a35(0x8,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x3a4a35(0x9,_0x47367d[_0x4176ec(0x39c)])],_0x43108f);let _0x325a65=class extends _0x17f65c{constructor(_0x4fc83b,_0x3fb3b9,_0x4e7645,_0x46847b,_0x95120a,_0x560bcb,_0x51c731,_0x134063,_0x14057c,_0xa30f94,_0x3d6e96,_0x5bf7d2,_0x14f6b3,_0x19e91e){const _0x1f12ed=_0x4176ec;super(_0x4fc83b,_0x3fb3b9,null,_0x4e7645,_0x46847b,_0xa30f94,_0x19e91e,_0x560bcb,_0x51c731),_0xddf92d(this,_0x1f12ed(0x3ad),_0x1f12ed(0x2c0)),_0xddf92d(this,_0x1f12ed(0x3bd),null),_0xddf92d(this,_0x1f12ed(0x453),null),(this['_injector']=_0x95120a,this[_0x1f12ed(0x192)]=_0x134063,this[_0x1f12ed(0x5ab)]=_0x14057c,this['_configService']=_0x3d6e96,this['_transformService']=_0x5bf7d2,this[_0x1f12ed(0x1d0)]=_0x14f6b3);}[_0x4176ec(0x24c)](_0x1604ec){const _0x3181d8=_0x4176ec;return this[_0x3181d8(0x576)][_0x3181d8(0x455)](_0x1604ec),this[_0x3181d8(0x28f)](),this;}[_0x4176ec(0x12c)](_0x47edf2){const _0x520209=_0x4176ec;if(this[_0x520209(0x565)](_0x47edf2))return this[_0x520209(0x3e2)](),this[_0x520209(0x11a)][_0x520209(0x5c5)](_0x59c836,this[_0x520209(0x488)],this[_0x520209(0x286)],null,this[_0x520209(0x576)],null,[_0x47edf2],this['_handler']);try{const _0x2f317a=this[_0x520209(0x31d)][_0x520209(0x2b2)](_0x47edf2,this[_0x520209(0x576)]);if(_0x47367d['isTransformMutationsWithChangesetSuccess'](_0x2f317a)){const {c1Prime:_0x39203d,m2Prime:_0x5a4be2}=_0x2f317a;this[_0x520209(0x29e)](_0x39203d);const _0x4c1a7e=this['_injector'][_0x520209(0x5c5)](_0x325a65,this['unitID'],this[_0x520209(0x286)],_0x5a4be2,this[_0x520209(0x557)]);return this['_clearScheduledTask'](),_0x4c1a7e['_schedule'](this[_0x520209(0x3bd)]?Math[_0x520209(0x3f3)](0x0,new Date()[_0x520209(0x365)]()-this[_0x520209(0x3bd)]):this[_0x520209(0x3ed)]()),_0x4c1a7e;}throw _0x2f317a[_0x520209(0x476)];}catch(_0x12c4d8){return this['_logService'][_0x520209(0x476)](_0x12c4d8),this[_0x520209(0x5c9)](!0x1);}}[_0x4176ec(0x396)](){const _0xea121c=_0x4176ec;throw new Error(_0xea121c(0x3ca));}[_0x4176ec(0x227)](){const _0x14a08e=_0x4176ec;throw new Error(_0x14a08e(0x437));}['onRemoteRetry'](){return this;}[_0x4176ec(0x500)](){const _0x433c4f=_0x4176ec;return this[_0x433c4f(0x3e2)](),this[_0x433c4f(0x11a)]['createInstance'](_0x3a5b1a,this[_0x433c4f(0x488)],this['type'],null,this[_0x433c4f(0x576)],this['_handler']);}['toggleOnline'](){return this;}[_0x4176ec(0x480)](_0x22cbc9){const _0x42ec8e=_0x4176ec,_0x2fe6c9=_0x22cbc9!=null?_0x22cbc9:this[_0x42ec8e(0x3ed)]();this['_scheduleTimestamp']=new Date()['getTime'](),this[_0x42ec8e(0x453)]=window[_0x42ec8e(0x5a2)](()=>{const _0x5ecdaa=_0x42ec8e;this[_0x5ecdaa(0x3e2)]();let _0x22056b=null;switch(this[_0x5ecdaa(0x286)]){case _0x34a84f[_0x5ecdaa(0x1ab)]:{_0x22056b=_0x441606(this[_0x5ecdaa(0x576)],this[_0x5ecdaa(0x488)],this[_0x5ecdaa(0x1d0)],this['_revisionService'],this[_0x5ecdaa(0x192)]);break;}case _0x34a84f[_0x5ecdaa(0x457)]:{this[_0x5ecdaa(0x576)][_0x5ecdaa(0x490)](_0x638f55=>_0x638f55['id']===_0x4c13e7[_0x5ecdaa(0x440)]['id'])?_0x22056b=_0x2388b3(this[_0x5ecdaa(0x576)],this[_0x5ecdaa(0x488)],this[_0x5ecdaa(0x1d0)],this[_0x5ecdaa(0x2f7)],this[_0x5ecdaa(0x192)]):_0x22056b=_0x441606(this['_pendingMutations'],this[_0x5ecdaa(0x488)],this[_0x5ecdaa(0x1d0)],this[_0x5ecdaa(0x2f7)],this['_memberService']);break;}default:throw new Error(_0x5ecdaa(0x320)+this['type']+_0x5ecdaa(0x461));}const {changeset:_0x59fd11,pendingMutations:_0x22f812}=_0x22056b;this[_0x5ecdaa(0x557)][_0x5ecdaa(0x559)](_0x59fd11);const _0x5cd14c=_0x22f812[_0x5ecdaa(0x2b7)]?this['_injector']['createInstance'](_0x3957ac,this[_0x5ecdaa(0x488)],this[_0x5ecdaa(0x286)],_0x59fd11,_0x22f812,this[_0x5ecdaa(0x557)],void 0x0):this[_0x5ecdaa(0x11a)]['createInstance'](_0x4649d3,this[_0x5ecdaa(0x488)],this['type'],_0x59fd11,this['_handler']);_0x5cd14c['_updateLocalCache'](),this[_0x5ecdaa(0x557)][_0x5ecdaa(0x4ac)](this,_0x5cd14c);},_0x2fe6c9);}[_0x4176ec(0x3ed)](){const _0x1d9c4f=_0x4176ec;var _0x117278;const _0x383e11=this[_0x1d9c4f(0x1bf)][_0x1d9c4f(0x40b)](_0x20ac24);return(_0x117278=_0x383e11==null?void 0x0:_0x383e11['sendChangesetTimeout'])!=null?_0x117278:0x7d0;}[_0x4176ec(0x48d)](){const _0x41a19e=_0x4176ec;throw new Error(_0x41a19e(0x543));}[_0x4176ec(0x3e2)](){const _0x5bf9b3=_0x4176ec;this[_0x5bf9b3(0x453)]!=null&&(clearTimeout(this[_0x5bf9b3(0x453)]),this[_0x5bf9b3(0x453)]=null);}['_onConflict'](_0x11be79){const _0x4d3072=_0x4176ec;return this[_0x4d3072(0x3e2)](),this['_injector'][_0x4d3072(0x5c5)](_0x14d23a,this['unitID'],this[_0x4d3072(0x286)],null,this[_0x4d3072(0x576)],this[_0x4d3072(0x557)],_0x11be79);}};_0x325a65=_0x1eb82f([_0x3a4a35(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['Injector'])),_0x3a4a35(0x5,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d[_0x4176ec(0x248)])),_0x3a4a35(0x6,_0xd3ef1d['Inject'](_0x5e8095['LocalCacheService'])),_0x3a4a35(0x7,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x4b1)])),_0x3a4a35(0x8,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x3a4a35(0x9,_0xd3ef1d['ICommandService']),_0x3a4a35(0xa,_0xd3ef1d[_0x4176ec(0x2ce)]),_0x3a4a35(0xb,_0x47367d[_0x4176ec(0x39c)]),_0x3a4a35(0xc,_0xd3ef1d[_0x4176ec(0x2fc)]),_0x3a4a35(0xd,_0xd3ef1d[_0x4176ec(0x1ac)])],_0x325a65);let _0x4649d3=class extends _0x17f65c{constructor(_0x564b87,_0x5b8d3b,_0x5715d4,_0x2fbd9b,_0x3353f2,_0x1b9be8,_0x4cb4bd,_0x2f6cc2,_0x554693,_0x2d064c,_0x41762e){const _0x5cb280=_0x4176ec;super(_0x564b87,_0x5b8d3b,_0x5715d4,[],_0x2fbd9b,_0x2f6cc2,_0x41762e,_0x1b9be8,_0x4cb4bd),_0xddf92d(this,_0x5cb280(0x3ad),_0x5cb280(0x224)),_0xddf92d(this,'_resendTimeout',0x0),_0xddf92d(this,'_resendTimer'),_0xddf92d(this,'_sender'),(this[_0x5cb280(0x11a)]=_0x3353f2,this[_0x5cb280(0x5ab)]=_0x554693,this[_0x5cb280(0x31d)]=_0x2d064c);}['appendMutation'](_0x4dd5ae){const _0x5d7413=_0x4176ec;this['_clearScheduledTask']();const _0x53e00a=this['_injector'][_0x5d7413(0x5c5)](_0x3957ac,this[_0x5d7413(0x488)],this[_0x5d7413(0x286)],this[_0x5d7413(0x267)],[_0x4dd5ae],this[_0x5d7413(0x557)],this[_0x5d7413(0x4e0)]);return _0x53e00a[_0x5d7413(0x28f)](),_0x53e00a;}['onRemoteChangeset'](_0x2d367c){const _0x30bd76=_0x4176ec;if(this[_0x30bd76(0x565)](_0x2d367c))return this[_0x30bd76(0x3e2)](),this[_0x30bd76(0x11a)][_0x30bd76(0x5c5)](_0x59c836,this[_0x30bd76(0x488)],this[_0x30bd76(0x286)],this[_0x30bd76(0x267)],[],null,[_0x2d367c],this[_0x30bd76(0x557)]);try{const _0x5cca6f=this[_0x30bd76(0x31d)]['transformChangesets']([_0x2d367c],[this[_0x30bd76(0x267)]],!0x1);if(_0x47367d[_0x30bd76(0x169)](_0x5cca6f)){const {c1Prime:_0x1fba59,c2Prime:_0x35b77b}=_0x5cca6f;this[_0x30bd76(0x29e)](_0x1fba59[0x0]),_0x35b77b[0x0][_0x30bd76(0x168)]=this[_0x30bd76(0x2b5)](),this[_0x30bd76(0x3e2)]();const _0x26ac63=this[_0x30bd76(0x11a)][_0x30bd76(0x5c5)](_0x4649d3,this[_0x30bd76(0x488)],this[_0x30bd76(0x286)],_0x35b77b[0x0],this['_handler']);return _0x26ac63['_updateLocalCache'](),_0x26ac63;}return this['_onConflict'](!0x1);}catch(_0x44a02b){return this['_logService'][_0x30bd76(0x476)](_0x44a02b),this[_0x30bd76(0x5c9)](!0x1);}}[_0x4176ec(0x396)](_0x196ac7){const _0x3312fa=_0x4176ec;this['_clearScheduledTask']();const _0x404387=this[_0x3312fa(0x2f7)][_0x3312fa(0x469)](this[_0x3312fa(0x488)]);if(_0x196ac7[_0x3312fa(0x140)]<_0x404387-0x1)return this;if(this[_0x3312fa(0x565)](_0x196ac7))return this[_0x3312fa(0x11a)]['createInstance'](_0x59c836,this['unitID'],this[_0x3312fa(0x286)],null,[],this[_0x3312fa(0x267)],[],this[_0x3312fa(0x557)]);this[_0x3312fa(0x22b)]();const _0xaa5d59=this[_0x3312fa(0x11a)][_0x3312fa(0x5c5)](_0x43108f,this[_0x3312fa(0x488)],this[_0x3312fa(0x286)],this[_0x3312fa(0x557)]);return _0xaa5d59[_0x3312fa(0x28f)](),_0xaa5d59;}['onRemoteRej'](_0x423045){const _0x1dd2c5=_0x4176ec;return this['_onConflict'](!!(_0x423045!=null&&_0x423045[_0x1dd2c5(0x239)]));}['onRemoteRetry'](_0x5935c6){const _0x4ba42a=_0x4176ec;return this['_resendTimeout']>_0x25241f?this[_0x4ba42a(0x500)]():(this[_0x4ba42a(0x4e0)]=_0x316111(this[_0x4ba42a(0x2c1)],{'timeout':this[_0x4ba42a(0x2c1)],'reqId':_0x5935c6['reqId']}),this[_0x4ba42a(0x1e3)]=this[_0x4ba42a(0x4e0)][_0x4ba42a(0x221)](({reqId:_0x423b5a,timeout:_0x46fea6})=>{const _0x71ced5=_0x4ba42a;this[_0x71ced5(0x31f)](_0x423b5a,_0x46fea6);}),this);}[_0x4176ec(0x500)](){const _0xc896dd=_0x4176ec;return this['_clearScheduledTask'](),this[_0xc896dd(0x11a)][_0xc896dd(0x5c5)](_0x3a5b1a,this['unitID'],this[_0xc896dd(0x286)],this[_0xc896dd(0x267)],[],this['_handler']);}[_0x4176ec(0x572)](){return this;}[_0x4176ec(0x48d)](){const _0x5ad8e5=_0x4176ec;this[_0x5ad8e5(0x557)][_0x5ad8e5(0x559)](this[_0x5ad8e5(0x267)]);}['_onConflict'](_0x5b4699){const _0x225363=_0x4176ec;return this['_clearScheduledTask'](),this['_injector'][_0x225363(0x5c5)](_0x14d23a,this[_0x225363(0x488)],this[_0x225363(0x286)],this['_awaitingChangeset'],[],this[_0x225363(0x557)],_0x5b4699);}['_resendWithTimeout'](_0x48de84,_0x1d4c20){const _0x2b40d0=_0x4176ec;var _0x349f1c;_0x48de84===((_0x349f1c=this[_0x2b40d0(0x267)])==null?void 0x0:_0x349f1c[_0x2b40d0(0x1f1)])&&(this[_0x2b40d0(0x48d)](),this[_0x2b40d0(0x2c1)]=_0x1d4c20===0x0?0x3e8:_0x1d4c20*0x2);}[_0x4176ec(0x3e2)](){const _0x595545=_0x4176ec;var _0x2d9635;(_0x2d9635=this[_0x595545(0x1e3)])==null||_0x2d9635[_0x595545(0x447)](),this['_resendTimeout']=0x0;}};_0x4649d3=_0x1eb82f([_0x3a4a35(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['Injector'])),_0x3a4a35(0x5,_0xd3ef1d['Inject'](_0x47367d[_0x4176ec(0x248)])),_0x3a4a35(0x6,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x5c2)])),_0x3a4a35(0x7,_0xd3ef1d[_0x4176ec(0x438)]),_0x3a4a35(0x8,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x3a4a35(0x9,_0x47367d['ITransformService']),_0x3a4a35(0xa,_0xd3ef1d['IUndoRedoService'])],_0x4649d3);let _0x3957ac=class extends _0x17f65c{constructor(_0x4d5487,_0x4c272b,_0x15931b,_0x4b0179,_0x14f2b8,_0x5e2ffa,_0x3e8e09,_0x11eebb,_0x3d5b56,_0x230d3a,_0x546be1,_0x197be0,_0x5cb18d){const _0x5b8719=_0x4176ec;super(_0x4d5487,_0x4c272b,_0x15931b,_0x4b0179,_0x14f2b8,_0x230d3a,_0x5cb18d,_0x11eebb,_0x3d5b56),_0xddf92d(this,_0x5b8719(0x3ad),_0x5b8719(0x26d)),_0xddf92d(this,_0x5b8719(0x2c1),0x0),_0xddf92d(this,_0x5b8719(0x4e0)),_0xddf92d(this,'_sender'),(this['_injector']=_0x3e8e09,this[_0x5b8719(0x5ab)]=_0x546be1,this[_0x5b8719(0x31d)]=_0x197be0,_0x5e2ffa&&(this['_resendTimer']=_0x5e2ffa,this[_0x5b8719(0x1e3)]=this['_resendTimer']['subscribe'](({reqId:_0x3dc694,timeout:_0x4339e9})=>{const _0x170262=_0x5b8719;this[_0x170262(0x31f)](_0x3dc694,_0x4339e9);})));}[_0x4176ec(0x24c)](_0x159db7){const _0x2f2fb5=_0x4176ec;return this[_0x2f2fb5(0x576)][_0x2f2fb5(0x455)](_0x159db7),this;}[_0x4176ec(0x12c)](_0xe8f6d5){const _0x350337=_0x4176ec;if(this[_0x350337(0x565)](_0xe8f6d5))return this[_0x350337(0x3e2)](),this[_0x350337(0x11a)][_0x350337(0x5c5)](_0x59c836,this[_0x350337(0x488)],this[_0x350337(0x286)],this[_0x350337(0x267)],this[_0x350337(0x576)],null,[_0xe8f6d5],this['_handler']);try{const _0x46a7d6=this['_transformService'][_0x350337(0x211)]([_0xe8f6d5],[this[_0x350337(0x267)]],!0x1);if(_0x47367d[_0x350337(0x169)](_0x46a7d6)){const {c1Prime:_0xd90e43,c2Prime:_0xb35769}=_0x46a7d6,_0x51777d=this['_transformService']['transformMutationsWithChangeset'](_0xd90e43[0x0],this[_0x350337(0x576)]);if(_0x47367d[_0x350337(0x578)](_0x51777d)){const {c1Prime:_0x1b417f,m2Prime:_0x23d053}=_0x51777d;return this[_0x350337(0x29e)](_0x1b417f),_0xb35769[0x0][_0x350337(0x168)]=this[_0x350337(0x2b5)](),this[_0x350337(0x3e2)](),this[_0x350337(0x11a)][_0x350337(0x5c5)](_0x3957ac,this[_0x350337(0x488)],this['type'],_0xb35769[0x0],_0x23d053,this['_handler'],void 0x0);}throw _0x51777d[_0x350337(0x476)];}throw _0x46a7d6['error'];}catch(_0x39e66c){return this[_0x350337(0x5ab)][_0x350337(0x476)](_0x39e66c),this['_onConflict'](!0x1);}}[_0x4176ec(0x396)](_0x48a797){const _0x3747d5=_0x4176ec;if(this[_0x3747d5(0x3e2)](),this[_0x3747d5(0x565)](_0x48a797))return this[_0x3747d5(0x11a)]['createInstance'](_0x59c836,this[_0x3747d5(0x488)],this[_0x3747d5(0x286)],null,this[_0x3747d5(0x576)],this[_0x3747d5(0x267)],[],this['_handler']);this[_0x3747d5(0x22b)]();const _0x28a5a0=this['_injector'][_0x3747d5(0x5c5)](_0x325a65,this[_0x3747d5(0x488)],this[_0x3747d5(0x286)],this['_pendingMutations'],this['_handler']);return _0x28a5a0[_0x3747d5(0x480)](),_0x28a5a0[_0x3747d5(0x28f)](),_0x28a5a0;}[_0x4176ec(0x227)](_0x41f24e){const _0x2a0fd6=_0x4176ec;return this[_0x2a0fd6(0x5c9)](!!(_0x41f24e!=null&&_0x41f24e[_0x2a0fd6(0x239)]));}['onRemoteRetry'](_0x4dd114){const _0x3448c5=_0x4176ec;return this[_0x3448c5(0x2c1)]>_0x25241f?this['toggleOffline']():(this['_resendTimer']=_0x316111(this[_0x3448c5(0x2c1)],{'timeout':this[_0x3448c5(0x2c1)],'reqId':_0x4dd114['reqId']}),this[_0x3448c5(0x1e3)]=this[_0x3448c5(0x4e0)][_0x3448c5(0x221)](({reqId:_0x2a0e68,timeout:_0x338d71})=>{const _0x464969=_0x3448c5;this[_0x464969(0x31f)](_0x2a0e68,_0x338d71);}),this);}['toggleOffline'](){const _0x11a68f=_0x4176ec;return this[_0x11a68f(0x3e2)](),this[_0x11a68f(0x11a)][_0x11a68f(0x5c5)](_0x3a5b1a,this['unitID'],this[_0x11a68f(0x286)],this[_0x11a68f(0x267)],this[_0x11a68f(0x576)],this['_handler']);}[_0x4176ec(0x572)](){return this;}[_0x4176ec(0x48d)](){const _0x44bbcc=_0x4176ec;this['_handler'][_0x44bbcc(0x559)](this[_0x44bbcc(0x267)]);}[_0x4176ec(0x5c9)](_0x55d1e7){const _0x2739c6=_0x4176ec;return this[_0x2739c6(0x3e2)](),this[_0x2739c6(0x11a)][_0x2739c6(0x5c5)](_0x14d23a,this[_0x2739c6(0x488)],this[_0x2739c6(0x286)],null,this[_0x2739c6(0x576)],this[_0x2739c6(0x557)],_0x55d1e7);}[_0x4176ec(0x31f)](_0x2b6f55,_0x367d95){const _0x506622=_0x4176ec;var _0x92d30;_0x2b6f55===((_0x92d30=this[_0x506622(0x267)])==null?void 0x0:_0x92d30[_0x506622(0x1f1)])&&(this['resend'](),this[_0x506622(0x2c1)]=_0x367d95===0x0?0x3e8:_0x367d95*0x2);}['_clearScheduledTask'](){const _0x1d722f=_0x4176ec;var _0x5c38fd;(_0x5c38fd=this[_0x1d722f(0x1e3)])==null||_0x5c38fd[_0x1d722f(0x447)](),this[_0x1d722f(0x2c1)]=0x0;}};_0x3957ac=_0x1eb82f([_0x3a4a35(0x6,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x3a4a35(0x7,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d[_0x4176ec(0x248)])),_0x3a4a35(0x8,_0xd3ef1d['Inject'](_0x5e8095[_0x4176ec(0x5c2)])),_0x3a4a35(0x9,_0xd3ef1d[_0x4176ec(0x438)]),_0x3a4a35(0xa,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x3a4a35(0xb,_0x47367d[_0x4176ec(0x39c)]),_0x3a4a35(0xc,_0xd3ef1d['IUndoRedoService'])],_0x3957ac);let _0x14d23a=class extends _0x17f65c{constructor(_0x27996a,_0x2aa8d3,_0x5efda3,_0x5f0d7b,_0x33f1fc,_0x107208=!0x1,_0x364597,_0x16ef3f,_0x2b0466,_0x52ad50,_0x362873,_0x141c4e,_0x1ecfe9){const _0x39fd5d=_0x4176ec;super(_0x27996a,_0x2aa8d3,_0x5efda3,_0x5f0d7b,_0x33f1fc,_0x16ef3f,_0x2b0466,_0x362873,_0x52ad50),_0xddf92d(this,_0x39fd5d(0x3ad),_0x39fd5d(0x181)),(this[_0x39fd5d(0x50e)]=_0x107208,this[_0x39fd5d(0x3c1)]=_0x364597,this[_0x39fd5d(0x4a7)]=_0x141c4e,this[_0x39fd5d(0x153)]=_0x1ecfe9,this[_0x39fd5d(0x548)](),this['_clearLocalCache'](),this[_0x39fd5d(0x5cd)]());}[_0x4176ec(0x24c)](){return this;}['onRemoteChangeset'](){return this;}[_0x4176ec(0x396)](){return this;}[_0x4176ec(0x227)](){return this;}[_0x4176ec(0x382)](){return this;}['toggleOffline'](){return this;}[_0x4176ec(0x572)](){return this;}[_0x4176ec(0x48d)](){const _0x19f8ce=_0x4176ec;throw new Error(_0x19f8ce(0x336));}[_0x4176ec(0x442)](){const _0x312992=_0x4176ec;this[_0x312992(0x29a)][_0x312992(0x489)](this[_0x312992(0x488)],this[_0x312992(0x286)],null,[]);}[_0x4176ec(0x548)](){const _0x455e03=_0x4176ec;this[_0x455e03(0x50e)]?this[_0x455e03(0x153)]['show']({'title':this[_0x455e03(0x4a7)]['t'](_0x455e03(0x4f4)),'content':this[_0x455e03(0x4a7)]['t'](_0x455e03(0x5c4)),'type':_0x455e03(0x476),'duration':0x0}):this[_0x455e03(0x153)]['show']({'title':this[_0x455e03(0x4a7)]['t']('conflict.title'),'content':this[_0x455e03(0x4a7)]['t'](_0x455e03(0x24a)),'type':_0x455e03(0x476),'duration':0x0});}[_0x4176ec(0x5cd)](){const _0x172f62=_0x4176ec;this[_0x172f62(0x3c1)]['updatePermissionPoint'](new _0x1b517d[(_0x172f62(0x41d))](this[_0x172f62(0x488)])['id'],!0x1);}};_0x14d23a=_0x1eb82f([_0x3a4a35(0x6,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x57f)])),_0x3a4a35(0x7,_0xd3ef1d[_0x4176ec(0x438)]),_0x3a4a35(0x8,_0xd3ef1d[_0x4176ec(0x1ac)]),_0x3a4a35(0x9,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x5c2)])),_0x3a4a35(0xa,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d[_0x4176ec(0x248)])),_0x3a4a35(0xb,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['LocaleService'])),_0x3a4a35(0xc,_0x45bd5d[_0x4176ec(0x560)])],_0x14d23a);let _0x3a5b1a=class extends _0x17f65c{constructor(_0x2c870c,_0x2d392e,_0x826989,_0x3994c5,_0x592a88,_0x560e78,_0x415093,_0x25d1f8,_0x48fa64,_0x22505d){const _0x30e15a=_0x4176ec;super(_0x2c870c,_0x2d392e,_0x826989,_0x3994c5,_0x592a88,_0x48fa64,_0x22505d,_0x415093,_0x25d1f8),_0xddf92d(this,_0x30e15a(0x3ad),_0x30e15a(0x151)),this[_0x30e15a(0x11a)]=_0x560e78;}['appendMutation'](_0x390cb3){const _0x3df6ef=_0x4176ec;return this[_0x3df6ef(0x576)][_0x3df6ef(0x455)](_0x390cb3),this['_updateLocalCache'](),this;}[_0x4176ec(0x12c)](_0xcb808c){const _0x17b108=_0x4176ec;throw new Error(_0x17b108(0x56f));}[_0x4176ec(0x396)](){throw new Error('[OfflineState]:\x20received\x20acknowledgement.');}['onRemoteRej'](){const _0x1caa5e=_0x4176ec;throw new Error(_0x1caa5e(0x3e5));}[_0x4176ec(0x382)](){return this;}[_0x4176ec(0x500)](){return this;}[_0x4176ec(0x572)](){const _0x1b0d4d=_0x4176ec,{_injector:_0x4f120e,_pendingMutations:_0x56bd3e,_awaitingChangeset:_0x119817,unitID:_0x20ec5f,_handler:_0x5069cc,type:_0x46c3ed}=this,_0x60add4=_0x1aaf85(_0x4f120e,_0x20ec5f,_0x46c3ed,_0x119817,_0x56bd3e,_0x5069cc);return _0x60add4 instanceof _0x325a65?_0x60add4[_0x1b0d4d(0x480)]():(_0x60add4 instanceof _0x3957ac||_0x60add4 instanceof _0x4649d3)&&_0x60add4[_0x1b0d4d(0x48d)](),_0x60add4;}[_0x4176ec(0x48d)](){const _0x1f68ad=_0x4176ec;throw new Error(_0x1f68ad(0x393));}};_0x3a5b1a=_0x1eb82f([_0x3a4a35(0x5,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x3a4a35(0x6,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d[_0x4176ec(0x248)])),_0x3a4a35(0x7,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x5c2)])),_0x3a4a35(0x8,_0xd3ef1d[_0x4176ec(0x438)]),_0x3a4a35(0x9,_0xd3ef1d[_0x4176ec(0x1ac)])],_0x3a5b1a);let _0x59c836=class extends _0x17f65c{constructor(_0xa1f3dd,_0x4a5058,_0x2a1339,_0x19a0a6,_0x458eb4,_0x430a62,_0x594073,_0x3b0971,_0x12cea0,_0x16d7b7,_0x7e1440,_0x4f99a6,_0xb53bb1,_0x3f031e){const _0x1c863b=_0x4176ec;super(_0xa1f3dd,_0x4a5058,_0x2a1339,_0x19a0a6,_0x594073,_0x4f99a6,_0xb53bb1,_0x12cea0,_0x16d7b7),_0xddf92d(this,_0x1c863b(0x3ad),_0x1c863b(0x19a)),(this[_0x1c863b(0x36b)]=_0x458eb4,this[_0x1c863b(0x13a)]=_0x430a62,this['_injector']=_0x3b0971,this[_0x1c863b(0x5ab)]=_0x7e1440,this[_0x1c863b(0x31d)]=_0x3f031e);}['onMissedChangesetFetched'](_0x316d58){const _0x1f73b5=_0x4176ec;try{const _0x3abae5=[..._0x316d58,...this['_queuedRemoteChangesets']],_0x3ccc9e=[this[_0x1f73b5(0x267)]||this['_acknowledgedAwaitingChangeset']][_0x1f73b5(0x3b9)](_0x1902ed=>!!_0x1902ed);let _0x174b99,_0x25d49a;if(_0x3ccc9e[_0x1f73b5(0x2b7)]){const _0x918050=this[_0x1f73b5(0x31d)][_0x1f73b5(0x211)](_0x3abae5,_0x3ccc9e,!0x1);if(!_0x47367d[_0x1f73b5(0x169)](_0x918050))throw _0x918050[_0x1f73b5(0x476)];_0x174b99=_0x918050[_0x1f73b5(0x245)],_0x25d49a=_0x918050[_0x1f73b5(0x518)];}else _0x174b99=_0x3abae5,_0x25d49a=[];let _0x1668b4=this[_0x1f73b5(0x576)];_0x174b99['forEach'](_0x2d6d65=>{const _0x422b70=_0x1f73b5;let _0x3dbf3a;if(_0x1668b4['length']){const _0x37093d=this[_0x422b70(0x31d)]['transformMutationsWithChangeset'](_0x2d6d65,_0x1668b4);if(!_0x47367d[_0x422b70(0x578)](_0x37093d))throw _0x37093d[_0x422b70(0x476)];_0x3dbf3a=_0x37093d['c1Prime'],_0x1668b4=_0x37093d[_0x422b70(0x389)];}else _0x3dbf3a=_0x2d6d65;this[_0x422b70(0x29e)](_0x3dbf3a);}),this[_0x1f73b5(0x36b)]&&this[_0x1f73b5(0x22b)](),this[_0x1f73b5(0x267)]&&_0x25d49a[_0x1f73b5(0x2b7)]&&(_0x25d49a[0x0][_0x1f73b5(0x168)]=this['_getCurrentRevision']());let _0x2d5907;if(this['_awaitingChangeset']&&_0x1668b4['length']!==0x0)_0x2d5907=this[_0x1f73b5(0x11a)][_0x1f73b5(0x5c5)](_0x3957ac,this[_0x1f73b5(0x488)],this['type'],_0x25d49a[0x0],_0x1668b4,this[_0x1f73b5(0x557)],void 0x0);else{if(this[_0x1f73b5(0x267)]&&_0x1668b4[_0x1f73b5(0x2b7)]===0x0)_0x25d49a[0x0]['baseRev']=this['_getCurrentRevision'](),_0x2d5907=this[_0x1f73b5(0x11a)][_0x1f73b5(0x5c5)](_0x4649d3,this['unitID'],this[_0x1f73b5(0x286)],_0x25d49a[0x0],this[_0x1f73b5(0x557)]);else{if(_0x1668b4['length']!==0x0){const _0x2c0775=this['_injector']['createInstance'](_0x325a65,this['unitID'],this[_0x1f73b5(0x286)],_0x1668b4,this[_0x1f73b5(0x557)]);_0x2c0775[_0x1f73b5(0x480)](),_0x2d5907=_0x2c0775;}else _0x2d5907=this[_0x1f73b5(0x11a)][_0x1f73b5(0x5c5)](_0x43108f,this[_0x1f73b5(0x488)],this['type'],this[_0x1f73b5(0x557)]);}}return _0x2d5907[_0x1f73b5(0x28f)](),_0x2d5907;}catch(_0x2578c8){return this[_0x1f73b5(0x5ab)][_0x1f73b5(0x476)](_0x1f73b5(0x380),_0x1f73b5(0x2b9),_0x2578c8),this[_0x1f73b5(0x11a)][_0x1f73b5(0x5c5)](_0x14d23a,this[_0x1f73b5(0x488)],this[_0x1f73b5(0x286)],this[_0x1f73b5(0x267)],this[_0x1f73b5(0x576)],this['_handler'],!0x1);}}[_0x4176ec(0x48d)](){const _0x13b42e=_0x4176ec;throw new Error(_0x13b42e(0x269));}['appendMutation'](_0x52ac05){const _0x21461c=_0x4176ec;return this[_0x21461c(0x576)][_0x21461c(0x455)](_0x52ac05),this;}[_0x4176ec(0x12c)](_0x16f5ec){const _0x39490d=_0x4176ec;return this['_queuedRemoteChangesets'][_0x39490d(0x455)](_0x16f5ec),this;}[_0x4176ec(0x396)](_0x3e1d8d){const _0x20beb5=_0x4176ec;if(this[_0x20beb5(0x267)])return this[_0x20beb5(0x36b)]=this[_0x20beb5(0x267)],this['_awaitingChangeset']=null,this;throw new Error(_0x20beb5(0x241));}[_0x4176ec(0x227)](_0x1dd1d2){const _0x453f47=_0x4176ec;return this[_0x453f47(0x5c9)](!!(_0x1dd1d2!=null&&_0x1dd1d2[_0x453f47(0x239)]));}[_0x4176ec(0x382)](){return this;}['toggleOffline'](){const _0x3482c4=_0x4176ec;return this[_0x3482c4(0x11a)][_0x3482c4(0x5c5)](_0x3a5b1a,this[_0x3482c4(0x488)],this[_0x3482c4(0x286)],this[_0x3482c4(0x267)],this['_pendingMutations'],this[_0x3482c4(0x557)]);}[_0x4176ec(0x572)](){return this;}[_0x4176ec(0x5c9)](_0x116f23){const _0x3843ef=_0x4176ec;return this['_injector'][_0x3843ef(0x5c5)](_0x14d23a,this[_0x3843ef(0x488)],this[_0x3843ef(0x286)],this[_0x3843ef(0x267)],this[_0x3843ef(0x576)],this['_handler'],_0x116f23);}};_0x59c836=_0x1eb82f([_0x3a4a35(0x7,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x3a4a35(0x8,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d['RevisionService'])),_0x3a4a35(0x9,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x5c2)])),_0x3a4a35(0xa,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x3a4a35(0xb,_0xd3ef1d[_0x4176ec(0x438)]),_0x3a4a35(0xc,_0xd3ef1d[_0x4176ec(0x1ac)]),_0x3a4a35(0xd,_0x47367d[_0x4176ec(0x39c)])],_0x59c836);function _0x1aaf85(_0x4bfd0f,_0x1a288f,_0x37315d,_0x291d5f,_0x561fae,_0x4af7e7){const _0x5d67e0=_0x4176ec;return _0x291d5f&&_0x561fae['length']?_0x4bfd0f[_0x5d67e0(0x5c5)](_0x3957ac,_0x1a288f,_0x37315d,_0x291d5f,_0x561fae,_0x4af7e7,void 0x0):_0x291d5f?_0x4bfd0f[_0x5d67e0(0x5c5)](_0x4649d3,_0x1a288f,_0x37315d,_0x291d5f,_0x4af7e7):_0x561fae[_0x5d67e0(0x2b7)]?_0x4bfd0f[_0x5d67e0(0x5c5)](_0x325a65,_0x1a288f,_0x37315d,_0x561fae,_0x4af7e7):_0x4bfd0f[_0x5d67e0(0x5c5)](_0x43108f,_0x1a288f,_0x37315d,_0x4af7e7);}var _0x56db3d=Object[_0x4176ec(0x2b4)],_0x1e1bef=Object[_0x4176ec(0x48c)],_0x455cde=(_0x3e5498,_0xc80151,_0x3e1da9,_0x5ce5e0)=>{const _0x17f4e0=_0x4176ec;for(var _0x4192d9=_0x5ce5e0>0x1?void 0x0:_0x5ce5e0?_0x1e1bef(_0xc80151,_0x3e1da9):_0xc80151,_0x54d69f=_0x3e5498[_0x17f4e0(0x2b7)]-0x1,_0x3bb444;_0x54d69f>=0x0;_0x54d69f--)(_0x3bb444=_0x3e5498[_0x54d69f])&&(_0x4192d9=(_0x5ce5e0?_0x3bb444(_0xc80151,_0x3e1da9,_0x4192d9):_0x3bb444(_0x4192d9))||_0x4192d9);return _0x5ce5e0&&_0x4192d9&&_0x56db3d(_0xc80151,_0x3e1da9,_0x4192d9),_0x4192d9;},_0x1dc04a=(_0x447e0d,_0x39bba8)=>(_0xd2c6ef,_0x5e3e6c)=>_0x39bba8(_0xd2c6ef,_0x5e3e6c,_0x447e0d);_0x5e8095[_0x4176ec(0x57c)]=class extends _0xd3ef1d['RxDisposable']{constructor(_0x124790,_0x3c8dfa,_0x6b8b4c,_0x5bcd9e,_0x512b53,_0x6e35a2,_0x25e6f7,_0x1f5274,_0x5f14ba,_0x4da583,_0x286fe8,_0x2e0d0c,_0x4dee8d){const _0x17c9a1=_0x4176ec;super(),_0xddf92d(this,'_state$',new _0x2c8065[(_0x17c9a1(0x3b0))](null)),_0xddf92d(this,'state$',this['_state$'][_0x17c9a1(0x117)]()),_0xddf92d(this,'_state'),_0xddf92d(this,'_collaborationPaused',!0x1),_0xddf92d(this,'_changesetSessionId',''),_0xddf92d(this,'_changesetReqId',0x0),_0xddf92d(this,_0x17c9a1(0x536),this['state$'][_0x17c9a1(0x579)](_0x2c8065[_0x17c9a1(0x40d)](_0x30e259=>_0x30e259?_0x30e259['status']:_0x52e01f[_0x17c9a1(0x10e)]),_0x2c8065[_0x17c9a1(0x53b)](0x1))),_0xddf92d(this,_0x17c9a1(0x493),!0x1),_0xddf92d(this,_0x17c9a1(0x2d5),[]),(this[_0x17c9a1(0x488)]=_0x124790,this[_0x17c9a1(0x1f9)]=_0x3c8dfa,this[_0x17c9a1(0x1fd)]=_0x6b8b4c,this['_injector']=_0x5bcd9e,this[_0x17c9a1(0x29a)]=_0x512b53,this[_0x17c9a1(0x4f9)]=_0x6e35a2,this['_localeService']=_0x25e6f7,this[_0x17c9a1(0x2f7)]=_0x1f5274,this[_0x17c9a1(0x5ab)]=_0x5f14ba,this['_commandService']=_0x4da583,this[_0x17c9a1(0x1df)]=_0x286fe8,this[_0x17c9a1(0x3c1)]=_0x2e0d0c,this[_0x17c9a1(0x5b9)]=_0x4dee8d);}get['state'](){const _0x2a96fb=_0x4176ec;return this[_0x2a96fb(0x29d)];}async[_0x4176ec(0x15b)](){const _0x4f614b=_0x4176ec;if(this['state'])throw new Error(_0x4f614b(0x41e));await this[_0x4f614b(0x3d5)]();}[_0x4176ec(0x381)](){const _0x1f0cc8=_0x4176ec;return this[_0x1f0cc8(0x423)]=!0x0,_0xd3ef1d[_0x1f0cc8(0x44a)](()=>{const _0xb1d270=_0x1f0cc8;this[_0xb1d270(0x423)]=!0x1,this[_0xb1d270(0x5bc)]();});}[_0x4176ec(0x561)](_0x26b55c){const _0x261295=_0x4176ec;this[_0x261295(0x29d)]=_0x26b55c,this[_0x261295(0x523)][_0x261295(0x52a)](_0x26b55c);}async[_0x4176ec(0x3d5)](){const _0x11f419=_0x4176ec;var _0x262b27;this[_0x11f419(0x561)](await this[_0x11f419(0x346)]()),this[_0x11f419(0x5b9)]&&((_0x262b27=this[_0x11f419(0x5b9)])==null||_0x262b27[_0x11f419(0x194)](this['unitID']),this[_0x11f419(0x1a6)](this['_singleActiveUnitService']['getUnitStatus$'](this[_0x11f419(0x488)])[_0x11f419(0x221)](_0x37c45a=>{const _0x2fb200=_0x11f419;this[_0x2fb200(0x5ab)][_0x2fb200(0x144)]('[CollaborationEntity]','editing\x20status\x20changed\x20to',_0x37c45a),_0x37c45a===_0x560664[_0x2fb200(0x5ae)]?(this[_0x2fb200(0x1df)][_0x2fb200(0x593)]({'content':this[_0x2fb200(0x4a7)]['t'](_0x2fb200(0x31b)),'type':_0x3c4c54['MessageType'][_0x2fb200(0x50f)]}),this[_0x2fb200(0x3c1)][_0x2fb200(0x296)](new _0x1b517d['WorkbookEditablePermission'](this[_0x2fb200(0x488)])['id'],!0x1),this['_permissionService'][_0x2fb200(0x4f7)](!0x1)):(this[_0x2fb200(0x3c1)][_0x2fb200(0x296)](new _0x1b517d[(_0x2fb200(0x41d))](this[_0x2fb200(0x488)])['id'],!0x0),this[_0x2fb200(0x3c1)][_0x2fb200(0x4f7)](!0x0));})));let _0x23ca57=!0x1;return this['disposeWithMe'](this['session']['sessionStatus$'][_0x11f419(0x221)](_0x202f8c=>{const _0x5a6d2e=_0x11f419;_0x202f8c===_0x5a5e86['ONLINE']?this[_0x5a6d2e(0x53d)](_0x23ca57):_0x202f8c===_0x5a5e86['OFFLINE']&&(_0x23ca57=!0x0,this['_toggleOffline']());})),this[_0x11f419(0x1a6)](this[_0x11f419(0x1f9)]['event$'][_0x11f419(0x221)](_0x28c83a=>{const _0x17caf8=_0x11f419;try{switch(_0x28c83a[_0x17caf8(0x4d0)]){case _0x47367d[_0x17caf8(0x498)][_0x17caf8(0x27f)]:{this[_0x17caf8(0x1a3)](_0x47367d['parseProtocolChangeset'](_0x28c83a[_0x17caf8(0x33b)]));break;}case _0x47367d['CollaborationEvent'][_0x17caf8(0x428)]:{this[_0x17caf8(0x384)](_0x28c83a['data']);break;}case _0x47367d[_0x17caf8(0x498)][_0x17caf8(0x274)]:{this[_0x17caf8(0x1d3)]();break;}case _0x47367d['CollaborationEvent'][_0x17caf8(0x318)]:{this[_0x17caf8(0x174)](_0x28c83a[_0x17caf8(0x33b)]);break;}case _0x47367d['CollaborationEvent'][_0x17caf8(0x308)]:{this[_0x17caf8(0x467)](_0x28c83a[_0x17caf8(0x33b)][_0x17caf8(0x5be)][_0x17caf8(0x40d)](_0x5de0f5=>_0x47367d[_0x17caf8(0x2c5)](_0x5de0f5)));break;}case _0x47367d[_0x17caf8(0x498)][_0x17caf8(0x558)]:this[_0x17caf8(0x1d3)]({'isPermissionRej':!0x0});}}catch(_0x1247d2){throw console[_0x17caf8(0x476)](_0x17caf8(0x368),_0x1247d2),_0x1247d2;}})),this[_0x11f419(0x29d)];}['_unlockTransition'](){const _0x12cfa6=_0x4176ec;this[_0x12cfa6(0x493)]=!0x1;}['_lockTransition'](){const _0x2a68c6=_0x4176ec;if(this[_0x2a68c6(0x493)])throw new Error(_0x2a68c6(0x312));this[_0x2a68c6(0x493)]=!0x0;}['_onLocalMutation'](_0x108041){const _0x141fe8=_0x4176ec;this[_0x141fe8(0x2ad)](),this[_0x141fe8(0x561)](this[_0x141fe8(0x29d)][_0x141fe8(0x24c)](_0x108041)),this[_0x141fe8(0x265)]();}['_onRemoteChangeset'](_0x187df3){const _0x11a21d=_0x4176ec;if(!(_0x187df3['revision']<=this[_0x11a21d(0x2f7)]['getCurrentRevOfUnit'](this[_0x11a21d(0x488)]))){if(this['_collaborationPaused']){this[_0x11a21d(0x2d5)][_0x11a21d(0x455)](_0x187df3);return;}this[_0x11a21d(0x520)](_0x187df3);}}[_0x4176ec(0x5bc)](){const _0x2ee061=_0x4176ec;this['_remoteChangesetQueue'][_0x2ee061(0x193)](_0x49e5cc=>this[_0x2ee061(0x520)](_0x49e5cc)),this[_0x2ee061(0x2d5)]=[];}[_0x4176ec(0x520)](_0x246042){const _0x2cecc2=_0x4176ec,_0x371bd5=this['_compressMutationService'][_0x2cecc2(0x2e2)][_0x2cecc2(0x1ae)](this['_compressMutationService'][_0x2cecc2(0x2e2)][_0x2cecc2(0x276)]()[_0x2cecc2(0x59c)])(_0x246042[_0x2cecc2(0x11b)],null)||_0x246042[_0x2cecc2(0x11b)],_0x27fe59={..._0x246042,'mutations':_0x371bd5};this[_0x2cecc2(0x2ad)](),this[_0x2cecc2(0x561)](this[_0x2cecc2(0x29d)]['onRemoteChangeset'](_0x27fe59)),this[_0x2cecc2(0x265)]();}[_0x4176ec(0x384)](_0x367baa){const _0x1e095f=_0x4176ec;this[_0x1e095f(0x2ad)](),this[_0x1e095f(0x561)](this[_0x1e095f(0x29d)]['onRemoteAck'](_0x367baa)),this[_0x1e095f(0x265)]();}[_0x4176ec(0x1d3)](_0x5eb5e2){const _0x422d84=_0x4176ec;this[_0x422d84(0x2ad)](),this['_updateState'](this[_0x422d84(0x29d)][_0x422d84(0x227)](_0x5eb5e2)),this['_unlockTransition']();}['_onRemoteRetry'](_0x179d36){const _0x288c1a=_0x4176ec;this[_0x288c1a(0x2ad)](),this['_updateState'](this[_0x288c1a(0x29d)][_0x288c1a(0x382)](_0x179d36)),this[_0x288c1a(0x265)]();}[_0x4176ec(0x467)](_0x405927){const _0x19f4da=_0x4176ec;if(!(this[_0x19f4da(0x29d)]instanceof _0x59c836))throw new TypeError(_0x19f4da(0x325));const _0xa26c85=_0x405927[_0x19f4da(0x40d)](_0x5f4548=>{const _0x18eed6=_0x19f4da,_0x4b26c1=this[_0x18eed6(0x4f9)][_0x18eed6(0x2e2)][_0x18eed6(0x1ae)](this['_compressMutationService'][_0x18eed6(0x2e2)]['getInterceptPoints']()[_0x18eed6(0x59c)])(_0x5f4548[_0x18eed6(0x11b)],null)||_0x5f4548[_0x18eed6(0x11b)];return{..._0x5f4548,'mutations':_0x4b26c1};});this[_0x19f4da(0x2ad)](),this[_0x19f4da(0x561)](this[_0x19f4da(0x29d)][_0x19f4da(0x433)](_0xa26c85)),this[_0x19f4da(0x265)]();}['_toggleOffline'](){const _0x3b842f=_0x4176ec;this['_lockTransition'](),this[_0x3b842f(0x561)](this['_state'][_0x3b842f(0x500)]()),this[_0x3b842f(0x265)]();}[_0x4176ec(0x53d)](_0x208294=!0x1){const _0x334af6=_0x4176ec;this[_0x334af6(0x2ad)](),this[_0x334af6(0x561)](this[_0x334af6(0x29d)][_0x334af6(0x572)]()),this[_0x334af6(0x265)]();const _0xd524d6=this[_0x334af6(0x29d)];_0x208294&&_0xd524d6 instanceof _0x43108f&&(this[_0x334af6(0x2ad)](),this['_updateState'](_0xd524d6[_0x334af6(0x2d1)]()),this[_0x334af6(0x265)]());}async[_0x4176ec(0x346)](){return new Promise(_0xcb8a1a=>{const _0x28cf78=_0x352d;this[_0x28cf78(0x1f9)]['sessionStatus$']['pipe'](_0x2c8065[_0x28cf78(0x272)](0x1))[_0x28cf78(0x221)](async _0x53e9a0=>{const _0x145056=_0x28cf78;_0xcb8a1a(await this[_0x145056(0x114)](_0x53e9a0===_0x5a5e86[_0x145056(0x1a7)]));});});}[_0x4176ec(0x3b7)](){const _0x15dd5a=_0x4176ec,_0x1fb6e8=this[_0x15dd5a(0x488)];return{'onStateChange':(_0x5be09a,_0x4e3006)=>{const _0x5171be=_0x15dd5a;if(_0x5be09a!==this[_0x5171be(0x29d)])throw new Error(_0x5171be(0x17a)+_0x5be09a['status']+_0x5171be(0x540)+_0x4e3006[_0x5171be(0x3ad)]+_0x5171be(0x4a0)+this[_0x5171be(0x29d)]['status']);this[_0x5171be(0x561)](_0x4e3006);},'onSendChangeset':_0xe798ea=>{const _0x593966=_0x15dd5a;_0xe798ea[_0x593966(0x345)]||(_0xe798ea['sid']=this[_0x593966(0x408)],_0xe798ea[_0x593966(0x1f1)]=++this[_0x593966(0x3d2)]);const _0x54dd4f={'eventID':_0x47367d['CollaborationEvent']['SUBMIT_CHANGESET'],'data':{'unitID':_0xe798ea['unitID'],'unitType':this[_0x593966(0x1fd)],'changeset':_0xe798ea,'memberID':this[_0x593966(0x1f9)][_0x593966(0x3d9)]()}};this[_0x593966(0x1f9)][_0x593966(0x4f3)](_0x54dd4f,this[_0x593966(0x488)]);},'onMissingChangesets':({from:_0x108f95,to:_0x4748aa})=>{const _0x2a6ff5=_0x15dd5a;this['_logService'][_0x2a6ff5(0x144)](_0x2a6ff5(0x32f),_0x2a6ff5(0x12b)+_0x108f95+_0x2a6ff5(0x186)+_0x4748aa);const _0x3ed719={'eventID':_0x47367d[_0x2a6ff5(0x498)]['FETCH_MISSING'],'data':{'unitID':_0x1fb6e8,'unitType':this[_0x2a6ff5(0x1fd)],'from':_0x108f95,'to':_0x4748aa}};this[_0x2a6ff5(0x1f9)][_0x2a6ff5(0x4f3)](_0x3ed719,this[_0x2a6ff5(0x488)]);}};}async['_createInitialStateImpl'](_0x4d2347){const _0x462ffd=_0x4176ec;var _0x39a366,_0x2fb9ff;const _0x3014e2=await this[_0x462ffd(0x29a)][_0x462ffd(0x11c)](this['unitID']),_0x405990=(_0x39a366=_0x3014e2==null?void 0x0:_0x3014e2[_0x462ffd(0x11b)])!=null?_0x39a366:[],_0x1fc388=(_0x2fb9ff=_0x3014e2==null?void 0x0:_0x3014e2['awaitingChangeset'])!=null?_0x2fb9ff:null,_0x2a45ae=!!(_0x1fc388!=null&&_0x1fc388[_0x462ffd(0x345)])&&!!(_0x1fc388!=null&&_0x1fc388['reqId']);this['_changesetSessionId']=_0x2a45ae?_0x1fc388['sid']:_0x198ef1(),this[_0x462ffd(0x3d2)]=_0x2a45ae?_0x1fc388[_0x462ffd(0x1f1)]:0x0;const _0x1ff4ed=this[_0x462ffd(0x488)];try{this['_replayCachedMutations'](_0x1fc388,_0x405990);}catch(_0x2149a8){this[_0x462ffd(0x5ab)][_0x462ffd(0x476)](_0x2149a8);}const _0x2628e2=this['_createHandler']();if(_0x4d2347){const _0x58074a=_0x1aaf85(this['_injector'],_0x1ff4ed,this[_0x462ffd(0x1fd)],_0x1fc388,_0x405990,_0x2628e2);return _0x58074a instanceof _0x325a65?_0x58074a[_0x462ffd(0x480)]():(_0x58074a instanceof _0x3957ac||_0x58074a instanceof _0x4649d3)&&_0x58074a[_0x462ffd(0x48d)](),_0x58074a;}return this['_injector'][_0x462ffd(0x5c5)](_0x3a5b1a,_0x1ff4ed,this['_type'],_0x1fc388,_0x405990,_0x2628e2);}[_0x4176ec(0x1de)](_0x1a08a6,_0x4820b9){const _0x2b45b5=_0x4176ec;var _0x35984c,_0xf947cb;const _0x4e7633=this[_0x2b45b5(0x4f9)][_0x2b45b5(0x2e2)][_0x2b45b5(0x1ae)](this[_0x2b45b5(0x4f9)]['interceptor'][_0x2b45b5(0x276)]()[_0x2b45b5(0x59c)]);(_0x35984c=_0x4e7633((_0x1a08a6==null?void 0x0:_0x1a08a6[_0x2b45b5(0x11b)])||[],null))==null||_0x35984c[_0x2b45b5(0x193)](_0x2660ee=>this[_0x2b45b5(0x135)][_0x2b45b5(0x5a6)](_0x2660ee['id'],_0x2660ee['params'])),(_0xf947cb=_0x4e7633(_0x4820b9||[],null))==null||_0xf947cb[_0x2b45b5(0x193)](_0x200be6=>this[_0x2b45b5(0x135)]['executeCommand'](_0x200be6['id'],_0x200be6['params']));}},_0x5e8095[_0x4176ec(0x57c)]=_0x455cde([_0x1dc04a(0x3,_0xd3ef1d['Inject'](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x1dc04a(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x5c2)])),_0x1dc04a(0x5,_0xd3ef1d['Inject'](_0x47367d[_0x4176ec(0x3de)])),_0x1dc04a(0x6,_0xd3ef1d['Inject'](_0xd3ef1d[_0x4176ec(0x2b3)])),_0x1dc04a(0x7,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d[_0x4176ec(0x248)])),_0x1dc04a(0x8,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x1dc04a(0x9,_0xd3ef1d['ICommandService']),_0x1dc04a(0xa,_0x45bd5d[_0x4176ec(0x2bf)]),_0x1dc04a(0xb,_0xd3ef1d[_0x4176ec(0x57f)]),_0x1dc04a(0xc,_0xd3ef1d[_0x4176ec(0x4a6)](_0x2c4fd7))],_0x5e8095[_0x4176ec(0x57c)]),_0x5e8095[_0x4176ec(0x474)]=class extends _0x5e8095[_0x4176ec(0x57c)]{constructor(_0xa0d5c5,_0x43d6f6,_0x2e327a,_0x306486,_0x419772,_0x152947,_0x1c0a17,_0x5c87f0,_0x42ff24,_0x10bda9,_0x441e1c,_0x3f8396,_0x596e78,_0xaaee80,_0x4ecebf,_0x172624,_0x337d64,_0x134794){const _0x404d6c=_0x4176ec;super(_0xa0d5c5,_0x2e327a,_0x43d6f6,_0x306486,_0x419772,_0x152947,_0x1c0a17,_0x5c87f0,_0xaaee80,_0x4ecebf,_0x172624,_0x337d64,_0x134794),this[_0x404d6c(0x488)]=_0xa0d5c5,this[_0x404d6c(0x286)]=_0x43d6f6,this['_docStateChangeManagerService']=_0x42ff24,this['_docTransformIMECacheService']=_0x10bda9,this[_0x404d6c(0x33a)]=_0x441e1c,this[_0x404d6c(0x298)]=_0x3f8396,this[_0x404d6c(0x14a)]=_0x596e78;}['_createHandler'](){const _0x55d488=_0x4176ec,_0x38e079=super[_0x55d488(0x3b7)]();return _0x38e079['onTransformIME']=_0x41f0f6=>this[_0x55d488(0x235)][_0x55d488(0x1fe)](_0x41f0f6),_0x38e079[_0x55d488(0x14d)]=_0x36690e=>this[_0x55d488(0x33a)][_0x55d488(0x29b)](_0x36690e),_0x38e079[_0x55d488(0x2ac)]=_0x346508=>this['_docTransformSelectionsService'][_0x55d488(0x58d)](_0x346508),_0x38e079[_0x55d488(0x38a)]=_0x5cecc7=>this[_0x55d488(0x14a)][_0x55d488(0x1bd)](_0x5cecc7),_0x38e079[_0x55d488(0x4c3)]=_0x297193=>this['_docTransformIMECacheService'][_0x55d488(0x59a)](_0x297193),_0x38e079[_0x55d488(0x357)]=_0x3e66f4=>this['_docTransformStateCacheService']['transformRemoteChangeset'](_0x3e66f4),_0x38e079;}async[_0x4176ec(0x3d5)](){const _0x2170e3=_0x4176ec,_0x475106=await super[_0x2170e3(0x3d5)]();return this[_0x2170e3(0x581)][_0x2170e3(0x270)][_0x2170e3(0x579)](_0x2c8065[_0x2170e3(0x50b)](this[_0x2170e3(0x484)]))[_0x2170e3(0x221)](_0x2221af=>{const _0x5ee1f5=_0x2170e3;if(_0x2221af==null)return;const {unitId:_0x45aa63,redoState:_0x4c3472,commandId:_0x409de4}=_0x2221af;if(_0x45aa63!==this[_0x5ee1f5(0x488)])return;const _0x25e8bf={'id':_0x409de4,'type':_0xd3ef1d[_0x5ee1f5(0x4c5)][_0x5ee1f5(0x363)],'params':{'unitId':_0x45aa63,'actions':_0x4c3472[_0x5ee1f5(0x370)],'textRanges':null}};this['_onLocalMutation'](_0x25e8bf);}),_0x475106;}},_0x5e8095[_0x4176ec(0x474)]=_0x455cde([_0x1dc04a(0x3,_0xd3ef1d['Inject'](_0xd3ef1d['Injector'])),_0x1dc04a(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x5c2)])),_0x1dc04a(0x5,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d[_0x4176ec(0x3de)])),_0x1dc04a(0x6,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x2b3)])),_0x1dc04a(0x7,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d[_0x4176ec(0x248)])),_0x1dc04a(0x8,_0xd3ef1d[_0x4176ec(0x2bc)](_0x580bbe[_0x4176ec(0x4bf)])),_0x1dc04a(0x9,_0xd3ef1d[_0x4176ec(0x2bc)](_0x133a0f)),_0x1dc04a(0xa,_0xd3ef1d[_0x4176ec(0x2bc)](_0x55a4fc)),_0x1dc04a(0xb,_0xd3ef1d['Inject'](_0x5763eb)),_0x1dc04a(0xc,_0xd3ef1d[_0x4176ec(0x2bc)](_0x1947b9)),_0x1dc04a(0xd,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x1dc04a(0xe,_0xd3ef1d[_0x4176ec(0x438)]),_0x1dc04a(0xf,_0x45bd5d['IMessageService']),_0x1dc04a(0x10,_0xd3ef1d[_0x4176ec(0x57f)]),_0x1dc04a(0x11,_0xd3ef1d[_0x4176ec(0x4a6)](_0x2c4fd7))],_0x5e8095[_0x4176ec(0x474)]),_0x5e8095[_0x4176ec(0x511)]=class extends _0x5e8095['CollaborationEntity']{constructor(_0x36326c,_0x3d6e17,_0x435c15,_0x2ca1ed,_0x2e3c46,_0x2c3d14,_0xb68da3,_0x10b83c,_0x85c04a,_0x6ac050,_0x15e12a,_0xcff603,_0x1d3bb0,_0x10b587){const _0x53e6e3=_0x4176ec;super(_0x36326c,_0x435c15,_0x3d6e17,_0x2ca1ed,_0x2e3c46,_0x2c3d14,_0xb68da3,_0x10b83c,_0x6ac050,_0x15e12a,_0xcff603,_0x1d3bb0,_0x10b587),this[_0x53e6e3(0x488)]=_0x36326c,this[_0x53e6e3(0x286)]=_0x3d6e17,this[_0x53e6e3(0x4b0)]=_0x85c04a;}[_0x4176ec(0x3b7)](){const _0x4057a8=_0x4176ec,_0x367ffd=super[_0x4057a8(0x3b7)]();return _0x367ffd[_0x4057a8(0x2ac)]=_0x2bec4f=>this[_0x4057a8(0x4b0)][_0x4057a8(0x58d)](_0x2bec4f),_0x367ffd;}async[_0x4176ec(0x3d5)](){const _0x372024=_0x4176ec,_0x59273e=await super['_init']();return this[_0x372024(0x1a6)](this[_0x372024(0x135)]['onCommandExecuted']((_0x58fda5,_0x1d9369)=>{const _0x46ac46=_0x372024;if(_0x58fda5[_0x46ac46(0x286)]!==_0xd3ef1d[_0x46ac46(0x4c5)][_0x46ac46(0x363)]||_0x1d9369!=null&&_0x1d9369['fromCollab']||_0x1d9369!=null&&_0x1d9369['onlyLocal'])return;const _0x53c1be=_0x58fda5[_0x46ac46(0x42d)];if((_0x53c1be==null?void 0x0:_0x53c1be['unitId'])!==this['unitID'])return;const _0x2e3e06=_0x58fda5,_0x23e301=this['_compressMutationService'][_0x46ac46(0x2e2)]['fetchThroughInterceptors'](this[_0x46ac46(0x4f9)][_0x46ac46(0x2e2)][_0x46ac46(0x276)]()['COMPRESS_MUTATION_SEND'])([_0x2e3e06],null)||[_0x2e3e06];this['_onLocalMutation'](_0x23e301[0x0]);})),_0x59273e;}},_0x5e8095[_0x4176ec(0x511)]=_0x455cde([_0x1dc04a(0x3,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['Injector'])),_0x1dc04a(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095['LocalCacheService'])),_0x1dc04a(0x5,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d['CompressMutationService'])),_0x1dc04a(0x6,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x2b3)])),_0x1dc04a(0x7,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d['RevisionService'])),_0x1dc04a(0x8,_0xd3ef1d[_0x4176ec(0x2bc)](_0x3d1c7c)),_0x1dc04a(0x9,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x1dc04a(0xa,_0xd3ef1d[_0x4176ec(0x438)]),_0x1dc04a(0xb,_0x45bd5d[_0x4176ec(0x2bf)]),_0x1dc04a(0xc,_0xd3ef1d['IPermissionService']),_0x1dc04a(0xd,_0xd3ef1d['Optional'](_0x2c4fd7))],_0x5e8095[_0x4176ec(0x511)]);var _0x4a3717=Object['defineProperty'],_0xdc6127=Object[_0x4176ec(0x48c)],_0x2af29c=(_0x366e8b,_0x37271f,_0x1cf03a,_0x255caf)=>{const _0x2c5f2c=_0x4176ec;for(var _0x5aee5f=_0x255caf>0x1?void 0x0:_0x255caf?_0xdc6127(_0x37271f,_0x1cf03a):_0x37271f,_0x579159=_0x366e8b[_0x2c5f2c(0x2b7)]-0x1,_0x28adf5;_0x579159>=0x0;_0x579159--)(_0x28adf5=_0x366e8b[_0x579159])&&(_0x5aee5f=(_0x255caf?_0x28adf5(_0x37271f,_0x1cf03a,_0x5aee5f):_0x28adf5(_0x5aee5f))||_0x5aee5f);return _0x255caf&&_0x5aee5f&&_0x4a3717(_0x37271f,_0x1cf03a,_0x5aee5f),_0x5aee5f;},_0x3dff4d=(_0xce74c3,_0x472297)=>(_0x59290b,_0x12586e)=>_0x472297(_0x59290b,_0x12586e,_0xce74c3);_0x5e8095[_0x4176ec(0x4b2)]=class extends _0xd3ef1d[_0x4176ec(0x19c)]{constructor(_0x33eb30,_0x4b099d,_0x2b4f33){const _0x48ba52=_0x4176ec;super(),_0xddf92d(this,_0x48ba52(0x27a),new Map()),_0xddf92d(this,'_entityInit$',new _0x2c8065[(_0x48ba52(0x58c))]()),(this[_0x48ba52(0x11a)]=_0x33eb30,this[_0x48ba52(0x16c)]=_0x4b099d,this[_0x48ba52(0x1d0)]=_0x2b4f33,this[_0x48ba52(0x3d5)]());}[_0x4176ec(0x275)](){const _0x25431d=_0x4176ec;super[_0x25431d(0x275)](),this['_entities'][_0x25431d(0x193)](_0x1845ee=>_0x1845ee[_0x25431d(0x275)]()),this['_entities'][_0x25431d(0x341)]();}[_0x4176ec(0x3d8)](_0x4025ad){const _0x40acbf=_0x4176ec;var _0x4043ad;return(_0x4043ad=this[_0x40acbf(0x27a)]['get'](_0x4025ad))!=null?_0x4043ad:null;}[_0x4176ec(0x278)](_0x1bfa7b){const _0xf8a90=_0x4176ec,_0x597ff2=this[_0xf8a90(0x3d8)](_0x1bfa7b);return _0x597ff2?_0x2c8065['of'](_0x597ff2):this['_entityInit$'][_0xf8a90(0x579)](_0x5cc70d['filter'](_0x328fe0=>_0x328fe0[_0xf8a90(0x488)]===_0x1bfa7b));}[_0x4176ec(0x3d5)](){const _0x569417=_0x4176ec;this['_univerInstanceService']['getTypeOfUnitAdded$'](_0xd3ef1d[_0x569417(0x20c)][_0x569417(0x1ab)])[_0x569417(0x579)](_0x2c8065['takeUntil'](this[_0x569417(0x484)]),_0x5cc70d[_0x569417(0x33d)](0x10))[_0x569417(0x221)](async _0x54da8c=>{const _0x43f3ed=_0x569417,_0x2764e8=_0x54da8c[_0x43f3ed(0x57e)](),_0x72123e=await this[_0x43f3ed(0x355)](_0x2764e8,_0x34a84f[_0x43f3ed(0x1ab)]);this[_0x43f3ed(0x27a)][_0x43f3ed(0x266)](_0x2764e8,_0x72123e);}),this['_univerInstanceService'][_0x569417(0x4b4)](_0xd3ef1d['UniverInstanceType']['UNIVER_DOC'])['pipe'](_0x2c8065['takeUntil'](this[_0x569417(0x484)]),_0x5cc70d[_0x569417(0x33d)](0x10))[_0x569417(0x579)](_0x5cc70d[_0x569417(0x3b9)](_0x4994a3=>!_0x4994a3[_0x569417(0x57e)]()[_0x569417(0x33f)]('__')))['subscribe'](async _0x531f8d=>{const _0x4e65df=_0x569417,_0xc56253=_0x531f8d[_0x4e65df(0x57e)](),_0x498127=await this[_0x4e65df(0x355)](_0xc56253,_0x34a84f[_0x4e65df(0x457)]);this[_0x4e65df(0x27a)][_0x4e65df(0x266)](_0xc56253,_0x498127);}),_0x2c8065['merge'](this['_univerInstanceService'][_0x569417(0x5a3)](_0xd3ef1d['UniverInstanceType']['UNIVER_SHEET']),this[_0x569417(0x1d0)]['getTypeOfUnitDisposed$'](_0xd3ef1d[_0x569417(0x20c)][_0x569417(0x457)]))[_0x569417(0x579)](_0x2c8065[_0x569417(0x50b)](this[_0x569417(0x484)]))[_0x569417(0x221)](_0x622099=>{const _0x1f7fa1=_0x569417,_0x1ea998=_0x622099['getUnitId'](),_0x143208=this[_0x1f7fa1(0x27a)][_0x1f7fa1(0x313)](_0x1ea998);_0x143208&&(_0x143208[_0x1f7fa1(0x275)](),this[_0x1f7fa1(0x27a)][_0x1f7fa1(0x38e)](_0x1ea998));});}async['_startCollaboration'](_0x1ad66e,_0xeca7b7){const _0x4ee679=_0x4176ec,_0x1cc274=await this['_collabSessionService'][_0x4ee679(0x3f8)](_0x1ad66e),_0x61bf1b=this[_0x4ee679(0x11a)][_0x4ee679(0x5c5)](this[_0x4ee679(0x2d8)](_0xeca7b7),_0x1ad66e,_0xeca7b7,_0x1cc274);return await _0x61bf1b['init'](),this[_0x4ee679(0x26f)][_0x4ee679(0x52a)](_0x61bf1b),_0x61bf1b;}[_0x4176ec(0x2d8)](_0x258ea4){const _0x597443=_0x4176ec;switch(_0x258ea4){case _0x34a84f[_0x597443(0x457)]:return _0x5e8095[_0x597443(0x474)];case _0x34a84f[_0x597443(0x1ab)]:return _0x5e8095['SheetCollaborationEntity'];default:throw new Error(_0x597443(0x397)+_0x258ea4);}}},_0x5e8095[_0x4176ec(0x4b2)]=_0x2af29c([_0x3dff4d(0x0,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['Injector'])),_0x3dff4d(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x48a)])),_0x3dff4d(0x2,_0xd3ef1d[_0x4176ec(0x2fc)])],_0x5e8095[_0x4176ec(0x4b2)]);const _0x76bcc8=['purple300',_0x4176ec(0x2aa),_0x4176ec(0x550),_0x4176ec(0x4de),_0x4176ec(0x1d5),_0x4176ec(0x173)];class _0x1cc3f2 extends _0xd3ef1d[_0x4176ec(0x198)]{constructor(){const _0xee79c5=_0x4176ec;super(...arguments),_0xddf92d(this,_0xee79c5(0x505),new Map()),_0xddf92d(this,_0xee79c5(0x513),0x0);}[_0x4176ec(0x220)](_0x3bd8ae){const _0x121e5=_0x4176ec;if(this[_0x121e5(0x505)][_0x121e5(0x4cf)](_0x3bd8ae))return this[_0x121e5(0x505)]['get'](_0x3bd8ae);const _0x4d0bb5=_0x76bcc8[this[_0x121e5(0x513)]];return this[_0x121e5(0x513)]=(this[_0x121e5(0x513)]+0x1)%_0x76bcc8[_0x121e5(0x2b7)],this['_assignedColors'][_0x121e5(0x266)](_0x3bd8ae,_0x4d0bb5),_0x4d0bb5;}}var _0x50b057=Object[_0x4176ec(0x2b4)],_0x3fefa6=Object[_0x4176ec(0x48c)],_0x127bef=(_0x521341,_0x3174c5,_0x292637,_0x3932e3)=>{const _0x8cba5a=_0x4176ec;for(var _0x5ead65=_0x3932e3>0x1?void 0x0:_0x3932e3?_0x3fefa6(_0x3174c5,_0x292637):_0x3174c5,_0x4669ad=_0x521341[_0x8cba5a(0x2b7)]-0x1,_0x57773a;_0x4669ad>=0x0;_0x4669ad--)(_0x57773a=_0x521341[_0x4669ad])&&(_0x5ead65=(_0x3932e3?_0x57773a(_0x3174c5,_0x292637,_0x5ead65):_0x57773a(_0x5ead65))||_0x5ead65);return _0x3932e3&&_0x5ead65&&_0x50b057(_0x3174c5,_0x292637,_0x5ead65),_0x5ead65;},_0xefe81a=(_0x206336,_0x6bf84d)=>(_0x49d220,_0x24add9)=>_0x6bf84d(_0x49d220,_0x24add9,_0x206336);const _0x144928=0x12c,_0x11d18e=0x64;let _0x468dcf=class extends _0xd3ef1d[_0x4176ec(0x19c)]{constructor(_0x55e9b9,_0x2f4b66,_0x3989bf,_0x3dc6b8,_0x1a5817,_0x41b940,_0x43a8da,_0x324c87,_0x569d2d){const _0x3f2506=_0x4176ec;super(),_0xddf92d(this,'_online',!0x1),_0xddf92d(this,_0x3f2506(0x3d5),!0x1),_0xddf92d(this,_0x3f2506(0x463),new _0x2c8065[(_0x3f2506(0x3b0))](new Map())),_0xddf92d(this,_0x3f2506(0x1f7),this[_0x3f2506(0x463)][_0x3f2506(0x117)]()),_0xddf92d(this,'_roomMembers$',new _0x2c8065['BehaviorSubject']([])),_0xddf92d(this,_0x3f2506(0x1b8),this[_0x3f2506(0x3b2)][_0x3f2506(0x579)](_0x2c8065['debounceTime'](_0x144928))),_0xddf92d(this,_0x3f2506(0x400),_0xd3ef1d[_0x3f2506(0x57d)](_0x20f934=>{const _0x6e781d=_0x3f2506,_0x40ecac={'eventID':_0x47367d[_0x6e781d(0x498)][_0x6e781d(0x12f)],'data':{'unitID':this['unitID'],'memberID':this[_0x6e781d(0x2fd)]['getMemberID'](),'selection':_0x2a3dfd(_0x20f934)}};this[_0x6e781d(0x2fd)][_0x6e781d(0x4f3)](_0x40ecac,this[_0x6e781d(0x488)]);},_0x11d18e)),(this[_0x3f2506(0x488)]=_0x55e9b9,this[_0x3f2506(0x2fd)]=_0x2f4b66,this[_0x3f2506(0x11a)]=_0x3989bf,this[_0x3f2506(0x3a3)]=_0x3dc6b8,this[_0x3f2506(0x192)]=_0x1a5817,this['_syncEditingCollabCursorService']=_0x41b940,this[_0x3f2506(0x31d)]=_0x43a8da,this[_0x3f2506(0x1d0)]=_0x324c87,this[_0x3f2506(0x135)]=_0x569d2d);}get['cursorInfo'](){const _0x136516=_0x4176ec;return this[_0x136516(0x463)][_0x136516(0x2c6)]();}get[_0x4176ec(0x413)](){const _0x20d058=_0x4176ec;return this[_0x20d058(0x3b2)][_0x20d058(0x2c6)]();}[_0x4176ec(0x275)](){const _0x304fca=_0x4176ec;super['dispose'](),this['_cursorInfo$'][_0x304fca(0x52a)](new Map()),this[_0x304fca(0x463)][_0x304fca(0x21e)](),this[_0x304fca(0x3b2)][_0x304fca(0x52a)]([]),this[_0x304fca(0x3b2)]['complete']();}['init'](){const _0x5c509d=_0x4176ec;this[_0x5c509d(0x3d5)]||(this[_0x5c509d(0x3d5)]=!0x0,this['_session']['sessionStatus$'][_0x5c509d(0x579)](_0x2c8065['takeUntil'](this[_0x5c509d(0x484)]))[_0x5c509d(0x221)](_0x12bb93=>{const _0xc0c5a2=_0x5c509d;_0x12bb93===_0x5a5e86['ONLINE']?this[_0xc0c5a2(0x53d)]():this[_0xc0c5a2(0x388)]();}),this[_0x5c509d(0x2fd)][_0x5c509d(0x3c6)][_0x5c509d(0x579)](_0x2c8065['takeUntil'](this[_0x5c509d(0x484)]))[_0x5c509d(0x221)](_0x8f5713=>{const _0x53be43=_0x5c509d,_0x5a62d6=_0x8f5713[_0x53be43(0x4d0)];_0x5a62d6===_0x47367d[_0x53be43(0x498)][_0x53be43(0x12f)]&&this[_0x53be43(0x177)](_0x8f5713),_0x5a62d6===_0x47367d[_0x53be43(0x498)]['USERS_LEAVE']&&this[_0x53be43(0x22e)](_0x8f5713);}),this[_0x5c509d(0x1a6)](this[_0x5c509d(0x135)][_0x5c509d(0x131)](_0x2a7e4b=>{const _0x2aa898=_0x5c509d,_0x4ef919=_0x2a7e4b[_0x2aa898(0x42d)];_0x4ef919!=null&&this[_0x2aa898(0x162)]&&_0x2a7e4b['id']===_0x4c13e7['SetTextSelectionsOperation']['id']&&_0x4ef919[_0x2aa898(0x2cc)]===this[_0x2aa898(0x488)]&&_0x4ef919[_0x2aa898(0x54b)]===!0x1&&_0x4ef919['ranges'][_0x2aa898(0x2b7)]>0x0&&this[_0x2aa898(0x400)](_0x4ef919[_0x2aa898(0x425)]);})),this[_0x5c509d(0x1ce)][_0x5c509d(0x240)][_0x5c509d(0x579)](_0x2c8065['takeUntil'](this['dispose$']))[_0x5c509d(0x221)](_0x21cd44=>{const _0x49de71=_0x5c509d;if((_0x21cd44==null?void 0x0:_0x21cd44[_0x49de71(0x488)])!==this[_0x49de71(0x488)])return;const _0x5dbd0a={'eventID':_0x47367d[_0x49de71(0x498)][_0x49de71(0x12f)],'data':_0x21cd44};this[_0x49de71(0x177)](_0x5dbd0a);}),this[_0x5c509d(0x1a6)](this[_0x5c509d(0x135)][_0x5c509d(0x131)](_0x1d5281=>{const _0x522d9e=_0x5c509d;if(_0x1d5281['params']==null)return;const _0x174e10=_0x1d5281['params'];if(_0x1d5281['id']!==_0x4c13e7[_0x522d9e(0x440)]['id']||_0x174e10[_0x522d9e(0x2cc)]!==this[_0x522d9e(0x488)])return;const _0x33219e={'id':_0x522d9e(0x386),'params':_0x174e10},_0x51851e=this[_0x522d9e(0x50c)];for(const [_0x5008dd,_0x12f816]of _0x51851e){const _0x3eaeed={'id':'doc.mutation.rich-text-editing','params':{'unitId':this[_0x522d9e(0x488)],'actions':null,'textRanges':_0x12f816[_0x522d9e(0x425)]}},_0x3f4016=this[_0x522d9e(0x31d)]['transformMutation'](_0x33219e,_0x3eaeed,!0x1);if(_0x47367d['isTransformMutationFailure'](_0x3f4016))throw _0x3f4016[_0x522d9e(0x476)];_0x51851e['set'](_0x5008dd,{..._0x12f816,'ranges':_0x3f4016[_0x522d9e(0x389)][_0x522d9e(0x42d)][_0x522d9e(0x159)]});}queueMicrotask(()=>{const _0x565385=_0x522d9e;this[_0x565385(0x463)]['next'](_0x51851e);});})));}[_0x4176ec(0x177)](_0x2ccdfc){const _0x44fd60=_0x4176ec;var _0x5a7bca,_0x141567;const {memberID:_0x49bfea,selection:_0x159e2d}=_0x2ccdfc[_0x44fd60(0x33b)],_0xb40c9f=_0x3e2c8f(_0x159e2d),_0x446604=(_0x141567=(_0x5a7bca=this[_0x44fd60(0x192)]['getMember'](this[_0x44fd60(0x488)],_0x49bfea))==null?void 0x0:_0x5a7bca[_0x44fd60(0x36a)])!=null?_0x141567:_0x44fd60(0x13e),_0x16c65a={'color':this[_0x44fd60(0x3a3)][_0x44fd60(0x220)](_0x49bfea),'name':_0x446604,'ranges':_0xb40c9f},_0x16f197=this[_0x44fd60(0x50c)];_0x16f197[_0x44fd60(0x266)](_0x49bfea,_0x16c65a),this['_cursorInfo$'][_0x44fd60(0x52a)](_0x16f197);}[_0x4176ec(0x22e)](_0x450f56){const _0xacf6cc=_0x4176ec,{memberID:_0x36ef7f}=_0x450f56['data'],_0xa0071b=this[_0xacf6cc(0x50c)];_0xa0071b[_0xacf6cc(0x38e)](_0x36ef7f),this['_cursorInfo$'][_0xacf6cc(0x52a)](_0xa0071b);}[_0x4176ec(0x53d)](){const _0x5f040a=_0x4176ec;var _0x1b5e1e;if(this[_0x5f040a(0x162)]=!0x0,((_0x1b5e1e=this[_0x5f040a(0x1d0)][_0x5f040a(0x279)]())==null?void 0x0:_0x1b5e1e[_0x5f040a(0x57e)]())!==this['unitID'])return;const _0xcb5456=this[_0x5f040a(0x11a)]['get'](_0x4c13e7[_0x5f040a(0x20b)])['getDocRanges']();Array['isArray'](_0xcb5456)&&_0xcb5456[_0x5f040a(0x2b7)]>0x0&&this['_updateLocalCursor'](_0xcb5456);}[_0x4176ec(0x388)](){const _0x3acc7c=_0x4176ec;this[_0x3acc7c(0x162)]=!0x1;}};_0x468dcf=_0x127bef([_0xefe81a(0x2,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['Injector'])),_0xefe81a(0x3,_0xd3ef1d[_0x4176ec(0x2bc)](_0x1cc3f2)),_0xefe81a(0x4,_0xd3ef1d['Inject'](_0x5e8095['MemberService'])),_0xefe81a(0x5,_0xd3ef1d[_0x4176ec(0x2bc)](_0x1947b9)),_0xefe81a(0x6,_0x47367d[_0x4176ec(0x39c)]),_0xefe81a(0x7,_0xd3ef1d[_0x4176ec(0x2fc)]),_0xefe81a(0x8,_0xd3ef1d[_0x4176ec(0x438)])],_0x468dcf);var _0x44d6b5=Object[_0x4176ec(0x2b4)],_0x223682=Object['getOwnPropertyDescriptor'],_0x5e2236=(_0x503bd0,_0x3f13b5,_0x5d04f8,_0x26b391)=>{const _0x5cb7c3=_0x4176ec;for(var _0x46d101=_0x26b391>0x1?void 0x0:_0x26b391?_0x223682(_0x3f13b5,_0x5d04f8):_0x3f13b5,_0x1f799a=_0x503bd0[_0x5cb7c3(0x2b7)]-0x1,_0x2b05d5;_0x1f799a>=0x0;_0x1f799a--)(_0x2b05d5=_0x503bd0[_0x1f799a])&&(_0x46d101=(_0x26b391?_0x2b05d5(_0x3f13b5,_0x5d04f8,_0x46d101):_0x2b05d5(_0x46d101))||_0x46d101);return _0x26b391&&_0x46d101&&_0x44d6b5(_0x3f13b5,_0x5d04f8,_0x46d101),_0x46d101;},_0x1044c0=(_0x544141,_0x1de04c)=>(_0x44e7fa,_0x414db5)=>_0x1de04c(_0x44e7fa,_0x414db5,_0x544141);const _0x5c0c63=0x12c,_0x3155ff=0x64,_0x1ecf6e=()=>{let _0x4abc57=[],_0x4ea51b=!0x1;return _0x1a7c7e=>{const _0x50811f=_0x352d;_0x4abc57[_0x50811f(0x455)](_0x1a7c7e),_0x4ea51b||(_0x4ea51b=!0x0,setTimeout(()=>{_0x4abc57['forEach'](_0x2f0d22=>_0x2f0d22()),_0x4abc57=[],_0x4ea51b=!0x1;}));};};let _0x16aed0=class extends _0xd3ef1d[_0x4176ec(0x19c)]{constructor(_0x3c03b0,_0x520897,_0x74a274,_0x42e76c,_0xa6dd1f,_0x26d511,_0x25d728,_0x804598){const _0x494984=_0x4176ec;super(),_0xddf92d(this,_0x494984(0x162),!0x1),_0xddf92d(this,_0x494984(0x3d5),!0x1),_0xddf92d(this,_0x494984(0x463),new _0x2c8065[(_0x494984(0x3b0))](new Map())),_0xddf92d(this,_0x494984(0x1f7),this[_0x494984(0x463)]['asObservable']()),_0xddf92d(this,'_roomMembers$',new _0x2c8065['BehaviorSubject']([])),_0xddf92d(this,_0x494984(0x1b8),this[_0x494984(0x3b2)][_0x494984(0x579)](_0x2c8065['debounceTime'](_0x5c0c63))),_0xddf92d(this,_0x494984(0x400),_0xd3ef1d[_0x494984(0x57d)]((_0x31076a,_0x12d94b)=>{const _0x802d6d=_0x494984,_0x5f3d41={'eventID':_0x47367d['CollaborationEvent']['UPDATE_CURSOR'],'data':{'unitID':this[_0x802d6d(0x488)],'memberID':this[_0x802d6d(0x2fd)][_0x802d6d(0x3d9)](),'selection':_0x24d855[_0x802d6d(0x259)](_0x31076a,_0x12d94b[_0x802d6d(0x1ca)])}};this[_0x802d6d(0x2fd)][_0x802d6d(0x4f3)](_0x5f3d41,this['unitID']);},_0x3155ff)),(this[_0x494984(0x488)]=_0x3c03b0,this[_0x494984(0x2fd)]=_0x520897,this['_injector']=_0x74a274,this['_colorAssignService']=_0x42e76c,this[_0x494984(0x192)]=_0xa6dd1f,this['_univerInstanceService']=_0x26d511,this[_0x494984(0x135)]=_0x25d728,this[_0x494984(0x3f5)]=_0x804598);}get[_0x4176ec(0x50c)](){return this['_cursorInfo$']['getValue']();}get[_0x4176ec(0x413)](){const _0x49cc29=_0x4176ec;return this[_0x49cc29(0x3b2)][_0x49cc29(0x2c6)]();}['dispose'](){const _0x23e2d1=_0x4176ec;super[_0x23e2d1(0x275)](),this[_0x23e2d1(0x463)][_0x23e2d1(0x52a)](new Map()),this[_0x23e2d1(0x463)][_0x23e2d1(0x21e)](),this['_roomMembers$'][_0x23e2d1(0x52a)]([]),this[_0x23e2d1(0x3b2)]['complete']();}[_0x4176ec(0x15b)](){const _0x7cc32a=_0x4176ec;this[_0x7cc32a(0x3d5)]||(this['_init']=!0x0,this[_0x7cc32a(0x2fd)][_0x7cc32a(0x51f)]['pipe'](_0x2c8065['takeUntil'](this[_0x7cc32a(0x484)]))[_0x7cc32a(0x221)](_0x309ac6=>{const _0x3162f5=_0x7cc32a;_0x309ac6===_0x5a5e86[_0x3162f5(0x1a7)]?this[_0x3162f5(0x53d)]():this[_0x3162f5(0x388)]();}),this[_0x7cc32a(0x2fd)][_0x7cc32a(0x3c6)][_0x7cc32a(0x579)](_0x2c8065['takeUntil'](this['dispose$']))[_0x7cc32a(0x221)](_0x3a5631=>{const _0x39ff54=_0x7cc32a,_0x404934=_0x3a5631['eventID'];_0x404934===_0x47367d[_0x39ff54(0x498)][_0x39ff54(0x12f)]&&this[_0x39ff54(0x177)](_0x3a5631),_0x404934===_0x47367d[_0x39ff54(0x498)][_0x39ff54(0x376)]&&this[_0x39ff54(0x22e)](_0x3a5631);}),this[_0x7cc32a(0x41f)](),this['disposeWithMe'](this[_0x7cc32a(0x135)][_0x7cc32a(0x131)](_0x1ebf6d=>{const _0x1592af=_0x7cc32a;if(this['_online']&&_0x1ebf6d['id']===_0x1b517d['SetSelectionsOperation']['id']&&_0x1ebf6d['params'][_0x1592af(0x2cc)]===this[_0x1592af(0x488)]){const _0x1bef86=_0x1ebf6d[_0x1592af(0x42d)];this['_updateLocalCursor'](_0x1bef86[_0x1592af(0x507)],_0x1bef86[_0x1592af(0x17c)][0x0]);}})));}[_0x4176ec(0x177)](_0x5eee94){const _0x55f7d7=_0x4176ec;var _0x1583fd,_0x21952b;const {memberID:_0x2884bc,selection:_0x3e6db8}=_0x5eee94[_0x55f7d7(0x33b)],{sheetName:_0x16519c,range:_0x27e9fa}=_0x24d855['deserializeRangeWithSheet'](_0x3e6db8),_0x7be41d={'name':(_0x21952b=(_0x1583fd=this['_memberService'][_0x55f7d7(0x230)](this['unitID'],_0x2884bc))==null?void 0x0:_0x1583fd[_0x55f7d7(0x36a)])!=null?_0x21952b:_0x55f7d7(0x13e),'range':this[_0x55f7d7(0x503)](_0x16519c,_0x27e9fa),'sheetID':_0x16519c,'color':this[_0x55f7d7(0x3a3)]['assignAColorForMemberID'](_0x2884bc),'selection':_0x3e6db8},_0x31c100=this[_0x55f7d7(0x50c)];_0x31c100['set'](_0x2884bc,_0x7be41d),this[_0x55f7d7(0x463)][_0x55f7d7(0x52a)](_0x31c100);}['_onCursorDelete'](_0x13140c){const _0x33ba02=_0x4176ec,{memberID:_0x2fe65e}=_0x13140c[_0x33ba02(0x33b)],_0x5abcca=this[_0x33ba02(0x50c)];_0x5abcca[_0x33ba02(0x38e)](_0x2fe65e),this[_0x33ba02(0x463)][_0x33ba02(0x52a)](_0x5abcca);}[_0x4176ec(0x503)](_0x30bf01,_0x5e7881){const _0x2a2bbe=_0x4176ec;var _0x511432,_0x2a2dd6;const _0xb523=(_0x2a2dd6=(_0x511432=this['_univerInstanceService']['getUniverSheetInstance'](this[_0x2a2bbe(0x488)]))==null?void 0x0:_0x511432[_0x2a2bbe(0x573)](_0x30bf01))==null?void 0x0:_0x2a2dd6[_0x2a2bbe(0x190)]();return(_0xb523==null?void 0x0:_0xb523[_0x2a2bbe(0x229)](_0x34fec9=>_0xd3ef1d[_0x2a2bbe(0x4a3)][_0x2a2bbe(0x475)](_0x34fec9,_0x5e7881)))||_0x5e7881;}['_onRefRangeChange'](){const _0x4d69e5=_0x4176ec,_0x395179=new _0xd3ef1d[(_0x4d69e5(0x406))](),_0x172fd9=_0x1ecf6e(),_0x2694f9=()=>{const _0x530e7e=_0x4d69e5;_0x395179[_0x530e7e(0x275)]();const _0x53198d=(_0x3f0b2b,_0x1d1b56,_0x3be84a,_0x5b6406)=>{const _0x1cc868=_0x530e7e;let _0x5c9bc2=[];switch(_0x3f0b2b['id']){case _0x1b517d['EffectRefRangId'][_0x1cc868(0x56e)]:{_0x5c9bc2=_0x1b517d[_0x1cc868(0x4b5)](_0x3f0b2b,_0x5b6406);break;}case _0x1b517d[_0x1cc868(0x145)][_0x1cc868(0x2d3)]:{_0x5c9bc2=_0x1b517d['handleDeleteRangeMoveUp'](_0x3f0b2b,_0x5b6406);break;}case _0x1b517d[_0x1cc868(0x145)][_0x1cc868(0x5b3)]:{_0x5c9bc2=_0x1b517d[_0x1cc868(0x35f)](_0x3f0b2b,_0x5b6406);break;}case _0x1b517d[_0x1cc868(0x145)]['InsertRangeMoveDownCommandId']:{_0x5c9bc2=_0x1b517d[_0x1cc868(0x41c)](_0x3f0b2b,_0x5b6406);break;}case _0x1b517d['EffectRefRangId'][_0x1cc868(0x56d)]:{_0x5c9bc2=_0x1b517d['handleInsertRangeMoveRight'](_0x3f0b2b,_0x5b6406);break;}case _0x1b517d[_0x1cc868(0x145)][_0x1cc868(0x1fa)]:{_0x5c9bc2=_0x1b517d['handleInsertRow'](_0x3f0b2b,_0x5b6406);break;}case _0x1b517d[_0x1cc868(0x145)][_0x1cc868(0x4ff)]:{_0x5c9bc2=_0x1b517d[_0x1cc868(0x375)](_0x3f0b2b,_0x5b6406);break;}case _0x1b517d[_0x1cc868(0x145)][_0x1cc868(0x182)]:{_0x5c9bc2=_0x1b517d[_0x1cc868(0x11f)](_0x3f0b2b,_0x5b6406);break;}case _0x1b517d[_0x1cc868(0x145)][_0x1cc868(0x391)]:{_0x5c9bc2=_0x1b517d[_0x1cc868(0x5b7)](_0x3f0b2b,_0x5b6406);break;}}const _0x55b5a2=_0x1b517d['runRefRangeMutations'](_0x5c9bc2,_0x5b6406),_0xc8f061=this[_0x1cc868(0x50c)][_0x1cc868(0x313)](_0x1d1b56);if(_0xc8f061&&_0x55b5a2){const _0x43f625={..._0xc8f061,'range':_0x55b5a2};this['cursorInfo'][_0x1cc868(0x266)](_0x1d1b56,_0x43f625),_0x172fd9(()=>{const _0x1787e4=_0x1cc868,_0x47d071=this[_0x1787e4(0x3f5)][_0x1787e4(0x1c3)](_0x55b5a2,_0x3e823d=>(_0x47d071['dispose'](),_0x53198d(_0x3e823d,_0x1d1b56,_0x3be84a,_0x55b5a2)));_0x395179['add'](_0x47d071);});}return{'redos':[],'undos':[]};};this[_0x530e7e(0x50c)][_0x530e7e(0x193)]((_0x187ca8,_0x5251f8)=>{const _0x2d3911=_0x530e7e,{range:_0x1433b2,sheetID:_0x3def3f}=_0x187ca8,_0x515c23=this[_0x2d3911(0x3f5)][_0x2d3911(0x1c3)](_0x1433b2,_0x504847=>(_0x515c23[_0x2d3911(0x275)](),_0x53198d(_0x504847,_0x5251f8,_0x3def3f,_0x1433b2)));_0x395179[_0x2d3911(0x154)](_0x515c23);});};this['disposeWithMe'](_0xd3ef1d['toDisposable'](this['_cursorInfo$'][_0x4d69e5(0x221)](()=>{_0x2694f9();})));}[_0x4176ec(0x53d)](){const _0x3e5dfd=_0x4176ec;var _0x43b261,_0x4ac19a;if(this[_0x3e5dfd(0x162)]=!0x0,((_0x43b261=this[_0x3e5dfd(0x1d0)][_0x3e5dfd(0x279)]())==null?void 0x0:_0x43b261[_0x3e5dfd(0x57e)]())!==this[_0x3e5dfd(0x488)])return;const _0x4e6d2f=(_0x4ac19a=this['_injector'][_0x3e5dfd(0x313)](_0x1b517d[_0x3e5dfd(0x37b)])['getCurrentSelections']())==null?void 0x0:_0x4ac19a[0x0],_0x3f0292=this[_0x3e5dfd(0x1d0)][_0x3e5dfd(0x2ec)](_0xd3ef1d[_0x3e5dfd(0x20c)][_0x3e5dfd(0x1ab)])[_0x3e5dfd(0x4cb)]();_0x4e6d2f&&_0x3f0292&&this[_0x3e5dfd(0x400)](_0x3f0292[_0x3e5dfd(0x1c1)](),_0x4e6d2f);}['_toggleOffline'](){const _0x887fc7=_0x4176ec;this[_0x887fc7(0x162)]=!0x1;}};_0x16aed0=_0x5e2236([_0x1044c0(0x2,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x1044c0(0x3,_0xd3ef1d[_0x4176ec(0x2bc)](_0x1cc3f2)),_0x1044c0(0x4,_0xd3ef1d['Inject'](_0x5e8095[_0x4176ec(0x4b1)])),_0x1044c0(0x5,_0xd3ef1d[_0x4176ec(0x2fc)]),_0x1044c0(0x6,_0xd3ef1d[_0x4176ec(0x438)]),_0x1044c0(0x7,_0xd3ef1d[_0x4176ec(0x2bc)](_0x1b517d['RefRangeService']))],_0x16aed0);var _0x113be6=Object[_0x4176ec(0x2b4)],_0x464b21=Object[_0x4176ec(0x48c)],_0x5a0e21=(_0x437842,_0x49c780,_0x4897cd,_0x25da6e)=>{for(var _0x3a5535=_0x25da6e>0x1?void 0x0:_0x25da6e?_0x464b21(_0x49c780,_0x4897cd):_0x49c780,_0x5522b8=_0x437842['length']-0x1,_0x41589a;_0x5522b8>=0x0;_0x5522b8--)(_0x41589a=_0x437842[_0x5522b8])&&(_0x3a5535=(_0x25da6e?_0x41589a(_0x49c780,_0x4897cd,_0x3a5535):_0x41589a(_0x3a5535))||_0x3a5535);return _0x25da6e&&_0x3a5535&&_0x113be6(_0x49c780,_0x4897cd,_0x3a5535),_0x3a5535;},_0x546ae7=(_0x172ca3,_0x322a51)=>(_0x4cae5b,_0x3abb65)=>_0x322a51(_0x4cae5b,_0x3abb65,_0x172ca3);let _0xc8c02a=class extends _0xd3ef1d['RxDisposable']{constructor(_0xdb6bb9,_0xd1cf15,_0x454121){const _0x1228cf=_0x4176ec;super(),_0xddf92d(this,_0x1228cf(0x27a),new Map()),_0xddf92d(this,_0x1228cf(0x26f),new _0x2c8065[(_0x1228cf(0x58c))]()),(this[_0x1228cf(0x1d0)]=_0xdb6bb9,this[_0x1228cf(0x11a)]=_0xd1cf15,this[_0x1228cf(0x16c)]=_0x454121,this['_init']());}[_0x4176ec(0x275)](){const _0x56a614=_0x4176ec;super[_0x56a614(0x275)](),this[_0x56a614(0x26f)]['complete'](),this[_0x56a614(0x27a)]['forEach'](_0x314ee7=>_0x314ee7[_0x56a614(0x275)]());}['getCollabCursors$'](_0x10be72){const _0x4ca76a=_0x4176ec;return this[_0x4ca76a(0x27a)]['has'](_0x10be72)?this[_0x4ca76a(0x27a)][_0x4ca76a(0x313)](_0x10be72)[_0x4ca76a(0x1f7)]:this[_0x4ca76a(0x26f)][_0x4ca76a(0x579)](_0x2c8065[_0x4ca76a(0x3b9)](_0x14766c=>_0x14766c['unitID']===_0x10be72),_0x2c8065[_0x4ca76a(0x18d)](_0x183d68=>_0x183d68['cursorInfo$']));}[_0x4176ec(0x3d5)](){const _0x82028f=_0x4176ec;this[_0x82028f(0x1d0)][_0x82028f(0x4b4)](_0xd3ef1d['UniverInstanceType']['UNIVER_SHEET'])[_0x82028f(0x579)](_0x2c8065[_0x82028f(0x50b)](this[_0x82028f(0x484)]))['subscribe'](async _0x23a8dc=>{const _0x5e186d=_0x82028f,_0x528b97=_0x23a8dc['getUnitId'](),_0x183c33=await this[_0x5e186d(0x138)](_0x528b97);this['_entityInit$'][_0x5e186d(0x52a)](_0x183c33),this[_0x5e186d(0x27a)][_0x5e186d(0x266)](_0x528b97,_0x183c33);}),this[_0x82028f(0x1d0)][_0x82028f(0x4b4)](_0xd3ef1d['UniverInstanceType']['UNIVER_DOC'])[_0x82028f(0x579)](_0x2c8065['takeUntil'](this[_0x82028f(0x484)]))[_0x82028f(0x579)](_0x2c8065[_0x82028f(0x3b9)](_0x1abd7e=>!_0x1abd7e['getUnitId']()[_0x82028f(0x33f)]('__')))[_0x82028f(0x221)](async _0x1b9c4c=>{const _0x112662=_0x82028f,_0x15cd8b=_0x1b9c4c[_0x112662(0x57e)](),_0x5e59d6=await this[_0x112662(0x580)](_0x15cd8b);this[_0x112662(0x26f)][_0x112662(0x52a)](_0x5e59d6),this['_entities'][_0x112662(0x266)](_0x15cd8b,_0x5e59d6);}),_0x2c8065[_0x82028f(0x2ff)](this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0xd3ef1d[_0x82028f(0x20c)][_0x82028f(0x457)]),this[_0x82028f(0x1d0)][_0x82028f(0x5a3)](_0xd3ef1d[_0x82028f(0x20c)][_0x82028f(0x1ab)]))[_0x82028f(0x579)](_0x2c8065['takeUntil'](this['dispose$']))[_0x82028f(0x221)](_0x7ebe=>{const _0x3620e4=_0x82028f,_0x520cd6=_0x7ebe['getUnitId'](),_0x1eaa42=this[_0x3620e4(0x27a)][_0x3620e4(0x313)](_0x520cd6);_0x1eaa42&&(_0x1eaa42[_0x3620e4(0x275)](),this[_0x3620e4(0x27a)][_0x3620e4(0x38e)](_0x520cd6));});}async['_startSheetCollabCursor'](_0x17b514){const _0x394638=_0x4176ec,_0xb685f4=await this[_0x394638(0x16c)]['requireSession'](_0x17b514),_0xf1decd=this[_0x394638(0x11a)][_0x394638(0x5c5)](_0x16aed0,_0x17b514,_0xb685f4);return _0xf1decd['init'](),_0xf1decd;}async[_0x4176ec(0x580)](_0x5aaa67){const _0x1dd60b=_0x4176ec,_0xf981ad=await this[_0x1dd60b(0x16c)][_0x1dd60b(0x3f8)](_0x5aaa67),_0x5890d3=this[_0x1dd60b(0x11a)]['createInstance'](_0x468dcf,_0x5aaa67,_0xf981ad);return _0x5890d3[_0x1dd60b(0x15b)](),_0x5890d3;}};_0xc8c02a=_0x5a0e21([_0x546ae7(0x0,_0xd3ef1d['IUniverInstanceService']),_0x546ae7(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x546ae7(0x2,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095['CollaborationSessionService']))],_0xc8c02a);const _0x4a13ff=0x14,_0x1a5981=0xc8,_0x5bac0f=0x4,_0x119d8a=0x5;function _0x2c0a4a(_0x17977d,_0x25bd91){const _0x28a1da=_0x4176ec;let {radius:_0x106f82,width:_0x472ed6,height:_0x27a2e9}=_0x25bd91;_0x106f82=_0x106f82!=null?_0x106f82:0x0,_0x472ed6=_0x472ed6!=null?_0x472ed6:0x1e,_0x27a2e9=_0x27a2e9!=null?_0x27a2e9:0x1e;let _0x5b15f7=0x0,_0x5b5e5c=0x0,_0x3403f8=0x0;_0x5b15f7=_0x5b5e5c=_0x3403f8=Math[_0x28a1da(0x1a0)](_0x106f82,_0x472ed6/0x2,_0x27a2e9/0x2),_0x17977d[_0x28a1da(0x5c8)](),_0x17977d['moveTo'](_0x5b15f7,0x0),_0x17977d['lineTo'](_0x472ed6-_0x5b5e5c,0x0),_0x17977d[_0x28a1da(0x591)](_0x472ed6-_0x5b5e5c,_0x5b5e5c,_0x5b5e5c,Math['PI']*0x3/0x2,0x0,!0x1),_0x17977d[_0x28a1da(0x319)](_0x472ed6,_0x27a2e9-_0x3403f8),_0x17977d['arc'](_0x472ed6-_0x3403f8,_0x27a2e9-_0x3403f8,_0x3403f8,0x0,Math['PI']/0x2,!0x1),_0x17977d[_0x28a1da(0x319)](0x0,_0x27a2e9),_0x17977d[_0x28a1da(0x319)](0x0,_0x5b15f7),_0x17977d['arc'](_0x5b15f7,_0x5b15f7,_0x5b15f7,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x17977d[_0x28a1da(0x4b3)](),_0x25bd91[_0x28a1da(0x1e1)]&&(_0x17977d[_0x28a1da(0x349)](),_0x17977d['fillStyle']=_0x25bd91[_0x28a1da(0x1e1)],_0x25bd91['fillRule']===_0x28a1da(0x414)?_0x17977d[_0x28a1da(0x1e1)](_0x28a1da(0x414)):_0x17977d[_0x28a1da(0x1e1)](),_0x17977d[_0x28a1da(0x504)]());}class _0x51beab extends _0x141d86['Shape']{constructor(_0x4a3a12,_0x343393){const _0x1396a8=_0x4176ec;super(_0x4a3a12,_0x343393),_0xddf92d(this,_0x1396a8(0x1b6)),_0xddf92d(this,_0x1396a8(0x415)),(this[_0x1396a8(0x1b6)]=_0x343393==null?void 0x0:_0x343393[_0x1396a8(0x1b6)],this['text']=_0x343393==null?void 0x0:_0x343393['text']);}static[_0x4176ec(0x37e)](_0x45f24c,_0x27dd52){const _0x21cd83=_0x4176ec,{text:_0x1c5986,color:_0x570231}=_0x27dd52;_0x45f24c[_0x21cd83(0x349)](),_0x45f24c[_0x21cd83(0x14f)]=_0x21cd83(0x56a);const _0x5abbee=_0x45f24c[_0x21cd83(0x121)](_0x1c5986)[_0x21cd83(0x545)],_0x1da8d3=Math[_0x21cd83(0x1a0)](_0x5abbee+0x2*_0x5bac0f,_0x1a5981);_0x2c0a4a(_0x45f24c,{'height':_0x4a13ff,'radius':0x4,'width':_0x1da8d3,'fill':_0x570231,'evented':!0x1}),_0x45f24c[_0x21cd83(0x21d)]=_0x21cd83(0x2da);const _0x2d52e9=_0x5bac0f,_0x6c6f33=_0x4a13ff-_0x119d8a,_0x27994e=_0x1a5981-0x2*_0x5bac0f;if(_0x5abbee>_0x27994e){let _0x560333='',_0x438f87=0x0;for(const _0x529fb8 of _0x1c5986){const _0x19ff73=_0x45f24c[_0x21cd83(0x121)](_0x529fb8)[_0x21cd83(0x545)];if(_0x438f87+_0x19ff73<=_0x27994e-_0x45f24c[_0x21cd83(0x121)](_0x21cd83(0x535))['width'])_0x560333+=_0x529fb8,_0x438f87+=_0x19ff73;else{_0x560333+=_0x21cd83(0x535);break;}}_0x45f24c[_0x21cd83(0x243)](_0x560333,_0x2d52e9,_0x6c6f33);}else _0x45f24c[_0x21cd83(0x243)](_0x1c5986,_0x2d52e9,_0x6c6f33);_0x45f24c[_0x21cd83(0x504)]();}[_0x4176ec(0x1e8)](_0x2ef225){_0x51beab['drawWith'](_0x2ef225,this);}}const _0x2a3693='collab-text-anchor-',_0x2fdb3c=_0x4176ec(0x429),_0x53214f='collab-rect-range-',_0x2dbd99=0x6,_0x4d623b=1.5,_0x1fbaa3=0x4,_0x17febc=1.5,_0x22d684=_0x4176ec(0x2fb);class _0x2e3927{constructor(_0xb7aacd,_0x37bfff,_0x13bb4b,_0x50eeb5){const _0x5b6c92=_0x4176ec;_0xddf92d(this,_0x5b6c92(0x30d),[]),_0xddf92d(this,'_anchor',null),_0xddf92d(this,_0x5b6c92(0x555),null),_0xddf92d(this,'_anchorDot',null),_0xddf92d(this,'_hideTimer',null),_0xddf92d(this,_0x5b6c92(0x2a6),null),(this[_0x5b6c92(0x373)]=_0xb7aacd,this[_0x5b6c92(0x20f)]=_0x37bfff,this[_0x5b6c92(0x2f2)]=_0x13bb4b,this['_document']=_0x50eeb5,this['_render']());}set[_0x4176ec(0x300)](_0xcd12c4){const _0x21a562=_0x4176ec;_0xcd12c4?(this[_0x21a562(0x23c)]&&this[_0x21a562(0x23c)][_0x21a562(0x113)](),this['_textBubble']&&this[_0x21a562(0x555)][_0x21a562(0x593)]()):(this['_anchorDot']&&this['_anchorDot'][_0x21a562(0x593)](),this['_textBubble']&&this[_0x21a562(0x555)][_0x21a562(0x113)]());}[_0x4176ec(0x275)](){const _0x13abb5=_0x4176ec;for(const _0x36ebc3 of this[_0x13abb5(0x30d)])_0x36ebc3[_0x13abb5(0x275)]();this['_textBubble']&&this[_0x13abb5(0x555)][_0x13abb5(0x275)](),this[_0x13abb5(0x23c)]&&this[_0x13abb5(0x23c)][_0x13abb5(0x275)](),this[_0x13abb5(0x39b)]&&this[_0x13abb5(0x39b)][_0x13abb5(0x275)](),this['_eventUnsubscribe']&&this[_0x13abb5(0x2a6)]();}[_0x4176ec(0x16d)](){const _0x4d4577=_0x4176ec;var _0x575f37;const {_docSkeleton:_0x4b1b74,_document:_0x1bb328}=this,{color:_0x8e896,name:_0x334d70,ranges:_0x1a715d}=this['_cursor'],_0x1875d6=_0x1bb328[_0x4d4577(0x2e5)](),{docsLeft:_0x12d666,docsTop:_0x3e8117}=_0x1875d6,_0x5bf6a5=new _0x580bbe['NodePositionConvertToCursor'](_0x1875d6,_0x4b1b74);for(const {startOffset:_0x11355e,endOffset:_0x21f825,rangeType:_0x162494,segmentId:_0x41575e,segmentPage:_0x37e42a,collapsed:_0x39a5dd,isActive:_0x4111a8}of _0x1a715d){const _0x1e4c7f=_0x4b1b74[_0x4d4577(0x10f)](_0x11355e,!0x0,_0x41575e,_0x37e42a);let _0x370e9f=_0x4b1b74[_0x4d4577(0x10f)](_0x21f825,!0x0,_0x41575e,_0x37e42a);if(_0x370e9f==null&&(_0x370e9f=_0x4b1b74[_0x4d4577(0x10f)](_0x21f825-0x1,!0x1,_0x41575e,_0x37e42a)),_0x4111a8){const {contentBoxPointGroup:_0x1150f6}=_0x5bf6a5['getRangePointData'](_0x370e9f,_0x370e9f);if(_0x1150f6[_0x4d4577(0x2b7)]===0x0)continue;this[_0x4d4577(0x361)](_0x8e896,_0x1150f6,_0x12d666,_0x3e8117,_0x334d70),this[_0x4d4577(0x2a6)]=this[_0x4d4577(0x4b6)]();}if(!_0x39a5dd&&_0x1e4c7f&&_0x370e9f){if(_0x162494===_0xd3ef1d[_0x4d4577(0x538)][_0x4d4577(0x3b5)]){const _0x299b49=new _0x580bbe[(_0x4d4577(0x268))](_0x1875d6,_0x4b1b74),{pointGroup:_0x12a1f9}=(_0x575f37=_0x299b49[_0x4d4577(0x3a0)](_0x1e4c7f,_0x370e9f))!=null?_0x575f37:{};if(_0x12a1f9==null||_0x12a1f9[_0x4d4577(0x2b7)]===0x0)continue;this[_0x4d4577(0x56c)](_0x8e896,_0x12a1f9,_0x12d666,_0x3e8117);}else{const {borderBoxPointGroup:_0x3bdf4f}=_0x5bf6a5[_0x4d4577(0x3a0)](_0x1e4c7f,_0x370e9f);if(_0x3bdf4f['length']===0x0)continue;this[_0x4d4577(0x589)](_0x8e896,_0x3bdf4f,_0x12d666,_0x3e8117);}}}}[_0x4176ec(0x361)](_0xd25939,_0x170201,_0x27d1df,_0x26fe35,_0x19aa27){const _0x18e9b9=_0x4176ec,_0x15cc58=this[_0x18e9b9(0x18c)](_0x170201),{left:_0x3dbb2d,top:_0x12f02e,height:_0x31caf0}=_0x15cc58,_0x4dff1d=this[_0x18e9b9(0x416)](),_0x3388a1=_0x17febc/_0x4dff1d,_0xf9cb93=new _0x141d86['Rect'](_0x2a3693+_0xd3ef1d[_0x18e9b9(0x471)][_0x18e9b9(0x139)](_0x2dbd99),{'left':_0x3dbb2d+_0x27d1df-_0x3388a1,'top':_0x12f02e+_0x26fe35,'height':_0x31caf0,'width':_0x4d623b,'fill':_0xd25939||_0x141d86[_0x18e9b9(0x142)](_0xd3ef1d['COLORS'][_0x18e9b9(0x258)],0x0),'strokeWidth':_0x3388a1,'stroke':_0x22d684,'evented':!0x0});this[_0x18e9b9(0x39b)]=_0xf9cb93,this[_0x18e9b9(0x20f)][_0x18e9b9(0x3ff)](_0xf9cb93,_0x580bbe[_0x18e9b9(0x50a)]);const _0x377681=new _0x141d86['Rect'](_0x2a3693+_0xd3ef1d[_0x18e9b9(0x471)][_0x18e9b9(0x139)](_0x2dbd99),{'left':_0x3dbb2d+_0x27d1df-_0x3388a1,'top':_0x12f02e+_0x26fe35-_0x1fbaa3/0x2,'height':_0x1fbaa3,'width':_0x1fbaa3,'fill':_0xd25939||_0x141d86[_0x18e9b9(0x142)](_0xd3ef1d[_0x18e9b9(0x528)][_0x18e9b9(0x258)],0x0),'strokeWidth':0x0,'stroke':_0xd25939||_0x141d86[_0x18e9b9(0x142)](_0xd3ef1d['COLORS']['black'],0x0),'evented':!0x1});this[_0x18e9b9(0x23c)]=_0x377681,this[_0x18e9b9(0x20f)][_0x18e9b9(0x3ff)](_0x377681,_0x580bbe[_0x18e9b9(0x50a)]);const _0x260824=new _0x51beab(_0x2a3693+_0xd3ef1d[_0x18e9b9(0x471)][_0x18e9b9(0x139)](_0x2dbd99),{'left':_0x3dbb2d+_0x27d1df-_0x3388a1,'top':_0x12f02e+_0x26fe35-_0x4a13ff,'text':_0x19aa27,'color':_0xd25939});this[_0x18e9b9(0x555)]=_0x260824,this[_0x18e9b9(0x20f)][_0x18e9b9(0x3ff)](_0x260824,_0x580bbe[_0x18e9b9(0x50a)]),this['_hover']=!0x1;}[_0x4176ec(0x4b6)](){const _0x11d003=_0x4176ec,_0x338921=this[_0x11d003(0x39b)][_0x11d003(0x281)]['subscribeEvent'](()=>{const _0x33610f=_0x11d003;this[_0x33610f(0x300)]=!0x0;}),_0x4a1f2f=this['_anchor']['onPointerLeave$'][_0x11d003(0x4dc)](()=>{const _0x1d54e0=_0x11d003;this[_0x1d54e0(0x583)]&&clearTimeout(this['_hideTimer']),this[_0x1d54e0(0x583)]=setTimeout(()=>{const _0x2f2e35=_0x1d54e0;this[_0x2f2e35(0x300)]=!0x1;},0x7d0);});return()=>{const _0x5e4283=_0x11d003;_0x338921['unsubscribe'](),_0x4a1f2f[_0x5e4283(0x447)]();};}[_0x4176ec(0x589)](_0x2ff19e,_0x5ed721,_0x5830ed,_0x16800f){const _0x26934a=_0x4176ec,_0x1ee15c=new _0xd3ef1d['ColorKit'](_0x2ff19e)[_0x26934a(0x1a8)](0.2)[_0x26934a(0x3db)](),_0x42e013=new _0x141d86['RegularPolygon'](_0x2fdb3c+_0xd3ef1d[_0x26934a(0x471)]['generateRandomId'](_0x2dbd99),{'pointsGroup':_0x5ed721,'fill':_0x1ee15c||_0x141d86[_0x26934a(0x142)](_0xd3ef1d[_0x26934a(0x528)][_0x26934a(0x258)],0.2),'left':_0x5830ed,'top':_0x16800f,'evented':!0x1,'debounceParentDirty':!0x1});this['_shapes'][_0x26934a(0x455)](_0x42e013),this[_0x26934a(0x20f)]['addObject'](_0x42e013,_0x580bbe[_0x26934a(0x50a)]);}[_0x4176ec(0x56c)](_0x5ad1e5,_0x19268f,_0x10fd0f,_0x4409ad){const _0x1b05f5=_0x4176ec,_0x163fbf=new _0xd3ef1d[(_0x1b05f5(0x5c7))](_0x5ad1e5)[_0x1b05f5(0x1a8)](0.2)[_0x1b05f5(0x3db)](),_0x57a4ec=new _0x141d86[(_0x1b05f5(0x46c))](_0x53214f+_0xd3ef1d[_0x1b05f5(0x471)][_0x1b05f5(0x139)](_0x2dbd99),{'pointsGroup':_0x19268f,'fill':_0x163fbf||_0x141d86[_0x1b05f5(0x142)](_0xd3ef1d[_0x1b05f5(0x528)][_0x1b05f5(0x258)],0.2),'left':_0x10fd0f,'top':_0x4409ad,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x1b05f5(0x30d)][_0x1b05f5(0x455)](_0x57a4ec),this[_0x1b05f5(0x20f)][_0x1b05f5(0x3ff)](_0x57a4ec,_0x580bbe[_0x1b05f5(0x50a)]);}[_0x4176ec(0x18c)](_0x4b8361){const _0x59d8d1=_0x4b8361[0x0],_0x2cf6b9=_0x59d8d1[0x0],_0x3ba49a=_0x59d8d1[0x2],{x:_0x5b70aa,y:_0x3ff050}=_0x2cf6b9,{x:_0x3315d8,y:_0x1d48ac}=_0x3ba49a;return{'left':_0x5b70aa,'top':_0x3ff050,'width':_0x3315d8-_0x5b70aa,'height':_0x1d48ac-_0x3ff050};}[_0x4176ec(0x416)](){const _0x15d3c7=_0x4176ec,{scaleX:_0x64d563,scaleY:_0x1998a2}=this['_scene'][_0x15d3c7(0x4b8)]();return Math[_0x15d3c7(0x3f3)](_0x64d563,_0x1998a2);}}var _0x11c32f=Object[_0x4176ec(0x2b4)],_0x32c8d7=Object[_0x4176ec(0x48c)],_0x580f55=(_0x4efabf,_0x5a7b35,_0x59bbd9,_0x11fe9f)=>{const _0x242670=_0x4176ec;for(var _0x11d7f4=_0x11fe9f>0x1?void 0x0:_0x11fe9f?_0x32c8d7(_0x5a7b35,_0x59bbd9):_0x5a7b35,_0x1fe366=_0x4efabf[_0x242670(0x2b7)]-0x1,_0x478e22;_0x1fe366>=0x0;_0x1fe366--)(_0x478e22=_0x4efabf[_0x1fe366])&&(_0x11d7f4=(_0x11fe9f?_0x478e22(_0x5a7b35,_0x59bbd9,_0x11d7f4):_0x478e22(_0x11d7f4))||_0x11d7f4);return _0x11fe9f&&_0x11d7f4&&_0x11c32f(_0x5a7b35,_0x59bbd9,_0x11d7f4),_0x11d7f4;},_0x3617a2=(_0x46015c,_0x4b0697)=>(_0x25f692,_0x25550d)=>_0x4b0697(_0x25f692,_0x25550d,_0x46015c);let _0x456732=class extends _0xd3ef1d[_0x4176ec(0x19c)]{constructor(_0x5abbb2,_0x374e5f,_0x5d3eef,_0x485445,_0x172584){const _0x4bf4d1=_0x4176ec;super(),_0xddf92d(this,_0x4bf4d1(0x287),[]),_0xddf92d(this,_0x4bf4d1(0x191),[]),(this[_0x4bf4d1(0x52f)]=_0x5abbb2,this[_0x4bf4d1(0x421)]=_0x374e5f,this[_0x4bf4d1(0x34b)]=_0x5d3eef,this['_commandService']=_0x485445,this[_0x4bf4d1(0x472)]=_0x172584,this[_0x4bf4d1(0x3d5)]());}[_0x4176ec(0x3d5)](){const _0x5687b0=_0x4176ec,_0xd6aad3=this[_0x5687b0(0x52f)][_0x5687b0(0x2cc)],_0x55cbfb=this[_0x5687b0(0x421)];this['disposeWithMe'](_0x2c8065[_0x5687b0(0x231)]([this['_collabCursorController'][_0x5687b0(0x4b9)](_0xd6aad3),this[_0x5687b0(0x472)][_0x5687b0(0x3d3)]])[_0x5687b0(0x579)](_0x5cc70d['map'](([_0x4a7f72,_0x38f737])=>({'skeleton':_0x55cbfb['getSkeleton'](),'cursors':[..._0x4a7f72[_0x5687b0(0x4aa)]()][_0x5687b0(0x4ca)](_0x517c78=>({..._0x517c78,'color':_0x38f737[_0x517c78[_0x5687b0(0x1b6)]]}))})))[_0x5687b0(0x221)](_0xb6aaa1=>{const _0x4c9d5b=_0x5687b0;if(this[_0x4c9d5b(0x2df)](),_0xb6aaa1){const {skeleton:_0x4747a0,cursors:_0x57cfc6}=_0xb6aaa1;this[_0x4c9d5b(0x1d2)](_0x4747a0,_0x57cfc6);}})),this[_0x5687b0(0x5b5)](),this[_0x5687b0(0x5b6)]();}[_0x4176ec(0x1d2)](_0x4667f0,_0x3f1312){const _0x161e35=_0x4176ec,{scene:_0x5e4d6c,mainComponent:_0x33336d}=this[_0x161e35(0x52f)],_0x195fbc=_0x3f1312[_0x161e35(0x40d)](_0x330753=>new _0x2e3927(_0x330753,_0x5e4d6c,_0x4667f0,_0x33336d));this[_0x161e35(0x287)]=_0x195fbc,this['_cursors']=_0x3f1312;}['_refreshCollabCursors'](){const _0x5edb14=_0x4176ec;this[_0x5edb14(0x2df)]();const {scene:_0x5251bf,mainComponent:_0x3695b5}=this[_0x5edb14(0x52f)],_0x4dee64=this[_0x5edb14(0x421)][_0x5edb14(0x304)](),_0x347e21=this['_cursors'][_0x5edb14(0x40d)](_0xb4c831=>new _0x2e3927(_0xb4c831,_0x5251bf,_0x4dee64,_0x3695b5));this['_cursorShapes']=_0x347e21;}[_0x4176ec(0x2df)](){const _0x4ca7f0=_0x4176ec;this['_cursorShapes'][_0x4ca7f0(0x193)](_0x1e2dc5=>_0x1e2dc5['dispose']()),this['_cursorShapes']=[];}[_0x4176ec(0x5b6)](){const _0x181799=_0x4176ec,_0x1214e4=[_0x580bbe[_0x181799(0x44f)]['id']];this['disposeWithMe'](this[_0x181799(0x135)][_0x181799(0x131)](_0x36c3e6=>{const _0x1d0b04=_0x181799;_0x1214e4[_0x1d0b04(0x417)](_0x36c3e6['id'])&&_0x36c3e6[_0x1d0b04(0x42d)][_0x1d0b04(0x2cc)]===this[_0x1d0b04(0x52f)][_0x1d0b04(0x2cc)]&&this[_0x1d0b04(0x556)]();}));}[_0x4176ec(0x5b5)](){const _0x3de7e6=_0x4176ec;this['disposeWithMe'](_0xd3ef1d[_0x3de7e6(0x435)](this[_0x3de7e6(0x52f)]['engine'][_0x3de7e6(0x1ff)])['pipe'](_0x5cc70d['filter'](_0xe27e74=>_0xe27e74[_0x3de7e6(0x286)]===_0x141d86['TRANSFORM_CHANGE_OBSERVABLE_TYPE']['resize']),_0x5cc70d[_0x3de7e6(0x566)](0x10))[_0x3de7e6(0x221)](()=>{const _0x13a4f2=_0x3de7e6;this[_0x13a4f2(0x556)]();}));}};_0x456732=_0x580f55([_0x3617a2(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0x4c13e7['DocSkeletonManagerService'])),_0x3617a2(0x2,_0xd3ef1d[_0x4176ec(0x2bc)](_0xc8c02a)),_0x3617a2(0x3,_0xd3ef1d['ICommandService']),_0x3617a2(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x52e)]))],_0x456732);const _0x4f2de8=0x1,_0x2ce6de=1.5;class _0x2ea295 extends _0x141d86[_0x4176ec(0x23a)]{constructor(_0x176a93,_0x37a43e){const _0xb31c18=_0x4176ec;super(_0x176a93,_0x37a43e),_0xddf92d(this,'_color'),_0xddf92d(this,_0xb31c18(0x3ba),!0x1),_0xddf92d(this,_0xb31c18(0x35d)),_0xddf92d(this,_0xb31c18(0x291),''),_0xddf92d(this,'_labelPosition',_0xb31c18(0x110)),_0xddf92d(this,'_backgroundColor'),(_0x37a43e&&this[_0xb31c18(0x195)](_0x37a43e),this[_0xb31c18(0x281)]['subscribeEvent'](()=>this[_0xb31c18(0x195)]({'hovered':!0x0})),this[_0xb31c18(0x2f6)][_0xb31c18(0x4dc)](()=>this[_0xb31c18(0x195)]({'hovered':!0x1})));}[_0x4176ec(0x195)](_0x4daa30){const _0x13b08d=_0x4176ec;var _0x8f5946,_0x17521f,_0x28cecf,_0x20b3fb,_0x59697d,_0x17cfb8;this['_color']=(_0x8f5946=_0x4daa30[_0x13b08d(0x1b6)])!=null?_0x8f5946:this['_color'],this['_hovered']=(_0x17521f=_0x4daa30[_0x13b08d(0x1a4)])!=null?_0x17521f:this[_0x13b08d(0x3ba)],this[_0x13b08d(0x35d)]=(_0x28cecf=_0x4daa30[_0x13b08d(0x1ca)])!=null?_0x28cecf:this[_0x13b08d(0x35d)],this[_0x13b08d(0x291)]=(_0x20b3fb=_0x4daa30[_0x13b08d(0x36a)])!=null?_0x20b3fb:this[_0x13b08d(0x291)],this[_0x13b08d(0x496)]=(_0x59697d=_0x4daa30[_0x13b08d(0x458)])!=null?_0x59697d:this[_0x13b08d(0x496)],this[_0x13b08d(0x1cc)]=(_0x17cfb8=_0x4daa30[_0x13b08d(0x595)])!=null?_0x17cfb8:this[_0x13b08d(0x1cc)],this[_0x13b08d(0x17e)]({'width':_0x4daa30['width'],'height':_0x4daa30[_0x13b08d(0x39a)]});}[_0x4176ec(0x309)](_0x4c12d7){const _0x178680=_0x4176ec,{row:_0x4306f2,column:_0x7ebbec}=_0x4c12d7;if(_0x4306f2>=this[_0x178680(0x35d)][_0x178680(0x25c)]&&_0x4306f2<=this['_range'][_0x178680(0x2cf)]&&_0x7ebbec>=this['_range'][_0x178680(0x1d7)]&&_0x7ebbec<=this['_range'][_0x178680(0x34e)]){this['setShapeProps']({'hovered':!0x0});return;}this[_0x178680(0x195)]({'hovered':!0x1});}[_0x4176ec(0x3fc)](_0x22c7ad){return!0x1;}[_0x4176ec(0x1e8)](_0x4f7df8){const _0x2a1c15=_0x4176ec;_0x141d86[_0x2a1c15(0x4db)][_0x2a1c15(0x37e)](_0x4f7df8,{'width':this[_0x2a1c15(0x545)],'height':this[_0x2a1c15(0x39a)],'strokeWidth':_0x2ce6de,'stroke':this[_0x2a1c15(0x4e4)],'evented':!0x1,'fill':this[_0x2a1c15(0x1cc)]}),this[_0x2a1c15(0x3ba)]&&(_0x4f7df8[_0x2a1c15(0x349)](),_0x4f7df8[_0x2a1c15(0x20d)](0x1,0x0,0x0,0x1,this[_0x2a1c15(0x545)],this['_labelPosition']===_0x2a1c15(0x3fd)?0x0:-_0x4a13ff),_0x51beab[_0x2a1c15(0x37e)](_0x4f7df8,{'text':this[_0x2a1c15(0x291)],'color':this[_0x2a1c15(0x4e4)]}),_0x4f7df8[_0x2a1c15(0x504)]());}}var _0x3f62b5=Object[_0x4176ec(0x2b4)],_0x291ebe=Object[_0x4176ec(0x48c)],_0x2a2ce5=(_0x1fb11c,_0x1c8007,_0x13e9aa,_0x11bb25)=>{const _0xe47a7e=_0x4176ec;for(var _0x162019=_0x11bb25>0x1?void 0x0:_0x11bb25?_0x291ebe(_0x1c8007,_0x13e9aa):_0x1c8007,_0xba8dc1=_0x1fb11c[_0xe47a7e(0x2b7)]-0x1,_0x516c2d;_0xba8dc1>=0x0;_0xba8dc1--)(_0x516c2d=_0x1fb11c[_0xba8dc1])&&(_0x162019=(_0x11bb25?_0x516c2d(_0x1c8007,_0x13e9aa,_0x162019):_0x516c2d(_0x162019))||_0x162019);return _0x11bb25&&_0x162019&&_0x3f62b5(_0x1c8007,_0x13e9aa,_0x162019),_0x162019;},_0x5d7dc3=(_0x25410b,_0x207c8d)=>(_0x5b0e17,_0x58d7a8)=>_0x207c8d(_0x5b0e17,_0x58d7a8,_0x25410b);const _0x10f4d4=0x1389;let _0xf8b72f=class extends _0xd3ef1d['RxDisposable']{constructor(_0x28cdd1,_0x392977,_0x2bedad,_0x3421c3){const _0x16a985=_0x4176ec;super(),_0xddf92d(this,_0x16a985(0x191),new Set()),_0xddf92d(this,_0x16a985(0x126),null),(this[_0x16a985(0x52f)]=_0x28cdd1,this['_sheetSkeletonManagerService']=_0x392977,this[_0x16a985(0x34b)]=_0x2bedad,this[_0x16a985(0x472)]=_0x3421c3,this[_0x16a985(0x3d5)]());}[_0x4176ec(0x3d5)](){const _0x13d2bb=_0x4176ec;this['_sheetSkeletonManagerService']['currentSkeleton$'][_0x13d2bb(0x579)](_0x5cc70d[_0x13d2bb(0x50b)](this[_0x13d2bb(0x484)]),_0x5cc70d['switchMap'](_0x421ac6=>{const _0x5ec3ae=_0x13d2bb;if(_0x421ac6){const _0xcdd128=_0x421ac6[_0x5ec3ae(0x30f)];return _0x2c8065[_0x5ec3ae(0x231)](this[_0x5ec3ae(0x34b)][_0x5ec3ae(0x4b9)](this[_0x5ec3ae(0x52f)][_0x5ec3ae(0x2cc)]),this[_0x5ec3ae(0x472)][_0x5ec3ae(0x3d3)])[_0x5ec3ae(0x579)](_0x5cc70d[_0x5ec3ae(0x40d)](([_0x2d67a0,_0x23a234])=>{const _0x1afb37=_0x5ec3ae,_0x4ed213=new Map();return _0x2d67a0[_0x1afb37(0x193)]((_0x16edb5,_0x2838ff)=>{const _0x2143c3=_0x1afb37;if(_0x16edb5[_0x2143c3(0x260)]===_0xcdd128){const _0x403381={..._0x16edb5};_0x403381[_0x2143c3(0x1b6)]=_0x23a234[_0x16edb5[_0x2143c3(0x1b6)]],_0x4ed213[_0x2143c3(0x266)](_0x2838ff,_0x403381);}}),{'skeleton':_0x421ac6,'cursors':_0x4ed213};}));}return _0x2c8065['of']({'skeleton':null,'cursors':new Map()});}))[_0x13d2bb(0x221)](({skeleton:_0x540e73,cursors:_0xbc34f5})=>{const _0x1da34c=_0x13d2bb;this[_0x1da34c(0x2df)](),_0x540e73&&this[_0x1da34c(0x1d2)](_0x540e73,_0xbc34f5);}),this['_sheetSkeletonManagerService'][_0x13d2bb(0x1e0)]['subscribe'](_0x1ed314=>{const _0x68f5f1=_0x13d2bb;if(_0x1ed314==null)return;const {skeleton:_0x59966a}=_0x1ed314,{scene:_0x191141}=this[_0x68f5f1(0x52f)];_0x191141[_0x68f5f1(0x48f)][_0x68f5f1(0x4dc)](_0xd3ef1d[_0x68f5f1(0x57d)](_0xb3d2ec=>{const _0x141c79=_0x68f5f1;var _0x31b10a,_0x435877;const {offsetX:_0xa09430,offsetY:_0x4ab708}=_0xb3d2ec,{x:_0x356e99,y:_0x5716a8}=_0x191141[_0x141c79(0x3e0)](_0x141d86[_0x141c79(0x4d9)][_0x141c79(0x354)]([_0xa09430,_0x4ab708])),{scaleX:_0x1ed4a2,scaleY:_0x469dee}=_0x191141['getAncestorScale'](),_0x27a15a=_0x191141[_0x141c79(0x42e)](_0x4c24d4[_0x141c79(0x36d)]['VIEW_MAIN']),_0x5428d7=_0x191141[_0x141c79(0x3bf)](_0x141d86[_0x141c79(0x4d9)][_0x141c79(0x354)]([_0x356e99,_0x5716a8]),_0x27a15a),_0x6eff9a=_0x59966a['getCellPositionByOffset'](_0xa09430,_0x4ab708,_0x1ed4a2,_0x469dee,_0x5428d7);((_0x31b10a=this[_0x141c79(0x126)])==null?void 0x0:_0x31b10a[_0x141c79(0x3b6)])===_0x6eff9a[_0x141c79(0x3b6)]&&((_0x435877=this[_0x141c79(0x126)])==null?void 0x0:_0x435877[_0x141c79(0x434)])===_0x6eff9a['row']||this[_0x141c79(0x191)][_0x141c79(0x193)](_0xde21fa=>{const _0x35c9d7=_0x141c79;_0xde21fa[_0x35c9d7(0x309)](_0x6eff9a);});},0x64));});}[_0x4176ec(0x1d2)](_0x11d6f4,_0xc730a2){const _0x5d0a71=_0x4176ec;var _0x443df6;const _0x54c193=(_0x443df6=this[_0x5d0a71(0x2d4)]['getCurrent']())==null?void 0x0:_0x443df6['skeleton'];if(!_0x54c193)return;const _0x1c0750=this['_getSheetObject']();if(!_0x1c0750)return;this[_0x5d0a71(0x191)]['forEach'](_0x36183b=>{const _0x2ad1a0=_0x5d0a71;_0x36183b[_0x2ad1a0(0x333)]();});const {scene:_0x1c85c7}=_0x1c0750,_0x2a2441=_0x499d75(Array['from'](_0xc730a2[_0x5d0a71(0x4aa)]()))[_0x5d0a71(0x40d)](_0x1d67be=>{const _0x3333d9=_0x5d0a71,{color:_0x34ab41,range:_0x18f5e5,name:_0xc647d5,selection:_0x596dfb,sheetID:_0x385f16}=_0x1d67be,{startColumn:_0x1a007f,startRow:_0x42cf6f,endColumn:_0x299e0f,endRow:_0x19b75e}=_0x18f5e5,_0x306c0c=_0x4c24d4[_0x3333d9(0x42c)](_0x42cf6f,_0x1a007f,_0x1c85c7,_0x54c193),_0x1886ef=_0x4c24d4[_0x3333d9(0x42c)](_0x19b75e,_0x299e0f,_0x1c85c7,_0x54c193),{columnHeaderHeightAndMarginTop:_0x485edc}=_0x54c193,{startX:_0x548825,startY:_0x1e3072}=_0x306c0c,{endX:_0x4bf4b0,endY:_0x325855}=_0x1886ef,_0x212a73=_0x4bf4b0-_0x548825,_0x50c325=_0x325855-_0x1e3072,_0x92ac9b={'labelPosition':_0x1e3072-_0x485edc>=_0x4a13ff?_0x3333d9(0x110):_0x3333d9(0x3fd),'sheetID':_0x385f16,'range':_0x18f5e5,'color':_0x34ab41,'name':_0xc647d5,'selection':_0x596dfb,'left':_0x548825,'top':_0x1e3072,'width':_0x212a73,'height':_0x50c325,'evented':!0x1,'zIndex':_0x10f4d4};return new _0x2ea295(_0xc647d5,_0x92ac9b);});_0x1c85c7[_0x5d0a71(0x1fb)](_0x2a2441,_0x4f2de8),this[_0x5d0a71(0x191)]=new Set(_0x2a2441);}['_removeCollabCursors'](){const _0x368b60=_0x4176ec;var _0x3d9986;(_0x3d9986=this[_0x368b60(0x191)])==null||_0x3d9986[_0x368b60(0x193)](_0x19c267=>_0x19c267[_0x368b60(0x275)]());}['_getSheetObject'](){const _0xd182cc=_0x4176ec;return _0x4c24d4['getSheetObject'](this['_context'][_0xd182cc(0x115)],this[_0xd182cc(0x52f)]);}};_0xf8b72f=_0x2a2ce5([_0x5d7dc3(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0x4c24d4['SheetSkeletonManagerService'])),_0x5d7dc3(0x2,_0xd3ef1d[_0x4176ec(0x2bc)](_0xc8c02a)),_0x5d7dc3(0x3,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x52e)]))],_0xf8b72f);function _0x499d75(_0x2d4aeb){const _0x490fb7=_0x4176ec,_0x247cce=new Map();return _0x2d4aeb['forEach'](_0x4889a5=>{const _0xaf7c6=_0x352d;if(_0x247cce[_0xaf7c6(0x4cf)](_0x4889a5['selection'])){const _0x10a095=_0x247cce[_0xaf7c6(0x313)](_0x4889a5[_0xaf7c6(0x3af)]);_0x10a095[_0xaf7c6(0x36a)]+=',\x20'+_0x4889a5[_0xaf7c6(0x36a)];}else _0x247cce[_0xaf7c6(0x266)](_0x4889a5[_0xaf7c6(0x3af)],_0x4889a5);}),Array['from'](_0x247cce[_0x490fb7(0x4aa)]());}var _0x4ff87d=function(){const _0x236867=_0x4176ec;return _0x4ff87d=Object[_0x236867(0x2a2)]||function(_0x22dc35){const _0x42aaba=_0x236867;for(var _0x8103b2,_0x4e938b=0x1,_0x3a9006=arguments[_0x42aaba(0x2b7)];_0x4e938b<_0x3a9006;_0x4e938b++){_0x8103b2=arguments[_0x4e938b];for(var _0x51686d in _0x8103b2)Object[_0x42aaba(0x3a9)]['hasOwnProperty'][_0x42aaba(0x35e)](_0x8103b2,_0x51686d)&&(_0x22dc35[_0x51686d]=_0x8103b2[_0x51686d]);}return _0x22dc35;},_0x4ff87d[_0x236867(0x39e)](this,arguments);},_0x5001c8=function(_0x5db452,_0x5ad5e4){const _0x2c9f1a=_0x4176ec;var _0x46e1d5={};for(var _0x4b9182 in _0x5db452)Object[_0x2c9f1a(0x3a9)][_0x2c9f1a(0x454)][_0x2c9f1a(0x35e)](_0x5db452,_0x4b9182)&&_0x5ad5e4[_0x2c9f1a(0x553)](_0x4b9182)<0x0&&(_0x46e1d5[_0x4b9182]=_0x5db452[_0x4b9182]);if(_0x5db452!=null&&typeof Object[_0x2c9f1a(0x4c7)]=='function'){for(var _0x2c1c57=0x0,_0x4b9182=Object[_0x2c9f1a(0x4c7)](_0x5db452);_0x2c1c57<_0x4b9182[_0x2c9f1a(0x2b7)];_0x2c1c57++)_0x5ad5e4[_0x2c9f1a(0x553)](_0x4b9182[_0x2c1c57])<0x0&&Object['prototype'][_0x2c9f1a(0x28e)][_0x2c9f1a(0x35e)](_0x5db452,_0x4b9182[_0x2c1c57])&&(_0x46e1d5[_0x4b9182[_0x2c1c57]]=_0x5db452[_0x4b9182[_0x2c1c57]]);}return _0x46e1d5;},_0x5f29b9=_0x1fccfb[_0x4176ec(0x5ce)](function(_0x5577a,_0x5dcd73){const _0x216ecc=_0x4176ec;var _0x317c03=_0x5577a[_0x216ecc(0x55a)],_0x4714db=_0x5577a['id'],_0x124f29=_0x5577a[_0x216ecc(0x1e5)],_0x23a464=_0x5577a[_0x216ecc(0x51a)],_0x22099f=_0x5001c8(_0x5577a,[_0x216ecc(0x55a),'id','className','extend']),_0x272f5b=_0x216ecc(0x26e)[_0x216ecc(0x526)](_0x4714db,'\x20')[_0x216ecc(0x526)](_0x124f29||'')['trim'](),_0x388433=_0x1fccfb[_0x216ecc(0x432)]('_'[_0x216ecc(0x526)](_0x3a3d49()));return _0x37a31b(_0x317c03,''[_0x216ecc(0x526)](_0x4714db),{'defIds':_0x317c03[_0x216ecc(0x59d)],'idSuffix':_0x388433[_0x216ecc(0x448)]},_0x4ff87d({'ref':_0x5dcd73,'className':_0x272f5b},_0x22099f),_0x23a464);});function _0x37a31b(_0x5c8247,_0x9e2d51,_0x26422b,_0x20d92d,_0x48985f){const _0x31495f=_0x4176ec;return _0x1fccfb[_0x31495f(0x303)](_0x5c8247[_0x31495f(0x5d3)],_0x4ff87d(_0x4ff87d({'key':_0x9e2d51},_0x53a355(_0x5c8247,_0x26422b,_0x48985f)),_0x20d92d),(_0x1c0d25(_0x5c8247,_0x26422b)['children']||[])['map'](function(_0x11cc50,_0x1f0726){const _0x5bb928=_0x31495f;return _0x37a31b(_0x11cc50,''[_0x5bb928(0x526)](_0x9e2d51,'-')[_0x5bb928(0x526)](_0x5c8247[_0x5bb928(0x5d3)],'-')['concat'](_0x1f0726),_0x26422b,void 0x0,_0x48985f);}));}function _0x53a355(_0x109048,_0x2a4f3d,_0x204ae5){const _0xdd9ee6=_0x4176ec;var _0x3f369d=_0x4ff87d({},_0x109048[_0xdd9ee6(0x244)]);_0x204ae5!=null&&_0x204ae5['colorChannel1']&&_0x3f369d[_0xdd9ee6(0x1e1)]===_0xdd9ee6(0x390)&&(_0x3f369d[_0xdd9ee6(0x1e1)]=_0x204ae5['colorChannel1']);var _0x147398=_0x2a4f3d[_0xdd9ee6(0x59d)];return!_0x147398||_0x147398['length']===0x0||(_0x109048[_0xdd9ee6(0x5d3)]==='use'&&_0x3f369d[_0xdd9ee6(0x3fb)]&&(_0x3f369d[_0xdd9ee6(0x3fb)]=_0x3f369d[_0xdd9ee6(0x3fb)]+_0x2a4f3d['idSuffix']),Object[_0xdd9ee6(0x30a)](_0x3f369d)[_0xdd9ee6(0x193)](function(_0x26ebf1){const _0x45fe55=_0xdd9ee6;var _0x441e47=_0x26ebf1[0x0],_0x370c21=_0x26ebf1[0x1];typeof _0x370c21==_0x45fe55(0x199)&&(_0x3f369d[_0x441e47]=_0x370c21['replace'](/url\(#(.*)\)/,_0x45fe55(0x1b1)[_0x45fe55(0x526)](_0x2a4f3d[_0x45fe55(0x1f2)],')')));})),_0x3f369d;}function _0x1c0d25(_0x277118,_0x10b9be){const _0x1972f8=_0x4176ec;var _0x4cf5d4,_0x502af8=_0x10b9be[_0x1972f8(0x59d)];return!_0x502af8||_0x502af8[_0x1972f8(0x2b7)]===0x0?_0x277118:_0x277118[_0x1972f8(0x5d3)]===_0x1972f8(0x5a0)&&(!((_0x4cf5d4=_0x277118[_0x1972f8(0x25f)])===null||_0x4cf5d4===void 0x0)&&_0x4cf5d4[_0x1972f8(0x2b7)])?_0x4ff87d(_0x4ff87d({},_0x277118),{'children':_0x277118[_0x1972f8(0x25f)][_0x1972f8(0x40d)](function(_0x1b10bf){const _0x52a2d7=_0x1972f8;return typeof _0x1b10bf[_0x52a2d7(0x244)]['id']=='string'&&_0x502af8&&_0x502af8['indexOf'](_0x1b10bf[_0x52a2d7(0x244)]['id'])>-0x1?_0x4ff87d(_0x4ff87d({},_0x1b10bf),{'attrs':_0x4ff87d(_0x4ff87d({},_0x1b10bf[_0x52a2d7(0x244)]),{'id':_0x1b10bf[_0x52a2d7(0x244)]['id']+_0x10b9be[_0x52a2d7(0x1f2)]})}):_0x1b10bf;})}):_0x277118;}function _0x3a3d49(){const _0x2d611b=_0x4176ec;return Math[_0x2d611b(0x2f3)]()[_0x2d611b(0x530)](0x24)['substring'](0x2,0x8);}_0x5f29b9[_0x4176ec(0x12e)]=_0x4176ec(0x2ed);var _0x3c9df0={'tag':_0x4176ec(0x57a),'attrs':{'fill':_0x4176ec(0x547),'viewBox':'0\x200\x2016\x2016','width':_0x4176ec(0x337),'height':_0x4176ec(0x337)},'children':[{'tag':'g','attrs':{'clipPath':_0x4176ec(0x2ef)},'children':[{'tag':'path','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':_0x4176ec(0x4fe),'strokeWidth':1.2}}]},{'tag':_0x4176ec(0x5a0),'attrs':{},'children':[{'tag':_0x4176ec(0x13d),'attrs':{'id':_0x4176ec(0x362)},'children':[{'tag':_0x4176ec(0x21f),'attrs':{'fill':_0x4176ec(0x2d0),'d':'M0\x200H16V16H0z'}}]}]}],'defIds':['off-line-single_clip0_910_343']},_0x3d85e2=_0x1fccfb[_0x4176ec(0x5ce)](function(_0x433e27,_0x5dbdfb){const _0xfa82dd=_0x4176ec;return _0x1fccfb[_0xfa82dd(0x303)](_0x5f29b9,Object[_0xfa82dd(0x2a2)]({},_0x433e27,{'id':_0xfa82dd(0x37f),'ref':_0x5dbdfb,'icon':_0x3c9df0}));});_0x3d85e2['displayName']=_0x4176ec(0x2af);var _0x49dea7={'tag':'svg','attrs':{'fill':_0x4176ec(0x547),'viewBox':_0x4176ec(0x3f4),'width':_0x4176ec(0x337),'height':_0x4176ec(0x337)},'children':[{'tag':'g','attrs':{'clipPath':_0x4176ec(0x2f1)},'children':[{'tag':_0x4176ec(0x21f),'attrs':{'stroke':_0x4176ec(0x187),'d':_0x4176ec(0x29f),'strokeLinecap':_0x4176ec(0x4fe),'strokeLinejoin':_0x4176ec(0x4fe),'strokeWidth':1.2}}]},{'tag':_0x4176ec(0x5a0),'attrs':{},'children':[{'tag':_0x4176ec(0x13d),'attrs':{'id':'on-line-single_clip0_910_349'},'children':[{'tag':_0x4176ec(0x21f),'attrs':{'fill':_0x4176ec(0x2d0),'d':_0x4176ec(0x207),'transform':'translate(.97)'}}]}]}],'defIds':['on-line-single_clip0_910_349']},_0xf49b5f=_0x1fccfb[_0x4176ec(0x5ce)](function(_0x4fc7db,_0x5ca744){const _0x1efcfa=_0x4176ec;return _0x1fccfb[_0x1efcfa(0x303)](_0x5f29b9,Object[_0x1efcfa(0x2a2)]({},_0x4fc7db,{'id':_0x1efcfa(0x459),'ref':_0x5ca744,'icon':_0x49dea7}));});_0xf49b5f['displayName']=_0x4176ec(0x5cb);function _0x20a56d(_0x5c8f04){const _0x386c10=_0x4176ec;var _0x295bec,_0x1f3abd,_0x1c94a6='';if(typeof _0x5c8f04=='string'||typeof _0x5c8f04==_0x386c10(0x1ad))_0x1c94a6+=_0x5c8f04;else{if(typeof _0x5c8f04==_0x386c10(0x3a4)){if(Array[_0x386c10(0x317)](_0x5c8f04)){var _0x336c6a=_0x5c8f04[_0x386c10(0x2b7)];for(_0x295bec=0x0;_0x295bec<_0x336c6a;_0x295bec++)_0x5c8f04[_0x295bec]&&(_0x1f3abd=_0x20a56d(_0x5c8f04[_0x295bec]))&&(_0x1c94a6&&(_0x1c94a6+='\x20'),_0x1c94a6+=_0x1f3abd);}else{for(_0x1f3abd in _0x5c8f04)_0x5c8f04[_0x1f3abd]&&(_0x1c94a6&&(_0x1c94a6+='\x20'),_0x1c94a6+=_0x1f3abd);}}}return _0x1c94a6;}function _0x9e5e01(){const _0x12b296=_0x4176ec;for(var _0x3047cc,_0x2d49cb,_0x33f8df=0x0,_0x4f06b7='',_0x34971d=arguments[_0x12b296(0x2b7)];_0x33f8df<_0x34971d;_0x33f8df++)(_0x3047cc=arguments[_0x33f8df])&&(_0x2d49cb=_0x20a56d(_0x3047cc))&&(_0x4f06b7&&(_0x4f06b7+='\x20'),_0x4f06b7+=_0x2d49cb);return _0x4f06b7;}const _0x587e43={'onlineStatusIcon':_0x4176ec(0x14e),'onlineStatusTitle':_0x4176ec(0x2d6),'onlineStatus':_0x4176ec(0x16f),'online':_0x4176ec(0x119),'offline':_0x4176ec(0x3a7)};function _0x41e6c7(_0x23944c){const _0x382e87=_0x4176ec;switch(_0x23944c){case _0x52e01f[_0x382e87(0x10e)]:return _0x382e87(0x246);case _0x52e01f[_0x382e87(0x15c)]:return _0x382e87(0x430);case _0x52e01f[_0x382e87(0x250)]:return _0x382e87(0x40f);case _0x52e01f[_0x382e87(0x2f0)]:return'collabStatus.notCollab';case _0x52e01f[_0x382e87(0x3d4)]:case _0x52e01f[_0x382e87(0x10c)]:return _0x382e87(0x47c);case _0x52e01f[_0x382e87(0x32d)]:case _0x52e01f[_0x382e87(0x18e)]:return _0x382e87(0x441);}}function _0x23a232(_0x49feed){const _0x1b2e14=_0x4176ec,{status$:_0x7dbac2}=_0x49feed,_0x490175=_0x45bd5d['useObservable'](_0x7dbac2,_0x52e01f['NOT_COLLAB']),_0x52ba5d=_0xd3ef1d[_0x1b2e14(0x17f)](_0xd3ef1d[_0x1b2e14(0x2b3)]),_0x2ffaec=_0xd3ef1d[_0x1b2e14(0x17f)](_0x5e8095[_0x1b2e14(0x48a)]),_0x46d353=_0x490175!==_0x52e01f['OFFLINE'],_0x10532e=_0x52ba5d['t'](_0x41e6c7(_0x490175)),_0x1de5e4=_0x9e5e01(_0x587e43['onlineStatus'],{[_0x587e43['online']]:_0x46d353,[_0x587e43[_0x1b2e14(0x151)]]:!_0x46d353}),_0x1f693f=_0x46d353?_0x1fccfb[_0x1b2e14(0x303)](_0xf49b5f,null):_0x1fccfb[_0x1b2e14(0x303)](_0x3d85e2,null),_0x2f9b79=_0x1fccfb[_0x1b2e14(0x14c)](()=>{const _0x21878f=_0x1b2e14;_0x46d353||_0x2ffaec[_0x21878f(0x283)]();},[_0x46d353,_0x2ffaec]);function _0x3cd17c(){const _0x363a8c=_0x1b2e14;return _0x1fccfb['createElement'](_0x363a8c(0x4c8),{'className':_0x1de5e4,'onClick':_0x2f9b79},_0x1fccfb[_0x363a8c(0x303)]('div',{'className':_0x587e43[_0x363a8c(0x5a9)]},_0x1f693f),_0x1fccfb[_0x363a8c(0x303)](_0x363a8c(0x4c8),{'className':_0x587e43[_0x363a8c(0x2f4)]},_0x10532e));}return _0x46d353?_0x3cd17c():_0x1fccfb['createElement'](_0x3c4c54[_0x1b2e14(0x3e4)],{'title':_0x52ba5d['t'](_0x1b2e14(0x2c2))},_0x3cd17c());}var _0x238075=Object[_0x4176ec(0x2b4)],_0x594192=Object[_0x4176ec(0x48c)],_0x1c528c=(_0x9335f6,_0x45d828,_0x3f2d07,_0x51b7a9)=>{const _0x1c08ab=_0x4176ec;for(var _0x5d31eb=_0x51b7a9>0x1?void 0x0:_0x51b7a9?_0x594192(_0x45d828,_0x3f2d07):_0x45d828,_0x207d65=_0x9335f6[_0x1c08ab(0x2b7)]-0x1,_0x267d59;_0x207d65>=0x0;_0x207d65--)(_0x267d59=_0x9335f6[_0x207d65])&&(_0x5d31eb=(_0x51b7a9?_0x267d59(_0x45d828,_0x3f2d07,_0x5d31eb):_0x267d59(_0x5d31eb))||_0x5d31eb);return _0x51b7a9&&_0x5d31eb&&_0x238075(_0x45d828,_0x3f2d07,_0x5d31eb),_0x5d31eb;},_0x58aa19=(_0x399ad4,_0x153ed3)=>(_0x4c7e87,_0x24003a)=>_0x153ed3(_0x4c7e87,_0x24003a,_0x399ad4);_0x5e8095[_0x4176ec(0x1c8)]=class extends _0xd3ef1d[_0x4176ec(0x198)]{constructor(_0x39237c,_0x18f501,_0x41a984,_0x36ec46){const _0x41e6b0=_0x4176ec;super(),_0xddf92d(this,_0x41e6b0(0x1e6),new _0x2c8065['BehaviorSubject'](_0x52e01f['NOT_COLLAB'])),(this[_0x41e6b0(0x1d0)]=_0x39237c,this[_0x41e6b0(0x20e)]=_0x18f501,this['_injector']=_0x41a984,this[_0x41e6b0(0x4c6)]=_0x36ec46,this[_0x41e6b0(0x54f)](),this[_0x41e6b0(0x466)]());}[_0x4176ec(0x466)](){const _0x15f859=_0x4176ec;this['disposeWithMe'](this[_0x15f859(0x1d0)]['focused$']['pipe'](_0x2c8065[_0x15f859(0x18d)](()=>{const _0x4912a0=_0x15f859,_0x43ac63=this['_univerInstanceService'][_0x4912a0(0x279)]();return _0x43ac63?this['_collaborationController'][_0x4912a0(0x278)](_0x43ac63[_0x4912a0(0x57e)]()):_0x2c8065['of'](null);}),_0x2c8065[_0x15f859(0x18d)](_0x4ee445=>_0x4ee445?_0x4ee445[_0x15f859(0x536)]:_0x2c8065['of'](_0x52e01f[_0x15f859(0x2f0)])))[_0x15f859(0x221)](_0x2553ba=>{const _0x576e80=_0x15f859;this[_0x576e80(0x1e6)]['next'](_0x2553ba);}));}['_initStatusComponent'](){const _0x7bbde3=_0x4176ec;this[_0x7bbde3(0x1a6)](this[_0x7bbde3(0x20e)][_0x7bbde3(0x420)](_0x45bd5d[_0x7bbde3(0x128)][_0x7bbde3(0x383)],()=>_0xd3ef1d['connectInjector'](_0x38af68({'status$':this[_0x7bbde3(0x1e6)][_0x7bbde3(0x117)]()}),this[_0x7bbde3(0x11a)])));}},_0x5e8095[_0x4176ec(0x1c8)]=_0x1c528c([_0x58aa19(0x0,_0xd3ef1d[_0x4176ec(0x2fc)]),_0x58aa19(0x1,_0x45bd5d[_0x4176ec(0x497)]),_0x58aa19(0x2,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['Injector'])),_0x58aa19(0x3,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x4b2)]))],_0x5e8095[_0x4176ec(0x1c8)]);function _0x38af68(_0x2b465c){const {status$:_0x1b4143}=_0x2b465c;return function(){return _0x1fccfb['createElement'](_0x23a232,{'status$':_0x1b4143});};}const _0x230310=_0xd3ef1d[_0x4176ec(0x23d)](_0x4176ec(0x32e));var _0xe2dab7=Object[_0x4176ec(0x2b4)],_0x154793=Object[_0x4176ec(0x48c)],_0x530dd7=(_0x2f3d00,_0xdc5b30,_0x6bcc08,_0x3f97d7)=>{const _0x3d4501=_0x4176ec;for(var _0x2924fd=_0x3f97d7>0x1?void 0x0:_0x3f97d7?_0x154793(_0xdc5b30,_0x6bcc08):_0xdc5b30,_0x24213f=_0x2f3d00[_0x3d4501(0x2b7)]-0x1,_0x3b9ff0;_0x24213f>=0x0;_0x24213f--)(_0x3b9ff0=_0x2f3d00[_0x24213f])&&(_0x2924fd=(_0x3f97d7?_0x3b9ff0(_0xdc5b30,_0x6bcc08,_0x2924fd):_0x3b9ff0(_0x2924fd))||_0x2924fd);return _0x3f97d7&&_0x2924fd&&_0xe2dab7(_0xdc5b30,_0x6bcc08,_0x2924fd),_0x2924fd;},_0x32c49d=(_0x27697b,_0xd0cf2f)=>(_0x5e3c37,_0x54d1f5)=>_0xd0cf2f(_0x5e3c37,_0x54d1f5,_0x27697b);_0x5e8095[_0x4176ec(0x306)]=class extends _0xd3ef1d[_0x4176ec(0x19c)]{constructor(_0x25c60c,_0x582357,_0x8b8fff,_0x3877fa,_0x3baad8,_0x3bd173){const _0x47a63b=_0x4176ec;super(),this[_0x47a63b(0x26a)]=_0x25c60c,this[_0x47a63b(0x5ab)]=_0x582357,this[_0x47a63b(0x135)]=_0x8b8fff,this[_0x47a63b(0x29a)]=_0x3877fa,this[_0x47a63b(0x334)]=_0x3baad8,_0x3bd173?_0x3bd173==null||_0x3bd173[_0x47a63b(0x4c0)]()[_0x47a63b(0x4c4)](()=>this[_0x47a63b(0x3d5)]()):(this[_0x47a63b(0x5ab)][_0x47a63b(0x144)](_0x47a63b(0x450),'No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.'),this[_0x47a63b(0x3d5)]());}async[_0x4176ec(0x3d5)](){const _0x4d1e1a=_0x4176ec,_0xa1130a=this[_0x4d1e1a(0x26a)][_0x4d1e1a(0x1fc)](_0x4d1e1a(0x115)),_0x1c1f06=this[_0x4d1e1a(0x26a)][_0x4d1e1a(0x1fc)](_0x4d1e1a(0x286));if(!_0xa1130a||!_0x1c1f06){this[_0x4d1e1a(0x5ab)][_0x4d1e1a(0x144)](_0x4d1e1a(0x450),_0x4d1e1a(0x3b1));return;}switch(Number(_0x1c1f06)){case _0x34a84f[_0x4d1e1a(0x1ab)]:{const _0x524f19=await this[_0x4d1e1a(0x3a5)](_0xa1130a);this['_setupSubUnitSync'](_0x524f19);break;}case _0x34a84f[_0x4d1e1a(0x457)]:{await this[_0x4d1e1a(0x1c4)](_0xa1130a);break;}default:{this[_0x4d1e1a(0x5ab)][_0x4d1e1a(0x476)](_0x4d1e1a(0x450),_0x4d1e1a(0x351));break;}}}async[_0x4176ec(0x567)](_0x3963ca){const _0xe0b479=_0x4176ec;await this[_0xe0b479(0x3bc)](_0x3963ca),_0x3963ca['activeSheet$'][_0xe0b479(0x579)](_0x2c8065[_0xe0b479(0x50b)](this[_0xe0b479(0x484)]))['subscribe'](_0x55cc5e=>{const _0xa82bf0=_0xe0b479;_0x55cc5e&&this[_0xa82bf0(0x478)](_0x55cc5e);}),this[_0xe0b479(0x26a)][_0xe0b479(0x2b8)][_0xe0b479(0x579)](_0x2c8065[_0xe0b479(0x50b)](this[_0xe0b479(0x484)]))[_0xe0b479(0x221)](()=>this[_0xe0b479(0x3bc)](_0x3963ca));}[_0x4176ec(0x478)](_0x57bf92,_0xa54177=!0x1){const _0x14273a=_0x4176ec,_0x1ffb87=this[_0x14273a(0x26a)]['getParam'](_0x14273a(0x55e));_0x57bf92[_0x14273a(0x1c1)]()!==_0x1ffb87&&this[_0x14273a(0x26a)][_0x14273a(0x3f1)]('subunit',_0x57bf92[_0x14273a(0x1c1)](),_0xa54177);}async[_0x4176ec(0x3bc)](_0x198fdf){const _0x11b137=_0x4176ec;var _0x28ef7e;const _0x4b92b8=this['_urlService']['getParam'](_0x11b137(0x55e));if(!_0x4b92b8||!_0x198fdf[_0x11b137(0x573)](_0x4b92b8)){const _0x457b9f=_0x198fdf[_0x11b137(0x502)]()[0x0],_0x4ac5c8=_0x198fdf[_0x11b137(0x573)](_0x457b9f);if(!_0x4ac5c8)return;this[_0x11b137(0x478)](_0x4ac5c8,!0x0),await this[_0x11b137(0x135)][_0x11b137(0x5a6)](_0x1b517d[_0x11b137(0x219)]['id'],{'unitId':_0x198fdf[_0x11b137(0x57e)](),'subUnitId':_0x457b9f});return;}((_0x28ef7e=_0x198fdf[_0x11b137(0x4cb)]())==null?void 0x0:_0x28ef7e[_0x11b137(0x1c1)]())!==_0x4b92b8&&await this[_0x11b137(0x135)][_0x11b137(0x5a6)](_0x1b517d['SetWorksheetActivateCommand']['id'],{'unitId':_0x198fdf[_0x11b137(0x57e)](),'subUnitId':_0x4b92b8});}async[_0x4176ec(0x3a5)](_0x29ae57){const _0x2b06f3=_0x4176ec;let _0x559961=0x0;const _0x47afe6=await this[_0x2b06f3(0x29a)][_0x2b06f3(0x11c)](_0x29ae57);return _0x47afe6&&(_0x47afe6[_0x2b06f3(0x55d)]||_0x47afe6[_0x2b06f3(0x11b)][_0x2b06f3(0x2b7)]!==0x0)&&(_0x559961=_0x47afe6[_0x2b06f3(0x152)]),_0x559961===0x0&&this[_0x2b06f3(0x5ab)][_0x2b06f3(0x144)]('[DataLoaderController]','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this[_0x2b06f3(0x334)][_0x2b06f3(0x52b)](_0x29ae57,_0x559961);}async[_0x4176ec(0x1c4)](_0x22a3ee){const _0x4f836f=_0x4176ec;let _0x22d3a0=0x0;const _0x58a93e=await this[_0x4f836f(0x29a)][_0x4f836f(0x11c)](_0x22a3ee);return _0x58a93e&&(_0x58a93e[_0x4f836f(0x55d)]||_0x58a93e[_0x4f836f(0x11b)][_0x4f836f(0x2b7)]!==0x0)&&(_0x22d3a0=_0x58a93e[_0x4f836f(0x152)]),_0x22d3a0===0x0&&this[_0x4f836f(0x5ab)]['debug'](_0x4f836f(0x450),'fetching\x20the\x20latest\x20document\x20from\x20the\x20server.'),this['_snapshotService']['loadDoc'](_0x22a3ee,_0x22d3a0);}},_0x5e8095[_0x4176ec(0x306)]=_0x530dd7([_0x32c49d(0x0,_0x230310),_0x32c49d(0x1,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x32c49d(0x2,_0xd3ef1d[_0x4176ec(0x438)]),_0x32c49d(0x3,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x5c2)])),_0x32c49d(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0x47367d['SnapshotService'])),_0x32c49d(0x5,_0xd3ef1d[_0x4176ec(0x4a6)](_0x1d5916[_0x4176ec(0x326)]))],_0x5e8095[_0x4176ec(0x306)]);var _0x31e213=Object[_0x4176ec(0x2b4)],_0x30bf93=Object['getOwnPropertyDescriptor'],_0x3bfb05=(_0x38416b,_0x1db361,_0x1222db,_0x4684cc)=>{const _0x3e5bbe=_0x4176ec;for(var _0x5352cc=_0x4684cc>0x1?void 0x0:_0x4684cc?_0x30bf93(_0x1db361,_0x1222db):_0x1db361,_0x5b465a=_0x38416b[_0x3e5bbe(0x2b7)]-0x1,_0x4078c6;_0x5b465a>=0x0;_0x5b465a--)(_0x4078c6=_0x38416b[_0x5b465a])&&(_0x5352cc=(_0x4684cc?_0x4078c6(_0x1db361,_0x1222db,_0x5352cc):_0x4078c6(_0x5352cc))||_0x5352cc);return _0x4684cc&&_0x5352cc&&_0x31e213(_0x1db361,_0x1222db,_0x5352cc),_0x5352cc;},_0x20bc23=(_0x25f55f,_0x4330b0)=>(_0x29c415,_0x174d87)=>_0x4330b0(_0x29c415,_0x174d87,_0x25f55f);const _0x246fa5='DEFAULT_FILE_NAME',_0x5e072d=_0x4176ec(0x53a);let _0x1a3e7a=class extends _0xd3ef1d[_0x4176ec(0x198)]{constructor(_0x1b8a3f,_0x2d3194){const _0x56dc9e=_0x4176ec;super(),this['_univerInstanceService']=_0x1b8a3f,this[_0x56dc9e(0x1bf)]=_0x2d3194,this[_0x56dc9e(0x3d5)]();}[_0x4176ec(0x3d5)](){const _0x40cdf5=_0x4176ec;this[_0x40cdf5(0x1a6)](this[_0x40cdf5(0x1d0)][_0x40cdf5(0x255)]['subscribe'](()=>{const _0x384ae8=_0x40cdf5;var _0x401ce0;const _0xfaf3f2=this['_univerInstanceService'][_0x384ae8(0x279)]();let _0x4cf256=(_0x401ce0=this[_0x384ae8(0x1bf)][_0x384ae8(0x40b)](_0x246fa5))!=null?_0x401ce0:_0x5e072d;_0xfaf3f2 instanceof _0xd3ef1d[_0x384ae8(0x534)]&&(_0x4cf256=_0xfaf3f2[_0x384ae8(0x36a)]),document[_0x384ae8(0x519)]=_0x4cf256;}));}};_0x1a3e7a=_0x3bfb05([_0x20bc23(0x0,_0xd3ef1d[_0x4176ec(0x2fc)]),_0x20bc23(0x1,_0xd3ef1d['IConfigService'])],_0x1a3e7a);var _0x19a02e=Object['defineProperty'],_0x109348=Object['getOwnPropertyDescriptor'],_0x2b0ab0=(_0xb26d65,_0x255298,_0xf41afe,_0x53f7ba)=>{const _0x3ebd1e=_0x4176ec;for(var _0x389fe1=_0x53f7ba>0x1?void 0x0:_0x53f7ba?_0x109348(_0x255298,_0xf41afe):_0x255298,_0xb3db2a=_0xb26d65[_0x3ebd1e(0x2b7)]-0x1,_0x168724;_0xb3db2a>=0x0;_0xb3db2a--)(_0x168724=_0xb26d65[_0xb3db2a])&&(_0x389fe1=(_0x53f7ba?_0x168724(_0x255298,_0xf41afe,_0x389fe1):_0x168724(_0x389fe1))||_0x389fe1);return _0x53f7ba&&_0x389fe1&&_0x19a02e(_0x255298,_0xf41afe,_0x389fe1),_0x389fe1;},_0x29dcbd=(_0x33425c,_0x1ff95a)=>(_0x401b69,_0x3bcb22)=>_0x1ff95a(_0x401b69,_0x3bcb22,_0x33425c);let _0x563f12=class{constructor(_0x46f6e1,_0x4334a2,_0x9cd304){const _0x52ecc2=_0x4176ec;this[_0x52ecc2(0x1bf)]=_0x46f6e1,this[_0x52ecc2(0x3d6)]=_0x4334a2,this[_0x52ecc2(0x42f)]=_0x9cd304,this['init']();}[_0x4176ec(0x15b)](){const _0x1abca4=_0x4176ec;this[_0x1abca4(0x3d6)]['registerHTTPInterceptor']({'priority':0x1,'interceptor':(_0x4f507a,_0xcf703e)=>_0xcf703e(_0x4f507a)[_0x1abca4(0x579)](_0x2c8065['concatMap'](async _0x3a697a=>{const _0x4075c0=_0x1abca4,_0x57aff8=_0x3a697a;if(_0x57aff8[_0x4075c0(0x3ad)]===0x191&&window[_0x4075c0(0x257)](this[_0x4075c0(0x42f)]['t'](_0x4075c0(0x120)))){const _0x1bb837=window[_0x4075c0(0x48e)](window[_0x4075c0(0x54d)]['href']);window[_0x4075c0(0x54d)][_0x4075c0(0x147)]=this[_0x4075c0(0x1e9)]()+_0x4075c0(0x521)+_0x1bb837;}return _0x57aff8;}))});}[_0x4176ec(0x1e9)](){const _0x5694f6=_0x4176ec;var _0x1ce366,_0x579387;const _0x43eb03=this['_configService'][_0x5694f6(0x40b)](_0x342faa),_0x4b34f9=this[_0x5694f6(0x1bf)][_0x5694f6(0x40b)](_0x20ac24);return(_0x579387=(_0x1ce366=_0x4b34f9==null?void 0x0:_0x4b34f9[_0x5694f6(0x3dc)])!=null?_0x1ce366:_0x43eb03)!=null?_0x579387:_0x4e7a7c;}};_0x563f12=_0x2b0ab0([_0x29dcbd(0x0,_0xd3ef1d[_0x4176ec(0x2ce)]),_0x29dcbd(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0x46bbd6[_0x4176ec(0x180)])),_0x29dcbd(0x2,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x2b3)]))],_0x563f12);var _0x39ecd6=Object['defineProperty'],_0x2924fe=Object['getOwnPropertyDescriptor'],_0x187d2f=(_0x4988f4,_0x292f68,_0x1d963f,_0x1cb9e1)=>{const _0xad5b02=_0x4176ec;for(var _0x160e01=_0x1cb9e1>0x1?void 0x0:_0x1cb9e1?_0x2924fe(_0x292f68,_0x1d963f):_0x292f68,_0x423206=_0x4988f4[_0xad5b02(0x2b7)]-0x1,_0x462204;_0x423206>=0x0;_0x423206--)(_0x462204=_0x4988f4[_0x423206])&&(_0x160e01=(_0x1cb9e1?_0x462204(_0x292f68,_0x1d963f,_0x160e01):_0x462204(_0x160e01))||_0x160e01);return _0x1cb9e1&&_0x160e01&&_0x39ecd6(_0x292f68,_0x1d963f,_0x160e01),_0x160e01;},_0x489b65=(_0x358c6f,_0x527228)=>(_0x43f480,_0xe7e7c2)=>_0x527228(_0x43f480,_0xe7e7c2,_0x358c6f);const _0x4ad53e=_0x4176ec(0x42b),_0x131ed7=_0x4176ec(0x1dd);_0x5e8095[_0x4176ec(0x3d7)]=class extends _0xd3ef1d['Disposable']{constructor(_0x16f468,_0x34a527){const _0x421c26=_0x4176ec;super(),this['_HTTPService']=_0x16f468,this[_0x421c26(0x1bf)]=_0x34a527,this['_initMergeInterceptor']();}[_0x4176ec(0x249)](){const _0x2b0ca2=_0x4176ec,_0x3123e6=this;this[_0x2b0ca2(0x1a6)](this[_0x2b0ca2(0x184)][_0x2b0ca2(0x3e7)]({'priority':0x3e7,'interceptor':_0x46bbd6[_0x2b0ca2(0x5a7)]({'isMatch'(_0x4c94b6){const _0x287422=_0x2b0ca2;var _0x7b58aa;if(_0x4c94b6[_0x287422(0x2e6)]===_0x287422(0x5c3)&&((_0x7b58aa=_0x4c94b6['requestParams'])!=null&&_0x7b58aa[_0x287422(0x483)])){const {objectID:_0x1f803b,objectType:_0x14e0aa}=_0x4c94b6[_0x287422(0x1cd)]['body']||{};if(!_0x1f803b||_0x14e0aa===void 0x0)return!0x1;const _0x2b8e1c=_0x3123e6[_0x287422(0x4ce)]()+'/'+_0x14e0aa+_0x287422(0x218)+_0x1f803b+_0x287422(0x1eb);if(_0x4c94b6[_0x287422(0x379)]===_0x2b8e1c)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x282c79){const _0xb4f88f=_0x2b0ca2;var _0x55b120;return(_0x55b120=_0x282c79[_0xb4f88f(0x1cd)])==null?void 0x0:_0x55b120[_0xb4f88f(0x483)];},'mergeParamsToRequest'(_0x356ce9,_0x418bbf){const _0x24d13c=_0x2b0ca2,_0x5e3c7f=_0x3123e6['_getAPIPrefixPath']()+_0x24d13c(0x444),_0x57b8c8=_0x356ce9[_0x24d13c(0x1f8)]((_0x510315,_0x35e137)=>{const _0x4370b0=_0x24d13c,{unitID:_0x416ce1,objectID:_0x21dd9b,objectType:_0x475252,actions:_0x435dd4}=_0x35e137;return _0x510315[_0x416ce1]||(_0x510315[_0x416ce1]={}),_0x510315[_0x416ce1][_0x21dd9b]||(_0x510315[_0x416ce1][_0x21dd9b]={'objectID':_0x21dd9b,'objectType':_0x475252,'actions':[]}),_0x510315[_0x416ce1][_0x21dd9b][_0x4370b0(0x370)]['push'](..._0x435dd4),_0x510315;},{}),_0xf55b33=[];for(const _0x13fac7 in _0x57b8c8)for(const _0x56cdae in _0x57b8c8[_0x13fac7]){const {actions:_0x5c8606,objectType:_0x1ec118}=_0x57b8c8[_0x13fac7][_0x56cdae],_0x292739=[...new Set(_0x5c8606)];_0xf55b33[_0x24d13c(0x455)]({'unitID':_0x13fac7,'objectID':_0x56cdae,'objectType':_0x1ec118,'actions':_0x292739});}return new _0x46bbd6[(_0x24d13c(0x170))]('POST',_0x5e3c7f,{'headers':_0x418bbf[_0x24d13c(0x4c1)],'withCredentials':_0x418bbf[_0x24d13c(0x588)],'responseType':_0x418bbf['responseType'],'body':{'requests':_0xf55b33}});}},{'distributeResult'(_0x56e8a1,_0x286fc7){const _0x42bcb5=_0x2b0ca2,{objectActions:_0xdccbf2}=_0x56e8a1;return _0x286fc7[_0x42bcb5(0x40d)](_0x37898c=>{const _0x3faad3=_0x42bcb5,{unitID:_0x39bc5a,objectID:_0x46f490,actions:_0x4700b5}=_0x37898c,_0x3abd6b=_0xdccbf2[_0x3faad3(0x229)](_0x45a69a=>_0x45a69a[_0x3faad3(0x488)]===_0x39bc5a&&_0x45a69a['objectID']===_0x46f490),_0x152988=_0x4700b5[_0x3faad3(0x40d)](_0x4dc30c=>_0x3abd6b==null?void 0x0:_0x3abd6b[_0x3faad3(0x370)][_0x3faad3(0x229)](_0x4dca8d=>_0x4dca8d[_0x3faad3(0x233)]===_0x4dc30c))[_0x3faad3(0x3b9)](_0x38d3ac=>!!_0x38d3ac);return{'config':_0x37898c,'result':{'actions':_0x152988,'error':_0x56e8a1[_0x3faad3(0x476)]}};});}})}));}[_0x4176ec(0x4ce)](){const _0xf83ba3=_0x4176ec;var _0x36eeb9,_0x2c217e;const _0x448008=this[_0xf83ba3(0x1bf)][_0xf83ba3(0x40b)](_0x4ad53e),_0x4bbd50=this[_0xf83ba3(0x1bf)]['getConfig'](_0x20ac24);return(_0x2c217e=(_0x36eeb9=_0x4bbd50==null?void 0x0:_0x4bbd50[_0xf83ba3(0x4a8)])!=null?_0x36eeb9:_0x448008)!=null?_0x2c217e:_0x131ed7;}async[_0x4176ec(0x5d0)](_0x2c44bb){const _0x32cd07=_0x4176ec,_0x43df2a=this[_0x32cd07(0x4ce)]()+'/'+_0x2c44bb[_0x32cd07(0x569)]+'/object';return(await this[_0x32cd07(0x184)][_0x32cd07(0x226)](_0x43df2a,{'body':_0x2c44bb}))['body'][_0x32cd07(0x5cc)]||'';}async[_0x4176ec(0x3e6)](_0x1ca86a){const _0x5e4222=_0x4176ec,_0x4edf0a=this['_getAPIPrefixPath']()+_0x5e4222(0x470);return(await this[_0x5e4222(0x184)]['post'](_0x4edf0a,{'body':_0x1ca86a}))[_0x5e4222(0x483)][_0x5e4222(0x515)];}async[_0x4176ec(0x215)](_0x6c70a4){const _0x608470=_0x4176ec,_0x32cab5=this[_0x608470(0x4ce)]()+'/'+_0x6c70a4[_0x608470(0x569)]+_0x608470(0x218)+_0x6c70a4[_0x608470(0x5cc)];await this['_HTTPService'][_0x608470(0x5c0)](_0x32cab5,{'body':_0x6c70a4});}async[_0x4176ec(0x58f)](_0x4a6b5d){const _0x10e73a=_0x4176ec,_0x389dae=this[_0x10e73a(0x4ce)]()+'/'+_0x4a6b5d[_0x10e73a(0x569)]+_0x10e73a(0x218)+_0x4a6b5d[_0x10e73a(0x5cc)]+'/allowed';return(await this['_HTTPService'][_0x10e73a(0x226)](_0x389dae,{'body':_0x4a6b5d}))[_0x10e73a(0x483)][_0x10e73a(0x370)];}async['batchAllowed'](_0x5bbd97){const _0x16603c=_0x4176ec,_0x54dcfe=this[_0x16603c(0x4ce)]()+_0x16603c(0x444);return(await this[_0x16603c(0x184)][_0x16603c(0x226)](_0x54dcfe,{'body':{'requests':_0x5bbd97}}))[_0x16603c(0x483)][_0x16603c(0x352)];}async[_0x4176ec(0x1db)](_0x374197){const _0x440648=_0x4176ec,_0x231320=this[_0x440648(0x4ce)]()+'/'+_0x374197[_0x440648(0x569)]+_0x440648(0x42a),_0x69a23b=await this[_0x440648(0x184)][_0x440648(0x226)](_0x231320,{'body':_0x374197});return{'roles':_0x69a23b[_0x440648(0x483)][_0x440648(0x158)],'actions':_0x69a23b['body'][_0x440648(0x370)]};}async[_0x4176ec(0x33c)](_0x257b1d){const _0x10a26f=_0x4176ec,_0x293ee1=this[_0x10a26f(0x4ce)]()+_0x10a26f(0x2e9);await this['_HTTPService'][_0x10a26f(0x38e)](_0x293ee1,{'params':{'collaboratorID':_0x257b1d[_0x10a26f(0x45c)],'objectID':_0x257b1d[_0x10a26f(0x5cc)],'unitID':_0x257b1d[_0x10a26f(0x488)]}});}async[_0x4176ec(0x2f5)](_0x551591){const _0x319cb1=_0x4176ec,_0x1f7c01=this[_0x319cb1(0x4ce)]()+_0x319cb1(0x2e9);await this['_HTTPService']['patch'](_0x1f7c01,{'body':_0x551591});}async['createCollaborator'](_0x849d28){const _0x367e09=_0x4176ec,_0x31b8eb=this['_getAPIPrefixPath']()+_0x367e09(0x2e9);await this[_0x367e09(0x184)][_0x367e09(0x226)](_0x31b8eb,{'body':_0x849d28});}async[_0x4176ec(0x4fd)](_0x105406){const _0x198558=_0x4176ec,_0x18326e=this[_0x198558(0x4ce)]()+_0x198558(0x2e9);return(await this[_0x198558(0x184)]['get'](_0x18326e,{'params':{'objectID':_0x105406[_0x198558(0x5cc)],'unitID':_0x105406['unitID']}}))[_0x198558(0x483)][_0x198558(0x510)];}async[_0x4176ec(0x175)](_0x2e7c84){const _0x58304f=_0x4176ec,_0x30857b=this[_0x58304f(0x4ce)]()+_0x58304f(0x2e9);await this[_0x58304f(0x184)][_0x58304f(0x5c0)](_0x30857b,{'body':_0x2e7c84});}},_0x5e8095['AuthzIoHttpService']=_0x187d2f([_0x489b65(0x0,_0xd3ef1d[_0x4176ec(0x2bc)](_0x46bbd6[_0x4176ec(0x180)])),_0x489b65(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['IConfigService']))],_0x5e8095[_0x4176ec(0x3d7)]);var _0x37786d=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x53bc33(_0x350c1a){const _0x27ee01=_0x4176ec;return _0x350c1a&&_0x350c1a[_0x27ee01(0x4e1)]&&Object[_0x27ee01(0x3a9)][_0x27ee01(0x454)][_0x27ee01(0x35e)](_0x350c1a,_0x27ee01(0x314))?_0x350c1a['default']:_0x350c1a;}function _0x27f7ea(_0x3884a6){const _0x1aa5af=_0x4176ec;if(_0x3884a6[_0x1aa5af(0x4e1)])return _0x3884a6;var _0x40f7a0=_0x3884a6[_0x1aa5af(0x314)];if(typeof _0x40f7a0==_0x1aa5af(0x2e0)){var _0x249a7f=function _0x4ee957(){const _0xf530c2=_0x1aa5af;return this instanceof _0x4ee957?Reflect['construct'](_0x40f7a0,arguments,this[_0xf530c2(0x146)]):_0x40f7a0['apply'](this,arguments);};_0x249a7f[_0x1aa5af(0x3a9)]=_0x40f7a0['prototype'];}else _0x249a7f={};return Object[_0x1aa5af(0x2b4)](_0x249a7f,_0x1aa5af(0x4e1),{'value':!0x0}),Object['keys'](_0x3884a6)['forEach'](function(_0x2fae27){const _0x4e6501=_0x1aa5af;var _0x3e5955=Object['getOwnPropertyDescriptor'](_0x3884a6,_0x2fae27);Object['defineProperty'](_0x249a7f,_0x2fae27,_0x3e5955[_0x4e6501(0x313)]?_0x3e5955:{'enumerable':!0x0,'get':function(){return _0x3884a6[_0x2fae27];}});}),_0x249a7f;}var _0x517fb0={'exports':{}};function _0x57c4c7(_0x2893f7){const _0x182501=_0x4176ec;throw new Error(_0x182501(0x38c)+_0x2893f7+_0x182501(0x311));}var _0x35bf73={'exports':{}};const _0x133859=_0x27f7ea(Object[_0x4176ec(0x156)](Object[_0x4176ec(0x2b4)]({'__proto__':null,'default':{}},Symbol[_0x4176ec(0x516)],{'value':_0x4176ec(0x2d9)})));var _0x3da188;function _0x4cb391(){return _0x3da188||(_0x3da188=0x1,function(_0x4e96f7,_0x80d144){(function(_0x831c8c,_0x2d9373){const _0x1cf69f=_0x352d;_0x4e96f7[_0x1cf69f(0x4be)]=_0x2d9373();}(_0x37786d,function(){var _0xe9795a=_0xe9795a||function(_0x3ec917,_0x3c137b){const _0x4993b1=_0x352d;var _0x33f408;if(typeof window<'u'&&window[_0x4993b1(0x13f)]&&(_0x33f408=window[_0x4993b1(0x13f)]),typeof self<'u'&&self[_0x4993b1(0x13f)]&&(_0x33f408=self[_0x4993b1(0x13f)]),typeof globalThis<'u'&&globalThis[_0x4993b1(0x13f)]&&(_0x33f408=globalThis[_0x4993b1(0x13f)]),!_0x33f408&&typeof window<'u'&&window[_0x4993b1(0x3aa)]&&(_0x33f408=window[_0x4993b1(0x3aa)]),!_0x33f408&&typeof _0x37786d<'u'&&_0x37786d[_0x4993b1(0x13f)]&&(_0x33f408=_0x37786d[_0x4993b1(0x13f)]),!_0x33f408&&typeof _0x57c4c7==_0x4993b1(0x2e0))try{_0x33f408=_0x133859;}catch{}var _0x4cd5ba=function(){const _0x1334b9=_0x4993b1;if(_0x33f408){if(typeof _0x33f408[_0x1334b9(0x53e)]==_0x1334b9(0x2e0))try{return _0x33f408[_0x1334b9(0x53e)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x33f408[_0x1334b9(0x3ea)]==_0x1334b9(0x2e0))try{return _0x33f408[_0x1334b9(0x3ea)](0x4)['readInt32LE']();}catch{}}throw new Error(_0x1334b9(0x25e));},_0x16644f=Object[_0x4993b1(0x5d0)]||(function(){function _0x380bc4(){}return function(_0x37daec){const _0x3f9280=_0x352d;var _0x17d2a8;return _0x380bc4[_0x3f9280(0x3a9)]=_0x37daec,_0x17d2a8=new _0x380bc4(),_0x380bc4[_0x3f9280(0x3a9)]=null,_0x17d2a8;};}()),_0x4176de={},_0x438230=_0x4176de[_0x4993b1(0x1e7)]={},_0x219d30=_0x438230['Base']=(function(){return{'extend':function(_0x689b47){const _0x5f3493=_0x352d;var _0x4a3a7e=_0x16644f(this);return _0x689b47&&_0x4a3a7e[_0x5f3493(0x38b)](_0x689b47),(!_0x4a3a7e[_0x5f3493(0x454)](_0x5f3493(0x15b))||this['init']===_0x4a3a7e[_0x5f3493(0x15b)])&&(_0x4a3a7e[_0x5f3493(0x15b)]=function(){const _0x106e31=_0x5f3493;_0x4a3a7e[_0x106e31(0x40a)]['init'][_0x106e31(0x39e)](this,arguments);}),_0x4a3a7e['init'][_0x5f3493(0x3a9)]=_0x4a3a7e,_0x4a3a7e['$super']=this,_0x4a3a7e;},'create':function(){const _0x49a56c=_0x352d;var _0x29651e=this['extend']();return _0x29651e[_0x49a56c(0x15b)][_0x49a56c(0x39e)](_0x29651e,arguments),_0x29651e;},'init':function(){},'mixIn':function(_0x39d3b2){const _0x556e6b=_0x352d;for(var _0x5a4dde in _0x39d3b2)_0x39d3b2['hasOwnProperty'](_0x5a4dde)&&(this[_0x5a4dde]=_0x39d3b2[_0x5a4dde]);_0x39d3b2['hasOwnProperty']('toString')&&(this[_0x556e6b(0x530)]=_0x39d3b2[_0x556e6b(0x530)]);},'clone':function(){const _0x436197=_0x352d;return this[_0x436197(0x15b)][_0x436197(0x3a9)]['extend'](this);}};}()),_0x3b7f62=_0x438230[_0x4993b1(0x422)]=_0x219d30[_0x4993b1(0x51a)]({'init':function(_0x34e92d,_0x37c496){const _0x4061f3=_0x4993b1;_0x34e92d=this[_0x4061f3(0x51b)]=_0x34e92d||[],_0x37c496!=_0x3c137b?this[_0x4061f3(0x409)]=_0x37c496:this[_0x4061f3(0x409)]=_0x34e92d[_0x4061f3(0x2b7)]*0x4;},'toString':function(_0x4c3d67){return(_0x4c3d67||_0x315659)['stringify'](this);},'concat':function(_0x4754a5){const _0x863b86=_0x4993b1;var _0xbace5b=this['words'],_0x3f2b84=_0x4754a5[_0x863b86(0x51b)],_0x4165c7=this['sigBytes'],_0x314b3a=_0x4754a5[_0x863b86(0x409)];if(this['clamp'](),_0x4165c7%0x4)for(var _0x3fd5ed=0x0;_0x3fd5ed<_0x314b3a;_0x3fd5ed++){var _0x23e177=_0x3f2b84[_0x3fd5ed>>>0x2]>>>0x18-_0x3fd5ed%0x4*0x8&0xff;_0xbace5b[_0x4165c7+_0x3fd5ed>>>0x2]|=_0x23e177<<0x18-(_0x4165c7+_0x3fd5ed)%0x4*0x8;}else{for(var _0x20d283=0x0;_0x20d283<_0x314b3a;_0x20d283+=0x4)_0xbace5b[_0x4165c7+_0x20d283>>>0x2]=_0x3f2b84[_0x20d283>>>0x2];}return this[_0x863b86(0x409)]+=_0x314b3a,this;},'clamp':function(){const _0x15cf5a=_0x4993b1;var _0x51c72e=this[_0x15cf5a(0x51b)],_0x358e7e=this[_0x15cf5a(0x409)];_0x51c72e[_0x358e7e>>>0x2]&=0xffffffff<<0x20-_0x358e7e%0x4*0x8,_0x51c72e['length']=_0x3ec917[_0x15cf5a(0x564)](_0x358e7e/0x4);},'clone':function(){const _0xa9f4c=_0x4993b1;var _0x5ebd1a=_0x219d30[_0xa9f4c(0x4da)]['call'](this);return _0x5ebd1a[_0xa9f4c(0x51b)]=this['words'][_0xa9f4c(0x2de)](0x0),_0x5ebd1a;},'random':function(_0x5f5110){const _0x1b1ca4=_0x4993b1;for(var _0x3cd801=[],_0x4c4010=0x0;_0x4c4010<_0x5f5110;_0x4c4010+=0x4)_0x3cd801[_0x1b1ca4(0x455)](_0x4cd5ba());return new _0x3b7f62[(_0x1b1ca4(0x15b))](_0x3cd801,_0x5f5110);}}),_0x415846=_0x4176de['enc']={},_0x315659=_0x415846[_0x4993b1(0x35b)]={'stringify':function(_0x1881bc){const _0x48f8c7=_0x4993b1;for(var _0x29c192=_0x1881bc[_0x48f8c7(0x51b)],_0x4ea912=_0x1881bc[_0x48f8c7(0x409)],_0x56743a=[],_0x1d27d3=0x0;_0x1d27d3<_0x4ea912;_0x1d27d3++){var _0xa66c86=_0x29c192[_0x1d27d3>>>0x2]>>>0x18-_0x1d27d3%0x4*0x8&0xff;_0x56743a[_0x48f8c7(0x455)]((_0xa66c86>>>0x4)[_0x48f8c7(0x530)](0x10)),_0x56743a[_0x48f8c7(0x455)]((_0xa66c86&0xf)['toString'](0x10));}return _0x56743a['join']('');},'parse':function(_0x5e21fe){const _0x1ae979=_0x4993b1;for(var _0x5d599f=_0x5e21fe['length'],_0x1e8be8=[],_0xe6f5e0=0x0;_0xe6f5e0<_0x5d599f;_0xe6f5e0+=0x2)_0x1e8be8[_0xe6f5e0>>>0x3]|=parseInt(_0x5e21fe[_0x1ae979(0x395)](_0xe6f5e0,0x2),0x10)<<0x18-_0xe6f5e0%0x8*0x4;return new _0x3b7f62[(_0x1ae979(0x15b))](_0x1e8be8,_0x5d599f/0x2);}},_0x47e8cc=_0x415846[_0x4993b1(0x360)]={'stringify':function(_0x43ca12){const _0x19fa65=_0x4993b1;for(var _0x1bf2f7=_0x43ca12[_0x19fa65(0x51b)],_0x2a83fc=_0x43ca12['sigBytes'],_0x231ae1=[],_0x1de0c7=0x0;_0x1de0c7<_0x2a83fc;_0x1de0c7++){var _0x5c962d=_0x1bf2f7[_0x1de0c7>>>0x2]>>>0x18-_0x1de0c7%0x4*0x8&0xff;_0x231ae1['push'](String[_0x19fa65(0x27d)](_0x5c962d));}return _0x231ae1['join']('');},'parse':function(_0x27c2be){const _0x588279=_0x4993b1;for(var _0x269db2=_0x27c2be['length'],_0x50b3f3=[],_0x2850e0=0x0;_0x2850e0<_0x269db2;_0x2850e0++)_0x50b3f3[_0x2850e0>>>0x2]|=(_0x27c2be[_0x588279(0x1aa)](_0x2850e0)&0xff)<<0x18-_0x2850e0%0x4*0x8;return new _0x3b7f62[(_0x588279(0x15b))](_0x50b3f3,_0x269db2);}},_0x5c9380=_0x415846[_0x4993b1(0x28d)]={'stringify':function(_0x4d5766){const _0x577934=_0x4993b1;try{return decodeURIComponent(escape(_0x47e8cc[_0x577934(0x385)](_0x4d5766)));}catch{throw new Error('Malformed\x20UTF-8\x20data');}},'parse':function(_0x2d0d3e){const _0x5ece19=_0x4993b1;return _0x47e8cc[_0x5ece19(0x25b)](unescape(encodeURIComponent(_0x2d0d3e)));}},_0x19596b=_0x438230[_0x4993b1(0x214)]=_0x219d30['extend']({'reset':function(){const _0xf08db0=_0x4993b1;this[_0xf08db0(0x4bc)]=new _0x3b7f62[(_0xf08db0(0x15b))](),this[_0xf08db0(0x1a5)]=0x0;},'_append':function(_0x38446a){const _0x589441=_0x4993b1;typeof _0x38446a==_0x589441(0x199)&&(_0x38446a=_0x5c9380[_0x589441(0x25b)](_0x38446a)),this[_0x589441(0x4bc)][_0x589441(0x526)](_0x38446a),this[_0x589441(0x1a5)]+=_0x38446a[_0x589441(0x409)];},'_process':function(_0x4ee9c5){const _0xc8e526=_0x4993b1;var _0x1742e0,_0x552230=this[_0xc8e526(0x4bc)],_0x5b1689=_0x552230[_0xc8e526(0x51b)],_0x13d7a9=_0x552230[_0xc8e526(0x409)],_0x38a887=this[_0xc8e526(0x290)],_0x1c66ba=_0x38a887*0x4,_0x2f67de=_0x13d7a9/_0x1c66ba;_0x4ee9c5?_0x2f67de=_0x3ec917['ceil'](_0x2f67de):_0x2f67de=_0x3ec917['max']((_0x2f67de|0x0)-this['_minBufferSize'],0x0);var _0x365a4b=_0x2f67de*_0x38a887,_0x498d11=_0x3ec917['min'](_0x365a4b*0x4,_0x13d7a9);if(_0x365a4b){for(var _0x288416=0x0;_0x288416<_0x365a4b;_0x288416+=_0x38a887)this[_0xc8e526(0x200)](_0x5b1689,_0x288416);_0x1742e0=_0x5b1689[_0xc8e526(0x11e)](0x0,_0x365a4b),_0x552230[_0xc8e526(0x409)]-=_0x498d11;}return new _0x3b7f62[(_0xc8e526(0x15b))](_0x1742e0,_0x498d11);},'clone':function(){const _0x42c18c=_0x4993b1;var _0x41530e=_0x219d30['clone'][_0x42c18c(0x35e)](this);return _0x41530e['_data']=this[_0x42c18c(0x4bc)][_0x42c18c(0x4da)](),_0x41530e;},'_minBufferSize':0x0});_0x438230[_0x4993b1(0x3f7)]=_0x19596b['extend']({'cfg':_0x219d30[_0x4993b1(0x51a)](),'init':function(_0x621d3b){const _0xb159ad=_0x4993b1;this[_0xb159ad(0x529)]=this[_0xb159ad(0x529)][_0xb159ad(0x51a)](_0x621d3b),this[_0xb159ad(0x427)]();},'reset':function(){const _0x2970be=_0x4993b1;_0x19596b[_0x2970be(0x427)][_0x2970be(0x35e)](this),this['_doReset']();},'update':function(_0x1edce5){const _0x4479af=_0x4993b1;return this[_0x4479af(0x166)](_0x1edce5),this[_0x4479af(0x293)](),this;},'finalize':function(_0x3e9f68){const _0x2f9002=_0x4993b1;_0x3e9f68&&this[_0x2f9002(0x166)](_0x3e9f68);var _0x3e10fb=this[_0x2f9002(0x37d)]();return _0x3e10fb;},'blockSize':0x10,'_createHelper':function(_0x221311){return function(_0x3c9f79,_0x40935e){const _0x1f3564=_0x352d;return new _0x221311[(_0x1f3564(0x15b))](_0x40935e)[_0x1f3564(0x18f)](_0x3c9f79);};},'_createHmacHelper':function(_0x2e8731){return function(_0x6b0a4a,_0x9cab06){const _0x4f03aa=_0x352d;return new _0x3962d7[(_0x4f03aa(0x155))][(_0x4f03aa(0x15b))](_0x2e8731,_0x9cab06)[_0x4f03aa(0x18f)](_0x6b0a4a);};}});var _0x3962d7=_0x4176de[_0x4993b1(0x343)]={};return _0x4176de;}(Math);return _0xe9795a;}));}(_0x35bf73)),_0x35bf73['exports'];}var _0x2598ab={'exports':{}},_0x21786e;function _0x2c4881(){const _0x4de638=_0x4176ec;return _0x21786e||(_0x21786e=0x1,function(_0x17b3f5,_0x462c99){(function(_0x5b333b,_0x374fa4){_0x17b3f5['exports']=_0x374fa4(_0x4cb391());}(_0x37786d,function(_0x19eb1e){return(function(){const _0x59094f=_0x352d;var _0x2a391a=_0x19eb1e,_0x132c0e=_0x2a391a['lib'],_0x550851=_0x132c0e[_0x59094f(0x422)],_0x4fa4d6=_0x2a391a[_0x59094f(0x378)];_0x4fa4d6[_0x59094f(0x316)]={'stringify':function(_0xb76cd3){const _0x3f74de=_0x59094f;var _0x3d4780=_0xb76cd3['words'],_0x2a358a=_0xb76cd3[_0x3f74de(0x409)],_0x39d665=this[_0x3f74de(0x1d4)];_0xb76cd3['clamp']();for(var _0x4549a9=[],_0x4de248=0x0;_0x4de248<_0x2a358a;_0x4de248+=0x3)for(var _0x5a1119=_0x3d4780[_0x4de248>>>0x2]>>>0x18-_0x4de248%0x4*0x8&0xff,_0x5445a6=_0x3d4780[_0x4de248+0x1>>>0x2]>>>0x18-(_0x4de248+0x1)%0x4*0x8&0xff,_0x4288ad=_0x3d4780[_0x4de248+0x2>>>0x2]>>>0x18-(_0x4de248+0x2)%0x4*0x8&0xff,_0x8e5ba2=_0x5a1119<<0x10|_0x5445a6<<0x8|_0x4288ad,_0xe97d25=0x0;_0xe97d25<0x4&&_0x4de248+_0xe97d25*0.75<_0x2a358a;_0xe97d25++)_0x4549a9[_0x3f74de(0x455)](_0x39d665['charAt'](_0x8e5ba2>>>0x6*(0x3-_0xe97d25)&0x3f));var _0x19d53a=_0x39d665[_0x3f74de(0x237)](0x40);if(_0x19d53a){for(;_0x4549a9[_0x3f74de(0x2b7)]%0x4;)_0x4549a9[_0x3f74de(0x455)](_0x19d53a);}return _0x4549a9[_0x3f74de(0x377)]('');},'parse':function(_0x41688){const _0x5eddcb=_0x59094f;var _0x1d39d3=_0x41688[_0x5eddcb(0x2b7)],_0x51ef1e=this[_0x5eddcb(0x1d4)],_0xd6947a=this[_0x5eddcb(0x3c4)];if(!_0xd6947a){_0xd6947a=this[_0x5eddcb(0x3c4)]=[];for(var _0x4535a7=0x0;_0x4535a7<_0x51ef1e[_0x5eddcb(0x2b7)];_0x4535a7++)_0xd6947a[_0x51ef1e['charCodeAt'](_0x4535a7)]=_0x4535a7;}var _0x393912=_0x51ef1e['charAt'](0x40);if(_0x393912){var _0x1bc4cc=_0x41688[_0x5eddcb(0x553)](_0x393912);_0x1bc4cc!==-0x1&&(_0x1d39d3=_0x1bc4cc);}return _0x3113d3(_0x41688,_0x1d39d3,_0xd6947a);},'_map':_0x59094f(0x36e)};function _0x3113d3(_0x319e27,_0x344c65,_0xabead7){const _0x1f46f6=_0x59094f;for(var _0x4edfef=[],_0x2010d2=0x0,_0x59ff54=0x0;_0x59ff54<_0x344c65;_0x59ff54++)if(_0x59ff54%0x4){var _0x6c2705=_0xabead7[_0x319e27[_0x1f46f6(0x1aa)](_0x59ff54-0x1)]<<_0x59ff54%0x4*0x2,_0x3d60ae=_0xabead7[_0x319e27[_0x1f46f6(0x1aa)](_0x59ff54)]>>>0x6-_0x59ff54%0x4*0x2,_0x4c8bc8=_0x6c2705|_0x3d60ae;_0x4edfef[_0x2010d2>>>0x2]|=_0x4c8bc8<<0x18-_0x2010d2%0x4*0x8,_0x2010d2++;}return _0x550851[_0x1f46f6(0x5d0)](_0x4edfef,_0x2010d2);}}()),_0x19eb1e['enc']['Base64'];}));}(_0x2598ab)),_0x2598ab[_0x4de638(0x4be)];}var _0x4d87d7={'exports':{}},_0x4c9fe2;function _0x2c0034(){return _0x4c9fe2||(_0x4c9fe2=0x1,function(_0x2ef118,_0x8da540){(function(_0x3e0548,_0x2c30e9){const _0x1181fa=_0x352d;_0x2ef118[_0x1181fa(0x4be)]=_0x2c30e9(_0x4cb391());}(_0x37786d,function(_0x198c74){const _0x2e1afc=_0x352d;return function(_0x249dff){const _0xc16718=_0x352d;var _0x4795c6=_0x198c74,_0x3f0c53=_0x4795c6[_0xc16718(0x1e7)],_0x29d664=_0x3f0c53['WordArray'],_0x13cefa=_0x3f0c53[_0xc16718(0x3f7)],_0x5b1195=_0x4795c6[_0xc16718(0x343)],_0x478e21=[];(function(){const _0x3f4e74=_0xc16718;for(var _0x4402f9=0x0;_0x4402f9<0x40;_0x4402f9++)_0x478e21[_0x4402f9]=_0x249dff[_0x3f4e74(0x4f1)](_0x249dff[_0x3f4e74(0x56b)](_0x4402f9+0x1))*0x100000000|0x0;}());var _0x119cf9=_0x5b1195[_0xc16718(0x4e3)]=_0x13cefa['extend']({'_doReset':function(){const _0xd5505a=_0xc16718;this[_0xd5505a(0x412)]=new _0x29d664['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x24ee20,_0x1b224c){const _0x5788d4=_0xc16718;for(var _0x1027f2=0x0;_0x1027f2<0x10;_0x1027f2++){var _0x434afb=_0x1b224c+_0x1027f2,_0x58ce2f=_0x24ee20[_0x434afb];_0x24ee20[_0x434afb]=(_0x58ce2f<<0x8|_0x58ce2f>>>0x18)&0xff00ff|(_0x58ce2f<<0x18|_0x58ce2f>>>0x8)&0xff00ff00;}var _0x561611=this[_0x5788d4(0x412)][_0x5788d4(0x51b)],_0xce6a0d=_0x24ee20[_0x1b224c+0x0],_0x93aab5=_0x24ee20[_0x1b224c+0x1],_0x366c4a=_0x24ee20[_0x1b224c+0x2],_0x40a605=_0x24ee20[_0x1b224c+0x3],_0x468f6d=_0x24ee20[_0x1b224c+0x4],_0x5017a4=_0x24ee20[_0x1b224c+0x5],_0xff6cf1=_0x24ee20[_0x1b224c+0x6],_0x3cda79=_0x24ee20[_0x1b224c+0x7],_0x56cb33=_0x24ee20[_0x1b224c+0x8],_0x38126b=_0x24ee20[_0x1b224c+0x9],_0x28d192=_0x24ee20[_0x1b224c+0xa],_0x1e1557=_0x24ee20[_0x1b224c+0xb],_0x30d8f8=_0x24ee20[_0x1b224c+0xc],_0x312a9e=_0x24ee20[_0x1b224c+0xd],_0x37f541=_0x24ee20[_0x1b224c+0xe],_0xa3256d=_0x24ee20[_0x1b224c+0xf],_0xbe51d9=_0x561611[0x0],_0x1efa63=_0x561611[0x1],_0x6c0145=_0x561611[0x2],_0x36a6ee=_0x561611[0x3];_0xbe51d9=_0x35bb6c(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0xce6a0d,0x7,_0x478e21[0x0]),_0x36a6ee=_0x35bb6c(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x93aab5,0xc,_0x478e21[0x1]),_0x6c0145=_0x35bb6c(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x366c4a,0x11,_0x478e21[0x2]),_0x1efa63=_0x35bb6c(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x40a605,0x16,_0x478e21[0x3]),_0xbe51d9=_0x35bb6c(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x468f6d,0x7,_0x478e21[0x4]),_0x36a6ee=_0x35bb6c(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x5017a4,0xc,_0x478e21[0x5]),_0x6c0145=_0x35bb6c(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0xff6cf1,0x11,_0x478e21[0x6]),_0x1efa63=_0x35bb6c(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x3cda79,0x16,_0x478e21[0x7]),_0xbe51d9=_0x35bb6c(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x56cb33,0x7,_0x478e21[0x8]),_0x36a6ee=_0x35bb6c(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x38126b,0xc,_0x478e21[0x9]),_0x6c0145=_0x35bb6c(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x28d192,0x11,_0x478e21[0xa]),_0x1efa63=_0x35bb6c(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1e1557,0x16,_0x478e21[0xb]),_0xbe51d9=_0x35bb6c(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x30d8f8,0x7,_0x478e21[0xc]),_0x36a6ee=_0x35bb6c(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x312a9e,0xc,_0x478e21[0xd]),_0x6c0145=_0x35bb6c(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x37f541,0x11,_0x478e21[0xe]),_0x1efa63=_0x35bb6c(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0xa3256d,0x16,_0x478e21[0xf]),_0xbe51d9=_0x3e6121(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x93aab5,0x5,_0x478e21[0x10]),_0x36a6ee=_0x3e6121(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0xff6cf1,0x9,_0x478e21[0x11]),_0x6c0145=_0x3e6121(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x1e1557,0xe,_0x478e21[0x12]),_0x1efa63=_0x3e6121(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0xce6a0d,0x14,_0x478e21[0x13]),_0xbe51d9=_0x3e6121(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x5017a4,0x5,_0x478e21[0x14]),_0x36a6ee=_0x3e6121(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x28d192,0x9,_0x478e21[0x15]),_0x6c0145=_0x3e6121(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0xa3256d,0xe,_0x478e21[0x16]),_0x1efa63=_0x3e6121(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x468f6d,0x14,_0x478e21[0x17]),_0xbe51d9=_0x3e6121(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x38126b,0x5,_0x478e21[0x18]),_0x36a6ee=_0x3e6121(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x37f541,0x9,_0x478e21[0x19]),_0x6c0145=_0x3e6121(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x40a605,0xe,_0x478e21[0x1a]),_0x1efa63=_0x3e6121(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x56cb33,0x14,_0x478e21[0x1b]),_0xbe51d9=_0x3e6121(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x312a9e,0x5,_0x478e21[0x1c]),_0x36a6ee=_0x3e6121(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x366c4a,0x9,_0x478e21[0x1d]),_0x6c0145=_0x3e6121(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x3cda79,0xe,_0x478e21[0x1e]),_0x1efa63=_0x3e6121(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x30d8f8,0x14,_0x478e21[0x1f]),_0xbe51d9=_0x403252(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x5017a4,0x4,_0x478e21[0x20]),_0x36a6ee=_0x403252(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x56cb33,0xb,_0x478e21[0x21]),_0x6c0145=_0x403252(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x1e1557,0x10,_0x478e21[0x22]),_0x1efa63=_0x403252(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x37f541,0x17,_0x478e21[0x23]),_0xbe51d9=_0x403252(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x93aab5,0x4,_0x478e21[0x24]),_0x36a6ee=_0x403252(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x468f6d,0xb,_0x478e21[0x25]),_0x6c0145=_0x403252(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x3cda79,0x10,_0x478e21[0x26]),_0x1efa63=_0x403252(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x28d192,0x17,_0x478e21[0x27]),_0xbe51d9=_0x403252(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x312a9e,0x4,_0x478e21[0x28]),_0x36a6ee=_0x403252(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0xce6a0d,0xb,_0x478e21[0x29]),_0x6c0145=_0x403252(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x40a605,0x10,_0x478e21[0x2a]),_0x1efa63=_0x403252(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0xff6cf1,0x17,_0x478e21[0x2b]),_0xbe51d9=_0x403252(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x38126b,0x4,_0x478e21[0x2c]),_0x36a6ee=_0x403252(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x30d8f8,0xb,_0x478e21[0x2d]),_0x6c0145=_0x403252(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0xa3256d,0x10,_0x478e21[0x2e]),_0x1efa63=_0x403252(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x366c4a,0x17,_0x478e21[0x2f]),_0xbe51d9=_0x2a6ff6(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0xce6a0d,0x6,_0x478e21[0x30]),_0x36a6ee=_0x2a6ff6(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x3cda79,0xa,_0x478e21[0x31]),_0x6c0145=_0x2a6ff6(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x37f541,0xf,_0x478e21[0x32]),_0x1efa63=_0x2a6ff6(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x5017a4,0x15,_0x478e21[0x33]),_0xbe51d9=_0x2a6ff6(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x30d8f8,0x6,_0x478e21[0x34]),_0x36a6ee=_0x2a6ff6(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x40a605,0xa,_0x478e21[0x35]),_0x6c0145=_0x2a6ff6(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x28d192,0xf,_0x478e21[0x36]),_0x1efa63=_0x2a6ff6(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x93aab5,0x15,_0x478e21[0x37]),_0xbe51d9=_0x2a6ff6(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x56cb33,0x6,_0x478e21[0x38]),_0x36a6ee=_0x2a6ff6(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0xa3256d,0xa,_0x478e21[0x39]),_0x6c0145=_0x2a6ff6(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0xff6cf1,0xf,_0x478e21[0x3a]),_0x1efa63=_0x2a6ff6(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x312a9e,0x15,_0x478e21[0x3b]),_0xbe51d9=_0x2a6ff6(_0xbe51d9,_0x1efa63,_0x6c0145,_0x36a6ee,_0x468f6d,0x6,_0x478e21[0x3c]),_0x36a6ee=_0x2a6ff6(_0x36a6ee,_0xbe51d9,_0x1efa63,_0x6c0145,_0x1e1557,0xa,_0x478e21[0x3d]),_0x6c0145=_0x2a6ff6(_0x6c0145,_0x36a6ee,_0xbe51d9,_0x1efa63,_0x366c4a,0xf,_0x478e21[0x3e]),_0x1efa63=_0x2a6ff6(_0x1efa63,_0x6c0145,_0x36a6ee,_0xbe51d9,_0x38126b,0x15,_0x478e21[0x3f]),_0x561611[0x0]=_0x561611[0x0]+_0xbe51d9|0x0,_0x561611[0x1]=_0x561611[0x1]+_0x1efa63|0x0,_0x561611[0x2]=_0x561611[0x2]+_0x6c0145|0x0,_0x561611[0x3]=_0x561611[0x3]+_0x36a6ee|0x0;},'_doFinalize':function(){const _0xbd95a2=_0xc16718;var _0x16b5cc=this[_0xbd95a2(0x4bc)],_0x5572b8=_0x16b5cc[_0xbd95a2(0x51b)],_0xb00dd0=this[_0xbd95a2(0x1a5)]*0x8,_0x4b57db=_0x16b5cc[_0xbd95a2(0x409)]*0x8;_0x5572b8[_0x4b57db>>>0x5]|=0x80<<0x18-_0x4b57db%0x20;var _0x56e5e1=_0x249dff[_0xbd95a2(0x217)](_0xb00dd0/0x100000000),_0x558e94=_0xb00dd0;_0x5572b8[(_0x4b57db+0x40>>>0x9<<0x4)+0xf]=(_0x56e5e1<<0x8|_0x56e5e1>>>0x18)&0xff00ff|(_0x56e5e1<<0x18|_0x56e5e1>>>0x8)&0xff00ff00,_0x5572b8[(_0x4b57db+0x40>>>0x9<<0x4)+0xe]=(_0x558e94<<0x8|_0x558e94>>>0x18)&0xff00ff|(_0x558e94<<0x18|_0x558e94>>>0x8)&0xff00ff00,_0x16b5cc[_0xbd95a2(0x409)]=(_0x5572b8[_0xbd95a2(0x2b7)]+0x1)*0x4,this[_0xbd95a2(0x293)]();for(var _0x51c814=this['_hash'],_0x311b39=_0x51c814[_0xbd95a2(0x51b)],_0x12d5ca=0x0;_0x12d5ca<0x4;_0x12d5ca++){var _0x2f55cd=_0x311b39[_0x12d5ca];_0x311b39[_0x12d5ca]=(_0x2f55cd<<0x8|_0x2f55cd>>>0x18)&0xff00ff|(_0x2f55cd<<0x18|_0x2f55cd>>>0x8)&0xff00ff00;}return _0x51c814;},'clone':function(){const _0x219f52=_0xc16718;var _0x5dbfa0=_0x13cefa[_0x219f52(0x4da)][_0x219f52(0x35e)](this);return _0x5dbfa0[_0x219f52(0x412)]=this['_hash'][_0x219f52(0x4da)](),_0x5dbfa0;}});function _0x35bb6c(_0x4c4ec7,_0x363fdc,_0x5a8cd4,_0x1431bc,_0x11b48e,_0x48c1ac,_0x3072fd){var _0x4d400d=_0x4c4ec7+(_0x363fdc&_0x5a8cd4|~_0x363fdc&_0x1431bc)+_0x11b48e+_0x3072fd;return(_0x4d400d<<_0x48c1ac|_0x4d400d>>>0x20-_0x48c1ac)+_0x363fdc;}function _0x3e6121(_0x46eca5,_0x1094c3,_0x5d93f3,_0x3279c0,_0x53bcd6,_0x58cd2f,_0x4cfad5){var _0x1444a9=_0x46eca5+(_0x1094c3&_0x3279c0|_0x5d93f3&~_0x3279c0)+_0x53bcd6+_0x4cfad5;return(_0x1444a9<<_0x58cd2f|_0x1444a9>>>0x20-_0x58cd2f)+_0x1094c3;}function _0x403252(_0x32f296,_0x32b97e,_0x5735f6,_0x49d414,_0x4e8a34,_0xd8dabd,_0x302a26){var _0x370171=_0x32f296+(_0x32b97e^_0x5735f6^_0x49d414)+_0x4e8a34+_0x302a26;return(_0x370171<<_0xd8dabd|_0x370171>>>0x20-_0xd8dabd)+_0x32b97e;}function _0x2a6ff6(_0x8572fb,_0x24e371,_0xa57f49,_0x343f0c,_0x50a175,_0x33080e,_0x1e9ca1){var _0x18ee86=_0x8572fb+(_0xa57f49^(_0x24e371|~_0x343f0c))+_0x50a175+_0x1e9ca1;return(_0x18ee86<<_0x33080e|_0x18ee86>>>0x20-_0x33080e)+_0x24e371;}_0x4795c6['MD5']=_0x13cefa[_0xc16718(0x331)](_0x119cf9),_0x4795c6['HmacMD5']=_0x13cefa['_createHmacHelper'](_0x119cf9);}(Math),_0x198c74[_0x2e1afc(0x4e3)];}));}(_0x4d87d7)),_0x4d87d7['exports'];}var _0x13400a={'exports':{}},_0x4213d9={'exports':{}},_0x454411;function _0x179902(){const _0x2d391a=_0x4176ec;return _0x454411||(_0x454411=0x1,function(_0x183d7b,_0x147837){(function(_0x252a16,_0x4022a3){const _0x200cd3=_0x352d;_0x183d7b[_0x200cd3(0x4be)]=_0x4022a3(_0x4cb391());}(_0x37786d,function(_0x3562d2){const _0x2888f=_0x352d;return(function(){const _0x5c724e=_0x352d;var _0x4d0bd1=_0x3562d2,_0x5d81bc=_0x4d0bd1[_0x5c724e(0x1e7)],_0x4f8e89=_0x5d81bc[_0x5c724e(0x422)],_0x267180=_0x5d81bc[_0x5c724e(0x3f7)],_0x49747b=_0x4d0bd1[_0x5c724e(0x343)],_0x797dd=[],_0x15d870=_0x49747b[_0x5c724e(0x22c)]=_0x267180[_0x5c724e(0x51a)]({'_doReset':function(){const _0x5df305=_0x5c724e;this[_0x5df305(0x412)]=new _0x4f8e89[(_0x5df305(0x15b))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x9ca1d7,_0x266490){const _0x55fef7=_0x5c724e;for(var _0x5ced29=this['_hash'][_0x55fef7(0x51b)],_0x58a3ae=_0x5ced29[0x0],_0x3febdf=_0x5ced29[0x1],_0x87dedf=_0x5ced29[0x2],_0x205634=_0x5ced29[0x3],_0x593742=_0x5ced29[0x4],_0x3585c2=0x0;_0x3585c2<0x50;_0x3585c2++){if(_0x3585c2<0x10)_0x797dd[_0x3585c2]=_0x9ca1d7[_0x266490+_0x3585c2]|0x0;else{var _0x3943c6=_0x797dd[_0x3585c2-0x3]^_0x797dd[_0x3585c2-0x8]^_0x797dd[_0x3585c2-0xe]^_0x797dd[_0x3585c2-0x10];_0x797dd[_0x3585c2]=_0x3943c6<<0x1|_0x3943c6>>>0x1f;}var _0x781e29=(_0x58a3ae<<0x5|_0x58a3ae>>>0x1b)+_0x593742+_0x797dd[_0x3585c2];_0x3585c2<0x14?_0x781e29+=(_0x3febdf&_0x87dedf|~_0x3febdf&_0x205634)+0x5a827999:_0x3585c2<0x28?_0x781e29+=(_0x3febdf^_0x87dedf^_0x205634)+0x6ed9eba1:_0x3585c2<0x3c?_0x781e29+=(_0x3febdf&_0x87dedf|_0x3febdf&_0x205634|_0x87dedf&_0x205634)-0x70e44324:_0x781e29+=(_0x3febdf^_0x87dedf^_0x205634)-0x359d3e2a,_0x593742=_0x205634,_0x205634=_0x87dedf,_0x87dedf=_0x3febdf<<0x1e|_0x3febdf>>>0x2,_0x3febdf=_0x58a3ae,_0x58a3ae=_0x781e29;}_0x5ced29[0x0]=_0x5ced29[0x0]+_0x58a3ae|0x0,_0x5ced29[0x1]=_0x5ced29[0x1]+_0x3febdf|0x0,_0x5ced29[0x2]=_0x5ced29[0x2]+_0x87dedf|0x0,_0x5ced29[0x3]=_0x5ced29[0x3]+_0x205634|0x0,_0x5ced29[0x4]=_0x5ced29[0x4]+_0x593742|0x0;},'_doFinalize':function(){const _0x373cae=_0x5c724e;var _0x218c79=this[_0x373cae(0x4bc)],_0x133b1a=_0x218c79['words'],_0x3e3a6d=this[_0x373cae(0x1a5)]*0x8,_0x309c01=_0x218c79[_0x373cae(0x409)]*0x8;return _0x133b1a[_0x309c01>>>0x5]|=0x80<<0x18-_0x309c01%0x20,_0x133b1a[(_0x309c01+0x40>>>0x9<<0x4)+0xe]=Math['floor'](_0x3e3a6d/0x100000000),_0x133b1a[(_0x309c01+0x40>>>0x9<<0x4)+0xf]=_0x3e3a6d,_0x218c79[_0x373cae(0x409)]=_0x133b1a[_0x373cae(0x2b7)]*0x4,this['_process'](),this['_hash'];},'clone':function(){const _0x5b9f58=_0x5c724e;var _0x334cbc=_0x267180[_0x5b9f58(0x4da)][_0x5b9f58(0x35e)](this);return _0x334cbc[_0x5b9f58(0x412)]=this[_0x5b9f58(0x412)][_0x5b9f58(0x4da)](),_0x334cbc;}});_0x4d0bd1['SHA1']=_0x267180[_0x5c724e(0x331)](_0x15d870),_0x4d0bd1[_0x5c724e(0x271)]=_0x267180[_0x5c724e(0x47a)](_0x15d870);}()),_0x3562d2[_0x2888f(0x22c)];}));}(_0x4213d9)),_0x4213d9[_0x2d391a(0x4be)];}var _0x5cf529={'exports':{}},_0x367158;function _0x374533(){const _0x2f0d57=_0x4176ec;return _0x367158||(_0x367158=0x1,function(_0x536059,_0x2f3a36){(function(_0x4938c8,_0x56b45a){const _0x45ff12=_0x352d;_0x536059[_0x45ff12(0x4be)]=_0x56b45a(_0x4cb391());}(_0x37786d,function(_0x337f4b){(function(){const _0xf0ed67=_0x352d;var _0x14554e=_0x337f4b,_0x3f6995=_0x14554e[_0xf0ed67(0x1e7)],_0x68f225=_0x3f6995[_0xf0ed67(0x23f)],_0x5ead94=_0x14554e[_0xf0ed67(0x378)],_0x3e7f9d=_0x5ead94[_0xf0ed67(0x28d)],_0x4b4b15=_0x14554e[_0xf0ed67(0x343)];_0x4b4b15['HMAC']=_0x68f225[_0xf0ed67(0x51a)]({'init':function(_0x40fe0f,_0x120289){const _0x4c3f4b=_0xf0ed67;_0x40fe0f=this[_0x4c3f4b(0x3a2)]=new _0x40fe0f['init'](),typeof _0x120289==_0x4c3f4b(0x199)&&(_0x120289=_0x3e7f9d[_0x4c3f4b(0x25b)](_0x120289));var _0x399fae=_0x40fe0f[_0x4c3f4b(0x290)],_0x4a606c=_0x399fae*0x4;_0x120289[_0x4c3f4b(0x409)]>_0x4a606c&&(_0x120289=_0x40fe0f[_0x4c3f4b(0x18f)](_0x120289)),_0x120289[_0x4c3f4b(0x315)]();for(var _0x1a3880=this['_oKey']=_0x120289[_0x4c3f4b(0x4da)](),_0x1482d7=this[_0x4c3f4b(0x3f6)]=_0x120289[_0x4c3f4b(0x4da)](),_0x1e3c71=_0x1a3880[_0x4c3f4b(0x51b)],_0xc8be10=_0x1482d7[_0x4c3f4b(0x51b)],_0x39d453=0x0;_0x39d453<_0x399fae;_0x39d453++)_0x1e3c71[_0x39d453]^=0x5c5c5c5c,_0xc8be10[_0x39d453]^=0x36363636;_0x1a3880[_0x4c3f4b(0x409)]=_0x1482d7[_0x4c3f4b(0x409)]=_0x4a606c,this['reset']();},'reset':function(){const _0x2eeeb7=_0xf0ed67;var _0x198478=this[_0x2eeeb7(0x3a2)];_0x198478[_0x2eeeb7(0x427)](),_0x198478[_0x2eeeb7(0x215)](this[_0x2eeeb7(0x3f6)]);},'update':function(_0x1ab409){const _0x42b8e2=_0xf0ed67;return this[_0x42b8e2(0x3a2)][_0x42b8e2(0x215)](_0x1ab409),this;},'finalize':function(_0xe0eebb){const _0x3a8c38=_0xf0ed67;var _0x58aad5=this['_hasher'],_0x4cba81=_0x58aad5[_0x3a8c38(0x18f)](_0xe0eebb);_0x58aad5[_0x3a8c38(0x427)]();var _0x4767cb=_0x58aad5[_0x3a8c38(0x18f)](this[_0x3a8c38(0x3ef)][_0x3a8c38(0x4da)]()[_0x3a8c38(0x526)](_0x4cba81));return _0x4767cb;}});}());}));}(_0x5cf529)),_0x5cf529[_0x2f0d57(0x4be)];}var _0x8227d3;function _0x4221cc(){const _0xfd4c0f=_0x4176ec;return _0x8227d3||(_0x8227d3=0x1,function(_0x4d2bdf,_0x4258cc){(function(_0x1eccaa,_0x31f5ef,_0x18d68c){_0x4d2bdf['exports']=_0x31f5ef(_0x4cb391(),_0x179902(),_0x374533());}(_0x37786d,function(_0x2b33a6){return(function(){const _0x53b7ad=_0x352d;var _0x254fb9=_0x2b33a6,_0x5cc0ba=_0x254fb9[_0x53b7ad(0x1e7)],_0x49a51d=_0x5cc0ba[_0x53b7ad(0x23f)],_0x5d8d16=_0x5cc0ba['WordArray'],_0x61f562=_0x254fb9[_0x53b7ad(0x343)],_0x3c5a53=_0x61f562[_0x53b7ad(0x4e3)],_0xbbc90f=_0x61f562[_0x53b7ad(0x34c)]=_0x49a51d['extend']({'cfg':_0x49a51d[_0x53b7ad(0x51a)]({'keySize':0x80/0x20,'hasher':_0x3c5a53,'iterations':0x1}),'init':function(_0x462ca1){const _0xc70d22=_0x53b7ad;this[_0xc70d22(0x529)]=this['cfg'][_0xc70d22(0x51a)](_0x462ca1);},'compute':function(_0x462448,_0x5779f0){const _0x155654=_0x53b7ad;for(var _0x5056dc,_0xececbc=this['cfg'],_0x203e3e=_0xececbc[_0x155654(0x4a2)][_0x155654(0x5d0)](),_0x46981b=_0x5d8d16['create'](),_0xe5a89d=_0x46981b[_0x155654(0x51b)],_0x24e952=_0xececbc[_0x155654(0x47b)],_0x5e76cc=_0xececbc[_0x155654(0x3c7)];_0xe5a89d[_0x155654(0x2b7)]<_0x24e952;){_0x5056dc&&_0x203e3e[_0x155654(0x215)](_0x5056dc),_0x5056dc=_0x203e3e[_0x155654(0x215)](_0x462448)[_0x155654(0x18f)](_0x5779f0),_0x203e3e[_0x155654(0x427)]();for(var _0xde72d4=0x1;_0xde72d4<_0x5e76cc;_0xde72d4++)_0x5056dc=_0x203e3e[_0x155654(0x18f)](_0x5056dc),_0x203e3e[_0x155654(0x427)]();_0x46981b[_0x155654(0x526)](_0x5056dc);}return _0x46981b[_0x155654(0x409)]=_0x24e952*0x4,_0x46981b;}});_0x254fb9[_0x53b7ad(0x34c)]=function(_0x68de16,_0x525eb8,_0x5e39de){const _0x2dc5d3=_0x53b7ad;return _0xbbc90f[_0x2dc5d3(0x5d0)](_0x5e39de)[_0x2dc5d3(0x46d)](_0x68de16,_0x525eb8);};}()),_0x2b33a6['EvpKDF'];}));}(_0x13400a)),_0x13400a[_0xfd4c0f(0x4be)];}var _0x455316={'exports':{}},_0x2a4be1;function _0x10d9ea(){const _0x341ed6=_0x4176ec;return _0x2a4be1||(_0x2a4be1=0x1,function(_0xbd8209,_0x354610){(function(_0x2721b6,_0x2c8804,_0x23cf2c){const _0x33eebc=_0x352d;_0xbd8209[_0x33eebc(0x4be)]=_0x2c8804(_0x4cb391(),_0x4221cc());}(_0x37786d,function(_0x2a77f8){const _0x147a55=_0x352d;_0x2a77f8[_0x147a55(0x1e7)]['Cipher']||function(_0x19132d){const _0x63837e=_0x147a55;var _0x3ad36f=_0x2a77f8,_0x98d360=_0x3ad36f['lib'],_0x48b732=_0x98d360['Base'],_0x35e073=_0x98d360['WordArray'],_0x566285=_0x98d360[_0x63837e(0x214)],_0x234929=_0x3ad36f[_0x63837e(0x378)];_0x234929['Utf8'];var _0x5677e2=_0x234929[_0x63837e(0x316)],_0x531dc5=_0x3ad36f[_0x63837e(0x343)],_0x566cf0=_0x531dc5[_0x63837e(0x34c)],_0x225c28=_0x98d360[_0x63837e(0x4f6)]=_0x566285[_0x63837e(0x51a)]({'cfg':_0x48b732[_0x63837e(0x51a)](),'createEncryptor':function(_0x128e37,_0x6c58af){const _0x852c07=_0x63837e;return this[_0x852c07(0x5d0)](this[_0x852c07(0x49a)],_0x128e37,_0x6c58af);},'createDecryptor':function(_0x3ffa1b,_0x2d56a3){const _0x552be8=_0x63837e;return this[_0x552be8(0x5d0)](this['_DEC_XFORM_MODE'],_0x3ffa1b,_0x2d56a3);},'init':function(_0x12571e,_0x4e04f2,_0x26676d){const _0x2e0068=_0x63837e;this[_0x2e0068(0x529)]=this[_0x2e0068(0x529)][_0x2e0068(0x51a)](_0x26676d),this[_0x2e0068(0x202)]=_0x12571e,this['_key']=_0x4e04f2,this[_0x2e0068(0x427)]();},'reset':function(){const _0x3ffaa2=_0x63837e;_0x566285[_0x3ffaa2(0x427)][_0x3ffaa2(0x35e)](this),this['_doReset']();},'process':function(_0x45cb0c){const _0x5f2111=_0x63837e;return this[_0x5f2111(0x166)](_0x45cb0c),this[_0x5f2111(0x293)]();},'finalize':function(_0x5e5671){const _0x38a7ac=_0x63837e;_0x5e5671&&this[_0x38a7ac(0x166)](_0x5e5671);var _0x42be8b=this[_0x38a7ac(0x37d)]();return _0x42be8b;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x271565(_0x42b866){const _0x4eaff8=_0x352d;return typeof _0x42b866==_0x4eaff8(0x199)?_0x28a3b5:_0x548e13;}return function(_0x2f4661){return{'encrypt':function(_0x528319,_0x3004ec,_0x23d9a6){const _0x4ec712=_0x352d;return _0x271565(_0x3004ec)[_0x4ec712(0x335)](_0x2f4661,_0x528319,_0x3004ec,_0x23d9a6);},'decrypt':function(_0x305c54,_0x345912,_0x27afe9){const _0x492579=_0x352d;return _0x271565(_0x345912)[_0x492579(0x4d8)](_0x2f4661,_0x305c54,_0x345912,_0x27afe9);}};};}())});_0x98d360[_0x63837e(0x4e7)]=_0x225c28['extend']({'_doFinalize':function(){const _0xa99732=_0x63837e;var _0x5b2984=this[_0xa99732(0x293)](!0x0);return _0x5b2984;},'blockSize':0x1});var _0x568d0b=_0x3ad36f[_0x63837e(0x305)]={},_0x44b6fc=_0x98d360[_0x63837e(0x599)]=_0x48b732[_0x63837e(0x51a)]({'createEncryptor':function(_0x3cfacc,_0x4416b3){const _0x1d0e6c=_0x63837e;return this[_0x1d0e6c(0x3a1)]['create'](_0x3cfacc,_0x4416b3);},'createDecryptor':function(_0x2f54d3,_0xc10d66){return this['Decryptor']['create'](_0x2f54d3,_0xc10d66);},'init':function(_0x219b7e,_0x369c43){const _0x1108d1=_0x63837e;this[_0x1108d1(0x3ce)]=_0x219b7e,this['_iv']=_0x369c43;}}),_0x204c28=_0x568d0b[_0x63837e(0x54e)]=(function(){const _0x3af34e=_0x63837e;var _0x3597f7=_0x44b6fc['extend']();_0x3597f7[_0x3af34e(0x3a1)]=_0x3597f7[_0x3af34e(0x51a)]({'processBlock':function(_0x22a2aa,_0x39d320){const _0x4847a6=_0x3af34e;var _0x1414ea=this[_0x4847a6(0x3ce)],_0x50f923=_0x1414ea[_0x4847a6(0x290)];_0x2af53e[_0x4847a6(0x35e)](this,_0x22a2aa,_0x39d320,_0x50f923),_0x1414ea['encryptBlock'](_0x22a2aa,_0x39d320),this[_0x4847a6(0x29c)]=_0x22a2aa[_0x4847a6(0x2de)](_0x39d320,_0x39d320+_0x50f923);}}),_0x3597f7[_0x3af34e(0x1f5)]=_0x3597f7[_0x3af34e(0x51a)]({'processBlock':function(_0x146ccc,_0x8118d2){const _0x41e3bb=_0x3af34e;var _0x2580d0=this['_cipher'],_0x2ceaaa=_0x2580d0[_0x41e3bb(0x290)],_0x308723=_0x146ccc[_0x41e3bb(0x2de)](_0x8118d2,_0x8118d2+_0x2ceaaa);_0x2580d0[_0x41e3bb(0x197)](_0x146ccc,_0x8118d2),_0x2af53e[_0x41e3bb(0x35e)](this,_0x146ccc,_0x8118d2,_0x2ceaaa),this['_prevBlock']=_0x308723;}});function _0x2af53e(_0x90ab51,_0x34450a,_0x474a37){const _0x22db83=_0x3af34e;var _0x25ec6d,_0x2aeaba=this[_0x22db83(0x585)];_0x2aeaba?(_0x25ec6d=_0x2aeaba,this[_0x22db83(0x585)]=_0x19132d):_0x25ec6d=this['_prevBlock'];for(var _0x505061=0x0;_0x505061<_0x474a37;_0x505061++)_0x90ab51[_0x34450a+_0x505061]^=_0x25ec6d[_0x505061];}return _0x3597f7;}()),_0x57f3e1=_0x3ad36f[_0x63837e(0x3eb)]={},_0x23a745=_0x57f3e1[_0x63837e(0x2b1)]={'pad':function(_0x270f0a,_0xff2520){const _0x239fdb=_0x63837e;for(var _0x4e88d7=_0xff2520*0x4,_0x2b02cb=_0x4e88d7-_0x270f0a[_0x239fdb(0x409)]%_0x4e88d7,_0x2126ae=_0x2b02cb<<0x18|_0x2b02cb<<0x10|_0x2b02cb<<0x8|_0x2b02cb,_0x1d8007=[],_0x1b1442=0x0;_0x1b1442<_0x2b02cb;_0x1b1442+=0x4)_0x1d8007[_0x239fdb(0x455)](_0x2126ae);var _0x56724d=_0x35e073[_0x239fdb(0x5d0)](_0x1d8007,_0x2b02cb);_0x270f0a[_0x239fdb(0x526)](_0x56724d);},'unpad':function(_0x30f69e){const _0x6e17fd=_0x63837e;var _0x18f834=_0x30f69e[_0x6e17fd(0x51b)][_0x30f69e[_0x6e17fd(0x409)]-0x1>>>0x2]&0xff;_0x30f69e['sigBytes']-=_0x18f834;}};_0x98d360[_0x63837e(0x533)]=_0x225c28[_0x63837e(0x51a)]({'cfg':_0x225c28[_0x63837e(0x529)][_0x63837e(0x51a)]({'mode':_0x204c28,'padding':_0x23a745}),'reset':function(){const _0x5253ef=_0x63837e;var _0x38289c;_0x225c28[_0x5253ef(0x427)][_0x5253ef(0x35e)](this);var _0xf00317=this[_0x5253ef(0x529)],_0x54998c=_0xf00317['iv'],_0x49f2c5=_0xf00317[_0x5253ef(0x305)];this[_0x5253ef(0x202)]==this[_0x5253ef(0x49a)]?_0x38289c=_0x49f2c5[_0x5253ef(0x4d6)]:(_0x38289c=_0x49f2c5[_0x5253ef(0x282)],this[_0x5253ef(0x164)]=0x1),this[_0x5253ef(0x322)]&&this[_0x5253ef(0x322)][_0x5253ef(0x410)]==_0x38289c?this['_mode'][_0x5253ef(0x15b)](this,_0x54998c&&_0x54998c[_0x5253ef(0x51b)]):(this[_0x5253ef(0x322)]=_0x38289c[_0x5253ef(0x35e)](_0x49f2c5,this,_0x54998c&&_0x54998c[_0x5253ef(0x51b)]),this[_0x5253ef(0x322)][_0x5253ef(0x410)]=_0x38289c);},'_doProcessBlock':function(_0x40c786,_0x3443a7){const _0x3c1899=_0x63837e;this['_mode'][_0x3c1899(0x1af)](_0x40c786,_0x3443a7);},'_doFinalize':function(){const _0xb713ea=_0x63837e;var _0x1a6b5f,_0x23c672=this[_0xb713ea(0x529)][_0xb713ea(0x134)];return this['_xformMode']==this[_0xb713ea(0x49a)]?(_0x23c672[_0xb713ea(0x3eb)](this['_data'],this[_0xb713ea(0x290)]),_0x1a6b5f=this['_process'](!0x0)):(_0x1a6b5f=this[_0xb713ea(0x293)](!0x0),_0x23c672['unpad'](_0x1a6b5f)),_0x1a6b5f;},'blockSize':0x80/0x20});var _0x52eb4c=_0x98d360[_0x63837e(0x150)]=_0x48b732['extend']({'init':function(_0xcc51e0){this['mixIn'](_0xcc51e0);},'toString':function(_0x5b091a){const _0x399277=_0x63837e;return(_0x5b091a||this[_0x399277(0x2a3)])[_0x399277(0x385)](this);}}),_0x46915b=_0x3ad36f[_0x63837e(0x129)]={},_0x2f9e6a=_0x46915b[_0x63837e(0x33e)]={'stringify':function(_0x331bf5){const _0x2068e7=_0x63837e;var _0x1c3281,_0x2b3900=_0x331bf5[_0x2068e7(0x403)],_0x39c547=_0x331bf5[_0x2068e7(0x445)];return _0x39c547?_0x1c3281=_0x35e073[_0x2068e7(0x5d0)]([0x53616c74,0x65645f5f])[_0x2068e7(0x526)](_0x39c547)['concat'](_0x2b3900):_0x1c3281=_0x2b3900,_0x1c3281['toString'](_0x5677e2);},'parse':function(_0x263a74){const _0x29e6f0=_0x63837e;var _0x54060e,_0x3a7b59=_0x5677e2[_0x29e6f0(0x25b)](_0x263a74),_0x44c0af=_0x3a7b59[_0x29e6f0(0x51b)];return _0x44c0af[0x0]==0x53616c74&&_0x44c0af[0x1]==0x65645f5f&&(_0x54060e=_0x35e073[_0x29e6f0(0x5d0)](_0x44c0af[_0x29e6f0(0x2de)](0x2,0x4)),_0x44c0af['splice'](0x0,0x4),_0x3a7b59[_0x29e6f0(0x409)]-=0x10),_0x52eb4c['create']({'ciphertext':_0x3a7b59,'salt':_0x54060e});}},_0x548e13=_0x98d360[_0x63837e(0x327)]=_0x48b732['extend']({'cfg':_0x48b732['extend']({'format':_0x2f9e6a}),'encrypt':function(_0x232d3d,_0x5b789c,_0x5a57ca,_0x1ec987){const _0x3d2827=_0x63837e;_0x1ec987=this[_0x3d2827(0x529)]['extend'](_0x1ec987);var _0x3204d7=_0x232d3d[_0x3d2827(0x4d6)](_0x5a57ca,_0x1ec987),_0x3ee9b1=_0x3204d7['finalize'](_0x5b789c),_0x5bdf9f=_0x3204d7[_0x3d2827(0x529)];return _0x52eb4c[_0x3d2827(0x5d0)]({'ciphertext':_0x3ee9b1,'key':_0x5a57ca,'iv':_0x5bdf9f['iv'],'algorithm':_0x232d3d,'mode':_0x5bdf9f[_0x3d2827(0x305)],'padding':_0x5bdf9f[_0x3d2827(0x134)],'blockSize':_0x232d3d[_0x3d2827(0x290)],'formatter':_0x1ec987['format']});},'decrypt':function(_0x575905,_0x550f74,_0x462593,_0x491d4e){const _0x42eb7b=_0x63837e;_0x491d4e=this[_0x42eb7b(0x529)][_0x42eb7b(0x51a)](_0x491d4e),_0x550f74=this[_0x42eb7b(0x4e6)](_0x550f74,_0x491d4e[_0x42eb7b(0x129)]);var _0xb503bd=_0x575905['createDecryptor'](_0x462593,_0x491d4e)[_0x42eb7b(0x18f)](_0x550f74['ciphertext']);return _0xb503bd;},'_parse':function(_0x3bd814,_0x262fa0){const _0x122f11=_0x63837e;return typeof _0x3bd814==_0x122f11(0x199)?_0x262fa0[_0x122f11(0x25b)](_0x3bd814,this):_0x3bd814;}}),_0x34fc36=_0x3ad36f[_0x63837e(0x486)]={},_0x77079=_0x34fc36['OpenSSL']={'execute':function(_0x52f6d2,_0x576be4,_0x30d0d1,_0x35f018,_0xba283){const _0x5ed0ce=_0x63837e;if(_0x35f018||(_0x35f018=_0x35e073[_0x5ed0ce(0x2f3)](0x40/0x8)),_0xba283)var _0x2fface=_0x566cf0[_0x5ed0ce(0x5d0)]({'keySize':_0x576be4+_0x30d0d1,'hasher':_0xba283})[_0x5ed0ce(0x46d)](_0x52f6d2,_0x35f018);else var _0x2fface=_0x566cf0[_0x5ed0ce(0x5d0)]({'keySize':_0x576be4+_0x30d0d1})['compute'](_0x52f6d2,_0x35f018);var _0x4868af=_0x35e073[_0x5ed0ce(0x5d0)](_0x2fface['words'][_0x5ed0ce(0x2de)](_0x576be4),_0x30d0d1*0x4);return _0x2fface['sigBytes']=_0x576be4*0x4,_0x52eb4c[_0x5ed0ce(0x5d0)]({'key':_0x2fface,'iv':_0x4868af,'salt':_0x35f018});}},_0x28a3b5=_0x98d360[_0x63837e(0x3cc)]=_0x548e13[_0x63837e(0x51a)]({'cfg':_0x548e13[_0x63837e(0x529)][_0x63837e(0x51a)]({'kdf':_0x77079}),'encrypt':function(_0x3a4be4,_0x993802,_0x58de48,_0x2d69b3){const _0x3c1017=_0x63837e;_0x2d69b3=this[_0x3c1017(0x529)][_0x3c1017(0x51a)](_0x2d69b3);var _0x38a66d=_0x2d69b3[_0x3c1017(0x486)][_0x3c1017(0x59b)](_0x58de48,_0x3a4be4[_0x3c1017(0x47b)],_0x3a4be4['ivSize'],_0x2d69b3['salt'],_0x2d69b3['hasher']);_0x2d69b3['iv']=_0x38a66d['iv'];var _0xaf8b46=_0x548e13[_0x3c1017(0x335)][_0x3c1017(0x35e)](this,_0x3a4be4,_0x993802,_0x38a66d[_0x3c1017(0x546)],_0x2d69b3);return _0xaf8b46['mixIn'](_0x38a66d),_0xaf8b46;},'decrypt':function(_0x10042b,_0x56fd1a,_0x526053,_0x3738b0){const _0x1052ca=_0x63837e;_0x3738b0=this[_0x1052ca(0x529)][_0x1052ca(0x51a)](_0x3738b0),_0x56fd1a=this[_0x1052ca(0x4e6)](_0x56fd1a,_0x3738b0[_0x1052ca(0x129)]);var _0x329bf7=_0x3738b0[_0x1052ca(0x486)]['execute'](_0x526053,_0x10042b[_0x1052ca(0x47b)],_0x10042b[_0x1052ca(0x27b)],_0x56fd1a[_0x1052ca(0x445)],_0x3738b0[_0x1052ca(0x4a2)]);_0x3738b0['iv']=_0x329bf7['iv'];var _0x3bc782=_0x548e13[_0x1052ca(0x4d8)][_0x1052ca(0x35e)](this,_0x10042b,_0x56fd1a,_0x329bf7[_0x1052ca(0x546)],_0x3738b0);return _0x3bc782;}});}();}));}(_0x455316)),_0x455316[_0x341ed6(0x4be)];}(function(_0x52a524,_0x426ec2){(function(_0x1c8792,_0x2a68fe,_0x409c60){const _0x57efff=_0x352d;_0x52a524[_0x57efff(0x4be)]=_0x2a68fe(_0x4cb391(),_0x2c4881(),_0x2c0034(),_0x4221cc(),_0x10d9ea());}(_0x37786d,function(_0x5b1bbc){const _0xab6cdd=_0x352d;return(function(){const _0x3a5057=_0x352d;var _0x198837=_0x5b1bbc,_0x32f1ee=_0x198837['lib'],_0xe88560=_0x32f1ee[_0x3a5057(0x533)],_0x1cc139=_0x198837['algo'],_0x31db68=[],_0x5f26bb=[],_0x23adaf=[],_0x7c10a9=[],_0x456f0b=[],_0x5c941d=[],_0x18a815=[],_0x2fa0bb=[],_0x18e9f2=[],_0x1065b8=[];(function(){for(var _0x481c6c=[],_0x692df9=0x0;_0x692df9<0x100;_0x692df9++)_0x692df9<0x80?_0x481c6c[_0x692df9]=_0x692df9<<0x1:_0x481c6c[_0x692df9]=_0x692df9<<0x1^0x11b;for(var _0x9d338=0x0,_0x1d8c72=0x0,_0x692df9=0x0;_0x692df9<0x100;_0x692df9++){var _0x14605e=_0x1d8c72^_0x1d8c72<<0x1^_0x1d8c72<<0x2^_0x1d8c72<<0x3^_0x1d8c72<<0x4;_0x14605e=_0x14605e>>>0x8^_0x14605e&0xff^0x63,_0x31db68[_0x9d338]=_0x14605e,_0x5f26bb[_0x14605e]=_0x9d338;var _0x20345a=_0x481c6c[_0x9d338],_0x5cfa0f=_0x481c6c[_0x20345a],_0x393181=_0x481c6c[_0x5cfa0f],_0x4e8f1b=_0x481c6c[_0x14605e]*0x101^_0x14605e*0x1010100;_0x23adaf[_0x9d338]=_0x4e8f1b<<0x18|_0x4e8f1b>>>0x8,_0x7c10a9[_0x9d338]=_0x4e8f1b<<0x10|_0x4e8f1b>>>0x10,_0x456f0b[_0x9d338]=_0x4e8f1b<<0x8|_0x4e8f1b>>>0x18,_0x5c941d[_0x9d338]=_0x4e8f1b;var _0x4e8f1b=_0x393181*0x1010101^_0x5cfa0f*0x10001^_0x20345a*0x101^_0x9d338*0x1010100;_0x18a815[_0x14605e]=_0x4e8f1b<<0x18|_0x4e8f1b>>>0x8,_0x2fa0bb[_0x14605e]=_0x4e8f1b<<0x10|_0x4e8f1b>>>0x10,_0x18e9f2[_0x14605e]=_0x4e8f1b<<0x8|_0x4e8f1b>>>0x18,_0x1065b8[_0x14605e]=_0x4e8f1b,_0x9d338?(_0x9d338=_0x20345a^_0x481c6c[_0x481c6c[_0x481c6c[_0x393181^_0x20345a]]],_0x1d8c72^=_0x481c6c[_0x481c6c[_0x1d8c72]]):_0x9d338=_0x1d8c72=0x1;}}());var _0x194e8c=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0x1838a6=_0x1cc139[_0x3a5057(0x338)]=_0xe88560[_0x3a5057(0x51a)]({'_doReset':function(){const _0x179fc9=_0x3a5057;var _0x32c548;if(!(this[_0x179fc9(0x2fa)]&&this[_0x179fc9(0x289)]===this[_0x179fc9(0x12a)])){for(var _0x42f373=this[_0x179fc9(0x289)]=this[_0x179fc9(0x12a)],_0x339b05=_0x42f373[_0x179fc9(0x51b)],_0x17281d=_0x42f373[_0x179fc9(0x409)]/0x4,_0x532edb=this[_0x179fc9(0x2fa)]=_0x17281d+0x6,_0x4d262e=(_0x532edb+0x1)*0x4,_0x48b54a=this[_0x179fc9(0x206)]=[],_0x4ce392=0x0;_0x4ce392<_0x4d262e;_0x4ce392++)_0x4ce392<_0x17281d?_0x48b54a[_0x4ce392]=_0x339b05[_0x4ce392]:(_0x32c548=_0x48b54a[_0x4ce392-0x1],_0x4ce392%_0x17281d?_0x17281d>0x6&&_0x4ce392%_0x17281d==0x4&&(_0x32c548=_0x31db68[_0x32c548>>>0x18]<<0x18|_0x31db68[_0x32c548>>>0x10&0xff]<<0x10|_0x31db68[_0x32c548>>>0x8&0xff]<<0x8|_0x31db68[_0x32c548&0xff]):(_0x32c548=_0x32c548<<0x8|_0x32c548>>>0x18,_0x32c548=_0x31db68[_0x32c548>>>0x18]<<0x18|_0x31db68[_0x32c548>>>0x10&0xff]<<0x10|_0x31db68[_0x32c548>>>0x8&0xff]<<0x8|_0x31db68[_0x32c548&0xff],_0x32c548^=_0x194e8c[_0x4ce392/_0x17281d|0x0]<<0x18),_0x48b54a[_0x4ce392]=_0x48b54a[_0x4ce392-_0x17281d]^_0x32c548);for(var _0x2f1b2d=this[_0x179fc9(0x1ee)]=[],_0x52f394=0x0;_0x52f394<_0x4d262e;_0x52f394++){var _0x4ce392=_0x4d262e-_0x52f394;if(_0x52f394%0x4)var _0x32c548=_0x48b54a[_0x4ce392];else var _0x32c548=_0x48b54a[_0x4ce392-0x4];_0x52f394<0x4||_0x4ce392<=0x4?_0x2f1b2d[_0x52f394]=_0x32c548:_0x2f1b2d[_0x52f394]=_0x18a815[_0x31db68[_0x32c548>>>0x18]]^_0x2fa0bb[_0x31db68[_0x32c548>>>0x10&0xff]]^_0x18e9f2[_0x31db68[_0x32c548>>>0x8&0xff]]^_0x1065b8[_0x31db68[_0x32c548&0xff]];}}},'encryptBlock':function(_0x3dea61,_0x446490){const _0x11b0be=_0x3a5057;this['_doCryptBlock'](_0x3dea61,_0x446490,this[_0x11b0be(0x206)],_0x23adaf,_0x7c10a9,_0x456f0b,_0x5c941d,_0x31db68);},'decryptBlock':function(_0x563b56,_0x5d60b3){const _0x4b9d15=_0x3a5057;var _0x56fbb1=_0x563b56[_0x5d60b3+0x1];_0x563b56[_0x5d60b3+0x1]=_0x563b56[_0x5d60b3+0x3],_0x563b56[_0x5d60b3+0x3]=_0x56fbb1,this[_0x4b9d15(0x4ae)](_0x563b56,_0x5d60b3,this[_0x4b9d15(0x1ee)],_0x18a815,_0x2fa0bb,_0x18e9f2,_0x1065b8,_0x5f26bb);var _0x56fbb1=_0x563b56[_0x5d60b3+0x1];_0x563b56[_0x5d60b3+0x1]=_0x563b56[_0x5d60b3+0x3],_0x563b56[_0x5d60b3+0x3]=_0x56fbb1;},'_doCryptBlock':function(_0x5c23ee,_0x789e02,_0x1ef36f,_0x348055,_0x251b4e,_0x3530fc,_0x13e638,_0x3360e6){for(var _0x55bc26=this['_nRounds'],_0x78fc30=_0x5c23ee[_0x789e02]^_0x1ef36f[0x0],_0x203739=_0x5c23ee[_0x789e02+0x1]^_0x1ef36f[0x1],_0x131f6a=_0x5c23ee[_0x789e02+0x2]^_0x1ef36f[0x2],_0x1aa45e=_0x5c23ee[_0x789e02+0x3]^_0x1ef36f[0x3],_0x31b5b5=0x4,_0x58cfc3=0x1;_0x58cfc3<_0x55bc26;_0x58cfc3++){var _0x2886ee=_0x348055[_0x78fc30>>>0x18]^_0x251b4e[_0x203739>>>0x10&0xff]^_0x3530fc[_0x131f6a>>>0x8&0xff]^_0x13e638[_0x1aa45e&0xff]^_0x1ef36f[_0x31b5b5++],_0x3bedba=_0x348055[_0x203739>>>0x18]^_0x251b4e[_0x131f6a>>>0x10&0xff]^_0x3530fc[_0x1aa45e>>>0x8&0xff]^_0x13e638[_0x78fc30&0xff]^_0x1ef36f[_0x31b5b5++],_0x3ed617=_0x348055[_0x131f6a>>>0x18]^_0x251b4e[_0x1aa45e>>>0x10&0xff]^_0x3530fc[_0x78fc30>>>0x8&0xff]^_0x13e638[_0x203739&0xff]^_0x1ef36f[_0x31b5b5++],_0x111a23=_0x348055[_0x1aa45e>>>0x18]^_0x251b4e[_0x78fc30>>>0x10&0xff]^_0x3530fc[_0x203739>>>0x8&0xff]^_0x13e638[_0x131f6a&0xff]^_0x1ef36f[_0x31b5b5++];_0x78fc30=_0x2886ee,_0x203739=_0x3bedba,_0x131f6a=_0x3ed617,_0x1aa45e=_0x111a23;}var _0x2886ee=(_0x3360e6[_0x78fc30>>>0x18]<<0x18|_0x3360e6[_0x203739>>>0x10&0xff]<<0x10|_0x3360e6[_0x131f6a>>>0x8&0xff]<<0x8|_0x3360e6[_0x1aa45e&0xff])^_0x1ef36f[_0x31b5b5++],_0x3bedba=(_0x3360e6[_0x203739>>>0x18]<<0x18|_0x3360e6[_0x131f6a>>>0x10&0xff]<<0x10|_0x3360e6[_0x1aa45e>>>0x8&0xff]<<0x8|_0x3360e6[_0x78fc30&0xff])^_0x1ef36f[_0x31b5b5++],_0x3ed617=(_0x3360e6[_0x131f6a>>>0x18]<<0x18|_0x3360e6[_0x1aa45e>>>0x10&0xff]<<0x10|_0x3360e6[_0x78fc30>>>0x8&0xff]<<0x8|_0x3360e6[_0x203739&0xff])^_0x1ef36f[_0x31b5b5++],_0x111a23=(_0x3360e6[_0x1aa45e>>>0x18]<<0x18|_0x3360e6[_0x78fc30>>>0x10&0xff]<<0x10|_0x3360e6[_0x203739>>>0x8&0xff]<<0x8|_0x3360e6[_0x131f6a&0xff])^_0x1ef36f[_0x31b5b5++];_0x5c23ee[_0x789e02]=_0x2886ee,_0x5c23ee[_0x789e02+0x1]=_0x3bedba,_0x5c23ee[_0x789e02+0x2]=_0x3ed617,_0x5c23ee[_0x789e02+0x3]=_0x111a23;},'keySize':0x100/0x20});_0x198837['AES']=_0xe88560[_0x3a5057(0x331)](_0x1838a6);}()),_0x5b1bbc[_0xab6cdd(0x338)];}));}(_0x517fb0));var _0x42750f=_0x517fb0[_0x4176ec(0x4be)];const _0x39261d=_0x53bc33(_0x42750f);var _0x2fc7f7=_0x2c4881();const _0x102696=_0x53bc33(_0x2fc7f7);var _0xe95a83={'exports':{}};(function(_0x3851bd,_0x42b192){(function(_0x57444b,_0x57fc3e){const _0x45ecf4=_0x352d;_0x3851bd[_0x45ecf4(0x4be)]=_0x57fc3e(_0x4cb391());}(_0x37786d,function(_0x233ea7){const _0x2a2408=_0x352d;return _0x233ea7['enc'][_0x2a2408(0x28d)];}));}(_0xe95a83));var _0x5a306f=_0xe95a83[_0x4176ec(0x4be)];const _0x24097e=_0x53bc33(_0x5a306f);var _0x4e895f={'exports':{}};(function(_0x52915c,_0xda8a48){(function(_0x726c2b,_0x1655c8){const _0x51a53a=_0x352d;_0x52915c[_0x51a53a(0x4be)]=_0x1655c8(_0x4cb391());}(_0x37786d,function(_0xb813e5){const _0xbfb953=_0x352d;return(function(){const _0xab3fa0=_0x352d;if(typeof ArrayBuffer=='function'){var _0x39e0f3=_0xb813e5,_0x45a9b9=_0x39e0f3[_0xab3fa0(0x1e7)],_0x566803=_0x45a9b9[_0xab3fa0(0x422)],_0x58b286=_0x566803[_0xab3fa0(0x15b)],_0x5d982=_0x566803[_0xab3fa0(0x15b)]=function(_0x2568f0){const _0xf5182c=_0xab3fa0;if(_0x2568f0 instanceof ArrayBuffer&&(_0x2568f0=new Uint8Array(_0x2568f0)),(_0x2568f0 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x2568f0 instanceof Uint8ClampedArray||_0x2568f0 instanceof Int16Array||_0x2568f0 instanceof Uint16Array||_0x2568f0 instanceof Int32Array||_0x2568f0 instanceof Uint32Array||_0x2568f0 instanceof Float32Array||_0x2568f0 instanceof Float64Array)&&(_0x2568f0=new Uint8Array(_0x2568f0['buffer'],_0x2568f0['byteOffset'],_0x2568f0[_0xf5182c(0x2a8)])),_0x2568f0 instanceof Uint8Array){for(var _0x25c02f=_0x2568f0[_0xf5182c(0x2a8)],_0x2f4328=[],_0x216715=0x0;_0x216715<_0x25c02f;_0x216715++)_0x2f4328[_0x216715>>>0x2]|=_0x2568f0[_0x216715]<<0x18-_0x216715%0x4*0x8;_0x58b286[_0xf5182c(0x35e)](this,_0x2f4328,_0x25c02f);}else _0x58b286['apply'](this,arguments);};_0x5d982[_0xab3fa0(0x3a9)]=_0x566803;}}()),_0xb813e5[_0xbfb953(0x1e7)]['WordArray'];}));}(_0x4e895f));var _0x3481e9=_0x4e895f['exports'];const _0x4ece88=_0x53bc33(_0x3481e9);var _0x165969={'exports':{}};(function(_0x52b6d8,_0x484811){(function(_0x1645dd,_0x18a562,_0x3d6943){const _0x241401=_0x352d;_0x52b6d8[_0x241401(0x4be)]=_0x18a562(_0x4cb391(),_0x10d9ea());}(_0x37786d,function(_0x58e143){const _0x34614a=_0x352d;return _0x58e143['pad'][_0x34614a(0x23e)]={'pad':function(){},'unpad':function(){}},_0x58e143['pad'][_0x34614a(0x23e)];}));}(_0x165969));var _0x39c675=_0x165969[_0x4176ec(0x4be)];const _0x452d43=_0x53bc33(_0x39c675);function _0x5d77fa(_0x1ebe12,_0xc16d96){const _0x2900ae=_0x4176ec,_0x52e11d=_0xc16d96-_0x1ebe12[_0x2900ae(0x2b7)]%_0xc16d96,_0x4180e9=String[_0x2900ae(0x27d)](_0x52e11d)[_0x2900ae(0x482)](_0x52e11d);return _0x1ebe12+_0x4180e9;}function _0x4ec9d2(_0x45c50e,_0x3d353f){const _0x5c78af=_0x4176ec,_0x527157=_0x4ece88[_0x5c78af(0x2f3)](0x10),_0x597846=_0x5d77fa(_0x45c50e,0x10),_0x813093=_0x39261d[_0x5c78af(0x335)](_0x24097e['parse'](_0x597846),_0x102696[_0x5c78af(0x25b)](_0x3d353f),{'iv':_0x527157,'padding':_0x452d43});return _0x527157[_0x5c78af(0x526)](_0x813093['ciphertext'])['toString'](_0x102696);}function _0x342449(){const _0x43dc6f=_0x4176ec,_0x1db20f=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)[_0x43dc6f(0x4f8)];if(_0x1db20f){const _0x3b0940={'time':Math[_0x43dc6f(0x217)](Date[_0x43dc6f(0x4d1)]()/0x3e8),'domain':location[_0x43dc6f(0x47e)]};return _0x4ec9d2(JSON[_0x43dc6f(0x385)](_0x3b0940),_0x1db20f);}}var _0x297ca2=Object[_0x4176ec(0x2b4)],_0xbac34d=Object[_0x4176ec(0x48c)],_0x4fe85a=(_0x241570,_0x413c20,_0x1c5e5c,_0x1875fe)=>{const _0x5f2a53=_0x4176ec;for(var _0x10df0f=_0x1875fe>0x1?void 0x0:_0x1875fe?_0xbac34d(_0x413c20,_0x1c5e5c):_0x413c20,_0x145275=_0x241570[_0x5f2a53(0x2b7)]-0x1,_0x2b734f;_0x145275>=0x0;_0x145275--)(_0x2b734f=_0x241570[_0x145275])&&(_0x10df0f=(_0x1875fe?_0x2b734f(_0x413c20,_0x1c5e5c,_0x10df0f):_0x2b734f(_0x10df0f))||_0x10df0f);return _0x1875fe&&_0x10df0f&&_0x297ca2(_0x413c20,_0x1c5e5c,_0x10df0f),_0x10df0f;},_0x2c5bf1=(_0x20dbab,_0x818643)=>(_0x18ccea,_0xab0d81)=>_0x818643(_0x18ccea,_0xab0d81,_0x20dbab);let _0x3606f5=class{constructor(_0x456222){const _0x24bb89=_0x4176ec;this['_httpService']=_0x456222,this[_0x24bb89(0x223)]();}[_0x4176ec(0x223)](){const _0x5a98ac=_0x4176ec;this['_httpService'][_0x5a98ac(0x3e7)]({'interceptor':(_0x28a1fa,_0x4c2b61)=>{const _0x26ca0f=_0x5a98ac,_0x4c01e0=_0x28a1fa[_0x26ca0f(0x4c1)],_0x4bb0b2=_0x342449();return _0x4bb0b2&&_0x4c01e0[_0x26ca0f(0x266)](_0x26ca0f(0x148),_0x4bb0b2),_0x4c2b61(_0x28a1fa);}});}};_0x3606f5=_0x4fe85a([_0x2c5bf1(0x0,_0xd3ef1d[_0x4176ec(0x2bc)](_0x46bbd6[_0x4176ec(0x180)]))],_0x3606f5);var _0x2e94b6=Object['defineProperty'],_0x8bb9fa=Object[_0x4176ec(0x48c)],_0x41d3bd=(_0x219481,_0x4068ff,_0x1a00cd,_0xbb84d5)=>{for(var _0x2d9ac9=_0xbb84d5>0x1?void 0x0:_0xbb84d5?_0x8bb9fa(_0x4068ff,_0x1a00cd):_0x4068ff,_0x275c02=_0x219481['length']-0x1,_0x364f89;_0x275c02>=0x0;_0x275c02--)(_0x364f89=_0x219481[_0x275c02])&&(_0x2d9ac9=(_0xbb84d5?_0x364f89(_0x4068ff,_0x1a00cd,_0x2d9ac9):_0x364f89(_0x2d9ac9))||_0x2d9ac9);return _0xbb84d5&&_0x2d9ac9&&_0x2e94b6(_0x4068ff,_0x1a00cd,_0x2d9ac9),_0x2d9ac9;},_0x345da1=(_0x363a0e,_0x87bb9d)=>(_0x52aa7f,_0x507883)=>_0x87bb9d(_0x52aa7f,_0x507883,_0x363a0e);const _0x1e3e44=[_0x4176ec(0x3ae),_0x4176ec(0x18a),_0x4176ec(0x3e3),_0x4176ec(0x1cb),'image/bmp'],_0x10816b=0x5*0x400*0x400,_0x59068d=_0x4176ec(0x40c),_0x570d12='/universer-api/stream/file/upload',_0x5d36d0=_0x4176ec(0x4c2),_0x2ca3a0='/universer-api/file/{fileID}/sign-url';_0x5e8095[_0x4176ec(0x55b)]=class{constructor(_0x57f377,_0x4038df,_0x22662a){const _0x5802d1=_0x4176ec;_0xddf92d(this,_0x5802d1(0x4e9),0x0),_0xddf92d(this,_0x5802d1(0x43e),new _0x2c8065[(_0x5802d1(0x58c))]()),_0xddf92d(this,_0x5802d1(0x4ba),this[_0x5802d1(0x43e)]),_0xddf92d(this,'_imageSourceCache',new Map()),(this['_httpService']=_0x57f377,this[_0x5802d1(0x1bf)]=_0x4038df,this[_0x5802d1(0x1d0)]=_0x22662a);}[_0x4176ec(0x38f)](_0x57d917){const _0x21e127=_0x4176ec;this[_0x21e127(0x4e9)]=_0x57d917,this[_0x21e127(0x43e)][_0x21e127(0x52a)](_0x57d917);}[_0x4176ec(0x5b0)](_0x606bf0,_0x3958e1){const _0x292d79=_0x4176ec;if(_0x3958e1===_0x542813['ImageSourceType'][_0x292d79(0x2e8)]){const _0xba1318=new Image();return _0xba1318[_0x292d79(0x254)]=_0x606bf0,_0xba1318;}return this[_0x292d79(0x15f)]['get'](_0x606bf0);}[_0x4176ec(0x40e)](_0x41864d,_0x3f6389,_0xb015df){const _0x34c085=_0x4176ec;_0x3f6389===_0x542813['ImageSourceType'][_0x34c085(0x2e8)]||_0xb015df==null||this[_0x34c085(0x15f)]['set'](_0x41864d,_0xb015df);}async[_0x4176ec(0x24f)](_0x542fe8){const _0x3e08d0=_0x4176ec;try{const _0x2be38f=this[_0x3e08d0(0x426)](this[_0x3e08d0(0x127)](),''+_0x542fe8),_0xc96be1=(await this[_0x3e08d0(0x3d6)][_0x3e08d0(0x313)](_0x2be38f))[_0x3e08d0(0x483)];if(_0xc96be1[_0x3e08d0(0x476)]&&_0xc96be1[_0x3e08d0(0x476)]['code']===_0xd6cb55['OK']){const _0x3b6ae8=new URL(_0xc96be1['url'],this[_0x3e08d0(0x2a4)]())[_0x3e08d0(0x530)]();return Promise[_0x3e08d0(0x446)](_0x3b6ae8);}return Promise[_0x3e08d0(0x347)](_0xc96be1[_0x3e08d0(0x476)]);}catch(_0x59a5fc){return Promise['reject'](_0x59a5fc);}}async['saveImage'](_0xda77a8){const _0x2a57b2=_0x4176ec;let _0x230d9d='';if(!_0x1e3e44['includes'](_0xda77a8[_0x2a57b2(0x286)]))return this[_0x2a57b2(0x141)](),Promise[_0x2a57b2(0x347)](new Error(_0x542813[_0x2a57b2(0x3ec)][_0x2a57b2(0x44d)]));if(_0xda77a8['size']>_0x10816b)return this[_0x2a57b2(0x141)](),Promise[_0x2a57b2(0x347)](new Error(_0x542813[_0x2a57b2(0x3ec)][_0x2a57b2(0x2e7)]));try{const _0x214472=new FormData();_0x214472[_0x2a57b2(0x3e1)]('file',_0xda77a8);const _0x38311b=this[_0x2a57b2(0x1d0)]['getFocusedUnit'](),_0x888a1e=_0x38311b==null?void 0x0:_0x38311b['getUnitId']();if(!_0x888a1e)throw new Error(_0x2a57b2(0x234));const _0x58029b=this[_0x2a57b2(0x2db)]()+_0x2a57b2(0x31c)+_0xda77a8['size'][_0x2a57b2(0x530)]()+'&source='+_0x14912f[_0x2a57b2(0x43a)]+_0x2a57b2(0x2e3)+encodeURIComponent(_0x888a1e),_0x46d01c=await(await fetch(_0x58029b,{'method':_0x2a57b2(0x5c3),'body':_0x214472}))[_0x2a57b2(0x49d)]();if(typeof _0x46d01c['FileId']!=_0x2a57b2(0x199))return this['_decreaseWaiting'](),Promise[_0x2a57b2(0x347)](new Error(_0x542813['ImageUploadStatusType']['ERROR_IMAGE']));_0x230d9d=_0x46d01c[_0x2a57b2(0x2e4)];}catch{return this[_0x2a57b2(0x141)](),Promise['reject'](new Error(_0x542813['ImageUploadStatusType'][_0x2a57b2(0x586)]));}return new Promise((_0x4ef9d2,_0x7e9e0f)=>{const _0x129b17=_0x2a57b2,_0x18fe3e=new FileReader();_0x18fe3e[_0x129b17(0x3e9)](_0xda77a8),_0x18fe3e['onload']=_0x1639cf=>{const _0x1b9a9c=_0x129b17;var _0x33c955;const _0x1de913=(_0x33c955=_0x1639cf[_0x1b9a9c(0x2cd)])==null?void 0x0:_0x33c955[_0x1b9a9c(0x339)];if(_0x1de913==null){this[_0x1b9a9c(0x141)](),_0x7e9e0f(new Error(_0x542813['ImageUploadStatusType'][_0x1b9a9c(0x586)]));return;}const _0x44b671=_0xd3ef1d[_0x1b9a9c(0x471)]['generateRandomId'](0x6);_0x4ef9d2({'imageId':_0x44b671,'imageSourceType':_0x542813[_0x1b9a9c(0x3fa)][_0x1b9a9c(0x213)],'source':_0x230d9d,'base64Cache':_0x1de913,'status':_0x542813[_0x1b9a9c(0x3ec)][_0x1b9a9c(0x449)]}),this[_0x1b9a9c(0x141)]();};});}[_0x4176ec(0x2db)](){const _0x36eb35=_0x4176ec;var _0x57b93d,_0x56e1f4;const _0x58b784=this[_0x36eb35(0x1bf)][_0x36eb35(0x40b)](_0x59068d),_0x13aee5=this[_0x36eb35(0x1bf)]['getConfig'](_0x20ac24);return(_0x56e1f4=(_0x57b93d=_0x13aee5==null?void 0x0:_0x13aee5[_0x36eb35(0x2ab)])!=null?_0x57b93d:_0x58b784)!=null?_0x56e1f4:_0x570d12;}[_0x4176ec(0x127)](){const _0x3b3070=_0x4176ec;var _0x55efbf,_0x126ef8;const _0x5a0903=this[_0x3b3070(0x1bf)][_0x3b3070(0x40b)](_0x5d36d0),_0x1d3412=this[_0x3b3070(0x1bf)]['getConfig'](_0x20ac24);return(_0x126ef8=(_0x55efbf=_0x1d3412==null?void 0x0:_0x1d3412[_0x3b3070(0x584)])!=null?_0x55efbf:_0x5a0903)!=null?_0x126ef8:_0x2ca3a0;}[_0x4176ec(0x2a4)](){const _0x245776=_0x4176ec;var _0x369718;const _0x1b2297=this[_0x245776(0x1bf)][_0x245776(0x40b)](_0x20ac24);return(_0x369718=_0x1b2297==null?void 0x0:_0x1b2297[_0x245776(0x297)])!=null?_0x369718:location['origin'];}[_0x4176ec(0x426)](_0x224e82,_0x5bb1e1){const _0x541099=_0x4176ec;return _0x224e82[_0x541099(0x1bc)]('{fileID}',_0x5bb1e1);}[_0x4176ec(0x141)](){const _0x5716d4=_0x4176ec;this[_0x5716d4(0x4e9)]-=0x1,this[_0x5716d4(0x43e)][_0x5716d4(0x52a)](this[_0x5716d4(0x4e9)]);}},_0x5e8095[_0x4176ec(0x55b)]=_0x41d3bd([_0x345da1(0x0,_0xd3ef1d[_0x4176ec(0x2bc)](_0x46bbd6[_0x4176ec(0x180)])),_0x345da1(0x1,_0xd3ef1d[_0x4176ec(0x2ce)]),_0x345da1(0x2,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x2fc)]))],_0x5e8095[_0x4176ec(0x55b)]);var _0x28a421=Object['defineProperty'],_0x185b3c=Object[_0x4176ec(0x48c)],_0x9e538e=(_0x3fbb94,_0x26c7d0,_0x54d308,_0x2bdff7)=>{for(var _0x55ce2c=_0x2bdff7>0x1?void 0x0:_0x2bdff7?_0x185b3c(_0x26c7d0,_0x54d308):_0x26c7d0,_0x3198b9=_0x3fbb94['length']-0x1,_0x3346c5;_0x3198b9>=0x0;_0x3198b9--)(_0x3346c5=_0x3fbb94[_0x3198b9])&&(_0x55ce2c=(_0x2bdff7?_0x3346c5(_0x26c7d0,_0x54d308,_0x55ce2c):_0x3346c5(_0x55ce2c))||_0x55ce2c);return _0x2bdff7&&_0x55ce2c&&_0x28a421(_0x26c7d0,_0x54d308,_0x55ce2c),_0x55ce2c;},_0x861628=(_0x5c5b1a,_0x27e0fa)=>(_0x219b1e,_0x2f7c48)=>_0x27e0fa(_0x219b1e,_0x2f7c48,_0x5c5b1a);let _0x2a45b8=class extends _0xd3ef1d[_0x4176ec(0x19c)]{constructor(_0x46a9e7,_0x466bfb,_0x3025dd,_0x35c987,_0x1b207a){const _0x344c41=_0x4176ec;super(),this[_0x344c41(0x11a)]=_0x46a9e7,this[_0x344c41(0x1d0)]=_0x466bfb,this[_0x344c41(0x3c1)]=_0x3025dd,this[_0x344c41(0x10b)]=_0x35c987,this[_0x344c41(0x4a7)]=_0x1b207a,this[_0x344c41(0x1b4)](),this[_0x344c41(0x439)]();}[_0x4176ec(0x439)](){const _0x5a949b=_0x4176ec,_0x3997d7=async _0x20ddbe=>{const _0x2e571d=_0x352d;(await this[_0x2e571d(0x10b)][_0x2e571d(0x3f8)](_0x20ddbe))['event$']['pipe'](_0x5cc70d[_0x2e571d(0x3b9)](_0x180be2=>_0x180be2['eventID']===_0x47367d[_0x2e571d(0x498)][_0x2e571d(0x3ab)]),_0x5cc70d[_0x2e571d(0x50b)](this['dispose$']))[_0x2e571d(0x221)](_0x509450=>{const _0x2cb5bf=_0x2e571d,_0x3acea0=_0x509450,{reason:_0x1042d4}=_0x3acea0[_0x2cb5bf(0x33b)];this[_0x2cb5bf(0x11a)][_0x2cb5bf(0x313)](_0x45bd5d[_0x2cb5bf(0x2bf)])[_0x2cb5bf(0x593)]({'type':_0x3c4c54['MessageType'][_0x2cb5bf(0x3dd)],'content':this[_0x2cb5bf(0x4a7)]['t'](_0x2cb5bf(0x348))+'('+_0x1042d4+')'}),this['_permissionService'][_0x2cb5bf(0x296)](new _0x1b517d[(_0x2cb5bf(0x41d))](_0x20ddbe)['id'],!0x1),this['_collaborationSessionService'][_0x2cb5bf(0x524)](_0x20ddbe);});};_0x2c8065[_0x5a949b(0x2ff)](this[_0x5a949b(0x1d0)][_0x5a949b(0x4b4)](_0xd3ef1d[_0x5a949b(0x20c)]['UNIVER_SHEET']),this['_univerInstanceService'][_0x5a949b(0x4b4)](_0xd3ef1d[_0x5a949b(0x20c)][_0x5a949b(0x457)]))['pipe'](_0x5cc70d[_0x5a949b(0x40d)](_0x28d8ca=>_0x28d8ca['getUnitId']()),_0x5cc70d[_0x5a949b(0x3b9)](_0x333ea1=>!_0xd3ef1d['isInternalEditorID'](_0x333ea1)),_0x5cc70d[_0x5a949b(0x50b)](this[_0x5a949b(0x484)]))[_0x5a949b(0x221)](_0x53f6cd=>{_0x3997d7(_0x53f6cd);});}[_0x4176ec(0x1b4)](){const _0xd09d9a=_0x4176ec,_0x190580=async _0x41b46d=>{const _0x36093e=_0x352d;(await this[_0x36093e(0x10b)][_0x36093e(0x3f8)](_0x41b46d))['event$'][_0x36093e(0x579)](_0x5cc70d[_0x36093e(0x3b9)](_0x3adf46=>_0x3adf46[_0x36093e(0x4d0)]===_0x47367d[_0x36093e(0x498)][_0x36093e(0x5c6)]),_0x5cc70d[_0x36093e(0x50b)](this[_0x36093e(0x484)]))[_0x36093e(0x221)](_0x4d5aa2=>{const _0x36151d=_0x36093e,_0x4c8fa4=_0x4d5aa2,{objectId:_0x3bd7d7}=_0x4c8fa4[_0x36151d(0x33b)],_0x2d3055=this[_0x36151d(0x11a)][_0x36151d(0x313)](_0x4c24d4['SheetPermissionInitController']);_0x3bd7d7===_0x41b46d?_0x2d3055[_0x36151d(0x1c7)](_0x41b46d):_0x2d3055[_0x36151d(0x3c3)](_0x41b46d,_0x3bd7d7);});};_0x2c8065[_0xd09d9a(0x2ff)](this[_0xd09d9a(0x1d0)][_0xd09d9a(0x4b4)](_0xd3ef1d[_0xd09d9a(0x20c)][_0xd09d9a(0x1ab)]),this['_univerInstanceService'][_0xd09d9a(0x4b4)](_0xd3ef1d[_0xd09d9a(0x20c)][_0xd09d9a(0x457)]))['pipe'](_0x5cc70d[_0xd09d9a(0x40d)](_0x51f17f=>_0x51f17f['getUnitId']()),_0x5cc70d[_0xd09d9a(0x3b9)](_0x10929a=>!_0xd3ef1d[_0xd09d9a(0x2cb)](_0x10929a)),_0x5cc70d['takeUntil'](this[_0xd09d9a(0x484)]))[_0xd09d9a(0x221)](_0x22ce50=>{_0x190580(_0x22ce50);});}};_0x2a45b8=_0x9e538e([_0x861628(0x0,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d['Injector'])),_0x861628(0x1,_0xd3ef1d[_0x4176ec(0x2fc)]),_0x861628(0x2,_0xd3ef1d[_0x4176ec(0x57f)]),_0x861628(0x3,_0xd3ef1d[_0x4176ec(0x2bc)](_0x5e8095[_0x4176ec(0x48a)])),_0x861628(0x4,_0xd3ef1d[_0x4176ec(0x2bc)](_0xd3ef1d[_0x4176ec(0x2b3)]))],_0x2a45b8);var _0x2e21f7=Object[_0x4176ec(0x2b4)],_0x509db9=Object[_0x4176ec(0x48c)],_0x285400=(_0x17fe1c,_0x1129f1,_0x1ba6e9,_0x327516)=>{const _0x3912ba=_0x4176ec;for(var _0x2985a5=_0x327516>0x1?void 0x0:_0x327516?_0x509db9(_0x1129f1,_0x1ba6e9):_0x1129f1,_0x40cdb8=_0x17fe1c[_0x3912ba(0x2b7)]-0x1,_0x346681;_0x40cdb8>=0x0;_0x40cdb8--)(_0x346681=_0x17fe1c[_0x40cdb8])&&(_0x2985a5=(_0x327516?_0x346681(_0x1129f1,_0x1ba6e9,_0x2985a5):_0x346681(_0x2985a5))||_0x2985a5);return _0x327516&&_0x2985a5&&_0x2e21f7(_0x1129f1,_0x1ba6e9,_0x2985a5),_0x2985a5;},_0x2aa152=(_0x237ff4,_0x9aa66e)=>(_0x34006b,_0x2cd888)=>_0x9aa66e(_0x34006b,_0x2cd888,_0x237ff4);_0x5e8095[_0x4176ec(0x124)]=class{constructor(_0x3c75ec,_0x4e854b){const _0x20e596=_0x4176ec;this[_0x20e596(0x1bf)]=_0x3c75ec,this[_0x20e596(0x3d6)]=_0x4e854b;}async[_0x4176ec(0x394)](_0x56c21c,_0x3ac4b1){const _0x35dc0b=_0x4176ec;var _0x290e50;const {unitID:_0x1ea193,type:_0x5d055f,revision:_0x44cd7c=0x0}=_0x3ac4b1,_0xa4f39d=this['_getSnapshotAPIPrefix']()+'/'+_0x5d055f+'/unit/'+_0x1ea193+_0x35dc0b(0x253)+_0x44cd7c,_0x3efc75=(await this[_0x35dc0b(0x3d6)][_0x35dc0b(0x313)](_0xa4f39d))[_0x35dc0b(0x483)],_0x17b27e=(_0x290e50=_0x3efc75['snapshot'])==null?void 0x0:_0x290e50[_0x35dc0b(0x1c9)];if(_0x17b27e){const _0x19e757=_0x17b27e==null?void 0x0:_0x17b27e[_0x35dc0b(0x1c2)],_0x2a5813=_0x47367d[_0x35dc0b(0x3c8)]['encode'](_0x47367d[_0x35dc0b(0x499)](_0x19e757));_0x17b27e['originalMeta']=_0x2a5813,Object[_0x35dc0b(0x30a)](_0x17b27e['sheets'])[_0x35dc0b(0x193)](([,_0x50fba6])=>{const _0x4ec09f=_0x35dc0b,_0x21e263=_0x50fba6['originalMeta'],_0x2d7ee4=_0x47367d[_0x4ec09f(0x3c8)]['encode'](_0x47367d[_0x4ec09f(0x499)](_0x21e263));_0x50fba6[_0x4ec09f(0x1c2)]=_0x2d7ee4;});}return _0x3efc75;}async[_0x4176ec(0x2dd)](_0x261c4d,_0x2c9a5b){const _0x24ad6b=_0x4176ec,{unitID:_0x4720e1,type:_0x426eb6,blockID:_0x125f85}=_0x2c9a5b,_0x3419c0=this[_0x24ad6b(0x1c5)]()+'/'+_0x426eb6+_0x24ad6b(0x2bb)+_0x4720e1+_0x24ad6b(0x45a)+_0x125f85;return(await this[_0x24ad6b(0x3d6)][_0x24ad6b(0x313)](_0x3419c0))[_0x24ad6b(0x483)];}async[_0x4176ec(0x57b)](_0x171a56,_0x4414fb){const _0x371ff2=_0x4176ec,{unitID:_0x1f339d,type:_0x2a6c8f,blockID:_0x5c7d2c}=_0x4414fb,_0x19b2be=this[_0x371ff2(0x1c5)]()+_0x371ff2(0x45a)+_0x2a6c8f+_0x371ff2(0x2bb)+_0x1f339d+_0x371ff2(0x45a)+_0x5c7d2c;return(await this[_0x371ff2(0x3d6)][_0x371ff2(0x313)](_0x19b2be))['body'];}async[_0x4176ec(0x242)](_0x3ab57a,_0x12b540){const _0x1e70c8=_0x4176ec,{unitID:_0x482c69,type:_0x35b8f5,from:_0x37ba8c,to:_0x168f07}=_0x12b540,_0x5ebaef=this[_0x1e70c8(0x1c5)]()+'/'+_0x35b8f5+_0x1e70c8(0x2bb)+_0x482c69+_0x1e70c8(0x3e8)+_0x37ba8c+'&to='+_0x168f07;return(await this[_0x1e70c8(0x3d6)][_0x1e70c8(0x313)](_0x5ebaef))[_0x1e70c8(0x483)];}[_0x4176ec(0x23b)](){const _0x26b910=_0x4176ec;var _0x2432ef;return(_0x2432ef=this[_0x26b910(0x1bf)][_0x26b910(0x40b)](_0x16b278))!=null?_0x2432ef:this['_getAPIPrefix']();}[_0x4176ec(0x1c5)](){const _0x43aaf3=_0x4176ec;var _0x2c4194,_0x5aa036;const _0x388796=this[_0x43aaf3(0x1bf)][_0x43aaf3(0x40b)](_0x3c4a0e),_0x509ae6=this['_configService'][_0x43aaf3(0x40b)](_0x20ac24);return(_0x5aa036=(_0x2c4194=_0x509ae6==null?void 0x0:_0x509ae6[_0x43aaf3(0x5a4)])!=null?_0x2c4194:_0x388796)!=null?_0x5aa036:_0x434e9e;}async[_0x4176ec(0x45e)](_0x2edc0d,_0x302de3){const _0x34f62f=_0x4176ec,_0x5d2a8e='/universer-api/snapshot/'+_0x302de3[_0x34f62f(0x286)]+_0x34f62f(0x2bb)+_0x302de3['unitID']+_0x34f62f(0x4f0);return(await this['_httpService']['get'](_0x5d2a8e,{'params':{'resourceId':JSON['stringify'](_0x302de3['resourceIDs'])}}))[_0x34f62f(0x483)];}[_0x4176ec(0x299)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x4176ec(0x261)](){const _0x52d52f=_0x4176ec;throw new Error(_0x52d52f(0x136));}[_0x4176ec(0x4ec)](){const _0x1ff524=_0x4176ec;throw new Error(_0x1ff524(0x136));}[_0x4176ec(0x204)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}['getLatestCsReqIdBySid'](){const _0x4a72e6=_0x4176ec;throw new Error(_0x4a72e6(0x136));}},_0x5e8095['SnapshotServerOverHTTPService']=_0x285400([_0x2aa152(0x0,_0xd3ef1d[_0x4176ec(0x2ce)]),_0x2aa152(0x1,_0xd3ef1d[_0x4176ec(0x2bc)](_0x46bbd6[_0x4176ec(0x180)]))],_0x5e8095[_0x4176ec(0x124)]);var _0x524707=Object[_0x4176ec(0x2b4)],_0x510dc0=Object[_0x4176ec(0x48c)],_0xda11c3=(_0x1dc155,_0x1913dc,_0x40ffbd,_0x3464f0)=>{for(var _0x3f4fd5=_0x3464f0>0x1?void 0x0:_0x3464f0?_0x510dc0(_0x1913dc,_0x40ffbd):_0x1913dc,_0x3888de=_0x1dc155['length']-0x1,_0xdc2437;_0x3888de>=0x0;_0x3888de--)(_0xdc2437=_0x1dc155[_0x3888de])&&(_0x3f4fd5=(_0x3464f0?_0xdc2437(_0x1913dc,_0x40ffbd,_0x3f4fd5):_0xdc2437(_0x3f4fd5))||_0x3f4fd5);return _0x3464f0&&_0x3f4fd5&&_0x524707(_0x1913dc,_0x40ffbd,_0x3f4fd5),_0x3f4fd5;},_0xf89818=(_0x3e7f49,_0xdc2fc1)=>(_0x4619e0,_0x13b00d)=>_0xdc2fc1(_0x4619e0,_0x13b00d,_0x3e7f49);let _0x73654a=class extends _0xd3ef1d['LocalUndoRedoService']{constructor(_0x3fa173,_0x55cd4a,_0x59db9c,_0x7e1f4,_0x3e2da9){const _0x6971f9=_0x4176ec;super(_0x3fa173,_0x55cd4a,_0x59db9c),this['_transformService']=_0x7e1f4,this[_0x6971f9(0x5ab)]=_0x3e2da9;}[_0x4176ec(0x462)](_0x2e4d03,_0x5b13c5){const _0x41009f=_0x4176ec,_0x4721aa=this[_0x41009f(0x563)](_0x2e4d03);if(_0x4721aa)try{const _0x59da28=this['_transformStack'](_0x4721aa,_0x5b13c5);this[_0x41009f(0x522)](_0x2e4d03,_0x59da28);}catch(_0x1b99bc){this[_0x41009f(0x5ab)]['error']('[CollaborationUndoRedoService]',_0x1b99bc),this['_clearUndo'](_0x2e4d03);}const _0x4609d8=this['_getRedoStack'](_0x2e4d03);if(_0x4609d8)try{const _0x4a0efc=this[_0x41009f(0x295)](_0x4609d8,_0x5b13c5);this[_0x41009f(0x531)](_0x2e4d03,_0x4a0efc);}catch(_0x4ca519){this[_0x41009f(0x5ab)][_0x41009f(0x476)](_0x4ca519),this['_clearRedo'](_0x2e4d03);}}[_0x4176ec(0x49c)](_0x3da51a){const _0x27f898=_0x4176ec,_0x44abd7=this['_getUndoStack'](_0x3da51a);_0x44abd7&&(_0x44abd7[_0x27f898(0x2b7)]=0x0,this[_0x27f898(0x554)]());}[_0x4176ec(0x280)](_0xb507ab){const _0x3b15a4=_0x4176ec,_0x22b234=this[_0x3b15a4(0x340)](_0xb507ab);_0x22b234&&(_0x22b234[_0x3b15a4(0x2b7)]=0x0,this[_0x3b15a4(0x554)]());}[_0x4176ec(0x522)](_0x2b4157,_0x342617){const _0x242e06=_0x4176ec;this[_0x242e06(0x506)]['set'](_0x2b4157,_0x342617),this[_0x242e06(0x554)]();}[_0x4176ec(0x531)](_0x4ab87c,_0x1cd00f){const _0x466388=_0x4176ec;this[_0x466388(0x570)][_0x466388(0x266)](_0x4ab87c,_0x1cd00f),this['_updateStatus']();}['_transformStack'](_0xc723c9,_0x4a72f6){const _0x549317=_0x4176ec,_0x49550d=[];let _0x278927=_0x4a72f6,_0x502263=_0x4a72f6;for(let _0x5b5cc5=_0xc723c9['length']-0x1;_0x5b5cc5>=0x0;_0x5b5cc5--){const {unitID:_0x51d3db,undoMutations:_0xc133ae,redoMutations:_0x53de1a}=_0xc723c9[_0x5b5cc5],_0x46657e=this[_0x549317(0x31d)][_0x549317(0x2b2)](_0x278927,_0xc133ae),_0x2986e8=this[_0x549317(0x31d)][_0x549317(0x2b2)](_0x502263,_0x53de1a);if(_0x47367d[_0x549317(0x4c9)](_0x46657e)||_0x47367d[_0x549317(0x4c9)](_0x2986e8)){this[_0x549317(0x5ab)]['error'](_0x549317(0x398),_0x549317(0x5bb),_0x46657e,_0x2986e8);break;}_0x278927=_0x46657e[_0x549317(0x245)],_0x502263=_0x2986e8['c1Prime'],_0x49550d[_0x549317(0x455)]({'unitID':_0x51d3db,'undoMutations':_0x46657e[_0x549317(0x389)],'redoMutations':_0x2986e8[_0x549317(0x389)]});}return _0x49550d[_0x549317(0x4fc)]();}};_0x73654a=_0xda11c3([_0xf89818(0x0,_0xd3ef1d[_0x4176ec(0x2fc)]),_0xf89818(0x1,_0xd3ef1d['ICommandService']),_0xf89818(0x2,_0xd3ef1d[_0x4176ec(0x238)]),_0xf89818(0x3,_0x47367d[_0x4176ec(0x39c)]),_0xf89818(0x4,_0xd3ef1d[_0x4176ec(0x5b4)])],_0x73654a);class _0x3c8e9e extends _0xd3ef1d[_0x4176ec(0x19c)]{constructor(){const _0xc2944a=_0x4176ec;super(),_0xddf92d(this,_0xc2944a(0x2b8)),this[_0xc2944a(0x2b8)]=_0x2c8065[_0xc2944a(0x24b)](window,_0xc2944a(0x367))[_0xc2944a(0x579)](_0x2c8065['takeUntil'](this[_0xc2944a(0x484)]),_0x2c8065[_0xc2944a(0x53b)](0x1),_0x2c8065[_0xc2944a(0x464)](void 0x0));}[_0x4176ec(0x3f1)](_0x38bb77,_0x4cfd0d,_0x11b4ab=!0x1){const _0x50f250=_0x4176ec,_0x4926cc=new URL(window[_0x50f250(0x54d)][_0x50f250(0x147)]);_0x4926cc[_0x50f250(0x1b3)][_0x50f250(0x266)](_0x38bb77,_0x4cfd0d),_0x11b4ab?window[_0x50f250(0x404)]['replaceState']('','',_0x4926cc[_0x50f250(0x530)]()):window['history'][_0x50f250(0x51e)]('','',_0x4926cc['toString']());}['removeParam'](_0x46c2b2,_0x56310b=!0x1){const _0x8b0f08=_0x4176ec,_0x994179=new URL(window[_0x8b0f08(0x54d)][_0x8b0f08(0x147)]);_0x994179[_0x8b0f08(0x1b3)][_0x8b0f08(0x38e)](_0x46c2b2),_0x56310b?window['history'][_0x8b0f08(0x48b)]('','',_0x994179[_0x8b0f08(0x530)]()):window['history'][_0x8b0f08(0x51e)]('','',_0x994179['toString']());}['getParam'](_0x2cf2de){const _0x44592e=_0x4176ec;var _0xbdc53a;return(_0xbdc53a=new URL(window[_0x44592e(0x54d)][_0x44592e(0x147)])['searchParams'][_0x44592e(0x313)](_0x2cf2de))!=null?_0xbdc53a:void 0x0;}}var _0x18a628=Object[_0x4176ec(0x2b4)],_0x27ff86=Object['getOwnPropertyDescriptor'],_0x4b63b3=(_0x52a004,_0x4af8ea,_0x3d8ee6)=>_0x4af8ea in _0x52a004?_0x18a628(_0x52a004,_0x4af8ea,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x3d8ee6}):_0x52a004[_0x4af8ea]=_0x3d8ee6,_0x5d2f7e=(_0x41e87c,_0x101be1,_0x1d4398,_0x5e52d2)=>{const _0x3c2b5f=_0x4176ec;for(var _0x10f42d=_0x5e52d2>0x1?void 0x0:_0x5e52d2?_0x27ff86(_0x101be1,_0x1d4398):_0x101be1,_0x3b72e8=_0x41e87c[_0x3c2b5f(0x2b7)]-0x1,_0x134792;_0x3b72e8>=0x0;_0x3b72e8--)(_0x134792=_0x41e87c[_0x3b72e8])&&(_0x10f42d=(_0x5e52d2?_0x134792(_0x101be1,_0x1d4398,_0x10f42d):_0x134792(_0x10f42d))||_0x10f42d);return _0x5e52d2&&_0x10f42d&&_0x18a628(_0x101be1,_0x1d4398,_0x10f42d),_0x10f42d;},_0x40fdd1=(_0x3e5aa0,_0x3e0731)=>(_0x54b9c9,_0x4c0c1f)=>_0x3e0731(_0x54b9c9,_0x4c0c1f,_0x3e5aa0),_0x48c138=(_0x4f1ad1,_0x27cd8e,_0x37f280)=>_0x4b63b3(_0x4f1ad1,_0x27cd8e+'',_0x37f280);const _0x47dc73=_0x4176ec(0x329);_0x5e8095[_0x4176ec(0x1ba)]=class extends _0xd3ef1d[_0x4176ec(0x130)]{constructor(_0x2a0527=_0x57c7f4,_0x2c0aa3,_0x3d0306,_0x7cd9a8,_0xb94c1c){const _0x3dfa47=_0x4176ec;super(),this[_0x3dfa47(0x323)]=_0x2a0527,this['_logService']=_0x2c0aa3,this[_0x3dfa47(0x359)]=_0x3d0306,this[_0x3dfa47(0x11a)]=_0x7cd9a8,this['_configService']=_0xb94c1c;const {..._0xe034c1}=this[_0x3dfa47(0x323)];this[_0x3dfa47(0x1bf)][_0x3dfa47(0x2f8)](_0x20ac24,_0xe034c1);}[_0x4176ec(0x122)](){const _0x37dc7e=_0x4176ec;this[_0x37dc7e(0x2a7)](),this[_0x37dc7e(0x15a)]();}['onReady'](){const _0x31549e=_0x4176ec;_0xd3ef1d[_0x31549e(0x15e)](this[_0x31549e(0x11a)],[[_0x1a3e7a]]);}[_0x4176ec(0x149)](){const _0x3cf44e=_0x4176ec;this[_0x3cf44e(0x28a)]();}['_registerDependencies'](){const _0x3ebee4=_0x4176ec;var _0x34e201,_0x4185a4,_0x5ef1fb,_0xdc72a2;this['_injector']['has'](_0xd3ef1d[_0x3ebee4(0x1ac)])&&this[_0x3ebee4(0x5ab)][_0x3ebee4(0x476)](_0x3ebee4(0x5a8),_0x3ebee4(0x479));const _0x28d45d=[[_0xd3ef1d[_0x3ebee4(0x1ac)],{'useClass':_0x73654a}],[_0x5e8095['CollaborationSessionService']],[_0x1cc3f2],[_0x230310,{'useClass':_0x3c8e9e}],[_0x5e8095[_0x3ebee4(0x4b1)]],[_0x5e8095[_0x3ebee4(0x5c2)]],[_0x46bbd6['WebSocketService']],[_0x3d1c7c],[_0x5763eb],[_0x133a0f],[_0x55a4fc],[_0x1947b9],[_0x563f12],[_0x3606f5],[_0x5b0fae],[_0x2a45b8],[_0x39032f,{'useClass':(_0x4185a4=(_0x34e201=this[_0x3ebee4(0x323)])==null?void 0x0:_0x34e201[_0x3ebee4(0x321)])!=null?_0x4185a4:_0x5e8095[_0x3ebee4(0x58e)]}],[_0x47367d[_0x3ebee4(0x16e)],{'useClass':_0x5e8095[_0x3ebee4(0x124)]}],[_0xd3ef1d['IAuthzIoService'],{'useClass':_0x5e8095[_0x3ebee4(0x3d7)]}],[_0x542813[_0x3ebee4(0x32a)],{'useClass':_0x5e8095[_0x3ebee4(0x55b)]}],[_0x5e8095[_0x3ebee4(0x4b2)]],[_0x5e8095['DataLoaderController']],[_0x5e8095['DesktopCollaborationStatusDisplayController']],[_0x1a3e7a],[_0xc8c02a]];(_0x5ef1fb=this['_config'])!=null&&_0x5ef1fb['enableSingleActiveInstanceLock']&&_0x28d45d[_0x3ebee4(0x455)]([_0x2c4fd7,{'useClass':_0x16fdad}]),_0xd3ef1d['registerDependencies'](this[_0x3ebee4(0x11a)],_0xd3ef1d[_0x3ebee4(0x18b)](_0x28d45d,(_0xdc72a2=this[_0x3ebee4(0x323)])==null?void 0x0:_0xdc72a2[_0x3ebee4(0x21b)]));}[_0x4176ec(0x28a)](){const _0x4d565f=_0x4176ec;this['disposeWithMe'](this[_0x4d565f(0x359)][_0x4d565f(0x4ef)](_0xd3ef1d[_0x4d565f(0x20c)][_0x4d565f(0x457)],[_0x456732])),this['disposeWithMe'](this[_0x4d565f(0x359)][_0x4d565f(0x4ef)](_0xd3ef1d[_0x4d565f(0x20c)][_0x4d565f(0x1ab)],[_0xf8b72f]));}[_0x4176ec(0x15a)](){const _0x498feb=_0x4176ec;var _0x183948,_0x4430b1;this[_0x498feb(0x11a)]['get'](_0x46bbd6['HTTPService'])[_0x498feb(0x3e7)]({'priority':0x14,'interceptor':_0x46bbd6[_0x498feb(0x587)]({'maxParallel':0x6})}),(_0x183948=this[_0x498feb(0x323)])!=null&&_0x183948[_0x498feb(0x4fa)]||this['_injector'][_0x498feb(0x313)](_0x5e8095[_0x498feb(0x5c2)])[_0x498feb(0x44e)](),(_0x4430b1=this['_config'])!=null&&_0x4430b1[_0x498feb(0x22d)]&&_0xd3ef1d['touchDependencies'](this[_0x498feb(0x11a)],[[_0x563f12]]),_0xd3ef1d[_0x498feb(0x15e)](this['_injector'],[[_0x3606f5],[_0xc8c02a],[_0x5e8095[_0x498feb(0x306)]],[_0x5e8095[_0x498feb(0x4b2)]],[_0x5e8095[_0x498feb(0x1c8)]],[_0x2a45b8]]);}},_0x48c138(_0x5e8095[_0x4176ec(0x1ba)],_0x4176ec(0x592),_0x47dc73),_0x5e8095['UniverCollaborationClientPlugin']=_0x5d2f7e([_0xd3ef1d['DependentOn'](_0x47367d[_0x4176ec(0x47f)],_0x46bbd6[_0x4176ec(0x551)]),_0x40fdd1(0x1,_0xd3ef1d[_0x4176ec(0x5b4)]),_0x40fdd1(0x2,_0x141d86['IRenderManagerService']),_0x40fdd1(0x3,_0xd3ef1d['Inject'](_0xd3ef1d[_0x4176ec(0x5ba)])),_0x40fdd1(0x4,_0xd3ef1d[_0x4176ec(0x2ce)])],_0x5e8095[_0x4176ec(0x1ba)]),_0x5e8095['AUTHZ_URL_KEY']=_0x4ad53e,_0x5e8095['COLLAB_SUBMIT_CHANGESET_URL_KEY']=_0x4aec31,_0x5e8095[_0x4176ec(0x552)]=_0x5d93b2,_0x5e8095[_0x4176ec(0x294)]=_0x52e01f,_0x5e8095['CollaborationStatusDisplay']=_0x23a232,_0x5e8095['CommentService']=_0x5b0fae,_0x5e8095[_0x4176ec(0x460)]=_0x1f3478,_0x5e8095[_0x4176ec(0x443)]=_0x3ac21c,_0x5e8095['ICollaborationSocketService']=_0x39032f,_0x5e8095['IURLService']=_0x230310,_0x5e8095['LOCAL_CACHE_INTERVAL_KEY']=_0x102ba6,_0x5e8095[_0x4176ec(0x4cd)]=_0x342faa,_0x5e8095['RETRY_CONNECTING_MAX_COUNT_KEY']=_0x556d99,_0x5e8095[_0x4176ec(0x44c)]=_0x195f21,_0x5e8095[_0x4176ec(0x55c)]=_0x3c4a0e,_0x5e8095[_0x4176ec(0x366)]=_0x16b278,_0x5e8095['SessionStatus']=_0x5a5e86,_0x5e8095[_0x4176ec(0x228)]=_0x2ea295,_0x5e8095['WebURLService']=_0x3c8e9e,_0x5e8095[_0x4176ec(0x577)]=_0x44c533,_0x5e8095[_0x4176ec(0x1d9)]=_0x3a96bd,Object['defineProperty'](_0x5e8095,Symbol[_0x4176ec(0x516)],{'value':_0x4176ec(0x2d9)});}));function _0x17ad(){const _0x364cac=['_setupBeforeClosingHandler','_isPermissionRej','Warning','collaborators','SheetCollaborationEntity','@univerjs/sheets','_colorIndex','_onConnectionFailed','objects','toStringTag','_commentUpdate$','c2Prime','title','extend','words','isActive','submit\x20changeset\x20error!','pushState','sessionStatus$','_applyRemoteChangeset','?url=','_substituteUndoStack','_state$','closeSession','online','concat','[CollaborationState]:\x20apply\x20error!','COLORS','cfg','next','loadSheet','ALREADY_EXISTS','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','ThemeService','_context','toString','_substituteRedoStack','8XoVIZX','BlockCipher','Workbook','...','status$','React','DOC_RANGE_TYPE','UniverCollaborationClient','Univer','shareReplay','_members','_toggleOnline','getRandomValues','WebSocketService','\x0aAfter:\x20','sequenceExecute','disposeUnit','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','_scheduleHeartbeat','width','key','none','_showConflictNotification','_socketMessageSubscription','_transformStateCache','isEditing','getItem','location','CBC','_initStatusComponent','verdancy600','UniverNetworkPlugin','COLLAB_WEB_SOCKET_URL_KEY','indexOf','_updateStatus','_textBubble','_refreshCollabCursors','_handler','PERMISSION_REJ','onSendChangeset','icon','ImageIoService','SNAPSHOT_SERVER_URL_KEY','awaitingChangeset','subunit','hidden','INotificationService','_updateState','LIVESHARE_NEW_HOST','_getUndoStack','ceil','_checkMissing','throttleTime','_setupSubUnitSync','_stopTelemetryCollaborationNewChangeset','objectType','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','sin','_drawRectRange','InsertRangeMoveRightCommandId','DeleteRangeMoveLeftCommandId','[OfflineState]:\x20received\x20changeset.','_redoStacks','registerOnClose','toggleOnline','getSheetBySheetId','_throwTelemetryCollaborationNewChangeset','_transformUndoredo','_pendingMutations','deserializeToCombResponse','isTransformMutationsWithChangesetSuccess','pipe','svg','getDeserializedSheetBlock','CollaborationEntity','debounce','getUnitId','IPermissionService','_startDocCollabCursor','_docStateChangeManagerService','_disabled','_hideTimer','signUrlServerUrl','_iv','ERROR_IMAGE','ThresholdInterceptorFactory','withCredentials','_drawTextRange','_commentService','rxjs/operators','Subject','transformSelections','CollaborationSocketService','allowed','getRoom','arc','pluginName','show','APPLY_PERMISSION_DENIED','backgroundColor','APPLY_DUPLICATED','HEARTBEAT','[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!','BlockCipherMode','transformRemoteChangeset','execute','COMPRESS_MUTATION_APPLY','defIds','_roomMembers','setActiveRange','defs','collaboration_new_changeset','setTimeout','getTypeOfUnitDisposed$','snapshotServerUrl','ws://127.0.0.1:8000/universer-api/comb/connect','executeCommand','MergeInterceptorFactory','[UniverCollaborationClientPlugin]','onlineStatusIcon','/new_changes','_logService','[CollaborationSessionService]:\x20socket\x20error','_tryEnsureSocket','OTHER_CLIENTS_EDITING','@univerjs/sheets-ui','getImageSourceCache','close','@univerjs/docs','InsertColCommandId','ILogService','_initResize','_initCommandExecutedListener','handleIRemoveRow','@univerjs/docs-ui','_singleActiveUnitService','Injector','transformStack\x20failed!','_exhaustRemoteChangesetQueue','2650QhIcyF','changesets','_scheduleSaving','put','ReplaySubject','LocalCacheService','POST','permission.content','createInstance','UPDATE_PERMISSION_OBJ','ColorKit','beginPath','_onConflict','LEAVE','OnLineSingle','objectID','_disableEditing','forwardRef','UniverCollaboration','create','UNAUTHENTICATED','_collaborationTimeoutTimer','tag','_submitChangeset','_collaborationSessionService','AWAITING_WITH_PENDING','retryConnectingInterval','OFFLINE','findNodePositionByCharIndex','top','_createSocket','collaboration-client.offline-data-not-saved','hide','_createInitialStateImpl','unit','clearInterval','asObservable','size','univer-online','_injector','mutations','loadOfflineData','UniverNetwork','splice','handleIRemoveCol','auth.needGotoLoginAlert','measureText','onStarting','_socketService','SnapshotServerOverHTTPService','UNIVER_UNKNOWN','_lastPointer','_getSignURL','BuiltInUIPart','format','_key','fetching\x20missing\x20changesets\x20from\x20','onRemoteChangeset','_cachedData','displayName','UPDATE_CURSOR','Plugin','onCommandExecuted','unknown','\x20-\x20','padding','_commandService','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','CHANGESET_REVISION_CONFILICT','_startSheetCollabCursor','generateRandomId','_queuedRemoteChangesets','transformMutation','distinctUntilChanged','clipPath','Unknown\x20user','crypto','revision','_decreaseWaiting','getColor','UNKNOWN_CMD','debug','EffectRefRangId','constructor','href','x-univer-host','onRendered','_docSyncEditingCollabCursorService','FETCH_MISSING','useCallback','onTransformState','univer-online-status-icon','font','CipherParams','offline','rev','_notificationService','add','HMAC','freeze','replaceTextRanges','roles','textRanges','_initDependencies','init','CONFLICT','onCommentUpdate','touchDependencies','_imageSourceCache','addEventListener','UNIVER_SLIDE','_online','_retryCount','_minBufferSize','from','_append','registerBeforeClose','baseRev','isTransformChangesetsSuccess','save\x20fail\x20reason\x20is\x20','_transformRemoteChangesetByStateCache','_collabSessionService','_render','ISnapshotServerService','univer-online-status','HTTPRequest','COMPLETION_FINISHED','_handleHeartbeatEvent','gold400','_onRemoteRetry','putCollaborators','_scheduleClearOtherTimer','_onCursorUpdate','_handleEvent','mapDocumentTypeToUniverType','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','YUUMI_RATE_OVER_LIMIT','selections','IBeforeCloseService','transformByState','useDependency','HTTPService','conflict','RemoveColCommandId','IDLE','_HTTPService','_clearCollaborationTimeoutTimer','\x20to\x20','currentColor','COLLAB_WEB_SOCKET_URL','_sendHeartbeat','image/jpeg','mergeOverrideWithDependencies','_getAnchorBounding','switchMap','PENDING','finalize','getMergeData','_cursors','_memberService','forEach','editingUnit','setShapeProps','HEARTBEAT_TIMEOUT','decryptBlock','Disposable','string','fetch_missing','_candidateSocket','RxDisposable','_initEventListeners','LIVESHARE_FETCH_OPERATIONS','rxjs','min','liveShareNewHost','saveOfflineData','_onRemoteChangeset','hovered','_nDataBytes','disposeWithMe','ONLINE','setAlpha','rng','charCodeAt','UNIVER_SHEET','IUndoRedoService','number','fetchThroughInterceptors','processBlock','getStateCache','url(#$1','collaboration-session-retry','searchParams','_initUnitPermissionChange','newCsEvent','color','@univerjs/engine-render','roomMembers$','@univerjs/ui','UniverCollaborationClientPlugin','1498847TKocxy','replace','syncEditingCollabCursor','getAllMembers','_configService','UnitSnapshot','getSheetId','originalMeta','registerRefRange','_loadDoc','_getAPIPrefix','compose','initWorkbookPermissionChange','DesktopCollaborationStatusDisplayController','workbook','range','image/gif','_backgroundColor','requestParams','_syncEditingCollabCursorService','joinEvent','_univerInstanceService','_sendHeartbeatTimer','_updateCollabCursors','_onRemoteRejected','_map','blue400','UniverEngineFormula','startColumn','HttpImport','serializeCombRequest','_transformPreviousActiveRange','listRoles','_telemetryInfo','/universer-api/authz','_replayCachedMutations','_messageService','currentSkeleton$','fill','operators','_sender','clearTimeout','className','_status$','lib','_draw','_getLoginPath','_tryReconnect','/allowed','_beforeCloseService','collabSubmitChangesetUrl','_invKeySchedule','duration','visibilitychange','reqId','idSuffix','_transformHistoryAndStateStack','@univerjs/core','Decryptor','YUUMI_UNABLE_LOAD_URL','cursorInfo$','reduce','session','InsertRowCommandId','addObjects','getParam','_type','transformIMECache','onTransformChange$','_doProcessBlock','split','_xformMode','getUnitStatus$','copyFileMeta','routeKey','_keySchedule','M0\x200H16V16H0z','HttpExport','CollaborationSession','close$','DocSelectionManagerService','UniverInstanceType','transform','_uiPartsService','_scene','getRenderById','transformChangesets','setInterval','UUID','BufferedBlockAlgorithm','update','UniverDesign','floor','/object/','SetWorksheetActivateCommand','setUndoRedoMutationParamsCache','override','collabWebSocketUrl','fillStyle','complete','path','assignAColorForMemberID','subscribe','COLLAB_SUBMIT_CHANGESET_URL','_initRequestHeader','awaiting','csRejEvent','post','onRemoteRej','SheetCollabCursorShape','find','4437783IWgUGg','_incrementRevisionNumber','SHA1','enableAuthServer','_onCursorDelete','_snapshotServerService','getMember','combineLatest','_localStorageService','action','unitId\x20is\x20not\x20found','_docTransformIMECacheService','_removeClearOtherTimer','charAt','IContextService','isPermissionRej','Shape','_getSnapshotAPIPrefix','_anchorDot','createIdentifier','NoPadding','Base','collabCursorState$','[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!','fetchMissingChangesets','fillText','attrs','c1Prime','collabStatus.offline','univer-pro.collaboration-client.single-active-unit-service','RevisionService','_initMergeInterceptor','conflict.content','fromEvent','appendMutation','cmd','onMissingChangesets','getImage','FETCH_MISS','_startTelemetryCollaborationNewChangeset','UNKNOWN_CODE','/rev/','src','focused$','getCurrentUser','confirm','black','serializeRangeWithSheet','MSG_FOR_ERROR','parse','startRow','_onJoinRoomEvent','Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.','children','sheetID','saveSheetBlock','csShouldRetryEvent','FAIL','75qzeUSo','_unlockTransition','set','_awaitingChangeset','NodePositionConvertToRectRange','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','_urlService','getUnitType','getDocRanges','awaiting_with_pending','univerjs-icon\x20univerjs-icon-','_entityInit$','docStateChange$','HmacSHA1','take','LIVESHARE_TERMINATE','CHANGESET_REJ','dispose','getInterceptPoints','_handleJoinEvent','getCollabEntity$','getFocusedUnit','_entities','ivSize','leaveEvent','fromCharCode','_socketReady','NEW_CHANGESETS','_clearRedo','onPointerEnter$','createDecryptor','reconnect','bind','_event$','type','_cursorShapes','_retryConnectingTimer','_keyPriorReset','_registerRenderDependencies','startTime','telemetry\x20info\x20is\x20not\x20initialized','Utf8','propertyIsEnumerable','_updateLocalCache','blockSize','_name','_transformIMECache','_process','CollaborationStatus','_transformStack','updatePermissionPoint','downloadEndpointUrl','_docTransformSelectionsService','saveSnapshot','_localCacheService','transformStateCache','_prevBlock','_state','_executeRemoteChangeset','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','_onConnectionOpen','UniverDocsUi','assign','formatter','_getDownloadEndpointURL','SNAPSHOT_INVALID_SNAPSHOT','_eventUnsubscribe','_registerDependencies','byteLength','[CollaborationSession]','jiqing500','uploadFileServerUrl','onTransformSelections','_lockTransition','collaboration-client.config','OffLineSingle','visibilityState','Pkcs7','transformMutationsWithChangeset','LocaleService','defineProperty','_getCurrentRevision','not_collab','length','urlChange$','failed\x20to\x20apply\x20missed\x20changesets!','socket$','/unit/','Inject','createSocket','_onMessage','IMessageService','pending','_resendTimeout','collab-client.tooltip.reconnect','@univerjs/network','UNDEFINED','parseProtocolChangeset','getValue','JOIN','_transformUndoRedoStack','2953974pWOGxq','_fetchMissChangesets','isInternalEditorID','unitId','target','IConfigService','endRow','#fff','fetchMiss','[SyncedState]:\x20received\x20acknowledgement.','DeleteRangeMoveUpCommandId','_sheetSkeletonManagerService','_remoteChangesetQueue','univer-online-status-title','unshift','_getCtorByUniverType','Module','#FFF','_getUploadFileURL','roomInfos','getSheetBlock','slice','_removeCollabCursors','function','message$','interceptor','&assign=','FileId','getOffsetConfig','method','ERROR_EXCEED_SIZE','BASE64','/collaborator','@univerjs/design','_onUserJoin','getCurrentUnitForType','UniverIcon','getActiveRange','url(#off-line-single_clip0_910_343)','NOT_COLLAB','url(#on-line-single_clip0_910_349)','_docSkeleton','random','onlineStatusTitle','updateCollaborator','onPointerLeave$','_revisionService','setConfig','crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported','_nRounds','rgba(255,\x20255,\x20255,\x200.01)','IUniverInstanceService','_session','LIVESHARE_REQUEST_HOST','merge','_hover','_clearHeartbeatTimer','catch','createElement','getSkeleton','mode','DataLoaderController','updateCursorEvent','PSEUDO_FETCH_MISSING_RESULT','onMouseMove','entries','_scheduleCollaborationTimeoutTimer','UniverDocs','_shapes','_rescheduleHeartbeat','sheetId','_removeRoom','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','[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.','get','default','clamp','Base64','isArray','CHANGESET_SHOULD_RETRY','lineTo','LICENSE_IMPORT_SIZE_EXCEEDED','collaboration.single-unit.warning','?size=','_transformService','_instanceService','_resendWithTimeout','[PendingState]:\x20unhandled\x20univer\x20type:\x20','socketService','_mode','_config','SEND_CHANGESET_TIMEOUT','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','IRemoteInstanceService','SerializableCipher','DocIMEInputManagerService','UNIVER_COLLABORATION_CLIENT_PLUGIN','IImageIoService','YUUMI_SUBSCRIPTION_NOT_FOUND','updateMember','SYNCED','uni.network.url-service','[CollaborationEntity]','setItem','_createHelper','unit-cache-','makeDirty','_snapshotService','encrypt','[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.','1em','AES','result','_docTransformStateCacheService','data','deleteCollaborator','delay','OpenSSL','startsWith','_getRedoStack','clear','_listenToOnlineEvent','algo','MessageType','sid','_createInitialState','reject','collaboration.closeRoom','save','TEXT','_collabCursorController','EvpKDF','UNRECOGNIZED','endColumn','socket\x20close','RETRY_CONNECTING_MAX_COUNT','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','objectActions','_socket','FromArray','_startCollaboration','_unitStatus','onTransformRemoteChangesetByStateCache','@univerjs/rpc','_renderManagerService','RECV','Hex','collaMsg','_range','call','handleInsertCol','Latin1','_drawAnchor','off-line-single_clip0_910_343','MUTATION','sessionStatus','getTime','SNAPSHOT_URL_KEY','popstate','Error\x20on\x20receiving\x20event','_collabCursorState$','name','_acknowledgedAwaitingChangeset','deepClone','VIEWPORT_KEY','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','actions','_onRecvEvent','620827cEkOjx','_cursor','_ensureSubject','handleMoveRange','USERS_LEAVE','join','enc','url','UniverUi','SheetsSelectionsService','UniverTelemetry','_doFinalize','drawWith','off-line-single','[FetchMissState]','pauseCollaboration','onRemoteRetry','HEADER_MENU','_onRemoteACK','stringify','doc.mutation.rich-text-editing','connection\x20error','_toggleOffline','m2Prime','onSyncEditingCollabCursor','mixIn','Could\x20not\x20dynamically\x20require\x20\x22','_shouldReportTelemetry','delete','setWaitCount','colorChannel1','RemoveRowCommandId','UniverDrawing','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','getUnitOnRev','substr','onRemoteAck','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','[CollaborationUndoRedoService]','UniverRpc','height','_anchor','ITransformService','_onUserLeave','apply','m1Prime','getRangePointData','Encryptor','_hasher','_colorAssignService','object','_loadSheet','some','univer-offline','_onCombEvent','prototype','msCrypto','SHOULD_CLOSE_CONN','_sessions','status','image/png','selection','BehaviorSubject','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','_roomMembers$','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','LICENSE_DISTRO_REJECTED','RECT','column','_createHandler','isTransformMutationFailure','filter','_hovered','APPLY_NON_SEQUENTIAL_REVISION','_updateSubUnitFromURLParams','_scheduleTimestamp','onTransformIME','getVpScrollXYInfoByPosToVp','ITelemetryService','_permissionService','_listenToOfflineEvent','refreshPermission','_reverseMap','toLowerCase','event$','iterations','textEncoder','NOT_FOUND','[PendingState]:\x20received\x20acknowledgement.','joinRsp','PasswordBasedCipher','2970PfMyqw','_cipher','CONNECTOR_DATA_TOO_LARGE','getUnit','_socket$','_changesetReqId','currentTheme$','AWAITING','_init','_httpService','AuthzIoHttpService','getCollabEntity','getMemberID','_saveCache','toRgbString','loginUrlKey','Error','CompressMutationService','_ws','getRelativeToViewportCoord','append','_clearScheduledTask','image/jpg','Tooltip','[OfflineState]:\x20received\x20rejection.','list','registerHTTPInterceptor','/fetchmissing?from=','readAsDataURL','randomBytes','pad','ImageUploadStatusType','_getSendChangesetTimeout','LICENSE_MAX_UNITS_EXCEEDED','_oKey','SNAPSHOT_HAS_BEEN_REMOVED','setParam','exhaustSavingTask','max','0\x200\x2017\x2016','_refRangeService','_iKey','Hasher','requireSession','all','ImageSourceType','xlink:href','triggerDblclick','bottom','_getSaveTimeout','addObject','_updateLocalCursor','randomUUID','_send','ciphertext','history','_id','DisposableCollection','_transformRemoteChangesetByIMECache','_changesetSessionId','sigBytes','$super','getConfig','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','map','addImageSourceCache','collabStatus.fetchMiss','__creator','_onOffline','_hash','roomMembers','evenodd','text','_getScale','includes','@univerjs/engine-formula','error$','socket\x20open.','memberID','handleInsertRangeMoveDown','WorkbookEditablePermission','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','_onRefRangeChange','registerComponent','_docSkeletonManagerService','WordArray','_collaborationPaused','removeMember','ranges','_replaceFileID','reset','CHANGESET_ACK','collab-text-range-','/role','AUTHZ_URL_KEY','getCoordByCell','params','getViewport','localeService','collabStatus.conflict','APPLY_REVISION_CONFILICT','useRef','onMissedChangesetFetched','row','fromEventSubject','TOO_MANY_REQUESTS','[PendingState]:\x20received\x20rejection.','ICommandService','_initCloseConn','UnitEmbedded','redoState','_undoRedoService','userID','_change$','members','RichTextEditingMutation','collabStatus.synced','_clearLocalCache','HEARTBEAT_TIMEOUT_KEY','/-/object/-/batch_allowed','salt','resolve','unsubscribe','current','SUCCUSS','toDisposable','_unitOnClients','SEND_CHANGESET_TIMEOUT_KEY','ERROR_IMAGE_TYPE','disableLocalCache','SetDocZoomRatioOperation','[DataLoaderController]','session.room-full','NO_OTHER_CLIENTS_EDITING','_sendingTimer','hasOwnProperty','push','UNIVER_PROJECT','UNIVER_DOC','labelPosition','on-line-single','/block/','undoState','collaboratorID','capture','getResourcesRequest','equals','HEARTBEAT_INTERVAL_KEY','\x20in\x20_schedule.','transformUndoRedo','_cursorInfo$','mapTo','HELLO','_initStatusListener','_onFetchMissResult','JOINING','getCurrentRevOfUnit','398316kQQxbc','Undefined','RegularPolygon','compute','getCurrentSelections','COMMENT_UPDATE','/-/object/list','Tools','_themeService','LIVESHARE_OPERATION','DocCollaborationEntity','contains','error','_transformSelections','_updateURLWithCurrentState','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','_createHmacHelper','keySize','collabStatus.syncing','_heartbeatTimer','hostname','UniverCollaborationPlugin','_schedule','setStateCache','repeat','body','dispose$','react','kdf','UniverEngineRender','unitID','updateOfflineData','CollaborationSessionService','replaceState','getOwnPropertyDescriptor','resend','encodeURIComponent','onPointerMove$','every','parseChangesetToProtocol','YUUMI_URL_COL_OUT_OF_RANGE','_transitionLocked','INGEST','_userManagerService','_labelPosition','IUIPartsService','CollaborationEvent','b64DecodeUnicode','_ENC_XFORM_MODE','updatePermissionObjEvent','_clearUndo','json','with','SUBMIT_CHANGESET','\x0aCurrent:\x20','_unitID','hasher','Rectangle','_timeoutTimer','JSONX','Optional','_localeService','authzUrl','1454886CCnOrt','values','_telemetryService','onStateChange','setCurrentUser','_doCryptBlock','UserManagerService','_sheetTransformSelectionsService','MemberService','CollaborationController','closePath','getTypeOfUnitAdded$','handleDeleteRangeMoveLeft','_handleHover','_selfUnitIDs','getAncestorScale','getCollabCursors$','change$','open$','_data','univer-pro.collaboration-client-socket-service','exports','DocStateChangeManagerService','whenReady','headers','EXCHANGE_SIGN_URL_SERVER_URL_KEY','onTransformRemoteChangesetByIMECache','then','CommandType','_collaborationController','getOwnPropertySymbols','div','isTransformMutationsWithChangesetFailure','flatMap','getActiveSheet','getUndoRedoMutationParamsCache','LOGIN_URL_KEY','_getAPIPrefixPath','has','eventID','now','_syncEditingCollabCursor','SetSelectionsOperation','@univerjs/drawing','_clearOtherTimers','createEncryptor','incrementRevOfUnit','decrypt','Vector2','clone','Rect','subscribeEvent','USERS_ENTER','red300','@univerjs/telemetry','_resendTimer','__esModule','permissionRejEvent','MD5','_color','/universer-api/snapshot','_parse','StreamCipher','_handleLeaveEvent','_waitCount','_joinRoom','_saveTaskMap','saveChangeset','synced','ENSURE_SNAPSHOT_EXECUTION','registerRenderModule','/resources','abs','_clearTimeoutTimer','send','permission.title','INVALID_ARGUMENT','Cipher','setShowComponents','__Key__','_compressMutationService','enableOfflineEditing','[CollaborationSessionService]','reverse','listCollaborators','round','MoveRangeCommandId','toggleOffline','_sessionStatus$','getUnhiddenWorksheets','_getMergeRange','restore','_assignedColors','_undoStacks','subUnitId','_waitForHeartbeatResponse','PERMISSION_DENIED','TEXT_RANGE_LAYER_INDEX','takeUntil','cursorInfo'];_0x17ad=function(){return _0x364cac;};return _0x17ad();}
1
+ function _0x4e9c(_0x106a58,_0x56134e){const _0x2b24bd=_0x2b24();return _0x4e9c=function(_0x4e9cdb,_0xe1c9fe){_0x4e9cdb=_0x4e9cdb-0x196;let _0x37c12a=_0x2b24bd[_0x4e9cdb];return _0x37c12a;},_0x4e9c(_0x106a58,_0x56134e);}function _0x2b24(){const _0x1bcd45=['execute','_socketMessageSubscription','RichTextEditingMutation','csShouldRetryEvent','getImageSourceCache','removeMember','/-/object/list','isTransformMutationsWithChangesetFailure','ILogService','/unit/','bold\x2013px\x20Source\x20Han\x20Sans\x20CN','unsubscribe','resolve','onTransformRemoteChangesetByIMECache','[SyncedState]:\x20received\x20acknowledgement.','blue400','setInterval','IAuthzIoService','ICollaborationSocketService','setTimeout','_clearOtherTimers','getUndoRedoMutationParamsCache','_replaceFileID','shouldCloseConn','@univerjs/docs','getMergeData','clamp','BuiltInUIPart','_socketReady','_localCacheService','snapshotServerUrl','getColor','_keySchedule','getParam','with','finalize','_notificationService','_getScale','@univerjs/docs-ui','_transformHistoryAndStateStack','equals','objects','_textBubble','SNAPSHOT_URL_KEY','onTransformRemoteChangesetByStateCache','[UniverCollaborationClientPlugin]','BASE64','_updateURLWithCurrentState','setParam','_unitStatus','_tryReconnect','bottom','_undoStacks','_sendHeartbeat','clone','_context','PSEUDO_FETCH_MISSING_RESULT','registerBeforeClose','_refRangeService','CollaborationEntity','getCollabEntity','retryConnectingInterval','_handleHeartbeatEvent','parseProtocolChangeset','disableLocalCache','HEADER_MENU','_candidateSocket','react','size','[CollaborationSession]','_backgroundColor','OffLineSingle','_waitCount','off-line-single','enableSingleActiveInstanceLock','ThresholdInterceptorFactory','_listenToOnlineEvent','setUndoRedoMutationParamsCache','CHANGESET_REJ','awaiting','dispose','_clearScheduledTask','UNRECOGNIZED','set','LocalUndoRedoService','@univerjs/sheets-ui','url(#off-line-single_clip0_910_343)','forEach','close$','cmd','svg','unshift','_onJoinRoomEvent','initWorkbookPermissionChange','on-line-single_clip0_910_349','getTypeOfUnitDisposed$','for','InsertSheetMutation','AWAITING','_state$','socket$','unitID','assign','_updateCollabCursors','measureText','_setupBeforeClosingHandler','IRemoteInstanceService','fetchThroughInterceptors','_getUndoStack','_transformRemoteChangesetByIMECache','_sendHeartbeatTimer','onReady','newCsEvent','FETCH_MISS','transformSelections','Rectangle','error$','updateCursorEvent','push','ERROR_IMAGE','UniverNetwork','@univerjs/ui','_onOffline','[OfflineState]:\x20received\x20changeset.','[PendingState]:\x20received\x20rejection.','forwardRef','handleIRemoveRow','ICommandService','blockSize','_pendingMutations','_onUserLeave','createInstance','isTransformMutationFailure','send','_transitionLocked','_setupSubUnitSync','SheetCollaborationEntity','className','IPermissionService','replace','[FetchMissState]','_createInitialStateImpl','transformStateCache','UNIVER_UNKNOWN','_saveCache','random','_submitChangeset','_telemetryInfo','_state','mergeOverrideWithDependencies','Malformed\x20UTF-8\x20data','onPointerLeave$','_cursors','_getSnapshotAPIPrefix','fetchMiss','ENSURE_SNAPSHOT_EXECUTION','SetSelectionsOperation','MSG_FOR_ERROR','jsxs','b64DecodeUnicode','createIdentifier','_initRequestHeader','url','ColorKit','reqId','getValue','commentUpdate$','getUnitType','putCollaborators','COLLAB_WEB_SOCKET_URL_KEY','gold400','byteOffset','serializeCombRequest','SNAPSHOT_HAS_BEEN_REMOVED','_labelPosition','_map','...','[CollaborationEntity]:\x20initial\x20state\x20has\x20been\x20created\x20before.\x20You\x20should\x20not\x20call\x20\x22init\x22\x20twice.','event$','members','ReactCurrentOwner','getActiveSheet','subscribe','/universer-api/comb','_fetchMissChangesets','__creator','replaceDocRanges','_createInitialState','mixIn','SHOULD_CLOSE_CONN','_initStatusComponent','onlineStatusIcon','DisposableCollection','children','defIds','_cursorShapes','ciphertext','debounce','encrypt','image/gif','_getAnchorBounding','RxDisposable','getUnit','_docTransformIMECacheService','_startDocCollabCursor','CHANGESET_ACK','_onCursorUpdate','getRenderById','transformStack\x20failed!','UniverSheets','m2Prime','every','DocCollaborationEntity','HttpImport','COLLAB_SUBMIT_CHANGESET_URL','_collabSessionService','RefRangeService','DependentOn','setStateCache','string','@univerjs/rpc','rev','\x20in\x20_schedule.','useRef','_collaborationSessionService','&assign=','json','onRemoteAck','length','_redoStacks','USERS_ENTER','CollaborationSocketService','startTime','type','result','Vector2','off-line-single_clip0_910_343','unitId\x20is\x20not\x20found','currentTheme$','getUnitId','collabStatus.conflict','subUnitId','_onRefRangeChange','&source=','UNKNOWN_CODE','Rect','_init','getRangePointData','collaboratorID','unitId','_onConnectionOpen','kdf','changesets','sid','_handleEvent','UniverCollaborationClientPlugin','body','Module','collab-text-range-','setConfig','reduce','CHANGESET_REVISION_CONFILICT','_stopTelemetryCollaborationNewChangeset','AWAITING_WITH_PENDING','VIEW_MAIN','_undoRedoService','getCurrentUser','_handleJoinEvent','hasOwnProperty','getUniverSheetInstance','_commentService','_send','_hash','CollaborationStatusDisplay','_changesetReqId','saveImage','[PendingState]:\x20invalid\x20calling\x20to\x20`resend`.','getTime','UniverUi','collabStatus.syncing','handleDeleteRangeMoveUp','idSuffix','docStateChange$','_exhaustRemoteChangesetQueue','$super','BlockCipher','[CollaborationSessionService]','setAlpha','AuthzIoHttpService','_clearUndo','charAt','BehaviorSubject','_messageService','clipPath','withCredentials','currentSkeleton$','collabWebSocketUrl','asObservable','onRemoteRej','SnapshotService','objectID','_scheduleTimestamp','getTypeOfUnitAdded$','JOIN','responseType','hasher','mode','getConfig','_initMergeInterceptor','TRANSFORM_CHANGE_OBSERVABLE_TYPE','save','ws://127.0.0.1:8000/universer-api/comb/connect','endColumn','LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED','saveOfflineData','sin','deepClone','Undefined','?url=','_incrementRevisionNumber','_name','handleInsertRangeMoveDown','LIVESHARE_FETCH_OPERATIONS','/collaborator','_getAPIPrefixPath','batchAllowed','_removeRoom','addObjects','Decryptor','_status$','randomUUID','includes','buffer','UNDEFINED','_nDataBytes','\x20-\x20','formatter','redoState','editing\x20status\x20changed\x20to','onMouseMove','univer-pro.collaboration-client.single-active-unit-service','/object/','fillStyle','TEXT_RANGE_LAYER_INDEX','incrementRevOfUnit','routeKey','pad','colorChannel1','infoRsp','DocIMEInputManagerService','UNIVER_DOC','_roomMembers','takeUntil','objectType','DocSkeletonManagerService','_transformStateCache','EmptyMutation','_transformUndoRedoStack','getFocusedUnit','onRemoteChangeset','_logService','DOC_RANGE_TYPE','1em','newValue','joinRsp','session.room-full','Plugin','LocalCacheService','unpad','/universer-api/file/{fileID}/sign-url','_clearHeartbeatTimer','ImageIoService','getUnitStatus$','_colorAssignService','collabStatus.synced','_assignedColors','snapshot','createCollaborator','_anchor','Injector','\x0aCurrent:\x20','ivSize','xlink:href','unknown','ImageUploadStatusType','OFFLINE','requestParams','_updateLocalCursor','rng','extend','displayName','ranges','black','SUBMIT_CHANGESET','HMAC','_drawTextRange','indexOf','onTransformChange$','conflict.title','restore','failed\x20to\x20apply\x20missed\x20changesets!','msCrypto','[PendingState]:\x20received\x20acknowledgement.','action','0\x200\x2017\x2016','_getSignURL','toggleOffline','RECV','WebSocketService','CONNECTOR_DATA_TOO_LARGE','sheetId','message$','_docTransformStateCacheService','getOffsetConfig','top','UniverNetworkPlugin','_getSheetObject','_colorIndex','getMemberID','PERMISSION_REJ','color','_updateLocalCache','downloadEndpointUrl','collab-client.tooltip.reconnect','subunit','MoveRangeCommandId','mapTo','_createSocket','toLowerCase','_event$','offline','_imageSourceCache','_collaborationTimeoutTimer','allowed','fillRule','status$','_onFetchMissResult','purple300','_scheduleClearOtherTimer','RegularPolygon','_initResize','_change$','_injector','LocaleService','enableAuthServer','ISnapshotServerService','LICENSE_DISTRO_REJECTED','getDocRanges','reconnect','awaitingChangeset','@univerjs/engine-render','title','src','UniverSheetsUi','collaboration-client.config','resize','DocSelectionManagerService','requireSession','_localStorageService','decryptBlock','fromEvent','_getSaveTimeout','debounceTime','_removeClearOtherTimer','workbook','_uiPartsService','width','_color','UnitSnapshot','_listenToOfflineEvent','@univerjs/design','#FFF','getViewport','_cursor','enc','_throwTelemetryCollaborationNewChangeset','online','assignAColorForMemberID','lineTo','loginUrlKey','_handleLeaveEvent','getVpScrollXYInfoByPosToVp','_append','drawWith','InsertRowCommandId','SNAPSHOT_INVALID_SNAPSHOT','getLatestCsReqIdBySid','_initUnitPermissionChange','whenReady','generateRandomId','fetching\x20missing\x20changesets\x20from\x20','post','createSocket','onlineStatusTitle','transformChangesets','SHA1','univer-online-status-title','filter','ITelemetryService','/object','toString','saveChangeset','fetchMissingChangesets','LOGIN_URL_KEY','byteLength','IMessageService','_getCurrentRevision','uploadFileServerUrl','defineProperty','_onCombEvent','hide','sheets','addObject','activeSheet$','_hover','_lockTransition','Disposable','compute','doc.mutation.rich-text-editing','UniverCollaborationClient','_startSheetCollabCursor','onTransformSelections','HmacSHA1','collab-rect-range-','map','algo','Base','_hovered','CompressMutationService','closeSession','449874VdJXeg','Pkcs7','auth.needGotoLoginAlert','#fff','awaiting_with_pending','socket\x20open.','translate(.97)','_retryCount','pending','/new_changes','_updateState','Hex','CBC','disposeUnit','1022367kTwjnX','_hideTimer','UniverEngineFormula','interceptor','_clearTimeoutTimer','IBeforeCloseService','rxjs/operators','_socket','_createHandler','HEARTBEAT','onSyncEditingCollabCursor','NOT_COLLAB','react.fragment','x-univer-host','range','Workbook','splice','univer-pro.collaboration-client-socket-service','conflict.content','LEAVE','_oKey','registerRenderModule','take','UNIVER_SHEET','textRanges','ImageSourceType','TOO_MANY_REQUESTS','_registerRenderDependencies','BufferedBlockAlgorithm','_ensureSubject','apply','HEARTBEAT_INTERVAL_KEY','_queuedRemoteChangesets','_loadSheet','searchParams','m1Prime','FromArray','16PkkDpR','_unlockTransition','\x22.\x20Please\x20configure\x20the\x20dynamicRequireTargets\x20or/and\x20ignoreDynamicRequires\x20option\x20of\x20@rollup/plugin-commonjs\x20appropriately\x20for\x20this\x20require\x20call\x20to\x20work.','Tooltip','COMPRESS_MUTATION_APPLY','onPointerEnter$','POST','@univerjs/drawing','not_collab','executeCommand','UniverDesign','column','makeDirty','getCollabEntity$','add','format','EXCHANGE_UPLOAD_FILE_SERVER_URL_KEY','complete','_handler','_parse','_collaborationPaused','_lastPointer','_compressMutationService','SEND_CHANGESET_TIMEOUT','/universer-api/authz','error','min','_collabCursorController','backgroundColor','dispose$','_initCommandExecutedListener','onCommandExecuted','roles','Inject','COLORS','_configService','stopTime','state$','iterations','override','HELLO','ONLINE','leaveEvent','INVALID_ARGUMENT','SheetPermissionInitController','words','UnitEmbedded','_userManagerService','UniverRpc','call','touchDependencies','_onConnectionFailed','sessionStatus$','_toggleOffline','MessageType','getInterceptPoints','ITransformService','_process','_showConflictNotification','_permissionService','_clearLocalCache','_instanceService','isActive','getCurrentRevOfUnit','INTERNAL_ERROR','toDisposable','ThemeService','getSheetObject','div','ceil','IImageIoService','_transformUndoredo','substr','_cursorInfo$','YUUMI_SUBSCRIPTION_NOT_FOUND','Unknown\x20user','collabCursorState$','_updateSubUnitFromURLParams','Cannot\x20assemble\x20a\x20changeset\x20from\x20multiple\x20mutations\x20of\x20different\x20types:\x20','[DataLoaderController]','location','_tryEnsureSocket','submit\x20changeset\x20error!','reverse','Unknown\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','onMissingChangesets','_ENC_XFORM_MODE','_renderManagerService','_beforeCloseService','CollaborationStatus','prototype','registerHTTPInterceptor','cursorInfo$','Base64','_shouldReportTelemetry','_id','SerializableCipher','roomMembers','sequenceExecute','onMissedChangesetFetched','get','onlineStatus','_rescheduleHeartbeat','_getSendChangesetTimeout','UNIVER_PROJECT','Fragment','_transformIMECache','_resendTimeout','now','from','YUUMI_UNABLE_LOAD_URL','randomBytes','_commentUpdate$','put','InsertColCommandId','pushState','@univerjs/telemetry','onRemoteRetry','_range','_localeService','join','getAncestorScale','create','LIVESHARE_OPERATION','_sender','OTHER_CLIENTS_EDITING','SNAPSHOT_SERVER_URL_KEY','_handleHover','merge','originalMeta','_changesetSessionId','_scheduleSaving','WordArray','HEARTBEAT_TIMEOUT_KEY','arc','code','symbol','ref','UniverTelemetry','UniverCore','entries','_drawAnchor','_getCtorByUniverType','getStateCache','_resendWithTimeout','getCollabCursors$','_loadDoc','engine','7319040eIJGmU','fillText','conflict','on-line-single','[CollaborationUndoRedoService]','update','_doCryptBlock','@univerjs/network','jsx','COLLAB_WEB_SOCKET_URL','ERROR_EXCEED_SIZE','text','/block/','_awaitingChangeset','floor','_resendTimer','headers','deserializeRangeWithSheet','name','getRelativeToViewportCoord','_toggleOnline','actions','c1Prime','UniverInstanceType','enableLocalCache','find','_syncEditingCollabCursorService','__esModule','onStateChange','_reverseMap','8ORMsRP','LOCAL_CACHE_INTERVAL_KEY','createElement','EffectRefRangId','_timeoutTimer','fetching\x20the\x20latest\x20document\x20from\x20the\x20server.','LICENSE_IMPORT_SIZE_EXCEEDED','_eventUnsubscribe','Tools','path','AES','/-/object/-/batch_allowed','[CollaborationEntity]:\x20invalid\x20state\x20transition!\x20State\x20transferred\x20from\x20is\x20not\x20the\x20current\x20state.\x0aBefore:\x20','focused$','cfg','selection','replaceState','sendChangesetTimeout','LICENSE_MAX_UNITS_EXCEEDED','_type','YUUMI_URL_COL_OUT_OF_RANGE','_roomMembers$','verdancy600','_iv','copyFileMeta','_iKey','_DEC_XFORM_MODE','mutations','switchMap','HttpExport','_getRedoStack','padding','appendMutation','getRandomValues','collabStatus.fetchMiss','roomInfos','ERROR_IMAGE_TYPE','session.connection-failed','&to=','urlChange$','Shape','_snapshotServerService','registerDependencies','startRow','defaultProps','_disabled','_nRounds','defs','distinctUntilChanged','HTTPRequest','react.element','_transformSelections','_ws','CollaborationController','_config','findNodePositionByCharIndex','toStringTag','setShapeProps','_unitOnClients','UNIVER_SLIDE','cursorInfo','PERMISSION_DENIED','delay','_docSkeletonManagerService','transformMutationsWithChangeset','sessionStatus','_substituteRedoStack','@univerjs/sheets','COLLAB_SUBMIT_CHANGESET_URL_KEY','_getUploadFileURL','INGEST','{fileID}','_executeRemoteChangeset','DeleteRangeMoveUpCommandId','[CollaborationController]:\x20invalid\x20univer\x20type:\x20','_substituteUndoStack','getRoom','then','refreshPermission','parse','history','saveSheetBlock','NO_OTHER_CLIENTS_EDITING','/resources','_entityInit$','_univerInstanceService','univer-online-status-icon','permissionRejEvent','encode','SetWorksheetActivateCommand','deleteCollaborator','evenodd','getSheetBySheetId','_drawRectRange','NodePositionConvertToCursor','open$','_onLocalMutation','_urlService','mapDocumentTypeToUniverType','method','APPLY_DUPLICATED','getResourcesRequest','_session','updateOfflineData','UPDATE_CURSOR','_doFinalize','LIVESHARE_REQUEST_HOST','_getDownloadEndpointURL','IDLE','CollaborationEvent','IUniverInstanceService','_cipher','isTransformMutationsWithChangesetSuccess','_xformMode','_singleActiveUnitService','handleIRemoveCol','_scheduleCollaborationTimeoutTimer','clear','NodePositionConvertToRectRange','session','use','Hasher','socket\x20close','_applyRemoteChangeset','WorkbookEditablePermission','_HTTPService','NoPadding','_collabCursorState$','setCurrentUser','getSheetId','round','_sessions','COMPLETION_FINISHED','isInternalEditorID','connection\x20error','you\x20should\x20override\x20\x22IUndoRedoService\x22\x20provided\x20in\x20\x22core\x22\x20package!','_revisionService','@univerjs/core','params','crypto','_anchorDot','_sendingTimer','onTransformState','deserializeToCombResponse','MergeInterceptorFactory','MemberService','_socket$','encryptBlock','FETCH_MISSING','isTransformChangesetsSuccess','CollaborationSession','concat','APPLY_NON_SEQUENTIAL_REVISION','_remoteChangesetQueue','univer-offline','_docSkeleton','UniverDocsUi','CommandType','Error','[CollaborationEntity]','decrypt','[CollaborationSessionService]:\x20socket\x20error','HEARTBEAT_INTERVAL','[OfflineState]:\x20invalid\x20calling\x20to\x20`resend`.','collaboration.closeRoom','_memberService','eventID','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','editingUnit','/allowed','_onCursorDelete','_joinRoom','useDependency','_createHelper','_collaborationController','RETRY_CONNECTING_MAX_COUNT_KEY','_cachedData','getSkeleton','collaMsg','_prevBlock','DesktopCollaborationStatusDisplayController','univerjs-icon\x20univerjs-icon-','getCurrent','object','resourceIDs','_sessionStatus$','PENDING','ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=','Encryptor','JOINING','_online','_docSyncEditingCollabCursorService','_shapes','localeService','Warning','transform','\x20to\x20','duration','FileId','rxjs','_createHmacHelper','createEncryptor','unload','[SyncedState]:\x20invalid\x20calling\x20to\x20`resend`.','handleInsertRow','NOT_FOUND','Utf8','popstate','APPLY_REJECT','1145604CRCqvJ','collaboration-session-retry','LICENSE_EXPORT_SIZE_EXCEEDED','capture','APPLY_REVISION_CONFILICT','ACTIVE_UNIT_EVENT_CHANNEL','onSendChangeset','max','stringify','_clearRedo','loadOfflineData','runRefRangeMutations','connectInjector','transformRemoteChangeset','0\x200\x2016\x2016','getDeserializedSheetBlock','MD5','height','closePath','_data','concatMap','_key','No\x20remote\x20instance\x20service\x20injected.\x20May\x20not\x20syncing\x20edits\x20to\x20the\x20web\x20worker.','parseChangesetToProtocol','RevisionService','_saveTaskMap','next','_socketService','contains','COMMENT_UPDATE','change$','_acknowledgedAwaitingChangeset','memberID','throttleTime','readAsDataURL','clearTimeout','exhaustSavingTask','fill','exports','UniverCollaborationPlugin','catch','getCurrentUnitForType','MUTATION','liveShareOperation','setShowComponents','red300','RECT','[FetchingMissState]:\x20invalid\x20calling\x20to\x20`resend`.','_registerDependencies','_sheetTransformSelectionsService','/fetchmissing?from=','getItem','CHANGESET_SHOULD_RETRY','current','collab-text-anchor-','__Key__','UniverCollaboration','getActiveRange','uni.network.url-service','getImage','reset','updatePermissionPoint','IContextService','IRenderManagerService','sigBytes','list','_unitID','SUCCUSS','FAIL','_onRemoteACK','pipe','IUndoRedoService','authzUrl','startColumn','row','[CollaborationSession]:\x20should\x20not\x20send\x20message\x20when\x20the\x20session\x20is\x20offline!','AUTHZ_URL_KEY','isEditing','M0\x200H16V16H0z','data','_heartbeatTimer','setItem','Optional','HmacMD5','_mode','synced','_refreshCollabCursors','bind','resend','onTransformIME','addEventListener','icon','_onConflict','_initDependencies','_schedule','_docStateChangeManagerService','_retryConnectingTimer','transformMutation','[CollaborationSocketService]:\x20failed\x20to\x20create\x20socket!','6TgJZKG','onCommentUpdate','[OfflineState]:\x20received\x20acknowledgement.','delete','InsertRangeMoveDownCommandId','UNAUTHENTICATED','1102nHLHQM','image/jpeg','handleMoveRange','_hasher','_getAPIPrefix','fromCharCode','target','/rev/','LIVESHARE_NEW_HOST','HTTPService','show','baseRev','function','permission.content','[PendingState]:\x20unhandled\x20univer\x20type:\x20','_entities','joinEvent','status','SheetsSelectionsService','UniverEngineRender','attrs','_isPermissionRej','_syncEditingCollabCursor','shareReplay','VIEWPORT_KEY','@univerjs-pro/collaboration','updateMember','has','1139035xplNpz','close','addImageSourceCache','UPDATE_PERMISSION_OBJ','disposeWithMe','_scheduleHeartbeat','_transformRemoteChangesetByStateCache','href','onload','registerRefRange','transformUndoRedo','lib','_snapshotService','subscribeEvent','image/bmp','revision','values','_checkMissing','Subject','_clearCollaborationTimeoutTimer','_transformService','\x0aAfter:\x20','isArray','_startCollaboration','_transformPreviousActiveRange','key','debug','NEW_CHANGESETS','reject','fromEventSubject','YUUMI_RATE_OVER_LIMIT','_minBufferSize','INotificationService','getUnitOnRev','_doProcessBlock','_initEventListeners','UniverDrawing','collaboration-client.offline-data-not-saved','syncEditingCollabCursor','_removeCollabCursors','_telemetryService','IConfigService','Could\x20not\x20dynamically\x20require\x20\x22','selections','permission.title','slice','_members','_getLoginPath','endRow','roomMembers$','This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!','_invKeySchedule','[CollaborationEntity]:\x20cannot\x20apply\x20missing\x20results\x20on\x20other\x20states!','USERS_LEAVE','DataLoaderController','_selfUnitIDs','No\x20unitID\x20or\x20type\x20in\x20URL.\x20Will\x20not\x20load\x20files\x20from\x20remote\x20address.','enableOfflineEditing','SYNCED','fetch_missing','_onRemoteRejected','tag','CollaborationSessionService','getUnhiddenWorksheets','csAckEvent','EvpKDF','getSheetBlock','SnapshotServerOverHTTPService','_themeService','getCurrentSelections','_sheetSkeletonManagerService','APPLY_PERMISSION_DENIED','onPointerMove$','textEncoder','init','currentColor','csRejEvent','_transformStack','useObservable','CONFLICT','getOwnPropertyDescriptor','image/jpg','getOwnPropertySymbols','_disableEditing','_commandService','_scene','_decreaseWaiting','Cipher','undoState','getCoordByCell','_keyPriorReset','_waitForHeartbeatResponse','LIVESHARE_TERMINATE','[CollaborationState]:\x20apply\x20error!','some','_updateStatus','collaborators','getMember','BlockCipherMode','1455734HqoKsY','_httpService','clearInterval','state','EXCHANGE_SIGN_URL_SERVER_URL_KEY','fromCollab','_onMessage','toggleOnline'];_0x2b24=function(){return _0x1bcd45;};return _0x2b24();}(function(_0x258242,_0x56eb7a){const _0x1de028=_0x4e9c,_0x51009e=_0x258242();while(!![]){try{const _0x4ad7ca=parseInt(_0x1de028(0x32d))/0x1*(parseInt(_0x1de028(0x519))/0x2)+-parseInt(_0x1de028(0x308))/0x3+-parseInt(_0x1de028(0x4b0))/0x4+parseInt(_0x1de028(0x535))/0x5*(parseInt(_0x1de028(0x513))/0x6)+-parseInt(_0x1de028(0x598))/0x7*(parseInt(_0x1de028(0x3df))/0x8)+parseInt(_0x1de028(0x2fa))/0x9+parseInt(_0x1de028(0x3c1))/0xa;if(_0x4ad7ca===_0x56eb7a)break;else _0x51009e['push'](_0x51009e['shift']());}catch(_0x31faeb){_0x51009e['push'](_0x51009e['shift']());}}}(_0x2b24,0x2cc41),function(_0x172fc7,_0x301313){const _0x570b3a=_0x4e9c;typeof exports==_0x570b3a(0x496)&&typeof module<'u'?_0x301313(exports,require(_0x570b3a(0x468)),require(_0x570b3a(0x4a6)),require(_0x570b3a(0x30e)),require(_0x570b3a(0x2be)),require(_0x570b3a(0x619)),require(_0x570b3a(0x3c8)),require(_0x570b3a(0x532)),require(_0x570b3a(0x3a1)),require(_0x570b3a(0x5c6)),require(_0x570b3a(0x422)),require('@univerjs/engine-render'),require(_0x570b3a(0x5b8)),require(_0x570b3a(0x334)),require('@univerjs/engine-formula'),require(_0x570b3a(0x5f5)),require(_0x570b3a(0x5e3)),require('@univerjs/rpc')):typeof define==_0x570b3a(0x525)&&define['amd']?define([_0x570b3a(0x4d6),_0x570b3a(0x468),_0x570b3a(0x4a6),'rxjs/operators','@univerjs/design','@univerjs/ui',_0x570b3a(0x3c8),_0x570b3a(0x532),_0x570b3a(0x3a1),_0x570b3a(0x5c6),_0x570b3a(0x422),_0x570b3a(0x2aa),_0x570b3a(0x5b8),_0x570b3a(0x334),'@univerjs/engine-formula',_0x570b3a(0x5f5),_0x570b3a(0x5e3),_0x570b3a(0x1c4)],_0x301313):(_0x172fc7=typeof globalThis<'u'?globalThis:_0x172fc7||self,_0x301313(_0x172fc7[_0x570b3a(0x2ef)]={},_0x172fc7[_0x570b3a(0x3b8)],_0x172fc7[_0x570b3a(0x4a6)],_0x172fc7['rxjs']['operators'],_0x172fc7[_0x570b3a(0x337)],_0x172fc7[_0x570b3a(0x1fe)],_0x172fc7[_0x570b3a(0x618)],_0x172fc7[_0x570b3a(0x4e8)],_0x172fc7[_0x570b3a(0x3b7)],_0x172fc7[_0x570b3a(0x47b)],_0x172fc7[_0x570b3a(0x1b9)],_0x172fc7[_0x570b3a(0x52c)],_0x172fc7['UniverDocs'],_0x172fc7[_0x570b3a(0x559)],_0x172fc7[_0x570b3a(0x30a)],_0x172fc7[_0x570b3a(0x2ad)],_0x172fc7['React'],_0x172fc7[_0x570b3a(0x35d)]));}(this,function(_0xc68ebf,_0x260eff,_0x543965,_0x59f7e7,_0x5b25cc,_0x604b87,_0x155315,_0x11d062,_0x2b3aba,_0x1517b1,_0x47516e,_0x1f079c,_0x433bf3,_0x19d17d,_0x3f4006,_0x3393de,_0x4f19ed,_0x57856c){'use strict';const _0x5e0aad=_0x4e9c;var _0x376502=Object[_0x5e0aad(0x2e4)],_0x376eef=(_0x4601a6,_0x5c06c2,_0x1fcc99)=>_0x5c06c2 in _0x4601a6?_0x376502(_0x4601a6,_0x5c06c2,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x1fcc99}):_0x4601a6[_0x5c06c2]=_0x1fcc99,_0x133e34=(_0x595957,_0x1ed8f2,_0x2a9bed)=>_0x376eef(_0x595957,typeof _0x1ed8f2!=_0x5e0aad(0x3b5)?_0x1ed8f2+'':_0x1ed8f2,_0x2a9bed);const _0x7baa0b='SNAPSHOT_SERVER_URL_KEY',_0x160498='/universer-api/snapshot',_0x1b2b84='SNAPSHOT_URL_KEY',_0x1f76de=_0x5e0aad(0x344),_0x3e0ff9=_0x5e0aad(0x3ca),_0x40b237=_0x5e0aad(0x21f),_0x337e6a=_0x5e0aad(0x481),_0x382caf='HEARTBEAT_TIMEOUT',_0x347671='RETRY_CONNECTING_MAX_COUNT',_0x514025='LOCAL_CACHE_INTERVAL',_0x9131fa=_0x5e0aad(0x1be),_0x534986=_0x5e0aad(0x19f),_0x38bbff=_0x5e0aad(0x2df),_0xfc3e4='/universer-api/oidc/authpage';var _0x43b34c=(_0x3d4a60=>(_0x3d4a60[_0x3d4a60[_0x5e0aad(0x235)]=0x0]='UNDEFINED',_0x3d4a60[_0x3d4a60['OK']=0x1]='OK',_0x3d4a60[_0x3d4a60['INTERNAL_ERROR']=0x2]=_0x5e0aad(0x36d),_0x3d4a60[_0x3d4a60['PERMISSION_DENIED']=0x3]=_0x5e0aad(0x41c),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x4ac)]=0x4]=_0x5e0aad(0x4ac),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x518)]=0x5]='UNAUTHENTICATED',_0x3d4a60[_0x3d4a60['ALREADY_EXISTS']=0x6]='ALREADY_EXISTS',_0x3d4a60[_0x3d4a60[_0x5e0aad(0x358)]=0x7]=_0x5e0aad(0x358),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x322)]=0x8]='TOO_MANY_REQUESTS',_0x3d4a60[_0x3d4a60[_0x5e0aad(0x463)]=0x9]=_0x5e0aad(0x463),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x1ed)]=0x1389]=_0x5e0aad(0x1ed),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x2cd)]=0x1771]=_0x5e0aad(0x2cd),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x64d)]=0x1772]=_0x5e0aad(0x64d),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x63b)]=0x1773]=_0x5e0aad(0x63b),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x4af)]=0x1b59]=_0x5e0aad(0x4af),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x477)]=0x1b5a]=_0x5e0aad(0x477),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x4b4)]=0x1b5b]=_0x5e0aad(0x4b4),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x57c)]=0x1b5c]='APPLY_PERMISSION_DENIED',_0x3d4a60[_0x3d4a60[_0x5e0aad(0x443)]=0x1b5d]='APPLY_DUPLICATED',_0x3d4a60[_0x3d4a60[_0x5e0aad(0x281)]=0x1f41]=_0x5e0aad(0x281),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x3f1)]=0x2329]=_0x5e0aad(0x3f1),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x221)]=0x232a]='LICENSE_MAX_MEMBERS_PER_UNIT_EXCEEDED',_0x3d4a60[_0x3d4a60[_0x5e0aad(0x3e5)]=0x232b]=_0x5e0aad(0x3e5),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x4b2)]=0x232c]=_0x5e0aad(0x4b2),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x2a6)]=0x232d]='LICENSE_DISTRO_REJECTED',_0x3d4a60[_0x3d4a60[_0x5e0aad(0x39b)]=0x2711]=_0x5e0aad(0x39b),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x3f3)]=0x2712]='YUUMI_URL_COL_OUT_OF_RANGE',_0x3d4a60[_0x3d4a60[_0x5e0aad(0x553)]=0x2713]=_0x5e0aad(0x553),_0x3d4a60[_0x3d4a60[_0x5e0aad(0x377)]=0x2714]=_0x5e0aad(0x377),_0x3d4a60[_0x3d4a60['UNRECOGNIZED']=-0x1]=_0x5e0aad(0x5f2),_0x3d4a60))(_0x43b34c||{}),_0x376044=(_0x5c9eb8=>(_0x5c9eb8[_0x5c9eb8[_0x5e0aad(0x62f)]=0x0]='UNIVER_UNKNOWN',_0x5c9eb8[_0x5c9eb8[_0x5e0aad(0x246)]=0x1]=_0x5e0aad(0x246),_0x5c9eb8[_0x5c9eb8[_0x5e0aad(0x31f)]=0x2]=_0x5e0aad(0x31f),_0x5c9eb8[_0x5c9eb8['UNIVER_SLIDE']=0x3]=_0x5e0aad(0x41a),_0x5c9eb8[_0x5c9eb8[_0x5e0aad(0x395)]=0x4]=_0x5e0aad(0x395),_0x5c9eb8[_0x5c9eb8[_0x5e0aad(0x5f2)]=-0x1]=_0x5e0aad(0x5f2),_0x5c9eb8))(_0x376044||{}),_0x1f5e17=(_0x4432c9=>(_0x4432c9[_0x4432c9['UNKNOWN_CMD']=0x0]='UNKNOWN_CMD',_0x4432c9[_0x4432c9['HELLO']=0x1]=_0x5e0aad(0x355),_0x4432c9[_0x4432c9['JOIN']=0x2]='JOIN',_0x4432c9[_0x4432c9['LEAVE']=0x3]=_0x5e0aad(0x31b),_0x4432c9[_0x4432c9[_0x5e0aad(0x425)]=0x4]=_0x5e0aad(0x425),_0x4432c9[_0x4432c9['HEARTBEAT']=0x5]=_0x5e0aad(0x311),_0x4432c9[_0x4432c9[_0x5e0aad(0x27f)]=0x6]=_0x5e0aad(0x27f),_0x4432c9[_0x4432c9[_0x5e0aad(0x5f2)]=-0x1]=_0x5e0aad(0x5f2),_0x4432c9))(_0x1f5e17||{}),_0x2f4484=(_0x1b35a9=>(_0x1b35a9[_0x1b35a9[_0x5e0aad(0x1dc)]=0x0]=_0x5e0aad(0x1dc),_0x1b35a9[_0x1b35a9['OK']=0x1]='OK',_0x1b35a9[_0x1b35a9['FAIL']=0x2]=_0x5e0aad(0x4f4),_0x1b35a9[_0x1b35a9[_0x5e0aad(0x5f2)]=-0x1]='UNRECOGNIZED',_0x1b35a9))(_0x2f4484||{}),_0x27083f=(_0x391418=>(_0x391418[_0x391418['Undefined']=0x0]=_0x5e0aad(0x225),_0x391418[_0x391418['HttpImport']=0x1]=_0x5e0aad(0x1bd),_0x391418[_0x391418[_0x5e0aad(0x3fc)]=0x2]='HttpExport',_0x391418[_0x391418[_0x5e0aad(0x35b)]=0x3]=_0x5e0aad(0x35b),_0x391418[_0x391418[_0x5e0aad(0x2bc)]=0x4]='UnitSnapshot',_0x391418[_0x391418[_0x5e0aad(0x5f2)]=-0x1]='UNRECOGNIZED',_0x391418))(_0x27083f||{});const _0x48905f=_0x5e0aad(0x2ae),_0x3aef1e={};function _0x257780(_0x4b04bc){const _0x523121=_0x5e0aad;var _0x22cc19,_0x8f383,_0xacc026,_0x32e8eb,_0x1d4493;const _0x19bb2d=_0x4b04bc[_0x523121(0x4ff)],_0x353d4e=JSON[_0x523121(0x42e)](_0x19bb2d);switch(_0x353d4e[_0x523121(0x5f9)]){case _0x1f5e17[_0x523121(0x311)]:case _0x1f5e17[_0x523121(0x355)]:{const _0x306584=_0x353d4e[_0x523121(0x244)];return{..._0x353d4e,'data':_0x306584,'cmd':_0x353d4e[_0x523121(0x5f9)]};}case _0x1f5e17[_0x523121(0x217)]:{const _0x120a9b=_0x353d4e[_0x523121(0x254)];return{..._0x353d4e,'data':_0x120a9b,'cmd':_0x353d4e[_0x523121(0x5f9)]};}case _0x1f5e17[_0x523121(0x27f)]:{const _0x1bdd51=_0x353d4e[_0x523121(0x491)];switch(_0x1bdd51['eventID']){case _0x11d062[_0x523121(0x44c)][_0x523121(0x28b)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':(_0x22cc19=_0x1bdd51[_0x523121(0x436)])==null?void 0x0:_0x22cc19['cs']},'cmd':_0x353d4e['cmd']};case _0x11d062[_0x523121(0x44c)]['CHANGESET_ACK']:return{..._0x353d4e,'data':{..._0x1bdd51,'data':(_0x8f383=_0x1bdd51[_0x523121(0x575)])==null?void 0x0:_0x8f383['cs']},'cmd':_0x353d4e['cmd']};case _0x11d062['CollaborationEvent'][_0x523121(0x550)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':(_0xacc026=_0x1bdd51[_0x523121(0x610)])==null?void 0x0:_0xacc026['cs']},'cmd':_0x353d4e[_0x523121(0x5f9)]};case _0x11d062[_0x523121(0x44c)][_0x523121(0x5ee)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':(_0x32e8eb=_0x1bdd51[_0x523121(0x581)])==null?void 0x0:_0x32e8eb['cs']},'cmd':_0x353d4e['cmd']};case _0x11d062[_0x523121(0x44c)]['CHANGESET_SHOULD_RETRY']:return{..._0x353d4e,'data':{..._0x1bdd51,'data':(_0x1d4493=_0x1bdd51[_0x523121(0x5a3)])==null?void 0x0:_0x1d4493['cs']},'cmd':_0x353d4e[_0x523121(0x5f9)]};case _0x11d062['CollaborationEvent'][_0x523121(0x447)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':_0x1bdd51[_0x523121(0x615)]},'cmd':_0x353d4e[_0x523121(0x5f9)]};case _0x11d062[_0x523121(0x44c)][_0x523121(0x1ce)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':_0x1bdd51[_0x523121(0x529)]},'cmd':_0x353d4e[_0x523121(0x5f9)]};case _0x11d062['CollaborationEvent'][_0x523121(0x56a)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':_0x1bdd51[_0x523121(0x357)]},'cmd':_0x353d4e['cmd']};case _0x11d062[_0x523121(0x44c)][_0x523121(0x521)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':_0x1bdd51['liveShareNewHost']},'cmd':_0x353d4e[_0x523121(0x5f9)]};case _0x11d062[_0x523121(0x44c)]['LIVESHARE_FETCH_OPERATIONS']:case _0x11d062[_0x523121(0x44c)][_0x523121(0x3a8)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':_0x1bdd51[_0x523121(0x4db)]},'cmd':_0x353d4e['cmd']};case _0x11d062[_0x523121(0x44c)][_0x523121(0x591)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':_0x1bdd51['liveShareNewHost']},'cmd':_0x353d4e['cmd']};case _0x11d062[_0x523121(0x44c)]['MSG_FOR_ERROR']:return{..._0x353d4e,'data':_0x1bdd51,'cmd':_0x353d4e['cmd']};case _0x11d062[_0x523121(0x44c)]['COMMENT_UPDATE']:return{..._0x353d4e,'data':{..._0x1bdd51,'data':_0x1bdd51['commentUpdateEvent']},'cmd':_0x353d4e[_0x523121(0x5f9)]};case _0x11d062[_0x523121(0x44c)][_0x523121(0x538)]:return{..._0x353d4e,'data':{..._0x1bdd51,'data':_0x1bdd51['updatePermissionObjEvent']},'cmd':_0x353d4e[_0x523121(0x5f9)]};case _0x11d062[_0x523121(0x44c)]['SHOULD_CLOSE_CONN']:return{..._0x353d4e,'data':{..._0x1bdd51,'data':_0x1bdd51[_0x523121(0x5b7)]},'cmd':_0x353d4e[_0x523121(0x5f9)]};default:return _0x353d4e;}}default:return _0x353d4e;}}function _0x2e7376(_0x14ac0c){const _0x3dfdc5=_0x5e0aad;switch(_0x14ac0c['cmd']){case _0x1f5e17[_0x3dfdc5(0x311)]:case _0x1f5e17[_0x3dfdc5(0x355)]:return JSON[_0x3dfdc5(0x4b8)]({'cmd':_0x14ac0c[_0x3dfdc5(0x5f9)],'routeKey':_0x14ac0c['routeKey']});case _0x1f5e17[_0x3dfdc5(0x425)]:{let _0x5c332c;switch(_0x14ac0c[_0x3dfdc5(0x4ff)][_0x3dfdc5(0x485)]){case _0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x447)]:{_0x5c332c={'eventID':_0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x447)],'updateCursorEvent':_0x14ac0c[_0x3dfdc5(0x4ff)]['data']};break;}case _0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x56a)]:{_0x5c332c={'eventID':_0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x56a)],'leaveEvent':_0x14ac0c[_0x3dfdc5(0x4ff)]['data']};break;}case _0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x1ce)]:{_0x5c332c={'eventID':_0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x1ce)],'joinEvent':_0x14ac0c[_0x3dfdc5(0x4ff)][_0x3dfdc5(0x4ff)]};break;}case _0x11d062[_0x3dfdc5(0x44c)]['LIVESHARE_NEW_HOST']:{_0x5c332c={'eventID':_0x11d062['CollaborationEvent'][_0x3dfdc5(0x521)],'liveShareNewHost':_0x14ac0c['data'][_0x3dfdc5(0x4ff)]};break;}case _0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x3a8)]:{_0x5c332c={'eventID':_0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x3a8)],'liveShareOperation':_0x14ac0c[_0x3dfdc5(0x4ff)]['data']};break;}case _0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x591)]:{_0x5c332c={'eventID':_0x11d062[_0x3dfdc5(0x44c)]['LIVESHARE_TERMINATE'],'liveShareTerminate':_0x14ac0c[_0x3dfdc5(0x4ff)]['data']};break;}case _0x11d062[_0x3dfdc5(0x44c)]['LIVESHARE_REQUEST_HOST']:{_0x5c332c={'eventID':_0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x449)],'liveShareRequestHost':_0x14ac0c[_0x3dfdc5(0x4ff)][_0x3dfdc5(0x4ff)]};break;}case _0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x22a)]:{_0x5c332c={'eventID':_0x11d062[_0x3dfdc5(0x44c)][_0x3dfdc5(0x22a)]};break;}default:_0x5c332c={'eventID':_0x14ac0c[_0x3dfdc5(0x4ff)][_0x3dfdc5(0x485)]};}return JSON[_0x3dfdc5(0x4b8)]({'cmd':_0x14ac0c[_0x3dfdc5(0x5f9)],'routeKey':_0x14ac0c[_0x3dfdc5(0x241)],'collaMsg':_0x5c332c});}case _0x1f5e17[_0x3dfdc5(0x217)]:return JSON[_0x3dfdc5(0x4b8)]({'cmd':_0x14ac0c[_0x3dfdc5(0x5f9)],'routeKey':_0x14ac0c[_0x3dfdc5(0x241)],'joinReq':_0x14ac0c[_0x3dfdc5(0x4ff)]});case _0x1f5e17[_0x3dfdc5(0x31b)]:return JSON['stringify']({'cmd':_0x14ac0c[_0x3dfdc5(0x5f9)],'routeKey':_0x14ac0c[_0x3dfdc5(0x241)],'leaveReq':_0x14ac0c['data']});default:throw new Error('[serializeCombRequest]:\x20should\x20not\x20fall\x20into\x20default\x20branch!');}}var _0x496fd1=Object[_0x5e0aad(0x2e4)],_0x41fff2=Object[_0x5e0aad(0x585)],_0x491f6b=(_0x33bf1d,_0x47cd8d,_0x14f9aa,_0x5c9222)=>{const _0x414351=_0x5e0aad;for(var _0x26551f=_0x5c9222>0x1?void 0x0:_0x5c9222?_0x41fff2(_0x47cd8d,_0x14f9aa):_0x47cd8d,_0x58d024=_0x33bf1d[_0x414351(0x1cc)]-0x1,_0x58bd0a;_0x58d024>=0x0;_0x58d024--)(_0x58bd0a=_0x33bf1d[_0x58d024])&&(_0x26551f=(_0x5c9222?_0x58bd0a(_0x47cd8d,_0x14f9aa,_0x26551f):_0x58bd0a(_0x26551f))||_0x26551f);return _0x5c9222&&_0x26551f&&_0x496fd1(_0x47cd8d,_0x14f9aa,_0x26551f),_0x26551f;},_0x3d8986=(_0x151535,_0x5c415d)=>(_0x3b16f7,_0x45a67d)=>_0x5c415d(_0x3b16f7,_0x45a67d,_0x151535);const _0x2e3395=_0x260eff[_0x5e0aad(0x640)](_0x5e0aad(0x319));function _0x6d7d92(_0x5a1d2c,_0x2cf035,_0x4b9aae){const _0x144ffd=_0x5e0aad;return _0x5a1d2c+'/'+_0x2cf035+_0x144ffd(0x5a9)+_0x4b9aae+_0x144ffd(0x303);}_0xc68ebf[_0x5e0aad(0x1cf)]=class extends _0x260eff[_0x5e0aad(0x2ec)]{constructor(_0x4942f3,_0x202e3f,_0x4b7994,_0x3031a9,_0x25eeed){const _0x48c91d=_0x5e0aad;super(),this['_http']=_0x4942f3,this[_0x48c91d(0x413)]=_0x202e3f,this['_configService']=_0x4b7994,this[_0x48c91d(0x250)]=_0x3031a9,this[_0x48c91d(0x408)]=_0x25eeed;}['createSocket'](_0x44e63c){const _0x4f3845=_0x5e0aad,_0x56c4b5=this['_ws'][_0x4f3845(0x2d4)](_0x44e63c);if(!_0x56c4b5)throw new Error(_0x4f3845(0x512));const _0x35fdfe=new _0x260eff[(_0x4f3845(0x1a8))](),_0x44e1fa=new _0x543965[(_0x4f3845(0x547))]();_0x35fdfe[_0x4f3845(0x33b)](_0x56c4b5[_0x4f3845(0x5f8)][_0x4f3845(0x19e)](_0x347008=>_0x44e1fa[_0x4f3845(0x4ca)](_0x347008))),_0x35fdfe['add'](_0x260eff[_0x4f3845(0x36e)](()=>_0x44e1fa['complete']()));const _0x570800=new _0x543965['Subject']();_0x35fdfe[_0x4f3845(0x33b)](_0x56c4b5[_0x4f3845(0x614)][_0x4f3845(0x19e)](_0x44102f=>_0x570800[_0x4f3845(0x4ca)](_0x44102f))),_0x35fdfe['add'](_0x260eff[_0x4f3845(0x36e)](()=>_0x570800['complete']()));const _0x167683=new _0x543965[(_0x4f3845(0x547))]();_0x35fdfe['add'](_0x56c4b5[_0x4f3845(0x283)][_0x4f3845(0x19e)](_0x4fef71=>{const _0x15338b=_0x4f3845,_0x369dc9=_0x257780(_0x4fef71);_0x167683[_0x15338b(0x4ca)](_0x369dc9);})),_0x35fdfe[_0x4f3845(0x33b)](_0x260eff[_0x4f3845(0x36e)](()=>_0x167683[_0x4f3845(0x33e)]()));let _0x2981e7;const _0x72cb8e=()=>{const _0x4a1081=_0x4f3845;_0x570800[_0x4a1081(0x4ca)](new Event(_0x4a1081(0x465))),_0x44e1fa[_0x4a1081(0x4ca)](new CloseEvent(_0x4a1081(0x465))),_0x2981e7[_0x4a1081(0x536)]();};return _0x2981e7={'memberID':'','close$':_0x44e1fa[_0x4f3845(0x211)](),'error$':_0x570800['asObservable'](),'open$':_0x56c4b5[_0x4f3845(0x43e)],'message$':_0x167683[_0x4f3845(0x211)](),'send':_0x6ad35=>{const _0x230aed=_0x4f3845;if(_0x6ad35[_0x230aed(0x5f9)]===_0x1f5e17[_0x230aed(0x425)]){if(_0x6ad35['data'][_0x230aed(0x485)]===_0x11d062[_0x230aed(0x44c)][_0x230aed(0x271)]){this[_0x230aed(0x632)](_0x2981e7,_0x6ad35['data'])[_0x230aed(0x4d8)](_0x139c28=>{const _0x397c38=_0x230aed;this['_logService'][_0x397c38(0x346)](_0x139c28),_0x72cb8e();});return;}if(_0x6ad35[_0x230aed(0x4ff)][_0x230aed(0x485)]===_0x11d062[_0x230aed(0x44c)][_0x230aed(0x473)]){const _0x4c4a79=_0x6ad35[_0x230aed(0x4ff)];this[_0x230aed(0x1a0)](_0x4c4a79)[_0x230aed(0x42c)](_0x4f9bf4=>{const _0x7ef79b=_0x230aed;_0x167683[_0x7ef79b(0x4ca)]({'cmd':_0x1f5e17[_0x7ef79b(0x27f)],'code':_0x2f4484['OK'],'routeKey':_0x4c4a79['data'][_0x7ef79b(0x605)],'routeType':'','data':{'eventID':_0x11d062['CollaborationEvent'][_0x7ef79b(0x5d8)],'data':{'changesets':_0x4f9bf4}}});})['catch'](_0x16c597=>{const _0x11f91b=_0x230aed;this['_logService'][_0x11f91b(0x346)](_0x16c597),_0x72cb8e();});return;}}_0x56c4b5[_0x230aed(0x625)](_0x2e7376(_0x6ad35));},'close':()=>{const _0x4cf552=_0x4f3845;_0x56c4b5[_0x4cf552(0x536)](),_0x35fdfe[_0x4cf552(0x5f0)]();}},_0x2981e7;}async['_submitChangeset'](_0x301585,_0x20c814){const _0x4b161f=_0x5e0aad;var _0x111c48,_0xc76adb;const {unitType:_0x43a906,unitID:_0x47b312,changeset:_0x4d7594}=_0x20c814['data'],_0x308cab={'unitID':_0x47b312,'memberID':_0x301585[_0x4b161f(0x4d0)],'type':_0x43a906,'changeset':_0x11d062[_0x4b161f(0x4c7)](_0x4d7594)},_0x97c8fa=this[_0x4b161f(0x350)]['getConfig'](_0x9131fa),_0x271f25=this['_configService'][_0x4b161f(0x21b)](_0x48905f),_0x2948ad=_0x6d7d92((_0xc76adb=(_0x111c48=_0x271f25==null?void 0x0:_0x271f25['collabSubmitChangesetUrl'])!=null?_0x111c48:_0x97c8fa)!=null?_0xc76adb:_0x534986,_0x43a906,_0x47b312);try{await this['_http'][_0x4b161f(0x2d3)](_0x2948ad,{'body':_0x308cab});}catch(_0x445e3b){throw this['_logService'][_0x4b161f(0x346)](_0x4b161f(0x5e5),_0x4b161f(0x37f)),_0x445e3b;}}async['_fetchMissChangesets'](_0x5c40a6){const _0x2bfaa2=_0x5e0aad,{unitID:_0x28092e,from:_0x4b3fd5,to:_0x4d354f,unitType:_0x418e89}=_0x5c40a6[_0x2bfaa2(0x4ff)];return(await this[_0x2bfaa2(0x408)][_0x2bfaa2(0x2de)]({'metadata':void 0x0},{'unitID':_0x28092e,'type':_0x418e89,'from':_0x4b3fd5,'to':_0x4d354f}))[_0x2bfaa2(0x1e4)];}},_0xc68ebf[_0x5e0aad(0x1cf)]=_0x491f6b([_0x3d8986(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x155315[_0x5e0aad(0x522)])),_0x3d8986(0x1,_0x260eff[_0x5e0aad(0x34e)](_0x155315[_0x5e0aad(0x280)])),_0x3d8986(0x2,_0x260eff[_0x5e0aad(0x55e)]),_0x3d8986(0x3,_0x260eff['ILogService']),_0x3d8986(0x4,_0x11d062[_0x5e0aad(0x2a5)])],_0xc68ebf['CollaborationSocketService']);const _0x3cc192='collaboration_new_changeset';function _0x10b099(_0x47031b){const _0x5238c8=_0x5e0aad;return JSON[_0x5238c8(0x4b8)](_0x47031b)[_0x5238c8(0x1cc)];}class _0x1e9033{constructor(){const _0x202bd2=_0x5e0aad;_0x133e34(this,'_commentUpdate$',new _0x543965[(_0x202bd2(0x547))]()),_0x133e34(this,_0x202bd2(0x646),this[_0x202bd2(0x39d)][_0x202bd2(0x211)]());}[_0x5e0aad(0x514)](_0x556886){const _0x5aaa39=_0x5e0aad;this['_commentUpdate$'][_0x5aaa39(0x4ca)](_0x556886);}}var _0x515df2=Object[_0x5e0aad(0x2e4)],_0x336a37=Object['getOwnPropertyDescriptor'],_0x42ca5e=(_0x54ca67,_0x17d456,_0x51fd54,_0x15fd11)=>{for(var _0x57d646=_0x15fd11>0x1?void 0x0:_0x15fd11?_0x336a37(_0x17d456,_0x51fd54):_0x17d456,_0x57941a=_0x54ca67['length']-0x1,_0x1cf702;_0x57941a>=0x0;_0x57941a--)(_0x1cf702=_0x54ca67[_0x57941a])&&(_0x57d646=(_0x15fd11?_0x1cf702(_0x17d456,_0x51fd54,_0x57d646):_0x1cf702(_0x57d646))||_0x57d646);return _0x15fd11&&_0x57d646&&_0x515df2(_0x17d456,_0x51fd54,_0x57d646),_0x57d646;},_0x4a560b=(_0x5d15a2,_0x1d6b10)=>(_0x4c6144,_0x393ebd)=>_0x1d6b10(_0x4c6144,_0x393ebd,_0x5d15a2);_0xc68ebf[_0x5e0aad(0x470)]=class extends _0x260eff[_0x5e0aad(0x2ec)]{constructor(_0x174063,_0x3d5ef7){const _0x482cc5=_0x5e0aad;super(),_0x133e34(this,_0x482cc5(0x247),new Map()),(this[_0x482cc5(0x434)]=_0x174063,this['_userManagerService']=_0x3d5ef7,this[_0x482cc5(0x539)](_0x260eff[_0x482cc5(0x36e)](_0x543965[_0x482cc5(0x3ad)](this[_0x482cc5(0x434)][_0x482cc5(0x5ff)](_0x260eff[_0x482cc5(0x3d8)]['UNIVER_SHEET'])[_0x482cc5(0x4f6)](_0x59f7e7[_0x482cc5(0x2f4)](_0x1578db=>_0x1578db[_0x482cc5(0x1d7)]())),this[_0x482cc5(0x434)][_0x482cc5(0x5ff)](_0x260eff['UniverInstanceType'][_0x482cc5(0x246)])['pipe'](_0x59f7e7[_0x482cc5(0x2f4)](_0x2eba4a=>_0x2eba4a['getUnitId']())),this['_univerInstanceService']['getTypeOfUnitDisposed$'](_0x260eff[_0x482cc5(0x3d8)][_0x482cc5(0x41a)])['pipe'](_0x59f7e7['map'](_0x3eafcb=>_0x3eafcb[_0x482cc5(0x1d7)]())))['subscribe'](_0xd982f4=>this['_removeRoom'](_0xd982f4)))));}['setCurrentUser'](_0x5ad9d9){const _0x4c74bb=_0x5e0aad;this[_0x4c74bb(0x35c)][_0x4c74bb(0x45f)](_0x5ad9d9);}[_0x5e0aad(0x1f2)](){const _0x22905e=_0x5e0aad;return this[_0x22905e(0x35c)][_0x22905e(0x1f2)]();}['updateMember'](_0x2690bb,_0x15ba66){const _0x1c144c=_0x5e0aad;let _0x2c287d=this[_0x1c144c(0x247)][_0x1c144c(0x391)](_0x2690bb);_0x2c287d||(_0x2c287d=new _0x3aacb2(),this[_0x1c144c(0x247)][_0x1c144c(0x5f3)](_0x2690bb,_0x2c287d)),_0x2c287d[_0x1c144c(0x533)](_0x15ba66);}[_0x5e0aad(0x5a5)](_0x2d78e5,_0x712859){const _0x4487ef=_0x5e0aad,_0x45a288=this['_roomMembers'][_0x4487ef(0x391)](_0x2d78e5);_0x45a288&&_0x45a288['removeMember'](_0x712859);}[_0x5e0aad(0x42b)](_0x4cbc03){const _0x144781=_0x5e0aad;return this[_0x144781(0x247)]['get'](_0x4cbc03);}[_0x5e0aad(0x596)](_0x22a473,_0x38f4ba){const _0x520611=_0x5e0aad,_0xd27eca=this['_roomMembers'][_0x520611(0x391)](_0x22a473);if(_0xd27eca)return _0xd27eca[_0x520611(0x596)](_0x38f4ba);}[_0x5e0aad(0x22e)](_0x3f3e50){const _0x239d70=_0x5e0aad,_0x353ef6=this[_0x239d70(0x247)][_0x239d70(0x391)](_0x3f3e50);_0x353ef6&&(_0x353ef6[_0x239d70(0x5f0)](),this[_0x239d70(0x247)][_0x239d70(0x516)](_0x3f3e50));}[_0x5e0aad(0x5f0)](){const _0x2f3cdf=_0x5e0aad;this['_roomMembers'][_0x2f3cdf(0x5f7)](_0xf150e0=>_0xf150e0[_0x2f3cdf(0x5f0)]()),this[_0x2f3cdf(0x247)]['clear']();}},_0xc68ebf[_0x5e0aad(0x470)]=_0x42ca5e([_0x4a560b(0x0,_0x260eff[_0x5e0aad(0x44d)]),_0x4a560b(0x1,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['UserManagerService']))],_0xc68ebf[_0x5e0aad(0x470)]);class _0x3aacb2 extends _0x260eff['Disposable']{constructor(){super(...arguments),_0x133e34(this,'_members',new Map());}[_0x5e0aad(0x5f0)](){const _0x50f77d=_0x5e0aad;this[_0x50f77d(0x563)][_0x50f77d(0x454)]();}['updateMember'](_0x4e4dff){const _0x2dfa0c=_0x5e0aad;this[_0x2dfa0c(0x563)][_0x2dfa0c(0x5f3)](_0x4e4dff[_0x2dfa0c(0x4d0)],_0x4e4dff);}[_0x5e0aad(0x5a5)](_0x341d85){const _0x14beac=_0x5e0aad;this['_members'][_0x14beac(0x516)](_0x341d85);}[_0x5e0aad(0x596)](_0xa2fae5){const _0x10e1a9=_0x5e0aad;return this[_0x10e1a9(0x563)][_0x10e1a9(0x391)](_0xa2fae5);}['getAllMembers'](){const _0x336b88=_0x5e0aad;return Array[_0x336b88(0x39a)](this[_0x336b88(0x563)][_0x336b88(0x545)]());}}var _0x31850e=Object['defineProperty'],_0x1abeff=Object['getOwnPropertyDescriptor'],_0x5458ea=(_0x1dd467,_0x50bb67,_0x2fa375,_0x502968)=>{const _0x552a87=_0x5e0aad;for(var _0xca2449=_0x502968>0x1?void 0x0:_0x502968?_0x1abeff(_0x50bb67,_0x2fa375):_0x50bb67,_0x548144=_0x1dd467[_0x552a87(0x1cc)]-0x1,_0x15bc13;_0x548144>=0x0;_0x548144--)(_0x15bc13=_0x1dd467[_0x548144])&&(_0xca2449=(_0x502968?_0x15bc13(_0x50bb67,_0x2fa375,_0xca2449):_0x15bc13(_0xca2449))||_0xca2449);return _0x502968&&_0xca2449&&_0x31850e(_0x50bb67,_0x2fa375,_0xca2449),_0xca2449;},_0x44339c=(_0x2c76ca,_0x3edfa9)=>(_0x221c40,_0x55ca02)=>_0x3edfa9(_0x221c40,_0x55ca02,_0x2c76ca),_0x55a137=(_0x12ecc0=>(_0x12ecc0[_0x12ecc0['IDLE']=0x0]='IDLE',_0x12ecc0[_0x12ecc0[_0x5e0aad(0x49c)]=0x1]=_0x5e0aad(0x49c),_0x12ecc0[_0x12ecc0['OFFLINE']=0x2]='OFFLINE',_0x12ecc0[_0x12ecc0[_0x5e0aad(0x356)]=0x3]=_0x5e0aad(0x356),_0x12ecc0))(_0x55a137||{});_0xc68ebf[_0x5e0aad(0x475)]=class extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(_0xc249db,_0x56dbf5,_0x3a1e52,_0x478b5a,_0x2be462,_0x1c822b,_0x21bccd,_0x1ce77c,_0xdd1c21,_0xf84caf){const _0x3c00f0=_0x5e0aad;super(),_0x133e34(this,_0x3c00f0(0x498),new _0x543965[(_0x3c00f0(0x20b))](0x0)),_0x133e34(this,_0x3c00f0(0x361),this[_0x3c00f0(0x498)][_0x3c00f0(0x211)]()),_0x133e34(this,'_event$',new _0x543965[(_0x3c00f0(0x547))]()),_0x133e34(this,'event$',this[_0x3c00f0(0x295)][_0x3c00f0(0x211)]()),_0x133e34(this,'_socket'),_0x133e34(this,_0x3c00f0(0x5a1)),_0x133e34(this,'_collaborationTimeoutTimer'),_0x133e34(this,_0x3c00f0(0x38b),!0x1),_0x133e34(this,_0x3c00f0(0x633),null),(this['_unitID']=_0xc249db,this['_logService']=_0x3a1e52,this[_0x3c00f0(0x385)]=_0x478b5a,this['_messageService']=_0x2be462,this[_0x3c00f0(0x350)]=_0x1c822b,this[_0x3c00f0(0x3a4)]=_0x21bccd,this[_0x3c00f0(0x484)]=_0x1ce77c,this[_0x3c00f0(0x1f6)]=_0xdd1c21,this[_0x3c00f0(0x55d)]=_0xf84caf,this[_0x3c00f0(0x38b)]=!!this[_0x3c00f0(0x55d)],_0x56dbf5[_0x3c00f0(0x4f6)](_0x543965[_0x3c00f0(0x248)](this['dispose$']))[_0x3c00f0(0x19e)](_0x2973ed=>{const _0x434726=_0x3c00f0;var _0x8a9cad;typeof _0x2973ed>'u'||(this[_0x434726(0x30f)]=_0x2973ed,_0x2973ed?(this[_0x434726(0x48a)](_0x2973ed),this[_0x434726(0x5a1)]=_0x2973ed[_0x434726(0x283)]['subscribe'](_0x39386d=>{const _0x2d85e2=_0x434726;_0x39386d[_0x2d85e2(0x241)]===this[_0x2d85e2(0x4f2)]&&this[_0x2d85e2(0x2e5)](_0x39386d);})):(this['_throwTelemetryCollaborationNewChangeset'](),this[_0x434726(0x498)]['next'](0x2),(_0x8a9cad=this[_0x434726(0x5a1)])==null||_0x8a9cad[_0x434726(0x5ab)](),this[_0x434726(0x5a1)]=null));}),this[_0x3c00f0(0x539)](this[_0x3c00f0(0x385)]['registerOnClose'](()=>{const _0x3c74a=_0x3c00f0;var _0x146d34;(_0x146d34=this[_0x3c74a(0x30f)])==null||_0x146d34[_0x3c74a(0x625)]({'cmd':_0x1f5e17[_0x3c74a(0x31b)],'data':{'roomID':this[_0x3c74a(0x4f2)]}});})));}get[_0x5e0aad(0x420)](){const _0x3ae1f3=_0x5e0aad;return this[_0x3ae1f3(0x498)][_0x3ae1f3(0x645)]();}[_0x5e0aad(0x28a)](){const _0xb65c31=_0x5e0aad;var _0x5efbf8,_0x49485d;return(_0x49485d=(_0x5efbf8=this[_0xb65c31(0x30f)])==null?void 0x0:_0x5efbf8[_0xb65c31(0x4d0)])!=null?_0x49485d:null;}[_0x5e0aad(0x5f0)](){const _0x46d6eb=_0x5e0aad;super[_0x46d6eb(0x5f0)](),this[_0x46d6eb(0x34a)][_0x46d6eb(0x4ca)](),this[_0x46d6eb(0x34a)]['complete']();}['close'](){const _0x10d71d=_0x5e0aad;var _0x2fb3f5,_0x1c8046;this[_0x10d71d(0x2c3)](),(_0x2fb3f5=this[_0x10d71d(0x30f)])==null||_0x2fb3f5[_0x10d71d(0x625)]({'cmd':_0x1f5e17[_0x10d71d(0x31b)],'data':{'roomID':this['_unitID']}}),(_0x1c8046=this[_0x10d71d(0x30f)])==null||_0x1c8046[_0x10d71d(0x536)](),this[_0x10d71d(0x295)][_0x10d71d(0x33e)](),this['_sessionStatus$'][_0x10d71d(0x33e)](),this[_0x10d71d(0x5f0)]();}['_onCombEvent'](_0x3461c1){const _0x2728e0=_0x5e0aad;_0x3461c1[_0x2728e0(0x5f9)]===_0x1f5e17['JOIN']?this[_0x2728e0(0x5fc)](_0x3461c1):_0x3461c1[_0x2728e0(0x5f9)]===_0x1f5e17[_0x2728e0(0x27f)]&&this['_onRecvEvent'](_0x3461c1);}['_joinRoom'](_0x50d4be){const _0x35563c=_0x5e0aad;this['_sessionStatus$']['next'](0x1),_0x50d4be[_0x35563c(0x625)]({'cmd':_0x1f5e17[_0x35563c(0x217)],'routeKey':this[_0x35563c(0x4f2)],'routeType':'','data':{'rooms':[{'roomID':this[_0x35563c(0x4f2)]}]}});}['_onJoinRoomEvent'](_0x57c854){const _0x3c5759=_0x5e0aad;var _0x1bce06;if(_0x57c854[_0x3c5759(0x3b4)]===_0x2f4484['FAIL']){this['_messageService']['show']({'type':_0x5b25cc[_0x3c5759(0x363)][_0x3c5759(0x4a1)],'content':this[_0x3c5759(0x3a4)]['t'](_0x3c5759(0x255))}),this[_0x3c5759(0x498)][_0x3c5759(0x4ca)](0x2);return;}this[_0x3c5759(0x498)]['next'](0x3);const _0x1ebc56=(_0x1bce06=_0x57c854[_0x3c5759(0x4ff)][_0x3c5759(0x402)][this[_0x3c5759(0x4f2)]])==null?void 0x0:_0x1bce06[_0x3c5759(0x19b)];_0x1ebc56&&_0x1ebc56['forEach'](_0x396a89=>this[_0x3c5759(0x484)][_0x3c5759(0x533)](this[_0x3c5759(0x4f2)],_0x396a89));}['_onRecvEvent'](_0x39e2b1){const _0x100c80=_0x5e0aad;try{const _0x30e7f4=_0x39e2b1[_0x100c80(0x4ff)];switch(_0x30e7f4[_0x100c80(0x485)]){case _0x11d062[_0x100c80(0x44c)][_0x100c80(0x1ce)]:this['_onUserJoin'](_0x30e7f4),this[_0x100c80(0x295)][_0x100c80(0x4ca)](_0x30e7f4);break;case _0x11d062[_0x100c80(0x44c)][_0x100c80(0x56a)]:this[_0x100c80(0x622)](_0x30e7f4),this[_0x100c80(0x295)][_0x100c80(0x4ca)](_0x30e7f4);break;case _0x11d062[_0x100c80(0x44c)]['CHANGESET_ACK']:case _0x11d062[_0x100c80(0x44c)][_0x100c80(0x4e4)]:this[_0x100c80(0x1ee)](),this['_clearCollaborationTimeoutTimer'](),this['_event$'][_0x100c80(0x4ca)](_0x30e7f4);break;case _0x11d062[_0x100c80(0x44c)][_0x100c80(0x63d)]:this[_0x100c80(0x250)][_0x100c80(0x346)]('save\x20fail\x20reason\x20is\x20'+JSON[_0x100c80(0x4b8)](_0x30e7f4)),this[_0x100c80(0x295)][_0x100c80(0x4ca)](_0x30e7f4);break;case _0x11d062[_0x100c80(0x44c)][_0x100c80(0x4cd)]:this[_0x100c80(0x1f6)][_0x100c80(0x514)](_0x30e7f4['data']),this['_event$'][_0x100c80(0x4ca)](_0x30e7f4);break;default:this[_0x100c80(0x295)][_0x100c80(0x4ca)](_0x30e7f4);}}catch(_0x36f8fe){this[_0x100c80(0x250)][_0x100c80(0x346)](_0x36f8fe,_0x39e2b1);}}['_onUserJoin'](_0x2a3ec8){const _0x1d34fa=_0x5e0aad;this[_0x1d34fa(0x484)][_0x1d34fa(0x533)](this[_0x1d34fa(0x4f2)],_0x2a3ec8['data']);}[_0x5e0aad(0x622)](_0x35b7a2){const _0x284e3e=_0x5e0aad;this[_0x284e3e(0x484)][_0x284e3e(0x5a5)](this[_0x284e3e(0x4f2)],_0x35b7a2[_0x284e3e(0x4ff)][_0x284e3e(0x4d0)]);}async[_0x5e0aad(0x625)](_0x1c6657,_0x17eb0a){const _0x3d7e2e=_0x5e0aad;if(this[_0x3d7e2e(0x420)]!==0x3||!this[_0x3d7e2e(0x30f)])throw new Error(_0x3d7e2e(0x4fb));try{_0x1c6657[_0x3d7e2e(0x485)]===_0x11d062[_0x3d7e2e(0x44c)][_0x3d7e2e(0x271)]&&(this[_0x3d7e2e(0x453)](),this['_startTelemetryCollaborationNewChangeset'](_0x1c6657)),this[_0x3d7e2e(0x30f)]['send']({'cmd':_0x1f5e17[_0x3d7e2e(0x425)],'routeKey':_0x17eb0a,'routeType':'','data':_0x1c6657});}catch(_0x1c2d69){this[_0x3d7e2e(0x250)][_0x3d7e2e(0x346)](_0x1c2d69);}}[_0x5e0aad(0x453)](){const _0x5d9140=_0x5e0aad;var _0x52cab9;this[_0x5d9140(0x298)]=window['setTimeout'](()=>{const _0x40d19a=_0x5d9140;this[_0x40d19a(0x298)]=null,this[_0x40d19a(0x20c)][_0x40d19a(0x523)]({'type':_0x5b25cc[_0x40d19a(0x363)][_0x40d19a(0x47d)],'content':this[_0x40d19a(0x3a4)]['t']('session.collaboration-timeout')});},(_0x52cab9=this[_0x5d9140(0x350)][_0x5d9140(0x21b)](_0x382caf))!=null?_0x52cab9:0x4e20);}[_0x5e0aad(0x548)](){const _0x3a8505=_0x5e0aad;this[_0x3a8505(0x298)]&&(clearTimeout(this['_collaborationTimeoutTimer']),this[_0x3a8505(0x298)]=null);}['_startTelemetryCollaborationNewChangeset'](_0x30e4fd){const _0x45f9bb=_0x5e0aad;if(!this[_0x45f9bb(0x38b)])return;const {data:_0x26bf20}=_0x30e4fd,{unitID:_0x472a70,changeset:_0x1d940e}=_0x26bf20,{mutations:_0x403ebd,type:_0x52e915}=_0x1d940e;this[_0x45f9bb(0x633)]={'unitId':_0x472a70,'type':_0x52e915,'startTime':performance['now'](),'stopTime':0x0,'duration':0x0,'size':_0x10b099(_0x403ebd)};}['_stopTelemetryCollaborationNewChangeset'](){const _0x2cb117=_0x5e0aad;if(this[_0x2cb117(0x38b)]){if(!this[_0x2cb117(0x633)]){this[_0x2cb117(0x250)][_0x2cb117(0x346)](_0x2cb117(0x5e5),'telemetry\x20info\x20is\x20not\x20initialized');return;}this[_0x2cb117(0x633)][_0x2cb117(0x351)]=performance['now'](),this[_0x2cb117(0x633)][_0x2cb117(0x4a4)]=this[_0x2cb117(0x633)]['stopTime']-this[_0x2cb117(0x633)][_0x2cb117(0x1d0)],this[_0x2cb117(0x55d)][_0x2cb117(0x4b3)](_0x3cc192,this[_0x2cb117(0x633)]),this[_0x2cb117(0x633)]=null;}}[_0x5e0aad(0x2c3)](){const _0x578a7b=_0x5e0aad;this[_0x578a7b(0x633)]=null;}},_0xc68ebf[_0x5e0aad(0x475)]=_0x5458ea([_0x44339c(0x2,_0x260eff[_0x5e0aad(0x5a8)]),_0x44339c(0x3,_0x604b87[_0x5e0aad(0x30d)]),_0x44339c(0x4,_0x604b87['IMessageService']),_0x44339c(0x5,_0x260eff[_0x5e0aad(0x55e)]),_0x44339c(0x6,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['LocaleService'])),_0x44339c(0x7,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x470)])),_0x44339c(0x8,_0x260eff[_0x5e0aad(0x34e)](_0x1e9033)),_0x44339c(0x9,_0x260eff[_0x5e0aad(0x502)](_0x2b3aba[_0x5e0aad(0x2da)]))],_0xc68ebf[_0x5e0aad(0x475)]);var _0x433ee6=Object['defineProperty'],_0x1d0b5a=Object['getOwnPropertyDescriptor'],_0x42881a=(_0x18388a,_0x399b95,_0x5f3530,_0x54b8eb)=>{const _0x2bc0ac=_0x5e0aad;for(var _0x194c2e=_0x54b8eb>0x1?void 0x0:_0x54b8eb?_0x1d0b5a(_0x399b95,_0x5f3530):_0x399b95,_0x3e6990=_0x18388a[_0x2bc0ac(0x1cc)]-0x1,_0x53169d;_0x3e6990>=0x0;_0x3e6990--)(_0x53169d=_0x18388a[_0x3e6990])&&(_0x194c2e=(_0x54b8eb?_0x53169d(_0x399b95,_0x5f3530,_0x194c2e):_0x53169d(_0x194c2e))||_0x194c2e);return _0x54b8eb&&_0x194c2e&&_0x433ee6(_0x399b95,_0x5f3530,_0x194c2e),_0x194c2e;},_0x2706dc=(_0x50f8b1,_0x536b13)=>(_0xa98e4a,_0x346cbf)=>_0x536b13(_0xa98e4a,_0x346cbf,_0x50f8b1);_0xc68ebf[_0x5e0aad(0x573)]=class extends _0x260eff[_0x5e0aad(0x2ec)]{constructor(_0x4aed59,_0x237da0,_0x3aede3,_0x2d9b95,_0x382308,_0x40b98e){const _0x579f98=_0x5e0aad;super(),_0x133e34(this,_0x579f98(0x471),new _0x543965[(_0x579f98(0x20b))](void 0x0)),_0x133e34(this,_0x579f98(0x604),this['_socket$'][_0x579f98(0x211)]()),_0x133e34(this,'_candidateSocket',null),_0x133e34(this,_0x579f98(0x462),new Map()),_0x133e34(this,_0x579f98(0x231),new _0x543965[(_0x579f98(0x20b))](_0x55a137[_0x579f98(0x44b)])),_0x133e34(this,_0x579f98(0x29b),this[_0x579f98(0x231)]['asObservable']()),_0x133e34(this,'_socketReady',!0x1),_0x133e34(this,'_retryConnectingTimer'),_0x133e34(this,_0x579f98(0x301),0x0),_0x133e34(this,_0x579f98(0x60e)),_0x133e34(this,_0x579f98(0x3e3)),(this[_0x579f98(0x2a2)]=_0x4aed59,this[_0x579f98(0x3a4)]=_0x237da0,this['_messageService']=_0x3aede3,this[_0x579f98(0x250)]=_0x2d9b95,this[_0x579f98(0x350)]=_0x382308,this[_0x579f98(0x4cb)]=_0x40b98e,this[_0x579f98(0x558)]());}get[_0x5e0aad(0x30f)](){const _0x20c12a=_0x5e0aad;return this[_0x20c12a(0x471)][_0x20c12a(0x645)]();}[_0x5e0aad(0x558)](){const _0x4c7c2c=_0x5e0aad;this[_0x4c7c2c(0x2bd)](),this[_0x4c7c2c(0x5ec)]();}[_0x5e0aad(0x5f0)](){const _0x58e72b=_0x5e0aad;super[_0x58e72b(0x5f0)](),this['_sessions'][_0x58e72b(0x5f7)](_0x4d08b8=>_0x4d08b8['dispose']()),this[_0x58e72b(0x462)][_0x58e72b(0x454)](),this[_0x58e72b(0x231)]['complete']();}async[_0x5e0aad(0x2b1)](_0x22538d){const _0x152e15=_0x5e0aad;if(this[_0x152e15(0x462)][_0x152e15(0x534)](_0x22538d))return this[_0x152e15(0x462)][_0x152e15(0x391)](_0x22538d);this['_tryEnsureSocket']();const _0x2d6935=this['_injector'][_0x152e15(0x623)](_0xc68ebf[_0x152e15(0x475)],_0x22538d,this['_socket$'][_0x152e15(0x211)]());return this['_sessions'][_0x152e15(0x5f3)](_0x22538d,_0x2d6935),_0x2d6935;}[_0x5e0aad(0x2f9)](_0x58f9e8){const _0x5908f4=_0x5e0aad;var _0x1b978e;const _0x125ff6=this[_0x5908f4(0x462)][_0x5908f4(0x391)](_0x58f9e8);_0x125ff6&&(this[_0x5908f4(0x462)][_0x5908f4(0x516)](_0x58f9e8),_0x125ff6['close']()),this[_0x5908f4(0x462)][_0x5908f4(0x5e4)]||(_0x1b978e=this[_0x5908f4(0x30f)])==null||_0x1b978e[_0x5908f4(0x536)]();}[_0x5e0aad(0x2a8)](){const _0x23eed7=_0x5e0aad;this[_0x23eed7(0x301)]=0x0,this[_0x23eed7(0x510)]!=null&&(clearTimeout(this['_retryConnectingTimer']),this[_0x23eed7(0x510)]=null),this[_0x23eed7(0x5d2)]();}[_0x5e0aad(0x293)](){const _0x1133eb=_0x5e0aad;var _0x242dd0,_0x3ea89d;const _0x4d89bb=this['_configService'][_0x1133eb(0x21b)](_0x3e0ff9),_0x1e99cd=this[_0x1133eb(0x350)][_0x1133eb(0x21b)](_0x48905f),_0x435d08=(_0x3ea89d=(_0x242dd0=_0x1e99cd==null?void 0x0:_0x1e99cd[_0x1133eb(0x210)])!=null?_0x242dd0:_0x4d89bb)!=null?_0x3ea89d:_0x40b237,_0x3b468a=this[_0x1133eb(0x4cb)][_0x1133eb(0x2d4)](_0x435d08);return this[_0x1133eb(0x5e2)]=_0x3b468a,_0x3b468a;}[_0x5e0aad(0x37e)](){const _0x58590e=_0x5e0aad;var _0x49265b,_0x43ec71;try{const _0xf071bd=(_0x43ec71=(_0x49265b=this[_0x58590e(0x30f)])!=null?_0x49265b:this[_0x58590e(0x5e2)])!=null?_0x43ec71:this[_0x58590e(0x293)]();if(_0xf071bd){const _0x4b27b6=_0xf071bd[_0x58590e(0x625)];_0xf071bd['send']=_0x4b2700=>(this[_0x58590e(0x393)](),_0x4b27b6[_0x58590e(0x326)](_0xf071bd,[_0x4b2700])),_0xf071bd[_0x58590e(0x283)]['subscribe'](_0x1a640d=>this[_0x58590e(0x59e)](_0xf071bd,_0x1a640d)),_0xf071bd[_0x58590e(0x614)][_0x58590e(0x4f6)](_0x59f7e7[_0x58590e(0x31e)](0x1))[_0x58590e(0x19e)](_0x10cd2c=>this['_logService'][_0x58590e(0x346)](_0x58590e(0x480),_0x10cd2c)),_0xf071bd['open$'][_0x58590e(0x4f6)](_0x59f7e7[_0x58590e(0x31e)](0x1))[_0x58590e(0x19e)](()=>{const _0x492085=_0x58590e;this[_0x492085(0x1e2)](_0xf071bd);}),_0xf071bd[_0x58590e(0x5f8)][_0x58590e(0x4f6)](_0x59f7e7[_0x58590e(0x31e)](0x1))[_0x58590e(0x19e)](_0x53cb19=>{const _0x466ce1=_0x58590e;this[_0x466ce1(0x250)][_0x466ce1(0x54f)](_0x466ce1(0x206),_0x466ce1(0x459),_0x53cb19),this['_onConnectionFailed']();});}}catch(_0x227fac){this[_0x58590e(0x250)][_0x58590e(0x346)](_0x227fac),this[_0x58590e(0x360)]();}}[_0x5e0aad(0x1e2)](_0x534d5a){const _0x392816=_0x5e0aad;this[_0x392816(0x250)][_0x392816(0x54f)]('[CollaborationSessionService]',_0x392816(0x2ff)),_0x534d5a['send']({'cmd':_0x1f5e17[_0x392816(0x355)]}),this[_0x392816(0x393)]();}[_0x5e0aad(0x2bd)](){const _0x444c36=_0x5e0aad;window[_0x444c36(0x50a)]('offline',()=>this[_0x444c36(0x61a)]());}[_0x5e0aad(0x61a)](){const _0x4cea92=_0x5e0aad;this[_0x4cea92(0x5bc)]=!0x1,this['_candidateSocket']=null,this[_0x4cea92(0x231)][_0x4cea92(0x4ca)](_0x55a137[_0x4cea92(0x269)]),this[_0x4cea92(0x471)][_0x4cea92(0x4ca)](null),this[_0x4cea92(0x30c)](),this['_clearHeartbeatTimer']();}[_0x5e0aad(0x360)](){const _0x3084da=_0x5e0aad;var _0x3bbdd2;this[_0x3084da(0x61a)](),this['_retryCount']<((_0x3bbdd2=this['_configService'][_0x3084da(0x21b)](_0x347671))!=null?_0x3bbdd2:0x3)?(this['_messageService']['show']({'key':_0x3084da(0x4b1),'type':_0x5b25cc[_0x3084da(0x363)][_0x3084da(0x4a1)],'content':this[_0x3084da(0x3a4)]['t']('session.will-retry')}),this[_0x3084da(0x5d2)]()):this[_0x3084da(0x20c)][_0x3084da(0x523)]({'key':_0x3084da(0x4b1),'type':_0x5b25cc['MessageType']['Error'],'content':this[_0x3084da(0x3a4)]['t'](_0x3084da(0x404))});}['_listenToOnlineEvent'](){const _0x3be183=_0x5e0aad,_0x578b66=()=>{const _0x553174=_0x4e9c;this[_0x553174(0x30f)]||this[_0x553174(0x2a8)]();},_0x413ab4=()=>{const _0x13fa53=_0x4e9c;this[_0x13fa53(0x30f)]||document['visibilityState']==='hidden'||this[_0x13fa53(0x2a8)]();};window[_0x3be183(0x50a)]('online',_0x578b66),document[_0x3be183(0x50a)]('visibilitychange',_0x413ab4);}[_0x5e0aad(0x5d2)](){const _0x5dec57=_0x5e0aad;var _0x170256;const _0x387b06=this[_0x5dec57(0x301)],_0x22f8a3=this[_0x5dec57(0x350)]['getConfig'](_0x48905f),_0x47f062=_0x387b06===0x0?0x0:((_0x170256=_0x22f8a3==null?void 0x0:_0x22f8a3[_0x5dec57(0x5dd)])!=null?_0x170256:0x4e20)*0x2**_0x387b06;this['_retryConnectingTimer']=window[_0x5dec57(0x5b3)](()=>{const _0x39437c=_0x5dec57;clearTimeout(this[_0x39437c(0x510)]),this[_0x39437c(0x510)]=null,this[_0x39437c(0x37e)]();},_0x47f062),this[_0x5dec57(0x301)]+=0x1;}[_0x5e0aad(0x59e)](_0x46fe94,_0x41d3da){const _0x7e8a2f=_0x5e0aad,{cmd:_0x3bcf7}=_0x41d3da;_0x3bcf7===_0x1f5e17[_0x7e8a2f(0x355)]&&!this['_socketReady']&&(_0x46fe94[_0x7e8a2f(0x4d0)]=_0x41d3da[_0x7e8a2f(0x4ff)][_0x7e8a2f(0x4d0)],this[_0x7e8a2f(0x471)][_0x7e8a2f(0x4ca)](_0x46fe94),this[_0x7e8a2f(0x231)][_0x7e8a2f(0x4ca)](_0x55a137[_0x7e8a2f(0x356)]),this[_0x7e8a2f(0x5bc)]=!0x0,this[_0x7e8a2f(0x5e2)]=null),_0x3bcf7===_0x1f5e17[_0x7e8a2f(0x311)]&&this[_0x7e8a2f(0x30c)](),this[_0x7e8a2f(0x393)]();}['_rescheduleHeartbeat'](){const _0x59855b=_0x5e0aad;var _0xf5f1be;this[_0x59855b(0x25a)](),this['_sendHeartbeatTimer']=window[_0x59855b(0x5b3)](()=>this[_0x59855b(0x5d5)](),(_0xf5f1be=this[_0x59855b(0x350)][_0x59855b(0x21b)](_0x337e6a))!=null?_0xf5f1be:0x7530);}[_0x5e0aad(0x5d5)](){const _0x164675=_0x5e0aad;this[_0x164675(0x30f)]['send']({'cmd':_0x1f5e17[_0x164675(0x311)]}),this[_0x164675(0x590)]();}[_0x5e0aad(0x590)](){const _0x30bdc6=_0x5e0aad;var _0x2b8798;this[_0x30bdc6(0x3e3)]=window[_0x30bdc6(0x5b3)](()=>this[_0x30bdc6(0x360)](),(_0x2b8798=this[_0x30bdc6(0x350)][_0x30bdc6(0x21b)](_0x382caf))!=null?_0x2b8798:0x4e20);}['_clearHeartbeatTimer'](){const _0x47b184=_0x5e0aad;this[_0x47b184(0x60e)]!=null&&(clearTimeout(this['_sendHeartbeatTimer']),this[_0x47b184(0x60e)]=null);}[_0x5e0aad(0x30c)](){const _0x50d3db=_0x5e0aad;this[_0x50d3db(0x3e3)]!=null&&(clearTimeout(this[_0x50d3db(0x3e3)]),this[_0x50d3db(0x3e3)]=null);}},_0xc68ebf[_0x5e0aad(0x573)]=_0x42881a([_0x2706dc(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x2706dc(0x1,_0x260eff['Inject'](_0x260eff['LocaleService'])),_0x2706dc(0x2,_0x604b87[_0x5e0aad(0x2e1)]),_0x2706dc(0x3,_0x260eff['ILogService']),_0x2706dc(0x4,_0x260eff[_0x5e0aad(0x55e)]),_0x2706dc(0x5,_0x2e3395)],_0xc68ebf[_0x5e0aad(0x573)]);const _0x1af168=[];for(let _0x17266a=0x0;_0x17266a<0x100;++_0x17266a)_0x1af168[_0x5e0aad(0x616)]((_0x17266a+0x100)[_0x5e0aad(0x2dc)](0x10)['slice'](0x1));function _0x35e41f(_0x3f49cd,_0x5d44da=0x0){const _0x93a75a=_0x5e0aad;return(_0x1af168[_0x3f49cd[_0x5d44da+0x0]]+_0x1af168[_0x3f49cd[_0x5d44da+0x1]]+_0x1af168[_0x3f49cd[_0x5d44da+0x2]]+_0x1af168[_0x3f49cd[_0x5d44da+0x3]]+'-'+_0x1af168[_0x3f49cd[_0x5d44da+0x4]]+_0x1af168[_0x3f49cd[_0x5d44da+0x5]]+'-'+_0x1af168[_0x3f49cd[_0x5d44da+0x6]]+_0x1af168[_0x3f49cd[_0x5d44da+0x7]]+'-'+_0x1af168[_0x3f49cd[_0x5d44da+0x8]]+_0x1af168[_0x3f49cd[_0x5d44da+0x9]]+'-'+_0x1af168[_0x3f49cd[_0x5d44da+0xa]]+_0x1af168[_0x3f49cd[_0x5d44da+0xb]]+_0x1af168[_0x3f49cd[_0x5d44da+0xc]]+_0x1af168[_0x3f49cd[_0x5d44da+0xd]]+_0x1af168[_0x3f49cd[_0x5d44da+0xe]]+_0x1af168[_0x3f49cd[_0x5d44da+0xf]])[_0x93a75a(0x294)]();}let _0x460a43;const _0x409d1c=new Uint8Array(0x10);function _0x1f64dd(){const _0x3b4bdf=_0x5e0aad;if(!_0x460a43){if(typeof crypto>'u'||!crypto[_0x3b4bdf(0x400)])throw new Error('crypto.getRandomValues()\x20not\x20supported.\x20See\x20https://github.com/uuidjs/uuid#getrandomvalues-not-supported');_0x460a43=crypto[_0x3b4bdf(0x400)][_0x3b4bdf(0x507)](crypto);}return _0x460a43(_0x409d1c);}const _0xefe7f2={'randomUUID':typeof crypto<'u'&&crypto[_0x5e0aad(0x232)]&&crypto[_0x5e0aad(0x232)][_0x5e0aad(0x507)](crypto)};function _0x673fa3(_0x4287f5,_0x2c394e,_0x1d01d7){const _0x2c737a=_0x5e0aad;if(_0xefe7f2[_0x2c737a(0x232)]&&!_0x2c394e&&!_0x4287f5)return _0xefe7f2[_0x2c737a(0x232)]();_0x4287f5=_0x4287f5||{};const _0x1c096c=_0x4287f5[_0x2c737a(0x631)]||(_0x4287f5[_0x2c737a(0x26c)]||_0x1f64dd)();return _0x1c096c[0x6]=_0x1c096c[0x6]&0xf|0x40,_0x1c096c[0x8]=_0x1c096c[0x8]&0x3f|0x80,_0x35e41f(_0x1c096c);}var _0x1c92e4=Object[_0x5e0aad(0x2e4)],_0x54cadd=Object[_0x5e0aad(0x585)],_0x5bba4e=(_0x3cd16f,_0x41ff1c,_0x814b82,_0x114f3b)=>{for(var _0x3801c3=_0x114f3b>0x1?void 0x0:_0x114f3b?_0x54cadd(_0x41ff1c,_0x814b82):_0x41ff1c,_0x231eb7=_0x3cd16f['length']-0x1,_0x1c7792;_0x231eb7>=0x0;_0x231eb7--)(_0x1c7792=_0x3cd16f[_0x231eb7])&&(_0x3801c3=(_0x114f3b?_0x1c7792(_0x41ff1c,_0x814b82,_0x3801c3):_0x1c7792(_0x3801c3))||_0x3801c3);return _0x114f3b&&_0x3801c3&&_0x1c92e4(_0x41ff1c,_0x814b82,_0x3801c3),_0x3801c3;},_0x23edf7=(_0x44a252,_0x592df9)=>(_0x5c8f95,_0x363fb1)=>_0x592df9(_0x5c8f95,_0x363fb1,_0x44a252);let _0x517100=class{constructor(_0x2e132b,_0x353d2c,_0xab8580){const _0x59ff37=_0x5e0aad;this['_injector']=_0x2e132b,this[_0x59ff37(0x549)]=_0x353d2c,this[_0x59ff37(0x384)]=_0xab8580;}['transformIMECache'](_0x55e732){const _0x4967ec=_0x5e0aad;this['_transformUndoRedoStack'](_0x55e732),this[_0x4967ec(0x54d)](_0x55e732);}[_0x5e0aad(0x4bd)](_0x2d3e61){const _0x587639=_0x5e0aad,{unitID:_0x54dd94}=_0x2d3e61,_0x5dcd03=this[_0x587639(0x384)]['getRenderById'](_0x54dd94)[_0x587639(0x5c2)](_0x1517b1[_0x587639(0x245)]),{redoCache:_0xee33c1}=_0x5dcd03[_0x587639(0x5b5)]();if(_0xee33c1[_0x587639(0x1cc)]===0x0)return _0x2d3e61;let _0x47d6c6=_0x260eff[_0x587639(0x3e7)][_0x587639(0x224)](_0x2d3e61[_0x587639(0x3fa)][0x0]);for(let _0x4dba32=0x0;_0x4dba32<_0xee33c1[_0x587639(0x1cc)];_0x4dba32++){const _0x277aae={'id':_0x587639(0x2ee),'params':{..._0xee33c1[_0x4dba32]}},_0x387bbf=this[_0x587639(0x549)]['transformMutation'](_0x47d6c6,_0x277aae,!0x1);if(_0x11d062[_0x587639(0x624)](_0x387bbf))throw _0x387bbf[_0x587639(0x346)];_0x47d6c6=_0x387bbf[_0x587639(0x32b)];}return{..._0x260eff[_0x587639(0x3e7)][_0x587639(0x224)](_0x2d3e61),'mutations':[_0x47d6c6]};}[_0x5e0aad(0x24d)](_0x432387){const _0x5764f7=_0x5e0aad,{unitID:_0x1880d6}=_0x432387,_0x5a06ba=this[_0x5764f7(0x384)][_0x5764f7(0x1b7)](_0x1880d6)[_0x5764f7(0x5c2)](_0x1517b1['DocIMEInputManagerService']),{undoCache:_0x48cef8,redoCache:_0x2f9954}=_0x5a06ba[_0x5764f7(0x5b5)]();if(_0x48cef8[_0x5764f7(0x1cc)]===0x0||_0x2f9954['length']===0x0)return;const _0x34ef44=[],_0x1b5b0a=[];let _0x156ca2=_0x260eff[_0x5764f7(0x3e7)][_0x5764f7(0x224)](_0x432387['mutations'][0x0]),_0x1d6e9e=_0x260eff[_0x5764f7(0x3e7)][_0x5764f7(0x224)](_0x432387[_0x5764f7(0x3fa)][0x0]);for(let _0x1da38c=_0x48cef8['length']-0x1;_0x1da38c>=0x0;_0x1da38c--){const _0x37ac42={'id':'doc.mutation.rich-text-editing','params':{..._0x48cef8[_0x1da38c]}},_0x595f61={'id':_0x5764f7(0x2ee),'params':{..._0x2f9954[_0x1da38c]}},_0x5b2a1b=this[_0x5764f7(0x549)]['transformMutation'](_0x156ca2,_0x37ac42,!0x1),_0x333b47=this[_0x5764f7(0x549)][_0x5764f7(0x511)](_0x1d6e9e,_0x595f61,!0x1);if(_0x11d062[_0x5764f7(0x624)](_0x5b2a1b))throw _0x5b2a1b[_0x5764f7(0x346)];if(_0x11d062['isTransformMutationFailure'](_0x333b47))throw _0x333b47[_0x5764f7(0x346)];_0x34ef44[_0x5764f7(0x5fb)](_0x5b2a1b['m2Prime'][_0x5764f7(0x469)]),_0x1b5b0a[_0x5764f7(0x5fb)](_0x333b47[_0x5764f7(0x1ba)]['params']),_0x156ca2=_0x5b2a1b[_0x5764f7(0x32b)],_0x1d6e9e=_0x333b47['m1Prime'];}_0x5a06ba[_0x5764f7(0x5ed)]({'undoCache':_0x34ef44,'redoCache':_0x1b5b0a});}['_transformPreviousActiveRange'](_0x3cf9a5){const _0x5a8ad=_0x5e0aad,{unitID:_0x586bfd}=_0x3cf9a5,_0x522d12=this[_0x5a8ad(0x384)][_0x5a8ad(0x1b7)](_0x586bfd)[_0x5a8ad(0x5c2)](_0x1517b1[_0x5a8ad(0x245)]),_0x14eb24=_0x522d12[_0x5a8ad(0x4e9)]();if(_0x14eb24==null)return;const _0x3bdb1e=[{'id':_0x5a8ad(0x2ee),'params':{'unitId':_0x3cf9a5[_0x5a8ad(0x605)],'actions':null,'textRanges':[_0x14eb24]}}],_0x50604b=this[_0x5a8ad(0x549)][_0x5a8ad(0x41f)](_0x3cf9a5,_0x3bdb1e);if(!_0x11d062[_0x5a8ad(0x44f)](_0x50604b))throw _0x50604b[_0x5a8ad(0x346)];const _0x184ddf=_0x50604b[_0x5a8ad(0x1ba)][0x0][_0x5a8ad(0x469)][_0x5a8ad(0x320)];Array[_0x5a8ad(0x54b)](_0x184ddf)&&_0x184ddf[_0x5a8ad(0x1cc)]&&_0x522d12['setActiveRange'](_0x184ddf[0x0]);}};_0x517100=_0x5bba4e([_0x23edf7(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['Injector'])),_0x23edf7(0x1,_0x11d062[_0x5e0aad(0x365)]),_0x23edf7(0x2,_0x1f079c['IRenderManagerService'])],_0x517100);var _0x57a36b=Object[_0x5e0aad(0x2e4)],_0x5da1da=Object[_0x5e0aad(0x585)],_0x4e53f2=(_0x51d16e,_0x2e44ef,_0x2e7154,_0x20bbc6)=>{for(var _0xa1ee13=_0x20bbc6>0x1?void 0x0:_0x20bbc6?_0x5da1da(_0x2e44ef,_0x2e7154):_0x2e44ef,_0x300f92=_0x51d16e['length']-0x1,_0x4a5b33;_0x300f92>=0x0;_0x300f92--)(_0x4a5b33=_0x51d16e[_0x300f92])&&(_0xa1ee13=(_0x20bbc6?_0x4a5b33(_0x2e44ef,_0x2e7154,_0xa1ee13):_0x4a5b33(_0xa1ee13))||_0xa1ee13);return _0x20bbc6&&_0xa1ee13&&_0x57a36b(_0x2e44ef,_0x2e7154,_0xa1ee13),_0xa1ee13;},_0x5be7d4=(_0x4e1a54,_0xf46748)=>(_0x102368,_0x55718e)=>_0xf46748(_0x102368,_0x55718e,_0x4e1a54);_0xc68ebf[_0x5e0aad(0x257)]=class extends _0x260eff[_0x5e0aad(0x2ec)]{constructor(_0x42533b,_0x32af6d,_0x6884a6,_0x86c6ac,_0x4b7e58){const _0x398a35=_0x5e0aad;super(),_0x133e34(this,_0x398a35(0x48f),new Map()),_0x133e34(this,_0x398a35(0x4c9),new Map()),_0x133e34(this,_0x398a35(0x40c),!0x1),(this['_configService']=_0x42533b,this[_0x398a35(0x2b2)]=_0x32af6d,this[_0x398a35(0x385)]=_0x6884a6,this[_0x398a35(0x3a4)]=_0x86c6ac,this[_0x398a35(0x467)]=_0x4b7e58,this[_0x398a35(0x609)]());}[_0x5e0aad(0x5e0)](){const _0x359fba=_0x5e0aad;this[_0x359fba(0x40c)]=!0x0;}[_0x5e0aad(0x3d9)](){this['_disabled']=!0x1;}[_0x5e0aad(0x5f0)](){const _0x175a72=_0x5e0aad;this['exhaustSavingTask']()[_0x175a72(0x42c)](()=>super[_0x175a72(0x5f0)]());}async[_0x5e0aad(0x4ba)](_0x14163e){const _0x3ec2ca=_0x5e0aad;return this[_0x3ec2ca(0x40c)]?null:this[_0x3ec2ca(0x2b2)][_0x3ec2ca(0x4e3)](_0x1706ad(_0x14163e));}async[_0x5e0aad(0x222)](_0x260988,_0x5bfee5){const _0x528a63=_0x5e0aad;return!!this[_0x528a63(0x2b2)][_0x528a63(0x501)](_0x260988,_0x5bfee5);}[_0x5e0aad(0x446)](_0x35dba3,_0x4ca2ca,_0x42b86d,_0x3dbe4b){const _0x2d6160=_0x5e0aad,_0x24cc7e=this[_0x2d6160(0x467)][_0x2d6160(0x36c)](_0x35dba3);this[_0x2d6160(0x48f)][_0x2d6160(0x5f3)](_0x35dba3,{'unitID':_0x35dba3,'type':_0x4ca2ca,'awaitingChangeset':_0x42b86d,'mutations':_0x3dbe4b,'rev':_0x24cc7e}),this[_0x2d6160(0x4c9)][_0x2d6160(0x534)](_0x35dba3)||this[_0x2d6160(0x3b0)](_0x35dba3);}[_0x5e0aad(0x3b0)](_0xcc8c9a){const _0xd80c8=_0x5e0aad,_0x320f13=this[_0xd80c8(0x2b5)]();_0x320f13===0x0?this[_0xd80c8(0x630)](_0xcc8c9a):this['_saveTaskMap']['set'](_0xcc8c9a,setTimeout(()=>this[_0xd80c8(0x630)](_0xcc8c9a),_0x320f13));}[_0x5e0aad(0x2b5)](){const _0x2f831f=_0x5e0aad;var _0x4e3f4a;return(_0x4e3f4a=this[_0x2f831f(0x350)][_0x2f831f(0x21b)](_0x514025))!=null?_0x4e3f4a:0x3e8;}[_0x5e0aad(0x630)](_0x3cdff3){const _0x59f174=_0x5e0aad,_0x2ae835=this['_saveTaskMap'][_0x59f174(0x391)](_0x3cdff3);return _0x2ae835!==void 0x0&&window[_0x59f174(0x4d3)](_0x2ae835),this[_0x59f174(0x2b2)][_0x59f174(0x501)](_0x1706ad(_0x3cdff3),this[_0x59f174(0x48f)]['get'](_0x3cdff3))[_0x59f174(0x42c)](()=>this[_0x59f174(0x4c9)][_0x59f174(0x516)](_0x3cdff3));}async[_0x5e0aad(0x4d4)](){const _0xcb97ff=_0x5e0aad,_0x14db23=[];this[_0xcb97ff(0x4c9)]['forEach']((_0x487ba6,_0x31b5bd)=>{const _0x7524ef=_0xcb97ff;window['clearTimeout'](_0x487ba6),_0x14db23[_0x7524ef(0x616)](this[_0x7524ef(0x630)](_0x31b5bd)[_0x7524ef(0x42c)](()=>{this['_saveTaskMap']['delete'](_0x31b5bd);}));}),await Promise['all'](_0x14db23);}[_0x5e0aad(0x609)](){const _0x4c7dcd=_0x5e0aad;this[_0x4c7dcd(0x539)](this[_0x4c7dcd(0x385)][_0x4c7dcd(0x5d9)](()=>{const _0x26d02f=_0x4c7dcd;if(this[_0x26d02f(0x4c9)][_0x26d02f(0x5e4)])return this['_localeService']['t'](_0x26d02f(0x55a));}));}},_0xc68ebf[_0x5e0aad(0x257)]=_0x4e53f2([_0x5be7d4(0x0,_0x260eff[_0x5e0aad(0x55e)]),_0x5be7d4(0x1,_0x260eff['ILocalStorageService']),_0x5be7d4(0x2,_0x604b87[_0x5e0aad(0x30d)]),_0x5be7d4(0x3,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x2a3)])),_0x5be7d4(0x4,_0x260eff['Inject'](_0x11d062['RevisionService']))],_0xc68ebf[_0x5e0aad(0x257)]);function _0x1706ad(_0x1ef4d3){return'unit-cache-'+_0x1ef4d3;}var _0x5ac00d=Object[_0x5e0aad(0x2e4)],_0x53d88e=Object[_0x5e0aad(0x585)],_0x499801=(_0x5f065e,_0x487df0,_0x426b05,_0x1c2cf0)=>{const _0x96e6d8=_0x5e0aad;for(var _0x4985ca=_0x1c2cf0>0x1?void 0x0:_0x1c2cf0?_0x53d88e(_0x487df0,_0x426b05):_0x487df0,_0x2f766c=_0x5f065e[_0x96e6d8(0x1cc)]-0x1,_0x2df7e4;_0x2f766c>=0x0;_0x2f766c--)(_0x2df7e4=_0x5f065e[_0x2f766c])&&(_0x4985ca=(_0x1c2cf0?_0x2df7e4(_0x487df0,_0x426b05,_0x4985ca):_0x2df7e4(_0x4985ca))||_0x4985ca);return _0x1c2cf0&&_0x4985ca&&_0x5ac00d(_0x487df0,_0x426b05,_0x4985ca),_0x4985ca;},_0x14ad80=(_0x451206,_0x391d0f)=>(_0x1a53f3,_0x4dfb3c)=>_0x391d0f(_0x1a53f3,_0x4dfb3c,_0x451206);function _0x12a465(_0x213830){const _0x5caba7=_0x5e0aad,{unitID:_0x2c3d7d,mutations:_0x2e1fef}=_0x213830;return{'unitId':_0x2c3d7d,'subUnitId':_0x2e1fef[0x0][_0x5caba7(0x469)]['subUnitId']};}let _0x5642f4=class{constructor(_0x4785a2,_0x3578cc,_0x596767){const _0x516cc7=_0x5e0aad;this['_injector']=_0x4785a2,this[_0x516cc7(0x549)]=_0x3578cc,this[_0x516cc7(0x36a)]=_0x596767;}['transformSelections'](_0x144298){const _0x33b29b=_0x5e0aad;var _0x5baa28,_0x54f6fb,_0x1b1389,_0x3cae64;const _0x1b503a=this[_0x33b29b(0x2a2)][_0x33b29b(0x391)](_0x47516e['SheetsSelectionsService']),{unitId:_0x2037d7,subUnitId:_0x3ccd67}=_0x12a465(_0x144298),_0x120c3d=_0x1b503a['getWorkbookSelections'](_0x2037d7)[_0x33b29b(0x57a)](),_0x285a84=(_0x54f6fb=(_0x5baa28=this[_0x33b29b(0x36a)][_0x33b29b(0x1b2)](_0x2037d7))==null?void 0x0:_0x5baa28[_0x33b29b(0x19d)]())==null?void 0x0:_0x54f6fb['getSheetId']();if(_0x120c3d['length']===0x0||!_0x2037d7||!_0x3ccd67)return;const _0x45fd3c=[{'id':_0x47516e[_0x33b29b(0x63c)]['id'],'params':{'unitId':_0x2037d7,'subUnitId':_0x285a84,'selections':_0x260eff['Tools'][_0x33b29b(0x224)](_0x120c3d)}}],_0x4b827c=this['_transformService'][_0x33b29b(0x41f)](_0x144298,_0x45fd3c);if(!_0x11d062[_0x33b29b(0x44f)](_0x4b827c))throw _0x4b827c['error'];const _0x4f6d35=(_0x3cae64=(_0x1b1389=_0x4b827c[_0x33b29b(0x1ba)][0x0])==null?void 0x0:_0x1b1389['params'])==null?void 0x0:_0x3cae64[_0x33b29b(0x560)];if(Array[_0x33b29b(0x54b)](_0x4f6d35)&&_0x4f6d35[_0x33b29b(0x1cc)]){if(_0x4f6d35[_0x33b29b(0x1cc)]===_0x45fd3c[0x0]['params'][_0x33b29b(0x560)][_0x33b29b(0x1cc)]&&_0x4f6d35[_0x33b29b(0x1bb)]((_0x331fb2,_0x1e420d)=>_0x260eff[_0x33b29b(0x613)][_0x33b29b(0x5c8)](_0x331fb2[_0x33b29b(0x316)],_0x45fd3c[0x0][_0x33b29b(0x469)][_0x33b29b(0x560)][_0x1e420d][_0x33b29b(0x316)])))return;this['_injector']['get'](_0x260eff[_0x33b29b(0x61f)])[_0x33b29b(0x336)](_0x47516e[_0x33b29b(0x63c)]['id'],{'unitId':_0x2037d7,'subUnitId':_0x285a84,'selections':_0x4f6d35});}}};_0x5642f4=_0x499801([_0x14ad80(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['Injector'])),_0x14ad80(0x1,_0x11d062['ITransformService']),_0x14ad80(0x2,_0x260eff[_0x5e0aad(0x44d)])],_0x5642f4);const _0x34d4d6=_0x260eff[_0x5e0aad(0x640)](_0x5e0aad(0x23c));var _0x46ebf0=(_0x250f5a=>(_0x250f5a[_0x250f5a[_0x5e0aad(0x431)]=0x0]='NO_OTHER_CLIENTS_EDITING',_0x250f5a[_0x250f5a[_0x5e0aad(0x3aa)]=0x1]=_0x5e0aad(0x3aa),_0x250f5a))(_0x46ebf0||{});const _0x30f463=0x7530,_0x52069a=_0x5e0aad(0x4b5);class _0x4b72bd extends _0x260eff[_0x5e0aad(0x2ec)]{constructor(){const _0x3fde1f=_0x5e0aad;super(),_0x133e34(this,'_id',_0x260eff[_0x3fde1f(0x3e7)][_0x3fde1f(0x2d1)]()),_0x133e34(this,_0x3fde1f(0x56c),new Set()),_0x133e34(this,_0x3fde1f(0x419),new Map()),_0x133e34(this,'_heartbeatTimer',null),_0x133e34(this,'_clearOtherTimers',new Map()),_0x133e34(this,_0x3fde1f(0x5d1),new Map()),this[_0x3fde1f(0x1de)]();}[_0x5e0aad(0x5f0)](){const _0x516922=_0x5e0aad;super[_0x516922(0x5f0)](),this['_clearOtherTimers'][_0x516922(0x5f7)]((_0xc39cbd,_0x394bec)=>this[_0x516922(0x2b7)](_0x394bec)),this['_heartbeatTimer']&&window[_0x516922(0x59a)](this[_0x516922(0x500)]);}['getUnitStatus$'](_0x329fd3){const _0x91523f=_0x5e0aad;return this[_0x91523f(0x325)](_0x329fd3)[_0x91523f(0x4f6)](_0x543965[_0x91523f(0x40f)]());}[_0x5e0aad(0x487)](_0x1875f3){const _0x4556e8=_0x5e0aad;this[_0x4556e8(0x56c)][_0x4556e8(0x5e4)]===0x0&&this[_0x4556e8(0x53a)](),this[_0x4556e8(0x56c)][_0x4556e8(0x33b)](_0x1875f3),this[_0x4556e8(0x1f7)]({'type':0x0,'memberID':this[_0x4556e8(0x38c)],'unitIDs':[_0x1875f3],'isForwarded':!0x1});}[_0x5e0aad(0x307)](_0x4169a5){const _0x4cf398=_0x5e0aad;this[_0x4cf398(0x56c)][_0x4cf398(0x516)](_0x4169a5),this[_0x4cf398(0x56c)][_0x4cf398(0x5e4)]===0x0&&this[_0x4cf398(0x500)]&&window['clearInterval'](this[_0x4cf398(0x500)]);}[_0x5e0aad(0x1de)](){const _0xd27d24=_0x5e0aad;this[_0xd27d24(0x539)](_0x260eff[_0xd27d24(0x36e)](_0x543965[_0xd27d24(0x2b4)](window,'storage')[_0xd27d24(0x19e)](_0x1c6d6d=>{const _0x24ace3=_0xd27d24;if(_0x1c6d6d[_0x24ace3(0x54e)]!==_0x52069a||!_0x1c6d6d['newValue'])return;const _0x4c95aa=JSON[_0x24ace3(0x42e)](_0x1c6d6d[_0x24ace3(0x253)]);this[_0x24ace3(0x1e6)](_0x4c95aa);}))),window[_0xd27d24(0x50a)](_0xd27d24(0x4a9),()=>this[_0xd27d24(0x1f7)]({'type':0x1,'memberID':this[_0xd27d24(0x38c)],'unitIDs':Array[_0xd27d24(0x39a)](this['_selfUnitIDs'])}));}[_0x5e0aad(0x1e6)](_0x24d56b){const _0x4b4eb0=_0x5e0aad;switch(_0x24d56b[_0x4b4eb0(0x1d1)]){case 0x0:this['_handleJoinEvent'](_0x24d56b);break;case 0x1:this[_0x4b4eb0(0x2c8)](_0x24d56b);break;case 0x2:this[_0x4b4eb0(0x5de)](_0x24d56b);break;}}[_0x5e0aad(0x1f3)](_0x120fbb){const _0x4d3360=_0x5e0aad,{unitIDs:_0x12bf62,memberID:_0x37241f,isForwarded:_0x50426c}=_0x120fbb;_0x12bf62[_0x4d3360(0x5f7)](_0x3ee3d6=>{const _0x56f9bf=_0x4d3360;if(!_0x50426c&&this[_0x56f9bf(0x419)][_0x56f9bf(0x534)](_0x3ee3d6)&&this[_0x56f9bf(0x325)](_0x3ee3d6)[_0x56f9bf(0x4ca)](0x1),!this[_0x56f9bf(0x419)][_0x56f9bf(0x534)](_0x3ee3d6)||!this['_unitOnClients']['get'](_0x3ee3d6)[_0x56f9bf(0x534)](_0x37241f)){const _0x1c81ef=this[_0x56f9bf(0x419)]['get'](_0x3ee3d6)||new Set();_0x1c81ef[_0x56f9bf(0x33b)](_0x37241f),this[_0x56f9bf(0x419)][_0x56f9bf(0x5f3)](_0x3ee3d6,_0x1c81ef),this[_0x56f9bf(0x29e)](_0x37241f);}}),_0x50426c||this[_0x4d3360(0x1f7)]({'type':0x0,'memberID':this['_id'],'unitIDs':[...this[_0x4d3360(0x56c)]],'isForwarded':!0x0});}[_0x5e0aad(0x29e)](_0x3cef00){const _0x4c27a9=_0x5e0aad;this[_0x4c27a9(0x2b7)](_0x3cef00);const _0x1c1e4b=window['setTimeout'](()=>{const _0x54cca9=_0x4c27a9;this[_0x54cca9(0x419)]['forEach'](_0x24415d=>{_0x24415d['delete'](_0x3cef00);});},_0x30f463*0x2);this[_0x4c27a9(0x5b4)][_0x4c27a9(0x5f3)](_0x3cef00,_0x1c1e4b);}[_0x5e0aad(0x2b7)](_0x42d861){const _0x496439=_0x5e0aad;if(this[_0x496439(0x5b4)][_0x496439(0x534)](_0x42d861)){const _0x31594d=this[_0x496439(0x5b4)][_0x496439(0x391)](_0x42d861);_0x31594d&&window[_0x496439(0x4d3)](_0x31594d),this[_0x496439(0x5b4)][_0x496439(0x5f3)](_0x42d861,null);}}[_0x5e0aad(0x2c8)](_0x302a0b){const _0x4a8ee6=_0x5e0aad,{memberID:_0x394af0,unitIDs:_0x994e13}=_0x302a0b;_0x994e13[_0x4a8ee6(0x5f7)](_0x1aff2d=>{const _0x22740a=_0x4a8ee6;var _0x140a4f;const _0x5d0188=this[_0x22740a(0x419)][_0x22740a(0x391)](_0x1aff2d);_0x5d0188&&(_0x5d0188[_0x22740a(0x516)](_0x394af0),(_0x140a4f=this[_0x22740a(0x325)](_0x1aff2d))==null||_0x140a4f[_0x22740a(0x4ca)](_0x5d0188[_0x22740a(0x5e4)]===0x0?0x0:0x1));}),this[_0x4a8ee6(0x2b7)](_0x394af0);}['_handleHeartbeatEvent'](_0x3ffd8a){const _0x14f2f1=_0x5e0aad;this[_0x14f2f1(0x29e)](_0x3ffd8a[_0x14f2f1(0x4d0)]);}[_0x5e0aad(0x1f7)](_0x34460a){const _0x5a33f0=_0x5e0aad;localStorage[_0x5a33f0(0x501)](_0x52069a,JSON[_0x5a33f0(0x4b8)](_0x34460a));}[_0x5e0aad(0x53a)](){const _0x49ce35=_0x5e0aad;this[_0x49ce35(0x500)]=window[_0x49ce35(0x5b0)](()=>{const _0x298013=_0x49ce35;this[_0x298013(0x1f7)]({'type':0x2,'memberID':this[_0x298013(0x38c)]});},_0x30f463);}['_ensureSubject'](_0x40018){const _0x25f887=_0x5e0aad;return this['_unitStatus'][_0x25f887(0x534)](_0x40018)||this[_0x25f887(0x5d1)]['set'](_0x40018,new _0x543965['BehaviorSubject'](0x0)),this[_0x25f887(0x5d1)][_0x25f887(0x391)](_0x40018);}}var _0x7568c8=Object[_0x5e0aad(0x2e4)],_0x544fd0=Object['getOwnPropertyDescriptor'],_0xc1c4b5=(_0x458cb3,_0x3ed704,_0x1b50fc,_0xe5c1a7)=>{const _0x5aabc4=_0x5e0aad;for(var _0xee2011=_0xe5c1a7>0x1?void 0x0:_0xe5c1a7?_0x544fd0(_0x3ed704,_0x1b50fc):_0x3ed704,_0x58b898=_0x458cb3[_0x5aabc4(0x1cc)]-0x1,_0x52ed84;_0x58b898>=0x0;_0x58b898--)(_0x52ed84=_0x458cb3[_0x58b898])&&(_0xee2011=(_0xe5c1a7?_0x52ed84(_0x3ed704,_0x1b50fc,_0xee2011):_0x52ed84(_0xee2011))||_0xee2011);return _0xe5c1a7&&_0xee2011&&_0x7568c8(_0x3ed704,_0x1b50fc,_0xee2011),_0xee2011;},_0x39d46d=(_0x3d8e88,_0x5bb548)=>(_0x456c8c,_0x218fb3)=>_0x5bb548(_0x456c8c,_0x218fb3,_0x3d8e88);let _0x567b03=class{constructor(_0x2c99fd,_0x3fc616,_0x23c062){const _0x246345=_0x5e0aad;this[_0x246345(0x2a2)]=_0x2c99fd,this[_0x246345(0x549)]=_0x3fc616,this[_0x246345(0x50f)]=_0x23c062;}[_0x5e0aad(0x62e)](_0x5016c6){this['_transformHistoryAndStateStack'](_0x5016c6);}['transformRemoteChangeset'](_0x1211a0){const _0x509370=_0x5e0aad,{unitID:_0x3ff476}=_0x1211a0,{collaboration:_0x31fc9e}=this['_docStateChangeManagerService']['getStateCache'](_0x3ff476);if(_0x31fc9e[_0x509370(0x1cc)]===0x0)return _0x1211a0;let _0x566b1f=_0x260eff[_0x509370(0x3e7)][_0x509370(0x224)](_0x1211a0['mutations'][0x0]);for(let _0x24f13f=0x0;_0x24f13f<_0x31fc9e[_0x509370(0x1cc)];_0x24f13f++){const _0x1e2b33={'id':_0x509370(0x2ee),'params':{'unitId':_0x31fc9e[_0x24f13f][_0x509370(0x1e1)],..._0x31fc9e[_0x24f13f]['redoState']}},_0x28cfad=this['_transformService']['transformMutation'](_0x566b1f,_0x1e2b33,!0x1);if(_0x11d062[_0x509370(0x624)](_0x28cfad))throw _0x28cfad[_0x509370(0x346)];_0x566b1f=_0x28cfad[_0x509370(0x32b)];}return{..._0x260eff['Tools']['deepClone'](_0x1211a0),'mutations':[_0x566b1f]};}[_0x5e0aad(0x5c7)](_0x38a32b){const _0x1124bf=_0x5e0aad,{unitID:_0x1a44bf}=_0x38a32b,{history:_0x492958,collaboration:_0x254d48}=this[_0x1124bf(0x50f)][_0x1124bf(0x3bc)](_0x1a44bf);if(_0x492958['length']===0x0&&_0x254d48[_0x1124bf(0x1cc)]===0x0)return;const _0x46f708=[],_0x3763d4=[];let _0x4cb42b=_0x260eff[_0x1124bf(0x3e7)][_0x1124bf(0x224)](_0x38a32b['mutations'][0x0]),_0x33f3b6=_0x260eff[_0x1124bf(0x3e7)][_0x1124bf(0x224)](_0x38a32b['mutations'][0x0]);for(let _0x50bc5c=_0x492958[_0x1124bf(0x1cc)]-0x1;_0x50bc5c>=0x0;_0x50bc5c--){const _0x4f0f92={'id':_0x1124bf(0x2ee),'params':{'unitId':_0x492958[_0x50bc5c][_0x1124bf(0x1e1)],..._0x492958[_0x50bc5c][_0x1124bf(0x58d)]}},_0x50bc96={'id':_0x1124bf(0x2ee),'params':{'unitId':_0x492958[_0x50bc5c]['unitId'],..._0x492958[_0x50bc5c][_0x1124bf(0x239)]}},_0x17f061=this[_0x1124bf(0x549)][_0x1124bf(0x511)](_0x4cb42b,_0x4f0f92,!0x1),_0x269fe3=this[_0x1124bf(0x549)][_0x1124bf(0x511)](_0x33f3b6,_0x50bc96,!0x1);if(_0x11d062['isTransformMutationFailure'](_0x17f061))throw _0x17f061[_0x1124bf(0x346)];if(_0x11d062['isTransformMutationFailure'](_0x269fe3))throw _0x269fe3[_0x1124bf(0x346)];_0x46f708['unshift']({..._0x492958[_0x50bc5c],'undoState':_0x17f061[_0x1124bf(0x1ba)][_0x1124bf(0x469)],'redoState':_0x269fe3['m2Prime'][_0x1124bf(0x469)]}),_0x4cb42b=_0x17f061['m1Prime'],_0x33f3b6=_0x269fe3[_0x1124bf(0x32b)];}_0x4cb42b=_0x260eff['Tools']['deepClone'](_0x38a32b[_0x1124bf(0x3fa)][0x0]),_0x33f3b6=_0x260eff['Tools'][_0x1124bf(0x224)](_0x38a32b[_0x1124bf(0x3fa)][0x0]);for(let _0x1a3831=_0x254d48[_0x1124bf(0x1cc)]-0x1;_0x1a3831>=0x0;_0x1a3831--){const _0x5842b4={'id':'doc.mutation.rich-text-editing','params':{'unitId':_0x254d48[_0x1a3831][_0x1124bf(0x1e1)],..._0x254d48[_0x1a3831][_0x1124bf(0x58d)]}},_0x178fdc={'id':_0x1124bf(0x2ee),'params':{'unitId':_0x254d48[_0x1a3831][_0x1124bf(0x1e1)],..._0x254d48[_0x1a3831][_0x1124bf(0x239)]}},_0x16d419=this[_0x1124bf(0x549)][_0x1124bf(0x511)](_0x4cb42b,_0x5842b4,!0x1),_0x11a581=this[_0x1124bf(0x549)][_0x1124bf(0x511)](_0x33f3b6,_0x178fdc,!0x1);if(_0x11d062[_0x1124bf(0x624)](_0x16d419))throw _0x16d419['error'];if(_0x11d062[_0x1124bf(0x624)](_0x11a581))throw _0x11a581[_0x1124bf(0x346)];_0x3763d4[_0x1124bf(0x5fb)]({..._0x254d48[_0x1a3831],'undoState':_0x16d419[_0x1124bf(0x1ba)][_0x1124bf(0x469)],'redoState':_0x11a581[_0x1124bf(0x1ba)][_0x1124bf(0x469)]}),_0x4cb42b=_0x16d419[_0x1124bf(0x32b)],_0x33f3b6=_0x11a581['m1Prime'];}this[_0x1124bf(0x50f)][_0x1124bf(0x1c2)](_0x1a44bf,{'history':_0x46f708,'collaboration':_0x3763d4});}};_0x567b03=_0xc1c4b5([_0x39d46d(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x39d46d(0x1,_0x11d062[_0x5e0aad(0x365)]),_0x39d46d(0x2,_0x260eff[_0x5e0aad(0x34e)](_0x1517b1['DocStateChangeManagerService']))],_0x567b03);function _0x2f73f6(_0x4a7d48){const _0x3c10b4=_0x5e0aad;let _0x57b6a8='';for(const _0x10b2c5 of _0x4a7d48){const {startOffset:_0x5f0c6b,endOffset:_0x89caef,isActive:_0x1a01f6,rangeType:_0x73bf1c,segmentId:_0x280216,segmentPage:_0x48da10}=_0x10b2c5;_0x57b6a8[_0x3c10b4(0x1cc)]&&(_0x57b6a8+=','),_0x57b6a8+=_0x5f0c6b+':'+_0x89caef+':'+(_0x1a01f6?'1':'0')+':'+_0x73bf1c+':'+_0x280216+':'+_0x48da10;}return _0x57b6a8;}function _0x452ccc(_0x18a2bc){const _0x18a78e=_0x5e0aad,_0x234e13=_0x18a2bc['split'](','),_0x56eadb=[];for(const _0x219534 of _0x234e13){const [_0x430fff,_0x29ee1d,_0x21c321,_0x4964e2,_0x33ea46,_0x16997f]=_0x219534['split'](':');_0x56eadb['push']({'startOffset':Number(_0x430fff),'endOffset':Number(_0x29ee1d),'collapsed':_0x430fff===_0x29ee1d,'isActive':_0x21c321==='1','rangeType':_0x4964e2===_0x260eff['DOC_RANGE_TYPE']['TEXT']?_0x260eff[_0x18a78e(0x251)]['TEXT']:_0x260eff[_0x18a78e(0x251)]['RECT'],'segmentId':typeof _0x33ea46=='string'?String(_0x33ea46):'','segmentPage':Number(_0x16997f!=null?_0x16997f:-0x1)});}return _0x56eadb[_0x18a78e(0x593)](_0x134c35=>_0x134c35[_0x18a78e(0x36b)])||(_0x56eadb[0x0][_0x18a78e(0x36b)]=!0x0),_0x56eadb;}class _0x5a52b4 extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(){const _0xb17b2e=_0x5e0aad;super(...arguments),_0x133e34(this,_0xb17b2e(0x45e),new _0x543965[(_0xb17b2e(0x20b))](null)),_0x133e34(this,_0xb17b2e(0x379),this[_0xb17b2e(0x45e)][_0xb17b2e(0x211)]());}[_0x5e0aad(0x55b)](_0x3e9f2e){const _0x453d=_0x5e0aad,{unitID:_0x804998,memberID:_0x474376,textRanges:_0xe08cc}=_0x3e9f2e,_0x5005bb=_0x2f73f6(_0xe08cc);if(_0x5005bb==='')return;const _0x42459c={'unitID':_0x804998,'memberID':_0x474376,'selection':_0x5005bb};this[_0x453d(0x45e)]['next'](_0x42459c);}}var _0x493ad5=Object['defineProperty'],_0xa345b5=Object[_0x5e0aad(0x585)],_0x565ba4=(_0x1e8c82,_0x5c0596,_0x17df4e,_0x3f0521)=>{const _0x24a86f=_0x5e0aad;for(var _0x3dc442=_0x3f0521>0x1?void 0x0:_0x3f0521?_0xa345b5(_0x5c0596,_0x17df4e):_0x5c0596,_0x5b46a4=_0x1e8c82[_0x24a86f(0x1cc)]-0x1,_0x12dc81;_0x5b46a4>=0x0;_0x5b46a4--)(_0x12dc81=_0x1e8c82[_0x5b46a4])&&(_0x3dc442=(_0x3f0521?_0x12dc81(_0x5c0596,_0x17df4e,_0x3dc442):_0x12dc81(_0x3dc442))||_0x3dc442);return _0x3f0521&&_0x3dc442&&_0x493ad5(_0x5c0596,_0x17df4e,_0x3dc442),_0x3dc442;},_0x2d892c=(_0x490d53,_0x51c0ab)=>(_0x4804ca,_0x47a132)=>_0x51c0ab(_0x4804ca,_0x47a132,_0x490d53);let _0x4fa77a=class{constructor(_0x578878,_0x3744d7){const _0x46d4e4=_0x5e0aad;this['_injector']=_0x578878,this[_0x46d4e4(0x549)]=_0x3744d7;}['transformSelections'](_0x389fd8){const _0x2efb13=_0x5e0aad;var _0x13bb37;const _0x208005=this['_injector'][_0x2efb13(0x391)](_0x433bf3[_0x2efb13(0x2b0)]),_0x5af0cc=(_0x13bb37=_0x208005[_0x2efb13(0x2a7)]())!=null?_0x13bb37:[];if(_0x5af0cc[_0x2efb13(0x1cc)]===0x0)return;const _0x4a5bd1=_0x389fd8[_0x2efb13(0x605)],_0x4e82f4=[{'id':_0x2efb13(0x2ee),'params':{'unitId':_0x4a5bd1,'actions':null,'textRanges':_0x5af0cc}}],_0x510ee9=this[_0x2efb13(0x549)][_0x2efb13(0x41f)](_0x389fd8,_0x4e82f4);if(!_0x11d062['isTransformMutationsWithChangesetSuccess'](_0x510ee9))throw _0x510ee9[_0x2efb13(0x346)];const _0x57afc4=_0x510ee9['m2Prime'][0x0][_0x2efb13(0x469)]['textRanges'];Array[_0x2efb13(0x54b)](_0x57afc4)&&_0x57afc4[_0x2efb13(0x1cc)]&&_0x208005[_0x2efb13(0x1a2)](_0x57afc4,{'unitId':_0x4a5bd1,'subUnitId':_0x4a5bd1},!0x1);}};_0x4fa77a=_0x565ba4([_0x2d892c(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['Injector'])),_0x2d892c(0x1,_0x11d062[_0x5e0aad(0x365)])],_0x4fa77a);const _0x2b1e8e=new Set([_0x47516e[_0x5e0aad(0x601)]['id']]);function _0x426796(_0x5544c5,_0xa3e7e3,_0x54f7c4,_0x5a2309,_0x18656e){const _0x41ca99=_0x5e0aad;var _0x153aae,_0x55e041,_0x57d0c8,_0x527beb;const _0x2905ee=[];for(const _0x2876bc of _0x5544c5)if(_0x2b1e8e[_0x41ca99(0x534)](_0x2876bc['id'])){if(_0x2905ee[_0x41ca99(0x1cc)]>0x0)break;_0x2905ee[_0x41ca99(0x616)](_0x2876bc);break;}else _0x2905ee[_0x41ca99(0x616)](_0x2876bc);const _0x170889=(_0x55e041=(_0x153aae=_0x18656e[_0x41ca99(0x1f2)]())==null?void 0x0:_0x153aae['userID'])!=null?_0x55e041:'unknown',_0x187e67=(_0x527beb=(_0x57d0c8=_0x18656e['getCurrentUser']())==null?void 0x0:_0x57d0c8[_0x41ca99(0x4d0)])!=null?_0x527beb:_0x41ca99(0x267);return{'changeset':{'unitID':_0xa3e7e3,'type':_0x11d062['mapDocumentTypeToUniverType'](_0x54f7c4['getUnitType'](_0xa3e7e3)),'baseRev':_0x5a2309[_0x41ca99(0x36c)](_0xa3e7e3),'revision':0x0,'userID':_0x170889,'memberID':_0x187e67,'mutations':_0x2905ee},'pendingMutations':_0x5544c5[_0x41ca99(0x562)](_0x2905ee['length'])};}function _0x25e2e8(_0x3ca9e4,_0x4cfc5b,_0x245907,_0x1edd17,_0x1b14de){const _0x31a8a3=_0x5e0aad;var _0x46b88d,_0x54bb40,_0x24d25e,_0x3486ee;const _0x249add=[_0x3ca9e4[_0x31a8a3(0x1ec)]((_0xea4493,_0x7fb76)=>{const _0x18365c=_0x31a8a3;var _0x6d294b;const {id:_0x5a3f09}=_0xea4493,{id:_0x248530,type:_0x43f51b}=_0x7fb76,_0x41cdd8=(_0x6d294b=_0xea4493[_0x18365c(0x469)])!=null?_0x6d294b:{'actions':null},_0x299a86=_0x7fb76[_0x18365c(0x469)];if(_0x5a3f09&&_0x5a3f09!==_0x248530)throw new Error(_0x18365c(0x37b)+_0x5a3f09+_0x18365c(0x237)+_0x248530+'.');return{..._0xea4493,'id':_0x248530,'type':_0x43f51b,'params':{'unitId':_0x299a86[_0x18365c(0x1e1)],'textRanges':_0x299a86[_0x18365c(0x320)],'actions':_0x260eff['JSONX']['compose'](_0x41cdd8[_0x18365c(0x3d6)],_0x299a86[_0x18365c(0x3d6)])}};},{})],_0x32a05a=(_0x54bb40=(_0x46b88d=_0x1b14de[_0x31a8a3(0x1f2)]())==null?void 0x0:_0x46b88d['userID'])!=null?_0x54bb40:'unknown',_0x4e9ea5=(_0x3486ee=(_0x24d25e=_0x1b14de['getCurrentUser']())==null?void 0x0:_0x24d25e[_0x31a8a3(0x4d0)])!=null?_0x3486ee:'unknown';return{'changeset':{'unitID':_0x4cfc5b,'type':_0x11d062[_0x31a8a3(0x441)](_0x245907[_0x31a8a3(0x647)](_0x4cfc5b)),'baseRev':_0x1edd17[_0x31a8a3(0x36c)](_0x4cfc5b),'revision':0x0,'userID':_0x32a05a,'memberID':_0x4e9ea5,'mutations':_0x249add},'pendingMutations':[]};}function _0x26baff(_0x5cdb1d,_0xb4f8bd){const _0x5e4d05=_0x5e0aad,_0x3011fb=new _0x543965['ReplaySubject'](0x1);return setTimeout(()=>_0x3011fb[_0x5e4d05(0x4ca)](_0xb4f8bd),_0x5cdb1d),_0x3011fb[_0x5e4d05(0x211)]()['pipe'](_0x543965[_0x5e4d05(0x31e)](0x1));}const _0x51b306={'id':_0x47516e[_0x5e0aad(0x24c)]['id'],'type':_0x260eff['CommandType'][_0x5e0aad(0x4da)],'params':{}};var _0x52ce11=Object[_0x5e0aad(0x2e4)],_0x403cdd=Object[_0x5e0aad(0x585)],_0x423c6b=(_0x3c8b5f,_0x2e9c0d,_0x204713,_0x3433a9)=>{for(var _0x2bc513=_0x3433a9>0x1?void 0x0:_0x3433a9?_0x403cdd(_0x2e9c0d,_0x204713):_0x2e9c0d,_0x25749b=_0x3c8b5f['length']-0x1,_0x41a862;_0x25749b>=0x0;_0x25749b--)(_0x41a862=_0x3c8b5f[_0x25749b])&&(_0x2bc513=(_0x3433a9?_0x41a862(_0x2e9c0d,_0x204713,_0x2bc513):_0x41a862(_0x2bc513))||_0x2bc513);return _0x3433a9&&_0x2bc513&&_0x52ce11(_0x2e9c0d,_0x204713,_0x2bc513),_0x2bc513;},_0x1ce875=(_0x33f44b,_0x10149d)=>(_0x525e72,_0x451378)=>_0x10149d(_0x525e72,_0x451378,_0x33f44b),_0x198fc6=(_0x2b3b3d=>(_0x2b3b3d['NOT_COLLAB']=_0x5e0aad(0x335),_0x2b3b3d['SYNCED']=_0x5e0aad(0x505),_0x2b3b3d[_0x5e0aad(0x499)]=_0x5e0aad(0x302),_0x2b3b3d[_0x5e0aad(0x602)]=_0x5e0aad(0x5ef),_0x2b3b3d[_0x5e0aad(0x1ef)]='awaiting_with_pending',_0x2b3b3d['FETCH_MISS']=_0x5e0aad(0x570),_0x2b3b3d[_0x5e0aad(0x584)]=_0x5e0aad(0x3c3),_0x2b3b3d['OFFLINE']=_0x5e0aad(0x296),_0x2b3b3d))(_0x198fc6||{});const _0x38df56=0xea60;class _0x397884{constructor(_0x593a21,_0x164edd,_0x3674fc,_0x5bca47,_0x98a901,_0x1a34fe,_0x103c77,_0x4f3d4a,_0x359d94){const _0x47fe36=_0x5e0aad;_0x133e34(this,_0x47fe36(0x3ce),null),_0x133e34(this,_0x47fe36(0x621),[]),(this[_0x47fe36(0x605)]=_0x593a21,this['type']=_0x164edd,this[_0x47fe36(0x33f)]=_0x98a901,this[_0x47fe36(0x589)]=_0x1a34fe,this['_undoRedoService']=_0x103c77,this['_revisionService']=_0x4f3d4a,this['_localCacheService']=_0x359d94,this[_0x47fe36(0x3ce)]=_0x3674fc,this['_pendingMutations']=_0x5bca47);}[_0x5e0aad(0x546)](_0x5ed88f){const _0x4f4be7=_0x5e0aad,_0x21fd7c=this[_0x4f4be7(0x467)]['getCurrentRevOfUnit'](this[_0x4f4be7(0x605)]);return _0x5ed88f[_0x4f4be7(0x544)]>_0x21fd7c+0x1?(this[_0x4f4be7(0x33f)][_0x4f4be7(0x382)]({'from':_0x21fd7c,'to':_0x5ed88f[_0x4f4be7(0x544)]-0x1}),!0x0):!0x1;}[_0x5e0aad(0x374)](_0x4de971){const _0x2948a8=_0x5e0aad;this[_0x2948a8(0x1f1)][_0x2948a8(0x53f)](this[_0x2948a8(0x605)],_0x4de971);}[_0x5e0aad(0x412)](_0xc60b0e){const _0x195599=_0x5e0aad;var _0xca4198,_0x269b74;(_0x269b74=(_0xca4198=this[_0x195599(0x33f)])[_0x195599(0x2f1)])==null||_0x269b74[_0x195599(0x35e)](_0xca4198,_0xc60b0e);}[_0x5e0aad(0x397)](_0x544b01){const _0xa97c55=_0x5e0aad;var _0x3eee52,_0x14f1c4;return(_0x14f1c4=(_0x3eee52=this['_handler'])[_0xa97c55(0x509)])==null?void 0x0:_0x14f1c4[_0xa97c55(0x35e)](_0x3eee52,_0x544b01);}[_0x5e0aad(0x24b)](_0x2c9e6a){const _0x5bf0f3=_0x5e0aad;var _0x390394,_0x226450;return(_0x226450=(_0x390394=this[_0x5bf0f3(0x33f)])[_0x5bf0f3(0x46d)])==null?void 0x0:_0x226450['call'](_0x390394,_0x2c9e6a);}[_0x5e0aad(0x60d)](_0x30682a){const _0x4cca44=_0x5e0aad;var _0x214cdb,_0x1d2227,_0xcba729;return(_0xcba729=(_0x1d2227=(_0x214cdb=this[_0x4cca44(0x33f)])[_0x4cca44(0x5ad)])==null?void 0x0:_0x1d2227[_0x4cca44(0x35e)](_0x214cdb,_0x30682a))!=null?_0xcba729:_0x30682a;}[_0x5e0aad(0x53b)](_0x3450a8){const _0x22295c=_0x5e0aad;var _0x263958,_0x413218,_0x32d62c;return(_0x32d62c=(_0x413218=(_0x263958=this[_0x22295c(0x33f)])[_0x22295c(0x5cc)])==null?void 0x0:_0x413218[_0x22295c(0x35e)](_0x263958,_0x3450a8))!=null?_0x32d62c:_0x3450a8;}[_0x5e0aad(0x52f)](_0x20272c){const _0x4c4041=_0x5e0aad;var _0x8d70ba,_0x43a2f2;if(this['type']===_0x376044[_0x4c4041(0x246)]){const {unitID:_0x33b042,mutations:_0x236265,memberID:_0xa15c38}=_0x20272c,_0x522f03=_0x236265[0x0][_0x4c4041(0x469)][_0x4c4041(0x320)];Array[_0x4c4041(0x54b)](_0x522f03)&&_0x522f03[_0x4c4041(0x1cc)]>0x0&&((_0x43a2f2=(_0x8d70ba=this[_0x4c4041(0x33f)])['onSyncEditingCollabCursor'])==null||_0x43a2f2[_0x4c4041(0x35e)](_0x8d70ba,{'unitID':_0x33b042,'memberID':_0xa15c38,'textRanges':_0x522f03}));}}[_0x5e0aad(0x28d)](){const _0x2e8d72=_0x5e0aad;this['_localCacheService'][_0x2e8d72(0x446)](this[_0x2e8d72(0x605)],this[_0x2e8d72(0x1d1)],this[_0x2e8d72(0x3ce)],this[_0x2e8d72(0x621)]);}[_0x5e0aad(0x2e2)](){const _0x126a06=_0x5e0aad;return this[_0x126a06(0x467)][_0x126a06(0x36c)](this['unitID']);}[_0x5e0aad(0x227)](){const _0x131e60=_0x5e0aad;this[_0x131e60(0x467)][_0x131e60(0x240)](this['unitID']);}[_0x5e0aad(0x427)](_0x11891c){const _0x40aad3=_0x5e0aad;var _0x10e97d;let _0x2ae67b=this[_0x40aad3(0x60d)](_0x11891c);_0x2ae67b=this[_0x40aad3(0x53b)](_0x2ae67b);const _0x5ddf56=_0x260eff[_0x40aad3(0x38f)](_0x2ae67b[_0x40aad3(0x3fa)],this[_0x40aad3(0x589)],{'fromCollab':!0x0});if(!_0x5ddf56['result'])throw _0x5ddf56[_0x40aad3(0x346)]instanceof Error?_0x5ddf56[_0x40aad3(0x346)]:new Error((_0x10e97d=_0x5ddf56[_0x40aad3(0x346)])!=null?_0x10e97d:_0x40aad3(0x592));this[_0x40aad3(0x397)](_0x2ae67b),this[_0x40aad3(0x24b)](_0x2ae67b),this['_transformUndoredo'](_0x11891c),this[_0x40aad3(0x412)](_0x2ae67b),this[_0x40aad3(0x52f)](_0x2ae67b),this[_0x40aad3(0x227)]();}}let _0x477aa6=class extends _0x397884{constructor(_0x3da2d9,_0x26c8d2,_0x289374,_0x53e6a0,_0x543ae6,_0x3c7c3b,_0x41c224,_0x58c12c,_0x4a644b,_0x5e88d1){const _0x5464ed=_0x5e0aad;super(_0x3da2d9,_0x26c8d2,null,[],_0x289374,_0x58c12c,_0x41c224,_0x53e6a0,_0x543ae6),_0x133e34(this,_0x5464ed(0x52a),_0x5464ed(0x505)),(this[_0x5464ed(0x2a2)]=_0x3c7c3b,this['_logService']=_0x4a644b,this[_0x5464ed(0x549)]=_0x5e88d1);}[_0x5e0aad(0x3ff)](_0x3cff19){const _0x588fb2=_0x5e0aad,_0x251871=this['_injector'][_0x588fb2(0x623)](_0x457666,this[_0x588fb2(0x605)],this[_0x588fb2(0x1d1)],[_0x3cff19],this[_0x588fb2(0x33f)]);return _0x251871[_0x588fb2(0x50e)](),_0x251871['_updateLocalCache'](),_0x251871;}[_0x5e0aad(0x24f)](_0x3c2a84){const _0x5f0094=_0x5e0aad;if(this[_0x5f0094(0x546)](_0x3c2a84))return this['_injector']['createInstance'](_0x17b881,this['unitID'],this['type'],null,[],null,[_0x3c2a84],this[_0x5f0094(0x33f)]);try{const _0x24f433=this[_0x5f0094(0x549)][_0x5f0094(0x41f)](_0x3c2a84,[_0x51b306]);if(_0x11d062[_0x5f0094(0x44f)](_0x24f433)){const {c1Prime:_0x394c6f}=_0x24f433;return this[_0x5f0094(0x427)](_0x394c6f),this;}throw _0x24f433[_0x5f0094(0x346)];}catch(_0x39ac90){return this[_0x5f0094(0x250)][_0x5f0094(0x346)](_0x39ac90),this[_0x5f0094(0x50c)](!0x1);}}['_onConflict'](_0x2e1f69){const _0x331dc7=_0x5e0aad;return this[_0x331dc7(0x2a2)][_0x331dc7(0x623)](_0x26bcf4,this[_0x331dc7(0x605)],this[_0x331dc7(0x1d1)],null,[],this[_0x331dc7(0x33f)],_0x2e1f69);}[_0x5e0aad(0x1cb)](){const _0xa526d4=_0x5e0aad;throw new Error(_0xa526d4(0x5ae));}[_0x5e0aad(0x212)](){throw new Error('[SyncedState]:\x20received\x20rejection.');}[_0x5e0aad(0x3a2)](){return this;}[_0x5e0aad(0x27e)](){const _0x22d6ce=_0x5e0aad;return this['_injector'][_0x22d6ce(0x623)](_0x3c4b05,this[_0x22d6ce(0x605)],this[_0x22d6ce(0x1d1)],null,[],this[_0x22d6ce(0x33f)]);}[_0x5e0aad(0x59f)](){return this;}[_0x5e0aad(0x508)](){const _0x3b9e4f=_0x5e0aad;throw new Error(_0x3b9e4f(0x4aa));}[_0x5e0aad(0x63a)](){const _0x43bfd7=_0x5e0aad,_0x41728d=this['_revisionService'][_0x43bfd7(0x36c)](this[_0x43bfd7(0x605)]);return this['_handler'][_0x43bfd7(0x382)]({'from':_0x41728d,'to':0x0}),this['_injector'][_0x43bfd7(0x623)](_0x17b881,this['unitID'],this[_0x43bfd7(0x1d1)],null,[],null,[],this[_0x43bfd7(0x33f)]);}};_0x477aa6=_0x423c6b([_0x1ce875(0x3,_0x260eff['Inject'](_0x11d062[_0x5e0aad(0x4c8)])),_0x1ce875(0x4,_0x260eff['Inject'](_0xc68ebf[_0x5e0aad(0x257)])),_0x1ce875(0x5,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x1ce875(0x6,_0x260eff[_0x5e0aad(0x4f7)]),_0x1ce875(0x7,_0x260eff[_0x5e0aad(0x61f)]),_0x1ce875(0x8,_0x260eff[_0x5e0aad(0x5a8)]),_0x1ce875(0x9,_0x11d062[_0x5e0aad(0x365)])],_0x477aa6);let _0x457666=class extends _0x397884{constructor(_0x405484,_0x2a4ac8,_0x3bfdc1,_0x2f8624,_0x21a02f,_0x21d6f6,_0xa1e297,_0x21bf9c,_0x1b524a,_0x281f45,_0x31e473,_0x5bd2ad,_0x367029,_0x12f605){const _0x2539b8=_0x5e0aad;super(_0x405484,_0x2a4ac8,null,_0x3bfdc1,_0x2f8624,_0x281f45,_0x12f605,_0x21d6f6,_0xa1e297),_0x133e34(this,_0x2539b8(0x52a),'pending'),_0x133e34(this,_0x2539b8(0x215),null),_0x133e34(this,'_sendingTimer',null),(this[_0x2539b8(0x2a2)]=_0x21a02f,this['_memberService']=_0x21bf9c,this[_0x2539b8(0x250)]=_0x1b524a,this[_0x2539b8(0x350)]=_0x31e473,this[_0x2539b8(0x549)]=_0x5bd2ad,this[_0x2539b8(0x434)]=_0x367029);}[_0x5e0aad(0x3ff)](_0xb3afeb){const _0x2511d4=_0x5e0aad;return this['_pendingMutations']['push'](_0xb3afeb),this[_0x2511d4(0x28d)](),this;}[_0x5e0aad(0x24f)](_0x4d7202){const _0x15e6ae=_0x5e0aad;if(this[_0x15e6ae(0x546)](_0x4d7202))return this[_0x15e6ae(0x5f1)](),this[_0x15e6ae(0x2a2)][_0x15e6ae(0x623)](_0x17b881,this[_0x15e6ae(0x605)],this['type'],null,this[_0x15e6ae(0x621)],null,[_0x4d7202],this[_0x15e6ae(0x33f)]);try{const _0x49f330=this[_0x15e6ae(0x549)]['transformMutationsWithChangeset'](_0x4d7202,this['_pendingMutations']);if(_0x11d062[_0x15e6ae(0x44f)](_0x49f330)){const {c1Prime:_0x1c7bb1,m2Prime:_0x2ab291}=_0x49f330;this[_0x15e6ae(0x427)](_0x1c7bb1);const _0x5633a1=this[_0x15e6ae(0x2a2)][_0x15e6ae(0x623)](_0x457666,this[_0x15e6ae(0x605)],this[_0x15e6ae(0x1d1)],_0x2ab291,this['_handler']);return this[_0x15e6ae(0x5f1)](),_0x5633a1[_0x15e6ae(0x50e)](this[_0x15e6ae(0x215)]?Math[_0x15e6ae(0x4b7)](0x0,new Date()[_0x15e6ae(0x1fd)]()-this[_0x15e6ae(0x215)]):this[_0x15e6ae(0x394)]()),_0x5633a1;}throw _0x49f330[_0x15e6ae(0x346)];}catch(_0x10ed11){return this[_0x15e6ae(0x250)][_0x15e6ae(0x346)](_0x10ed11),this[_0x15e6ae(0x50c)](!0x1);}}[_0x5e0aad(0x1cb)](){const _0xadacb4=_0x5e0aad;throw new Error(_0xadacb4(0x27a));}[_0x5e0aad(0x212)](){const _0x28ec62=_0x5e0aad;throw new Error(_0x28ec62(0x61c));}[_0x5e0aad(0x3a2)](){return this;}[_0x5e0aad(0x27e)](){const _0x737227=_0x5e0aad;return this[_0x737227(0x5f1)](),this[_0x737227(0x2a2)][_0x737227(0x623)](_0x3c4b05,this['unitID'],this[_0x737227(0x1d1)],null,this[_0x737227(0x621)],this[_0x737227(0x33f)]);}[_0x5e0aad(0x59f)](){return this;}[_0x5e0aad(0x50e)](_0x22342e){const _0x1d9635=_0x5e0aad,_0x2cffe7=_0x22342e!=null?_0x22342e:this['_getSendChangesetTimeout']();this[_0x1d9635(0x215)]=new Date()[_0x1d9635(0x1fd)](),this[_0x1d9635(0x46c)]=window[_0x1d9635(0x5b3)](()=>{const _0x5e3600=_0x1d9635;this['_clearScheduledTask']();let _0xd6e0ff=null;switch(this[_0x5e3600(0x1d1)]){case _0x376044['UNIVER_SHEET']:{_0xd6e0ff=_0x426796(this[_0x5e3600(0x621)],this[_0x5e3600(0x605)],this[_0x5e3600(0x434)],this[_0x5e3600(0x467)],this[_0x5e3600(0x484)]);break;}case _0x376044[_0x5e3600(0x246)]:{this[_0x5e3600(0x621)][_0x5e3600(0x1bb)](_0x41a6cb=>_0x41a6cb['id']===_0x433bf3[_0x5e3600(0x5a2)]['id'])?_0xd6e0ff=_0x25e2e8(this[_0x5e3600(0x621)],this['unitID'],this[_0x5e3600(0x434)],this[_0x5e3600(0x467)],this[_0x5e3600(0x484)]):_0xd6e0ff=_0x426796(this[_0x5e3600(0x621)],this[_0x5e3600(0x605)],this[_0x5e3600(0x434)],this[_0x5e3600(0x467)],this['_memberService']);break;}default:throw new Error(_0x5e3600(0x527)+this['type']+_0x5e3600(0x1c6));}const {changeset:_0x63a597,pendingMutations:_0x24eec2}=_0xd6e0ff;this[_0x5e3600(0x33f)][_0x5e3600(0x4b6)](_0x63a597);const _0x375214=_0x24eec2[_0x5e3600(0x1cc)]?this['_injector'][_0x5e3600(0x623)](_0x1216ad,this[_0x5e3600(0x605)],this[_0x5e3600(0x1d1)],_0x63a597,_0x24eec2,this[_0x5e3600(0x33f)],void 0x0):this[_0x5e3600(0x2a2)]['createInstance'](_0x327181,this[_0x5e3600(0x605)],this['type'],_0x63a597,this[_0x5e3600(0x33f)]);_0x375214['_updateLocalCache'](),this[_0x5e3600(0x33f)][_0x5e3600(0x3dd)](this,_0x375214);},_0x2cffe7);}['_getSendChangesetTimeout'](){const _0x4351e8=_0x5e0aad;var _0x26e2ac;const _0x338130=this[_0x4351e8(0x350)]['getConfig'](_0x48905f);return(_0x26e2ac=_0x338130==null?void 0x0:_0x338130[_0x4351e8(0x3f0)])!=null?_0x26e2ac:0x7d0;}[_0x5e0aad(0x508)](){const _0xba68a8=_0x5e0aad;throw new Error(_0xba68a8(0x1fc));}[_0x5e0aad(0x5f1)](){const _0x1e8792=_0x5e0aad;this[_0x1e8792(0x46c)]!=null&&(clearTimeout(this['_sendingTimer']),this['_sendingTimer']=null);}['_onConflict'](_0xe4cfcc){const _0x3f7b21=_0x5e0aad;return this[_0x3f7b21(0x5f1)](),this['_injector'][_0x3f7b21(0x623)](_0x26bcf4,this['unitID'],this[_0x3f7b21(0x1d1)],null,this[_0x3f7b21(0x621)],this['_handler'],_0xe4cfcc);}};_0x457666=_0x423c6b([_0x1ce875(0x4,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x1ce875(0x5,_0x260eff[_0x5e0aad(0x34e)](_0x11d062['RevisionService'])),_0x1ce875(0x6,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x257)])),_0x1ce875(0x7,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x470)])),_0x1ce875(0x8,_0x260eff[_0x5e0aad(0x5a8)]),_0x1ce875(0x9,_0x260eff[_0x5e0aad(0x61f)]),_0x1ce875(0xa,_0x260eff['IConfigService']),_0x1ce875(0xb,_0x11d062[_0x5e0aad(0x365)]),_0x1ce875(0xc,_0x260eff[_0x5e0aad(0x44d)]),_0x1ce875(0xd,_0x260eff[_0x5e0aad(0x4f7)])],_0x457666);let _0x327181=class extends _0x397884{constructor(_0x2f81dc,_0xe26c96,_0x14af80,_0x75ff3d,_0x3d26f6,_0x14ba64,_0x3db422,_0x5c92f8,_0x4d0a2f,_0x30022b,_0x4a174a){const _0xa4b661=_0x5e0aad;super(_0x2f81dc,_0xe26c96,_0x14af80,[],_0x75ff3d,_0x5c92f8,_0x4a174a,_0x14ba64,_0x3db422),_0x133e34(this,_0xa4b661(0x52a),_0xa4b661(0x5ef)),_0x133e34(this,_0xa4b661(0x398),0x0),_0x133e34(this,_0xa4b661(0x3d0)),_0x133e34(this,_0xa4b661(0x3a9)),(this['_injector']=_0x3d26f6,this[_0xa4b661(0x250)]=_0x4d0a2f,this[_0xa4b661(0x549)]=_0x30022b);}[_0x5e0aad(0x3ff)](_0x3464d9){const _0x1ca6cd=_0x5e0aad;this[_0x1ca6cd(0x5f1)]();const _0x2d147e=this['_injector'][_0x1ca6cd(0x623)](_0x1216ad,this['unitID'],this[_0x1ca6cd(0x1d1)],this[_0x1ca6cd(0x3ce)],[_0x3464d9],this[_0x1ca6cd(0x33f)],this[_0x1ca6cd(0x3d0)]);return _0x2d147e[_0x1ca6cd(0x28d)](),_0x2d147e;}['onRemoteChangeset'](_0x6f12fa){const _0x575179=_0x5e0aad;if(this['_checkMissing'](_0x6f12fa))return this[_0x575179(0x5f1)](),this[_0x575179(0x2a2)]['createInstance'](_0x17b881,this[_0x575179(0x605)],this[_0x575179(0x1d1)],this[_0x575179(0x3ce)],[],null,[_0x6f12fa],this[_0x575179(0x33f)]);try{const _0x457ca0=this[_0x575179(0x549)][_0x575179(0x2d6)]([_0x6f12fa],[this[_0x575179(0x3ce)]],!0x1);if(_0x11d062['isTransformChangesetsSuccess'](_0x457ca0)){const {c1Prime:_0x4597af,c2Prime:_0x2d2f05}=_0x457ca0;this[_0x575179(0x427)](_0x4597af[0x0]),_0x2d2f05[0x0][_0x575179(0x524)]=this[_0x575179(0x2e2)](),this[_0x575179(0x5f1)]();const _0x2bab09=this[_0x575179(0x2a2)]['createInstance'](_0x327181,this[_0x575179(0x605)],this[_0x575179(0x1d1)],_0x2d2f05[0x0],this['_handler']);return _0x2bab09[_0x575179(0x28d)](),_0x2bab09;}return this[_0x575179(0x50c)](!0x1);}catch(_0x3bbbc2){return this['_logService']['error'](_0x3bbbc2),this[_0x575179(0x50c)](!0x1);}}[_0x5e0aad(0x1cb)](_0xda7e05){const _0x1c1758=_0x5e0aad;this[_0x1c1758(0x5f1)]();const _0x132d3e=this[_0x1c1758(0x467)][_0x1c1758(0x36c)](this[_0x1c1758(0x605)]);if(_0xda7e05[_0x1c1758(0x544)]<_0x132d3e-0x1)return this;if(this['_checkMissing'](_0xda7e05))return this[_0x1c1758(0x2a2)][_0x1c1758(0x623)](_0x17b881,this[_0x1c1758(0x605)],this[_0x1c1758(0x1d1)],null,[],this['_awaitingChangeset'],[],this[_0x1c1758(0x33f)]);this[_0x1c1758(0x227)]();const _0x58e6f3=this[_0x1c1758(0x2a2)]['createInstance'](_0x477aa6,this['unitID'],this[_0x1c1758(0x1d1)],this[_0x1c1758(0x33f)]);return _0x58e6f3[_0x1c1758(0x28d)](),_0x58e6f3;}[_0x5e0aad(0x212)](_0x2330b3){return this['_onConflict'](!!(_0x2330b3!=null&&_0x2330b3['isPermissionRej']));}['onRemoteRetry'](_0xec8944){const _0x20fa53=_0x5e0aad;return this[_0x20fa53(0x398)]>_0x38df56?this[_0x20fa53(0x27e)]():(this['_resendTimer']=_0x26baff(this['_resendTimeout'],{'timeout':this[_0x20fa53(0x398)],'reqId':_0xec8944[_0x20fa53(0x644)]}),this['_sender']=this[_0x20fa53(0x3d0)][_0x20fa53(0x19e)](({reqId:_0x3b82ed,timeout:_0x4a547f})=>{const _0x409a3c=_0x20fa53;this[_0x409a3c(0x3bd)](_0x3b82ed,_0x4a547f);}),this);}[_0x5e0aad(0x27e)](){const _0x140f4c=_0x5e0aad;return this['_clearScheduledTask'](),this[_0x140f4c(0x2a2)][_0x140f4c(0x623)](_0x3c4b05,this[_0x140f4c(0x605)],this['type'],this[_0x140f4c(0x3ce)],[],this[_0x140f4c(0x33f)]);}['toggleOnline'](){return this;}['resend'](){const _0x4fa586=_0x5e0aad;this[_0x4fa586(0x33f)][_0x4fa586(0x4b6)](this['_awaitingChangeset']);}['_onConflict'](_0x421f61){const _0x2061b4=_0x5e0aad;return this['_clearScheduledTask'](),this[_0x2061b4(0x2a2)]['createInstance'](_0x26bcf4,this[_0x2061b4(0x605)],this['type'],this[_0x2061b4(0x3ce)],[],this[_0x2061b4(0x33f)],_0x421f61);}[_0x5e0aad(0x3bd)](_0x9ce019,_0xf9bad4){const _0x17dce5=_0x5e0aad;var _0x38154e;_0x9ce019===((_0x38154e=this[_0x17dce5(0x3ce)])==null?void 0x0:_0x38154e[_0x17dce5(0x644)])&&(this[_0x17dce5(0x508)](),this[_0x17dce5(0x398)]=_0xf9bad4===0x0?0x3e8:_0xf9bad4*0x2);}[_0x5e0aad(0x5f1)](){const _0x3e5285=_0x5e0aad;var _0xa98803;(_0xa98803=this[_0x3e5285(0x3a9)])==null||_0xa98803[_0x3e5285(0x5ab)](),this['_resendTimeout']=0x0;}};_0x327181=_0x423c6b([_0x1ce875(0x4,_0x260eff['Inject'](_0x260eff[_0x5e0aad(0x263)])),_0x1ce875(0x5,_0x260eff[_0x5e0aad(0x34e)](_0x11d062['RevisionService'])),_0x1ce875(0x6,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf['LocalCacheService'])),_0x1ce875(0x7,_0x260eff[_0x5e0aad(0x61f)]),_0x1ce875(0x8,_0x260eff[_0x5e0aad(0x5a8)]),_0x1ce875(0x9,_0x11d062[_0x5e0aad(0x365)]),_0x1ce875(0xa,_0x260eff[_0x5e0aad(0x4f7)])],_0x327181);let _0x1216ad=class extends _0x397884{constructor(_0x13307f,_0x87e72c,_0x376737,_0x114441,_0x4e22c7,_0x5e4bfd,_0x3ccfc9,_0x298ba9,_0x2ba582,_0x4ef7a9,_0x466f08,_0x32921e,_0x9e8de7){const _0x49e4c9=_0x5e0aad;super(_0x13307f,_0x87e72c,_0x376737,_0x114441,_0x4e22c7,_0x4ef7a9,_0x9e8de7,_0x298ba9,_0x2ba582),_0x133e34(this,_0x49e4c9(0x52a),_0x49e4c9(0x2fe)),_0x133e34(this,_0x49e4c9(0x398),0x0),_0x133e34(this,_0x49e4c9(0x3d0)),_0x133e34(this,_0x49e4c9(0x3a9)),(this[_0x49e4c9(0x2a2)]=_0x3ccfc9,this[_0x49e4c9(0x250)]=_0x466f08,this[_0x49e4c9(0x549)]=_0x32921e,_0x5e4bfd&&(this[_0x49e4c9(0x3d0)]=_0x5e4bfd,this[_0x49e4c9(0x3a9)]=this['_resendTimer'][_0x49e4c9(0x19e)](({reqId:_0x18f151,timeout:_0x74c946})=>{const _0x173af5=_0x49e4c9;this[_0x173af5(0x3bd)](_0x18f151,_0x74c946);})));}[_0x5e0aad(0x3ff)](_0x21c3e5){const _0x458344=_0x5e0aad;return this['_pendingMutations'][_0x458344(0x616)](_0x21c3e5),this;}[_0x5e0aad(0x24f)](_0x1800c4){const _0x4d2e54=_0x5e0aad;if(this['_checkMissing'](_0x1800c4))return this['_clearScheduledTask'](),this[_0x4d2e54(0x2a2)]['createInstance'](_0x17b881,this[_0x4d2e54(0x605)],this[_0x4d2e54(0x1d1)],this[_0x4d2e54(0x3ce)],this[_0x4d2e54(0x621)],null,[_0x1800c4],this[_0x4d2e54(0x33f)]);try{const _0x1367e9=this[_0x4d2e54(0x549)]['transformChangesets']([_0x1800c4],[this[_0x4d2e54(0x3ce)]],!0x1);if(_0x11d062[_0x4d2e54(0x474)](_0x1367e9)){const {c1Prime:_0x4a8c20,c2Prime:_0x3026a6}=_0x1367e9,_0x42b6e8=this['_transformService'][_0x4d2e54(0x41f)](_0x4a8c20[0x0],this[_0x4d2e54(0x621)]);if(_0x11d062[_0x4d2e54(0x44f)](_0x42b6e8)){const {c1Prime:_0x1c65bc,m2Prime:_0x8021bc}=_0x42b6e8;return this[_0x4d2e54(0x427)](_0x1c65bc),_0x3026a6[0x0][_0x4d2e54(0x524)]=this[_0x4d2e54(0x2e2)](),this[_0x4d2e54(0x5f1)](),this['_injector'][_0x4d2e54(0x623)](_0x1216ad,this['unitID'],this[_0x4d2e54(0x1d1)],_0x3026a6[0x0],_0x8021bc,this[_0x4d2e54(0x33f)],void 0x0);}throw _0x42b6e8[_0x4d2e54(0x346)];}throw _0x1367e9[_0x4d2e54(0x346)];}catch(_0x100b64){return this['_logService'][_0x4d2e54(0x346)](_0x100b64),this[_0x4d2e54(0x50c)](!0x1);}}[_0x5e0aad(0x1cb)](_0x2093e1){const _0x1e570e=_0x5e0aad;if(this[_0x1e570e(0x5f1)](),this['_checkMissing'](_0x2093e1))return this[_0x1e570e(0x2a2)][_0x1e570e(0x623)](_0x17b881,this[_0x1e570e(0x605)],this[_0x1e570e(0x1d1)],null,this[_0x1e570e(0x621)],this[_0x1e570e(0x3ce)],[],this[_0x1e570e(0x33f)]);this[_0x1e570e(0x227)]();const _0x247592=this['_injector'][_0x1e570e(0x623)](_0x457666,this[_0x1e570e(0x605)],this[_0x1e570e(0x1d1)],this[_0x1e570e(0x621)],this[_0x1e570e(0x33f)]);return _0x247592[_0x1e570e(0x50e)](),_0x247592[_0x1e570e(0x28d)](),_0x247592;}['onRemoteRej'](_0x27ae2c){const _0x4be165=_0x5e0aad;return this[_0x4be165(0x50c)](!!(_0x27ae2c!=null&&_0x27ae2c['isPermissionRej']));}[_0x5e0aad(0x3a2)](_0xfbc7e2){const _0x302518=_0x5e0aad;return this[_0x302518(0x398)]>_0x38df56?this[_0x302518(0x27e)]():(this[_0x302518(0x3d0)]=_0x26baff(this[_0x302518(0x398)],{'timeout':this['_resendTimeout'],'reqId':_0xfbc7e2[_0x302518(0x644)]}),this[_0x302518(0x3a9)]=this['_resendTimer']['subscribe'](({reqId:_0x560f7e,timeout:_0x146ce0})=>{const _0x43fa55=_0x302518;this[_0x43fa55(0x3bd)](_0x560f7e,_0x146ce0);}),this);}[_0x5e0aad(0x27e)](){const _0x1dd2eb=_0x5e0aad;return this[_0x1dd2eb(0x5f1)](),this[_0x1dd2eb(0x2a2)][_0x1dd2eb(0x623)](_0x3c4b05,this['unitID'],this[_0x1dd2eb(0x1d1)],this[_0x1dd2eb(0x3ce)],this[_0x1dd2eb(0x621)],this[_0x1dd2eb(0x33f)]);}['toggleOnline'](){return this;}[_0x5e0aad(0x508)](){const _0x1bee5b=_0x5e0aad;this[_0x1bee5b(0x33f)][_0x1bee5b(0x4b6)](this[_0x1bee5b(0x3ce)]);}['_onConflict'](_0x4c5579){const _0x373b21=_0x5e0aad;return this['_clearScheduledTask'](),this['_injector'][_0x373b21(0x623)](_0x26bcf4,this[_0x373b21(0x605)],this[_0x373b21(0x1d1)],null,this[_0x373b21(0x621)],this[_0x373b21(0x33f)],_0x4c5579);}[_0x5e0aad(0x3bd)](_0x5adbe5,_0x2f008e){const _0x1fea79=_0x5e0aad;var _0x1e19b3;_0x5adbe5===((_0x1e19b3=this[_0x1fea79(0x3ce)])==null?void 0x0:_0x1e19b3[_0x1fea79(0x644)])&&(this[_0x1fea79(0x508)](),this[_0x1fea79(0x398)]=_0x2f008e===0x0?0x3e8:_0x2f008e*0x2);}[_0x5e0aad(0x5f1)](){const _0x282867=_0x5e0aad;var _0x5c74b7;(_0x5c74b7=this[_0x282867(0x3a9)])==null||_0x5c74b7[_0x282867(0x5ab)](),this[_0x282867(0x398)]=0x0;}};_0x1216ad=_0x423c6b([_0x1ce875(0x6,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x1ce875(0x7,_0x260eff[_0x5e0aad(0x34e)](_0x11d062[_0x5e0aad(0x4c8)])),_0x1ce875(0x8,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x257)])),_0x1ce875(0x9,_0x260eff[_0x5e0aad(0x61f)]),_0x1ce875(0xa,_0x260eff[_0x5e0aad(0x5a8)]),_0x1ce875(0xb,_0x11d062[_0x5e0aad(0x365)]),_0x1ce875(0xc,_0x260eff[_0x5e0aad(0x4f7)])],_0x1216ad);let _0x26bcf4=class extends _0x397884{constructor(_0x5889df,_0x4e5a70,_0x61af6,_0x3d7436,_0x220b2f,_0x147240=!0x1,_0x5a03ae,_0x59bc55,_0x5e3287,_0x8512ae,_0x23c63c,_0xd6065f,_0x2e152d){const _0x55a10c=_0x5e0aad;super(_0x5889df,_0x4e5a70,_0x61af6,_0x3d7436,_0x220b2f,_0x59bc55,_0x5e3287,_0x23c63c,_0x8512ae),_0x133e34(this,_0x55a10c(0x52a),'conflict'),(this[_0x55a10c(0x52e)]=_0x147240,this['_permissionService']=_0x5a03ae,this[_0x55a10c(0x3a4)]=_0xd6065f,this[_0x55a10c(0x5c4)]=_0x2e152d,this[_0x55a10c(0x367)](),this[_0x55a10c(0x369)](),this[_0x55a10c(0x588)]());}[_0x5e0aad(0x3ff)](){return this;}[_0x5e0aad(0x24f)](){return this;}[_0x5e0aad(0x1cb)](){return this;}[_0x5e0aad(0x212)](){return this;}['onRemoteRetry'](){return this;}['toggleOffline'](){return this;}[_0x5e0aad(0x59f)](){return this;}[_0x5e0aad(0x508)](){throw new Error('[ConflictState]:\x20invalid\x20calling\x20to\x20`resend`.');}[_0x5e0aad(0x369)](){const _0x3465c8=_0x5e0aad;this['_localCacheService'][_0x3465c8(0x446)](this[_0x3465c8(0x605)],this['type'],null,[]);}[_0x5e0aad(0x367)](){const _0x270931=_0x5e0aad;this['_isPermissionRej']?this[_0x270931(0x5c4)][_0x270931(0x523)]({'title':this[_0x270931(0x3a4)]['t'](_0x270931(0x561)),'content':this[_0x270931(0x3a4)]['t'](_0x270931(0x526)),'type':_0x270931(0x346),'duration':0x0}):this['_notificationService']['show']({'title':this[_0x270931(0x3a4)]['t'](_0x270931(0x276)),'content':this[_0x270931(0x3a4)]['t'](_0x270931(0x31a)),'type':_0x270931(0x346),'duration':0x0});}[_0x5e0aad(0x588)](){const _0x2b65f3=_0x5e0aad;this[_0x2b65f3(0x368)]['updatePermissionPoint'](new _0x47516e[(_0x2b65f3(0x45b))](this[_0x2b65f3(0x605)])['id'],!0x1);}};_0x26bcf4=_0x423c6b([_0x1ce875(0x6,_0x260eff['Inject'](_0x260eff['IPermissionService'])),_0x1ce875(0x7,_0x260eff['ICommandService']),_0x1ce875(0x8,_0x260eff['IUndoRedoService']),_0x1ce875(0x9,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf['LocalCacheService'])),_0x1ce875(0xa,_0x260eff[_0x5e0aad(0x34e)](_0x11d062['RevisionService'])),_0x1ce875(0xb,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x2a3)])),_0x1ce875(0xc,_0x604b87[_0x5e0aad(0x555)])],_0x26bcf4);let _0x3c4b05=class extends _0x397884{constructor(_0x28ce19,_0x35fce5,_0x16b7c7,_0x54cc2e,_0x185c7d,_0x9d1497,_0x509a24,_0x42c081,_0x1e0904,_0x5e3835){const _0x277a39=_0x5e0aad;super(_0x28ce19,_0x35fce5,_0x16b7c7,_0x54cc2e,_0x185c7d,_0x1e0904,_0x5e3835,_0x509a24,_0x42c081),_0x133e34(this,_0x277a39(0x52a),'offline'),this['_injector']=_0x9d1497;}[_0x5e0aad(0x3ff)](_0x3dc665){const _0x552745=_0x5e0aad;return this[_0x552745(0x621)][_0x552745(0x616)](_0x3dc665),this[_0x552745(0x28d)](),this;}[_0x5e0aad(0x24f)](_0x4ab9a0){const _0x249572=_0x5e0aad;throw new Error(_0x249572(0x61b));}[_0x5e0aad(0x1cb)](){const _0x291cdd=_0x5e0aad;throw new Error(_0x291cdd(0x515));}[_0x5e0aad(0x212)](){throw new Error('[OfflineState]:\x20received\x20rejection.');}[_0x5e0aad(0x3a2)](){return this;}[_0x5e0aad(0x27e)](){return this;}[_0x5e0aad(0x59f)](){const _0x5cfd1a=_0x5e0aad,{_injector:_0xc4f4b7,_pendingMutations:_0x5d63d4,_awaitingChangeset:_0x104785,unitID:_0x50266e,_handler:_0x5d1260,type:_0x81e180}=this,_0x4745c3=_0x2f01f7(_0xc4f4b7,_0x50266e,_0x81e180,_0x104785,_0x5d63d4,_0x5d1260);return _0x4745c3 instanceof _0x457666?_0x4745c3[_0x5cfd1a(0x50e)]():(_0x4745c3 instanceof _0x1216ad||_0x4745c3 instanceof _0x327181)&&_0x4745c3[_0x5cfd1a(0x508)](),_0x4745c3;}[_0x5e0aad(0x508)](){const _0x1d146a=_0x5e0aad;throw new Error(_0x1d146a(0x482));}};_0x3c4b05=_0x423c6b([_0x1ce875(0x5,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x1ce875(0x6,_0x260eff[_0x5e0aad(0x34e)](_0x11d062['RevisionService'])),_0x1ce875(0x7,_0x260eff['Inject'](_0xc68ebf[_0x5e0aad(0x257)])),_0x1ce875(0x8,_0x260eff['ICommandService']),_0x1ce875(0x9,_0x260eff[_0x5e0aad(0x4f7)])],_0x3c4b05);let _0x17b881=class extends _0x397884{constructor(_0x5e78da,_0x565eb5,_0x1ab659,_0x3aa3ce,_0x5304ab,_0x591642,_0x2215d3,_0x2af7cb,_0x599404,_0x3b7a73,_0x52fa45,_0x4809dc,_0x19c02a,_0x3681c1){const _0xdb70f9=_0x5e0aad;super(_0x5e78da,_0x565eb5,_0x1ab659,_0x3aa3ce,_0x2215d3,_0x4809dc,_0x19c02a,_0x599404,_0x3b7a73),_0x133e34(this,'status','fetch_missing'),(this[_0xdb70f9(0x4cf)]=_0x5304ab,this[_0xdb70f9(0x328)]=_0x591642,this[_0xdb70f9(0x2a2)]=_0x2af7cb,this[_0xdb70f9(0x250)]=_0x52fa45,this['_transformService']=_0x3681c1);}[_0x5e0aad(0x390)](_0x27bb5b){const _0x17af2c=_0x5e0aad;try{const _0x1dc45a=[..._0x27bb5b,...this[_0x17af2c(0x328)]],_0x41241a=[this[_0x17af2c(0x3ce)]||this[_0x17af2c(0x4cf)]][_0x17af2c(0x2d9)](_0x3d58ac=>!!_0x3d58ac);let _0x26b5a6,_0x41b61f;if(_0x41241a['length']){const _0x58bdfe=this[_0x17af2c(0x549)]['transformChangesets'](_0x1dc45a,_0x41241a,!0x1);if(!_0x11d062[_0x17af2c(0x474)](_0x58bdfe))throw _0x58bdfe[_0x17af2c(0x346)];_0x26b5a6=_0x58bdfe[_0x17af2c(0x3d7)],_0x41b61f=_0x58bdfe['c2Prime'];}else _0x26b5a6=_0x1dc45a,_0x41b61f=[];let _0x3ee9ca=this['_pendingMutations'];_0x26b5a6[_0x17af2c(0x5f7)](_0xd25e4c=>{const _0x38377a=_0x17af2c;let _0x7b8f7b;if(_0x3ee9ca[_0x38377a(0x1cc)]){const _0x2df903=this[_0x38377a(0x549)][_0x38377a(0x41f)](_0xd25e4c,_0x3ee9ca);if(!_0x11d062[_0x38377a(0x44f)](_0x2df903))throw _0x2df903[_0x38377a(0x346)];_0x7b8f7b=_0x2df903[_0x38377a(0x3d7)],_0x3ee9ca=_0x2df903[_0x38377a(0x1ba)];}else _0x7b8f7b=_0xd25e4c;this['_executeRemoteChangeset'](_0x7b8f7b);}),this[_0x17af2c(0x4cf)]&&this[_0x17af2c(0x227)](),this['_awaitingChangeset']&&_0x41b61f[_0x17af2c(0x1cc)]&&(_0x41b61f[0x0][_0x17af2c(0x524)]=this[_0x17af2c(0x2e2)]());let _0xb8dac;if(this['_awaitingChangeset']&&_0x3ee9ca[_0x17af2c(0x1cc)]!==0x0)_0xb8dac=this[_0x17af2c(0x2a2)][_0x17af2c(0x623)](_0x1216ad,this['unitID'],this['type'],_0x41b61f[0x0],_0x3ee9ca,this[_0x17af2c(0x33f)],void 0x0);else{if(this[_0x17af2c(0x3ce)]&&_0x3ee9ca[_0x17af2c(0x1cc)]===0x0)_0x41b61f[0x0]['baseRev']=this[_0x17af2c(0x2e2)](),_0xb8dac=this['_injector'][_0x17af2c(0x623)](_0x327181,this['unitID'],this[_0x17af2c(0x1d1)],_0x41b61f[0x0],this[_0x17af2c(0x33f)]);else{if(_0x3ee9ca[_0x17af2c(0x1cc)]!==0x0){const _0x38a92d=this[_0x17af2c(0x2a2)][_0x17af2c(0x623)](_0x457666,this[_0x17af2c(0x605)],this[_0x17af2c(0x1d1)],_0x3ee9ca,this['_handler']);_0x38a92d[_0x17af2c(0x50e)](),_0xb8dac=_0x38a92d;}else _0xb8dac=this[_0x17af2c(0x2a2)][_0x17af2c(0x623)](_0x477aa6,this['unitID'],this[_0x17af2c(0x1d1)],this[_0x17af2c(0x33f)]);}}return _0xb8dac['_updateLocalCache'](),_0xb8dac;}catch(_0x564272){return this['_logService']['error'](_0x17af2c(0x62c),_0x17af2c(0x278),_0x564272),this['_injector'][_0x17af2c(0x623)](_0x26bcf4,this[_0x17af2c(0x605)],this[_0x17af2c(0x1d1)],this[_0x17af2c(0x3ce)],this['_pendingMutations'],this['_handler'],!0x1);}}[_0x5e0aad(0x508)](){const _0x3a58ed=_0x5e0aad;throw new Error(_0x3a58ed(0x4df));}[_0x5e0aad(0x3ff)](_0x5271c9){const _0x132134=_0x5e0aad;return this[_0x132134(0x621)][_0x132134(0x616)](_0x5271c9),this;}[_0x5e0aad(0x24f)](_0x429ee){const _0x4405dc=_0x5e0aad;return this[_0x4405dc(0x328)][_0x4405dc(0x616)](_0x429ee),this;}[_0x5e0aad(0x1cb)](_0x31fcdc){const _0x46f845=_0x5e0aad;if(this[_0x46f845(0x3ce)])return this[_0x46f845(0x4cf)]=this[_0x46f845(0x3ce)],this[_0x46f845(0x3ce)]=null,this;throw new Error('[FetchingMissState]:\x20not\x20expected\x20to\x20receive\x20ack\x20when\x20`this._awaitingChangeset`\x20is\x20null!');}['onRemoteRej'](_0x50fbbc){const _0x284e66=_0x5e0aad;return this[_0x284e66(0x50c)](!!(_0x50fbbc!=null&&_0x50fbbc['isPermissionRej']));}[_0x5e0aad(0x3a2)](){return this;}[_0x5e0aad(0x27e)](){const _0x20df50=_0x5e0aad;return this[_0x20df50(0x2a2)][_0x20df50(0x623)](_0x3c4b05,this[_0x20df50(0x605)],this['type'],this[_0x20df50(0x3ce)],this[_0x20df50(0x621)],this[_0x20df50(0x33f)]);}[_0x5e0aad(0x59f)](){return this;}[_0x5e0aad(0x50c)](_0x2946ca){const _0x3b1168=_0x5e0aad;return this['_injector'][_0x3b1168(0x623)](_0x26bcf4,this[_0x3b1168(0x605)],this[_0x3b1168(0x1d1)],this[_0x3b1168(0x3ce)],this[_0x3b1168(0x621)],this[_0x3b1168(0x33f)],_0x2946ca);}};_0x17b881=_0x423c6b([_0x1ce875(0x7,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['Injector'])),_0x1ce875(0x8,_0x260eff[_0x5e0aad(0x34e)](_0x11d062[_0x5e0aad(0x4c8)])),_0x1ce875(0x9,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x257)])),_0x1ce875(0xa,_0x260eff[_0x5e0aad(0x5a8)]),_0x1ce875(0xb,_0x260eff[_0x5e0aad(0x61f)]),_0x1ce875(0xc,_0x260eff[_0x5e0aad(0x4f7)]),_0x1ce875(0xd,_0x11d062[_0x5e0aad(0x365)])],_0x17b881);function _0x2f01f7(_0x310a5b,_0x478da7,_0x114171,_0x1f6ee2,_0x155853,_0x13737f){const _0x3527fe=_0x5e0aad;return _0x1f6ee2&&_0x155853['length']?_0x310a5b[_0x3527fe(0x623)](_0x1216ad,_0x478da7,_0x114171,_0x1f6ee2,_0x155853,_0x13737f,void 0x0):_0x1f6ee2?_0x310a5b['createInstance'](_0x327181,_0x478da7,_0x114171,_0x1f6ee2,_0x13737f):_0x155853['length']?_0x310a5b['createInstance'](_0x457666,_0x478da7,_0x114171,_0x155853,_0x13737f):_0x310a5b[_0x3527fe(0x623)](_0x477aa6,_0x478da7,_0x114171,_0x13737f);}var _0x21450b=Object['defineProperty'],_0x1f2efa=Object[_0x5e0aad(0x585)],_0x22b668=(_0x48ea56,_0x89e95,_0x583680,_0x292ecb)=>{for(var _0x4355fa=_0x292ecb>0x1?void 0x0:_0x292ecb?_0x1f2efa(_0x89e95,_0x583680):_0x89e95,_0x5615b6=_0x48ea56['length']-0x1,_0xf864c3;_0x5615b6>=0x0;_0x5615b6--)(_0xf864c3=_0x48ea56[_0x5615b6])&&(_0x4355fa=(_0x292ecb?_0xf864c3(_0x89e95,_0x583680,_0x4355fa):_0xf864c3(_0x4355fa))||_0x4355fa);return _0x292ecb&&_0x4355fa&&_0x21450b(_0x89e95,_0x583680,_0x4355fa),_0x4355fa;},_0x51ce1f=(_0x416424,_0x17c53f)=>(_0x2dac67,_0x549232)=>_0x17c53f(_0x2dac67,_0x549232,_0x416424);_0xc68ebf[_0x5e0aad(0x5db)]=class extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(_0x18f111,_0x23bac6,_0x3127b2,_0x50ebe6,_0x3a0274,_0xbe82b3,_0x34d5ca,_0x58aaa7,_0x181942,_0x571125,_0x47d61e,_0x4b0773,_0x3b2887){const _0xdd7415=_0x5e0aad;super(),_0x133e34(this,_0xdd7415(0x603),new _0x543965['BehaviorSubject'](null)),_0x133e34(this,_0xdd7415(0x352),this[_0xdd7415(0x603)][_0xdd7415(0x211)]()),_0x133e34(this,_0xdd7415(0x634)),_0x133e34(this,_0xdd7415(0x341),!0x1),_0x133e34(this,'_changesetSessionId',''),_0x133e34(this,_0xdd7415(0x1fa),0x0),_0x133e34(this,_0xdd7415(0x29b),this[_0xdd7415(0x352)][_0xdd7415(0x4f6)](_0x543965[_0xdd7415(0x2f4)](_0x14abf5=>_0x14abf5?_0x14abf5[_0xdd7415(0x52a)]:_0x198fc6['OFFLINE']),_0x543965[_0xdd7415(0x530)](0x1))),_0x133e34(this,_0xdd7415(0x626),!0x1),_0x133e34(this,_0xdd7415(0x478),[]),(this[_0xdd7415(0x605)]=_0x18f111,this[_0xdd7415(0x456)]=_0x23bac6,this[_0xdd7415(0x3f2)]=_0x3127b2,this['_injector']=_0x50ebe6,this['_localCacheService']=_0x3a0274,this[_0xdd7415(0x343)]=_0xbe82b3,this['_localeService']=_0x34d5ca,this['_revisionService']=_0x58aaa7,this[_0xdd7415(0x250)]=_0x181942,this[_0xdd7415(0x589)]=_0x571125,this[_0xdd7415(0x20c)]=_0x47d61e,this[_0xdd7415(0x368)]=_0x4b0773,this[_0xdd7415(0x451)]=_0x3b2887);}get[_0x5e0aad(0x59b)](){const _0xe2f7e8=_0x5e0aad;return this[_0xe2f7e8(0x634)];}async[_0x5e0aad(0x57f)](){const _0x5635c8=_0x5e0aad;if(this[_0x5635c8(0x59b)])throw new Error(_0x5635c8(0x199));await this[_0x5635c8(0x1de)]();}['pauseCollaboration'](){const _0xeef46b=_0x5e0aad;return this[_0xeef46b(0x341)]=!0x0,_0x260eff[_0xeef46b(0x36e)](()=>{const _0x2e1f26=_0xeef46b;this[_0x2e1f26(0x341)]=!0x1,this[_0x2e1f26(0x203)]();});}[_0x5e0aad(0x304)](_0x4b3ee1){const _0x587205=_0x5e0aad;this[_0x587205(0x634)]=_0x4b3ee1,this[_0x587205(0x603)][_0x587205(0x4ca)](_0x4b3ee1);}async[_0x5e0aad(0x1de)](){const _0x56cbfd=_0x5e0aad;var _0x2cf825;this[_0x56cbfd(0x304)](await this[_0x56cbfd(0x1a3)]()),this[_0x56cbfd(0x451)]&&((_0x2cf825=this['_singleActiveUnitService'])==null||_0x2cf825[_0x56cbfd(0x487)](this['unitID']),this['disposeWithMe'](this[_0x56cbfd(0x451)][_0x56cbfd(0x25c)](this[_0x56cbfd(0x605)])[_0x56cbfd(0x19e)](_0x7dcb4f=>{const _0x5202d1=_0x56cbfd;this[_0x5202d1(0x250)][_0x5202d1(0x54f)](_0x5202d1(0x47e),_0x5202d1(0x23a),_0x7dcb4f),_0x7dcb4f===_0x46ebf0[_0x5202d1(0x3aa)]?(this[_0x5202d1(0x20c)]['show']({'content':this[_0x5202d1(0x3a4)]['t']('collaboration.single-unit.warning'),'type':_0x5b25cc[_0x5202d1(0x363)][_0x5202d1(0x4a1)]}),this['_permissionService'][_0x5202d1(0x4ed)](new _0x47516e[(_0x5202d1(0x45b))](this[_0x5202d1(0x605)])['id'],!0x1),this[_0x5202d1(0x368)]['setShowComponents'](!0x1)):(this['_permissionService'][_0x5202d1(0x4ed)](new _0x47516e[(_0x5202d1(0x45b))](this[_0x5202d1(0x605)])['id'],!0x0),this[_0x5202d1(0x368)][_0x5202d1(0x4dc)](!0x0));})));let _0x536b78=!0x1;return this[_0x56cbfd(0x539)](this[_0x56cbfd(0x456)][_0x56cbfd(0x361)][_0x56cbfd(0x19e)](_0x2dce00=>{const _0x29e565=_0x56cbfd;_0x2dce00===_0x55a137['ONLINE']?this['_toggleOnline'](_0x536b78):_0x2dce00===_0x55a137[_0x29e565(0x269)]&&(_0x536b78=!0x0,this[_0x29e565(0x362)]());})),this[_0x56cbfd(0x539)](this['session'][_0x56cbfd(0x19a)][_0x56cbfd(0x19e)](_0x2f5742=>{const _0x461227=_0x56cbfd;try{switch(_0x2f5742[_0x461227(0x485)]){case _0x11d062[_0x461227(0x44c)]['NEW_CHANGESETS']:{this['_onRemoteChangeset'](_0x11d062[_0x461227(0x5df)](_0x2f5742['data']));break;}case _0x11d062['CollaborationEvent'][_0x461227(0x1b5)]:{this[_0x461227(0x4f5)](_0x2f5742[_0x461227(0x4ff)]);break;}case _0x11d062['CollaborationEvent'][_0x461227(0x5ee)]:{this[_0x461227(0x571)]();break;}case _0x11d062[_0x461227(0x44c)][_0x461227(0x4e4)]:{this['_onRemoteRetry'](_0x2f5742[_0x461227(0x4ff)]);break;}case _0x11d062[_0x461227(0x44c)][_0x461227(0x5d8)]:{this[_0x461227(0x29c)](_0x2f5742[_0x461227(0x4ff)][_0x461227(0x1e4)][_0x461227(0x2f4)](_0x4ec47a=>_0x11d062[_0x461227(0x5df)](_0x4ec47a)));break;}case _0x11d062[_0x461227(0x44c)]['PERMISSION_REJ']:this[_0x461227(0x571)]({'isPermissionRej':!0x0});}}catch(_0x56b2de){throw console[_0x461227(0x346)]('Error\x20on\x20receiving\x20event',_0x56b2de),_0x56b2de;}})),this[_0x56cbfd(0x634)];}['_unlockTransition'](){const _0x44a7e8=_0x5e0aad;this[_0x44a7e8(0x626)]=!0x1;}[_0x5e0aad(0x2eb)](){const _0x98dc80=_0x5e0aad;if(this[_0x98dc80(0x626)])throw new Error('[CollaborationEntity]:\x20cannot\x20lock\x20transition\x20twice!\x20This\x20is\x20an\x20implementation\x20error,\x20meaning\x20you\x20transit\x20the\x20collaboration\x20state\x20again\x20in\x20the\x20process\x20of\x20a\x20previous\x20transition.\x20This\x20should\x20never\x20happen.');this[_0x98dc80(0x626)]=!0x0;}['_onLocalMutation'](_0x534229){const _0x5bceed=_0x5e0aad;this[_0x5bceed(0x2eb)](),this['_updateState'](this[_0x5bceed(0x634)][_0x5bceed(0x3ff)](_0x534229)),this['_unlockTransition']();}['_onRemoteChangeset'](_0x3204b0){const _0x184b10=_0x5e0aad;if(!(_0x3204b0[_0x184b10(0x544)]<=this['_revisionService'][_0x184b10(0x36c)](this[_0x184b10(0x605)]))){if(this[_0x184b10(0x341)]){this[_0x184b10(0x478)][_0x184b10(0x616)](_0x3204b0);return;}this[_0x184b10(0x45a)](_0x3204b0);}}['_exhaustRemoteChangesetQueue'](){const _0x18efc6=_0x5e0aad;this['_remoteChangesetQueue']['forEach'](_0x2d4215=>this['_applyRemoteChangeset'](_0x2d4215)),this[_0x18efc6(0x478)]=[];}[_0x5e0aad(0x45a)](_0xf7cce7){const _0x19939f=_0x5e0aad,_0x221a30=this[_0x19939f(0x343)]['interceptor'][_0x19939f(0x60b)](this['_compressMutationService'][_0x19939f(0x30b)]['getInterceptPoints']()[_0x19939f(0x331)])(_0xf7cce7[_0x19939f(0x3fa)],null)||_0xf7cce7[_0x19939f(0x3fa)],_0x5c7453={..._0xf7cce7,'mutations':_0x221a30};this[_0x19939f(0x2eb)](),this[_0x19939f(0x304)](this[_0x19939f(0x634)][_0x19939f(0x24f)](_0x5c7453)),this[_0x19939f(0x32e)]();}[_0x5e0aad(0x4f5)](_0x2465ee){const _0x15c90b=_0x5e0aad;this[_0x15c90b(0x2eb)](),this[_0x15c90b(0x304)](this[_0x15c90b(0x634)][_0x15c90b(0x1cb)](_0x2465ee)),this[_0x15c90b(0x32e)]();}[_0x5e0aad(0x571)](_0x4628c5){const _0x3526e4=_0x5e0aad;this[_0x3526e4(0x2eb)](),this[_0x3526e4(0x304)](this[_0x3526e4(0x634)][_0x3526e4(0x212)](_0x4628c5)),this[_0x3526e4(0x32e)]();}['_onRemoteRetry'](_0x15dac0){const _0x394df4=_0x5e0aad;this[_0x394df4(0x2eb)](),this[_0x394df4(0x304)](this['_state'][_0x394df4(0x3a2)](_0x15dac0)),this['_unlockTransition']();}[_0x5e0aad(0x29c)](_0x217772){const _0xd89e44=_0x5e0aad;if(!(this[_0xd89e44(0x634)]instanceof _0x17b881))throw new TypeError(_0xd89e44(0x569));const _0x3d13f5=_0x217772['map'](_0x42221c=>{const _0x5bb318=_0xd89e44,_0x34c17f=this[_0x5bb318(0x343)][_0x5bb318(0x30b)]['fetchThroughInterceptors'](this[_0x5bb318(0x343)][_0x5bb318(0x30b)]['getInterceptPoints']()[_0x5bb318(0x331)])(_0x42221c['mutations'],null)||_0x42221c[_0x5bb318(0x3fa)];return{..._0x42221c,'mutations':_0x34c17f};});this['_lockTransition'](),this['_updateState'](this[_0xd89e44(0x634)][_0xd89e44(0x390)](_0x3d13f5)),this[_0xd89e44(0x32e)]();}[_0x5e0aad(0x362)](){const _0x25d5ec=_0x5e0aad;this[_0x25d5ec(0x2eb)](),this[_0x25d5ec(0x304)](this[_0x25d5ec(0x634)]['toggleOffline']()),this[_0x25d5ec(0x32e)]();}['_toggleOnline'](_0x426cf7=!0x1){const _0x461e33=_0x5e0aad;this[_0x461e33(0x2eb)](),this[_0x461e33(0x304)](this[_0x461e33(0x634)][_0x461e33(0x59f)]()),this[_0x461e33(0x32e)]();const _0x2c5147=this[_0x461e33(0x634)];_0x426cf7&&_0x2c5147 instanceof _0x477aa6&&(this['_lockTransition'](),this[_0x461e33(0x304)](_0x2c5147[_0x461e33(0x63a)]()),this['_unlockTransition']());}async[_0x5e0aad(0x1a3)](){return new Promise(_0x36650e=>{const _0x23e1dd=_0x4e9c;this['session'][_0x23e1dd(0x361)][_0x23e1dd(0x4f6)](_0x543965['take'](0x1))[_0x23e1dd(0x19e)](async _0x1a1fbc=>{const _0x1eb07f=_0x23e1dd;_0x36650e(await this[_0x1eb07f(0x62d)](_0x1a1fbc===_0x55a137[_0x1eb07f(0x356)]));});});}[_0x5e0aad(0x310)](){const _0x13a87d=_0x5e0aad,_0x5e5b36=this[_0x13a87d(0x605)];return{'onStateChange':(_0x5af6c8,_0x18a0ff)=>{const _0x3fa7cc=_0x13a87d;if(_0x5af6c8!==this['_state'])throw new Error(_0x3fa7cc(0x3eb)+_0x5af6c8[_0x3fa7cc(0x52a)]+_0x3fa7cc(0x54a)+_0x18a0ff['status']+_0x3fa7cc(0x264)+this[_0x3fa7cc(0x634)]['status']);this[_0x3fa7cc(0x304)](_0x18a0ff);},'onSendChangeset':_0x143db0=>{const _0x4f5e24=_0x13a87d;_0x143db0[_0x4f5e24(0x1e5)]||(_0x143db0[_0x4f5e24(0x1e5)]=this[_0x4f5e24(0x3af)],_0x143db0[_0x4f5e24(0x644)]=++this[_0x4f5e24(0x1fa)]);const _0x32a2c8={'eventID':_0x11d062[_0x4f5e24(0x44c)][_0x4f5e24(0x271)],'data':{'unitID':_0x143db0[_0x4f5e24(0x605)],'unitType':this[_0x4f5e24(0x3f2)],'changeset':_0x143db0,'memberID':this[_0x4f5e24(0x456)][_0x4f5e24(0x28a)]()}};this[_0x4f5e24(0x456)][_0x4f5e24(0x625)](_0x32a2c8,this[_0x4f5e24(0x605)]);},'onMissingChangesets':({from:_0x3c5e3f,to:_0x386b43})=>{const _0x44af79=_0x13a87d;this[_0x44af79(0x250)][_0x44af79(0x54f)](_0x44af79(0x47e),_0x44af79(0x2d2)+_0x3c5e3f+_0x44af79(0x4a3)+_0x386b43);const _0x281791={'eventID':_0x11d062['CollaborationEvent'][_0x44af79(0x473)],'data':{'unitID':_0x5e5b36,'unitType':this[_0x44af79(0x3f2)],'from':_0x3c5e3f,'to':_0x386b43}};this[_0x44af79(0x456)][_0x44af79(0x625)](_0x281791,this[_0x44af79(0x605)]);}};}async['_createInitialStateImpl'](_0x152190){const _0x1b67d4=_0x5e0aad;var _0xa545b4,_0x1967ae;const _0x28b75b=await this[_0x1b67d4(0x5bd)][_0x1b67d4(0x4ba)](this[_0x1b67d4(0x605)]),_0x3d2fc4=(_0xa545b4=_0x28b75b==null?void 0x0:_0x28b75b[_0x1b67d4(0x3fa)])!=null?_0xa545b4:[],_0x42819c=(_0x1967ae=_0x28b75b==null?void 0x0:_0x28b75b[_0x1b67d4(0x2a9)])!=null?_0x1967ae:null,_0x45ce9a=!!(_0x42819c!=null&&_0x42819c['sid'])&&!!(_0x42819c!=null&&_0x42819c[_0x1b67d4(0x644)]);this[_0x1b67d4(0x3af)]=_0x45ce9a?_0x42819c[_0x1b67d4(0x1e5)]:_0x673fa3(),this[_0x1b67d4(0x1fa)]=_0x45ce9a?_0x42819c[_0x1b67d4(0x644)]:0x0;const _0x4371dc=this['unitID'];try{this['_replayCachedMutations'](_0x42819c,_0x3d2fc4);}catch(_0x28a24b){this[_0x1b67d4(0x250)][_0x1b67d4(0x346)](_0x28a24b);}const _0xee958c=this['_createHandler']();if(_0x152190){const _0x1ca862=_0x2f01f7(this[_0x1b67d4(0x2a2)],_0x4371dc,this[_0x1b67d4(0x3f2)],_0x42819c,_0x3d2fc4,_0xee958c);return _0x1ca862 instanceof _0x457666?_0x1ca862[_0x1b67d4(0x50e)]():(_0x1ca862 instanceof _0x1216ad||_0x1ca862 instanceof _0x327181)&&_0x1ca862[_0x1b67d4(0x508)](),_0x1ca862;}return this[_0x1b67d4(0x2a2)][_0x1b67d4(0x623)](_0x3c4b05,_0x4371dc,this['_type'],_0x42819c,_0x3d2fc4,_0xee958c);}['_replayCachedMutations'](_0x2c2e3f,_0x4f378c){const _0x126a5a=_0x5e0aad;var _0x40d8b2,_0x3952b9;const _0x3277a8=this[_0x126a5a(0x343)]['interceptor']['fetchThroughInterceptors'](this[_0x126a5a(0x343)][_0x126a5a(0x30b)][_0x126a5a(0x364)]()[_0x126a5a(0x331)]);(_0x40d8b2=_0x3277a8((_0x2c2e3f==null?void 0x0:_0x2c2e3f['mutations'])||[],null))==null||_0x40d8b2[_0x126a5a(0x5f7)](_0x159098=>this[_0x126a5a(0x589)][_0x126a5a(0x336)](_0x159098['id'],_0x159098[_0x126a5a(0x469)])),(_0x3952b9=_0x3277a8(_0x4f378c||[],null))==null||_0x3952b9['forEach'](_0x543427=>this['_commandService'][_0x126a5a(0x336)](_0x543427['id'],_0x543427[_0x126a5a(0x469)]));}},_0xc68ebf[_0x5e0aad(0x5db)]=_0x22b668([_0x51ce1f(0x3,_0x260eff['Inject'](_0x260eff[_0x5e0aad(0x263)])),_0x51ce1f(0x4,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf['LocalCacheService'])),_0x51ce1f(0x5,_0x260eff[_0x5e0aad(0x34e)](_0x11d062[_0x5e0aad(0x2f8)])),_0x51ce1f(0x6,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x2a3)])),_0x51ce1f(0x7,_0x260eff[_0x5e0aad(0x34e)](_0x11d062[_0x5e0aad(0x4c8)])),_0x51ce1f(0x8,_0x260eff[_0x5e0aad(0x5a8)]),_0x51ce1f(0x9,_0x260eff[_0x5e0aad(0x61f)]),_0x51ce1f(0xa,_0x604b87[_0x5e0aad(0x2e1)]),_0x51ce1f(0xb,_0x260eff[_0x5e0aad(0x62a)]),_0x51ce1f(0xc,_0x260eff[_0x5e0aad(0x502)](_0x34d4d6))],_0xc68ebf[_0x5e0aad(0x5db)]),_0xc68ebf[_0x5e0aad(0x1bc)]=class extends _0xc68ebf[_0x5e0aad(0x5db)]{constructor(_0x439236,_0x30f561,_0x57ab4a,_0x80b273,_0x9ffe57,_0x2bf896,_0x50003b,_0x1cfda6,_0x2146f6,_0x465b81,_0x1cfcd7,_0x1a2995,_0x5c5ecc,_0x599206,_0x41a4ee,_0x364f68,_0x57857d,_0x24efd4){const _0xf4061b=_0x5e0aad;super(_0x439236,_0x57ab4a,_0x30f561,_0x80b273,_0x9ffe57,_0x2bf896,_0x50003b,_0x1cfda6,_0x599206,_0x41a4ee,_0x364f68,_0x57857d,_0x24efd4),this['unitID']=_0x439236,this['type']=_0x30f561,this[_0xf4061b(0x50f)]=_0x2146f6,this[_0xf4061b(0x1b3)]=_0x465b81,this[_0xf4061b(0x284)]=_0x1cfcd7,this['_docTransformSelectionsService']=_0x1a2995,this[_0xf4061b(0x49e)]=_0x5c5ecc;}[_0x5e0aad(0x310)](){const _0x13df9b=_0x5e0aad,_0x2f856d=super['_createHandler']();return _0x2f856d[_0x13df9b(0x509)]=_0xfb2487=>this[_0x13df9b(0x1b3)]['transformIMECache'](_0xfb2487),_0x2f856d['onTransformState']=_0x382aa0=>this['_docTransformStateCacheService'][_0x13df9b(0x62e)](_0x382aa0),_0x2f856d[_0x13df9b(0x2f1)]=_0x1e6338=>this['_docTransformSelectionsService'][_0x13df9b(0x612)](_0x1e6338),_0x2f856d[_0x13df9b(0x312)]=_0xe665d0=>this[_0x13df9b(0x49e)]['syncEditingCollabCursor'](_0xe665d0),_0x2f856d[_0x13df9b(0x5ad)]=_0x583602=>this[_0x13df9b(0x1b3)][_0x13df9b(0x4bd)](_0x583602),_0x2f856d[_0x13df9b(0x5cc)]=_0x3643d3=>this['_docTransformStateCacheService']['transformRemoteChangeset'](_0x3643d3),_0x2f856d;}async['_init'](){const _0x430e62=_0x5e0aad,_0x2d1051=await super[_0x430e62(0x1de)]();return this[_0x430e62(0x50f)][_0x430e62(0x202)]['pipe'](_0x543965['takeUntil'](this[_0x430e62(0x34a)]))[_0x430e62(0x19e)](_0x243510=>{const _0x5769d9=_0x430e62;if(_0x243510==null)return;const {unitId:_0x119514,redoState:_0x4773a6,commandId:_0x1d488f}=_0x243510;if(_0x119514!==this['unitID'])return;const _0x42f885={'id':_0x1d488f,'type':_0x260eff[_0x5769d9(0x47c)]['MUTATION'],'params':{'unitId':_0x119514,'actions':_0x4773a6[_0x5769d9(0x3d6)],'textRanges':null}};this['_onLocalMutation'](_0x42f885);}),_0x2d1051;}},_0xc68ebf[_0x5e0aad(0x1bc)]=_0x22b668([_0x51ce1f(0x3,_0x260eff['Inject'](_0x260eff['Injector'])),_0x51ce1f(0x4,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x257)])),_0x51ce1f(0x5,_0x260eff[_0x5e0aad(0x34e)](_0x11d062[_0x5e0aad(0x2f8)])),_0x51ce1f(0x6,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x2a3)])),_0x51ce1f(0x7,_0x260eff[_0x5e0aad(0x34e)](_0x11d062[_0x5e0aad(0x4c8)])),_0x51ce1f(0x8,_0x260eff[_0x5e0aad(0x34e)](_0x1517b1['DocStateChangeManagerService'])),_0x51ce1f(0x9,_0x260eff['Inject'](_0x517100)),_0x51ce1f(0xa,_0x260eff[_0x5e0aad(0x34e)](_0x567b03)),_0x51ce1f(0xb,_0x260eff[_0x5e0aad(0x34e)](_0x4fa77a)),_0x51ce1f(0xc,_0x260eff['Inject'](_0x5a52b4)),_0x51ce1f(0xd,_0x260eff[_0x5e0aad(0x5a8)]),_0x51ce1f(0xe,_0x260eff['ICommandService']),_0x51ce1f(0xf,_0x604b87['IMessageService']),_0x51ce1f(0x10,_0x260eff['IPermissionService']),_0x51ce1f(0x11,_0x260eff['Optional'](_0x34d4d6))],_0xc68ebf[_0x5e0aad(0x1bc)]),_0xc68ebf[_0x5e0aad(0x628)]=class extends _0xc68ebf[_0x5e0aad(0x5db)]{constructor(_0x2123e9,_0x219022,_0x2433db,_0x37bb48,_0x8f6194,_0x187475,_0x6d8b25,_0x401ee3,_0x14d161,_0x4e4778,_0x7500db,_0x2fb1ed,_0x9a9d68,_0x41ac34){const _0x26f6c0=_0x5e0aad;super(_0x2123e9,_0x2433db,_0x219022,_0x37bb48,_0x8f6194,_0x187475,_0x6d8b25,_0x401ee3,_0x4e4778,_0x7500db,_0x2fb1ed,_0x9a9d68,_0x41ac34),this[_0x26f6c0(0x605)]=_0x2123e9,this[_0x26f6c0(0x1d1)]=_0x219022,this['_sheetTransformSelectionsService']=_0x14d161;}[_0x5e0aad(0x310)](){const _0x5b8c37=_0x5e0aad,_0x219810=super[_0x5b8c37(0x310)]();return _0x219810['onTransformSelections']=_0x29dad5=>this[_0x5b8c37(0x4e1)][_0x5b8c37(0x612)](_0x29dad5),_0x219810;}async[_0x5e0aad(0x1de)](){const _0x1d7cd5=_0x5e0aad,_0x331ad9=await super['_init']();return this[_0x1d7cd5(0x539)](this[_0x1d7cd5(0x589)][_0x1d7cd5(0x34c)]((_0xee4162,_0x5c2724)=>{const _0x2aa110=_0x1d7cd5;if(_0xee4162[_0x2aa110(0x1d1)]!==_0x260eff[_0x2aa110(0x47c)][_0x2aa110(0x4da)]||_0x5c2724!=null&&_0x5c2724[_0x2aa110(0x59d)]||_0x5c2724!=null&&_0x5c2724['onlyLocal'])return;const _0x469249=_0xee4162['params'];if((_0x469249==null?void 0x0:_0x469249[_0x2aa110(0x1e1)])!==this[_0x2aa110(0x605)])return;const _0x9b5885=_0xee4162,_0x33b1bd=this['_compressMutationService']['interceptor'][_0x2aa110(0x60b)](this[_0x2aa110(0x343)][_0x2aa110(0x30b)][_0x2aa110(0x364)]()['COMPRESS_MUTATION_SEND'])([_0x9b5885],null)||[_0x9b5885];this[_0x2aa110(0x43f)](_0x33b1bd[0x0]);})),_0x331ad9;}},_0xc68ebf[_0x5e0aad(0x628)]=_0x22b668([_0x51ce1f(0x3,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x51ce1f(0x4,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x257)])),_0x51ce1f(0x5,_0x260eff[_0x5e0aad(0x34e)](_0x11d062[_0x5e0aad(0x2f8)])),_0x51ce1f(0x6,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['LocaleService'])),_0x51ce1f(0x7,_0x260eff['Inject'](_0x11d062[_0x5e0aad(0x4c8)])),_0x51ce1f(0x8,_0x260eff[_0x5e0aad(0x34e)](_0x5642f4)),_0x51ce1f(0x9,_0x260eff[_0x5e0aad(0x5a8)]),_0x51ce1f(0xa,_0x260eff[_0x5e0aad(0x61f)]),_0x51ce1f(0xb,_0x604b87['IMessageService']),_0x51ce1f(0xc,_0x260eff['IPermissionService']),_0x51ce1f(0xd,_0x260eff[_0x5e0aad(0x502)](_0x34d4d6))],_0xc68ebf['SheetCollaborationEntity']);var _0x38c45e=Object[_0x5e0aad(0x2e4)],_0xcf7b72=Object[_0x5e0aad(0x585)],_0x4f90f6=(_0x24d4de,_0x19040e,_0x2634e9,_0x3328ec)=>{const _0x9740cb=_0x5e0aad;for(var _0x318ce4=_0x3328ec>0x1?void 0x0:_0x3328ec?_0xcf7b72(_0x19040e,_0x2634e9):_0x19040e,_0x14cfa0=_0x24d4de[_0x9740cb(0x1cc)]-0x1,_0x48b92c;_0x14cfa0>=0x0;_0x14cfa0--)(_0x48b92c=_0x24d4de[_0x14cfa0])&&(_0x318ce4=(_0x3328ec?_0x48b92c(_0x19040e,_0x2634e9,_0x318ce4):_0x48b92c(_0x318ce4))||_0x318ce4);return _0x3328ec&&_0x318ce4&&_0x38c45e(_0x19040e,_0x2634e9,_0x318ce4),_0x318ce4;},_0x14d384=(_0x36f2b7,_0x38a5a5)=>(_0x18d49f,_0x432bca)=>_0x38a5a5(_0x18d49f,_0x432bca,_0x36f2b7);_0xc68ebf[_0x5e0aad(0x414)]=class extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(_0x5a32e4,_0x34b04d,_0x288f71){const _0x29dca2=_0x5e0aad;super(),_0x133e34(this,'_entities',new Map()),_0x133e34(this,_0x29dca2(0x433),new _0x543965[(_0x29dca2(0x547))]()),(this['_injector']=_0x5a32e4,this[_0x29dca2(0x1bf)]=_0x34b04d,this['_univerInstanceService']=_0x288f71,this[_0x29dca2(0x1de)]());}[_0x5e0aad(0x5f0)](){const _0xda3ac9=_0x5e0aad;super['dispose'](),this[_0xda3ac9(0x528)][_0xda3ac9(0x5f7)](_0x159c8f=>_0x159c8f[_0xda3ac9(0x5f0)]()),this['_entities'][_0xda3ac9(0x454)]();}[_0x5e0aad(0x5dc)](_0x42b126){const _0x291ab1=_0x5e0aad;var _0x3d8ecb;return(_0x3d8ecb=this['_entities'][_0x291ab1(0x391)](_0x42b126))!=null?_0x3d8ecb:null;}[_0x5e0aad(0x33a)](_0x498f1d){const _0x7f0024=_0x5e0aad,_0x43732f=this[_0x7f0024(0x5dc)](_0x498f1d);return _0x43732f?_0x543965['of'](_0x43732f):this['_entityInit$'][_0x7f0024(0x4f6)](_0x59f7e7[_0x7f0024(0x2d9)](_0xba90c4=>_0xba90c4[_0x7f0024(0x605)]===_0x498f1d));}[_0x5e0aad(0x1de)](){const _0xe68d4c=_0x5e0aad;this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x260eff[_0xe68d4c(0x3d8)]['UNIVER_SHEET'])[_0xe68d4c(0x4f6)](_0x543965[_0xe68d4c(0x248)](this[_0xe68d4c(0x34a)]),_0x59f7e7[_0xe68d4c(0x41d)](0x10))[_0xe68d4c(0x19e)](async _0xdb11ce=>{const _0x5eafd0=_0xe68d4c,_0x51299b=_0xdb11ce['getUnitId'](),_0x1a1671=await this[_0x5eafd0(0x54c)](_0x51299b,_0x376044[_0x5eafd0(0x31f)]);this[_0x5eafd0(0x528)][_0x5eafd0(0x5f3)](_0x51299b,_0x1a1671);}),this['_univerInstanceService']['getTypeOfUnitAdded$'](_0x260eff[_0xe68d4c(0x3d8)]['UNIVER_DOC'])[_0xe68d4c(0x4f6)](_0x543965[_0xe68d4c(0x248)](this[_0xe68d4c(0x34a)]),_0x59f7e7[_0xe68d4c(0x41d)](0x10))[_0xe68d4c(0x4f6)](_0x59f7e7['filter'](_0x2d248a=>!_0x2d248a[_0xe68d4c(0x1d7)]()['startsWith']('__')))[_0xe68d4c(0x19e)](async _0x3c328d=>{const _0x349fb4=_0xe68d4c,_0x23bbe4=_0x3c328d[_0x349fb4(0x1d7)](),_0x1917ba=await this[_0x349fb4(0x54c)](_0x23bbe4,_0x376044[_0x349fb4(0x246)]);this[_0x349fb4(0x528)][_0x349fb4(0x5f3)](_0x23bbe4,_0x1917ba);}),_0x543965[_0xe68d4c(0x3ad)](this[_0xe68d4c(0x434)][_0xe68d4c(0x5ff)](_0x260eff[_0xe68d4c(0x3d8)][_0xe68d4c(0x31f)]),this[_0xe68d4c(0x434)][_0xe68d4c(0x5ff)](_0x260eff[_0xe68d4c(0x3d8)][_0xe68d4c(0x246)]))[_0xe68d4c(0x4f6)](_0x543965[_0xe68d4c(0x248)](this['dispose$']))['subscribe'](_0x2aab9c=>{const _0x2848df=_0xe68d4c,_0x15cdd8=_0x2aab9c[_0x2848df(0x1d7)](),_0x1658ab=this['_entities'][_0x2848df(0x391)](_0x15cdd8);_0x1658ab&&(_0x1658ab[_0x2848df(0x5f0)](),this[_0x2848df(0x528)]['delete'](_0x15cdd8));});}async[_0x5e0aad(0x54c)](_0x32fc95,_0x12e5c4){const _0x300453=_0x5e0aad,_0x3b87c8=await this[_0x300453(0x1bf)][_0x300453(0x2b1)](_0x32fc95),_0x8ef10b=this[_0x300453(0x2a2)][_0x300453(0x623)](this[_0x300453(0x3bb)](_0x12e5c4),_0x32fc95,_0x12e5c4,_0x3b87c8);return await _0x8ef10b[_0x300453(0x57f)](),this[_0x300453(0x433)][_0x300453(0x4ca)](_0x8ef10b),_0x8ef10b;}[_0x5e0aad(0x3bb)](_0x37c2e9){const _0xa7b620=_0x5e0aad;switch(_0x37c2e9){case _0x376044['UNIVER_DOC']:return _0xc68ebf[_0xa7b620(0x1bc)];case _0x376044[_0xa7b620(0x31f)]:return _0xc68ebf[_0xa7b620(0x628)];default:throw new Error(_0xa7b620(0x429)+_0x37c2e9);}}},_0xc68ebf[_0x5e0aad(0x414)]=_0x4f90f6([_0x14d384(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x14d384(0x1,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x573)])),_0x14d384(0x2,_0x260eff[_0x5e0aad(0x44d)])],_0xc68ebf[_0x5e0aad(0x414)]);const _0x2a1707=[_0x5e0aad(0x29d),'jiqing500',_0x5e0aad(0x3f5),_0x5e0aad(0x4dd),_0x5e0aad(0x5af),_0x5e0aad(0x64a)];class _0xdcd0b5 extends _0x260eff['Disposable']{constructor(){const _0x43c17c=_0x5e0aad;super(...arguments),_0x133e34(this,_0x43c17c(0x25f),new Map()),_0x133e34(this,_0x43c17c(0x289),0x0);}[_0x5e0aad(0x2c5)](_0xc7c0eb){const _0x57b8de=_0x5e0aad;if(this[_0x57b8de(0x25f)]['has'](_0xc7c0eb))return this['_assignedColors'][_0x57b8de(0x391)](_0xc7c0eb);const _0x36c30e=_0x2a1707[this[_0x57b8de(0x289)]];return this[_0x57b8de(0x289)]=(this['_colorIndex']+0x1)%_0x2a1707[_0x57b8de(0x1cc)],this[_0x57b8de(0x25f)][_0x57b8de(0x5f3)](_0xc7c0eb,_0x36c30e),_0x36c30e;}}var _0x125f51=Object[_0x5e0aad(0x2e4)],_0x1235bf=Object[_0x5e0aad(0x585)],_0x3aa549=(_0xaac8aa,_0x36b839,_0x50a737,_0x587b31)=>{const _0x1a31cf=_0x5e0aad;for(var _0x40accd=_0x587b31>0x1?void 0x0:_0x587b31?_0x1235bf(_0x36b839,_0x50a737):_0x36b839,_0x2c059f=_0xaac8aa[_0x1a31cf(0x1cc)]-0x1,_0x2bc727;_0x2c059f>=0x0;_0x2c059f--)(_0x2bc727=_0xaac8aa[_0x2c059f])&&(_0x40accd=(_0x587b31?_0x2bc727(_0x36b839,_0x50a737,_0x40accd):_0x2bc727(_0x40accd))||_0x40accd);return _0x587b31&&_0x40accd&&_0x125f51(_0x36b839,_0x50a737,_0x40accd),_0x40accd;},_0x275208=(_0x264555,_0x15fc79)=>(_0x4bfc07,_0x3f7c02)=>_0x15fc79(_0x4bfc07,_0x3f7c02,_0x264555);const _0xf728f1=0x12c,_0x10be5b=0x64;let _0x3da8a8=class extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(_0x37056b,_0xf6f99c,_0x53fa10,_0x32c1b1,_0x1d670f,_0xc7f2ec,_0x38f80f,_0x28f8fe,_0x49260c){const _0x304f2c=_0x5e0aad;super(),_0x133e34(this,_0x304f2c(0x49d),!0x1),_0x133e34(this,'_init',!0x1),_0x133e34(this,'_cursorInfo$',new _0x543965['BehaviorSubject'](new Map())),_0x133e34(this,_0x304f2c(0x389),this[_0x304f2c(0x376)]['asObservable']()),_0x133e34(this,_0x304f2c(0x3f4),new _0x543965['BehaviorSubject']([])),_0x133e34(this,_0x304f2c(0x566),this[_0x304f2c(0x3f4)]['pipe'](_0x543965[_0x304f2c(0x2b6)](_0xf728f1))),_0x133e34(this,_0x304f2c(0x26b),_0x260eff[_0x304f2c(0x1ad)](_0x45ebcf=>{const _0x1063ec=_0x304f2c,_0x596da5={'eventID':_0x11d062[_0x1063ec(0x44c)][_0x1063ec(0x447)],'data':{'unitID':this['unitID'],'memberID':this[_0x1063ec(0x445)][_0x1063ec(0x28a)](),'selection':_0x2f73f6(_0x45ebcf)}};this[_0x1063ec(0x445)]['send'](_0x596da5,this[_0x1063ec(0x605)]);},_0x10be5b)),(this[_0x304f2c(0x605)]=_0x37056b,this[_0x304f2c(0x445)]=_0xf6f99c,this[_0x304f2c(0x2a2)]=_0x53fa10,this['_colorAssignService']=_0x32c1b1,this[_0x304f2c(0x484)]=_0x1d670f,this['_syncEditingCollabCursorService']=_0xc7f2ec,this[_0x304f2c(0x549)]=_0x38f80f,this[_0x304f2c(0x434)]=_0x28f8fe,this['_commandService']=_0x49260c);}get[_0x5e0aad(0x41b)](){const _0x597a6c=_0x5e0aad;return this[_0x597a6c(0x376)][_0x597a6c(0x645)]();}get[_0x5e0aad(0x38e)](){const _0xd1e075=_0x5e0aad;return this['_roomMembers$'][_0xd1e075(0x645)]();}[_0x5e0aad(0x5f0)](){const _0x283107=_0x5e0aad;super[_0x283107(0x5f0)](),this[_0x283107(0x376)][_0x283107(0x4ca)](new Map()),this['_cursorInfo$'][_0x283107(0x33e)](),this[_0x283107(0x3f4)]['next']([]),this[_0x283107(0x3f4)]['complete']();}[_0x5e0aad(0x57f)](){const _0x5bb1a4=_0x5e0aad;this[_0x5bb1a4(0x1de)]||(this['_init']=!0x0,this[_0x5bb1a4(0x445)][_0x5bb1a4(0x361)][_0x5bb1a4(0x4f6)](_0x543965['takeUntil'](this[_0x5bb1a4(0x34a)]))[_0x5bb1a4(0x19e)](_0x2b1a01=>{const _0x5c2f47=_0x5bb1a4;_0x2b1a01===_0x55a137[_0x5c2f47(0x356)]?this[_0x5c2f47(0x3d5)]():this[_0x5c2f47(0x362)]();}),this[_0x5bb1a4(0x445)][_0x5bb1a4(0x19a)][_0x5bb1a4(0x4f6)](_0x543965[_0x5bb1a4(0x248)](this[_0x5bb1a4(0x34a)]))[_0x5bb1a4(0x19e)](_0x2e5ecf=>{const _0xb88e90=_0x5bb1a4,_0x5267d4=_0x2e5ecf[_0xb88e90(0x485)];_0x5267d4===_0x11d062[_0xb88e90(0x44c)][_0xb88e90(0x447)]&&this[_0xb88e90(0x1b6)](_0x2e5ecf),_0x5267d4===_0x11d062['CollaborationEvent'][_0xb88e90(0x56a)]&&this['_onCursorDelete'](_0x2e5ecf);}),this[_0x5bb1a4(0x539)](this[_0x5bb1a4(0x589)][_0x5bb1a4(0x34c)](_0x1c9140=>{const _0x3d7ba2=_0x5bb1a4,_0xab02a0=_0x1c9140[_0x3d7ba2(0x469)];_0xab02a0!=null&&this[_0x3d7ba2(0x49d)]&&_0x1c9140['id']===_0x433bf3['SetTextSelectionsOperation']['id']&&_0xab02a0[_0x3d7ba2(0x1e1)]===this['unitID']&&_0xab02a0[_0x3d7ba2(0x4fd)]===!0x1&&_0xab02a0[_0x3d7ba2(0x26f)][_0x3d7ba2(0x1cc)]>0x0&&this[_0x3d7ba2(0x26b)](_0xab02a0['ranges']);})),this[_0x5bb1a4(0x3db)][_0x5bb1a4(0x379)]['pipe'](_0x543965[_0x5bb1a4(0x248)](this['dispose$']))[_0x5bb1a4(0x19e)](_0x167b48=>{const _0x222537=_0x5bb1a4;if((_0x167b48==null?void 0x0:_0x167b48['unitID'])!==this['unitID'])return;const _0x392be8={'eventID':_0x11d062[_0x222537(0x44c)][_0x222537(0x447)],'data':_0x167b48};this[_0x222537(0x1b6)](_0x392be8);}),this[_0x5bb1a4(0x539)](this[_0x5bb1a4(0x589)][_0x5bb1a4(0x34c)](_0x4a057a=>{const _0x2b649f=_0x5bb1a4;if(_0x4a057a[_0x2b649f(0x469)]==null)return;const _0x28ddf8=_0x4a057a[_0x2b649f(0x469)];if(_0x4a057a['id']!==_0x433bf3[_0x2b649f(0x5a2)]['id']||_0x28ddf8[_0x2b649f(0x1e1)]!==this[_0x2b649f(0x605)])return;const _0x1d923e={'id':'doc.mutation.rich-text-editing','params':_0x28ddf8},_0x3529d2=this['cursorInfo'];for(const [_0x3bd7c4,_0x419d5b]of _0x3529d2){const _0x2bf81d={'id':'doc.mutation.rich-text-editing','params':{'unitId':this[_0x2b649f(0x605)],'actions':null,'textRanges':_0x419d5b['ranges']}},_0x42e47c=this['_transformService'][_0x2b649f(0x511)](_0x1d923e,_0x2bf81d,!0x1);if(_0x11d062[_0x2b649f(0x624)](_0x42e47c))throw _0x42e47c['error'];_0x3529d2[_0x2b649f(0x5f3)](_0x3bd7c4,{..._0x419d5b,'ranges':_0x42e47c[_0x2b649f(0x1ba)][_0x2b649f(0x469)][_0x2b649f(0x320)]});}queueMicrotask(()=>{const _0x5d485d=_0x2b649f;this[_0x5d485d(0x376)]['next'](_0x3529d2);});})));}[_0x5e0aad(0x1b6)](_0x2d799c){const _0x2ced3b=_0x5e0aad;var _0x45a51d,_0x3e1f01;const {memberID:_0x163205,selection:_0x1c9997}=_0x2d799c[_0x2ced3b(0x4ff)],_0x327677=_0x452ccc(_0x1c9997),_0x53f571=(_0x3e1f01=(_0x45a51d=this[_0x2ced3b(0x484)][_0x2ced3b(0x596)](this[_0x2ced3b(0x605)],_0x163205))==null?void 0x0:_0x45a51d[_0x2ced3b(0x3d3)])!=null?_0x3e1f01:'Unknown\x20user',_0x4f7c48={'color':this[_0x2ced3b(0x25d)]['assignAColorForMemberID'](_0x163205),'name':_0x53f571,'ranges':_0x327677},_0x32a626=this[_0x2ced3b(0x41b)];_0x32a626[_0x2ced3b(0x5f3)](_0x163205,_0x4f7c48),this[_0x2ced3b(0x376)][_0x2ced3b(0x4ca)](_0x32a626);}[_0x5e0aad(0x489)](_0x381de0){const _0xf968f0=_0x5e0aad,{memberID:_0x50c657}=_0x381de0['data'],_0xd064e9=this[_0xf968f0(0x41b)];_0xd064e9[_0xf968f0(0x516)](_0x50c657),this['_cursorInfo$'][_0xf968f0(0x4ca)](_0xd064e9);}['_toggleOnline'](){const _0x5dc2fd=_0x5e0aad;var _0x554e27;if(this['_online']=!0x0,((_0x554e27=this[_0x5dc2fd(0x434)][_0x5dc2fd(0x24e)]())==null?void 0x0:_0x554e27[_0x5dc2fd(0x1d7)]())!==this[_0x5dc2fd(0x605)])return;const _0x80a516=this[_0x5dc2fd(0x2a2)][_0x5dc2fd(0x391)](_0x433bf3[_0x5dc2fd(0x2b0)])['getDocRanges']();Array[_0x5dc2fd(0x54b)](_0x80a516)&&_0x80a516[_0x5dc2fd(0x1cc)]>0x0&&this[_0x5dc2fd(0x26b)](_0x80a516);}[_0x5e0aad(0x362)](){this['_online']=!0x1;}};_0x3da8a8=_0x3aa549([_0x275208(0x2,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x275208(0x3,_0x260eff['Inject'](_0xdcd0b5)),_0x275208(0x4,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x470)])),_0x275208(0x5,_0x260eff[_0x5e0aad(0x34e)](_0x5a52b4)),_0x275208(0x6,_0x11d062[_0x5e0aad(0x365)]),_0x275208(0x7,_0x260eff[_0x5e0aad(0x44d)]),_0x275208(0x8,_0x260eff[_0x5e0aad(0x61f)])],_0x3da8a8);var _0x31143a=Object[_0x5e0aad(0x2e4)],_0x1807c0=Object[_0x5e0aad(0x585)],_0x39f75e=(_0x2e9da6,_0x4a543f,_0x2cde7a,_0x420387)=>{const _0x444ae0=_0x5e0aad;for(var _0x307387=_0x420387>0x1?void 0x0:_0x420387?_0x1807c0(_0x4a543f,_0x2cde7a):_0x4a543f,_0x1ae676=_0x2e9da6[_0x444ae0(0x1cc)]-0x1,_0x5ac4e4;_0x1ae676>=0x0;_0x1ae676--)(_0x5ac4e4=_0x2e9da6[_0x1ae676])&&(_0x307387=(_0x420387?_0x5ac4e4(_0x4a543f,_0x2cde7a,_0x307387):_0x5ac4e4(_0x307387))||_0x307387);return _0x420387&&_0x307387&&_0x31143a(_0x4a543f,_0x2cde7a,_0x307387),_0x307387;},_0x10fe2d=(_0x24dea9,_0x41bf29)=>(_0x12b972,_0x1675db)=>_0x41bf29(_0x12b972,_0x1675db,_0x24dea9);const _0x31aeb9=0x12c,_0x4a29c8=0x64,_0x59c60d=()=>{let _0x348eff=[],_0x4cbc93=!0x1;return _0x33fa78=>{const _0x461e95=_0x4e9c;_0x348eff[_0x461e95(0x616)](_0x33fa78),_0x4cbc93||(_0x4cbc93=!0x0,setTimeout(()=>{const _0x4363dc=_0x461e95;_0x348eff[_0x4363dc(0x5f7)](_0x479d82=>_0x479d82()),_0x348eff=[],_0x4cbc93=!0x1;}));};};let _0x10d58d=class extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(_0x1673b4,_0x16b20e,_0x5443c4,_0x4433b3,_0xd14753,_0x38b595,_0x2ce1bb,_0x264da2){const _0x1aec13=_0x5e0aad;super(),_0x133e34(this,_0x1aec13(0x49d),!0x1),_0x133e34(this,_0x1aec13(0x1de),!0x1),_0x133e34(this,_0x1aec13(0x376),new _0x543965[(_0x1aec13(0x20b))](new Map())),_0x133e34(this,_0x1aec13(0x389),this['_cursorInfo$'][_0x1aec13(0x211)]()),_0x133e34(this,'_roomMembers$',new _0x543965[(_0x1aec13(0x20b))]([])),_0x133e34(this,_0x1aec13(0x566),this[_0x1aec13(0x3f4)][_0x1aec13(0x4f6)](_0x543965[_0x1aec13(0x2b6)](_0x31aeb9))),_0x133e34(this,_0x1aec13(0x26b),_0x260eff[_0x1aec13(0x1ad)]((_0x5e83e0,_0x2fb44d)=>{const _0x42f432=_0x1aec13,_0x1dad7c={'eventID':_0x11d062[_0x42f432(0x44c)][_0x42f432(0x447)],'data':{'unitID':this[_0x42f432(0x605)],'memberID':this[_0x42f432(0x445)][_0x42f432(0x28a)](),'selection':_0x3f4006['serializeRangeWithSheet'](_0x5e83e0,_0x2fb44d['range'])}};this['_session'][_0x42f432(0x625)](_0x1dad7c,this[_0x42f432(0x605)]);},_0x4a29c8)),(this['unitID']=_0x1673b4,this[_0x1aec13(0x445)]=_0x16b20e,this[_0x1aec13(0x2a2)]=_0x5443c4,this[_0x1aec13(0x25d)]=_0x4433b3,this[_0x1aec13(0x484)]=_0xd14753,this['_univerInstanceService']=_0x38b595,this[_0x1aec13(0x589)]=_0x2ce1bb,this['_refRangeService']=_0x264da2);}get[_0x5e0aad(0x41b)](){const _0xe0b2cb=_0x5e0aad;return this[_0xe0b2cb(0x376)][_0xe0b2cb(0x645)]();}get['roomMembers'](){const _0x12d8b9=_0x5e0aad;return this['_roomMembers$'][_0x12d8b9(0x645)]();}[_0x5e0aad(0x5f0)](){const _0x335e04=_0x5e0aad;super[_0x335e04(0x5f0)](),this[_0x335e04(0x376)][_0x335e04(0x4ca)](new Map()),this[_0x335e04(0x376)]['complete'](),this[_0x335e04(0x3f4)]['next']([]),this[_0x335e04(0x3f4)][_0x335e04(0x33e)]();}[_0x5e0aad(0x57f)](){const _0xa00a8b=_0x5e0aad;this[_0xa00a8b(0x1de)]||(this[_0xa00a8b(0x1de)]=!0x0,this[_0xa00a8b(0x445)]['sessionStatus$'][_0xa00a8b(0x4f6)](_0x543965[_0xa00a8b(0x248)](this['dispose$']))['subscribe'](_0x259f6c=>{const _0x41767b=_0xa00a8b;_0x259f6c===_0x55a137[_0x41767b(0x356)]?this[_0x41767b(0x3d5)]():this[_0x41767b(0x362)]();}),this[_0xa00a8b(0x445)][_0xa00a8b(0x19a)]['pipe'](_0x543965[_0xa00a8b(0x248)](this[_0xa00a8b(0x34a)]))[_0xa00a8b(0x19e)](_0x5016f0=>{const _0x2c7f4d=_0xa00a8b,_0x12f678=_0x5016f0[_0x2c7f4d(0x485)];_0x12f678===_0x11d062[_0x2c7f4d(0x44c)][_0x2c7f4d(0x447)]&&this[_0x2c7f4d(0x1b6)](_0x5016f0),_0x12f678===_0x11d062['CollaborationEvent'][_0x2c7f4d(0x56a)]&&this[_0x2c7f4d(0x489)](_0x5016f0);}),this[_0xa00a8b(0x1da)](),this['disposeWithMe'](this['_commandService'][_0xa00a8b(0x34c)](_0x2e3e84=>{const _0x50da3e=_0xa00a8b;if(this[_0x50da3e(0x49d)]&&_0x2e3e84['id']===_0x47516e[_0x50da3e(0x63c)]['id']&&_0x2e3e84[_0x50da3e(0x469)][_0x50da3e(0x1e1)]===this['unitID']){const _0x240fa7=_0x2e3e84['params'];this['_updateLocalCursor'](_0x240fa7[_0x50da3e(0x1d9)],_0x240fa7[_0x50da3e(0x560)][0x0]);}})));}[_0x5e0aad(0x1b6)](_0x11e38e){const _0x1df753=_0x5e0aad;var _0x22c659,_0x57ed4d;const {memberID:_0x309d51,selection:_0x238935}=_0x11e38e[_0x1df753(0x4ff)],{sheetName:_0x446af3,range:_0x1ff01c}=_0x3f4006[_0x1df753(0x3d2)](_0x238935),_0x2c2a97={'name':(_0x57ed4d=(_0x22c659=this[_0x1df753(0x484)][_0x1df753(0x596)](this[_0x1df753(0x605)],_0x309d51))==null?void 0x0:_0x22c659[_0x1df753(0x3d3)])!=null?_0x57ed4d:_0x1df753(0x378),'range':this['_getMergeRange'](_0x446af3,_0x1ff01c),'sheetID':_0x446af3,'color':this[_0x1df753(0x25d)][_0x1df753(0x2c5)](_0x309d51),'selection':_0x238935},_0x5ac985=this['cursorInfo'];_0x5ac985[_0x1df753(0x5f3)](_0x309d51,_0x2c2a97),this[_0x1df753(0x376)][_0x1df753(0x4ca)](_0x5ac985);}[_0x5e0aad(0x489)](_0x2513e6){const _0x38ae8f=_0x5e0aad,{memberID:_0x3715e7}=_0x2513e6['data'],_0x51265e=this['cursorInfo'];_0x51265e[_0x38ae8f(0x516)](_0x3715e7),this[_0x38ae8f(0x376)][_0x38ae8f(0x4ca)](_0x51265e);}['_getMergeRange'](_0x4a388c,_0x2a332b){const _0x26b1de=_0x5e0aad;var _0x562f2a,_0x49bafe;const _0x43bea9=(_0x49bafe=(_0x562f2a=this['_univerInstanceService'][_0x26b1de(0x1f5)](this[_0x26b1de(0x605)]))==null?void 0x0:_0x562f2a[_0x26b1de(0x43b)](_0x4a388c))==null?void 0x0:_0x49bafe[_0x26b1de(0x5b9)]();return(_0x43bea9==null?void 0x0:_0x43bea9['find'](_0x325bd1=>_0x260eff[_0x26b1de(0x613)][_0x26b1de(0x4cc)](_0x325bd1,_0x2a332b)))||_0x2a332b;}[_0x5e0aad(0x1da)](){const _0x1487d8=_0x5e0aad,_0x405049=new _0x260eff[(_0x1487d8(0x1a8))](),_0x2a8b27=_0x59c60d(),_0x55d403=()=>{const _0x9ae463=_0x1487d8;_0x405049[_0x9ae463(0x5f0)]();const _0x5398cf=(_0x53fb1b,_0x4719fb,_0x484292,_0x24526f)=>{const _0x3e28d4=_0x9ae463;let _0x49c390=[];switch(_0x53fb1b['id']){case _0x47516e[_0x3e28d4(0x3e2)]['DeleteRangeMoveLeftCommandId']:{_0x49c390=_0x47516e['handleDeleteRangeMoveLeft'](_0x53fb1b,_0x24526f);break;}case _0x47516e[_0x3e28d4(0x3e2)][_0x3e28d4(0x428)]:{_0x49c390=_0x47516e[_0x3e28d4(0x200)](_0x53fb1b,_0x24526f);break;}case _0x47516e[_0x3e28d4(0x3e2)][_0x3e28d4(0x39f)]:{_0x49c390=_0x47516e['handleInsertCol'](_0x53fb1b,_0x24526f);break;}case _0x47516e[_0x3e28d4(0x3e2)][_0x3e28d4(0x517)]:{_0x49c390=_0x47516e[_0x3e28d4(0x229)](_0x53fb1b,_0x24526f);break;}case _0x47516e[_0x3e28d4(0x3e2)]['InsertRangeMoveRightCommandId']:{_0x49c390=_0x47516e['handleInsertRangeMoveRight'](_0x53fb1b,_0x24526f);break;}case _0x47516e[_0x3e28d4(0x3e2)][_0x3e28d4(0x2cc)]:{_0x49c390=_0x47516e[_0x3e28d4(0x4ab)](_0x53fb1b,_0x24526f);break;}case _0x47516e['EffectRefRangId'][_0x3e28d4(0x291)]:{_0x49c390=_0x47516e[_0x3e28d4(0x51b)](_0x53fb1b,_0x24526f);break;}case _0x47516e['EffectRefRangId']['RemoveColCommandId']:{_0x49c390=_0x47516e[_0x3e28d4(0x452)](_0x53fb1b,_0x24526f);break;}case _0x47516e[_0x3e28d4(0x3e2)]['RemoveRowCommandId']:{_0x49c390=_0x47516e[_0x3e28d4(0x61e)](_0x53fb1b,_0x24526f);break;}}const _0x51ba00=_0x47516e[_0x3e28d4(0x4bb)](_0x49c390,_0x24526f),_0x53089f=this[_0x3e28d4(0x41b)][_0x3e28d4(0x391)](_0x4719fb);if(_0x53089f&&_0x51ba00){const _0x45172d={..._0x53089f,'range':_0x51ba00};this['cursorInfo']['set'](_0x4719fb,_0x45172d),_0x2a8b27(()=>{const _0xde8c1b=_0x3e28d4,_0x4760fe=this[_0xde8c1b(0x5da)][_0xde8c1b(0x53e)](_0x51ba00,_0x3483e6=>(_0x4760fe['dispose'](),_0x5398cf(_0x3483e6,_0x4719fb,_0x484292,_0x51ba00)));_0x405049[_0xde8c1b(0x33b)](_0x4760fe);});}return{'redos':[],'undos':[]};};this['cursorInfo'][_0x9ae463(0x5f7)]((_0x8dc85d,_0x39ac26)=>{const _0x372aaa=_0x9ae463,{range:_0x4c5da3,sheetID:_0x20e641}=_0x8dc85d,_0x8b7b38=this[_0x372aaa(0x5da)][_0x372aaa(0x53e)](_0x4c5da3,_0x2f7c29=>(_0x8b7b38[_0x372aaa(0x5f0)](),_0x5398cf(_0x2f7c29,_0x39ac26,_0x20e641,_0x4c5da3)));_0x405049[_0x372aaa(0x33b)](_0x8b7b38);});};this['disposeWithMe'](_0x260eff[_0x1487d8(0x36e)](this[_0x1487d8(0x376)]['subscribe'](()=>{_0x55d403();})));}[_0x5e0aad(0x3d5)](){const _0x2b17b4=_0x5e0aad;var _0x332f37,_0x47bbd7;if(this[_0x2b17b4(0x49d)]=!0x0,((_0x332f37=this[_0x2b17b4(0x434)][_0x2b17b4(0x24e)]())==null?void 0x0:_0x332f37['getUnitId']())!==this['unitID'])return;const _0x5a0e8c=(_0x47bbd7=this['_injector'][_0x2b17b4(0x391)](_0x47516e[_0x2b17b4(0x52b)])[_0x2b17b4(0x57a)]())==null?void 0x0:_0x47bbd7[0x0],_0xfba4c3=this[_0x2b17b4(0x434)][_0x2b17b4(0x4d9)](_0x260eff[_0x2b17b4(0x3d8)]['UNIVER_SHEET'])[_0x2b17b4(0x19d)]();_0x5a0e8c&&_0xfba4c3&&this[_0x2b17b4(0x26b)](_0xfba4c3[_0x2b17b4(0x460)](),_0x5a0e8c);}[_0x5e0aad(0x362)](){this['_online']=!0x1;}};_0x10d58d=_0x39f75e([_0x10fe2d(0x2,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['Injector'])),_0x10fe2d(0x3,_0x260eff[_0x5e0aad(0x34e)](_0xdcd0b5)),_0x10fe2d(0x4,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf['MemberService'])),_0x10fe2d(0x5,_0x260eff['IUniverInstanceService']),_0x10fe2d(0x6,_0x260eff[_0x5e0aad(0x61f)]),_0x10fe2d(0x7,_0x260eff[_0x5e0aad(0x34e)](_0x47516e[_0x5e0aad(0x1c0)]))],_0x10d58d);var _0x6426a2=Object[_0x5e0aad(0x2e4)],_0x358fb7=Object['getOwnPropertyDescriptor'],_0x53a619=(_0x4ef6f5,_0x3540ea,_0x40fca4,_0x106b5b)=>{const _0x599167=_0x5e0aad;for(var _0x183ec7=_0x106b5b>0x1?void 0x0:_0x106b5b?_0x358fb7(_0x3540ea,_0x40fca4):_0x3540ea,_0x1b1286=_0x4ef6f5[_0x599167(0x1cc)]-0x1,_0x441d59;_0x1b1286>=0x0;_0x1b1286--)(_0x441d59=_0x4ef6f5[_0x1b1286])&&(_0x183ec7=(_0x106b5b?_0x441d59(_0x3540ea,_0x40fca4,_0x183ec7):_0x441d59(_0x183ec7))||_0x183ec7);return _0x106b5b&&_0x183ec7&&_0x6426a2(_0x3540ea,_0x40fca4,_0x183ec7),_0x183ec7;},_0x5a2658=(_0x3647da,_0x3fc57b)=>(_0x401cf7,_0x52c149)=>_0x3fc57b(_0x401cf7,_0x52c149,_0x3647da);let _0x450ee9=class extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(_0x168b0c,_0x317ef0,_0x2fecf1){const _0x29ad41=_0x5e0aad;super(),_0x133e34(this,_0x29ad41(0x528),new Map()),_0x133e34(this,'_entityInit$',new _0x543965['Subject']()),(this[_0x29ad41(0x434)]=_0x168b0c,this[_0x29ad41(0x2a2)]=_0x317ef0,this[_0x29ad41(0x1bf)]=_0x2fecf1,this['_init']());}['dispose'](){const _0x27acdb=_0x5e0aad;super['dispose'](),this[_0x27acdb(0x433)]['complete'](),this[_0x27acdb(0x528)]['forEach'](_0x379b05=>_0x379b05[_0x27acdb(0x5f0)]());}[_0x5e0aad(0x3be)](_0x1c91d0){const _0x249d6c=_0x5e0aad;return this[_0x249d6c(0x528)][_0x249d6c(0x534)](_0x1c91d0)?this[_0x249d6c(0x528)][_0x249d6c(0x391)](_0x1c91d0)[_0x249d6c(0x389)]:this['_entityInit$']['pipe'](_0x543965[_0x249d6c(0x2d9)](_0x4686ec=>_0x4686ec[_0x249d6c(0x605)]===_0x1c91d0),_0x543965[_0x249d6c(0x3fb)](_0x48d682=>_0x48d682['cursorInfo$']));}[_0x5e0aad(0x1de)](){const _0x48a39a=_0x5e0aad;this[_0x48a39a(0x434)][_0x48a39a(0x216)](_0x260eff[_0x48a39a(0x3d8)][_0x48a39a(0x31f)])[_0x48a39a(0x4f6)](_0x543965[_0x48a39a(0x248)](this['dispose$']))['subscribe'](async _0x5e4f44=>{const _0x499ce1=_0x48a39a,_0x2c2bb8=_0x5e4f44[_0x499ce1(0x1d7)](),_0x46df93=await this[_0x499ce1(0x2f0)](_0x2c2bb8);this[_0x499ce1(0x433)]['next'](_0x46df93),this[_0x499ce1(0x528)][_0x499ce1(0x5f3)](_0x2c2bb8,_0x46df93);}),this['_univerInstanceService'][_0x48a39a(0x216)](_0x260eff[_0x48a39a(0x3d8)][_0x48a39a(0x246)])[_0x48a39a(0x4f6)](_0x543965[_0x48a39a(0x248)](this[_0x48a39a(0x34a)]))['pipe'](_0x543965[_0x48a39a(0x2d9)](_0x2058c5=>!_0x2058c5[_0x48a39a(0x1d7)]()['startsWith']('__')))[_0x48a39a(0x19e)](async _0x149d99=>{const _0x57d82a=_0x48a39a,_0x2e6bed=_0x149d99['getUnitId'](),_0x3a520c=await this[_0x57d82a(0x1b4)](_0x2e6bed);this['_entityInit$'][_0x57d82a(0x4ca)](_0x3a520c),this[_0x57d82a(0x528)]['set'](_0x2e6bed,_0x3a520c);}),_0x543965[_0x48a39a(0x3ad)](this[_0x48a39a(0x434)]['getTypeOfUnitDisposed$'](_0x260eff[_0x48a39a(0x3d8)][_0x48a39a(0x246)]),this[_0x48a39a(0x434)][_0x48a39a(0x5ff)](_0x260eff[_0x48a39a(0x3d8)]['UNIVER_SHEET']))[_0x48a39a(0x4f6)](_0x543965['takeUntil'](this[_0x48a39a(0x34a)]))[_0x48a39a(0x19e)](_0x2c7768=>{const _0x2ff287=_0x48a39a,_0x56f770=_0x2c7768[_0x2ff287(0x1d7)](),_0x43bf29=this['_entities'][_0x2ff287(0x391)](_0x56f770);_0x43bf29&&(_0x43bf29[_0x2ff287(0x5f0)](),this[_0x2ff287(0x528)][_0x2ff287(0x516)](_0x56f770));});}async[_0x5e0aad(0x2f0)](_0x5152f2){const _0x4724c8=_0x5e0aad,_0x56db56=await this[_0x4724c8(0x1bf)][_0x4724c8(0x2b1)](_0x5152f2),_0x156c80=this[_0x4724c8(0x2a2)][_0x4724c8(0x623)](_0x10d58d,_0x5152f2,_0x56db56);return _0x156c80[_0x4724c8(0x57f)](),_0x156c80;}async['_startDocCollabCursor'](_0x510fb7){const _0x21b0f2=_0x5e0aad,_0x33858a=await this[_0x21b0f2(0x1bf)][_0x21b0f2(0x2b1)](_0x510fb7),_0x943f5f=this['_injector'][_0x21b0f2(0x623)](_0x3da8a8,_0x510fb7,_0x33858a);return _0x943f5f['init'](),_0x943f5f;}};_0x450ee9=_0x53a619([_0x5a2658(0x0,_0x260eff[_0x5e0aad(0x44d)]),_0x5a2658(0x1,_0x260eff['Inject'](_0x260eff['Injector'])),_0x5a2658(0x2,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x573)]))],_0x450ee9);const _0xd366ac=0x14,_0x5312fb=0xc8,_0x4d7320=0x4,_0x1b85e5=0x5;function _0x17754d(_0x62672b,_0x4dbaeb){const _0x245abd=_0x5e0aad;let {radius:_0x2f5acc,width:_0x20036a,height:_0x19a968}=_0x4dbaeb;_0x2f5acc=_0x2f5acc!=null?_0x2f5acc:0x0,_0x20036a=_0x20036a!=null?_0x20036a:0x1e,_0x19a968=_0x19a968!=null?_0x19a968:0x1e;let _0x2aa76c=0x0,_0x3bf2b4=0x0,_0x1db395=0x0;_0x2aa76c=_0x3bf2b4=_0x1db395=Math[_0x245abd(0x347)](_0x2f5acc,_0x20036a/0x2,_0x19a968/0x2),_0x62672b['beginPath'](),_0x62672b['moveTo'](_0x2aa76c,0x0),_0x62672b[_0x245abd(0x2c6)](_0x20036a-_0x3bf2b4,0x0),_0x62672b['arc'](_0x20036a-_0x3bf2b4,_0x3bf2b4,_0x3bf2b4,Math['PI']*0x3/0x2,0x0,!0x1),_0x62672b['lineTo'](_0x20036a,_0x19a968-_0x1db395),_0x62672b[_0x245abd(0x3b3)](_0x20036a-_0x1db395,_0x19a968-_0x1db395,_0x1db395,0x0,Math['PI']/0x2,!0x1),_0x62672b[_0x245abd(0x2c6)](0x0,_0x19a968),_0x62672b[_0x245abd(0x2c6)](0x0,_0x2aa76c),_0x62672b[_0x245abd(0x3b3)](_0x2aa76c,_0x2aa76c,_0x2aa76c,Math['PI'],Math['PI']*0x3/0x2,!0x1),_0x62672b[_0x245abd(0x4c2)](),_0x4dbaeb['fill']&&(_0x62672b[_0x245abd(0x21e)](),_0x62672b[_0x245abd(0x23e)]=_0x4dbaeb[_0x245abd(0x4d5)],_0x4dbaeb[_0x245abd(0x29a)]==='evenodd'?_0x62672b[_0x245abd(0x4d5)](_0x245abd(0x43a)):_0x62672b['fill'](),_0x62672b['restore']());}class _0x1c0ff8 extends _0x1f079c['Shape']{constructor(_0x539a4f,_0x3d786e){const _0x460438=_0x5e0aad;super(_0x539a4f,_0x3d786e),_0x133e34(this,'color'),_0x133e34(this,_0x460438(0x3cc)),(this[_0x460438(0x28c)]=_0x3d786e==null?void 0x0:_0x3d786e[_0x460438(0x28c)],this[_0x460438(0x3cc)]=_0x3d786e==null?void 0x0:_0x3d786e[_0x460438(0x3cc)]);}static[_0x5e0aad(0x2cb)](_0x2239c1,_0x26b295){const _0x4e7adf=_0x5e0aad,{text:_0x4b422b,color:_0x5a77b5}=_0x26b295;_0x2239c1[_0x4e7adf(0x21e)](),_0x2239c1['font']=_0x4e7adf(0x5aa);const _0x10789a=_0x2239c1[_0x4e7adf(0x608)](_0x4b422b)[_0x4e7adf(0x2ba)],_0x434f58=Math[_0x4e7adf(0x347)](_0x10789a+0x2*_0x4d7320,_0x5312fb);_0x17754d(_0x2239c1,{'height':_0xd366ac,'radius':0x4,'width':_0x434f58,'fill':_0x5a77b5,'evented':!0x1}),_0x2239c1['fillStyle']=_0x4e7adf(0x2bf);const _0x59aea6=_0x4d7320,_0x111e63=_0xd366ac-_0x1b85e5,_0x183eec=_0x5312fb-0x2*_0x4d7320;if(_0x10789a>_0x183eec){let _0x245620='',_0x5f2dcc=0x0;for(const _0x14b7c0 of _0x4b422b){const _0x2cb4ea=_0x2239c1[_0x4e7adf(0x608)](_0x14b7c0)[_0x4e7adf(0x2ba)];if(_0x5f2dcc+_0x2cb4ea<=_0x183eec-_0x2239c1[_0x4e7adf(0x608)](_0x4e7adf(0x198))['width'])_0x245620+=_0x14b7c0,_0x5f2dcc+=_0x2cb4ea;else{_0x245620+=_0x4e7adf(0x198);break;}}_0x2239c1[_0x4e7adf(0x3c2)](_0x245620,_0x59aea6,_0x111e63);}else _0x2239c1[_0x4e7adf(0x3c2)](_0x4b422b,_0x59aea6,_0x111e63);_0x2239c1['restore']();}['_draw'](_0xf2ad09){_0x1c0ff8['drawWith'](_0xf2ad09,this);}}const _0x558676=_0x5e0aad(0x4e6),_0x47214b=_0x5e0aad(0x1ea),_0x3720a3=_0x5e0aad(0x2f3),_0x2461ad=0x6,_0x371564=1.5,_0x6be9de=0x4,_0x5447c2=1.5,_0x426bb6='rgba(255,\x20255,\x20255,\x200.01)';class _0x4ad9d3{constructor(_0x676e3,_0x1abb47,_0x396cd7,_0x5e57d3){const _0x3f197a=_0x5e0aad;_0x133e34(this,_0x3f197a(0x49f),[]),_0x133e34(this,'_anchor',null),_0x133e34(this,_0x3f197a(0x5ca),null),_0x133e34(this,_0x3f197a(0x46b),null),_0x133e34(this,_0x3f197a(0x309),null),_0x133e34(this,_0x3f197a(0x3e6),null),(this[_0x3f197a(0x2c1)]=_0x676e3,this[_0x3f197a(0x58a)]=_0x1abb47,this[_0x3f197a(0x47a)]=_0x396cd7,this['_document']=_0x5e57d3,this['_render']());}set[_0x5e0aad(0x2ea)](_0x505dc1){const _0x545456=_0x5e0aad;_0x505dc1?(this[_0x545456(0x46b)]&&this[_0x545456(0x46b)][_0x545456(0x2e6)](),this[_0x545456(0x5ca)]&&this['_textBubble'][_0x545456(0x523)]()):(this[_0x545456(0x46b)]&&this['_anchorDot'][_0x545456(0x523)](),this[_0x545456(0x5ca)]&&this[_0x545456(0x5ca)][_0x545456(0x2e6)]());}[_0x5e0aad(0x5f0)](){const _0x3de463=_0x5e0aad;for(const _0x54073b of this[_0x3de463(0x49f)])_0x54073b[_0x3de463(0x5f0)]();this[_0x3de463(0x5ca)]&&this[_0x3de463(0x5ca)][_0x3de463(0x5f0)](),this[_0x3de463(0x46b)]&&this[_0x3de463(0x46b)][_0x3de463(0x5f0)](),this[_0x3de463(0x262)]&&this[_0x3de463(0x262)][_0x3de463(0x5f0)](),this[_0x3de463(0x3e6)]&&this[_0x3de463(0x3e6)]();}['_render'](){const _0x454030=_0x5e0aad;var _0x59a3c6;const {_docSkeleton:_0x4ad6fa,_document:_0x13bc1a}=this,{color:_0x31e034,name:_0x50f43d,ranges:_0x2be02f}=this[_0x454030(0x2c1)],_0x4262fb=_0x13bc1a[_0x454030(0x285)](),{docsLeft:_0x83c438,docsTop:_0x417fe5}=_0x4262fb,_0xecb4d=new _0x1517b1[(_0x454030(0x43d))](_0x4262fb,_0x4ad6fa);for(const {startOffset:_0x4d70a2,endOffset:_0x3b6c44,rangeType:_0x3973db,segmentId:_0x4d791f,segmentPage:_0x4cf111,collapsed:_0xeab229,isActive:_0x2a632f}of _0x2be02f){const _0x2ebf97=_0x4ad6fa['findNodePositionByCharIndex'](_0x4d70a2,!0x0,_0x4d791f,_0x4cf111);let _0x338df6=_0x4ad6fa[_0x454030(0x416)](_0x3b6c44,!0x0,_0x4d791f,_0x4cf111);if(_0x338df6==null&&(_0x338df6=_0x4ad6fa[_0x454030(0x416)](_0x3b6c44-0x1,!0x1,_0x4d791f,_0x4cf111)),_0x2a632f){const {contentBoxPointGroup:_0x1563ad}=_0xecb4d['getRangePointData'](_0x338df6,_0x338df6);if(_0x1563ad['length']===0x0)continue;this[_0x454030(0x3ba)](_0x31e034,_0x1563ad,_0x83c438,_0x417fe5,_0x50f43d),this[_0x454030(0x3e6)]=this[_0x454030(0x3ac)]();}if(_0x2ebf97&&_0x338df6){if(_0x3973db===_0x260eff[_0x454030(0x251)][_0x454030(0x4de)]){const _0x326ced=new _0x1517b1[(_0x454030(0x455))](_0x4262fb,_0x4ad6fa),{pointGroup:_0x5e2feb}=(_0x59a3c6=_0x326ced[_0x454030(0x1df)](_0x2ebf97,_0x338df6))!=null?_0x59a3c6:{};if(_0x5e2feb==null||_0x5e2feb[_0x454030(0x1cc)]===0x0)continue;this[_0x454030(0x43c)](_0x31e034,_0x5e2feb,_0x83c438,_0x417fe5);}else{if(!_0xeab229){const {borderBoxPointGroup:_0x406b87}=_0xecb4d[_0x454030(0x1df)](_0x2ebf97,_0x338df6);if(_0x406b87[_0x454030(0x1cc)]===0x0)continue;this[_0x454030(0x273)](_0x31e034,_0x406b87,_0x83c438,_0x417fe5);}}}}}[_0x5e0aad(0x3ba)](_0x13daf1,_0x33e716,_0x2aaa89,_0x3139d6,_0x5122d8){const _0x55307f=_0x5e0aad,_0x5c774f=this[_0x55307f(0x1b0)](_0x33e716),{left:_0x35fc48,top:_0x46bd88,height:_0x27d1ef}=_0x5c774f,_0x4cf75b=this[_0x55307f(0x5c5)](),_0x371b17=_0x5447c2/_0x4cf75b,_0x3e362d=new _0x1f079c[(_0x55307f(0x1dd))](_0x558676+_0x260eff[_0x55307f(0x3e7)][_0x55307f(0x2d1)](_0x2461ad),{'left':_0x35fc48+_0x2aaa89-_0x371b17,'top':_0x46bd88+_0x3139d6,'height':_0x27d1ef,'width':_0x371564,'fill':_0x13daf1||_0x1f079c[_0x55307f(0x5bf)](_0x260eff[_0x55307f(0x34f)][_0x55307f(0x270)],0x0),'strokeWidth':_0x371b17,'stroke':_0x426bb6,'evented':!0x0});this[_0x55307f(0x262)]=_0x3e362d,this[_0x55307f(0x58a)][_0x55307f(0x2e8)](_0x3e362d,_0x1517b1[_0x55307f(0x23f)]);const _0x2fb1a7=new _0x1f079c[(_0x55307f(0x1dd))](_0x558676+_0x260eff[_0x55307f(0x3e7)][_0x55307f(0x2d1)](_0x2461ad),{'left':_0x35fc48+_0x2aaa89-_0x371b17,'top':_0x46bd88+_0x3139d6-_0x6be9de/0x2,'height':_0x6be9de,'width':_0x6be9de,'fill':_0x13daf1||_0x1f079c[_0x55307f(0x5bf)](_0x260eff[_0x55307f(0x34f)][_0x55307f(0x270)],0x0),'strokeWidth':0x0,'stroke':_0x13daf1||_0x1f079c[_0x55307f(0x5bf)](_0x260eff[_0x55307f(0x34f)][_0x55307f(0x270)],0x0),'evented':!0x1});this[_0x55307f(0x46b)]=_0x2fb1a7,this[_0x55307f(0x58a)][_0x55307f(0x2e8)](_0x2fb1a7,_0x1517b1[_0x55307f(0x23f)]);const _0x32c93a=new _0x1c0ff8(_0x558676+_0x260eff[_0x55307f(0x3e7)][_0x55307f(0x2d1)](_0x2461ad),{'left':_0x35fc48+_0x2aaa89-_0x371b17,'top':_0x46bd88+_0x3139d6-_0xd366ac,'text':_0x5122d8,'color':_0x13daf1});this[_0x55307f(0x5ca)]=_0x32c93a,this[_0x55307f(0x58a)]['addObject'](_0x32c93a,_0x1517b1[_0x55307f(0x23f)]),this[_0x55307f(0x2ea)]=!0x1;}[_0x5e0aad(0x3ac)](){const _0x155cb2=_0x5e0aad,_0x379b60=this['_anchor']['onPointerEnter$'][_0x155cb2(0x542)](()=>{const _0x547995=_0x155cb2;this[_0x547995(0x2ea)]=!0x0;}),_0x5aba19=this['_anchor'][_0x155cb2(0x637)]['subscribeEvent'](()=>{const _0x33f081=_0x155cb2;this[_0x33f081(0x309)]&&clearTimeout(this[_0x33f081(0x309)]),this[_0x33f081(0x309)]=setTimeout(()=>{this['_hover']=!0x1;},0x7d0);});return()=>{const _0x5830c9=_0x155cb2;_0x379b60[_0x5830c9(0x5ab)](),_0x5aba19[_0x5830c9(0x5ab)]();};}[_0x5e0aad(0x273)](_0x3274ad,_0x14b70b,_0x317f82,_0x257fe0){const _0x44cb12=_0x5e0aad,_0x181b96=new _0x260eff[(_0x44cb12(0x643))](_0x3274ad)[_0x44cb12(0x207)](0.2)['toRgbString'](),_0x5c8df5=new _0x1f079c[(_0x44cb12(0x29f))](_0x47214b+_0x260eff[_0x44cb12(0x3e7)][_0x44cb12(0x2d1)](_0x2461ad),{'pointsGroup':_0x14b70b,'fill':_0x181b96||_0x1f079c[_0x44cb12(0x5bf)](_0x260eff['COLORS'][_0x44cb12(0x270)],0.2),'left':_0x317f82,'top':_0x257fe0,'evented':!0x1,'debounceParentDirty':!0x1});this[_0x44cb12(0x49f)][_0x44cb12(0x616)](_0x5c8df5),this[_0x44cb12(0x58a)][_0x44cb12(0x2e8)](_0x5c8df5,_0x1517b1[_0x44cb12(0x23f)]);}['_drawRectRange'](_0x48fd43,_0x46f5dc,_0x50e1a5,_0x4ccccc){const _0xfb6175=_0x5e0aad,_0x41cce9=new _0x260eff['ColorKit'](_0x48fd43)[_0xfb6175(0x207)](0.2)['toRgbString'](),_0x3a6e7c=new _0x1f079c['RegularPolygon'](_0x3720a3+_0x260eff[_0xfb6175(0x3e7)]['generateRandomId'](_0x2461ad),{'pointsGroup':_0x46f5dc,'fill':_0x41cce9||_0x1f079c[_0xfb6175(0x5bf)](_0x260eff[_0xfb6175(0x34f)][_0xfb6175(0x270)],0.2),'left':_0x50e1a5,'top':_0x4ccccc,'evented':!0x1,'debounceParentDirty':!0x1});this[_0xfb6175(0x49f)][_0xfb6175(0x616)](_0x3a6e7c),this[_0xfb6175(0x58a)]['addObject'](_0x3a6e7c,_0x1517b1[_0xfb6175(0x23f)]);}[_0x5e0aad(0x1b0)](_0x15f969){const _0x571961=_0x15f969[0x0],_0x31bb76=_0x571961[0x0],_0x271b26=_0x571961[0x2],{x:_0x33db3d,y:_0x33a510}=_0x31bb76,{x:_0x4f5bbd,y:_0x2fa701}=_0x271b26;return{'left':_0x33db3d,'top':_0x33a510,'width':_0x4f5bbd-_0x33db3d,'height':_0x2fa701-_0x33a510};}['_getScale'](){const _0x4c09f6=_0x5e0aad,{scaleX:_0x2aec75,scaleY:_0x1def9e}=this['_scene'][_0x4c09f6(0x3a6)]();return Math['max'](_0x2aec75,_0x1def9e);}}var _0x39c7fc=Object[_0x5e0aad(0x2e4)],_0x322524=Object['getOwnPropertyDescriptor'],_0x1608eb=(_0x42d2b2,_0x51b711,_0x1b1fcf,_0x271e3c)=>{for(var _0x1e08ca=_0x271e3c>0x1?void 0x0:_0x271e3c?_0x322524(_0x51b711,_0x1b1fcf):_0x51b711,_0x30ea09=_0x42d2b2['length']-0x1,_0x57dea0;_0x30ea09>=0x0;_0x30ea09--)(_0x57dea0=_0x42d2b2[_0x30ea09])&&(_0x1e08ca=(_0x271e3c?_0x57dea0(_0x51b711,_0x1b1fcf,_0x1e08ca):_0x57dea0(_0x1e08ca))||_0x1e08ca);return _0x271e3c&&_0x1e08ca&&_0x39c7fc(_0x51b711,_0x1b1fcf,_0x1e08ca),_0x1e08ca;},_0x2c911a=(_0x498a89,_0x32fa09)=>(_0x52ecd4,_0x10a7a5)=>_0x32fa09(_0x52ecd4,_0x10a7a5,_0x498a89);let _0x28fd97=class extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(_0x54d8b5,_0x432fa0,_0x8dbb25,_0x191918,_0x28391f){const _0x4fe21f=_0x5e0aad;super(),_0x133e34(this,_0x4fe21f(0x1ab),[]),_0x133e34(this,'_cursors',[]),(this[_0x4fe21f(0x5d7)]=_0x54d8b5,this[_0x4fe21f(0x41e)]=_0x432fa0,this[_0x4fe21f(0x348)]=_0x8dbb25,this['_commandService']=_0x191918,this[_0x4fe21f(0x579)]=_0x28391f,this[_0x4fe21f(0x1de)]());}[_0x5e0aad(0x1de)](){const _0x52404c=_0x5e0aad,_0x36622e=this[_0x52404c(0x5d7)]['unitId'],_0x429ac4=this['_docSkeletonManagerService'];this[_0x52404c(0x539)](_0x543965['combineLatest']([this[_0x52404c(0x348)][_0x52404c(0x3be)](_0x36622e),this[_0x52404c(0x579)]['currentTheme$']])[_0x52404c(0x4f6)](_0x59f7e7[_0x52404c(0x2f4)](([_0x5df229,_0x4d26da])=>({'skeleton':_0x429ac4[_0x52404c(0x490)](),'cursors':[..._0x5df229[_0x52404c(0x545)]()]['flatMap'](_0x2cc9=>({..._0x2cc9,'color':_0x4d26da[_0x2cc9[_0x52404c(0x28c)]]}))})))['subscribe'](_0x1421e3=>{const _0x5d4f69=_0x52404c;if(this[_0x5d4f69(0x55c)](),_0x1421e3){const {skeleton:_0x34e953,cursors:_0x4b39db}=_0x1421e3;this[_0x5d4f69(0x607)](_0x34e953,_0x4b39db);}})),this[_0x52404c(0x2a0)](),this[_0x52404c(0x34b)]();}[_0x5e0aad(0x607)](_0x155cf8,_0x3cbf75){const _0xace20e=_0x5e0aad,{scene:_0x338669,mainComponent:_0x10bb98}=this[_0xace20e(0x5d7)],_0xedfcb4=_0x3cbf75[_0xace20e(0x2f4)](_0x269062=>new _0x4ad9d3(_0x269062,_0x338669,_0x155cf8,_0x10bb98));this[_0xace20e(0x1ab)]=_0xedfcb4,this['_cursors']=_0x3cbf75;}[_0x5e0aad(0x506)](){const _0x322624=_0x5e0aad;this['_removeCollabCursors']();const {scene:_0x4c450f,mainComponent:_0x2b5d7c}=this[_0x322624(0x5d7)],_0x3ea802=this['_docSkeletonManagerService'][_0x322624(0x490)](),_0x2d168d=this[_0x322624(0x638)][_0x322624(0x2f4)](_0x395acb=>new _0x4ad9d3(_0x395acb,_0x4c450f,_0x3ea802,_0x2b5d7c));this[_0x322624(0x1ab)]=_0x2d168d;}['_removeCollabCursors'](){const _0x251105=_0x5e0aad;this[_0x251105(0x1ab)]['forEach'](_0x224100=>_0x224100[_0x251105(0x5f0)]()),this['_cursorShapes']=[];}[_0x5e0aad(0x34b)](){const _0x54395b=_0x5e0aad,_0x5b371d=[_0x1517b1['SetDocZoomRatioOperation']['id']];this[_0x54395b(0x539)](this[_0x54395b(0x589)][_0x54395b(0x34c)](_0x19d586=>{const _0xf8b3f0=_0x54395b;_0x5b371d[_0xf8b3f0(0x233)](_0x19d586['id'])&&_0x19d586[_0xf8b3f0(0x469)]['unitId']===this['_context'][_0xf8b3f0(0x1e1)]&&this[_0xf8b3f0(0x506)]();}));}[_0x5e0aad(0x2a0)](){const _0x15dfaf=_0x5e0aad;this[_0x15dfaf(0x539)](_0x260eff[_0x15dfaf(0x552)](this['_context'][_0x15dfaf(0x3c0)][_0x15dfaf(0x275)])[_0x15dfaf(0x4f6)](_0x59f7e7[_0x15dfaf(0x2d9)](_0x42b138=>_0x42b138[_0x15dfaf(0x1d1)]===_0x1f079c[_0x15dfaf(0x21d)][_0x15dfaf(0x2af)]),_0x59f7e7[_0x15dfaf(0x4d1)](0x10))[_0x15dfaf(0x19e)](()=>{const _0x5746c0=_0x15dfaf;this[_0x5746c0(0x506)]();}));}};_0x28fd97=_0x1608eb([_0x2c911a(0x1,_0x260eff[_0x5e0aad(0x34e)](_0x433bf3[_0x5e0aad(0x24a)])),_0x2c911a(0x2,_0x260eff[_0x5e0aad(0x34e)](_0x450ee9)),_0x2c911a(0x3,_0x260eff[_0x5e0aad(0x61f)]),_0x2c911a(0x4,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x36f)]))],_0x28fd97);const _0x136a33=0x1,_0x23785a=1.5;class _0x21275c extends _0x1f079c[_0x5e0aad(0x407)]{constructor(_0x1e37ab,_0x128b9d){const _0x364644=_0x5e0aad;super(_0x1e37ab,_0x128b9d),_0x133e34(this,_0x364644(0x2bb)),_0x133e34(this,_0x364644(0x2f7),!0x1),_0x133e34(this,_0x364644(0x3a3)),_0x133e34(this,_0x364644(0x228),''),_0x133e34(this,'_labelPosition','top'),_0x133e34(this,_0x364644(0x5e6)),(_0x128b9d&&this[_0x364644(0x418)](_0x128b9d),this[_0x364644(0x332)]['subscribeEvent'](()=>this[_0x364644(0x418)]({'hovered':!0x0})),this[_0x364644(0x637)][_0x364644(0x542)](()=>this['setShapeProps']({'hovered':!0x1})));}['setShapeProps'](_0xf8caf8){const _0x34f9aa=_0x5e0aad;var _0x4a60cb,_0x579615,_0x23f330,_0x2aa183,_0x314e7b,_0xb84727;this['_color']=(_0x4a60cb=_0xf8caf8[_0x34f9aa(0x28c)])!=null?_0x4a60cb:this['_color'],this[_0x34f9aa(0x2f7)]=(_0x579615=_0xf8caf8['hovered'])!=null?_0x579615:this[_0x34f9aa(0x2f7)],this['_range']=(_0x23f330=_0xf8caf8[_0x34f9aa(0x316)])!=null?_0x23f330:this[_0x34f9aa(0x3a3)],this[_0x34f9aa(0x228)]=(_0x2aa183=_0xf8caf8[_0x34f9aa(0x3d3)])!=null?_0x2aa183:this[_0x34f9aa(0x228)],this[_0x34f9aa(0x196)]=(_0x314e7b=_0xf8caf8['labelPosition'])!=null?_0x314e7b:this[_0x34f9aa(0x196)],this['_backgroundColor']=(_0xb84727=_0xf8caf8[_0x34f9aa(0x349)])!=null?_0xb84727:this[_0x34f9aa(0x5e6)],this['transformByState']({'width':_0xf8caf8[_0x34f9aa(0x2ba)],'height':_0xf8caf8[_0x34f9aa(0x4c1)]});}[_0x5e0aad(0x23b)](_0x7f19bd){const _0x3e137f=_0x5e0aad,{row:_0x1d40b0,column:_0x321e81}=_0x7f19bd;if(_0x1d40b0>=this[_0x3e137f(0x3a3)][_0x3e137f(0x40a)]&&_0x1d40b0<=this['_range'][_0x3e137f(0x565)]&&_0x321e81>=this[_0x3e137f(0x3a3)][_0x3e137f(0x4f9)]&&_0x321e81<=this[_0x3e137f(0x3a3)][_0x3e137f(0x220)]){this['setShapeProps']({'hovered':!0x0});return;}this[_0x3e137f(0x418)]({'hovered':!0x1});}['triggerDblclick'](_0x2e6bb0){return!0x1;}['_draw'](_0x1234ad){const _0x104a01=_0x5e0aad;_0x1f079c[_0x104a01(0x1dd)][_0x104a01(0x2cb)](_0x1234ad,{'width':this['width'],'height':this[_0x104a01(0x4c1)],'strokeWidth':_0x23785a,'stroke':this[_0x104a01(0x2bb)],'evented':!0x1,'fill':this[_0x104a01(0x5e6)]}),this[_0x104a01(0x2f7)]&&(_0x1234ad['save'](),_0x1234ad[_0x104a01(0x4a2)](0x1,0x0,0x0,0x1,this[_0x104a01(0x2ba)],this[_0x104a01(0x196)]===_0x104a01(0x5d3)?0x0:-_0xd366ac),_0x1c0ff8['drawWith'](_0x1234ad,{'text':this[_0x104a01(0x228)],'color':this[_0x104a01(0x2bb)]}),_0x1234ad[_0x104a01(0x277)]());}}var _0x58e071=Object[_0x5e0aad(0x2e4)],_0x8f4566=Object[_0x5e0aad(0x585)],_0x865623=(_0x8de97a,_0x54eb30,_0x2c2c57,_0x4e8868)=>{const _0x362119=_0x5e0aad;for(var _0xefd054=_0x4e8868>0x1?void 0x0:_0x4e8868?_0x8f4566(_0x54eb30,_0x2c2c57):_0x54eb30,_0x2a8cf4=_0x8de97a[_0x362119(0x1cc)]-0x1,_0x64961b;_0x2a8cf4>=0x0;_0x2a8cf4--)(_0x64961b=_0x8de97a[_0x2a8cf4])&&(_0xefd054=(_0x4e8868?_0x64961b(_0x54eb30,_0x2c2c57,_0xefd054):_0x64961b(_0xefd054))||_0xefd054);return _0x4e8868&&_0xefd054&&_0x58e071(_0x54eb30,_0x2c2c57,_0xefd054),_0xefd054;},_0x47c102=(_0x531dbc,_0x1bc4b0)=>(_0x558a24,_0x302c15)=>_0x1bc4b0(_0x558a24,_0x302c15,_0x531dbc);const _0x1d0848=0x1389;let _0x524d2b=class extends _0x260eff['RxDisposable']{constructor(_0x9106b6,_0x2de634,_0x40dd9e,_0x4282c6){const _0x252067=_0x5e0aad;super(),_0x133e34(this,_0x252067(0x638),new Set()),_0x133e34(this,_0x252067(0x342),null),(this[_0x252067(0x5d7)]=_0x9106b6,this[_0x252067(0x57b)]=_0x2de634,this[_0x252067(0x348)]=_0x40dd9e,this[_0x252067(0x579)]=_0x4282c6,this[_0x252067(0x1de)]());}['_init'](){const _0x52c6a1=_0x5e0aad;this['_sheetSkeletonManagerService'][_0x52c6a1(0x20f)]['pipe'](_0x59f7e7[_0x52c6a1(0x248)](this[_0x52c6a1(0x34a)]),_0x59f7e7[_0x52c6a1(0x3fb)](_0x1316a1=>{const _0x285077=_0x52c6a1;if(_0x1316a1){const _0x4b6c33=_0x1316a1[_0x285077(0x282)];return _0x543965['combineLatest'](this['_collabCursorController'][_0x285077(0x3be)](this[_0x285077(0x5d7)][_0x285077(0x1e1)]),this[_0x285077(0x579)][_0x285077(0x1d6)])['pipe'](_0x59f7e7['map'](([_0x2747d9,_0x1d78df])=>{const _0xa184a5=new Map();return _0x2747d9['forEach']((_0x2e9381,_0x3afdf5)=>{const _0x41f570=_0x4e9c;if(_0x2e9381['sheetID']===_0x4b6c33){const _0x43b0ac={..._0x2e9381};_0x43b0ac['color']=_0x1d78df[_0x2e9381[_0x41f570(0x28c)]],_0xa184a5[_0x41f570(0x5f3)](_0x3afdf5,_0x43b0ac);}}),{'skeleton':_0x1316a1,'cursors':_0xa184a5};}));}return _0x543965['of']({'skeleton':null,'cursors':new Map()});}))[_0x52c6a1(0x19e)](({skeleton:_0xaf01cd,cursors:_0x6bd6d4})=>{const _0x206cf8=_0x52c6a1;this[_0x206cf8(0x55c)](),_0xaf01cd&&this[_0x206cf8(0x607)](_0xaf01cd,_0x6bd6d4);}),this[_0x52c6a1(0x57b)]['currentSkeleton$'][_0x52c6a1(0x19e)](_0x4bdfbd=>{const _0x3c423b=_0x52c6a1;if(_0x4bdfbd==null)return;const {skeleton:_0x5527c2}=_0x4bdfbd,{scene:_0x40cf55}=this['_context'];_0x40cf55[_0x3c423b(0x57d)][_0x3c423b(0x542)](_0x260eff[_0x3c423b(0x1ad)](_0x233ae3=>{const _0xa1e030=_0x3c423b;var _0x2b53c7,_0x344022;const {offsetX:_0x59a9f7,offsetY:_0x3b8636}=_0x233ae3,{x:_0x2ecfeb,y:_0x4947e0}=_0x40cf55[_0xa1e030(0x3d4)](_0x1f079c['Vector2'][_0xa1e030(0x32c)]([_0x59a9f7,_0x3b8636])),{scaleX:_0x3246c3,scaleY:_0x157012}=_0x40cf55['getAncestorScale'](),_0x30dd75=_0x40cf55[_0xa1e030(0x2c0)](_0x3393de[_0xa1e030(0x531)][_0xa1e030(0x1f0)]),_0x576cdc=_0x40cf55[_0xa1e030(0x2c9)](_0x1f079c[_0xa1e030(0x1d3)][_0xa1e030(0x32c)]([_0x2ecfeb,_0x4947e0]),_0x30dd75),_0x3795d8=_0x5527c2['getCellPositionByOffset'](_0x59a9f7,_0x3b8636,_0x3246c3,_0x157012,_0x576cdc);((_0x2b53c7=this[_0xa1e030(0x342)])==null?void 0x0:_0x2b53c7[_0xa1e030(0x338)])===_0x3795d8[_0xa1e030(0x338)]&&((_0x344022=this[_0xa1e030(0x342)])==null?void 0x0:_0x344022[_0xa1e030(0x4fa)])===_0x3795d8[_0xa1e030(0x4fa)]||this[_0xa1e030(0x638)]['forEach'](_0x2bb507=>{const _0x5e7e39=_0xa1e030;_0x2bb507[_0x5e7e39(0x23b)](_0x3795d8);});},0x64));});}['_updateCollabCursors'](_0x104d5,_0x254a7c){const _0x527536=_0x5e0aad;var _0x44ecbb;const _0x4e28e3=(_0x44ecbb=this[_0x527536(0x57b)][_0x527536(0x495)]())==null?void 0x0:_0x44ecbb['skeleton'];if(!_0x4e28e3)return;const _0x566c65=this[_0x527536(0x288)]();if(!_0x566c65)return;this[_0x527536(0x638)][_0x527536(0x5f7)](_0x88f58b=>{const _0x1f9565=_0x527536;_0x88f58b[_0x1f9565(0x339)]();});const {scene:_0x123494}=_0x566c65,_0x942aa5=_0x51410b(Array[_0x527536(0x39a)](_0x254a7c[_0x527536(0x545)]()))[_0x527536(0x2f4)](_0x506373=>{const _0x4b3b49=_0x527536,{color:_0x264a44,range:_0x338a5c,name:_0x1bdc8a,selection:_0x59044b,sheetID:_0x26a235}=_0x506373,{startColumn:_0x202bbf,startRow:_0x247eea,endColumn:_0x494b31,endRow:_0x1c5eff}=_0x338a5c,_0x5c67e9=_0x3393de[_0x4b3b49(0x58e)](_0x247eea,_0x202bbf,_0x123494,_0x4e28e3),_0x48723f=_0x3393de[_0x4b3b49(0x58e)](_0x1c5eff,_0x494b31,_0x123494,_0x4e28e3),{columnHeaderHeightAndMarginTop:_0x34100f}=_0x4e28e3,{startX:_0x498424,startY:_0x126d7e}=_0x5c67e9,{endX:_0x366c5d,endY:_0x8d021b}=_0x48723f,_0x412d73=_0x366c5d-_0x498424,_0x82d19b=_0x8d021b-_0x126d7e,_0x198191={'labelPosition':_0x126d7e-_0x34100f>=_0xd366ac?_0x4b3b49(0x286):_0x4b3b49(0x5d3),'sheetID':_0x26a235,'range':_0x338a5c,'color':_0x264a44,'name':_0x1bdc8a,'selection':_0x59044b,'left':_0x498424,'top':_0x126d7e,'width':_0x412d73,'height':_0x82d19b,'evented':!0x1,'zIndex':_0x1d0848};return new _0x21275c(_0x1bdc8a,_0x198191);});_0x123494[_0x527536(0x22f)](_0x942aa5,_0x136a33),this[_0x527536(0x638)]=new Set(_0x942aa5);}[_0x5e0aad(0x55c)](){const _0x29d6ab=_0x5e0aad;var _0x519737;(_0x519737=this[_0x29d6ab(0x638)])==null||_0x519737[_0x29d6ab(0x5f7)](_0x53cd7d=>_0x53cd7d[_0x29d6ab(0x5f0)]());}[_0x5e0aad(0x288)](){const _0x478739=_0x5e0aad;return _0x3393de[_0x478739(0x370)](this[_0x478739(0x5d7)]['unit'],this[_0x478739(0x5d7)]);}};_0x524d2b=_0x865623([_0x47c102(0x1,_0x260eff['Inject'](_0x3393de['SheetSkeletonManagerService'])),_0x47c102(0x2,_0x260eff['Inject'](_0x450ee9)),_0x47c102(0x3,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x36f)]))],_0x524d2b);function _0x51410b(_0x28c024){const _0xa00861=_0x5e0aad,_0x5b7414=new Map();return _0x28c024[_0xa00861(0x5f7)](_0x1fd9d2=>{const _0x203f25=_0xa00861;if(_0x5b7414['has'](_0x1fd9d2[_0x203f25(0x3ee)])){const _0x4e3741=_0x5b7414['get'](_0x1fd9d2[_0x203f25(0x3ee)]);_0x4e3741['name']+=',\x20'+_0x1fd9d2[_0x203f25(0x3d3)];}else _0x5b7414['set'](_0x1fd9d2['selection'],_0x1fd9d2);}),Array[_0xa00861(0x39a)](_0x5b7414[_0xa00861(0x545)]());}var _0x2efbf9=typeof globalThis<'u'?globalThis:typeof window<'u'?window:typeof global<'u'?global:typeof self<'u'?self:{};function _0x476764(_0x4bf079){const _0xcb8175=_0x5e0aad;return _0x4bf079&&_0x4bf079[_0xcb8175(0x3dc)]&&Object[_0xcb8175(0x387)]['hasOwnProperty'][_0xcb8175(0x35e)](_0x4bf079,'default')?_0x4bf079['default']:_0x4bf079;}var _0x5b51a3={'exports':{}},_0xf3b031={},_0x579c99=_0x4f19ed,_0x34adb8=Symbol[_0x5e0aad(0x600)](_0x5e0aad(0x411)),_0x4664e4=Symbol[_0x5e0aad(0x600)](_0x5e0aad(0x314)),_0x183277=Object[_0x5e0aad(0x387)][_0x5e0aad(0x1f4)],_0x313fb4=_0x579c99['__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED'][_0x5e0aad(0x19c)],_0x4540c2={'key':!0x0,'ref':!0x0,'__self':!0x0,'__source':!0x0};function _0x5d39cb(_0x299fcd,_0x435080,_0x4bb0af){const _0x2b9052=_0x5e0aad;var _0x1bf81d,_0x2227f3={},_0x40d247=null,_0x198bc2=null;_0x4bb0af!==void 0x0&&(_0x40d247=''+_0x4bb0af),_0x435080['key']!==void 0x0&&(_0x40d247=''+_0x435080['key']),_0x435080[_0x2b9052(0x3b6)]!==void 0x0&&(_0x198bc2=_0x435080['ref']);for(_0x1bf81d in _0x435080)_0x183277[_0x2b9052(0x35e)](_0x435080,_0x1bf81d)&&!_0x4540c2['hasOwnProperty'](_0x1bf81d)&&(_0x2227f3[_0x1bf81d]=_0x435080[_0x1bf81d]);if(_0x299fcd&&_0x299fcd[_0x2b9052(0x40b)]){for(_0x1bf81d in(_0x435080=_0x299fcd[_0x2b9052(0x40b)],_0x435080))_0x2227f3[_0x1bf81d]===void 0x0&&(_0x2227f3[_0x1bf81d]=_0x435080[_0x1bf81d]);}return{'$$typeof':_0x34adb8,'type':_0x299fcd,'key':_0x40d247,'ref':_0x198bc2,'props':_0x2227f3,'_owner':_0x313fb4['current']};}_0xf3b031[_0x5e0aad(0x396)]=_0x4664e4,_0xf3b031[_0x5e0aad(0x3c9)]=_0x5d39cb,_0xf3b031[_0x5e0aad(0x63e)]=_0x5d39cb,_0x5b51a3[_0x5e0aad(0x4d6)]=_0xf3b031;var _0x2c1b5e=_0x5b51a3[_0x5e0aad(0x4d6)],_0x24d9dc=function(){const _0x3a275a=_0x5e0aad;return _0x24d9dc=Object[_0x3a275a(0x606)]||function(_0x365506){const _0x29e4e9=_0x3a275a;for(var _0x291a7c,_0x49ff39=0x1,_0x5f006a=arguments['length'];_0x49ff39<_0x5f006a;_0x49ff39++){_0x291a7c=arguments[_0x49ff39];for(var _0x2e2910 in _0x291a7c)Object[_0x29e4e9(0x387)][_0x29e4e9(0x1f4)][_0x29e4e9(0x35e)](_0x291a7c,_0x2e2910)&&(_0x365506[_0x2e2910]=_0x291a7c[_0x2e2910]);}return _0x365506;},_0x24d9dc[_0x3a275a(0x326)](this,arguments);},_0x9ac772=function(_0x18835d,_0x5221cc){const _0x199f54=_0x5e0aad;var _0x4e00b1={};for(var _0x1a50a6 in _0x18835d)Object[_0x199f54(0x387)]['hasOwnProperty']['call'](_0x18835d,_0x1a50a6)&&_0x5221cc[_0x199f54(0x274)](_0x1a50a6)<0x0&&(_0x4e00b1[_0x1a50a6]=_0x18835d[_0x1a50a6]);if(_0x18835d!=null&&typeof Object[_0x199f54(0x587)]==_0x199f54(0x525)){for(var _0x121135=0x0,_0x1a50a6=Object[_0x199f54(0x587)](_0x18835d);_0x121135<_0x1a50a6['length'];_0x121135++)_0x5221cc[_0x199f54(0x274)](_0x1a50a6[_0x121135])<0x0&&Object[_0x199f54(0x387)]['propertyIsEnumerable'][_0x199f54(0x35e)](_0x18835d,_0x1a50a6[_0x121135])&&(_0x4e00b1[_0x1a50a6[_0x121135]]=_0x18835d[_0x1a50a6[_0x121135]]);}return _0x4e00b1;},_0xd51590=_0x4f19ed['forwardRef'](function(_0x56216b,_0x43ce22){const _0x1e54ab=_0x5e0aad;var _0x23623e=_0x56216b[_0x1e54ab(0x50b)],_0x13e05f=_0x56216b['id'],_0x1d08d0=_0x56216b['className'],_0x34e1fd=_0x56216b[_0x1e54ab(0x26d)],_0x23b66a=_0x9ac772(_0x56216b,[_0x1e54ab(0x50b),'id',_0x1e54ab(0x629),'extend']),_0x287c15=_0x1e54ab(0x494)[_0x1e54ab(0x476)](_0x13e05f,'\x20')['concat'](_0x1d08d0||'')['trim'](),_0x46653e=_0x4f19ed[_0x1e54ab(0x1c7)]('_'[_0x1e54ab(0x476)](_0x4f3398()));return _0x5dade3(_0x23623e,''[_0x1e54ab(0x476)](_0x13e05f),{'defIds':_0x23623e[_0x1e54ab(0x1aa)],'idSuffix':_0x46653e[_0x1e54ab(0x4e5)]},_0x24d9dc({'ref':_0x43ce22,'className':_0x287c15},_0x23b66a),_0x34e1fd);});function _0x5dade3(_0x3fab16,_0x571b47,_0x3840cf,_0x125adb,_0x3171a8){const _0x3d1e53=_0x5e0aad;return _0x4f19ed[_0x3d1e53(0x3e1)](_0x3fab16[_0x3d1e53(0x572)],_0x24d9dc(_0x24d9dc({'key':_0x571b47},_0x21a397(_0x3fab16,_0x3840cf,_0x3171a8)),_0x125adb),(_0x402314(_0x3fab16,_0x3840cf)[_0x3d1e53(0x1a9)]||[])['map'](function(_0x400a45,_0x1e8cfc){const _0x52fe63=_0x3d1e53;return _0x5dade3(_0x400a45,''[_0x52fe63(0x476)](_0x571b47,'-')[_0x52fe63(0x476)](_0x3fab16[_0x52fe63(0x572)],'-')['concat'](_0x1e8cfc),_0x3840cf,void 0x0,_0x3171a8);}));}function _0x21a397(_0x3944be,_0x5d1b51,_0x3a46dc){const _0x1bf347=_0x5e0aad;var _0x37e01b=_0x24d9dc({},_0x3944be[_0x1bf347(0x52d)]);_0x3a46dc!=null&&_0x3a46dc[_0x1bf347(0x243)]&&_0x37e01b[_0x1bf347(0x4d5)]==='colorChannel1'&&(_0x37e01b[_0x1bf347(0x4d5)]=_0x3a46dc[_0x1bf347(0x243)]);var _0x21b388=_0x5d1b51[_0x1bf347(0x1aa)];return!_0x21b388||_0x21b388[_0x1bf347(0x1cc)]===0x0||(_0x3944be[_0x1bf347(0x572)]===_0x1bf347(0x457)&&_0x37e01b[_0x1bf347(0x266)]&&(_0x37e01b['xlink:href']=_0x37e01b['xlink:href']+_0x5d1b51['idSuffix']),Object[_0x1bf347(0x3b9)](_0x37e01b)['forEach'](function(_0x36b678){const _0x557636=_0x1bf347;var _0x51bc40=_0x36b678[0x0],_0x25e533=_0x36b678[0x1];typeof _0x25e533==_0x557636(0x1c3)&&(_0x37e01b[_0x51bc40]=_0x25e533[_0x557636(0x62b)](/url\(#(.*)\)/,'url(#$1'[_0x557636(0x476)](_0x5d1b51[_0x557636(0x201)],')')));})),_0x37e01b;}function _0x402314(_0xea1df0,_0x5110ec){const _0x46511c=_0x5e0aad;var _0x155c9a,_0x3acc03=_0x5110ec['defIds'];return!_0x3acc03||_0x3acc03[_0x46511c(0x1cc)]===0x0?_0xea1df0:_0xea1df0[_0x46511c(0x572)]===_0x46511c(0x40e)&&(!((_0x155c9a=_0xea1df0['children'])===null||_0x155c9a===void 0x0)&&_0x155c9a['length'])?_0x24d9dc(_0x24d9dc({},_0xea1df0),{'children':_0xea1df0[_0x46511c(0x1a9)][_0x46511c(0x2f4)](function(_0x44230f){const _0x36fdc4=_0x46511c;return typeof _0x44230f[_0x36fdc4(0x52d)]['id']==_0x36fdc4(0x1c3)&&_0x3acc03&&_0x3acc03[_0x36fdc4(0x274)](_0x44230f[_0x36fdc4(0x52d)]['id'])>-0x1?_0x24d9dc(_0x24d9dc({},_0x44230f),{'attrs':_0x24d9dc(_0x24d9dc({},_0x44230f[_0x36fdc4(0x52d)]),{'id':_0x44230f['attrs']['id']+_0x5110ec[_0x36fdc4(0x201)]})}):_0x44230f;})}):_0xea1df0;}function _0x4f3398(){const _0x19e9cf=_0x5e0aad;return Math[_0x19e9cf(0x631)]()[_0x19e9cf(0x2dc)](0x24)['substring'](0x2,0x8);}_0xd51590[_0x5e0aad(0x26e)]='UniverIcon';var _0x2f5b66={'tag':_0x5e0aad(0x5fa),'attrs':{'fill':'none','viewBox':_0x5e0aad(0x4be),'width':_0x5e0aad(0x252),'height':_0x5e0aad(0x252)},'children':[{'tag':'g','attrs':{'clipPath':_0x5e0aad(0x5f6)},'children':[{'tag':_0x5e0aad(0x3e8),'attrs':{'stroke':'currentColor','d':_0x5e0aad(0x486),'strokeLinecap':'round','strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':_0x5e0aad(0x40e),'attrs':{},'children':[{'tag':_0x5e0aad(0x20d),'attrs':{'id':_0x5e0aad(0x1d4)},'children':[{'tag':_0x5e0aad(0x3e8),'attrs':{'fill':_0x5e0aad(0x2fd),'d':_0x5e0aad(0x4fe)}}]}]}],'defIds':['off-line-single_clip0_910_343']},_0x3c80eb=_0x4f19ed[_0x5e0aad(0x61d)](function(_0x49ef99,_0x2fbf2b){const _0x71fe0e=_0x5e0aad;return _0x4f19ed['createElement'](_0xd51590,Object['assign']({},_0x49ef99,{'id':_0x71fe0e(0x5e9),'ref':_0x2fbf2b,'icon':_0x2f5b66}));});_0x3c80eb['displayName']=_0x5e0aad(0x5e7);var _0x42001e={'tag':'svg','attrs':{'fill':'none','viewBox':_0x5e0aad(0x27c),'width':_0x5e0aad(0x252),'height':_0x5e0aad(0x252)},'children':[{'tag':'g','attrs':{'clipPath':'url(#on-line-single_clip0_910_349)'},'children':[{'tag':'path','attrs':{'stroke':_0x5e0aad(0x580),'d':'M4.5865\x2011.6499C3.36983\x2011.6499\x201.6665\x2011.1024\x201.6665\x208.9124C1.6665\x206.3574\x204.2215\x205.8099\x204.9515\x205.8099C5.3165\x204.5324\x206.0465\x202.5249\x208.9665\x202.5249C11.5215\x202.5249\x2012.6165\x203.9849\x2012.9815\x205.2624C12.9815\x205.2624\x2016.2665\x205.6274\x2016.2665\x208.7299C16.2665\x2010.9199\x2014.8065\x2011.6499\x2013.3465\x2011.6499M6.7767\x2011.6497L8.9667\x2013.4747L11.8867\x209.82466','strokeLinecap':_0x5e0aad(0x461),'strokeLinejoin':'round','strokeWidth':1.2}}]},{'tag':_0x5e0aad(0x40e),'attrs':{},'children':[{'tag':_0x5e0aad(0x20d),'attrs':{'id':'on-line-single_clip0_910_349'},'children':[{'tag':_0x5e0aad(0x3e8),'attrs':{'fill':_0x5e0aad(0x2fd),'d':'M0\x200H16V16H0z','transform':_0x5e0aad(0x300)}}]}]}],'defIds':[_0x5e0aad(0x5fe)]},_0x3e3880=_0x4f19ed[_0x5e0aad(0x61d)](function(_0x1747a0,_0x39baad){const _0x5cae36=_0x5e0aad;return _0x4f19ed[_0x5cae36(0x3e1)](_0xd51590,Object['assign']({},_0x1747a0,{'id':_0x5cae36(0x3c4),'ref':_0x39baad,'icon':_0x42001e}));});_0x3e3880[_0x5e0aad(0x26e)]='OnLineSingle';function _0x143813(_0x5b1768){const _0x583b5f=_0x5e0aad;var _0x3d621a,_0x244406,_0xcfa92a='';if(typeof _0x5b1768==_0x583b5f(0x1c3)||typeof _0x5b1768=='number')_0xcfa92a+=_0x5b1768;else{if(typeof _0x5b1768==_0x583b5f(0x496)){if(Array[_0x583b5f(0x54b)](_0x5b1768)){var _0xcbf304=_0x5b1768[_0x583b5f(0x1cc)];for(_0x3d621a=0x0;_0x3d621a<_0xcbf304;_0x3d621a++)_0x5b1768[_0x3d621a]&&(_0x244406=_0x143813(_0x5b1768[_0x3d621a]))&&(_0xcfa92a&&(_0xcfa92a+='\x20'),_0xcfa92a+=_0x244406);}else{for(_0x244406 in _0x5b1768)_0x5b1768[_0x244406]&&(_0xcfa92a&&(_0xcfa92a+='\x20'),_0xcfa92a+=_0x244406);}}}return _0xcfa92a;}function _0x2a39c5(){const _0x54b882=_0x5e0aad;for(var _0x1a64ee,_0x2eabaa,_0x3b0a2d=0x0,_0x39eaa1='',_0x4253a4=arguments[_0x54b882(0x1cc)];_0x3b0a2d<_0x4253a4;_0x3b0a2d++)(_0x1a64ee=arguments[_0x3b0a2d])&&(_0x2eabaa=_0x143813(_0x1a64ee))&&(_0x39eaa1&&(_0x39eaa1+='\x20'),_0x39eaa1+=_0x2eabaa);return _0x39eaa1;}const _0x58d0af={'onlineStatusIcon':_0x5e0aad(0x435),'onlineStatusTitle':_0x5e0aad(0x2d8),'onlineStatus':'univer-online-status','online':'univer-online','offline':_0x5e0aad(0x479)};function _0x370854(_0x523525){const _0x4630de=_0x5e0aad;switch(_0x523525){case _0x198fc6['OFFLINE']:return'collabStatus.offline';case _0x198fc6[_0x4630de(0x584)]:return _0x4630de(0x1d8);case _0x198fc6[_0x4630de(0x611)]:return _0x4630de(0x401);case _0x198fc6[_0x4630de(0x313)]:return'collabStatus.notCollab';case _0x198fc6[_0x4630de(0x602)]:case _0x198fc6[_0x4630de(0x1ef)]:return _0x4630de(0x1ff);case _0x198fc6[_0x4630de(0x56f)]:case _0x198fc6[_0x4630de(0x499)]:return _0x4630de(0x25e);}}function _0x5c30ae(_0x3c6b78){const _0x2285e8=_0x5e0aad,{status$:_0x4d4e31}=_0x3c6b78,_0x3a30e1=_0x604b87[_0x2285e8(0x583)](_0x4d4e31,_0x198fc6[_0x2285e8(0x313)]),_0x216493=_0x260eff[_0x2285e8(0x48b)](_0x260eff[_0x2285e8(0x2a3)]),_0x3bf334=_0x260eff[_0x2285e8(0x48b)](_0xc68ebf['CollaborationSessionService']),_0x2f509d=_0x3a30e1!==_0x198fc6[_0x2285e8(0x269)],_0x52a2ce=_0x216493['t'](_0x370854(_0x3a30e1)),_0x2ab37d=_0x2a39c5(_0x58d0af[_0x2285e8(0x392)],{[_0x58d0af[_0x2285e8(0x2c4)]]:_0x2f509d,[_0x58d0af[_0x2285e8(0x296)]]:!_0x2f509d}),_0xb78d1a=_0x2f509d?_0x2c1b5e[_0x2285e8(0x3c9)](_0x3e3880,{}):_0x2c1b5e[_0x2285e8(0x3c9)](_0x3c80eb,{}),_0x1a88af=_0x4f19ed['useCallback'](()=>{const _0x268dea=_0x2285e8;_0x2f509d||_0x3bf334[_0x268dea(0x2a8)]();},[_0x2f509d,_0x3bf334]);function _0x325a78(){const _0x1492dc=_0x2285e8;return _0x2c1b5e[_0x1492dc(0x63e)]('div',{'className':_0x2ab37d,'onClick':_0x1a88af,'children':[_0x2c1b5e['jsx'](_0x1492dc(0x371),{'className':_0x58d0af[_0x1492dc(0x1a7)],'children':_0xb78d1a}),_0x2c1b5e[_0x1492dc(0x3c9)](_0x1492dc(0x371),{'className':_0x58d0af[_0x1492dc(0x2d5)],'children':_0x52a2ce})]});}return _0x2f509d?_0x325a78():_0x2c1b5e['jsx'](_0x5b25cc[_0x2285e8(0x330)],{'title':_0x216493['t'](_0x2285e8(0x28f)),'children':_0x325a78()});}var _0x3766de=Object[_0x5e0aad(0x2e4)],_0x128ec5=Object['getOwnPropertyDescriptor'],_0xff20a5=(_0x25e079,_0x3900d8,_0x290794,_0x276425)=>{const _0x455cde=_0x5e0aad;for(var _0x40f25f=_0x276425>0x1?void 0x0:_0x276425?_0x128ec5(_0x3900d8,_0x290794):_0x3900d8,_0x4bec5d=_0x25e079[_0x455cde(0x1cc)]-0x1,_0x375b6e;_0x4bec5d>=0x0;_0x4bec5d--)(_0x375b6e=_0x25e079[_0x4bec5d])&&(_0x40f25f=(_0x276425?_0x375b6e(_0x3900d8,_0x290794,_0x40f25f):_0x375b6e(_0x40f25f))||_0x40f25f);return _0x276425&&_0x40f25f&&_0x3766de(_0x3900d8,_0x290794,_0x40f25f),_0x40f25f;},_0x288e90=(_0x174692,_0x513a06)=>(_0x21ba66,_0x1a030a)=>_0x513a06(_0x21ba66,_0x1a030a,_0x174692);_0xc68ebf[_0x5e0aad(0x493)]=class extends _0x260eff['Disposable']{constructor(_0x8d44ba,_0x58b521,_0x2a3fa0,_0x449ae6){const _0x194bc6=_0x5e0aad;super(),_0x133e34(this,_0x194bc6(0x231),new _0x543965[(_0x194bc6(0x20b))](_0x198fc6[_0x194bc6(0x313)])),(this[_0x194bc6(0x434)]=_0x8d44ba,this[_0x194bc6(0x2b9)]=_0x58b521,this[_0x194bc6(0x2a2)]=_0x2a3fa0,this[_0x194bc6(0x48d)]=_0x449ae6,this[_0x194bc6(0x1a6)](),this['_initStatusListener']());}['_initStatusListener'](){const _0x18a5d0=_0x5e0aad;this[_0x18a5d0(0x539)](this[_0x18a5d0(0x434)][_0x18a5d0(0x3ec)][_0x18a5d0(0x4f6)](_0x543965[_0x18a5d0(0x3fb)](()=>{const _0x268f3b=_0x18a5d0,_0xaafe56=this[_0x268f3b(0x434)][_0x268f3b(0x24e)]();return _0xaafe56?this[_0x268f3b(0x48d)][_0x268f3b(0x33a)](_0xaafe56['getUnitId']()):_0x543965['of'](null);}),_0x543965[_0x18a5d0(0x3fb)](_0x29f96d=>_0x29f96d?_0x29f96d[_0x18a5d0(0x29b)]:_0x543965['of'](_0x198fc6[_0x18a5d0(0x313)])))[_0x18a5d0(0x19e)](_0x36a0ba=>{const _0x497563=_0x18a5d0;this[_0x497563(0x231)]['next'](_0x36a0ba);}));}[_0x5e0aad(0x1a6)](){const _0x703ede=_0x5e0aad;this['disposeWithMe'](this[_0x703ede(0x2b9)]['registerComponent'](_0x604b87[_0x703ede(0x5bb)][_0x703ede(0x5e1)],()=>_0x260eff[_0x703ede(0x4bc)](_0x415fc9({'status$':this[_0x703ede(0x231)][_0x703ede(0x211)]()}),this[_0x703ede(0x2a2)])));}},_0xc68ebf[_0x5e0aad(0x493)]=_0xff20a5([_0x288e90(0x0,_0x260eff[_0x5e0aad(0x44d)]),_0x288e90(0x1,_0x604b87['IUIPartsService']),_0x288e90(0x2,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x288e90(0x3,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x414)]))],_0xc68ebf[_0x5e0aad(0x493)]);function _0x415fc9(_0x5e644b){const {status$:_0x214f96}=_0x5e644b;return function(){const _0xe0efed=_0x4e9c;return _0x2c1b5e[_0xe0efed(0x3c9)](_0x5c30ae,{'status$':_0x214f96});};}const _0x464247=_0x260eff[_0x5e0aad(0x640)](_0x5e0aad(0x4ea));var _0x732c5a=Object[_0x5e0aad(0x2e4)],_0x94d627=Object[_0x5e0aad(0x585)],_0x39825e=(_0x1b6a57,_0x3e6d8d,_0x54fca8,_0x5d9e7f)=>{const _0x5aa8f0=_0x5e0aad;for(var _0x440b0c=_0x5d9e7f>0x1?void 0x0:_0x5d9e7f?_0x94d627(_0x3e6d8d,_0x54fca8):_0x3e6d8d,_0x57290b=_0x1b6a57[_0x5aa8f0(0x1cc)]-0x1,_0x16fc5f;_0x57290b>=0x0;_0x57290b--)(_0x16fc5f=_0x1b6a57[_0x57290b])&&(_0x440b0c=(_0x5d9e7f?_0x16fc5f(_0x3e6d8d,_0x54fca8,_0x440b0c):_0x16fc5f(_0x440b0c))||_0x440b0c);return _0x5d9e7f&&_0x440b0c&&_0x732c5a(_0x3e6d8d,_0x54fca8,_0x440b0c),_0x440b0c;},_0x2d3096=(_0x5cddaa,_0x4263f9)=>(_0x14304d,_0x2c7300)=>_0x4263f9(_0x14304d,_0x2c7300,_0x5cddaa);_0xc68ebf['DataLoaderController']=class extends _0x260eff['RxDisposable']{constructor(_0xfd4c79,_0x4f1b21,_0x2268d3,_0xd63873,_0x200966,_0x209bc3){const _0x2f69d5=_0x5e0aad;super(),this[_0x2f69d5(0x440)]=_0xfd4c79,this[_0x2f69d5(0x250)]=_0x4f1b21,this[_0x2f69d5(0x589)]=_0x2268d3,this[_0x2f69d5(0x5bd)]=_0xd63873,this['_snapshotService']=_0x200966,_0x209bc3?_0x209bc3==null||_0x209bc3[_0x2f69d5(0x2d0)]()[_0x2f69d5(0x42c)](()=>this['_init']()):(this[_0x2f69d5(0x250)][_0x2f69d5(0x54f)](_0x2f69d5(0x37c),_0x2f69d5(0x4c6)),this[_0x2f69d5(0x1de)]());}async['_init'](){const _0x488b8e=_0x5e0aad,_0x3b47d9=this[_0x488b8e(0x440)][_0x488b8e(0x5c1)]('unit'),_0x514585=this['_urlService'][_0x488b8e(0x5c1)](_0x488b8e(0x1d1));if(!_0x3b47d9||!_0x514585){this['_logService'][_0x488b8e(0x54f)](_0x488b8e(0x37c),_0x488b8e(0x56d));return;}switch(Number(_0x514585)){case _0x376044[_0x488b8e(0x31f)]:{const _0xe75966=await this[_0x488b8e(0x329)](_0x3b47d9);this['_setupSubUnitSync'](_0xe75966);break;}case _0x376044[_0x488b8e(0x246)]:{await this['_loadDoc'](_0x3b47d9);break;}default:{this[_0x488b8e(0x250)][_0x488b8e(0x346)](_0x488b8e(0x37c),_0x488b8e(0x381));break;}}}async[_0x5e0aad(0x627)](_0x596986){const _0x451a07=_0x5e0aad;await this[_0x451a07(0x37a)](_0x596986),_0x596986[_0x451a07(0x2e9)][_0x451a07(0x4f6)](_0x543965[_0x451a07(0x248)](this[_0x451a07(0x34a)]))[_0x451a07(0x19e)](_0x5687b8=>{const _0x4e52c2=_0x451a07;_0x5687b8&&this[_0x4e52c2(0x5cf)](_0x5687b8);}),this['_urlService'][_0x451a07(0x406)][_0x451a07(0x4f6)](_0x543965[_0x451a07(0x248)](this[_0x451a07(0x34a)]))['subscribe'](()=>this[_0x451a07(0x37a)](_0x596986));}['_updateURLWithCurrentState'](_0x1d2dc3,_0x6abbb9=!0x1){const _0x10dfc6=_0x5e0aad,_0x33a38b=this[_0x10dfc6(0x440)][_0x10dfc6(0x5c1)]('subunit');_0x1d2dc3['getSheetId']()!==_0x33a38b&&this[_0x10dfc6(0x440)]['setParam'](_0x10dfc6(0x290),_0x1d2dc3[_0x10dfc6(0x460)](),_0x6abbb9);}async['_updateSubUnitFromURLParams'](_0x37dc31){const _0x4a1c97=_0x5e0aad;var _0x21a284;const _0x49272c=this[_0x4a1c97(0x440)][_0x4a1c97(0x5c1)](_0x4a1c97(0x290));if(!_0x49272c||!_0x37dc31[_0x4a1c97(0x43b)](_0x49272c)){const _0x5d438c=_0x37dc31[_0x4a1c97(0x574)]()[0x0],_0x3ea29a=_0x37dc31['getSheetBySheetId'](_0x5d438c);if(!_0x3ea29a)return;this[_0x4a1c97(0x5cf)](_0x3ea29a,!0x0),await this[_0x4a1c97(0x589)][_0x4a1c97(0x336)](_0x47516e[_0x4a1c97(0x438)]['id'],{'unitId':_0x37dc31[_0x4a1c97(0x1d7)](),'subUnitId':_0x5d438c});return;}((_0x21a284=_0x37dc31[_0x4a1c97(0x19d)]())==null?void 0x0:_0x21a284['getSheetId']())!==_0x49272c&&await this[_0x4a1c97(0x589)][_0x4a1c97(0x336)](_0x47516e[_0x4a1c97(0x438)]['id'],{'unitId':_0x37dc31[_0x4a1c97(0x1d7)](),'subUnitId':_0x49272c});}async[_0x5e0aad(0x329)](_0x3f78e2){const _0x376cc5=_0x5e0aad;let _0x4620e5=0x0;const _0x5af00d=await this['_localCacheService']['loadOfflineData'](_0x3f78e2);return _0x5af00d&&(_0x5af00d['awaitingChangeset']||_0x5af00d[_0x376cc5(0x3fa)][_0x376cc5(0x1cc)]!==0x0)&&(_0x4620e5=_0x5af00d['rev']),_0x4620e5===0x0&&this[_0x376cc5(0x250)][_0x376cc5(0x54f)](_0x376cc5(0x37c),_0x376cc5(0x3e4)),this[_0x376cc5(0x541)]['loadSheet'](_0x3f78e2,_0x4620e5);}async[_0x5e0aad(0x3bf)](_0x2841b8){const _0xd115fe=_0x5e0aad;let _0x390d67=0x0;const _0x1a9db0=await this[_0xd115fe(0x5bd)][_0xd115fe(0x4ba)](_0x2841b8);return _0x1a9db0&&(_0x1a9db0[_0xd115fe(0x2a9)]||_0x1a9db0['mutations'][_0xd115fe(0x1cc)]!==0x0)&&(_0x390d67=_0x1a9db0[_0xd115fe(0x1c5)]),_0x390d67===0x0&&this[_0xd115fe(0x250)][_0xd115fe(0x54f)](_0xd115fe(0x37c),_0xd115fe(0x3e4)),this[_0xd115fe(0x541)]['loadDoc'](_0x2841b8,_0x390d67);}},_0xc68ebf[_0x5e0aad(0x56b)]=_0x39825e([_0x2d3096(0x0,_0x464247),_0x2d3096(0x1,_0x260eff[_0x5e0aad(0x5a8)]),_0x2d3096(0x2,_0x260eff[_0x5e0aad(0x61f)]),_0x2d3096(0x3,_0x260eff[_0x5e0aad(0x34e)](_0xc68ebf[_0x5e0aad(0x257)])),_0x2d3096(0x4,_0x260eff[_0x5e0aad(0x34e)](_0x11d062[_0x5e0aad(0x213)])),_0x2d3096(0x5,_0x260eff['Optional'](_0x57856c[_0x5e0aad(0x60a)]))],_0xc68ebf['DataLoaderController']);var _0x25b450=Object[_0x5e0aad(0x2e4)],_0x4d4dc4=Object[_0x5e0aad(0x585)],_0x35cf2a=(_0x3b097f,_0x146235,_0x42d06b,_0x43358c)=>{const _0x22ed01=_0x5e0aad;for(var _0x372648=_0x43358c>0x1?void 0x0:_0x43358c?_0x4d4dc4(_0x146235,_0x42d06b):_0x146235,_0x46cdd2=_0x3b097f[_0x22ed01(0x1cc)]-0x1,_0x12feb2;_0x46cdd2>=0x0;_0x46cdd2--)(_0x12feb2=_0x3b097f[_0x46cdd2])&&(_0x372648=(_0x43358c?_0x12feb2(_0x146235,_0x42d06b,_0x372648):_0x12feb2(_0x372648))||_0x372648);return _0x43358c&&_0x372648&&_0x25b450(_0x146235,_0x42d06b,_0x372648),_0x372648;},_0x49d14e=(_0x2f45b8,_0x22a75f)=>(_0x37d5fc,_0x50851c)=>_0x22a75f(_0x37d5fc,_0x50851c,_0x2f45b8);const _0x4d498d='DEFAULT_FILE_NAME',_0x2af213='Univer';let _0x3fb254=class extends _0x260eff[_0x5e0aad(0x2ec)]{constructor(_0x57c418,_0x1adffb){const _0x4fa771=_0x5e0aad;super(),this[_0x4fa771(0x434)]=_0x57c418,this[_0x4fa771(0x350)]=_0x1adffb,this[_0x4fa771(0x1de)]();}[_0x5e0aad(0x1de)](){const _0x2fa51f=_0x5e0aad;this[_0x2fa51f(0x539)](this[_0x2fa51f(0x434)][_0x2fa51f(0x3ec)]['subscribe'](()=>{const _0x3c3a86=_0x2fa51f;var _0x1f0880;const _0x4969be=this[_0x3c3a86(0x434)]['getFocusedUnit']();let _0x8f3819=(_0x1f0880=this[_0x3c3a86(0x350)][_0x3c3a86(0x21b)](_0x4d498d))!=null?_0x1f0880:_0x2af213;_0x4969be instanceof _0x260eff[_0x3c3a86(0x317)]&&(_0x8f3819=_0x4969be[_0x3c3a86(0x3d3)]),document[_0x3c3a86(0x2ab)]=_0x8f3819;}));}};_0x3fb254=_0x35cf2a([_0x49d14e(0x0,_0x260eff[_0x5e0aad(0x44d)]),_0x49d14e(0x1,_0x260eff[_0x5e0aad(0x55e)])],_0x3fb254);var _0x46bc78=Object[_0x5e0aad(0x2e4)],_0x266197=Object['getOwnPropertyDescriptor'],_0x31a199=(_0xda4a07,_0x378bef,_0x5307a9,_0x29c333)=>{const _0x4524d6=_0x5e0aad;for(var _0x18f5a9=_0x29c333>0x1?void 0x0:_0x29c333?_0x266197(_0x378bef,_0x5307a9):_0x378bef,_0x3f5f31=_0xda4a07[_0x4524d6(0x1cc)]-0x1,_0x1dbcd0;_0x3f5f31>=0x0;_0x3f5f31--)(_0x1dbcd0=_0xda4a07[_0x3f5f31])&&(_0x18f5a9=(_0x29c333?_0x1dbcd0(_0x378bef,_0x5307a9,_0x18f5a9):_0x1dbcd0(_0x18f5a9))||_0x18f5a9);return _0x29c333&&_0x18f5a9&&_0x46bc78(_0x378bef,_0x5307a9,_0x18f5a9),_0x18f5a9;},_0x2818b8=(_0x437d54,_0x3e2a0c)=>(_0x3f0218,_0x324609)=>_0x3e2a0c(_0x3f0218,_0x324609,_0x437d54);let _0x461190=class{constructor(_0x24fc0f,_0xa7b6cc,_0x3d10fd){const _0xfc4505=_0x5e0aad;this[_0xfc4505(0x350)]=_0x24fc0f,this[_0xfc4505(0x599)]=_0xa7b6cc,this[_0xfc4505(0x4a0)]=_0x3d10fd,this[_0xfc4505(0x57f)]();}[_0x5e0aad(0x57f)](){const _0x27b817=_0x5e0aad;this[_0x27b817(0x599)]['registerHTTPInterceptor']({'priority':0x1,'interceptor':(_0x5f45d4,_0x5e9c01)=>_0x5e9c01(_0x5f45d4)[_0x27b817(0x4f6)](_0x543965[_0x27b817(0x4c4)](async _0x22cbd3=>{const _0x4939ff=_0x27b817,_0x5e23a8=_0x22cbd3;if(_0x5e23a8['status']===0x191&&window['confirm'](this[_0x4939ff(0x4a0)]['t'](_0x4939ff(0x2fc)))){const _0x19b106=window['encodeURIComponent'](window['location'][_0x4939ff(0x53c)]);window[_0x4939ff(0x37d)][_0x4939ff(0x53c)]=this[_0x4939ff(0x564)]()+_0x4939ff(0x226)+_0x19b106;}return _0x5e23a8;}))});}['_getLoginPath'](){const _0x4259c8=_0x5e0aad;var _0x5440e7,_0x2ffcf4;const _0x11b471=this[_0x4259c8(0x350)][_0x4259c8(0x21b)](_0x38bbff),_0x5827b3=this[_0x4259c8(0x350)]['getConfig'](_0x48905f);return(_0x2ffcf4=(_0x5440e7=_0x5827b3==null?void 0x0:_0x5827b3[_0x4259c8(0x2c7)])!=null?_0x5440e7:_0x11b471)!=null?_0x2ffcf4:_0xfc3e4;}};_0x461190=_0x31a199([_0x2818b8(0x0,_0x260eff[_0x5e0aad(0x55e)]),_0x2818b8(0x1,_0x260eff['Inject'](_0x155315['HTTPService'])),_0x2818b8(0x2,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x2a3)]))],_0x461190);var _0xe7a4f4=Object[_0x5e0aad(0x2e4)],_0x479261=Object[_0x5e0aad(0x585)],_0xad118e=(_0x2650e9,_0x16651d,_0x4e6790,_0x33ee19)=>{for(var _0x489aeb=_0x33ee19>0x1?void 0x0:_0x33ee19?_0x479261(_0x16651d,_0x4e6790):_0x16651d,_0x34cf0e=_0x2650e9['length']-0x1,_0x39067d;_0x34cf0e>=0x0;_0x34cf0e--)(_0x39067d=_0x2650e9[_0x34cf0e])&&(_0x489aeb=(_0x33ee19?_0x39067d(_0x16651d,_0x4e6790,_0x489aeb):_0x39067d(_0x489aeb))||_0x489aeb);return _0x33ee19&&_0x489aeb&&_0xe7a4f4(_0x16651d,_0x4e6790,_0x489aeb),_0x489aeb;},_0x257051=(_0x1c4a72,_0x3a23ab)=>(_0x37ab1a,_0x37ebbc)=>_0x3a23ab(_0x37ab1a,_0x37ebbc,_0x1c4a72);const _0x1e0a3a=_0x5e0aad(0x4fc),_0x58a26c=_0x5e0aad(0x345);_0xc68ebf['AuthzIoHttpService']=class extends _0x260eff[_0x5e0aad(0x2ec)]{constructor(_0x45e027,_0x3bef35){const _0x4b9a5d=_0x5e0aad;super(),this[_0x4b9a5d(0x45c)]=_0x45e027,this[_0x4b9a5d(0x350)]=_0x3bef35,this[_0x4b9a5d(0x21c)]();}[_0x5e0aad(0x21c)](){const _0x315e61=_0x5e0aad,_0x4af9dd=this;this[_0x315e61(0x539)](this['_HTTPService']['registerHTTPInterceptor']({'priority':0x3e7,'interceptor':_0x155315[_0x315e61(0x46f)]({'isMatch'(_0x596070){const _0x4483c9=_0x315e61;var _0x6fca61;if(_0x596070[_0x4483c9(0x442)]===_0x4483c9(0x333)&&((_0x6fca61=_0x596070[_0x4483c9(0x26a)])!=null&&_0x6fca61['body'])){const {objectID:_0x4c033b,objectType:_0x423eac}=_0x596070[_0x4483c9(0x26a)][_0x4483c9(0x1e8)]||{};if(!_0x4c033b||_0x423eac===void 0x0)return!0x1;const _0xa018ad=_0x4af9dd[_0x4483c9(0x22c)]()+'/'+_0x423eac+'/object/'+_0x4c033b+_0x4483c9(0x488);if(_0x596070[_0x4483c9(0x642)]===_0xa018ad)return!0x0;}return!0x1;},'getParamsFromRequest'(_0x19de38){const _0x325b9c=_0x315e61;var _0x4b1ed2;return(_0x4b1ed2=_0x19de38[_0x325b9c(0x26a)])==null?void 0x0:_0x4b1ed2['body'];},'mergeParamsToRequest'(_0x5664e9,_0x5bfda1){const _0x2bd438=_0x315e61,_0x5cfcfe=_0x4af9dd['_getAPIPrefixPath']()+_0x2bd438(0x3ea),_0x37d21e=_0x5664e9[_0x2bd438(0x1ec)]((_0x4eec97,_0x18c543)=>{const {unitID:_0x5d7acf,objectID:_0x453ace,objectType:_0x17119b,actions:_0x2c1eb2}=_0x18c543;return _0x4eec97[_0x5d7acf]||(_0x4eec97[_0x5d7acf]={}),_0x4eec97[_0x5d7acf][_0x453ace]||(_0x4eec97[_0x5d7acf][_0x453ace]={'objectID':_0x453ace,'objectType':_0x17119b,'actions':[]}),_0x4eec97[_0x5d7acf][_0x453ace]['actions']['push'](..._0x2c1eb2),_0x4eec97;},{}),_0x4b7fca=[];for(const _0x41f9a9 in _0x37d21e)for(const _0x359971 in _0x37d21e[_0x41f9a9]){const {actions:_0x33c7c2,objectType:_0x21db07}=_0x37d21e[_0x41f9a9][_0x359971],_0x4fbc42=[...new Set(_0x33c7c2)];_0x4b7fca[_0x2bd438(0x616)]({'unitID':_0x41f9a9,'objectID':_0x359971,'objectType':_0x21db07,'actions':_0x4fbc42});}return new _0x155315[(_0x2bd438(0x410))](_0x2bd438(0x333),_0x5cfcfe,{'headers':_0x5bfda1[_0x2bd438(0x3d1)],'withCredentials':_0x5bfda1[_0x2bd438(0x20e)],'responseType':_0x5bfda1[_0x2bd438(0x218)],'body':{'requests':_0x4b7fca}});}},{'distributeResult'(_0x5e2bc1,_0x253ebd){const _0x1dd538=_0x315e61,{objectActions:_0x16907c}=_0x5e2bc1;return _0x253ebd[_0x1dd538(0x2f4)](_0xc0e876=>{const _0xc1ee7b=_0x1dd538,{unitID:_0x2f5654,objectID:_0x453aaf,actions:_0xd75f4b}=_0xc0e876,_0x2a177b=_0x16907c[_0xc1ee7b(0x3da)](_0xced833=>_0xced833[_0xc1ee7b(0x605)]===_0x2f5654&&_0xced833[_0xc1ee7b(0x214)]===_0x453aaf),_0x1ff6bf=_0xd75f4b['map'](_0x207cfe=>_0x2a177b==null?void 0x0:_0x2a177b['actions'][_0xc1ee7b(0x3da)](_0x44edc7=>_0x44edc7[_0xc1ee7b(0x27b)]===_0x207cfe))[_0xc1ee7b(0x2d9)](_0xf2beda=>!!_0xf2beda);return{'config':_0xc0e876,'result':{'actions':_0x1ff6bf,'error':_0x5e2bc1[_0xc1ee7b(0x346)]}};});}})}));}[_0x5e0aad(0x22c)](){const _0x1d7958=_0x5e0aad;var _0x227784,_0x2cb50a;const _0x586f58=this[_0x1d7958(0x350)][_0x1d7958(0x21b)](_0x1e0a3a),_0x3c71a2=this[_0x1d7958(0x350)][_0x1d7958(0x21b)](_0x48905f);return(_0x2cb50a=(_0x227784=_0x3c71a2==null?void 0x0:_0x3c71a2[_0x1d7958(0x4f8)])!=null?_0x227784:_0x586f58)!=null?_0x2cb50a:_0x58a26c;}async['create'](_0x119adf){const _0x59de2e=_0x5e0aad,_0xc87d0=this[_0x59de2e(0x22c)]()+'/'+_0x119adf[_0x59de2e(0x249)]+_0x59de2e(0x2db);return(await this[_0x59de2e(0x45c)][_0x59de2e(0x2d3)](_0xc87d0,{'body':_0x119adf}))[_0x59de2e(0x1e8)][_0x59de2e(0x214)]||'';}async[_0x5e0aad(0x4f1)](_0x561f76){const _0x12ae6b=_0x5e0aad,_0x4d3545=this[_0x12ae6b(0x22c)]()+_0x12ae6b(0x5a6);return(await this['_HTTPService'][_0x12ae6b(0x2d3)](_0x4d3545,{'body':_0x561f76}))[_0x12ae6b(0x1e8)][_0x12ae6b(0x5c9)];}async[_0x5e0aad(0x3c6)](_0x45074c){const _0x309d11=_0x5e0aad,_0x33028c=this[_0x309d11(0x22c)]()+'/'+_0x45074c[_0x309d11(0x249)]+_0x309d11(0x23d)+_0x45074c[_0x309d11(0x214)];await this[_0x309d11(0x45c)][_0x309d11(0x39e)](_0x33028c,{'body':_0x45074c});}async[_0x5e0aad(0x299)](_0x1e2196){const _0x1e4cff=_0x5e0aad,_0x104dfc=this['_getAPIPrefixPath']()+'/'+_0x1e2196[_0x1e4cff(0x249)]+_0x1e4cff(0x23d)+_0x1e2196[_0x1e4cff(0x214)]+_0x1e4cff(0x488);return(await this[_0x1e4cff(0x45c)][_0x1e4cff(0x2d3)](_0x104dfc,{'body':_0x1e2196}))[_0x1e4cff(0x1e8)]['actions'];}async[_0x5e0aad(0x22d)](_0x1dc6cd){const _0x3025ff=_0x5e0aad,_0x45cb45=this[_0x3025ff(0x22c)]()+_0x3025ff(0x3ea);return(await this[_0x3025ff(0x45c)]['post'](_0x45cb45,{'body':{'requests':_0x1dc6cd}}))[_0x3025ff(0x1e8)]['objectActions'];}async['listRoles'](_0x28ca4f){const _0xd199cd=_0x5e0aad,_0x2489d7=this[_0xd199cd(0x22c)]()+'/'+_0x28ca4f['objectType']+'/role',_0x57c8d9=await this[_0xd199cd(0x45c)][_0xd199cd(0x2d3)](_0x2489d7,{'body':_0x28ca4f});return{'roles':_0x57c8d9[_0xd199cd(0x1e8)][_0xd199cd(0x34d)],'actions':_0x57c8d9[_0xd199cd(0x1e8)][_0xd199cd(0x3d6)]};}async[_0x5e0aad(0x439)](_0x249990){const _0x33d00b=_0x5e0aad,_0x59fadc=this[_0x33d00b(0x22c)]()+_0x33d00b(0x22b);await this['_HTTPService'][_0x33d00b(0x516)](_0x59fadc,{'params':{'collaboratorID':_0x249990[_0x33d00b(0x1e0)],'objectID':_0x249990[_0x33d00b(0x214)],'unitID':_0x249990[_0x33d00b(0x605)]}});}async['updateCollaborator'](_0x3dc0f1){const _0x2f1e54=_0x5e0aad,_0xd8c7f=this['_getAPIPrefixPath']()+_0x2f1e54(0x22b);await this[_0x2f1e54(0x45c)]['patch'](_0xd8c7f,{'body':_0x3dc0f1});}async[_0x5e0aad(0x261)](_0x130271){const _0x48ff4c=_0x5e0aad,_0x1aeecd=this['_getAPIPrefixPath']()+_0x48ff4c(0x22b);await this[_0x48ff4c(0x45c)]['post'](_0x1aeecd,{'body':_0x130271});}async['listCollaborators'](_0x4c5ac5){const _0x48a05c=_0x5e0aad,_0x5781f1=this[_0x48a05c(0x22c)]()+_0x48a05c(0x22b);return(await this[_0x48a05c(0x45c)][_0x48a05c(0x391)](_0x5781f1,{'params':{'objectID':_0x4c5ac5[_0x48a05c(0x214)],'unitID':_0x4c5ac5['unitID']}}))[_0x48a05c(0x1e8)][_0x48a05c(0x595)];}async[_0x5e0aad(0x648)](_0xf23653){const _0x4759df=_0x5e0aad,_0x59df9a=this[_0x4759df(0x22c)]()+'/collaborator';await this[_0x4759df(0x45c)][_0x4759df(0x39e)](_0x59df9a,{'body':_0xf23653});}},_0xc68ebf[_0x5e0aad(0x208)]=_0xad118e([_0x257051(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x155315[_0x5e0aad(0x522)])),_0x257051(0x1,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['IConfigService']))],_0xc68ebf['AuthzIoHttpService']);var _0x276523={'exports':{}};function _0x1b3243(_0x4dade9){const _0x214d63=_0x5e0aad;throw new Error(_0x214d63(0x55f)+_0x4dade9+_0x214d63(0x32f));}var _0x4a2e3b={'exports':{}},_0x1c68c3;function _0x58ec59(){return _0x1c68c3||(_0x1c68c3=0x1,function(_0x41ca28,_0x3889de){(function(_0x33f217,_0x484f12){const _0x4188b1=_0x4e9c;_0x41ca28[_0x4188b1(0x4d6)]=_0x484f12();}(_0x2efbf9,function(){var _0x223cde=_0x223cde||function(_0x4834cb,_0x49ee8e){const _0x2da802=_0x4e9c;var _0x2f75c9;if(typeof window<'u'&&window[_0x2da802(0x46a)]&&(_0x2f75c9=window[_0x2da802(0x46a)]),typeof self<'u'&&self[_0x2da802(0x46a)]&&(_0x2f75c9=self[_0x2da802(0x46a)]),typeof globalThis<'u'&&globalThis['crypto']&&(_0x2f75c9=globalThis[_0x2da802(0x46a)]),!_0x2f75c9&&typeof window<'u'&&window[_0x2da802(0x279)]&&(_0x2f75c9=window[_0x2da802(0x279)]),!_0x2f75c9&&typeof _0x2efbf9<'u'&&_0x2efbf9[_0x2da802(0x46a)]&&(_0x2f75c9=_0x2efbf9[_0x2da802(0x46a)]),!_0x2f75c9&&typeof _0x1b3243==_0x2da802(0x525))try{_0x2f75c9=require('crypto');}catch{}var _0x210250=function(){const _0x4d15fc=_0x2da802;if(_0x2f75c9){if(typeof _0x2f75c9[_0x4d15fc(0x400)]==_0x4d15fc(0x525))try{return _0x2f75c9[_0x4d15fc(0x400)](new Uint32Array(0x1))[0x0];}catch{}if(typeof _0x2f75c9['randomBytes']==_0x4d15fc(0x525))try{return _0x2f75c9[_0x4d15fc(0x39c)](0x4)['readInt32LE']();}catch{}}throw new Error('Native\x20crypto\x20module\x20could\x20not\x20be\x20used\x20to\x20get\x20secure\x20random\x20number.');},_0x4146f0=Object[_0x2da802(0x3a7)]||(function(){function _0x5cfddc(){}return function(_0x3a9a3a){const _0x43c1cf=_0x4e9c;var _0x53f2a3;return _0x5cfddc[_0x43c1cf(0x387)]=_0x3a9a3a,_0x53f2a3=new _0x5cfddc(),_0x5cfddc['prototype']=null,_0x53f2a3;};}()),_0x166637={},_0x16cdc0=_0x166637[_0x2da802(0x540)]={},_0x1136aa=_0x16cdc0[_0x2da802(0x2f6)]=(function(){return{'extend':function(_0x5bb55c){const _0x429ea8=_0x4e9c;var _0x864339=_0x4146f0(this);return _0x5bb55c&&_0x864339[_0x429ea8(0x1a4)](_0x5bb55c),(!_0x864339[_0x429ea8(0x1f4)](_0x429ea8(0x57f))||this[_0x429ea8(0x57f)]===_0x864339[_0x429ea8(0x57f)])&&(_0x864339['init']=function(){const _0x30bf92=_0x429ea8;_0x864339['$super'][_0x30bf92(0x57f)][_0x30bf92(0x326)](this,arguments);}),_0x864339['init'][_0x429ea8(0x387)]=_0x864339,_0x864339[_0x429ea8(0x204)]=this,_0x864339;},'create':function(){const _0x63f70f=_0x4e9c;var _0x407cc2=this[_0x63f70f(0x26d)]();return _0x407cc2[_0x63f70f(0x57f)][_0x63f70f(0x326)](_0x407cc2,arguments),_0x407cc2;},'init':function(){},'mixIn':function(_0x12df7d){const _0x201019=_0x4e9c;for(var _0x1be76b in _0x12df7d)_0x12df7d[_0x201019(0x1f4)](_0x1be76b)&&(this[_0x1be76b]=_0x12df7d[_0x1be76b]);_0x12df7d[_0x201019(0x1f4)]('toString')&&(this[_0x201019(0x2dc)]=_0x12df7d[_0x201019(0x2dc)]);},'clone':function(){const _0x1570d9=_0x4e9c;return this[_0x1570d9(0x57f)][_0x1570d9(0x387)][_0x1570d9(0x26d)](this);}};}()),_0x5b1caa=_0x16cdc0['WordArray']=_0x1136aa['extend']({'init':function(_0xbfff6f,_0x18057b){const _0x406a45=_0x2da802;_0xbfff6f=this[_0x406a45(0x35a)]=_0xbfff6f||[],_0x18057b!=_0x49ee8e?this[_0x406a45(0x4f0)]=_0x18057b:this[_0x406a45(0x4f0)]=_0xbfff6f[_0x406a45(0x1cc)]*0x4;},'toString':function(_0x412363){const _0x41960d=_0x2da802;return(_0x412363||_0x22258e)[_0x41960d(0x4b8)](this);},'concat':function(_0xb27bc2){const _0xcedd52=_0x2da802;var _0x533d18=this[_0xcedd52(0x35a)],_0x74e804=_0xb27bc2[_0xcedd52(0x35a)],_0x663687=this['sigBytes'],_0x5a7bbf=_0xb27bc2['sigBytes'];if(this[_0xcedd52(0x5ba)](),_0x663687%0x4)for(var _0x4020d9=0x0;_0x4020d9<_0x5a7bbf;_0x4020d9++){var _0x2b3d9d=_0x74e804[_0x4020d9>>>0x2]>>>0x18-_0x4020d9%0x4*0x8&0xff;_0x533d18[_0x663687+_0x4020d9>>>0x2]|=_0x2b3d9d<<0x18-(_0x663687+_0x4020d9)%0x4*0x8;}else{for(var _0x4cdb97=0x0;_0x4cdb97<_0x5a7bbf;_0x4cdb97+=0x4)_0x533d18[_0x663687+_0x4cdb97>>>0x2]=_0x74e804[_0x4cdb97>>>0x2];}return this[_0xcedd52(0x4f0)]+=_0x5a7bbf,this;},'clamp':function(){const _0x3a1ac9=_0x2da802;var _0x3cfd71=this[_0x3a1ac9(0x35a)],_0x11e239=this[_0x3a1ac9(0x4f0)];_0x3cfd71[_0x11e239>>>0x2]&=0xffffffff<<0x20-_0x11e239%0x4*0x8,_0x3cfd71[_0x3a1ac9(0x1cc)]=_0x4834cb[_0x3a1ac9(0x372)](_0x11e239/0x4);},'clone':function(){const _0x14b74a=_0x2da802;var _0x499421=_0x1136aa[_0x14b74a(0x5d6)][_0x14b74a(0x35e)](this);return _0x499421['words']=this[_0x14b74a(0x35a)][_0x14b74a(0x562)](0x0),_0x499421;},'random':function(_0x2bc237){const _0x406f63=_0x2da802;for(var _0xc9d5c=[],_0xf52214=0x0;_0xf52214<_0x2bc237;_0xf52214+=0x4)_0xc9d5c[_0x406f63(0x616)](_0x210250());return new _0x5b1caa[(_0x406f63(0x57f))](_0xc9d5c,_0x2bc237);}}),_0x4f49e1=_0x166637[_0x2da802(0x2c2)]={},_0x22258e=_0x4f49e1[_0x2da802(0x305)]={'stringify':function(_0x2a1de9){const _0x471959=_0x2da802;for(var _0x507d3b=_0x2a1de9[_0x471959(0x35a)],_0x304a8b=_0x2a1de9['sigBytes'],_0x1b1284=[],_0x1db62e=0x0;_0x1db62e<_0x304a8b;_0x1db62e++){var _0x6a602a=_0x507d3b[_0x1db62e>>>0x2]>>>0x18-_0x1db62e%0x4*0x8&0xff;_0x1b1284[_0x471959(0x616)]((_0x6a602a>>>0x4)[_0x471959(0x2dc)](0x10)),_0x1b1284['push']((_0x6a602a&0xf)['toString'](0x10));}return _0x1b1284[_0x471959(0x3a5)]('');},'parse':function(_0x4f1b1b){const _0x598584=_0x2da802;for(var _0xbc1e1f=_0x4f1b1b[_0x598584(0x1cc)],_0x1d8e63=[],_0xbb6074=0x0;_0xbb6074<_0xbc1e1f;_0xbb6074+=0x2)_0x1d8e63[_0xbb6074>>>0x3]|=parseInt(_0x4f1b1b[_0x598584(0x375)](_0xbb6074,0x2),0x10)<<0x18-_0xbb6074%0x8*0x4;return new _0x5b1caa[(_0x598584(0x57f))](_0x1d8e63,_0xbc1e1f/0x2);}},_0x1e5e92=_0x4f49e1['Latin1']={'stringify':function(_0x1666b6){const _0xf7f9e5=_0x2da802;for(var _0x503e70=_0x1666b6['words'],_0x47c588=_0x1666b6['sigBytes'],_0xc07823=[],_0x30a1aa=0x0;_0x30a1aa<_0x47c588;_0x30a1aa++){var _0xd28add=_0x503e70[_0x30a1aa>>>0x2]>>>0x18-_0x30a1aa%0x4*0x8&0xff;_0xc07823[_0xf7f9e5(0x616)](String[_0xf7f9e5(0x51e)](_0xd28add));}return _0xc07823[_0xf7f9e5(0x3a5)]('');},'parse':function(_0x3f3b75){const _0x281a57=_0x2da802;for(var _0x19cfb1=_0x3f3b75['length'],_0x4ab9f4=[],_0x19c2fc=0x0;_0x19c2fc<_0x19cfb1;_0x19c2fc++)_0x4ab9f4[_0x19c2fc>>>0x2]|=(_0x3f3b75['charCodeAt'](_0x19c2fc)&0xff)<<0x18-_0x19c2fc%0x4*0x8;return new _0x5b1caa[(_0x281a57(0x57f))](_0x4ab9f4,_0x19cfb1);}},_0x5616b9=_0x4f49e1[_0x2da802(0x4ad)]={'stringify':function(_0x165baf){const _0xddf368=_0x2da802;try{return decodeURIComponent(escape(_0x1e5e92[_0xddf368(0x4b8)](_0x165baf)));}catch{throw new Error(_0xddf368(0x636));}},'parse':function(_0x532938){const _0x340c43=_0x2da802;return _0x1e5e92[_0x340c43(0x42e)](unescape(encodeURIComponent(_0x532938)));}},_0x4a28f2=_0x16cdc0[_0x2da802(0x324)]=_0x1136aa[_0x2da802(0x26d)]({'reset':function(){const _0x4df96e=_0x2da802;this[_0x4df96e(0x4c3)]=new _0x5b1caa[(_0x4df96e(0x57f))](),this[_0x4df96e(0x236)]=0x0;},'_append':function(_0x571687){const _0x5f0944=_0x2da802;typeof _0x571687==_0x5f0944(0x1c3)&&(_0x571687=_0x5616b9[_0x5f0944(0x42e)](_0x571687)),this['_data'][_0x5f0944(0x476)](_0x571687),this['_nDataBytes']+=_0x571687['sigBytes'];},'_process':function(_0xe46f97){const _0x5c75f8=_0x2da802;var _0x47e8b2,_0x4b3bcd=this[_0x5c75f8(0x4c3)],_0x1c1667=_0x4b3bcd[_0x5c75f8(0x35a)],_0x5becf5=_0x4b3bcd['sigBytes'],_0x576688=this[_0x5c75f8(0x620)],_0x5b2700=_0x576688*0x4,_0x4f281d=_0x5becf5/_0x5b2700;_0xe46f97?_0x4f281d=_0x4834cb[_0x5c75f8(0x372)](_0x4f281d):_0x4f281d=_0x4834cb['max']((_0x4f281d|0x0)-this['_minBufferSize'],0x0);var _0x1008ac=_0x4f281d*_0x576688,_0x15f9f4=_0x4834cb['min'](_0x1008ac*0x4,_0x5becf5);if(_0x1008ac){for(var _0x26371b=0x0;_0x26371b<_0x1008ac;_0x26371b+=_0x576688)this[_0x5c75f8(0x557)](_0x1c1667,_0x26371b);_0x47e8b2=_0x1c1667[_0x5c75f8(0x318)](0x0,_0x1008ac),_0x4b3bcd[_0x5c75f8(0x4f0)]-=_0x15f9f4;}return new _0x5b1caa[(_0x5c75f8(0x57f))](_0x47e8b2,_0x15f9f4);},'clone':function(){const _0x5a1148=_0x2da802;var _0x5e6977=_0x1136aa[_0x5a1148(0x5d6)][_0x5a1148(0x35e)](this);return _0x5e6977[_0x5a1148(0x4c3)]=this[_0x5a1148(0x4c3)][_0x5a1148(0x5d6)](),_0x5e6977;},'_minBufferSize':0x0});_0x16cdc0[_0x2da802(0x458)]=_0x4a28f2['extend']({'cfg':_0x1136aa[_0x2da802(0x26d)](),'init':function(_0x126bf9){const _0x3c5e3a=_0x2da802;this[_0x3c5e3a(0x3ed)]=this[_0x3c5e3a(0x3ed)]['extend'](_0x126bf9),this[_0x3c5e3a(0x4ec)]();},'reset':function(){const _0x427739=_0x2da802;_0x4a28f2[_0x427739(0x4ec)][_0x427739(0x35e)](this),this['_doReset']();},'update':function(_0xae5a77){const _0x1dfa03=_0x2da802;return this[_0x1dfa03(0x2ca)](_0xae5a77),this[_0x1dfa03(0x366)](),this;},'finalize':function(_0x410c9b){const _0x1388d2=_0x2da802;_0x410c9b&&this[_0x1388d2(0x2ca)](_0x410c9b);var _0x30ff2a=this[_0x1388d2(0x448)]();return _0x30ff2a;},'blockSize':0x10,'_createHelper':function(_0x55c8da){return function(_0x1f270a,_0x2cccc0){const _0xe31235=_0x4e9c;return new _0x55c8da[(_0xe31235(0x57f))](_0x2cccc0)[_0xe31235(0x5c3)](_0x1f270a);};},'_createHmacHelper':function(_0x5cbf9f){return function(_0x2c79ec,_0xf51a0c){const _0xd547c=_0x4e9c;return new _0x1d6bb3[(_0xd547c(0x272))][(_0xd547c(0x57f))](_0x5cbf9f,_0xf51a0c)['finalize'](_0x2c79ec);};}});var _0x1d6bb3=_0x166637[_0x2da802(0x2f5)]={};return _0x166637;}(Math);return _0x223cde;}));}(_0x4a2e3b)),_0x4a2e3b['exports'];}var _0x1a9129={'exports':{}},_0x4bae46;function _0x12ed54(){const _0x3a4b88=_0x5e0aad;return _0x4bae46||(_0x4bae46=0x1,function(_0x4a80da,_0x29ffb0){(function(_0x4854a3,_0x5a39fc){const _0x26223a=_0x4e9c;_0x4a80da[_0x26223a(0x4d6)]=_0x5a39fc(_0x58ec59());}(_0x2efbf9,function(_0x58bac6){const _0x5a0a40=_0x4e9c;return(function(){const _0x50dadb=_0x4e9c;var _0x11d29c=_0x58bac6,_0xb9683e=_0x11d29c[_0x50dadb(0x540)],_0x4b65d3=_0xb9683e[_0x50dadb(0x3b1)],_0x53b20c=_0x11d29c[_0x50dadb(0x2c2)];_0x53b20c[_0x50dadb(0x38a)]={'stringify':function(_0x4b427f){const _0x3ef70e=_0x50dadb;var _0x65323d=_0x4b427f['words'],_0xaba28d=_0x4b427f[_0x3ef70e(0x4f0)],_0x2b5c0f=this[_0x3ef70e(0x197)];_0x4b427f[_0x3ef70e(0x5ba)]();for(var _0x4923c7=[],_0x32ed7b=0x0;_0x32ed7b<_0xaba28d;_0x32ed7b+=0x3)for(var _0x2a5e68=_0x65323d[_0x32ed7b>>>0x2]>>>0x18-_0x32ed7b%0x4*0x8&0xff,_0x49b84f=_0x65323d[_0x32ed7b+0x1>>>0x2]>>>0x18-(_0x32ed7b+0x1)%0x4*0x8&0xff,_0x2cd154=_0x65323d[_0x32ed7b+0x2>>>0x2]>>>0x18-(_0x32ed7b+0x2)%0x4*0x8&0xff,_0x13929a=_0x2a5e68<<0x10|_0x49b84f<<0x8|_0x2cd154,_0x294e91=0x0;_0x294e91<0x4&&_0x32ed7b+_0x294e91*0.75<_0xaba28d;_0x294e91++)_0x4923c7[_0x3ef70e(0x616)](_0x2b5c0f[_0x3ef70e(0x20a)](_0x13929a>>>0x6*(0x3-_0x294e91)&0x3f));var _0x51eec5=_0x2b5c0f[_0x3ef70e(0x20a)](0x40);if(_0x51eec5){for(;_0x4923c7['length']%0x4;)_0x4923c7[_0x3ef70e(0x616)](_0x51eec5);}return _0x4923c7[_0x3ef70e(0x3a5)]('');},'parse':function(_0x117ef0){const _0x5d7064=_0x50dadb;var _0x5c1692=_0x117ef0['length'],_0x8028ac=this[_0x5d7064(0x197)],_0x189916=this[_0x5d7064(0x3de)];if(!_0x189916){_0x189916=this[_0x5d7064(0x3de)]=[];for(var _0x22f8a1=0x0;_0x22f8a1<_0x8028ac['length'];_0x22f8a1++)_0x189916[_0x8028ac['charCodeAt'](_0x22f8a1)]=_0x22f8a1;}var _0x2347bb=_0x8028ac[_0x5d7064(0x20a)](0x40);if(_0x2347bb){var _0x57dcf0=_0x117ef0[_0x5d7064(0x274)](_0x2347bb);_0x57dcf0!==-0x1&&(_0x5c1692=_0x57dcf0);}return _0x4ea568(_0x117ef0,_0x5c1692,_0x189916);},'_map':_0x50dadb(0x49a)};function _0x4ea568(_0x4bdbea,_0x20c2e4,_0xecf1b4){const _0x14d363=_0x50dadb;for(var _0x4c31d9=[],_0x520ce3=0x0,_0x5d8fc8=0x0;_0x5d8fc8<_0x20c2e4;_0x5d8fc8++)if(_0x5d8fc8%0x4){var _0x32ccb4=_0xecf1b4[_0x4bdbea['charCodeAt'](_0x5d8fc8-0x1)]<<_0x5d8fc8%0x4*0x2,_0x1d9daa=_0xecf1b4[_0x4bdbea['charCodeAt'](_0x5d8fc8)]>>>0x6-_0x5d8fc8%0x4*0x2,_0x4f03bc=_0x32ccb4|_0x1d9daa;_0x4c31d9[_0x520ce3>>>0x2]|=_0x4f03bc<<0x18-_0x520ce3%0x4*0x8,_0x520ce3++;}return _0x4b65d3[_0x14d363(0x3a7)](_0x4c31d9,_0x520ce3);}}()),_0x58bac6[_0x5a0a40(0x2c2)][_0x5a0a40(0x38a)];}));}(_0x1a9129)),_0x1a9129[_0x3a4b88(0x4d6)];}var _0x1625a4={'exports':{}},_0x160e60;function _0xb311e8(){const _0x406df8=_0x5e0aad;return _0x160e60||(_0x160e60=0x1,function(_0x207bee,_0x57792e){(function(_0x3a5389,_0x319081){_0x207bee['exports']=_0x319081(_0x58ec59());}(_0x2efbf9,function(_0x13fc45){const _0x517abb=_0x4e9c;return function(_0xf0663){const _0x3c4cd9=_0x4e9c;var _0x289c23=_0x13fc45,_0x118465=_0x289c23[_0x3c4cd9(0x540)],_0x5b81a6=_0x118465[_0x3c4cd9(0x3b1)],_0x10ed28=_0x118465['Hasher'],_0x522382=_0x289c23['algo'],_0x3dc07c=[];(function(){const _0x49189f=_0x3c4cd9;for(var _0x282d87=0x0;_0x282d87<0x40;_0x282d87++)_0x3dc07c[_0x282d87]=_0xf0663['abs'](_0xf0663[_0x49189f(0x223)](_0x282d87+0x1))*0x100000000|0x0;}());var _0x1f2bc4=_0x522382[_0x3c4cd9(0x4c0)]=_0x10ed28['extend']({'_doReset':function(){const _0x542cf4=_0x3c4cd9;this[_0x542cf4(0x1f8)]=new _0x5b81a6['init']([0x67452301,0xefcdab89,0x98badcfe,0x10325476]);},'_doProcessBlock':function(_0x133ec6,_0xa8b6d7){const _0x474b2a=_0x3c4cd9;for(var _0x4b67ea=0x0;_0x4b67ea<0x10;_0x4b67ea++){var _0x1d142e=_0xa8b6d7+_0x4b67ea,_0x46ae1e=_0x133ec6[_0x1d142e];_0x133ec6[_0x1d142e]=(_0x46ae1e<<0x8|_0x46ae1e>>>0x18)&0xff00ff|(_0x46ae1e<<0x18|_0x46ae1e>>>0x8)&0xff00ff00;}var _0xa53ad6=this[_0x474b2a(0x1f8)][_0x474b2a(0x35a)],_0x1b2f77=_0x133ec6[_0xa8b6d7+0x0],_0x199171=_0x133ec6[_0xa8b6d7+0x1],_0x4b1e3b=_0x133ec6[_0xa8b6d7+0x2],_0x5817aa=_0x133ec6[_0xa8b6d7+0x3],_0x1d1512=_0x133ec6[_0xa8b6d7+0x4],_0x10a3b4=_0x133ec6[_0xa8b6d7+0x5],_0x969445=_0x133ec6[_0xa8b6d7+0x6],_0x1a8c75=_0x133ec6[_0xa8b6d7+0x7],_0x4e0d15=_0x133ec6[_0xa8b6d7+0x8],_0x49489d=_0x133ec6[_0xa8b6d7+0x9],_0x73ca20=_0x133ec6[_0xa8b6d7+0xa],_0x12f1fb=_0x133ec6[_0xa8b6d7+0xb],_0xef8f4d=_0x133ec6[_0xa8b6d7+0xc],_0x17a835=_0x133ec6[_0xa8b6d7+0xd],_0x20274f=_0x133ec6[_0xa8b6d7+0xe],_0x11900a=_0x133ec6[_0xa8b6d7+0xf],_0x50cabb=_0xa53ad6[0x0],_0x5c3ec1=_0xa53ad6[0x1],_0x40042c=_0xa53ad6[0x2],_0x148572=_0xa53ad6[0x3];_0x50cabb=_0x30e274(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x1b2f77,0x7,_0x3dc07c[0x0]),_0x148572=_0x30e274(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x199171,0xc,_0x3dc07c[0x1]),_0x40042c=_0x30e274(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x4b1e3b,0x11,_0x3dc07c[0x2]),_0x5c3ec1=_0x30e274(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x5817aa,0x16,_0x3dc07c[0x3]),_0x50cabb=_0x30e274(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x1d1512,0x7,_0x3dc07c[0x4]),_0x148572=_0x30e274(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x10a3b4,0xc,_0x3dc07c[0x5]),_0x40042c=_0x30e274(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x969445,0x11,_0x3dc07c[0x6]),_0x5c3ec1=_0x30e274(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x1a8c75,0x16,_0x3dc07c[0x7]),_0x50cabb=_0x30e274(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x4e0d15,0x7,_0x3dc07c[0x8]),_0x148572=_0x30e274(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x49489d,0xc,_0x3dc07c[0x9]),_0x40042c=_0x30e274(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x73ca20,0x11,_0x3dc07c[0xa]),_0x5c3ec1=_0x30e274(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x12f1fb,0x16,_0x3dc07c[0xb]),_0x50cabb=_0x30e274(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0xef8f4d,0x7,_0x3dc07c[0xc]),_0x148572=_0x30e274(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x17a835,0xc,_0x3dc07c[0xd]),_0x40042c=_0x30e274(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x20274f,0x11,_0x3dc07c[0xe]),_0x5c3ec1=_0x30e274(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x11900a,0x16,_0x3dc07c[0xf]),_0x50cabb=_0x226da9(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x199171,0x5,_0x3dc07c[0x10]),_0x148572=_0x226da9(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x969445,0x9,_0x3dc07c[0x11]),_0x40042c=_0x226da9(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x12f1fb,0xe,_0x3dc07c[0x12]),_0x5c3ec1=_0x226da9(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x1b2f77,0x14,_0x3dc07c[0x13]),_0x50cabb=_0x226da9(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x10a3b4,0x5,_0x3dc07c[0x14]),_0x148572=_0x226da9(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x73ca20,0x9,_0x3dc07c[0x15]),_0x40042c=_0x226da9(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x11900a,0xe,_0x3dc07c[0x16]),_0x5c3ec1=_0x226da9(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x1d1512,0x14,_0x3dc07c[0x17]),_0x50cabb=_0x226da9(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x49489d,0x5,_0x3dc07c[0x18]),_0x148572=_0x226da9(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x20274f,0x9,_0x3dc07c[0x19]),_0x40042c=_0x226da9(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x5817aa,0xe,_0x3dc07c[0x1a]),_0x5c3ec1=_0x226da9(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x4e0d15,0x14,_0x3dc07c[0x1b]),_0x50cabb=_0x226da9(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x17a835,0x5,_0x3dc07c[0x1c]),_0x148572=_0x226da9(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x4b1e3b,0x9,_0x3dc07c[0x1d]),_0x40042c=_0x226da9(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x1a8c75,0xe,_0x3dc07c[0x1e]),_0x5c3ec1=_0x226da9(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0xef8f4d,0x14,_0x3dc07c[0x1f]),_0x50cabb=_0x17a27d(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x10a3b4,0x4,_0x3dc07c[0x20]),_0x148572=_0x17a27d(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x4e0d15,0xb,_0x3dc07c[0x21]),_0x40042c=_0x17a27d(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x12f1fb,0x10,_0x3dc07c[0x22]),_0x5c3ec1=_0x17a27d(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x20274f,0x17,_0x3dc07c[0x23]),_0x50cabb=_0x17a27d(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x199171,0x4,_0x3dc07c[0x24]),_0x148572=_0x17a27d(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x1d1512,0xb,_0x3dc07c[0x25]),_0x40042c=_0x17a27d(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x1a8c75,0x10,_0x3dc07c[0x26]),_0x5c3ec1=_0x17a27d(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x73ca20,0x17,_0x3dc07c[0x27]),_0x50cabb=_0x17a27d(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x17a835,0x4,_0x3dc07c[0x28]),_0x148572=_0x17a27d(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x1b2f77,0xb,_0x3dc07c[0x29]),_0x40042c=_0x17a27d(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x5817aa,0x10,_0x3dc07c[0x2a]),_0x5c3ec1=_0x17a27d(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x969445,0x17,_0x3dc07c[0x2b]),_0x50cabb=_0x17a27d(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x49489d,0x4,_0x3dc07c[0x2c]),_0x148572=_0x17a27d(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0xef8f4d,0xb,_0x3dc07c[0x2d]),_0x40042c=_0x17a27d(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x11900a,0x10,_0x3dc07c[0x2e]),_0x5c3ec1=_0x17a27d(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x4b1e3b,0x17,_0x3dc07c[0x2f]),_0x50cabb=_0xf5ffb9(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x1b2f77,0x6,_0x3dc07c[0x30]),_0x148572=_0xf5ffb9(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x1a8c75,0xa,_0x3dc07c[0x31]),_0x40042c=_0xf5ffb9(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x20274f,0xf,_0x3dc07c[0x32]),_0x5c3ec1=_0xf5ffb9(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x10a3b4,0x15,_0x3dc07c[0x33]),_0x50cabb=_0xf5ffb9(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0xef8f4d,0x6,_0x3dc07c[0x34]),_0x148572=_0xf5ffb9(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x5817aa,0xa,_0x3dc07c[0x35]),_0x40042c=_0xf5ffb9(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x73ca20,0xf,_0x3dc07c[0x36]),_0x5c3ec1=_0xf5ffb9(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x199171,0x15,_0x3dc07c[0x37]),_0x50cabb=_0xf5ffb9(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x4e0d15,0x6,_0x3dc07c[0x38]),_0x148572=_0xf5ffb9(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x11900a,0xa,_0x3dc07c[0x39]),_0x40042c=_0xf5ffb9(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x969445,0xf,_0x3dc07c[0x3a]),_0x5c3ec1=_0xf5ffb9(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x17a835,0x15,_0x3dc07c[0x3b]),_0x50cabb=_0xf5ffb9(_0x50cabb,_0x5c3ec1,_0x40042c,_0x148572,_0x1d1512,0x6,_0x3dc07c[0x3c]),_0x148572=_0xf5ffb9(_0x148572,_0x50cabb,_0x5c3ec1,_0x40042c,_0x12f1fb,0xa,_0x3dc07c[0x3d]),_0x40042c=_0xf5ffb9(_0x40042c,_0x148572,_0x50cabb,_0x5c3ec1,_0x4b1e3b,0xf,_0x3dc07c[0x3e]),_0x5c3ec1=_0xf5ffb9(_0x5c3ec1,_0x40042c,_0x148572,_0x50cabb,_0x49489d,0x15,_0x3dc07c[0x3f]),_0xa53ad6[0x0]=_0xa53ad6[0x0]+_0x50cabb|0x0,_0xa53ad6[0x1]=_0xa53ad6[0x1]+_0x5c3ec1|0x0,_0xa53ad6[0x2]=_0xa53ad6[0x2]+_0x40042c|0x0,_0xa53ad6[0x3]=_0xa53ad6[0x3]+_0x148572|0x0;},'_doFinalize':function(){const _0x214380=_0x3c4cd9;var _0x2351b4=this[_0x214380(0x4c3)],_0x448c9b=_0x2351b4[_0x214380(0x35a)],_0x332245=this[_0x214380(0x236)]*0x8,_0x38b066=_0x2351b4['sigBytes']*0x8;_0x448c9b[_0x38b066>>>0x5]|=0x80<<0x18-_0x38b066%0x20;var _0x275982=_0xf0663['floor'](_0x332245/0x100000000),_0x475212=_0x332245;_0x448c9b[(_0x38b066+0x40>>>0x9<<0x4)+0xf]=(_0x275982<<0x8|_0x275982>>>0x18)&0xff00ff|(_0x275982<<0x18|_0x275982>>>0x8)&0xff00ff00,_0x448c9b[(_0x38b066+0x40>>>0x9<<0x4)+0xe]=(_0x475212<<0x8|_0x475212>>>0x18)&0xff00ff|(_0x475212<<0x18|_0x475212>>>0x8)&0xff00ff00,_0x2351b4[_0x214380(0x4f0)]=(_0x448c9b[_0x214380(0x1cc)]+0x1)*0x4,this[_0x214380(0x366)]();for(var _0x5434dc=this[_0x214380(0x1f8)],_0x15be58=_0x5434dc[_0x214380(0x35a)],_0x36b206=0x0;_0x36b206<0x4;_0x36b206++){var _0x10fb18=_0x15be58[_0x36b206];_0x15be58[_0x36b206]=(_0x10fb18<<0x8|_0x10fb18>>>0x18)&0xff00ff|(_0x10fb18<<0x18|_0x10fb18>>>0x8)&0xff00ff00;}return _0x5434dc;},'clone':function(){const _0x4cc077=_0x3c4cd9;var _0x454ce7=_0x10ed28[_0x4cc077(0x5d6)][_0x4cc077(0x35e)](this);return _0x454ce7[_0x4cc077(0x1f8)]=this[_0x4cc077(0x1f8)]['clone'](),_0x454ce7;}});function _0x30e274(_0x22e3fd,_0x214113,_0x1eb5b9,_0x101ec7,_0x58359c,_0x2ed787,_0x39efa5){var _0x32358f=_0x22e3fd+(_0x214113&_0x1eb5b9|~_0x214113&_0x101ec7)+_0x58359c+_0x39efa5;return(_0x32358f<<_0x2ed787|_0x32358f>>>0x20-_0x2ed787)+_0x214113;}function _0x226da9(_0x4811d6,_0x2372b5,_0x4a4812,_0x3e455f,_0x3f6c69,_0x151628,_0x110fb7){var _0x53dd8e=_0x4811d6+(_0x2372b5&_0x3e455f|_0x4a4812&~_0x3e455f)+_0x3f6c69+_0x110fb7;return(_0x53dd8e<<_0x151628|_0x53dd8e>>>0x20-_0x151628)+_0x2372b5;}function _0x17a27d(_0x1eb18c,_0x260f25,_0x4552dc,_0x584921,_0x467492,_0x10257a,_0x160435){var _0x136b47=_0x1eb18c+(_0x260f25^_0x4552dc^_0x584921)+_0x467492+_0x160435;return(_0x136b47<<_0x10257a|_0x136b47>>>0x20-_0x10257a)+_0x260f25;}function _0xf5ffb9(_0x1338c3,_0x40c066,_0xfa31b3,_0x179ef6,_0x5298d4,_0x19940c,_0x41ee7b){var _0x3ebbbf=_0x1338c3+(_0xfa31b3^(_0x40c066|~_0x179ef6))+_0x5298d4+_0x41ee7b;return(_0x3ebbbf<<_0x19940c|_0x3ebbbf>>>0x20-_0x19940c)+_0x40c066;}_0x289c23['MD5']=_0x10ed28[_0x3c4cd9(0x48c)](_0x1f2bc4),_0x289c23[_0x3c4cd9(0x503)]=_0x10ed28[_0x3c4cd9(0x4a7)](_0x1f2bc4);}(Math),_0x13fc45[_0x517abb(0x4c0)];}));}(_0x1625a4)),_0x1625a4[_0x406df8(0x4d6)];}var _0x403a45={'exports':{}},_0x172693={'exports':{}},_0xa8a86e;function _0x1b2c2d(){const _0xa57d90=_0x5e0aad;return _0xa8a86e||(_0xa8a86e=0x1,function(_0x569d40,_0x1dcbe4){(function(_0x39ec5e,_0x5679e5){const _0x47be72=_0x4e9c;_0x569d40[_0x47be72(0x4d6)]=_0x5679e5(_0x58ec59());}(_0x2efbf9,function(_0x1b2429){return(function(){const _0x3bce6b=_0x4e9c;var _0xfb10f7=_0x1b2429,_0x1cb999=_0xfb10f7[_0x3bce6b(0x540)],_0x4a611c=_0x1cb999[_0x3bce6b(0x3b1)],_0x22a247=_0x1cb999[_0x3bce6b(0x458)],_0x29f73f=_0xfb10f7['algo'],_0x17619c=[],_0x210a36=_0x29f73f[_0x3bce6b(0x2d7)]=_0x22a247[_0x3bce6b(0x26d)]({'_doReset':function(){const _0x4d01aa=_0x3bce6b;this[_0x4d01aa(0x1f8)]=new _0x4a611c[(_0x4d01aa(0x57f))]([0x67452301,0xefcdab89,0x98badcfe,0x10325476,0xc3d2e1f0]);},'_doProcessBlock':function(_0x48d249,_0x301cf9){const _0xe19552=_0x3bce6b;for(var _0x5584c4=this[_0xe19552(0x1f8)][_0xe19552(0x35a)],_0x574c9e=_0x5584c4[0x0],_0x3ebc15=_0x5584c4[0x1],_0x4ccfb9=_0x5584c4[0x2],_0xab055f=_0x5584c4[0x3],_0x551b39=_0x5584c4[0x4],_0x2b6761=0x0;_0x2b6761<0x50;_0x2b6761++){if(_0x2b6761<0x10)_0x17619c[_0x2b6761]=_0x48d249[_0x301cf9+_0x2b6761]|0x0;else{var _0x44d1e8=_0x17619c[_0x2b6761-0x3]^_0x17619c[_0x2b6761-0x8]^_0x17619c[_0x2b6761-0xe]^_0x17619c[_0x2b6761-0x10];_0x17619c[_0x2b6761]=_0x44d1e8<<0x1|_0x44d1e8>>>0x1f;}var _0x4ca05e=(_0x574c9e<<0x5|_0x574c9e>>>0x1b)+_0x551b39+_0x17619c[_0x2b6761];_0x2b6761<0x14?_0x4ca05e+=(_0x3ebc15&_0x4ccfb9|~_0x3ebc15&_0xab055f)+0x5a827999:_0x2b6761<0x28?_0x4ca05e+=(_0x3ebc15^_0x4ccfb9^_0xab055f)+0x6ed9eba1:_0x2b6761<0x3c?_0x4ca05e+=(_0x3ebc15&_0x4ccfb9|_0x3ebc15&_0xab055f|_0x4ccfb9&_0xab055f)-0x70e44324:_0x4ca05e+=(_0x3ebc15^_0x4ccfb9^_0xab055f)-0x359d3e2a,_0x551b39=_0xab055f,_0xab055f=_0x4ccfb9,_0x4ccfb9=_0x3ebc15<<0x1e|_0x3ebc15>>>0x2,_0x3ebc15=_0x574c9e,_0x574c9e=_0x4ca05e;}_0x5584c4[0x0]=_0x5584c4[0x0]+_0x574c9e|0x0,_0x5584c4[0x1]=_0x5584c4[0x1]+_0x3ebc15|0x0,_0x5584c4[0x2]=_0x5584c4[0x2]+_0x4ccfb9|0x0,_0x5584c4[0x3]=_0x5584c4[0x3]+_0xab055f|0x0,_0x5584c4[0x4]=_0x5584c4[0x4]+_0x551b39|0x0;},'_doFinalize':function(){const _0x477987=_0x3bce6b;var _0x1a6913=this['_data'],_0x4c9c56=_0x1a6913[_0x477987(0x35a)],_0x288abe=this['_nDataBytes']*0x8,_0x4618d8=_0x1a6913[_0x477987(0x4f0)]*0x8;return _0x4c9c56[_0x4618d8>>>0x5]|=0x80<<0x18-_0x4618d8%0x20,_0x4c9c56[(_0x4618d8+0x40>>>0x9<<0x4)+0xe]=Math[_0x477987(0x3cf)](_0x288abe/0x100000000),_0x4c9c56[(_0x4618d8+0x40>>>0x9<<0x4)+0xf]=_0x288abe,_0x1a6913[_0x477987(0x4f0)]=_0x4c9c56['length']*0x4,this[_0x477987(0x366)](),this[_0x477987(0x1f8)];},'clone':function(){const _0x2d13b7=_0x3bce6b;var _0x422fae=_0x22a247[_0x2d13b7(0x5d6)][_0x2d13b7(0x35e)](this);return _0x422fae[_0x2d13b7(0x1f8)]=this[_0x2d13b7(0x1f8)][_0x2d13b7(0x5d6)](),_0x422fae;}});_0xfb10f7['SHA1']=_0x22a247[_0x3bce6b(0x48c)](_0x210a36),_0xfb10f7[_0x3bce6b(0x2f2)]=_0x22a247['_createHmacHelper'](_0x210a36);}()),_0x1b2429['SHA1'];}));}(_0x172693)),_0x172693[_0xa57d90(0x4d6)];}var _0x28afda={'exports':{}},_0x1b1f87;function _0x3f2cec(){const _0x40ced4=_0x5e0aad;return _0x1b1f87||(_0x1b1f87=0x1,function(_0x1214c0,_0x3e2b8c){(function(_0x255ce3,_0x2cc473){const _0x4fb160=_0x4e9c;_0x1214c0[_0x4fb160(0x4d6)]=_0x2cc473(_0x58ec59());}(_0x2efbf9,function(_0x4df870){(function(){const _0x2583dd=_0x4e9c;var _0x4147fe=_0x4df870,_0x9c8622=_0x4147fe[_0x2583dd(0x540)],_0x20b6e9=_0x9c8622[_0x2583dd(0x2f6)],_0x3c44e9=_0x4147fe[_0x2583dd(0x2c2)],_0x4bcb96=_0x3c44e9[_0x2583dd(0x4ad)],_0x291e7e=_0x4147fe[_0x2583dd(0x2f5)];_0x291e7e[_0x2583dd(0x272)]=_0x20b6e9['extend']({'init':function(_0x4eb89d,_0x324193){const _0x4c693b=_0x2583dd;_0x4eb89d=this[_0x4c693b(0x51c)]=new _0x4eb89d[(_0x4c693b(0x57f))](),typeof _0x324193==_0x4c693b(0x1c3)&&(_0x324193=_0x4bcb96[_0x4c693b(0x42e)](_0x324193));var _0x59b4c9=_0x4eb89d[_0x4c693b(0x620)],_0x418aad=_0x59b4c9*0x4;_0x324193[_0x4c693b(0x4f0)]>_0x418aad&&(_0x324193=_0x4eb89d[_0x4c693b(0x5c3)](_0x324193)),_0x324193['clamp']();for(var _0x492a6e=this[_0x4c693b(0x31c)]=_0x324193[_0x4c693b(0x5d6)](),_0x131a06=this[_0x4c693b(0x3f8)]=_0x324193[_0x4c693b(0x5d6)](),_0x521885=_0x492a6e['words'],_0x34ad5c=_0x131a06[_0x4c693b(0x35a)],_0x3eac1a=0x0;_0x3eac1a<_0x59b4c9;_0x3eac1a++)_0x521885[_0x3eac1a]^=0x5c5c5c5c,_0x34ad5c[_0x3eac1a]^=0x36363636;_0x492a6e[_0x4c693b(0x4f0)]=_0x131a06['sigBytes']=_0x418aad,this[_0x4c693b(0x4ec)]();},'reset':function(){const _0xe1401f=_0x2583dd;var _0x56a265=this['_hasher'];_0x56a265['reset'](),_0x56a265[_0xe1401f(0x3c6)](this['_iKey']);},'update':function(_0x390c24){const _0x16621d=_0x2583dd;return this[_0x16621d(0x51c)][_0x16621d(0x3c6)](_0x390c24),this;},'finalize':function(_0x547590){const _0x662800=_0x2583dd;var _0x74883b=this['_hasher'],_0x46c0d2=_0x74883b[_0x662800(0x5c3)](_0x547590);_0x74883b[_0x662800(0x4ec)]();var _0xead168=_0x74883b[_0x662800(0x5c3)](this[_0x662800(0x31c)]['clone']()['concat'](_0x46c0d2));return _0xead168;}});}());}));}(_0x28afda)),_0x28afda[_0x40ced4(0x4d6)];}var _0x10ceed;function _0x1f62da(){const _0x308cb7=_0x5e0aad;return _0x10ceed||(_0x10ceed=0x1,function(_0x380890,_0xfa0800){(function(_0x145d80,_0x2c17d0,_0x520d88){const _0x19842f=_0x4e9c;_0x380890[_0x19842f(0x4d6)]=_0x2c17d0(_0x58ec59(),_0x1b2c2d(),_0x3f2cec());}(_0x2efbf9,function(_0x255eee){const _0x531bcd=_0x4e9c;return(function(){const _0x3510c1=_0x4e9c;var _0x2f09b8=_0x255eee,_0x5ed488=_0x2f09b8[_0x3510c1(0x540)],_0x140798=_0x5ed488[_0x3510c1(0x2f6)],_0x717e57=_0x5ed488[_0x3510c1(0x3b1)],_0x34989a=_0x2f09b8['algo'],_0x2415d9=_0x34989a[_0x3510c1(0x4c0)],_0x46ff43=_0x34989a[_0x3510c1(0x576)]=_0x140798[_0x3510c1(0x26d)]({'cfg':_0x140798[_0x3510c1(0x26d)]({'keySize':0x80/0x20,'hasher':_0x2415d9,'iterations':0x1}),'init':function(_0x4fd261){const _0x35f99e=_0x3510c1;this['cfg']=this[_0x35f99e(0x3ed)][_0x35f99e(0x26d)](_0x4fd261);},'compute':function(_0x341cb7,_0x12ba10){const _0x48551c=_0x3510c1;for(var _0x9360c6,_0x3f3e0e=this[_0x48551c(0x3ed)],_0xdf21fb=_0x3f3e0e['hasher']['create'](),_0x5424b0=_0x717e57[_0x48551c(0x3a7)](),_0x1fa54f=_0x5424b0[_0x48551c(0x35a)],_0x26f7d1=_0x3f3e0e['keySize'],_0x25b746=_0x3f3e0e[_0x48551c(0x353)];_0x1fa54f['length']<_0x26f7d1;){_0x9360c6&&_0xdf21fb[_0x48551c(0x3c6)](_0x9360c6),_0x9360c6=_0xdf21fb[_0x48551c(0x3c6)](_0x341cb7)[_0x48551c(0x5c3)](_0x12ba10),_0xdf21fb[_0x48551c(0x4ec)]();for(var _0x40901a=0x1;_0x40901a<_0x25b746;_0x40901a++)_0x9360c6=_0xdf21fb[_0x48551c(0x5c3)](_0x9360c6),_0xdf21fb[_0x48551c(0x4ec)]();_0x5424b0[_0x48551c(0x476)](_0x9360c6);}return _0x5424b0[_0x48551c(0x4f0)]=_0x26f7d1*0x4,_0x5424b0;}});_0x2f09b8['EvpKDF']=function(_0x3b8abb,_0x55907d,_0x2a4966){return _0x46ff43['create'](_0x2a4966)['compute'](_0x3b8abb,_0x55907d);};}()),_0x255eee[_0x531bcd(0x576)];}));}(_0x403a45)),_0x403a45[_0x308cb7(0x4d6)];}var _0x577a61={'exports':{}},_0x12bb27;function _0xae075c(){return _0x12bb27||(_0x12bb27=0x1,function(_0x39c0c8,_0x197e75){(function(_0x1ee015,_0x50fb0f,_0x333395){const _0x4f3e50=_0x4e9c;_0x39c0c8[_0x4f3e50(0x4d6)]=_0x50fb0f(_0x58ec59(),_0x1f62da());}(_0x2efbf9,function(_0x105569){const _0x2e180d=_0x4e9c;_0x105569[_0x2e180d(0x540)][_0x2e180d(0x58c)]||function(_0x3719dc){const _0x3208f0=_0x2e180d;var _0x21884a=_0x105569,_0x9285e6=_0x21884a[_0x3208f0(0x540)],_0x42bdb8=_0x9285e6['Base'],_0x16b814=_0x9285e6[_0x3208f0(0x3b1)],_0x6cf430=_0x9285e6[_0x3208f0(0x324)],_0x37e292=_0x21884a[_0x3208f0(0x2c2)];_0x37e292[_0x3208f0(0x4ad)];var _0x1b995f=_0x37e292[_0x3208f0(0x38a)],_0x237942=_0x21884a[_0x3208f0(0x2f5)],_0x263a82=_0x237942[_0x3208f0(0x576)],_0x535cef=_0x9285e6[_0x3208f0(0x58c)]=_0x6cf430['extend']({'cfg':_0x42bdb8[_0x3208f0(0x26d)](),'createEncryptor':function(_0x2b7c85,_0xfae147){const _0xb73bc1=_0x3208f0;return this['create'](this[_0xb73bc1(0x383)],_0x2b7c85,_0xfae147);},'createDecryptor':function(_0x4027d5,_0x33a986){const _0x102eef=_0x3208f0;return this['create'](this[_0x102eef(0x3f9)],_0x4027d5,_0x33a986);},'init':function(_0x11d5c8,_0x932e24,_0x4c51ab){const _0xe218dd=_0x3208f0;this[_0xe218dd(0x3ed)]=this[_0xe218dd(0x3ed)][_0xe218dd(0x26d)](_0x4c51ab),this[_0xe218dd(0x450)]=_0x11d5c8,this[_0xe218dd(0x4c5)]=_0x932e24,this[_0xe218dd(0x4ec)]();},'reset':function(){const _0x4a902e=_0x3208f0;_0x6cf430[_0x4a902e(0x4ec)][_0x4a902e(0x35e)](this),this['_doReset']();},'process':function(_0x299257){return this['_append'](_0x299257),this['_process']();},'finalize':function(_0x2b889f){_0x2b889f&&this['_append'](_0x2b889f);var _0x2db977=this['_doFinalize']();return _0x2db977;},'keySize':0x80/0x20,'ivSize':0x80/0x20,'_ENC_XFORM_MODE':0x1,'_DEC_XFORM_MODE':0x2,'_createHelper':(function(){function _0x274102(_0x19a582){const _0x49b58b=_0x4e9c;return typeof _0x19a582==_0x49b58b(0x1c3)?_0x4ffbca:_0x393246;}return function(_0xec0dc9){return{'encrypt':function(_0x33b07b,_0x4b492b,_0x50ab39){const _0x5dae86=_0x4e9c;return _0x274102(_0x4b492b)[_0x5dae86(0x1ae)](_0xec0dc9,_0x33b07b,_0x4b492b,_0x50ab39);},'decrypt':function(_0x18cf30,_0xa3986c,_0x2acfc1){const _0x4a922b=_0x4e9c;return _0x274102(_0xa3986c)[_0x4a922b(0x47f)](_0xec0dc9,_0x18cf30,_0xa3986c,_0x2acfc1);}};};}())});_0x9285e6['StreamCipher']=_0x535cef['extend']({'_doFinalize':function(){var _0x743e73=this['_process'](!0x0);return _0x743e73;},'blockSize':0x1});var _0x42d30a=_0x21884a[_0x3208f0(0x21a)]={},_0x218c45=_0x9285e6[_0x3208f0(0x597)]=_0x42bdb8[_0x3208f0(0x26d)]({'createEncryptor':function(_0x486776,_0xcf7c4f){const _0x58bdd3=_0x3208f0;return this[_0x58bdd3(0x49b)][_0x58bdd3(0x3a7)](_0x486776,_0xcf7c4f);},'createDecryptor':function(_0x56940b,_0x357017){const _0x2ee049=_0x3208f0;return this[_0x2ee049(0x230)][_0x2ee049(0x3a7)](_0x56940b,_0x357017);},'init':function(_0x5d7f64,_0x47d14c){const _0x4cd309=_0x3208f0;this[_0x4cd309(0x44e)]=_0x5d7f64,this[_0x4cd309(0x3f6)]=_0x47d14c;}}),_0x73d2db=_0x42d30a[_0x3208f0(0x306)]=(function(){const _0x106699=_0x3208f0;var _0x59d9f0=_0x218c45[_0x106699(0x26d)]();_0x59d9f0[_0x106699(0x49b)]=_0x59d9f0[_0x106699(0x26d)]({'processBlock':function(_0x5218e,_0x1c1070){const _0x1414c9=_0x106699;var _0x141d88=this['_cipher'],_0x47bb75=_0x141d88['blockSize'];_0x26f331['call'](this,_0x5218e,_0x1c1070,_0x47bb75),_0x141d88[_0x1414c9(0x472)](_0x5218e,_0x1c1070),this[_0x1414c9(0x492)]=_0x5218e[_0x1414c9(0x562)](_0x1c1070,_0x1c1070+_0x47bb75);}}),_0x59d9f0[_0x106699(0x230)]=_0x59d9f0[_0x106699(0x26d)]({'processBlock':function(_0x38684b,_0x3c3cab){const _0x4ada77=_0x106699;var _0x484863=this[_0x4ada77(0x44e)],_0x145278=_0x484863[_0x4ada77(0x620)],_0x271fa7=_0x38684b[_0x4ada77(0x562)](_0x3c3cab,_0x3c3cab+_0x145278);_0x484863[_0x4ada77(0x2b3)](_0x38684b,_0x3c3cab),_0x26f331['call'](this,_0x38684b,_0x3c3cab,_0x145278),this[_0x4ada77(0x492)]=_0x271fa7;}});function _0x26f331(_0x216659,_0x53097b,_0x2d3e88){const _0x162045=_0x106699;var _0x2fc013,_0x5185fa=this[_0x162045(0x3f6)];_0x5185fa?(_0x2fc013=_0x5185fa,this[_0x162045(0x3f6)]=_0x3719dc):_0x2fc013=this[_0x162045(0x492)];for(var _0x290283=0x0;_0x290283<_0x2d3e88;_0x290283++)_0x216659[_0x53097b+_0x290283]^=_0x2fc013[_0x290283];}return _0x59d9f0;}()),_0x556a94=_0x21884a[_0x3208f0(0x242)]={},_0x5abdea=_0x556a94[_0x3208f0(0x2fb)]={'pad':function(_0x221cdc,_0x27233d){const _0x2fda1c=_0x3208f0;for(var _0x519380=_0x27233d*0x4,_0x3572de=_0x519380-_0x221cdc['sigBytes']%_0x519380,_0xed1546=_0x3572de<<0x18|_0x3572de<<0x10|_0x3572de<<0x8|_0x3572de,_0x28e0bc=[],_0x341d37=0x0;_0x341d37<_0x3572de;_0x341d37+=0x4)_0x28e0bc[_0x2fda1c(0x616)](_0xed1546);var _0x2ab484=_0x16b814[_0x2fda1c(0x3a7)](_0x28e0bc,_0x3572de);_0x221cdc[_0x2fda1c(0x476)](_0x2ab484);},'unpad':function(_0x56ca64){const _0x46bb6f=_0x3208f0;var _0x3fd948=_0x56ca64[_0x46bb6f(0x35a)][_0x56ca64['sigBytes']-0x1>>>0x2]&0xff;_0x56ca64[_0x46bb6f(0x4f0)]-=_0x3fd948;}};_0x9285e6[_0x3208f0(0x205)]=_0x535cef[_0x3208f0(0x26d)]({'cfg':_0x535cef[_0x3208f0(0x3ed)][_0x3208f0(0x26d)]({'mode':_0x73d2db,'padding':_0x5abdea}),'reset':function(){const _0x2920a8=_0x3208f0;var _0x1ef9ca;_0x535cef[_0x2920a8(0x4ec)][_0x2920a8(0x35e)](this);var _0x717769=this[_0x2920a8(0x3ed)],_0x554353=_0x717769['iv'],_0x3ac4bd=_0x717769[_0x2920a8(0x21a)];this['_xformMode']==this[_0x2920a8(0x383)]?_0x1ef9ca=_0x3ac4bd[_0x2920a8(0x4a8)]:(_0x1ef9ca=_0x3ac4bd['createDecryptor'],this[_0x2920a8(0x554)]=0x1),this['_mode']&&this[_0x2920a8(0x504)][_0x2920a8(0x1a1)]==_0x1ef9ca?this[_0x2920a8(0x504)][_0x2920a8(0x57f)](this,_0x554353&&_0x554353[_0x2920a8(0x35a)]):(this[_0x2920a8(0x504)]=_0x1ef9ca[_0x2920a8(0x35e)](_0x3ac4bd,this,_0x554353&&_0x554353['words']),this['_mode'][_0x2920a8(0x1a1)]=_0x1ef9ca);},'_doProcessBlock':function(_0x18f4ec,_0x2c4f6b){const _0x1642a4=_0x3208f0;this[_0x1642a4(0x504)]['processBlock'](_0x18f4ec,_0x2c4f6b);},'_doFinalize':function(){const _0x2fdbf7=_0x3208f0;var _0x5a46db,_0x3ea35f=this[_0x2fdbf7(0x3ed)][_0x2fdbf7(0x3fe)];return this['_xformMode']==this[_0x2fdbf7(0x383)]?(_0x3ea35f['pad'](this['_data'],this[_0x2fdbf7(0x620)]),_0x5a46db=this[_0x2fdbf7(0x366)](!0x0)):(_0x5a46db=this[_0x2fdbf7(0x366)](!0x0),_0x3ea35f[_0x2fdbf7(0x258)](_0x5a46db)),_0x5a46db;},'blockSize':0x80/0x20});var _0x1a0d42=_0x9285e6['CipherParams']=_0x42bdb8[_0x3208f0(0x26d)]({'init':function(_0x97c4fb){const _0x401c15=_0x3208f0;this[_0x401c15(0x1a4)](_0x97c4fb);},'toString':function(_0x22df65){const _0x518031=_0x3208f0;return(_0x22df65||this[_0x518031(0x238)])[_0x518031(0x4b8)](this);}}),_0x5410a9=_0x21884a[_0x3208f0(0x33c)]={},_0x84811f=_0x5410a9['OpenSSL']={'stringify':function(_0x2bfac1){const _0x53f514=_0x3208f0;var _0x3eb899,_0x20f342=_0x2bfac1[_0x53f514(0x1ac)],_0x74860b=_0x2bfac1['salt'];return _0x74860b?_0x3eb899=_0x16b814[_0x53f514(0x3a7)]([0x53616c74,0x65645f5f])[_0x53f514(0x476)](_0x74860b)[_0x53f514(0x476)](_0x20f342):_0x3eb899=_0x20f342,_0x3eb899['toString'](_0x1b995f);},'parse':function(_0x20e07d){const _0x20bb1=_0x3208f0;var _0x1a30f8,_0x53e801=_0x1b995f[_0x20bb1(0x42e)](_0x20e07d),_0x55182a=_0x53e801[_0x20bb1(0x35a)];return _0x55182a[0x0]==0x53616c74&&_0x55182a[0x1]==0x65645f5f&&(_0x1a30f8=_0x16b814[_0x20bb1(0x3a7)](_0x55182a[_0x20bb1(0x562)](0x2,0x4)),_0x55182a[_0x20bb1(0x318)](0x0,0x4),_0x53e801['sigBytes']-=0x10),_0x1a0d42['create']({'ciphertext':_0x53e801,'salt':_0x1a30f8});}},_0x393246=_0x9285e6[_0x3208f0(0x38d)]=_0x42bdb8['extend']({'cfg':_0x42bdb8['extend']({'format':_0x84811f}),'encrypt':function(_0xd0404c,_0x4f1891,_0x1e88bd,_0x2acb20){const _0x49107d=_0x3208f0;_0x2acb20=this[_0x49107d(0x3ed)][_0x49107d(0x26d)](_0x2acb20);var _0x209389=_0xd0404c['createEncryptor'](_0x1e88bd,_0x2acb20),_0x2d111d=_0x209389[_0x49107d(0x5c3)](_0x4f1891),_0x1030b5=_0x209389[_0x49107d(0x3ed)];return _0x1a0d42['create']({'ciphertext':_0x2d111d,'key':_0x1e88bd,'iv':_0x1030b5['iv'],'algorithm':_0xd0404c,'mode':_0x1030b5[_0x49107d(0x21a)],'padding':_0x1030b5['padding'],'blockSize':_0xd0404c[_0x49107d(0x620)],'formatter':_0x2acb20[_0x49107d(0x33c)]});},'decrypt':function(_0x1651c6,_0x575338,_0x2390b7,_0x39d2a8){const _0x328f92=_0x3208f0;_0x39d2a8=this['cfg'][_0x328f92(0x26d)](_0x39d2a8),_0x575338=this[_0x328f92(0x340)](_0x575338,_0x39d2a8[_0x328f92(0x33c)]);var _0x574c8f=_0x1651c6['createDecryptor'](_0x2390b7,_0x39d2a8)['finalize'](_0x575338['ciphertext']);return _0x574c8f;},'_parse':function(_0x1be4f6,_0x4a8eb3){const _0x1a1288=_0x3208f0;return typeof _0x1be4f6==_0x1a1288(0x1c3)?_0x4a8eb3['parse'](_0x1be4f6,this):_0x1be4f6;}}),_0x2d1adf=_0x21884a[_0x3208f0(0x1e3)]={},_0x2e3ed9=_0x2d1adf['OpenSSL']={'execute':function(_0x17f4d7,_0x4aaabb,_0xdf202,_0x478bc2,_0x360d29){const _0x255d1f=_0x3208f0;if(_0x478bc2||(_0x478bc2=_0x16b814[_0x255d1f(0x631)](0x40/0x8)),_0x360d29)var _0x8b8140=_0x263a82[_0x255d1f(0x3a7)]({'keySize':_0x4aaabb+_0xdf202,'hasher':_0x360d29})[_0x255d1f(0x2ed)](_0x17f4d7,_0x478bc2);else var _0x8b8140=_0x263a82[_0x255d1f(0x3a7)]({'keySize':_0x4aaabb+_0xdf202})[_0x255d1f(0x2ed)](_0x17f4d7,_0x478bc2);var _0x4fe7f4=_0x16b814['create'](_0x8b8140[_0x255d1f(0x35a)][_0x255d1f(0x562)](_0x4aaabb),_0xdf202*0x4);return _0x8b8140[_0x255d1f(0x4f0)]=_0x4aaabb*0x4,_0x1a0d42['create']({'key':_0x8b8140,'iv':_0x4fe7f4,'salt':_0x478bc2});}},_0x4ffbca=_0x9285e6['PasswordBasedCipher']=_0x393246[_0x3208f0(0x26d)]({'cfg':_0x393246[_0x3208f0(0x3ed)][_0x3208f0(0x26d)]({'kdf':_0x2e3ed9}),'encrypt':function(_0x44d00e,_0x43813e,_0x243166,_0x132509){const _0x5b630c=_0x3208f0;_0x132509=this['cfg']['extend'](_0x132509);var _0x180d55=_0x132509[_0x5b630c(0x1e3)][_0x5b630c(0x5a0)](_0x243166,_0x44d00e['keySize'],_0x44d00e[_0x5b630c(0x265)],_0x132509['salt'],_0x132509[_0x5b630c(0x219)]);_0x132509['iv']=_0x180d55['iv'];var _0x494138=_0x393246['encrypt'][_0x5b630c(0x35e)](this,_0x44d00e,_0x43813e,_0x180d55[_0x5b630c(0x54e)],_0x132509);return _0x494138[_0x5b630c(0x1a4)](_0x180d55),_0x494138;},'decrypt':function(_0x89f9f2,_0x289236,_0x54d510,_0x5d719c){const _0x4135b7=_0x3208f0;_0x5d719c=this['cfg'][_0x4135b7(0x26d)](_0x5d719c),_0x289236=this[_0x4135b7(0x340)](_0x289236,_0x5d719c[_0x4135b7(0x33c)]);var _0x4a83ed=_0x5d719c[_0x4135b7(0x1e3)][_0x4135b7(0x5a0)](_0x54d510,_0x89f9f2['keySize'],_0x89f9f2[_0x4135b7(0x265)],_0x289236['salt'],_0x5d719c[_0x4135b7(0x219)]);_0x5d719c['iv']=_0x4a83ed['iv'];var _0x24d3b6=_0x393246[_0x4135b7(0x47f)][_0x4135b7(0x35e)](this,_0x89f9f2,_0x289236,_0x4a83ed[_0x4135b7(0x54e)],_0x5d719c);return _0x24d3b6;}});}();}));}(_0x577a61)),_0x577a61['exports'];}(function(_0x4b2053,_0x1e01c2){(function(_0x2ac6dd,_0x578f72,_0x22395a){const _0x274031=_0x4e9c;_0x4b2053[_0x274031(0x4d6)]=_0x578f72(_0x58ec59(),_0x12ed54(),_0xb311e8(),_0x1f62da(),_0xae075c());}(_0x2efbf9,function(_0x23a843){const _0x2ef060=_0x4e9c;return(function(){const _0x331512=_0x4e9c;var _0x28a792=_0x23a843,_0x4036f2=_0x28a792[_0x331512(0x540)],_0x21aff6=_0x4036f2[_0x331512(0x205)],_0x216234=_0x28a792['algo'],_0x41f807=[],_0x52784f=[],_0xcbacf4=[],_0x2f52ca=[],_0x4ba683=[],_0x42dce7=[],_0x3556e2=[],_0xa7e8f4=[],_0x4a2f64=[],_0x3e88a1=[];(function(){for(var _0x2f4ec3=[],_0x44a134=0x0;_0x44a134<0x100;_0x44a134++)_0x44a134<0x80?_0x2f4ec3[_0x44a134]=_0x44a134<<0x1:_0x2f4ec3[_0x44a134]=_0x44a134<<0x1^0x11b;for(var _0x3d62ab=0x0,_0x35f670=0x0,_0x44a134=0x0;_0x44a134<0x100;_0x44a134++){var _0x3ef6b7=_0x35f670^_0x35f670<<0x1^_0x35f670<<0x2^_0x35f670<<0x3^_0x35f670<<0x4;_0x3ef6b7=_0x3ef6b7>>>0x8^_0x3ef6b7&0xff^0x63,_0x41f807[_0x3d62ab]=_0x3ef6b7,_0x52784f[_0x3ef6b7]=_0x3d62ab;var _0x498e1e=_0x2f4ec3[_0x3d62ab],_0x5c61ce=_0x2f4ec3[_0x498e1e],_0x3ba748=_0x2f4ec3[_0x5c61ce],_0x52cb33=_0x2f4ec3[_0x3ef6b7]*0x101^_0x3ef6b7*0x1010100;_0xcbacf4[_0x3d62ab]=_0x52cb33<<0x18|_0x52cb33>>>0x8,_0x2f52ca[_0x3d62ab]=_0x52cb33<<0x10|_0x52cb33>>>0x10,_0x4ba683[_0x3d62ab]=_0x52cb33<<0x8|_0x52cb33>>>0x18,_0x42dce7[_0x3d62ab]=_0x52cb33;var _0x52cb33=_0x3ba748*0x1010101^_0x5c61ce*0x10001^_0x498e1e*0x101^_0x3d62ab*0x1010100;_0x3556e2[_0x3ef6b7]=_0x52cb33<<0x18|_0x52cb33>>>0x8,_0xa7e8f4[_0x3ef6b7]=_0x52cb33<<0x10|_0x52cb33>>>0x10,_0x4a2f64[_0x3ef6b7]=_0x52cb33<<0x8|_0x52cb33>>>0x18,_0x3e88a1[_0x3ef6b7]=_0x52cb33,_0x3d62ab?(_0x3d62ab=_0x498e1e^_0x2f4ec3[_0x2f4ec3[_0x2f4ec3[_0x3ba748^_0x498e1e]]],_0x35f670^=_0x2f4ec3[_0x2f4ec3[_0x35f670]]):_0x3d62ab=_0x35f670=0x1;}}());var _0x372d6b=[0x0,0x1,0x2,0x4,0x8,0x10,0x20,0x40,0x80,0x1b,0x36],_0xcbde23=_0x216234[_0x331512(0x3e9)]=_0x21aff6[_0x331512(0x26d)]({'_doReset':function(){const _0x3044c0=_0x331512;var _0x85a7f4;if(!(this[_0x3044c0(0x40d)]&&this['_keyPriorReset']===this['_key'])){for(var _0x3f6186=this[_0x3044c0(0x58f)]=this[_0x3044c0(0x4c5)],_0x5ad4d1=_0x3f6186['words'],_0xd688c5=_0x3f6186[_0x3044c0(0x4f0)]/0x4,_0x484524=this['_nRounds']=_0xd688c5+0x6,_0x29f3be=(_0x484524+0x1)*0x4,_0x565a95=this[_0x3044c0(0x5c0)]=[],_0x4bf369=0x0;_0x4bf369<_0x29f3be;_0x4bf369++)_0x4bf369<_0xd688c5?_0x565a95[_0x4bf369]=_0x5ad4d1[_0x4bf369]:(_0x85a7f4=_0x565a95[_0x4bf369-0x1],_0x4bf369%_0xd688c5?_0xd688c5>0x6&&_0x4bf369%_0xd688c5==0x4&&(_0x85a7f4=_0x41f807[_0x85a7f4>>>0x18]<<0x18|_0x41f807[_0x85a7f4>>>0x10&0xff]<<0x10|_0x41f807[_0x85a7f4>>>0x8&0xff]<<0x8|_0x41f807[_0x85a7f4&0xff]):(_0x85a7f4=_0x85a7f4<<0x8|_0x85a7f4>>>0x18,_0x85a7f4=_0x41f807[_0x85a7f4>>>0x18]<<0x18|_0x41f807[_0x85a7f4>>>0x10&0xff]<<0x10|_0x41f807[_0x85a7f4>>>0x8&0xff]<<0x8|_0x41f807[_0x85a7f4&0xff],_0x85a7f4^=_0x372d6b[_0x4bf369/_0xd688c5|0x0]<<0x18),_0x565a95[_0x4bf369]=_0x565a95[_0x4bf369-_0xd688c5]^_0x85a7f4);for(var _0xd401c=this[_0x3044c0(0x568)]=[],_0x4728ab=0x0;_0x4728ab<_0x29f3be;_0x4728ab++){var _0x4bf369=_0x29f3be-_0x4728ab;if(_0x4728ab%0x4)var _0x85a7f4=_0x565a95[_0x4bf369];else var _0x85a7f4=_0x565a95[_0x4bf369-0x4];_0x4728ab<0x4||_0x4bf369<=0x4?_0xd401c[_0x4728ab]=_0x85a7f4:_0xd401c[_0x4728ab]=_0x3556e2[_0x41f807[_0x85a7f4>>>0x18]]^_0xa7e8f4[_0x41f807[_0x85a7f4>>>0x10&0xff]]^_0x4a2f64[_0x41f807[_0x85a7f4>>>0x8&0xff]]^_0x3e88a1[_0x41f807[_0x85a7f4&0xff]];}}},'encryptBlock':function(_0x233ecc,_0x469de8){const _0x3e2b52=_0x331512;this[_0x3e2b52(0x3c7)](_0x233ecc,_0x469de8,this[_0x3e2b52(0x5c0)],_0xcbacf4,_0x2f52ca,_0x4ba683,_0x42dce7,_0x41f807);},'decryptBlock':function(_0x530b02,_0x13d8c0){const _0x1968e4=_0x331512;var _0x4f6ad0=_0x530b02[_0x13d8c0+0x1];_0x530b02[_0x13d8c0+0x1]=_0x530b02[_0x13d8c0+0x3],_0x530b02[_0x13d8c0+0x3]=_0x4f6ad0,this['_doCryptBlock'](_0x530b02,_0x13d8c0,this[_0x1968e4(0x568)],_0x3556e2,_0xa7e8f4,_0x4a2f64,_0x3e88a1,_0x52784f);var _0x4f6ad0=_0x530b02[_0x13d8c0+0x1];_0x530b02[_0x13d8c0+0x1]=_0x530b02[_0x13d8c0+0x3],_0x530b02[_0x13d8c0+0x3]=_0x4f6ad0;},'_doCryptBlock':function(_0x2bc069,_0x177373,_0x181b17,_0x164abc,_0x3839d3,_0x5aafd4,_0x18cf21,_0x35ba45){const _0x3473cd=_0x331512;for(var _0x31a741=this[_0x3473cd(0x40d)],_0x26d6ac=_0x2bc069[_0x177373]^_0x181b17[0x0],_0x539d74=_0x2bc069[_0x177373+0x1]^_0x181b17[0x1],_0xc90bd4=_0x2bc069[_0x177373+0x2]^_0x181b17[0x2],_0x695c5e=_0x2bc069[_0x177373+0x3]^_0x181b17[0x3],_0x42c431=0x4,_0x5cce6a=0x1;_0x5cce6a<_0x31a741;_0x5cce6a++){var _0x287817=_0x164abc[_0x26d6ac>>>0x18]^_0x3839d3[_0x539d74>>>0x10&0xff]^_0x5aafd4[_0xc90bd4>>>0x8&0xff]^_0x18cf21[_0x695c5e&0xff]^_0x181b17[_0x42c431++],_0x1b5e5c=_0x164abc[_0x539d74>>>0x18]^_0x3839d3[_0xc90bd4>>>0x10&0xff]^_0x5aafd4[_0x695c5e>>>0x8&0xff]^_0x18cf21[_0x26d6ac&0xff]^_0x181b17[_0x42c431++],_0x347a0e=_0x164abc[_0xc90bd4>>>0x18]^_0x3839d3[_0x695c5e>>>0x10&0xff]^_0x5aafd4[_0x26d6ac>>>0x8&0xff]^_0x18cf21[_0x539d74&0xff]^_0x181b17[_0x42c431++],_0x7be843=_0x164abc[_0x695c5e>>>0x18]^_0x3839d3[_0x26d6ac>>>0x10&0xff]^_0x5aafd4[_0x539d74>>>0x8&0xff]^_0x18cf21[_0xc90bd4&0xff]^_0x181b17[_0x42c431++];_0x26d6ac=_0x287817,_0x539d74=_0x1b5e5c,_0xc90bd4=_0x347a0e,_0x695c5e=_0x7be843;}var _0x287817=(_0x35ba45[_0x26d6ac>>>0x18]<<0x18|_0x35ba45[_0x539d74>>>0x10&0xff]<<0x10|_0x35ba45[_0xc90bd4>>>0x8&0xff]<<0x8|_0x35ba45[_0x695c5e&0xff])^_0x181b17[_0x42c431++],_0x1b5e5c=(_0x35ba45[_0x539d74>>>0x18]<<0x18|_0x35ba45[_0xc90bd4>>>0x10&0xff]<<0x10|_0x35ba45[_0x695c5e>>>0x8&0xff]<<0x8|_0x35ba45[_0x26d6ac&0xff])^_0x181b17[_0x42c431++],_0x347a0e=(_0x35ba45[_0xc90bd4>>>0x18]<<0x18|_0x35ba45[_0x695c5e>>>0x10&0xff]<<0x10|_0x35ba45[_0x26d6ac>>>0x8&0xff]<<0x8|_0x35ba45[_0x539d74&0xff])^_0x181b17[_0x42c431++],_0x7be843=(_0x35ba45[_0x695c5e>>>0x18]<<0x18|_0x35ba45[_0x26d6ac>>>0x10&0xff]<<0x10|_0x35ba45[_0x539d74>>>0x8&0xff]<<0x8|_0x35ba45[_0xc90bd4&0xff])^_0x181b17[_0x42c431++];_0x2bc069[_0x177373]=_0x287817,_0x2bc069[_0x177373+0x1]=_0x1b5e5c,_0x2bc069[_0x177373+0x2]=_0x347a0e,_0x2bc069[_0x177373+0x3]=_0x7be843;},'keySize':0x100/0x20});_0x28a792[_0x331512(0x3e9)]=_0x21aff6[_0x331512(0x48c)](_0xcbde23);}()),_0x23a843[_0x2ef060(0x3e9)];}));}(_0x276523));var _0x3bcb79=_0x276523['exports'];const _0x2a000e=_0x476764(_0x3bcb79);var _0x539273=_0x12ed54();const _0x5552c5=_0x476764(_0x539273);var _0x4400e7={'exports':{}};(function(_0x4ac39b,_0x5b088f){(function(_0x24a77c,_0x41556c){const _0x2d651a=_0x4e9c;_0x4ac39b[_0x2d651a(0x4d6)]=_0x41556c(_0x58ec59());}(_0x2efbf9,function(_0x509eae){const _0x448837=_0x4e9c;return _0x509eae[_0x448837(0x2c2)][_0x448837(0x4ad)];}));}(_0x4400e7));var _0x3797e8=_0x4400e7['exports'];const _0x58dcc4=_0x476764(_0x3797e8);var _0x166007={'exports':{}};(function(_0x4b48fb,_0x4a77d8){(function(_0x544d25,_0x358537){_0x4b48fb['exports']=_0x358537(_0x58ec59());}(_0x2efbf9,function(_0x17fb0d){const _0x1e9f58=_0x4e9c;return(function(){const _0x53b7f7=_0x4e9c;if(typeof ArrayBuffer=='function'){var _0x5f4efb=_0x17fb0d,_0x17d1ba=_0x5f4efb[_0x53b7f7(0x540)],_0x52cd2a=_0x17d1ba[_0x53b7f7(0x3b1)],_0x27037b=_0x52cd2a[_0x53b7f7(0x57f)],_0x38ff05=_0x52cd2a[_0x53b7f7(0x57f)]=function(_0x21ab65){const _0x2df9ce=_0x53b7f7;if(_0x21ab65 instanceof ArrayBuffer&&(_0x21ab65=new Uint8Array(_0x21ab65)),(_0x21ab65 instanceof Int8Array||typeof Uint8ClampedArray<'u'&&_0x21ab65 instanceof Uint8ClampedArray||_0x21ab65 instanceof Int16Array||_0x21ab65 instanceof Uint16Array||_0x21ab65 instanceof Int32Array||_0x21ab65 instanceof Uint32Array||_0x21ab65 instanceof Float32Array||_0x21ab65 instanceof Float64Array)&&(_0x21ab65=new Uint8Array(_0x21ab65[_0x2df9ce(0x234)],_0x21ab65[_0x2df9ce(0x64b)],_0x21ab65[_0x2df9ce(0x2e0)])),_0x21ab65 instanceof Uint8Array){for(var _0x51bf29=_0x21ab65[_0x2df9ce(0x2e0)],_0x577c19=[],_0x2b3ec9=0x0;_0x2b3ec9<_0x51bf29;_0x2b3ec9++)_0x577c19[_0x2b3ec9>>>0x2]|=_0x21ab65[_0x2b3ec9]<<0x18-_0x2b3ec9%0x4*0x8;_0x27037b[_0x2df9ce(0x35e)](this,_0x577c19,_0x51bf29);}else _0x27037b[_0x2df9ce(0x326)](this,arguments);};_0x38ff05[_0x53b7f7(0x387)]=_0x52cd2a;}}()),_0x17fb0d[_0x1e9f58(0x540)]['WordArray'];}));}(_0x166007));var _0x305ca8=_0x166007[_0x5e0aad(0x4d6)];const _0x2d040b=_0x476764(_0x305ca8);var _0xf9ad00={'exports':{}};(function(_0x2d1366,_0x56df68){(function(_0x24797,_0x4fa2d0,_0x1fafe3){_0x2d1366['exports']=_0x4fa2d0(_0x58ec59(),_0xae075c());}(_0x2efbf9,function(_0x22a6e0){const _0x587067=_0x4e9c;return _0x22a6e0[_0x587067(0x242)][_0x587067(0x45d)]={'pad':function(){},'unpad':function(){}},_0x22a6e0[_0x587067(0x242)][_0x587067(0x45d)];}));}(_0xf9ad00));var _0x3c2af0=_0xf9ad00[_0x5e0aad(0x4d6)];const _0x303ea5=_0x476764(_0x3c2af0);function _0x2f4b03(_0x5226f4,_0x327952){const _0x11ad6b=_0x5e0aad,_0xff91c8=_0x327952-_0x5226f4[_0x11ad6b(0x1cc)]%_0x327952,_0x13c679=String[_0x11ad6b(0x51e)](_0xff91c8)['repeat'](_0xff91c8);return _0x5226f4+_0x13c679;}function _0x6de36f(_0x373570,_0xd872d){const _0x1793b1=_0x5e0aad,_0x52ce08=_0x2d040b[_0x1793b1(0x631)](0x10),_0x181feb=_0x2f4b03(_0x373570,0x10),_0x5c28d0=_0x2a000e[_0x1793b1(0x1ae)](_0x58dcc4[_0x1793b1(0x42e)](_0x181feb),_0x5552c5[_0x1793b1(0x42e)](_0xd872d),{'iv':_0x52ce08,'padding':_0x303ea5});return _0x52ce08[_0x1793b1(0x476)](_0x5c28d0[_0x1793b1(0x1ac)])['toString'](_0x5552c5);}function _0x3618d6(){const _0x366edf=_0x5e0aad,_0x34a9ff=(typeof WorkerGlobalScope<'u'&&self instanceof WorkerGlobalScope?self:window)[_0x366edf(0x4e7)];if(_0x34a9ff){const _0x5dcd2c={'time':Math[_0x366edf(0x3cf)](Date[_0x366edf(0x399)]()/0x3e8),'domain':location['hostname']};return _0x6de36f(JSON[_0x366edf(0x4b8)](_0x5dcd2c),_0x34a9ff);}}var _0x591373=Object[_0x5e0aad(0x2e4)],_0x4a4a9e=Object['getOwnPropertyDescriptor'],_0x1995fa=(_0x34b19f,_0x304597,_0xa15472,_0x2bef22)=>{for(var _0x3bb6bb=_0x2bef22>0x1?void 0x0:_0x2bef22?_0x4a4a9e(_0x304597,_0xa15472):_0x304597,_0x326a61=_0x34b19f['length']-0x1,_0x185cf3;_0x326a61>=0x0;_0x326a61--)(_0x185cf3=_0x34b19f[_0x326a61])&&(_0x3bb6bb=(_0x2bef22?_0x185cf3(_0x304597,_0xa15472,_0x3bb6bb):_0x185cf3(_0x3bb6bb))||_0x3bb6bb);return _0x2bef22&&_0x3bb6bb&&_0x591373(_0x304597,_0xa15472,_0x3bb6bb),_0x3bb6bb;},_0x3ed839=(_0x1b467c,_0x918423)=>(_0x3dfade,_0x22af29)=>_0x918423(_0x3dfade,_0x22af29,_0x1b467c);let _0x52b413=class{constructor(_0x22d5bb){const _0x48fe56=_0x5e0aad;this['_httpService']=_0x22d5bb,this[_0x48fe56(0x641)]();}[_0x5e0aad(0x641)](){const _0x414f61=_0x5e0aad;this[_0x414f61(0x599)][_0x414f61(0x388)]({'interceptor':(_0x267e2e,_0x52536b)=>{const _0x37032e=_0x414f61,_0x4fcbe6=_0x267e2e[_0x37032e(0x3d1)],_0x28eedb=_0x3618d6();return _0x28eedb&&_0x4fcbe6['set'](_0x37032e(0x315),_0x28eedb),_0x52536b(_0x267e2e);}});}};_0x52b413=_0x1995fa([_0x3ed839(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x155315[_0x5e0aad(0x522)]))],_0x52b413);var _0x22d359=Object['defineProperty'],_0x24bc9c=Object[_0x5e0aad(0x585)],_0x41f0a4=(_0x29e77b,_0x3376c7,_0x35f8a9,_0x4211e6)=>{for(var _0x4fcee6=_0x4211e6>0x1?void 0x0:_0x4211e6?_0x24bc9c(_0x3376c7,_0x35f8a9):_0x3376c7,_0x201ce0=_0x29e77b['length']-0x1,_0x357c33;_0x201ce0>=0x0;_0x201ce0--)(_0x357c33=_0x29e77b[_0x201ce0])&&(_0x4fcee6=(_0x4211e6?_0x357c33(_0x3376c7,_0x35f8a9,_0x4fcee6):_0x357c33(_0x4fcee6))||_0x4fcee6);return _0x4211e6&&_0x4fcee6&&_0x22d359(_0x3376c7,_0x35f8a9,_0x4fcee6),_0x4fcee6;},_0x182f52=(_0x7ffea5,_0x29d71d)=>(_0x7fceaa,_0x4b3b90)=>_0x29d71d(_0x7fceaa,_0x4b3b90,_0x7ffea5);const _0x458f2d=['image/png',_0x5e0aad(0x51a),_0x5e0aad(0x586),_0x5e0aad(0x1af),_0x5e0aad(0x543)],_0x34de8f=0x5*0x400*0x400,_0x3c9cfc=_0x5e0aad(0x33d),_0x245155='/universer-api/stream/file/upload',_0x34649e=_0x5e0aad(0x59c),_0x560b4b=_0x5e0aad(0x259);_0xc68ebf[_0x5e0aad(0x25b)]=class{constructor(_0x6ebea4,_0x3146bc,_0x3f88d6){const _0x20c7a7=_0x5e0aad;_0x133e34(this,_0x20c7a7(0x5e8),0x0),_0x133e34(this,'_change$',new _0x543965[(_0x20c7a7(0x547))]()),_0x133e34(this,_0x20c7a7(0x4ce),this[_0x20c7a7(0x2a1)]),_0x133e34(this,_0x20c7a7(0x297),new Map()),(this[_0x20c7a7(0x599)]=_0x6ebea4,this[_0x20c7a7(0x350)]=_0x3146bc,this['_univerInstanceService']=_0x3f88d6);}['setWaitCount'](_0x24647d){const _0x3b758c=_0x5e0aad;this[_0x3b758c(0x5e8)]=_0x24647d,this[_0x3b758c(0x2a1)][_0x3b758c(0x4ca)](_0x24647d);}[_0x5e0aad(0x5a4)](_0x84a5d9,_0x32c4f2){const _0xde5e10=_0x5e0aad;if(_0x32c4f2===_0x19d17d[_0xde5e10(0x321)][_0xde5e10(0x5ce)]){const _0x1dfd00=new Image();return _0x1dfd00[_0xde5e10(0x2ac)]=_0x84a5d9,_0x1dfd00;}return this['_imageSourceCache'][_0xde5e10(0x391)](_0x84a5d9);}[_0x5e0aad(0x537)](_0x2c05e1,_0xd38a6e,_0x16e363){const _0xec78f8=_0x5e0aad;_0xd38a6e===_0x19d17d[_0xec78f8(0x321)][_0xec78f8(0x5ce)]||_0x16e363==null||this[_0xec78f8(0x297)][_0xec78f8(0x5f3)](_0x2c05e1,_0x16e363);}async[_0x5e0aad(0x4eb)](_0x466036){const _0x507b13=_0x5e0aad;try{const _0x5bb03c=this[_0x507b13(0x5b6)](this[_0x507b13(0x27d)](),''+_0x466036),_0x543359=(await this[_0x507b13(0x599)][_0x507b13(0x391)](_0x5bb03c))[_0x507b13(0x1e8)];if(_0x543359[_0x507b13(0x346)]&&_0x543359['error']['code']===_0x43b34c['OK']){const _0x2f9ba8=new URL(_0x543359[_0x507b13(0x642)],this[_0x507b13(0x44a)]())['toString']();return Promise[_0x507b13(0x5ac)](_0x2f9ba8);}return Promise[_0x507b13(0x551)](_0x543359[_0x507b13(0x346)]);}catch(_0x4cbf03){return Promise[_0x507b13(0x551)](_0x4cbf03);}}async[_0x5e0aad(0x1fb)](_0x483542){const _0x1f62f2=_0x5e0aad;let _0xccdb37='';if(!_0x458f2d[_0x1f62f2(0x233)](_0x483542[_0x1f62f2(0x1d1)]))return this[_0x1f62f2(0x58b)](),Promise[_0x1f62f2(0x551)](new Error(_0x19d17d[_0x1f62f2(0x268)][_0x1f62f2(0x403)]));if(_0x483542[_0x1f62f2(0x5e4)]>_0x34de8f)return this[_0x1f62f2(0x58b)](),Promise['reject'](new Error(_0x19d17d[_0x1f62f2(0x268)][_0x1f62f2(0x3cb)]));try{const _0x859fad=new FormData();_0x859fad['append']('file',_0x483542);const _0x4c632e=this[_0x1f62f2(0x434)][_0x1f62f2(0x24e)](),_0x1e1f78=_0x4c632e==null?void 0x0:_0x4c632e['getUnitId']();if(!_0x1e1f78)throw new Error(_0x1f62f2(0x1d5));const _0x58e5f4=this[_0x1f62f2(0x424)]()+'?size='+_0x483542[_0x1f62f2(0x5e4)][_0x1f62f2(0x2dc)]()+_0x1f62f2(0x1db)+_0x27083f[_0x1f62f2(0x35b)]+_0x1f62f2(0x1c9)+encodeURIComponent(_0x1e1f78),_0x46c0c8=await(await fetch(_0x58e5f4,{'method':_0x1f62f2(0x333),'body':_0x859fad}))[_0x1f62f2(0x1ca)]();if(typeof _0x46c0c8[_0x1f62f2(0x4a5)]!=_0x1f62f2(0x1c3))return this[_0x1f62f2(0x58b)](),Promise[_0x1f62f2(0x551)](new Error(_0x19d17d[_0x1f62f2(0x268)][_0x1f62f2(0x617)]));_0xccdb37=_0x46c0c8[_0x1f62f2(0x4a5)];}catch{return this[_0x1f62f2(0x58b)](),Promise[_0x1f62f2(0x551)](new Error(_0x19d17d[_0x1f62f2(0x268)][_0x1f62f2(0x617)]));}return new Promise((_0x256fa5,_0x198745)=>{const _0x4ffd47=_0x1f62f2,_0x36c07=new FileReader();_0x36c07[_0x4ffd47(0x4d2)](_0x483542),_0x36c07[_0x4ffd47(0x53d)]=_0x3c46e6=>{const _0x1f6aae=_0x4ffd47;var _0x2d065a;const _0x1e73bd=(_0x2d065a=_0x3c46e6[_0x1f6aae(0x51f)])==null?void 0x0:_0x2d065a[_0x1f6aae(0x1d2)];if(_0x1e73bd==null){this['_decreaseWaiting'](),_0x198745(new Error(_0x19d17d['ImageUploadStatusType'][_0x1f6aae(0x617)]));return;}const _0x5aea2c=_0x260eff[_0x1f6aae(0x3e7)][_0x1f6aae(0x2d1)](0x6);_0x256fa5({'imageId':_0x5aea2c,'imageSourceType':_0x19d17d[_0x1f6aae(0x321)]['UUID'],'source':_0xccdb37,'base64Cache':_0x1e73bd,'status':_0x19d17d[_0x1f6aae(0x268)][_0x1f6aae(0x4f3)]}),this[_0x1f6aae(0x58b)]();};});}['_getUploadFileURL'](){const _0x29fbe5=_0x5e0aad;var _0x26dc98,_0x1a9512;const _0x2293c3=this[_0x29fbe5(0x350)][_0x29fbe5(0x21b)](_0x3c9cfc),_0xa8d78e=this[_0x29fbe5(0x350)]['getConfig'](_0x48905f);return(_0x1a9512=(_0x26dc98=_0xa8d78e==null?void 0x0:_0xa8d78e[_0x29fbe5(0x2e3)])!=null?_0x26dc98:_0x2293c3)!=null?_0x1a9512:_0x245155;}[_0x5e0aad(0x27d)](){const _0x20fa70=_0x5e0aad;var _0xcd4bea,_0x23c802;const _0x30b8e9=this[_0x20fa70(0x350)]['getConfig'](_0x34649e),_0x16cfa4=this[_0x20fa70(0x350)][_0x20fa70(0x21b)](_0x48905f);return(_0x23c802=(_0xcd4bea=_0x16cfa4==null?void 0x0:_0x16cfa4['signUrlServerUrl'])!=null?_0xcd4bea:_0x30b8e9)!=null?_0x23c802:_0x560b4b;}[_0x5e0aad(0x44a)](){const _0x4b7689=_0x5e0aad;var _0xc66f3a;const _0xd44b7b=this[_0x4b7689(0x350)]['getConfig'](_0x48905f);return(_0xc66f3a=_0xd44b7b==null?void 0x0:_0xd44b7b[_0x4b7689(0x28e)])!=null?_0xc66f3a:location['origin'];}[_0x5e0aad(0x5b6)](_0x307e8a,_0x287619){const _0x3b55c6=_0x5e0aad;return _0x307e8a['replace'](_0x3b55c6(0x426),_0x287619);}['_decreaseWaiting'](){const _0x39502c=_0x5e0aad;this['_waitCount']-=0x1,this[_0x39502c(0x2a1)][_0x39502c(0x4ca)](this['_waitCount']);}},_0xc68ebf[_0x5e0aad(0x25b)]=_0x41f0a4([_0x182f52(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x155315[_0x5e0aad(0x522)])),_0x182f52(0x1,_0x260eff[_0x5e0aad(0x55e)]),_0x182f52(0x2,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x44d)]))],_0xc68ebf[_0x5e0aad(0x25b)]);var _0x1df1fd=Object[_0x5e0aad(0x2e4)],_0x18d322=Object[_0x5e0aad(0x585)],_0x342879=(_0x5c88e9,_0x38b01e,_0x5da6bf,_0x2fb57b)=>{for(var _0x154738=_0x2fb57b>0x1?void 0x0:_0x2fb57b?_0x18d322(_0x38b01e,_0x5da6bf):_0x38b01e,_0x2e86c7=_0x5c88e9['length']-0x1,_0x11977d;_0x2e86c7>=0x0;_0x2e86c7--)(_0x11977d=_0x5c88e9[_0x2e86c7])&&(_0x154738=(_0x2fb57b?_0x11977d(_0x38b01e,_0x5da6bf,_0x154738):_0x11977d(_0x154738))||_0x154738);return _0x2fb57b&&_0x154738&&_0x1df1fd(_0x38b01e,_0x5da6bf,_0x154738),_0x154738;},_0x36c7c7=(_0xbd0cd1,_0x22b890)=>(_0x3c624b,_0x1d2b83)=>_0x22b890(_0x3c624b,_0x1d2b83,_0xbd0cd1);let _0x3274d0=class extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(_0x30e461,_0x128be6,_0x42a0bb,_0x37790e,_0x25ae3a){const _0x3ae1b2=_0x5e0aad;super(),this[_0x3ae1b2(0x2a2)]=_0x30e461,this[_0x3ae1b2(0x434)]=_0x128be6,this['_permissionService']=_0x42a0bb,this[_0x3ae1b2(0x1c8)]=_0x37790e,this['_localeService']=_0x25ae3a,this[_0x3ae1b2(0x2cf)](),this['_initCloseConn']();}['_initCloseConn'](){const _0x564e4e=_0x5e0aad,_0x19c1e5=async _0x15a556=>{const _0x21b0f9=_0x4e9c;(await this[_0x21b0f9(0x1c8)][_0x21b0f9(0x2b1)](_0x15a556))['event$'][_0x21b0f9(0x4f6)](_0x59f7e7[_0x21b0f9(0x2d9)](_0x59a559=>_0x59a559[_0x21b0f9(0x485)]===_0x11d062[_0x21b0f9(0x44c)][_0x21b0f9(0x1a5)]),_0x59f7e7[_0x21b0f9(0x248)](this[_0x21b0f9(0x34a)]))[_0x21b0f9(0x19e)](_0x124d29=>{const _0x357bcc=_0x21b0f9,_0x23aed9=_0x124d29,{reason:_0x7c1e17}=_0x23aed9[_0x357bcc(0x4ff)];this[_0x357bcc(0x2a2)][_0x357bcc(0x391)](_0x604b87['IMessageService'])['show']({'type':_0x5b25cc[_0x357bcc(0x363)][_0x357bcc(0x47d)],'content':this[_0x357bcc(0x3a4)]['t'](_0x357bcc(0x483))+'('+_0x7c1e17+')'}),this[_0x357bcc(0x368)][_0x357bcc(0x4ed)](new _0x47516e['WorkbookEditablePermission'](_0x15a556)['id'],!0x1),this['_collaborationSessionService'][_0x357bcc(0x2f9)](_0x15a556);});};_0x543965['merge'](this[_0x564e4e(0x434)][_0x564e4e(0x216)](_0x260eff[_0x564e4e(0x3d8)][_0x564e4e(0x31f)]),this[_0x564e4e(0x434)][_0x564e4e(0x216)](_0x260eff[_0x564e4e(0x3d8)][_0x564e4e(0x246)]))[_0x564e4e(0x4f6)](_0x59f7e7[_0x564e4e(0x2f4)](_0x3543f8=>_0x3543f8[_0x564e4e(0x1d7)]()),_0x59f7e7['filter'](_0x25706a=>!_0x260eff[_0x564e4e(0x464)](_0x25706a)),_0x59f7e7[_0x564e4e(0x248)](this['dispose$']))[_0x564e4e(0x19e)](_0xeb241f=>{_0x19c1e5(_0xeb241f);});}[_0x5e0aad(0x2cf)](){const _0x3bb80b=_0x5e0aad,_0x1f9e60=async _0x4ac607=>{const _0x28aa4f=_0x4e9c;(await this['_collaborationSessionService']['requireSession'](_0x4ac607))[_0x28aa4f(0x19a)][_0x28aa4f(0x4f6)](_0x59f7e7['filter'](_0x199ce4=>_0x199ce4[_0x28aa4f(0x485)]===_0x11d062['CollaborationEvent'][_0x28aa4f(0x538)]),_0x59f7e7[_0x28aa4f(0x248)](this['dispose$']))['subscribe'](_0x52af49=>{const _0x51c10d=_0x28aa4f,_0x259a60=_0x52af49,{objectId:_0x17926b}=_0x259a60['data'],_0x596d2d=this[_0x51c10d(0x2a2)][_0x51c10d(0x391)](_0x3393de[_0x51c10d(0x359)]);_0x17926b===_0x4ac607?_0x596d2d[_0x51c10d(0x5fd)](_0x4ac607):_0x596d2d[_0x51c10d(0x42d)](_0x4ac607,_0x17926b);});};_0x543965[_0x3bb80b(0x3ad)](this[_0x3bb80b(0x434)][_0x3bb80b(0x216)](_0x260eff[_0x3bb80b(0x3d8)][_0x3bb80b(0x31f)]),this['_univerInstanceService'][_0x3bb80b(0x216)](_0x260eff[_0x3bb80b(0x3d8)][_0x3bb80b(0x246)]))[_0x3bb80b(0x4f6)](_0x59f7e7[_0x3bb80b(0x2f4)](_0x2819c3=>_0x2819c3[_0x3bb80b(0x1d7)]()),_0x59f7e7[_0x3bb80b(0x2d9)](_0x4ad8eb=>!_0x260eff[_0x3bb80b(0x464)](_0x4ad8eb)),_0x59f7e7[_0x3bb80b(0x248)](this['dispose$']))[_0x3bb80b(0x19e)](_0x1c72a9=>{_0x1f9e60(_0x1c72a9);});}};_0x3274d0=_0x342879([_0x36c7c7(0x0,_0x260eff[_0x5e0aad(0x34e)](_0x260eff[_0x5e0aad(0x263)])),_0x36c7c7(0x1,_0x260eff[_0x5e0aad(0x44d)]),_0x36c7c7(0x2,_0x260eff['IPermissionService']),_0x36c7c7(0x3,_0x260eff['Inject'](_0xc68ebf[_0x5e0aad(0x573)])),_0x36c7c7(0x4,_0x260eff['Inject'](_0x260eff[_0x5e0aad(0x2a3)]))],_0x3274d0);var _0x347810=Object[_0x5e0aad(0x2e4)],_0x38dfe8=Object['getOwnPropertyDescriptor'],_0x194c47=(_0x13cbf9,_0x361f5b,_0x1a52ad,_0x1a2e31)=>{for(var _0x4a92f2=_0x1a2e31>0x1?void 0x0:_0x1a2e31?_0x38dfe8(_0x361f5b,_0x1a52ad):_0x361f5b,_0x12c703=_0x13cbf9['length']-0x1,_0x1cd949;_0x12c703>=0x0;_0x12c703--)(_0x1cd949=_0x13cbf9[_0x12c703])&&(_0x4a92f2=(_0x1a2e31?_0x1cd949(_0x361f5b,_0x1a52ad,_0x4a92f2):_0x1cd949(_0x4a92f2))||_0x4a92f2);return _0x1a2e31&&_0x4a92f2&&_0x347810(_0x361f5b,_0x1a52ad,_0x4a92f2),_0x4a92f2;},_0x30eb25=(_0x28dc55,_0x1666ad)=>(_0x10ad2a,_0x2decf5)=>_0x1666ad(_0x10ad2a,_0x2decf5,_0x28dc55);_0xc68ebf[_0x5e0aad(0x578)]=class{constructor(_0x502bbf,_0x38d81c){const _0x2f2f7e=_0x5e0aad;this[_0x2f2f7e(0x350)]=_0x502bbf,this['_httpService']=_0x38d81c;}async[_0x5e0aad(0x556)](_0x5b66d1,_0x3d6d5d){const _0x4f40a3=_0x5e0aad;var _0x149854;const {unitID:_0x416cc7,type:_0x2d9d42,revision:_0x10694d=0x0}=_0x3d6d5d,_0x496de8=this[_0x4f40a3(0x639)]()+'/'+_0x2d9d42+'/unit/'+_0x416cc7+_0x4f40a3(0x520)+_0x10694d,_0x2aa5fc=(await this[_0x4f40a3(0x599)][_0x4f40a3(0x391)](_0x496de8))[_0x4f40a3(0x1e8)],_0x78f2b6=(_0x149854=_0x2aa5fc[_0x4f40a3(0x260)])==null?void 0x0:_0x149854[_0x4f40a3(0x2b8)];if(_0x78f2b6){const _0x29d323=_0x78f2b6==null?void 0x0:_0x78f2b6['originalMeta'],_0x19d55f=_0x11d062[_0x4f40a3(0x57e)][_0x4f40a3(0x437)](_0x11d062[_0x4f40a3(0x63f)](_0x29d323));_0x78f2b6[_0x4f40a3(0x3ae)]=_0x19d55f,Object[_0x4f40a3(0x3b9)](_0x78f2b6[_0x4f40a3(0x2e7)])[_0x4f40a3(0x5f7)](([,_0x221e30])=>{const _0x476a95=_0x4f40a3,_0x28db49=_0x221e30[_0x476a95(0x3ae)],_0xd15068=_0x11d062['textEncoder'][_0x476a95(0x437)](_0x11d062[_0x476a95(0x63f)](_0x28db49));_0x221e30[_0x476a95(0x3ae)]=_0xd15068;});}return _0x2aa5fc;}async[_0x5e0aad(0x577)](_0x5c352d,_0x2dd3c5){const _0x213de5=_0x5e0aad,{unitID:_0xe545b,type:_0x120430,blockID:_0x2894a1}=_0x2dd3c5,_0x22962f=this[_0x213de5(0x51d)]()+'/'+_0x120430+_0x213de5(0x5a9)+_0xe545b+_0x213de5(0x3cd)+_0x2894a1;return(await this['_httpService'][_0x213de5(0x391)](_0x22962f))[_0x213de5(0x1e8)];}async[_0x5e0aad(0x4bf)](_0x42d061,_0x1759ce){const _0x430a72=_0x5e0aad,{unitID:_0x220f3c,type:_0x2b3510,blockID:_0x1146e6}=_0x1759ce,_0x136099=this[_0x430a72(0x51d)]()+_0x430a72(0x3cd)+_0x2b3510+_0x430a72(0x5a9)+_0x220f3c+_0x430a72(0x3cd)+_0x1146e6;return(await this[_0x430a72(0x599)][_0x430a72(0x391)](_0x136099))[_0x430a72(0x1e8)];}async[_0x5e0aad(0x2de)](_0xa1d4ff,_0x2d9243){const _0x36438e=_0x5e0aad,{unitID:_0x101443,type:_0x283d01,from:_0x4d38fe,to:_0x4c30da}=_0x2d9243,_0x550db5=this[_0x36438e(0x51d)]()+'/'+_0x283d01+_0x36438e(0x5a9)+_0x101443+_0x36438e(0x4e2)+_0x4d38fe+_0x36438e(0x405)+_0x4c30da;return(await this['_httpService'][_0x36438e(0x391)](_0x550db5))['body'];}[_0x5e0aad(0x639)](){const _0x85f487=_0x5e0aad;var _0x940b99;return(_0x940b99=this[_0x85f487(0x350)][_0x85f487(0x21b)](_0x1b2b84))!=null?_0x940b99:this[_0x85f487(0x51d)]();}[_0x5e0aad(0x51d)](){const _0x56e7a0=_0x5e0aad;var _0x13269e,_0x19dcdf;const _0x167fdb=this[_0x56e7a0(0x350)]['getConfig'](_0x7baa0b),_0xc1b7b1=this['_configService'][_0x56e7a0(0x21b)](_0x48905f);return(_0x19dcdf=(_0x13269e=_0xc1b7b1==null?void 0x0:_0xc1b7b1[_0x56e7a0(0x5be)])!=null?_0x13269e:_0x167fdb)!=null?_0x19dcdf:_0x160498;}async[_0x5e0aad(0x444)](_0xef77e3,_0x1de615){const _0x35eadd=_0x5e0aad,_0x460cb8='/universer-api/snapshot/'+_0x1de615[_0x35eadd(0x1d1)]+_0x35eadd(0x5a9)+_0x1de615['unitID']+_0x35eadd(0x432);return(await this[_0x35eadd(0x599)][_0x35eadd(0x391)](_0x460cb8,{'params':{'resourceId':JSON[_0x35eadd(0x4b8)](_0x1de615[_0x35eadd(0x497)])}}))[_0x35eadd(0x1e8)];}['saveSnapshot'](){const _0x48d470=_0x5e0aad;throw new Error(_0x48d470(0x567));}[_0x5e0aad(0x430)](){const _0x1c373e=_0x5e0aad;throw new Error(_0x1c373e(0x567));}[_0x5e0aad(0x2dd)](){const _0x16987f=_0x5e0aad;throw new Error(_0x16987f(0x567));}[_0x5e0aad(0x3f7)](){throw new Error('This\x20method\x20should\x20not\x20be\x20called\x20on\x20the\x20client\x20side!');}[_0x5e0aad(0x2ce)](){const _0x1d8c8b=_0x5e0aad;throw new Error(_0x1d8c8b(0x567));}},_0xc68ebf[_0x5e0aad(0x578)]=_0x194c47([_0x30eb25(0x0,_0x260eff['IConfigService']),_0x30eb25(0x1,_0x260eff[_0x5e0aad(0x34e)](_0x155315[_0x5e0aad(0x522)]))],_0xc68ebf['SnapshotServerOverHTTPService']);var _0x1f5913=Object[_0x5e0aad(0x2e4)],_0x43506a=Object[_0x5e0aad(0x585)],_0x2178bd=(_0x311fa1,_0x409a3e,_0x3867b0,_0x438441)=>{const _0x34fb1e=_0x5e0aad;for(var _0x40b22c=_0x438441>0x1?void 0x0:_0x438441?_0x43506a(_0x409a3e,_0x3867b0):_0x409a3e,_0x123fdd=_0x311fa1[_0x34fb1e(0x1cc)]-0x1,_0x341a0a;_0x123fdd>=0x0;_0x123fdd--)(_0x341a0a=_0x311fa1[_0x123fdd])&&(_0x40b22c=(_0x438441?_0x341a0a(_0x409a3e,_0x3867b0,_0x40b22c):_0x341a0a(_0x40b22c))||_0x40b22c);return _0x438441&&_0x40b22c&&_0x1f5913(_0x409a3e,_0x3867b0,_0x40b22c),_0x40b22c;},_0x560bc5=(_0x58f088,_0x5c8e22)=>(_0x190e8b,_0x5b0fc8)=>_0x5c8e22(_0x190e8b,_0x5b0fc8,_0x58f088);let _0x6c171a=class extends _0x260eff[_0x5e0aad(0x5f4)]{constructor(_0xad60c2,_0x38394c,_0x4b854b,_0x7bfdbb,_0xcb4a71){const _0x1b3578=_0x5e0aad;super(_0xad60c2,_0x38394c,_0x4b854b),this[_0x1b3578(0x549)]=_0x7bfdbb,this['_logService']=_0xcb4a71;}[_0x5e0aad(0x53f)](_0x32e725,_0x3780fa){const _0x2d8cce=_0x5e0aad,_0x14e30f=this[_0x2d8cce(0x60c)](_0x32e725);if(_0x14e30f)try{const _0x379a7a=this[_0x2d8cce(0x582)](_0x14e30f,_0x3780fa);this[_0x2d8cce(0x42a)](_0x32e725,_0x379a7a);}catch(_0xa9fa31){this['_logService'][_0x2d8cce(0x346)](_0x2d8cce(0x3c5),_0xa9fa31),this['_clearUndo'](_0x32e725);}const _0x4d4d03=this[_0x2d8cce(0x3fd)](_0x32e725);if(_0x4d4d03)try{const _0x36a24d=this[_0x2d8cce(0x582)](_0x4d4d03,_0x3780fa);this[_0x2d8cce(0x421)](_0x32e725,_0x36a24d);}catch(_0x4839db){this[_0x2d8cce(0x250)][_0x2d8cce(0x346)](_0x4839db),this[_0x2d8cce(0x4b9)](_0x32e725);}}[_0x5e0aad(0x209)](_0x32c844){const _0xb85093=_0x5e0aad,_0x61516=this[_0xb85093(0x60c)](_0x32c844);_0x61516&&(_0x61516['length']=0x0,this['_updateStatus']());}['_clearRedo'](_0x13c9be){const _0x566a4d=_0x5e0aad,_0x1e4e2d=this[_0x566a4d(0x3fd)](_0x13c9be);_0x1e4e2d&&(_0x1e4e2d['length']=0x0,this[_0x566a4d(0x594)]());}[_0x5e0aad(0x42a)](_0x215290,_0x32aaaa){const _0x2ce5a1=_0x5e0aad;this[_0x2ce5a1(0x5d4)][_0x2ce5a1(0x5f3)](_0x215290,_0x32aaaa),this['_updateStatus']();}['_substituteRedoStack'](_0x4764c9,_0x49e7cb){const _0x3e2441=_0x5e0aad;this[_0x3e2441(0x1cd)][_0x3e2441(0x5f3)](_0x4764c9,_0x49e7cb),this[_0x3e2441(0x594)]();}[_0x5e0aad(0x582)](_0x9bbf1e,_0x245ffb){const _0x54adc6=_0x5e0aad,_0x22506d=[];let _0x9bf18c=_0x245ffb,_0x3796cf=_0x245ffb;for(let _0x1852fe=_0x9bbf1e[_0x54adc6(0x1cc)]-0x1;_0x1852fe>=0x0;_0x1852fe--){const {unitID:_0x2420ad,undoMutations:_0x380afd,redoMutations:_0x2fb2ea}=_0x9bbf1e[_0x1852fe],_0x5e5864=this[_0x54adc6(0x549)]['transformMutationsWithChangeset'](_0x9bf18c,_0x380afd),_0x4f9fed=this[_0x54adc6(0x549)][_0x54adc6(0x41f)](_0x3796cf,_0x2fb2ea);if(_0x11d062['isTransformMutationsWithChangesetFailure'](_0x5e5864)||_0x11d062[_0x54adc6(0x5a7)](_0x4f9fed)){this[_0x54adc6(0x250)][_0x54adc6(0x346)](_0x54adc6(0x3c5),_0x54adc6(0x1b8),_0x5e5864,_0x4f9fed);break;}_0x9bf18c=_0x5e5864[_0x54adc6(0x3d7)],_0x3796cf=_0x4f9fed['c1Prime'],_0x22506d[_0x54adc6(0x616)]({'unitID':_0x2420ad,'undoMutations':_0x5e5864[_0x54adc6(0x1ba)],'redoMutations':_0x4f9fed[_0x54adc6(0x1ba)]});}return _0x22506d[_0x54adc6(0x380)]();}};_0x6c171a=_0x2178bd([_0x560bc5(0x0,_0x260eff[_0x5e0aad(0x44d)]),_0x560bc5(0x1,_0x260eff[_0x5e0aad(0x61f)]),_0x560bc5(0x2,_0x260eff[_0x5e0aad(0x4ee)]),_0x560bc5(0x3,_0x11d062[_0x5e0aad(0x365)]),_0x560bc5(0x4,_0x260eff[_0x5e0aad(0x5a8)])],_0x6c171a);class _0x1da5d9 extends _0x260eff[_0x5e0aad(0x1b1)]{constructor(){const _0x55ef61=_0x5e0aad;super(),_0x133e34(this,_0x55ef61(0x406)),this[_0x55ef61(0x406)]=_0x543965['fromEvent'](window,_0x55ef61(0x4ae))[_0x55ef61(0x4f6)](_0x543965[_0x55ef61(0x248)](this[_0x55ef61(0x34a)]),_0x543965[_0x55ef61(0x530)](0x1),_0x543965[_0x55ef61(0x292)](void 0x0));}[_0x5e0aad(0x5d0)](_0x10b99c,_0x1377f3,_0x40d085=!0x1){const _0x18c8d3=_0x5e0aad,_0x1a8786=new URL(window[_0x18c8d3(0x37d)][_0x18c8d3(0x53c)]);_0x1a8786['searchParams'][_0x18c8d3(0x5f3)](_0x10b99c,_0x1377f3),_0x40d085?window[_0x18c8d3(0x42f)][_0x18c8d3(0x3ef)]('','',_0x1a8786[_0x18c8d3(0x2dc)]()):window['history'][_0x18c8d3(0x3a0)]('','',_0x1a8786['toString']());}['removeParam'](_0x11c6a5,_0x581fe6=!0x1){const _0x289b0c=_0x5e0aad,_0x322126=new URL(window[_0x289b0c(0x37d)][_0x289b0c(0x53c)]);_0x322126[_0x289b0c(0x32a)]['delete'](_0x11c6a5),_0x581fe6?window[_0x289b0c(0x42f)][_0x289b0c(0x3ef)]('','',_0x322126[_0x289b0c(0x2dc)]()):window[_0x289b0c(0x42f)][_0x289b0c(0x3a0)]('','',_0x322126[_0x289b0c(0x2dc)]());}['getParam'](_0x3660b3){const _0x148e4d=_0x5e0aad;var _0x301571;return(_0x301571=new URL(window[_0x148e4d(0x37d)]['href'])[_0x148e4d(0x32a)]['get'](_0x3660b3))!=null?_0x301571:void 0x0;}}var _0x451c7b=Object['defineProperty'],_0x3937db=Object[_0x5e0aad(0x585)],_0x4dd488=(_0x10701a,_0x47d58a,_0x4c4d02)=>_0x47d58a in _0x10701a?_0x451c7b(_0x10701a,_0x47d58a,{'enumerable':!0x0,'configurable':!0x0,'writable':!0x0,'value':_0x4c4d02}):_0x10701a[_0x47d58a]=_0x4c4d02,_0x2da462=(_0x4d78ec,_0x55613f,_0x434e84,_0x436295)=>{for(var _0x3b2e04=_0x436295>0x1?void 0x0:_0x436295?_0x3937db(_0x55613f,_0x434e84):_0x55613f,_0x4ec115=_0x4d78ec['length']-0x1,_0x34484e;_0x4ec115>=0x0;_0x4ec115--)(_0x34484e=_0x4d78ec[_0x4ec115])&&(_0x3b2e04=(_0x436295?_0x34484e(_0x55613f,_0x434e84,_0x3b2e04):_0x34484e(_0x3b2e04))||_0x3b2e04);return _0x436295&&_0x3b2e04&&_0x451c7b(_0x55613f,_0x434e84,_0x3b2e04),_0x3b2e04;},_0x374aab=(_0x1c7205,_0x4273e1)=>(_0x5663e2,_0x5ead6a)=>_0x4273e1(_0x5663e2,_0x5ead6a,_0x1c7205),_0x211323=(_0x472f5b,_0x328ef2,_0x1cb159)=>_0x4dd488(_0x472f5b,_0x328ef2+'',_0x1cb159);const _0x4650b2='UNIVER_COLLABORATION_CLIENT_PLUGIN';_0xc68ebf[_0x5e0aad(0x1e7)]=class extends _0x260eff[_0x5e0aad(0x256)]{constructor(_0x374479=_0x3aef1e,_0x6734a6,_0x4db1f4,_0x49753e,_0x52c650){const _0x2f5446=_0x5e0aad;super(),this[_0x2f5446(0x415)]=_0x374479,this[_0x2f5446(0x250)]=_0x6734a6,this[_0x2f5446(0x384)]=_0x4db1f4,this['_injector']=_0x49753e,this[_0x2f5446(0x350)]=_0x52c650;const {..._0x280890}=this[_0x2f5446(0x415)];this[_0x2f5446(0x350)][_0x2f5446(0x1eb)](_0x48905f,_0x280890);}['onStarting'](){const _0x36aca3=_0x5e0aad;this[_0x36aca3(0x4e0)](),this[_0x36aca3(0x50d)]();}[_0x5e0aad(0x60f)](){const _0x5033b0=_0x5e0aad;_0x260eff[_0x5033b0(0x35f)](this[_0x5033b0(0x2a2)],[[_0x3fb254]]);}['onRendered'](){const _0x10c61e=_0x5e0aad;this[_0x10c61e(0x323)]();}[_0x5e0aad(0x4e0)](){const _0x1bfd5e=_0x5e0aad;var _0x20254b,_0x462e35,_0x5f0a12,_0x2513df;this['_injector'][_0x1bfd5e(0x534)](_0x260eff[_0x1bfd5e(0x4f7)])&&this[_0x1bfd5e(0x250)]['error'](_0x1bfd5e(0x5cd),_0x1bfd5e(0x466));const _0x3a29a5=[[_0x260eff[_0x1bfd5e(0x4f7)],{'useClass':_0x6c171a}],[_0xc68ebf[_0x1bfd5e(0x573)]],[_0xdcd0b5],[_0x464247,{'useClass':_0x1da5d9}],[_0xc68ebf['MemberService']],[_0xc68ebf[_0x1bfd5e(0x257)]],[_0x155315[_0x1bfd5e(0x280)]],[_0x5642f4],[_0x4fa77a],[_0x517100],[_0x567b03],[_0x5a52b4],[_0x461190],[_0x52b413],[_0x1e9033],[_0x3274d0],[_0x2e3395,{'useClass':(_0x462e35=(_0x20254b=this[_0x1bfd5e(0x415)])==null?void 0x0:_0x20254b['socketService'])!=null?_0x462e35:_0xc68ebf['CollaborationSocketService']}],[_0x11d062[_0x1bfd5e(0x2a5)],{'useClass':_0xc68ebf['SnapshotServerOverHTTPService']}],[_0x260eff[_0x1bfd5e(0x5b1)],{'useClass':_0xc68ebf[_0x1bfd5e(0x208)]}],[_0x19d17d[_0x1bfd5e(0x373)],{'useClass':_0xc68ebf[_0x1bfd5e(0x25b)]}],[_0xc68ebf[_0x1bfd5e(0x414)]],[_0xc68ebf[_0x1bfd5e(0x56b)]],[_0xc68ebf[_0x1bfd5e(0x493)]],[_0x3fb254],[_0x450ee9]];(_0x5f0a12=this[_0x1bfd5e(0x415)])!=null&&_0x5f0a12[_0x1bfd5e(0x5ea)]&&_0x3a29a5[_0x1bfd5e(0x616)]([_0x34d4d6,{'useClass':_0x4b72bd}]),_0x260eff[_0x1bfd5e(0x409)](this[_0x1bfd5e(0x2a2)],_0x260eff[_0x1bfd5e(0x635)](_0x3a29a5,(_0x2513df=this[_0x1bfd5e(0x415)])==null?void 0x0:_0x2513df[_0x1bfd5e(0x354)]));}['_registerRenderDependencies'](){const _0x46fae5=_0x5e0aad;this[_0x46fae5(0x539)](this[_0x46fae5(0x384)][_0x46fae5(0x31d)](_0x260eff['UniverInstanceType'][_0x46fae5(0x246)],[_0x28fd97])),this[_0x46fae5(0x539)](this[_0x46fae5(0x384)][_0x46fae5(0x31d)](_0x260eff[_0x46fae5(0x3d8)]['UNIVER_SHEET'],[_0x524d2b]));}[_0x5e0aad(0x50d)](){const _0x4a7acb=_0x5e0aad;var _0xd319b8,_0x1206b9;this[_0x4a7acb(0x2a2)][_0x4a7acb(0x391)](_0x155315['HTTPService'])[_0x4a7acb(0x388)]({'priority':0x14,'interceptor':_0x155315[_0x4a7acb(0x5eb)]({'maxParallel':0x6})}),(_0xd319b8=this[_0x4a7acb(0x415)])!=null&&_0xd319b8[_0x4a7acb(0x56e)]||this[_0x4a7acb(0x2a2)]['get'](_0xc68ebf[_0x4a7acb(0x257)])[_0x4a7acb(0x5e0)](),(_0x1206b9=this[_0x4a7acb(0x415)])!=null&&_0x1206b9[_0x4a7acb(0x2a4)]&&_0x260eff[_0x4a7acb(0x35f)](this[_0x4a7acb(0x2a2)],[[_0x461190]]),_0x260eff[_0x4a7acb(0x35f)](this[_0x4a7acb(0x2a2)],[[_0x52b413],[_0x450ee9],[_0xc68ebf[_0x4a7acb(0x56b)]],[_0xc68ebf[_0x4a7acb(0x414)]],[_0xc68ebf[_0x4a7acb(0x493)]],[_0x3274d0]]);}},_0x211323(_0xc68ebf[_0x5e0aad(0x1e7)],'pluginName',_0x4650b2),_0xc68ebf[_0x5e0aad(0x1e7)]=_0x2da462([_0x260eff[_0x5e0aad(0x1c1)](_0x11d062[_0x5e0aad(0x4d7)],_0x155315[_0x5e0aad(0x287)]),_0x374aab(0x1,_0x260eff[_0x5e0aad(0x5a8)]),_0x374aab(0x2,_0x1f079c[_0x5e0aad(0x4ef)]),_0x374aab(0x3,_0x260eff[_0x5e0aad(0x34e)](_0x260eff['Injector'])),_0x374aab(0x4,_0x260eff[_0x5e0aad(0x55e)])],_0xc68ebf[_0x5e0aad(0x1e7)]),_0xc68ebf['AUTHZ_URL_KEY']=_0x1e0a3a,_0xc68ebf[_0x5e0aad(0x423)]=_0x9131fa,_0xc68ebf[_0x5e0aad(0x649)]=_0x3e0ff9,_0xc68ebf[_0x5e0aad(0x386)]=_0x198fc6,_0xc68ebf[_0x5e0aad(0x1f9)]=_0x5c30ae,_0xc68ebf['CommentService']=_0x1e9033,_0xc68ebf[_0x5e0aad(0x327)]=_0x337e6a,_0xc68ebf[_0x5e0aad(0x3b2)]=_0x382caf,_0xc68ebf[_0x5e0aad(0x5b2)]=_0x2e3395,_0xc68ebf['IURLService']=_0x464247,_0xc68ebf[_0x5e0aad(0x3e0)]=_0x514025,_0xc68ebf[_0x5e0aad(0x2df)]=_0x38bbff,_0xc68ebf[_0x5e0aad(0x48e)]=_0x347671,_0xc68ebf['SEND_CHANGESET_TIMEOUT_KEY']=_0x1f76de,_0xc68ebf[_0x5e0aad(0x3ab)]=_0x7baa0b,_0xc68ebf[_0x5e0aad(0x5cb)]=_0x1b2b84,_0xc68ebf['SessionStatus']=_0x55a137,_0xc68ebf['SheetCollabCursorShape']=_0x21275c,_0xc68ebf['WebURLService']=_0x1da5d9,_0xc68ebf[_0x5e0aad(0x46e)]=_0x257780,_0xc68ebf[_0x5e0aad(0x64c)]=_0x2e7376,Object[_0x5e0aad(0x2e4)](_0xc68ebf,Symbol[_0x5e0aad(0x417)],{'value':_0x5e0aad(0x1e9)});}));