@ckeditor/ckeditor5-track-changes 43.0.0-alpha.4 → 43.0.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/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/trackchangesconfig.d.ts +7 -0
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/suggestioncontroller.d.ts +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/dist/ui/view/suggestionthreadview.d.ts +42 -137
- package/dist/ui/view/suggestionview.d.ts +194 -0
- package/package.json +10 -10
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/mergefields.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +7 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +42 -137
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
- package/theme/icons/track-changes-accept.svg +1 -1
- package/theme/icons/track-changes-discard.svg +1 -1
- package/theme/icons/track-changes.svg +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4b60c3=_0x7793;(function(_0x56032e,_0x1f4652){const _0x4fe27d=_0x7793,_0x3ed331=_0x56032e();while(!![]){try{const _0x551762=-parseInt(_0x4fe27d(0x203))/0x1+-parseInt(_0x4fe27d(0x170))/0x2*(-parseInt(_0x4fe27d(0x29d))/0x3)+parseInt(_0x4fe27d(0x23d))/0x4*(-parseInt(_0x4fe27d(0x278))/0x5)+-parseInt(_0x4fe27d(0x15b))/0x6+-parseInt(_0x4fe27d(0x226))/0x7*(-parseInt(_0x4fe27d(0x200))/0x8)+parseInt(_0x4fe27d(0x1f3))/0x9*(parseInt(_0x4fe27d(0x1ed))/0xa)+parseInt(_0x4fe27d(0x2ab))/0xb*(-parseInt(_0x4fe27d(0x1ae))/0xc);if(_0x551762===_0x1f4652)break;else _0x3ed331['push'](_0x3ed331['shift']());}catch(_0x310911){_0x3ed331['push'](_0x3ed331['shift']());}}}(_0x21cd,0x3869d));import{Plugin as _0x429fe4,PendingActions as _0xaabcf4}from'ckeditor5/src/core.js';import{LiveRange as _0x107fa5}from'ckeditor5/src/engine.js';import{CKEditorError as _0x3e034e,uid as _0x4d0b4b,priorities as _0x3f04ce,logWarning as _0x2fd8d1,getEnvKeystrokeText as _0x210c88}from'ckeditor5/src/utils.js';import{toWidget as _0x63e023}from'ckeditor5/src/widget.js';import{Users as _0x4908ac,hashObject as _0x4d6e9d,surroundingMarkersDetector as _0x4c375e,ENTER_THREAD_KEYSTROKE as _0x322bfc}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x21cd(){const _0x5a4054=['range','attribute:','addHighlight','showSuggestionHighlights','editor','656464OLMeYZ','dataReady','collaboration.channelId','trackChanges.trackFormatChanges','start','model','_addSuggestionMarker','createElement','action','getContainedElement','isInContent','previous','FORMATTING','splice','addSuggestionData','group','containsPosition','requires','authorName','widget','position','track-changes-enable-command-twice','getCustomProperty','update:suggestion','open','getItems','external:','marker-count','groupId','@external','notReady','originalSuggestionId','nodeBefore','consumable','rejected','catch','acceptAllSuggestions','find','error-saving-suggestion-data-suggestion-discarded','markMultiRangeBlockFormat','toViewElement','_enabledCommands','updateSuggestion','_getSuggestionData','getRange','getAllAdjacentSuggestions','key','clone','fire','PendingActions','removeClass','isMultiRange','parent','insertion:join','filter','deletion:accept','removed','writer','_onDiscard','getWalker','$marker','formatInline:','12KeWeFb','markDeletion','updateMarker','ck-suggestion-marker-formatBlock','formatInline:join','suggestion','rootName','formatBlock:','containsItem','getCommentThread','track-changes-adapter-already-set','_breakSuggestionMarker','comments','always','_addThreadToSuggestion','_reduceSuggestionAttributeRange','unshift','hasSuggestion','deletion:chain','concat','createPositionAfter','batch','track-changes-user-not-found','acceptSelectedSuggestions','elementStart','skipNestingCheck','head','get','track-changes-command-not-found','attribute','change:data','editingDowncast','element','schema','addSuggestion','targetPosition','formatInline:discard','_blockAttributeKeys','remove','accept','_isDataLoaded','registerPostFixer','isInsideObject','removeComment','fetchCommentThread','_findSuggestions','_adapter','getAncestors','_setSuggestionData','containsRangeInObject','_customCallbacks','oldRange','ck-suggestion-marker','locale','getSuggestions','isAfter','getMarkers','commandName','isDocumentOperation','enableDefaultAttributesIntegration','upcast','warn','adapter','10LbZlLL','isIntersectingWithRange','mapper','markerToHighlight','data-suggestion','setTo','2969406nUBRcn','startsWith','change:activeMarkers','createSelection','document','creator','getRanges','_getExternalAuthor','forward','getFirstMarker','isLimit','_editor','_trackFormatChanges','712WfQRGl','attribute:accept','high','288410NnlzwV','format','getMultiRangeId','name','sort','after','hasComments','backward','formatBlock:chain','_rangeIsInLocalUserInsertion','isNextTo','return','$textProxy','reconvertMarker','isBefore','insertion:','isRemovable','ck-suggestion-marker-formatInline','trackChanges','isAtStart','accepted','isBlock','resolve','createRange','isObject','_reduceExistingSuggestions','addCommentThread','deleteContent','_joinSuggestions','removeMarker:suggestion:attribute','createdAt','_registerDefaultCallbacks','substr','newRange','getSuggestion','28651kGHaNC','split','deletion','_setSuggestionRange','descriptionFactory','author','isArray','markMultiRangeInsertion','ck-suggestion-marker-','_recordAttributeChanges','elementToElement','addMarker:suggestion:attribute','_createSuggestion','createPositionBefore','_updateSuggestionData','formatInline','addMarker:suggestion:formatBlock','splitPosition','unbindElementFromMarkerName','_mergeNestedSuggestions','stop','discard','addMarker','8okhZYu','_refreshAttributeSuggestionsChain','setSelection','track-changes-suggestion-not-found','meta','add','forceDefaultExecution','$graveyard','_saved','assign','editing','stringify','bindElementToMarker','markerToData','deletion:','delete','map','listenTo','_suggestions','removeMarkers','_SUGGESTION_ANNOUNCEMENT','getIntersection','deletion:join','_suggestionFactory','documentSelection','LEAVE','markerReady','suggestion:','formatBlock:join','markInsertion','_isRegisteredAttribute','_defaultCallbacks','clear','_processAttributeSuggestions','containerElement','getSuggestionCallback','some','isCollapsed','activeMarkers','includes','markMultiRangeDeletion','addClass','size','push','formatBlock:accept','set','default','isEqual','registerBlockAttribute','data','_checkSuggestionCorrectness','_splitMarkerName','getNearestSelectionRange','removeAttribute','_cutOutSuggestionMarker','commentThread','attributes','_isBlockAttribute','_model','169805UmLnoE','getFirstRange','attribute:discard','move','addComment','formatBlock','toUpperCase','markBlockFormat','isLocal','markerName','PENDING_ACTION_SUGGESTION','isSelectable','attribute:join','formatGroupId','low','refresh','conversion','hasCommentThread','elementEnd','addRange','consume','insertContent','_handleNewSuggestionMarker','insertion:accept','Users','_recordAttributeSuggestions','multipleBlocks','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.','item','pop','highest','define','_getAttributeKey','announce','commands','value','discardSelectedSuggestions','3lOXbIc','end','TrackChangesEditing','tablePasteChainId','enableReadOnlyMode','CommentsRepository','setAttribute','formatInline:chain','getChanges','join','acceptSuggestion','track-changes-adapter-missing-getsuggestion','rethrowUnexpectedError','isUndo','1172149tFdEyW','suggestionChanged','keys','normal','suggestion-type','deletion:discard','authoredAt','dataDowncast','getDifference','before','selection','howMany','formatBlock:discard','registerCustomCallback','enableCommand','_commentsRepository','from','applyOperation','createRangeOn','lowest','getChangedMarkers','unbind','trackChanges.mergeNestedSuggestions','_inlineAttributeKeys','chain','isOwn','attributeOldValue','_afterChanges','oldValue','getUser','addMarker:suggestion','insertion:discard','differ','rename','has','discardAllSuggestions','discardSuggestion','trackChangesCommand','removeMarker','markInlineFormat','track-changes-suggestion-data-mismatch','fromCharCode','stopListening','subType','newValue','every','$text','next','buildSuggestion','getAttribute','ready','execute','_removeSuggestion','isIntersecting','getShiftedBy','createRangeIn','options','containsRange','_joinWithAdjacentSuggestions','fromRange','pluginName','isAtEnd','root','forEach','substring','nodeAfter','values','config','for','_initAriaMarkerChangeAnnouncements','_getAuthorFromId','_processAttributeChanges','suggestion:attribute:','removeMarker:suggestion:formatBlock','suggestionUnloaded','attributeKey','isExternal','attributeNewValue','suggestionLoaded','toJSON','addUser','change:_saved','markers','_isForcedDefaultExecutionBlock','change','never','init','_refreshSuggestionsChain','insertion:chain','markAttributeChange','type','plugins','markerNameToElements','insert','then','_suggestionState','ck-suggestion-marker--active','insertion','1970898StQJrR','length','detach','dataToMarker','$elementName','multi','_getMarkerAnnouncementText','addMarkerName','enqueueChange','createPositionAt','formatInline:accept','registerInlineAttribute','ENTER','getLastMatchingPosition','moveTargetPosition','isTouching'];_0x21cd=function(){return _0x5a4054;};return _0x21cd();}import _0x7ff4b6 from'./commands/trackchangescommand.js';import _0xf40169 from'./commands/acceptsuggestioncommand.js';import _0x24266c from'./commands/discardsuggestioncommand.js';import _0x180ca2 from'./commands/executeonallsuggestionscommand.js';import _0x4829fa from'./commands/executeonselectedsuggestionscommand.js';import _0x39afa8 from'./suggestion.js';import _0x840abc from'./suggestiondescriptionfactory.js';import _0x36e7b3 from'./integrations/aiassistant.js';import _0x18eeec from'./integrations/alignment.js';import _0x416080 from'./integrations/basicstyles.js';import _0xfa9a64 from'./integrations/blockquote.js';import _0x274bcf from'./integrations/casechange.js';import _0x58307e from'./integrations/ckbox.js';import _0x6fa82b from'./integrations/codeblock.js';import _0x9afb21 from'./integrations/comments.js';import _0x59d393 from'./integrations/deletecommand.js';import _0x524a36 from'./integrations/list.js';function _0x7793(_0x575033,_0x54bb7f){const _0x21cd08=_0x21cd();return _0x7793=function(_0x779333,_0x79991){_0x779333=_0x779333-0x118;let _0x200e00=_0x21cd08[_0x779333];return _0x200e00;},_0x7793(_0x575033,_0x54bb7f);}import _0x3acc6e from'./integrations/listproperties.js';import _0x591169 from'./integrations/entercommand.js';import _0x1bf726 from'./integrations/findandreplace.js';import _0x288160 from'./integrations/font.js';import _0x59e781 from'./integrations/formatpainter.js';import _0x1294c5 from'./integrations/heading.js';import _0x40c7f0 from'./integrations/highlight.js';import _0x378f0c from'./integrations/horizontalline.js';import _0x3061fa from'./integrations/htmlembed.js';import _0x541e7f from'./integrations/image.js';import _0x344aaf from'./integrations/imagereplace.js';import _0x1a552b from'./integrations/imagestyle.js';import _0x335a40 from'./integrations/importword.js';import _0x146b88 from'./integrations/indent.js';import _0x3bdf7e from'./integrations/inputcommand.js';import _0x183284 from'./integrations/link.js';import _0x3bfd86 from'./integrations/legacylist.js';import _0x901be3 from'./integrations/legacylistproperties.js';import _0x720c11 from'./integrations/mediaembed.js';import _0x38921e from'./integrations/mention.js';import _0x15be9a from'./integrations/mergefields.js';import _0x5468a5 from'./integrations/multilevellist.js';import _0x5c8d43 from'./integrations/pagebreak.js';import _0x39c44e from'./integrations/paragraph.js';import _0xfcf3c4 from'./integrations/removeformat.js';import _0x5cc0ba from'./integrations/restrictededitingmode.js';import _0x4741f5 from'./integrations/shiftentercommand.js';import _0x4d82db from'./integrations/standardeditingmode.js';import _0x17491b from'./integrations/style.js';import _0x22a6ca from'./integrations/table.js';import _0x4cb11d from'./integrations/tablemergesplit.js';import _0x4d4475 from'./integrations/tableheadings.js';import _0xe1b58e from'./integrations/tableclipboard.js';import _0x3cadfe from'./integrations/tablecolumnresize.js';import _0x1a5df0 from'./integrations/template.js';import _0x294c31 from'./integrations/tableofcontents.js';import _0x160f29 from'./integrations/title.js';import _0x5ca580 from'./integrations/undo.js';import _0x5dad9b from'./integrations/tablecaption.js';import _0x153e71 from'./integrations/tableproperties.js';import{getTranslation as _0x4b2a7a}from'./utils/common-translations.js';import{isEqual as _0x16919b,omit as _0x4a34bb}from'lodash-es';export const renameAttributeKey=_0x4b60c3(0x15f);export default class p extends _0x429fe4{static get[_0x4b60c3(0x181)](){const _0x231dcc=_0x4b60c3;return[_0x231dcc(0x2a2),_0x4908ac,_0xaabcf4,_0x36e7b3,_0x18eeec,_0x416080,_0xfa9a64,_0x58307e,_0x274bcf,_0x6fa82b,_0x9afb21,_0x59d393,_0x591169,_0x1bf726,_0x288160,_0x59e781,_0x1294c5,_0x40c7f0,_0x378f0c,_0x3061fa,_0x541e7f,_0x1a552b,_0x344aaf,_0x335a40,_0x146b88,_0x3bdf7e,_0x3bfd86,_0x901be3,_0x5468a5,_0x183284,_0x524a36,_0x3acc6e,_0x720c11,_0x38921e,_0x15be9a,_0x5c8d43,_0x39c44e,_0xfcf3c4,_0x5cc0ba,_0x4741f5,_0x4d82db,_0x17491b,_0x22a6ca,_0x4cb11d,_0x4d4475,_0x5dad9b,_0xe1b58e,_0x3cadfe,_0x294c31,_0x153e71,_0x1a5df0,_0x160f29,_0x5ca580];}static get[_0x4b60c3(0x135)](){const _0x40aad8=_0x4b60c3;return _0x40aad8(0x29f);}constructor(_0x2bd948){const _0x92aec0=_0x4b60c3;function _0x3e774d(_0x3ec3a7){const _0x217022=_0x7793;return _0x3ec3a7[_0x217022(0x24d)](_0x35f9a3=>String[_0x217022(0x122)](_0x35f9a3))[_0x217022(0x2a6)]('');}super(_0x2bd948),this[_0x92aec0(0x291)]=!0x1,this[_0x92aec0(0x26a)](_0x92aec0(0x263),[]),this['on'](_0x92aec0(0x1f5),(_0x5e3619,_0x19b5b1,_0xd3936c,_0x5364dd)=>{const _0xd1372a=_0x92aec0;this[_0xd1372a(0x277)][_0xd1372a(0x14d)](()=>{const _0x3fa4c0=_0xd1372a;for(const _0x33b604 of[..._0x5364dd,..._0xd3936c])this[_0x3fa4c0(0x277)][_0x3fa4c0(0x14b)][_0x3fa4c0(0x11b)](_0x33b604)&&_0x2bd948[_0x3fa4c0(0x247)][_0x3fa4c0(0x210)](_0x33b604);});}),this[_0x92aec0(0x22a)]=new _0x840abc(this[_0x92aec0(0x16f)][_0x92aec0(0x175)][_0x92aec0(0x1cf)],this[_0x92aec0(0x16f)][_0x92aec0(0x1e3)]),this[_0x92aec0(0x1dc)]=null,this[_0x92aec0(0x254)]=new Et(this[_0x92aec0(0x16f)]),this[_0x92aec0(0x24f)]=new Map(),this[_0x92aec0(0x2ba)]=_0x2bd948[_0x92aec0(0x154)][_0x92aec0(0x1c9)](_0x92aec0(0x2a2)),this[_0x92aec0(0x199)]=new Set(),this[_0x92aec0(0x277)]=this[_0x92aec0(0x16f)][_0x92aec0(0x175)],this[_0x92aec0(0x158)]=new WeakMap(),this[_0x92aec0(0x14c)]=!0x1,this[_0x92aec0(0x1d3)]=new Set([_0x92aec0(0x15f)]),this[_0x92aec0(0x2c2)]=new Set(),_0x2bd948[_0x92aec0(0x13c)][_0x92aec0(0x297)](_0x92aec0(0x173),_0x92aec0(0x26b)),this[_0x92aec0(0x1ff)]=_0x2bd948[_0x92aec0(0x13c)][_0x92aec0(0x1c9)](_0x92aec0(0x173)),_0x2bd948[_0x92aec0(0x13c)][_0x92aec0(0x297)](_0x92aec0(0x2c1),!0x0),this[_0x92aec0(0x239)]=_0x2bd948[_0x92aec0(0x13c)][_0x92aec0(0x1c9)](_0x92aec0(0x2c1)),this[_0x92aec0(0x11e)]=new _0x7ff4b6(_0x2bd948,this[_0x92aec0(0x199)]),this[_0x92aec0(0x13e)](),this[_0x3e774d([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x3e774d([0x34,0x30,0x34,0x38,0x31,0x36,0x31,0x30]);}[_0x4b60c3(0x14f)](){const _0x4b4855=_0x4b60c3,_0x14cd33=this[_0x4b4855(0x16f)],_0x226969=(_0x501a7e,_0x1ffe36)=>{const _0x24f433=_0x4b4855;if(_0x24f433(0x1cb)!=_0x501a7e)return _0x24f433(0x22e)+_0x501a7e;const _0x8c48b1=_0x1ffe36[_0x24f433(0x227)]('|')[0x0];return this[_0x24f433(0x276)](_0x8c48b1)?_0x24f433(0x1b1):_0x24f433(0x214);};_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x1cd))[_0x4b4855(0x1f0)]({'model':_0x4b4855(0x1b3),'view':_0x5b41ae=>{const _0x1f9329=_0x4b4855,{id:_0xae23b8,type:_0x39174b,subType:_0x957eaa}=this[_0x1f9329(0x270)](_0x5b41ae[_0x1f9329(0x281)]),_0x3fba5e=[_0x1f9329(0x1e2),_0x226969(_0x39174b,_0x957eaa)];let _0x428521=0xbb8;return this[_0x1f9329(0x263)][_0x1f9329(0x264)](_0x5b41ae[_0x1f9329(0x281)])&&(_0x3fba5e[_0x1f9329(0x268)](_0x1f9329(0x159)),_0x428521=0xbc2),_0x1f9329(0x228)==_0x39174b&&(_0x428521+=0x5),{'classes':_0x3fba5e,'attributes':{'data-suggestion':_0xae23b8},'priority':_0x428521};}}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x2b2))[_0x4b4855(0x242)](_0x2525c4=>{const _0x4db668=_0x4b4855;_0x2525c4['on'](_0x4db668(0x2c9),(_0x3630fc,_0x333c26,_0x9a4bed)=>{const _0x3d52b1=_0x4db668;if(!_0x9a4bed[_0x3d52b1(0x131)][_0x3d52b1(0x16e)])return;const _0x12f676=_0x333c26[_0x3d52b1(0x294)];if(!_0x12f676)return;const _0x4e4643=_0x9a4bed[_0x3d52b1(0x1ef)][_0x3d52b1(0x198)](_0x12f676);_0x14cd33[_0x3d52b1(0x175)][_0x3d52b1(0x1cf)][_0x3d52b1(0x21b)](_0x12f676)&&_0x4e4643&&!_0x4e4643[_0x3d52b1(0x186)](_0x3d52b1(0x183))&&_0x4e4643['is'](_0x3d52b1(0x25f))&&_0x63e023(_0x4e4643,_0x9a4bed[_0x3d52b1(0x1a9)]);},{'priority':_0x4db668(0x202)});}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x2b2))[_0x4b4855(0x1f0)]({'model':_0x4b4855(0x1b3),'view':(_0x1ed6e6,_0x4f8681)=>{const _0x3494cb=_0x4b4855;if(!_0x4f8681[_0x3494cb(0x131)][_0x3494cb(0x16e)])return null;const {type:_0x470923,subType:_0x44dcfc}=this[_0x3494cb(0x270)](_0x1ed6e6[_0x3494cb(0x281)]);return{'classes':[_0x3494cb(0x1e2),_0x226969(_0x470923,_0x44dcfc)],'priority':0xbb8};}});const _0x2331a6=({showActiveMarkers:_0x2397f0=!0x0,isAttributeSuggestion:_0x239b9c=!0x1}={})=>(_0x52663e,_0x4bcb69,_0x37ef84)=>{const _0x31251e=_0x4b4855;if(!_0x4bcb69[_0x31251e(0x294)])return;const {id:_0x4c33d2}=this[_0x31251e(0x270)](_0x4bcb69[_0x31251e(0x281)]);if(_0x239b9c){const _0x12b163=this[_0x31251e(0x24f)][_0x31251e(0x1c9)](_0x4c33d2),_0x178d2e=this[_0x31251e(0x298)](_0x12b163);if(!this[_0x31251e(0x276)](_0x178d2e))return;}if(_0x4bcb69[_0x31251e(0x294)]['is'](_0x31251e(0x2b5)))return void _0x37ef84[_0x31251e(0x191)][_0x31251e(0x28c)](_0x4bcb69[_0x31251e(0x294)],_0x52663e[_0x31251e(0x206)]);const _0x6c85a2=_0x37ef84[_0x31251e(0x1ef)][_0x31251e(0x198)](_0x4bcb69[_0x31251e(0x294)]);if(_0x4bcb69[_0x31251e(0x294)]['is'](_0x31251e(0x1ce))&&_0x14cd33[_0x31251e(0x175)][_0x31251e(0x1cf)][_0x31251e(0x218)](_0x4bcb69[_0x31251e(0x294)])&&!_0x6c85a2[_0x31251e(0x186)](_0x31251e(0x16d))){_0x37ef84[_0x31251e(0x1a9)][_0x31251e(0x266)]([_0x31251e(0x1e2),_0x31251e(0x1b1)],_0x6c85a2),_0x37ef84[_0x31251e(0x1a9)][_0x31251e(0x2a3)](_0x31251e(0x1f1),_0x4c33d2,_0x6c85a2),_0x37ef84[_0x31251e(0x1ef)][_0x31251e(0x249)](_0x6c85a2,_0x4bcb69[_0x31251e(0x281)]),_0x2397f0&&(this[_0x31251e(0x263)][_0x31251e(0x264)](_0x4bcb69[_0x31251e(0x281)])?_0x37ef84[_0x31251e(0x1a9)][_0x31251e(0x266)](_0x31251e(0x159),_0x6c85a2):_0x37ef84[_0x31251e(0x1a9)][_0x31251e(0x1a2)](_0x31251e(0x159),_0x6c85a2));for(const _0x32d109 of _0x14cd33[_0x31251e(0x175)][_0x31251e(0x130)](_0x4bcb69[_0x31251e(0x294)])[_0x31251e(0x189)]())_0x37ef84[_0x31251e(0x191)][_0x31251e(0x28c)](_0x32d109,_0x52663e[_0x31251e(0x206)]);_0x37ef84[_0x31251e(0x191)][_0x31251e(0x28c)](_0x4bcb69[_0x31251e(0x294)],_0x52663e[_0x31251e(0x206)]);}};_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x2b2))[_0x4b4855(0x242)](_0x4864c3=>{const _0x190ba4=_0x4b4855;_0x4864c3['on'](_0x190ba4(0x236),(_0x28fca9,_0x26fd76,_0x30fc22)=>{const _0x21512a=_0x190ba4;_0x30fc22[_0x21512a(0x131)][_0x21512a(0x16e)]&&_0x2331a6({'showActiveMarkers':!0x1})(_0x28fca9,_0x26fd76,_0x30fc22);},{'priority':_0x190ba4(0x296)});}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x2b2))[_0x4b4855(0x242)](_0x7d462b=>{const _0x4baeb9=_0x4b4855;_0x7d462b['on'](_0x4baeb9(0x231),(_0xdea539,_0xe34407,_0x100f78)=>{const _0x1ca1c6=_0x4baeb9;_0x100f78[_0x1ca1c6(0x131)][_0x1ca1c6(0x16e)]&&_0x2331a6({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0xdea539,_0xe34407,_0x100f78);},{'priority':_0x4baeb9(0x296)});}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x2b2))[_0x4b4855(0x24a)]({'model':_0x4b4855(0x1b3),'view':(_0xbd2446,_0xbe5d44)=>_0xbe5d44[_0x4b4855(0x131)][_0x4b4855(0x16e)]?null:{'group':_0x4b4855(0x1b3),'name':_0xbd2446[_0x4b4855(0x223)](0xb)}}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x1ea))[_0x4b4855(0x230)]({'view':{'name':_0x4b4855(0x1b3),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x4a36a0,{writer:_0x3dd59})=>{const _0x201733=_0x4b4855;let _0x4b25e4=_0x201733(0x258)+_0x4a36a0[_0x201733(0x12a)](_0x201733(0x2af))+':'+_0x4a36a0[_0x201733(0x12a)]('id');return _0x4a36a0[_0x201733(0x12a)](_0x201733(0x18b))&&(_0x4b25e4+=':'+_0x4a36a0[_0x201733(0x12a)](_0x201733(0x18b))),_0x3dd59[_0x201733(0x177)](_0x201733(0x1ac),{'data-name':_0x4b25e4});}}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x1ea))[_0x4b4855(0x15e)]({'view':_0x4b4855(0x1b3)}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x1cd))[_0x4b4855(0x242)](_0x1bff15=>{const _0x55e319=_0x4b4855;_0x1bff15['on'](_0x55e319(0x236),_0x2331a6(),{'priority':_0x55e319(0x202)});}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x1cd))[_0x4b4855(0x242)](_0x5162ab=>{const _0xece430=_0x4b4855;_0x5162ab['on'](_0xece430(0x231),_0x2331a6({'isAttributeSuggestion':!0x0}),{'priority':_0xece430(0x202)});}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x1cd))[_0x4b4855(0x242)](_0x6805dd=>{const _0x1bfd2b=_0x4b4855;_0x6805dd['on'](_0x1bfd2b(0x142),(_0x4f94ee,_0x5e72f5,_0x5c0cb2)=>{const _0x11b2a5=_0x1bfd2b,_0x5e6076=_0x5c0cb2[_0x11b2a5(0x1ef)][_0x11b2a5(0x155)](_0x5e72f5[_0x11b2a5(0x281)]);if(_0x5e6076){for(const _0x4b513b of _0x5e6076)_0x4b513b[_0x11b2a5(0x186)](_0x11b2a5(0x16d))||(_0x5c0cb2[_0x11b2a5(0x1a9)][_0x11b2a5(0x1a2)]([_0x11b2a5(0x1e2),_0x11b2a5(0x1b1),_0x11b2a5(0x159)],_0x4b513b),_0x5c0cb2[_0x11b2a5(0x1a9)][_0x11b2a5(0x272)](_0x11b2a5(0x1f1),_0x4b513b),_0x5c0cb2[_0x11b2a5(0x1ef)][_0x11b2a5(0x238)](_0x4b513b,_0x5e72f5[_0x11b2a5(0x281)]));}},{'priority':_0x1bfd2b(0x202)});}),_0x14cd33[_0x4b4855(0x288)][_0x4b4855(0x13d)](_0x4b4855(0x1cd))[_0x4b4855(0x242)](_0x36a5e3=>{const _0x3e361d=_0x4b4855;_0x36a5e3['on'](_0x3e361d(0x220),(_0x5dea42,_0x168aa4,_0x5abb4d)=>{const _0x1b169c=_0x3e361d,_0x21a2f8=_0x5abb4d[_0x1b169c(0x1ef)][_0x1b169c(0x155)](_0x168aa4[_0x1b169c(0x281)]);if(!_0x21a2f8)return;const {id:_0x100837}=this[_0x1b169c(0x270)](_0x168aa4[_0x1b169c(0x281)]),_0x2d7bee=this[_0x1b169c(0x24f)][_0x1b169c(0x1c9)](_0x100837),_0xaa5be0=this[_0x1b169c(0x298)](_0x2d7bee);if(this[_0x1b169c(0x276)](_0xaa5be0)){for(const _0x57abf9 of _0x21a2f8)_0x57abf9[_0x1b169c(0x186)](_0x1b169c(0x16d))||(_0x5abb4d[_0x1b169c(0x1a9)][_0x1b169c(0x1a2)]([_0x1b169c(0x1e2),_0x1b169c(0x1b1),_0x1b169c(0x159)],_0x57abf9),_0x5abb4d[_0x1b169c(0x1a9)][_0x1b169c(0x272)](_0x1b169c(0x1f1),_0x57abf9),_0x5abb4d[_0x1b169c(0x1ef)][_0x1b169c(0x238)](_0x57abf9,_0x168aa4[_0x1b169c(0x281)]));}},{'priority':_0x3e361d(0x202)});}),_0x14cd33[_0x4b4855(0x175)][_0x4b4855(0x1f7)][_0x4b4855(0x1d7)](_0x1e25dd=>{const _0x1edb2a=_0x4b4855;let _0x457460=!0x1;const _0x3f5d16=Array[_0x1edb2a(0x2bb)](_0x14cd33[_0x1edb2a(0x175)][_0x1edb2a(0x1f7)][_0x1edb2a(0x119)][_0x1edb2a(0x2bf)]()),_0x54ab18=new Set();for(const {name:_0x2285f2,data:_0x59e7d2}of _0x3f5d16){const {group:_0x52d28f,type:_0x710860,subType:_0x1b1355,id:_0x3169f1}=this[_0x1edb2a(0x270)](_0x2285f2);if(_0x1edb2a(0x1b3)!==_0x52d28f)continue;const _0x5f060f=this[_0x1edb2a(0x24f)][_0x1edb2a(0x1c9)](_0x3169f1);if(null!=_0x59e7d2[_0x1edb2a(0x224)]){_0x1edb2a(0x235)==_0x710860&&(_0x457460=_0x457460||Ut(_0x59e7d2[_0x1edb2a(0x224)],_0x2285f2,_0x1e25dd,_0x14cd33[_0x1edb2a(0x175)][_0x1edb2a(0x1cf)]));const _0x3ae9ef=_0x1edb2a(0x1cb)==_0x710860&&this[_0x1edb2a(0x276)](_0x1b1355[_0x1edb2a(0x227)]('|')[0x0]);if(_0x59e7d2[_0x1edb2a(0x224)][_0x1edb2a(0x262)]||_0x1edb2a(0x244)==_0x59e7d2[_0x1edb2a(0x224)][_0x1edb2a(0x137)][_0x1edb2a(0x1b4)]||_0x1edb2a(0x27d)==_0x710860&&!Ft(_0x59e7d2[_0x1edb2a(0x224)])||_0x3ae9ef&&!Ft(_0x59e7d2[_0x1edb2a(0x224)])||_0x1edb2a(0x228)==_0x710860&&!(!Vt(_0x17b49b=_0x59e7d2[_0x1edb2a(0x224)])&&!function(_0x1d0c15){const _0x1e215c=_0x1edb2a;return _0x1d0c15[_0x1e215c(0x174)][_0x1e215c(0x1a4)]==_0x1d0c15[_0x1e215c(0x29e)][_0x1e215c(0x190)]&&_0x1d0c15[_0x1e215c(0x174)][_0x1e215c(0x136)];}(_0x17b49b)))_0x1e25dd[_0x1edb2a(0x11f)](_0x2285f2),_0x457460=!0x0;else{if(!_0x5f060f||!_0x5f060f[_0x1edb2a(0x17a)])continue;if(_0x59e7d2[_0x1edb2a(0x224)]&&_0x59e7d2[_0x1edb2a(0x1e1)]&&_0x59e7d2[_0x1edb2a(0x224)][_0x1edb2a(0x26c)](_0x59e7d2[_0x1edb2a(0x1e1)]))continue;_0x54ab18[_0x1edb2a(0x242)](_0x5f060f);}}}var _0x17b49b;return _0x54ab18[_0x1edb2a(0x267)]>0x0&&(_0x457460=!!this[_0x1edb2a(0x133)](_0x54ab18)||_0x457460),_0x457460;}),_0x14cd33[_0x4b4855(0x175)][_0x4b4855(0x1f7)][_0x4b4855(0x1d7)](_0x9e680=>{const _0x2e27cd=_0x4b4855;let _0x2ed662=!0x1;for(const _0x1bf4a7 of _0x14cd33[_0x2e27cd(0x175)][_0x2e27cd(0x1f7)][_0x2e27cd(0x119)][_0x2e27cd(0x2a5)]())if(_0x2e27cd(0x156)==_0x1bf4a7[_0x2e27cd(0x153)])for(const _0x26faf9 of this[_0x2e27cd(0x24f)][_0x2e27cd(0x13b)]()){if(_0x26faf9[_0x2e27cd(0x1a3)]||!_0x26faf9[_0x2e27cd(0x17a)])continue;const _0x3f64c8=_0x2e27cd(0x27d)==_0x26faf9[_0x2e27cd(0x153)],_0x45b715=this[_0x2e27cd(0x298)](_0x26faf9),_0x31b2db=_0x45b715&&this[_0x2e27cd(0x276)](_0x45b715);if(!_0x3f64c8&&!_0x31b2db)continue;const _0x1b4e22=_0x26faf9[_0x2e27cd(0x279)]();if(_0x1b4e22[_0x2e27cd(0x174)][_0x2e27cd(0x1a4)]!=_0x1b4e22[_0x2e27cd(0x29e)][_0x2e27cd(0x1a4)]&&!_0x1b4e22[_0x2e27cd(0x29e)][_0x2e27cd(0x136)]){const _0x5dac11=_0x14cd33[_0x2e27cd(0x175)][_0x2e27cd(0x164)](_0x1b4e22[_0x2e27cd(0x174)][_0x2e27cd(0x13a)],_0x2e27cd(0x29e)),_0x1ff33e=_0x14cd33[_0x2e27cd(0x175)][_0x2e27cd(0x21a)](_0x1b4e22[_0x2e27cd(0x174)],_0x5dac11);_0x9e680[_0x2e27cd(0x1b0)](_0x26faf9[_0x2e27cd(0x1fc)](),{'range':_0x1ff33e}),_0x2ed662=!0x0;}}return _0x2ed662;}),_0x14cd33[_0x4b4855(0x175)][_0x4b4855(0x1f7)][_0x4b4855(0x1d7)](_0x309a7c=>this[_0x4b4855(0x140)](_0x309a7c)),_0x14cd33[_0x4b4855(0x175)][_0x4b4855(0x1f7)][_0x4b4855(0x1d7)](_0x2cbb66=>!_0x2cbb66[_0x4b4855(0x1c3)][_0x4b4855(0x280)]&&this[_0x4b4855(0x25e)](_0x2cbb66)),_0x14cd33[_0x4b4855(0x175)]['on'](_0x4b4855(0x2c6),()=>{const _0x5090dc=_0x4b4855;this[_0x5090dc(0x291)]=!0x1;}),_0x14cd33[_0x4b4855(0x175)][_0x4b4855(0x1f7)]['on'](_0x4b4855(0x1cc),(_0x1b2bf8,_0x4a7be1)=>{const _0x365c1a=_0x4b4855;if(!_0x4a7be1[_0x365c1a(0x280)]||_0x4a7be1[_0x365c1a(0x2aa)])return;if(!this[_0x365c1a(0x291)])return;const _0x2b9cfe=_0x14cd33[_0x365c1a(0x175)][_0x365c1a(0x1f7)][_0x365c1a(0x119)][_0x365c1a(0x2a5)]();if(0x0==_0x2b9cfe[_0x365c1a(0x15c)])return;const _0x416b41=[],_0x593f9e=_0x2b9cfe[_0x365c1a(0x1a6)](_0x273cab=>_0x365c1a(0x1cb)==_0x273cab[_0x365c1a(0x153)]),_0x205585=_0x2b9cfe[_0x365c1a(0x1a6)](_0x5be9b8=>_0x365c1a(0x156)==_0x5be9b8[_0x365c1a(0x153)]&&_0x365c1a(0x127)!=_0x5be9b8[_0x365c1a(0x206)]);for(const _0x51976b of _0x593f9e)this[_0x365c1a(0x25b)](_0x51976b[_0x365c1a(0x144)])&&_0x416b41[_0x365c1a(0x268)]({'key':_0x51976b[_0x365c1a(0x144)],'newValue':_0x51976b[_0x365c1a(0x146)],'oldValue':_0x51976b[_0x365c1a(0x2c5)],'range':Pt(_0x51976b[_0x365c1a(0x16b)],_0x14cd33[_0x365c1a(0x175)])});for(const _0x884e24 of _0x205585){if(_0x365c1a(0x11a)!=_0x884e24[_0x365c1a(0x178)]&&_0x365c1a(0x287)!=_0x884e24[_0x365c1a(0x178)])continue;const _0x3655c6=Lt(_0x884e24[_0x365c1a(0x184)][_0x365c1a(0x13a)],_0x14cd33[_0x365c1a(0x175)]),_0x5796dd=_0x884e24[_0x365c1a(0x2b4)];_0x365c1a(0x11a)==_0x884e24[_0x365c1a(0x178)]&&_0x416b41[_0x365c1a(0x268)]({'key':_0x365c1a(0x15f),'newValue':_0x884e24[_0x365c1a(0x206)],'oldValue':_0x5796dd[_0x365c1a(0x206)],'range':_0x3655c6});for(const [_0x10db0d,_0x1d0739]of _0x5796dd[_0x365c1a(0x275)]){if(!this[_0x365c1a(0x25b)](_0x10db0d))continue;const _0x336395=_0x884e24[_0x365c1a(0x275)][_0x365c1a(0x1c9)](_0x10db0d);_0x1d0739!==_0x336395&&_0x416b41[_0x365c1a(0x268)]({'key':_0x10db0d,'newValue':_0x336395,'oldValue':_0x1d0739,'range':_0x3655c6});}for(const [_0x698276,_0x20e473]of _0x884e24[_0x365c1a(0x275)])this[_0x365c1a(0x25b)](_0x698276)&&(_0x5796dd[_0x365c1a(0x275)][_0x365c1a(0x11b)](_0x698276)||_0x416b41[_0x365c1a(0x268)]({'key':_0x698276,'newValue':_0x20e473,'oldValue':null,'range':_0x3655c6}));}0x0!=_0x416b41[_0x365c1a(0x15c)]&&_0x14cd33[_0x365c1a(0x175)][_0x365c1a(0x163)](_0x4a7be1,_0x3e47d7=>{const _0x53dd90=_0x365c1a,_0x5298ab=_0x4d0b4b();for(const {range:_0x1efc41,key:_0x1f7948,oldValue:_0xb084c7,newValue:_0x68d662}of _0x416b41)this[_0x53dd90(0x152)](_0x1efc41,_0x1f7948,_0xb084c7,_0x68d662,{'groupId':_0x5298ab});this[_0x53dd90(0x21c)](_0x3e47d7,_0x416b41);});},{'priority':_0x4b4855(0x2be)}),_0x14cd33[_0x4b4855(0x175)][_0x4b4855(0x14b)]['on'](_0x4b4855(0x187),(_0x40b589,_0x1d2a6b,_0x5f23f6)=>{const _0x6a7ecc=_0x4b4855;if(null==_0x5f23f6){const {id:_0x391fda}=this[_0x6a7ecc(0x270)](_0x1d2a6b[_0x6a7ecc(0x206)]),_0x5719a7=this[_0x6a7ecc(0x24f)][_0x6a7ecc(0x1c9)](_0x391fda);_0x5719a7&&_0x5719a7[_0x6a7ecc(0x162)](_0x1d2a6b[_0x6a7ecc(0x206)]);}}),_0x14cd33[_0x4b4855(0x175)][_0x4b4855(0x1f7)]['on'](_0x4b4855(0x1cc),()=>{const _0x4b8bc8=_0x4b4855,_0x3ae3bd=Array[_0x4b8bc8(0x2bb)](_0x14cd33[_0x4b8bc8(0x175)][_0x4b8bc8(0x1f7)][_0x4b8bc8(0x119)][_0x4b8bc8(0x2bf)]())[_0x4b8bc8(0x1a6)](_0x2ca21f=>_0x4b8bc8(0x1b3)===this[_0x4b8bc8(0x270)](_0x2ca21f[_0x4b8bc8(0x206)])[_0x4b8bc8(0x17f)]);if(0x0===_0x3ae3bd[_0x4b8bc8(0x15c)])return;_0x3ae3bd[_0x4b8bc8(0x207)]((_0x21c015,_0x35355b)=>{const _0x50c0ce=_0x4b8bc8,_0x568386=_0x21c015[_0x50c0ce(0x26e)][_0x50c0ce(0x1e1)],_0x283bdc=_0x35355b[_0x50c0ce(0x26e)][_0x50c0ce(0x1e1)];return null===_0x568386&&null===_0x283bdc?0x0:null===_0x568386&&null!==_0x283bdc?-0x1:null!==_0x568386&&null===_0x283bdc?0x1:_0x568386[_0x50c0ce(0x174)][_0x50c0ce(0x211)](_0x283bdc[_0x50c0ce(0x174)])?-0x1:0x1;});const _0x37995a=new Set(),_0x2c31fc=new Set();for(const {name:_0x3446e0,data:_0x514f21}of _0x3ae3bd){const {id:_0x94c445}=this[_0x4b8bc8(0x270)](_0x3446e0);if(null===_0x514f21[_0x4b8bc8(0x1e1)]){const _0x5a5d93=this[_0x4b8bc8(0x28e)](_0x3446e0);_0x2c31fc[_0x4b8bc8(0x242)](_0x5a5d93);}else{const _0x4d15cc=this[_0x4b8bc8(0x24f)][_0x4b8bc8(0x1c9)](_0x94c445);null!==_0x514f21[_0x4b8bc8(0x224)]||_0x4d15cc[_0x4b8bc8(0x17a)]?(_0x37995a[_0x4b8bc8(0x242)](_0x4d15cc[_0x4b8bc8(0x1c8)]),_0x2c31fc[_0x4b8bc8(0x242)](_0x4d15cc)):this[_0x4b8bc8(0x12d)](_0x4d15cc);}}_0x2c31fc[_0x4b8bc8(0x267)]>0x0&&this[_0x4b8bc8(0x150)](_0x2c31fc);for(const _0x5f1d27 of _0x37995a)this[_0x4b8bc8(0x1a0)](_0x4b8bc8(0x2ac),_0x5f1d27);}),_0x14cd33[_0x4b4855(0x175)]['on'](_0x4b4855(0x2bc),(_0x464859,_0x336a47)=>{const _0x3f45f7=_0x4b4855,_0xdba0c=_0x336a47[0x0];if(!this[_0x3f45f7(0x24f)][_0x3f45f7(0x267)])return;if(!_0xdba0c[_0x3f45f7(0x1e8)])return;if(_0xdba0c[_0x3f45f7(0x1c3)][_0x3f45f7(0x2aa)]||!_0xdba0c[_0x3f45f7(0x1c3)][_0x3f45f7(0x280)])return;let _0x2c041f,_0x327a5a;switch(_0xdba0c[_0x3f45f7(0x153)]){case _0x3f45f7(0x156):_0x2c041f=_0x14cd33[_0x3f45f7(0x175)][_0x3f45f7(0x164)](_0xdba0c[_0x3f45f7(0x184)]),_0x327a5a=_0x2c041f[_0x3f45f7(0x12f)](_0xdba0c[_0x3f45f7(0x2b6)]);break;case _0x3f45f7(0x227):_0x2c041f=_0x14cd33[_0x3f45f7(0x175)][_0x3f45f7(0x164)](_0xdba0c[_0x3f45f7(0x237)]),_0x327a5a=_0x14cd33[_0x3f45f7(0x175)][_0x3f45f7(0x164)](_0xdba0c[_0x3f45f7(0x169)]);break;case _0x3f45f7(0x27b):_0x2c041f=_0x14cd33[_0x3f45f7(0x175)][_0x3f45f7(0x164)](_0xdba0c[_0x3f45f7(0x1d1)]),_0x327a5a=_0x2c041f[_0x3f45f7(0x12f)](_0xdba0c[_0x3f45f7(0x2b6)]);break;default:return;}const _0x1ecdb3=_0x14cd33[_0x3f45f7(0x175)][_0x3f45f7(0x21a)](_0x2c041f,_0x327a5a);_0x14cd33[_0x3f45f7(0x175)][_0x3f45f7(0x14d)](()=>{const _0x5196bd=_0x3f45f7;for(const {suggestion:_0x5019ae,meta:_0x4d12b7}of this[_0x5196bd(0x1db)](_0x1ecdb3)){if(_0x5019ae[_0x5196bd(0x1a3)])continue;if(_0x5196bd(0x235)==_0x5019ae[_0x5196bd(0x153)])continue;const _0x4769f1=this[_0x5196bd(0x298)](_0x5019ae);if(_0x4769f1&&this[_0x5196bd(0x276)](_0x4769f1)&&_0x5196bd(0x227)!=_0xdba0c[_0x5196bd(0x153)])continue;const _0x4dd4a3=_0x5019ae[_0x5196bd(0x26e)]&&_0x5019ae[_0x5196bd(0x26e)][_0x5196bd(0x292)];(_0x5196bd(0x27d)!=_0x5019ae[_0x5196bd(0x153)]||_0x5196bd(0x227)==_0xdba0c[_0x5196bd(0x153)]&&!_0x4dd4a3)&&(_0x4d12b7[_0x5196bd(0x1df)]||_0x5196bd(0x15a)==_0x5019ae[_0x5196bd(0x153)]&&_0x4d12b7[_0x5196bd(0x2c4)]||_0x5019ae[_0x5196bd(0x279)]()[_0x5196bd(0x132)](_0x1ecdb3)&&this[_0x5196bd(0x1b9)](_0x5019ae,_0x2c041f,_0x327a5a));}});},{'priority':_0x4b4855(0x2be)}),_0x14cd33[_0x4b4855(0x175)]['on'](_0x4b4855(0x21e),(_0x56dd31,_0x2a3bab)=>{const _0x1b7694=_0x4b4855,_0x44ab07=_0x2a3bab[0x0],_0x3c5f65=_0x2a3bab[0x1];if(_0x3c5f65&&_0x3c5f65[_0x1b7694(0x243)])return;if(this[_0x1b7694(0x14c)])return;if(!this[_0x1b7694(0x11e)][_0x1b7694(0x29b)])return;if(_0x44ab07[_0x1b7694(0x262)])return;const _0xa36b2e=_0x14cd33[_0x1b7694(0x175)][_0x1b7694(0x1cf)],{start:_0x5c3511,end:_0x440323}=_0x44ab07[_0x1b7694(0x279)](),_0x4b879b=_0x5c3511[_0x1b7694(0x13a)]&&_0xa36b2e[_0x1b7694(0x1fd)](_0x5c3511[_0x1b7694(0x13a)])?null:_0xa36b2e[_0x1b7694(0x271)](_0x5c3511,_0x1b7694(0x1fb)),_0x5d3719=_0x440323[_0x1b7694(0x190)]&&_0xa36b2e[_0x1b7694(0x1fd)](_0x440323[_0x1b7694(0x190)])?null:_0xa36b2e[_0x1b7694(0x271)](_0x440323,_0x1b7694(0x20a)),_0x519f1b=_0x14cd33[_0x1b7694(0x175)][_0x1b7694(0x21a)](_0x4b879b?_0x4b879b[_0x1b7694(0x174)]:_0x5c3511,_0x5d3719?_0x5d3719[_0x1b7694(0x29e)]:_0x440323);_0x14cd33[_0x1b7694(0x175)][_0x1b7694(0x14d)](_0xc87cc5=>{const _0x150157=_0x1b7694;this[_0x150157(0x1af)](_0x519f1b);const _0x32c942=_0x14cd33[_0x150157(0x175)][_0x150157(0x1cf)][_0x150157(0x271)](_0x519f1b[_0x150157(0x174)]);_0x44ab07['is'](_0x150157(0x255))?_0xc87cc5[_0x150157(0x23f)](_0x32c942):_0x44ab07[_0x150157(0x1f2)](_0x32c942);}),_0x56dd31[_0x1b7694(0x23a)]();},{'priority':_0x3f04ce[_0x4b4855(0x2ae)]+0xa}),_0x14cd33[_0x4b4855(0x175)]['on'](_0x4b4855(0x28d),(_0x172fb1,_0x3909a0)=>{const _0x270ffb=_0x4b4855,_0x519481=_0x3909a0[_0x3909a0[_0x270ffb(0x15c)]-0x1];_0x519481&&_0x519481[_0x270ffb(0x243)]||this[_0x270ffb(0x14c)]||this[_0x270ffb(0x11e)][_0x270ffb(0x29b)]&&(_0x14cd33[_0x270ffb(0x175)][_0x270ffb(0x14d)](()=>{const _0x75616d=_0x270ffb;let _0x1fe128=_0x14cd33[_0x75616d(0x175)][_0x75616d(0x28d)](_0x3909a0[0x0],_0x3909a0[0x1],_0x3909a0[0x2],{'forceDefaultExecution':!0x0});if(!_0x1fe128)return;_0x172fb1[_0x75616d(0x20e)]=_0x1fe128[_0x75616d(0x19f)]();const _0x274a95=_0x1fe128[_0x75616d(0x29e)][_0x75616d(0x190)],_0x3a156f=_0x14cd33[_0x75616d(0x175)][_0x75616d(0x1cf)];_0x274a95&&_0x3a156f[_0x75616d(0x218)](_0x274a95)&&!_0x3a156f[_0x75616d(0x21b)](_0x274a95)&&(_0x1fe128=_0x14cd33[_0x75616d(0x175)][_0x75616d(0x21a)](_0x1fe128[_0x75616d(0x174)],_0x14cd33[_0x75616d(0x175)][_0x75616d(0x164)](_0x274a95,_0x75616d(0x29e)))),this[_0x75616d(0x25a)](_0x1fe128);}),_0x172fb1[_0x270ffb(0x23a)]());},{'priority':_0x4b4855(0x202)}),this[_0x4b4855(0x16f)][_0x4b4855(0x29a)][_0x4b4855(0x242)](_0x4b4855(0x215),this[_0x4b4855(0x11e)]),this[_0x4b4855(0x2b9)](_0x4b4855(0x215));const _0x91c965=new _0xf40169(_0x14cd33,this[_0x4b4855(0x24f)]);_0x14cd33[_0x4b4855(0x29a)][_0x4b4855(0x242)](_0x4b4855(0x2a7),_0x91c965),this[_0x4b4855(0x2b9)](_0x4b4855(0x2a7));const _0x3303cc=new _0x24266c(_0x14cd33,this[_0x4b4855(0x24f)]);_0x14cd33[_0x4b4855(0x29a)][_0x4b4855(0x242)](_0x4b4855(0x11d),_0x3303cc),this[_0x4b4855(0x2b9)](_0x4b4855(0x11d)),_0x14cd33[_0x4b4855(0x29a)][_0x4b4855(0x242)](_0x4b4855(0x194),new _0x180ca2(_0x14cd33,_0x91c965,this[_0x4b4855(0x24f)])),this[_0x4b4855(0x2b9)](_0x4b4855(0x194)),_0x14cd33[_0x4b4855(0x29a)][_0x4b4855(0x242)](_0x4b4855(0x11c),new _0x180ca2(_0x14cd33,_0x3303cc,this[_0x4b4855(0x24f)])),this[_0x4b4855(0x2b9)](_0x4b4855(0x11c)),_0x14cd33[_0x4b4855(0x29a)][_0x4b4855(0x242)](_0x4b4855(0x1c5),new _0x4829fa(_0x14cd33,_0x91c965,this[_0x4b4855(0x24f)])),this[_0x4b4855(0x2b9)](_0x4b4855(0x1c5)),_0x14cd33[_0x4b4855(0x29a)][_0x4b4855(0x242)](_0x4b4855(0x29c),new _0x4829fa(_0x14cd33,_0x3303cc,this[_0x4b4855(0x24f)])),this[_0x4b4855(0x2b9)](_0x4b4855(0x29c));const _0x15acea=_0x14cd33[_0x4b4855(0x154)][_0x4b4855(0x1c9)](_0x4b4855(0x2a2));this[_0x4b4855(0x24e)](_0x15acea,_0x4b4855(0x27c),(_0x337da2,{threadId:_0x25bd99})=>{const _0x367b40=_0x4b4855,_0x40e95a=this[_0x367b40(0x24f)][_0x367b40(0x1c9)](_0x25bd99);_0x40e95a&&_0x40e95a[_0x367b40(0x274)]&&0x1===_0x40e95a[_0x367b40(0x274)][_0x367b40(0x15c)]&&this[_0x367b40(0x234)](_0x25bd99,{'hasComments':!0x0});},{'priority':_0x4b4855(0x286)}),this[_0x4b4855(0x24e)](_0x15acea,_0x4b4855(0x1d9),(_0xac02fc,{threadId:_0x14b12f})=>{const _0x23944c=_0x4b4855,_0x45a5fa=this[_0x23944c(0x24f)][_0x23944c(0x1c9)](_0x14b12f);_0x45a5fa&&_0x45a5fa[_0x23944c(0x274)]&&!_0x45a5fa[_0x23944c(0x274)][_0x23944c(0x15c)]&&this[_0x23944c(0x234)](_0x14b12f,{'hasComments':!0x1});},{'priority':_0x4b4855(0x286)});}set[_0x4b60c3(0x1ec)](_0x2677ff){const _0x4356f0=_0x4b60c3;if(this[_0x4356f0(0x1dc)])throw new _0x3e034e(_0x4356f0(0x1b8),this);this[_0x4356f0(0x1dc)]=_0x2677ff;}get[_0x4b60c3(0x1ec)](){const _0x70f9d7=_0x4b60c3;return this[_0x70f9d7(0x1dc)];}[_0x4b60c3(0x1e4)]({skipNotAttached:_0x1dfa13=!0x1,toJSON:_0x232b52=!0x1}={}){const _0x2efd1c=_0x4b60c3,_0x22c1a3=[];for(const _0xb5031 of this[_0x2efd1c(0x24f)][_0x2efd1c(0x13b)]())_0x1dfa13&&!_0xb5031[_0x2efd1c(0x17a)]||_0x22c1a3[_0x2efd1c(0x268)](_0xb5031);return _0x232b52?_0x22c1a3[_0x2efd1c(0x24d)](_0x18f058=>_0x18f058[_0x2efd1c(0x148)]()):_0x22c1a3;}[_0x4b60c3(0x225)](_0xd8dd81){const _0x581d67=_0x4b60c3,_0x6ba8ca=this[_0x581d67(0x24f)][_0x581d67(0x1c9)](_0xd8dd81);if(!_0x6ba8ca)throw new _0x3e034e(_0x581d67(0x240),this);return _0x6ba8ca;}[_0x4b60c3(0x1bf)](_0x131060){const _0x4b8f08=_0x4b60c3;return this[_0x4b8f08(0x24f)][_0x4b8f08(0x11b)](_0x131060);}[_0x4b60c3(0x17e)](_0x3cce22){const _0x21f466=_0x4b60c3,{authorId:_0x30f668,id:_0x444826,attributes:_0xab89f4}=_0x3cce22,[_0x2f08e5,_0xa3bf9b]=_0x3cce22[_0x21f466(0x153)][_0x21f466(0x227)](':'),_0x488f86=this[_0x21f466(0x24f)][_0x21f466(0x1c9)](_0x444826)||this[_0x21f466(0x232)](_0x2f08e5,_0xa3bf9b,_0x444826,_0x30f668,_0xab89f4);if(this[_0x21f466(0x1bc)](_0x488f86),this[_0x21f466(0x26f)](_0x488f86,_0x2f08e5,_0xa3bf9b||null,_0x30f668),_0x488f86[_0x21f466(0x221)]=_0x3cce22[_0x21f466(0x221)],_0x488f86[_0x21f466(0x1d6)]=!0x0,_0xab89f4&&_0xab89f4[_0x21f466(0x18d)]){const _0x13ca65=_0xab89f4[_0x21f466(0x18d)],_0x13fbca=this[_0x21f466(0x1fa)](_0x13ca65[_0x21f466(0x182)]);_0x488f86[_0x21f466(0x2b1)]=_0x13ca65[_0x21f466(0x221)],_0x488f86[_0x21f466(0x22b)]=_0x13fbca,_0x488f86[_0x21f466(0x145)]=!0x0;}else _0x488f86[_0x21f466(0x2b1)]=_0x3cce22[_0x21f466(0x221)];switch(_0x3cce22[_0x21f466(0x26e)]&&(_0x488f86[_0x21f466(0x26e)]=_0x3cce22[_0x21f466(0x26e)]),_0x3cce22[_0x21f466(0x275)]&&(_0x488f86[_0x21f466(0x275)]=_0x3cce22[_0x21f466(0x275)]),this[_0x21f466(0x1dc)]&&this[_0x21f466(0x1dc)][_0x21f466(0x1d0)]||(_0x488f86[_0x21f466(0x245)]=!0x0),this[_0x21f466(0x158)][_0x21f466(0x1c9)](_0x488f86)){case _0x21f466(0x18e):this[_0x21f466(0x158)][_0x21f466(0x26a)](_0x488f86,_0x21f466(0x171));break;case _0x21f466(0x257):_0x488f86[_0x21f466(0x17a)]?(this[_0x21f466(0x133)](new Set([_0x488f86])),this[_0x21f466(0x150)](new Set([_0x488f86])),this[_0x21f466(0x158)][_0x21f466(0x26a)](_0x488f86,_0x21f466(0x12b)),this[_0x21f466(0x1a0)](_0x21f466(0x147),_0x488f86)):this[_0x21f466(0x158)][_0x21f466(0x26a)](_0x488f86,_0x21f466(0x1a8));}return _0x488f86;}[_0x4b60c3(0x2a7)](_0x1122eb){const _0x373b59=_0x4b60c3;this[_0x373b59(0x243)](()=>{const _0x199c3b=_0x373b59;this[_0x199c3b(0x16f)][_0x199c3b(0x175)][_0x199c3b(0x14d)](()=>{const _0x288abb=_0x199c3b;for(const _0x3ea4ec of _0x1122eb[_0x288abb(0x19d)]())_0x3ea4ec[_0x288abb(0x1d5)]();});});}[_0x4b60c3(0x11d)](_0xf587de){const _0x155b6a=_0x4b60c3;this[_0x155b6a(0x243)](()=>{const _0x354617=_0x155b6a;this[_0x354617(0x16f)][_0x354617(0x175)][_0x354617(0x14d)](()=>{const _0x3bfd3d=_0x354617;for(const _0x28b334 of _0xf587de[_0x3bfd3d(0x19d)]())_0x28b334[_0x3bfd3d(0x23b)]();});});}[_0x4b60c3(0x2b9)](_0x572181,_0x22d963){const _0x1d3fd7=_0x4b60c3,_0x28f4f1=this[_0x1d3fd7(0x16f)][_0x1d3fd7(0x29a)][_0x1d3fd7(0x1c9)](_0x572181);if(!_0x28f4f1)throw new _0x3e034e(_0x1d3fd7(0x1ca),this,{'commandName':_0x572181});if(this[_0x1d3fd7(0x199)][_0x1d3fd7(0x11b)](_0x28f4f1))throw new _0x3e034e(_0x1d3fd7(0x185),this,{'commandName':_0x572181});this[_0x1d3fd7(0x199)][_0x1d3fd7(0x242)](_0x28f4f1),_0x22d963&&_0x28f4f1['on'](_0x1d3fd7(0x12c),(_0x256041,_0x4a4a34)=>{const _0x3722b7=_0x1d3fd7;this[_0x3722b7(0x11e)][_0x3722b7(0x29b)]&&(this[_0x3722b7(0x14c)]||(_0x4a4a34[_0x3722b7(0x15c)]>0x0&&_0x4a4a34[_0x4a4a34[_0x3722b7(0x15c)]-0x1]&&_0x4a4a34[_0x4a4a34[_0x3722b7(0x15c)]-0x1][_0x3722b7(0x243)]?_0x4a4a34[_0x3722b7(0x295)]():(_0x256041[_0x3722b7(0x20e)]=_0x22d963((..._0x469ad9)=>_0x28f4f1[_0x3722b7(0x12c)](..._0x469ad9,{'forceDefaultExecution':!0x0}),..._0x4a4a34),_0x256041[_0x3722b7(0x23a)]())));},{'priority':_0x1d3fd7(0x202)});}[_0x4b60c3(0x243)](_0x3ba597){const _0x1ca8a6=_0x4b60c3;let _0xe7bf5f,_0x4a5cfa;const _0x5e23f3=this[_0x1ca8a6(0x14c)];this[_0x1ca8a6(0x14c)]=!0x0;try{_0xe7bf5f=_0x3ba597();}catch(_0x110f6d){_0x4a5cfa=_0x110f6d;}return _0x5e23f3||(this[_0x1ca8a6(0x14c)]=!0x1),_0x4a5cfa&&_0x3e034e[_0x1ca8a6(0x2a9)](_0x4a5cfa,this),_0xe7bf5f;}[_0x4b60c3(0x25a)](_0x481469,_0x25e62f=null,_0x20c4bf={}){const _0x26cd77=_0x4b60c3;if(_0x481469[_0x26cd77(0x262)])return null;const _0x1eb3cc=this[_0x26cd77(0x16f)][_0x26cd77(0x154)][_0x26cd77(0x1c9)](_0x26cd77(0x290))['me'];for(const {suggestion:_0x1aa921,meta:_0x5086ba}of this[_0x26cd77(0x1db)](_0x481469,_0x26cd77(0x15a)))if(_0x5086ba[_0x26cd77(0x2c4)]){if(!_0x5086ba[_0x26cd77(0x20d)]){if(_0x5086ba[_0x26cd77(0x1df)]){if(!this[_0x26cd77(0x239)]||!qt(_0x1aa921,_0x20c4bf))continue;return _0x1aa921;}if(qt(_0x1aa921,_0x20c4bf))return _0x1aa921;this[_0x26cd77(0x1b9)](_0x1aa921,_0x481469[_0x26cd77(0x174)],_0x481469[_0x26cd77(0x29e)]);break;}if(_0x25e62f==_0x1aa921[_0x26cd77(0x124)]&&qt(_0x1aa921,_0x20c4bf)){const _0x1151f0=_0x1aa921[_0x26cd77(0x279)]();return _0x1151f0[_0x26cd77(0x174)][_0x26cd77(0x26c)](_0x481469[_0x26cd77(0x29e)])?this[_0x26cd77(0x229)](_0x1aa921,this[_0x26cd77(0x277)][_0x26cd77(0x21a)](_0x481469[_0x26cd77(0x174)],_0x1151f0[_0x26cd77(0x29e)])):this[_0x26cd77(0x229)](_0x1aa921,this[_0x26cd77(0x277)][_0x26cd77(0x21a)](_0x1151f0[_0x26cd77(0x174)],_0x481469[_0x26cd77(0x29e)])),_0x1aa921;}}const _0x2c6062=_0x4d0b4b(),_0x5e7fc2=_0x1eb3cc['id'],_0x461902=_0x25e62f?_0x26cd77(0x212)+_0x25e62f:_0x26cd77(0x15a),_0x49da54=this[_0x26cd77(0x1de)]({'id':_0x2c6062,'type':_0x461902,'createdAt':new Date(),'authorId':_0x5e7fc2,'attributes':_0x20c4bf});return this[_0x26cd77(0x176)](_0x461902,_0x2c6062,_0x5e7fc2,_0x481469),_0x49da54;}[_0x4b60c3(0x22d)](_0x59cbd4,_0x310271=_0x4b60c3(0x160),_0x35be6={}){const _0x2e35e2=_0x4b60c3,_0x24ff5f=this[_0x2e35e2(0x16f)][_0x2e35e2(0x154)][_0x2e35e2(0x1c9)](_0x2e35e2(0x290))['me'],_0x26b896=this[_0x2e35e2(0x254)][_0x2e35e2(0x260)](_0x2e35e2(0x15a),_0x310271,_0x2e35e2(0x2a6));for(const _0x5e0ed7 of this[_0x2e35e2(0x1e4)]())if(_0x5e0ed7[_0x2e35e2(0x22b)]['id']==_0x24ff5f['id']&&_0x2e35e2(0x15a)==_0x5e0ed7[_0x2e35e2(0x153)]&&_0x5e0ed7[_0x2e35e2(0x124)]==_0x310271&&qt(_0x5e0ed7,_0x35be6)&&(_0x26b896(_0x5e0ed7[_0x2e35e2(0x1f9)](),_0x59cbd4)||_0x26b896(_0x59cbd4,_0x5e0ed7[_0x2e35e2(0x1f9)]()))){for(const _0x46f507 of _0x59cbd4)_0x5e0ed7[_0x2e35e2(0x28b)](_0x46f507);return _0x5e0ed7;}for(const {suggestion:_0x534d38,meta:_0x2b9f93}of this[_0x2e35e2(0x1db)](_0x59cbd4,_0x2e35e2(0x15a))){if(!_0x2b9f93[_0x2e35e2(0x2c4)])continue;if(!this[_0x2e35e2(0x239)]&&_0x2b9f93[_0x2e35e2(0x1df)])continue;if(!qt(_0x534d38,_0x35be6))continue;let _0x2b665f=!0x0;for(const _0xf10d47 of _0x534d38[_0x2e35e2(0x1f9)]())for(const _0x1f0369 of _0x59cbd4)if(!_0xf10d47[_0x2e35e2(0x132)](_0x1f0369)){_0x2b665f=!0x1;break;}if(_0x2b665f)return _0x534d38;}const _0x4e0600=_0x4d0b4b(),_0x5a0ef0=_0x24ff5f['id'],_0x52c66e=_0x2e35e2(0x212)+_0x310271,_0x120c66=this[_0x2e35e2(0x1de)]({'id':_0x4e0600,'type':_0x52c66e,'createdAt':new Date(),'authorId':_0x5a0ef0,'attributes':_0x35be6});for(const _0x5eea25 of _0x59cbd4)this[_0x2e35e2(0x176)](_0x52c66e,_0x4e0600,_0x5a0ef0,_0x5eea25,_0x39afa8[_0x2e35e2(0x205)]());return _0x120c66;}[_0x4b60c3(0x120)](_0x1593ff,_0x3a38e8,_0x275446=null,_0x2f32c2={}){const _0x4816e6=_0x4b60c3;if(_0x275446=_0x275446||Gt(_0x3a38e8),_0x1593ff[_0x4816e6(0x262)])return null;if(_0x4816e6(0x14e)===this[_0x4816e6(0x1ff)]){const _0x21d087=this[_0x4816e6(0x254)][_0x4816e6(0x260)](_0x4816e6(0x235),_0x275446,_0x4816e6(0x1d5));return this[_0x4816e6(0x243)](()=>_0x21d087([_0x1593ff],_0x3a38e8,_0x2f32c2)),null;}const _0x414e64=this[_0x4816e6(0x16f)][_0x4816e6(0x154)][_0x4816e6(0x1c9)](_0x4816e6(0x290))['me'],_0x3848c1=[];if(_0x4816e6(0x1bb)!==this[_0x4816e6(0x1ff)]){for(const {suggestion:_0x14c58f,meta:_0x5f2535}of this[_0x4816e6(0x1db)](_0x1593ff,_0x4816e6(0x15a)))_0x5f2535[_0x4816e6(0x2c4)]&&!_0x5f2535[_0x4816e6(0x1d8)]&&_0x3848c1[_0x4816e6(0x268)](..._0x14c58f[_0x4816e6(0x1f9)]());}const _0x2bc923=function(_0x18a065,_0x36a2e3){const _0x10bb62=_0x4816e6,_0x18dfa1=[];for(const _0x13d146 of _0x36a2e3){const _0x3eefbf=_0x18a065[_0x10bb62(0x252)](_0x13d146);_0x3eefbf&&_0x18dfa1[_0x10bb62(0x268)](_0x3eefbf);}return _0x18dfa1;}(_0x1593ff,_0x3848c1),_0x26df95=function(_0x3a39ad,_0x19e740){const _0x1dd47a=_0x4816e6,_0x35839d=[_0x3a39ad];for(const _0x583d7d of _0x19e740){let _0x2c1407=0x0;for(;_0x2c1407<_0x35839d[_0x1dd47a(0x15c)];){const _0x585e35=_0x35839d[_0x2c1407][_0x1dd47a(0x2b3)](_0x583d7d);_0x35839d[_0x1dd47a(0x17d)](_0x2c1407,0x1,..._0x585e35),_0x2c1407+=_0x585e35[_0x1dd47a(0x15c)];}}return _0x35839d;}(_0x1593ff,_0x3848c1);_0x2bc923[_0x4816e6(0x15c)]&&this[_0x4816e6(0x277)][_0x4816e6(0x14d)](()=>{const _0x235181=_0x4816e6;for(const _0x4844ec of _0x2bc923){const _0x306cec=this[_0x235181(0x254)][_0x235181(0x260)](_0x235181(0x235),_0x275446,_0x235181(0x1d5));this[_0x235181(0x243)](()=>_0x306cec([_0x4844ec],_0x3a38e8,_0x2f32c2));}});for(const _0x26e7dd of _0x26df95){let _0x50e34c=null,_0x14b108=_0x26e7dd[_0x4816e6(0x174)],_0x13c8b5=_0x26e7dd[_0x4816e6(0x29e)];for(const {suggestion:_0x1f3490,meta:_0x58fa9a}of this[_0x4816e6(0x1db)](_0x26e7dd,_0x4816e6(0x235))){if(!_0x58fa9a[_0x4816e6(0x2c4)])continue;if(_0x1f3490[_0x4816e6(0x124)]!=_0x275446)continue;if(!qt(_0x1f3490,_0x2f32c2))continue;const _0x3d6b02=_0x1f3490[_0x4816e6(0x279)]();if(_0x3d6b02[_0x4816e6(0x132)](_0x26e7dd,!0x0))return null;_0x14b108=_0x14b108[_0x4816e6(0x211)](_0x3d6b02[_0x4816e6(0x174)])?_0x14b108:_0x3d6b02[_0x4816e6(0x174)],_0x13c8b5=_0x13c8b5[_0x4816e6(0x1e5)](_0x3d6b02[_0x4816e6(0x29e)])?_0x13c8b5:_0x3d6b02[_0x4816e6(0x29e)],_0x50e34c?_0x3d6b02[_0x4816e6(0x174)][_0x4816e6(0x211)](_0x50e34c[_0x4816e6(0x279)]()[_0x4816e6(0x174)])?(_0x50e34c[_0x4816e6(0x250)](),_0x50e34c=_0x1f3490):_0x1f3490[_0x4816e6(0x250)]():_0x50e34c=_0x1f3490;}const _0x461652=this[_0x4816e6(0x277)][_0x4816e6(0x21a)](_0x14b108,_0x13c8b5);if(_0x50e34c)this[_0x4816e6(0x229)](_0x50e34c,_0x461652);else{const _0x3dad32=_0x4d0b4b(),_0xd3ca11=_0x414e64['id'];this[_0x4816e6(0x1de)]({'id':_0x3dad32,'type':_0x4816e6(0x1ad)+_0x275446,'data':_0x3a38e8,'createdAt':new Date(),'authorId':_0xd3ca11,'attributes':_0x2f32c2}),this[_0x4816e6(0x176)](_0x4816e6(0x1ad)+_0x275446,_0x3dad32,_0xd3ca11,_0x461652);}}return null;}[_0x4b60c3(0x27f)](_0x11d341,_0x5bb517,_0x3a7e8d=[],_0x3829de=null,_0x9b8c73={}){const _0x577580=_0x4b60c3;_0x5bb517[_0x577580(0x285)]||(_0x5bb517[_0x577580(0x285)]=_0x5bb517[_0x577580(0x1e7)]),_0x5bb517[_0x577580(0x292)]=_0x11d341['is'](_0x577580(0x16b)),_0x3829de=_0x3829de||Gt(_0x5bb517);const _0x10c4e2=_0x3a7e8d[_0x577580(0x24d)](_0x54e63e=>Lt(_0x54e63e,this[_0x577580(0x277)])),_0x4ae6d9=_0x11d341['is'](_0x577580(0x16b))?_0x11d341:Lt(_0x11d341,this[_0x577580(0x277)]);if(_0x577580(0x14e)===this[_0x577580(0x1ff)]){const _0x5a614f=this[_0x577580(0x254)][_0x577580(0x260)](_0x577580(0x27d),_0x3829de,_0x577580(0x1d5));return this[_0x577580(0x243)](()=>_0x5a614f([_0x4ae6d9],_0x5bb517,_0x9b8c73)),null;}_0x10c4e2[_0x577580(0x268)](_0x4ae6d9);let _0x2031f5=!0x0;for(const _0x182e27 of _0x10c4e2)if(!this[_0x577580(0x20c)](_0x182e27)){_0x2031f5=!0x1;break;}if(_0x2031f5&&_0x577580(0x1bb)!==this[_0x577580(0x1ff)]){const _0x51b81f=this[_0x577580(0x254)][_0x577580(0x260)](_0x577580(0x27d),_0x3829de,_0x577580(0x1d5));return this[_0x577580(0x243)](()=>_0x51b81f([_0x4ae6d9],_0x5bb517,_0x9b8c73)),null;}let _0x578fab=null,_0x1b27fe=_0x4ae6d9[_0x577580(0x174)],_0x505e6d=_0x4ae6d9[_0x577580(0x29e)];for(const {suggestion:_0x4a22b2,meta:_0x1d78e8}of this[_0x577580(0x1db)](_0x4ae6d9,_0x577580(0x27d))){if(!_0x1d78e8[_0x577580(0x2c4)])continue;if(_0x1d78e8[_0x577580(0x20d)]||_0x1d78e8[_0x577580(0x1df)]||_0x1d78e8[_0x577580(0x1d8)])continue;if(_0x4a22b2[_0x577580(0x26e)][_0x577580(0x285)]!=_0x5bb517[_0x577580(0x285)])continue;if(!qt(_0x4a22b2,_0x9b8c73))continue;const _0x4d5380=_0x4a22b2[_0x577580(0x279)]();if(_0x4a22b2[_0x577580(0x124)]==_0x3829de){if(_0x4d5380[_0x577580(0x132)](_0x4ae6d9,!0x0))return null;_0x1b27fe=_0x1b27fe[_0x577580(0x211)](_0x4d5380[_0x577580(0x174)])?_0x1b27fe:_0x4d5380[_0x577580(0x174)],_0x505e6d=_0x505e6d[_0x577580(0x1e5)](_0x4d5380[_0x577580(0x29e)])?_0x505e6d:_0x4d5380[_0x577580(0x29e)],_0x578fab?_0x4d5380[_0x577580(0x174)][_0x577580(0x211)](_0x578fab[_0x577580(0x279)]()[_0x577580(0x174)])?(_0x578fab[_0x577580(0x250)](),_0x578fab=_0x4a22b2):_0x4a22b2[_0x577580(0x250)]():_0x578fab=_0x4a22b2;}else{const _0x3e9ae8=_0x4ae6d9[_0x577580(0x252)](_0x4d5380);this[_0x577580(0x273)](_0x4a22b2,_0x3e9ae8);}}const _0x3f34e8=this[_0x577580(0x16f)][_0x577580(0x154)][_0x577580(0x1c9)](_0x577580(0x290))['me'],_0x3912c5=_0x4d0b4b(),_0x169c17=_0x3f34e8['id'];if(_0x578fab)return this[_0x577580(0x229)](_0x578fab,this[_0x577580(0x277)][_0x577580(0x21a)](_0x1b27fe,_0x505e6d)),_0x578fab;{const _0xc40768=this[_0x577580(0x1de)]({'id':_0x3912c5,'type':_0x577580(0x1b5)+_0x3829de,'data':_0x5bb517,'createdAt':new Date(),'authorId':_0x169c17,'attributes':_0x9b8c73});return this[_0x577580(0x176)](_0x577580(0x1b5)+_0x3829de,_0x3912c5,_0x169c17,this[_0x577580(0x277)][_0x577580(0x21a)](_0x1b27fe,_0x505e6d)),_0xc40768;}}[_0x4b60c3(0x197)](_0x3dcee8,_0x545baf,_0x462395=[],_0x134ed3=null,_0x325501={}){const _0x151887=_0x4b60c3;_0x545baf[_0x151887(0x285)]||(_0x545baf[_0x151887(0x285)]=_0x545baf[_0x151887(0x1e7)]);const _0x47c38d=_0x3dcee8[0x0];_0x545baf[_0x151887(0x292)]=_0x47c38d['is'](_0x151887(0x16b)),_0x134ed3=_0x134ed3||Gt(_0x545baf);const _0x6de5cd=_0x462395[_0x151887(0x24d)](_0x4e5cf1=>Lt(_0x4e5cf1,this[_0x151887(0x277)])),_0x9226f3=_0x47c38d['is'](_0x151887(0x16b))?_0x3dcee8:_0x3dcee8[_0x151887(0x24d)](_0x3d4b37=>Lt(_0x3d4b37,this[_0x151887(0x277)]));if(_0x151887(0x14e)===this[_0x151887(0x1ff)]){const _0x27d1ea=this[_0x151887(0x254)][_0x151887(0x260)](_0x151887(0x27d),_0x134ed3,_0x151887(0x1d5));return this[_0x151887(0x243)](()=>_0x27d1ea(_0x9226f3,_0x545baf,_0x325501)),null;}_0x6de5cd[_0x151887(0x268)](..._0x9226f3);let _0x1c73ee=!0x0;for(const _0x5d6a47 of _0x6de5cd)if(!this[_0x151887(0x20c)](_0x5d6a47)){_0x1c73ee=!0x1;break;}if(_0x1c73ee&&_0x151887(0x1bb)!==this[_0x151887(0x1ff)]){const _0x147730=this[_0x151887(0x254)][_0x151887(0x260)](_0x151887(0x27d),_0x134ed3,_0x151887(0x1d5));return this[_0x151887(0x243)](()=>_0x147730(_0x9226f3,_0x545baf,_0x325501)),null;}const _0x260003=this[_0x151887(0x16f)][_0x151887(0x154)][_0x151887(0x1c9)](_0x151887(0x290))['me'];for(const _0x61a341 of this[_0x151887(0x1e4)]()){if(_0x61a341[_0x151887(0x22b)]['id']!=_0x260003['id'])continue;if(_0x151887(0x27d)!=_0x61a341[_0x151887(0x153)]||_0x61a341[_0x151887(0x26e)][_0x151887(0x285)]!=_0x545baf[_0x151887(0x285)])continue;if(!qt(_0x61a341,_0x325501))continue;const _0x2758ae=_0x61a341[_0x151887(0x124)]==_0x134ed3;for(let _0x1baaa6=0x0;_0x1baaa6<_0x9226f3[_0x151887(0x15c)];_0x1baaa6++){const _0x476a42=_0x9226f3[_0x1baaa6];for(const _0x2ff5bc of _0x61a341[_0x151887(0x1e6)]()){const _0x3fc034=_0x2ff5bc[_0x151887(0x19c)]();if(_0x476a42[_0x151887(0x26c)](_0x3fc034)){_0x2758ae?(_0x9226f3[_0x151887(0x17d)](_0x1baaa6,0x1),_0x1baaa6--):_0x61a341[_0x151887(0x11f)](_0x2ff5bc[_0x151887(0x206)]);break;}}}}if(0x0==_0x9226f3[_0x151887(0x15c)])return null;const _0x265cbd=this[_0x151887(0x254)][_0x151887(0x260)](_0x151887(0x27d),_0x134ed3,_0x151887(0x2a6));for(const _0x24f1d8 of this[_0x151887(0x1e4)]())if(_0x24f1d8[_0x151887(0x22b)]['id']==_0x260003['id']&&_0x151887(0x27d)==_0x24f1d8[_0x151887(0x153)]&&_0x24f1d8[_0x151887(0x26e)][_0x151887(0x285)]==_0x545baf[_0x151887(0x285)]&&_0x24f1d8[_0x151887(0x124)]==_0x134ed3&&qt(_0x24f1d8,_0x325501)&&(_0x265cbd(_0x24f1d8[_0x151887(0x1f9)](),_0x9226f3)||_0x265cbd(_0x9226f3,_0x24f1d8[_0x151887(0x1f9)]()))){for(const _0x1600b6 of _0x9226f3)_0x24f1d8[_0x151887(0x28b)](_0x1600b6);return _0x24f1d8;}const _0x42223=_0x4d0b4b(),_0x3f5753=_0x260003['id'],_0x580dab=_0x151887(0x1b5)+_0x134ed3,_0x45b700=this[_0x151887(0x1de)]({'id':_0x42223,'type':_0x580dab,'data':_0x545baf,'createdAt':new Date(),'authorId':_0x3f5753,'attributes':_0x325501});for(const _0x3494f6 of _0x9226f3)this[_0x151887(0x176)](_0x580dab,_0x42223,_0x3f5753,_0x3494f6,_0x39afa8[_0x151887(0x205)]());return _0x45b700;}[_0x4b60c3(0x1af)](_0x27b05e,_0xb52e46=null,_0x1dbf0b={}){const _0x53118c=_0x4b60c3;if(_0x27b05e[_0x53118c(0x262)])return null;const _0x5cda11=this[_0x53118c(0x16f)][_0x53118c(0x154)][_0x53118c(0x1c9)](_0x53118c(0x290))['me'],_0x5b6311=new _0x107fa5(_0x27b05e[_0x53118c(0x174)],_0x27b05e[_0x53118c(0x29e)]);for(const {suggestion:_0x356b1f,meta:_0x4e16ec}of this[_0x53118c(0x1db)](_0x5b6311,_0x53118c(0x15a)))if(_0x4e16ec[_0x53118c(0x2c4)]&&!_0x4e16ec[_0x53118c(0x20d)]){if(_0x356b1f[_0x53118c(0x1a3)]){const _0xcc48ec=_0x356b1f[_0x53118c(0x1f9)]()[_0x53118c(0x1a6)](_0x10ed5b=>_0x53118c(0x244)!=_0x10ed5b[_0x53118c(0x137)][_0x53118c(0x1b4)]);_0xcc48ec[_0x53118c(0x126)](_0x22a3fd=>_0x5b6311[_0x53118c(0x132)](_0x22a3fd,!0x0))&&_0x356b1f[_0x53118c(0x23b)]();if(_0xcc48ec[_0x53118c(0x261)](_0x35d16e=>_0x35d16e[_0x53118c(0x132)](_0x5b6311,!0x0))){const _0x3cf2f4=this[_0x53118c(0x254)][_0x53118c(0x260)](_0x53118c(0x228),_0xb52e46,_0x53118c(0x1d5));return this[_0x53118c(0x243)](()=>_0x3cf2f4([_0x5b6311],null,_0x1dbf0b)),null;}}else{const _0x1465d3=_0x5b6311[_0x53118c(0x252)](_0x356b1f[_0x53118c(0x279)]());null!==_0x1465d3&&_0x356b1f[_0x53118c(0x1aa)]([_0x1465d3],null,_0x1dbf0b);}}if(_0x5b6311[_0x53118c(0x15d)](),_0x5b6311[_0x53118c(0x262)]||_0x53118c(0x244)==_0x5b6311[_0x53118c(0x137)][_0x53118c(0x1b4)])return null;let _0x3e87e4=null,_0x5dbeb6=_0x5b6311[_0x53118c(0x174)],_0x587254=_0x5b6311[_0x53118c(0x29e)];const _0x23ea23=this[_0x53118c(0x1db)](_0x5b6311,_0x53118c(0x228));for(const {suggestion:_0x5d8c1e,meta:_0x4db6ae}of _0x23ea23){const _0x1745ed=this[_0x53118c(0x277)][_0x53118c(0x21a)](_0x5dbeb6,_0x587254);if(_0x4db6ae[_0x53118c(0x2c4)]&&(this[_0x53118c(0x239)]||!_0x4db6ae[_0x53118c(0x1df)]&&!_0x4db6ae[_0x53118c(0x1d8)])){if(_0x5d8c1e[_0x53118c(0x1a3)]){if(!qt(_0x5d8c1e,_0x1dbf0b))continue;let _0x493d2d=!0x0;for(const _0x18ef38 of _0x5d8c1e[_0x53118c(0x1f9)]()){if(_0x18ef38[_0x53118c(0x132)](_0x1745ed,!0x0))return _0x5d8c1e;_0x1745ed[_0x53118c(0x132)](_0x18ef38)||(_0x493d2d=!0x1);}_0x493d2d&&_0x5d8c1e[_0x53118c(0x23b)]();}else{const _0x17b16e=_0x5d8c1e[_0x53118c(0x279)]();if(_0x17b16e[_0x53118c(0x132)](_0x1745ed,!0x0))return _0x5d8c1e;if(!qt(_0x5d8c1e,_0x1dbf0b)){_0x1745ed[_0x53118c(0x132)](_0x17b16e)?_0x5d8c1e[_0x53118c(0x250)]():_0x17b16e[_0x53118c(0x180)](_0x5dbeb6)?_0x5dbeb6=_0x17b16e[_0x53118c(0x29e)]:_0x17b16e[_0x53118c(0x180)](_0x587254)&&(_0x587254=_0x17b16e[_0x53118c(0x174)]);continue;}_0x5dbeb6=_0x5dbeb6[_0x53118c(0x211)](_0x17b16e[_0x53118c(0x174)])?_0x5dbeb6:_0x17b16e[_0x53118c(0x174)],_0x587254=_0x587254[_0x53118c(0x1e5)](_0x17b16e[_0x53118c(0x29e)])?_0x587254:_0x17b16e[_0x53118c(0x29e)],_0x1dbf0b=Object[_0x53118c(0x246)]({},_0x5d8c1e[_0x53118c(0x275)]),_0x3e87e4?_0x17b16e[_0x53118c(0x174)][_0x53118c(0x211)](_0x3e87e4[_0x53118c(0x279)]()[_0x53118c(0x174)])?(_0x3e87e4[_0x53118c(0x250)](),_0x3e87e4=_0x5d8c1e):_0x5d8c1e[_0x53118c(0x250)]():_0x3e87e4=_0x5d8c1e;}}}if(_0x3e87e4)return this[_0x53118c(0x229)](_0x3e87e4,this[_0x53118c(0x277)][_0x53118c(0x21a)](_0x5dbeb6,_0x587254)),_0x3e87e4;{const _0x3efec9=_0x4d0b4b(),_0x28312f=this[_0x53118c(0x277)][_0x53118c(0x21a)](_0x5dbeb6,_0x587254),_0x494e74=_0x5cda11['id'],_0x52188d=_0xb52e46?_0x53118c(0x24b)+_0xb52e46:_0x53118c(0x228),_0x2846e7=this[_0x53118c(0x1de)]({'id':_0x3efec9,'type':_0x52188d,'createdAt':new Date(),'authorId':_0x494e74,'attributes':_0x1dbf0b});return this[_0x53118c(0x176)](_0x52188d,_0x3efec9,_0x494e74,_0x28312f),_0x2846e7;}}[_0x4b60c3(0x265)](_0x297a24,_0x24d970=_0x4b60c3(0x160),_0x2ce560={}){const _0x2079eb=_0x4b60c3,_0x5cba5c=this[_0x2079eb(0x16f)][_0x2079eb(0x154)][_0x2079eb(0x1c9)](_0x2079eb(0x290))['me'],_0x2807dd=_0x297a24[_0x2079eb(0x24d)](_0x38baa0=>new _0x107fa5(_0x38baa0[_0x2079eb(0x174)],_0x38baa0[_0x2079eb(0x29e)])),_0x1bca74=new Set();for(const {suggestion:_0x3bf976,meta:_0x160ad8}of this[_0x2079eb(0x1db)](_0x2807dd,_0x2079eb(0x15a)))_0x160ad8[_0x2079eb(0x2c4)]&&!_0x160ad8[_0x2079eb(0x20d)]&&_0x1bca74[_0x2079eb(0x242)](_0x3bf976);for(const _0x1dae60 of _0x1bca74)if(_0x1dae60[_0x2079eb(0x1a3)]){const _0x2fbc61=_0x1dae60[_0x2079eb(0x1f9)]();(!_0x1dae60[_0x2079eb(0x275)]||!_0x1dae60[_0x2079eb(0x275)][_0x2079eb(0x1c7)])&&(_0x2fbc61[_0x2079eb(0x126)](_0x33fa5e=>_0x2807dd[_0x2079eb(0x261)](_0x2cb952=>_0x2cb952[_0x2079eb(0x132)](_0x33fa5e,!0x0)))&&_0x1dae60[_0x2079eb(0x23b)]());if(_0x2807dd[_0x2079eb(0x126)](_0x7be930=>_0x2fbc61[_0x2079eb(0x261)](_0x2bf212=>_0x2bf212[_0x2079eb(0x132)](_0x7be930,!0x0)))){const _0x862cbf=this[_0x2079eb(0x254)][_0x2079eb(0x260)](_0x2079eb(0x228),_0x24d970,_0x2079eb(0x1d5));return this[_0x2079eb(0x243)](()=>_0x862cbf(_0x297a24,null,_0x2ce560)),null;}}else{const _0x18c194=_0x1dae60[_0x2079eb(0x279)]();_0x2807dd[_0x2079eb(0x261)](_0x37fbc6=>_0x37fbc6[_0x2079eb(0x132)](_0x18c194,!0x0))&&_0x1dae60[_0x2079eb(0x23b)]();if(_0x2807dd[_0x2079eb(0x126)](_0x2c0d6f=>_0x18c194[_0x2079eb(0x132)](_0x2c0d6f,!0x0))){const _0x279ef7=this[_0x2079eb(0x254)][_0x2079eb(0x260)](_0x2079eb(0x228),_0x24d970,_0x2079eb(0x1d5));return this[_0x2079eb(0x243)](()=>_0x279ef7(_0x2807dd,null,_0x2ce560)),null;}}const _0x5efdb1=this[_0x2079eb(0x254)][_0x2079eb(0x260)](_0x2079eb(0x228),_0x24d970,_0x2079eb(0x2a6));let _0x3b54d4=null;for(const _0x356659 of this[_0x2079eb(0x1e4)]())if(_0x356659[_0x2079eb(0x22b)]['id']==_0x5cba5c['id']&&_0x356659[_0x2079eb(0x17a)]&&_0x2079eb(0x228)==_0x356659[_0x2079eb(0x153)]&&_0x356659[_0x2079eb(0x124)]==_0x24d970&&qt(_0x356659,_0x2ce560)&&(_0x5efdb1(_0x356659[_0x2079eb(0x1f9)](),_0x2807dd)||_0x5efdb1(_0x2807dd,_0x356659[_0x2079eb(0x1f9)]()))){if(_0x3b54d4){if(_0x356659[_0x2079eb(0x274)]&&_0x356659[_0x2079eb(0x274)][_0x2079eb(0x15c)])continue;for(const _0x15a8af of _0x356659[_0x2079eb(0x1f9)]())_0x3b54d4[_0x2079eb(0x1ee)](_0x15a8af)||_0x3b54d4[_0x2079eb(0x28b)](_0x15a8af);_0x356659[_0x2079eb(0x250)]();}else{_0x3b54d4=_0x356659;for(const _0x8fef4f of _0x2807dd)_0x356659[_0x2079eb(0x1ee)](_0x8fef4f)||_0x356659[_0x2079eb(0x28b)](_0x8fef4f);}}if(_0x3b54d4)return _0x3b54d4;_0x1bca74[_0x2079eb(0x25d)]();for(const {suggestion:_0x15209e,meta:_0x20b921}of this[_0x2079eb(0x1db)](_0x2807dd,_0x2079eb(0x228)))_0x20b921[_0x2079eb(0x2c4)]&&(this[_0x2079eb(0x239)]||!_0x20b921[_0x2079eb(0x1df)]&&!_0x20b921[_0x2079eb(0x1d8)])&&qt(_0x15209e,_0x2ce560)&&_0x1bca74[_0x2079eb(0x242)](_0x15209e);for(const _0x39f0b2 of _0x1bca74){const _0x2571fc=_0x39f0b2[_0x2079eb(0x1f9)]();if(!_0x2ce560||!_0x2ce560[_0x2079eb(0x1c7)]){if(_0x2807dd[_0x2079eb(0x126)](_0x46cae9=>_0x2571fc[_0x2079eb(0x261)](_0x573ff7=>_0x573ff7[_0x2079eb(0x132)](_0x46cae9,!0x0))))return _0x39f0b2;}(!_0x39f0b2[_0x2079eb(0x275)]||!_0x39f0b2[_0x2079eb(0x275)][_0x2079eb(0x1c7)])&&(_0x2571fc[_0x2079eb(0x126)](_0x40de2d=>_0x2807dd[_0x2079eb(0x261)](_0x2ea337=>_0x2ea337[_0x2079eb(0x132)](_0x40de2d,!0x0)))&&_0x39f0b2[_0x2079eb(0x23b)]());}const _0x49c105=_0x4d0b4b(),_0x24bf3e=_0x5cba5c['id'],_0x44f2dd=_0x2079eb(0x24b)+_0x24d970,_0x3bd084=this[_0x2079eb(0x1de)]({'id':_0x49c105,'type':_0x44f2dd,'createdAt':new Date(),'authorId':_0x24bf3e,'attributes':_0x2ce560});for(const _0xb3817c of _0x2807dd)_0xb3817c[_0x2079eb(0x15d)](),_0xb3817c[_0x2079eb(0x262)]||_0x2079eb(0x244)==_0xb3817c[_0x2079eb(0x137)][_0x2079eb(0x1b4)]||this[_0x2079eb(0x176)](_0x44f2dd,_0x49c105,_0x24bf3e,_0xb3817c,_0x39afa8[_0x2079eb(0x205)]());return _0x3bd084;}[_0x4b60c3(0x152)](_0x440d3c,_0x120d50,_0x393449,_0x109983,_0x447b0f){const _0x56c5f7=_0x4b60c3;if(_0x440d3c[_0x56c5f7(0x262)])return[];if(_0x56c5f7(0x14e)===this[_0x56c5f7(0x1ff)])return[];const _0x10db9f=this[_0x56c5f7(0x16f)][_0x56c5f7(0x154)][_0x56c5f7(0x1c9)](_0x56c5f7(0x290))['me']['id'],_0x25ae97=Array[_0x56c5f7(0x2bb)](this[_0x56c5f7(0x24f)][_0x56c5f7(0x13b)]())[_0x56c5f7(0x1a6)](_0x263e30=>_0x56c5f7(0x1cb)==_0x263e30[_0x56c5f7(0x153)]&&_0x263e30[_0x56c5f7(0x26e)][_0x56c5f7(0x19e)]==_0x120d50&&_0x263e30[_0x56c5f7(0x1ee)](_0x440d3c));if(_0x56c5f7(0x26b)===this[_0x56c5f7(0x1ff)]){const _0x202f74=this[_0x56c5f7(0x1db)](_0x440d3c,_0x56c5f7(0x15a))[_0x56c5f7(0x1a6)](({meta:_0x35907f})=>_0x35907f[_0x56c5f7(0x2c4)]&&!_0x35907f[_0x56c5f7(0x1d8)]&&!_0x35907f[_0x56c5f7(0x20d)])[_0x56c5f7(0x24d)](({suggestion:_0x4f9476})=>_0x4f9476);_0x25ae97[_0x56c5f7(0x1be)](..._0x202f74);}const _0x395bc7=new Map([[_0x440d3c,_0x393449]]);for(const _0x559bd3 of _0x25ae97){const _0x5839b9=_0x56c5f7(0x1cb)==_0x559bd3[_0x56c5f7(0x153)]?_0x559bd3[_0x56c5f7(0x26e)][_0x56c5f7(0x2c7)]:void 0x0,_0x53a18f=_0x559bd3[_0x56c5f7(0x279)](),_0x3e5d34=Array[_0x56c5f7(0x2bb)](_0x395bc7[_0x56c5f7(0x2ad)]())[_0x56c5f7(0x195)](_0x39f01c=>_0x39f01c[_0x56c5f7(0x12e)](_0x53a18f));if(!_0x3e5d34)continue;const _0x13e530=_0x3e5d34[_0x56c5f7(0x2b3)](_0x53a18f);this[_0x56c5f7(0x276)](_0x120d50)&&_0x56c5f7(0x15a)==_0x559bd3[_0x56c5f7(0x153)]&&0x0!=_0x13e530[_0x56c5f7(0x15c)]||(_0x395bc7[_0x56c5f7(0x24c)](_0x3e5d34),_0x13e530[_0x56c5f7(0x138)](_0x389f79=>{const _0x3d6a0f=_0x56c5f7;_0x395bc7[_0x3d6a0f(0x26a)](_0x389f79,_0x393449);}),_0x56c5f7(0x15a)!=_0x559bd3[_0x56c5f7(0x153)]&&_0x5839b9!=_0x109983&&_0x395bc7[_0x56c5f7(0x26a)](_0x3e5d34[_0x56c5f7(0x252)](_0x53a18f),_0x5839b9));}const _0x307dba=[];for(const [_0x174f6c,_0x21341e]of _0x395bc7){const _0x38063f=_0x4d0b4b(),_0x19c7de={'key':_0x120d50,'oldValue':_0x21341e,'newValue':_0x109983};_0x120d50[_0x56c5f7(0x15c)]>0x25&&console[_0x56c5f7(0x1eb)](_0x56c5f7(0x293),{'key':_0x120d50});const _0x24f0e1=(_0x56c5f7(0x16c)+(_0x120d50+'|'+Gt({'newValue':_0x109983})))[_0x56c5f7(0x139)](0x0,0x3c),_0x53eaa5=this[_0x56c5f7(0x1de)]({'id':_0x38063f,'type':_0x24f0e1,'data':_0x19c7de,'createdAt':new Date(),'authorId':_0x10db9f,'attributes':_0x447b0f});_0x307dba[_0x56c5f7(0x268)](_0x53eaa5),this[_0x56c5f7(0x176)](_0x24f0e1,_0x38063f,_0x10db9f,_0x174f6c);}return _0x307dba;}[_0x4b60c3(0x1e9)](_0x5760e0){const _0x4adb24=_0x4b60c3;this[_0x4adb24(0x2b9)](_0x5760e0,(_0x3cefdf,..._0xed4b68)=>{const _0x305f53=_0x4adb24;this[_0x305f53(0x22f)](()=>{_0x3cefdf(..._0xed4b68);});});}[_0x4b60c3(0x26d)](_0x21e188){const _0x5967f2=_0x4b60c3;this[_0x5967f2(0x1d3)][_0x5967f2(0x242)](_0x21e188);}[_0x4b60c3(0x166)](_0x362f68){const _0x96349b=_0x4b60c3;this[_0x96349b(0x2c2)][_0x96349b(0x242)](_0x362f68);}[_0x4b60c3(0x298)](_0x312d51){const _0x232a7e=_0x4b60c3;return _0x232a7e(0x1cb)==_0x312d51[_0x232a7e(0x153)]?_0x312d51[_0x232a7e(0x124)][_0x232a7e(0x227)]('|')[0x0]:null;}[_0x4b60c3(0x229)](_0x213da3,_0x4a1b26){const _0x5d04e9=_0x4b60c3,_0x656c45=_0x213da3[_0x5d04e9(0x1fc)]();this[_0x5d04e9(0x277)][_0x5d04e9(0x14d)](_0x3c15a0=>{const _0x58b09f=_0x5d04e9;_0x3c15a0[_0x58b09f(0x1b0)](_0x656c45,{'range':_0x4a1b26});});}[_0x4b60c3(0x1bc)](_0x380d0b){const _0x553b4f=_0x4b60c3,_0x260d82=_0x380d0b['id'],_0x30b96e=this[_0x553b4f(0x16f)][_0x553b4f(0x13c)][_0x553b4f(0x1c9)](_0x553b4f(0x172));this[_0x553b4f(0x2ba)][_0x553b4f(0x289)](_0x260d82)||this[_0x553b4f(0x2ba)][_0x553b4f(0x21d)]({'channelId':_0x30b96e,'threadId':_0x260d82,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x30601e=this[_0x553b4f(0x2ba)][_0x553b4f(0x1b7)](_0x260d82);_0x30601e[_0x553b4f(0x2c0)](_0x553b4f(0x213)),_0x30601e[_0x553b4f(0x213)]=!0x1,_0x380d0b[_0x553b4f(0x274)]=_0x30601e;}[_0x4b60c3(0x26f)](_0x1fdace,_0x185b11,_0x69b32a,_0x20560a){const _0x4b7658=_0x4b60c3;if(_0x1fdace[_0x4b7658(0x153)]!=_0x185b11||_0x1fdace[_0x4b7658(0x124)]!=_0x69b32a||_0x1fdace[_0x4b7658(0x1f8)]['id']!=_0x20560a)throw this[_0x4b7658(0x16f)][_0x4b7658(0x2a1)](_0x4b7658(0x121)),new _0x3e034e(_0x4b7658(0x121),this);}[_0x4b60c3(0x273)](_0x1dfc42,_0x36b3b8){const _0x22d9f2=_0x4b60c3,_0x20a7f8=_0x1dfc42[_0x22d9f2(0x279)]();if(_0x36b3b8[_0x22d9f2(0x26c)](_0x20a7f8))_0x1dfc42[_0x22d9f2(0x250)]();else{if(_0x20a7f8[_0x22d9f2(0x132)](_0x36b3b8)){const _0x2eca24=this[_0x22d9f2(0x277)][_0x22d9f2(0x164)](_0x36b3b8[_0x22d9f2(0x174)][_0x22d9f2(0x190)],_0x22d9f2(0x29e));this[_0x22d9f2(0x229)](_0x1dfc42,this[_0x22d9f2(0x277)][_0x22d9f2(0x21a)](_0x20a7f8[_0x22d9f2(0x174)],_0x2eca24));const _0x33cb9e=_0x4d0b4b(),_0x4d3716=_0x1dfc42[_0x22d9f2(0x1f8)]['id'],_0x4b16ee=_0x1dfc42[_0x22d9f2(0x153)]+':'+_0x1dfc42[_0x22d9f2(0x124)];this[_0x22d9f2(0x1de)]({'id':_0x33cb9e,'type':_0x4b16ee,'createdAt':new Date(),'authorId':_0x4d3716,'data':_0x1dfc42[_0x22d9f2(0x26e)],'attributes':_0x1dfc42[_0x22d9f2(0x275)]});const _0x43fce3=this[_0x22d9f2(0x277)][_0x22d9f2(0x164)](_0x36b3b8[_0x22d9f2(0x29e)][_0x22d9f2(0x1a4)],_0x22d9f2(0x208)),_0x363247=this[_0x22d9f2(0x277)][_0x22d9f2(0x21a)](_0x43fce3,_0x20a7f8[_0x22d9f2(0x29e)]);this[_0x22d9f2(0x176)](_0x4b16ee,_0x33cb9e,_0x4d3716,_0x363247);}else{if(_0x20a7f8[_0x22d9f2(0x180)](_0x36b3b8[_0x22d9f2(0x174)])){const _0x34c099=this[_0x22d9f2(0x277)][_0x22d9f2(0x164)](_0x36b3b8[_0x22d9f2(0x174)][_0x22d9f2(0x190)],_0x22d9f2(0x29e));this[_0x22d9f2(0x229)](_0x1dfc42,this[_0x22d9f2(0x277)][_0x22d9f2(0x21a)](_0x20a7f8[_0x22d9f2(0x174)],_0x34c099));}else{const _0x1377ae=this[_0x22d9f2(0x277)][_0x22d9f2(0x164)](_0x36b3b8[_0x22d9f2(0x29e)][_0x22d9f2(0x1a4)],_0x22d9f2(0x208));this[_0x22d9f2(0x229)](_0x1dfc42,this[_0x22d9f2(0x277)][_0x22d9f2(0x21a)](_0x1377ae,_0x20a7f8[_0x22d9f2(0x29e)]));}}}}[_0x4b60c3(0x20c)](_0x16c47d){const _0x4e44e8=_0x4b60c3;for(const {suggestion:_0xde38d5,meta:_0x4ac311}of this[_0x4e44e8(0x1db)](_0x16c47d,_0x4e44e8(0x15a))){if(!_0x4ac311[_0x4e44e8(0x2c4)])continue;const _0x44ff9b=_0xde38d5[_0x4e44e8(0x1f9)]();for(const _0x5e5a1f of _0x44ff9b)if(!_0x16c47d[_0x4e44e8(0x2b3)](_0x5e5a1f)[_0x4e44e8(0x15c)])return!0x0;}return!0x1;}[_0x4b60c3(0x13f)](_0x302202){const _0x84d653=_0x4b60c3,_0x42b927=this[_0x84d653(0x16f)][_0x84d653(0x154)][_0x84d653(0x1c9)](_0x84d653(0x290))[_0x84d653(0x2c8)](_0x302202);if(!_0x42b927)throw new _0x3e034e(_0x84d653(0x1c4),this);return _0x42b927;}[_0x4b60c3(0x1fa)](_0x43652c){const _0x3b4921=_0x4b60c3,_0x489ba2=this[_0x3b4921(0x16f)][_0x3b4921(0x154)][_0x3b4921(0x1c9)](_0x3b4921(0x290)),_0x1122c5=_0x4d6e9d(_0x3b4921(0x18a)+_0x43652c),_0x21d91d=_0x489ba2[_0x3b4921(0x2c8)](_0x1122c5);return _0x21d91d||_0x489ba2[_0x3b4921(0x149)]({'id':_0x1122c5,'name':_0x43652c});}[_0x4b60c3(0x232)](_0x488f87,_0x94444,_0x5904cc,_0x18afe3,_0xd98e36){const _0x41115d=_0x4b60c3,_0x286c6d=this[_0x41115d(0x13f)](_0x18afe3),_0x2b2821=this[_0x41115d(0x254)][_0x41115d(0x129)](_0x488f87,_0x94444,_0x5904cc,_0x286c6d,_0xd98e36,_0x465503=>{const _0x3d2a4b=_0x41115d;this[_0x3d2a4b(0x234)](_0x5904cc,{'attributes':_0x465503});const _0x222888=this[_0x3d2a4b(0x225)](_0x5904cc);this[_0x3d2a4b(0x133)](new Set([_0x222888])),this[_0x3d2a4b(0x150)](new Set([_0x222888]));});return this[_0x41115d(0x24e)](_0x2b2821,_0x41115d(0x1d5),()=>{const _0xbae2d7=_0x41115d;this[_0xbae2d7(0x234)](_0x5904cc,{'state':_0xbae2d7(0x217)});},{'priority':_0x41115d(0x202)}),this[_0x41115d(0x24e)](_0x2b2821,_0x41115d(0x23b),()=>{const _0x5ec254=_0x41115d;this[_0x5ec254(0x234)](_0x5904cc,{'state':_0x5ec254(0x192)});},{'priority':_0x41115d(0x202)}),this[_0x41115d(0x24f)][_0x41115d(0x26a)](_0x5904cc,_0x2b2821),this[_0x41115d(0x158)][_0x41115d(0x26a)](_0x2b2821,_0x41115d(0x18e)),_0x2b2821;}[_0x4b60c3(0x270)](_0x45baee){const _0x2b92c5=_0x4b60c3,_0x572879=_0x45baee[_0x2b92c5(0x227)](':');return{'group':_0x572879[0x0],'type':_0x572879[0x1],'subType':_0x572879[_0x2b92c5(0x15c)]>=0x5?_0x572879[0x2]:null,'id':_0x572879[_0x2b92c5(0x15c)]<0x5?_0x572879[0x2]:_0x572879[0x3],'authorId':_0x572879[_0x2b92c5(0x15c)]<0x5?_0x572879[0x3]:_0x572879[0x4],'markerCount':0x6==_0x572879[_0x2b92c5(0x15c)]?_0x572879[0x5]:null};}[_0x4b60c3(0x1b9)](_0x2ce159,_0x52fda9,_0x266613){const _0x25a6ce=_0x4b60c3,_0x355624=_0x2ce159[_0x25a6ce(0x279)](),_0x559c98=_0x355624[_0x25a6ce(0x174)],_0x3d9175=_0x355624[_0x25a6ce(0x29e)];this[_0x25a6ce(0x229)](_0x2ce159,this[_0x25a6ce(0x277)][_0x25a6ce(0x21a)](_0x559c98,_0x52fda9));const _0x16880e=_0x4d0b4b(),_0x4110d7=_0x2ce159[_0x25a6ce(0x1f8)]['id'],_0x6cc648=_0x2ce159[_0x25a6ce(0x153)]+(_0x2ce159[_0x25a6ce(0x124)]?':'+_0x2ce159[_0x25a6ce(0x124)]:'');this[_0x25a6ce(0x1de)]({'id':_0x16880e,'type':_0x6cc648,'createdAt':new Date(),'authorId':_0x4110d7,'originalSuggestionId':_0x2ce159['id'],'attributes':_0x2ce159[_0x25a6ce(0x275)],'data':_0x2ce159[_0x25a6ce(0x26e)]});const _0x129b2a=this[_0x25a6ce(0x298)](_0x2ce159);(_0x25a6ce(0x27d)==_0x2ce159[_0x25a6ce(0x153)]||_0x129b2a&&this[_0x25a6ce(0x276)](_0x129b2a))&&(_0x266613=this[_0x25a6ce(0x277)][_0x25a6ce(0x233)](_0x266613[_0x25a6ce(0x1a4)])),this[_0x25a6ce(0x176)](_0x6cc648,_0x16880e,_0x4110d7,this[_0x25a6ce(0x277)][_0x25a6ce(0x21a)](_0x266613,_0x3d9175));}[_0x4b60c3(0x1db)](_0x4e0bef,_0x3681a5=null){const _0x27ffbf=_0x4b60c3,_0x16a7fc=[],_0x4bb27c=this[_0x27ffbf(0x16f)][_0x27ffbf(0x154)][_0x27ffbf(0x1c9)](_0x27ffbf(0x290))['me'];Array[_0x27ffbf(0x22c)](_0x4e0bef)||(_0x4e0bef=[_0x4e0bef]);for(const _0x5c6bb1 of this[_0x27ffbf(0x1e4)]()){if(!_0x5c6bb1[_0x27ffbf(0x17a)])continue;if(_0x3681a5&&_0x5c6bb1[_0x27ffbf(0x153)]!=_0x3681a5)continue;let _0x196f26=!0x1;for(const _0x4c1453 of _0x5c6bb1[_0x27ffbf(0x1f9)]()){for(const _0x4afbae of _0x4e0bef){const _0x244c91=_0x4afbae[_0x27ffbf(0x174)][_0x27ffbf(0x26c)](_0x4c1453[_0x27ffbf(0x29e)])||_0x4afbae[_0x27ffbf(0x29e)][_0x27ffbf(0x26c)](_0x4c1453[_0x27ffbf(0x174)]);if(_0x244c91||_0x4afbae[_0x27ffbf(0x252)](_0x4c1453)){const _0x1c715d=_0x4afbae[_0x27ffbf(0x132)](_0x4c1453)&&Ot(this[_0x27ffbf(0x277)][_0x27ffbf(0x1cf)],_0x4c1453[_0x27ffbf(0x174)],_0x4afbae),_0x1c1139=_0x4c1453[_0x27ffbf(0x132)](_0x4afbae)&&Ot(this[_0x27ffbf(0x277)][_0x27ffbf(0x1cf)],_0x4afbae[_0x27ffbf(0x174)],_0x4c1453);_0x16a7fc[_0x27ffbf(0x268)]({'suggestion':_0x5c6bb1,'meta':{'isOwn':_0x4bb27c==_0x5c6bb1[_0x27ffbf(0x22b)],'isNextTo':_0x244c91,'isInsideObject':_0x1c715d,'containsRangeInObject':_0x1c1139}}),_0x196f26=!0x0;break;}}if(_0x196f26)break;}}return _0x16a7fc;}[_0x4b60c3(0x176)](_0x599d34,_0x1e2421,_0xd2c4a4,_0x39aa03,_0x5abbe0){const _0x181b20=_0x4b60c3;this[_0x181b20(0x277)][_0x181b20(0x14d)](_0x475655=>{const _0x4ba59e=_0x181b20;let _0x15adf8=_0x4ba59e(0x258)+_0x599d34+':'+_0x1e2421+':'+_0xd2c4a4;_0x5abbe0&&(_0x15adf8=_0x15adf8+':'+_0x5abbe0),_0x475655[_0x4ba59e(0x23c)](_0x15adf8,{'range':_0x39aa03,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x4b60c3(0x12d)](_0x537764){const _0x53ce36=_0x4b60c3,_0x9e6ecd=_0x537764[_0x53ce36(0x17b)],_0x56c4d4=_0x537764[_0x53ce36(0x128)];_0x537764[_0x53ce36(0x17b)]=null,_0x537764[_0x53ce36(0x128)]=null,null!=_0x9e6ecd&&_0x9e6ecd[_0x53ce36(0x128)]==_0x537764&&(_0x9e6ecd[_0x53ce36(0x128)]=_0x56c4d4),null!=_0x56c4d4&&_0x56c4d4[_0x53ce36(0x17b)]==_0x537764&&(_0x56c4d4[_0x53ce36(0x17b)]=_0x9e6ecd),_0x53ce36(0x12b)==this[_0x53ce36(0x158)][_0x53ce36(0x1c9)](_0x537764)&&(this[_0x53ce36(0x158)][_0x53ce36(0x26a)](_0x537764,_0x53ce36(0x1a8)),this[_0x53ce36(0x1a0)](_0x53ce36(0x143),_0x537764,_0x9e6ecd,_0x56c4d4));}[_0x4b60c3(0x1de)](_0x3bbbb7){const _0x42daaa=_0x4b60c3,_0x558ff0=_0x3bbbb7['id'],_0xe99416=this[_0x42daaa(0x17e)](_0x3bbbb7);if(this[_0x42daaa(0x1dc)]&&this[_0x42daaa(0x1dc)][_0x42daaa(0x1d0)]){const _0x5c664c=this[_0x42daaa(0x16f)][_0x42daaa(0x154)][_0x42daaa(0x1c9)](_0x42daaa(0x1a1)),_0x356d35=_0xe99416[_0x42daaa(0x209)],_0x13ff32=_0xe99416[_0x42daaa(0x124)]?_0xe99416[_0x42daaa(0x153)]+':'+_0xe99416[_0x42daaa(0x124)]:_0xe99416[_0x42daaa(0x153)],_0xa39e74=this[_0x42daaa(0x16f)][_0x42daaa(0x1e3)],_0x44011b=_0x5c664c[_0x42daaa(0x242)](_0x4b2a7a(_0xa39e74,_0x42daaa(0x282))),_0x3dff3d={'id':_0x558ff0,'type':_0x13ff32,'hasComments':_0x356d35,'data':_0x3bbbb7[_0x42daaa(0x26e)]||null,'originalSuggestionId':_0x3bbbb7[_0x42daaa(0x18f)]||null,'attributes':_0xe99416[_0x42daaa(0x275)]};this[_0x42daaa(0x1dc)][_0x42daaa(0x1d0)](_0x3dff3d)[_0x42daaa(0x157)](_0x17ed16=>{const _0x4f71d3=_0x42daaa;_0xe99416[_0x4f71d3(0x245)]=!0x0,_0x5c664c[_0x4f71d3(0x1d4)](_0x44011b),_0x17ed16&&_0x17ed16[_0x4f71d3(0x221)]&&(this[_0x4f71d3(0x24f)][_0x4f71d3(0x1c9)](_0x558ff0)[_0x4f71d3(0x221)]=_0x17ed16[_0x4f71d3(0x221)]);})[_0x42daaa(0x193)](_0x55f8b4=>{const _0xf87bdd=_0x42daaa;throw _0x2fd8d1(_0xf87bdd(0x196)),this[_0xf87bdd(0x16f)][_0xf87bdd(0x175)][_0xf87bdd(0x163)]({'isUndoable':!0x1},()=>{const _0x52d20d=_0xf87bdd;_0xe99416[_0x52d20d(0x23b)]();}),_0xe99416[_0xf87bdd(0x123)](),this[_0xf87bdd(0x24f)][_0xf87bdd(0x24c)](_0xe99416['id']),this[_0xf87bdd(0x158)][_0xf87bdd(0x24c)](_0xe99416),_0x55f8b4;});}return _0xe99416;}[_0x4b60c3(0x276)](_0x43e3d6){const _0x2f5501=_0x4b60c3;return this[_0x2f5501(0x1d3)][_0x2f5501(0x11b)](_0x43e3d6);}[_0x4b60c3(0x234)](_0x454fd7,_0x1b2935){const _0x1f90e7=_0x4b60c3,_0x2965dc=this[_0x1f90e7(0x16f)][_0x1f90e7(0x154)][_0x1f90e7(0x1c9)](_0x1f90e7(0x1a1)),_0x1a418c=this[_0x1f90e7(0x225)](_0x454fd7);if(this[_0x1f90e7(0x1dc)]&&this[_0x1f90e7(0x1dc)][_0x1f90e7(0x19a)]){if(_0x1a418c[_0x1f90e7(0x245)]){const _0x686703=_0x2965dc[_0x1f90e7(0x242)](_0x4b2a7a(this[_0x1f90e7(0x16f)][_0x1f90e7(0x1e3)],_0x1f90e7(0x282)));this[_0x1f90e7(0x1dc)][_0x1f90e7(0x19a)](_0x454fd7,_0x1b2935)[_0x1f90e7(0x157)](()=>{const _0x18ed04=_0x1f90e7;_0x2965dc[_0x18ed04(0x1d4)](_0x686703);});}else _0x1a418c['on'](_0x1f90e7(0x14a),()=>{const _0x1f615a=_0x1f90e7;this[_0x1f615a(0x234)](_0x454fd7,_0x1b2935);});}}[_0x4b60c3(0x19b)](_0x157def){const _0x1522f2=_0x4b60c3;if(!this[_0x1522f2(0x1dc)]||!this[_0x1522f2(0x1dc)][_0x1522f2(0x225)])throw new _0x3e034e(_0x1522f2(0x2a8),this);return this[_0x1522f2(0x1dc)][_0x1522f2(0x225)](_0x157def);}[_0x4b60c3(0x28e)](_0x1e22e9){const _0x9a20c4=_0x4b60c3,{id:_0x5cb1cb,type:_0x681ef8,subType:_0x244b8d,authorId:_0x437b22}=this[_0x9a20c4(0x270)](_0x1e22e9),_0x35df40=this[_0x9a20c4(0x24f)][_0x9a20c4(0x1c9)](_0x5cb1cb)||this[_0x9a20c4(0x232)](_0x681ef8,_0x244b8d,_0x5cb1cb,_0x437b22,{});switch(this[_0x9a20c4(0x26f)](_0x35df40,_0x681ef8,_0x244b8d,_0x437b22),this[_0x9a20c4(0x158)][_0x9a20c4(0x1c9)](_0x35df40)){case _0x9a20c4(0x18e):this[_0x9a20c4(0x19b)](_0x5cb1cb)[_0x9a20c4(0x157)](_0x190abf=>{const _0x38cfc9=_0x9a20c4;let _0x48fad5=Promise[_0x38cfc9(0x219)]();_0x190abf[_0x38cfc9(0x209)]&&(_0x48fad5=this[_0x38cfc9(0x2ba)][_0x38cfc9(0x1da)]({'channelId':this[_0x38cfc9(0x16f)][_0x38cfc9(0x13c)][_0x38cfc9(0x1c9)](_0x38cfc9(0x172)),'threadId':_0x5cb1cb})),_0x48fad5[_0x38cfc9(0x157)](()=>{const _0x4aa216=_0x38cfc9;this[_0x4aa216(0x17e)](_0x190abf)[_0x4aa216(0x245)]=!0x0;});}),this[_0x9a20c4(0x158)][_0x9a20c4(0x26a)](_0x35df40,_0x9a20c4(0x257));break;case _0x9a20c4(0x1a8):this[_0x9a20c4(0x234)](_0x5cb1cb,{'state':_0x9a20c4(0x188)});case _0x9a20c4(0x171):this[_0x9a20c4(0x158)][_0x9a20c4(0x26a)](_0x35df40,_0x9a20c4(0x12b)),this[_0x9a20c4(0x1a0)](_0x9a20c4(0x147),_0x35df40);break;case _0x9a20c4(0x12b):this[_0x9a20c4(0x1a0)](_0x9a20c4(0x2ac),_0x35df40);}return _0x35df40[_0x9a20c4(0x162)](_0x1e22e9),_0x35df40;}[_0x4b60c3(0x150)](_0x581ae1){const _0x5c7ed2=_0x4b60c3,_0x560291=Array[_0x5c7ed2(0x2bb)](_0x581ae1),_0x421b79=_0x560291[_0x5c7ed2(0x1a6)](_0x25ce8c=>_0x5c7ed2(0x1cb)==_0x25ce8c[_0x5c7ed2(0x153)]);this[_0x5c7ed2(0x23e)](_0x421b79);const _0x251dae=_0x560291[_0x5c7ed2(0x1a6)](_0x47267d=>!_0x47267d[_0x5c7ed2(0x1a3)]&&_0x5c7ed2(0x1cb)!=_0x47267d[_0x5c7ed2(0x153)]),_0x7b12b3=this[_0x5c7ed2(0x1e4)]({'skipNotAttached':!0x0})[_0x5c7ed2(0x1a6)](_0x114e39=>!_0x114e39[_0x5c7ed2(0x1a3)]&&_0x5c7ed2(0x1cb)!=_0x114e39[_0x5c7ed2(0x153)]),_0x54f5a6=_0x7b12b3[_0x5c7ed2(0x1a6)](_0x47909b=>!_0x581ae1[_0x5c7ed2(0x11b)](_0x47909b)),_0x5ceddf=new Map(_0x7b12b3[_0x5c7ed2(0x24d)](_0x54d990=>[_0x54d990,this[_0x5c7ed2(0x254)][_0x5c7ed2(0x260)](_0x54d990[_0x5c7ed2(0x153)],_0x54d990[_0x5c7ed2(0x124)],_0x5c7ed2(0x2c3))])),_0x2ef599=new Map(_0x7b12b3[_0x5c7ed2(0x24d)](_0x51b5ca=>[_0x51b5ca,_0x51b5ca[_0x5c7ed2(0x279)]()])),_0xcf0fbf=new Set(),_0x1ea7a7=new Set();for(let _0x3211b9=0x0;_0x3211b9<_0x251dae[_0x5c7ed2(0x15c)];_0x3211b9++)_0x43ed85(_0x251dae[_0x3211b9],_0x251dae,_0x3211b9+0x1);for(let _0x49bbcd=0x0;_0x49bbcd<_0x251dae[_0x5c7ed2(0x15c)];_0x49bbcd++)_0x43ed85(_0x251dae[_0x49bbcd],_0x54f5a6,0x0);const _0x2f9895=new Set();for(let _0x4f655d=0x0;_0x4f655d<_0x251dae[_0x5c7ed2(0x15c)];_0x4f655d++){const _0x4d9295=_0x251dae[_0x4f655d];!_0x1ea7a7[_0x5c7ed2(0x11b)](_0x4d9295)&&_0x4d9295[_0x5c7ed2(0x17b)]&&(_0x2f9895[_0x5c7ed2(0x242)](_0x4d9295[_0x5c7ed2(0x17b)]),_0x4d9295[_0x5c7ed2(0x17b)][_0x5c7ed2(0x128)]===_0x4d9295&&(_0x4d9295[_0x5c7ed2(0x17b)][_0x5c7ed2(0x128)]=null),_0x4d9295[_0x5c7ed2(0x17b)]=null),!_0xcf0fbf[_0x5c7ed2(0x11b)](_0x4d9295)&&_0x4d9295[_0x5c7ed2(0x128)]&&(_0x2f9895[_0x5c7ed2(0x242)](_0x4d9295[_0x5c7ed2(0x128)]),_0x4d9295[_0x5c7ed2(0x128)][_0x5c7ed2(0x17b)]===_0x4d9295&&(_0x4d9295[_0x5c7ed2(0x128)][_0x5c7ed2(0x17b)]=null),_0x4d9295[_0x5c7ed2(0x128)]=null);}function _0x43ed85(_0x39f898,_0xb55bb2,_0x13fd32){const _0x1cb235=_0x5c7ed2;for(let _0x15f7ac=_0x13fd32;_0x15f7ac<_0xb55bb2[_0x1cb235(0x15c)];_0x15f7ac++){const _0x162fe5=_0x3ba182(_0x39f898,_0xb55bb2[_0x15f7ac]);_0x162fe5&&(_0x162fe5[0x0][_0x1cb235(0x128)]=_0x162fe5[0x1],_0x162fe5[0x1][_0x1cb235(0x17b)]=_0x162fe5[0x0],_0xcf0fbf[_0x1cb235(0x242)](_0x162fe5[0x0]),_0x1ea7a7[_0x1cb235(0x242)](_0x162fe5[0x1]));}}function _0x3ba182(_0x49af00,_0x5455d4){const _0x1f6b67=_0x5c7ed2;if(_0x49af00[_0x1f6b67(0x22b)]['id']!==_0x5455d4[_0x1f6b67(0x22b)]['id'])return null;const _0x3b52c0=_0x5ceddf[_0x1f6b67(0x1c9)](_0x49af00)(_0x49af00,_0x5455d4,_0x2ef599[_0x1f6b67(0x1c9)](_0x49af00),_0x2ef599[_0x1f6b67(0x1c9)](_0x5455d4));if(!_0x3b52c0)return null;return _0x5ceddf[_0x1f6b67(0x1c9)](_0x5455d4)(_0x49af00,_0x5455d4,_0x2ef599[_0x1f6b67(0x1c9)](_0x49af00),_0x2ef599[_0x1f6b67(0x1c9)](_0x5455d4))?_0x3b52c0[0x1][_0x1f6b67(0x274)]&&_0x3b52c0[0x1][_0x1f6b67(0x274)][_0x1f6b67(0x15c)]?null:_0x3b52c0:null;}_0x2f9895[_0x5c7ed2(0x267)]&&this[_0x5c7ed2(0x150)](_0x2f9895);}[_0x4b60c3(0x23e)](_0x3950fd){const _0x1d18a0=_0x4b60c3;if(0x0==_0x3950fd[_0x1d18a0(0x15c)])return;const _0x53c7a5=this[_0x1d18a0(0x1e4)]({'skipNotAttached':!0x0})[_0x1d18a0(0x1a6)](_0x3b0c19=>_0x1d18a0(0x1cb)==_0x3b0c19[_0x1d18a0(0x153)]&&_0x3b0c19[_0x1d18a0(0x1d6)]),_0xef42e8=[],_0x229254=new Map();for(const _0x2a037d of _0x53c7a5){const _0x366055=_0x4d6e9d(_0x2a037d[_0x1d18a0(0x275)]);_0x229254[_0x1d18a0(0x11b)](_0x366055)||(_0x229254[_0x1d18a0(0x26a)](_0x366055,_0xef42e8[_0x1d18a0(0x15c)]),_0xef42e8[_0x1d18a0(0x268)]([]));const _0x1056ca=_0x229254[_0x1d18a0(0x1c9)](_0x366055);_0xef42e8[_0x1056ca][_0x1d18a0(0x268)](_0x2a037d);}!(function(){const _0x78f934=_0x1d18a0;_0xef42e8[_0x78f934(0x207)]((_0x31788d,_0x5408aa)=>{const _0xe40a4a=_0x78f934,_0x4ae3f8=_0x31788d[0x0][_0xe40a4a(0x221)],_0x5b121b=_0x5408aa[0x0][_0xe40a4a(0x221)];return _0x4ae3f8==_0x5b121b?_0x31788d[0x0][_0xe40a4a(0x275)][_0xe40a4a(0x18c)]<_0x5408aa[0x0][_0xe40a4a(0x275)][_0xe40a4a(0x18c)]?-0x1:0x1:_0x4ae3f8<_0x5b121b?-0x1:0x1;});for(const _0x177c3d of _0xef42e8)_0x177c3d[_0x78f934(0x207)]((_0x11ea9d,_0x1c36fd)=>_0x11ea9d['id']<_0x1c36fd['id']?-0x1:0x1);}());for(let _0x3e9aa7=0x0;_0x3e9aa7<_0xef42e8[_0x1d18a0(0x15c)];_0x3e9aa7++){if(0x0==_0xef42e8[_0x3e9aa7][_0x1d18a0(0x15c)])continue;const _0x1084ae=[];for(let _0x5eb7d0=_0x3e9aa7+0x1;_0x5eb7d0<_0xef42e8[_0x1d18a0(0x15c)];_0x5eb7d0++)0x0!=_0xef42e8[_0x5eb7d0][_0x1d18a0(0x15c)]&&_0x37e095(_0xef42e8[_0x3e9aa7],_0xef42e8[_0x5eb7d0])&&_0x1084ae[_0x1d18a0(0x268)](_0x5eb7d0);for(const _0x4605dd of _0x1084ae)_0xef42e8[_0x3e9aa7]=_0xef42e8[_0x3e9aa7][_0x1d18a0(0x1c1)](_0xef42e8[_0x4605dd]),_0xef42e8[_0x4605dd]=[];}for(const _0x57a676 of _0xef42e8)for(let _0x55e85e=0x0;_0x55e85e<_0x57a676[_0x1d18a0(0x15c)];_0x55e85e++){const _0x4203e2=_0x57a676[_0x55e85e+0x1]||null;_0x57a676[_0x55e85e][_0x1d18a0(0x128)]!==_0x4203e2&&(_0x57a676[_0x55e85e][_0x1d18a0(0x128)]=_0x4203e2);}for(const _0x56fb7f of _0xef42e8)for(let _0x2fc32f=0x0;_0x2fc32f<_0x56fb7f[_0x1d18a0(0x15c)];_0x2fc32f++){const _0x1773f6=_0x56fb7f[_0x2fc32f-0x1]||null;_0x56fb7f[_0x2fc32f][_0x1d18a0(0x17b)]!==_0x1773f6&&(_0x56fb7f[_0x2fc32f][_0x1d18a0(0x17b)]=_0x1773f6);}function _0x37e095(_0x15576f,_0xfe2bec){const _0x420d56=_0x1d18a0;if(_0x15576f[0x0][_0x420d56(0x275)][_0x420d56(0x18c)]!==_0xfe2bec[0x0][_0x420d56(0x275)][_0x420d56(0x18c)]&&_0x15576f[0x0][_0x420d56(0x22b)]!==_0xfe2bec[0x0][_0x420d56(0x22b)])return!0x1;if(!function(_0x4f7c1e,_0x96b11e){const _0x332a33=_0x420d56;if(!_0x4f7c1e[_0x332a33(0x209)]&&!_0x96b11e[_0x332a33(0x209)])return!0x0;if(_0x4f7c1e[_0x332a33(0x209)]&&_0x96b11e[_0x332a33(0x209)])return!0x1;if(_0x4f7c1e[_0x332a33(0x209)]&&_0x96b11e[_0x332a33(0x221)]<_0x4f7c1e[_0x332a33(0x274)][_0x332a33(0x1ba)][_0x332a33(0x1c9)](0x0)[_0x332a33(0x221)])return!0x0;if(_0x96b11e[_0x332a33(0x209)]&&_0x4f7c1e[_0x332a33(0x221)]<_0x96b11e[_0x332a33(0x274)][_0x332a33(0x1ba)][_0x332a33(0x1c9)](0x0)[_0x332a33(0x221)])return!0x0;return!0x1;}(_0x15576f[0x0],_0xfe2bec[0x0]))return!0x1;const _0x1919c0=_0x4a34bb(_0x15576f[0x0][_0x420d56(0x275)],_0x420d56(0x18c)),_0x38d161=_0x4a34bb(_0xfe2bec[0x0][_0x420d56(0x275)],_0x420d56(0x18c));if(!_0x16919b(_0x1919c0,_0x38d161))return!0x1;return!!_0x15576f[_0x420d56(0x126)](_0x5d2286=>_0xfe2bec[_0x420d56(0x261)](_0x1520a9=>_0x5d2286[_0x420d56(0x279)]()[_0x420d56(0x26c)](_0x1520a9[_0x420d56(0x279)]())))&&_0xfe2bec[_0x420d56(0x126)](_0x4bf427=>_0x15576f[_0x420d56(0x261)](_0x451571=>_0x4bf427[_0x420d56(0x279)]()[_0x420d56(0x26c)](_0x451571[_0x420d56(0x279)]())));}}[_0x4b60c3(0x133)](_0x52995e){const _0x944d0d=_0x4b60c3,_0x35aff8=Array[_0x944d0d(0x2bb)](_0x52995e),_0xe69544=this[_0x944d0d(0x1e4)]({'skipNotAttached':!0x0}),_0x598a38=_0xe69544[_0x944d0d(0x1a6)](_0x3b2c4c=>!_0x52995e[_0x944d0d(0x11b)](_0x3b2c4c)),_0x13f4cf=new Map(_0x35aff8[_0x944d0d(0x24d)](_0x4f4da5=>[_0x4f4da5,this[_0x944d0d(0x254)][_0x944d0d(0x260)](_0x4f4da5[_0x944d0d(0x153)],_0x4f4da5[_0x944d0d(0x124)],_0x944d0d(0x2a6))])),_0x5deae8=new Map(_0xe69544[_0x944d0d(0x24d)](_0x4a6128=>[_0x4a6128,_0x4a6128[_0x944d0d(0x1f9)]()]));for(let _0x357fa2=0x0;_0x357fa2<_0x35aff8[_0x944d0d(0x15c)];_0x357fa2++){if(_0xb0e1c1(this,_0x35aff8[_0x357fa2],_0x35aff8,_0x357fa2+0x1))return!0x0;}for(let _0x4a4d14=0x0;_0x4a4d14<_0x35aff8[_0x944d0d(0x15c)];_0x4a4d14++){if(_0xb0e1c1(this,_0x35aff8[_0x4a4d14],_0x598a38,0x0))return!0x0;}return!0x1;function _0xb0e1c1(_0x4dd5d4,_0x54a667,_0x5e2418,_0x1192a6){const _0x429245=_0x944d0d;for(let _0xacb903=_0x1192a6;_0xacb903<_0x5e2418[_0x429245(0x15c)];_0xacb903++){const _0x1bdb71=_0x5e2418[_0xacb903];if(_0x1bdb71[_0x429245(0x153)]!==_0x54a667[_0x429245(0x153)]||_0x1bdb71[_0x429245(0x22b)]['id']!==_0x54a667[_0x429245(0x22b)]['id']||_0x1bdb71[_0x429245(0x124)]!==_0x54a667[_0x429245(0x124)])continue;if(!Jt(_0x54a667,_0x1bdb71))continue;if(_0x429245(0x1cb)==_0x54a667[_0x429245(0x153)]&&_0x54a667[_0x429245(0x26e)][_0x429245(0x2c7)]!=_0x1bdb71[_0x429245(0x26e)][_0x429245(0x2c7)])continue;if(_0x429245(0x1cb)==_0x54a667[_0x429245(0x153)]&&_0x4dd5d4[_0x429245(0x276)](_0x54a667[_0x429245(0x26e)][_0x429245(0x19e)]))continue;if(_0x429245(0x27d)==_0x54a667[_0x429245(0x153)]){const _0x246333=_0x4dd5d4[_0x429245(0x16f)][_0x429245(0x175)],_0x2334b7=_0x54a667[_0x429245(0x179)]();if(_0x2334b7&&(_0x246333[_0x429245(0x1cf)][_0x429245(0x21b)](_0x2334b7)||_0x246333[_0x429245(0x1cf)][_0x429245(0x1fd)](_0x2334b7)))continue;}const _0x192313=_0x13f4cf[_0x429245(0x1c9)](_0x54a667),_0x2304b0=_0x5deae8[_0x429245(0x1c9)](_0x54a667),_0x54aacd=_0x5deae8[_0x429245(0x1c9)](_0x1bdb71),_0xbfeae1=_0x54a667[_0x429245(0x274)]&&_0x54a667[_0x429245(0x274)][_0x429245(0x15c)],_0x2019fd=_0x1bdb71[_0x429245(0x274)]&&_0x1bdb71[_0x429245(0x274)][_0x429245(0x15c)];if(!_0xbfeae1&&_0x192313(_0x54aacd,_0x2304b0))return _0x4dd5d4[_0x429245(0x21f)](_0x1bdb71,_0x54a667),_0x5deae8[_0x429245(0x24c)](_0x54a667),!0x0;if(!_0x2019fd&&_0x192313(_0x2304b0,_0x54aacd))return _0x4dd5d4[_0x429245(0x21f)](_0x54a667,_0x1bdb71),_0x5deae8[_0x429245(0x24c)](_0x1bdb71),!0x0;}return!0x1;}}[_0x4b60c3(0x21f)](_0x577a12,_0x559f4d){const _0x565c9c=_0x4b60c3;if(_0x577a12[_0x565c9c(0x1a3)]){for(const _0x17d11e of _0x559f4d[_0x565c9c(0x1f9)]())_0x577a12[_0x565c9c(0x28b)](_0x17d11e);}else{const _0x4f037d=_0x559f4d[_0x565c9c(0x279)]()[_0x565c9c(0x29e)];this[_0x565c9c(0x229)](_0x577a12,this[_0x565c9c(0x277)][_0x565c9c(0x21a)](_0x577a12[_0x565c9c(0x279)]()[_0x565c9c(0x174)],_0x4f037d));}_0x559f4d[_0x565c9c(0x250)]();}[_0x4b60c3(0x161)](_0x13d5b9,_0x30e4f3,_0x458046){const _0x16b915=_0x4b60c3,_0x447168=_0x13d5b9[_0x16b915(0x1f4)](_0x16b915(0x204))||_0x13d5b9[_0x16b915(0x1f4)](_0x16b915(0x1cb))?_0x16b915(0x17c):_0x13d5b9[_0x16b915(0x27e)]();return _0x4b2a7a(this[_0x16b915(0x16f)][_0x16b915(0x1e3)],_0x30e4f3+'_'+_0x447168+_0x16b915(0x251),_0x458046);}[_0x4b60c3(0x13e)](){const _0x2f76e2=_0x4b60c3,_0x3af654=this[_0x2f76e2(0x16f)];if(!_0x3af654['ui'])return;const {ariaLiveAnnouncer:_0xb14964}=_0x3af654['ui'];_0x4c375e(this[_0x2f76e2(0x277)],({left:_0x2861c6,entered:_0x5f16a8})=>{const _0x1a6e55=_0x2f76e2;for(const _0x555765 of _0x2861c6){const {group:_0x5f5a5a,type:_0x3b8c2d}=this[_0x1a6e55(0x270)](_0x555765[_0x1a6e55(0x206)]);if(_0x1a6e55(0x1b3)===_0x5f5a5a){_0xb14964[_0x1a6e55(0x299)](this[_0x1a6e55(0x161)](_0x3b8c2d,_0x1a6e55(0x256)));break;}}for(const _0x49ee66 of _0x5f16a8){const {group:_0x225797,type:_0x140f70}=this[_0x1a6e55(0x270)](_0x49ee66[_0x1a6e55(0x206)]);if(_0x1a6e55(0x1b3)===_0x225797){_0xb14964[_0x1a6e55(0x299)](this[_0x1a6e55(0x161)](_0x140f70,_0x1a6e55(0x167),_0x210c88(_0x322bfc)));break;}}});}[_0x4b60c3(0x140)](_0x56aec4){const _0x30924c=_0x4b60c3;if(this[_0x30924c(0x291)])return!0x1;const _0x3e4e96=this[_0x30924c(0x16f)],_0x355e59=_0x3e4e96[_0x30924c(0x175)][_0x30924c(0x1f7)][_0x30924c(0x119)][_0x30924c(0x2a5)]();if(0x0==_0x355e59[_0x30924c(0x15c)])return!0x1;const _0x2bf923=[],_0x383dca=_0x355e59[_0x30924c(0x1a6)](_0x2caf4c=>_0x30924c(0x1cb)==_0x2caf4c[_0x30924c(0x153)]),_0x423df6=_0x355e59[_0x30924c(0x1a6)](_0xfb95a0=>_0x30924c(0x156)==_0xfb95a0[_0x30924c(0x153)]&&_0x30924c(0x127)!=_0xfb95a0[_0x30924c(0x206)]),_0x188f7c=_0x355e59[_0x30924c(0x1a6)](_0x27b724=>_0x30924c(0x1d4)==_0x27b724[_0x30924c(0x153)]&&_0x30924c(0x127)!=_0x27b724[_0x30924c(0x206)]);for(const _0x52b727 of _0x383dca)_0x2bf923[_0x30924c(0x268)]({'key':_0x52b727[_0x30924c(0x144)],'newValue':_0x52b727[_0x30924c(0x146)],'oldValue':_0x52b727[_0x30924c(0x2c5)],'range':Pt(_0x52b727[_0x30924c(0x16b)],_0x3e4e96[_0x30924c(0x175)])});for(const _0x114fba of _0x423df6){const _0x4ce3a3=_0x188f7c[_0x30924c(0x195)](_0x2326c0=>_0x2326c0[_0x30924c(0x184)][_0x30924c(0x26c)](_0x114fba[_0x30924c(0x184)]));_0x4ce3a3&&_0x2bf923[_0x30924c(0x268)]({'key':_0x30924c(0x15f),'newValue':_0x114fba[_0x30924c(0x206)],'oldValue':_0x4ce3a3[_0x30924c(0x206)],'range':_0x3e4e96[_0x30924c(0x175)][_0x30924c(0x2bd)](_0x114fba[_0x30924c(0x184)][_0x30924c(0x13a)])});}return 0x0!=_0x2bf923[_0x30924c(0x15c)]&&this[_0x30924c(0x21c)](_0x56aec4,_0x2bf923);}[_0x4b60c3(0x25e)](_0x50adfe){const _0x136dfe=_0x4b60c3;let _0x539a09=!0x1;const _0x2d5e53=this[_0x136dfe(0x16f)][_0x136dfe(0x175)][_0x136dfe(0x1f7)][_0x136dfe(0x119)][_0x136dfe(0x2bf)]()[_0x136dfe(0x1a6)](_0x1f7666=>_0x1f7666[_0x136dfe(0x26e)][_0x136dfe(0x224)]&&_0x1f7666[_0x136dfe(0x206)][_0x136dfe(0x1f4)](_0x136dfe(0x141)));for(const _0x17ec54 of _0x2d5e53){const {subType:_0x3dea3f,id:_0x22d7ec}=this[_0x136dfe(0x270)](_0x17ec54[_0x136dfe(0x206)]),_0x3d0414=_0x3dea3f[_0x136dfe(0x227)]('|')[0x0];for(const _0x2ef8ab of this[_0x136dfe(0x1e4)]({'skipNotAttached':!0x0}))_0x2ef8ab['id']!=_0x22d7ec&&_0x136dfe(0x1cb)==_0x2ef8ab[_0x136dfe(0x153)]&&_0x2ef8ab[_0x136dfe(0x26e)]&&_0x2ef8ab[_0x136dfe(0x26e)][_0x136dfe(0x19e)]==_0x3d0414&&_0x2ef8ab[_0x136dfe(0x279)]()[_0x136dfe(0x12e)](_0x17ec54[_0x136dfe(0x26e)][_0x136dfe(0x224)])&&(this[_0x136dfe(0x1bd)](_0x2ef8ab,_0x17ec54[_0x136dfe(0x26e)][_0x136dfe(0x224)],_0x50adfe),_0x539a09=!0x0);}return _0x539a09;}[_0x4b60c3(0x22f)](_0x46dd62){const _0x680bc1=_0x4b60c3;this[_0x680bc1(0x16f)],(this[_0x680bc1(0x291)]=!0x0,_0x46dd62());}[_0x4b60c3(0x25b)](_0x95965f){const _0x255da5=_0x4b60c3,_0x1c99e1=this[_0x255da5(0x276)](_0x95965f),_0x5cb9a6=this[_0x255da5(0x2c2)][_0x255da5(0x11b)](_0x95965f);return _0x1c99e1||_0x5cb9a6;}[_0x4b60c3(0x21c)](_0x2a6903,_0xf76ecd){const _0x3ea28a=_0x4b60c3;if(0x0==_0xf76ecd[_0x3ea28a(0x15c)])return!0x1;let _0x239fe4=!0x1;for(const _0x1c63e8 of _0xf76ecd){const _0x50284d=this[_0x3ea28a(0x1db)](_0x1c63e8[_0x3ea28a(0x16b)],_0x3ea28a(0x1cb))[_0x3ea28a(0x1a6)](_0x8f528b=>!_0x8f528b[_0x3ea28a(0x241)][_0x3ea28a(0x20d)])[_0x3ea28a(0x24d)](_0x45c38d=>_0x45c38d[_0x3ea28a(0x1b3)]),_0x49800d=_0x4d6e9d({'newValue':_0x1c63e8[_0x3ea28a(0x125)]});_0x50284d[_0x3ea28a(0x1a6)](_0x5b9914=>{const _0x1b9258=_0x3ea28a,[_0x5cec6d,_0x1f04f6]=_0x5b9914[_0x1b9258(0x124)][_0x1b9258(0x227)]('|');return _0x5cec6d==_0x1c63e8[_0x1b9258(0x19e)]&&_0x1f04f6!=_0x49800d;})[_0x3ea28a(0x138)](_0x151b0f=>{const _0x4c61b2=_0x3ea28a;this[_0x4c61b2(0x1bd)](_0x151b0f,_0x1c63e8[_0x4c61b2(0x16b)],_0x2a6903),_0x239fe4=!0x0;});}return _0x239fe4;}[_0x4b60c3(0x1bd)](_0x59b8a3,_0x1fb71f,_0x1e23fa){const _0x5a38bb=_0x4b60c3,_0x1f7d76=_0x59b8a3[_0x5a38bb(0x279)]()[_0x5a38bb(0x2b3)](_0x1fb71f);0x0!==_0x1f7d76[_0x5a38bb(0x15c)]?0x1!==_0x1f7d76[_0x5a38bb(0x15c)]?this[_0x5a38bb(0x1b9)](_0x59b8a3,_0x1fb71f[_0x5a38bb(0x174)],_0x1fb71f[_0x5a38bb(0x29e)]):this[_0x5a38bb(0x229)](_0x59b8a3,_0x1f7d76[0x0]):_0x1e23fa[_0x5a38bb(0x11f)](_0x59b8a3[_0x5a38bb(0x1fc)]());}}class Et{constructor(_0x24c6c0){const _0x90dc28=_0x4b60c3;this[_0x90dc28(0x1fe)]=_0x24c6c0,this[_0x90dc28(0x277)]=_0x24c6c0[_0x90dc28(0x175)],this[_0x90dc28(0x1e0)]=new Map(),this[_0x90dc28(0x25c)]=new Map(),this[_0x90dc28(0x222)]();}[_0x4b60c3(0x129)](_0x1034f7,_0x1cfe8e,_0xabeead,_0x1e84f5,_0x35b4f6,_0x72efda){const _0x52ae19=_0x4b60c3;return new _0x39afa8(this[_0x52ae19(0x277)],{'type':_0x1034f7,'subType':_0x1cfe8e,'id':_0xabeead,'author':_0x1e84f5,'creator':_0x1e84f5,'attributes':_0x35b4f6,'onAttributesChange':_0x72efda,'onAccept':(..._0x21a19c)=>this[_0x52ae19(0x260)](_0x1034f7,_0x1cfe8e,_0x52ae19(0x1d5))(..._0x21a19c),'onDiscard':(..._0x4c4115)=>this[_0x52ae19(0x260)](_0x1034f7,_0x1cfe8e,_0x52ae19(0x23b))(..._0x4c4115)});}[_0x4b60c3(0x2b8)](_0x246a62,_0x24fdf3,_0x73c43f,_0x5d8275){const _0x1a7243=_0x4b60c3,_0x33db8a=_0x246a62+':'+_0x24fdf3+':'+_0x73c43f;this[_0x1a7243(0x1e0)][_0x1a7243(0x26a)](_0x33db8a,_0x5d8275);}[_0x4b60c3(0x260)](_0x2f2d6c,_0x542e41,_0x276428){const _0x48229b=_0x4b60c3,_0x2aed68=_0x2f2d6c+':'+_0x542e41+':'+_0x276428;return this[_0x48229b(0x1e0)][_0x48229b(0x1c9)](_0x2aed68)||this[_0x48229b(0x25c)][_0x48229b(0x1c9)](_0x2f2d6c+':'+_0x276428);}[_0x4b60c3(0x222)](){const _0x480709=_0x4b60c3,_0x404c1e=()=>!0x1,_0x26fad6=_0x511d2c=>{const _0x2ccbf1=_0x7793;_0x511d2c[_0x2ccbf1(0x207)]((_0x141cb9,_0x12befb)=>_0x141cb9[_0x2ccbf1(0x174)][_0x2ccbf1(0x211)](_0x12befb[_0x2ccbf1(0x174)])?0x1:-0x1),this[_0x2ccbf1(0x277)][_0x2ccbf1(0x14d)](_0x26bf25=>{const _0x4bde1b=_0x2ccbf1;for(const _0x380097 of _0x511d2c){let _0x52ad28;_0x52ad28=_0x380097[_0x4bde1b(0x29e)][_0x4bde1b(0x136)]&&_0x380097[_0x4bde1b(0x29e)][_0x4bde1b(0x1a4)]==_0x380097[_0x4bde1b(0x174)][_0x4bde1b(0x13a)]?_0x26bf25[_0x4bde1b(0x1f6)](_0x380097[_0x4bde1b(0x174)][_0x4bde1b(0x13a)],'on'):_0x26bf25[_0x4bde1b(0x1f6)](_0x380097),this[_0x4bde1b(0x277)][_0x4bde1b(0x21e)](_0x52ad28,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x22c498=(_0x30f0d1,_0x1d31c0)=>{const _0x538471=_0x7793;_0x1d31c0&&this[_0x538471(0x277)][_0x538471(0x14d)](_0x347833=>{const _0x16fbe3=_0x538471,{commandName:_0x4176de,commandParams:_0x16887a=[]}=_0x1d31c0,_0x1f2422=_0x30f0d1[_0x16fbe3(0x24d)](_0x321708=>(Vt(_0x321708)&&(_0x321708=this[_0x16fbe3(0x277)][_0x16fbe3(0x21a)](_0x321708[_0x16fbe3(0x29e)])),_0x321708))[_0x16fbe3(0x1a6)](_0x33bf6e=>_0x16fbe3(0x244)!==_0x33bf6e[_0x16fbe3(0x137)][_0x16fbe3(0x1b4)]);if(_0x1f2422[_0x16fbe3(0x15c)]<0x1)return;const _0x84962=Array[_0x16fbe3(0x2bb)](this[_0x16fbe3(0x277)][_0x16fbe3(0x1f7)][_0x16fbe3(0x2b5)][_0x16fbe3(0x1f9)]())[_0x16fbe3(0x24d)](_0x4de4da=>_0x107fa5[_0x16fbe3(0x134)](_0x4de4da));_0x347833[_0x16fbe3(0x23f)](_0x1f2422);for(const _0x30c09e of this[_0x16fbe3(0x1fe)][_0x16fbe3(0x29a)][_0x16fbe3(0x29a)]())_0x30c09e[_0x16fbe3(0x287)]();_0x16887a[_0x16fbe3(0x268)]({'forceDefaultExecution':!0x0}),this[_0x16fbe3(0x1fe)][_0x16fbe3(0x12c)](_0x4176de,..._0x16887a);const _0x5c5756=_0x84962[_0x16fbe3(0x1a6)](_0x592569=>_0x16fbe3(0x244)!=_0x592569[_0x16fbe3(0x137)][_0x16fbe3(0x1b4)]);_0x5c5756[_0x16fbe3(0x15c)]>0x0&&_0x347833[_0x16fbe3(0x23f)](_0x5c5756);for(const _0x47adc7 of _0x84962)_0x47adc7[_0x16fbe3(0x15d)]();});},_0xd5671a=(_0x46056f,_0x4273c8)=>0x1==_0x46056f[_0x480709(0x15c)]&&0x1==_0x4273c8[_0x480709(0x15c)]&&_0x46056f[0x0][_0x480709(0x29e)][_0x480709(0x26c)](_0x4273c8[0x0][_0x480709(0x174)]),_0x544b68=(_0x5d1075,_0x4548b8,_0x2bce48,_0xd7f9fa)=>Ht(_0x5d1075,_0x4548b8,_0x2bce48,_0xd7f9fa,this[_0x480709(0x277)])?[_0x5d1075,_0x4548b8]:Ht(_0x4548b8,_0x5d1075,_0xd7f9fa,_0x2bce48,this[_0x480709(0x277)])?[_0x4548b8,_0x5d1075]:null;this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x28f),_0x404c1e),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x118),_0x26fad6),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x1a5),_0xd5671a),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x151),_0x544b68),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x1a7),_0x26fad6),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x2b0),_0x404c1e),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x253),_0xd5671a),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x1c0),_0x544b68),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x165),_0x22c498),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x1d2),_0x404c1e),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x1b2),_0xd5671a),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x2a4),_0x404c1e),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x269),_0x22c498),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x2b7),_0x404c1e),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x259),_0xd5671a),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x20b),_0x404c1e),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x201),_0x404c1e),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x27a),(_0x298366,_0x3e1c85)=>{const _0x80f49a=_0x480709;if(!_0x3e1c85)return;const _0xa88b8f=this[_0x80f49a(0x1fe)][_0x80f49a(0x154)][_0x80f49a(0x1c9)](p);this[_0x80f49a(0x277)][_0x80f49a(0x14d)](_0x56df4f=>{const _0x376be7=_0x80f49a;if(_0x376be7(0x15f)==_0x3e1c85[_0x376be7(0x19e)])for(const _0x21cf92 of _0x298366){const _0x26ea99=_0x21cf92[_0x376be7(0x174)][_0x376be7(0x13a)],_0x5b79ea=_0x3e1c85[_0x376be7(0x2c7)];_0x56df4f[_0x376be7(0x11a)](_0x26ea99,_0x5b79ea);}else{if(_0xa88b8f[_0x376be7(0x276)](_0x3e1c85[_0x376be7(0x19e)])){for(const _0x988264 of _0x298366)void 0x0!==_0x3e1c85[_0x376be7(0x2c7)]?_0x56df4f[_0x376be7(0x2a3)](_0x3e1c85[_0x376be7(0x19e)],_0x3e1c85[_0x376be7(0x2c7)],_0x988264[_0x376be7(0x174)][_0x376be7(0x13a)]):_0x56df4f[_0x376be7(0x272)](_0x3e1c85[_0x376be7(0x19e)],_0x988264[_0x376be7(0x174)][_0x376be7(0x13a)]);}else{for(const _0x5bcea2 of _0x298366)_0x3e1c85[_0x376be7(0x2c7)]?_0x56df4f[_0x376be7(0x2a3)](_0x3e1c85[_0x376be7(0x19e)],_0x3e1c85[_0x376be7(0x2c7)],_0x5bcea2):_0x56df4f[_0x376be7(0x272)](_0x3e1c85[_0x376be7(0x19e)],_0x5bcea2);}}});}),this[_0x480709(0x25c)][_0x480709(0x26a)](_0x480709(0x284),_0xd5671a);}}function Ot(_0x3e0d6d,_0x37d889,_0x4fdce9){const _0x452a24=_0x4b60c3;for(const _0x4393be of _0x37d889[_0x452a24(0x1a4)][_0x452a24(0x1dd)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x4393be[_0x452a24(0x137)]==_0x4393be)return!0x1;if(!_0x4fdce9[_0x452a24(0x1b6)](_0x4393be))return!0x1;if(_0x3e0d6d[_0x452a24(0x21b)](_0x4393be)||_0x3e0d6d[_0x452a24(0x1fd)](_0x4393be))return!0x0;}return!0x1;}function Vt(_0x2f3ecb){const _0xbad5d3=_0x4b60c3;return _0x2f3ecb[_0xbad5d3(0x29e)][_0xbad5d3(0x1a4)]==_0x2f3ecb[_0xbad5d3(0x174)][_0xbad5d3(0x13a)]&&_0x2f3ecb[_0xbad5d3(0x29e)][_0xbad5d3(0x216)];}function Ut(_0x570fda,_0x4dfacc,_0xc01831,_0x51d85a){const _0x462ac1=_0x4b60c3,_0x1de131=_0x2e1939=>!_0x2e1939[_0x462ac1(0x294)]['is'](_0x462ac1(0x20f))&&!_0x51d85a[_0x462ac1(0x21b)](_0x2e1939[_0x462ac1(0x294)]),_0x24b91b=_0x570fda[_0x462ac1(0x174)][_0x462ac1(0x168)](_0x1de131),_0x5f17ae=_0x570fda[_0x462ac1(0x29e)][_0x462ac1(0x168)](_0x1de131,{'direction':_0x462ac1(0x20a)});return(!_0x570fda[_0x462ac1(0x174)][_0x462ac1(0x26c)](_0x24b91b)||!_0x570fda[_0x462ac1(0x29e)][_0x462ac1(0x26c)](_0x5f17ae))&&(_0x24b91b[_0x462ac1(0x211)](_0x5f17ae)?_0xc01831[_0x462ac1(0x1b0)](_0x4dfacc,{'range':_0xc01831[_0x462ac1(0x21a)](_0x24b91b,_0x5f17ae)}):_0xc01831[_0x462ac1(0x11f)](_0x4dfacc),!0x0);}function Gt(_0x4bdecf){return _0x4d6e9d(_0x4bdecf);}function Ft(_0x347166){const _0x416a72=_0x4b60c3,_0x291d93=_0x347166[_0x416a72(0x174)][_0x416a72(0x13a)];return _0x291d93&&_0x291d93['is'](_0x416a72(0x1ce));}function Pt(_0x48a3ba,_0x52afe1){const _0x559abd=_0x4b60c3;return null==_0x48a3ba[_0x559abd(0x29e)][_0x559abd(0x190)]&&_0x48a3ba[_0x559abd(0x29e)][_0x559abd(0x1a4)]==_0x48a3ba[_0x559abd(0x174)][_0x559abd(0x13a)]?Lt(_0x48a3ba[_0x559abd(0x174)][_0x559abd(0x13a)],_0x52afe1):_0x48a3ba;}function Lt(_0x22f179,_0x58c11b){const _0x1acfd0=_0x4b60c3,_0x3f7dae=_0x58c11b[_0x1acfd0(0x1cf)][_0x1acfd0(0x21b)](_0x22f179)||_0x58c11b[_0x1acfd0(0x1cf)][_0x1acfd0(0x283)](_0x22f179);return _0x58c11b[_0x1acfd0(0x21a)](_0x58c11b[_0x1acfd0(0x164)](_0x22f179,_0x1acfd0(0x2b4)),_0x3f7dae?_0x58c11b[_0x1acfd0(0x1c2)](_0x22f179):_0x58c11b[_0x1acfd0(0x164)](_0x22f179,_0x1acfd0(0x29e)));}function Ht(_0x14ba36,_0x2d7e05,_0x26aad9,_0x36c584,_0x331363){const _0xf29e31=_0x4b60c3;if(_0x14ba36[_0xf29e31(0x128)])return!0x1;if(!Jt(_0x14ba36,_0x2d7e05))return!0x1;if(_0x26aad9[_0xf29e31(0x29e)][_0xf29e31(0x26c)](_0x36c584[_0xf29e31(0x174)]))return!0x0;if(_0x14ba36[_0xf29e31(0x153)]!=_0x2d7e05[_0xf29e31(0x153)])return!0x1;if(!_0x26aad9[_0xf29e31(0x29e)][_0xf29e31(0x16a)](_0x36c584[_0xf29e31(0x174)]))return!0x1;const _0x1cfa4d=_0x331363[_0xf29e31(0x21a)](_0x26aad9[_0xf29e31(0x29e)],_0x36c584[_0xf29e31(0x174)])[_0xf29e31(0x1ab)]();for(const _0x16baeb of _0x1cfa4d)if([_0xf29e31(0x1c6),_0xf29e31(0x28a)][_0xf29e31(0x264)](_0x16baeb[_0xf29e31(0x153)])&&_0x331363[_0xf29e31(0x1cf)][_0xf29e31(0x1fd)](_0x16baeb[_0xf29e31(0x294)]))return!0x1;return!0x0;}function Jt(_0x3bd082,_0x125db4){const _0x2142fd=_0x4b60c3;if(!_0x3bd082[_0x2142fd(0x1d6)]||!_0x125db4[_0x2142fd(0x1d6)])return!0x1;const _0x336edf=new Set(Object[_0x2142fd(0x2ad)](_0x3bd082[_0x2142fd(0x275)])),_0x2d4bfc=new Set(Object[_0x2142fd(0x2ad)](_0x125db4[_0x2142fd(0x275)]));if(_0x336edf[_0x2142fd(0x24c)](_0x2142fd(0x18c)),_0x2d4bfc[_0x2142fd(0x24c)](_0x2142fd(0x18c)),0x0==_0x336edf[_0x2142fd(0x267)]&&0x0==_0x2d4bfc[_0x2142fd(0x267)])return!0x0;if(_0x336edf[_0x2142fd(0x267)]!=_0x2d4bfc[_0x2142fd(0x267)])return!0x1;const _0x4a2277={..._0x3bd082[_0x2142fd(0x275)]},_0x101032={..._0x125db4[_0x2142fd(0x275)]};return delete _0x4a2277[_0x2142fd(0x18c)],delete _0x101032[_0x2142fd(0x18c)],JSON[_0x2142fd(0x248)](_0x4a2277)==JSON[_0x2142fd(0x248)](_0x101032);}function qt(_0x443bbf,_0x1a1a5b){const _0x28061c=_0x4b60c3,_0x39ec76=zt(_0x443bbf[_0x28061c(0x275)]),_0x1ab256=zt(_0x1a1a5b);if(!_0x443bbf[_0x28061c(0x1d6)])return!0x1;for(const _0x164296 of Object[_0x28061c(0x2ad)](_0x1ab256))if(!_0x16919b(_0x39ec76[_0x164296],_0x1ab256[_0x164296]))return!0x1;return!0x0;}function zt(_0x29921e){const _0x440572=_0x4b60c3,_0x1a1784=Object[_0x440572(0x246)]({},_0x29921e);return delete _0x1a1784[_0x440572(0x1c7)],delete _0x1a1784[_0x440572(0x2a0)],_0x1a1784;}
|
|
23
|
+
const _0x3704e5=_0x2822;(function(_0x3f2c4f,_0x226ea6){const _0x3b23e3=_0x2822,_0x4a8d15=_0x3f2c4f();while(!![]){try{const _0x56906f=parseInt(_0x3b23e3(0x2a3))/0x1+parseInt(_0x3b23e3(0x233))/0x2+parseInt(_0x3b23e3(0x2e6))/0x3*(parseInt(_0x3b23e3(0x144))/0x4)+parseInt(_0x3b23e3(0x146))/0x5+parseInt(_0x3b23e3(0x164))/0x6+parseInt(_0x3b23e3(0x17b))/0x7+parseInt(_0x3b23e3(0x15f))/0x8*(-parseInt(_0x3b23e3(0x24a))/0x9);if(_0x56906f===_0x226ea6)break;else _0x4a8d15['push'](_0x4a8d15['shift']());}catch(_0x1f69d1){_0x4a8d15['push'](_0x4a8d15['shift']());}}}(_0x35c0,0xaf414));import{Plugin as _0x10ed6e,PendingActions as _0x4f9bd6}from'ckeditor5/src/core.js';import{LiveRange as _0x8e7e2a}from'ckeditor5/src/engine.js';import{CKEditorError as _0x5189ef,uid as _0x276a2f,priorities as _0x4a06e0,logWarning as _0x3f8e87,getEnvKeystrokeText as _0x5a4999}from'ckeditor5/src/utils.js';import{toWidget as _0x44e723}from'ckeditor5/src/widget.js';function _0x35c0(){const _0x18674c=['change:activeMarkers','element','forceDefaultExecution','applyOperation','_afterChanges','upcast','targetPosition','getLastMatchingPosition','isArray','attribute:accept','stop','every','addMarkerName','data','getContainedElement','parent','_mergeNestedSuggestions','change:_saved','markerReady','action','format','value','ck-suggestion-marker-','reconvertMarker','formatInline:join','isInsideObject','showSuggestionHighlights','collaboration.channelId','_getSuggestionData','deletion:discard','_getExternalAuthor','addHighlight','clear','catch','getMarkers','clone','isSelectable','removeMarker','rejected','isAfter','removed','keys','formatBlock:join','markers','for','422663bwKOqK','_onDiscard','howMany','skipNestingCheck','_breakSuggestionMarker','insert','containerElement','map','getCustomProperty','warn','group','commandName','isDocumentOperation','getCommentThread','options','discardAllSuggestions','split','isOwn','_registerDefaultCallbacks','next','key','descriptionFactory','markMultiRangeInsertion','move','discardSuggestion','includes','getIntersection','config','assign','_joinWithAdjacentSuggestions','type','_joinSuggestions','some','values','substr','_suggestionState','length','_recordAttributeChanges','_getMarkerAnnouncementText','acceptSuggestion','ck-suggestion-marker','originalSuggestionId','_isRegisteredAttribute','then','update:suggestion','editing','model','toJSON','multipleBlocks','_setSuggestionData','addMarker','_reduceExistingSuggestions','fire','suggestionLoaded','editingDowncast','consume','rename','removeMarkers','markInlineFormat','editor','author','size','push','creator','$graveyard','_blockAttributeKeys','formatInline','1286406QbOOAg','mapper','markInsertion','addMarker:suggestion:formatBlock','PendingActions','dataReady','documentSelection','splice','unshift','insertion:','FORMATTING','isAtStart','add','12TvMfoW','isUndo','2575415ZwVrWs','formatBlock','_model','attribute:discard','isIntersecting','adapter','name','track-changes-command-not-found','trackChanges','_removeSuggestion','dataToMarker','_defaultCallbacks','notReady','addClass','accepted','high','discard','detach','refresh','getShiftedBy','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.','nodeAfter','tablePasteChainId','subType','conversion','176aBEENt','discardSelectedSuggestions','deletion:accept','_recordAttributeSuggestions','differ','6029784FLnBdG','start','oldValue','always','markerName','containsRange','rootName','open','addCommentThread','resolve','isExternal','updateMarker','elementToElement','trackChanges.mergeNestedSuggestions','isMultiRange','formatInline:discard','getRange','error-saving-suggestion-data-suggestion-discarded','track-changes-user-not-found','isNextTo','getAllAdjacentSuggestions','listenTo','activeMarkers','6598529OXHQNg','_enabledCommands','delete','addMarker:suggestion','has','_isForcedDefaultExecutionBlock','markAttributeChange','getFirstRange','forEach','enableCommand','isIntersectingWithRange','after','_suggestions','addUser','removeMarker:suggestion:formatBlock','markerNameToElements','markBlockFormat','schema','track-changes-suggestion-not-found','track-changes-suggestion-data-mismatch','suggestion','updateSuggestion','enqueueChange','isBefore','markerToData','define','registerInlineAttribute','execute','$textProxy','dataDowncast','_trackFormatChanges','announce','track-changes-adapter-already-set','hasCommentThread','insertContent','nodeBefore','ck-suggestion-marker--active','external:','suggestion-type','newValue','ck-suggestion-marker-formatInline','formatInline:chain','_splitMarkerName','_processAttributeSuggestions','get','toViewElement','selection','substring','hasComments','createdAt','track-changes-enable-command-twice','createRangeOn','unbind','suggestion:','pluginName','insertion:discard','_isDataLoaded','isInContent','track-changes-adapter-missing-getsuggestion','join','_suggestionFactory','createSelection','set','hasSuggestion','insertion:chain','addSuggestionData','markMultiRangeDeletion','removeMarker:suggestion:attribute','acceptSelectedSuggestions','_addThreadToSuggestion','createRangeIn','data-suggestion','_setSuggestionRange','formatInline:accept','highest','batch','find','elementStart','attribute:join','_cutOutSuggestionMarker','getSuggestion','getMultiRangeId','root','createPositionAt','isEqual','authoredAt','_saved','marker-count','getSuggestions','CommentsRepository','getWalker','change:data','suggestion:attribute:','acceptAllSuggestions','multi','splitPosition','deletion:join','startsWith','formatInline:','attributeKey','isAtEnd','commentThread','createElement','_checkSuggestionCorrectness','fromRange','containsRangeInObject','comments','Users','_refreshAttributeSuggestionsChain','insertion:accept','registerBlockAttribute','consumable','plugins','_refreshSuggestionsChain','addMarker:suggestion:attribute','TrackChangesEditing','change','commands','formatBlock:accept','pop','$text','markerToHighlight','registerCustomCallback','suggestionUnloaded','default','buildSuggestion','markMultiRangeBlockFormat','document','isBlock','createRange','_SUGGESTION_ANNOUNCEMENT','fromCharCode','getItems','enableDefaultAttributesIntegration','getAncestors','isCollapsed','_reduceSuggestionAttributeRange','oldRange','formatGroupId','from','removeAttribute','remove','end','isLimit','head','deleteContent','removeComment','getChangedMarkers','attributeOldValue','setTo','accept','range','widget','init','normal','sort','trackChangesCommand','_editor','previous','isTouching','stopListening','trackChanges.trackFormatChanges','attribute:','$marker','isObject','containsItem','enableReadOnlyMode','_processAttributeChanges','removeClass','registerPostFixer','toUpperCase','lowest','unbindElementFromMarkerName','LEAVE','suggestionChanged','ENTER','writer','position','_handleNewSuggestionMarker','formatBlock:chain','_createSuggestion','filter','forward','setAttribute','415346LANDQy','backward','return','isLocal','PENDING_ACTION_SUGGESTION','ready','insertion:join','deletion:','groupId','stringify','attribute','chain','concat','isRemovable','getRanges','attributeNewValue','low','bindElementToMarker','@external','addSuggestion','_adapter','ck-suggestion-marker-formatBlock','formatBlock:discard','1497924odHmXf','getDifference','formatBlock:','getChanges','containsPosition','_initAriaMarkerChangeAnnouncements','createPositionAfter','_customCallbacks','_findSuggestions','_isBlockAttribute','getAttribute','before','_getAuthorFromId','deletion:chain','_addSuggestionMarker','elementEnd','locale','meta','getSuggestionCallback','getNearestSelectionRange','getFirstMarker','_rangeIsInLocalUserInsertion','addRange','never','_updateSuggestionData','authorName','moveTargetPosition','insertion','deletion','_inlineAttributeKeys','newRange','_getAttributeKey','$elementName','addComment','setSelection','getUser','attributes','rethrowUnexpectedError','requires','createPositionBefore','markDeletion','item','fetchCommentThread','_commentsRepository'];_0x35c0=function(){return _0x18674c;};return _0x35c0();}import{Users as _0x1ac5e7,hashObject as _0x4ee80f,surroundingMarkersDetector as _0x43bdb4,ENTER_THREAD_KEYSTROKE as _0x1de997}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1e2201 from'./commands/trackchangescommand.js';import _0x4497e5 from'./commands/acceptsuggestioncommand.js';import _0x3135b8 from'./commands/discardsuggestioncommand.js';import _0x1b65a7 from'./commands/executeonallsuggestionscommand.js';import _0x514498 from'./commands/executeonselectedsuggestionscommand.js';import _0x369363 from'./suggestion.js';import _0x12efcf from'./suggestiondescriptionfactory.js';import _0x3bebf0 from'./integrations/aiassistant.js';import _0x1220c2 from'./integrations/alignment.js';import _0x511fb0 from'./integrations/basicstyles.js';import _0x3274ee from'./integrations/blockquote.js';import _0x3ce6dc from'./integrations/casechange.js';import _0x1c49c9 from'./integrations/ckbox.js';import _0xd5d1b from'./integrations/codeblock.js';import _0x300a89 from'./integrations/comments.js';import _0x21038c from'./integrations/deletecommand.js';import _0x55fbcb from'./integrations/list.js';import _0x2445da from'./integrations/listproperties.js';import _0x5e677f from'./integrations/entercommand.js';import _0x463ac9 from'./integrations/findandreplace.js';import _0x1d5268 from'./integrations/font.js';import _0x381ba0 from'./integrations/formatpainter.js';import _0x52295c from'./integrations/heading.js';import _0x3ab568 from'./integrations/highlight.js';import _0x2c8ac4 from'./integrations/horizontalline.js';import _0x595718 from'./integrations/htmlembed.js';import _0x4d0af8 from'./integrations/image.js';import _0x5b650d from'./integrations/imagereplace.js';import _0x66d0da from'./integrations/imagestyle.js';import _0x4f0c20 from'./integrations/importword.js';import _0x21d72f from'./integrations/indent.js';import _0x11bfe0 from'./integrations/inputcommand.js';import _0xe289c5 from'./integrations/link.js';import _0x27662 from'./integrations/legacylist.js';import _0x2c1f6b from'./integrations/legacylistproperties.js';import _0x3462cd from'./integrations/mediaembed.js';import _0x579596 from'./integrations/mention.js';import _0x550584 from'./integrations/mergefields.js';import _0x3bacf7 from'./integrations/multilevellist.js';import _0x5004b8 from'./integrations/pagebreak.js';import _0x5f4f34 from'./integrations/paragraph.js';import _0x51d858 from'./integrations/removeformat.js';import _0x34c95f from'./integrations/restrictededitingmode.js';import _0x3fcc07 from'./integrations/shiftentercommand.js';import _0xf28f97 from'./integrations/standardeditingmode.js';import _0x1c1ba6 from'./integrations/style.js';import _0x25fd9e from'./integrations/table.js';function _0x2822(_0x3434a2,_0x250630){const _0x35c0fb=_0x35c0();return _0x2822=function(_0x2822aa,_0x33261f){_0x2822aa=_0x2822aa-0x140;let _0x4f02f4=_0x35c0fb[_0x2822aa];return _0x4f02f4;},_0x2822(_0x3434a2,_0x250630);}import _0x1a9907 from'./integrations/tablemergesplit.js';import _0x511ca4 from'./integrations/tableheadings.js';import _0x29d469 from'./integrations/tableclipboard.js';import _0x26cc8f from'./integrations/tablecolumnresize.js';import _0x1de8b5 from'./integrations/template.js';import _0x8f251e from'./integrations/tableofcontents.js';import _0x33770b from'./integrations/title.js';import _0x1f99b6 from'./integrations/undo.js';import _0x2ce403 from'./integrations/tablecaption.js';import _0x501c9a from'./integrations/tableproperties.js';import{getTranslation as _0x4ac571}from'./utils/common-translations.js';import{isEqual as _0x3ea93e,omit as _0x87b5a7}from'lodash-es';export const renameAttributeKey=_0x3704e5(0x26a);export default class p extends _0x10ed6e{static get[_0x3704e5(0x270)](){const _0x2b13ea=_0x3704e5;return[_0x2b13ea(0x1d4),_0x1ac5e7,_0x4f9bd6,_0x3bebf0,_0x1220c2,_0x511fb0,_0x3274ee,_0x1c49c9,_0x3ce6dc,_0xd5d1b,_0x300a89,_0x21038c,_0x5e677f,_0x463ac9,_0x1d5268,_0x381ba0,_0x52295c,_0x3ab568,_0x2c8ac4,_0x595718,_0x4d0af8,_0x66d0da,_0x5b650d,_0x4f0c20,_0x21d72f,_0x11bfe0,_0x27662,_0x2c1f6b,_0x3bacf7,_0xe289c5,_0x55fbcb,_0x2445da,_0x3462cd,_0x579596,_0x550584,_0x5004b8,_0x5f4f34,_0x51d858,_0x34c95f,_0x3fcc07,_0xf28f97,_0x1c1ba6,_0x25fd9e,_0x1a9907,_0x511ca4,_0x2ce403,_0x29d469,_0x26cc8f,_0x8f251e,_0x501c9a,_0x1de8b5,_0x33770b,_0x1f99b6];}static get[_0x3704e5(0x1b1)](){const _0x5872cf=_0x3704e5;return _0x5872cf(0x1ee);}constructor(_0x571d60){const _0x11a218=_0x3704e5;function _0x53e53b(_0x718d88){const _0x2c156c=_0x2822;return _0x718d88[_0x2c156c(0x2aa)](_0xf7be57=>String[_0x2c156c(0x1fe)](_0xf7be57))[_0x2c156c(0x1b6)]('');}super(_0x571d60),this[_0x11a218(0x162)]=!0x1,this[_0x11a218(0x1b9)](_0x11a218(0x17a),[]),this['on'](_0x11a218(0x276),(_0x7bfecb,_0x3cba20,_0x3291a3,_0x291657)=>{const _0xf02e9=_0x11a218;this[_0xf02e9(0x148)][_0xf02e9(0x1ef)](()=>{const _0x4c7042=_0xf02e9;for(const _0x408cd5 of[..._0x291657,..._0x3291a3])this[_0x4c7042(0x148)][_0x4c7042(0x2a1)][_0x4c7042(0x17f)](_0x408cd5)&&_0x571d60[_0x4c7042(0x2d0)][_0x4c7042(0x28d)](_0x408cd5);});}),this[_0x11a218(0x2b8)]=new _0x12efcf(this[_0x11a218(0x2de)][_0x11a218(0x2d1)][_0x11a218(0x18c)],this[_0x11a218(0x2de)][_0x11a218(0x25a)]),this[_0x11a218(0x247)]=null,this[_0x11a218(0x1b7)]=new Et(this[_0x11a218(0x2de)]),this[_0x11a218(0x187)]=new Map(),this[_0x11a218(0x275)]=_0x571d60[_0x11a218(0x1eb)][_0x11a218(0x1a7)](_0x11a218(0x1d4)),this[_0x11a218(0x17c)]=new Set(),this[_0x11a218(0x148)]=this[_0x11a218(0x2de)][_0x11a218(0x2d1)],this[_0x11a218(0x2c6)]=new WeakMap(),this[_0x11a218(0x180)]=!0x1,this[_0x11a218(0x2e4)]=new Set([_0x11a218(0x26a)]),this[_0x11a218(0x267)]=new Set(),_0x571d60[_0x11a218(0x2be)][_0x11a218(0x194)](_0x11a218(0x21c),_0x11a218(0x1f7)),this[_0x11a218(0x199)]=_0x571d60[_0x11a218(0x2be)][_0x11a218(0x1a7)](_0x11a218(0x21c)),_0x571d60[_0x11a218(0x2be)][_0x11a218(0x194)](_0x11a218(0x171),!0x0),this[_0x11a218(0x286)]=_0x571d60[_0x11a218(0x2be)][_0x11a218(0x1a7)](_0x11a218(0x171)),this[_0x11a218(0x217)]=new _0x1e2201(_0x571d60,this[_0x11a218(0x17c)]),this[_0x11a218(0x24f)](),this[_0x53e53b([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x53e53b([0x34,0x30,0x34,0x38,0x31,0x36,0x31,0x34]);}[_0x3704e5(0x214)](){const _0x312f6d=_0x3704e5,_0x1e7298=this[_0x312f6d(0x2de)],_0x144f45=(_0x22cf62,_0x486125)=>{const _0x14a584=_0x312f6d;if(_0x14a584(0x23d)!=_0x22cf62)return _0x14a584(0x28c)+_0x22cf62;const _0x2ab705=_0x486125[_0x14a584(0x2b3)]('|')[0x0];return this[_0x14a584(0x253)](_0x2ab705)?_0x14a584(0x248):_0x14a584(0x1a3);};_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x2d9))[_0x312f6d(0x1f4)]({'model':_0x312f6d(0x18f),'view':_0x508b1f=>{const _0x4e0733=_0x312f6d,{id:_0x4bede2,type:_0x9d39af,subType:_0x538e03}=this[_0x4e0733(0x1a5)](_0x508b1f[_0x4e0733(0x168)]),_0x2ee97f=[_0x4e0733(0x2cb),_0x144f45(_0x9d39af,_0x538e03)];let _0x30ce4e=0xbb8;return this[_0x4e0733(0x17a)][_0x4e0733(0x2bc)](_0x508b1f[_0x4e0733(0x168)])&&(_0x2ee97f[_0x4e0733(0x2e1)](_0x4e0733(0x19f)),_0x30ce4e=0xbc2),_0x4e0733(0x266)==_0x9d39af&&(_0x30ce4e+=0x5),{'classes':_0x2ee97f,'attributes':{'data-suggestion':_0x4bede2},'priority':_0x30ce4e};}}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x198))[_0x312f6d(0x143)](_0x35829c=>{const _0x413e6f=_0x312f6d;_0x35829c['on'](_0x413e6f(0x17e),(_0x14eaf0,_0x5dbe88,_0x4c077a)=>{const _0x1c933c=_0x413e6f;if(!_0x4c077a[_0x1c933c(0x2b1)][_0x1c933c(0x290)])return;const _0x454051=_0x5dbe88[_0x1c933c(0x273)];if(!_0x454051)return;const _0x3fbe48=_0x4c077a[_0x1c933c(0x2e7)][_0x1c933c(0x1a8)](_0x454051);_0x1e7298[_0x1c933c(0x2d1)][_0x1c933c(0x18c)][_0x1c933c(0x21f)](_0x454051)&&_0x3fbe48&&!_0x3fbe48[_0x1c933c(0x2ab)](_0x1c933c(0x213))&&_0x3fbe48['is'](_0x1c933c(0x2a9))&&_0x44e723(_0x3fbe48,_0x4c077a[_0x1c933c(0x22b)]);},{'priority':_0x413e6f(0x155)});}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x198))[_0x312f6d(0x1f4)]({'model':_0x312f6d(0x18f),'view':(_0x4d19bf,_0x183c68)=>{const _0x46f427=_0x312f6d;if(!_0x183c68[_0x46f427(0x2b1)][_0x46f427(0x290)])return null;const {type:_0x349f33,subType:_0x2257c5}=this[_0x46f427(0x1a5)](_0x4d19bf[_0x46f427(0x168)]);return{'classes':[_0x46f427(0x2cb),_0x144f45(_0x349f33,_0x2257c5)],'priority':0xbb8};}});const _0x5409b2=({showActiveMarkers:_0x4dbb0f=!0x0,isAttributeSuggestion:_0x422214=!0x1}={})=>(_0x39ecc0,_0x4fb831,_0x12d3a1)=>{const _0x202fb8=_0x312f6d;if(!_0x4fb831[_0x202fb8(0x273)])return;const {id:_0x48479d}=this[_0x202fb8(0x1a5)](_0x4fb831[_0x202fb8(0x168)]);if(_0x422214){const _0x2a23e7=this[_0x202fb8(0x187)][_0x202fb8(0x1a7)](_0x48479d),_0x5a8a76=this[_0x202fb8(0x269)](_0x2a23e7);if(!this[_0x202fb8(0x253)](_0x5a8a76))return;}if(_0x4fb831[_0x202fb8(0x273)]['is'](_0x202fb8(0x1a9)))return void _0x12d3a1[_0x202fb8(0x1ea)][_0x202fb8(0x2da)](_0x4fb831[_0x202fb8(0x273)],_0x39ecc0[_0x202fb8(0x14c)]);const _0x462d1e=_0x12d3a1[_0x202fb8(0x2e7)][_0x202fb8(0x1a8)](_0x4fb831[_0x202fb8(0x273)]);if(_0x4fb831[_0x202fb8(0x273)]['is'](_0x202fb8(0x277))&&_0x1e7298[_0x202fb8(0x2d1)][_0x202fb8(0x18c)][_0x202fb8(0x1fb)](_0x4fb831[_0x202fb8(0x273)])&&!_0x462d1e[_0x202fb8(0x2ab)](_0x202fb8(0x295))){_0x12d3a1[_0x202fb8(0x22b)][_0x202fb8(0x153)]([_0x202fb8(0x2cb),_0x202fb8(0x248)],_0x462d1e),_0x12d3a1[_0x202fb8(0x22b)][_0x202fb8(0x232)](_0x202fb8(0x1c2),_0x48479d,_0x462d1e),_0x12d3a1[_0x202fb8(0x2e7)][_0x202fb8(0x244)](_0x462d1e,_0x4fb831[_0x202fb8(0x168)]),_0x4dbb0f&&(this[_0x202fb8(0x17a)][_0x202fb8(0x2bc)](_0x4fb831[_0x202fb8(0x168)])?_0x12d3a1[_0x202fb8(0x22b)][_0x202fb8(0x153)](_0x202fb8(0x19f),_0x462d1e):_0x12d3a1[_0x202fb8(0x22b)][_0x202fb8(0x223)](_0x202fb8(0x19f),_0x462d1e));for(const _0x1e7aac of _0x1e7298[_0x202fb8(0x2d1)][_0x202fb8(0x1c1)](_0x4fb831[_0x202fb8(0x273)])[_0x202fb8(0x1ff)]())_0x12d3a1[_0x202fb8(0x1ea)][_0x202fb8(0x2da)](_0x1e7aac,_0x39ecc0[_0x202fb8(0x14c)]);_0x12d3a1[_0x202fb8(0x1ea)][_0x202fb8(0x2da)](_0x4fb831[_0x202fb8(0x273)],_0x39ecc0[_0x202fb8(0x14c)]);}};_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x198))[_0x312f6d(0x143)](_0x44006f=>{const _0x462fb2=_0x312f6d;_0x44006f['on'](_0x462fb2(0x2e9),(_0x3471c9,_0x128a03,_0x128dea)=>{const _0x4590f7=_0x462fb2;_0x128dea[_0x4590f7(0x2b1)][_0x4590f7(0x290)]&&_0x5409b2({'showActiveMarkers':!0x1})(_0x3471c9,_0x128a03,_0x128dea);},{'priority':_0x462fb2(0x1c5)});}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x198))[_0x312f6d(0x143)](_0x1e3142=>{const _0x53dace=_0x312f6d;_0x1e3142['on'](_0x53dace(0x1ed),(_0x250a1b,_0x289283,_0x2bae8f)=>{const _0x5c5c52=_0x53dace;_0x2bae8f[_0x5c5c52(0x2b1)][_0x5c5c52(0x290)]&&_0x5409b2({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x250a1b,_0x289283,_0x2bae8f);},{'priority':_0x53dace(0x1c5)});}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x198))[_0x312f6d(0x193)]({'model':_0x312f6d(0x18f),'view':(_0x4ef77f,_0x228b48)=>_0x228b48[_0x312f6d(0x2b1)][_0x312f6d(0x290)]?null:{'group':_0x312f6d(0x18f),'name':_0x4ef77f[_0x312f6d(0x2c5)](0xb)}}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x27b))[_0x312f6d(0x170)]({'view':{'name':_0x312f6d(0x18f),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x341e8c,{writer:_0x3e3653})=>{const _0x37faae=_0x312f6d;let _0x5368b8=_0x37faae(0x1b0)+_0x341e8c[_0x37faae(0x254)](_0x37faae(0x1a1))+':'+_0x341e8c[_0x37faae(0x254)]('id');return _0x341e8c[_0x37faae(0x254)](_0x37faae(0x1d2))&&(_0x5368b8+=':'+_0x341e8c[_0x37faae(0x254)](_0x37faae(0x1d2))),_0x3e3653[_0x37faae(0x1e1)](_0x37faae(0x21e),{'data-name':_0x5368b8});}}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x27b))[_0x312f6d(0x150)]({'view':_0x312f6d(0x18f)}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x2d9))[_0x312f6d(0x143)](_0x42e75c=>{const _0x360f6c=_0x312f6d;_0x42e75c['on'](_0x360f6c(0x2e9),_0x5409b2(),{'priority':_0x360f6c(0x155)});}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x2d9))[_0x312f6d(0x143)](_0x2fa707=>{const _0x456c67=_0x312f6d;_0x2fa707['on'](_0x456c67(0x1ed),_0x5409b2({'isAttributeSuggestion':!0x0}),{'priority':_0x456c67(0x155)});}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x2d9))[_0x312f6d(0x143)](_0x5168e9=>{const _0x1165ab=_0x312f6d;_0x5168e9['on'](_0x1165ab(0x189),(_0x4036a1,_0x5db92c,_0x1ce969)=>{const _0x5cd501=_0x1165ab,_0x37a464=_0x1ce969[_0x5cd501(0x2e7)][_0x5cd501(0x18a)](_0x5db92c[_0x5cd501(0x168)]);if(_0x37a464){for(const _0x43db1e of _0x37a464)_0x43db1e[_0x5cd501(0x2ab)](_0x5cd501(0x295))||(_0x1ce969[_0x5cd501(0x22b)][_0x5cd501(0x223)]([_0x5cd501(0x2cb),_0x5cd501(0x248),_0x5cd501(0x19f)],_0x43db1e),_0x1ce969[_0x5cd501(0x22b)][_0x5cd501(0x207)](_0x5cd501(0x1c2),_0x43db1e),_0x1ce969[_0x5cd501(0x2e7)][_0x5cd501(0x227)](_0x43db1e,_0x5db92c[_0x5cd501(0x168)]));}},{'priority':_0x1165ab(0x155)});}),_0x1e7298[_0x312f6d(0x15e)][_0x312f6d(0x2a2)](_0x312f6d(0x2d9))[_0x312f6d(0x143)](_0x3bad7a=>{const _0x558800=_0x312f6d;_0x3bad7a['on'](_0x558800(0x1be),(_0x5a807c,_0x12368f,_0x4911c0)=>{const _0x2dce7b=_0x558800,_0x5aa69a=_0x4911c0[_0x2dce7b(0x2e7)][_0x2dce7b(0x18a)](_0x12368f[_0x2dce7b(0x168)]);if(!_0x5aa69a)return;const {id:_0x163b8e}=this[_0x2dce7b(0x1a5)](_0x12368f[_0x2dce7b(0x168)]),_0x56aaed=this[_0x2dce7b(0x187)][_0x2dce7b(0x1a7)](_0x163b8e),_0x22555a=this[_0x2dce7b(0x269)](_0x56aaed);if(this[_0x2dce7b(0x253)](_0x22555a)){for(const _0x323469 of _0x5aa69a)_0x323469[_0x2dce7b(0x2ab)](_0x2dce7b(0x295))||(_0x4911c0[_0x2dce7b(0x22b)][_0x2dce7b(0x223)]([_0x2dce7b(0x2cb),_0x2dce7b(0x248),_0x2dce7b(0x19f)],_0x323469),_0x4911c0[_0x2dce7b(0x22b)][_0x2dce7b(0x207)](_0x2dce7b(0x1c2),_0x323469),_0x4911c0[_0x2dce7b(0x2e7)][_0x2dce7b(0x227)](_0x323469,_0x12368f[_0x2dce7b(0x168)]));}},{'priority':_0x558800(0x155)});}),_0x1e7298[_0x312f6d(0x2d1)][_0x312f6d(0x1fa)][_0x312f6d(0x224)](_0x46683f=>{const _0x18f6a9=_0x312f6d;let _0x1846da=!0x1;const _0x1838de=Array[_0x18f6a9(0x206)](_0x1e7298[_0x18f6a9(0x2d1)][_0x18f6a9(0x1fa)][_0x18f6a9(0x163)][_0x18f6a9(0x20e)]()),_0x2a26b0=new Set();for(const {name:_0x21e19c,data:_0x5a020c}of _0x1838de){const {group:_0x2b0e3d,type:_0x53faa3,subType:_0x4d4767,id:_0x51caa8}=this[_0x18f6a9(0x1a5)](_0x21e19c);if(_0x18f6a9(0x18f)!==_0x2b0e3d)continue;const _0x34beee=this[_0x18f6a9(0x187)][_0x18f6a9(0x1a7)](_0x51caa8);if(null!=_0x5a020c[_0x18f6a9(0x268)]){_0x18f6a9(0x2e5)==_0x53faa3&&(_0x1846da=_0x1846da||Ut(_0x5a020c[_0x18f6a9(0x268)],_0x21e19c,_0x46683f,_0x1e7298[_0x18f6a9(0x2d1)][_0x18f6a9(0x18c)]));const _0x1decef=_0x18f6a9(0x23d)==_0x53faa3&&this[_0x18f6a9(0x253)](_0x4d4767[_0x18f6a9(0x2b3)]('|')[0x0]);if(_0x5a020c[_0x18f6a9(0x268)][_0x18f6a9(0x202)]||_0x18f6a9(0x2e3)==_0x5a020c[_0x18f6a9(0x268)][_0x18f6a9(0x1cd)][_0x18f6a9(0x16a)]||_0x18f6a9(0x147)==_0x53faa3&&!Ft(_0x5a020c[_0x18f6a9(0x268)])||_0x1decef&&!Ft(_0x5a020c[_0x18f6a9(0x268)])||_0x18f6a9(0x266)==_0x53faa3&&!(!Vt(_0x492ec3=_0x5a020c[_0x18f6a9(0x268)])&&!function(_0xbe4d){const _0xd82448=_0x18f6a9;return _0xbe4d[_0xd82448(0x165)][_0xd82448(0x285)]==_0xbe4d[_0xd82448(0x209)][_0xd82448(0x19e)]&&_0xbe4d[_0xd82448(0x165)][_0xd82448(0x1df)];}(_0x492ec3)))_0x46683f[_0x18f6a9(0x29b)](_0x21e19c),_0x1846da=!0x0;else{if(!_0x34beee||!_0x34beee[_0x18f6a9(0x1b4)])continue;if(_0x5a020c[_0x18f6a9(0x268)]&&_0x5a020c[_0x18f6a9(0x204)]&&_0x5a020c[_0x18f6a9(0x268)][_0x18f6a9(0x1cf)](_0x5a020c[_0x18f6a9(0x204)]))continue;_0x2a26b0[_0x18f6a9(0x143)](_0x34beee);}}}var _0x492ec3;return _0x2a26b0[_0x18f6a9(0x2e0)]>0x0&&(_0x1846da=!!this[_0x18f6a9(0x2c0)](_0x2a26b0)||_0x1846da),_0x1846da;}),_0x1e7298[_0x312f6d(0x2d1)][_0x312f6d(0x1fa)][_0x312f6d(0x224)](_0x49c15b=>{const _0x3e0f5a=_0x312f6d;let _0x483826=!0x1;for(const _0x5f1e8d of _0x1e7298[_0x3e0f5a(0x2d1)][_0x3e0f5a(0x1fa)][_0x3e0f5a(0x163)][_0x3e0f5a(0x24d)]())if(_0x3e0f5a(0x2a8)==_0x5f1e8d[_0x3e0f5a(0x2c1)])for(const _0x58798f of this[_0x3e0f5a(0x187)][_0x3e0f5a(0x2c4)]()){if(_0x58798f[_0x3e0f5a(0x172)]||!_0x58798f[_0x3e0f5a(0x1b4)])continue;const _0x2531f8=_0x3e0f5a(0x147)==_0x58798f[_0x3e0f5a(0x2c1)],_0x2430e1=this[_0x3e0f5a(0x269)](_0x58798f),_0x16b3e9=_0x2430e1&&this[_0x3e0f5a(0x253)](_0x2430e1);if(!_0x2531f8&&!_0x16b3e9)continue;const _0x2878da=_0x58798f[_0x3e0f5a(0x182)]();if(_0x2878da[_0x3e0f5a(0x165)][_0x3e0f5a(0x285)]!=_0x2878da[_0x3e0f5a(0x209)][_0x3e0f5a(0x285)]&&!_0x2878da[_0x3e0f5a(0x209)][_0x3e0f5a(0x1df)]){const _0x33b198=_0x1e7298[_0x3e0f5a(0x2d1)][_0x3e0f5a(0x1ce)](_0x2878da[_0x3e0f5a(0x165)][_0x3e0f5a(0x15b)],_0x3e0f5a(0x209)),_0x13d2aa=_0x1e7298[_0x3e0f5a(0x2d1)][_0x3e0f5a(0x1fc)](_0x2878da[_0x3e0f5a(0x165)],_0x33b198);_0x49c15b[_0x3e0f5a(0x16f)](_0x58798f[_0x3e0f5a(0x25e)](),{'range':_0x13d2aa}),_0x483826=!0x0;}}return _0x483826;}),_0x1e7298[_0x312f6d(0x2d1)][_0x312f6d(0x1fa)][_0x312f6d(0x224)](_0x206e4e=>this[_0x312f6d(0x222)](_0x206e4e)),_0x1e7298[_0x312f6d(0x2d1)][_0x312f6d(0x1fa)][_0x312f6d(0x224)](_0x45f788=>!_0x45f788[_0x312f6d(0x1c6)][_0x312f6d(0x236)]&&this[_0x312f6d(0x1a6)](_0x45f788)),_0x1e7298[_0x312f6d(0x2d1)]['on'](_0x312f6d(0x27a),()=>{const _0x1a6769=_0x312f6d;this[_0x1a6769(0x162)]=!0x1;}),_0x1e7298[_0x312f6d(0x2d1)][_0x312f6d(0x1fa)]['on'](_0x312f6d(0x1d6),(_0xb2013f,_0x49fab6)=>{const _0x510d5d=_0x312f6d;if(!_0x49fab6[_0x510d5d(0x236)]||_0x49fab6[_0x510d5d(0x145)])return;if(!this[_0x510d5d(0x162)])return;const _0x499849=_0x1e7298[_0x510d5d(0x2d1)][_0x510d5d(0x1fa)][_0x510d5d(0x163)][_0x510d5d(0x24d)]();if(0x0==_0x499849[_0x510d5d(0x2c7)])return;const _0x5b956f=[],_0x52c7a0=_0x499849[_0x510d5d(0x230)](_0x1f1601=>_0x510d5d(0x23d)==_0x1f1601[_0x510d5d(0x2c1)]),_0x39c163=_0x499849[_0x510d5d(0x230)](_0x335d34=>_0x510d5d(0x2a8)==_0x335d34[_0x510d5d(0x2c1)]&&_0x510d5d(0x1f3)!=_0x335d34[_0x510d5d(0x14c)]);for(const _0x212922 of _0x52c7a0)this[_0x510d5d(0x2cd)](_0x212922[_0x510d5d(0x1de)])&&_0x5b956f[_0x510d5d(0x2e1)]({'key':_0x212922[_0x510d5d(0x1de)],'newValue':_0x212922[_0x510d5d(0x242)],'oldValue':_0x212922[_0x510d5d(0x20f)],'range':Pt(_0x212922[_0x510d5d(0x212)],_0x1e7298[_0x510d5d(0x2d1)])});for(const _0x4e0ac1 of _0x39c163){if(_0x510d5d(0x2db)!=_0x4e0ac1[_0x510d5d(0x289)]&&_0x510d5d(0x158)!=_0x4e0ac1[_0x510d5d(0x289)])continue;const _0x1d1f5b=Lt(_0x4e0ac1[_0x510d5d(0x22c)][_0x510d5d(0x15b)],_0x1e7298[_0x510d5d(0x2d1)]),_0x420465=_0x4e0ac1[_0x510d5d(0x255)];_0x510d5d(0x2db)==_0x4e0ac1[_0x510d5d(0x289)]&&_0x5b956f[_0x510d5d(0x2e1)]({'key':_0x510d5d(0x26a),'newValue':_0x4e0ac1[_0x510d5d(0x14c)],'oldValue':_0x420465[_0x510d5d(0x14c)],'range':_0x1d1f5b});for(const [_0x2cfc2c,_0x2ce996]of _0x420465[_0x510d5d(0x26e)]){if(!this[_0x510d5d(0x2cd)](_0x2cfc2c))continue;const _0x54aba2=_0x4e0ac1[_0x510d5d(0x26e)][_0x510d5d(0x1a7)](_0x2cfc2c);_0x2ce996!==_0x54aba2&&_0x5b956f[_0x510d5d(0x2e1)]({'key':_0x2cfc2c,'newValue':_0x54aba2,'oldValue':_0x2ce996,'range':_0x1d1f5b});}for(const [_0x4fe8b1,_0x5164b2]of _0x4e0ac1[_0x510d5d(0x26e)])this[_0x510d5d(0x2cd)](_0x4fe8b1)&&(_0x420465[_0x510d5d(0x26e)][_0x510d5d(0x17f)](_0x4fe8b1)||_0x5b956f[_0x510d5d(0x2e1)]({'key':_0x4fe8b1,'newValue':_0x5164b2,'oldValue':null,'range':_0x1d1f5b}));}0x0!=_0x5b956f[_0x510d5d(0x2c7)]&&_0x1e7298[_0x510d5d(0x2d1)][_0x510d5d(0x191)](_0x49fab6,_0x5db03c=>{const _0x44bb07=_0x510d5d,_0x5570b7=_0x276a2f();for(const {range:_0x27da78,key:_0x15e6f9,oldValue:_0x4fdd84,newValue:_0x359b06}of _0x5b956f)this[_0x44bb07(0x181)](_0x27da78,_0x15e6f9,_0x4fdd84,_0x359b06,{'groupId':_0x5570b7});this[_0x44bb07(0x2d6)](_0x5db03c,_0x5b956f);});},{'priority':_0x312f6d(0x226)}),_0x1e7298[_0x312f6d(0x2d1)][_0x312f6d(0x2a1)]['on'](_0x312f6d(0x2cf),(_0xc44148,_0x4afa01,_0x40f916)=>{const _0x36f99f=_0x312f6d;if(null==_0x40f916){const {id:_0x4c6c95}=this[_0x36f99f(0x1a5)](_0x4afa01[_0x36f99f(0x14c)]),_0x3ed20e=this[_0x36f99f(0x187)][_0x36f99f(0x1a7)](_0x4c6c95);_0x3ed20e&&_0x3ed20e[_0x36f99f(0x282)](_0x4afa01[_0x36f99f(0x14c)]);}}),_0x1e7298[_0x312f6d(0x2d1)][_0x312f6d(0x1fa)]['on'](_0x312f6d(0x1d6),()=>{const _0x1e7a5f=_0x312f6d,_0x1fcf1f=Array[_0x1e7a5f(0x206)](_0x1e7298[_0x1e7a5f(0x2d1)][_0x1e7a5f(0x1fa)][_0x1e7a5f(0x163)][_0x1e7a5f(0x20e)]())[_0x1e7a5f(0x230)](_0x53d145=>_0x1e7a5f(0x18f)===this[_0x1e7a5f(0x1a5)](_0x53d145[_0x1e7a5f(0x14c)])[_0x1e7a5f(0x2ad)]);if(0x0===_0x1fcf1f[_0x1e7a5f(0x2c7)])return;_0x1fcf1f[_0x1e7a5f(0x216)]((_0x5f2d8b,_0xeabe77)=>{const _0x5493b5=_0x1e7a5f,_0x434c41=_0x5f2d8b[_0x5493b5(0x283)][_0x5493b5(0x204)],_0xb9ae5d=_0xeabe77[_0x5493b5(0x283)][_0x5493b5(0x204)];return null===_0x434c41&&null===_0xb9ae5d?0x0:null===_0x434c41&&null!==_0xb9ae5d?-0x1:null!==_0x434c41&&null===_0xb9ae5d?0x1:_0x434c41[_0x5493b5(0x165)][_0x5493b5(0x192)](_0xb9ae5d[_0x5493b5(0x165)])?-0x1:0x1;});const _0x5e82ed=new Set(),_0x2f84d8=new Set();for(const {name:_0xb9114e,data:_0xe2b3ca}of _0x1fcf1f){const {id:_0x401926}=this[_0x1e7a5f(0x1a5)](_0xb9114e);if(null===_0xe2b3ca[_0x1e7a5f(0x204)]){const _0x50bdf0=this[_0x1e7a5f(0x22d)](_0xb9114e);_0x2f84d8[_0x1e7a5f(0x143)](_0x50bdf0);}else{const _0x36f9d1=this[_0x1e7a5f(0x187)][_0x1e7a5f(0x1a7)](_0x401926);null!==_0xe2b3ca[_0x1e7a5f(0x268)]||_0x36f9d1[_0x1e7a5f(0x1b4)]?(_0x5e82ed[_0x1e7a5f(0x143)](_0x36f9d1[_0x1e7a5f(0x20b)]),_0x2f84d8[_0x1e7a5f(0x143)](_0x36f9d1)):this[_0x1e7a5f(0x14f)](_0x36f9d1);}}_0x2f84d8[_0x1e7a5f(0x2e0)]>0x0&&this[_0x1e7a5f(0x1ec)](_0x2f84d8);for(const _0x3f1166 of _0x5e82ed)this[_0x1e7a5f(0x2d7)](_0x1e7a5f(0x229),_0x3f1166);}),_0x1e7298[_0x312f6d(0x2d1)]['on'](_0x312f6d(0x279),(_0x4dbdce,_0x119ad4)=>{const _0x4c2ab0=_0x312f6d,_0x438c9f=_0x119ad4[0x0];if(!this[_0x4c2ab0(0x187)][_0x4c2ab0(0x2e0)])return;if(!_0x438c9f[_0x4c2ab0(0x2af)])return;if(_0x438c9f[_0x4c2ab0(0x1c6)][_0x4c2ab0(0x145)]||!_0x438c9f[_0x4c2ab0(0x1c6)][_0x4c2ab0(0x236)])return;let _0x5556a0,_0x5009ff;switch(_0x438c9f[_0x4c2ab0(0x2c1)]){case _0x4c2ab0(0x2a8):_0x5556a0=_0x1e7298[_0x4c2ab0(0x2d1)][_0x4c2ab0(0x1ce)](_0x438c9f[_0x4c2ab0(0x22c)]),_0x5009ff=_0x5556a0[_0x4c2ab0(0x159)](_0x438c9f[_0x4c2ab0(0x2a5)]);break;case _0x4c2ab0(0x2b3):_0x5556a0=_0x1e7298[_0x4c2ab0(0x2d1)][_0x4c2ab0(0x1ce)](_0x438c9f[_0x4c2ab0(0x1da)]),_0x5009ff=_0x1e7298[_0x4c2ab0(0x2d1)][_0x4c2ab0(0x1ce)](_0x438c9f[_0x4c2ab0(0x264)]);break;case _0x4c2ab0(0x2ba):_0x5556a0=_0x1e7298[_0x4c2ab0(0x2d1)][_0x4c2ab0(0x1ce)](_0x438c9f[_0x4c2ab0(0x27c)]),_0x5009ff=_0x5556a0[_0x4c2ab0(0x159)](_0x438c9f[_0x4c2ab0(0x2a5)]);break;default:return;}const _0x54616f=_0x1e7298[_0x4c2ab0(0x2d1)][_0x4c2ab0(0x1fc)](_0x5556a0,_0x5009ff);_0x1e7298[_0x4c2ab0(0x2d1)][_0x4c2ab0(0x1ef)](()=>{const _0x24bab5=_0x4c2ab0;for(const {suggestion:_0x4cd1ff,meta:_0x33e17d}of this[_0x24bab5(0x252)](_0x54616f)){if(_0x4cd1ff[_0x24bab5(0x172)])continue;if(_0x24bab5(0x2e5)==_0x4cd1ff[_0x24bab5(0x2c1)])continue;const _0x45ec8b=this[_0x24bab5(0x269)](_0x4cd1ff);if(_0x45ec8b&&this[_0x24bab5(0x253)](_0x45ec8b)&&_0x24bab5(0x2b3)!=_0x438c9f[_0x24bab5(0x2c1)])continue;const _0x2ec48b=_0x4cd1ff[_0x24bab5(0x283)]&&_0x4cd1ff[_0x24bab5(0x283)][_0x24bab5(0x2d3)];(_0x24bab5(0x147)!=_0x4cd1ff[_0x24bab5(0x2c1)]||_0x24bab5(0x2b3)==_0x438c9f[_0x24bab5(0x2c1)]&&!_0x2ec48b)&&(_0x33e17d[_0x24bab5(0x1e4)]||_0x24bab5(0x265)==_0x4cd1ff[_0x24bab5(0x2c1)]&&_0x33e17d[_0x24bab5(0x2b4)]||_0x4cd1ff[_0x24bab5(0x182)]()[_0x24bab5(0x169)](_0x54616f)&&this[_0x24bab5(0x2a7)](_0x4cd1ff,_0x5556a0,_0x5009ff));}});},{'priority':_0x312f6d(0x226)}),_0x1e7298[_0x312f6d(0x2d1)]['on'](_0x312f6d(0x20c),(_0x15b004,_0x4ee760)=>{const _0x3ad2bc=_0x312f6d,_0x476066=_0x4ee760[0x0],_0x2d459a=_0x4ee760[0x1];if(_0x2d459a&&_0x2d459a[_0x3ad2bc(0x278)])return;if(this[_0x3ad2bc(0x180)])return;if(!this[_0x3ad2bc(0x217)][_0x3ad2bc(0x28b)])return;if(_0x476066[_0x3ad2bc(0x202)])return;const _0x361996=_0x1e7298[_0x3ad2bc(0x2d1)][_0x3ad2bc(0x18c)],{start:_0x4ea18a,end:_0x58190f}=_0x476066[_0x3ad2bc(0x182)](),_0x1bab66=_0x4ea18a[_0x3ad2bc(0x15b)]&&_0x361996[_0x3ad2bc(0x20a)](_0x4ea18a[_0x3ad2bc(0x15b)])?null:_0x361996[_0x3ad2bc(0x25d)](_0x4ea18a,_0x3ad2bc(0x231)),_0x533882=_0x58190f[_0x3ad2bc(0x19e)]&&_0x361996[_0x3ad2bc(0x20a)](_0x58190f[_0x3ad2bc(0x19e)])?null:_0x361996[_0x3ad2bc(0x25d)](_0x58190f,_0x3ad2bc(0x234)),_0x39871e=_0x1e7298[_0x3ad2bc(0x2d1)][_0x3ad2bc(0x1fc)](_0x1bab66?_0x1bab66[_0x3ad2bc(0x165)]:_0x4ea18a,_0x533882?_0x533882[_0x3ad2bc(0x209)]:_0x58190f);_0x1e7298[_0x3ad2bc(0x2d1)][_0x3ad2bc(0x1ef)](_0x178d34=>{const _0x4d4443=_0x3ad2bc;this[_0x4d4443(0x272)](_0x39871e);const _0x281128=_0x1e7298[_0x4d4443(0x2d1)][_0x4d4443(0x18c)][_0x4d4443(0x25d)](_0x39871e[_0x4d4443(0x165)]);_0x476066['is'](_0x4d4443(0x2ec))?_0x178d34[_0x4d4443(0x26c)](_0x281128):_0x476066[_0x4d4443(0x210)](_0x281128);}),_0x15b004[_0x3ad2bc(0x280)]();},{'priority':_0x4a06e0[_0x312f6d(0x215)]+0xa}),_0x1e7298[_0x312f6d(0x2d1)]['on'](_0x312f6d(0x19d),(_0x3e6517,_0x30b35e)=>{const _0x3e86d7=_0x312f6d,_0x4eee96=_0x30b35e[_0x30b35e[_0x3e86d7(0x2c7)]-0x1];_0x4eee96&&_0x4eee96[_0x3e86d7(0x278)]||this[_0x3e86d7(0x180)]||this[_0x3e86d7(0x217)][_0x3e86d7(0x28b)]&&(_0x1e7298[_0x3e86d7(0x2d1)][_0x3e86d7(0x1ef)](()=>{const _0x1e79d0=_0x3e86d7;let _0x231e67=_0x1e7298[_0x1e79d0(0x2d1)][_0x1e79d0(0x19d)](_0x30b35e[0x0],_0x30b35e[0x1],_0x30b35e[0x2],{'forceDefaultExecution':!0x0});if(!_0x231e67)return;_0x3e6517[_0x1e79d0(0x235)]=_0x231e67[_0x1e79d0(0x299)]();const _0x285110=_0x231e67[_0x1e79d0(0x209)][_0x1e79d0(0x19e)],_0x4d510f=_0x1e7298[_0x1e79d0(0x2d1)][_0x1e79d0(0x18c)];_0x285110&&_0x4d510f[_0x1e79d0(0x1fb)](_0x285110)&&!_0x4d510f[_0x1e79d0(0x21f)](_0x285110)&&(_0x231e67=_0x1e7298[_0x1e79d0(0x2d1)][_0x1e79d0(0x1fc)](_0x231e67[_0x1e79d0(0x165)],_0x1e7298[_0x1e79d0(0x2d1)][_0x1e79d0(0x1ce)](_0x285110,_0x1e79d0(0x209)))),this[_0x1e79d0(0x2e8)](_0x231e67);}),_0x3e6517[_0x3e86d7(0x280)]());},{'priority':_0x312f6d(0x155)}),this[_0x312f6d(0x2de)][_0x312f6d(0x1f0)][_0x312f6d(0x143)](_0x312f6d(0x14e),this[_0x312f6d(0x217)]),this[_0x312f6d(0x184)](_0x312f6d(0x14e));const _0x4b2e81=new _0x4497e5(_0x1e7298,this[_0x312f6d(0x187)]);_0x1e7298[_0x312f6d(0x1f0)][_0x312f6d(0x143)](_0x312f6d(0x2ca),_0x4b2e81),this[_0x312f6d(0x184)](_0x312f6d(0x2ca));const _0x4dfe49=new _0x3135b8(_0x1e7298,this[_0x312f6d(0x187)]);_0x1e7298[_0x312f6d(0x1f0)][_0x312f6d(0x143)](_0x312f6d(0x2bb),_0x4dfe49),this[_0x312f6d(0x184)](_0x312f6d(0x2bb)),_0x1e7298[_0x312f6d(0x1f0)][_0x312f6d(0x143)](_0x312f6d(0x1d8),new _0x1b65a7(_0x1e7298,_0x4b2e81,this[_0x312f6d(0x187)])),this[_0x312f6d(0x184)](_0x312f6d(0x1d8)),_0x1e7298[_0x312f6d(0x1f0)][_0x312f6d(0x143)](_0x312f6d(0x2b2),new _0x1b65a7(_0x1e7298,_0x4dfe49,this[_0x312f6d(0x187)])),this[_0x312f6d(0x184)](_0x312f6d(0x2b2)),_0x1e7298[_0x312f6d(0x1f0)][_0x312f6d(0x143)](_0x312f6d(0x1bf),new _0x514498(_0x1e7298,_0x4b2e81,this[_0x312f6d(0x187)])),this[_0x312f6d(0x184)](_0x312f6d(0x1bf)),_0x1e7298[_0x312f6d(0x1f0)][_0x312f6d(0x143)](_0x312f6d(0x160),new _0x514498(_0x1e7298,_0x4dfe49,this[_0x312f6d(0x187)])),this[_0x312f6d(0x184)](_0x312f6d(0x160));const _0x167a0c=_0x1e7298[_0x312f6d(0x1eb)][_0x312f6d(0x1a7)](_0x312f6d(0x1d4));this[_0x312f6d(0x179)](_0x167a0c,_0x312f6d(0x26b),(_0x54c994,{threadId:_0x34c276})=>{const _0x10d888=_0x312f6d,_0x4159ca=this[_0x10d888(0x187)][_0x10d888(0x1a7)](_0x34c276);_0x4159ca&&_0x4159ca[_0x10d888(0x1e0)]&&0x1===_0x4159ca[_0x10d888(0x1e0)][_0x10d888(0x2c7)]&&this[_0x10d888(0x262)](_0x34c276,{'hasComments':!0x0});},{'priority':_0x312f6d(0x243)}),this[_0x312f6d(0x179)](_0x167a0c,_0x312f6d(0x20d),(_0x23c409,{threadId:_0x97c655})=>{const _0x23bc6f=_0x312f6d,_0x2426a0=this[_0x23bc6f(0x187)][_0x23bc6f(0x1a7)](_0x97c655);_0x2426a0&&_0x2426a0[_0x23bc6f(0x1e0)]&&!_0x2426a0[_0x23bc6f(0x1e0)][_0x23bc6f(0x2c7)]&&this[_0x23bc6f(0x262)](_0x97c655,{'hasComments':!0x1});},{'priority':_0x312f6d(0x243)});}set[_0x3704e5(0x14b)](_0x2aeace){const _0x31fe35=_0x3704e5;if(this[_0x31fe35(0x247)])throw new _0x5189ef(_0x31fe35(0x19b),this);this[_0x31fe35(0x247)]=_0x2aeace;}get[_0x3704e5(0x14b)](){const _0x43d713=_0x3704e5;return this[_0x43d713(0x247)];}[_0x3704e5(0x1d3)]({skipNotAttached:_0x2bbc85=!0x1,toJSON:_0x5b0d6a=!0x1}={}){const _0x5a3a75=_0x3704e5,_0x1dfb8a=[];for(const _0x5c44f0 of this[_0x5a3a75(0x187)][_0x5a3a75(0x2c4)]())_0x2bbc85&&!_0x5c44f0[_0x5a3a75(0x1b4)]||_0x1dfb8a[_0x5a3a75(0x2e1)](_0x5c44f0);return _0x5b0d6a?_0x1dfb8a[_0x5a3a75(0x2aa)](_0x45f13b=>_0x45f13b[_0x5a3a75(0x2d2)]()):_0x1dfb8a;}[_0x3704e5(0x1cb)](_0x5c7f59){const _0x2fd971=_0x3704e5,_0x1f9bdb=this[_0x2fd971(0x187)][_0x2fd971(0x1a7)](_0x5c7f59);if(!_0x1f9bdb)throw new _0x5189ef(_0x2fd971(0x18d),this);return _0x1f9bdb;}[_0x3704e5(0x1ba)](_0x481c8e){const _0x268866=_0x3704e5;return this[_0x268866(0x187)][_0x268866(0x17f)](_0x481c8e);}[_0x3704e5(0x1bc)](_0x349b10){const _0x545fb7=_0x3704e5,{authorId:_0x304120,id:_0x1a85de,attributes:_0x311c1d}=_0x349b10,[_0x29ecac,_0x326dfb]=_0x349b10[_0x545fb7(0x2c1)][_0x545fb7(0x2b3)](':'),_0x4e908c=this[_0x545fb7(0x187)][_0x545fb7(0x1a7)](_0x1a85de)||this[_0x545fb7(0x22f)](_0x29ecac,_0x326dfb,_0x1a85de,_0x304120,_0x311c1d);if(this[_0x545fb7(0x1c0)](_0x4e908c),this[_0x545fb7(0x1e2)](_0x4e908c,_0x29ecac,_0x326dfb||null,_0x304120),_0x4e908c[_0x545fb7(0x1ac)]=_0x349b10[_0x545fb7(0x1ac)],_0x4e908c[_0x545fb7(0x1b3)]=!0x0,_0x311c1d&&_0x311c1d[_0x545fb7(0x245)]){const _0x48eb7f=_0x311c1d[_0x545fb7(0x245)],_0x3da88d=this[_0x545fb7(0x294)](_0x48eb7f[_0x545fb7(0x263)]);_0x4e908c[_0x545fb7(0x1d0)]=_0x48eb7f[_0x545fb7(0x1ac)],_0x4e908c[_0x545fb7(0x2df)]=_0x3da88d,_0x4e908c[_0x545fb7(0x16e)]=!0x0;}else _0x4e908c[_0x545fb7(0x1d0)]=_0x349b10[_0x545fb7(0x1ac)];switch(_0x349b10[_0x545fb7(0x283)]&&(_0x4e908c[_0x545fb7(0x283)]=_0x349b10[_0x545fb7(0x283)]),_0x349b10[_0x545fb7(0x26e)]&&(_0x4e908c[_0x545fb7(0x26e)]=_0x349b10[_0x545fb7(0x26e)]),this[_0x545fb7(0x247)]&&this[_0x545fb7(0x247)][_0x545fb7(0x246)]||(_0x4e908c[_0x545fb7(0x1d1)]=!0x0),this[_0x545fb7(0x2c6)][_0x545fb7(0x1a7)](_0x4e908c)){case _0x545fb7(0x152):this[_0x545fb7(0x2c6)][_0x545fb7(0x1b9)](_0x4e908c,_0x545fb7(0x2eb));break;case _0x545fb7(0x288):_0x4e908c[_0x545fb7(0x1b4)]?(this[_0x545fb7(0x2c0)](new Set([_0x4e908c])),this[_0x545fb7(0x1ec)](new Set([_0x4e908c])),this[_0x545fb7(0x2c6)][_0x545fb7(0x1b9)](_0x4e908c,_0x545fb7(0x238)),this[_0x545fb7(0x2d7)](_0x545fb7(0x2d8),_0x4e908c)):this[_0x545fb7(0x2c6)][_0x545fb7(0x1b9)](_0x4e908c,_0x545fb7(0x29e));}return _0x4e908c;}[_0x3704e5(0x2ca)](_0x52685f){const _0x28c23a=_0x3704e5;this[_0x28c23a(0x278)](()=>{const _0xa0a7ef=_0x28c23a;this[_0xa0a7ef(0x2de)][_0xa0a7ef(0x2d1)][_0xa0a7ef(0x1ef)](()=>{const _0x402634=_0xa0a7ef;for(const _0x3c56ef of _0x52685f[_0x402634(0x178)]())_0x3c56ef[_0x402634(0x211)]();});});}[_0x3704e5(0x2bb)](_0x17634d){const _0x44d1ad=_0x3704e5;this[_0x44d1ad(0x278)](()=>{const _0x372da1=_0x44d1ad;this[_0x372da1(0x2de)][_0x372da1(0x2d1)][_0x372da1(0x1ef)](()=>{const _0x3d036f=_0x372da1;for(const _0x3db15c of _0x17634d[_0x3d036f(0x178)]())_0x3db15c[_0x3d036f(0x156)]();});});}[_0x3704e5(0x184)](_0x20cf5d,_0x39fd79){const _0x3b7a6b=_0x3704e5,_0x2733da=this[_0x3b7a6b(0x2de)][_0x3b7a6b(0x1f0)][_0x3b7a6b(0x1a7)](_0x20cf5d);if(!_0x2733da)throw new _0x5189ef(_0x3b7a6b(0x14d),this,{'commandName':_0x20cf5d});if(this[_0x3b7a6b(0x17c)][_0x3b7a6b(0x17f)](_0x2733da))throw new _0x5189ef(_0x3b7a6b(0x1ad),this,{'commandName':_0x20cf5d});this[_0x3b7a6b(0x17c)][_0x3b7a6b(0x143)](_0x2733da),_0x39fd79&&_0x2733da['on'](_0x3b7a6b(0x196),(_0x2de57c,_0x45461f)=>{const _0x8b6537=_0x3b7a6b;this[_0x8b6537(0x217)][_0x8b6537(0x28b)]&&(this[_0x8b6537(0x180)]||(_0x45461f[_0x8b6537(0x2c7)]>0x0&&_0x45461f[_0x45461f[_0x8b6537(0x2c7)]-0x1]&&_0x45461f[_0x45461f[_0x8b6537(0x2c7)]-0x1][_0x8b6537(0x278)]?_0x45461f[_0x8b6537(0x1f2)]():(_0x2de57c[_0x8b6537(0x235)]=_0x39fd79((..._0x4ff62b)=>_0x2733da[_0x8b6537(0x196)](..._0x4ff62b,{'forceDefaultExecution':!0x0}),..._0x45461f),_0x2de57c[_0x8b6537(0x280)]())));},{'priority':_0x3b7a6b(0x155)});}[_0x3704e5(0x278)](_0x5855df){const _0x2144d6=_0x3704e5;let _0x2a1ec1,_0x581d15;const _0x377425=this[_0x2144d6(0x180)];this[_0x2144d6(0x180)]=!0x0;try{_0x2a1ec1=_0x5855df();}catch(_0x25465c){_0x581d15=_0x25465c;}return _0x377425||(this[_0x2144d6(0x180)]=!0x1),_0x581d15&&_0x5189ef[_0x2144d6(0x26f)](_0x581d15,this),_0x2a1ec1;}[_0x3704e5(0x2e8)](_0x1f5997,_0x362375=null,_0x30eb4a={}){const _0x5cb031=_0x3704e5;if(_0x1f5997[_0x5cb031(0x202)])return null;const _0x80eac5=this[_0x5cb031(0x2de)][_0x5cb031(0x1eb)][_0x5cb031(0x1a7)](_0x5cb031(0x1e6))['me'];for(const {suggestion:_0x70dc63,meta:_0xda73e3}of this[_0x5cb031(0x252)](_0x1f5997,_0x5cb031(0x265)))if(_0xda73e3[_0x5cb031(0x2b4)]){if(!_0xda73e3[_0x5cb031(0x177)]){if(_0xda73e3[_0x5cb031(0x1e4)]){if(!this[_0x5cb031(0x286)]||!qt(_0x70dc63,_0x30eb4a))continue;return _0x70dc63;}if(qt(_0x70dc63,_0x30eb4a))return _0x70dc63;this[_0x5cb031(0x2a7)](_0x70dc63,_0x1f5997[_0x5cb031(0x165)],_0x1f5997[_0x5cb031(0x209)]);break;}if(_0x362375==_0x70dc63[_0x5cb031(0x15d)]&&qt(_0x70dc63,_0x30eb4a)){const _0x4fa7fd=_0x70dc63[_0x5cb031(0x182)]();return _0x4fa7fd[_0x5cb031(0x165)][_0x5cb031(0x1cf)](_0x1f5997[_0x5cb031(0x209)])?this[_0x5cb031(0x1c3)](_0x70dc63,this[_0x5cb031(0x148)][_0x5cb031(0x1fc)](_0x1f5997[_0x5cb031(0x165)],_0x4fa7fd[_0x5cb031(0x209)])):this[_0x5cb031(0x1c3)](_0x70dc63,this[_0x5cb031(0x148)][_0x5cb031(0x1fc)](_0x4fa7fd[_0x5cb031(0x165)],_0x1f5997[_0x5cb031(0x209)])),_0x70dc63;}}const _0x20e0ff=_0x276a2f(),_0x44a0c6=_0x80eac5['id'],_0x329436=_0x362375?_0x5cb031(0x140)+_0x362375:_0x5cb031(0x265),_0x353e3d=this[_0x5cb031(0x2d4)]({'id':_0x20e0ff,'type':_0x329436,'createdAt':new Date(),'authorId':_0x44a0c6,'attributes':_0x30eb4a});return this[_0x5cb031(0x258)](_0x329436,_0x20e0ff,_0x44a0c6,_0x1f5997),_0x353e3d;}[_0x3704e5(0x2b9)](_0x40572a,_0x3e60f2=_0x3704e5(0x1d9),_0x10fa0c={}){const _0x113f65=_0x3704e5,_0x2837bd=this[_0x113f65(0x2de)][_0x113f65(0x1eb)][_0x113f65(0x1a7)](_0x113f65(0x1e6))['me'],_0x56d648=this[_0x113f65(0x1b7)][_0x113f65(0x25c)](_0x113f65(0x265),_0x3e60f2,_0x113f65(0x1b6));for(const _0x2f01d8 of this[_0x113f65(0x1d3)]())if(_0x2f01d8[_0x113f65(0x2df)]['id']==_0x2837bd['id']&&_0x113f65(0x265)==_0x2f01d8[_0x113f65(0x2c1)]&&_0x2f01d8[_0x113f65(0x15d)]==_0x3e60f2&&qt(_0x2f01d8,_0x10fa0c)&&(_0x56d648(_0x2f01d8[_0x113f65(0x241)](),_0x40572a)||_0x56d648(_0x40572a,_0x2f01d8[_0x113f65(0x241)]()))){for(const _0x535cd7 of _0x40572a)_0x2f01d8[_0x113f65(0x260)](_0x535cd7);return _0x2f01d8;}for(const {suggestion:_0x323080,meta:_0x2c4dd9}of this[_0x113f65(0x252)](_0x40572a,_0x113f65(0x265))){if(!_0x2c4dd9[_0x113f65(0x2b4)])continue;if(!this[_0x113f65(0x286)]&&_0x2c4dd9[_0x113f65(0x1e4)])continue;if(!qt(_0x323080,_0x10fa0c))continue;let _0x340bb0=!0x0;for(const _0x306dfc of _0x323080[_0x113f65(0x241)]())for(const _0x98237c of _0x40572a)if(!_0x306dfc[_0x113f65(0x169)](_0x98237c)){_0x340bb0=!0x1;break;}if(_0x340bb0)return _0x323080;}const _0xbbd1dd=_0x276a2f(),_0x5e596f=_0x2837bd['id'],_0x3bf65b=_0x113f65(0x140)+_0x3e60f2,_0x256526=this[_0x113f65(0x2d4)]({'id':_0xbbd1dd,'type':_0x3bf65b,'createdAt':new Date(),'authorId':_0x5e596f,'attributes':_0x10fa0c});for(const _0x180153 of _0x40572a)this[_0x113f65(0x258)](_0x3bf65b,_0xbbd1dd,_0x5e596f,_0x180153,_0x369363[_0x113f65(0x1cc)]());return _0x256526;}[_0x3704e5(0x2dd)](_0x48a405,_0x5e888a,_0x384d94=null,_0x566e80={}){const _0x13fd3d=_0x3704e5;if(_0x384d94=_0x384d94||Gt(_0x5e888a),_0x48a405[_0x13fd3d(0x202)])return null;if(_0x13fd3d(0x261)===this[_0x13fd3d(0x199)]){const _0x350f5d=this[_0x13fd3d(0x1b7)][_0x13fd3d(0x25c)](_0x13fd3d(0x2e5),_0x384d94,_0x13fd3d(0x211));return this[_0x13fd3d(0x278)](()=>_0x350f5d([_0x48a405],_0x5e888a,_0x566e80)),null;}const _0x35b5a3=this[_0x13fd3d(0x2de)][_0x13fd3d(0x1eb)][_0x13fd3d(0x1a7)](_0x13fd3d(0x1e6))['me'],_0x497843=[];if(_0x13fd3d(0x167)!==this[_0x13fd3d(0x199)]){for(const {suggestion:_0x4edff5,meta:_0x6d92a5}of this[_0x13fd3d(0x252)](_0x48a405,_0x13fd3d(0x265)))_0x6d92a5[_0x13fd3d(0x2b4)]&&!_0x6d92a5[_0x13fd3d(0x28f)]&&_0x497843[_0x13fd3d(0x2e1)](..._0x4edff5[_0x13fd3d(0x241)]());}const _0x55c42f=function(_0x2b9437,_0x32c35e){const _0x16e777=_0x13fd3d,_0x12f0b3=[];for(const _0x252ed1 of _0x32c35e){const _0x10e3e7=_0x2b9437[_0x16e777(0x2bd)](_0x252ed1);_0x10e3e7&&_0x12f0b3[_0x16e777(0x2e1)](_0x10e3e7);}return _0x12f0b3;}(_0x48a405,_0x497843),_0x4fdf17=function(_0x443024,_0x3b4063){const _0x9f1a24=_0x13fd3d,_0x345fe5=[_0x443024];for(const _0x2b2df7 of _0x3b4063){let _0x53b24f=0x0;for(;_0x53b24f<_0x345fe5[_0x9f1a24(0x2c7)];){const _0x4a6ea4=_0x345fe5[_0x53b24f][_0x9f1a24(0x24b)](_0x2b2df7);_0x345fe5[_0x9f1a24(0x2ed)](_0x53b24f,0x1,..._0x4a6ea4),_0x53b24f+=_0x4a6ea4[_0x9f1a24(0x2c7)];}}return _0x345fe5;}(_0x48a405,_0x497843);_0x55c42f[_0x13fd3d(0x2c7)]&&this[_0x13fd3d(0x148)][_0x13fd3d(0x1ef)](()=>{const _0x4db174=_0x13fd3d;for(const _0x4c63c2 of _0x55c42f){const _0x179308=this[_0x4db174(0x1b7)][_0x4db174(0x25c)](_0x4db174(0x2e5),_0x384d94,_0x4db174(0x211));this[_0x4db174(0x278)](()=>_0x179308([_0x4c63c2],_0x5e888a,_0x566e80));}});for(const _0x190db2 of _0x4fdf17){let _0x483749=null,_0x4b1bba=_0x190db2[_0x13fd3d(0x165)],_0x3e8ff8=_0x190db2[_0x13fd3d(0x209)];for(const {suggestion:_0x2d20b8,meta:_0x749dae}of this[_0x13fd3d(0x252)](_0x190db2,_0x13fd3d(0x2e5))){if(!_0x749dae[_0x13fd3d(0x2b4)])continue;if(_0x2d20b8[_0x13fd3d(0x15d)]!=_0x384d94)continue;if(!qt(_0x2d20b8,_0x566e80))continue;const _0x925531=_0x2d20b8[_0x13fd3d(0x182)]();if(_0x925531[_0x13fd3d(0x169)](_0x190db2,!0x0))return null;_0x4b1bba=_0x4b1bba[_0x13fd3d(0x192)](_0x925531[_0x13fd3d(0x165)])?_0x4b1bba:_0x925531[_0x13fd3d(0x165)],_0x3e8ff8=_0x3e8ff8[_0x13fd3d(0x29d)](_0x925531[_0x13fd3d(0x209)])?_0x3e8ff8:_0x925531[_0x13fd3d(0x209)],_0x483749?_0x925531[_0x13fd3d(0x165)][_0x13fd3d(0x192)](_0x483749[_0x13fd3d(0x182)]()[_0x13fd3d(0x165)])?(_0x483749[_0x13fd3d(0x2dc)](),_0x483749=_0x2d20b8):_0x2d20b8[_0x13fd3d(0x2dc)]():_0x483749=_0x2d20b8;}const _0xe2bd19=this[_0x13fd3d(0x148)][_0x13fd3d(0x1fc)](_0x4b1bba,_0x3e8ff8);if(_0x483749)this[_0x13fd3d(0x1c3)](_0x483749,_0xe2bd19);else{const _0x5cbed9=_0x276a2f(),_0x895926=_0x35b5a3['id'];this[_0x13fd3d(0x2d4)]({'id':_0x5cbed9,'type':_0x13fd3d(0x1dd)+_0x384d94,'data':_0x5e888a,'createdAt':new Date(),'authorId':_0x895926,'attributes':_0x566e80}),this[_0x13fd3d(0x258)](_0x13fd3d(0x1dd)+_0x384d94,_0x5cbed9,_0x895926,_0xe2bd19);}}return null;}[_0x3704e5(0x18b)](_0xd2d35a,_0x7760e8,_0x4df20d=[],_0x5932cc=null,_0x25008f={}){const _0xb52357=_0x3704e5;_0x7760e8[_0xb52357(0x205)]||(_0x7760e8[_0xb52357(0x205)]=_0x7760e8[_0xb52357(0x2ae)]),_0x7760e8[_0xb52357(0x2d3)]=_0xd2d35a['is'](_0xb52357(0x212)),_0x5932cc=_0x5932cc||Gt(_0x7760e8);const _0x37423c=_0x4df20d[_0xb52357(0x2aa)](_0x1722e6=>Lt(_0x1722e6,this[_0xb52357(0x148)])),_0x1d7fea=_0xd2d35a['is'](_0xb52357(0x212))?_0xd2d35a:Lt(_0xd2d35a,this[_0xb52357(0x148)]);if(_0xb52357(0x261)===this[_0xb52357(0x199)]){const _0x53ba29=this[_0xb52357(0x1b7)][_0xb52357(0x25c)](_0xb52357(0x147),_0x5932cc,_0xb52357(0x211));return this[_0xb52357(0x278)](()=>_0x53ba29([_0x1d7fea],_0x7760e8,_0x25008f)),null;}_0x37423c[_0xb52357(0x2e1)](_0x1d7fea);let _0x4dbb8a=!0x0;for(const _0x28f617 of _0x37423c)if(!this[_0xb52357(0x25f)](_0x28f617)){_0x4dbb8a=!0x1;break;}if(_0x4dbb8a&&_0xb52357(0x167)!==this[_0xb52357(0x199)]){const _0x6be138=this[_0xb52357(0x1b7)][_0xb52357(0x25c)](_0xb52357(0x147),_0x5932cc,_0xb52357(0x211));return this[_0xb52357(0x278)](()=>_0x6be138([_0x1d7fea],_0x7760e8,_0x25008f)),null;}let _0x1962e6=null,_0x1b7c63=_0x1d7fea[_0xb52357(0x165)],_0x2d4703=_0x1d7fea[_0xb52357(0x209)];for(const {suggestion:_0x47993c,meta:_0x40d4bc}of this[_0xb52357(0x252)](_0x1d7fea,_0xb52357(0x147))){if(!_0x40d4bc[_0xb52357(0x2b4)])continue;if(_0x40d4bc[_0xb52357(0x177)]||_0x40d4bc[_0xb52357(0x1e4)]||_0x40d4bc[_0xb52357(0x28f)])continue;if(_0x47993c[_0xb52357(0x283)][_0xb52357(0x205)]!=_0x7760e8[_0xb52357(0x205)])continue;if(!qt(_0x47993c,_0x25008f))continue;const _0x1a2bbe=_0x47993c[_0xb52357(0x182)]();if(_0x47993c[_0xb52357(0x15d)]==_0x5932cc){if(_0x1a2bbe[_0xb52357(0x169)](_0x1d7fea,!0x0))return null;_0x1b7c63=_0x1b7c63[_0xb52357(0x192)](_0x1a2bbe[_0xb52357(0x165)])?_0x1b7c63:_0x1a2bbe[_0xb52357(0x165)],_0x2d4703=_0x2d4703[_0xb52357(0x29d)](_0x1a2bbe[_0xb52357(0x209)])?_0x2d4703:_0x1a2bbe[_0xb52357(0x209)],_0x1962e6?_0x1a2bbe[_0xb52357(0x165)][_0xb52357(0x192)](_0x1962e6[_0xb52357(0x182)]()[_0xb52357(0x165)])?(_0x1962e6[_0xb52357(0x2dc)](),_0x1962e6=_0x47993c):_0x47993c[_0xb52357(0x2dc)]():_0x1962e6=_0x47993c;}else{const _0x3b399a=_0x1d7fea[_0xb52357(0x2bd)](_0x1a2bbe);this[_0xb52357(0x1ca)](_0x47993c,_0x3b399a);}}const _0x2acb41=this[_0xb52357(0x2de)][_0xb52357(0x1eb)][_0xb52357(0x1a7)](_0xb52357(0x1e6))['me'],_0x3f94ad=_0x276a2f(),_0x202d08=_0x2acb41['id'];if(_0x1962e6)return this[_0xb52357(0x1c3)](_0x1962e6,this[_0xb52357(0x148)][_0xb52357(0x1fc)](_0x1b7c63,_0x2d4703)),_0x1962e6;{const _0x16f827=this[_0xb52357(0x2d4)]({'id':_0x3f94ad,'type':_0xb52357(0x24c)+_0x5932cc,'data':_0x7760e8,'createdAt':new Date(),'authorId':_0x202d08,'attributes':_0x25008f});return this[_0xb52357(0x258)](_0xb52357(0x24c)+_0x5932cc,_0x3f94ad,_0x202d08,this[_0xb52357(0x148)][_0xb52357(0x1fc)](_0x1b7c63,_0x2d4703)),_0x16f827;}}[_0x3704e5(0x1f9)](_0x24bd9c,_0x40555b,_0x2f0a31=[],_0x2a6867=null,_0x485683={}){const _0xa2703e=_0x3704e5;_0x40555b[_0xa2703e(0x205)]||(_0x40555b[_0xa2703e(0x205)]=_0x40555b[_0xa2703e(0x2ae)]);const _0x280edc=_0x24bd9c[0x0];_0x40555b[_0xa2703e(0x2d3)]=_0x280edc['is'](_0xa2703e(0x212)),_0x2a6867=_0x2a6867||Gt(_0x40555b);const _0x23918=_0x2f0a31[_0xa2703e(0x2aa)](_0x5b0812=>Lt(_0x5b0812,this[_0xa2703e(0x148)])),_0x204637=_0x280edc['is'](_0xa2703e(0x212))?_0x24bd9c:_0x24bd9c[_0xa2703e(0x2aa)](_0x5c58a8=>Lt(_0x5c58a8,this[_0xa2703e(0x148)]));if(_0xa2703e(0x261)===this[_0xa2703e(0x199)]){const _0x28b34b=this[_0xa2703e(0x1b7)][_0xa2703e(0x25c)](_0xa2703e(0x147),_0x2a6867,_0xa2703e(0x211));return this[_0xa2703e(0x278)](()=>_0x28b34b(_0x204637,_0x40555b,_0x485683)),null;}_0x23918[_0xa2703e(0x2e1)](..._0x204637);let _0x41d7cc=!0x0;for(const _0x2f8765 of _0x23918)if(!this[_0xa2703e(0x25f)](_0x2f8765)){_0x41d7cc=!0x1;break;}if(_0x41d7cc&&_0xa2703e(0x167)!==this[_0xa2703e(0x199)]){const _0x4e419f=this[_0xa2703e(0x1b7)][_0xa2703e(0x25c)](_0xa2703e(0x147),_0x2a6867,_0xa2703e(0x211));return this[_0xa2703e(0x278)](()=>_0x4e419f(_0x204637,_0x40555b,_0x485683)),null;}const _0x2e778f=this[_0xa2703e(0x2de)][_0xa2703e(0x1eb)][_0xa2703e(0x1a7)](_0xa2703e(0x1e6))['me'];for(const _0x41a27e of this[_0xa2703e(0x1d3)]()){if(_0x41a27e[_0xa2703e(0x2df)]['id']!=_0x2e778f['id'])continue;if(_0xa2703e(0x147)!=_0x41a27e[_0xa2703e(0x2c1)]||_0x41a27e[_0xa2703e(0x283)][_0xa2703e(0x205)]!=_0x40555b[_0xa2703e(0x205)])continue;if(!qt(_0x41a27e,_0x485683))continue;const _0x5a58d4=_0x41a27e[_0xa2703e(0x15d)]==_0x2a6867;for(let _0x36c2ec=0x0;_0x36c2ec<_0x204637[_0xa2703e(0x2c7)];_0x36c2ec++){const _0x2fd4b2=_0x204637[_0x36c2ec];for(const _0x2521b0 of _0x41a27e[_0xa2703e(0x298)]()){const _0x129b93=_0x2521b0[_0xa2703e(0x174)]();if(_0x2fd4b2[_0xa2703e(0x1cf)](_0x129b93)){_0x5a58d4?(_0x204637[_0xa2703e(0x2ed)](_0x36c2ec,0x1),_0x36c2ec--):_0x41a27e[_0xa2703e(0x29b)](_0x2521b0[_0xa2703e(0x14c)]);break;}}}}if(0x0==_0x204637[_0xa2703e(0x2c7)])return null;const _0x9ecf27=this[_0xa2703e(0x1b7)][_0xa2703e(0x25c)](_0xa2703e(0x147),_0x2a6867,_0xa2703e(0x1b6));for(const _0x36b781 of this[_0xa2703e(0x1d3)]())if(_0x36b781[_0xa2703e(0x2df)]['id']==_0x2e778f['id']&&_0xa2703e(0x147)==_0x36b781[_0xa2703e(0x2c1)]&&_0x36b781[_0xa2703e(0x283)][_0xa2703e(0x205)]==_0x40555b[_0xa2703e(0x205)]&&_0x36b781[_0xa2703e(0x15d)]==_0x2a6867&&qt(_0x36b781,_0x485683)&&(_0x9ecf27(_0x36b781[_0xa2703e(0x241)](),_0x204637)||_0x9ecf27(_0x204637,_0x36b781[_0xa2703e(0x241)]()))){for(const _0x5d50a8 of _0x204637)_0x36b781[_0xa2703e(0x260)](_0x5d50a8);return _0x36b781;}const _0x229901=_0x276a2f(),_0x257f41=_0x2e778f['id'],_0x4b31e0=_0xa2703e(0x24c)+_0x2a6867,_0x14901a=this[_0xa2703e(0x2d4)]({'id':_0x229901,'type':_0x4b31e0,'data':_0x40555b,'createdAt':new Date(),'authorId':_0x257f41,'attributes':_0x485683});for(const _0x473c16 of _0x204637)this[_0xa2703e(0x258)](_0x4b31e0,_0x229901,_0x257f41,_0x473c16,_0x369363[_0xa2703e(0x1cc)]());return _0x14901a;}[_0x3704e5(0x272)](_0x240704,_0x5af1e4=null,_0x4605a7={}){const _0x5ddd2d=_0x3704e5;if(_0x240704[_0x5ddd2d(0x202)])return null;const _0x2aa7b0=this[_0x5ddd2d(0x2de)][_0x5ddd2d(0x1eb)][_0x5ddd2d(0x1a7)](_0x5ddd2d(0x1e6))['me'],_0x1381b2=new _0x8e7e2a(_0x240704[_0x5ddd2d(0x165)],_0x240704[_0x5ddd2d(0x209)]);for(const {suggestion:_0x5c0834,meta:_0x41f8f8}of this[_0x5ddd2d(0x252)](_0x1381b2,_0x5ddd2d(0x265)))if(_0x41f8f8[_0x5ddd2d(0x2b4)]&&!_0x41f8f8[_0x5ddd2d(0x177)]){if(_0x5c0834[_0x5ddd2d(0x172)]){const _0x3d59e8=_0x5c0834[_0x5ddd2d(0x241)]()[_0x5ddd2d(0x230)](_0x30c589=>_0x5ddd2d(0x2e3)!=_0x30c589[_0x5ddd2d(0x1cd)][_0x5ddd2d(0x16a)]);_0x3d59e8[_0x5ddd2d(0x281)](_0x107019=>_0x1381b2[_0x5ddd2d(0x169)](_0x107019,!0x0))&&_0x5c0834[_0x5ddd2d(0x156)]();if(_0x3d59e8[_0x5ddd2d(0x2c3)](_0x583308=>_0x583308[_0x5ddd2d(0x169)](_0x1381b2,!0x0))){const _0x2a8237=this[_0x5ddd2d(0x1b7)][_0x5ddd2d(0x25c)](_0x5ddd2d(0x266),_0x5af1e4,_0x5ddd2d(0x211));return this[_0x5ddd2d(0x278)](()=>_0x2a8237([_0x1381b2],null,_0x4605a7)),null;}}else{const _0x6ab186=_0x1381b2[_0x5ddd2d(0x2bd)](_0x5c0834[_0x5ddd2d(0x182)]());null!==_0x6ab186&&_0x5c0834[_0x5ddd2d(0x2a4)]([_0x6ab186],null,_0x4605a7);}}if(_0x1381b2[_0x5ddd2d(0x157)](),_0x1381b2[_0x5ddd2d(0x202)]||_0x5ddd2d(0x2e3)==_0x1381b2[_0x5ddd2d(0x1cd)][_0x5ddd2d(0x16a)])return null;let _0x8ca48d=null,_0x3021ed=_0x1381b2[_0x5ddd2d(0x165)],_0x3decbd=_0x1381b2[_0x5ddd2d(0x209)];const _0x241f69=this[_0x5ddd2d(0x252)](_0x1381b2,_0x5ddd2d(0x266));for(const {suggestion:_0x3871b2,meta:_0x50393e}of _0x241f69){const _0x51a5e8=this[_0x5ddd2d(0x148)][_0x5ddd2d(0x1fc)](_0x3021ed,_0x3decbd);if(_0x50393e[_0x5ddd2d(0x2b4)]&&(this[_0x5ddd2d(0x286)]||!_0x50393e[_0x5ddd2d(0x1e4)]&&!_0x50393e[_0x5ddd2d(0x28f)])){if(_0x3871b2[_0x5ddd2d(0x172)]){if(!qt(_0x3871b2,_0x4605a7))continue;let _0x1c40f6=!0x0;for(const _0x4445d0 of _0x3871b2[_0x5ddd2d(0x241)]()){if(_0x4445d0[_0x5ddd2d(0x169)](_0x51a5e8,!0x0))return _0x3871b2;_0x51a5e8[_0x5ddd2d(0x169)](_0x4445d0)||(_0x1c40f6=!0x1);}_0x1c40f6&&_0x3871b2[_0x5ddd2d(0x156)]();}else{const _0x3108b9=_0x3871b2[_0x5ddd2d(0x182)]();if(_0x3108b9[_0x5ddd2d(0x169)](_0x51a5e8,!0x0))return _0x3871b2;if(!qt(_0x3871b2,_0x4605a7)){_0x51a5e8[_0x5ddd2d(0x169)](_0x3108b9)?_0x3871b2[_0x5ddd2d(0x2dc)]():_0x3108b9[_0x5ddd2d(0x24e)](_0x3021ed)?_0x3021ed=_0x3108b9[_0x5ddd2d(0x209)]:_0x3108b9[_0x5ddd2d(0x24e)](_0x3decbd)&&(_0x3decbd=_0x3108b9[_0x5ddd2d(0x165)]);continue;}_0x3021ed=_0x3021ed[_0x5ddd2d(0x192)](_0x3108b9[_0x5ddd2d(0x165)])?_0x3021ed:_0x3108b9[_0x5ddd2d(0x165)],_0x3decbd=_0x3decbd[_0x5ddd2d(0x29d)](_0x3108b9[_0x5ddd2d(0x209)])?_0x3decbd:_0x3108b9[_0x5ddd2d(0x209)],_0x4605a7=Object[_0x5ddd2d(0x2bf)]({},_0x3871b2[_0x5ddd2d(0x26e)]),_0x8ca48d?_0x3108b9[_0x5ddd2d(0x165)][_0x5ddd2d(0x192)](_0x8ca48d[_0x5ddd2d(0x182)]()[_0x5ddd2d(0x165)])?(_0x8ca48d[_0x5ddd2d(0x2dc)](),_0x8ca48d=_0x3871b2):_0x3871b2[_0x5ddd2d(0x2dc)]():_0x8ca48d=_0x3871b2;}}}if(_0x8ca48d)return this[_0x5ddd2d(0x1c3)](_0x8ca48d,this[_0x5ddd2d(0x148)][_0x5ddd2d(0x1fc)](_0x3021ed,_0x3decbd)),_0x8ca48d;{const _0x1cb9c7=_0x276a2f(),_0x17d3e1=this[_0x5ddd2d(0x148)][_0x5ddd2d(0x1fc)](_0x3021ed,_0x3decbd),_0x28eb38=_0x2aa7b0['id'],_0x4adb38=_0x5af1e4?_0x5ddd2d(0x23a)+_0x5af1e4:_0x5ddd2d(0x266),_0x3f1b4a=this[_0x5ddd2d(0x2d4)]({'id':_0x1cb9c7,'type':_0x4adb38,'createdAt':new Date(),'authorId':_0x28eb38,'attributes':_0x4605a7});return this[_0x5ddd2d(0x258)](_0x4adb38,_0x1cb9c7,_0x28eb38,_0x17d3e1),_0x3f1b4a;}}[_0x3704e5(0x1bd)](_0x4f21fa,_0x2d7659=_0x3704e5(0x1d9),_0x530b4e={}){const _0x573b46=_0x3704e5,_0x90e540=this[_0x573b46(0x2de)][_0x573b46(0x1eb)][_0x573b46(0x1a7)](_0x573b46(0x1e6))['me'],_0x45c81e=_0x4f21fa[_0x573b46(0x2aa)](_0x461f6e=>new _0x8e7e2a(_0x461f6e[_0x573b46(0x165)],_0x461f6e[_0x573b46(0x209)])),_0x39bae4=new Set();for(const {suggestion:_0x4ab51a,meta:_0x2c3af8}of this[_0x573b46(0x252)](_0x45c81e,_0x573b46(0x265)))_0x2c3af8[_0x573b46(0x2b4)]&&!_0x2c3af8[_0x573b46(0x177)]&&_0x39bae4[_0x573b46(0x143)](_0x4ab51a);for(const _0x1e611b of _0x39bae4)if(_0x1e611b[_0x573b46(0x172)]){const _0x58a1fd=_0x1e611b[_0x573b46(0x241)]();(!_0x1e611b[_0x573b46(0x26e)]||!_0x1e611b[_0x573b46(0x26e)][_0x573b46(0x2a6)])&&(_0x58a1fd[_0x573b46(0x281)](_0xb6cd33=>_0x45c81e[_0x573b46(0x2c3)](_0x5ef579=>_0x5ef579[_0x573b46(0x169)](_0xb6cd33,!0x0)))&&_0x1e611b[_0x573b46(0x156)]());if(_0x45c81e[_0x573b46(0x281)](_0x54a285=>_0x58a1fd[_0x573b46(0x2c3)](_0xda42a8=>_0xda42a8[_0x573b46(0x169)](_0x54a285,!0x0)))){const _0x408627=this[_0x573b46(0x1b7)][_0x573b46(0x25c)](_0x573b46(0x266),_0x2d7659,_0x573b46(0x211));return this[_0x573b46(0x278)](()=>_0x408627(_0x4f21fa,null,_0x530b4e)),null;}}else{const _0x2d2ad0=_0x1e611b[_0x573b46(0x182)]();_0x45c81e[_0x573b46(0x2c3)](_0x334fa8=>_0x334fa8[_0x573b46(0x169)](_0x2d2ad0,!0x0))&&_0x1e611b[_0x573b46(0x156)]();if(_0x45c81e[_0x573b46(0x281)](_0x3405cd=>_0x2d2ad0[_0x573b46(0x169)](_0x3405cd,!0x0))){const _0x57b2c4=this[_0x573b46(0x1b7)][_0x573b46(0x25c)](_0x573b46(0x266),_0x2d7659,_0x573b46(0x211));return this[_0x573b46(0x278)](()=>_0x57b2c4(_0x45c81e,null,_0x530b4e)),null;}}const _0x29c3c8=this[_0x573b46(0x1b7)][_0x573b46(0x25c)](_0x573b46(0x266),_0x2d7659,_0x573b46(0x1b6));let _0x50614c=null;for(const _0x2c0246 of this[_0x573b46(0x1d3)]())if(_0x2c0246[_0x573b46(0x2df)]['id']==_0x90e540['id']&&_0x2c0246[_0x573b46(0x1b4)]&&_0x573b46(0x266)==_0x2c0246[_0x573b46(0x2c1)]&&_0x2c0246[_0x573b46(0x15d)]==_0x2d7659&&qt(_0x2c0246,_0x530b4e)&&(_0x29c3c8(_0x2c0246[_0x573b46(0x241)](),_0x45c81e)||_0x29c3c8(_0x45c81e,_0x2c0246[_0x573b46(0x241)]()))){if(_0x50614c){if(_0x2c0246[_0x573b46(0x1e0)]&&_0x2c0246[_0x573b46(0x1e0)][_0x573b46(0x2c7)])continue;for(const _0x19243d of _0x2c0246[_0x573b46(0x241)]())_0x50614c[_0x573b46(0x185)](_0x19243d)||_0x50614c[_0x573b46(0x260)](_0x19243d);_0x2c0246[_0x573b46(0x2dc)]();}else{_0x50614c=_0x2c0246;for(const _0x27b616 of _0x45c81e)_0x2c0246[_0x573b46(0x185)](_0x27b616)||_0x2c0246[_0x573b46(0x260)](_0x27b616);}}if(_0x50614c)return _0x50614c;_0x39bae4[_0x573b46(0x296)]();for(const {suggestion:_0x10d0d5,meta:_0x30be79}of this[_0x573b46(0x252)](_0x45c81e,_0x573b46(0x266)))_0x30be79[_0x573b46(0x2b4)]&&(this[_0x573b46(0x286)]||!_0x30be79[_0x573b46(0x1e4)]&&!_0x30be79[_0x573b46(0x28f)])&&qt(_0x10d0d5,_0x530b4e)&&_0x39bae4[_0x573b46(0x143)](_0x10d0d5);for(const _0x1f5ec8 of _0x39bae4){const _0x25f2cb=_0x1f5ec8[_0x573b46(0x241)]();if(!_0x530b4e||!_0x530b4e[_0x573b46(0x2a6)]){if(_0x45c81e[_0x573b46(0x281)](_0x3403c3=>_0x25f2cb[_0x573b46(0x2c3)](_0x226495=>_0x226495[_0x573b46(0x169)](_0x3403c3,!0x0))))return _0x1f5ec8;}(!_0x1f5ec8[_0x573b46(0x26e)]||!_0x1f5ec8[_0x573b46(0x26e)][_0x573b46(0x2a6)])&&(_0x25f2cb[_0x573b46(0x281)](_0x2e36e3=>_0x45c81e[_0x573b46(0x2c3)](_0xc3dd16=>_0xc3dd16[_0x573b46(0x169)](_0x2e36e3,!0x0)))&&_0x1f5ec8[_0x573b46(0x156)]());}const _0x57f909=_0x276a2f(),_0x27e57f=_0x90e540['id'],_0x202b5d=_0x573b46(0x23a)+_0x2d7659,_0x5ce3e0=this[_0x573b46(0x2d4)]({'id':_0x57f909,'type':_0x202b5d,'createdAt':new Date(),'authorId':_0x27e57f,'attributes':_0x530b4e});for(const _0x214bfc of _0x45c81e)_0x214bfc[_0x573b46(0x157)](),_0x214bfc[_0x573b46(0x202)]||_0x573b46(0x2e3)==_0x214bfc[_0x573b46(0x1cd)][_0x573b46(0x16a)]||this[_0x573b46(0x258)](_0x202b5d,_0x57f909,_0x27e57f,_0x214bfc,_0x369363[_0x573b46(0x1cc)]());return _0x5ce3e0;}[_0x3704e5(0x181)](_0x3f76cf,_0x32ed15,_0x45bf7c,_0x5c891e,_0x5d2c79){const _0x159ccc=_0x3704e5;if(_0x3f76cf[_0x159ccc(0x202)])return[];if(_0x159ccc(0x261)===this[_0x159ccc(0x199)])return[];const _0x465ef6=this[_0x159ccc(0x2de)][_0x159ccc(0x1eb)][_0x159ccc(0x1a7)](_0x159ccc(0x1e6))['me']['id'],_0x4094b8=Array[_0x159ccc(0x206)](this[_0x159ccc(0x187)][_0x159ccc(0x2c4)]())[_0x159ccc(0x230)](_0x150bb=>_0x159ccc(0x23d)==_0x150bb[_0x159ccc(0x2c1)]&&_0x150bb[_0x159ccc(0x283)][_0x159ccc(0x2b7)]==_0x32ed15&&_0x150bb[_0x159ccc(0x185)](_0x3f76cf));if(_0x159ccc(0x1f7)===this[_0x159ccc(0x199)]){const _0x5de690=this[_0x159ccc(0x252)](_0x3f76cf,_0x159ccc(0x265))[_0x159ccc(0x230)](({meta:_0x209259})=>_0x209259[_0x159ccc(0x2b4)]&&!_0x209259[_0x159ccc(0x28f)]&&!_0x209259[_0x159ccc(0x177)])[_0x159ccc(0x2aa)](({suggestion:_0x4c6238})=>_0x4c6238);_0x4094b8[_0x159ccc(0x2ee)](..._0x5de690);}const _0x3d9121=new Map([[_0x3f76cf,_0x45bf7c]]);for(const _0x4dd637 of _0x4094b8){const _0x4bd652=_0x159ccc(0x23d)==_0x4dd637[_0x159ccc(0x2c1)]?_0x4dd637[_0x159ccc(0x283)][_0x159ccc(0x166)]:void 0x0,_0x3599d8=_0x4dd637[_0x159ccc(0x182)](),_0x1c4234=Array[_0x159ccc(0x206)](_0x3d9121[_0x159ccc(0x29f)]())[_0x159ccc(0x1c7)](_0x3ba9a1=>_0x3ba9a1[_0x159ccc(0x14a)](_0x3599d8));if(!_0x1c4234)continue;const _0x25574f=_0x1c4234[_0x159ccc(0x24b)](_0x3599d8);this[_0x159ccc(0x253)](_0x32ed15)&&_0x159ccc(0x265)==_0x4dd637[_0x159ccc(0x2c1)]&&0x0!=_0x25574f[_0x159ccc(0x2c7)]||(_0x3d9121[_0x159ccc(0x17d)](_0x1c4234),_0x25574f[_0x159ccc(0x183)](_0x432a8e=>{const _0x2fdad0=_0x159ccc;_0x3d9121[_0x2fdad0(0x1b9)](_0x432a8e,_0x45bf7c);}),_0x159ccc(0x265)!=_0x4dd637[_0x159ccc(0x2c1)]&&_0x4bd652!=_0x5c891e&&_0x3d9121[_0x159ccc(0x1b9)](_0x1c4234[_0x159ccc(0x2bd)](_0x3599d8),_0x4bd652));}const _0x555f96=[];for(const [_0x9b6dcd,_0x105322]of _0x3d9121){const _0x3d941e=_0x276a2f(),_0x4f9c31={'key':_0x32ed15,'oldValue':_0x105322,'newValue':_0x5c891e};_0x32ed15[_0x159ccc(0x2c7)]>0x25&&console[_0x159ccc(0x2ac)](_0x159ccc(0x15a),{'key':_0x32ed15});const _0x247c7b=(_0x159ccc(0x21d)+(_0x32ed15+'|'+Gt({'newValue':_0x5c891e})))[_0x159ccc(0x1aa)](0x0,0x3c),_0x1f55c3=this[_0x159ccc(0x2d4)]({'id':_0x3d941e,'type':_0x247c7b,'data':_0x4f9c31,'createdAt':new Date(),'authorId':_0x465ef6,'attributes':_0x5d2c79});_0x555f96[_0x159ccc(0x2e1)](_0x1f55c3),this[_0x159ccc(0x258)](_0x247c7b,_0x3d941e,_0x465ef6,_0x9b6dcd);}return _0x555f96;}[_0x3704e5(0x200)](_0x1aceb3){const _0xd5e0ed=_0x3704e5;this[_0xd5e0ed(0x184)](_0x1aceb3,(_0x1fa0b2,..._0x533ca1)=>{const _0x157152=_0xd5e0ed;this[_0x157152(0x2c8)](()=>{_0x1fa0b2(..._0x533ca1);});});}[_0x3704e5(0x1e9)](_0x2e2761){const _0x3689b4=_0x3704e5;this[_0x3689b4(0x2e4)][_0x3689b4(0x143)](_0x2e2761);}[_0x3704e5(0x195)](_0x189a8f){const _0x5122b8=_0x3704e5;this[_0x5122b8(0x267)][_0x5122b8(0x143)](_0x189a8f);}[_0x3704e5(0x269)](_0x358f75){const _0x235a09=_0x3704e5;return _0x235a09(0x23d)==_0x358f75[_0x235a09(0x2c1)]?_0x358f75[_0x235a09(0x15d)][_0x235a09(0x2b3)]('|')[0x0]:null;}[_0x3704e5(0x1c3)](_0x16f821,_0x4b7027){const _0x2fa551=_0x3704e5,_0x2a736a=_0x16f821[_0x2fa551(0x25e)]();this[_0x2fa551(0x148)][_0x2fa551(0x1ef)](_0x5e9c92=>{const _0x13a926=_0x2fa551;_0x5e9c92[_0x13a926(0x16f)](_0x2a736a,{'range':_0x4b7027});});}[_0x3704e5(0x1c0)](_0x5585d0){const _0x337be1=_0x3704e5,_0x433aaa=_0x5585d0['id'],_0x81e4d6=this[_0x337be1(0x2de)][_0x337be1(0x2be)][_0x337be1(0x1a7)](_0x337be1(0x291));this[_0x337be1(0x275)][_0x337be1(0x19c)](_0x433aaa)||this[_0x337be1(0x275)][_0x337be1(0x16c)]({'channelId':_0x81e4d6,'threadId':_0x433aaa,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x31736b=this[_0x337be1(0x275)][_0x337be1(0x2b0)](_0x433aaa);_0x31736b[_0x337be1(0x1af)](_0x337be1(0x240)),_0x31736b[_0x337be1(0x240)]=!0x1,_0x5585d0[_0x337be1(0x1e0)]=_0x31736b;}[_0x3704e5(0x1e2)](_0x176826,_0x12227e,_0xfabf27,_0x4d1499){const _0x1ce503=_0x3704e5;if(_0x176826[_0x1ce503(0x2c1)]!=_0x12227e||_0x176826[_0x1ce503(0x15d)]!=_0xfabf27||_0x176826[_0x1ce503(0x2e2)]['id']!=_0x4d1499)throw this[_0x1ce503(0x2de)][_0x1ce503(0x221)](_0x1ce503(0x18e)),new _0x5189ef(_0x1ce503(0x18e),this);}[_0x3704e5(0x1ca)](_0x35f24b,_0x162819){const _0x136881=_0x3704e5,_0x33c940=_0x35f24b[_0x136881(0x182)]();if(_0x162819[_0x136881(0x1cf)](_0x33c940))_0x35f24b[_0x136881(0x2dc)]();else{if(_0x33c940[_0x136881(0x169)](_0x162819)){const _0x1eb176=this[_0x136881(0x148)][_0x136881(0x1ce)](_0x162819[_0x136881(0x165)][_0x136881(0x19e)],_0x136881(0x209));this[_0x136881(0x1c3)](_0x35f24b,this[_0x136881(0x148)][_0x136881(0x1fc)](_0x33c940[_0x136881(0x165)],_0x1eb176));const _0x4082ab=_0x276a2f(),_0x4fef82=_0x35f24b[_0x136881(0x2e2)]['id'],_0xaf36f=_0x35f24b[_0x136881(0x2c1)]+':'+_0x35f24b[_0x136881(0x15d)];this[_0x136881(0x2d4)]({'id':_0x4082ab,'type':_0xaf36f,'createdAt':new Date(),'authorId':_0x4fef82,'data':_0x35f24b[_0x136881(0x283)],'attributes':_0x35f24b[_0x136881(0x26e)]});const _0xab53f0=this[_0x136881(0x148)][_0x136881(0x1ce)](_0x162819[_0x136881(0x209)][_0x136881(0x285)],_0x136881(0x186)),_0x3390f7=this[_0x136881(0x148)][_0x136881(0x1fc)](_0xab53f0,_0x33c940[_0x136881(0x209)]);this[_0x136881(0x258)](_0xaf36f,_0x4082ab,_0x4fef82,_0x3390f7);}else{if(_0x33c940[_0x136881(0x24e)](_0x162819[_0x136881(0x165)])){const _0x5eea02=this[_0x136881(0x148)][_0x136881(0x1ce)](_0x162819[_0x136881(0x165)][_0x136881(0x19e)],_0x136881(0x209));this[_0x136881(0x1c3)](_0x35f24b,this[_0x136881(0x148)][_0x136881(0x1fc)](_0x33c940[_0x136881(0x165)],_0x5eea02));}else{const _0x5a0937=this[_0x136881(0x148)][_0x136881(0x1ce)](_0x162819[_0x136881(0x209)][_0x136881(0x285)],_0x136881(0x186));this[_0x136881(0x1c3)](_0x35f24b,this[_0x136881(0x148)][_0x136881(0x1fc)](_0x5a0937,_0x33c940[_0x136881(0x209)]));}}}}[_0x3704e5(0x25f)](_0x45bfdc){const _0xf8d5b=_0x3704e5;for(const {suggestion:_0x4fbef1,meta:_0x236e1c}of this[_0xf8d5b(0x252)](_0x45bfdc,_0xf8d5b(0x265))){if(!_0x236e1c[_0xf8d5b(0x2b4)])continue;const _0x2b5bc9=_0x4fbef1[_0xf8d5b(0x241)]();for(const _0x217909 of _0x2b5bc9)if(!_0x45bfdc[_0xf8d5b(0x24b)](_0x217909)[_0xf8d5b(0x2c7)])return!0x0;}return!0x1;}[_0x3704e5(0x256)](_0x3354d8){const _0x2837ee=_0x3704e5,_0x408ad0=this[_0x2837ee(0x2de)][_0x2837ee(0x1eb)][_0x2837ee(0x1a7)](_0x2837ee(0x1e6))[_0x2837ee(0x26d)](_0x3354d8);if(!_0x408ad0)throw new _0x5189ef(_0x2837ee(0x176),this);return _0x408ad0;}[_0x3704e5(0x294)](_0xf9e519){const _0x358893=_0x3704e5,_0x343040=this[_0x358893(0x2de)][_0x358893(0x1eb)][_0x358893(0x1a7)](_0x358893(0x1e6)),_0x180605=_0x4ee80f(_0x358893(0x1a0)+_0xf9e519),_0x59c6b0=_0x343040[_0x358893(0x26d)](_0x180605);return _0x59c6b0||_0x343040[_0x358893(0x188)]({'id':_0x180605,'name':_0xf9e519});}[_0x3704e5(0x22f)](_0x357dd0,_0x360096,_0x2fe42e,_0x2d5443,_0x3dfd8f){const _0x47fd5e=_0x3704e5,_0x48acdf=this[_0x47fd5e(0x256)](_0x2d5443),_0x4e6681=this[_0x47fd5e(0x1b7)][_0x47fd5e(0x1f8)](_0x357dd0,_0x360096,_0x2fe42e,_0x48acdf,_0x3dfd8f,_0x3cc7c9=>{const _0x2decec=_0x47fd5e;this[_0x2decec(0x262)](_0x2fe42e,{'attributes':_0x3cc7c9});const _0x4c43b0=this[_0x2decec(0x1cb)](_0x2fe42e);this[_0x2decec(0x2c0)](new Set([_0x4c43b0])),this[_0x2decec(0x1ec)](new Set([_0x4c43b0]));});return this[_0x47fd5e(0x179)](_0x4e6681,_0x47fd5e(0x211),()=>{const _0x12c086=_0x47fd5e;this[_0x12c086(0x262)](_0x2fe42e,{'state':_0x12c086(0x154)});},{'priority':_0x47fd5e(0x155)}),this[_0x47fd5e(0x179)](_0x4e6681,_0x47fd5e(0x156),()=>{const _0x2c2ab5=_0x47fd5e;this[_0x2c2ab5(0x262)](_0x2fe42e,{'state':_0x2c2ab5(0x29c)});},{'priority':_0x47fd5e(0x155)}),this[_0x47fd5e(0x187)][_0x47fd5e(0x1b9)](_0x2fe42e,_0x4e6681),this[_0x47fd5e(0x2c6)][_0x47fd5e(0x1b9)](_0x4e6681,_0x47fd5e(0x152)),_0x4e6681;}[_0x3704e5(0x1a5)](_0x340806){const _0x40e878=_0x3704e5,_0x3019f7=_0x340806[_0x40e878(0x2b3)](':');return{'group':_0x3019f7[0x0],'type':_0x3019f7[0x1],'subType':_0x3019f7[_0x40e878(0x2c7)]>=0x5?_0x3019f7[0x2]:null,'id':_0x3019f7[_0x40e878(0x2c7)]<0x5?_0x3019f7[0x2]:_0x3019f7[0x3],'authorId':_0x3019f7[_0x40e878(0x2c7)]<0x5?_0x3019f7[0x3]:_0x3019f7[0x4],'markerCount':0x6==_0x3019f7[_0x40e878(0x2c7)]?_0x3019f7[0x5]:null};}[_0x3704e5(0x2a7)](_0xb769f8,_0x5bfa10,_0x3a6127){const _0x2f65df=_0x3704e5,_0x1e6a12=_0xb769f8[_0x2f65df(0x182)](),_0x1475b6=_0x1e6a12[_0x2f65df(0x165)],_0x18c150=_0x1e6a12[_0x2f65df(0x209)];this[_0x2f65df(0x1c3)](_0xb769f8,this[_0x2f65df(0x148)][_0x2f65df(0x1fc)](_0x1475b6,_0x5bfa10));const _0x1e54dd=_0x276a2f(),_0x46cf8c=_0xb769f8[_0x2f65df(0x2e2)]['id'],_0x35ff04=_0xb769f8[_0x2f65df(0x2c1)]+(_0xb769f8[_0x2f65df(0x15d)]?':'+_0xb769f8[_0x2f65df(0x15d)]:'');this[_0x2f65df(0x2d4)]({'id':_0x1e54dd,'type':_0x35ff04,'createdAt':new Date(),'authorId':_0x46cf8c,'originalSuggestionId':_0xb769f8['id'],'attributes':_0xb769f8[_0x2f65df(0x26e)],'data':_0xb769f8[_0x2f65df(0x283)]});const _0x152770=this[_0x2f65df(0x269)](_0xb769f8);(_0x2f65df(0x147)==_0xb769f8[_0x2f65df(0x2c1)]||_0x152770&&this[_0x2f65df(0x253)](_0x152770))&&(_0x3a6127=this[_0x2f65df(0x148)][_0x2f65df(0x271)](_0x3a6127[_0x2f65df(0x285)])),this[_0x2f65df(0x258)](_0x35ff04,_0x1e54dd,_0x46cf8c,this[_0x2f65df(0x148)][_0x2f65df(0x1fc)](_0x3a6127,_0x18c150));}[_0x3704e5(0x252)](_0x592b74,_0x373bf6=null){const _0x5aab97=_0x3704e5,_0x31359d=[],_0x2b0372=this[_0x5aab97(0x2de)][_0x5aab97(0x1eb)][_0x5aab97(0x1a7)](_0x5aab97(0x1e6))['me'];Array[_0x5aab97(0x27e)](_0x592b74)||(_0x592b74=[_0x592b74]);for(const _0x2975a9 of this[_0x5aab97(0x1d3)]()){if(!_0x2975a9[_0x5aab97(0x1b4)])continue;if(_0x373bf6&&_0x2975a9[_0x5aab97(0x2c1)]!=_0x373bf6)continue;let _0x2e5f1f=!0x1;for(const _0x1c0668 of _0x2975a9[_0x5aab97(0x241)]()){for(const _0x2015dc of _0x592b74){const _0x23c5e6=_0x2015dc[_0x5aab97(0x165)][_0x5aab97(0x1cf)](_0x1c0668[_0x5aab97(0x209)])||_0x2015dc[_0x5aab97(0x209)][_0x5aab97(0x1cf)](_0x1c0668[_0x5aab97(0x165)]);if(_0x23c5e6||_0x2015dc[_0x5aab97(0x2bd)](_0x1c0668)){const _0x5b23eb=_0x2015dc[_0x5aab97(0x169)](_0x1c0668)&&Ot(this[_0x5aab97(0x148)][_0x5aab97(0x18c)],_0x1c0668[_0x5aab97(0x165)],_0x2015dc),_0x4fa18c=_0x1c0668[_0x5aab97(0x169)](_0x2015dc)&&Ot(this[_0x5aab97(0x148)][_0x5aab97(0x18c)],_0x2015dc[_0x5aab97(0x165)],_0x1c0668);_0x31359d[_0x5aab97(0x2e1)]({'suggestion':_0x2975a9,'meta':{'isOwn':_0x2b0372==_0x2975a9[_0x5aab97(0x2df)],'isNextTo':_0x23c5e6,'isInsideObject':_0x5b23eb,'containsRangeInObject':_0x4fa18c}}),_0x2e5f1f=!0x0;break;}}if(_0x2e5f1f)break;}}return _0x31359d;}[_0x3704e5(0x258)](_0x52e955,_0x358549,_0x11c4c9,_0x569092,_0x46e574){const _0x568c03=_0x3704e5;this[_0x568c03(0x148)][_0x568c03(0x1ef)](_0x329447=>{const _0x578453=_0x568c03;let _0x419fb2=_0x578453(0x1b0)+_0x52e955+':'+_0x358549+':'+_0x11c4c9;_0x46e574&&(_0x419fb2=_0x419fb2+':'+_0x46e574),_0x329447[_0x578453(0x2d5)](_0x419fb2,{'range':_0x569092,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3704e5(0x14f)](_0x1a9d9f){const _0x35e62a=_0x3704e5,_0x12c79d=_0x1a9d9f[_0x35e62a(0x219)],_0x10ee46=_0x1a9d9f[_0x35e62a(0x2b6)];_0x1a9d9f[_0x35e62a(0x219)]=null,_0x1a9d9f[_0x35e62a(0x2b6)]=null,null!=_0x12c79d&&_0x12c79d[_0x35e62a(0x2b6)]==_0x1a9d9f&&(_0x12c79d[_0x35e62a(0x2b6)]=_0x10ee46),null!=_0x10ee46&&_0x10ee46[_0x35e62a(0x219)]==_0x1a9d9f&&(_0x10ee46[_0x35e62a(0x219)]=_0x12c79d),_0x35e62a(0x238)==this[_0x35e62a(0x2c6)][_0x35e62a(0x1a7)](_0x1a9d9f)&&(this[_0x35e62a(0x2c6)][_0x35e62a(0x1b9)](_0x1a9d9f,_0x35e62a(0x29e)),this[_0x35e62a(0x2d7)](_0x35e62a(0x1f6),_0x1a9d9f,_0x12c79d,_0x10ee46));}[_0x3704e5(0x2d4)](_0x40fc82){const _0x2ebe31=_0x3704e5,_0x34e11b=_0x40fc82['id'],_0xed1b6e=this[_0x2ebe31(0x1bc)](_0x40fc82);if(this[_0x2ebe31(0x247)]&&this[_0x2ebe31(0x247)][_0x2ebe31(0x246)]){const _0x452253=this[_0x2ebe31(0x2de)][_0x2ebe31(0x1eb)][_0x2ebe31(0x1a7)](_0x2ebe31(0x2ea)),_0x105dfc=_0xed1b6e[_0x2ebe31(0x1ab)],_0x2ab0bc=_0xed1b6e[_0x2ebe31(0x15d)]?_0xed1b6e[_0x2ebe31(0x2c1)]+':'+_0xed1b6e[_0x2ebe31(0x15d)]:_0xed1b6e[_0x2ebe31(0x2c1)],_0x283473=this[_0x2ebe31(0x2de)][_0x2ebe31(0x25a)],_0x35af79=_0x452253[_0x2ebe31(0x143)](_0x4ac571(_0x283473,_0x2ebe31(0x237))),_0x393221={'id':_0x34e11b,'type':_0x2ab0bc,'hasComments':_0x105dfc,'data':_0x40fc82[_0x2ebe31(0x283)]||null,'originalSuggestionId':_0x40fc82[_0x2ebe31(0x2cc)]||null,'attributes':_0xed1b6e[_0x2ebe31(0x26e)]};this[_0x2ebe31(0x247)][_0x2ebe31(0x246)](_0x393221)[_0x2ebe31(0x2ce)](_0x2758e4=>{const _0x4ef55b=_0x2ebe31;_0xed1b6e[_0x4ef55b(0x1d1)]=!0x0,_0x452253[_0x4ef55b(0x208)](_0x35af79),_0x2758e4&&_0x2758e4[_0x4ef55b(0x1ac)]&&(this[_0x4ef55b(0x187)][_0x4ef55b(0x1a7)](_0x34e11b)[_0x4ef55b(0x1ac)]=_0x2758e4[_0x4ef55b(0x1ac)]);})[_0x2ebe31(0x297)](_0x58506a=>{const _0x5da607=_0x2ebe31;throw _0x3f8e87(_0x5da607(0x175)),this[_0x5da607(0x2de)][_0x5da607(0x2d1)][_0x5da607(0x191)]({'isUndoable':!0x1},()=>{const _0x15e84a=_0x5da607;_0xed1b6e[_0x15e84a(0x156)]();}),_0xed1b6e[_0x5da607(0x21b)](),this[_0x5da607(0x187)][_0x5da607(0x17d)](_0xed1b6e['id']),this[_0x5da607(0x2c6)][_0x5da607(0x17d)](_0xed1b6e),_0x58506a;});}return _0xed1b6e;}[_0x3704e5(0x253)](_0xb6a821){const _0x25c0ce=_0x3704e5;return this[_0x25c0ce(0x2e4)][_0x25c0ce(0x17f)](_0xb6a821);}[_0x3704e5(0x262)](_0x3d557b,_0x271d4c){const _0x4c8144=_0x3704e5,_0x23df63=this[_0x4c8144(0x2de)][_0x4c8144(0x1eb)][_0x4c8144(0x1a7)](_0x4c8144(0x2ea)),_0x489c5f=this[_0x4c8144(0x1cb)](_0x3d557b);if(this[_0x4c8144(0x247)]&&this[_0x4c8144(0x247)][_0x4c8144(0x190)]){if(_0x489c5f[_0x4c8144(0x1d1)]){const _0x43b99f=_0x23df63[_0x4c8144(0x143)](_0x4ac571(this[_0x4c8144(0x2de)][_0x4c8144(0x25a)],_0x4c8144(0x237)));this[_0x4c8144(0x247)][_0x4c8144(0x190)](_0x3d557b,_0x271d4c)[_0x4c8144(0x2ce)](()=>{const _0x548d6f=_0x4c8144;_0x23df63[_0x548d6f(0x208)](_0x43b99f);});}else _0x489c5f['on'](_0x4c8144(0x287),()=>{const _0x5a1a9e=_0x4c8144;this[_0x5a1a9e(0x262)](_0x3d557b,_0x271d4c);});}}[_0x3704e5(0x292)](_0x13d6f6){const _0x1b56f0=_0x3704e5;if(!this[_0x1b56f0(0x247)]||!this[_0x1b56f0(0x247)][_0x1b56f0(0x1cb)])throw new _0x5189ef(_0x1b56f0(0x1b5),this);return this[_0x1b56f0(0x247)][_0x1b56f0(0x1cb)](_0x13d6f6);}[_0x3704e5(0x22d)](_0x114c58){const _0x128b93=_0x3704e5,{id:_0x51ff28,type:_0x1251cc,subType:_0x19e4d3,authorId:_0xce4500}=this[_0x128b93(0x1a5)](_0x114c58),_0x3637ff=this[_0x128b93(0x187)][_0x128b93(0x1a7)](_0x51ff28)||this[_0x128b93(0x22f)](_0x1251cc,_0x19e4d3,_0x51ff28,_0xce4500,{});switch(this[_0x128b93(0x1e2)](_0x3637ff,_0x1251cc,_0x19e4d3,_0xce4500),this[_0x128b93(0x2c6)][_0x128b93(0x1a7)](_0x3637ff)){case _0x128b93(0x152):this[_0x128b93(0x292)](_0x51ff28)[_0x128b93(0x2ce)](_0x735224=>{const _0x442537=_0x128b93;let _0x30f8f1=Promise[_0x442537(0x16d)]();_0x735224[_0x442537(0x1ab)]&&(_0x30f8f1=this[_0x442537(0x275)][_0x442537(0x274)]({'channelId':this[_0x442537(0x2de)][_0x442537(0x2be)][_0x442537(0x1a7)](_0x442537(0x291)),'threadId':_0x51ff28})),_0x30f8f1[_0x442537(0x2ce)](()=>{const _0x59b914=_0x442537;this[_0x59b914(0x1bc)](_0x735224)[_0x59b914(0x1d1)]=!0x0;});}),this[_0x128b93(0x2c6)][_0x128b93(0x1b9)](_0x3637ff,_0x128b93(0x288));break;case _0x128b93(0x29e):this[_0x128b93(0x262)](_0x51ff28,{'state':_0x128b93(0x16b)});case _0x128b93(0x2eb):this[_0x128b93(0x2c6)][_0x128b93(0x1b9)](_0x3637ff,_0x128b93(0x238)),this[_0x128b93(0x2d7)](_0x128b93(0x2d8),_0x3637ff);break;case _0x128b93(0x238):this[_0x128b93(0x2d7)](_0x128b93(0x229),_0x3637ff);}return _0x3637ff[_0x128b93(0x282)](_0x114c58),_0x3637ff;}[_0x3704e5(0x1ec)](_0x5e9cb0){const _0x855115=_0x3704e5,_0x4cf53b=Array[_0x855115(0x206)](_0x5e9cb0),_0x527bbb=_0x4cf53b[_0x855115(0x230)](_0x1f6293=>_0x855115(0x23d)==_0x1f6293[_0x855115(0x2c1)]);this[_0x855115(0x1e7)](_0x527bbb);const _0x581704=_0x4cf53b[_0x855115(0x230)](_0x23fbd5=>!_0x23fbd5[_0x855115(0x172)]&&_0x855115(0x23d)!=_0x23fbd5[_0x855115(0x2c1)]),_0xa1b9be=this[_0x855115(0x1d3)]({'skipNotAttached':!0x0})[_0x855115(0x230)](_0x54f1c3=>!_0x54f1c3[_0x855115(0x172)]&&_0x855115(0x23d)!=_0x54f1c3[_0x855115(0x2c1)]),_0x52ba99=_0xa1b9be[_0x855115(0x230)](_0xcffe3b=>!_0x5e9cb0[_0x855115(0x17f)](_0xcffe3b)),_0x4e222e=new Map(_0xa1b9be[_0x855115(0x2aa)](_0x10877c=>[_0x10877c,this[_0x855115(0x1b7)][_0x855115(0x25c)](_0x10877c[_0x855115(0x2c1)],_0x10877c[_0x855115(0x15d)],_0x855115(0x23e))])),_0x1371d7=new Map(_0xa1b9be[_0x855115(0x2aa)](_0x108e07=>[_0x108e07,_0x108e07[_0x855115(0x182)]()])),_0xcb2556=new Set(),_0x3a13ab=new Set();for(let _0x109cd4=0x0;_0x109cd4<_0x581704[_0x855115(0x2c7)];_0x109cd4++)_0x2dd28d(_0x581704[_0x109cd4],_0x581704,_0x109cd4+0x1);for(let _0x2ba8b0=0x0;_0x2ba8b0<_0x581704[_0x855115(0x2c7)];_0x2ba8b0++)_0x2dd28d(_0x581704[_0x2ba8b0],_0x52ba99,0x0);const _0x12d30a=new Set();for(let _0x3fe4be=0x0;_0x3fe4be<_0x581704[_0x855115(0x2c7)];_0x3fe4be++){const _0x522363=_0x581704[_0x3fe4be];!_0x3a13ab[_0x855115(0x17f)](_0x522363)&&_0x522363[_0x855115(0x219)]&&(_0x12d30a[_0x855115(0x143)](_0x522363[_0x855115(0x219)]),_0x522363[_0x855115(0x219)][_0x855115(0x2b6)]===_0x522363&&(_0x522363[_0x855115(0x219)][_0x855115(0x2b6)]=null),_0x522363[_0x855115(0x219)]=null),!_0xcb2556[_0x855115(0x17f)](_0x522363)&&_0x522363[_0x855115(0x2b6)]&&(_0x12d30a[_0x855115(0x143)](_0x522363[_0x855115(0x2b6)]),_0x522363[_0x855115(0x2b6)][_0x855115(0x219)]===_0x522363&&(_0x522363[_0x855115(0x2b6)][_0x855115(0x219)]=null),_0x522363[_0x855115(0x2b6)]=null);}function _0x2dd28d(_0x2490db,_0xb406,_0x711477){const _0x20434e=_0x855115;for(let _0x4ab38c=_0x711477;_0x4ab38c<_0xb406[_0x20434e(0x2c7)];_0x4ab38c++){const _0x1b1f7c=_0x34e908(_0x2490db,_0xb406[_0x4ab38c]);_0x1b1f7c&&(_0x1b1f7c[0x0][_0x20434e(0x2b6)]=_0x1b1f7c[0x1],_0x1b1f7c[0x1][_0x20434e(0x219)]=_0x1b1f7c[0x0],_0xcb2556[_0x20434e(0x143)](_0x1b1f7c[0x0]),_0x3a13ab[_0x20434e(0x143)](_0x1b1f7c[0x1]));}}function _0x34e908(_0x2e0297,_0xb2cabe){const _0x270d71=_0x855115;if(_0x2e0297[_0x270d71(0x2df)]['id']!==_0xb2cabe[_0x270d71(0x2df)]['id'])return null;const _0x3b62eb=_0x4e222e[_0x270d71(0x1a7)](_0x2e0297)(_0x2e0297,_0xb2cabe,_0x1371d7[_0x270d71(0x1a7)](_0x2e0297),_0x1371d7[_0x270d71(0x1a7)](_0xb2cabe));if(!_0x3b62eb)return null;return _0x4e222e[_0x270d71(0x1a7)](_0xb2cabe)(_0x2e0297,_0xb2cabe,_0x1371d7[_0x270d71(0x1a7)](_0x2e0297),_0x1371d7[_0x270d71(0x1a7)](_0xb2cabe))?_0x3b62eb[0x1][_0x270d71(0x1e0)]&&_0x3b62eb[0x1][_0x270d71(0x1e0)][_0x270d71(0x2c7)]?null:_0x3b62eb:null;}_0x12d30a[_0x855115(0x2e0)]&&this[_0x855115(0x1ec)](_0x12d30a);}[_0x3704e5(0x1e7)](_0x115bbc){const _0x2dad5e=_0x3704e5;if(0x0==_0x115bbc[_0x2dad5e(0x2c7)])return;const _0x491ae8=this[_0x2dad5e(0x1d3)]({'skipNotAttached':!0x0})[_0x2dad5e(0x230)](_0x8f4687=>_0x2dad5e(0x23d)==_0x8f4687[_0x2dad5e(0x2c1)]&&_0x8f4687[_0x2dad5e(0x1b3)]),_0x4efa13=[],_0x3704c7=new Map();for(const _0xa8d67b of _0x491ae8){const _0x182824=_0x4ee80f(_0xa8d67b[_0x2dad5e(0x26e)]);_0x3704c7[_0x2dad5e(0x17f)](_0x182824)||(_0x3704c7[_0x2dad5e(0x1b9)](_0x182824,_0x4efa13[_0x2dad5e(0x2c7)]),_0x4efa13[_0x2dad5e(0x2e1)]([]));const _0x394aad=_0x3704c7[_0x2dad5e(0x1a7)](_0x182824);_0x4efa13[_0x394aad][_0x2dad5e(0x2e1)](_0xa8d67b);}!(function(){const _0x5215a1=_0x2dad5e;_0x4efa13[_0x5215a1(0x216)]((_0x2d5e03,_0x47d617)=>{const _0x16a63e=_0x5215a1,_0x127aa1=_0x2d5e03[0x0][_0x16a63e(0x1ac)],_0x4160a5=_0x47d617[0x0][_0x16a63e(0x1ac)];return _0x127aa1==_0x4160a5?_0x2d5e03[0x0][_0x16a63e(0x26e)][_0x16a63e(0x23b)]<_0x47d617[0x0][_0x16a63e(0x26e)][_0x16a63e(0x23b)]?-0x1:0x1:_0x127aa1<_0x4160a5?-0x1:0x1;});for(const _0x296fb2 of _0x4efa13)_0x296fb2[_0x5215a1(0x216)]((_0x577321,_0x5a9792)=>_0x577321['id']<_0x5a9792['id']?-0x1:0x1);}());for(let _0x5c2d88=0x0;_0x5c2d88<_0x4efa13[_0x2dad5e(0x2c7)];_0x5c2d88++){if(0x0==_0x4efa13[_0x5c2d88][_0x2dad5e(0x2c7)])continue;const _0xb552d=[];for(let _0x42ecd6=_0x5c2d88+0x1;_0x42ecd6<_0x4efa13[_0x2dad5e(0x2c7)];_0x42ecd6++)0x0!=_0x4efa13[_0x42ecd6][_0x2dad5e(0x2c7)]&&_0x3b5364(_0x4efa13[_0x5c2d88],_0x4efa13[_0x42ecd6])&&_0xb552d[_0x2dad5e(0x2e1)](_0x42ecd6);for(const _0x3518e6 of _0xb552d)_0x4efa13[_0x5c2d88]=_0x4efa13[_0x5c2d88][_0x2dad5e(0x23f)](_0x4efa13[_0x3518e6]),_0x4efa13[_0x3518e6]=[];}for(const _0x4d0fce of _0x4efa13)for(let _0x1090fc=0x0;_0x1090fc<_0x4d0fce[_0x2dad5e(0x2c7)];_0x1090fc++){const _0x1290e6=_0x4d0fce[_0x1090fc+0x1]||null;_0x4d0fce[_0x1090fc][_0x2dad5e(0x2b6)]!==_0x1290e6&&(_0x4d0fce[_0x1090fc][_0x2dad5e(0x2b6)]=_0x1290e6);}for(const _0x531d33 of _0x4efa13)for(let _0x422be0=0x0;_0x422be0<_0x531d33[_0x2dad5e(0x2c7)];_0x422be0++){const _0x12e691=_0x531d33[_0x422be0-0x1]||null;_0x531d33[_0x422be0][_0x2dad5e(0x219)]!==_0x12e691&&(_0x531d33[_0x422be0][_0x2dad5e(0x219)]=_0x12e691);}function _0x3b5364(_0x1206a5,_0x4946bc){const _0x3177d9=_0x2dad5e;if(_0x1206a5[0x0][_0x3177d9(0x26e)][_0x3177d9(0x23b)]!==_0x4946bc[0x0][_0x3177d9(0x26e)][_0x3177d9(0x23b)]&&_0x1206a5[0x0][_0x3177d9(0x2df)]!==_0x4946bc[0x0][_0x3177d9(0x2df)])return!0x1;if(!function(_0x1cf811,_0x235804){const _0x2a9d9e=_0x3177d9;if(!_0x1cf811[_0x2a9d9e(0x1ab)]&&!_0x235804[_0x2a9d9e(0x1ab)])return!0x0;if(_0x1cf811[_0x2a9d9e(0x1ab)]&&_0x235804[_0x2a9d9e(0x1ab)])return!0x1;if(_0x1cf811[_0x2a9d9e(0x1ab)]&&_0x235804[_0x2a9d9e(0x1ac)]<_0x1cf811[_0x2a9d9e(0x1e0)][_0x2a9d9e(0x1e5)][_0x2a9d9e(0x1a7)](0x0)[_0x2a9d9e(0x1ac)])return!0x0;if(_0x235804[_0x2a9d9e(0x1ab)]&&_0x1cf811[_0x2a9d9e(0x1ac)]<_0x235804[_0x2a9d9e(0x1e0)][_0x2a9d9e(0x1e5)][_0x2a9d9e(0x1a7)](0x0)[_0x2a9d9e(0x1ac)])return!0x0;return!0x1;}(_0x1206a5[0x0],_0x4946bc[0x0]))return!0x1;const _0x4faaa9=_0x87b5a7(_0x1206a5[0x0][_0x3177d9(0x26e)],_0x3177d9(0x23b)),_0x58ee5c=_0x87b5a7(_0x4946bc[0x0][_0x3177d9(0x26e)],_0x3177d9(0x23b));if(!_0x3ea93e(_0x4faaa9,_0x58ee5c))return!0x1;return!!_0x1206a5[_0x3177d9(0x281)](_0x50e00b=>_0x4946bc[_0x3177d9(0x2c3)](_0x4c4b75=>_0x50e00b[_0x3177d9(0x182)]()[_0x3177d9(0x1cf)](_0x4c4b75[_0x3177d9(0x182)]())))&&_0x4946bc[_0x3177d9(0x281)](_0x2537e8=>_0x1206a5[_0x3177d9(0x2c3)](_0x235827=>_0x2537e8[_0x3177d9(0x182)]()[_0x3177d9(0x1cf)](_0x235827[_0x3177d9(0x182)]())));}}[_0x3704e5(0x2c0)](_0x8d64f){const _0x5a705e=_0x3704e5,_0x461e15=Array[_0x5a705e(0x206)](_0x8d64f),_0x2ee380=this[_0x5a705e(0x1d3)]({'skipNotAttached':!0x0}),_0x2bafa6=_0x2ee380[_0x5a705e(0x230)](_0x4328ef=>!_0x8d64f[_0x5a705e(0x17f)](_0x4328ef)),_0x184021=new Map(_0x461e15[_0x5a705e(0x2aa)](_0x20179b=>[_0x20179b,this[_0x5a705e(0x1b7)][_0x5a705e(0x25c)](_0x20179b[_0x5a705e(0x2c1)],_0x20179b[_0x5a705e(0x15d)],_0x5a705e(0x1b6))])),_0x29800c=new Map(_0x2ee380[_0x5a705e(0x2aa)](_0x1c36b2=>[_0x1c36b2,_0x1c36b2[_0x5a705e(0x241)]()]));for(let _0x25a5ed=0x0;_0x25a5ed<_0x461e15[_0x5a705e(0x2c7)];_0x25a5ed++){if(_0x1fb93e(this,_0x461e15[_0x25a5ed],_0x461e15,_0x25a5ed+0x1))return!0x0;}for(let _0x41ac93=0x0;_0x41ac93<_0x461e15[_0x5a705e(0x2c7)];_0x41ac93++){if(_0x1fb93e(this,_0x461e15[_0x41ac93],_0x2bafa6,0x0))return!0x0;}return!0x1;function _0x1fb93e(_0x1da789,_0x335878,_0x44c2e4,_0x55672d){const _0x41edab=_0x5a705e;for(let _0x55f33d=_0x55672d;_0x55f33d<_0x44c2e4[_0x41edab(0x2c7)];_0x55f33d++){const _0x22792b=_0x44c2e4[_0x55f33d];if(_0x22792b[_0x41edab(0x2c1)]!==_0x335878[_0x41edab(0x2c1)]||_0x22792b[_0x41edab(0x2df)]['id']!==_0x335878[_0x41edab(0x2df)]['id']||_0x22792b[_0x41edab(0x15d)]!==_0x335878[_0x41edab(0x15d)])continue;if(!Jt(_0x335878,_0x22792b))continue;if(_0x41edab(0x23d)==_0x335878[_0x41edab(0x2c1)]&&_0x335878[_0x41edab(0x283)][_0x41edab(0x166)]!=_0x22792b[_0x41edab(0x283)][_0x41edab(0x166)])continue;if(_0x41edab(0x23d)==_0x335878[_0x41edab(0x2c1)]&&_0x1da789[_0x41edab(0x253)](_0x335878[_0x41edab(0x283)][_0x41edab(0x2b7)]))continue;if(_0x41edab(0x147)==_0x335878[_0x41edab(0x2c1)]){const _0x804d43=_0x1da789[_0x41edab(0x2de)][_0x41edab(0x2d1)],_0x51455c=_0x335878[_0x41edab(0x284)]();if(_0x51455c&&(_0x804d43[_0x41edab(0x18c)][_0x41edab(0x21f)](_0x51455c)||_0x804d43[_0x41edab(0x18c)][_0x41edab(0x20a)](_0x51455c)))continue;}const _0x568345=_0x184021[_0x41edab(0x1a7)](_0x335878),_0x14d833=_0x29800c[_0x41edab(0x1a7)](_0x335878),_0x4f85d3=_0x29800c[_0x41edab(0x1a7)](_0x22792b),_0x572bdd=_0x335878[_0x41edab(0x1e0)]&&_0x335878[_0x41edab(0x1e0)][_0x41edab(0x2c7)],_0x34975f=_0x22792b[_0x41edab(0x1e0)]&&_0x22792b[_0x41edab(0x1e0)][_0x41edab(0x2c7)];if(!_0x572bdd&&_0x568345(_0x4f85d3,_0x14d833))return _0x1da789[_0x41edab(0x2c2)](_0x22792b,_0x335878),_0x29800c[_0x41edab(0x17d)](_0x335878),!0x0;if(!_0x34975f&&_0x568345(_0x14d833,_0x4f85d3))return _0x1da789[_0x41edab(0x2c2)](_0x335878,_0x22792b),_0x29800c[_0x41edab(0x17d)](_0x22792b),!0x0;}return!0x1;}}[_0x3704e5(0x2c2)](_0x57c35d,_0x35a9a1){const _0x29110b=_0x3704e5;if(_0x57c35d[_0x29110b(0x172)]){for(const _0x4d78f4 of _0x35a9a1[_0x29110b(0x241)]())_0x57c35d[_0x29110b(0x260)](_0x4d78f4);}else{const _0x67aff8=_0x35a9a1[_0x29110b(0x182)]()[_0x29110b(0x209)];this[_0x29110b(0x1c3)](_0x57c35d,this[_0x29110b(0x148)][_0x29110b(0x1fc)](_0x57c35d[_0x29110b(0x182)]()[_0x29110b(0x165)],_0x67aff8));}_0x35a9a1[_0x29110b(0x2dc)]();}[_0x3704e5(0x2c9)](_0x1fc9c2,_0x3e2afc,_0xff4033){const _0x44664c=_0x3704e5,_0xc07b6d=_0x1fc9c2[_0x44664c(0x1dc)](_0x44664c(0x28a))||_0x1fc9c2[_0x44664c(0x1dc)](_0x44664c(0x23d))?_0x44664c(0x141):_0x1fc9c2[_0x44664c(0x225)]();return _0x4ac571(this[_0x44664c(0x2de)][_0x44664c(0x25a)],_0x3e2afc+'_'+_0xc07b6d+_0x44664c(0x1fd),_0xff4033);}[_0x3704e5(0x24f)](){const _0x2bbbff=_0x3704e5,_0x1e5cd5=this[_0x2bbbff(0x2de)];if(!_0x1e5cd5['ui'])return;const {ariaLiveAnnouncer:_0x48a604}=_0x1e5cd5['ui'];_0x43bdb4(this[_0x2bbbff(0x148)],({left:_0x4cf7f7,entered:_0x5b6b02})=>{const _0x2d422f=_0x2bbbff;for(const _0x1dac73 of _0x4cf7f7){const {group:_0x599e60,type:_0x3808ad}=this[_0x2d422f(0x1a5)](_0x1dac73[_0x2d422f(0x14c)]);if(_0x2d422f(0x18f)===_0x599e60){_0x48a604[_0x2d422f(0x19a)](this[_0x2d422f(0x2c9)](_0x3808ad,_0x2d422f(0x228)));break;}}for(const _0x2a70ec of _0x5b6b02){const {group:_0x7844f2,type:_0x184629}=this[_0x2d422f(0x1a5)](_0x2a70ec[_0x2d422f(0x14c)]);if(_0x2d422f(0x18f)===_0x7844f2){_0x48a604[_0x2d422f(0x19a)](this[_0x2d422f(0x2c9)](_0x184629,_0x2d422f(0x22a),_0x5a4999(_0x1de997)));break;}}});}[_0x3704e5(0x222)](_0x530700){const _0x213e3f=_0x3704e5;if(this[_0x213e3f(0x162)])return!0x1;const _0x9bf3b7=this[_0x213e3f(0x2de)],_0x17add5=_0x9bf3b7[_0x213e3f(0x2d1)][_0x213e3f(0x1fa)][_0x213e3f(0x163)][_0x213e3f(0x24d)]();if(0x0==_0x17add5[_0x213e3f(0x2c7)])return!0x1;const _0xd88170=[],_0x25618a=_0x17add5[_0x213e3f(0x230)](_0xf6f3b2=>_0x213e3f(0x23d)==_0xf6f3b2[_0x213e3f(0x2c1)]),_0x55ec62=_0x17add5[_0x213e3f(0x230)](_0x319d53=>_0x213e3f(0x2a8)==_0x319d53[_0x213e3f(0x2c1)]&&_0x213e3f(0x1f3)!=_0x319d53[_0x213e3f(0x14c)]),_0x1867f6=_0x17add5[_0x213e3f(0x230)](_0x2a01fd=>_0x213e3f(0x208)==_0x2a01fd[_0x213e3f(0x2c1)]&&_0x213e3f(0x1f3)!=_0x2a01fd[_0x213e3f(0x14c)]);for(const _0x32419b of _0x25618a)_0xd88170[_0x213e3f(0x2e1)]({'key':_0x32419b[_0x213e3f(0x1de)],'newValue':_0x32419b[_0x213e3f(0x242)],'oldValue':_0x32419b[_0x213e3f(0x20f)],'range':Pt(_0x32419b[_0x213e3f(0x212)],_0x9bf3b7[_0x213e3f(0x2d1)])});for(const _0xeec15c of _0x55ec62){const _0x3d6e88=_0x1867f6[_0x213e3f(0x1c7)](_0x5141f7=>_0x5141f7[_0x213e3f(0x22c)][_0x213e3f(0x1cf)](_0xeec15c[_0x213e3f(0x22c)]));_0x3d6e88&&_0xd88170[_0x213e3f(0x2e1)]({'key':_0x213e3f(0x26a),'newValue':_0xeec15c[_0x213e3f(0x14c)],'oldValue':_0x3d6e88[_0x213e3f(0x14c)],'range':_0x9bf3b7[_0x213e3f(0x2d1)][_0x213e3f(0x1ae)](_0xeec15c[_0x213e3f(0x22c)][_0x213e3f(0x15b)])});}return 0x0!=_0xd88170[_0x213e3f(0x2c7)]&&this[_0x213e3f(0x2d6)](_0x530700,_0xd88170);}[_0x3704e5(0x1a6)](_0x5b6967){const _0x43eb50=_0x3704e5;let _0x27a8f3=!0x1;const _0x287cf5=this[_0x43eb50(0x2de)][_0x43eb50(0x2d1)][_0x43eb50(0x1fa)][_0x43eb50(0x163)][_0x43eb50(0x20e)]()[_0x43eb50(0x230)](_0x51656e=>_0x51656e[_0x43eb50(0x283)][_0x43eb50(0x268)]&&_0x51656e[_0x43eb50(0x14c)][_0x43eb50(0x1dc)](_0x43eb50(0x1d7)));for(const _0x5f1a88 of _0x287cf5){const {subType:_0x3a6403,id:_0x54ef7e}=this[_0x43eb50(0x1a5)](_0x5f1a88[_0x43eb50(0x14c)]),_0x257077=_0x3a6403[_0x43eb50(0x2b3)]('|')[0x0];for(const _0x557e33 of this[_0x43eb50(0x1d3)]({'skipNotAttached':!0x0}))_0x557e33['id']!=_0x54ef7e&&_0x43eb50(0x23d)==_0x557e33[_0x43eb50(0x2c1)]&&_0x557e33[_0x43eb50(0x283)]&&_0x557e33[_0x43eb50(0x283)][_0x43eb50(0x2b7)]==_0x257077&&_0x557e33[_0x43eb50(0x182)]()[_0x43eb50(0x14a)](_0x5f1a88[_0x43eb50(0x283)][_0x43eb50(0x268)])&&(this[_0x43eb50(0x203)](_0x557e33,_0x5f1a88[_0x43eb50(0x283)][_0x43eb50(0x268)],_0x5b6967),_0x27a8f3=!0x0);}return _0x27a8f3;}[_0x3704e5(0x2c8)](_0x3ff64c){const _0x2768a8=_0x3704e5;this[_0x2768a8(0x2de)],(this[_0x2768a8(0x162)]=!0x0,_0x3ff64c());}[_0x3704e5(0x2cd)](_0x2d06c5){const _0x452e98=_0x3704e5,_0x59c907=this[_0x452e98(0x253)](_0x2d06c5),_0xd519a6=this[_0x452e98(0x267)][_0x452e98(0x17f)](_0x2d06c5);return _0x59c907||_0xd519a6;}[_0x3704e5(0x2d6)](_0x630c68,_0x401ec0){const _0x1b7c77=_0x3704e5;if(0x0==_0x401ec0[_0x1b7c77(0x2c7)])return!0x1;let _0x5c8597=!0x1;for(const _0x4e2d9e of _0x401ec0){const _0x18d56f=this[_0x1b7c77(0x252)](_0x4e2d9e[_0x1b7c77(0x212)],_0x1b7c77(0x23d))[_0x1b7c77(0x230)](_0x110d82=>!_0x110d82[_0x1b7c77(0x25b)][_0x1b7c77(0x177)])[_0x1b7c77(0x2aa)](_0x48f0d8=>_0x48f0d8[_0x1b7c77(0x18f)]),_0x1054c5=_0x4ee80f({'newValue':_0x4e2d9e[_0x1b7c77(0x1a2)]});_0x18d56f[_0x1b7c77(0x230)](_0x5c4f57=>{const _0x374cf4=_0x1b7c77,[_0x2d2497,_0x3cab94]=_0x5c4f57[_0x374cf4(0x15d)][_0x374cf4(0x2b3)]('|');return _0x2d2497==_0x4e2d9e[_0x374cf4(0x2b7)]&&_0x3cab94!=_0x1054c5;})[_0x1b7c77(0x183)](_0x3437c2=>{const _0x37597d=_0x1b7c77;this[_0x37597d(0x203)](_0x3437c2,_0x4e2d9e[_0x37597d(0x212)],_0x630c68),_0x5c8597=!0x0;});}return _0x5c8597;}[_0x3704e5(0x203)](_0x47a1d0,_0x56fa8f,_0x475ee2){const _0x55bc0f=_0x3704e5,_0x8dd053=_0x47a1d0[_0x55bc0f(0x182)]()[_0x55bc0f(0x24b)](_0x56fa8f);0x0!==_0x8dd053[_0x55bc0f(0x2c7)]?0x1!==_0x8dd053[_0x55bc0f(0x2c7)]?this[_0x55bc0f(0x2a7)](_0x47a1d0,_0x56fa8f[_0x55bc0f(0x165)],_0x56fa8f[_0x55bc0f(0x209)]):this[_0x55bc0f(0x1c3)](_0x47a1d0,_0x8dd053[0x0]):_0x475ee2[_0x55bc0f(0x29b)](_0x47a1d0[_0x55bc0f(0x25e)]());}}class Et{constructor(_0x210987){const _0x282710=_0x3704e5;this[_0x282710(0x218)]=_0x210987,this[_0x282710(0x148)]=_0x210987[_0x282710(0x2d1)],this[_0x282710(0x251)]=new Map(),this[_0x282710(0x151)]=new Map(),this[_0x282710(0x2b5)]();}[_0x3704e5(0x1f8)](_0x1126c1,_0x8e53ef,_0x17c71d,_0x1eda01,_0x430273,_0x3dfc8e){const _0x18c6df=_0x3704e5;return new _0x369363(this[_0x18c6df(0x148)],{'type':_0x1126c1,'subType':_0x8e53ef,'id':_0x17c71d,'author':_0x1eda01,'creator':_0x1eda01,'attributes':_0x430273,'onAttributesChange':_0x3dfc8e,'onAccept':(..._0x2705da)=>this[_0x18c6df(0x25c)](_0x1126c1,_0x8e53ef,_0x18c6df(0x211))(..._0x2705da),'onDiscard':(..._0x56f34f)=>this[_0x18c6df(0x25c)](_0x1126c1,_0x8e53ef,_0x18c6df(0x156))(..._0x56f34f)});}[_0x3704e5(0x1f5)](_0xeacb4c,_0x4712c9,_0x38386f,_0x579ce7){const _0x5c7fae=_0x3704e5,_0x23151f=_0xeacb4c+':'+_0x4712c9+':'+_0x38386f;this[_0x5c7fae(0x251)][_0x5c7fae(0x1b9)](_0x23151f,_0x579ce7);}[_0x3704e5(0x25c)](_0x5461fe,_0x5a6ff4,_0x4ead06){const _0x475f12=_0x3704e5,_0x250fcc=_0x5461fe+':'+_0x5a6ff4+':'+_0x4ead06;return this[_0x475f12(0x251)][_0x475f12(0x1a7)](_0x250fcc)||this[_0x475f12(0x151)][_0x475f12(0x1a7)](_0x5461fe+':'+_0x4ead06);}[_0x3704e5(0x2b5)](){const _0x44b03a=_0x3704e5,_0x2c6394=()=>!0x1,_0x164505=_0x3529b9=>{const _0x64c1be=_0x2822;_0x3529b9[_0x64c1be(0x216)]((_0x547e68,_0xc34461)=>_0x547e68[_0x64c1be(0x165)][_0x64c1be(0x192)](_0xc34461[_0x64c1be(0x165)])?0x1:-0x1),this[_0x64c1be(0x148)][_0x64c1be(0x1ef)](_0x5d2cb5=>{const _0x3b651e=_0x64c1be;for(const _0x720cc3 of _0x3529b9){let _0x22089a;_0x22089a=_0x720cc3[_0x3b651e(0x209)][_0x3b651e(0x1df)]&&_0x720cc3[_0x3b651e(0x209)][_0x3b651e(0x285)]==_0x720cc3[_0x3b651e(0x165)][_0x3b651e(0x15b)]?_0x5d2cb5[_0x3b651e(0x1b8)](_0x720cc3[_0x3b651e(0x165)][_0x3b651e(0x15b)],'on'):_0x5d2cb5[_0x3b651e(0x1b8)](_0x720cc3),this[_0x3b651e(0x148)][_0x3b651e(0x20c)](_0x22089a,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4c579c=(_0x48392b,_0xd8d886)=>{const _0x4cb8f6=_0x2822;_0xd8d886&&this[_0x4cb8f6(0x148)][_0x4cb8f6(0x1ef)](_0x272b5f=>{const _0xabbbea=_0x4cb8f6,{commandName:_0x3476df,commandParams:_0x6b682a=[]}=_0xd8d886,_0x45379a=_0x48392b[_0xabbbea(0x2aa)](_0x5e21ad=>(Vt(_0x5e21ad)&&(_0x5e21ad=this[_0xabbbea(0x148)][_0xabbbea(0x1fc)](_0x5e21ad[_0xabbbea(0x209)])),_0x5e21ad))[_0xabbbea(0x230)](_0x2f2963=>_0xabbbea(0x2e3)!==_0x2f2963[_0xabbbea(0x1cd)][_0xabbbea(0x16a)]);if(_0x45379a[_0xabbbea(0x2c7)]<0x1)return;const _0x2235e0=Array[_0xabbbea(0x206)](this[_0xabbbea(0x148)][_0xabbbea(0x1fa)][_0xabbbea(0x1a9)][_0xabbbea(0x241)]())[_0xabbbea(0x2aa)](_0x53f6ed=>_0x8e7e2a[_0xabbbea(0x1e3)](_0x53f6ed));_0x272b5f[_0xabbbea(0x26c)](_0x45379a);for(const _0x5a66eb of this[_0xabbbea(0x218)][_0xabbbea(0x1f0)][_0xabbbea(0x1f0)]())_0x5a66eb[_0xabbbea(0x158)]();_0x6b682a[_0xabbbea(0x2e1)]({'forceDefaultExecution':!0x0}),this[_0xabbbea(0x218)][_0xabbbea(0x196)](_0x3476df,..._0x6b682a);const _0x2943c2=_0x2235e0[_0xabbbea(0x230)](_0x44131a=>_0xabbbea(0x2e3)!=_0x44131a[_0xabbbea(0x1cd)][_0xabbbea(0x16a)]);_0x2943c2[_0xabbbea(0x2c7)]>0x0&&_0x272b5f[_0xabbbea(0x26c)](_0x2943c2);for(const _0x47afad of _0x2235e0)_0x47afad[_0xabbbea(0x157)]();});},_0x2ae83d=(_0x569d8c,_0x41c4d5)=>0x1==_0x569d8c[_0x44b03a(0x2c7)]&&0x1==_0x41c4d5[_0x44b03a(0x2c7)]&&_0x569d8c[0x0][_0x44b03a(0x209)][_0x44b03a(0x1cf)](_0x41c4d5[0x0][_0x44b03a(0x165)]),_0x51041c=(_0x529128,_0x2e991f,_0x1a9278,_0x1f290e)=>Ht(_0x529128,_0x2e991f,_0x1a9278,_0x1f290e,this[_0x44b03a(0x148)])?[_0x529128,_0x2e991f]:Ht(_0x2e991f,_0x529128,_0x1f290e,_0x1a9278,this[_0x44b03a(0x148)])?[_0x2e991f,_0x529128]:null;this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x1e8),_0x2c6394),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x1b2),_0x164505),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x239),_0x2ae83d),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x1bb),_0x51041c),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x161),_0x164505),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x293),_0x2c6394),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x1db),_0x2ae83d),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x257),_0x51041c),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x1c4),_0x4c579c),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x173),_0x2c6394),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x28e),_0x2ae83d),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x1a4),_0x2c6394),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x1f1),_0x4c579c),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x249),_0x2c6394),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x2a0),_0x2ae83d),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x22e),_0x2c6394),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x27f),_0x2c6394),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x149),(_0xe2a0dd,_0xdf8928)=>{const _0x1068fb=_0x44b03a;if(!_0xdf8928)return;const _0x2ec350=this[_0x1068fb(0x218)][_0x1068fb(0x1eb)][_0x1068fb(0x1a7)](p);this[_0x1068fb(0x148)][_0x1068fb(0x1ef)](_0xce2242=>{const _0x301cf9=_0x1068fb;if(_0x301cf9(0x26a)==_0xdf8928[_0x301cf9(0x2b7)])for(const _0x22f5f8 of _0xe2a0dd){const _0x14c6f0=_0x22f5f8[_0x301cf9(0x165)][_0x301cf9(0x15b)],_0x11e9f4=_0xdf8928[_0x301cf9(0x166)];_0xce2242[_0x301cf9(0x2db)](_0x14c6f0,_0x11e9f4);}else{if(_0x2ec350[_0x301cf9(0x253)](_0xdf8928[_0x301cf9(0x2b7)])){for(const _0x466f8b of _0xe2a0dd)void 0x0!==_0xdf8928[_0x301cf9(0x166)]?_0xce2242[_0x301cf9(0x232)](_0xdf8928[_0x301cf9(0x2b7)],_0xdf8928[_0x301cf9(0x166)],_0x466f8b[_0x301cf9(0x165)][_0x301cf9(0x15b)]):_0xce2242[_0x301cf9(0x207)](_0xdf8928[_0x301cf9(0x2b7)],_0x466f8b[_0x301cf9(0x165)][_0x301cf9(0x15b)]);}else{for(const _0x526590 of _0xe2a0dd)_0xdf8928[_0x301cf9(0x166)]?_0xce2242[_0x301cf9(0x232)](_0xdf8928[_0x301cf9(0x2b7)],_0xdf8928[_0x301cf9(0x166)],_0x526590):_0xce2242[_0x301cf9(0x207)](_0xdf8928[_0x301cf9(0x2b7)],_0x526590);}}});}),this[_0x44b03a(0x151)][_0x44b03a(0x1b9)](_0x44b03a(0x1c9),_0x2ae83d);}}function Ot(_0x4e22e1,_0x337508,_0x1b81d4){const _0x861d65=_0x3704e5;for(const _0x51409d of _0x337508[_0x861d65(0x285)][_0x861d65(0x201)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x51409d[_0x861d65(0x1cd)]==_0x51409d)return!0x1;if(!_0x1b81d4[_0x861d65(0x220)](_0x51409d))return!0x1;if(_0x4e22e1[_0x861d65(0x21f)](_0x51409d)||_0x4e22e1[_0x861d65(0x20a)](_0x51409d))return!0x0;}return!0x1;}function Vt(_0x15450a){const _0x5438ac=_0x3704e5;return _0x15450a[_0x5438ac(0x209)][_0x5438ac(0x285)]==_0x15450a[_0x5438ac(0x165)][_0x5438ac(0x15b)]&&_0x15450a[_0x5438ac(0x209)][_0x5438ac(0x142)];}function Ut(_0x2463eb,_0x216eb3,_0x2804c1,_0x43d0c6){const _0x5dcda6=_0x3704e5,_0x1ca394=_0xf5182a=>!_0xf5182a[_0x5dcda6(0x273)]['is'](_0x5dcda6(0x197))&&!_0x43d0c6[_0x5dcda6(0x21f)](_0xf5182a[_0x5dcda6(0x273)]),_0x43a8a2=_0x2463eb[_0x5dcda6(0x165)][_0x5dcda6(0x27d)](_0x1ca394),_0x21710c=_0x2463eb[_0x5dcda6(0x209)][_0x5dcda6(0x27d)](_0x1ca394,{'direction':_0x5dcda6(0x234)});return(!_0x2463eb[_0x5dcda6(0x165)][_0x5dcda6(0x1cf)](_0x43a8a2)||!_0x2463eb[_0x5dcda6(0x209)][_0x5dcda6(0x1cf)](_0x21710c))&&(_0x43a8a2[_0x5dcda6(0x192)](_0x21710c)?_0x2804c1[_0x5dcda6(0x16f)](_0x216eb3,{'range':_0x2804c1[_0x5dcda6(0x1fc)](_0x43a8a2,_0x21710c)}):_0x2804c1[_0x5dcda6(0x29b)](_0x216eb3),!0x0);}function Gt(_0x50ab9f){return _0x4ee80f(_0x50ab9f);}function Ft(_0x118f49){const _0x43aed3=_0x3704e5,_0x39ce1e=_0x118f49[_0x43aed3(0x165)][_0x43aed3(0x15b)];return _0x39ce1e&&_0x39ce1e['is'](_0x43aed3(0x277));}function Pt(_0x320645,_0x8ef036){const _0x44f997=_0x3704e5;return null==_0x320645[_0x44f997(0x209)][_0x44f997(0x19e)]&&_0x320645[_0x44f997(0x209)][_0x44f997(0x285)]==_0x320645[_0x44f997(0x165)][_0x44f997(0x15b)]?Lt(_0x320645[_0x44f997(0x165)][_0x44f997(0x15b)],_0x8ef036):_0x320645;}function Lt(_0x1e169e,_0x3cde80){const _0x1566d3=_0x3704e5,_0x13073b=_0x3cde80[_0x1566d3(0x18c)][_0x1566d3(0x21f)](_0x1e169e)||_0x3cde80[_0x1566d3(0x18c)][_0x1566d3(0x29a)](_0x1e169e);return _0x3cde80[_0x1566d3(0x1fc)](_0x3cde80[_0x1566d3(0x1ce)](_0x1e169e,_0x1566d3(0x255)),_0x13073b?_0x3cde80[_0x1566d3(0x250)](_0x1e169e):_0x3cde80[_0x1566d3(0x1ce)](_0x1e169e,_0x1566d3(0x209)));}function Ht(_0x5b04de,_0x54777f,_0x25ce69,_0x9ca5b8,_0x6b1971){const _0x40cc64=_0x3704e5;if(_0x5b04de[_0x40cc64(0x2b6)])return!0x1;if(!Jt(_0x5b04de,_0x54777f))return!0x1;if(_0x25ce69[_0x40cc64(0x209)][_0x40cc64(0x1cf)](_0x9ca5b8[_0x40cc64(0x165)]))return!0x0;if(_0x5b04de[_0x40cc64(0x2c1)]!=_0x54777f[_0x40cc64(0x2c1)])return!0x1;if(!_0x25ce69[_0x40cc64(0x209)][_0x40cc64(0x21a)](_0x9ca5b8[_0x40cc64(0x165)]))return!0x1;const _0x28a40f=_0x6b1971[_0x40cc64(0x1fc)](_0x25ce69[_0x40cc64(0x209)],_0x9ca5b8[_0x40cc64(0x165)])[_0x40cc64(0x1d5)]();for(const _0x2a0b1a of _0x28a40f)if([_0x40cc64(0x1c8),_0x40cc64(0x259)][_0x40cc64(0x2bc)](_0x2a0b1a[_0x40cc64(0x2c1)])&&_0x6b1971[_0x40cc64(0x18c)][_0x40cc64(0x20a)](_0x2a0b1a[_0x40cc64(0x273)]))return!0x1;return!0x0;}function Jt(_0x4ab213,_0x42e4ca){const _0x514606=_0x3704e5;if(!_0x4ab213[_0x514606(0x1b3)]||!_0x42e4ca[_0x514606(0x1b3)])return!0x1;const _0x4d2df6=new Set(Object[_0x514606(0x29f)](_0x4ab213[_0x514606(0x26e)])),_0x27e910=new Set(Object[_0x514606(0x29f)](_0x42e4ca[_0x514606(0x26e)]));if(_0x4d2df6[_0x514606(0x17d)](_0x514606(0x23b)),_0x27e910[_0x514606(0x17d)](_0x514606(0x23b)),0x0==_0x4d2df6[_0x514606(0x2e0)]&&0x0==_0x27e910[_0x514606(0x2e0)])return!0x0;if(_0x4d2df6[_0x514606(0x2e0)]!=_0x27e910[_0x514606(0x2e0)])return!0x1;const _0x2565f2={..._0x4ab213[_0x514606(0x26e)]},_0x56fcc2={..._0x42e4ca[_0x514606(0x26e)]};return delete _0x2565f2[_0x514606(0x23b)],delete _0x56fcc2[_0x514606(0x23b)],JSON[_0x514606(0x23c)](_0x2565f2)==JSON[_0x514606(0x23c)](_0x56fcc2);}function qt(_0x14810e,_0x5508ec){const _0x57dc7b=_0x3704e5,_0x52b4ad=zt(_0x14810e[_0x57dc7b(0x26e)]),_0x180dbc=zt(_0x5508ec);if(!_0x14810e[_0x57dc7b(0x1b3)])return!0x1;for(const _0x237576 of Object[_0x57dc7b(0x29f)](_0x180dbc))if(!_0x3ea93e(_0x52b4ad[_0x237576],_0x180dbc[_0x237576]))return!0x1;return!0x0;}function zt(_0x3b52fa){const _0xc99e8f=_0x3704e5,_0x3bace9=Object[_0xc99e8f(0x2bf)]({},_0x3b52fa);return delete _0x3bace9[_0xc99e8f(0x2a6)],delete _0x3bace9[_0xc99e8f(0x15c)],_0x3bace9;}
|