@ckeditor/ckeditor5-track-changes 43.3.0-alpha.3 → 43.3.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-track-changes",
3
- "version": "43.3.0-alpha.3",
3
+ "version": "43.3.0-alpha.6",
4
4
  "description": "CKEditor 5 track changes plugin.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "CKSource (http://cksource.com/)",
@@ -41,15 +41,15 @@
41
41
  "CHANGELOG.md"
42
42
  ],
43
43
  "dependencies": {
44
- "@ckeditor/ckeditor5-core": "43.3.0-alpha.3",
45
- "@ckeditor/ckeditor5-engine": "43.3.0-alpha.3",
46
- "@ckeditor/ckeditor5-enter": "43.3.0-alpha.3",
47
- "@ckeditor/ckeditor5-typing": "43.3.0-alpha.3",
48
- "@ckeditor/ckeditor5-ui": "43.3.0-alpha.3",
49
- "@ckeditor/ckeditor5-utils": "43.3.0-alpha.3",
50
- "@ckeditor/ckeditor5-widget": "43.3.0-alpha.3",
51
- "ckeditor5": "43.3.0-alpha.3",
52
- "ckeditor5-collaboration": "43.3.0-alpha.3",
44
+ "@ckeditor/ckeditor5-core": "43.3.0-alpha.6",
45
+ "@ckeditor/ckeditor5-engine": "43.3.0-alpha.6",
46
+ "@ckeditor/ckeditor5-enter": "43.3.0-alpha.6",
47
+ "@ckeditor/ckeditor5-typing": "43.3.0-alpha.6",
48
+ "@ckeditor/ckeditor5-ui": "43.3.0-alpha.6",
49
+ "@ckeditor/ckeditor5-utils": "43.3.0-alpha.6",
50
+ "@ckeditor/ckeditor5-widget": "43.3.0-alpha.6",
51
+ "ckeditor5": "43.3.0-alpha.6",
52
+ "ckeditor5-collaboration": "43.3.0-alpha.6",
53
53
  "lodash-es": "4.17.21"
54
54
  },
55
55
  "types": "src/index.d.ts",
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x48f232=_0x4bc4;(function(_0xc9b6a3,_0x260a93){const _0x55af40=_0x4bc4,_0x2c54a9=_0xc9b6a3();while(!![]){try{const _0x4ce733=-parseInt(_0x55af40(0x166))/0x1+-parseInt(_0x55af40(0x1db))/0x2*(-parseInt(_0x55af40(0x1ea))/0x3)+-parseInt(_0x55af40(0x1b2))/0x4*(-parseInt(_0x55af40(0x10e))/0x5)+-parseInt(_0x55af40(0xe7))/0x6+-parseInt(_0x55af40(0xfd))/0x7+parseInt(_0x55af40(0x1bb))/0x8+-parseInt(_0x55af40(0x259))/0x9*(-parseInt(_0x55af40(0xf8))/0xa);if(_0x4ce733===_0x260a93)break;else _0x2c54a9['push'](_0x2c54a9['shift']());}catch(_0x3100e1){_0x2c54a9['push'](_0x2c54a9['shift']());}}}(_0x4db1,0xec911));import{Plugin as _0x115d4c,PendingActions as _0xa4ad83}from'ckeditor5/src/core.js';import{LiveRange as _0x574f5e}from'ckeditor5/src/engine.js';import{CKEditorError as _0x45ef70,uid as _0x2a9b95,priorities as _0x5a67eb,logWarning as _0x401743,getEnvKeystrokeText as _0x1c58c2}from'ckeditor5/src/utils.js';import{toWidget as _0x4c9846}from'ckeditor5/src/widget.js';import{Users as _0x31334a,hashObject as _0x10f8a6,surroundingMarkersDetector as _0x2f851f,FOCUS_ANNOTATION_KEYSTROKE as _0x488b75}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5764f2 from'./commands/trackchangescommand.js';import _0x40ba3a from'./commands/acceptsuggestioncommand.js';import _0x21f3e5 from'./commands/discardsuggestioncommand.js';import _0x349238 from'./commands/executeonallsuggestionscommand.js';import _0x208dab from'./commands/executeonselectedsuggestionscommand.js';import _0x432de4 from'./suggestion.js';import _0x29572d from'./suggestiondescriptionfactory.js';import _0x5f3d00 from'./integrations/aiassistant.js';import _0x45794d from'./integrations/alignment.js';import _0x5d5fab from'./integrations/basicstyles.js';import _0x7e5c38 from'./integrations/blockquote.js';import _0x4e5336 from'./integrations/casechange.js';import _0x2a973e from'./integrations/ckbox.js';import _0x190ef1 from'./integrations/codeblock.js';import _0x3abf6f from'./integrations/comments.js';import _0x35fb1d from'./integrations/deletecommand.js';import _0x9c68c1 from'./integrations/list.js';import _0x1364ed from'./integrations/listproperties.js';import _0x1c30c8 from'./integrations/entercommand.js';import _0xfd4352 from'./integrations/findandreplace.js';import _0x13bbf1 from'./integrations/font.js';import _0x3be287 from'./integrations/formatpainter.js';import _0x31e0ad from'./integrations/heading.js';import _0x12a9f5 from'./integrations/highlight.js';import _0x27425e from'./integrations/horizontalline.js';import _0x337045 from'./integrations/htmlembed.js';import _0x598c1e from'./integrations/image.js';import _0xa7f0c7 from'./integrations/imagereplace.js';import _0x2f1036 from'./integrations/imagestyle.js';import _0xb98574 from'./integrations/importword.js';import _0x774291 from'./integrations/indent.js';import _0x31b6f9 from'./integrations/inputcommand.js';function _0x4db1(){const _0x6b4878=['addHighlight','_joinWithAdjacentSuggestions','attribute:join','containsRange','TrackChangesEditing','getAncestors','markers','suggestion:attribute:','previous','commandName','howMany','fetchCommentThread','attribute','getSuggestionCallback','removeClass','isObject','addMarker','_trackFormatChanges','createElement','182OpAaRQ','isSelectable','meta','dataToMarker','fire','_processAttributeChanges','addMarkerName','markMultiRangeBlockFormat','getShiftedBy','size','isLocal','stopListening','refresh','subType','accept','48423Vwwgxj','markerName','createRangeOn','listenTo','setTo','toUpperCase','markAttributeChange','collaboration.channelId','oldRange','has','substr','createPositionAfter','_commentsRepository','markMultiRangeInsertion','track-changes-command-not-found','_editor','attribute:discard','isUndo','default','attributeOldValue','key','createPositionAt','map','consume','addSuggestionData','_findSuggestions','return','markerToHighlight','addRange','conversion','range','writer','registerCustomCallback','set','change','formatBlock:chain','Users','FORMATTING','ck-suggestion-marker','_inlineAttributeKeys','data','formatBlock:discard','plugins','commands','change:_saved','_reduceSuggestionAttributeRange','isDocumentOperation','_getExternalAuthor','trackChanges','rename','_splitMarkerName','ck-suggestion-marker-formatBlock','setSelection','multipleBlocks','startsWith','nodeAfter','_registerDefaultCallbacks','comments','isEqual','_isBlockAttribute','track-changes-user-not-found','newRange','normal','_processAttributeSuggestions','_initAriaMarkerChangeAnnouncements','skipNestingCheck','head','removeMarkers','containerElement','_rangeIsInLocalUserInsertion','_blockAttributeKeys','mapper','splitPosition','elementStart','isIntersecting','_mergeNestedSuggestions','before','isAtStart','stop','get','isOwn','requires','error-saving-suggestion-data-suggestion-discarded','_isDataLoaded','PendingActions','lowest','after','_getSuggestionData','position','enqueueChange','differ','getWalker','toJSON','attribute:','_removeSuggestion','createRangeIn','_cutOutSuggestionMarker','_checkSuggestionCorrectness','updateMarker','_joinSuggestions','_getMarkerAnnouncementText','ENTER','newValue','editor','formatGroupId','enableCommand','insertion:join','markMultiRangeDeletion','formatBlock:join','removeComment','formatBlock','99EuJjDn','change:data','markerNameToElements','splice','selection','catch','_refreshAttributeSuggestionsChain','always','forward','hasComments','group','data-author-id','tablePasteChainId','_suggestionFactory','trackChanges.trackFormatChanges','getChangedMarkers','open','activeMarkers','accepted','_setSuggestionRange','never','$graveyard','next','dataDowncast','suggestionUnloaded','_SUGGESTION_ANNOUNCEMENT','rethrowUnexpectedError','_createSuggestion','acceptSuggestion','LEAVE','createPositionBefore','registerPostFixer','external:','_model','discardSelectedSuggestions','enableReadOnlyMode','getUser','toViewElement','define','addMarker:suggestion','low','getAttribute','format','getCommentThread','ready','backward','for','descriptionFactory','isOfficialPlugin','fromCharCode','markBlockFormat','suggestionLoaded','adapter','config','dataReady','originalSuggestionId','applyOperation','attributes','suggestion-type','filter','getItems','formatInline:','addMarker:suggestion:attribute','PENDING_ACTION_SUGGESTION','keys','3187518PCZoRx','value','isInContent','suggestion','documentSelection','containsRangeInObject','assign','getDifference','init','setAttribute','createSelection','isInsideObject','formatBlock:','insert','end','oldValue','_getAuthorFromId','1834730WwDMuE','targetPosition','upcast','getCustomProperty','markerReady','11955461AuDixA','_addThreadToSuggestion','getFirstMarker','resolve','_updateSuggestionData','getIntersection','getSuggestion','split','action','acceptAllSuggestions','deletion:discard','commentThread','removed','attributeKey','item','formatBlock:accept','detach','5YCeHrR','execute','values','deletion:join','buildSuggestion','CommentsRepository','notReady','track-changes-adapter-missing-getsuggestion','start','formatInline:discard','isLimit','deletion:chain','add','_getAttributeKey','pop','_afterChanges','isPremiumPlugin','getRanges','suggestion:','name','change:activeMarkers','_handleNewSuggestionMarker','addComment','bindElementToMarker','forEach','_adapter','deleteContent','clone','sort','_breakSuggestionMarker','highest','_customCallbacks','formatInline:join','_isRegisteredAttribute','markInsertion','removeMarker:suggestion:formatBlock','markerToData','getContainedElement','isTouching','editingDowncast','addCommentThread','trackChanges.mergeNestedSuggestions','addUser','discardSuggestion','formatInline:chain','chain','attributeNewValue','every','concat','discardAllSuggestions','registerInlineAttribute','model','getFirstRange','track-changes-suggestion-data-mismatch','isRemovable','_enabledCommands','getAllAdjacentSuggestions','unbindElementFromMarkerName','_recordAttributeChanges','locale','insertion','suggestionChanged','isIntersectingWithRange','markDeletion','elementToElement','data-suggestion','formatInline','ck-suggestion-marker--active','fromRange','includes','options','isCollapsed','parent','removeMarker','type','isAtEnd','isMultiRange','containsPosition','markInlineFormat','hasSuggestion','$marker','registerBlockAttribute','insertion:discard','showSuggestionHighlights','substring','_suggestions','removeAttribute','from','689113utkkKq','clear','getNearestSelectionRange','createRange','acceptSelectedSuggestions','high','track-changes-adapter-already-set','@external','isNextTo','isAfter','_recordAttributeSuggestions','creator','stringify','insertion:','formatInline:accept','remove','trackChangesCommand','insertion:chain','isExternal','deletion:','marker-count','move','consumable','author','document','length','addSuggestion','announce','_saved','moveTargetPosition','multi','ck-suggestion-marker-formatInline','deletion','deletion:accept','getLastMatchingPosition','pluginName','update:suggestion','root','getChanges','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','$text','some','find','_setSuggestionData','element','_defaultCallbacks','widget','_addSuggestionMarker','getMarkers','enableDefaultAttributesIntegration','rootName','_reduceExistingSuggestions','push','track-changes-enable-command-twice','updateSuggestion','unbind','_suggestionState','reconvertMarker','authorName','isArray','groupId','then','nodeBefore','addMarker:suggestion:formatBlock','rejected','getMultiRangeId','_onDiscard','batch','insertContent','$textProxy','isBefore','schema','insertion:accept','hasCommentThread','containsItem','unshift','519368gttAXR','editing','createdAt','attribute:accept','discard','getRange','elementEnd','join','warn','2243120OygOyS','$elementName','forceDefaultExecution','delete','removeMarker:suggestion:attribute','_isForcedDefaultExecutionBlock','track-changes-suggestion-not-found','_refreshSuggestionsChain','addClass','getSuggestions','ck-suggestion-marker-','isBlock','authoredAt'];_0x4db1=function(){return _0x6b4878;};return _0x4db1();}import _0x27f2b8 from'./integrations/link.js';import _0x30f607 from'./integrations/legacylist.js';import _0x2fa8d1 from'./integrations/legacylistproperties.js';import _0x2e723d from'./integrations/mediaembed.js';import _0x5643b3 from'./integrations/mention.js';import _0x148112 from'./integrations/mergefields.js';import _0x38b9d8 from'./integrations/multilevellist.js';import _0x57acd0 from'./integrations/pagebreak.js';import _0x15ffcf from'./integrations/paragraph.js';import _0xce1a67 from'./integrations/removeformat.js';import _0xece947 from'./integrations/restrictededitingmode.js';import _0x402fd4 from'./integrations/shiftentercommand.js';import _0x5c278 from'./integrations/standardeditingmode.js';import _0x52824a from'./integrations/style.js';import _0x497dab from'./integrations/table.js';import _0x27f31c from'./integrations/tablemergesplit.js';import _0x26505b from'./integrations/tableheadings.js';import _0x3ee4fa from'./integrations/tableclipboard.js';import _0x569945 from'./integrations/tablecolumnresize.js';import _0x15f78e from'./integrations/template.js';import _0x4b8ab9 from'./integrations/tableofcontents.js';import _0x57383a from'./integrations/title.js';import _0x5b1533 from'./integrations/undo.js';import _0x32cacf from'./integrations/tablecaption.js';import _0x28e871 from'./integrations/tableproperties.js';function _0x4bc4(_0x1de521,_0x1fa0eb){const _0x4db197=_0x4db1();return _0x4bc4=function(_0x4bc426,_0x9ceef8){_0x4bc426=_0x4bc426-0xd6;let _0x3462ff=_0x4db197[_0x4bc426];return _0x3462ff;},_0x4bc4(_0x1de521,_0x1fa0eb);}import{getTranslation as _0x569dc4}from'./utils/common-translations.js';import{isEqual as _0xa4b080,omit as _0x4b989a}from'lodash-es';export const renameAttributeKey=_0x48f232(0x1bc);export default class p extends _0x115d4c{static get[_0x48f232(0x23b)](){const _0x173b92=_0x48f232;return[_0x173b92(0x113),_0x31334a,_0xa4ad83,_0x5f3d00,_0x45794d,_0x5d5fab,_0x7e5c38,_0x2a973e,_0x4e5336,_0x190ef1,_0x3abf6f,_0x35fb1d,_0x1c30c8,_0xfd4352,_0x13bbf1,_0x3be287,_0x31e0ad,_0x12a9f5,_0x27425e,_0x337045,_0x598c1e,_0x2f1036,_0xa7f0c7,_0xb98574,_0x774291,_0x31b6f9,_0x30f607,_0x2fa8d1,_0x38b9d8,_0x27f2b8,_0x9c68c1,_0x1364ed,_0x2e723d,_0x5643b3,_0x148112,_0x57acd0,_0x15ffcf,_0xce1a67,_0xece947,_0x402fd4,_0x5c278,_0x52824a,_0x497dab,_0x27f31c,_0x26505b,_0x32cacf,_0x3ee4fa,_0x569945,_0x4b8ab9,_0x28e871,_0x15f78e,_0x57383a,_0x5b1533];}static get[_0x48f232(0x189)](){const _0x5303a8=_0x48f232;return _0x5303a8(0x1cc);}static get[_0x48f232(0xd6)](){return!0x0;}static get[_0x48f232(0x11e)](){return!0x0;}constructor(_0x1be2af){const _0x5566e4=_0x48f232;function _0xce7606(_0x4ae20a){const _0x2cd5e1=_0x4bc4;return _0x4ae20a[_0x2cd5e1(0x200)](_0x333ba6=>String[_0x2cd5e1(0xd7)](_0x333ba6))[_0x2cd5e1(0x1b9)]('');}super(_0x1be2af),this[_0x5566e4(0x170)]=!0x1,this[_0x5566e4(0x20b)](_0x5566e4(0x26a),[]),this['on'](_0x5566e4(0x122),(_0x157db2,_0x464fe1,_0x515300,_0x1247b9)=>{const _0x574fb3=_0x5566e4;this[_0x574fb3(0x27a)][_0x574fb3(0x20c)](()=>{const _0x42e63e=_0x574fb3;for(const _0x4bdf1a of[..._0x1247b9,..._0x515300])this[_0x42e63e(0x27a)][_0x42e63e(0x1ce)][_0x42e63e(0x1f3)](_0x4bdf1a)&&_0x1be2af[_0x42e63e(0x1b3)][_0x42e63e(0x19f)](_0x4bdf1a);});}),this[_0x5566e4(0x288)]=new _0x29572d(this[_0x5566e4(0x251)][_0x5566e4(0x141)][_0x5566e4(0x1ad)],this[_0x5566e4(0x251)][_0x5566e4(0x149)]),this[_0x5566e4(0x127)]=null,this[_0x5566e4(0x266)]=new Tt(this[_0x5566e4(0x251)]),this[_0x5566e4(0x163)]=new Map(),this[_0x5566e4(0x1f6)]=_0x1be2af[_0x5566e4(0x214)][_0x5566e4(0x239)](_0x5566e4(0x113)),this[_0x5566e4(0x145)]=new Set(),this[_0x5566e4(0x27a)]=this[_0x5566e4(0x251)][_0x5566e4(0x141)],this[_0x5566e4(0x19e)]=new WeakMap(),this[_0x5566e4(0x1c0)]=!0x1,this[_0x5566e4(0x230)]=new Set([_0x5566e4(0x1bc)]),this[_0x5566e4(0x211)]=new Set(),_0x1be2af[_0x5566e4(0xdb)][_0x5566e4(0x27f)](_0x5566e4(0x267),_0x5566e4(0x1fc)),this[_0x5566e4(0x1d9)]=_0x1be2af[_0x5566e4(0xdb)][_0x5566e4(0x239)](_0x5566e4(0x267)),_0x1be2af[_0x5566e4(0xdb)][_0x5566e4(0x27f)](_0x5566e4(0x137),!0x0),this[_0x5566e4(0x235)]=_0x1be2af[_0x5566e4(0xdb)][_0x5566e4(0x239)](_0x5566e4(0x137)),this[_0x5566e4(0x176)]=new _0x5764f2(_0x1be2af,this[_0x5566e4(0x145)]),this[_0x5566e4(0x22a)](),this[_0xce7606([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xce7606([0x34,0x30,0x34,0x38,0x32,0x30,0x35,0x30]);}[_0x48f232(0xef)](){const _0x56c17c=_0x48f232,_0x528ac6=this[_0x56c17c(0x251)],_0x1b2b11=(_0x15003a,_0x957299)=>{const _0x14a51a=_0x56c17c;if(_0x14a51a(0x1d4)!=_0x15003a)return _0x14a51a(0x1c5)+_0x15003a;const _0x198ba5=_0x957299[_0x14a51a(0x104)]('|')[0x0];return this[_0x14a51a(0x225)](_0x198ba5)?_0x14a51a(0x21d):_0x14a51a(0x185);};_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x135))[_0x56c17c(0x205)]({'model':_0x56c17c(0xea),'view':_0x21dc84=>{const _0x4ea979=_0x56c17c,{id:_0x14ad92,authorId:_0x145577,type:_0x6b870c,subType:_0x442be1}=this[_0x4ea979(0x21c)](_0x21dc84[_0x4ea979(0x1eb)]),_0x74a11e=[_0x4ea979(0x210),_0x1b2b11(_0x6b870c,_0x442be1)];let _0x5461f7=0xbb8;return this[_0x4ea979(0x26a)][_0x4ea979(0x153)](_0x21dc84[_0x4ea979(0x1eb)])&&(_0x74a11e[_0x4ea979(0x19a)](_0x4ea979(0x151)),_0x5461f7=0xbc2),_0x4ea979(0x186)==_0x6b870c&&(_0x5461f7+=0x5),{'classes':_0x74a11e,'attributes':{'data-suggestion':_0x14ad92,'data-author-id':_0x145577},'priority':_0x5461f7};}}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x270))[_0x56c17c(0x11a)](_0x459754=>{const _0x3383cb=_0x56c17c;_0x459754['on'](_0x3383cb(0x280),(_0x758f07,_0x29dc41,_0x2fe525)=>{const _0x47b845=_0x3383cb;if(!_0x2fe525[_0x47b845(0x154)][_0x47b845(0x161)])return;const _0x4f62e6=_0x29dc41[_0x47b845(0x10b)];if(!_0x4f62e6)return;const _0x4b39ea=_0x2fe525[_0x47b845(0x231)][_0x47b845(0x27e)](_0x4f62e6);_0x528ac6[_0x47b845(0x141)][_0x47b845(0x1ad)][_0x47b845(0x1d7)](_0x4f62e6)&&_0x4b39ea&&!_0x4b39ea[_0x47b845(0xfb)](_0x47b845(0x194))&&_0x4b39ea['is'](_0x47b845(0x22e))&&_0x4c9846(_0x4b39ea,_0x2fe525[_0x47b845(0x209)]);},{'priority':_0x3383cb(0x16b)});}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x270))[_0x56c17c(0x205)]({'model':_0x56c17c(0xea),'view':(_0x550f54,_0x4c63c1)=>{const _0x5320f4=_0x56c17c;if(!_0x4c63c1[_0x5320f4(0x154)][_0x5320f4(0x161)])return null;const {type:_0x521509,subType:_0x549e47}=this[_0x5320f4(0x21c)](_0x550f54[_0x5320f4(0x1eb)]);return{'classes':[_0x5320f4(0x210),_0x1b2b11(_0x521509,_0x549e47)],'priority':0xbb8};}});const _0x325c5f=({showActiveMarkers:_0x246ac5=!0x0,isAttributeSuggestion:_0x59850f=!0x1}={})=>(_0x11af9c,_0x50730d,_0x259579)=>{const _0x462c92=_0x56c17c;if(!_0x50730d[_0x462c92(0x10b)])return;const {id:_0x5297d3,authorId:_0x265089}=this[_0x462c92(0x21c)](_0x50730d[_0x462c92(0x1eb)]);if(_0x59850f){const _0x10b1b4=this[_0x462c92(0x163)][_0x462c92(0x239)](_0x5297d3),_0x118aff=this[_0x462c92(0x11b)](_0x10b1b4);if(!this[_0x462c92(0x225)](_0x118aff))return;}if(_0x50730d[_0x462c92(0x10b)]['is'](_0x462c92(0x25d)))return void _0x259579[_0x462c92(0x17c)][_0x462c92(0x201)](_0x50730d[_0x462c92(0x10b)],_0x11af9c[_0x462c92(0x121)]);const _0x2af6f6=_0x259579[_0x462c92(0x231)][_0x462c92(0x27e)](_0x50730d[_0x462c92(0x10b)]);if(_0x50730d[_0x462c92(0x10b)]['is'](_0x462c92(0x192))&&_0x528ac6[_0x462c92(0x141)][_0x462c92(0x1ad)][_0x462c92(0x1c6)](_0x50730d[_0x462c92(0x10b)])&&!_0x2af6f6[_0x462c92(0xfb)](_0x462c92(0x1c8))){_0x259579[_0x462c92(0x209)][_0x462c92(0x1c3)]([_0x462c92(0x210),_0x462c92(0x21d)],_0x2af6f6),_0x259579[_0x462c92(0x209)][_0x462c92(0xf0)](_0x462c92(0x14f),_0x5297d3,_0x2af6f6),_0x259579[_0x462c92(0x209)][_0x462c92(0xf0)](_0x462c92(0x264),_0x265089,_0x2af6f6),_0x259579[_0x462c92(0x231)][_0x462c92(0x125)](_0x2af6f6,_0x50730d[_0x462c92(0x1eb)]),_0x246ac5&&(this[_0x462c92(0x26a)][_0x462c92(0x153)](_0x50730d[_0x462c92(0x1eb)])?_0x259579[_0x462c92(0x209)][_0x462c92(0x1c3)](_0x462c92(0x151),_0x2af6f6):_0x259579[_0x462c92(0x209)][_0x462c92(0x1d6)](_0x462c92(0x151),_0x2af6f6));for(const _0x319452 of _0x528ac6[_0x462c92(0x141)][_0x462c92(0x249)](_0x50730d[_0x462c92(0x10b)])[_0x462c92(0xe2)]())_0x259579[_0x462c92(0x17c)][_0x462c92(0x201)](_0x319452,_0x11af9c[_0x462c92(0x121)]);_0x259579[_0x462c92(0x17c)][_0x462c92(0x201)](_0x50730d[_0x462c92(0x10b)],_0x11af9c[_0x462c92(0x121)]);}};_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x270))[_0x56c17c(0x11a)](_0x3e812f=>{const _0x4fada9=_0x56c17c;_0x3e812f['on'](_0x4fada9(0x1a5),(_0x3c27c9,_0x5b2cdb,_0x28308c)=>{const _0x1e467b=_0x4fada9;_0x28308c[_0x1e467b(0x154)][_0x1e467b(0x161)]&&_0x325c5f({'showActiveMarkers':!0x1})(_0x3c27c9,_0x5b2cdb,_0x28308c);},{'priority':_0x4fada9(0x12c)});}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x270))[_0x56c17c(0x11a)](_0x447f20=>{const _0x31ba8d=_0x56c17c;_0x447f20['on'](_0x31ba8d(0xe4),(_0x692f7b,_0x468b69,_0x5f2209)=>{const _0x2f0157=_0x31ba8d;_0x5f2209[_0x2f0157(0x154)][_0x2f0157(0x161)]&&_0x325c5f({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x692f7b,_0x468b69,_0x5f2209);},{'priority':_0x31ba8d(0x12c)});}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x270))[_0x56c17c(0x132)]({'model':_0x56c17c(0xea),'view':(_0x47eb42,_0x377ca7)=>_0x377ca7[_0x56c17c(0x154)][_0x56c17c(0x161)]?null:{'group':_0x56c17c(0xea),'name':_0x47eb42[_0x56c17c(0x1f4)](0xb)}}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0xfa))[_0x56c17c(0x14e)]({'view':{'name':_0x56c17c(0xea),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x51a5cc,{writer:_0x4db34e})=>{const _0xcf97dc=_0x56c17c;let _0x2fdbd3=_0xcf97dc(0x120)+_0x51a5cc[_0xcf97dc(0x282)](_0xcf97dc(0xe0))+':'+_0x51a5cc[_0xcf97dc(0x282)]('id');return _0x51a5cc[_0xcf97dc(0x282)](_0xcf97dc(0x17a))&&(_0x2fdbd3+=':'+_0x51a5cc[_0xcf97dc(0x282)](_0xcf97dc(0x17a))),_0x4db34e[_0xcf97dc(0x1da)](_0xcf97dc(0x15e),{'data-name':_0x2fdbd3});}}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0xfa))[_0x56c17c(0x1de)]({'view':_0x56c17c(0xea)}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x135))[_0x56c17c(0x11a)](_0x5df771=>{const _0x1f6b29=_0x56c17c;_0x5df771['on'](_0x1f6b29(0x1a5),_0x325c5f(),{'priority':_0x1f6b29(0x16b)});}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x135))[_0x56c17c(0x11a)](_0x480710=>{const _0x37a2d8=_0x56c17c;_0x480710['on'](_0x37a2d8(0xe4),_0x325c5f({'isAttributeSuggestion':!0x0}),{'priority':_0x37a2d8(0x16b)});}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x135))[_0x56c17c(0x11a)](_0x488ff1=>{const _0xd24a32=_0x56c17c;_0x488ff1['on'](_0xd24a32(0x131),(_0x26b415,_0x293a62,_0xc3c7be)=>{const _0x1a7f24=_0xd24a32,_0x1f5223=_0xc3c7be[_0x1a7f24(0x231)][_0x1a7f24(0x25b)](_0x293a62[_0x1a7f24(0x1eb)]);if(_0x1f5223){for(const _0x23b0a5 of _0x1f5223)_0x23b0a5[_0x1a7f24(0xfb)](_0x1a7f24(0x1c8))||(_0xc3c7be[_0x1a7f24(0x209)][_0x1a7f24(0x1d6)]([_0x1a7f24(0x210),_0x1a7f24(0x21d),_0x1a7f24(0x151)],_0x23b0a5),_0xc3c7be[_0x1a7f24(0x209)][_0x1a7f24(0x164)](_0x1a7f24(0x14f),_0x23b0a5),_0xc3c7be[_0x1a7f24(0x209)][_0x1a7f24(0x164)](_0x1a7f24(0x264),_0x23b0a5),_0xc3c7be[_0x1a7f24(0x231)][_0x1a7f24(0x147)](_0x23b0a5,_0x293a62[_0x1a7f24(0x1eb)]));}},{'priority':_0xd24a32(0x16b)});}),_0x528ac6[_0x56c17c(0x207)][_0x56c17c(0x287)](_0x56c17c(0x135))[_0x56c17c(0x11a)](_0x22b30b=>{const _0x5a2279=_0x56c17c;_0x22b30b['on'](_0x5a2279(0x1bf),(_0x2a052c,_0x112558,_0x515923)=>{const _0x44a5d1=_0x5a2279,_0x393760=_0x515923[_0x44a5d1(0x231)][_0x44a5d1(0x25b)](_0x112558[_0x44a5d1(0x1eb)]);if(!_0x393760)return;const {id:_0x54c175}=this[_0x44a5d1(0x21c)](_0x112558[_0x44a5d1(0x1eb)]),_0x473080=this[_0x44a5d1(0x163)][_0x44a5d1(0x239)](_0x54c175),_0x37991e=this[_0x44a5d1(0x11b)](_0x473080);if(this[_0x44a5d1(0x225)](_0x37991e)){for(const _0x261e3b of _0x393760)_0x261e3b[_0x44a5d1(0xfb)](_0x44a5d1(0x1c8))||(_0x515923[_0x44a5d1(0x209)][_0x44a5d1(0x1d6)]([_0x44a5d1(0x210),_0x44a5d1(0x21d),_0x44a5d1(0x151)],_0x261e3b),_0x515923[_0x44a5d1(0x209)][_0x44a5d1(0x164)](_0x44a5d1(0x14f),_0x261e3b),_0x515923[_0x44a5d1(0x209)][_0x44a5d1(0x164)](_0x44a5d1(0x264),_0x261e3b),_0x515923[_0x44a5d1(0x231)][_0x44a5d1(0x147)](_0x261e3b,_0x112558[_0x44a5d1(0x1eb)]));}},{'priority':_0x5a2279(0x16b)});}),_0x528ac6[_0x56c17c(0x141)][_0x56c17c(0x17e)][_0x56c17c(0x278)](_0x432ca8=>{const _0x2786d0=_0x56c17c;let _0x38f3b7=!0x1;const _0x558da1=Array[_0x2786d0(0x165)](_0x528ac6[_0x2786d0(0x141)][_0x2786d0(0x17e)][_0x2786d0(0x244)][_0x2786d0(0x268)]()),_0xb329b2=new Set();for(const {name:_0x59b47b,data:_0x38ca3a}of _0x558da1){const {group:_0x2b9125,type:_0x5095d2,subType:_0x180e26,id:_0x5ae351}=this[_0x2786d0(0x21c)](_0x59b47b);if(_0x2786d0(0xea)!==_0x2b9125)continue;const _0x437ddb=this[_0x2786d0(0x163)][_0x2786d0(0x239)](_0x5ae351);if(null!=_0x38ca3a[_0x2786d0(0x227)]){_0x2786d0(0x150)==_0x5095d2&&(_0x38f3b7=_0x38f3b7||Ut(_0x38ca3a[_0x2786d0(0x227)],_0x59b47b,_0x432ca8,_0x528ac6[_0x2786d0(0x141)][_0x2786d0(0x1ad)]));const _0x4d6f70=_0x2786d0(0x1d4)==_0x5095d2&&this[_0x2786d0(0x225)](_0x180e26[_0x2786d0(0x104)]('|')[0x0]);if(_0x38ca3a[_0x2786d0(0x227)][_0x2786d0(0x155)]||_0x2786d0(0x26e)==_0x38ca3a[_0x2786d0(0x227)][_0x2786d0(0x18b)][_0x2786d0(0x198)]||_0x2786d0(0x258)==_0x5095d2&&!Gt(_0x38ca3a[_0x2786d0(0x227)])||_0x4d6f70&&!Gt(_0x38ca3a[_0x2786d0(0x227)])||_0x2786d0(0x186)==_0x5095d2&&!(!Vt(_0x5a436a=_0x38ca3a[_0x2786d0(0x227)])&&!function(_0x5e1869){const _0xfb0114=_0x2786d0;return _0x5e1869[_0xfb0114(0x116)][_0xfb0114(0x156)]==_0x5e1869[_0xfb0114(0xf5)][_0xfb0114(0x1a4)]&&_0x5e1869[_0xfb0114(0x116)][_0xfb0114(0x159)];}(_0x5a436a)))_0x432ca8[_0x2786d0(0x157)](_0x59b47b),_0x38f3b7=!0x0;else{if(!_0x437ddb||!_0x437ddb[_0x2786d0(0xe9)])continue;if(_0x38ca3a[_0x2786d0(0x227)]&&_0x38ca3a[_0x2786d0(0x1f2)]&&_0x38ca3a[_0x2786d0(0x227)][_0x2786d0(0x224)](_0x38ca3a[_0x2786d0(0x1f2)]))continue;_0xb329b2[_0x2786d0(0x11a)](_0x437ddb);}}}var _0x5a436a;return _0xb329b2[_0x2786d0(0x1e4)]>0x0&&(_0x38f3b7=!!this[_0x2786d0(0x1c9)](_0xb329b2)||_0x38f3b7),_0x38f3b7;}),_0x528ac6[_0x56c17c(0x141)][_0x56c17c(0x17e)][_0x56c17c(0x278)](_0x54b6d0=>{const _0x23b416=_0x56c17c;let _0x5700d4=!0x1;for(const _0x118902 of _0x528ac6[_0x23b416(0x141)][_0x23b416(0x17e)][_0x23b416(0x244)][_0x23b416(0x18c)]())if(_0x23b416(0xf4)==_0x118902[_0x23b416(0x158)])for(const _0x20d5de of this[_0x23b416(0x163)][_0x23b416(0x110)]()){if(_0x20d5de[_0x23b416(0x15a)]||!_0x20d5de[_0x23b416(0xe9)])continue;const _0x4ddd33=_0x23b416(0x258)==_0x20d5de[_0x23b416(0x158)],_0x382d08=this[_0x23b416(0x11b)](_0x20d5de),_0x45ae3c=_0x382d08&&this[_0x23b416(0x225)](_0x382d08);if(!_0x4ddd33&&!_0x45ae3c)continue;const _0x8bfda0=_0x20d5de[_0x23b416(0x142)]();if(_0x8bfda0[_0x23b416(0x116)][_0x23b416(0x156)]!=_0x8bfda0[_0x23b416(0xf5)][_0x23b416(0x156)]&&!_0x8bfda0[_0x23b416(0xf5)][_0x23b416(0x159)]){const _0xc1bdce=_0x528ac6[_0x23b416(0x141)][_0x23b416(0x1ff)](_0x8bfda0[_0x23b416(0x116)][_0x23b416(0x221)],_0x23b416(0xf5)),_0x122443=_0x528ac6[_0x23b416(0x141)][_0x23b416(0x169)](_0x8bfda0[_0x23b416(0x116)],_0xc1bdce);_0x54b6d0[_0x23b416(0x24c)](_0x20d5de[_0x23b416(0xff)](),{'range':_0x122443}),_0x5700d4=!0x0;}}return _0x5700d4;}),_0x528ac6[_0x56c17c(0x141)][_0x56c17c(0x17e)][_0x56c17c(0x278)](_0x3b197e=>this[_0x56c17c(0x1e0)](_0x3b197e)),_0x528ac6[_0x56c17c(0x141)][_0x56c17c(0x17e)][_0x56c17c(0x278)](_0x3677fe=>!_0x3677fe[_0x56c17c(0x1a9)][_0x56c17c(0x1e5)]&&this[_0x56c17c(0x229)](_0x3677fe)),_0x528ac6[_0x56c17c(0x141)]['on'](_0x56c17c(0x11d),()=>{const _0x5b1c76=_0x56c17c;this[_0x5b1c76(0x170)]=!0x1;}),_0x528ac6[_0x56c17c(0x141)][_0x56c17c(0x17e)]['on'](_0x56c17c(0x25a),(_0x145957,_0x1a74ca)=>{const _0xa3f1d2=_0x56c17c;if(!_0x1a74ca[_0xa3f1d2(0x1e5)]||_0x1a74ca[_0xa3f1d2(0x1fb)])return;if(!this[_0xa3f1d2(0x170)])return;const _0x421faa=_0x528ac6[_0xa3f1d2(0x141)][_0xa3f1d2(0x17e)][_0xa3f1d2(0x244)][_0xa3f1d2(0x18c)]();if(0x0==_0x421faa[_0xa3f1d2(0x17f)])return;const _0x132962=[],_0x75a675=_0x421faa[_0xa3f1d2(0xe1)](_0x5447a9=>_0xa3f1d2(0x1d4)==_0x5447a9[_0xa3f1d2(0x158)]),_0x341aa5=_0x421faa[_0xa3f1d2(0xe1)](_0x4b21a8=>_0xa3f1d2(0xf4)==_0x4b21a8[_0xa3f1d2(0x158)]&&_0xa3f1d2(0x18e)!=_0x4b21a8[_0xa3f1d2(0x121)]);for(const _0x347dcb of _0x75a675)this[_0xa3f1d2(0x12f)](_0x347dcb[_0xa3f1d2(0x10a)])&&_0x132962[_0xa3f1d2(0x19a)]({'key':_0x347dcb[_0xa3f1d2(0x10a)],'newValue':_0x347dcb[_0xa3f1d2(0x13c)],'oldValue':_0x347dcb[_0xa3f1d2(0x1fd)],'range':Ft(_0x347dcb[_0xa3f1d2(0x208)],_0x528ac6[_0xa3f1d2(0x141)])});for(const _0x4d1810 of _0x341aa5){if(_0xa3f1d2(0x21b)!=_0x4d1810[_0xa3f1d2(0x105)]&&_0xa3f1d2(0x1e7)!=_0x4d1810[_0xa3f1d2(0x105)])continue;const _0x4971c5=Lt(_0x4d1810[_0xa3f1d2(0x242)][_0xa3f1d2(0x221)],_0x528ac6[_0xa3f1d2(0x141)]),_0x1e08c3=_0x4d1810[_0xa3f1d2(0x236)];_0xa3f1d2(0x21b)==_0x4d1810[_0xa3f1d2(0x105)]&&_0x132962[_0xa3f1d2(0x19a)]({'key':_0xa3f1d2(0x1bc),'newValue':_0x4d1810[_0xa3f1d2(0x121)],'oldValue':_0x1e08c3[_0xa3f1d2(0x121)],'range':_0x4971c5});for(const [_0x1301f1,_0x301b86]of _0x1e08c3[_0xa3f1d2(0xdf)]){if(!this[_0xa3f1d2(0x12f)](_0x1301f1))continue;const _0x708761=_0x4d1810[_0xa3f1d2(0xdf)][_0xa3f1d2(0x239)](_0x1301f1);_0x301b86!==_0x708761&&_0x132962[_0xa3f1d2(0x19a)]({'key':_0x1301f1,'newValue':_0x708761,'oldValue':_0x301b86,'range':_0x4971c5});}for(const [_0x5342e8,_0x265988]of _0x4d1810[_0xa3f1d2(0xdf)])this[_0xa3f1d2(0x12f)](_0x5342e8)&&(_0x1e08c3[_0xa3f1d2(0xdf)][_0xa3f1d2(0x1f3)](_0x5342e8)||_0x132962[_0xa3f1d2(0x19a)]({'key':_0x5342e8,'newValue':_0x265988,'oldValue':null,'range':_0x4971c5}));}0x0!=_0x132962[_0xa3f1d2(0x17f)]&&_0x528ac6[_0xa3f1d2(0x141)][_0xa3f1d2(0x243)](_0x1a74ca,_0x2abcd1=>{const _0x412974=_0xa3f1d2,_0x113f12=_0x2a9b95();for(const {range:_0x143b40,key:_0x264cf9,oldValue:_0x349148,newValue:_0x170077}of _0x132962)this[_0x412974(0x1f0)](_0x143b40,_0x264cf9,_0x349148,_0x170077,{'groupId':_0x113f12});this[_0x412974(0x199)](_0x2abcd1,_0x132962);});},{'priority':_0x56c17c(0x23f)}),_0x528ac6[_0x56c17c(0x141)][_0x56c17c(0x1ce)]['on'](_0x56c17c(0x18a),(_0x270327,_0x191ea6,_0x527296)=>{const _0x10c004=_0x56c17c;if(null==_0x527296){const {id:_0x49c286}=this[_0x10c004(0x21c)](_0x191ea6[_0x10c004(0x121)]),_0x44b4b6=this[_0x10c004(0x163)][_0x10c004(0x239)](_0x49c286);_0x44b4b6&&_0x44b4b6[_0x10c004(0x1e1)](_0x191ea6[_0x10c004(0x121)]);}}),_0x528ac6[_0x56c17c(0x141)][_0x56c17c(0x17e)]['on'](_0x56c17c(0x25a),()=>{const _0xc27277=_0x56c17c,_0x76d1e8=Array[_0xc27277(0x165)](_0x528ac6[_0xc27277(0x141)][_0xc27277(0x17e)][_0xc27277(0x244)][_0xc27277(0x268)]())[_0xc27277(0xe1)](_0x28ec4d=>_0xc27277(0xea)===this[_0xc27277(0x21c)](_0x28ec4d[_0xc27277(0x121)])[_0xc27277(0x263)]);if(0x0===_0x76d1e8[_0xc27277(0x17f)])return;_0x76d1e8[_0xc27277(0x12a)]((_0x2be92e,_0x291d5f)=>{const _0x488cb9=_0xc27277,_0x4ff17f=_0x2be92e[_0x488cb9(0x212)][_0x488cb9(0x1f2)],_0xb89e7a=_0x291d5f[_0x488cb9(0x212)][_0x488cb9(0x1f2)];return null===_0x4ff17f&&null===_0xb89e7a?0x0:null===_0x4ff17f&&null!==_0xb89e7a?-0x1:null!==_0x4ff17f&&null===_0xb89e7a?0x1:_0x4ff17f[_0x488cb9(0x116)][_0x488cb9(0x1ac)](_0xb89e7a[_0x488cb9(0x116)])?-0x1:0x1;});const _0x5ad1df=new Set(),_0x1f24c4=new Set();for(const {name:_0x2bad4c,data:_0x468771}of _0x76d1e8){const {id:_0x1433ff}=this[_0xc27277(0x21c)](_0x2bad4c);if(null===_0x468771[_0xc27277(0x1f2)]){const _0x5ad7cc=this[_0xc27277(0x123)](_0x2bad4c);_0x1f24c4[_0xc27277(0x11a)](_0x5ad7cc);}else{const _0x3139e7=this[_0xc27277(0x163)][_0xc27277(0x239)](_0x1433ff);null!==_0x468771[_0xc27277(0x227)]||_0x3139e7[_0xc27277(0xe9)]?(_0x5ad1df[_0xc27277(0x11a)](_0x3139e7[_0xc27277(0x22c)]),_0x1f24c4[_0xc27277(0x11a)](_0x3139e7)):this[_0xc27277(0x248)](_0x3139e7);}}_0x1f24c4[_0xc27277(0x1e4)]>0x0&&this[_0xc27277(0x1c2)](_0x1f24c4);for(const _0x1a96e8 of _0x5ad1df)this[_0xc27277(0x1df)](_0xc27277(0x14b),_0x1a96e8);}),_0x528ac6[_0x56c17c(0x141)]['on'](_0x56c17c(0xde),(_0x3623e3,_0x42dc64)=>{const _0x2418d5=_0x56c17c,_0x4e2f33=_0x42dc64[0x0];if(!this[_0x2418d5(0x163)][_0x2418d5(0x1e4)])return;if(!_0x4e2f33[_0x2418d5(0x218)])return;if(_0x4e2f33[_0x2418d5(0x1a9)][_0x2418d5(0x1fb)]||!_0x4e2f33[_0x2418d5(0x1a9)][_0x2418d5(0x1e5)])return;let _0x5b37f3,_0xc73eed;switch(_0x4e2f33[_0x2418d5(0x158)]){case _0x2418d5(0xf4):_0x5b37f3=_0x528ac6[_0x2418d5(0x141)][_0x2418d5(0x1ff)](_0x4e2f33[_0x2418d5(0x242)]),_0xc73eed=_0x5b37f3[_0x2418d5(0x1e3)](_0x4e2f33[_0x2418d5(0x1d2)]);break;case _0x2418d5(0x104):_0x5b37f3=_0x528ac6[_0x2418d5(0x141)][_0x2418d5(0x1ff)](_0x4e2f33[_0x2418d5(0x232)]),_0xc73eed=_0x528ac6[_0x2418d5(0x141)][_0x2418d5(0x1ff)](_0x4e2f33[_0x2418d5(0x183)]);break;case _0x2418d5(0x17b):_0x5b37f3=_0x528ac6[_0x2418d5(0x141)][_0x2418d5(0x1ff)](_0x4e2f33[_0x2418d5(0xf9)]),_0xc73eed=_0x5b37f3[_0x2418d5(0x1e3)](_0x4e2f33[_0x2418d5(0x1d2)]);break;default:return;}const _0x4a498a=_0x528ac6[_0x2418d5(0x141)][_0x2418d5(0x169)](_0x5b37f3,_0xc73eed);_0x528ac6[_0x2418d5(0x141)][_0x2418d5(0x20c)](()=>{const _0xd8379d=_0x2418d5;for(const {suggestion:_0x2474f1,meta:_0x294bff}of this[_0xd8379d(0x203)](_0x4a498a)){if(_0x2474f1[_0xd8379d(0x15a)])continue;if(_0xd8379d(0x150)==_0x2474f1[_0xd8379d(0x158)])continue;const _0x1ac8a3=this[_0xd8379d(0x11b)](_0x2474f1);if(_0x1ac8a3&&this[_0xd8379d(0x225)](_0x1ac8a3)&&_0xd8379d(0x104)!=_0x4e2f33[_0xd8379d(0x158)])continue;const _0xaf0908=_0x2474f1[_0xd8379d(0x212)]&&_0x2474f1[_0xd8379d(0x212)][_0xd8379d(0x21f)];(_0xd8379d(0x258)!=_0x2474f1[_0xd8379d(0x158)]||_0xd8379d(0x104)==_0x4e2f33[_0xd8379d(0x158)]&&!_0xaf0908)&&(_0x294bff[_0xd8379d(0xec)]||_0xd8379d(0x14a)==_0x2474f1[_0xd8379d(0x158)]&&_0x294bff[_0xd8379d(0x23a)]||_0x2474f1[_0xd8379d(0x142)]()[_0xd8379d(0x1cb)](_0x4a498a)&&this[_0xd8379d(0x12b)](_0x2474f1,_0x5b37f3,_0xc73eed));}});},{'priority':_0x56c17c(0x23f)}),_0x528ac6[_0x56c17c(0x141)]['on'](_0x56c17c(0x128),(_0x1a189c,_0x37db8e)=>{const _0x2a085b=_0x56c17c,_0x5322f4=_0x37db8e[0x0],_0x376b2b=_0x37db8e[0x1];if(_0x376b2b&&_0x376b2b[_0x2a085b(0x1bd)])return;if(this[_0x2a085b(0x1c0)])return;if(!this[_0x2a085b(0x176)][_0x2a085b(0xe8)])return;if(_0x5322f4[_0x2a085b(0x155)])return;const _0x81c88b=_0x528ac6[_0x2a085b(0x141)][_0x2a085b(0x1ad)],{start:_0x364b0d,end:_0xd6a9b4}=_0x5322f4[_0x2a085b(0x142)](),_0x1bfbff=_0x364b0d[_0x2a085b(0x221)]&&_0x81c88b[_0x2a085b(0x118)](_0x364b0d[_0x2a085b(0x221)])?null:_0x81c88b[_0x2a085b(0x168)](_0x364b0d,_0x2a085b(0x261)),_0x176c5a=_0xd6a9b4[_0x2a085b(0x1a4)]&&_0x81c88b[_0x2a085b(0x118)](_0xd6a9b4[_0x2a085b(0x1a4)])?null:_0x81c88b[_0x2a085b(0x168)](_0xd6a9b4,_0x2a085b(0x286)),_0xbb4398=_0x528ac6[_0x2a085b(0x141)][_0x2a085b(0x169)](_0x1bfbff?_0x1bfbff[_0x2a085b(0x116)]:_0x364b0d,_0x176c5a?_0x176c5a[_0x2a085b(0xf5)]:_0xd6a9b4);_0x528ac6[_0x2a085b(0x141)][_0x2a085b(0x20c)](_0x25e651=>{const _0x3126e2=_0x2a085b;this[_0x3126e2(0x14d)](_0xbb4398);const _0x563488=_0x528ac6[_0x3126e2(0x141)][_0x3126e2(0x1ad)][_0x3126e2(0x168)](_0xbb4398[_0x3126e2(0x116)]);_0x5322f4['is'](_0x3126e2(0xeb))?_0x25e651[_0x3126e2(0x21e)](_0x563488):_0x5322f4[_0x3126e2(0x1ee)](_0x563488);}),_0x1a189c[_0x2a085b(0x238)]();},{'priority':_0x5a67eb[_0x56c17c(0x228)]+0xa}),_0x528ac6[_0x56c17c(0x141)]['on'](_0x56c17c(0x1aa),(_0x5bf989,_0x526389)=>{const _0x3e24ea=_0x56c17c,_0x38b362=_0x526389[_0x526389[_0x3e24ea(0x17f)]-0x1];_0x38b362&&_0x38b362[_0x3e24ea(0x1bd)]||this[_0x3e24ea(0x1c0)]||this[_0x3e24ea(0x176)][_0x3e24ea(0xe8)]&&(_0x528ac6[_0x3e24ea(0x141)][_0x3e24ea(0x20c)](()=>{const _0x1b16a9=_0x3e24ea;let _0x420ef0=_0x528ac6[_0x1b16a9(0x141)][_0x1b16a9(0x1aa)](_0x526389[0x0],_0x526389[0x1],_0x526389[0x2],{'forceDefaultExecution':!0x0});if(!_0x420ef0)return;_0x5bf989[_0x1b16a9(0x204)]=_0x420ef0[_0x1b16a9(0x129)]();const _0x40e5ef=_0x420ef0[_0x1b16a9(0xf5)][_0x1b16a9(0x1a4)],_0x3443c3=_0x528ac6[_0x1b16a9(0x141)][_0x1b16a9(0x1ad)];_0x40e5ef&&_0x3443c3[_0x1b16a9(0x1c6)](_0x40e5ef)&&!_0x3443c3[_0x1b16a9(0x1d7)](_0x40e5ef)&&(_0x420ef0=_0x528ac6[_0x1b16a9(0x141)][_0x1b16a9(0x169)](_0x420ef0[_0x1b16a9(0x116)],_0x528ac6[_0x1b16a9(0x141)][_0x1b16a9(0x1ff)](_0x40e5ef,_0x1b16a9(0xf5)))),this[_0x1b16a9(0x130)](_0x420ef0);}),_0x5bf989[_0x3e24ea(0x238)]());},{'priority':_0x56c17c(0x16b)}),this[_0x56c17c(0x251)][_0x56c17c(0x215)][_0x56c17c(0x11a)](_0x56c17c(0x21a),this[_0x56c17c(0x176)]),this[_0x56c17c(0x253)](_0x56c17c(0x21a));const _0x2d3dd8=new _0x40ba3a(_0x528ac6,this[_0x56c17c(0x163)]);_0x528ac6[_0x56c17c(0x215)][_0x56c17c(0x11a)](_0x56c17c(0x275),_0x2d3dd8),this[_0x56c17c(0x253)](_0x56c17c(0x275));const _0x4c6e83=new _0x21f3e5(_0x528ac6,this[_0x56c17c(0x163)]);_0x528ac6[_0x56c17c(0x215)][_0x56c17c(0x11a)](_0x56c17c(0x139),_0x4c6e83),this[_0x56c17c(0x253)](_0x56c17c(0x139)),_0x528ac6[_0x56c17c(0x215)][_0x56c17c(0x11a)](_0x56c17c(0x106),new _0x349238(_0x528ac6,_0x2d3dd8,this[_0x56c17c(0x163)])),this[_0x56c17c(0x253)](_0x56c17c(0x106)),_0x528ac6[_0x56c17c(0x215)][_0x56c17c(0x11a)](_0x56c17c(0x13f),new _0x349238(_0x528ac6,_0x4c6e83,this[_0x56c17c(0x163)])),this[_0x56c17c(0x253)](_0x56c17c(0x13f)),_0x528ac6[_0x56c17c(0x215)][_0x56c17c(0x11a)](_0x56c17c(0x16a),new _0x208dab(_0x528ac6,_0x2d3dd8,this[_0x56c17c(0x163)])),this[_0x56c17c(0x253)](_0x56c17c(0x16a)),_0x528ac6[_0x56c17c(0x215)][_0x56c17c(0x11a)](_0x56c17c(0x27b),new _0x208dab(_0x528ac6,_0x4c6e83,this[_0x56c17c(0x163)])),this[_0x56c17c(0x253)](_0x56c17c(0x27b));const _0x51046a=_0x528ac6[_0x56c17c(0x214)][_0x56c17c(0x239)](_0x56c17c(0x113));this[_0x56c17c(0x1ed)](_0x51046a,_0x56c17c(0x124),(_0x565535,{threadId:_0x38c99a})=>{const _0x53de55=_0x56c17c,_0x2b319c=this[_0x53de55(0x163)][_0x53de55(0x239)](_0x38c99a);_0x2b319c&&_0x2b319c[_0x53de55(0x108)]&&0x1===_0x2b319c[_0x53de55(0x108)][_0x53de55(0x17f)]&&this[_0x53de55(0x101)](_0x38c99a,{'hasComments':!0x0});},{'priority':_0x56c17c(0x281)}),this[_0x56c17c(0x1ed)](_0x51046a,_0x56c17c(0x257),(_0xda0810,{threadId:_0x1201a})=>{const _0x7c1fad=_0x56c17c,_0x4d1770=this[_0x7c1fad(0x163)][_0x7c1fad(0x239)](_0x1201a);_0x4d1770&&_0x4d1770[_0x7c1fad(0x108)]&&!_0x4d1770[_0x7c1fad(0x108)][_0x7c1fad(0x17f)]&&this[_0x7c1fad(0x101)](_0x1201a,{'hasComments':!0x1});},{'priority':_0x56c17c(0x281)});}set[_0x48f232(0xda)](_0x53efbc){const _0x240925=_0x48f232;if(this[_0x240925(0x127)])throw new _0x45ef70(_0x240925(0x16c),this);this[_0x240925(0x127)]=_0x53efbc;}get[_0x48f232(0xda)](){const _0x2d4f13=_0x48f232;return this[_0x2d4f13(0x127)];}[_0x48f232(0x1c4)]({skipNotAttached:_0x42e750=!0x1,toJSON:_0x5eb50e=!0x1}={}){const _0xefeb89=_0x48f232,_0x23c5e7=[];for(const _0x581c22 of this[_0xefeb89(0x163)][_0xefeb89(0x110)]())_0x42e750&&!_0x581c22[_0xefeb89(0xe9)]||_0x23c5e7[_0xefeb89(0x19a)](_0x581c22);return _0x5eb50e?_0x23c5e7[_0xefeb89(0x200)](_0xb352c7=>_0xb352c7[_0xefeb89(0x246)]()):_0x23c5e7;}[_0x48f232(0x103)](_0x299b01){const _0x6eac43=_0x48f232,_0x4ace11=this[_0x6eac43(0x163)][_0x6eac43(0x239)](_0x299b01);if(!_0x4ace11)throw new _0x45ef70(_0x6eac43(0x1c1),this);return _0x4ace11;}[_0x48f232(0x15d)](_0xfe0428){const _0x324faa=_0x48f232;return this[_0x324faa(0x163)][_0x324faa(0x1f3)](_0xfe0428);}[_0x48f232(0x202)](_0x203ef7){const _0x4e0029=_0x48f232,{authorId:_0x175323,id:_0x13753a,attributes:_0x429949}=_0x203ef7,[_0x20d0b1,_0x54e15c]=_0x203ef7[_0x4e0029(0x158)][_0x4e0029(0x104)](':'),_0x360760=this[_0x4e0029(0x163)][_0x4e0029(0x239)](_0x13753a)||this[_0x4e0029(0x274)](_0x20d0b1,_0x54e15c,_0x13753a,_0x175323,_0x429949);if(this[_0x4e0029(0xfe)](_0x360760),this[_0x4e0029(0x24b)](_0x360760,_0x20d0b1,_0x54e15c||null,_0x175323),_0x360760[_0x4e0029(0x1b4)]=_0x203ef7[_0x4e0029(0x1b4)],_0x360760[_0x4e0029(0x23d)]=!0x0,_0x429949&&_0x429949[_0x4e0029(0x16d)]){const _0x58d2db=_0x429949[_0x4e0029(0x16d)],_0x4aa608=this[_0x4e0029(0x219)](_0x58d2db[_0x4e0029(0x1a0)]);_0x360760[_0x4e0029(0x1c7)]=_0x58d2db[_0x4e0029(0x1b4)],_0x360760[_0x4e0029(0x17d)]=_0x4aa608,_0x360760[_0x4e0029(0x178)]=!0x0;}else _0x360760[_0x4e0029(0x1c7)]=_0x203ef7[_0x4e0029(0x1b4)];switch(_0x203ef7[_0x4e0029(0x212)]&&(_0x360760[_0x4e0029(0x212)]=_0x203ef7[_0x4e0029(0x212)]),_0x203ef7[_0x4e0029(0xdf)]&&(_0x360760[_0x4e0029(0xdf)]=_0x203ef7[_0x4e0029(0xdf)]),this[_0x4e0029(0x127)]&&this[_0x4e0029(0x127)][_0x4e0029(0x180)]||(_0x360760[_0x4e0029(0x182)]=!0x0),this[_0x4e0029(0x19e)][_0x4e0029(0x239)](_0x360760)){case _0x4e0029(0x114):this[_0x4e0029(0x19e)][_0x4e0029(0x20b)](_0x360760,_0x4e0029(0xdc));break;case _0x4e0029(0xfc):_0x360760[_0x4e0029(0xe9)]?(this[_0x4e0029(0x1c9)](new Set([_0x360760])),this[_0x4e0029(0x1c2)](new Set([_0x360760])),this[_0x4e0029(0x19e)][_0x4e0029(0x20b)](_0x360760,_0x4e0029(0x285)),this[_0x4e0029(0x1df)](_0x4e0029(0xd9),_0x360760)):this[_0x4e0029(0x19e)][_0x4e0029(0x20b)](_0x360760,_0x4e0029(0x109));}return _0x360760;}[_0x48f232(0x275)](_0x933b67){const _0x2e0293=_0x48f232;this[_0x2e0293(0x1bd)](()=>{const _0x36d064=_0x2e0293;this[_0x36d064(0x251)][_0x36d064(0x141)][_0x36d064(0x20c)](()=>{const _0xeb8a3a=_0x36d064;for(const _0x261c72 of _0x933b67[_0xeb8a3a(0x146)]())_0x261c72[_0xeb8a3a(0x1e9)]();});});}[_0x48f232(0x139)](_0x23c721){const _0x88051a=_0x48f232;this[_0x88051a(0x1bd)](()=>{const _0x220ab8=_0x88051a;this[_0x220ab8(0x251)][_0x220ab8(0x141)][_0x220ab8(0x20c)](()=>{const _0x247009=_0x220ab8;for(const _0x44a4bc of _0x23c721[_0x247009(0x146)]())_0x44a4bc[_0x247009(0x1b6)]();});});}[_0x48f232(0x253)](_0x4b6624,_0x45f8c9){const _0xaa28c0=_0x48f232,_0x68e7ef=this[_0xaa28c0(0x251)][_0xaa28c0(0x215)][_0xaa28c0(0x239)](_0x4b6624);if(!_0x68e7ef)throw new _0x45ef70(_0xaa28c0(0x1f8),this,{'commandName':_0x4b6624});if(this[_0xaa28c0(0x145)][_0xaa28c0(0x1f3)](_0x68e7ef))throw new _0x45ef70(_0xaa28c0(0x19b),this,{'commandName':_0x4b6624});this[_0xaa28c0(0x145)][_0xaa28c0(0x11a)](_0x68e7ef),_0x45f8c9&&_0x68e7ef['on'](_0xaa28c0(0x10f),(_0x31d16e,_0x5d6744)=>{const _0x35b1e8=_0xaa28c0;this[_0x35b1e8(0x176)][_0x35b1e8(0xe8)]&&(this[_0x35b1e8(0x1c0)]||(_0x5d6744[_0x35b1e8(0x17f)]>0x0&&_0x5d6744[_0x5d6744[_0x35b1e8(0x17f)]-0x1]&&_0x5d6744[_0x5d6744[_0x35b1e8(0x17f)]-0x1][_0x35b1e8(0x1bd)]?_0x5d6744[_0x35b1e8(0x11c)]():(_0x31d16e[_0x35b1e8(0x204)]=_0x45f8c9((..._0x24cca6)=>_0x68e7ef[_0x35b1e8(0x10f)](..._0x24cca6,{'forceDefaultExecution':!0x0}),..._0x5d6744),_0x31d16e[_0x35b1e8(0x238)]())));},{'priority':_0xaa28c0(0x16b)});}[_0x48f232(0x1bd)](_0xba1774){const _0x462ea1=_0x48f232;let _0x20a66b,_0x12f9d3;const _0x212710=this[_0x462ea1(0x1c0)];this[_0x462ea1(0x1c0)]=!0x0;try{_0x20a66b=_0xba1774();}catch(_0x433f0c){_0x12f9d3=_0x433f0c;}return _0x212710||(this[_0x462ea1(0x1c0)]=!0x1),_0x12f9d3&&_0x45ef70[_0x462ea1(0x273)](_0x12f9d3,this),_0x20a66b;}[_0x48f232(0x130)](_0x30c969,_0x1e0cfb=null,_0x4b5fb9={}){const _0x176529=_0x48f232;if(_0x30c969[_0x176529(0x155)])return null;const _0xead02b=this[_0x176529(0x251)][_0x176529(0x214)][_0x176529(0x239)](_0x176529(0x20e))['me'];for(const {suggestion:_0x1ff9f7,meta:_0x1bab1f}of this[_0x176529(0x203)](_0x30c969,_0x176529(0x14a)))if(_0x1bab1f[_0x176529(0x23a)]){if(!_0x1bab1f[_0x176529(0x16e)]){if(_0x1bab1f[_0x176529(0xec)]){if(!this[_0x176529(0x235)]||!qt(_0x1ff9f7,_0x4b5fb9))continue;return _0x1ff9f7;}if(qt(_0x1ff9f7,_0x4b5fb9))return _0x1ff9f7;this[_0x176529(0x12b)](_0x1ff9f7,_0x30c969[_0x176529(0x116)],_0x30c969[_0x176529(0xf5)]);break;}if(_0x1e0cfb==_0x1ff9f7[_0x176529(0x1e8)]&&qt(_0x1ff9f7,_0x4b5fb9)){const _0x493e69=_0x1ff9f7[_0x176529(0x142)]();return _0x493e69[_0x176529(0x116)][_0x176529(0x224)](_0x30c969[_0x176529(0xf5)])?this[_0x176529(0x26c)](_0x1ff9f7,this[_0x176529(0x27a)][_0x176529(0x169)](_0x30c969[_0x176529(0x116)],_0x493e69[_0x176529(0xf5)])):this[_0x176529(0x26c)](_0x1ff9f7,this[_0x176529(0x27a)][_0x176529(0x169)](_0x493e69[_0x176529(0x116)],_0x30c969[_0x176529(0xf5)])),_0x1ff9f7;}}const _0x5aa32e=_0x2a9b95(),_0x367777=_0xead02b['id'],_0x3e124c=_0x1e0cfb?_0x176529(0x173)+_0x1e0cfb:_0x176529(0x14a),_0x41e0f8=this[_0x176529(0x191)]({'id':_0x5aa32e,'type':_0x3e124c,'createdAt':new Date(),'authorId':_0x367777,'attributes':_0x4b5fb9});return this[_0x176529(0x195)](_0x3e124c,_0x5aa32e,_0x367777,_0x30c969),_0x41e0f8;}[_0x48f232(0x1f7)](_0x2ea06b,_0x5cd54e=_0x48f232(0x184),_0x1b8e38={}){const _0x2d77a8=_0x48f232,_0xce9e6b=this[_0x2d77a8(0x251)][_0x2d77a8(0x214)][_0x2d77a8(0x239)](_0x2d77a8(0x20e))['me'],_0xd52ce5=this[_0x2d77a8(0x266)][_0x2d77a8(0x1d5)](_0x2d77a8(0x14a),_0x5cd54e,_0x2d77a8(0x1b9));for(const _0x3ebccf of this[_0x2d77a8(0x1c4)]())if(_0x3ebccf[_0x2d77a8(0x17d)]['id']==_0xce9e6b['id']&&_0x2d77a8(0x14a)==_0x3ebccf[_0x2d77a8(0x158)]&&_0x3ebccf[_0x2d77a8(0x1e8)]==_0x5cd54e&&qt(_0x3ebccf,_0x1b8e38)&&(_0xd52ce5(_0x3ebccf[_0x2d77a8(0x11f)](),_0x2ea06b)||_0xd52ce5(_0x2ea06b,_0x3ebccf[_0x2d77a8(0x11f)]()))){for(const _0xb2fd64 of _0x2ea06b)_0x3ebccf[_0x2d77a8(0x206)](_0xb2fd64);return _0x3ebccf;}for(const {suggestion:_0x3378af,meta:_0x515da0}of this[_0x2d77a8(0x203)](_0x2ea06b,_0x2d77a8(0x14a))){if(!_0x515da0[_0x2d77a8(0x23a)])continue;if(!this[_0x2d77a8(0x235)]&&_0x515da0[_0x2d77a8(0xec)])continue;if(!qt(_0x3378af,_0x1b8e38))continue;let _0x1d4923=!0x0;for(const _0x25a840 of _0x3378af[_0x2d77a8(0x11f)]())for(const _0x18e960 of _0x2ea06b)if(!_0x25a840[_0x2d77a8(0x1cb)](_0x18e960)){_0x1d4923=!0x1;break;}if(_0x1d4923)return _0x3378af;}const _0x26dfeb=_0x2a9b95(),_0x2faeb7=_0xce9e6b['id'],_0x1c27c2=_0x2d77a8(0x173)+_0x5cd54e,_0x1728c1=this[_0x2d77a8(0x191)]({'id':_0x26dfeb,'type':_0x1c27c2,'createdAt':new Date(),'authorId':_0x2faeb7,'attributes':_0x1b8e38});for(const _0x1021d8 of _0x2ea06b)this[_0x2d77a8(0x195)](_0x1c27c2,_0x26dfeb,_0x2faeb7,_0x1021d8,_0x432de4[_0x2d77a8(0x1a7)]());return _0x1728c1;}[_0x48f232(0x15c)](_0x5e55bd,_0x2f69b7,_0x188e79=null,_0x4c576c={}){const _0x5a42b7=_0x48f232;if(_0x188e79=_0x188e79||Pt(_0x2f69b7),_0x5e55bd[_0x5a42b7(0x155)])return null;if(_0x5a42b7(0x26d)===this[_0x5a42b7(0x1d9)]){const _0x32a124=this[_0x5a42b7(0x266)][_0x5a42b7(0x1d5)](_0x5a42b7(0x150),_0x188e79,_0x5a42b7(0x1e9));return this[_0x5a42b7(0x1bd)](()=>_0x32a124([_0x5e55bd],_0x2f69b7,_0x4c576c)),null;}const _0x38470b=this[_0x5a42b7(0x251)][_0x5a42b7(0x214)][_0x5a42b7(0x239)](_0x5a42b7(0x20e))['me'],_0x45eaf5=[];if(_0x5a42b7(0x260)!==this[_0x5a42b7(0x1d9)]){for(const {suggestion:_0x528bb5,meta:_0x24b724}of this[_0x5a42b7(0x203)](_0x5e55bd,_0x5a42b7(0x14a)))_0x24b724[_0x5a42b7(0x23a)]&&!_0x24b724[_0x5a42b7(0xf2)]&&_0x45eaf5[_0x5a42b7(0x19a)](..._0x528bb5[_0x5a42b7(0x11f)]());}const _0x3eb035=function(_0x3e4af4,_0x507d67){const _0x431b47=_0x5a42b7,_0x99bbe5=[];for(const _0x5256f7 of _0x507d67){const _0x2e15b9=_0x3e4af4[_0x431b47(0x102)](_0x5256f7);_0x2e15b9&&_0x99bbe5[_0x431b47(0x19a)](_0x2e15b9);}return _0x99bbe5;}(_0x5e55bd,_0x45eaf5),_0xaa76c0=function(_0x5e238b,_0x2c0f47){const _0x864230=_0x5a42b7,_0x4e431c=[_0x5e238b];for(const _0x24abf3 of _0x2c0f47){let _0x3244ca=0x0;for(;_0x3244ca<_0x4e431c[_0x864230(0x17f)];){const _0x792912=_0x4e431c[_0x3244ca][_0x864230(0xee)](_0x24abf3);_0x4e431c[_0x864230(0x25c)](_0x3244ca,0x1,..._0x792912),_0x3244ca+=_0x792912[_0x864230(0x17f)];}}return _0x4e431c;}(_0x5e55bd,_0x45eaf5);_0x3eb035[_0x5a42b7(0x17f)]&&this[_0x5a42b7(0x27a)][_0x5a42b7(0x20c)](()=>{const _0x948207=_0x5a42b7;for(const _0x4a26e8 of _0x3eb035){const _0x5dcc87=this[_0x948207(0x266)][_0x948207(0x1d5)](_0x948207(0x150),_0x188e79,_0x948207(0x1e9));this[_0x948207(0x1bd)](()=>_0x5dcc87([_0x4a26e8],_0x2f69b7,_0x4c576c));}});for(const _0xc4a709 of _0xaa76c0){let _0xc7e55a=null,_0x423ac8=_0xc4a709[_0x5a42b7(0x116)],_0x2f11a9=_0xc4a709[_0x5a42b7(0xf5)];for(const {suggestion:_0x50d0cf,meta:_0x908efe}of this[_0x5a42b7(0x203)](_0xc4a709,_0x5a42b7(0x150))){if(!_0x908efe[_0x5a42b7(0x23a)])continue;if(_0x50d0cf[_0x5a42b7(0x1e8)]!=_0x188e79)continue;if(!qt(_0x50d0cf,_0x4c576c))continue;const _0x37475c=_0x50d0cf[_0x5a42b7(0x142)]();if(_0x37475c[_0x5a42b7(0x1cb)](_0xc4a709,!0x0))return null;_0x423ac8=_0x423ac8[_0x5a42b7(0x1ac)](_0x37475c[_0x5a42b7(0x116)])?_0x423ac8:_0x37475c[_0x5a42b7(0x116)],_0x2f11a9=_0x2f11a9[_0x5a42b7(0x16f)](_0x37475c[_0x5a42b7(0xf5)])?_0x2f11a9:_0x37475c[_0x5a42b7(0xf5)],_0xc7e55a?_0x37475c[_0x5a42b7(0x116)][_0x5a42b7(0x1ac)](_0xc7e55a[_0x5a42b7(0x142)]()[_0x5a42b7(0x116)])?(_0xc7e55a[_0x5a42b7(0x22d)](),_0xc7e55a=_0x50d0cf):_0x50d0cf[_0x5a42b7(0x22d)]():_0xc7e55a=_0x50d0cf;}const _0x28e83f=this[_0x5a42b7(0x27a)][_0x5a42b7(0x169)](_0x423ac8,_0x2f11a9);if(_0xc7e55a)this[_0x5a42b7(0x26c)](_0xc7e55a,_0x28e83f);else{const _0x4f1e8e=_0x2a9b95(),_0x4c5458=_0x38470b['id'];this[_0x5a42b7(0x191)]({'id':_0x4f1e8e,'type':_0x5a42b7(0xe3)+_0x188e79,'data':_0x2f69b7,'createdAt':new Date(),'authorId':_0x4c5458,'attributes':_0x4c576c}),this[_0x5a42b7(0x195)](_0x5a42b7(0xe3)+_0x188e79,_0x4f1e8e,_0x4c5458,_0x28e83f);}}return null;}[_0x48f232(0xd8)](_0x48ddb2,_0x15580e,_0x503d77=[],_0x5a657e=null,_0x4691f3={}){const _0x307a7c=_0x48f232;_0x15580e[_0x307a7c(0x252)]||(_0x15580e[_0x307a7c(0x252)]=_0x15580e[_0x307a7c(0x1d1)]),_0x15580e[_0x307a7c(0x21f)]=_0x48ddb2['is'](_0x307a7c(0x208)),_0x5a657e=_0x5a657e||Pt(_0x15580e);const _0x563b9f=_0x503d77[_0x307a7c(0x200)](_0x1ef4ad=>Lt(_0x1ef4ad,this[_0x307a7c(0x27a)])),_0x3cff26=_0x48ddb2['is'](_0x307a7c(0x208))?_0x48ddb2:Lt(_0x48ddb2,this[_0x307a7c(0x27a)]);if(_0x307a7c(0x26d)===this[_0x307a7c(0x1d9)]){const _0x5abded=this[_0x307a7c(0x266)][_0x307a7c(0x1d5)](_0x307a7c(0x258),_0x5a657e,_0x307a7c(0x1e9));return this[_0x307a7c(0x1bd)](()=>_0x5abded([_0x3cff26],_0x15580e,_0x4691f3)),null;}_0x563b9f[_0x307a7c(0x19a)](_0x3cff26);let _0x2e852c=!0x0;for(const _0x5891bd of _0x563b9f)if(!this[_0x307a7c(0x22f)](_0x5891bd)){_0x2e852c=!0x1;break;}if(_0x2e852c&&_0x307a7c(0x260)!==this[_0x307a7c(0x1d9)]){const _0x622f89=this[_0x307a7c(0x266)][_0x307a7c(0x1d5)](_0x307a7c(0x258),_0x5a657e,_0x307a7c(0x1e9));return this[_0x307a7c(0x1bd)](()=>_0x622f89([_0x3cff26],_0x15580e,_0x4691f3)),null;}let _0x11c401=null,_0x144e80=_0x3cff26[_0x307a7c(0x116)],_0x13812b=_0x3cff26[_0x307a7c(0xf5)];for(const {suggestion:_0x184915,meta:_0x1930d2}of this[_0x307a7c(0x203)](_0x3cff26,_0x307a7c(0x258))){if(!_0x1930d2[_0x307a7c(0x23a)])continue;if(_0x1930d2[_0x307a7c(0x16e)]||_0x1930d2[_0x307a7c(0xec)]||_0x1930d2[_0x307a7c(0xf2)])continue;if(_0x184915[_0x307a7c(0x212)][_0x307a7c(0x252)]!=_0x15580e[_0x307a7c(0x252)])continue;if(!qt(_0x184915,_0x4691f3))continue;const _0x44014c=_0x184915[_0x307a7c(0x142)]();if(_0x184915[_0x307a7c(0x1e8)]==_0x5a657e){if(_0x44014c[_0x307a7c(0x1cb)](_0x3cff26,!0x0))return null;_0x144e80=_0x144e80[_0x307a7c(0x1ac)](_0x44014c[_0x307a7c(0x116)])?_0x144e80:_0x44014c[_0x307a7c(0x116)],_0x13812b=_0x13812b[_0x307a7c(0x16f)](_0x44014c[_0x307a7c(0xf5)])?_0x13812b:_0x44014c[_0x307a7c(0xf5)],_0x11c401?_0x44014c[_0x307a7c(0x116)][_0x307a7c(0x1ac)](_0x11c401[_0x307a7c(0x142)]()[_0x307a7c(0x116)])?(_0x11c401[_0x307a7c(0x22d)](),_0x11c401=_0x184915):_0x184915[_0x307a7c(0x22d)]():_0x11c401=_0x184915;}else{const _0x2da5b9=_0x3cff26[_0x307a7c(0x102)](_0x44014c);this[_0x307a7c(0x24a)](_0x184915,_0x2da5b9);}}const _0x39bcba=this[_0x307a7c(0x251)][_0x307a7c(0x214)][_0x307a7c(0x239)](_0x307a7c(0x20e))['me'],_0x41f032=_0x2a9b95(),_0xbb59b8=_0x39bcba['id'];if(_0x11c401)return this[_0x307a7c(0x26c)](_0x11c401,this[_0x307a7c(0x27a)][_0x307a7c(0x169)](_0x144e80,_0x13812b)),_0x11c401;{const _0x4c2ed8=this[_0x307a7c(0x191)]({'id':_0x41f032,'type':_0x307a7c(0xf3)+_0x5a657e,'data':_0x15580e,'createdAt':new Date(),'authorId':_0xbb59b8,'attributes':_0x4691f3});return this[_0x307a7c(0x195)](_0x307a7c(0xf3)+_0x5a657e,_0x41f032,_0xbb59b8,this[_0x307a7c(0x27a)][_0x307a7c(0x169)](_0x144e80,_0x13812b)),_0x4c2ed8;}}[_0x48f232(0x1e2)](_0x5499ca,_0x483316,_0x2db3e6=[],_0x3593c5=null,_0x5d40ae={}){const _0x3d1536=_0x48f232;_0x483316[_0x3d1536(0x252)]||(_0x483316[_0x3d1536(0x252)]=_0x483316[_0x3d1536(0x1d1)]);const _0x36f2ff=_0x5499ca[0x0];_0x483316[_0x3d1536(0x21f)]=_0x36f2ff['is'](_0x3d1536(0x208)),_0x3593c5=_0x3593c5||Pt(_0x483316);const _0x2ddfc9=_0x2db3e6[_0x3d1536(0x200)](_0x23554a=>Lt(_0x23554a,this[_0x3d1536(0x27a)])),_0x2d5edf=_0x36f2ff['is'](_0x3d1536(0x208))?_0x5499ca:_0x5499ca[_0x3d1536(0x200)](_0x3b0f90=>Lt(_0x3b0f90,this[_0x3d1536(0x27a)]));if(_0x3d1536(0x26d)===this[_0x3d1536(0x1d9)]){const _0xe4c62b=this[_0x3d1536(0x266)][_0x3d1536(0x1d5)](_0x3d1536(0x258),_0x3593c5,_0x3d1536(0x1e9));return this[_0x3d1536(0x1bd)](()=>_0xe4c62b(_0x2d5edf,_0x483316,_0x5d40ae)),null;}_0x2ddfc9[_0x3d1536(0x19a)](..._0x2d5edf);let _0x3aa47f=!0x0;for(const _0x37041a of _0x2ddfc9)if(!this[_0x3d1536(0x22f)](_0x37041a)){_0x3aa47f=!0x1;break;}if(_0x3aa47f&&_0x3d1536(0x260)!==this[_0x3d1536(0x1d9)]){const _0x552abe=this[_0x3d1536(0x266)][_0x3d1536(0x1d5)](_0x3d1536(0x258),_0x3593c5,_0x3d1536(0x1e9));return this[_0x3d1536(0x1bd)](()=>_0x552abe(_0x2d5edf,_0x483316,_0x5d40ae)),null;}const _0x25115c=this[_0x3d1536(0x251)][_0x3d1536(0x214)][_0x3d1536(0x239)](_0x3d1536(0x20e))['me'];for(const _0x275aee of this[_0x3d1536(0x1c4)]()){if(_0x275aee[_0x3d1536(0x17d)]['id']!=_0x25115c['id'])continue;if(_0x3d1536(0x258)!=_0x275aee[_0x3d1536(0x158)]||_0x275aee[_0x3d1536(0x212)][_0x3d1536(0x252)]!=_0x483316[_0x3d1536(0x252)])continue;if(!qt(_0x275aee,_0x5d40ae))continue;const _0x13422c=_0x275aee[_0x3d1536(0x1e8)]==_0x3593c5;for(let _0x330f67=0x0;_0x330f67<_0x2d5edf[_0x3d1536(0x17f)];_0x330f67++){const _0x5ddb27=_0x2d5edf[_0x330f67];for(const _0x48a709 of _0x275aee[_0x3d1536(0x196)]()){const _0x495dcd=_0x48a709[_0x3d1536(0x1b7)]();if(_0x5ddb27[_0x3d1536(0x224)](_0x495dcd)){_0x13422c?(_0x2d5edf[_0x3d1536(0x25c)](_0x330f67,0x1),_0x330f67--):_0x275aee[_0x3d1536(0x157)](_0x48a709[_0x3d1536(0x121)]);break;}}}}if(0x0==_0x2d5edf[_0x3d1536(0x17f)])return null;const _0x24496b=this[_0x3d1536(0x266)][_0x3d1536(0x1d5)](_0x3d1536(0x258),_0x3593c5,_0x3d1536(0x1b9));for(const _0x438733 of this[_0x3d1536(0x1c4)]())if(_0x438733[_0x3d1536(0x17d)]['id']==_0x25115c['id']&&_0x3d1536(0x258)==_0x438733[_0x3d1536(0x158)]&&_0x438733[_0x3d1536(0x212)][_0x3d1536(0x252)]==_0x483316[_0x3d1536(0x252)]&&_0x438733[_0x3d1536(0x1e8)]==_0x3593c5&&qt(_0x438733,_0x5d40ae)&&(_0x24496b(_0x438733[_0x3d1536(0x11f)](),_0x2d5edf)||_0x24496b(_0x2d5edf,_0x438733[_0x3d1536(0x11f)]()))){for(const _0x3ed473 of _0x2d5edf)_0x438733[_0x3d1536(0x206)](_0x3ed473);return _0x438733;}const _0x422ba1=_0x2a9b95(),_0x17aab2=_0x25115c['id'],_0x56b9b3=_0x3d1536(0xf3)+_0x3593c5,_0x4d261b=this[_0x3d1536(0x191)]({'id':_0x422ba1,'type':_0x56b9b3,'data':_0x483316,'createdAt':new Date(),'authorId':_0x17aab2,'attributes':_0x5d40ae});for(const _0x51fead of _0x2d5edf)this[_0x3d1536(0x195)](_0x56b9b3,_0x422ba1,_0x17aab2,_0x51fead,_0x432de4[_0x3d1536(0x1a7)]());return _0x4d261b;}[_0x48f232(0x14d)](_0x571393,_0x3d02ec=null,_0xd1a3ca={}){const _0x22b3b7=_0x48f232;if(_0x571393[_0x22b3b7(0x155)])return null;const _0x1ae972=this[_0x22b3b7(0x251)][_0x22b3b7(0x214)][_0x22b3b7(0x239)](_0x22b3b7(0x20e))['me'],_0x1ee10c=new _0x574f5e(_0x571393[_0x22b3b7(0x116)],_0x571393[_0x22b3b7(0xf5)]);for(const {suggestion:_0x3e9f56,meta:_0x5ee598}of this[_0x22b3b7(0x203)](_0x1ee10c,_0x22b3b7(0x14a)))if(_0x5ee598[_0x22b3b7(0x23a)]&&!_0x5ee598[_0x22b3b7(0x16e)]){if(_0x3e9f56[_0x22b3b7(0x15a)]){const _0x579ecf=_0x3e9f56[_0x22b3b7(0x11f)]()[_0x22b3b7(0xe1)](_0x416e07=>_0x22b3b7(0x26e)!=_0x416e07[_0x22b3b7(0x18b)][_0x22b3b7(0x198)]);_0x579ecf[_0x22b3b7(0x13d)](_0x304a46=>_0x1ee10c[_0x22b3b7(0x1cb)](_0x304a46,!0x0))&&_0x3e9f56[_0x22b3b7(0x1b6)]();if(_0x579ecf[_0x22b3b7(0x18f)](_0x5183ea=>_0x5183ea[_0x22b3b7(0x1cb)](_0x1ee10c,!0x0))){const _0x90a83e=this[_0x22b3b7(0x266)][_0x22b3b7(0x1d5)](_0x22b3b7(0x186),_0x3d02ec,_0x22b3b7(0x1e9));return this[_0x22b3b7(0x1bd)](()=>_0x90a83e([_0x1ee10c],null,_0xd1a3ca)),null;}}else{const _0x6132ce=_0x1ee10c[_0x22b3b7(0x102)](_0x3e9f56[_0x22b3b7(0x142)]());null!==_0x6132ce&&_0x3e9f56[_0x22b3b7(0x1a8)]([_0x6132ce],null,_0xd1a3ca);}}if(_0x1ee10c[_0x22b3b7(0x10d)](),_0x1ee10c[_0x22b3b7(0x155)]||_0x22b3b7(0x26e)==_0x1ee10c[_0x22b3b7(0x18b)][_0x22b3b7(0x198)])return null;let _0x51deb4=null,_0x4e9cbd=_0x1ee10c[_0x22b3b7(0x116)],_0x2464b4=_0x1ee10c[_0x22b3b7(0xf5)];const _0x3dcf73=this[_0x22b3b7(0x203)](_0x1ee10c,_0x22b3b7(0x186));for(const {suggestion:_0x5b4a69,meta:_0x2c888f}of _0x3dcf73){const _0x58079f=this[_0x22b3b7(0x27a)][_0x22b3b7(0x169)](_0x4e9cbd,_0x2464b4);if(_0x2c888f[_0x22b3b7(0x23a)]&&(this[_0x22b3b7(0x235)]||!_0x2c888f[_0x22b3b7(0xec)]&&!_0x2c888f[_0x22b3b7(0xf2)])){if(_0x5b4a69[_0x22b3b7(0x15a)]){if(!qt(_0x5b4a69,_0xd1a3ca))continue;let _0x16ac19=!0x0;for(const _0x43ffdc of _0x5b4a69[_0x22b3b7(0x11f)]()){if(_0x43ffdc[_0x22b3b7(0x1cb)](_0x58079f,!0x0))return _0x5b4a69;_0x58079f[_0x22b3b7(0x1cb)](_0x43ffdc)||(_0x16ac19=!0x1);}_0x16ac19&&_0x5b4a69[_0x22b3b7(0x1b6)]();}else{const _0x4bf394=_0x5b4a69[_0x22b3b7(0x142)]();if(_0x4bf394[_0x22b3b7(0x1cb)](_0x58079f,!0x0))return _0x5b4a69;if(!qt(_0x5b4a69,_0xd1a3ca)){_0x58079f[_0x22b3b7(0x1cb)](_0x4bf394)?_0x5b4a69[_0x22b3b7(0x22d)]():_0x4bf394[_0x22b3b7(0x15b)](_0x4e9cbd)?_0x4e9cbd=_0x4bf394[_0x22b3b7(0xf5)]:_0x4bf394[_0x22b3b7(0x15b)](_0x2464b4)&&(_0x2464b4=_0x4bf394[_0x22b3b7(0x116)]);continue;}_0x4e9cbd=_0x4e9cbd[_0x22b3b7(0x1ac)](_0x4bf394[_0x22b3b7(0x116)])?_0x4e9cbd:_0x4bf394[_0x22b3b7(0x116)],_0x2464b4=_0x2464b4[_0x22b3b7(0x16f)](_0x4bf394[_0x22b3b7(0xf5)])?_0x2464b4:_0x4bf394[_0x22b3b7(0xf5)],_0xd1a3ca=Object[_0x22b3b7(0xed)]({},_0x5b4a69[_0x22b3b7(0xdf)]),_0x51deb4?_0x4bf394[_0x22b3b7(0x116)][_0x22b3b7(0x1ac)](_0x51deb4[_0x22b3b7(0x142)]()[_0x22b3b7(0x116)])?(_0x51deb4[_0x22b3b7(0x22d)](),_0x51deb4=_0x5b4a69):_0x5b4a69[_0x22b3b7(0x22d)]():_0x51deb4=_0x5b4a69;}}}if(_0x51deb4)return this[_0x22b3b7(0x26c)](_0x51deb4,this[_0x22b3b7(0x27a)][_0x22b3b7(0x169)](_0x4e9cbd,_0x2464b4)),_0x51deb4;{const _0x2a9cbe=_0x2a9b95(),_0x4b630e=this[_0x22b3b7(0x27a)][_0x22b3b7(0x169)](_0x4e9cbd,_0x2464b4),_0x3a7b4f=_0x1ae972['id'],_0xb2236d=_0x3d02ec?_0x22b3b7(0x179)+_0x3d02ec:_0x22b3b7(0x186),_0x490ba7=this[_0x22b3b7(0x191)]({'id':_0x2a9cbe,'type':_0xb2236d,'createdAt':new Date(),'authorId':_0x3a7b4f,'attributes':_0xd1a3ca});return this[_0x22b3b7(0x195)](_0xb2236d,_0x2a9cbe,_0x3a7b4f,_0x4b630e),_0x490ba7;}}[_0x48f232(0x255)](_0x3ccaa1,_0x1f62e0=_0x48f232(0x184),_0x4b8683={}){const _0x1cd1cc=_0x48f232,_0x205da2=this[_0x1cd1cc(0x251)][_0x1cd1cc(0x214)][_0x1cd1cc(0x239)](_0x1cd1cc(0x20e))['me'],_0xc142b7=_0x3ccaa1[_0x1cd1cc(0x200)](_0x26efb1=>new _0x574f5e(_0x26efb1[_0x1cd1cc(0x116)],_0x26efb1[_0x1cd1cc(0xf5)])),_0x2b2fed=new Set();for(const {suggestion:_0xc9d821,meta:_0x493546}of this[_0x1cd1cc(0x203)](_0xc142b7,_0x1cd1cc(0x14a)))_0x493546[_0x1cd1cc(0x23a)]&&!_0x493546[_0x1cd1cc(0x16e)]&&_0x2b2fed[_0x1cd1cc(0x11a)](_0xc9d821);for(const _0x2ee52d of _0x2b2fed)if(_0x2ee52d[_0x1cd1cc(0x15a)]){const _0x4bccb8=_0x2ee52d[_0x1cd1cc(0x11f)]();(!_0x2ee52d[_0x1cd1cc(0xdf)]||!_0x2ee52d[_0x1cd1cc(0xdf)][_0x1cd1cc(0x22b)])&&(_0x4bccb8[_0x1cd1cc(0x13d)](_0x2f6694=>_0xc142b7[_0x1cd1cc(0x18f)](_0x551fc5=>_0x551fc5[_0x1cd1cc(0x1cb)](_0x2f6694,!0x0)))&&_0x2ee52d[_0x1cd1cc(0x1b6)]());if(_0xc142b7[_0x1cd1cc(0x13d)](_0xec490a=>_0x4bccb8[_0x1cd1cc(0x18f)](_0x3a2a2d=>_0x3a2a2d[_0x1cd1cc(0x1cb)](_0xec490a,!0x0)))){const _0x242e20=this[_0x1cd1cc(0x266)][_0x1cd1cc(0x1d5)](_0x1cd1cc(0x186),_0x1f62e0,_0x1cd1cc(0x1e9));return this[_0x1cd1cc(0x1bd)](()=>_0x242e20(_0x3ccaa1,null,_0x4b8683)),null;}}else{const _0x3b56ba=_0x2ee52d[_0x1cd1cc(0x142)]();_0xc142b7[_0x1cd1cc(0x18f)](_0x224fa7=>_0x224fa7[_0x1cd1cc(0x1cb)](_0x3b56ba,!0x0))&&_0x2ee52d[_0x1cd1cc(0x1b6)]();if(_0xc142b7[_0x1cd1cc(0x13d)](_0x49b7a6=>_0x3b56ba[_0x1cd1cc(0x1cb)](_0x49b7a6,!0x0))){const _0x43e430=this[_0x1cd1cc(0x266)][_0x1cd1cc(0x1d5)](_0x1cd1cc(0x186),_0x1f62e0,_0x1cd1cc(0x1e9));return this[_0x1cd1cc(0x1bd)](()=>_0x43e430(_0xc142b7,null,_0x4b8683)),null;}}const _0x12b4b2=this[_0x1cd1cc(0x266)][_0x1cd1cc(0x1d5)](_0x1cd1cc(0x186),_0x1f62e0,_0x1cd1cc(0x1b9));let _0x436161=null;for(const _0x435b02 of this[_0x1cd1cc(0x1c4)]())if(_0x435b02[_0x1cd1cc(0x17d)]['id']==_0x205da2['id']&&_0x435b02[_0x1cd1cc(0xe9)]&&_0x1cd1cc(0x186)==_0x435b02[_0x1cd1cc(0x158)]&&_0x435b02[_0x1cd1cc(0x1e8)]==_0x1f62e0&&qt(_0x435b02,_0x4b8683)&&(_0x12b4b2(_0x435b02[_0x1cd1cc(0x11f)](),_0xc142b7)||_0x12b4b2(_0xc142b7,_0x435b02[_0x1cd1cc(0x11f)]()))){if(_0x436161){if(_0x435b02[_0x1cd1cc(0x108)]&&_0x435b02[_0x1cd1cc(0x108)][_0x1cd1cc(0x17f)])continue;for(const _0x86ada2 of _0x435b02[_0x1cd1cc(0x11f)]())_0x436161[_0x1cd1cc(0x14c)](_0x86ada2)||_0x436161[_0x1cd1cc(0x206)](_0x86ada2);_0x435b02[_0x1cd1cc(0x22d)]();}else{_0x436161=_0x435b02;for(const _0x114736 of _0xc142b7)_0x435b02[_0x1cd1cc(0x14c)](_0x114736)||_0x435b02[_0x1cd1cc(0x206)](_0x114736);}}if(_0x436161)return _0x436161;_0x2b2fed[_0x1cd1cc(0x167)]();for(const {suggestion:_0x541809,meta:_0x5569b6}of this[_0x1cd1cc(0x203)](_0xc142b7,_0x1cd1cc(0x186)))_0x5569b6[_0x1cd1cc(0x23a)]&&(this[_0x1cd1cc(0x235)]||!_0x5569b6[_0x1cd1cc(0xec)]&&!_0x5569b6[_0x1cd1cc(0xf2)])&&qt(_0x541809,_0x4b8683)&&_0x2b2fed[_0x1cd1cc(0x11a)](_0x541809);for(const _0x8bcc66 of _0x2b2fed){const _0x342d5a=_0x8bcc66[_0x1cd1cc(0x11f)]();if(!_0x4b8683||!_0x4b8683[_0x1cd1cc(0x22b)]){if(_0xc142b7[_0x1cd1cc(0x13d)](_0x57a7f6=>_0x342d5a[_0x1cd1cc(0x18f)](_0x287a23=>_0x287a23[_0x1cd1cc(0x1cb)](_0x57a7f6,!0x0))))return _0x8bcc66;}(!_0x8bcc66[_0x1cd1cc(0xdf)]||!_0x8bcc66[_0x1cd1cc(0xdf)][_0x1cd1cc(0x22b)])&&(_0x342d5a[_0x1cd1cc(0x13d)](_0x1255df=>_0xc142b7[_0x1cd1cc(0x18f)](_0x2e24c5=>_0x2e24c5[_0x1cd1cc(0x1cb)](_0x1255df,!0x0)))&&_0x8bcc66[_0x1cd1cc(0x1b6)]());}const _0x40d59b=_0x2a9b95(),_0x322453=_0x205da2['id'],_0x4c3d28=_0x1cd1cc(0x179)+_0x1f62e0,_0x4856b6=this[_0x1cd1cc(0x191)]({'id':_0x40d59b,'type':_0x4c3d28,'createdAt':new Date(),'authorId':_0x322453,'attributes':_0x4b8683});for(const _0x43e187 of _0xc142b7)_0x43e187[_0x1cd1cc(0x10d)](),_0x43e187[_0x1cd1cc(0x155)]||_0x1cd1cc(0x26e)==_0x43e187[_0x1cd1cc(0x18b)][_0x1cd1cc(0x198)]||this[_0x1cd1cc(0x195)](_0x4c3d28,_0x40d59b,_0x322453,_0x43e187,_0x432de4[_0x1cd1cc(0x1a7)]());return _0x4856b6;}[_0x48f232(0x1f0)](_0x15af18,_0x3e1f8c,_0x2c9155,_0x40d9a5,_0x23a80d){const _0x4396fb=_0x48f232;if(_0x15af18[_0x4396fb(0x155)])return[];if(_0x4396fb(0x26d)===this[_0x4396fb(0x1d9)])return[];const _0x40c870=this[_0x4396fb(0x251)][_0x4396fb(0x214)][_0x4396fb(0x239)](_0x4396fb(0x20e))['me']['id'],_0xa9c9f3=Array[_0x4396fb(0x165)](this[_0x4396fb(0x163)][_0x4396fb(0x110)]())[_0x4396fb(0xe1)](_0x1c3a12=>_0x4396fb(0x1d4)==_0x1c3a12[_0x4396fb(0x158)]&&_0x1c3a12[_0x4396fb(0x212)][_0x4396fb(0x1fe)]==_0x3e1f8c&&_0x1c3a12[_0x4396fb(0x14c)](_0x15af18));if(_0x4396fb(0x1fc)===this[_0x4396fb(0x1d9)]){const _0x2f166d=this[_0x4396fb(0x203)](_0x15af18,_0x4396fb(0x14a))[_0x4396fb(0xe1)](({meta:_0x5ac5be})=>_0x5ac5be[_0x4396fb(0x23a)]&&!_0x5ac5be[_0x4396fb(0xf2)]&&!_0x5ac5be[_0x4396fb(0x16e)])[_0x4396fb(0x200)](({suggestion:_0x3bdc6e})=>_0x3bdc6e);_0xa9c9f3[_0x4396fb(0x1b1)](..._0x2f166d);}const _0xcf02c2=new Map([[_0x15af18,_0x2c9155]]);for(const _0x40877e of _0xa9c9f3){const _0x3a5f50=_0x4396fb(0x1d4)==_0x40877e[_0x4396fb(0x158)]?_0x40877e[_0x4396fb(0x212)][_0x4396fb(0xf6)]:void 0x0,_0x3f30aa=_0x40877e[_0x4396fb(0x142)](),_0x3b1b09=Array[_0x4396fb(0x165)](_0xcf02c2[_0x4396fb(0xe6)]())[_0x4396fb(0x190)](_0x547450=>_0x547450[_0x4396fb(0x234)](_0x3f30aa));if(!_0x3b1b09)continue;const _0x3c2966=_0x3b1b09[_0x4396fb(0xee)](_0x3f30aa);this[_0x4396fb(0x225)](_0x3e1f8c)&&_0x4396fb(0x14a)==_0x40877e[_0x4396fb(0x158)]&&0x0!=_0x3c2966[_0x4396fb(0x17f)]||(_0xcf02c2[_0x4396fb(0x1be)](_0x3b1b09),_0x3c2966[_0x4396fb(0x126)](_0x2ae3ec=>{const _0x5b550a=_0x4396fb;_0xcf02c2[_0x5b550a(0x20b)](_0x2ae3ec,_0x2c9155);}),_0x4396fb(0x14a)!=_0x40877e[_0x4396fb(0x158)]&&_0x3a5f50!=_0x40d9a5&&_0xcf02c2[_0x4396fb(0x20b)](_0x3b1b09[_0x4396fb(0x102)](_0x3f30aa),_0x3a5f50));}const _0x5d2d0b=[];for(const [_0x290bf9,_0x46ab5a]of _0xcf02c2){const _0x2ef447=_0x2a9b95(),_0x499a9d={'key':_0x3e1f8c,'oldValue':_0x46ab5a,'newValue':_0x40d9a5};_0x3e1f8c[_0x4396fb(0x17f)]>0x25&&console[_0x4396fb(0x1ba)](_0x4396fb(0x18d),{'key':_0x3e1f8c});const _0x5dcf7e=(_0x4396fb(0x247)+(_0x3e1f8c+'|'+Pt({'newValue':_0x40d9a5})))[_0x4396fb(0x162)](0x0,0x3c),_0x339a96=this[_0x4396fb(0x191)]({'id':_0x2ef447,'type':_0x5dcf7e,'data':_0x499a9d,'createdAt':new Date(),'authorId':_0x40c870,'attributes':_0x23a80d});_0x5d2d0b[_0x4396fb(0x19a)](_0x339a96),this[_0x4396fb(0x195)](_0x5dcf7e,_0x2ef447,_0x40c870,_0x290bf9);}return _0x5d2d0b;}[_0x48f232(0x197)](_0xfcf7b6){const _0x35cbe7=_0x48f232;this[_0x35cbe7(0x253)](_0xfcf7b6,(_0x3c4779,..._0x3ff17c)=>{const _0x162204=_0x35cbe7;this[_0x162204(0x148)](()=>{_0x3c4779(..._0x3ff17c);});});}[_0x48f232(0x15f)](_0x5ae213){const _0x2aa9b8=_0x48f232;this[_0x2aa9b8(0x230)][_0x2aa9b8(0x11a)](_0x5ae213);}[_0x48f232(0x140)](_0x552567){const _0x5c9732=_0x48f232;this[_0x5c9732(0x211)][_0x5c9732(0x11a)](_0x552567);}[_0x48f232(0x11b)](_0x1f4590){const _0x1843db=_0x48f232;return _0x1843db(0x1d4)==_0x1f4590[_0x1843db(0x158)]?_0x1f4590[_0x1843db(0x1e8)][_0x1843db(0x104)]('|')[0x0]:null;}[_0x48f232(0x26c)](_0x24b33f,_0x1e7cf9){const _0x1d3c92=_0x48f232,_0x3742c0=_0x24b33f[_0x1d3c92(0xff)]();this[_0x1d3c92(0x27a)][_0x1d3c92(0x20c)](_0x56bde7=>{const _0x1ec9eb=_0x1d3c92;_0x56bde7[_0x1ec9eb(0x24c)](_0x3742c0,{'range':_0x1e7cf9});});}[_0x48f232(0xfe)](_0x140be5){const _0x265899=_0x48f232,_0x587328=_0x140be5['id'],_0x19ee85=this[_0x265899(0x251)][_0x265899(0xdb)][_0x265899(0x239)](_0x265899(0x1f1));this[_0x265899(0x1f6)][_0x265899(0x1af)](_0x587328)||this[_0x265899(0x1f6)][_0x265899(0x136)]({'channelId':_0x19ee85,'threadId':_0x587328,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2c5b3a=this[_0x265899(0x1f6)][_0x265899(0x284)](_0x587328);_0x2c5b3a[_0x265899(0x19d)](_0x265899(0x144)),_0x2c5b3a[_0x265899(0x144)]=!0x1,_0x140be5[_0x265899(0x108)]=_0x2c5b3a;}[_0x48f232(0x24b)](_0xb7fc71,_0x584aa9,_0x10677d,_0x1be4f9){const _0x2fffd8=_0x48f232;if(_0xb7fc71[_0x2fffd8(0x158)]!=_0x584aa9||_0xb7fc71[_0x2fffd8(0x1e8)]!=_0x10677d||_0xb7fc71[_0x2fffd8(0x171)]['id']!=_0x1be4f9)throw this[_0x2fffd8(0x251)][_0x2fffd8(0x27c)](_0x2fffd8(0x143)),new _0x45ef70(_0x2fffd8(0x143),this);}[_0x48f232(0x24a)](_0x21a19a,_0x24dd05){const _0x484e62=_0x48f232,_0x1f924c=_0x21a19a[_0x484e62(0x142)]();if(_0x24dd05[_0x484e62(0x224)](_0x1f924c))_0x21a19a[_0x484e62(0x22d)]();else{if(_0x1f924c[_0x484e62(0x1cb)](_0x24dd05)){const _0x4b8a78=this[_0x484e62(0x27a)][_0x484e62(0x1ff)](_0x24dd05[_0x484e62(0x116)][_0x484e62(0x1a4)],_0x484e62(0xf5));this[_0x484e62(0x26c)](_0x21a19a,this[_0x484e62(0x27a)][_0x484e62(0x169)](_0x1f924c[_0x484e62(0x116)],_0x4b8a78));const _0x980e5=_0x2a9b95(),_0xe6d494=_0x21a19a[_0x484e62(0x171)]['id'],_0xe394c5=_0x21a19a[_0x484e62(0x158)]+':'+_0x21a19a[_0x484e62(0x1e8)];this[_0x484e62(0x191)]({'id':_0x980e5,'type':_0xe394c5,'createdAt':new Date(),'authorId':_0xe6d494,'data':_0x21a19a[_0x484e62(0x212)],'attributes':_0x21a19a[_0x484e62(0xdf)]});const _0x1db2af=this[_0x484e62(0x27a)][_0x484e62(0x1ff)](_0x24dd05[_0x484e62(0xf5)][_0x484e62(0x156)],_0x484e62(0x240)),_0x5f2caa=this[_0x484e62(0x27a)][_0x484e62(0x169)](_0x1db2af,_0x1f924c[_0x484e62(0xf5)]);this[_0x484e62(0x195)](_0xe394c5,_0x980e5,_0xe6d494,_0x5f2caa);}else{if(_0x1f924c[_0x484e62(0x15b)](_0x24dd05[_0x484e62(0x116)])){const _0x2636f7=this[_0x484e62(0x27a)][_0x484e62(0x1ff)](_0x24dd05[_0x484e62(0x116)][_0x484e62(0x1a4)],_0x484e62(0xf5));this[_0x484e62(0x26c)](_0x21a19a,this[_0x484e62(0x27a)][_0x484e62(0x169)](_0x1f924c[_0x484e62(0x116)],_0x2636f7));}else{const _0x60f2ac=this[_0x484e62(0x27a)][_0x484e62(0x1ff)](_0x24dd05[_0x484e62(0xf5)][_0x484e62(0x156)],_0x484e62(0x240));this[_0x484e62(0x26c)](_0x21a19a,this[_0x484e62(0x27a)][_0x484e62(0x169)](_0x60f2ac,_0x1f924c[_0x484e62(0xf5)]));}}}}[_0x48f232(0x22f)](_0x4dfb3f){const _0x17bcc4=_0x48f232;for(const {suggestion:_0x169cb2,meta:_0xbcd77a}of this[_0x17bcc4(0x203)](_0x4dfb3f,_0x17bcc4(0x14a))){if(!_0xbcd77a[_0x17bcc4(0x23a)])continue;const _0xdef7b6=_0x169cb2[_0x17bcc4(0x11f)]();for(const _0x4cc1c of _0xdef7b6)if(!_0x4dfb3f[_0x17bcc4(0xee)](_0x4cc1c)[_0x17bcc4(0x17f)])return!0x0;}return!0x1;}[_0x48f232(0xf7)](_0x313912){const _0x182fd5=_0x48f232,_0x3b56ef=this[_0x182fd5(0x251)][_0x182fd5(0x214)][_0x182fd5(0x239)](_0x182fd5(0x20e))[_0x182fd5(0x27d)](_0x313912);if(!_0x3b56ef)throw new _0x45ef70(_0x182fd5(0x226),this);return _0x3b56ef;}[_0x48f232(0x219)](_0x4121a8){const _0x16dfd4=_0x48f232,_0x50d6b2=this[_0x16dfd4(0x251)][_0x16dfd4(0x214)][_0x16dfd4(0x239)](_0x16dfd4(0x20e)),_0x4c30d2=_0x10f8a6(_0x16dfd4(0x279)+_0x4121a8),_0x20f064=_0x50d6b2[_0x16dfd4(0x27d)](_0x4c30d2);return _0x20f064||_0x50d6b2[_0x16dfd4(0x138)]({'id':_0x4c30d2,'name':_0x4121a8});}[_0x48f232(0x274)](_0x16734c,_0x53b3da,_0x9eb1b1,_0x38a64e,_0x7b4269){const _0x1551e1=_0x48f232,_0x2d626f=this[_0x1551e1(0xf7)](_0x38a64e),_0x1e0ba1=this[_0x1551e1(0x266)][_0x1551e1(0x112)](_0x16734c,_0x53b3da,_0x9eb1b1,_0x2d626f,_0x7b4269,_0x5be56=>{const _0x36fa65=_0x1551e1;this[_0x36fa65(0x101)](_0x9eb1b1,{'attributes':_0x5be56});const _0x36289d=this[_0x36fa65(0x103)](_0x9eb1b1);this[_0x36fa65(0x1c9)](new Set([_0x36289d])),this[_0x36fa65(0x1c2)](new Set([_0x36289d]));});return this[_0x1551e1(0x1ed)](_0x1e0ba1,_0x1551e1(0x1e9),()=>{const _0x5ae65a=_0x1551e1;this[_0x5ae65a(0x101)](_0x9eb1b1,{'state':_0x5ae65a(0x26b)});},{'priority':_0x1551e1(0x16b)}),this[_0x1551e1(0x1ed)](_0x1e0ba1,_0x1551e1(0x1b6),()=>{const _0x125758=_0x1551e1;this[_0x125758(0x101)](_0x9eb1b1,{'state':_0x125758(0x1a6)});},{'priority':_0x1551e1(0x16b)}),this[_0x1551e1(0x163)][_0x1551e1(0x20b)](_0x9eb1b1,_0x1e0ba1),this[_0x1551e1(0x19e)][_0x1551e1(0x20b)](_0x1e0ba1,_0x1551e1(0x114)),_0x1e0ba1;}[_0x48f232(0x21c)](_0x2a0af1){const _0x17a302=_0x48f232,_0x566cd2=_0x2a0af1[_0x17a302(0x104)](':');return{'group':_0x566cd2[0x0],'type':_0x566cd2[0x1],'subType':_0x566cd2[_0x17a302(0x17f)]>=0x5?_0x566cd2[0x2]:null,'id':_0x566cd2[_0x17a302(0x17f)]<0x5?_0x566cd2[0x2]:_0x566cd2[0x3],'authorId':_0x566cd2[_0x17a302(0x17f)]<0x5?_0x566cd2[0x3]:_0x566cd2[0x4],'markerCount':0x6==_0x566cd2[_0x17a302(0x17f)]?_0x566cd2[0x5]:null};}[_0x48f232(0x12b)](_0x10f49c,_0x505cb9,_0x355e38){const _0x39d223=_0x48f232,_0x2c8052=_0x10f49c[_0x39d223(0x142)](),_0x1d335b=_0x2c8052[_0x39d223(0x116)],_0x2ea895=_0x2c8052[_0x39d223(0xf5)];this[_0x39d223(0x26c)](_0x10f49c,this[_0x39d223(0x27a)][_0x39d223(0x169)](_0x1d335b,_0x505cb9));const _0x2fcc4b=_0x2a9b95(),_0x5b8ba0=_0x10f49c[_0x39d223(0x171)]['id'],_0x85d3d7=_0x10f49c[_0x39d223(0x158)]+(_0x10f49c[_0x39d223(0x1e8)]?':'+_0x10f49c[_0x39d223(0x1e8)]:'');this[_0x39d223(0x191)]({'id':_0x2fcc4b,'type':_0x85d3d7,'createdAt':new Date(),'authorId':_0x5b8ba0,'originalSuggestionId':_0x10f49c['id'],'attributes':_0x10f49c[_0x39d223(0xdf)],'data':_0x10f49c[_0x39d223(0x212)]});const _0x344874=this[_0x39d223(0x11b)](_0x10f49c);(_0x39d223(0x258)==_0x10f49c[_0x39d223(0x158)]||_0x344874&&this[_0x39d223(0x225)](_0x344874))&&(_0x355e38=this[_0x39d223(0x27a)][_0x39d223(0x277)](_0x355e38[_0x39d223(0x156)])),this[_0x39d223(0x195)](_0x85d3d7,_0x2fcc4b,_0x5b8ba0,this[_0x39d223(0x27a)][_0x39d223(0x169)](_0x355e38,_0x2ea895));}[_0x48f232(0x203)](_0x16efb5,_0x1db488=null){const _0xab7be8=_0x48f232,_0x3303c8=[],_0x421bad=this[_0xab7be8(0x251)][_0xab7be8(0x214)][_0xab7be8(0x239)](_0xab7be8(0x20e))['me'];Array[_0xab7be8(0x1a1)](_0x16efb5)||(_0x16efb5=[_0x16efb5]);for(const _0x1a0de2 of this[_0xab7be8(0x1c4)]()){if(!_0x1a0de2[_0xab7be8(0xe9)])continue;if(_0x1db488&&_0x1a0de2[_0xab7be8(0x158)]!=_0x1db488)continue;let _0x147011=!0x1;for(const _0x12fe18 of _0x1a0de2[_0xab7be8(0x11f)]()){for(const _0x4e6c3a of _0x16efb5){const _0x615731=_0x4e6c3a[_0xab7be8(0x116)][_0xab7be8(0x224)](_0x12fe18[_0xab7be8(0xf5)])||_0x4e6c3a[_0xab7be8(0xf5)][_0xab7be8(0x224)](_0x12fe18[_0xab7be8(0x116)]);if(_0x615731||_0x4e6c3a[_0xab7be8(0x102)](_0x12fe18)){const _0x15458f=_0x4e6c3a[_0xab7be8(0x1cb)](_0x12fe18)&&Et(this[_0xab7be8(0x27a)][_0xab7be8(0x1ad)],_0x12fe18[_0xab7be8(0x116)],_0x4e6c3a),_0x2990f7=_0x12fe18[_0xab7be8(0x1cb)](_0x4e6c3a)&&Et(this[_0xab7be8(0x27a)][_0xab7be8(0x1ad)],_0x4e6c3a[_0xab7be8(0x116)],_0x12fe18);_0x3303c8[_0xab7be8(0x19a)]({'suggestion':_0x1a0de2,'meta':{'isOwn':_0x421bad==_0x1a0de2[_0xab7be8(0x17d)],'isNextTo':_0x615731,'isInsideObject':_0x15458f,'containsRangeInObject':_0x2990f7}}),_0x147011=!0x0;break;}}if(_0x147011)break;}}return _0x3303c8;}[_0x48f232(0x195)](_0x579a45,_0x31b0f2,_0x47e76b,_0x830ae7,_0xc2d526){const _0x2f5fc5=_0x48f232;this[_0x2f5fc5(0x27a)][_0x2f5fc5(0x20c)](_0x1208c1=>{const _0x5ec3db=_0x2f5fc5;let _0x34e4da=_0x5ec3db(0x120)+_0x579a45+':'+_0x31b0f2+':'+_0x47e76b;_0xc2d526&&(_0x34e4da=_0x34e4da+':'+_0xc2d526),_0x1208c1[_0x5ec3db(0x1d8)](_0x34e4da,{'range':_0x830ae7,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x48f232(0x248)](_0x3f7cd0){const _0x5068a4=_0x48f232,_0x5224d3=_0x3f7cd0[_0x5068a4(0x1d0)],_0x3367ce=_0x3f7cd0[_0x5068a4(0x26f)];_0x3f7cd0[_0x5068a4(0x1d0)]=null,_0x3f7cd0[_0x5068a4(0x26f)]=null,null!=_0x5224d3&&_0x5224d3[_0x5068a4(0x26f)]==_0x3f7cd0&&(_0x5224d3[_0x5068a4(0x26f)]=_0x3367ce),null!=_0x3367ce&&_0x3367ce[_0x5068a4(0x1d0)]==_0x3f7cd0&&(_0x3367ce[_0x5068a4(0x1d0)]=_0x5224d3),_0x5068a4(0x285)==this[_0x5068a4(0x19e)][_0x5068a4(0x239)](_0x3f7cd0)&&(this[_0x5068a4(0x19e)][_0x5068a4(0x20b)](_0x3f7cd0,_0x5068a4(0x109)),this[_0x5068a4(0x1df)](_0x5068a4(0x271),_0x3f7cd0,_0x5224d3,_0x3367ce));}[_0x48f232(0x191)](_0x1aedc8){const _0x30cb50=_0x48f232,_0x8e7f41=_0x1aedc8['id'],_0x1e2d2c=this[_0x30cb50(0x202)](_0x1aedc8);if(this[_0x30cb50(0x127)]&&this[_0x30cb50(0x127)][_0x30cb50(0x180)]){const _0x4e7b88=this[_0x30cb50(0x251)][_0x30cb50(0x214)][_0x30cb50(0x239)](_0x30cb50(0x23e)),_0x3372fc=_0x1e2d2c[_0x30cb50(0x262)],_0x4fd347=_0x1e2d2c[_0x30cb50(0x1e8)]?_0x1e2d2c[_0x30cb50(0x158)]+':'+_0x1e2d2c[_0x30cb50(0x1e8)]:_0x1e2d2c[_0x30cb50(0x158)],_0x4c0d5f=this[_0x30cb50(0x251)][_0x30cb50(0x149)],_0x43814a=_0x4e7b88[_0x30cb50(0x11a)](_0x569dc4(_0x4c0d5f,_0x30cb50(0xe5))),_0x15f632={'id':_0x8e7f41,'type':_0x4fd347,'hasComments':_0x3372fc,'data':_0x1aedc8[_0x30cb50(0x212)]||null,'originalSuggestionId':_0x1aedc8[_0x30cb50(0xdd)]||null,'attributes':_0x1e2d2c[_0x30cb50(0xdf)]};this[_0x30cb50(0x127)][_0x30cb50(0x180)](_0x15f632)[_0x30cb50(0x1a3)](_0x25ae12=>{const _0x2db757=_0x30cb50;_0x1e2d2c[_0x2db757(0x182)]=!0x0,_0x4e7b88[_0x2db757(0x175)](_0x43814a),_0x25ae12&&_0x25ae12[_0x2db757(0x1b4)]&&(this[_0x2db757(0x163)][_0x2db757(0x239)](_0x8e7f41)[_0x2db757(0x1b4)]=_0x25ae12[_0x2db757(0x1b4)]);})[_0x30cb50(0x25e)](_0x1426ae=>{const _0x39341a=_0x30cb50;throw _0x401743(_0x39341a(0x23c)),this[_0x39341a(0x251)][_0x39341a(0x141)][_0x39341a(0x243)]({'isUndoable':!0x1},()=>{const _0x11a858=_0x39341a;_0x1e2d2c[_0x11a858(0x1b6)]();}),_0x1e2d2c[_0x39341a(0x1e6)](),this[_0x39341a(0x163)][_0x39341a(0x1be)](_0x1e2d2c['id']),this[_0x39341a(0x19e)][_0x39341a(0x1be)](_0x1e2d2c),_0x1426ae;});}return _0x1e2d2c;}[_0x48f232(0x225)](_0x12854e){const _0x65d988=_0x48f232;return this[_0x65d988(0x230)][_0x65d988(0x1f3)](_0x12854e);}[_0x48f232(0x101)](_0x47122a,_0x358e8c){const _0xe7652=_0x48f232,_0x14a7c2=this[_0xe7652(0x251)][_0xe7652(0x214)][_0xe7652(0x239)](_0xe7652(0x23e)),_0x14c2a6=this[_0xe7652(0x103)](_0x47122a);if(this[_0xe7652(0x127)]&&this[_0xe7652(0x127)][_0xe7652(0x19c)]){if(_0x14c2a6[_0xe7652(0x182)]){const _0x2539ac=_0x14a7c2[_0xe7652(0x11a)](_0x569dc4(this[_0xe7652(0x251)][_0xe7652(0x149)],_0xe7652(0xe5)));this[_0xe7652(0x127)][_0xe7652(0x19c)](_0x47122a,_0x358e8c)[_0xe7652(0x1a3)](()=>{const _0x448177=_0xe7652;_0x14a7c2[_0x448177(0x175)](_0x2539ac);});}else _0x14c2a6['on'](_0xe7652(0x216),()=>{const _0xefc315=_0xe7652;this[_0xefc315(0x101)](_0x47122a,_0x358e8c);});}}[_0x48f232(0x241)](_0xf192eb){const _0x2bf682=_0x48f232;if(!this[_0x2bf682(0x127)]||!this[_0x2bf682(0x127)][_0x2bf682(0x103)])throw new _0x45ef70(_0x2bf682(0x115),this);return this[_0x2bf682(0x127)][_0x2bf682(0x103)](_0xf192eb);}[_0x48f232(0x123)](_0x3dcf01){const _0x5aacd3=_0x48f232,{id:_0x1aa111,type:_0x4d3a3d,subType:_0x59ef5f,authorId:_0xac3943}=this[_0x5aacd3(0x21c)](_0x3dcf01),_0x5c077e=this[_0x5aacd3(0x163)][_0x5aacd3(0x239)](_0x1aa111)||this[_0x5aacd3(0x274)](_0x4d3a3d,_0x59ef5f,_0x1aa111,_0xac3943,{});switch(this[_0x5aacd3(0x24b)](_0x5c077e,_0x4d3a3d,_0x59ef5f,_0xac3943),this[_0x5aacd3(0x19e)][_0x5aacd3(0x239)](_0x5c077e)){case _0x5aacd3(0x114):this[_0x5aacd3(0x241)](_0x1aa111)[_0x5aacd3(0x1a3)](_0x5ea773=>{const _0x33e416=_0x5aacd3;let _0x2513f1=Promise[_0x33e416(0x100)]();_0x5ea773[_0x33e416(0x262)]&&(_0x2513f1=this[_0x33e416(0x1f6)][_0x33e416(0x1d3)]({'channelId':this[_0x33e416(0x251)][_0x33e416(0xdb)][_0x33e416(0x239)](_0x33e416(0x1f1)),'threadId':_0x1aa111})),_0x2513f1[_0x33e416(0x1a3)](()=>{const _0x11c2f8=_0x33e416;this[_0x11c2f8(0x202)](_0x5ea773)[_0x11c2f8(0x182)]=!0x0;});}),this[_0x5aacd3(0x19e)][_0x5aacd3(0x20b)](_0x5c077e,_0x5aacd3(0xfc));break;case _0x5aacd3(0x109):this[_0x5aacd3(0x101)](_0x1aa111,{'state':_0x5aacd3(0x269)});case _0x5aacd3(0xdc):this[_0x5aacd3(0x19e)][_0x5aacd3(0x20b)](_0x5c077e,_0x5aacd3(0x285)),this[_0x5aacd3(0x1df)](_0x5aacd3(0xd9),_0x5c077e);break;case _0x5aacd3(0x285):this[_0x5aacd3(0x1df)](_0x5aacd3(0x14b),_0x5c077e);}return _0x5c077e[_0x5aacd3(0x1e1)](_0x3dcf01),_0x5c077e;}[_0x48f232(0x1c2)](_0x5ef169){const _0x152c76=_0x48f232,_0x4cd113=Array[_0x152c76(0x165)](_0x5ef169),_0x4b3c9b=_0x4cd113[_0x152c76(0xe1)](_0x2a8531=>_0x152c76(0x1d4)==_0x2a8531[_0x152c76(0x158)]);this[_0x152c76(0x25f)](_0x4b3c9b);const _0x327424=_0x4cd113[_0x152c76(0xe1)](_0x11b2d4=>!_0x11b2d4[_0x152c76(0x15a)]&&_0x152c76(0x1d4)!=_0x11b2d4[_0x152c76(0x158)]),_0x5612bc=this[_0x152c76(0x1c4)]({'skipNotAttached':!0x0})[_0x152c76(0xe1)](_0x5893f0=>!_0x5893f0[_0x152c76(0x15a)]&&_0x152c76(0x1d4)!=_0x5893f0[_0x152c76(0x158)]),_0x5a3504=_0x5612bc[_0x152c76(0xe1)](_0x1116d7=>!_0x5ef169[_0x152c76(0x1f3)](_0x1116d7)),_0x50667d=new Map(_0x5612bc[_0x152c76(0x200)](_0x2c45cc=>[_0x2c45cc,this[_0x152c76(0x266)][_0x152c76(0x1d5)](_0x2c45cc[_0x152c76(0x158)],_0x2c45cc[_0x152c76(0x1e8)],_0x152c76(0x13b))])),_0x50fcc0=new Map(_0x5612bc[_0x152c76(0x200)](_0x2a1c75=>[_0x2a1c75,_0x2a1c75[_0x152c76(0x142)]()])),_0x28549e=new Set(),_0x24a00b=new Set();for(let _0x316647=0x0;_0x316647<_0x327424[_0x152c76(0x17f)];_0x316647++)_0x1a5b62(_0x327424[_0x316647],_0x327424,_0x316647+0x1);for(let _0x3a749e=0x0;_0x3a749e<_0x327424[_0x152c76(0x17f)];_0x3a749e++)_0x1a5b62(_0x327424[_0x3a749e],_0x5a3504,0x0);const _0x4e9e0e=new Set();for(let _0x509597=0x0;_0x509597<_0x327424[_0x152c76(0x17f)];_0x509597++){const _0x4f227b=_0x327424[_0x509597];!_0x24a00b[_0x152c76(0x1f3)](_0x4f227b)&&_0x4f227b[_0x152c76(0x1d0)]&&(_0x4e9e0e[_0x152c76(0x11a)](_0x4f227b[_0x152c76(0x1d0)]),_0x4f227b[_0x152c76(0x1d0)][_0x152c76(0x26f)]===_0x4f227b&&(_0x4f227b[_0x152c76(0x1d0)][_0x152c76(0x26f)]=null),_0x4f227b[_0x152c76(0x1d0)]=null),!_0x28549e[_0x152c76(0x1f3)](_0x4f227b)&&_0x4f227b[_0x152c76(0x26f)]&&(_0x4e9e0e[_0x152c76(0x11a)](_0x4f227b[_0x152c76(0x26f)]),_0x4f227b[_0x152c76(0x26f)][_0x152c76(0x1d0)]===_0x4f227b&&(_0x4f227b[_0x152c76(0x26f)][_0x152c76(0x1d0)]=null),_0x4f227b[_0x152c76(0x26f)]=null);}function _0x1a5b62(_0x3999ac,_0x334cb5,_0x1a2452){const _0x32847d=_0x152c76;for(let _0x8fd865=_0x1a2452;_0x8fd865<_0x334cb5[_0x32847d(0x17f)];_0x8fd865++){const _0x573144=_0x2a5e50(_0x3999ac,_0x334cb5[_0x8fd865]);_0x573144&&(_0x573144[0x0][_0x32847d(0x26f)]=_0x573144[0x1],_0x573144[0x1][_0x32847d(0x1d0)]=_0x573144[0x0],_0x28549e[_0x32847d(0x11a)](_0x573144[0x0]),_0x24a00b[_0x32847d(0x11a)](_0x573144[0x1]));}}function _0x2a5e50(_0x390cc0,_0x51e27c){const _0x2598ab=_0x152c76;if(_0x390cc0[_0x2598ab(0x17d)]['id']!==_0x51e27c[_0x2598ab(0x17d)]['id'])return null;const _0x3fa4a3=_0x50667d[_0x2598ab(0x239)](_0x390cc0)(_0x390cc0,_0x51e27c,_0x50fcc0[_0x2598ab(0x239)](_0x390cc0),_0x50fcc0[_0x2598ab(0x239)](_0x51e27c));if(!_0x3fa4a3)return null;return _0x50667d[_0x2598ab(0x239)](_0x51e27c)(_0x390cc0,_0x51e27c,_0x50fcc0[_0x2598ab(0x239)](_0x390cc0),_0x50fcc0[_0x2598ab(0x239)](_0x51e27c))?_0x3fa4a3[0x1][_0x2598ab(0x108)]&&_0x3fa4a3[0x1][_0x2598ab(0x108)][_0x2598ab(0x17f)]?null:_0x3fa4a3:null;}_0x4e9e0e[_0x152c76(0x1e4)]&&this[_0x152c76(0x1c2)](_0x4e9e0e);}[_0x48f232(0x25f)](_0x8deac){const _0x51132d=_0x48f232;if(0x0==_0x8deac[_0x51132d(0x17f)])return;const _0x472dcc=this[_0x51132d(0x1c4)]({'skipNotAttached':!0x0})[_0x51132d(0xe1)](_0x599921=>_0x51132d(0x1d4)==_0x599921[_0x51132d(0x158)]&&_0x599921[_0x51132d(0x23d)]),_0x1dce65=[],_0x3f6951=new Map();for(const _0x34dcfe of _0x472dcc){const _0x4192df=_0x10f8a6(_0x34dcfe[_0x51132d(0xdf)]);_0x3f6951[_0x51132d(0x1f3)](_0x4192df)||(_0x3f6951[_0x51132d(0x20b)](_0x4192df,_0x1dce65[_0x51132d(0x17f)]),_0x1dce65[_0x51132d(0x19a)]([]));const _0xd77067=_0x3f6951[_0x51132d(0x239)](_0x4192df);_0x1dce65[_0xd77067][_0x51132d(0x19a)](_0x34dcfe);}!(function(){const _0x2c4844=_0x51132d;_0x1dce65[_0x2c4844(0x12a)]((_0x57c34d,_0x155a7f)=>{const _0x20e890=_0x2c4844,_0x9c2527=_0x57c34d[0x0][_0x20e890(0x1b4)],_0x4959ef=_0x155a7f[0x0][_0x20e890(0x1b4)];return _0x9c2527==_0x4959ef?_0x57c34d[0x0][_0x20e890(0xdf)][_0x20e890(0x1a2)]<_0x155a7f[0x0][_0x20e890(0xdf)][_0x20e890(0x1a2)]?-0x1:0x1:_0x9c2527<_0x4959ef?-0x1:0x1;});for(const _0x29158f of _0x1dce65)_0x29158f[_0x2c4844(0x12a)]((_0x442a6d,_0xb9f6f0)=>_0x442a6d['id']<_0xb9f6f0['id']?-0x1:0x1);}());for(let _0x53856a=0x0;_0x53856a<_0x1dce65[_0x51132d(0x17f)];_0x53856a++){if(0x0==_0x1dce65[_0x53856a][_0x51132d(0x17f)])continue;const _0xcdff17=[];for(let _0x2314fb=_0x53856a+0x1;_0x2314fb<_0x1dce65[_0x51132d(0x17f)];_0x2314fb++)0x0!=_0x1dce65[_0x2314fb][_0x51132d(0x17f)]&&_0xbc72ca(_0x1dce65[_0x53856a],_0x1dce65[_0x2314fb])&&_0xcdff17[_0x51132d(0x19a)](_0x2314fb);for(const _0x19089e of _0xcdff17)_0x1dce65[_0x53856a]=_0x1dce65[_0x53856a][_0x51132d(0x13e)](_0x1dce65[_0x19089e]),_0x1dce65[_0x19089e]=[];}for(const _0x451e59 of _0x1dce65)for(let _0x153ce8=0x0;_0x153ce8<_0x451e59[_0x51132d(0x17f)];_0x153ce8++){const _0xc7a78c=_0x451e59[_0x153ce8+0x1]||null;_0x451e59[_0x153ce8][_0x51132d(0x26f)]!==_0xc7a78c&&(_0x451e59[_0x153ce8][_0x51132d(0x26f)]=_0xc7a78c);}for(const _0x39832e of _0x1dce65)for(let _0x14481a=0x0;_0x14481a<_0x39832e[_0x51132d(0x17f)];_0x14481a++){const _0x1023d1=_0x39832e[_0x14481a-0x1]||null;_0x39832e[_0x14481a][_0x51132d(0x1d0)]!==_0x1023d1&&(_0x39832e[_0x14481a][_0x51132d(0x1d0)]=_0x1023d1);}function _0xbc72ca(_0x444f6b,_0x5df9f5){const _0x22c036=_0x51132d;if(_0x444f6b[0x0][_0x22c036(0xdf)][_0x22c036(0x1a2)]!==_0x5df9f5[0x0][_0x22c036(0xdf)][_0x22c036(0x1a2)]&&_0x444f6b[0x0][_0x22c036(0x17d)]!==_0x5df9f5[0x0][_0x22c036(0x17d)])return!0x1;if(!function(_0xaa718e,_0xb8fd50){const _0x3144f1=_0x22c036;if(!_0xaa718e[_0x3144f1(0x262)]&&!_0xb8fd50[_0x3144f1(0x262)])return!0x0;if(_0xaa718e[_0x3144f1(0x262)]&&_0xb8fd50[_0x3144f1(0x262)])return!0x1;if(_0xaa718e[_0x3144f1(0x262)]&&_0xb8fd50[_0x3144f1(0x1b4)]<_0xaa718e[_0x3144f1(0x108)][_0x3144f1(0x223)][_0x3144f1(0x239)](0x0)[_0x3144f1(0x1b4)])return!0x0;if(_0xb8fd50[_0x3144f1(0x262)]&&_0xaa718e[_0x3144f1(0x1b4)]<_0xb8fd50[_0x3144f1(0x108)][_0x3144f1(0x223)][_0x3144f1(0x239)](0x0)[_0x3144f1(0x1b4)])return!0x0;return!0x1;}(_0x444f6b[0x0],_0x5df9f5[0x0]))return!0x1;const _0x42c2a4=_0x4b989a(_0x444f6b[0x0][_0x22c036(0xdf)],_0x22c036(0x1a2)),_0x3ea350=_0x4b989a(_0x5df9f5[0x0][_0x22c036(0xdf)],_0x22c036(0x1a2));if(!_0xa4b080(_0x42c2a4,_0x3ea350))return!0x1;return!!_0x444f6b[_0x22c036(0x13d)](_0x4bad8c=>_0x5df9f5[_0x22c036(0x18f)](_0x3b8d44=>_0x4bad8c[_0x22c036(0x142)]()[_0x22c036(0x224)](_0x3b8d44[_0x22c036(0x142)]())))&&_0x5df9f5[_0x22c036(0x13d)](_0x5d9db4=>_0x444f6b[_0x22c036(0x18f)](_0x463ccf=>_0x5d9db4[_0x22c036(0x142)]()[_0x22c036(0x224)](_0x463ccf[_0x22c036(0x142)]())));}}[_0x48f232(0x1c9)](_0x3d9785){const _0xad5eba=_0x48f232,_0x41e469=Array[_0xad5eba(0x165)](_0x3d9785),_0x5c07c9=this[_0xad5eba(0x1c4)]({'skipNotAttached':!0x0}),_0x42689f=_0x5c07c9[_0xad5eba(0xe1)](_0x59236a=>!_0x3d9785[_0xad5eba(0x1f3)](_0x59236a)),_0xba1602=new Map(_0x41e469[_0xad5eba(0x200)](_0x514252=>[_0x514252,this[_0xad5eba(0x266)][_0xad5eba(0x1d5)](_0x514252[_0xad5eba(0x158)],_0x514252[_0xad5eba(0x1e8)],_0xad5eba(0x1b9))])),_0x3fbc06=new Map(_0x5c07c9[_0xad5eba(0x200)](_0x46a647=>[_0x46a647,_0x46a647[_0xad5eba(0x11f)]()]));for(let _0x40eae9=0x0;_0x40eae9<_0x41e469[_0xad5eba(0x17f)];_0x40eae9++){if(_0x846f5a(this,_0x41e469[_0x40eae9],_0x41e469,_0x40eae9+0x1))return!0x0;}for(let _0x187cae=0x0;_0x187cae<_0x41e469[_0xad5eba(0x17f)];_0x187cae++){if(_0x846f5a(this,_0x41e469[_0x187cae],_0x42689f,0x0))return!0x0;}return!0x1;function _0x846f5a(_0x31532e,_0x24d00b,_0x756a5b,_0x215ef1){const _0x3349d8=_0xad5eba;for(let _0x6dc43d=_0x215ef1;_0x6dc43d<_0x756a5b[_0x3349d8(0x17f)];_0x6dc43d++){const _0x3a7bd9=_0x756a5b[_0x6dc43d];if(_0x3a7bd9[_0x3349d8(0x158)]!==_0x24d00b[_0x3349d8(0x158)]||_0x3a7bd9[_0x3349d8(0x17d)]['id']!==_0x24d00b[_0x3349d8(0x17d)]['id']||_0x3a7bd9[_0x3349d8(0x1e8)]!==_0x24d00b[_0x3349d8(0x1e8)])continue;if(!Jt(_0x24d00b,_0x3a7bd9))continue;if(_0x3349d8(0x1d4)==_0x24d00b[_0x3349d8(0x158)]&&_0x24d00b[_0x3349d8(0x212)][_0x3349d8(0xf6)]!=_0x3a7bd9[_0x3349d8(0x212)][_0x3349d8(0xf6)])continue;if(_0x3349d8(0x1d4)==_0x24d00b[_0x3349d8(0x158)]&&_0x31532e[_0x3349d8(0x225)](_0x24d00b[_0x3349d8(0x212)][_0x3349d8(0x1fe)]))continue;if(_0x3349d8(0x258)==_0x24d00b[_0x3349d8(0x158)]){const _0x17a06c=_0x31532e[_0x3349d8(0x251)][_0x3349d8(0x141)],_0x43b8c7=_0x24d00b[_0x3349d8(0x133)]();if(_0x43b8c7&&(_0x17a06c[_0x3349d8(0x1ad)][_0x3349d8(0x1d7)](_0x43b8c7)||_0x17a06c[_0x3349d8(0x1ad)][_0x3349d8(0x118)](_0x43b8c7)))continue;}const _0x19cd7b=_0xba1602[_0x3349d8(0x239)](_0x24d00b),_0x577551=_0x3fbc06[_0x3349d8(0x239)](_0x24d00b),_0x1f4b66=_0x3fbc06[_0x3349d8(0x239)](_0x3a7bd9),_0x1fb86c=_0x24d00b[_0x3349d8(0x108)]&&_0x24d00b[_0x3349d8(0x108)][_0x3349d8(0x17f)],_0x2475be=_0x3a7bd9[_0x3349d8(0x108)]&&_0x3a7bd9[_0x3349d8(0x108)][_0x3349d8(0x17f)];if(!_0x1fb86c&&_0x19cd7b(_0x1f4b66,_0x577551))return _0x31532e[_0x3349d8(0x24d)](_0x3a7bd9,_0x24d00b),_0x3fbc06[_0x3349d8(0x1be)](_0x24d00b),!0x0;if(!_0x2475be&&_0x19cd7b(_0x577551,_0x1f4b66))return _0x31532e[_0x3349d8(0x24d)](_0x24d00b,_0x3a7bd9),_0x3fbc06[_0x3349d8(0x1be)](_0x3a7bd9),!0x0;}return!0x1;}}[_0x48f232(0x24d)](_0x5c686c,_0x483a1d){const _0x5061a7=_0x48f232;if(_0x5c686c[_0x5061a7(0x15a)]){for(const _0x567af6 of _0x483a1d[_0x5061a7(0x11f)]())_0x5c686c[_0x5061a7(0x206)](_0x567af6);}else{const _0x13dbb0=_0x483a1d[_0x5061a7(0x142)]()[_0x5061a7(0xf5)];this[_0x5061a7(0x26c)](_0x5c686c,this[_0x5061a7(0x27a)][_0x5061a7(0x169)](_0x5c686c[_0x5061a7(0x142)]()[_0x5061a7(0x116)],_0x13dbb0));}_0x483a1d[_0x5061a7(0x22d)]();}[_0x48f232(0x24e)](_0x53108a,_0x3a6676,_0x3b2649){const _0x4ae043=_0x48f232,_0x13467d=_0x53108a[_0x4ae043(0x220)](_0x4ae043(0x283))||_0x53108a[_0x4ae043(0x220)](_0x4ae043(0x1d4))?_0x4ae043(0x20f):_0x53108a[_0x4ae043(0x1ef)]();return _0x569dc4(this[_0x4ae043(0x251)][_0x4ae043(0x149)],_0x3a6676+'_'+_0x13467d+_0x4ae043(0x272),_0x3b2649);}[_0x48f232(0x22a)](){const _0xb720ac=_0x48f232,_0x202d61=this[_0xb720ac(0x251)];if(!_0x202d61['ui'])return;const {ariaLiveAnnouncer:_0x2103e1}=_0x202d61['ui'];_0x2f851f(this[_0xb720ac(0x27a)],({left:_0x4927e3,entered:_0x3a2f24})=>{const _0xf5c99d=_0xb720ac;for(const _0x307426 of _0x4927e3){const {group:_0x16f6e2,type:_0x39a7c9}=this[_0xf5c99d(0x21c)](_0x307426[_0xf5c99d(0x121)]);if(_0xf5c99d(0xea)===_0x16f6e2){_0x2103e1[_0xf5c99d(0x181)](this[_0xf5c99d(0x24e)](_0x39a7c9,_0xf5c99d(0x276)));break;}}for(const _0x218415 of _0x3a2f24){const {group:_0x2d0d07,type:_0x5c7c05}=this[_0xf5c99d(0x21c)](_0x218415[_0xf5c99d(0x121)]);if(_0xf5c99d(0xea)===_0x2d0d07){_0x2103e1[_0xf5c99d(0x181)](this[_0xf5c99d(0x24e)](_0x5c7c05,_0xf5c99d(0x24f),_0x1c58c2(_0x488b75)));break;}}});}[_0x48f232(0x1e0)](_0x4abd3d){const _0x1cc00c=_0x48f232;if(this[_0x1cc00c(0x170)])return!0x1;const _0x1e6463=this[_0x1cc00c(0x251)],_0x581517=_0x1e6463[_0x1cc00c(0x141)][_0x1cc00c(0x17e)][_0x1cc00c(0x244)][_0x1cc00c(0x18c)]();if(0x0==_0x581517[_0x1cc00c(0x17f)])return!0x1;const _0x1ede6c=[],_0x5d4e94=_0x581517[_0x1cc00c(0xe1)](_0x171286=>_0x1cc00c(0x1d4)==_0x171286[_0x1cc00c(0x158)]),_0x537ffb=_0x581517[_0x1cc00c(0xe1)](_0x55477b=>_0x1cc00c(0xf4)==_0x55477b[_0x1cc00c(0x158)]&&_0x1cc00c(0x18e)!=_0x55477b[_0x1cc00c(0x121)]),_0x135eeb=_0x581517[_0x1cc00c(0xe1)](_0x1aaf3b=>_0x1cc00c(0x175)==_0x1aaf3b[_0x1cc00c(0x158)]&&_0x1cc00c(0x18e)!=_0x1aaf3b[_0x1cc00c(0x121)]);for(const _0x10bc1e of _0x5d4e94)_0x1ede6c[_0x1cc00c(0x19a)]({'key':_0x10bc1e[_0x1cc00c(0x10a)],'newValue':_0x10bc1e[_0x1cc00c(0x13c)],'oldValue':_0x10bc1e[_0x1cc00c(0x1fd)],'range':Ft(_0x10bc1e[_0x1cc00c(0x208)],_0x1e6463[_0x1cc00c(0x141)])});for(const _0x5aaab1 of _0x537ffb){const _0x134d8c=_0x135eeb[_0x1cc00c(0x190)](_0x3e40b8=>_0x3e40b8[_0x1cc00c(0x242)][_0x1cc00c(0x224)](_0x5aaab1[_0x1cc00c(0x242)]));_0x134d8c&&_0x1ede6c[_0x1cc00c(0x19a)]({'key':_0x1cc00c(0x1bc),'newValue':_0x5aaab1[_0x1cc00c(0x121)],'oldValue':_0x134d8c[_0x1cc00c(0x121)],'range':_0x1e6463[_0x1cc00c(0x141)][_0x1cc00c(0x1ec)](_0x5aaab1[_0x1cc00c(0x242)][_0x1cc00c(0x221)])});}return 0x0!=_0x1ede6c[_0x1cc00c(0x17f)]&&this[_0x1cc00c(0x199)](_0x4abd3d,_0x1ede6c);}[_0x48f232(0x229)](_0x5079c5){const _0x3d6c2b=_0x48f232;let _0x46bae3=!0x1;const _0x17617a=this[_0x3d6c2b(0x251)][_0x3d6c2b(0x141)][_0x3d6c2b(0x17e)][_0x3d6c2b(0x244)][_0x3d6c2b(0x268)]()[_0x3d6c2b(0xe1)](_0x428171=>_0x428171[_0x3d6c2b(0x212)][_0x3d6c2b(0x227)]&&_0x428171[_0x3d6c2b(0x121)][_0x3d6c2b(0x220)](_0x3d6c2b(0x1cf)));for(const _0x567b93 of _0x17617a){const {subType:_0x2a5b0e,id:_0x56fe31}=this[_0x3d6c2b(0x21c)](_0x567b93[_0x3d6c2b(0x121)]),_0x1e4009=_0x2a5b0e[_0x3d6c2b(0x104)]('|')[0x0];for(const _0x571ad6 of this[_0x3d6c2b(0x1c4)]({'skipNotAttached':!0x0}))_0x571ad6['id']!=_0x56fe31&&_0x3d6c2b(0x1d4)==_0x571ad6[_0x3d6c2b(0x158)]&&_0x571ad6[_0x3d6c2b(0x212)]&&_0x571ad6[_0x3d6c2b(0x212)][_0x3d6c2b(0x1fe)]==_0x1e4009&&_0x571ad6[_0x3d6c2b(0x142)]()[_0x3d6c2b(0x234)](_0x567b93[_0x3d6c2b(0x212)][_0x3d6c2b(0x227)])&&(this[_0x3d6c2b(0x217)](_0x571ad6,_0x567b93[_0x3d6c2b(0x212)][_0x3d6c2b(0x227)],_0x5079c5),_0x46bae3=!0x0);}return _0x46bae3;}[_0x48f232(0x148)](_0x531e22){const _0x147879=_0x48f232;this[_0x147879(0x170)]=!0x0,_0x531e22();}[_0x48f232(0x12f)](_0x175dda){const _0x32afa3=_0x48f232,_0x454826=this[_0x32afa3(0x225)](_0x175dda),_0x2426ec=this[_0x32afa3(0x211)][_0x32afa3(0x1f3)](_0x175dda);return _0x454826||_0x2426ec;}[_0x48f232(0x199)](_0x3e1869,_0x640de){const _0x5e6ad9=_0x48f232;if(0x0==_0x640de[_0x5e6ad9(0x17f)])return!0x1;let _0x485d1d=!0x1;for(const _0x51a5fe of _0x640de){const _0x49dff7=this[_0x5e6ad9(0x203)](_0x51a5fe[_0x5e6ad9(0x208)],_0x5e6ad9(0x1d4))[_0x5e6ad9(0xe1)](_0x4f2669=>!_0x4f2669[_0x5e6ad9(0x1dd)][_0x5e6ad9(0x16e)])[_0x5e6ad9(0x200)](_0x322a10=>_0x322a10[_0x5e6ad9(0xea)]),_0x337767=_0x10f8a6({'newValue':_0x51a5fe[_0x5e6ad9(0x250)]});_0x49dff7[_0x5e6ad9(0xe1)](_0x2335c8=>{const _0x1d766c=_0x5e6ad9,[_0x5c6256,_0x5caed9]=_0x2335c8[_0x1d766c(0x1e8)][_0x1d766c(0x104)]('|');return _0x5c6256==_0x51a5fe[_0x1d766c(0x1fe)]&&_0x5caed9!=_0x337767;})[_0x5e6ad9(0x126)](_0x330566=>{const _0x353ca8=_0x5e6ad9;this[_0x353ca8(0x217)](_0x330566,_0x51a5fe[_0x353ca8(0x208)],_0x3e1869),_0x485d1d=!0x0;});}return _0x485d1d;}[_0x48f232(0x217)](_0x53e9c9,_0x3e2856,_0x23b244){const _0x55f2e9=_0x48f232,_0x1229c2=_0x53e9c9[_0x55f2e9(0x142)]()[_0x55f2e9(0xee)](_0x3e2856);0x0!==_0x1229c2[_0x55f2e9(0x17f)]?0x1!==_0x1229c2[_0x55f2e9(0x17f)]?this[_0x55f2e9(0x12b)](_0x53e9c9,_0x3e2856[_0x55f2e9(0x116)],_0x3e2856[_0x55f2e9(0xf5)]):this[_0x55f2e9(0x26c)](_0x53e9c9,_0x1229c2[0x0]):_0x23b244[_0x55f2e9(0x157)](_0x53e9c9[_0x55f2e9(0xff)]());}}class Tt{constructor(_0x2df2c7){const _0x28b600=_0x48f232;this[_0x28b600(0x1f9)]=_0x2df2c7,this[_0x28b600(0x27a)]=_0x2df2c7[_0x28b600(0x141)],this[_0x28b600(0x12d)]=new Map(),this[_0x28b600(0x193)]=new Map(),this[_0x28b600(0x222)]();}[_0x48f232(0x112)](_0x13ad54,_0x21c0e0,_0x249a5c,_0x291eab,_0x7ed850,_0x4ffa08){const _0x4aad47=_0x48f232;return new _0x432de4(this[_0x4aad47(0x27a)],{'type':_0x13ad54,'subType':_0x21c0e0,'id':_0x249a5c,'author':_0x291eab,'creator':_0x291eab,'attributes':_0x7ed850,'onAttributesChange':_0x4ffa08,'onAccept':(..._0x2b0375)=>this[_0x4aad47(0x1d5)](_0x13ad54,_0x21c0e0,_0x4aad47(0x1e9))(..._0x2b0375),'onDiscard':(..._0x291c3a)=>this[_0x4aad47(0x1d5)](_0x13ad54,_0x21c0e0,_0x4aad47(0x1b6))(..._0x291c3a)});}[_0x48f232(0x20a)](_0x17e5c7,_0x488a9b,_0x268ca2,_0xe29336){const _0x1aa0e3=_0x48f232,_0x231558=_0x17e5c7+':'+_0x488a9b+':'+_0x268ca2;this[_0x1aa0e3(0x12d)][_0x1aa0e3(0x20b)](_0x231558,_0xe29336);}[_0x48f232(0x1d5)](_0x23e54d,_0x19b73d,_0x5bb616){const _0x55a325=_0x48f232,_0x1d19ac=_0x23e54d+':'+_0x19b73d+':'+_0x5bb616;return this[_0x55a325(0x12d)][_0x55a325(0x239)](_0x1d19ac)||this[_0x55a325(0x193)][_0x55a325(0x239)](_0x23e54d+':'+_0x5bb616);}[_0x48f232(0x222)](){const _0x5d83de=_0x48f232,_0x274f56=()=>!0x1,_0x150804=_0x20be19=>{const _0x1ab1f6=_0x4bc4;_0x20be19[_0x1ab1f6(0x12a)]((_0x3203ee,_0x3a36c0)=>_0x3203ee[_0x1ab1f6(0x116)][_0x1ab1f6(0x1ac)](_0x3a36c0[_0x1ab1f6(0x116)])?0x1:-0x1),this[_0x1ab1f6(0x27a)][_0x1ab1f6(0x20c)](_0x51a929=>{const _0x252470=_0x1ab1f6;for(const _0x26b23c of _0x20be19){let _0x3d8ef7;_0x3d8ef7=_0x26b23c[_0x252470(0xf5)][_0x252470(0x159)]&&_0x26b23c[_0x252470(0xf5)][_0x252470(0x156)]==_0x26b23c[_0x252470(0x116)][_0x252470(0x221)]?_0x51a929[_0x252470(0xf1)](_0x26b23c[_0x252470(0x116)][_0x252470(0x221)],'on'):_0x51a929[_0x252470(0xf1)](_0x26b23c),this[_0x252470(0x27a)][_0x252470(0x128)](_0x3d8ef7,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x1c8dc8=(_0x408062,_0x22335a)=>{const _0x24ffa5=_0x4bc4;_0x22335a&&this[_0x24ffa5(0x27a)][_0x24ffa5(0x20c)](_0x2c5348=>{const _0x5b3389=_0x24ffa5,{commandName:_0x22372a,commandParams:_0x28079f=[]}=_0x22335a,_0x43c461=_0x408062[_0x5b3389(0x200)](_0x4adda0=>(Vt(_0x4adda0)&&(_0x4adda0=this[_0x5b3389(0x27a)][_0x5b3389(0x169)](_0x4adda0[_0x5b3389(0xf5)])),_0x4adda0))[_0x5b3389(0xe1)](_0x3e0b65=>_0x5b3389(0x26e)!==_0x3e0b65[_0x5b3389(0x18b)][_0x5b3389(0x198)]);if(_0x43c461[_0x5b3389(0x17f)]<0x1)return;const _0xf5bac7=Array[_0x5b3389(0x165)](this[_0x5b3389(0x27a)][_0x5b3389(0x17e)][_0x5b3389(0x25d)][_0x5b3389(0x11f)]())[_0x5b3389(0x200)](_0x33bda9=>_0x574f5e[_0x5b3389(0x152)](_0x33bda9));_0x2c5348[_0x5b3389(0x21e)](_0x43c461);for(const _0x3c14a0 of this[_0x5b3389(0x1f9)][_0x5b3389(0x215)][_0x5b3389(0x215)]())_0x3c14a0[_0x5b3389(0x1e7)]();_0x28079f[_0x5b3389(0x19a)]({'forceDefaultExecution':!0x0}),this[_0x5b3389(0x1f9)][_0x5b3389(0x10f)](_0x22372a,..._0x28079f);const _0xff7657=_0xf5bac7[_0x5b3389(0xe1)](_0x2b1ecf=>_0x5b3389(0x26e)!=_0x2b1ecf[_0x5b3389(0x18b)][_0x5b3389(0x198)]);_0xff7657[_0x5b3389(0x17f)]>0x0&&_0x2c5348[_0x5b3389(0x21e)](_0xff7657);for(const _0x2ae346 of _0xf5bac7)_0x2ae346[_0x5b3389(0x10d)]();});},_0x2dadff=(_0x43542e,_0x2e1f23)=>0x1==_0x43542e[_0x5d83de(0x17f)]&&0x1==_0x2e1f23[_0x5d83de(0x17f)]&&_0x43542e[0x0][_0x5d83de(0xf5)][_0x5d83de(0x224)](_0x2e1f23[0x0][_0x5d83de(0x116)]),_0x128a89=(_0x41251b,_0x21ec60,_0x36cb6f,_0x59200a)=>Ht(_0x41251b,_0x21ec60,_0x36cb6f,_0x59200a,this[_0x5d83de(0x27a)])?[_0x41251b,_0x21ec60]:Ht(_0x21ec60,_0x41251b,_0x59200a,_0x36cb6f,this[_0x5d83de(0x27a)])?[_0x21ec60,_0x41251b]:null;this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x1ae),_0x274f56),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x160),_0x150804),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x254),_0x2dadff),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x177),_0x128a89),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x187),_0x150804),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x107),_0x274f56),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x111),_0x2dadff),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x119),_0x128a89),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x174),_0x1c8dc8),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x117),_0x274f56),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x12e),_0x2dadff),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x13a),_0x274f56),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x10c),_0x1c8dc8),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x213),_0x274f56),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x256),_0x2dadff),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x20d),_0x274f56),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x1b5),_0x274f56),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x1fa),(_0x893624,_0x5337c1)=>{const _0x596d64=_0x5d83de;if(!_0x5337c1)return;const _0x3f0b06=this[_0x596d64(0x1f9)][_0x596d64(0x214)][_0x596d64(0x239)](p);this[_0x596d64(0x27a)][_0x596d64(0x20c)](_0x53e94b=>{const _0x1ade8f=_0x596d64;if(_0x1ade8f(0x1bc)==_0x5337c1[_0x1ade8f(0x1fe)])for(const _0x59d169 of _0x893624){const _0x53aded=_0x59d169[_0x1ade8f(0x116)][_0x1ade8f(0x221)],_0x2b8794=_0x5337c1[_0x1ade8f(0xf6)];_0x53e94b[_0x1ade8f(0x21b)](_0x53aded,_0x2b8794);}else{if(_0x3f0b06[_0x1ade8f(0x225)](_0x5337c1[_0x1ade8f(0x1fe)])){for(const _0x5735c6 of _0x893624)void 0x0!==_0x5337c1[_0x1ade8f(0xf6)]?_0x53e94b[_0x1ade8f(0xf0)](_0x5337c1[_0x1ade8f(0x1fe)],_0x5337c1[_0x1ade8f(0xf6)],_0x5735c6[_0x1ade8f(0x116)][_0x1ade8f(0x221)]):_0x53e94b[_0x1ade8f(0x164)](_0x5337c1[_0x1ade8f(0x1fe)],_0x5735c6[_0x1ade8f(0x116)][_0x1ade8f(0x221)]);}else{for(const _0x2a6308 of _0x893624)_0x5337c1[_0x1ade8f(0xf6)]?_0x53e94b[_0x1ade8f(0xf0)](_0x5337c1[_0x1ade8f(0x1fe)],_0x5337c1[_0x1ade8f(0xf6)],_0x2a6308):_0x53e94b[_0x1ade8f(0x164)](_0x5337c1[_0x1ade8f(0x1fe)],_0x2a6308);}}});}),this[_0x5d83de(0x193)][_0x5d83de(0x20b)](_0x5d83de(0x1ca),_0x2dadff);}}function Et(_0x3186a3,_0x20f5e5,_0x48253c){const _0x56a700=_0x48f232;for(const _0x568d7d of _0x20f5e5[_0x56a700(0x156)][_0x56a700(0x1cd)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x568d7d[_0x56a700(0x18b)]==_0x568d7d)return!0x1;if(!_0x48253c[_0x56a700(0x1b0)](_0x568d7d))return!0x1;if(_0x3186a3[_0x56a700(0x1d7)](_0x568d7d)||_0x3186a3[_0x56a700(0x118)](_0x568d7d))return!0x0;}return!0x1;}function Vt(_0x2e1bba){const _0x418fef=_0x48f232;return _0x2e1bba[_0x418fef(0xf5)][_0x418fef(0x156)]==_0x2e1bba[_0x418fef(0x116)][_0x418fef(0x221)]&&_0x2e1bba[_0x418fef(0xf5)][_0x418fef(0x237)];}function Ut(_0x3cb776,_0x29737b,_0x80b466,_0x10f5d9){const _0x5491ca=_0x48f232,_0x12de6b=_0xff7bfb=>!_0xff7bfb[_0x5491ca(0x10b)]['is'](_0x5491ca(0x1ab))&&!_0x10f5d9[_0x5491ca(0x1d7)](_0xff7bfb[_0x5491ca(0x10b)]),_0x4d8751=_0x3cb776[_0x5491ca(0x116)][_0x5491ca(0x188)](_0x12de6b),_0x12cd15=_0x3cb776[_0x5491ca(0xf5)][_0x5491ca(0x188)](_0x12de6b,{'direction':_0x5491ca(0x286)});return(!_0x3cb776[_0x5491ca(0x116)][_0x5491ca(0x224)](_0x4d8751)||!_0x3cb776[_0x5491ca(0xf5)][_0x5491ca(0x224)](_0x12cd15))&&(_0x4d8751[_0x5491ca(0x1ac)](_0x12cd15)?_0x80b466[_0x5491ca(0x24c)](_0x29737b,{'range':_0x80b466[_0x5491ca(0x169)](_0x4d8751,_0x12cd15)}):_0x80b466[_0x5491ca(0x157)](_0x29737b),!0x0);}function Pt(_0x479e94){return _0x10f8a6(_0x479e94);}function Gt(_0x36e658){const _0x108581=_0x48f232,_0x15877c=_0x36e658[_0x108581(0x116)][_0x108581(0x221)];return _0x15877c&&_0x15877c['is'](_0x108581(0x192));}function Ft(_0xf63e2a,_0x5e2b29){const _0x3fdae9=_0x48f232;return null==_0xf63e2a[_0x3fdae9(0xf5)][_0x3fdae9(0x1a4)]&&_0xf63e2a[_0x3fdae9(0xf5)][_0x3fdae9(0x156)]==_0xf63e2a[_0x3fdae9(0x116)][_0x3fdae9(0x221)]?Lt(_0xf63e2a[_0x3fdae9(0x116)][_0x3fdae9(0x221)],_0x5e2b29):_0xf63e2a;}function Lt(_0x86f7b0,_0x1f6c2c){const _0x3f6cea=_0x48f232,_0x281c92=_0x1f6c2c[_0x3f6cea(0x1ad)][_0x3f6cea(0x1d7)](_0x86f7b0)||_0x1f6c2c[_0x3f6cea(0x1ad)][_0x3f6cea(0x1dc)](_0x86f7b0);return _0x1f6c2c[_0x3f6cea(0x169)](_0x1f6c2c[_0x3f6cea(0x1ff)](_0x86f7b0,_0x3f6cea(0x236)),_0x281c92?_0x1f6c2c[_0x3f6cea(0x1f5)](_0x86f7b0):_0x1f6c2c[_0x3f6cea(0x1ff)](_0x86f7b0,_0x3f6cea(0xf5)));}function Ht(_0x313294,_0x2e9eba,_0x402c03,_0x251e63,_0x488e02){const _0x533923=_0x48f232;if(_0x313294[_0x533923(0x26f)])return!0x1;if(!Jt(_0x313294,_0x2e9eba))return!0x1;if(_0x402c03[_0x533923(0xf5)][_0x533923(0x224)](_0x251e63[_0x533923(0x116)]))return!0x0;if(_0x313294[_0x533923(0x158)]!=_0x2e9eba[_0x533923(0x158)])return!0x1;if(!_0x402c03[_0x533923(0xf5)][_0x533923(0x134)](_0x251e63[_0x533923(0x116)]))return!0x1;const _0x48629c=_0x488e02[_0x533923(0x169)](_0x402c03[_0x533923(0xf5)],_0x251e63[_0x533923(0x116)])[_0x533923(0x245)]();for(const _0x54a0a3 of _0x48629c)if([_0x533923(0x233),_0x533923(0x1b8)][_0x533923(0x153)](_0x54a0a3[_0x533923(0x158)])&&_0x488e02[_0x533923(0x1ad)][_0x533923(0x118)](_0x54a0a3[_0x533923(0x10b)]))return!0x1;return!0x0;}function Jt(_0x7735b6,_0x37ba16){const _0x29b346=_0x48f232;if(!_0x7735b6[_0x29b346(0x23d)]||!_0x37ba16[_0x29b346(0x23d)])return!0x1;const _0x531c46=new Set(Object[_0x29b346(0xe6)](_0x7735b6[_0x29b346(0xdf)])),_0x479ba7=new Set(Object[_0x29b346(0xe6)](_0x37ba16[_0x29b346(0xdf)]));if(_0x531c46[_0x29b346(0x1be)](_0x29b346(0x1a2)),_0x479ba7[_0x29b346(0x1be)](_0x29b346(0x1a2)),0x0==_0x531c46[_0x29b346(0x1e4)]&&0x0==_0x479ba7[_0x29b346(0x1e4)])return!0x0;if(_0x531c46[_0x29b346(0x1e4)]!=_0x479ba7[_0x29b346(0x1e4)])return!0x1;const _0x387408={..._0x7735b6[_0x29b346(0xdf)]},_0x5bfdb1={..._0x37ba16[_0x29b346(0xdf)]};return delete _0x387408[_0x29b346(0x1a2)],delete _0x5bfdb1[_0x29b346(0x1a2)],JSON[_0x29b346(0x172)](_0x387408)==JSON[_0x29b346(0x172)](_0x5bfdb1);}function qt(_0x103700,_0x3b101b){const _0x192386=_0x48f232,_0x56bc9f=zt(_0x103700[_0x192386(0xdf)]),_0x2a7009=zt(_0x3b101b);if(!_0x103700[_0x192386(0x23d)])return!0x1;for(const _0x2afb39 of Object[_0x192386(0xe6)](_0x2a7009))if(!_0xa4b080(_0x56bc9f[_0x2afb39],_0x2a7009[_0x2afb39]))return!0x1;return!0x0;}function zt(_0x4b5189){const _0x2da06e=_0x48f232,_0x534a0a=Object[_0x2da06e(0xed)]({},_0x4b5189);return delete _0x534a0a[_0x2da06e(0x22b)],delete _0x534a0a[_0x2da06e(0x265)],_0x534a0a;}
23
+ const _0x4b920c=_0x4cd9;(function(_0x277347,_0x4ed0e5){const _0x508dfc=_0x4cd9,_0x341a55=_0x277347();while(!![]){try{const _0x2db6c2=parseInt(_0x508dfc(0x215))/0x1+-parseInt(_0x508dfc(0x2b2))/0x2*(-parseInt(_0x508dfc(0x26c))/0x3)+parseInt(_0x508dfc(0x2f4))/0x4*(parseInt(_0x508dfc(0x186))/0x5)+parseInt(_0x508dfc(0x207))/0x6*(-parseInt(_0x508dfc(0x1b1))/0x7)+-parseInt(_0x508dfc(0x1e7))/0x8*(parseInt(_0x508dfc(0x228))/0x9)+-parseInt(_0x508dfc(0x206))/0xa*(parseInt(_0x508dfc(0x2db))/0xb)+parseInt(_0x508dfc(0x1d5))/0xc;if(_0x2db6c2===_0x4ed0e5)break;else _0x341a55['push'](_0x341a55['shift']());}catch(_0x54fd4c){_0x341a55['push'](_0x341a55['shift']());}}}(_0x34d0,0x3cd7b));import{Plugin as _0x50c2e4,PendingActions as _0x49f0da}from'ckeditor5/src/core.js';import{LiveRange as _0x5ba536}from'ckeditor5/src/engine.js';import{CKEditorError as _0x2f3ac0,uid as _0x115c10,priorities as _0x1d7875,logWarning as _0x368948,getEnvKeystrokeText as _0x5461fa}from'ckeditor5/src/utils.js';import{toWidget as _0x47eed8}from'ckeditor5/src/widget.js';import{Users as _0x94484f,hashObject as _0x4980cf,surroundingMarkersDetector as _0x19179b,FOCUS_ANNOTATION_KEYSTROKE as _0x6c57e0}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3e4960 from'./commands/trackchangescommand.js';import _0x29668d from'./commands/acceptsuggestioncommand.js';import _0x3f7d6e from'./commands/discardsuggestioncommand.js';import _0x4e7414 from'./commands/executeonallsuggestionscommand.js';import _0x3bd4c7 from'./commands/executeonselectedsuggestionscommand.js';import _0x283d4a from'./suggestion.js';function _0x34d0(){const _0xd04f1b=['getCustomProperty','markBlockFormat','root','move','clone','commandName','moveTargetPosition','value','rootName','options','groupId','addClass','formatInline:accept','toViewElement','fromCharCode','_inlineAttributeKeys','_model','bindElementToMarker','every','addCommentThread','createRange','markerReady','trackChanges.mergeNestedSuggestions','accepted','substr','_isRegisteredAttribute','enableDefaultAttributesIntegration','_SUGGESTION_ANNOUNCEMENT','then','_addThreadToSuggestion','newValue','_setSuggestionData','add','getChanges','_isDataLoaded','getNearestSelectionRange','markDeletion','441813zSmzpk','resolve','removeMarker','action','suggestion','_editor','_refreshSuggestionsChain','_afterChanges','track-changes-adapter-missing-getsuggestion','removed','LEAVE','CommentsRepository','addHighlight','acceptSelectedSuggestions','range','deletion:join','nodeBefore','notReady','attribute:discard','suggestionLoaded','deletion:accept','isEqual','suggestionUnloaded','comments','head','warn','getSuggestionCallback','addSuggestion','writer','elementToElement','return','createRangeOn','fetchCommentThread','containsPosition','formatBlock','data','elementStart','insertion:','registerPostFixer','oldRange','clear','_breakSuggestionMarker','registerInlineAttribute','createSelection','targetPosition','change:_saved','hasComments','getLastMatchingPosition','low','isIntersectingWithRange','join','backward','isTouching','isNextTo','delete','format','authorName','end','_removeSuggestion','sort','insertion','removeComment','multipleBlocks','_processAttributeSuggestions','getRanges','commands','formatBlock:','isInContent','addComment','markerName','2UlqWgL','applyOperation','multi','previous','howMany','formatBlock:chain','insertion:accept','PendingActions','isAtStart','enableReadOnlyMode','_checkSuggestionCorrectness','descriptionFactory','_suggestions','containsRangeInObject','listenTo','document','enqueueChange','stopListening','execute','_getExternalAuthor','setTo','dataReady','ck-suggestion-marker-formatBlock','removeMarkers','_getSuggestionData','_blockAttributeKeys','update:suggestion','_isForcedDefaultExecutionBlock','refresh','isSelectable','split','discardAllSuggestions','_splitMarkerName','dataDowncast','getContainedElement','getShiftedBy','_registerDefaultCallbacks','addUser','author','get','isInsideObject','2045076FZxiyY','consumable','isObject','nodeAfter','markMultiRangeBlockFormat','_findSuggestions','trackChangesCommand','default','discardSuggestion','lowest','trackChanges','trackChanges.trackFormatChanges','track-changes-user-not-found','stop','getMarkers','removeClass','unbind','attribute:accept','plugins','isCollapsed','chain','buildSuggestion','name','getRange','forceDefaultExecution','4unQPqk','markerToData','$graveyard','for','ready','acceptSuggestion','isOwn','reconvertMarker','_isBlockAttribute','_initAriaMarkerChangeAnnouncements','rename','addSuggestionData','suggestionChanged','updateMarker','widget','deletion:discard','_createSuggestion','oldValue','Users','hasCommentThread','attributeNewValue','batch','isBlock','data-author-id','$textProxy','_customCallbacks','never','hasSuggestion','formatInline:join','ENTER','setSelection','track-changes-command-not-found','@external','getMultiRangeId','map','addMarker:suggestion:attribute','concat','isRemovable','createRangeIn','updateSuggestion','type','mapper','size','editingDowncast','editing','assign','forEach','activeMarkers','addMarker:suggestion','values','newRange','elementEnd','announce','toUpperCase','_onDiscard','suggestion:','selection','subType','change:data','data-suggestion','suggestion:attribute:','createPositionAfter','keys','isMultiRange','removeMarker:suggestion:attribute','isIntersecting','attribute:join','accept','always','addMarker','deletion:','2094195CsQtrz','filter','getAllAdjacentSuggestions','dataToMarker','_handleNewSuggestionMarker','authoredAt','next','setAttribute','change:activeMarkers','createdAt','_getAuthorFromId','$text','group','registerCustomCallback','TrackChangesEditing','getFirstRange','formatBlock:join','_defaultCallbacks','creator','insertion:join','ck-suggestion-marker','_suggestionFactory','containsItem','substring','insertion:chain','removeMarker:suggestion:formatBlock','stringify','push','_saved','insertContent','formatInline:chain','_rangeIsInLocalUserInsertion','insertion:discard','model','markerNameToElements','set','locale','isOfficialPlugin','enableCommand','parent','_trackFormatChanges','formatInline:','markMultiRangeInsertion','21dJvOoG','meta','some','_refreshAttributeSuggestionsChain','_getAttributeKey','suggestion-type','isBefore','isAfter','change','getSuggestion','define','showSuggestionHighlights','normal','find','acceptAllSuggestions','deleteContent','getUser','_cutOutSuggestionMarker','addMarkerName','commentThread','deletion','formatGroupId','pop','isLocal','createElement','createPositionAt','getSuggestions','track-changes-suggestion-not-found','init','attributeKey','getChangedMarkers','isPremiumPlugin','after','track-changes-enable-command-twice','isAtEnd','formatInline:discard','2712336phTZdz','getCommentThread','originalSuggestionId','splice','$marker','key','collaboration.channelId','getItems','track-changes-adapter-already-set','skipNestingCheck','item','formatBlock:accept','markInlineFormat','schema','_adapter','startsWith','registerBlockAttribute','isDocumentOperation','32iKPcPc','error-saving-suggestion-data-suggestion-discarded','documentSelection','_joinSuggestions','editor','discardSelectedSuggestions','FORMATTING','_joinWithAdjacentSuggestions','remove','adapter','attributeOldValue','attributes','consume','tablePasteChainId','getWalker','getAttribute','splitPosition','_updateSuggestionData','from','_recordAttributeChanges','discard','_mergeNestedSuggestions','pluginName','_setSuggestionRange','_getMarkerAnnouncementText','_suggestionState','has','length','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','element','requires','20ZGOILy','799770pbOILS','formatInline','upcast','open','high','_reduceExistingSuggestions','highest','_processAttributeChanges','removeAttribute','rejected','_reduceSuggestionAttributeRange','catch','getAncestors','attribute','433774HcevHE','isArray','marker-count','before','isUndo','ck-suggestion-marker-','position','detach','external:','ck-suggestion-marker--active','differ','_enabledCommands','conversion','fromRange','PENDING_ACTION_SUGGESTION','unshift','$elementName','forward','insert','461214MizFCz','start','track-changes-suggestion-data-mismatch','fire','isLimit','containsRange','ck-suggestion-marker-formatInline','markInsertion','getDifference','createPositionBefore','markerToHighlight','getIntersection','markAttributeChange','addRange','toJSON','addMarker:suggestion:formatBlock','attribute:','containerElement','rethrowUnexpectedError','markMultiRangeDeletion','_commentsRepository','getFirstMarker','unbindElementFromMarkerName','markers','deletion:chain','config','_addSuggestionMarker','includes','isExternal','_recordAttributeSuggestions','formatBlock:discard'];_0x34d0=function(){return _0xd04f1b;};return _0x34d0();}import _0x4f9df7 from'./suggestiondescriptionfactory.js';import _0x33c927 from'./integrations/aiassistant.js';import _0x21d7c6 from'./integrations/alignment.js';import _0x3e41b8 from'./integrations/basicstyles.js';import _0x392402 from'./integrations/blockquote.js';import _0x5d0ae3 from'./integrations/casechange.js';import _0x44ff48 from'./integrations/ckbox.js';import _0x4b2cfd from'./integrations/codeblock.js';function _0x4cd9(_0x25093e,_0x4839cc){const _0x34d0d4=_0x34d0();return _0x4cd9=function(_0x4cd9fa,_0x538998){_0x4cd9fa=_0x4cd9fa-0x147;let _0x142083=_0x34d0d4[_0x4cd9fa];return _0x142083;},_0x4cd9(_0x25093e,_0x4839cc);}import _0x5f4d72 from'./integrations/comments.js';import _0x8bf561 from'./integrations/deletecommand.js';import _0x21893e from'./integrations/list.js';import _0x2885ff from'./integrations/listproperties.js';import _0x1daed0 from'./integrations/entercommand.js';import _0x2386c2 from'./integrations/findandreplace.js';import _0x3172e5 from'./integrations/font.js';import _0x1d8a1f from'./integrations/formatpainter.js';import _0x183b1e from'./integrations/heading.js';import _0xfb72cf from'./integrations/highlight.js';import _0x6f9152 from'./integrations/horizontalline.js';import _0x3ea750 from'./integrations/htmlembed.js';import _0x39b117 from'./integrations/image.js';import _0x2de700 from'./integrations/imagereplace.js';import _0xca2794 from'./integrations/imagestyle.js';import _0x57be46 from'./integrations/importword.js';import _0x5b04bb from'./integrations/indent.js';import _0x486af0 from'./integrations/inputcommand.js';import _0x546b70 from'./integrations/link.js';import _0x23bdb2 from'./integrations/legacylist.js';import _0x3cf97b from'./integrations/legacylistproperties.js';import _0xec3ab0 from'./integrations/mediaembed.js';import _0x485d66 from'./integrations/mention.js';import _0x2d3b8b from'./integrations/mergefields.js';import _0x1f80c6 from'./integrations/multilevellist.js';import _0x18d558 from'./integrations/pagebreak.js';import _0xfbb00c from'./integrations/paragraph.js';import _0x554999 from'./integrations/removeformat.js';import _0x309d75 from'./integrations/restrictededitingmode.js';import _0x5dfc0f from'./integrations/shiftentercommand.js';import _0x257845 from'./integrations/standardeditingmode.js';import _0x310931 from'./integrations/style.js';import _0x58c2b4 from'./integrations/table.js';import _0x460ed1 from'./integrations/tablemergesplit.js';import _0x4bffbc from'./integrations/tableheadings.js';import _0x1a6139 from'./integrations/tableclipboard.js';import _0x1b41df from'./integrations/tablecolumnresize.js';import _0x243593 from'./integrations/template.js';import _0x56393d from'./integrations/tableofcontents.js';import _0xdb34e5 from'./integrations/title.js';import _0x5440b0 from'./integrations/undo.js';import _0x4d1675 from'./integrations/tablecaption.js';import _0x4bb4dd from'./integrations/tableproperties.js';import{getTranslation as _0x3499f4}from'./utils/common-translations.js';import{isEqual as _0x1ac57d,omit as _0xe54d95}from'lodash-es';export const renameAttributeKey=_0x4b920c(0x225);export default class p extends _0x50c2e4{static get[_0x4b920c(0x205)](){const _0x5d81d9=_0x4b920c;return[_0x5d81d9(0x277),_0x94484f,_0x49f0da,_0x33c927,_0x21d7c6,_0x3e41b8,_0x392402,_0x44ff48,_0x5d0ae3,_0x4b2cfd,_0x5f4d72,_0x8bf561,_0x1daed0,_0x2386c2,_0x3172e5,_0x1d8a1f,_0x183b1e,_0xfb72cf,_0x6f9152,_0x3ea750,_0x39b117,_0xca2794,_0x2de700,_0x57be46,_0x5b04bb,_0x486af0,_0x23bdb2,_0x3cf97b,_0x1f80c6,_0x546b70,_0x21893e,_0x2885ff,_0xec3ab0,_0x485d66,_0x2d3b8b,_0x18d558,_0xfbb00c,_0x554999,_0x309d75,_0x5dfc0f,_0x257845,_0x310931,_0x58c2b4,_0x460ed1,_0x4bffbc,_0x4d1675,_0x1a6139,_0x1b41df,_0x56393d,_0x4bb4dd,_0x243593,_0xdb34e5,_0x5440b0];}static get[_0x4b920c(0x1fd)](){const _0x35cd0b=_0x4b920c;return _0x35cd0b(0x194);}static get[_0x4b920c(0x1ab)](){return!0x0;}static get[_0x4b920c(0x1d0)](){return!0x0;}constructor(_0x30653d){const _0x39d2fe=_0x4b920c;function _0x475d6f(_0x24aa41){const _0x308f51=_0x4cd9;return _0x24aa41[_0x308f51(0x161)](_0x14f15d=>String[_0x308f51(0x255)](_0x14f15d))[_0x308f51(0x29e)]('');}super(_0x30653d),this[_0x39d2fe(0x245)]=!0x1,this[_0x39d2fe(0x1a9)](_0x39d2fe(0x16e),[]),this['on'](_0x39d2fe(0x18e),(_0x4a538c,_0x64a1c6,_0x2504c7,_0x5bee3a)=>{const _0x5c40f0=_0x39d2fe;this[_0x5c40f0(0x257)][_0x5c40f0(0x1b9)](()=>{const _0x581207=_0x5c40f0;for(const _0x1481ab of[..._0x5bee3a,..._0x2504c7])this[_0x581207(0x257)][_0x581207(0x23f)][_0x581207(0x201)](_0x1481ab)&&_0x30653d[_0x581207(0x16b)][_0x581207(0x2fb)](_0x1481ab);});}),this[_0x39d2fe(0x2bd)]=new _0x4f9df7(this[_0x39d2fe(0x1eb)][_0x39d2fe(0x1a7)][_0x39d2fe(0x1e2)],this[_0x39d2fe(0x1eb)][_0x39d2fe(0x1aa)]),this[_0x39d2fe(0x1e3)]=null,this[_0x39d2fe(0x19b)]=new Tt(this[_0x39d2fe(0x1eb)]),this[_0x39d2fe(0x2be)]=new Map(),this[_0x39d2fe(0x23c)]=_0x30653d[_0x39d2fe(0x2ed)][_0x39d2fe(0x2d9)](_0x39d2fe(0x277)),this[_0x39d2fe(0x220)]=new Set(),this[_0x39d2fe(0x257)]=this[_0x39d2fe(0x1eb)][_0x39d2fe(0x1a7)],this[_0x39d2fe(0x200)]=new WeakMap(),this[_0x39d2fe(0x2cd)]=!0x1,this[_0x39d2fe(0x2cb)]=new Set([_0x39d2fe(0x225)]),this[_0x39d2fe(0x256)]=new Set(),_0x30653d[_0x39d2fe(0x241)][_0x39d2fe(0x1bb)](_0x39d2fe(0x2e6),_0x39d2fe(0x2e2)),this[_0x39d2fe(0x1ae)]=_0x30653d[_0x39d2fe(0x241)][_0x39d2fe(0x2d9)](_0x39d2fe(0x2e6)),_0x30653d[_0x39d2fe(0x241)][_0x39d2fe(0x1bb)](_0x39d2fe(0x25d),!0x0),this[_0x39d2fe(0x1fc)]=_0x30653d[_0x39d2fe(0x241)][_0x39d2fe(0x2d9)](_0x39d2fe(0x25d)),this[_0x39d2fe(0x2e1)]=new _0x3e4960(_0x30653d,this[_0x39d2fe(0x220)]),this[_0x39d2fe(0x148)](),this[_0x475d6f([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x475d6f([0x34,0x30,0x34,0x38,0x32,0x30,0x35,0x36]);}[_0x4b920c(0x1cd)](){const _0x708553=_0x4b920c,_0x4ee87f=this[_0x708553(0x1eb)],_0x37a60a=(_0x8ab262,_0x26d5a6)=>{const _0xe2053f=_0x708553;if(_0xe2053f(0x214)!=_0x8ab262)return _0xe2053f(0x21a)+_0x8ab262;const _0x1d304c=_0x26d5a6[_0xe2053f(0x2d0)]('|')[0x0];return this[_0xe2053f(0x147)](_0x1d304c)?_0xe2053f(0x2c8):_0xe2053f(0x22e);};_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x16a))[_0x708553(0x232)]({'model':_0x708553(0x270),'view':_0x27c291=>{const _0x39697c=_0x708553,{id:_0x36b9ce,authorId:_0x108379,type:_0x269f1e,subType:_0x1ab821}=this[_0x39697c(0x2d2)](_0x27c291[_0x39697c(0x2b1)]),_0x3201ad=[_0x39697c(0x19a),_0x37a60a(_0x269f1e,_0x1ab821)];let _0xc81f06=0xbb8;return this[_0x39697c(0x16e)][_0x39697c(0x243)](_0x27c291[_0x39697c(0x2b1)])&&(_0x3201ad[_0x39697c(0x1a1)](_0x39697c(0x21e)),_0xc81f06=0xbc2),_0x39697c(0x1c5)==_0x269f1e&&(_0xc81f06+=0x5),{'classes':_0x3201ad,'attributes':{'data-suggestion':_0x36b9ce,'data-author-id':_0x108379},'priority':_0xc81f06};}}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x2d3))[_0x708553(0x267)](_0x5f31ea=>{const _0x55c473=_0x708553;_0x5f31ea['on'](_0x55c473(0x16f),(_0x411e13,_0x1ddfd8,_0x46c7bb)=>{const _0x470d8d=_0x55c473;if(!_0x46c7bb[_0x470d8d(0x250)][_0x470d8d(0x1bc)])return;const _0x179d98=_0x1ddfd8[_0x470d8d(0x1df)];if(!_0x179d98)return;const _0x2c77ad=_0x46c7bb[_0x470d8d(0x168)][_0x470d8d(0x254)](_0x179d98);_0x4ee87f[_0x470d8d(0x1a7)][_0x470d8d(0x1e2)][_0x470d8d(0x2dd)](_0x179d98)&&_0x2c77ad&&!_0x2c77ad[_0x470d8d(0x247)](_0x470d8d(0x14d))&&_0x2c77ad['is'](_0x470d8d(0x239))&&_0x47eed8(_0x2c77ad,_0x46c7bb[_0x470d8d(0x288)]);},{'priority':_0x55c473(0x20b)});}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x2d3))[_0x708553(0x232)]({'model':_0x708553(0x270),'view':(_0x1a3cba,_0x35cbbf)=>{const _0x383b29=_0x708553;if(!_0x35cbbf[_0x383b29(0x250)][_0x383b29(0x1bc)])return null;const {type:_0x33c8db,subType:_0x1fc563}=this[_0x383b29(0x2d2)](_0x1a3cba[_0x383b29(0x2b1)]);return{'classes':[_0x383b29(0x19a),_0x37a60a(_0x33c8db,_0x1fc563)],'priority':0xbb8};}});const _0x563157=({showActiveMarkers:_0x568711=!0x0,isAttributeSuggestion:_0x267315=!0x1}={})=>(_0x455e95,_0xe44c16,_0x306e48)=>{const _0x44459a=_0x708553;if(!_0xe44c16[_0x44459a(0x1df)])return;const {id:_0xf7133,authorId:_0x51891b}=this[_0x44459a(0x2d2)](_0xe44c16[_0x44459a(0x2b1)]);if(_0x267315){const _0x5f1aba=this[_0x44459a(0x2be)][_0x44459a(0x2d9)](_0xf7133),_0x4adfa5=this[_0x44459a(0x1b5)](_0x5f1aba);if(!this[_0x44459a(0x147)](_0x4adfa5))return;}if(_0xe44c16[_0x44459a(0x1df)]['is'](_0x44459a(0x177)))return void _0x306e48[_0x44459a(0x2dc)][_0x44459a(0x1f3)](_0xe44c16[_0x44459a(0x1df)],_0x455e95[_0x44459a(0x2f1)]);const _0x4cda46=_0x306e48[_0x44459a(0x168)][_0x44459a(0x254)](_0xe44c16[_0x44459a(0x1df)]);if(_0xe44c16[_0x44459a(0x1df)]['is'](_0x44459a(0x204))&&_0x4ee87f[_0x44459a(0x1a7)][_0x44459a(0x1e2)][_0x44459a(0x155)](_0xe44c16[_0x44459a(0x1df)])&&!_0x4cda46[_0x44459a(0x247)](_0x44459a(0x278))){_0x306e48[_0x44459a(0x288)][_0x44459a(0x252)]([_0x44459a(0x19a),_0x44459a(0x2c8)],_0x4cda46),_0x306e48[_0x44459a(0x288)][_0x44459a(0x18d)](_0x44459a(0x17a),_0xf7133,_0x4cda46),_0x306e48[_0x44459a(0x288)][_0x44459a(0x18d)](_0x44459a(0x156),_0x51891b,_0x4cda46),_0x306e48[_0x44459a(0x168)][_0x44459a(0x258)](_0x4cda46,_0xe44c16[_0x44459a(0x2b1)]),_0x568711&&(this[_0x44459a(0x16e)][_0x44459a(0x243)](_0xe44c16[_0x44459a(0x2b1)])?_0x306e48[_0x44459a(0x288)][_0x44459a(0x252)](_0x44459a(0x21e),_0x4cda46):_0x306e48[_0x44459a(0x288)][_0x44459a(0x2ea)](_0x44459a(0x21e),_0x4cda46));for(const _0x30a728 of _0x4ee87f[_0x44459a(0x1a7)][_0x44459a(0x165)](_0xe44c16[_0x44459a(0x1df)])[_0x44459a(0x1dc)]())_0x306e48[_0x44459a(0x2dc)][_0x44459a(0x1f3)](_0x30a728,_0x455e95[_0x44459a(0x2f1)]);_0x306e48[_0x44459a(0x2dc)][_0x44459a(0x1f3)](_0xe44c16[_0x44459a(0x1df)],_0x455e95[_0x44459a(0x2f1)]);}};_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x2d3))[_0x708553(0x267)](_0x521d75=>{const _0x33db06=_0x708553;_0x521d75['on'](_0x33db06(0x237),(_0x4a1c8e,_0xfad8a0,_0xf9613e)=>{const _0x243dc6=_0x33db06;_0xf9613e[_0x243dc6(0x250)][_0x243dc6(0x1bc)]&&_0x563157({'showActiveMarkers':!0x1})(_0x4a1c8e,_0xfad8a0,_0xf9613e);},{'priority':_0x33db06(0x20d)});}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x2d3))[_0x708553(0x267)](_0x229e40=>{const _0x517367=_0x708553;_0x229e40['on'](_0x517367(0x162),(_0x2fada9,_0x17ce48,_0x38f02a)=>{const _0x474940=_0x517367;_0x38f02a[_0x474940(0x250)][_0x474940(0x1bc)]&&_0x563157({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x2fada9,_0x17ce48,_0x38f02a);},{'priority':_0x517367(0x20d)});}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x2d3))[_0x708553(0x2f5)]({'model':_0x708553(0x270),'view':(_0x55ac5f,_0x24cb43)=>_0x24cb43[_0x708553(0x250)][_0x708553(0x1bc)]?null:{'group':_0x708553(0x270),'name':_0x55ac5f[_0x708553(0x25f)](0xb)}}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x209))[_0x708553(0x289)]({'view':{'name':_0x708553(0x270),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4085b4,{writer:_0x4d8745})=>{const _0x2310d5=_0x708553;let _0x2c3cbc=_0x2310d5(0x176)+_0x4085b4[_0x2310d5(0x1f6)](_0x2310d5(0x1b6))+':'+_0x4085b4[_0x2310d5(0x1f6)]('id');return _0x4085b4[_0x2310d5(0x1f6)](_0x2310d5(0x217))&&(_0x2c3cbc+=':'+_0x4085b4[_0x2310d5(0x1f6)](_0x2310d5(0x217))),_0x4d8745[_0x2310d5(0x1c9)](_0x2310d5(0x1d9),{'data-name':_0x2c3cbc});}}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x209))[_0x708553(0x189)]({'view':_0x708553(0x270)}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x16a))[_0x708553(0x267)](_0x18b324=>{const _0x12662d=_0x708553;_0x18b324['on'](_0x12662d(0x237),_0x563157(),{'priority':_0x12662d(0x20b)});}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x16a))[_0x708553(0x267)](_0x3b087e=>{const _0x53128a=_0x708553;_0x3b087e['on'](_0x53128a(0x162),_0x563157({'isAttributeSuggestion':!0x0}),{'priority':_0x53128a(0x20b)});}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x16a))[_0x708553(0x267)](_0x20b1a2=>{const _0x3af462=_0x708553;_0x20b1a2['on'](_0x3af462(0x19f),(_0x33b6a5,_0x2fbc78,_0x32a2e0)=>{const _0x307838=_0x3af462,_0x5344ce=_0x32a2e0[_0x307838(0x168)][_0x307838(0x1a8)](_0x2fbc78[_0x307838(0x2b1)]);if(_0x5344ce){for(const _0x17ef44 of _0x5344ce)_0x17ef44[_0x307838(0x247)](_0x307838(0x278))||(_0x32a2e0[_0x307838(0x288)][_0x307838(0x2ea)]([_0x307838(0x19a),_0x307838(0x2c8),_0x307838(0x21e)],_0x17ef44),_0x32a2e0[_0x307838(0x288)][_0x307838(0x20f)](_0x307838(0x17a),_0x17ef44),_0x32a2e0[_0x307838(0x288)][_0x307838(0x20f)](_0x307838(0x156),_0x17ef44),_0x32a2e0[_0x307838(0x168)][_0x307838(0x23e)](_0x17ef44,_0x2fbc78[_0x307838(0x2b1)]));}},{'priority':_0x3af462(0x20b)});}),_0x4ee87f[_0x708553(0x221)][_0x708553(0x2f7)](_0x708553(0x16a))[_0x708553(0x267)](_0x1a1804=>{const _0x54587a=_0x708553;_0x1a1804['on'](_0x54587a(0x17f),(_0x47251d,_0x1089c3,_0x551058)=>{const _0xa4d12c=_0x54587a,_0x33b5fc=_0x551058[_0xa4d12c(0x168)][_0xa4d12c(0x1a8)](_0x1089c3[_0xa4d12c(0x2b1)]);if(!_0x33b5fc)return;const {id:_0x2318b1}=this[_0xa4d12c(0x2d2)](_0x1089c3[_0xa4d12c(0x2b1)]),_0x4051db=this[_0xa4d12c(0x2be)][_0xa4d12c(0x2d9)](_0x2318b1),_0x567370=this[_0xa4d12c(0x1b5)](_0x4051db);if(this[_0xa4d12c(0x147)](_0x567370)){for(const _0x4d95f8 of _0x33b5fc)_0x4d95f8[_0xa4d12c(0x247)](_0xa4d12c(0x278))||(_0x551058[_0xa4d12c(0x288)][_0xa4d12c(0x2ea)]([_0xa4d12c(0x19a),_0xa4d12c(0x2c8),_0xa4d12c(0x21e)],_0x4d95f8),_0x551058[_0xa4d12c(0x288)][_0xa4d12c(0x20f)](_0xa4d12c(0x17a),_0x4d95f8),_0x551058[_0xa4d12c(0x288)][_0xa4d12c(0x20f)](_0xa4d12c(0x156),_0x4d95f8),_0x551058[_0xa4d12c(0x168)][_0xa4d12c(0x23e)](_0x4d95f8,_0x1089c3[_0xa4d12c(0x2b1)]));}},{'priority':_0x54587a(0x20b)});}),_0x4ee87f[_0x708553(0x1a7)][_0x708553(0x2c1)][_0x708553(0x292)](_0x386cb4=>{const _0x456a27=_0x708553;let _0x4f63eb=!0x1;const _0x5e3317=Array[_0x456a27(0x1f9)](_0x4ee87f[_0x456a27(0x1a7)][_0x456a27(0x2c1)][_0x456a27(0x21f)][_0x456a27(0x1cf)]()),_0x3fba65=new Set();for(const {name:_0x297dcf,data:_0x1abf6a}of _0x5e3317){const {group:_0x15a3df,type:_0x2c055,subType:_0x4d1dbf,id:_0x3d4c04}=this[_0x456a27(0x2d2)](_0x297dcf);if(_0x456a27(0x270)!==_0x15a3df)continue;const _0x32442b=this[_0x456a27(0x2be)][_0x456a27(0x2d9)](_0x3d4c04);if(null!=_0x1abf6a[_0x456a27(0x171)]){_0x456a27(0x208)==_0x2c055&&(_0x4f63eb=_0x4f63eb||Ut(_0x1abf6a[_0x456a27(0x171)],_0x297dcf,_0x386cb4,_0x4ee87f[_0x456a27(0x1a7)][_0x456a27(0x1e2)]));const _0x589f02=_0x456a27(0x214)==_0x2c055&&this[_0x456a27(0x147)](_0x4d1dbf[_0x456a27(0x2d0)]('|')[0x0]);if(_0x1abf6a[_0x456a27(0x171)][_0x456a27(0x2ee)]||_0x456a27(0x2f6)==_0x1abf6a[_0x456a27(0x171)][_0x456a27(0x249)][_0x456a27(0x24f)]||_0x456a27(0x28e)==_0x2c055&&!Gt(_0x1abf6a[_0x456a27(0x171)])||_0x589f02&&!Gt(_0x1abf6a[_0x456a27(0x171)])||_0x456a27(0x1c5)==_0x2c055&&!(!Vt(_0x3587a3=_0x1abf6a[_0x456a27(0x171)])&&!function(_0x133e91){const _0x4b321f=_0x456a27;return _0x133e91[_0x4b321f(0x229)][_0x4b321f(0x1ad)]==_0x133e91[_0x4b321f(0x2a5)][_0x4b321f(0x27c)]&&_0x133e91[_0x4b321f(0x229)][_0x4b321f(0x1d3)];}(_0x3587a3)))_0x386cb4[_0x456a27(0x26e)](_0x297dcf),_0x4f63eb=!0x0;else{if(!_0x32442b||!_0x32442b[_0x456a27(0x2af)])continue;if(_0x1abf6a[_0x456a27(0x171)]&&_0x1abf6a[_0x456a27(0x293)]&&_0x1abf6a[_0x456a27(0x171)][_0x456a27(0x281)](_0x1abf6a[_0x456a27(0x293)]))continue;_0x3fba65[_0x456a27(0x267)](_0x32442b);}}}var _0x3587a3;return _0x3fba65[_0x456a27(0x169)]>0x0&&(_0x4f63eb=!!this[_0x456a27(0x1ee)](_0x3fba65)||_0x4f63eb),_0x4f63eb;}),_0x4ee87f[_0x708553(0x1a7)][_0x708553(0x2c1)][_0x708553(0x292)](_0x2e6f59=>{const _0x179eea=_0x708553;let _0x4a6f61=!0x1;for(const _0x243a22 of _0x4ee87f[_0x179eea(0x1a7)][_0x179eea(0x2c1)][_0x179eea(0x21f)][_0x179eea(0x268)]())if(_0x179eea(0x227)==_0x243a22[_0x179eea(0x167)])for(const _0x551972 of this[_0x179eea(0x2be)][_0x179eea(0x170)]()){if(_0x551972[_0x179eea(0x17e)]||!_0x551972[_0x179eea(0x2af)])continue;const _0x405fb6=_0x179eea(0x28e)==_0x551972[_0x179eea(0x167)],_0xe3398c=this[_0x179eea(0x1b5)](_0x551972),_0x309520=_0xe3398c&&this[_0x179eea(0x147)](_0xe3398c);if(!_0x405fb6&&!_0x309520)continue;const _0x17b34e=_0x551972[_0x179eea(0x195)]();if(_0x17b34e[_0x179eea(0x229)][_0x179eea(0x1ad)]!=_0x17b34e[_0x179eea(0x2a5)][_0x179eea(0x1ad)]&&!_0x17b34e[_0x179eea(0x2a5)][_0x179eea(0x1d3)]){const _0x4498d1=_0x4ee87f[_0x179eea(0x1a7)][_0x179eea(0x1ca)](_0x17b34e[_0x179eea(0x229)][_0x179eea(0x2de)],_0x179eea(0x2a5)),_0x3bd84c=_0x4ee87f[_0x179eea(0x1a7)][_0x179eea(0x25b)](_0x17b34e[_0x179eea(0x229)],_0x4498d1);_0x2e6f59[_0x179eea(0x14c)](_0x551972[_0x179eea(0x23d)](),{'range':_0x3bd84c}),_0x4a6f61=!0x0;}}return _0x4a6f61;}),_0x4ee87f[_0x708553(0x1a7)][_0x708553(0x2c1)][_0x708553(0x292)](_0x1bf739=>this[_0x708553(0x20e)](_0x1bf739)),_0x4ee87f[_0x708553(0x1a7)][_0x708553(0x2c1)][_0x708553(0x292)](_0x3b47ba=>!_0x3b47ba[_0x708553(0x154)][_0x708553(0x1c8)]&&this[_0x708553(0x2ab)](_0x3b47ba)),_0x4ee87f[_0x708553(0x1a7)]['on'](_0x708553(0x273),()=>{const _0x4b26ff=_0x708553;this[_0x4b26ff(0x245)]=!0x1;}),_0x4ee87f[_0x708553(0x1a7)][_0x708553(0x2c1)]['on'](_0x708553(0x179),(_0x9c66d2,_0x3da571)=>{const _0x7e65a7=_0x708553;if(!_0x3da571[_0x7e65a7(0x1c8)]||_0x3da571[_0x7e65a7(0x219)])return;if(!this[_0x7e65a7(0x245)])return;const _0x3aed94=_0x4ee87f[_0x7e65a7(0x1a7)][_0x7e65a7(0x2c1)][_0x7e65a7(0x21f)][_0x7e65a7(0x268)]();if(0x0==_0x3aed94[_0x7e65a7(0x202)])return;const _0x4f93de=[],_0x2d7cc8=_0x3aed94[_0x7e65a7(0x187)](_0x470b31=>_0x7e65a7(0x214)==_0x470b31[_0x7e65a7(0x167)]),_0x3861ea=_0x3aed94[_0x7e65a7(0x187)](_0x18eea4=>_0x7e65a7(0x227)==_0x18eea4[_0x7e65a7(0x167)]&&_0x7e65a7(0x191)!=_0x18eea4[_0x7e65a7(0x2f1)]);for(const _0x2f1aeb of _0x2d7cc8)this[_0x7e65a7(0x260)](_0x2f1aeb[_0x7e65a7(0x1ce)])&&_0x4f93de[_0x7e65a7(0x1a1)]({'key':_0x2f1aeb[_0x7e65a7(0x1ce)],'newValue':_0x2f1aeb[_0x7e65a7(0x153)],'oldValue':_0x2f1aeb[_0x7e65a7(0x1f1)],'range':Ft(_0x2f1aeb[_0x7e65a7(0x27a)],_0x4ee87f[_0x7e65a7(0x1a7)])});for(const _0x1e5d56 of _0x3861ea){if(_0x7e65a7(0x149)!=_0x1e5d56[_0x7e65a7(0x26f)]&&_0x7e65a7(0x2ce)!=_0x1e5d56[_0x7e65a7(0x26f)])continue;const _0x3db6fb=Lt(_0x1e5d56[_0x7e65a7(0x21b)][_0x7e65a7(0x2de)],_0x4ee87f[_0x7e65a7(0x1a7)]),_0x204541=_0x1e5d56[_0x7e65a7(0x218)];_0x7e65a7(0x149)==_0x1e5d56[_0x7e65a7(0x26f)]&&_0x4f93de[_0x7e65a7(0x1a1)]({'key':_0x7e65a7(0x225),'newValue':_0x1e5d56[_0x7e65a7(0x2f1)],'oldValue':_0x204541[_0x7e65a7(0x2f1)],'range':_0x3db6fb});for(const [_0x420c18,_0x9997c9]of _0x204541[_0x7e65a7(0x1f2)]){if(!this[_0x7e65a7(0x260)](_0x420c18))continue;const _0x42a344=_0x1e5d56[_0x7e65a7(0x1f2)][_0x7e65a7(0x2d9)](_0x420c18);_0x9997c9!==_0x42a344&&_0x4f93de[_0x7e65a7(0x1a1)]({'key':_0x420c18,'newValue':_0x42a344,'oldValue':_0x9997c9,'range':_0x3db6fb});}for(const [_0x135960,_0x153dd0]of _0x1e5d56[_0x7e65a7(0x1f2)])this[_0x7e65a7(0x260)](_0x135960)&&(_0x204541[_0x7e65a7(0x1f2)][_0x7e65a7(0x201)](_0x135960)||_0x4f93de[_0x7e65a7(0x1a1)]({'key':_0x135960,'newValue':_0x153dd0,'oldValue':null,'range':_0x3db6fb}));}0x0!=_0x4f93de[_0x7e65a7(0x202)]&&_0x4ee87f[_0x7e65a7(0x1a7)][_0x7e65a7(0x2c2)](_0x3da571,_0x1210b0=>{const _0x5bc6d0=_0x7e65a7,_0x434453=_0x115c10();for(const {range:_0x4f64a1,key:_0x4ce380,oldValue:_0x2e782c,newValue:_0x32f4b4}of _0x4f93de)this[_0x5bc6d0(0x234)](_0x4f64a1,_0x4ce380,_0x2e782c,_0x32f4b4,{'groupId':_0x434453});this[_0x5bc6d0(0x20c)](_0x1210b0,_0x4f93de);});},{'priority':_0x708553(0x2e4)}),_0x4ee87f[_0x708553(0x1a7)][_0x708553(0x23f)]['on'](_0x708553(0x2cc),(_0x2a8678,_0x6629e9,_0x43db01)=>{const _0xac203b=_0x708553;if(null==_0x43db01){const {id:_0x1ed416}=this[_0xac203b(0x2d2)](_0x6629e9[_0xac203b(0x2f1)]),_0xdb1b2f=this[_0xac203b(0x2be)][_0xac203b(0x2d9)](_0x1ed416);_0xdb1b2f&&_0xdb1b2f[_0xac203b(0x1c3)](_0x6629e9[_0xac203b(0x2f1)]);}}),_0x4ee87f[_0x708553(0x1a7)][_0x708553(0x2c1)]['on'](_0x708553(0x179),()=>{const _0x5eb749=_0x708553,_0x3e7e23=Array[_0x5eb749(0x1f9)](_0x4ee87f[_0x5eb749(0x1a7)][_0x5eb749(0x2c1)][_0x5eb749(0x21f)][_0x5eb749(0x1cf)]())[_0x5eb749(0x187)](_0x48d3a7=>_0x5eb749(0x270)===this[_0x5eb749(0x2d2)](_0x48d3a7[_0x5eb749(0x2f1)])[_0x5eb749(0x192)]);if(0x0===_0x3e7e23[_0x5eb749(0x202)])return;_0x3e7e23[_0x5eb749(0x2a7)]((_0x61add7,_0x21955e)=>{const _0x1fe2b4=_0x5eb749,_0x405dbc=_0x61add7[_0x1fe2b4(0x28f)][_0x1fe2b4(0x293)],_0x41ece4=_0x21955e[_0x1fe2b4(0x28f)][_0x1fe2b4(0x293)];return null===_0x405dbc&&null===_0x41ece4?0x0:null===_0x405dbc&&null!==_0x41ece4?-0x1:null!==_0x405dbc&&null===_0x41ece4?0x1:_0x405dbc[_0x1fe2b4(0x229)][_0x1fe2b4(0x1b7)](_0x41ece4[_0x1fe2b4(0x229)])?-0x1:0x1;});const _0x1b541d=new Set(),_0x1a8091=new Set();for(const {name:_0x5d1921,data:_0x4d4256}of _0x3e7e23){const {id:_0x387329}=this[_0x5eb749(0x2d2)](_0x5d1921);if(null===_0x4d4256[_0x5eb749(0x293)]){const _0x557cbb=this[_0x5eb749(0x18a)](_0x5d1921);_0x1a8091[_0x5eb749(0x267)](_0x557cbb);}else{const _0x1f8a86=this[_0x5eb749(0x2be)][_0x5eb749(0x2d9)](_0x387329);null!==_0x4d4256[_0x5eb749(0x171)]||_0x1f8a86[_0x5eb749(0x2af)]?(_0x1b541d[_0x5eb749(0x267)](_0x1f8a86[_0x5eb749(0x284)]),_0x1a8091[_0x5eb749(0x267)](_0x1f8a86)):this[_0x5eb749(0x2a6)](_0x1f8a86);}}_0x1a8091[_0x5eb749(0x169)]>0x0&&this[_0x5eb749(0x272)](_0x1a8091);for(const _0x427695 of _0x1b541d)this[_0x5eb749(0x22b)](_0x5eb749(0x14b),_0x427695);}),_0x4ee87f[_0x708553(0x1a7)]['on'](_0x708553(0x2b3),(_0x22153c,_0x1a295d)=>{const _0x5b3977=_0x708553,_0x52bcca=_0x1a295d[0x0];if(!this[_0x5b3977(0x2be)][_0x5b3977(0x169)])return;if(!_0x52bcca[_0x5b3977(0x1e6)])return;if(_0x52bcca[_0x5b3977(0x154)][_0x5b3977(0x219)]||!_0x52bcca[_0x5b3977(0x154)][_0x5b3977(0x1c8)])return;let _0xc6b7b2,_0x5bcc90;switch(_0x52bcca[_0x5b3977(0x167)]){case _0x5b3977(0x227):_0xc6b7b2=_0x4ee87f[_0x5b3977(0x1a7)][_0x5b3977(0x1ca)](_0x52bcca[_0x5b3977(0x21b)]),_0x5bcc90=_0xc6b7b2[_0x5b3977(0x2d5)](_0x52bcca[_0x5b3977(0x2b6)]);break;case _0x5b3977(0x2d0):_0xc6b7b2=_0x4ee87f[_0x5b3977(0x1a7)][_0x5b3977(0x1ca)](_0x52bcca[_0x5b3977(0x1f7)]),_0x5bcc90=_0x4ee87f[_0x5b3977(0x1a7)][_0x5b3977(0x1ca)](_0x52bcca[_0x5b3977(0x24d)]);break;case _0x5b3977(0x24a):_0xc6b7b2=_0x4ee87f[_0x5b3977(0x1a7)][_0x5b3977(0x1ca)](_0x52bcca[_0x5b3977(0x298)]),_0x5bcc90=_0xc6b7b2[_0x5b3977(0x2d5)](_0x52bcca[_0x5b3977(0x2b6)]);break;default:return;}const _0xe90bf6=_0x4ee87f[_0x5b3977(0x1a7)][_0x5b3977(0x25b)](_0xc6b7b2,_0x5bcc90);_0x4ee87f[_0x5b3977(0x1a7)][_0x5b3977(0x1b9)](()=>{const _0x26da46=_0x5b3977;for(const {suggestion:_0x4d9148,meta:_0x4cf304}of this[_0x26da46(0x2e0)](_0xe90bf6)){if(_0x4d9148[_0x26da46(0x17e)])continue;if(_0x26da46(0x208)==_0x4d9148[_0x26da46(0x167)])continue;const _0x4b1044=this[_0x26da46(0x1b5)](_0x4d9148);if(_0x4b1044&&this[_0x26da46(0x147)](_0x4b1044)&&_0x26da46(0x2d0)!=_0x52bcca[_0x26da46(0x167)])continue;const _0xf6fe81=_0x4d9148[_0x26da46(0x28f)]&&_0x4d9148[_0x26da46(0x28f)][_0x26da46(0x2aa)];(_0x26da46(0x28e)!=_0x4d9148[_0x26da46(0x167)]||_0x26da46(0x2d0)==_0x52bcca[_0x26da46(0x167)]&&!_0xf6fe81)&&(_0x4cf304[_0x26da46(0x2bf)]||_0x26da46(0x2a8)==_0x4d9148[_0x26da46(0x167)]&&_0x4cf304[_0x26da46(0x2fa)]||_0x4d9148[_0x26da46(0x195)]()[_0x26da46(0x22d)](_0xe90bf6)&&this[_0x26da46(0x295)](_0x4d9148,_0xc6b7b2,_0x5bcc90));}});},{'priority':_0x708553(0x2e4)}),_0x4ee87f[_0x708553(0x1a7)]['on'](_0x708553(0x1c0),(_0x4c0b44,_0x2c347b)=>{const _0x12957e=_0x708553,_0x4f5fc=_0x2c347b[0x0],_0x51a753=_0x2c347b[0x1];if(_0x51a753&&_0x51a753[_0x12957e(0x2f3)])return;if(this[_0x12957e(0x2cd)])return;if(!this[_0x12957e(0x2e1)][_0x12957e(0x24e)])return;if(_0x4f5fc[_0x12957e(0x2ee)])return;const _0x217b52=_0x4ee87f[_0x12957e(0x1a7)][_0x12957e(0x1e2)],{start:_0x4de31e,end:_0xd9a715}=_0x4f5fc[_0x12957e(0x195)](),_0x44c9af=_0x4de31e[_0x12957e(0x2de)]&&_0x217b52[_0x12957e(0x22c)](_0x4de31e[_0x12957e(0x2de)])?null:_0x217b52[_0x12957e(0x26a)](_0x4de31e,_0x12957e(0x226)),_0x2349e5=_0xd9a715[_0x12957e(0x27c)]&&_0x217b52[_0x12957e(0x22c)](_0xd9a715[_0x12957e(0x27c)])?null:_0x217b52[_0x12957e(0x26a)](_0xd9a715,_0x12957e(0x29f)),_0x58d1aa=_0x4ee87f[_0x12957e(0x1a7)][_0x12957e(0x25b)](_0x44c9af?_0x44c9af[_0x12957e(0x229)]:_0x4de31e,_0x2349e5?_0x2349e5[_0x12957e(0x2a5)]:_0xd9a715);_0x4ee87f[_0x12957e(0x1a7)][_0x12957e(0x1b9)](_0x2eb8ae=>{const _0x2ae31a=_0x12957e;this[_0x2ae31a(0x26b)](_0x58d1aa);const _0x57ca63=_0x4ee87f[_0x2ae31a(0x1a7)][_0x2ae31a(0x1e2)][_0x2ae31a(0x26a)](_0x58d1aa[_0x2ae31a(0x229)]);_0x4f5fc['is'](_0x2ae31a(0x1e9))?_0x2eb8ae[_0x2ae31a(0x15d)](_0x57ca63):_0x4f5fc[_0x2ae31a(0x2c6)](_0x57ca63);}),_0x4c0b44[_0x12957e(0x2e8)]();},{'priority':_0x1d7875[_0x708553(0x1bd)]+0xa}),_0x4ee87f[_0x708553(0x1a7)]['on'](_0x708553(0x1a3),(_0x55058e,_0x10337f)=>{const _0x272a08=_0x708553,_0x3b88c8=_0x10337f[_0x10337f[_0x272a08(0x202)]-0x1];_0x3b88c8&&_0x3b88c8[_0x272a08(0x2f3)]||this[_0x272a08(0x2cd)]||this[_0x272a08(0x2e1)][_0x272a08(0x24e)]&&(_0x4ee87f[_0x272a08(0x1a7)][_0x272a08(0x1b9)](()=>{const _0x579966=_0x272a08;let _0x1de9f7=_0x4ee87f[_0x579966(0x1a7)][_0x579966(0x1a3)](_0x10337f[0x0],_0x10337f[0x1],_0x10337f[0x2],{'forceDefaultExecution':!0x0});if(!_0x1de9f7)return;_0x55058e[_0x579966(0x28a)]=_0x1de9f7[_0x579966(0x24b)]();const _0x6054b4=_0x1de9f7[_0x579966(0x2a5)][_0x579966(0x27c)],_0x26ac07=_0x4ee87f[_0x579966(0x1a7)][_0x579966(0x1e2)];_0x6054b4&&_0x26ac07[_0x579966(0x155)](_0x6054b4)&&!_0x26ac07[_0x579966(0x2dd)](_0x6054b4)&&(_0x1de9f7=_0x4ee87f[_0x579966(0x1a7)][_0x579966(0x25b)](_0x1de9f7[_0x579966(0x229)],_0x4ee87f[_0x579966(0x1a7)][_0x579966(0x1ca)](_0x6054b4,_0x579966(0x2a5)))),this[_0x579966(0x22f)](_0x1de9f7);}),_0x55058e[_0x272a08(0x2e8)]());},{'priority':_0x708553(0x20b)}),this[_0x708553(0x1eb)][_0x708553(0x2ad)][_0x708553(0x267)](_0x708553(0x2e5),this[_0x708553(0x2e1)]),this[_0x708553(0x1ac)](_0x708553(0x2e5));const _0xf5d527=new _0x29668d(_0x4ee87f,this[_0x708553(0x2be)]);_0x4ee87f[_0x708553(0x2ad)][_0x708553(0x267)](_0x708553(0x2f9),_0xf5d527),this[_0x708553(0x1ac)](_0x708553(0x2f9));const _0x2fe2b6=new _0x3f7d6e(_0x4ee87f,this[_0x708553(0x2be)]);_0x4ee87f[_0x708553(0x2ad)][_0x708553(0x267)](_0x708553(0x2e3),_0x2fe2b6),this[_0x708553(0x1ac)](_0x708553(0x2e3)),_0x4ee87f[_0x708553(0x2ad)][_0x708553(0x267)](_0x708553(0x1bf),new _0x4e7414(_0x4ee87f,_0xf5d527,this[_0x708553(0x2be)])),this[_0x708553(0x1ac)](_0x708553(0x1bf)),_0x4ee87f[_0x708553(0x2ad)][_0x708553(0x267)](_0x708553(0x2d1),new _0x4e7414(_0x4ee87f,_0x2fe2b6,this[_0x708553(0x2be)])),this[_0x708553(0x1ac)](_0x708553(0x2d1)),_0x4ee87f[_0x708553(0x2ad)][_0x708553(0x267)](_0x708553(0x279),new _0x3bd4c7(_0x4ee87f,_0xf5d527,this[_0x708553(0x2be)])),this[_0x708553(0x1ac)](_0x708553(0x279)),_0x4ee87f[_0x708553(0x2ad)][_0x708553(0x267)](_0x708553(0x1ec),new _0x3bd4c7(_0x4ee87f,_0x2fe2b6,this[_0x708553(0x2be)])),this[_0x708553(0x1ac)](_0x708553(0x1ec));const _0x3a2741=_0x4ee87f[_0x708553(0x2ed)][_0x708553(0x2d9)](_0x708553(0x277));this[_0x708553(0x2c0)](_0x3a2741,_0x708553(0x2b0),(_0x33bd69,{threadId:_0x86131c})=>{const _0x31aeef=_0x708553,_0x1fdd88=this[_0x31aeef(0x2be)][_0x31aeef(0x2d9)](_0x86131c);_0x1fdd88&&_0x1fdd88[_0x31aeef(0x1c4)]&&0x1===_0x1fdd88[_0x31aeef(0x1c4)][_0x31aeef(0x202)]&&this[_0x31aeef(0x1f8)](_0x86131c,{'hasComments':!0x0});},{'priority':_0x708553(0x29c)}),this[_0x708553(0x2c0)](_0x3a2741,_0x708553(0x2a9),(_0x11a373,{threadId:_0x5be480})=>{const _0x419af6=_0x708553,_0x41402d=this[_0x419af6(0x2be)][_0x419af6(0x2d9)](_0x5be480);_0x41402d&&_0x41402d[_0x419af6(0x1c4)]&&!_0x41402d[_0x419af6(0x1c4)][_0x419af6(0x202)]&&this[_0x419af6(0x1f8)](_0x5be480,{'hasComments':!0x1});},{'priority':_0x708553(0x29c)});}set[_0x4b920c(0x1f0)](_0x436559){const _0xcf7ae6=_0x4b920c;if(this[_0xcf7ae6(0x1e3)])throw new _0x2f3ac0(_0xcf7ae6(0x1dd),this);this[_0xcf7ae6(0x1e3)]=_0x436559;}get[_0x4b920c(0x1f0)](){const _0x36c1dc=_0x4b920c;return this[_0x36c1dc(0x1e3)];}[_0x4b920c(0x1cb)]({skipNotAttached:_0x21d291=!0x1,toJSON:_0x4a7a5c=!0x1}={}){const _0x1a5350=_0x4b920c,_0x4087c1=[];for(const _0x4abcf4 of this[_0x1a5350(0x2be)][_0x1a5350(0x170)]())_0x21d291&&!_0x4abcf4[_0x1a5350(0x2af)]||_0x4087c1[_0x1a5350(0x1a1)](_0x4abcf4);return _0x4a7a5c?_0x4087c1[_0x1a5350(0x161)](_0x20db53=>_0x20db53[_0x1a5350(0x236)]()):_0x4087c1;}[_0x4b920c(0x1ba)](_0x183eec){const _0x538bef=_0x4b920c,_0x30639a=this[_0x538bef(0x2be)][_0x538bef(0x2d9)](_0x183eec);if(!_0x30639a)throw new _0x2f3ac0(_0x538bef(0x1cc),this);return _0x30639a;}[_0x4b920c(0x15a)](_0x36755f){const _0x2f776d=_0x4b920c;return this[_0x2f776d(0x2be)][_0x2f776d(0x201)](_0x36755f);}[_0x4b920c(0x14a)](_0x40d48f){const _0x6b0659=_0x4b920c,{authorId:_0x14c15d,id:_0x5c2ef8,attributes:_0x29bb8c}=_0x40d48f,[_0x2909f0,_0xa015e3]=_0x40d48f[_0x6b0659(0x167)][_0x6b0659(0x2d0)](':'),_0x27e541=this[_0x6b0659(0x2be)][_0x6b0659(0x2d9)](_0x5c2ef8)||this[_0x6b0659(0x14f)](_0x2909f0,_0xa015e3,_0x5c2ef8,_0x14c15d,_0x29bb8c);if(this[_0x6b0659(0x264)](_0x27e541),this[_0x6b0659(0x2bc)](_0x27e541,_0x2909f0,_0xa015e3||null,_0x14c15d),_0x27e541[_0x6b0659(0x18f)]=_0x40d48f[_0x6b0659(0x18f)],_0x27e541[_0x6b0659(0x269)]=!0x0,_0x29bb8c&&_0x29bb8c[_0x6b0659(0x15f)]){const _0x359530=_0x29bb8c[_0x6b0659(0x15f)],_0x3382e6=this[_0x6b0659(0x2c5)](_0x359530[_0x6b0659(0x2a4)]);_0x27e541[_0x6b0659(0x18b)]=_0x359530[_0x6b0659(0x18f)],_0x27e541[_0x6b0659(0x2d8)]=_0x3382e6,_0x27e541[_0x6b0659(0x244)]=!0x0;}else _0x27e541[_0x6b0659(0x18b)]=_0x40d48f[_0x6b0659(0x18f)];switch(_0x40d48f[_0x6b0659(0x28f)]&&(_0x27e541[_0x6b0659(0x28f)]=_0x40d48f[_0x6b0659(0x28f)]),_0x40d48f[_0x6b0659(0x1f2)]&&(_0x27e541[_0x6b0659(0x1f2)]=_0x40d48f[_0x6b0659(0x1f2)]),this[_0x6b0659(0x1e3)]&&this[_0x6b0659(0x1e3)][_0x6b0659(0x287)]||(_0x27e541[_0x6b0659(0x1a2)]=!0x0),this[_0x6b0659(0x200)][_0x6b0659(0x2d9)](_0x27e541)){case _0x6b0659(0x27d):this[_0x6b0659(0x200)][_0x6b0659(0x1a9)](_0x27e541,_0x6b0659(0x2c7));break;case _0x6b0659(0x25c):_0x27e541[_0x6b0659(0x2af)]?(this[_0x6b0659(0x1ee)](new Set([_0x27e541])),this[_0x6b0659(0x272)](new Set([_0x27e541])),this[_0x6b0659(0x200)][_0x6b0659(0x1a9)](_0x27e541,_0x6b0659(0x2f8)),this[_0x6b0659(0x22b)](_0x6b0659(0x27f),_0x27e541)):this[_0x6b0659(0x200)][_0x6b0659(0x1a9)](_0x27e541,_0x6b0659(0x275));}return _0x27e541;}[_0x4b920c(0x2f9)](_0x46c297){const _0x2d0acb=_0x4b920c;this[_0x2d0acb(0x2f3)](()=>{const _0x2c53b3=_0x2d0acb;this[_0x2c53b3(0x1eb)][_0x2c53b3(0x1a7)][_0x2c53b3(0x1b9)](()=>{const _0x421208=_0x2c53b3;for(const _0x3ecadb of _0x46c297[_0x421208(0x188)]())_0x3ecadb[_0x421208(0x182)]();});});}[_0x4b920c(0x2e3)](_0xac3354){const _0x49912a=_0x4b920c;this[_0x49912a(0x2f3)](()=>{const _0x536ca3=_0x49912a;this[_0x536ca3(0x1eb)][_0x536ca3(0x1a7)][_0x536ca3(0x1b9)](()=>{const _0x5e4827=_0x536ca3;for(const _0x529c5e of _0xac3354[_0x5e4827(0x188)]())_0x529c5e[_0x5e4827(0x1fb)]();});});}[_0x4b920c(0x1ac)](_0x4fe1e9,_0x262bf6){const _0x83e43b=_0x4b920c,_0x4613c4=this[_0x83e43b(0x1eb)][_0x83e43b(0x2ad)][_0x83e43b(0x2d9)](_0x4fe1e9);if(!_0x4613c4)throw new _0x2f3ac0(_0x83e43b(0x15e),this,{'commandName':_0x4fe1e9});if(this[_0x83e43b(0x220)][_0x83e43b(0x201)](_0x4613c4))throw new _0x2f3ac0(_0x83e43b(0x1d2),this,{'commandName':_0x4fe1e9});this[_0x83e43b(0x220)][_0x83e43b(0x267)](_0x4613c4),_0x262bf6&&_0x4613c4['on'](_0x83e43b(0x2c4),(_0x411bcd,_0xf9ff45)=>{const _0x2946cb=_0x83e43b;this[_0x2946cb(0x2e1)][_0x2946cb(0x24e)]&&(this[_0x2946cb(0x2cd)]||(_0xf9ff45[_0x2946cb(0x202)]>0x0&&_0xf9ff45[_0xf9ff45[_0x2946cb(0x202)]-0x1]&&_0xf9ff45[_0xf9ff45[_0x2946cb(0x202)]-0x1][_0x2946cb(0x2f3)]?_0xf9ff45[_0x2946cb(0x1c7)]():(_0x411bcd[_0x2946cb(0x28a)]=_0x262bf6((..._0x8de8aa)=>_0x4613c4[_0x2946cb(0x2c4)](..._0x8de8aa,{'forceDefaultExecution':!0x0}),..._0xf9ff45),_0x411bcd[_0x2946cb(0x2e8)]())));},{'priority':_0x83e43b(0x20b)});}[_0x4b920c(0x2f3)](_0x540f1c){const _0x5c8f68=_0x4b920c;let _0x35b57a,_0x587d7c;const _0x271f23=this[_0x5c8f68(0x2cd)];this[_0x5c8f68(0x2cd)]=!0x0;try{_0x35b57a=_0x540f1c();}catch(_0xd34f23){_0x587d7c=_0xd34f23;}return _0x271f23||(this[_0x5c8f68(0x2cd)]=!0x1),_0x587d7c&&_0x2f3ac0[_0x5c8f68(0x23a)](_0x587d7c,this),_0x35b57a;}[_0x4b920c(0x22f)](_0x1fdd35,_0x486b57=null,_0x25bdb3={}){const _0x42230b=_0x4b920c;if(_0x1fdd35[_0x42230b(0x2ee)])return null;const _0x12ed82=this[_0x42230b(0x1eb)][_0x42230b(0x2ed)][_0x42230b(0x2d9)](_0x42230b(0x151))['me'];for(const {suggestion:_0x58599a,meta:_0x37a30c}of this[_0x42230b(0x2e0)](_0x1fdd35,_0x42230b(0x2a8)))if(_0x37a30c[_0x42230b(0x2fa)]){if(!_0x37a30c[_0x42230b(0x2a1)]){if(_0x37a30c[_0x42230b(0x2bf)]){if(!this[_0x42230b(0x1fc)]||!qt(_0x58599a,_0x25bdb3))continue;return _0x58599a;}if(qt(_0x58599a,_0x25bdb3))return _0x58599a;this[_0x42230b(0x295)](_0x58599a,_0x1fdd35[_0x42230b(0x229)],_0x1fdd35[_0x42230b(0x2a5)]);break;}if(_0x486b57==_0x58599a[_0x42230b(0x178)]&&qt(_0x58599a,_0x25bdb3)){const _0x3d3f2b=_0x58599a[_0x42230b(0x195)]();return _0x3d3f2b[_0x42230b(0x229)][_0x42230b(0x281)](_0x1fdd35[_0x42230b(0x2a5)])?this[_0x42230b(0x1fe)](_0x58599a,this[_0x42230b(0x257)][_0x42230b(0x25b)](_0x1fdd35[_0x42230b(0x229)],_0x3d3f2b[_0x42230b(0x2a5)])):this[_0x42230b(0x1fe)](_0x58599a,this[_0x42230b(0x257)][_0x42230b(0x25b)](_0x3d3f2b[_0x42230b(0x229)],_0x1fdd35[_0x42230b(0x2a5)])),_0x58599a;}}const _0x15349d=_0x115c10(),_0x17d650=_0x12ed82['id'],_0x4ecd1e=_0x486b57?_0x42230b(0x291)+_0x486b57:_0x42230b(0x2a8),_0x213aa5=this[_0x42230b(0x266)]({'id':_0x15349d,'type':_0x4ecd1e,'createdAt':new Date(),'authorId':_0x17d650,'attributes':_0x25bdb3});return this[_0x42230b(0x242)](_0x4ecd1e,_0x15349d,_0x17d650,_0x1fdd35),_0x213aa5;}[_0x4b920c(0x1b0)](_0x232812,_0x388e58=_0x4b920c(0x2b4),_0x521e2c={}){const _0x796a89=_0x4b920c,_0x5a598d=this[_0x796a89(0x1eb)][_0x796a89(0x2ed)][_0x796a89(0x2d9)](_0x796a89(0x151))['me'],_0x190131=this[_0x796a89(0x19b)][_0x796a89(0x286)](_0x796a89(0x2a8),_0x388e58,_0x796a89(0x29e));for(const _0x2fb730 of this[_0x796a89(0x1cb)]())if(_0x2fb730[_0x796a89(0x2d8)]['id']==_0x5a598d['id']&&_0x796a89(0x2a8)==_0x2fb730[_0x796a89(0x167)]&&_0x2fb730[_0x796a89(0x178)]==_0x388e58&&qt(_0x2fb730,_0x521e2c)&&(_0x190131(_0x2fb730[_0x796a89(0x2ac)](),_0x232812)||_0x190131(_0x232812,_0x2fb730[_0x796a89(0x2ac)]()))){for(const _0x148976 of _0x232812)_0x2fb730[_0x796a89(0x235)](_0x148976);return _0x2fb730;}for(const {suggestion:_0x531474,meta:_0x466e4b}of this[_0x796a89(0x2e0)](_0x232812,_0x796a89(0x2a8))){if(!_0x466e4b[_0x796a89(0x2fa)])continue;if(!this[_0x796a89(0x1fc)]&&_0x466e4b[_0x796a89(0x2bf)])continue;if(!qt(_0x531474,_0x521e2c))continue;let _0x40115e=!0x0;for(const _0x3362c4 of _0x531474[_0x796a89(0x2ac)]())for(const _0x3ff8d7 of _0x232812)if(!_0x3362c4[_0x796a89(0x22d)](_0x3ff8d7)){_0x40115e=!0x1;break;}if(_0x40115e)return _0x531474;}const _0x5a5b08=_0x115c10(),_0x205bcd=_0x5a598d['id'],_0x135219=_0x796a89(0x291)+_0x388e58,_0xc3ac0c=this[_0x796a89(0x266)]({'id':_0x5a5b08,'type':_0x135219,'createdAt':new Date(),'authorId':_0x205bcd,'attributes':_0x521e2c});for(const _0x33555b of _0x232812)this[_0x796a89(0x242)](_0x135219,_0x5a5b08,_0x205bcd,_0x33555b,_0x283d4a[_0x796a89(0x160)]());return _0xc3ac0c;}[_0x4b920c(0x1e1)](_0xe45fb,_0x5e8e79,_0xc489e6=null,_0x5b8c92={}){const _0x2e6068=_0x4b920c;if(_0xc489e6=_0xc489e6||Pt(_0x5e8e79),_0xe45fb[_0x2e6068(0x2ee)])return null;if(_0x2e6068(0x159)===this[_0x2e6068(0x1ae)]){const _0x56d87e=this[_0x2e6068(0x19b)][_0x2e6068(0x286)](_0x2e6068(0x208),_0xc489e6,_0x2e6068(0x182));return this[_0x2e6068(0x2f3)](()=>_0x56d87e([_0xe45fb],_0x5e8e79,_0x5b8c92)),null;}const _0x6cee46=this[_0x2e6068(0x1eb)][_0x2e6068(0x2ed)][_0x2e6068(0x2d9)](_0x2e6068(0x151))['me'],_0x463319=[];if(_0x2e6068(0x183)!==this[_0x2e6068(0x1ae)]){for(const {suggestion:_0x340eda,meta:_0x5bb142}of this[_0x2e6068(0x2e0)](_0xe45fb,_0x2e6068(0x2a8)))_0x5bb142[_0x2e6068(0x2fa)]&&!_0x5bb142[_0x2e6068(0x2da)]&&_0x463319[_0x2e6068(0x1a1)](..._0x340eda[_0x2e6068(0x2ac)]());}const _0x1e9c76=function(_0x1dc2d4,_0x2319a0){const _0x33ee7d=_0x2e6068,_0x1fac0c=[];for(const _0x3390ca of _0x2319a0){const _0xff8cf0=_0x1dc2d4[_0x33ee7d(0x233)](_0x3390ca);_0xff8cf0&&_0x1fac0c[_0x33ee7d(0x1a1)](_0xff8cf0);}return _0x1fac0c;}(_0xe45fb,_0x463319),_0x36e2a3=function(_0x54cebb,_0x4214dd){const _0x5a9b2f=_0x2e6068,_0x26c5e0=[_0x54cebb];for(const _0x134550 of _0x4214dd){let _0x2756ae=0x0;for(;_0x2756ae<_0x26c5e0[_0x5a9b2f(0x202)];){const _0x33a62b=_0x26c5e0[_0x2756ae][_0x5a9b2f(0x230)](_0x134550);_0x26c5e0[_0x5a9b2f(0x1d8)](_0x2756ae,0x1,..._0x33a62b),_0x2756ae+=_0x33a62b[_0x5a9b2f(0x202)];}}return _0x26c5e0;}(_0xe45fb,_0x463319);_0x1e9c76[_0x2e6068(0x202)]&&this[_0x2e6068(0x257)][_0x2e6068(0x1b9)](()=>{const _0x37fcde=_0x2e6068;for(const _0x401837 of _0x1e9c76){const _0x19e24a=this[_0x37fcde(0x19b)][_0x37fcde(0x286)](_0x37fcde(0x208),_0xc489e6,_0x37fcde(0x182));this[_0x37fcde(0x2f3)](()=>_0x19e24a([_0x401837],_0x5e8e79,_0x5b8c92));}});for(const _0x329cfa of _0x36e2a3){let _0x5e9225=null,_0x14eb04=_0x329cfa[_0x2e6068(0x229)],_0x238b22=_0x329cfa[_0x2e6068(0x2a5)];for(const {suggestion:_0x2a8928,meta:_0x409ee4}of this[_0x2e6068(0x2e0)](_0x329cfa,_0x2e6068(0x208))){if(!_0x409ee4[_0x2e6068(0x2fa)])continue;if(_0x2a8928[_0x2e6068(0x178)]!=_0xc489e6)continue;if(!qt(_0x2a8928,_0x5b8c92))continue;const _0x307dac=_0x2a8928[_0x2e6068(0x195)]();if(_0x307dac[_0x2e6068(0x22d)](_0x329cfa,!0x0))return null;_0x14eb04=_0x14eb04[_0x2e6068(0x1b7)](_0x307dac[_0x2e6068(0x229)])?_0x14eb04:_0x307dac[_0x2e6068(0x229)],_0x238b22=_0x238b22[_0x2e6068(0x1b8)](_0x307dac[_0x2e6068(0x2a5)])?_0x238b22:_0x307dac[_0x2e6068(0x2a5)],_0x5e9225?_0x307dac[_0x2e6068(0x229)][_0x2e6068(0x1b7)](_0x5e9225[_0x2e6068(0x195)]()[_0x2e6068(0x229)])?(_0x5e9225[_0x2e6068(0x2c9)](),_0x5e9225=_0x2a8928):_0x2a8928[_0x2e6068(0x2c9)]():_0x5e9225=_0x2a8928;}const _0x30807a=this[_0x2e6068(0x257)][_0x2e6068(0x25b)](_0x14eb04,_0x238b22);if(_0x5e9225)this[_0x2e6068(0x1fe)](_0x5e9225,_0x30807a);else{const _0x41fce8=_0x115c10(),_0x30c8dc=_0x6cee46['id'];this[_0x2e6068(0x266)]({'id':_0x41fce8,'type':_0x2e6068(0x1af)+_0xc489e6,'data':_0x5e8e79,'createdAt':new Date(),'authorId':_0x30c8dc,'attributes':_0x5b8c92}),this[_0x2e6068(0x242)](_0x2e6068(0x1af)+_0xc489e6,_0x41fce8,_0x30c8dc,_0x30807a);}}return null;}[_0x4b920c(0x248)](_0x58f3f1,_0x4dc6f5,_0x534dca=[],_0x17d1a3=null,_0x4925be={}){const _0x26ddf3=_0x4b920c;_0x4dc6f5[_0x26ddf3(0x1c6)]||(_0x4dc6f5[_0x26ddf3(0x1c6)]=_0x4dc6f5[_0x26ddf3(0x24c)]),_0x4dc6f5[_0x26ddf3(0x2aa)]=_0x58f3f1['is'](_0x26ddf3(0x27a)),_0x17d1a3=_0x17d1a3||Pt(_0x4dc6f5);const _0x599e93=_0x534dca[_0x26ddf3(0x161)](_0x4cbbb3=>Lt(_0x4cbbb3,this[_0x26ddf3(0x257)])),_0x3d35d3=_0x58f3f1['is'](_0x26ddf3(0x27a))?_0x58f3f1:Lt(_0x58f3f1,this[_0x26ddf3(0x257)]);if(_0x26ddf3(0x159)===this[_0x26ddf3(0x1ae)]){const _0x2d1122=this[_0x26ddf3(0x19b)][_0x26ddf3(0x286)](_0x26ddf3(0x28e),_0x17d1a3,_0x26ddf3(0x182));return this[_0x26ddf3(0x2f3)](()=>_0x2d1122([_0x3d35d3],_0x4dc6f5,_0x4925be)),null;}_0x599e93[_0x26ddf3(0x1a1)](_0x3d35d3);let _0x52b810=!0x0;for(const _0xc03336 of _0x599e93)if(!this[_0x26ddf3(0x1a5)](_0xc03336)){_0x52b810=!0x1;break;}if(_0x52b810&&_0x26ddf3(0x183)!==this[_0x26ddf3(0x1ae)]){const _0x58eafa=this[_0x26ddf3(0x19b)][_0x26ddf3(0x286)](_0x26ddf3(0x28e),_0x17d1a3,_0x26ddf3(0x182));return this[_0x26ddf3(0x2f3)](()=>_0x58eafa([_0x3d35d3],_0x4dc6f5,_0x4925be)),null;}let _0x12d29f=null,_0x12b2c0=_0x3d35d3[_0x26ddf3(0x229)],_0x2419a6=_0x3d35d3[_0x26ddf3(0x2a5)];for(const {suggestion:_0x161828,meta:_0x306a9c}of this[_0x26ddf3(0x2e0)](_0x3d35d3,_0x26ddf3(0x28e))){if(!_0x306a9c[_0x26ddf3(0x2fa)])continue;if(_0x306a9c[_0x26ddf3(0x2a1)]||_0x306a9c[_0x26ddf3(0x2bf)]||_0x306a9c[_0x26ddf3(0x2da)])continue;if(_0x161828[_0x26ddf3(0x28f)][_0x26ddf3(0x1c6)]!=_0x4dc6f5[_0x26ddf3(0x1c6)])continue;if(!qt(_0x161828,_0x4925be))continue;const _0x3e12dc=_0x161828[_0x26ddf3(0x195)]();if(_0x161828[_0x26ddf3(0x178)]==_0x17d1a3){if(_0x3e12dc[_0x26ddf3(0x22d)](_0x3d35d3,!0x0))return null;_0x12b2c0=_0x12b2c0[_0x26ddf3(0x1b7)](_0x3e12dc[_0x26ddf3(0x229)])?_0x12b2c0:_0x3e12dc[_0x26ddf3(0x229)],_0x2419a6=_0x2419a6[_0x26ddf3(0x1b8)](_0x3e12dc[_0x26ddf3(0x2a5)])?_0x2419a6:_0x3e12dc[_0x26ddf3(0x2a5)],_0x12d29f?_0x3e12dc[_0x26ddf3(0x229)][_0x26ddf3(0x1b7)](_0x12d29f[_0x26ddf3(0x195)]()[_0x26ddf3(0x229)])?(_0x12d29f[_0x26ddf3(0x2c9)](),_0x12d29f=_0x161828):_0x161828[_0x26ddf3(0x2c9)]():_0x12d29f=_0x161828;}else{const _0x512db6=_0x3d35d3[_0x26ddf3(0x233)](_0x3e12dc);this[_0x26ddf3(0x1c2)](_0x161828,_0x512db6);}}const _0x141564=this[_0x26ddf3(0x1eb)][_0x26ddf3(0x2ed)][_0x26ddf3(0x2d9)](_0x26ddf3(0x151))['me'],_0x131972=_0x115c10(),_0xda4b38=_0x141564['id'];if(_0x12d29f)return this[_0x26ddf3(0x1fe)](_0x12d29f,this[_0x26ddf3(0x257)][_0x26ddf3(0x25b)](_0x12b2c0,_0x2419a6)),_0x12d29f;{const _0x56beb6=this[_0x26ddf3(0x266)]({'id':_0x131972,'type':_0x26ddf3(0x2ae)+_0x17d1a3,'data':_0x4dc6f5,'createdAt':new Date(),'authorId':_0xda4b38,'attributes':_0x4925be});return this[_0x26ddf3(0x242)](_0x26ddf3(0x2ae)+_0x17d1a3,_0x131972,_0xda4b38,this[_0x26ddf3(0x257)][_0x26ddf3(0x25b)](_0x12b2c0,_0x2419a6)),_0x56beb6;}}[_0x4b920c(0x2df)](_0x4728b9,_0x3c5308,_0x25374c=[],_0x55cb89=null,_0x2ae91b={}){const _0x45643a=_0x4b920c;_0x3c5308[_0x45643a(0x1c6)]||(_0x3c5308[_0x45643a(0x1c6)]=_0x3c5308[_0x45643a(0x24c)]);const _0x4b08f7=_0x4728b9[0x0];_0x3c5308[_0x45643a(0x2aa)]=_0x4b08f7['is'](_0x45643a(0x27a)),_0x55cb89=_0x55cb89||Pt(_0x3c5308);const _0x5ef580=_0x25374c[_0x45643a(0x161)](_0x5e4ac5=>Lt(_0x5e4ac5,this[_0x45643a(0x257)])),_0x303c63=_0x4b08f7['is'](_0x45643a(0x27a))?_0x4728b9:_0x4728b9[_0x45643a(0x161)](_0x120f39=>Lt(_0x120f39,this[_0x45643a(0x257)]));if(_0x45643a(0x159)===this[_0x45643a(0x1ae)]){const _0x4807cf=this[_0x45643a(0x19b)][_0x45643a(0x286)](_0x45643a(0x28e),_0x55cb89,_0x45643a(0x182));return this[_0x45643a(0x2f3)](()=>_0x4807cf(_0x303c63,_0x3c5308,_0x2ae91b)),null;}_0x5ef580[_0x45643a(0x1a1)](..._0x303c63);let _0x38c282=!0x0;for(const _0x4540b9 of _0x5ef580)if(!this[_0x45643a(0x1a5)](_0x4540b9)){_0x38c282=!0x1;break;}if(_0x38c282&&_0x45643a(0x183)!==this[_0x45643a(0x1ae)]){const _0x386ae2=this[_0x45643a(0x19b)][_0x45643a(0x286)](_0x45643a(0x28e),_0x55cb89,_0x45643a(0x182));return this[_0x45643a(0x2f3)](()=>_0x386ae2(_0x303c63,_0x3c5308,_0x2ae91b)),null;}const _0x2d3577=this[_0x45643a(0x1eb)][_0x45643a(0x2ed)][_0x45643a(0x2d9)](_0x45643a(0x151))['me'];for(const _0x44bf95 of this[_0x45643a(0x1cb)]()){if(_0x44bf95[_0x45643a(0x2d8)]['id']!=_0x2d3577['id'])continue;if(_0x45643a(0x28e)!=_0x44bf95[_0x45643a(0x167)]||_0x44bf95[_0x45643a(0x28f)][_0x45643a(0x1c6)]!=_0x3c5308[_0x45643a(0x1c6)])continue;if(!qt(_0x44bf95,_0x2ae91b))continue;const _0x450ecc=_0x44bf95[_0x45643a(0x178)]==_0x55cb89;for(let _0x1c340e=0x0;_0x1c340e<_0x303c63[_0x45643a(0x202)];_0x1c340e++){const _0x151f47=_0x303c63[_0x1c340e];for(const _0x1f840a of _0x44bf95[_0x45643a(0x2e9)]()){const _0x5c4f24=_0x1f840a[_0x45643a(0x2f2)]();if(_0x151f47[_0x45643a(0x281)](_0x5c4f24)){_0x450ecc?(_0x303c63[_0x45643a(0x1d8)](_0x1c340e,0x1),_0x1c340e--):_0x44bf95[_0x45643a(0x26e)](_0x1f840a[_0x45643a(0x2f1)]);break;}}}}if(0x0==_0x303c63[_0x45643a(0x202)])return null;const _0x46a3fd=this[_0x45643a(0x19b)][_0x45643a(0x286)](_0x45643a(0x28e),_0x55cb89,_0x45643a(0x29e));for(const _0x10d082 of this[_0x45643a(0x1cb)]())if(_0x10d082[_0x45643a(0x2d8)]['id']==_0x2d3577['id']&&_0x45643a(0x28e)==_0x10d082[_0x45643a(0x167)]&&_0x10d082[_0x45643a(0x28f)][_0x45643a(0x1c6)]==_0x3c5308[_0x45643a(0x1c6)]&&_0x10d082[_0x45643a(0x178)]==_0x55cb89&&qt(_0x10d082,_0x2ae91b)&&(_0x46a3fd(_0x10d082[_0x45643a(0x2ac)](),_0x303c63)||_0x46a3fd(_0x303c63,_0x10d082[_0x45643a(0x2ac)]()))){for(const _0x5c7287 of _0x303c63)_0x10d082[_0x45643a(0x235)](_0x5c7287);return _0x10d082;}const _0x2535c0=_0x115c10(),_0x3d3db6=_0x2d3577['id'],_0x8858a6=_0x45643a(0x2ae)+_0x55cb89,_0x42a31b=this[_0x45643a(0x266)]({'id':_0x2535c0,'type':_0x8858a6,'data':_0x3c5308,'createdAt':new Date(),'authorId':_0x3d3db6,'attributes':_0x2ae91b});for(const _0x1a0dd0 of _0x303c63)this[_0x45643a(0x242)](_0x8858a6,_0x2535c0,_0x3d3db6,_0x1a0dd0,_0x283d4a[_0x45643a(0x160)]());return _0x42a31b;}[_0x4b920c(0x26b)](_0x13bf52,_0x420dbd=null,_0x241743={}){const _0x571376=_0x4b920c;if(_0x13bf52[_0x571376(0x2ee)])return null;const _0x2da367=this[_0x571376(0x1eb)][_0x571376(0x2ed)][_0x571376(0x2d9)](_0x571376(0x151))['me'],_0x23aa6c=new _0x5ba536(_0x13bf52[_0x571376(0x229)],_0x13bf52[_0x571376(0x2a5)]);for(const {suggestion:_0x46d250,meta:_0x877173}of this[_0x571376(0x2e0)](_0x23aa6c,_0x571376(0x2a8)))if(_0x877173[_0x571376(0x2fa)]&&!_0x877173[_0x571376(0x2a1)]){if(_0x46d250[_0x571376(0x17e)]){const _0x31f6ed=_0x46d250[_0x571376(0x2ac)]()[_0x571376(0x187)](_0x5a5ded=>_0x571376(0x2f6)!=_0x5a5ded[_0x571376(0x249)][_0x571376(0x24f)]);_0x31f6ed[_0x571376(0x259)](_0x53b9c6=>_0x23aa6c[_0x571376(0x22d)](_0x53b9c6,!0x0))&&_0x46d250[_0x571376(0x1fb)]();if(_0x31f6ed[_0x571376(0x1b3)](_0x601690=>_0x601690[_0x571376(0x22d)](_0x23aa6c,!0x0))){const _0xf4cd6d=this[_0x571376(0x19b)][_0x571376(0x286)](_0x571376(0x1c5),_0x420dbd,_0x571376(0x182));return this[_0x571376(0x2f3)](()=>_0xf4cd6d([_0x23aa6c],null,_0x241743)),null;}}else{const _0x12edfe=_0x23aa6c[_0x571376(0x233)](_0x46d250[_0x571376(0x195)]());null!==_0x12edfe&&_0x46d250[_0x571376(0x175)]([_0x12edfe],null,_0x241743);}}if(_0x23aa6c[_0x571376(0x21c)](),_0x23aa6c[_0x571376(0x2ee)]||_0x571376(0x2f6)==_0x23aa6c[_0x571376(0x249)][_0x571376(0x24f)])return null;let _0x4a6eaf=null,_0x86784e=_0x23aa6c[_0x571376(0x229)],_0x4d26fb=_0x23aa6c[_0x571376(0x2a5)];const _0x4aecb1=this[_0x571376(0x2e0)](_0x23aa6c,_0x571376(0x1c5));for(const {suggestion:_0x1fbd5d,meta:_0x3335d5}of _0x4aecb1){const _0x4138ab=this[_0x571376(0x257)][_0x571376(0x25b)](_0x86784e,_0x4d26fb);if(_0x3335d5[_0x571376(0x2fa)]&&(this[_0x571376(0x1fc)]||!_0x3335d5[_0x571376(0x2bf)]&&!_0x3335d5[_0x571376(0x2da)])){if(_0x1fbd5d[_0x571376(0x17e)]){if(!qt(_0x1fbd5d,_0x241743))continue;let _0x408e7b=!0x0;for(const _0x2353ed of _0x1fbd5d[_0x571376(0x2ac)]()){if(_0x2353ed[_0x571376(0x22d)](_0x4138ab,!0x0))return _0x1fbd5d;_0x4138ab[_0x571376(0x22d)](_0x2353ed)||(_0x408e7b=!0x1);}_0x408e7b&&_0x1fbd5d[_0x571376(0x1fb)]();}else{const _0x1470fd=_0x1fbd5d[_0x571376(0x195)]();if(_0x1470fd[_0x571376(0x22d)](_0x4138ab,!0x0))return _0x1fbd5d;if(!qt(_0x1fbd5d,_0x241743)){_0x4138ab[_0x571376(0x22d)](_0x1470fd)?_0x1fbd5d[_0x571376(0x2c9)]():_0x1470fd[_0x571376(0x28d)](_0x86784e)?_0x86784e=_0x1470fd[_0x571376(0x2a5)]:_0x1470fd[_0x571376(0x28d)](_0x4d26fb)&&(_0x4d26fb=_0x1470fd[_0x571376(0x229)]);continue;}_0x86784e=_0x86784e[_0x571376(0x1b7)](_0x1470fd[_0x571376(0x229)])?_0x86784e:_0x1470fd[_0x571376(0x229)],_0x4d26fb=_0x4d26fb[_0x571376(0x1b8)](_0x1470fd[_0x571376(0x2a5)])?_0x4d26fb:_0x1470fd[_0x571376(0x2a5)],_0x241743=Object[_0x571376(0x16c)]({},_0x1fbd5d[_0x571376(0x1f2)]),_0x4a6eaf?_0x1470fd[_0x571376(0x229)][_0x571376(0x1b7)](_0x4a6eaf[_0x571376(0x195)]()[_0x571376(0x229)])?(_0x4a6eaf[_0x571376(0x2c9)](),_0x4a6eaf=_0x1fbd5d):_0x1fbd5d[_0x571376(0x2c9)]():_0x4a6eaf=_0x1fbd5d;}}}if(_0x4a6eaf)return this[_0x571376(0x1fe)](_0x4a6eaf,this[_0x571376(0x257)][_0x571376(0x25b)](_0x86784e,_0x4d26fb)),_0x4a6eaf;{const _0x28d685=_0x115c10(),_0x241e3b=this[_0x571376(0x257)][_0x571376(0x25b)](_0x86784e,_0x4d26fb),_0x5356c3=_0x2da367['id'],_0x182388=_0x420dbd?_0x571376(0x185)+_0x420dbd:_0x571376(0x1c5),_0x11adb9=this[_0x571376(0x266)]({'id':_0x28d685,'type':_0x182388,'createdAt':new Date(),'authorId':_0x5356c3,'attributes':_0x241743});return this[_0x571376(0x242)](_0x182388,_0x28d685,_0x5356c3,_0x241e3b),_0x11adb9;}}[_0x4b920c(0x23b)](_0x5f3109,_0x24c380=_0x4b920c(0x2b4),_0x55d33f={}){const _0x4a4d51=_0x4b920c,_0x34b7ee=this[_0x4a4d51(0x1eb)][_0x4a4d51(0x2ed)][_0x4a4d51(0x2d9)](_0x4a4d51(0x151))['me'],_0x3da25b=_0x5f3109[_0x4a4d51(0x161)](_0x131b64=>new _0x5ba536(_0x131b64[_0x4a4d51(0x229)],_0x131b64[_0x4a4d51(0x2a5)])),_0x3e806c=new Set();for(const {suggestion:_0x55a2c4,meta:_0x25df1d}of this[_0x4a4d51(0x2e0)](_0x3da25b,_0x4a4d51(0x2a8)))_0x25df1d[_0x4a4d51(0x2fa)]&&!_0x25df1d[_0x4a4d51(0x2a1)]&&_0x3e806c[_0x4a4d51(0x267)](_0x55a2c4);for(const _0x39b36b of _0x3e806c)if(_0x39b36b[_0x4a4d51(0x17e)]){const _0x37dd1f=_0x39b36b[_0x4a4d51(0x2ac)]();(!_0x39b36b[_0x4a4d51(0x1f2)]||!_0x39b36b[_0x4a4d51(0x1f2)][_0x4a4d51(0x1de)])&&(_0x37dd1f[_0x4a4d51(0x259)](_0x24f058=>_0x3da25b[_0x4a4d51(0x1b3)](_0x2b9002=>_0x2b9002[_0x4a4d51(0x22d)](_0x24f058,!0x0)))&&_0x39b36b[_0x4a4d51(0x1fb)]());if(_0x3da25b[_0x4a4d51(0x259)](_0x413d5d=>_0x37dd1f[_0x4a4d51(0x1b3)](_0x591304=>_0x591304[_0x4a4d51(0x22d)](_0x413d5d,!0x0)))){const _0x30bb8b=this[_0x4a4d51(0x19b)][_0x4a4d51(0x286)](_0x4a4d51(0x1c5),_0x24c380,_0x4a4d51(0x182));return this[_0x4a4d51(0x2f3)](()=>_0x30bb8b(_0x5f3109,null,_0x55d33f)),null;}}else{const _0x11570c=_0x39b36b[_0x4a4d51(0x195)]();_0x3da25b[_0x4a4d51(0x1b3)](_0x25df2=>_0x25df2[_0x4a4d51(0x22d)](_0x11570c,!0x0))&&_0x39b36b[_0x4a4d51(0x1fb)]();if(_0x3da25b[_0x4a4d51(0x259)](_0x5b78bf=>_0x11570c[_0x4a4d51(0x22d)](_0x5b78bf,!0x0))){const _0x1df5d8=this[_0x4a4d51(0x19b)][_0x4a4d51(0x286)](_0x4a4d51(0x1c5),_0x24c380,_0x4a4d51(0x182));return this[_0x4a4d51(0x2f3)](()=>_0x1df5d8(_0x3da25b,null,_0x55d33f)),null;}}const _0x799565=this[_0x4a4d51(0x19b)][_0x4a4d51(0x286)](_0x4a4d51(0x1c5),_0x24c380,_0x4a4d51(0x29e));let _0x3feb96=null;for(const _0x3b317e of this[_0x4a4d51(0x1cb)]())if(_0x3b317e[_0x4a4d51(0x2d8)]['id']==_0x34b7ee['id']&&_0x3b317e[_0x4a4d51(0x2af)]&&_0x4a4d51(0x1c5)==_0x3b317e[_0x4a4d51(0x167)]&&_0x3b317e[_0x4a4d51(0x178)]==_0x24c380&&qt(_0x3b317e,_0x55d33f)&&(_0x799565(_0x3b317e[_0x4a4d51(0x2ac)](),_0x3da25b)||_0x799565(_0x3da25b,_0x3b317e[_0x4a4d51(0x2ac)]()))){if(_0x3feb96){if(_0x3b317e[_0x4a4d51(0x1c4)]&&_0x3b317e[_0x4a4d51(0x1c4)][_0x4a4d51(0x202)])continue;for(const _0x158407 of _0x3b317e[_0x4a4d51(0x2ac)]())_0x3feb96[_0x4a4d51(0x29d)](_0x158407)||_0x3feb96[_0x4a4d51(0x235)](_0x158407);_0x3b317e[_0x4a4d51(0x2c9)]();}else{_0x3feb96=_0x3b317e;for(const _0x2ce70f of _0x3da25b)_0x3b317e[_0x4a4d51(0x29d)](_0x2ce70f)||_0x3b317e[_0x4a4d51(0x235)](_0x2ce70f);}}if(_0x3feb96)return _0x3feb96;_0x3e806c[_0x4a4d51(0x294)]();for(const {suggestion:_0x337523,meta:_0x215900}of this[_0x4a4d51(0x2e0)](_0x3da25b,_0x4a4d51(0x1c5)))_0x215900[_0x4a4d51(0x2fa)]&&(this[_0x4a4d51(0x1fc)]||!_0x215900[_0x4a4d51(0x2bf)]&&!_0x215900[_0x4a4d51(0x2da)])&&qt(_0x337523,_0x55d33f)&&_0x3e806c[_0x4a4d51(0x267)](_0x337523);for(const _0x588823 of _0x3e806c){const _0x163047=_0x588823[_0x4a4d51(0x2ac)]();if(!_0x55d33f||!_0x55d33f[_0x4a4d51(0x1de)]){if(_0x3da25b[_0x4a4d51(0x259)](_0x30561e=>_0x163047[_0x4a4d51(0x1b3)](_0x5a2106=>_0x5a2106[_0x4a4d51(0x22d)](_0x30561e,!0x0))))return _0x588823;}(!_0x588823[_0x4a4d51(0x1f2)]||!_0x588823[_0x4a4d51(0x1f2)][_0x4a4d51(0x1de)])&&(_0x163047[_0x4a4d51(0x259)](_0x5096c1=>_0x3da25b[_0x4a4d51(0x1b3)](_0x4cca65=>_0x4cca65[_0x4a4d51(0x22d)](_0x5096c1,!0x0)))&&_0x588823[_0x4a4d51(0x1fb)]());}const _0x336eb2=_0x115c10(),_0x42222b=_0x34b7ee['id'],_0x3b1e2e=_0x4a4d51(0x185)+_0x24c380,_0x366865=this[_0x4a4d51(0x266)]({'id':_0x336eb2,'type':_0x3b1e2e,'createdAt':new Date(),'authorId':_0x42222b,'attributes':_0x55d33f});for(const _0x4d3aa0 of _0x3da25b)_0x4d3aa0[_0x4a4d51(0x21c)](),_0x4d3aa0[_0x4a4d51(0x2ee)]||_0x4a4d51(0x2f6)==_0x4d3aa0[_0x4a4d51(0x249)][_0x4a4d51(0x24f)]||this[_0x4a4d51(0x242)](_0x3b1e2e,_0x336eb2,_0x42222b,_0x4d3aa0,_0x283d4a[_0x4a4d51(0x160)]());return _0x366865;}[_0x4b920c(0x234)](_0x24793b,_0x1b1480,_0x308130,_0x4e7d21,_0x31dad6){const _0x5ac6d4=_0x4b920c;if(_0x24793b[_0x5ac6d4(0x2ee)])return[];if(_0x5ac6d4(0x159)===this[_0x5ac6d4(0x1ae)])return[];const _0x2d4785=this[_0x5ac6d4(0x1eb)][_0x5ac6d4(0x2ed)][_0x5ac6d4(0x2d9)](_0x5ac6d4(0x151))['me']['id'],_0x3881df=Array[_0x5ac6d4(0x1f9)](this[_0x5ac6d4(0x2be)][_0x5ac6d4(0x170)]())[_0x5ac6d4(0x187)](_0x209242=>_0x5ac6d4(0x214)==_0x209242[_0x5ac6d4(0x167)]&&_0x209242[_0x5ac6d4(0x28f)][_0x5ac6d4(0x1da)]==_0x1b1480&&_0x209242[_0x5ac6d4(0x29d)](_0x24793b));if(_0x5ac6d4(0x2e2)===this[_0x5ac6d4(0x1ae)]){const _0x57084f=this[_0x5ac6d4(0x2e0)](_0x24793b,_0x5ac6d4(0x2a8))[_0x5ac6d4(0x187)](({meta:_0x2adfcf})=>_0x2adfcf[_0x5ac6d4(0x2fa)]&&!_0x2adfcf[_0x5ac6d4(0x2da)]&&!_0x2adfcf[_0x5ac6d4(0x2a1)])[_0x5ac6d4(0x161)](({suggestion:_0x5bee51})=>_0x5bee51);_0x3881df[_0x5ac6d4(0x224)](..._0x57084f);}const _0x10d626=new Map([[_0x24793b,_0x308130]]);for(const _0x342ab9 of _0x3881df){const _0x1bfc7e=_0x5ac6d4(0x214)==_0x342ab9[_0x5ac6d4(0x167)]?_0x342ab9[_0x5ac6d4(0x28f)][_0x5ac6d4(0x150)]:void 0x0,_0x5944e1=_0x342ab9[_0x5ac6d4(0x195)](),_0x11305f=Array[_0x5ac6d4(0x1f9)](_0x10d626[_0x5ac6d4(0x17d)]())[_0x5ac6d4(0x1be)](_0x1c6df4=>_0x1c6df4[_0x5ac6d4(0x180)](_0x5944e1));if(!_0x11305f)continue;const _0x5a0d7a=_0x11305f[_0x5ac6d4(0x230)](_0x5944e1);this[_0x5ac6d4(0x147)](_0x1b1480)&&_0x5ac6d4(0x2a8)==_0x342ab9[_0x5ac6d4(0x167)]&&0x0!=_0x5a0d7a[_0x5ac6d4(0x202)]||(_0x10d626[_0x5ac6d4(0x2a2)](_0x11305f),_0x5a0d7a[_0x5ac6d4(0x16d)](_0xafd167=>{const _0x470359=_0x5ac6d4;_0x10d626[_0x470359(0x1a9)](_0xafd167,_0x308130);}),_0x5ac6d4(0x2a8)!=_0x342ab9[_0x5ac6d4(0x167)]&&_0x1bfc7e!=_0x4e7d21&&_0x10d626[_0x5ac6d4(0x1a9)](_0x11305f[_0x5ac6d4(0x233)](_0x5944e1),_0x1bfc7e));}const _0x2c2442=[];for(const [_0x4257c5,_0x136b11]of _0x10d626){const _0x45914f=_0x115c10(),_0x43e917={'key':_0x1b1480,'oldValue':_0x136b11,'newValue':_0x4e7d21};_0x1b1480[_0x5ac6d4(0x202)]>0x25&&console[_0x5ac6d4(0x285)](_0x5ac6d4(0x203),{'key':_0x1b1480});const _0x1ba3e4=(_0x5ac6d4(0x238)+(_0x1b1480+'|'+Pt({'newValue':_0x4e7d21})))[_0x5ac6d4(0x19d)](0x0,0x3c),_0x5363e7=this[_0x5ac6d4(0x266)]({'id':_0x45914f,'type':_0x1ba3e4,'data':_0x43e917,'createdAt':new Date(),'authorId':_0x2d4785,'attributes':_0x31dad6});_0x2c2442[_0x5ac6d4(0x1a1)](_0x5363e7),this[_0x5ac6d4(0x242)](_0x1ba3e4,_0x45914f,_0x2d4785,_0x4257c5);}return _0x2c2442;}[_0x4b920c(0x261)](_0x501003){const _0x5abc3d=_0x4b920c;this[_0x5abc3d(0x1ac)](_0x501003,(_0xe09cdd,..._0x1e3a68)=>{const _0x543641=_0x5abc3d;this[_0x543641(0x1fa)](()=>{_0xe09cdd(..._0x1e3a68);});});}[_0x4b920c(0x1e5)](_0x10b8f4){const _0x3646b3=_0x4b920c;this[_0x3646b3(0x2cb)][_0x3646b3(0x267)](_0x10b8f4);}[_0x4b920c(0x296)](_0xc5e53f){const _0x3505e8=_0x4b920c;this[_0x3505e8(0x256)][_0x3505e8(0x267)](_0xc5e53f);}[_0x4b920c(0x1b5)](_0x61939b){const _0x485aaa=_0x4b920c;return _0x485aaa(0x214)==_0x61939b[_0x485aaa(0x167)]?_0x61939b[_0x485aaa(0x178)][_0x485aaa(0x2d0)]('|')[0x0]:null;}[_0x4b920c(0x1fe)](_0x1bd1df,_0x8f720f){const _0xbf5dba=_0x4b920c,_0x3acbc3=_0x1bd1df[_0xbf5dba(0x23d)]();this[_0xbf5dba(0x257)][_0xbf5dba(0x1b9)](_0x127ffb=>{const _0x5082a3=_0xbf5dba;_0x127ffb[_0x5082a3(0x14c)](_0x3acbc3,{'range':_0x8f720f});});}[_0x4b920c(0x264)](_0x30b1a8){const _0x50610d=_0x4b920c,_0xe13dc2=_0x30b1a8['id'],_0x2eb04d=this[_0x50610d(0x1eb)][_0x50610d(0x241)][_0x50610d(0x2d9)](_0x50610d(0x1db));this[_0x50610d(0x23c)][_0x50610d(0x152)](_0xe13dc2)||this[_0x50610d(0x23c)][_0x50610d(0x25a)]({'channelId':_0x2eb04d,'threadId':_0xe13dc2,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2e3e6b=this[_0x50610d(0x23c)][_0x50610d(0x1d6)](_0xe13dc2);_0x2e3e6b[_0x50610d(0x2eb)](_0x50610d(0x164)),_0x2e3e6b[_0x50610d(0x164)]=!0x1,_0x30b1a8[_0x50610d(0x1c4)]=_0x2e3e6b;}[_0x4b920c(0x2bc)](_0x12178f,_0x5a7279,_0x395ca1,_0x3f8b6c){const _0x134609=_0x4b920c;if(_0x12178f[_0x134609(0x167)]!=_0x5a7279||_0x12178f[_0x134609(0x178)]!=_0x395ca1||_0x12178f[_0x134609(0x198)]['id']!=_0x3f8b6c)throw this[_0x134609(0x1eb)][_0x134609(0x2bb)](_0x134609(0x22a)),new _0x2f3ac0(_0x134609(0x22a),this);}[_0x4b920c(0x1c2)](_0x4de7c2,_0x3ae86e){const _0x4ee66d=_0x4b920c,_0x3a7325=_0x4de7c2[_0x4ee66d(0x195)]();if(_0x3ae86e[_0x4ee66d(0x281)](_0x3a7325))_0x4de7c2[_0x4ee66d(0x2c9)]();else{if(_0x3a7325[_0x4ee66d(0x22d)](_0x3ae86e)){const _0x3d069c=this[_0x4ee66d(0x257)][_0x4ee66d(0x1ca)](_0x3ae86e[_0x4ee66d(0x229)][_0x4ee66d(0x27c)],_0x4ee66d(0x2a5));this[_0x4ee66d(0x1fe)](_0x4de7c2,this[_0x4ee66d(0x257)][_0x4ee66d(0x25b)](_0x3a7325[_0x4ee66d(0x229)],_0x3d069c));const _0x14059f=_0x115c10(),_0x29602f=_0x4de7c2[_0x4ee66d(0x198)]['id'],_0x32b6ba=_0x4de7c2[_0x4ee66d(0x167)]+':'+_0x4de7c2[_0x4ee66d(0x178)];this[_0x4ee66d(0x266)]({'id':_0x14059f,'type':_0x32b6ba,'createdAt':new Date(),'authorId':_0x29602f,'data':_0x4de7c2[_0x4ee66d(0x28f)],'attributes':_0x4de7c2[_0x4ee66d(0x1f2)]});const _0xd20297=this[_0x4ee66d(0x257)][_0x4ee66d(0x1ca)](_0x3ae86e[_0x4ee66d(0x2a5)][_0x4ee66d(0x1ad)],_0x4ee66d(0x1d1)),_0x5058d8=this[_0x4ee66d(0x257)][_0x4ee66d(0x25b)](_0xd20297,_0x3a7325[_0x4ee66d(0x2a5)]);this[_0x4ee66d(0x242)](_0x32b6ba,_0x14059f,_0x29602f,_0x5058d8);}else{if(_0x3a7325[_0x4ee66d(0x28d)](_0x3ae86e[_0x4ee66d(0x229)])){const _0x3dd6ea=this[_0x4ee66d(0x257)][_0x4ee66d(0x1ca)](_0x3ae86e[_0x4ee66d(0x229)][_0x4ee66d(0x27c)],_0x4ee66d(0x2a5));this[_0x4ee66d(0x1fe)](_0x4de7c2,this[_0x4ee66d(0x257)][_0x4ee66d(0x25b)](_0x3a7325[_0x4ee66d(0x229)],_0x3dd6ea));}else{const _0x5a3bf5=this[_0x4ee66d(0x257)][_0x4ee66d(0x1ca)](_0x3ae86e[_0x4ee66d(0x2a5)][_0x4ee66d(0x1ad)],_0x4ee66d(0x1d1));this[_0x4ee66d(0x1fe)](_0x4de7c2,this[_0x4ee66d(0x257)][_0x4ee66d(0x25b)](_0x5a3bf5,_0x3a7325[_0x4ee66d(0x2a5)]));}}}}[_0x4b920c(0x1a5)](_0x5dc98d){const _0x2c34c7=_0x4b920c;for(const {suggestion:_0x4216a8,meta:_0x263394}of this[_0x2c34c7(0x2e0)](_0x5dc98d,_0x2c34c7(0x2a8))){if(!_0x263394[_0x2c34c7(0x2fa)])continue;const _0x21ba76=_0x4216a8[_0x2c34c7(0x2ac)]();for(const _0x4297e6 of _0x21ba76)if(!_0x5dc98d[_0x2c34c7(0x230)](_0x4297e6)[_0x2c34c7(0x202)])return!0x0;}return!0x1;}[_0x4b920c(0x190)](_0x2194e1){const _0x4b5236=_0x4b920c,_0xb6fa07=this[_0x4b5236(0x1eb)][_0x4b5236(0x2ed)][_0x4b5236(0x2d9)](_0x4b5236(0x151))[_0x4b5236(0x1c1)](_0x2194e1);if(!_0xb6fa07)throw new _0x2f3ac0(_0x4b5236(0x2e7),this);return _0xb6fa07;}[_0x4b920c(0x2c5)](_0x5d62f6){const _0xcb655=_0x4b920c,_0x3d7fb9=this[_0xcb655(0x1eb)][_0xcb655(0x2ed)][_0xcb655(0x2d9)](_0xcb655(0x151)),_0x10a0c1=_0x4980cf(_0xcb655(0x21d)+_0x5d62f6),_0x3025fd=_0x3d7fb9[_0xcb655(0x1c1)](_0x10a0c1);return _0x3025fd||_0x3d7fb9[_0xcb655(0x2d7)]({'id':_0x10a0c1,'name':_0x5d62f6});}[_0x4b920c(0x14f)](_0x535902,_0x650285,_0x30054f,_0x149b89,_0xd7d055){const _0x4a181a=_0x4b920c,_0x4fa6ca=this[_0x4a181a(0x190)](_0x149b89),_0x1636a1=this[_0x4a181a(0x19b)][_0x4a181a(0x2f0)](_0x535902,_0x650285,_0x30054f,_0x4fa6ca,_0xd7d055,_0x5561c2=>{const _0x16f6e7=_0x4a181a;this[_0x16f6e7(0x1f8)](_0x30054f,{'attributes':_0x5561c2});const _0xf375e3=this[_0x16f6e7(0x1ba)](_0x30054f);this[_0x16f6e7(0x1ee)](new Set([_0xf375e3])),this[_0x16f6e7(0x272)](new Set([_0xf375e3]));});return this[_0x4a181a(0x2c0)](_0x1636a1,_0x4a181a(0x182),()=>{const _0x40c3db=_0x4a181a;this[_0x40c3db(0x1f8)](_0x30054f,{'state':_0x40c3db(0x25e)});},{'priority':_0x4a181a(0x20b)}),this[_0x4a181a(0x2c0)](_0x1636a1,_0x4a181a(0x1fb),()=>{const _0x557e8e=_0x4a181a;this[_0x557e8e(0x1f8)](_0x30054f,{'state':_0x557e8e(0x210)});},{'priority':_0x4a181a(0x20b)}),this[_0x4a181a(0x2be)][_0x4a181a(0x1a9)](_0x30054f,_0x1636a1),this[_0x4a181a(0x200)][_0x4a181a(0x1a9)](_0x1636a1,_0x4a181a(0x27d)),_0x1636a1;}[_0x4b920c(0x2d2)](_0x3a51ad){const _0x2b4e11=_0x4b920c,_0x1402c0=_0x3a51ad[_0x2b4e11(0x2d0)](':');return{'group':_0x1402c0[0x0],'type':_0x1402c0[0x1],'subType':_0x1402c0[_0x2b4e11(0x202)]>=0x5?_0x1402c0[0x2]:null,'id':_0x1402c0[_0x2b4e11(0x202)]<0x5?_0x1402c0[0x2]:_0x1402c0[0x3],'authorId':_0x1402c0[_0x2b4e11(0x202)]<0x5?_0x1402c0[0x3]:_0x1402c0[0x4],'markerCount':0x6==_0x1402c0[_0x2b4e11(0x202)]?_0x1402c0[0x5]:null};}[_0x4b920c(0x295)](_0x34398f,_0x573456,_0x260de9){const _0x142bbf=_0x4b920c,_0x835361=_0x34398f[_0x142bbf(0x195)](),_0xdae910=_0x835361[_0x142bbf(0x229)],_0x1c4187=_0x835361[_0x142bbf(0x2a5)];this[_0x142bbf(0x1fe)](_0x34398f,this[_0x142bbf(0x257)][_0x142bbf(0x25b)](_0xdae910,_0x573456));const _0x20887d=_0x115c10(),_0x3f4d17=_0x34398f[_0x142bbf(0x198)]['id'],_0x982527=_0x34398f[_0x142bbf(0x167)]+(_0x34398f[_0x142bbf(0x178)]?':'+_0x34398f[_0x142bbf(0x178)]:'');this[_0x142bbf(0x266)]({'id':_0x20887d,'type':_0x982527,'createdAt':new Date(),'authorId':_0x3f4d17,'originalSuggestionId':_0x34398f['id'],'attributes':_0x34398f[_0x142bbf(0x1f2)],'data':_0x34398f[_0x142bbf(0x28f)]});const _0x41f9de=this[_0x142bbf(0x1b5)](_0x34398f);(_0x142bbf(0x28e)==_0x34398f[_0x142bbf(0x167)]||_0x41f9de&&this[_0x142bbf(0x147)](_0x41f9de))&&(_0x260de9=this[_0x142bbf(0x257)][_0x142bbf(0x231)](_0x260de9[_0x142bbf(0x1ad)])),this[_0x142bbf(0x242)](_0x982527,_0x20887d,_0x3f4d17,this[_0x142bbf(0x257)][_0x142bbf(0x25b)](_0x260de9,_0x1c4187));}[_0x4b920c(0x2e0)](_0xfd8b01,_0x59b6c0=null){const _0x3a116c=_0x4b920c,_0x4e15c5=[],_0x3cc948=this[_0x3a116c(0x1eb)][_0x3a116c(0x2ed)][_0x3a116c(0x2d9)](_0x3a116c(0x151))['me'];Array[_0x3a116c(0x216)](_0xfd8b01)||(_0xfd8b01=[_0xfd8b01]);for(const _0x507d67 of this[_0x3a116c(0x1cb)]()){if(!_0x507d67[_0x3a116c(0x2af)])continue;if(_0x59b6c0&&_0x507d67[_0x3a116c(0x167)]!=_0x59b6c0)continue;let _0x9c0e02=!0x1;for(const _0x21059b of _0x507d67[_0x3a116c(0x2ac)]()){for(const _0x3314ae of _0xfd8b01){const _0x38a7af=_0x3314ae[_0x3a116c(0x229)][_0x3a116c(0x281)](_0x21059b[_0x3a116c(0x2a5)])||_0x3314ae[_0x3a116c(0x2a5)][_0x3a116c(0x281)](_0x21059b[_0x3a116c(0x229)]);if(_0x38a7af||_0x3314ae[_0x3a116c(0x233)](_0x21059b)){const _0x251682=_0x3314ae[_0x3a116c(0x22d)](_0x21059b)&&Et(this[_0x3a116c(0x257)][_0x3a116c(0x1e2)],_0x21059b[_0x3a116c(0x229)],_0x3314ae),_0xd65cbf=_0x21059b[_0x3a116c(0x22d)](_0x3314ae)&&Et(this[_0x3a116c(0x257)][_0x3a116c(0x1e2)],_0x3314ae[_0x3a116c(0x229)],_0x21059b);_0x4e15c5[_0x3a116c(0x1a1)]({'suggestion':_0x507d67,'meta':{'isOwn':_0x3cc948==_0x507d67[_0x3a116c(0x2d8)],'isNextTo':_0x38a7af,'isInsideObject':_0x251682,'containsRangeInObject':_0xd65cbf}}),_0x9c0e02=!0x0;break;}}if(_0x9c0e02)break;}}return _0x4e15c5;}[_0x4b920c(0x242)](_0x237f61,_0x48d976,_0x3ee0db,_0x220a52,_0x492adc){const _0x5f2676=_0x4b920c;this[_0x5f2676(0x257)][_0x5f2676(0x1b9)](_0x185ccd=>{const _0x5c38b8=_0x5f2676;let _0x4e6e3f=_0x5c38b8(0x176)+_0x237f61+':'+_0x48d976+':'+_0x3ee0db;_0x492adc&&(_0x4e6e3f=_0x4e6e3f+':'+_0x492adc),_0x185ccd[_0x5c38b8(0x184)](_0x4e6e3f,{'range':_0x220a52,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x4b920c(0x2a6)](_0x2cf2b1){const _0x5a0588=_0x4b920c,_0x169160=_0x2cf2b1[_0x5a0588(0x2b5)],_0x5a0442=_0x2cf2b1[_0x5a0588(0x18c)];_0x2cf2b1[_0x5a0588(0x2b5)]=null,_0x2cf2b1[_0x5a0588(0x18c)]=null,null!=_0x169160&&_0x169160[_0x5a0588(0x18c)]==_0x2cf2b1&&(_0x169160[_0x5a0588(0x18c)]=_0x5a0442),null!=_0x5a0442&&_0x5a0442[_0x5a0588(0x2b5)]==_0x2cf2b1&&(_0x5a0442[_0x5a0588(0x2b5)]=_0x169160),_0x5a0588(0x2f8)==this[_0x5a0588(0x200)][_0x5a0588(0x2d9)](_0x2cf2b1)&&(this[_0x5a0588(0x200)][_0x5a0588(0x1a9)](_0x2cf2b1,_0x5a0588(0x275)),this[_0x5a0588(0x22b)](_0x5a0588(0x282),_0x2cf2b1,_0x169160,_0x5a0442));}[_0x4b920c(0x266)](_0x2e9168){const _0x6e9157=_0x4b920c,_0x1c0472=_0x2e9168['id'],_0x4ba845=this[_0x6e9157(0x14a)](_0x2e9168);if(this[_0x6e9157(0x1e3)]&&this[_0x6e9157(0x1e3)][_0x6e9157(0x287)]){const _0x5ee45f=this[_0x6e9157(0x1eb)][_0x6e9157(0x2ed)][_0x6e9157(0x2d9)](_0x6e9157(0x2b9)),_0x115592=_0x4ba845[_0x6e9157(0x29a)],_0x3b5a71=_0x4ba845[_0x6e9157(0x178)]?_0x4ba845[_0x6e9157(0x167)]+':'+_0x4ba845[_0x6e9157(0x178)]:_0x4ba845[_0x6e9157(0x167)],_0x442556=this[_0x6e9157(0x1eb)][_0x6e9157(0x1aa)],_0x273130=_0x5ee45f[_0x6e9157(0x267)](_0x3499f4(_0x442556,_0x6e9157(0x223))),_0x427be5={'id':_0x1c0472,'type':_0x3b5a71,'hasComments':_0x115592,'data':_0x2e9168[_0x6e9157(0x28f)]||null,'originalSuggestionId':_0x2e9168[_0x6e9157(0x1d7)]||null,'attributes':_0x4ba845[_0x6e9157(0x1f2)]};this[_0x6e9157(0x1e3)][_0x6e9157(0x287)](_0x427be5)[_0x6e9157(0x263)](_0xd0f2a7=>{const _0x9399c9=_0x6e9157;_0x4ba845[_0x9399c9(0x1a2)]=!0x0,_0x5ee45f[_0x9399c9(0x1ef)](_0x273130),_0xd0f2a7&&_0xd0f2a7[_0x9399c9(0x18f)]&&(this[_0x9399c9(0x2be)][_0x9399c9(0x2d9)](_0x1c0472)[_0x9399c9(0x18f)]=_0xd0f2a7[_0x9399c9(0x18f)]);})[_0x6e9157(0x212)](_0x3e31b0=>{const _0x15c5c4=_0x6e9157;throw _0x368948(_0x15c5c4(0x1e8)),this[_0x15c5c4(0x1eb)][_0x15c5c4(0x1a7)][_0x15c5c4(0x2c2)]({'isUndoable':!0x1},()=>{const _0x4b2e96=_0x15c5c4;_0x4ba845[_0x4b2e96(0x1fb)]();}),_0x4ba845[_0x15c5c4(0x2c3)](),this[_0x15c5c4(0x2be)][_0x15c5c4(0x2a2)](_0x4ba845['id']),this[_0x15c5c4(0x200)][_0x15c5c4(0x2a2)](_0x4ba845),_0x3e31b0;});}return _0x4ba845;}[_0x4b920c(0x147)](_0x2da36a){const _0x554718=_0x4b920c;return this[_0x554718(0x2cb)][_0x554718(0x201)](_0x2da36a);}[_0x4b920c(0x1f8)](_0x1804a2,_0x589798){const _0x492c4d=_0x4b920c,_0x4c66d5=this[_0x492c4d(0x1eb)][_0x492c4d(0x2ed)][_0x492c4d(0x2d9)](_0x492c4d(0x2b9)),_0x329ff6=this[_0x492c4d(0x1ba)](_0x1804a2);if(this[_0x492c4d(0x1e3)]&&this[_0x492c4d(0x1e3)][_0x492c4d(0x166)]){if(_0x329ff6[_0x492c4d(0x1a2)]){const _0x2e75e7=_0x4c66d5[_0x492c4d(0x267)](_0x3499f4(this[_0x492c4d(0x1eb)][_0x492c4d(0x1aa)],_0x492c4d(0x223)));this[_0x492c4d(0x1e3)][_0x492c4d(0x166)](_0x1804a2,_0x589798)[_0x492c4d(0x263)](()=>{const _0x2c4a52=_0x492c4d;_0x4c66d5[_0x2c4a52(0x1ef)](_0x2e75e7);});}else _0x329ff6['on'](_0x492c4d(0x299),()=>{const _0x239ffb=_0x492c4d;this[_0x239ffb(0x1f8)](_0x1804a2,_0x589798);});}}[_0x4b920c(0x2ca)](_0x160bc4){const _0x1d07b9=_0x4b920c;if(!this[_0x1d07b9(0x1e3)]||!this[_0x1d07b9(0x1e3)][_0x1d07b9(0x1ba)])throw new _0x2f3ac0(_0x1d07b9(0x274),this);return this[_0x1d07b9(0x1e3)][_0x1d07b9(0x1ba)](_0x160bc4);}[_0x4b920c(0x18a)](_0x46c102){const _0x438d5c=_0x4b920c,{id:_0x1fa158,type:_0x511fb2,subType:_0x2fee05,authorId:_0x214226}=this[_0x438d5c(0x2d2)](_0x46c102),_0xfa40d2=this[_0x438d5c(0x2be)][_0x438d5c(0x2d9)](_0x1fa158)||this[_0x438d5c(0x14f)](_0x511fb2,_0x2fee05,_0x1fa158,_0x214226,{});switch(this[_0x438d5c(0x2bc)](_0xfa40d2,_0x511fb2,_0x2fee05,_0x214226),this[_0x438d5c(0x200)][_0x438d5c(0x2d9)](_0xfa40d2)){case _0x438d5c(0x27d):this[_0x438d5c(0x2ca)](_0x1fa158)[_0x438d5c(0x263)](_0x1e9d30=>{const _0x55ba72=_0x438d5c;let _0xb2990c=Promise[_0x55ba72(0x26d)]();_0x1e9d30[_0x55ba72(0x29a)]&&(_0xb2990c=this[_0x55ba72(0x23c)][_0x55ba72(0x28c)]({'channelId':this[_0x55ba72(0x1eb)][_0x55ba72(0x241)][_0x55ba72(0x2d9)](_0x55ba72(0x1db)),'threadId':_0x1fa158})),_0xb2990c[_0x55ba72(0x263)](()=>{const _0x552f85=_0x55ba72;this[_0x552f85(0x14a)](_0x1e9d30)[_0x552f85(0x1a2)]=!0x0;});}),this[_0x438d5c(0x200)][_0x438d5c(0x1a9)](_0xfa40d2,_0x438d5c(0x25c));break;case _0x438d5c(0x275):this[_0x438d5c(0x1f8)](_0x1fa158,{'state':_0x438d5c(0x20a)});case _0x438d5c(0x2c7):this[_0x438d5c(0x200)][_0x438d5c(0x1a9)](_0xfa40d2,_0x438d5c(0x2f8)),this[_0x438d5c(0x22b)](_0x438d5c(0x27f),_0xfa40d2);break;case _0x438d5c(0x2f8):this[_0x438d5c(0x22b)](_0x438d5c(0x14b),_0xfa40d2);}return _0xfa40d2[_0x438d5c(0x1c3)](_0x46c102),_0xfa40d2;}[_0x4b920c(0x272)](_0x142662){const _0x20ccb3=_0x4b920c,_0x50a879=Array[_0x20ccb3(0x1f9)](_0x142662),_0x5d9b88=_0x50a879[_0x20ccb3(0x187)](_0x2ee1b1=>_0x20ccb3(0x214)==_0x2ee1b1[_0x20ccb3(0x167)]);this[_0x20ccb3(0x1b4)](_0x5d9b88);const _0x57b2c5=_0x50a879[_0x20ccb3(0x187)](_0x123b55=>!_0x123b55[_0x20ccb3(0x17e)]&&_0x20ccb3(0x214)!=_0x123b55[_0x20ccb3(0x167)]),_0x40ea77=this[_0x20ccb3(0x1cb)]({'skipNotAttached':!0x0})[_0x20ccb3(0x187)](_0x41d194=>!_0x41d194[_0x20ccb3(0x17e)]&&_0x20ccb3(0x214)!=_0x41d194[_0x20ccb3(0x167)]),_0x169907=_0x40ea77[_0x20ccb3(0x187)](_0x1711e2=>!_0x142662[_0x20ccb3(0x201)](_0x1711e2)),_0x31d963=new Map(_0x40ea77[_0x20ccb3(0x161)](_0x785dcb=>[_0x785dcb,this[_0x20ccb3(0x19b)][_0x20ccb3(0x286)](_0x785dcb[_0x20ccb3(0x167)],_0x785dcb[_0x20ccb3(0x178)],_0x20ccb3(0x2ef))])),_0x205960=new Map(_0x40ea77[_0x20ccb3(0x161)](_0x34de75=>[_0x34de75,_0x34de75[_0x20ccb3(0x195)]()])),_0x129751=new Set(),_0x5263cd=new Set();for(let _0x34431e=0x0;_0x34431e<_0x57b2c5[_0x20ccb3(0x202)];_0x34431e++)_0x5cc0bf(_0x57b2c5[_0x34431e],_0x57b2c5,_0x34431e+0x1);for(let _0x45261a=0x0;_0x45261a<_0x57b2c5[_0x20ccb3(0x202)];_0x45261a++)_0x5cc0bf(_0x57b2c5[_0x45261a],_0x169907,0x0);const _0x1abb51=new Set();for(let _0x38a1dd=0x0;_0x38a1dd<_0x57b2c5[_0x20ccb3(0x202)];_0x38a1dd++){const _0x19d570=_0x57b2c5[_0x38a1dd];!_0x5263cd[_0x20ccb3(0x201)](_0x19d570)&&_0x19d570[_0x20ccb3(0x2b5)]&&(_0x1abb51[_0x20ccb3(0x267)](_0x19d570[_0x20ccb3(0x2b5)]),_0x19d570[_0x20ccb3(0x2b5)][_0x20ccb3(0x18c)]===_0x19d570&&(_0x19d570[_0x20ccb3(0x2b5)][_0x20ccb3(0x18c)]=null),_0x19d570[_0x20ccb3(0x2b5)]=null),!_0x129751[_0x20ccb3(0x201)](_0x19d570)&&_0x19d570[_0x20ccb3(0x18c)]&&(_0x1abb51[_0x20ccb3(0x267)](_0x19d570[_0x20ccb3(0x18c)]),_0x19d570[_0x20ccb3(0x18c)][_0x20ccb3(0x2b5)]===_0x19d570&&(_0x19d570[_0x20ccb3(0x18c)][_0x20ccb3(0x2b5)]=null),_0x19d570[_0x20ccb3(0x18c)]=null);}function _0x5cc0bf(_0x3bf5d6,_0x2985f8,_0x5f2e4b){const _0x215744=_0x20ccb3;for(let _0x22fef7=_0x5f2e4b;_0x22fef7<_0x2985f8[_0x215744(0x202)];_0x22fef7++){const _0xbfb808=_0x21d883(_0x3bf5d6,_0x2985f8[_0x22fef7]);_0xbfb808&&(_0xbfb808[0x0][_0x215744(0x18c)]=_0xbfb808[0x1],_0xbfb808[0x1][_0x215744(0x2b5)]=_0xbfb808[0x0],_0x129751[_0x215744(0x267)](_0xbfb808[0x0]),_0x5263cd[_0x215744(0x267)](_0xbfb808[0x1]));}}function _0x21d883(_0x5e1775,_0x223757){const _0x2fa09b=_0x20ccb3;if(_0x5e1775[_0x2fa09b(0x2d8)]['id']!==_0x223757[_0x2fa09b(0x2d8)]['id'])return null;const _0x4b2df0=_0x31d963[_0x2fa09b(0x2d9)](_0x5e1775)(_0x5e1775,_0x223757,_0x205960[_0x2fa09b(0x2d9)](_0x5e1775),_0x205960[_0x2fa09b(0x2d9)](_0x223757));if(!_0x4b2df0)return null;return _0x31d963[_0x2fa09b(0x2d9)](_0x223757)(_0x5e1775,_0x223757,_0x205960[_0x2fa09b(0x2d9)](_0x5e1775),_0x205960[_0x2fa09b(0x2d9)](_0x223757))?_0x4b2df0[0x1][_0x2fa09b(0x1c4)]&&_0x4b2df0[0x1][_0x2fa09b(0x1c4)][_0x2fa09b(0x202)]?null:_0x4b2df0:null;}_0x1abb51[_0x20ccb3(0x169)]&&this[_0x20ccb3(0x272)](_0x1abb51);}[_0x4b920c(0x1b4)](_0x32914d){const _0x53e4df=_0x4b920c;if(0x0==_0x32914d[_0x53e4df(0x202)])return;const _0x2c8591=this[_0x53e4df(0x1cb)]({'skipNotAttached':!0x0})[_0x53e4df(0x187)](_0xfa5a62=>_0x53e4df(0x214)==_0xfa5a62[_0x53e4df(0x167)]&&_0xfa5a62[_0x53e4df(0x269)]),_0x90e4e7=[],_0x2b70be=new Map();for(const _0x3f869d of _0x2c8591){const _0x5b0064=_0x4980cf(_0x3f869d[_0x53e4df(0x1f2)]);_0x2b70be[_0x53e4df(0x201)](_0x5b0064)||(_0x2b70be[_0x53e4df(0x1a9)](_0x5b0064,_0x90e4e7[_0x53e4df(0x202)]),_0x90e4e7[_0x53e4df(0x1a1)]([]));const _0x49a137=_0x2b70be[_0x53e4df(0x2d9)](_0x5b0064);_0x90e4e7[_0x49a137][_0x53e4df(0x1a1)](_0x3f869d);}!(function(){const _0x3021e3=_0x53e4df;_0x90e4e7[_0x3021e3(0x2a7)]((_0x40b61b,_0xf098d5)=>{const _0x52aa18=_0x3021e3,_0x4278f8=_0x40b61b[0x0][_0x52aa18(0x18f)],_0x59acdc=_0xf098d5[0x0][_0x52aa18(0x18f)];return _0x4278f8==_0x59acdc?_0x40b61b[0x0][_0x52aa18(0x1f2)][_0x52aa18(0x251)]<_0xf098d5[0x0][_0x52aa18(0x1f2)][_0x52aa18(0x251)]?-0x1:0x1:_0x4278f8<_0x59acdc?-0x1:0x1;});for(const _0x59c3b7 of _0x90e4e7)_0x59c3b7[_0x3021e3(0x2a7)]((_0x471588,_0x30b199)=>_0x471588['id']<_0x30b199['id']?-0x1:0x1);}());for(let _0x1016a1=0x0;_0x1016a1<_0x90e4e7[_0x53e4df(0x202)];_0x1016a1++){if(0x0==_0x90e4e7[_0x1016a1][_0x53e4df(0x202)])continue;const _0x46a6e5=[];for(let _0x1d3b45=_0x1016a1+0x1;_0x1d3b45<_0x90e4e7[_0x53e4df(0x202)];_0x1d3b45++)0x0!=_0x90e4e7[_0x1d3b45][_0x53e4df(0x202)]&&_0x46e483(_0x90e4e7[_0x1016a1],_0x90e4e7[_0x1d3b45])&&_0x46a6e5[_0x53e4df(0x1a1)](_0x1d3b45);for(const _0x525727 of _0x46a6e5)_0x90e4e7[_0x1016a1]=_0x90e4e7[_0x1016a1][_0x53e4df(0x163)](_0x90e4e7[_0x525727]),_0x90e4e7[_0x525727]=[];}for(const _0x266365 of _0x90e4e7)for(let _0x24a97d=0x0;_0x24a97d<_0x266365[_0x53e4df(0x202)];_0x24a97d++){const _0x5d32d6=_0x266365[_0x24a97d+0x1]||null;_0x266365[_0x24a97d][_0x53e4df(0x18c)]!==_0x5d32d6&&(_0x266365[_0x24a97d][_0x53e4df(0x18c)]=_0x5d32d6);}for(const _0x16381c of _0x90e4e7)for(let _0x5ed3fc=0x0;_0x5ed3fc<_0x16381c[_0x53e4df(0x202)];_0x5ed3fc++){const _0x5947c0=_0x16381c[_0x5ed3fc-0x1]||null;_0x16381c[_0x5ed3fc][_0x53e4df(0x2b5)]!==_0x5947c0&&(_0x16381c[_0x5ed3fc][_0x53e4df(0x2b5)]=_0x5947c0);}function _0x46e483(_0x39618c,_0xfd87e9){const _0x108997=_0x53e4df;if(_0x39618c[0x0][_0x108997(0x1f2)][_0x108997(0x251)]!==_0xfd87e9[0x0][_0x108997(0x1f2)][_0x108997(0x251)]&&_0x39618c[0x0][_0x108997(0x2d8)]!==_0xfd87e9[0x0][_0x108997(0x2d8)])return!0x1;if(!function(_0x49e5a8,_0x5568e0){const _0x7c9e9c=_0x108997;if(!_0x49e5a8[_0x7c9e9c(0x29a)]&&!_0x5568e0[_0x7c9e9c(0x29a)])return!0x0;if(_0x49e5a8[_0x7c9e9c(0x29a)]&&_0x5568e0[_0x7c9e9c(0x29a)])return!0x1;if(_0x49e5a8[_0x7c9e9c(0x29a)]&&_0x5568e0[_0x7c9e9c(0x18f)]<_0x49e5a8[_0x7c9e9c(0x1c4)][_0x7c9e9c(0x283)][_0x7c9e9c(0x2d9)](0x0)[_0x7c9e9c(0x18f)])return!0x0;if(_0x5568e0[_0x7c9e9c(0x29a)]&&_0x49e5a8[_0x7c9e9c(0x18f)]<_0x5568e0[_0x7c9e9c(0x1c4)][_0x7c9e9c(0x283)][_0x7c9e9c(0x2d9)](0x0)[_0x7c9e9c(0x18f)])return!0x0;return!0x1;}(_0x39618c[0x0],_0xfd87e9[0x0]))return!0x1;const _0x352cdb=_0xe54d95(_0x39618c[0x0][_0x108997(0x1f2)],_0x108997(0x251)),_0x115506=_0xe54d95(_0xfd87e9[0x0][_0x108997(0x1f2)],_0x108997(0x251));if(!_0x1ac57d(_0x352cdb,_0x115506))return!0x1;return!!_0x39618c[_0x108997(0x259)](_0x5198c8=>_0xfd87e9[_0x108997(0x1b3)](_0x4eddb8=>_0x5198c8[_0x108997(0x195)]()[_0x108997(0x281)](_0x4eddb8[_0x108997(0x195)]())))&&_0xfd87e9[_0x108997(0x259)](_0x472e22=>_0x39618c[_0x108997(0x1b3)](_0xf12f40=>_0x472e22[_0x108997(0x195)]()[_0x108997(0x281)](_0xf12f40[_0x108997(0x195)]())));}}[_0x4b920c(0x1ee)](_0x43e5ab){const _0x4da4e5=_0x4b920c,_0x305d48=Array[_0x4da4e5(0x1f9)](_0x43e5ab),_0x10546b=this[_0x4da4e5(0x1cb)]({'skipNotAttached':!0x0}),_0x4d24a9=_0x10546b[_0x4da4e5(0x187)](_0x184380=>!_0x43e5ab[_0x4da4e5(0x201)](_0x184380)),_0x20fff9=new Map(_0x305d48[_0x4da4e5(0x161)](_0x384408=>[_0x384408,this[_0x4da4e5(0x19b)][_0x4da4e5(0x286)](_0x384408[_0x4da4e5(0x167)],_0x384408[_0x4da4e5(0x178)],_0x4da4e5(0x29e))])),_0x58cc7b=new Map(_0x10546b[_0x4da4e5(0x161)](_0x1f3d19=>[_0x1f3d19,_0x1f3d19[_0x4da4e5(0x2ac)]()]));for(let _0x1a84a0=0x0;_0x1a84a0<_0x305d48[_0x4da4e5(0x202)];_0x1a84a0++){if(_0x408b71(this,_0x305d48[_0x1a84a0],_0x305d48,_0x1a84a0+0x1))return!0x0;}for(let _0x2373b9=0x0;_0x2373b9<_0x305d48[_0x4da4e5(0x202)];_0x2373b9++){if(_0x408b71(this,_0x305d48[_0x2373b9],_0x4d24a9,0x0))return!0x0;}return!0x1;function _0x408b71(_0x110bf1,_0x373362,_0x24980,_0x5cdcf4){const _0x367c0f=_0x4da4e5;for(let _0x39fbbe=_0x5cdcf4;_0x39fbbe<_0x24980[_0x367c0f(0x202)];_0x39fbbe++){const _0x342660=_0x24980[_0x39fbbe];if(_0x342660[_0x367c0f(0x167)]!==_0x373362[_0x367c0f(0x167)]||_0x342660[_0x367c0f(0x2d8)]['id']!==_0x373362[_0x367c0f(0x2d8)]['id']||_0x342660[_0x367c0f(0x178)]!==_0x373362[_0x367c0f(0x178)])continue;if(!Jt(_0x373362,_0x342660))continue;if(_0x367c0f(0x214)==_0x373362[_0x367c0f(0x167)]&&_0x373362[_0x367c0f(0x28f)][_0x367c0f(0x150)]!=_0x342660[_0x367c0f(0x28f)][_0x367c0f(0x150)])continue;if(_0x367c0f(0x214)==_0x373362[_0x367c0f(0x167)]&&_0x110bf1[_0x367c0f(0x147)](_0x373362[_0x367c0f(0x28f)][_0x367c0f(0x1da)]))continue;if(_0x367c0f(0x28e)==_0x373362[_0x367c0f(0x167)]){const _0x313339=_0x110bf1[_0x367c0f(0x1eb)][_0x367c0f(0x1a7)],_0x5dee42=_0x373362[_0x367c0f(0x2d4)]();if(_0x5dee42&&(_0x313339[_0x367c0f(0x1e2)][_0x367c0f(0x2dd)](_0x5dee42)||_0x313339[_0x367c0f(0x1e2)][_0x367c0f(0x22c)](_0x5dee42)))continue;}const _0xeab3ee=_0x20fff9[_0x367c0f(0x2d9)](_0x373362),_0x182ccb=_0x58cc7b[_0x367c0f(0x2d9)](_0x373362),_0x1e9202=_0x58cc7b[_0x367c0f(0x2d9)](_0x342660),_0x2ab966=_0x373362[_0x367c0f(0x1c4)]&&_0x373362[_0x367c0f(0x1c4)][_0x367c0f(0x202)],_0x3213b3=_0x342660[_0x367c0f(0x1c4)]&&_0x342660[_0x367c0f(0x1c4)][_0x367c0f(0x202)];if(!_0x2ab966&&_0xeab3ee(_0x1e9202,_0x182ccb))return _0x110bf1[_0x367c0f(0x1ea)](_0x342660,_0x373362),_0x58cc7b[_0x367c0f(0x2a2)](_0x373362),!0x0;if(!_0x3213b3&&_0xeab3ee(_0x182ccb,_0x1e9202))return _0x110bf1[_0x367c0f(0x1ea)](_0x373362,_0x342660),_0x58cc7b[_0x367c0f(0x2a2)](_0x342660),!0x0;}return!0x1;}}[_0x4b920c(0x1ea)](_0x5e8cc0,_0x2297e4){const _0x13b05b=_0x4b920c;if(_0x5e8cc0[_0x13b05b(0x17e)]){for(const _0x427734 of _0x2297e4[_0x13b05b(0x2ac)]())_0x5e8cc0[_0x13b05b(0x235)](_0x427734);}else{const _0x479f04=_0x2297e4[_0x13b05b(0x195)]()[_0x13b05b(0x2a5)];this[_0x13b05b(0x1fe)](_0x5e8cc0,this[_0x13b05b(0x257)][_0x13b05b(0x25b)](_0x5e8cc0[_0x13b05b(0x195)]()[_0x13b05b(0x229)],_0x479f04));}_0x2297e4[_0x13b05b(0x2c9)]();}[_0x4b920c(0x1ff)](_0x44ab8c,_0x489173,_0x1f5768){const _0x6a8386=_0x4b920c,_0x7add5a=_0x44ab8c[_0x6a8386(0x1e4)](_0x6a8386(0x2a3))||_0x44ab8c[_0x6a8386(0x1e4)](_0x6a8386(0x214))?_0x6a8386(0x1ed):_0x44ab8c[_0x6a8386(0x174)]();return _0x3499f4(this[_0x6a8386(0x1eb)][_0x6a8386(0x1aa)],_0x489173+'_'+_0x7add5a+_0x6a8386(0x262),_0x1f5768);}[_0x4b920c(0x148)](){const _0xf5d416=_0x4b920c,_0x54ada4=this[_0xf5d416(0x1eb)];if(!_0x54ada4['ui'])return;const {ariaLiveAnnouncer:_0x5b1693}=_0x54ada4['ui'];_0x19179b(this[_0xf5d416(0x257)],({left:_0x47bd4b,entered:_0x1c8958})=>{const _0x1031a3=_0xf5d416;for(const _0x4f0f6b of _0x47bd4b){const {group:_0x2aba2a,type:_0x99973c}=this[_0x1031a3(0x2d2)](_0x4f0f6b[_0x1031a3(0x2f1)]);if(_0x1031a3(0x270)===_0x2aba2a){_0x5b1693[_0x1031a3(0x173)](this[_0x1031a3(0x1ff)](_0x99973c,_0x1031a3(0x276)));break;}}for(const _0x18001b of _0x1c8958){const {group:_0x3c50af,type:_0x55c320}=this[_0x1031a3(0x2d2)](_0x18001b[_0x1031a3(0x2f1)]);if(_0x1031a3(0x270)===_0x3c50af){_0x5b1693[_0x1031a3(0x173)](this[_0x1031a3(0x1ff)](_0x55c320,_0x1031a3(0x15c),_0x5461fa(_0x6c57e0)));break;}}});}[_0x4b920c(0x20e)](_0x1e915d){const _0x3ed3f0=_0x4b920c;if(this[_0x3ed3f0(0x245)])return!0x1;const _0xdd30b4=this[_0x3ed3f0(0x1eb)],_0x25a3f4=_0xdd30b4[_0x3ed3f0(0x1a7)][_0x3ed3f0(0x2c1)][_0x3ed3f0(0x21f)][_0x3ed3f0(0x268)]();if(0x0==_0x25a3f4[_0x3ed3f0(0x202)])return!0x1;const _0x13653a=[],_0x44056d=_0x25a3f4[_0x3ed3f0(0x187)](_0x36d675=>_0x3ed3f0(0x214)==_0x36d675[_0x3ed3f0(0x167)]),_0xc1757b=_0x25a3f4[_0x3ed3f0(0x187)](_0x7ded69=>_0x3ed3f0(0x227)==_0x7ded69[_0x3ed3f0(0x167)]&&_0x3ed3f0(0x191)!=_0x7ded69[_0x3ed3f0(0x2f1)]),_0x41ef27=_0x25a3f4[_0x3ed3f0(0x187)](_0x2c104b=>_0x3ed3f0(0x1ef)==_0x2c104b[_0x3ed3f0(0x167)]&&_0x3ed3f0(0x191)!=_0x2c104b[_0x3ed3f0(0x2f1)]);for(const _0x474d28 of _0x44056d)_0x13653a[_0x3ed3f0(0x1a1)]({'key':_0x474d28[_0x3ed3f0(0x1ce)],'newValue':_0x474d28[_0x3ed3f0(0x153)],'oldValue':_0x474d28[_0x3ed3f0(0x1f1)],'range':Ft(_0x474d28[_0x3ed3f0(0x27a)],_0xdd30b4[_0x3ed3f0(0x1a7)])});for(const _0x286ea1 of _0xc1757b){const _0x2195e8=_0x41ef27[_0x3ed3f0(0x1be)](_0x4852c6=>_0x4852c6[_0x3ed3f0(0x21b)][_0x3ed3f0(0x281)](_0x286ea1[_0x3ed3f0(0x21b)]));_0x2195e8&&_0x13653a[_0x3ed3f0(0x1a1)]({'key':_0x3ed3f0(0x225),'newValue':_0x286ea1[_0x3ed3f0(0x2f1)],'oldValue':_0x2195e8[_0x3ed3f0(0x2f1)],'range':_0xdd30b4[_0x3ed3f0(0x1a7)][_0x3ed3f0(0x28b)](_0x286ea1[_0x3ed3f0(0x21b)][_0x3ed3f0(0x2de)])});}return 0x0!=_0x13653a[_0x3ed3f0(0x202)]&&this[_0x3ed3f0(0x20c)](_0x1e915d,_0x13653a);}[_0x4b920c(0x2ab)](_0x5de824){const _0x18ee59=_0x4b920c;let _0x1037d9=!0x1;const _0x27ef0e=this[_0x18ee59(0x1eb)][_0x18ee59(0x1a7)][_0x18ee59(0x2c1)][_0x18ee59(0x21f)][_0x18ee59(0x1cf)]()[_0x18ee59(0x187)](_0x247ba1=>_0x247ba1[_0x18ee59(0x28f)][_0x18ee59(0x171)]&&_0x247ba1[_0x18ee59(0x2f1)][_0x18ee59(0x1e4)](_0x18ee59(0x17b)));for(const _0x30affa of _0x27ef0e){const {subType:_0x5d9be5,id:_0x2b13f0}=this[_0x18ee59(0x2d2)](_0x30affa[_0x18ee59(0x2f1)]),_0x53be87=_0x5d9be5[_0x18ee59(0x2d0)]('|')[0x0];for(const _0x23d8d1 of this[_0x18ee59(0x1cb)]({'skipNotAttached':!0x0}))_0x23d8d1['id']!=_0x2b13f0&&_0x18ee59(0x214)==_0x23d8d1[_0x18ee59(0x167)]&&_0x23d8d1[_0x18ee59(0x28f)]&&_0x23d8d1[_0x18ee59(0x28f)][_0x18ee59(0x1da)]==_0x53be87&&_0x23d8d1[_0x18ee59(0x195)]()[_0x18ee59(0x180)](_0x30affa[_0x18ee59(0x28f)][_0x18ee59(0x171)])&&(this[_0x18ee59(0x211)](_0x23d8d1,_0x30affa[_0x18ee59(0x28f)][_0x18ee59(0x171)],_0x5de824),_0x1037d9=!0x0);}return _0x1037d9;}[_0x4b920c(0x1fa)](_0x27819f){const _0x50c428=_0x4b920c;this[_0x50c428(0x245)]=!0x0,_0x27819f();}[_0x4b920c(0x260)](_0x3c4907){const _0x480c51=_0x4b920c,_0x277c97=this[_0x480c51(0x147)](_0x3c4907),_0x2862bf=this[_0x480c51(0x256)][_0x480c51(0x201)](_0x3c4907);return _0x277c97||_0x2862bf;}[_0x4b920c(0x20c)](_0x4453fd,_0x22dd09){const _0xde74e6=_0x4b920c;if(0x0==_0x22dd09[_0xde74e6(0x202)])return!0x1;let _0x26ac9d=!0x1;for(const _0x2e2660 of _0x22dd09){const _0x4a36e1=this[_0xde74e6(0x2e0)](_0x2e2660[_0xde74e6(0x27a)],_0xde74e6(0x214))[_0xde74e6(0x187)](_0x3d3b6b=>!_0x3d3b6b[_0xde74e6(0x1b2)][_0xde74e6(0x2a1)])[_0xde74e6(0x161)](_0x414105=>_0x414105[_0xde74e6(0x270)]),_0x557602=_0x4980cf({'newValue':_0x2e2660[_0xde74e6(0x265)]});_0x4a36e1[_0xde74e6(0x187)](_0x1882e3=>{const _0x4d6b6c=_0xde74e6,[_0x5250d6,_0x2c4e9b]=_0x1882e3[_0x4d6b6c(0x178)][_0x4d6b6c(0x2d0)]('|');return _0x5250d6==_0x2e2660[_0x4d6b6c(0x1da)]&&_0x2c4e9b!=_0x557602;})[_0xde74e6(0x16d)](_0x201b71=>{const _0x1ed758=_0xde74e6;this[_0x1ed758(0x211)](_0x201b71,_0x2e2660[_0x1ed758(0x27a)],_0x4453fd),_0x26ac9d=!0x0;});}return _0x26ac9d;}[_0x4b920c(0x211)](_0x5d936a,_0x428eeb,_0x4fd19){const _0x4bc1ab=_0x4b920c,_0xabeab0=_0x5d936a[_0x4bc1ab(0x195)]()[_0x4bc1ab(0x230)](_0x428eeb);0x0!==_0xabeab0[_0x4bc1ab(0x202)]?0x1!==_0xabeab0[_0x4bc1ab(0x202)]?this[_0x4bc1ab(0x295)](_0x5d936a,_0x428eeb[_0x4bc1ab(0x229)],_0x428eeb[_0x4bc1ab(0x2a5)]):this[_0x4bc1ab(0x1fe)](_0x5d936a,_0xabeab0[0x0]):_0x4fd19[_0x4bc1ab(0x26e)](_0x5d936a[_0x4bc1ab(0x23d)]());}}class Tt{constructor(_0xcff575){const _0x8c67da=_0x4b920c;this[_0x8c67da(0x271)]=_0xcff575,this[_0x8c67da(0x257)]=_0xcff575[_0x8c67da(0x1a7)],this[_0x8c67da(0x158)]=new Map(),this[_0x8c67da(0x197)]=new Map(),this[_0x8c67da(0x2d6)]();}[_0x4b920c(0x2f0)](_0x308033,_0x19f733,_0x44e313,_0x4e1fb9,_0x5e2576,_0x29a1c3){const _0x451480=_0x4b920c;return new _0x283d4a(this[_0x451480(0x257)],{'type':_0x308033,'subType':_0x19f733,'id':_0x44e313,'author':_0x4e1fb9,'creator':_0x4e1fb9,'attributes':_0x5e2576,'onAttributesChange':_0x29a1c3,'onAccept':(..._0x29acd1)=>this[_0x451480(0x286)](_0x308033,_0x19f733,_0x451480(0x182))(..._0x29acd1),'onDiscard':(..._0x75d0d3)=>this[_0x451480(0x286)](_0x308033,_0x19f733,_0x451480(0x1fb))(..._0x75d0d3)});}[_0x4b920c(0x193)](_0x38324f,_0x118e66,_0x3cac4e,_0x55d473){const _0x1d1667=_0x4b920c,_0x4ae092=_0x38324f+':'+_0x118e66+':'+_0x3cac4e;this[_0x1d1667(0x158)][_0x1d1667(0x1a9)](_0x4ae092,_0x55d473);}[_0x4b920c(0x286)](_0x2c077b,_0x32d334,_0x3a1dda){const _0x55c19e=_0x4b920c,_0x32e1bf=_0x2c077b+':'+_0x32d334+':'+_0x3a1dda;return this[_0x55c19e(0x158)][_0x55c19e(0x2d9)](_0x32e1bf)||this[_0x55c19e(0x197)][_0x55c19e(0x2d9)](_0x2c077b+':'+_0x3a1dda);}[_0x4b920c(0x2d6)](){const _0x109b8e=_0x4b920c,_0x2e88af=()=>!0x1,_0x2362fb=_0x462ac2=>{const _0x5f5637=_0x4cd9;_0x462ac2[_0x5f5637(0x2a7)]((_0x35c104,_0x17562e)=>_0x35c104[_0x5f5637(0x229)][_0x5f5637(0x1b7)](_0x17562e[_0x5f5637(0x229)])?0x1:-0x1),this[_0x5f5637(0x257)][_0x5f5637(0x1b9)](_0x4a6526=>{const _0x58ca6a=_0x5f5637;for(const _0x28a4c5 of _0x462ac2){let _0x826cd8;_0x826cd8=_0x28a4c5[_0x58ca6a(0x2a5)][_0x58ca6a(0x1d3)]&&_0x28a4c5[_0x58ca6a(0x2a5)][_0x58ca6a(0x1ad)]==_0x28a4c5[_0x58ca6a(0x229)][_0x58ca6a(0x2de)]?_0x4a6526[_0x58ca6a(0x297)](_0x28a4c5[_0x58ca6a(0x229)][_0x58ca6a(0x2de)],'on'):_0x4a6526[_0x58ca6a(0x297)](_0x28a4c5),this[_0x58ca6a(0x257)][_0x58ca6a(0x1c0)](_0x826cd8,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x350a3b=(_0x1a14ba,_0x5e995c)=>{const _0x5c7f8e=_0x4cd9;_0x5e995c&&this[_0x5c7f8e(0x257)][_0x5c7f8e(0x1b9)](_0x898a4a=>{const _0x48327a=_0x5c7f8e,{commandName:_0x1fe63d,commandParams:_0x109631=[]}=_0x5e995c,_0x3da2ed=_0x1a14ba[_0x48327a(0x161)](_0x1673b1=>(Vt(_0x1673b1)&&(_0x1673b1=this[_0x48327a(0x257)][_0x48327a(0x25b)](_0x1673b1[_0x48327a(0x2a5)])),_0x1673b1))[_0x48327a(0x187)](_0x11e2ff=>_0x48327a(0x2f6)!==_0x11e2ff[_0x48327a(0x249)][_0x48327a(0x24f)]);if(_0x3da2ed[_0x48327a(0x202)]<0x1)return;const _0x26cb36=Array[_0x48327a(0x1f9)](this[_0x48327a(0x257)][_0x48327a(0x2c1)][_0x48327a(0x177)][_0x48327a(0x2ac)]())[_0x48327a(0x161)](_0x4b3587=>_0x5ba536[_0x48327a(0x222)](_0x4b3587));_0x898a4a[_0x48327a(0x15d)](_0x3da2ed);for(const _0x3225f8 of this[_0x48327a(0x271)][_0x48327a(0x2ad)][_0x48327a(0x2ad)]())_0x3225f8[_0x48327a(0x2ce)]();_0x109631[_0x48327a(0x1a1)]({'forceDefaultExecution':!0x0}),this[_0x48327a(0x271)][_0x48327a(0x2c4)](_0x1fe63d,..._0x109631);const _0x2a4ae2=_0x26cb36[_0x48327a(0x187)](_0x5f050a=>_0x48327a(0x2f6)!=_0x5f050a[_0x48327a(0x249)][_0x48327a(0x24f)]);_0x2a4ae2[_0x48327a(0x202)]>0x0&&_0x898a4a[_0x48327a(0x15d)](_0x2a4ae2);for(const _0x447330 of _0x26cb36)_0x447330[_0x48327a(0x21c)]();});},_0x37a618=(_0x19d511,_0x54b018)=>0x1==_0x19d511[_0x109b8e(0x202)]&&0x1==_0x54b018[_0x109b8e(0x202)]&&_0x19d511[0x0][_0x109b8e(0x2a5)][_0x109b8e(0x281)](_0x54b018[0x0][_0x109b8e(0x229)]),_0x3cc6a1=(_0x539151,_0x4e2b0c,_0x45d238,_0x4583dc)=>Ht(_0x539151,_0x4e2b0c,_0x45d238,_0x4583dc,this[_0x109b8e(0x257)])?[_0x539151,_0x4e2b0c]:Ht(_0x4e2b0c,_0x539151,_0x4583dc,_0x45d238,this[_0x109b8e(0x257)])?[_0x4e2b0c,_0x539151]:null;this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x2b8),_0x2e88af),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x1a6),_0x2362fb),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x199),_0x37a618),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x19e),_0x3cc6a1),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x280),_0x2362fb),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x14e),_0x2e88af),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x27b),_0x37a618),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x240),_0x3cc6a1),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x253),_0x350a3b),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x1d4),_0x2e88af),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x15b),_0x37a618),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x1a4),_0x2e88af),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x1e0),_0x350a3b),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x246),_0x2e88af),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x196),_0x37a618),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x2b7),_0x2e88af),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x2ec),_0x2e88af),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x27e),(_0x154a9e,_0x26aa9d)=>{const _0x14265c=_0x109b8e;if(!_0x26aa9d)return;const _0x4a5788=this[_0x14265c(0x271)][_0x14265c(0x2ed)][_0x14265c(0x2d9)](p);this[_0x14265c(0x257)][_0x14265c(0x1b9)](_0x500bae=>{const _0x2a3a47=_0x14265c;if(_0x2a3a47(0x225)==_0x26aa9d[_0x2a3a47(0x1da)])for(const _0x1998c1 of _0x154a9e){const _0x4a6ffc=_0x1998c1[_0x2a3a47(0x229)][_0x2a3a47(0x2de)],_0x1b76b0=_0x26aa9d[_0x2a3a47(0x150)];_0x500bae[_0x2a3a47(0x149)](_0x4a6ffc,_0x1b76b0);}else{if(_0x4a5788[_0x2a3a47(0x147)](_0x26aa9d[_0x2a3a47(0x1da)])){for(const _0x351033 of _0x154a9e)void 0x0!==_0x26aa9d[_0x2a3a47(0x150)]?_0x500bae[_0x2a3a47(0x18d)](_0x26aa9d[_0x2a3a47(0x1da)],_0x26aa9d[_0x2a3a47(0x150)],_0x351033[_0x2a3a47(0x229)][_0x2a3a47(0x2de)]):_0x500bae[_0x2a3a47(0x20f)](_0x26aa9d[_0x2a3a47(0x1da)],_0x351033[_0x2a3a47(0x229)][_0x2a3a47(0x2de)]);}else{for(const _0x4bc71f of _0x154a9e)_0x26aa9d[_0x2a3a47(0x150)]?_0x500bae[_0x2a3a47(0x18d)](_0x26aa9d[_0x2a3a47(0x1da)],_0x26aa9d[_0x2a3a47(0x150)],_0x4bc71f):_0x500bae[_0x2a3a47(0x20f)](_0x26aa9d[_0x2a3a47(0x1da)],_0x4bc71f);}}});}),this[_0x109b8e(0x197)][_0x109b8e(0x1a9)](_0x109b8e(0x181),_0x37a618);}}function Et(_0x53a0a4,_0x1d7559,_0x18753){const _0x195f36=_0x4b920c;for(const _0x53c03c of _0x1d7559[_0x195f36(0x1ad)][_0x195f36(0x213)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x53c03c[_0x195f36(0x249)]==_0x53c03c)return!0x1;if(!_0x18753[_0x195f36(0x19c)](_0x53c03c))return!0x1;if(_0x53a0a4[_0x195f36(0x2dd)](_0x53c03c)||_0x53a0a4[_0x195f36(0x22c)](_0x53c03c))return!0x0;}return!0x1;}function Vt(_0x1b2a10){const _0x5b31bd=_0x4b920c;return _0x1b2a10[_0x5b31bd(0x2a5)][_0x5b31bd(0x1ad)]==_0x1b2a10[_0x5b31bd(0x229)][_0x5b31bd(0x2de)]&&_0x1b2a10[_0x5b31bd(0x2a5)][_0x5b31bd(0x2ba)];}function Ut(_0x245c76,_0x5d47d4,_0x38ca19,_0x1f8e1c){const _0x4f80d9=_0x4b920c,_0x1c1649=_0x1a555d=>!_0x1a555d[_0x4f80d9(0x1df)]['is'](_0x4f80d9(0x157))&&!_0x1f8e1c[_0x4f80d9(0x2dd)](_0x1a555d[_0x4f80d9(0x1df)]),_0x32f3d3=_0x245c76[_0x4f80d9(0x229)][_0x4f80d9(0x29b)](_0x1c1649),_0x593ab5=_0x245c76[_0x4f80d9(0x2a5)][_0x4f80d9(0x29b)](_0x1c1649,{'direction':_0x4f80d9(0x29f)});return(!_0x245c76[_0x4f80d9(0x229)][_0x4f80d9(0x281)](_0x32f3d3)||!_0x245c76[_0x4f80d9(0x2a5)][_0x4f80d9(0x281)](_0x593ab5))&&(_0x32f3d3[_0x4f80d9(0x1b7)](_0x593ab5)?_0x38ca19[_0x4f80d9(0x14c)](_0x5d47d4,{'range':_0x38ca19[_0x4f80d9(0x25b)](_0x32f3d3,_0x593ab5)}):_0x38ca19[_0x4f80d9(0x26e)](_0x5d47d4),!0x0);}function Pt(_0x2f8e4b){return _0x4980cf(_0x2f8e4b);}function Gt(_0x4c2650){const _0x1bc90d=_0x4b920c,_0x586ca5=_0x4c2650[_0x1bc90d(0x229)][_0x1bc90d(0x2de)];return _0x586ca5&&_0x586ca5['is'](_0x1bc90d(0x204));}function Ft(_0x4f049a,_0x511e56){const _0x397b81=_0x4b920c;return null==_0x4f049a[_0x397b81(0x2a5)][_0x397b81(0x27c)]&&_0x4f049a[_0x397b81(0x2a5)][_0x397b81(0x1ad)]==_0x4f049a[_0x397b81(0x229)][_0x397b81(0x2de)]?Lt(_0x4f049a[_0x397b81(0x229)][_0x397b81(0x2de)],_0x511e56):_0x4f049a;}function Lt(_0x44046c,_0x55d140){const _0x3d49f9=_0x4b920c,_0x493a11=_0x55d140[_0x3d49f9(0x1e2)][_0x3d49f9(0x2dd)](_0x44046c)||_0x55d140[_0x3d49f9(0x1e2)][_0x3d49f9(0x2cf)](_0x44046c);return _0x55d140[_0x3d49f9(0x25b)](_0x55d140[_0x3d49f9(0x1ca)](_0x44046c,_0x3d49f9(0x218)),_0x493a11?_0x55d140[_0x3d49f9(0x17c)](_0x44046c):_0x55d140[_0x3d49f9(0x1ca)](_0x44046c,_0x3d49f9(0x2a5)));}function Ht(_0x4115ac,_0xf7b612,_0x548eef,_0x21d6d3,_0x508d55){const _0x4521d5=_0x4b920c;if(_0x4115ac[_0x4521d5(0x18c)])return!0x1;if(!Jt(_0x4115ac,_0xf7b612))return!0x1;if(_0x548eef[_0x4521d5(0x2a5)][_0x4521d5(0x281)](_0x21d6d3[_0x4521d5(0x229)]))return!0x0;if(_0x4115ac[_0x4521d5(0x167)]!=_0xf7b612[_0x4521d5(0x167)])return!0x1;if(!_0x548eef[_0x4521d5(0x2a5)][_0x4521d5(0x2a0)](_0x21d6d3[_0x4521d5(0x229)]))return!0x1;const _0xcabf78=_0x508d55[_0x4521d5(0x25b)](_0x548eef[_0x4521d5(0x2a5)],_0x21d6d3[_0x4521d5(0x229)])[_0x4521d5(0x1f5)]();for(const _0x10e270 of _0xcabf78)if([_0x4521d5(0x290),_0x4521d5(0x172)][_0x4521d5(0x243)](_0x10e270[_0x4521d5(0x167)])&&_0x508d55[_0x4521d5(0x1e2)][_0x4521d5(0x22c)](_0x10e270[_0x4521d5(0x1df)]))return!0x1;return!0x0;}function Jt(_0x4a79b0,_0x14c7dd){const _0x346e34=_0x4b920c;if(!_0x4a79b0[_0x346e34(0x269)]||!_0x14c7dd[_0x346e34(0x269)])return!0x1;const _0x38a42c=new Set(Object[_0x346e34(0x17d)](_0x4a79b0[_0x346e34(0x1f2)])),_0x1a966d=new Set(Object[_0x346e34(0x17d)](_0x14c7dd[_0x346e34(0x1f2)]));if(_0x38a42c[_0x346e34(0x2a2)](_0x346e34(0x251)),_0x1a966d[_0x346e34(0x2a2)](_0x346e34(0x251)),0x0==_0x38a42c[_0x346e34(0x169)]&&0x0==_0x1a966d[_0x346e34(0x169)])return!0x0;if(_0x38a42c[_0x346e34(0x169)]!=_0x1a966d[_0x346e34(0x169)])return!0x1;const _0x190147={..._0x4a79b0[_0x346e34(0x1f2)]},_0x17a9d9={..._0x14c7dd[_0x346e34(0x1f2)]};return delete _0x190147[_0x346e34(0x251)],delete _0x17a9d9[_0x346e34(0x251)],JSON[_0x346e34(0x1a0)](_0x190147)==JSON[_0x346e34(0x1a0)](_0x17a9d9);}function qt(_0x4abac4,_0x56865a){const _0x482b5e=_0x4b920c,_0x22a241=zt(_0x4abac4[_0x482b5e(0x1f2)]),_0x4bd893=zt(_0x56865a);if(!_0x4abac4[_0x482b5e(0x269)])return!0x1;for(const _0x5c117c of Object[_0x482b5e(0x17d)](_0x4bd893))if(!_0x1ac57d(_0x22a241[_0x5c117c],_0x4bd893[_0x5c117c]))return!0x1;return!0x0;}function zt(_0x505b5c){const _0x37fc18=_0x4b920c,_0x20a177=Object[_0x37fc18(0x16c)]({},_0x505b5c);return delete _0x20a177[_0x37fc18(0x1de)],delete _0x20a177[_0x37fc18(0x1f4)],_0x20a177;}