@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240801.0 → 0.0.0-nightly-20240803.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-20240803.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-20240803.0",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20240803.0",
|
|
46
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20240803.0",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20240803.0",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20240803.0",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20240803.0",
|
|
50
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20240803.0",
|
|
51
|
+
"ckeditor5": "0.0.0-nightly-20240803.0",
|
|
52
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20240803.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 _0x456e8f=_0x4221;(function(_0x50d512,_0x2f1622){const _0x658804=_0x4221,_0xcdeb9=_0x50d512();while(!![]){try{const _0x4ef396=parseInt(_0x658804(0x30b))/0x1+parseInt(_0x658804(0x2c1))/0x2+-parseInt(_0x658804(0x21f))/0x3*(-parseInt(_0x658804(0x334))/0x4)+-parseInt(_0x658804(0x2cb))/0x5*(-parseInt(_0x658804(0x1b1))/0x6)+-parseInt(_0x658804(0x294))/0x7+-parseInt(_0x658804(0x1a7))/0x8+-parseInt(_0x658804(0x313))/0x9;if(_0x4ef396===_0x2f1622)break;else _0xcdeb9['push'](_0xcdeb9['shift']());}catch(_0x25bbba){_0xcdeb9['push'](_0xcdeb9['shift']());}}}(_0x306c,0x5cdda));import{Plugin as _0x34c1ad,PendingActions as _0x15cdd6}from'ckeditor5/src/core.js';import{LiveRange as _0x389b7b}from'ckeditor5/src/engine.js';import{CKEditorError as _0x5f1baa,uid as _0x2a90fa,priorities as _0x2e08d4,logWarning as _0x1e742d,getEnvKeystrokeText as _0x104d2d}from'ckeditor5/src/utils.js';import{toWidget as _0x2840f6}from'ckeditor5/src/widget.js';import{Users as _0x4fca33,hashObject as _0x569f79,surroundingMarkersDetector as _0x7e1ec9,ENTER_THREAD_KEYSTROKE as _0x1d8ce2}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x1804ce from'./commands/trackchangescommand.js';import _0x4e462d from'./commands/acceptsuggestioncommand.js';import _0x9094bb from'./commands/discardsuggestioncommand.js';import _0x4da22e from'./commands/executeonallsuggestionscommand.js';import _0x4addf5 from'./commands/executeonselectedsuggestionscommand.js';import _0x2d2124 from'./suggestion.js';import _0x24a566 from'./suggestiondescriptionfactory.js';import _0x3a6c58 from'./integrations/aiassistant.js';import _0x3917af from'./integrations/alignment.js';import _0x5b3500 from'./integrations/basicstyles.js';import _0x3f6c69 from'./integrations/blockquote.js';import _0x1636b5 from'./integrations/casechange.js';import _0x589069 from'./integrations/ckbox.js';import _0x3c08a8 from'./integrations/codeblock.js';import _0xa64335 from'./integrations/comments.js';import _0x74bec2 from'./integrations/deletecommand.js';import _0x46dcd1 from'./integrations/list.js';import _0x9e9f03 from'./integrations/listproperties.js';import _0x27d88c from'./integrations/entercommand.js';import _0x58c242 from'./integrations/findandreplace.js';import _0x41f7a5 from'./integrations/font.js';import _0xe30bcc from'./integrations/formatpainter.js';import _0x640efe from'./integrations/heading.js';import _0x4002f8 from'./integrations/highlight.js';import _0x3cec8f from'./integrations/horizontalline.js';import _0x11fa7a from'./integrations/htmlembed.js';import _0x286010 from'./integrations/image.js';import _0x1ac5fa from'./integrations/imagereplace.js';import _0x22aebe from'./integrations/imagestyle.js';import _0x5463b4 from'./integrations/importword.js';import _0x2620db from'./integrations/indent.js';import _0x264af7 from'./integrations/inputcommand.js';import _0x576a66 from'./integrations/link.js';import _0x72206c from'./integrations/legacylist.js';import _0x2c9f13 from'./integrations/legacylistproperties.js';import _0x14cc6d from'./integrations/mediaembed.js';import _0x28aee9 from'./integrations/mention.js';import _0x5c354f from'./integrations/mergefields.js';import _0x5d7f82 from'./integrations/multilevellist.js';import _0x4b5d34 from'./integrations/pagebreak.js';import _0x297ce8 from'./integrations/paragraph.js';import _0xa7543b from'./integrations/removeformat.js';import _0x1b57ed from'./integrations/restrictededitingmode.js';function _0x4221(_0x42f622,_0x13a57f){const _0x306cd5=_0x306c();return _0x4221=function(_0x4221ab,_0x360999){_0x4221ab=_0x4221ab-0x191;let _0x4535bc=_0x306cd5[_0x4221ab];return _0x4535bc;},_0x4221(_0x42f622,_0x13a57f);}import _0x97ea9e from'./integrations/shiftentercommand.js';import _0x100d86 from'./integrations/standardeditingmode.js';import _0x4c64e3 from'./integrations/style.js';import _0x42c8b5 from'./integrations/table.js';import _0x9c1914 from'./integrations/tablemergesplit.js';function _0x306c(){const _0x180e14=['acceptSuggestion','PendingActions','isDocumentOperation','differ','elementEnd','insert','type','set','attributeNewValue','rejected','discard','isExternal','editingDowncast','markMultiRangeDeletion','_getAttributeKey','for','length','formatGroupId','editor','deletion','discardSelectedSuggestions','$elementName','accept','getMarkers','insertion','targetPosition','formatInline:accept','removeAttribute','pop','track-changes-suggestion-not-found','createPositionAt','updateMarker','ENTER','newValue','markAttributeChange','_reduceSuggestionAttributeRange','createPositionAfter','splitPosition','_afterChanges','_inlineAttributeKeys','markInlineFormat','@external','error-saving-suggestion-data-suggestion-discarded','addComment','_splitMarkerName','registerInlineAttribute','push','addSuggestion','addMarker:suggestion:attribute','_joinSuggestions','registerPostFixer','notReady','commentThread','elementToElement','activeMarkers','_getExternalAuthor','clear','clone','some','_reduceExistingSuggestions','open','$textProxy','isCollapsed','_getAuthorFromId','consumable','_isForcedDefaultExecutionBlock','getMultiRangeId','removeMarkers','deletion:join','_isBlockAttribute','_defaultCallbacks','attributes','meta','hasComments','nodeAfter','name','parent','locale','_saved','getFirstMarker','tablePasteChainId','removeMarker','_trackFormatChanges','groupId','backward','markerNameToElements','buildSuggestion','addSuggestionData','TrackChangesEditing','enqueueChange','suggestion:','rootName','_recordAttributeSuggestions','suggestion-type','item','moveTargetPosition','_createSuggestion','track-changes-adapter-already-set','map','unshift','removeClass','insertion:chain','rethrowUnexpectedError','addMarkerName','insertion:join','_handleNewSuggestionMarker','fetchCommentThread','2152703lOHvCI','_refreshAttributeSuggestionsChain','keys','registerCustomCallback','isNextTo','_isDataLoaded','addClass','model','acceptSelectedSuggestions','getCommentThread','attribute:join','skipNestingCheck','markBlockFormat','formatBlock:join','includes','applyOperation','listenTo','_suggestionFactory','head','getAttribute','ready','dataDowncast','concat','next','stop','getWalker','getChanges','subType','default','hasCommentThread','discardAllSuggestions','refresh','elementStart','authoredAt','execute','dataReady','startsWith','isIntersecting','fromRange','showSuggestionHighlights','insertion:accept','deletion:','attribute:','getAncestors','$text','1274784IGhpAh','addMarker:suggestion','registerBlockAttribute','formatInline:','isLimit','get','announce','editing','getCustomProperty','isArray','15pecoFR','isInContent','suggestionUnloaded','catch','isUndo','markMultiRangeInsertion','suggestion','discardSuggestion','reconvertMarker','containsRangeInObject','createElement','_initAriaMarkerChangeAnnouncements','range','value','addCommentThread','change:data','enableReadOnlyMode','suggestionChanged','_model','isObject','group','dataToMarker','_onDiscard','getChangedMarkers','toUpperCase','formatBlock:accept','markMultiRangeBlockFormat','isBlock','config','isIntersectingWithRange','delete','getAllAdjacentSuggestions','_addSuggestionMarker','conversion','getUser','trackChangesCommand','removed','attributeOldValue','fromCharCode','$marker','containsRange','track-changes-suggestion-data-mismatch','_removeSuggestion','containerElement','adapter','then','isMultiRange','unbindElementFromMarkerName','isEqual','formatInline','addHighlight','deletion:discard','writer','removeMarker:suggestion:attribute','createRange','unbind','high','collaboration.channelId','_registerDefaultCallbacks','low','getContainedElement','isLocal','format','change:activeMarkers','628790wMxuJA','_adapter','data','oldRange','_findSuggestions','assign','before','originalSuggestionId','5939073CUGjme','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.','addUser','enableDefaultAttributesIntegration','action','newRange','track-changes-enable-command-twice','_recordAttributeChanges','formatInline:discard','CommentsRepository','always','accepted','author','getShiftedBy','batch','_joinWithAdjacentSuggestions','suggestion:attribute:','getSuggestion','isRemovable','change:_saved','_rangeIsInLocalUserInsertion','forEach','markers','attribute','_suggestionState','track-changes-user-not-found','markDeletion','_editor','isBefore','_isRegisteredAttribute','isAfter','init','pluginName','300xRMBtS','formatBlock','createdAt','_breakSuggestionMarker','setAttribute','PENDING_ACTION_SUGGESTION','authorName','attribute:accept','forward','return','start','_setSuggestionData','insertion:','formatBlock:discard','detach','deletion:accept','update:suggestion','markerName','values','schema','isTouching','hasSuggestion','toViewElement','chain','setTo','isSelectable','marker-count','fire','addMarker:suggestion:formatBlock','upcast','attributeKey','ck-suggestion-marker-formatInline','markerToData','FORMATTING','2008456aWnhOi','_updateSuggestionData','_refreshSuggestionsChain','insertContent','track-changes-command-not-found','createRangeIn','suggestionLoaded','_SUGGESTION_ANNOUNCEMENT','nodeBefore','filter','380958qTQLDE','element','track-changes-adapter-missing-getsuggestion','toJSON','substr','getSuggestionCallback','highest','from','data-suggestion','getRange','getNearestSelectionRange','_blockAttributeKeys','removeMarker:suggestion:formatBlock','previous','ck-suggestion-marker--active','getIntersection','stopListening','removeComment','_mergeNestedSuggestions','define','markInsertion','after','position','LEAVE','createPositionBefore','rename','acceptAllSuggestions','comments','_setSuggestionRange','trackChanges','forceDefaultExecution','attribute:discard','lowest','resolve','size','commandName','key','getFirstRange','getDifference','external:','split','plugins','remove','formatBlock:','descriptionFactory','enableCommand','commands','bindElementToMarker','insertion:discard','formatInline:chain','updateSuggestion','change','creator','_cutOutSuggestionMarker','trackChanges.mergeNestedSuggestions','oldValue','markerToHighlight','containsItem','sort','Users','_commentsRepository','mapper','root','widget','_getMarkerAnnouncementText','isAtEnd','isInsideObject','formatInline:join','splice','trackChanges.trackFormatChanges','deletion:chain','has','formatBlock:chain','document','requires','add','ck-suggestion-marker','stringify','substring','_enabledCommands','_customCallbacks','never','howMany','getLastMatchingPosition','multipleBlocks','_processAttributeSuggestions','addMarker','_processAttributeChanges','documentSelection','normal','getSuggestions','multi','isOwn','warn','createSelection','isAtStart','ck-suggestion-marker-','createRangeOn','_addThreadToSuggestion','selection','deleteContent','every','addRange','getItems','_suggestions','containsPosition','consume','find','_checkSuggestionCorrectness','move','5688petppZ','options','_getSuggestionData','markerReady','end','ck-suggestion-marker-formatBlock','getRanges','$graveyard','setSelection','join'];_0x306c=function(){return _0x180e14;};return _0x306c();}import _0x20a63c from'./integrations/tableheadings.js';import _0x170118 from'./integrations/tableclipboard.js';import _0x1e6a38 from'./integrations/tablecolumnresize.js';import _0xf69d56 from'./integrations/template.js';import _0x3d8909 from'./integrations/tableofcontents.js';import _0x2b3122 from'./integrations/title.js';import _0x4f9d29 from'./integrations/undo.js';import _0x2108e0 from'./integrations/tablecaption.js';import _0x4c0d0a from'./integrations/tableproperties.js';import{getTranslation as _0x3fbb25}from'./utils/common-translations.js';import{isEqual as _0x45f997,omit as _0x26453d}from'lodash-es';export const renameAttributeKey=_0x456e8f(0x23e);export default class p extends _0x34c1ad{static get[_0x456e8f(0x1fb)](){const _0x183e72=_0x456e8f;return[_0x183e72(0x31c),_0x4fca33,_0x15cdd6,_0x3a6c58,_0x3917af,_0x5b3500,_0x3f6c69,_0x589069,_0x1636b5,_0x3c08a8,_0xa64335,_0x74bec2,_0x27d88c,_0x58c242,_0x41f7a5,_0xe30bcc,_0x640efe,_0x4002f8,_0x3cec8f,_0x11fa7a,_0x286010,_0x22aebe,_0x1ac5fa,_0x5463b4,_0x2620db,_0x264af7,_0x72206c,_0x2c9f13,_0x5d7f82,_0x576a66,_0x46dcd1,_0x9e9f03,_0x14cc6d,_0x28aee9,_0x5c354f,_0x4b5d34,_0x297ce8,_0xa7543b,_0x1b57ed,_0x97ea9e,_0x100d86,_0x4c64e3,_0x42c8b5,_0x9c1914,_0x20a63c,_0x2108e0,_0x170118,_0x1e6a38,_0x3d8909,_0x4c0d0a,_0xf69d56,_0x2b3122,_0x4f9d29];}static get[_0x456e8f(0x333)](){const _0x5badeb=_0x456e8f;return _0x5badeb(0x281);}constructor(_0x3a70c3){const _0x3656ec=_0x456e8f;function _0x3f1cdd(_0x1c3107){const _0x142b91=_0x4221;return _0x1c3107[_0x142b91(0x28b)](_0x1aa030=>String[_0x142b91(0x2f1)](_0x1aa030))[_0x142b91(0x228)]('');}super(_0x3a70c3),this[_0x3656ec(0x285)]=!0x1,this[_0x3656ec(0x230)](_0x3656ec(0x25f),[]),this['on'](_0x3656ec(0x30a),(_0x41bef5,_0x421781,_0x192080,_0x20e6cc)=>{const _0x2705ce=_0x3656ec;this[_0x2705ce(0x2dd)][_0x2705ce(0x1e4)](()=>{const _0x277262=_0x2705ce;for(const _0x35531e of[..._0x20e6cc,..._0x192080])this[_0x277262(0x2dd)][_0x277262(0x329)][_0x277262(0x1f8)](_0x35531e)&&_0x3a70c3[_0x277262(0x2c8)][_0x277262(0x2d3)](_0x35531e);});}),this[_0x3656ec(0x1dd)]=new _0x24a566(this[_0x3656ec(0x23b)][_0x3656ec(0x29b)][_0x3656ec(0x198)],this[_0x3656ec(0x23b)][_0x3656ec(0x276)]),this[_0x3656ec(0x30c)]=null,this[_0x3656ec(0x2a5)]=new Et(this[_0x3656ec(0x23b)]),this[_0x3656ec(0x219)]=new Map(),this[_0x3656ec(0x1ed)]=_0x3a70c3[_0x3656ec(0x1da)][_0x3656ec(0x2c6)](_0x3656ec(0x31c)),this[_0x3656ec(0x200)]=new Set(),this[_0x3656ec(0x2dd)]=this[_0x3656ec(0x23b)][_0x3656ec(0x29b)],this[_0x3656ec(0x32b)]=new WeakMap(),this[_0x3656ec(0x26a)]=!0x1,this[_0x3656ec(0x1bc)]=new Set([_0x3656ec(0x23e)]),this[_0x3656ec(0x250)]=new Set(),_0x3a70c3[_0x3656ec(0x2e7)][_0x3656ec(0x1c4)](_0x3656ec(0x1f6),_0x3656ec(0x2b0)),this[_0x3656ec(0x27b)]=_0x3a70c3[_0x3656ec(0x2e7)][_0x3656ec(0x2c6)](_0x3656ec(0x1f6)),_0x3a70c3[_0x3656ec(0x2e7)][_0x3656ec(0x1c4)](_0x3656ec(0x1e7),!0x0),this[_0x3656ec(0x1c3)]=_0x3a70c3[_0x3656ec(0x2e7)][_0x3656ec(0x2c6)](_0x3656ec(0x1e7)),this[_0x3656ec(0x2ee)]=new _0x1804ce(_0x3a70c3,this[_0x3656ec(0x200)]),this[_0x3656ec(0x2d6)](),this[_0x3f1cdd([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x3f1cdd([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x32]);}[_0x456e8f(0x332)](){const _0x387992=_0x456e8f,_0x424276=this[_0x387992(0x23b)],_0xd1d8ad=(_0x1810dc,_0x32211e)=>{const _0x313ad1=_0x387992;if(_0x313ad1(0x32a)!=_0x1810dc)return _0x313ad1(0x211)+_0x1810dc;const _0x5975a6=_0x32211e[_0x313ad1(0x1d9)]('|')[0x0];return this[_0x313ad1(0x26e)](_0x5975a6)?_0x313ad1(0x224):_0x313ad1(0x1a4);};_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x235))[_0x387992(0x1e9)]({'model':_0x387992(0x2d1),'view':_0x29ef25=>{const _0x30ed73=_0x387992,{id:_0x3b447e,type:_0x3c4a82,subType:_0x124b58}=this[_0x30ed73(0x255)](_0x29ef25[_0x30ed73(0x196)]),_0x1dba4c=[_0x30ed73(0x1fd),_0xd1d8ad(_0x3c4a82,_0x124b58)];let _0x4a30ee=0xbb8;return this[_0x30ed73(0x25f)][_0x30ed73(0x2a2)](_0x29ef25[_0x30ed73(0x196)])&&(_0x1dba4c[_0x30ed73(0x257)](_0x30ed73(0x1bf)),_0x4a30ee=0xbc2),_0x30ed73(0x23c)==_0x3c4a82&&(_0x4a30ee+=0x5),{'classes':_0x1dba4c,'attributes':{'data-suggestion':_0x3b447e},'priority':_0x4a30ee};}}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x2a9))[_0x387992(0x1fc)](_0x5f9a4e=>{const _0x311a19=_0x387992;_0x5f9a4e['on'](_0x311a19(0x2c2),(_0x4fd660,_0x42c77f,_0x36240e)=>{const _0x19b4df=_0x311a19;if(!_0x36240e[_0x19b4df(0x220)][_0x19b4df(0x2bb)])return;const _0x12b338=_0x42c77f[_0x19b4df(0x287)];if(!_0x12b338)return;const _0x425984=_0x36240e[_0x19b4df(0x1ee)][_0x19b4df(0x19b)](_0x12b338);_0x424276[_0x19b4df(0x29b)][_0x19b4df(0x198)][_0x19b4df(0x2de)](_0x12b338)&&_0x425984&&!_0x425984[_0x19b4df(0x2c9)](_0x19b4df(0x1f0))&&_0x425984['is'](_0x19b4df(0x2f6))&&_0x2840f6(_0x425984,_0x36240e[_0x19b4df(0x2ff)]);},{'priority':_0x311a19(0x303)});}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x2a9))[_0x387992(0x1e9)]({'model':_0x387992(0x2d1),'view':(_0x43af40,_0x3f91bd)=>{const _0x3df5c9=_0x387992;if(!_0x3f91bd[_0x3df5c9(0x220)][_0x3df5c9(0x2bb)])return null;const {type:_0x3a9116,subType:_0x1514a7}=this[_0x3df5c9(0x255)](_0x43af40[_0x3df5c9(0x196)]);return{'classes':[_0x3df5c9(0x1fd),_0xd1d8ad(_0x3a9116,_0x1514a7)],'priority':0xbb8};}});const _0x5bd4c3=({showActiveMarkers:_0x5c1cae=!0x0,isAttributeSuggestion:_0x1d71fe=!0x1}={})=>(_0x3a6289,_0x1df3e0,_0x5b88f8)=>{const _0x5da6fc=_0x387992;if(!_0x1df3e0[_0x5da6fc(0x287)])return;const {id:_0x4edeb2}=this[_0x5da6fc(0x255)](_0x1df3e0[_0x5da6fc(0x196)]);if(_0x1d71fe){const _0x3d7867=this[_0x5da6fc(0x219)][_0x5da6fc(0x2c6)](_0x4edeb2),_0x2b7c1a=this[_0x5da6fc(0x237)](_0x3d7867);if(!this[_0x5da6fc(0x26e)](_0x2b7c1a))return;}if(_0x1df3e0[_0x5da6fc(0x287)]['is'](_0x5da6fc(0x214)))return void _0x5b88f8[_0x5da6fc(0x269)][_0x5da6fc(0x21b)](_0x1df3e0[_0x5da6fc(0x287)],_0x3a6289[_0x5da6fc(0x274)]);const _0x5e2bf5=_0x5b88f8[_0x5da6fc(0x1ee)][_0x5da6fc(0x19b)](_0x1df3e0[_0x5da6fc(0x287)]);if(_0x1df3e0[_0x5da6fc(0x287)]['is'](_0x5da6fc(0x1b2))&&_0x424276[_0x5da6fc(0x29b)][_0x5da6fc(0x198)][_0x5da6fc(0x2e6)](_0x1df3e0[_0x5da6fc(0x287)])&&!_0x5e2bf5[_0x5da6fc(0x2c9)](_0x5da6fc(0x2fd))){_0x5b88f8[_0x5da6fc(0x2ff)][_0x5da6fc(0x29a)]([_0x5da6fc(0x1fd),_0x5da6fc(0x224)],_0x5e2bf5),_0x5b88f8[_0x5da6fc(0x2ff)][_0x5da6fc(0x338)](_0x5da6fc(0x1b9),_0x4edeb2,_0x5e2bf5),_0x5b88f8[_0x5da6fc(0x1ee)][_0x5da6fc(0x1e0)](_0x5e2bf5,_0x1df3e0[_0x5da6fc(0x196)]),_0x5c1cae&&(this[_0x5da6fc(0x25f)][_0x5da6fc(0x2a2)](_0x1df3e0[_0x5da6fc(0x196)])?_0x5b88f8[_0x5da6fc(0x2ff)][_0x5da6fc(0x29a)](_0x5da6fc(0x1bf),_0x5e2bf5):_0x5b88f8[_0x5da6fc(0x2ff)][_0x5da6fc(0x28d)](_0x5da6fc(0x1bf),_0x5e2bf5));for(const _0xb43dd of _0x424276[_0x5da6fc(0x29b)][_0x5da6fc(0x1ac)](_0x1df3e0[_0x5da6fc(0x287)])[_0x5da6fc(0x218)]())_0x5b88f8[_0x5da6fc(0x269)][_0x5da6fc(0x21b)](_0xb43dd,_0x3a6289[_0x5da6fc(0x274)]);_0x5b88f8[_0x5da6fc(0x269)][_0x5da6fc(0x21b)](_0x1df3e0[_0x5da6fc(0x287)],_0x3a6289[_0x5da6fc(0x274)]);}};_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x2a9))[_0x387992(0x1fc)](_0x2362d1=>{const _0x174cd2=_0x387992;_0x2362d1['on'](_0x174cd2(0x1a1),(_0x548a1a,_0x574667,_0x473533)=>{const _0x39967e=_0x174cd2;_0x473533[_0x39967e(0x220)][_0x39967e(0x2bb)]&&_0x5bd4c3({'showActiveMarkers':!0x1})(_0x548a1a,_0x574667,_0x473533);},{'priority':_0x174cd2(0x1b7)});}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x2a9))[_0x387992(0x1fc)](_0x360dfa=>{const _0x503450=_0x387992;_0x360dfa['on'](_0x503450(0x259),(_0xaff23e,_0x447870,_0x2d8e26)=>{const _0x24a8d4=_0x503450;_0x2d8e26[_0x24a8d4(0x220)][_0x24a8d4(0x2bb)]&&_0x5bd4c3({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0xaff23e,_0x447870,_0x2d8e26);},{'priority':_0x503450(0x1b7)});}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x2a9))[_0x387992(0x1a5)]({'model':_0x387992(0x2d1),'view':(_0x45274c,_0x5a10d2)=>_0x5a10d2[_0x387992(0x220)][_0x387992(0x2bb)]?null:{'group':_0x387992(0x2d1),'name':_0x45274c[_0x387992(0x1b5)](0xb)}}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x1a2))[_0x387992(0x25e)]({'view':{'name':_0x387992(0x2d1),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xd80f03,{writer:_0x59631c})=>{const _0x4b8db0=_0x387992;let _0xc34f42=_0x4b8db0(0x283)+_0xd80f03[_0x4b8db0(0x2a7)](_0x4b8db0(0x286))+':'+_0xd80f03[_0x4b8db0(0x2a7)]('id');return _0xd80f03[_0x4b8db0(0x2a7)](_0x4b8db0(0x19f))&&(_0xc34f42+=':'+_0xd80f03[_0x4b8db0(0x2a7)](_0x4b8db0(0x19f))),_0x59631c[_0x4b8db0(0x2d5)](_0x4b8db0(0x2f2),{'data-name':_0xc34f42});}}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x1a2))[_0x387992(0x2e0)]({'view':_0x387992(0x2d1)}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x235))[_0x387992(0x1fc)](_0x443477=>{const _0x579ec0=_0x387992;_0x443477['on'](_0x579ec0(0x1a1),_0x5bd4c3(),{'priority':_0x579ec0(0x303)});}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x235))[_0x387992(0x1fc)](_0x45afb8=>{const _0x5488cf=_0x387992;_0x45afb8['on'](_0x5488cf(0x259),_0x5bd4c3({'isAttributeSuggestion':!0x0}),{'priority':_0x5488cf(0x303)});}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x235))[_0x387992(0x1fc)](_0x1f15a4=>{const _0x39730c=_0x387992;_0x1f15a4['on'](_0x39730c(0x1bd),(_0xfb3f32,_0x32899e,_0x5bc16d)=>{const _0x3a4649=_0x39730c,_0x5ac027=_0x5bc16d[_0x3a4649(0x1ee)][_0x3a4649(0x27e)](_0x32899e[_0x3a4649(0x196)]);if(_0x5ac027){for(const _0x40d951 of _0x5ac027)_0x40d951[_0x3a4649(0x2c9)](_0x3a4649(0x2fd))||(_0x5bc16d[_0x3a4649(0x2ff)][_0x3a4649(0x28d)]([_0x3a4649(0x1fd),_0x3a4649(0x224),_0x3a4649(0x1bf)],_0x40d951),_0x5bc16d[_0x3a4649(0x2ff)][_0x3a4649(0x244)](_0x3a4649(0x1b9),_0x40d951),_0x5bc16d[_0x3a4649(0x1ee)][_0x3a4649(0x2fa)](_0x40d951,_0x32899e[_0x3a4649(0x196)]));}},{'priority':_0x39730c(0x303)});}),_0x424276[_0x387992(0x2ec)][_0x387992(0x238)](_0x387992(0x235))[_0x387992(0x1fc)](_0x521100=>{const _0x15b95d=_0x387992;_0x521100['on'](_0x15b95d(0x300),(_0x15e22c,_0x3c4a55,_0x3e3497)=>{const _0x415185=_0x15b95d,_0x634bc9=_0x3e3497[_0x415185(0x1ee)][_0x415185(0x27e)](_0x3c4a55[_0x415185(0x196)]);if(!_0x634bc9)return;const {id:_0x329410}=this[_0x415185(0x255)](_0x3c4a55[_0x415185(0x196)]),_0x259280=this[_0x415185(0x219)][_0x415185(0x2c6)](_0x329410),_0x32d8ea=this[_0x415185(0x237)](_0x259280);if(this[_0x415185(0x26e)](_0x32d8ea)){for(const _0x3823d5 of _0x634bc9)_0x3823d5[_0x415185(0x2c9)](_0x415185(0x2fd))||(_0x3e3497[_0x415185(0x2ff)][_0x415185(0x28d)]([_0x415185(0x1fd),_0x415185(0x224),_0x415185(0x1bf)],_0x3823d5),_0x3e3497[_0x415185(0x2ff)][_0x415185(0x244)](_0x415185(0x1b9),_0x3823d5),_0x3e3497[_0x415185(0x1ee)][_0x415185(0x2fa)](_0x3823d5,_0x3c4a55[_0x415185(0x196)]));}},{'priority':_0x15b95d(0x303)});}),_0x424276[_0x387992(0x29b)][_0x387992(0x1fa)][_0x387992(0x25b)](_0x297905=>{const _0x3a3834=_0x387992;let _0x20dd4e=!0x1;const _0x54162b=Array[_0x3a3834(0x1b8)](_0x424276[_0x3a3834(0x29b)][_0x3a3834(0x1fa)][_0x3a3834(0x22c)][_0x3a3834(0x2e2)]()),_0x499e36=new Set();for(const {name:_0x478ca2,data:_0x465a06}of _0x54162b){const {group:_0x4f912c,type:_0x4cd2a5,subType:_0x5117e9,id:_0x29149e}=this[_0x3a3834(0x255)](_0x478ca2);if(_0x3a3834(0x2d1)!==_0x4f912c)continue;const _0x4c00c5=this[_0x3a3834(0x219)][_0x3a3834(0x2c6)](_0x29149e);if(null!=_0x465a06[_0x3a3834(0x318)]){_0x3a3834(0x2fc)==_0x4cd2a5&&(_0x20dd4e=_0x20dd4e||Ut(_0x465a06[_0x3a3834(0x318)],_0x478ca2,_0x297905,_0x424276[_0x3a3834(0x29b)][_0x3a3834(0x198)]));const _0xec87d5=_0x3a3834(0x32a)==_0x4cd2a5&&this[_0x3a3834(0x26e)](_0x5117e9[_0x3a3834(0x1d9)]('|')[0x0]);if(_0x465a06[_0x3a3834(0x318)][_0x3a3834(0x267)]||_0x3a3834(0x226)==_0x465a06[_0x3a3834(0x318)][_0x3a3834(0x1ef)][_0x3a3834(0x284)]||_0x3a3834(0x335)==_0x4cd2a5&&!Ft(_0x465a06[_0x3a3834(0x318)])||_0xec87d5&&!Ft(_0x465a06[_0x3a3834(0x318)])||_0x3a3834(0x23c)==_0x4cd2a5&&!(!Vt(_0x4a2521=_0x465a06[_0x3a3834(0x318)])&&!function(_0x30096d){const _0xd557a4=_0x3a3834;return _0x30096d[_0xd557a4(0x33e)][_0xd557a4(0x275)]==_0x30096d[_0xd557a4(0x223)][_0xd557a4(0x1af)]&&_0x30096d[_0xd557a4(0x33e)][_0xd557a4(0x1f2)];}(_0x4a2521)))_0x297905[_0x3a3834(0x27a)](_0x478ca2),_0x20dd4e=!0x0;else{if(!_0x4c00c5||!_0x4c00c5[_0x3a3834(0x2cc)])continue;if(_0x465a06[_0x3a3834(0x318)]&&_0x465a06[_0x3a3834(0x30e)]&&_0x465a06[_0x3a3834(0x318)][_0x3a3834(0x2fb)](_0x465a06[_0x3a3834(0x30e)]))continue;_0x499e36[_0x3a3834(0x1fc)](_0x4c00c5);}}}var _0x4a2521;return _0x499e36[_0x3a3834(0x1d3)]>0x0&&(_0x20dd4e=!!this[_0x3a3834(0x322)](_0x499e36)||_0x20dd4e),_0x20dd4e;}),_0x424276[_0x387992(0x29b)][_0x387992(0x1fa)][_0x387992(0x25b)](_0x5434bf=>{const _0x5d293a=_0x387992;let _0x42902e=!0x1;for(const _0x5dc71d of _0x424276[_0x5d293a(0x29b)][_0x5d293a(0x1fa)][_0x5d293a(0x22c)][_0x5d293a(0x2ae)]())if(_0x5d293a(0x22e)==_0x5dc71d[_0x5d293a(0x22f)])for(const _0x5460cd of this[_0x5d293a(0x219)][_0x5d293a(0x197)]()){if(_0x5460cd[_0x5d293a(0x2f9)]||!_0x5460cd[_0x5d293a(0x2cc)])continue;const _0x12ea7c=_0x5d293a(0x335)==_0x5460cd[_0x5d293a(0x22f)],_0xe0ed68=this[_0x5d293a(0x237)](_0x5460cd),_0x21998e=_0xe0ed68&&this[_0x5d293a(0x26e)](_0xe0ed68);if(!_0x12ea7c&&!_0x21998e)continue;const _0x4d2e0c=_0x5460cd[_0x5d293a(0x1d6)]();if(_0x4d2e0c[_0x5d293a(0x33e)][_0x5d293a(0x275)]!=_0x4d2e0c[_0x5d293a(0x223)][_0x5d293a(0x275)]&&!_0x4d2e0c[_0x5d293a(0x223)][_0x5d293a(0x1f2)]){const _0x12855d=_0x424276[_0x5d293a(0x29b)][_0x5d293a(0x247)](_0x4d2e0c[_0x5d293a(0x33e)][_0x5d293a(0x273)],_0x5d293a(0x223)),_0x405748=_0x424276[_0x5d293a(0x29b)][_0x5d293a(0x301)](_0x4d2e0c[_0x5d293a(0x33e)],_0x12855d);_0x5434bf[_0x5d293a(0x248)](_0x5460cd[_0x5d293a(0x278)](),{'range':_0x405748}),_0x42902e=!0x0;}}return _0x42902e;}),_0x424276[_0x387992(0x29b)][_0x387992(0x1fa)][_0x387992(0x25b)](_0x2cc258=>this[_0x387992(0x208)](_0x2cc258)),_0x424276[_0x387992(0x29b)][_0x387992(0x1fa)][_0x387992(0x25b)](_0x34d1e5=>!_0x34d1e5[_0x387992(0x321)][_0x387992(0x308)]&&this[_0x387992(0x206)](_0x34d1e5)),_0x424276[_0x387992(0x29b)]['on'](_0x387992(0x24f),()=>{const _0x9bfd58=_0x387992;this[_0x9bfd58(0x285)]=!0x1;}),_0x424276[_0x387992(0x29b)][_0x387992(0x1fa)]['on'](_0x387992(0x2da),(_0xf91f83,_0x3f7df2)=>{const _0x5473a3=_0x387992;if(!_0x3f7df2[_0x5473a3(0x308)]||_0x3f7df2[_0x5473a3(0x2cf)])return;if(!this[_0x5473a3(0x285)])return;const _0x1ba2e3=_0x424276[_0x5473a3(0x29b)][_0x5473a3(0x1fa)][_0x5473a3(0x22c)][_0x5473a3(0x2ae)]();if(0x0==_0x1ba2e3[_0x5473a3(0x239)])return;const _0x37319a=[],_0xfec547=_0x1ba2e3[_0x5473a3(0x1b0)](_0x4423a1=>_0x5473a3(0x32a)==_0x4423a1[_0x5473a3(0x22f)]),_0x113528=_0x1ba2e3[_0x5473a3(0x1b0)](_0x38ea02=>_0x5473a3(0x22e)==_0x38ea02[_0x5473a3(0x22f)]&&_0x5473a3(0x2c0)!=_0x38ea02[_0x5473a3(0x274)]);for(const _0x355c3e of _0xfec547)this[_0x5473a3(0x330)](_0x355c3e[_0x5473a3(0x1a3)])&&_0x37319a[_0x5473a3(0x257)]({'key':_0x355c3e[_0x5473a3(0x1a3)],'newValue':_0x355c3e[_0x5473a3(0x231)],'oldValue':_0x355c3e[_0x5473a3(0x2f0)],'range':Pt(_0x355c3e[_0x5473a3(0x2d7)],_0x424276[_0x5473a3(0x29b)])});for(const _0x5c56bd of _0x113528){if(_0x5473a3(0x1ca)!=_0x5c56bd[_0x5473a3(0x317)]&&_0x5473a3(0x2b3)!=_0x5c56bd[_0x5473a3(0x317)])continue;const _0x468613=Lt(_0x5c56bd[_0x5473a3(0x1c7)][_0x5473a3(0x273)],_0x424276[_0x5473a3(0x29b)]),_0x3a43d9=_0x5c56bd[_0x5473a3(0x311)];_0x5473a3(0x1ca)==_0x5c56bd[_0x5473a3(0x317)]&&_0x37319a[_0x5473a3(0x257)]({'key':_0x5473a3(0x23e),'newValue':_0x5c56bd[_0x5473a3(0x274)],'oldValue':_0x3a43d9[_0x5473a3(0x274)],'range':_0x468613});for(const [_0x5af6fc,_0x1273a4]of _0x3a43d9[_0x5473a3(0x270)]){if(!this[_0x5473a3(0x330)](_0x5af6fc))continue;const _0x5b76e6=_0x5c56bd[_0x5473a3(0x270)][_0x5473a3(0x2c6)](_0x5af6fc);_0x1273a4!==_0x5b76e6&&_0x37319a[_0x5473a3(0x257)]({'key':_0x5af6fc,'newValue':_0x5b76e6,'oldValue':_0x1273a4,'range':_0x468613});}for(const [_0x541b19,_0x5a0d70]of _0x5c56bd[_0x5473a3(0x270)])this[_0x5473a3(0x330)](_0x541b19)&&(_0x3a43d9[_0x5473a3(0x270)][_0x5473a3(0x1f8)](_0x541b19)||_0x37319a[_0x5473a3(0x257)]({'key':_0x541b19,'newValue':_0x5a0d70,'oldValue':null,'range':_0x468613}));}0x0!=_0x37319a[_0x5473a3(0x239)]&&_0x424276[_0x5473a3(0x29b)][_0x5473a3(0x282)](_0x3f7df2,_0x577c1b=>{const _0x75acfb=_0x5473a3,_0x164b78=_0x2a90fa();for(const {range:_0x1204a3,key:_0x2d7beb,oldValue:_0x1b834a,newValue:_0x34f48b}of _0x37319a)this[_0x75acfb(0x24b)](_0x1204a3,_0x2d7beb,_0x1b834a,_0x34f48b,{'groupId':_0x164b78});this[_0x75acfb(0x264)](_0x577c1b,_0x37319a);});},{'priority':_0x387992(0x1d1)}),_0x424276[_0x387992(0x29b)][_0x387992(0x329)]['on'](_0x387992(0x195),(_0x2e55d5,_0x7c31af,_0x145ecb)=>{const _0x568159=_0x387992;if(null==_0x145ecb){const {id:_0x3c96a7}=this[_0x568159(0x255)](_0x7c31af[_0x568159(0x274)]),_0x5ef7c6=this[_0x568159(0x219)][_0x568159(0x2c6)](_0x3c96a7);_0x5ef7c6&&_0x5ef7c6[_0x568159(0x290)](_0x7c31af[_0x568159(0x274)]);}}),_0x424276[_0x387992(0x29b)][_0x387992(0x1fa)]['on'](_0x387992(0x2da),()=>{const _0x354d3e=_0x387992,_0x1476a1=Array[_0x354d3e(0x1b8)](_0x424276[_0x354d3e(0x29b)][_0x354d3e(0x1fa)][_0x354d3e(0x22c)][_0x354d3e(0x2e2)]())[_0x354d3e(0x1b0)](_0x42b804=>_0x354d3e(0x2d1)===this[_0x354d3e(0x255)](_0x42b804[_0x354d3e(0x274)])[_0x354d3e(0x2df)]);if(0x0===_0x1476a1[_0x354d3e(0x239)])return;_0x1476a1[_0x354d3e(0x1eb)]((_0x129aa3,_0x20f6c4)=>{const _0x2190fe=_0x354d3e,_0x25cc25=_0x129aa3[_0x2190fe(0x30d)][_0x2190fe(0x30e)],_0x5e5f3a=_0x20f6c4[_0x2190fe(0x30d)][_0x2190fe(0x30e)];return null===_0x25cc25&&null===_0x5e5f3a?0x0:null===_0x25cc25&&null!==_0x5e5f3a?-0x1:null!==_0x25cc25&&null===_0x5e5f3a?0x1:_0x25cc25[_0x2190fe(0x33e)][_0x2190fe(0x32f)](_0x5e5f3a[_0x2190fe(0x33e)])?-0x1:0x1;});const _0x2e9cc4=new Set(),_0x3c4999=new Set();for(const {name:_0x581eb7,data:_0x4485b0}of _0x1476a1){const {id:_0x21bd7d}=this[_0x354d3e(0x255)](_0x581eb7);if(null===_0x4485b0[_0x354d3e(0x30e)]){const _0x139eba=this[_0x354d3e(0x292)](_0x581eb7);_0x3c4999[_0x354d3e(0x1fc)](_0x139eba);}else{const _0x56a95c=this[_0x354d3e(0x219)][_0x354d3e(0x2c6)](_0x21bd7d);null!==_0x4485b0[_0x354d3e(0x318)]||_0x56a95c[_0x354d3e(0x2cc)]?(_0x2e9cc4[_0x354d3e(0x1fc)](_0x56a95c[_0x354d3e(0x2a6)]),_0x3c4999[_0x354d3e(0x1fc)](_0x56a95c)):this[_0x354d3e(0x2f5)](_0x56a95c);}}_0x3c4999[_0x354d3e(0x1d3)]>0x0&&this[_0x354d3e(0x1a9)](_0x3c4999);for(const _0x4c2822 of _0x2e9cc4)this[_0x354d3e(0x1a0)](_0x354d3e(0x2dc),_0x4c2822);}),_0x424276[_0x387992(0x29b)]['on'](_0x387992(0x2a3),(_0xe873cb,_0x2d5396)=>{const _0x1fdb20=_0x387992,_0x33c5f2=_0x2d5396[0x0];if(!this[_0x1fdb20(0x219)][_0x1fdb20(0x1d3)])return;if(!_0x33c5f2[_0x1fdb20(0x22b)])return;if(_0x33c5f2[_0x1fdb20(0x321)][_0x1fdb20(0x2cf)]||!_0x33c5f2[_0x1fdb20(0x321)][_0x1fdb20(0x308)])return;let _0x32e07d,_0x2bdc2b;switch(_0x33c5f2[_0x1fdb20(0x22f)]){case _0x1fdb20(0x22e):_0x32e07d=_0x424276[_0x1fdb20(0x29b)][_0x1fdb20(0x247)](_0x33c5f2[_0x1fdb20(0x1c7)]),_0x2bdc2b=_0x32e07d[_0x1fdb20(0x320)](_0x33c5f2[_0x1fdb20(0x203)]);break;case _0x1fdb20(0x1d9):_0x32e07d=_0x424276[_0x1fdb20(0x29b)][_0x1fdb20(0x247)](_0x33c5f2[_0x1fdb20(0x24e)]),_0x2bdc2b=_0x424276[_0x1fdb20(0x29b)][_0x1fdb20(0x247)](_0x33c5f2[_0x1fdb20(0x288)]);break;case _0x1fdb20(0x21e):_0x32e07d=_0x424276[_0x1fdb20(0x29b)][_0x1fdb20(0x247)](_0x33c5f2[_0x1fdb20(0x242)]),_0x2bdc2b=_0x32e07d[_0x1fdb20(0x320)](_0x33c5f2[_0x1fdb20(0x203)]);break;default:return;}const _0x4ea429=_0x424276[_0x1fdb20(0x29b)][_0x1fdb20(0x301)](_0x32e07d,_0x2bdc2b);_0x424276[_0x1fdb20(0x29b)][_0x1fdb20(0x1e4)](()=>{const _0x2c2184=_0x1fdb20;for(const {suggestion:_0x10bdd9,meta:_0x314254}of this[_0x2c2184(0x30f)](_0x4ea429)){if(_0x10bdd9[_0x2c2184(0x2f9)])continue;if(_0x2c2184(0x2fc)==_0x10bdd9[_0x2c2184(0x22f)])continue;const _0x4701a0=this[_0x2c2184(0x237)](_0x10bdd9);if(_0x4701a0&&this[_0x2c2184(0x26e)](_0x4701a0)&&_0x2c2184(0x1d9)!=_0x33c5f2[_0x2c2184(0x22f)])continue;const _0x6ab91a=_0x10bdd9[_0x2c2184(0x30d)]&&_0x10bdd9[_0x2c2184(0x30d)][_0x2c2184(0x205)];(_0x2c2184(0x335)!=_0x10bdd9[_0x2c2184(0x22f)]||_0x2c2184(0x1d9)==_0x33c5f2[_0x2c2184(0x22f)]&&!_0x6ab91a)&&(_0x314254[_0x2c2184(0x2d4)]||_0x2c2184(0x241)==_0x10bdd9[_0x2c2184(0x22f)]&&_0x314254[_0x2c2184(0x20d)]||_0x10bdd9[_0x2c2184(0x1d6)]()[_0x2c2184(0x2f3)](_0x4ea429)&&this[_0x2c2184(0x337)](_0x10bdd9,_0x32e07d,_0x2bdc2b));}});},{'priority':_0x387992(0x1d1)}),_0x424276[_0x387992(0x29b)]['on'](_0x387992(0x215),(_0x14c8cf,_0x31863b)=>{const _0x4882ef=_0x387992,_0x4c7843=_0x31863b[0x0],_0x62e916=_0x31863b[0x1];if(_0x62e916&&_0x62e916[_0x4882ef(0x1cf)])return;if(this[_0x4882ef(0x26a)])return;if(!this[_0x4882ef(0x2ee)][_0x4882ef(0x2d8)])return;if(_0x4c7843[_0x4882ef(0x267)])return;const _0x793fea=_0x424276[_0x4882ef(0x29b)][_0x4882ef(0x198)],{start:_0x549515,end:_0x1d11f8}=_0x4c7843[_0x4882ef(0x1d6)](),_0x135057=_0x549515[_0x4882ef(0x273)]&&_0x793fea[_0x4882ef(0x2c5)](_0x549515[_0x4882ef(0x273)])?null:_0x793fea[_0x4882ef(0x1bb)](_0x549515,_0x4882ef(0x33c)),_0x14a503=_0x1d11f8[_0x4882ef(0x1af)]&&_0x793fea[_0x4882ef(0x2c5)](_0x1d11f8[_0x4882ef(0x1af)])?null:_0x793fea[_0x4882ef(0x1bb)](_0x1d11f8,_0x4882ef(0x27d)),_0x25a6e3=_0x424276[_0x4882ef(0x29b)][_0x4882ef(0x301)](_0x135057?_0x135057[_0x4882ef(0x33e)]:_0x549515,_0x14a503?_0x14a503[_0x4882ef(0x223)]:_0x1d11f8);_0x424276[_0x4882ef(0x29b)][_0x4882ef(0x1e4)](_0x206cc5=>{const _0x4e1681=_0x4882ef;this[_0x4e1681(0x32d)](_0x25a6e3);const _0x4a0fc4=_0x424276[_0x4e1681(0x29b)][_0x4e1681(0x198)][_0x4e1681(0x1bb)](_0x25a6e3[_0x4e1681(0x33e)]);_0x4c7843['is'](_0x4e1681(0x209))?_0x206cc5[_0x4e1681(0x227)](_0x4a0fc4):_0x4c7843[_0x4e1681(0x19d)](_0x4a0fc4);}),_0x14c8cf[_0x4882ef(0x2ac)]();},{'priority':_0x2e08d4[_0x387992(0x20a)]+0xa}),_0x424276[_0x387992(0x29b)]['on'](_0x387992(0x1aa),(_0x2bdd43,_0x49c71)=>{const _0x62629a=_0x387992,_0x3cf67c=_0x49c71[_0x49c71[_0x62629a(0x239)]-0x1];_0x3cf67c&&_0x3cf67c[_0x62629a(0x1cf)]||this[_0x62629a(0x26a)]||this[_0x62629a(0x2ee)][_0x62629a(0x2d8)]&&(_0x424276[_0x62629a(0x29b)][_0x62629a(0x1e4)](()=>{const _0x90880f=_0x62629a;let _0x43fa99=_0x424276[_0x90880f(0x29b)][_0x90880f(0x1aa)](_0x49c71[0x0],_0x49c71[0x1],_0x49c71[0x2],{'forceDefaultExecution':!0x0});if(!_0x43fa99)return;_0x2bdd43[_0x90880f(0x33d)]=_0x43fa99[_0x90880f(0x262)]();const _0x2b319c=_0x43fa99[_0x90880f(0x223)][_0x90880f(0x1af)],_0x5a125e=_0x424276[_0x90880f(0x29b)][_0x90880f(0x198)];_0x2b319c&&_0x5a125e[_0x90880f(0x2e6)](_0x2b319c)&&!_0x5a125e[_0x90880f(0x2de)](_0x2b319c)&&(_0x43fa99=_0x424276[_0x90880f(0x29b)][_0x90880f(0x301)](_0x43fa99[_0x90880f(0x33e)],_0x424276[_0x90880f(0x29b)][_0x90880f(0x247)](_0x2b319c,_0x90880f(0x223)))),this[_0x90880f(0x1c5)](_0x43fa99);}),_0x2bdd43[_0x62629a(0x2ac)]());},{'priority':_0x387992(0x303)}),this[_0x387992(0x23b)][_0x387992(0x1df)][_0x387992(0x1fc)](_0x387992(0x1ce),this[_0x387992(0x2ee)]),this[_0x387992(0x1de)](_0x387992(0x1ce));const _0x57dfb2=new _0x4e462d(_0x424276,this[_0x387992(0x219)]);_0x424276[_0x387992(0x1df)][_0x387992(0x1fc)](_0x387992(0x229),_0x57dfb2),this[_0x387992(0x1de)](_0x387992(0x229));const _0x263476=new _0x9094bb(_0x424276,this[_0x387992(0x219)]);_0x424276[_0x387992(0x1df)][_0x387992(0x1fc)](_0x387992(0x2d2),_0x263476),this[_0x387992(0x1de)](_0x387992(0x2d2)),_0x424276[_0x387992(0x1df)][_0x387992(0x1fc)](_0x387992(0x1cb),new _0x4da22e(_0x424276,_0x57dfb2,this[_0x387992(0x219)])),this[_0x387992(0x1de)](_0x387992(0x1cb)),_0x424276[_0x387992(0x1df)][_0x387992(0x1fc)](_0x387992(0x2b2),new _0x4da22e(_0x424276,_0x263476,this[_0x387992(0x219)])),this[_0x387992(0x1de)](_0x387992(0x2b2)),_0x424276[_0x387992(0x1df)][_0x387992(0x1fc)](_0x387992(0x29c),new _0x4addf5(_0x424276,_0x57dfb2,this[_0x387992(0x219)])),this[_0x387992(0x1de)](_0x387992(0x29c)),_0x424276[_0x387992(0x1df)][_0x387992(0x1fc)](_0x387992(0x23d),new _0x4addf5(_0x424276,_0x263476,this[_0x387992(0x219)])),this[_0x387992(0x1de)](_0x387992(0x23d));const _0x974746=_0x424276[_0x387992(0x1da)][_0x387992(0x2c6)](_0x387992(0x31c));this[_0x387992(0x2a4)](_0x974746,_0x387992(0x254),(_0x346258,{threadId:_0x8b83af})=>{const _0x1d0801=_0x387992,_0x1f4971=this[_0x1d0801(0x219)][_0x1d0801(0x2c6)](_0x8b83af);_0x1f4971&&_0x1f4971[_0x1d0801(0x25d)]&&0x1===_0x1f4971[_0x1d0801(0x25d)][_0x1d0801(0x239)]&&this[_0x1d0801(0x1a8)](_0x8b83af,{'hasComments':!0x0});},{'priority':_0x387992(0x306)}),this[_0x387992(0x2a4)](_0x974746,_0x387992(0x1c2),(_0x22777b,{threadId:_0x52bd27})=>{const _0x192029=_0x387992,_0x32335a=this[_0x192029(0x219)][_0x192029(0x2c6)](_0x52bd27);_0x32335a&&_0x32335a[_0x192029(0x25d)]&&!_0x32335a[_0x192029(0x25d)][_0x192029(0x239)]&&this[_0x192029(0x1a8)](_0x52bd27,{'hasComments':!0x1});},{'priority':_0x387992(0x306)});}set[_0x456e8f(0x2f7)](_0x4fe76d){const _0x5a65c1=_0x456e8f;if(this[_0x5a65c1(0x30c)])throw new _0x5f1baa(_0x5a65c1(0x28a),this);this[_0x5a65c1(0x30c)]=_0x4fe76d;}get[_0x456e8f(0x2f7)](){const _0x226e99=_0x456e8f;return this[_0x226e99(0x30c)];}[_0x456e8f(0x20b)]({skipNotAttached:_0x310c88=!0x1,toJSON:_0x22089e=!0x1}={}){const _0x73f29c=_0x456e8f,_0x4f88e5=[];for(const _0x19a5ae of this[_0x73f29c(0x219)][_0x73f29c(0x197)]())_0x310c88&&!_0x19a5ae[_0x73f29c(0x2cc)]||_0x4f88e5[_0x73f29c(0x257)](_0x19a5ae);return _0x22089e?_0x4f88e5[_0x73f29c(0x28b)](_0x17da83=>_0x17da83[_0x73f29c(0x1b4)]()):_0x4f88e5;}[_0x456e8f(0x324)](_0x177a0d){const _0x510c47=_0x456e8f,_0x3c08a0=this[_0x510c47(0x219)][_0x510c47(0x2c6)](_0x177a0d);if(!_0x3c08a0)throw new _0x5f1baa(_0x510c47(0x246),this);return _0x3c08a0;}[_0x456e8f(0x19a)](_0x26ba8d){const _0x44bf5e=_0x456e8f;return this[_0x44bf5e(0x219)][_0x44bf5e(0x1f8)](_0x26ba8d);}[_0x456e8f(0x280)](_0x4d0578){const _0x2e51d3=_0x456e8f,{authorId:_0x417089,id:_0x4c2a9c,attributes:_0xcb5cf5}=_0x4d0578,[_0x5ee8a9,_0x1ee2f5]=_0x4d0578[_0x2e51d3(0x22f)][_0x2e51d3(0x1d9)](':'),_0x3e8470=this[_0x2e51d3(0x219)][_0x2e51d3(0x2c6)](_0x4c2a9c)||this[_0x2e51d3(0x289)](_0x5ee8a9,_0x1ee2f5,_0x4c2a9c,_0x417089,_0xcb5cf5);if(this[_0x2e51d3(0x213)](_0x3e8470),this[_0x2e51d3(0x21d)](_0x3e8470,_0x5ee8a9,_0x1ee2f5||null,_0x417089),_0x3e8470[_0x2e51d3(0x336)]=_0x4d0578[_0x2e51d3(0x336)],_0x3e8470[_0x2e51d3(0x299)]=!0x0,_0xcb5cf5&&_0xcb5cf5[_0x2e51d3(0x252)]){const _0x1fb27d=_0xcb5cf5[_0x2e51d3(0x252)],_0x29f8c4=this[_0x2e51d3(0x260)](_0x1fb27d[_0x2e51d3(0x33a)]);_0x3e8470[_0x2e51d3(0x2b5)]=_0x1fb27d[_0x2e51d3(0x336)],_0x3e8470[_0x2e51d3(0x31f)]=_0x29f8c4,_0x3e8470[_0x2e51d3(0x234)]=!0x0;}else _0x3e8470[_0x2e51d3(0x2b5)]=_0x4d0578[_0x2e51d3(0x336)];switch(_0x4d0578[_0x2e51d3(0x30d)]&&(_0x3e8470[_0x2e51d3(0x30d)]=_0x4d0578[_0x2e51d3(0x30d)]),_0x4d0578[_0x2e51d3(0x270)]&&(_0x3e8470[_0x2e51d3(0x270)]=_0x4d0578[_0x2e51d3(0x270)]),this[_0x2e51d3(0x30c)]&&this[_0x2e51d3(0x30c)][_0x2e51d3(0x258)]||(_0x3e8470[_0x2e51d3(0x277)]=!0x0),this[_0x2e51d3(0x32b)][_0x2e51d3(0x2c6)](_0x3e8470)){case _0x2e51d3(0x25c):this[_0x2e51d3(0x32b)][_0x2e51d3(0x230)](_0x3e8470,_0x2e51d3(0x2b7));break;case _0x2e51d3(0x222):_0x3e8470[_0x2e51d3(0x2cc)]?(this[_0x2e51d3(0x322)](new Set([_0x3e8470])),this[_0x2e51d3(0x1a9)](new Set([_0x3e8470])),this[_0x2e51d3(0x32b)][_0x2e51d3(0x230)](_0x3e8470,_0x2e51d3(0x2a8)),this[_0x2e51d3(0x1a0)](_0x2e51d3(0x1ad),_0x3e8470)):this[_0x2e51d3(0x32b)][_0x2e51d3(0x230)](_0x3e8470,_0x2e51d3(0x2ef));}return _0x3e8470;}[_0x456e8f(0x229)](_0x514709){const _0x49ce44=_0x456e8f;this[_0x49ce44(0x1cf)](()=>{const _0x19b70f=_0x49ce44;this[_0x19b70f(0x23b)][_0x19b70f(0x29b)][_0x19b70f(0x1e4)](()=>{const _0x2c6a74=_0x19b70f;for(const _0x25ed11 of _0x514709[_0x2c6a74(0x2ea)]())_0x25ed11[_0x2c6a74(0x23f)]();});});}[_0x456e8f(0x2d2)](_0x16ca38){const _0x32823f=_0x456e8f;this[_0x32823f(0x1cf)](()=>{const _0x1b0559=_0x32823f;this[_0x1b0559(0x23b)][_0x1b0559(0x29b)][_0x1b0559(0x1e4)](()=>{const _0x551a0d=_0x1b0559;for(const _0x3f9061 of _0x16ca38[_0x551a0d(0x2ea)]())_0x3f9061[_0x551a0d(0x233)]();});});}[_0x456e8f(0x1de)](_0x4b890f,_0x5a0255){const _0x237e6e=_0x456e8f,_0x347c54=this[_0x237e6e(0x23b)][_0x237e6e(0x1df)][_0x237e6e(0x2c6)](_0x4b890f);if(!_0x347c54)throw new _0x5f1baa(_0x237e6e(0x1ab),this,{'commandName':_0x4b890f});if(this[_0x237e6e(0x200)][_0x237e6e(0x1f8)](_0x347c54))throw new _0x5f1baa(_0x237e6e(0x319),this,{'commandName':_0x4b890f});this[_0x237e6e(0x200)][_0x237e6e(0x1fc)](_0x347c54),_0x5a0255&&_0x347c54['on'](_0x237e6e(0x2b6),(_0x47ea16,_0x17aeec)=>{const _0x21157b=_0x237e6e;this[_0x21157b(0x2ee)][_0x21157b(0x2d8)]&&(this[_0x21157b(0x26a)]||(_0x17aeec[_0x21157b(0x239)]>0x0&&_0x17aeec[_0x17aeec[_0x21157b(0x239)]-0x1]&&_0x17aeec[_0x17aeec[_0x21157b(0x239)]-0x1][_0x21157b(0x1cf)]?_0x17aeec[_0x21157b(0x245)]():(_0x47ea16[_0x21157b(0x33d)]=_0x5a0255((..._0x253a43)=>_0x347c54[_0x21157b(0x2b6)](..._0x253a43,{'forceDefaultExecution':!0x0}),..._0x17aeec),_0x47ea16[_0x21157b(0x2ac)]())));},{'priority':_0x237e6e(0x303)});}[_0x456e8f(0x1cf)](_0x37c39e){const _0x4fedbb=_0x456e8f;let _0x38adce,_0x2f3456;const _0x5ab8c8=this[_0x4fedbb(0x26a)];this[_0x4fedbb(0x26a)]=!0x0;try{_0x38adce=_0x37c39e();}catch(_0x1f265c){_0x2f3456=_0x1f265c;}return _0x5ab8c8||(this[_0x4fedbb(0x26a)]=!0x1),_0x2f3456&&_0x5f1baa[_0x4fedbb(0x28f)](_0x2f3456,this),_0x38adce;}[_0x456e8f(0x1c5)](_0x4dfcef,_0x2a9a28=null,_0x182375={}){const _0x36654c=_0x456e8f;if(_0x4dfcef[_0x36654c(0x267)])return null;const _0xd02c0b=this[_0x36654c(0x23b)][_0x36654c(0x1da)][_0x36654c(0x2c6)](_0x36654c(0x1ec))['me'];for(const {suggestion:_0x501dbe,meta:_0x23ba06}of this[_0x36654c(0x30f)](_0x4dfcef,_0x36654c(0x241)))if(_0x23ba06[_0x36654c(0x20d)]){if(!_0x23ba06[_0x36654c(0x298)]){if(_0x23ba06[_0x36654c(0x2d4)]){if(!this[_0x36654c(0x1c3)]||!qt(_0x501dbe,_0x182375))continue;return _0x501dbe;}if(qt(_0x501dbe,_0x182375))return _0x501dbe;this[_0x36654c(0x337)](_0x501dbe,_0x4dfcef[_0x36654c(0x33e)],_0x4dfcef[_0x36654c(0x223)]);break;}if(_0x2a9a28==_0x501dbe[_0x36654c(0x2af)]&&qt(_0x501dbe,_0x182375)){const _0x125330=_0x501dbe[_0x36654c(0x1d6)]();return _0x125330[_0x36654c(0x33e)][_0x36654c(0x2fb)](_0x4dfcef[_0x36654c(0x223)])?this[_0x36654c(0x1cd)](_0x501dbe,this[_0x36654c(0x2dd)][_0x36654c(0x301)](_0x4dfcef[_0x36654c(0x33e)],_0x125330[_0x36654c(0x223)])):this[_0x36654c(0x1cd)](_0x501dbe,this[_0x36654c(0x2dd)][_0x36654c(0x301)](_0x125330[_0x36654c(0x33e)],_0x4dfcef[_0x36654c(0x223)])),_0x501dbe;}}const _0x48247c=_0x2a90fa(),_0x4be231=_0xd02c0b['id'],_0x3f3243=_0x2a9a28?_0x36654c(0x191)+_0x2a9a28:_0x36654c(0x241),_0x1b0d61=this[_0x36654c(0x33f)]({'id':_0x48247c,'type':_0x3f3243,'createdAt':new Date(),'authorId':_0x4be231,'attributes':_0x182375});return this[_0x36654c(0x2eb)](_0x3f3243,_0x48247c,_0x4be231,_0x4dfcef),_0x1b0d61;}[_0x456e8f(0x2d0)](_0x4b97c0,_0x7fe6b4=_0x456e8f(0x20c),_0x2787f5={}){const _0x411a25=_0x456e8f,_0x84d64=this[_0x411a25(0x23b)][_0x411a25(0x1da)][_0x411a25(0x2c6)](_0x411a25(0x1ec))['me'],_0x4dc107=this[_0x411a25(0x2a5)][_0x411a25(0x1b6)](_0x411a25(0x241),_0x7fe6b4,_0x411a25(0x228));for(const _0x57a015 of this[_0x411a25(0x20b)]())if(_0x57a015[_0x411a25(0x31f)]['id']==_0x84d64['id']&&_0x411a25(0x241)==_0x57a015[_0x411a25(0x22f)]&&_0x57a015[_0x411a25(0x2af)]==_0x7fe6b4&&qt(_0x57a015,_0x2787f5)&&(_0x4dc107(_0x57a015[_0x411a25(0x225)](),_0x4b97c0)||_0x4dc107(_0x4b97c0,_0x57a015[_0x411a25(0x225)]()))){for(const _0x383b51 of _0x4b97c0)_0x57a015[_0x411a25(0x217)](_0x383b51);return _0x57a015;}for(const {suggestion:_0x4797d3,meta:_0x2051b6}of this[_0x411a25(0x30f)](_0x4b97c0,_0x411a25(0x241))){if(!_0x2051b6[_0x411a25(0x20d)])continue;if(!this[_0x411a25(0x1c3)]&&_0x2051b6[_0x411a25(0x2d4)])continue;if(!qt(_0x4797d3,_0x2787f5))continue;let _0x1c7f03=!0x0;for(const _0x3cc0fd of _0x4797d3[_0x411a25(0x225)]())for(const _0x585f92 of _0x4b97c0)if(!_0x3cc0fd[_0x411a25(0x2f3)](_0x585f92)){_0x1c7f03=!0x1;break;}if(_0x1c7f03)return _0x4797d3;}const _0x46cd5d=_0x2a90fa(),_0x52f1df=_0x84d64['id'],_0x57518e=_0x411a25(0x191)+_0x7fe6b4,_0x19409c=this[_0x411a25(0x33f)]({'id':_0x46cd5d,'type':_0x57518e,'createdAt':new Date(),'authorId':_0x52f1df,'attributes':_0x2787f5});for(const _0xe41a24 of _0x4b97c0)this[_0x411a25(0x2eb)](_0x57518e,_0x46cd5d,_0x52f1df,_0xe41a24,_0x2d2124[_0x411a25(0x26b)]());return _0x19409c;}[_0x456e8f(0x251)](_0xcb350c,_0x19b737,_0x18b7a1=null,_0x2bb8eb={}){const _0x1a8e70=_0x456e8f;if(_0x18b7a1=_0x18b7a1||Gt(_0x19b737),_0xcb350c[_0x1a8e70(0x267)])return null;if(_0x1a8e70(0x202)===this[_0x1a8e70(0x27b)]){const _0x2ddce5=this[_0x1a8e70(0x2a5)][_0x1a8e70(0x1b6)](_0x1a8e70(0x2fc),_0x18b7a1,_0x1a8e70(0x23f));return this[_0x1a8e70(0x1cf)](()=>_0x2ddce5([_0xcb350c],_0x19b737,_0x2bb8eb)),null;}const _0x21bf89=this[_0x1a8e70(0x23b)][_0x1a8e70(0x1da)][_0x1a8e70(0x2c6)](_0x1a8e70(0x1ec))['me'],_0x3e128f=[];if(_0x1a8e70(0x31d)!==this[_0x1a8e70(0x27b)]){for(const {suggestion:_0x1954e5,meta:_0x368d9c}of this[_0x1a8e70(0x30f)](_0xcb350c,_0x1a8e70(0x241)))_0x368d9c[_0x1a8e70(0x20d)]&&!_0x368d9c[_0x1a8e70(0x1f3)]&&_0x3e128f[_0x1a8e70(0x257)](..._0x1954e5[_0x1a8e70(0x225)]());}const _0xe24b31=function(_0x2e54cd,_0x493bc8){const _0x2ecebb=_0x1a8e70,_0x246763=[];for(const _0x25afc2 of _0x493bc8){const _0x4fc042=_0x2e54cd[_0x2ecebb(0x1c0)](_0x25afc2);_0x4fc042&&_0x246763[_0x2ecebb(0x257)](_0x4fc042);}return _0x246763;}(_0xcb350c,_0x3e128f),_0x3c6588=function(_0x3b4a0e,_0x30710a){const _0x25f7f7=_0x1a8e70,_0x2e0ac6=[_0x3b4a0e];for(const _0x2df8b0 of _0x30710a){let _0x280f70=0x0;for(;_0x280f70<_0x2e0ac6[_0x25f7f7(0x239)];){const _0x1fed77=_0x2e0ac6[_0x280f70][_0x25f7f7(0x1d7)](_0x2df8b0);_0x2e0ac6[_0x25f7f7(0x1f5)](_0x280f70,0x1,..._0x1fed77),_0x280f70+=_0x1fed77[_0x25f7f7(0x239)];}}return _0x2e0ac6;}(_0xcb350c,_0x3e128f);_0xe24b31[_0x1a8e70(0x239)]&&this[_0x1a8e70(0x2dd)][_0x1a8e70(0x1e4)](()=>{const _0x2f3c71=_0x1a8e70;for(const _0x1cf53d of _0xe24b31){const _0xa883=this[_0x2f3c71(0x2a5)][_0x2f3c71(0x1b6)](_0x2f3c71(0x2fc),_0x18b7a1,_0x2f3c71(0x23f));this[_0x2f3c71(0x1cf)](()=>_0xa883([_0x1cf53d],_0x19b737,_0x2bb8eb));}});for(const _0x87ca23 of _0x3c6588){let _0x20d421=null,_0x8d7bcf=_0x87ca23[_0x1a8e70(0x33e)],_0x4726bf=_0x87ca23[_0x1a8e70(0x223)];for(const {suggestion:_0x5301ce,meta:_0x111800}of this[_0x1a8e70(0x30f)](_0x87ca23,_0x1a8e70(0x2fc))){if(!_0x111800[_0x1a8e70(0x20d)])continue;if(_0x5301ce[_0x1a8e70(0x2af)]!=_0x18b7a1)continue;if(!qt(_0x5301ce,_0x2bb8eb))continue;const _0x20b106=_0x5301ce[_0x1a8e70(0x1d6)]();if(_0x20b106[_0x1a8e70(0x2f3)](_0x87ca23,!0x0))return null;_0x8d7bcf=_0x8d7bcf[_0x1a8e70(0x32f)](_0x20b106[_0x1a8e70(0x33e)])?_0x8d7bcf:_0x20b106[_0x1a8e70(0x33e)],_0x4726bf=_0x4726bf[_0x1a8e70(0x331)](_0x20b106[_0x1a8e70(0x223)])?_0x4726bf:_0x20b106[_0x1a8e70(0x223)],_0x20d421?_0x20b106[_0x1a8e70(0x33e)][_0x1a8e70(0x32f)](_0x20d421[_0x1a8e70(0x1d6)]()[_0x1a8e70(0x33e)])?(_0x20d421[_0x1a8e70(0x26c)](),_0x20d421=_0x5301ce):_0x5301ce[_0x1a8e70(0x26c)]():_0x20d421=_0x5301ce;}const _0x385b9b=this[_0x1a8e70(0x2dd)][_0x1a8e70(0x301)](_0x8d7bcf,_0x4726bf);if(_0x20d421)this[_0x1a8e70(0x1cd)](_0x20d421,_0x385b9b);else{const _0x31cc32=_0x2a90fa(),_0x2c6b53=_0x21bf89['id'];this[_0x1a8e70(0x33f)]({'id':_0x31cc32,'type':_0x1a8e70(0x2c4)+_0x18b7a1,'data':_0x19b737,'createdAt':new Date(),'authorId':_0x2c6b53,'attributes':_0x2bb8eb}),this[_0x1a8e70(0x2eb)](_0x1a8e70(0x2c4)+_0x18b7a1,_0x31cc32,_0x2c6b53,_0x385b9b);}}return null;}[_0x456e8f(0x2a0)](_0x45998b,_0x8dbd0c,_0xf26c6d=[],_0x4eaad8=null,_0x3159f7={}){const _0x242930=_0x456e8f;_0x8dbd0c[_0x242930(0x23a)]||(_0x8dbd0c[_0x242930(0x23a)]=_0x8dbd0c[_0x242930(0x1d4)]),_0x8dbd0c[_0x242930(0x205)]=_0x45998b['is'](_0x242930(0x2d7)),_0x4eaad8=_0x4eaad8||Gt(_0x8dbd0c);const _0x9d540d=_0xf26c6d[_0x242930(0x28b)](_0x1298b9=>Lt(_0x1298b9,this[_0x242930(0x2dd)])),_0xe3ce29=_0x45998b['is'](_0x242930(0x2d7))?_0x45998b:Lt(_0x45998b,this[_0x242930(0x2dd)]);if(_0x242930(0x202)===this[_0x242930(0x27b)]){const _0x5cbd08=this[_0x242930(0x2a5)][_0x242930(0x1b6)](_0x242930(0x335),_0x4eaad8,_0x242930(0x23f));return this[_0x242930(0x1cf)](()=>_0x5cbd08([_0xe3ce29],_0x8dbd0c,_0x3159f7)),null;}_0x9d540d[_0x242930(0x257)](_0xe3ce29);let _0x274ac1=!0x0;for(const _0x27dafa of _0x9d540d)if(!this[_0x242930(0x327)](_0x27dafa)){_0x274ac1=!0x1;break;}if(_0x274ac1&&_0x242930(0x31d)!==this[_0x242930(0x27b)]){const _0x1edb10=this[_0x242930(0x2a5)][_0x242930(0x1b6)](_0x242930(0x335),_0x4eaad8,_0x242930(0x23f));return this[_0x242930(0x1cf)](()=>_0x1edb10([_0xe3ce29],_0x8dbd0c,_0x3159f7)),null;}let _0x32215e=null,_0x1025d3=_0xe3ce29[_0x242930(0x33e)],_0x1b5c4d=_0xe3ce29[_0x242930(0x223)];for(const {suggestion:_0x2a890d,meta:_0x54dcc4}of this[_0x242930(0x30f)](_0xe3ce29,_0x242930(0x335))){if(!_0x54dcc4[_0x242930(0x20d)])continue;if(_0x54dcc4[_0x242930(0x298)]||_0x54dcc4[_0x242930(0x2d4)]||_0x54dcc4[_0x242930(0x1f3)])continue;if(_0x2a890d[_0x242930(0x30d)][_0x242930(0x23a)]!=_0x8dbd0c[_0x242930(0x23a)])continue;if(!qt(_0x2a890d,_0x3159f7))continue;const _0x2bd237=_0x2a890d[_0x242930(0x1d6)]();if(_0x2a890d[_0x242930(0x2af)]==_0x4eaad8){if(_0x2bd237[_0x242930(0x2f3)](_0xe3ce29,!0x0))return null;_0x1025d3=_0x1025d3[_0x242930(0x32f)](_0x2bd237[_0x242930(0x33e)])?_0x1025d3:_0x2bd237[_0x242930(0x33e)],_0x1b5c4d=_0x1b5c4d[_0x242930(0x331)](_0x2bd237[_0x242930(0x223)])?_0x1b5c4d:_0x2bd237[_0x242930(0x223)],_0x32215e?_0x2bd237[_0x242930(0x33e)][_0x242930(0x32f)](_0x32215e[_0x242930(0x1d6)]()[_0x242930(0x33e)])?(_0x32215e[_0x242930(0x26c)](),_0x32215e=_0x2a890d):_0x2a890d[_0x242930(0x26c)]():_0x32215e=_0x2a890d;}else{const _0x3efed8=_0xe3ce29[_0x242930(0x1c0)](_0x2bd237);this[_0x242930(0x1e6)](_0x2a890d,_0x3efed8);}}const _0x1fe351=this[_0x242930(0x23b)][_0x242930(0x1da)][_0x242930(0x2c6)](_0x242930(0x1ec))['me'],_0xcc59e7=_0x2a90fa(),_0x402a4d=_0x1fe351['id'];if(_0x32215e)return this[_0x242930(0x1cd)](_0x32215e,this[_0x242930(0x2dd)][_0x242930(0x301)](_0x1025d3,_0x1b5c4d)),_0x32215e;{const _0x4e2cc6=this[_0x242930(0x33f)]({'id':_0xcc59e7,'type':_0x242930(0x1dc)+_0x4eaad8,'data':_0x8dbd0c,'createdAt':new Date(),'authorId':_0x402a4d,'attributes':_0x3159f7});return this[_0x242930(0x2eb)](_0x242930(0x1dc)+_0x4eaad8,_0xcc59e7,_0x402a4d,this[_0x242930(0x2dd)][_0x242930(0x301)](_0x1025d3,_0x1b5c4d)),_0x4e2cc6;}}[_0x456e8f(0x2e5)](_0x43d5da,_0x4af692,_0x27fd01=[],_0x1e8d15=null,_0xe90dfb={}){const _0x215ac3=_0x456e8f;_0x4af692[_0x215ac3(0x23a)]||(_0x4af692[_0x215ac3(0x23a)]=_0x4af692[_0x215ac3(0x1d4)]);const _0x427f59=_0x43d5da[0x0];_0x4af692[_0x215ac3(0x205)]=_0x427f59['is'](_0x215ac3(0x2d7)),_0x1e8d15=_0x1e8d15||Gt(_0x4af692);const _0x225201=_0x27fd01[_0x215ac3(0x28b)](_0x4e5eb0=>Lt(_0x4e5eb0,this[_0x215ac3(0x2dd)])),_0x9c8b78=_0x427f59['is'](_0x215ac3(0x2d7))?_0x43d5da:_0x43d5da[_0x215ac3(0x28b)](_0x462000=>Lt(_0x462000,this[_0x215ac3(0x2dd)]));if(_0x215ac3(0x202)===this[_0x215ac3(0x27b)]){const _0x5bc135=this[_0x215ac3(0x2a5)][_0x215ac3(0x1b6)](_0x215ac3(0x335),_0x1e8d15,_0x215ac3(0x23f));return this[_0x215ac3(0x1cf)](()=>_0x5bc135(_0x9c8b78,_0x4af692,_0xe90dfb)),null;}_0x225201[_0x215ac3(0x257)](..._0x9c8b78);let _0x5d187=!0x0;for(const _0x4fc7f2 of _0x225201)if(!this[_0x215ac3(0x327)](_0x4fc7f2)){_0x5d187=!0x1;break;}if(_0x5d187&&_0x215ac3(0x31d)!==this[_0x215ac3(0x27b)]){const _0x567e09=this[_0x215ac3(0x2a5)][_0x215ac3(0x1b6)](_0x215ac3(0x335),_0x1e8d15,_0x215ac3(0x23f));return this[_0x215ac3(0x1cf)](()=>_0x567e09(_0x9c8b78,_0x4af692,_0xe90dfb)),null;}const _0x25befa=this[_0x215ac3(0x23b)][_0x215ac3(0x1da)][_0x215ac3(0x2c6)](_0x215ac3(0x1ec))['me'];for(const _0x135db7 of this[_0x215ac3(0x20b)]()){if(_0x135db7[_0x215ac3(0x31f)]['id']!=_0x25befa['id'])continue;if(_0x215ac3(0x335)!=_0x135db7[_0x215ac3(0x22f)]||_0x135db7[_0x215ac3(0x30d)][_0x215ac3(0x23a)]!=_0x4af692[_0x215ac3(0x23a)])continue;if(!qt(_0x135db7,_0xe90dfb))continue;const _0x2dcfa4=_0x135db7[_0x215ac3(0x2af)]==_0x1e8d15;for(let _0x30daab=0x0;_0x30daab<_0x9c8b78[_0x215ac3(0x239)];_0x30daab++){const _0x1f7ea6=_0x9c8b78[_0x30daab];for(const _0x5ef8db of _0x135db7[_0x215ac3(0x240)]()){const _0x1356a0=_0x5ef8db[_0x215ac3(0x1ba)]();if(_0x1f7ea6[_0x215ac3(0x2fb)](_0x1356a0)){_0x2dcfa4?(_0x9c8b78[_0x215ac3(0x1f5)](_0x30daab,0x1),_0x30daab--):_0x135db7[_0x215ac3(0x27a)](_0x5ef8db[_0x215ac3(0x274)]);break;}}}}if(0x0==_0x9c8b78[_0x215ac3(0x239)])return null;const _0x4e0834=this[_0x215ac3(0x2a5)][_0x215ac3(0x1b6)](_0x215ac3(0x335),_0x1e8d15,_0x215ac3(0x228));for(const _0x268554 of this[_0x215ac3(0x20b)]())if(_0x268554[_0x215ac3(0x31f)]['id']==_0x25befa['id']&&_0x215ac3(0x335)==_0x268554[_0x215ac3(0x22f)]&&_0x268554[_0x215ac3(0x30d)][_0x215ac3(0x23a)]==_0x4af692[_0x215ac3(0x23a)]&&_0x268554[_0x215ac3(0x2af)]==_0x1e8d15&&qt(_0x268554,_0xe90dfb)&&(_0x4e0834(_0x268554[_0x215ac3(0x225)](),_0x9c8b78)||_0x4e0834(_0x9c8b78,_0x268554[_0x215ac3(0x225)]()))){for(const _0x3a1ef4 of _0x9c8b78)_0x268554[_0x215ac3(0x217)](_0x3a1ef4);return _0x268554;}const _0x21dfb9=_0x2a90fa(),_0x1cb9fd=_0x25befa['id'],_0x560542=_0x215ac3(0x1dc)+_0x1e8d15,_0x4fe3f1=this[_0x215ac3(0x33f)]({'id':_0x21dfb9,'type':_0x560542,'data':_0x4af692,'createdAt':new Date(),'authorId':_0x1cb9fd,'attributes':_0xe90dfb});for(const _0x35bda5 of _0x9c8b78)this[_0x215ac3(0x2eb)](_0x560542,_0x21dfb9,_0x1cb9fd,_0x35bda5,_0x2d2124[_0x215ac3(0x26b)]());return _0x4fe3f1;}[_0x456e8f(0x32d)](_0x5cc87d,_0x3ade20=null,_0x7208ea={}){const _0x4bcc00=_0x456e8f;if(_0x5cc87d[_0x4bcc00(0x267)])return null;const _0xb1ca=this[_0x4bcc00(0x23b)][_0x4bcc00(0x1da)][_0x4bcc00(0x2c6)](_0x4bcc00(0x1ec))['me'],_0x11048e=new _0x389b7b(_0x5cc87d[_0x4bcc00(0x33e)],_0x5cc87d[_0x4bcc00(0x223)]);for(const {suggestion:_0x55f912,meta:_0x306fc2}of this[_0x4bcc00(0x30f)](_0x11048e,_0x4bcc00(0x241)))if(_0x306fc2[_0x4bcc00(0x20d)]&&!_0x306fc2[_0x4bcc00(0x298)]){if(_0x55f912[_0x4bcc00(0x2f9)]){const _0x3d7be9=_0x55f912[_0x4bcc00(0x225)]()[_0x4bcc00(0x1b0)](_0x59c8ac=>_0x4bcc00(0x226)!=_0x59c8ac[_0x4bcc00(0x1ef)][_0x4bcc00(0x284)]);_0x3d7be9[_0x4bcc00(0x216)](_0x3f19e5=>_0x11048e[_0x4bcc00(0x2f3)](_0x3f19e5,!0x0))&&_0x55f912[_0x4bcc00(0x233)]();if(_0x3d7be9[_0x4bcc00(0x263)](_0x438f3d=>_0x438f3d[_0x4bcc00(0x2f3)](_0x11048e,!0x0))){const _0x1182ac=this[_0x4bcc00(0x2a5)][_0x4bcc00(0x1b6)](_0x4bcc00(0x23c),_0x3ade20,_0x4bcc00(0x23f));return this[_0x4bcc00(0x1cf)](()=>_0x1182ac([_0x11048e],null,_0x7208ea)),null;}}else{const _0x52d046=_0x11048e[_0x4bcc00(0x1c0)](_0x55f912[_0x4bcc00(0x1d6)]());null!==_0x52d046&&_0x55f912[_0x4bcc00(0x2e1)]([_0x52d046],null,_0x7208ea);}}if(_0x11048e[_0x4bcc00(0x193)](),_0x11048e[_0x4bcc00(0x267)]||_0x4bcc00(0x226)==_0x11048e[_0x4bcc00(0x1ef)][_0x4bcc00(0x284)])return null;let _0x330e2c=null,_0x485592=_0x11048e[_0x4bcc00(0x33e)],_0x5ca5fe=_0x11048e[_0x4bcc00(0x223)];const _0x4087bc=this[_0x4bcc00(0x30f)](_0x11048e,_0x4bcc00(0x23c));for(const {suggestion:_0x375ac7,meta:_0x4ebd27}of _0x4087bc){const _0x17ddc2=this[_0x4bcc00(0x2dd)][_0x4bcc00(0x301)](_0x485592,_0x5ca5fe);if(_0x4ebd27[_0x4bcc00(0x20d)]&&(this[_0x4bcc00(0x1c3)]||!_0x4ebd27[_0x4bcc00(0x2d4)]&&!_0x4ebd27[_0x4bcc00(0x1f3)])){if(_0x375ac7[_0x4bcc00(0x2f9)]){if(!qt(_0x375ac7,_0x7208ea))continue;let _0x3b10a4=!0x0;for(const _0x132ea9 of _0x375ac7[_0x4bcc00(0x225)]()){if(_0x132ea9[_0x4bcc00(0x2f3)](_0x17ddc2,!0x0))return _0x375ac7;_0x17ddc2[_0x4bcc00(0x2f3)](_0x132ea9)||(_0x3b10a4=!0x1);}_0x3b10a4&&_0x375ac7[_0x4bcc00(0x233)]();}else{const _0x3f52c2=_0x375ac7[_0x4bcc00(0x1d6)]();if(_0x3f52c2[_0x4bcc00(0x2f3)](_0x17ddc2,!0x0))return _0x375ac7;if(!qt(_0x375ac7,_0x7208ea)){_0x17ddc2[_0x4bcc00(0x2f3)](_0x3f52c2)?_0x375ac7[_0x4bcc00(0x26c)]():_0x3f52c2[_0x4bcc00(0x21a)](_0x485592)?_0x485592=_0x3f52c2[_0x4bcc00(0x223)]:_0x3f52c2[_0x4bcc00(0x21a)](_0x5ca5fe)&&(_0x5ca5fe=_0x3f52c2[_0x4bcc00(0x33e)]);continue;}_0x485592=_0x485592[_0x4bcc00(0x32f)](_0x3f52c2[_0x4bcc00(0x33e)])?_0x485592:_0x3f52c2[_0x4bcc00(0x33e)],_0x5ca5fe=_0x5ca5fe[_0x4bcc00(0x331)](_0x3f52c2[_0x4bcc00(0x223)])?_0x5ca5fe:_0x3f52c2[_0x4bcc00(0x223)],_0x7208ea=Object[_0x4bcc00(0x310)]({},_0x375ac7[_0x4bcc00(0x270)]),_0x330e2c?_0x3f52c2[_0x4bcc00(0x33e)][_0x4bcc00(0x32f)](_0x330e2c[_0x4bcc00(0x1d6)]()[_0x4bcc00(0x33e)])?(_0x330e2c[_0x4bcc00(0x26c)](),_0x330e2c=_0x375ac7):_0x375ac7[_0x4bcc00(0x26c)]():_0x330e2c=_0x375ac7;}}}if(_0x330e2c)return this[_0x4bcc00(0x1cd)](_0x330e2c,this[_0x4bcc00(0x2dd)][_0x4bcc00(0x301)](_0x485592,_0x5ca5fe)),_0x330e2c;{const _0x5c41a0=_0x2a90fa(),_0x49ebd4=this[_0x4bcc00(0x2dd)][_0x4bcc00(0x301)](_0x485592,_0x5ca5fe),_0x1b6d37=_0xb1ca['id'],_0x248605=_0x3ade20?_0x4bcc00(0x2bd)+_0x3ade20:_0x4bcc00(0x23c),_0x39e3a5=this[_0x4bcc00(0x33f)]({'id':_0x5c41a0,'type':_0x248605,'createdAt':new Date(),'authorId':_0x1b6d37,'attributes':_0x7208ea});return this[_0x4bcc00(0x2eb)](_0x248605,_0x5c41a0,_0x1b6d37,_0x49ebd4),_0x39e3a5;}}[_0x456e8f(0x236)](_0xb40a57,_0x14249b=_0x456e8f(0x20c),_0x46655c={}){const _0x3a3ecb=_0x456e8f,_0x49b2e9=this[_0x3a3ecb(0x23b)][_0x3a3ecb(0x1da)][_0x3a3ecb(0x2c6)](_0x3a3ecb(0x1ec))['me'],_0x359e10=_0xb40a57[_0x3a3ecb(0x28b)](_0x49d911=>new _0x389b7b(_0x49d911[_0x3a3ecb(0x33e)],_0x49d911[_0x3a3ecb(0x223)])),_0x5e9497=new Set();for(const {suggestion:_0x2d0bb7,meta:_0x3ad867}of this[_0x3a3ecb(0x30f)](_0x359e10,_0x3a3ecb(0x241)))_0x3ad867[_0x3a3ecb(0x20d)]&&!_0x3ad867[_0x3a3ecb(0x298)]&&_0x5e9497[_0x3a3ecb(0x1fc)](_0x2d0bb7);for(const _0x383639 of _0x5e9497)if(_0x383639[_0x3a3ecb(0x2f9)]){const _0xdd5fb9=_0x383639[_0x3a3ecb(0x225)]();(!_0x383639[_0x3a3ecb(0x270)]||!_0x383639[_0x3a3ecb(0x270)][_0x3a3ecb(0x29f)])&&(_0xdd5fb9[_0x3a3ecb(0x216)](_0x42f45a=>_0x359e10[_0x3a3ecb(0x263)](_0x53dcba=>_0x53dcba[_0x3a3ecb(0x2f3)](_0x42f45a,!0x0)))&&_0x383639[_0x3a3ecb(0x233)]());if(_0x359e10[_0x3a3ecb(0x216)](_0x9b5022=>_0xdd5fb9[_0x3a3ecb(0x263)](_0x4e9beb=>_0x4e9beb[_0x3a3ecb(0x2f3)](_0x9b5022,!0x0)))){const _0x184aaa=this[_0x3a3ecb(0x2a5)][_0x3a3ecb(0x1b6)](_0x3a3ecb(0x23c),_0x14249b,_0x3a3ecb(0x23f));return this[_0x3a3ecb(0x1cf)](()=>_0x184aaa(_0xb40a57,null,_0x46655c)),null;}}else{const _0x291de6=_0x383639[_0x3a3ecb(0x1d6)]();_0x359e10[_0x3a3ecb(0x263)](_0x51fb07=>_0x51fb07[_0x3a3ecb(0x2f3)](_0x291de6,!0x0))&&_0x383639[_0x3a3ecb(0x233)]();if(_0x359e10[_0x3a3ecb(0x216)](_0x4f0091=>_0x291de6[_0x3a3ecb(0x2f3)](_0x4f0091,!0x0))){const _0x558a9d=this[_0x3a3ecb(0x2a5)][_0x3a3ecb(0x1b6)](_0x3a3ecb(0x23c),_0x14249b,_0x3a3ecb(0x23f));return this[_0x3a3ecb(0x1cf)](()=>_0x558a9d(_0x359e10,null,_0x46655c)),null;}}const _0x1e398d=this[_0x3a3ecb(0x2a5)][_0x3a3ecb(0x1b6)](_0x3a3ecb(0x23c),_0x14249b,_0x3a3ecb(0x228));let _0x106726=null;for(const _0x43dbc4 of this[_0x3a3ecb(0x20b)]())if(_0x43dbc4[_0x3a3ecb(0x31f)]['id']==_0x49b2e9['id']&&_0x43dbc4[_0x3a3ecb(0x2cc)]&&_0x3a3ecb(0x23c)==_0x43dbc4[_0x3a3ecb(0x22f)]&&_0x43dbc4[_0x3a3ecb(0x2af)]==_0x14249b&&qt(_0x43dbc4,_0x46655c)&&(_0x1e398d(_0x43dbc4[_0x3a3ecb(0x225)](),_0x359e10)||_0x1e398d(_0x359e10,_0x43dbc4[_0x3a3ecb(0x225)]()))){if(_0x106726){if(_0x43dbc4[_0x3a3ecb(0x25d)]&&_0x43dbc4[_0x3a3ecb(0x25d)][_0x3a3ecb(0x239)])continue;for(const _0xcb755c of _0x43dbc4[_0x3a3ecb(0x225)]())_0x106726[_0x3a3ecb(0x2e8)](_0xcb755c)||_0x106726[_0x3a3ecb(0x217)](_0xcb755c);_0x43dbc4[_0x3a3ecb(0x26c)]();}else{_0x106726=_0x43dbc4;for(const _0x4cd7ad of _0x359e10)_0x43dbc4[_0x3a3ecb(0x2e8)](_0x4cd7ad)||_0x43dbc4[_0x3a3ecb(0x217)](_0x4cd7ad);}}if(_0x106726)return _0x106726;_0x5e9497[_0x3a3ecb(0x261)]();for(const {suggestion:_0x471548,meta:_0x5b55e2}of this[_0x3a3ecb(0x30f)](_0x359e10,_0x3a3ecb(0x23c)))_0x5b55e2[_0x3a3ecb(0x20d)]&&(this[_0x3a3ecb(0x1c3)]||!_0x5b55e2[_0x3a3ecb(0x2d4)]&&!_0x5b55e2[_0x3a3ecb(0x1f3)])&&qt(_0x471548,_0x46655c)&&_0x5e9497[_0x3a3ecb(0x1fc)](_0x471548);for(const _0x32c73c of _0x5e9497){const _0x13cacd=_0x32c73c[_0x3a3ecb(0x225)]();if(!_0x46655c||!_0x46655c[_0x3a3ecb(0x29f)]){if(_0x359e10[_0x3a3ecb(0x216)](_0x57796c=>_0x13cacd[_0x3a3ecb(0x263)](_0x220e4f=>_0x220e4f[_0x3a3ecb(0x2f3)](_0x57796c,!0x0))))return _0x32c73c;}(!_0x32c73c[_0x3a3ecb(0x270)]||!_0x32c73c[_0x3a3ecb(0x270)][_0x3a3ecb(0x29f)])&&(_0x13cacd[_0x3a3ecb(0x216)](_0x2700a6=>_0x359e10[_0x3a3ecb(0x263)](_0x153753=>_0x153753[_0x3a3ecb(0x2f3)](_0x2700a6,!0x0)))&&_0x32c73c[_0x3a3ecb(0x233)]());}const _0x52588e=_0x2a90fa(),_0x233cf6=_0x49b2e9['id'],_0x6b3ece=_0x3a3ecb(0x2bd)+_0x14249b,_0x310545=this[_0x3a3ecb(0x33f)]({'id':_0x52588e,'type':_0x6b3ece,'createdAt':new Date(),'authorId':_0x233cf6,'attributes':_0x46655c});for(const _0xdbb64f of _0x359e10)_0xdbb64f[_0x3a3ecb(0x193)](),_0xdbb64f[_0x3a3ecb(0x267)]||_0x3a3ecb(0x226)==_0xdbb64f[_0x3a3ecb(0x1ef)][_0x3a3ecb(0x284)]||this[_0x3a3ecb(0x2eb)](_0x6b3ece,_0x52588e,_0x233cf6,_0xdbb64f,_0x2d2124[_0x3a3ecb(0x26b)]());return _0x310545;}[_0x456e8f(0x24b)](_0x1949de,_0x238d4c,_0x32f71c,_0x3b4968,_0x1f3a3b){const _0xd4f0ff=_0x456e8f;if(_0x1949de[_0xd4f0ff(0x267)])return[];if(_0xd4f0ff(0x202)===this[_0xd4f0ff(0x27b)])return[];const _0x402134=this[_0xd4f0ff(0x23b)][_0xd4f0ff(0x1da)][_0xd4f0ff(0x2c6)](_0xd4f0ff(0x1ec))['me']['id'],_0x431446=Array[_0xd4f0ff(0x1b8)](this[_0xd4f0ff(0x219)][_0xd4f0ff(0x197)]())[_0xd4f0ff(0x1b0)](_0xd9cc1f=>_0xd4f0ff(0x32a)==_0xd9cc1f[_0xd4f0ff(0x22f)]&&_0xd9cc1f[_0xd4f0ff(0x30d)][_0xd4f0ff(0x1d5)]==_0x238d4c&&_0xd9cc1f[_0xd4f0ff(0x2e8)](_0x1949de));if(_0xd4f0ff(0x2b0)===this[_0xd4f0ff(0x27b)]){const _0x2b655c=this[_0xd4f0ff(0x30f)](_0x1949de,_0xd4f0ff(0x241))[_0xd4f0ff(0x1b0)](({meta:_0x1f92ad})=>_0x1f92ad[_0xd4f0ff(0x20d)]&&!_0x1f92ad[_0xd4f0ff(0x1f3)]&&!_0x1f92ad[_0xd4f0ff(0x298)])[_0xd4f0ff(0x28b)](({suggestion:_0x2ceeef})=>_0x2ceeef);_0x431446[_0xd4f0ff(0x28c)](..._0x2b655c);}const _0x41fdc7=new Map([[_0x1949de,_0x32f71c]]);for(const _0x558821 of _0x431446){const _0x11ef13=_0xd4f0ff(0x32a)==_0x558821[_0xd4f0ff(0x22f)]?_0x558821[_0xd4f0ff(0x30d)][_0xd4f0ff(0x1e8)]:void 0x0,_0x1adebb=_0x558821[_0xd4f0ff(0x1d6)](),_0x585534=Array[_0xd4f0ff(0x1b8)](_0x41fdc7[_0xd4f0ff(0x296)]())[_0xd4f0ff(0x21c)](_0x3eb9e7=>_0x3eb9e7[_0xd4f0ff(0x2b9)](_0x1adebb));if(!_0x585534)continue;const _0x15c766=_0x585534[_0xd4f0ff(0x1d7)](_0x1adebb);this[_0xd4f0ff(0x26e)](_0x238d4c)&&_0xd4f0ff(0x241)==_0x558821[_0xd4f0ff(0x22f)]&&0x0!=_0x15c766[_0xd4f0ff(0x239)]||(_0x41fdc7[_0xd4f0ff(0x2e9)](_0x585534),_0x15c766[_0xd4f0ff(0x328)](_0x2328c6=>{const _0x2e8697=_0xd4f0ff;_0x41fdc7[_0x2e8697(0x230)](_0x2328c6,_0x32f71c);}),_0xd4f0ff(0x241)!=_0x558821[_0xd4f0ff(0x22f)]&&_0x11ef13!=_0x3b4968&&_0x41fdc7[_0xd4f0ff(0x230)](_0x585534[_0xd4f0ff(0x1c0)](_0x1adebb),_0x11ef13));}const _0x431a22=[];for(const [_0x19e2e5,_0x466d86]of _0x41fdc7){const _0x148e04=_0x2a90fa(),_0x199d1f={'key':_0x238d4c,'oldValue':_0x466d86,'newValue':_0x3b4968};_0x238d4c[_0xd4f0ff(0x239)]>0x25&&console[_0xd4f0ff(0x20e)](_0xd4f0ff(0x314),{'key':_0x238d4c});const _0x4d0075=(_0xd4f0ff(0x2be)+(_0x238d4c+'|'+Gt({'newValue':_0x3b4968})))[_0xd4f0ff(0x1ff)](0x0,0x3c),_0x1e4503=this[_0xd4f0ff(0x33f)]({'id':_0x148e04,'type':_0x4d0075,'data':_0x199d1f,'createdAt':new Date(),'authorId':_0x402134,'attributes':_0x1f3a3b});_0x431a22[_0xd4f0ff(0x257)](_0x1e4503),this[_0xd4f0ff(0x2eb)](_0x4d0075,_0x148e04,_0x402134,_0x19e2e5);}return _0x431a22;}[_0x456e8f(0x316)](_0x570d2f){const _0x4ad1ad=_0x456e8f;this[_0x4ad1ad(0x1de)](_0x570d2f,(_0x46803f,..._0x22d6d4)=>{const _0x2f09cf=_0x4ad1ad;this[_0x2f09cf(0x31a)](()=>{_0x46803f(..._0x22d6d4);});});}[_0x456e8f(0x2c3)](_0x8da17){const _0x182c7f=_0x456e8f;this[_0x182c7f(0x1bc)][_0x182c7f(0x1fc)](_0x8da17);}[_0x456e8f(0x256)](_0x41b7e1){const _0x5acd0a=_0x456e8f;this[_0x5acd0a(0x250)][_0x5acd0a(0x1fc)](_0x41b7e1);}[_0x456e8f(0x237)](_0x48ee0d){const _0x55a9ed=_0x456e8f;return _0x55a9ed(0x32a)==_0x48ee0d[_0x55a9ed(0x22f)]?_0x48ee0d[_0x55a9ed(0x2af)][_0x55a9ed(0x1d9)]('|')[0x0]:null;}[_0x456e8f(0x1cd)](_0x1e3dcb,_0x271cd2){const _0x3e6750=_0x456e8f,_0x374ede=_0x1e3dcb[_0x3e6750(0x278)]();this[_0x3e6750(0x2dd)][_0x3e6750(0x1e4)](_0x109781=>{const _0x306d8e=_0x3e6750;_0x109781[_0x306d8e(0x248)](_0x374ede,{'range':_0x271cd2});});}[_0x456e8f(0x213)](_0x53245a){const _0x41ca3b=_0x456e8f,_0x516c72=_0x53245a['id'],_0x45537e=this[_0x41ca3b(0x23b)][_0x41ca3b(0x2e7)][_0x41ca3b(0x2c6)](_0x41ca3b(0x304));this[_0x41ca3b(0x1ed)][_0x41ca3b(0x2b1)](_0x516c72)||this[_0x41ca3b(0x1ed)][_0x41ca3b(0x2d9)]({'channelId':_0x45537e,'threadId':_0x516c72,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x5262d6=this[_0x41ca3b(0x1ed)][_0x41ca3b(0x29d)](_0x516c72);_0x5262d6[_0x41ca3b(0x302)](_0x41ca3b(0x325)),_0x5262d6[_0x41ca3b(0x325)]=!0x1,_0x53245a[_0x41ca3b(0x25d)]=_0x5262d6;}[_0x456e8f(0x21d)](_0x511cd1,_0x19422f,_0x1c1e91,_0x5d364c){const _0x1e3445=_0x456e8f;if(_0x511cd1[_0x1e3445(0x22f)]!=_0x19422f||_0x511cd1[_0x1e3445(0x2af)]!=_0x1c1e91||_0x511cd1[_0x1e3445(0x1e5)]['id']!=_0x5d364c)throw this[_0x1e3445(0x23b)][_0x1e3445(0x2db)](_0x1e3445(0x2f4)),new _0x5f1baa(_0x1e3445(0x2f4),this);}[_0x456e8f(0x1e6)](_0x431042,_0x8aa11f){const _0x1b0920=_0x456e8f,_0x29fb24=_0x431042[_0x1b0920(0x1d6)]();if(_0x8aa11f[_0x1b0920(0x2fb)](_0x29fb24))_0x431042[_0x1b0920(0x26c)]();else{if(_0x29fb24[_0x1b0920(0x2f3)](_0x8aa11f)){const _0x5a188f=this[_0x1b0920(0x2dd)][_0x1b0920(0x247)](_0x8aa11f[_0x1b0920(0x33e)][_0x1b0920(0x1af)],_0x1b0920(0x223));this[_0x1b0920(0x1cd)](_0x431042,this[_0x1b0920(0x2dd)][_0x1b0920(0x301)](_0x29fb24[_0x1b0920(0x33e)],_0x5a188f));const _0xd716e2=_0x2a90fa(),_0x1e7231=_0x431042[_0x1b0920(0x1e5)]['id'],_0x19dc4a=_0x431042[_0x1b0920(0x22f)]+':'+_0x431042[_0x1b0920(0x2af)];this[_0x1b0920(0x33f)]({'id':_0xd716e2,'type':_0x19dc4a,'createdAt':new Date(),'authorId':_0x1e7231,'data':_0x431042[_0x1b0920(0x30d)],'attributes':_0x431042[_0x1b0920(0x270)]});const _0x225622=this[_0x1b0920(0x2dd)][_0x1b0920(0x247)](_0x8aa11f[_0x1b0920(0x223)][_0x1b0920(0x275)],_0x1b0920(0x1c6)),_0x4d44a4=this[_0x1b0920(0x2dd)][_0x1b0920(0x301)](_0x225622,_0x29fb24[_0x1b0920(0x223)]);this[_0x1b0920(0x2eb)](_0x19dc4a,_0xd716e2,_0x1e7231,_0x4d44a4);}else{if(_0x29fb24[_0x1b0920(0x21a)](_0x8aa11f[_0x1b0920(0x33e)])){const _0x11d89c=this[_0x1b0920(0x2dd)][_0x1b0920(0x247)](_0x8aa11f[_0x1b0920(0x33e)][_0x1b0920(0x1af)],_0x1b0920(0x223));this[_0x1b0920(0x1cd)](_0x431042,this[_0x1b0920(0x2dd)][_0x1b0920(0x301)](_0x29fb24[_0x1b0920(0x33e)],_0x11d89c));}else{const _0x277acb=this[_0x1b0920(0x2dd)][_0x1b0920(0x247)](_0x8aa11f[_0x1b0920(0x223)][_0x1b0920(0x275)],_0x1b0920(0x1c6));this[_0x1b0920(0x1cd)](_0x431042,this[_0x1b0920(0x2dd)][_0x1b0920(0x301)](_0x277acb,_0x29fb24[_0x1b0920(0x223)]));}}}}[_0x456e8f(0x327)](_0x27f1db){const _0x3b0cd9=_0x456e8f;for(const {suggestion:_0x449d9c,meta:_0x2a4053}of this[_0x3b0cd9(0x30f)](_0x27f1db,_0x3b0cd9(0x241))){if(!_0x2a4053[_0x3b0cd9(0x20d)])continue;const _0x3c40ef=_0x449d9c[_0x3b0cd9(0x225)]();for(const _0x1cb94e of _0x3c40ef)if(!_0x27f1db[_0x3b0cd9(0x1d7)](_0x1cb94e)[_0x3b0cd9(0x239)])return!0x0;}return!0x1;}[_0x456e8f(0x268)](_0x1ce06e){const _0x254c88=_0x456e8f,_0x5b529a=this[_0x254c88(0x23b)][_0x254c88(0x1da)][_0x254c88(0x2c6)](_0x254c88(0x1ec))[_0x254c88(0x2ed)](_0x1ce06e);if(!_0x5b529a)throw new _0x5f1baa(_0x254c88(0x32c),this);return _0x5b529a;}[_0x456e8f(0x260)](_0x3df084){const _0x225c5f=_0x456e8f,_0x52074c=this[_0x225c5f(0x23b)][_0x225c5f(0x1da)][_0x225c5f(0x2c6)](_0x225c5f(0x1ec)),_0x450b33=_0x569f79(_0x225c5f(0x1d8)+_0x3df084),_0x51caf1=_0x52074c[_0x225c5f(0x2ed)](_0x450b33);return _0x51caf1||_0x52074c[_0x225c5f(0x315)]({'id':_0x450b33,'name':_0x3df084});}[_0x456e8f(0x289)](_0xbd28ce,_0x590c9d,_0x1076fb,_0x5c9120,_0x24b2a8){const _0x34122c=_0x456e8f,_0x18c8e4=this[_0x34122c(0x268)](_0x5c9120),_0x45a025=this[_0x34122c(0x2a5)][_0x34122c(0x27f)](_0xbd28ce,_0x590c9d,_0x1076fb,_0x18c8e4,_0x24b2a8,_0x2967ec=>{const _0x4bff82=_0x34122c;this[_0x4bff82(0x1a8)](_0x1076fb,{'attributes':_0x2967ec});const _0x4100ea=this[_0x4bff82(0x324)](_0x1076fb);this[_0x4bff82(0x322)](new Set([_0x4100ea])),this[_0x4bff82(0x1a9)](new Set([_0x4100ea]));});return this[_0x34122c(0x2a4)](_0x45a025,_0x34122c(0x23f),()=>{const _0x50e2c1=_0x34122c;this[_0x50e2c1(0x1a8)](_0x1076fb,{'state':_0x50e2c1(0x31e)});},{'priority':_0x34122c(0x303)}),this[_0x34122c(0x2a4)](_0x45a025,_0x34122c(0x233),()=>{const _0x17baf5=_0x34122c;this[_0x17baf5(0x1a8)](_0x1076fb,{'state':_0x17baf5(0x232)});},{'priority':_0x34122c(0x303)}),this[_0x34122c(0x219)][_0x34122c(0x230)](_0x1076fb,_0x45a025),this[_0x34122c(0x32b)][_0x34122c(0x230)](_0x45a025,_0x34122c(0x25c)),_0x45a025;}[_0x456e8f(0x255)](_0x4ca578){const _0x210c7f=_0x456e8f,_0x3e3cd0=_0x4ca578[_0x210c7f(0x1d9)](':');return{'group':_0x3e3cd0[0x0],'type':_0x3e3cd0[0x1],'subType':_0x3e3cd0[_0x210c7f(0x239)]>=0x5?_0x3e3cd0[0x2]:null,'id':_0x3e3cd0[_0x210c7f(0x239)]<0x5?_0x3e3cd0[0x2]:_0x3e3cd0[0x3],'authorId':_0x3e3cd0[_0x210c7f(0x239)]<0x5?_0x3e3cd0[0x3]:_0x3e3cd0[0x4],'markerCount':0x6==_0x3e3cd0[_0x210c7f(0x239)]?_0x3e3cd0[0x5]:null};}[_0x456e8f(0x337)](_0x4f717d,_0x566917,_0x13fcf9){const _0x165076=_0x456e8f,_0x135de5=_0x4f717d[_0x165076(0x1d6)](),_0x5ae69c=_0x135de5[_0x165076(0x33e)],_0x2bc88f=_0x135de5[_0x165076(0x223)];this[_0x165076(0x1cd)](_0x4f717d,this[_0x165076(0x2dd)][_0x165076(0x301)](_0x5ae69c,_0x566917));const _0x4b0f99=_0x2a90fa(),_0x2abaef=_0x4f717d[_0x165076(0x1e5)]['id'],_0x51663d=_0x4f717d[_0x165076(0x22f)]+(_0x4f717d[_0x165076(0x2af)]?':'+_0x4f717d[_0x165076(0x2af)]:'');this[_0x165076(0x33f)]({'id':_0x4b0f99,'type':_0x51663d,'createdAt':new Date(),'authorId':_0x2abaef,'originalSuggestionId':_0x4f717d['id'],'attributes':_0x4f717d[_0x165076(0x270)],'data':_0x4f717d[_0x165076(0x30d)]});const _0x2aed9d=this[_0x165076(0x237)](_0x4f717d);(_0x165076(0x335)==_0x4f717d[_0x165076(0x22f)]||_0x2aed9d&&this[_0x165076(0x26e)](_0x2aed9d))&&(_0x13fcf9=this[_0x165076(0x2dd)][_0x165076(0x1c9)](_0x13fcf9[_0x165076(0x275)])),this[_0x165076(0x2eb)](_0x51663d,_0x4b0f99,_0x2abaef,this[_0x165076(0x2dd)][_0x165076(0x301)](_0x13fcf9,_0x2bc88f));}[_0x456e8f(0x30f)](_0x26d7db,_0x4de7fc=null){const _0x5b6056=_0x456e8f,_0x2efa3d=[],_0x7c84df=this[_0x5b6056(0x23b)][_0x5b6056(0x1da)][_0x5b6056(0x2c6)](_0x5b6056(0x1ec))['me'];Array[_0x5b6056(0x2ca)](_0x26d7db)||(_0x26d7db=[_0x26d7db]);for(const _0x5d7502 of this[_0x5b6056(0x20b)]()){if(!_0x5d7502[_0x5b6056(0x2cc)])continue;if(_0x4de7fc&&_0x5d7502[_0x5b6056(0x22f)]!=_0x4de7fc)continue;let _0x59bd7c=!0x1;for(const _0xc04d6d of _0x5d7502[_0x5b6056(0x225)]()){for(const _0x51552e of _0x26d7db){const _0x36234a=_0x51552e[_0x5b6056(0x33e)][_0x5b6056(0x2fb)](_0xc04d6d[_0x5b6056(0x223)])||_0x51552e[_0x5b6056(0x223)][_0x5b6056(0x2fb)](_0xc04d6d[_0x5b6056(0x33e)]);if(_0x36234a||_0x51552e[_0x5b6056(0x1c0)](_0xc04d6d)){const _0x1e4af2=_0x51552e[_0x5b6056(0x2f3)](_0xc04d6d)&&Ot(this[_0x5b6056(0x2dd)][_0x5b6056(0x198)],_0xc04d6d[_0x5b6056(0x33e)],_0x51552e),_0x1e8649=_0xc04d6d[_0x5b6056(0x2f3)](_0x51552e)&&Ot(this[_0x5b6056(0x2dd)][_0x5b6056(0x198)],_0x51552e[_0x5b6056(0x33e)],_0xc04d6d);_0x2efa3d[_0x5b6056(0x257)]({'suggestion':_0x5d7502,'meta':{'isOwn':_0x7c84df==_0x5d7502[_0x5b6056(0x31f)],'isNextTo':_0x36234a,'isInsideObject':_0x1e4af2,'containsRangeInObject':_0x1e8649}}),_0x59bd7c=!0x0;break;}}if(_0x59bd7c)break;}}return _0x2efa3d;}[_0x456e8f(0x2eb)](_0x118576,_0xb61e2a,_0x477d72,_0x4a2d4b,_0x43c967){const _0x54746a=_0x456e8f;this[_0x54746a(0x2dd)][_0x54746a(0x1e4)](_0x34c139=>{const _0x1c387e=_0x54746a;let _0x57fc58=_0x1c387e(0x283)+_0x118576+':'+_0xb61e2a+':'+_0x477d72;_0x43c967&&(_0x57fc58=_0x57fc58+':'+_0x43c967),_0x34c139[_0x1c387e(0x207)](_0x57fc58,{'range':_0x4a2d4b,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x456e8f(0x2f5)](_0x109ca8){const _0x25278c=_0x456e8f,_0x1df743=_0x109ca8[_0x25278c(0x1be)],_0x52fd40=_0x109ca8[_0x25278c(0x2ab)];_0x109ca8[_0x25278c(0x1be)]=null,_0x109ca8[_0x25278c(0x2ab)]=null,null!=_0x1df743&&_0x1df743[_0x25278c(0x2ab)]==_0x109ca8&&(_0x1df743[_0x25278c(0x2ab)]=_0x52fd40),null!=_0x52fd40&&_0x52fd40[_0x25278c(0x1be)]==_0x109ca8&&(_0x52fd40[_0x25278c(0x1be)]=_0x1df743),_0x25278c(0x2a8)==this[_0x25278c(0x32b)][_0x25278c(0x2c6)](_0x109ca8)&&(this[_0x25278c(0x32b)][_0x25278c(0x230)](_0x109ca8,_0x25278c(0x2ef)),this[_0x25278c(0x1a0)](_0x25278c(0x2cd),_0x109ca8,_0x1df743,_0x52fd40));}[_0x456e8f(0x33f)](_0x4d6f6b){const _0xa3b4da=_0x456e8f,_0xe06a69=_0x4d6f6b['id'],_0x1d0b70=this[_0xa3b4da(0x280)](_0x4d6f6b);if(this[_0xa3b4da(0x30c)]&&this[_0xa3b4da(0x30c)][_0xa3b4da(0x258)]){const _0x379c2f=this[_0xa3b4da(0x23b)][_0xa3b4da(0x1da)][_0xa3b4da(0x2c6)](_0xa3b4da(0x22a)),_0x2ff8e6=_0x1d0b70[_0xa3b4da(0x272)],_0x477a56=_0x1d0b70[_0xa3b4da(0x2af)]?_0x1d0b70[_0xa3b4da(0x22f)]+':'+_0x1d0b70[_0xa3b4da(0x2af)]:_0x1d0b70[_0xa3b4da(0x22f)],_0x3be858=this[_0xa3b4da(0x23b)][_0xa3b4da(0x276)],_0x4922bc=_0x379c2f[_0xa3b4da(0x1fc)](_0x3fbb25(_0x3be858,_0xa3b4da(0x339))),_0x31b32e={'id':_0xe06a69,'type':_0x477a56,'hasComments':_0x2ff8e6,'data':_0x4d6f6b[_0xa3b4da(0x30d)]||null,'originalSuggestionId':_0x4d6f6b[_0xa3b4da(0x312)]||null,'attributes':_0x1d0b70[_0xa3b4da(0x270)]};this[_0xa3b4da(0x30c)][_0xa3b4da(0x258)](_0x31b32e)[_0xa3b4da(0x2f8)](_0x1a549b=>{const _0x121351=_0xa3b4da;_0x1d0b70[_0x121351(0x277)]=!0x0,_0x379c2f[_0x121351(0x1db)](_0x4922bc),_0x1a549b&&_0x1a549b[_0x121351(0x336)]&&(this[_0x121351(0x219)][_0x121351(0x2c6)](_0xe06a69)[_0x121351(0x336)]=_0x1a549b[_0x121351(0x336)]);})[_0xa3b4da(0x2ce)](_0x13512b=>{const _0x78868a=_0xa3b4da;throw _0x1e742d(_0x78868a(0x253)),this[_0x78868a(0x23b)][_0x78868a(0x29b)][_0x78868a(0x282)]({'isUndoable':!0x1},()=>{const _0x2e092d=_0x78868a;_0x1d0b70[_0x2e092d(0x233)]();}),_0x1d0b70[_0x78868a(0x1c1)](),this[_0x78868a(0x219)][_0x78868a(0x2e9)](_0x1d0b70['id']),this[_0x78868a(0x32b)][_0x78868a(0x2e9)](_0x1d0b70),_0x13512b;});}return _0x1d0b70;}[_0x456e8f(0x26e)](_0x40bfff){const _0x5578eb=_0x456e8f;return this[_0x5578eb(0x1bc)][_0x5578eb(0x1f8)](_0x40bfff);}[_0x456e8f(0x1a8)](_0x1a3597,_0x391ff3){const _0x2c11c7=_0x456e8f,_0xb9d7b8=this[_0x2c11c7(0x23b)][_0x2c11c7(0x1da)][_0x2c11c7(0x2c6)](_0x2c11c7(0x22a)),_0x5ec47c=this[_0x2c11c7(0x324)](_0x1a3597);if(this[_0x2c11c7(0x30c)]&&this[_0x2c11c7(0x30c)][_0x2c11c7(0x1e3)]){if(_0x5ec47c[_0x2c11c7(0x277)]){const _0x2bfe69=_0xb9d7b8[_0x2c11c7(0x1fc)](_0x3fbb25(this[_0x2c11c7(0x23b)][_0x2c11c7(0x276)],_0x2c11c7(0x339)));this[_0x2c11c7(0x30c)][_0x2c11c7(0x1e3)](_0x1a3597,_0x391ff3)[_0x2c11c7(0x2f8)](()=>{const _0x3c2818=_0x2c11c7;_0xb9d7b8[_0x3c2818(0x1db)](_0x2bfe69);});}else _0x5ec47c['on'](_0x2c11c7(0x326),()=>{const _0x2fdf37=_0x2c11c7;this[_0x2fdf37(0x1a8)](_0x1a3597,_0x391ff3);});}}[_0x456e8f(0x221)](_0x446ad9){const _0x2aba15=_0x456e8f;if(!this[_0x2aba15(0x30c)]||!this[_0x2aba15(0x30c)][_0x2aba15(0x324)])throw new _0x5f1baa(_0x2aba15(0x1b3),this);return this[_0x2aba15(0x30c)][_0x2aba15(0x324)](_0x446ad9);}[_0x456e8f(0x292)](_0x1dcb00){const _0x19b635=_0x456e8f,{id:_0x40da0e,type:_0x59cd57,subType:_0x3da7b5,authorId:_0x162fe2}=this[_0x19b635(0x255)](_0x1dcb00),_0x36d1da=this[_0x19b635(0x219)][_0x19b635(0x2c6)](_0x40da0e)||this[_0x19b635(0x289)](_0x59cd57,_0x3da7b5,_0x40da0e,_0x162fe2,{});switch(this[_0x19b635(0x21d)](_0x36d1da,_0x59cd57,_0x3da7b5,_0x162fe2),this[_0x19b635(0x32b)][_0x19b635(0x2c6)](_0x36d1da)){case _0x19b635(0x25c):this[_0x19b635(0x221)](_0x40da0e)[_0x19b635(0x2f8)](_0x27dc8c=>{const _0x54bda3=_0x19b635;let _0x28f801=Promise[_0x54bda3(0x1d2)]();_0x27dc8c[_0x54bda3(0x272)]&&(_0x28f801=this[_0x54bda3(0x1ed)][_0x54bda3(0x293)]({'channelId':this[_0x54bda3(0x23b)][_0x54bda3(0x2e7)][_0x54bda3(0x2c6)](_0x54bda3(0x304)),'threadId':_0x40da0e})),_0x28f801[_0x54bda3(0x2f8)](()=>{const _0x1e212a=_0x54bda3;this[_0x1e212a(0x280)](_0x27dc8c)[_0x1e212a(0x277)]=!0x0;});}),this[_0x19b635(0x32b)][_0x19b635(0x230)](_0x36d1da,_0x19b635(0x222));break;case _0x19b635(0x2ef):this[_0x19b635(0x1a8)](_0x40da0e,{'state':_0x19b635(0x265)});case _0x19b635(0x2b7):this[_0x19b635(0x32b)][_0x19b635(0x230)](_0x36d1da,_0x19b635(0x2a8)),this[_0x19b635(0x1a0)](_0x19b635(0x1ad),_0x36d1da);break;case _0x19b635(0x2a8):this[_0x19b635(0x1a0)](_0x19b635(0x2dc),_0x36d1da);}return _0x36d1da[_0x19b635(0x290)](_0x1dcb00),_0x36d1da;}[_0x456e8f(0x1a9)](_0x24c554){const _0x9e6ea2=_0x456e8f,_0xbde910=Array[_0x9e6ea2(0x1b8)](_0x24c554),_0x73e7d8=_0xbde910[_0x9e6ea2(0x1b0)](_0x419219=>_0x9e6ea2(0x32a)==_0x419219[_0x9e6ea2(0x22f)]);this[_0x9e6ea2(0x295)](_0x73e7d8);const _0x568115=_0xbde910[_0x9e6ea2(0x1b0)](_0x31a0f5=>!_0x31a0f5[_0x9e6ea2(0x2f9)]&&_0x9e6ea2(0x32a)!=_0x31a0f5[_0x9e6ea2(0x22f)]),_0x432a22=this[_0x9e6ea2(0x20b)]({'skipNotAttached':!0x0})[_0x9e6ea2(0x1b0)](_0x5b1439=>!_0x5b1439[_0x9e6ea2(0x2f9)]&&_0x9e6ea2(0x32a)!=_0x5b1439[_0x9e6ea2(0x22f)]),_0x41ed67=_0x432a22[_0x9e6ea2(0x1b0)](_0x530606=>!_0x24c554[_0x9e6ea2(0x1f8)](_0x530606)),_0x25cd83=new Map(_0x432a22[_0x9e6ea2(0x28b)](_0x29064b=>[_0x29064b,this[_0x9e6ea2(0x2a5)][_0x9e6ea2(0x1b6)](_0x29064b[_0x9e6ea2(0x22f)],_0x29064b[_0x9e6ea2(0x2af)],_0x9e6ea2(0x19c))])),_0x172042=new Map(_0x432a22[_0x9e6ea2(0x28b)](_0x388077=>[_0x388077,_0x388077[_0x9e6ea2(0x1d6)]()])),_0x470d30=new Set(),_0x25b83d=new Set();for(let _0x3ddc05=0x0;_0x3ddc05<_0x568115[_0x9e6ea2(0x239)];_0x3ddc05++)_0x61e208(_0x568115[_0x3ddc05],_0x568115,_0x3ddc05+0x1);for(let _0x3489a3=0x0;_0x3489a3<_0x568115[_0x9e6ea2(0x239)];_0x3489a3++)_0x61e208(_0x568115[_0x3489a3],_0x41ed67,0x0);const _0x56d46b=new Set();for(let _0x524f61=0x0;_0x524f61<_0x568115[_0x9e6ea2(0x239)];_0x524f61++){const _0xdc3454=_0x568115[_0x524f61];!_0x25b83d[_0x9e6ea2(0x1f8)](_0xdc3454)&&_0xdc3454[_0x9e6ea2(0x1be)]&&(_0x56d46b[_0x9e6ea2(0x1fc)](_0xdc3454[_0x9e6ea2(0x1be)]),_0xdc3454[_0x9e6ea2(0x1be)][_0x9e6ea2(0x2ab)]===_0xdc3454&&(_0xdc3454[_0x9e6ea2(0x1be)][_0x9e6ea2(0x2ab)]=null),_0xdc3454[_0x9e6ea2(0x1be)]=null),!_0x470d30[_0x9e6ea2(0x1f8)](_0xdc3454)&&_0xdc3454[_0x9e6ea2(0x2ab)]&&(_0x56d46b[_0x9e6ea2(0x1fc)](_0xdc3454[_0x9e6ea2(0x2ab)]),_0xdc3454[_0x9e6ea2(0x2ab)][_0x9e6ea2(0x1be)]===_0xdc3454&&(_0xdc3454[_0x9e6ea2(0x2ab)][_0x9e6ea2(0x1be)]=null),_0xdc3454[_0x9e6ea2(0x2ab)]=null);}function _0x61e208(_0x3ba9e2,_0x504d73,_0x109cbe){const _0x549ab7=_0x9e6ea2;for(let _0x3ea19b=_0x109cbe;_0x3ea19b<_0x504d73[_0x549ab7(0x239)];_0x3ea19b++){const _0x3ecc9a=_0x325bfa(_0x3ba9e2,_0x504d73[_0x3ea19b]);_0x3ecc9a&&(_0x3ecc9a[0x0][_0x549ab7(0x2ab)]=_0x3ecc9a[0x1],_0x3ecc9a[0x1][_0x549ab7(0x1be)]=_0x3ecc9a[0x0],_0x470d30[_0x549ab7(0x1fc)](_0x3ecc9a[0x0]),_0x25b83d[_0x549ab7(0x1fc)](_0x3ecc9a[0x1]));}}function _0x325bfa(_0x5bd282,_0x592f99){const _0x1b095e=_0x9e6ea2;if(_0x5bd282[_0x1b095e(0x31f)]['id']!==_0x592f99[_0x1b095e(0x31f)]['id'])return null;const _0x3a983c=_0x25cd83[_0x1b095e(0x2c6)](_0x5bd282)(_0x5bd282,_0x592f99,_0x172042[_0x1b095e(0x2c6)](_0x5bd282),_0x172042[_0x1b095e(0x2c6)](_0x592f99));if(!_0x3a983c)return null;return _0x25cd83[_0x1b095e(0x2c6)](_0x592f99)(_0x5bd282,_0x592f99,_0x172042[_0x1b095e(0x2c6)](_0x5bd282),_0x172042[_0x1b095e(0x2c6)](_0x592f99))?_0x3a983c[0x1][_0x1b095e(0x25d)]&&_0x3a983c[0x1][_0x1b095e(0x25d)][_0x1b095e(0x239)]?null:_0x3a983c:null;}_0x56d46b[_0x9e6ea2(0x1d3)]&&this[_0x9e6ea2(0x1a9)](_0x56d46b);}[_0x456e8f(0x295)](_0xe79653){const _0x5cc03b=_0x456e8f;if(0x0==_0xe79653[_0x5cc03b(0x239)])return;const _0x42d36f=this[_0x5cc03b(0x20b)]({'skipNotAttached':!0x0})[_0x5cc03b(0x1b0)](_0x1e3e48=>_0x5cc03b(0x32a)==_0x1e3e48[_0x5cc03b(0x22f)]&&_0x1e3e48[_0x5cc03b(0x299)]),_0x36c750=[],_0x5deb24=new Map();for(const _0x4d3853 of _0x42d36f){const _0x415421=_0x569f79(_0x4d3853[_0x5cc03b(0x270)]);_0x5deb24[_0x5cc03b(0x1f8)](_0x415421)||(_0x5deb24[_0x5cc03b(0x230)](_0x415421,_0x36c750[_0x5cc03b(0x239)]),_0x36c750[_0x5cc03b(0x257)]([]));const _0x3873cb=_0x5deb24[_0x5cc03b(0x2c6)](_0x415421);_0x36c750[_0x3873cb][_0x5cc03b(0x257)](_0x4d3853);}!(function(){const _0x26843a=_0x5cc03b;_0x36c750[_0x26843a(0x1eb)]((_0x4f8439,_0x165374)=>{const _0x37dc31=_0x26843a,_0x1ae8ba=_0x4f8439[0x0][_0x37dc31(0x336)],_0x1f6b85=_0x165374[0x0][_0x37dc31(0x336)];return _0x1ae8ba==_0x1f6b85?_0x4f8439[0x0][_0x37dc31(0x270)][_0x37dc31(0x27c)]<_0x165374[0x0][_0x37dc31(0x270)][_0x37dc31(0x27c)]?-0x1:0x1:_0x1ae8ba<_0x1f6b85?-0x1:0x1;});for(const _0xdfc613 of _0x36c750)_0xdfc613[_0x26843a(0x1eb)]((_0x32b444,_0x359d07)=>_0x32b444['id']<_0x359d07['id']?-0x1:0x1);}());for(let _0x4b73ea=0x0;_0x4b73ea<_0x36c750[_0x5cc03b(0x239)];_0x4b73ea++){if(0x0==_0x36c750[_0x4b73ea][_0x5cc03b(0x239)])continue;const _0x4b4737=[];for(let _0x269e90=_0x4b73ea+0x1;_0x269e90<_0x36c750[_0x5cc03b(0x239)];_0x269e90++)0x0!=_0x36c750[_0x269e90][_0x5cc03b(0x239)]&&_0x27a1e9(_0x36c750[_0x4b73ea],_0x36c750[_0x269e90])&&_0x4b4737[_0x5cc03b(0x257)](_0x269e90);for(const _0x4dd5f3 of _0x4b4737)_0x36c750[_0x4b73ea]=_0x36c750[_0x4b73ea][_0x5cc03b(0x2aa)](_0x36c750[_0x4dd5f3]),_0x36c750[_0x4dd5f3]=[];}for(const _0x308921 of _0x36c750)for(let _0x58863d=0x0;_0x58863d<_0x308921[_0x5cc03b(0x239)];_0x58863d++){const _0x5a0640=_0x308921[_0x58863d+0x1]||null;_0x308921[_0x58863d][_0x5cc03b(0x2ab)]!==_0x5a0640&&(_0x308921[_0x58863d][_0x5cc03b(0x2ab)]=_0x5a0640);}for(const _0x6c446 of _0x36c750)for(let _0x7dc2f0=0x0;_0x7dc2f0<_0x6c446[_0x5cc03b(0x239)];_0x7dc2f0++){const _0x483ec7=_0x6c446[_0x7dc2f0-0x1]||null;_0x6c446[_0x7dc2f0][_0x5cc03b(0x1be)]!==_0x483ec7&&(_0x6c446[_0x7dc2f0][_0x5cc03b(0x1be)]=_0x483ec7);}function _0x27a1e9(_0x1ad34e,_0x549cf7){const _0x3700a4=_0x5cc03b;if(_0x1ad34e[0x0][_0x3700a4(0x270)][_0x3700a4(0x27c)]!==_0x549cf7[0x0][_0x3700a4(0x270)][_0x3700a4(0x27c)]&&_0x1ad34e[0x0][_0x3700a4(0x31f)]!==_0x549cf7[0x0][_0x3700a4(0x31f)])return!0x1;if(!function(_0x576db4,_0xef1865){const _0x4c25c3=_0x3700a4;if(!_0x576db4[_0x4c25c3(0x272)]&&!_0xef1865[_0x4c25c3(0x272)])return!0x0;if(_0x576db4[_0x4c25c3(0x272)]&&_0xef1865[_0x4c25c3(0x272)])return!0x1;if(_0x576db4[_0x4c25c3(0x272)]&&_0xef1865[_0x4c25c3(0x336)]<_0x576db4[_0x4c25c3(0x25d)][_0x4c25c3(0x1cc)][_0x4c25c3(0x2c6)](0x0)[_0x4c25c3(0x336)])return!0x0;if(_0xef1865[_0x4c25c3(0x272)]&&_0x576db4[_0x4c25c3(0x336)]<_0xef1865[_0x4c25c3(0x25d)][_0x4c25c3(0x1cc)][_0x4c25c3(0x2c6)](0x0)[_0x4c25c3(0x336)])return!0x0;return!0x1;}(_0x1ad34e[0x0],_0x549cf7[0x0]))return!0x1;const _0x128eb9=_0x26453d(_0x1ad34e[0x0][_0x3700a4(0x270)],_0x3700a4(0x27c)),_0x1c7c0e=_0x26453d(_0x549cf7[0x0][_0x3700a4(0x270)],_0x3700a4(0x27c));if(!_0x45f997(_0x128eb9,_0x1c7c0e))return!0x1;return!!_0x1ad34e[_0x3700a4(0x216)](_0x28027e=>_0x549cf7[_0x3700a4(0x263)](_0x44712c=>_0x28027e[_0x3700a4(0x1d6)]()[_0x3700a4(0x2fb)](_0x44712c[_0x3700a4(0x1d6)]())))&&_0x549cf7[_0x3700a4(0x216)](_0x3bae20=>_0x1ad34e[_0x3700a4(0x263)](_0x203bb0=>_0x3bae20[_0x3700a4(0x1d6)]()[_0x3700a4(0x2fb)](_0x203bb0[_0x3700a4(0x1d6)]())));}}[_0x456e8f(0x322)](_0x39f061){const _0x3fb871=_0x456e8f,_0x4e92f5=Array[_0x3fb871(0x1b8)](_0x39f061),_0x17e386=this[_0x3fb871(0x20b)]({'skipNotAttached':!0x0}),_0x366af4=_0x17e386[_0x3fb871(0x1b0)](_0x28ef79=>!_0x39f061[_0x3fb871(0x1f8)](_0x28ef79)),_0x4ebc4c=new Map(_0x4e92f5[_0x3fb871(0x28b)](_0x2128a4=>[_0x2128a4,this[_0x3fb871(0x2a5)][_0x3fb871(0x1b6)](_0x2128a4[_0x3fb871(0x22f)],_0x2128a4[_0x3fb871(0x2af)],_0x3fb871(0x228))])),_0x28d4f4=new Map(_0x17e386[_0x3fb871(0x28b)](_0x136e33=>[_0x136e33,_0x136e33[_0x3fb871(0x225)]()]));for(let _0x50d0d3=0x0;_0x50d0d3<_0x4e92f5[_0x3fb871(0x239)];_0x50d0d3++){if(_0x4bb5da(this,_0x4e92f5[_0x50d0d3],_0x4e92f5,_0x50d0d3+0x1))return!0x0;}for(let _0x223428=0x0;_0x223428<_0x4e92f5[_0x3fb871(0x239)];_0x223428++){if(_0x4bb5da(this,_0x4e92f5[_0x223428],_0x366af4,0x0))return!0x0;}return!0x1;function _0x4bb5da(_0x2b6be0,_0x89c4c0,_0x343015,_0xb19fc0){const _0xcf0417=_0x3fb871;for(let _0x465259=_0xb19fc0;_0x465259<_0x343015[_0xcf0417(0x239)];_0x465259++){const _0xcb6817=_0x343015[_0x465259];if(_0xcb6817[_0xcf0417(0x22f)]!==_0x89c4c0[_0xcf0417(0x22f)]||_0xcb6817[_0xcf0417(0x31f)]['id']!==_0x89c4c0[_0xcf0417(0x31f)]['id']||_0xcb6817[_0xcf0417(0x2af)]!==_0x89c4c0[_0xcf0417(0x2af)])continue;if(!Jt(_0x89c4c0,_0xcb6817))continue;if(_0xcf0417(0x32a)==_0x89c4c0[_0xcf0417(0x22f)]&&_0x89c4c0[_0xcf0417(0x30d)][_0xcf0417(0x1e8)]!=_0xcb6817[_0xcf0417(0x30d)][_0xcf0417(0x1e8)])continue;if(_0xcf0417(0x32a)==_0x89c4c0[_0xcf0417(0x22f)]&&_0x2b6be0[_0xcf0417(0x26e)](_0x89c4c0[_0xcf0417(0x30d)][_0xcf0417(0x1d5)]))continue;if(_0xcf0417(0x335)==_0x89c4c0[_0xcf0417(0x22f)]){const _0xb453e2=_0x2b6be0[_0xcf0417(0x23b)][_0xcf0417(0x29b)],_0x524bdc=_0x89c4c0[_0xcf0417(0x307)]();if(_0x524bdc&&(_0xb453e2[_0xcf0417(0x198)][_0xcf0417(0x2de)](_0x524bdc)||_0xb453e2[_0xcf0417(0x198)][_0xcf0417(0x2c5)](_0x524bdc)))continue;}const _0x3e7a75=_0x4ebc4c[_0xcf0417(0x2c6)](_0x89c4c0),_0x41df72=_0x28d4f4[_0xcf0417(0x2c6)](_0x89c4c0),_0x2048ed=_0x28d4f4[_0xcf0417(0x2c6)](_0xcb6817),_0x16ca35=_0x89c4c0[_0xcf0417(0x25d)]&&_0x89c4c0[_0xcf0417(0x25d)][_0xcf0417(0x239)],_0xae6a8e=_0xcb6817[_0xcf0417(0x25d)]&&_0xcb6817[_0xcf0417(0x25d)][_0xcf0417(0x239)];if(!_0x16ca35&&_0x3e7a75(_0x2048ed,_0x41df72))return _0x2b6be0[_0xcf0417(0x25a)](_0xcb6817,_0x89c4c0),_0x28d4f4[_0xcf0417(0x2e9)](_0x89c4c0),!0x0;if(!_0xae6a8e&&_0x3e7a75(_0x41df72,_0x2048ed))return _0x2b6be0[_0xcf0417(0x25a)](_0x89c4c0,_0xcb6817),_0x28d4f4[_0xcf0417(0x2e9)](_0xcb6817),!0x0;}return!0x1;}}[_0x456e8f(0x25a)](_0x450136,_0x38db7a){const _0x26a95c=_0x456e8f;if(_0x450136[_0x26a95c(0x2f9)]){for(const _0x4e3c2e of _0x38db7a[_0x26a95c(0x225)]())_0x450136[_0x26a95c(0x217)](_0x4e3c2e);}else{const _0x30a032=_0x38db7a[_0x26a95c(0x1d6)]()[_0x26a95c(0x223)];this[_0x26a95c(0x1cd)](_0x450136,this[_0x26a95c(0x2dd)][_0x26a95c(0x301)](_0x450136[_0x26a95c(0x1d6)]()[_0x26a95c(0x33e)],_0x30a032));}_0x38db7a[_0x26a95c(0x26c)]();}[_0x456e8f(0x1f1)](_0x2295c8,_0x2db0a2,_0x5495b7){const _0x5ae74b=_0x456e8f,_0x47d401=_0x2295c8[_0x5ae74b(0x2b8)](_0x5ae74b(0x309))||_0x2295c8[_0x5ae74b(0x2b8)](_0x5ae74b(0x32a))?_0x5ae74b(0x1a6):_0x2295c8[_0x5ae74b(0x2e3)]();return _0x3fbb25(this[_0x5ae74b(0x23b)][_0x5ae74b(0x276)],_0x2db0a2+'_'+_0x47d401+_0x5ae74b(0x1ae),_0x5495b7);}[_0x456e8f(0x2d6)](){const _0x4e21e3=_0x456e8f,_0xed3e4e=this[_0x4e21e3(0x23b)];if(!_0xed3e4e['ui'])return;const {ariaLiveAnnouncer:_0x5d5cd5}=_0xed3e4e['ui'];_0x7e1ec9(this[_0x4e21e3(0x2dd)],({left:_0x2c663c,entered:_0x3b68c7})=>{const _0x3b2e5d=_0x4e21e3;for(const _0x2b5627 of _0x2c663c){const {group:_0x952572,type:_0x4a1eb5}=this[_0x3b2e5d(0x255)](_0x2b5627[_0x3b2e5d(0x274)]);if(_0x3b2e5d(0x2d1)===_0x952572){_0x5d5cd5[_0x3b2e5d(0x2c7)](this[_0x3b2e5d(0x1f1)](_0x4a1eb5,_0x3b2e5d(0x1c8)));break;}}for(const _0x2cfebd of _0x3b68c7){const {group:_0x30d647,type:_0x521237}=this[_0x3b2e5d(0x255)](_0x2cfebd[_0x3b2e5d(0x274)]);if(_0x3b2e5d(0x2d1)===_0x30d647){_0x5d5cd5[_0x3b2e5d(0x2c7)](this[_0x3b2e5d(0x1f1)](_0x521237,_0x3b2e5d(0x249),_0x104d2d(_0x1d8ce2)));break;}}});}[_0x456e8f(0x208)](_0x467cd9){const _0x2477e5=_0x456e8f;if(this[_0x2477e5(0x285)])return!0x1;const _0x58b54d=this[_0x2477e5(0x23b)],_0x8adc01=_0x58b54d[_0x2477e5(0x29b)][_0x2477e5(0x1fa)][_0x2477e5(0x22c)][_0x2477e5(0x2ae)]();if(0x0==_0x8adc01[_0x2477e5(0x239)])return!0x1;const _0xde38c1=[],_0x455b30=_0x8adc01[_0x2477e5(0x1b0)](_0x30bc5d=>_0x2477e5(0x32a)==_0x30bc5d[_0x2477e5(0x22f)]),_0x248c86=_0x8adc01[_0x2477e5(0x1b0)](_0x3b0a2f=>_0x2477e5(0x22e)==_0x3b0a2f[_0x2477e5(0x22f)]&&_0x2477e5(0x2c0)!=_0x3b0a2f[_0x2477e5(0x274)]),_0x23bacf=_0x8adc01[_0x2477e5(0x1b0)](_0x5d08cf=>_0x2477e5(0x1db)==_0x5d08cf[_0x2477e5(0x22f)]&&_0x2477e5(0x2c0)!=_0x5d08cf[_0x2477e5(0x274)]);for(const _0x501f30 of _0x455b30)_0xde38c1[_0x2477e5(0x257)]({'key':_0x501f30[_0x2477e5(0x1a3)],'newValue':_0x501f30[_0x2477e5(0x231)],'oldValue':_0x501f30[_0x2477e5(0x2f0)],'range':Pt(_0x501f30[_0x2477e5(0x2d7)],_0x58b54d[_0x2477e5(0x29b)])});for(const _0x312eaf of _0x248c86){const _0x4b5f0d=_0x23bacf[_0x2477e5(0x21c)](_0x2c2303=>_0x2c2303[_0x2477e5(0x1c7)][_0x2477e5(0x2fb)](_0x312eaf[_0x2477e5(0x1c7)]));_0x4b5f0d&&_0xde38c1[_0x2477e5(0x257)]({'key':_0x2477e5(0x23e),'newValue':_0x312eaf[_0x2477e5(0x274)],'oldValue':_0x4b5f0d[_0x2477e5(0x274)],'range':_0x58b54d[_0x2477e5(0x29b)][_0x2477e5(0x212)](_0x312eaf[_0x2477e5(0x1c7)][_0x2477e5(0x273)])});}return 0x0!=_0xde38c1[_0x2477e5(0x239)]&&this[_0x2477e5(0x264)](_0x467cd9,_0xde38c1);}[_0x456e8f(0x206)](_0x332c90){const _0x6a5e73=_0x456e8f;let _0x3b5e14=!0x1;const _0x34538c=this[_0x6a5e73(0x23b)][_0x6a5e73(0x29b)][_0x6a5e73(0x1fa)][_0x6a5e73(0x22c)][_0x6a5e73(0x2e2)]()[_0x6a5e73(0x1b0)](_0x52ace5=>_0x52ace5[_0x6a5e73(0x30d)][_0x6a5e73(0x318)]&&_0x52ace5[_0x6a5e73(0x274)][_0x6a5e73(0x2b8)](_0x6a5e73(0x323)));for(const _0x61b90f of _0x34538c){const {subType:_0x388366,id:_0x4b4782}=this[_0x6a5e73(0x255)](_0x61b90f[_0x6a5e73(0x274)]),_0x526aea=_0x388366[_0x6a5e73(0x1d9)]('|')[0x0];for(const _0x391b5a of this[_0x6a5e73(0x20b)]({'skipNotAttached':!0x0}))_0x391b5a['id']!=_0x4b4782&&_0x6a5e73(0x32a)==_0x391b5a[_0x6a5e73(0x22f)]&&_0x391b5a[_0x6a5e73(0x30d)]&&_0x391b5a[_0x6a5e73(0x30d)][_0x6a5e73(0x1d5)]==_0x526aea&&_0x391b5a[_0x6a5e73(0x1d6)]()[_0x6a5e73(0x2b9)](_0x61b90f[_0x6a5e73(0x30d)][_0x6a5e73(0x318)])&&(this[_0x6a5e73(0x24c)](_0x391b5a,_0x61b90f[_0x6a5e73(0x30d)][_0x6a5e73(0x318)],_0x332c90),_0x3b5e14=!0x0);}return _0x3b5e14;}[_0x456e8f(0x31a)](_0x23d24f){const _0x37ba68=_0x456e8f;this[_0x37ba68(0x23b)],(this[_0x37ba68(0x285)]=!0x0,_0x23d24f());}[_0x456e8f(0x330)](_0x56b9c0){const _0x4887ed=_0x456e8f,_0x591ad0=this[_0x4887ed(0x26e)](_0x56b9c0),_0x2705c2=this[_0x4887ed(0x250)][_0x4887ed(0x1f8)](_0x56b9c0);return _0x591ad0||_0x2705c2;}[_0x456e8f(0x264)](_0x1cb1d4,_0x38626d){const _0x594895=_0x456e8f;if(0x0==_0x38626d[_0x594895(0x239)])return!0x1;let _0x1fd750=!0x1;for(const _0x15e7a6 of _0x38626d){const _0x34264d=this[_0x594895(0x30f)](_0x15e7a6[_0x594895(0x2d7)],_0x594895(0x32a))[_0x594895(0x1b0)](_0x5e7dab=>!_0x5e7dab[_0x594895(0x271)][_0x594895(0x298)])[_0x594895(0x28b)](_0x3365cc=>_0x3365cc[_0x594895(0x2d1)]),_0x39b8c4=_0x569f79({'newValue':_0x15e7a6[_0x594895(0x24a)]});_0x34264d[_0x594895(0x1b0)](_0x5dcc35=>{const _0x5dadb4=_0x594895,[_0x169e1d,_0x495682]=_0x5dcc35[_0x5dadb4(0x2af)][_0x5dadb4(0x1d9)]('|');return _0x169e1d==_0x15e7a6[_0x5dadb4(0x1d5)]&&_0x495682!=_0x39b8c4;})[_0x594895(0x328)](_0x4a8168=>{const _0x403a8f=_0x594895;this[_0x403a8f(0x24c)](_0x4a8168,_0x15e7a6[_0x403a8f(0x2d7)],_0x1cb1d4),_0x1fd750=!0x0;});}return _0x1fd750;}[_0x456e8f(0x24c)](_0x4f31d5,_0x1bd2d6,_0x4f07d6){const _0x66a190=_0x456e8f,_0x1e3f29=_0x4f31d5[_0x66a190(0x1d6)]()[_0x66a190(0x1d7)](_0x1bd2d6);0x0!==_0x1e3f29[_0x66a190(0x239)]?0x1!==_0x1e3f29[_0x66a190(0x239)]?this[_0x66a190(0x337)](_0x4f31d5,_0x1bd2d6[_0x66a190(0x33e)],_0x1bd2d6[_0x66a190(0x223)]):this[_0x66a190(0x1cd)](_0x4f31d5,_0x1e3f29[0x0]):_0x4f07d6[_0x66a190(0x27a)](_0x4f31d5[_0x66a190(0x278)]());}}class Et{constructor(_0x24e7a6){const _0x19e25a=_0x456e8f;this[_0x19e25a(0x32e)]=_0x24e7a6,this[_0x19e25a(0x2dd)]=_0x24e7a6[_0x19e25a(0x29b)],this[_0x19e25a(0x201)]=new Map(),this[_0x19e25a(0x26f)]=new Map(),this[_0x19e25a(0x305)]();}[_0x456e8f(0x27f)](_0x32aecc,_0x14a8ee,_0x5d8e52,_0x30a24f,_0x3677b2,_0x182aec){const _0x55ece3=_0x456e8f;return new _0x2d2124(this[_0x55ece3(0x2dd)],{'type':_0x32aecc,'subType':_0x14a8ee,'id':_0x5d8e52,'author':_0x30a24f,'creator':_0x30a24f,'attributes':_0x3677b2,'onAttributesChange':_0x182aec,'onAccept':(..._0x4e2697)=>this[_0x55ece3(0x1b6)](_0x32aecc,_0x14a8ee,_0x55ece3(0x23f))(..._0x4e2697),'onDiscard':(..._0x1949bc)=>this[_0x55ece3(0x1b6)](_0x32aecc,_0x14a8ee,_0x55ece3(0x233))(..._0x1949bc)});}[_0x456e8f(0x297)](_0x471f69,_0x32681a,_0xd9befb,_0x1ce446){const _0x3c2e22=_0x456e8f,_0x5c795e=_0x471f69+':'+_0x32681a+':'+_0xd9befb;this[_0x3c2e22(0x201)][_0x3c2e22(0x230)](_0x5c795e,_0x1ce446);}[_0x456e8f(0x1b6)](_0x579e29,_0x2a7ee4,_0x43ba5f){const _0x32c515=_0x456e8f,_0x3edac1=_0x579e29+':'+_0x2a7ee4+':'+_0x43ba5f;return this[_0x32c515(0x201)][_0x32c515(0x2c6)](_0x3edac1)||this[_0x32c515(0x26f)][_0x32c515(0x2c6)](_0x579e29+':'+_0x43ba5f);}[_0x456e8f(0x305)](){const _0x48d685=_0x456e8f,_0x3f1fe9=()=>!0x1,_0x4e67ce=_0x33cbb8=>{const _0x1c8ecb=_0x4221;_0x33cbb8[_0x1c8ecb(0x1eb)]((_0x3de9c7,_0xdf1a0b)=>_0x3de9c7[_0x1c8ecb(0x33e)][_0x1c8ecb(0x32f)](_0xdf1a0b[_0x1c8ecb(0x33e)])?0x1:-0x1),this[_0x1c8ecb(0x2dd)][_0x1c8ecb(0x1e4)](_0x381d04=>{const _0x32b602=_0x1c8ecb;for(const _0x4252a0 of _0x33cbb8){let _0x599592;_0x599592=_0x4252a0[_0x32b602(0x223)][_0x32b602(0x1f2)]&&_0x4252a0[_0x32b602(0x223)][_0x32b602(0x275)]==_0x4252a0[_0x32b602(0x33e)][_0x32b602(0x273)]?_0x381d04[_0x32b602(0x20f)](_0x4252a0[_0x32b602(0x33e)][_0x32b602(0x273)],'on'):_0x381d04[_0x32b602(0x20f)](_0x4252a0),this[_0x32b602(0x2dd)][_0x32b602(0x215)](_0x599592,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x209762=(_0x55a713,_0x49e86d)=>{const _0xa79abb=_0x4221;_0x49e86d&&this[_0xa79abb(0x2dd)][_0xa79abb(0x1e4)](_0x1c25ad=>{const _0x4f29b7=_0xa79abb,{commandName:_0x2efb9c,commandParams:_0x4f88f2=[]}=_0x49e86d,_0x21dc6a=_0x55a713[_0x4f29b7(0x28b)](_0x17717c=>(Vt(_0x17717c)&&(_0x17717c=this[_0x4f29b7(0x2dd)][_0x4f29b7(0x301)](_0x17717c[_0x4f29b7(0x223)])),_0x17717c))[_0x4f29b7(0x1b0)](_0x1b0830=>_0x4f29b7(0x226)!==_0x1b0830[_0x4f29b7(0x1ef)][_0x4f29b7(0x284)]);if(_0x21dc6a[_0x4f29b7(0x239)]<0x1)return;const _0x3c7526=Array[_0x4f29b7(0x1b8)](this[_0x4f29b7(0x2dd)][_0x4f29b7(0x1fa)][_0x4f29b7(0x214)][_0x4f29b7(0x225)]())[_0x4f29b7(0x28b)](_0x336d59=>_0x389b7b[_0x4f29b7(0x2ba)](_0x336d59));_0x1c25ad[_0x4f29b7(0x227)](_0x21dc6a);for(const _0x3c17d3 of this[_0x4f29b7(0x32e)][_0x4f29b7(0x1df)][_0x4f29b7(0x1df)]())_0x3c17d3[_0x4f29b7(0x2b3)]();_0x4f88f2[_0x4f29b7(0x257)]({'forceDefaultExecution':!0x0}),this[_0x4f29b7(0x32e)][_0x4f29b7(0x2b6)](_0x2efb9c,..._0x4f88f2);const _0x1b7b3b=_0x3c7526[_0x4f29b7(0x1b0)](_0x3e055b=>_0x4f29b7(0x226)!=_0x3e055b[_0x4f29b7(0x1ef)][_0x4f29b7(0x284)]);_0x1b7b3b[_0x4f29b7(0x239)]>0x0&&_0x1c25ad[_0x4f29b7(0x227)](_0x1b7b3b);for(const _0xbf3519 of _0x3c7526)_0xbf3519[_0x4f29b7(0x193)]();});},_0x380aa9=(_0x56cd97,_0x4e196c)=>0x1==_0x56cd97[_0x48d685(0x239)]&&0x1==_0x4e196c[_0x48d685(0x239)]&&_0x56cd97[0x0][_0x48d685(0x223)][_0x48d685(0x2fb)](_0x4e196c[0x0][_0x48d685(0x33e)]),_0x74d153=(_0x15f8b4,_0x42124b,_0x4daad7,_0x54d76c)=>Ht(_0x15f8b4,_0x42124b,_0x4daad7,_0x54d76c,this[_0x48d685(0x2dd)])?[_0x15f8b4,_0x42124b]:Ht(_0x42124b,_0x15f8b4,_0x54d76c,_0x4daad7,this[_0x48d685(0x2dd)])?[_0x42124b,_0x15f8b4]:null;this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x2bc),_0x3f1fe9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x1e1),_0x4e67ce),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x291),_0x380aa9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x28e),_0x74d153),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x194),_0x4e67ce),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x2fe),_0x3f1fe9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x26d),_0x380aa9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x1f7),_0x74d153),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x243),_0x209762),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x31b),_0x3f1fe9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x1f4),_0x380aa9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x1e2),_0x3f1fe9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x2e4),_0x209762),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x192),_0x3f1fe9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x2a1),_0x380aa9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x1f9),_0x3f1fe9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x33b),_0x3f1fe9),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x1d0),(_0x5a9060,_0x29c1da)=>{const _0x1d1fbf=_0x48d685;if(!_0x29c1da)return;const _0x3d6f72=this[_0x1d1fbf(0x32e)][_0x1d1fbf(0x1da)][_0x1d1fbf(0x2c6)](p);this[_0x1d1fbf(0x2dd)][_0x1d1fbf(0x1e4)](_0x2e3f52=>{const _0x4dd01f=_0x1d1fbf;if(_0x4dd01f(0x23e)==_0x29c1da[_0x4dd01f(0x1d5)])for(const _0x34a159 of _0x5a9060){const _0x138d2b=_0x34a159[_0x4dd01f(0x33e)][_0x4dd01f(0x273)],_0x4aeb60=_0x29c1da[_0x4dd01f(0x1e8)];_0x2e3f52[_0x4dd01f(0x1ca)](_0x138d2b,_0x4aeb60);}else{if(_0x3d6f72[_0x4dd01f(0x26e)](_0x29c1da[_0x4dd01f(0x1d5)])){for(const _0x3dc75d of _0x5a9060)void 0x0!==_0x29c1da[_0x4dd01f(0x1e8)]?_0x2e3f52[_0x4dd01f(0x338)](_0x29c1da[_0x4dd01f(0x1d5)],_0x29c1da[_0x4dd01f(0x1e8)],_0x3dc75d[_0x4dd01f(0x33e)][_0x4dd01f(0x273)]):_0x2e3f52[_0x4dd01f(0x244)](_0x29c1da[_0x4dd01f(0x1d5)],_0x3dc75d[_0x4dd01f(0x33e)][_0x4dd01f(0x273)]);}else{for(const _0x2aa81d of _0x5a9060)_0x29c1da[_0x4dd01f(0x1e8)]?_0x2e3f52[_0x4dd01f(0x338)](_0x29c1da[_0x4dd01f(0x1d5)],_0x29c1da[_0x4dd01f(0x1e8)],_0x2aa81d):_0x2e3f52[_0x4dd01f(0x244)](_0x29c1da[_0x4dd01f(0x1d5)],_0x2aa81d);}}});}),this[_0x48d685(0x26f)][_0x48d685(0x230)](_0x48d685(0x29e),_0x380aa9);}}function Ot(_0x4bbd13,_0x2f10c2,_0x58ae83){const _0x24b0b0=_0x456e8f;for(const _0x7a2618 of _0x2f10c2[_0x24b0b0(0x275)][_0x24b0b0(0x2bf)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x7a2618[_0x24b0b0(0x1ef)]==_0x7a2618)return!0x1;if(!_0x58ae83[_0x24b0b0(0x1ea)](_0x7a2618))return!0x1;if(_0x4bbd13[_0x24b0b0(0x2de)](_0x7a2618)||_0x4bbd13[_0x24b0b0(0x2c5)](_0x7a2618))return!0x0;}return!0x1;}function Vt(_0x2bff79){const _0x24a79e=_0x456e8f;return _0x2bff79[_0x24a79e(0x223)][_0x24a79e(0x275)]==_0x2bff79[_0x24a79e(0x33e)][_0x24a79e(0x273)]&&_0x2bff79[_0x24a79e(0x223)][_0x24a79e(0x210)];}function Ut(_0x53c53c,_0x169801,_0x248885,_0x2d994a){const _0x21d631=_0x456e8f,_0x43649c=_0x3c0024=>!_0x3c0024[_0x21d631(0x287)]['is'](_0x21d631(0x266))&&!_0x2d994a[_0x21d631(0x2de)](_0x3c0024[_0x21d631(0x287)]),_0x5a03f2=_0x53c53c[_0x21d631(0x33e)][_0x21d631(0x204)](_0x43649c),_0x405c4b=_0x53c53c[_0x21d631(0x223)][_0x21d631(0x204)](_0x43649c,{'direction':_0x21d631(0x27d)});return(!_0x53c53c[_0x21d631(0x33e)][_0x21d631(0x2fb)](_0x5a03f2)||!_0x53c53c[_0x21d631(0x223)][_0x21d631(0x2fb)](_0x405c4b))&&(_0x5a03f2[_0x21d631(0x32f)](_0x405c4b)?_0x248885[_0x21d631(0x248)](_0x169801,{'range':_0x248885[_0x21d631(0x301)](_0x5a03f2,_0x405c4b)}):_0x248885[_0x21d631(0x27a)](_0x169801),!0x0);}function Gt(_0x1c7451){return _0x569f79(_0x1c7451);}function Ft(_0x8d3a1){const _0x24b5dd=_0x456e8f,_0x3780df=_0x8d3a1[_0x24b5dd(0x33e)][_0x24b5dd(0x273)];return _0x3780df&&_0x3780df['is'](_0x24b5dd(0x1b2));}function Pt(_0x2e6a6c,_0x31773e){const _0x54676b=_0x456e8f;return null==_0x2e6a6c[_0x54676b(0x223)][_0x54676b(0x1af)]&&_0x2e6a6c[_0x54676b(0x223)][_0x54676b(0x275)]==_0x2e6a6c[_0x54676b(0x33e)][_0x54676b(0x273)]?Lt(_0x2e6a6c[_0x54676b(0x33e)][_0x54676b(0x273)],_0x31773e):_0x2e6a6c;}function Lt(_0x2ef936,_0x558b8e){const _0x562c2f=_0x456e8f,_0x4e5319=_0x558b8e[_0x562c2f(0x198)][_0x562c2f(0x2de)](_0x2ef936)||_0x558b8e[_0x562c2f(0x198)][_0x562c2f(0x19e)](_0x2ef936);return _0x558b8e[_0x562c2f(0x301)](_0x558b8e[_0x562c2f(0x247)](_0x2ef936,_0x562c2f(0x311)),_0x4e5319?_0x558b8e[_0x562c2f(0x24d)](_0x2ef936):_0x558b8e[_0x562c2f(0x247)](_0x2ef936,_0x562c2f(0x223)));}function Ht(_0x38e6df,_0x599370,_0x3bdc7b,_0x299feb,_0x349188){const _0x491a0a=_0x456e8f;if(_0x38e6df[_0x491a0a(0x2ab)])return!0x1;if(!Jt(_0x38e6df,_0x599370))return!0x1;if(_0x3bdc7b[_0x491a0a(0x223)][_0x491a0a(0x2fb)](_0x299feb[_0x491a0a(0x33e)]))return!0x0;if(_0x38e6df[_0x491a0a(0x22f)]!=_0x599370[_0x491a0a(0x22f)])return!0x1;if(!_0x3bdc7b[_0x491a0a(0x223)][_0x491a0a(0x199)](_0x299feb[_0x491a0a(0x33e)]))return!0x1;const _0x778d23=_0x349188[_0x491a0a(0x301)](_0x3bdc7b[_0x491a0a(0x223)],_0x299feb[_0x491a0a(0x33e)])[_0x491a0a(0x2ad)]();for(const _0x3bf323 of _0x778d23)if([_0x491a0a(0x2b4),_0x491a0a(0x22d)][_0x491a0a(0x2a2)](_0x3bf323[_0x491a0a(0x22f)])&&_0x349188[_0x491a0a(0x198)][_0x491a0a(0x2c5)](_0x3bf323[_0x491a0a(0x287)]))return!0x1;return!0x0;}function Jt(_0x5291f0,_0x51ccff){const _0x276079=_0x456e8f;if(!_0x5291f0[_0x276079(0x299)]||!_0x51ccff[_0x276079(0x299)])return!0x1;const _0xe81d3=new Set(Object[_0x276079(0x296)](_0x5291f0[_0x276079(0x270)])),_0x137004=new Set(Object[_0x276079(0x296)](_0x51ccff[_0x276079(0x270)]));if(_0xe81d3[_0x276079(0x2e9)](_0x276079(0x27c)),_0x137004[_0x276079(0x2e9)](_0x276079(0x27c)),0x0==_0xe81d3[_0x276079(0x1d3)]&&0x0==_0x137004[_0x276079(0x1d3)])return!0x0;if(_0xe81d3[_0x276079(0x1d3)]!=_0x137004[_0x276079(0x1d3)])return!0x1;const _0x3b813d={..._0x5291f0[_0x276079(0x270)]},_0x283bcb={..._0x51ccff[_0x276079(0x270)]};return delete _0x3b813d[_0x276079(0x27c)],delete _0x283bcb[_0x276079(0x27c)],JSON[_0x276079(0x1fe)](_0x3b813d)==JSON[_0x276079(0x1fe)](_0x283bcb);}function qt(_0x13dd15,_0x25bb83){const _0x1cbd8b=_0x456e8f,_0xaa4d46=zt(_0x13dd15[_0x1cbd8b(0x270)]),_0xf0b617=zt(_0x25bb83);if(!_0x13dd15[_0x1cbd8b(0x299)])return!0x1;for(const _0x5cfd6f of Object[_0x1cbd8b(0x296)](_0xf0b617))if(!_0x45f997(_0xaa4d46[_0x5cfd6f],_0xf0b617[_0x5cfd6f]))return!0x1;return!0x0;}function zt(_0x2e3d8d){const _0xa3dc99=_0x456e8f,_0x16642e=Object[_0xa3dc99(0x310)]({},_0x2e3d8d);return delete _0x16642e[_0xa3dc99(0x29f)],delete _0x16642e[_0xa3dc99(0x279)],_0x16642e;}
|
|
23
|
+
const _0x5a5c6d=_0x1c43;(function(_0x3f68fa,_0x1a990d){const _0x24d989=_0x1c43,_0x5e0019=_0x3f68fa();while(!![]){try{const _0x3387d5=parseInt(_0x24d989(0x1aa))/0x1*(parseInt(_0x24d989(0x234))/0x2)+-parseInt(_0x24d989(0x1ac))/0x3*(-parseInt(_0x24d989(0x22c))/0x4)+parseInt(_0x24d989(0x221))/0x5*(-parseInt(_0x24d989(0x1f2))/0x6)+parseInt(_0x24d989(0x213))/0x7*(-parseInt(_0x24d989(0x26a))/0x8)+parseInt(_0x24d989(0xe9))/0x9+parseInt(_0x24d989(0x1e2))/0xa+-parseInt(_0x24d989(0x113))/0xb*(parseInt(_0x24d989(0x15d))/0xc);if(_0x3387d5===_0x1a990d)break;else _0x5e0019['push'](_0x5e0019['shift']());}catch(_0x23a0b2){_0x5e0019['push'](_0x5e0019['shift']());}}}(_0x3ca1,0x25fce));import{Plugin as _0x1fe338,PendingActions as _0x1aabee}from'ckeditor5/src/core.js';import{LiveRange as _0x5197ad}from'ckeditor5/src/engine.js';function _0x1c43(_0x3f884c,_0x32370e){const _0x3ca152=_0x3ca1();return _0x1c43=function(_0x1c439f,_0x10360a){_0x1c439f=_0x1c439f-0xde;let _0x11eaad=_0x3ca152[_0x1c439f];return _0x11eaad;},_0x1c43(_0x3f884c,_0x32370e);}import{CKEditorError as _0x422e46,uid as _0x1b8ddb,priorities as _0x3f30e4,logWarning as _0x2b0540,getEnvKeystrokeText as _0x5821a3}from'ckeditor5/src/utils.js';import{toWidget as _0x27cfb7}from'ckeditor5/src/widget.js';import{Users as _0x4a85ff,hashObject as _0x536ebe,surroundingMarkersDetector as _0x124d0b,ENTER_THREAD_KEYSTROKE as _0x30cd00}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5539d from'./commands/trackchangescommand.js';import _0x31ca0c from'./commands/acceptsuggestioncommand.js';import _0x25ca8a from'./commands/discardsuggestioncommand.js';import _0x21a9e0 from'./commands/executeonallsuggestionscommand.js';import _0x715402 from'./commands/executeonselectedsuggestionscommand.js';import _0x5a1e4d from'./suggestion.js';import _0x18c43e from'./suggestiondescriptionfactory.js';import _0x11bab9 from'./integrations/aiassistant.js';import _0x4ec0b5 from'./integrations/alignment.js';import _0xa84be7 from'./integrations/basicstyles.js';import _0x4b26df from'./integrations/blockquote.js';import _0x2bdee4 from'./integrations/casechange.js';import _0x362797 from'./integrations/ckbox.js';import _0x55d7be from'./integrations/codeblock.js';import _0x1d4344 from'./integrations/comments.js';import _0x4c2827 from'./integrations/deletecommand.js';import _0x10dc61 from'./integrations/list.js';import _0x3ce5e3 from'./integrations/listproperties.js';import _0x3ba963 from'./integrations/entercommand.js';import _0x590150 from'./integrations/findandreplace.js';import _0x1f65f8 from'./integrations/font.js';import _0x1719ab from'./integrations/formatpainter.js';import _0x3e3952 from'./integrations/heading.js';import _0x20ef3e from'./integrations/highlight.js';import _0x291ce4 from'./integrations/horizontalline.js';import _0x48e83c from'./integrations/htmlembed.js';import _0x270483 from'./integrations/image.js';import _0x82aadf from'./integrations/imagereplace.js';import _0x4ae8e3 from'./integrations/imagestyle.js';import _0x21ae02 from'./integrations/importword.js';import _0x293fa0 from'./integrations/indent.js';import _0xa6ac73 from'./integrations/inputcommand.js';import _0x519854 from'./integrations/link.js';import _0x300a89 from'./integrations/legacylist.js';import _0x55c756 from'./integrations/legacylistproperties.js';import _0x146bb1 from'./integrations/mediaembed.js';import _0x53e8a8 from'./integrations/mention.js';import _0x3cd302 from'./integrations/mergefields.js';import _0x517575 from'./integrations/multilevellist.js';import _0x259726 from'./integrations/pagebreak.js';import _0x282ace from'./integrations/paragraph.js';import _0x37825c from'./integrations/removeformat.js';import _0x4eee49 from'./integrations/restrictededitingmode.js';import _0x2004c2 from'./integrations/shiftentercommand.js';import _0x55dff9 from'./integrations/standardeditingmode.js';import _0x165e71 from'./integrations/style.js';import _0x33557d from'./integrations/table.js';import _0x10a3bc from'./integrations/tablemergesplit.js';import _0x29473c from'./integrations/tableheadings.js';import _0x1f3b70 from'./integrations/tableclipboard.js';import _0x2b40ee from'./integrations/tablecolumnresize.js';import _0x1345b1 from'./integrations/template.js';import _0x223c9e from'./integrations/tableofcontents.js';import _0xc4faa8 from'./integrations/title.js';import _0x3cb88a from'./integrations/undo.js';import _0x5deb27 from'./integrations/tablecaption.js';import _0x4d7831 from'./integrations/tableproperties.js';import{getTranslation as _0x424674}from'./utils/common-translations.js';import{isEqual as _0x975817,omit as _0x3c68bd}from'lodash-es';export const renameAttributeKey=_0x5a5c6d(0x1cc);export default class p extends _0x1fe338{static get[_0x5a5c6d(0x102)](){const _0x36be5b=_0x5a5c6d;return[_0x36be5b(0x212),_0x4a85ff,_0x1aabee,_0x11bab9,_0x4ec0b5,_0xa84be7,_0x4b26df,_0x362797,_0x2bdee4,_0x55d7be,_0x1d4344,_0x4c2827,_0x3ba963,_0x590150,_0x1f65f8,_0x1719ab,_0x3e3952,_0x20ef3e,_0x291ce4,_0x48e83c,_0x270483,_0x4ae8e3,_0x82aadf,_0x21ae02,_0x293fa0,_0xa6ac73,_0x300a89,_0x55c756,_0x517575,_0x519854,_0x10dc61,_0x3ce5e3,_0x146bb1,_0x53e8a8,_0x3cd302,_0x259726,_0x282ace,_0x37825c,_0x4eee49,_0x2004c2,_0x55dff9,_0x165e71,_0x33557d,_0x10a3bc,_0x29473c,_0x5deb27,_0x1f3b70,_0x2b40ee,_0x223c9e,_0x4d7831,_0x1345b1,_0xc4faa8,_0x3cb88a];}static get[_0x5a5c6d(0x277)](){const _0x44aed9=_0x5a5c6d;return _0x44aed9(0x142);}constructor(_0x80eeb8){const _0x5d4a44=_0x5a5c6d;function _0x29a152(_0x48e7ab){const _0x13a959=_0x1c43;return _0x48e7ab[_0x13a959(0x218)](_0x365452=>String[_0x13a959(0x171)](_0x365452))[_0x13a959(0x27f)]('');}super(_0x80eeb8),this[_0x5d4a44(0x1f1)]=!0x1,this[_0x5d4a44(0x17a)](_0x5d4a44(0x147),[]),this['on'](_0x5d4a44(0x26c),(_0x1fa6ff,_0xcb1757,_0x2a809d,_0x18f093)=>{const _0x390c92=_0x5d4a44;this[_0x390c92(0x159)][_0x390c92(0x14f)](()=>{const _0x27ba85=_0x390c92;for(const _0x22fd7c of[..._0x18f093,..._0x2a809d])this[_0x27ba85(0x159)][_0x27ba85(0x10d)][_0x27ba85(0x215)](_0x22fd7c)&&_0x80eeb8[_0x27ba85(0x251)][_0x27ba85(0xf5)](_0x22fd7c);});}),this[_0x5d4a44(0x21f)]=new _0x18c43e(this[_0x5d4a44(0xe5)][_0x5d4a44(0x19f)][_0x5d4a44(0x1a6)],this[_0x5d4a44(0xe5)][_0x5d4a44(0x1df)]),this[_0x5d4a44(0x266)]=null,this[_0x5d4a44(0x1f3)]=new Et(this[_0x5d4a44(0xe5)]),this[_0x5d4a44(0x11f)]=new Map(),this[_0x5d4a44(0x10a)]=_0x80eeb8[_0x5d4a44(0x203)][_0x5d4a44(0x25c)](_0x5d4a44(0x212)),this[_0x5d4a44(0xfe)]=new Set(),this[_0x5d4a44(0x159)]=this[_0x5d4a44(0xe5)][_0x5d4a44(0x19f)],this[_0x5d4a44(0x1b3)]=new WeakMap(),this[_0x5d4a44(0x1a9)]=!0x1,this[_0x5d4a44(0x21c)]=new Set([_0x5d4a44(0x1cc)]),this[_0x5d4a44(0x219)]=new Set(),_0x80eeb8[_0x5d4a44(0x109)][_0x5d4a44(0x1bc)](_0x5d4a44(0x1c4),_0x5d4a44(0x1f8)),this[_0x5d4a44(0x280)]=_0x80eeb8[_0x5d4a44(0x109)][_0x5d4a44(0x25c)](_0x5d4a44(0x1c4)),_0x80eeb8[_0x5d4a44(0x109)][_0x5d4a44(0x1bc)](_0x5d4a44(0x1ce),!0x0),this[_0x5d4a44(0x18c)]=_0x80eeb8[_0x5d4a44(0x109)][_0x5d4a44(0x25c)](_0x5d4a44(0x1ce)),this[_0x5d4a44(0x13d)]=new _0x5539d(_0x80eeb8,this[_0x5d4a44(0xfe)]),this[_0x5d4a44(0x1af)](),this[_0x29a152([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x29a152([0x34,0x30,0x34,0x38,0x31,0x36,0x30,0x36]);}[_0x5a5c6d(0x1c7)](){const _0x2375ae=_0x5a5c6d,_0x1c0091=this[_0x2375ae(0xe5)],_0x30985d=(_0x49c9cb,_0x36a3d8)=>{const _0x3d6a98=_0x2375ae;if(_0x3d6a98(0x1ef)!=_0x49c9cb)return _0x3d6a98(0xe3)+_0x49c9cb;const _0x2d2bef=_0x36a3d8[_0x3d6a98(0x245)]('|')[0x0];return this[_0x3d6a98(0x229)](_0x2d2bef)?_0x3d6a98(0x11c):_0x3d6a98(0x143);};_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x116)]({'model':_0x2375ae(0x22b),'view':_0x36e89c=>{const _0x193fb5=_0x2375ae,{id:_0xf384c6,type:_0x17cef4,subType:_0x1cf6ea}=this[_0x193fb5(0x108)](_0x36e89c[_0x193fb5(0xfd)]),_0x11e933=[_0x193fb5(0x187),_0x30985d(_0x17cef4,_0x1cf6ea)];let _0x13efec=0xbb8;return this[_0x193fb5(0x147)][_0x193fb5(0x220)](_0x36e89c[_0x193fb5(0xfd)])&&(_0x11e933[_0x193fb5(0x100)](_0x193fb5(0x21a)),_0x13efec=0xbc2),_0x193fb5(0x135)==_0x17cef4&&(_0x13efec+=0x5),{'classes':_0x11e933,'attributes':{'data-suggestion':_0xf384c6},'priority':_0x13efec};}}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x16c)](_0x23e154=>{const _0x36c0ba=_0x2375ae;_0x23e154['on'](_0x36c0ba(0x262),(_0x500ac4,_0x4e2284,_0x400ab6)=>{const _0x3778e8=_0x36c0ba;if(!_0x400ab6[_0x3778e8(0x217)][_0x3778e8(0x22f)])return;const _0x586a13=_0x4e2284[_0x3778e8(0x179)];if(!_0x586a13)return;const _0x402928=_0x400ab6[_0x3778e8(0x24e)][_0x3778e8(0x182)](_0x586a13);_0x1c0091[_0x3778e8(0x19f)][_0x3778e8(0x1a6)][_0x3778e8(0x23d)](_0x586a13)&&_0x402928&&!_0x402928[_0x3778e8(0x210)](_0x3778e8(0x1f4))&&_0x402928['is'](_0x3778e8(0x19b))&&_0x27cfb7(_0x402928,_0x400ab6[_0x3778e8(0x1f6)]);},{'priority':_0x36c0ba(0x232)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x116)]({'model':_0x2375ae(0x22b),'view':(_0x146af9,_0x4a1371)=>{const _0x485da8=_0x2375ae;if(!_0x4a1371[_0x485da8(0x217)][_0x485da8(0x22f)])return null;const {type:_0x18aa77,subType:_0x455680}=this[_0x485da8(0x108)](_0x146af9[_0x485da8(0xfd)]);return{'classes':[_0x485da8(0x187),_0x30985d(_0x18aa77,_0x455680)],'priority':0xbb8};}});const _0x3330b3=({showActiveMarkers:_0x2de039=!0x0,isAttributeSuggestion:_0x2101d6=!0x1}={})=>(_0x8ce82a,_0x2c90f9,_0x318b9c)=>{const _0x482d25=_0x2375ae;if(!_0x2c90f9[_0x482d25(0x179)])return;const {id:_0x3a31db}=this[_0x482d25(0x108)](_0x2c90f9[_0x482d25(0xfd)]);if(_0x2101d6){const _0x388527=this[_0x482d25(0x11f)][_0x482d25(0x25c)](_0x3a31db),_0xe7352c=this[_0x482d25(0xdf)](_0x388527);if(!this[_0x482d25(0x229)](_0xe7352c))return;}if(_0x2c90f9[_0x482d25(0x179)]['is'](_0x482d25(0x224)))return void _0x318b9c[_0x482d25(0x22a)][_0x482d25(0x119)](_0x2c90f9[_0x482d25(0x179)],_0x8ce82a[_0x482d25(0x268)]);const _0x194ca9=_0x318b9c[_0x482d25(0x24e)][_0x482d25(0x182)](_0x2c90f9[_0x482d25(0x179)]);if(_0x2c90f9[_0x482d25(0x179)]['is'](_0x482d25(0x175))&&_0x1c0091[_0x482d25(0x19f)][_0x482d25(0x1a6)][_0x482d25(0x238)](_0x2c90f9[_0x482d25(0x179)])&&!_0x194ca9[_0x482d25(0x210)](_0x482d25(0x258))){_0x318b9c[_0x482d25(0x1f6)][_0x482d25(0x27b)]([_0x482d25(0x187),_0x482d25(0x11c)],_0x194ca9),_0x318b9c[_0x482d25(0x1f6)][_0x482d25(0x117)](_0x482d25(0x226),_0x3a31db,_0x194ca9),_0x318b9c[_0x482d25(0x24e)][_0x482d25(0x195)](_0x194ca9,_0x2c90f9[_0x482d25(0xfd)]),_0x2de039&&(this[_0x482d25(0x147)][_0x482d25(0x220)](_0x2c90f9[_0x482d25(0xfd)])?_0x318b9c[_0x482d25(0x1f6)][_0x482d25(0x27b)](_0x482d25(0x21a),_0x194ca9):_0x318b9c[_0x482d25(0x1f6)][_0x482d25(0x236)](_0x482d25(0x21a),_0x194ca9));for(const _0x53aeb7 of _0x1c0091[_0x482d25(0x19f)][_0x482d25(0x146)](_0x2c90f9[_0x482d25(0x179)])[_0x482d25(0x11e)]())_0x318b9c[_0x482d25(0x22a)][_0x482d25(0x119)](_0x53aeb7,_0x8ce82a[_0x482d25(0x268)]);_0x318b9c[_0x482d25(0x22a)][_0x482d25(0x119)](_0x2c90f9[_0x482d25(0x179)],_0x8ce82a[_0x482d25(0x268)]);}};_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x16c)](_0x4abfee=>{const _0x2b0f29=_0x2375ae;_0x4abfee['on'](_0x2b0f29(0xf4),(_0x540cb2,_0x398c85,_0x52b471)=>{const _0x3e83e2=_0x2b0f29;_0x52b471[_0x3e83e2(0x217)][_0x3e83e2(0x22f)]&&_0x3330b3({'showActiveMarkers':!0x1})(_0x540cb2,_0x398c85,_0x52b471);},{'priority':_0x2b0f29(0x16d)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x16c)](_0x2d66e3=>{const _0x4d124a=_0x2375ae;_0x2d66e3['on'](_0x4d124a(0x25f),(_0x3cf7c4,_0x254cba,_0x525b15)=>{const _0x346b31=_0x4d124a;_0x525b15[_0x346b31(0x217)][_0x346b31(0x22f)]&&_0x3330b3({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3cf7c4,_0x254cba,_0x525b15);},{'priority':_0x4d124a(0x16d)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x103))[_0x2375ae(0x1fe)]({'model':_0x2375ae(0x22b),'view':(_0x15955d,_0x37199c)=>_0x37199c[_0x2375ae(0x217)][_0x2375ae(0x22f)]?null:{'group':_0x2375ae(0x22b),'name':_0x15955d[_0x2375ae(0x1ff)](0xb)}}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x276))[_0x2375ae(0x12e)]({'view':{'name':_0x2375ae(0x22b),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0xa6c205,{writer:_0x3c4c25})=>{const _0x116cc4=_0x2375ae;let _0x5c264e=_0x116cc4(0x1fd)+_0xa6c205[_0x116cc4(0x25e)](_0x116cc4(0x148))+':'+_0xa6c205[_0x116cc4(0x25e)]('id');return _0xa6c205[_0x116cc4(0x25e)](_0x116cc4(0x1cf))&&(_0x5c264e+=':'+_0xa6c205[_0x116cc4(0x25e)](_0x116cc4(0x1cf))),_0x3c4c25[_0x116cc4(0x154)](_0x116cc4(0x123),{'data-name':_0x5c264e});}}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x276))[_0x2375ae(0x1dc)]({'view':_0x2375ae(0x22b)}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x16c)](_0x23660b=>{const _0x1ed3c6=_0x2375ae;_0x23660b['on'](_0x1ed3c6(0xf4),_0x3330b3(),{'priority':_0x1ed3c6(0x232)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x16c)](_0x330352=>{const _0x3da44e=_0x2375ae;_0x330352['on'](_0x3da44e(0x25f),_0x3330b3({'isAttributeSuggestion':!0x0}),{'priority':_0x3da44e(0x232)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x16c)](_0x2110fd=>{const _0x2e7c50=_0x2375ae;_0x2110fd['on'](_0x2e7c50(0x250),(_0x2cfeae,_0x35518f,_0x341590)=>{const _0x363705=_0x2e7c50,_0x3a6718=_0x341590[_0x363705(0x24e)][_0x363705(0x106)](_0x35518f[_0x363705(0xfd)]);if(_0x3a6718){for(const _0x408a84 of _0x3a6718)_0x408a84[_0x363705(0x210)](_0x363705(0x258))||(_0x341590[_0x363705(0x1f6)][_0x363705(0x236)]([_0x363705(0x187),_0x363705(0x11c),_0x363705(0x21a)],_0x408a84),_0x341590[_0x363705(0x1f6)][_0x363705(0x263)](_0x363705(0x226),_0x408a84),_0x341590[_0x363705(0x24e)][_0x363705(0x279)](_0x408a84,_0x35518f[_0x363705(0xfd)]));}},{'priority':_0x2e7c50(0x232)});}),_0x1c0091[_0x2375ae(0x28b)][_0x2375ae(0x13b)](_0x2375ae(0x1a3))[_0x2375ae(0x16c)](_0x376632=>{const _0x127116=_0x2375ae;_0x376632['on'](_0x127116(0x1fa),(_0x32a7f8,_0x1f9565,_0x4be02e)=>{const _0x13397c=_0x127116,_0x42dea2=_0x4be02e[_0x13397c(0x24e)][_0x13397c(0x106)](_0x1f9565[_0x13397c(0xfd)]);if(!_0x42dea2)return;const {id:_0x974f0}=this[_0x13397c(0x108)](_0x1f9565[_0x13397c(0xfd)]),_0x34e102=this[_0x13397c(0x11f)][_0x13397c(0x25c)](_0x974f0),_0x430b46=this[_0x13397c(0xdf)](_0x34e102);if(this[_0x13397c(0x229)](_0x430b46)){for(const _0xd26dda of _0x42dea2)_0xd26dda[_0x13397c(0x210)](_0x13397c(0x258))||(_0x4be02e[_0x13397c(0x1f6)][_0x13397c(0x236)]([_0x13397c(0x187),_0x13397c(0x11c),_0x13397c(0x21a)],_0xd26dda),_0x4be02e[_0x13397c(0x1f6)][_0x13397c(0x263)](_0x13397c(0x226),_0xd26dda),_0x4be02e[_0x13397c(0x24e)][_0x13397c(0x279)](_0xd26dda,_0x1f9565[_0x13397c(0xfd)]));}},{'priority':_0x127116(0x232)});}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)][_0x2375ae(0x14c)](_0x5e249e=>{const _0x1c17cd=_0x2375ae;let _0x4d19c6=!0x1;const _0x26c559=Array[_0x1c17cd(0x28f)](_0x1c0091[_0x1c17cd(0x19f)][_0x1c17cd(0x152)][_0x1c17cd(0x1d3)][_0x1c17cd(0x204)]()),_0x564736=new Set();for(const {name:_0x63d431,data:_0x2802a0}of _0x26c559){const {group:_0x1e05b2,type:_0xbaebd7,subType:_0x57fa1e,id:_0x350483}=this[_0x1c17cd(0x108)](_0x63d431);if(_0x1c17cd(0x22b)!==_0x1e05b2)continue;const _0x30e010=this[_0x1c17cd(0x11f)][_0x1c17cd(0x25c)](_0x350483);if(null!=_0x2802a0[_0x1c17cd(0x15f)]){_0x1c17cd(0x206)==_0xbaebd7&&(_0x4d19c6=_0x4d19c6||Ut(_0x2802a0[_0x1c17cd(0x15f)],_0x63d431,_0x5e249e,_0x1c0091[_0x1c17cd(0x19f)][_0x1c17cd(0x1a6)]));const _0x598114=_0x1c17cd(0x1ef)==_0xbaebd7&&this[_0x1c17cd(0x229)](_0x57fa1e[_0x1c17cd(0x245)]('|')[0x0]);if(_0x2802a0[_0x1c17cd(0x15f)][_0x1c17cd(0xe0)]||_0x1c17cd(0x211)==_0x2802a0[_0x1c17cd(0x15f)][_0x1c17cd(0x17f)][_0x1c17cd(0x12b)]||_0x1c17cd(0x1e4)==_0xbaebd7&&!Ft(_0x2802a0[_0x1c17cd(0x15f)])||_0x598114&&!Ft(_0x2802a0[_0x1c17cd(0x15f)])||_0x1c17cd(0x135)==_0xbaebd7&&!(!Vt(_0x2d985c=_0x2802a0[_0x1c17cd(0x15f)])&&!function(_0x39fe87){const _0x2e50f0=_0x1c17cd;return _0x39fe87[_0x2e50f0(0x10b)][_0x2e50f0(0x13a)]==_0x39fe87[_0x2e50f0(0x10f)][_0x2e50f0(0x20e)]&&_0x39fe87[_0x2e50f0(0x10b)][_0x2e50f0(0x208)];}(_0x2d985c)))_0x5e249e[_0x1c17cd(0x121)](_0x63d431),_0x4d19c6=!0x0;else{if(!_0x30e010||!_0x30e010[_0x1c17cd(0x1d5)])continue;if(_0x2802a0[_0x1c17cd(0x15f)]&&_0x2802a0[_0x1c17cd(0xed)]&&_0x2802a0[_0x1c17cd(0x15f)][_0x1c17cd(0x1c6)](_0x2802a0[_0x1c17cd(0xed)]))continue;_0x564736[_0x1c17cd(0x16c)](_0x30e010);}}}var _0x2d985c;return _0x564736[_0x1c17cd(0x286)]>0x0&&(_0x4d19c6=!!this[_0x1c17cd(0x20a)](_0x564736)||_0x4d19c6),_0x4d19c6;}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)][_0x2375ae(0x14c)](_0x2fe45c=>{const _0x2b0c9b=_0x2375ae;let _0x4ed7f2=!0x1;for(const _0x28aa47 of _0x1c0091[_0x2b0c9b(0x19f)][_0x2b0c9b(0x152)][_0x2b0c9b(0x1d3)][_0x2b0c9b(0x197)]())if(_0x2b0c9b(0x259)==_0x28aa47[_0x2b0c9b(0x186)])for(const _0x3276cd of this[_0x2b0c9b(0x11f)][_0x2b0c9b(0x114)]()){if(_0x3276cd[_0x2b0c9b(0x1ab)]||!_0x3276cd[_0x2b0c9b(0x1d5)])continue;const _0x2ba4f8=_0x2b0c9b(0x1e4)==_0x3276cd[_0x2b0c9b(0x186)],_0x1a0494=this[_0x2b0c9b(0xdf)](_0x3276cd),_0x26b72d=_0x1a0494&&this[_0x2b0c9b(0x229)](_0x1a0494);if(!_0x2ba4f8&&!_0x26b72d)continue;const _0x5be432=_0x3276cd[_0x2b0c9b(0x1e3)]();if(_0x5be432[_0x2b0c9b(0x10b)][_0x2b0c9b(0x13a)]!=_0x5be432[_0x2b0c9b(0x10f)][_0x2b0c9b(0x13a)]&&!_0x5be432[_0x2b0c9b(0x10f)][_0x2b0c9b(0x208)]){const _0x17cf6d=_0x1c0091[_0x2b0c9b(0x19f)][_0x2b0c9b(0x23c)](_0x5be432[_0x2b0c9b(0x10b)][_0x2b0c9b(0x165)],_0x2b0c9b(0x10f)),_0x5d7774=_0x1c0091[_0x2b0c9b(0x19f)][_0x2b0c9b(0x240)](_0x5be432[_0x2b0c9b(0x10b)],_0x17cf6d);_0x2fe45c[_0x2b0c9b(0x22e)](_0x3276cd[_0x2b0c9b(0x202)](),{'range':_0x5d7774}),_0x4ed7f2=!0x0;}}return _0x4ed7f2;}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)][_0x2375ae(0x14c)](_0x26fd98=>this[_0x2375ae(0x1a5)](_0x26fd98)),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)][_0x2375ae(0x14c)](_0x1db9e1=>!_0x1db9e1[_0x2375ae(0x1a1)][_0x2375ae(0x1e7)]&&this[_0x2375ae(0x269)](_0x1db9e1)),_0x1c0091[_0x2375ae(0x19f)]['on'](_0x2375ae(0x21d),()=>{const _0x1e19e2=_0x2375ae;this[_0x1e19e2(0x1f1)]=!0x1;}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)]['on'](_0x2375ae(0x1db),(_0x3d8415,_0x40eb10)=>{const _0x5b1883=_0x2375ae;if(!_0x40eb10[_0x5b1883(0x1e7)]||_0x40eb10[_0x5b1883(0x177)])return;if(!this[_0x5b1883(0x1f1)])return;const _0x42ea8b=_0x1c0091[_0x5b1883(0x19f)][_0x5b1883(0x152)][_0x5b1883(0x1d3)][_0x5b1883(0x197)]();if(0x0==_0x42ea8b[_0x5b1883(0x1ed)])return;const _0x1a2db5=[],_0x1d823b=_0x42ea8b[_0x5b1883(0x155)](_0x595feb=>_0x5b1883(0x1ef)==_0x595feb[_0x5b1883(0x186)]),_0x266eec=_0x42ea8b[_0x5b1883(0x155)](_0x6a49c0=>_0x5b1883(0x259)==_0x6a49c0[_0x5b1883(0x186)]&&_0x5b1883(0x237)!=_0x6a49c0[_0x5b1883(0x268)]);for(const _0x5e6123 of _0x1d823b)this[_0x5b1883(0x26b)](_0x5e6123[_0x5b1883(0x227)])&&_0x1a2db5[_0x5b1883(0x100)]({'key':_0x5e6123[_0x5b1883(0x227)],'newValue':_0x5e6123[_0x5b1883(0x253)],'oldValue':_0x5e6123[_0x5b1883(0x1f0)],'range':Pt(_0x5e6123[_0x5b1883(0x1e1)],_0x1c0091[_0x5b1883(0x19f)])});for(const _0x1f6ef8 of _0x266eec){if(_0x5b1883(0x21b)!=_0x1f6ef8[_0x5b1883(0x1b6)]&&_0x5b1883(0x1b1)!=_0x1f6ef8[_0x5b1883(0x1b6)])continue;const _0x1fb425=Lt(_0x1f6ef8[_0x5b1883(0x235)][_0x5b1883(0x165)],_0x1c0091[_0x5b1883(0x19f)]),_0x1b324c=_0x1f6ef8[_0x5b1883(0x1ba)];_0x5b1883(0x21b)==_0x1f6ef8[_0x5b1883(0x1b6)]&&_0x1a2db5[_0x5b1883(0x100)]({'key':_0x5b1883(0x1cc),'newValue':_0x1f6ef8[_0x5b1883(0x268)],'oldValue':_0x1b324c[_0x5b1883(0x268)],'range':_0x1fb425});for(const [_0x2ed009,_0x3ecc10]of _0x1b324c[_0x5b1883(0x275)]){if(!this[_0x5b1883(0x26b)](_0x2ed009))continue;const _0x507347=_0x1f6ef8[_0x5b1883(0x275)][_0x5b1883(0x25c)](_0x2ed009);_0x3ecc10!==_0x507347&&_0x1a2db5[_0x5b1883(0x100)]({'key':_0x2ed009,'newValue':_0x507347,'oldValue':_0x3ecc10,'range':_0x1fb425});}for(const [_0x3a1d57,_0x472dc5]of _0x1f6ef8[_0x5b1883(0x275)])this[_0x5b1883(0x26b)](_0x3a1d57)&&(_0x1b324c[_0x5b1883(0x275)][_0x5b1883(0x215)](_0x3a1d57)||_0x1a2db5[_0x5b1883(0x100)]({'key':_0x3a1d57,'newValue':_0x472dc5,'oldValue':null,'range':_0x1fb425}));}0x0!=_0x1a2db5[_0x5b1883(0x1ed)]&&_0x1c0091[_0x5b1883(0x19f)][_0x5b1883(0x1c2)](_0x40eb10,_0x19b036=>{const _0x428979=_0x5b1883,_0x2d5449=_0x1b8ddb();for(const {range:_0x23f3ea,key:_0x1e5788,oldValue:_0x5011b7,newValue:_0x7be9b}of _0x1a2db5)this[_0x428979(0x15c)](_0x23f3ea,_0x1e5788,_0x5011b7,_0x7be9b,{'groupId':_0x2d5449});this[_0x428979(0x23f)](_0x19b036,_0x1a2db5);});},{'priority':_0x2375ae(0x132)}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x10d)]['on'](_0x2375ae(0x230),(_0x1c4f57,_0x285fb5,_0x46f1aa)=>{const _0x53ba62=_0x2375ae;if(null==_0x46f1aa){const {id:_0x2563c4}=this[_0x53ba62(0x108)](_0x285fb5[_0x53ba62(0x268)]),_0x249a31=this[_0x53ba62(0x11f)][_0x53ba62(0x25c)](_0x2563c4);_0x249a31&&_0x249a31[_0x53ba62(0x278)](_0x285fb5[_0x53ba62(0x268)]);}}),_0x1c0091[_0x2375ae(0x19f)][_0x2375ae(0x152)]['on'](_0x2375ae(0x1db),()=>{const _0x4bd58c=_0x2375ae,_0x55f1a0=Array[_0x4bd58c(0x28f)](_0x1c0091[_0x4bd58c(0x19f)][_0x4bd58c(0x152)][_0x4bd58c(0x1d3)][_0x4bd58c(0x204)]())[_0x4bd58c(0x155)](_0x4d56cc=>_0x4bd58c(0x22b)===this[_0x4bd58c(0x108)](_0x4d56cc[_0x4bd58c(0x268)])[_0x4bd58c(0x136)]);if(0x0===_0x55f1a0[_0x4bd58c(0x1ed)])return;_0x55f1a0[_0x4bd58c(0x271)]((_0x168289,_0x43ebf2)=>{const _0x214f79=_0x4bd58c,_0x462715=_0x168289[_0x214f79(0xf1)][_0x214f79(0xed)],_0x1c1fb2=_0x43ebf2[_0x214f79(0xf1)][_0x214f79(0xed)];return null===_0x462715&&null===_0x1c1fb2?0x0:null===_0x462715&&null!==_0x1c1fb2?-0x1:null!==_0x462715&&null===_0x1c1fb2?0x1:_0x462715[_0x214f79(0x10b)][_0x214f79(0xe8)](_0x1c1fb2[_0x214f79(0x10b)])?-0x1:0x1;});const _0x2823b8=new Set(),_0x39d69c=new Set();for(const {name:_0x3290dd,data:_0x373f70}of _0x55f1a0){const {id:_0x2bd36a}=this[_0x4bd58c(0x108)](_0x3290dd);if(null===_0x373f70[_0x4bd58c(0xed)]){const _0x545723=this[_0x4bd58c(0x172)](_0x3290dd);_0x39d69c[_0x4bd58c(0x16c)](_0x545723);}else{const _0x4de548=this[_0x4bd58c(0x11f)][_0x4bd58c(0x25c)](_0x2bd36a);null!==_0x373f70[_0x4bd58c(0x15f)]||_0x4de548[_0x4bd58c(0x1d5)]?(_0x2823b8[_0x4bd58c(0x16c)](_0x4de548[_0x4bd58c(0x273)]),_0x39d69c[_0x4bd58c(0x16c)](_0x4de548)):this[_0x4bd58c(0x19d)](_0x4de548);}}_0x39d69c[_0x4bd58c(0x286)]>0x0&&this[_0x4bd58c(0xe6)](_0x39d69c);for(const _0xee5d9a of _0x2823b8)this[_0x4bd58c(0x20d)](_0x4bd58c(0x200),_0xee5d9a);}),_0x1c0091[_0x2375ae(0x19f)]['on'](_0x2375ae(0x1c0),(_0x3ed619,_0x48b74d)=>{const _0x3b9e5b=_0x2375ae,_0x59a92f=_0x48b74d[0x0];if(!this[_0x3b9e5b(0x11f)][_0x3b9e5b(0x286)])return;if(!_0x59a92f[_0x3b9e5b(0x15b)])return;if(_0x59a92f[_0x3b9e5b(0x1a1)][_0x3b9e5b(0x177)]||!_0x59a92f[_0x3b9e5b(0x1a1)][_0x3b9e5b(0x1e7)])return;let _0x3d0550,_0xd5a247;switch(_0x59a92f[_0x3b9e5b(0x186)]){case _0x3b9e5b(0x259):_0x3d0550=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x23c)](_0x59a92f[_0x3b9e5b(0x235)]),_0xd5a247=_0x3d0550[_0x3b9e5b(0x18f)](_0x59a92f[_0x3b9e5b(0x190)]);break;case _0x3b9e5b(0x245):_0x3d0550=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x23c)](_0x59a92f[_0x3b9e5b(0x1e0)]),_0xd5a247=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x23c)](_0x59a92f[_0x3b9e5b(0x13f)]);break;case _0x3b9e5b(0xe2):_0x3d0550=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x23c)](_0x59a92f[_0x3b9e5b(0x158)]),_0xd5a247=_0x3d0550[_0x3b9e5b(0x18f)](_0x59a92f[_0x3b9e5b(0x190)]);break;default:return;}const _0x2068bc=_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x240)](_0x3d0550,_0xd5a247);_0x1c0091[_0x3b9e5b(0x19f)][_0x3b9e5b(0x14f)](()=>{const _0xa52f2f=_0x3b9e5b;for(const {suggestion:_0x37e884,meta:_0x4d7012}of this[_0xa52f2f(0x260)](_0x2068bc)){if(_0x37e884[_0xa52f2f(0x1ab)])continue;if(_0xa52f2f(0x206)==_0x37e884[_0xa52f2f(0x186)])continue;const _0x2febe7=this[_0xa52f2f(0xdf)](_0x37e884);if(_0x2febe7&&this[_0xa52f2f(0x229)](_0x2febe7)&&_0xa52f2f(0x245)!=_0x59a92f[_0xa52f2f(0x186)])continue;const _0x89b7f1=_0x37e884[_0xa52f2f(0xf1)]&&_0x37e884[_0xa52f2f(0xf1)][_0xa52f2f(0xfc)];(_0xa52f2f(0x1e4)!=_0x37e884[_0xa52f2f(0x186)]||_0xa52f2f(0x245)==_0x59a92f[_0xa52f2f(0x186)]&&!_0x89b7f1)&&(_0x4d7012[_0xa52f2f(0x16b)]||_0xa52f2f(0x21e)==_0x37e884[_0xa52f2f(0x186)]&&_0x4d7012[_0xa52f2f(0x19a)]||_0x37e884[_0xa52f2f(0x1e3)]()[_0xa52f2f(0x1fb)](_0x2068bc)&&this[_0xa52f2f(0x1d4)](_0x37e884,_0x3d0550,_0xd5a247));}});},{'priority':_0x2375ae(0x132)}),_0x1c0091[_0x2375ae(0x19f)]['on'](_0x2375ae(0x26e),(_0x4e7983,_0x5ae86d)=>{const _0x211265=_0x2375ae,_0x1e1c88=_0x5ae86d[0x0],_0x22d73e=_0x5ae86d[0x1];if(_0x22d73e&&_0x22d73e[_0x211265(0x169)])return;if(this[_0x211265(0x1a9)])return;if(!this[_0x211265(0x13d)][_0x211265(0xf0)])return;if(_0x1e1c88[_0x211265(0xe0)])return;const _0x169480=_0x1c0091[_0x211265(0x19f)][_0x211265(0x1a6)],{start:_0x53fc25,end:_0x2a973a}=_0x1e1c88[_0x211265(0x1e3)](),_0x3204d7=_0x53fc25[_0x211265(0x165)]&&_0x169480[_0x211265(0x1a8)](_0x53fc25[_0x211265(0x165)])?null:_0x169480[_0x211265(0x252)](_0x53fc25,_0x211265(0x1eb)),_0x103d6d=_0x2a973a[_0x211265(0x20e)]&&_0x169480[_0x211265(0x1a8)](_0x2a973a[_0x211265(0x20e)])?null:_0x169480[_0x211265(0x252)](_0x2a973a,_0x211265(0x1b4)),_0x331e4f=_0x1c0091[_0x211265(0x19f)][_0x211265(0x240)](_0x3204d7?_0x3204d7[_0x211265(0x10b)]:_0x53fc25,_0x103d6d?_0x103d6d[_0x211265(0x10f)]:_0x2a973a);_0x1c0091[_0x211265(0x19f)][_0x211265(0x14f)](_0x319217=>{const _0x4d3569=_0x211265;this[_0x4d3569(0x22d)](_0x331e4f);const _0xa7229c=_0x1c0091[_0x4d3569(0x19f)][_0x4d3569(0x1a6)][_0x4d3569(0x252)](_0x331e4f[_0x4d3569(0x10b)]);_0x1e1c88['is'](_0x4d3569(0x153))?_0x319217[_0x4d3569(0x246)](_0xa7229c):_0x1e1c88[_0x4d3569(0x265)](_0xa7229c);}),_0x4e7983[_0x211265(0x15a)]();},{'priority':_0x3f30e4[_0x2375ae(0xf8)]+0xa}),_0x1c0091[_0x2375ae(0x19f)]['on'](_0x2375ae(0x216),(_0x19bf13,_0x552a25)=>{const _0x390085=_0x2375ae,_0x2b77fd=_0x552a25[_0x552a25[_0x390085(0x1ed)]-0x1];_0x2b77fd&&_0x2b77fd[_0x390085(0x169)]||this[_0x390085(0x1a9)]||this[_0x390085(0x13d)][_0x390085(0xf0)]&&(_0x1c0091[_0x390085(0x19f)][_0x390085(0x14f)](()=>{const _0x38d171=_0x390085;let _0x2cc7f6=_0x1c0091[_0x38d171(0x19f)][_0x38d171(0x216)](_0x552a25[0x0],_0x552a25[0x1],_0x552a25[0x2],{'forceDefaultExecution':!0x0});if(!_0x2cc7f6)return;_0x19bf13[_0x38d171(0x15e)]=_0x2cc7f6[_0x38d171(0x128)]();const _0x1c328c=_0x2cc7f6[_0x38d171(0x10f)][_0x38d171(0x20e)],_0x2021b5=_0x1c0091[_0x38d171(0x19f)][_0x38d171(0x1a6)];_0x1c328c&&_0x2021b5[_0x38d171(0x238)](_0x1c328c)&&!_0x2021b5[_0x38d171(0x23d)](_0x1c328c)&&(_0x2cc7f6=_0x1c0091[_0x38d171(0x19f)][_0x38d171(0x240)](_0x2cc7f6[_0x38d171(0x10b)],_0x1c0091[_0x38d171(0x19f)][_0x38d171(0x23c)](_0x1c328c,_0x38d171(0x10f)))),this[_0x38d171(0xf2)](_0x2cc7f6);}),_0x19bf13[_0x390085(0x15a)]());},{'priority':_0x2375ae(0x232)}),this[_0x2375ae(0xe5)][_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x167),this[_0x2375ae(0x13d)]),this[_0x2375ae(0xf3)](_0x2375ae(0x167));const _0x373833=new _0x31ca0c(_0x1c0091,this[_0x2375ae(0x11f)]);_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x1b0),_0x373833),this[_0x2375ae(0xf3)](_0x2375ae(0x1b0));const _0x9de711=new _0x25ca8a(_0x1c0091,this[_0x2375ae(0x11f)]);_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x1e5),_0x9de711),this[_0x2375ae(0xf3)](_0x2375ae(0x1e5)),_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x1ad),new _0x21a9e0(_0x1c0091,_0x373833,this[_0x2375ae(0x11f)])),this[_0x2375ae(0xf3)](_0x2375ae(0x1ad)),_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x1e6),new _0x21a9e0(_0x1c0091,_0x9de711,this[_0x2375ae(0x11f)])),this[_0x2375ae(0xf3)](_0x2375ae(0x1e6)),_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x27d),new _0x715402(_0x1c0091,_0x373833,this[_0x2375ae(0x11f)])),this[_0x2375ae(0xf3)](_0x2375ae(0x27d)),_0x1c0091[_0x2375ae(0x1d1)][_0x2375ae(0x16c)](_0x2375ae(0x16f),new _0x715402(_0x1c0091,_0x9de711,this[_0x2375ae(0x11f)])),this[_0x2375ae(0xf3)](_0x2375ae(0x16f));const _0x242fb8=_0x1c0091[_0x2375ae(0x203)][_0x2375ae(0x25c)](_0x2375ae(0x212));this[_0x2375ae(0x10e)](_0x242fb8,_0x2375ae(0x162),(_0x248a6e,{threadId:_0x23cb14})=>{const _0x2850de=_0x2375ae,_0x57dd16=this[_0x2850de(0x11f)][_0x2850de(0x25c)](_0x23cb14);_0x57dd16&&_0x57dd16[_0x2850de(0x115)]&&0x1===_0x57dd16[_0x2850de(0x115)][_0x2850de(0x1ed)]&&this[_0x2850de(0x199)](_0x23cb14,{'hasComments':!0x0});},{'priority':_0x2375ae(0x193)}),this[_0x2375ae(0x10e)](_0x242fb8,_0x2375ae(0x140),(_0x523599,{threadId:_0x132730})=>{const _0x42e33f=_0x2375ae,_0x5e91be=this[_0x42e33f(0x11f)][_0x42e33f(0x25c)](_0x132730);_0x5e91be&&_0x5e91be[_0x42e33f(0x115)]&&!_0x5e91be[_0x42e33f(0x115)][_0x42e33f(0x1ed)]&&this[_0x42e33f(0x199)](_0x132730,{'hasComments':!0x1});},{'priority':_0x2375ae(0x193)});}set[_0x5a5c6d(0x198)](_0x27fb03){const _0x2d814c=_0x5a5c6d;if(this[_0x2d814c(0x266)])throw new _0x422e46(_0x2d814c(0x214),this);this[_0x2d814c(0x266)]=_0x27fb03;}get[_0x5a5c6d(0x198)](){const _0x43a2bc=_0x5a5c6d;return this[_0x43a2bc(0x266)];}[_0x5a5c6d(0x25b)]({skipNotAttached:_0x32fd1c=!0x1,toJSON:_0x2972bc=!0x1}={}){const _0x37c136=_0x5a5c6d,_0xc80941=[];for(const _0x2fa2fd of this[_0x37c136(0x11f)][_0x37c136(0x114)]())_0x32fd1c&&!_0x2fa2fd[_0x37c136(0x1d5)]||_0xc80941[_0x37c136(0x100)](_0x2fa2fd);return _0x2972bc?_0xc80941[_0x37c136(0x218)](_0x3e8c57=>_0x3e8c57[_0x37c136(0x1d2)]()):_0xc80941;}[_0x5a5c6d(0x111)](_0x5719c1){const _0x1c1edc=_0x5a5c6d,_0x2d3a69=this[_0x1c1edc(0x11f)][_0x1c1edc(0x25c)](_0x5719c1);if(!_0x2d3a69)throw new _0x422e46(_0x1c1edc(0xef),this);return _0x2d3a69;}[_0x5a5c6d(0x28e)](_0x353907){const _0x3503f9=_0x5a5c6d;return this[_0x3503f9(0x11f)][_0x3503f9(0x215)](_0x353907);}[_0x5a5c6d(0x1bf)](_0x58a57a){const _0x1e67e2=_0x5a5c6d,{authorId:_0x4add9d,id:_0x103bfc,attributes:_0xa5cda0}=_0x58a57a,[_0x3b153d,_0x52763e]=_0x58a57a[_0x1e67e2(0x186)][_0x1e67e2(0x245)](':'),_0x13fa56=this[_0x1e67e2(0x11f)][_0x1e67e2(0x25c)](_0x103bfc)||this[_0x1e67e2(0x144)](_0x3b153d,_0x52763e,_0x103bfc,_0x4add9d,_0xa5cda0);if(this[_0x1e67e2(0x289)](_0x13fa56),this[_0x1e67e2(0x163)](_0x13fa56,_0x3b153d,_0x52763e||null,_0x4add9d),_0x13fa56[_0x1e67e2(0x126)]=_0x58a57a[_0x1e67e2(0x126)],_0x13fa56[_0x1e67e2(0x1e9)]=!0x0,_0xa5cda0&&_0xa5cda0[_0x1e67e2(0xeb)]){const _0x6c627d=_0xa5cda0[_0x1e67e2(0xeb)],_0x1e0a2e=this[_0x1e67e2(0x28c)](_0x6c627d[_0x1e67e2(0x267)]);_0x13fa56[_0x1e67e2(0xde)]=_0x6c627d[_0x1e67e2(0x126)],_0x13fa56[_0x1e67e2(0x137)]=_0x1e0a2e,_0x13fa56[_0x1e67e2(0x1da)]=!0x0;}else _0x13fa56[_0x1e67e2(0xde)]=_0x58a57a[_0x1e67e2(0x126)];switch(_0x58a57a[_0x1e67e2(0xf1)]&&(_0x13fa56[_0x1e67e2(0xf1)]=_0x58a57a[_0x1e67e2(0xf1)]),_0x58a57a[_0x1e67e2(0x275)]&&(_0x13fa56[_0x1e67e2(0x275)]=_0x58a57a[_0x1e67e2(0x275)]),this[_0x1e67e2(0x266)]&&this[_0x1e67e2(0x266)][_0x1e67e2(0xfb)]||(_0x13fa56[_0x1e67e2(0x112)]=!0x0),this[_0x1e67e2(0x1b3)][_0x1e67e2(0x25c)](_0x13fa56)){case _0x1e67e2(0x256):this[_0x1e67e2(0x1b3)][_0x1e67e2(0x17a)](_0x13fa56,_0x1e67e2(0x287));break;case _0x1e67e2(0x18b):_0x13fa56[_0x1e67e2(0x1d5)]?(this[_0x1e67e2(0x20a)](new Set([_0x13fa56])),this[_0x1e67e2(0xe6)](new Set([_0x13fa56])),this[_0x1e67e2(0x1b3)][_0x1e67e2(0x17a)](_0x13fa56,_0x1e67e2(0x11d)),this[_0x1e67e2(0x20d)](_0x1e67e2(0x243),_0x13fa56)):this[_0x1e67e2(0x1b3)][_0x1e67e2(0x17a)](_0x13fa56,_0x1e67e2(0x12c));}return _0x13fa56;}[_0x5a5c6d(0x1b0)](_0x55205b){const _0x2dcbd8=_0x5a5c6d;this[_0x2dcbd8(0x169)](()=>{const _0x249e7c=_0x2dcbd8;this[_0x249e7c(0xe5)][_0x249e7c(0x19f)][_0x249e7c(0x14f)](()=>{const _0x494353=_0x249e7c;for(const _0x488c18 of _0x55205b[_0x494353(0x257)]())_0x488c18[_0x494353(0x26d)]();});});}[_0x5a5c6d(0x1e5)](_0x269c8f){const _0x4b3c07=_0x5a5c6d;this[_0x4b3c07(0x169)](()=>{const _0xcb8eae=_0x4b3c07;this[_0xcb8eae(0xe5)][_0xcb8eae(0x19f)][_0xcb8eae(0x14f)](()=>{const _0x48c418=_0xcb8eae;for(const _0x18fbca of _0x269c8f[_0x48c418(0x257)]())_0x18fbca[_0x48c418(0x1a0)]();});});}[_0x5a5c6d(0xf3)](_0x2c408d,_0x282aae){const _0x458492=_0x5a5c6d,_0x10d465=this[_0x458492(0xe5)][_0x458492(0x1d1)][_0x458492(0x25c)](_0x2c408d);if(!_0x10d465)throw new _0x422e46(_0x458492(0x184),this,{'commandName':_0x2c408d});if(this[_0x458492(0xfe)][_0x458492(0x215)](_0x10d465))throw new _0x422e46(_0x458492(0xea),this,{'commandName':_0x2c408d});this[_0x458492(0xfe)][_0x458492(0x16c)](_0x10d465),_0x282aae&&_0x10d465['on'](_0x458492(0x1ee),(_0x104a0c,_0x55bad1)=>{const _0x517bb1=_0x458492;this[_0x517bb1(0x13d)][_0x517bb1(0xf0)]&&(this[_0x517bb1(0x1a9)]||(_0x55bad1[_0x517bb1(0x1ed)]>0x0&&_0x55bad1[_0x55bad1[_0x517bb1(0x1ed)]-0x1]&&_0x55bad1[_0x55bad1[_0x517bb1(0x1ed)]-0x1][_0x517bb1(0x169)]?_0x55bad1[_0x517bb1(0x1f7)]():(_0x104a0c[_0x517bb1(0x15e)]=_0x282aae((..._0x129e12)=>_0x10d465[_0x517bb1(0x1ee)](..._0x129e12,{'forceDefaultExecution':!0x0}),..._0x55bad1),_0x104a0c[_0x517bb1(0x15a)]())));},{'priority':_0x458492(0x232)});}[_0x5a5c6d(0x169)](_0x48287c){const _0x3eb800=_0x5a5c6d;let _0x5ce9d7,_0x361d67;const _0x402ac6=this[_0x3eb800(0x1a9)];this[_0x3eb800(0x1a9)]=!0x0;try{_0x5ce9d7=_0x48287c();}catch(_0x198940){_0x361d67=_0x198940;}return _0x402ac6||(this[_0x3eb800(0x1a9)]=!0x1),_0x361d67&&_0x422e46[_0x3eb800(0x23a)](_0x361d67,this),_0x5ce9d7;}[_0x5a5c6d(0xf2)](_0x27256c,_0x27f38f=null,_0x380015={}){const _0xb70e6b=_0x5a5c6d;if(_0x27256c[_0xb70e6b(0xe0)])return null;const _0x420ffc=this[_0xb70e6b(0xe5)][_0xb70e6b(0x203)][_0xb70e6b(0x25c)](_0xb70e6b(0x223))['me'];for(const {suggestion:_0x5c215f,meta:_0x360d68}of this[_0xb70e6b(0x260)](_0x27256c,_0xb70e6b(0x21e)))if(_0x360d68[_0xb70e6b(0x19a)]){if(!_0x360d68[_0xb70e6b(0x131)]){if(_0x360d68[_0xb70e6b(0x16b)]){if(!this[_0xb70e6b(0x18c)]||!qt(_0x5c215f,_0x380015))continue;return _0x5c215f;}if(qt(_0x5c215f,_0x380015))return _0x5c215f;this[_0xb70e6b(0x1d4)](_0x5c215f,_0x27256c[_0xb70e6b(0x10b)],_0x27256c[_0xb70e6b(0x10f)]);break;}if(_0x27f38f==_0x5c215f[_0xb70e6b(0x183)]&&qt(_0x5c215f,_0x380015)){const _0x1923cb=_0x5c215f[_0xb70e6b(0x1e3)]();return _0x1923cb[_0xb70e6b(0x10b)][_0xb70e6b(0x1c6)](_0x27256c[_0xb70e6b(0x10f)])?this[_0xb70e6b(0x164)](_0x5c215f,this[_0xb70e6b(0x159)][_0xb70e6b(0x240)](_0x27256c[_0xb70e6b(0x10b)],_0x1923cb[_0xb70e6b(0x10f)])):this[_0xb70e6b(0x164)](_0x5c215f,this[_0xb70e6b(0x159)][_0xb70e6b(0x240)](_0x1923cb[_0xb70e6b(0x10b)],_0x27256c[_0xb70e6b(0x10f)])),_0x5c215f;}}const _0x1bfddf=_0x1b8ddb(),_0x3d9b5b=_0x420ffc['id'],_0x2a2be6=_0x27f38f?_0xb70e6b(0xf7)+_0x27f38f:_0xb70e6b(0x21e),_0x2fef98=this[_0xb70e6b(0x24c)]({'id':_0x1bfddf,'type':_0x2a2be6,'createdAt':new Date(),'authorId':_0x3d9b5b,'attributes':_0x380015});return this[_0xb70e6b(0x1c1)](_0x2a2be6,_0x1bfddf,_0x3d9b5b,_0x27256c),_0x2fef98;}[_0x5a5c6d(0x25a)](_0x4d122c,_0x18deae=_0x5a5c6d(0x1b7),_0x99a975={}){const _0x217d16=_0x5a5c6d,_0x1ceec5=this[_0x217d16(0xe5)][_0x217d16(0x203)][_0x217d16(0x25c)](_0x217d16(0x223))['me'],_0x1bbd8f=this[_0x217d16(0x1f3)][_0x217d16(0x12f)](_0x217d16(0x21e),_0x18deae,_0x217d16(0x27f));for(const _0x326b50 of this[_0x217d16(0x25b)]())if(_0x326b50[_0x217d16(0x137)]['id']==_0x1ceec5['id']&&_0x217d16(0x21e)==_0x326b50[_0x217d16(0x186)]&&_0x326b50[_0x217d16(0x183)]==_0x18deae&&qt(_0x326b50,_0x99a975)&&(_0x1bbd8f(_0x326b50[_0x217d16(0x1f9)](),_0x4d122c)||_0x1bbd8f(_0x4d122c,_0x326b50[_0x217d16(0x1f9)]()))){for(const _0x316109 of _0x4d122c)_0x326b50[_0x217d16(0x274)](_0x316109);return _0x326b50;}for(const {suggestion:_0x2ad848,meta:_0x2622ad}of this[_0x217d16(0x260)](_0x4d122c,_0x217d16(0x21e))){if(!_0x2622ad[_0x217d16(0x19a)])continue;if(!this[_0x217d16(0x18c)]&&_0x2622ad[_0x217d16(0x16b)])continue;if(!qt(_0x2ad848,_0x99a975))continue;let _0x575d0e=!0x0;for(const _0x4a1eda of _0x2ad848[_0x217d16(0x1f9)]())for(const _0x35d8be of _0x4d122c)if(!_0x4a1eda[_0x217d16(0x1fb)](_0x35d8be)){_0x575d0e=!0x1;break;}if(_0x575d0e)return _0x2ad848;}const _0x34be07=_0x1b8ddb(),_0x14f3ce=_0x1ceec5['id'],_0x4dead9=_0x217d16(0xf7)+_0x18deae,_0x288165=this[_0x217d16(0x24c)]({'id':_0x34be07,'type':_0x4dead9,'createdAt':new Date(),'authorId':_0x14f3ce,'attributes':_0x99a975});for(const _0x22cee8 of _0x4d122c)this[_0x217d16(0x1c1)](_0x4dead9,_0x34be07,_0x14f3ce,_0x22cee8,_0x5a1e4d[_0x217d16(0x166)]());return _0x288165;}[_0x5a5c6d(0x28d)](_0x811f07,_0xed7d14,_0x37503a=null,_0x1c9acb={}){const _0x162f0d=_0x5a5c6d;if(_0x37503a=_0x37503a||Gt(_0xed7d14),_0x811f07[_0x162f0d(0xe0)])return null;if(_0x162f0d(0x196)===this[_0x162f0d(0x280)]){const _0x4056c3=this[_0x162f0d(0x1f3)][_0x162f0d(0x12f)](_0x162f0d(0x206),_0x37503a,_0x162f0d(0x26d));return this[_0x162f0d(0x169)](()=>_0x4056c3([_0x811f07],_0xed7d14,_0x1c9acb)),null;}const _0x272ca2=this[_0x162f0d(0xe5)][_0x162f0d(0x203)][_0x162f0d(0x25c)](_0x162f0d(0x223))['me'],_0xfdd371=[];if(_0x162f0d(0x1ca)!==this[_0x162f0d(0x280)]){for(const {suggestion:_0x224f72,meta:_0x249f1b}of this[_0x162f0d(0x260)](_0x811f07,_0x162f0d(0x21e)))_0x249f1b[_0x162f0d(0x19a)]&&!_0x249f1b[_0x162f0d(0x225)]&&_0xfdd371[_0x162f0d(0x100)](..._0x224f72[_0x162f0d(0x1f9)]());}const _0x258094=function(_0x48769f,_0x4c225b){const _0x154cd2=_0x162f0d,_0x56037b=[];for(const _0x35278e of _0x4c225b){const _0x419b4f=_0x48769f[_0x154cd2(0x19e)](_0x35278e);_0x419b4f&&_0x56037b[_0x154cd2(0x100)](_0x419b4f);}return _0x56037b;}(_0x811f07,_0xfdd371),_0x453931=function(_0x3c32ec,_0x486760){const _0x1d3c8b=_0x162f0d,_0x57b693=[_0x3c32ec];for(const _0x53b691 of _0x486760){let _0x4ae3af=0x0;for(;_0x4ae3af<_0x57b693[_0x1d3c8b(0x1ed)];){const _0x3c597e=_0x57b693[_0x4ae3af][_0x1d3c8b(0x1a4)](_0x53b691);_0x57b693[_0x1d3c8b(0x205)](_0x4ae3af,0x1,..._0x3c597e),_0x4ae3af+=_0x3c597e[_0x1d3c8b(0x1ed)];}}return _0x57b693;}(_0x811f07,_0xfdd371);_0x258094[_0x162f0d(0x1ed)]&&this[_0x162f0d(0x159)][_0x162f0d(0x14f)](()=>{const _0x2abf80=_0x162f0d;for(const _0x25de2e of _0x258094){const _0x4fbf91=this[_0x2abf80(0x1f3)][_0x2abf80(0x12f)](_0x2abf80(0x206),_0x37503a,_0x2abf80(0x26d));this[_0x2abf80(0x169)](()=>_0x4fbf91([_0x25de2e],_0xed7d14,_0x1c9acb));}});for(const _0x154e75 of _0x453931){let _0x168d67=null,_0x5087e7=_0x154e75[_0x162f0d(0x10b)],_0x17bf84=_0x154e75[_0x162f0d(0x10f)];for(const {suggestion:_0x50c96f,meta:_0x46744a}of this[_0x162f0d(0x260)](_0x154e75,_0x162f0d(0x206))){if(!_0x46744a[_0x162f0d(0x19a)])continue;if(_0x50c96f[_0x162f0d(0x183)]!=_0x37503a)continue;if(!qt(_0x50c96f,_0x1c9acb))continue;const _0x3c64bc=_0x50c96f[_0x162f0d(0x1e3)]();if(_0x3c64bc[_0x162f0d(0x1fb)](_0x154e75,!0x0))return null;_0x5087e7=_0x5087e7[_0x162f0d(0xe8)](_0x3c64bc[_0x162f0d(0x10b)])?_0x5087e7:_0x3c64bc[_0x162f0d(0x10b)],_0x17bf84=_0x17bf84[_0x162f0d(0x14e)](_0x3c64bc[_0x162f0d(0x10f)])?_0x17bf84:_0x3c64bc[_0x162f0d(0x10f)],_0x168d67?_0x3c64bc[_0x162f0d(0x10b)][_0x162f0d(0xe8)](_0x168d67[_0x162f0d(0x1e3)]()[_0x162f0d(0x10b)])?(_0x168d67[_0x162f0d(0x231)](),_0x168d67=_0x50c96f):_0x50c96f[_0x162f0d(0x231)]():_0x168d67=_0x50c96f;}const _0x131fc1=this[_0x162f0d(0x159)][_0x162f0d(0x240)](_0x5087e7,_0x17bf84);if(_0x168d67)this[_0x162f0d(0x164)](_0x168d67,_0x131fc1);else{const _0x2eb8cc=_0x1b8ddb(),_0x56355f=_0x272ca2['id'];this[_0x162f0d(0x24c)]({'id':_0x2eb8cc,'type':_0x162f0d(0x19c)+_0x37503a,'data':_0xed7d14,'createdAt':new Date(),'authorId':_0x56355f,'attributes':_0x1c9acb}),this[_0x162f0d(0x1c1)](_0x162f0d(0x19c)+_0x37503a,_0x2eb8cc,_0x56355f,_0x131fc1);}}return null;}[_0x5a5c6d(0x1b8)](_0xe149f3,_0x4d2a70,_0x4e0c9b=[],_0x6fe4c3=null,_0x3231bd={}){const _0x58a336=_0x5a5c6d;_0x4d2a70[_0x58a336(0x1d9)]||(_0x4d2a70[_0x58a336(0x1d9)]=_0x4d2a70[_0x58a336(0xec)]),_0x4d2a70[_0x58a336(0xfc)]=_0xe149f3['is'](_0x58a336(0x1e1)),_0x6fe4c3=_0x6fe4c3||Gt(_0x4d2a70);const _0x20a0e9=_0x4e0c9b[_0x58a336(0x218)](_0xc2cc7e=>Lt(_0xc2cc7e,this[_0x58a336(0x159)])),_0x247989=_0xe149f3['is'](_0x58a336(0x1e1))?_0xe149f3:Lt(_0xe149f3,this[_0x58a336(0x159)]);if(_0x58a336(0x196)===this[_0x58a336(0x280)]){const _0x3076ce=this[_0x58a336(0x1f3)][_0x58a336(0x12f)](_0x58a336(0x1e4),_0x6fe4c3,_0x58a336(0x26d));return this[_0x58a336(0x169)](()=>_0x3076ce([_0x247989],_0x4d2a70,_0x3231bd)),null;}_0x20a0e9[_0x58a336(0x100)](_0x247989);let _0x177b68=!0x0;for(const _0x5f11d4 of _0x20a0e9)if(!this[_0x58a336(0x1c5)](_0x5f11d4)){_0x177b68=!0x1;break;}if(_0x177b68&&_0x58a336(0x1ca)!==this[_0x58a336(0x280)]){const _0x4e439f=this[_0x58a336(0x1f3)][_0x58a336(0x12f)](_0x58a336(0x1e4),_0x6fe4c3,_0x58a336(0x26d));return this[_0x58a336(0x169)](()=>_0x4e439f([_0x247989],_0x4d2a70,_0x3231bd)),null;}let _0x598b6f=null,_0x4781d8=_0x247989[_0x58a336(0x10b)],_0xab67c3=_0x247989[_0x58a336(0x10f)];for(const {suggestion:_0x3bb23b,meta:_0x573a50}of this[_0x58a336(0x260)](_0x247989,_0x58a336(0x1e4))){if(!_0x573a50[_0x58a336(0x19a)])continue;if(_0x573a50[_0x58a336(0x131)]||_0x573a50[_0x58a336(0x16b)]||_0x573a50[_0x58a336(0x225)])continue;if(_0x3bb23b[_0x58a336(0xf1)][_0x58a336(0x1d9)]!=_0x4d2a70[_0x58a336(0x1d9)])continue;if(!qt(_0x3bb23b,_0x3231bd))continue;const _0x24d15e=_0x3bb23b[_0x58a336(0x1e3)]();if(_0x3bb23b[_0x58a336(0x183)]==_0x6fe4c3){if(_0x24d15e[_0x58a336(0x1fb)](_0x247989,!0x0))return null;_0x4781d8=_0x4781d8[_0x58a336(0xe8)](_0x24d15e[_0x58a336(0x10b)])?_0x4781d8:_0x24d15e[_0x58a336(0x10b)],_0xab67c3=_0xab67c3[_0x58a336(0x14e)](_0x24d15e[_0x58a336(0x10f)])?_0xab67c3:_0x24d15e[_0x58a336(0x10f)],_0x598b6f?_0x24d15e[_0x58a336(0x10b)][_0x58a336(0xe8)](_0x598b6f[_0x58a336(0x1e3)]()[_0x58a336(0x10b)])?(_0x598b6f[_0x58a336(0x231)](),_0x598b6f=_0x3bb23b):_0x3bb23b[_0x58a336(0x231)]():_0x598b6f=_0x3bb23b;}else{const _0x259141=_0x247989[_0x58a336(0x19e)](_0x24d15e);this[_0x58a336(0x1bb)](_0x3bb23b,_0x259141);}}const _0x4f3f8f=this[_0x58a336(0xe5)][_0x58a336(0x203)][_0x58a336(0x25c)](_0x58a336(0x223))['me'],_0x512347=_0x1b8ddb(),_0x1ed320=_0x4f3f8f['id'];if(_0x598b6f)return this[_0x58a336(0x164)](_0x598b6f,this[_0x58a336(0x159)][_0x58a336(0x240)](_0x4781d8,_0xab67c3)),_0x598b6f;{const _0x5590e9=this[_0x58a336(0x24c)]({'id':_0x512347,'type':_0x58a336(0x24f)+_0x6fe4c3,'data':_0x4d2a70,'createdAt':new Date(),'authorId':_0x1ed320,'attributes':_0x3231bd});return this[_0x58a336(0x1c1)](_0x58a336(0x24f)+_0x6fe4c3,_0x512347,_0x1ed320,this[_0x58a336(0x159)][_0x58a336(0x240)](_0x4781d8,_0xab67c3)),_0x5590e9;}}[_0x5a5c6d(0x129)](_0x31772e,_0x158156,_0x5838e3=[],_0xb40bd=null,_0x333c2e={}){const _0x35abe7=_0x5a5c6d;_0x158156[_0x35abe7(0x1d9)]||(_0x158156[_0x35abe7(0x1d9)]=_0x158156[_0x35abe7(0xec)]);const _0x439918=_0x31772e[0x0];_0x158156[_0x35abe7(0xfc)]=_0x439918['is'](_0x35abe7(0x1e1)),_0xb40bd=_0xb40bd||Gt(_0x158156);const _0x14961e=_0x5838e3[_0x35abe7(0x218)](_0x245291=>Lt(_0x245291,this[_0x35abe7(0x159)])),_0x539c6f=_0x439918['is'](_0x35abe7(0x1e1))?_0x31772e:_0x31772e[_0x35abe7(0x218)](_0xccb065=>Lt(_0xccb065,this[_0x35abe7(0x159)]));if(_0x35abe7(0x196)===this[_0x35abe7(0x280)]){const _0x3ef01e=this[_0x35abe7(0x1f3)][_0x35abe7(0x12f)](_0x35abe7(0x1e4),_0xb40bd,_0x35abe7(0x26d));return this[_0x35abe7(0x169)](()=>_0x3ef01e(_0x539c6f,_0x158156,_0x333c2e)),null;}_0x14961e[_0x35abe7(0x100)](..._0x539c6f);let _0x3940c2=!0x0;for(const _0x51f3ca of _0x14961e)if(!this[_0x35abe7(0x1c5)](_0x51f3ca)){_0x3940c2=!0x1;break;}if(_0x3940c2&&_0x35abe7(0x1ca)!==this[_0x35abe7(0x280)]){const _0x45e43e=this[_0x35abe7(0x1f3)][_0x35abe7(0x12f)](_0x35abe7(0x1e4),_0xb40bd,_0x35abe7(0x26d));return this[_0x35abe7(0x169)](()=>_0x45e43e(_0x539c6f,_0x158156,_0x333c2e)),null;}const _0x2f46ec=this[_0x35abe7(0xe5)][_0x35abe7(0x203)][_0x35abe7(0x25c)](_0x35abe7(0x223))['me'];for(const _0x23a43e of this[_0x35abe7(0x25b)]()){if(_0x23a43e[_0x35abe7(0x137)]['id']!=_0x2f46ec['id'])continue;if(_0x35abe7(0x1e4)!=_0x23a43e[_0x35abe7(0x186)]||_0x23a43e[_0x35abe7(0xf1)][_0x35abe7(0x1d9)]!=_0x158156[_0x35abe7(0x1d9)])continue;if(!qt(_0x23a43e,_0x333c2e))continue;const _0x37a2cb=_0x23a43e[_0x35abe7(0x183)]==_0xb40bd;for(let _0xe855fe=0x0;_0xe855fe<_0x539c6f[_0x35abe7(0x1ed)];_0xe855fe++){const _0x4f2554=_0x539c6f[_0xe855fe];for(const _0x1ecd1a of _0x23a43e[_0x35abe7(0x16e)]()){const _0x5eff54=_0x1ecd1a[_0x35abe7(0x122)]();if(_0x4f2554[_0x35abe7(0x1c6)](_0x5eff54)){_0x37a2cb?(_0x539c6f[_0x35abe7(0x205)](_0xe855fe,0x1),_0xe855fe--):_0x23a43e[_0x35abe7(0x121)](_0x1ecd1a[_0x35abe7(0x268)]);break;}}}}if(0x0==_0x539c6f[_0x35abe7(0x1ed)])return null;const _0x20cfe7=this[_0x35abe7(0x1f3)][_0x35abe7(0x12f)](_0x35abe7(0x1e4),_0xb40bd,_0x35abe7(0x27f));for(const _0x2560c2 of this[_0x35abe7(0x25b)]())if(_0x2560c2[_0x35abe7(0x137)]['id']==_0x2f46ec['id']&&_0x35abe7(0x1e4)==_0x2560c2[_0x35abe7(0x186)]&&_0x2560c2[_0x35abe7(0xf1)][_0x35abe7(0x1d9)]==_0x158156[_0x35abe7(0x1d9)]&&_0x2560c2[_0x35abe7(0x183)]==_0xb40bd&&qt(_0x2560c2,_0x333c2e)&&(_0x20cfe7(_0x2560c2[_0x35abe7(0x1f9)](),_0x539c6f)||_0x20cfe7(_0x539c6f,_0x2560c2[_0x35abe7(0x1f9)]()))){for(const _0x2a221d of _0x539c6f)_0x2560c2[_0x35abe7(0x274)](_0x2a221d);return _0x2560c2;}const _0x3c7741=_0x1b8ddb(),_0xce725e=_0x2f46ec['id'],_0x5beac3=_0x35abe7(0x24f)+_0xb40bd,_0x3cf300=this[_0x35abe7(0x24c)]({'id':_0x3c7741,'type':_0x5beac3,'data':_0x158156,'createdAt':new Date(),'authorId':_0xce725e,'attributes':_0x333c2e});for(const _0x57f708 of _0x539c6f)this[_0x35abe7(0x1c1)](_0x5beac3,_0x3c7741,_0xce725e,_0x57f708,_0x5a1e4d[_0x35abe7(0x166)]());return _0x3cf300;}[_0x5a5c6d(0x22d)](_0x4e2b13,_0x28db4e=null,_0x42a44e={}){const _0x2340fd=_0x5a5c6d;if(_0x4e2b13[_0x2340fd(0xe0)])return null;const _0x12eb8a=this[_0x2340fd(0xe5)][_0x2340fd(0x203)][_0x2340fd(0x25c)](_0x2340fd(0x223))['me'],_0x32241f=new _0x5197ad(_0x4e2b13[_0x2340fd(0x10b)],_0x4e2b13[_0x2340fd(0x10f)]);for(const {suggestion:_0x4c5608,meta:_0x277c6e}of this[_0x2340fd(0x260)](_0x32241f,_0x2340fd(0x21e)))if(_0x277c6e[_0x2340fd(0x19a)]&&!_0x277c6e[_0x2340fd(0x131)]){if(_0x4c5608[_0x2340fd(0x1ab)]){const _0x3858d7=_0x4c5608[_0x2340fd(0x1f9)]()[_0x2340fd(0x155)](_0x47a48f=>_0x2340fd(0x211)!=_0x47a48f[_0x2340fd(0x17f)][_0x2340fd(0x12b)]);_0x3858d7[_0x2340fd(0x23e)](_0x14e1b5=>_0x32241f[_0x2340fd(0x1fb)](_0x14e1b5,!0x0))&&_0x4c5608[_0x2340fd(0x1a0)]();if(_0x3858d7[_0x2340fd(0x281)](_0x58b462=>_0x58b462[_0x2340fd(0x1fb)](_0x32241f,!0x0))){const _0x564e02=this[_0x2340fd(0x1f3)][_0x2340fd(0x12f)](_0x2340fd(0x135),_0x28db4e,_0x2340fd(0x26d));return this[_0x2340fd(0x169)](()=>_0x564e02([_0x32241f],null,_0x42a44e)),null;}}else{const _0x473fb3=_0x32241f[_0x2340fd(0x19e)](_0x4c5608[_0x2340fd(0x1e3)]());null!==_0x473fb3&&_0x4c5608[_0x2340fd(0x161)]([_0x473fb3],null,_0x42a44e);}}if(_0x32241f[_0x2340fd(0xe1)](),_0x32241f[_0x2340fd(0xe0)]||_0x2340fd(0x211)==_0x32241f[_0x2340fd(0x17f)][_0x2340fd(0x12b)])return null;let _0x28a701=null,_0x1939a6=_0x32241f[_0x2340fd(0x10b)],_0x298618=_0x32241f[_0x2340fd(0x10f)];const _0x13ed38=this[_0x2340fd(0x260)](_0x32241f,_0x2340fd(0x135));for(const {suggestion:_0x536ffd,meta:_0x500ed2}of _0x13ed38){const _0x2cae6d=this[_0x2340fd(0x159)][_0x2340fd(0x240)](_0x1939a6,_0x298618);if(_0x500ed2[_0x2340fd(0x19a)]&&(this[_0x2340fd(0x18c)]||!_0x500ed2[_0x2340fd(0x16b)]&&!_0x500ed2[_0x2340fd(0x225)])){if(_0x536ffd[_0x2340fd(0x1ab)]){if(!qt(_0x536ffd,_0x42a44e))continue;let _0x2f6db7=!0x0;for(const _0x4907f9 of _0x536ffd[_0x2340fd(0x1f9)]()){if(_0x4907f9[_0x2340fd(0x1fb)](_0x2cae6d,!0x0))return _0x536ffd;_0x2cae6d[_0x2340fd(0x1fb)](_0x4907f9)||(_0x2f6db7=!0x1);}_0x2f6db7&&_0x536ffd[_0x2340fd(0x1a0)]();}else{const _0xc94592=_0x536ffd[_0x2340fd(0x1e3)]();if(_0xc94592[_0x2340fd(0x1fb)](_0x2cae6d,!0x0))return _0x536ffd;if(!qt(_0x536ffd,_0x42a44e)){_0x2cae6d[_0x2340fd(0x1fb)](_0xc94592)?_0x536ffd[_0x2340fd(0x231)]():_0xc94592[_0x2340fd(0x284)](_0x1939a6)?_0x1939a6=_0xc94592[_0x2340fd(0x10f)]:_0xc94592[_0x2340fd(0x284)](_0x298618)&&(_0x298618=_0xc94592[_0x2340fd(0x10b)]);continue;}_0x1939a6=_0x1939a6[_0x2340fd(0xe8)](_0xc94592[_0x2340fd(0x10b)])?_0x1939a6:_0xc94592[_0x2340fd(0x10b)],_0x298618=_0x298618[_0x2340fd(0x14e)](_0xc94592[_0x2340fd(0x10f)])?_0x298618:_0xc94592[_0x2340fd(0x10f)],_0x42a44e=Object[_0x2340fd(0x24a)]({},_0x536ffd[_0x2340fd(0x275)]),_0x28a701?_0xc94592[_0x2340fd(0x10b)][_0x2340fd(0xe8)](_0x28a701[_0x2340fd(0x1e3)]()[_0x2340fd(0x10b)])?(_0x28a701[_0x2340fd(0x231)](),_0x28a701=_0x536ffd):_0x536ffd[_0x2340fd(0x231)]():_0x28a701=_0x536ffd;}}}if(_0x28a701)return this[_0x2340fd(0x164)](_0x28a701,this[_0x2340fd(0x159)][_0x2340fd(0x240)](_0x1939a6,_0x298618)),_0x28a701;{const _0x46acce=_0x1b8ddb(),_0x2792fd=this[_0x2340fd(0x159)][_0x2340fd(0x240)](_0x1939a6,_0x298618),_0x42d0c3=_0x12eb8a['id'],_0x311b45=_0x28db4e?_0x2340fd(0x261)+_0x28db4e:_0x2340fd(0x135),_0x33e1e0=this[_0x2340fd(0x24c)]({'id':_0x46acce,'type':_0x311b45,'createdAt':new Date(),'authorId':_0x42d0c3,'attributes':_0x42a44e});return this[_0x2340fd(0x1c1)](_0x311b45,_0x46acce,_0x42d0c3,_0x2792fd),_0x33e1e0;}}[_0x5a5c6d(0x27e)](_0x234aa1,_0x5bc4cf=_0x5a5c6d(0x1b7),_0x4ac0ad={}){const _0x163f66=_0x5a5c6d,_0xae01eb=this[_0x163f66(0xe5)][_0x163f66(0x203)][_0x163f66(0x25c)](_0x163f66(0x223))['me'],_0x1c7f36=_0x234aa1[_0x163f66(0x218)](_0x2a393f=>new _0x5197ad(_0x2a393f[_0x163f66(0x10b)],_0x2a393f[_0x163f66(0x10f)])),_0x3d9867=new Set();for(const {suggestion:_0x1ed725,meta:_0x2f748c}of this[_0x163f66(0x260)](_0x1c7f36,_0x163f66(0x21e)))_0x2f748c[_0x163f66(0x19a)]&&!_0x2f748c[_0x163f66(0x131)]&&_0x3d9867[_0x163f66(0x16c)](_0x1ed725);for(const _0x2f39bb of _0x3d9867)if(_0x2f39bb[_0x163f66(0x1ab)]){const _0x2dc58b=_0x2f39bb[_0x163f66(0x1f9)]();(!_0x2f39bb[_0x163f66(0x275)]||!_0x2f39bb[_0x163f66(0x275)][_0x163f66(0x1f5)])&&(_0x2dc58b[_0x163f66(0x23e)](_0x4efce7=>_0x1c7f36[_0x163f66(0x281)](_0x4dadea=>_0x4dadea[_0x163f66(0x1fb)](_0x4efce7,!0x0)))&&_0x2f39bb[_0x163f66(0x1a0)]());if(_0x1c7f36[_0x163f66(0x23e)](_0x168f03=>_0x2dc58b[_0x163f66(0x281)](_0x57f760=>_0x57f760[_0x163f66(0x1fb)](_0x168f03,!0x0)))){const _0x59852e=this[_0x163f66(0x1f3)][_0x163f66(0x12f)](_0x163f66(0x135),_0x5bc4cf,_0x163f66(0x26d));return this[_0x163f66(0x169)](()=>_0x59852e(_0x234aa1,null,_0x4ac0ad)),null;}}else{const _0xc58a4b=_0x2f39bb[_0x163f66(0x1e3)]();_0x1c7f36[_0x163f66(0x281)](_0x5a2647=>_0x5a2647[_0x163f66(0x1fb)](_0xc58a4b,!0x0))&&_0x2f39bb[_0x163f66(0x1a0)]();if(_0x1c7f36[_0x163f66(0x23e)](_0x46b723=>_0xc58a4b[_0x163f66(0x1fb)](_0x46b723,!0x0))){const _0x31fd28=this[_0x163f66(0x1f3)][_0x163f66(0x12f)](_0x163f66(0x135),_0x5bc4cf,_0x163f66(0x26d));return this[_0x163f66(0x169)](()=>_0x31fd28(_0x1c7f36,null,_0x4ac0ad)),null;}}const _0xc6d99b=this[_0x163f66(0x1f3)][_0x163f66(0x12f)](_0x163f66(0x135),_0x5bc4cf,_0x163f66(0x27f));let _0x3e4fc3=null;for(const _0x37bc6b of this[_0x163f66(0x25b)]())if(_0x37bc6b[_0x163f66(0x137)]['id']==_0xae01eb['id']&&_0x37bc6b[_0x163f66(0x1d5)]&&_0x163f66(0x135)==_0x37bc6b[_0x163f66(0x186)]&&_0x37bc6b[_0x163f66(0x183)]==_0x5bc4cf&&qt(_0x37bc6b,_0x4ac0ad)&&(_0xc6d99b(_0x37bc6b[_0x163f66(0x1f9)](),_0x1c7f36)||_0xc6d99b(_0x1c7f36,_0x37bc6b[_0x163f66(0x1f9)]()))){if(_0x3e4fc3){if(_0x37bc6b[_0x163f66(0x115)]&&_0x37bc6b[_0x163f66(0x115)][_0x163f66(0x1ed)])continue;for(const _0x29aae7 of _0x37bc6b[_0x163f66(0x1f9)]())_0x3e4fc3[_0x163f66(0x1c9)](_0x29aae7)||_0x3e4fc3[_0x163f66(0x274)](_0x29aae7);_0x37bc6b[_0x163f66(0x231)]();}else{_0x3e4fc3=_0x37bc6b;for(const _0xa5de3c of _0x1c7f36)_0x37bc6b[_0x163f66(0x1c9)](_0xa5de3c)||_0x37bc6b[_0x163f66(0x274)](_0xa5de3c);}}if(_0x3e4fc3)return _0x3e4fc3;_0x3d9867[_0x163f66(0x201)]();for(const {suggestion:_0x4c3d40,meta:_0x52ecc3}of this[_0x163f66(0x260)](_0x1c7f36,_0x163f66(0x135)))_0x52ecc3[_0x163f66(0x19a)]&&(this[_0x163f66(0x18c)]||!_0x52ecc3[_0x163f66(0x16b)]&&!_0x52ecc3[_0x163f66(0x225)])&&qt(_0x4c3d40,_0x4ac0ad)&&_0x3d9867[_0x163f66(0x16c)](_0x4c3d40);for(const _0x41d28b of _0x3d9867){const _0x5a4151=_0x41d28b[_0x163f66(0x1f9)]();if(!_0x4ac0ad||!_0x4ac0ad[_0x163f66(0x1f5)]){if(_0x1c7f36[_0x163f66(0x23e)](_0x587e31=>_0x5a4151[_0x163f66(0x281)](_0xee7af1=>_0xee7af1[_0x163f66(0x1fb)](_0x587e31,!0x0))))return _0x41d28b;}(!_0x41d28b[_0x163f66(0x275)]||!_0x41d28b[_0x163f66(0x275)][_0x163f66(0x1f5)])&&(_0x5a4151[_0x163f66(0x23e)](_0x2ef48a=>_0x1c7f36[_0x163f66(0x281)](_0x5e21b8=>_0x5e21b8[_0x163f66(0x1fb)](_0x2ef48a,!0x0)))&&_0x41d28b[_0x163f66(0x1a0)]());}const _0x1907e5=_0x1b8ddb(),_0x43bd3e=_0xae01eb['id'],_0xcd7138=_0x163f66(0x261)+_0x5bc4cf,_0x216235=this[_0x163f66(0x24c)]({'id':_0x1907e5,'type':_0xcd7138,'createdAt':new Date(),'authorId':_0x43bd3e,'attributes':_0x4ac0ad});for(const _0x4e2c4a of _0x1c7f36)_0x4e2c4a[_0x163f66(0xe1)](),_0x4e2c4a[_0x163f66(0xe0)]||_0x163f66(0x211)==_0x4e2c4a[_0x163f66(0x17f)][_0x163f66(0x12b)]||this[_0x163f66(0x1c1)](_0xcd7138,_0x1907e5,_0x43bd3e,_0x4e2c4a,_0x5a1e4d[_0x163f66(0x166)]());return _0x216235;}[_0x5a5c6d(0x15c)](_0xe6cf00,_0x1e5b7e,_0x36b7c6,_0x5a2ef8,_0x1f1175){const _0x1d05a5=_0x5a5c6d;if(_0xe6cf00[_0x1d05a5(0xe0)])return[];if(_0x1d05a5(0x196)===this[_0x1d05a5(0x280)])return[];const _0x18d3cb=this[_0x1d05a5(0xe5)][_0x1d05a5(0x203)][_0x1d05a5(0x25c)](_0x1d05a5(0x223))['me']['id'],_0x3de825=Array[_0x1d05a5(0x28f)](this[_0x1d05a5(0x11f)][_0x1d05a5(0x114)]())[_0x1d05a5(0x155)](_0x1bc6fc=>_0x1d05a5(0x1ef)==_0x1bc6fc[_0x1d05a5(0x186)]&&_0x1bc6fc[_0x1d05a5(0xf1)][_0x1d05a5(0x1de)]==_0x1e5b7e&&_0x1bc6fc[_0x1d05a5(0x1c9)](_0xe6cf00));if(_0x1d05a5(0x1f8)===this[_0x1d05a5(0x280)]){const _0x48221b=this[_0x1d05a5(0x260)](_0xe6cf00,_0x1d05a5(0x21e))[_0x1d05a5(0x155)](({meta:_0x58cb6f})=>_0x58cb6f[_0x1d05a5(0x19a)]&&!_0x58cb6f[_0x1d05a5(0x225)]&&!_0x58cb6f[_0x1d05a5(0x131)])[_0x1d05a5(0x218)](({suggestion:_0x382b6a})=>_0x382b6a);_0x3de825[_0x1d05a5(0x282)](..._0x48221b);}const _0xd3732a=new Map([[_0xe6cf00,_0x36b7c6]]);for(const _0x37e70e of _0x3de825){const _0x3d6c40=_0x1d05a5(0x1ef)==_0x37e70e[_0x1d05a5(0x186)]?_0x37e70e[_0x1d05a5(0xf1)][_0x1d05a5(0x178)]:void 0x0,_0x2f8f61=_0x37e70e[_0x1d05a5(0x1e3)](),_0x4b710a=Array[_0x1d05a5(0x28f)](_0xd3732a[_0x1d05a5(0x1ec)]())[_0x1d05a5(0x1b2)](_0x46672c=>_0x46672c[_0x1d05a5(0x1d7)](_0x2f8f61));if(!_0x4b710a)continue;const _0x240bef=_0x4b710a[_0x1d05a5(0x1a4)](_0x2f8f61);this[_0x1d05a5(0x229)](_0x1e5b7e)&&_0x1d05a5(0x21e)==_0x37e70e[_0x1d05a5(0x186)]&&0x0!=_0x240bef[_0x1d05a5(0x1ed)]||(_0xd3732a[_0x1d05a5(0x185)](_0x4b710a),_0x240bef[_0x1d05a5(0x14d)](_0x40362c=>{const _0x4d5f22=_0x1d05a5;_0xd3732a[_0x4d5f22(0x17a)](_0x40362c,_0x36b7c6);}),_0x1d05a5(0x21e)!=_0x37e70e[_0x1d05a5(0x186)]&&_0x3d6c40!=_0x5a2ef8&&_0xd3732a[_0x1d05a5(0x17a)](_0x4b710a[_0x1d05a5(0x19e)](_0x2f8f61),_0x3d6c40));}const _0x116513=[];for(const [_0x1b973d,_0xd1be47]of _0xd3732a){const _0x339882=_0x1b8ddb(),_0xf19d76={'key':_0x1e5b7e,'oldValue':_0xd1be47,'newValue':_0x5a2ef8};_0x1e5b7e[_0x1d05a5(0x1ed)]>0x25&&console[_0x1d05a5(0x168)](_0x1d05a5(0x104),{'key':_0x1e5b7e});const _0xe19378=(_0x1d05a5(0x173)+(_0x1e5b7e+'|'+Gt({'newValue':_0x5a2ef8})))[_0x1d05a5(0x288)](0x0,0x3c),_0x2c12bc=this[_0x1d05a5(0x24c)]({'id':_0x339882,'type':_0xe19378,'data':_0xf19d76,'createdAt':new Date(),'authorId':_0x18d3cb,'attributes':_0x1f1175});_0x116513[_0x1d05a5(0x100)](_0x2c12bc),this[_0x1d05a5(0x1c1)](_0xe19378,_0x339882,_0x18d3cb,_0x1b973d);}return _0x116513;}[_0x5a5c6d(0x248)](_0x2e8c99){const _0x441377=_0x5a5c6d;this[_0x441377(0xf3)](_0x2e8c99,(_0x7c8ce3,..._0x596d54)=>{const _0x49b1f8=_0x441377;this[_0x49b1f8(0xe4)](()=>{_0x7c8ce3(..._0x596d54);});});}[_0x5a5c6d(0x239)](_0x24d9a6){const _0x2f332b=_0x5a5c6d;this[_0x2f332b(0x21c)][_0x2f332b(0x16c)](_0x24d9a6);}[_0x5a5c6d(0x17d)](_0x2cbfa0){const _0x58ffca=_0x5a5c6d;this[_0x58ffca(0x219)][_0x58ffca(0x16c)](_0x2cbfa0);}[_0x5a5c6d(0xdf)](_0x40c25e){const _0x28413a=_0x5a5c6d;return _0x28413a(0x1ef)==_0x40c25e[_0x28413a(0x186)]?_0x40c25e[_0x28413a(0x183)][_0x28413a(0x245)]('|')[0x0]:null;}[_0x5a5c6d(0x164)](_0x5e4538,_0x1b79ed){const _0x1f4075=_0x5a5c6d,_0x1e146b=_0x5e4538[_0x1f4075(0x202)]();this[_0x1f4075(0x159)][_0x1f4075(0x14f)](_0x461776=>{const _0x556078=_0x1f4075;_0x461776[_0x556078(0x22e)](_0x1e146b,{'range':_0x1b79ed});});}[_0x5a5c6d(0x289)](_0x2d1758){const _0x155d59=_0x5a5c6d,_0x2724cf=_0x2d1758['id'],_0x3b714d=this[_0x155d59(0xe5)][_0x155d59(0x109)][_0x155d59(0x25c)](_0x155d59(0x105));this[_0x155d59(0x10a)][_0x155d59(0x254)](_0x2724cf)||this[_0x155d59(0x10a)][_0x155d59(0x18a)]({'channelId':_0x3b714d,'threadId':_0x2724cf,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x17db83=this[_0x155d59(0x10a)][_0x155d59(0x24b)](_0x2724cf);_0x17db83[_0x155d59(0x1a7)](_0x155d59(0x14a)),_0x17db83[_0x155d59(0x14a)]=!0x1,_0x2d1758[_0x155d59(0x115)]=_0x17db83;}[_0x5a5c6d(0x163)](_0x1b8a02,_0x374233,_0x1f6bb3,_0x504ab5){const _0x5af854=_0x5a5c6d;if(_0x1b8a02[_0x5af854(0x186)]!=_0x374233||_0x1b8a02[_0x5af854(0x183)]!=_0x1f6bb3||_0x1b8a02[_0x5af854(0x23b)]['id']!=_0x504ab5)throw this[_0x5af854(0xe5)][_0x5af854(0x1b9)](_0x5af854(0x1b5)),new _0x422e46(_0x5af854(0x1b5),this);}[_0x5a5c6d(0x1bb)](_0xec5393,_0x3b403f){const _0x4aba83=_0x5a5c6d,_0x3bdf20=_0xec5393[_0x4aba83(0x1e3)]();if(_0x3b403f[_0x4aba83(0x1c6)](_0x3bdf20))_0xec5393[_0x4aba83(0x231)]();else{if(_0x3bdf20[_0x4aba83(0x1fb)](_0x3b403f)){const _0x3e38e7=this[_0x4aba83(0x159)][_0x4aba83(0x23c)](_0x3b403f[_0x4aba83(0x10b)][_0x4aba83(0x20e)],_0x4aba83(0x10f));this[_0x4aba83(0x164)](_0xec5393,this[_0x4aba83(0x159)][_0x4aba83(0x240)](_0x3bdf20[_0x4aba83(0x10b)],_0x3e38e7));const _0x3cb132=_0x1b8ddb(),_0x4229cd=_0xec5393[_0x4aba83(0x23b)]['id'],_0xc3814d=_0xec5393[_0x4aba83(0x186)]+':'+_0xec5393[_0x4aba83(0x183)];this[_0x4aba83(0x24c)]({'id':_0x3cb132,'type':_0xc3814d,'createdAt':new Date(),'authorId':_0x4229cd,'data':_0xec5393[_0x4aba83(0xf1)],'attributes':_0xec5393[_0x4aba83(0x275)]});const _0x396478=this[_0x4aba83(0x159)][_0x4aba83(0x23c)](_0x3b403f[_0x4aba83(0x10f)][_0x4aba83(0x13a)],_0x4aba83(0x124)),_0x2e6179=this[_0x4aba83(0x159)][_0x4aba83(0x240)](_0x396478,_0x3bdf20[_0x4aba83(0x10f)]);this[_0x4aba83(0x1c1)](_0xc3814d,_0x3cb132,_0x4229cd,_0x2e6179);}else{if(_0x3bdf20[_0x4aba83(0x284)](_0x3b403f[_0x4aba83(0x10b)])){const _0xeb8782=this[_0x4aba83(0x159)][_0x4aba83(0x23c)](_0x3b403f[_0x4aba83(0x10b)][_0x4aba83(0x20e)],_0x4aba83(0x10f));this[_0x4aba83(0x164)](_0xec5393,this[_0x4aba83(0x159)][_0x4aba83(0x240)](_0x3bdf20[_0x4aba83(0x10b)],_0xeb8782));}else{const _0x2247ed=this[_0x4aba83(0x159)][_0x4aba83(0x23c)](_0x3b403f[_0x4aba83(0x10f)][_0x4aba83(0x13a)],_0x4aba83(0x124));this[_0x4aba83(0x164)](_0xec5393,this[_0x4aba83(0x159)][_0x4aba83(0x240)](_0x2247ed,_0x3bdf20[_0x4aba83(0x10f)]));}}}}[_0x5a5c6d(0x1c5)](_0x5ef642){const _0xb5d7fc=_0x5a5c6d;for(const {suggestion:_0x5ddfd8,meta:_0x2e7c09}of this[_0xb5d7fc(0x260)](_0x5ef642,_0xb5d7fc(0x21e))){if(!_0x2e7c09[_0xb5d7fc(0x19a)])continue;const _0x253072=_0x5ddfd8[_0xb5d7fc(0x1f9)]();for(const _0x51ee91 of _0x253072)if(!_0x5ef642[_0xb5d7fc(0x1a4)](_0x51ee91)[_0xb5d7fc(0x1ed)])return!0x0;}return!0x1;}[_0x5a5c6d(0x188)](_0x3d8b03){const _0x1a002d=_0x5a5c6d,_0x4ce74b=this[_0x1a002d(0xe5)][_0x1a002d(0x203)][_0x1a002d(0x25c)](_0x1a002d(0x223))[_0x1a002d(0x107)](_0x3d8b03);if(!_0x4ce74b)throw new _0x422e46(_0x1a002d(0x1c8),this);return _0x4ce74b;}[_0x5a5c6d(0x28c)](_0x4b2249){const _0x34170d=_0x5a5c6d,_0x3e8d7f=this[_0x34170d(0xe5)][_0x34170d(0x203)][_0x34170d(0x25c)](_0x34170d(0x223)),_0x11ea4a=_0x536ebe(_0x34170d(0xff)+_0x4b2249),_0x113a48=_0x3e8d7f[_0x34170d(0x107)](_0x11ea4a);return _0x113a48||_0x3e8d7f[_0x34170d(0x181)]({'id':_0x11ea4a,'name':_0x4b2249});}[_0x5a5c6d(0x144)](_0x2c3703,_0x23dd72,_0x6c304c,_0x1a5774,_0x2c2b69){const _0x4bb395=_0x5a5c6d,_0x58a530=this[_0x4bb395(0x188)](_0x1a5774),_0x2ea77b=this[_0x4bb395(0x1f3)][_0x4bb395(0x17e)](_0x2c3703,_0x23dd72,_0x6c304c,_0x58a530,_0x2c2b69,_0x196d22=>{const _0x293539=_0x4bb395;this[_0x293539(0x199)](_0x6c304c,{'attributes':_0x196d22});const _0x5e6831=this[_0x293539(0x111)](_0x6c304c);this[_0x293539(0x20a)](new Set([_0x5e6831])),this[_0x293539(0xe6)](new Set([_0x5e6831]));});return this[_0x4bb395(0x10e)](_0x2ea77b,_0x4bb395(0x26d),()=>{const _0x16dc21=_0x4bb395;this[_0x16dc21(0x199)](_0x6c304c,{'state':_0x16dc21(0x1ae)});},{'priority':_0x4bb395(0x232)}),this[_0x4bb395(0x10e)](_0x2ea77b,_0x4bb395(0x1a0),()=>{const _0x1923a8=_0x4bb395;this[_0x1923a8(0x199)](_0x6c304c,{'state':_0x1923a8(0x10c)});},{'priority':_0x4bb395(0x232)}),this[_0x4bb395(0x11f)][_0x4bb395(0x17a)](_0x6c304c,_0x2ea77b),this[_0x4bb395(0x1b3)][_0x4bb395(0x17a)](_0x2ea77b,_0x4bb395(0x256)),_0x2ea77b;}[_0x5a5c6d(0x108)](_0x1dbf28){const _0x3bffa6=_0x5a5c6d,_0x3c6feb=_0x1dbf28[_0x3bffa6(0x245)](':');return{'group':_0x3c6feb[0x0],'type':_0x3c6feb[0x1],'subType':_0x3c6feb[_0x3bffa6(0x1ed)]>=0x5?_0x3c6feb[0x2]:null,'id':_0x3c6feb[_0x3bffa6(0x1ed)]<0x5?_0x3c6feb[0x2]:_0x3c6feb[0x3],'authorId':_0x3c6feb[_0x3bffa6(0x1ed)]<0x5?_0x3c6feb[0x3]:_0x3c6feb[0x4],'markerCount':0x6==_0x3c6feb[_0x3bffa6(0x1ed)]?_0x3c6feb[0x5]:null};}[_0x5a5c6d(0x1d4)](_0x55b437,_0x5dd018,_0x8235d0){const _0x12039a=_0x5a5c6d,_0x21bb5e=_0x55b437[_0x12039a(0x1e3)](),_0x759e18=_0x21bb5e[_0x12039a(0x10b)],_0x442c3c=_0x21bb5e[_0x12039a(0x10f)];this[_0x12039a(0x164)](_0x55b437,this[_0x12039a(0x159)][_0x12039a(0x240)](_0x759e18,_0x5dd018));const _0x1d7378=_0x1b8ddb(),_0x56579c=_0x55b437[_0x12039a(0x23b)]['id'],_0x4cda18=_0x55b437[_0x12039a(0x186)]+(_0x55b437[_0x12039a(0x183)]?':'+_0x55b437[_0x12039a(0x183)]:'');this[_0x12039a(0x24c)]({'id':_0x1d7378,'type':_0x4cda18,'createdAt':new Date(),'authorId':_0x56579c,'originalSuggestionId':_0x55b437['id'],'attributes':_0x55b437[_0x12039a(0x275)],'data':_0x55b437[_0x12039a(0xf1)]});const _0x3e7c5b=this[_0x12039a(0xdf)](_0x55b437);(_0x12039a(0x1e4)==_0x55b437[_0x12039a(0x186)]||_0x3e7c5b&&this[_0x12039a(0x229)](_0x3e7c5b))&&(_0x8235d0=this[_0x12039a(0x159)][_0x12039a(0x149)](_0x8235d0[_0x12039a(0x13a)])),this[_0x12039a(0x1c1)](_0x4cda18,_0x1d7378,_0x56579c,this[_0x12039a(0x159)][_0x12039a(0x240)](_0x8235d0,_0x442c3c));}[_0x5a5c6d(0x260)](_0x583540,_0x5d57cd=null){const _0x393a05=_0x5a5c6d,_0x261a79=[],_0x10e2bb=this[_0x393a05(0xe5)][_0x393a05(0x203)][_0x393a05(0x25c)](_0x393a05(0x223))['me'];Array[_0x393a05(0x18d)](_0x583540)||(_0x583540=[_0x583540]);for(const _0x51afe1 of this[_0x393a05(0x25b)]()){if(!_0x51afe1[_0x393a05(0x1d5)])continue;if(_0x5d57cd&&_0x51afe1[_0x393a05(0x186)]!=_0x5d57cd)continue;let _0x3429c8=!0x1;for(const _0x7751a1 of _0x51afe1[_0x393a05(0x1f9)]()){for(const _0x39cf13 of _0x583540){const _0x3a8319=_0x39cf13[_0x393a05(0x10b)][_0x393a05(0x1c6)](_0x7751a1[_0x393a05(0x10f)])||_0x39cf13[_0x393a05(0x10f)][_0x393a05(0x1c6)](_0x7751a1[_0x393a05(0x10b)]);if(_0x3a8319||_0x39cf13[_0x393a05(0x19e)](_0x7751a1)){const _0x2438ba=_0x39cf13[_0x393a05(0x1fb)](_0x7751a1)&&Ot(this[_0x393a05(0x159)][_0x393a05(0x1a6)],_0x7751a1[_0x393a05(0x10b)],_0x39cf13),_0x1ee69f=_0x7751a1[_0x393a05(0x1fb)](_0x39cf13)&&Ot(this[_0x393a05(0x159)][_0x393a05(0x1a6)],_0x39cf13[_0x393a05(0x10b)],_0x7751a1);_0x261a79[_0x393a05(0x100)]({'suggestion':_0x51afe1,'meta':{'isOwn':_0x10e2bb==_0x51afe1[_0x393a05(0x137)],'isNextTo':_0x3a8319,'isInsideObject':_0x2438ba,'containsRangeInObject':_0x1ee69f}}),_0x3429c8=!0x0;break;}}if(_0x3429c8)break;}}return _0x261a79;}[_0x5a5c6d(0x1c1)](_0x4775f4,_0x3d8161,_0x55367a,_0xf7de50,_0x226321){const _0x4e5a7b=_0x5a5c6d;this[_0x4e5a7b(0x159)][_0x4e5a7b(0x14f)](_0x5898b1=>{const _0x554f66=_0x4e5a7b;let _0x65de9d=_0x554f66(0x1fd)+_0x4775f4+':'+_0x3d8161+':'+_0x55367a;_0x226321&&(_0x65de9d=_0x65de9d+':'+_0x226321),_0x5898b1[_0x554f66(0x1bd)](_0x65de9d,{'range':_0xf7de50,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x5a5c6d(0x19d)](_0x16f7ad){const _0x299555=_0x5a5c6d,_0x46f99d=_0x16f7ad[_0x299555(0x127)],_0x1272b2=_0x16f7ad[_0x299555(0xee)];_0x16f7ad[_0x299555(0x127)]=null,_0x16f7ad[_0x299555(0xee)]=null,null!=_0x46f99d&&_0x46f99d[_0x299555(0xee)]==_0x16f7ad&&(_0x46f99d[_0x299555(0xee)]=_0x1272b2),null!=_0x1272b2&&_0x1272b2[_0x299555(0x127)]==_0x16f7ad&&(_0x1272b2[_0x299555(0x127)]=_0x46f99d),_0x299555(0x11d)==this[_0x299555(0x1b3)][_0x299555(0x25c)](_0x16f7ad)&&(this[_0x299555(0x1b3)][_0x299555(0x17a)](_0x16f7ad,_0x299555(0x12c)),this[_0x299555(0x20d)](_0x299555(0x1e8),_0x16f7ad,_0x46f99d,_0x1272b2));}[_0x5a5c6d(0x24c)](_0x5b35e8){const _0x475d31=_0x5a5c6d,_0x4f2ea5=_0x5b35e8['id'],_0x5a6793=this[_0x475d31(0x1bf)](_0x5b35e8);if(this[_0x475d31(0x266)]&&this[_0x475d31(0x266)][_0x475d31(0xfb)]){const _0x467a68=this[_0x475d31(0xe5)][_0x475d31(0x203)][_0x475d31(0x25c)](_0x475d31(0xf6)),_0x475971=_0x5a6793[_0x475d31(0x24d)],_0x1cc49a=_0x5a6793[_0x475d31(0x183)]?_0x5a6793[_0x475d31(0x186)]+':'+_0x5a6793[_0x475d31(0x183)]:_0x5a6793[_0x475d31(0x186)],_0x342dc3=this[_0x475d31(0xe5)][_0x475d31(0x1df)],_0x1c9f3f=_0x467a68[_0x475d31(0x16c)](_0x424674(_0x342dc3,_0x475d31(0x191))),_0x3f23d1={'id':_0x4f2ea5,'type':_0x1cc49a,'hasComments':_0x475971,'data':_0x5b35e8[_0x475d31(0xf1)]||null,'originalSuggestionId':_0x5b35e8[_0x475d31(0x242)]||null,'attributes':_0x5a6793[_0x475d31(0x275)]};this[_0x475d31(0x266)][_0x475d31(0xfb)](_0x3f23d1)[_0x475d31(0x130)](_0x273eab=>{const _0x1ca396=_0x475d31;_0x5a6793[_0x1ca396(0x112)]=!0x0,_0x467a68[_0x1ca396(0x189)](_0x1c9f3f),_0x273eab&&_0x273eab[_0x1ca396(0x126)]&&(this[_0x1ca396(0x11f)][_0x1ca396(0x25c)](_0x4f2ea5)[_0x1ca396(0x126)]=_0x273eab[_0x1ca396(0x126)]);})[_0x475d31(0x1be)](_0x140608=>{const _0x222289=_0x475d31;throw _0x2b0540(_0x222289(0x285)),this[_0x222289(0xe5)][_0x222289(0x19f)][_0x222289(0x1c2)]({'isUndoable':!0x1},()=>{const _0x37bced=_0x222289;_0x5a6793[_0x37bced(0x1a0)]();}),_0x5a6793[_0x222289(0x120)](),this[_0x222289(0x11f)][_0x222289(0x185)](_0x5a6793['id']),this[_0x222289(0x1b3)][_0x222289(0x185)](_0x5a6793),_0x140608;});}return _0x5a6793;}[_0x5a5c6d(0x229)](_0x22d4ae){const _0x567a6e=_0x5a5c6d;return this[_0x567a6e(0x21c)][_0x567a6e(0x215)](_0x22d4ae);}[_0x5a5c6d(0x199)](_0x401133,_0x3d25ef){const _0x8bd918=_0x5a5c6d,_0x2ae2e2=this[_0x8bd918(0xe5)][_0x8bd918(0x203)][_0x8bd918(0x25c)](_0x8bd918(0xf6)),_0x195b26=this[_0x8bd918(0x111)](_0x401133);if(this[_0x8bd918(0x266)]&&this[_0x8bd918(0x266)][_0x8bd918(0x233)]){if(_0x195b26[_0x8bd918(0x112)]){const _0x490b9c=_0x2ae2e2[_0x8bd918(0x16c)](_0x424674(this[_0x8bd918(0xe5)][_0x8bd918(0x1df)],_0x8bd918(0x191)));this[_0x8bd918(0x266)][_0x8bd918(0x233)](_0x401133,_0x3d25ef)[_0x8bd918(0x130)](()=>{const _0x33e9cb=_0x8bd918;_0x2ae2e2[_0x33e9cb(0x189)](_0x490b9c);});}else _0x195b26['on'](_0x8bd918(0x1fc),()=>{const _0x17cc55=_0x8bd918;this[_0x17cc55(0x199)](_0x401133,_0x3d25ef);});}}[_0x5a5c6d(0x16a)](_0x238af6){const _0x35d1d6=_0x5a5c6d;if(!this[_0x35d1d6(0x266)]||!this[_0x35d1d6(0x266)][_0x35d1d6(0x111)])throw new _0x422e46(_0x35d1d6(0xfa),this);return this[_0x35d1d6(0x266)][_0x35d1d6(0x111)](_0x238af6);}[_0x5a5c6d(0x172)](_0x4f6f8f){const _0x472e5f=_0x5a5c6d,{id:_0x2ab3c5,type:_0x264699,subType:_0x1b9cee,authorId:_0xd950ec}=this[_0x472e5f(0x108)](_0x4f6f8f),_0x221f98=this[_0x472e5f(0x11f)][_0x472e5f(0x25c)](_0x2ab3c5)||this[_0x472e5f(0x144)](_0x264699,_0x1b9cee,_0x2ab3c5,_0xd950ec,{});switch(this[_0x472e5f(0x163)](_0x221f98,_0x264699,_0x1b9cee,_0xd950ec),this[_0x472e5f(0x1b3)][_0x472e5f(0x25c)](_0x221f98)){case _0x472e5f(0x256):this[_0x472e5f(0x16a)](_0x2ab3c5)[_0x472e5f(0x130)](_0x33fa01=>{const _0x5d0df1=_0x472e5f;let _0xcf5af4=Promise[_0x5d0df1(0x209)]();_0x33fa01[_0x5d0df1(0x24d)]&&(_0xcf5af4=this[_0x5d0df1(0x10a)][_0x5d0df1(0x174)]({'channelId':this[_0x5d0df1(0xe5)][_0x5d0df1(0x109)][_0x5d0df1(0x25c)](_0x5d0df1(0x105)),'threadId':_0x2ab3c5})),_0xcf5af4[_0x5d0df1(0x130)](()=>{const _0x4f2fac=_0x5d0df1;this[_0x4f2fac(0x1bf)](_0x33fa01)[_0x4f2fac(0x112)]=!0x0;});}),this[_0x472e5f(0x1b3)][_0x472e5f(0x17a)](_0x221f98,_0x472e5f(0x18b));break;case _0x472e5f(0x12c):this[_0x472e5f(0x199)](_0x2ab3c5,{'state':_0x472e5f(0x264)});case _0x472e5f(0x287):this[_0x472e5f(0x1b3)][_0x472e5f(0x17a)](_0x221f98,_0x472e5f(0x11d)),this[_0x472e5f(0x20d)](_0x472e5f(0x243),_0x221f98);break;case _0x472e5f(0x11d):this[_0x472e5f(0x20d)](_0x472e5f(0x200),_0x221f98);}return _0x221f98[_0x472e5f(0x278)](_0x4f6f8f),_0x221f98;}[_0x5a5c6d(0xe6)](_0x1c6e85){const _0x5eed2c=_0x5a5c6d,_0x1e165c=Array[_0x5eed2c(0x28f)](_0x1c6e85),_0x40dc08=_0x1e165c[_0x5eed2c(0x155)](_0x5bce1f=>_0x5eed2c(0x1ef)==_0x5bce1f[_0x5eed2c(0x186)]);this[_0x5eed2c(0x1d6)](_0x40dc08);const _0x2c3af5=_0x1e165c[_0x5eed2c(0x155)](_0x2b914=>!_0x2b914[_0x5eed2c(0x1ab)]&&_0x5eed2c(0x1ef)!=_0x2b914[_0x5eed2c(0x186)]),_0xab3479=this[_0x5eed2c(0x25b)]({'skipNotAttached':!0x0})[_0x5eed2c(0x155)](_0x5eaefc=>!_0x5eaefc[_0x5eed2c(0x1ab)]&&_0x5eed2c(0x1ef)!=_0x5eaefc[_0x5eed2c(0x186)]),_0x3fb026=_0xab3479[_0x5eed2c(0x155)](_0x57093b=>!_0x1c6e85[_0x5eed2c(0x215)](_0x57093b)),_0x3a8ae4=new Map(_0xab3479[_0x5eed2c(0x218)](_0x137fdd=>[_0x137fdd,this[_0x5eed2c(0x1f3)][_0x5eed2c(0x12f)](_0x137fdd[_0x5eed2c(0x186)],_0x137fdd[_0x5eed2c(0x183)],_0x5eed2c(0x139))])),_0x384989=new Map(_0xab3479[_0x5eed2c(0x218)](_0x2177ca=>[_0x2177ca,_0x2177ca[_0x5eed2c(0x1e3)]()])),_0x47d5be=new Set(),_0x2cc78b=new Set();for(let _0x19f925=0x0;_0x19f925<_0x2c3af5[_0x5eed2c(0x1ed)];_0x19f925++)_0x2d4ebc(_0x2c3af5[_0x19f925],_0x2c3af5,_0x19f925+0x1);for(let _0x246e64=0x0;_0x246e64<_0x2c3af5[_0x5eed2c(0x1ed)];_0x246e64++)_0x2d4ebc(_0x2c3af5[_0x246e64],_0x3fb026,0x0);const _0x2a5bd3=new Set();for(let _0x42ffea=0x0;_0x42ffea<_0x2c3af5[_0x5eed2c(0x1ed)];_0x42ffea++){const _0x3178a1=_0x2c3af5[_0x42ffea];!_0x2cc78b[_0x5eed2c(0x215)](_0x3178a1)&&_0x3178a1[_0x5eed2c(0x127)]&&(_0x2a5bd3[_0x5eed2c(0x16c)](_0x3178a1[_0x5eed2c(0x127)]),_0x3178a1[_0x5eed2c(0x127)][_0x5eed2c(0xee)]===_0x3178a1&&(_0x3178a1[_0x5eed2c(0x127)][_0x5eed2c(0xee)]=null),_0x3178a1[_0x5eed2c(0x127)]=null),!_0x47d5be[_0x5eed2c(0x215)](_0x3178a1)&&_0x3178a1[_0x5eed2c(0xee)]&&(_0x2a5bd3[_0x5eed2c(0x16c)](_0x3178a1[_0x5eed2c(0xee)]),_0x3178a1[_0x5eed2c(0xee)][_0x5eed2c(0x127)]===_0x3178a1&&(_0x3178a1[_0x5eed2c(0xee)][_0x5eed2c(0x127)]=null),_0x3178a1[_0x5eed2c(0xee)]=null);}function _0x2d4ebc(_0x2c6d05,_0x596af3,_0x11060c){const _0x57c7bd=_0x5eed2c;for(let _0x2e17d5=_0x11060c;_0x2e17d5<_0x596af3[_0x57c7bd(0x1ed)];_0x2e17d5++){const _0xa40cfe=_0x5c84da(_0x2c6d05,_0x596af3[_0x2e17d5]);_0xa40cfe&&(_0xa40cfe[0x0][_0x57c7bd(0xee)]=_0xa40cfe[0x1],_0xa40cfe[0x1][_0x57c7bd(0x127)]=_0xa40cfe[0x0],_0x47d5be[_0x57c7bd(0x16c)](_0xa40cfe[0x0]),_0x2cc78b[_0x57c7bd(0x16c)](_0xa40cfe[0x1]));}}function _0x5c84da(_0x275b6f,_0x1f12f9){const _0x3eb679=_0x5eed2c;if(_0x275b6f[_0x3eb679(0x137)]['id']!==_0x1f12f9[_0x3eb679(0x137)]['id'])return null;const _0x3e538c=_0x3a8ae4[_0x3eb679(0x25c)](_0x275b6f)(_0x275b6f,_0x1f12f9,_0x384989[_0x3eb679(0x25c)](_0x275b6f),_0x384989[_0x3eb679(0x25c)](_0x1f12f9));if(!_0x3e538c)return null;return _0x3a8ae4[_0x3eb679(0x25c)](_0x1f12f9)(_0x275b6f,_0x1f12f9,_0x384989[_0x3eb679(0x25c)](_0x275b6f),_0x384989[_0x3eb679(0x25c)](_0x1f12f9))?_0x3e538c[0x1][_0x3eb679(0x115)]&&_0x3e538c[0x1][_0x3eb679(0x115)][_0x3eb679(0x1ed)]?null:_0x3e538c:null;}_0x2a5bd3[_0x5eed2c(0x286)]&&this[_0x5eed2c(0xe6)](_0x2a5bd3);}[_0x5a5c6d(0x1d6)](_0x390d04){const _0x403ad1=_0x5a5c6d;if(0x0==_0x390d04[_0x403ad1(0x1ed)])return;const _0x558b58=this[_0x403ad1(0x25b)]({'skipNotAttached':!0x0})[_0x403ad1(0x155)](_0x15cab3=>_0x403ad1(0x1ef)==_0x15cab3[_0x403ad1(0x186)]&&_0x15cab3[_0x403ad1(0x1e9)]),_0x266dfc=[],_0x54a50c=new Map();for(const _0x266964 of _0x558b58){const _0x123cee=_0x536ebe(_0x266964[_0x403ad1(0x275)]);_0x54a50c[_0x403ad1(0x215)](_0x123cee)||(_0x54a50c[_0x403ad1(0x17a)](_0x123cee,_0x266dfc[_0x403ad1(0x1ed)]),_0x266dfc[_0x403ad1(0x100)]([]));const _0x5cc0b4=_0x54a50c[_0x403ad1(0x25c)](_0x123cee);_0x266dfc[_0x5cc0b4][_0x403ad1(0x100)](_0x266964);}!(function(){const _0x1a2a2a=_0x403ad1;_0x266dfc[_0x1a2a2a(0x271)]((_0x17673f,_0x5c4d14)=>{const _0x5d995e=_0x1a2a2a,_0x302d89=_0x17673f[0x0][_0x5d995e(0x126)],_0x4283f2=_0x5c4d14[0x0][_0x5d995e(0x126)];return _0x302d89==_0x4283f2?_0x17673f[0x0][_0x5d995e(0x275)][_0x5d995e(0x27c)]<_0x5c4d14[0x0][_0x5d995e(0x275)][_0x5d995e(0x27c)]?-0x1:0x1:_0x302d89<_0x4283f2?-0x1:0x1;});for(const _0xaf56ed of _0x266dfc)_0xaf56ed[_0x1a2a2a(0x271)]((_0x13e7e3,_0x2a2177)=>_0x13e7e3['id']<_0x2a2177['id']?-0x1:0x1);}());for(let _0x318a41=0x0;_0x318a41<_0x266dfc[_0x403ad1(0x1ed)];_0x318a41++){if(0x0==_0x266dfc[_0x318a41][_0x403ad1(0x1ed)])continue;const _0x4ce759=[];for(let _0x2f44b4=_0x318a41+0x1;_0x2f44b4<_0x266dfc[_0x403ad1(0x1ed)];_0x2f44b4++)0x0!=_0x266dfc[_0x2f44b4][_0x403ad1(0x1ed)]&&_0x4d873f(_0x266dfc[_0x318a41],_0x266dfc[_0x2f44b4])&&_0x4ce759[_0x403ad1(0x100)](_0x2f44b4);for(const _0x168bee of _0x4ce759)_0x266dfc[_0x318a41]=_0x266dfc[_0x318a41][_0x403ad1(0x20b)](_0x266dfc[_0x168bee]),_0x266dfc[_0x168bee]=[];}for(const _0x43d2ab of _0x266dfc)for(let _0x5a46e6=0x0;_0x5a46e6<_0x43d2ab[_0x403ad1(0x1ed)];_0x5a46e6++){const _0x5e39b1=_0x43d2ab[_0x5a46e6+0x1]||null;_0x43d2ab[_0x5a46e6][_0x403ad1(0xee)]!==_0x5e39b1&&(_0x43d2ab[_0x5a46e6][_0x403ad1(0xee)]=_0x5e39b1);}for(const _0x28c695 of _0x266dfc)for(let _0x577f63=0x0;_0x577f63<_0x28c695[_0x403ad1(0x1ed)];_0x577f63++){const _0x152c0e=_0x28c695[_0x577f63-0x1]||null;_0x28c695[_0x577f63][_0x403ad1(0x127)]!==_0x152c0e&&(_0x28c695[_0x577f63][_0x403ad1(0x127)]=_0x152c0e);}function _0x4d873f(_0x5910be,_0xf8f074){const _0x174e69=_0x403ad1;if(_0x5910be[0x0][_0x174e69(0x275)][_0x174e69(0x27c)]!==_0xf8f074[0x0][_0x174e69(0x275)][_0x174e69(0x27c)]&&_0x5910be[0x0][_0x174e69(0x137)]!==_0xf8f074[0x0][_0x174e69(0x137)])return!0x1;if(!function(_0x284d72,_0x3cdf9a){const _0xbe81e3=_0x174e69;if(!_0x284d72[_0xbe81e3(0x24d)]&&!_0x3cdf9a[_0xbe81e3(0x24d)])return!0x0;if(_0x284d72[_0xbe81e3(0x24d)]&&_0x3cdf9a[_0xbe81e3(0x24d)])return!0x1;if(_0x284d72[_0xbe81e3(0x24d)]&&_0x3cdf9a[_0xbe81e3(0x126)]<_0x284d72[_0xbe81e3(0x115)][_0xbe81e3(0x1a2)][_0xbe81e3(0x25c)](0x0)[_0xbe81e3(0x126)])return!0x0;if(_0x3cdf9a[_0xbe81e3(0x24d)]&&_0x284d72[_0xbe81e3(0x126)]<_0x3cdf9a[_0xbe81e3(0x115)][_0xbe81e3(0x1a2)][_0xbe81e3(0x25c)](0x0)[_0xbe81e3(0x126)])return!0x0;return!0x1;}(_0x5910be[0x0],_0xf8f074[0x0]))return!0x1;const _0x2a0610=_0x3c68bd(_0x5910be[0x0][_0x174e69(0x275)],_0x174e69(0x27c)),_0x4b073a=_0x3c68bd(_0xf8f074[0x0][_0x174e69(0x275)],_0x174e69(0x27c));if(!_0x975817(_0x2a0610,_0x4b073a))return!0x1;return!!_0x5910be[_0x174e69(0x23e)](_0x5335a7=>_0xf8f074[_0x174e69(0x281)](_0x390566=>_0x5335a7[_0x174e69(0x1e3)]()[_0x174e69(0x1c6)](_0x390566[_0x174e69(0x1e3)]())))&&_0xf8f074[_0x174e69(0x23e)](_0x5b89c0=>_0x5910be[_0x174e69(0x281)](_0x55d28f=>_0x5b89c0[_0x174e69(0x1e3)]()[_0x174e69(0x1c6)](_0x55d28f[_0x174e69(0x1e3)]())));}}[_0x5a5c6d(0x20a)](_0x120410){const _0x2f995b=_0x5a5c6d,_0x2d1dff=Array[_0x2f995b(0x28f)](_0x120410),_0x29e5ad=this[_0x2f995b(0x25b)]({'skipNotAttached':!0x0}),_0x623521=_0x29e5ad[_0x2f995b(0x155)](_0x4a6bf8=>!_0x120410[_0x2f995b(0x215)](_0x4a6bf8)),_0xc458ee=new Map(_0x2d1dff[_0x2f995b(0x218)](_0x77f05c=>[_0x77f05c,this[_0x2f995b(0x1f3)][_0x2f995b(0x12f)](_0x77f05c[_0x2f995b(0x186)],_0x77f05c[_0x2f995b(0x183)],_0x2f995b(0x27f))])),_0x3be231=new Map(_0x29e5ad[_0x2f995b(0x218)](_0x3498f0=>[_0x3498f0,_0x3498f0[_0x2f995b(0x1f9)]()]));for(let _0x37a7ad=0x0;_0x37a7ad<_0x2d1dff[_0x2f995b(0x1ed)];_0x37a7ad++){if(_0x14ab67(this,_0x2d1dff[_0x37a7ad],_0x2d1dff,_0x37a7ad+0x1))return!0x0;}for(let _0x5987e5=0x0;_0x5987e5<_0x2d1dff[_0x2f995b(0x1ed)];_0x5987e5++){if(_0x14ab67(this,_0x2d1dff[_0x5987e5],_0x623521,0x0))return!0x0;}return!0x1;function _0x14ab67(_0x18f790,_0x25bed7,_0x258fd9,_0x44d407){const _0x237fd0=_0x2f995b;for(let _0x5a73c8=_0x44d407;_0x5a73c8<_0x258fd9[_0x237fd0(0x1ed)];_0x5a73c8++){const _0x3a1b82=_0x258fd9[_0x5a73c8];if(_0x3a1b82[_0x237fd0(0x186)]!==_0x25bed7[_0x237fd0(0x186)]||_0x3a1b82[_0x237fd0(0x137)]['id']!==_0x25bed7[_0x237fd0(0x137)]['id']||_0x3a1b82[_0x237fd0(0x183)]!==_0x25bed7[_0x237fd0(0x183)])continue;if(!Jt(_0x25bed7,_0x3a1b82))continue;if(_0x237fd0(0x1ef)==_0x25bed7[_0x237fd0(0x186)]&&_0x25bed7[_0x237fd0(0xf1)][_0x237fd0(0x178)]!=_0x3a1b82[_0x237fd0(0xf1)][_0x237fd0(0x178)])continue;if(_0x237fd0(0x1ef)==_0x25bed7[_0x237fd0(0x186)]&&_0x18f790[_0x237fd0(0x229)](_0x25bed7[_0x237fd0(0xf1)][_0x237fd0(0x1de)]))continue;if(_0x237fd0(0x1e4)==_0x25bed7[_0x237fd0(0x186)]){const _0x328cc6=_0x18f790[_0x237fd0(0xe5)][_0x237fd0(0x19f)],_0x53873b=_0x25bed7[_0x237fd0(0x11b)]();if(_0x53873b&&(_0x328cc6[_0x237fd0(0x1a6)][_0x237fd0(0x23d)](_0x53873b)||_0x328cc6[_0x237fd0(0x1a6)][_0x237fd0(0x1a8)](_0x53873b)))continue;}const _0x4afda3=_0xc458ee[_0x237fd0(0x25c)](_0x25bed7),_0x37d9cf=_0x3be231[_0x237fd0(0x25c)](_0x25bed7),_0x30160f=_0x3be231[_0x237fd0(0x25c)](_0x3a1b82),_0x182d27=_0x25bed7[_0x237fd0(0x115)]&&_0x25bed7[_0x237fd0(0x115)][_0x237fd0(0x1ed)],_0x14a5c9=_0x3a1b82[_0x237fd0(0x115)]&&_0x3a1b82[_0x237fd0(0x115)][_0x237fd0(0x1ed)];if(!_0x182d27&&_0x4afda3(_0x30160f,_0x37d9cf))return _0x18f790[_0x237fd0(0x138)](_0x3a1b82,_0x25bed7),_0x3be231[_0x237fd0(0x185)](_0x25bed7),!0x0;if(!_0x14a5c9&&_0x4afda3(_0x37d9cf,_0x30160f))return _0x18f790[_0x237fd0(0x138)](_0x25bed7,_0x3a1b82),_0x3be231[_0x237fd0(0x185)](_0x3a1b82),!0x0;}return!0x1;}}[_0x5a5c6d(0x138)](_0x12cc59,_0xba71d){const _0x539940=_0x5a5c6d;if(_0x12cc59[_0x539940(0x1ab)]){for(const _0x336743 of _0xba71d[_0x539940(0x1f9)]())_0x12cc59[_0x539940(0x274)](_0x336743);}else{const _0xf336d3=_0xba71d[_0x539940(0x1e3)]()[_0x539940(0x10f)];this[_0x539940(0x164)](_0x12cc59,this[_0x539940(0x159)][_0x539940(0x240)](_0x12cc59[_0x539940(0x1e3)]()[_0x539940(0x10b)],_0xf336d3));}_0xba71d[_0x539940(0x231)]();}[_0x5a5c6d(0x244)](_0x5bc7a3,_0x3a6e8e,_0x1e0d03){const _0x54ff1b=_0x5a5c6d,_0x1db72e=_0x5bc7a3[_0x54ff1b(0x1cd)](_0x54ff1b(0x156))||_0x5bc7a3[_0x54ff1b(0x1cd)](_0x54ff1b(0x1ef))?_0x54ff1b(0x27a):_0x5bc7a3[_0x54ff1b(0x228)]();return _0x424674(this[_0x54ff1b(0xe5)][_0x54ff1b(0x1df)],_0x3a6e8e+'_'+_0x1db72e+_0x54ff1b(0x176),_0x1e0d03);}[_0x5a5c6d(0x1af)](){const _0x558f28=_0x5a5c6d,_0x495992=this[_0x558f28(0xe5)];if(!_0x495992['ui'])return;const {ariaLiveAnnouncer:_0x576622}=_0x495992['ui'];_0x124d0b(this[_0x558f28(0x159)],({left:_0x5c46f9,entered:_0x241fbe})=>{const _0xf6de33=_0x558f28;for(const _0x581d80 of _0x5c46f9){const {group:_0x31daa9,type:_0x4b0d62}=this[_0xf6de33(0x108)](_0x581d80[_0xf6de33(0x268)]);if(_0xf6de33(0x22b)===_0x31daa9){_0x576622[_0xf6de33(0x18e)](this[_0xf6de33(0x244)](_0x4b0d62,_0xf6de33(0x25d)));break;}}for(const _0x2683bc of _0x241fbe){const {group:_0x19d2b3,type:_0x252685}=this[_0xf6de33(0x108)](_0x2683bc[_0xf6de33(0x268)]);if(_0xf6de33(0x22b)===_0x19d2b3){_0x576622[_0xf6de33(0x18e)](this[_0xf6de33(0x244)](_0x252685,_0xf6de33(0x1dd),_0x5821a3(_0x30cd00)));break;}}});}[_0x5a5c6d(0x1a5)](_0x56a71e){const _0x465383=_0x5a5c6d;if(this[_0x465383(0x1f1)])return!0x1;const _0x18a0cc=this[_0x465383(0xe5)],_0x17bc12=_0x18a0cc[_0x465383(0x19f)][_0x465383(0x152)][_0x465383(0x1d3)][_0x465383(0x197)]();if(0x0==_0x17bc12[_0x465383(0x1ed)])return!0x1;const _0x13576a=[],_0xb9af55=_0x17bc12[_0x465383(0x155)](_0x10b944=>_0x465383(0x1ef)==_0x10b944[_0x465383(0x186)]),_0x3870fd=_0x17bc12[_0x465383(0x155)](_0x3e5f2f=>_0x465383(0x259)==_0x3e5f2f[_0x465383(0x186)]&&_0x465383(0x237)!=_0x3e5f2f[_0x465383(0x268)]),_0x18187b=_0x17bc12[_0x465383(0x155)](_0x180be5=>_0x465383(0x189)==_0x180be5[_0x465383(0x186)]&&_0x465383(0x237)!=_0x180be5[_0x465383(0x268)]);for(const _0x211bde of _0xb9af55)_0x13576a[_0x465383(0x100)]({'key':_0x211bde[_0x465383(0x227)],'newValue':_0x211bde[_0x465383(0x253)],'oldValue':_0x211bde[_0x465383(0x1f0)],'range':Pt(_0x211bde[_0x465383(0x1e1)],_0x18a0cc[_0x465383(0x19f)])});for(const _0x45786c of _0x3870fd){const _0x5b117f=_0x18187b[_0x465383(0x1b2)](_0x9953d6=>_0x9953d6[_0x465383(0x235)][_0x465383(0x1c6)](_0x45786c[_0x465383(0x235)]));_0x5b117f&&_0x13576a[_0x465383(0x100)]({'key':_0x465383(0x1cc),'newValue':_0x45786c[_0x465383(0x268)],'oldValue':_0x5b117f[_0x465383(0x268)],'range':_0x18a0cc[_0x465383(0x19f)][_0x465383(0x194)](_0x45786c[_0x465383(0x235)][_0x465383(0x165)])});}return 0x0!=_0x13576a[_0x465383(0x1ed)]&&this[_0x465383(0x23f)](_0x56a71e,_0x13576a);}[_0x5a5c6d(0x269)](_0x20ac4f){const _0x50c83c=_0x5a5c6d;let _0x167f12=!0x1;const _0x51a98f=this[_0x50c83c(0xe5)][_0x50c83c(0x19f)][_0x50c83c(0x152)][_0x50c83c(0x1d3)][_0x50c83c(0x204)]()[_0x50c83c(0x155)](_0x7a8250=>_0x7a8250[_0x50c83c(0xf1)][_0x50c83c(0x15f)]&&_0x7a8250[_0x50c83c(0x268)][_0x50c83c(0x1cd)](_0x50c83c(0x134)));for(const _0x838070 of _0x51a98f){const {subType:_0x423858,id:_0x57defa}=this[_0x50c83c(0x108)](_0x838070[_0x50c83c(0x268)]),_0x41b2cf=_0x423858[_0x50c83c(0x245)]('|')[0x0];for(const _0x23f8e3 of this[_0x50c83c(0x25b)]({'skipNotAttached':!0x0}))_0x23f8e3['id']!=_0x57defa&&_0x50c83c(0x1ef)==_0x23f8e3[_0x50c83c(0x186)]&&_0x23f8e3[_0x50c83c(0xf1)]&&_0x23f8e3[_0x50c83c(0xf1)][_0x50c83c(0x1de)]==_0x41b2cf&&_0x23f8e3[_0x50c83c(0x1e3)]()[_0x50c83c(0x1d7)](_0x838070[_0x50c83c(0xf1)][_0x50c83c(0x15f)])&&(this[_0x50c83c(0x13e)](_0x23f8e3,_0x838070[_0x50c83c(0xf1)][_0x50c83c(0x15f)],_0x20ac4f),_0x167f12=!0x0);}return _0x167f12;}[_0x5a5c6d(0xe4)](_0xfae41a){const _0x236970=_0x5a5c6d;this[_0x236970(0xe5)],(this[_0x236970(0x1f1)]=!0x0,_0xfae41a());}[_0x5a5c6d(0x26b)](_0x379af9){const _0xfff8cf=_0x5a5c6d,_0x15551b=this[_0xfff8cf(0x229)](_0x379af9),_0x529872=this[_0xfff8cf(0x219)][_0xfff8cf(0x215)](_0x379af9);return _0x15551b||_0x529872;}[_0x5a5c6d(0x23f)](_0x29d2ea,_0x5b8868){const _0x2c3863=_0x5a5c6d;if(0x0==_0x5b8868[_0x2c3863(0x1ed)])return!0x1;let _0x43ac31=!0x1;for(const _0x1afe65 of _0x5b8868){const _0x168c8e=this[_0x2c3863(0x260)](_0x1afe65[_0x2c3863(0x1e1)],_0x2c3863(0x1ef))[_0x2c3863(0x155)](_0x270837=>!_0x270837[_0x2c3863(0x101)][_0x2c3863(0x131)])[_0x2c3863(0x218)](_0x3107ed=>_0x3107ed[_0x2c3863(0x22b)]),_0x2ae4e3=_0x536ebe({'newValue':_0x1afe65[_0x2c3863(0x272)]});_0x168c8e[_0x2c3863(0x155)](_0x146125=>{const _0x5d0857=_0x2c3863,[_0x153105,_0x25df4c]=_0x146125[_0x5d0857(0x183)][_0x5d0857(0x245)]('|');return _0x153105==_0x1afe65[_0x5d0857(0x1de)]&&_0x25df4c!=_0x2ae4e3;})[_0x2c3863(0x14d)](_0x24292b=>{const _0x1f95f5=_0x2c3863;this[_0x1f95f5(0x13e)](_0x24292b,_0x1afe65[_0x1f95f5(0x1e1)],_0x29d2ea),_0x43ac31=!0x0;});}return _0x43ac31;}[_0x5a5c6d(0x13e)](_0x54453,_0x11263f,_0x20741b){const _0x429f17=_0x5a5c6d,_0x4f4be4=_0x54453[_0x429f17(0x1e3)]()[_0x429f17(0x1a4)](_0x11263f);0x0!==_0x4f4be4[_0x429f17(0x1ed)]?0x1!==_0x4f4be4[_0x429f17(0x1ed)]?this[_0x429f17(0x1d4)](_0x54453,_0x11263f[_0x429f17(0x10b)],_0x11263f[_0x429f17(0x10f)]):this[_0x429f17(0x164)](_0x54453,_0x4f4be4[0x0]):_0x20741b[_0x429f17(0x121)](_0x54453[_0x429f17(0x202)]());}}function _0x3ca1(){const _0x4a220f=['set','formatInline:join','tablePasteChainId','registerInlineAttribute','buildSuggestion','root','attribute:accept','addUser','toViewElement','subType','track-changes-command-not-found','delete','type','ck-suggestion-marker','_getAuthorFromId','remove','addCommentThread','markerReady','_mergeNestedSuggestions','isArray','announce','getShiftedBy','howMany','PENDING_ACTION_SUGGESTION','containsItem','low','createRangeOn','bindElementToMarker','never','getChanges','adapter','_updateSuggestionData','isOwn','containerElement','formatInline:','_removeSuggestion','getIntersection','model','discard','batch','comments','editingDowncast','getDifference','_processAttributeChanges','schema','unbind','isLimit','_isForcedDefaultExecutionBlock','49ahIjjd','isMultiRange','687849dvUThz','acceptAllSuggestions','accepted','_initAriaMarkerChangeAnnouncements','acceptSuggestion','refresh','find','_suggestionState','backward','track-changes-suggestion-data-mismatch','action','multi','markBlockFormat','enableReadOnlyMode','before','_cutOutSuggestionMarker','define','addMarker','catch','addSuggestionData','applyOperation','_addSuggestionMarker','enqueueChange','getLastMatchingPosition','trackChanges.trackFormatChanges','_rangeIsInLocalUserInsertion','isEqual','init','track-changes-user-not-found','isIntersectingWithRange','always','formatBlock:discard','$elementName','startsWith','trackChanges.mergeNestedSuggestions','marker-count','deletion:accept','commands','toJSON','differ','_breakSuggestionMarker','isInContent','_refreshAttributeSuggestionsChain','isIntersecting','_defaultCallbacks','formatGroupId','isExternal','change:data','dataToMarker','ENTER','key','locale','splitPosition','range','122360izmJOn','getFirstRange','formatBlock','discardSuggestion','discardAllSuggestions','isLocal','suggestionUnloaded','_isDataLoaded','isTouching','forward','keys','length','execute','attribute','attributeOldValue','_recordAttributeSuggestions','3018DzhkKX','_suggestionFactory','widget','skipNestingCheck','writer','pop','default','getRanges','removeMarker:suggestion:attribute','containsRange','change:_saved','suggestion:','markerToData','substr','suggestionChanged','clear','getFirstMarker','plugins','getChangedMarkers','splice','formatInline','insertion:join','isAtEnd','resolve','_joinWithAdjacentSuggestions','concat','_registerDefaultCallbacks','fire','nodeBefore','deletion:join','getCustomProperty','$graveyard','CommentsRepository','301dNIFeE','track-changes-adapter-already-set','has','insertContent','options','map','_inlineAttributeKeys','ck-suggestion-marker--active','rename','_blockAttributeKeys','_afterChanges','insertion','descriptionFactory','includes','170cuQSPE','deletion:chain','Users','selection','isInsideObject','data-suggestion','attributeKey','toUpperCase','_isBlockAttribute','consumable','suggestion','4lFbksn','markDeletion','updateMarker','showSuggestionHighlights','update:suggestion','removeMarkers','high','updateSuggestion','6502njFpcI','position','removeClass','$text','isBlock','registerBlockAttribute','rethrowUnexpectedError','creator','createPositionAt','isObject','every','_reduceExistingSuggestions','createRange','isAtStart','originalSuggestionId','suggestionLoaded','_getMarkerAnnouncementText','split','setSelection','_editor','enableDefaultAttributesIntegration','formatBlock:chain','assign','getCommentThread','_setSuggestionData','hasComments','mapper','formatBlock:','removeMarker:suggestion:formatBlock','editing','getNearestSelectionRange','attributeNewValue','hasCommentThread','_customCallbacks','notReady','getAllAdjacentSuggestions','addHighlight','insert','markMultiRangeInsertion','getSuggestions','get','LEAVE','getAttribute','addMarker:suggestion:attribute','_findSuggestions','deletion:','addMarker:suggestion','removeAttribute','open','setTo','_adapter','authorName','name','_processAttributeSuggestions','30040SvXvDI','_isRegisteredAttribute','change:activeMarkers','accept','deleteContent','elementEnd','fromRange','sort','newValue','head','addRange','attributes','upcast','pluginName','addMarkerName','unbindElementFromMarkerName','FORMATTING','addClass','groupId','acceptSelectedSuggestions','markMultiRangeDeletion','join','_trackFormatChanges','some','unshift','insertion:accept','containsPosition','error-saving-suggestion-data-suggestion-discarded','size','dataReady','substring','_addThreadToSuggestion','formatInline:accept','conversion','_getExternalAuthor','markInlineFormat','hasSuggestion','from','authoredAt','_getAttributeKey','isCollapsed','detach','move','ck-suggestion-marker-','_recordAttributeChanges','editor','_refreshSuggestionsChain','attribute:join','isBefore','2311605ItBrWU','track-changes-enable-command-twice','@external','commandName','oldRange','next','track-changes-suggestion-not-found','value','data','markInsertion','enableCommand','addMarker:suggestion:formatBlock','reconvertMarker','PendingActions','insertion:','normal','formatInline:chain','track-changes-adapter-missing-getsuggestion','addSuggestion','multipleBlocks','markerName','_enabledCommands','external:','push','meta','requires','dataDowncast','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.','collaboration.channelId','markerNameToElements','getUser','_splitMarkerName','config','_commentsRepository','start','rejected','markers','listenTo','end','isSelectable','getSuggestion','_saved','1779239QyTYEQ','values','commentThread','markerToHighlight','setAttribute','formatInline:discard','consume','formatBlock:accept','getContainedElement','ck-suggestion-marker-formatBlock','ready','getItems','_suggestions','stopListening','removeMarker','getRange','$marker','after','$textProxy','createdAt','previous','clone','markMultiRangeBlockFormat','attribute:discard','rootName','removed','insertion:chain','elementToElement','getSuggestionCallback','then','isNextTo','lowest','insertion:discard','suggestion:attribute:','deletion','group','author','_joinSuggestions','chain','parent','for','createPositionAfter','trackChangesCommand','_reduceSuggestionAttributeRange','moveTargetPosition','removeComment','formatBlock:join','TrackChangesEditing','ck-suggestion-marker-formatInline','_createSuggestion','stringify','createRangeIn','activeMarkers','suggestion-type','createPositionBefore','isRemovable','elementStart','registerPostFixer','forEach','isAfter','change','deletion:discard','getAncestors','document','documentSelection','createElement','filter','format','getWalker','targetPosition','_model','stop','isDocumentOperation','markAttributeChange','24uOUxlg','return','newRange','registerCustomCallback','_onDiscard','addComment','_checkSuggestionCorrectness','_setSuggestionRange','nodeAfter','getMultiRangeId','trackChanges','warn','forceDefaultExecution','_getSuggestionData','containsRangeInObject','add','highest','getMarkers','discardSelectedSuggestions','createSelection','fromCharCode','_handleNewSuggestionMarker','attribute:','fetchCommentThread','element','_SUGGESTION_ANNOUNCEMENT','isUndo','oldValue','item'];_0x3ca1=function(){return _0x4a220f;};return _0x3ca1();}class Et{constructor(_0x3478a8){const _0xd69704=_0x5a5c6d;this[_0xd69704(0x247)]=_0x3478a8,this[_0xd69704(0x159)]=_0x3478a8[_0xd69704(0x19f)],this[_0xd69704(0x255)]=new Map(),this[_0xd69704(0x1d8)]=new Map(),this[_0xd69704(0x20c)]();}[_0x5a5c6d(0x17e)](_0x5151a4,_0x3e63de,_0x3e45a4,_0x2a5acd,_0x351e51,_0x4fceb6){const _0x59bf16=_0x5a5c6d;return new _0x5a1e4d(this[_0x59bf16(0x159)],{'type':_0x5151a4,'subType':_0x3e63de,'id':_0x3e45a4,'author':_0x2a5acd,'creator':_0x2a5acd,'attributes':_0x351e51,'onAttributesChange':_0x4fceb6,'onAccept':(..._0x4a1295)=>this[_0x59bf16(0x12f)](_0x5151a4,_0x3e63de,_0x59bf16(0x26d))(..._0x4a1295),'onDiscard':(..._0x37cdc4)=>this[_0x59bf16(0x12f)](_0x5151a4,_0x3e63de,_0x59bf16(0x1a0))(..._0x37cdc4)});}[_0x5a5c6d(0x160)](_0x49da4e,_0x3d7700,_0x48323a,_0x27f774){const _0x44ab43=_0x5a5c6d,_0x2f2597=_0x49da4e+':'+_0x3d7700+':'+_0x48323a;this[_0x44ab43(0x255)][_0x44ab43(0x17a)](_0x2f2597,_0x27f774);}[_0x5a5c6d(0x12f)](_0x1ff364,_0x4519f5,_0x52cbfa){const _0x200373=_0x5a5c6d,_0x30dab3=_0x1ff364+':'+_0x4519f5+':'+_0x52cbfa;return this[_0x200373(0x255)][_0x200373(0x25c)](_0x30dab3)||this[_0x200373(0x1d8)][_0x200373(0x25c)](_0x1ff364+':'+_0x52cbfa);}[_0x5a5c6d(0x20c)](){const _0x2e115b=_0x5a5c6d,_0x526bf2=()=>!0x1,_0x1fe3dc=_0x1906d7=>{const _0x3c7aaa=_0x1c43;_0x1906d7[_0x3c7aaa(0x271)]((_0x1a1248,_0xe898c6)=>_0x1a1248[_0x3c7aaa(0x10b)][_0x3c7aaa(0xe8)](_0xe898c6[_0x3c7aaa(0x10b)])?0x1:-0x1),this[_0x3c7aaa(0x159)][_0x3c7aaa(0x14f)](_0x4d2d1d=>{const _0x2e0555=_0x3c7aaa;for(const _0x5c38e3 of _0x1906d7){let _0x16aa8f;_0x16aa8f=_0x5c38e3[_0x2e0555(0x10f)][_0x2e0555(0x208)]&&_0x5c38e3[_0x2e0555(0x10f)][_0x2e0555(0x13a)]==_0x5c38e3[_0x2e0555(0x10b)][_0x2e0555(0x165)]?_0x4d2d1d[_0x2e0555(0x170)](_0x5c38e3[_0x2e0555(0x10b)][_0x2e0555(0x165)],'on'):_0x4d2d1d[_0x2e0555(0x170)](_0x5c38e3),this[_0x2e0555(0x159)][_0x2e0555(0x26e)](_0x16aa8f,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4cdb9c=(_0x424734,_0x15c100)=>{const _0x30d30c=_0x1c43;_0x15c100&&this[_0x30d30c(0x159)][_0x30d30c(0x14f)](_0x2015aa=>{const _0x55832b=_0x30d30c,{commandName:_0x251439,commandParams:_0x80b57=[]}=_0x15c100,_0x4018e=_0x424734[_0x55832b(0x218)](_0x2d363c=>(Vt(_0x2d363c)&&(_0x2d363c=this[_0x55832b(0x159)][_0x55832b(0x240)](_0x2d363c[_0x55832b(0x10f)])),_0x2d363c))[_0x55832b(0x155)](_0x64727a=>_0x55832b(0x211)!==_0x64727a[_0x55832b(0x17f)][_0x55832b(0x12b)]);if(_0x4018e[_0x55832b(0x1ed)]<0x1)return;const _0x3d00f8=Array[_0x55832b(0x28f)](this[_0x55832b(0x159)][_0x55832b(0x152)][_0x55832b(0x224)][_0x55832b(0x1f9)]())[_0x55832b(0x218)](_0x28ac92=>_0x5197ad[_0x55832b(0x270)](_0x28ac92));_0x2015aa[_0x55832b(0x246)](_0x4018e);for(const _0x474098 of this[_0x55832b(0x247)][_0x55832b(0x1d1)][_0x55832b(0x1d1)]())_0x474098[_0x55832b(0x1b1)]();_0x80b57[_0x55832b(0x100)]({'forceDefaultExecution':!0x0}),this[_0x55832b(0x247)][_0x55832b(0x1ee)](_0x251439,..._0x80b57);const _0x5c76d7=_0x3d00f8[_0x55832b(0x155)](_0x5de9d7=>_0x55832b(0x211)!=_0x5de9d7[_0x55832b(0x17f)][_0x55832b(0x12b)]);_0x5c76d7[_0x55832b(0x1ed)]>0x0&&_0x2015aa[_0x55832b(0x246)](_0x5c76d7);for(const _0xc4315b of _0x3d00f8)_0xc4315b[_0x55832b(0xe1)]();});},_0xe106fc=(_0x2b26b4,_0x4a0368)=>0x1==_0x2b26b4[_0x2e115b(0x1ed)]&&0x1==_0x4a0368[_0x2e115b(0x1ed)]&&_0x2b26b4[0x0][_0x2e115b(0x10f)][_0x2e115b(0x1c6)](_0x4a0368[0x0][_0x2e115b(0x10b)]),_0x173a57=(_0x28a82b,_0x85d51c,_0x56a87d,_0x2ab2ce)=>Ht(_0x28a82b,_0x85d51c,_0x56a87d,_0x2ab2ce,this[_0x2e115b(0x159)])?[_0x28a82b,_0x85d51c]:Ht(_0x85d51c,_0x28a82b,_0x2ab2ce,_0x56a87d,this[_0x2e115b(0x159)])?[_0x85d51c,_0x28a82b]:null;this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x283),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x133),_0x1fe3dc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x207),_0xe106fc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x12d),_0x173a57),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x1d0),_0x1fe3dc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x150),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x20f),_0xe106fc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x222),_0x173a57),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x28a),_0x4cdb9c),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x118),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x17b),_0xe106fc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0xf9),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x11a),_0x4cdb9c),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x1cb),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x141),_0xe106fc),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x249),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x180),_0x526bf2),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0x12a),(_0x42fd19,_0x550671)=>{const _0x478a45=_0x2e115b;if(!_0x550671)return;const _0x4dab67=this[_0x478a45(0x247)][_0x478a45(0x203)][_0x478a45(0x25c)](p);this[_0x478a45(0x159)][_0x478a45(0x14f)](_0x23f2fe=>{const _0x18177f=_0x478a45;if(_0x18177f(0x1cc)==_0x550671[_0x18177f(0x1de)])for(const _0xa9d842 of _0x42fd19){const _0x3b621a=_0xa9d842[_0x18177f(0x10b)][_0x18177f(0x165)],_0x58c066=_0x550671[_0x18177f(0x178)];_0x23f2fe[_0x18177f(0x21b)](_0x3b621a,_0x58c066);}else{if(_0x4dab67[_0x18177f(0x229)](_0x550671[_0x18177f(0x1de)])){for(const _0x425f73 of _0x42fd19)void 0x0!==_0x550671[_0x18177f(0x178)]?_0x23f2fe[_0x18177f(0x117)](_0x550671[_0x18177f(0x1de)],_0x550671[_0x18177f(0x178)],_0x425f73[_0x18177f(0x10b)][_0x18177f(0x165)]):_0x23f2fe[_0x18177f(0x263)](_0x550671[_0x18177f(0x1de)],_0x425f73[_0x18177f(0x10b)][_0x18177f(0x165)]);}else{for(const _0x604611 of _0x42fd19)_0x550671[_0x18177f(0x178)]?_0x23f2fe[_0x18177f(0x117)](_0x550671[_0x18177f(0x1de)],_0x550671[_0x18177f(0x178)],_0x604611):_0x23f2fe[_0x18177f(0x263)](_0x550671[_0x18177f(0x1de)],_0x604611);}}});}),this[_0x2e115b(0x1d8)][_0x2e115b(0x17a)](_0x2e115b(0xe7),_0xe106fc);}}function Ot(_0x4f928e,_0x1cc52c,_0x21237e){const _0x4f70cf=_0x5a5c6d;for(const _0x3e5000 of _0x1cc52c[_0x4f70cf(0x13a)][_0x4f70cf(0x151)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3e5000[_0x4f70cf(0x17f)]==_0x3e5000)return!0x1;if(!_0x21237e[_0x4f70cf(0x192)](_0x3e5000))return!0x1;if(_0x4f928e[_0x4f70cf(0x23d)](_0x3e5000)||_0x4f928e[_0x4f70cf(0x1a8)](_0x3e5000))return!0x0;}return!0x1;}function Vt(_0x4dd59c){const _0x1f680c=_0x5a5c6d;return _0x4dd59c[_0x1f680c(0x10f)][_0x1f680c(0x13a)]==_0x4dd59c[_0x1f680c(0x10b)][_0x1f680c(0x165)]&&_0x4dd59c[_0x1f680c(0x10f)][_0x1f680c(0x241)];}function Ut(_0x34cb94,_0x5320db,_0x5088b0,_0x212b90){const _0x30570b=_0x5a5c6d,_0xc00d86=_0x347cb7=>!_0x347cb7[_0x30570b(0x179)]['is'](_0x30570b(0x125))&&!_0x212b90[_0x30570b(0x23d)](_0x347cb7[_0x30570b(0x179)]),_0xe3e02e=_0x34cb94[_0x30570b(0x10b)][_0x30570b(0x1c3)](_0xc00d86),_0x42df15=_0x34cb94[_0x30570b(0x10f)][_0x30570b(0x1c3)](_0xc00d86,{'direction':_0x30570b(0x1b4)});return(!_0x34cb94[_0x30570b(0x10b)][_0x30570b(0x1c6)](_0xe3e02e)||!_0x34cb94[_0x30570b(0x10f)][_0x30570b(0x1c6)](_0x42df15))&&(_0xe3e02e[_0x30570b(0xe8)](_0x42df15)?_0x5088b0[_0x30570b(0x22e)](_0x5320db,{'range':_0x5088b0[_0x30570b(0x240)](_0xe3e02e,_0x42df15)}):_0x5088b0[_0x30570b(0x121)](_0x5320db),!0x0);}function Gt(_0x366cc7){return _0x536ebe(_0x366cc7);}function Ft(_0xdcb0f6){const _0x3dba9a=_0x5a5c6d,_0x119942=_0xdcb0f6[_0x3dba9a(0x10b)][_0x3dba9a(0x165)];return _0x119942&&_0x119942['is'](_0x3dba9a(0x175));}function Pt(_0x11560b,_0x4c681c){const _0x59eaba=_0x5a5c6d;return null==_0x11560b[_0x59eaba(0x10f)][_0x59eaba(0x20e)]&&_0x11560b[_0x59eaba(0x10f)][_0x59eaba(0x13a)]==_0x11560b[_0x59eaba(0x10b)][_0x59eaba(0x165)]?Lt(_0x11560b[_0x59eaba(0x10b)][_0x59eaba(0x165)],_0x4c681c):_0x11560b;}function Lt(_0x36095e,_0x10279f){const _0x254548=_0x5a5c6d,_0x1c542f=_0x10279f[_0x254548(0x1a6)][_0x254548(0x23d)](_0x36095e)||_0x10279f[_0x254548(0x1a6)][_0x254548(0x110)](_0x36095e);return _0x10279f[_0x254548(0x240)](_0x10279f[_0x254548(0x23c)](_0x36095e,_0x254548(0x1ba)),_0x1c542f?_0x10279f[_0x254548(0x13c)](_0x36095e):_0x10279f[_0x254548(0x23c)](_0x36095e,_0x254548(0x10f)));}function Ht(_0x1aa333,_0x297e38,_0x4e1b2b,_0x1d9225,_0x47136b){const _0x5b3d46=_0x5a5c6d;if(_0x1aa333[_0x5b3d46(0xee)])return!0x1;if(!Jt(_0x1aa333,_0x297e38))return!0x1;if(_0x4e1b2b[_0x5b3d46(0x10f)][_0x5b3d46(0x1c6)](_0x1d9225[_0x5b3d46(0x10b)]))return!0x0;if(_0x1aa333[_0x5b3d46(0x186)]!=_0x297e38[_0x5b3d46(0x186)])return!0x1;if(!_0x4e1b2b[_0x5b3d46(0x10f)][_0x5b3d46(0x1ea)](_0x1d9225[_0x5b3d46(0x10b)]))return!0x1;const _0x27264b=_0x47136b[_0x5b3d46(0x240)](_0x4e1b2b[_0x5b3d46(0x10f)],_0x1d9225[_0x5b3d46(0x10b)])[_0x5b3d46(0x157)]();for(const _0x1a85ac of _0x27264b)if([_0x5b3d46(0x14b),_0x5b3d46(0x26f)][_0x5b3d46(0x220)](_0x1a85ac[_0x5b3d46(0x186)])&&_0x47136b[_0x5b3d46(0x1a6)][_0x5b3d46(0x1a8)](_0x1a85ac[_0x5b3d46(0x179)]))return!0x1;return!0x0;}function Jt(_0x17fff7,_0x573582){const _0x3d4186=_0x5a5c6d;if(!_0x17fff7[_0x3d4186(0x1e9)]||!_0x573582[_0x3d4186(0x1e9)])return!0x1;const _0x5ba00d=new Set(Object[_0x3d4186(0x1ec)](_0x17fff7[_0x3d4186(0x275)])),_0x3ae07c=new Set(Object[_0x3d4186(0x1ec)](_0x573582[_0x3d4186(0x275)]));if(_0x5ba00d[_0x3d4186(0x185)](_0x3d4186(0x27c)),_0x3ae07c[_0x3d4186(0x185)](_0x3d4186(0x27c)),0x0==_0x5ba00d[_0x3d4186(0x286)]&&0x0==_0x3ae07c[_0x3d4186(0x286)])return!0x0;if(_0x5ba00d[_0x3d4186(0x286)]!=_0x3ae07c[_0x3d4186(0x286)])return!0x1;const _0xd72097={..._0x17fff7[_0x3d4186(0x275)]},_0x51ec71={..._0x573582[_0x3d4186(0x275)]};return delete _0xd72097[_0x3d4186(0x27c)],delete _0x51ec71[_0x3d4186(0x27c)],JSON[_0x3d4186(0x145)](_0xd72097)==JSON[_0x3d4186(0x145)](_0x51ec71);}function qt(_0x28c814,_0x565001){const _0x47e274=_0x5a5c6d,_0x1adeee=zt(_0x28c814[_0x47e274(0x275)]),_0x3a67ac=zt(_0x565001);if(!_0x28c814[_0x47e274(0x1e9)])return!0x1;for(const _0x4c7e5a of Object[_0x47e274(0x1ec)](_0x3a67ac))if(!_0x975817(_0x1adeee[_0x4c7e5a],_0x3a67ac[_0x4c7e5a]))return!0x1;return!0x0;}function zt(_0x5c14d4){const _0x69852b=_0x5a5c6d,_0x75e16e=Object[_0x69852b(0x24a)]({},_0x5c14d4);return delete _0x75e16e[_0x69852b(0x1f5)],delete _0x75e16e[_0x69852b(0x17c)],_0x75e16e;}
|