@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240525.0 → 0.0.0-nightly-20240527.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 +3 -3
- 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-20240527.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,8 +41,8 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"ckeditor5": "0.0.0-nightly-
|
|
45
|
-
"ckeditor5-collaboration": "0.0.0-nightly-
|
|
44
|
+
"ckeditor5": "0.0.0-nightly-20240527.0",
|
|
45
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20240527.0",
|
|
46
46
|
"lodash-es": "4.17.21"
|
|
47
47
|
},
|
|
48
48
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4dc9d7=_0x334a;(function(_0xb5c90,_0x17583a){const _0x38a63a=_0x334a,_0x3bb3ce=_0xb5c90();while(!![]){try{const _0x5e2d8e=-parseInt(_0x38a63a(0x29c))/0x1*(parseInt(_0x38a63a(0x145))/0x2)+-parseInt(_0x38a63a(0x21f))/0x3+-parseInt(_0x38a63a(0x16d))/0x4*(-parseInt(_0x38a63a(0x265))/0x5)+-parseInt(_0x38a63a(0x18e))/0x6*(-parseInt(_0x38a63a(0x1e3))/0x7)+-parseInt(_0x38a63a(0x227))/0x8*(parseInt(_0x38a63a(0x1a2))/0x9)+parseInt(_0x38a63a(0x26d))/0xa+-parseInt(_0x38a63a(0x250))/0xb*(-parseInt(_0x38a63a(0x281))/0xc);if(_0x5e2d8e===_0x17583a)break;else _0x3bb3ce['push'](_0x3bb3ce['shift']());}catch(_0x59d9b5){_0x3bb3ce['push'](_0x3bb3ce['shift']());}}}(_0x1e86,0xd98a3));import{Plugin as _0x25dd23,PendingActions as _0x2eff82}from'ckeditor5/src/core.js';import{LiveRange as _0x5270ce}from'ckeditor5/src/engine.js';import{CKEditorError as _0x4b73fc,uid as _0x2d1077,priorities as _0x590769,logWarning as _0x80f80b}from'ckeditor5/src/utils.js';import{toWidget as _0x2a1cf5}from'ckeditor5/src/widget.js';import{Users as _0xfed646,hashObject as _0x477f1f,surroundingMarkersDetector as _0x83164f}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x17c3af from'./commands/trackchangescommand.js';import _0xbf4c9e from'./commands/acceptsuggestioncommand.js';import _0x181f4f from'./commands/discardsuggestioncommand.js';import _0x14a92a from'./commands/executeonallsuggestionscommand.js';import _0x44b14c from'./commands/executeonselectedsuggestionscommand.js';import _0x1bcbe4 from'./suggestion.js';import _0x3cbc32 from'./suggestiondescriptionfactory.js';import _0x2a1c7d from'./integrations/aiassistant.js';import _0x23175c from'./integrations/alignment.js';import _0x224f4d from'./integrations/basicstyles.js';import _0x2edfb4 from'./integrations/blockquote.js';import _0x3b65dc from'./integrations/casechange.js';import _0x405069 from'./integrations/ckbox.js';import _0x7e6f92 from'./integrations/codeblock.js';import _0x2a27ad from'./integrations/comments.js';import _0x376d12 from'./integrations/deletecommand.js';import _0x243bf9 from'./integrations/list.js';import _0x16e51c from'./integrations/listproperties.js';import _0x2983c9 from'./integrations/entercommand.js';import _0x339cc9 from'./integrations/findandreplace.js';import _0x5b7a65 from'./integrations/font.js';import _0x59d942 from'./integrations/formatpainter.js';import _0x2d6a6d from'./integrations/heading.js';import _0x4b36ad from'./integrations/highlight.js';import _0x43fc29 from'./integrations/horizontalline.js';import _0x1c58f1 from'./integrations/htmlembed.js';import _0x3c83be from'./integrations/image.js';import _0x4d8dd1 from'./integrations/imagereplace.js';import _0x328a3e from'./integrations/imagestyle.js';import _0x7f180b from'./integrations/importword.js';import _0x26de2f from'./integrations/indent.js';import _0x4b7877 from'./integrations/inputcommand.js';import _0x4844e1 from'./integrations/link.js';import _0x17f6f6 from'./integrations/legacylist.js';import _0x173e8e from'./integrations/legacylistproperties.js';import _0x288e3a from'./integrations/mediaembed.js';import _0x8a84cd from'./integrations/mention.js';import _0xf55873 from'./integrations/multilevellist.js';import _0x28cc3a from'./integrations/pagebreak.js';import _0x4bf9fe from'./integrations/paragraph.js';import _0x40b889 from'./integrations/removeformat.js';import _0x4289ae from'./integrations/restrictededitingmode.js';import _0x2cba19 from'./integrations/shiftentercommand.js';import _0x3b3650 from'./integrations/standardeditingmode.js';import _0x1d5b50 from'./integrations/style.js';import _0x45cf96 from'./integrations/table.js';import _0xe0ded2 from'./integrations/tablemergesplit.js';import _0x562c9a from'./integrations/tableheadings.js';import _0x412625 from'./integrations/tableclipboard.js';import _0x214cf4 from'./integrations/tablecolumnresize.js';function _0x1e86(){const _0x3a9c7e=['TrackChangesEditing','values','listenTo','stopListening','key','formatInline:discard','containsRangeInObject','formatInline:chain','mapper','hasCommentThread','formatInline:join','formatBlock:','keys','from','range','addClass','always','elementEnd','isOwn','markerToData','_trackFormatChanges','markMultiRangeBlockFormat','adapter','howMany','track-changes-suggestion-not-found','isSelectable','enqueueChange','deletion:discard','_getSuggestionData','markBlockFormat','registerCustomCallback','reconvertMarker','detach','track-changes-suggestion-data-mismatch','_breakSuggestionMarker','insert','22npnKrU','after','formatGroupId','attribute:accept','_splitMarkerName','push','removed','addRange','options','insertion:discard','attribute:discard','attribute','fetchCommentThread','_addThreadToSuggestion','_recordAttributeChanges','isAfter','registerPostFixer','execute','authoredAt','assign','$textProxy','10yIeJTD','get','requires','isBlock','commentThread','fire','accepted','announce','6514640sRwgFs','splice','moveTargetPosition','external:','pluginName','createElement','ck-suggestion-marker-formatBlock','getFirstMarker','_saved','catch','_customCallbacks','getItems','upcast','_isBlockAttribute','fromRange','getContainedElement','ready','sort','addMarker:suggestion','_suggestionState','2966268HGaoDh','refresh','createRange','suggestionUnloaded','plugins','formatInline:accept','track-changes-user-not-found','originalSuggestionId','_updateSuggestionData','suggestion-type','ck-suggestion-marker-formatInline','item','_inlineAttributeKeys','isBefore','getSuggestionCallback','end','differ','removeMarker:suggestion:formatBlock','error-saving-suggestion-data-suggestion-discarded','substr','hasSuggestion','removeMarker:suggestion:attribute','getAttribute','_reduceExistingSuggestions','config','concat','_reduceSuggestionAttributeRange','5578YnDrLW','split','deletion:','createRangeIn','chain','head','deleteContent','markMultiRangeDeletion','_removeSuggestion','_blockAttributeKeys','filter','data','ck-suggestion-marker-','_setSuggestionRange','formatBlock:chain','default','getShiftedBy','_joinSuggestions','suggestionChanged','forEach','getDifference','_defaultCallbacks','_mergeNestedSuggestions','change','toJSON','comments','startsWith','insertContent','rethrowUnexpectedError','splitPosition','track-changes-adapter-missing-getsuggestion','acceptSuggestion','track-changes-command-not-found','removeComment','pop','meta','deletion','data-suggestion','model','root','isObject','$graveyard','getFirstRange','groupId','_isDataLoaded','attribute:','addComment','authorName','getSuggestions','type','move','_commentsRepository','marker-count','getChangedMarkers','suggestionLoaded','_suggestionFactory','insertion:chain','_findSuggestions','previous','skipNestingCheck','map','getNearestSelectionRange','unbindElementFromMarkerName','_SUGGESTION_ANNOUNCEMENT','rejected','LEAVE','markerName','attributes','toViewElement','highest','markDeletion','isEqual','createdAt','isAtEnd','every','consume','dataDowncast','editing','formatInline:','backward','markMultiRangeInsertion','_element','nodeBefore','buildSuggestion','_enabledCommands','isTouching','getCommentThread','attributeNewValue','some','rootName','documentSelection','194cTmeAR','discardAllSuggestions','insertion:','removeClass','writer','markerToHighlight','containerElement','conversion','addMarker','batch','stop','_initAriaMarkerChangeAnnouncements','clear','formatBlock','deletion:chain','init','getMultiRangeId','enableReadOnlyMode','attributeKey','editingDowncast','_isRegisteredAttribute','_getAttributeKey','removeMarkers','define','document','addHighlight','setAttribute','next','addMarkerName','enableDefaultAttributesIntegration','_getMarkerAnnouncementText','has','includes','targetPosition','length','getCustomProperty','discardSuggestion','_isForcedDefaultExecutionBlock','warn','high','886432GYtnXt','_descriptionFactory','insertion:accept','track-changes-enable-command-twice','_checkSuggestionCorrectness','Users','position','parent','getSuggestion','getMarkers','_editor','_cutOutSuggestionMarker','addSuggestionData','removeMarker','markInsertion','suggestion:attribute:','_refreshAttributeSuggestionsChain','createRangeOn','isIntersecting','clone','consumable','multipleBlocks','nodeAfter','selection','isArray','getAncestors','_refreshSuggestionsChain','remove','_handleNewSuggestionMarker','updateSuggestion','acceptAllSuggestions','trackChanges.trackFormatChanges','attributeOldValue','138SYRrcA','addSuggestion','isIntersectingWithRange','_getAuthorFromId','getLastMatchingPosition','editor','createSelection','getRange','setTo','lowest','isRemovable','formatInline','substring','then','insertion:join','_rangeIsInLocalUserInsertion','addCommentThread','bindElementToMarker','forward','low','9boEaga','_onDiscard','acceptSelectedSuggestions','ck-suggestion-marker','_adapter','showSuggestionHighlights','containsRange','schema','$marker','FORMATTING','open','PendingActions','_registerDefaultCallbacks','isCollapsed','getChanges','getUser','resolve','formatBlock:discard','$text','formatBlock:join','dataToMarker','updateMarker','_createSuggestion','trackChanges','getRanges','unbind','group','notReady','isAtStart','descriptionFactory','CommentsRepository','multi','ENTER','addMarker:suggestion:formatBlock','isMultiRange','return','elementStart','tablePasteChainId','markerNameToElements','ck-suggestion-marker--active','containsItem','commands','isUndo','attribute:join','forceDefaultExecution','newRange','oldRange','hasComments','enableCommand','author','discard','addMarker:suggestion:attribute','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.','change:data','elementToElement','collaboration.channelId','change:_saved','unshift','locale','markAttributeChange','toUpperCase','fromCharCode','getIntersection','removeAttribute','name','383131uJERUx','deletion:join','formatBlock:accept','addUser','newValue','creator','find','isDocumentOperation','discardSelectedSuggestions','_model','suggestion','rename','format','_setSuggestionData','createPositionAfter','_suggestions','isExternal','isInsideObject','for','trackChangesCommand','applyOperation','dataReady','never','activeMarkers','start','before','element','@external','update:suggestion','_afterChanges','createPositionAt','suggestion:','PENDING_ACTION_SUGGESTION','_getExternalAuthor','_addSuggestionMarker','isInContent','accept','delete','_processAttributeChanges','insertion','widget','join','getAllAdjacentSuggestions','trackChanges.mergeNestedSuggestions','getWalker','containsPosition','oldValue','deletion:accept','markInlineFormat','_processAttributeSuggestions','subType','markerReady','registerBlockAttribute','_joinWithAdjacentSuggestions','commandName','isLimit','isNextTo','setSelection','value','set','2301006ORVDzp','track-changes-adapter-already-set','add','isLocal','_recordAttributeSuggestions','registerInlineAttribute','createPositionBefore','change:activeMarkers','5190448CJsXvb','markers','$elementName','size','normal'];_0x1e86=function(){return _0x3a9c7e;};return _0x1e86();}import _0x20ba99 from'./integrations/template.js';import _0x53e018 from'./integrations/tableofcontents.js';import _0x526a8f from'./integrations/title.js';import _0x21c223 from'./integrations/undo.js';import _0x545e56 from'./integrations/tablecaption.js';import _0x515a7d from'./integrations/tableproperties.js';import{getTranslation as _0x43dc6d}from'./utils/common-translations.js';import{isEqual as _0x2b856f,omit as _0x3184ca}from'lodash-es';function _0x334a(_0x39f5c1,_0x55226a){const _0x1e8656=_0x1e86();return _0x334a=function(_0x334aab,_0x55ce2f){_0x334aab=_0x334aab-0x132;let _0x57a81c=_0x1e8656[_0x334aab];return _0x57a81c;},_0x334a(_0x39f5c1,_0x55226a);}export const renameAttributeKey=_0x4dc9d7(0x229);export default class p extends _0x25dd23{static get[_0x4dc9d7(0x267)](){const _0xd147b3=_0x4dc9d7;return[_0xd147b3(0x1c0),_0xfed646,_0x2eff82,_0x2a1c7d,_0x23175c,_0x224f4d,_0x2edfb4,_0x405069,_0x3b65dc,_0x7e6f92,_0x2a27ad,_0x376d12,_0x2983c9,_0x339cc9,_0x5b7a65,_0x59d942,_0x2d6a6d,_0x4b36ad,_0x43fc29,_0x1c58f1,_0x3c83be,_0x328a3e,_0x4d8dd1,_0x7f180b,_0x26de2f,_0x4b7877,_0x17f6f6,_0x173e8e,_0xf55873,_0x4844e1,_0x243bf9,_0x16e51c,_0x288e3a,_0x8a84cd,_0x28cc3a,_0x4bf9fe,_0x40b889,_0x4289ae,_0x2cba19,_0x3b3650,_0x1d5b50,_0x45cf96,_0xe0ded2,_0x562c9a,_0x545e56,_0x412625,_0x214cf4,_0x53e018,_0x515a7d,_0x20ba99,_0x526a8f,_0x21c223];}static get[_0x4dc9d7(0x271)](){const _0x3fcc0d=_0x4dc9d7;return _0x3fcc0d(0x22c);}get[_0x4dc9d7(0x16e)](){const _0x27b53c=_0x4dc9d7;return this[_0x27b53c(0x1bf)];}constructor(_0x2b6e82){const _0x2d9416=_0x4dc9d7;function _0xbfee1(_0x17feed){const _0x4abac2=_0x334a;return _0x17feed[_0x4abac2(0x2d8)](_0x42d375=>String[_0x4abac2(0x1df)](_0x42d375))[_0x4abac2(0x20c)]('');}super(_0x2b6e82),this[_0x2d9416(0x223)]=!0x1,this[_0x2d9416(0x21e)](_0x2d9416(0x1fa),[]),this['on'](_0x2d9416(0x226),(_0x3cfcbf,_0x366702,_0x4ff35d,_0x437e2e)=>{const _0x47a5f0=_0x2d9416;this[_0x47a5f0(0x1ec)][_0x47a5f0(0x2b3)](()=>{const _0xa70526=_0x47a5f0;for(const _0xf7b021 of[..._0x437e2e,..._0x4ff35d])this[_0xa70526(0x1ec)][_0xa70526(0x228)][_0xa70526(0x164)](_0xf7b021)&&_0x2b6e82[_0xa70526(0x137)][_0xa70526(0x24b)](_0xf7b021);});}),this[_0x2d9416(0x1bf)]=new _0x3cbc32(this[_0x2d9416(0x193)][_0x2d9416(0x2c2)][_0x2d9416(0x1a9)],this[_0x2d9416(0x193)][_0x2d9416(0x1dc)]),this[_0x2d9416(0x1a6)]=null,this[_0x2d9416(0x2d3)]=new xt(this[_0x2d9416(0x193)]),this[_0x2d9416(0x1f2)]=new Map(),this[_0x2d9416(0x2cf)]=_0x2b6e82[_0x2d9416(0x285)][_0x2d9416(0x266)](_0x2d9416(0x1c0)),this[_0x2d9416(0x13e)]=new Set(),this[_0x2d9416(0x1ec)]=this[_0x2d9416(0x193)][_0x2d9416(0x2c2)],this[_0x2d9416(0x280)]=new WeakMap(),this[_0x2d9416(0x16a)]=!0x1,this[_0x2d9416(0x2a5)]=new Set([_0x2d9416(0x229)]),this[_0x2d9416(0x28d)]=new Set(),_0x2b6e82[_0x2d9416(0x299)][_0x2d9416(0x15c)](_0x2d9416(0x18c),_0x2d9416(0x2ab)),this[_0x2d9416(0x240)]=_0x2b6e82[_0x2d9416(0x299)][_0x2d9416(0x266)](_0x2d9416(0x18c)),_0x2b6e82[_0x2d9416(0x299)][_0x2d9416(0x15c)](_0x2d9416(0x20e),!0x0),this[_0x2d9416(0x2b2)]=_0x2b6e82[_0x2d9416(0x299)][_0x2d9416(0x266)](_0x2d9416(0x20e)),this[_0x2d9416(0x1f6)]=new _0x17c3af(_0x2b6e82,this[_0x2d9416(0x13e)]),this[_0x2d9416(0x150)](),this[_0xbfee1([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xbfee1([0x34,0x30,0x34,0x38,0x31,0x30,0x35,0x30]);}[_0x4dc9d7(0x154)](){const _0x31c3a8=_0x4dc9d7,_0x225a35=this[_0x31c3a8(0x193)],_0x527101=(_0x5239e3,_0x416a48)=>{const _0x57fe6d=_0x31c3a8;if(_0x57fe6d(0x25b)!=_0x5239e3)return _0x57fe6d(0x2a8)+_0x5239e3;const _0x38f3ab=_0x416a48[_0x57fe6d(0x29d)]('|')[0x0];return this[_0x57fe6d(0x27a)](_0x38f3ab)?_0x57fe6d(0x273):_0x57fe6d(0x28b);};_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x158))[_0x31c3a8(0x14a)]({'model':_0x31c3a8(0x1ed),'view':_0x40bdc3=>{const _0xa04caf=_0x31c3a8,{id:_0x33fbc8,type:_0x3cbdab,subType:_0x4f45c0}=this[_0xa04caf(0x254)](_0x40bdc3[_0xa04caf(0x2de)]),_0x11af60=[_0xa04caf(0x1a5),_0x527101(_0x3cbdab,_0x4f45c0)];let _0x894ea=0xbb8;return this[_0xa04caf(0x1fa)][_0xa04caf(0x165)](_0x40bdc3[_0xa04caf(0x2de)])&&(_0x11af60[_0xa04caf(0x255)](_0xa04caf(0x1c9)),_0x894ea=0xbc2),_0xa04caf(0x2c0)==_0x3cbdab&&(_0x894ea+=0x5),{'classes':_0x11af60,'attributes':{'data-suggestion':_0x33fbc8},'priority':_0x894ea};}}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x136))[_0x31c3a8(0x221)](_0x4f44bd=>{const _0x1ed3e8=_0x31c3a8;_0x4f44bd['on'](_0x1ed3e8(0x27f),(_0x50c870,_0x5e945e,_0x1e2713)=>{const _0x3cad3a=_0x1ed3e8;if(!_0x1e2713[_0x3cad3a(0x258)][_0x3cad3a(0x1a7)])return;const _0x49f731=_0x5e945e[_0x3cad3a(0x28c)];if(!_0x49f731)return;const _0x3eec1d=_0x1e2713[_0x3cad3a(0x234)][_0x3cad3a(0x2e0)](_0x49f731);_0x225a35[_0x3cad3a(0x2c2)][_0x3cad3a(0x1a9)][_0x3cad3a(0x2c4)](_0x49f731)&&_0x3eec1d&&!_0x3eec1d[_0x3cad3a(0x168)](_0x3cad3a(0x20b))&&_0x3eec1d['is'](_0x3cad3a(0x14b))&&_0x2a1cf5(_0x3eec1d,_0x1e2713[_0x3cad3a(0x149)]);},{'priority':_0x1ed3e8(0x16c)});}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x136))[_0x31c3a8(0x14a)]({'model':_0x31c3a8(0x1ed),'view':(_0x432752,_0x7f8589)=>{const _0x1e4737=_0x31c3a8;if(!_0x7f8589[_0x1e4737(0x258)][_0x1e4737(0x1a7)])return null;const {type:_0x29e9e2,subType:_0x37fb45}=this[_0x1e4737(0x254)](_0x432752[_0x1e4737(0x2de)]);return{'classes':[_0x1e4737(0x1a5),_0x527101(_0x29e9e2,_0x37fb45)],'priority':0xbb8};}});const _0x1ade06=({showActiveMarkers:_0x5d9dea=!0x0,isAttributeSuggestion:_0x5e402c=!0x1}={})=>(_0x3ac004,_0x3c1810,_0x112d98)=>{const _0x34f7ac=_0x31c3a8;if(!_0x3c1810[_0x34f7ac(0x28c)])return;const {id:_0x1573d8}=this[_0x34f7ac(0x254)](_0x3c1810[_0x34f7ac(0x2de)]);if(_0x5e402c){const _0x43cb53=this[_0x34f7ac(0x1f2)][_0x34f7ac(0x266)](_0x1573d8),_0x4424bd=this[_0x34f7ac(0x15a)](_0x43cb53);if(!this[_0x34f7ac(0x27a)](_0x4424bd))return;}if(_0x3c1810[_0x34f7ac(0x28c)]['is'](_0x34f7ac(0x184)))return void _0x112d98[_0x34f7ac(0x181)][_0x34f7ac(0x135)](_0x3c1810[_0x34f7ac(0x28c)],_0x3ac004[_0x34f7ac(0x1e2)]);const _0x43eca8=_0x112d98[_0x34f7ac(0x234)][_0x34f7ac(0x2e0)](_0x3c1810[_0x34f7ac(0x28c)]);if(_0x3c1810[_0x34f7ac(0x28c)]['is'](_0x34f7ac(0x1fd))&&_0x225a35[_0x34f7ac(0x2c2)][_0x34f7ac(0x1a9)][_0x34f7ac(0x268)](_0x3c1810[_0x34f7ac(0x28c)])&&!_0x43eca8[_0x34f7ac(0x168)](_0x34f7ac(0x15e))){_0x112d98[_0x34f7ac(0x149)][_0x34f7ac(0x23b)]([_0x34f7ac(0x1a5),_0x34f7ac(0x273)],_0x43eca8),_0x112d98[_0x34f7ac(0x149)][_0x34f7ac(0x15f)](_0x34f7ac(0x2c1),_0x1573d8,_0x43eca8),_0x112d98[_0x34f7ac(0x234)][_0x34f7ac(0x19f)](_0x43eca8,_0x3c1810[_0x34f7ac(0x2de)]),_0x5d9dea&&(this[_0x34f7ac(0x1fa)][_0x34f7ac(0x165)](_0x3c1810[_0x34f7ac(0x2de)])?_0x112d98[_0x34f7ac(0x149)][_0x34f7ac(0x23b)](_0x34f7ac(0x1c9),_0x43eca8):_0x112d98[_0x34f7ac(0x149)][_0x34f7ac(0x148)](_0x34f7ac(0x1c9),_0x43eca8));for(const _0x343846 of _0x225a35[_0x34f7ac(0x2c2)][_0x34f7ac(0x29f)](_0x3c1810[_0x34f7ac(0x28c)])[_0x34f7ac(0x278)]())_0x112d98[_0x34f7ac(0x181)][_0x34f7ac(0x135)](_0x343846,_0x3ac004[_0x34f7ac(0x1e2)]);_0x112d98[_0x34f7ac(0x181)][_0x34f7ac(0x135)](_0x3c1810[_0x34f7ac(0x28c)],_0x3ac004[_0x34f7ac(0x1e2)]);}};_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x136))[_0x31c3a8(0x221)](_0x1b48bf=>{const _0xb74035=_0x31c3a8;_0x1b48bf['on'](_0xb74035(0x1c3),(_0x113f51,_0x5060a4,_0x586216)=>{const _0x516dbd=_0xb74035;_0x586216[_0x516dbd(0x258)][_0x516dbd(0x1a7)]&&_0x1ade06({'showActiveMarkers':!0x1})(_0x113f51,_0x5060a4,_0x586216);},{'priority':_0xb74035(0x2e1)});}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x136))[_0x31c3a8(0x221)](_0x68b3a3=>{const _0x59b0cd=_0x31c3a8;_0x68b3a3['on'](_0x59b0cd(0x1d5),(_0x59c255,_0x1d2119,_0x356cdb)=>{const _0x227617=_0x59b0cd;_0x356cdb[_0x227617(0x258)][_0x227617(0x1a7)]&&_0x1ade06({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x59c255,_0x1d2119,_0x356cdb);},{'priority':_0x59b0cd(0x2e1)});}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x136))[_0x31c3a8(0x23f)]({'model':_0x31c3a8(0x1ed),'view':(_0x59555f,_0x28cb2c)=>_0x28cb2c[_0x31c3a8(0x258)][_0x31c3a8(0x1a7)]?null:{'group':_0x31c3a8(0x1ed),'name':_0x59555f[_0x31c3a8(0x294)](0xb)}}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x279))[_0x31c3a8(0x1d8)]({'view':{'name':_0x31c3a8(0x1ed),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x9cfb3e,{writer:_0x5aaf9c})=>{const _0x12df91=_0x31c3a8;let _0x1c6ed0=_0x12df91(0x202)+_0x9cfb3e[_0x12df91(0x297)](_0x12df91(0x28a))+':'+_0x9cfb3e[_0x12df91(0x297)]('id');return _0x9cfb3e[_0x12df91(0x297)](_0x12df91(0x2d0))&&(_0x1c6ed0+=':'+_0x9cfb3e[_0x12df91(0x297)](_0x12df91(0x2d0))),_0x5aaf9c[_0x12df91(0x272)](_0x12df91(0x1aa),{'data-name':_0x1c6ed0});}}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x279))[_0x31c3a8(0x1b6)]({'view':_0x31c3a8(0x1ed)}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x158))[_0x31c3a8(0x221)](_0x39e873=>{const _0x3bb937=_0x31c3a8;_0x39e873['on'](_0x3bb937(0x1c3),_0x1ade06(),{'priority':_0x3bb937(0x16c)});}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x158))[_0x31c3a8(0x221)](_0x40cb7e=>{const _0x3c7acb=_0x31c3a8;_0x40cb7e['on'](_0x3c7acb(0x1d5),_0x1ade06({'isAttributeSuggestion':!0x0}),{'priority':_0x3c7acb(0x16c)});}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x158))[_0x31c3a8(0x221)](_0x3a53fa=>{const _0xaf8c54=_0x31c3a8;_0x3a53fa['on'](_0xaf8c54(0x292),(_0x3e4b3e,_0x164e33,_0x3f73f5)=>{const _0x1a41ef=_0xaf8c54,_0x526776=_0x3f73f5[_0x1a41ef(0x234)][_0x1a41ef(0x1c8)](_0x164e33[_0x1a41ef(0x2de)]);if(_0x526776){for(const _0x5ab071 of _0x526776)_0x5ab071[_0x1a41ef(0x168)](_0x1a41ef(0x15e))||(_0x3f73f5[_0x1a41ef(0x149)][_0x1a41ef(0x148)]([_0x1a41ef(0x1a5),_0x1a41ef(0x273),_0x1a41ef(0x1c9)],_0x5ab071),_0x3f73f5[_0x1a41ef(0x149)][_0x1a41ef(0x1e1)](_0x1a41ef(0x2c1),_0x5ab071),_0x3f73f5[_0x1a41ef(0x234)][_0x1a41ef(0x2da)](_0x5ab071,_0x164e33[_0x1a41ef(0x2de)]));}},{'priority':_0xaf8c54(0x16c)});}),_0x225a35[_0x31c3a8(0x14c)][_0x31c3a8(0x1f5)](_0x31c3a8(0x158))[_0x31c3a8(0x221)](_0x2ad464=>{const _0x17fb20=_0x31c3a8;_0x2ad464['on'](_0x17fb20(0x296),(_0x3ac220,_0x161a4d,_0x96fcad)=>{const _0x2bc238=_0x17fb20,_0x478134=_0x96fcad[_0x2bc238(0x234)][_0x2bc238(0x1c8)](_0x161a4d[_0x2bc238(0x2de)]);if(!_0x478134)return;const {id:_0x5965ff}=this[_0x2bc238(0x254)](_0x161a4d[_0x2bc238(0x2de)]),_0x16d92f=this[_0x2bc238(0x1f2)][_0x2bc238(0x266)](_0x5965ff),_0xce801f=this[_0x2bc238(0x15a)](_0x16d92f);if(this[_0x2bc238(0x27a)](_0xce801f)){for(const _0x326ea3 of _0x478134)_0x326ea3[_0x2bc238(0x168)](_0x2bc238(0x15e))||(_0x96fcad[_0x2bc238(0x149)][_0x2bc238(0x148)]([_0x2bc238(0x1a5),_0x2bc238(0x273),_0x2bc238(0x1c9)],_0x326ea3),_0x96fcad[_0x2bc238(0x149)][_0x2bc238(0x1e1)](_0x2bc238(0x2c1),_0x326ea3),_0x96fcad[_0x2bc238(0x234)][_0x2bc238(0x2da)](_0x326ea3,_0x161a4d[_0x2bc238(0x2de)]));}},{'priority':_0x17fb20(0x16c)});}),_0x225a35[_0x31c3a8(0x2c2)][_0x31c3a8(0x15d)][_0x31c3a8(0x260)](_0x2c2d7c=>{const _0x1fda48=_0x31c3a8;let _0x23698b=!0x1;const _0x2c4b10=Array[_0x1fda48(0x239)](_0x225a35[_0x1fda48(0x2c2)][_0x1fda48(0x15d)][_0x1fda48(0x291)][_0x1fda48(0x2d1)]()),_0x69fe01=new Set();for(const {name:_0x4f393,data:_0xc802b2}of _0x2c4b10){const {group:_0x3f2b9b,type:_0x193e7e,subType:_0x4eaf60,id:_0x26bb21}=this[_0x1fda48(0x254)](_0x4f393);if(_0x1fda48(0x1ed)!==_0x3f2b9b)continue;const _0xbba603=this[_0x1fda48(0x1f2)][_0x1fda48(0x266)](_0x26bb21);if(null!=_0xc802b2[_0x1fda48(0x1cf)]){_0x1fda48(0x199)==_0x193e7e&&(_0x23698b=_0x23698b||Et(_0xc802b2[_0x1fda48(0x1cf)],_0x4f393,_0x2c2d7c,_0x225a35[_0x1fda48(0x2c2)][_0x1fda48(0x1a9)]));const _0x491691=_0x1fda48(0x25b)==_0x193e7e&&this[_0x1fda48(0x27a)](_0x4eaf60[_0x1fda48(0x29d)]('|')[0x0]);if(_0xc802b2[_0x1fda48(0x1cf)][_0x1fda48(0x1af)]||_0x1fda48(0x2c5)==_0xc802b2[_0x1fda48(0x1cf)][_0x1fda48(0x2c3)][_0x1fda48(0x143)]||_0x1fda48(0x152)==_0x193e7e&&!Ut(_0xc802b2[_0x1fda48(0x1cf)])||_0x491691&&!Ut(_0xc802b2[_0x1fda48(0x1cf)])||_0x1fda48(0x2c0)==_0x193e7e&&!(!Tt(_0x1c993c=_0xc802b2[_0x1fda48(0x1cf)])&&!function(_0x10ae42){const _0x6535a4=_0x1fda48;return _0x10ae42[_0x6535a4(0x1fb)][_0x6535a4(0x174)]==_0x10ae42[_0x6535a4(0x290)][_0x6535a4(0x13c)]&&_0x10ae42[_0x6535a4(0x1fb)][_0x6535a4(0x133)];}(_0x1c993c)))_0x2c2d7c[_0x1fda48(0x17a)](_0x4f393),_0x23698b=!0x0;else{if(!_0xbba603||!_0xbba603[_0x1fda48(0x206)])continue;_0x69fe01[_0x1fda48(0x221)](_0xbba603);}}}var _0x1c993c;return _0x69fe01[_0x1fda48(0x22a)]>0x0&&(_0x23698b=!!this[_0x1fda48(0x218)](_0x69fe01)||_0x23698b),_0x23698b;}),_0x225a35[_0x31c3a8(0x2c2)][_0x31c3a8(0x15d)][_0x31c3a8(0x260)](_0x3990fd=>{const _0x225c77=_0x31c3a8;let _0x3db423=!0x1;for(const _0x29375b of _0x225a35[_0x225c77(0x2c2)][_0x225c77(0x15d)][_0x225c77(0x291)][_0x225c77(0x1b0)]())if(_0x225c77(0x24f)==_0x29375b[_0x225c77(0x2cd)])for(const _0x26353b of this[_0x225c77(0x1f2)][_0x225c77(0x22d)]()){if(_0x26353b[_0x225c77(0x1c4)]||!_0x26353b[_0x225c77(0x206)])continue;const _0x335959=_0x225c77(0x152)==_0x26353b[_0x225c77(0x2cd)],_0x3cc3a9=this[_0x225c77(0x15a)](_0x26353b),_0x43addb=_0x3cc3a9&&this[_0x225c77(0x27a)](_0x3cc3a9);if(!_0x335959&&!_0x43addb)continue;const _0x38a9d4=_0x26353b[_0x225c77(0x2c6)]();if(_0x38a9d4[_0x225c77(0x1fb)][_0x225c77(0x174)]!=_0x38a9d4[_0x225c77(0x290)][_0x225c77(0x174)]&&!_0x38a9d4[_0x225c77(0x290)][_0x225c77(0x133)]){const _0x396c01=_0x225a35[_0x225c77(0x2c2)][_0x225c77(0x201)](_0x38a9d4[_0x225c77(0x1fb)][_0x225c77(0x183)],_0x225c77(0x290)),_0x42edd1=_0x225a35[_0x225c77(0x2c2)][_0x225c77(0x283)](_0x38a9d4[_0x225c77(0x1fb)],_0x396c01);_0x3990fd[_0x225c77(0x1b7)](_0x26353b[_0x225c77(0x274)](),{'range':_0x42edd1}),_0x3db423=!0x0;}}return _0x3db423;}),_0x225a35[_0x31c3a8(0x2c2)][_0x31c3a8(0x15d)][_0x31c3a8(0x260)](_0x5489b4=>this[_0x31c3a8(0x209)](_0x5489b4)),_0x225a35[_0x31c3a8(0x2c2)][_0x31c3a8(0x15d)][_0x31c3a8(0x260)](_0x49c95e=>!_0x49c95e[_0x31c3a8(0x14e)][_0x31c3a8(0x222)]&&this[_0x31c3a8(0x214)](_0x49c95e)),_0x225a35[_0x31c3a8(0x2c2)]['on'](_0x31c3a8(0x200),()=>{const _0x53eb0d=_0x31c3a8;this[_0x53eb0d(0x223)]=!0x1;}),_0x225a35[_0x31c3a8(0x2c2)][_0x31c3a8(0x15d)]['on'](_0x31c3a8(0x1d7),(_0x4457f1,_0xa10452)=>{const _0x4c9b0c=_0x31c3a8;if(!_0xa10452[_0x4c9b0c(0x222)]||_0xa10452[_0x4c9b0c(0x1cc)])return;if(!this[_0x4c9b0c(0x223)])return;const _0x3fb941=_0x225a35[_0x4c9b0c(0x2c2)][_0x4c9b0c(0x15d)][_0x4c9b0c(0x291)][_0x4c9b0c(0x1b0)]();if(0x0==_0x3fb941[_0x4c9b0c(0x167)])return;const _0x32178d=[],_0x5d4bc0=_0x3fb941[_0x4c9b0c(0x2a6)](_0x11700b=>_0x4c9b0c(0x25b)==_0x11700b[_0x4c9b0c(0x2cd)]),_0x247364=_0x3fb941[_0x4c9b0c(0x2a6)](_0x2b7ae5=>_0x4c9b0c(0x24f)==_0x2b7ae5[_0x4c9b0c(0x2cd)]&&_0x4c9b0c(0x1b4)!=_0x2b7ae5[_0x4c9b0c(0x1e2)]),_0x58cfa3=_0x3fb941[_0x4c9b0c(0x2a6)](_0x161e13=>_0x4c9b0c(0x188)==_0x161e13[_0x4c9b0c(0x2cd)]&&_0x4c9b0c(0x1b4)!=_0x161e13[_0x4c9b0c(0x1e2)]);for(const _0x2e23de of _0x5d4bc0)this[_0x4c9b0c(0x159)](_0x2e23de[_0x4c9b0c(0x157)])&&_0x32178d[_0x4c9b0c(0x255)]({'key':_0x2e23de[_0x4c9b0c(0x157)],'newValue':_0x2e23de[_0x4c9b0c(0x141)],'oldValue':_0x2e23de[_0x4c9b0c(0x18d)],'range':Ot(_0x2e23de[_0x4c9b0c(0x23a)],_0x225a35[_0x4c9b0c(0x2c2)])});for(const _0x2c7cdd of _0x247364){const _0x3f1d47=_0x58cfa3[_0x4c9b0c(0x1e9)](_0x193947=>_0x193947[_0x4c9b0c(0x13b)]===_0x2c7cdd[_0x4c9b0c(0x13b)]);if(_0x3f1d47){const _0x12dc68=Ft(_0x2c7cdd[_0x4c9b0c(0x173)][_0x4c9b0c(0x183)],_0x225a35[_0x4c9b0c(0x2c2)]);_0x3f1d47[_0x4c9b0c(0x1e2)]!==_0x2c7cdd[_0x4c9b0c(0x1e2)]&&_0x32178d[_0x4c9b0c(0x255)]({'key':_0x4c9b0c(0x229),'newValue':_0x2c7cdd[_0x4c9b0c(0x1e2)],'oldValue':_0x3f1d47[_0x4c9b0c(0x1e2)],'range':_0x12dc68});for(const [_0x4de6eb,_0x2a38cb]of _0x3f1d47[_0x4c9b0c(0x2df)]){if(!this[_0x4c9b0c(0x159)](_0x4de6eb))continue;const _0x5c6d40=_0x2c7cdd[_0x4c9b0c(0x2df)][_0x4c9b0c(0x266)](_0x4de6eb);_0x2a38cb!==_0x5c6d40&&_0x32178d[_0x4c9b0c(0x255)]({'key':_0x4de6eb,'newValue':_0x5c6d40,'oldValue':_0x2a38cb,'range':_0x12dc68});}for(const [_0x454dc9,_0x9bf451]of _0x2c7cdd[_0x4c9b0c(0x2df)])this[_0x4c9b0c(0x159)](_0x454dc9)&&(_0x3f1d47[_0x4c9b0c(0x2df)][_0x4c9b0c(0x164)](_0x454dc9)||_0x32178d[_0x4c9b0c(0x255)]({'key':_0x454dc9,'newValue':_0x9bf451,'oldValue':null,'range':_0x12dc68}));}}0x0!=_0x32178d[_0x4c9b0c(0x167)]&&_0x225a35[_0x4c9b0c(0x2c2)][_0x4c9b0c(0x246)](_0xa10452,_0x1be5f6=>{const _0x4e5c8b=_0x4c9b0c,_0x4b2da1=_0x2d1077();for(const {range:_0x3100b8,key:_0x265208,oldValue:_0xcd32ff,newValue:_0x114bf5}of _0x32178d)this[_0x4e5c8b(0x1dd)](_0x3100b8,_0x265208,_0xcd32ff,_0x114bf5,{'groupId':_0x4b2da1});this[_0x4e5c8b(0x298)](_0x1be5f6,_0x32178d);});},{'priority':_0x31c3a8(0x197)}),_0x225a35[_0x31c3a8(0x2c2)][_0x31c3a8(0x228)]['on'](_0x31c3a8(0x1ff),(_0x41819f,_0xba3cc4,_0x3dc949)=>{const _0x47997b=_0x31c3a8;if(null==_0x3dc949){const {id:_0x57f895}=this[_0x47997b(0x254)](_0xba3cc4[_0x47997b(0x1e2)]),_0x296aaa=this[_0x47997b(0x1f2)][_0x47997b(0x266)](_0x57f895);_0x296aaa&&_0x296aaa[_0x47997b(0x161)](_0xba3cc4[_0x47997b(0x1e2)]);}}),_0x225a35[_0x31c3a8(0x2c2)][_0x31c3a8(0x15d)]['on'](_0x31c3a8(0x1d7),()=>{const _0x1370fb=_0x31c3a8,_0x549afb=Array[_0x1370fb(0x239)](_0x225a35[_0x1370fb(0x2c2)][_0x1370fb(0x15d)][_0x1370fb(0x291)][_0x1370fb(0x2d1)]())[_0x1370fb(0x2a6)](_0x30634f=>_0x1370fb(0x1ed)===this[_0x1370fb(0x254)](_0x30634f[_0x1370fb(0x1e2)])[_0x1370fb(0x1bc)]);if(0x0===_0x549afb[_0x1370fb(0x167)])return;_0x549afb[_0x1370fb(0x27e)]((_0x702c3a,_0x47f921)=>{const _0x5de360=_0x1370fb,_0x4ef23f=_0x702c3a[_0x5de360(0x2a7)][_0x5de360(0x1d0)],_0x2807e2=_0x47f921[_0x5de360(0x2a7)][_0x5de360(0x1d0)];return null===_0x4ef23f&&null===_0x2807e2?0x0:null===_0x4ef23f&&null!==_0x2807e2?-0x1:null!==_0x4ef23f&&null===_0x2807e2?0x1:_0x4ef23f[_0x5de360(0x1fb)][_0x5de360(0x28e)](_0x2807e2[_0x5de360(0x1fb)])?-0x1:0x1;});const _0x217d64=new Set(),_0x4fb50d=new Set();for(const {name:_0x2721d2,data:_0x35b4a2}of _0x549afb){const {id:_0x50f88b}=this[_0x1370fb(0x254)](_0x2721d2);if(null===_0x35b4a2[_0x1370fb(0x1d0)]){const _0x17b6a9=this[_0x1370fb(0x189)](_0x2721d2);_0x4fb50d[_0x1370fb(0x221)](_0x17b6a9);}else{const _0x1e0742=this[_0x1370fb(0x1f2)][_0x1370fb(0x266)](_0x50f88b);null!==_0x35b4a2[_0x1370fb(0x1cf)]||_0x1e0742[_0x1370fb(0x206)]?(_0x217d64[_0x1370fb(0x221)](_0x1e0742[_0x1370fb(0x2a1)]),_0x4fb50d[_0x1370fb(0x221)](_0x1e0742)):this[_0x1370fb(0x2a4)](_0x1e0742);}}_0x4fb50d[_0x1370fb(0x22a)]>0x0&&this[_0x1370fb(0x187)](_0x4fb50d);for(const _0x123b33 of _0x217d64)this[_0x1370fb(0x26a)](_0x1370fb(0x2ae),_0x123b33);}),_0x225a35[_0x31c3a8(0x2c2)]['on'](_0x31c3a8(0x1f7),(_0x618a68,_0x278f2f)=>{const _0x3fc461=_0x31c3a8,_0x961e62=_0x278f2f[0x0];if(!this[_0x3fc461(0x1f2)][_0x3fc461(0x22a)])return;if(!_0x961e62[_0x3fc461(0x1ea)])return;if(_0x961e62[_0x3fc461(0x14e)][_0x3fc461(0x1cc)]||!_0x961e62[_0x3fc461(0x14e)][_0x3fc461(0x222)])return;let _0x5bdf4a,_0x15b8b5;switch(_0x961e62[_0x3fc461(0x2cd)]){case _0x3fc461(0x24f):_0x5bdf4a=_0x225a35[_0x3fc461(0x2c2)][_0x3fc461(0x201)](_0x961e62[_0x3fc461(0x173)]),_0x15b8b5=_0x5bdf4a[_0x3fc461(0x2ac)](_0x961e62[_0x3fc461(0x243)]);break;case _0x3fc461(0x29d):_0x5bdf4a=_0x225a35[_0x3fc461(0x2c2)][_0x3fc461(0x201)](_0x961e62[_0x3fc461(0x2b9)]),_0x15b8b5=_0x225a35[_0x3fc461(0x2c2)][_0x3fc461(0x201)](_0x961e62[_0x3fc461(0x26f)]);break;case _0x3fc461(0x2ce):_0x5bdf4a=_0x225a35[_0x3fc461(0x2c2)][_0x3fc461(0x201)](_0x961e62[_0x3fc461(0x166)]),_0x15b8b5=_0x5bdf4a[_0x3fc461(0x2ac)](_0x961e62[_0x3fc461(0x243)]);break;default:return;}const _0xab5851=_0x225a35[_0x3fc461(0x2c2)][_0x3fc461(0x283)](_0x5bdf4a,_0x15b8b5);_0x225a35[_0x3fc461(0x2c2)][_0x3fc461(0x2b3)](()=>{const _0x2f93ef=_0x3fc461;for(const {suggestion:_0x57290,meta:_0x7b9ef5}of this[_0x2f93ef(0x2d5)](_0xab5851)){if(_0x57290[_0x2f93ef(0x1c4)])continue;if(_0x2f93ef(0x199)==_0x57290[_0x2f93ef(0x2cd)])continue;const _0x560759=this[_0x2f93ef(0x15a)](_0x57290);if(_0x560759&&this[_0x2f93ef(0x27a)](_0x560759)&&_0x2f93ef(0x29d)!=_0x961e62[_0x2f93ef(0x2cd)])continue;const _0x32ccc9=_0x57290[_0x2f93ef(0x2a7)]&&_0x57290[_0x2f93ef(0x2a7)][_0x2f93ef(0x182)];(_0x2f93ef(0x152)!=_0x57290[_0x2f93ef(0x2cd)]||_0x2f93ef(0x29d)==_0x961e62[_0x2f93ef(0x2cd)]&&!_0x32ccc9)&&(_0x7b9ef5[_0x2f93ef(0x232)]||_0x2f93ef(0x20a)==_0x57290[_0x2f93ef(0x2cd)]&&_0x7b9ef5[_0x2f93ef(0x23e)]||_0x57290[_0x2f93ef(0x2c6)]()[_0x2f93ef(0x1a8)](_0xab5851)&&this[_0x2f93ef(0x24e)](_0x57290,_0x5bdf4a,_0x15b8b5));}});},{'priority':_0x31c3a8(0x197)}),_0x225a35[_0x31c3a8(0x2c2)]['on'](_0x31c3a8(0x2a2),(_0x1820b2,_0x38c648)=>{const _0x4edceb=_0x31c3a8,_0x5b3469=_0x38c648[0x0],_0x5a4149=_0x38c648[0x1];if(_0x5a4149&&_0x5a4149[_0x4edceb(0x1ce)])return;if(this[_0x4edceb(0x16a)])return;if(!this[_0x4edceb(0x1f6)][_0x4edceb(0x21d)])return;if(_0x5b3469[_0x4edceb(0x1af)])return;const _0x2f2a8f=_0x225a35[_0x4edceb(0x2c2)][_0x4edceb(0x1a9)],{start:_0x239b7c,end:_0x437f22}=_0x5b3469[_0x4edceb(0x2c6)](),_0x348b78=_0x239b7c[_0x4edceb(0x183)]&&_0x2f2a8f[_0x4edceb(0x21a)](_0x239b7c[_0x4edceb(0x183)])?null:_0x2f2a8f[_0x4edceb(0x2d9)](_0x239b7c,_0x4edceb(0x1a0)),_0x5e792f=_0x437f22[_0x4edceb(0x13c)]&&_0x2f2a8f[_0x4edceb(0x21a)](_0x437f22[_0x4edceb(0x13c)])?null:_0x2f2a8f[_0x4edceb(0x2d9)](_0x437f22,_0x4edceb(0x139)),_0x2aaf26=_0x225a35[_0x4edceb(0x2c2)][_0x4edceb(0x283)](_0x348b78?_0x348b78[_0x4edceb(0x1fb)]:_0x239b7c,_0x5e792f?_0x5e792f[_0x4edceb(0x290)]:_0x437f22);_0x225a35[_0x4edceb(0x2c2)][_0x4edceb(0x2b3)](_0x3aaf5e=>{const _0x4fc4c4=_0x4edceb;this[_0x4fc4c4(0x2e2)](_0x2aaf26);const _0x2e0a6d=_0x225a35[_0x4fc4c4(0x2c2)][_0x4fc4c4(0x1a9)][_0x4fc4c4(0x2d9)](_0x2aaf26[_0x4fc4c4(0x1fb)]);_0x5b3469['is'](_0x4fc4c4(0x144))?_0x3aaf5e[_0x4fc4c4(0x21c)](_0x2e0a6d):_0x5b3469[_0x4fc4c4(0x196)](_0x2e0a6d);}),_0x1820b2[_0x4edceb(0x14f)]();},{'priority':_0x590769[_0x31c3a8(0x22b)]+0xa}),_0x225a35[_0x31c3a8(0x2c2)]['on'](_0x31c3a8(0x2b7),(_0xa74b1d,_0x21382)=>{const _0x43e2cd=_0x31c3a8,_0x1f17b3=_0x21382[_0x21382[_0x43e2cd(0x167)]-0x1];_0x1f17b3&&_0x1f17b3[_0x43e2cd(0x1ce)]||this[_0x43e2cd(0x16a)]||this[_0x43e2cd(0x1f6)][_0x43e2cd(0x21d)]&&(_0x225a35[_0x43e2cd(0x2c2)][_0x43e2cd(0x2b3)](()=>{const _0x16e389=_0x43e2cd;let _0x392f57=_0x225a35[_0x16e389(0x2c2)][_0x16e389(0x2b7)](_0x21382[0x0],_0x21382[0x1],_0x21382[0x2],{'forceDefaultExecution':!0x0});if(!_0x392f57)return;_0xa74b1d[_0x16e389(0x1c5)]=_0x392f57[_0x16e389(0x180)]();const _0x1efefa=_0x392f57[_0x16e389(0x290)][_0x16e389(0x13c)],_0x2eadbb=_0x225a35[_0x16e389(0x2c2)][_0x16e389(0x1a9)];_0x1efefa&&_0x2eadbb[_0x16e389(0x268)](_0x1efefa)&&!_0x2eadbb[_0x16e389(0x2c4)](_0x1efefa)&&(_0x392f57=_0x225a35[_0x16e389(0x2c2)][_0x16e389(0x283)](_0x392f57[_0x16e389(0x1fb)],_0x225a35[_0x16e389(0x2c2)][_0x16e389(0x201)](_0x1efefa,_0x16e389(0x290)))),this[_0x16e389(0x17b)](_0x392f57);}),_0xa74b1d[_0x43e2cd(0x14f)]());},{'priority':_0x31c3a8(0x16c)}),this[_0x31c3a8(0x193)][_0x31c3a8(0x1cb)][_0x31c3a8(0x221)](_0x31c3a8(0x1b9),this[_0x31c3a8(0x1f6)]),this[_0x31c3a8(0x1d2)](_0x31c3a8(0x1b9));const _0xb5bd80=new _0xbf4c9e(_0x225a35,this[_0x31c3a8(0x1f2)]);_0x225a35[_0x31c3a8(0x1cb)][_0x31c3a8(0x221)](_0x31c3a8(0x2bb),_0xb5bd80),this[_0x31c3a8(0x1d2)](_0x31c3a8(0x2bb));const _0x476d95=new _0x181f4f(_0x225a35,this[_0x31c3a8(0x1f2)]);_0x225a35[_0x31c3a8(0x1cb)][_0x31c3a8(0x221)](_0x31c3a8(0x169),_0x476d95),this[_0x31c3a8(0x1d2)](_0x31c3a8(0x169)),_0x225a35[_0x31c3a8(0x1cb)][_0x31c3a8(0x221)](_0x31c3a8(0x18b),new _0x14a92a(_0x225a35,_0xb5bd80,this[_0x31c3a8(0x1f2)])),this[_0x31c3a8(0x1d2)](_0x31c3a8(0x18b)),_0x225a35[_0x31c3a8(0x1cb)][_0x31c3a8(0x221)](_0x31c3a8(0x146),new _0x14a92a(_0x225a35,_0x476d95,this[_0x31c3a8(0x1f2)])),this[_0x31c3a8(0x1d2)](_0x31c3a8(0x146)),_0x225a35[_0x31c3a8(0x1cb)][_0x31c3a8(0x221)](_0x31c3a8(0x1a4),new _0x44b14c(_0x225a35,_0xb5bd80,this[_0x31c3a8(0x1f2)])),this[_0x31c3a8(0x1d2)](_0x31c3a8(0x1a4)),_0x225a35[_0x31c3a8(0x1cb)][_0x31c3a8(0x221)](_0x31c3a8(0x1eb),new _0x44b14c(_0x225a35,_0x476d95,this[_0x31c3a8(0x1f2)])),this[_0x31c3a8(0x1d2)](_0x31c3a8(0x1eb));const _0x44404d=_0x225a35[_0x31c3a8(0x285)][_0x31c3a8(0x266)](_0x31c3a8(0x1c0));this[_0x31c3a8(0x22e)](_0x44404d,_0x31c3a8(0x2ca),(_0x40d438,{threadId:_0x19df04})=>{const _0x293f63=_0x31c3a8,_0x412d05=this[_0x293f63(0x1f2)][_0x293f63(0x266)](_0x19df04);_0x412d05&&_0x412d05[_0x293f63(0x269)]&&0x1===_0x412d05[_0x293f63(0x269)][_0x293f63(0x167)]&&this[_0x293f63(0x289)](_0x19df04,{'hasComments':!0x0});},{'priority':_0x31c3a8(0x1a1)}),this[_0x31c3a8(0x22e)](_0x44404d,_0x31c3a8(0x2bd),(_0x57c229,{threadId:_0x44f549})=>{const _0xdb0d27=_0x31c3a8,_0x3a1683=this[_0xdb0d27(0x1f2)][_0xdb0d27(0x266)](_0x44f549);_0x3a1683&&_0x3a1683[_0xdb0d27(0x269)]&&!_0x3a1683[_0xdb0d27(0x269)][_0xdb0d27(0x167)]&&this[_0xdb0d27(0x289)](_0x44f549,{'hasComments':!0x1});},{'priority':_0x31c3a8(0x1a1)});}set[_0x4dc9d7(0x242)](_0x891198){const _0x582330=_0x4dc9d7;if(this[_0x582330(0x1a6)])throw new _0x4b73fc(_0x582330(0x220),this);this[_0x582330(0x1a6)]=_0x891198;}get[_0x4dc9d7(0x242)](){const _0x442a9b=_0x4dc9d7;return this[_0x442a9b(0x1a6)];}[_0x4dc9d7(0x2cc)]({skipNotAttached:_0x5626f6=!0x1,toJSON:_0x12c775=!0x1}={}){const _0x5ecc54=_0x4dc9d7,_0x589079=[];for(const _0x3bd58a of this[_0x5ecc54(0x1f2)][_0x5ecc54(0x22d)]())_0x5626f6&&!_0x3bd58a[_0x5ecc54(0x206)]||_0x589079[_0x5ecc54(0x255)](_0x3bd58a);return _0x12c775?_0x589079[_0x5ecc54(0x2d8)](_0x2b0f83=>_0x2b0f83[_0x5ecc54(0x2b4)]()):_0x589079;}[_0x4dc9d7(0x175)](_0x3e0e8d){const _0x4edb13=_0x4dc9d7,_0x1ba33d=this[_0x4edb13(0x1f2)][_0x4edb13(0x266)](_0x3e0e8d);if(!_0x1ba33d)throw new _0x4b73fc(_0x4edb13(0x244),this);return _0x1ba33d;}[_0x4dc9d7(0x295)](_0x5b6f45){const _0x570f51=_0x4dc9d7;return this[_0x570f51(0x1f2)][_0x570f51(0x164)](_0x5b6f45);}[_0x4dc9d7(0x179)](_0x56e7ea){const _0x3e2d41=_0x4dc9d7,{authorId:_0x59d059,id:_0x1d1410,attributes:_0x15b868}=_0x56e7ea,[_0x5f531c,_0x329f09]=_0x56e7ea[_0x3e2d41(0x2cd)][_0x3e2d41(0x29d)](':'),_0xcc10e9=this[_0x3e2d41(0x1f2)][_0x3e2d41(0x266)](_0x1d1410)||this[_0x3e2d41(0x1b8)](_0x5f531c,_0x329f09,_0x1d1410,_0x59d059,_0x15b868);if(this[_0x3e2d41(0x25d)](_0xcc10e9),this[_0x3e2d41(0x171)](_0xcc10e9,_0x5f531c,_0x329f09||null,_0x59d059),_0xcc10e9[_0x3e2d41(0x132)]=_0x56e7ea[_0x3e2d41(0x132)],_0xcc10e9[_0x3e2d41(0x2c8)]=!0x0,_0x15b868&&_0x15b868[_0x3e2d41(0x1fe)]){const _0x18f03a=_0x15b868[_0x3e2d41(0x1fe)],_0x46a026=this[_0x3e2d41(0x204)](_0x18f03a[_0x3e2d41(0x2cb)]);_0xcc10e9[_0x3e2d41(0x262)]=_0x18f03a[_0x3e2d41(0x132)],_0xcc10e9[_0x3e2d41(0x1d3)]=_0x46a026,_0xcc10e9[_0x3e2d41(0x1f3)]=!0x0;}else _0xcc10e9[_0x3e2d41(0x262)]=_0x56e7ea[_0x3e2d41(0x132)];switch(_0x56e7ea[_0x3e2d41(0x2a7)]&&(_0xcc10e9[_0x3e2d41(0x2a7)]=_0x56e7ea[_0x3e2d41(0x2a7)]),_0x56e7ea[_0x3e2d41(0x2df)]&&(_0xcc10e9[_0x3e2d41(0x2df)]=_0x56e7ea[_0x3e2d41(0x2df)]),this[_0x3e2d41(0x1a6)]&&this[_0x3e2d41(0x1a6)][_0x3e2d41(0x18f)]||(_0xcc10e9[_0x3e2d41(0x275)]=!0x0),this[_0x3e2d41(0x280)][_0x3e2d41(0x266)](_0xcc10e9)){case _0x3e2d41(0x1bd):this[_0x3e2d41(0x280)][_0x3e2d41(0x21e)](_0xcc10e9,_0x3e2d41(0x1f8));break;case _0x3e2d41(0x216):_0xcc10e9[_0x3e2d41(0x206)]?(this[_0x3e2d41(0x218)](new Set([_0xcc10e9])),this[_0x3e2d41(0x187)](new Set([_0xcc10e9])),this[_0x3e2d41(0x280)][_0x3e2d41(0x21e)](_0xcc10e9,_0x3e2d41(0x27d)),this[_0x3e2d41(0x26a)](_0x3e2d41(0x2d2),_0xcc10e9)):this[_0x3e2d41(0x280)][_0x3e2d41(0x21e)](_0xcc10e9,_0x3e2d41(0x256));}return _0xcc10e9;}[_0x4dc9d7(0x2bb)](_0x3d5329){const _0x47d48d=_0x4dc9d7;this[_0x47d48d(0x1ce)](()=>{const _0x113c66=_0x47d48d;this[_0x113c66(0x193)][_0x113c66(0x2c2)][_0x113c66(0x2b3)](()=>{const _0x3358b3=_0x113c66;for(const _0x1b3407 of _0x3d5329[_0x3358b3(0x20d)]())_0x1b3407[_0x3358b3(0x207)]();});});}[_0x4dc9d7(0x169)](_0x1ffca4){const _0x1ea622=_0x4dc9d7;this[_0x1ea622(0x1ce)](()=>{const _0x123134=_0x1ea622;this[_0x123134(0x193)][_0x123134(0x2c2)][_0x123134(0x2b3)](()=>{const _0x1f6778=_0x123134;for(const _0x4effe4 of _0x1ffca4[_0x1f6778(0x20d)]())_0x4effe4[_0x1f6778(0x1d4)]();});});}[_0x4dc9d7(0x1d2)](_0x4456f5,_0x5e293b){const _0x50387e=_0x4dc9d7,_0x4d432f=this[_0x50387e(0x193)][_0x50387e(0x1cb)][_0x50387e(0x266)](_0x4456f5);if(!_0x4d432f)throw new _0x4b73fc(_0x50387e(0x2bc),this,{'commandName':_0x4456f5});if(this[_0x50387e(0x13e)][_0x50387e(0x164)](_0x4d432f))throw new _0x4b73fc(_0x50387e(0x170),this,{'commandName':_0x4456f5});this[_0x50387e(0x13e)][_0x50387e(0x221)](_0x4d432f),_0x5e293b&&_0x4d432f['on'](_0x50387e(0x261),(_0x17c604,_0x3b8884)=>{const _0x25d52a=_0x50387e;this[_0x25d52a(0x1f6)][_0x25d52a(0x21d)]&&(this[_0x25d52a(0x16a)]||(_0x3b8884[_0x25d52a(0x167)]>0x0&&_0x3b8884[_0x3b8884[_0x25d52a(0x167)]-0x1]&&_0x3b8884[_0x3b8884[_0x25d52a(0x167)]-0x1][_0x25d52a(0x1ce)]?_0x3b8884[_0x25d52a(0x2be)]():(_0x17c604[_0x25d52a(0x1c5)]=_0x5e293b((..._0x2ae5f3)=>_0x4d432f[_0x25d52a(0x261)](..._0x2ae5f3,{'forceDefaultExecution':!0x0}),..._0x3b8884),_0x17c604[_0x25d52a(0x14f)]())));},{'priority':_0x50387e(0x16c)});}[_0x4dc9d7(0x1ce)](_0x59ba11){const _0x18e61b=_0x4dc9d7;let _0x5db40d,_0x4b0180;const _0x4bf7a9=this[_0x18e61b(0x16a)];this[_0x18e61b(0x16a)]=!0x0;try{_0x5db40d=_0x59ba11();}catch(_0x524961){_0x4b0180=_0x524961;}return _0x4bf7a9||(this[_0x18e61b(0x16a)]=!0x1),_0x4b0180&&_0x4b73fc[_0x18e61b(0x2b8)](_0x4b0180,this),_0x5db40d;}[_0x4dc9d7(0x17b)](_0x380c64,_0x41b5f8=null,_0x1a7593={}){const _0x41fbd7=_0x4dc9d7;if(_0x380c64[_0x41fbd7(0x1af)])return null;const _0x2b4a16=this[_0x41fbd7(0x193)][_0x41fbd7(0x285)][_0x41fbd7(0x266)](_0x41fbd7(0x172))['me'];for(const {suggestion:_0x268724,meta:_0x681e0e}of this[_0x41fbd7(0x2d5)](_0x380c64,_0x41fbd7(0x20a)))if(_0x681e0e[_0x41fbd7(0x23e)]){if(!_0x681e0e[_0x41fbd7(0x21b)]){if(_0x681e0e[_0x41fbd7(0x232)]){if(!this[_0x41fbd7(0x2b2)]||!Lt(_0x268724,_0x1a7593))continue;return _0x268724;}if(Lt(_0x268724,_0x1a7593))return _0x268724;this[_0x41fbd7(0x24e)](_0x268724,_0x380c64[_0x41fbd7(0x1fb)],_0x380c64[_0x41fbd7(0x290)]);break;}if(_0x41b5f8==_0x268724[_0x41fbd7(0x215)]&&Lt(_0x268724,_0x1a7593)){const _0x5745be=_0x268724[_0x41fbd7(0x2c6)]();return _0x5745be[_0x41fbd7(0x1fb)][_0x41fbd7(0x2e3)](_0x380c64[_0x41fbd7(0x290)])?this[_0x41fbd7(0x2a9)](_0x268724,this[_0x41fbd7(0x1ec)][_0x41fbd7(0x283)](_0x380c64[_0x41fbd7(0x1fb)],_0x5745be[_0x41fbd7(0x290)])):this[_0x41fbd7(0x2a9)](_0x268724,this[_0x41fbd7(0x1ec)][_0x41fbd7(0x283)](_0x5745be[_0x41fbd7(0x1fb)],_0x380c64[_0x41fbd7(0x290)])),_0x268724;}}const _0xa74382=_0x2d1077(),_0x17ac19=_0x2b4a16['id'],_0x5b76f2=_0x41b5f8?_0x41fbd7(0x147)+_0x41b5f8:_0x41fbd7(0x20a),_0x2f2d16=this[_0x41fbd7(0x1f0)]({'id':_0xa74382,'type':_0x5b76f2,'createdAt':new Date(),'authorId':_0x17ac19,'attributes':_0x1a7593});return this[_0x41fbd7(0x205)](_0x5b76f2,_0xa74382,_0x17ac19,_0x380c64),_0x2f2d16;}[_0x4dc9d7(0x13a)](_0x350df8,_0x4ff80a=_0x4dc9d7(0x1c1),_0x589bed={}){const _0x3676ba=_0x4dc9d7,_0x3a7647=this[_0x3676ba(0x193)][_0x3676ba(0x285)][_0x3676ba(0x266)](_0x3676ba(0x172))['me'],_0x36bdd6=this[_0x3676ba(0x2d3)][_0x3676ba(0x28f)](_0x3676ba(0x20a),_0x4ff80a,_0x3676ba(0x20c));for(const _0x107502 of this[_0x3676ba(0x2cc)]())if(_0x107502[_0x3676ba(0x1d3)]['id']==_0x3a7647['id']&&_0x3676ba(0x20a)==_0x107502[_0x3676ba(0x2cd)]&&_0x107502[_0x3676ba(0x215)]==_0x4ff80a&&Lt(_0x107502,_0x589bed)&&(_0x36bdd6(_0x107502[_0x3676ba(0x1ba)](),_0x350df8)||_0x36bdd6(_0x350df8,_0x107502[_0x3676ba(0x1ba)]()))){for(const _0x18857c of _0x350df8)_0x107502[_0x3676ba(0x257)](_0x18857c);return _0x107502;}for(const {suggestion:_0x218e6e,meta:_0x5185a2}of this[_0x3676ba(0x2d5)](_0x350df8,_0x3676ba(0x20a))){if(!_0x5185a2[_0x3676ba(0x23e)])continue;if(!this[_0x3676ba(0x2b2)]&&_0x5185a2[_0x3676ba(0x232)])continue;if(!Lt(_0x218e6e,_0x589bed))continue;let _0x5cc262=!0x0;for(const _0x13487a of _0x218e6e[_0x3676ba(0x1ba)]())for(const _0xfbe849 of _0x350df8)if(!_0x13487a[_0x3676ba(0x1a8)](_0xfbe849)){_0x5cc262=!0x1;break;}if(_0x5cc262)return _0x218e6e;}const _0x35b27f=_0x2d1077(),_0x5d19d0=_0x3a7647['id'],_0x211b79=_0x3676ba(0x147)+_0x4ff80a,_0x2b1807=this[_0x3676ba(0x1f0)]({'id':_0x35b27f,'type':_0x211b79,'createdAt':new Date(),'authorId':_0x5d19d0,'attributes':_0x589bed});for(const _0x2d4ae6 of _0x350df8)this[_0x3676ba(0x205)](_0x211b79,_0x35b27f,_0x5d19d0,_0x2d4ae6,_0x1bcbe4[_0x3676ba(0x155)]());return _0x2b1807;}[_0x4dc9d7(0x213)](_0x2716f1,_0x389df3,_0x11dca4=null,_0x327d96={}){const _0x3784f8=_0x4dc9d7;if(_0x11dca4=_0x11dca4||Vt(_0x389df3),_0x2716f1[_0x3784f8(0x1af)])return null;if(_0x3784f8(0x1f9)===this[_0x3784f8(0x240)]){const _0x463f15=this[_0x3784f8(0x2d3)][_0x3784f8(0x28f)](_0x3784f8(0x199),_0x11dca4,_0x3784f8(0x207));return this[_0x3784f8(0x1ce)](()=>_0x463f15([_0x2716f1],_0x389df3,_0x327d96)),null;}const _0x2b9614=this[_0x3784f8(0x193)][_0x3784f8(0x285)][_0x3784f8(0x266)](_0x3784f8(0x172))['me'],_0x5ba87c=[];if(_0x3784f8(0x23c)!==this[_0x3784f8(0x240)]){for(const {suggestion:_0x521011,meta:_0x5c837d}of this[_0x3784f8(0x2d5)](_0x2716f1,_0x3784f8(0x20a)))_0x5c837d[_0x3784f8(0x23e)]&&!_0x5c837d[_0x3784f8(0x1f4)]&&_0x5ba87c[_0x3784f8(0x255)](..._0x521011[_0x3784f8(0x1ba)]());}const _0x1e934c=function(_0x46fc4b,_0x338a0e){const _0x3c5337=_0x3784f8,_0x37a7db=[];for(const _0x3e4d03 of _0x338a0e){const _0x3e652b=_0x46fc4b[_0x3c5337(0x1e0)](_0x3e4d03);_0x3e652b&&_0x37a7db[_0x3c5337(0x255)](_0x3e652b);}return _0x37a7db;}(_0x2716f1,_0x5ba87c),_0x3731f4=function(_0x1e6c1d,_0x2b3365){const _0x5bba01=_0x3784f8,_0x1197a5=[_0x1e6c1d];for(const _0x44e980 of _0x2b3365){let _0xeb4c67=0x0;for(;_0xeb4c67<_0x1197a5[_0x5bba01(0x167)];){const _0x3cd34f=_0x1197a5[_0xeb4c67][_0x5bba01(0x2b0)](_0x44e980);_0x1197a5[_0x5bba01(0x26e)](_0xeb4c67,0x1,..._0x3cd34f),_0xeb4c67+=_0x3cd34f[_0x5bba01(0x167)];}}return _0x1197a5;}(_0x2716f1,_0x5ba87c);_0x1e934c[_0x3784f8(0x167)]&&this[_0x3784f8(0x1ec)][_0x3784f8(0x2b3)](()=>{const _0x21e0ad=_0x3784f8;for(const _0x2d099b of _0x1e934c){const _0x2c2d52=this[_0x21e0ad(0x2d3)][_0x21e0ad(0x28f)](_0x21e0ad(0x199),_0x11dca4,_0x21e0ad(0x207));this[_0x21e0ad(0x1ce)](()=>_0x2c2d52([_0x2d099b],_0x389df3,_0x327d96));}});for(const _0x3ddebd of _0x3731f4){let _0x1cefbf=null,_0x204022=_0x3ddebd[_0x3784f8(0x1fb)],_0x3abbf6=_0x3ddebd[_0x3784f8(0x290)];for(const {suggestion:_0x21a27a,meta:_0x555b22}of this[_0x3784f8(0x2d5)](_0x3ddebd,_0x3784f8(0x199))){if(!_0x555b22[_0x3784f8(0x23e)])continue;if(_0x21a27a[_0x3784f8(0x215)]!=_0x11dca4)continue;if(!Lt(_0x21a27a,_0x327d96))continue;const _0x2775a7=_0x21a27a[_0x3784f8(0x2c6)]();if(_0x2775a7[_0x3784f8(0x1a8)](_0x3ddebd,!0x0))return null;_0x204022=_0x204022[_0x3784f8(0x28e)](_0x2775a7[_0x3784f8(0x1fb)])?_0x204022:_0x2775a7[_0x3784f8(0x1fb)],_0x3abbf6=_0x3abbf6[_0x3784f8(0x25f)](_0x2775a7[_0x3784f8(0x290)])?_0x3abbf6:_0x2775a7[_0x3784f8(0x290)],_0x1cefbf?_0x2775a7[_0x3784f8(0x1fb)][_0x3784f8(0x28e)](_0x1cefbf[_0x3784f8(0x2c6)]()[_0x3784f8(0x1fb)])?(_0x1cefbf[_0x3784f8(0x15b)](),_0x1cefbf=_0x21a27a):_0x21a27a[_0x3784f8(0x15b)]():_0x1cefbf=_0x21a27a;}const _0x2bd8b3=this[_0x3784f8(0x1ec)][_0x3784f8(0x283)](_0x204022,_0x3abbf6);if(_0x1cefbf)this[_0x3784f8(0x2a9)](_0x1cefbf,_0x2bd8b3);else{const _0x273434=_0x2d1077(),_0x4a51ec=_0x2b9614['id'];this[_0x3784f8(0x1f0)]({'id':_0x273434,'type':_0x3784f8(0x138)+_0x11dca4,'data':_0x389df3,'createdAt':new Date(),'authorId':_0x4a51ec,'attributes':_0x327d96}),this[_0x3784f8(0x205)](_0x3784f8(0x138)+_0x11dca4,_0x273434,_0x4a51ec,_0x2bd8b3);}}return null;}[_0x4dc9d7(0x249)](_0x1f4273,_0xd7edfc,_0x567a6c=[],_0x1ad9e3=null,_0x38e37a={}){const _0x35ae39=_0x4dc9d7;_0xd7edfc[_0x35ae39(0x252)]||(_0xd7edfc[_0x35ae39(0x252)]=_0xd7edfc[_0x35ae39(0x219)]),_0xd7edfc[_0x35ae39(0x182)]=_0x1f4273['is'](_0x35ae39(0x23a)),_0x1ad9e3=_0x1ad9e3||Vt(_0xd7edfc);const _0x17b6dc=_0x567a6c[_0x35ae39(0x2d8)](_0x5578ec=>Ft(_0x5578ec,this[_0x35ae39(0x1ec)])),_0x5ea63d=_0x1f4273['is'](_0x35ae39(0x23a))?_0x1f4273:Ft(_0x1f4273,this[_0x35ae39(0x1ec)]);if(_0x35ae39(0x1f9)===this[_0x35ae39(0x240)]){const _0x53bf06=this[_0x35ae39(0x2d3)][_0x35ae39(0x28f)](_0x35ae39(0x152),_0x1ad9e3,_0x35ae39(0x207));return this[_0x35ae39(0x1ce)](()=>_0x53bf06([_0x5ea63d],_0xd7edfc,_0x38e37a)),null;}_0x17b6dc[_0x35ae39(0x255)](_0x5ea63d);let _0x206247=!0x0;for(const _0x48fad9 of _0x17b6dc)if(!this[_0x35ae39(0x19d)](_0x48fad9)){_0x206247=!0x1;break;}if(_0x206247&&_0x35ae39(0x23c)!==this[_0x35ae39(0x240)]){const _0x51f57d=this[_0x35ae39(0x2d3)][_0x35ae39(0x28f)](_0x35ae39(0x152),_0x1ad9e3,_0x35ae39(0x207));return this[_0x35ae39(0x1ce)](()=>_0x51f57d([_0x5ea63d],_0xd7edfc,_0x38e37a)),null;}let _0x223a78=null,_0x258a21=_0x5ea63d[_0x35ae39(0x1fb)],_0x17c087=_0x5ea63d[_0x35ae39(0x290)];for(const {suggestion:_0xdc5a7c,meta:_0x3f569c}of this[_0x35ae39(0x2d5)](_0x5ea63d,_0x35ae39(0x152))){if(!_0x3f569c[_0x35ae39(0x23e)])continue;if(_0x3f569c[_0x35ae39(0x21b)]||_0x3f569c[_0x35ae39(0x232)]||_0x3f569c[_0x35ae39(0x1f4)])continue;if(_0xdc5a7c[_0x35ae39(0x2a7)][_0x35ae39(0x252)]!=_0xd7edfc[_0x35ae39(0x252)])continue;if(!Lt(_0xdc5a7c,_0x38e37a))continue;const _0x37b14d=_0xdc5a7c[_0x35ae39(0x2c6)]();if(_0xdc5a7c[_0x35ae39(0x215)]==_0x1ad9e3){if(_0x37b14d[_0x35ae39(0x1a8)](_0x5ea63d,!0x0))return null;_0x258a21=_0x258a21[_0x35ae39(0x28e)](_0x37b14d[_0x35ae39(0x1fb)])?_0x258a21:_0x37b14d[_0x35ae39(0x1fb)],_0x17c087=_0x17c087[_0x35ae39(0x25f)](_0x37b14d[_0x35ae39(0x290)])?_0x17c087:_0x37b14d[_0x35ae39(0x290)],_0x223a78?_0x37b14d[_0x35ae39(0x1fb)][_0x35ae39(0x28e)](_0x223a78[_0x35ae39(0x2c6)]()[_0x35ae39(0x1fb)])?(_0x223a78[_0x35ae39(0x15b)](),_0x223a78=_0xdc5a7c):_0xdc5a7c[_0x35ae39(0x15b)]():_0x223a78=_0xdc5a7c;}else{const _0x408d6a=_0x5ea63d[_0x35ae39(0x1e0)](_0x37b14d);this[_0x35ae39(0x178)](_0xdc5a7c,_0x408d6a);}}const _0x21aced=this[_0x35ae39(0x193)][_0x35ae39(0x285)][_0x35ae39(0x266)](_0x35ae39(0x172))['me'],_0x21b169=_0x2d1077(),_0x2f0495=_0x21aced['id'];if(_0x223a78)return this[_0x35ae39(0x2a9)](_0x223a78,this[_0x35ae39(0x1ec)][_0x35ae39(0x283)](_0x258a21,_0x17c087)),_0x223a78;{const _0x1a1b30=this[_0x35ae39(0x1f0)]({'id':_0x21b169,'type':_0x35ae39(0x237)+_0x1ad9e3,'data':_0xd7edfc,'createdAt':new Date(),'authorId':_0x2f0495,'attributes':_0x38e37a});return this[_0x35ae39(0x205)](_0x35ae39(0x237)+_0x1ad9e3,_0x21b169,_0x2f0495,this[_0x35ae39(0x1ec)][_0x35ae39(0x283)](_0x258a21,_0x17c087)),_0x1a1b30;}}[_0x4dc9d7(0x241)](_0x3f77e6,_0x2a9d67,_0x1c630d=[],_0xc72545=null,_0x2cdc6e={}){const _0x4d2579=_0x4dc9d7;_0x2a9d67[_0x4d2579(0x252)]||(_0x2a9d67[_0x4d2579(0x252)]=_0x2a9d67[_0x4d2579(0x219)]);const _0x352eb9=_0x3f77e6[0x0];_0x2a9d67[_0x4d2579(0x182)]=_0x352eb9['is'](_0x4d2579(0x23a)),_0xc72545=_0xc72545||Vt(_0x2a9d67);const _0x15bed8=_0x1c630d[_0x4d2579(0x2d8)](_0x327a97=>Ft(_0x327a97,this[_0x4d2579(0x1ec)])),_0x27b2a5=_0x352eb9['is'](_0x4d2579(0x23a))?_0x3f77e6:_0x3f77e6[_0x4d2579(0x2d8)](_0x5f40cf=>Ft(_0x5f40cf,this[_0x4d2579(0x1ec)]));if(_0x4d2579(0x1f9)===this[_0x4d2579(0x240)]){const _0x4d5c29=this[_0x4d2579(0x2d3)][_0x4d2579(0x28f)](_0x4d2579(0x152),_0xc72545,_0x4d2579(0x207));return this[_0x4d2579(0x1ce)](()=>_0x4d5c29(_0x27b2a5,_0x2a9d67,_0x2cdc6e)),null;}_0x15bed8[_0x4d2579(0x255)](..._0x27b2a5);let _0x204323=!0x0;for(const _0x4f256d of _0x15bed8)if(!this[_0x4d2579(0x19d)](_0x4f256d)){_0x204323=!0x1;break;}if(_0x204323&&_0x4d2579(0x23c)!==this[_0x4d2579(0x240)]){const _0x2bcc7b=this[_0x4d2579(0x2d3)][_0x4d2579(0x28f)](_0x4d2579(0x152),_0xc72545,_0x4d2579(0x207));return this[_0x4d2579(0x1ce)](()=>_0x2bcc7b(_0x27b2a5,_0x2a9d67,_0x2cdc6e)),null;}const _0x151586=this[_0x4d2579(0x193)][_0x4d2579(0x285)][_0x4d2579(0x266)](_0x4d2579(0x172))['me'];for(const _0x59a475 of this[_0x4d2579(0x2cc)]()){if(_0x59a475[_0x4d2579(0x1d3)]['id']!=_0x151586['id'])continue;if(_0x4d2579(0x152)!=_0x59a475[_0x4d2579(0x2cd)]||_0x59a475[_0x4d2579(0x2a7)][_0x4d2579(0x252)]!=_0x2a9d67[_0x4d2579(0x252)])continue;if(!Lt(_0x59a475,_0x2cdc6e))continue;const _0x2105a4=_0x59a475[_0x4d2579(0x215)]==_0xc72545;for(let _0x347b7c=0x0;_0x347b7c<_0x27b2a5[_0x4d2579(0x167)];_0x347b7c++){const _0x403492=_0x27b2a5[_0x347b7c];for(const _0x1aab9f of _0x59a475[_0x4d2579(0x176)]()){const _0x510e65=_0x1aab9f[_0x4d2579(0x195)]();if(_0x403492[_0x4d2579(0x2e3)](_0x510e65)){_0x2105a4?(_0x27b2a5[_0x4d2579(0x26e)](_0x347b7c,0x1),_0x347b7c--):_0x59a475[_0x4d2579(0x17a)](_0x1aab9f[_0x4d2579(0x1e2)]);break;}}}}if(0x0==_0x27b2a5[_0x4d2579(0x167)])return null;const _0x3a3f7d=this[_0x4d2579(0x2d3)][_0x4d2579(0x28f)](_0x4d2579(0x152),_0xc72545,_0x4d2579(0x20c));for(const _0x2772e1 of this[_0x4d2579(0x2cc)]())if(_0x2772e1[_0x4d2579(0x1d3)]['id']==_0x151586['id']&&_0x4d2579(0x152)==_0x2772e1[_0x4d2579(0x2cd)]&&_0x2772e1[_0x4d2579(0x2a7)][_0x4d2579(0x252)]==_0x2a9d67[_0x4d2579(0x252)]&&_0x2772e1[_0x4d2579(0x215)]==_0xc72545&&Lt(_0x2772e1,_0x2cdc6e)&&(_0x3a3f7d(_0x2772e1[_0x4d2579(0x1ba)](),_0x27b2a5)||_0x3a3f7d(_0x27b2a5,_0x2772e1[_0x4d2579(0x1ba)]()))){for(const _0xa19a38 of _0x27b2a5)_0x2772e1[_0x4d2579(0x257)](_0xa19a38);return _0x2772e1;}const _0x1df18f=_0x2d1077(),_0x3a5cf3=_0x151586['id'],_0x41a361=_0x4d2579(0x237)+_0xc72545,_0x3db7fd=this[_0x4d2579(0x1f0)]({'id':_0x1df18f,'type':_0x41a361,'data':_0x2a9d67,'createdAt':new Date(),'authorId':_0x3a5cf3,'attributes':_0x2cdc6e});for(const _0x4f3321 of _0x27b2a5)this[_0x4d2579(0x205)](_0x41a361,_0x1df18f,_0x3a5cf3,_0x4f3321,_0x1bcbe4[_0x4d2579(0x155)]());return _0x3db7fd;}[_0x4dc9d7(0x2e2)](_0xec7c8a,_0x44199a=null,_0x4c9b8a={}){const _0x47270f=_0x4dc9d7;if(_0xec7c8a[_0x47270f(0x1af)])return null;const _0x4c1436=this[_0x47270f(0x193)][_0x47270f(0x285)][_0x47270f(0x266)](_0x47270f(0x172))['me'],_0xf88f03=new _0x5270ce(_0xec7c8a[_0x47270f(0x1fb)],_0xec7c8a[_0x47270f(0x290)]);for(const {suggestion:_0x3fa5d8,meta:_0x74677c}of this[_0x47270f(0x2d5)](_0xf88f03,_0x47270f(0x20a)))if(_0x74677c[_0x47270f(0x23e)]&&!_0x74677c[_0x47270f(0x21b)]){if(_0x3fa5d8[_0x47270f(0x1c4)]){const _0x57dcc7=_0x3fa5d8[_0x47270f(0x1ba)]()[_0x47270f(0x2a6)](_0x3c21c1=>_0x47270f(0x2c5)!=_0x3c21c1[_0x47270f(0x2c3)][_0x47270f(0x143)]);_0x57dcc7[_0x47270f(0x134)](_0x4d30fc=>_0xf88f03[_0x47270f(0x1a8)](_0x4d30fc,!0x0))&&_0x3fa5d8[_0x47270f(0x1d4)]();if(_0x57dcc7[_0x47270f(0x142)](_0x26ae2f=>_0x26ae2f[_0x47270f(0x1a8)](_0xf88f03,!0x0))){const _0x569676=this[_0x47270f(0x2d3)][_0x47270f(0x28f)](_0x47270f(0x2c0),_0x44199a,_0x47270f(0x207));return this[_0x47270f(0x1ce)](()=>_0x569676([_0xf88f03],null,_0x4c9b8a)),null;}}else{const _0x5cb472=_0xf88f03[_0x47270f(0x1e0)](_0x3fa5d8[_0x47270f(0x2c6)]());null!==_0x5cb472&&_0x3fa5d8[_0x47270f(0x1a3)]([_0x5cb472],null,_0x4c9b8a);}}if(_0xf88f03[_0x47270f(0x24c)](),_0xf88f03[_0x47270f(0x1af)]||_0x47270f(0x2c5)==_0xf88f03[_0x47270f(0x2c3)][_0x47270f(0x143)])return null;let _0x6d5491=null,_0x34afec=_0xf88f03[_0x47270f(0x1fb)],_0x4d4cd8=_0xf88f03[_0x47270f(0x290)];const _0x1cc82f=this[_0x47270f(0x2d5)](_0xf88f03,_0x47270f(0x2c0));for(const {suggestion:_0xc5f257,meta:_0x3a95b8}of _0x1cc82f){const _0x50da9c=this[_0x47270f(0x1ec)][_0x47270f(0x283)](_0x34afec,_0x4d4cd8);if(_0x3a95b8[_0x47270f(0x23e)]&&(this[_0x47270f(0x2b2)]||!_0x3a95b8[_0x47270f(0x232)]&&!_0x3a95b8[_0x47270f(0x1f4)])){if(_0xc5f257[_0x47270f(0x1c4)]){if(!Lt(_0xc5f257,_0x4c9b8a))continue;let _0x48864f=!0x0;for(const _0x4b1c4f of _0xc5f257[_0x47270f(0x1ba)]()){if(_0x4b1c4f[_0x47270f(0x1a8)](_0x50da9c,!0x0))return _0xc5f257;_0x50da9c[_0x47270f(0x1a8)](_0x4b1c4f)||(_0x48864f=!0x1);}_0x48864f&&_0xc5f257[_0x47270f(0x1d4)]();}else{const _0x21b75f=_0xc5f257[_0x47270f(0x2c6)]();if(_0x21b75f[_0x47270f(0x1a8)](_0x50da9c,!0x0))return _0xc5f257;if(!Lt(_0xc5f257,_0x4c9b8a)){_0x50da9c[_0x47270f(0x1a8)](_0x21b75f)?_0xc5f257[_0x47270f(0x15b)]():_0x21b75f[_0x47270f(0x210)](_0x34afec)?_0x34afec=_0x21b75f[_0x47270f(0x290)]:_0x21b75f[_0x47270f(0x210)](_0x4d4cd8)&&(_0x4d4cd8=_0x21b75f[_0x47270f(0x1fb)]);continue;}_0x34afec=_0x34afec[_0x47270f(0x28e)](_0x21b75f[_0x47270f(0x1fb)])?_0x34afec:_0x21b75f[_0x47270f(0x1fb)],_0x4d4cd8=_0x4d4cd8[_0x47270f(0x25f)](_0x21b75f[_0x47270f(0x290)])?_0x4d4cd8:_0x21b75f[_0x47270f(0x290)],_0x4c9b8a=Object[_0x47270f(0x263)]({},_0xc5f257[_0x47270f(0x2df)]),_0x6d5491?_0x21b75f[_0x47270f(0x1fb)][_0x47270f(0x28e)](_0x6d5491[_0x47270f(0x2c6)]()[_0x47270f(0x1fb)])?(_0x6d5491[_0x47270f(0x15b)](),_0x6d5491=_0xc5f257):_0xc5f257[_0x47270f(0x15b)]():_0x6d5491=_0xc5f257;}}}if(_0x6d5491)return this[_0x47270f(0x2a9)](_0x6d5491,this[_0x47270f(0x1ec)][_0x47270f(0x283)](_0x34afec,_0x4d4cd8)),_0x6d5491;{const _0x4e36cc=_0x2d1077(),_0x24d314=this[_0x47270f(0x1ec)][_0x47270f(0x283)](_0x34afec,_0x4d4cd8),_0x240a49=_0x4c1436['id'],_0x1f7fc0=_0x44199a?_0x47270f(0x29e)+_0x44199a:_0x47270f(0x2c0),_0x5ed923=this[_0x47270f(0x1f0)]({'id':_0x4e36cc,'type':_0x1f7fc0,'createdAt':new Date(),'authorId':_0x240a49,'attributes':_0x4c9b8a});return this[_0x47270f(0x205)](_0x1f7fc0,_0x4e36cc,_0x240a49,_0x24d314),_0x5ed923;}}[_0x4dc9d7(0x2a3)](_0x3af121,_0x1b6711=_0x4dc9d7(0x1c1),_0x4f6129={}){const _0xe3e24c=_0x4dc9d7,_0x2453cb=this[_0xe3e24c(0x193)][_0xe3e24c(0x285)][_0xe3e24c(0x266)](_0xe3e24c(0x172))['me'],_0x4ef1e3=_0x3af121[_0xe3e24c(0x2d8)](_0x15a43c=>new _0x5270ce(_0x15a43c[_0xe3e24c(0x1fb)],_0x15a43c[_0xe3e24c(0x290)])),_0x320990=new Set();for(const {suggestion:_0x29d445,meta:_0x245d10}of this[_0xe3e24c(0x2d5)](_0x4ef1e3,_0xe3e24c(0x20a)))_0x245d10[_0xe3e24c(0x23e)]&&!_0x245d10[_0xe3e24c(0x21b)]&&_0x320990[_0xe3e24c(0x221)](_0x29d445);for(const _0x318532 of _0x320990)if(_0x318532[_0xe3e24c(0x1c4)]){const _0x57a5ad=_0x318532[_0xe3e24c(0x1ba)]();(!_0x318532[_0xe3e24c(0x2df)]||!_0x318532[_0xe3e24c(0x2df)][_0xe3e24c(0x2d7)])&&(_0x57a5ad[_0xe3e24c(0x134)](_0x54f9e6=>_0x4ef1e3[_0xe3e24c(0x142)](_0xadca37=>_0xadca37[_0xe3e24c(0x1a8)](_0x54f9e6,!0x0)))&&_0x318532[_0xe3e24c(0x1d4)]());if(_0x4ef1e3[_0xe3e24c(0x134)](_0x73baca=>_0x57a5ad[_0xe3e24c(0x142)](_0x5a4008=>_0x5a4008[_0xe3e24c(0x1a8)](_0x73baca,!0x0)))){const _0x55e971=this[_0xe3e24c(0x2d3)][_0xe3e24c(0x28f)](_0xe3e24c(0x2c0),_0x1b6711,_0xe3e24c(0x207));return this[_0xe3e24c(0x1ce)](()=>_0x55e971(_0x3af121,null,_0x4f6129)),null;}}else{const _0x25c668=_0x318532[_0xe3e24c(0x2c6)]();_0x4ef1e3[_0xe3e24c(0x142)](_0x140a6c=>_0x140a6c[_0xe3e24c(0x1a8)](_0x25c668,!0x0))&&_0x318532[_0xe3e24c(0x1d4)]();if(_0x4ef1e3[_0xe3e24c(0x134)](_0x5c037e=>_0x25c668[_0xe3e24c(0x1a8)](_0x5c037e,!0x0))){const _0x479a03=this[_0xe3e24c(0x2d3)][_0xe3e24c(0x28f)](_0xe3e24c(0x2c0),_0x1b6711,_0xe3e24c(0x207));return this[_0xe3e24c(0x1ce)](()=>_0x479a03(_0x4ef1e3,null,_0x4f6129)),null;}}const _0x28d97f=this[_0xe3e24c(0x2d3)][_0xe3e24c(0x28f)](_0xe3e24c(0x2c0),_0x1b6711,_0xe3e24c(0x20c));let _0x19ab56=null;for(const _0x5b96aa of this[_0xe3e24c(0x2cc)]())if(_0x5b96aa[_0xe3e24c(0x1d3)]['id']==_0x2453cb['id']&&_0x5b96aa[_0xe3e24c(0x206)]&&_0xe3e24c(0x2c0)==_0x5b96aa[_0xe3e24c(0x2cd)]&&_0x5b96aa[_0xe3e24c(0x215)]==_0x1b6711&&Lt(_0x5b96aa,_0x4f6129)&&(_0x28d97f(_0x5b96aa[_0xe3e24c(0x1ba)](),_0x4ef1e3)||_0x28d97f(_0x4ef1e3,_0x5b96aa[_0xe3e24c(0x1ba)]()))){if(_0x19ab56){if(_0x5b96aa[_0xe3e24c(0x269)]&&_0x5b96aa[_0xe3e24c(0x269)][_0xe3e24c(0x167)])continue;for(const _0x20a66e of _0x5b96aa[_0xe3e24c(0x1ba)]())_0x19ab56[_0xe3e24c(0x190)](_0x20a66e)||_0x19ab56[_0xe3e24c(0x257)](_0x20a66e);_0x5b96aa[_0xe3e24c(0x15b)]();}else{_0x19ab56=_0x5b96aa;for(const _0x34a0b6 of _0x4ef1e3)_0x5b96aa[_0xe3e24c(0x190)](_0x34a0b6)||_0x5b96aa[_0xe3e24c(0x257)](_0x34a0b6);}}if(_0x19ab56)return _0x19ab56;_0x320990[_0xe3e24c(0x151)]();for(const {suggestion:_0x50481b,meta:_0x2d61dd}of this[_0xe3e24c(0x2d5)](_0x4ef1e3,_0xe3e24c(0x2c0)))_0x2d61dd[_0xe3e24c(0x23e)]&&(this[_0xe3e24c(0x2b2)]||!_0x2d61dd[_0xe3e24c(0x232)]&&!_0x2d61dd[_0xe3e24c(0x1f4)])&&Lt(_0x50481b,_0x4f6129)&&_0x320990[_0xe3e24c(0x221)](_0x50481b);for(const _0x165eab of _0x320990){const _0x440b5d=_0x165eab[_0xe3e24c(0x1ba)]();if(!_0x4f6129||!_0x4f6129[_0xe3e24c(0x2d7)]){if(_0x4ef1e3[_0xe3e24c(0x134)](_0x3001bd=>_0x440b5d[_0xe3e24c(0x142)](_0x1ae445=>_0x1ae445[_0xe3e24c(0x1a8)](_0x3001bd,!0x0))))return _0x165eab;}(!_0x165eab[_0xe3e24c(0x2df)]||!_0x165eab[_0xe3e24c(0x2df)][_0xe3e24c(0x2d7)])&&(_0x440b5d[_0xe3e24c(0x134)](_0x126a40=>_0x4ef1e3[_0xe3e24c(0x142)](_0x2d7542=>_0x2d7542[_0xe3e24c(0x1a8)](_0x126a40,!0x0)))&&_0x165eab[_0xe3e24c(0x1d4)]());}const _0x1cbc5f=_0x2d1077(),_0x333c27=_0x2453cb['id'],_0x13872a=_0xe3e24c(0x29e)+_0x1b6711,_0x1ab55a=this[_0xe3e24c(0x1f0)]({'id':_0x1cbc5f,'type':_0x13872a,'createdAt':new Date(),'authorId':_0x333c27,'attributes':_0x4f6129});for(const _0x3ed75d of _0x4ef1e3)_0x3ed75d[_0xe3e24c(0x24c)](),_0x3ed75d[_0xe3e24c(0x1af)]||_0xe3e24c(0x2c5)==_0x3ed75d[_0xe3e24c(0x2c3)][_0xe3e24c(0x143)]||this[_0xe3e24c(0x205)](_0x13872a,_0x1cbc5f,_0x333c27,_0x3ed75d,_0x1bcbe4[_0xe3e24c(0x155)]());return _0x1ab55a;}[_0x4dc9d7(0x1dd)](_0x8f1b50,_0xdb31e9,_0x2400a7,_0x4cde5c,_0x559a14){const _0x567d44=_0x4dc9d7;if(_0x8f1b50[_0x567d44(0x1af)])return[];if(_0x567d44(0x1f9)===this[_0x567d44(0x240)])return[];const _0x5632f3=this[_0x567d44(0x193)][_0x567d44(0x285)][_0x567d44(0x266)](_0x567d44(0x172))['me']['id'],_0x368fb1=Array[_0x567d44(0x239)](this[_0x567d44(0x1f2)][_0x567d44(0x22d)]())[_0x567d44(0x2a6)](_0x4f1e74=>_0x567d44(0x25b)==_0x4f1e74[_0x567d44(0x2cd)]&&_0x4f1e74[_0x567d44(0x2a7)][_0x567d44(0x230)]==_0xdb31e9&&_0x4f1e74[_0x567d44(0x190)](_0x8f1b50));if(_0x567d44(0x2ab)===this[_0x567d44(0x240)]){const _0xef7308=this[_0x567d44(0x2d5)](_0x8f1b50,_0x567d44(0x20a))[_0x567d44(0x2a6)](({meta:_0x7726a2})=>_0x7726a2[_0x567d44(0x23e)]&&!_0x7726a2[_0x567d44(0x1f4)]&&!_0x7726a2[_0x567d44(0x21b)])[_0x567d44(0x2d8)](({suggestion:_0x11ab8a})=>_0x11ab8a);_0x368fb1[_0x567d44(0x1db)](..._0xef7308);}const _0x1e19ed=new Map([[_0x8f1b50,_0x2400a7]]);for(const _0x4e4d72 of _0x368fb1){const _0x5d64cd=_0x567d44(0x25b)==_0x4e4d72[_0x567d44(0x2cd)]?_0x4e4d72[_0x567d44(0x2a7)][_0x567d44(0x211)]:void 0x0,_0x22f39a=_0x4e4d72[_0x567d44(0x2c6)](),_0x34bcc0=Array[_0x567d44(0x239)](_0x1e19ed[_0x567d44(0x238)]())[_0x567d44(0x1e9)](_0x2f3378=>_0x2f3378[_0x567d44(0x17f)](_0x22f39a));if(!_0x34bcc0)continue;const _0x214a44=_0x34bcc0[_0x567d44(0x2b0)](_0x22f39a);this[_0x567d44(0x27a)](_0xdb31e9)&&_0x567d44(0x20a)==_0x4e4d72[_0x567d44(0x2cd)]&&0x0!=_0x214a44[_0x567d44(0x167)]||(_0x1e19ed[_0x567d44(0x208)](_0x34bcc0),_0x214a44[_0x567d44(0x2af)](_0x40af1e=>{const _0x15f097=_0x567d44;_0x1e19ed[_0x15f097(0x21e)](_0x40af1e,_0x2400a7);}),_0x567d44(0x20a)!=_0x4e4d72[_0x567d44(0x2cd)]&&_0x5d64cd!=_0x4cde5c&&_0x1e19ed[_0x567d44(0x21e)](_0x34bcc0[_0x567d44(0x1e0)](_0x22f39a),_0x5d64cd));}const _0x26206c=[];for(const [_0x3f74a8,_0x1f707d]of _0x1e19ed){const _0x4c7a82=_0x2d1077(),_0x1bff0e={'key':_0xdb31e9,'oldValue':_0x1f707d,'newValue':_0x4cde5c};_0xdb31e9[_0x567d44(0x167)]>0x25&&console[_0x567d44(0x16b)](_0x567d44(0x1d6),{'key':_0xdb31e9});const _0x4ef3db=(_0x567d44(0x2c9)+(_0xdb31e9+'|'+Vt({'newValue':_0x4cde5c})))[_0x567d44(0x19a)](0x0,0x3c),_0x82cc96=this[_0x567d44(0x1f0)]({'id':_0x4c7a82,'type':_0x4ef3db,'data':_0x1bff0e,'createdAt':new Date(),'authorId':_0x5632f3,'attributes':_0x559a14});_0x26206c[_0x567d44(0x255)](_0x82cc96),this[_0x567d44(0x205)](_0x4ef3db,_0x4c7a82,_0x5632f3,_0x3f74a8);}return _0x26206c;}[_0x4dc9d7(0x162)](_0x4a424e){const _0x526566=_0x4dc9d7;this[_0x526566(0x1d2)](_0x4a424e,(_0x5ec1b0,..._0x85c8d9)=>{const _0x597369=_0x526566;this[_0x597369(0x25e)](()=>{_0x5ec1b0(..._0x85c8d9);});});}[_0x4dc9d7(0x217)](_0x59dae1){const _0x18a2d4=_0x4dc9d7;this[_0x18a2d4(0x2a5)][_0x18a2d4(0x221)](_0x59dae1);}[_0x4dc9d7(0x224)](_0x155284){const _0x928ded=_0x4dc9d7;this[_0x928ded(0x28d)][_0x928ded(0x221)](_0x155284);}[_0x4dc9d7(0x15a)](_0x57ded6){const _0x22af41=_0x4dc9d7;return _0x22af41(0x25b)==_0x57ded6[_0x22af41(0x2cd)]?_0x57ded6[_0x22af41(0x215)][_0x22af41(0x29d)]('|')[0x0]:null;}[_0x4dc9d7(0x2a9)](_0xe8a903,_0x1156a7){const _0x3fb1bc=_0x4dc9d7,_0x4a1eb9=_0xe8a903[_0x3fb1bc(0x274)]();this[_0x3fb1bc(0x1ec)][_0x3fb1bc(0x2b3)](_0x55cd5a=>{const _0x437d13=_0x3fb1bc;_0x55cd5a[_0x437d13(0x1b7)](_0x4a1eb9,{'range':_0x1156a7});});}[_0x4dc9d7(0x25d)](_0x19475b){const _0x38fd1d=_0x4dc9d7,_0x3c30e0=_0x19475b['id'],_0x5c1af5=this[_0x38fd1d(0x193)][_0x38fd1d(0x299)][_0x38fd1d(0x266)](_0x38fd1d(0x1d9));this[_0x38fd1d(0x2cf)][_0x38fd1d(0x235)](_0x3c30e0)||this[_0x38fd1d(0x2cf)][_0x38fd1d(0x19e)]({'channelId':_0x5c1af5,'threadId':_0x3c30e0,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x258f3d=this[_0x38fd1d(0x2cf)][_0x38fd1d(0x140)](_0x3c30e0);_0x258f3d[_0x38fd1d(0x1bb)](_0x38fd1d(0x198)),_0x258f3d[_0x38fd1d(0x198)]=!0x1,_0x19475b[_0x38fd1d(0x269)]=_0x258f3d;}[_0x4dc9d7(0x171)](_0x5daeb3,_0x4ad562,_0x9893c4,_0x364cf0){const _0x3b2b70=_0x4dc9d7;if(_0x5daeb3[_0x3b2b70(0x2cd)]!=_0x4ad562||_0x5daeb3[_0x3b2b70(0x215)]!=_0x9893c4||_0x5daeb3[_0x3b2b70(0x1e8)]['id']!=_0x364cf0)throw this[_0x3b2b70(0x193)][_0x3b2b70(0x156)](_0x3b2b70(0x24d)),new _0x4b73fc(_0x3b2b70(0x24d),this);}[_0x4dc9d7(0x178)](_0x122931,_0x58116f){const _0x473c4a=_0x4dc9d7,_0x235ace=_0x122931[_0x473c4a(0x2c6)]();if(_0x58116f[_0x473c4a(0x2e3)](_0x235ace))_0x122931[_0x473c4a(0x15b)]();else{if(_0x235ace[_0x473c4a(0x1a8)](_0x58116f)){const _0x4c4129=this[_0x473c4a(0x1ec)][_0x473c4a(0x201)](_0x58116f[_0x473c4a(0x1fb)][_0x473c4a(0x13c)],_0x473c4a(0x290));this[_0x473c4a(0x2a9)](_0x122931,this[_0x473c4a(0x1ec)][_0x473c4a(0x283)](_0x235ace[_0x473c4a(0x1fb)],_0x4c4129));const _0x24ea64=_0x2d1077(),_0x4c0756=_0x122931[_0x473c4a(0x1e8)]['id'],_0x286dc9=_0x122931[_0x473c4a(0x2cd)]+':'+_0x122931[_0x473c4a(0x215)];this[_0x473c4a(0x1f0)]({'id':_0x24ea64,'type':_0x286dc9,'createdAt':new Date(),'authorId':_0x4c0756,'data':_0x122931[_0x473c4a(0x2a7)],'attributes':_0x122931[_0x473c4a(0x2df)]});const _0x316481=this[_0x473c4a(0x1ec)][_0x473c4a(0x201)](_0x58116f[_0x473c4a(0x290)][_0x473c4a(0x174)],_0x473c4a(0x251)),_0x3e8873=this[_0x473c4a(0x1ec)][_0x473c4a(0x283)](_0x316481,_0x235ace[_0x473c4a(0x290)]);this[_0x473c4a(0x205)](_0x286dc9,_0x24ea64,_0x4c0756,_0x3e8873);}else{if(_0x235ace[_0x473c4a(0x210)](_0x58116f[_0x473c4a(0x1fb)])){const _0x5e5e47=this[_0x473c4a(0x1ec)][_0x473c4a(0x201)](_0x58116f[_0x473c4a(0x1fb)][_0x473c4a(0x13c)],_0x473c4a(0x290));this[_0x473c4a(0x2a9)](_0x122931,this[_0x473c4a(0x1ec)][_0x473c4a(0x283)](_0x235ace[_0x473c4a(0x1fb)],_0x5e5e47));}else{const _0x4ae25b=this[_0x473c4a(0x1ec)][_0x473c4a(0x201)](_0x58116f[_0x473c4a(0x290)][_0x473c4a(0x174)],_0x473c4a(0x251));this[_0x473c4a(0x2a9)](_0x122931,this[_0x473c4a(0x1ec)][_0x473c4a(0x283)](_0x4ae25b,_0x235ace[_0x473c4a(0x290)]));}}}}[_0x4dc9d7(0x19d)](_0x1f5258){const _0x4bca1f=_0x4dc9d7;for(const {suggestion:_0x8dbabb,meta:_0x4799b3}of this[_0x4bca1f(0x2d5)](_0x1f5258,_0x4bca1f(0x20a))){if(!_0x4799b3[_0x4bca1f(0x23e)])continue;const _0x3098aa=_0x8dbabb[_0x4bca1f(0x1ba)]();for(const _0x9031a5 of _0x3098aa)if(!_0x1f5258[_0x4bca1f(0x2b0)](_0x9031a5)[_0x4bca1f(0x167)])return!0x0;}return!0x1;}[_0x4dc9d7(0x191)](_0xaf45bd){const _0x2d7099=_0x4dc9d7,_0x3febb3=this[_0x2d7099(0x193)][_0x2d7099(0x285)][_0x2d7099(0x266)](_0x2d7099(0x172))[_0x2d7099(0x1b1)](_0xaf45bd);if(!_0x3febb3)throw new _0x4b73fc(_0x2d7099(0x287),this);return _0x3febb3;}[_0x4dc9d7(0x204)](_0x8bf306){const _0x2c7e4f=_0x4dc9d7,_0x5d2fd6=this[_0x2c7e4f(0x193)][_0x2c7e4f(0x285)][_0x2c7e4f(0x266)](_0x2c7e4f(0x172)),_0x128e01=_0x477f1f(_0x2c7e4f(0x270)+_0x8bf306),_0x4811e6=_0x5d2fd6[_0x2c7e4f(0x1b1)](_0x128e01);return _0x4811e6||_0x5d2fd6[_0x2c7e4f(0x1e6)]({'id':_0x128e01,'name':_0x8bf306});}[_0x4dc9d7(0x1b8)](_0x55e635,_0x31d663,_0x48c1d8,_0x3381f5,_0x61e1a6){const _0x510750=_0x4dc9d7,_0x5dec07=this[_0x510750(0x191)](_0x3381f5),_0xc1037a=this[_0x510750(0x2d3)][_0x510750(0x13d)](_0x55e635,_0x31d663,_0x48c1d8,_0x5dec07,_0x61e1a6,_0x25218c=>{const _0x34214a=_0x510750;this[_0x34214a(0x289)](_0x48c1d8,{'attributes':_0x25218c});const _0x4ecfc5=this[_0x34214a(0x175)](_0x48c1d8);this[_0x34214a(0x218)](new Set([_0x4ecfc5])),this[_0x34214a(0x187)](new Set([_0x4ecfc5]));});return this[_0x510750(0x22e)](_0xc1037a,_0x510750(0x207),()=>{const _0x27c151=_0x510750;this[_0x27c151(0x289)](_0x48c1d8,{'state':_0x27c151(0x26b)});},{'priority':_0x510750(0x16c)}),this[_0x510750(0x22e)](_0xc1037a,_0x510750(0x1d4),()=>{const _0x20a12a=_0x510750;this[_0x20a12a(0x289)](_0x48c1d8,{'state':_0x20a12a(0x2dc)});},{'priority':_0x510750(0x16c)}),this[_0x510750(0x1f2)][_0x510750(0x21e)](_0x48c1d8,_0xc1037a),this[_0x510750(0x280)][_0x510750(0x21e)](_0xc1037a,_0x510750(0x1bd)),_0xc1037a;}[_0x4dc9d7(0x254)](_0x4d4d1f){const _0x15bde3=_0x4dc9d7,_0x779e3f=_0x4d4d1f[_0x15bde3(0x29d)](':');return{'group':_0x779e3f[0x0],'type':_0x779e3f[0x1],'subType':_0x779e3f[_0x15bde3(0x167)]>=0x5?_0x779e3f[0x2]:null,'id':_0x779e3f[_0x15bde3(0x167)]<0x5?_0x779e3f[0x2]:_0x779e3f[0x3],'authorId':_0x779e3f[_0x15bde3(0x167)]<0x5?_0x779e3f[0x3]:_0x779e3f[0x4],'markerCount':0x6==_0x779e3f[_0x15bde3(0x167)]?_0x779e3f[0x5]:null};}[_0x4dc9d7(0x24e)](_0x3e3f2c,_0x4d1068,_0x4b1dc8){const _0x235e8c=_0x4dc9d7,_0x3c5255=_0x3e3f2c[_0x235e8c(0x2c6)](),_0x4d3131=_0x3c5255[_0x235e8c(0x1fb)],_0x245db6=_0x3c5255[_0x235e8c(0x290)];this[_0x235e8c(0x2a9)](_0x3e3f2c,this[_0x235e8c(0x1ec)][_0x235e8c(0x283)](_0x4d3131,_0x4d1068));const _0x42482e=_0x2d1077(),_0x3fdcee=_0x3e3f2c[_0x235e8c(0x1e8)]['id'],_0x47b08c=_0x3e3f2c[_0x235e8c(0x2cd)]+(_0x3e3f2c[_0x235e8c(0x215)]?':'+_0x3e3f2c[_0x235e8c(0x215)]:'');this[_0x235e8c(0x1f0)]({'id':_0x42482e,'type':_0x47b08c,'createdAt':new Date(),'authorId':_0x3fdcee,'originalSuggestionId':_0x3e3f2c['id'],'attributes':_0x3e3f2c[_0x235e8c(0x2df)],'data':_0x3e3f2c[_0x235e8c(0x2a7)]});const _0x26c277=this[_0x235e8c(0x15a)](_0x3e3f2c);(_0x235e8c(0x152)==_0x3e3f2c[_0x235e8c(0x2cd)]||_0x26c277&&this[_0x235e8c(0x27a)](_0x26c277))&&(_0x4b1dc8=this[_0x235e8c(0x1ec)][_0x235e8c(0x225)](_0x4b1dc8[_0x235e8c(0x174)])),this[_0x235e8c(0x205)](_0x47b08c,_0x42482e,_0x3fdcee,this[_0x235e8c(0x1ec)][_0x235e8c(0x283)](_0x4b1dc8,_0x245db6));}[_0x4dc9d7(0x2d5)](_0x421a4b,_0x405b27=null){const _0x3b0180=_0x4dc9d7,_0x53f6b9=[],_0x523f62=this[_0x3b0180(0x193)][_0x3b0180(0x285)][_0x3b0180(0x266)](_0x3b0180(0x172))['me'];Array[_0x3b0180(0x185)](_0x421a4b)||(_0x421a4b=[_0x421a4b]);for(const _0x109f1f of this[_0x3b0180(0x2cc)]()){if(!_0x109f1f[_0x3b0180(0x206)])continue;if(_0x405b27&&_0x109f1f[_0x3b0180(0x2cd)]!=_0x405b27)continue;let _0x3828fb=!0x1;for(const _0x38eb1e of _0x109f1f[_0x3b0180(0x1ba)]()){for(const _0x5f3c47 of _0x421a4b){const _0x4ad2fa=_0x5f3c47[_0x3b0180(0x1fb)][_0x3b0180(0x2e3)](_0x38eb1e[_0x3b0180(0x290)])||_0x5f3c47[_0x3b0180(0x290)][_0x3b0180(0x2e3)](_0x38eb1e[_0x3b0180(0x1fb)]);if(_0x4ad2fa||_0x5f3c47[_0x3b0180(0x1e0)](_0x38eb1e)){const _0x164a53=_0x5f3c47[_0x3b0180(0x1a8)](_0x38eb1e)&&Rt(this[_0x3b0180(0x1ec)][_0x3b0180(0x1a9)],_0x38eb1e[_0x3b0180(0x1fb)],_0x5f3c47),_0x3539b1=_0x38eb1e[_0x3b0180(0x1a8)](_0x5f3c47)&&Rt(this[_0x3b0180(0x1ec)][_0x3b0180(0x1a9)],_0x5f3c47[_0x3b0180(0x1fb)],_0x38eb1e);_0x53f6b9[_0x3b0180(0x255)]({'suggestion':_0x109f1f,'meta':{'isOwn':_0x523f62==_0x109f1f[_0x3b0180(0x1d3)],'isNextTo':_0x4ad2fa,'isInsideObject':_0x164a53,'containsRangeInObject':_0x3539b1}}),_0x3828fb=!0x0;break;}}if(_0x3828fb)break;}}return _0x53f6b9;}[_0x4dc9d7(0x205)](_0x83f6e4,_0x3be430,_0x313910,_0x18f428,_0x2c0b49){const _0x4e12b1=_0x4dc9d7;this[_0x4e12b1(0x1ec)][_0x4e12b1(0x2b3)](_0x5bd2d8=>{const _0x3ff2e4=_0x4e12b1;let _0x594381=_0x3ff2e4(0x202)+_0x83f6e4+':'+_0x3be430+':'+_0x313910;_0x2c0b49&&(_0x594381=_0x594381+':'+_0x2c0b49),_0x5bd2d8[_0x3ff2e4(0x14d)](_0x594381,{'range':_0x18f428,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x4dc9d7(0x2a4)](_0x346535){const _0x281860=_0x4dc9d7,_0x1abf9b=_0x346535[_0x281860(0x2d6)],_0x3cdd2=_0x346535[_0x281860(0x160)];_0x346535[_0x281860(0x2d6)]=null,_0x346535[_0x281860(0x160)]=null,null!=_0x1abf9b&&_0x1abf9b[_0x281860(0x160)]==_0x346535&&(_0x1abf9b[_0x281860(0x160)]=_0x3cdd2),null!=_0x3cdd2&&_0x3cdd2[_0x281860(0x2d6)]==_0x346535&&(_0x3cdd2[_0x281860(0x2d6)]=_0x1abf9b),_0x281860(0x27d)==this[_0x281860(0x280)][_0x281860(0x266)](_0x346535)&&(this[_0x281860(0x280)][_0x281860(0x21e)](_0x346535,_0x281860(0x256)),this[_0x281860(0x26a)](_0x281860(0x284),_0x346535,_0x1abf9b,_0x3cdd2));}[_0x4dc9d7(0x1f0)](_0x35904e){const _0x37b81b=_0x4dc9d7,_0x5e1ef8=_0x35904e['id'],_0x112ad1=this[_0x37b81b(0x179)](_0x35904e);if(this[_0x37b81b(0x1a6)]&&this[_0x37b81b(0x1a6)][_0x37b81b(0x18f)]){const _0x141fb5=this[_0x37b81b(0x193)][_0x37b81b(0x285)][_0x37b81b(0x266)](_0x37b81b(0x1ad)),_0x302222=_0x112ad1[_0x37b81b(0x1d1)],_0x351f10=_0x112ad1[_0x37b81b(0x215)]?_0x112ad1[_0x37b81b(0x2cd)]+':'+_0x112ad1[_0x37b81b(0x215)]:_0x112ad1[_0x37b81b(0x2cd)],_0x3da6f7=this[_0x37b81b(0x193)][_0x37b81b(0x1dc)],_0x357dde=_0x141fb5[_0x37b81b(0x221)](_0x43dc6d(_0x3da6f7,_0x37b81b(0x203))),_0x7faf={'id':_0x5e1ef8,'type':_0x351f10,'hasComments':_0x302222,'data':_0x35904e[_0x37b81b(0x2a7)]||null,'originalSuggestionId':_0x35904e[_0x37b81b(0x288)]||null,'attributes':_0x112ad1[_0x37b81b(0x2df)]};this[_0x37b81b(0x1a6)][_0x37b81b(0x18f)](_0x7faf)[_0x37b81b(0x19b)](_0x20f16a=>{const _0x2599dc=_0x37b81b;_0x112ad1[_0x2599dc(0x275)]=!0x0,_0x141fb5[_0x2599dc(0x188)](_0x357dde),_0x20f16a&&_0x20f16a[_0x2599dc(0x132)]&&(this[_0x2599dc(0x1f2)][_0x2599dc(0x266)](_0x5e1ef8)[_0x2599dc(0x132)]=_0x20f16a[_0x2599dc(0x132)]);})[_0x37b81b(0x276)](_0x1d23f8=>{const _0x427950=_0x37b81b;throw _0x80f80b(_0x427950(0x293)),this[_0x427950(0x193)][_0x427950(0x2c2)][_0x427950(0x246)]({'isUndoable':!0x1},()=>{const _0x1d3598=_0x427950;_0x112ad1[_0x1d3598(0x1d4)]();}),_0x112ad1[_0x427950(0x22f)](),this[_0x427950(0x1f2)][_0x427950(0x208)](_0x112ad1['id']),this[_0x427950(0x280)][_0x427950(0x208)](_0x112ad1),_0x1d23f8;});}return _0x112ad1;}[_0x4dc9d7(0x27a)](_0x2e8e22){const _0x4c0a70=_0x4dc9d7;return this[_0x4c0a70(0x2a5)][_0x4c0a70(0x164)](_0x2e8e22);}[_0x4dc9d7(0x289)](_0x1b6b53,_0x5aae4a){const _0x4de7ef=_0x4dc9d7,_0x2d474f=this[_0x4de7ef(0x193)][_0x4de7ef(0x285)][_0x4de7ef(0x266)](_0x4de7ef(0x1ad)),_0x5dbcba=this[_0x4de7ef(0x175)](_0x1b6b53);if(this[_0x4de7ef(0x1a6)]&&this[_0x4de7ef(0x1a6)][_0x4de7ef(0x18a)]){if(_0x5dbcba[_0x4de7ef(0x275)]){const _0x3a52c7=_0x2d474f[_0x4de7ef(0x221)](_0x43dc6d(this[_0x4de7ef(0x193)][_0x4de7ef(0x1dc)],_0x4de7ef(0x203)));this[_0x4de7ef(0x1a6)][_0x4de7ef(0x18a)](_0x1b6b53,_0x5aae4a)[_0x4de7ef(0x19b)](()=>{const _0x2594b9=_0x4de7ef;_0x2d474f[_0x2594b9(0x188)](_0x3a52c7);});}else _0x5dbcba['on'](_0x4de7ef(0x1da),()=>{const _0x3b5577=_0x4de7ef;this[_0x3b5577(0x289)](_0x1b6b53,_0x5aae4a);});}}[_0x4dc9d7(0x248)](_0x348645){const _0x114699=_0x4dc9d7;if(!this[_0x114699(0x1a6)]||!this[_0x114699(0x1a6)][_0x114699(0x175)])throw new _0x4b73fc(_0x114699(0x2ba),this);return this[_0x114699(0x1a6)][_0x114699(0x175)](_0x348645);}[_0x4dc9d7(0x189)](_0x4c74d2){const _0x22132f=_0x4dc9d7,{id:_0x42e386,type:_0x394e51,subType:_0x2190fc,authorId:_0x5686bd}=this[_0x22132f(0x254)](_0x4c74d2),_0x414172=this[_0x22132f(0x1f2)][_0x22132f(0x266)](_0x42e386)||this[_0x22132f(0x1b8)](_0x394e51,_0x2190fc,_0x42e386,_0x5686bd,{});switch(this[_0x22132f(0x171)](_0x414172,_0x394e51,_0x2190fc,_0x5686bd),this[_0x22132f(0x280)][_0x22132f(0x266)](_0x414172)){case _0x22132f(0x1bd):this[_0x22132f(0x248)](_0x42e386)[_0x22132f(0x19b)](_0x5d856=>{const _0x1ebd95=_0x22132f;let _0x405d77=Promise[_0x1ebd95(0x1b2)]();_0x5d856[_0x1ebd95(0x1d1)]&&(_0x405d77=this[_0x1ebd95(0x2cf)][_0x1ebd95(0x25c)]({'channelId':this[_0x1ebd95(0x193)][_0x1ebd95(0x299)][_0x1ebd95(0x266)](_0x1ebd95(0x1d9)),'threadId':_0x42e386})),_0x405d77[_0x1ebd95(0x19b)](()=>{const _0x5a79c7=_0x1ebd95;this[_0x5a79c7(0x179)](_0x5d856)[_0x5a79c7(0x275)]=!0x0;});}),this[_0x22132f(0x280)][_0x22132f(0x21e)](_0x414172,_0x22132f(0x216));break;case _0x22132f(0x256):this[_0x22132f(0x289)](_0x42e386,{'state':_0x22132f(0x1ac)});case _0x22132f(0x1f8):this[_0x22132f(0x280)][_0x22132f(0x21e)](_0x414172,_0x22132f(0x27d)),this[_0x22132f(0x26a)](_0x22132f(0x2d2),_0x414172);break;case _0x22132f(0x27d):this[_0x22132f(0x26a)](_0x22132f(0x2ae),_0x414172);}return _0x414172[_0x22132f(0x161)](_0x4c74d2),_0x414172;}[_0x4dc9d7(0x187)](_0x53a53d){const _0x51f5d4=_0x4dc9d7,_0x3feefc=Array[_0x51f5d4(0x239)](_0x53a53d),_0x4cb4b1=_0x3feefc[_0x51f5d4(0x2a6)](_0x5c39ad=>_0x51f5d4(0x25b)==_0x5c39ad[_0x51f5d4(0x2cd)]);this[_0x51f5d4(0x17d)](_0x4cb4b1);const _0x4d46a0=_0x3feefc[_0x51f5d4(0x2a6)](_0x45fce8=>!_0x45fce8[_0x51f5d4(0x1c4)]&&_0x51f5d4(0x25b)!=_0x45fce8[_0x51f5d4(0x2cd)]),_0x22bfe5=this[_0x51f5d4(0x2cc)]({'skipNotAttached':!0x0})[_0x51f5d4(0x2a6)](_0x436ca3=>!_0x436ca3[_0x51f5d4(0x1c4)]&&_0x51f5d4(0x25b)!=_0x436ca3[_0x51f5d4(0x2cd)]),_0x24c305=_0x22bfe5[_0x51f5d4(0x2a6)](_0x209ddf=>!_0x53a53d[_0x51f5d4(0x164)](_0x209ddf)),_0x156cf4=new Map(_0x22bfe5[_0x51f5d4(0x2d8)](_0x1471be=>[_0x1471be,this[_0x51f5d4(0x2d3)][_0x51f5d4(0x28f)](_0x1471be[_0x51f5d4(0x2cd)],_0x1471be[_0x51f5d4(0x215)],_0x51f5d4(0x2a0))])),_0x1b9304=new Map(_0x22bfe5[_0x51f5d4(0x2d8)](_0x32f733=>[_0x32f733,_0x32f733[_0x51f5d4(0x2c6)]()])),_0x119597=new Set(),_0x89da82=new Set();for(let _0x316342=0x0;_0x316342<_0x4d46a0[_0x51f5d4(0x167)];_0x316342++)_0x584124(_0x4d46a0[_0x316342],_0x4d46a0,_0x316342+0x1);for(let _0x155718=0x0;_0x155718<_0x4d46a0[_0x51f5d4(0x167)];_0x155718++)_0x584124(_0x4d46a0[_0x155718],_0x24c305,0x0);const _0x25c861=new Set();for(let _0x356675=0x0;_0x356675<_0x4d46a0[_0x51f5d4(0x167)];_0x356675++){const _0x5f14da=_0x4d46a0[_0x356675];!_0x89da82[_0x51f5d4(0x164)](_0x5f14da)&&_0x5f14da[_0x51f5d4(0x2d6)]&&(_0x25c861[_0x51f5d4(0x221)](_0x5f14da[_0x51f5d4(0x2d6)]),_0x5f14da[_0x51f5d4(0x2d6)][_0x51f5d4(0x160)]===_0x5f14da&&(_0x5f14da[_0x51f5d4(0x2d6)][_0x51f5d4(0x160)]=null),_0x5f14da[_0x51f5d4(0x2d6)]=null),!_0x119597[_0x51f5d4(0x164)](_0x5f14da)&&_0x5f14da[_0x51f5d4(0x160)]&&(_0x25c861[_0x51f5d4(0x221)](_0x5f14da[_0x51f5d4(0x160)]),_0x5f14da[_0x51f5d4(0x160)][_0x51f5d4(0x2d6)]===_0x5f14da&&(_0x5f14da[_0x51f5d4(0x160)][_0x51f5d4(0x2d6)]=null),_0x5f14da[_0x51f5d4(0x160)]=null);}function _0x584124(_0x2a7bd4,_0x520445,_0x1c848f){const _0x34110a=_0x51f5d4;for(let _0x40ab3f=_0x1c848f;_0x40ab3f<_0x520445[_0x34110a(0x167)];_0x40ab3f++){const _0x57b97e=_0x5e78af(_0x2a7bd4,_0x520445[_0x40ab3f]);_0x57b97e&&(_0x57b97e[0x0][_0x34110a(0x160)]=_0x57b97e[0x1],_0x57b97e[0x1][_0x34110a(0x2d6)]=_0x57b97e[0x0],_0x119597[_0x34110a(0x221)](_0x57b97e[0x0]),_0x89da82[_0x34110a(0x221)](_0x57b97e[0x1]));}}function _0x5e78af(_0x2f1aef,_0x399f63){const _0x133401=_0x51f5d4;if(_0x2f1aef[_0x133401(0x1d3)]['id']!==_0x399f63[_0x133401(0x1d3)]['id'])return null;const _0x1a16c9=_0x156cf4[_0x133401(0x266)](_0x2f1aef)(_0x2f1aef,_0x399f63,_0x1b9304[_0x133401(0x266)](_0x2f1aef),_0x1b9304[_0x133401(0x266)](_0x399f63));if(!_0x1a16c9)return null;return _0x156cf4[_0x133401(0x266)](_0x399f63)(_0x2f1aef,_0x399f63,_0x1b9304[_0x133401(0x266)](_0x2f1aef),_0x1b9304[_0x133401(0x266)](_0x399f63))?_0x1a16c9[0x1][_0x133401(0x269)]&&_0x1a16c9[0x1][_0x133401(0x269)][_0x133401(0x167)]?null:_0x1a16c9:null;}_0x25c861[_0x51f5d4(0x22a)]&&this[_0x51f5d4(0x187)](_0x25c861);}[_0x4dc9d7(0x17d)](_0x261f62){const _0x3f493b=_0x4dc9d7;if(0x0==_0x261f62[_0x3f493b(0x167)])return;const _0x18b95c=this[_0x3f493b(0x2cc)]({'skipNotAttached':!0x0})[_0x3f493b(0x2a6)](_0x50f34c=>_0x3f493b(0x25b)==_0x50f34c[_0x3f493b(0x2cd)]&&_0x50f34c[_0x3f493b(0x2c8)]),_0x1e5843=[],_0x5ad85d=new Map();for(const _0x474b37 of _0x18b95c){const _0x33fac5=_0x477f1f(_0x474b37[_0x3f493b(0x2df)]);_0x5ad85d[_0x3f493b(0x164)](_0x33fac5)||(_0x5ad85d[_0x3f493b(0x21e)](_0x33fac5,_0x1e5843[_0x3f493b(0x167)]),_0x1e5843[_0x3f493b(0x255)]([]));const _0x45f9ef=_0x5ad85d[_0x3f493b(0x266)](_0x33fac5);_0x1e5843[_0x45f9ef][_0x3f493b(0x255)](_0x474b37);}!(function(){const _0xbbd17d=_0x3f493b;_0x1e5843[_0xbbd17d(0x27e)]((_0x5b93ac,_0x141673)=>{const _0x4844f2=_0xbbd17d,_0x238c77=_0x5b93ac[0x0][_0x4844f2(0x132)],_0x328eed=_0x141673[0x0][_0x4844f2(0x132)];return _0x238c77==_0x328eed?_0x5b93ac[0x0][_0x4844f2(0x2df)][_0x4844f2(0x2c7)]<_0x141673[0x0][_0x4844f2(0x2df)][_0x4844f2(0x2c7)]?-0x1:0x1:_0x238c77<_0x328eed?-0x1:0x1;});for(const _0x593944 of _0x1e5843)_0x593944[_0xbbd17d(0x27e)]((_0x3b6b83,_0x1ed618)=>_0x3b6b83['id']<_0x1ed618['id']?-0x1:0x1);}());for(let _0x46fc7e=0x0;_0x46fc7e<_0x1e5843[_0x3f493b(0x167)];_0x46fc7e++){if(0x0==_0x1e5843[_0x46fc7e][_0x3f493b(0x167)])continue;const _0x2987e0=[];for(let _0x34f8af=_0x46fc7e+0x1;_0x34f8af<_0x1e5843[_0x3f493b(0x167)];_0x34f8af++)0x0!=_0x1e5843[_0x34f8af][_0x3f493b(0x167)]&&_0x9a31ea(_0x1e5843[_0x46fc7e],_0x1e5843[_0x34f8af])&&_0x2987e0[_0x3f493b(0x255)](_0x34f8af);for(const _0xcf4c8e of _0x2987e0)_0x1e5843[_0x46fc7e]=_0x1e5843[_0x46fc7e][_0x3f493b(0x29a)](_0x1e5843[_0xcf4c8e]),_0x1e5843[_0xcf4c8e]=[];}for(const _0x36a1ea of _0x1e5843)for(let _0x16bca0=0x0;_0x16bca0<_0x36a1ea[_0x3f493b(0x167)];_0x16bca0++)_0x36a1ea[_0x16bca0][_0x3f493b(0x160)]=_0x36a1ea[_0x16bca0+0x1]||null;for(const _0x53cbb1 of _0x1e5843)for(let _0x1f5830=0x0;_0x1f5830<_0x53cbb1[_0x3f493b(0x167)];_0x1f5830++)_0x53cbb1[_0x1f5830][_0x3f493b(0x2d6)]=_0x53cbb1[_0x1f5830-0x1]||null;function _0x9a31ea(_0xa0fa1f,_0x5f3d0f){const _0xc49892=_0x3f493b;if(_0xa0fa1f[0x0][_0xc49892(0x2df)][_0xc49892(0x2c7)]!==_0x5f3d0f[0x0][_0xc49892(0x2df)][_0xc49892(0x2c7)]&&_0xa0fa1f[0x0][_0xc49892(0x1d3)]!==_0x5f3d0f[0x0][_0xc49892(0x1d3)])return!0x1;if(!function(_0x37cf66,_0xd8178a){const _0x15a134=_0xc49892;if(!_0x37cf66[_0x15a134(0x1d1)]&&!_0xd8178a[_0x15a134(0x1d1)])return!0x0;if(_0x37cf66[_0x15a134(0x1d1)]&&_0xd8178a[_0x15a134(0x1d1)])return!0x1;if(_0x37cf66[_0x15a134(0x1d1)]&&_0xd8178a[_0x15a134(0x132)]<_0x37cf66[_0x15a134(0x269)][_0x15a134(0x2b5)][_0x15a134(0x266)](0x0)[_0x15a134(0x132)])return!0x0;if(_0xd8178a[_0x15a134(0x1d1)]&&_0x37cf66[_0x15a134(0x132)]<_0xd8178a[_0x15a134(0x269)][_0x15a134(0x2b5)][_0x15a134(0x266)](0x0)[_0x15a134(0x132)])return!0x0;return!0x1;}(_0xa0fa1f[0x0],_0x5f3d0f[0x0]))return!0x1;const _0xc7c3e0=_0x3184ca(_0xa0fa1f[0x0][_0xc49892(0x2df)],_0xc49892(0x2c7)),_0x2de5cb=_0x3184ca(_0x5f3d0f[0x0][_0xc49892(0x2df)],_0xc49892(0x2c7));if(!_0x2b856f(_0xc7c3e0,_0x2de5cb))return!0x1;return!!_0xa0fa1f[_0xc49892(0x134)](_0x3ec9b8=>_0x5f3d0f[_0xc49892(0x142)](_0x7d5b79=>_0x3ec9b8[_0xc49892(0x2c6)]()[_0xc49892(0x2e3)](_0x7d5b79[_0xc49892(0x2c6)]())))&&_0x5f3d0f[_0xc49892(0x134)](_0x1ab08a=>_0xa0fa1f[_0xc49892(0x142)](_0x21e9f6=>_0x1ab08a[_0xc49892(0x2c6)]()[_0xc49892(0x2e3)](_0x21e9f6[_0xc49892(0x2c6)]())));}}[_0x4dc9d7(0x218)](_0x2fd925){const _0x1fce44=_0x4dc9d7,_0x3c380e=Array[_0x1fce44(0x239)](_0x2fd925),_0x2a1f8e=this[_0x1fce44(0x2cc)]({'skipNotAttached':!0x0}),_0x2fd38e=_0x2a1f8e[_0x1fce44(0x2a6)](_0x4b2573=>!_0x2fd925[_0x1fce44(0x164)](_0x4b2573)),_0x18d33b=new Map(_0x3c380e[_0x1fce44(0x2d8)](_0x438b7c=>[_0x438b7c,this[_0x1fce44(0x2d3)][_0x1fce44(0x28f)](_0x438b7c[_0x1fce44(0x2cd)],_0x438b7c[_0x1fce44(0x215)],_0x1fce44(0x20c))])),_0x33898a=new Map(_0x2a1f8e[_0x1fce44(0x2d8)](_0x1c9acd=>[_0x1c9acd,_0x1c9acd[_0x1fce44(0x1ba)]()]));for(let _0x3e2094=0x0;_0x3e2094<_0x3c380e[_0x1fce44(0x167)];_0x3e2094++){if(_0x4aa531(this,_0x3c380e[_0x3e2094],_0x3c380e,_0x3e2094+0x1))return!0x0;}for(let _0x44ba64=0x0;_0x44ba64<_0x3c380e[_0x1fce44(0x167)];_0x44ba64++){if(_0x4aa531(this,_0x3c380e[_0x44ba64],_0x2fd38e,0x0))return!0x0;}return!0x1;function _0x4aa531(_0x234236,_0x5b2c83,_0x473e27,_0x56346e){const _0x184b92=_0x1fce44;for(let _0x2ecdda=_0x56346e;_0x2ecdda<_0x473e27[_0x184b92(0x167)];_0x2ecdda++){const _0x3f85bd=_0x473e27[_0x2ecdda];if(_0x3f85bd[_0x184b92(0x2cd)]!==_0x5b2c83[_0x184b92(0x2cd)]||_0x3f85bd[_0x184b92(0x1d3)]['id']!==_0x5b2c83[_0x184b92(0x1d3)]['id']||_0x3f85bd[_0x184b92(0x215)]!==_0x5b2c83[_0x184b92(0x215)])continue;if(!Pt(_0x5b2c83,_0x3f85bd,[_0x184b92(0x2c7)]))continue;if(_0x184b92(0x25b)==_0x5b2c83[_0x184b92(0x2cd)]&&_0x5b2c83[_0x184b92(0x2a7)][_0x184b92(0x211)]!=_0x3f85bd[_0x184b92(0x2a7)][_0x184b92(0x211)])continue;if(_0x184b92(0x25b)==_0x5b2c83[_0x184b92(0x2cd)]&&_0x234236[_0x184b92(0x27a)](_0x5b2c83[_0x184b92(0x2a7)][_0x184b92(0x230)]))continue;if(_0x184b92(0x152)==_0x5b2c83[_0x184b92(0x2cd)]){const _0x5f25c7=_0x234236[_0x184b92(0x193)][_0x184b92(0x2c2)],_0x583615=_0x5b2c83[_0x184b92(0x27c)]();if(_0x583615&&(_0x5f25c7[_0x184b92(0x1a9)][_0x184b92(0x2c4)](_0x583615)||_0x5f25c7[_0x184b92(0x1a9)][_0x184b92(0x21a)](_0x583615)))continue;}const _0x4cb11e=_0x18d33b[_0x184b92(0x266)](_0x5b2c83),_0xe7587a=_0x33898a[_0x184b92(0x266)](_0x5b2c83),_0x35616e=_0x33898a[_0x184b92(0x266)](_0x3f85bd),_0x298131=_0x5b2c83[_0x184b92(0x269)]&&_0x5b2c83[_0x184b92(0x269)][_0x184b92(0x167)],_0x5b30c8=_0x3f85bd[_0x184b92(0x269)]&&_0x3f85bd[_0x184b92(0x269)][_0x184b92(0x167)];if(!_0x298131&&_0x4cb11e(_0x35616e,_0xe7587a))return _0x234236[_0x184b92(0x2ad)](_0x3f85bd,_0x5b2c83),_0x33898a[_0x184b92(0x208)](_0x5b2c83),!0x0;if(!_0x5b30c8&&_0x4cb11e(_0xe7587a,_0x35616e))return _0x234236[_0x184b92(0x2ad)](_0x5b2c83,_0x3f85bd),_0x33898a[_0x184b92(0x208)](_0x3f85bd),!0x0;}return!0x1;}}[_0x4dc9d7(0x2ad)](_0x319825,_0x58e1f8){const _0x3f9730=_0x4dc9d7;if(_0x319825[_0x3f9730(0x1c4)]){for(const _0x206421 of _0x58e1f8[_0x3f9730(0x1ba)]())_0x319825[_0x3f9730(0x257)](_0x206421);}else{const _0x503335=_0x58e1f8[_0x3f9730(0x2c6)]()[_0x3f9730(0x290)];this[_0x3f9730(0x2a9)](_0x319825,this[_0x3f9730(0x1ec)][_0x3f9730(0x283)](_0x319825[_0x3f9730(0x2c6)]()[_0x3f9730(0x1fb)],_0x503335));}_0x58e1f8[_0x3f9730(0x15b)]();}[_0x4dc9d7(0x163)](_0x27cb11,_0x442387){const _0x271d2b=_0x4dc9d7,_0x1fe2a7=_0x27cb11[_0x271d2b(0x2b6)](_0x271d2b(0x1ef))||_0x27cb11[_0x271d2b(0x2b6)](_0x271d2b(0x25b))?_0x271d2b(0x1ab):_0x27cb11[_0x271d2b(0x1de)]();return _0x43dc6d(this[_0x271d2b(0x193)][_0x271d2b(0x1dc)],_0x442387+'_'+_0x1fe2a7+_0x271d2b(0x2db));}[_0x4dc9d7(0x150)](){const _0x28572b=_0x4dc9d7,_0x386807=this[_0x28572b(0x193)];if(!_0x386807['ui'])return;const {ariaLiveAnnouncer:_0x2c1985}=_0x386807['ui'];_0x83164f(this[_0x28572b(0x1ec)],({left:_0xf9c83c,entered:_0x485bae})=>{const _0x27a36d=_0x28572b;for(const _0xbd5e34 of _0xf9c83c){const {group:_0xdf9f27,type:_0x7ab691}=this[_0x27a36d(0x254)](_0xbd5e34[_0x27a36d(0x1e2)]);if(_0x27a36d(0x1ed)===_0xdf9f27){_0x2c1985[_0x27a36d(0x26c)](this[_0x27a36d(0x163)](_0x7ab691,_0x27a36d(0x2dd)));break;}}for(const _0x2fb6ca of _0x485bae){const {group:_0xc3210d,type:_0x31f453}=this[_0x27a36d(0x254)](_0x2fb6ca[_0x27a36d(0x1e2)]);if(_0x27a36d(0x1ed)===_0xc3210d){_0x2c1985[_0x27a36d(0x26c)](this[_0x27a36d(0x163)](_0x31f453,_0x27a36d(0x1c2)));break;}}});}[_0x4dc9d7(0x209)](_0x3ee014){const _0x1223ab=_0x4dc9d7;if(this[_0x1223ab(0x223)])return!0x1;const _0x160e04=this[_0x1223ab(0x193)],_0x56676c=_0x160e04[_0x1223ab(0x2c2)][_0x1223ab(0x15d)][_0x1223ab(0x291)][_0x1223ab(0x1b0)]();if(0x0==_0x56676c[_0x1223ab(0x167)])return!0x1;const _0x140782=[],_0x39d378=_0x56676c[_0x1223ab(0x2a6)](_0x10060a=>_0x1223ab(0x25b)==_0x10060a[_0x1223ab(0x2cd)]),_0x3f8677=_0x56676c[_0x1223ab(0x2a6)](_0x20650e=>_0x1223ab(0x24f)==_0x20650e[_0x1223ab(0x2cd)]&&_0x1223ab(0x1b4)!=_0x20650e[_0x1223ab(0x1e2)]),_0x27f48f=_0x56676c[_0x1223ab(0x2a6)](_0x2873f5=>_0x1223ab(0x188)==_0x2873f5[_0x1223ab(0x2cd)]&&_0x1223ab(0x1b4)!=_0x2873f5[_0x1223ab(0x1e2)]);for(const _0x39fc9f of _0x39d378)_0x140782[_0x1223ab(0x255)]({'key':_0x39fc9f[_0x1223ab(0x157)],'newValue':_0x39fc9f[_0x1223ab(0x141)],'oldValue':_0x39fc9f[_0x1223ab(0x18d)],'range':Ot(_0x39fc9f[_0x1223ab(0x23a)],_0x160e04[_0x1223ab(0x2c2)])});for(const _0x1b21ce of _0x3f8677){const _0x57ea7d=_0x27f48f[_0x1223ab(0x1e9)](_0xcc0722=>_0xcc0722[_0x1223ab(0x173)][_0x1223ab(0x2e3)](_0x1b21ce[_0x1223ab(0x173)]));_0x57ea7d&&_0x140782[_0x1223ab(0x255)]({'key':_0x1223ab(0x229),'newValue':_0x1b21ce[_0x1223ab(0x1e2)],'oldValue':_0x57ea7d[_0x1223ab(0x1e2)],'range':_0x160e04[_0x1223ab(0x2c2)][_0x1223ab(0x17e)](_0x1b21ce[_0x1223ab(0x173)][_0x1223ab(0x183)])});}return 0x0!=_0x140782[_0x1223ab(0x167)]&&this[_0x1223ab(0x298)](_0x3ee014,_0x140782);}[_0x4dc9d7(0x214)](_0x372c0c){const _0x17b179=_0x4dc9d7;let _0x2369d3=!0x1;const _0x489d29=this[_0x17b179(0x193)][_0x17b179(0x2c2)][_0x17b179(0x15d)][_0x17b179(0x291)][_0x17b179(0x2d1)]()[_0x17b179(0x2a6)](_0x437f7f=>_0x437f7f[_0x17b179(0x2a7)][_0x17b179(0x1cf)]&&_0x437f7f[_0x17b179(0x1e2)][_0x17b179(0x2b6)](_0x17b179(0x17c)));for(const _0x2c8957 of _0x489d29){const {subType:_0x1ac203,id:_0x586efe}=this[_0x17b179(0x254)](_0x2c8957[_0x17b179(0x1e2)]),_0x3b86a8=_0x1ac203[_0x17b179(0x29d)]('|')[0x0];for(const _0x204725 of this[_0x17b179(0x2cc)]({'skipNotAttached':!0x0}))_0x204725['id']!=_0x586efe&&_0x17b179(0x25b)==_0x204725[_0x17b179(0x2cd)]&&_0x204725[_0x17b179(0x2a7)]&&_0x204725[_0x17b179(0x2a7)][_0x17b179(0x230)]==_0x3b86a8&&_0x204725[_0x17b179(0x2c6)]()[_0x17b179(0x17f)](_0x2c8957[_0x17b179(0x2a7)][_0x17b179(0x1cf)])&&(this[_0x17b179(0x29b)](_0x204725,_0x2c8957[_0x17b179(0x2a7)][_0x17b179(0x1cf)],_0x372c0c),_0x2369d3=!0x0);}return _0x2369d3;}[_0x4dc9d7(0x25e)](_0x1ae550){const _0x371378=_0x4dc9d7;this[_0x371378(0x193)],(this[_0x371378(0x223)]=!0x0,_0x1ae550());}[_0x4dc9d7(0x159)](_0x1503fe){const _0xc4cb1a=_0x4dc9d7,_0x3c7e2d=this[_0xc4cb1a(0x27a)](_0x1503fe),_0x4b5209=this[_0xc4cb1a(0x28d)][_0xc4cb1a(0x164)](_0x1503fe);return _0x3c7e2d||_0x4b5209;}[_0x4dc9d7(0x298)](_0x290dd5,_0x1ee799){const _0x3e083a=_0x4dc9d7;if(0x0==_0x1ee799[_0x3e083a(0x167)])return!0x1;let _0x3d8055=!0x1;for(const _0x354aa5 of _0x1ee799){const _0x5e2149=this[_0x3e083a(0x2d5)](_0x354aa5[_0x3e083a(0x23a)],_0x3e083a(0x25b))[_0x3e083a(0x2a6)](_0x4fd7b1=>!_0x4fd7b1[_0x3e083a(0x2bf)][_0x3e083a(0x21b)])[_0x3e083a(0x2d8)](_0x5ac927=>_0x5ac927[_0x3e083a(0x1ed)]),_0x1edf44=_0x477f1f({'newValue':_0x354aa5[_0x3e083a(0x1e7)]});_0x5e2149[_0x3e083a(0x2a6)](_0xc4b64f=>{const _0x3312a2=_0x3e083a,[_0x44dc9c,_0x441aa8]=_0xc4b64f[_0x3312a2(0x215)][_0x3312a2(0x29d)]('|');return _0x44dc9c==_0x354aa5[_0x3312a2(0x230)]&&_0x441aa8!=_0x1edf44;})[_0x3e083a(0x2af)](_0x857e72=>{const _0x514765=_0x3e083a;this[_0x514765(0x29b)](_0x857e72,_0x354aa5[_0x514765(0x23a)],_0x290dd5),_0x3d8055=!0x0;});}return _0x3d8055;}[_0x4dc9d7(0x29b)](_0x436afa,_0x316e49,_0x498095){const _0xa6b649=_0x4dc9d7,_0x1d782a=_0x436afa[_0xa6b649(0x2c6)]()[_0xa6b649(0x2b0)](_0x316e49);0x0!==_0x1d782a[_0xa6b649(0x167)]?0x1!==_0x1d782a[_0xa6b649(0x167)]?this[_0xa6b649(0x24e)](_0x436afa,_0x316e49[_0xa6b649(0x1fb)],_0x316e49[_0xa6b649(0x290)]):this[_0xa6b649(0x2a9)](_0x436afa,_0x1d782a[0x0]):_0x498095[_0xa6b649(0x17a)](_0x436afa[_0xa6b649(0x274)]());}}class xt{constructor(_0x2a65a5){const _0x2d9981=_0x4dc9d7;this[_0x2d9981(0x177)]=_0x2a65a5,this[_0x2d9981(0x1ec)]=_0x2a65a5[_0x2d9981(0x2c2)],this[_0x2d9981(0x277)]=new Map(),this[_0x2d9981(0x2b1)]=new Map(),this[_0x2d9981(0x1ae)]();}[_0x4dc9d7(0x13d)](_0xf06d34,_0x5d492a,_0x502a37,_0x334f8f,_0x547fd9,_0x371397){const _0x78ab6c=_0x4dc9d7;return new _0x1bcbe4(this[_0x78ab6c(0x1ec)],{'type':_0xf06d34,'subType':_0x5d492a,'id':_0x502a37,'author':_0x334f8f,'creator':_0x334f8f,'attributes':_0x547fd9,'onAttributesChange':_0x371397,'onAccept':(..._0x2e1b0c)=>this[_0x78ab6c(0x28f)](_0xf06d34,_0x5d492a,_0x78ab6c(0x207))(..._0x2e1b0c),'onDiscard':(..._0x1096cb)=>this[_0x78ab6c(0x28f)](_0xf06d34,_0x5d492a,_0x78ab6c(0x1d4))(..._0x1096cb)});}[_0x4dc9d7(0x24a)](_0x365875,_0x44aa1a,_0x45e031,_0xf67ae0){const _0x51c988=_0x4dc9d7,_0x16eb45=_0x365875+':'+_0x44aa1a+':'+_0x45e031;this[_0x51c988(0x277)][_0x51c988(0x21e)](_0x16eb45,_0xf67ae0);}[_0x4dc9d7(0x28f)](_0xa02101,_0x7e3e35,_0x59064c){const _0x41569a=_0x4dc9d7,_0x2f6d9e=_0xa02101+':'+_0x7e3e35+':'+_0x59064c;return this[_0x41569a(0x277)][_0x41569a(0x266)](_0x2f6d9e)||this[_0x41569a(0x2b1)][_0x41569a(0x266)](_0xa02101+':'+_0x59064c);}[_0x4dc9d7(0x1ae)](){const _0x369b40=_0x4dc9d7,_0x200233=()=>!0x1,_0x14cad7=_0x11b448=>{const _0x3d734c=_0x334a;_0x11b448[_0x3d734c(0x27e)]((_0x1cef5a,_0x34d1dd)=>_0x1cef5a[_0x3d734c(0x1fb)][_0x3d734c(0x28e)](_0x34d1dd[_0x3d734c(0x1fb)])?0x1:-0x1),this[_0x3d734c(0x1ec)][_0x3d734c(0x2b3)](_0x3cb498=>{const _0x58be1f=_0x3d734c;for(const _0xd73748 of _0x11b448){let _0x579c48;_0x579c48=_0xd73748[_0x58be1f(0x290)][_0x58be1f(0x133)]&&_0xd73748[_0x58be1f(0x290)][_0x58be1f(0x174)]==_0xd73748[_0x58be1f(0x1fb)][_0x58be1f(0x183)]?_0x3cb498[_0x58be1f(0x194)](_0xd73748[_0x58be1f(0x1fb)][_0x58be1f(0x183)],'on'):_0x3cb498[_0x58be1f(0x194)](_0xd73748),this[_0x58be1f(0x1ec)][_0x58be1f(0x2a2)](_0x579c48,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x116303=(_0x4d7706,_0x1caa81)=>{const _0x30dba5=_0x334a;_0x1caa81&&this[_0x30dba5(0x1ec)][_0x30dba5(0x2b3)](_0x2fad7f=>{const _0x3bd09c=_0x30dba5,{commandName:_0x24575b,commandParams:_0x3b3faa=[]}=_0x1caa81,_0x2327db=_0x4d7706[_0x3bd09c(0x2d8)](_0x410bd5=>(Tt(_0x410bd5)&&(_0x410bd5=this[_0x3bd09c(0x1ec)][_0x3bd09c(0x283)](_0x410bd5[_0x3bd09c(0x290)])),_0x410bd5))[_0x3bd09c(0x2a6)](_0x284dd9=>_0x3bd09c(0x2c5)!==_0x284dd9[_0x3bd09c(0x2c3)][_0x3bd09c(0x143)]);if(_0x2327db[_0x3bd09c(0x167)]<0x1)return;const _0x2212cf=Array[_0x3bd09c(0x239)](this[_0x3bd09c(0x1ec)][_0x3bd09c(0x15d)][_0x3bd09c(0x184)][_0x3bd09c(0x1ba)]())[_0x3bd09c(0x2d8)](_0x3cb5c5=>_0x5270ce[_0x3bd09c(0x27b)](_0x3cb5c5));_0x2fad7f[_0x3bd09c(0x21c)](_0x2327db);for(const _0x3ec2dc of this[_0x3bd09c(0x177)][_0x3bd09c(0x1cb)][_0x3bd09c(0x1cb)]())_0x3ec2dc[_0x3bd09c(0x282)]();_0x3b3faa[_0x3bd09c(0x255)]({'forceDefaultExecution':!0x0}),this[_0x3bd09c(0x177)][_0x3bd09c(0x261)](_0x24575b,..._0x3b3faa);const _0x36adb3=_0x2212cf[_0x3bd09c(0x2a6)](_0x63e6be=>_0x3bd09c(0x2c5)!=_0x63e6be[_0x3bd09c(0x2c3)][_0x3bd09c(0x143)]);_0x36adb3[_0x3bd09c(0x167)]>0x0&&_0x2fad7f[_0x3bd09c(0x21c)](_0x36adb3);for(const _0x1558b2 of _0x2212cf)_0x1558b2[_0x3bd09c(0x24c)]();});},_0x5869f9=(_0x4e90c4,_0x27dcee)=>0x1==_0x4e90c4[_0x369b40(0x167)]&&0x1==_0x27dcee[_0x369b40(0x167)]&&_0x4e90c4[0x0][_0x369b40(0x290)][_0x369b40(0x2e3)](_0x27dcee[0x0][_0x369b40(0x1fb)]),_0x4ae5fa=(_0x42fee6,_0x38b787,_0x3d2c96,_0x2d7b9d)=>Gt(_0x42fee6,_0x38b787,_0x3d2c96,_0x2d7b9d,this[_0x369b40(0x1ec)])?[_0x42fee6,_0x38b787]:Gt(_0x38b787,_0x42fee6,_0x2d7b9d,_0x3d2c96,this[_0x369b40(0x1ec)])?[_0x38b787,_0x42fee6]:null;this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x16f),_0x200233),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x259),_0x14cad7),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x19c),_0x5869f9),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x2d4),_0x4ae5fa),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x212),_0x14cad7),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x247),_0x200233),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x1e4),_0x5869f9),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x153),_0x4ae5fa),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x286),_0x116303),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x231),_0x200233),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x236),_0x5869f9),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x233),_0x200233),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x1e5),_0x116303),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x1b3),_0x200233),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x1b5),_0x5869f9),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x2aa),_0x200233),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x253),_0x200233),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x25a),(_0x2f755f,_0x320afd)=>{const _0x302d32=_0x369b40;if(!_0x320afd)return;const _0x6b067a=this[_0x302d32(0x177)][_0x302d32(0x285)][_0x302d32(0x266)](p);this[_0x302d32(0x1ec)][_0x302d32(0x2b3)](_0x35057c=>{const _0x44cc15=_0x302d32;if(_0x44cc15(0x229)==_0x320afd[_0x44cc15(0x230)])for(const _0x249251 of _0x2f755f){const _0x5adafc=_0x249251[_0x44cc15(0x1fb)][_0x44cc15(0x183)],_0x55374f=_0x320afd[_0x44cc15(0x211)];_0x35057c[_0x44cc15(0x1ee)](_0x5adafc,_0x55374f);}else{if(_0x6b067a[_0x44cc15(0x27a)](_0x320afd[_0x44cc15(0x230)])){for(const _0x5bfefd of _0x2f755f)void 0x0!==_0x320afd[_0x44cc15(0x211)]?_0x35057c[_0x44cc15(0x15f)](_0x320afd[_0x44cc15(0x230)],_0x320afd[_0x44cc15(0x211)],_0x5bfefd[_0x44cc15(0x1fb)][_0x44cc15(0x183)]):_0x35057c[_0x44cc15(0x1e1)](_0x320afd[_0x44cc15(0x230)],_0x5bfefd[_0x44cc15(0x1fb)][_0x44cc15(0x183)]);}else{for(const _0x144be8 of _0x2f755f)_0x320afd[_0x44cc15(0x211)]?_0x35057c[_0x44cc15(0x15f)](_0x320afd[_0x44cc15(0x230)],_0x320afd[_0x44cc15(0x211)],_0x144be8):_0x35057c[_0x44cc15(0x1e1)](_0x320afd[_0x44cc15(0x230)],_0x144be8);}}});}),this[_0x369b40(0x2b1)][_0x369b40(0x21e)](_0x369b40(0x1cd),_0x5869f9);}}function Rt(_0xe6c582,_0x5638dc,_0xe40c9f){const _0x212f6a=_0x4dc9d7;for(const _0xd80c71 of _0x5638dc[_0x212f6a(0x174)][_0x212f6a(0x186)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xd80c71[_0x212f6a(0x2c3)]==_0xd80c71)return!0x1;if(!_0xe40c9f[_0x212f6a(0x1ca)](_0xd80c71))return!0x1;if(_0xe6c582[_0x212f6a(0x2c4)](_0xd80c71)||_0xe6c582[_0x212f6a(0x21a)](_0xd80c71))return!0x0;}return!0x1;}function Tt(_0x58cdd5){const _0x327679=_0x4dc9d7;return _0x58cdd5[_0x327679(0x290)][_0x327679(0x174)]==_0x58cdd5[_0x327679(0x1fb)][_0x327679(0x183)]&&_0x58cdd5[_0x327679(0x290)][_0x327679(0x1be)];}function Et(_0x3ad02b,_0x25405f,_0x5e411d,_0x4682cc){const _0x3f8d6a=_0x4dc9d7,_0x5ea87d=_0x3c6c28=>!_0x3c6c28[_0x3f8d6a(0x28c)]['is'](_0x3f8d6a(0x264))&&!_0x4682cc[_0x3f8d6a(0x2c4)](_0x3c6c28[_0x3f8d6a(0x28c)]),_0x300473=_0x3ad02b[_0x3f8d6a(0x1fb)][_0x3f8d6a(0x192)](_0x5ea87d),_0x4b83de=_0x3ad02b[_0x3f8d6a(0x290)][_0x3f8d6a(0x192)](_0x5ea87d,{'direction':_0x3f8d6a(0x139)});return(!_0x3ad02b[_0x3f8d6a(0x1fb)][_0x3f8d6a(0x2e3)](_0x300473)||!_0x3ad02b[_0x3f8d6a(0x290)][_0x3f8d6a(0x2e3)](_0x4b83de))&&(_0x300473[_0x3f8d6a(0x28e)](_0x4b83de)?_0x5e411d[_0x3f8d6a(0x1b7)](_0x25405f,{'range':_0x5e411d[_0x3f8d6a(0x283)](_0x300473,_0x4b83de)}):_0x5e411d[_0x3f8d6a(0x17a)](_0x25405f),!0x0);}function Vt(_0x48c0d3){return _0x477f1f(_0x48c0d3);}function Ut(_0x4a03a4){const _0x449121=_0x4dc9d7,_0x3d79ad=_0x4a03a4[_0x449121(0x1fb)][_0x449121(0x183)];return _0x3d79ad&&_0x3d79ad['is'](_0x449121(0x1fd));}function Ot(_0x5bb74a,_0x4401ca){const _0x1fef1b=_0x4dc9d7;return null==_0x5bb74a[_0x1fef1b(0x290)][_0x1fef1b(0x13c)]&&_0x5bb74a[_0x1fef1b(0x290)][_0x1fef1b(0x174)]==_0x5bb74a[_0x1fef1b(0x1fb)][_0x1fef1b(0x183)]?Ft(_0x5bb74a[_0x1fef1b(0x1fb)][_0x1fef1b(0x183)],_0x4401ca):_0x5bb74a;}function Ft(_0x2bdb22,_0x2e4a09){const _0x50590c=_0x4dc9d7,_0x3f0215=_0x2e4a09[_0x50590c(0x1a9)][_0x50590c(0x2c4)](_0x2bdb22)||_0x2e4a09[_0x50590c(0x1a9)][_0x50590c(0x245)](_0x2bdb22);return _0x2e4a09[_0x50590c(0x283)](_0x2e4a09[_0x50590c(0x201)](_0x2bdb22,_0x50590c(0x1fc)),_0x3f0215?_0x2e4a09[_0x50590c(0x1f1)](_0x2bdb22):_0x2e4a09[_0x50590c(0x201)](_0x2bdb22,_0x50590c(0x290)));}function Gt(_0x4f5873,_0x77dcc9,_0x235f17,_0x5ec2a1,_0x27a478){const _0x3aad25=_0x4dc9d7;if(!Pt(_0x4f5873,_0x77dcc9))return!0x1;if(_0x235f17[_0x3aad25(0x290)][_0x3aad25(0x2e3)](_0x5ec2a1[_0x3aad25(0x1fb)]))return!0x0;if(_0x4f5873[_0x3aad25(0x2cd)]!=_0x77dcc9[_0x3aad25(0x2cd)])return!0x1;if(!_0x235f17[_0x3aad25(0x290)][_0x3aad25(0x13f)](_0x5ec2a1[_0x3aad25(0x1fb)]))return!0x1;const _0x49ac26=_0x27a478[_0x3aad25(0x283)](_0x235f17[_0x3aad25(0x290)],_0x5ec2a1[_0x3aad25(0x1fb)])[_0x3aad25(0x20f)]();for(const _0x2a6007 of _0x49ac26)if([_0x3aad25(0x1c6),_0x3aad25(0x23d)][_0x3aad25(0x165)](_0x2a6007[_0x3aad25(0x2cd)])&&_0x27a478[_0x3aad25(0x1a9)][_0x3aad25(0x21a)](_0x2a6007[_0x3aad25(0x28c)]))return!0x1;return!0x0;}function Pt(_0x596a9a,_0x53acf3,_0x402287=[]){const _0x29b160=_0x4dc9d7;return!(!_0x596a9a[_0x29b160(0x2c8)]||!_0x53acf3[_0x29b160(0x2c8)])&&_0x2b856f(_0x3184ca(_0x596a9a[_0x29b160(0x2df)],_0x402287),_0x3184ca(_0x53acf3[_0x29b160(0x2df)],_0x402287));}function Lt(_0xe52fb2,_0x4ca967){const _0x1ac954=_0x4dc9d7,_0x72b399=Ht(_0xe52fb2[_0x1ac954(0x2df)]),_0x414d6d=Ht(_0x4ca967);if(!_0xe52fb2[_0x1ac954(0x2c8)])return!0x1;for(const _0x444c76 of Object[_0x1ac954(0x238)](_0x414d6d))if(!_0x2b856f(_0x72b399[_0x444c76],_0x414d6d[_0x444c76]))return!0x1;return!0x0;}function Ht(_0x1d2d3e){const _0x39303c=_0x4dc9d7,_0xdb24be=Object[_0x39303c(0x263)]({},_0x1d2d3e);return delete _0xdb24be[_0x39303c(0x2d7)],delete _0xdb24be[_0x39303c(0x1c7)],_0xdb24be;}
|
|
23
|
+
const _0x443490=_0x1cf2;(function(_0x32b21d,_0x3d246a){const _0x57e382=_0x1cf2,_0x592080=_0x32b21d();while(!![]){try{const _0x15879f=-parseInt(_0x57e382(0x125))/0x1*(-parseInt(_0x57e382(0x148))/0x2)+parseInt(_0x57e382(0x149))/0x3*(-parseInt(_0x57e382(0x1f3))/0x4)+parseInt(_0x57e382(0x249))/0x5+parseInt(_0x57e382(0xe7))/0x6+-parseInt(_0x57e382(0x116))/0x7*(-parseInt(_0x57e382(0x235))/0x8)+parseInt(_0x57e382(0x145))/0x9+parseInt(_0x57e382(0x13b))/0xa*(-parseInt(_0x57e382(0xc8))/0xb);if(_0x15879f===_0x3d246a)break;else _0x592080['push'](_0x592080['shift']());}catch(_0x4c68e0){_0x592080['push'](_0x592080['shift']());}}}(_0x191f,0x2c658));import{Plugin as _0x49f29e,PendingActions as _0x269c5b}from'ckeditor5/src/core.js';import{LiveRange as _0x31aebe}from'ckeditor5/src/engine.js';import{CKEditorError as _0x4c0bd4,uid as _0x2f8995,priorities as _0x3c68e4,logWarning as _0x37df80}from'ckeditor5/src/utils.js';import{toWidget as _0x35ef09}from'ckeditor5/src/widget.js';import{Users as _0x14b099,hashObject as _0x59aa86,surroundingMarkersDetector as _0x28d47d}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x2286c6 from'./commands/trackchangescommand.js';import _0x511ea0 from'./commands/acceptsuggestioncommand.js';import _0x406110 from'./commands/discardsuggestioncommand.js';import _0x3e126f from'./commands/executeonallsuggestionscommand.js';import _0x18dfeb from'./commands/executeonselectedsuggestionscommand.js';import _0x4febc1 from'./suggestion.js';import _0x430502 from'./suggestiondescriptionfactory.js';import _0x16f3e4 from'./integrations/aiassistant.js';import _0x4a1283 from'./integrations/alignment.js';import _0xc9e8f4 from'./integrations/basicstyles.js';import _0x442591 from'./integrations/blockquote.js';import _0x10b287 from'./integrations/casechange.js';import _0x444522 from'./integrations/ckbox.js';import _0xc67eb8 from'./integrations/codeblock.js';import _0x325fbe from'./integrations/comments.js';function _0x1cf2(_0x3eeae7,_0x57958a){const _0x191f86=_0x191f();return _0x1cf2=function(_0x1cf216,_0x30bf7a){_0x1cf216=_0x1cf216-0xc3;let _0x21f375=_0x191f86[_0x1cf216];return _0x21f375;},_0x1cf2(_0x3eeae7,_0x57958a);}import _0x28b0b0 from'./integrations/deletecommand.js';import _0x3cbafa from'./integrations/list.js';import _0x248d2f from'./integrations/listproperties.js';import _0x5561a5 from'./integrations/entercommand.js';import _0x9e8f8f from'./integrations/findandreplace.js';import _0x3cc43c from'./integrations/font.js';import _0x54a2cb from'./integrations/formatpainter.js';import _0x5a4e08 from'./integrations/heading.js';import _0x2e070b from'./integrations/highlight.js';import _0x2fa177 from'./integrations/horizontalline.js';import _0x17bfc5 from'./integrations/htmlembed.js';import _0x47551a from'./integrations/image.js';import _0x3e1bbd from'./integrations/imagereplace.js';import _0x239164 from'./integrations/imagestyle.js';import _0x300493 from'./integrations/importword.js';import _0x44b4eb from'./integrations/indent.js';import _0x8b2aaf from'./integrations/inputcommand.js';import _0x2eea99 from'./integrations/link.js';import _0x5e3341 from'./integrations/legacylist.js';import _0x2066c2 from'./integrations/legacylistproperties.js';import _0x570f4e from'./integrations/mediaembed.js';import _0x31972a from'./integrations/mention.js';import _0x5e0e82 from'./integrations/multilevellist.js';import _0x154528 from'./integrations/pagebreak.js';import _0x2f95ea from'./integrations/paragraph.js';import _0x2293c8 from'./integrations/removeformat.js';import _0x2d5097 from'./integrations/restrictededitingmode.js';import _0x4c6382 from'./integrations/shiftentercommand.js';import _0x385317 from'./integrations/standardeditingmode.js';import _0xde59a4 from'./integrations/style.js';import _0xa41870 from'./integrations/table.js';import _0x21738a from'./integrations/tablemergesplit.js';import _0x1a52f8 from'./integrations/tableheadings.js';import _0x42f7d3 from'./integrations/tableclipboard.js';import _0x4ca8e from'./integrations/tablecolumnresize.js';import _0x474a36 from'./integrations/template.js';import _0x71c707 from'./integrations/tableofcontents.js';import _0x5019eb from'./integrations/title.js';import _0x55ab6f from'./integrations/undo.js';import _0x23d1aa from'./integrations/tablecaption.js';import _0x3aa5e6 from'./integrations/tableproperties.js';import{getTranslation as _0x3f24a8}from'./utils/common-translations.js';import{isEqual as _0x803411,omit as _0x5e1358}from'lodash-es';export const renameAttributeKey=_0x443490(0xc7);export default class p extends _0x49f29e{static get[_0x443490(0xed)](){const _0x421bfb=_0x443490;return[_0x421bfb(0x127),_0x14b099,_0x269c5b,_0x16f3e4,_0x4a1283,_0xc9e8f4,_0x442591,_0x444522,_0x10b287,_0xc67eb8,_0x325fbe,_0x28b0b0,_0x5561a5,_0x9e8f8f,_0x3cc43c,_0x54a2cb,_0x5a4e08,_0x2e070b,_0x2fa177,_0x17bfc5,_0x47551a,_0x239164,_0x3e1bbd,_0x300493,_0x44b4eb,_0x8b2aaf,_0x5e3341,_0x2066c2,_0x5e0e82,_0x2eea99,_0x3cbafa,_0x248d2f,_0x570f4e,_0x31972a,_0x154528,_0x2f95ea,_0x2293c8,_0x2d5097,_0x4c6382,_0x385317,_0xde59a4,_0xa41870,_0x21738a,_0x1a52f8,_0x23d1aa,_0x42f7d3,_0x4ca8e,_0x71c707,_0x3aa5e6,_0x474a36,_0x5019eb,_0x55ab6f];}static get[_0x443490(0x206)](){const _0x5f20c6=_0x443490;return _0x5f20c6(0x1cb);}get[_0x443490(0x264)](){const _0x5cf8a2=_0x443490;return this[_0x5cf8a2(0x207)];}constructor(_0x1d4ace){const _0x3e6272=_0x443490;function _0x227600(_0x4461f3){const _0x12a9e9=_0x1cf2;return _0x4461f3[_0x12a9e9(0x1ee)](_0x1e5dfd=>String[_0x12a9e9(0x126)](_0x1e5dfd))[_0x12a9e9(0x226)]('');}super(_0x1d4ace),this[_0x3e6272(0x15a)]=!0x1,this[_0x3e6272(0x26e)](_0x3e6272(0x1cf),[]),this['on'](_0x3e6272(0x173),(_0x1d65bd,_0x5ce508,_0x3cc534,_0x372702)=>{const _0x141688=_0x3e6272;this[_0x141688(0xfb)][_0x141688(0x157)](()=>{const _0x2830e2=_0x141688;for(const _0x1c82c7 of[..._0x372702,..._0x3cc534])this[_0x2830e2(0xfb)][_0x2830e2(0x154)][_0x2830e2(0x23f)](_0x1c82c7)&&_0x1d4ace[_0x2830e2(0x191)][_0x2830e2(0xda)](_0x1c82c7);});}),this[_0x3e6272(0x207)]=new _0x430502(this[_0x3e6272(0x260)][_0x3e6272(0x1e3)][_0x3e6272(0x1eb)],this[_0x3e6272(0x260)][_0x3e6272(0x1d9)]),this[_0x3e6272(0x1a6)]=null,this[_0x3e6272(0x18d)]=new xt(this[_0x3e6272(0x260)]),this[_0x3e6272(0x1c4)]=new Map(),this[_0x3e6272(0x253)]=_0x1d4ace[_0x3e6272(0x136)][_0x3e6272(0x166)](_0x3e6272(0x127)),this[_0x3e6272(0xf6)]=new Set(),this[_0x3e6272(0xfb)]=this[_0x3e6272(0x260)][_0x3e6272(0x1e3)],this[_0x3e6272(0x1f4)]=new WeakMap(),this[_0x3e6272(0x109)]=!0x1,this[_0x3e6272(0xd1)]=new Set([_0x3e6272(0xc7)]),this[_0x3e6272(0x255)]=new Set(),_0x1d4ace[_0x3e6272(0x1f8)][_0x3e6272(0x25d)](_0x3e6272(0x1ac),_0x3e6272(0x20c)),this[_0x3e6272(0x1a4)]=_0x1d4ace[_0x3e6272(0x1f8)][_0x3e6272(0x166)](_0x3e6272(0x1ac)),_0x1d4ace[_0x3e6272(0x1f8)][_0x3e6272(0x25d)](_0x3e6272(0x143),!0x0),this[_0x3e6272(0x1ed)]=_0x1d4ace[_0x3e6272(0x1f8)][_0x3e6272(0x166)](_0x3e6272(0x143)),this[_0x3e6272(0x1b5)]=new _0x2286c6(_0x1d4ace,this[_0x3e6272(0xf6)]),this[_0x3e6272(0xf8)](),this[_0x227600([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x227600([0x34,0x30,0x34,0x38,0x31,0x30,0x35,0x34]);}[_0x443490(0x1d6)](){const _0x222164=_0x443490,_0x2f384f=this[_0x222164(0x260)],_0x1176ae=(_0x112c1e,_0x510560)=>{const _0x1aaa1d=_0x222164;if(_0x1aaa1d(0x208)!=_0x112c1e)return _0x1aaa1d(0x134)+_0x112c1e;const _0x44ef05=_0x510560[_0x1aaa1d(0x198)]('|')[0x0];return this[_0x1aaa1d(0xff)](_0x44ef05)?_0x1aaa1d(0x1d8):_0x1aaa1d(0x16c);};_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0xf9))[_0x222164(0x21c)]({'model':_0x222164(0x23d),'view':_0x3331d1=>{const _0x1f9695=_0x222164,{id:_0x1020ca,type:_0x5633d2,subType:_0x1ac9eb}=this[_0x1f9695(0x230)](_0x3331d1[_0x1f9695(0x1b9)]),_0x376031=[_0x1f9695(0x251),_0x1176ae(_0x5633d2,_0x1ac9eb)];let _0xd89153=0xbb8;return this[_0x1f9695(0x1cf)][_0x1f9695(0x177)](_0x3331d1[_0x1f9695(0x1b9)])&&(_0x376031[_0x1f9695(0x221)](_0x1f9695(0x18c)),_0xd89153=0xbc2),_0x1f9695(0x189)==_0x5633d2&&(_0xd89153+=0x5),{'classes':_0x376031,'attributes':{'data-suggestion':_0x1020ca},'priority':_0xd89153};}}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0x24d))[_0x222164(0x1e5)](_0x53dcd6=>{const _0x1d751d=_0x222164;_0x53dcd6['on'](_0x1d751d(0x139),(_0x4dd74b,_0x8b10e0,_0x56cd49)=>{const _0x4a4002=_0x1d751d;if(!_0x56cd49[_0x4a4002(0x21a)][_0x4a4002(0x113)])return;const _0x53bea9=_0x8b10e0[_0x4a4002(0x179)];if(!_0x53bea9)return;const _0x2059e0=_0x56cd49[_0x4a4002(0x101)][_0x4a4002(0x22e)](_0x53bea9);_0x2f384f[_0x4a4002(0x1e3)][_0x4a4002(0x1eb)][_0x4a4002(0x19c)](_0x53bea9)&&_0x2059e0&&!_0x2059e0[_0x4a4002(0x24b)](_0x4a4002(0xf2))&&_0x2059e0['is'](_0x4a4002(0x1f7))&&_0x35ef09(_0x2059e0,_0x56cd49[_0x4a4002(0xf1)]);},{'priority':_0x1d751d(0x1c5)});}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0x24d))[_0x222164(0x21c)]({'model':_0x222164(0x23d),'view':(_0x57e6ba,_0x17933c)=>{const _0x33f9bc=_0x222164;if(!_0x17933c[_0x33f9bc(0x21a)][_0x33f9bc(0x113)])return null;const {type:_0x3a9018,subType:_0x27fe55}=this[_0x33f9bc(0x230)](_0x57e6ba[_0x33f9bc(0x1b9)]);return{'classes':[_0x33f9bc(0x251),_0x1176ae(_0x3a9018,_0x27fe55)],'priority':0xbb8};}});const _0x108ceb=({showActiveMarkers:_0x2d17b1=!0x0,isAttributeSuggestion:_0x44b00b=!0x1}={})=>(_0x413904,_0x551fa9,_0x5e7098)=>{const _0x4686f9=_0x222164;if(!_0x551fa9[_0x4686f9(0x179)])return;const {id:_0xf18d33}=this[_0x4686f9(0x230)](_0x551fa9[_0x4686f9(0x1b9)]);if(_0x44b00b){const _0x44b707=this[_0x4686f9(0x1c4)][_0x4686f9(0x166)](_0xf18d33),_0x53644e=this[_0x4686f9(0x23e)](_0x44b707);if(!this[_0x4686f9(0xff)](_0x53644e))return;}if(_0x551fa9[_0x4686f9(0x179)]['is'](_0x4686f9(0x1da)))return void _0x5e7098[_0x4686f9(0x14c)][_0x4686f9(0x234)](_0x551fa9[_0x4686f9(0x179)],_0x413904[_0x4686f9(0x13a)]);const _0x179786=_0x5e7098[_0x4686f9(0x101)][_0x4686f9(0x22e)](_0x551fa9[_0x4686f9(0x179)]);if(_0x551fa9[_0x4686f9(0x179)]['is'](_0x4686f9(0xf3))&&_0x2f384f[_0x4686f9(0x1e3)][_0x4686f9(0x1eb)][_0x4686f9(0x1c8)](_0x551fa9[_0x4686f9(0x179)])&&!_0x179786[_0x4686f9(0x24b)](_0x4686f9(0x1b0))){_0x5e7098[_0x4686f9(0xf1)][_0x4686f9(0x1de)]([_0x4686f9(0x251),_0x4686f9(0x1d8)],_0x179786),_0x5e7098[_0x4686f9(0xf1)][_0x4686f9(0xf7)](_0x4686f9(0x133),_0xf18d33,_0x179786),_0x5e7098[_0x4686f9(0x101)][_0x4686f9(0x1e4)](_0x179786,_0x551fa9[_0x4686f9(0x1b9)]),_0x2d17b1&&(this[_0x4686f9(0x1cf)][_0x4686f9(0x177)](_0x551fa9[_0x4686f9(0x1b9)])?_0x5e7098[_0x4686f9(0xf1)][_0x4686f9(0x1de)](_0x4686f9(0x18c),_0x179786):_0x5e7098[_0x4686f9(0xf1)][_0x4686f9(0x1ea)](_0x4686f9(0x18c),_0x179786));for(const _0x3dba7d of _0x2f384f[_0x4686f9(0x1e3)][_0x4686f9(0x25e)](_0x551fa9[_0x4686f9(0x179)])[_0x4686f9(0x12e)]())_0x5e7098[_0x4686f9(0x14c)][_0x4686f9(0x234)](_0x3dba7d,_0x413904[_0x4686f9(0x13a)]);_0x5e7098[_0x4686f9(0x14c)][_0x4686f9(0x234)](_0x551fa9[_0x4686f9(0x179)],_0x413904[_0x4686f9(0x13a)]);}};_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0x24d))[_0x222164(0x1e5)](_0x562a59=>{const _0x49e9c2=_0x222164;_0x562a59['on'](_0x49e9c2(0x158),(_0x890217,_0x335eed,_0x3cf1bd)=>{const _0x20665b=_0x49e9c2;_0x3cf1bd[_0x20665b(0x21a)][_0x20665b(0x113)]&&_0x108ceb({'showActiveMarkers':!0x1})(_0x890217,_0x335eed,_0x3cf1bd);},{'priority':_0x49e9c2(0x258)});}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0x24d))[_0x222164(0x1e5)](_0x146d12=>{const _0x485677=_0x222164;_0x146d12['on'](_0x485677(0x1f5),(_0x3c64c7,_0xcfc93f,_0x43debb)=>{const _0x29cde9=_0x485677;_0x43debb[_0x29cde9(0x21a)][_0x29cde9(0x113)]&&_0x108ceb({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x3c64c7,_0xcfc93f,_0x43debb);},{'priority':_0x485677(0x258)});}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0x24d))[_0x222164(0x1a2)]({'model':_0x222164(0x23d),'view':(_0x321dc7,_0x3014b6)=>_0x3014b6[_0x222164(0x21a)][_0x222164(0x113)]?null:{'group':_0x222164(0x23d),'name':_0x321dc7[_0x222164(0x229)](0xb)}}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0x14f))[_0x222164(0x1b2)]({'view':{'name':_0x222164(0x23d),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x31df2f,{writer:_0x44b92a})=>{const _0x58775c=_0x222164;let _0x46de8a=_0x58775c(0x267)+_0x31df2f[_0x58775c(0x228)](_0x58775c(0x269))+':'+_0x31df2f[_0x58775c(0x228)]('id');return _0x31df2f[_0x58775c(0x228)](_0x58775c(0x24a))&&(_0x46de8a+=':'+_0x31df2f[_0x58775c(0x228)](_0x58775c(0x24a))),_0x44b92a[_0x58775c(0x171)](_0x58775c(0xe0),{'data-name':_0x46de8a});}}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0x14f))[_0x222164(0x25c)]({'view':_0x222164(0x23d)}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0xf9))[_0x222164(0x1e5)](_0x271d62=>{const _0x5c94ab=_0x222164;_0x271d62['on'](_0x5c94ab(0x158),_0x108ceb(),{'priority':_0x5c94ab(0x1c5)});}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0xf9))[_0x222164(0x1e5)](_0x4d0056=>{const _0x5bad24=_0x222164;_0x4d0056['on'](_0x5bad24(0x1f5),_0x108ceb({'isAttributeSuggestion':!0x0}),{'priority':_0x5bad24(0x1c5)});}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0xf9))[_0x222164(0x1e5)](_0x6a9979=>{const _0x242fac=_0x222164;_0x6a9979['on'](_0x242fac(0x270),(_0x57d275,_0x4f101a,_0x1a73b3)=>{const _0x463fd9=_0x242fac,_0x1ac6ba=_0x1a73b3[_0x463fd9(0x101)][_0x463fd9(0x220)](_0x4f101a[_0x463fd9(0x1b9)]);if(_0x1ac6ba){for(const _0x50f933 of _0x1ac6ba)_0x50f933[_0x463fd9(0x24b)](_0x463fd9(0x1b0))||(_0x1a73b3[_0x463fd9(0xf1)][_0x463fd9(0x1ea)]([_0x463fd9(0x251),_0x463fd9(0x1d8),_0x463fd9(0x18c)],_0x50f933),_0x1a73b3[_0x463fd9(0xf1)][_0x463fd9(0x268)](_0x463fd9(0x133),_0x50f933),_0x1a73b3[_0x463fd9(0x101)][_0x463fd9(0x272)](_0x50f933,_0x4f101a[_0x463fd9(0x1b9)]));}},{'priority':_0x242fac(0x1c5)});}),_0x2f384f[_0x222164(0x202)][_0x222164(0x140)](_0x222164(0xf9))[_0x222164(0x1e5)](_0x110a10=>{const _0x300f99=_0x222164;_0x110a10['on'](_0x300f99(0x1ef),(_0x1e380a,_0x48b139,_0x15eee4)=>{const _0x347d0c=_0x300f99,_0x1ad667=_0x15eee4[_0x347d0c(0x101)][_0x347d0c(0x220)](_0x48b139[_0x347d0c(0x1b9)]);if(!_0x1ad667)return;const {id:_0x48d86c}=this[_0x347d0c(0x230)](_0x48b139[_0x347d0c(0x1b9)]),_0xc6d99d=this[_0x347d0c(0x1c4)][_0x347d0c(0x166)](_0x48d86c),_0x2406cf=this[_0x347d0c(0x23e)](_0xc6d99d);if(this[_0x347d0c(0xff)](_0x2406cf)){for(const _0xde1c30 of _0x1ad667)_0xde1c30[_0x347d0c(0x24b)](_0x347d0c(0x1b0))||(_0x15eee4[_0x347d0c(0xf1)][_0x347d0c(0x1ea)]([_0x347d0c(0x251),_0x347d0c(0x1d8),_0x347d0c(0x18c)],_0xde1c30),_0x15eee4[_0x347d0c(0xf1)][_0x347d0c(0x268)](_0x347d0c(0x133),_0xde1c30),_0x15eee4[_0x347d0c(0x101)][_0x347d0c(0x272)](_0xde1c30,_0x48b139[_0x347d0c(0x1b9)]));}},{'priority':_0x300f99(0x1c5)});}),_0x2f384f[_0x222164(0x1e3)][_0x222164(0x20f)][_0x222164(0x162)](_0xf0ba6f=>{const _0x4a92d9=_0x222164;let _0x50bbeb=!0x1;const _0x40face=Array[_0x4a92d9(0x24c)](_0x2f384f[_0x4a92d9(0x1e3)][_0x4a92d9(0x20f)][_0x4a92d9(0x19b)][_0x4a92d9(0x1ba)]()),_0x4fbc6d=new Set();for(const {name:_0x522c75,data:_0x40ce00}of _0x40face){const {group:_0xa719d4,type:_0xc6c49f,subType:_0x219659,id:_0x555099}=this[_0x4a92d9(0x230)](_0x522c75);if(_0x4a92d9(0x23d)!==_0xa719d4)continue;const _0x1acb01=this[_0x4a92d9(0x1c4)][_0x4a92d9(0x166)](_0x555099);if(null!=_0x40ce00[_0x4a92d9(0xfe)]){_0x4a92d9(0x12f)==_0xc6c49f&&(_0x50bbeb=_0x50bbeb||Et(_0x40ce00[_0x4a92d9(0xfe)],_0x522c75,_0xf0ba6f,_0x2f384f[_0x4a92d9(0x1e3)][_0x4a92d9(0x1eb)]));const _0x185a2c=_0x4a92d9(0x208)==_0xc6c49f&&this[_0x4a92d9(0xff)](_0x219659[_0x4a92d9(0x198)]('|')[0x0]);if(_0x40ce00[_0x4a92d9(0xfe)][_0x4a92d9(0x1ae)]||_0x4a92d9(0xfd)==_0x40ce00[_0x4a92d9(0xfe)][_0x4a92d9(0x1fd)][_0x4a92d9(0x224)]||_0x4a92d9(0x18f)==_0xc6c49f&&!Ut(_0x40ce00[_0x4a92d9(0xfe)])||_0x185a2c&&!Ut(_0x40ce00[_0x4a92d9(0xfe)])||_0x4a92d9(0x189)==_0xc6c49f&&!(!Tt(_0xd77db5=_0x40ce00[_0x4a92d9(0xfe)])&&!function(_0x5643d8){const _0x1db287=_0x4a92d9;return _0x5643d8[_0x1db287(0x12d)][_0x1db287(0x123)]==_0x5643d8[_0x1db287(0x250)][_0x1db287(0x1c1)]&&_0x5643d8[_0x1db287(0x12d)][_0x1db287(0x25b)];}(_0xd77db5)))_0xf0ba6f[_0x4a92d9(0x1e7)](_0x522c75),_0x50bbeb=!0x0;else{if(!_0x1acb01||!_0x1acb01[_0x4a92d9(0x1bb)])continue;_0x4fbc6d[_0x4a92d9(0x1e5)](_0x1acb01);}}}var _0xd77db5;return _0x4fbc6d[_0x4a92d9(0xf0)]>0x0&&(_0x50bbeb=!!this[_0x4a92d9(0x1b1)](_0x4fbc6d)||_0x50bbeb),_0x50bbeb;}),_0x2f384f[_0x222164(0x1e3)][_0x222164(0x20f)][_0x222164(0x162)](_0x4bbe5b=>{const _0x568d7f=_0x222164;let _0x6429c8=!0x1;for(const _0x107c4b of _0x2f384f[_0x568d7f(0x1e3)][_0x568d7f(0x20f)][_0x568d7f(0x19b)][_0x568d7f(0x199)]())if(_0x568d7f(0x1be)==_0x107c4b[_0x568d7f(0x121)])for(const _0x47d606 of this[_0x568d7f(0x1c4)][_0x568d7f(0x13e)]()){if(_0x47d606[_0x568d7f(0x15b)]||!_0x47d606[_0x568d7f(0x1bb)])continue;const _0x15393c=_0x568d7f(0x18f)==_0x47d606[_0x568d7f(0x121)],_0x39a9fb=this[_0x568d7f(0x23e)](_0x47d606),_0x3ef3e6=_0x39a9fb&&this[_0x568d7f(0xff)](_0x39a9fb);if(!_0x15393c&&!_0x3ef3e6)continue;const _0x2bfe57=_0x47d606[_0x568d7f(0x1a1)]();if(_0x2bfe57[_0x568d7f(0x12d)][_0x568d7f(0x123)]!=_0x2bfe57[_0x568d7f(0x250)][_0x568d7f(0x123)]&&!_0x2bfe57[_0x568d7f(0x250)][_0x568d7f(0x25b)]){const _0xd483a4=_0x2f384f[_0x568d7f(0x1e3)][_0x568d7f(0x195)](_0x2bfe57[_0x568d7f(0x12d)][_0x568d7f(0x1fb)],_0x568d7f(0x250)),_0x4440ee=_0x2f384f[_0x568d7f(0x1e3)][_0x568d7f(0x11d)](_0x2bfe57[_0x568d7f(0x12d)],_0xd483a4);_0x4bbe5b[_0x568d7f(0x13f)](_0x47d606[_0x568d7f(0x10f)](),{'range':_0x4440ee}),_0x6429c8=!0x0;}}return _0x6429c8;}),_0x2f384f[_0x222164(0x1e3)][_0x222164(0x20f)][_0x222164(0x162)](_0x1b30bd=>this[_0x222164(0x17b)](_0x1b30bd)),_0x2f384f[_0x222164(0x1e3)][_0x222164(0x20f)][_0x222164(0x162)](_0x2db56c=>!_0x2db56c[_0x222164(0x194)][_0x222164(0x114)]&&this[_0x222164(0x271)](_0x2db56c)),_0x2f384f[_0x222164(0x1e3)]['on'](_0x222164(0x1d2),()=>{const _0x3a87ab=_0x222164;this[_0x3a87ab(0x15a)]=!0x1;}),_0x2f384f[_0x222164(0x1e3)][_0x222164(0x20f)]['on'](_0x222164(0x19f),(_0x1a02b8,_0x335a25)=>{const _0x1e9cf3=_0x222164;if(!_0x335a25[_0x1e9cf3(0x114)]||_0x335a25[_0x1e9cf3(0x100)])return;if(!this[_0x1e9cf3(0x15a)])return;const _0x4ffd87=_0x2f384f[_0x1e9cf3(0x1e3)][_0x1e9cf3(0x20f)][_0x1e9cf3(0x19b)][_0x1e9cf3(0x199)]();if(0x0==_0x4ffd87[_0x1e9cf3(0x190)])return;const _0x512c73=[],_0x2f2697=_0x4ffd87[_0x1e9cf3(0xcf)](_0x31553d=>_0x1e9cf3(0x208)==_0x31553d[_0x1e9cf3(0x121)]),_0x592eca=_0x4ffd87[_0x1e9cf3(0xcf)](_0x2ce853=>_0x1e9cf3(0x1be)==_0x2ce853[_0x1e9cf3(0x121)]&&_0x1e9cf3(0x24f)!=_0x2ce853[_0x1e9cf3(0x13a)]),_0x30500a=_0x4ffd87[_0x1e9cf3(0xcf)](_0x4069e7=>_0x1e9cf3(0xec)==_0x4069e7[_0x1e9cf3(0x121)]&&_0x1e9cf3(0x24f)!=_0x4069e7[_0x1e9cf3(0x13a)]);for(const _0x1c9a21 of _0x2f2697)this[_0x1e9cf3(0x26a)](_0x1c9a21[_0x1e9cf3(0x273)])&&_0x512c73[_0x1e9cf3(0x221)]({'key':_0x1c9a21[_0x1e9cf3(0x273)],'newValue':_0x1c9a21[_0x1e9cf3(0x11e)],'oldValue':_0x1c9a21[_0x1e9cf3(0xde)],'range':Ot(_0x1c9a21[_0x1e9cf3(0x1e2)],_0x2f384f[_0x1e9cf3(0x1e3)])});for(const _0x2e204e of _0x592eca){const _0x338fb7=_0x30500a[_0x1e9cf3(0x232)](_0x5457a9=>_0x5457a9[_0x1e9cf3(0x1d1)]===_0x2e204e[_0x1e9cf3(0x1d1)]);if(_0x338fb7){const _0x2d90b1=Ft(_0x2e204e[_0x1e9cf3(0xf5)][_0x1e9cf3(0x1fb)],_0x2f384f[_0x1e9cf3(0x1e3)]);_0x338fb7[_0x1e9cf3(0x13a)]!==_0x2e204e[_0x1e9cf3(0x13a)]&&_0x512c73[_0x1e9cf3(0x221)]({'key':_0x1e9cf3(0xc7),'newValue':_0x2e204e[_0x1e9cf3(0x13a)],'oldValue':_0x338fb7[_0x1e9cf3(0x13a)],'range':_0x2d90b1});for(const [_0x4aeda3,_0x543428]of _0x338fb7[_0x1e9cf3(0x10e)]){if(!this[_0x1e9cf3(0x26a)](_0x4aeda3))continue;const _0x1e18d4=_0x2e204e[_0x1e9cf3(0x10e)][_0x1e9cf3(0x166)](_0x4aeda3);_0x543428!==_0x1e18d4&&_0x512c73[_0x1e9cf3(0x221)]({'key':_0x4aeda3,'newValue':_0x1e18d4,'oldValue':_0x543428,'range':_0x2d90b1});}for(const [_0xe320ad,_0x57a2c3]of _0x2e204e[_0x1e9cf3(0x10e)])this[_0x1e9cf3(0x26a)](_0xe320ad)&&(_0x338fb7[_0x1e9cf3(0x10e)][_0x1e9cf3(0x23f)](_0xe320ad)||_0x512c73[_0x1e9cf3(0x221)]({'key':_0xe320ad,'newValue':_0x57a2c3,'oldValue':null,'range':_0x2d90b1}));}}0x0!=_0x512c73[_0x1e9cf3(0x190)]&&_0x2f384f[_0x1e9cf3(0x1e3)][_0x1e9cf3(0x17c)](_0x335a25,_0x5d9a6d=>{const _0x243027=_0x1e9cf3,_0x2d1201=_0x2f8995();for(const {range:_0x3859fa,key:_0x28b40f,oldValue:_0x448b86,newValue:_0x4dc675}of _0x512c73)this[_0x243027(0x209)](_0x3859fa,_0x28b40f,_0x448b86,_0x4dc675,{'groupId':_0x2d1201});this[_0x243027(0xe8)](_0x5d9a6d,_0x512c73);});},{'priority':_0x222164(0x161)}),_0x2f384f[_0x222164(0x1e3)][_0x222164(0x154)]['on'](_0x222164(0x1ec),(_0x1d0ff5,_0x187f6e,_0x51bd64)=>{const _0x14c46f=_0x222164;if(null==_0x51bd64){const {id:_0x351814}=this[_0x14c46f(0x230)](_0x187f6e[_0x14c46f(0x13a)]),_0x1d11d4=this[_0x14c46f(0x1c4)][_0x14c46f(0x166)](_0x351814);_0x1d11d4&&_0x1d11d4[_0x14c46f(0x227)](_0x187f6e[_0x14c46f(0x13a)]);}}),_0x2f384f[_0x222164(0x1e3)][_0x222164(0x20f)]['on'](_0x222164(0x19f),()=>{const _0x14ca94=_0x222164,_0x53447d=Array[_0x14ca94(0x24c)](_0x2f384f[_0x14ca94(0x1e3)][_0x14ca94(0x20f)][_0x14ca94(0x19b)][_0x14ca94(0x1ba)]())[_0x14ca94(0xcf)](_0x392b7c=>_0x14ca94(0x23d)===this[_0x14ca94(0x230)](_0x392b7c[_0x14ca94(0x13a)])[_0x14ca94(0x141)]);if(0x0===_0x53447d[_0x14ca94(0x190)])return;_0x53447d[_0x14ca94(0x243)]((_0x517958,_0x51a495)=>{const _0x257b29=_0x14ca94,_0x48967c=_0x517958[_0x257b29(0x236)][_0x257b29(0x1a9)],_0x3223c3=_0x51a495[_0x257b29(0x236)][_0x257b29(0x1a9)];return null===_0x48967c&&null===_0x3223c3?0x0:null===_0x48967c&&null!==_0x3223c3?-0x1:null!==_0x48967c&&null===_0x3223c3?0x1:_0x48967c[_0x257b29(0x12d)][_0x257b29(0x103)](_0x3223c3[_0x257b29(0x12d)])?-0x1:0x1;});const _0x4fa5f7=new Set(),_0x252197=new Set();for(const {name:_0x5df0fe,data:_0x10e07c}of _0x53447d){const {id:_0x3786d1}=this[_0x14ca94(0x230)](_0x5df0fe);if(null===_0x10e07c[_0x14ca94(0x1a9)]){const _0x164e84=this[_0x14ca94(0xcc)](_0x5df0fe);_0x252197[_0x14ca94(0x1e5)](_0x164e84);}else{const _0x5d5fb5=this[_0x14ca94(0x1c4)][_0x14ca94(0x166)](_0x3786d1);null!==_0x10e07c[_0x14ca94(0xfe)]||_0x5d5fb5[_0x14ca94(0x1bb)]?(_0x4fa5f7[_0x14ca94(0x1e5)](_0x5d5fb5[_0x14ca94(0x167)]),_0x252197[_0x14ca94(0x1e5)](_0x5d5fb5)):this[_0x14ca94(0x163)](_0x5d5fb5);}}_0x252197[_0x14ca94(0xf0)]>0x0&&this[_0x14ca94(0xee)](_0x252197);for(const _0x594504 of _0x4fa5f7)this[_0x14ca94(0x222)](_0x14ca94(0xfa),_0x594504);}),_0x2f384f[_0x222164(0x1e3)]['on'](_0x222164(0x20a),(_0x493842,_0x16ceaa)=>{const _0x57c98=_0x222164,_0x4f6a44=_0x16ceaa[0x0];if(!this[_0x57c98(0x1c4)][_0x57c98(0xf0)])return;if(!_0x4f6a44[_0x57c98(0xd8)])return;if(_0x4f6a44[_0x57c98(0x194)][_0x57c98(0x100)]||!_0x4f6a44[_0x57c98(0x194)][_0x57c98(0x114)])return;let _0x357bb3,_0x1c9a87;switch(_0x4f6a44[_0x57c98(0x121)]){case _0x57c98(0x1be):_0x357bb3=_0x2f384f[_0x57c98(0x1e3)][_0x57c98(0x195)](_0x4f6a44[_0x57c98(0xf5)]),_0x1c9a87=_0x357bb3[_0x57c98(0x1d3)](_0x4f6a44[_0x57c98(0x178)]);break;case _0x57c98(0x198):_0x357bb3=_0x2f384f[_0x57c98(0x1e3)][_0x57c98(0x195)](_0x4f6a44[_0x57c98(0x225)]),_0x1c9a87=_0x2f384f[_0x57c98(0x1e3)][_0x57c98(0x195)](_0x4f6a44[_0x57c98(0x144)]);break;case _0x57c98(0x256):_0x357bb3=_0x2f384f[_0x57c98(0x1e3)][_0x57c98(0x195)](_0x4f6a44[_0x57c98(0x1ff)]),_0x1c9a87=_0x357bb3[_0x57c98(0x1d3)](_0x4f6a44[_0x57c98(0x178)]);break;default:return;}const _0x324334=_0x2f384f[_0x57c98(0x1e3)][_0x57c98(0x11d)](_0x357bb3,_0x1c9a87);_0x2f384f[_0x57c98(0x1e3)][_0x57c98(0x157)](()=>{const _0x20ba13=_0x57c98;for(const {suggestion:_0xa75ea2,meta:_0x59652f}of this[_0x20ba13(0x23c)](_0x324334)){if(_0xa75ea2[_0x20ba13(0x15b)])continue;if(_0x20ba13(0x12f)==_0xa75ea2[_0x20ba13(0x121)])continue;const _0x4c6a6f=this[_0x20ba13(0x23e)](_0xa75ea2);if(_0x4c6a6f&&this[_0x20ba13(0xff)](_0x4c6a6f)&&_0x20ba13(0x198)!=_0x4f6a44[_0x20ba13(0x121)])continue;const _0x2656f7=_0xa75ea2[_0x20ba13(0x236)]&&_0xa75ea2[_0x20ba13(0x236)][_0x20ba13(0x20d)];(_0x20ba13(0x18f)!=_0xa75ea2[_0x20ba13(0x121)]||_0x20ba13(0x198)==_0x4f6a44[_0x20ba13(0x121)]&&!_0x2656f7)&&(_0x59652f[_0x20ba13(0x201)]||_0x20ba13(0x21b)==_0xa75ea2[_0x20ba13(0x121)]&&_0x59652f[_0x20ba13(0xd3)]||_0xa75ea2[_0x20ba13(0x1a1)]()[_0x20ba13(0xc4)](_0x324334)&&this[_0x20ba13(0xc5)](_0xa75ea2,_0x357bb3,_0x1c9a87));}});},{'priority':_0x222164(0x161)}),_0x2f384f[_0x222164(0x1e3)]['on'](_0x222164(0xe6),(_0x1b38be,_0x57e9d1)=>{const _0x24b9a3=_0x222164,_0x6ae092=_0x57e9d1[0x0],_0x3c2ab=_0x57e9d1[0x1];if(_0x3c2ab&&_0x3c2ab[_0x24b9a3(0x16f)])return;if(this[_0x24b9a3(0x109)])return;if(!this[_0x24b9a3(0x1b5)][_0x24b9a3(0x1f2)])return;if(_0x6ae092[_0x24b9a3(0x1ae)])return;const _0x4714f4=_0x2f384f[_0x24b9a3(0x1e3)][_0x24b9a3(0x1eb)],{start:_0xf569f6,end:_0x21b769}=_0x6ae092[_0x24b9a3(0x1a1)](),_0x2b4332=_0xf569f6[_0x24b9a3(0x1fb)]&&_0x4714f4[_0x24b9a3(0x12c)](_0xf569f6[_0x24b9a3(0x1fb)])?null:_0x4714f4[_0x24b9a3(0x22f)](_0xf569f6,_0x24b9a3(0x1e1)),_0x1e72e4=_0x21b769[_0x24b9a3(0x1c1)]&&_0x4714f4[_0x24b9a3(0x12c)](_0x21b769[_0x24b9a3(0x1c1)])?null:_0x4714f4[_0x24b9a3(0x22f)](_0x21b769,_0x24b9a3(0x197)),_0x538767=_0x2f384f[_0x24b9a3(0x1e3)][_0x24b9a3(0x11d)](_0x2b4332?_0x2b4332[_0x24b9a3(0x12d)]:_0xf569f6,_0x1e72e4?_0x1e72e4[_0x24b9a3(0x250)]:_0x21b769);_0x2f384f[_0x24b9a3(0x1e3)][_0x24b9a3(0x157)](_0x5bd636=>{const _0x3aa90e=_0x24b9a3;this[_0x3aa90e(0x122)](_0x538767);const _0xb78ad9=_0x2f384f[_0x3aa90e(0x1e3)][_0x3aa90e(0x1eb)][_0x3aa90e(0x22f)](_0x538767[_0x3aa90e(0x12d)]);_0x6ae092['is'](_0x3aa90e(0x1ab))?_0x5bd636[_0x3aa90e(0x146)](_0xb78ad9):_0x6ae092[_0x3aa90e(0x200)](_0xb78ad9);}),_0x1b38be[_0x24b9a3(0x240)]();},{'priority':_0x3c68e4[_0x222164(0xe5)]+0xa}),_0x2f384f[_0x222164(0x1e3)]['on'](_0x222164(0x13d),(_0x566b20,_0x561695)=>{const _0x4818e3=_0x222164,_0x7eaece=_0x561695[_0x561695[_0x4818e3(0x190)]-0x1];_0x7eaece&&_0x7eaece[_0x4818e3(0x16f)]||this[_0x4818e3(0x109)]||this[_0x4818e3(0x1b5)][_0x4818e3(0x1f2)]&&(_0x2f384f[_0x4818e3(0x1e3)][_0x4818e3(0x157)](()=>{const _0x26273d=_0x4818e3;let _0x58ed10=_0x2f384f[_0x26273d(0x1e3)][_0x26273d(0x13d)](_0x561695[0x0],_0x561695[0x1],_0x561695[0x2],{'forceDefaultExecution':!0x0});if(!_0x58ed10)return;_0x566b20[_0x26273d(0x1c3)]=_0x58ed10[_0x26273d(0x180)]();const _0x2c228d=_0x58ed10[_0x26273d(0x250)][_0x26273d(0x1c1)],_0x422562=_0x2f384f[_0x26273d(0x1e3)][_0x26273d(0x1eb)];_0x2c228d&&_0x422562[_0x26273d(0x1c8)](_0x2c228d)&&!_0x422562[_0x26273d(0x19c)](_0x2c228d)&&(_0x58ed10=_0x2f384f[_0x26273d(0x1e3)][_0x26273d(0x11d)](_0x58ed10[_0x26273d(0x12d)],_0x2f384f[_0x26273d(0x1e3)][_0x26273d(0x195)](_0x2c228d,_0x26273d(0x250)))),this[_0x26273d(0x26c)](_0x58ed10);}),_0x566b20[_0x4818e3(0x240)]());},{'priority':_0x222164(0x1c5)}),this[_0x222164(0x260)][_0x222164(0x26d)][_0x222164(0x1e5)](_0x222164(0x10a),this[_0x222164(0x1b5)]),this[_0x222164(0x188)](_0x222164(0x10a));const _0x572f9f=new _0x511ea0(_0x2f384f,this[_0x222164(0x1c4)]);_0x2f384f[_0x222164(0x26d)][_0x222164(0x1e5)](_0x222164(0x1bd),_0x572f9f),this[_0x222164(0x188)](_0x222164(0x1bd));const _0x5dace5=new _0x406110(_0x2f384f,this[_0x222164(0x1c4)]);_0x2f384f[_0x222164(0x26d)][_0x222164(0x1e5)](_0x222164(0x1ad),_0x5dace5),this[_0x222164(0x188)](_0x222164(0x1ad)),_0x2f384f[_0x222164(0x26d)][_0x222164(0x1e5)](_0x222164(0x22a),new _0x3e126f(_0x2f384f,_0x572f9f,this[_0x222164(0x1c4)])),this[_0x222164(0x188)](_0x222164(0x22a)),_0x2f384f[_0x222164(0x26d)][_0x222164(0x1e5)](_0x222164(0x152),new _0x3e126f(_0x2f384f,_0x5dace5,this[_0x222164(0x1c4)])),this[_0x222164(0x188)](_0x222164(0x152)),_0x2f384f[_0x222164(0x26d)][_0x222164(0x1e5)](_0x222164(0xdd),new _0x18dfeb(_0x2f384f,_0x572f9f,this[_0x222164(0x1c4)])),this[_0x222164(0x188)](_0x222164(0xdd)),_0x2f384f[_0x222164(0x26d)][_0x222164(0x1e5)](_0x222164(0x239),new _0x18dfeb(_0x2f384f,_0x5dace5,this[_0x222164(0x1c4)])),this[_0x222164(0x188)](_0x222164(0x239));const _0x17746d=_0x2f384f[_0x222164(0x136)][_0x222164(0x166)](_0x222164(0x127));this[_0x222164(0x204)](_0x17746d,_0x222164(0x176),(_0x55f453,{threadId:_0x411b46})=>{const _0x19a1fc=_0x222164,_0x30b53a=this[_0x19a1fc(0x1c4)][_0x19a1fc(0x166)](_0x411b46);_0x30b53a&&_0x30b53a[_0x19a1fc(0x1f9)]&&0x1===_0x30b53a[_0x19a1fc(0x1f9)][_0x19a1fc(0x190)]&&this[_0x19a1fc(0xfc)](_0x411b46,{'hasComments':!0x0});},{'priority':_0x222164(0x137)}),this[_0x222164(0x204)](_0x17746d,_0x222164(0x223),(_0x51bae7,{threadId:_0x54df5c})=>{const _0x2b8585=_0x222164,_0x201dea=this[_0x2b8585(0x1c4)][_0x2b8585(0x166)](_0x54df5c);_0x201dea&&_0x201dea[_0x2b8585(0x1f9)]&&!_0x201dea[_0x2b8585(0x1f9)][_0x2b8585(0x190)]&&this[_0x2b8585(0xfc)](_0x54df5c,{'hasComments':!0x1});},{'priority':_0x222164(0x137)});}set[_0x443490(0x1aa)](_0x5bedc0){const _0x751fbe=_0x443490;if(this[_0x751fbe(0x1a6)])throw new _0x4c0bd4(_0x751fbe(0x1cd),this);this[_0x751fbe(0x1a6)]=_0x5bedc0;}get[_0x443490(0x1aa)](){const _0x264bc3=_0x443490;return this[_0x264bc3(0x1a6)];}[_0x443490(0x22d)]({skipNotAttached:_0x243d43=!0x1,toJSON:_0x4c2508=!0x1}={}){const _0x204d98=_0x443490,_0x4cf34e=[];for(const _0x48a973 of this[_0x204d98(0x1c4)][_0x204d98(0x13e)]())_0x243d43&&!_0x48a973[_0x204d98(0x1bb)]||_0x4cf34e[_0x204d98(0x221)](_0x48a973);return _0x4c2508?_0x4cf34e[_0x204d98(0x1ee)](_0x58df26=>_0x58df26[_0x204d98(0x156)]()):_0x4cf34e;}[_0x443490(0x241)](_0x27cd58){const _0xf5ee7a=_0x443490,_0x5dafd6=this[_0xf5ee7a(0x1c4)][_0xf5ee7a(0x166)](_0x27cd58);if(!_0x5dafd6)throw new _0x4c0bd4(_0xf5ee7a(0x247),this);return _0x5dafd6;}[_0x443490(0x1bf)](_0x62c4d9){const _0x3a17a1=_0x443490;return this[_0x3a17a1(0x1c4)][_0x3a17a1(0x23f)](_0x62c4d9);}[_0x443490(0x151)](_0x6451ee){const _0x1b63ef=_0x443490,{authorId:_0x46029a,id:_0x2c3ad5,attributes:_0x50d17b}=_0x6451ee,[_0xcf0905,_0x53113d]=_0x6451ee[_0x1b63ef(0x121)][_0x1b63ef(0x198)](':'),_0x94012b=this[_0x1b63ef(0x1c4)][_0x1b63ef(0x166)](_0x2c3ad5)||this[_0x1b63ef(0x160)](_0xcf0905,_0x53113d,_0x2c3ad5,_0x46029a,_0x50d17b);if(this[_0x1b63ef(0x11c)](_0x94012b),this[_0x1b63ef(0x238)](_0x94012b,_0xcf0905,_0x53113d||null,_0x46029a),_0x94012b[_0x1b63ef(0xdc)]=_0x6451ee[_0x1b63ef(0xdc)],_0x94012b[_0x1b63ef(0x212)]=!0x0,_0x50d17b&&_0x50d17b[_0x1b63ef(0x1b6)]){const _0x10f2fd=_0x50d17b[_0x1b63ef(0x1b6)],_0x28af1d=this[_0x1b63ef(0x216)](_0x10f2fd[_0x1b63ef(0xeb)]);_0x94012b[_0x1b63ef(0x19e)]=_0x10f2fd[_0x1b63ef(0xdc)],_0x94012b[_0x1b63ef(0x17a)]=_0x28af1d,_0x94012b[_0x1b63ef(0x159)]=!0x0;}else _0x94012b[_0x1b63ef(0x19e)]=_0x6451ee[_0x1b63ef(0xdc)];switch(_0x6451ee[_0x1b63ef(0x236)]&&(_0x94012b[_0x1b63ef(0x236)]=_0x6451ee[_0x1b63ef(0x236)]),_0x6451ee[_0x1b63ef(0x10e)]&&(_0x94012b[_0x1b63ef(0x10e)]=_0x6451ee[_0x1b63ef(0x10e)]),this[_0x1b63ef(0x1a6)]&&this[_0x1b63ef(0x1a6)][_0x1b63ef(0xe3)]||(_0x94012b[_0x1b63ef(0x20e)]=!0x0),this[_0x1b63ef(0x1f4)][_0x1b63ef(0x166)](_0x94012b)){case _0x1b63ef(0x1b4):this[_0x1b63ef(0x1f4)][_0x1b63ef(0x26e)](_0x94012b,_0x1b63ef(0xd7));break;case _0x1b63ef(0xd9):_0x94012b[_0x1b63ef(0x1bb)]?(this[_0x1b63ef(0x1b1)](new Set([_0x94012b])),this[_0x1b63ef(0xee)](new Set([_0x94012b])),this[_0x1b63ef(0x1f4)][_0x1b63ef(0x26e)](_0x94012b,_0x1b63ef(0xd2)),this[_0x1b63ef(0x222)](_0x1b63ef(0x242),_0x94012b)):this[_0x1b63ef(0x1f4)][_0x1b63ef(0x26e)](_0x94012b,_0x1b63ef(0xef));}return _0x94012b;}[_0x443490(0x1bd)](_0x3131f5){const _0x12ab6f=_0x443490;this[_0x12ab6f(0x16f)](()=>{const _0x2982f5=_0x12ab6f;this[_0x2982f5(0x260)][_0x2982f5(0x1e3)][_0x2982f5(0x157)](()=>{const _0x511611=_0x2982f5;for(const _0xa558e4 of _0x3131f5[_0x511611(0x153)]())_0xa558e4[_0x511611(0x170)]();});});}[_0x443490(0x1ad)](_0x32e83b){const _0x11e8cb=_0x443490;this[_0x11e8cb(0x16f)](()=>{const _0x574817=_0x11e8cb;this[_0x574817(0x260)][_0x574817(0x1e3)][_0x574817(0x157)](()=>{const _0x1cb107=_0x574817;for(const _0x77af48 of _0x32e83b[_0x1cb107(0x153)]())_0x77af48[_0x1cb107(0x15d)]();});});}[_0x443490(0x188)](_0x4910a7,_0x2fd303){const _0x95791=_0x443490,_0x314da8=this[_0x95791(0x260)][_0x95791(0x26d)][_0x95791(0x166)](_0x4910a7);if(!_0x314da8)throw new _0x4c0bd4(_0x95791(0xea),this,{'commandName':_0x4910a7});if(this[_0x95791(0xf6)][_0x95791(0x23f)](_0x314da8))throw new _0x4c0bd4(_0x95791(0x213),this,{'commandName':_0x4910a7});this[_0x95791(0xf6)][_0x95791(0x1e5)](_0x314da8),_0x2fd303&&_0x314da8['on'](_0x95791(0x130),(_0x2b43c4,_0x19f721)=>{const _0x3bb7c3=_0x95791;this[_0x3bb7c3(0x1b5)][_0x3bb7c3(0x1f2)]&&(this[_0x3bb7c3(0x109)]||(_0x19f721[_0x3bb7c3(0x190)]>0x0&&_0x19f721[_0x19f721[_0x3bb7c3(0x190)]-0x1]&&_0x19f721[_0x19f721[_0x3bb7c3(0x190)]-0x1][_0x3bb7c3(0x16f)]?_0x19f721[_0x3bb7c3(0x18e)]():(_0x2b43c4[_0x3bb7c3(0x1c3)]=_0x2fd303((..._0x23ca95)=>_0x314da8[_0x3bb7c3(0x130)](..._0x23ca95,{'forceDefaultExecution':!0x0}),..._0x19f721),_0x2b43c4[_0x3bb7c3(0x240)]())));},{'priority':_0x95791(0x1c5)});}[_0x443490(0x16f)](_0x1152af){const _0x5771d4=_0x443490;let _0x34425c,_0x1712ff;const _0x5caeaa=this[_0x5771d4(0x109)];this[_0x5771d4(0x109)]=!0x0;try{_0x34425c=_0x1152af();}catch(_0xd7f497){_0x1712ff=_0xd7f497;}return _0x5caeaa||(this[_0x5771d4(0x109)]=!0x1),_0x1712ff&&_0x4c0bd4[_0x5771d4(0x1fc)](_0x1712ff,this),_0x34425c;}[_0x443490(0x26c)](_0x1623d9,_0x27f695=null,_0x110374={}){const _0x573d72=_0x443490;if(_0x1623d9[_0x573d72(0x1ae)])return null;const _0x3fa409=this[_0x573d72(0x260)][_0x573d72(0x136)][_0x573d72(0x166)](_0x573d72(0x1a0))['me'];for(const {suggestion:_0x9ff96e,meta:_0x144a51}of this[_0x573d72(0x23c)](_0x1623d9,_0x573d72(0x21b)))if(_0x144a51[_0x573d72(0xd3)]){if(!_0x144a51[_0x573d72(0x120)]){if(_0x144a51[_0x573d72(0x201)]){if(!this[_0x573d72(0x1ed)]||!Lt(_0x9ff96e,_0x110374))continue;return _0x9ff96e;}if(Lt(_0x9ff96e,_0x110374))return _0x9ff96e;this[_0x573d72(0xc5)](_0x9ff96e,_0x1623d9[_0x573d72(0x12d)],_0x1623d9[_0x573d72(0x250)]);break;}if(_0x27f695==_0x9ff96e[_0x573d72(0x184)]&&Lt(_0x9ff96e,_0x110374)){const _0x1b5777=_0x9ff96e[_0x573d72(0x1a1)]();return _0x1b5777[_0x573d72(0x12d)][_0x573d72(0x12a)](_0x1623d9[_0x573d72(0x250)])?this[_0x573d72(0x14d)](_0x9ff96e,this[_0x573d72(0xfb)][_0x573d72(0x11d)](_0x1623d9[_0x573d72(0x12d)],_0x1b5777[_0x573d72(0x250)])):this[_0x573d72(0x14d)](_0x9ff96e,this[_0x573d72(0xfb)][_0x573d72(0x11d)](_0x1b5777[_0x573d72(0x12d)],_0x1623d9[_0x573d72(0x250)])),_0x9ff96e;}}const _0x3e6d20=_0x2f8995(),_0x1d6f21=_0x3fa409['id'],_0x5f25ec=_0x27f695?_0x573d72(0x129)+_0x27f695:_0x573d72(0x21b),_0x129fd9=this[_0x573d72(0x1cc)]({'id':_0x3e6d20,'type':_0x5f25ec,'createdAt':new Date(),'authorId':_0x1d6f21,'attributes':_0x110374});return this[_0x573d72(0x1c7)](_0x5f25ec,_0x3e6d20,_0x1d6f21,_0x1623d9),_0x129fd9;}[_0x443490(0x181)](_0x4513e5,_0x5c2ff8=_0x443490(0x1d0),_0xffc643={}){const _0x542d4a=_0x443490,_0x178a1e=this[_0x542d4a(0x260)][_0x542d4a(0x136)][_0x542d4a(0x166)](_0x542d4a(0x1a0))['me'],_0x26370b=this[_0x542d4a(0x18d)][_0x542d4a(0x16d)](_0x542d4a(0x21b),_0x5c2ff8,_0x542d4a(0x226));for(const _0x37d574 of this[_0x542d4a(0x22d)]())if(_0x37d574[_0x542d4a(0x17a)]['id']==_0x178a1e['id']&&_0x542d4a(0x21b)==_0x37d574[_0x542d4a(0x121)]&&_0x37d574[_0x542d4a(0x184)]==_0x5c2ff8&&Lt(_0x37d574,_0xffc643)&&(_0x26370b(_0x37d574[_0x542d4a(0xe4)](),_0x4513e5)||_0x26370b(_0x4513e5,_0x37d574[_0x542d4a(0xe4)]()))){for(const _0x13b89e of _0x4513e5)_0x37d574[_0x542d4a(0x261)](_0x13b89e);return _0x37d574;}for(const {suggestion:_0x1f287b,meta:_0x4b9462}of this[_0x542d4a(0x23c)](_0x4513e5,_0x542d4a(0x21b))){if(!_0x4b9462[_0x542d4a(0xd3)])continue;if(!this[_0x542d4a(0x1ed)]&&_0x4b9462[_0x542d4a(0x201)])continue;if(!Lt(_0x1f287b,_0xffc643))continue;let _0x43a3e0=!0x0;for(const _0x58fa78 of _0x1f287b[_0x542d4a(0xe4)]())for(const _0x17da5d of _0x4513e5)if(!_0x58fa78[_0x542d4a(0xc4)](_0x17da5d)){_0x43a3e0=!0x1;break;}if(_0x43a3e0)return _0x1f287b;}const _0x5b7fbd=_0x2f8995(),_0x27fcdf=_0x178a1e['id'],_0x5452c4=_0x542d4a(0x129)+_0x5c2ff8,_0x435db0=this[_0x542d4a(0x1cc)]({'id':_0x5b7fbd,'type':_0x5452c4,'createdAt':new Date(),'authorId':_0x27fcdf,'attributes':_0xffc643});for(const _0x254f10 of _0x4513e5)this[_0x542d4a(0x1c7)](_0x5452c4,_0x5b7fbd,_0x27fcdf,_0x254f10,_0x4febc1[_0x542d4a(0x217)]());return _0x435db0;}[_0x443490(0xc3)](_0x228d68,_0x448f05,_0x570d17=null,_0x1a4c4a={}){const _0x5a0f90=_0x443490;if(_0x570d17=_0x570d17||Vt(_0x448f05),_0x228d68[_0x5a0f90(0x1ae)])return null;if(_0x5a0f90(0x15f)===this[_0x5a0f90(0x1a4)]){const _0x133d28=this[_0x5a0f90(0x18d)][_0x5a0f90(0x16d)](_0x5a0f90(0x12f),_0x570d17,_0x5a0f90(0x170));return this[_0x5a0f90(0x16f)](()=>_0x133d28([_0x228d68],_0x448f05,_0x1a4c4a)),null;}const _0x587036=this[_0x5a0f90(0x260)][_0x5a0f90(0x136)][_0x5a0f90(0x166)](_0x5a0f90(0x1a0))['me'],_0x21b93f=[];if(_0x5a0f90(0x1f6)!==this[_0x5a0f90(0x1a4)]){for(const {suggestion:_0x3ff1dd,meta:_0x8ea8a8}of this[_0x5a0f90(0x23c)](_0x228d68,_0x5a0f90(0x21b)))_0x8ea8a8[_0x5a0f90(0xd3)]&&!_0x8ea8a8[_0x5a0f90(0x131)]&&_0x21b93f[_0x5a0f90(0x221)](..._0x3ff1dd[_0x5a0f90(0xe4)]());}const _0x10bb25=function(_0x312755,_0x4fdd78){const _0x383baa=_0x5a0f90,_0x39ddc3=[];for(const _0x3b47b4 of _0x4fdd78){const _0x4eda28=_0x312755[_0x383baa(0x245)](_0x3b47b4);_0x4eda28&&_0x39ddc3[_0x383baa(0x221)](_0x4eda28);}return _0x39ddc3;}(_0x228d68,_0x21b93f),_0x437a2b=function(_0x3234b5,_0x340a86){const _0xb35267=_0x5a0f90,_0x3e0935=[_0x3234b5];for(const _0x4d8c46 of _0x340a86){let _0x4cc1e3=0x0;for(;_0x4cc1e3<_0x3e0935[_0xb35267(0x190)];){const _0x28431e=_0x3e0935[_0x4cc1e3][_0xb35267(0x257)](_0x4d8c46);_0x3e0935[_0xb35267(0x25f)](_0x4cc1e3,0x1,..._0x28431e),_0x4cc1e3+=_0x28431e[_0xb35267(0x190)];}}return _0x3e0935;}(_0x228d68,_0x21b93f);_0x10bb25[_0x5a0f90(0x190)]&&this[_0x5a0f90(0xfb)][_0x5a0f90(0x157)](()=>{const _0x43cff0=_0x5a0f90;for(const _0x1870f0 of _0x10bb25){const _0x55785a=this[_0x43cff0(0x18d)][_0x43cff0(0x16d)](_0x43cff0(0x12f),_0x570d17,_0x43cff0(0x170));this[_0x43cff0(0x16f)](()=>_0x55785a([_0x1870f0],_0x448f05,_0x1a4c4a));}});for(const _0x2421c6 of _0x437a2b){let _0x37addc=null,_0x72c5d0=_0x2421c6[_0x5a0f90(0x12d)],_0x5ac4da=_0x2421c6[_0x5a0f90(0x250)];for(const {suggestion:_0x5140bc,meta:_0x35c0b0}of this[_0x5a0f90(0x23c)](_0x2421c6,_0x5a0f90(0x12f))){if(!_0x35c0b0[_0x5a0f90(0xd3)])continue;if(_0x5140bc[_0x5a0f90(0x184)]!=_0x570d17)continue;if(!Lt(_0x5140bc,_0x1a4c4a))continue;const _0x336c5d=_0x5140bc[_0x5a0f90(0x1a1)]();if(_0x336c5d[_0x5a0f90(0xc4)](_0x2421c6,!0x0))return null;_0x72c5d0=_0x72c5d0[_0x5a0f90(0x103)](_0x336c5d[_0x5a0f90(0x12d)])?_0x72c5d0:_0x336c5d[_0x5a0f90(0x12d)],_0x5ac4da=_0x5ac4da[_0x5a0f90(0x186)](_0x336c5d[_0x5a0f90(0x250)])?_0x5ac4da:_0x336c5d[_0x5a0f90(0x250)],_0x37addc?_0x336c5d[_0x5a0f90(0x12d)][_0x5a0f90(0x103)](_0x37addc[_0x5a0f90(0x1a1)]()[_0x5a0f90(0x12d)])?(_0x37addc[_0x5a0f90(0x25a)](),_0x37addc=_0x5140bc):_0x5140bc[_0x5a0f90(0x25a)]():_0x37addc=_0x5140bc;}const _0x3f082e=this[_0x5a0f90(0xfb)][_0x5a0f90(0x11d)](_0x72c5d0,_0x5ac4da);if(_0x37addc)this[_0x5a0f90(0x14d)](_0x37addc,_0x3f082e);else{const _0x1b1329=_0x2f8995(),_0x2750c1=_0x587036['id'];this[_0x5a0f90(0x1cc)]({'id':_0x1b1329,'type':_0x5a0f90(0x1ce)+_0x570d17,'data':_0x448f05,'createdAt':new Date(),'authorId':_0x2750c1,'attributes':_0x1a4c4a}),this[_0x5a0f90(0x1c7)](_0x5a0f90(0x1ce)+_0x570d17,_0x1b1329,_0x2750c1,_0x3f082e);}}return null;}[_0x443490(0x104)](_0x5e6472,_0x16af93,_0x44d59f=[],_0x4ed4c1=null,_0x2c01d0={}){const _0x13323e=_0x443490;_0x16af93[_0x13323e(0x1a5)]||(_0x16af93[_0x13323e(0x1a5)]=_0x16af93[_0x13323e(0x214)]),_0x16af93[_0x13323e(0x20d)]=_0x5e6472['is'](_0x13323e(0x1e2)),_0x4ed4c1=_0x4ed4c1||Vt(_0x16af93);const _0x4139ff=_0x44d59f[_0x13323e(0x1ee)](_0x34e170=>Ft(_0x34e170,this[_0x13323e(0xfb)])),_0x194d84=_0x5e6472['is'](_0x13323e(0x1e2))?_0x5e6472:Ft(_0x5e6472,this[_0x13323e(0xfb)]);if(_0x13323e(0x15f)===this[_0x13323e(0x1a4)]){const _0x41aec9=this[_0x13323e(0x18d)][_0x13323e(0x16d)](_0x13323e(0x18f),_0x4ed4c1,_0x13323e(0x170));return this[_0x13323e(0x16f)](()=>_0x41aec9([_0x194d84],_0x16af93,_0x2c01d0)),null;}_0x4139ff[_0x13323e(0x221)](_0x194d84);let _0x4aee99=!0x0;for(const _0x29eb1e of _0x4139ff)if(!this[_0x13323e(0x193)](_0x29eb1e)){_0x4aee99=!0x1;break;}if(_0x4aee99&&_0x13323e(0x1f6)!==this[_0x13323e(0x1a4)]){const _0x595132=this[_0x13323e(0x18d)][_0x13323e(0x16d)](_0x13323e(0x18f),_0x4ed4c1,_0x13323e(0x170));return this[_0x13323e(0x16f)](()=>_0x595132([_0x194d84],_0x16af93,_0x2c01d0)),null;}let _0x4bde15=null,_0x16ad46=_0x194d84[_0x13323e(0x12d)],_0x481205=_0x194d84[_0x13323e(0x250)];for(const {suggestion:_0x3d066c,meta:_0x277d21}of this[_0x13323e(0x23c)](_0x194d84,_0x13323e(0x18f))){if(!_0x277d21[_0x13323e(0xd3)])continue;if(_0x277d21[_0x13323e(0x120)]||_0x277d21[_0x13323e(0x201)]||_0x277d21[_0x13323e(0x131)])continue;if(_0x3d066c[_0x13323e(0x236)][_0x13323e(0x1a5)]!=_0x16af93[_0x13323e(0x1a5)])continue;if(!Lt(_0x3d066c,_0x2c01d0))continue;const _0x5a45d7=_0x3d066c[_0x13323e(0x1a1)]();if(_0x3d066c[_0x13323e(0x184)]==_0x4ed4c1){if(_0x5a45d7[_0x13323e(0xc4)](_0x194d84,!0x0))return null;_0x16ad46=_0x16ad46[_0x13323e(0x103)](_0x5a45d7[_0x13323e(0x12d)])?_0x16ad46:_0x5a45d7[_0x13323e(0x12d)],_0x481205=_0x481205[_0x13323e(0x186)](_0x5a45d7[_0x13323e(0x250)])?_0x481205:_0x5a45d7[_0x13323e(0x250)],_0x4bde15?_0x5a45d7[_0x13323e(0x12d)][_0x13323e(0x103)](_0x4bde15[_0x13323e(0x1a1)]()[_0x13323e(0x12d)])?(_0x4bde15[_0x13323e(0x25a)](),_0x4bde15=_0x3d066c):_0x3d066c[_0x13323e(0x25a)]():_0x4bde15=_0x3d066c;}else{const _0x3103cd=_0x194d84[_0x13323e(0x245)](_0x5a45d7);this[_0x13323e(0x265)](_0x3d066c,_0x3103cd);}}const _0x11d63c=this[_0x13323e(0x260)][_0x13323e(0x136)][_0x13323e(0x166)](_0x13323e(0x1a0))['me'],_0x768ee7=_0x2f8995(),_0x40723d=_0x11d63c['id'];if(_0x4bde15)return this[_0x13323e(0x14d)](_0x4bde15,this[_0x13323e(0xfb)][_0x13323e(0x11d)](_0x16ad46,_0x481205)),_0x4bde15;{const _0x2fe47f=this[_0x13323e(0x1cc)]({'id':_0x768ee7,'type':_0x13323e(0x263)+_0x4ed4c1,'data':_0x16af93,'createdAt':new Date(),'authorId':_0x40723d,'attributes':_0x2c01d0});return this[_0x13323e(0x1c7)](_0x13323e(0x263)+_0x4ed4c1,_0x768ee7,_0x40723d,this[_0x13323e(0xfb)][_0x13323e(0x11d)](_0x16ad46,_0x481205)),_0x2fe47f;}}[_0x443490(0x124)](_0x2532d0,_0xc4f132,_0x46a3c6=[],_0x4e9fe=null,_0x36d3e2={}){const _0x22ec1f=_0x443490;_0xc4f132[_0x22ec1f(0x1a5)]||(_0xc4f132[_0x22ec1f(0x1a5)]=_0xc4f132[_0x22ec1f(0x214)]);const _0x54aa10=_0x2532d0[0x0];_0xc4f132[_0x22ec1f(0x20d)]=_0x54aa10['is'](_0x22ec1f(0x1e2)),_0x4e9fe=_0x4e9fe||Vt(_0xc4f132);const _0x43c83d=_0x46a3c6[_0x22ec1f(0x1ee)](_0x34302d=>Ft(_0x34302d,this[_0x22ec1f(0xfb)])),_0x1af9e7=_0x54aa10['is'](_0x22ec1f(0x1e2))?_0x2532d0:_0x2532d0[_0x22ec1f(0x1ee)](_0x4761b6=>Ft(_0x4761b6,this[_0x22ec1f(0xfb)]));if(_0x22ec1f(0x15f)===this[_0x22ec1f(0x1a4)]){const _0x1312fd=this[_0x22ec1f(0x18d)][_0x22ec1f(0x16d)](_0x22ec1f(0x18f),_0x4e9fe,_0x22ec1f(0x170));return this[_0x22ec1f(0x16f)](()=>_0x1312fd(_0x1af9e7,_0xc4f132,_0x36d3e2)),null;}_0x43c83d[_0x22ec1f(0x221)](..._0x1af9e7);let _0x6b5373=!0x0;for(const _0x4358b9 of _0x43c83d)if(!this[_0x22ec1f(0x193)](_0x4358b9)){_0x6b5373=!0x1;break;}if(_0x6b5373&&_0x22ec1f(0x1f6)!==this[_0x22ec1f(0x1a4)]){const _0x5b309c=this[_0x22ec1f(0x18d)][_0x22ec1f(0x16d)](_0x22ec1f(0x18f),_0x4e9fe,_0x22ec1f(0x170));return this[_0x22ec1f(0x16f)](()=>_0x5b309c(_0x1af9e7,_0xc4f132,_0x36d3e2)),null;}const _0x4d9178=this[_0x22ec1f(0x260)][_0x22ec1f(0x136)][_0x22ec1f(0x166)](_0x22ec1f(0x1a0))['me'];for(const _0x264adb of this[_0x22ec1f(0x22d)]()){if(_0x264adb[_0x22ec1f(0x17a)]['id']!=_0x4d9178['id'])continue;if(_0x22ec1f(0x18f)!=_0x264adb[_0x22ec1f(0x121)]||_0x264adb[_0x22ec1f(0x236)][_0x22ec1f(0x1a5)]!=_0xc4f132[_0x22ec1f(0x1a5)])continue;if(!Lt(_0x264adb,_0x36d3e2))continue;const _0x4eafab=_0x264adb[_0x22ec1f(0x184)]==_0x4e9fe;for(let _0x407388=0x0;_0x407388<_0x1af9e7[_0x22ec1f(0x190)];_0x407388++){const _0x429b20=_0x1af9e7[_0x407388];for(const _0x3a0255 of _0x264adb[_0x22ec1f(0x21f)]()){const _0x5a2a17=_0x3a0255[_0x22ec1f(0x1d7)]();if(_0x429b20[_0x22ec1f(0x12a)](_0x5a2a17)){_0x4eafab?(_0x1af9e7[_0x22ec1f(0x25f)](_0x407388,0x1),_0x407388--):_0x264adb[_0x22ec1f(0x1e7)](_0x3a0255[_0x22ec1f(0x13a)]);break;}}}}if(0x0==_0x1af9e7[_0x22ec1f(0x190)])return null;const _0x32f943=this[_0x22ec1f(0x18d)][_0x22ec1f(0x16d)](_0x22ec1f(0x18f),_0x4e9fe,_0x22ec1f(0x226));for(const _0x5443d of this[_0x22ec1f(0x22d)]())if(_0x5443d[_0x22ec1f(0x17a)]['id']==_0x4d9178['id']&&_0x22ec1f(0x18f)==_0x5443d[_0x22ec1f(0x121)]&&_0x5443d[_0x22ec1f(0x236)][_0x22ec1f(0x1a5)]==_0xc4f132[_0x22ec1f(0x1a5)]&&_0x5443d[_0x22ec1f(0x184)]==_0x4e9fe&&Lt(_0x5443d,_0x36d3e2)&&(_0x32f943(_0x5443d[_0x22ec1f(0xe4)](),_0x1af9e7)||_0x32f943(_0x1af9e7,_0x5443d[_0x22ec1f(0xe4)]()))){for(const _0x570df7 of _0x1af9e7)_0x5443d[_0x22ec1f(0x261)](_0x570df7);return _0x5443d;}const _0x51d17c=_0x2f8995(),_0x57481a=_0x4d9178['id'],_0x801bf3=_0x22ec1f(0x263)+_0x4e9fe,_0x20c888=this[_0x22ec1f(0x1cc)]({'id':_0x51d17c,'type':_0x801bf3,'data':_0xc4f132,'createdAt':new Date(),'authorId':_0x57481a,'attributes':_0x36d3e2});for(const _0x5cc5ef of _0x1af9e7)this[_0x22ec1f(0x1c7)](_0x801bf3,_0x51d17c,_0x57481a,_0x5cc5ef,_0x4febc1[_0x22ec1f(0x217)]());return _0x20c888;}[_0x443490(0x122)](_0x107cf9,_0x4ae41e=null,_0x48381d={}){const _0x5ee0f5=_0x443490;if(_0x107cf9[_0x5ee0f5(0x1ae)])return null;const _0x42a304=this[_0x5ee0f5(0x260)][_0x5ee0f5(0x136)][_0x5ee0f5(0x166)](_0x5ee0f5(0x1a0))['me'],_0x561ac8=new _0x31aebe(_0x107cf9[_0x5ee0f5(0x12d)],_0x107cf9[_0x5ee0f5(0x250)]);for(const {suggestion:_0x526231,meta:_0x4175b9}of this[_0x5ee0f5(0x23c)](_0x561ac8,_0x5ee0f5(0x21b)))if(_0x4175b9[_0x5ee0f5(0xd3)]&&!_0x4175b9[_0x5ee0f5(0x120)]){if(_0x526231[_0x5ee0f5(0x15b)]){const _0x56e90f=_0x526231[_0x5ee0f5(0xe4)]()[_0x5ee0f5(0xcf)](_0x2bd465=>_0x5ee0f5(0xfd)!=_0x2bd465[_0x5ee0f5(0x1fd)][_0x5ee0f5(0x224)]);_0x56e90f[_0x5ee0f5(0x142)](_0x2f467e=>_0x561ac8[_0x5ee0f5(0xc4)](_0x2f467e,!0x0))&&_0x526231[_0x5ee0f5(0x15d)]();if(_0x56e90f[_0x5ee0f5(0x196)](_0x2e3312=>_0x2e3312[_0x5ee0f5(0xc4)](_0x561ac8,!0x0))){const _0xaddc8a=this[_0x5ee0f5(0x18d)][_0x5ee0f5(0x16d)](_0x5ee0f5(0x189),_0x4ae41e,_0x5ee0f5(0x170));return this[_0x5ee0f5(0x16f)](()=>_0xaddc8a([_0x561ac8],null,_0x48381d)),null;}}else{const _0x1a56f3=_0x561ac8[_0x5ee0f5(0x245)](_0x526231[_0x5ee0f5(0x1a1)]());null!==_0x1a56f3&&_0x526231[_0x5ee0f5(0x1f0)]([_0x1a56f3],null,_0x48381d);}}if(_0x561ac8[_0x5ee0f5(0x26b)](),_0x561ac8[_0x5ee0f5(0x1ae)]||_0x5ee0f5(0xfd)==_0x561ac8[_0x5ee0f5(0x1fd)][_0x5ee0f5(0x224)])return null;let _0xdfc601=null,_0xd6ea5d=_0x561ac8[_0x5ee0f5(0x12d)],_0x5defbb=_0x561ac8[_0x5ee0f5(0x250)];const _0x1db013=this[_0x5ee0f5(0x23c)](_0x561ac8,_0x5ee0f5(0x189));for(const {suggestion:_0x4aa5e2,meta:_0x113b5a}of _0x1db013){const _0x32226a=this[_0x5ee0f5(0xfb)][_0x5ee0f5(0x11d)](_0xd6ea5d,_0x5defbb);if(_0x113b5a[_0x5ee0f5(0xd3)]&&(this[_0x5ee0f5(0x1ed)]||!_0x113b5a[_0x5ee0f5(0x201)]&&!_0x113b5a[_0x5ee0f5(0x131)])){if(_0x4aa5e2[_0x5ee0f5(0x15b)]){if(!Lt(_0x4aa5e2,_0x48381d))continue;let _0xb7f3e0=!0x0;for(const _0x1109ef of _0x4aa5e2[_0x5ee0f5(0xe4)]()){if(_0x1109ef[_0x5ee0f5(0xc4)](_0x32226a,!0x0))return _0x4aa5e2;_0x32226a[_0x5ee0f5(0xc4)](_0x1109ef)||(_0xb7f3e0=!0x1);}_0xb7f3e0&&_0x4aa5e2[_0x5ee0f5(0x15d)]();}else{const _0x1c5e43=_0x4aa5e2[_0x5ee0f5(0x1a1)]();if(_0x1c5e43[_0x5ee0f5(0xc4)](_0x32226a,!0x0))return _0x4aa5e2;if(!Lt(_0x4aa5e2,_0x48381d)){_0x32226a[_0x5ee0f5(0xc4)](_0x1c5e43)?_0x4aa5e2[_0x5ee0f5(0x25a)]():_0x1c5e43[_0x5ee0f5(0x1a8)](_0xd6ea5d)?_0xd6ea5d=_0x1c5e43[_0x5ee0f5(0x250)]:_0x1c5e43[_0x5ee0f5(0x1a8)](_0x5defbb)&&(_0x5defbb=_0x1c5e43[_0x5ee0f5(0x12d)]);continue;}_0xd6ea5d=_0xd6ea5d[_0x5ee0f5(0x103)](_0x1c5e43[_0x5ee0f5(0x12d)])?_0xd6ea5d:_0x1c5e43[_0x5ee0f5(0x12d)],_0x5defbb=_0x5defbb[_0x5ee0f5(0x186)](_0x1c5e43[_0x5ee0f5(0x250)])?_0x5defbb:_0x1c5e43[_0x5ee0f5(0x250)],_0x48381d=Object[_0x5ee0f5(0x1e0)]({},_0x4aa5e2[_0x5ee0f5(0x10e)]),_0xdfc601?_0x1c5e43[_0x5ee0f5(0x12d)][_0x5ee0f5(0x103)](_0xdfc601[_0x5ee0f5(0x1a1)]()[_0x5ee0f5(0x12d)])?(_0xdfc601[_0x5ee0f5(0x25a)](),_0xdfc601=_0x4aa5e2):_0x4aa5e2[_0x5ee0f5(0x25a)]():_0xdfc601=_0x4aa5e2;}}}if(_0xdfc601)return this[_0x5ee0f5(0x14d)](_0xdfc601,this[_0x5ee0f5(0xfb)][_0x5ee0f5(0x11d)](_0xd6ea5d,_0x5defbb)),_0xdfc601;{const _0x68632e=_0x2f8995(),_0x2e3120=this[_0x5ee0f5(0xfb)][_0x5ee0f5(0x11d)](_0xd6ea5d,_0x5defbb),_0x24288e=_0x42a304['id'],_0x320507=_0x4ae41e?_0x5ee0f5(0x22b)+_0x4ae41e:_0x5ee0f5(0x189),_0x568310=this[_0x5ee0f5(0x1cc)]({'id':_0x68632e,'type':_0x320507,'createdAt':new Date(),'authorId':_0x24288e,'attributes':_0x48381d});return this[_0x5ee0f5(0x1c7)](_0x320507,_0x68632e,_0x24288e,_0x2e3120),_0x568310;}}[_0x443490(0x10c)](_0xa90622,_0x151208=_0x443490(0x1d0),_0x1a6597={}){const _0x3b37d7=_0x443490,_0x46ef31=this[_0x3b37d7(0x260)][_0x3b37d7(0x136)][_0x3b37d7(0x166)](_0x3b37d7(0x1a0))['me'],_0x9dd4f5=_0xa90622[_0x3b37d7(0x1ee)](_0xd56ba4=>new _0x31aebe(_0xd56ba4[_0x3b37d7(0x12d)],_0xd56ba4[_0x3b37d7(0x250)])),_0x2b857f=new Set();for(const {suggestion:_0xdada27,meta:_0xe9f662}of this[_0x3b37d7(0x23c)](_0x9dd4f5,_0x3b37d7(0x21b)))_0xe9f662[_0x3b37d7(0xd3)]&&!_0xe9f662[_0x3b37d7(0x120)]&&_0x2b857f[_0x3b37d7(0x1e5)](_0xdada27);for(const _0x2afaec of _0x2b857f)if(_0x2afaec[_0x3b37d7(0x15b)]){const _0x4ed63f=_0x2afaec[_0x3b37d7(0xe4)]();(!_0x2afaec[_0x3b37d7(0x10e)]||!_0x2afaec[_0x3b37d7(0x10e)][_0x3b37d7(0x18a)])&&(_0x4ed63f[_0x3b37d7(0x142)](_0x58b172=>_0x9dd4f5[_0x3b37d7(0x196)](_0x3d4e09=>_0x3d4e09[_0x3b37d7(0xc4)](_0x58b172,!0x0)))&&_0x2afaec[_0x3b37d7(0x15d)]());if(_0x9dd4f5[_0x3b37d7(0x142)](_0x361797=>_0x4ed63f[_0x3b37d7(0x196)](_0x350679=>_0x350679[_0x3b37d7(0xc4)](_0x361797,!0x0)))){const _0x4ad7b5=this[_0x3b37d7(0x18d)][_0x3b37d7(0x16d)](_0x3b37d7(0x189),_0x151208,_0x3b37d7(0x170));return this[_0x3b37d7(0x16f)](()=>_0x4ad7b5(_0xa90622,null,_0x1a6597)),null;}}else{const _0x15f369=_0x2afaec[_0x3b37d7(0x1a1)]();_0x9dd4f5[_0x3b37d7(0x196)](_0x37573c=>_0x37573c[_0x3b37d7(0xc4)](_0x15f369,!0x0))&&_0x2afaec[_0x3b37d7(0x15d)]();if(_0x9dd4f5[_0x3b37d7(0x142)](_0x14856c=>_0x15f369[_0x3b37d7(0xc4)](_0x14856c,!0x0))){const _0x13e612=this[_0x3b37d7(0x18d)][_0x3b37d7(0x16d)](_0x3b37d7(0x189),_0x151208,_0x3b37d7(0x170));return this[_0x3b37d7(0x16f)](()=>_0x13e612(_0x9dd4f5,null,_0x1a6597)),null;}}const _0xf22f9f=this[_0x3b37d7(0x18d)][_0x3b37d7(0x16d)](_0x3b37d7(0x189),_0x151208,_0x3b37d7(0x226));let _0x2b43f3=null;for(const _0x26e405 of this[_0x3b37d7(0x22d)]())if(_0x26e405[_0x3b37d7(0x17a)]['id']==_0x46ef31['id']&&_0x26e405[_0x3b37d7(0x1bb)]&&_0x3b37d7(0x189)==_0x26e405[_0x3b37d7(0x121)]&&_0x26e405[_0x3b37d7(0x184)]==_0x151208&&Lt(_0x26e405,_0x1a6597)&&(_0xf22f9f(_0x26e405[_0x3b37d7(0xe4)](),_0x9dd4f5)||_0xf22f9f(_0x9dd4f5,_0x26e405[_0x3b37d7(0xe4)]()))){if(_0x2b43f3){if(_0x26e405[_0x3b37d7(0x1f9)]&&_0x26e405[_0x3b37d7(0x1f9)][_0x3b37d7(0x190)])continue;for(const _0x4b7536 of _0x26e405[_0x3b37d7(0xe4)]())_0x2b43f3[_0x3b37d7(0x118)](_0x4b7536)||_0x2b43f3[_0x3b37d7(0x261)](_0x4b7536);_0x26e405[_0x3b37d7(0x25a)]();}else{_0x2b43f3=_0x26e405;for(const _0x2141dd of _0x9dd4f5)_0x26e405[_0x3b37d7(0x118)](_0x2141dd)||_0x26e405[_0x3b37d7(0x261)](_0x2141dd);}}if(_0x2b43f3)return _0x2b43f3;_0x2b857f[_0x3b37d7(0x1a7)]();for(const {suggestion:_0x3a7139,meta:_0x5d4ce6}of this[_0x3b37d7(0x23c)](_0x9dd4f5,_0x3b37d7(0x189)))_0x5d4ce6[_0x3b37d7(0xd3)]&&(this[_0x3b37d7(0x1ed)]||!_0x5d4ce6[_0x3b37d7(0x201)]&&!_0x5d4ce6[_0x3b37d7(0x131)])&&Lt(_0x3a7139,_0x1a6597)&&_0x2b857f[_0x3b37d7(0x1e5)](_0x3a7139);for(const _0x4293bf of _0x2b857f){const _0x24c72b=_0x4293bf[_0x3b37d7(0xe4)]();if(!_0x1a6597||!_0x1a6597[_0x3b37d7(0x18a)]){if(_0x9dd4f5[_0x3b37d7(0x142)](_0x46f93c=>_0x24c72b[_0x3b37d7(0x196)](_0x174fd0=>_0x174fd0[_0x3b37d7(0xc4)](_0x46f93c,!0x0))))return _0x4293bf;}(!_0x4293bf[_0x3b37d7(0x10e)]||!_0x4293bf[_0x3b37d7(0x10e)][_0x3b37d7(0x18a)])&&(_0x24c72b[_0x3b37d7(0x142)](_0x19bdc6=>_0x9dd4f5[_0x3b37d7(0x196)](_0x9ed35f=>_0x9ed35f[_0x3b37d7(0xc4)](_0x19bdc6,!0x0)))&&_0x4293bf[_0x3b37d7(0x15d)]());}const _0x17e680=_0x2f8995(),_0xb9c0d=_0x46ef31['id'],_0x54542c=_0x3b37d7(0x22b)+_0x151208,_0x5ee09b=this[_0x3b37d7(0x1cc)]({'id':_0x17e680,'type':_0x54542c,'createdAt':new Date(),'authorId':_0xb9c0d,'attributes':_0x1a6597});for(const _0xe9dee6 of _0x9dd4f5)_0xe9dee6[_0x3b37d7(0x26b)](),_0xe9dee6[_0x3b37d7(0x1ae)]||_0x3b37d7(0xfd)==_0xe9dee6[_0x3b37d7(0x1fd)][_0x3b37d7(0x224)]||this[_0x3b37d7(0x1c7)](_0x54542c,_0x17e680,_0xb9c0d,_0xe9dee6,_0x4febc1[_0x3b37d7(0x217)]());return _0x5ee09b;}[_0x443490(0x209)](_0x1ddcae,_0x5a596d,_0x43e875,_0x502fcb,_0x619313){const _0x1b9858=_0x443490;if(_0x1ddcae[_0x1b9858(0x1ae)])return[];if(_0x1b9858(0x15f)===this[_0x1b9858(0x1a4)])return[];const _0x1ea7c7=this[_0x1b9858(0x260)][_0x1b9858(0x136)][_0x1b9858(0x166)](_0x1b9858(0x1a0))['me']['id'],_0x1edad6=Array[_0x1b9858(0x24c)](this[_0x1b9858(0x1c4)][_0x1b9858(0x13e)]())[_0x1b9858(0xcf)](_0x4b4eb5=>_0x1b9858(0x208)==_0x4b4eb5[_0x1b9858(0x121)]&&_0x4b4eb5[_0x1b9858(0x236)][_0x1b9858(0x24e)]==_0x5a596d&&_0x4b4eb5[_0x1b9858(0x118)](_0x1ddcae));if(_0x1b9858(0x20c)===this[_0x1b9858(0x1a4)]){const _0xd6efac=this[_0x1b9858(0x23c)](_0x1ddcae,_0x1b9858(0x21b))[_0x1b9858(0xcf)](({meta:_0x3b6507})=>_0x3b6507[_0x1b9858(0xd3)]&&!_0x3b6507[_0x1b9858(0x131)]&&!_0x3b6507[_0x1b9858(0x120)])[_0x1b9858(0x1ee)](({suggestion:_0x541fac})=>_0x541fac);_0x1edad6[_0x1b9858(0x15c)](..._0xd6efac);}const _0x4a2688=new Map([[_0x1ddcae,_0x43e875]]);for(const _0x254762 of _0x1edad6){const _0x1569bb=_0x1b9858(0x208)==_0x254762[_0x1b9858(0x121)]?_0x254762[_0x1b9858(0x236)][_0x1b9858(0x132)]:void 0x0,_0x1b0b77=_0x254762[_0x1b9858(0x1a1)](),_0x513a8f=Array[_0x1b9858(0x24c)](_0x4a2688[_0x1b9858(0xce)]())[_0x1b9858(0x232)](_0xb60ffb=>_0xb60ffb[_0x1b9858(0x1c6)](_0x1b0b77));if(!_0x513a8f)continue;const _0x3b2a42=_0x513a8f[_0x1b9858(0x257)](_0x1b0b77);this[_0x1b9858(0xff)](_0x5a596d)&&_0x1b9858(0x21b)==_0x254762[_0x1b9858(0x121)]&&0x0!=_0x3b2a42[_0x1b9858(0x190)]||(_0x4a2688[_0x1b9858(0x168)](_0x513a8f),_0x3b2a42[_0x1b9858(0x12b)](_0x8bea2a=>{const _0x26b031=_0x1b9858;_0x4a2688[_0x26b031(0x26e)](_0x8bea2a,_0x43e875);}),_0x1b9858(0x21b)!=_0x254762[_0x1b9858(0x121)]&&_0x1569bb!=_0x502fcb&&_0x4a2688[_0x1b9858(0x26e)](_0x513a8f[_0x1b9858(0x245)](_0x1b0b77),_0x1569bb));}const _0xc4e0cc=[];for(const [_0x9f6da1,_0x354c77]of _0x4a2688){const _0x518690=_0x2f8995(),_0x41a177={'key':_0x5a596d,'oldValue':_0x354c77,'newValue':_0x502fcb};_0x5a596d[_0x1b9858(0x190)]>0x25&&console[_0x1b9858(0x18b)](_0x1b9858(0xc6),{'key':_0x5a596d});const _0x4a9d24=(_0x1b9858(0x1a3)+(_0x5a596d+'|'+Vt({'newValue':_0x502fcb})))[_0x1b9858(0x175)](0x0,0x3c),_0x4357a6=this[_0x1b9858(0x1cc)]({'id':_0x518690,'type':_0x4a9d24,'data':_0x41a177,'createdAt':new Date(),'authorId':_0x1ea7c7,'attributes':_0x619313});_0xc4e0cc[_0x1b9858(0x221)](_0x4357a6),this[_0x1b9858(0x1c7)](_0x4a9d24,_0x518690,_0x1ea7c7,_0x9f6da1);}return _0xc4e0cc;}[_0x443490(0x102)](_0x7db539){const _0x466a0f=_0x443490;this[_0x466a0f(0x188)](_0x7db539,(_0x115824,..._0x45dd45)=>{const _0x3eb5f9=_0x466a0f;this[_0x3eb5f9(0x11f)](()=>{_0x115824(..._0x45dd45);});});}[_0x443490(0x185)](_0x5e75fa){const _0x43976f=_0x443490;this[_0x43976f(0xd1)][_0x43976f(0x1e5)](_0x5e75fa);}[_0x443490(0x17f)](_0x2ee389){const _0x120c28=_0x443490;this[_0x120c28(0x255)][_0x120c28(0x1e5)](_0x2ee389);}[_0x443490(0x23e)](_0x20d533){const _0x138353=_0x443490;return _0x138353(0x208)==_0x20d533[_0x138353(0x121)]?_0x20d533[_0x138353(0x184)][_0x138353(0x198)]('|')[0x0]:null;}[_0x443490(0x14d)](_0x361fb1,_0x5031cf){const _0x5c4c17=_0x443490,_0x3a3b5d=_0x361fb1[_0x5c4c17(0x10f)]();this[_0x5c4c17(0xfb)][_0x5c4c17(0x157)](_0x41f073=>{const _0x3cdd9b=_0x5c4c17;_0x41f073[_0x3cdd9b(0x13f)](_0x3a3b5d,{'range':_0x5031cf});});}[_0x443490(0x11c)](_0x3b4370){const _0x278374=_0x443490,_0x8f0bf9=_0x3b4370['id'],_0x477731=this[_0x278374(0x260)][_0x278374(0x1f8)][_0x278374(0x166)](_0x278374(0x1db));this[_0x278374(0x253)][_0x278374(0x14b)](_0x8f0bf9)||this[_0x278374(0x253)][_0x278374(0x187)]({'channelId':_0x477731,'threadId':_0x8f0bf9,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x33841b=this[_0x278374(0x253)][_0x278374(0x14e)](_0x8f0bf9);_0x33841b[_0x278374(0xcb)](_0x278374(0x248)),_0x33841b[_0x278374(0x248)]=!0x1,_0x3b4370[_0x278374(0x1f9)]=_0x33841b;}[_0x443490(0x238)](_0x4afe8c,_0x37f443,_0x33fd2,_0x2420c2){const _0x2213e9=_0x443490;if(_0x4afe8c[_0x2213e9(0x121)]!=_0x37f443||_0x4afe8c[_0x2213e9(0x184)]!=_0x33fd2||_0x4afe8c[_0x2213e9(0x1e6)]['id']!=_0x2420c2)throw this[_0x2213e9(0x260)][_0x2213e9(0x1e8)](_0x2213e9(0x1e9)),new _0x4c0bd4(_0x2213e9(0x1e9),this);}[_0x443490(0x265)](_0x127009,_0x477474){const _0x596e33=_0x443490,_0x54e7ca=_0x127009[_0x596e33(0x1a1)]();if(_0x477474[_0x596e33(0x12a)](_0x54e7ca))_0x127009[_0x596e33(0x25a)]();else{if(_0x54e7ca[_0x596e33(0xc4)](_0x477474)){const _0x5e4041=this[_0x596e33(0xfb)][_0x596e33(0x195)](_0x477474[_0x596e33(0x12d)][_0x596e33(0x1c1)],_0x596e33(0x250));this[_0x596e33(0x14d)](_0x127009,this[_0x596e33(0xfb)][_0x596e33(0x11d)](_0x54e7ca[_0x596e33(0x12d)],_0x5e4041));const _0x4d129d=_0x2f8995(),_0x24b604=_0x127009[_0x596e33(0x1e6)]['id'],_0x50adc3=_0x127009[_0x596e33(0x121)]+':'+_0x127009[_0x596e33(0x184)];this[_0x596e33(0x1cc)]({'id':_0x4d129d,'type':_0x50adc3,'createdAt':new Date(),'authorId':_0x24b604,'data':_0x127009[_0x596e33(0x236)],'attributes':_0x127009[_0x596e33(0x10e)]});const _0x5d29ee=this[_0x596e33(0xfb)][_0x596e33(0x195)](_0x477474[_0x596e33(0x250)][_0x596e33(0x123)],_0x596e33(0xdb)),_0x3c6807=this[_0x596e33(0xfb)][_0x596e33(0x11d)](_0x5d29ee,_0x54e7ca[_0x596e33(0x250)]);this[_0x596e33(0x1c7)](_0x50adc3,_0x4d129d,_0x24b604,_0x3c6807);}else{if(_0x54e7ca[_0x596e33(0x1a8)](_0x477474[_0x596e33(0x12d)])){const _0x50b651=this[_0x596e33(0xfb)][_0x596e33(0x195)](_0x477474[_0x596e33(0x12d)][_0x596e33(0x1c1)],_0x596e33(0x250));this[_0x596e33(0x14d)](_0x127009,this[_0x596e33(0xfb)][_0x596e33(0x11d)](_0x54e7ca[_0x596e33(0x12d)],_0x50b651));}else{const _0x57b421=this[_0x596e33(0xfb)][_0x596e33(0x195)](_0x477474[_0x596e33(0x250)][_0x596e33(0x123)],_0x596e33(0xdb));this[_0x596e33(0x14d)](_0x127009,this[_0x596e33(0xfb)][_0x596e33(0x11d)](_0x57b421,_0x54e7ca[_0x596e33(0x250)]));}}}}[_0x443490(0x193)](_0x10ead6){const _0x32f6e3=_0x443490;for(const {suggestion:_0x455f59,meta:_0x320923}of this[_0x32f6e3(0x23c)](_0x10ead6,_0x32f6e3(0x21b))){if(!_0x320923[_0x32f6e3(0xd3)])continue;const _0x3a5262=_0x455f59[_0x32f6e3(0xe4)]();for(const _0x4ae6b2 of _0x3a5262)if(!_0x10ead6[_0x32f6e3(0x257)](_0x4ae6b2)[_0x32f6e3(0x190)])return!0x0;}return!0x1;}[_0x443490(0x218)](_0xb5fbea){const _0x11bb34=_0x443490,_0x5ab032=this[_0x11bb34(0x260)][_0x11bb34(0x136)][_0x11bb34(0x166)](_0x11bb34(0x1a0))[_0x11bb34(0x231)](_0xb5fbea);if(!_0x5ab032)throw new _0x4c0bd4(_0x11bb34(0x17e),this);return _0x5ab032;}[_0x443490(0x216)](_0x2cc209){const _0x103e11=_0x443490,_0x65cc5a=this[_0x103e11(0x260)][_0x103e11(0x136)][_0x103e11(0x166)](_0x103e11(0x1a0)),_0x37e213=_0x59aa86(_0x103e11(0x1fe)+_0x2cc209),_0x53297c=_0x65cc5a[_0x103e11(0x231)](_0x37e213);return _0x53297c||_0x65cc5a[_0x103e11(0x11b)]({'id':_0x37e213,'name':_0x2cc209});}[_0x443490(0x160)](_0x4f601a,_0x93ef7,_0x29eb43,_0x4c9931,_0xc65450){const _0x56b0ef=_0x443490,_0x28f986=this[_0x56b0ef(0x218)](_0x4c9931),_0x21449a=this[_0x56b0ef(0x18d)][_0x56b0ef(0x237)](_0x4f601a,_0x93ef7,_0x29eb43,_0x28f986,_0xc65450,_0x2e5f6a=>{const _0x1d6c4f=_0x56b0ef;this[_0x1d6c4f(0xfc)](_0x29eb43,{'attributes':_0x2e5f6a});const _0xd92526=this[_0x1d6c4f(0x241)](_0x29eb43);this[_0x1d6c4f(0x1b1)](new Set([_0xd92526])),this[_0x1d6c4f(0xee)](new Set([_0xd92526]));});return this[_0x56b0ef(0x204)](_0x21449a,_0x56b0ef(0x170),()=>{const _0x45f677=_0x56b0ef;this[_0x45f677(0xfc)](_0x29eb43,{'state':_0x45f677(0x138)});},{'priority':_0x56b0ef(0x1c5)}),this[_0x56b0ef(0x204)](_0x21449a,_0x56b0ef(0x15d),()=>{const _0x245573=_0x56b0ef;this[_0x245573(0xfc)](_0x29eb43,{'state':_0x245573(0x262)});},{'priority':_0x56b0ef(0x1c5)}),this[_0x56b0ef(0x1c4)][_0x56b0ef(0x26e)](_0x29eb43,_0x21449a),this[_0x56b0ef(0x1f4)][_0x56b0ef(0x26e)](_0x21449a,_0x56b0ef(0x1b4)),_0x21449a;}[_0x443490(0x230)](_0x438b84){const _0x4b0336=_0x443490,_0x43c27d=_0x438b84[_0x4b0336(0x198)](':');return{'group':_0x43c27d[0x0],'type':_0x43c27d[0x1],'subType':_0x43c27d[_0x4b0336(0x190)]>=0x5?_0x43c27d[0x2]:null,'id':_0x43c27d[_0x4b0336(0x190)]<0x5?_0x43c27d[0x2]:_0x43c27d[0x3],'authorId':_0x43c27d[_0x4b0336(0x190)]<0x5?_0x43c27d[0x3]:_0x43c27d[0x4],'markerCount':0x6==_0x43c27d[_0x4b0336(0x190)]?_0x43c27d[0x5]:null};}[_0x443490(0xc5)](_0x5d4d6b,_0x144f6b,_0x52086f){const _0xcab0bb=_0x443490,_0x4cf3a9=_0x5d4d6b[_0xcab0bb(0x1a1)](),_0x31bf77=_0x4cf3a9[_0xcab0bb(0x12d)],_0x1b45af=_0x4cf3a9[_0xcab0bb(0x250)];this[_0xcab0bb(0x14d)](_0x5d4d6b,this[_0xcab0bb(0xfb)][_0xcab0bb(0x11d)](_0x31bf77,_0x144f6b));const _0x46aa3a=_0x2f8995(),_0x1f241e=_0x5d4d6b[_0xcab0bb(0x1e6)]['id'],_0x26a657=_0x5d4d6b[_0xcab0bb(0x121)]+(_0x5d4d6b[_0xcab0bb(0x184)]?':'+_0x5d4d6b[_0xcab0bb(0x184)]:'');this[_0xcab0bb(0x1cc)]({'id':_0x46aa3a,'type':_0x26a657,'createdAt':new Date(),'authorId':_0x1f241e,'originalSuggestionId':_0x5d4d6b['id'],'attributes':_0x5d4d6b[_0xcab0bb(0x10e)],'data':_0x5d4d6b[_0xcab0bb(0x236)]});const _0x9b0d95=this[_0xcab0bb(0x23e)](_0x5d4d6b);(_0xcab0bb(0x18f)==_0x5d4d6b[_0xcab0bb(0x121)]||_0x9b0d95&&this[_0xcab0bb(0xff)](_0x9b0d95))&&(_0x52086f=this[_0xcab0bb(0xfb)][_0xcab0bb(0xf4)](_0x52086f[_0xcab0bb(0x123)])),this[_0xcab0bb(0x1c7)](_0x26a657,_0x46aa3a,_0x1f241e,this[_0xcab0bb(0xfb)][_0xcab0bb(0x11d)](_0x52086f,_0x1b45af));}[_0x443490(0x23c)](_0x422091,_0x30e744=null){const _0x2eba4b=_0x443490,_0x5a4c8a=[],_0x3d9ce3=this[_0x2eba4b(0x260)][_0x2eba4b(0x136)][_0x2eba4b(0x166)](_0x2eba4b(0x1a0))['me'];Array[_0x2eba4b(0xdf)](_0x422091)||(_0x422091=[_0x422091]);for(const _0x24a7d6 of this[_0x2eba4b(0x22d)]()){if(!_0x24a7d6[_0x2eba4b(0x1bb)])continue;if(_0x30e744&&_0x24a7d6[_0x2eba4b(0x121)]!=_0x30e744)continue;let _0x23c82c=!0x1;for(const _0x1a0dd8 of _0x24a7d6[_0x2eba4b(0xe4)]()){for(const _0x4f1a78 of _0x422091){const _0x202d0b=_0x4f1a78[_0x2eba4b(0x12d)][_0x2eba4b(0x12a)](_0x1a0dd8[_0x2eba4b(0x250)])||_0x4f1a78[_0x2eba4b(0x250)][_0x2eba4b(0x12a)](_0x1a0dd8[_0x2eba4b(0x12d)]);if(_0x202d0b||_0x4f1a78[_0x2eba4b(0x245)](_0x1a0dd8)){const _0x4c50c1=_0x4f1a78[_0x2eba4b(0xc4)](_0x1a0dd8)&&Rt(this[_0x2eba4b(0xfb)][_0x2eba4b(0x1eb)],_0x1a0dd8[_0x2eba4b(0x12d)],_0x4f1a78),_0x30afa5=_0x1a0dd8[_0x2eba4b(0xc4)](_0x4f1a78)&&Rt(this[_0x2eba4b(0xfb)][_0x2eba4b(0x1eb)],_0x4f1a78[_0x2eba4b(0x12d)],_0x1a0dd8);_0x5a4c8a[_0x2eba4b(0x221)]({'suggestion':_0x24a7d6,'meta':{'isOwn':_0x3d9ce3==_0x24a7d6[_0x2eba4b(0x17a)],'isNextTo':_0x202d0b,'isInsideObject':_0x4c50c1,'containsRangeInObject':_0x30afa5}}),_0x23c82c=!0x0;break;}}if(_0x23c82c)break;}}return _0x5a4c8a;}[_0x443490(0x1c7)](_0x1c3af3,_0x1cdcdf,_0x30b58b,_0x427b3b,_0x126434){const _0x2239c5=_0x443490;this[_0x2239c5(0xfb)][_0x2239c5(0x157)](_0x1612d2=>{const _0x4bc450=_0x2239c5;let _0x5eae66=_0x4bc450(0x267)+_0x1c3af3+':'+_0x1cdcdf+':'+_0x30b58b;_0x126434&&(_0x5eae66=_0x5eae66+':'+_0x126434),_0x1612d2[_0x4bc450(0x1fa)](_0x5eae66,{'range':_0x427b3b,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x443490(0x163)](_0x2a238e){const _0x1ffa95=_0x443490,_0x3afbe7=_0x2a238e[_0x1ffa95(0x183)],_0x123fb6=_0x2a238e[_0x1ffa95(0x1b8)];_0x2a238e[_0x1ffa95(0x183)]=null,_0x2a238e[_0x1ffa95(0x1b8)]=null,null!=_0x3afbe7&&_0x3afbe7[_0x1ffa95(0x1b8)]==_0x2a238e&&(_0x3afbe7[_0x1ffa95(0x1b8)]=_0x123fb6),null!=_0x123fb6&&_0x123fb6[_0x1ffa95(0x183)]==_0x2a238e&&(_0x123fb6[_0x1ffa95(0x183)]=_0x3afbe7),_0x1ffa95(0xd2)==this[_0x1ffa95(0x1f4)][_0x1ffa95(0x166)](_0x2a238e)&&(this[_0x1ffa95(0x1f4)][_0x1ffa95(0x26e)](_0x2a238e,_0x1ffa95(0xef)),this[_0x1ffa95(0x222)](_0x1ffa95(0x246),_0x2a238e,_0x3afbe7,_0x123fb6));}[_0x443490(0x1cc)](_0x174a6b){const _0x5355a6=_0x443490,_0x2ba1ff=_0x174a6b['id'],_0x52d339=this[_0x5355a6(0x151)](_0x174a6b);if(this[_0x5355a6(0x1a6)]&&this[_0x5355a6(0x1a6)][_0x5355a6(0xe3)]){const _0x1509f3=this[_0x5355a6(0x260)][_0x5355a6(0x136)][_0x5355a6(0x166)](_0x5355a6(0x182)),_0x542196=_0x52d339[_0x5355a6(0x244)],_0x1bb0ae=_0x52d339[_0x5355a6(0x184)]?_0x52d339[_0x5355a6(0x121)]+':'+_0x52d339[_0x5355a6(0x184)]:_0x52d339[_0x5355a6(0x121)],_0xcf747=this[_0x5355a6(0x260)][_0x5355a6(0x1d9)],_0x45cbd8=_0x1509f3[_0x5355a6(0x1e5)](_0x3f24a8(_0xcf747,_0x5355a6(0x13c))),_0x2dec26={'id':_0x2ba1ff,'type':_0x1bb0ae,'hasComments':_0x542196,'data':_0x174a6b[_0x5355a6(0x236)]||null,'originalSuggestionId':_0x174a6b[_0x5355a6(0x1af)]||null,'attributes':_0x52d339[_0x5355a6(0x10e)]};this[_0x5355a6(0x1a6)][_0x5355a6(0xe3)](_0x2dec26)[_0x5355a6(0x19d)](_0x33f9f9=>{const _0x1675f1=_0x5355a6;_0x52d339[_0x1675f1(0x20e)]=!0x0,_0x1509f3[_0x1675f1(0xec)](_0x45cbd8),_0x33f9f9&&_0x33f9f9[_0x1675f1(0xdc)]&&(this[_0x1675f1(0x1c4)][_0x1675f1(0x166)](_0x2ba1ff)[_0x1675f1(0xdc)]=_0x33f9f9[_0x1675f1(0xdc)]);})[_0x5355a6(0x17d)](_0x183b76=>{const _0x5bf855=_0x5355a6;throw _0x37df80(_0x5bf855(0xd5)),this[_0x5bf855(0x260)][_0x5bf855(0x1e3)][_0x5bf855(0x17c)]({'isUndoable':!0x1},()=>{const _0x3d7f60=_0x5bf855;_0x52d339[_0x3d7f60(0x15d)]();}),_0x52d339[_0x5bf855(0x21d)](),this[_0x5bf855(0x1c4)][_0x5bf855(0x168)](_0x52d339['id']),this[_0x5bf855(0x1f4)][_0x5bf855(0x168)](_0x52d339),_0x183b76;});}return _0x52d339;}[_0x443490(0xff)](_0x53a9e2){const _0x45b4db=_0x443490;return this[_0x45b4db(0xd1)][_0x45b4db(0x23f)](_0x53a9e2);}[_0x443490(0xfc)](_0x328abd,_0x505033){const _0x168977=_0x443490,_0x3eeb52=this[_0x168977(0x260)][_0x168977(0x136)][_0x168977(0x166)](_0x168977(0x182)),_0x8fab79=this[_0x168977(0x241)](_0x328abd);if(this[_0x168977(0x1a6)]&&this[_0x168977(0x1a6)][_0x168977(0x205)]){if(_0x8fab79[_0x168977(0x20e)]){const _0x38d338=_0x3eeb52[_0x168977(0x1e5)](_0x3f24a8(this[_0x168977(0x260)][_0x168977(0x1d9)],_0x168977(0x13c)));this[_0x168977(0x1a6)][_0x168977(0x205)](_0x328abd,_0x505033)[_0x168977(0x19d)](()=>{const _0x45c8c=_0x168977;_0x3eeb52[_0x45c8c(0xec)](_0x38d338);});}else _0x8fab79['on'](_0x168977(0x1c9),()=>{const _0x821831=_0x168977;this[_0x821831(0xfc)](_0x328abd,_0x505033);});}}[_0x443490(0xd0)](_0x37de52){const _0x283503=_0x443490;if(!this[_0x283503(0x1a6)]||!this[_0x283503(0x1a6)][_0x283503(0x241)])throw new _0x4c0bd4(_0x283503(0x1b7),this);return this[_0x283503(0x1a6)][_0x283503(0x241)](_0x37de52);}[_0x443490(0xcc)](_0x4ccb92){const _0x98a035=_0x443490,{id:_0x1d48ee,type:_0x2acceb,subType:_0x1b5f58,authorId:_0x418f61}=this[_0x98a035(0x230)](_0x4ccb92),_0x2ab63b=this[_0x98a035(0x1c4)][_0x98a035(0x166)](_0x1d48ee)||this[_0x98a035(0x160)](_0x2acceb,_0x1b5f58,_0x1d48ee,_0x418f61,{});switch(this[_0x98a035(0x238)](_0x2ab63b,_0x2acceb,_0x1b5f58,_0x418f61),this[_0x98a035(0x1f4)][_0x98a035(0x166)](_0x2ab63b)){case _0x98a035(0x1b4):this[_0x98a035(0xd0)](_0x1d48ee)[_0x98a035(0x19d)](_0x13449c=>{const _0x1df954=_0x98a035;let _0x491c82=Promise[_0x1df954(0x26f)]();_0x13449c[_0x1df954(0x244)]&&(_0x491c82=this[_0x1df954(0x253)][_0x1df954(0x108)]({'channelId':this[_0x1df954(0x260)][_0x1df954(0x1f8)][_0x1df954(0x166)](_0x1df954(0x1db)),'threadId':_0x1d48ee})),_0x491c82[_0x1df954(0x19d)](()=>{const _0x5d81b4=_0x1df954;this[_0x5d81b4(0x151)](_0x13449c)[_0x5d81b4(0x20e)]=!0x0;});}),this[_0x98a035(0x1f4)][_0x98a035(0x26e)](_0x2ab63b,_0x98a035(0xd9));break;case _0x98a035(0xef):this[_0x98a035(0xfc)](_0x1d48ee,{'state':_0x98a035(0x19a)});case _0x98a035(0xd7):this[_0x98a035(0x1f4)][_0x98a035(0x26e)](_0x2ab63b,_0x98a035(0xd2)),this[_0x98a035(0x222)](_0x98a035(0x242),_0x2ab63b);break;case _0x98a035(0xd2):this[_0x98a035(0x222)](_0x98a035(0xfa),_0x2ab63b);}return _0x2ab63b[_0x98a035(0x227)](_0x4ccb92),_0x2ab63b;}[_0x443490(0xee)](_0x522cf3){const _0x423c7e=_0x443490,_0x279f1a=Array[_0x423c7e(0x24c)](_0x522cf3),_0x41ff66=_0x279f1a[_0x423c7e(0xcf)](_0xb2494=>_0x423c7e(0x208)==_0xb2494[_0x423c7e(0x121)]);this[_0x423c7e(0x254)](_0x41ff66);const _0x4f54a9=_0x279f1a[_0x423c7e(0xcf)](_0x3341d7=>!_0x3341d7[_0x423c7e(0x15b)]&&_0x423c7e(0x208)!=_0x3341d7[_0x423c7e(0x121)]),_0x9fb209=this[_0x423c7e(0x22d)]({'skipNotAttached':!0x0})[_0x423c7e(0xcf)](_0x88ad5d=>!_0x88ad5d[_0x423c7e(0x15b)]&&_0x423c7e(0x208)!=_0x88ad5d[_0x423c7e(0x121)]),_0x152aa6=_0x9fb209[_0x423c7e(0xcf)](_0x4e5fba=>!_0x522cf3[_0x423c7e(0x23f)](_0x4e5fba)),_0x488e14=new Map(_0x9fb209[_0x423c7e(0x1ee)](_0x493307=>[_0x493307,this[_0x423c7e(0x18d)][_0x423c7e(0x16d)](_0x493307[_0x423c7e(0x121)],_0x493307[_0x423c7e(0x184)],_0x423c7e(0x203))])),_0x48f518=new Map(_0x9fb209[_0x423c7e(0x1ee)](_0x265962=>[_0x265962,_0x265962[_0x423c7e(0x1a1)]()])),_0x31fb9f=new Set(),_0x15f259=new Set();for(let _0x2804ff=0x0;_0x2804ff<_0x4f54a9[_0x423c7e(0x190)];_0x2804ff++)_0x58349a(_0x4f54a9[_0x2804ff],_0x4f54a9,_0x2804ff+0x1);for(let _0x39402c=0x0;_0x39402c<_0x4f54a9[_0x423c7e(0x190)];_0x39402c++)_0x58349a(_0x4f54a9[_0x39402c],_0x152aa6,0x0);const _0xd43f3b=new Set();for(let _0x1ad1a1=0x0;_0x1ad1a1<_0x4f54a9[_0x423c7e(0x190)];_0x1ad1a1++){const _0x51a488=_0x4f54a9[_0x1ad1a1];!_0x15f259[_0x423c7e(0x23f)](_0x51a488)&&_0x51a488[_0x423c7e(0x183)]&&(_0xd43f3b[_0x423c7e(0x1e5)](_0x51a488[_0x423c7e(0x183)]),_0x51a488[_0x423c7e(0x183)][_0x423c7e(0x1b8)]===_0x51a488&&(_0x51a488[_0x423c7e(0x183)][_0x423c7e(0x1b8)]=null),_0x51a488[_0x423c7e(0x183)]=null),!_0x31fb9f[_0x423c7e(0x23f)](_0x51a488)&&_0x51a488[_0x423c7e(0x1b8)]&&(_0xd43f3b[_0x423c7e(0x1e5)](_0x51a488[_0x423c7e(0x1b8)]),_0x51a488[_0x423c7e(0x1b8)][_0x423c7e(0x183)]===_0x51a488&&(_0x51a488[_0x423c7e(0x1b8)][_0x423c7e(0x183)]=null),_0x51a488[_0x423c7e(0x1b8)]=null);}function _0x58349a(_0x2018a3,_0x499348,_0x45f636){const _0x6350a7=_0x423c7e;for(let _0x413e44=_0x45f636;_0x413e44<_0x499348[_0x6350a7(0x190)];_0x413e44++){const _0x2e6012=_0x4ea2a5(_0x2018a3,_0x499348[_0x413e44]);_0x2e6012&&(_0x2e6012[0x0][_0x6350a7(0x1b8)]=_0x2e6012[0x1],_0x2e6012[0x1][_0x6350a7(0x183)]=_0x2e6012[0x0],_0x31fb9f[_0x6350a7(0x1e5)](_0x2e6012[0x0]),_0x15f259[_0x6350a7(0x1e5)](_0x2e6012[0x1]));}}function _0x4ea2a5(_0x57126d,_0xfa0292){const _0x48ce47=_0x423c7e;if(_0x57126d[_0x48ce47(0x17a)]['id']!==_0xfa0292[_0x48ce47(0x17a)]['id'])return null;const _0x20143a=_0x488e14[_0x48ce47(0x166)](_0x57126d)(_0x57126d,_0xfa0292,_0x48f518[_0x48ce47(0x166)](_0x57126d),_0x48f518[_0x48ce47(0x166)](_0xfa0292));if(!_0x20143a)return null;return _0x488e14[_0x48ce47(0x166)](_0xfa0292)(_0x57126d,_0xfa0292,_0x48f518[_0x48ce47(0x166)](_0x57126d),_0x48f518[_0x48ce47(0x166)](_0xfa0292))?_0x20143a[0x1][_0x48ce47(0x1f9)]&&_0x20143a[0x1][_0x48ce47(0x1f9)][_0x48ce47(0x190)]?null:_0x20143a:null;}_0xd43f3b[_0x423c7e(0xf0)]&&this[_0x423c7e(0xee)](_0xd43f3b);}[_0x443490(0x254)](_0x40e3d3){const _0xda7437=_0x443490;if(0x0==_0x40e3d3[_0xda7437(0x190)])return;const _0x59e0be=this[_0xda7437(0x22d)]({'skipNotAttached':!0x0})[_0xda7437(0xcf)](_0x32ebce=>_0xda7437(0x208)==_0x32ebce[_0xda7437(0x121)]&&_0x32ebce[_0xda7437(0x212)]),_0x202e59=[],_0x26440e=new Map();for(const _0x1f377f of _0x59e0be){const _0x2c7208=_0x59aa86(_0x1f377f[_0xda7437(0x10e)]);_0x26440e[_0xda7437(0x23f)](_0x2c7208)||(_0x26440e[_0xda7437(0x26e)](_0x2c7208,_0x202e59[_0xda7437(0x190)]),_0x202e59[_0xda7437(0x221)]([]));const _0x300d20=_0x26440e[_0xda7437(0x166)](_0x2c7208);_0x202e59[_0x300d20][_0xda7437(0x221)](_0x1f377f);}!(function(){const _0x3f8335=_0xda7437;_0x202e59[_0x3f8335(0x243)]((_0x30a8f9,_0x486d1a)=>{const _0x3afbc1=_0x3f8335,_0x254104=_0x30a8f9[0x0][_0x3afbc1(0xdc)],_0x21c017=_0x486d1a[0x0][_0x3afbc1(0xdc)];return _0x254104==_0x21c017?_0x30a8f9[0x0][_0x3afbc1(0x10e)][_0x3afbc1(0xe1)]<_0x486d1a[0x0][_0x3afbc1(0x10e)][_0x3afbc1(0xe1)]?-0x1:0x1:_0x254104<_0x21c017?-0x1:0x1;});for(const _0x3efae1 of _0x202e59)_0x3efae1[_0x3f8335(0x243)]((_0x56a0fd,_0x484972)=>_0x56a0fd['id']<_0x484972['id']?-0x1:0x1);}());for(let _0x15e6ce=0x0;_0x15e6ce<_0x202e59[_0xda7437(0x190)];_0x15e6ce++){if(0x0==_0x202e59[_0x15e6ce][_0xda7437(0x190)])continue;const _0x30dac1=[];for(let _0x1d5792=_0x15e6ce+0x1;_0x1d5792<_0x202e59[_0xda7437(0x190)];_0x1d5792++)0x0!=_0x202e59[_0x1d5792][_0xda7437(0x190)]&&_0x3c513b(_0x202e59[_0x15e6ce],_0x202e59[_0x1d5792])&&_0x30dac1[_0xda7437(0x221)](_0x1d5792);for(const _0x11f158 of _0x30dac1)_0x202e59[_0x15e6ce]=_0x202e59[_0x15e6ce][_0xda7437(0x147)](_0x202e59[_0x11f158]),_0x202e59[_0x11f158]=[];}for(const _0x1bb976 of _0x202e59)for(let _0x2ee48b=0x0;_0x2ee48b<_0x1bb976[_0xda7437(0x190)];_0x2ee48b++)_0x1bb976[_0x2ee48b][_0xda7437(0x1b8)]=_0x1bb976[_0x2ee48b+0x1]||null;for(const _0x3cd8c0 of _0x202e59)for(let _0x1adf09=0x0;_0x1adf09<_0x3cd8c0[_0xda7437(0x190)];_0x1adf09++)_0x3cd8c0[_0x1adf09][_0xda7437(0x183)]=_0x3cd8c0[_0x1adf09-0x1]||null;function _0x3c513b(_0x29f3d4,_0x3783ca){const _0x1808d8=_0xda7437;if(_0x29f3d4[0x0][_0x1808d8(0x10e)][_0x1808d8(0xe1)]!==_0x3783ca[0x0][_0x1808d8(0x10e)][_0x1808d8(0xe1)]&&_0x29f3d4[0x0][_0x1808d8(0x17a)]!==_0x3783ca[0x0][_0x1808d8(0x17a)])return!0x1;if(!function(_0x6a510f,_0x413551){const _0x2cb222=_0x1808d8;if(!_0x6a510f[_0x2cb222(0x244)]&&!_0x413551[_0x2cb222(0x244)])return!0x0;if(_0x6a510f[_0x2cb222(0x244)]&&_0x413551[_0x2cb222(0x244)])return!0x1;if(_0x6a510f[_0x2cb222(0x244)]&&_0x413551[_0x2cb222(0xdc)]<_0x6a510f[_0x2cb222(0x1f9)][_0x2cb222(0x219)][_0x2cb222(0x166)](0x0)[_0x2cb222(0xdc)])return!0x0;if(_0x413551[_0x2cb222(0x244)]&&_0x6a510f[_0x2cb222(0xdc)]<_0x413551[_0x2cb222(0x1f9)][_0x2cb222(0x219)][_0x2cb222(0x166)](0x0)[_0x2cb222(0xdc)])return!0x0;return!0x1;}(_0x29f3d4[0x0],_0x3783ca[0x0]))return!0x1;const _0xf8dfa9=_0x5e1358(_0x29f3d4[0x0][_0x1808d8(0x10e)],_0x1808d8(0xe1)),_0x3f1804=_0x5e1358(_0x3783ca[0x0][_0x1808d8(0x10e)],_0x1808d8(0xe1));if(!_0x803411(_0xf8dfa9,_0x3f1804))return!0x1;return!!_0x29f3d4[_0x1808d8(0x142)](_0x4e34a4=>_0x3783ca[_0x1808d8(0x196)](_0x30f615=>_0x4e34a4[_0x1808d8(0x1a1)]()[_0x1808d8(0x12a)](_0x30f615[_0x1808d8(0x1a1)]())))&&_0x3783ca[_0x1808d8(0x142)](_0x228e4f=>_0x29f3d4[_0x1808d8(0x196)](_0x43ad98=>_0x228e4f[_0x1808d8(0x1a1)]()[_0x1808d8(0x12a)](_0x43ad98[_0x1808d8(0x1a1)]())));}}[_0x443490(0x1b1)](_0x204784){const _0x21802c=_0x443490,_0x3636a9=Array[_0x21802c(0x24c)](_0x204784),_0x5eb85f=this[_0x21802c(0x22d)]({'skipNotAttached':!0x0}),_0x224c60=_0x5eb85f[_0x21802c(0xcf)](_0x1d98ad=>!_0x204784[_0x21802c(0x23f)](_0x1d98ad)),_0x460b0a=new Map(_0x3636a9[_0x21802c(0x1ee)](_0x28b25b=>[_0x28b25b,this[_0x21802c(0x18d)][_0x21802c(0x16d)](_0x28b25b[_0x21802c(0x121)],_0x28b25b[_0x21802c(0x184)],_0x21802c(0x226))])),_0x4bf7bc=new Map(_0x5eb85f[_0x21802c(0x1ee)](_0x2ac14f=>[_0x2ac14f,_0x2ac14f[_0x21802c(0xe4)]()]));for(let _0x24995d=0x0;_0x24995d<_0x3636a9[_0x21802c(0x190)];_0x24995d++){if(_0x2b1b77(this,_0x3636a9[_0x24995d],_0x3636a9,_0x24995d+0x1))return!0x0;}for(let _0x4cba11=0x0;_0x4cba11<_0x3636a9[_0x21802c(0x190)];_0x4cba11++){if(_0x2b1b77(this,_0x3636a9[_0x4cba11],_0x224c60,0x0))return!0x0;}return!0x1;function _0x2b1b77(_0x1ab397,_0x231bd0,_0x161388,_0x4805c4){const _0x1a28fe=_0x21802c;for(let _0x3fc543=_0x4805c4;_0x3fc543<_0x161388[_0x1a28fe(0x190)];_0x3fc543++){const _0xac2896=_0x161388[_0x3fc543];if(_0xac2896[_0x1a28fe(0x121)]!==_0x231bd0[_0x1a28fe(0x121)]||_0xac2896[_0x1a28fe(0x17a)]['id']!==_0x231bd0[_0x1a28fe(0x17a)]['id']||_0xac2896[_0x1a28fe(0x184)]!==_0x231bd0[_0x1a28fe(0x184)])continue;if(!Pt(_0x231bd0,_0xac2896,[_0x1a28fe(0xe1)]))continue;if(_0x1a28fe(0x208)==_0x231bd0[_0x1a28fe(0x121)]&&_0x231bd0[_0x1a28fe(0x236)][_0x1a28fe(0x132)]!=_0xac2896[_0x1a28fe(0x236)][_0x1a28fe(0x132)])continue;if(_0x1a28fe(0x208)==_0x231bd0[_0x1a28fe(0x121)]&&_0x1ab397[_0x1a28fe(0xff)](_0x231bd0[_0x1a28fe(0x236)][_0x1a28fe(0x24e)]))continue;if(_0x1a28fe(0x18f)==_0x231bd0[_0x1a28fe(0x121)]){const _0x40a293=_0x1ab397[_0x1a28fe(0x260)][_0x1a28fe(0x1e3)],_0x384edd=_0x231bd0[_0x1a28fe(0x111)]();if(_0x384edd&&(_0x40a293[_0x1a28fe(0x1eb)][_0x1a28fe(0x19c)](_0x384edd)||_0x40a293[_0x1a28fe(0x1eb)][_0x1a28fe(0x12c)](_0x384edd)))continue;}const _0x17ac15=_0x460b0a[_0x1a28fe(0x166)](_0x231bd0),_0x1b0204=_0x4bf7bc[_0x1a28fe(0x166)](_0x231bd0),_0x33f5ff=_0x4bf7bc[_0x1a28fe(0x166)](_0xac2896),_0x5ed326=_0x231bd0[_0x1a28fe(0x1f9)]&&_0x231bd0[_0x1a28fe(0x1f9)][_0x1a28fe(0x190)],_0x3396ff=_0xac2896[_0x1a28fe(0x1f9)]&&_0xac2896[_0x1a28fe(0x1f9)][_0x1a28fe(0x190)];if(!_0x5ed326&&_0x17ac15(_0x33f5ff,_0x1b0204))return _0x1ab397[_0x1a28fe(0x16a)](_0xac2896,_0x231bd0),_0x4bf7bc[_0x1a28fe(0x168)](_0x231bd0),!0x0;if(!_0x3396ff&&_0x17ac15(_0x1b0204,_0x33f5ff))return _0x1ab397[_0x1a28fe(0x16a)](_0x231bd0,_0xac2896),_0x4bf7bc[_0x1a28fe(0x168)](_0xac2896),!0x0;}return!0x1;}}[_0x443490(0x16a)](_0x1eee06,_0x518ca4){const _0x5306ec=_0x443490;if(_0x1eee06[_0x5306ec(0x15b)]){for(const _0x306f49 of _0x518ca4[_0x5306ec(0xe4)]())_0x1eee06[_0x5306ec(0x261)](_0x306f49);}else{const _0x1f54c5=_0x518ca4[_0x5306ec(0x1a1)]()[_0x5306ec(0x250)];this[_0x5306ec(0x14d)](_0x1eee06,this[_0x5306ec(0xfb)][_0x5306ec(0x11d)](_0x1eee06[_0x5306ec(0x1a1)]()[_0x5306ec(0x12d)],_0x1f54c5));}_0x518ca4[_0x5306ec(0x25a)]();}[_0x443490(0x174)](_0xfcc9d1,_0x1fa491){const _0x3abf5c=_0x443490,_0x2e6a8c=_0xfcc9d1[_0x3abf5c(0x105)](_0x3abf5c(0x1c2))||_0xfcc9d1[_0x3abf5c(0x105)](_0x3abf5c(0x208))?_0x3abf5c(0x192):_0xfcc9d1[_0x3abf5c(0x23b)]();return _0x3f24a8(this[_0x3abf5c(0x260)][_0x3abf5c(0x1d9)],_0x1fa491+'_'+_0x2e6a8c+_0x3abf5c(0x119));}[_0x443490(0xf8)](){const _0x378243=_0x443490,_0x305f62=this[_0x378243(0x260)];if(!_0x305f62['ui'])return;const {ariaLiveAnnouncer:_0xe96375}=_0x305f62['ui'];_0x28d47d(this[_0x378243(0xfb)],({left:_0x5426c5,entered:_0x3084e7})=>{const _0xcbc0af=_0x378243;for(const _0x3bdd6a of _0x5426c5){const {group:_0xdc745a,type:_0x2ff06e}=this[_0xcbc0af(0x230)](_0x3bdd6a[_0xcbc0af(0x13a)]);if(_0xcbc0af(0x23d)===_0xdc745a){_0xe96375[_0xcbc0af(0x150)](this[_0xcbc0af(0x174)](_0x2ff06e,_0xcbc0af(0x1d5)));break;}}for(const _0x5dec04 of _0x3084e7){const {group:_0x3cd9d2,type:_0x304e81}=this[_0xcbc0af(0x230)](_0x5dec04[_0xcbc0af(0x13a)]);if(_0xcbc0af(0x23d)===_0x3cd9d2){_0xe96375[_0xcbc0af(0x150)](this[_0xcbc0af(0x174)](_0x304e81,_0xcbc0af(0x1ca)));break;}}});}[_0x443490(0x17b)](_0x58d9af){const _0x1286d6=_0x443490;if(this[_0x1286d6(0x15a)])return!0x1;const _0x1b41ee=this[_0x1286d6(0x260)],_0x59b6f4=_0x1b41ee[_0x1286d6(0x1e3)][_0x1286d6(0x20f)][_0x1286d6(0x19b)][_0x1286d6(0x199)]();if(0x0==_0x59b6f4[_0x1286d6(0x190)])return!0x1;const _0x6daeaa=[],_0x455448=_0x59b6f4[_0x1286d6(0xcf)](_0x4788da=>_0x1286d6(0x208)==_0x4788da[_0x1286d6(0x121)]),_0x2b2ee3=_0x59b6f4[_0x1286d6(0xcf)](_0x3a69b2=>_0x1286d6(0x1be)==_0x3a69b2[_0x1286d6(0x121)]&&_0x1286d6(0x24f)!=_0x3a69b2[_0x1286d6(0x13a)]),_0x58433=_0x59b6f4[_0x1286d6(0xcf)](_0x5969fe=>_0x1286d6(0xec)==_0x5969fe[_0x1286d6(0x121)]&&_0x1286d6(0x24f)!=_0x5969fe[_0x1286d6(0x13a)]);for(const _0x7f8fe3 of _0x455448)_0x6daeaa[_0x1286d6(0x221)]({'key':_0x7f8fe3[_0x1286d6(0x273)],'newValue':_0x7f8fe3[_0x1286d6(0x11e)],'oldValue':_0x7f8fe3[_0x1286d6(0xde)],'range':Ot(_0x7f8fe3[_0x1286d6(0x1e2)],_0x1b41ee[_0x1286d6(0x1e3)])});for(const _0x1c991e of _0x2b2ee3){const _0x162b40=_0x58433[_0x1286d6(0x232)](_0x132484=>_0x132484[_0x1286d6(0xf5)][_0x1286d6(0x12a)](_0x1c991e[_0x1286d6(0xf5)]));_0x162b40&&_0x6daeaa[_0x1286d6(0x221)]({'key':_0x1286d6(0xc7),'newValue':_0x1c991e[_0x1286d6(0x13a)],'oldValue':_0x162b40[_0x1286d6(0x13a)],'range':_0x1b41ee[_0x1286d6(0x1e3)][_0x1286d6(0x169)](_0x1c991e[_0x1286d6(0xf5)][_0x1286d6(0x1fb)])});}return 0x0!=_0x6daeaa[_0x1286d6(0x190)]&&this[_0x1286d6(0xe8)](_0x58d9af,_0x6daeaa);}[_0x443490(0x271)](_0x3b85ee){const _0x18ce6a=_0x443490;let _0x14f9f1=!0x1;const _0xa24043=this[_0x18ce6a(0x260)][_0x18ce6a(0x1e3)][_0x18ce6a(0x20f)][_0x18ce6a(0x19b)][_0x18ce6a(0x1ba)]()[_0x18ce6a(0xcf)](_0x5b4e7f=>_0x5b4e7f[_0x18ce6a(0x236)][_0x18ce6a(0xfe)]&&_0x5b4e7f[_0x18ce6a(0x13a)][_0x18ce6a(0x105)](_0x18ce6a(0x211)));for(const _0x3f5d15 of _0xa24043){const {subType:_0x1c6b58,id:_0x3f4564}=this[_0x18ce6a(0x230)](_0x3f5d15[_0x18ce6a(0x13a)]),_0x3ed6fd=_0x1c6b58[_0x18ce6a(0x198)]('|')[0x0];for(const _0x284ae3 of this[_0x18ce6a(0x22d)]({'skipNotAttached':!0x0}))_0x284ae3['id']!=_0x3f4564&&_0x18ce6a(0x208)==_0x284ae3[_0x18ce6a(0x121)]&&_0x284ae3[_0x18ce6a(0x236)]&&_0x284ae3[_0x18ce6a(0x236)][_0x18ce6a(0x24e)]==_0x3ed6fd&&_0x284ae3[_0x18ce6a(0x1a1)]()[_0x18ce6a(0x1c6)](_0x3f5d15[_0x18ce6a(0x236)][_0x18ce6a(0xfe)])&&(this[_0x18ce6a(0x11a)](_0x284ae3,_0x3f5d15[_0x18ce6a(0x236)][_0x18ce6a(0xfe)],_0x3b85ee),_0x14f9f1=!0x0);}return _0x14f9f1;}[_0x443490(0x11f)](_0x238754){const _0x1281fd=_0x443490;this[_0x1281fd(0x260)],(this[_0x1281fd(0x15a)]=!0x0,_0x238754());}[_0x443490(0x26a)](_0x5c5cb6){const _0x142dbe=_0x443490,_0x52e58a=this[_0x142dbe(0xff)](_0x5c5cb6),_0x27dab6=this[_0x142dbe(0x255)][_0x142dbe(0x23f)](_0x5c5cb6);return _0x52e58a||_0x27dab6;}[_0x443490(0xe8)](_0x503c5b,_0x2f350b){const _0x117cea=_0x443490;if(0x0==_0x2f350b[_0x117cea(0x190)])return!0x1;let _0xcc346e=!0x1;for(const _0x29d04e of _0x2f350b){const _0x58f1e3=this[_0x117cea(0x23c)](_0x29d04e[_0x117cea(0x1e2)],_0x117cea(0x208))[_0x117cea(0xcf)](_0x44718c=>!_0x44718c[_0x117cea(0x1c0)][_0x117cea(0x120)])[_0x117cea(0x1ee)](_0x992181=>_0x992181[_0x117cea(0x23d)]),_0x525478=_0x59aa86({'newValue':_0x29d04e[_0x117cea(0x117)]});_0x58f1e3[_0x117cea(0xcf)](_0x561b58=>{const _0x3aae75=_0x117cea,[_0xa70c64,_0xc32704]=_0x561b58[_0x3aae75(0x184)][_0x3aae75(0x198)]('|');return _0xa70c64==_0x29d04e[_0x3aae75(0x24e)]&&_0xc32704!=_0x525478;})[_0x117cea(0x12b)](_0x1d5491=>{const _0x1f78aa=_0x117cea;this[_0x1f78aa(0x11a)](_0x1d5491,_0x29d04e[_0x1f78aa(0x1e2)],_0x503c5b),_0xcc346e=!0x0;});}return _0xcc346e;}[_0x443490(0x11a)](_0x55873b,_0x500909,_0x492da3){const _0x44ebfc=_0x443490,_0x5d9fbf=_0x55873b[_0x44ebfc(0x1a1)]()[_0x44ebfc(0x257)](_0x500909);0x0!==_0x5d9fbf[_0x44ebfc(0x190)]?0x1!==_0x5d9fbf[_0x44ebfc(0x190)]?this[_0x44ebfc(0xc5)](_0x55873b,_0x500909[_0x44ebfc(0x12d)],_0x500909[_0x44ebfc(0x250)]):this[_0x44ebfc(0x14d)](_0x55873b,_0x5d9fbf[0x0]):_0x492da3[_0x44ebfc(0x1e7)](_0x55873b[_0x44ebfc(0x10f)]());}}class xt{constructor(_0xd86314){const _0xa8d7e1=_0x443490;this[_0xa8d7e1(0x233)]=_0xd86314,this[_0xa8d7e1(0xfb)]=_0xd86314[_0xa8d7e1(0x1e3)],this[_0xa8d7e1(0x165)]=new Map(),this[_0xa8d7e1(0xca)]=new Map(),this[_0xa8d7e1(0x210)]();}[_0x443490(0x237)](_0x7ff524,_0x16252d,_0x2554c2,_0x572c6f,_0x5d7cc8,_0x5f3a75){const _0x5c1589=_0x443490;return new _0x4febc1(this[_0x5c1589(0xfb)],{'type':_0x7ff524,'subType':_0x16252d,'id':_0x2554c2,'author':_0x572c6f,'creator':_0x572c6f,'attributes':_0x5d7cc8,'onAttributesChange':_0x5f3a75,'onAccept':(..._0x1f53d4)=>this[_0x5c1589(0x16d)](_0x7ff524,_0x16252d,_0x5c1589(0x170))(..._0x1f53d4),'onDiscard':(..._0x1b3475)=>this[_0x5c1589(0x16d)](_0x7ff524,_0x16252d,_0x5c1589(0x15d))(..._0x1b3475)});}[_0x443490(0x16e)](_0x438c18,_0x54766,_0xa8e23b,_0x5f0e92){const _0x4b274b=_0x443490,_0x1f8c18=_0x438c18+':'+_0x54766+':'+_0xa8e23b;this[_0x4b274b(0x165)][_0x4b274b(0x26e)](_0x1f8c18,_0x5f0e92);}[_0x443490(0x16d)](_0x537f28,_0xb6612,_0x96e6ce){const _0x199026=_0x443490,_0x44831a=_0x537f28+':'+_0xb6612+':'+_0x96e6ce;return this[_0x199026(0x165)][_0x199026(0x166)](_0x44831a)||this[_0x199026(0xca)][_0x199026(0x166)](_0x537f28+':'+_0x96e6ce);}[_0x443490(0x210)](){const _0xb089fe=_0x443490,_0x40782d=()=>!0x1,_0x41c4c8=_0x2d668c=>{const _0x588720=_0x1cf2;_0x2d668c[_0x588720(0x243)]((_0x58df92,_0x40eb45)=>_0x58df92[_0x588720(0x12d)][_0x588720(0x103)](_0x40eb45[_0x588720(0x12d)])?0x1:-0x1),this[_0x588720(0xfb)][_0x588720(0x157)](_0x500852=>{const _0xbd9244=_0x588720;for(const _0x101f65 of _0x2d668c){let _0x393367;_0x393367=_0x101f65[_0xbd9244(0x250)][_0xbd9244(0x25b)]&&_0x101f65[_0xbd9244(0x250)][_0xbd9244(0x123)]==_0x101f65[_0xbd9244(0x12d)][_0xbd9244(0x1fb)]?_0x500852[_0xbd9244(0x14a)](_0x101f65[_0xbd9244(0x12d)][_0xbd9244(0x1fb)],'on'):_0x500852[_0xbd9244(0x14a)](_0x101f65),this[_0xbd9244(0xfb)][_0xbd9244(0xe6)](_0x393367,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2bc443=(_0x3f1d04,_0x322128)=>{const _0xf1c37b=_0x1cf2;_0x322128&&this[_0xf1c37b(0xfb)][_0xf1c37b(0x157)](_0x2e4d64=>{const _0x474e8f=_0xf1c37b,{commandName:_0x575d57,commandParams:_0xa871a4=[]}=_0x322128,_0x478ea7=_0x3f1d04[_0x474e8f(0x1ee)](_0x2e849b=>(Tt(_0x2e849b)&&(_0x2e849b=this[_0x474e8f(0xfb)][_0x474e8f(0x11d)](_0x2e849b[_0x474e8f(0x250)])),_0x2e849b))[_0x474e8f(0xcf)](_0x380278=>_0x474e8f(0xfd)!==_0x380278[_0x474e8f(0x1fd)][_0x474e8f(0x224)]);if(_0x478ea7[_0x474e8f(0x190)]<0x1)return;const _0x1a9d82=Array[_0x474e8f(0x24c)](this[_0x474e8f(0xfb)][_0x474e8f(0x20f)][_0x474e8f(0x1da)][_0x474e8f(0xe4)]())[_0x474e8f(0x1ee)](_0x3f9dc3=>_0x31aebe[_0x474e8f(0x22c)](_0x3f9dc3));_0x2e4d64[_0x474e8f(0x146)](_0x478ea7);for(const _0xebc084 of this[_0x474e8f(0x233)][_0x474e8f(0x26d)][_0x474e8f(0x26d)]())_0xebc084[_0x474e8f(0xe2)]();_0xa871a4[_0x474e8f(0x221)]({'forceDefaultExecution':!0x0}),this[_0x474e8f(0x233)][_0x474e8f(0x130)](_0x575d57,..._0xa871a4);const _0x1a4323=_0x1a9d82[_0x474e8f(0xcf)](_0x548ea7=>_0x474e8f(0xfd)!=_0x548ea7[_0x474e8f(0x1fd)][_0x474e8f(0x224)]);_0x1a4323[_0x474e8f(0x190)]>0x0&&_0x2e4d64[_0x474e8f(0x146)](_0x1a4323);for(const _0x393e8b of _0x1a9d82)_0x393e8b[_0x474e8f(0x26b)]();});},_0x48fb96=(_0x5769c7,_0x4c4b87)=>0x1==_0x5769c7[_0xb089fe(0x190)]&&0x1==_0x4c4b87[_0xb089fe(0x190)]&&_0x5769c7[0x0][_0xb089fe(0x250)][_0xb089fe(0x12a)](_0x4c4b87[0x0][_0xb089fe(0x12d)]),_0x55bc02=(_0xd0c250,_0x2497da,_0x4d391b,_0x317016)=>Gt(_0xd0c250,_0x2497da,_0x4d391b,_0x317016,this[_0xb089fe(0xfb)])?[_0xd0c250,_0x2497da]:Gt(_0x2497da,_0xd0c250,_0x317016,_0x4d391b,this[_0xb089fe(0xfb)])?[_0x2497da,_0xd0c250]:null;this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0xe9),_0x40782d),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x107),_0x41c4c8),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x259),_0x48fb96),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x16b),_0x55bc02),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x112),_0x41c4c8),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x10b),_0x40782d),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x164),_0x48fb96),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x1bc),_0x55bc02),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0xd6),_0x2bc443),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x1b3),_0x40782d),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x266),_0x48fb96),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x252),_0x40782d),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x1d4),_0x2bc443),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0xc9),_0x40782d),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0xcd),_0x48fb96),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0xd4),_0x40782d),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x1dd),_0x40782d),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x155),(_0x3432f2,_0x266344)=>{const _0x2eb3c8=_0xb089fe;if(!_0x266344)return;const _0x5ce11f=this[_0x2eb3c8(0x233)][_0x2eb3c8(0x136)][_0x2eb3c8(0x166)](p);this[_0x2eb3c8(0xfb)][_0x2eb3c8(0x157)](_0x3b2618=>{const _0x316ff7=_0x2eb3c8;if(_0x316ff7(0xc7)==_0x266344[_0x316ff7(0x24e)])for(const _0x1c3167 of _0x3432f2){const _0x351239=_0x1c3167[_0x316ff7(0x12d)][_0x316ff7(0x1fb)],_0x4da05f=_0x266344[_0x316ff7(0x132)];_0x3b2618[_0x316ff7(0x15e)](_0x351239,_0x4da05f);}else{if(_0x5ce11f[_0x316ff7(0xff)](_0x266344[_0x316ff7(0x24e)])){for(const _0x5e5c05 of _0x3432f2)void 0x0!==_0x266344[_0x316ff7(0x132)]?_0x3b2618[_0x316ff7(0xf7)](_0x266344[_0x316ff7(0x24e)],_0x266344[_0x316ff7(0x132)],_0x5e5c05[_0x316ff7(0x12d)][_0x316ff7(0x1fb)]):_0x3b2618[_0x316ff7(0x268)](_0x266344[_0x316ff7(0x24e)],_0x5e5c05[_0x316ff7(0x12d)][_0x316ff7(0x1fb)]);}else{for(const _0x31194b of _0x3432f2)_0x266344[_0x316ff7(0x132)]?_0x3b2618[_0x316ff7(0xf7)](_0x266344[_0x316ff7(0x24e)],_0x266344[_0x316ff7(0x132)],_0x31194b):_0x3b2618[_0x316ff7(0x268)](_0x266344[_0x316ff7(0x24e)],_0x31194b);}}});}),this[_0xb089fe(0xca)][_0xb089fe(0x26e)](_0xb089fe(0x115),_0x48fb96);}}function Rt(_0x4bf38f,_0x294ffe,_0x20b066){const _0x183d68=_0x443490;for(const _0x5e91c0 of _0x294ffe[_0x183d68(0x123)][_0x183d68(0x215)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5e91c0[_0x183d68(0x1fd)]==_0x5e91c0)return!0x1;if(!_0x20b066[_0x183d68(0x20b)](_0x5e91c0))return!0x1;if(_0x4bf38f[_0x183d68(0x19c)](_0x5e91c0)||_0x4bf38f[_0x183d68(0x12c)](_0x5e91c0))return!0x0;}return!0x1;}function Tt(_0x13e9e1){const _0x50229e=_0x443490;return _0x13e9e1[_0x50229e(0x250)][_0x50229e(0x123)]==_0x13e9e1[_0x50229e(0x12d)][_0x50229e(0x1fb)]&&_0x13e9e1[_0x50229e(0x250)][_0x50229e(0x21e)];}function Et(_0x15ddbe,_0x90c2d5,_0xc02ac,_0x5be43f){const _0x2b8e4a=_0x443490,_0x32a699=_0x5518a2=>!_0x5518a2[_0x2b8e4a(0x179)]['is'](_0x2b8e4a(0x10d))&&!_0x5be43f[_0x2b8e4a(0x19c)](_0x5518a2[_0x2b8e4a(0x179)]),_0x17b693=_0x15ddbe[_0x2b8e4a(0x12d)][_0x2b8e4a(0x106)](_0x32a699),_0x55b26e=_0x15ddbe[_0x2b8e4a(0x250)][_0x2b8e4a(0x106)](_0x32a699,{'direction':_0x2b8e4a(0x197)});return(!_0x15ddbe[_0x2b8e4a(0x12d)][_0x2b8e4a(0x12a)](_0x17b693)||!_0x15ddbe[_0x2b8e4a(0x250)][_0x2b8e4a(0x12a)](_0x55b26e))&&(_0x17b693[_0x2b8e4a(0x103)](_0x55b26e)?_0xc02ac[_0x2b8e4a(0x13f)](_0x90c2d5,{'range':_0xc02ac[_0x2b8e4a(0x11d)](_0x17b693,_0x55b26e)}):_0xc02ac[_0x2b8e4a(0x1e7)](_0x90c2d5),!0x0);}function Vt(_0x180740){return _0x59aa86(_0x180740);}function _0x191f(){const _0x45bc04=['createPositionBefore','position','_enabledCommands','setAttribute','_initAriaMarkerChangeAnnouncements','editingDowncast','suggestionChanged','_model','_updateSuggestionData','$graveyard','newRange','_isBlockAttribute','isUndo','mapper','enableDefaultAttributesIntegration','isBefore','markBlockFormat','startsWith','getLastMatchingPosition','insertion:discard','fetchCommentThread','_isForcedDefaultExecutionBlock','trackChanges','deletion:discard','markMultiRangeDeletion','$textProxy','attributes','getFirstMarker','elementEnd','getContainedElement','deletion:accept','showSuggestionHighlights','isLocal','attribute:join','1763734XUwsrW','newValue','isIntersectingWithRange','_SUGGESTION_ANNOUNCEMENT','_reduceSuggestionAttributeRange','addUser','_addThreadToSuggestion','createRange','attributeNewValue','_recordAttributeChanges','isNextTo','type','markDeletion','parent','markMultiRangeBlockFormat','275yYmqIb','fromCharCode','CommentsRepository','elementStart','insertion:','isEqual','forEach','isLimit','start','getItems','formatInline','execute','isInsideObject','oldValue','data-suggestion','ck-suggestion-marker-','getWalker','plugins','low','accepted','addMarker:suggestion','name','10HUBFdy','PENDING_ACTION_SUGGESTION','insertContent','values','updateMarker','for','group','every','trackChanges.mergeNestedSuggestions','moveTargetPosition','539856SpBdDq','setSelection','concat','1978HfjbZK','9mmHNbF','createSelection','hasCommentThread','consumable','_setSuggestionRange','getCommentThread','upcast','announce','addSuggestionData','discardAllSuggestions','getAllAdjacentSuggestions','markers','attribute:discard','toJSON','change','addMarker:suggestion:formatBlock','isExternal','_recordAttributeSuggestions','isMultiRange','unshift','discard','rename','never','_createSuggestion','lowest','registerPostFixer','_removeSuggestion','deletion:join','_customCallbacks','get','head','delete','createRangeOn','_joinSuggestions','insertion:chain','ck-suggestion-marker-formatInline','getSuggestionCallback','registerCustomCallback','forceDefaultExecution','accept','createElement','before','change:activeMarkers','_getMarkerAnnouncementText','substring','addComment','includes','howMany','item','author','_processAttributeChanges','enqueueChange','catch','track-changes-user-not-found','registerInlineAttribute','clone','markMultiRangeInsertion','PendingActions','previous','subType','registerBlockAttribute','isAfter','addCommentThread','enableCommand','deletion','skipNestingCheck','warn','ck-suggestion-marker--active','_suggestionFactory','pop','formatBlock','length','editing','FORMATTING','_rangeIsInLocalUserInsertion','batch','createPositionAt','some','backward','split','getChanges','open','differ','isObject','then','authoredAt','change:data','Users','getFirstRange','markerToData','attribute:','_trackFormatChanges','formatGroupId','_adapter','clear','containsPosition','oldRange','adapter','documentSelection','trackChanges.trackFormatChanges','discardSuggestion','isCollapsed','originalSuggestionId','addHighlight','_joinWithAdjacentSuggestions','elementToElement','formatInline:discard','notReady','trackChangesCommand','@external','track-changes-adapter-missing-getsuggestion','next','markerName','getChangedMarkers','isInContent','deletion:chain','acceptSuggestion','insert','hasSuggestion','meta','nodeBefore','format','return','_suggestions','high','isIntersecting','_addSuggestionMarker','isBlock','change:_saved','ENTER','TrackChangesEditing','_setSuggestionData','track-changes-adapter-already-set','formatInline:','activeMarkers','multi','_element','_afterChanges','getShiftedBy','formatBlock:accept','LEAVE','init','getRange','ck-suggestion-marker-formatBlock','locale','selection','collaboration.channelId','isTouching','attribute:accept','addClass','isSelectable','assign','forward','range','model','bindElementToMarker','add','creator','removeMarker','enableReadOnlyMode','track-changes-suggestion-data-mismatch','removeClass','schema','update:suggestion','_mergeNestedSuggestions','map','removeMarker:suggestion:attribute','_onDiscard','createPositionAfter','value','24260VKdqzo','_suggestionState','addMarker:suggestion:attribute','always','containerElement','config','commentThread','addMarker','nodeAfter','rethrowUnexpectedError','root','external:','targetPosition','setTo','containsRangeInObject','conversion','chain','listenTo','updateSuggestion','pluginName','descriptionFactory','attribute','markAttributeChange','applyOperation','containsItem','default','multipleBlocks','_saved','document','_registerDefaultCallbacks','suggestion:attribute:','_isDataLoaded','track-changes-enable-command-twice','commandName','getAncestors','_getExternalAuthor','getMultiRangeId','_getAuthorFromId','comments','options','insertion','markerToHighlight','stopListening','isAtStart','getMarkers','markerNameToElements','push','fire','removeComment','rootName','splitPosition','join','addMarkerName','getAttribute','substr','acceptAllSuggestions','deletion:','fromRange','getSuggestions','toViewElement','getNearestSelectionRange','_splitMarkerName','getUser','find','_editor','consume','8tKUkCE','data','buildSuggestion','_checkSuggestionCorrectness','discardSelectedSuggestions','tablePasteChainId','toUpperCase','_findSuggestions','suggestion','_getAttributeKey','has','stop','getSuggestion','suggestionLoaded','sort','hasComments','getIntersection','suggestionUnloaded','track-changes-suggestion-not-found','isRemovable','730580TViKjO','marker-count','getCustomProperty','from','dataDowncast','key','$text','end','ck-suggestion-marker','formatInline:chain','_commentsRepository','_refreshAttributeSuggestionsChain','_inlineAttributeKeys','move','getDifference','highest','insertion:join','removeMarkers','isAtEnd','dataToMarker','define','createRangeIn','splice','editor','addRange','rejected','formatBlock:','_descriptionFactory','_cutOutSuggestionMarker','formatInline:join','suggestion:','removeAttribute','suggestion-type','_isRegisteredAttribute','detach','markInsertion','commands','set','resolve','removeMarker:suggestion:formatBlock','_processAttributeSuggestions','unbindElementFromMarkerName','attributeKey','markInlineFormat','containsRange','_breakSuggestionMarker','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','$elementName','9112059ovtqzj','formatBlock:discard','_defaultCallbacks','unbind','_handleNewSuggestionMarker','formatBlock:join','keys','filter','_getSuggestionData','_blockAttributeKeys','ready','isOwn','formatBlock:chain','error-saving-suggestion-data-suggestion-discarded','formatInline:accept','dataReady','isDocumentOperation','markerReady','reconvertMarker','after','createdAt','acceptSelectedSuggestions','attributeOldValue','isArray','$marker','groupId','refresh','addSuggestion','getRanges','normal','deleteContent','1790250bgMHYP','_reduceExistingSuggestions','insertion:accept','track-changes-command-not-found','authorName','remove','requires','_refreshSuggestionsChain','removed','size','writer','widget','element'];_0x191f=function(){return _0x45bc04;};return _0x191f();}function Ut(_0x260531){const _0x15aa8e=_0x443490,_0x3374e4=_0x260531[_0x15aa8e(0x12d)][_0x15aa8e(0x1fb)];return _0x3374e4&&_0x3374e4['is'](_0x15aa8e(0xf3));}function Ot(_0x11c2ba,_0x31571e){const _0x5847bd=_0x443490;return null==_0x11c2ba[_0x5847bd(0x250)][_0x5847bd(0x1c1)]&&_0x11c2ba[_0x5847bd(0x250)][_0x5847bd(0x123)]==_0x11c2ba[_0x5847bd(0x12d)][_0x5847bd(0x1fb)]?Ft(_0x11c2ba[_0x5847bd(0x12d)][_0x5847bd(0x1fb)],_0x31571e):_0x11c2ba;}function Ft(_0x4c2939,_0x317992){const _0x3344b2=_0x443490,_0x44c5f9=_0x317992[_0x3344b2(0x1eb)][_0x3344b2(0x19c)](_0x4c2939)||_0x317992[_0x3344b2(0x1eb)][_0x3344b2(0x1df)](_0x4c2939);return _0x317992[_0x3344b2(0x11d)](_0x317992[_0x3344b2(0x195)](_0x4c2939,_0x3344b2(0x172)),_0x44c5f9?_0x317992[_0x3344b2(0x1f1)](_0x4c2939):_0x317992[_0x3344b2(0x195)](_0x4c2939,_0x3344b2(0x250)));}function Gt(_0x3a9807,_0x21eb1a,_0x776a93,_0x183033,_0x392f1a){const _0x583780=_0x443490;if(!Pt(_0x3a9807,_0x21eb1a))return!0x1;if(_0x776a93[_0x583780(0x250)][_0x583780(0x12a)](_0x183033[_0x583780(0x12d)]))return!0x0;if(_0x3a9807[_0x583780(0x121)]!=_0x21eb1a[_0x583780(0x121)])return!0x1;if(!_0x776a93[_0x583780(0x250)][_0x583780(0x1dc)](_0x183033[_0x583780(0x12d)]))return!0x1;const _0x16e486=_0x392f1a[_0x583780(0x11d)](_0x776a93[_0x583780(0x250)],_0x183033[_0x583780(0x12d)])[_0x583780(0x135)]();for(const _0xea3d2e of _0x16e486)if([_0x583780(0x128),_0x583780(0x110)][_0x583780(0x177)](_0xea3d2e[_0x583780(0x121)])&&_0x392f1a[_0x583780(0x1eb)][_0x583780(0x12c)](_0xea3d2e[_0x583780(0x179)]))return!0x1;return!0x0;}function Pt(_0x22ab5f,_0x11dd3a,_0x44930a=[]){const _0x39d2df=_0x443490;return!(!_0x22ab5f[_0x39d2df(0x212)]||!_0x11dd3a[_0x39d2df(0x212)])&&_0x803411(_0x5e1358(_0x22ab5f[_0x39d2df(0x10e)],_0x44930a),_0x5e1358(_0x11dd3a[_0x39d2df(0x10e)],_0x44930a));}function Lt(_0x3c306c,_0x4ae221){const _0x376e76=_0x443490,_0xf93fb5=Ht(_0x3c306c[_0x376e76(0x10e)]),_0x497188=Ht(_0x4ae221);if(!_0x3c306c[_0x376e76(0x212)])return!0x1;for(const _0x27beb5 of Object[_0x376e76(0xce)](_0x497188))if(!_0x803411(_0xf93fb5[_0x27beb5],_0x497188[_0x27beb5]))return!0x1;return!0x0;}function Ht(_0x439162){const _0x45084e=_0x443490,_0x460260=Object[_0x45084e(0x1e0)]({},_0x439162);return delete _0x460260[_0x45084e(0x18a)],delete _0x460260[_0x45084e(0x23a)],_0x460260;}
|