@ckeditor/ckeditor5-track-changes 41.3.0 → 41.4.0-alpha.0
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-content.css +4 -0
- package/dist/index-editor.css +4 -0
- package/dist/index.css +4 -0
- package/dist/index.js +23 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/types/augmentation.d.ts +44 -0
- package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/trackchangescommand.d.ts +30 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/integrations/aiassistant.d.ts +21 -0
- package/dist/types/integrations/alignment.d.ts +21 -0
- package/dist/types/integrations/basicstyles.d.ts +21 -0
- package/dist/types/integrations/blockquote.d.ts +21 -0
- package/dist/types/integrations/casechange.d.ts +21 -0
- package/dist/types/integrations/ckbox.d.ts +21 -0
- package/dist/types/integrations/codeblock.d.ts +21 -0
- package/dist/types/integrations/comments.d.ts +18 -0
- package/dist/types/integrations/deletecommand.d.ts +21 -0
- package/dist/types/integrations/entercommand.d.ts +20 -0
- package/dist/types/integrations/findandreplace.d.ts +25 -0
- package/dist/types/integrations/font.d.ts +21 -0
- package/dist/types/integrations/formatpainter.d.ts +21 -0
- package/dist/types/integrations/heading.d.ts +21 -0
- package/dist/types/integrations/highlight.d.ts +21 -0
- package/dist/types/integrations/horizontalline.d.ts +21 -0
- package/dist/types/integrations/htmlembed.d.ts +21 -0
- package/dist/types/integrations/image.d.ts +21 -0
- package/dist/types/integrations/imagereplace.d.ts +21 -0
- package/dist/types/integrations/imagestyle.d.ts +21 -0
- package/dist/types/integrations/importword.d.ts +22 -0
- package/dist/types/integrations/indent.d.ts +21 -0
- package/dist/types/integrations/inputcommand.d.ts +20 -0
- package/dist/types/integrations/legacylist.d.ts +21 -0
- package/dist/types/integrations/legacylistproperties.d.ts +33 -0
- package/dist/types/integrations/link.d.ts +21 -0
- package/dist/types/integrations/list.d.ts +21 -0
- package/dist/types/integrations/listproperties.d.ts +24 -0
- package/dist/types/integrations/mediaembed.d.ts +21 -0
- package/dist/types/integrations/mention.d.ts +21 -0
- package/dist/types/integrations/multilevellist.d.ts +28 -0
- package/dist/types/integrations/pagebreak.d.ts +21 -0
- package/dist/types/integrations/paragraph.d.ts +21 -0
- package/dist/types/integrations/removeformat.d.ts +21 -0
- package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
- package/dist/types/integrations/shiftentercommand.d.ts +20 -0
- package/dist/types/integrations/standardeditingmode.d.ts +21 -0
- package/dist/types/integrations/style.d.ts +21 -0
- package/dist/types/integrations/table.d.ts +46 -0
- package/dist/types/integrations/tablecaption.d.ts +26 -0
- package/dist/types/integrations/tableclipboard.d.ts +23 -0
- package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
- package/dist/types/integrations/tableheadings.d.ts +26 -0
- package/dist/types/integrations/tablemergesplit.d.ts +26 -0
- package/dist/types/integrations/tableofcontents.d.ts +21 -0
- package/dist/types/integrations/tableproperties.d.ts +31 -0
- package/dist/types/integrations/template.d.ts +21 -0
- package/dist/types/integrations/title.d.ts +21 -0
- package/dist/types/integrations/undo.d.ts +21 -0
- package/dist/types/integrations/utils.d.ts +25 -0
- package/dist/types/suggestion.d.ts +295 -0
- package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
- package/dist/types/trackchanges.d.ts +184 -0
- package/dist/types/trackchangesconfig.d.ts +82 -0
- package/dist/types/trackchangesdata.d.ts +45 -0
- package/dist/types/trackchangesediting.d.ts +530 -0
- package/dist/types/trackchangesui.d.ts +42 -0
- package/dist/types/ui/suggestioncontroller.d.ts +41 -0
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
- package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
- package/dist/types/utils/common-translations.d.ts +13 -0
- package/dist/types/utils/utils.d.ts +34 -0
- package/package.json +4 -3
- 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.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/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 +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x19fd03=_0x50a9;(function(_0x421410,_0x2d8ea6){const _0x339c80=_0x50a9,_0x31881b=_0x421410();while(!![]){try{const _0x49a505=parseInt(_0x339c80(0x279))/0x1+-parseInt(_0x339c80(0x18c))/0x2*(parseInt(_0x339c80(0x221))/0x3)+-parseInt(_0x339c80(0x123))/0x4+parseInt(_0x339c80(0x259))/0x5+-parseInt(_0x339c80(0x247))/0x6+-parseInt(_0x339c80(0x22f))/0x7*(-parseInt(_0x339c80(0x1c6))/0x8)+-parseInt(_0x339c80(0x238))/0x9*(-parseInt(_0x339c80(0x228))/0xa);if(_0x49a505===_0x2d8ea6)break;else _0x31881b['push'](_0x31881b['shift']());}catch(_0xe68c51){_0x31881b['push'](_0x31881b['shift']());}}}(_0x2836,0x883c4));import{Plugin as _0x2fa14d,PendingActions as _0x2e406e}from'ckeditor5/src/core.js';import{LiveRange as _0x1b6ab6}from'ckeditor5/src/engine.js';import{CKEditorError as _0x1f491d,uid as _0x147f23,priorities as _0x4d5b3f,logWarning as _0x19da36}from'ckeditor5/src/utils.js';import{toWidget as _0x4bec4b}from'ckeditor5/src/widget.js';import{Users as _0x4c9b60,hashObject as _0x4f943b,surroundingMarkersDetector as _0x1b08f5}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4278f7 from'./commands/trackchangescommand.js';import _0x48fb8e from'./commands/acceptsuggestioncommand.js';import _0x28a729 from'./commands/discardsuggestioncommand.js';import _0x4db6c6 from'./commands/executeonallsuggestionscommand.js';import _0x2306ee from'./commands/executeonselectedsuggestionscommand.js';import _0x443fee from'./suggestion.js';import _0x42cdf6 from'./suggestiondescriptionfactory.js';import _0x15ca1e from'./integrations/aiassistant.js';import _0x421dcc from'./integrations/alignment.js';import _0x473a9c from'./integrations/basicstyles.js';import _0x9891e8 from'./integrations/blockquote.js';import _0x35f2f3 from'./integrations/casechange.js';import _0x1d5e23 from'./integrations/ckbox.js';import _0x2c39da from'./integrations/codeblock.js';import _0x4ea388 from'./integrations/comments.js';import _0x38c07e from'./integrations/deletecommand.js';import _0x569ed6 from'./integrations/list.js';import _0x1c1594 from'./integrations/listproperties.js';import _0x61c9a5 from'./integrations/entercommand.js';import _0x31ddeb from'./integrations/findandreplace.js';import _0xa8b2a9 from'./integrations/font.js';import _0x3e9081 from'./integrations/formatpainter.js';import _0x5cd2eb from'./integrations/heading.js';import _0x4dfadd from'./integrations/highlight.js';import _0x314b07 from'./integrations/horizontalline.js';import _0x26e1cb from'./integrations/htmlembed.js';import _0x488e73 from'./integrations/image.js';import _0x5e7aa7 from'./integrations/imagereplace.js';function _0x2836(){const _0xa7a39e=['substr','concat','suggestion:','model','collaboration.channelId','track-changes-command-not-found','from','ck-suggestion-marker--active','_initAriaMarkerChangeAnnouncements','comments','isAfter','end','refresh','attributeOldValue','createPositionAfter','updateSuggestion','_commentsRepository','toUpperCase','change:_saved','stopListening','addRange','insertion:chain','writer','_mergeNestedSuggestions','formatGroupId','markAttributeChange','deletion:chain','trackChanges','group','_setSuggestionData','dataReady','differ','registerCustomCallback','schema','addClass','assign','notReady','conversion','enqueueChange','removeMarker:suggestion:formatBlock','containsPosition','isOwn','_checkSuggestionCorrectness','unbindElementFromMarkerName','insert','getNearestSelectionRange','markBlockFormat','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.','formatBlock:chain','delete','acceptSelectedSuggestions','editingDowncast','ck-suggestion-marker-formatInline','authoredAt','TrackChangesEditing','detach','_adapter','attribute:accept','authorName','_getAuthorFromId','getSuggestion','removeMarker:suggestion:attribute','getCustomProperty','ready','_findSuggestions','deleteContent','deletion:accept','locale','isArray','previous','markMultiRangeBlockFormat','getItems','formatBlock','_enableDefaultAttributesIntegration','next','howMany','rethrowUnexpectedError','set','suggestion-type','removeAttribute','chain','includes','fetchCommentThread','execute','attribute:discard','deletion','fromRange','config','12AzNpFS','resolve','map','highest','change','ariaLiveAnnouncer','markers','50hMmYoz','error-saving-suggestion-data-suggestion-discarded','newValue','createSelection','_isBlockAttribute','normal','rename','18438AuxiAk','isCollapsed','root','join','_enabledCommands','selection','isIntersecting','getSuggestions','track-changes-adapter-already-set','1626417AaNYAS','track-changes-suggestion-data-mismatch','data-suggestion','getChangedMarkers','suggestion:attribute:','markDeletion','createElement','formatInline','author','markerToData','return','isTouching','_registerInlineAttribute','getAttribute','_refreshAttributeSuggestionsChain','1692960TeBXHC','values','addSuggestion','push','_isForcedDefaultExecutionBlock','_suggestionState','trackChanges.mergeNestedSuggestions','_reduceSuggestionAttributeRange','track-changes-suggestion-not-found','getFirstRange','groupId','discardSelectedSuggestions','pop','attributeNewValue','_updateSuggestionData','every','removeMarkers','_setSuggestionRange','3366985DKmwoB','oldRange','isNextTo','get','elementEnd','getUser','isUndo','_getMarkerAnnouncementText','formatBlock:','remove','applyOperation','adapter','item','clone','@external','dataToMarker','commands','_removeSuggestion','upcast','containsItem','clear','widget','enableCommand','always','hasComments','start','reconvertMarker','createPositionAt','CommentsRepository','_addSuggestionMarker','meta','_suggestions','157028LrtTRO','document','insertion:accept','insertion:','markInsertion','commentThread','updateMarker','getIntersection','addMarker:suggestion','formatBlock:join','_blockAttributeKeys','then','_rangeIsInLocalUserInsertion','name','moveTargetPosition','filter','track-changes-enable-command-twice','getDifference','_joinSuggestions','addMarker','_handleNewSuggestionMarker','rejected','_createSuggestion','setAttribute','setTo','getChanges','options','_saved','getLastMatchingPosition','buildSuggestion','hasSuggestion','subType','low','_registerBlockAttribute','for','hasCommentThread','_refreshSuggestionsChain','oldValue','_getSuggestionData','getMarkers','size','attribute','elementStart','high','ENTER','isExternal','nodeBefore','deletion:join','markMultiRangeDeletion','attributeKey','formatBlock:discard','define','isIntersectingWithRange','addHighlight','_isRegisteredAttribute','_trackFormatChanges','getAllAdjacentSuggestions','value','warn','fromCharCode','markerToHighlight','isLimit','multipleBlocks','_addThreadToSuggestion','targetPosition','markerNameToElements','attributes','$elementName','isLocal','formatInline:join','format','isMultiRange','change:data','markInlineFormat','getRanges','isBlock','$text','announce','_getAttributeKey','attribute:','removeMarker','FORMATTING','elementToElement','track-changes-adapter-missing-getsuggestion','unshift','insertion','listenTo','marker-count','showSuggestionHighlights','isDocumentOperation','1819904bQXYTP','discardAllSuggestions','Users','stop','consume','LEAVE','toJSON','_defaultCallbacks','splitPosition','external:','$marker','containerElement','isObject','sort','head','registerPostFixer','commandName','originalSuggestionId','_customCallbacks','activeMarkers','markerReady','_processAttributeChanges','tablePasteChainId','enableReadOnlyMode','ck-suggestion-marker','formatInline:accept','setSelection','multi','find','accepted','suggestionChanged','containsRangeInObject','addCommentThread','$textProxy','suggestion','_suggestionFactory','insertion:join','bindElementToMarker','deletion:discard','isInsideObject','open','formatBlock:accept','_processAttributeSuggestions','before','isBefore','addMarker:suggestion:formatBlock','_splitMarkerName','forward','backward','getMultiRangeId','init','toViewElement','keys','plugins','insertContent','_afterChanges','addUser','nodeAfter','move','PendingActions','PENDING_ACTION_SUGGESTION','getFirstMarker','createPositionBefore','range','_recordAttributeChanges','mapper','getCommentThread','never','skipNestingCheck','default','documentSelection','_registerDefaultCallbacks','isSelectable','createRange','containsRange','position','removeClass','markerName','getSuggestionCallback','_inlineAttributeKeys','insertion:discard','_onDiscard','editor','requires','removeComment','has','_reduceExistingSuggestions','batch','length','track-changes-user-not-found','addMarker:suggestion:attribute','ck-suggestion-marker-','discardSuggestion','after','acceptSuggestion','forceDefaultExecution','pluginName','isEqual','catch','formatInline:discard','_editor','forEach','newRange','markMultiRangeInsertion','some','260244VSaesy','_getExternalAuthor','createRangeOn','_recordAttributeSuggestions','parent','element','getRange','unbind','deletion:','createRangeIn','split','_cutOutSuggestionMarker','consumable','trackChangesCommand','update:suggestion','change:activeMarkers','acceptAllSuggestions','_element','formatInline:chain','lowest','attribute:join','createdAt','accept','removed','trackChanges.trackFormatChanges','$graveyard','add','_isDataLoaded','ck-suggestion-marker-formatBlock','getShiftedBy','addComment','editing','isAtStart','isInContent','discard','substring','getAncestors','formatInline:','type','_descriptionFactory','creator','addMarkerName','_model','fire','startsWith','getContainedElement','addSuggestionData','key','getWalker','splice','dataDowncast','isRemovable','_SUGGESTION_ANNOUNCEMENT','isAtEnd','rootName','_breakSuggestionMarker','suggestionLoaded','_joinWithAdjacentSuggestions','248YrQufc','data','suggestionUnloaded'];_0x2836=function(){return _0xa7a39e;};return _0x2836();}import _0x3f50fb from'./integrations/imagestyle.js';import _0x4ab095 from'./integrations/importword.js';import _0xef5677 from'./integrations/indent.js';import _0x16aa3c from'./integrations/inputcommand.js';import _0x467f42 from'./integrations/link.js';import _0x4f1333 from'./integrations/legacylist.js';function _0x50a9(_0x4c7ed0,_0x5d637a){const _0x283631=_0x2836();return _0x50a9=function(_0x50a974,_0x316d1d){_0x50a974=_0x50a974-0xcf;let _0x5665f9=_0x283631[_0x50a974];return _0x5665f9;},_0x50a9(_0x4c7ed0,_0x5d637a);}import _0x42740a from'./integrations/legacylistproperties.js';import _0x24add2 from'./integrations/mediaembed.js';import _0x305eb7 from'./integrations/mention.js';import _0x2d788e from'./integrations/multilevellist.js';import _0x3664c1 from'./integrations/pagebreak.js';import _0x547ea3 from'./integrations/paragraph.js';import _0x10211e from'./integrations/removeformat.js';import _0x36f3af from'./integrations/restrictededitingmode.js';import _0x125c50 from'./integrations/shiftentercommand.js';import _0x55ec20 from'./integrations/standardeditingmode.js';import _0x315c21 from'./integrations/style.js';import _0x1323e2 from'./integrations/table.js';import _0x29e6f1 from'./integrations/tablemergesplit.js';import _0x66bc8b from'./integrations/tableheadings.js';import _0x2b7816 from'./integrations/tableclipboard.js';import _0x22606d from'./integrations/tablecolumnresize.js';import _0x523115 from'./integrations/template.js';import _0x1446f1 from'./integrations/tableofcontents.js';import _0x17a8a7 from'./integrations/title.js';import _0x137983 from'./integrations/undo.js';import _0x1610d3 from'./integrations/tablecaption.js';import _0x254b35 from'./integrations/tableproperties.js';import{getTranslation as _0xe5b8b9}from'./utils/common-translations.js';import{isEqual as _0x5eb54e,omit as _0x6b8dd2}from'lodash-es';export const renameAttributeKey=_0x19fd03(0x10c);export default class p extends _0x2fa14d{static get[_0x19fd03(0x176)](){const _0x4fe4b7=_0x19fd03;return[_0x4fe4b7(0x275),_0x4c9b60,_0x2e406e,_0x15ca1e,_0x421dcc,_0x473a9c,_0x9891e8,_0x1d5e23,_0x35f2f3,_0x2c39da,_0x4ea388,_0x38c07e,_0x61c9a5,_0x31ddeb,_0xa8b2a9,_0x3e9081,_0x5cd2eb,_0x4dfadd,_0x314b07,_0x26e1cb,_0x488e73,_0x3f50fb,_0x5e7aa7,_0x4ab095,_0xef5677,_0x16aa3c,_0x4f1333,_0x42740a,_0x2d788e,_0x467f42,_0x569ed6,_0x1c1594,_0x24add2,_0x305eb7,_0x3664c1,_0x547ea3,_0x10211e,_0x36f3af,_0x125c50,_0x55ec20,_0x315c21,_0x1323e2,_0x29e6f1,_0x66bc8b,_0x1610d3,_0x2b7816,_0x22606d,_0x1446f1,_0x254b35,_0x523115,_0x17a8a7,_0x137983];}static get[_0x19fd03(0x183)](){const _0x377477=_0x19fd03;return _0x377477(0x1ff);}constructor(_0x5cb3f3){const _0x2e1ec9=_0x19fd03;function _0x43acb4(_0x5e7507){const _0x126f1c=_0x50a9;return _0x5e7507[_0x126f1c(0x223)](_0x4720bb=>String[_0x126f1c(0x104)](_0x4720bb))[_0x126f1c(0x232)]('');}super(_0x5cb3f3),this[_0x2e1ec9(0x18f)]=!0x1,this[_0x2e1ec9(0x216)](_0x2e1ec9(0x136),[]),this['on'](_0x2e1ec9(0x19b),(_0x5e532e,_0x17f4ad,_0x2eed70,_0xf94df1)=>{const _0x59ec43=_0x2e1ec9;this[_0x59ec43(0x1b6)][_0x59ec43(0x225)](()=>{const _0x178ff6=_0x59ec43;for(const _0x5dc8b5 of[..._0xf94df1,..._0x2eed70])this[_0x178ff6(0x1b6)][_0x178ff6(0x227)][_0x178ff6(0x178)](_0x5dc8b5)&&_0x5cb3f3[_0x178ff6(0x1ab)][_0x178ff6(0x273)](_0x5dc8b5);});}),this[_0x2e1ec9(0x1b3)]=new _0x42cdf6(this[_0x2e1ec9(0x175)][_0x2e1ec9(0x1cc)][_0x2e1ec9(0x1ea)],this[_0x2e1ec9(0x175)][_0x2e1ec9(0x20c)]),this[_0x2e1ec9(0x201)]=null,this[_0x2e1ec9(0x146)]=new xt(this[_0x2e1ec9(0x175)]),this[_0x2e1ec9(0x278)]=new Map(),this[_0x2e1ec9(0x1d9)]=_0x5cb3f3[_0x2e1ec9(0x158)][_0x2e1ec9(0x25c)](_0x2e1ec9(0x275)),this[_0x2e1ec9(0x233)]=new Set(),this[_0x2e1ec9(0x1b6)]=this[_0x2e1ec9(0x175)][_0x2e1ec9(0x1cc)],this[_0x2e1ec9(0x24c)]=new WeakMap(),this[_0x2e1ec9(0x24b)]=!0x1,this[_0x2e1ec9(0xd3)]=new Set([_0x2e1ec9(0x10c)]),this[_0x2e1ec9(0x172)]=new Set(),_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0xfc)](_0x2e1ec9(0x1a4),_0x2e1ec9(0x168)),this[_0x2e1ec9(0x100)]=_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0x25c)](_0x2e1ec9(0x1a4)),_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0xfc)](_0x2e1ec9(0x24d),!0x0),this[_0x2e1ec9(0x1e0)]=_0x5cb3f3[_0x2e1ec9(0x220)][_0x2e1ec9(0x25c)](_0x2e1ec9(0x24d)),this[_0x2e1ec9(0x199)]=new _0x4278f7(_0x5cb3f3,this[_0x2e1ec9(0x233)]),this[_0x2e1ec9(0x1d1)](),this[_0x43acb4([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x43acb4([0x34,0x30,0x34,0x38,0x30,0x38,0x32,0x30]);}[_0x19fd03(0x155)](){const _0x53f6ce=_0x19fd03,_0x25d7b8=this[_0x53f6ce(0x175)],_0x42ccc3=(_0x195b66,_0x51d05f)=>{const _0x46b197=_0x53f6ce;if(_0x46b197(0xf2)!=_0x195b66)return _0x46b197(0x17e)+_0x195b66;const _0x5ab665=_0x51d05f[_0x46b197(0x196)]('|')[0x0];return this[_0x46b197(0x22c)](_0x5ab665)?_0x46b197(0x1a8):_0x46b197(0x1fd);};_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x105)]({'model':_0x53f6ce(0x145),'view':_0x9c9685=>{const _0x335e36=_0x53f6ce,{id:_0x1acf30,type:_0x1db0ae,subType:_0x1e83f3}=this[_0x335e36(0x151)](_0x9c9685[_0x335e36(0x170)]),_0x46c424=[_0x335e36(0x13b),_0x42ccc3(_0x1db0ae,_0x1e83f3)];let _0x34b0dd=0xbb8;return this[_0x335e36(0x136)][_0x335e36(0x21a)](_0x9c9685[_0x335e36(0x170)])&&(_0x46c424[_0x335e36(0x24a)](_0x335e36(0x1d0)),_0x34b0dd=0xbc2),_0x335e36(0x21e)==_0x1db0ae&&(_0x34b0dd+=0x5),{'classes':_0x46c424,'attributes':{'data-suggestion':_0x1acf30},'priority':_0x34b0dd};}}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x1a6)](_0x4c7d82=>{const _0x52f546=_0x53f6ce;_0x4c7d82['on'](_0x52f546(0xd1),(_0x50ec2d,_0x3b24e6,_0xd5c5e1)=>{const _0x5edc23=_0x52f546;if(!_0xd5c5e1[_0x5edc23(0xe3)][_0x5edc23(0x121)])return;const _0x5ab8de=_0x3b24e6[_0x5edc23(0x265)];if(!_0x5ab8de)return;const _0x2526b0=_0xd5c5e1[_0x5edc23(0x164)][_0x5edc23(0x156)](_0x5ab8de);_0x25d7b8[_0x5edc23(0x1cc)][_0x5edc23(0x1ea)][_0x5edc23(0x12f)](_0x5ab8de)&&_0x2526b0&&!_0x2526b0[_0x5edc23(0x207)](_0x5edc23(0x26e))&&_0x2526b0['is'](_0x5edc23(0x12e))&&_0x4bec4b(_0x2526b0,_0xd5c5e1[_0x5edc23(0x1df)]);},{'priority':_0x52f546(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x105)]({'model':_0x53f6ce(0x145),'view':(_0x374ddd,_0x2e49d2)=>{const _0x4e0179=_0x53f6ce;if(!_0x2e49d2[_0x4e0179(0xe3)][_0x4e0179(0x121)])return null;const {type:_0x3ae983,subType:_0x2bf9c1}=this[_0x4e0179(0x151)](_0x374ddd[_0x4e0179(0x170)]);return{'classes':[_0x4e0179(0x13b),_0x42ccc3(_0x3ae983,_0x2bf9c1)],'priority':0xbb8};}});const _0x902588=({showActiveMarkers:_0x52e5b4=!0x0,isAttributeSuggestion:_0x49d638=!0x1}={})=>(_0x5e6e93,_0x41548c,_0x5da9b)=>{const _0x1024ef=_0x53f6ce;if(!_0x41548c[_0x1024ef(0x265)])return;const {id:_0x2700b0}=this[_0x1024ef(0x151)](_0x41548c[_0x1024ef(0x170)]);if(_0x49d638){const _0x2fd27c=this[_0x1024ef(0x278)][_0x1024ef(0x25c)](_0x2700b0),_0x45ffbb=this[_0x1024ef(0x117)](_0x2fd27c);if(!this[_0x1024ef(0x22c)](_0x45ffbb))return;}if(_0x41548c[_0x1024ef(0x265)]['is'](_0x1024ef(0x234)))return void _0x5da9b[_0x1024ef(0x198)][_0x1024ef(0x127)](_0x41548c[_0x1024ef(0x265)],_0x5e6e93[_0x1024ef(0xd6)]);const _0x239f1d=_0x5da9b[_0x1024ef(0x164)][_0x1024ef(0x156)](_0x41548c[_0x1024ef(0x265)]);if(_0x41548c[_0x1024ef(0x265)]['is'](_0x1024ef(0x191))&&_0x25d7b8[_0x1024ef(0x1cc)][_0x1024ef(0x1ea)][_0x1024ef(0x114)](_0x41548c[_0x1024ef(0x265)])&&!_0x239f1d[_0x1024ef(0x207)](_0x1024ef(0xfe))){_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0x1eb)]([_0x1024ef(0x13b),_0x1024ef(0x1a8)],_0x239f1d),_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0xe0)](_0x1024ef(0x23a),_0x2700b0,_0x239f1d),_0x5da9b[_0x1024ef(0x164)][_0x1024ef(0x148)](_0x239f1d,_0x41548c[_0x1024ef(0x170)]),_0x52e5b4&&(this[_0x1024ef(0x136)][_0x1024ef(0x21a)](_0x41548c[_0x1024ef(0x170)])?_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0x1eb)](_0x1024ef(0x1d0),_0x239f1d):_0x5da9b[_0x1024ef(0x1df)][_0x1024ef(0x16f)](_0x1024ef(0x1d0),_0x239f1d));for(const _0x1e56f1 of _0x25d7b8[_0x1024ef(0x1cc)][_0x1024ef(0x195)](_0x41548c[_0x1024ef(0x265)])[_0x1024ef(0x210)]())_0x5da9b[_0x1024ef(0x198)][_0x1024ef(0x127)](_0x1e56f1,_0x5e6e93[_0x1024ef(0xd6)]);_0x5da9b[_0x1024ef(0x198)][_0x1024ef(0x127)](_0x41548c[_0x1024ef(0x265)],_0x5e6e93[_0x1024ef(0xd6)]);}};_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x1a6)](_0x357fba=>{const _0x120f83=_0x53f6ce;_0x357fba['on'](_0x120f83(0x150),(_0x2c5054,_0x65b3f9,_0x3b3438)=>{const _0x26ce52=_0x120f83;_0x3b3438[_0x26ce52(0xe3)][_0x26ce52(0x121)]&&_0x902588({'showActiveMarkers':!0x1})(_0x2c5054,_0x65b3f9,_0x3b3438);},{'priority':_0x120f83(0x224)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x1a6)](_0x5a1180=>{const _0x18e491=_0x53f6ce;_0x5a1180['on'](_0x18e491(0x17d),(_0x5d2c10,_0x16f826,_0x100c4f)=>{const _0x48cc66=_0x18e491;_0x100c4f[_0x48cc66(0xe3)][_0x48cc66(0x121)]&&_0x902588({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x5d2c10,_0x16f826,_0x100c4f);},{'priority':_0x18e491(0x224)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1be))[_0x53f6ce(0x241)]({'model':_0x53f6ce(0x145),'view':(_0x3180d2,_0x18bb57)=>_0x18bb57[_0x53f6ce(0xe3)][_0x53f6ce(0x121)]?null:{'group':_0x53f6ce(0x145),'name':_0x3180d2[_0x53f6ce(0x1c9)](0xb)}}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x26b))[_0x53f6ce(0x11b)]({'view':{'name':_0x53f6ce(0x145),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x25f344,{writer:_0x55b91d})=>{const _0x2579f=_0x53f6ce;let _0x42d78c=_0x2579f(0x1cb)+_0x25f344[_0x2579f(0x245)](_0x2579f(0x217))+':'+_0x25f344[_0x2579f(0x245)]('id');return _0x25f344[_0x2579f(0x245)](_0x2579f(0x120))&&(_0x42d78c+=':'+_0x25f344[_0x2579f(0x245)](_0x2579f(0x120))),_0x55b91d[_0x2579f(0x23e)](_0x2579f(0x12d),{'data-name':_0x42d78c});}}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x26b))[_0x53f6ce(0x268)]({'view':_0x53f6ce(0x145)}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0xfbef86=>{const _0x5f1989=_0x53f6ce;_0xfbef86['on'](_0x5f1989(0x150),_0x902588(),{'priority':_0x5f1989(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0x12233e=>{const _0x57dfdc=_0x53f6ce;_0x12233e['on'](_0x57dfdc(0x17d),_0x902588({'isAttributeSuggestion':!0x0}),{'priority':_0x57dfdc(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0x6dc958=>{const _0x208032=_0x53f6ce;_0x6dc958['on'](_0x208032(0x1f0),(_0x4dc56f,_0x20ca5d,_0x436cd8)=>{const _0x520a77=_0x208032,_0x3bac1c=_0x436cd8[_0x520a77(0x164)][_0x520a77(0x10a)](_0x20ca5d[_0x520a77(0x170)]);if(_0x3bac1c){for(const _0x1da25b of _0x3bac1c)_0x1da25b[_0x520a77(0x207)](_0x520a77(0xfe))||(_0x436cd8[_0x520a77(0x1df)][_0x520a77(0x16f)]([_0x520a77(0x13b),_0x520a77(0x1a8),_0x520a77(0x1d0)],_0x1da25b),_0x436cd8[_0x520a77(0x1df)][_0x520a77(0x218)](_0x520a77(0x23a),_0x1da25b),_0x436cd8[_0x520a77(0x164)][_0x520a77(0x1f4)](_0x1da25b,_0x20ca5d[_0x520a77(0x170)]));}},{'priority':_0x208032(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1ee)][_0x53f6ce(0xeb)](_0x53f6ce(0x1fc))[_0x53f6ce(0x1a6)](_0x393e95=>{const _0x1cfa6d=_0x53f6ce;_0x393e95['on'](_0x1cfa6d(0x206),(_0x4ebe31,_0x438339,_0x48c935)=>{const _0x50e9a1=_0x1cfa6d,_0x5acb18=_0x48c935[_0x50e9a1(0x164)][_0x50e9a1(0x10a)](_0x438339[_0x50e9a1(0x170)]);if(!_0x5acb18)return;const {id:_0x4c4376}=this[_0x50e9a1(0x151)](_0x438339[_0x50e9a1(0x170)]),_0x233855=this[_0x50e9a1(0x278)][_0x50e9a1(0x25c)](_0x4c4376),_0x28f2e5=this[_0x50e9a1(0x117)](_0x233855);if(this[_0x50e9a1(0x22c)](_0x28f2e5)){for(const _0x3d777c of _0x5acb18)_0x3d777c[_0x50e9a1(0x207)](_0x50e9a1(0xfe))||(_0x48c935[_0x50e9a1(0x1df)][_0x50e9a1(0x16f)]([_0x50e9a1(0x13b),_0x50e9a1(0x1a8),_0x50e9a1(0x1d0)],_0x3d777c),_0x48c935[_0x50e9a1(0x1df)][_0x50e9a1(0x218)](_0x50e9a1(0x23a),_0x3d777c),_0x48c935[_0x50e9a1(0x164)][_0x50e9a1(0x1f4)](_0x3d777c,_0x438339[_0x50e9a1(0x170)]));}},{'priority':_0x1cfa6d(0xf4)});}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x337a77=>{const _0x4d4838=_0x53f6ce;let _0x30f419=!0x1;const _0x220489=Array[_0x4d4838(0x1cf)](_0x25d7b8[_0x4d4838(0x1cc)][_0x4d4838(0x27a)][_0x4d4838(0x1e8)][_0x4d4838(0x23b)]()),_0x467f8b=new Set();for(const {name:_0xa4b9b8,data:_0x5d28bc}of _0x220489){const {group:_0x34b54f,type:_0x5e31cd,subType:_0x24dd50,id:_0x34abb9}=this[_0x4d4838(0x151)](_0xa4b9b8);if(_0x4d4838(0x145)!==_0x34b54f)continue;const _0x473c1f=this[_0x4d4838(0x278)][_0x4d4838(0x25c)](_0x34abb9);if(null!=_0x5d28bc[_0x4d4838(0x189)]){_0x4d4838(0x23f)==_0x5e31cd&&(_0x30f419=_0x30f419||Et(_0x5d28bc[_0x4d4838(0x189)],_0xa4b9b8,_0x337a77,_0x25d7b8[_0x4d4838(0x1cc)][_0x4d4838(0x1ea)]));const _0x28f580=_0x4d4838(0xf2)==_0x5e31cd&&this[_0x4d4838(0x22c)](_0x24dd50[_0x4d4838(0x196)]('|')[0x0]);if(_0x5d28bc[_0x4d4838(0x189)][_0x4d4838(0x230)]||_0x4d4838(0x1a5)==_0x5d28bc[_0x4d4838(0x189)][_0x4d4838(0x231)][_0x4d4838(0x1c2)]||_0x4d4838(0x211)==_0x5e31cd&&!Ut(_0x5d28bc[_0x4d4838(0x189)])||_0x28f580&&!Ut(_0x5d28bc[_0x4d4838(0x189)])||_0x4d4838(0x21e)==_0x5e31cd&&!(!Tt(_0x1ea0fd=_0x5d28bc[_0x4d4838(0x189)])&&!function(_0x268d94){const _0x21c02a=_0x4d4838;return _0x268d94[_0x21c02a(0x272)][_0x21c02a(0x190)]==_0x268d94[_0x21c02a(0x1d4)][_0x21c02a(0xf7)]&&_0x268d94[_0x21c02a(0x272)][_0x21c02a(0x1c1)];}(_0x1ea0fd)))_0x337a77[_0x4d4838(0x119)](_0xa4b9b8),_0x30f419=!0x0;else{if(!_0x473c1f||!_0x473c1f[_0x4d4838(0x1ad)])continue;_0x467f8b[_0x4d4838(0x1a6)](_0x473c1f);}}}var _0x1ea0fd;return _0x467f8b[_0x4d4838(0xf1)]>0x0&&(_0x30f419=!!this[_0x4d4838(0x1c5)](_0x467f8b)||_0x30f419),_0x30f419;}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x41f1f2=>{const _0x285e84=_0x53f6ce;let _0x5ba661=!0x1;for(const _0x37eaa8 of _0x25d7b8[_0x285e84(0x1cc)][_0x285e84(0x27a)][_0x285e84(0x1e8)][_0x285e84(0xe2)]())if(_0x285e84(0x1f5)==_0x37eaa8[_0x285e84(0x1b2)])for(const _0x2c147f of this[_0x285e84(0x278)][_0x285e84(0x248)]()){if(_0x2c147f[_0x285e84(0x110)]||!_0x2c147f[_0x285e84(0x1ad)])continue;const _0x4d5803=_0x285e84(0x211)==_0x2c147f[_0x285e84(0x1b2)],_0x66a034=this[_0x285e84(0x117)](_0x2c147f),_0x42aa28=_0x66a034&&this[_0x285e84(0x22c)](_0x66a034);if(!_0x4d5803&&!_0x42aa28)continue;const _0x269af0=_0x2c147f[_0x285e84(0x250)]();if(_0x269af0[_0x285e84(0x272)][_0x285e84(0x190)]!=_0x269af0[_0x285e84(0x1d4)][_0x285e84(0x190)]&&!_0x269af0[_0x285e84(0x1d4)][_0x285e84(0x1c1)]){const _0x245209=_0x25d7b8[_0x285e84(0x1cc)][_0x285e84(0x274)](_0x269af0[_0x285e84(0x272)][_0x285e84(0x15c)],_0x285e84(0x1d4)),_0x17e469=_0x25d7b8[_0x285e84(0x1cc)][_0x285e84(0x16c)](_0x269af0[_0x285e84(0x272)],_0x245209);_0x41f1f2[_0x285e84(0xcf)](_0x2c147f[_0x285e84(0x160)](),{'range':_0x17e469}),_0x5ba661=!0x0;}}return _0x5ba661;}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x1faeeb=>this[_0x53f6ce(0x138)](_0x1faeeb)),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)][_0x53f6ce(0x132)](_0x3d4a1a=>!_0x3d4a1a[_0x53f6ce(0x17a)][_0x53f6ce(0x10d)]&&this[_0x53f6ce(0x14d)](_0x3d4a1a)),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x15a),()=>{const _0x2d4a31=_0x53f6ce;this[_0x2d4a31(0x18f)]=!0x1;}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)]['on'](_0x53f6ce(0x111),(_0x38ca52,_0xa9ea2)=>{const _0x423544=_0x53f6ce;if(!_0xa9ea2[_0x423544(0x10d)]||_0xa9ea2[_0x423544(0x25f)])return;if(!this[_0x423544(0x18f)])return;const _0xea73e6=_0x25d7b8[_0x423544(0x1cc)][_0x423544(0x27a)][_0x423544(0x1e8)][_0x423544(0xe2)]();if(0x0==_0xea73e6[_0x423544(0x17b)])return;const _0x5f23e5=[],_0x4ce50f=_0xea73e6[_0x423544(0xd8)](_0x96e54d=>_0x423544(0xf2)==_0x96e54d[_0x423544(0x1b2)]),_0x4f0f42=_0xea73e6[_0x423544(0xd8)](_0x340332=>_0x423544(0x1f5)==_0x340332[_0x423544(0x1b2)]&&_0x423544(0x115)!=_0x340332[_0x423544(0xd6)]),_0x4bf399=_0xea73e6[_0x423544(0xd8)](_0x156269=>_0x423544(0x262)==_0x156269[_0x423544(0x1b2)]&&_0x423544(0x115)!=_0x156269[_0x423544(0xd6)]);for(const _0x205df0 of _0x4ce50f)this[_0x423544(0xff)](_0x205df0[_0x423544(0xfa)])&&_0x5f23e5[_0x423544(0x24a)]({'key':_0x205df0[_0x423544(0xfa)],'newValue':_0x205df0[_0x423544(0x254)],'oldValue':_0x205df0[_0x423544(0x1d6)],'range':Ot(_0x205df0[_0x423544(0x162)],_0x25d7b8[_0x423544(0x1cc)])});for(const _0x3573e9 of _0x4f0f42){const _0x2a8b02=_0x4bf399[_0x423544(0x13f)](_0x5aa919=>_0x5aa919[_0x423544(0x19d)]===_0x3573e9[_0x423544(0x19d)]);if(_0x2a8b02){const _0x23bb4d=Gt(_0x3573e9[_0x423544(0x16e)][_0x423544(0x15c)],_0x25d7b8[_0x423544(0x1cc)]);_0x2a8b02[_0x423544(0xd6)]!==_0x3573e9[_0x423544(0xd6)]&&_0x5f23e5[_0x423544(0x24a)]({'key':_0x423544(0x10c),'newValue':_0x3573e9[_0x423544(0xd6)],'oldValue':_0x2a8b02[_0x423544(0xd6)],'range':_0x23bb4d});for(const [_0x540143,_0x43e739]of _0x2a8b02[_0x423544(0x10b)]){if(!this[_0x423544(0xff)](_0x540143))continue;const _0x946c2b=_0x3573e9[_0x423544(0x10b)][_0x423544(0x25c)](_0x540143);_0x43e739!==_0x946c2b&&_0x5f23e5[_0x423544(0x24a)]({'key':_0x540143,'newValue':_0x946c2b,'oldValue':_0x43e739,'range':_0x23bb4d});}for(const [_0x446d8c,_0x27363e]of _0x3573e9[_0x423544(0x10b)])this[_0x423544(0xff)](_0x446d8c)&&(_0x2a8b02[_0x423544(0x10b)][_0x423544(0x178)](_0x446d8c)||_0x5f23e5[_0x423544(0x24a)]({'key':_0x446d8c,'newValue':_0x27363e,'oldValue':null,'range':_0x23bb4d}));}}0x0!=_0x5f23e5[_0x423544(0x17b)]&&_0x25d7b8[_0x423544(0x1cc)][_0x423544(0x1ef)](_0xa9ea2,_0x1c2672=>{const _0x1855ee=_0x423544,_0x5d44cb=_0x147f23();for(const {range:_0x480af4,key:_0x1164a,oldValue:_0x3fec34,newValue:_0x40870a}of _0x5f23e5)this[_0x1855ee(0x1e2)](_0x480af4,_0x1164a,_0x3fec34,_0x40870a,{'groupId':_0x5d44cb});this[_0x1855ee(0x179)](_0x1c2672,_0x5f23e5);});},{'priority':_0x53f6ce(0x19f)}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x227)]['on'](_0x53f6ce(0x19a),(_0x3b4263,_0x3d4388,_0x4100bf)=>{const _0x45afda=_0x53f6ce;if(null==_0x4100bf){const {id:_0x59764b}=this[_0x45afda(0x151)](_0x3d4388[_0x45afda(0xd6)]),_0x6c758b=this[_0x45afda(0x278)][_0x45afda(0x25c)](_0x59764b);_0x6c758b&&_0x6c758b[_0x45afda(0x1b5)](_0x3d4388[_0x45afda(0xd6)]);}}),_0x25d7b8[_0x53f6ce(0x1cc)][_0x53f6ce(0x27a)]['on'](_0x53f6ce(0x111),()=>{const _0x508051=_0x53f6ce,_0x5698e9=Array[_0x508051(0x1cf)](_0x25d7b8[_0x508051(0x1cc)][_0x508051(0x27a)][_0x508051(0x1e8)][_0x508051(0x23b)]())[_0x508051(0xd8)](_0xd8b00c=>_0x508051(0x145)===this[_0x508051(0x151)](_0xd8b00c[_0x508051(0xd6)])[_0x508051(0x1e5)]);if(0x0===_0x5698e9[_0x508051(0x17b)])return;_0x5698e9[_0x508051(0x130)]((_0x55f972,_0x35526b)=>{const _0x527cb8=_0x508051,_0x1a2190=_0x55f972[_0x527cb8(0x1c7)][_0x527cb8(0x25a)],_0x3a1845=_0x35526b[_0x527cb8(0x1c7)][_0x527cb8(0x25a)];return null===_0x1a2190&&null===_0x3a1845?0x0:null===_0x1a2190&&null!==_0x3a1845?-0x1:null!==_0x1a2190&&null===_0x3a1845?0x1:_0x1a2190[_0x527cb8(0x272)][_0x527cb8(0x14f)](_0x3a1845[_0x527cb8(0x272)])?-0x1:0x1;});const _0xb82f97=new Set(),_0xc0768b=new Set();for(const {name:_0x6b488d,data:_0x5c98aa}of _0x5698e9){const {id:_0x586c2a}=this[_0x508051(0x151)](_0x6b488d);if(null===_0x5c98aa[_0x508051(0x25a)]){const _0x3942ed=this[_0x508051(0xdd)](_0x6b488d);_0xc0768b[_0x508051(0x1a6)](_0x3942ed);}else{const _0x350be8=this[_0x508051(0x278)][_0x508051(0x25c)](_0x586c2a);null!==_0x5c98aa[_0x508051(0x189)]||_0x350be8[_0x508051(0x1ad)]?(_0xb82f97[_0x508051(0x1a6)](_0x350be8[_0x508051(0x131)]),_0xc0768b[_0x508051(0x1a6)](_0x350be8)):this[_0x508051(0x26a)](_0x350be8);}}_0xc0768b[_0x508051(0xf1)]>0x0&&this[_0x508051(0xed)](_0xc0768b);for(const _0x547e31 of _0xb82f97)this[_0x508051(0x1b7)](_0x508051(0x141),_0x547e31);}),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x263),(_0x19faab,_0x41de0b)=>{const _0x4075f0=_0x53f6ce,_0x4ef66f=_0x41de0b[0x0];if(!this[_0x4075f0(0x278)][_0x4075f0(0xf1)])return;if(!_0x4ef66f[_0x4075f0(0x122)])return;if(_0x4ef66f[_0x4075f0(0x17a)][_0x4075f0(0x25f)]||!_0x4ef66f[_0x4075f0(0x17a)][_0x4075f0(0x10d)])return;let _0x2ddba9,_0x5afa49;switch(_0x4ef66f[_0x4075f0(0x1b2)]){case _0x4075f0(0x1f5):_0x2ddba9=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0x16e)]),_0x5afa49=_0x2ddba9[_0x4075f0(0x1a9)](_0x4ef66f[_0x4075f0(0x214)]);break;case _0x4075f0(0x196):_0x2ddba9=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0x12b)]),_0x5afa49=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0xd7)]);break;case _0x4075f0(0x15d):_0x2ddba9=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x274)](_0x4ef66f[_0x4075f0(0x109)]),_0x5afa49=_0x2ddba9[_0x4075f0(0x1a9)](_0x4ef66f[_0x4075f0(0x214)]);break;default:return;}const _0x26dc40=_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x16c)](_0x2ddba9,_0x5afa49);_0x25d7b8[_0x4075f0(0x1cc)][_0x4075f0(0x225)](()=>{const _0x5f58e2=_0x4075f0;for(const {suggestion:_0x39b842,meta:_0x22aa27}of this[_0x5f58e2(0x209)](_0x26dc40)){if(_0x39b842[_0x5f58e2(0x110)])continue;if(_0x5f58e2(0x23f)==_0x39b842[_0x5f58e2(0x1b2)])continue;const _0x3893dc=this[_0x5f58e2(0x117)](_0x39b842);if(_0x3893dc&&this[_0x5f58e2(0x22c)](_0x3893dc)&&_0x5f58e2(0x196)!=_0x4ef66f[_0x5f58e2(0x1b2)])continue;const _0x1316da=_0x39b842[_0x5f58e2(0x1c7)]&&_0x39b842[_0x5f58e2(0x1c7)][_0x5f58e2(0x107)];(_0x5f58e2(0x211)!=_0x39b842[_0x5f58e2(0x1b2)]||_0x5f58e2(0x196)==_0x4ef66f[_0x5f58e2(0x1b2)]&&!_0x1316da)&&(_0x22aa27[_0x5f58e2(0x142)]||_0x5f58e2(0x11e)==_0x39b842[_0x5f58e2(0x1b2)]&&_0x22aa27[_0x5f58e2(0x1f2)]||_0x39b842[_0x5f58e2(0x250)]()[_0x5f58e2(0x16d)](_0x26dc40)&&this[_0x5f58e2(0x1c3)](_0x39b842,_0x2ddba9,_0x5afa49));}});},{'priority':_0x53f6ce(0x19f)}),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x20a),(_0x55e97f,_0x5abb28)=>{const _0x9a813f=_0x53f6ce,_0x1914dd=_0x5abb28[0x0],_0x577d21=_0x5abb28[0x1];if(_0x577d21&&_0x577d21[_0x9a813f(0x182)])return;if(this[_0x9a813f(0x24b)])return;if(!this[_0x9a813f(0x199)][_0x9a813f(0x102)])return;if(_0x1914dd[_0x9a813f(0x230)])return;const _0x2b0d0b=_0x25d7b8[_0x9a813f(0x1cc)][_0x9a813f(0x1ea)],{start:_0x411b30,end:_0x1041b6}=_0x1914dd[_0x9a813f(0x250)](),_0x41e9c0=_0x411b30[_0x9a813f(0x15c)]&&_0x2b0d0b[_0x9a813f(0x106)](_0x411b30[_0x9a813f(0x15c)])?null:_0x2b0d0b[_0x9a813f(0x1f6)](_0x411b30,_0x9a813f(0x152)),_0x3b5c1f=_0x1041b6[_0x9a813f(0xf7)]&&_0x2b0d0b[_0x9a813f(0x106)](_0x1041b6[_0x9a813f(0xf7)])?null:_0x2b0d0b[_0x9a813f(0x1f6)](_0x1041b6,_0x9a813f(0x153)),_0x5b1bc2=_0x25d7b8[_0x9a813f(0x1cc)][_0x9a813f(0x16c)](_0x41e9c0?_0x41e9c0[_0x9a813f(0x272)]:_0x411b30,_0x3b5c1f?_0x3b5c1f[_0x9a813f(0x1d4)]:_0x1041b6);_0x25d7b8[_0x9a813f(0x1cc)][_0x9a813f(0x225)](_0x2deca3=>{const _0x9cb881=_0x9a813f;this[_0x9cb881(0x23d)](_0x5b1bc2);const _0x41d226=_0x25d7b8[_0x9cb881(0x1cc)][_0x9cb881(0x1ea)][_0x9cb881(0x1f6)](_0x5b1bc2[_0x9cb881(0x272)]);_0x1914dd['is'](_0x9cb881(0x169))?_0x2deca3[_0x9cb881(0x13d)](_0x41d226):_0x1914dd[_0x9cb881(0xe1)](_0x41d226);}),_0x55e97f[_0x9a813f(0x126)]();},{'priority':_0x4d5b3f[_0x53f6ce(0x22d)]+0xa}),_0x25d7b8[_0x53f6ce(0x1cc)]['on'](_0x53f6ce(0x159),(_0x58fe36,_0x4599f3)=>{const _0x4221e8=_0x53f6ce,_0x21de86=_0x4599f3[_0x4599f3[_0x4221e8(0x17b)]-0x1];_0x21de86&&_0x21de86[_0x4221e8(0x182)]||this[_0x4221e8(0x24b)]||this[_0x4221e8(0x199)][_0x4221e8(0x102)]&&(_0x25d7b8[_0x4221e8(0x1cc)][_0x4221e8(0x225)](()=>{const _0x459f1c=_0x4221e8;let _0x10e7fb=_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x159)](_0x4599f3[0x0],_0x4599f3[0x1],_0x4599f3[0x2],{'forceDefaultExecution':!0x0});if(!_0x10e7fb)return;_0x58fe36[_0x459f1c(0x242)]=_0x10e7fb[_0x459f1c(0x266)]();const _0x678220=_0x10e7fb[_0x459f1c(0x1d4)][_0x459f1c(0xf7)],_0x4f38bc=_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x1ea)];_0x678220&&_0x4f38bc[_0x459f1c(0x114)](_0x678220)&&!_0x4f38bc[_0x459f1c(0x12f)](_0x678220)&&(_0x10e7fb=_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x16c)](_0x10e7fb[_0x459f1c(0x272)],_0x25d7b8[_0x459f1c(0x1cc)][_0x459f1c(0x274)](_0x678220,_0x459f1c(0x1d4)))),this[_0x459f1c(0x27d)](_0x10e7fb);}),_0x58fe36[_0x4221e8(0x126)]());},{'priority':_0x53f6ce(0xf4)}),this[_0x53f6ce(0x175)][_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x1e4),this[_0x53f6ce(0x199)]),this[_0x53f6ce(0x26f)](_0x53f6ce(0x1e4));const _0x5f336c=new _0x48fb8e(_0x25d7b8,this[_0x53f6ce(0x278)]);_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x181),_0x5f336c),this[_0x53f6ce(0x26f)](_0x53f6ce(0x181));const _0x100e46=new _0x28a729(_0x25d7b8,this[_0x53f6ce(0x278)]);_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x17f),_0x100e46),this[_0x53f6ce(0x26f)](_0x53f6ce(0x17f)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x19c),new _0x4db6c6(_0x25d7b8,_0x5f336c,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x19c)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x124),new _0x4db6c6(_0x25d7b8,_0x100e46,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x124)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x1fb),new _0x2306ee(_0x25d7b8,_0x5f336c,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x1fb)),_0x25d7b8[_0x53f6ce(0x269)][_0x53f6ce(0x1a6)](_0x53f6ce(0x252),new _0x2306ee(_0x25d7b8,_0x100e46,this[_0x53f6ce(0x278)])),this[_0x53f6ce(0x26f)](_0x53f6ce(0x252));const _0x2f82f3=_0x25d7b8[_0x53f6ce(0x158)][_0x53f6ce(0x25c)](_0x53f6ce(0x275));this[_0x53f6ce(0x11f)](_0x2f82f3,_0x53f6ce(0x1aa),(_0x281aa5,{threadId:_0x8e9b3c})=>{const _0x1837f4=_0x53f6ce,_0x37bb41=this[_0x1837f4(0x278)][_0x1837f4(0x25c)](_0x8e9b3c);_0x37bb41&&_0x37bb41[_0x1837f4(0x27e)]&&0x1===_0x37bb41[_0x1837f4(0x27e)][_0x1837f4(0x17b)]&&this[_0x1837f4(0x255)](_0x8e9b3c,{'hasComments':!0x0});},{'priority':_0x53f6ce(0xe9)}),this[_0x53f6ce(0x11f)](_0x2f82f3,_0x53f6ce(0x177),(_0x1d1c80,{threadId:_0x3c3b08})=>{const _0x536772=_0x53f6ce,_0x483146=this[_0x536772(0x278)][_0x536772(0x25c)](_0x3c3b08);_0x483146&&_0x483146[_0x536772(0x27e)]&&!_0x483146[_0x536772(0x27e)][_0x536772(0x17b)]&&this[_0x536772(0x255)](_0x3c3b08,{'hasComments':!0x1});},{'priority':_0x53f6ce(0xe9)});}set[_0x19fd03(0x264)](_0x34df2c){const _0x594da2=_0x19fd03;if(this[_0x594da2(0x201)])throw new _0x1f491d(_0x594da2(0x237),this);this[_0x594da2(0x201)]=_0x34df2c;}get[_0x19fd03(0x264)](){const _0x53c0b0=_0x19fd03;return this[_0x53c0b0(0x201)];}[_0x19fd03(0x236)]({skipNotAttached:_0x1a66ed=!0x1,toJSON:_0x5cc8a5=!0x1}={}){const _0x3bfb88=_0x19fd03,_0x28c01d=[];for(const _0x38a941 of this[_0x3bfb88(0x278)][_0x3bfb88(0x248)]())_0x1a66ed&&!_0x38a941[_0x3bfb88(0x1ad)]||_0x28c01d[_0x3bfb88(0x24a)](_0x38a941);return _0x5cc8a5?_0x28c01d[_0x3bfb88(0x223)](_0xc453ee=>_0xc453ee[_0x3bfb88(0x129)]()):_0x28c01d;}[_0x19fd03(0x205)](_0x39a326){const _0x36e259=_0x19fd03,_0x252bd4=this[_0x36e259(0x278)][_0x36e259(0x25c)](_0x39a326);if(!_0x252bd4)throw new _0x1f491d(_0x36e259(0x24f),this);return _0x252bd4;}[_0x19fd03(0xe7)](_0x434aa5){const _0x37c7a1=_0x19fd03;return this[_0x37c7a1(0x278)][_0x37c7a1(0x178)](_0x434aa5);}[_0x19fd03(0x1ba)](_0x4ea8ad){const _0x595aca=_0x19fd03,{authorId:_0x52965f,id:_0x289070,attributes:_0x1df154}=_0x4ea8ad,[_0x2eacc1,_0x25c81c]=_0x4ea8ad[_0x595aca(0x1b2)][_0x595aca(0x196)](':'),_0xbe4b8=this[_0x595aca(0x278)][_0x595aca(0x25c)](_0x289070)||this[_0x595aca(0xdf)](_0x2eacc1,_0x25c81c,_0x289070,_0x52965f,_0x1df154);if(this[_0x595aca(0x108)](_0xbe4b8),this[_0x595aca(0x1f3)](_0xbe4b8,_0x2eacc1,_0x25c81c||null,_0x52965f),_0xbe4b8[_0x595aca(0x1a1)]=_0x4ea8ad[_0x595aca(0x1a1)],_0xbe4b8[_0x595aca(0x1a7)]=!0x0,_0x1df154&&_0x1df154[_0x595aca(0x267)]){const _0x3a104d=_0x1df154[_0x595aca(0x267)],_0x1f272e=this[_0x595aca(0x18d)](_0x3a104d[_0x595aca(0x203)]);_0xbe4b8[_0x595aca(0x1fe)]=_0x3a104d[_0x595aca(0x1a1)],_0xbe4b8[_0x595aca(0x240)]=_0x1f272e,_0xbe4b8[_0x595aca(0xf6)]=!0x0;}else _0xbe4b8[_0x595aca(0x1fe)]=_0x4ea8ad[_0x595aca(0x1a1)];switch(_0x4ea8ad[_0x595aca(0x1c7)]&&(_0xbe4b8[_0x595aca(0x1c7)]=_0x4ea8ad[_0x595aca(0x1c7)]),_0x4ea8ad[_0x595aca(0x10b)]&&(_0xbe4b8[_0x595aca(0x10b)]=_0x4ea8ad[_0x595aca(0x10b)]),this[_0x595aca(0x201)]&&this[_0x595aca(0x201)][_0x595aca(0x249)]||(_0xbe4b8[_0x595aca(0xe4)]=!0x0),this[_0x595aca(0x24c)][_0x595aca(0x25c)](_0xbe4b8)){case _0x595aca(0x1ed):this[_0x595aca(0x24c)][_0x595aca(0x216)](_0xbe4b8,_0x595aca(0x1e7));break;case _0x595aca(0x137):_0xbe4b8[_0x595aca(0x1ad)]?(this[_0x595aca(0x1c5)](new Set([_0xbe4b8])),this[_0x595aca(0xed)](new Set([_0xbe4b8])),this[_0x595aca(0x24c)][_0x595aca(0x216)](_0xbe4b8,_0x595aca(0x208)),this[_0x595aca(0x1b7)](_0x595aca(0x1c4),_0xbe4b8)):this[_0x595aca(0x24c)][_0x595aca(0x216)](_0xbe4b8,_0x595aca(0x1a3));}return _0xbe4b8;}[_0x19fd03(0x181)](_0x150238){const _0xd91485=_0x19fd03;this[_0xd91485(0x182)](()=>{const _0x1dcb5f=_0xd91485;this[_0x1dcb5f(0x175)][_0x1dcb5f(0x1cc)][_0x1dcb5f(0x225)](()=>{const _0x23660e=_0x1dcb5f;for(const _0x4054e6 of _0x150238[_0x23660e(0x101)]())_0x4054e6[_0x23660e(0x1a2)]();});});}[_0x19fd03(0x17f)](_0x47ea5b){const _0x322b71=_0x19fd03;this[_0x322b71(0x182)](()=>{const _0x4921fb=_0x322b71;this[_0x4921fb(0x175)][_0x4921fb(0x1cc)][_0x4921fb(0x225)](()=>{const _0x221934=_0x4921fb;for(const _0xc54295 of _0x47ea5b[_0x221934(0x101)]())_0xc54295[_0x221934(0x1ae)]();});});}[_0x19fd03(0x26f)](_0x4e19c6,_0x572d19){const _0x2d95c6=_0x19fd03,_0x447e47=this[_0x2d95c6(0x175)][_0x2d95c6(0x269)][_0x2d95c6(0x25c)](_0x4e19c6);if(!_0x447e47)throw new _0x1f491d(_0x2d95c6(0x1ce),this,{'commandName':_0x4e19c6});if(this[_0x2d95c6(0x233)][_0x2d95c6(0x178)](_0x447e47))throw new _0x1f491d(_0x2d95c6(0xd9),this,{'commandName':_0x4e19c6});this[_0x2d95c6(0x233)][_0x2d95c6(0x1a6)](_0x447e47),_0x572d19&&_0x447e47['on'](_0x2d95c6(0x21c),(_0x387f6a,_0x357ab3)=>{const _0x1d9a22=_0x2d95c6;this[_0x1d9a22(0x199)][_0x1d9a22(0x102)]&&(this[_0x1d9a22(0x24b)]||(_0x357ab3[_0x1d9a22(0x17b)]>0x0&&_0x357ab3[_0x357ab3[_0x1d9a22(0x17b)]-0x1]&&_0x357ab3[_0x357ab3[_0x1d9a22(0x17b)]-0x1][_0x1d9a22(0x182)]?_0x357ab3[_0x1d9a22(0x253)]():(_0x387f6a[_0x1d9a22(0x242)]=_0x572d19((..._0x3fa2a3)=>_0x447e47[_0x1d9a22(0x21c)](..._0x3fa2a3,{'forceDefaultExecution':!0x0}),..._0x357ab3),_0x387f6a[_0x1d9a22(0x126)]())));},{'priority':_0x2d95c6(0xf4)});}[_0x19fd03(0x182)](_0x4180bf){const _0x36235d=_0x19fd03;let _0x5a839a,_0x113d90;const _0x4c317d=this[_0x36235d(0x24b)];this[_0x36235d(0x24b)]=!0x0;try{_0x5a839a=_0x4180bf();}catch(_0x42911c){_0x113d90=_0x42911c;}return _0x4c317d||(this[_0x36235d(0x24b)]=!0x1),_0x113d90&&_0x1f491d[_0x36235d(0x215)](_0x113d90,this),_0x5a839a;}[_0x19fd03(0x27d)](_0x2865c5,_0x3668c7=null,_0x584f85={}){const _0x17bb39=_0x19fd03;if(_0x2865c5[_0x17bb39(0x230)])return null;const _0x5a0c28=this[_0x17bb39(0x175)][_0x17bb39(0x158)][_0x17bb39(0x25c)](_0x17bb39(0x125))['me'];for(const {suggestion:_0x3cc821,meta:_0xb3c0a3}of this[_0x17bb39(0x209)](_0x2865c5,_0x17bb39(0x11e)))if(_0xb3c0a3[_0x17bb39(0x1f2)]){if(!_0xb3c0a3[_0x17bb39(0x25b)]){if(_0xb3c0a3[_0x17bb39(0x142)]){if(!this[_0x17bb39(0x1e0)]||!Lt(_0x3cc821,_0x584f85))continue;return _0x3cc821;}if(Lt(_0x3cc821,_0x584f85))return _0x3cc821;this[_0x17bb39(0x1c3)](_0x3cc821,_0x2865c5[_0x17bb39(0x272)],_0x2865c5[_0x17bb39(0x1d4)]);break;}if(_0x3668c7==_0x3cc821[_0x17bb39(0xe8)]&&Lt(_0x3cc821,_0x584f85)){const _0x21d477=_0x3cc821[_0x17bb39(0x250)]();return _0x21d477[_0x17bb39(0x272)][_0x17bb39(0x184)](_0x2865c5[_0x17bb39(0x1d4)])?this[_0x17bb39(0x258)](_0x3cc821,this[_0x17bb39(0x1b6)][_0x17bb39(0x16c)](_0x2865c5[_0x17bb39(0x272)],_0x21d477[_0x17bb39(0x1d4)])):this[_0x17bb39(0x258)](_0x3cc821,this[_0x17bb39(0x1b6)][_0x17bb39(0x16c)](_0x21d477[_0x17bb39(0x272)],_0x2865c5[_0x17bb39(0x1d4)])),_0x3cc821;}}const _0xd9ebf6=_0x147f23(),_0x139175=_0x5a0c28['id'],_0x12650a=_0x3668c7?_0x17bb39(0x27c)+_0x3668c7:_0x17bb39(0x11e),_0x4ad4b3=this[_0x17bb39(0x1e6)]({'id':_0xd9ebf6,'type':_0x12650a,'createdAt':new Date(),'authorId':_0x139175,'attributes':_0x584f85});return this[_0x17bb39(0x276)](_0x12650a,_0xd9ebf6,_0x139175,_0x2865c5),_0x4ad4b3;}[_0x19fd03(0x18a)](_0x8edfc6,_0x30d875=_0x19fd03(0x13e),_0x42bdae={}){const _0x4b5854=_0x19fd03,_0x206ee6=this[_0x4b5854(0x175)][_0x4b5854(0x158)][_0x4b5854(0x25c)](_0x4b5854(0x125))['me'],_0x6613f1=this[_0x4b5854(0x146)][_0x4b5854(0x171)](_0x4b5854(0x11e),_0x30d875,_0x4b5854(0x232));for(const _0x5d2919 of this[_0x4b5854(0x236)]())if(_0x5d2919[_0x4b5854(0x240)]['id']==_0x206ee6['id']&&_0x4b5854(0x11e)==_0x5d2919[_0x4b5854(0x1b2)]&&_0x5d2919[_0x4b5854(0xe8)]==_0x30d875&&Lt(_0x5d2919,_0x42bdae)&&(_0x6613f1(_0x5d2919[_0x4b5854(0x113)](),_0x8edfc6)||_0x6613f1(_0x8edfc6,_0x5d2919[_0x4b5854(0x113)]()))){for(const _0x467cff of _0x8edfc6)_0x5d2919[_0x4b5854(0x1dd)](_0x467cff);return _0x5d2919;}for(const {suggestion:_0x255902,meta:_0x2137aa}of this[_0x4b5854(0x209)](_0x8edfc6,_0x4b5854(0x11e))){if(!_0x2137aa[_0x4b5854(0x1f2)])continue;if(!this[_0x4b5854(0x1e0)]&&_0x2137aa[_0x4b5854(0x142)])continue;if(!Lt(_0x255902,_0x42bdae))continue;let _0x2d714f=!0x0;for(const _0x2833a7 of _0x255902[_0x4b5854(0x113)]())for(const _0xc79a3a of _0x8edfc6)if(!_0x2833a7[_0x4b5854(0x16d)](_0xc79a3a)){_0x2d714f=!0x1;break;}if(_0x2d714f)return _0x255902;}const _0x352309=_0x147f23(),_0x848559=_0x206ee6['id'],_0x2fb5b5=_0x4b5854(0x27c)+_0x30d875,_0x48dd41=this[_0x4b5854(0x1e6)]({'id':_0x352309,'type':_0x2fb5b5,'createdAt':new Date(),'authorId':_0x848559,'attributes':_0x42bdae});for(const _0x30b102 of _0x8edfc6)this[_0x4b5854(0x276)](_0x2fb5b5,_0x352309,_0x848559,_0x30b102,_0x443fee[_0x4b5854(0x154)]());return _0x48dd41;}[_0x19fd03(0x112)](_0x347822,_0xfb9904,_0x441311=null,_0x3aa69a={}){const _0x412497=_0x19fd03;if(_0x441311=_0x441311||Vt(_0xfb9904),_0x347822[_0x412497(0x230)])return null;if(_0x412497(0x166)===this[_0x412497(0x100)]){const _0x5dc9b6=this[_0x412497(0x146)][_0x412497(0x171)](_0x412497(0x23f),_0x441311,_0x412497(0x1a2));return this[_0x412497(0x182)](()=>_0x5dc9b6([_0x347822],_0xfb9904,_0x3aa69a)),null;}const _0x1a0fb8=this[_0x412497(0x175)][_0x412497(0x158)][_0x412497(0x25c)](_0x412497(0x125))['me'],_0xbf04c3=[];if(_0x412497(0x270)!==this[_0x412497(0x100)]){for(const {suggestion:_0x1f078a,meta:_0x3fdef1}of this[_0x412497(0x209)](_0x347822,_0x412497(0x11e)))_0x3fdef1[_0x412497(0x1f2)]&&!_0x3fdef1[_0x412497(0x14a)]&&_0xbf04c3[_0x412497(0x24a)](..._0x1f078a[_0x412497(0x113)]());}const _0x9ff7cb=function(_0x2ddf54,_0x490571){const _0x2c94cb=_0x412497,_0x440b5d=[];for(const _0xae11af of _0x490571){const _0x5e3123=_0x2ddf54[_0x2c94cb(0xd0)](_0xae11af);_0x5e3123&&_0x440b5d[_0x2c94cb(0x24a)](_0x5e3123);}return _0x440b5d;}(_0x347822,_0xbf04c3),_0x347b85=function(_0x49c25f,_0x160221){const _0xd78ebe=_0x412497,_0x741367=[_0x49c25f];for(const _0x5379fe of _0x160221){let _0x90a5ae=0x0;for(;_0x90a5ae<_0x741367[_0xd78ebe(0x17b)];){const _0x64ada=_0x741367[_0x90a5ae][_0xd78ebe(0xda)](_0x5379fe);_0x741367[_0xd78ebe(0x1bd)](_0x90a5ae,0x1,..._0x64ada),_0x90a5ae+=_0x64ada[_0xd78ebe(0x17b)];}}return _0x741367;}(_0x347822,_0xbf04c3);_0x9ff7cb[_0x412497(0x17b)]&&this[_0x412497(0x1b6)][_0x412497(0x225)](()=>{const _0x3acf7e=_0x412497;for(const _0x5757d1 of _0x9ff7cb){const _0x5a344e=this[_0x3acf7e(0x146)][_0x3acf7e(0x171)](_0x3acf7e(0x23f),_0x441311,_0x3acf7e(0x1a2));this[_0x3acf7e(0x182)](()=>_0x5a344e([_0x5757d1],_0xfb9904,_0x3aa69a));}});for(const _0x5f39f3 of _0x347b85){let _0x14207d=null,_0x48c69e=_0x5f39f3[_0x412497(0x272)],_0x223536=_0x5f39f3[_0x412497(0x1d4)];for(const {suggestion:_0x5acbd7,meta:_0x5fb21d}of this[_0x412497(0x209)](_0x5f39f3,_0x412497(0x23f))){if(!_0x5fb21d[_0x412497(0x1f2)])continue;if(_0x5acbd7[_0x412497(0xe8)]!=_0x441311)continue;if(!Lt(_0x5acbd7,_0x3aa69a))continue;const _0x5c45bf=_0x5acbd7[_0x412497(0x250)]();if(_0x5c45bf[_0x412497(0x16d)](_0x5f39f3,!0x0))return null;_0x48c69e=_0x48c69e[_0x412497(0x14f)](_0x5c45bf[_0x412497(0x272)])?_0x48c69e:_0x5c45bf[_0x412497(0x272)],_0x223536=_0x223536[_0x412497(0x1d3)](_0x5c45bf[_0x412497(0x1d4)])?_0x223536:_0x5c45bf[_0x412497(0x1d4)],_0x14207d?_0x5c45bf[_0x412497(0x272)][_0x412497(0x14f)](_0x14207d[_0x412497(0x250)]()[_0x412497(0x272)])?(_0x14207d[_0x412497(0x257)](),_0x14207d=_0x5acbd7):_0x5acbd7[_0x412497(0x257)]():_0x14207d=_0x5acbd7;}const _0x361e2a=this[_0x412497(0x1b6)][_0x412497(0x16c)](_0x48c69e,_0x223536);if(_0x14207d)this[_0x412497(0x258)](_0x14207d,_0x361e2a);else{const _0x288c3b=_0x147f23(),_0x5040c3=_0x1a0fb8['id'];this[_0x412497(0x1e6)]({'id':_0x288c3b,'type':_0x412497(0x1b1)+_0x441311,'data':_0xfb9904,'createdAt':new Date(),'authorId':_0x5040c3,'attributes':_0x3aa69a}),this[_0x412497(0x276)](_0x412497(0x1b1)+_0x441311,_0x288c3b,_0x5040c3,_0x361e2a);}}return null;}[_0x19fd03(0x1f7)](_0x3de591,_0x47f009,_0x16f97f=[],_0x27ef7f=null,_0x48a287={}){const _0xacaa2a=_0x19fd03;_0x47f009[_0xacaa2a(0x1e1)]||(_0x47f009[_0xacaa2a(0x1e1)]=_0x47f009[_0xacaa2a(0x133)]),_0x47f009[_0xacaa2a(0x107)]=_0x3de591['is'](_0xacaa2a(0x162)),_0x27ef7f=_0x27ef7f||Vt(_0x47f009);const _0x32ca59=_0x16f97f[_0xacaa2a(0x223)](_0x2089fd=>Gt(_0x2089fd,this[_0xacaa2a(0x1b6)])),_0x2ab4a4=_0x3de591['is'](_0xacaa2a(0x162))?_0x3de591:Gt(_0x3de591,this[_0xacaa2a(0x1b6)]);if(_0xacaa2a(0x166)===this[_0xacaa2a(0x100)]){const _0x5208ff=this[_0xacaa2a(0x146)][_0xacaa2a(0x171)](_0xacaa2a(0x211),_0x27ef7f,_0xacaa2a(0x1a2));return this[_0xacaa2a(0x182)](()=>_0x5208ff([_0x2ab4a4],_0x47f009,_0x48a287)),null;}_0x32ca59[_0xacaa2a(0x24a)](_0x2ab4a4);let _0x3bee4b=!0x0;for(const _0x44ccdc of _0x32ca59)if(!this[_0xacaa2a(0xd5)](_0x44ccdc)){_0x3bee4b=!0x1;break;}if(_0x3bee4b&&_0xacaa2a(0x270)!==this[_0xacaa2a(0x100)]){const _0x4a0651=this[_0xacaa2a(0x146)][_0xacaa2a(0x171)](_0xacaa2a(0x211),_0x27ef7f,_0xacaa2a(0x1a2));return this[_0xacaa2a(0x182)](()=>_0x4a0651([_0x2ab4a4],_0x47f009,_0x48a287)),null;}let _0x69645b=null,_0x414b56=_0x2ab4a4[_0xacaa2a(0x272)],_0x4ce055=_0x2ab4a4[_0xacaa2a(0x1d4)];for(const {suggestion:_0xa5aeb1,meta:_0x4c7b9d}of this[_0xacaa2a(0x209)](_0x2ab4a4,_0xacaa2a(0x211))){if(!_0x4c7b9d[_0xacaa2a(0x1f2)])continue;if(_0x4c7b9d[_0xacaa2a(0x25b)]||_0x4c7b9d[_0xacaa2a(0x142)]||_0x4c7b9d[_0xacaa2a(0x14a)])continue;if(_0xa5aeb1[_0xacaa2a(0x1c7)][_0xacaa2a(0x1e1)]!=_0x47f009[_0xacaa2a(0x1e1)])continue;if(!Lt(_0xa5aeb1,_0x48a287))continue;const _0x55d2ad=_0xa5aeb1[_0xacaa2a(0x250)]();if(_0xa5aeb1[_0xacaa2a(0xe8)]==_0x27ef7f){if(_0x55d2ad[_0xacaa2a(0x16d)](_0x2ab4a4,!0x0))return null;_0x414b56=_0x414b56[_0xacaa2a(0x14f)](_0x55d2ad[_0xacaa2a(0x272)])?_0x414b56:_0x55d2ad[_0xacaa2a(0x272)],_0x4ce055=_0x4ce055[_0xacaa2a(0x1d3)](_0x55d2ad[_0xacaa2a(0x1d4)])?_0x4ce055:_0x55d2ad[_0xacaa2a(0x1d4)],_0x69645b?_0x55d2ad[_0xacaa2a(0x272)][_0xacaa2a(0x14f)](_0x69645b[_0xacaa2a(0x250)]()[_0xacaa2a(0x272)])?(_0x69645b[_0xacaa2a(0x257)](),_0x69645b=_0xa5aeb1):_0xa5aeb1[_0xacaa2a(0x257)]():_0x69645b=_0xa5aeb1;}else{const _0x21edd0=_0x2ab4a4[_0xacaa2a(0xd0)](_0x55d2ad);this[_0xacaa2a(0x197)](_0xa5aeb1,_0x21edd0);}}const _0x424b58=this[_0xacaa2a(0x175)][_0xacaa2a(0x158)][_0xacaa2a(0x25c)](_0xacaa2a(0x125))['me'],_0x13a385=_0x147f23(),_0x540be3=_0x424b58['id'];if(_0x69645b)return this[_0xacaa2a(0x258)](_0x69645b,this[_0xacaa2a(0x1b6)][_0xacaa2a(0x16c)](_0x414b56,_0x4ce055)),_0x69645b;{const _0x473744=this[_0xacaa2a(0x1e6)]({'id':_0x13a385,'type':_0xacaa2a(0x261)+_0x27ef7f,'data':_0x47f009,'createdAt':new Date(),'authorId':_0x540be3,'attributes':_0x48a287});return this[_0xacaa2a(0x276)](_0xacaa2a(0x261)+_0x27ef7f,_0x13a385,_0x540be3,this[_0xacaa2a(0x1b6)][_0xacaa2a(0x16c)](_0x414b56,_0x4ce055)),_0x473744;}}[_0x19fd03(0x20f)](_0x2ba705,_0x1090f4,_0x31b86b=[],_0xe4730e=null,_0x3a8cb7={}){const _0x4ca3f4=_0x19fd03;_0x1090f4[_0x4ca3f4(0x1e1)]||(_0x1090f4[_0x4ca3f4(0x1e1)]=_0x1090f4[_0x4ca3f4(0x133)]);const _0x202911=_0x2ba705[0x0];_0x1090f4[_0x4ca3f4(0x107)]=_0x202911['is'](_0x4ca3f4(0x162)),_0xe4730e=_0xe4730e||Vt(_0x1090f4);const _0x73d3c1=_0x31b86b[_0x4ca3f4(0x223)](_0x11cc8b=>Gt(_0x11cc8b,this[_0x4ca3f4(0x1b6)])),_0x380043=_0x202911['is'](_0x4ca3f4(0x162))?_0x2ba705:_0x2ba705[_0x4ca3f4(0x223)](_0x1bbbe6=>Gt(_0x1bbbe6,this[_0x4ca3f4(0x1b6)]));if(_0x4ca3f4(0x166)===this[_0x4ca3f4(0x100)]){const _0x38c76a=this[_0x4ca3f4(0x146)][_0x4ca3f4(0x171)](_0x4ca3f4(0x211),_0xe4730e,_0x4ca3f4(0x1a2));return this[_0x4ca3f4(0x182)](()=>_0x38c76a(_0x380043,_0x1090f4,_0x3a8cb7)),null;}_0x73d3c1[_0x4ca3f4(0x24a)](..._0x380043);let _0x10fbb9=!0x0;for(const _0x27642c of _0x73d3c1)if(!this[_0x4ca3f4(0xd5)](_0x27642c)){_0x10fbb9=!0x1;break;}if(_0x10fbb9&&_0x4ca3f4(0x270)!==this[_0x4ca3f4(0x100)]){const _0x1e5036=this[_0x4ca3f4(0x146)][_0x4ca3f4(0x171)](_0x4ca3f4(0x211),_0xe4730e,_0x4ca3f4(0x1a2));return this[_0x4ca3f4(0x182)](()=>_0x1e5036(_0x380043,_0x1090f4,_0x3a8cb7)),null;}const _0x173a44=this[_0x4ca3f4(0x175)][_0x4ca3f4(0x158)][_0x4ca3f4(0x25c)](_0x4ca3f4(0x125))['me'];for(const _0x239bd6 of this[_0x4ca3f4(0x236)]()){if(_0x239bd6[_0x4ca3f4(0x240)]['id']!=_0x173a44['id'])continue;if(_0x4ca3f4(0x211)!=_0x239bd6[_0x4ca3f4(0x1b2)]||_0x239bd6[_0x4ca3f4(0x1c7)][_0x4ca3f4(0x1e1)]!=_0x1090f4[_0x4ca3f4(0x1e1)])continue;if(!Lt(_0x239bd6,_0x3a8cb7))continue;const _0x227774=_0x239bd6[_0x4ca3f4(0xe8)]==_0xe4730e;for(let _0x2ab379=0x0;_0x2ab379<_0x380043[_0x4ca3f4(0x17b)];_0x2ab379++){const _0x525968=_0x380043[_0x2ab379];for(const _0x48b7e6 of _0x239bd6[_0x4ca3f4(0xf0)]()){const _0x5552bd=_0x48b7e6[_0x4ca3f4(0x192)]();if(_0x525968[_0x4ca3f4(0x184)](_0x5552bd)){_0x227774?(_0x380043[_0x4ca3f4(0x1bd)](_0x2ab379,0x1),_0x2ab379--):_0x239bd6[_0x4ca3f4(0x119)](_0x48b7e6[_0x4ca3f4(0xd6)]);break;}}}}if(0x0==_0x380043[_0x4ca3f4(0x17b)])return null;const _0xa65cd7=this[_0x4ca3f4(0x146)][_0x4ca3f4(0x171)](_0x4ca3f4(0x211),_0xe4730e,_0x4ca3f4(0x232));for(const _0x19b730 of this[_0x4ca3f4(0x236)]())if(_0x19b730[_0x4ca3f4(0x240)]['id']==_0x173a44['id']&&_0x4ca3f4(0x211)==_0x19b730[_0x4ca3f4(0x1b2)]&&_0x19b730[_0x4ca3f4(0x1c7)][_0x4ca3f4(0x1e1)]==_0x1090f4[_0x4ca3f4(0x1e1)]&&_0x19b730[_0x4ca3f4(0xe8)]==_0xe4730e&&Lt(_0x19b730,_0x3a8cb7)&&(_0xa65cd7(_0x19b730[_0x4ca3f4(0x113)](),_0x380043)||_0xa65cd7(_0x380043,_0x19b730[_0x4ca3f4(0x113)]()))){for(const _0x35b8ff of _0x380043)_0x19b730[_0x4ca3f4(0x1dd)](_0x35b8ff);return _0x19b730;}const _0x2dca5a=_0x147f23(),_0x59aadd=_0x173a44['id'],_0x20b2c3=_0x4ca3f4(0x261)+_0xe4730e,_0x61da56=this[_0x4ca3f4(0x1e6)]({'id':_0x2dca5a,'type':_0x20b2c3,'data':_0x1090f4,'createdAt':new Date(),'authorId':_0x59aadd,'attributes':_0x3a8cb7});for(const _0x9b8788 of _0x380043)this[_0x4ca3f4(0x276)](_0x20b2c3,_0x2dca5a,_0x59aadd,_0x9b8788,_0x443fee[_0x4ca3f4(0x154)]());return _0x61da56;}[_0x19fd03(0x23d)](_0x5415d9,_0x1be4fe=null,_0x2d59a2={}){const _0x3a6d52=_0x19fd03;if(_0x5415d9[_0x3a6d52(0x230)])return null;const _0xba494d=this[_0x3a6d52(0x175)][_0x3a6d52(0x158)][_0x3a6d52(0x25c)](_0x3a6d52(0x125))['me'],_0x32bc64=new _0x1b6ab6(_0x5415d9[_0x3a6d52(0x272)],_0x5415d9[_0x3a6d52(0x1d4)]);for(const {suggestion:_0x22b1d4,meta:_0x2015d6}of this[_0x3a6d52(0x209)](_0x32bc64,_0x3a6d52(0x11e)))if(_0x2015d6[_0x3a6d52(0x1f2)]&&!_0x2015d6[_0x3a6d52(0x25b)]){if(_0x22b1d4[_0x3a6d52(0x110)]){const _0x2c53dd=_0x22b1d4[_0x3a6d52(0x113)]()[_0x3a6d52(0xd8)](_0x3f3844=>_0x3a6d52(0x1a5)!=_0x3f3844[_0x3a6d52(0x231)][_0x3a6d52(0x1c2)]);_0x2c53dd[_0x3a6d52(0x256)](_0x10fd84=>_0x32bc64[_0x3a6d52(0x16d)](_0x10fd84,!0x0))&&_0x22b1d4[_0x3a6d52(0x1ae)]();if(_0x2c53dd[_0x3a6d52(0x18b)](_0x5784be=>_0x5784be[_0x3a6d52(0x16d)](_0x32bc64,!0x0))){const _0x2c4a7a=this[_0x3a6d52(0x146)][_0x3a6d52(0x171)](_0x3a6d52(0x21e),_0x1be4fe,_0x3a6d52(0x1a2));return this[_0x3a6d52(0x182)](()=>_0x2c4a7a([_0x32bc64],null,_0x2d59a2)),null;}}else{const _0x4e7628=_0x32bc64[_0x3a6d52(0xd0)](_0x22b1d4[_0x3a6d52(0x250)]());null!==_0x4e7628&&_0x22b1d4[_0x3a6d52(0x174)]([_0x4e7628],null,_0x2d59a2);}}if(_0x32bc64[_0x3a6d52(0x200)](),_0x32bc64[_0x3a6d52(0x230)]||_0x3a6d52(0x1a5)==_0x32bc64[_0x3a6d52(0x231)][_0x3a6d52(0x1c2)])return null;let _0x4525fe=null,_0x162f19=_0x32bc64[_0x3a6d52(0x272)],_0x1ce24b=_0x32bc64[_0x3a6d52(0x1d4)];const _0x27ff98=this[_0x3a6d52(0x209)](_0x32bc64,_0x3a6d52(0x21e));for(const {suggestion:_0x462dbb,meta:_0xa60a5b}of _0x27ff98){const _0x4ff3ab=this[_0x3a6d52(0x1b6)][_0x3a6d52(0x16c)](_0x162f19,_0x1ce24b);if(_0xa60a5b[_0x3a6d52(0x1f2)]&&(this[_0x3a6d52(0x1e0)]||!_0xa60a5b[_0x3a6d52(0x142)]&&!_0xa60a5b[_0x3a6d52(0x14a)])){if(_0x462dbb[_0x3a6d52(0x110)]){if(!Lt(_0x462dbb,_0x2d59a2))continue;let _0x4e1f22=!0x0;for(const _0x58d76b of _0x462dbb[_0x3a6d52(0x113)]()){if(_0x58d76b[_0x3a6d52(0x16d)](_0x4ff3ab,!0x0))return _0x462dbb;_0x4ff3ab[_0x3a6d52(0x16d)](_0x58d76b)||(_0x4e1f22=!0x1);}_0x4e1f22&&_0x462dbb[_0x3a6d52(0x1ae)]();}else{const _0x40a9ff=_0x462dbb[_0x3a6d52(0x250)]();if(_0x40a9ff[_0x3a6d52(0x16d)](_0x4ff3ab,!0x0))return _0x462dbb;if(!Lt(_0x462dbb,_0x2d59a2)){_0x4ff3ab[_0x3a6d52(0x16d)](_0x40a9ff)?_0x462dbb[_0x3a6d52(0x257)]():_0x40a9ff[_0x3a6d52(0x1f1)](_0x162f19)?_0x162f19=_0x40a9ff[_0x3a6d52(0x1d4)]:_0x40a9ff[_0x3a6d52(0x1f1)](_0x1ce24b)&&(_0x1ce24b=_0x40a9ff[_0x3a6d52(0x272)]);continue;}_0x162f19=_0x162f19[_0x3a6d52(0x14f)](_0x40a9ff[_0x3a6d52(0x272)])?_0x162f19:_0x40a9ff[_0x3a6d52(0x272)],_0x1ce24b=_0x1ce24b[_0x3a6d52(0x1d3)](_0x40a9ff[_0x3a6d52(0x1d4)])?_0x1ce24b:_0x40a9ff[_0x3a6d52(0x1d4)],_0x2d59a2=Object[_0x3a6d52(0x1ec)]({},_0x462dbb[_0x3a6d52(0x10b)]),_0x4525fe?_0x40a9ff[_0x3a6d52(0x272)][_0x3a6d52(0x14f)](_0x4525fe[_0x3a6d52(0x250)]()[_0x3a6d52(0x272)])?(_0x4525fe[_0x3a6d52(0x257)](),_0x4525fe=_0x462dbb):_0x462dbb[_0x3a6d52(0x257)]():_0x4525fe=_0x462dbb;}}}if(_0x4525fe)return this[_0x3a6d52(0x258)](_0x4525fe,this[_0x3a6d52(0x1b6)][_0x3a6d52(0x16c)](_0x162f19,_0x1ce24b)),_0x4525fe;{const _0x5c88ea=_0x147f23(),_0x1a85e4=this[_0x3a6d52(0x1b6)][_0x3a6d52(0x16c)](_0x162f19,_0x1ce24b),_0x4fde7f=_0xba494d['id'],_0x59be67=_0x1be4fe?_0x3a6d52(0x194)+_0x1be4fe:_0x3a6d52(0x21e),_0x2544d7=this[_0x3a6d52(0x1e6)]({'id':_0x5c88ea,'type':_0x59be67,'createdAt':new Date(),'authorId':_0x4fde7f,'attributes':_0x2d59a2});return this[_0x3a6d52(0x276)](_0x59be67,_0x5c88ea,_0x4fde7f,_0x1a85e4),_0x2544d7;}}[_0x19fd03(0xf9)](_0x464448,_0xa04930=_0x19fd03(0x13e),_0x284b6c={}){const _0x28414b=_0x19fd03,_0x46833d=this[_0x28414b(0x175)][_0x28414b(0x158)][_0x28414b(0x25c)](_0x28414b(0x125))['me'],_0x229915=_0x464448[_0x28414b(0x223)](_0x4edab9=>new _0x1b6ab6(_0x4edab9[_0x28414b(0x272)],_0x4edab9[_0x28414b(0x1d4)])),_0xb31336=new Set();for(const {suggestion:_0x414073,meta:_0x42c29f}of this[_0x28414b(0x209)](_0x229915,_0x28414b(0x11e)))_0x42c29f[_0x28414b(0x1f2)]&&!_0x42c29f[_0x28414b(0x25b)]&&_0xb31336[_0x28414b(0x1a6)](_0x414073);for(const _0x844922 of _0xb31336)if(_0x844922[_0x28414b(0x110)]){const _0x1595b6=_0x844922[_0x28414b(0x113)]();(!_0x844922[_0x28414b(0x10b)]||!_0x844922[_0x28414b(0x10b)][_0x28414b(0x167)])&&(_0x1595b6[_0x28414b(0x256)](_0xf127b9=>_0x229915[_0x28414b(0x18b)](_0x1d8793=>_0x1d8793[_0x28414b(0x16d)](_0xf127b9,!0x0)))&&_0x844922[_0x28414b(0x1ae)]());if(_0x229915[_0x28414b(0x256)](_0x5ed4ae=>_0x1595b6[_0x28414b(0x18b)](_0x461f89=>_0x461f89[_0x28414b(0x16d)](_0x5ed4ae,!0x0)))){const _0x36f4f9=this[_0x28414b(0x146)][_0x28414b(0x171)](_0x28414b(0x21e),_0xa04930,_0x28414b(0x1a2));return this[_0x28414b(0x182)](()=>_0x36f4f9(_0x464448,null,_0x284b6c)),null;}}else{const _0x30839e=_0x844922[_0x28414b(0x250)]();_0x229915[_0x28414b(0x18b)](_0x27e352=>_0x27e352[_0x28414b(0x16d)](_0x30839e,!0x0))&&_0x844922[_0x28414b(0x1ae)]();if(_0x229915[_0x28414b(0x256)](_0xf087b9=>_0x30839e[_0x28414b(0x16d)](_0xf087b9,!0x0))){const _0x1799fc=this[_0x28414b(0x146)][_0x28414b(0x171)](_0x28414b(0x21e),_0xa04930,_0x28414b(0x1a2));return this[_0x28414b(0x182)](()=>_0x1799fc(_0x229915,null,_0x284b6c)),null;}}const _0x9ec558=this[_0x28414b(0x146)][_0x28414b(0x171)](_0x28414b(0x21e),_0xa04930,_0x28414b(0x232));let _0x5791f0=null;for(const _0xd7ef6 of this[_0x28414b(0x236)]())if(_0xd7ef6[_0x28414b(0x240)]['id']==_0x46833d['id']&&_0xd7ef6[_0x28414b(0x1ad)]&&_0x28414b(0x21e)==_0xd7ef6[_0x28414b(0x1b2)]&&_0xd7ef6[_0x28414b(0xe8)]==_0xa04930&&Lt(_0xd7ef6,_0x284b6c)&&(_0x9ec558(_0xd7ef6[_0x28414b(0x113)](),_0x229915)||_0x9ec558(_0x229915,_0xd7ef6[_0x28414b(0x113)]()))){if(_0x5791f0){if(_0xd7ef6[_0x28414b(0x27e)]&&_0xd7ef6[_0x28414b(0x27e)][_0x28414b(0x17b)])continue;for(const _0x582d88 of _0xd7ef6[_0x28414b(0x113)]())_0x5791f0[_0x28414b(0xfd)](_0x582d88)||_0x5791f0[_0x28414b(0x1dd)](_0x582d88);_0xd7ef6[_0x28414b(0x257)]();}else{_0x5791f0=_0xd7ef6;for(const _0x592109 of _0x229915)_0xd7ef6[_0x28414b(0xfd)](_0x592109)||_0xd7ef6[_0x28414b(0x1dd)](_0x592109);}}if(_0x5791f0)return _0x5791f0;_0xb31336[_0x28414b(0x26d)]();for(const {suggestion:_0x378c00,meta:_0x5a65d9}of this[_0x28414b(0x209)](_0x229915,_0x28414b(0x21e)))_0x5a65d9[_0x28414b(0x1f2)]&&(this[_0x28414b(0x1e0)]||!_0x5a65d9[_0x28414b(0x142)]&&!_0x5a65d9[_0x28414b(0x14a)])&&Lt(_0x378c00,_0x284b6c)&&_0xb31336[_0x28414b(0x1a6)](_0x378c00);for(const _0x49867a of _0xb31336){const _0x225e2a=_0x49867a[_0x28414b(0x113)]();if(!_0x284b6c||!_0x284b6c[_0x28414b(0x167)]){if(_0x229915[_0x28414b(0x256)](_0x11b934=>_0x225e2a[_0x28414b(0x18b)](_0x4fe4a2=>_0x4fe4a2[_0x28414b(0x16d)](_0x11b934,!0x0))))return _0x49867a;}(!_0x49867a[_0x28414b(0x10b)]||!_0x49867a[_0x28414b(0x10b)][_0x28414b(0x167)])&&(_0x225e2a[_0x28414b(0x256)](_0x4c31e8=>_0x229915[_0x28414b(0x18b)](_0x4ce760=>_0x4ce760[_0x28414b(0x16d)](_0x4c31e8,!0x0)))&&_0x49867a[_0x28414b(0x1ae)]());}const _0x90ace8=_0x147f23(),_0x541576=_0x46833d['id'],_0x1677a5=_0x28414b(0x194)+_0xa04930,_0xa2ccf=this[_0x28414b(0x1e6)]({'id':_0x90ace8,'type':_0x1677a5,'createdAt':new Date(),'authorId':_0x541576,'attributes':_0x284b6c});for(const _0x46e3eb of _0x229915)_0x46e3eb[_0x28414b(0x200)](),_0x46e3eb[_0x28414b(0x230)]||_0x28414b(0x1a5)==_0x46e3eb[_0x28414b(0x231)][_0x28414b(0x1c2)]||this[_0x28414b(0x276)](_0x1677a5,_0x90ace8,_0x541576,_0x46e3eb,_0x443fee[_0x28414b(0x154)]());return _0xa2ccf;}[_0x19fd03(0x1e2)](_0xf4361b,_0x3d1892,_0x5bd94,_0x4c6c,_0x4cdd8d){const _0x4a41f3=_0x19fd03;if(_0xf4361b[_0x4a41f3(0x230)])return[];if(_0x4a41f3(0x166)===this[_0x4a41f3(0x100)])return[];const _0x60c12f=this[_0x4a41f3(0x175)][_0x4a41f3(0x158)][_0x4a41f3(0x25c)](_0x4a41f3(0x125))['me']['id'],_0x428939=Array[_0x4a41f3(0x1cf)](this[_0x4a41f3(0x278)][_0x4a41f3(0x248)]())[_0x4a41f3(0xd8)](_0x48583b=>_0x4a41f3(0xf2)==_0x48583b[_0x4a41f3(0x1b2)]&&_0x48583b[_0x4a41f3(0x1c7)][_0x4a41f3(0x1bb)]==_0x3d1892&&_0x48583b[_0x4a41f3(0xfd)](_0xf4361b));if(_0x4a41f3(0x168)===this[_0x4a41f3(0x100)]){const _0x54bdb9=this[_0x4a41f3(0x209)](_0xf4361b,_0x4a41f3(0x11e))[_0x4a41f3(0xd8)](({meta:_0x54ee67})=>_0x54ee67[_0x4a41f3(0x1f2)]&&!_0x54ee67[_0x4a41f3(0x14a)]&&!_0x54ee67[_0x4a41f3(0x25b)])[_0x4a41f3(0x223)](({suggestion:_0xaf2b68})=>_0xaf2b68);_0x428939[_0x4a41f3(0x11d)](..._0x54bdb9);}const _0x3cbdcd=new Map([[_0xf4361b,_0x5bd94]]);for(const _0x4ad3f4 of _0x428939){const _0x43523b=_0x4a41f3(0xf2)==_0x4ad3f4[_0x4a41f3(0x1b2)]?_0x4ad3f4[_0x4a41f3(0x1c7)][_0x4a41f3(0xee)]:void 0x0,_0xc11c19=_0x4ad3f4[_0x4a41f3(0x250)](),_0x2c98a3=Array[_0x4a41f3(0x1cf)](_0x3cbdcd[_0x4a41f3(0x157)]())[_0x4a41f3(0x13f)](_0x5d28dc=>_0x5d28dc[_0x4a41f3(0x235)](_0xc11c19));if(!_0x2c98a3)continue;const _0x541d1d=_0x2c98a3[_0x4a41f3(0xda)](_0xc11c19);this[_0x4a41f3(0x22c)](_0x3d1892)&&_0x4a41f3(0x11e)==_0x4ad3f4[_0x4a41f3(0x1b2)]&&0x0!=_0x541d1d[_0x4a41f3(0x17b)]||(_0x3cbdcd[_0x4a41f3(0x1fa)](_0x2c98a3),_0x541d1d[_0x4a41f3(0x188)](_0x389c66=>{const _0x35a782=_0x4a41f3;_0x3cbdcd[_0x35a782(0x216)](_0x389c66,_0x5bd94);}),_0x4a41f3(0x11e)!=_0x4ad3f4[_0x4a41f3(0x1b2)]&&_0x43523b!=_0x4c6c&&_0x3cbdcd[_0x4a41f3(0x216)](_0x2c98a3[_0x4a41f3(0xd0)](_0xc11c19),_0x43523b));}const _0xa46322=[];for(const [_0x4b953f,_0x2e9116]of _0x3cbdcd){const _0x3f4780=_0x147f23(),_0x5ac38c={'key':_0x3d1892,'oldValue':_0x2e9116,'newValue':_0x4c6c};_0x3d1892[_0x4a41f3(0x17b)]>0x25&&console[_0x4a41f3(0x103)](_0x4a41f3(0x1f8),{'key':_0x3d1892});const _0x124ec5=(_0x4a41f3(0x118)+(_0x3d1892+'|'+Vt({'newValue':_0x4c6c})))[_0x4a41f3(0x1af)](0x0,0x3c),_0x54ab76=this[_0x4a41f3(0x1e6)]({'id':_0x3f4780,'type':_0x124ec5,'data':_0x5ac38c,'createdAt':new Date(),'authorId':_0x60c12f,'attributes':_0x4cdd8d});_0xa46322[_0x4a41f3(0x24a)](_0x54ab76),this[_0x4a41f3(0x276)](_0x124ec5,_0x3f4780,_0x60c12f,_0x4b953f);}return _0xa46322;}[_0x19fd03(0xea)](_0x264f04){const _0x3e1180=_0x19fd03;this[_0x3e1180(0xd3)][_0x3e1180(0x1a6)](_0x264f04);}[_0x19fd03(0x244)](_0x3f3194){const _0x4c8ad0=_0x19fd03;this[_0x4c8ad0(0x172)][_0x4c8ad0(0x1a6)](_0x3f3194);}[_0x19fd03(0x212)](_0x3c81f3,_0x432e02=[],_0x33895d=[]){const _0x3d0e17=_0x19fd03;this[_0x3d0e17(0x26f)](_0x3c81f3,(_0x1e51ed,..._0x539f05)=>{const _0x20d1b4=_0x3d0e17;this[_0x20d1b4(0x163)](()=>{_0x1e51ed(..._0x539f05);});});for(const _0x47430b of _0x432e02)this[_0x3d0e17(0x244)](_0x47430b);for(const _0x2677b9 of _0x33895d)this[_0x3d0e17(0xea)](_0x2677b9);}[_0x19fd03(0x117)](_0x54c273){const _0x3f1c8c=_0x19fd03;return _0x3f1c8c(0xf2)==_0x54c273[_0x3f1c8c(0x1b2)]?_0x54c273[_0x3f1c8c(0xe8)][_0x3f1c8c(0x196)]('|')[0x0]:null;}[_0x19fd03(0x258)](_0x388542,_0x14c1e3){const _0x31c2d9=_0x19fd03,_0x32cbda=_0x388542[_0x31c2d9(0x160)]();this[_0x31c2d9(0x1b6)][_0x31c2d9(0x225)](_0x54c92a=>{const _0x160ad9=_0x31c2d9;_0x54c92a[_0x160ad9(0xcf)](_0x32cbda,{'range':_0x14c1e3});});}[_0x19fd03(0x108)](_0x3e75da){const _0x287ec5=_0x19fd03,_0x218be7=_0x3e75da['id'],_0x5171ae=this[_0x287ec5(0x175)][_0x287ec5(0x220)][_0x287ec5(0x25c)](_0x287ec5(0x1cd));this[_0x287ec5(0x1d9)][_0x287ec5(0xec)](_0x218be7)||this[_0x287ec5(0x1d9)][_0x287ec5(0x143)]({'channelId':_0x5171ae,'threadId':_0x218be7,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x439817=this[_0x287ec5(0x1d9)][_0x287ec5(0x165)](_0x218be7);_0x439817[_0x287ec5(0x193)](_0x287ec5(0x1bf)),_0x439817[_0x287ec5(0x1bf)]=!0x1,_0x3e75da[_0x287ec5(0x27e)]=_0x439817;}[_0x19fd03(0x1f3)](_0x19b122,_0x5ed91b,_0x4c8daa,_0x342c57){const _0xdeacc8=_0x19fd03;if(_0x19b122[_0xdeacc8(0x1b2)]!=_0x5ed91b||_0x19b122[_0xdeacc8(0xe8)]!=_0x4c8daa||_0x19b122[_0xdeacc8(0x1b4)]['id']!=_0x342c57)throw this[_0xdeacc8(0x175)][_0xdeacc8(0x13a)](_0xdeacc8(0x239)),new _0x1f491d(_0xdeacc8(0x239),this);}[_0x19fd03(0x197)](_0x3410be,_0x1d8c2a){const _0x1d6290=_0x19fd03,_0x44ad7c=_0x3410be[_0x1d6290(0x250)]();if(_0x1d8c2a[_0x1d6290(0x184)](_0x44ad7c))_0x3410be[_0x1d6290(0x257)]();else{if(_0x44ad7c[_0x1d6290(0x16d)](_0x1d8c2a)){const _0x242633=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x272)][_0x1d6290(0xf7)],_0x1d6290(0x1d4));this[_0x1d6290(0x258)](_0x3410be,this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0x44ad7c[_0x1d6290(0x272)],_0x242633));const _0x249e56=_0x147f23(),_0x40e9ea=_0x3410be[_0x1d6290(0x1b4)]['id'],_0x84d25a=_0x3410be[_0x1d6290(0x1b2)]+':'+_0x3410be[_0x1d6290(0xe8)];this[_0x1d6290(0x1e6)]({'id':_0x249e56,'type':_0x84d25a,'createdAt':new Date(),'authorId':_0x40e9ea,'data':_0x3410be[_0x1d6290(0x1c7)],'attributes':_0x3410be[_0x1d6290(0x10b)]});const _0x876bfd=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x1d4)][_0x1d6290(0x190)],_0x1d6290(0x180)),_0x1d5d9b=this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0x876bfd,_0x44ad7c[_0x1d6290(0x1d4)]);this[_0x1d6290(0x276)](_0x84d25a,_0x249e56,_0x40e9ea,_0x1d5d9b);}else{if(_0x44ad7c[_0x1d6290(0x1f1)](_0x1d8c2a[_0x1d6290(0x272)])){const _0x59a7d8=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x272)][_0x1d6290(0xf7)],_0x1d6290(0x1d4));this[_0x1d6290(0x258)](_0x3410be,this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0x44ad7c[_0x1d6290(0x272)],_0x59a7d8));}else{const _0xeb8647=this[_0x1d6290(0x1b6)][_0x1d6290(0x274)](_0x1d8c2a[_0x1d6290(0x1d4)][_0x1d6290(0x190)],_0x1d6290(0x180));this[_0x1d6290(0x258)](_0x3410be,this[_0x1d6290(0x1b6)][_0x1d6290(0x16c)](_0xeb8647,_0x44ad7c[_0x1d6290(0x1d4)]));}}}}[_0x19fd03(0xd5)](_0x537b6c){const _0x46937e=_0x19fd03;for(const {suggestion:_0x4710af,meta:_0x181be6}of this[_0x46937e(0x209)](_0x537b6c,_0x46937e(0x11e))){if(!_0x181be6[_0x46937e(0x1f2)])continue;const _0x64be7f=_0x4710af[_0x46937e(0x113)]();for(const _0x16f652 of _0x64be7f)if(!_0x537b6c[_0x46937e(0xda)](_0x16f652)[_0x46937e(0x17b)])return!0x0;}return!0x1;}[_0x19fd03(0x204)](_0x510128){const _0x31d546=_0x19fd03,_0x4a021b=this[_0x31d546(0x175)][_0x31d546(0x158)][_0x31d546(0x25c)](_0x31d546(0x125))[_0x31d546(0x25e)](_0x510128);if(!_0x4a021b)throw new _0x1f491d(_0x31d546(0x17c),this);return _0x4a021b;}[_0x19fd03(0x18d)](_0x4974e1){const _0x18a94a=_0x19fd03,_0x2e9f9e=this[_0x18a94a(0x175)][_0x18a94a(0x158)][_0x18a94a(0x25c)](_0x18a94a(0x125)),_0x2717a8=_0x4f943b(_0x18a94a(0x12c)+_0x4974e1),_0xda2122=_0x2e9f9e[_0x18a94a(0x25e)](_0x2717a8);return _0xda2122||_0x2e9f9e[_0x18a94a(0x15b)]({'id':_0x2717a8,'name':_0x4974e1});}[_0x19fd03(0xdf)](_0x5a77fa,_0x2b2f11,_0x1485c2,_0x4614da,_0xfce5ab){const _0x12c16c=_0x19fd03,_0x20c8f5=this[_0x12c16c(0x204)](_0x4614da),_0x4f284e=this[_0x12c16c(0x146)][_0x12c16c(0xe6)](_0x5a77fa,_0x2b2f11,_0x1485c2,_0x20c8f5,_0xfce5ab,_0xeb246a=>{const _0x3a96d5=_0x12c16c;this[_0x3a96d5(0x255)](_0x1485c2,{'attributes':_0xeb246a});const _0x25538c=this[_0x3a96d5(0x205)](_0x1485c2);this[_0x3a96d5(0x1c5)](new Set([_0x25538c])),this[_0x3a96d5(0xed)](new Set([_0x25538c]));});return this[_0x12c16c(0x11f)](_0x4f284e,_0x12c16c(0x1a2),()=>{const _0x4e161f=_0x12c16c;this[_0x4e161f(0x255)](_0x1485c2,{'state':_0x4e161f(0x140)});},{'priority':_0x12c16c(0xf4)}),this[_0x12c16c(0x11f)](_0x4f284e,_0x12c16c(0x1ae),()=>{const _0x1cedc2=_0x12c16c;this[_0x1cedc2(0x255)](_0x1485c2,{'state':_0x1cedc2(0xde)});},{'priority':_0x12c16c(0xf4)}),this[_0x12c16c(0x278)][_0x12c16c(0x216)](_0x1485c2,_0x4f284e),this[_0x12c16c(0x24c)][_0x12c16c(0x216)](_0x4f284e,_0x12c16c(0x1ed)),_0x4f284e;}[_0x19fd03(0x151)](_0x5f005e){const _0x34eb5a=_0x19fd03,_0x160e42=_0x5f005e[_0x34eb5a(0x196)](':');return{'group':_0x160e42[0x0],'type':_0x160e42[0x1],'subType':_0x160e42[_0x34eb5a(0x17b)]>=0x5?_0x160e42[0x2]:null,'id':_0x160e42[_0x34eb5a(0x17b)]<0x5?_0x160e42[0x2]:_0x160e42[0x3],'authorId':_0x160e42[_0x34eb5a(0x17b)]<0x5?_0x160e42[0x3]:_0x160e42[0x4],'markerCount':0x6==_0x160e42[_0x34eb5a(0x17b)]?_0x160e42[0x5]:null};}[_0x19fd03(0x1c3)](_0x36dc4a,_0x56c47d,_0xa8ce28){const _0x4669c8=_0x19fd03,_0x5a1184=_0x36dc4a[_0x4669c8(0x250)](),_0x86a6e1=_0x5a1184[_0x4669c8(0x272)],_0x1ceca1=_0x5a1184[_0x4669c8(0x1d4)];this[_0x4669c8(0x258)](_0x36dc4a,this[_0x4669c8(0x1b6)][_0x4669c8(0x16c)](_0x86a6e1,_0x56c47d));const _0x1b51bd=_0x147f23(),_0x511bfd=_0x36dc4a[_0x4669c8(0x1b4)]['id'],_0x4e426e=_0x36dc4a[_0x4669c8(0x1b2)]+(_0x36dc4a[_0x4669c8(0xe8)]?':'+_0x36dc4a[_0x4669c8(0xe8)]:'');this[_0x4669c8(0x1e6)]({'id':_0x1b51bd,'type':_0x4e426e,'createdAt':new Date(),'authorId':_0x511bfd,'originalSuggestionId':_0x36dc4a['id'],'attributes':_0x36dc4a[_0x4669c8(0x10b)],'data':_0x36dc4a[_0x4669c8(0x1c7)]});const _0xdd2801=this[_0x4669c8(0x117)](_0x36dc4a);(_0x4669c8(0x211)==_0x36dc4a[_0x4669c8(0x1b2)]||_0xdd2801&&this[_0x4669c8(0x22c)](_0xdd2801))&&(_0xa8ce28=this[_0x4669c8(0x1b6)][_0x4669c8(0x161)](_0xa8ce28[_0x4669c8(0x190)])),this[_0x4669c8(0x276)](_0x4e426e,_0x1b51bd,_0x511bfd,this[_0x4669c8(0x1b6)][_0x4669c8(0x16c)](_0xa8ce28,_0x1ceca1));}[_0x19fd03(0x209)](_0x8adf9d,_0x4d8eb7=null){const _0x1f2b1c=_0x19fd03,_0xd36827=[],_0x49b4ca=this[_0x1f2b1c(0x175)][_0x1f2b1c(0x158)][_0x1f2b1c(0x25c)](_0x1f2b1c(0x125))['me'];Array[_0x1f2b1c(0x20d)](_0x8adf9d)||(_0x8adf9d=[_0x8adf9d]);for(const _0xff6cf1 of this[_0x1f2b1c(0x236)]()){if(!_0xff6cf1[_0x1f2b1c(0x1ad)])continue;if(_0x4d8eb7&&_0xff6cf1[_0x1f2b1c(0x1b2)]!=_0x4d8eb7)continue;let _0x2f12ac=!0x1;for(const _0xe61b97 of _0xff6cf1[_0x1f2b1c(0x113)]()){for(const _0x2fd7d1 of _0x8adf9d){const _0x65bcef=_0x2fd7d1[_0x1f2b1c(0x272)][_0x1f2b1c(0x184)](_0xe61b97[_0x1f2b1c(0x1d4)])||_0x2fd7d1[_0x1f2b1c(0x1d4)][_0x1f2b1c(0x184)](_0xe61b97[_0x1f2b1c(0x272)]);if(_0x65bcef||_0x2fd7d1[_0x1f2b1c(0xd0)](_0xe61b97)){const _0x3dccc8=_0x2fd7d1[_0x1f2b1c(0x16d)](_0xe61b97)&&Rt(this[_0x1f2b1c(0x1b6)][_0x1f2b1c(0x1ea)],_0xe61b97[_0x1f2b1c(0x272)],_0x2fd7d1),_0x558098=_0xe61b97[_0x1f2b1c(0x16d)](_0x2fd7d1)&&Rt(this[_0x1f2b1c(0x1b6)][_0x1f2b1c(0x1ea)],_0x2fd7d1[_0x1f2b1c(0x272)],_0xe61b97);_0xd36827[_0x1f2b1c(0x24a)]({'suggestion':_0xff6cf1,'meta':{'isOwn':_0x49b4ca==_0xff6cf1[_0x1f2b1c(0x240)],'isNextTo':_0x65bcef,'isInsideObject':_0x3dccc8,'containsRangeInObject':_0x558098}}),_0x2f12ac=!0x0;break;}}if(_0x2f12ac)break;}}return _0xd36827;}[_0x19fd03(0x276)](_0x3fd728,_0x3bf221,_0x2fd20b,_0x22a70e,_0x1bd72a){const _0x4d852e=_0x19fd03;this[_0x4d852e(0x1b6)][_0x4d852e(0x225)](_0x1587a0=>{const _0x59eef5=_0x4d852e;let _0x484072=_0x59eef5(0x1cb)+_0x3fd728+':'+_0x3bf221+':'+_0x2fd20b;_0x1bd72a&&(_0x484072=_0x484072+':'+_0x1bd72a),_0x1587a0[_0x59eef5(0xdc)](_0x484072,{'range':_0x22a70e,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x19fd03(0x26a)](_0x4f2547){const _0x3bd2f7=_0x19fd03,_0x2047d6=_0x4f2547[_0x3bd2f7(0x20e)],_0x42cd3d=_0x4f2547[_0x3bd2f7(0x213)];_0x4f2547[_0x3bd2f7(0x20e)]=null,_0x4f2547[_0x3bd2f7(0x213)]=null,null!=_0x2047d6&&_0x2047d6[_0x3bd2f7(0x213)]==_0x4f2547&&(_0x2047d6[_0x3bd2f7(0x213)]=_0x42cd3d),null!=_0x42cd3d&&_0x42cd3d[_0x3bd2f7(0x20e)]==_0x4f2547&&(_0x42cd3d[_0x3bd2f7(0x20e)]=_0x2047d6),_0x3bd2f7(0x208)==this[_0x3bd2f7(0x24c)][_0x3bd2f7(0x25c)](_0x4f2547)&&(this[_0x3bd2f7(0x24c)][_0x3bd2f7(0x216)](_0x4f2547,_0x3bd2f7(0x1a3)),this[_0x3bd2f7(0x1b7)](_0x3bd2f7(0x1c8),_0x4f2547,_0x2047d6,_0x42cd3d));}[_0x19fd03(0x1e6)](_0xd7f705){const _0x4d192c=_0x19fd03,_0x29fc32=_0xd7f705['id'],_0x373aec=this[_0x4d192c(0x1ba)](_0xd7f705);if(this[_0x4d192c(0x201)]&&this[_0x4d192c(0x201)][_0x4d192c(0x249)]){const _0x558001=this[_0x4d192c(0x175)][_0x4d192c(0x158)][_0x4d192c(0x25c)](_0x4d192c(0x15e)),_0x53b105=_0x373aec[_0x4d192c(0x271)],_0x138306=_0x373aec[_0x4d192c(0xe8)]?_0x373aec[_0x4d192c(0x1b2)]+':'+_0x373aec[_0x4d192c(0xe8)]:_0x373aec[_0x4d192c(0x1b2)],_0xbddf43=this[_0x4d192c(0x175)][_0x4d192c(0x20c)],_0x40f932=_0x558001[_0x4d192c(0x1a6)](_0xe5b8b9(_0xbddf43,_0x4d192c(0x15f))),_0x3aceb4={'id':_0x29fc32,'type':_0x138306,'hasComments':_0x53b105,'data':_0xd7f705[_0x4d192c(0x1c7)]||null,'originalSuggestionId':_0xd7f705[_0x4d192c(0x134)]||null,'attributes':_0x373aec[_0x4d192c(0x10b)]};this[_0x4d192c(0x201)][_0x4d192c(0x249)](_0x3aceb4)[_0x4d192c(0xd4)](_0x53d8f7=>{const _0x397788=_0x4d192c;_0x373aec[_0x397788(0xe4)]=!0x0,_0x558001[_0x397788(0x262)](_0x40f932),_0x53d8f7&&_0x53d8f7[_0x397788(0x1a1)]&&(this[_0x397788(0x278)][_0x397788(0x25c)](_0x29fc32)[_0x397788(0x1a1)]=_0x53d8f7[_0x397788(0x1a1)]);})[_0x4d192c(0x185)](_0x4894c8=>{const _0x2946b3=_0x4d192c;throw _0x19da36(_0x2946b3(0x229)),this[_0x2946b3(0x175)][_0x2946b3(0x1cc)][_0x2946b3(0x1ef)]({'isUndoable':!0x1},()=>{const _0x347ebf=_0x2946b3;_0x373aec[_0x347ebf(0x1ae)]();}),_0x373aec[_0x2946b3(0x1dc)](),this[_0x2946b3(0x278)][_0x2946b3(0x1fa)](_0x373aec['id']),this[_0x2946b3(0x24c)][_0x2946b3(0x1fa)](_0x373aec),_0x4894c8;});}return _0x373aec;}[_0x19fd03(0x22c)](_0x488c96){const _0x3b9799=_0x19fd03;return this[_0x3b9799(0xd3)][_0x3b9799(0x178)](_0x488c96);}[_0x19fd03(0x255)](_0x378a89,_0xf8bd6d){const _0x3c4ecb=_0x19fd03,_0x60514d=this[_0x3c4ecb(0x175)][_0x3c4ecb(0x158)][_0x3c4ecb(0x25c)](_0x3c4ecb(0x15e)),_0x2df386=this[_0x3c4ecb(0x205)](_0x378a89);if(this[_0x3c4ecb(0x201)]&&this[_0x3c4ecb(0x201)][_0x3c4ecb(0x1d8)]){if(_0x2df386[_0x3c4ecb(0xe4)]){const _0x53d4b1=_0x60514d[_0x3c4ecb(0x1a6)](_0xe5b8b9(this[_0x3c4ecb(0x175)][_0x3c4ecb(0x20c)],_0x3c4ecb(0x15f)));this[_0x3c4ecb(0x201)][_0x3c4ecb(0x1d8)](_0x378a89,_0xf8bd6d)[_0x3c4ecb(0xd4)](()=>{const _0x2232eb=_0x3c4ecb;_0x60514d[_0x2232eb(0x262)](_0x53d4b1);});}else _0x2df386['on'](_0x3c4ecb(0x1db),()=>{const _0x56a90e=_0x3c4ecb;this[_0x56a90e(0x255)](_0x378a89,_0xf8bd6d);});}}[_0x19fd03(0xef)](_0x1e7dff){const _0x55de65=_0x19fd03;if(!this[_0x55de65(0x201)]||!this[_0x55de65(0x201)][_0x55de65(0x205)])throw new _0x1f491d(_0x55de65(0x11c),this);return this[_0x55de65(0x201)][_0x55de65(0x205)](_0x1e7dff);}[_0x19fd03(0xdd)](_0x560906){const _0xcae486=_0x19fd03,{id:_0x2a20cc,type:_0x1ca10e,subType:_0x565817,authorId:_0x5cdc8a}=this[_0xcae486(0x151)](_0x560906),_0x262692=this[_0xcae486(0x278)][_0xcae486(0x25c)](_0x2a20cc)||this[_0xcae486(0xdf)](_0x1ca10e,_0x565817,_0x2a20cc,_0x5cdc8a,{});switch(this[_0xcae486(0x1f3)](_0x262692,_0x1ca10e,_0x565817,_0x5cdc8a),this[_0xcae486(0x24c)][_0xcae486(0x25c)](_0x262692)){case _0xcae486(0x1ed):this[_0xcae486(0xef)](_0x2a20cc)[_0xcae486(0xd4)](_0x128e8b=>{const _0x31cbb2=_0xcae486;let _0x32ff08=Promise[_0x31cbb2(0x222)]();_0x128e8b[_0x31cbb2(0x271)]&&(_0x32ff08=this[_0x31cbb2(0x1d9)][_0x31cbb2(0x21b)]({'channelId':this[_0x31cbb2(0x175)][_0x31cbb2(0x220)][_0x31cbb2(0x25c)](_0x31cbb2(0x1cd)),'threadId':_0x2a20cc})),_0x32ff08[_0x31cbb2(0xd4)](()=>{const _0x4ea444=_0x31cbb2;this[_0x4ea444(0x1ba)](_0x128e8b)[_0x4ea444(0xe4)]=!0x0;});}),this[_0xcae486(0x24c)][_0xcae486(0x216)](_0x262692,_0xcae486(0x137));break;case _0xcae486(0x1a3):this[_0xcae486(0x255)](_0x2a20cc,{'state':_0xcae486(0x14b)});case _0xcae486(0x1e7):this[_0xcae486(0x24c)][_0xcae486(0x216)](_0x262692,_0xcae486(0x208)),this[_0xcae486(0x1b7)](_0xcae486(0x1c4),_0x262692);break;case _0xcae486(0x208):this[_0xcae486(0x1b7)](_0xcae486(0x141),_0x262692);}return _0x262692[_0xcae486(0x1b5)](_0x560906),_0x262692;}[_0x19fd03(0xed)](_0x4926b1){const _0x3c0eb9=_0x19fd03,_0x19e22e=Array[_0x3c0eb9(0x1cf)](_0x4926b1),_0x775e04=_0x19e22e[_0x3c0eb9(0xd8)](_0x4132c2=>_0x3c0eb9(0xf2)==_0x4132c2[_0x3c0eb9(0x1b2)]);this[_0x3c0eb9(0x246)](_0x775e04);const _0x52510e=_0x19e22e[_0x3c0eb9(0xd8)](_0x48710c=>!_0x48710c[_0x3c0eb9(0x110)]&&_0x3c0eb9(0xf2)!=_0x48710c[_0x3c0eb9(0x1b2)]),_0x25e6cf=this[_0x3c0eb9(0x236)]({'skipNotAttached':!0x0})[_0x3c0eb9(0xd8)](_0x1ef424=>!_0x1ef424[_0x3c0eb9(0x110)]&&_0x3c0eb9(0xf2)!=_0x1ef424[_0x3c0eb9(0x1b2)]),_0x516ca8=_0x25e6cf[_0x3c0eb9(0xd8)](_0xc36cbc=>!_0x4926b1[_0x3c0eb9(0x178)](_0xc36cbc)),_0x27d25e=new Map(_0x25e6cf[_0x3c0eb9(0x223)](_0x5389aa=>[_0x5389aa,this[_0x3c0eb9(0x146)][_0x3c0eb9(0x171)](_0x5389aa[_0x3c0eb9(0x1b2)],_0x5389aa[_0x3c0eb9(0xe8)],_0x3c0eb9(0x219))])),_0x5b0dd4=new Map(_0x25e6cf[_0x3c0eb9(0x223)](_0x23b1d1=>[_0x23b1d1,_0x23b1d1[_0x3c0eb9(0x250)]()])),_0x43560f=new Set(),_0x3da544=new Set();for(let _0x1fefdb=0x0;_0x1fefdb<_0x52510e[_0x3c0eb9(0x17b)];_0x1fefdb++)_0x45bed8(_0x52510e[_0x1fefdb],_0x52510e,_0x1fefdb+0x1);for(let _0x4d96dc=0x0;_0x4d96dc<_0x52510e[_0x3c0eb9(0x17b)];_0x4d96dc++)_0x45bed8(_0x52510e[_0x4d96dc],_0x516ca8,0x0);const _0x8254e0=new Set();for(let _0x4aa1d2=0x0;_0x4aa1d2<_0x52510e[_0x3c0eb9(0x17b)];_0x4aa1d2++){const _0x463fd2=_0x52510e[_0x4aa1d2];!_0x3da544[_0x3c0eb9(0x178)](_0x463fd2)&&_0x463fd2[_0x3c0eb9(0x20e)]&&(_0x8254e0[_0x3c0eb9(0x1a6)](_0x463fd2[_0x3c0eb9(0x20e)]),_0x463fd2[_0x3c0eb9(0x20e)][_0x3c0eb9(0x213)]===_0x463fd2&&(_0x463fd2[_0x3c0eb9(0x20e)][_0x3c0eb9(0x213)]=null),_0x463fd2[_0x3c0eb9(0x20e)]=null),!_0x43560f[_0x3c0eb9(0x178)](_0x463fd2)&&_0x463fd2[_0x3c0eb9(0x213)]&&(_0x8254e0[_0x3c0eb9(0x1a6)](_0x463fd2[_0x3c0eb9(0x213)]),_0x463fd2[_0x3c0eb9(0x213)][_0x3c0eb9(0x20e)]===_0x463fd2&&(_0x463fd2[_0x3c0eb9(0x213)][_0x3c0eb9(0x20e)]=null),_0x463fd2[_0x3c0eb9(0x213)]=null);}function _0x45bed8(_0x1f49d2,_0x532e5a,_0x1caa77){const _0x215321=_0x3c0eb9;for(let _0x4dbad0=_0x1caa77;_0x4dbad0<_0x532e5a[_0x215321(0x17b)];_0x4dbad0++){const _0x1fa613=_0x2f9517(_0x1f49d2,_0x532e5a[_0x4dbad0]);_0x1fa613&&(_0x1fa613[0x0][_0x215321(0x213)]=_0x1fa613[0x1],_0x1fa613[0x1][_0x215321(0x20e)]=_0x1fa613[0x0],_0x43560f[_0x215321(0x1a6)](_0x1fa613[0x0]),_0x3da544[_0x215321(0x1a6)](_0x1fa613[0x1]));}}function _0x2f9517(_0x4356f8,_0x327648){const _0x439c38=_0x3c0eb9;if(_0x4356f8[_0x439c38(0x240)]['id']!==_0x327648[_0x439c38(0x240)]['id'])return null;const _0x4c8c64=_0x27d25e[_0x439c38(0x25c)](_0x4356f8)(_0x4356f8,_0x327648,_0x5b0dd4[_0x439c38(0x25c)](_0x4356f8),_0x5b0dd4[_0x439c38(0x25c)](_0x327648));if(!_0x4c8c64)return null;return _0x27d25e[_0x439c38(0x25c)](_0x327648)(_0x4356f8,_0x327648,_0x5b0dd4[_0x439c38(0x25c)](_0x4356f8),_0x5b0dd4[_0x439c38(0x25c)](_0x327648))?_0x4c8c64[0x1][_0x439c38(0x27e)]&&_0x4c8c64[0x1][_0x439c38(0x27e)][_0x439c38(0x17b)]?null:_0x4c8c64:null;}_0x8254e0[_0x3c0eb9(0xf1)]&&this[_0x3c0eb9(0xed)](_0x8254e0);}[_0x19fd03(0x246)](_0x4e4232){const _0x3aa9f3=_0x19fd03;if(0x0==_0x4e4232[_0x3aa9f3(0x17b)])return;const _0x17fc3a=this[_0x3aa9f3(0x236)]({'skipNotAttached':!0x0})[_0x3aa9f3(0xd8)](_0x3c90c0=>_0x3aa9f3(0xf2)==_0x3c90c0[_0x3aa9f3(0x1b2)]&&_0x3c90c0[_0x3aa9f3(0x1a7)]),_0x2cc4d7=[],_0x55f8d2=new Map();for(const _0x4b975b of _0x17fc3a){const _0x15a3ba=_0x4f943b(_0x4b975b[_0x3aa9f3(0x10b)]);_0x55f8d2[_0x3aa9f3(0x178)](_0x15a3ba)||(_0x55f8d2[_0x3aa9f3(0x216)](_0x15a3ba,_0x2cc4d7[_0x3aa9f3(0x17b)]),_0x2cc4d7[_0x3aa9f3(0x24a)]([]));const _0x50f77f=_0x55f8d2[_0x3aa9f3(0x25c)](_0x15a3ba);_0x2cc4d7[_0x50f77f][_0x3aa9f3(0x24a)](_0x4b975b);}!(function(){const _0x48ae35=_0x3aa9f3;_0x2cc4d7[_0x48ae35(0x130)]((_0x5952a6,_0x6dc491)=>{const _0x30501e=_0x48ae35,_0x1f5f36=_0x5952a6[0x0][_0x30501e(0x1a1)],_0x384102=_0x6dc491[0x0][_0x30501e(0x1a1)];return _0x1f5f36==_0x384102?_0x5952a6[0x0][_0x30501e(0x10b)][_0x30501e(0x251)]<_0x6dc491[0x0][_0x30501e(0x10b)][_0x30501e(0x251)]?-0x1:0x1:_0x1f5f36<_0x384102?-0x1:0x1;});for(const _0x41b3ef of _0x2cc4d7)_0x41b3ef[_0x48ae35(0x130)]((_0x4a30a4,_0x1c2f30)=>_0x4a30a4['id']<_0x1c2f30['id']?-0x1:0x1);}());for(let _0x1fb03e=0x0;_0x1fb03e<_0x2cc4d7[_0x3aa9f3(0x17b)];_0x1fb03e++){if(0x0==_0x2cc4d7[_0x1fb03e][_0x3aa9f3(0x17b)])continue;const _0x3b2833=[];for(let _0xbae782=_0x1fb03e+0x1;_0xbae782<_0x2cc4d7[_0x3aa9f3(0x17b)];_0xbae782++)0x0!=_0x2cc4d7[_0xbae782][_0x3aa9f3(0x17b)]&&_0x36f5b4(_0x2cc4d7[_0x1fb03e],_0x2cc4d7[_0xbae782])&&_0x3b2833[_0x3aa9f3(0x24a)](_0xbae782);for(const _0x1cf45e of _0x3b2833)_0x2cc4d7[_0x1fb03e]=_0x2cc4d7[_0x1fb03e][_0x3aa9f3(0x1ca)](_0x2cc4d7[_0x1cf45e]),_0x2cc4d7[_0x1cf45e]=[];}for(const _0x3d5cfc of _0x2cc4d7)for(let _0x467996=0x0;_0x467996<_0x3d5cfc[_0x3aa9f3(0x17b)];_0x467996++)_0x3d5cfc[_0x467996][_0x3aa9f3(0x213)]=_0x3d5cfc[_0x467996+0x1]||null;for(const _0x406936 of _0x2cc4d7)for(let _0x236436=0x0;_0x236436<_0x406936[_0x3aa9f3(0x17b)];_0x236436++)_0x406936[_0x236436][_0x3aa9f3(0x20e)]=_0x406936[_0x236436-0x1]||null;function _0x36f5b4(_0x3ff9ea,_0x5e63fd){const _0x2842e2=_0x3aa9f3;if(_0x3ff9ea[0x0][_0x2842e2(0x10b)][_0x2842e2(0x251)]!==_0x5e63fd[0x0][_0x2842e2(0x10b)][_0x2842e2(0x251)]&&_0x3ff9ea[0x0][_0x2842e2(0x240)]!==_0x5e63fd[0x0][_0x2842e2(0x240)])return!0x1;if(!function(_0x238631,_0x3164ba){const _0xe596b5=_0x2842e2;if(!_0x238631[_0xe596b5(0x271)]&&!_0x3164ba[_0xe596b5(0x271)])return!0x0;if(_0x238631[_0xe596b5(0x271)]&&_0x3164ba[_0xe596b5(0x271)])return!0x1;if(_0x238631[_0xe596b5(0x271)]&&_0x3164ba[_0xe596b5(0x1a1)]<_0x238631[_0xe596b5(0x27e)][_0xe596b5(0x1d2)][_0xe596b5(0x25c)](0x0)[_0xe596b5(0x1a1)])return!0x0;if(_0x3164ba[_0xe596b5(0x271)]&&_0x238631[_0xe596b5(0x1a1)]<_0x3164ba[_0xe596b5(0x27e)][_0xe596b5(0x1d2)][_0xe596b5(0x25c)](0x0)[_0xe596b5(0x1a1)])return!0x0;return!0x1;}(_0x3ff9ea[0x0],_0x5e63fd[0x0]))return!0x1;const _0x370d13=_0x6b8dd2(_0x3ff9ea[0x0][_0x2842e2(0x10b)],_0x2842e2(0x251)),_0x5ee34c=_0x6b8dd2(_0x5e63fd[0x0][_0x2842e2(0x10b)],_0x2842e2(0x251));if(!_0x5eb54e(_0x370d13,_0x5ee34c))return!0x1;return!!_0x3ff9ea[_0x2842e2(0x256)](_0xb1d96b=>_0x5e63fd[_0x2842e2(0x18b)](_0x3c4736=>_0xb1d96b[_0x2842e2(0x250)]()[_0x2842e2(0x184)](_0x3c4736[_0x2842e2(0x250)]())))&&_0x5e63fd[_0x2842e2(0x256)](_0x567d8a=>_0x3ff9ea[_0x2842e2(0x18b)](_0xd0767d=>_0x567d8a[_0x2842e2(0x250)]()[_0x2842e2(0x184)](_0xd0767d[_0x2842e2(0x250)]())));}}[_0x19fd03(0x1c5)](_0x3199e7){const _0x4aae86=_0x19fd03,_0x586dac=Array[_0x4aae86(0x1cf)](_0x3199e7),_0x56a997=this[_0x4aae86(0x236)]({'skipNotAttached':!0x0}),_0x2049cb=_0x56a997[_0x4aae86(0xd8)](_0xf6b666=>!_0x3199e7[_0x4aae86(0x178)](_0xf6b666)),_0x54af94=new Map(_0x586dac[_0x4aae86(0x223)](_0x14a6a4=>[_0x14a6a4,this[_0x4aae86(0x146)][_0x4aae86(0x171)](_0x14a6a4[_0x4aae86(0x1b2)],_0x14a6a4[_0x4aae86(0xe8)],_0x4aae86(0x232))])),_0x502e21=new Map(_0x56a997[_0x4aae86(0x223)](_0x4537b2=>[_0x4537b2,_0x4537b2[_0x4aae86(0x113)]()]));for(let _0x12eecb=0x0;_0x12eecb<_0x586dac[_0x4aae86(0x17b)];_0x12eecb++){if(_0x5245bd(this,_0x586dac[_0x12eecb],_0x586dac,_0x12eecb+0x1))return!0x0;}for(let _0x2d943b=0x0;_0x2d943b<_0x586dac[_0x4aae86(0x17b)];_0x2d943b++){if(_0x5245bd(this,_0x586dac[_0x2d943b],_0x2049cb,0x0))return!0x0;}return!0x1;function _0x5245bd(_0x29b11f,_0x288e2d,_0x954559,_0x3505ed){const _0x409094=_0x4aae86;for(let _0x1333d5=_0x3505ed;_0x1333d5<_0x954559[_0x409094(0x17b)];_0x1333d5++){const _0x2d0c9f=_0x954559[_0x1333d5];if(_0x2d0c9f[_0x409094(0x1b2)]!==_0x288e2d[_0x409094(0x1b2)]||_0x2d0c9f[_0x409094(0x240)]['id']!==_0x288e2d[_0x409094(0x240)]['id']||_0x2d0c9f[_0x409094(0xe8)]!==_0x288e2d[_0x409094(0xe8)])continue;if(!Pt(_0x288e2d,_0x2d0c9f,[_0x409094(0x251)]))continue;if(_0x409094(0xf2)==_0x288e2d[_0x409094(0x1b2)]&&_0x288e2d[_0x409094(0x1c7)][_0x409094(0xee)]!=_0x2d0c9f[_0x409094(0x1c7)][_0x409094(0xee)])continue;if(_0x409094(0xf2)==_0x288e2d[_0x409094(0x1b2)]&&_0x29b11f[_0x409094(0x22c)](_0x288e2d[_0x409094(0x1c7)][_0x409094(0x1bb)]))continue;if(_0x409094(0x211)==_0x288e2d[_0x409094(0x1b2)]){const _0x1305c0=_0x29b11f[_0x409094(0x175)][_0x409094(0x1cc)],_0x2ef9a0=_0x288e2d[_0x409094(0x1b9)]();if(_0x2ef9a0&&(_0x1305c0[_0x409094(0x1ea)][_0x409094(0x12f)](_0x2ef9a0)||_0x1305c0[_0x409094(0x1ea)][_0x409094(0x106)](_0x2ef9a0)))continue;}const _0x909208=_0x54af94[_0x409094(0x25c)](_0x288e2d),_0x5a5795=_0x502e21[_0x409094(0x25c)](_0x288e2d),_0x39499=_0x502e21[_0x409094(0x25c)](_0x2d0c9f),_0x2f2198=_0x288e2d[_0x409094(0x27e)]&&_0x288e2d[_0x409094(0x27e)][_0x409094(0x17b)],_0x285326=_0x2d0c9f[_0x409094(0x27e)]&&_0x2d0c9f[_0x409094(0x27e)][_0x409094(0x17b)];if(!_0x2f2198&&_0x909208(_0x39499,_0x5a5795))return _0x29b11f[_0x409094(0xdb)](_0x2d0c9f,_0x288e2d),_0x502e21[_0x409094(0x1fa)](_0x288e2d),!0x0;if(!_0x285326&&_0x909208(_0x5a5795,_0x39499))return _0x29b11f[_0x409094(0xdb)](_0x288e2d,_0x2d0c9f),_0x502e21[_0x409094(0x1fa)](_0x2d0c9f),!0x0;}return!0x1;}}[_0x19fd03(0xdb)](_0xf7272b,_0x5a4bb6){const _0x279b7e=_0x19fd03;if(_0xf7272b[_0x279b7e(0x110)]){for(const _0x8ef704 of _0x5a4bb6[_0x279b7e(0x113)]())_0xf7272b[_0x279b7e(0x1dd)](_0x8ef704);}else{const _0x5217f3=_0x5a4bb6[_0x279b7e(0x250)]()[_0x279b7e(0x1d4)];this[_0x279b7e(0x258)](_0xf7272b,this[_0x279b7e(0x1b6)][_0x279b7e(0x16c)](_0xf7272b[_0x279b7e(0x250)]()[_0x279b7e(0x272)],_0x5217f3));}_0x5a4bb6[_0x279b7e(0x257)]();}[_0x19fd03(0x260)](_0x4141a7,_0x98198b){const _0x5358ea=_0x19fd03,_0x95c1fe=_0x4141a7[_0x5358ea(0x1b8)](_0x5358ea(0x10f))||_0x4141a7[_0x5358ea(0x1b8)](_0x5358ea(0xf2))?_0x5358ea(0x11a):_0x4141a7[_0x5358ea(0x1da)]();return _0xe5b8b9(this[_0x5358ea(0x175)][_0x5358ea(0x20c)],_0x98198b+'_'+_0x95c1fe+_0x5358ea(0x1c0));}[_0x19fd03(0x1d1)](){const _0x23b0b4=_0x19fd03,_0x15c67a=this[_0x23b0b4(0x175)];_0x1b08f5(this[_0x23b0b4(0x1b6)],({left:_0x212bef,entered:_0xb3344b})=>{const _0x5f5739=_0x23b0b4,_0x10d5a4=[];for(const _0x56e6a0 of _0x212bef){const {group:_0x706ddb,type:_0x5177fd}=this[_0x5f5739(0x151)](_0x56e6a0[_0x5f5739(0xd6)]);if(_0x5f5739(0x145)===_0x706ddb){_0x10d5a4[_0x5f5739(0x24a)](this[_0x5f5739(0x260)](_0x5177fd,_0x5f5739(0x128)));break;}}for(const _0x5ca250 of _0xb3344b){const {group:_0x26a46e,type:_0xfb1d74}=this[_0x5f5739(0x151)](_0x5ca250[_0x5f5739(0xd6)]);if(_0x5f5739(0x145)===_0x26a46e){_0x10d5a4[_0x5f5739(0x24a)](this[_0x5f5739(0x260)](_0xfb1d74,_0x5f5739(0xf5)));break;}}_0x10d5a4[_0x5f5739(0x17b)]&&_0x15c67a['ui'][_0x5f5739(0x226)][_0x5f5739(0x116)](_0x5f5739(0x1e4),_0x10d5a4[_0x5f5739(0x232)]('\x20'));});}[_0x19fd03(0x138)](_0x2c9c93){const _0x47e4f7=_0x19fd03;if(this[_0x47e4f7(0x18f)])return!0x1;const _0x248277=this[_0x47e4f7(0x175)],_0x57f6ff=_0x248277[_0x47e4f7(0x1cc)][_0x47e4f7(0x27a)][_0x47e4f7(0x1e8)][_0x47e4f7(0xe2)]();if(0x0==_0x57f6ff[_0x47e4f7(0x17b)])return!0x1;const _0x59a713=[],_0x95602c=_0x57f6ff[_0x47e4f7(0xd8)](_0x1accd8=>_0x47e4f7(0xf2)==_0x1accd8[_0x47e4f7(0x1b2)]),_0x73ce9c=_0x57f6ff[_0x47e4f7(0xd8)](_0x521c66=>_0x47e4f7(0x1f5)==_0x521c66[_0x47e4f7(0x1b2)]&&_0x47e4f7(0x115)!=_0x521c66[_0x47e4f7(0xd6)]),_0x17da59=_0x57f6ff[_0x47e4f7(0xd8)](_0x27ada2=>_0x47e4f7(0x262)==_0x27ada2[_0x47e4f7(0x1b2)]&&_0x47e4f7(0x115)!=_0x27ada2[_0x47e4f7(0xd6)]);for(const _0x52ca44 of _0x95602c)_0x59a713[_0x47e4f7(0x24a)]({'key':_0x52ca44[_0x47e4f7(0xfa)],'newValue':_0x52ca44[_0x47e4f7(0x254)],'oldValue':_0x52ca44[_0x47e4f7(0x1d6)],'range':Ot(_0x52ca44[_0x47e4f7(0x162)],_0x248277[_0x47e4f7(0x1cc)])});for(const _0x14748e of _0x73ce9c){const _0x14b993=_0x17da59[_0x47e4f7(0x13f)](_0x3b9cc5=>_0x3b9cc5[_0x47e4f7(0x16e)][_0x47e4f7(0x184)](_0x14748e[_0x47e4f7(0x16e)]));_0x14b993&&_0x59a713[_0x47e4f7(0x24a)]({'key':_0x47e4f7(0x10c),'newValue':_0x14748e[_0x47e4f7(0xd6)],'oldValue':_0x14b993[_0x47e4f7(0xd6)],'range':_0x248277[_0x47e4f7(0x1cc)][_0x47e4f7(0x18e)](_0x14748e[_0x47e4f7(0x16e)][_0x47e4f7(0x15c)])});}return 0x0!=_0x59a713[_0x47e4f7(0x17b)]&&this[_0x47e4f7(0x179)](_0x2c9c93,_0x59a713);}[_0x19fd03(0x14d)](_0x5586a3){const _0x1b029f=_0x19fd03;let _0x4ccbcc=!0x1;const _0x5b160b=this[_0x1b029f(0x175)][_0x1b029f(0x1cc)][_0x1b029f(0x27a)][_0x1b029f(0x1e8)][_0x1b029f(0x23b)]()[_0x1b029f(0xd8)](_0x353a70=>_0x353a70[_0x1b029f(0x1c7)][_0x1b029f(0x189)]&&_0x353a70[_0x1b029f(0xd6)][_0x1b029f(0x1b8)](_0x1b029f(0x23c)));for(const _0x4651c9 of _0x5b160b){const {subType:_0x553f81,id:_0x263fe8}=this[_0x1b029f(0x151)](_0x4651c9[_0x1b029f(0xd6)]),_0x30d1ab=_0x553f81[_0x1b029f(0x196)]('|')[0x0];for(const _0xf8a93d of this[_0x1b029f(0x236)]({'skipNotAttached':!0x0}))_0xf8a93d['id']!=_0x263fe8&&_0x1b029f(0xf2)==_0xf8a93d[_0x1b029f(0x1b2)]&&_0xf8a93d[_0x1b029f(0x1c7)]&&_0xf8a93d[_0x1b029f(0x1c7)][_0x1b029f(0x1bb)]==_0x30d1ab&&_0xf8a93d[_0x1b029f(0x250)]()[_0x1b029f(0x235)](_0x4651c9[_0x1b029f(0x1c7)][_0x1b029f(0x189)])&&(this[_0x1b029f(0x24e)](_0xf8a93d,_0x4651c9[_0x1b029f(0x1c7)][_0x1b029f(0x189)],_0x5586a3),_0x4ccbcc=!0x0);}return _0x4ccbcc;}[_0x19fd03(0x163)](_0x3a56d8){const _0xe4fc4e=_0x19fd03;this[_0xe4fc4e(0x175)],(this[_0xe4fc4e(0x18f)]=!0x0,_0x3a56d8());}[_0x19fd03(0xff)](_0x342ca8){const _0x2bc576=_0x19fd03,_0x3b7def=this[_0x2bc576(0x22c)](_0x342ca8),_0xa9911e=this[_0x2bc576(0x172)][_0x2bc576(0x178)](_0x342ca8);return _0x3b7def||_0xa9911e;}[_0x19fd03(0x179)](_0x8f7b6c,_0x1e7133){const _0x49461b=_0x19fd03;if(0x0==_0x1e7133[_0x49461b(0x17b)])return!0x1;let _0x11757d=!0x1;for(const _0x509aa0 of _0x1e7133){const _0x38cd43=this[_0x49461b(0x209)](_0x509aa0[_0x49461b(0x162)],_0x49461b(0xf2))[_0x49461b(0xd8)](_0x18809a=>!_0x18809a[_0x49461b(0x277)][_0x49461b(0x25b)])[_0x49461b(0x223)](_0x250b3c=>_0x250b3c[_0x49461b(0x145)]),_0x2b0f4f=_0x4f943b({'newValue':_0x509aa0[_0x49461b(0x22a)]});_0x38cd43[_0x49461b(0xd8)](_0xd9986b=>{const _0x388639=_0x49461b,[_0x571508,_0x5cdb21]=_0xd9986b[_0x388639(0xe8)][_0x388639(0x196)]('|');return _0x571508==_0x509aa0[_0x388639(0x1bb)]&&_0x5cdb21!=_0x2b0f4f;})[_0x49461b(0x188)](_0x510426=>{const _0x315acf=_0x49461b;this[_0x315acf(0x24e)](_0x510426,_0x509aa0[_0x315acf(0x162)],_0x8f7b6c),_0x11757d=!0x0;});}return _0x11757d;}[_0x19fd03(0x24e)](_0x3d5286,_0x1d37a9,_0x5f4a71){const _0x536c37=_0x19fd03,_0x5b70e6=_0x3d5286[_0x536c37(0x250)]()[_0x536c37(0xda)](_0x1d37a9);0x0!==_0x5b70e6[_0x536c37(0x17b)]?0x1!==_0x5b70e6[_0x536c37(0x17b)]?this[_0x536c37(0x1c3)](_0x3d5286,_0x1d37a9[_0x536c37(0x272)],_0x1d37a9[_0x536c37(0x1d4)]):this[_0x536c37(0x258)](_0x3d5286,_0x5b70e6[0x0]):_0x5f4a71[_0x536c37(0x119)](_0x3d5286[_0x536c37(0x160)]());}}class xt{constructor(_0xb44c90){const _0x24253d=_0x19fd03;this[_0x24253d(0x187)]=_0xb44c90,this[_0x24253d(0x1b6)]=_0xb44c90[_0x24253d(0x1cc)],this[_0x24253d(0x135)]=new Map(),this[_0x24253d(0x12a)]=new Map(),this[_0x24253d(0x16a)]();}[_0x19fd03(0xe6)](_0x95718f,_0x498458,_0x273514,_0x43c23a,_0x12811a,_0x380435){const _0x11e96b=_0x19fd03;return new _0x443fee(this[_0x11e96b(0x1b6)],{'type':_0x95718f,'subType':_0x498458,'id':_0x273514,'author':_0x43c23a,'creator':_0x43c23a,'attributes':_0x12811a,'onAttributesChange':_0x380435,'onAccept':(..._0x380c59)=>this[_0x11e96b(0x171)](_0x95718f,_0x498458,_0x11e96b(0x1a2))(..._0x380c59),'onDiscard':(..._0x24e689)=>this[_0x11e96b(0x171)](_0x95718f,_0x498458,_0x11e96b(0x1ae))(..._0x24e689)});}[_0x19fd03(0x1e9)](_0x3375f9,_0x45a2fa,_0x5c81e4,_0x2fdcb0){const _0x2fa400=_0x19fd03,_0x1aea68=_0x3375f9+':'+_0x45a2fa+':'+_0x5c81e4;this[_0x2fa400(0x135)][_0x2fa400(0x216)](_0x1aea68,_0x2fdcb0);}[_0x19fd03(0x171)](_0x535ced,_0x376e54,_0x53c52d){const _0x5b023d=_0x19fd03,_0x194b95=_0x535ced+':'+_0x376e54+':'+_0x53c52d;return this[_0x5b023d(0x135)][_0x5b023d(0x25c)](_0x194b95)||this[_0x5b023d(0x12a)][_0x5b023d(0x25c)](_0x535ced+':'+_0x53c52d);}[_0x19fd03(0x16a)](){const _0x541d52=_0x19fd03,_0x71619a=()=>!0x1,_0x2a6c1a=_0x6d5849=>{const _0x5b1fc0=_0x50a9;_0x6d5849[_0x5b1fc0(0x130)]((_0x2e1174,_0x40e98a)=>_0x2e1174[_0x5b1fc0(0x272)][_0x5b1fc0(0x14f)](_0x40e98a[_0x5b1fc0(0x272)])?0x1:-0x1),this[_0x5b1fc0(0x1b6)][_0x5b1fc0(0x225)](_0x5ef328=>{const _0x880f4d=_0x5b1fc0;for(const _0x43dbfc of _0x6d5849){let _0x3edf8b;_0x3edf8b=_0x43dbfc[_0x880f4d(0x1d4)][_0x880f4d(0x1c1)]&&_0x43dbfc[_0x880f4d(0x1d4)][_0x880f4d(0x190)]==_0x43dbfc[_0x880f4d(0x272)][_0x880f4d(0x15c)]?_0x5ef328[_0x880f4d(0x22b)](_0x43dbfc[_0x880f4d(0x272)][_0x880f4d(0x15c)],'on'):_0x5ef328[_0x880f4d(0x22b)](_0x43dbfc),this[_0x880f4d(0x1b6)][_0x880f4d(0x20a)](_0x3edf8b,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x529d39=(_0x52cc3e,_0x7e1777)=>{const _0x5cd2c0=_0x50a9;_0x7e1777&&this[_0x5cd2c0(0x1b6)][_0x5cd2c0(0x225)](_0x2203ad=>{const _0x13825c=_0x5cd2c0,{commandName:_0x3b184e,commandParams:_0xe693a4=[]}=_0x7e1777,_0xbf6dd2=_0x52cc3e[_0x13825c(0x223)](_0x42f6aa=>(Tt(_0x42f6aa)&&(_0x42f6aa=this[_0x13825c(0x1b6)][_0x13825c(0x16c)](_0x42f6aa[_0x13825c(0x1d4)])),_0x42f6aa))[_0x13825c(0xd8)](_0x4792b8=>_0x13825c(0x1a5)!==_0x4792b8[_0x13825c(0x231)][_0x13825c(0x1c2)]);if(_0xbf6dd2[_0x13825c(0x17b)]<0x1)return;const _0x2f875c=Array[_0x13825c(0x1cf)](this[_0x13825c(0x1b6)][_0x13825c(0x27a)][_0x13825c(0x234)][_0x13825c(0x113)]())[_0x13825c(0x223)](_0x3d4b49=>_0x1b6ab6[_0x13825c(0x21f)](_0x3d4b49));_0x2203ad[_0x13825c(0x13d)](_0xbf6dd2);for(const _0x378f35 of this[_0x13825c(0x187)][_0x13825c(0x269)][_0x13825c(0x269)]())_0x378f35[_0x13825c(0x1d5)]();_0xe693a4[_0x13825c(0x24a)]({'forceDefaultExecution':!0x0}),this[_0x13825c(0x187)][_0x13825c(0x21c)](_0x3b184e,..._0xe693a4);const _0x51f5d6=_0x2f875c[_0x13825c(0xd8)](_0x4e1f8d=>_0x13825c(0x1a5)!=_0x4e1f8d[_0x13825c(0x231)][_0x13825c(0x1c2)]);_0x51f5d6[_0x13825c(0x17b)]>0x0&&_0x2203ad[_0x13825c(0x13d)](_0x51f5d6);for(const _0x2e716b of _0x2f875c)_0x2e716b[_0x13825c(0x200)]();});},_0x34d498=(_0x5328b9,_0x4ae37b)=>0x1==_0x5328b9[_0x541d52(0x17b)]&&0x1==_0x4ae37b[_0x541d52(0x17b)]&&_0x5328b9[0x0][_0x541d52(0x1d4)][_0x541d52(0x184)](_0x4ae37b[0x0][_0x541d52(0x272)]),_0x27642e=(_0x7f9df9,_0x53a99b,_0x13a85e,_0x5eb2e2)=>Ft(_0x7f9df9,_0x53a99b,_0x13a85e,_0x5eb2e2,this[_0x541d52(0x1b6)])?[_0x7f9df9,_0x53a99b]:Ft(_0x53a99b,_0x7f9df9,_0x5eb2e2,_0x13a85e,this[_0x541d52(0x1b6)])?[_0x53a99b,_0x7f9df9]:null;this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x27b),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x173),_0x2a6c1a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x147),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1de),_0x27642e),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x20b),_0x2a6c1a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x149),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0xf8),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1e3),_0x27642e),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x13c),_0x529d39),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x186),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x10e),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x19e),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x14c),_0x529d39),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0xfb),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0xd2),_0x34d498),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1f9),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x202),_0x71619a),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x21d),(_0x800833,_0xa79107)=>{const _0x49cddd=_0x541d52;if(!_0xa79107)return;const _0x484b9f=this[_0x49cddd(0x187)][_0x49cddd(0x158)][_0x49cddd(0x25c)](p);this[_0x49cddd(0x1b6)][_0x49cddd(0x225)](_0x4adbcb=>{const _0x1fa363=_0x49cddd;if(_0x1fa363(0x10c)==_0xa79107[_0x1fa363(0x1bb)])for(const _0x1c9954 of _0x800833){const _0x177658=_0x1c9954[_0x1fa363(0x272)][_0x1fa363(0x15c)],_0x2b9241=_0xa79107[_0x1fa363(0xee)];_0x4adbcb[_0x1fa363(0x22e)](_0x177658,_0x2b9241);}else{if(_0x484b9f[_0x1fa363(0x22c)](_0xa79107[_0x1fa363(0x1bb)])){for(const _0x181060 of _0x800833)void 0x0!==_0xa79107[_0x1fa363(0xee)]?_0x4adbcb[_0x1fa363(0xe0)](_0xa79107[_0x1fa363(0x1bb)],_0xa79107[_0x1fa363(0xee)],_0x181060[_0x1fa363(0x272)][_0x1fa363(0x15c)]):_0x4adbcb[_0x1fa363(0x218)](_0xa79107[_0x1fa363(0x1bb)],_0x181060[_0x1fa363(0x272)][_0x1fa363(0x15c)]);}else{for(const _0x3c93f7 of _0x800833)_0xa79107[_0x1fa363(0xee)]?_0x4adbcb[_0x1fa363(0xe0)](_0xa79107[_0x1fa363(0x1bb)],_0xa79107[_0x1fa363(0xee)],_0x3c93f7):_0x4adbcb[_0x1fa363(0x218)](_0xa79107[_0x1fa363(0x1bb)],_0x3c93f7);}}});}),this[_0x541d52(0x12a)][_0x541d52(0x216)](_0x541d52(0x1a0),_0x34d498);}}function Rt(_0x549314,_0x30aa8a,_0x21644f){const _0xad0f6e=_0x19fd03;for(const _0x3f1005 of _0x30aa8a[_0xad0f6e(0x190)][_0xad0f6e(0x1b0)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3f1005[_0xad0f6e(0x231)]==_0x3f1005)return!0x1;if(!_0x21644f[_0xad0f6e(0x26c)](_0x3f1005))return!0x1;if(_0x549314[_0xad0f6e(0x12f)](_0x3f1005)||_0x549314[_0xad0f6e(0x106)](_0x3f1005))return!0x0;}return!0x1;}function Tt(_0x59b8c8){const _0x38e13d=_0x19fd03;return _0x59b8c8[_0x38e13d(0x1d4)][_0x38e13d(0x190)]==_0x59b8c8[_0x38e13d(0x272)][_0x38e13d(0x15c)]&&_0x59b8c8[_0x38e13d(0x1d4)][_0x38e13d(0x1ac)];}function Et(_0x1d89dd,_0x5cb0db,_0x201640,_0x2a6d90){const _0x279ec3=_0x19fd03,_0xb627b3=_0x4bfadb=>!_0x4bfadb[_0x279ec3(0x265)]['is'](_0x279ec3(0x144))&&!_0x2a6d90[_0x279ec3(0x12f)](_0x4bfadb[_0x279ec3(0x265)]),_0x1de267=_0x1d89dd[_0x279ec3(0x272)][_0x279ec3(0xe5)](_0xb627b3),_0x377c46=_0x1d89dd[_0x279ec3(0x1d4)][_0x279ec3(0xe5)](_0xb627b3,{'direction':_0x279ec3(0x153)});return(!_0x1d89dd[_0x279ec3(0x272)][_0x279ec3(0x184)](_0x1de267)||!_0x1d89dd[_0x279ec3(0x1d4)][_0x279ec3(0x184)](_0x377c46))&&(_0x1de267[_0x279ec3(0x14f)](_0x377c46)?_0x201640[_0x279ec3(0xcf)](_0x5cb0db,{'range':_0x201640[_0x279ec3(0x16c)](_0x1de267,_0x377c46)}):_0x201640[_0x279ec3(0x119)](_0x5cb0db),!0x0);}function Vt(_0x2c9ded){return _0x4f943b(_0x2c9ded);}function Ut(_0x188089){const _0x38f5c7=_0x19fd03,_0x39bc5e=_0x188089[_0x38f5c7(0x272)][_0x38f5c7(0x15c)];return _0x39bc5e&&_0x39bc5e['is'](_0x38f5c7(0x191));}function Ot(_0x123a3f,_0x4a20c6){const _0x2309d9=_0x19fd03;return null==_0x123a3f[_0x2309d9(0x1d4)][_0x2309d9(0xf7)]&&_0x123a3f[_0x2309d9(0x1d4)][_0x2309d9(0x190)]==_0x123a3f[_0x2309d9(0x272)][_0x2309d9(0x15c)]?Gt(_0x123a3f[_0x2309d9(0x272)][_0x2309d9(0x15c)],_0x4a20c6):_0x123a3f;}function Gt(_0x5142bd,_0x44524c){const _0x10891a=_0x19fd03,_0x154753=_0x44524c[_0x10891a(0x1ea)][_0x10891a(0x12f)](_0x5142bd)||_0x44524c[_0x10891a(0x1ea)][_0x10891a(0x16b)](_0x5142bd);return _0x44524c[_0x10891a(0x16c)](_0x44524c[_0x10891a(0x274)](_0x5142bd,_0x10891a(0x14e)),_0x154753?_0x44524c[_0x10891a(0x1d7)](_0x5142bd):_0x44524c[_0x10891a(0x274)](_0x5142bd,_0x10891a(0x1d4)));}function Ft(_0x23b582,_0x34f1e0,_0x4a22f2,_0x29e972,_0x488dd7){const _0x21ee16=_0x19fd03;if(!Pt(_0x23b582,_0x34f1e0))return!0x1;if(_0x4a22f2[_0x21ee16(0x1d4)][_0x21ee16(0x184)](_0x29e972[_0x21ee16(0x272)]))return!0x0;if(_0x23b582[_0x21ee16(0x1b2)]!=_0x34f1e0[_0x21ee16(0x1b2)])return!0x1;if(!_0x4a22f2[_0x21ee16(0x1d4)][_0x21ee16(0x243)](_0x29e972[_0x21ee16(0x272)]))return!0x1;const _0x11b9d1=_0x488dd7[_0x21ee16(0x16c)](_0x4a22f2[_0x21ee16(0x1d4)],_0x29e972[_0x21ee16(0x272)])[_0x21ee16(0x1bc)]();for(const _0x42f0f7 of _0x11b9d1)if([_0x21ee16(0xf3),_0x21ee16(0x25d)][_0x21ee16(0x21a)](_0x42f0f7[_0x21ee16(0x1b2)])&&_0x488dd7[_0x21ee16(0x1ea)][_0x21ee16(0x106)](_0x42f0f7[_0x21ee16(0x265)]))return!0x1;return!0x0;}function Pt(_0x5cc6e1,_0x6182ff,_0x503839=[]){const _0x25a7f1=_0x19fd03;return!(!_0x5cc6e1[_0x25a7f1(0x1a7)]||!_0x6182ff[_0x25a7f1(0x1a7)])&&_0x5eb54e(_0x6b8dd2(_0x5cc6e1[_0x25a7f1(0x10b)],_0x503839),_0x6b8dd2(_0x6182ff[_0x25a7f1(0x10b)],_0x503839));}function Lt(_0x5d7a1a,_0x4c5533){const _0x50a74=_0x19fd03,_0x3b101b=Ht(_0x5d7a1a[_0x50a74(0x10b)]),_0x9b1136=Ht(_0x4c5533);if(!_0x5d7a1a[_0x50a74(0x1a7)])return!0x1;for(const _0xe4b48b of Object[_0x50a74(0x157)](_0x9b1136))if(!_0x5eb54e(_0x3b101b[_0xe4b48b],_0x9b1136[_0xe4b48b]))return!0x1;return!0x0;}function Ht(_0x2764a6){const _0x355395=_0x19fd03,_0x1da0b2=Object[_0x355395(0x1ec)]({},_0x2764a6);return delete _0x1da0b2[_0x355395(0x167)],delete _0x1da0b2[_0x355395(0x139)],_0x1da0b2;}
|
|
23
|
+
const _0x5b8884=_0x4f77;(function(_0x5a8d64,_0x25424e){const _0x15b312=_0x4f77,_0x57be88=_0x5a8d64();while(!![]){try{const _0x48c24c=-parseInt(_0x15b312(0x2c4))/0x1+parseInt(_0x15b312(0x317))/0x2*(parseInt(_0x15b312(0x1f9))/0x3)+-parseInt(_0x15b312(0x2b5))/0x4*(-parseInt(_0x15b312(0x2da))/0x5)+-parseInt(_0x15b312(0x217))/0x6+parseInt(_0x15b312(0x1fb))/0x7+-parseInt(_0x15b312(0x1df))/0x8+-parseInt(_0x15b312(0x1bf))/0x9;if(_0x48c24c===_0x25424e)break;else _0x57be88['push'](_0x57be88['shift']());}catch(_0x1d7f5d){_0x57be88['push'](_0x57be88['shift']());}}}(_0x5632,0x221e9));import{Plugin as _0x420685,PendingActions as _0x49b0b4}from'ckeditor5/src/core.js';import{LiveRange as _0x15ca4d}from'ckeditor5/src/engine.js';import{CKEditorError as _0x3f60a1,uid as _0x3d3f87,priorities as _0x10a365,logWarning as _0x126b58}from'ckeditor5/src/utils.js';import{toWidget as _0x57d46c}from'ckeditor5/src/widget.js';import{Users as _0x330f15,hashObject as _0x1c7a70,surroundingMarkersDetector as _0x5b97c6}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x22a375 from'./commands/trackchangescommand.js';import _0x44abab from'./commands/acceptsuggestioncommand.js';import _0xde1668 from'./commands/discardsuggestioncommand.js';import _0x1e485a from'./commands/executeonallsuggestionscommand.js';import _0x2fbc2c from'./commands/executeonselectedsuggestionscommand.js';import _0x4cfe05 from'./suggestion.js';import _0x4195cb from'./suggestiondescriptionfactory.js';import _0x196a45 from'./integrations/aiassistant.js';import _0x5de52b from'./integrations/alignment.js';import _0x141d36 from'./integrations/basicstyles.js';import _0x56b162 from'./integrations/blockquote.js';import _0x47b637 from'./integrations/casechange.js';import _0x4c0c9b from'./integrations/ckbox.js';import _0x50b89f from'./integrations/codeblock.js';import _0x3f774f from'./integrations/comments.js';import _0xa7bc68 from'./integrations/deletecommand.js';import _0x50b0a2 from'./integrations/list.js';import _0x41afa2 from'./integrations/listproperties.js';import _0x47b6f7 from'./integrations/entercommand.js';import _0x2af60e from'./integrations/findandreplace.js';import _0x4e8631 from'./integrations/font.js';import _0x15350c from'./integrations/formatpainter.js';import _0x438267 from'./integrations/heading.js';import _0x39d734 from'./integrations/highlight.js';import _0x4176d8 from'./integrations/horizontalline.js';import _0x2e5b22 from'./integrations/htmlembed.js';import _0x1735c6 from'./integrations/image.js';import _0x2bfbf8 from'./integrations/imagereplace.js';import _0x542a27 from'./integrations/imagestyle.js';import _0x30c751 from'./integrations/importword.js';import _0x246d97 from'./integrations/indent.js';import _0x1c531c from'./integrations/inputcommand.js';import _0x241dd6 from'./integrations/link.js';import _0x6c4b2b from'./integrations/legacylist.js';import _0x4ee4b2 from'./integrations/legacylistproperties.js';import _0x213b40 from'./integrations/mediaembed.js';import _0x364175 from'./integrations/mention.js';import _0x545049 from'./integrations/multilevellist.js';import _0x4cf9ee from'./integrations/pagebreak.js';import _0x355f0e from'./integrations/paragraph.js';import _0x4c3134 from'./integrations/removeformat.js';import _0xbd1458 from'./integrations/restrictededitingmode.js';import _0xc1663f from'./integrations/shiftentercommand.js';import _0x2d6793 from'./integrations/standardeditingmode.js';import _0x1ae3ad from'./integrations/style.js';import _0x37f286 from'./integrations/table.js';import _0x4e2472 from'./integrations/tablemergesplit.js';function _0x4f77(_0x4f8c96,_0x189359){const _0x563244=_0x5632();return _0x4f77=function(_0x4f7795,_0x4ec911){_0x4f7795=_0x4f7795-0x1a0;let _0x1ae65e=_0x563244[_0x4f7795];return _0x1ae65e;},_0x4f77(_0x4f8c96,_0x189359);}import _0x393a28 from'./integrations/tableheadings.js';function _0x5632(){const _0x1d6839=['adapter','schema','getSuggestion','acceptSuggestion','containsItem','comments','_getSuggestionData','value','elementToElement','requires','multi','_inlineAttributeKeys','suggestion-type','attribute','getAncestors','authoredAt','createElement','markInsertion','previous','subType','parent','root','_onDiscard','startsWith','_setSuggestionData','_cutOutSuggestionMarker','clone','upcast','isAtEnd','differ','sort','_adapter','elementStart','markBlockFormat','oldValue','insertion:accept','addRange','getRanges','createRangeOn','stopListening','formatBlock:accept','setSelection','removed','showSuggestionHighlights','execute','discardSelectedSuggestions','position','1458126iHsPYz','start','init','getWalker','getSuggestionCallback','unbind','end','isInContent','update:suggestion','_createSuggestion','data','rename','detach','model','define','insertion:','isIntersectingWithRange','editor','nodeBefore','_reduceExistingSuggestions','deletion:join','_removeSuggestion','change:activeMarkers','length','removeAttribute','updateSuggestion','discardSuggestion','track-changes-enable-command-twice','commands','trackChanges','item','markInlineFormat','1474144zhaMLR','getRange','open','next','isBlock','removeMarker:suggestion:formatBlock','conversion','isTouching','for','getSuggestions','_getAuthorFromId','ck-suggestion-marker-formatInline','change:data','_initAriaMarkerChangeAnnouncements','_isForcedDefaultExecutionBlock','enableReadOnlyMode','isMultiRange','getLastMatchingPosition','registerCustomCallback','_addThreadToSuggestion','isEqual','PendingActions','addSuggestionData','addUser','backward','accepted','3QzoqHq','formatBlock:discard','1787394JEvrmT','addMarkerName','_splitMarkerName','attribute:','_customCallbacks','containsRange','$marker','attribute:join','getCommentThread','isIntersecting','suggestion:','markerReady','attribute:discard','fire','move','insertion:chain','hasCommentThread','collaboration.channelId','formatGroupId','default','ck-suggestion-marker-formatBlock','updateMarker','getContainedElement','rejected','_trackFormatChanges','_suggestionFactory','_commentsRepository','addCommentThread','875988dNHBwm','_defaultCallbacks','isLocal','enableCommand','formatInline:discard','formatBlock:','hasComments','_updateSuggestionData','ck-suggestion-marker--active','_recordAttributeChanges','_isBlockAttribute','group','size','ck-suggestion-marker','markMultiRangeBlockFormat','mapper','createdAt','_blockAttributeKeys','_element','setAttribute','attributeKey','creator','fromCharCode','_registerBlockAttribute','normal','clear','suggestion','every','_suggestionState','dataDowncast','newValue','addMarker:suggestion:attribute','formatBlock','applyOperation','setTo','suggestionChanged','toViewElement','add','getFirstMarker','_model','containsPosition','chain','fetchCommentThread','isSelectable','_findSuggestions','markMultiRangeDeletion','assign','resolve','notReady','_SUGGESTION_ANNOUNCEMENT','insert','format','splitPosition','$textProxy','formatInline','refresh','$graveyard','PENDING_ACTION_SUGGESTION','never','insertion:discard','pluginName','howMany','getShiftedBy','_breakSuggestionMarker','getCustomProperty','_reduceSuggestionAttributeRange','insertContent','@external','suggestionUnloaded','formatInline:','FORMATTING','range','split','meta','then','delete','markerToData','listenTo','data-suggestion','announce','rethrowUnexpectedError','_editor','discard','_rangeIsInLocalUserInsertion','options','writer','batch','activeMarkers','key','push','_joinWithAdjacentSuggestions','highest','enqueueChange','isArray','removeComment','_addSuggestionMarker','isBefore','join','concat','_getExternalAuthor','type','set','removeMarker','addSuggestion','fromRange','dataToMarker','attributeOldValue','error-saving-suggestion-data-suggestion-discarded','isInsideObject','isUndo','has','markerToHighlight','isExternal','filter','formatInline:accept','track-changes-command-not-found','forward','registerPostFixer','createPositionAfter','consume','markers','addMarker:suggestion','containerElement','getMarkers','ready','addMarker:suggestion:formatBlock','suggestionLoaded','locale','removeMarker:suggestion:attribute','_afterChanges','deleteContent','_suggestions','skipNestingCheck','getChangedMarkers','after','addMarker','_processAttributeSuggestions','editingDowncast','dataReady','_getMarkerAnnouncementText','formatInline:chain','Users','getItems','getAttribute','getChanges','$text','_setSuggestionRange','getUser','toUpperCase','widget','removeMarkers','_registerInlineAttribute','createPositionAt','external:','getFirstRange','stop','getNearestSelectionRange','change:_saved','6364GqLpmm','catch','map','_checkSuggestionCorrectness','_refreshAttributeSuggestionsChain','_saved','authorName','find','unbindElementFromMarkerName','markMultiRangeInsertion','author','moveTargetPosition','_isRegisteredAttribute','splice','attributes','78610bUcEmI','commandName','TrackChangesEditing','forEach','head','_enableDefaultAttributesIntegration','high','document','suggestion:attribute:','trackChanges.mergeNestedSuggestions','_isDataLoaded','keys','discardAllSuggestions','markAttributeChange','attributeNewValue','removeClass','oldRange','_refreshSuggestionsChain','track-changes-suggestion-data-mismatch','formatInline:join','some','remove','850iceGuE','consumable','includes','elementEnd','lowest','isNextTo','containsRangeInObject','targetPosition','isAtStart','_recordAttributeSuggestions','before','isCollapsed','track-changes-adapter-already-set','LEAVE','_descriptionFactory','pop','createSelection','low','deletion','get','acceptSelectedSuggestions','_joinSuggestions','rootName','values','ENTER','unshift','substring','marker-count','plugins','isDocumentOperation','groupId','commentThread','attribute:accept','_handleNewSuggestionMarker','return','hasSuggestion','CommentsRepository','isOwn','insertion:join','insertion','getMultiRangeId','accept','trackChangesCommand','bindElementToMarker','addClass','toJSON','_enabledCommands','multipleBlocks','track-changes-suggestion-not-found','acceptAllSuggestions','selection','formatBlock:chain','name','getIntersection','deletion:discard','isRemovable','tablePasteChainId','markDeletion','element','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.','$elementName','369662oDiIdZ','track-changes-user-not-found','documentSelection','forceDefaultExecution','_getAttributeKey','formatBlock:join','deletion:accept','substr','nodeAfter','isObject','createRangeIn','change','_mergeNestedSuggestions','trackChanges.trackFormatChanges','markerNameToElements','editing','markerName','from','addHighlight','deletion:','track-changes-adapter-missing-getsuggestion','buildSuggestion','getDifference','getAllAdjacentSuggestions','isAfter','_processAttributeChanges','always','originalSuggestionId','newRange','isLimit','config','createPositionBefore','createRange','ck-suggestion-marker-','deletion:chain','_registerDefaultCallbacks','addComment','reconvertMarker','warn'];_0x5632=function(){return _0x1d6839;};return _0x5632();}import _0x54142b from'./integrations/tableclipboard.js';import _0x4f2931 from'./integrations/tablecolumnresize.js';import _0x399b5f from'./integrations/template.js';import _0xc37289 from'./integrations/tableofcontents.js';import _0xf7321d from'./integrations/title.js';import _0x5cbab6 from'./integrations/undo.js';import _0x1df3ca from'./integrations/tablecaption.js';import _0x37a808 from'./integrations/tableproperties.js';import{getTranslation as _0x15d1a6}from'./utils/common-translations.js';import{isEqual as _0x522ab7,omit as _0x55df46}from'lodash-es';export const renameAttributeKey=_0x5b8884(0x316);export default class p extends _0x420685{static get[_0x5b8884(0x347)](){const _0x73bc10=_0x5b8884;return[_0x73bc10(0x2fe),_0x330f15,_0x49b0b4,_0x196a45,_0x5de52b,_0x141d36,_0x56b162,_0x4c0c9b,_0x47b637,_0x50b89f,_0x3f774f,_0xa7bc68,_0x47b6f7,_0x2af60e,_0x4e8631,_0x15350c,_0x438267,_0x39d734,_0x4176d8,_0x2e5b22,_0x1735c6,_0x542a27,_0x2bfbf8,_0x30c751,_0x246d97,_0x1c531c,_0x6c4b2b,_0x4ee4b2,_0x545049,_0x241dd6,_0x50b0a2,_0x41afa2,_0x213b40,_0x364175,_0x4cf9ee,_0x355f0e,_0x4c3134,_0xbd1458,_0xc1663f,_0x2d6793,_0x1ae3ad,_0x37f286,_0x4e2472,_0x393a28,_0x1df3ca,_0x54142b,_0x4f2931,_0xc37289,_0x37a808,_0x399b5f,_0xf7321d,_0x5cbab6];}static get[_0x5b8884(0x253)](){const _0x3767e5=_0x5b8884;return _0x3767e5(0x2c6);}constructor(_0x5f2168){const _0x459d84=_0x5b8884;function _0x42260b(_0x2aeab1){const _0x4d3715=_0x4f77;return _0x2aeab1[_0x4d3715(0x2b7)](_0x5c3e94=>String[_0x4d3715(0x22d)](_0x5c3e94))[_0x4d3715(0x278)]('');}super(_0x5f2168),this[_0x459d84(0x2e3)]=!0x1,this[_0x459d84(0x27c)](_0x459d84(0x26e),[]),this['on'](_0x459d84(0x1d5),(_0x2349a0,_0x3c928e,_0x25cb44,_0x354f0f)=>{const _0x411915=_0x459d84;this[_0x411915(0x23e)][_0x411915(0x322)](()=>{const _0x1acf51=_0x411915;for(const _0x3c46ba of[..._0x354f0f,..._0x25cb44])this[_0x1acf51(0x23e)][_0x1acf51(0x28f)][_0x1acf51(0x285)](_0x3c46ba)&&_0x5f2168[_0x1acf51(0x326)][_0x1acf51(0x33c)](_0x3c46ba);});}),this[_0x459d84(0x2e8)]=new _0x4195cb(this[_0x459d84(0x1d0)][_0x459d84(0x1cc)][_0x459d84(0x33f)],this[_0x459d84(0x1d0)][_0x459d84(0x296)]),this[_0x459d84(0x1af)]=null,this[_0x459d84(0x214)]=new xt(this[_0x459d84(0x1d0)]),this[_0x459d84(0x29a)]=new Map(),this[_0x459d84(0x215)]=_0x5f2168[_0x459d84(0x2f6)][_0x459d84(0x2ed)](_0x459d84(0x2fe)),this[_0x459d84(0x308)]=new Set(),this[_0x459d84(0x23e)]=this[_0x459d84(0x1d0)][_0x459d84(0x1cc)],this[_0x459d84(0x233)]=new WeakMap(),this[_0x459d84(0x1ed)]=!0x1,this[_0x459d84(0x228)]=new Set([_0x459d84(0x316)]),this[_0x459d84(0x349)]=new Set(),_0x5f2168[_0x459d84(0x335)][_0x459d84(0x1cd)](_0x459d84(0x324),_0x459d84(0x20e)),this[_0x459d84(0x213)]=_0x5f2168[_0x459d84(0x335)][_0x459d84(0x2ed)](_0x459d84(0x324)),_0x5f2168[_0x459d84(0x335)][_0x459d84(0x1cd)](_0x459d84(0x2cd),!0x0),this[_0x459d84(0x323)]=_0x5f2168[_0x459d84(0x335)][_0x459d84(0x2ed)](_0x459d84(0x2cd)),this[_0x459d84(0x304)]=new _0x22a375(_0x5f2168,this[_0x459d84(0x308)]),this[_0x459d84(0x1ec)](),this[_0x42260b([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x42260b([0x34,0x30,0x34,0x38,0x30,0x38,0x33,0x36]);}[_0x5b8884(0x1c1)](){const _0x1167d6=_0x5b8884,_0x33e927=this[_0x1167d6(0x1d0)],_0x3fdfe2=(_0x108111,_0x219c8d)=>{const _0x3ac9f7=_0x1167d6;if(_0x3ac9f7(0x34b)!=_0x108111)return _0x3ac9f7(0x338)+_0x108111;const _0x4bb4ad=_0x219c8d[_0x3ac9f7(0x25f)]('|')[0x0];return this[_0x3ac9f7(0x221)](_0x4bb4ad)?_0x3ac9f7(0x20f):_0x3ac9f7(0x1ea);};_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x2a0))[_0x1167d6(0x286)]({'model':_0x1167d6(0x231),'view':_0x45df30=>{const _0x534ad7=_0x1167d6,{id:_0x19c17c,type:_0xca31d5,subType:_0x45b9bc}=this[_0x534ad7(0x1fd)](_0x45df30[_0x534ad7(0x327)]),_0x3d8ca4=[_0x534ad7(0x224),_0x3fdfe2(_0xca31d5,_0x45b9bc)];let _0x569007=0xbb8;return this[_0x534ad7(0x26e)][_0x534ad7(0x2dc)](_0x45df30[_0x534ad7(0x327)])&&(_0x3d8ca4[_0x534ad7(0x270)](_0x534ad7(0x21f)),_0x569007=0xbc2),_0x534ad7(0x2ec)==_0xca31d5&&(_0x569007+=0x5),{'classes':_0x3d8ca4,'attributes':{'data-suggestion':_0x19c17c},'priority':_0x569007};}}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x234))[_0x1167d6(0x23c)](_0x362e52=>{const _0x4560c4=_0x1167d6;_0x362e52['on'](_0x4560c4(0x290),(_0x55f431,_0xd163f4,_0x408bb2)=>{const _0x3436c7=_0x4560c4;if(!_0x408bb2[_0x3436c7(0x26b)][_0x3436c7(0x1bb)])return;const _0x190fdf=_0xd163f4[_0x3436c7(0x1dd)];if(!_0x190fdf)return;const _0x200e1b=_0x408bb2[_0x3436c7(0x226)][_0x3436c7(0x23b)](_0x190fdf);_0x33e927[_0x3436c7(0x1cc)][_0x3436c7(0x33f)][_0x3436c7(0x320)](_0x190fdf)&&_0x200e1b&&!_0x200e1b[_0x3436c7(0x257)](_0x3436c7(0x2ac))&&_0x200e1b['is'](_0x3436c7(0x291))&&_0x57d46c(_0x200e1b,_0x408bb2[_0x3436c7(0x26c)]);},{'priority':_0x4560c4(0x2ca)});}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x234))[_0x1167d6(0x286)]({'model':_0x1167d6(0x231),'view':(_0x3a099d,_0x4b7fa0)=>{const _0x5add46=_0x1167d6;if(!_0x4b7fa0[_0x5add46(0x26b)][_0x5add46(0x1bb)])return null;const {type:_0x4a0614,subType:_0x380261}=this[_0x5add46(0x1fd)](_0x3a099d[_0x5add46(0x327)]);return{'classes':[_0x5add46(0x224),_0x3fdfe2(_0x4a0614,_0x380261)],'priority':0xbb8};}});const _0x5d032c=({showActiveMarkers:_0x3f744a=!0x0,isAttributeSuggestion:_0x14c6f1=!0x1}={})=>(_0x1af7aa,_0xbce67c,_0x2268e8)=>{const _0x1175a8=_0x1167d6;if(!_0xbce67c[_0x1175a8(0x1dd)])return;const {id:_0x1bdc04}=this[_0x1175a8(0x1fd)](_0xbce67c[_0x1175a8(0x327)]);if(_0x14c6f1){const _0x172574=this[_0x1175a8(0x29a)][_0x1175a8(0x2ed)](_0x1bdc04),_0x250977=this[_0x1175a8(0x31b)](_0x172574);if(!this[_0x1175a8(0x221)](_0x250977))return;}if(_0xbce67c[_0x1175a8(0x1dd)]['is'](_0x1175a8(0x30c)))return void _0x2268e8[_0x1175a8(0x2db)][_0x1175a8(0x28e)](_0xbce67c[_0x1175a8(0x1dd)],_0x1af7aa[_0x1175a8(0x30e)]);const _0x174d59=_0x2268e8[_0x1175a8(0x226)][_0x1175a8(0x23b)](_0xbce67c[_0x1175a8(0x1dd)]);if(_0xbce67c[_0x1175a8(0x1dd)]['is'](_0x1175a8(0x314))&&_0x33e927[_0x1175a8(0x1cc)][_0x1175a8(0x33f)][_0x1175a8(0x1e3)](_0xbce67c[_0x1175a8(0x1dd)])&&!_0x174d59[_0x1175a8(0x257)](_0x1175a8(0x329))){_0x2268e8[_0x1175a8(0x26c)][_0x1175a8(0x306)]([_0x1175a8(0x224),_0x1175a8(0x20f)],_0x174d59),_0x2268e8[_0x1175a8(0x26c)][_0x1175a8(0x22a)](_0x1175a8(0x265),_0x1bdc04,_0x174d59),_0x2268e8[_0x1175a8(0x226)][_0x1175a8(0x305)](_0x174d59,_0xbce67c[_0x1175a8(0x327)]),_0x3f744a&&(this[_0x1175a8(0x26e)][_0x1175a8(0x2dc)](_0xbce67c[_0x1175a8(0x327)])?_0x2268e8[_0x1175a8(0x26c)][_0x1175a8(0x306)](_0x1175a8(0x21f),_0x174d59):_0x2268e8[_0x1175a8(0x26c)][_0x1175a8(0x2d3)](_0x1175a8(0x21f),_0x174d59));for(const _0x407cd6 of _0x33e927[_0x1175a8(0x1cc)][_0x1175a8(0x321)](_0xbce67c[_0x1175a8(0x1dd)])[_0x1175a8(0x2a5)]())_0x2268e8[_0x1175a8(0x2db)][_0x1175a8(0x28e)](_0x407cd6,_0x1af7aa[_0x1175a8(0x30e)]);_0x2268e8[_0x1175a8(0x2db)][_0x1175a8(0x28e)](_0xbce67c[_0x1175a8(0x1dd)],_0x1af7aa[_0x1175a8(0x30e)]);}};_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x234))[_0x1167d6(0x23c)](_0x1c6b83=>{const _0x24356d=_0x1167d6;_0x1c6b83['on'](_0x24356d(0x294),(_0x1be79b,_0x513404,_0x38624c)=>{const _0x393d5f=_0x24356d;_0x38624c[_0x393d5f(0x26b)][_0x393d5f(0x1bb)]&&_0x5d032c({'showActiveMarkers':!0x1})(_0x1be79b,_0x513404,_0x38624c);},{'priority':_0x24356d(0x272)});}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x234))[_0x1167d6(0x23c)](_0x45cd45=>{const _0x4ddf5f=_0x1167d6;_0x45cd45['on'](_0x4ddf5f(0x236),(_0xd2a8e9,_0x4caa74,_0x3cd8bf)=>{const _0x20b06f=_0x4ddf5f;_0x3cd8bf[_0x20b06f(0x26b)][_0x20b06f(0x1bb)]&&_0x5d032c({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0xd2a8e9,_0x4caa74,_0x3cd8bf);},{'priority':_0x4ddf5f(0x272)});}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x234))[_0x1167d6(0x263)]({'model':_0x1167d6(0x231),'view':(_0xf06673,_0x174e7f)=>_0x174e7f[_0x1167d6(0x26b)][_0x1167d6(0x1bb)]?null:{'group':_0x1167d6(0x231),'name':_0xf06673[_0x1167d6(0x31e)](0xb)}}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x1ab))[_0x1167d6(0x346)]({'view':{'name':_0x1167d6(0x231),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x224d76,{writer:_0x2130cf})=>{const _0x10973d=_0x1167d6;let _0x1bd99c=_0x10973d(0x205)+_0x224d76[_0x10973d(0x2a6)](_0x10973d(0x34a))+':'+_0x224d76[_0x10973d(0x2a6)]('id');return _0x224d76[_0x10973d(0x2a6)](_0x10973d(0x2f5))&&(_0x1bd99c+=':'+_0x224d76[_0x10973d(0x2a6)](_0x10973d(0x2f5))),_0x2130cf[_0x10973d(0x1a0)](_0x10973d(0x201),{'data-name':_0x1bd99c});}}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x1ab))[_0x1167d6(0x280)]({'view':_0x1167d6(0x231)}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x2a0))[_0x1167d6(0x23c)](_0x31aafb=>{const _0x15b348=_0x1167d6;_0x31aafb['on'](_0x15b348(0x294),_0x5d032c(),{'priority':_0x15b348(0x2ca)});}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x2a0))[_0x1167d6(0x23c)](_0x51ff5e=>{const _0x32cba5=_0x1167d6;_0x51ff5e['on'](_0x32cba5(0x236),_0x5d032c({'isAttributeSuggestion':!0x0}),{'priority':_0x32cba5(0x2ca)});}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x2a0))[_0x1167d6(0x23c)](_0xc03c97=>{const _0xfe701f=_0x1167d6;_0xc03c97['on'](_0xfe701f(0x1e4),(_0x280d1b,_0x403111,_0x7c90ff)=>{const _0x5ea8b0=_0xfe701f,_0x145c7a=_0x7c90ff[_0x5ea8b0(0x226)][_0x5ea8b0(0x325)](_0x403111[_0x5ea8b0(0x327)]);if(_0x145c7a){for(const _0x5ee34b of _0x145c7a)_0x5ee34b[_0x5ea8b0(0x257)](_0x5ea8b0(0x329))||(_0x7c90ff[_0x5ea8b0(0x26c)][_0x5ea8b0(0x2d3)]([_0x5ea8b0(0x224),_0x5ea8b0(0x20f),_0x5ea8b0(0x21f)],_0x5ee34b),_0x7c90ff[_0x5ea8b0(0x26c)][_0x5ea8b0(0x1d7)](_0x5ea8b0(0x265),_0x5ee34b),_0x7c90ff[_0x5ea8b0(0x226)][_0x5ea8b0(0x2bd)](_0x5ee34b,_0x403111[_0x5ea8b0(0x327)]));}},{'priority':_0xfe701f(0x2ca)});}),_0x33e927[_0x1167d6(0x1e5)][_0x1167d6(0x1e7)](_0x1167d6(0x2a0))[_0x1167d6(0x23c)](_0x5e483f=>{const _0xd12fe0=_0x1167d6;_0x5e483f['on'](_0xd12fe0(0x297),(_0x50b146,_0xea6caa,_0x11ddfc)=>{const _0x23b54e=_0xd12fe0,_0x28ab4d=_0x11ddfc[_0x23b54e(0x226)][_0x23b54e(0x325)](_0xea6caa[_0x23b54e(0x327)]);if(!_0x28ab4d)return;const {id:_0x46d2f7}=this[_0x23b54e(0x1fd)](_0xea6caa[_0x23b54e(0x327)]),_0x243c04=this[_0x23b54e(0x29a)][_0x23b54e(0x2ed)](_0x46d2f7),_0x493c34=this[_0x23b54e(0x31b)](_0x243c04);if(this[_0x23b54e(0x221)](_0x493c34)){for(const _0x228ea2 of _0x28ab4d)_0x228ea2[_0x23b54e(0x257)](_0x23b54e(0x329))||(_0x11ddfc[_0x23b54e(0x26c)][_0x23b54e(0x2d3)]([_0x23b54e(0x224),_0x23b54e(0x20f),_0x23b54e(0x21f)],_0x228ea2),_0x11ddfc[_0x23b54e(0x26c)][_0x23b54e(0x1d7)](_0x23b54e(0x265),_0x228ea2),_0x11ddfc[_0x23b54e(0x226)][_0x23b54e(0x2bd)](_0x228ea2,_0xea6caa[_0x23b54e(0x327)]));}},{'priority':_0xd12fe0(0x2ca)});}),_0x33e927[_0x1167d6(0x1cc)][_0x1167d6(0x2cb)][_0x1167d6(0x28c)](_0x1755eb=>{const _0x13705e=_0x1167d6;let _0xe83453=!0x1;const _0x15c18e=Array[_0x13705e(0x328)](_0x33e927[_0x13705e(0x1cc)][_0x13705e(0x2cb)][_0x13705e(0x1ad)][_0x13705e(0x29c)]()),_0x3ed54a=new Set();for(const {name:_0xf1eff8,data:_0x51a400}of _0x15c18e){const {group:_0x1f6ca7,type:_0x5ebe47,subType:_0x24f794,id:_0x60e954}=this[_0x13705e(0x1fd)](_0xf1eff8);if(_0x13705e(0x231)!==_0x1f6ca7)continue;const _0x55b9aa=this[_0x13705e(0x29a)][_0x13705e(0x2ed)](_0x60e954);if(null!=_0x51a400[_0x13705e(0x333)]){_0x13705e(0x24d)==_0x5ebe47&&(_0xe83453=_0xe83453||Et(_0x51a400[_0x13705e(0x333)],_0xf1eff8,_0x1755eb,_0x33e927[_0x13705e(0x1cc)][_0x13705e(0x33f)]));const _0x541a1e=_0x13705e(0x34b)==_0x5ebe47&&this[_0x13705e(0x221)](_0x24f794[_0x13705e(0x25f)]('|')[0x0]);if(_0x51a400[_0x13705e(0x333)][_0x13705e(0x2e5)]||_0x13705e(0x24f)==_0x51a400[_0x13705e(0x333)][_0x13705e(0x1a5)][_0x13705e(0x2f0)]||_0x13705e(0x237)==_0x5ebe47&&!Ut(_0x51a400[_0x13705e(0x333)])||_0x541a1e&&!Ut(_0x51a400[_0x13705e(0x333)])||_0x13705e(0x2ec)==_0x5ebe47&&!(!Tt(_0x3288bf=_0x51a400[_0x13705e(0x333)])&&!function(_0x860818){const _0x316a72=_0x13705e;return _0x860818[_0x316a72(0x1c0)][_0x316a72(0x1a4)]==_0x860818[_0x316a72(0x1c5)][_0x316a72(0x1d1)]&&_0x860818[_0x316a72(0x1c0)][_0x316a72(0x1ac)];}(_0x3288bf)))_0x1755eb[_0x13705e(0x27d)](_0xf1eff8),_0xe83453=!0x0;else{if(!_0x55b9aa||!_0x55b9aa[_0x13705e(0x1c6)])continue;_0x3ed54a[_0x13705e(0x23c)](_0x55b9aa);}}}var _0x3288bf;return _0x3ed54a[_0x13705e(0x223)]>0x0&&(_0xe83453=!!this[_0x13705e(0x271)](_0x3ed54a)||_0xe83453),_0xe83453;}),_0x33e927[_0x1167d6(0x1cc)][_0x1167d6(0x2cb)][_0x1167d6(0x28c)](_0x5ed61c=>{const _0x43f888=_0x1167d6;let _0x32fb0d=!0x1;for(const _0x16736c of _0x33e927[_0x43f888(0x1cc)][_0x43f888(0x2cb)][_0x43f888(0x1ad)][_0x43f888(0x2a7)]())if(_0x43f888(0x249)==_0x16736c[_0x43f888(0x27b)])for(const _0x1b534f of this[_0x43f888(0x29a)][_0x43f888(0x2f1)]()){if(_0x1b534f[_0x43f888(0x1ef)]||!_0x1b534f[_0x43f888(0x1c6)])continue;const _0x1ef4ed=_0x43f888(0x237)==_0x1b534f[_0x43f888(0x27b)],_0x12a24c=this[_0x43f888(0x31b)](_0x1b534f),_0xa9909b=_0x12a24c&&this[_0x43f888(0x221)](_0x12a24c);if(!_0x1ef4ed&&!_0xa9909b)continue;const _0x4c6d75=_0x1b534f[_0x43f888(0x2b1)]();if(_0x4c6d75[_0x43f888(0x1c0)][_0x43f888(0x1a4)]!=_0x4c6d75[_0x43f888(0x1c5)][_0x43f888(0x1a4)]&&!_0x4c6d75[_0x43f888(0x1c5)][_0x43f888(0x1ac)]){const _0x3577a6=_0x33e927[_0x43f888(0x1cc)][_0x43f888(0x2af)](_0x4c6d75[_0x43f888(0x1c0)][_0x43f888(0x31f)],_0x43f888(0x1c5)),_0x300faf=_0x33e927[_0x43f888(0x1cc)][_0x43f888(0x337)](_0x4c6d75[_0x43f888(0x1c0)],_0x3577a6);_0x5ed61c[_0x43f888(0x210)](_0x1b534f[_0x43f888(0x23d)](),{'range':_0x300faf}),_0x32fb0d=!0x0;}}return _0x32fb0d;}),_0x33e927[_0x1167d6(0x1cc)][_0x1167d6(0x2cb)][_0x1167d6(0x28c)](_0x20f130=>this[_0x1167d6(0x330)](_0x20f130)),_0x33e927[_0x1167d6(0x1cc)][_0x1167d6(0x2cb)][_0x1167d6(0x28c)](_0x27030e=>!_0x27030e[_0x1167d6(0x26d)][_0x1167d6(0x219)]&&this[_0x1167d6(0x29f)](_0x27030e)),_0x33e927[_0x1167d6(0x1cc)]['on'](_0x1167d6(0x298),()=>{const _0x4c1e73=_0x1167d6;this[_0x4c1e73(0x2e3)]=!0x1;}),_0x33e927[_0x1167d6(0x1cc)][_0x1167d6(0x2cb)]['on'](_0x1167d6(0x1eb),(_0x3fe7f8,_0x247781)=>{const _0x47110d=_0x1167d6;if(!_0x247781[_0x47110d(0x219)]||_0x247781[_0x47110d(0x284)])return;if(!this[_0x47110d(0x2e3)])return;const _0x5f0971=_0x33e927[_0x47110d(0x1cc)][_0x47110d(0x2cb)][_0x47110d(0x1ad)][_0x47110d(0x2a7)]();if(0x0==_0x5f0971[_0x47110d(0x1d6)])return;const _0x3a8ab7=[],_0x3b43bd=_0x5f0971[_0x47110d(0x288)](_0x1f7736=>_0x47110d(0x34b)==_0x1f7736[_0x47110d(0x27b)]),_0x4a4681=_0x5f0971[_0x47110d(0x288)](_0x41f1d5=>_0x47110d(0x249)==_0x41f1d5[_0x47110d(0x27b)]&&_0x47110d(0x2a8)!=_0x41f1d5[_0x47110d(0x30e)]),_0xdf3939=_0x5f0971[_0x47110d(0x288)](_0x43a26e=>_0x47110d(0x2d9)==_0x43a26e[_0x47110d(0x27b)]&&_0x47110d(0x2a8)!=_0x43a26e[_0x47110d(0x30e)]);for(const _0x56dc8b of _0x3b43bd)this[_0x47110d(0x2c1)](_0x56dc8b[_0x47110d(0x22b)])&&_0x3a8ab7[_0x47110d(0x270)]({'key':_0x56dc8b[_0x47110d(0x22b)],'newValue':_0x56dc8b[_0x47110d(0x2d2)],'oldValue':_0x56dc8b[_0x47110d(0x281)],'range':Ot(_0x56dc8b[_0x47110d(0x25e)],_0x33e927[_0x47110d(0x1cc)])});for(const _0x1846be of _0x4a4681){const _0xbe91a1=_0xdf3939[_0x47110d(0x2bc)](_0x4a08e1=>_0x4a08e1[_0x47110d(0x229)]===_0x1846be[_0x47110d(0x229)]);if(_0xbe91a1){const _0x3ab079=Gt(_0x1846be[_0x47110d(0x1be)][_0x47110d(0x31f)],_0x33e927[_0x47110d(0x1cc)]);_0xbe91a1[_0x47110d(0x30e)]!==_0x1846be[_0x47110d(0x30e)]&&_0x3a8ab7[_0x47110d(0x270)]({'key':_0x47110d(0x316),'newValue':_0x1846be[_0x47110d(0x30e)],'oldValue':_0xbe91a1[_0x47110d(0x30e)],'range':_0x3ab079});for(const [_0x459e16,_0x4aacfa]of _0xbe91a1[_0x47110d(0x2c3)]){if(!this[_0x47110d(0x2c1)](_0x459e16))continue;const _0x111740=_0x1846be[_0x47110d(0x2c3)][_0x47110d(0x2ed)](_0x459e16);_0x4aacfa!==_0x111740&&_0x3a8ab7[_0x47110d(0x270)]({'key':_0x459e16,'newValue':_0x111740,'oldValue':_0x4aacfa,'range':_0x3ab079});}for(const [_0x4d70d4,_0x2eedb7]of _0x1846be[_0x47110d(0x2c3)])this[_0x47110d(0x2c1)](_0x4d70d4)&&(_0xbe91a1[_0x47110d(0x2c3)][_0x47110d(0x285)](_0x4d70d4)||_0x3a8ab7[_0x47110d(0x270)]({'key':_0x4d70d4,'newValue':_0x2eedb7,'oldValue':null,'range':_0x3ab079}));}}0x0!=_0x3a8ab7[_0x47110d(0x1d6)]&&_0x33e927[_0x47110d(0x1cc)][_0x47110d(0x273)](_0x247781,_0x6dde8e=>{const _0x510962=_0x47110d,_0x5e535a=_0x3d3f87();for(const {range:_0x19786e,key:_0x526db6,oldValue:_0x1a67bb,newValue:_0x4e8a83}of _0x3a8ab7)this[_0x510962(0x2d1)](_0x19786e,_0x526db6,_0x1a67bb,_0x4e8a83,{'groupId':_0x5e535a});this[_0x510962(0x1d2)](_0x6dde8e,_0x3a8ab7);});},{'priority':_0x1167d6(0x2de)}),_0x33e927[_0x1167d6(0x1cc)][_0x1167d6(0x28f)]['on'](_0x1167d6(0x1c7),(_0xb55d8e,_0x31ca7a,_0xc70ec7)=>{const _0x333371=_0x1167d6;if(null==_0xc70ec7){const {id:_0x3a6e59}=this[_0x333371(0x1fd)](_0x31ca7a[_0x333371(0x30e)]),_0x31d427=this[_0x333371(0x29a)][_0x333371(0x2ed)](_0x3a6e59);_0x31d427&&_0x31d427[_0x333371(0x1fc)](_0x31ca7a[_0x333371(0x30e)]);}}),_0x33e927[_0x1167d6(0x1cc)][_0x1167d6(0x2cb)]['on'](_0x1167d6(0x1eb),()=>{const _0x43e67c=_0x1167d6,_0x54891e=Array[_0x43e67c(0x328)](_0x33e927[_0x43e67c(0x1cc)][_0x43e67c(0x2cb)][_0x43e67c(0x1ad)][_0x43e67c(0x29c)]())[_0x43e67c(0x288)](_0x2a37f6=>_0x43e67c(0x231)===this[_0x43e67c(0x1fd)](_0x2a37f6[_0x43e67c(0x30e)])[_0x43e67c(0x222)]);if(0x0===_0x54891e[_0x43e67c(0x1d6)])return;_0x54891e[_0x43e67c(0x1ae)]((_0x3fcd3c,_0x47e5d6)=>{const _0x2236bb=_0x43e67c,_0x196aca=_0x3fcd3c[_0x2236bb(0x1c9)][_0x2236bb(0x2d4)],_0x455659=_0x47e5d6[_0x2236bb(0x1c9)][_0x2236bb(0x2d4)];return null===_0x196aca&&null===_0x455659?0x0:null===_0x196aca&&null!==_0x455659?-0x1:null!==_0x196aca&&null===_0x455659?0x1:_0x196aca[_0x2236bb(0x1c0)][_0x2236bb(0x277)](_0x455659[_0x2236bb(0x1c0)])?-0x1:0x1;});const _0x10759d=new Set(),_0x444fd4=new Set();for(const {name:_0x48ce02,data:_0x1f8160}of _0x54891e){const {id:_0xdaecda}=this[_0x43e67c(0x1fd)](_0x48ce02);if(null===_0x1f8160[_0x43e67c(0x2d4)]){const _0x9e07b3=this[_0x43e67c(0x2fb)](_0x48ce02);_0x444fd4[_0x43e67c(0x23c)](_0x9e07b3);}else{const _0x24cc1f=this[_0x43e67c(0x29a)][_0x43e67c(0x2ed)](_0xdaecda);null!==_0x1f8160[_0x43e67c(0x333)]||_0x24cc1f[_0x43e67c(0x1c6)]?(_0x10759d[_0x43e67c(0x23c)](_0x24cc1f[_0x43e67c(0x2c8)]),_0x444fd4[_0x43e67c(0x23c)](_0x24cc1f)):this[_0x43e67c(0x1d4)](_0x24cc1f);}}_0x444fd4[_0x43e67c(0x223)]>0x0&&this[_0x43e67c(0x2d5)](_0x444fd4);for(const _0x1097de of _0x10759d)this[_0x43e67c(0x208)](_0x43e67c(0x23a),_0x1097de);}),_0x33e927[_0x1167d6(0x1cc)]['on'](_0x1167d6(0x238),(_0x3185ec,_0x454fa5)=>{const _0x4a78c1=_0x1167d6,_0x3799fe=_0x454fa5[0x0];if(!this[_0x4a78c1(0x29a)][_0x4a78c1(0x223)])return;if(!_0x3799fe[_0x4a78c1(0x2f7)])return;if(_0x3799fe[_0x4a78c1(0x26d)][_0x4a78c1(0x284)]||!_0x3799fe[_0x4a78c1(0x26d)][_0x4a78c1(0x219)])return;let _0x5d81a4,_0x18617b;switch(_0x3799fe[_0x4a78c1(0x27b)]){case _0x4a78c1(0x249):_0x5d81a4=_0x33e927[_0x4a78c1(0x1cc)][_0x4a78c1(0x2af)](_0x3799fe[_0x4a78c1(0x1be)]),_0x18617b=_0x5d81a4[_0x4a78c1(0x255)](_0x3799fe[_0x4a78c1(0x254)]);break;case _0x4a78c1(0x25f):_0x5d81a4=_0x33e927[_0x4a78c1(0x1cc)][_0x4a78c1(0x2af)](_0x3799fe[_0x4a78c1(0x24b)]),_0x18617b=_0x33e927[_0x4a78c1(0x1cc)][_0x4a78c1(0x2af)](_0x3799fe[_0x4a78c1(0x2c0)]);break;case _0x4a78c1(0x209):_0x5d81a4=_0x33e927[_0x4a78c1(0x1cc)][_0x4a78c1(0x2af)](_0x3799fe[_0x4a78c1(0x2e1)]),_0x18617b=_0x5d81a4[_0x4a78c1(0x255)](_0x3799fe[_0x4a78c1(0x254)]);break;default:return;}const _0x201f56=_0x33e927[_0x4a78c1(0x1cc)][_0x4a78c1(0x337)](_0x5d81a4,_0x18617b);_0x33e927[_0x4a78c1(0x1cc)][_0x4a78c1(0x322)](()=>{const _0x49ed98=_0x4a78c1;for(const {suggestion:_0x48cd23,meta:_0x5ea4a0}of this[_0x49ed98(0x243)](_0x201f56)){if(_0x48cd23[_0x49ed98(0x1ef)])continue;if(_0x49ed98(0x24d)==_0x48cd23[_0x49ed98(0x27b)])continue;const _0x1271ba=this[_0x49ed98(0x31b)](_0x48cd23);if(_0x1271ba&&this[_0x49ed98(0x221)](_0x1271ba)&&_0x49ed98(0x25f)!=_0x3799fe[_0x49ed98(0x27b)])continue;const _0x39fd3a=_0x48cd23[_0x49ed98(0x1c9)]&&_0x48cd23[_0x49ed98(0x1c9)][_0x49ed98(0x309)];(_0x49ed98(0x237)!=_0x48cd23[_0x49ed98(0x27b)]||_0x49ed98(0x25f)==_0x3799fe[_0x49ed98(0x27b)]&&!_0x39fd3a)&&(_0x5ea4a0[_0x49ed98(0x2e0)]||_0x49ed98(0x301)==_0x48cd23[_0x49ed98(0x27b)]&&_0x5ea4a0[_0x49ed98(0x2ff)]||_0x48cd23[_0x49ed98(0x2b1)]()[_0x49ed98(0x200)](_0x201f56)&&this[_0x49ed98(0x256)](_0x48cd23,_0x5d81a4,_0x18617b));}});},{'priority':_0x1167d6(0x2de)}),_0x33e927[_0x1167d6(0x1cc)]['on'](_0x1167d6(0x299),(_0x104e51,_0x5aeb0f)=>{const _0x419190=_0x1167d6,_0x29b3d0=_0x5aeb0f[0x0],_0x4872af=_0x5aeb0f[0x1];if(_0x4872af&&_0x4872af[_0x419190(0x31a)])return;if(this[_0x419190(0x1ed)])return;if(!this[_0x419190(0x304)][_0x419190(0x345)])return;if(_0x29b3d0[_0x419190(0x2e5)])return;const _0x47426f=_0x33e927[_0x419190(0x1cc)][_0x419190(0x33f)],{start:_0x17951f,end:_0x31d91f}=_0x29b3d0[_0x419190(0x2b1)](),_0x2e3ee7=_0x17951f[_0x419190(0x31f)]&&_0x47426f[_0x419190(0x334)](_0x17951f[_0x419190(0x31f)])?null:_0x47426f[_0x419190(0x2b3)](_0x17951f,_0x419190(0x28b)),_0xb23183=_0x31d91f[_0x419190(0x1d1)]&&_0x47426f[_0x419190(0x334)](_0x31d91f[_0x419190(0x1d1)])?null:_0x47426f[_0x419190(0x2b3)](_0x31d91f,_0x419190(0x1f7)),_0x2c6e3b=_0x33e927[_0x419190(0x1cc)][_0x419190(0x337)](_0x2e3ee7?_0x2e3ee7[_0x419190(0x1c0)]:_0x17951f,_0xb23183?_0xb23183[_0x419190(0x1c5)]:_0x31d91f);_0x33e927[_0x419190(0x1cc)][_0x419190(0x322)](_0x2acad2=>{const _0x1d1660=_0x419190;this[_0x1d1660(0x313)](_0x2c6e3b);const _0x41b489=_0x33e927[_0x1d1660(0x1cc)][_0x1d1660(0x33f)][_0x1d1660(0x2b3)](_0x2c6e3b[_0x1d1660(0x1c0)]);_0x29b3d0['is'](_0x1d1660(0x319))?_0x2acad2[_0x1d1660(0x1b9)](_0x41b489):_0x29b3d0[_0x1d1660(0x239)](_0x41b489);}),_0x104e51[_0x419190(0x2b2)]();},{'priority':_0x10a365[_0x1167d6(0x22f)]+0xa}),_0x33e927[_0x1167d6(0x1cc)]['on'](_0x1167d6(0x259),(_0x47c07c,_0x58eb03)=>{const _0x37108b=_0x1167d6,_0x46c1a9=_0x58eb03[_0x58eb03[_0x37108b(0x1d6)]-0x1];_0x46c1a9&&_0x46c1a9[_0x37108b(0x31a)]||this[_0x37108b(0x1ed)]||this[_0x37108b(0x304)][_0x37108b(0x345)]&&(_0x33e927[_0x37108b(0x1cc)][_0x37108b(0x322)](()=>{const _0x50e357=_0x37108b;let _0x40a2fd=_0x33e927[_0x50e357(0x1cc)][_0x50e357(0x259)](_0x58eb03[0x0],_0x58eb03[0x1],_0x58eb03[0x2],{'forceDefaultExecution':!0x0});if(!_0x40a2fd)return;_0x47c07c[_0x50e357(0x2fc)]=_0x40a2fd[_0x50e357(0x1aa)]();const _0x57f24b=_0x40a2fd[_0x50e357(0x1c5)][_0x50e357(0x1d1)],_0x26c64f=_0x33e927[_0x50e357(0x1cc)][_0x50e357(0x33f)];_0x57f24b&&_0x26c64f[_0x50e357(0x1e3)](_0x57f24b)&&!_0x26c64f[_0x50e357(0x320)](_0x57f24b)&&(_0x40a2fd=_0x33e927[_0x50e357(0x1cc)][_0x50e357(0x337)](_0x40a2fd[_0x50e357(0x1c0)],_0x33e927[_0x50e357(0x1cc)][_0x50e357(0x2af)](_0x57f24b,_0x50e357(0x1c5)))),this[_0x50e357(0x1a1)](_0x40a2fd);}),_0x47c07c[_0x37108b(0x2b2)]());},{'priority':_0x1167d6(0x2ca)}),this[_0x1167d6(0x1d0)][_0x1167d6(0x1db)][_0x1167d6(0x23c)](_0x1167d6(0x1dc),this[_0x1167d6(0x304)]),this[_0x1167d6(0x21a)](_0x1167d6(0x1dc));const _0x389fa9=new _0x44abab(_0x33e927,this[_0x1167d6(0x29a)]);_0x33e927[_0x1167d6(0x1db)][_0x1167d6(0x23c)](_0x1167d6(0x341),_0x389fa9),this[_0x1167d6(0x21a)](_0x1167d6(0x341));const _0x1b02e8=new _0xde1668(_0x33e927,this[_0x1167d6(0x29a)]);_0x33e927[_0x1167d6(0x1db)][_0x1167d6(0x23c)](_0x1167d6(0x1d9),_0x1b02e8),this[_0x1167d6(0x21a)](_0x1167d6(0x1d9)),_0x33e927[_0x1167d6(0x1db)][_0x1167d6(0x23c)](_0x1167d6(0x30b),new _0x1e485a(_0x33e927,_0x389fa9,this[_0x1167d6(0x29a)])),this[_0x1167d6(0x21a)](_0x1167d6(0x30b)),_0x33e927[_0x1167d6(0x1db)][_0x1167d6(0x23c)](_0x1167d6(0x2d0),new _0x1e485a(_0x33e927,_0x1b02e8,this[_0x1167d6(0x29a)])),this[_0x1167d6(0x21a)](_0x1167d6(0x2d0)),_0x33e927[_0x1167d6(0x1db)][_0x1167d6(0x23c)](_0x1167d6(0x2ee),new _0x2fbc2c(_0x33e927,_0x389fa9,this[_0x1167d6(0x29a)])),this[_0x1167d6(0x21a)](_0x1167d6(0x2ee)),_0x33e927[_0x1167d6(0x1db)][_0x1167d6(0x23c)](_0x1167d6(0x1bd),new _0x2fbc2c(_0x33e927,_0x1b02e8,this[_0x1167d6(0x29a)])),this[_0x1167d6(0x21a)](_0x1167d6(0x1bd));const _0x5eca44=_0x33e927[_0x1167d6(0x2f6)][_0x1167d6(0x2ed)](_0x1167d6(0x2fe));this[_0x1167d6(0x264)](_0x5eca44,_0x1167d6(0x33b),(_0x2d4205,{threadId:_0x9fb0ff})=>{const _0x29e27a=_0x1167d6,_0x520d3b=this[_0x29e27a(0x29a)][_0x29e27a(0x2ed)](_0x9fb0ff);_0x520d3b&&_0x520d3b[_0x29e27a(0x2f9)]&&0x1===_0x520d3b[_0x29e27a(0x2f9)][_0x29e27a(0x1d6)]&&this[_0x29e27a(0x21e)](_0x9fb0ff,{'hasComments':!0x0});},{'priority':_0x1167d6(0x2eb)}),this[_0x1167d6(0x264)](_0x5eca44,_0x1167d6(0x275),(_0x405838,{threadId:_0xb9c519})=>{const _0x29275a=_0x1167d6,_0x5b01d3=this[_0x29275a(0x29a)][_0x29275a(0x2ed)](_0xb9c519);_0x5b01d3&&_0x5b01d3[_0x29275a(0x2f9)]&&!_0x5b01d3[_0x29275a(0x2f9)][_0x29275a(0x1d6)]&&this[_0x29275a(0x21e)](_0xb9c519,{'hasComments':!0x1});},{'priority':_0x1167d6(0x2eb)});}set[_0x5b8884(0x33e)](_0xd8d8fd){const _0x2f1628=_0x5b8884;if(this[_0x2f1628(0x1af)])throw new _0x3f60a1(_0x2f1628(0x2e6),this);this[_0x2f1628(0x1af)]=_0xd8d8fd;}get[_0x5b8884(0x33e)](){const _0x59e97d=_0x5b8884;return this[_0x59e97d(0x1af)];}[_0x5b8884(0x1e8)]({skipNotAttached:_0x3432c9=!0x1,toJSON:_0x334b8d=!0x1}={}){const _0x37be01=_0x5b8884,_0x3af53c=[];for(const _0x3f56b9 of this[_0x37be01(0x29a)][_0x37be01(0x2f1)]())_0x3432c9&&!_0x3f56b9[_0x37be01(0x1c6)]||_0x3af53c[_0x37be01(0x270)](_0x3f56b9);return _0x334b8d?_0x3af53c[_0x37be01(0x2b7)](_0x22e203=>_0x22e203[_0x37be01(0x307)]()):_0x3af53c;}[_0x5b8884(0x340)](_0x2bab3f){const _0x5c727a=_0x5b8884,_0x331a64=this[_0x5c727a(0x29a)][_0x5c727a(0x2ed)](_0x2bab3f);if(!_0x331a64)throw new _0x3f60a1(_0x5c727a(0x30a),this);return _0x331a64;}[_0x5b8884(0x2fd)](_0x58deff){const _0x528861=_0x5b8884;return this[_0x528861(0x29a)][_0x528861(0x285)](_0x58deff);}[_0x5b8884(0x1f5)](_0x39fef3){const _0x5eb956=_0x5b8884,{authorId:_0x306220,id:_0x2ad8c9,attributes:_0x4093b8}=_0x39fef3,[_0x55d819,_0x1123b1]=_0x39fef3[_0x5eb956(0x27b)][_0x5eb956(0x25f)](':'),_0x14b5ce=this[_0x5eb956(0x29a)][_0x5eb956(0x2ed)](_0x2ad8c9)||this[_0x5eb956(0x1c8)](_0x55d819,_0x1123b1,_0x2ad8c9,_0x306220,_0x4093b8);if(this[_0x5eb956(0x1f2)](_0x14b5ce),this[_0x5eb956(0x2b8)](_0x14b5ce,_0x55d819,_0x1123b1||null,_0x306220),_0x14b5ce[_0x5eb956(0x227)]=_0x39fef3[_0x5eb956(0x227)],_0x14b5ce[_0x5eb956(0x2ce)]=!0x0,_0x4093b8&&_0x4093b8[_0x5eb956(0x25a)]){const _0xc78846=_0x4093b8[_0x5eb956(0x25a)],_0x20cccf=this[_0x5eb956(0x27a)](_0xc78846[_0x5eb956(0x2bb)]);_0x14b5ce[_0x5eb956(0x34d)]=_0xc78846[_0x5eb956(0x227)],_0x14b5ce[_0x5eb956(0x2bf)]=_0x20cccf,_0x14b5ce[_0x5eb956(0x287)]=!0x0;}else _0x14b5ce[_0x5eb956(0x34d)]=_0x39fef3[_0x5eb956(0x227)];switch(_0x39fef3[_0x5eb956(0x1c9)]&&(_0x14b5ce[_0x5eb956(0x1c9)]=_0x39fef3[_0x5eb956(0x1c9)]),_0x39fef3[_0x5eb956(0x2c3)]&&(_0x14b5ce[_0x5eb956(0x2c3)]=_0x39fef3[_0x5eb956(0x2c3)]),this[_0x5eb956(0x1af)]&&this[_0x5eb956(0x1af)][_0x5eb956(0x27e)]||(_0x14b5ce[_0x5eb956(0x2ba)]=!0x0),this[_0x5eb956(0x233)][_0x5eb956(0x2ed)](_0x14b5ce)){case _0x5eb956(0x247):this[_0x5eb956(0x233)][_0x5eb956(0x27c)](_0x14b5ce,_0x5eb956(0x2a1));break;case _0x5eb956(0x206):_0x14b5ce[_0x5eb956(0x1c6)]?(this[_0x5eb956(0x271)](new Set([_0x14b5ce])),this[_0x5eb956(0x2d5)](new Set([_0x14b5ce])),this[_0x5eb956(0x233)][_0x5eb956(0x27c)](_0x14b5ce,_0x5eb956(0x293)),this[_0x5eb956(0x208)](_0x5eb956(0x295),_0x14b5ce)):this[_0x5eb956(0x233)][_0x5eb956(0x27c)](_0x14b5ce,_0x5eb956(0x1ba));}return _0x14b5ce;}[_0x5b8884(0x341)](_0x29140d){const _0x57afe2=_0x5b8884;this[_0x57afe2(0x31a)](()=>{const _0x525642=_0x57afe2;this[_0x525642(0x1d0)][_0x525642(0x1cc)][_0x525642(0x322)](()=>{const _0x3206af=_0x525642;for(const _0x125bd4 of _0x29140d[_0x3206af(0x32e)]())_0x125bd4[_0x3206af(0x303)]();});});}[_0x5b8884(0x1d9)](_0x13b726){const _0x5194c2=_0x5b8884;this[_0x5194c2(0x31a)](()=>{const _0x12cbe0=_0x5194c2;this[_0x12cbe0(0x1d0)][_0x12cbe0(0x1cc)][_0x12cbe0(0x322)](()=>{const _0x35ab26=_0x12cbe0;for(const _0x249d14 of _0x13b726[_0x35ab26(0x32e)]())_0x249d14[_0x35ab26(0x269)]();});});}[_0x5b8884(0x21a)](_0x11ffe3,_0x3c1356){const _0x21ba73=_0x5b8884,_0x5e7e61=this[_0x21ba73(0x1d0)][_0x21ba73(0x1db)][_0x21ba73(0x2ed)](_0x11ffe3);if(!_0x5e7e61)throw new _0x3f60a1(_0x21ba73(0x28a),this,{'commandName':_0x11ffe3});if(this[_0x21ba73(0x308)][_0x21ba73(0x285)](_0x5e7e61))throw new _0x3f60a1(_0x21ba73(0x1da),this,{'commandName':_0x11ffe3});this[_0x21ba73(0x308)][_0x21ba73(0x23c)](_0x5e7e61),_0x3c1356&&_0x5e7e61['on'](_0x21ba73(0x1bc),(_0x1bfbfb,_0x2dfa88)=>{const _0x4d8ed2=_0x21ba73;this[_0x4d8ed2(0x304)][_0x4d8ed2(0x345)]&&(this[_0x4d8ed2(0x1ed)]||(_0x2dfa88[_0x4d8ed2(0x1d6)]>0x0&&_0x2dfa88[_0x2dfa88[_0x4d8ed2(0x1d6)]-0x1]&&_0x2dfa88[_0x2dfa88[_0x4d8ed2(0x1d6)]-0x1][_0x4d8ed2(0x31a)]?_0x2dfa88[_0x4d8ed2(0x2e9)]():(_0x1bfbfb[_0x4d8ed2(0x2fc)]=_0x3c1356((..._0x54bc76)=>_0x5e7e61[_0x4d8ed2(0x1bc)](..._0x54bc76,{'forceDefaultExecution':!0x0}),..._0x2dfa88),_0x1bfbfb[_0x4d8ed2(0x2b2)]())));},{'priority':_0x21ba73(0x2ca)});}[_0x5b8884(0x31a)](_0x47e5a0){const _0x37614e=_0x5b8884;let _0x37fa5c,_0x35ae97;const _0x46d320=this[_0x37614e(0x1ed)];this[_0x37614e(0x1ed)]=!0x0;try{_0x37fa5c=_0x47e5a0();}catch(_0x3e3cb9){_0x35ae97=_0x3e3cb9;}return _0x46d320||(this[_0x37614e(0x1ed)]=!0x1),_0x35ae97&&_0x3f60a1[_0x37614e(0x267)](_0x35ae97,this),_0x37fa5c;}[_0x5b8884(0x1a1)](_0x193cf3,_0x27a228=null,_0x17a7b9={}){const _0x2a5142=_0x5b8884;if(_0x193cf3[_0x2a5142(0x2e5)])return null;const _0x49d903=this[_0x2a5142(0x1d0)][_0x2a5142(0x2f6)][_0x2a5142(0x2ed)](_0x2a5142(0x2a4))['me'];for(const {suggestion:_0x47d070,meta:_0x3e3c2a}of this[_0x2a5142(0x243)](_0x193cf3,_0x2a5142(0x301)))if(_0x3e3c2a[_0x2a5142(0x2ff)]){if(!_0x3e3c2a[_0x2a5142(0x2df)]){if(_0x3e3c2a[_0x2a5142(0x2e0)]){if(!this[_0x2a5142(0x323)]||!Lt(_0x47d070,_0x17a7b9))continue;return _0x47d070;}if(Lt(_0x47d070,_0x17a7b9))return _0x47d070;this[_0x2a5142(0x256)](_0x47d070,_0x193cf3[_0x2a5142(0x1c0)],_0x193cf3[_0x2a5142(0x1c5)]);break;}if(_0x27a228==_0x47d070[_0x2a5142(0x1a3)]&&Lt(_0x47d070,_0x17a7b9)){const _0x1e09fb=_0x47d070[_0x2a5142(0x2b1)]();return _0x1e09fb[_0x2a5142(0x1c0)][_0x2a5142(0x1f3)](_0x193cf3[_0x2a5142(0x1c5)])?this[_0x2a5142(0x2a9)](_0x47d070,this[_0x2a5142(0x23e)][_0x2a5142(0x337)](_0x193cf3[_0x2a5142(0x1c0)],_0x1e09fb[_0x2a5142(0x1c5)])):this[_0x2a5142(0x2a9)](_0x47d070,this[_0x2a5142(0x23e)][_0x2a5142(0x337)](_0x1e09fb[_0x2a5142(0x1c0)],_0x193cf3[_0x2a5142(0x1c5)])),_0x47d070;}}const _0x2408d4=_0x3d3f87(),_0x261475=_0x49d903['id'],_0x32f80d=_0x27a228?_0x2a5142(0x1ce)+_0x27a228:_0x2a5142(0x301),_0x24efec=this[_0x2a5142(0x1a8)]({'id':_0x2408d4,'type':_0x32f80d,'createdAt':new Date(),'authorId':_0x261475,'attributes':_0x17a7b9});return this[_0x2a5142(0x276)](_0x32f80d,_0x2408d4,_0x261475,_0x193cf3),_0x24efec;}[_0x5b8884(0x2be)](_0x50ec05,_0x2ad9f5=_0x5b8884(0x348),_0x22d755={}){const _0x3fd98c=_0x5b8884,_0x3647f9=this[_0x3fd98c(0x1d0)][_0x3fd98c(0x2f6)][_0x3fd98c(0x2ed)](_0x3fd98c(0x2a4))['me'],_0x47e859=this[_0x3fd98c(0x214)][_0x3fd98c(0x1c3)](_0x3fd98c(0x301),_0x2ad9f5,_0x3fd98c(0x278));for(const _0x44f775 of this[_0x3fd98c(0x1e8)]())if(_0x44f775[_0x3fd98c(0x2bf)]['id']==_0x3647f9['id']&&_0x3fd98c(0x301)==_0x44f775[_0x3fd98c(0x27b)]&&_0x44f775[_0x3fd98c(0x1a3)]==_0x2ad9f5&&Lt(_0x44f775,_0x22d755)&&(_0x47e859(_0x44f775[_0x3fd98c(0x1b5)](),_0x50ec05)||_0x47e859(_0x50ec05,_0x44f775[_0x3fd98c(0x1b5)]()))){for(const _0x2d1256 of _0x50ec05)_0x44f775[_0x3fd98c(0x1b4)](_0x2d1256);return _0x44f775;}for(const {suggestion:_0xa8d62e,meta:_0x83757d}of this[_0x3fd98c(0x243)](_0x50ec05,_0x3fd98c(0x301))){if(!_0x83757d[_0x3fd98c(0x2ff)])continue;if(!this[_0x3fd98c(0x323)]&&_0x83757d[_0x3fd98c(0x2e0)])continue;if(!Lt(_0xa8d62e,_0x22d755))continue;let _0x2987ea=!0x0;for(const _0x568bca of _0xa8d62e[_0x3fd98c(0x1b5)]())for(const _0x12a7b0 of _0x50ec05)if(!_0x568bca[_0x3fd98c(0x200)](_0x12a7b0)){_0x2987ea=!0x1;break;}if(_0x2987ea)return _0xa8d62e;}const _0x29feb7=_0x3d3f87(),_0x2a4a60=_0x3647f9['id'],_0x24f473=_0x3fd98c(0x1ce)+_0x2ad9f5,_0x541d83=this[_0x3fd98c(0x1a8)]({'id':_0x29feb7,'type':_0x24f473,'createdAt':new Date(),'authorId':_0x2a4a60,'attributes':_0x22d755});for(const _0xf89ba9 of _0x50ec05)this[_0x3fd98c(0x276)](_0x24f473,_0x29feb7,_0x2a4a60,_0xf89ba9,_0x4cfe05[_0x3fd98c(0x302)]());return _0x541d83;}[_0x5b8884(0x1de)](_0x2716ef,_0x2c7893,_0x48882a=null,_0x4b59bc={}){const _0x1ce9d5=_0x5b8884;if(_0x48882a=_0x48882a||Vt(_0x2c7893),_0x2716ef[_0x1ce9d5(0x2e5)])return null;if(_0x1ce9d5(0x251)===this[_0x1ce9d5(0x213)]){const _0x1bb624=this[_0x1ce9d5(0x214)][_0x1ce9d5(0x1c3)](_0x1ce9d5(0x24d),_0x48882a,_0x1ce9d5(0x303));return this[_0x1ce9d5(0x31a)](()=>_0x1bb624([_0x2716ef],_0x2c7893,_0x4b59bc)),null;}const _0x10b1b8=this[_0x1ce9d5(0x1d0)][_0x1ce9d5(0x2f6)][_0x1ce9d5(0x2ed)](_0x1ce9d5(0x2a4))['me'],_0x3ff201=[];if(_0x1ce9d5(0x331)!==this[_0x1ce9d5(0x213)]){for(const {suggestion:_0x18b2d7,meta:_0x4d943c}of this[_0x1ce9d5(0x243)](_0x2716ef,_0x1ce9d5(0x301)))_0x4d943c[_0x1ce9d5(0x2ff)]&&!_0x4d943c[_0x1ce9d5(0x283)]&&_0x3ff201[_0x1ce9d5(0x270)](..._0x18b2d7[_0x1ce9d5(0x1b5)]());}const _0x182646=function(_0x56f454,_0x3f4a18){const _0x4f89cc=_0x1ce9d5,_0x815075=[];for(const _0x3a4310 of _0x3f4a18){const _0x452552=_0x56f454[_0x4f89cc(0x30f)](_0x3a4310);_0x452552&&_0x815075[_0x4f89cc(0x270)](_0x452552);}return _0x815075;}(_0x2716ef,_0x3ff201),_0x422e52=function(_0x2a9f8e,_0x5b8b1f){const _0x3e2c5d=_0x1ce9d5,_0xde8840=[_0x2a9f8e];for(const _0x280011 of _0x5b8b1f){let _0x57730d=0x0;for(;_0x57730d<_0xde8840[_0x3e2c5d(0x1d6)];){const _0x4db9ce=_0xde8840[_0x57730d][_0x3e2c5d(0x32d)](_0x280011);_0xde8840[_0x3e2c5d(0x2c2)](_0x57730d,0x1,..._0x4db9ce),_0x57730d+=_0x4db9ce[_0x3e2c5d(0x1d6)];}}return _0xde8840;}(_0x2716ef,_0x3ff201);_0x182646[_0x1ce9d5(0x1d6)]&&this[_0x1ce9d5(0x23e)][_0x1ce9d5(0x322)](()=>{const _0x45b485=_0x1ce9d5;for(const _0x443d3e of _0x182646){const _0x5adb24=this[_0x45b485(0x214)][_0x45b485(0x1c3)](_0x45b485(0x24d),_0x48882a,_0x45b485(0x303));this[_0x45b485(0x31a)](()=>_0x5adb24([_0x443d3e],_0x2c7893,_0x4b59bc));}});for(const _0x29ae43 of _0x422e52){let _0x265d01=null,_0x11a397=_0x29ae43[_0x1ce9d5(0x1c0)],_0x3d8c94=_0x29ae43[_0x1ce9d5(0x1c5)];for(const {suggestion:_0x31b341,meta:_0x5134bc}of this[_0x1ce9d5(0x243)](_0x29ae43,_0x1ce9d5(0x24d))){if(!_0x5134bc[_0x1ce9d5(0x2ff)])continue;if(_0x31b341[_0x1ce9d5(0x1a3)]!=_0x48882a)continue;if(!Lt(_0x31b341,_0x4b59bc))continue;const _0x292977=_0x31b341[_0x1ce9d5(0x2b1)]();if(_0x292977[_0x1ce9d5(0x200)](_0x29ae43,!0x0))return null;_0x11a397=_0x11a397[_0x1ce9d5(0x277)](_0x292977[_0x1ce9d5(0x1c0)])?_0x11a397:_0x292977[_0x1ce9d5(0x1c0)],_0x3d8c94=_0x3d8c94[_0x1ce9d5(0x32f)](_0x292977[_0x1ce9d5(0x1c5)])?_0x3d8c94:_0x292977[_0x1ce9d5(0x1c5)],_0x265d01?_0x292977[_0x1ce9d5(0x1c0)][_0x1ce9d5(0x277)](_0x265d01[_0x1ce9d5(0x2b1)]()[_0x1ce9d5(0x1c0)])?(_0x265d01[_0x1ce9d5(0x2ad)](),_0x265d01=_0x31b341):_0x31b341[_0x1ce9d5(0x2ad)]():_0x265d01=_0x31b341;}const _0xea0274=this[_0x1ce9d5(0x23e)][_0x1ce9d5(0x337)](_0x11a397,_0x3d8c94);if(_0x265d01)this[_0x1ce9d5(0x2a9)](_0x265d01,_0xea0274);else{const _0x2573f5=_0x3d3f87(),_0x556045=_0x10b1b8['id'];this[_0x1ce9d5(0x1a8)]({'id':_0x2573f5,'type':_0x1ce9d5(0x25c)+_0x48882a,'data':_0x2c7893,'createdAt':new Date(),'authorId':_0x556045,'attributes':_0x4b59bc}),this[_0x1ce9d5(0x276)](_0x1ce9d5(0x25c)+_0x48882a,_0x2573f5,_0x556045,_0xea0274);}}return null;}[_0x5b8884(0x1b1)](_0x3c4a7e,_0x2af60c,_0x3ccff6=[],_0x1bdd90=null,_0x22c457={}){const _0x5e98d0=_0x5b8884;_0x2af60c[_0x5e98d0(0x20d)]||(_0x2af60c[_0x5e98d0(0x20d)]=_0x2af60c[_0x5e98d0(0x2c5)]),_0x2af60c[_0x5e98d0(0x309)]=_0x3c4a7e['is'](_0x5e98d0(0x25e)),_0x1bdd90=_0x1bdd90||Vt(_0x2af60c);const _0x3613ae=_0x3ccff6[_0x5e98d0(0x2b7)](_0x53bcdb=>Gt(_0x53bcdb,this[_0x5e98d0(0x23e)])),_0x3879e1=_0x3c4a7e['is'](_0x5e98d0(0x25e))?_0x3c4a7e:Gt(_0x3c4a7e,this[_0x5e98d0(0x23e)]);if(_0x5e98d0(0x251)===this[_0x5e98d0(0x213)]){const _0xb42b65=this[_0x5e98d0(0x214)][_0x5e98d0(0x1c3)](_0x5e98d0(0x237),_0x1bdd90,_0x5e98d0(0x303));return this[_0x5e98d0(0x31a)](()=>_0xb42b65([_0x3879e1],_0x2af60c,_0x22c457)),null;}_0x3613ae[_0x5e98d0(0x270)](_0x3879e1);let _0x1de580=!0x0;for(const _0x4367ee of _0x3613ae)if(!this[_0x5e98d0(0x26a)](_0x4367ee)){_0x1de580=!0x1;break;}if(_0x1de580&&_0x5e98d0(0x331)!==this[_0x5e98d0(0x213)]){const _0x5d442a=this[_0x5e98d0(0x214)][_0x5e98d0(0x1c3)](_0x5e98d0(0x237),_0x1bdd90,_0x5e98d0(0x303));return this[_0x5e98d0(0x31a)](()=>_0x5d442a([_0x3879e1],_0x2af60c,_0x22c457)),null;}let _0x4b1616=null,_0x1d0ace=_0x3879e1[_0x5e98d0(0x1c0)],_0x19283c=_0x3879e1[_0x5e98d0(0x1c5)];for(const {suggestion:_0x265003,meta:_0x3a8d7e}of this[_0x5e98d0(0x243)](_0x3879e1,_0x5e98d0(0x237))){if(!_0x3a8d7e[_0x5e98d0(0x2ff)])continue;if(_0x3a8d7e[_0x5e98d0(0x2df)]||_0x3a8d7e[_0x5e98d0(0x2e0)]||_0x3a8d7e[_0x5e98d0(0x283)])continue;if(_0x265003[_0x5e98d0(0x1c9)][_0x5e98d0(0x20d)]!=_0x2af60c[_0x5e98d0(0x20d)])continue;if(!Lt(_0x265003,_0x22c457))continue;const _0x8aeaf8=_0x265003[_0x5e98d0(0x2b1)]();if(_0x265003[_0x5e98d0(0x1a3)]==_0x1bdd90){if(_0x8aeaf8[_0x5e98d0(0x200)](_0x3879e1,!0x0))return null;_0x1d0ace=_0x1d0ace[_0x5e98d0(0x277)](_0x8aeaf8[_0x5e98d0(0x1c0)])?_0x1d0ace:_0x8aeaf8[_0x5e98d0(0x1c0)],_0x19283c=_0x19283c[_0x5e98d0(0x32f)](_0x8aeaf8[_0x5e98d0(0x1c5)])?_0x19283c:_0x8aeaf8[_0x5e98d0(0x1c5)],_0x4b1616?_0x8aeaf8[_0x5e98d0(0x1c0)][_0x5e98d0(0x277)](_0x4b1616[_0x5e98d0(0x2b1)]()[_0x5e98d0(0x1c0)])?(_0x4b1616[_0x5e98d0(0x2ad)](),_0x4b1616=_0x265003):_0x265003[_0x5e98d0(0x2ad)]():_0x4b1616=_0x265003;}else{const _0xb79bc2=_0x3879e1[_0x5e98d0(0x30f)](_0x8aeaf8);this[_0x5e98d0(0x1a9)](_0x265003,_0xb79bc2);}}const _0xd236dc=this[_0x5e98d0(0x1d0)][_0x5e98d0(0x2f6)][_0x5e98d0(0x2ed)](_0x5e98d0(0x2a4))['me'],_0x1782c1=_0x3d3f87(),_0x5646a0=_0xd236dc['id'];if(_0x4b1616)return this[_0x5e98d0(0x2a9)](_0x4b1616,this[_0x5e98d0(0x23e)][_0x5e98d0(0x337)](_0x1d0ace,_0x19283c)),_0x4b1616;{const _0x21a64f=this[_0x5e98d0(0x1a8)]({'id':_0x1782c1,'type':_0x5e98d0(0x21c)+_0x1bdd90,'data':_0x2af60c,'createdAt':new Date(),'authorId':_0x5646a0,'attributes':_0x22c457});return this[_0x5e98d0(0x276)](_0x5e98d0(0x21c)+_0x1bdd90,_0x1782c1,_0x5646a0,this[_0x5e98d0(0x23e)][_0x5e98d0(0x337)](_0x1d0ace,_0x19283c)),_0x21a64f;}}[_0x5b8884(0x225)](_0x5c257b,_0x4cb591,_0x8af401=[],_0xdf9639=null,_0x5253cc={}){const _0x439858=_0x5b8884;_0x4cb591[_0x439858(0x20d)]||(_0x4cb591[_0x439858(0x20d)]=_0x4cb591[_0x439858(0x2c5)]);const _0x832d5=_0x5c257b[0x0];_0x4cb591[_0x439858(0x309)]=_0x832d5['is'](_0x439858(0x25e)),_0xdf9639=_0xdf9639||Vt(_0x4cb591);const _0x2b6750=_0x8af401[_0x439858(0x2b7)](_0x53edb5=>Gt(_0x53edb5,this[_0x439858(0x23e)])),_0x31a592=_0x832d5['is'](_0x439858(0x25e))?_0x5c257b:_0x5c257b[_0x439858(0x2b7)](_0x5a371d=>Gt(_0x5a371d,this[_0x439858(0x23e)]));if(_0x439858(0x251)===this[_0x439858(0x213)]){const _0x260a72=this[_0x439858(0x214)][_0x439858(0x1c3)](_0x439858(0x237),_0xdf9639,_0x439858(0x303));return this[_0x439858(0x31a)](()=>_0x260a72(_0x31a592,_0x4cb591,_0x5253cc)),null;}_0x2b6750[_0x439858(0x270)](..._0x31a592);let _0x6fc6b0=!0x0;for(const _0xf4535 of _0x2b6750)if(!this[_0x439858(0x26a)](_0xf4535)){_0x6fc6b0=!0x1;break;}if(_0x6fc6b0&&_0x439858(0x331)!==this[_0x439858(0x213)]){const _0x57e1be=this[_0x439858(0x214)][_0x439858(0x1c3)](_0x439858(0x237),_0xdf9639,_0x439858(0x303));return this[_0x439858(0x31a)](()=>_0x57e1be(_0x31a592,_0x4cb591,_0x5253cc)),null;}const _0xae2996=this[_0x439858(0x1d0)][_0x439858(0x2f6)][_0x439858(0x2ed)](_0x439858(0x2a4))['me'];for(const _0xf6174e of this[_0x439858(0x1e8)]()){if(_0xf6174e[_0x439858(0x2bf)]['id']!=_0xae2996['id'])continue;if(_0x439858(0x237)!=_0xf6174e[_0x439858(0x27b)]||_0xf6174e[_0x439858(0x1c9)][_0x439858(0x20d)]!=_0x4cb591[_0x439858(0x20d)])continue;if(!Lt(_0xf6174e,_0x5253cc))continue;const _0x1e5028=_0xf6174e[_0x439858(0x1a3)]==_0xdf9639;for(let _0x3ad480=0x0;_0x3ad480<_0x31a592[_0x439858(0x1d6)];_0x3ad480++){const _0x5f9bd1=_0x31a592[_0x3ad480];for(const _0xd6ac25 of _0xf6174e[_0x439858(0x292)]()){const _0x59c102=_0xd6ac25[_0x439858(0x1e0)]();if(_0x5f9bd1[_0x439858(0x1f3)](_0x59c102)){_0x1e5028?(_0x31a592[_0x439858(0x2c2)](_0x3ad480,0x1),_0x3ad480--):_0xf6174e[_0x439858(0x27d)](_0xd6ac25[_0x439858(0x30e)]);break;}}}}if(0x0==_0x31a592[_0x439858(0x1d6)])return null;const _0x469aca=this[_0x439858(0x214)][_0x439858(0x1c3)](_0x439858(0x237),_0xdf9639,_0x439858(0x278));for(const _0x10a623 of this[_0x439858(0x1e8)]())if(_0x10a623[_0x439858(0x2bf)]['id']==_0xae2996['id']&&_0x439858(0x237)==_0x10a623[_0x439858(0x27b)]&&_0x10a623[_0x439858(0x1c9)][_0x439858(0x20d)]==_0x4cb591[_0x439858(0x20d)]&&_0x10a623[_0x439858(0x1a3)]==_0xdf9639&&Lt(_0x10a623,_0x5253cc)&&(_0x469aca(_0x10a623[_0x439858(0x1b5)](),_0x31a592)||_0x469aca(_0x31a592,_0x10a623[_0x439858(0x1b5)]()))){for(const _0x515392 of _0x31a592)_0x10a623[_0x439858(0x1b4)](_0x515392);return _0x10a623;}const _0x2d7486=_0x3d3f87(),_0xd52f5f=_0xae2996['id'],_0xaae6ef=_0x439858(0x21c)+_0xdf9639,_0x1e98db=this[_0x439858(0x1a8)]({'id':_0x2d7486,'type':_0xaae6ef,'data':_0x4cb591,'createdAt':new Date(),'authorId':_0xd52f5f,'attributes':_0x5253cc});for(const _0x543a8 of _0x31a592)this[_0x439858(0x276)](_0xaae6ef,_0x2d7486,_0xd52f5f,_0x543a8,_0x4cfe05[_0x439858(0x302)]());return _0x1e98db;}[_0x5b8884(0x313)](_0x1af776,_0x4a2c56=null,_0xb00584={}){const _0x941032=_0x5b8884;if(_0x1af776[_0x941032(0x2e5)])return null;const _0x1fb710=this[_0x941032(0x1d0)][_0x941032(0x2f6)][_0x941032(0x2ed)](_0x941032(0x2a4))['me'],_0x3df7b6=new _0x15ca4d(_0x1af776[_0x941032(0x1c0)],_0x1af776[_0x941032(0x1c5)]);for(const {suggestion:_0x1a31ab,meta:_0x5c51a7}of this[_0x941032(0x243)](_0x3df7b6,_0x941032(0x301)))if(_0x5c51a7[_0x941032(0x2ff)]&&!_0x5c51a7[_0x941032(0x2df)]){if(_0x1a31ab[_0x941032(0x1ef)]){const _0x2fb31d=_0x1a31ab[_0x941032(0x1b5)]()[_0x941032(0x288)](_0x2f2d9a=>_0x941032(0x24f)!=_0x2f2d9a[_0x941032(0x1a5)][_0x941032(0x2f0)]);_0x2fb31d[_0x941032(0x232)](_0x2b4925=>_0x3df7b6[_0x941032(0x200)](_0x2b4925,!0x0))&&_0x1a31ab[_0x941032(0x269)]();if(_0x2fb31d[_0x941032(0x2d8)](_0xce9234=>_0xce9234[_0x941032(0x200)](_0x3df7b6,!0x0))){const _0x4c281a=this[_0x941032(0x214)][_0x941032(0x1c3)](_0x941032(0x2ec),_0x4a2c56,_0x941032(0x303));return this[_0x941032(0x31a)](()=>_0x4c281a([_0x3df7b6],null,_0xb00584)),null;}}else{const _0x17ba48=_0x3df7b6[_0x941032(0x30f)](_0x1a31ab[_0x941032(0x2b1)]());null!==_0x17ba48&&_0x1a31ab[_0x941032(0x1a6)]([_0x17ba48],null,_0xb00584);}}if(_0x3df7b6[_0x941032(0x1cb)](),_0x3df7b6[_0x941032(0x2e5)]||_0x941032(0x24f)==_0x3df7b6[_0x941032(0x1a5)][_0x941032(0x2f0)])return null;let _0x5a37f0=null,_0x469861=_0x3df7b6[_0x941032(0x1c0)],_0x1ae929=_0x3df7b6[_0x941032(0x1c5)];const _0x2feefd=this[_0x941032(0x243)](_0x3df7b6,_0x941032(0x2ec));for(const {suggestion:_0x56e5a9,meta:_0x12fe27}of _0x2feefd){const _0x542854=this[_0x941032(0x23e)][_0x941032(0x337)](_0x469861,_0x1ae929);if(_0x12fe27[_0x941032(0x2ff)]&&(this[_0x941032(0x323)]||!_0x12fe27[_0x941032(0x2e0)]&&!_0x12fe27[_0x941032(0x283)])){if(_0x56e5a9[_0x941032(0x1ef)]){if(!Lt(_0x56e5a9,_0xb00584))continue;let _0x3ef558=!0x0;for(const _0xd7c784 of _0x56e5a9[_0x941032(0x1b5)]()){if(_0xd7c784[_0x941032(0x200)](_0x542854,!0x0))return _0x56e5a9;_0x542854[_0x941032(0x200)](_0xd7c784)||(_0x3ef558=!0x1);}_0x3ef558&&_0x56e5a9[_0x941032(0x269)]();}else{const _0x2aa0ce=_0x56e5a9[_0x941032(0x2b1)]();if(_0x2aa0ce[_0x941032(0x200)](_0x542854,!0x0))return _0x56e5a9;if(!Lt(_0x56e5a9,_0xb00584)){_0x542854[_0x941032(0x200)](_0x2aa0ce)?_0x56e5a9[_0x941032(0x2ad)]():_0x2aa0ce[_0x941032(0x23f)](_0x469861)?_0x469861=_0x2aa0ce[_0x941032(0x1c5)]:_0x2aa0ce[_0x941032(0x23f)](_0x1ae929)&&(_0x1ae929=_0x2aa0ce[_0x941032(0x1c0)]);continue;}_0x469861=_0x469861[_0x941032(0x277)](_0x2aa0ce[_0x941032(0x1c0)])?_0x469861:_0x2aa0ce[_0x941032(0x1c0)],_0x1ae929=_0x1ae929[_0x941032(0x32f)](_0x2aa0ce[_0x941032(0x1c5)])?_0x1ae929:_0x2aa0ce[_0x941032(0x1c5)],_0xb00584=Object[_0x941032(0x245)]({},_0x56e5a9[_0x941032(0x2c3)]),_0x5a37f0?_0x2aa0ce[_0x941032(0x1c0)][_0x941032(0x277)](_0x5a37f0[_0x941032(0x2b1)]()[_0x941032(0x1c0)])?(_0x5a37f0[_0x941032(0x2ad)](),_0x5a37f0=_0x56e5a9):_0x56e5a9[_0x941032(0x2ad)]():_0x5a37f0=_0x56e5a9;}}}if(_0x5a37f0)return this[_0x941032(0x2a9)](_0x5a37f0,this[_0x941032(0x23e)][_0x941032(0x337)](_0x469861,_0x1ae929)),_0x5a37f0;{const _0x36858c=_0x3d3f87(),_0x448bcf=this[_0x941032(0x23e)][_0x941032(0x337)](_0x469861,_0x1ae929),_0x35ad0a=_0x1fb710['id'],_0x3696ef=_0x4a2c56?_0x941032(0x32a)+_0x4a2c56:_0x941032(0x2ec),_0x33a65f=this[_0x941032(0x1a8)]({'id':_0x36858c,'type':_0x3696ef,'createdAt':new Date(),'authorId':_0x35ad0a,'attributes':_0xb00584});return this[_0x941032(0x276)](_0x3696ef,_0x36858c,_0x35ad0a,_0x448bcf),_0x33a65f;}}[_0x5b8884(0x244)](_0x17bc4,_0x5c01eb=_0x5b8884(0x348),_0x53d78e={}){const _0x420b58=_0x5b8884,_0x23dc38=this[_0x420b58(0x1d0)][_0x420b58(0x2f6)][_0x420b58(0x2ed)](_0x420b58(0x2a4))['me'],_0x53e50f=_0x17bc4[_0x420b58(0x2b7)](_0x8ffe46=>new _0x15ca4d(_0x8ffe46[_0x420b58(0x1c0)],_0x8ffe46[_0x420b58(0x1c5)])),_0x4bd1a9=new Set();for(const {suggestion:_0x26bbf1,meta:_0x50cfa8}of this[_0x420b58(0x243)](_0x53e50f,_0x420b58(0x301)))_0x50cfa8[_0x420b58(0x2ff)]&&!_0x50cfa8[_0x420b58(0x2df)]&&_0x4bd1a9[_0x420b58(0x23c)](_0x26bbf1);for(const _0x117832 of _0x4bd1a9)if(_0x117832[_0x420b58(0x1ef)]){const _0x5515b0=_0x117832[_0x420b58(0x1b5)]();(!_0x117832[_0x420b58(0x2c3)]||!_0x117832[_0x420b58(0x2c3)][_0x420b58(0x29b)])&&(_0x5515b0[_0x420b58(0x232)](_0x3f5f03=>_0x53e50f[_0x420b58(0x2d8)](_0x5eeaaf=>_0x5eeaaf[_0x420b58(0x200)](_0x3f5f03,!0x0)))&&_0x117832[_0x420b58(0x269)]());if(_0x53e50f[_0x420b58(0x232)](_0x39e3f3=>_0x5515b0[_0x420b58(0x2d8)](_0x1083bc=>_0x1083bc[_0x420b58(0x200)](_0x39e3f3,!0x0)))){const _0x37ecb9=this[_0x420b58(0x214)][_0x420b58(0x1c3)](_0x420b58(0x2ec),_0x5c01eb,_0x420b58(0x303));return this[_0x420b58(0x31a)](()=>_0x37ecb9(_0x17bc4,null,_0x53d78e)),null;}}else{const _0x5cdfc3=_0x117832[_0x420b58(0x2b1)]();_0x53e50f[_0x420b58(0x2d8)](_0x51438d=>_0x51438d[_0x420b58(0x200)](_0x5cdfc3,!0x0))&&_0x117832[_0x420b58(0x269)]();if(_0x53e50f[_0x420b58(0x232)](_0x4a64b8=>_0x5cdfc3[_0x420b58(0x200)](_0x4a64b8,!0x0))){const _0x2688ef=this[_0x420b58(0x214)][_0x420b58(0x1c3)](_0x420b58(0x2ec),_0x5c01eb,_0x420b58(0x303));return this[_0x420b58(0x31a)](()=>_0x2688ef(_0x53e50f,null,_0x53d78e)),null;}}const _0x14cdc4=this[_0x420b58(0x214)][_0x420b58(0x1c3)](_0x420b58(0x2ec),_0x5c01eb,_0x420b58(0x278));let _0x15ef40=null;for(const _0x1cbb1e of this[_0x420b58(0x1e8)]())if(_0x1cbb1e[_0x420b58(0x2bf)]['id']==_0x23dc38['id']&&_0x1cbb1e[_0x420b58(0x1c6)]&&_0x420b58(0x2ec)==_0x1cbb1e[_0x420b58(0x27b)]&&_0x1cbb1e[_0x420b58(0x1a3)]==_0x5c01eb&&Lt(_0x1cbb1e,_0x53d78e)&&(_0x14cdc4(_0x1cbb1e[_0x420b58(0x1b5)](),_0x53e50f)||_0x14cdc4(_0x53e50f,_0x1cbb1e[_0x420b58(0x1b5)]()))){if(_0x15ef40){if(_0x1cbb1e[_0x420b58(0x2f9)]&&_0x1cbb1e[_0x420b58(0x2f9)][_0x420b58(0x1d6)])continue;for(const _0x4d6682 of _0x1cbb1e[_0x420b58(0x1b5)]())_0x15ef40[_0x420b58(0x1cf)](_0x4d6682)||_0x15ef40[_0x420b58(0x1b4)](_0x4d6682);_0x1cbb1e[_0x420b58(0x2ad)]();}else{_0x15ef40=_0x1cbb1e;for(const _0x5cb44d of _0x53e50f)_0x1cbb1e[_0x420b58(0x1cf)](_0x5cb44d)||_0x1cbb1e[_0x420b58(0x1b4)](_0x5cb44d);}}if(_0x15ef40)return _0x15ef40;_0x4bd1a9[_0x420b58(0x230)]();for(const {suggestion:_0xeb36e2,meta:_0xb8ab43}of this[_0x420b58(0x243)](_0x53e50f,_0x420b58(0x2ec)))_0xb8ab43[_0x420b58(0x2ff)]&&(this[_0x420b58(0x323)]||!_0xb8ab43[_0x420b58(0x2e0)]&&!_0xb8ab43[_0x420b58(0x283)])&&Lt(_0xeb36e2,_0x53d78e)&&_0x4bd1a9[_0x420b58(0x23c)](_0xeb36e2);for(const _0x260ec4 of _0x4bd1a9){const _0x4f33ed=_0x260ec4[_0x420b58(0x1b5)]();if(!_0x53d78e||!_0x53d78e[_0x420b58(0x29b)]){if(_0x53e50f[_0x420b58(0x232)](_0x31c9f3=>_0x4f33ed[_0x420b58(0x2d8)](_0x257174=>_0x257174[_0x420b58(0x200)](_0x31c9f3,!0x0))))return _0x260ec4;}(!_0x260ec4[_0x420b58(0x2c3)]||!_0x260ec4[_0x420b58(0x2c3)][_0x420b58(0x29b)])&&(_0x4f33ed[_0x420b58(0x232)](_0xd0645e=>_0x53e50f[_0x420b58(0x2d8)](_0xdf8d66=>_0xdf8d66[_0x420b58(0x200)](_0xd0645e,!0x0)))&&_0x260ec4[_0x420b58(0x269)]());}const _0x24927d=_0x3d3f87(),_0x126268=_0x23dc38['id'],_0x3f0d76=_0x420b58(0x32a)+_0x5c01eb,_0x9f7e6c=this[_0x420b58(0x1a8)]({'id':_0x24927d,'type':_0x3f0d76,'createdAt':new Date(),'authorId':_0x126268,'attributes':_0x53d78e});for(const _0x4cb800 of _0x53e50f)_0x4cb800[_0x420b58(0x1cb)](),_0x4cb800[_0x420b58(0x2e5)]||_0x420b58(0x24f)==_0x4cb800[_0x420b58(0x1a5)][_0x420b58(0x2f0)]||this[_0x420b58(0x276)](_0x3f0d76,_0x24927d,_0x126268,_0x4cb800,_0x4cfe05[_0x420b58(0x302)]());return _0x9f7e6c;}[_0x5b8884(0x2d1)](_0x83b398,_0x2733ce,_0x30eb08,_0x2c5721,_0xccda61){const _0x4389cc=_0x5b8884;if(_0x83b398[_0x4389cc(0x2e5)])return[];if(_0x4389cc(0x251)===this[_0x4389cc(0x213)])return[];const _0x385f88=this[_0x4389cc(0x1d0)][_0x4389cc(0x2f6)][_0x4389cc(0x2ed)](_0x4389cc(0x2a4))['me']['id'],_0x3390b1=Array[_0x4389cc(0x328)](this[_0x4389cc(0x29a)][_0x4389cc(0x2f1)]())[_0x4389cc(0x288)](_0x3a3bab=>_0x4389cc(0x34b)==_0x3a3bab[_0x4389cc(0x27b)]&&_0x3a3bab[_0x4389cc(0x1c9)][_0x4389cc(0x26f)]==_0x2733ce&&_0x3a3bab[_0x4389cc(0x1cf)](_0x83b398));if(_0x4389cc(0x20e)===this[_0x4389cc(0x213)]){const _0xb0f2f9=this[_0x4389cc(0x243)](_0x83b398,_0x4389cc(0x301))[_0x4389cc(0x288)](({meta:_0x2eb9e5})=>_0x2eb9e5[_0x4389cc(0x2ff)]&&!_0x2eb9e5[_0x4389cc(0x283)]&&!_0x2eb9e5[_0x4389cc(0x2df)])[_0x4389cc(0x2b7)](({suggestion:_0x3b1d4d})=>_0x3b1d4d);_0x3390b1[_0x4389cc(0x2f3)](..._0xb0f2f9);}const _0x3e8206=new Map([[_0x83b398,_0x30eb08]]);for(const _0x173ba9 of _0x3390b1){const _0x358613=_0x4389cc(0x34b)==_0x173ba9[_0x4389cc(0x27b)]?_0x173ba9[_0x4389cc(0x1c9)][_0x4389cc(0x1b2)]:void 0x0,_0x328923=_0x173ba9[_0x4389cc(0x2b1)](),_0xe9a6fb=Array[_0x4389cc(0x328)](_0x3e8206[_0x4389cc(0x2cf)]())[_0x4389cc(0x2bc)](_0x125dfc=>_0x125dfc[_0x4389cc(0x204)](_0x328923));if(!_0xe9a6fb)continue;const _0x52e9f4=_0xe9a6fb[_0x4389cc(0x32d)](_0x328923);this[_0x4389cc(0x221)](_0x2733ce)&&_0x4389cc(0x301)==_0x173ba9[_0x4389cc(0x27b)]&&0x0!=_0x52e9f4[_0x4389cc(0x1d6)]||(_0x3e8206[_0x4389cc(0x262)](_0xe9a6fb),_0x52e9f4[_0x4389cc(0x2c7)](_0x3b3cc3=>{const _0x5a5a8b=_0x4389cc;_0x3e8206[_0x5a5a8b(0x27c)](_0x3b3cc3,_0x30eb08);}),_0x4389cc(0x301)!=_0x173ba9[_0x4389cc(0x27b)]&&_0x358613!=_0x2c5721&&_0x3e8206[_0x4389cc(0x27c)](_0xe9a6fb[_0x4389cc(0x30f)](_0x328923),_0x358613));}const _0x66bfeb=[];for(const [_0x202966,_0x2dae5b]of _0x3e8206){const _0x218454=_0x3d3f87(),_0x624d60={'key':_0x2733ce,'oldValue':_0x2dae5b,'newValue':_0x2c5721};_0x2733ce[_0x4389cc(0x1d6)]>0x25&&console[_0x4389cc(0x33d)](_0x4389cc(0x315),{'key':_0x2733ce});const _0x10256d=(_0x4389cc(0x1fe)+(_0x2733ce+'|'+Vt({'newValue':_0x2c5721})))[_0x4389cc(0x2f4)](0x0,0x3c),_0x14ea6d=this[_0x4389cc(0x1a8)]({'id':_0x218454,'type':_0x10256d,'data':_0x624d60,'createdAt':new Date(),'authorId':_0x385f88,'attributes':_0xccda61});_0x66bfeb[_0x4389cc(0x270)](_0x14ea6d),this[_0x4389cc(0x276)](_0x10256d,_0x218454,_0x385f88,_0x202966);}return _0x66bfeb;}[_0x5b8884(0x22e)](_0x328f28){const _0x129e4f=_0x5b8884;this[_0x129e4f(0x228)][_0x129e4f(0x23c)](_0x328f28);}[_0x5b8884(0x2ae)](_0x8d5096){const _0x530ba4=_0x5b8884;this[_0x530ba4(0x349)][_0x530ba4(0x23c)](_0x8d5096);}[_0x5b8884(0x2c9)](_0x3f763d,_0xfb510b=[],_0x27620f=[]){const _0x1d17d7=_0x5b8884;this[_0x1d17d7(0x21a)](_0x3f763d,(_0xf137e0,..._0x11868e)=>{const _0x13e721=_0x1d17d7;this[_0x13e721(0x220)](()=>{_0xf137e0(..._0x11868e);});});for(const _0x46c6ca of _0xfb510b)this[_0x1d17d7(0x2ae)](_0x46c6ca);for(const _0x8757c8 of _0x27620f)this[_0x1d17d7(0x22e)](_0x8757c8);}[_0x5b8884(0x31b)](_0x5c0c10){const _0x2e7ec9=_0x5b8884;return _0x2e7ec9(0x34b)==_0x5c0c10[_0x2e7ec9(0x27b)]?_0x5c0c10[_0x2e7ec9(0x1a3)][_0x2e7ec9(0x25f)]('|')[0x0]:null;}[_0x5b8884(0x2a9)](_0x4ffd92,_0x786915){const _0x119c5e=_0x5b8884,_0x5d7c4b=_0x4ffd92[_0x119c5e(0x23d)]();this[_0x119c5e(0x23e)][_0x119c5e(0x322)](_0x433f7b=>{const _0x1ad8d1=_0x119c5e;_0x433f7b[_0x1ad8d1(0x210)](_0x5d7c4b,{'range':_0x786915});});}[_0x5b8884(0x1f2)](_0x1cb22b){const _0x26eddb=_0x5b8884,_0x320c54=_0x1cb22b['id'],_0x490ce6=this[_0x26eddb(0x1d0)][_0x26eddb(0x335)][_0x26eddb(0x2ed)](_0x26eddb(0x20c));this[_0x26eddb(0x215)][_0x26eddb(0x20b)](_0x320c54)||this[_0x26eddb(0x215)][_0x26eddb(0x216)]({'channelId':_0x490ce6,'threadId':_0x320c54,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1ca394=this[_0x26eddb(0x215)][_0x26eddb(0x203)](_0x320c54);_0x1ca394[_0x26eddb(0x1c4)](_0x26eddb(0x311)),_0x1ca394[_0x26eddb(0x311)]=!0x1,_0x1cb22b[_0x26eddb(0x2f9)]=_0x1ca394;}[_0x5b8884(0x2b8)](_0x545eb0,_0x27fec5,_0xc7d3b2,_0x3540af){const _0x27a6b5=_0x5b8884;if(_0x545eb0[_0x27a6b5(0x27b)]!=_0x27fec5||_0x545eb0[_0x27a6b5(0x1a3)]!=_0xc7d3b2||_0x545eb0[_0x27a6b5(0x22c)]['id']!=_0x3540af)throw this[_0x27a6b5(0x1d0)][_0x27a6b5(0x1ee)](_0x27a6b5(0x2d6)),new _0x3f60a1(_0x27a6b5(0x2d6),this);}[_0x5b8884(0x1a9)](_0x30c707,_0x570084){const _0x2c40b2=_0x5b8884,_0x2f38a7=_0x30c707[_0x2c40b2(0x2b1)]();if(_0x570084[_0x2c40b2(0x1f3)](_0x2f38a7))_0x30c707[_0x2c40b2(0x2ad)]();else{if(_0x2f38a7[_0x2c40b2(0x200)](_0x570084)){const _0x5688a4=this[_0x2c40b2(0x23e)][_0x2c40b2(0x2af)](_0x570084[_0x2c40b2(0x1c0)][_0x2c40b2(0x1d1)],_0x2c40b2(0x1c5));this[_0x2c40b2(0x2a9)](_0x30c707,this[_0x2c40b2(0x23e)][_0x2c40b2(0x337)](_0x2f38a7[_0x2c40b2(0x1c0)],_0x5688a4));const _0x34f6e3=_0x3d3f87(),_0x387d86=_0x30c707[_0x2c40b2(0x22c)]['id'],_0x3707ae=_0x30c707[_0x2c40b2(0x27b)]+':'+_0x30c707[_0x2c40b2(0x1a3)];this[_0x2c40b2(0x1a8)]({'id':_0x34f6e3,'type':_0x3707ae,'createdAt':new Date(),'authorId':_0x387d86,'data':_0x30c707[_0x2c40b2(0x1c9)],'attributes':_0x30c707[_0x2c40b2(0x2c3)]});const _0x9d9829=this[_0x2c40b2(0x23e)][_0x2c40b2(0x2af)](_0x570084[_0x2c40b2(0x1c5)][_0x2c40b2(0x1a4)],_0x2c40b2(0x29d)),_0x31df17=this[_0x2c40b2(0x23e)][_0x2c40b2(0x337)](_0x9d9829,_0x2f38a7[_0x2c40b2(0x1c5)]);this[_0x2c40b2(0x276)](_0x3707ae,_0x34f6e3,_0x387d86,_0x31df17);}else{if(_0x2f38a7[_0x2c40b2(0x23f)](_0x570084[_0x2c40b2(0x1c0)])){const _0x371fe6=this[_0x2c40b2(0x23e)][_0x2c40b2(0x2af)](_0x570084[_0x2c40b2(0x1c0)][_0x2c40b2(0x1d1)],_0x2c40b2(0x1c5));this[_0x2c40b2(0x2a9)](_0x30c707,this[_0x2c40b2(0x23e)][_0x2c40b2(0x337)](_0x2f38a7[_0x2c40b2(0x1c0)],_0x371fe6));}else{const _0x23a085=this[_0x2c40b2(0x23e)][_0x2c40b2(0x2af)](_0x570084[_0x2c40b2(0x1c5)][_0x2c40b2(0x1a4)],_0x2c40b2(0x29d));this[_0x2c40b2(0x2a9)](_0x30c707,this[_0x2c40b2(0x23e)][_0x2c40b2(0x337)](_0x23a085,_0x2f38a7[_0x2c40b2(0x1c5)]));}}}}[_0x5b8884(0x26a)](_0x3c1b43){const _0x570757=_0x5b8884;for(const {suggestion:_0x419e5c,meta:_0x10ca58}of this[_0x570757(0x243)](_0x3c1b43,_0x570757(0x301))){if(!_0x10ca58[_0x570757(0x2ff)])continue;const _0x97190f=_0x419e5c[_0x570757(0x1b5)]();for(const _0x3710db of _0x97190f)if(!_0x3c1b43[_0x570757(0x32d)](_0x3710db)[_0x570757(0x1d6)])return!0x0;}return!0x1;}[_0x5b8884(0x1e9)](_0x8f1c13){const _0x20b1b8=_0x5b8884,_0xa6ad13=this[_0x20b1b8(0x1d0)][_0x20b1b8(0x2f6)][_0x20b1b8(0x2ed)](_0x20b1b8(0x2a4))[_0x20b1b8(0x2aa)](_0x8f1c13);if(!_0xa6ad13)throw new _0x3f60a1(_0x20b1b8(0x318),this);return _0xa6ad13;}[_0x5b8884(0x27a)](_0x506b75){const _0x15f6e6=_0x5b8884,_0x39b9d4=this[_0x15f6e6(0x1d0)][_0x15f6e6(0x2f6)][_0x15f6e6(0x2ed)](_0x15f6e6(0x2a4)),_0x3ab8b7=_0x1c7a70(_0x15f6e6(0x2b0)+_0x506b75),_0xd8afdf=_0x39b9d4[_0x15f6e6(0x2aa)](_0x3ab8b7);return _0xd8afdf||_0x39b9d4[_0x15f6e6(0x1f6)]({'id':_0x3ab8b7,'name':_0x506b75});}[_0x5b8884(0x1c8)](_0x5afa0c,_0xd4bd7e,_0x51fab5,_0x11723,_0xad186b){const _0x2fee5a=_0x5b8884,_0x25fb3c=this[_0x2fee5a(0x1e9)](_0x11723),_0x59777c=this[_0x2fee5a(0x214)][_0x2fee5a(0x32c)](_0x5afa0c,_0xd4bd7e,_0x51fab5,_0x25fb3c,_0xad186b,_0x542a10=>{const _0x4d3e7d=_0x2fee5a;this[_0x4d3e7d(0x21e)](_0x51fab5,{'attributes':_0x542a10});const _0x197b54=this[_0x4d3e7d(0x340)](_0x51fab5);this[_0x4d3e7d(0x271)](new Set([_0x197b54])),this[_0x4d3e7d(0x2d5)](new Set([_0x197b54]));});return this[_0x2fee5a(0x264)](_0x59777c,_0x2fee5a(0x303),()=>{const _0x2aa1f5=_0x2fee5a;this[_0x2aa1f5(0x21e)](_0x51fab5,{'state':_0x2aa1f5(0x1f8)});},{'priority':_0x2fee5a(0x2ca)}),this[_0x2fee5a(0x264)](_0x59777c,_0x2fee5a(0x269),()=>{const _0x566424=_0x2fee5a;this[_0x566424(0x21e)](_0x51fab5,{'state':_0x566424(0x212)});},{'priority':_0x2fee5a(0x2ca)}),this[_0x2fee5a(0x29a)][_0x2fee5a(0x27c)](_0x51fab5,_0x59777c),this[_0x2fee5a(0x233)][_0x2fee5a(0x27c)](_0x59777c,_0x2fee5a(0x247)),_0x59777c;}[_0x5b8884(0x1fd)](_0x8a99dc){const _0x59e484=_0x5b8884,_0x20b1df=_0x8a99dc[_0x59e484(0x25f)](':');return{'group':_0x20b1df[0x0],'type':_0x20b1df[0x1],'subType':_0x20b1df[_0x59e484(0x1d6)]>=0x5?_0x20b1df[0x2]:null,'id':_0x20b1df[_0x59e484(0x1d6)]<0x5?_0x20b1df[0x2]:_0x20b1df[0x3],'authorId':_0x20b1df[_0x59e484(0x1d6)]<0x5?_0x20b1df[0x3]:_0x20b1df[0x4],'markerCount':0x6==_0x20b1df[_0x59e484(0x1d6)]?_0x20b1df[0x5]:null};}[_0x5b8884(0x256)](_0x45f0cb,_0x1cf7b1,_0x4715bc){const _0x25b264=_0x5b8884,_0x5e8b96=_0x45f0cb[_0x25b264(0x2b1)](),_0x3027a6=_0x5e8b96[_0x25b264(0x1c0)],_0x196a6b=_0x5e8b96[_0x25b264(0x1c5)];this[_0x25b264(0x2a9)](_0x45f0cb,this[_0x25b264(0x23e)][_0x25b264(0x337)](_0x3027a6,_0x1cf7b1));const _0x24e3b3=_0x3d3f87(),_0x1eea33=_0x45f0cb[_0x25b264(0x22c)]['id'],_0x351158=_0x45f0cb[_0x25b264(0x27b)]+(_0x45f0cb[_0x25b264(0x1a3)]?':'+_0x45f0cb[_0x25b264(0x1a3)]:'');this[_0x25b264(0x1a8)]({'id':_0x24e3b3,'type':_0x351158,'createdAt':new Date(),'authorId':_0x1eea33,'originalSuggestionId':_0x45f0cb['id'],'attributes':_0x45f0cb[_0x25b264(0x2c3)],'data':_0x45f0cb[_0x25b264(0x1c9)]});const _0xfaa98e=this[_0x25b264(0x31b)](_0x45f0cb);(_0x25b264(0x237)==_0x45f0cb[_0x25b264(0x27b)]||_0xfaa98e&&this[_0x25b264(0x221)](_0xfaa98e))&&(_0x4715bc=this[_0x25b264(0x23e)][_0x25b264(0x336)](_0x4715bc[_0x25b264(0x1a4)])),this[_0x25b264(0x276)](_0x351158,_0x24e3b3,_0x1eea33,this[_0x25b264(0x23e)][_0x25b264(0x337)](_0x4715bc,_0x196a6b));}[_0x5b8884(0x243)](_0x4c128a,_0x3186a3=null){const _0x7c1521=_0x5b8884,_0x11b8a4=[],_0x119b30=this[_0x7c1521(0x1d0)][_0x7c1521(0x2f6)][_0x7c1521(0x2ed)](_0x7c1521(0x2a4))['me'];Array[_0x7c1521(0x274)](_0x4c128a)||(_0x4c128a=[_0x4c128a]);for(const _0x181cee of this[_0x7c1521(0x1e8)]()){if(!_0x181cee[_0x7c1521(0x1c6)])continue;if(_0x3186a3&&_0x181cee[_0x7c1521(0x27b)]!=_0x3186a3)continue;let _0xd499a2=!0x1;for(const _0x2ada89 of _0x181cee[_0x7c1521(0x1b5)]()){for(const _0x5ae88e of _0x4c128a){const _0x567c53=_0x5ae88e[_0x7c1521(0x1c0)][_0x7c1521(0x1f3)](_0x2ada89[_0x7c1521(0x1c5)])||_0x5ae88e[_0x7c1521(0x1c5)][_0x7c1521(0x1f3)](_0x2ada89[_0x7c1521(0x1c0)]);if(_0x567c53||_0x5ae88e[_0x7c1521(0x30f)](_0x2ada89)){const _0x5c363a=_0x5ae88e[_0x7c1521(0x200)](_0x2ada89)&&Rt(this[_0x7c1521(0x23e)][_0x7c1521(0x33f)],_0x2ada89[_0x7c1521(0x1c0)],_0x5ae88e),_0x4285fc=_0x2ada89[_0x7c1521(0x200)](_0x5ae88e)&&Rt(this[_0x7c1521(0x23e)][_0x7c1521(0x33f)],_0x5ae88e[_0x7c1521(0x1c0)],_0x2ada89);_0x11b8a4[_0x7c1521(0x270)]({'suggestion':_0x181cee,'meta':{'isOwn':_0x119b30==_0x181cee[_0x7c1521(0x2bf)],'isNextTo':_0x567c53,'isInsideObject':_0x5c363a,'containsRangeInObject':_0x4285fc}}),_0xd499a2=!0x0;break;}}if(_0xd499a2)break;}}return _0x11b8a4;}[_0x5b8884(0x276)](_0x164bca,_0x373b,_0x21e0dc,_0x2e0637,_0xddff98){const _0x489aaf=_0x5b8884;this[_0x489aaf(0x23e)][_0x489aaf(0x322)](_0x3f2910=>{const _0x478883=_0x489aaf;let _0x35d39c=_0x478883(0x205)+_0x164bca+':'+_0x373b+':'+_0x21e0dc;_0xddff98&&(_0x35d39c=_0x35d39c+':'+_0xddff98),_0x3f2910[_0x478883(0x29e)](_0x35d39c,{'range':_0x2e0637,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x5b8884(0x1d4)](_0x352255){const _0x417dee=_0x5b8884,_0x2947f9=_0x352255[_0x417dee(0x1a2)],_0x1c0fd5=_0x352255[_0x417dee(0x1e2)];_0x352255[_0x417dee(0x1a2)]=null,_0x352255[_0x417dee(0x1e2)]=null,null!=_0x2947f9&&_0x2947f9[_0x417dee(0x1e2)]==_0x352255&&(_0x2947f9[_0x417dee(0x1e2)]=_0x1c0fd5),null!=_0x1c0fd5&&_0x1c0fd5[_0x417dee(0x1a2)]==_0x352255&&(_0x1c0fd5[_0x417dee(0x1a2)]=_0x2947f9),_0x417dee(0x293)==this[_0x417dee(0x233)][_0x417dee(0x2ed)](_0x352255)&&(this[_0x417dee(0x233)][_0x417dee(0x27c)](_0x352255,_0x417dee(0x1ba)),this[_0x417dee(0x208)](_0x417dee(0x25b),_0x352255,_0x2947f9,_0x1c0fd5));}[_0x5b8884(0x1a8)](_0x4c7369){const _0x56651a=_0x5b8884,_0x1263f4=_0x4c7369['id'],_0x42d302=this[_0x56651a(0x1f5)](_0x4c7369);if(this[_0x56651a(0x1af)]&&this[_0x56651a(0x1af)][_0x56651a(0x27e)]){const _0x4ad49a=this[_0x56651a(0x1d0)][_0x56651a(0x2f6)][_0x56651a(0x2ed)](_0x56651a(0x1f4)),_0x2890e7=_0x42d302[_0x56651a(0x21d)],_0x110f15=_0x42d302[_0x56651a(0x1a3)]?_0x42d302[_0x56651a(0x27b)]+':'+_0x42d302[_0x56651a(0x1a3)]:_0x42d302[_0x56651a(0x27b)],_0x11369c=this[_0x56651a(0x1d0)][_0x56651a(0x296)],_0x3e674e=_0x4ad49a[_0x56651a(0x23c)](_0x15d1a6(_0x11369c,_0x56651a(0x250))),_0x55931c={'id':_0x1263f4,'type':_0x110f15,'hasComments':_0x2890e7,'data':_0x4c7369[_0x56651a(0x1c9)]||null,'originalSuggestionId':_0x4c7369[_0x56651a(0x332)]||null,'attributes':_0x42d302[_0x56651a(0x2c3)]};this[_0x56651a(0x1af)][_0x56651a(0x27e)](_0x55931c)[_0x56651a(0x261)](_0x265628=>{const _0x573ce2=_0x56651a;_0x42d302[_0x573ce2(0x2ba)]=!0x0,_0x4ad49a[_0x573ce2(0x2d9)](_0x3e674e),_0x265628&&_0x265628[_0x573ce2(0x227)]&&(this[_0x573ce2(0x29a)][_0x573ce2(0x2ed)](_0x1263f4)[_0x573ce2(0x227)]=_0x265628[_0x573ce2(0x227)]);})[_0x56651a(0x2b6)](_0x20ae91=>{const _0x3d1f5c=_0x56651a;throw _0x126b58(_0x3d1f5c(0x282)),this[_0x3d1f5c(0x1d0)][_0x3d1f5c(0x1cc)][_0x3d1f5c(0x273)]({'isUndoable':!0x1},()=>{const _0x5ac615=_0x3d1f5c;_0x42d302[_0x5ac615(0x269)]();}),_0x42d302[_0x3d1f5c(0x1b7)](),this[_0x3d1f5c(0x29a)][_0x3d1f5c(0x262)](_0x42d302['id']),this[_0x3d1f5c(0x233)][_0x3d1f5c(0x262)](_0x42d302),_0x20ae91;});}return _0x42d302;}[_0x5b8884(0x221)](_0x418b4b){const _0x4f864f=_0x5b8884;return this[_0x4f864f(0x228)][_0x4f864f(0x285)](_0x418b4b);}[_0x5b8884(0x21e)](_0x4c7c4b,_0x3d9460){const _0x91daff=_0x5b8884,_0x1ed493=this[_0x91daff(0x1d0)][_0x91daff(0x2f6)][_0x91daff(0x2ed)](_0x91daff(0x1f4)),_0x237f4c=this[_0x91daff(0x340)](_0x4c7c4b);if(this[_0x91daff(0x1af)]&&this[_0x91daff(0x1af)][_0x91daff(0x1d8)]){if(_0x237f4c[_0x91daff(0x2ba)]){const _0x1373b7=_0x1ed493[_0x91daff(0x23c)](_0x15d1a6(this[_0x91daff(0x1d0)][_0x91daff(0x296)],_0x91daff(0x250)));this[_0x91daff(0x1af)][_0x91daff(0x1d8)](_0x4c7c4b,_0x3d9460)[_0x91daff(0x261)](()=>{const _0x48304e=_0x91daff;_0x1ed493[_0x48304e(0x2d9)](_0x1373b7);});}else _0x237f4c['on'](_0x91daff(0x2b4),()=>{const _0x1393ef=_0x91daff;this[_0x1393ef(0x21e)](_0x4c7c4b,_0x3d9460);});}}[_0x5b8884(0x344)](_0x2206ce){const _0x2141fe=_0x5b8884;if(!this[_0x2141fe(0x1af)]||!this[_0x2141fe(0x1af)][_0x2141fe(0x340)])throw new _0x3f60a1(_0x2141fe(0x32b),this);return this[_0x2141fe(0x1af)][_0x2141fe(0x340)](_0x2206ce);}[_0x5b8884(0x2fb)](_0x32c49a){const _0x2db104=_0x5b8884,{id:_0x1c277,type:_0x1bf609,subType:_0xb3e85d,authorId:_0x2a7137}=this[_0x2db104(0x1fd)](_0x32c49a),_0x240b4c=this[_0x2db104(0x29a)][_0x2db104(0x2ed)](_0x1c277)||this[_0x2db104(0x1c8)](_0x1bf609,_0xb3e85d,_0x1c277,_0x2a7137,{});switch(this[_0x2db104(0x2b8)](_0x240b4c,_0x1bf609,_0xb3e85d,_0x2a7137),this[_0x2db104(0x233)][_0x2db104(0x2ed)](_0x240b4c)){case _0x2db104(0x247):this[_0x2db104(0x344)](_0x1c277)[_0x2db104(0x261)](_0xd6bc39=>{const _0x4b40d2=_0x2db104;let _0x112f3c=Promise[_0x4b40d2(0x246)]();_0xd6bc39[_0x4b40d2(0x21d)]&&(_0x112f3c=this[_0x4b40d2(0x215)][_0x4b40d2(0x241)]({'channelId':this[_0x4b40d2(0x1d0)][_0x4b40d2(0x335)][_0x4b40d2(0x2ed)](_0x4b40d2(0x20c)),'threadId':_0x1c277})),_0x112f3c[_0x4b40d2(0x261)](()=>{const _0x591bb5=_0x4b40d2;this[_0x591bb5(0x1f5)](_0xd6bc39)[_0x591bb5(0x2ba)]=!0x0;});}),this[_0x2db104(0x233)][_0x2db104(0x27c)](_0x240b4c,_0x2db104(0x206));break;case _0x2db104(0x1ba):this[_0x2db104(0x21e)](_0x1c277,{'state':_0x2db104(0x1e1)});case _0x2db104(0x2a1):this[_0x2db104(0x233)][_0x2db104(0x27c)](_0x240b4c,_0x2db104(0x293)),this[_0x2db104(0x208)](_0x2db104(0x295),_0x240b4c);break;case _0x2db104(0x293):this[_0x2db104(0x208)](_0x2db104(0x23a),_0x240b4c);}return _0x240b4c[_0x2db104(0x1fc)](_0x32c49a),_0x240b4c;}[_0x5b8884(0x2d5)](_0x1c3a05){const _0x34fcb5=_0x5b8884,_0x6bca0c=Array[_0x34fcb5(0x328)](_0x1c3a05),_0x56d9ad=_0x6bca0c[_0x34fcb5(0x288)](_0x4cc901=>_0x34fcb5(0x34b)==_0x4cc901[_0x34fcb5(0x27b)]);this[_0x34fcb5(0x2b9)](_0x56d9ad);const _0x4b1dd7=_0x6bca0c[_0x34fcb5(0x288)](_0x30de8e=>!_0x30de8e[_0x34fcb5(0x1ef)]&&_0x34fcb5(0x34b)!=_0x30de8e[_0x34fcb5(0x27b)]),_0x3a261c=this[_0x34fcb5(0x1e8)]({'skipNotAttached':!0x0})[_0x34fcb5(0x288)](_0x5ee689=>!_0x5ee689[_0x34fcb5(0x1ef)]&&_0x34fcb5(0x34b)!=_0x5ee689[_0x34fcb5(0x27b)]),_0x2b5419=_0x3a261c[_0x34fcb5(0x288)](_0x1032d5=>!_0x1c3a05[_0x34fcb5(0x285)](_0x1032d5)),_0x53c9bb=new Map(_0x3a261c[_0x34fcb5(0x2b7)](_0x24cb37=>[_0x24cb37,this[_0x34fcb5(0x214)][_0x34fcb5(0x1c3)](_0x24cb37[_0x34fcb5(0x27b)],_0x24cb37[_0x34fcb5(0x1a3)],_0x34fcb5(0x240))])),_0x2701e7=new Map(_0x3a261c[_0x34fcb5(0x2b7)](_0x8a4001=>[_0x8a4001,_0x8a4001[_0x34fcb5(0x2b1)]()])),_0x462016=new Set(),_0x4f4928=new Set();for(let _0x2b3ea3=0x0;_0x2b3ea3<_0x4b1dd7[_0x34fcb5(0x1d6)];_0x2b3ea3++)_0x214c65(_0x4b1dd7[_0x2b3ea3],_0x4b1dd7,_0x2b3ea3+0x1);for(let _0x2275c3=0x0;_0x2275c3<_0x4b1dd7[_0x34fcb5(0x1d6)];_0x2275c3++)_0x214c65(_0x4b1dd7[_0x2275c3],_0x2b5419,0x0);const _0x19798a=new Set();for(let _0x49a065=0x0;_0x49a065<_0x4b1dd7[_0x34fcb5(0x1d6)];_0x49a065++){const _0x1184f4=_0x4b1dd7[_0x49a065];!_0x4f4928[_0x34fcb5(0x285)](_0x1184f4)&&_0x1184f4[_0x34fcb5(0x1a2)]&&(_0x19798a[_0x34fcb5(0x23c)](_0x1184f4[_0x34fcb5(0x1a2)]),_0x1184f4[_0x34fcb5(0x1a2)][_0x34fcb5(0x1e2)]===_0x1184f4&&(_0x1184f4[_0x34fcb5(0x1a2)][_0x34fcb5(0x1e2)]=null),_0x1184f4[_0x34fcb5(0x1a2)]=null),!_0x462016[_0x34fcb5(0x285)](_0x1184f4)&&_0x1184f4[_0x34fcb5(0x1e2)]&&(_0x19798a[_0x34fcb5(0x23c)](_0x1184f4[_0x34fcb5(0x1e2)]),_0x1184f4[_0x34fcb5(0x1e2)][_0x34fcb5(0x1a2)]===_0x1184f4&&(_0x1184f4[_0x34fcb5(0x1e2)][_0x34fcb5(0x1a2)]=null),_0x1184f4[_0x34fcb5(0x1e2)]=null);}function _0x214c65(_0x55f4e1,_0x5a0fc0,_0x34b75f){const _0x466ed7=_0x34fcb5;for(let _0x58a7e6=_0x34b75f;_0x58a7e6<_0x5a0fc0[_0x466ed7(0x1d6)];_0x58a7e6++){const _0x15cff3=_0x25ee97(_0x55f4e1,_0x5a0fc0[_0x58a7e6]);_0x15cff3&&(_0x15cff3[0x0][_0x466ed7(0x1e2)]=_0x15cff3[0x1],_0x15cff3[0x1][_0x466ed7(0x1a2)]=_0x15cff3[0x0],_0x462016[_0x466ed7(0x23c)](_0x15cff3[0x0]),_0x4f4928[_0x466ed7(0x23c)](_0x15cff3[0x1]));}}function _0x25ee97(_0x379685,_0x31bffa){const _0x2bfa95=_0x34fcb5;if(_0x379685[_0x2bfa95(0x2bf)]['id']!==_0x31bffa[_0x2bfa95(0x2bf)]['id'])return null;const _0x251a15=_0x53c9bb[_0x2bfa95(0x2ed)](_0x379685)(_0x379685,_0x31bffa,_0x2701e7[_0x2bfa95(0x2ed)](_0x379685),_0x2701e7[_0x2bfa95(0x2ed)](_0x31bffa));if(!_0x251a15)return null;return _0x53c9bb[_0x2bfa95(0x2ed)](_0x31bffa)(_0x379685,_0x31bffa,_0x2701e7[_0x2bfa95(0x2ed)](_0x379685),_0x2701e7[_0x2bfa95(0x2ed)](_0x31bffa))?_0x251a15[0x1][_0x2bfa95(0x2f9)]&&_0x251a15[0x1][_0x2bfa95(0x2f9)][_0x2bfa95(0x1d6)]?null:_0x251a15:null;}_0x19798a[_0x34fcb5(0x223)]&&this[_0x34fcb5(0x2d5)](_0x19798a);}[_0x5b8884(0x2b9)](_0x30c8b1){const _0x246f36=_0x5b8884;if(0x0==_0x30c8b1[_0x246f36(0x1d6)])return;const _0x553d6f=this[_0x246f36(0x1e8)]({'skipNotAttached':!0x0})[_0x246f36(0x288)](_0x48f8b8=>_0x246f36(0x34b)==_0x48f8b8[_0x246f36(0x27b)]&&_0x48f8b8[_0x246f36(0x2ce)]),_0x8a1247=[],_0x2a3cc6=new Map();for(const _0x2b8a4f of _0x553d6f){const _0x192e11=_0x1c7a70(_0x2b8a4f[_0x246f36(0x2c3)]);_0x2a3cc6[_0x246f36(0x285)](_0x192e11)||(_0x2a3cc6[_0x246f36(0x27c)](_0x192e11,_0x8a1247[_0x246f36(0x1d6)]),_0x8a1247[_0x246f36(0x270)]([]));const _0x41b8ec=_0x2a3cc6[_0x246f36(0x2ed)](_0x192e11);_0x8a1247[_0x41b8ec][_0x246f36(0x270)](_0x2b8a4f);}!(function(){const _0x4de6c7=_0x246f36;_0x8a1247[_0x4de6c7(0x1ae)]((_0x52157b,_0x20395d)=>{const _0x3b1a8d=_0x4de6c7,_0x5582a2=_0x52157b[0x0][_0x3b1a8d(0x227)],_0x57cb01=_0x20395d[0x0][_0x3b1a8d(0x227)];return _0x5582a2==_0x57cb01?_0x52157b[0x0][_0x3b1a8d(0x2c3)][_0x3b1a8d(0x2f8)]<_0x20395d[0x0][_0x3b1a8d(0x2c3)][_0x3b1a8d(0x2f8)]?-0x1:0x1:_0x5582a2<_0x57cb01?-0x1:0x1;});for(const _0x1434f5 of _0x8a1247)_0x1434f5[_0x4de6c7(0x1ae)]((_0x48e73,_0x201268)=>_0x48e73['id']<_0x201268['id']?-0x1:0x1);}());for(let _0x4301f7=0x0;_0x4301f7<_0x8a1247[_0x246f36(0x1d6)];_0x4301f7++){if(0x0==_0x8a1247[_0x4301f7][_0x246f36(0x1d6)])continue;const _0x43af69=[];for(let _0x423b51=_0x4301f7+0x1;_0x423b51<_0x8a1247[_0x246f36(0x1d6)];_0x423b51++)0x0!=_0x8a1247[_0x423b51][_0x246f36(0x1d6)]&&_0x89101e(_0x8a1247[_0x4301f7],_0x8a1247[_0x423b51])&&_0x43af69[_0x246f36(0x270)](_0x423b51);for(const _0x1e898a of _0x43af69)_0x8a1247[_0x4301f7]=_0x8a1247[_0x4301f7][_0x246f36(0x279)](_0x8a1247[_0x1e898a]),_0x8a1247[_0x1e898a]=[];}for(const _0x4d28ec of _0x8a1247)for(let _0x3fd7bc=0x0;_0x3fd7bc<_0x4d28ec[_0x246f36(0x1d6)];_0x3fd7bc++)_0x4d28ec[_0x3fd7bc][_0x246f36(0x1e2)]=_0x4d28ec[_0x3fd7bc+0x1]||null;for(const _0x561ff0 of _0x8a1247)for(let _0x15b195=0x0;_0x15b195<_0x561ff0[_0x246f36(0x1d6)];_0x15b195++)_0x561ff0[_0x15b195][_0x246f36(0x1a2)]=_0x561ff0[_0x15b195-0x1]||null;function _0x89101e(_0x594183,_0x295a91){const _0x7e79d4=_0x246f36;if(_0x594183[0x0][_0x7e79d4(0x2c3)][_0x7e79d4(0x2f8)]!==_0x295a91[0x0][_0x7e79d4(0x2c3)][_0x7e79d4(0x2f8)]&&_0x594183[0x0][_0x7e79d4(0x2bf)]!==_0x295a91[0x0][_0x7e79d4(0x2bf)])return!0x1;if(!function(_0x4fda97,_0x29ed9a){const _0x3364a2=_0x7e79d4;if(!_0x4fda97[_0x3364a2(0x21d)]&&!_0x29ed9a[_0x3364a2(0x21d)])return!0x0;if(_0x4fda97[_0x3364a2(0x21d)]&&_0x29ed9a[_0x3364a2(0x21d)])return!0x1;if(_0x4fda97[_0x3364a2(0x21d)]&&_0x29ed9a[_0x3364a2(0x227)]<_0x4fda97[_0x3364a2(0x2f9)][_0x3364a2(0x343)][_0x3364a2(0x2ed)](0x0)[_0x3364a2(0x227)])return!0x0;if(_0x29ed9a[_0x3364a2(0x21d)]&&_0x4fda97[_0x3364a2(0x227)]<_0x29ed9a[_0x3364a2(0x2f9)][_0x3364a2(0x343)][_0x3364a2(0x2ed)](0x0)[_0x3364a2(0x227)])return!0x0;return!0x1;}(_0x594183[0x0],_0x295a91[0x0]))return!0x1;const _0x5397b3=_0x55df46(_0x594183[0x0][_0x7e79d4(0x2c3)],_0x7e79d4(0x2f8)),_0x21dd34=_0x55df46(_0x295a91[0x0][_0x7e79d4(0x2c3)],_0x7e79d4(0x2f8));if(!_0x522ab7(_0x5397b3,_0x21dd34))return!0x1;return!!_0x594183[_0x7e79d4(0x232)](_0x2fdccb=>_0x295a91[_0x7e79d4(0x2d8)](_0x545b72=>_0x2fdccb[_0x7e79d4(0x2b1)]()[_0x7e79d4(0x1f3)](_0x545b72[_0x7e79d4(0x2b1)]())))&&_0x295a91[_0x7e79d4(0x232)](_0x126d94=>_0x594183[_0x7e79d4(0x2d8)](_0x453db6=>_0x126d94[_0x7e79d4(0x2b1)]()[_0x7e79d4(0x1f3)](_0x453db6[_0x7e79d4(0x2b1)]())));}}[_0x5b8884(0x271)](_0xfebd2e){const _0x4fd1f3=_0x5b8884,_0x245b3a=Array[_0x4fd1f3(0x328)](_0xfebd2e),_0x14289d=this[_0x4fd1f3(0x1e8)]({'skipNotAttached':!0x0}),_0x5a21a7=_0x14289d[_0x4fd1f3(0x288)](_0x276322=>!_0xfebd2e[_0x4fd1f3(0x285)](_0x276322)),_0x277014=new Map(_0x245b3a[_0x4fd1f3(0x2b7)](_0x50137d=>[_0x50137d,this[_0x4fd1f3(0x214)][_0x4fd1f3(0x1c3)](_0x50137d[_0x4fd1f3(0x27b)],_0x50137d[_0x4fd1f3(0x1a3)],_0x4fd1f3(0x278))])),_0x1b983d=new Map(_0x14289d[_0x4fd1f3(0x2b7)](_0x5f54db=>[_0x5f54db,_0x5f54db[_0x4fd1f3(0x1b5)]()]));for(let _0x397660=0x0;_0x397660<_0x245b3a[_0x4fd1f3(0x1d6)];_0x397660++){if(_0x2dc76d(this,_0x245b3a[_0x397660],_0x245b3a,_0x397660+0x1))return!0x0;}for(let _0x3e283a=0x0;_0x3e283a<_0x245b3a[_0x4fd1f3(0x1d6)];_0x3e283a++){if(_0x2dc76d(this,_0x245b3a[_0x3e283a],_0x5a21a7,0x0))return!0x0;}return!0x1;function _0x2dc76d(_0x23e77f,_0x509292,_0x97b285,_0x490d61){const _0x437ad8=_0x4fd1f3;for(let _0x682abf=_0x490d61;_0x682abf<_0x97b285[_0x437ad8(0x1d6)];_0x682abf++){const _0x10d3d6=_0x97b285[_0x682abf];if(_0x10d3d6[_0x437ad8(0x27b)]!==_0x509292[_0x437ad8(0x27b)]||_0x10d3d6[_0x437ad8(0x2bf)]['id']!==_0x509292[_0x437ad8(0x2bf)]['id']||_0x10d3d6[_0x437ad8(0x1a3)]!==_0x509292[_0x437ad8(0x1a3)])continue;if(!Pt(_0x509292,_0x10d3d6,[_0x437ad8(0x2f8)]))continue;if(_0x437ad8(0x34b)==_0x509292[_0x437ad8(0x27b)]&&_0x509292[_0x437ad8(0x1c9)][_0x437ad8(0x1b2)]!=_0x10d3d6[_0x437ad8(0x1c9)][_0x437ad8(0x1b2)])continue;if(_0x437ad8(0x34b)==_0x509292[_0x437ad8(0x27b)]&&_0x23e77f[_0x437ad8(0x221)](_0x509292[_0x437ad8(0x1c9)][_0x437ad8(0x26f)]))continue;if(_0x437ad8(0x237)==_0x509292[_0x437ad8(0x27b)]){const _0x21c4fc=_0x23e77f[_0x437ad8(0x1d0)][_0x437ad8(0x1cc)],_0x249be3=_0x509292[_0x437ad8(0x211)]();if(_0x249be3&&(_0x21c4fc[_0x437ad8(0x33f)][_0x437ad8(0x320)](_0x249be3)||_0x21c4fc[_0x437ad8(0x33f)][_0x437ad8(0x334)](_0x249be3)))continue;}const _0x9ecae5=_0x277014[_0x437ad8(0x2ed)](_0x509292),_0x23853a=_0x1b983d[_0x437ad8(0x2ed)](_0x509292),_0x1f8fb6=_0x1b983d[_0x437ad8(0x2ed)](_0x10d3d6),_0x12eec9=_0x509292[_0x437ad8(0x2f9)]&&_0x509292[_0x437ad8(0x2f9)][_0x437ad8(0x1d6)],_0x50f1a9=_0x10d3d6[_0x437ad8(0x2f9)]&&_0x10d3d6[_0x437ad8(0x2f9)][_0x437ad8(0x1d6)];if(!_0x12eec9&&_0x9ecae5(_0x1f8fb6,_0x23853a))return _0x23e77f[_0x437ad8(0x2ef)](_0x10d3d6,_0x509292),_0x1b983d[_0x437ad8(0x262)](_0x509292),!0x0;if(!_0x50f1a9&&_0x9ecae5(_0x23853a,_0x1f8fb6))return _0x23e77f[_0x437ad8(0x2ef)](_0x509292,_0x10d3d6),_0x1b983d[_0x437ad8(0x262)](_0x10d3d6),!0x0;}return!0x1;}}[_0x5b8884(0x2ef)](_0x1dce24,_0x4677fb){const _0x38721b=_0x5b8884;if(_0x1dce24[_0x38721b(0x1ef)]){for(const _0x113de7 of _0x4677fb[_0x38721b(0x1b5)]())_0x1dce24[_0x38721b(0x1b4)](_0x113de7);}else{const _0x33bff5=_0x4677fb[_0x38721b(0x2b1)]()[_0x38721b(0x1c5)];this[_0x38721b(0x2a9)](_0x1dce24,this[_0x38721b(0x23e)][_0x38721b(0x337)](_0x1dce24[_0x38721b(0x2b1)]()[_0x38721b(0x1c0)],_0x33bff5));}_0x4677fb[_0x38721b(0x2ad)]();}[_0x5b8884(0x2a2)](_0x4c603c,_0x55a81e){const _0x328f51=_0x5b8884,_0x5afc49=_0x4c603c[_0x328f51(0x1a7)](_0x328f51(0x24a))||_0x4c603c[_0x328f51(0x1a7)](_0x328f51(0x34b))?_0x328f51(0x25d):_0x4c603c[_0x328f51(0x2ab)]();return _0x15d1a6(this[_0x328f51(0x1d0)][_0x328f51(0x296)],_0x55a81e+'_'+_0x5afc49+_0x328f51(0x248));}[_0x5b8884(0x1ec)](){const _0x5496cf=_0x5b8884,_0x57de89=this[_0x5496cf(0x1d0)];if(!_0x57de89['ui'])return;const {ariaLiveAnnouncer:_0x4323e6}=_0x57de89['ui'];_0x5b97c6(this[_0x5496cf(0x23e)],({left:_0x4feb28,entered:_0x8848df})=>{const _0x18f3d9=_0x5496cf;for(const _0x3b84aa of _0x4feb28){const {group:_0xe9483d,type:_0x132c95}=this[_0x18f3d9(0x1fd)](_0x3b84aa[_0x18f3d9(0x30e)]);if(_0x18f3d9(0x231)===_0xe9483d){_0x4323e6[_0x18f3d9(0x266)](this[_0x18f3d9(0x2a2)](_0x132c95,_0x18f3d9(0x2e7)));break;}}for(const _0x25911d of _0x8848df){const {group:_0x160e91,type:_0x1479c9}=this[_0x18f3d9(0x1fd)](_0x25911d[_0x18f3d9(0x30e)]);if(_0x18f3d9(0x231)===_0x160e91){_0x4323e6[_0x18f3d9(0x266)](this[_0x18f3d9(0x2a2)](_0x1479c9,_0x18f3d9(0x2f2)));break;}}});}[_0x5b8884(0x330)](_0x145b88){const _0x2ffb00=_0x5b8884;if(this[_0x2ffb00(0x2e3)])return!0x1;const _0x2aa317=this[_0x2ffb00(0x1d0)],_0x4c541f=_0x2aa317[_0x2ffb00(0x1cc)][_0x2ffb00(0x2cb)][_0x2ffb00(0x1ad)][_0x2ffb00(0x2a7)]();if(0x0==_0x4c541f[_0x2ffb00(0x1d6)])return!0x1;const _0x1f6dd6=[],_0x3dfe34=_0x4c541f[_0x2ffb00(0x288)](_0x482211=>_0x2ffb00(0x34b)==_0x482211[_0x2ffb00(0x27b)]),_0x40a929=_0x4c541f[_0x2ffb00(0x288)](_0x49a8a2=>_0x2ffb00(0x249)==_0x49a8a2[_0x2ffb00(0x27b)]&&_0x2ffb00(0x2a8)!=_0x49a8a2[_0x2ffb00(0x30e)]),_0x2604d1=_0x4c541f[_0x2ffb00(0x288)](_0x2564c0=>_0x2ffb00(0x2d9)==_0x2564c0[_0x2ffb00(0x27b)]&&_0x2ffb00(0x2a8)!=_0x2564c0[_0x2ffb00(0x30e)]);for(const _0x1acdc2 of _0x3dfe34)_0x1f6dd6[_0x2ffb00(0x270)]({'key':_0x1acdc2[_0x2ffb00(0x22b)],'newValue':_0x1acdc2[_0x2ffb00(0x2d2)],'oldValue':_0x1acdc2[_0x2ffb00(0x281)],'range':Ot(_0x1acdc2[_0x2ffb00(0x25e)],_0x2aa317[_0x2ffb00(0x1cc)])});for(const _0x5d0ba1 of _0x40a929){const _0x1a1ebb=_0x2604d1[_0x2ffb00(0x2bc)](_0x17460d=>_0x17460d[_0x2ffb00(0x1be)][_0x2ffb00(0x1f3)](_0x5d0ba1[_0x2ffb00(0x1be)]));_0x1a1ebb&&_0x1f6dd6[_0x2ffb00(0x270)]({'key':_0x2ffb00(0x316),'newValue':_0x5d0ba1[_0x2ffb00(0x30e)],'oldValue':_0x1a1ebb[_0x2ffb00(0x30e)],'range':_0x2aa317[_0x2ffb00(0x1cc)][_0x2ffb00(0x1b6)](_0x5d0ba1[_0x2ffb00(0x1be)][_0x2ffb00(0x31f)])});}return 0x0!=_0x1f6dd6[_0x2ffb00(0x1d6)]&&this[_0x2ffb00(0x1d2)](_0x145b88,_0x1f6dd6);}[_0x5b8884(0x29f)](_0x7c4209){const _0x2aaa28=_0x5b8884;let _0x151db0=!0x1;const _0x1280ea=this[_0x2aaa28(0x1d0)][_0x2aaa28(0x1cc)][_0x2aaa28(0x2cb)][_0x2aaa28(0x1ad)][_0x2aaa28(0x29c)]()[_0x2aaa28(0x288)](_0x48f483=>_0x48f483[_0x2aaa28(0x1c9)][_0x2aaa28(0x333)]&&_0x48f483[_0x2aaa28(0x30e)][_0x2aaa28(0x1a7)](_0x2aaa28(0x2cc)));for(const _0x398229 of _0x1280ea){const {subType:_0x231c92,id:_0x2b7426}=this[_0x2aaa28(0x1fd)](_0x398229[_0x2aaa28(0x30e)]),_0x5991f7=_0x231c92[_0x2aaa28(0x25f)]('|')[0x0];for(const _0xfeffe3 of this[_0x2aaa28(0x1e8)]({'skipNotAttached':!0x0}))_0xfeffe3['id']!=_0x2b7426&&_0x2aaa28(0x34b)==_0xfeffe3[_0x2aaa28(0x27b)]&&_0xfeffe3[_0x2aaa28(0x1c9)]&&_0xfeffe3[_0x2aaa28(0x1c9)][_0x2aaa28(0x26f)]==_0x5991f7&&_0xfeffe3[_0x2aaa28(0x2b1)]()[_0x2aaa28(0x204)](_0x398229[_0x2aaa28(0x1c9)][_0x2aaa28(0x333)])&&(this[_0x2aaa28(0x258)](_0xfeffe3,_0x398229[_0x2aaa28(0x1c9)][_0x2aaa28(0x333)],_0x7c4209),_0x151db0=!0x0);}return _0x151db0;}[_0x5b8884(0x220)](_0x4b6a78){const _0x5c96e4=_0x5b8884;this[_0x5c96e4(0x1d0)],(this[_0x5c96e4(0x2e3)]=!0x0,_0x4b6a78());}[_0x5b8884(0x2c1)](_0x22ada3){const _0x3447cf=_0x5b8884,_0x10947b=this[_0x3447cf(0x221)](_0x22ada3),_0x27da1d=this[_0x3447cf(0x349)][_0x3447cf(0x285)](_0x22ada3);return _0x10947b||_0x27da1d;}[_0x5b8884(0x1d2)](_0x1593c0,_0xf9562b){const _0x443dda=_0x5b8884;if(0x0==_0xf9562b[_0x443dda(0x1d6)])return!0x1;let _0x5c820a=!0x1;for(const _0x50c3c1 of _0xf9562b){const _0x37c91f=this[_0x443dda(0x243)](_0x50c3c1[_0x443dda(0x25e)],_0x443dda(0x34b))[_0x443dda(0x288)](_0x145fbf=>!_0x145fbf[_0x443dda(0x260)][_0x443dda(0x2df)])[_0x443dda(0x2b7)](_0x486321=>_0x486321[_0x443dda(0x231)]),_0x3ffc65=_0x1c7a70({'newValue':_0x50c3c1[_0x443dda(0x235)]});_0x37c91f[_0x443dda(0x288)](_0x36fd0f=>{const _0x303100=_0x443dda,[_0x1bc78c,_0xdb55cf]=_0x36fd0f[_0x303100(0x1a3)][_0x303100(0x25f)]('|');return _0x1bc78c==_0x50c3c1[_0x303100(0x26f)]&&_0xdb55cf!=_0x3ffc65;})[_0x443dda(0x2c7)](_0x218508=>{const _0x283bb6=_0x443dda;this[_0x283bb6(0x258)](_0x218508,_0x50c3c1[_0x283bb6(0x25e)],_0x1593c0),_0x5c820a=!0x0;});}return _0x5c820a;}[_0x5b8884(0x258)](_0x1e5184,_0x54c428,_0x3aba18){const _0xc164da=_0x5b8884,_0x9e56f7=_0x1e5184[_0xc164da(0x2b1)]()[_0xc164da(0x32d)](_0x54c428);0x0!==_0x9e56f7[_0xc164da(0x1d6)]?0x1!==_0x9e56f7[_0xc164da(0x1d6)]?this[_0xc164da(0x256)](_0x1e5184,_0x54c428[_0xc164da(0x1c0)],_0x54c428[_0xc164da(0x1c5)]):this[_0xc164da(0x2a9)](_0x1e5184,_0x9e56f7[0x0]):_0x3aba18[_0xc164da(0x27d)](_0x1e5184[_0xc164da(0x23d)]());}}class xt{constructor(_0x509cb5){const _0x85562d=_0x5b8884;this[_0x85562d(0x268)]=_0x509cb5,this[_0x85562d(0x23e)]=_0x509cb5[_0x85562d(0x1cc)],this[_0x85562d(0x1ff)]=new Map(),this[_0x85562d(0x218)]=new Map(),this[_0x85562d(0x33a)]();}[_0x5b8884(0x32c)](_0x3e05f2,_0x3ef2c4,_0x3b8aad,_0x408396,_0x125711,_0x42a9dc){const _0x54e554=_0x5b8884;return new _0x4cfe05(this[_0x54e554(0x23e)],{'type':_0x3e05f2,'subType':_0x3ef2c4,'id':_0x3b8aad,'author':_0x408396,'creator':_0x408396,'attributes':_0x125711,'onAttributesChange':_0x42a9dc,'onAccept':(..._0x48deb2)=>this[_0x54e554(0x1c3)](_0x3e05f2,_0x3ef2c4,_0x54e554(0x303))(..._0x48deb2),'onDiscard':(..._0x3a33c)=>this[_0x54e554(0x1c3)](_0x3e05f2,_0x3ef2c4,_0x54e554(0x269))(..._0x3a33c)});}[_0x5b8884(0x1f1)](_0x3dd9fc,_0x42cd35,_0x44f1c3,_0x4cc22f){const _0x297654=_0x5b8884,_0x179699=_0x3dd9fc+':'+_0x42cd35+':'+_0x44f1c3;this[_0x297654(0x1ff)][_0x297654(0x27c)](_0x179699,_0x4cc22f);}[_0x5b8884(0x1c3)](_0x178692,_0x34ac55,_0xb7b6fe){const _0x1e30f9=_0x5b8884,_0x3bcd8a=_0x178692+':'+_0x34ac55+':'+_0xb7b6fe;return this[_0x1e30f9(0x1ff)][_0x1e30f9(0x2ed)](_0x3bcd8a)||this[_0x1e30f9(0x218)][_0x1e30f9(0x2ed)](_0x178692+':'+_0xb7b6fe);}[_0x5b8884(0x33a)](){const _0x1fc3bc=_0x5b8884,_0x22ea26=()=>!0x1,_0x71ca2b=_0x804675=>{const _0x93ffc4=_0x4f77;_0x804675[_0x93ffc4(0x1ae)]((_0x3a8cfb,_0x4d9622)=>_0x3a8cfb[_0x93ffc4(0x1c0)][_0x93ffc4(0x277)](_0x4d9622[_0x93ffc4(0x1c0)])?0x1:-0x1),this[_0x93ffc4(0x23e)][_0x93ffc4(0x322)](_0x1e791a=>{const _0x5845ee=_0x93ffc4;for(const _0x2e3001 of _0x804675){let _0x31bd58;_0x31bd58=_0x2e3001[_0x5845ee(0x1c5)][_0x5845ee(0x1ac)]&&_0x2e3001[_0x5845ee(0x1c5)][_0x5845ee(0x1a4)]==_0x2e3001[_0x5845ee(0x1c0)][_0x5845ee(0x31f)]?_0x1e791a[_0x5845ee(0x2ea)](_0x2e3001[_0x5845ee(0x1c0)][_0x5845ee(0x31f)],'on'):_0x1e791a[_0x5845ee(0x2ea)](_0x2e3001),this[_0x5845ee(0x23e)][_0x5845ee(0x299)](_0x31bd58,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x17bae0=(_0x5e387c,_0x567379)=>{const _0x3acd5f=_0x4f77;_0x567379&&this[_0x3acd5f(0x23e)][_0x3acd5f(0x322)](_0x22f537=>{const _0x4f881b=_0x3acd5f,{commandName:_0xa8b7f1,commandParams:_0x198930=[]}=_0x567379,_0x530aaf=_0x5e387c[_0x4f881b(0x2b7)](_0x105184=>(Tt(_0x105184)&&(_0x105184=this[_0x4f881b(0x23e)][_0x4f881b(0x337)](_0x105184[_0x4f881b(0x1c5)])),_0x105184))[_0x4f881b(0x288)](_0x548a9c=>_0x4f881b(0x24f)!==_0x548a9c[_0x4f881b(0x1a5)][_0x4f881b(0x2f0)]);if(_0x530aaf[_0x4f881b(0x1d6)]<0x1)return;const _0x2d36bf=Array[_0x4f881b(0x328)](this[_0x4f881b(0x23e)][_0x4f881b(0x2cb)][_0x4f881b(0x30c)][_0x4f881b(0x1b5)]())[_0x4f881b(0x2b7)](_0x4b6eaf=>_0x15ca4d[_0x4f881b(0x27f)](_0x4b6eaf));_0x22f537[_0x4f881b(0x1b9)](_0x530aaf);for(const _0x2a7767 of this[_0x4f881b(0x268)][_0x4f881b(0x1db)][_0x4f881b(0x1db)]())_0x2a7767[_0x4f881b(0x24e)]();_0x198930[_0x4f881b(0x270)]({'forceDefaultExecution':!0x0}),this[_0x4f881b(0x268)][_0x4f881b(0x1bc)](_0xa8b7f1,..._0x198930);const _0x297618=_0x2d36bf[_0x4f881b(0x288)](_0x25b1e4=>_0x4f881b(0x24f)!=_0x25b1e4[_0x4f881b(0x1a5)][_0x4f881b(0x2f0)]);_0x297618[_0x4f881b(0x1d6)]>0x0&&_0x22f537[_0x4f881b(0x1b9)](_0x297618);for(const _0x186181 of _0x2d36bf)_0x186181[_0x4f881b(0x1cb)]();});},_0x5716ae=(_0xd1dffb,_0x10fe88)=>0x1==_0xd1dffb[_0x1fc3bc(0x1d6)]&&0x1==_0x10fe88[_0x1fc3bc(0x1d6)]&&_0xd1dffb[0x0][_0x1fc3bc(0x1c5)][_0x1fc3bc(0x1f3)](_0x10fe88[0x0][_0x1fc3bc(0x1c0)]),_0x74b97d=(_0x29a8bb,_0x303e9a,_0x8cc3cd,_0x586725)=>Ft(_0x29a8bb,_0x303e9a,_0x8cc3cd,_0x586725,this[_0x1fc3bc(0x23e)])?[_0x29a8bb,_0x303e9a]:Ft(_0x303e9a,_0x29a8bb,_0x586725,_0x8cc3cd,this[_0x1fc3bc(0x23e)])?[_0x303e9a,_0x29a8bb]:null;this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x1b3),_0x22ea26),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x252),_0x71ca2b),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x300),_0x5716ae),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x20a),_0x74b97d),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x31d),_0x71ca2b),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x310),_0x22ea26),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x1d3),_0x5716ae),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x339),_0x74b97d),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x289),_0x17bae0),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x21b),_0x22ea26),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x2d7),_0x5716ae),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x2a3),_0x22ea26),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x1b8),_0x17bae0),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x1fa),_0x22ea26),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x31c),_0x5716ae),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x30d),_0x22ea26),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x2fa),_0x22ea26),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x207),(_0x526063,_0x4657a5)=>{const _0x21784a=_0x1fc3bc;if(!_0x4657a5)return;const _0x6a3c87=this[_0x21784a(0x268)][_0x21784a(0x2f6)][_0x21784a(0x2ed)](p);this[_0x21784a(0x23e)][_0x21784a(0x322)](_0x59b7cf=>{const _0x3564ed=_0x21784a;if(_0x3564ed(0x316)==_0x4657a5[_0x3564ed(0x26f)])for(const _0x10cb31 of _0x526063){const _0x3c09c4=_0x10cb31[_0x3564ed(0x1c0)][_0x3564ed(0x31f)],_0x359d7d=_0x4657a5[_0x3564ed(0x1b2)];_0x59b7cf[_0x3564ed(0x1ca)](_0x3c09c4,_0x359d7d);}else{if(_0x6a3c87[_0x3564ed(0x221)](_0x4657a5[_0x3564ed(0x26f)])){for(const _0x1d1b9b of _0x526063)void 0x0!==_0x4657a5[_0x3564ed(0x1b2)]?_0x59b7cf[_0x3564ed(0x22a)](_0x4657a5[_0x3564ed(0x26f)],_0x4657a5[_0x3564ed(0x1b2)],_0x1d1b9b[_0x3564ed(0x1c0)][_0x3564ed(0x31f)]):_0x59b7cf[_0x3564ed(0x1d7)](_0x4657a5[_0x3564ed(0x26f)],_0x1d1b9b[_0x3564ed(0x1c0)][_0x3564ed(0x31f)]);}else{for(const _0x456bad of _0x526063)_0x4657a5[_0x3564ed(0x1b2)]?_0x59b7cf[_0x3564ed(0x22a)](_0x4657a5[_0x3564ed(0x26f)],_0x4657a5[_0x3564ed(0x1b2)],_0x456bad):_0x59b7cf[_0x3564ed(0x1d7)](_0x4657a5[_0x3564ed(0x26f)],_0x456bad);}}});}),this[_0x1fc3bc(0x218)][_0x1fc3bc(0x27c)](_0x1fc3bc(0x202),_0x5716ae);}}function Rt(_0x9af643,_0x2a2ccd,_0x46fb9e){const _0x481a93=_0x5b8884;for(const _0x4a877f of _0x2a2ccd[_0x481a93(0x1a4)][_0x481a93(0x34c)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x4a877f[_0x481a93(0x1a5)]==_0x4a877f)return!0x1;if(!_0x46fb9e[_0x481a93(0x342)](_0x4a877f))return!0x1;if(_0x9af643[_0x481a93(0x320)](_0x4a877f)||_0x9af643[_0x481a93(0x334)](_0x4a877f))return!0x0;}return!0x1;}function Tt(_0x4ccf14){const _0x3ea3d8=_0x5b8884;return _0x4ccf14[_0x3ea3d8(0x1c5)][_0x3ea3d8(0x1a4)]==_0x4ccf14[_0x3ea3d8(0x1c0)][_0x3ea3d8(0x31f)]&&_0x4ccf14[_0x3ea3d8(0x1c5)][_0x3ea3d8(0x2e2)];}function Et(_0x31e9b9,_0x1c1b47,_0xfcfc48,_0x58bcac){const _0x15947e=_0x5b8884,_0x2e85c9=_0x5b4c6d=>!_0x5b4c6d[_0x15947e(0x1dd)]['is'](_0x15947e(0x24c))&&!_0x58bcac[_0x15947e(0x320)](_0x5b4c6d[_0x15947e(0x1dd)]),_0x44767f=_0x31e9b9[_0x15947e(0x1c0)][_0x15947e(0x1f0)](_0x2e85c9),_0x4cefe8=_0x31e9b9[_0x15947e(0x1c5)][_0x15947e(0x1f0)](_0x2e85c9,{'direction':_0x15947e(0x1f7)});return(!_0x31e9b9[_0x15947e(0x1c0)][_0x15947e(0x1f3)](_0x44767f)||!_0x31e9b9[_0x15947e(0x1c5)][_0x15947e(0x1f3)](_0x4cefe8))&&(_0x44767f[_0x15947e(0x277)](_0x4cefe8)?_0xfcfc48[_0x15947e(0x210)](_0x1c1b47,{'range':_0xfcfc48[_0x15947e(0x337)](_0x44767f,_0x4cefe8)}):_0xfcfc48[_0x15947e(0x27d)](_0x1c1b47),!0x0);}function Vt(_0x409e62){return _0x1c7a70(_0x409e62);}function Ut(_0x2c5cf9){const _0x4295ef=_0x5b8884,_0x4ee238=_0x2c5cf9[_0x4295ef(0x1c0)][_0x4295ef(0x31f)];return _0x4ee238&&_0x4ee238['is'](_0x4295ef(0x314));}function Ot(_0x4e5647,_0x3fa981){const _0x265238=_0x5b8884;return null==_0x4e5647[_0x265238(0x1c5)][_0x265238(0x1d1)]&&_0x4e5647[_0x265238(0x1c5)][_0x265238(0x1a4)]==_0x4e5647[_0x265238(0x1c0)][_0x265238(0x31f)]?Gt(_0x4e5647[_0x265238(0x1c0)][_0x265238(0x31f)],_0x3fa981):_0x4e5647;}function Gt(_0x39570b,_0x27f589){const _0x4be81b=_0x5b8884,_0x42235b=_0x27f589[_0x4be81b(0x33f)][_0x4be81b(0x320)](_0x39570b)||_0x27f589[_0x4be81b(0x33f)][_0x4be81b(0x242)](_0x39570b);return _0x27f589[_0x4be81b(0x337)](_0x27f589[_0x4be81b(0x2af)](_0x39570b,_0x4be81b(0x2e4)),_0x42235b?_0x27f589[_0x4be81b(0x28d)](_0x39570b):_0x27f589[_0x4be81b(0x2af)](_0x39570b,_0x4be81b(0x1c5)));}function Ft(_0x744c8a,_0x2b51ba,_0x39510f,_0x5750ac,_0x5bbaa1){const _0xa11204=_0x5b8884;if(!Pt(_0x744c8a,_0x2b51ba))return!0x1;if(_0x39510f[_0xa11204(0x1c5)][_0xa11204(0x1f3)](_0x5750ac[_0xa11204(0x1c0)]))return!0x0;if(_0x744c8a[_0xa11204(0x27b)]!=_0x2b51ba[_0xa11204(0x27b)])return!0x1;if(!_0x39510f[_0xa11204(0x1c5)][_0xa11204(0x1e6)](_0x5750ac[_0xa11204(0x1c0)]))return!0x1;const _0x57221c=_0x5bbaa1[_0xa11204(0x337)](_0x39510f[_0xa11204(0x1c5)],_0x5750ac[_0xa11204(0x1c0)])[_0xa11204(0x1c2)]();for(const _0x356d4d of _0x57221c)if([_0xa11204(0x1b0),_0xa11204(0x2dd)][_0xa11204(0x2dc)](_0x356d4d[_0xa11204(0x27b)])&&_0x5bbaa1[_0xa11204(0x33f)][_0xa11204(0x334)](_0x356d4d[_0xa11204(0x1dd)]))return!0x1;return!0x0;}function Pt(_0x16ac83,_0x47e2ed,_0x3abd4d=[]){const _0x5aa073=_0x5b8884;return!(!_0x16ac83[_0x5aa073(0x2ce)]||!_0x47e2ed[_0x5aa073(0x2ce)])&&_0x522ab7(_0x55df46(_0x16ac83[_0x5aa073(0x2c3)],_0x3abd4d),_0x55df46(_0x47e2ed[_0x5aa073(0x2c3)],_0x3abd4d));}function Lt(_0x15b689,_0x1b7de5){const _0x397065=_0x5b8884,_0x292a84=Ht(_0x15b689[_0x397065(0x2c3)]),_0x331f35=Ht(_0x1b7de5);if(!_0x15b689[_0x397065(0x2ce)])return!0x1;for(const _0x5e1919 of Object[_0x397065(0x2cf)](_0x331f35))if(!_0x522ab7(_0x292a84[_0x5e1919],_0x331f35[_0x5e1919]))return!0x1;return!0x0;}function Ht(_0x54ce9b){const _0x361a78=_0x5b8884,_0x19363a=Object[_0x361a78(0x245)]({},_0x54ce9b);return delete _0x19363a[_0x361a78(0x29b)],delete _0x19363a[_0x361a78(0x312)],_0x19363a;}
|