@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240930.0 → 0.0.0-nightly-20241002.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.js +3 -3
- package/package.json +10 -10
- package/src/trackchangesediting.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20241002.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
|
45
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
|
46
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
|
47
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
|
48
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
|
49
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
|
50
|
-
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-
|
|
51
|
-
"ckeditor5": "0.0.0-nightly-
|
|
52
|
-
"ckeditor5-collaboration": "0.0.0-nightly-
|
|
44
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241002.0",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241002.0",
|
|
46
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20241002.0",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20241002.0",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241002.0",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241002.0",
|
|
50
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20241002.0",
|
|
51
|
+
"ckeditor5": "0.0.0-nightly-20241002.0",
|
|
52
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20241002.0",
|
|
53
53
|
"lodash-es": "4.17.21"
|
|
54
54
|
},
|
|
55
55
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x438fce=_0x207c;(function(_0x4e07a6,_0x42bcf9){const _0x3b0cf2=_0x207c,_0x317fb6=_0x4e07a6();while(!![]){try{const _0x57ea45=-parseInt(_0x3b0cf2(0x309))/0x1*(-parseInt(_0x3b0cf2(0x2f6))/0x2)+parseInt(_0x3b0cf2(0x341))/0x3*(-parseInt(_0x3b0cf2(0x27f))/0x4)+parseInt(_0x3b0cf2(0x1fb))/0x5+parseInt(_0x3b0cf2(0x251))/0x6+parseInt(_0x3b0cf2(0x35d))/0x7+-parseInt(_0x3b0cf2(0x31f))/0x8*(-parseInt(_0x3b0cf2(0x2e7))/0x9)+-parseInt(_0x3b0cf2(0x2f8))/0xa;if(_0x57ea45===_0x42bcf9)break;else _0x317fb6['push'](_0x317fb6['shift']());}catch(_0x349475){_0x317fb6['push'](_0x317fb6['shift']());}}}(_0x5c8d,0xa39fd));import{Plugin as _0x21055f,PendingActions as _0x22b8c0}from'ckeditor5/src/core.js';import{LiveRange as _0x4bb8cf}from'ckeditor5/src/engine.js';import{CKEditorError as _0x2177c9,uid as _0x54002e,priorities as _0x3088c2,logWarning as _0x5a6ac6,getEnvKeystrokeText as _0x8947fc}from'ckeditor5/src/utils.js';import{toWidget as _0x3153d1}from'ckeditor5/src/widget.js';import{Users as _0x212036,hashObject as _0x3e9845,surroundingMarkersDetector as _0x377bee,FOCUS_ANNOTATION_KEYSTROKE as _0x1a5d92}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4f7145 from'./commands/trackchangescommand.js';import _0x4380e8 from'./commands/acceptsuggestioncommand.js';import _0x89673e from'./commands/discardsuggestioncommand.js';import _0x1b0ab5 from'./commands/executeonallsuggestionscommand.js';import _0x43ab8e from'./commands/executeonselectedsuggestionscommand.js';import _0x45e294 from'./suggestion.js';import _0x500379 from'./suggestiondescriptionfactory.js';import _0x58b63c from'./integrations/aiassistant.js';import _0x4a3b1d from'./integrations/alignment.js';import _0x298ee2 from'./integrations/basicstyles.js';import _0x57ca36 from'./integrations/blockquote.js';import _0x55af62 from'./integrations/casechange.js';import _0x500fc9 from'./integrations/ckbox.js';import _0x3367b6 from'./integrations/codeblock.js';import _0x4173ad from'./integrations/comments.js';import _0x3f95e1 from'./integrations/deletecommand.js';import _0x5e287e from'./integrations/list.js';import _0x2fd262 from'./integrations/listproperties.js';import _0x5e8323 from'./integrations/entercommand.js';import _0x1cd634 from'./integrations/findandreplace.js';import _0x7506d from'./integrations/font.js';import _0x282136 from'./integrations/formatpainter.js';import _0x53bd35 from'./integrations/heading.js';import _0x54020e from'./integrations/highlight.js';import _0x291f6c from'./integrations/horizontalline.js';function _0x207c(_0x3b606d,_0x3dc029){const _0x5c8dcf=_0x5c8d();return _0x207c=function(_0x207cdf,_0x4b0523){_0x207cdf=_0x207cdf-0x1d4;let _0x3c8173=_0x5c8dcf[_0x207cdf];return _0x3c8173;},_0x207c(_0x3b606d,_0x3dc029);}import _0x25efb from'./integrations/htmlembed.js';import _0x41349a from'./integrations/image.js';import _0x1bc058 from'./integrations/imagereplace.js';import _0x1b89e4 from'./integrations/imagestyle.js';function _0x5c8d(){const _0x4ceb8d=['FORMATTING','_recordAttributeSuggestions','CommentsRepository','name','size','_suggestionFactory','toUpperCase','forEach','key','differ','getRange','editing','formatGroupId','document','markMultiRangeBlockFormat','ENTER','highest','join','_removeSuggestion','position','Users','adapter','containsRange','root','_onDiscard','delete','options','formatInline:','parent','consumable','_saved','refresh','_addThreadToSuggestion','4uExRmE','writer','suggestionLoaded','schema','updateMarker','addHighlight','_splitMarkerName','track-changes-suggestion-data-mismatch','LEAVE','subType','getFirstRange','getAllAdjacentSuggestions','has','tablePasteChainId','_defaultCallbacks','plugins','authoredAt','_refreshAttributeSuggestionsChain','toViewElement','before','deletion:chain','markerNameToElements','_processAttributeChanges','stringify','multipleBlocks','commandName','addClass','markMultiRangeDeletion','_isRegisteredAttribute','hasSuggestion','then','markDeletion','stopListening','track-changes-enable-command-twice','$textProxy','forceDefaultExecution','reconvertMarker','getShiftedBy','insertion:chain','substring','isBlock','_isForcedDefaultExecutionBlock','fromRange','suggestion-type','$graveyard','createPositionAfter','open','_cutOutSuggestionMarker','low','ready','setTo','never','_mergeNestedSuggestions','_recordAttributeChanges','containerElement','discardSuggestion','ck-suggestion-marker-formatInline','addRange','isSelectable','forward','announce','_findSuggestions','PENDING_ACTION_SUGGESTION','splice','editor','_addSuggestionMarker','isInsideObject','PendingActions','applyOperation','TrackChangesEditing','removeMarker:suggestion:attribute','trackChanges.mergeNestedSuggestions','discardSelectedSuggestions','detach','rethrowUnexpectedError','registerCustomCallback','ck-suggestion-marker--active','acceptAllSuggestions','isAtStart','createdAt','start','containsPosition','error-saving-suggestion-data-suggestion-discarded','editingDowncast','get','accepted','startsWith','getLastMatchingPosition','attributeOldValue','isTouching','howMany','head','isOwn','_rangeIsInLocalUserInsertion','_suggestions','formatInline:join','isDocumentOperation','formatInline','push','skipNestingCheck','_reduceExistingSuggestions','markerToHighlight','newValue','_reduceSuggestionAttributeRange','36aWfcun','documentSelection','formatBlock','_registerDefaultCallbacks','value','deletion:join','formatBlock:chain','default','isNextTo','createRangeIn','$text','createPositionBefore','group','getCommentThread','getChanges','16ZcjKYM','suggestion','14242370TMCxnt','attributes','bindElementToMarker','isUndo','formatInline:discard','_commentsRepository','formatInline:chain','getMarkers','attribute:discard','getNearestSelectionRange','markAttributeChange','getFirstMarker','normal','formatBlock:join','getAttribute','markerToData','$marker','75073YaIhHw','accept','previous','attribute:','ck-suggestion-marker-formatBlock','meta','ck-suggestion-marker-','_enabledCommands','registerInlineAttribute','addSuggestionData','item','oldRange','_model','markInlineFormat','getSuggestionCallback','requires','trackChanges.trackFormatChanges','_inlineAttributeKeys','range','acceptSelectedSuggestions','removeClass','move','679496igSbty','discard','getUser','originalSuggestionId','removed','enableCommand','_customCallbacks','backward','creator','_breakSuggestionMarker','from','getIntersection','comments','buildSuggestion','formatBlock:','selection','rename','upcast','_updateSuggestionData','nodeAfter','trackChangesCommand','_getAuthorFromId','split','remove','addMarkerName','_editor','isLimit','isLocal','track-changes-suggestion-not-found','mapper','dataToMarker','setAttribute','unbindElementFromMarkerName','isInContent','2746767VcfvoN','addUser','_afterChanges','after','registerBlockAttribute','_getSuggestionData','warn','getAncestors','getWalker','concat','isAtEnd','multi','markers','addMarker:suggestion','add','updateSuggestion','data-suggestion','getItems','_getMarkerAnnouncementText','removeMarker','$elementName','format','deletion:','attributeKey','oldValue','every','return','isEqual','9027858HZLoZn','_isDataLoaded','toJSON','getDifference','filter','clone','markerName','consume','values','suggestion:attribute:','enableReadOnlyMode','addMarker','insertion:join','markMultiRangeInsertion','removeComment','removeAttribute','unbind','attribute','init','removeMarker:suggestion:formatBlock','conversion','element','insertion:accept','elementEnd','update:suggestion','track-changes-adapter-missing-getsuggestion','enqueueChange','deletion:accept','insertContent','setSelection','rootName','_getExternalAuthor','commands','discardAllSuggestions','assign','stop','formatBlock:discard','enableDefaultAttributesIntegration','activeMarkers','addCommentThread','_joinSuggestions','_initAriaMarkerChangeAnnouncements','pop','change:activeMarkers','isAfter','track-changes-user-not-found','getSuggestion','track-changes-command-not-found','_blockAttributeKeys','fire','isMultiRange','attribute:join','fromCharCode','getContainedElement','_suggestionState','isIntersectingWithRange','createPositionAt','_refreshSuggestionsChain','map','end','chain','insertion:','ck-suggestion-marker','data','newRange','@external','insert','fetchCommentThread','createElement','createSelection','showSuggestionHighlights','unshift','find','some','getChangedMarkers','getSuggestions','isArray','type','insertion:discard','1248020LLuOmy','author','isIntersecting','insertion','markBlockFormat','markInsertion','_checkSuggestionCorrectness','lowest','execute','hasCommentThread','addComment','action','batch','createRangeOn','elementStart','deletion:discard','deletion','hasComments','containsRangeInObject','trackChanges','notReady','targetPosition','formatInline:accept','_adapter','external:','attributeNewValue','for','splitPosition','formatBlock:accept','marker-count','sort','rejected','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.','_setSuggestionData','markerReady','listenTo','acceptSuggestion','createRange','isBefore','always','commentThread','isExternal','authorName','isObject','_SUGGESTION_ANNOUNCEMENT','model','substr','collaboration.channelId','elementToElement','isCollapsed','_processAttributeSuggestions','_isBlockAttribute','addMarker:suggestion:formatBlock','suggestionUnloaded','suggestion:','_getAttributeKey','nodeBefore','isRemovable','widget','keys','registerPostFixer','addSuggestion','track-changes-adapter-already-set','locale','data-author-id','config','dataReady','pluginName','includes','clear','_handleNewSuggestionMarker','change:data','groupId','suggestionChanged','length','deleteContent','set','addMarker:suggestion:attribute','getCustomProperty','next','resolve','attribute:accept','high','moveTargetPosition','_joinWithAdjacentSuggestions','getMultiRangeId','3182406QMNHNS','dataDowncast','removeMarkers','change','catch','descriptionFactory','_trackFormatChanges','_createSuggestion','getRanges','define','change:_saved','containsItem','_setSuggestionRange'];_0x5c8d=function(){return _0x4ceb8d;};return _0x5c8d();}import _0x4b0f32 from'./integrations/importword.js';import _0x4b646d from'./integrations/indent.js';import _0x1a0488 from'./integrations/inputcommand.js';import _0x12f3a8 from'./integrations/link.js';import _0x5bc2fa from'./integrations/legacylist.js';import _0x86f343 from'./integrations/legacylistproperties.js';import _0x1c9d60 from'./integrations/mediaembed.js';import _0x165266 from'./integrations/mention.js';import _0xce1d0e from'./integrations/mergefields.js';import _0x1e23d2 from'./integrations/multilevellist.js';import _0x4821c7 from'./integrations/pagebreak.js';import _0x409d36 from'./integrations/paragraph.js';import _0x144822 from'./integrations/removeformat.js';import _0x36c494 from'./integrations/restrictededitingmode.js';import _0x5ab109 from'./integrations/shiftentercommand.js';import _0x78fd45 from'./integrations/standardeditingmode.js';import _0x1db232 from'./integrations/style.js';import _0x127034 from'./integrations/table.js';import _0xcf16e7 from'./integrations/tablemergesplit.js';import _0x3c8ce1 from'./integrations/tableheadings.js';import _0x3cf716 from'./integrations/tableclipboard.js';import _0x198700 from'./integrations/tablecolumnresize.js';import _0x414ef4 from'./integrations/template.js';import _0xb9c96 from'./integrations/tableofcontents.js';import _0x3cbd0c from'./integrations/title.js';import _0x11b396 from'./integrations/undo.js';import _0x54d283 from'./integrations/tablecaption.js';import _0x203404 from'./integrations/tableproperties.js';import{getTranslation as _0x1641db}from'./utils/common-translations.js';import{isEqual as _0x31e003,omit as _0x31b9b4}from'lodash-es';export const renameAttributeKey=_0x438fce(0x355);export default class p extends _0x21055f{static get[_0x438fce(0x318)](){const _0x2b54d7=_0x438fce;return[_0x2b54d7(0x260),_0x212036,_0x22b8c0,_0x58b63c,_0x4a3b1d,_0x298ee2,_0x57ca36,_0x500fc9,_0x55af62,_0x3367b6,_0x4173ad,_0x3f95e1,_0x5e8323,_0x1cd634,_0x7506d,_0x282136,_0x53bd35,_0x54020e,_0x291f6c,_0x25efb,_0x41349a,_0x1b89e4,_0x1bc058,_0x4b0f32,_0x4b646d,_0x1a0488,_0x5bc2fa,_0x86f343,_0x1e23d2,_0x12f3a8,_0x5e287e,_0x2fd262,_0x1c9d60,_0x165266,_0xce1d0e,_0x4821c7,_0x409d36,_0x144822,_0x36c494,_0x5ab109,_0x78fd45,_0x1db232,_0x127034,_0xcf16e7,_0x3c8ce1,_0x54d283,_0x3cf716,_0x198700,_0xb9c96,_0x203404,_0x414ef4,_0x3cbd0c,_0x11b396];}static get[_0x438fce(0x23e)](){const _0x4bdedf=_0x438fce;return _0x4bdedf(0x2c4);}constructor(_0x1ec9cc){const _0x420e79=_0x438fce;function _0x1e4f46(_0x47c7af){const _0x1939b1=_0x207c;return _0x47c7af[_0x1939b1(0x1e6)](_0x137b99=>String[_0x1939b1(0x1e0)](_0x137b99))[_0x1939b1(0x26f)]('');}super(_0x1ec9cc),this[_0x420e79(0x25f)]=!0x1,this[_0x420e79(0x247)](_0x420e79(0x383),[]),this['on'](_0x420e79(0x1d7),(_0x4b7c06,_0x574131,_0x5d9f0a,_0x13c353)=>{const _0x46672c=_0x420e79;this[_0x46672c(0x315)][_0x46672c(0x254)](()=>{const _0x47f799=_0x46672c;for(const _0x4b72c6 of[..._0x13c353,..._0x5d9f0a])this[_0x47f799(0x315)][_0x47f799(0x34d)][_0x47f799(0x28b)](_0x4b72c6)&&_0x1ec9cc[_0x47f799(0x269)][_0x47f799(0x2a3)](_0x4b72c6);});}),this[_0x420e79(0x256)]=new _0x500379(this[_0x420e79(0x2bf)][_0x420e79(0x228)][_0x420e79(0x282)],this[_0x420e79(0x2bf)][_0x420e79(0x23a)]),this[_0x420e79(0x212)]=null,this[_0x420e79(0x263)]=new Et(this[_0x420e79(0x2bf)]),this[_0x420e79(0x2dd)]=new Map(),this[_0x420e79(0x2fd)]=_0x1ec9cc[_0x420e79(0x28e)][_0x420e79(0x2d3)](_0x420e79(0x260)),this[_0x420e79(0x310)]=new Set(),this[_0x420e79(0x315)]=this[_0x420e79(0x2bf)][_0x420e79(0x228)],this[_0x420e79(0x1e2)]=new WeakMap(),this[_0x420e79(0x2a8)]=!0x1,this[_0x420e79(0x1dc)]=new Set([_0x420e79(0x355)]),this[_0x420e79(0x31a)]=new Set(),_0x1ec9cc[_0x420e79(0x23c)][_0x420e79(0x25a)](_0x420e79(0x319),_0x420e79(0x2ee)),this[_0x420e79(0x257)]=_0x1ec9cc[_0x420e79(0x23c)][_0x420e79(0x2d3)](_0x420e79(0x319)),_0x1ec9cc[_0x420e79(0x23c)][_0x420e79(0x25a)](_0x420e79(0x2c6),!0x0),this[_0x420e79(0x2b3)]=_0x1ec9cc[_0x420e79(0x23c)][_0x420e79(0x2d3)](_0x420e79(0x2c6)),this[_0x420e79(0x333)]=new _0x4f7145(_0x1ec9cc,this[_0x420e79(0x310)]),this[_0x420e79(0x1d5)](),this[_0x1e4f46([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x1e4f46([0x34,0x30,0x34,0x38,0x31,0x38,0x36,0x30]);}[_0x438fce(0x36f)](){const _0x2fda7a=_0x438fce,_0x31556d=this[_0x2fda7a(0x2bf)],_0x1a754d=(_0x11875f,_0x37f137)=>{const _0x5ede04=_0x2fda7a;if(_0x5ede04(0x36e)!=_0x11875f)return _0x5ede04(0x30f)+_0x11875f;const _0x67cdf3=_0x37f137[_0x5ede04(0x335)]('|')[0x0];return this[_0x5ede04(0x22e)](_0x67cdf3)?_0x5ede04(0x30d):_0x5ede04(0x2b7);};_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x2d2))[_0x2fda7a(0x2e4)]({'model':_0x2fda7a(0x2f7),'view':_0x410430=>{const _0x5b39c9=_0x2fda7a,{id:_0x3f4fde,authorId:_0x260ed5,type:_0x2367aa,subType:_0x427d4b}=this[_0x5b39c9(0x285)](_0x410430[_0x5b39c9(0x363)]),_0xe6ac1e=[_0x5b39c9(0x1ea),_0x1a754d(_0x2367aa,_0x427d4b)];let _0x505657=0xbb8;return this[_0x5b39c9(0x383)][_0x5b39c9(0x23f)](_0x410430[_0x5b39c9(0x363)])&&(_0xe6ac1e[_0x5b39c9(0x2e1)](_0x5b39c9(0x2cb)),_0x505657=0xbc2),_0x5b39c9(0x20b)==_0x2367aa&&(_0x505657+=0x5),{'classes':_0xe6ac1e,'attributes':{'data-suggestion':_0x3f4fde,'data-author-id':_0x260ed5},'priority':_0x505657};}}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x252))[_0x2fda7a(0x34f)](_0xc38876=>{const _0x362756=_0x2fda7a;_0xc38876['on'](_0x362756(0x34e),(_0x2da3ed,_0x4abc28,_0x34974f)=>{const _0x2c0c74=_0x362756;if(!_0x34974f[_0x2c0c74(0x278)][_0x2c0c74(0x1f2)])return;const _0xbd908=_0x4abc28[_0x2c0c74(0x313)];if(!_0xbd908)return;const _0x43b8d7=_0x34974f[_0x2c0c74(0x33c)][_0x2c0c74(0x291)](_0xbd908);_0x31556d[_0x2c0c74(0x228)][_0x2c0c74(0x282)][_0x2c0c74(0x226)](_0xbd908)&&_0x43b8d7&&!_0x43b8d7[_0x2c0c74(0x249)](_0x2c0c74(0x235))&&_0x43b8d7['is'](_0x2c0c74(0x2b5))&&_0x3153d1(_0x43b8d7,_0x34974f[_0x2c0c74(0x280)]);},{'priority':_0x362756(0x24d)});}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x252))[_0x2fda7a(0x2e4)]({'model':_0x2fda7a(0x2f7),'view':(_0x47a477,_0x347f0e)=>{const _0x242560=_0x2fda7a;if(!_0x347f0e[_0x242560(0x278)][_0x242560(0x1f2)])return null;const {type:_0x212390,subType:_0x5cd880}=this[_0x242560(0x285)](_0x47a477[_0x242560(0x363)]);return{'classes':[_0x242560(0x1ea),_0x1a754d(_0x212390,_0x5cd880)],'priority':0xbb8};}});const _0x4c3c5f=({showActiveMarkers:_0x8cd615=!0x0,isAttributeSuggestion:_0x45fece=!0x1}={})=>(_0x1265b5,_0xf37325,_0x254120)=>{const _0x4eef38=_0x2fda7a;if(!_0xf37325[_0x4eef38(0x313)])return;const {id:_0x4581ba,authorId:_0x319823}=this[_0x4eef38(0x285)](_0xf37325[_0x4eef38(0x363)]);if(_0x45fece){const _0x1a7d29=this[_0x4eef38(0x2dd)][_0x4eef38(0x2d3)](_0x4581ba),_0x411b4f=this[_0x4eef38(0x232)](_0x1a7d29);if(!this[_0x4eef38(0x22e)](_0x411b4f))return;}if(_0xf37325[_0x4eef38(0x313)]['is'](_0x4eef38(0x32e)))return void _0x254120[_0x4eef38(0x27b)][_0x4eef38(0x364)](_0xf37325[_0x4eef38(0x313)],_0x1265b5[_0x4eef38(0x261)]);const _0x14f180=_0x254120[_0x4eef38(0x33c)][_0x4eef38(0x291)](_0xf37325[_0x4eef38(0x313)]);if(_0xf37325[_0x4eef38(0x313)]['is'](_0x4eef38(0x372))&&_0x31556d[_0x4eef38(0x228)][_0x4eef38(0x282)][_0x4eef38(0x2a7)](_0xf37325[_0x4eef38(0x313)])&&!_0x14f180[_0x4eef38(0x249)](_0x4eef38(0x284))){_0x254120[_0x4eef38(0x280)][_0x4eef38(0x299)]([_0x4eef38(0x1ea),_0x4eef38(0x30d)],_0x14f180),_0x254120[_0x4eef38(0x280)][_0x4eef38(0x33e)](_0x4eef38(0x351),_0x4581ba,_0x14f180),_0x254120[_0x4eef38(0x280)][_0x4eef38(0x33e)](_0x4eef38(0x23b),_0x319823,_0x14f180),_0x254120[_0x4eef38(0x33c)][_0x4eef38(0x2fa)](_0x14f180,_0xf37325[_0x4eef38(0x363)]),_0x8cd615&&(this[_0x4eef38(0x383)][_0x4eef38(0x23f)](_0xf37325[_0x4eef38(0x363)])?_0x254120[_0x4eef38(0x280)][_0x4eef38(0x299)](_0x4eef38(0x2cb),_0x14f180):_0x254120[_0x4eef38(0x280)][_0x4eef38(0x31d)](_0x4eef38(0x2cb),_0x14f180));for(const _0x16a595 of _0x31556d[_0x4eef38(0x228)][_0x4eef38(0x2f0)](_0xf37325[_0x4eef38(0x313)])[_0x4eef38(0x352)]())_0x254120[_0x4eef38(0x27b)][_0x4eef38(0x364)](_0x16a595,_0x1265b5[_0x4eef38(0x261)]);_0x254120[_0x4eef38(0x27b)][_0x4eef38(0x364)](_0xf37325[_0x4eef38(0x313)],_0x1265b5[_0x4eef38(0x261)]);}};_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x252))[_0x2fda7a(0x34f)](_0x302fbe=>{const _0x5ebdb8=_0x2fda7a;_0x302fbe['on'](_0x5ebdb8(0x22f),(_0x273b57,_0xf1f649,_0x459c1c)=>{const _0x5f3640=_0x5ebdb8;_0x459c1c[_0x5f3640(0x278)][_0x5f3640(0x1f2)]&&_0x4c3c5f({'showActiveMarkers':!0x1})(_0x273b57,_0xf1f649,_0x459c1c);},{'priority':_0x5ebdb8(0x26e)});}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x252))[_0x2fda7a(0x34f)](_0x5c2692=>{const _0x53d5e3=_0x2fda7a;_0x5c2692['on'](_0x53d5e3(0x248),(_0x18e27b,_0x5b558f,_0x21ac88)=>{const _0x5b0249=_0x53d5e3;_0x21ac88[_0x5b0249(0x278)][_0x5b0249(0x1f2)]&&_0x4c3c5f({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x18e27b,_0x5b558f,_0x21ac88);},{'priority':_0x53d5e3(0x26e)});}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x252))[_0x2fda7a(0x307)]({'model':_0x2fda7a(0x2f7),'view':(_0x2aad7c,_0x9758a)=>_0x9758a[_0x2fda7a(0x278)][_0x2fda7a(0x1f2)]?null:{'group':_0x2fda7a(0x2f7),'name':_0x2aad7c[_0x2fda7a(0x229)](0xb)}}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x330))[_0x2fda7a(0x22b)]({'view':{'name':_0x2fda7a(0x2f7),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5a13b4,{writer:_0x58f601})=>{const _0x2e29c0=_0x2fda7a;let _0x44663d=_0x2e29c0(0x231)+_0x5a13b4[_0x2e29c0(0x306)](_0x2e29c0(0x2aa))+':'+_0x5a13b4[_0x2e29c0(0x306)]('id');return _0x5a13b4[_0x2e29c0(0x306)](_0x2e29c0(0x218))&&(_0x44663d+=':'+_0x5a13b4[_0x2e29c0(0x306)](_0x2e29c0(0x218))),_0x58f601[_0x2e29c0(0x1f0)](_0x2e29c0(0x308),{'data-name':_0x44663d});}}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x330))[_0x2fda7a(0x33d)]({'view':_0x2fda7a(0x2f7)}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x2d2))[_0x2fda7a(0x34f)](_0x11576d=>{const _0x3121f5=_0x2fda7a;_0x11576d['on'](_0x3121f5(0x22f),_0x4c3c5f(),{'priority':_0x3121f5(0x24d)});}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x2d2))[_0x2fda7a(0x34f)](_0x483b0d=>{const _0x2789cb=_0x2fda7a;_0x483b0d['on'](_0x2789cb(0x248),_0x4c3c5f({'isAttributeSuggestion':!0x0}),{'priority':_0x2789cb(0x24d)});}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x2d2))[_0x2fda7a(0x34f)](_0x43a76c=>{const _0xdffd91=_0x2fda7a;_0x43a76c['on'](_0xdffd91(0x370),(_0x309e9d,_0x1cc428,_0xff1827)=>{const _0x3e4c1f=_0xdffd91,_0x2152e3=_0xff1827[_0x3e4c1f(0x33c)][_0x3e4c1f(0x294)](_0x1cc428[_0x3e4c1f(0x363)]);if(_0x2152e3){for(const _0x3256cd of _0x2152e3)_0x3256cd[_0x3e4c1f(0x249)](_0x3e4c1f(0x284))||(_0xff1827[_0x3e4c1f(0x280)][_0x3e4c1f(0x31d)]([_0x3e4c1f(0x1ea),_0x3e4c1f(0x30d),_0x3e4c1f(0x2cb)],_0x3256cd),_0xff1827[_0x3e4c1f(0x280)][_0x3e4c1f(0x36c)](_0x3e4c1f(0x351),_0x3256cd),_0xff1827[_0x3e4c1f(0x280)][_0x3e4c1f(0x36c)](_0x3e4c1f(0x23b),_0x3256cd),_0xff1827[_0x3e4c1f(0x33c)][_0x3e4c1f(0x33f)](_0x3256cd,_0x1cc428[_0x3e4c1f(0x363)]));}},{'priority':_0xdffd91(0x24d)});}),_0x31556d[_0x2fda7a(0x371)][_0x2fda7a(0x215)](_0x2fda7a(0x2d2))[_0x2fda7a(0x34f)](_0x58c742=>{const _0x26ed93=_0x2fda7a;_0x58c742['on'](_0x26ed93(0x2c5),(_0xa5848,_0x2a4611,_0x4862ee)=>{const _0x44bb3b=_0x26ed93,_0x315ded=_0x4862ee[_0x44bb3b(0x33c)][_0x44bb3b(0x294)](_0x2a4611[_0x44bb3b(0x363)]);if(!_0x315ded)return;const {id:_0x3258d6}=this[_0x44bb3b(0x285)](_0x2a4611[_0x44bb3b(0x363)]),_0xdb3687=this[_0x44bb3b(0x2dd)][_0x44bb3b(0x2d3)](_0x3258d6),_0x2b4ff2=this[_0x44bb3b(0x232)](_0xdb3687);if(this[_0x44bb3b(0x22e)](_0x2b4ff2)){for(const _0x40bc92 of _0x315ded)_0x40bc92[_0x44bb3b(0x249)](_0x44bb3b(0x284))||(_0x4862ee[_0x44bb3b(0x280)][_0x44bb3b(0x31d)]([_0x44bb3b(0x1ea),_0x44bb3b(0x30d),_0x44bb3b(0x2cb)],_0x40bc92),_0x4862ee[_0x44bb3b(0x280)][_0x44bb3b(0x36c)](_0x44bb3b(0x351),_0x40bc92),_0x4862ee[_0x44bb3b(0x280)][_0x44bb3b(0x36c)](_0x44bb3b(0x23b),_0x40bc92),_0x4862ee[_0x44bb3b(0x33c)][_0x44bb3b(0x33f)](_0x40bc92,_0x2a4611[_0x44bb3b(0x363)]));}},{'priority':_0x26ed93(0x24d)});}),_0x31556d[_0x2fda7a(0x228)][_0x2fda7a(0x26b)][_0x2fda7a(0x237)](_0x59783d=>{const _0x1c0112=_0x2fda7a;let _0x207e54=!0x1;const _0x4a8935=Array[_0x1c0112(0x329)](_0x31556d[_0x1c0112(0x228)][_0x1c0112(0x26b)][_0x1c0112(0x267)][_0x1c0112(0x1f6)]()),_0x349617=new Set();for(const {name:_0x451ff6,data:_0x425d8a}of _0x4a8935){const {group:_0x5d55e3,type:_0x3e53df,subType:_0x64e88c,id:_0x563c88}=this[_0x1c0112(0x285)](_0x451ff6);if(_0x1c0112(0x2f7)!==_0x5d55e3)continue;const _0x4b5373=this[_0x1c0112(0x2dd)][_0x1c0112(0x2d3)](_0x563c88);if(null!=_0x425d8a[_0x1c0112(0x1ec)]){_0x1c0112(0x2e0)==_0x3e53df&&(_0x207e54=_0x207e54||Ut(_0x425d8a[_0x1c0112(0x1ec)],_0x451ff6,_0x59783d,_0x31556d[_0x1c0112(0x228)][_0x1c0112(0x282)]));const _0x2c81d5=_0x1c0112(0x36e)==_0x3e53df&&this[_0x1c0112(0x22e)](_0x64e88c[_0x1c0112(0x335)]('|')[0x0]);if(_0x425d8a[_0x1c0112(0x1ec)][_0x1c0112(0x22c)]||_0x1c0112(0x2ab)==_0x425d8a[_0x1c0112(0x1ec)][_0x1c0112(0x275)][_0x1c0112(0x37b)]||_0x1c0112(0x2e9)==_0x3e53df&&!Ft(_0x425d8a[_0x1c0112(0x1ec)])||_0x2c81d5&&!Ft(_0x425d8a[_0x1c0112(0x1ec)])||_0x1c0112(0x20b)==_0x3e53df&&!(!Vt(_0x4cf5cc=_0x425d8a[_0x1c0112(0x1ec)])&&!function(_0x42031b){const _0x454226=_0x1c0112;return _0x42031b[_0x454226(0x2cf)][_0x454226(0x27a)]==_0x42031b[_0x454226(0x1e7)][_0x454226(0x233)]&&_0x42031b[_0x454226(0x2cf)][_0x454226(0x34b)];}(_0x4cf5cc)))_0x59783d[_0x1c0112(0x354)](_0x451ff6),_0x207e54=!0x0;else{if(!_0x4b5373||!_0x4b5373[_0x1c0112(0x340)])continue;if(_0x425d8a[_0x1c0112(0x1ec)]&&_0x425d8a[_0x1c0112(0x314)]&&_0x425d8a[_0x1c0112(0x1ec)][_0x1c0112(0x35c)](_0x425d8a[_0x1c0112(0x314)]))continue;_0x349617[_0x1c0112(0x34f)](_0x4b5373);}}}var _0x4cf5cc;return _0x349617[_0x1c0112(0x262)]>0x0&&(_0x207e54=!!this[_0x1c0112(0x24f)](_0x349617)||_0x207e54),_0x207e54;}),_0x31556d[_0x2fda7a(0x228)][_0x2fda7a(0x26b)][_0x2fda7a(0x237)](_0x254023=>{const _0x25f1a3=_0x2fda7a;let _0x18d728=!0x1;for(const _0x122418 of _0x31556d[_0x25f1a3(0x228)][_0x25f1a3(0x26b)][_0x25f1a3(0x267)][_0x25f1a3(0x2f5)]())if(_0x25f1a3(0x1ee)==_0x122418[_0x25f1a3(0x1f9)])for(const _0x42907c of this[_0x25f1a3(0x2dd)][_0x25f1a3(0x365)]()){if(_0x42907c[_0x25f1a3(0x1de)]||!_0x42907c[_0x25f1a3(0x340)])continue;const _0x4c43f1=_0x25f1a3(0x2e9)==_0x42907c[_0x25f1a3(0x1f9)],_0x2f56ae=this[_0x25f1a3(0x232)](_0x42907c),_0x592d6e=_0x2f56ae&&this[_0x25f1a3(0x22e)](_0x2f56ae);if(!_0x4c43f1&&!_0x592d6e)continue;const _0x12db9f=_0x42907c[_0x25f1a3(0x289)]();if(_0x12db9f[_0x25f1a3(0x2cf)][_0x25f1a3(0x27a)]!=_0x12db9f[_0x25f1a3(0x1e7)][_0x25f1a3(0x27a)]&&!_0x12db9f[_0x25f1a3(0x1e7)][_0x25f1a3(0x34b)]){const _0x3ffb8d=_0x31556d[_0x25f1a3(0x228)][_0x25f1a3(0x1e4)](_0x12db9f[_0x25f1a3(0x2cf)][_0x25f1a3(0x332)],_0x25f1a3(0x1e7)),_0xca6a1e=_0x31556d[_0x25f1a3(0x228)][_0x25f1a3(0x220)](_0x12db9f[_0x25f1a3(0x2cf)],_0x3ffb8d);_0x254023[_0x25f1a3(0x283)](_0x42907c[_0x25f1a3(0x303)](),{'range':_0xca6a1e}),_0x18d728=!0x0;}}return _0x18d728;}),_0x31556d[_0x2fda7a(0x228)][_0x2fda7a(0x26b)][_0x2fda7a(0x237)](_0x41615b=>this[_0x2fda7a(0x295)](_0x41615b)),_0x31556d[_0x2fda7a(0x228)][_0x2fda7a(0x26b)][_0x2fda7a(0x237)](_0x3b1fbb=>!_0x3b1fbb[_0x2fda7a(0x207)][_0x2fda7a(0x33a)]&&this[_0x2fda7a(0x22d)](_0x3b1fbb)),_0x31556d[_0x2fda7a(0x228)]['on'](_0x2fda7a(0x343),()=>{const _0xc1aef6=_0x2fda7a;this[_0xc1aef6(0x25f)]=!0x1;}),_0x31556d[_0x2fda7a(0x228)][_0x2fda7a(0x26b)]['on'](_0x2fda7a(0x242),(_0x18ed87,_0x2aefeb)=>{const _0x1c6d45=_0x2fda7a;if(!_0x2aefeb[_0x1c6d45(0x33a)]||_0x2aefeb[_0x1c6d45(0x2fb)])return;if(!this[_0x1c6d45(0x25f)])return;const _0x29db23=_0x31556d[_0x1c6d45(0x228)][_0x1c6d45(0x26b)][_0x1c6d45(0x267)][_0x1c6d45(0x2f5)]();if(0x0==_0x29db23[_0x1c6d45(0x245)])return;const _0x4de92e=[],_0x5d2d37=_0x29db23[_0x1c6d45(0x361)](_0x15c622=>_0x1c6d45(0x36e)==_0x15c622[_0x1c6d45(0x1f9)]),_0x5cb800=_0x29db23[_0x1c6d45(0x361)](_0x1b6c45=>_0x1c6d45(0x1ee)==_0x1b6c45[_0x1c6d45(0x1f9)]&&_0x1c6d45(0x2f1)!=_0x1b6c45[_0x1c6d45(0x261)]);for(const _0x186080 of _0x5d2d37)this[_0x1c6d45(0x29b)](_0x186080[_0x1c6d45(0x358)])&&_0x4de92e[_0x1c6d45(0x2e1)]({'key':_0x186080[_0x1c6d45(0x358)],'newValue':_0x186080[_0x1c6d45(0x214)],'oldValue':_0x186080[_0x1c6d45(0x2d7)],'range':Pt(_0x186080[_0x1c6d45(0x31b)],_0x31556d[_0x1c6d45(0x228)])});for(const _0x70ae43 of _0x5cb800){if(_0x1c6d45(0x32f)!=_0x70ae43[_0x1c6d45(0x206)]&&_0x1c6d45(0x27d)!=_0x70ae43[_0x1c6d45(0x206)])continue;const _0x57ab47=Lt(_0x70ae43[_0x1c6d45(0x271)][_0x1c6d45(0x332)],_0x31556d[_0x1c6d45(0x228)]),_0x5c7483=_0x70ae43[_0x1c6d45(0x292)];_0x1c6d45(0x32f)==_0x70ae43[_0x1c6d45(0x206)]&&_0x4de92e[_0x1c6d45(0x2e1)]({'key':_0x1c6d45(0x355),'newValue':_0x70ae43[_0x1c6d45(0x261)],'oldValue':_0x5c7483[_0x1c6d45(0x261)],'range':_0x57ab47});for(const [_0x1e2bd5,_0x29e014]of _0x5c7483[_0x1c6d45(0x2f9)]){if(!this[_0x1c6d45(0x29b)](_0x1e2bd5))continue;const _0x3b7091=_0x70ae43[_0x1c6d45(0x2f9)][_0x1c6d45(0x2d3)](_0x1e2bd5);_0x29e014!==_0x3b7091&&_0x4de92e[_0x1c6d45(0x2e1)]({'key':_0x1e2bd5,'newValue':_0x3b7091,'oldValue':_0x29e014,'range':_0x57ab47});}for(const [_0x40ce61,_0x2905aa]of _0x70ae43[_0x1c6d45(0x2f9)])this[_0x1c6d45(0x29b)](_0x40ce61)&&(_0x5c7483[_0x1c6d45(0x2f9)][_0x1c6d45(0x28b)](_0x40ce61)||_0x4de92e[_0x1c6d45(0x2e1)]({'key':_0x40ce61,'newValue':_0x2905aa,'oldValue':null,'range':_0x57ab47}));}0x0!=_0x4de92e[_0x1c6d45(0x245)]&&_0x31556d[_0x1c6d45(0x228)][_0x1c6d45(0x377)](_0x2aefeb,_0x3e102b=>{const _0xa68005=_0x1c6d45,_0x100063=_0x54002e();for(const {range:_0x36862d,key:_0xd3e877,oldValue:_0x277c81,newValue:_0x255950}of _0x4de92e)this[_0xa68005(0x302)](_0x36862d,_0xd3e877,_0x277c81,_0x255950,{'groupId':_0x100063});this[_0xa68005(0x2e3)](_0x3e102b,_0x4de92e);});},{'priority':_0x2fda7a(0x202)}),_0x31556d[_0x2fda7a(0x228)][_0x2fda7a(0x34d)]['on'](_0x2fda7a(0x375),(_0x4daedc,_0x1fa585,_0x5f0a66)=>{const _0x2e8a6b=_0x2fda7a;if(null==_0x5f0a66){const {id:_0x2fc61e}=this[_0x2e8a6b(0x285)](_0x1fa585[_0x2e8a6b(0x261)]),_0x332f80=this[_0x2e8a6b(0x2dd)][_0x2e8a6b(0x2d3)](_0x2fc61e);_0x332f80&&_0x332f80[_0x2e8a6b(0x337)](_0x1fa585[_0x2e8a6b(0x261)]);}}),_0x31556d[_0x2fda7a(0x228)][_0x2fda7a(0x26b)]['on'](_0x2fda7a(0x242),()=>{const _0x3f1daf=_0x2fda7a,_0x11bf8=Array[_0x3f1daf(0x329)](_0x31556d[_0x3f1daf(0x228)][_0x3f1daf(0x26b)][_0x3f1daf(0x267)][_0x3f1daf(0x1f6)]())[_0x3f1daf(0x361)](_0x3f0e91=>_0x3f1daf(0x2f7)===this[_0x3f1daf(0x285)](_0x3f0e91[_0x3f1daf(0x261)])[_0x3f1daf(0x2f3)]);if(0x0===_0x11bf8[_0x3f1daf(0x245)])return;_0x11bf8[_0x3f1daf(0x219)]((_0x4b3578,_0x3b60d0)=>{const _0x580d6c=_0x3f1daf,_0x13ec2e=_0x4b3578[_0x580d6c(0x1eb)][_0x580d6c(0x314)],_0x3b14d6=_0x3b60d0[_0x580d6c(0x1eb)][_0x580d6c(0x314)];return null===_0x13ec2e&&null===_0x3b14d6?0x0:null===_0x13ec2e&&null!==_0x3b14d6?-0x1:null!==_0x13ec2e&&null===_0x3b14d6?0x1:_0x13ec2e[_0x580d6c(0x2cf)][_0x580d6c(0x221)](_0x3b14d6[_0x580d6c(0x2cf)])?-0x1:0x1;});const _0x491ff7=new Set(),_0x4bbf7c=new Set();for(const {name:_0x526899,data:_0x22074e}of _0x11bf8){const {id:_0x2b2935}=this[_0x3f1daf(0x285)](_0x526899);if(null===_0x22074e[_0x3f1daf(0x314)]){const _0x244369=this[_0x3f1daf(0x241)](_0x526899);_0x4bbf7c[_0x3f1daf(0x34f)](_0x244369);}else{const _0x51976a=this[_0x3f1daf(0x2dd)][_0x3f1daf(0x2d3)](_0x2b2935);null!==_0x22074e[_0x3f1daf(0x1ec)]||_0x51976a[_0x3f1daf(0x340)]?(_0x491ff7[_0x3f1daf(0x34f)](_0x51976a[_0x3f1daf(0x2da)]),_0x4bbf7c[_0x3f1daf(0x34f)](_0x51976a)):this[_0x3f1daf(0x270)](_0x51976a);}}_0x4bbf7c[_0x3f1daf(0x262)]>0x0&&this[_0x3f1daf(0x1e5)](_0x4bbf7c);for(const _0x444018 of _0x491ff7)this[_0x3f1daf(0x1dd)](_0x3f1daf(0x244),_0x444018);}),_0x31556d[_0x2fda7a(0x228)]['on'](_0x2fda7a(0x2c3),(_0x11baf8,_0x427bb8)=>{const _0x505c54=_0x2fda7a,_0x3e517d=_0x427bb8[0x0];if(!this[_0x505c54(0x2dd)][_0x505c54(0x262)])return;if(!_0x3e517d[_0x505c54(0x2df)])return;if(_0x3e517d[_0x505c54(0x207)][_0x505c54(0x2fb)]||!_0x3e517d[_0x505c54(0x207)][_0x505c54(0x33a)])return;let _0x5524f3,_0x3448ef;switch(_0x3e517d[_0x505c54(0x1f9)]){case _0x505c54(0x1ee):_0x5524f3=_0x31556d[_0x505c54(0x228)][_0x505c54(0x1e4)](_0x3e517d[_0x505c54(0x271)]),_0x3448ef=_0x5524f3[_0x505c54(0x2a4)](_0x3e517d[_0x505c54(0x2d9)]);break;case _0x505c54(0x335):_0x5524f3=_0x31556d[_0x505c54(0x228)][_0x505c54(0x1e4)](_0x3e517d[_0x505c54(0x216)]),_0x3448ef=_0x31556d[_0x505c54(0x228)][_0x505c54(0x1e4)](_0x3e517d[_0x505c54(0x24e)]);break;case _0x505c54(0x31e):_0x5524f3=_0x31556d[_0x505c54(0x228)][_0x505c54(0x1e4)](_0x3e517d[_0x505c54(0x210)]),_0x3448ef=_0x5524f3[_0x505c54(0x2a4)](_0x3e517d[_0x505c54(0x2d9)]);break;default:return;}const _0x21b68a=_0x31556d[_0x505c54(0x228)][_0x505c54(0x220)](_0x5524f3,_0x3448ef);_0x31556d[_0x505c54(0x228)][_0x505c54(0x254)](()=>{const _0x28bf4f=_0x505c54;for(const {suggestion:_0x1f9c9b,meta:_0x16d702}of this[_0x28bf4f(0x2bc)](_0x21b68a)){if(_0x1f9c9b[_0x28bf4f(0x1de)])continue;if(_0x28bf4f(0x2e0)==_0x1f9c9b[_0x28bf4f(0x1f9)])continue;const _0x347184=this[_0x28bf4f(0x232)](_0x1f9c9b);if(_0x347184&&this[_0x28bf4f(0x22e)](_0x347184)&&_0x28bf4f(0x335)!=_0x3e517d[_0x28bf4f(0x1f9)])continue;const _0x277325=_0x1f9c9b[_0x28bf4f(0x1eb)]&&_0x1f9c9b[_0x28bf4f(0x1eb)][_0x28bf4f(0x297)];(_0x28bf4f(0x2e9)!=_0x1f9c9b[_0x28bf4f(0x1f9)]||_0x28bf4f(0x335)==_0x3e517d[_0x28bf4f(0x1f9)]&&!_0x277325)&&(_0x16d702[_0x28bf4f(0x20d)]||_0x28bf4f(0x1fe)==_0x1f9c9b[_0x28bf4f(0x1f9)]&&_0x16d702[_0x28bf4f(0x2db)]||_0x1f9c9b[_0x28bf4f(0x289)]()[_0x28bf4f(0x274)](_0x21b68a)&&this[_0x28bf4f(0x328)](_0x1f9c9b,_0x5524f3,_0x3448ef));}});},{'priority':_0x2fda7a(0x202)}),_0x31556d[_0x2fda7a(0x228)]['on'](_0x2fda7a(0x246),(_0x2b599f,_0x4da753)=>{const _0x6fe18f=_0x2fda7a,_0x4a206e=_0x4da753[0x0],_0x585203=_0x4da753[0x1];if(_0x585203&&_0x585203[_0x6fe18f(0x2a2)])return;if(this[_0x6fe18f(0x2a8)])return;if(!this[_0x6fe18f(0x333)][_0x6fe18f(0x2eb)])return;if(_0x4a206e[_0x6fe18f(0x22c)])return;const _0x4fceff=_0x31556d[_0x6fe18f(0x228)][_0x6fe18f(0x282)],{start:_0x509cb4,end:_0x1c948a}=_0x4a206e[_0x6fe18f(0x289)](),_0xe6d52d=_0x509cb4[_0x6fe18f(0x332)]&&_0x4fceff[_0x6fe18f(0x339)](_0x509cb4[_0x6fe18f(0x332)])?null:_0x4fceff[_0x6fe18f(0x301)](_0x509cb4,_0x6fe18f(0x2ba)),_0x2714ce=_0x1c948a[_0x6fe18f(0x233)]&&_0x4fceff[_0x6fe18f(0x339)](_0x1c948a[_0x6fe18f(0x233)])?null:_0x4fceff[_0x6fe18f(0x301)](_0x1c948a,_0x6fe18f(0x326)),_0x1e6e9f=_0x31556d[_0x6fe18f(0x228)][_0x6fe18f(0x220)](_0xe6d52d?_0xe6d52d[_0x6fe18f(0x2cf)]:_0x509cb4,_0x2714ce?_0x2714ce[_0x6fe18f(0x1e7)]:_0x1c948a);_0x31556d[_0x6fe18f(0x228)][_0x6fe18f(0x254)](_0x41c6aa=>{const _0x4f5951=_0x6fe18f;this[_0x4f5951(0x29e)](_0x1e6e9f);const _0x429a66=_0x31556d[_0x4f5951(0x228)][_0x4f5951(0x282)][_0x4f5951(0x301)](_0x1e6e9f[_0x4f5951(0x2cf)]);_0x4a206e['is'](_0x4f5951(0x2e8))?_0x41c6aa[_0x4f5951(0x37a)](_0x429a66):_0x4a206e[_0x4f5951(0x2b1)](_0x429a66);}),_0x2b599f[_0x6fe18f(0x380)]();},{'priority':_0x3088c2[_0x2fda7a(0x304)]+0xa}),_0x31556d[_0x2fda7a(0x228)]['on'](_0x2fda7a(0x379),(_0x20a897,_0x2d6eb8)=>{const _0x3c6d53=_0x2fda7a,_0x3af344=_0x2d6eb8[_0x2d6eb8[_0x3c6d53(0x245)]-0x1];_0x3af344&&_0x3af344[_0x3c6d53(0x2a2)]||this[_0x3c6d53(0x2a8)]||this[_0x3c6d53(0x333)][_0x3c6d53(0x2eb)]&&(_0x31556d[_0x3c6d53(0x228)][_0x3c6d53(0x254)](()=>{const _0x1ff6dd=_0x3c6d53;let _0x26e3bf=_0x31556d[_0x1ff6dd(0x228)][_0x1ff6dd(0x379)](_0x2d6eb8[0x0],_0x2d6eb8[0x1],_0x2d6eb8[0x2],{'forceDefaultExecution':!0x0});if(!_0x26e3bf)return;_0x20a897[_0x1ff6dd(0x35b)]=_0x26e3bf[_0x1ff6dd(0x362)]();const _0x49b192=_0x26e3bf[_0x1ff6dd(0x1e7)][_0x1ff6dd(0x233)],_0x37b048=_0x31556d[_0x1ff6dd(0x228)][_0x1ff6dd(0x282)];_0x49b192&&_0x37b048[_0x1ff6dd(0x2a7)](_0x49b192)&&!_0x37b048[_0x1ff6dd(0x226)](_0x49b192)&&(_0x26e3bf=_0x31556d[_0x1ff6dd(0x228)][_0x1ff6dd(0x220)](_0x26e3bf[_0x1ff6dd(0x2cf)],_0x31556d[_0x1ff6dd(0x228)][_0x1ff6dd(0x1e4)](_0x49b192,_0x1ff6dd(0x1e7)))),this[_0x1ff6dd(0x200)](_0x26e3bf);}),_0x20a897[_0x3c6d53(0x380)]());},{'priority':_0x2fda7a(0x24d)}),this[_0x2fda7a(0x2bf)][_0x2fda7a(0x37d)][_0x2fda7a(0x34f)](_0x2fda7a(0x20e),this[_0x2fda7a(0x333)]),this[_0x2fda7a(0x324)](_0x2fda7a(0x20e));const _0x37b191=new _0x4380e8(_0x31556d,this[_0x2fda7a(0x2dd)]);_0x31556d[_0x2fda7a(0x37d)][_0x2fda7a(0x34f)](_0x2fda7a(0x21f),_0x37b191),this[_0x2fda7a(0x324)](_0x2fda7a(0x21f));const _0x3f3f8f=new _0x89673e(_0x31556d,this[_0x2fda7a(0x2dd)]);_0x31556d[_0x2fda7a(0x37d)][_0x2fda7a(0x34f)](_0x2fda7a(0x2b6),_0x3f3f8f),this[_0x2fda7a(0x324)](_0x2fda7a(0x2b6)),_0x31556d[_0x2fda7a(0x37d)][_0x2fda7a(0x34f)](_0x2fda7a(0x2cc),new _0x1b0ab5(_0x31556d,_0x37b191,this[_0x2fda7a(0x2dd)])),this[_0x2fda7a(0x324)](_0x2fda7a(0x2cc)),_0x31556d[_0x2fda7a(0x37d)][_0x2fda7a(0x34f)](_0x2fda7a(0x37e),new _0x1b0ab5(_0x31556d,_0x3f3f8f,this[_0x2fda7a(0x2dd)])),this[_0x2fda7a(0x324)](_0x2fda7a(0x37e)),_0x31556d[_0x2fda7a(0x37d)][_0x2fda7a(0x34f)](_0x2fda7a(0x31c),new _0x43ab8e(_0x31556d,_0x37b191,this[_0x2fda7a(0x2dd)])),this[_0x2fda7a(0x324)](_0x2fda7a(0x31c)),_0x31556d[_0x2fda7a(0x37d)][_0x2fda7a(0x34f)](_0x2fda7a(0x2c7),new _0x43ab8e(_0x31556d,_0x3f3f8f,this[_0x2fda7a(0x2dd)])),this[_0x2fda7a(0x324)](_0x2fda7a(0x2c7));const _0x77fc7c=_0x31556d[_0x2fda7a(0x28e)][_0x2fda7a(0x2d3)](_0x2fda7a(0x260));this[_0x2fda7a(0x21e)](_0x77fc7c,_0x2fda7a(0x205),(_0x318d0a,{threadId:_0xb6c44b})=>{const _0x5adc6c=_0x2fda7a,_0x5d9841=this[_0x5adc6c(0x2dd)][_0x5adc6c(0x2d3)](_0xb6c44b);_0x5d9841&&_0x5d9841[_0x5adc6c(0x223)]&&0x1===_0x5d9841[_0x5adc6c(0x223)][_0x5adc6c(0x245)]&&this[_0x5adc6c(0x331)](_0xb6c44b,{'hasComments':!0x0});},{'priority':_0x2fda7a(0x2af)}),this[_0x2fda7a(0x21e)](_0x77fc7c,_0x2fda7a(0x36b),(_0x3ba9f9,{threadId:_0x7a69d9})=>{const _0x2c4640=_0x2fda7a,_0x9de175=this[_0x2c4640(0x2dd)][_0x2c4640(0x2d3)](_0x7a69d9);_0x9de175&&_0x9de175[_0x2c4640(0x223)]&&!_0x9de175[_0x2c4640(0x223)][_0x2c4640(0x245)]&&this[_0x2c4640(0x331)](_0x7a69d9,{'hasComments':!0x1});},{'priority':_0x2fda7a(0x2af)});}set[_0x438fce(0x273)](_0x1d8020){const _0x2575e6=_0x438fce;if(this[_0x2575e6(0x212)])throw new _0x2177c9(_0x2575e6(0x239),this);this[_0x2575e6(0x212)]=_0x1d8020;}get[_0x438fce(0x273)](){const _0x51b3b9=_0x438fce;return this[_0x51b3b9(0x212)];}[_0x438fce(0x1f7)]({skipNotAttached:_0x5496ae=!0x1,toJSON:_0x2be542=!0x1}={}){const _0x5a2bdd=_0x438fce,_0x16e90a=[];for(const _0x4ac9ad of this[_0x5a2bdd(0x2dd)][_0x5a2bdd(0x365)]())_0x5496ae&&!_0x4ac9ad[_0x5a2bdd(0x340)]||_0x16e90a[_0x5a2bdd(0x2e1)](_0x4ac9ad);return _0x2be542?_0x16e90a[_0x5a2bdd(0x1e6)](_0x2dd600=>_0x2dd600[_0x5a2bdd(0x35f)]()):_0x16e90a;}[_0x438fce(0x1da)](_0x4733fd){const _0x49a776=_0x438fce,_0x36c5a5=this[_0x49a776(0x2dd)][_0x49a776(0x2d3)](_0x4733fd);if(!_0x36c5a5)throw new _0x2177c9(_0x49a776(0x33b),this);return _0x36c5a5;}[_0x438fce(0x29c)](_0x22d13d){const _0x15c846=_0x438fce;return this[_0x15c846(0x2dd)][_0x15c846(0x28b)](_0x22d13d);}[_0x438fce(0x312)](_0x3ae4e6){const _0x4386e8=_0x438fce,{authorId:_0x3cdece,id:_0x3ac49c,attributes:_0x5dd437}=_0x3ae4e6,[_0xa759f6,_0x3638b8]=_0x3ae4e6[_0x4386e8(0x1f9)][_0x4386e8(0x335)](':'),_0x2a7cfb=this[_0x4386e8(0x2dd)][_0x4386e8(0x2d3)](_0x3ac49c)||this[_0x4386e8(0x258)](_0xa759f6,_0x3638b8,_0x3ac49c,_0x3cdece,_0x5dd437);if(this[_0x4386e8(0x27e)](_0x2a7cfb),this[_0x4386e8(0x201)](_0x2a7cfb,_0xa759f6,_0x3638b8||null,_0x3cdece),_0x2a7cfb[_0x4386e8(0x2ce)]=_0x3ae4e6[_0x4386e8(0x2ce)],_0x2a7cfb[_0x4386e8(0x35e)]=!0x0,_0x5dd437&&_0x5dd437[_0x4386e8(0x1ed)]){const _0xf5dbbf=_0x5dd437[_0x4386e8(0x1ed)],_0x1217f4=this[_0x4386e8(0x37c)](_0xf5dbbf[_0x4386e8(0x225)]);_0x2a7cfb[_0x4386e8(0x28f)]=_0xf5dbbf[_0x4386e8(0x2ce)],_0x2a7cfb[_0x4386e8(0x1fc)]=_0x1217f4,_0x2a7cfb[_0x4386e8(0x224)]=!0x0;}else _0x2a7cfb[_0x4386e8(0x28f)]=_0x3ae4e6[_0x4386e8(0x2ce)];switch(_0x3ae4e6[_0x4386e8(0x1eb)]&&(_0x2a7cfb[_0x4386e8(0x1eb)]=_0x3ae4e6[_0x4386e8(0x1eb)]),_0x3ae4e6[_0x4386e8(0x2f9)]&&(_0x2a7cfb[_0x4386e8(0x2f9)]=_0x3ae4e6[_0x4386e8(0x2f9)]),this[_0x4386e8(0x212)]&&this[_0x4386e8(0x212)][_0x4386e8(0x238)]||(_0x2a7cfb[_0x4386e8(0x27c)]=!0x0),this[_0x4386e8(0x1e2)][_0x4386e8(0x2d3)](_0x2a7cfb)){case _0x4386e8(0x20f):this[_0x4386e8(0x1e2)][_0x4386e8(0x247)](_0x2a7cfb,_0x4386e8(0x23d));break;case _0x4386e8(0x21d):_0x2a7cfb[_0x4386e8(0x340)]?(this[_0x4386e8(0x24f)](new Set([_0x2a7cfb])),this[_0x4386e8(0x1e5)](new Set([_0x2a7cfb])),this[_0x4386e8(0x1e2)][_0x4386e8(0x247)](_0x2a7cfb,_0x4386e8(0x2b0)),this[_0x4386e8(0x1dd)](_0x4386e8(0x281),_0x2a7cfb)):this[_0x4386e8(0x1e2)][_0x4386e8(0x247)](_0x2a7cfb,_0x4386e8(0x323));}return _0x2a7cfb;}[_0x438fce(0x21f)](_0xf761a6){const _0x2fef2c=_0x438fce;this[_0x2fef2c(0x2a2)](()=>{const _0x1cdb9a=_0x2fef2c;this[_0x1cdb9a(0x2bf)][_0x1cdb9a(0x228)][_0x1cdb9a(0x254)](()=>{const _0x39ef6f=_0x1cdb9a;for(const _0x111f12 of _0xf761a6[_0x39ef6f(0x28a)]())_0x111f12[_0x39ef6f(0x30a)]();});});}[_0x438fce(0x2b6)](_0x59c0c9){const _0x50cef5=_0x438fce;this[_0x50cef5(0x2a2)](()=>{const _0x107d75=_0x50cef5;this[_0x107d75(0x2bf)][_0x107d75(0x228)][_0x107d75(0x254)](()=>{const _0x416171=_0x107d75;for(const _0x1e5974 of _0x59c0c9[_0x416171(0x28a)]())_0x1e5974[_0x416171(0x320)]();});});}[_0x438fce(0x324)](_0x2f8002,_0x3030f7){const _0x413618=_0x438fce,_0x1161ea=this[_0x413618(0x2bf)][_0x413618(0x37d)][_0x413618(0x2d3)](_0x2f8002);if(!_0x1161ea)throw new _0x2177c9(_0x413618(0x1db),this,{'commandName':_0x2f8002});if(this[_0x413618(0x310)][_0x413618(0x28b)](_0x1161ea))throw new _0x2177c9(_0x413618(0x2a0),this,{'commandName':_0x2f8002});this[_0x413618(0x310)][_0x413618(0x34f)](_0x1161ea),_0x3030f7&&_0x1161ea['on'](_0x413618(0x203),(_0xf9ac77,_0x50afa0)=>{const _0x5270e=_0x413618;this[_0x5270e(0x333)][_0x5270e(0x2eb)]&&(this[_0x5270e(0x2a8)]||(_0x50afa0[_0x5270e(0x245)]>0x0&&_0x50afa0[_0x50afa0[_0x5270e(0x245)]-0x1]&&_0x50afa0[_0x50afa0[_0x5270e(0x245)]-0x1][_0x5270e(0x2a2)]?_0x50afa0[_0x5270e(0x1d6)]():(_0xf9ac77[_0x5270e(0x35b)]=_0x3030f7((..._0x1e34b7)=>_0x1161ea[_0x5270e(0x203)](..._0x1e34b7,{'forceDefaultExecution':!0x0}),..._0x50afa0),_0xf9ac77[_0x5270e(0x380)]())));},{'priority':_0x413618(0x24d)});}[_0x438fce(0x2a2)](_0x61241b){const _0x49023e=_0x438fce;let _0x3d2d16,_0x5ca775;const _0xd3c41e=this[_0x49023e(0x2a8)];this[_0x49023e(0x2a8)]=!0x0;try{_0x3d2d16=_0x61241b();}catch(_0x42ca57){_0x5ca775=_0x42ca57;}return _0xd3c41e||(this[_0x49023e(0x2a8)]=!0x1),_0x5ca775&&_0x2177c9[_0x49023e(0x2c9)](_0x5ca775,this),_0x3d2d16;}[_0x438fce(0x200)](_0x23f2ce,_0x4af676=null,_0x584358={}){const _0x281670=_0x438fce;if(_0x23f2ce[_0x281670(0x22c)])return null;const _0x4b3c27=this[_0x281670(0x2bf)][_0x281670(0x28e)][_0x281670(0x2d3)](_0x281670(0x272))['me'];for(const {suggestion:_0x4629da,meta:_0x910ada}of this[_0x281670(0x2bc)](_0x23f2ce,_0x281670(0x1fe)))if(_0x910ada[_0x281670(0x2db)]){if(!_0x910ada[_0x281670(0x2ef)]){if(_0x910ada[_0x281670(0x20d)]){if(!this[_0x281670(0x2b3)]||!qt(_0x4629da,_0x584358))continue;return _0x4629da;}if(qt(_0x4629da,_0x584358))return _0x4629da;this[_0x281670(0x328)](_0x4629da,_0x23f2ce[_0x281670(0x2cf)],_0x23f2ce[_0x281670(0x1e7)]);break;}if(_0x4af676==_0x4629da[_0x281670(0x288)]&&qt(_0x4629da,_0x584358)){const _0x2ef374=_0x4629da[_0x281670(0x289)]();return _0x2ef374[_0x281670(0x2cf)][_0x281670(0x35c)](_0x23f2ce[_0x281670(0x1e7)])?this[_0x281670(0x25d)](_0x4629da,this[_0x281670(0x315)][_0x281670(0x220)](_0x23f2ce[_0x281670(0x2cf)],_0x2ef374[_0x281670(0x1e7)])):this[_0x281670(0x25d)](_0x4629da,this[_0x281670(0x315)][_0x281670(0x220)](_0x2ef374[_0x281670(0x2cf)],_0x23f2ce[_0x281670(0x1e7)])),_0x4629da;}}const _0x3a140d=_0x54002e(),_0x3c68bd=_0x4b3c27['id'],_0x2b8da2=_0x4af676?_0x281670(0x1e9)+_0x4af676:_0x281670(0x1fe),_0x329ec8=this[_0x281670(0x21c)]({'id':_0x3a140d,'type':_0x2b8da2,'createdAt':new Date(),'authorId':_0x3c68bd,'attributes':_0x584358});return this[_0x281670(0x2c0)](_0x2b8da2,_0x3a140d,_0x3c68bd,_0x23f2ce),_0x329ec8;}[_0x438fce(0x36a)](_0x14b084,_0x1deb95=_0x438fce(0x34c),_0x25e1fb={}){const _0x2368ff=_0x438fce,_0x4e9958=this[_0x2368ff(0x2bf)][_0x2368ff(0x28e)][_0x2368ff(0x2d3)](_0x2368ff(0x272))['me'],_0x4274a0=this[_0x2368ff(0x263)][_0x2368ff(0x317)](_0x2368ff(0x1fe),_0x1deb95,_0x2368ff(0x26f));for(const _0x29aeef of this[_0x2368ff(0x1f7)]())if(_0x29aeef[_0x2368ff(0x1fc)]['id']==_0x4e9958['id']&&_0x2368ff(0x1fe)==_0x29aeef[_0x2368ff(0x1f9)]&&_0x29aeef[_0x2368ff(0x288)]==_0x1deb95&&qt(_0x29aeef,_0x25e1fb)&&(_0x4274a0(_0x29aeef[_0x2368ff(0x259)](),_0x14b084)||_0x4274a0(_0x14b084,_0x29aeef[_0x2368ff(0x259)]()))){for(const _0x48f39c of _0x14b084)_0x29aeef[_0x2368ff(0x2b8)](_0x48f39c);return _0x29aeef;}for(const {suggestion:_0x36ae0e,meta:_0x375095}of this[_0x2368ff(0x2bc)](_0x14b084,_0x2368ff(0x1fe))){if(!_0x375095[_0x2368ff(0x2db)])continue;if(!this[_0x2368ff(0x2b3)]&&_0x375095[_0x2368ff(0x20d)])continue;if(!qt(_0x36ae0e,_0x25e1fb))continue;let _0xb47a12=!0x0;for(const _0x200895 of _0x36ae0e[_0x2368ff(0x259)]())for(const _0x11cafb of _0x14b084)if(!_0x200895[_0x2368ff(0x274)](_0x11cafb)){_0xb47a12=!0x1;break;}if(_0xb47a12)return _0x36ae0e;}const _0x24db64=_0x54002e(),_0x26bb09=_0x4e9958['id'],_0x2a6625=_0x2368ff(0x1e9)+_0x1deb95,_0x1f168b=this[_0x2368ff(0x21c)]({'id':_0x24db64,'type':_0x2a6625,'createdAt':new Date(),'authorId':_0x26bb09,'attributes':_0x25e1fb});for(const _0x154ecb of _0x14b084)this[_0x2368ff(0x2c0)](_0x2a6625,_0x24db64,_0x26bb09,_0x154ecb,_0x45e294[_0x2368ff(0x250)]());return _0x1f168b;}[_0x438fce(0x316)](_0x106fac,_0x464e1e,_0x1555c9=null,_0x4319b4={}){const _0x3ba200=_0x438fce;if(_0x1555c9=_0x1555c9||Gt(_0x464e1e),_0x106fac[_0x3ba200(0x22c)])return null;if(_0x3ba200(0x2b2)===this[_0x3ba200(0x257)]){const _0x2914c9=this[_0x3ba200(0x263)][_0x3ba200(0x317)](_0x3ba200(0x2e0),_0x1555c9,_0x3ba200(0x30a));return this[_0x3ba200(0x2a2)](()=>_0x2914c9([_0x106fac],_0x464e1e,_0x4319b4)),null;}const _0xd97001=this[_0x3ba200(0x2bf)][_0x3ba200(0x28e)][_0x3ba200(0x2d3)](_0x3ba200(0x272))['me'],_0xc31746=[];if(_0x3ba200(0x222)!==this[_0x3ba200(0x257)]){for(const {suggestion:_0x1e7cd1,meta:_0x4442ec}of this[_0x3ba200(0x2bc)](_0x106fac,_0x3ba200(0x1fe)))_0x4442ec[_0x3ba200(0x2db)]&&!_0x4442ec[_0x3ba200(0x2c1)]&&_0xc31746[_0x3ba200(0x2e1)](..._0x1e7cd1[_0x3ba200(0x259)]());}const _0x12588f=function(_0x441b9a,_0x5fa14c){const _0x24cc25=_0x3ba200,_0x41afa4=[];for(const _0x5e63f3 of _0x5fa14c){const _0x4ad735=_0x441b9a[_0x24cc25(0x32a)](_0x5e63f3);_0x4ad735&&_0x41afa4[_0x24cc25(0x2e1)](_0x4ad735);}return _0x41afa4;}(_0x106fac,_0xc31746),_0x2e363e=function(_0x11e60b,_0x55ebe5){const _0x2733ab=_0x3ba200,_0x513dab=[_0x11e60b];for(const _0x44818d of _0x55ebe5){let _0x247c4f=0x0;for(;_0x247c4f<_0x513dab[_0x2733ab(0x245)];){const _0x2cfe10=_0x513dab[_0x247c4f][_0x2733ab(0x360)](_0x44818d);_0x513dab[_0x2733ab(0x2be)](_0x247c4f,0x1,..._0x2cfe10),_0x247c4f+=_0x2cfe10[_0x2733ab(0x245)];}}return _0x513dab;}(_0x106fac,_0xc31746);_0x12588f[_0x3ba200(0x245)]&&this[_0x3ba200(0x315)][_0x3ba200(0x254)](()=>{const _0x36404e=_0x3ba200;for(const _0x67a6ff of _0x12588f){const _0x9cf56b=this[_0x36404e(0x263)][_0x36404e(0x317)](_0x36404e(0x2e0),_0x1555c9,_0x36404e(0x30a));this[_0x36404e(0x2a2)](()=>_0x9cf56b([_0x67a6ff],_0x464e1e,_0x4319b4));}});for(const _0x4f1ed5 of _0x2e363e){let _0x54b8bd=null,_0x24cc64=_0x4f1ed5[_0x3ba200(0x2cf)],_0x1a98f3=_0x4f1ed5[_0x3ba200(0x1e7)];for(const {suggestion:_0x1037d3,meta:_0x1e1956}of this[_0x3ba200(0x2bc)](_0x4f1ed5,_0x3ba200(0x2e0))){if(!_0x1e1956[_0x3ba200(0x2db)])continue;if(_0x1037d3[_0x3ba200(0x288)]!=_0x1555c9)continue;if(!qt(_0x1037d3,_0x4319b4))continue;const _0x359264=_0x1037d3[_0x3ba200(0x289)]();if(_0x359264[_0x3ba200(0x274)](_0x4f1ed5,!0x0))return null;_0x24cc64=_0x24cc64[_0x3ba200(0x221)](_0x359264[_0x3ba200(0x2cf)])?_0x24cc64:_0x359264[_0x3ba200(0x2cf)],_0x1a98f3=_0x1a98f3[_0x3ba200(0x1d8)](_0x359264[_0x3ba200(0x1e7)])?_0x1a98f3:_0x359264[_0x3ba200(0x1e7)],_0x54b8bd?_0x359264[_0x3ba200(0x2cf)][_0x3ba200(0x221)](_0x54b8bd[_0x3ba200(0x289)]()[_0x3ba200(0x2cf)])?(_0x54b8bd[_0x3ba200(0x253)](),_0x54b8bd=_0x1037d3):_0x1037d3[_0x3ba200(0x253)]():_0x54b8bd=_0x1037d3;}const _0x4644c0=this[_0x3ba200(0x315)][_0x3ba200(0x220)](_0x24cc64,_0x1a98f3);if(_0x54b8bd)this[_0x3ba200(0x25d)](_0x54b8bd,_0x4644c0);else{const _0x136d72=_0x54002e(),_0x86d8e5=_0xd97001['id'];this[_0x3ba200(0x21c)]({'id':_0x136d72,'type':_0x3ba200(0x279)+_0x1555c9,'data':_0x464e1e,'createdAt':new Date(),'authorId':_0x86d8e5,'attributes':_0x4319b4}),this[_0x3ba200(0x2c0)](_0x3ba200(0x279)+_0x1555c9,_0x136d72,_0x86d8e5,_0x4644c0);}}return null;}[_0x438fce(0x1ff)](_0x1fe4a,_0xaba305,_0x69beef=[],_0x4f61ba=null,_0x23ed1d={}){const _0x25ddb8=_0x438fce;_0xaba305[_0x25ddb8(0x26a)]||(_0xaba305[_0x25ddb8(0x26a)]=_0xaba305[_0x25ddb8(0x298)]),_0xaba305[_0x25ddb8(0x297)]=_0x1fe4a['is'](_0x25ddb8(0x31b)),_0x4f61ba=_0x4f61ba||Gt(_0xaba305);const _0x22d207=_0x69beef[_0x25ddb8(0x1e6)](_0x2632d5=>Lt(_0x2632d5,this[_0x25ddb8(0x315)])),_0x58bac7=_0x1fe4a['is'](_0x25ddb8(0x31b))?_0x1fe4a:Lt(_0x1fe4a,this[_0x25ddb8(0x315)]);if(_0x25ddb8(0x2b2)===this[_0x25ddb8(0x257)]){const _0xcdd02d=this[_0x25ddb8(0x263)][_0x25ddb8(0x317)](_0x25ddb8(0x2e9),_0x4f61ba,_0x25ddb8(0x30a));return this[_0x25ddb8(0x2a2)](()=>_0xcdd02d([_0x58bac7],_0xaba305,_0x23ed1d)),null;}_0x22d207[_0x25ddb8(0x2e1)](_0x58bac7);let _0x5a2035=!0x0;for(const _0x593d49 of _0x22d207)if(!this[_0x25ddb8(0x2dc)](_0x593d49)){_0x5a2035=!0x1;break;}if(_0x5a2035&&_0x25ddb8(0x222)!==this[_0x25ddb8(0x257)]){const _0x1eb186=this[_0x25ddb8(0x263)][_0x25ddb8(0x317)](_0x25ddb8(0x2e9),_0x4f61ba,_0x25ddb8(0x30a));return this[_0x25ddb8(0x2a2)](()=>_0x1eb186([_0x58bac7],_0xaba305,_0x23ed1d)),null;}let _0x318e18=null,_0x52252c=_0x58bac7[_0x25ddb8(0x2cf)],_0x1caf50=_0x58bac7[_0x25ddb8(0x1e7)];for(const {suggestion:_0x5c217e,meta:_0x2d394d}of this[_0x25ddb8(0x2bc)](_0x58bac7,_0x25ddb8(0x2e9))){if(!_0x2d394d[_0x25ddb8(0x2db)])continue;if(_0x2d394d[_0x25ddb8(0x2ef)]||_0x2d394d[_0x25ddb8(0x20d)]||_0x2d394d[_0x25ddb8(0x2c1)])continue;if(_0x5c217e[_0x25ddb8(0x1eb)][_0x25ddb8(0x26a)]!=_0xaba305[_0x25ddb8(0x26a)])continue;if(!qt(_0x5c217e,_0x23ed1d))continue;const _0x1092e9=_0x5c217e[_0x25ddb8(0x289)]();if(_0x5c217e[_0x25ddb8(0x288)]==_0x4f61ba){if(_0x1092e9[_0x25ddb8(0x274)](_0x58bac7,!0x0))return null;_0x52252c=_0x52252c[_0x25ddb8(0x221)](_0x1092e9[_0x25ddb8(0x2cf)])?_0x52252c:_0x1092e9[_0x25ddb8(0x2cf)],_0x1caf50=_0x1caf50[_0x25ddb8(0x1d8)](_0x1092e9[_0x25ddb8(0x1e7)])?_0x1caf50:_0x1092e9[_0x25ddb8(0x1e7)],_0x318e18?_0x1092e9[_0x25ddb8(0x2cf)][_0x25ddb8(0x221)](_0x318e18[_0x25ddb8(0x289)]()[_0x25ddb8(0x2cf)])?(_0x318e18[_0x25ddb8(0x253)](),_0x318e18=_0x5c217e):_0x5c217e[_0x25ddb8(0x253)]():_0x318e18=_0x5c217e;}else{const _0x644070=_0x58bac7[_0x25ddb8(0x32a)](_0x1092e9);this[_0x25ddb8(0x2ae)](_0x5c217e,_0x644070);}}const _0x381829=this[_0x25ddb8(0x2bf)][_0x25ddb8(0x28e)][_0x25ddb8(0x2d3)](_0x25ddb8(0x272))['me'],_0x4ad930=_0x54002e(),_0x3520d3=_0x381829['id'];if(_0x318e18)return this[_0x25ddb8(0x25d)](_0x318e18,this[_0x25ddb8(0x315)][_0x25ddb8(0x220)](_0x52252c,_0x1caf50)),_0x318e18;{const _0x88ce71=this[_0x25ddb8(0x21c)]({'id':_0x4ad930,'type':_0x25ddb8(0x32d)+_0x4f61ba,'data':_0xaba305,'createdAt':new Date(),'authorId':_0x3520d3,'attributes':_0x23ed1d});return this[_0x25ddb8(0x2c0)](_0x25ddb8(0x32d)+_0x4f61ba,_0x4ad930,_0x3520d3,this[_0x25ddb8(0x315)][_0x25ddb8(0x220)](_0x52252c,_0x1caf50)),_0x88ce71;}}[_0x438fce(0x26c)](_0x53477b,_0xacdbe8,_0x4ec89f=[],_0x25db0c=null,_0x2c297e={}){const _0x486da3=_0x438fce;_0xacdbe8[_0x486da3(0x26a)]||(_0xacdbe8[_0x486da3(0x26a)]=_0xacdbe8[_0x486da3(0x298)]);const _0x301aea=_0x53477b[0x0];_0xacdbe8[_0x486da3(0x297)]=_0x301aea['is'](_0x486da3(0x31b)),_0x25db0c=_0x25db0c||Gt(_0xacdbe8);const _0x12edf6=_0x4ec89f[_0x486da3(0x1e6)](_0x213420=>Lt(_0x213420,this[_0x486da3(0x315)])),_0x5070d7=_0x301aea['is'](_0x486da3(0x31b))?_0x53477b:_0x53477b[_0x486da3(0x1e6)](_0x335d39=>Lt(_0x335d39,this[_0x486da3(0x315)]));if(_0x486da3(0x2b2)===this[_0x486da3(0x257)]){const _0xf00cde=this[_0x486da3(0x263)][_0x486da3(0x317)](_0x486da3(0x2e9),_0x25db0c,_0x486da3(0x30a));return this[_0x486da3(0x2a2)](()=>_0xf00cde(_0x5070d7,_0xacdbe8,_0x2c297e)),null;}_0x12edf6[_0x486da3(0x2e1)](..._0x5070d7);let _0x16a09a=!0x0;for(const _0x5bd333 of _0x12edf6)if(!this[_0x486da3(0x2dc)](_0x5bd333)){_0x16a09a=!0x1;break;}if(_0x16a09a&&_0x486da3(0x222)!==this[_0x486da3(0x257)]){const _0x325afb=this[_0x486da3(0x263)][_0x486da3(0x317)](_0x486da3(0x2e9),_0x25db0c,_0x486da3(0x30a));return this[_0x486da3(0x2a2)](()=>_0x325afb(_0x5070d7,_0xacdbe8,_0x2c297e)),null;}const _0x4127f9=this[_0x486da3(0x2bf)][_0x486da3(0x28e)][_0x486da3(0x2d3)](_0x486da3(0x272))['me'];for(const _0x5ccdd1 of this[_0x486da3(0x1f7)]()){if(_0x5ccdd1[_0x486da3(0x1fc)]['id']!=_0x4127f9['id'])continue;if(_0x486da3(0x2e9)!=_0x5ccdd1[_0x486da3(0x1f9)]||_0x5ccdd1[_0x486da3(0x1eb)][_0x486da3(0x26a)]!=_0xacdbe8[_0x486da3(0x26a)])continue;if(!qt(_0x5ccdd1,_0x2c297e))continue;const _0x5da231=_0x5ccdd1[_0x486da3(0x288)]==_0x25db0c;for(let _0x33cd90=0x0;_0x33cd90<_0x5070d7[_0x486da3(0x245)];_0x33cd90++){const _0x42bd0d=_0x5070d7[_0x33cd90];for(const _0x328535 of _0x5ccdd1[_0x486da3(0x2ff)]()){const _0x549fca=_0x328535[_0x486da3(0x268)]();if(_0x42bd0d[_0x486da3(0x35c)](_0x549fca)){_0x5da231?(_0x5070d7[_0x486da3(0x2be)](_0x33cd90,0x1),_0x33cd90--):_0x5ccdd1[_0x486da3(0x354)](_0x328535[_0x486da3(0x261)]);break;}}}}if(0x0==_0x5070d7[_0x486da3(0x245)])return null;const _0x3350bf=this[_0x486da3(0x263)][_0x486da3(0x317)](_0x486da3(0x2e9),_0x25db0c,_0x486da3(0x26f));for(const _0x48e170 of this[_0x486da3(0x1f7)]())if(_0x48e170[_0x486da3(0x1fc)]['id']==_0x4127f9['id']&&_0x486da3(0x2e9)==_0x48e170[_0x486da3(0x1f9)]&&_0x48e170[_0x486da3(0x1eb)][_0x486da3(0x26a)]==_0xacdbe8[_0x486da3(0x26a)]&&_0x48e170[_0x486da3(0x288)]==_0x25db0c&&qt(_0x48e170,_0x2c297e)&&(_0x3350bf(_0x48e170[_0x486da3(0x259)](),_0x5070d7)||_0x3350bf(_0x5070d7,_0x48e170[_0x486da3(0x259)]()))){for(const _0x36e872 of _0x5070d7)_0x48e170[_0x486da3(0x2b8)](_0x36e872);return _0x48e170;}const _0x542d2c=_0x54002e(),_0x1351ea=_0x4127f9['id'],_0x37a688=_0x486da3(0x32d)+_0x25db0c,_0x1a401e=this[_0x486da3(0x21c)]({'id':_0x542d2c,'type':_0x37a688,'data':_0xacdbe8,'createdAt':new Date(),'authorId':_0x1351ea,'attributes':_0x2c297e});for(const _0x194459 of _0x5070d7)this[_0x486da3(0x2c0)](_0x37a688,_0x542d2c,_0x1351ea,_0x194459,_0x45e294[_0x486da3(0x250)]());return _0x1a401e;}[_0x438fce(0x29e)](_0x3486c5,_0x2f6a6c=null,_0x11f3d8={}){const _0x52eba7=_0x438fce;if(_0x3486c5[_0x52eba7(0x22c)])return null;const _0x4b29e6=this[_0x52eba7(0x2bf)][_0x52eba7(0x28e)][_0x52eba7(0x2d3)](_0x52eba7(0x272))['me'],_0x1e7dea=new _0x4bb8cf(_0x3486c5[_0x52eba7(0x2cf)],_0x3486c5[_0x52eba7(0x1e7)]);for(const {suggestion:_0xfa84c9,meta:_0x41c5ad}of this[_0x52eba7(0x2bc)](_0x1e7dea,_0x52eba7(0x1fe)))if(_0x41c5ad[_0x52eba7(0x2db)]&&!_0x41c5ad[_0x52eba7(0x2ef)]){if(_0xfa84c9[_0x52eba7(0x1de)]){const _0x54f8f6=_0xfa84c9[_0x52eba7(0x259)]()[_0x52eba7(0x361)](_0x30e8d0=>_0x52eba7(0x2ab)!=_0x30e8d0[_0x52eba7(0x275)][_0x52eba7(0x37b)]);_0x54f8f6[_0x52eba7(0x35a)](_0x39f583=>_0x1e7dea[_0x52eba7(0x274)](_0x39f583,!0x0))&&_0xfa84c9[_0x52eba7(0x320)]();if(_0x54f8f6[_0x52eba7(0x1f5)](_0x57059f=>_0x57059f[_0x52eba7(0x274)](_0x1e7dea,!0x0))){const _0x1ee734=this[_0x52eba7(0x263)][_0x52eba7(0x317)](_0x52eba7(0x20b),_0x2f6a6c,_0x52eba7(0x30a));return this[_0x52eba7(0x2a2)](()=>_0x1ee734([_0x1e7dea],null,_0x11f3d8)),null;}}else{const _0x5db148=_0x1e7dea[_0x52eba7(0x32a)](_0xfa84c9[_0x52eba7(0x289)]());null!==_0x5db148&&_0xfa84c9[_0x52eba7(0x276)]([_0x5db148],null,_0x11f3d8);}}if(_0x1e7dea[_0x52eba7(0x2c8)](),_0x1e7dea[_0x52eba7(0x22c)]||_0x52eba7(0x2ab)==_0x1e7dea[_0x52eba7(0x275)][_0x52eba7(0x37b)])return null;let _0x149086=null,_0x38b99b=_0x1e7dea[_0x52eba7(0x2cf)],_0x475831=_0x1e7dea[_0x52eba7(0x1e7)];const _0x299900=this[_0x52eba7(0x2bc)](_0x1e7dea,_0x52eba7(0x20b));for(const {suggestion:_0x5b9596,meta:_0x619fbc}of _0x299900){const _0x8a47f7=this[_0x52eba7(0x315)][_0x52eba7(0x220)](_0x38b99b,_0x475831);if(_0x619fbc[_0x52eba7(0x2db)]&&(this[_0x52eba7(0x2b3)]||!_0x619fbc[_0x52eba7(0x20d)]&&!_0x619fbc[_0x52eba7(0x2c1)])){if(_0x5b9596[_0x52eba7(0x1de)]){if(!qt(_0x5b9596,_0x11f3d8))continue;let _0x2dbb22=!0x0;for(const _0x573d63 of _0x5b9596[_0x52eba7(0x259)]()){if(_0x573d63[_0x52eba7(0x274)](_0x8a47f7,!0x0))return _0x5b9596;_0x8a47f7[_0x52eba7(0x274)](_0x573d63)||(_0x2dbb22=!0x1);}_0x2dbb22&&_0x5b9596[_0x52eba7(0x320)]();}else{const _0x3f3c02=_0x5b9596[_0x52eba7(0x289)]();if(_0x3f3c02[_0x52eba7(0x274)](_0x8a47f7,!0x0))return _0x5b9596;if(!qt(_0x5b9596,_0x11f3d8)){_0x8a47f7[_0x52eba7(0x274)](_0x3f3c02)?_0x5b9596[_0x52eba7(0x253)]():_0x3f3c02[_0x52eba7(0x2d0)](_0x38b99b)?_0x38b99b=_0x3f3c02[_0x52eba7(0x1e7)]:_0x3f3c02[_0x52eba7(0x2d0)](_0x475831)&&(_0x475831=_0x3f3c02[_0x52eba7(0x2cf)]);continue;}_0x38b99b=_0x38b99b[_0x52eba7(0x221)](_0x3f3c02[_0x52eba7(0x2cf)])?_0x38b99b:_0x3f3c02[_0x52eba7(0x2cf)],_0x475831=_0x475831[_0x52eba7(0x1d8)](_0x3f3c02[_0x52eba7(0x1e7)])?_0x475831:_0x3f3c02[_0x52eba7(0x1e7)],_0x11f3d8=Object[_0x52eba7(0x37f)]({},_0x5b9596[_0x52eba7(0x2f9)]),_0x149086?_0x3f3c02[_0x52eba7(0x2cf)][_0x52eba7(0x221)](_0x149086[_0x52eba7(0x289)]()[_0x52eba7(0x2cf)])?(_0x149086[_0x52eba7(0x253)](),_0x149086=_0x5b9596):_0x5b9596[_0x52eba7(0x253)]():_0x149086=_0x5b9596;}}}if(_0x149086)return this[_0x52eba7(0x25d)](_0x149086,this[_0x52eba7(0x315)][_0x52eba7(0x220)](_0x38b99b,_0x475831)),_0x149086;{const _0x4959e6=_0x54002e(),_0x32b0d=this[_0x52eba7(0x315)][_0x52eba7(0x220)](_0x38b99b,_0x475831),_0x41074b=_0x4b29e6['id'],_0x14b502=_0x2f6a6c?_0x52eba7(0x357)+_0x2f6a6c:_0x52eba7(0x20b),_0x36c9be=this[_0x52eba7(0x21c)]({'id':_0x4959e6,'type':_0x14b502,'createdAt':new Date(),'authorId':_0x41074b,'attributes':_0x11f3d8});return this[_0x52eba7(0x2c0)](_0x14b502,_0x4959e6,_0x41074b,_0x32b0d),_0x36c9be;}}[_0x438fce(0x29a)](_0x1820e9,_0x241060=_0x438fce(0x34c),_0x4cf999={}){const _0x20d28f=_0x438fce,_0x371387=this[_0x20d28f(0x2bf)][_0x20d28f(0x28e)][_0x20d28f(0x2d3)](_0x20d28f(0x272))['me'],_0x45be30=_0x1820e9[_0x20d28f(0x1e6)](_0x43c798=>new _0x4bb8cf(_0x43c798[_0x20d28f(0x2cf)],_0x43c798[_0x20d28f(0x1e7)])),_0x20410d=new Set();for(const {suggestion:_0x18821d,meta:_0x4a6832}of this[_0x20d28f(0x2bc)](_0x45be30,_0x20d28f(0x1fe)))_0x4a6832[_0x20d28f(0x2db)]&&!_0x4a6832[_0x20d28f(0x2ef)]&&_0x20410d[_0x20d28f(0x34f)](_0x18821d);for(const _0x2ec7f1 of _0x20410d)if(_0x2ec7f1[_0x20d28f(0x1de)]){const _0xcdfbcc=_0x2ec7f1[_0x20d28f(0x259)]();(!_0x2ec7f1[_0x20d28f(0x2f9)]||!_0x2ec7f1[_0x20d28f(0x2f9)][_0x20d28f(0x2e2)])&&(_0xcdfbcc[_0x20d28f(0x35a)](_0x17b368=>_0x45be30[_0x20d28f(0x1f5)](_0x290552=>_0x290552[_0x20d28f(0x274)](_0x17b368,!0x0)))&&_0x2ec7f1[_0x20d28f(0x320)]());if(_0x45be30[_0x20d28f(0x35a)](_0x5b256d=>_0xcdfbcc[_0x20d28f(0x1f5)](_0x1469ce=>_0x1469ce[_0x20d28f(0x274)](_0x5b256d,!0x0)))){const _0xffda1c=this[_0x20d28f(0x263)][_0x20d28f(0x317)](_0x20d28f(0x20b),_0x241060,_0x20d28f(0x30a));return this[_0x20d28f(0x2a2)](()=>_0xffda1c(_0x1820e9,null,_0x4cf999)),null;}}else{const _0x20da0d=_0x2ec7f1[_0x20d28f(0x289)]();_0x45be30[_0x20d28f(0x1f5)](_0x2c58ba=>_0x2c58ba[_0x20d28f(0x274)](_0x20da0d,!0x0))&&_0x2ec7f1[_0x20d28f(0x320)]();if(_0x45be30[_0x20d28f(0x35a)](_0x3ed9ce=>_0x20da0d[_0x20d28f(0x274)](_0x3ed9ce,!0x0))){const _0x4b4468=this[_0x20d28f(0x263)][_0x20d28f(0x317)](_0x20d28f(0x20b),_0x241060,_0x20d28f(0x30a));return this[_0x20d28f(0x2a2)](()=>_0x4b4468(_0x45be30,null,_0x4cf999)),null;}}const _0x2d105f=this[_0x20d28f(0x263)][_0x20d28f(0x317)](_0x20d28f(0x20b),_0x241060,_0x20d28f(0x26f));let _0x581df9=null;for(const _0x284b60 of this[_0x20d28f(0x1f7)]())if(_0x284b60[_0x20d28f(0x1fc)]['id']==_0x371387['id']&&_0x284b60[_0x20d28f(0x340)]&&_0x20d28f(0x20b)==_0x284b60[_0x20d28f(0x1f9)]&&_0x284b60[_0x20d28f(0x288)]==_0x241060&&qt(_0x284b60,_0x4cf999)&&(_0x2d105f(_0x284b60[_0x20d28f(0x259)](),_0x45be30)||_0x2d105f(_0x45be30,_0x284b60[_0x20d28f(0x259)]()))){if(_0x581df9){if(_0x284b60[_0x20d28f(0x223)]&&_0x284b60[_0x20d28f(0x223)][_0x20d28f(0x245)])continue;for(const _0x3b8bc7 of _0x284b60[_0x20d28f(0x259)]())_0x581df9[_0x20d28f(0x1e3)](_0x3b8bc7)||_0x581df9[_0x20d28f(0x2b8)](_0x3b8bc7);_0x284b60[_0x20d28f(0x253)]();}else{_0x581df9=_0x284b60;for(const _0x5224f5 of _0x45be30)_0x284b60[_0x20d28f(0x1e3)](_0x5224f5)||_0x284b60[_0x20d28f(0x2b8)](_0x5224f5);}}if(_0x581df9)return _0x581df9;_0x20410d[_0x20d28f(0x240)]();for(const {suggestion:_0x1d6588,meta:_0xecd54c}of this[_0x20d28f(0x2bc)](_0x45be30,_0x20d28f(0x20b)))_0xecd54c[_0x20d28f(0x2db)]&&(this[_0x20d28f(0x2b3)]||!_0xecd54c[_0x20d28f(0x20d)]&&!_0xecd54c[_0x20d28f(0x2c1)])&&qt(_0x1d6588,_0x4cf999)&&_0x20410d[_0x20d28f(0x34f)](_0x1d6588);for(const _0x5717ac of _0x20410d){const _0x4166fe=_0x5717ac[_0x20d28f(0x259)]();if(!_0x4cf999||!_0x4cf999[_0x20d28f(0x2e2)]){if(_0x45be30[_0x20d28f(0x35a)](_0x2278c8=>_0x4166fe[_0x20d28f(0x1f5)](_0x1c316d=>_0x1c316d[_0x20d28f(0x274)](_0x2278c8,!0x0))))return _0x5717ac;}(!_0x5717ac[_0x20d28f(0x2f9)]||!_0x5717ac[_0x20d28f(0x2f9)][_0x20d28f(0x2e2)])&&(_0x4166fe[_0x20d28f(0x35a)](_0x21f90a=>_0x45be30[_0x20d28f(0x1f5)](_0x8fad57=>_0x8fad57[_0x20d28f(0x274)](_0x21f90a,!0x0)))&&_0x5717ac[_0x20d28f(0x320)]());}const _0x3936d1=_0x54002e(),_0x232dc7=_0x371387['id'],_0x3f2a19=_0x20d28f(0x357)+_0x241060,_0x3021dd=this[_0x20d28f(0x21c)]({'id':_0x3936d1,'type':_0x3f2a19,'createdAt':new Date(),'authorId':_0x232dc7,'attributes':_0x4cf999});for(const _0x49abef of _0x45be30)_0x49abef[_0x20d28f(0x2c8)](),_0x49abef[_0x20d28f(0x22c)]||_0x20d28f(0x2ab)==_0x49abef[_0x20d28f(0x275)][_0x20d28f(0x37b)]||this[_0x20d28f(0x2c0)](_0x3f2a19,_0x3936d1,_0x232dc7,_0x49abef,_0x45e294[_0x20d28f(0x250)]());return _0x3021dd;}[_0x438fce(0x302)](_0x209323,_0x9458c7,_0x241a15,_0xc4f6bd,_0x2bd83a){const _0xa87091=_0x438fce;if(_0x209323[_0xa87091(0x22c)])return[];if(_0xa87091(0x2b2)===this[_0xa87091(0x257)])return[];const _0x40770c=this[_0xa87091(0x2bf)][_0xa87091(0x28e)][_0xa87091(0x2d3)](_0xa87091(0x272))['me']['id'],_0x38d2bf=Array[_0xa87091(0x329)](this[_0xa87091(0x2dd)][_0xa87091(0x365)]())[_0xa87091(0x361)](_0x53e31d=>_0xa87091(0x36e)==_0x53e31d[_0xa87091(0x1f9)]&&_0x53e31d[_0xa87091(0x1eb)][_0xa87091(0x266)]==_0x9458c7&&_0x53e31d[_0xa87091(0x1e3)](_0x209323));if(_0xa87091(0x2ee)===this[_0xa87091(0x257)]){const _0x4e63d1=this[_0xa87091(0x2bc)](_0x209323,_0xa87091(0x1fe))[_0xa87091(0x361)](({meta:_0x25fe28})=>_0x25fe28[_0xa87091(0x2db)]&&!_0x25fe28[_0xa87091(0x2c1)]&&!_0x25fe28[_0xa87091(0x2ef)])[_0xa87091(0x1e6)](({suggestion:_0x58fe2e})=>_0x58fe2e);_0x38d2bf[_0xa87091(0x1f3)](..._0x4e63d1);}const _0x58ac01=new Map([[_0x209323,_0x241a15]]);for(const _0xb5ffa6 of _0x38d2bf){const _0x23cd08=_0xa87091(0x36e)==_0xb5ffa6[_0xa87091(0x1f9)]?_0xb5ffa6[_0xa87091(0x1eb)][_0xa87091(0x359)]:void 0x0,_0x7af3ff=_0xb5ffa6[_0xa87091(0x289)](),_0x1df5c9=Array[_0xa87091(0x329)](_0x58ac01[_0xa87091(0x236)]())[_0xa87091(0x1f4)](_0x1fd381=>_0x1fd381[_0xa87091(0x1fd)](_0x7af3ff));if(!_0x1df5c9)continue;const _0xdec1ef=_0x1df5c9[_0xa87091(0x360)](_0x7af3ff);this[_0xa87091(0x22e)](_0x9458c7)&&_0xa87091(0x1fe)==_0xb5ffa6[_0xa87091(0x1f9)]&&0x0!=_0xdec1ef[_0xa87091(0x245)]||(_0x58ac01[_0xa87091(0x277)](_0x1df5c9),_0xdec1ef[_0xa87091(0x265)](_0xbdf2db=>{const _0x3165dc=_0xa87091;_0x58ac01[_0x3165dc(0x247)](_0xbdf2db,_0x241a15);}),_0xa87091(0x1fe)!=_0xb5ffa6[_0xa87091(0x1f9)]&&_0x23cd08!=_0xc4f6bd&&_0x58ac01[_0xa87091(0x247)](_0x1df5c9[_0xa87091(0x32a)](_0x7af3ff),_0x23cd08));}const _0x30d22e=[];for(const [_0x4e937c,_0x53a4f1]of _0x58ac01){const _0xe210d5=_0x54002e(),_0x1b3a9c={'key':_0x9458c7,'oldValue':_0x53a4f1,'newValue':_0xc4f6bd};_0x9458c7[_0xa87091(0x245)]>0x25&&console[_0xa87091(0x347)](_0xa87091(0x21b),{'key':_0x9458c7});const _0x1536b6=(_0xa87091(0x30c)+(_0x9458c7+'|'+Gt({'newValue':_0xc4f6bd})))[_0xa87091(0x2a6)](0x0,0x3c),_0x439e17=this[_0xa87091(0x21c)]({'id':_0xe210d5,'type':_0x1536b6,'data':_0x1b3a9c,'createdAt':new Date(),'authorId':_0x40770c,'attributes':_0x2bd83a});_0x30d22e[_0xa87091(0x2e1)](_0x439e17),this[_0xa87091(0x2c0)](_0x1536b6,_0xe210d5,_0x40770c,_0x4e937c);}return _0x30d22e;}[_0x438fce(0x382)](_0x1068f6){const _0x4f41eb=_0x438fce;this[_0x4f41eb(0x324)](_0x1068f6,(_0x427d8c,..._0x3f7876)=>{const _0x156e4d=_0x4f41eb;this[_0x156e4d(0x2b4)](()=>{_0x427d8c(..._0x3f7876);});});}[_0x438fce(0x345)](_0x58fea3){const _0x1392d2=_0x438fce;this[_0x1392d2(0x1dc)][_0x1392d2(0x34f)](_0x58fea3);}[_0x438fce(0x311)](_0x58a470){const _0x4ad101=_0x438fce;this[_0x4ad101(0x31a)][_0x4ad101(0x34f)](_0x58a470);}[_0x438fce(0x232)](_0x5eb6e3){const _0x2b1ba8=_0x438fce;return _0x2b1ba8(0x36e)==_0x5eb6e3[_0x2b1ba8(0x1f9)]?_0x5eb6e3[_0x2b1ba8(0x288)][_0x2b1ba8(0x335)]('|')[0x0]:null;}[_0x438fce(0x25d)](_0x393ec3,_0x3a6dc6){const _0x288b0b=_0x438fce,_0x248324=_0x393ec3[_0x288b0b(0x303)]();this[_0x288b0b(0x315)][_0x288b0b(0x254)](_0x1d9a82=>{const _0x465860=_0x288b0b;_0x1d9a82[_0x465860(0x283)](_0x248324,{'range':_0x3a6dc6});});}[_0x438fce(0x27e)](_0x8f6da1){const _0x484c0a=_0x438fce,_0x12cc57=_0x8f6da1['id'],_0x1cd62c=this[_0x484c0a(0x2bf)][_0x484c0a(0x23c)][_0x484c0a(0x2d3)](_0x484c0a(0x22a));this[_0x484c0a(0x2fd)][_0x484c0a(0x204)](_0x12cc57)||this[_0x484c0a(0x2fd)][_0x484c0a(0x384)]({'channelId':_0x1cd62c,'threadId':_0x12cc57,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2af8a3=this[_0x484c0a(0x2fd)][_0x484c0a(0x2f4)](_0x12cc57);_0x2af8a3[_0x484c0a(0x36d)](_0x484c0a(0x234)),_0x2af8a3[_0x484c0a(0x234)]=!0x1,_0x8f6da1[_0x484c0a(0x223)]=_0x2af8a3;}[_0x438fce(0x201)](_0x323409,_0x1822c2,_0x3e8f11,_0x1f71ac){const _0x546815=_0x438fce;if(_0x323409[_0x546815(0x1f9)]!=_0x1822c2||_0x323409[_0x546815(0x288)]!=_0x3e8f11||_0x323409[_0x546815(0x327)]['id']!=_0x1f71ac)throw this[_0x546815(0x2bf)][_0x546815(0x367)](_0x546815(0x286)),new _0x2177c9(_0x546815(0x286),this);}[_0x438fce(0x2ae)](_0x33478b,_0xcca922){const _0x1b7c24=_0x438fce,_0x2c537d=_0x33478b[_0x1b7c24(0x289)]();if(_0xcca922[_0x1b7c24(0x35c)](_0x2c537d))_0x33478b[_0x1b7c24(0x253)]();else{if(_0x2c537d[_0x1b7c24(0x274)](_0xcca922)){const _0x290cc7=this[_0x1b7c24(0x315)][_0x1b7c24(0x1e4)](_0xcca922[_0x1b7c24(0x2cf)][_0x1b7c24(0x233)],_0x1b7c24(0x1e7));this[_0x1b7c24(0x25d)](_0x33478b,this[_0x1b7c24(0x315)][_0x1b7c24(0x220)](_0x2c537d[_0x1b7c24(0x2cf)],_0x290cc7));const _0xc095c7=_0x54002e(),_0x586d43=_0x33478b[_0x1b7c24(0x327)]['id'],_0x1642b2=_0x33478b[_0x1b7c24(0x1f9)]+':'+_0x33478b[_0x1b7c24(0x288)];this[_0x1b7c24(0x21c)]({'id':_0xc095c7,'type':_0x1642b2,'createdAt':new Date(),'authorId':_0x586d43,'data':_0x33478b[_0x1b7c24(0x1eb)],'attributes':_0x33478b[_0x1b7c24(0x2f9)]});const _0x9caa4f=this[_0x1b7c24(0x315)][_0x1b7c24(0x1e4)](_0xcca922[_0x1b7c24(0x1e7)][_0x1b7c24(0x27a)],_0x1b7c24(0x344)),_0x83dd2d=this[_0x1b7c24(0x315)][_0x1b7c24(0x220)](_0x9caa4f,_0x2c537d[_0x1b7c24(0x1e7)]);this[_0x1b7c24(0x2c0)](_0x1642b2,_0xc095c7,_0x586d43,_0x83dd2d);}else{if(_0x2c537d[_0x1b7c24(0x2d0)](_0xcca922[_0x1b7c24(0x2cf)])){const _0x2aab61=this[_0x1b7c24(0x315)][_0x1b7c24(0x1e4)](_0xcca922[_0x1b7c24(0x2cf)][_0x1b7c24(0x233)],_0x1b7c24(0x1e7));this[_0x1b7c24(0x25d)](_0x33478b,this[_0x1b7c24(0x315)][_0x1b7c24(0x220)](_0x2c537d[_0x1b7c24(0x2cf)],_0x2aab61));}else{const _0x4f2e70=this[_0x1b7c24(0x315)][_0x1b7c24(0x1e4)](_0xcca922[_0x1b7c24(0x1e7)][_0x1b7c24(0x27a)],_0x1b7c24(0x344));this[_0x1b7c24(0x25d)](_0x33478b,this[_0x1b7c24(0x315)][_0x1b7c24(0x220)](_0x4f2e70,_0x2c537d[_0x1b7c24(0x1e7)]));}}}}[_0x438fce(0x2dc)](_0x27eb11){const _0xa8ac5f=_0x438fce;for(const {suggestion:_0x6ff0e3,meta:_0x11cbbf}of this[_0xa8ac5f(0x2bc)](_0x27eb11,_0xa8ac5f(0x1fe))){if(!_0x11cbbf[_0xa8ac5f(0x2db)])continue;const _0x1d8925=_0x6ff0e3[_0xa8ac5f(0x259)]();for(const _0x47aa12 of _0x1d8925)if(!_0x27eb11[_0xa8ac5f(0x360)](_0x47aa12)[_0xa8ac5f(0x245)])return!0x0;}return!0x1;}[_0x438fce(0x334)](_0x4e3a55){const _0x487f45=_0x438fce,_0x2fab4b=this[_0x487f45(0x2bf)][_0x487f45(0x28e)][_0x487f45(0x2d3)](_0x487f45(0x272))[_0x487f45(0x321)](_0x4e3a55);if(!_0x2fab4b)throw new _0x2177c9(_0x487f45(0x1d9),this);return _0x2fab4b;}[_0x438fce(0x37c)](_0x1b02fa){const _0x17645b=_0x438fce,_0x3126b1=this[_0x17645b(0x2bf)][_0x17645b(0x28e)][_0x17645b(0x2d3)](_0x17645b(0x272)),_0x3d73af=_0x3e9845(_0x17645b(0x213)+_0x1b02fa),_0x145c4a=_0x3126b1[_0x17645b(0x321)](_0x3d73af);return _0x145c4a||_0x3126b1[_0x17645b(0x342)]({'id':_0x3d73af,'name':_0x1b02fa});}[_0x438fce(0x258)](_0x168b13,_0x5558d9,_0x85b59d,_0x3286e6,_0x4d61f1){const _0x1e7f5d=_0x438fce,_0x1c2f94=this[_0x1e7f5d(0x334)](_0x3286e6),_0x433223=this[_0x1e7f5d(0x263)][_0x1e7f5d(0x32c)](_0x168b13,_0x5558d9,_0x85b59d,_0x1c2f94,_0x4d61f1,_0x552b50=>{const _0x4faeda=_0x1e7f5d;this[_0x4faeda(0x331)](_0x85b59d,{'attributes':_0x552b50});const _0x50d843=this[_0x4faeda(0x1da)](_0x85b59d);this[_0x4faeda(0x24f)](new Set([_0x50d843])),this[_0x4faeda(0x1e5)](new Set([_0x50d843]));});return this[_0x1e7f5d(0x21e)](_0x433223,_0x1e7f5d(0x30a),()=>{const _0x2367ff=_0x1e7f5d;this[_0x2367ff(0x331)](_0x85b59d,{'state':_0x2367ff(0x2d4)});},{'priority':_0x1e7f5d(0x24d)}),this[_0x1e7f5d(0x21e)](_0x433223,_0x1e7f5d(0x320),()=>{const _0x1ef12e=_0x1e7f5d;this[_0x1ef12e(0x331)](_0x85b59d,{'state':_0x1ef12e(0x21a)});},{'priority':_0x1e7f5d(0x24d)}),this[_0x1e7f5d(0x2dd)][_0x1e7f5d(0x247)](_0x85b59d,_0x433223),this[_0x1e7f5d(0x1e2)][_0x1e7f5d(0x247)](_0x433223,_0x1e7f5d(0x20f)),_0x433223;}[_0x438fce(0x285)](_0x250ec5){const _0x118859=_0x438fce,_0x2bde44=_0x250ec5[_0x118859(0x335)](':');return{'group':_0x2bde44[0x0],'type':_0x2bde44[0x1],'subType':_0x2bde44[_0x118859(0x245)]>=0x5?_0x2bde44[0x2]:null,'id':_0x2bde44[_0x118859(0x245)]<0x5?_0x2bde44[0x2]:_0x2bde44[0x3],'authorId':_0x2bde44[_0x118859(0x245)]<0x5?_0x2bde44[0x3]:_0x2bde44[0x4],'markerCount':0x6==_0x2bde44[_0x118859(0x245)]?_0x2bde44[0x5]:null};}[_0x438fce(0x328)](_0x3fca26,_0x20f558,_0x28b2ef){const _0x290380=_0x438fce,_0x474a97=_0x3fca26[_0x290380(0x289)](),_0x4627ca=_0x474a97[_0x290380(0x2cf)],_0x44ce39=_0x474a97[_0x290380(0x1e7)];this[_0x290380(0x25d)](_0x3fca26,this[_0x290380(0x315)][_0x290380(0x220)](_0x4627ca,_0x20f558));const _0x4e972b=_0x54002e(),_0x23529c=_0x3fca26[_0x290380(0x327)]['id'],_0x3f4c17=_0x3fca26[_0x290380(0x1f9)]+(_0x3fca26[_0x290380(0x288)]?':'+_0x3fca26[_0x290380(0x288)]:'');this[_0x290380(0x21c)]({'id':_0x4e972b,'type':_0x3f4c17,'createdAt':new Date(),'authorId':_0x23529c,'originalSuggestionId':_0x3fca26['id'],'attributes':_0x3fca26[_0x290380(0x2f9)],'data':_0x3fca26[_0x290380(0x1eb)]});const _0x51eed9=this[_0x290380(0x232)](_0x3fca26);(_0x290380(0x2e9)==_0x3fca26[_0x290380(0x1f9)]||_0x51eed9&&this[_0x290380(0x22e)](_0x51eed9))&&(_0x28b2ef=this[_0x290380(0x315)][_0x290380(0x2f2)](_0x28b2ef[_0x290380(0x27a)])),this[_0x290380(0x2c0)](_0x3f4c17,_0x4e972b,_0x23529c,this[_0x290380(0x315)][_0x290380(0x220)](_0x28b2ef,_0x44ce39));}[_0x438fce(0x2bc)](_0x361ef5,_0x27f624=null){const _0x3073ff=_0x438fce,_0x2ff4fd=[],_0x36b072=this[_0x3073ff(0x2bf)][_0x3073ff(0x28e)][_0x3073ff(0x2d3)](_0x3073ff(0x272))['me'];Array[_0x3073ff(0x1f8)](_0x361ef5)||(_0x361ef5=[_0x361ef5]);for(const _0x761a4 of this[_0x3073ff(0x1f7)]()){if(!_0x761a4[_0x3073ff(0x340)])continue;if(_0x27f624&&_0x761a4[_0x3073ff(0x1f9)]!=_0x27f624)continue;let _0x3bb9a0=!0x1;for(const _0x28979a of _0x761a4[_0x3073ff(0x259)]()){for(const _0x390fdd of _0x361ef5){const _0x175674=_0x390fdd[_0x3073ff(0x2cf)][_0x3073ff(0x35c)](_0x28979a[_0x3073ff(0x1e7)])||_0x390fdd[_0x3073ff(0x1e7)][_0x3073ff(0x35c)](_0x28979a[_0x3073ff(0x2cf)]);if(_0x175674||_0x390fdd[_0x3073ff(0x32a)](_0x28979a)){const _0x2d279e=_0x390fdd[_0x3073ff(0x274)](_0x28979a)&&Ot(this[_0x3073ff(0x315)][_0x3073ff(0x282)],_0x28979a[_0x3073ff(0x2cf)],_0x390fdd),_0x3033b8=_0x28979a[_0x3073ff(0x274)](_0x390fdd)&&Ot(this[_0x3073ff(0x315)][_0x3073ff(0x282)],_0x390fdd[_0x3073ff(0x2cf)],_0x28979a);_0x2ff4fd[_0x3073ff(0x2e1)]({'suggestion':_0x761a4,'meta':{'isOwn':_0x36b072==_0x761a4[_0x3073ff(0x1fc)],'isNextTo':_0x175674,'isInsideObject':_0x2d279e,'containsRangeInObject':_0x3033b8}}),_0x3bb9a0=!0x0;break;}}if(_0x3bb9a0)break;}}return _0x2ff4fd;}[_0x438fce(0x2c0)](_0x41004e,_0x37acfc,_0xb37029,_0x29a02e,_0x56362d){const _0xa54a00=_0x438fce;this[_0xa54a00(0x315)][_0xa54a00(0x254)](_0x175683=>{const _0x4ac84d=_0xa54a00;let _0x8b1a09=_0x4ac84d(0x231)+_0x41004e+':'+_0x37acfc+':'+_0xb37029;_0x56362d&&(_0x8b1a09=_0x8b1a09+':'+_0x56362d),_0x175683[_0x4ac84d(0x368)](_0x8b1a09,{'range':_0x29a02e,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x438fce(0x270)](_0x46f889){const _0x5051ba=_0x438fce,_0x4dad62=_0x46f889[_0x5051ba(0x30b)],_0xa85991=_0x46f889[_0x5051ba(0x24a)];_0x46f889[_0x5051ba(0x30b)]=null,_0x46f889[_0x5051ba(0x24a)]=null,null!=_0x4dad62&&_0x4dad62[_0x5051ba(0x24a)]==_0x46f889&&(_0x4dad62[_0x5051ba(0x24a)]=_0xa85991),null!=_0xa85991&&_0xa85991[_0x5051ba(0x30b)]==_0x46f889&&(_0xa85991[_0x5051ba(0x30b)]=_0x4dad62),_0x5051ba(0x2b0)==this[_0x5051ba(0x1e2)][_0x5051ba(0x2d3)](_0x46f889)&&(this[_0x5051ba(0x1e2)][_0x5051ba(0x247)](_0x46f889,_0x5051ba(0x323)),this[_0x5051ba(0x1dd)](_0x5051ba(0x230),_0x46f889,_0x4dad62,_0xa85991));}[_0x438fce(0x21c)](_0xa0ead9){const _0x2c8f87=_0x438fce,_0x131c6c=_0xa0ead9['id'],_0x249208=this[_0x2c8f87(0x312)](_0xa0ead9);if(this[_0x2c8f87(0x212)]&&this[_0x2c8f87(0x212)][_0x2c8f87(0x238)]){const _0x2832c9=this[_0x2c8f87(0x2bf)][_0x2c8f87(0x28e)][_0x2c8f87(0x2d3)](_0x2c8f87(0x2c2)),_0x126dac=_0x249208[_0x2c8f87(0x20c)],_0x5b9ffe=_0x249208[_0x2c8f87(0x288)]?_0x249208[_0x2c8f87(0x1f9)]+':'+_0x249208[_0x2c8f87(0x288)]:_0x249208[_0x2c8f87(0x1f9)],_0x2e406e=this[_0x2c8f87(0x2bf)][_0x2c8f87(0x23a)],_0x55244b=_0x2832c9[_0x2c8f87(0x34f)](_0x1641db(_0x2e406e,_0x2c8f87(0x2bd))),_0x2d415b={'id':_0x131c6c,'type':_0x5b9ffe,'hasComments':_0x126dac,'data':_0xa0ead9[_0x2c8f87(0x1eb)]||null,'originalSuggestionId':_0xa0ead9[_0x2c8f87(0x322)]||null,'attributes':_0x249208[_0x2c8f87(0x2f9)]};this[_0x2c8f87(0x212)][_0x2c8f87(0x238)](_0x2d415b)[_0x2c8f87(0x29d)](_0x44130d=>{const _0x53f32c=_0x2c8f87;_0x249208[_0x53f32c(0x27c)]=!0x0,_0x2832c9[_0x53f32c(0x336)](_0x55244b),_0x44130d&&_0x44130d[_0x53f32c(0x2ce)]&&(this[_0x53f32c(0x2dd)][_0x53f32c(0x2d3)](_0x131c6c)[_0x53f32c(0x2ce)]=_0x44130d[_0x53f32c(0x2ce)]);})[_0x2c8f87(0x255)](_0x169b90=>{const _0x2d3173=_0x2c8f87;throw _0x5a6ac6(_0x2d3173(0x2d1)),this[_0x2d3173(0x2bf)][_0x2d3173(0x228)][_0x2d3173(0x377)]({'isUndoable':!0x1},()=>{const _0x57d506=_0x2d3173;_0x249208[_0x57d506(0x320)]();}),_0x249208[_0x2d3173(0x29f)](),this[_0x2d3173(0x2dd)][_0x2d3173(0x277)](_0x249208['id']),this[_0x2d3173(0x1e2)][_0x2d3173(0x277)](_0x249208),_0x169b90;});}return _0x249208;}[_0x438fce(0x22e)](_0x594d90){const _0x50d6de=_0x438fce;return this[_0x50d6de(0x1dc)][_0x50d6de(0x28b)](_0x594d90);}[_0x438fce(0x331)](_0x110837,_0x287d7b){const _0x5ce7af=_0x438fce,_0x37de97=this[_0x5ce7af(0x2bf)][_0x5ce7af(0x28e)][_0x5ce7af(0x2d3)](_0x5ce7af(0x2c2)),_0x18999e=this[_0x5ce7af(0x1da)](_0x110837);if(this[_0x5ce7af(0x212)]&&this[_0x5ce7af(0x212)][_0x5ce7af(0x350)]){if(_0x18999e[_0x5ce7af(0x27c)]){const _0x2ac385=_0x37de97[_0x5ce7af(0x34f)](_0x1641db(this[_0x5ce7af(0x2bf)][_0x5ce7af(0x23a)],_0x5ce7af(0x2bd)));this[_0x5ce7af(0x212)][_0x5ce7af(0x350)](_0x110837,_0x287d7b)[_0x5ce7af(0x29d)](()=>{const _0xff858=_0x5ce7af;_0x37de97[_0xff858(0x336)](_0x2ac385);});}else _0x18999e['on'](_0x5ce7af(0x25b),()=>{const _0x52a804=_0x5ce7af;this[_0x52a804(0x331)](_0x110837,_0x287d7b);});}}[_0x438fce(0x346)](_0x3a0435){const _0xce4a14=_0x438fce;if(!this[_0xce4a14(0x212)]||!this[_0xce4a14(0x212)][_0xce4a14(0x1da)])throw new _0x2177c9(_0xce4a14(0x376),this);return this[_0xce4a14(0x212)][_0xce4a14(0x1da)](_0x3a0435);}[_0x438fce(0x241)](_0x528535){const _0x4f9ad9=_0x438fce,{id:_0x2a8436,type:_0x30fdb5,subType:_0x29f639,authorId:_0x90ac08}=this[_0x4f9ad9(0x285)](_0x528535),_0x3f9035=this[_0x4f9ad9(0x2dd)][_0x4f9ad9(0x2d3)](_0x2a8436)||this[_0x4f9ad9(0x258)](_0x30fdb5,_0x29f639,_0x2a8436,_0x90ac08,{});switch(this[_0x4f9ad9(0x201)](_0x3f9035,_0x30fdb5,_0x29f639,_0x90ac08),this[_0x4f9ad9(0x1e2)][_0x4f9ad9(0x2d3)](_0x3f9035)){case _0x4f9ad9(0x20f):this[_0x4f9ad9(0x346)](_0x2a8436)[_0x4f9ad9(0x29d)](_0x1570ff=>{const _0xe4463f=_0x4f9ad9;let _0x15f500=Promise[_0xe4463f(0x24b)]();_0x1570ff[_0xe4463f(0x20c)]&&(_0x15f500=this[_0xe4463f(0x2fd)][_0xe4463f(0x1ef)]({'channelId':this[_0xe4463f(0x2bf)][_0xe4463f(0x23c)][_0xe4463f(0x2d3)](_0xe4463f(0x22a)),'threadId':_0x2a8436})),_0x15f500[_0xe4463f(0x29d)](()=>{const _0x7aa20b=_0xe4463f;this[_0x7aa20b(0x312)](_0x1570ff)[_0x7aa20b(0x27c)]=!0x0;});}),this[_0x4f9ad9(0x1e2)][_0x4f9ad9(0x247)](_0x3f9035,_0x4f9ad9(0x21d));break;case _0x4f9ad9(0x323):this[_0x4f9ad9(0x331)](_0x2a8436,{'state':_0x4f9ad9(0x2ad)});case _0x4f9ad9(0x23d):this[_0x4f9ad9(0x1e2)][_0x4f9ad9(0x247)](_0x3f9035,_0x4f9ad9(0x2b0)),this[_0x4f9ad9(0x1dd)](_0x4f9ad9(0x281),_0x3f9035);break;case _0x4f9ad9(0x2b0):this[_0x4f9ad9(0x1dd)](_0x4f9ad9(0x244),_0x3f9035);}return _0x3f9035[_0x4f9ad9(0x337)](_0x528535),_0x3f9035;}[_0x438fce(0x1e5)](_0x127e90){const _0x3b680a=_0x438fce,_0x2fce5f=Array[_0x3b680a(0x329)](_0x127e90),_0x3c6c2d=_0x2fce5f[_0x3b680a(0x361)](_0x4596a0=>_0x3b680a(0x36e)==_0x4596a0[_0x3b680a(0x1f9)]);this[_0x3b680a(0x290)](_0x3c6c2d);const _0x28449e=_0x2fce5f[_0x3b680a(0x361)](_0x37c110=>!_0x37c110[_0x3b680a(0x1de)]&&_0x3b680a(0x36e)!=_0x37c110[_0x3b680a(0x1f9)]),_0x200eee=this[_0x3b680a(0x1f7)]({'skipNotAttached':!0x0})[_0x3b680a(0x361)](_0x198954=>!_0x198954[_0x3b680a(0x1de)]&&_0x3b680a(0x36e)!=_0x198954[_0x3b680a(0x1f9)]),_0x45dfa6=_0x200eee[_0x3b680a(0x361)](_0x541d50=>!_0x127e90[_0x3b680a(0x28b)](_0x541d50)),_0x218cb6=new Map(_0x200eee[_0x3b680a(0x1e6)](_0x5d327a=>[_0x5d327a,this[_0x3b680a(0x263)][_0x3b680a(0x317)](_0x5d327a[_0x3b680a(0x1f9)],_0x5d327a[_0x3b680a(0x288)],_0x3b680a(0x1e8))])),_0x6e5f65=new Map(_0x200eee[_0x3b680a(0x1e6)](_0x5c394b=>[_0x5c394b,_0x5c394b[_0x3b680a(0x289)]()])),_0x5f58b0=new Set(),_0x5b2377=new Set();for(let _0x159e68=0x0;_0x159e68<_0x28449e[_0x3b680a(0x245)];_0x159e68++)_0x563b7c(_0x28449e[_0x159e68],_0x28449e,_0x159e68+0x1);for(let _0x50765f=0x0;_0x50765f<_0x28449e[_0x3b680a(0x245)];_0x50765f++)_0x563b7c(_0x28449e[_0x50765f],_0x45dfa6,0x0);const _0x3ec814=new Set();for(let _0x597bd1=0x0;_0x597bd1<_0x28449e[_0x3b680a(0x245)];_0x597bd1++){const _0x162282=_0x28449e[_0x597bd1];!_0x5b2377[_0x3b680a(0x28b)](_0x162282)&&_0x162282[_0x3b680a(0x30b)]&&(_0x3ec814[_0x3b680a(0x34f)](_0x162282[_0x3b680a(0x30b)]),_0x162282[_0x3b680a(0x30b)][_0x3b680a(0x24a)]===_0x162282&&(_0x162282[_0x3b680a(0x30b)][_0x3b680a(0x24a)]=null),_0x162282[_0x3b680a(0x30b)]=null),!_0x5f58b0[_0x3b680a(0x28b)](_0x162282)&&_0x162282[_0x3b680a(0x24a)]&&(_0x3ec814[_0x3b680a(0x34f)](_0x162282[_0x3b680a(0x24a)]),_0x162282[_0x3b680a(0x24a)][_0x3b680a(0x30b)]===_0x162282&&(_0x162282[_0x3b680a(0x24a)][_0x3b680a(0x30b)]=null),_0x162282[_0x3b680a(0x24a)]=null);}function _0x563b7c(_0x3294ba,_0x6de7,_0x15d3e2){const _0x4005ac=_0x3b680a;for(let _0x3f2907=_0x15d3e2;_0x3f2907<_0x6de7[_0x4005ac(0x245)];_0x3f2907++){const _0x2785e6=_0x5ca7b0(_0x3294ba,_0x6de7[_0x3f2907]);_0x2785e6&&(_0x2785e6[0x0][_0x4005ac(0x24a)]=_0x2785e6[0x1],_0x2785e6[0x1][_0x4005ac(0x30b)]=_0x2785e6[0x0],_0x5f58b0[_0x4005ac(0x34f)](_0x2785e6[0x0]),_0x5b2377[_0x4005ac(0x34f)](_0x2785e6[0x1]));}}function _0x5ca7b0(_0x4e61ed,_0x2a4429){const _0x16d9b3=_0x3b680a;if(_0x4e61ed[_0x16d9b3(0x1fc)]['id']!==_0x2a4429[_0x16d9b3(0x1fc)]['id'])return null;const _0x2df46a=_0x218cb6[_0x16d9b3(0x2d3)](_0x4e61ed)(_0x4e61ed,_0x2a4429,_0x6e5f65[_0x16d9b3(0x2d3)](_0x4e61ed),_0x6e5f65[_0x16d9b3(0x2d3)](_0x2a4429));if(!_0x2df46a)return null;return _0x218cb6[_0x16d9b3(0x2d3)](_0x2a4429)(_0x4e61ed,_0x2a4429,_0x6e5f65[_0x16d9b3(0x2d3)](_0x4e61ed),_0x6e5f65[_0x16d9b3(0x2d3)](_0x2a4429))?_0x2df46a[0x1][_0x16d9b3(0x223)]&&_0x2df46a[0x1][_0x16d9b3(0x223)][_0x16d9b3(0x245)]?null:_0x2df46a:null;}_0x3ec814[_0x3b680a(0x262)]&&this[_0x3b680a(0x1e5)](_0x3ec814);}[_0x438fce(0x290)](_0x464a06){const _0x32a101=_0x438fce;if(0x0==_0x464a06[_0x32a101(0x245)])return;const _0x5a5041=this[_0x32a101(0x1f7)]({'skipNotAttached':!0x0})[_0x32a101(0x361)](_0x4c0d7f=>_0x32a101(0x36e)==_0x4c0d7f[_0x32a101(0x1f9)]&&_0x4c0d7f[_0x32a101(0x35e)]),_0x5b5fdc=[],_0x8c0603=new Map();for(const _0x1a68e2 of _0x5a5041){const _0x3da680=_0x3e9845(_0x1a68e2[_0x32a101(0x2f9)]);_0x8c0603[_0x32a101(0x28b)](_0x3da680)||(_0x8c0603[_0x32a101(0x247)](_0x3da680,_0x5b5fdc[_0x32a101(0x245)]),_0x5b5fdc[_0x32a101(0x2e1)]([]));const _0x2d545=_0x8c0603[_0x32a101(0x2d3)](_0x3da680);_0x5b5fdc[_0x2d545][_0x32a101(0x2e1)](_0x1a68e2);}!(function(){const _0x98900c=_0x32a101;_0x5b5fdc[_0x98900c(0x219)]((_0x47af35,_0x55830a)=>{const _0xd45c83=_0x98900c,_0x117a77=_0x47af35[0x0][_0xd45c83(0x2ce)],_0x4e5a9a=_0x55830a[0x0][_0xd45c83(0x2ce)];return _0x117a77==_0x4e5a9a?_0x47af35[0x0][_0xd45c83(0x2f9)][_0xd45c83(0x243)]<_0x55830a[0x0][_0xd45c83(0x2f9)][_0xd45c83(0x243)]?-0x1:0x1:_0x117a77<_0x4e5a9a?-0x1:0x1;});for(const _0x43c26c of _0x5b5fdc)_0x43c26c[_0x98900c(0x219)]((_0x3d398b,_0x3d745b)=>_0x3d398b['id']<_0x3d745b['id']?-0x1:0x1);}());for(let _0x566585=0x0;_0x566585<_0x5b5fdc[_0x32a101(0x245)];_0x566585++){if(0x0==_0x5b5fdc[_0x566585][_0x32a101(0x245)])continue;const _0x252324=[];for(let _0xfa526a=_0x566585+0x1;_0xfa526a<_0x5b5fdc[_0x32a101(0x245)];_0xfa526a++)0x0!=_0x5b5fdc[_0xfa526a][_0x32a101(0x245)]&&_0x5052d4(_0x5b5fdc[_0x566585],_0x5b5fdc[_0xfa526a])&&_0x252324[_0x32a101(0x2e1)](_0xfa526a);for(const _0xbc3790 of _0x252324)_0x5b5fdc[_0x566585]=_0x5b5fdc[_0x566585][_0x32a101(0x34a)](_0x5b5fdc[_0xbc3790]),_0x5b5fdc[_0xbc3790]=[];}for(const _0x340c82 of _0x5b5fdc)for(let _0x252c73=0x0;_0x252c73<_0x340c82[_0x32a101(0x245)];_0x252c73++){const _0x1c515d=_0x340c82[_0x252c73+0x1]||null;_0x340c82[_0x252c73][_0x32a101(0x24a)]!==_0x1c515d&&(_0x340c82[_0x252c73][_0x32a101(0x24a)]=_0x1c515d);}for(const _0x4ae715 of _0x5b5fdc)for(let _0x317de6=0x0;_0x317de6<_0x4ae715[_0x32a101(0x245)];_0x317de6++){const _0x3acba7=_0x4ae715[_0x317de6-0x1]||null;_0x4ae715[_0x317de6][_0x32a101(0x30b)]!==_0x3acba7&&(_0x4ae715[_0x317de6][_0x32a101(0x30b)]=_0x3acba7);}function _0x5052d4(_0x9ce456,_0x408554){const _0x3ccdf3=_0x32a101;if(_0x9ce456[0x0][_0x3ccdf3(0x2f9)][_0x3ccdf3(0x243)]!==_0x408554[0x0][_0x3ccdf3(0x2f9)][_0x3ccdf3(0x243)]&&_0x9ce456[0x0][_0x3ccdf3(0x1fc)]!==_0x408554[0x0][_0x3ccdf3(0x1fc)])return!0x1;if(!function(_0x466ad0,_0x2dfe26){const _0x2289c5=_0x3ccdf3;if(!_0x466ad0[_0x2289c5(0x20c)]&&!_0x2dfe26[_0x2289c5(0x20c)])return!0x0;if(_0x466ad0[_0x2289c5(0x20c)]&&_0x2dfe26[_0x2289c5(0x20c)])return!0x1;if(_0x466ad0[_0x2289c5(0x20c)]&&_0x2dfe26[_0x2289c5(0x2ce)]<_0x466ad0[_0x2289c5(0x223)][_0x2289c5(0x32b)][_0x2289c5(0x2d3)](0x0)[_0x2289c5(0x2ce)])return!0x0;if(_0x2dfe26[_0x2289c5(0x20c)]&&_0x466ad0[_0x2289c5(0x2ce)]<_0x2dfe26[_0x2289c5(0x223)][_0x2289c5(0x32b)][_0x2289c5(0x2d3)](0x0)[_0x2289c5(0x2ce)])return!0x0;return!0x1;}(_0x9ce456[0x0],_0x408554[0x0]))return!0x1;const _0x504649=_0x31b9b4(_0x9ce456[0x0][_0x3ccdf3(0x2f9)],_0x3ccdf3(0x243)),_0xa7cdde=_0x31b9b4(_0x408554[0x0][_0x3ccdf3(0x2f9)],_0x3ccdf3(0x243));if(!_0x31e003(_0x504649,_0xa7cdde))return!0x1;return!!_0x9ce456[_0x3ccdf3(0x35a)](_0x6e04ed=>_0x408554[_0x3ccdf3(0x1f5)](_0x4dd90c=>_0x6e04ed[_0x3ccdf3(0x289)]()[_0x3ccdf3(0x35c)](_0x4dd90c[_0x3ccdf3(0x289)]())))&&_0x408554[_0x3ccdf3(0x35a)](_0x32e69b=>_0x9ce456[_0x3ccdf3(0x1f5)](_0x26dcac=>_0x32e69b[_0x3ccdf3(0x289)]()[_0x3ccdf3(0x35c)](_0x26dcac[_0x3ccdf3(0x289)]())));}}[_0x438fce(0x24f)](_0x790b95){const _0x5c4d00=_0x438fce,_0xb53e67=Array[_0x5c4d00(0x329)](_0x790b95),_0x198a26=this[_0x5c4d00(0x1f7)]({'skipNotAttached':!0x0}),_0x30b89a=_0x198a26[_0x5c4d00(0x361)](_0x28e50d=>!_0x790b95[_0x5c4d00(0x28b)](_0x28e50d)),_0x74a9db=new Map(_0xb53e67[_0x5c4d00(0x1e6)](_0x1b1172=>[_0x1b1172,this[_0x5c4d00(0x263)][_0x5c4d00(0x317)](_0x1b1172[_0x5c4d00(0x1f9)],_0x1b1172[_0x5c4d00(0x288)],_0x5c4d00(0x26f))])),_0x151bd8=new Map(_0x198a26[_0x5c4d00(0x1e6)](_0x52db95=>[_0x52db95,_0x52db95[_0x5c4d00(0x259)]()]));for(let _0x2ea585=0x0;_0x2ea585<_0xb53e67[_0x5c4d00(0x245)];_0x2ea585++){if(_0x49bd6d(this,_0xb53e67[_0x2ea585],_0xb53e67,_0x2ea585+0x1))return!0x0;}for(let _0x350749=0x0;_0x350749<_0xb53e67[_0x5c4d00(0x245)];_0x350749++){if(_0x49bd6d(this,_0xb53e67[_0x350749],_0x30b89a,0x0))return!0x0;}return!0x1;function _0x49bd6d(_0x43bb86,_0x1ab6ed,_0x478115,_0x5107ca){const _0x4e59de=_0x5c4d00;for(let _0x2fb4d2=_0x5107ca;_0x2fb4d2<_0x478115[_0x4e59de(0x245)];_0x2fb4d2++){const _0x5f1f9f=_0x478115[_0x2fb4d2];if(_0x5f1f9f[_0x4e59de(0x1f9)]!==_0x1ab6ed[_0x4e59de(0x1f9)]||_0x5f1f9f[_0x4e59de(0x1fc)]['id']!==_0x1ab6ed[_0x4e59de(0x1fc)]['id']||_0x5f1f9f[_0x4e59de(0x288)]!==_0x1ab6ed[_0x4e59de(0x288)])continue;if(!Jt(_0x1ab6ed,_0x5f1f9f))continue;if(_0x4e59de(0x36e)==_0x1ab6ed[_0x4e59de(0x1f9)]&&_0x1ab6ed[_0x4e59de(0x1eb)][_0x4e59de(0x359)]!=_0x5f1f9f[_0x4e59de(0x1eb)][_0x4e59de(0x359)])continue;if(_0x4e59de(0x36e)==_0x1ab6ed[_0x4e59de(0x1f9)]&&_0x43bb86[_0x4e59de(0x22e)](_0x1ab6ed[_0x4e59de(0x1eb)][_0x4e59de(0x266)]))continue;if(_0x4e59de(0x2e9)==_0x1ab6ed[_0x4e59de(0x1f9)]){const _0x255146=_0x43bb86[_0x4e59de(0x2bf)][_0x4e59de(0x228)],_0x31ded1=_0x1ab6ed[_0x4e59de(0x1e1)]();if(_0x31ded1&&(_0x255146[_0x4e59de(0x282)][_0x4e59de(0x226)](_0x31ded1)||_0x255146[_0x4e59de(0x282)][_0x4e59de(0x339)](_0x31ded1)))continue;}const _0x3da9bd=_0x74a9db[_0x4e59de(0x2d3)](_0x1ab6ed),_0x261946=_0x151bd8[_0x4e59de(0x2d3)](_0x1ab6ed),_0xa96dba=_0x151bd8[_0x4e59de(0x2d3)](_0x5f1f9f),_0x3d0a4c=_0x1ab6ed[_0x4e59de(0x223)]&&_0x1ab6ed[_0x4e59de(0x223)][_0x4e59de(0x245)],_0x52b19e=_0x5f1f9f[_0x4e59de(0x223)]&&_0x5f1f9f[_0x4e59de(0x223)][_0x4e59de(0x245)];if(!_0x3d0a4c&&_0x3da9bd(_0xa96dba,_0x261946))return _0x43bb86[_0x4e59de(0x1d4)](_0x5f1f9f,_0x1ab6ed),_0x151bd8[_0x4e59de(0x277)](_0x1ab6ed),!0x0;if(!_0x52b19e&&_0x3da9bd(_0x261946,_0xa96dba))return _0x43bb86[_0x4e59de(0x1d4)](_0x1ab6ed,_0x5f1f9f),_0x151bd8[_0x4e59de(0x277)](_0x5f1f9f),!0x0;}return!0x1;}}[_0x438fce(0x1d4)](_0x3b25f4,_0x395b63){const _0x3c86c5=_0x438fce;if(_0x3b25f4[_0x3c86c5(0x1de)]){for(const _0x26eb29 of _0x395b63[_0x3c86c5(0x259)]())_0x3b25f4[_0x3c86c5(0x2b8)](_0x26eb29);}else{const _0xd21b24=_0x395b63[_0x3c86c5(0x289)]()[_0x3c86c5(0x1e7)];this[_0x3c86c5(0x25d)](_0x3b25f4,this[_0x3c86c5(0x315)][_0x3c86c5(0x220)](_0x3b25f4[_0x3c86c5(0x289)]()[_0x3c86c5(0x2cf)],_0xd21b24));}_0x395b63[_0x3c86c5(0x253)]();}[_0x438fce(0x353)](_0x51c59f,_0x41d4bf,_0x5264a6){const _0x123f30=_0x438fce,_0x2e13b4=_0x51c59f[_0x123f30(0x2d5)](_0x123f30(0x356))||_0x51c59f[_0x123f30(0x2d5)](_0x123f30(0x36e))?_0x123f30(0x25e):_0x51c59f[_0x123f30(0x264)]();return _0x1641db(this[_0x123f30(0x2bf)][_0x123f30(0x23a)],_0x41d4bf+'_'+_0x2e13b4+_0x123f30(0x227),_0x5264a6);}[_0x438fce(0x1d5)](){const _0x1c0909=_0x438fce,_0x3db71f=this[_0x1c0909(0x2bf)];if(!_0x3db71f['ui'])return;const {ariaLiveAnnouncer:_0x5d80c4}=_0x3db71f['ui'];_0x377bee(this[_0x1c0909(0x315)],({left:_0x1e5cac,entered:_0x521612})=>{const _0x2d34e8=_0x1c0909;for(const _0x4ab8ee of _0x1e5cac){const {group:_0x569462,type:_0xb7f901}=this[_0x2d34e8(0x285)](_0x4ab8ee[_0x2d34e8(0x261)]);if(_0x2d34e8(0x2f7)===_0x569462){_0x5d80c4[_0x2d34e8(0x2bb)](this[_0x2d34e8(0x353)](_0xb7f901,_0x2d34e8(0x287)));break;}}for(const _0x401c2e of _0x521612){const {group:_0x17d53a,type:_0x11637f}=this[_0x2d34e8(0x285)](_0x401c2e[_0x2d34e8(0x261)]);if(_0x2d34e8(0x2f7)===_0x17d53a){_0x5d80c4[_0x2d34e8(0x2bb)](this[_0x2d34e8(0x353)](_0x11637f,_0x2d34e8(0x26d),_0x8947fc(_0x1a5d92)));break;}}});}[_0x438fce(0x295)](_0x43fa8a){const _0x3e062a=_0x438fce;if(this[_0x3e062a(0x25f)])return!0x1;const _0x1e7209=this[_0x3e062a(0x2bf)],_0x46b635=_0x1e7209[_0x3e062a(0x228)][_0x3e062a(0x26b)][_0x3e062a(0x267)][_0x3e062a(0x2f5)]();if(0x0==_0x46b635[_0x3e062a(0x245)])return!0x1;const _0x29f508=[],_0x4cc93b=_0x46b635[_0x3e062a(0x361)](_0x52c38a=>_0x3e062a(0x36e)==_0x52c38a[_0x3e062a(0x1f9)]),_0x5cd99e=_0x46b635[_0x3e062a(0x361)](_0x23e87e=>_0x3e062a(0x1ee)==_0x23e87e[_0x3e062a(0x1f9)]&&_0x3e062a(0x2f1)!=_0x23e87e[_0x3e062a(0x261)]),_0x208e3a=_0x46b635[_0x3e062a(0x361)](_0x41f0f5=>_0x3e062a(0x336)==_0x41f0f5[_0x3e062a(0x1f9)]&&_0x3e062a(0x2f1)!=_0x41f0f5[_0x3e062a(0x261)]);for(const _0x7f0eb9 of _0x4cc93b)_0x29f508[_0x3e062a(0x2e1)]({'key':_0x7f0eb9[_0x3e062a(0x358)],'newValue':_0x7f0eb9[_0x3e062a(0x214)],'oldValue':_0x7f0eb9[_0x3e062a(0x2d7)],'range':Pt(_0x7f0eb9[_0x3e062a(0x31b)],_0x1e7209[_0x3e062a(0x228)])});for(const _0x2196b7 of _0x5cd99e){const _0x3962cd=_0x208e3a[_0x3e062a(0x1f4)](_0x473bc6=>_0x473bc6[_0x3e062a(0x271)][_0x3e062a(0x35c)](_0x2196b7[_0x3e062a(0x271)]));_0x3962cd&&_0x29f508[_0x3e062a(0x2e1)]({'key':_0x3e062a(0x355),'newValue':_0x2196b7[_0x3e062a(0x261)],'oldValue':_0x3962cd[_0x3e062a(0x261)],'range':_0x1e7209[_0x3e062a(0x228)][_0x3e062a(0x208)](_0x2196b7[_0x3e062a(0x271)][_0x3e062a(0x332)])});}return 0x0!=_0x29f508[_0x3e062a(0x245)]&&this[_0x3e062a(0x2e3)](_0x43fa8a,_0x29f508);}[_0x438fce(0x22d)](_0x1a36ad){const _0x42ab77=_0x438fce;let _0x384596=!0x1;const _0x4ae274=this[_0x42ab77(0x2bf)][_0x42ab77(0x228)][_0x42ab77(0x26b)][_0x42ab77(0x267)][_0x42ab77(0x1f6)]()[_0x42ab77(0x361)](_0x4bb6d4=>_0x4bb6d4[_0x42ab77(0x1eb)][_0x42ab77(0x1ec)]&&_0x4bb6d4[_0x42ab77(0x261)][_0x42ab77(0x2d5)](_0x42ab77(0x366)));for(const _0x49b816 of _0x4ae274){const {subType:_0x40e1cf,id:_0x23e28c}=this[_0x42ab77(0x285)](_0x49b816[_0x42ab77(0x261)]),_0x1bf8eb=_0x40e1cf[_0x42ab77(0x335)]('|')[0x0];for(const _0x13f947 of this[_0x42ab77(0x1f7)]({'skipNotAttached':!0x0}))_0x13f947['id']!=_0x23e28c&&_0x42ab77(0x36e)==_0x13f947[_0x42ab77(0x1f9)]&&_0x13f947[_0x42ab77(0x1eb)]&&_0x13f947[_0x42ab77(0x1eb)][_0x42ab77(0x266)]==_0x1bf8eb&&_0x13f947[_0x42ab77(0x289)]()[_0x42ab77(0x1fd)](_0x49b816[_0x42ab77(0x1eb)][_0x42ab77(0x1ec)])&&(this[_0x42ab77(0x2e6)](_0x13f947,_0x49b816[_0x42ab77(0x1eb)][_0x42ab77(0x1ec)],_0x1a36ad),_0x384596=!0x0);}return _0x384596;}[_0x438fce(0x2b4)](_0x10fa9c){const _0x1ca052=_0x438fce;this[_0x1ca052(0x25f)]=!0x0,_0x10fa9c();}[_0x438fce(0x29b)](_0x520e80){const _0x10f5fd=_0x438fce,_0x84142=this[_0x10f5fd(0x22e)](_0x520e80),_0x2cd11f=this[_0x10f5fd(0x31a)][_0x10f5fd(0x28b)](_0x520e80);return _0x84142||_0x2cd11f;}[_0x438fce(0x2e3)](_0x2404d0,_0x125572){const _0x4b4400=_0x438fce;if(0x0==_0x125572[_0x4b4400(0x245)])return!0x1;let _0x3b4170=!0x1;for(const _0x461516 of _0x125572){const _0x131bbf=this[_0x4b4400(0x2bc)](_0x461516[_0x4b4400(0x31b)],_0x4b4400(0x36e))[_0x4b4400(0x361)](_0x539020=>!_0x539020[_0x4b4400(0x30e)][_0x4b4400(0x2ef)])[_0x4b4400(0x1e6)](_0x58c4af=>_0x58c4af[_0x4b4400(0x2f7)]),_0x42d534=_0x3e9845({'newValue':_0x461516[_0x4b4400(0x2e5)]});_0x131bbf[_0x4b4400(0x361)](_0x69c5ca=>{const _0x2a75a4=_0x4b4400,[_0x4a91e6,_0x295796]=_0x69c5ca[_0x2a75a4(0x288)][_0x2a75a4(0x335)]('|');return _0x4a91e6==_0x461516[_0x2a75a4(0x266)]&&_0x295796!=_0x42d534;})[_0x4b4400(0x265)](_0x48dfce=>{const _0x3080f0=_0x4b4400;this[_0x3080f0(0x2e6)](_0x48dfce,_0x461516[_0x3080f0(0x31b)],_0x2404d0),_0x3b4170=!0x0;});}return _0x3b4170;}[_0x438fce(0x2e6)](_0x1991f1,_0x16cf9d,_0x540bff){const _0x56cd5f=_0x438fce,_0x45226d=_0x1991f1[_0x56cd5f(0x289)]()[_0x56cd5f(0x360)](_0x16cf9d);0x0!==_0x45226d[_0x56cd5f(0x245)]?0x1!==_0x45226d[_0x56cd5f(0x245)]?this[_0x56cd5f(0x328)](_0x1991f1,_0x16cf9d[_0x56cd5f(0x2cf)],_0x16cf9d[_0x56cd5f(0x1e7)]):this[_0x56cd5f(0x25d)](_0x1991f1,_0x45226d[0x0]):_0x540bff[_0x56cd5f(0x354)](_0x1991f1[_0x56cd5f(0x303)]());}}class Et{constructor(_0x10d21d){const _0xc223e=_0x438fce;this[_0xc223e(0x338)]=_0x10d21d,this[_0xc223e(0x315)]=_0x10d21d[_0xc223e(0x228)],this[_0xc223e(0x325)]=new Map(),this[_0xc223e(0x28d)]=new Map(),this[_0xc223e(0x2ea)]();}[_0x438fce(0x32c)](_0x41d329,_0x26c89b,_0x1a1868,_0x1a4717,_0x377f70,_0x45c4c8){const _0x5a74dd=_0x438fce;return new _0x45e294(this[_0x5a74dd(0x315)],{'type':_0x41d329,'subType':_0x26c89b,'id':_0x1a1868,'author':_0x1a4717,'creator':_0x1a4717,'attributes':_0x377f70,'onAttributesChange':_0x45c4c8,'onAccept':(..._0x259050)=>this[_0x5a74dd(0x317)](_0x41d329,_0x26c89b,_0x5a74dd(0x30a))(..._0x259050),'onDiscard':(..._0x1323b3)=>this[_0x5a74dd(0x317)](_0x41d329,_0x26c89b,_0x5a74dd(0x320))(..._0x1323b3)});}[_0x438fce(0x2ca)](_0x417a18,_0x48b530,_0x3407de,_0x5f2a7f){const _0x2aa556=_0x438fce,_0x2b601d=_0x417a18+':'+_0x48b530+':'+_0x3407de;this[_0x2aa556(0x325)][_0x2aa556(0x247)](_0x2b601d,_0x5f2a7f);}[_0x438fce(0x317)](_0x4103d3,_0x808b1a,_0x348f8a){const _0x566cf1=_0x438fce,_0x525243=_0x4103d3+':'+_0x808b1a+':'+_0x348f8a;return this[_0x566cf1(0x325)][_0x566cf1(0x2d3)](_0x525243)||this[_0x566cf1(0x28d)][_0x566cf1(0x2d3)](_0x4103d3+':'+_0x348f8a);}[_0x438fce(0x2ea)](){const _0xcddf36=_0x438fce,_0x3432c8=()=>!0x1,_0x307f17=_0x3d2d5a=>{const _0x585567=_0x207c;_0x3d2d5a[_0x585567(0x219)]((_0x3ab4f7,_0x2cba40)=>_0x3ab4f7[_0x585567(0x2cf)][_0x585567(0x221)](_0x2cba40[_0x585567(0x2cf)])?0x1:-0x1),this[_0x585567(0x315)][_0x585567(0x254)](_0x3bef82=>{const _0xaf0967=_0x585567;for(const _0x3ac34a of _0x3d2d5a){let _0x333d57;_0x333d57=_0x3ac34a[_0xaf0967(0x1e7)][_0xaf0967(0x34b)]&&_0x3ac34a[_0xaf0967(0x1e7)][_0xaf0967(0x27a)]==_0x3ac34a[_0xaf0967(0x2cf)][_0xaf0967(0x332)]?_0x3bef82[_0xaf0967(0x1f1)](_0x3ac34a[_0xaf0967(0x2cf)][_0xaf0967(0x332)],'on'):_0x3bef82[_0xaf0967(0x1f1)](_0x3ac34a),this[_0xaf0967(0x315)][_0xaf0967(0x246)](_0x333d57,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x394b89=(_0x27fa40,_0x2a129b)=>{const _0x764422=_0x207c;_0x2a129b&&this[_0x764422(0x315)][_0x764422(0x254)](_0x1d0c2e=>{const _0x55e06e=_0x764422,{commandName:_0x282f5b,commandParams:_0x317df5=[]}=_0x2a129b,_0x5257e3=_0x27fa40[_0x55e06e(0x1e6)](_0x57821d=>(Vt(_0x57821d)&&(_0x57821d=this[_0x55e06e(0x315)][_0x55e06e(0x220)](_0x57821d[_0x55e06e(0x1e7)])),_0x57821d))[_0x55e06e(0x361)](_0x33b6df=>_0x55e06e(0x2ab)!==_0x33b6df[_0x55e06e(0x275)][_0x55e06e(0x37b)]);if(_0x5257e3[_0x55e06e(0x245)]<0x1)return;const _0x171b22=Array[_0x55e06e(0x329)](this[_0x55e06e(0x315)][_0x55e06e(0x26b)][_0x55e06e(0x32e)][_0x55e06e(0x259)]())[_0x55e06e(0x1e6)](_0x44e16e=>_0x4bb8cf[_0x55e06e(0x2a9)](_0x44e16e));_0x1d0c2e[_0x55e06e(0x37a)](_0x5257e3);for(const _0x142725 of this[_0x55e06e(0x338)][_0x55e06e(0x37d)][_0x55e06e(0x37d)]())_0x142725[_0x55e06e(0x27d)]();_0x317df5[_0x55e06e(0x2e1)]({'forceDefaultExecution':!0x0}),this[_0x55e06e(0x338)][_0x55e06e(0x203)](_0x282f5b,..._0x317df5);const _0x3c33f9=_0x171b22[_0x55e06e(0x361)](_0x2b5f60=>_0x55e06e(0x2ab)!=_0x2b5f60[_0x55e06e(0x275)][_0x55e06e(0x37b)]);_0x3c33f9[_0x55e06e(0x245)]>0x0&&_0x1d0c2e[_0x55e06e(0x37a)](_0x3c33f9);for(const _0x36793d of _0x171b22)_0x36793d[_0x55e06e(0x2c8)]();});},_0x181ef8=(_0xedc0b7,_0x5df633)=>0x1==_0xedc0b7[_0xcddf36(0x245)]&&0x1==_0x5df633[_0xcddf36(0x245)]&&_0xedc0b7[0x0][_0xcddf36(0x1e7)][_0xcddf36(0x35c)](_0x5df633[0x0][_0xcddf36(0x2cf)]),_0x3d1058=(_0x52ba79,_0x9ab0d7,_0x34c631,_0x84cd7e)=>Ht(_0x52ba79,_0x9ab0d7,_0x34c631,_0x84cd7e,this[_0xcddf36(0x315)])?[_0x52ba79,_0x9ab0d7]:Ht(_0x9ab0d7,_0x52ba79,_0x84cd7e,_0x34c631,this[_0xcddf36(0x315)])?[_0x9ab0d7,_0x52ba79]:null;this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x373),_0x3432c8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x1fa),_0x307f17),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x369),_0x181ef8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x2a5),_0x3d1058),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x378),_0x307f17),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x20a),_0x3432c8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x2ec),_0x181ef8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x293),_0x3d1058),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x211),_0x394b89),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x2fc),_0x3432c8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x2de),_0x181ef8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x2fe),_0x3432c8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x217),_0x394b89),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x381),_0x3432c8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x305),_0x181ef8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x2ed),_0x3432c8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x24c),_0x3432c8),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x300),(_0x2986e0,_0x300657)=>{const _0x140942=_0xcddf36;if(!_0x300657)return;const _0x12e249=this[_0x140942(0x338)][_0x140942(0x28e)][_0x140942(0x2d3)](p);this[_0x140942(0x315)][_0x140942(0x254)](_0x1640cf=>{const _0x262a80=_0x140942;if(_0x262a80(0x355)==_0x300657[_0x262a80(0x266)])for(const _0x37f8d7 of _0x2986e0){const _0x11189c=_0x37f8d7[_0x262a80(0x2cf)][_0x262a80(0x332)],_0xed526=_0x300657[_0x262a80(0x359)];_0x1640cf[_0x262a80(0x32f)](_0x11189c,_0xed526);}else{if(_0x12e249[_0x262a80(0x22e)](_0x300657[_0x262a80(0x266)])){for(const _0x19e0bd of _0x2986e0)void 0x0!==_0x300657[_0x262a80(0x359)]?_0x1640cf[_0x262a80(0x33e)](_0x300657[_0x262a80(0x266)],_0x300657[_0x262a80(0x359)],_0x19e0bd[_0x262a80(0x2cf)][_0x262a80(0x332)]):_0x1640cf[_0x262a80(0x36c)](_0x300657[_0x262a80(0x266)],_0x19e0bd[_0x262a80(0x2cf)][_0x262a80(0x332)]);}else{for(const _0x1488f5 of _0x2986e0)_0x300657[_0x262a80(0x359)]?_0x1640cf[_0x262a80(0x33e)](_0x300657[_0x262a80(0x266)],_0x300657[_0x262a80(0x359)],_0x1488f5):_0x1640cf[_0x262a80(0x36c)](_0x300657[_0x262a80(0x266)],_0x1488f5);}}});}),this[_0xcddf36(0x28d)][_0xcddf36(0x247)](_0xcddf36(0x1df),_0x181ef8);}}function Ot(_0x29382f,_0x4adea5,_0x4978d1){const _0x1d9a70=_0x438fce;for(const _0xc17284 of _0x4adea5[_0x1d9a70(0x27a)][_0x1d9a70(0x348)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xc17284[_0x1d9a70(0x275)]==_0xc17284)return!0x1;if(!_0x4978d1[_0x1d9a70(0x25c)](_0xc17284))return!0x1;if(_0x29382f[_0x1d9a70(0x226)](_0xc17284)||_0x29382f[_0x1d9a70(0x339)](_0xc17284))return!0x0;}return!0x1;}function Vt(_0x57492a){const _0x5459fa=_0x438fce;return _0x57492a[_0x5459fa(0x1e7)][_0x5459fa(0x27a)]==_0x57492a[_0x5459fa(0x2cf)][_0x5459fa(0x332)]&&_0x57492a[_0x5459fa(0x1e7)][_0x5459fa(0x2cd)];}function Ut(_0x44edbf,_0x10cc89,_0x7481a1,_0x336a1e){const _0x1df519=_0x438fce,_0x56bb01=_0x355723=>!_0x355723[_0x1df519(0x313)]['is'](_0x1df519(0x2a1))&&!_0x336a1e[_0x1df519(0x226)](_0x355723[_0x1df519(0x313)]),_0x16cb06=_0x44edbf[_0x1df519(0x2cf)][_0x1df519(0x2d6)](_0x56bb01),_0x4e62c5=_0x44edbf[_0x1df519(0x1e7)][_0x1df519(0x2d6)](_0x56bb01,{'direction':_0x1df519(0x326)});return(!_0x44edbf[_0x1df519(0x2cf)][_0x1df519(0x35c)](_0x16cb06)||!_0x44edbf[_0x1df519(0x1e7)][_0x1df519(0x35c)](_0x4e62c5))&&(_0x16cb06[_0x1df519(0x221)](_0x4e62c5)?_0x7481a1[_0x1df519(0x283)](_0x10cc89,{'range':_0x7481a1[_0x1df519(0x220)](_0x16cb06,_0x4e62c5)}):_0x7481a1[_0x1df519(0x354)](_0x10cc89),!0x0);}function Gt(_0x30b2bd){return _0x3e9845(_0x30b2bd);}function Ft(_0x2d8257){const _0x584258=_0x438fce,_0x357faf=_0x2d8257[_0x584258(0x2cf)][_0x584258(0x332)];return _0x357faf&&_0x357faf['is'](_0x584258(0x372));}function Pt(_0xa7945e,_0x16cbb8){const _0x4eceda=_0x438fce;return null==_0xa7945e[_0x4eceda(0x1e7)][_0x4eceda(0x233)]&&_0xa7945e[_0x4eceda(0x1e7)][_0x4eceda(0x27a)]==_0xa7945e[_0x4eceda(0x2cf)][_0x4eceda(0x332)]?Lt(_0xa7945e[_0x4eceda(0x2cf)][_0x4eceda(0x332)],_0x16cbb8):_0xa7945e;}function Lt(_0x3dbb21,_0x55725f){const _0x169fb7=_0x438fce,_0x364edd=_0x55725f[_0x169fb7(0x282)][_0x169fb7(0x226)](_0x3dbb21)||_0x55725f[_0x169fb7(0x282)][_0x169fb7(0x2b9)](_0x3dbb21);return _0x55725f[_0x169fb7(0x220)](_0x55725f[_0x169fb7(0x1e4)](_0x3dbb21,_0x169fb7(0x292)),_0x364edd?_0x55725f[_0x169fb7(0x2ac)](_0x3dbb21):_0x55725f[_0x169fb7(0x1e4)](_0x3dbb21,_0x169fb7(0x1e7)));}function Ht(_0x31bb2b,_0x5a5595,_0x420d47,_0x1ade38,_0x1b517a){const _0x28f971=_0x438fce;if(_0x31bb2b[_0x28f971(0x24a)])return!0x1;if(!Jt(_0x31bb2b,_0x5a5595))return!0x1;if(_0x420d47[_0x28f971(0x1e7)][_0x28f971(0x35c)](_0x1ade38[_0x28f971(0x2cf)]))return!0x0;if(_0x31bb2b[_0x28f971(0x1f9)]!=_0x5a5595[_0x28f971(0x1f9)])return!0x1;if(!_0x420d47[_0x28f971(0x1e7)][_0x28f971(0x2d8)](_0x1ade38[_0x28f971(0x2cf)]))return!0x1;const _0x207d8f=_0x1b517a[_0x28f971(0x220)](_0x420d47[_0x28f971(0x1e7)],_0x1ade38[_0x28f971(0x2cf)])[_0x28f971(0x349)]();for(const _0x5787a5 of _0x207d8f)if([_0x28f971(0x209),_0x28f971(0x374)][_0x28f971(0x23f)](_0x5787a5[_0x28f971(0x1f9)])&&_0x1b517a[_0x28f971(0x282)][_0x28f971(0x339)](_0x5787a5[_0x28f971(0x313)]))return!0x1;return!0x0;}function Jt(_0x5789d2,_0x330e99){const _0x38e641=_0x438fce;if(!_0x5789d2[_0x38e641(0x35e)]||!_0x330e99[_0x38e641(0x35e)])return!0x1;const _0x184fe0=new Set(Object[_0x38e641(0x236)](_0x5789d2[_0x38e641(0x2f9)])),_0x1b3b8c=new Set(Object[_0x38e641(0x236)](_0x330e99[_0x38e641(0x2f9)]));if(_0x184fe0[_0x38e641(0x277)](_0x38e641(0x243)),_0x1b3b8c[_0x38e641(0x277)](_0x38e641(0x243)),0x0==_0x184fe0[_0x38e641(0x262)]&&0x0==_0x1b3b8c[_0x38e641(0x262)])return!0x0;if(_0x184fe0[_0x38e641(0x262)]!=_0x1b3b8c[_0x38e641(0x262)])return!0x1;const _0x1e7df1={..._0x5789d2[_0x38e641(0x2f9)]},_0x3c9f39={..._0x330e99[_0x38e641(0x2f9)]};return delete _0x1e7df1[_0x38e641(0x243)],delete _0x3c9f39[_0x38e641(0x243)],JSON[_0x38e641(0x296)](_0x1e7df1)==JSON[_0x38e641(0x296)](_0x3c9f39);}function qt(_0x401920,_0x4ba2a4){const _0x29154c=_0x438fce,_0x170b81=zt(_0x401920[_0x29154c(0x2f9)]),_0x525fdd=zt(_0x4ba2a4);if(!_0x401920[_0x29154c(0x35e)])return!0x1;for(const _0x4242a7 of Object[_0x29154c(0x236)](_0x525fdd))if(!_0x31e003(_0x170b81[_0x4242a7],_0x525fdd[_0x4242a7]))return!0x1;return!0x0;}function zt(_0x48254f){const _0x35afbe=_0x438fce,_0x4943b6=Object[_0x35afbe(0x37f)]({},_0x48254f);return delete _0x4943b6[_0x35afbe(0x2e2)],delete _0x4943b6[_0x35afbe(0x28c)],_0x4943b6;}
|
|
23
|
+
const _0x2cfbc9=_0x2b74;(function(_0x148f1b,_0x403c67){const _0x23a671=_0x2b74,_0x2a1bfa=_0x148f1b();while(!![]){try{const _0xa282a1=-parseInt(_0x23a671(0x315))/0x1+parseInt(_0x23a671(0x32e))/0x2*(-parseInt(_0x23a671(0x274))/0x3)+-parseInt(_0x23a671(0x240))/0x4+-parseInt(_0x23a671(0x203))/0x5+parseInt(_0x23a671(0x2dd))/0x6+parseInt(_0x23a671(0x259))/0x7*(-parseInt(_0x23a671(0x1a7))/0x8)+-parseInt(_0x23a671(0x2ab))/0x9*(-parseInt(_0x23a671(0x2d6))/0xa);if(_0xa282a1===_0x403c67)break;else _0x2a1bfa['push'](_0x2a1bfa['shift']());}catch(_0x90c1a1){_0x2a1bfa['push'](_0x2a1bfa['shift']());}}}(_0x5e14,0x40166));import{Plugin as _0x3474,PendingActions as _0x3c58eb}from'ckeditor5/src/core.js';function _0x2b74(_0x148880,_0x5d9248){const _0x5e1461=_0x5e14();return _0x2b74=function(_0x2b7456,_0xd95567){_0x2b7456=_0x2b7456-0x19d;let _0x5ab093=_0x5e1461[_0x2b7456];return _0x5ab093;},_0x2b74(_0x148880,_0x5d9248);}import{LiveRange as _0x378a08}from'ckeditor5/src/engine.js';import{CKEditorError as _0x58e79e,uid as _0x5a227b,priorities as _0x38c9ba,logWarning as _0xb728e3,getEnvKeystrokeText as _0x55d51d}from'ckeditor5/src/utils.js';import{toWidget as _0x42b5f8}from'ckeditor5/src/widget.js';import{Users as _0x46e451,hashObject as _0x13221c,surroundingMarkersDetector as _0x5518e8,FOCUS_ANNOTATION_KEYSTROKE as _0xb59152}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x558b00 from'./commands/trackchangescommand.js';import _0x38bd98 from'./commands/acceptsuggestioncommand.js';import _0x6dc052 from'./commands/discardsuggestioncommand.js';import _0x380655 from'./commands/executeonallsuggestionscommand.js';import _0x3034d7 from'./commands/executeonselectedsuggestionscommand.js';import _0x4f3fa9 from'./suggestion.js';import _0x20e45e from'./suggestiondescriptionfactory.js';import _0x549736 from'./integrations/aiassistant.js';import _0x32db45 from'./integrations/alignment.js';import _0x36eeb3 from'./integrations/basicstyles.js';import _0x5d6d7f from'./integrations/blockquote.js';function _0x5e14(){const _0x35a7af=['markBlockFormat','markMultiRangeBlockFormat','_refreshSuggestionsChain','$graveyard','_SUGGESTION_ANNOUNCEMENT','isMultiRange','getSuggestions','getCustomProperty','split','hasComments','warn','setAttribute','getAncestors','suggestion','markerName','trackChanges.trackFormatChanges','getMarkers','_breakSuggestionMarker','addSuggestion','deletion:chain','track-changes-command-not-found','elementEnd','init','createdAt','ck-suggestion-marker-formatBlock','_removeSuggestion','_recordAttributeChanges','comments','isSelectable','discardSelectedSuggestions','data-suggestion','enableDefaultAttributesIntegration','normal','dataToMarker','acceptSelectedSuggestions','assign','after','_onDiscard','@external','forceDefaultExecution','end','ready','return','fire','track-changes-enable-command-twice','isObject','getNearestSelectionRange','parent','_getExternalAuthor','batch','getContainedElement','splice','markMultiRangeDeletion','100881iIXSBM','deletion:join','highest','unshift','_suggestions','includes','every','addCommentThread','addRange','rootName','getChangedMarkers','authoredAt','getAllAdjacentSuggestions','open','$text','find','markerToHighlight','addMarker:suggestion:attribute','Users','clone','isUndo','element','createRangeOn','getRanges','formatBlock:join','formatInline:accept','resolve','_isBlockAttribute','isInContent','skipNestingCheck','attributes','default','deletion:','toViewElement','LEAVE','editingDowncast','discard','conversion','track-changes-suggestion-not-found','name','has','fromRange','_cutOutSuggestionMarker','1260deYaOz','containsItem','options','requires','addMarker:suggestion:formatBlock','containsPosition','containsRangeInObject','1179192DEqrCc','_joinWithAdjacentSuggestions','substr','showSuggestionHighlights','_getAuthorFromId','set','formatBlock','createPositionBefore','lowest','createPositionAt','suggestion:','groupId','type','trackChanges','meta','_getAttributeKey','removeMarker:suggestion:formatBlock','never','mapper','suggestion-type','_joinSuggestions','removeAttribute','getItems','adapter','move','ck-suggestion-marker-formatInline','buildSuggestion','sort','createRange','$textProxy','trackChanges.mergeNestedSuggestions','isInsideObject','root','getDifference','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.','elementToElement','registerPostFixer','widget','pluginName','formatInline:join','markerNameToElements','markerToData','writer','newRange','createRangeIn','isDocumentOperation','for','addClass','item','differ','format','enableCommand','_createSuggestion','catch','dataReady','_reduceSuggestionAttributeRange','289167TrcXgX','always','fromCharCode','getRange','ck-suggestion-marker','_suggestionFactory','removeMarker','enqueueChange','updateMarker','range','isAtStart','then','filter','before','from','isOwn','add','isRemovable','isNextTo','getFirstRange','previous','_saved','some','stopListening','getIntersection','2mVfPNr','createPositionAfter','delete','ENTER','length','isAfter','moveTargetPosition','rejected','markDeletion','_addSuggestionMarker','define','markers','deletion:accept','attribute:discard','updateSuggestion','clear','CommentsRepository','_processAttributeChanges','elementStart','descriptionFactory','formatInline:discard','enableReadOnlyMode','removeClass','remove','splitPosition','_afterChanges','push','addMarker','getSuggestion','_model','isAtEnd','suggestionLoaded','subType','markerReady','getUser','PENDING_ACTION_SUGGESTION','getFirstMarker','data-author-id','consume','track-changes-user-not-found','isIntersecting','containsRange','8quEVRp','_getMarkerAnnouncementText','markInsertion','schema','_setSuggestionData','config','isExternal','markAttributeChange','removed','startsWith','attribute:join','_mergeNestedSuggestions','model','removeMarkers','locale','setTo','isLocal','_getSuggestionData','start','formatBlock:accept','change:activeMarkers','_processAttributeSuggestions','isIntersectingWithRange','addComment','track-changes-suggestion-data-mismatch','suggestionChanged','_customCallbacks','getMultiRangeId','ck-suggestion-marker--active','detach','stop','formatBlock:discard','map','size','backward','low','addMarker:suggestion','_handleNewSuggestionMarker','_editor','keys','accept','nodeAfter','$marker','_findSuggestions','value','createElement','acceptSuggestion','removeComment','pop','formatGroupId','_commentsRepository','nodeBefore','insertion:discard','join','_setSuggestionRange','announce','containerElement','concat','toJSON','removeMarker:suggestion:attribute','_recordAttributeSuggestions','_isForcedDefaultExecutionBlock','attributeOldValue','consumable','fetchCommentThread','attribute:accept','insert','_adapter','creator','registerInlineAttribute','values','_suggestionState','chain','registerBlockAttribute','registerCustomCallback','stringify','formatInline:','_blockAttributeKeys','action','getSuggestionCallback','getAttribute','multipleBlocks','_inlineAttributeKeys','high','_registerDefaultCallbacks','attributeKey','suggestionUnloaded','_updateSuggestionData','FORMATTING','insertion','reconvertMarker','refresh','320890VKkIaN','selection','head','_trackFormatChanges','insertContent','discardAllSuggestions','track-changes-adapter-missing-getsuggestion','forward','toUpperCase','getCommentThread','isArray','get','insertion:join','notReady','suggestion:attribute:','_initAriaMarkerChangeAnnouncements','markInlineFormat','addHighlight','markMultiRangeInsertion','bindElementToMarker','execute','_splitMarkerName','editor','rename','key','isEqual','_addThreadToSuggestion','editing','marker-count','setSelection','formatInline:chain','getShiftedBy','formatInline','addSuggestionData','update:suggestion','document','newValue','oldRange','track-changes-adapter-already-set','insertion:accept','isBefore','data','oldValue','addMarkerName','collaboration.channelId','attributeNewValue','commandName','getLastMatchingPosition','TrackChangesEditing','getChanges','group','accepted','upcast','attribute','discardSuggestion','authorName','external:','multi','rethrowUnexpectedError','unbind','listenTo','1944580vOdqGU','$elementName','howMany','change:_saved','deleteContent','error-saving-suggestion-data-suggestion-discarded','insertion:chain','dataDowncast','position','hasSuggestion','deletion','_refreshAttributeSuggestionsChain','applyOperation','_reduceExistingSuggestions','unbindElementFromMarkerName','change','_enabledCommands','formatBlock:chain','targetPosition','_isDataLoaded','insertion:','commands','substring','acceptAllSuggestions','isCollapsed','1667267fEWAIm','next','tablePasteChainId','isTouching','isBlock','_defaultCallbacks','isLimit','deletion:discard','author','plugins','attribute:','formatBlock:','_isRegisteredAttribute','createSelection','originalSuggestionId','hasCommentThread','documentSelection','change:data','ck-suggestion-marker-','getWalker','addUser','activeMarkers','PendingActions','commentThread','forEach','_rangeIsInLocalUserInsertion','trackChangesCommand','806079admDZX','_checkSuggestionCorrectness'];_0x5e14=function(){return _0x35a7af;};return _0x5e14();}import _0x157b68 from'./integrations/casechange.js';import _0x91c5ac from'./integrations/ckbox.js';import _0x245002 from'./integrations/codeblock.js';import _0x3aa15f from'./integrations/comments.js';import _0x10e909 from'./integrations/deletecommand.js';import _0x11329c from'./integrations/list.js';import _0x527201 from'./integrations/listproperties.js';import _0x236170 from'./integrations/entercommand.js';import _0x8899d1 from'./integrations/findandreplace.js';import _0xd78c9f from'./integrations/font.js';import _0x5e2228 from'./integrations/formatpainter.js';import _0x29842b from'./integrations/heading.js';import _0x50d76d from'./integrations/highlight.js';import _0x6d4514 from'./integrations/horizontalline.js';import _0x41bd2f from'./integrations/htmlembed.js';import _0x332405 from'./integrations/image.js';import _0x46ffd1 from'./integrations/imagereplace.js';import _0x36bab5 from'./integrations/imagestyle.js';import _0x4f1fea from'./integrations/importword.js';import _0x52e13f from'./integrations/indent.js';import _0x41fd4f from'./integrations/inputcommand.js';import _0x385ca6 from'./integrations/link.js';import _0x389d56 from'./integrations/legacylist.js';import _0x19db9f from'./integrations/legacylistproperties.js';import _0x3dd800 from'./integrations/mediaembed.js';import _0x5c82be from'./integrations/mention.js';import _0x1c893e from'./integrations/mergefields.js';import _0xd9d67e from'./integrations/multilevellist.js';import _0x68fa4e from'./integrations/pagebreak.js';import _0x40d841 from'./integrations/paragraph.js';import _0x1f5fe0 from'./integrations/removeformat.js';import _0x575f39 from'./integrations/restrictededitingmode.js';import _0x48ca51 from'./integrations/shiftentercommand.js';import _0x501491 from'./integrations/standardeditingmode.js';import _0x59d7c3 from'./integrations/style.js';import _0x26ef07 from'./integrations/table.js';import _0x5c1454 from'./integrations/tablemergesplit.js';import _0x118153 from'./integrations/tableheadings.js';import _0x26e2cb from'./integrations/tableclipboard.js';import _0x2145ee from'./integrations/tablecolumnresize.js';import _0x2496af from'./integrations/template.js';import _0x7b28d5 from'./integrations/tableofcontents.js';import _0xe47a47 from'./integrations/title.js';import _0x308a4d from'./integrations/undo.js';import _0x49e219 from'./integrations/tablecaption.js';import _0x78a3bd from'./integrations/tableproperties.js';import{getTranslation as _0x40f4f0}from'./utils/common-translations.js';import{isEqual as _0xe9d3ef,omit as _0x24f367}from'lodash-es';export const renameAttributeKey=_0x2cfbc9(0x241);export default class p extends _0x3474{static get[_0x2cfbc9(0x2d9)](){const _0x4b8987=_0x2cfbc9;return[_0x4b8987(0x33e),_0x46e451,_0x3c58eb,_0x549736,_0x32db45,_0x36eeb3,_0x5d6d7f,_0x91c5ac,_0x157b68,_0x245002,_0x3aa15f,_0x10e909,_0x236170,_0x8899d1,_0xd78c9f,_0x5e2228,_0x29842b,_0x50d76d,_0x6d4514,_0x41bd2f,_0x332405,_0x36bab5,_0x46ffd1,_0x4f1fea,_0x52e13f,_0x41fd4f,_0x389d56,_0x19db9f,_0xd9d67e,_0x385ca6,_0x11329c,_0x527201,_0x3dd800,_0x5c82be,_0x1c893e,_0x68fa4e,_0x40d841,_0x1f5fe0,_0x575f39,_0x48ca51,_0x501491,_0x59d7c3,_0x26ef07,_0x5c1454,_0x118153,_0x49e219,_0x26e2cb,_0x2145ee,_0x7b28d5,_0x78a3bd,_0x2496af,_0xe47a47,_0x308a4d];}static get[_0x2cfbc9(0x303)](){const _0x3ce468=_0x2cfbc9;return _0x3ce468(0x233);}constructor(_0x20716b){const _0x2826b9=_0x2cfbc9;function _0x2397b9(_0xa5f763){const _0x478860=_0x2b74;return _0xa5f763[_0x478860(0x1c7)](_0x4b8f4a=>String[_0x478860(0x317)](_0x4b8f4a))[_0x478860(0x1dc)]('');}super(_0x20716b),this[_0x2826b9(0x1e3)]=!0x1,this[_0x2826b9(0x2e2)](_0x2826b9(0x26e),[]),this['on'](_0x2826b9(0x1bb),(_0x472537,_0x4f97e1,_0x392092,_0x255109)=>{const _0x442a4a=_0x2826b9;this[_0x442a4a(0x34b)][_0x442a4a(0x24f)](()=>{const _0x478f34=_0x442a4a;for(const _0x345479 of[..._0x255109,..._0x392092])this[_0x478f34(0x34b)][_0x478f34(0x339)][_0x478f34(0x2d3)](_0x345479)&&_0x20716b[_0x478f34(0x21e)][_0x478f34(0x201)](_0x345479);});}),this[_0x2826b9(0x341)]=new _0x20e45e(this[_0x2826b9(0x219)][_0x2826b9(0x1b3)][_0x2826b9(0x1aa)],this[_0x2826b9(0x219)][_0x2826b9(0x1b5)]),this[_0x2826b9(0x1ea)]=null,this[_0x2826b9(0x31a)]=new Et(this[_0x2826b9(0x219)]),this[_0x2826b9(0x2af)]=new Map(),this[_0x2826b9(0x1d9)]=_0x20716b[_0x2826b9(0x262)][_0x2826b9(0x20e)](_0x2826b9(0x33e)),this[_0x2826b9(0x250)]=new Set(),this[_0x2826b9(0x34b)]=this[_0x2826b9(0x219)][_0x2826b9(0x1b3)],this[_0x2826b9(0x1ee)]=new WeakMap(),this[_0x2826b9(0x1e4)]=!0x1,this[_0x2826b9(0x1f4)]=new Set([_0x2826b9(0x241)]),this[_0x2826b9(0x1f9)]=new Set(),_0x20716b[_0x2826b9(0x1ac)][_0x2826b9(0x338)](_0x2826b9(0x285),_0x2826b9(0x2ca)),this[_0x2826b9(0x206)]=_0x20716b[_0x2826b9(0x1ac)][_0x2826b9(0x20e)](_0x2826b9(0x285)),_0x20716b[_0x2826b9(0x1ac)][_0x2826b9(0x338)](_0x2826b9(0x2fb),!0x0),this[_0x2826b9(0x1b2)]=_0x20716b[_0x2826b9(0x1ac)][_0x2826b9(0x20e)](_0x2826b9(0x2fb)),this[_0x2826b9(0x273)]=new _0x558b00(_0x20716b,this[_0x2826b9(0x250)]),this[_0x2826b9(0x212)](),this[_0x2397b9([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2397b9([0x34,0x30,0x34,0x38,0x32,0x30,0x30,0x34]);}[_0x2cfbc9(0x28c)](){const _0x55ce46=_0x2cfbc9,_0x1cbbd4=this[_0x55ce46(0x219)],_0x197972=(_0x44ec57,_0x3c3085)=>{const _0x4d342f=_0x55ce46;if(_0x4d342f(0x238)!=_0x44ec57)return _0x4d342f(0x26b)+_0x44ec57;const _0xfb102a=_0x3c3085[_0x4d342f(0x27e)]('|')[0x0];return this[_0x4d342f(0x2c6)](_0xfb102a)?_0x4d342f(0x28e):_0x4d342f(0x2f6);};_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x2ce))[_0x55ce46(0x2bb)]({'model':_0x55ce46(0x283),'view':_0x2bc7e5=>{const _0x31514e=_0x55ce46,{id:_0xd34368,authorId:_0x30f1db,type:_0x5dc73a,subType:_0x5e87e1}=this[_0x31514e(0x218)](_0x2bc7e5[_0x31514e(0x284)]),_0x3e207b=[_0x31514e(0x319),_0x197972(_0x5dc73a,_0x5e87e1)];let _0x2af15a=0xbb8;return this[_0x31514e(0x26e)][_0x31514e(0x2b0)](_0x2bc7e5[_0x31514e(0x284)])&&(_0x3e207b[_0x31514e(0x348)](_0x31514e(0x1c3)),_0x2af15a=0xbc2),_0x31514e(0x24a)==_0x5dc73a&&(_0x2af15a+=0x5),{'classes':_0x3e207b,'attributes':{'data-suggestion':_0xd34368,'data-author-id':_0x30f1db},'priority':_0x2af15a};}}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x247))[_0x55ce46(0x325)](_0x4e1244=>{const _0x2c308c=_0x55ce46;_0x4e1244['on'](_0x2c308c(0x1cb),(_0x316668,_0xeb8a32,_0x3b87f2)=>{const _0x1679bd=_0x2c308c;if(!_0x3b87f2[_0x1679bd(0x2d8)][_0x1679bd(0x2e0)])return;const _0x152241=_0xeb8a32[_0x1679bd(0x30d)];if(!_0x152241)return;const _0x1fa3cf=_0x3b87f2[_0x1679bd(0x2ef)][_0x1679bd(0x2cc)](_0x152241);_0x1cbbd4[_0x1679bd(0x1b3)][_0x1679bd(0x1aa)][_0x1679bd(0x2a3)](_0x152241)&&_0x1fa3cf&&!_0x1fa3cf[_0x1679bd(0x27d)](_0x1679bd(0x302))&&_0x1fa3cf['is'](_0x1679bd(0x1df))&&_0x42b5f8(_0x1fa3cf,_0x3b87f2[_0x1679bd(0x307)]);},{'priority':_0x2c308c(0x1fa)});}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x247))[_0x55ce46(0x2bb)]({'model':_0x55ce46(0x283),'view':(_0x172606,_0x2f8c38)=>{const _0x3a9d6e=_0x55ce46;if(!_0x2f8c38[_0x3a9d6e(0x2d8)][_0x3a9d6e(0x2e0)])return null;const {type:_0x3e13b3,subType:_0x504f7d}=this[_0x3a9d6e(0x218)](_0x172606[_0x3a9d6e(0x284)]);return{'classes':[_0x3a9d6e(0x319),_0x197972(_0x3e13b3,_0x504f7d)],'priority':0xbb8};}});const _0xa3e94b=({showActiveMarkers:_0x978cb=!0x0,isAttributeSuggestion:_0x1da3d6=!0x1}={})=>(_0x10679a,_0x40cfe9,_0x4553c0)=>{const _0x4ec8db=_0x55ce46;if(!_0x40cfe9[_0x4ec8db(0x30d)])return;const {id:_0x4020c8,authorId:_0x442d36}=this[_0x4ec8db(0x218)](_0x40cfe9[_0x4ec8db(0x284)]);if(_0x1da3d6){const _0x364aed=this[_0x4ec8db(0x2af)][_0x4ec8db(0x20e)](_0x4020c8),_0x51b55c=this[_0x4ec8db(0x2ec)](_0x364aed);if(!this[_0x4ec8db(0x2c6)](_0x51b55c))return;}if(_0x40cfe9[_0x4ec8db(0x30d)]['is'](_0x4ec8db(0x204)))return void _0x4553c0[_0x4ec8db(0x1e6)][_0x4ec8db(0x1a3)](_0x40cfe9[_0x4ec8db(0x30d)],_0x10679a[_0x4ec8db(0x2d2)]);const _0x2e936c=_0x4553c0[_0x4ec8db(0x2ef)][_0x4ec8db(0x2cc)](_0x40cfe9[_0x4ec8db(0x30d)]);if(_0x40cfe9[_0x4ec8db(0x30d)]['is'](_0x4ec8db(0x2c0))&&_0x1cbbd4[_0x4ec8db(0x1b3)][_0x4ec8db(0x1aa)][_0x4ec8db(0x25d)](_0x40cfe9[_0x4ec8db(0x30d)])&&!_0x2e936c[_0x4ec8db(0x27d)](_0x4ec8db(0x214))){_0x4553c0[_0x4ec8db(0x307)][_0x4ec8db(0x30c)]([_0x4ec8db(0x319),_0x4ec8db(0x28e)],_0x2e936c),_0x4553c0[_0x4ec8db(0x307)][_0x4ec8db(0x281)](_0x4ec8db(0x294),_0x4020c8,_0x2e936c),_0x4553c0[_0x4ec8db(0x307)][_0x4ec8db(0x281)](_0x4ec8db(0x1a2),_0x442d36,_0x2e936c),_0x4553c0[_0x4ec8db(0x2ef)][_0x4ec8db(0x216)](_0x2e936c,_0x40cfe9[_0x4ec8db(0x284)]),_0x978cb&&(this[_0x4ec8db(0x26e)][_0x4ec8db(0x2b0)](_0x40cfe9[_0x4ec8db(0x284)])?_0x4553c0[_0x4ec8db(0x307)][_0x4ec8db(0x30c)](_0x4ec8db(0x1c3),_0x2e936c):_0x4553c0[_0x4ec8db(0x307)][_0x4ec8db(0x344)](_0x4ec8db(0x1c3),_0x2e936c));for(const _0x1b42d2 of _0x1cbbd4[_0x4ec8db(0x1b3)][_0x4ec8db(0x309)](_0x40cfe9[_0x4ec8db(0x30d)])[_0x4ec8db(0x2f3)]())_0x4553c0[_0x4ec8db(0x1e6)][_0x4ec8db(0x1a3)](_0x1b42d2,_0x10679a[_0x4ec8db(0x2d2)]);_0x4553c0[_0x4ec8db(0x1e6)][_0x4ec8db(0x1a3)](_0x40cfe9[_0x4ec8db(0x30d)],_0x10679a[_0x4ec8db(0x2d2)]);}};_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x247))[_0x55ce46(0x325)](_0xf5b4ed=>{const _0x4ce994=_0x55ce46;_0xf5b4ed['on'](_0x4ce994(0x2da),(_0x4e75fd,_0x586ddd,_0x4e5c94)=>{const _0x34e9da=_0x4ce994;_0x4e5c94[_0x34e9da(0x2d8)][_0x34e9da(0x2e0)]&&_0xa3e94b({'showActiveMarkers':!0x1})(_0x4e75fd,_0x586ddd,_0x4e5c94);},{'priority':_0x4ce994(0x2ad)});}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x247))[_0x55ce46(0x325)](_0x3b13d2=>{const _0x246119=_0x55ce46;_0x3b13d2['on'](_0x246119(0x2bc),(_0x436ce6,_0x203f4c,_0x275fd9)=>{const _0x53ca94=_0x246119;_0x275fd9[_0x53ca94(0x2d8)][_0x53ca94(0x2e0)]&&_0xa3e94b({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x436ce6,_0x203f4c,_0x275fd9);},{'priority':_0x246119(0x2ad)});}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x247))[_0x55ce46(0x306)]({'model':_0x55ce46(0x283),'view':(_0x1410e4,_0x3e689d)=>_0x3e689d[_0x55ce46(0x2d8)][_0x55ce46(0x2e0)]?null:{'group':_0x55ce46(0x283),'name':_0x1410e4[_0x55ce46(0x2df)](0xb)}}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x237))[_0x55ce46(0x300)]({'view':{'name':_0x55ce46(0x283),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2f110c,{writer:_0xe48dc1})=>{const _0x1c3c67=_0x55ce46;let _0x486a16=_0x1c3c67(0x2e7)+_0x2f110c[_0x1c3c67(0x1f7)](_0x1c3c67(0x2f0))+':'+_0x2f110c[_0x1c3c67(0x1f7)]('id');return _0x2f110c[_0x1c3c67(0x1f7)](_0x1c3c67(0x21f))&&(_0x486a16+=':'+_0x2f110c[_0x1c3c67(0x1f7)](_0x1c3c67(0x21f))),_0xe48dc1[_0x1c3c67(0x1d4)](_0x1c3c67(0x1d1),{'data-name':_0x486a16});}}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x237))[_0x55ce46(0x297)]({'view':_0x55ce46(0x283)}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x2ce))[_0x55ce46(0x325)](_0x43993a=>{const _0x21ee53=_0x55ce46;_0x43993a['on'](_0x21ee53(0x2da),_0xa3e94b(),{'priority':_0x21ee53(0x1fa)});}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x2ce))[_0x55ce46(0x325)](_0x487e5a=>{const _0x5b94bf=_0x55ce46;_0x487e5a['on'](_0x5b94bf(0x2bc),_0xa3e94b({'isAttributeSuggestion':!0x0}),{'priority':_0x5b94bf(0x1fa)});}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x2ce))[_0x55ce46(0x325)](_0x395b33=>{const _0x39ca9c=_0x55ce46;_0x395b33['on'](_0x39ca9c(0x2ed),(_0x95fd1f,_0x5bfd15,_0x3986a8)=>{const _0x18a69e=_0x39ca9c,_0x3c9c8d=_0x3986a8[_0x18a69e(0x2ef)][_0x18a69e(0x305)](_0x5bfd15[_0x18a69e(0x284)]);if(_0x3c9c8d){for(const _0x2ef1ab of _0x3c9c8d)_0x2ef1ab[_0x18a69e(0x27d)](_0x18a69e(0x214))||(_0x3986a8[_0x18a69e(0x307)][_0x18a69e(0x344)]([_0x18a69e(0x319),_0x18a69e(0x28e),_0x18a69e(0x1c3)],_0x2ef1ab),_0x3986a8[_0x18a69e(0x307)][_0x18a69e(0x2f2)](_0x18a69e(0x294),_0x2ef1ab),_0x3986a8[_0x18a69e(0x307)][_0x18a69e(0x2f2)](_0x18a69e(0x1a2),_0x2ef1ab),_0x3986a8[_0x18a69e(0x2ef)][_0x18a69e(0x24e)](_0x2ef1ab,_0x5bfd15[_0x18a69e(0x284)]));}},{'priority':_0x39ca9c(0x1fa)});}),_0x1cbbd4[_0x55ce46(0x2d0)][_0x55ce46(0x30b)](_0x55ce46(0x2ce))[_0x55ce46(0x325)](_0x4cf522=>{const _0x14d924=_0x55ce46;_0x4cf522['on'](_0x14d924(0x1e2),(_0x4f6bcc,_0x4b3cdd,_0x2a996c)=>{const _0x1bd247=_0x14d924,_0x59fb6f=_0x2a996c[_0x1bd247(0x2ef)][_0x1bd247(0x305)](_0x4b3cdd[_0x1bd247(0x284)]);if(!_0x59fb6f)return;const {id:_0x21a4b1}=this[_0x1bd247(0x218)](_0x4b3cdd[_0x1bd247(0x284)]),_0x3d80b2=this[_0x1bd247(0x2af)][_0x1bd247(0x20e)](_0x21a4b1),_0x26e666=this[_0x1bd247(0x2ec)](_0x3d80b2);if(this[_0x1bd247(0x2c6)](_0x26e666)){for(const _0x3b63ef of _0x59fb6f)_0x3b63ef[_0x1bd247(0x27d)](_0x1bd247(0x214))||(_0x2a996c[_0x1bd247(0x307)][_0x1bd247(0x344)]([_0x1bd247(0x319),_0x1bd247(0x28e),_0x1bd247(0x1c3)],_0x3b63ef),_0x2a996c[_0x1bd247(0x307)][_0x1bd247(0x2f2)](_0x1bd247(0x294),_0x3b63ef),_0x2a996c[_0x1bd247(0x307)][_0x1bd247(0x2f2)](_0x1bd247(0x1a2),_0x3b63ef),_0x2a996c[_0x1bd247(0x2ef)][_0x1bd247(0x24e)](_0x3b63ef,_0x4b3cdd[_0x1bd247(0x284)]));}},{'priority':_0x14d924(0x1fa)});}),_0x1cbbd4[_0x55ce46(0x1b3)][_0x55ce46(0x226)][_0x55ce46(0x301)](_0x1949c7=>{const _0x169292=_0x55ce46;let _0x23200c=!0x1;const _0x3b28f8=Array[_0x169292(0x323)](_0x1cbbd4[_0x169292(0x1b3)][_0x169292(0x226)][_0x169292(0x30e)][_0x169292(0x2b5)]()),_0x2c1d36=new Set();for(const {name:_0xb807a7,data:_0x448055}of _0x3b28f8){const {group:_0x43a8fb,type:_0xa7a052,subType:_0x23ec2e,id:_0x13ce27}=this[_0x169292(0x218)](_0xb807a7);if(_0x169292(0x283)!==_0x43a8fb)continue;const _0x4a4219=this[_0x169292(0x2af)][_0x169292(0x20e)](_0x13ce27);if(null!=_0x448055[_0x169292(0x308)]){_0x169292(0x223)==_0xa7a052&&(_0x23200c=_0x23200c||Ut(_0x448055[_0x169292(0x308)],_0xb807a7,_0x1949c7,_0x1cbbd4[_0x169292(0x1b3)][_0x169292(0x1aa)]));const _0x2c1b97=_0x169292(0x238)==_0xa7a052&&this[_0x169292(0x2c6)](_0x23ec2e[_0x169292(0x27e)]('|')[0x0]);if(_0x448055[_0x169292(0x308)][_0x169292(0x258)]||_0x169292(0x279)==_0x448055[_0x169292(0x308)][_0x169292(0x2fd)][_0x169292(0x2b4)]||_0x169292(0x2e3)==_0xa7a052&&!Ft(_0x448055[_0x169292(0x308)])||_0x2c1b97&&!Ft(_0x448055[_0x169292(0x308)])||_0x169292(0x24a)==_0xa7a052&&!(!Vt(_0x5bc79e=_0x448055[_0x169292(0x308)])&&!function(_0x53f756){const _0x138dc8=_0x169292;return _0x53f756[_0x138dc8(0x1b9)][_0x138dc8(0x2a5)]==_0x53f756[_0x138dc8(0x29e)][_0x138dc8(0x1da)]&&_0x53f756[_0x138dc8(0x1b9)][_0x138dc8(0x34c)];}(_0x5bc79e)))_0x1949c7[_0x169292(0x31b)](_0xb807a7),_0x23200c=!0x0;else{if(!_0x4a4219||!_0x4a4219[_0x169292(0x2c7)])continue;if(_0x448055[_0x169292(0x308)]&&_0x448055[_0x169292(0x228)]&&_0x448055[_0x169292(0x308)][_0x169292(0x21c)](_0x448055[_0x169292(0x228)]))continue;_0x2c1d36[_0x169292(0x325)](_0x4a4219);}}}var _0x5bc79e;return _0x2c1d36[_0x169292(0x1c8)]>0x0&&(_0x23200c=!!this[_0x169292(0x2de)](_0x2c1d36)||_0x23200c),_0x23200c;}),_0x1cbbd4[_0x55ce46(0x1b3)][_0x55ce46(0x226)][_0x55ce46(0x301)](_0x558231=>{const _0x2b74d7=_0x55ce46;let _0x438245=!0x1;for(const _0x472097 of _0x1cbbd4[_0x2b74d7(0x1b3)][_0x2b74d7(0x226)][_0x2b74d7(0x30e)][_0x2b74d7(0x234)]())if(_0x2b74d7(0x1e9)==_0x472097[_0x2b74d7(0x2e9)])for(const _0x34f323 of this[_0x2b74d7(0x2af)][_0x2b74d7(0x1ed)]()){if(_0x34f323[_0x2b74d7(0x27b)]||!_0x34f323[_0x2b74d7(0x2c7)])continue;const _0x3c1e59=_0x2b74d7(0x2e3)==_0x34f323[_0x2b74d7(0x2e9)],_0x107d9f=this[_0x2b74d7(0x2ec)](_0x34f323),_0x56613a=_0x107d9f&&this[_0x2b74d7(0x2c6)](_0x107d9f);if(!_0x3c1e59&&!_0x56613a)continue;const _0x320c14=_0x34f323[_0x2b74d7(0x328)]();if(_0x320c14[_0x2b74d7(0x1b9)][_0x2b74d7(0x2a5)]!=_0x320c14[_0x2b74d7(0x29e)][_0x2b74d7(0x2a5)]&&!_0x320c14[_0x2b74d7(0x29e)][_0x2b74d7(0x34c)]){const _0x5def60=_0x1cbbd4[_0x2b74d7(0x1b3)][_0x2b74d7(0x2e6)](_0x320c14[_0x2b74d7(0x1b9)][_0x2b74d7(0x1d0)],_0x2b74d7(0x29e)),_0x2f92c8=_0x1cbbd4[_0x2b74d7(0x1b3)][_0x2b74d7(0x2f9)](_0x320c14[_0x2b74d7(0x1b9)],_0x5def60);_0x558231[_0x2b74d7(0x31d)](_0x34f323[_0x2b74d7(0x1a1)](),{'range':_0x2f92c8}),_0x438245=!0x0;}}return _0x438245;}),_0x1cbbd4[_0x55ce46(0x1b3)][_0x55ce46(0x226)][_0x55ce46(0x301)](_0x291360=>this[_0x55ce46(0x33f)](_0x291360)),_0x1cbbd4[_0x55ce46(0x1b3)][_0x55ce46(0x226)][_0x55ce46(0x301)](_0x32ff63=>!_0x32ff63[_0x55ce46(0x2a7)][_0x55ce46(0x1b7)]&&this[_0x55ce46(0x1bc)](_0x32ff63)),_0x1cbbd4[_0x55ce46(0x1b3)]['on'](_0x55ce46(0x347),()=>{const _0x7740c1=_0x55ce46;this[_0x7740c1(0x1e3)]=!0x1;}),_0x1cbbd4[_0x55ce46(0x1b3)][_0x55ce46(0x226)]['on'](_0x55ce46(0x26a),(_0x49186a,_0x54144f)=>{const _0x18bf75=_0x55ce46;if(!_0x54144f[_0x18bf75(0x1b7)]||_0x54144f[_0x18bf75(0x2bf)])return;if(!this[_0x18bf75(0x1e3)])return;const _0x31476f=_0x1cbbd4[_0x18bf75(0x1b3)][_0x18bf75(0x226)][_0x18bf75(0x30e)][_0x18bf75(0x234)]();if(0x0==_0x31476f[_0x18bf75(0x332)])return;const _0x449428=[],_0x3451a7=_0x31476f[_0x18bf75(0x321)](_0x24612d=>_0x18bf75(0x238)==_0x24612d[_0x18bf75(0x2e9)]),_0x513a9e=_0x31476f[_0x18bf75(0x321)](_0x4242dc=>_0x18bf75(0x1e9)==_0x4242dc[_0x18bf75(0x2e9)]&&_0x18bf75(0x2b9)!=_0x4242dc[_0x18bf75(0x2d2)]);for(const _0xd57fab of _0x3451a7)this[_0x18bf75(0x265)](_0xd57fab[_0x18bf75(0x1fc)])&&_0x449428[_0x18bf75(0x348)]({'key':_0xd57fab[_0x18bf75(0x1fc)],'newValue':_0xd57fab[_0x18bf75(0x230)],'oldValue':_0xd57fab[_0x18bf75(0x1e5)],'range':Pt(_0xd57fab[_0x18bf75(0x31e)],_0x1cbbd4[_0x18bf75(0x1b3)])});for(const _0x6f64ac of _0x513a9e){if(_0x18bf75(0x21a)!=_0x6f64ac[_0x18bf75(0x1f5)]&&_0x18bf75(0x202)!=_0x6f64ac[_0x18bf75(0x1f5)])continue;const _0x5a717a=Lt(_0x6f64ac[_0x18bf75(0x248)][_0x18bf75(0x1d0)],_0x1cbbd4[_0x18bf75(0x1b3)]),_0x3cd030=_0x6f64ac[_0x18bf75(0x322)];_0x18bf75(0x21a)==_0x6f64ac[_0x18bf75(0x1f5)]&&_0x449428[_0x18bf75(0x348)]({'key':_0x18bf75(0x241),'newValue':_0x6f64ac[_0x18bf75(0x2d2)],'oldValue':_0x3cd030[_0x18bf75(0x2d2)],'range':_0x5a717a});for(const [_0x1dadab,_0x17963c]of _0x3cd030[_0x18bf75(0x2c9)]){if(!this[_0x18bf75(0x265)](_0x1dadab))continue;const _0x5ed85e=_0x6f64ac[_0x18bf75(0x2c9)][_0x18bf75(0x20e)](_0x1dadab);_0x17963c!==_0x5ed85e&&_0x449428[_0x18bf75(0x348)]({'key':_0x1dadab,'newValue':_0x5ed85e,'oldValue':_0x17963c,'range':_0x5a717a});}for(const [_0x1bf3df,_0x1be8e4]of _0x6f64ac[_0x18bf75(0x2c9)])this[_0x18bf75(0x265)](_0x1bf3df)&&(_0x3cd030[_0x18bf75(0x2c9)][_0x18bf75(0x2d3)](_0x1bf3df)||_0x449428[_0x18bf75(0x348)]({'key':_0x1bf3df,'newValue':_0x1be8e4,'oldValue':null,'range':_0x5a717a}));}0x0!=_0x449428[_0x18bf75(0x332)]&&_0x1cbbd4[_0x18bf75(0x1b3)][_0x18bf75(0x31c)](_0x54144f,_0x1cc537=>{const _0x2e5a63=_0x18bf75,_0x4af6c0=_0x5a227b();for(const {range:_0x27a4a1,key:_0x489c1f,oldValue:_0x1cb2bb,newValue:_0x24f7bb}of _0x449428)this[_0x2e5a63(0x1ae)](_0x27a4a1,_0x489c1f,_0x1cb2bb,_0x24f7bb,{'groupId':_0x4af6c0});this[_0x2e5a63(0x24d)](_0x1cc537,_0x449428);});},{'priority':_0x55ce46(0x2e5)}),_0x1cbbd4[_0x55ce46(0x1b3)][_0x55ce46(0x339)]['on'](_0x55ce46(0x225),(_0x5e37a6,_0x33c5e1,_0x2208c3)=>{const _0x3268a1=_0x55ce46;if(null==_0x2208c3){const {id:_0x1e7389}=this[_0x3268a1(0x218)](_0x33c5e1[_0x3268a1(0x2d2)]),_0xa77136=this[_0x3268a1(0x2af)][_0x3268a1(0x20e)](_0x1e7389);_0xa77136&&_0xa77136[_0x3268a1(0x22e)](_0x33c5e1[_0x3268a1(0x2d2)]);}}),_0x1cbbd4[_0x55ce46(0x1b3)][_0x55ce46(0x226)]['on'](_0x55ce46(0x26a),()=>{const _0x696ec5=_0x55ce46,_0x984839=Array[_0x696ec5(0x323)](_0x1cbbd4[_0x696ec5(0x1b3)][_0x696ec5(0x226)][_0x696ec5(0x30e)][_0x696ec5(0x2b5)]())[_0x696ec5(0x321)](_0x92b048=>_0x696ec5(0x283)===this[_0x696ec5(0x218)](_0x92b048[_0x696ec5(0x2d2)])[_0x696ec5(0x235)]);if(0x0===_0x984839[_0x696ec5(0x332)])return;_0x984839[_0x696ec5(0x2f8)]((_0x411e2c,_0x48564b)=>{const _0x37b41f=_0x696ec5,_0x2fad1e=_0x411e2c[_0x37b41f(0x22c)][_0x37b41f(0x228)],_0x26481d=_0x48564b[_0x37b41f(0x22c)][_0x37b41f(0x228)];return null===_0x2fad1e&&null===_0x26481d?0x0:null===_0x2fad1e&&null!==_0x26481d?-0x1:null!==_0x2fad1e&&null===_0x26481d?0x1:_0x2fad1e[_0x37b41f(0x1b9)][_0x37b41f(0x22b)](_0x26481d[_0x37b41f(0x1b9)])?-0x1:0x1;});const _0x478c68=new Set(),_0x5cf81c=new Set();for(const {name:_0xab24f0,data:_0x4d46a7}of _0x984839){const {id:_0x5ed2ce}=this[_0x696ec5(0x218)](_0xab24f0);if(null===_0x4d46a7[_0x696ec5(0x228)]){const _0x26e962=this[_0x696ec5(0x1cc)](_0xab24f0);_0x5cf81c[_0x696ec5(0x325)](_0x26e962);}else{const _0x1d3fbd=this[_0x696ec5(0x2af)][_0x696ec5(0x20e)](_0x5ed2ce);null!==_0x4d46a7[_0x696ec5(0x308)]||_0x1d3fbd[_0x696ec5(0x2c7)]?(_0x478c68[_0x696ec5(0x325)](_0x1d3fbd[_0x696ec5(0x205)]),_0x5cf81c[_0x696ec5(0x325)](_0x1d3fbd)):this[_0x696ec5(0x28f)](_0x1d3fbd);}}_0x5cf81c[_0x696ec5(0x1c8)]>0x0&&this[_0x696ec5(0x278)](_0x5cf81c);for(const _0xf001f2 of _0x478c68)this[_0x696ec5(0x2a1)](_0x696ec5(0x1c0),_0xf001f2);}),_0x1cbbd4[_0x55ce46(0x1b3)]['on'](_0x55ce46(0x24c),(_0x3e7f10,_0x404897)=>{const _0x4aa226=_0x55ce46,_0x329682=_0x404897[0x0];if(!this[_0x4aa226(0x2af)][_0x4aa226(0x1c8)])return;if(!_0x329682[_0x4aa226(0x30a)])return;if(_0x329682[_0x4aa226(0x2a7)][_0x4aa226(0x2bf)]||!_0x329682[_0x4aa226(0x2a7)][_0x4aa226(0x1b7)])return;let _0x290a84,_0x29925f;switch(_0x329682[_0x4aa226(0x2e9)]){case _0x4aa226(0x1e9):_0x290a84=_0x1cbbd4[_0x4aa226(0x1b3)][_0x4aa226(0x2e6)](_0x329682[_0x4aa226(0x248)]),_0x29925f=_0x290a84[_0x4aa226(0x222)](_0x329682[_0x4aa226(0x242)]);break;case _0x4aa226(0x27e):_0x290a84=_0x1cbbd4[_0x4aa226(0x1b3)][_0x4aa226(0x2e6)](_0x329682[_0x4aa226(0x346)]),_0x29925f=_0x1cbbd4[_0x4aa226(0x1b3)][_0x4aa226(0x2e6)](_0x329682[_0x4aa226(0x334)]);break;case _0x4aa226(0x2f5):_0x290a84=_0x1cbbd4[_0x4aa226(0x1b3)][_0x4aa226(0x2e6)](_0x329682[_0x4aa226(0x252)]),_0x29925f=_0x290a84[_0x4aa226(0x222)](_0x329682[_0x4aa226(0x242)]);break;default:return;}const _0x525a7c=_0x1cbbd4[_0x4aa226(0x1b3)][_0x4aa226(0x2f9)](_0x290a84,_0x29925f);_0x1cbbd4[_0x4aa226(0x1b3)][_0x4aa226(0x24f)](()=>{const _0x1f1db7=_0x4aa226;for(const {suggestion:_0xa3da39,meta:_0x31c4c2}of this[_0x1f1db7(0x1d2)](_0x525a7c)){if(_0xa3da39[_0x1f1db7(0x27b)])continue;if(_0x1f1db7(0x223)==_0xa3da39[_0x1f1db7(0x2e9)])continue;const _0x1d7d53=this[_0x1f1db7(0x2ec)](_0xa3da39);if(_0x1d7d53&&this[_0x1f1db7(0x2c6)](_0x1d7d53)&&_0x1f1db7(0x27e)!=_0x329682[_0x1f1db7(0x2e9)])continue;const _0x50bf95=_0xa3da39[_0x1f1db7(0x22c)]&&_0xa3da39[_0x1f1db7(0x22c)][_0x1f1db7(0x1f8)];(_0x1f1db7(0x2e3)!=_0xa3da39[_0x1f1db7(0x2e9)]||_0x1f1db7(0x27e)==_0x329682[_0x1f1db7(0x2e9)]&&!_0x50bf95)&&(_0x31c4c2[_0x1f1db7(0x2dc)]||_0x1f1db7(0x200)==_0xa3da39[_0x1f1db7(0x2e9)]&&_0x31c4c2[_0x1f1db7(0x324)]||_0xa3da39[_0x1f1db7(0x328)]()[_0x1f1db7(0x1a6)](_0x525a7c)&&this[_0x1f1db7(0x287)](_0xa3da39,_0x290a84,_0x29925f));}});},{'priority':_0x55ce46(0x2e5)}),_0x1cbbd4[_0x55ce46(0x1b3)]['on'](_0x55ce46(0x244),(_0x152f35,_0x185145)=>{const _0x4a90d5=_0x55ce46,_0x3fdd3f=_0x185145[0x0],_0x1b5727=_0x185145[0x1];if(_0x1b5727&&_0x1b5727[_0x4a90d5(0x29d)])return;if(this[_0x4a90d5(0x1e4)])return;if(!this[_0x4a90d5(0x273)][_0x4a90d5(0x1d3)])return;if(_0x3fdd3f[_0x4a90d5(0x258)])return;const _0x28ee85=_0x1cbbd4[_0x4a90d5(0x1b3)][_0x4a90d5(0x1aa)],{start:_0x476a51,end:_0x538a92}=_0x3fdd3f[_0x4a90d5(0x328)](),_0x3d1e03=_0x476a51[_0x4a90d5(0x1d0)]&&_0x28ee85[_0x4a90d5(0x25f)](_0x476a51[_0x4a90d5(0x1d0)])?null:_0x28ee85[_0x4a90d5(0x2a4)](_0x476a51,_0x4a90d5(0x20a)),_0x379c32=_0x538a92[_0x4a90d5(0x1da)]&&_0x28ee85[_0x4a90d5(0x25f)](_0x538a92[_0x4a90d5(0x1da)])?null:_0x28ee85[_0x4a90d5(0x2a4)](_0x538a92,_0x4a90d5(0x1c9)),_0x1ce0fa=_0x1cbbd4[_0x4a90d5(0x1b3)][_0x4a90d5(0x2f9)](_0x3d1e03?_0x3d1e03[_0x4a90d5(0x1b9)]:_0x476a51,_0x379c32?_0x379c32[_0x4a90d5(0x29e)]:_0x538a92);_0x1cbbd4[_0x4a90d5(0x1b3)][_0x4a90d5(0x24f)](_0x5cc025=>{const _0x51f36a=_0x4a90d5;this[_0x51f36a(0x336)](_0x1ce0fa);const _0x53f7ad=_0x1cbbd4[_0x51f36a(0x1b3)][_0x51f36a(0x1aa)][_0x51f36a(0x2a4)](_0x1ce0fa[_0x51f36a(0x1b9)]);_0x3fdd3f['is'](_0x51f36a(0x269))?_0x5cc025[_0x51f36a(0x220)](_0x53f7ad):_0x3fdd3f[_0x51f36a(0x1b6)](_0x53f7ad);}),_0x152f35[_0x4a90d5(0x1c5)]();},{'priority':_0x38c9ba[_0x55ce46(0x296)]+0xa}),_0x1cbbd4[_0x55ce46(0x1b3)]['on'](_0x55ce46(0x207),(_0x5ca8aa,_0x2fd6ef)=>{const _0x444446=_0x55ce46,_0x51a9fe=_0x2fd6ef[_0x2fd6ef[_0x444446(0x332)]-0x1];_0x51a9fe&&_0x51a9fe[_0x444446(0x29d)]||this[_0x444446(0x1e4)]||this[_0x444446(0x273)][_0x444446(0x1d3)]&&(_0x1cbbd4[_0x444446(0x1b3)][_0x444446(0x24f)](()=>{const _0x3b12a7=_0x444446;let _0x1f0a6e=_0x1cbbd4[_0x3b12a7(0x1b3)][_0x3b12a7(0x207)](_0x2fd6ef[0x0],_0x2fd6ef[0x1],_0x2fd6ef[0x2],{'forceDefaultExecution':!0x0});if(!_0x1f0a6e)return;_0x5ca8aa[_0x3b12a7(0x2a0)]=_0x1f0a6e[_0x3b12a7(0x2be)]();const _0x5985ac=_0x1f0a6e[_0x3b12a7(0x29e)][_0x3b12a7(0x1da)],_0x2cca12=_0x1cbbd4[_0x3b12a7(0x1b3)][_0x3b12a7(0x1aa)];_0x5985ac&&_0x2cca12[_0x3b12a7(0x25d)](_0x5985ac)&&!_0x2cca12[_0x3b12a7(0x2a3)](_0x5985ac)&&(_0x1f0a6e=_0x1cbbd4[_0x3b12a7(0x1b3)][_0x3b12a7(0x2f9)](_0x1f0a6e[_0x3b12a7(0x1b9)],_0x1cbbd4[_0x3b12a7(0x1b3)][_0x3b12a7(0x2e6)](_0x5985ac,_0x3b12a7(0x29e)))),this[_0x3b12a7(0x1a9)](_0x1f0a6e);}),_0x5ca8aa[_0x444446(0x1c5)]());},{'priority':_0x55ce46(0x1fa)}),this[_0x55ce46(0x219)][_0x55ce46(0x255)][_0x55ce46(0x325)](_0x55ce46(0x2ea),this[_0x55ce46(0x273)]),this[_0x55ce46(0x310)](_0x55ce46(0x2ea));const _0x2aa091=new _0x38bd98(_0x1cbbd4,this[_0x55ce46(0x2af)]);_0x1cbbd4[_0x55ce46(0x255)][_0x55ce46(0x325)](_0x55ce46(0x1d5),_0x2aa091),this[_0x55ce46(0x310)](_0x55ce46(0x1d5));const _0x22eab1=new _0x6dc052(_0x1cbbd4,this[_0x55ce46(0x2af)]);_0x1cbbd4[_0x55ce46(0x255)][_0x55ce46(0x325)](_0x55ce46(0x239),_0x22eab1),this[_0x55ce46(0x310)](_0x55ce46(0x239)),_0x1cbbd4[_0x55ce46(0x255)][_0x55ce46(0x325)](_0x55ce46(0x257),new _0x380655(_0x1cbbd4,_0x2aa091,this[_0x55ce46(0x2af)])),this[_0x55ce46(0x310)](_0x55ce46(0x257)),_0x1cbbd4[_0x55ce46(0x255)][_0x55ce46(0x325)](_0x55ce46(0x208),new _0x380655(_0x1cbbd4,_0x22eab1,this[_0x55ce46(0x2af)])),this[_0x55ce46(0x310)](_0x55ce46(0x208)),_0x1cbbd4[_0x55ce46(0x255)][_0x55ce46(0x325)](_0x55ce46(0x298),new _0x3034d7(_0x1cbbd4,_0x2aa091,this[_0x55ce46(0x2af)])),this[_0x55ce46(0x310)](_0x55ce46(0x298)),_0x1cbbd4[_0x55ce46(0x255)][_0x55ce46(0x325)](_0x55ce46(0x293),new _0x3034d7(_0x1cbbd4,_0x22eab1,this[_0x55ce46(0x2af)])),this[_0x55ce46(0x310)](_0x55ce46(0x293));const _0x2a5634=_0x1cbbd4[_0x55ce46(0x262)][_0x55ce46(0x20e)](_0x55ce46(0x33e));this[_0x55ce46(0x23f)](_0x2a5634,_0x55ce46(0x1be),(_0x58c179,{threadId:_0x13b1d4})=>{const _0x27c67f=_0x55ce46,_0x6d1ad=this[_0x27c67f(0x2af)][_0x27c67f(0x20e)](_0x13b1d4);_0x6d1ad&&_0x6d1ad[_0x27c67f(0x270)]&&0x1===_0x6d1ad[_0x27c67f(0x270)][_0x27c67f(0x332)]&&this[_0x27c67f(0x1fe)](_0x13b1d4,{'hasComments':!0x0});},{'priority':_0x55ce46(0x1ca)}),this[_0x55ce46(0x23f)](_0x2a5634,_0x55ce46(0x1d6),(_0x1f7419,{threadId:_0x24429f})=>{const _0x27f13c=_0x55ce46,_0x3c0f35=this[_0x27f13c(0x2af)][_0x27f13c(0x20e)](_0x24429f);_0x3c0f35&&_0x3c0f35[_0x27f13c(0x270)]&&!_0x3c0f35[_0x27f13c(0x270)][_0x27f13c(0x332)]&&this[_0x27f13c(0x1fe)](_0x24429f,{'hasComments':!0x1});},{'priority':_0x55ce46(0x1ca)});}set[_0x2cfbc9(0x2f4)](_0x38dc8c){const _0x1caf85=_0x2cfbc9;if(this[_0x1caf85(0x1ea)])throw new _0x58e79e(_0x1caf85(0x229),this);this[_0x1caf85(0x1ea)]=_0x38dc8c;}get[_0x2cfbc9(0x2f4)](){const _0x1913bc=_0x2cfbc9;return this[_0x1913bc(0x1ea)];}[_0x2cfbc9(0x27c)]({skipNotAttached:_0x1fba91=!0x1,toJSON:_0x390ecc=!0x1}={}){const _0x4f52ef=_0x2cfbc9,_0x295ff0=[];for(const _0x3bb0ee of this[_0x4f52ef(0x2af)][_0x4f52ef(0x1ed)]())_0x1fba91&&!_0x3bb0ee[_0x4f52ef(0x2c7)]||_0x295ff0[_0x4f52ef(0x348)](_0x3bb0ee);return _0x390ecc?_0x295ff0[_0x4f52ef(0x1c7)](_0x12dcac=>_0x12dcac[_0x4f52ef(0x1e1)]()):_0x295ff0;}[_0x2cfbc9(0x34a)](_0x553673){const _0x441044=_0x2cfbc9,_0x4578bb=this[_0x441044(0x2af)][_0x441044(0x20e)](_0x553673);if(!_0x4578bb)throw new _0x58e79e(_0x441044(0x2d1),this);return _0x4578bb;}[_0x2cfbc9(0x249)](_0x139ae8){const _0x4ecca3=_0x2cfbc9;return this[_0x4ecca3(0x2af)][_0x4ecca3(0x2d3)](_0x139ae8);}[_0x2cfbc9(0x224)](_0x46e33f){const _0x1c1b45=_0x2cfbc9,{authorId:_0x223641,id:_0x2d7ae0,attributes:_0x40d641}=_0x46e33f,[_0x28b038,_0x5e9692]=_0x46e33f[_0x1c1b45(0x2e9)][_0x1c1b45(0x27e)](':'),_0x53d2a0=this[_0x1c1b45(0x2af)][_0x1c1b45(0x20e)](_0x2d7ae0)||this[_0x1c1b45(0x311)](_0x28b038,_0x5e9692,_0x2d7ae0,_0x223641,_0x40d641);if(this[_0x1c1b45(0x21d)](_0x53d2a0),this[_0x1c1b45(0x275)](_0x53d2a0,_0x28b038,_0x5e9692||null,_0x223641),_0x53d2a0[_0x1c1b45(0x28d)]=_0x46e33f[_0x1c1b45(0x28d)],_0x53d2a0[_0x1c1b45(0x253)]=!0x0,_0x40d641&&_0x40d641[_0x1c1b45(0x29c)]){const _0x16ca30=_0x40d641[_0x1c1b45(0x29c)],_0x20f1f5=this[_0x1c1b45(0x2a6)](_0x16ca30[_0x1c1b45(0x23a)]);_0x53d2a0[_0x1c1b45(0x2b6)]=_0x16ca30[_0x1c1b45(0x28d)],_0x53d2a0[_0x1c1b45(0x261)]=_0x20f1f5,_0x53d2a0[_0x1c1b45(0x1ad)]=!0x0;}else _0x53d2a0[_0x1c1b45(0x2b6)]=_0x46e33f[_0x1c1b45(0x28d)];switch(_0x46e33f[_0x1c1b45(0x22c)]&&(_0x53d2a0[_0x1c1b45(0x22c)]=_0x46e33f[_0x1c1b45(0x22c)]),_0x46e33f[_0x1c1b45(0x2c9)]&&(_0x53d2a0[_0x1c1b45(0x2c9)]=_0x46e33f[_0x1c1b45(0x2c9)]),this[_0x1c1b45(0x1ea)]&&this[_0x1c1b45(0x1ea)][_0x1c1b45(0x288)]||(_0x53d2a0[_0x1c1b45(0x32a)]=!0x0),this[_0x1c1b45(0x1ee)][_0x1c1b45(0x20e)](_0x53d2a0)){case _0x1c1b45(0x210):this[_0x1c1b45(0x1ee)][_0x1c1b45(0x2e2)](_0x53d2a0,_0x1c1b45(0x313));break;case _0x1c1b45(0x19e):_0x53d2a0[_0x1c1b45(0x2c7)]?(this[_0x1c1b45(0x2de)](new Set([_0x53d2a0])),this[_0x1c1b45(0x278)](new Set([_0x53d2a0])),this[_0x1c1b45(0x1ee)][_0x1c1b45(0x2e2)](_0x53d2a0,_0x1c1b45(0x29f)),this[_0x1c1b45(0x2a1)](_0x1c1b45(0x34d),_0x53d2a0)):this[_0x1c1b45(0x1ee)][_0x1c1b45(0x2e2)](_0x53d2a0,_0x1c1b45(0x1af));}return _0x53d2a0;}[_0x2cfbc9(0x1d5)](_0x1b2865){const _0x575043=_0x2cfbc9;this[_0x575043(0x29d)](()=>{const _0x1e797d=_0x575043;this[_0x1e797d(0x219)][_0x1e797d(0x1b3)][_0x1e797d(0x24f)](()=>{const _0xb86d90=_0x1e797d;for(const _0x35207b of _0x1b2865[_0xb86d90(0x2b7)]())_0x35207b[_0xb86d90(0x1cf)]();});});}[_0x2cfbc9(0x239)](_0x40c35f){const _0x2636b1=_0x2cfbc9;this[_0x2636b1(0x29d)](()=>{const _0x18eb5b=_0x2636b1;this[_0x18eb5b(0x219)][_0x18eb5b(0x1b3)][_0x18eb5b(0x24f)](()=>{const _0x159414=_0x18eb5b;for(const _0x7a1602 of _0x40c35f[_0x159414(0x2b7)]())_0x7a1602[_0x159414(0x2cf)]();});});}[_0x2cfbc9(0x310)](_0x3cda2,_0x1f40c0){const _0x3d62cf=_0x2cfbc9,_0xefbc7e=this[_0x3d62cf(0x219)][_0x3d62cf(0x255)][_0x3d62cf(0x20e)](_0x3cda2);if(!_0xefbc7e)throw new _0x58e79e(_0x3d62cf(0x28a),this,{'commandName':_0x3cda2});if(this[_0x3d62cf(0x250)][_0x3d62cf(0x2d3)](_0xefbc7e))throw new _0x58e79e(_0x3d62cf(0x2a2),this,{'commandName':_0x3cda2});this[_0x3d62cf(0x250)][_0x3d62cf(0x325)](_0xefbc7e),_0x1f40c0&&_0xefbc7e['on'](_0x3d62cf(0x217),(_0x124fbe,_0x47765d)=>{const _0x36c9f4=_0x3d62cf;this[_0x36c9f4(0x273)][_0x36c9f4(0x1d3)]&&(this[_0x36c9f4(0x1e4)]||(_0x47765d[_0x36c9f4(0x332)]>0x0&&_0x47765d[_0x47765d[_0x36c9f4(0x332)]-0x1]&&_0x47765d[_0x47765d[_0x36c9f4(0x332)]-0x1][_0x36c9f4(0x29d)]?_0x47765d[_0x36c9f4(0x1d7)]():(_0x124fbe[_0x36c9f4(0x2a0)]=_0x1f40c0((..._0x9d6a46)=>_0xefbc7e[_0x36c9f4(0x217)](..._0x9d6a46,{'forceDefaultExecution':!0x0}),..._0x47765d),_0x124fbe[_0x36c9f4(0x1c5)]())));},{'priority':_0x3d62cf(0x1fa)});}[_0x2cfbc9(0x29d)](_0x496162){const _0x2d39d0=_0x2cfbc9;let _0x59197c,_0x438a6e;const _0x26caf4=this[_0x2d39d0(0x1e4)];this[_0x2d39d0(0x1e4)]=!0x0;try{_0x59197c=_0x496162();}catch(_0x4b5af5){_0x438a6e=_0x4b5af5;}return _0x26caf4||(this[_0x2d39d0(0x1e4)]=!0x1),_0x438a6e&&_0x58e79e[_0x2d39d0(0x23d)](_0x438a6e,this),_0x59197c;}[_0x2cfbc9(0x1a9)](_0x278ac6,_0x3f9174=null,_0x18c376={}){const _0x13c2be=_0x2cfbc9;if(_0x278ac6[_0x13c2be(0x258)])return null;const _0xabd1b6=this[_0x13c2be(0x219)][_0x13c2be(0x262)][_0x13c2be(0x20e)](_0x13c2be(0x2bd))['me'];for(const {suggestion:_0x5eadd6,meta:_0x45d4f0}of this[_0x13c2be(0x1d2)](_0x278ac6,_0x13c2be(0x200)))if(_0x45d4f0[_0x13c2be(0x324)]){if(!_0x45d4f0[_0x13c2be(0x327)]){if(_0x45d4f0[_0x13c2be(0x2dc)]){if(!this[_0x13c2be(0x1b2)]||!qt(_0x5eadd6,_0x18c376))continue;return _0x5eadd6;}if(qt(_0x5eadd6,_0x18c376))return _0x5eadd6;this[_0x13c2be(0x287)](_0x5eadd6,_0x278ac6[_0x13c2be(0x1b9)],_0x278ac6[_0x13c2be(0x29e)]);break;}if(_0x3f9174==_0x5eadd6[_0x13c2be(0x19d)]&&qt(_0x5eadd6,_0x18c376)){const _0x2d495a=_0x5eadd6[_0x13c2be(0x328)]();return _0x2d495a[_0x13c2be(0x1b9)][_0x13c2be(0x21c)](_0x278ac6[_0x13c2be(0x29e)])?this[_0x13c2be(0x1dd)](_0x5eadd6,this[_0x13c2be(0x34b)][_0x13c2be(0x2f9)](_0x278ac6[_0x13c2be(0x1b9)],_0x2d495a[_0x13c2be(0x29e)])):this[_0x13c2be(0x1dd)](_0x5eadd6,this[_0x13c2be(0x34b)][_0x13c2be(0x2f9)](_0x2d495a[_0x13c2be(0x1b9)],_0x278ac6[_0x13c2be(0x29e)])),_0x5eadd6;}}const _0x3d97d7=_0x5a227b(),_0x48c707=_0xabd1b6['id'],_0x5cee25=_0x3f9174?_0x13c2be(0x254)+_0x3f9174:_0x13c2be(0x200),_0x303283=this[_0x13c2be(0x1ab)]({'id':_0x3d97d7,'type':_0x5cee25,'createdAt':new Date(),'authorId':_0x48c707,'attributes':_0x18c376});return this[_0x13c2be(0x337)](_0x5cee25,_0x3d97d7,_0x48c707,_0x278ac6),_0x303283;}[_0x2cfbc9(0x215)](_0x4e1bae,_0x57f057=_0x2cfbc9(0x23c),_0x3cc518={}){const _0x1c527f=_0x2cfbc9,_0x334a27=this[_0x1c527f(0x219)][_0x1c527f(0x262)][_0x1c527f(0x20e)](_0x1c527f(0x2bd))['me'],_0x3d28b2=this[_0x1c527f(0x31a)][_0x1c527f(0x1f6)](_0x1c527f(0x200),_0x57f057,_0x1c527f(0x1dc));for(const _0x59fb47 of this[_0x1c527f(0x27c)]())if(_0x59fb47[_0x1c527f(0x261)]['id']==_0x334a27['id']&&_0x1c527f(0x200)==_0x59fb47[_0x1c527f(0x2e9)]&&_0x59fb47[_0x1c527f(0x19d)]==_0x57f057&&qt(_0x59fb47,_0x3cc518)&&(_0x3d28b2(_0x59fb47[_0x1c527f(0x2c2)](),_0x4e1bae)||_0x3d28b2(_0x4e1bae,_0x59fb47[_0x1c527f(0x2c2)]()))){for(const _0x309004 of _0x4e1bae)_0x59fb47[_0x1c527f(0x2b3)](_0x309004);return _0x59fb47;}for(const {suggestion:_0x3ca3f1,meta:_0x280c47}of this[_0x1c527f(0x1d2)](_0x4e1bae,_0x1c527f(0x200))){if(!_0x280c47[_0x1c527f(0x324)])continue;if(!this[_0x1c527f(0x1b2)]&&_0x280c47[_0x1c527f(0x2dc)])continue;if(!qt(_0x3ca3f1,_0x3cc518))continue;let _0x33e5eb=!0x0;for(const _0x504e66 of _0x3ca3f1[_0x1c527f(0x2c2)]())for(const _0x5c0ffe of _0x4e1bae)if(!_0x504e66[_0x1c527f(0x1a6)](_0x5c0ffe)){_0x33e5eb=!0x1;break;}if(_0x33e5eb)return _0x3ca3f1;}const _0x3b3e7f=_0x5a227b(),_0xea8654=_0x334a27['id'],_0x4e30fb=_0x1c527f(0x254)+_0x57f057,_0x5b4887=this[_0x1c527f(0x1ab)]({'id':_0x3b3e7f,'type':_0x4e30fb,'createdAt':new Date(),'authorId':_0xea8654,'attributes':_0x3cc518});for(const _0x39912f of _0x4e1bae)this[_0x1c527f(0x337)](_0x4e30fb,_0x3b3e7f,_0xea8654,_0x39912f,_0x4f3fa9[_0x1c527f(0x1c2)]());return _0x5b4887;}[_0x2cfbc9(0x213)](_0x1d757c,_0x4aece6,_0x18789=null,_0x2ff024={}){const _0x278a61=_0x2cfbc9;if(_0x18789=_0x18789||Gt(_0x4aece6),_0x1d757c[_0x278a61(0x258)])return null;if(_0x278a61(0x2ee)===this[_0x278a61(0x206)]){const _0x5059a8=this[_0x278a61(0x31a)][_0x278a61(0x1f6)](_0x278a61(0x223),_0x18789,_0x278a61(0x1cf));return this[_0x278a61(0x29d)](()=>_0x5059a8([_0x1d757c],_0x4aece6,_0x2ff024)),null;}const _0x43ec0a=this[_0x278a61(0x219)][_0x278a61(0x262)][_0x278a61(0x20e)](_0x278a61(0x2bd))['me'],_0x473ffc=[];if(_0x278a61(0x316)!==this[_0x278a61(0x206)]){for(const {suggestion:_0x43a253,meta:_0x2acc20}of this[_0x278a61(0x1d2)](_0x1d757c,_0x278a61(0x200)))_0x2acc20[_0x278a61(0x324)]&&!_0x2acc20[_0x278a61(0x2fc)]&&_0x473ffc[_0x278a61(0x348)](..._0x43a253[_0x278a61(0x2c2)]());}const _0x3884e7=function(_0x580790,_0x4f804b){const _0x20fda4=_0x278a61,_0x43a84b=[];for(const _0xec751e of _0x4f804b){const _0x2c5540=_0x580790[_0x20fda4(0x32d)](_0xec751e);_0x2c5540&&_0x43a84b[_0x20fda4(0x348)](_0x2c5540);}return _0x43a84b;}(_0x1d757c,_0x473ffc),_0x514067=function(_0x3b5b86,_0x53eccd){const _0x74cdc4=_0x278a61,_0x35ba19=[_0x3b5b86];for(const _0x4a769b of _0x53eccd){let _0x2fd8b6=0x0;for(;_0x2fd8b6<_0x35ba19[_0x74cdc4(0x332)];){const _0x451374=_0x35ba19[_0x2fd8b6][_0x74cdc4(0x2fe)](_0x4a769b);_0x35ba19[_0x74cdc4(0x2a9)](_0x2fd8b6,0x1,..._0x451374),_0x2fd8b6+=_0x451374[_0x74cdc4(0x332)];}}return _0x35ba19;}(_0x1d757c,_0x473ffc);_0x3884e7[_0x278a61(0x332)]&&this[_0x278a61(0x34b)][_0x278a61(0x24f)](()=>{const _0x3871c6=_0x278a61;for(const _0x23d0c9 of _0x3884e7){const _0x49ca0a=this[_0x3871c6(0x31a)][_0x3871c6(0x1f6)](_0x3871c6(0x223),_0x18789,_0x3871c6(0x1cf));this[_0x3871c6(0x29d)](()=>_0x49ca0a([_0x23d0c9],_0x4aece6,_0x2ff024));}});for(const _0x1bf2b8 of _0x514067){let _0x3c8e97=null,_0x4bb235=_0x1bf2b8[_0x278a61(0x1b9)],_0x562d12=_0x1bf2b8[_0x278a61(0x29e)];for(const {suggestion:_0x6d3da,meta:_0x3057e2}of this[_0x278a61(0x1d2)](_0x1bf2b8,_0x278a61(0x223))){if(!_0x3057e2[_0x278a61(0x324)])continue;if(_0x6d3da[_0x278a61(0x19d)]!=_0x18789)continue;if(!qt(_0x6d3da,_0x2ff024))continue;const _0xf0b6c9=_0x6d3da[_0x278a61(0x328)]();if(_0xf0b6c9[_0x278a61(0x1a6)](_0x1bf2b8,!0x0))return null;_0x4bb235=_0x4bb235[_0x278a61(0x22b)](_0xf0b6c9[_0x278a61(0x1b9)])?_0x4bb235:_0xf0b6c9[_0x278a61(0x1b9)],_0x562d12=_0x562d12[_0x278a61(0x333)](_0xf0b6c9[_0x278a61(0x29e)])?_0x562d12:_0xf0b6c9[_0x278a61(0x29e)],_0x3c8e97?_0xf0b6c9[_0x278a61(0x1b9)][_0x278a61(0x22b)](_0x3c8e97[_0x278a61(0x328)]()[_0x278a61(0x1b9)])?(_0x3c8e97[_0x278a61(0x1b4)](),_0x3c8e97=_0x6d3da):_0x6d3da[_0x278a61(0x1b4)]():_0x3c8e97=_0x6d3da;}const _0x179fc7=this[_0x278a61(0x34b)][_0x278a61(0x2f9)](_0x4bb235,_0x562d12);if(_0x3c8e97)this[_0x278a61(0x1dd)](_0x3c8e97,_0x179fc7);else{const _0x20db91=_0x5a227b(),_0x34e0c7=_0x43ec0a['id'];this[_0x278a61(0x1ab)]({'id':_0x20db91,'type':_0x278a61(0x1f3)+_0x18789,'data':_0x4aece6,'createdAt':new Date(),'authorId':_0x34e0c7,'attributes':_0x2ff024}),this[_0x278a61(0x337)](_0x278a61(0x1f3)+_0x18789,_0x20db91,_0x34e0c7,_0x179fc7);}}return null;}[_0x2cfbc9(0x276)](_0x231a9a,_0x41cc5e,_0x1338fe=[],_0x42af9c=null,_0x5e3562={}){const _0x3b27c7=_0x2cfbc9;_0x41cc5e[_0x3b27c7(0x1d8)]||(_0x41cc5e[_0x3b27c7(0x1d8)]=_0x41cc5e[_0x3b27c7(0x231)]),_0x41cc5e[_0x3b27c7(0x1f8)]=_0x231a9a['is'](_0x3b27c7(0x31e)),_0x42af9c=_0x42af9c||Gt(_0x41cc5e);const _0xb34dde=_0x1338fe[_0x3b27c7(0x1c7)](_0x5c9672=>Lt(_0x5c9672,this[_0x3b27c7(0x34b)])),_0x4b1ae6=_0x231a9a['is'](_0x3b27c7(0x31e))?_0x231a9a:Lt(_0x231a9a,this[_0x3b27c7(0x34b)]);if(_0x3b27c7(0x2ee)===this[_0x3b27c7(0x206)]){const _0x3a6a77=this[_0x3b27c7(0x31a)][_0x3b27c7(0x1f6)](_0x3b27c7(0x2e3),_0x42af9c,_0x3b27c7(0x1cf));return this[_0x3b27c7(0x29d)](()=>_0x3a6a77([_0x4b1ae6],_0x41cc5e,_0x5e3562)),null;}_0xb34dde[_0x3b27c7(0x348)](_0x4b1ae6);let _0x5de3b9=!0x0;for(const _0x19ddfc of _0xb34dde)if(!this[_0x3b27c7(0x272)](_0x19ddfc)){_0x5de3b9=!0x1;break;}if(_0x5de3b9&&_0x3b27c7(0x316)!==this[_0x3b27c7(0x206)]){const _0xb4d6b9=this[_0x3b27c7(0x31a)][_0x3b27c7(0x1f6)](_0x3b27c7(0x2e3),_0x42af9c,_0x3b27c7(0x1cf));return this[_0x3b27c7(0x29d)](()=>_0xb4d6b9([_0x4b1ae6],_0x41cc5e,_0x5e3562)),null;}let _0x276f5d=null,_0x9b873b=_0x4b1ae6[_0x3b27c7(0x1b9)],_0x2afcc4=_0x4b1ae6[_0x3b27c7(0x29e)];for(const {suggestion:_0x5495b7,meta:_0x8ee2f0}of this[_0x3b27c7(0x1d2)](_0x4b1ae6,_0x3b27c7(0x2e3))){if(!_0x8ee2f0[_0x3b27c7(0x324)])continue;if(_0x8ee2f0[_0x3b27c7(0x327)]||_0x8ee2f0[_0x3b27c7(0x2dc)]||_0x8ee2f0[_0x3b27c7(0x2fc)])continue;if(_0x5495b7[_0x3b27c7(0x22c)][_0x3b27c7(0x1d8)]!=_0x41cc5e[_0x3b27c7(0x1d8)])continue;if(!qt(_0x5495b7,_0x5e3562))continue;const _0x20b206=_0x5495b7[_0x3b27c7(0x328)]();if(_0x5495b7[_0x3b27c7(0x19d)]==_0x42af9c){if(_0x20b206[_0x3b27c7(0x1a6)](_0x4b1ae6,!0x0))return null;_0x9b873b=_0x9b873b[_0x3b27c7(0x22b)](_0x20b206[_0x3b27c7(0x1b9)])?_0x9b873b:_0x20b206[_0x3b27c7(0x1b9)],_0x2afcc4=_0x2afcc4[_0x3b27c7(0x333)](_0x20b206[_0x3b27c7(0x29e)])?_0x2afcc4:_0x20b206[_0x3b27c7(0x29e)],_0x276f5d?_0x20b206[_0x3b27c7(0x1b9)][_0x3b27c7(0x22b)](_0x276f5d[_0x3b27c7(0x328)]()[_0x3b27c7(0x1b9)])?(_0x276f5d[_0x3b27c7(0x1b4)](),_0x276f5d=_0x5495b7):_0x5495b7[_0x3b27c7(0x1b4)]():_0x276f5d=_0x5495b7;}else{const _0x285782=_0x4b1ae6[_0x3b27c7(0x32d)](_0x20b206);this[_0x3b27c7(0x2d5)](_0x5495b7,_0x285782);}}const _0x113a4b=this[_0x3b27c7(0x219)][_0x3b27c7(0x262)][_0x3b27c7(0x20e)](_0x3b27c7(0x2bd))['me'],_0x43857d=_0x5a227b(),_0x3647ea=_0x113a4b['id'];if(_0x276f5d)return this[_0x3b27c7(0x1dd)](_0x276f5d,this[_0x3b27c7(0x34b)][_0x3b27c7(0x2f9)](_0x9b873b,_0x2afcc4)),_0x276f5d;{const _0x280ba4=this[_0x3b27c7(0x1ab)]({'id':_0x43857d,'type':_0x3b27c7(0x264)+_0x42af9c,'data':_0x41cc5e,'createdAt':new Date(),'authorId':_0x3647ea,'attributes':_0x5e3562});return this[_0x3b27c7(0x337)](_0x3b27c7(0x264)+_0x42af9c,_0x43857d,_0x3647ea,this[_0x3b27c7(0x34b)][_0x3b27c7(0x2f9)](_0x9b873b,_0x2afcc4)),_0x280ba4;}}[_0x2cfbc9(0x277)](_0x51a161,_0x15e0d0,_0x206b0a=[],_0x4e3268=null,_0x46f01a={}){const _0x8e7349=_0x2cfbc9;_0x15e0d0[_0x8e7349(0x1d8)]||(_0x15e0d0[_0x8e7349(0x1d8)]=_0x15e0d0[_0x8e7349(0x231)]);const _0x46b33c=_0x51a161[0x0];_0x15e0d0[_0x8e7349(0x1f8)]=_0x46b33c['is'](_0x8e7349(0x31e)),_0x4e3268=_0x4e3268||Gt(_0x15e0d0);const _0x38bcba=_0x206b0a[_0x8e7349(0x1c7)](_0x3dfff3=>Lt(_0x3dfff3,this[_0x8e7349(0x34b)])),_0x68e512=_0x46b33c['is'](_0x8e7349(0x31e))?_0x51a161:_0x51a161[_0x8e7349(0x1c7)](_0x1189f0=>Lt(_0x1189f0,this[_0x8e7349(0x34b)]));if(_0x8e7349(0x2ee)===this[_0x8e7349(0x206)]){const _0x3b0338=this[_0x8e7349(0x31a)][_0x8e7349(0x1f6)](_0x8e7349(0x2e3),_0x4e3268,_0x8e7349(0x1cf));return this[_0x8e7349(0x29d)](()=>_0x3b0338(_0x68e512,_0x15e0d0,_0x46f01a)),null;}_0x38bcba[_0x8e7349(0x348)](..._0x68e512);let _0x351ddf=!0x0;for(const _0x3551c3 of _0x38bcba)if(!this[_0x8e7349(0x272)](_0x3551c3)){_0x351ddf=!0x1;break;}if(_0x351ddf&&_0x8e7349(0x316)!==this[_0x8e7349(0x206)]){const _0x12c285=this[_0x8e7349(0x31a)][_0x8e7349(0x1f6)](_0x8e7349(0x2e3),_0x4e3268,_0x8e7349(0x1cf));return this[_0x8e7349(0x29d)](()=>_0x12c285(_0x68e512,_0x15e0d0,_0x46f01a)),null;}const _0x2aeaf7=this[_0x8e7349(0x219)][_0x8e7349(0x262)][_0x8e7349(0x20e)](_0x8e7349(0x2bd))['me'];for(const _0x54949a of this[_0x8e7349(0x27c)]()){if(_0x54949a[_0x8e7349(0x261)]['id']!=_0x2aeaf7['id'])continue;if(_0x8e7349(0x2e3)!=_0x54949a[_0x8e7349(0x2e9)]||_0x54949a[_0x8e7349(0x22c)][_0x8e7349(0x1d8)]!=_0x15e0d0[_0x8e7349(0x1d8)])continue;if(!qt(_0x54949a,_0x46f01a))continue;const _0x6686d4=_0x54949a[_0x8e7349(0x19d)]==_0x4e3268;for(let _0x316ae5=0x0;_0x316ae5<_0x68e512[_0x8e7349(0x332)];_0x316ae5++){const _0x3163da=_0x68e512[_0x316ae5];for(const _0x2846ea of _0x54949a[_0x8e7349(0x286)]()){const _0x382fb0=_0x2846ea[_0x8e7349(0x318)]();if(_0x3163da[_0x8e7349(0x21c)](_0x382fb0)){_0x6686d4?(_0x68e512[_0x8e7349(0x2a9)](_0x316ae5,0x1),_0x316ae5--):_0x54949a[_0x8e7349(0x31b)](_0x2846ea[_0x8e7349(0x2d2)]);break;}}}}if(0x0==_0x68e512[_0x8e7349(0x332)])return null;const _0x5cd560=this[_0x8e7349(0x31a)][_0x8e7349(0x1f6)](_0x8e7349(0x2e3),_0x4e3268,_0x8e7349(0x1dc));for(const _0x104516 of this[_0x8e7349(0x27c)]())if(_0x104516[_0x8e7349(0x261)]['id']==_0x2aeaf7['id']&&_0x8e7349(0x2e3)==_0x104516[_0x8e7349(0x2e9)]&&_0x104516[_0x8e7349(0x22c)][_0x8e7349(0x1d8)]==_0x15e0d0[_0x8e7349(0x1d8)]&&_0x104516[_0x8e7349(0x19d)]==_0x4e3268&&qt(_0x104516,_0x46f01a)&&(_0x5cd560(_0x104516[_0x8e7349(0x2c2)](),_0x68e512)||_0x5cd560(_0x68e512,_0x104516[_0x8e7349(0x2c2)]()))){for(const _0x3b4e20 of _0x68e512)_0x104516[_0x8e7349(0x2b3)](_0x3b4e20);return _0x104516;}const _0x5e9f7c=_0x5a227b(),_0x4f990b=_0x2aeaf7['id'],_0x5a4653=_0x8e7349(0x264)+_0x4e3268,_0x5af374=this[_0x8e7349(0x1ab)]({'id':_0x5e9f7c,'type':_0x5a4653,'data':_0x15e0d0,'createdAt':new Date(),'authorId':_0x4f990b,'attributes':_0x46f01a});for(const _0x533b87 of _0x68e512)this[_0x8e7349(0x337)](_0x5a4653,_0x5e9f7c,_0x4f990b,_0x533b87,_0x4f3fa9[_0x8e7349(0x1c2)]());return _0x5af374;}[_0x2cfbc9(0x336)](_0x14d63c,_0x1c9251=null,_0x319c68={}){const _0x47847b=_0x2cfbc9;if(_0x14d63c[_0x47847b(0x258)])return null;const _0x2aea9c=this[_0x47847b(0x219)][_0x47847b(0x262)][_0x47847b(0x20e)](_0x47847b(0x2bd))['me'],_0x4227b3=new _0x378a08(_0x14d63c[_0x47847b(0x1b9)],_0x14d63c[_0x47847b(0x29e)]);for(const {suggestion:_0x284a9b,meta:_0x5e081c}of this[_0x47847b(0x1d2)](_0x4227b3,_0x47847b(0x200)))if(_0x5e081c[_0x47847b(0x324)]&&!_0x5e081c[_0x47847b(0x327)]){if(_0x284a9b[_0x47847b(0x27b)]){const _0x122b28=_0x284a9b[_0x47847b(0x2c2)]()[_0x47847b(0x321)](_0x30a388=>_0x47847b(0x279)!=_0x30a388[_0x47847b(0x2fd)][_0x47847b(0x2b4)]);_0x122b28[_0x47847b(0x2b1)](_0x273720=>_0x4227b3[_0x47847b(0x1a6)](_0x273720,!0x0))&&_0x284a9b[_0x47847b(0x2cf)]();if(_0x122b28[_0x47847b(0x32b)](_0x1890a8=>_0x1890a8[_0x47847b(0x1a6)](_0x4227b3,!0x0))){const _0xbef921=this[_0x47847b(0x31a)][_0x47847b(0x1f6)](_0x47847b(0x24a),_0x1c9251,_0x47847b(0x1cf));return this[_0x47847b(0x29d)](()=>_0xbef921([_0x4227b3],null,_0x319c68)),null;}}else{const _0x314ce1=_0x4227b3[_0x47847b(0x32d)](_0x284a9b[_0x47847b(0x328)]());null!==_0x314ce1&&_0x284a9b[_0x47847b(0x29b)]([_0x314ce1],null,_0x319c68);}}if(_0x4227b3[_0x47847b(0x1c4)](),_0x4227b3[_0x47847b(0x258)]||_0x47847b(0x279)==_0x4227b3[_0x47847b(0x2fd)][_0x47847b(0x2b4)])return null;let _0x5b8673=null,_0x4f1feb=_0x4227b3[_0x47847b(0x1b9)],_0x6caf1a=_0x4227b3[_0x47847b(0x29e)];const _0x5cc902=this[_0x47847b(0x1d2)](_0x4227b3,_0x47847b(0x24a));for(const {suggestion:_0x44f82e,meta:_0x2dca46}of _0x5cc902){const _0x4217f6=this[_0x47847b(0x34b)][_0x47847b(0x2f9)](_0x4f1feb,_0x6caf1a);if(_0x2dca46[_0x47847b(0x324)]&&(this[_0x47847b(0x1b2)]||!_0x2dca46[_0x47847b(0x2dc)]&&!_0x2dca46[_0x47847b(0x2fc)])){if(_0x44f82e[_0x47847b(0x27b)]){if(!qt(_0x44f82e,_0x319c68))continue;let _0x51f9aa=!0x0;for(const _0x28b4c7 of _0x44f82e[_0x47847b(0x2c2)]()){if(_0x28b4c7[_0x47847b(0x1a6)](_0x4217f6,!0x0))return _0x44f82e;_0x4217f6[_0x47847b(0x1a6)](_0x28b4c7)||(_0x51f9aa=!0x1);}_0x51f9aa&&_0x44f82e[_0x47847b(0x2cf)]();}else{const _0xb52f54=_0x44f82e[_0x47847b(0x328)]();if(_0xb52f54[_0x47847b(0x1a6)](_0x4217f6,!0x0))return _0x44f82e;if(!qt(_0x44f82e,_0x319c68)){_0x4217f6[_0x47847b(0x1a6)](_0xb52f54)?_0x44f82e[_0x47847b(0x1b4)]():_0xb52f54[_0x47847b(0x2db)](_0x4f1feb)?_0x4f1feb=_0xb52f54[_0x47847b(0x29e)]:_0xb52f54[_0x47847b(0x2db)](_0x6caf1a)&&(_0x6caf1a=_0xb52f54[_0x47847b(0x1b9)]);continue;}_0x4f1feb=_0x4f1feb[_0x47847b(0x22b)](_0xb52f54[_0x47847b(0x1b9)])?_0x4f1feb:_0xb52f54[_0x47847b(0x1b9)],_0x6caf1a=_0x6caf1a[_0x47847b(0x333)](_0xb52f54[_0x47847b(0x29e)])?_0x6caf1a:_0xb52f54[_0x47847b(0x29e)],_0x319c68=Object[_0x47847b(0x299)]({},_0x44f82e[_0x47847b(0x2c9)]),_0x5b8673?_0xb52f54[_0x47847b(0x1b9)][_0x47847b(0x22b)](_0x5b8673[_0x47847b(0x328)]()[_0x47847b(0x1b9)])?(_0x5b8673[_0x47847b(0x1b4)](),_0x5b8673=_0x44f82e):_0x44f82e[_0x47847b(0x1b4)]():_0x5b8673=_0x44f82e;}}}if(_0x5b8673)return this[_0x47847b(0x1dd)](_0x5b8673,this[_0x47847b(0x34b)][_0x47847b(0x2f9)](_0x4f1feb,_0x6caf1a)),_0x5b8673;{const _0x3ab419=_0x5a227b(),_0x571176=this[_0x47847b(0x34b)][_0x47847b(0x2f9)](_0x4f1feb,_0x6caf1a),_0x6191f6=_0x2aea9c['id'],_0x485c50=_0x1c9251?_0x47847b(0x2cb)+_0x1c9251:_0x47847b(0x24a),_0x4563a9=this[_0x47847b(0x1ab)]({'id':_0x3ab419,'type':_0x485c50,'createdAt':new Date(),'authorId':_0x6191f6,'attributes':_0x319c68});return this[_0x47847b(0x337)](_0x485c50,_0x3ab419,_0x6191f6,_0x571176),_0x4563a9;}}[_0x2cfbc9(0x2aa)](_0x4c0f4d,_0x1d21cd=_0x2cfbc9(0x23c),_0x2e0781={}){const _0xf83074=_0x2cfbc9,_0x44b079=this[_0xf83074(0x219)][_0xf83074(0x262)][_0xf83074(0x20e)](_0xf83074(0x2bd))['me'],_0x492593=_0x4c0f4d[_0xf83074(0x1c7)](_0x46401c=>new _0x378a08(_0x46401c[_0xf83074(0x1b9)],_0x46401c[_0xf83074(0x29e)])),_0xa232eb=new Set();for(const {suggestion:_0x4cc36c,meta:_0x1a46fa}of this[_0xf83074(0x1d2)](_0x492593,_0xf83074(0x200)))_0x1a46fa[_0xf83074(0x324)]&&!_0x1a46fa[_0xf83074(0x327)]&&_0xa232eb[_0xf83074(0x325)](_0x4cc36c);for(const _0x2e1308 of _0xa232eb)if(_0x2e1308[_0xf83074(0x27b)]){const _0x410477=_0x2e1308[_0xf83074(0x2c2)]();(!_0x2e1308[_0xf83074(0x2c9)]||!_0x2e1308[_0xf83074(0x2c9)][_0xf83074(0x2c8)])&&(_0x410477[_0xf83074(0x2b1)](_0x24603a=>_0x492593[_0xf83074(0x32b)](_0x5dff21=>_0x5dff21[_0xf83074(0x1a6)](_0x24603a,!0x0)))&&_0x2e1308[_0xf83074(0x2cf)]());if(_0x492593[_0xf83074(0x2b1)](_0x318c09=>_0x410477[_0xf83074(0x32b)](_0x1c9981=>_0x1c9981[_0xf83074(0x1a6)](_0x318c09,!0x0)))){const _0x5d9452=this[_0xf83074(0x31a)][_0xf83074(0x1f6)](_0xf83074(0x24a),_0x1d21cd,_0xf83074(0x1cf));return this[_0xf83074(0x29d)](()=>_0x5d9452(_0x4c0f4d,null,_0x2e0781)),null;}}else{const _0x1e1cc4=_0x2e1308[_0xf83074(0x328)]();_0x492593[_0xf83074(0x32b)](_0x51c0d9=>_0x51c0d9[_0xf83074(0x1a6)](_0x1e1cc4,!0x0))&&_0x2e1308[_0xf83074(0x2cf)]();if(_0x492593[_0xf83074(0x2b1)](_0xea71cb=>_0x1e1cc4[_0xf83074(0x1a6)](_0xea71cb,!0x0))){const _0x2b42ae=this[_0xf83074(0x31a)][_0xf83074(0x1f6)](_0xf83074(0x24a),_0x1d21cd,_0xf83074(0x1cf));return this[_0xf83074(0x29d)](()=>_0x2b42ae(_0x492593,null,_0x2e0781)),null;}}const _0x2b45c4=this[_0xf83074(0x31a)][_0xf83074(0x1f6)](_0xf83074(0x24a),_0x1d21cd,_0xf83074(0x1dc));let _0x29bb73=null;for(const _0x247f97 of this[_0xf83074(0x27c)]())if(_0x247f97[_0xf83074(0x261)]['id']==_0x44b079['id']&&_0x247f97[_0xf83074(0x2c7)]&&_0xf83074(0x24a)==_0x247f97[_0xf83074(0x2e9)]&&_0x247f97[_0xf83074(0x19d)]==_0x1d21cd&&qt(_0x247f97,_0x2e0781)&&(_0x2b45c4(_0x247f97[_0xf83074(0x2c2)](),_0x492593)||_0x2b45c4(_0x492593,_0x247f97[_0xf83074(0x2c2)]()))){if(_0x29bb73){if(_0x247f97[_0xf83074(0x270)]&&_0x247f97[_0xf83074(0x270)][_0xf83074(0x332)])continue;for(const _0x54ff00 of _0x247f97[_0xf83074(0x2c2)]())_0x29bb73[_0xf83074(0x1bd)](_0x54ff00)||_0x29bb73[_0xf83074(0x2b3)](_0x54ff00);_0x247f97[_0xf83074(0x1b4)]();}else{_0x29bb73=_0x247f97;for(const _0x30baf3 of _0x492593)_0x247f97[_0xf83074(0x1bd)](_0x30baf3)||_0x247f97[_0xf83074(0x2b3)](_0x30baf3);}}if(_0x29bb73)return _0x29bb73;_0xa232eb[_0xf83074(0x33d)]();for(const {suggestion:_0x51a20c,meta:_0x4e7459}of this[_0xf83074(0x1d2)](_0x492593,_0xf83074(0x24a)))_0x4e7459[_0xf83074(0x324)]&&(this[_0xf83074(0x1b2)]||!_0x4e7459[_0xf83074(0x2dc)]&&!_0x4e7459[_0xf83074(0x2fc)])&&qt(_0x51a20c,_0x2e0781)&&_0xa232eb[_0xf83074(0x325)](_0x51a20c);for(const _0x1f2a4d of _0xa232eb){const _0x2fe7f2=_0x1f2a4d[_0xf83074(0x2c2)]();if(!_0x2e0781||!_0x2e0781[_0xf83074(0x2c8)]){if(_0x492593[_0xf83074(0x2b1)](_0x1551c4=>_0x2fe7f2[_0xf83074(0x32b)](_0x312b55=>_0x312b55[_0xf83074(0x1a6)](_0x1551c4,!0x0))))return _0x1f2a4d;}(!_0x1f2a4d[_0xf83074(0x2c9)]||!_0x1f2a4d[_0xf83074(0x2c9)][_0xf83074(0x2c8)])&&(_0x2fe7f2[_0xf83074(0x2b1)](_0x262f42=>_0x492593[_0xf83074(0x32b)](_0x2878f4=>_0x2878f4[_0xf83074(0x1a6)](_0x262f42,!0x0)))&&_0x1f2a4d[_0xf83074(0x2cf)]());}const _0x550041=_0x5a227b(),_0x16252b=_0x44b079['id'],_0x3a7140=_0xf83074(0x2cb)+_0x1d21cd,_0x4f0c96=this[_0xf83074(0x1ab)]({'id':_0x550041,'type':_0x3a7140,'createdAt':new Date(),'authorId':_0x16252b,'attributes':_0x2e0781});for(const _0x30ec84 of _0x492593)_0x30ec84[_0xf83074(0x1c4)](),_0x30ec84[_0xf83074(0x258)]||_0xf83074(0x279)==_0x30ec84[_0xf83074(0x2fd)][_0xf83074(0x2b4)]||this[_0xf83074(0x337)](_0x3a7140,_0x550041,_0x16252b,_0x30ec84,_0x4f3fa9[_0xf83074(0x1c2)]());return _0x4f0c96;}[_0x2cfbc9(0x1ae)](_0x81baa9,_0x345d5f,_0x37dc16,_0x3c76c9,_0x396e14){const _0x1d723f=_0x2cfbc9;if(_0x81baa9[_0x1d723f(0x258)])return[];if(_0x1d723f(0x2ee)===this[_0x1d723f(0x206)])return[];const _0x993c42=this[_0x1d723f(0x219)][_0x1d723f(0x262)][_0x1d723f(0x20e)](_0x1d723f(0x2bd))['me']['id'],_0x25e04a=Array[_0x1d723f(0x323)](this[_0x1d723f(0x2af)][_0x1d723f(0x1ed)]())[_0x1d723f(0x321)](_0x2f4275=>_0x1d723f(0x238)==_0x2f4275[_0x1d723f(0x2e9)]&&_0x2f4275[_0x1d723f(0x22c)][_0x1d723f(0x21b)]==_0x345d5f&&_0x2f4275[_0x1d723f(0x1bd)](_0x81baa9));if(_0x1d723f(0x2ca)===this[_0x1d723f(0x206)]){const _0x964d8c=this[_0x1d723f(0x1d2)](_0x81baa9,_0x1d723f(0x200))[_0x1d723f(0x321)](({meta:_0x48aed9})=>_0x48aed9[_0x1d723f(0x324)]&&!_0x48aed9[_0x1d723f(0x2fc)]&&!_0x48aed9[_0x1d723f(0x327)])[_0x1d723f(0x1c7)](({suggestion:_0x1b0797})=>_0x1b0797);_0x25e04a[_0x1d723f(0x2ae)](..._0x964d8c);}const _0x3fb7d7=new Map([[_0x81baa9,_0x37dc16]]);for(const _0x244665 of _0x25e04a){const _0x371038=_0x1d723f(0x238)==_0x244665[_0x1d723f(0x2e9)]?_0x244665[_0x1d723f(0x22c)][_0x1d723f(0x22d)]:void 0x0,_0x491a5b=_0x244665[_0x1d723f(0x328)](),_0x5dd142=Array[_0x1d723f(0x323)](_0x3fb7d7[_0x1d723f(0x1ce)]())[_0x1d723f(0x2ba)](_0x12ed8b=>_0x12ed8b[_0x1d723f(0x1a5)](_0x491a5b));if(!_0x5dd142)continue;const _0x4ae13b=_0x5dd142[_0x1d723f(0x2fe)](_0x491a5b);this[_0x1d723f(0x2c6)](_0x345d5f)&&_0x1d723f(0x200)==_0x244665[_0x1d723f(0x2e9)]&&0x0!=_0x4ae13b[_0x1d723f(0x332)]||(_0x3fb7d7[_0x1d723f(0x330)](_0x5dd142),_0x4ae13b[_0x1d723f(0x271)](_0x1e579b=>{const _0x116e54=_0x1d723f;_0x3fb7d7[_0x116e54(0x2e2)](_0x1e579b,_0x37dc16);}),_0x1d723f(0x200)!=_0x244665[_0x1d723f(0x2e9)]&&_0x371038!=_0x3c76c9&&_0x3fb7d7[_0x1d723f(0x2e2)](_0x5dd142[_0x1d723f(0x32d)](_0x491a5b),_0x371038));}const _0x55b6c4=[];for(const [_0x3d0683,_0xaa3996]of _0x3fb7d7){const _0x1ec388=_0x5a227b(),_0x1f6637={'key':_0x345d5f,'oldValue':_0xaa3996,'newValue':_0x3c76c9};_0x345d5f[_0x1d723f(0x332)]>0x25&&console[_0x1d723f(0x280)](_0x1d723f(0x2ff),{'key':_0x345d5f});const _0x55bf52=(_0x1d723f(0x263)+(_0x345d5f+'|'+Gt({'newValue':_0x3c76c9})))[_0x1d723f(0x256)](0x0,0x3c),_0x1911ce=this[_0x1d723f(0x1ab)]({'id':_0x1ec388,'type':_0x55bf52,'data':_0x1f6637,'createdAt':new Date(),'authorId':_0x993c42,'attributes':_0x396e14});_0x55b6c4[_0x1d723f(0x348)](_0x1911ce),this[_0x1d723f(0x337)](_0x55bf52,_0x1ec388,_0x993c42,_0x3d0683);}return _0x55b6c4;}[_0x2cfbc9(0x295)](_0x3ea333){const _0xef0afa=_0x2cfbc9;this[_0xef0afa(0x310)](_0x3ea333,(_0x2d0232,..._0x4d6af9)=>{const _0x334ea1=_0xef0afa;this[_0x334ea1(0x290)](()=>{_0x2d0232(..._0x4d6af9);});});}[_0x2cfbc9(0x1f0)](_0x552960){const _0x1b9e49=_0x2cfbc9;this[_0x1b9e49(0x1f4)][_0x1b9e49(0x325)](_0x552960);}[_0x2cfbc9(0x1ec)](_0x2e274){const _0x4c1489=_0x2cfbc9;this[_0x4c1489(0x1f9)][_0x4c1489(0x325)](_0x2e274);}[_0x2cfbc9(0x2ec)](_0x4725c3){const _0x5ba3d0=_0x2cfbc9;return _0x5ba3d0(0x238)==_0x4725c3[_0x5ba3d0(0x2e9)]?_0x4725c3[_0x5ba3d0(0x19d)][_0x5ba3d0(0x27e)]('|')[0x0]:null;}[_0x2cfbc9(0x1dd)](_0x2c8213,_0x86c1c7){const _0x12a982=_0x2cfbc9,_0xac8d86=_0x2c8213[_0x12a982(0x1a1)]();this[_0x12a982(0x34b)][_0x12a982(0x24f)](_0x1cebc7=>{const _0x1c9129=_0x12a982;_0x1cebc7[_0x1c9129(0x31d)](_0xac8d86,{'range':_0x86c1c7});});}[_0x2cfbc9(0x21d)](_0x35d6b0){const _0x21509b=_0x2cfbc9,_0x13aec6=_0x35d6b0['id'],_0x34eb7d=this[_0x21509b(0x219)][_0x21509b(0x1ac)][_0x21509b(0x20e)](_0x21509b(0x22f));this[_0x21509b(0x1d9)][_0x21509b(0x268)](_0x13aec6)||this[_0x21509b(0x1d9)][_0x21509b(0x2b2)]({'channelId':_0x34eb7d,'threadId':_0x13aec6,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x195976=this[_0x21509b(0x1d9)][_0x21509b(0x20c)](_0x13aec6);_0x195976[_0x21509b(0x23e)](_0x21509b(0x326)),_0x195976[_0x21509b(0x326)]=!0x1,_0x35d6b0[_0x21509b(0x270)]=_0x195976;}[_0x2cfbc9(0x275)](_0x39bfdc,_0x875d11,_0x433734,_0x595f04){const _0x552d54=_0x2cfbc9;if(_0x39bfdc[_0x552d54(0x2e9)]!=_0x875d11||_0x39bfdc[_0x552d54(0x19d)]!=_0x433734||_0x39bfdc[_0x552d54(0x1eb)]['id']!=_0x595f04)throw this[_0x552d54(0x219)][_0x552d54(0x343)](_0x552d54(0x1bf)),new _0x58e79e(_0x552d54(0x1bf),this);}[_0x2cfbc9(0x2d5)](_0x507023,_0x29e065){const _0x45a46e=_0x2cfbc9,_0x449c7a=_0x507023[_0x45a46e(0x328)]();if(_0x29e065[_0x45a46e(0x21c)](_0x449c7a))_0x507023[_0x45a46e(0x1b4)]();else{if(_0x449c7a[_0x45a46e(0x1a6)](_0x29e065)){const _0x492adc=this[_0x45a46e(0x34b)][_0x45a46e(0x2e6)](_0x29e065[_0x45a46e(0x1b9)][_0x45a46e(0x1da)],_0x45a46e(0x29e));this[_0x45a46e(0x1dd)](_0x507023,this[_0x45a46e(0x34b)][_0x45a46e(0x2f9)](_0x449c7a[_0x45a46e(0x1b9)],_0x492adc));const _0xcf23ff=_0x5a227b(),_0x44b2df=_0x507023[_0x45a46e(0x1eb)]['id'],_0x5d15d6=_0x507023[_0x45a46e(0x2e9)]+':'+_0x507023[_0x45a46e(0x19d)];this[_0x45a46e(0x1ab)]({'id':_0xcf23ff,'type':_0x5d15d6,'createdAt':new Date(),'authorId':_0x44b2df,'data':_0x507023[_0x45a46e(0x22c)],'attributes':_0x507023[_0x45a46e(0x2c9)]});const _0x510d05=this[_0x45a46e(0x34b)][_0x45a46e(0x2e6)](_0x29e065[_0x45a46e(0x29e)][_0x45a46e(0x2a5)],_0x45a46e(0x29a)),_0xc93fec=this[_0x45a46e(0x34b)][_0x45a46e(0x2f9)](_0x510d05,_0x449c7a[_0x45a46e(0x29e)]);this[_0x45a46e(0x337)](_0x5d15d6,_0xcf23ff,_0x44b2df,_0xc93fec);}else{if(_0x449c7a[_0x45a46e(0x2db)](_0x29e065[_0x45a46e(0x1b9)])){const _0xeae8ea=this[_0x45a46e(0x34b)][_0x45a46e(0x2e6)](_0x29e065[_0x45a46e(0x1b9)][_0x45a46e(0x1da)],_0x45a46e(0x29e));this[_0x45a46e(0x1dd)](_0x507023,this[_0x45a46e(0x34b)][_0x45a46e(0x2f9)](_0x449c7a[_0x45a46e(0x1b9)],_0xeae8ea));}else{const _0x93027a=this[_0x45a46e(0x34b)][_0x45a46e(0x2e6)](_0x29e065[_0x45a46e(0x29e)][_0x45a46e(0x2a5)],_0x45a46e(0x29a));this[_0x45a46e(0x1dd)](_0x507023,this[_0x45a46e(0x34b)][_0x45a46e(0x2f9)](_0x93027a,_0x449c7a[_0x45a46e(0x29e)]));}}}}[_0x2cfbc9(0x272)](_0x310b0c){const _0x5aefca=_0x2cfbc9;for(const {suggestion:_0x56f18a,meta:_0x387404}of this[_0x5aefca(0x1d2)](_0x310b0c,_0x5aefca(0x200))){if(!_0x387404[_0x5aefca(0x324)])continue;const _0x2fe487=_0x56f18a[_0x5aefca(0x2c2)]();for(const _0xe0635b of _0x2fe487)if(!_0x310b0c[_0x5aefca(0x2fe)](_0xe0635b)[_0x5aefca(0x332)])return!0x0;}return!0x1;}[_0x2cfbc9(0x2e1)](_0x5971a0){const _0x52f867=_0x2cfbc9,_0x30fa16=this[_0x52f867(0x219)][_0x52f867(0x262)][_0x52f867(0x20e)](_0x52f867(0x2bd))[_0x52f867(0x19f)](_0x5971a0);if(!_0x30fa16)throw new _0x58e79e(_0x52f867(0x1a4),this);return _0x30fa16;}[_0x2cfbc9(0x2a6)](_0x1c98b8){const _0x570e06=_0x2cfbc9,_0x3b5fd4=this[_0x570e06(0x219)][_0x570e06(0x262)][_0x570e06(0x20e)](_0x570e06(0x2bd)),_0x33a3f2=_0x13221c(_0x570e06(0x23b)+_0x1c98b8),_0x21b12d=_0x3b5fd4[_0x570e06(0x19f)](_0x33a3f2);return _0x21b12d||_0x3b5fd4[_0x570e06(0x26d)]({'id':_0x33a3f2,'name':_0x1c98b8});}[_0x2cfbc9(0x311)](_0x337188,_0x503ec0,_0x3ec309,_0xfebcf8,_0x3526eb){const _0x17e97c=_0x2cfbc9,_0x3e726c=this[_0x17e97c(0x2e1)](_0xfebcf8),_0x5a954=this[_0x17e97c(0x31a)][_0x17e97c(0x2f7)](_0x337188,_0x503ec0,_0x3ec309,_0x3e726c,_0x3526eb,_0x1fbe0d=>{const _0x12df16=_0x17e97c;this[_0x12df16(0x1fe)](_0x3ec309,{'attributes':_0x1fbe0d});const _0x40abc4=this[_0x12df16(0x34a)](_0x3ec309);this[_0x12df16(0x2de)](new Set([_0x40abc4])),this[_0x12df16(0x278)](new Set([_0x40abc4]));});return this[_0x17e97c(0x23f)](_0x5a954,_0x17e97c(0x1cf),()=>{const _0x3236e9=_0x17e97c;this[_0x3236e9(0x1fe)](_0x3ec309,{'state':_0x3236e9(0x236)});},{'priority':_0x17e97c(0x1fa)}),this[_0x17e97c(0x23f)](_0x5a954,_0x17e97c(0x2cf),()=>{const _0xe59866=_0x17e97c;this[_0xe59866(0x1fe)](_0x3ec309,{'state':_0xe59866(0x335)});},{'priority':_0x17e97c(0x1fa)}),this[_0x17e97c(0x2af)][_0x17e97c(0x2e2)](_0x3ec309,_0x5a954),this[_0x17e97c(0x1ee)][_0x17e97c(0x2e2)](_0x5a954,_0x17e97c(0x210)),_0x5a954;}[_0x2cfbc9(0x218)](_0xbe6dec){const _0x566e45=_0x2cfbc9,_0x5cf66d=_0xbe6dec[_0x566e45(0x27e)](':');return{'group':_0x5cf66d[0x0],'type':_0x5cf66d[0x1],'subType':_0x5cf66d[_0x566e45(0x332)]>=0x5?_0x5cf66d[0x2]:null,'id':_0x5cf66d[_0x566e45(0x332)]<0x5?_0x5cf66d[0x2]:_0x5cf66d[0x3],'authorId':_0x5cf66d[_0x566e45(0x332)]<0x5?_0x5cf66d[0x3]:_0x5cf66d[0x4],'markerCount':0x6==_0x5cf66d[_0x566e45(0x332)]?_0x5cf66d[0x5]:null};}[_0x2cfbc9(0x287)](_0x1fe497,_0xb7ddcb,_0x31d94f){const _0x20748a=_0x2cfbc9,_0xc22c57=_0x1fe497[_0x20748a(0x328)](),_0x59ab28=_0xc22c57[_0x20748a(0x1b9)],_0x98d505=_0xc22c57[_0x20748a(0x29e)];this[_0x20748a(0x1dd)](_0x1fe497,this[_0x20748a(0x34b)][_0x20748a(0x2f9)](_0x59ab28,_0xb7ddcb));const _0x5905f1=_0x5a227b(),_0x48373f=_0x1fe497[_0x20748a(0x1eb)]['id'],_0x54ff43=_0x1fe497[_0x20748a(0x2e9)]+(_0x1fe497[_0x20748a(0x19d)]?':'+_0x1fe497[_0x20748a(0x19d)]:'');this[_0x20748a(0x1ab)]({'id':_0x5905f1,'type':_0x54ff43,'createdAt':new Date(),'authorId':_0x48373f,'originalSuggestionId':_0x1fe497['id'],'attributes':_0x1fe497[_0x20748a(0x2c9)],'data':_0x1fe497[_0x20748a(0x22c)]});const _0x24ef36=this[_0x20748a(0x2ec)](_0x1fe497);(_0x20748a(0x2e3)==_0x1fe497[_0x20748a(0x2e9)]||_0x24ef36&&this[_0x20748a(0x2c6)](_0x24ef36))&&(_0x31d94f=this[_0x20748a(0x34b)][_0x20748a(0x2e4)](_0x31d94f[_0x20748a(0x2a5)])),this[_0x20748a(0x337)](_0x54ff43,_0x5905f1,_0x48373f,this[_0x20748a(0x34b)][_0x20748a(0x2f9)](_0x31d94f,_0x98d505));}[_0x2cfbc9(0x1d2)](_0x227ebb,_0x5f6d3e=null){const _0x180f6e=_0x2cfbc9,_0x5a740e=[],_0x2381d3=this[_0x180f6e(0x219)][_0x180f6e(0x262)][_0x180f6e(0x20e)](_0x180f6e(0x2bd))['me'];Array[_0x180f6e(0x20d)](_0x227ebb)||(_0x227ebb=[_0x227ebb]);for(const _0x12241c of this[_0x180f6e(0x27c)]()){if(!_0x12241c[_0x180f6e(0x2c7)])continue;if(_0x5f6d3e&&_0x12241c[_0x180f6e(0x2e9)]!=_0x5f6d3e)continue;let _0x8fa9f2=!0x1;for(const _0x44320d of _0x12241c[_0x180f6e(0x2c2)]()){for(const _0x133d03 of _0x227ebb){const _0x5672da=_0x133d03[_0x180f6e(0x1b9)][_0x180f6e(0x21c)](_0x44320d[_0x180f6e(0x29e)])||_0x133d03[_0x180f6e(0x29e)][_0x180f6e(0x21c)](_0x44320d[_0x180f6e(0x1b9)]);if(_0x5672da||_0x133d03[_0x180f6e(0x32d)](_0x44320d)){const _0x103377=_0x133d03[_0x180f6e(0x1a6)](_0x44320d)&&Ot(this[_0x180f6e(0x34b)][_0x180f6e(0x1aa)],_0x44320d[_0x180f6e(0x1b9)],_0x133d03),_0x361c27=_0x44320d[_0x180f6e(0x1a6)](_0x133d03)&&Ot(this[_0x180f6e(0x34b)][_0x180f6e(0x1aa)],_0x133d03[_0x180f6e(0x1b9)],_0x44320d);_0x5a740e[_0x180f6e(0x348)]({'suggestion':_0x12241c,'meta':{'isOwn':_0x2381d3==_0x12241c[_0x180f6e(0x261)],'isNextTo':_0x5672da,'isInsideObject':_0x103377,'containsRangeInObject':_0x361c27}}),_0x8fa9f2=!0x0;break;}}if(_0x8fa9f2)break;}}return _0x5a740e;}[_0x2cfbc9(0x337)](_0x256a5f,_0x5722ea,_0x4ab9c8,_0x36feb5,_0xe04169){const _0x3c6331=_0x2cfbc9;this[_0x3c6331(0x34b)][_0x3c6331(0x24f)](_0x213934=>{const _0x15fb3d=_0x3c6331;let _0x30824c=_0x15fb3d(0x2e7)+_0x256a5f+':'+_0x5722ea+':'+_0x4ab9c8;_0xe04169&&(_0x30824c=_0x30824c+':'+_0xe04169),_0x213934[_0x15fb3d(0x349)](_0x30824c,{'range':_0x36feb5,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x2cfbc9(0x28f)](_0x26d231){const _0x1bbbc1=_0x2cfbc9,_0x8b274a=_0x26d231[_0x1bbbc1(0x329)],_0x228fce=_0x26d231[_0x1bbbc1(0x25a)];_0x26d231[_0x1bbbc1(0x329)]=null,_0x26d231[_0x1bbbc1(0x25a)]=null,null!=_0x8b274a&&_0x8b274a[_0x1bbbc1(0x25a)]==_0x26d231&&(_0x8b274a[_0x1bbbc1(0x25a)]=_0x228fce),null!=_0x228fce&&_0x228fce[_0x1bbbc1(0x329)]==_0x26d231&&(_0x228fce[_0x1bbbc1(0x329)]=_0x8b274a),_0x1bbbc1(0x29f)==this[_0x1bbbc1(0x1ee)][_0x1bbbc1(0x20e)](_0x26d231)&&(this[_0x1bbbc1(0x1ee)][_0x1bbbc1(0x2e2)](_0x26d231,_0x1bbbc1(0x1af)),this[_0x1bbbc1(0x2a1)](_0x1bbbc1(0x1fd),_0x26d231,_0x8b274a,_0x228fce));}[_0x2cfbc9(0x1ab)](_0x3c77e3){const _0x556570=_0x2cfbc9,_0x19873b=_0x3c77e3['id'],_0x1d9019=this[_0x556570(0x224)](_0x3c77e3);if(this[_0x556570(0x1ea)]&&this[_0x556570(0x1ea)][_0x556570(0x288)]){const _0x26537f=this[_0x556570(0x219)][_0x556570(0x262)][_0x556570(0x20e)](_0x556570(0x26f)),_0x5df602=_0x1d9019[_0x556570(0x27f)],_0x4e6c6f=_0x1d9019[_0x556570(0x19d)]?_0x1d9019[_0x556570(0x2e9)]+':'+_0x1d9019[_0x556570(0x19d)]:_0x1d9019[_0x556570(0x2e9)],_0x49581f=this[_0x556570(0x219)][_0x556570(0x1b5)],_0x2789c1=_0x26537f[_0x556570(0x325)](_0x40f4f0(_0x49581f,_0x556570(0x1a0))),_0x127b83={'id':_0x19873b,'type':_0x4e6c6f,'hasComments':_0x5df602,'data':_0x3c77e3[_0x556570(0x22c)]||null,'originalSuggestionId':_0x3c77e3[_0x556570(0x267)]||null,'attributes':_0x1d9019[_0x556570(0x2c9)]};this[_0x556570(0x1ea)][_0x556570(0x288)](_0x127b83)[_0x556570(0x320)](_0x2483a5=>{const _0xfd6f9f=_0x556570;_0x1d9019[_0xfd6f9f(0x32a)]=!0x0,_0x26537f[_0xfd6f9f(0x345)](_0x2789c1),_0x2483a5&&_0x2483a5[_0xfd6f9f(0x28d)]&&(this[_0xfd6f9f(0x2af)][_0xfd6f9f(0x20e)](_0x19873b)[_0xfd6f9f(0x28d)]=_0x2483a5[_0xfd6f9f(0x28d)]);})[_0x556570(0x312)](_0x584b55=>{const _0x4512ff=_0x556570;throw _0xb728e3(_0x4512ff(0x245)),this[_0x4512ff(0x219)][_0x4512ff(0x1b3)][_0x4512ff(0x31c)]({'isUndoable':!0x1},()=>{const _0xb2a858=_0x4512ff;_0x1d9019[_0xb2a858(0x2cf)]();}),_0x1d9019[_0x4512ff(0x32c)](),this[_0x4512ff(0x2af)][_0x4512ff(0x330)](_0x1d9019['id']),this[_0x4512ff(0x1ee)][_0x4512ff(0x330)](_0x1d9019),_0x584b55;});}return _0x1d9019;}[_0x2cfbc9(0x2c6)](_0x355a4b){const _0x20b057=_0x2cfbc9;return this[_0x20b057(0x1f4)][_0x20b057(0x2d3)](_0x355a4b);}[_0x2cfbc9(0x1fe)](_0x3f0ab4,_0x2644f2){const _0x396745=_0x2cfbc9,_0x19fc98=this[_0x396745(0x219)][_0x396745(0x262)][_0x396745(0x20e)](_0x396745(0x26f)),_0x5a1345=this[_0x396745(0x34a)](_0x3f0ab4);if(this[_0x396745(0x1ea)]&&this[_0x396745(0x1ea)][_0x396745(0x33c)]){if(_0x5a1345[_0x396745(0x32a)]){const _0x678f5f=_0x19fc98[_0x396745(0x325)](_0x40f4f0(this[_0x396745(0x219)][_0x396745(0x1b5)],_0x396745(0x1a0)));this[_0x396745(0x1ea)][_0x396745(0x33c)](_0x3f0ab4,_0x2644f2)[_0x396745(0x320)](()=>{const _0x35d7dc=_0x396745;_0x19fc98[_0x35d7dc(0x345)](_0x678f5f);});}else _0x5a1345['on'](_0x396745(0x243),()=>{const _0x8e0aa6=_0x396745;this[_0x8e0aa6(0x1fe)](_0x3f0ab4,_0x2644f2);});}}[_0x2cfbc9(0x1b8)](_0x3fdc93){const _0x3cad9d=_0x2cfbc9;if(!this[_0x3cad9d(0x1ea)]||!this[_0x3cad9d(0x1ea)][_0x3cad9d(0x34a)])throw new _0x58e79e(_0x3cad9d(0x209),this);return this[_0x3cad9d(0x1ea)][_0x3cad9d(0x34a)](_0x3fdc93);}[_0x2cfbc9(0x1cc)](_0x5d629a){const _0x2854d0=_0x2cfbc9,{id:_0x2eb826,type:_0x39e8fd,subType:_0x3b95fb,authorId:_0x1cd0e0}=this[_0x2854d0(0x218)](_0x5d629a),_0x308d0e=this[_0x2854d0(0x2af)][_0x2854d0(0x20e)](_0x2eb826)||this[_0x2854d0(0x311)](_0x39e8fd,_0x3b95fb,_0x2eb826,_0x1cd0e0,{});switch(this[_0x2854d0(0x275)](_0x308d0e,_0x39e8fd,_0x3b95fb,_0x1cd0e0),this[_0x2854d0(0x1ee)][_0x2854d0(0x20e)](_0x308d0e)){case _0x2854d0(0x210):this[_0x2854d0(0x1b8)](_0x2eb826)[_0x2854d0(0x320)](_0x1b4516=>{const _0x42fcf2=_0x2854d0;let _0x2f8aaf=Promise[_0x42fcf2(0x2c5)]();_0x1b4516[_0x42fcf2(0x27f)]&&(_0x2f8aaf=this[_0x42fcf2(0x1d9)][_0x42fcf2(0x1e7)]({'channelId':this[_0x42fcf2(0x219)][_0x42fcf2(0x1ac)][_0x42fcf2(0x20e)](_0x42fcf2(0x22f)),'threadId':_0x2eb826})),_0x2f8aaf[_0x42fcf2(0x320)](()=>{const _0x159bd6=_0x42fcf2;this[_0x159bd6(0x224)](_0x1b4516)[_0x159bd6(0x32a)]=!0x0;});}),this[_0x2854d0(0x1ee)][_0x2854d0(0x2e2)](_0x308d0e,_0x2854d0(0x19e));break;case _0x2854d0(0x1af):this[_0x2854d0(0x1fe)](_0x2eb826,{'state':_0x2854d0(0x2b8)});case _0x2854d0(0x313):this[_0x2854d0(0x1ee)][_0x2854d0(0x2e2)](_0x308d0e,_0x2854d0(0x29f)),this[_0x2854d0(0x2a1)](_0x2854d0(0x34d),_0x308d0e);break;case _0x2854d0(0x29f):this[_0x2854d0(0x2a1)](_0x2854d0(0x1c0),_0x308d0e);}return _0x308d0e[_0x2854d0(0x22e)](_0x5d629a),_0x308d0e;}[_0x2cfbc9(0x278)](_0xb1ef9f){const _0x110aef=_0x2cfbc9,_0x5b8db5=Array[_0x110aef(0x323)](_0xb1ef9f),_0x1b0f4c=_0x5b8db5[_0x110aef(0x321)](_0x491642=>_0x110aef(0x238)==_0x491642[_0x110aef(0x2e9)]);this[_0x110aef(0x24b)](_0x1b0f4c);const _0xa5d6a7=_0x5b8db5[_0x110aef(0x321)](_0x5f1d34=>!_0x5f1d34[_0x110aef(0x27b)]&&_0x110aef(0x238)!=_0x5f1d34[_0x110aef(0x2e9)]),_0x77c86c=this[_0x110aef(0x27c)]({'skipNotAttached':!0x0})[_0x110aef(0x321)](_0x2279a9=>!_0x2279a9[_0x110aef(0x27b)]&&_0x110aef(0x238)!=_0x2279a9[_0x110aef(0x2e9)]),_0x3b0d33=_0x77c86c[_0x110aef(0x321)](_0x587c9d=>!_0xb1ef9f[_0x110aef(0x2d3)](_0x587c9d)),_0x35a092=new Map(_0x77c86c[_0x110aef(0x1c7)](_0xa8b855=>[_0xa8b855,this[_0x110aef(0x31a)][_0x110aef(0x1f6)](_0xa8b855[_0x110aef(0x2e9)],_0xa8b855[_0x110aef(0x19d)],_0x110aef(0x1ef))])),_0xb2d3ed=new Map(_0x77c86c[_0x110aef(0x1c7)](_0x5bf4e1=>[_0x5bf4e1,_0x5bf4e1[_0x110aef(0x328)]()])),_0x538b8c=new Set(),_0x1e8408=new Set();for(let _0x128784=0x0;_0x128784<_0xa5d6a7[_0x110aef(0x332)];_0x128784++)_0x1e99df(_0xa5d6a7[_0x128784],_0xa5d6a7,_0x128784+0x1);for(let _0x51291b=0x0;_0x51291b<_0xa5d6a7[_0x110aef(0x332)];_0x51291b++)_0x1e99df(_0xa5d6a7[_0x51291b],_0x3b0d33,0x0);const _0x161ded=new Set();for(let _0x4f6720=0x0;_0x4f6720<_0xa5d6a7[_0x110aef(0x332)];_0x4f6720++){const _0x34fb1e=_0xa5d6a7[_0x4f6720];!_0x1e8408[_0x110aef(0x2d3)](_0x34fb1e)&&_0x34fb1e[_0x110aef(0x329)]&&(_0x161ded[_0x110aef(0x325)](_0x34fb1e[_0x110aef(0x329)]),_0x34fb1e[_0x110aef(0x329)][_0x110aef(0x25a)]===_0x34fb1e&&(_0x34fb1e[_0x110aef(0x329)][_0x110aef(0x25a)]=null),_0x34fb1e[_0x110aef(0x329)]=null),!_0x538b8c[_0x110aef(0x2d3)](_0x34fb1e)&&_0x34fb1e[_0x110aef(0x25a)]&&(_0x161ded[_0x110aef(0x325)](_0x34fb1e[_0x110aef(0x25a)]),_0x34fb1e[_0x110aef(0x25a)][_0x110aef(0x329)]===_0x34fb1e&&(_0x34fb1e[_0x110aef(0x25a)][_0x110aef(0x329)]=null),_0x34fb1e[_0x110aef(0x25a)]=null);}function _0x1e99df(_0x47ec64,_0x118458,_0x49d8fc){const _0x1819aa=_0x110aef;for(let _0x2a82c4=_0x49d8fc;_0x2a82c4<_0x118458[_0x1819aa(0x332)];_0x2a82c4++){const _0x21118d=_0x139747(_0x47ec64,_0x118458[_0x2a82c4]);_0x21118d&&(_0x21118d[0x0][_0x1819aa(0x25a)]=_0x21118d[0x1],_0x21118d[0x1][_0x1819aa(0x329)]=_0x21118d[0x0],_0x538b8c[_0x1819aa(0x325)](_0x21118d[0x0]),_0x1e8408[_0x1819aa(0x325)](_0x21118d[0x1]));}}function _0x139747(_0x334e6b,_0x14a492){const _0x5787b4=_0x110aef;if(_0x334e6b[_0x5787b4(0x261)]['id']!==_0x14a492[_0x5787b4(0x261)]['id'])return null;const _0x54f165=_0x35a092[_0x5787b4(0x20e)](_0x334e6b)(_0x334e6b,_0x14a492,_0xb2d3ed[_0x5787b4(0x20e)](_0x334e6b),_0xb2d3ed[_0x5787b4(0x20e)](_0x14a492));if(!_0x54f165)return null;return _0x35a092[_0x5787b4(0x20e)](_0x14a492)(_0x334e6b,_0x14a492,_0xb2d3ed[_0x5787b4(0x20e)](_0x334e6b),_0xb2d3ed[_0x5787b4(0x20e)](_0x14a492))?_0x54f165[0x1][_0x5787b4(0x270)]&&_0x54f165[0x1][_0x5787b4(0x270)][_0x5787b4(0x332)]?null:_0x54f165:null;}_0x161ded[_0x110aef(0x1c8)]&&this[_0x110aef(0x278)](_0x161ded);}[_0x2cfbc9(0x24b)](_0x7ae670){const _0x53424c=_0x2cfbc9;if(0x0==_0x7ae670[_0x53424c(0x332)])return;const _0x2770f3=this[_0x53424c(0x27c)]({'skipNotAttached':!0x0})[_0x53424c(0x321)](_0x359d49=>_0x53424c(0x238)==_0x359d49[_0x53424c(0x2e9)]&&_0x359d49[_0x53424c(0x253)]),_0x5ba304=[],_0x346874=new Map();for(const _0x3bc379 of _0x2770f3){const _0x7479d9=_0x13221c(_0x3bc379[_0x53424c(0x2c9)]);_0x346874[_0x53424c(0x2d3)](_0x7479d9)||(_0x346874[_0x53424c(0x2e2)](_0x7479d9,_0x5ba304[_0x53424c(0x332)]),_0x5ba304[_0x53424c(0x348)]([]));const _0x462aa0=_0x346874[_0x53424c(0x20e)](_0x7479d9);_0x5ba304[_0x462aa0][_0x53424c(0x348)](_0x3bc379);}!(function(){const _0x571082=_0x53424c;_0x5ba304[_0x571082(0x2f8)]((_0x47ead3,_0x244046)=>{const _0x47c63b=_0x571082,_0xd6aeb6=_0x47ead3[0x0][_0x47c63b(0x28d)],_0x182766=_0x244046[0x0][_0x47c63b(0x28d)];return _0xd6aeb6==_0x182766?_0x47ead3[0x0][_0x47c63b(0x2c9)][_0x47c63b(0x2e8)]<_0x244046[0x0][_0x47c63b(0x2c9)][_0x47c63b(0x2e8)]?-0x1:0x1:_0xd6aeb6<_0x182766?-0x1:0x1;});for(const _0x134137 of _0x5ba304)_0x134137[_0x571082(0x2f8)]((_0xef0ecb,_0x346099)=>_0xef0ecb['id']<_0x346099['id']?-0x1:0x1);}());for(let _0x339258=0x0;_0x339258<_0x5ba304[_0x53424c(0x332)];_0x339258++){if(0x0==_0x5ba304[_0x339258][_0x53424c(0x332)])continue;const _0x54288a=[];for(let _0x5a898f=_0x339258+0x1;_0x5a898f<_0x5ba304[_0x53424c(0x332)];_0x5a898f++)0x0!=_0x5ba304[_0x5a898f][_0x53424c(0x332)]&&_0xdf906(_0x5ba304[_0x339258],_0x5ba304[_0x5a898f])&&_0x54288a[_0x53424c(0x348)](_0x5a898f);for(const _0x379e24 of _0x54288a)_0x5ba304[_0x339258]=_0x5ba304[_0x339258][_0x53424c(0x1e0)](_0x5ba304[_0x379e24]),_0x5ba304[_0x379e24]=[];}for(const _0x3572d9 of _0x5ba304)for(let _0x3a9cc4=0x0;_0x3a9cc4<_0x3572d9[_0x53424c(0x332)];_0x3a9cc4++){const _0x2dc0b3=_0x3572d9[_0x3a9cc4+0x1]||null;_0x3572d9[_0x3a9cc4][_0x53424c(0x25a)]!==_0x2dc0b3&&(_0x3572d9[_0x3a9cc4][_0x53424c(0x25a)]=_0x2dc0b3);}for(const _0x16edd7 of _0x5ba304)for(let _0x292242=0x0;_0x292242<_0x16edd7[_0x53424c(0x332)];_0x292242++){const _0x2214b7=_0x16edd7[_0x292242-0x1]||null;_0x16edd7[_0x292242][_0x53424c(0x329)]!==_0x2214b7&&(_0x16edd7[_0x292242][_0x53424c(0x329)]=_0x2214b7);}function _0xdf906(_0xe2eac5,_0xe5e083){const _0x882563=_0x53424c;if(_0xe2eac5[0x0][_0x882563(0x2c9)][_0x882563(0x2e8)]!==_0xe5e083[0x0][_0x882563(0x2c9)][_0x882563(0x2e8)]&&_0xe2eac5[0x0][_0x882563(0x261)]!==_0xe5e083[0x0][_0x882563(0x261)])return!0x1;if(!function(_0x353425,_0x5474b8){const _0x424272=_0x882563;if(!_0x353425[_0x424272(0x27f)]&&!_0x5474b8[_0x424272(0x27f)])return!0x0;if(_0x353425[_0x424272(0x27f)]&&_0x5474b8[_0x424272(0x27f)])return!0x1;if(_0x353425[_0x424272(0x27f)]&&_0x5474b8[_0x424272(0x28d)]<_0x353425[_0x424272(0x270)][_0x424272(0x291)][_0x424272(0x20e)](0x0)[_0x424272(0x28d)])return!0x0;if(_0x5474b8[_0x424272(0x27f)]&&_0x353425[_0x424272(0x28d)]<_0x5474b8[_0x424272(0x270)][_0x424272(0x291)][_0x424272(0x20e)](0x0)[_0x424272(0x28d)])return!0x0;return!0x1;}(_0xe2eac5[0x0],_0xe5e083[0x0]))return!0x1;const _0x5eef9a=_0x24f367(_0xe2eac5[0x0][_0x882563(0x2c9)],_0x882563(0x2e8)),_0x3bc2b5=_0x24f367(_0xe5e083[0x0][_0x882563(0x2c9)],_0x882563(0x2e8));if(!_0xe9d3ef(_0x5eef9a,_0x3bc2b5))return!0x1;return!!_0xe2eac5[_0x882563(0x2b1)](_0x5b47d1=>_0xe5e083[_0x882563(0x32b)](_0x54297e=>_0x5b47d1[_0x882563(0x328)]()[_0x882563(0x21c)](_0x54297e[_0x882563(0x328)]())))&&_0xe5e083[_0x882563(0x2b1)](_0x291dcf=>_0xe2eac5[_0x882563(0x32b)](_0x35eb0b=>_0x291dcf[_0x882563(0x328)]()[_0x882563(0x21c)](_0x35eb0b[_0x882563(0x328)]())));}}[_0x2cfbc9(0x2de)](_0xfe4a5b){const _0x4d9131=_0x2cfbc9,_0x4d1c16=Array[_0x4d9131(0x323)](_0xfe4a5b),_0x56c84d=this[_0x4d9131(0x27c)]({'skipNotAttached':!0x0}),_0x476672=_0x56c84d[_0x4d9131(0x321)](_0x5c9a5b=>!_0xfe4a5b[_0x4d9131(0x2d3)](_0x5c9a5b)),_0x3dd28d=new Map(_0x4d1c16[_0x4d9131(0x1c7)](_0x10e711=>[_0x10e711,this[_0x4d9131(0x31a)][_0x4d9131(0x1f6)](_0x10e711[_0x4d9131(0x2e9)],_0x10e711[_0x4d9131(0x19d)],_0x4d9131(0x1dc))])),_0x12d432=new Map(_0x56c84d[_0x4d9131(0x1c7)](_0xb89706=>[_0xb89706,_0xb89706[_0x4d9131(0x2c2)]()]));for(let _0x530c1c=0x0;_0x530c1c<_0x4d1c16[_0x4d9131(0x332)];_0x530c1c++){if(_0x564236(this,_0x4d1c16[_0x530c1c],_0x4d1c16,_0x530c1c+0x1))return!0x0;}for(let _0x1a32b6=0x0;_0x1a32b6<_0x4d1c16[_0x4d9131(0x332)];_0x1a32b6++){if(_0x564236(this,_0x4d1c16[_0x1a32b6],_0x476672,0x0))return!0x0;}return!0x1;function _0x564236(_0x5f791d,_0x3f4c31,_0xda43d9,_0x445746){const _0x176f1a=_0x4d9131;for(let _0x402fee=_0x445746;_0x402fee<_0xda43d9[_0x176f1a(0x332)];_0x402fee++){const _0x2c41d2=_0xda43d9[_0x402fee];if(_0x2c41d2[_0x176f1a(0x2e9)]!==_0x3f4c31[_0x176f1a(0x2e9)]||_0x2c41d2[_0x176f1a(0x261)]['id']!==_0x3f4c31[_0x176f1a(0x261)]['id']||_0x2c41d2[_0x176f1a(0x19d)]!==_0x3f4c31[_0x176f1a(0x19d)])continue;if(!Jt(_0x3f4c31,_0x2c41d2))continue;if(_0x176f1a(0x238)==_0x3f4c31[_0x176f1a(0x2e9)]&&_0x3f4c31[_0x176f1a(0x22c)][_0x176f1a(0x22d)]!=_0x2c41d2[_0x176f1a(0x22c)][_0x176f1a(0x22d)])continue;if(_0x176f1a(0x238)==_0x3f4c31[_0x176f1a(0x2e9)]&&_0x5f791d[_0x176f1a(0x2c6)](_0x3f4c31[_0x176f1a(0x22c)][_0x176f1a(0x21b)]))continue;if(_0x176f1a(0x2e3)==_0x3f4c31[_0x176f1a(0x2e9)]){const _0x36414a=_0x5f791d[_0x176f1a(0x219)][_0x176f1a(0x1b3)],_0x1be182=_0x3f4c31[_0x176f1a(0x2a8)]();if(_0x1be182&&(_0x36414a[_0x176f1a(0x1aa)][_0x176f1a(0x2a3)](_0x1be182)||_0x36414a[_0x176f1a(0x1aa)][_0x176f1a(0x25f)](_0x1be182)))continue;}const _0x37e3a9=_0x3dd28d[_0x176f1a(0x20e)](_0x3f4c31),_0x3d5843=_0x12d432[_0x176f1a(0x20e)](_0x3f4c31),_0x34de13=_0x12d432[_0x176f1a(0x20e)](_0x2c41d2),_0x27efee=_0x3f4c31[_0x176f1a(0x270)]&&_0x3f4c31[_0x176f1a(0x270)][_0x176f1a(0x332)],_0x1c2959=_0x2c41d2[_0x176f1a(0x270)]&&_0x2c41d2[_0x176f1a(0x270)][_0x176f1a(0x332)];if(!_0x27efee&&_0x37e3a9(_0x34de13,_0x3d5843))return _0x5f791d[_0x176f1a(0x2f1)](_0x2c41d2,_0x3f4c31),_0x12d432[_0x176f1a(0x330)](_0x3f4c31),!0x0;if(!_0x1c2959&&_0x37e3a9(_0x3d5843,_0x34de13))return _0x5f791d[_0x176f1a(0x2f1)](_0x3f4c31,_0x2c41d2),_0x12d432[_0x176f1a(0x330)](_0x2c41d2),!0x0;}return!0x1;}}[_0x2cfbc9(0x2f1)](_0x31a399,_0x124ebe){const _0x5b0321=_0x2cfbc9;if(_0x31a399[_0x5b0321(0x27b)]){for(const _0x777f8f of _0x124ebe[_0x5b0321(0x2c2)]())_0x31a399[_0x5b0321(0x2b3)](_0x777f8f);}else{const _0x48712c=_0x124ebe[_0x5b0321(0x328)]()[_0x5b0321(0x29e)];this[_0x5b0321(0x1dd)](_0x31a399,this[_0x5b0321(0x34b)][_0x5b0321(0x2f9)](_0x31a399[_0x5b0321(0x328)]()[_0x5b0321(0x1b9)],_0x48712c));}_0x124ebe[_0x5b0321(0x1b4)]();}[_0x2cfbc9(0x1a8)](_0x55e7a3,_0x460501,_0x1d517c){const _0x3d565e=_0x2cfbc9,_0x25e221=_0x55e7a3[_0x3d565e(0x1b0)](_0x3d565e(0x30f))||_0x55e7a3[_0x3d565e(0x1b0)](_0x3d565e(0x238))?_0x3d565e(0x1ff):_0x55e7a3[_0x3d565e(0x20b)]();return _0x40f4f0(this[_0x3d565e(0x219)][_0x3d565e(0x1b5)],_0x460501+'_'+_0x25e221+_0x3d565e(0x27a),_0x1d517c);}[_0x2cfbc9(0x212)](){const _0x1ff883=_0x2cfbc9,_0x5d4119=this[_0x1ff883(0x219)];if(!_0x5d4119['ui'])return;const {ariaLiveAnnouncer:_0x224e94}=_0x5d4119['ui'];_0x5518e8(this[_0x1ff883(0x34b)],({left:_0x1e053e,entered:_0x3cf771})=>{const _0x42283e=_0x1ff883;for(const _0x37088f of _0x1e053e){const {group:_0x461cba,type:_0x2aaf20}=this[_0x42283e(0x218)](_0x37088f[_0x42283e(0x2d2)]);if(_0x42283e(0x283)===_0x461cba){_0x224e94[_0x42283e(0x1de)](this[_0x42283e(0x1a8)](_0x2aaf20,_0x42283e(0x2cd)));break;}}for(const _0x480ba0 of _0x3cf771){const {group:_0x216901,type:_0x4640b4}=this[_0x42283e(0x218)](_0x480ba0[_0x42283e(0x2d2)]);if(_0x42283e(0x283)===_0x216901){_0x224e94[_0x42283e(0x1de)](this[_0x42283e(0x1a8)](_0x4640b4,_0x42283e(0x331),_0x55d51d(_0xb59152)));break;}}});}[_0x2cfbc9(0x33f)](_0x5261d0){const _0x4cb1e2=_0x2cfbc9;if(this[_0x4cb1e2(0x1e3)])return!0x1;const _0x65fda7=this[_0x4cb1e2(0x219)],_0x160d93=_0x65fda7[_0x4cb1e2(0x1b3)][_0x4cb1e2(0x226)][_0x4cb1e2(0x30e)][_0x4cb1e2(0x234)]();if(0x0==_0x160d93[_0x4cb1e2(0x332)])return!0x1;const _0x46d632=[],_0x1b3ab0=_0x160d93[_0x4cb1e2(0x321)](_0x26102b=>_0x4cb1e2(0x238)==_0x26102b[_0x4cb1e2(0x2e9)]),_0x15b4d2=_0x160d93[_0x4cb1e2(0x321)](_0x5f48d7=>_0x4cb1e2(0x1e9)==_0x5f48d7[_0x4cb1e2(0x2e9)]&&_0x4cb1e2(0x2b9)!=_0x5f48d7[_0x4cb1e2(0x2d2)]),_0x5a0ebb=_0x160d93[_0x4cb1e2(0x321)](_0x33832f=>_0x4cb1e2(0x345)==_0x33832f[_0x4cb1e2(0x2e9)]&&_0x4cb1e2(0x2b9)!=_0x33832f[_0x4cb1e2(0x2d2)]);for(const _0x25f9b9 of _0x1b3ab0)_0x46d632[_0x4cb1e2(0x348)]({'key':_0x25f9b9[_0x4cb1e2(0x1fc)],'newValue':_0x25f9b9[_0x4cb1e2(0x230)],'oldValue':_0x25f9b9[_0x4cb1e2(0x1e5)],'range':Pt(_0x25f9b9[_0x4cb1e2(0x31e)],_0x65fda7[_0x4cb1e2(0x1b3)])});for(const _0x11913b of _0x15b4d2){const _0x3e5f81=_0x5a0ebb[_0x4cb1e2(0x2ba)](_0x463dd3=>_0x463dd3[_0x4cb1e2(0x248)][_0x4cb1e2(0x21c)](_0x11913b[_0x4cb1e2(0x248)]));_0x3e5f81&&_0x46d632[_0x4cb1e2(0x348)]({'key':_0x4cb1e2(0x241),'newValue':_0x11913b[_0x4cb1e2(0x2d2)],'oldValue':_0x3e5f81[_0x4cb1e2(0x2d2)],'range':_0x65fda7[_0x4cb1e2(0x1b3)][_0x4cb1e2(0x2c1)](_0x11913b[_0x4cb1e2(0x248)][_0x4cb1e2(0x1d0)])});}return 0x0!=_0x46d632[_0x4cb1e2(0x332)]&&this[_0x4cb1e2(0x24d)](_0x5261d0,_0x46d632);}[_0x2cfbc9(0x1bc)](_0x116b8c){const _0x1c96ea=_0x2cfbc9;let _0x498ff9=!0x1;const _0x740ca4=this[_0x1c96ea(0x219)][_0x1c96ea(0x1b3)][_0x1c96ea(0x226)][_0x1c96ea(0x30e)][_0x1c96ea(0x2b5)]()[_0x1c96ea(0x321)](_0x176b68=>_0x176b68[_0x1c96ea(0x22c)][_0x1c96ea(0x308)]&&_0x176b68[_0x1c96ea(0x2d2)][_0x1c96ea(0x1b0)](_0x1c96ea(0x211)));for(const _0x5a9666 of _0x740ca4){const {subType:_0x42c925,id:_0x5f2988}=this[_0x1c96ea(0x218)](_0x5a9666[_0x1c96ea(0x2d2)]),_0x59a150=_0x42c925[_0x1c96ea(0x27e)]('|')[0x0];for(const _0x3f55f1 of this[_0x1c96ea(0x27c)]({'skipNotAttached':!0x0}))_0x3f55f1['id']!=_0x5f2988&&_0x1c96ea(0x238)==_0x3f55f1[_0x1c96ea(0x2e9)]&&_0x3f55f1[_0x1c96ea(0x22c)]&&_0x3f55f1[_0x1c96ea(0x22c)][_0x1c96ea(0x21b)]==_0x59a150&&_0x3f55f1[_0x1c96ea(0x328)]()[_0x1c96ea(0x1a5)](_0x5a9666[_0x1c96ea(0x22c)][_0x1c96ea(0x308)])&&(this[_0x1c96ea(0x314)](_0x3f55f1,_0x5a9666[_0x1c96ea(0x22c)][_0x1c96ea(0x308)],_0x116b8c),_0x498ff9=!0x0);}return _0x498ff9;}[_0x2cfbc9(0x290)](_0x1f2bfa){const _0x3fc750=_0x2cfbc9;this[_0x3fc750(0x1e3)]=!0x0,_0x1f2bfa();}[_0x2cfbc9(0x265)](_0x1651df){const _0x44c12f=_0x2cfbc9,_0x1bb4fb=this[_0x44c12f(0x2c6)](_0x1651df),_0x266db7=this[_0x44c12f(0x1f9)][_0x44c12f(0x2d3)](_0x1651df);return _0x1bb4fb||_0x266db7;}[_0x2cfbc9(0x24d)](_0x4466fc,_0x970a9a){const _0x117174=_0x2cfbc9;if(0x0==_0x970a9a[_0x117174(0x332)])return!0x1;let _0x2eeb3d=!0x1;for(const _0x33b261 of _0x970a9a){const _0x407ad6=this[_0x117174(0x1d2)](_0x33b261[_0x117174(0x31e)],_0x117174(0x238))[_0x117174(0x321)](_0x61be13=>!_0x61be13[_0x117174(0x2eb)][_0x117174(0x327)])[_0x117174(0x1c7)](_0x574f16=>_0x574f16[_0x117174(0x283)]),_0x5cd00b=_0x13221c({'newValue':_0x33b261[_0x117174(0x227)]});_0x407ad6[_0x117174(0x321)](_0x255d90=>{const _0x158ad2=_0x117174,[_0x1861b6,_0x2b8350]=_0x255d90[_0x158ad2(0x19d)][_0x158ad2(0x27e)]('|');return _0x1861b6==_0x33b261[_0x158ad2(0x21b)]&&_0x2b8350!=_0x5cd00b;})[_0x117174(0x271)](_0x56dfa3=>{const _0x5d2024=_0x117174;this[_0x5d2024(0x314)](_0x56dfa3,_0x33b261[_0x5d2024(0x31e)],_0x4466fc),_0x2eeb3d=!0x0;});}return _0x2eeb3d;}[_0x2cfbc9(0x314)](_0x4a9086,_0x35c4eb,_0x42c637){const _0x10a136=_0x2cfbc9,_0x4668ce=_0x4a9086[_0x10a136(0x328)]()[_0x10a136(0x2fe)](_0x35c4eb);0x0!==_0x4668ce[_0x10a136(0x332)]?0x1!==_0x4668ce[_0x10a136(0x332)]?this[_0x10a136(0x287)](_0x4a9086,_0x35c4eb[_0x10a136(0x1b9)],_0x35c4eb[_0x10a136(0x29e)]):this[_0x10a136(0x1dd)](_0x4a9086,_0x4668ce[0x0]):_0x42c637[_0x10a136(0x31b)](_0x4a9086[_0x10a136(0x1a1)]());}}class Et{constructor(_0x2104a9){const _0x11423b=_0x2cfbc9;this[_0x11423b(0x1cd)]=_0x2104a9,this[_0x11423b(0x34b)]=_0x2104a9[_0x11423b(0x1b3)],this[_0x11423b(0x1c1)]=new Map(),this[_0x11423b(0x25e)]=new Map(),this[_0x11423b(0x1fb)]();}[_0x2cfbc9(0x2f7)](_0x5be532,_0x5e416c,_0x21c9df,_0x46d2b9,_0x1276c2,_0x13ee52){const _0x3cf84e=_0x2cfbc9;return new _0x4f3fa9(this[_0x3cf84e(0x34b)],{'type':_0x5be532,'subType':_0x5e416c,'id':_0x21c9df,'author':_0x46d2b9,'creator':_0x46d2b9,'attributes':_0x1276c2,'onAttributesChange':_0x13ee52,'onAccept':(..._0x13068f)=>this[_0x3cf84e(0x1f6)](_0x5be532,_0x5e416c,_0x3cf84e(0x1cf))(..._0x13068f),'onDiscard':(..._0x1e7b9c)=>this[_0x3cf84e(0x1f6)](_0x5be532,_0x5e416c,_0x3cf84e(0x2cf))(..._0x1e7b9c)});}[_0x2cfbc9(0x1f1)](_0x45d97e,_0x434232,_0x177be4,_0x423c5e){const _0x5d89a5=_0x2cfbc9,_0x235508=_0x45d97e+':'+_0x434232+':'+_0x177be4;this[_0x5d89a5(0x1c1)][_0x5d89a5(0x2e2)](_0x235508,_0x423c5e);}[_0x2cfbc9(0x1f6)](_0x40393d,_0x23cc48,_0x4c4f45){const _0x24f771=_0x2cfbc9,_0x51aaea=_0x40393d+':'+_0x23cc48+':'+_0x4c4f45;return this[_0x24f771(0x1c1)][_0x24f771(0x20e)](_0x51aaea)||this[_0x24f771(0x25e)][_0x24f771(0x20e)](_0x40393d+':'+_0x4c4f45);}[_0x2cfbc9(0x1fb)](){const _0x37d1fb=_0x2cfbc9,_0x3cb300=()=>!0x1,_0x19c8f2=_0x555ebf=>{const _0x33a6c0=_0x2b74;_0x555ebf[_0x33a6c0(0x2f8)]((_0x2b1228,_0xed594b)=>_0x2b1228[_0x33a6c0(0x1b9)][_0x33a6c0(0x22b)](_0xed594b[_0x33a6c0(0x1b9)])?0x1:-0x1),this[_0x33a6c0(0x34b)][_0x33a6c0(0x24f)](_0x4d6525=>{const _0x29a3ca=_0x33a6c0;for(const _0x20a64a of _0x555ebf){let _0x394e83;_0x394e83=_0x20a64a[_0x29a3ca(0x29e)][_0x29a3ca(0x34c)]&&_0x20a64a[_0x29a3ca(0x29e)][_0x29a3ca(0x2a5)]==_0x20a64a[_0x29a3ca(0x1b9)][_0x29a3ca(0x1d0)]?_0x4d6525[_0x29a3ca(0x266)](_0x20a64a[_0x29a3ca(0x1b9)][_0x29a3ca(0x1d0)],'on'):_0x4d6525[_0x29a3ca(0x266)](_0x20a64a),this[_0x29a3ca(0x34b)][_0x29a3ca(0x244)](_0x394e83,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x16f5c0=(_0x1665e3,_0x507b5c)=>{const _0x52f0f6=_0x2b74;_0x507b5c&&this[_0x52f0f6(0x34b)][_0x52f0f6(0x24f)](_0x432fc3=>{const _0x29af58=_0x52f0f6,{commandName:_0x4dbf90,commandParams:_0x204986=[]}=_0x507b5c,_0x93842c=_0x1665e3[_0x29af58(0x1c7)](_0x3d7b9a=>(Vt(_0x3d7b9a)&&(_0x3d7b9a=this[_0x29af58(0x34b)][_0x29af58(0x2f9)](_0x3d7b9a[_0x29af58(0x29e)])),_0x3d7b9a))[_0x29af58(0x321)](_0xd4d98e=>_0x29af58(0x279)!==_0xd4d98e[_0x29af58(0x2fd)][_0x29af58(0x2b4)]);if(_0x93842c[_0x29af58(0x332)]<0x1)return;const _0xcdb631=Array[_0x29af58(0x323)](this[_0x29af58(0x34b)][_0x29af58(0x226)][_0x29af58(0x204)][_0x29af58(0x2c2)]())[_0x29af58(0x1c7)](_0x789fad=>_0x378a08[_0x29af58(0x2d4)](_0x789fad));_0x432fc3[_0x29af58(0x220)](_0x93842c);for(const _0x35733c of this[_0x29af58(0x1cd)][_0x29af58(0x255)][_0x29af58(0x255)]())_0x35733c[_0x29af58(0x202)]();_0x204986[_0x29af58(0x348)]({'forceDefaultExecution':!0x0}),this[_0x29af58(0x1cd)][_0x29af58(0x217)](_0x4dbf90,..._0x204986);const _0x43661d=_0xcdb631[_0x29af58(0x321)](_0x33a2b2=>_0x29af58(0x279)!=_0x33a2b2[_0x29af58(0x2fd)][_0x29af58(0x2b4)]);_0x43661d[_0x29af58(0x332)]>0x0&&_0x432fc3[_0x29af58(0x220)](_0x43661d);for(const _0x49b2e2 of _0xcdb631)_0x49b2e2[_0x29af58(0x1c4)]();});},_0x2ebd39=(_0x1ce46c,_0x3a15ae)=>0x1==_0x1ce46c[_0x37d1fb(0x332)]&&0x1==_0x3a15ae[_0x37d1fb(0x332)]&&_0x1ce46c[0x0][_0x37d1fb(0x29e)][_0x37d1fb(0x21c)](_0x3a15ae[0x0][_0x37d1fb(0x1b9)]),_0x51edfc=(_0x354919,_0x52d9f3,_0x3f8901,_0x37093b)=>Ht(_0x354919,_0x52d9f3,_0x3f8901,_0x37093b,this[_0x37d1fb(0x34b)])?[_0x354919,_0x52d9f3]:Ht(_0x52d9f3,_0x354919,_0x37093b,_0x3f8901,this[_0x37d1fb(0x34b)])?[_0x52d9f3,_0x354919]:null;this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x22a),_0x3cb300),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x1db),_0x19c8f2),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x20f),_0x2ebd39),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x246),_0x51edfc),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x33a),_0x19c8f2),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x260),_0x3cb300),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x2ac),_0x2ebd39),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x289),_0x51edfc),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x2c4),_0x16f5c0),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x342),_0x3cb300),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x304),_0x2ebd39),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x221),_0x3cb300),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x1ba),_0x16f5c0),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x1c6),_0x3cb300),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x2c3),_0x2ebd39),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x251),_0x3cb300),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x1e8),_0x3cb300),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x33b),(_0x48f647,_0x517c7a)=>{const _0x11244b=_0x37d1fb;if(!_0x517c7a)return;const _0x362842=this[_0x11244b(0x1cd)][_0x11244b(0x262)][_0x11244b(0x20e)](p);this[_0x11244b(0x34b)][_0x11244b(0x24f)](_0x556039=>{const _0x31a591=_0x11244b;if(_0x31a591(0x241)==_0x517c7a[_0x31a591(0x21b)])for(const _0x2eb251 of _0x48f647){const _0x53195e=_0x2eb251[_0x31a591(0x1b9)][_0x31a591(0x1d0)],_0x251899=_0x517c7a[_0x31a591(0x22d)];_0x556039[_0x31a591(0x21a)](_0x53195e,_0x251899);}else{if(_0x362842[_0x31a591(0x2c6)](_0x517c7a[_0x31a591(0x21b)])){for(const _0x593481 of _0x48f647)void 0x0!==_0x517c7a[_0x31a591(0x22d)]?_0x556039[_0x31a591(0x281)](_0x517c7a[_0x31a591(0x21b)],_0x517c7a[_0x31a591(0x22d)],_0x593481[_0x31a591(0x1b9)][_0x31a591(0x1d0)]):_0x556039[_0x31a591(0x2f2)](_0x517c7a[_0x31a591(0x21b)],_0x593481[_0x31a591(0x1b9)][_0x31a591(0x1d0)]);}else{for(const _0x491f6c of _0x48f647)_0x517c7a[_0x31a591(0x22d)]?_0x556039[_0x31a591(0x281)](_0x517c7a[_0x31a591(0x21b)],_0x517c7a[_0x31a591(0x22d)],_0x491f6c):_0x556039[_0x31a591(0x2f2)](_0x517c7a[_0x31a591(0x21b)],_0x491f6c);}}});}),this[_0x37d1fb(0x25e)][_0x37d1fb(0x2e2)](_0x37d1fb(0x1b1),_0x2ebd39);}}function Ot(_0x5a6068,_0x195265,_0x174d31){const _0x163665=_0x2cfbc9;for(const _0x2493d8 of _0x195265[_0x163665(0x2a5)][_0x163665(0x282)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2493d8[_0x163665(0x2fd)]==_0x2493d8)return!0x1;if(!_0x174d31[_0x163665(0x2d7)](_0x2493d8))return!0x1;if(_0x5a6068[_0x163665(0x2a3)](_0x2493d8)||_0x5a6068[_0x163665(0x25f)](_0x2493d8))return!0x0;}return!0x1;}function Vt(_0x31f049){const _0x520ecf=_0x2cfbc9;return _0x31f049[_0x520ecf(0x29e)][_0x520ecf(0x2a5)]==_0x31f049[_0x520ecf(0x1b9)][_0x520ecf(0x1d0)]&&_0x31f049[_0x520ecf(0x29e)][_0x520ecf(0x31f)];}function Ut(_0x1fea73,_0x59dc80,_0x1b3170,_0xed09bd){const _0x15e3b7=_0x2cfbc9,_0x553511=_0x533e77=>!_0x533e77[_0x15e3b7(0x30d)]['is'](_0x15e3b7(0x2fa))&&!_0xed09bd[_0x15e3b7(0x2a3)](_0x533e77[_0x15e3b7(0x30d)]),_0x8bd8ca=_0x1fea73[_0x15e3b7(0x1b9)][_0x15e3b7(0x232)](_0x553511),_0x589831=_0x1fea73[_0x15e3b7(0x29e)][_0x15e3b7(0x232)](_0x553511,{'direction':_0x15e3b7(0x1c9)});return(!_0x1fea73[_0x15e3b7(0x1b9)][_0x15e3b7(0x21c)](_0x8bd8ca)||!_0x1fea73[_0x15e3b7(0x29e)][_0x15e3b7(0x21c)](_0x589831))&&(_0x8bd8ca[_0x15e3b7(0x22b)](_0x589831)?_0x1b3170[_0x15e3b7(0x31d)](_0x59dc80,{'range':_0x1b3170[_0x15e3b7(0x2f9)](_0x8bd8ca,_0x589831)}):_0x1b3170[_0x15e3b7(0x31b)](_0x59dc80),!0x0);}function Gt(_0x5773b9){return _0x13221c(_0x5773b9);}function Ft(_0x3d4745){const _0x58cfa8=_0x2cfbc9,_0x41a14c=_0x3d4745[_0x58cfa8(0x1b9)][_0x58cfa8(0x1d0)];return _0x41a14c&&_0x41a14c['is'](_0x58cfa8(0x2c0));}function Pt(_0x2efec5,_0x3ba8d3){const _0x542965=_0x2cfbc9;return null==_0x2efec5[_0x542965(0x29e)][_0x542965(0x1da)]&&_0x2efec5[_0x542965(0x29e)][_0x542965(0x2a5)]==_0x2efec5[_0x542965(0x1b9)][_0x542965(0x1d0)]?Lt(_0x2efec5[_0x542965(0x1b9)][_0x542965(0x1d0)],_0x3ba8d3):_0x2efec5;}function Lt(_0xbbe61b,_0xad55e0){const _0x703b46=_0x2cfbc9,_0x2d5a52=_0xad55e0[_0x703b46(0x1aa)][_0x703b46(0x2a3)](_0xbbe61b)||_0xad55e0[_0x703b46(0x1aa)][_0x703b46(0x292)](_0xbbe61b);return _0xad55e0[_0x703b46(0x2f9)](_0xad55e0[_0x703b46(0x2e6)](_0xbbe61b,_0x703b46(0x322)),_0x2d5a52?_0xad55e0[_0x703b46(0x32f)](_0xbbe61b):_0xad55e0[_0x703b46(0x2e6)](_0xbbe61b,_0x703b46(0x29e)));}function Ht(_0x458bbb,_0x5f48fc,_0x42d1a5,_0x2409bf,_0x638d9b){const _0x12b358=_0x2cfbc9;if(_0x458bbb[_0x12b358(0x25a)])return!0x1;if(!Jt(_0x458bbb,_0x5f48fc))return!0x1;if(_0x42d1a5[_0x12b358(0x29e)][_0x12b358(0x21c)](_0x2409bf[_0x12b358(0x1b9)]))return!0x0;if(_0x458bbb[_0x12b358(0x2e9)]!=_0x5f48fc[_0x12b358(0x2e9)])return!0x1;if(!_0x42d1a5[_0x12b358(0x29e)][_0x12b358(0x25c)](_0x2409bf[_0x12b358(0x1b9)]))return!0x1;const _0x13b0df=_0x638d9b[_0x12b358(0x2f9)](_0x42d1a5[_0x12b358(0x29e)],_0x2409bf[_0x12b358(0x1b9)])[_0x12b358(0x26c)]();for(const _0x5e31fb of _0x13b0df)if([_0x12b358(0x340),_0x12b358(0x28b)][_0x12b358(0x2b0)](_0x5e31fb[_0x12b358(0x2e9)])&&_0x638d9b[_0x12b358(0x1aa)][_0x12b358(0x25f)](_0x5e31fb[_0x12b358(0x30d)]))return!0x1;return!0x0;}function Jt(_0x547b67,_0x23ca23){const _0x503bc7=_0x2cfbc9;if(!_0x547b67[_0x503bc7(0x253)]||!_0x23ca23[_0x503bc7(0x253)])return!0x1;const _0x1d4cff=new Set(Object[_0x503bc7(0x1ce)](_0x547b67[_0x503bc7(0x2c9)])),_0x1af408=new Set(Object[_0x503bc7(0x1ce)](_0x23ca23[_0x503bc7(0x2c9)]));if(_0x1d4cff[_0x503bc7(0x330)](_0x503bc7(0x2e8)),_0x1af408[_0x503bc7(0x330)](_0x503bc7(0x2e8)),0x0==_0x1d4cff[_0x503bc7(0x1c8)]&&0x0==_0x1af408[_0x503bc7(0x1c8)])return!0x0;if(_0x1d4cff[_0x503bc7(0x1c8)]!=_0x1af408[_0x503bc7(0x1c8)])return!0x1;const _0x40bab8={..._0x547b67[_0x503bc7(0x2c9)]},_0x223c8d={..._0x23ca23[_0x503bc7(0x2c9)]};return delete _0x40bab8[_0x503bc7(0x2e8)],delete _0x223c8d[_0x503bc7(0x2e8)],JSON[_0x503bc7(0x1f2)](_0x40bab8)==JSON[_0x503bc7(0x1f2)](_0x223c8d);}function qt(_0x3aff6d,_0x2d6cb9){const _0x3dd61b=_0x2cfbc9,_0x5bf726=zt(_0x3aff6d[_0x3dd61b(0x2c9)]),_0x4c7458=zt(_0x2d6cb9);if(!_0x3aff6d[_0x3dd61b(0x253)])return!0x1;for(const _0x159a2c of Object[_0x3dd61b(0x1ce)](_0x4c7458))if(!_0xe9d3ef(_0x5bf726[_0x159a2c],_0x4c7458[_0x159a2c]))return!0x1;return!0x0;}function zt(_0x34e7fa){const _0xb460b7=_0x2cfbc9,_0x4792d9=Object[_0xb460b7(0x299)]({},_0x34e7fa);return delete _0x4792d9[_0xb460b7(0x2c8)],delete _0x4792d9[_0xb460b7(0x25b)],_0x4792d9;}
|