@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20241019.0 → 0.0.0-nightly-20241021.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/package.json +10 -10
- package/src/trackchangesediting.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-track-changes",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20241021.0",
|
|
4
4
|
"description": "CKEditor 5 track changes plugin.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"CHANGELOG.md"
|
|
42
42
|
],
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
|
45
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
|
46
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
|
47
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
|
48
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
|
49
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
|
50
|
-
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-
|
|
51
|
-
"ckeditor5": "0.0.0-nightly-
|
|
52
|
-
"ckeditor5-collaboration": "0.0.0-nightly-
|
|
44
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241021.0",
|
|
45
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241021.0",
|
|
46
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20241021.0",
|
|
47
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20241021.0",
|
|
48
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241021.0",
|
|
49
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241021.0",
|
|
50
|
+
"@ckeditor/ckeditor5-widget": "0.0.0-nightly-20241021.0",
|
|
51
|
+
"ckeditor5": "0.0.0-nightly-20241021.0",
|
|
52
|
+
"ckeditor5-collaboration": "0.0.0-nightly-20241021.0",
|
|
53
53
|
"lodash-es": "4.17.21"
|
|
54
54
|
},
|
|
55
55
|
"types": "src/index.d.ts",
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0xc6feb=_0xd6a5;(function(_0x2b9823,_0x21d447){const _0x21dd9d=_0xd6a5,_0x17a7b4=_0x2b9823();while(!![]){try{const _0x1a6078=-parseInt(_0x21dd9d(0x32a))/0x1+-parseInt(_0x21dd9d(0x281))/0x2+parseInt(_0x21dd9d(0x2ad))/0x3+-parseInt(_0x21dd9d(0x22b))/0x4*(-parseInt(_0x21dd9d(0x35c))/0x5)+parseInt(_0x21dd9d(0x2ca))/0x6*(-parseInt(_0x21dd9d(0x38c))/0x7)+parseInt(_0x21dd9d(0x243))/0x8*(-parseInt(_0x21dd9d(0x331))/0x9)+parseInt(_0x21dd9d(0x254))/0xa*(parseInt(_0x21dd9d(0x336))/0xb);if(_0x1a6078===_0x21d447)break;else _0x17a7b4['push'](_0x17a7b4['shift']());}catch(_0x24a78e){_0x17a7b4['push'](_0x17a7b4['shift']());}}}(_0x3a5d,0xdd69c));import{Plugin as _0x5dc5ce,PendingActions as _0x571d62}from'ckeditor5/src/core.js';import{LiveRange as _0x2a2599}from'ckeditor5/src/engine.js';import{CKEditorError as _0x5a302d,uid as _0x4bbf67,priorities as _0x2aa170,logWarning as _0x4be69c,getEnvKeystrokeText as _0x585b47}from'ckeditor5/src/utils.js';import{toWidget as _0x343eb3}from'ckeditor5/src/widget.js';import{Users as _0x3e8d3a,hashObject as _0x1a323e,surroundingMarkersDetector as _0x10c74c,FOCUS_ANNOTATION_KEYSTROKE as _0x248cb0}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4f655d from'./commands/trackchangescommand.js';import _0xe6cb34 from'./commands/acceptsuggestioncommand.js';import _0x502db0 from'./commands/discardsuggestioncommand.js';import _0x559251 from'./commands/executeonallsuggestionscommand.js';import _0x43642a from'./commands/executeonselectedsuggestionscommand.js';import _0x5e0fb4 from'./suggestion.js';import _0x4a1aba from'./suggestiondescriptionfactory.js';import _0x11c03a from'./integrations/aiassistant.js';import _0x468462 from'./integrations/alignment.js';import _0x3a1a98 from'./integrations/basicstyles.js';import _0x43f68c from'./integrations/blockquote.js';import _0x371fb3 from'./integrations/casechange.js';import _0x3ce759 from'./integrations/ckbox.js';import _0x5784e2 from'./integrations/codeblock.js';import _0x2a8dee from'./integrations/comments.js';import _0x3a9f68 from'./integrations/deletecommand.js';import _0x23d072 from'./integrations/list.js';import _0x8928b9 from'./integrations/listproperties.js';import _0xb19f25 from'./integrations/entercommand.js';import _0x1ed2b2 from'./integrations/findandreplace.js';import _0x407b43 from'./integrations/font.js';import _0x169594 from'./integrations/formatpainter.js';import _0xb0753b from'./integrations/heading.js';import _0x549c20 from'./integrations/highlight.js';import _0x470275 from'./integrations/horizontalline.js';import _0x190271 from'./integrations/htmlembed.js';import _0x2c0eb0 from'./integrations/image.js';function _0x3a5d(){const _0x5d345a=['mapper','concat','_model','multipleBlocks','accept','addMarker','name','markAttributeChange','clear','consumable','selection','isLimit','isInsideObject','_defaultCallbacks','head','pluginName','end','containerElement','6048904FrvGZf','key','enableCommand','track-changes-adapter-already-set','createPositionAt','isMultiRange','isAtStart','addMarker:suggestion:attribute','LEAVE','createRangeIn','getAttribute','oldRange','_checkSuggestionCorrectness','position','markMultiRangeDeletion','groupId','howMany','30RcnzSS','high','hasSuggestion','getSuggestions','substr','formatInline:discard','_setSuggestionRange','isArray','value','addComment','getChangedMarkers','getLastMatchingPosition','forEach','dataReady','createSelection','getAncestors','_saved','attribute:accept','isRemovable','_inlineAttributeKeys','isSelectable','group','_joinSuggestions','upcast','_SUGGESTION_ANNOUNCEMENT','suggestion:','buildSuggestion','low','values','isAtEnd','elementStart','differ','getDifference','nodeBefore','isTouching','rethrowUnexpectedError','reconvertMarker','discard','addSuggestionData','dataDowncast','ENTER','_initAriaMarkerChangeAnnouncements','removed','data-author-id','consume','1489066mgJviN','get','markerName','type','attributes','parent','updateSuggestion','getItems','_updateSuggestionData','_reduceSuggestionAttributeRange','isOfficialPlugin','isOwn','requires','insertion:chain','plugins','addRange','markMultiRangeInsertion','data-suggestion','setSelection','backward','attribute:join','ck-suggestion-marker--active','external:','_getExternalAuthor','comments','_recordAttributeChanges','formatBlock:','dataToMarker','insertion:accept','PendingActions','_suggestionState','chain','newValue','commandName','getFirstRange','set','toUpperCase','unshift','marker-count','isBlock','subType','documentSelection','isCollapsed','addMarker:suggestion','2251632TMKPKe','_addThreadToSuggestion','element','announce','getUser','_handleNewSuggestionMarker','_onDiscard','_addSuggestionMarker','assign','toJSON','insertContent','config','accepted','getRanges','ck-suggestion-marker-','data','meta','markerToHighlight','fetchCommentThread','change','markerNameToElements','removeMarker','join','getShiftedBy','some','addCommentThread','length','resolve','includes','2178PpgTSv','PENDING_ACTION_SUGGESTION','insert','isDocumentOperation','_processAttributeSuggestions','warn','editingDowncast','isIntersectingWithRange','substring','_customCallbacks','change:data','getSuggestionCallback','getFirstMarker','attributeNewValue','document','listenTo','lowest','every','formatInline:chain','_isForcedDefaultExecutionBlock','detach','define','tablePasteChainId','deletion','markInsertion','for','_breakSuggestionMarker','activeMarkers','bindElementToMarker','ck-suggestion-marker-formatBlock','isUndo','authorName','remove','commentThread','stringify','markerReady','action','addMarker:suggestion:formatBlock','_setSuggestionData','suggestionLoaded','registerPostFixer','elementEnd','highest','adapter','createElement','markerToData','getChanges','getMultiRangeId','conversion','removeMarker:suggestion:attribute','getNearestSelectionRange','removeMarkers','attribute:','FORMATTING','locale','formatBlock:join','insertion:','getRange','addUser','isBefore','change:activeMarkers','_cutOutSuggestionMarker','suggestion-type','_getMarkerAnnouncementText','discardSelectedSuggestions','fromRange','_enabledCommands','_recordAttributeSuggestions','getAllAdjacentSuggestions','enableDefaultAttributesIntegration','Users','createRangeOn','trackChanges','acceptAllSuggestions','startsWith','formatBlock:accept','execute','createPositionAfter','_rangeIsInLocalUserInsertion','_suggestions','catch','nodeAfter','applyOperation','_commentsRepository','originalSuggestionId','getSuggestion','_isDataLoaded','TrackChangesEditing','CommentsRepository','default','writer','toViewElement','splice','$elementName','unbind','getCustomProperty','1779333lxQXFN','hasCommentThread','ck-suggestion-marker-formatInline','_mergeNestedSuggestions','_blockAttributeKeys','formatBlock','$text','9rdIYwM','notReady','_processAttributeChanges','track-changes-user-not-found','_removeSuggestion','15984067mJnBvj','formatInline','suggestionUnloaded','keys','then','_findSuggestions','targetPosition','markBlockFormat','update:suggestion','forceDefaultExecution','$graveyard','suggestion:attribute:','isExternal','containsRange','showSuggestionHighlights','track-changes-command-not-found','batch','refresh','markInlineFormat','deletion:accept','createdAt','error-saving-suggestion-data-suggestion-discarded','addSuggestion','trackChanges.trackFormatChanges','formatInline:join','_refreshAttributeSuggestionsChain','acceptSelectedSuggestions','insertion:join','init','forward','enqueueChange','getContainedElement','ck-suggestion-marker','addMarkerName','start','rename','markMultiRangeBlockFormat','deletion:discard','265RUOgeS','_trackFormatChanges','find','_refreshSuggestionsChain','enableReadOnlyMode','hasComments','containsPosition','@external','_reduceExistingSuggestions','clone','widget','oldValue','containsItem','acceptSuggestion','isAfter','registerBlockAttribute','removeClass','getCommentThread','authoredAt','descriptionFactory','deletion:join','editing','$textProxy','options','add','track-changes-adapter-missing-getsuggestion','elementToElement','isLocal','editor','attribute:discard','multi','previous','commands','delete','isObject','sort','getWalker','ready','_isRegisteredAttribute','track-changes-enable-command-twice','$marker','rootName','formatGroupId','pop','_afterChanges','change:_saved','stopListening','fire','28098YcchIB','removeMarker:suggestion:formatBlock','next','filter','deletion:','newRange','split','updateMarker','formatBlock:chain','addClass','track-changes-suggestion-not-found','_editor','_suggestionFactory','before','deletion:chain','attributeKey','createPositionBefore','format','creator','map','suggestion','isIntersecting','_getSuggestionData','collaboration.channelId','splitPosition','open','push','discardSuggestion','removeComment','never','containsRangeInObject','isPremiumPlugin','normal','_joinWithAdjacentSuggestions','from','createRange','insertion','unbindElementFromMarkerName','registerCustomCallback','item','author','always','registerInlineAttribute','isEqual','_getAuthorFromId','getIntersection','model','isInContent','track-changes-suggestion-data-mismatch','attributeOldValue','skipNestingCheck','discardAllSuggestions','has','_registerDefaultCallbacks','_createSuggestion','return','rejected','size','insertion:discard','trackChangesCommand','setAttribute','formatInline:','attribute','moveTargetPosition','after','_splitMarkerName','markDeletion','_isBlockAttribute','isNextTo','fromCharCode','schema','stop','_getAttributeKey','getMarkers','setTo','suggestionChanged','formatInline:accept','range','addHighlight','move','trackChanges.mergeNestedSuggestions','formatBlock:discard','markers','40312exFrlL','removeAttribute','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.','deleteContent','root','_adapter'];_0x3a5d=function(){return _0x5d345a;};return _0x3a5d();}import _0x299fa2 from'./integrations/imagereplace.js';import _0x146b32 from'./integrations/imagestyle.js';import _0xda0616 from'./integrations/importword.js';import _0xa556d6 from'./integrations/indent.js';import _0x5419cc from'./integrations/inputcommand.js';import _0x40e80d from'./integrations/link.js';import _0x32915c from'./integrations/legacylist.js';import _0x1f5078 from'./integrations/legacylistproperties.js';import _0x5062db from'./integrations/mediaembed.js';import _0x38010d from'./integrations/mention.js';import _0x31b062 from'./integrations/mergefields.js';import _0x5f51ea from'./integrations/multilevellist.js';import _0x4996da from'./integrations/pagebreak.js';import _0x43de6f from'./integrations/paragraph.js';import _0x5c3f67 from'./integrations/removeformat.js';import _0x5058b4 from'./integrations/restrictededitingmode.js';import _0x32f193 from'./integrations/shiftentercommand.js';import _0x1d9e7b from'./integrations/standardeditingmode.js';import _0xe6107e from'./integrations/style.js';import _0x1f558b from'./integrations/table.js';import _0x19c747 from'./integrations/tablemergesplit.js';import _0xa54ffe from'./integrations/tableheadings.js';import _0x27025c from'./integrations/tableclipboard.js';function _0xd6a5(_0x28746e,_0x324dbe){const _0x3a5d03=_0x3a5d();return _0xd6a5=function(_0xd6a530,_0x40ecfd){_0xd6a530=_0xd6a530-0x1f1;let _0x1f8956=_0x3a5d03[_0xd6a530];return _0x1f8956;},_0xd6a5(_0x28746e,_0x324dbe);}import _0x4d994f from'./integrations/tablecolumnresize.js';import _0x206710 from'./integrations/template.js';import _0x52eba8 from'./integrations/tableofcontents.js';import _0xa0e0e3 from'./integrations/title.js';import _0x1eae36 from'./integrations/undo.js';import _0xd862b9 from'./integrations/tablecaption.js';import _0x3651b9 from'./integrations/tableproperties.js';import{getTranslation as _0x4bc04c}from'./utils/common-translations.js';import{isEqual as _0x6727be,omit as _0xe2a6a2}from'lodash-es';export const renameAttributeKey=_0xc6feb(0x327);export default class p extends _0x5dc5ce{static get[_0xc6feb(0x28d)](){const _0x50bbac=_0xc6feb;return[_0x50bbac(0x322),_0x3e8d3a,_0x571d62,_0x11c03a,_0x468462,_0x3a1a98,_0x43f68c,_0x3ce759,_0x371fb3,_0x5784e2,_0x2a8dee,_0x3a9f68,_0xb19f25,_0x1ed2b2,_0x407b43,_0x169594,_0xb0753b,_0x549c20,_0x470275,_0x190271,_0x2c0eb0,_0x146b32,_0x299fa2,_0xda0616,_0xa556d6,_0x5419cc,_0x32915c,_0x1f5078,_0x5f51ea,_0x40e80d,_0x23d072,_0x8928b9,_0x5062db,_0x38010d,_0x31b062,_0x4996da,_0x43de6f,_0x5c3f67,_0x5058b4,_0x32f193,_0x1d9e7b,_0xe6107e,_0x1f558b,_0x19c747,_0xa54ffe,_0xd862b9,_0x27025c,_0x4d994f,_0x52eba8,_0x3651b9,_0x206710,_0xa0e0e3,_0x1eae36];}static get[_0xc6feb(0x240)](){const _0x28e0b8=_0xc6feb;return _0x28e0b8(0x321);}static get[_0xc6feb(0x28b)](){return!0x0;}static get[_0xc6feb(0x1f7)](){return!0x0;}constructor(_0x9040c8){const _0x278b33=_0xc6feb;function _0x3db163(_0x3c95fc){const _0x45b787=_0xd6a5;return _0x3c95fc[_0x45b787(0x39f)](_0x260a04=>String[_0x45b787(0x21d)](_0x260a04))[_0x45b787(0x2c3)]('');}super(_0x9040c8),this[_0x278b33(0x30d)]=!0x1,this[_0x278b33(0x2a4)](_0x278b33(0x2e5),[]),this['on'](_0x278b33(0x306),(_0x1ce808,_0x132c0b,_0x5685bb,_0x5ebd2f)=>{const _0x1ef18f=_0x278b33;this[_0x1ef18f(0x233)][_0x1ef18f(0x2c0)](()=>{const _0x1c0a5b=_0x1ef18f;for(const _0x52ae77 of[..._0x5ebd2f,..._0x5685bb])this[_0x1c0a5b(0x233)][_0x1c0a5b(0x22a)][_0x1c0a5b(0x20c)](_0x52ae77)&&_0x9040c8[_0x1c0a5b(0x371)][_0x1c0a5b(0x278)](_0x52ae77);});}),this[_0x278b33(0x36f)]=new _0x4a1aba(this[_0x278b33(0x378)][_0x278b33(0x206)][_0x278b33(0x21e)],this[_0x278b33(0x378)][_0x278b33(0x300)]),this[_0x278b33(0x230)]=null,this[_0x278b33(0x398)]=new Tt(this[_0x278b33(0x378)]),this[_0x278b33(0x319)]=new Map(),this[_0x278b33(0x31d)]=_0x9040c8[_0x278b33(0x28f)][_0x278b33(0x282)](_0x278b33(0x322)),this[_0x278b33(0x30c)]=new Set(),this[_0x278b33(0x233)]=this[_0x278b33(0x378)][_0x278b33(0x206)],this[_0x278b33(0x29f)]=new WeakMap(),this[_0x278b33(0x2dd)]=!0x1,this[_0x278b33(0x32e)]=new Set([_0x278b33(0x327)]),this[_0x278b33(0x267)]=new Set(),_0x9040c8[_0x278b33(0x2b8)][_0x278b33(0x2df)](_0x278b33(0x34d),_0x278b33(0x323)),this[_0x278b33(0x35d)]=_0x9040c8[_0x278b33(0x2b8)][_0x278b33(0x282)](_0x278b33(0x34d)),_0x9040c8[_0x278b33(0x2b8)][_0x278b33(0x2df)](_0x278b33(0x228),!0x0),this[_0x278b33(0x32d)]=_0x9040c8[_0x278b33(0x2b8)][_0x278b33(0x282)](_0x278b33(0x228)),this[_0x278b33(0x213)]=new _0x4f655d(_0x9040c8,this[_0x278b33(0x30c)]),this[_0x278b33(0x27d)](),this[_0x3db163([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x3db163([0x34,0x30,0x34,0x38,0x32,0x30,0x33,0x38]);}[_0xc6feb(0x352)](){const _0x2f070c=_0xc6feb,_0x330ac9=this[_0x2f070c(0x378)],_0x2a4808=(_0x1dcdf2,_0x255ef6)=>{const _0x3d315f=_0x2f070c;if(_0x3d315f(0x216)!=_0x1dcdf2)return _0x3d315f(0x2bb)+_0x1dcdf2;const _0x47cde0=_0x255ef6[_0x3d315f(0x392)]('|')[0x0];return this[_0x3d315f(0x21b)](_0x47cde0)?_0x3d315f(0x2e7):_0x3d315f(0x32c);};_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x2d0))[_0x2f070c(0x2be)]({'model':_0x2f070c(0x3a0),'view':_0x2dbde7=>{const _0xed349b=_0x2f070c,{id:_0x27980b,authorId:_0x714a08,type:_0x176c06,subType:_0x263119}=this[_0xed349b(0x219)](_0x2dbde7[_0xed349b(0x283)]),_0x15d376=[_0xed349b(0x356),_0x2a4808(_0x176c06,_0x263119)];let _0x497e92=0xbb8;return this[_0xed349b(0x2e5)][_0xed349b(0x2c9)](_0x2dbde7[_0xed349b(0x283)])&&(_0x15d376[_0xed349b(0x1f2)](_0xed349b(0x296)),_0x497e92=0xbc2),_0xed349b(0x2e1)==_0x176c06&&(_0x497e92+=0x5),{'classes':_0x15d376,'attributes':{'data-suggestion':_0x27980b,'data-author-id':_0x714a08},'priority':_0x497e92};}}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x27b))[_0x2f070c(0x374)](_0x53b580=>{const _0x451d12=_0x2f070c;_0x53b580['on'](_0x451d12(0x2ac),(_0x369db7,_0x41cfdc,_0x3f96a2)=>{const _0x6d3ac5=_0x451d12;if(!_0x3f96a2[_0x6d3ac5(0x373)][_0x6d3ac5(0x344)])return;const _0x214af8=_0x41cfdc[_0x6d3ac5(0x1ff)];if(!_0x214af8)return;const _0x4bed22=_0x3f96a2[_0x6d3ac5(0x231)][_0x6d3ac5(0x325)](_0x214af8);_0x330ac9[_0x6d3ac5(0x206)][_0x6d3ac5(0x21e)][_0x6d3ac5(0x37e)](_0x214af8)&&_0x4bed22&&!_0x4bed22[_0x6d3ac5(0x329)](_0x6d3ac5(0x366))&&_0x4bed22['is'](_0x6d3ac5(0x242))&&_0x343eb3(_0x4bed22,_0x3f96a2[_0x6d3ac5(0x324)]);},{'priority':_0x451d12(0x255)});}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x27b))[_0x2f070c(0x2be)]({'model':_0x2f070c(0x3a0),'view':(_0x3a2b4a,_0x43b772)=>{const _0x170eed=_0x2f070c;if(!_0x43b772[_0x170eed(0x373)][_0x170eed(0x344)])return null;const {type:_0x44d577,subType:_0x284905}=this[_0x170eed(0x219)](_0x3a2b4a[_0x170eed(0x283)]);return{'classes':[_0x170eed(0x356),_0x2a4808(_0x44d577,_0x284905)],'priority':0xbb8};}});const _0x2e9f1c=({showActiveMarkers:_0x1d4516=!0x0,isAttributeSuggestion:_0x491b90=!0x1}={})=>(_0x589d91,_0x58f532,_0x2caedf)=>{const _0x3e58b6=_0x2f070c;if(!_0x58f532[_0x3e58b6(0x1ff)])return;const {id:_0x569144,authorId:_0x1ae7b7}=this[_0x3e58b6(0x219)](_0x58f532[_0x3e58b6(0x283)]);if(_0x491b90){const _0x10ae6c=this[_0x3e58b6(0x319)][_0x3e58b6(0x282)](_0x569144),_0x449f6c=this[_0x3e58b6(0x220)](_0x10ae6c);if(!this[_0x3e58b6(0x21b)](_0x449f6c))return;}if(_0x58f532[_0x3e58b6(0x1ff)]['is'](_0x3e58b6(0x23b)))return void _0x2caedf[_0x3e58b6(0x23a)][_0x3e58b6(0x280)](_0x58f532[_0x3e58b6(0x1ff)],_0x589d91[_0x3e58b6(0x237)]);const _0xd54e5c=_0x2caedf[_0x3e58b6(0x231)][_0x3e58b6(0x325)](_0x58f532[_0x3e58b6(0x1ff)]);if(_0x58f532[_0x3e58b6(0x1ff)]['is'](_0x3e58b6(0x2af))&&_0x330ac9[_0x3e58b6(0x206)][_0x3e58b6(0x21e)][_0x3e58b6(0x2a8)](_0x58f532[_0x3e58b6(0x1ff)])&&!_0xd54e5c[_0x3e58b6(0x329)](_0x3e58b6(0x226))){_0x2caedf[_0x3e58b6(0x324)][_0x3e58b6(0x395)]([_0x3e58b6(0x356),_0x3e58b6(0x2e7)],_0xd54e5c),_0x2caedf[_0x3e58b6(0x324)][_0x3e58b6(0x214)](_0x3e58b6(0x292),_0x569144,_0xd54e5c),_0x2caedf[_0x3e58b6(0x324)][_0x3e58b6(0x214)](_0x3e58b6(0x27f),_0x1ae7b7,_0xd54e5c),_0x2caedf[_0x3e58b6(0x231)][_0x3e58b6(0x2e6)](_0xd54e5c,_0x58f532[_0x3e58b6(0x283)]),_0x1d4516&&(this[_0x3e58b6(0x2e5)][_0x3e58b6(0x2c9)](_0x58f532[_0x3e58b6(0x283)])?_0x2caedf[_0x3e58b6(0x324)][_0x3e58b6(0x395)](_0x3e58b6(0x296),_0xd54e5c):_0x2caedf[_0x3e58b6(0x324)][_0x3e58b6(0x36c)](_0x3e58b6(0x296),_0xd54e5c));for(const _0x2bef81 of _0x330ac9[_0x3e58b6(0x206)][_0x3e58b6(0x24c)](_0x58f532[_0x3e58b6(0x1ff)])[_0x3e58b6(0x288)]())_0x2caedf[_0x3e58b6(0x23a)][_0x3e58b6(0x280)](_0x2bef81,_0x589d91[_0x3e58b6(0x237)]);_0x2caedf[_0x3e58b6(0x23a)][_0x3e58b6(0x280)](_0x58f532[_0x3e58b6(0x1ff)],_0x589d91[_0x3e58b6(0x237)]);}};_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x27b))[_0x2f070c(0x374)](_0x14a3b9=>{const _0x55e9f2=_0x2f070c;_0x14a3b9['on'](_0x55e9f2(0x2ef),(_0x25c98a,_0x113f7c,_0x5cb0aa)=>{const _0x1692aa=_0x55e9f2;_0x5cb0aa[_0x1692aa(0x373)][_0x1692aa(0x344)]&&_0x2e9f1c({'showActiveMarkers':!0x1})(_0x25c98a,_0x113f7c,_0x5cb0aa);},{'priority':_0x55e9f2(0x2f4)});}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x27b))[_0x2f070c(0x374)](_0x11ef77=>{const _0x5e587f=_0x2f070c;_0x11ef77['on'](_0x5e587f(0x24a),(_0x50c8cc,_0x480c6e,_0x518174)=>{const _0x338e3a=_0x5e587f;_0x518174[_0x338e3a(0x373)][_0x338e3a(0x344)]&&_0x2e9f1c({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x50c8cc,_0x480c6e,_0x518174);},{'priority':_0x5e587f(0x2f4)});}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x27b))[_0x2f070c(0x2f7)]({'model':_0x2f070c(0x3a0),'view':(_0xa5fa48,_0x245895)=>_0x245895[_0x2f070c(0x373)][_0x2f070c(0x344)]?null:{'group':_0x2f070c(0x3a0),'name':_0xa5fa48[_0x2f070c(0x258)](0xb)}}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x26b))[_0x2f070c(0x376)]({'view':{'name':_0x2f070c(0x3a0),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x381985,{writer:_0x5ddfe5})=>{const _0x52030c=_0x2f070c;let _0x56c66f=_0x52030c(0x26d)+_0x381985[_0x52030c(0x24d)](_0x52030c(0x308))+':'+_0x381985[_0x52030c(0x24d)]('id');return _0x381985[_0x52030c(0x24d)](_0x52030c(0x2a7))&&(_0x56c66f+=':'+_0x381985[_0x52030c(0x24d)](_0x52030c(0x2a7))),_0x5ddfe5[_0x52030c(0x2f6)](_0x52030c(0x384),{'data-name':_0x56c66f});}}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x26b))[_0x2f070c(0x29c)]({'view':_0x2f070c(0x3a0)}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x2d0))[_0x2f070c(0x374)](_0x238cf1=>{const _0x55ee2b=_0x2f070c;_0x238cf1['on'](_0x55ee2b(0x2ef),_0x2e9f1c(),{'priority':_0x55ee2b(0x255)});}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x2d0))[_0x2f070c(0x374)](_0xb58816=>{const _0x5bfe4d=_0x2f070c;_0xb58816['on'](_0x5bfe4d(0x24a),_0x2e9f1c({'isAttributeSuggestion':!0x0}),{'priority':_0x5bfe4d(0x255)});}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x2d0))[_0x2f070c(0x374)](_0x52120b=>{const _0xcdb2ad=_0x2f070c;_0x52120b['on'](_0xcdb2ad(0x38d),(_0x13336a,_0x5b3123,_0x3a9ba7)=>{const _0x1c7245=_0xcdb2ad,_0x5aca7c=_0x3a9ba7[_0x1c7245(0x231)][_0x1c7245(0x2c1)](_0x5b3123[_0x1c7245(0x283)]);if(_0x5aca7c){for(const _0x3f8a8b of _0x5aca7c)_0x3f8a8b[_0x1c7245(0x329)](_0x1c7245(0x226))||(_0x3a9ba7[_0x1c7245(0x324)][_0x1c7245(0x36c)]([_0x1c7245(0x356),_0x1c7245(0x2e7),_0x1c7245(0x296)],_0x3f8a8b),_0x3a9ba7[_0x1c7245(0x324)][_0x1c7245(0x22c)](_0x1c7245(0x292),_0x3f8a8b),_0x3a9ba7[_0x1c7245(0x324)][_0x1c7245(0x22c)](_0x1c7245(0x27f),_0x3f8a8b),_0x3a9ba7[_0x1c7245(0x231)][_0x1c7245(0x1fd)](_0x3f8a8b,_0x5b3123[_0x1c7245(0x283)]));}},{'priority':_0xcdb2ad(0x255)});}),_0x330ac9[_0x2f070c(0x2fa)][_0x2f070c(0x2e3)](_0x2f070c(0x2d0))[_0x2f070c(0x374)](_0x5c4c8e=>{const _0x14017d=_0x2f070c;_0x5c4c8e['on'](_0x14017d(0x2fb),(_0x444c65,_0xad9d24,_0x5274a0)=>{const _0x21321f=_0x14017d,_0xf837d9=_0x5274a0[_0x21321f(0x231)][_0x21321f(0x2c1)](_0xad9d24[_0x21321f(0x283)]);if(!_0xf837d9)return;const {id:_0x36b90a}=this[_0x21321f(0x219)](_0xad9d24[_0x21321f(0x283)]),_0x476b48=this[_0x21321f(0x319)][_0x21321f(0x282)](_0x36b90a),_0x4bdb8f=this[_0x21321f(0x220)](_0x476b48);if(this[_0x21321f(0x21b)](_0x4bdb8f)){for(const _0x2c713a of _0xf837d9)_0x2c713a[_0x21321f(0x329)](_0x21321f(0x226))||(_0x5274a0[_0x21321f(0x324)][_0x21321f(0x36c)]([_0x21321f(0x356),_0x21321f(0x2e7),_0x21321f(0x296)],_0x2c713a),_0x5274a0[_0x21321f(0x324)][_0x21321f(0x22c)](_0x21321f(0x292),_0x2c713a),_0x5274a0[_0x21321f(0x324)][_0x21321f(0x22c)](_0x21321f(0x27f),_0x2c713a),_0x5274a0[_0x21321f(0x231)][_0x21321f(0x1fd)](_0x2c713a,_0xad9d24[_0x21321f(0x283)]));}},{'priority':_0x14017d(0x255)});}),_0x330ac9[_0x2f070c(0x206)][_0x2f070c(0x2d8)][_0x2f070c(0x2f2)](_0x514be4=>{const _0x2f5de4=_0x2f070c;let _0x2de285=!0x1;const _0x40b625=Array[_0x2f5de4(0x1fa)](_0x330ac9[_0x2f5de4(0x206)][_0x2f5de4(0x2d8)][_0x2f5de4(0x273)][_0x2f5de4(0x25e)]()),_0x55b5ba=new Set();for(const {name:_0x986cb3,data:_0xd11e7d}of _0x40b625){const {group:_0x579f00,type:_0x3565b1,subType:_0x2893fc,id:_0x146317}=this[_0x2f5de4(0x219)](_0x986cb3);if(_0x2f5de4(0x3a0)!==_0x579f00)continue;const _0x4216f0=this[_0x2f5de4(0x319)][_0x2f5de4(0x282)](_0x146317);if(null!=_0xd11e7d[_0x2f5de4(0x391)]){_0x2f5de4(0x337)==_0x3565b1&&(_0x2de285=_0x2de285||Ut(_0xd11e7d[_0x2f5de4(0x391)],_0x986cb3,_0x514be4,_0x330ac9[_0x2f5de4(0x206)][_0x2f5de4(0x21e)]));const _0x2fc38f=_0x2f5de4(0x216)==_0x3565b1&&this[_0x2f5de4(0x21b)](_0x2893fc[_0x2f5de4(0x392)]('|')[0x0]);if(_0xd11e7d[_0x2f5de4(0x391)][_0x2f5de4(0x2ab)]||_0x2f5de4(0x340)==_0xd11e7d[_0x2f5de4(0x391)][_0x2f5de4(0x22f)][_0x2f5de4(0x385)]||_0x2f5de4(0x32f)==_0x3565b1&&!Gt(_0xd11e7d[_0x2f5de4(0x391)])||_0x2fc38f&&!Gt(_0xd11e7d[_0x2f5de4(0x391)])||_0x2f5de4(0x2e1)==_0x3565b1&&!(!Vt(_0x34e673=_0xd11e7d[_0x2f5de4(0x391)])&&!function(_0x42cddc){const _0x1b66f2=_0x2f5de4;return _0x42cddc[_0x1b66f2(0x358)][_0x1b66f2(0x286)]==_0x42cddc[_0x1b66f2(0x241)][_0x1b66f2(0x275)]&&_0x42cddc[_0x1b66f2(0x358)][_0x1b66f2(0x271)];}(_0x34e673)))_0x514be4[_0x2f5de4(0x2c2)](_0x986cb3),_0x2de285=!0x0;else{if(!_0x4216f0||!_0x4216f0[_0x2f5de4(0x207)])continue;if(_0xd11e7d[_0x2f5de4(0x391)]&&_0xd11e7d[_0x2f5de4(0x24e)]&&_0xd11e7d[_0x2f5de4(0x391)][_0x2f5de4(0x203)](_0xd11e7d[_0x2f5de4(0x24e)]))continue;_0x55b5ba[_0x2f5de4(0x374)](_0x4216f0);}}}var _0x34e673;return _0x55b5ba[_0x2f5de4(0x211)]>0x0&&(_0x2de285=!!this[_0x2f5de4(0x1f9)](_0x55b5ba)||_0x2de285),_0x2de285;}),_0x330ac9[_0x2f070c(0x206)][_0x2f070c(0x2d8)][_0x2f070c(0x2f2)](_0x708e08=>{const _0x1fadcd=_0x2f070c;let _0x331994=!0x1;for(const _0x235c84 of _0x330ac9[_0x1fadcd(0x206)][_0x1fadcd(0x2d8)][_0x1fadcd(0x273)][_0x1fadcd(0x2f8)]())if(_0x1fadcd(0x2cc)==_0x235c84[_0x1fadcd(0x284)])for(const _0x503cb6 of this[_0x1fadcd(0x319)][_0x1fadcd(0x270)]()){if(_0x503cb6[_0x1fadcd(0x248)]||!_0x503cb6[_0x1fadcd(0x207)])continue;const _0x17456b=_0x1fadcd(0x32f)==_0x503cb6[_0x1fadcd(0x284)],_0x2baf5a=this[_0x1fadcd(0x220)](_0x503cb6),_0x5989a7=_0x2baf5a&&this[_0x1fadcd(0x21b)](_0x2baf5a);if(!_0x17456b&&!_0x5989a7)continue;const _0x356765=_0x503cb6[_0x1fadcd(0x2a3)]();if(_0x356765[_0x1fadcd(0x358)][_0x1fadcd(0x286)]!=_0x356765[_0x1fadcd(0x241)][_0x1fadcd(0x286)]&&!_0x356765[_0x1fadcd(0x241)][_0x1fadcd(0x271)]){const _0x474e56=_0x330ac9[_0x1fadcd(0x206)][_0x1fadcd(0x247)](_0x356765[_0x1fadcd(0x358)][_0x1fadcd(0x31b)],_0x1fadcd(0x241)),_0x975c7c=_0x330ac9[_0x1fadcd(0x206)][_0x1fadcd(0x1fb)](_0x356765[_0x1fadcd(0x358)],_0x474e56);_0x708e08[_0x1fadcd(0x393)](_0x503cb6[_0x1fadcd(0x2d6)](),{'range':_0x975c7c}),_0x331994=!0x0;}}return _0x331994;}),_0x330ac9[_0x2f070c(0x206)][_0x2f070c(0x2d8)][_0x2f070c(0x2f2)](_0x498f1b=>this[_0x2f070c(0x333)](_0x498f1b)),_0x330ac9[_0x2f070c(0x206)][_0x2f070c(0x2d8)][_0x2f070c(0x2f2)](_0x7b7e90=>!_0x7b7e90[_0x2f070c(0x346)][_0x2f070c(0x377)]&&this[_0x2f070c(0x2ce)](_0x7b7e90)),_0x330ac9[_0x2f070c(0x206)]['on'](_0x2f070c(0x388),()=>{const _0x531eae=_0x2f070c;this[_0x531eae(0x30d)]=!0x1;}),_0x330ac9[_0x2f070c(0x206)][_0x2f070c(0x2d8)]['on'](_0x2f070c(0x2d4),(_0x4e1a1f,_0x1bd5c3)=>{const _0x40e376=_0x2f070c;if(!_0x1bd5c3[_0x40e376(0x377)]||_0x1bd5c3[_0x40e376(0x2e8)])return;if(!this[_0x40e376(0x30d)])return;const _0x41a45b=_0x330ac9[_0x40e376(0x206)][_0x40e376(0x2d8)][_0x40e376(0x273)][_0x40e376(0x2f8)]();if(0x0==_0x41a45b[_0x40e376(0x2c7)])return;const _0x24707a=[],_0x3be9b8=_0x41a45b[_0x40e376(0x38f)](_0x589853=>_0x40e376(0x216)==_0x589853[_0x40e376(0x284)]),_0x5bde28=_0x41a45b[_0x40e376(0x38f)](_0x175dd1=>_0x40e376(0x2cc)==_0x175dd1[_0x40e376(0x284)]&&_0x40e376(0x330)!=_0x175dd1[_0x40e376(0x237)]);for(const _0xedf749 of _0x3be9b8)this[_0x40e376(0x382)](_0xedf749[_0x40e376(0x39b)])&&_0x24707a[_0x40e376(0x1f2)]({'key':_0xedf749[_0x40e376(0x39b)],'newValue':_0xedf749[_0x40e376(0x2d7)],'oldValue':_0xedf749[_0x40e376(0x209)],'range':Ft(_0xedf749[_0x40e376(0x225)],_0x330ac9[_0x40e376(0x206)])});for(const _0x52d67c of _0x5bde28){if(_0x40e376(0x359)!=_0x52d67c[_0x40e376(0x2ee)]&&_0x40e376(0x347)!=_0x52d67c[_0x40e376(0x2ee)])continue;const _0x4f2989=Lt(_0x52d67c[_0x40e376(0x250)][_0x40e376(0x31b)],_0x330ac9[_0x40e376(0x206)]),_0x526273=_0x52d67c[_0x40e376(0x399)];_0x40e376(0x359)==_0x52d67c[_0x40e376(0x2ee)]&&_0x24707a[_0x40e376(0x1f2)]({'key':_0x40e376(0x327),'newValue':_0x52d67c[_0x40e376(0x237)],'oldValue':_0x526273[_0x40e376(0x237)],'range':_0x4f2989});for(const [_0x124a5c,_0x4f701b]of _0x526273[_0x40e376(0x285)]){if(!this[_0x40e376(0x382)](_0x124a5c))continue;const _0xd81ab4=_0x52d67c[_0x40e376(0x285)][_0x40e376(0x282)](_0x124a5c);_0x4f701b!==_0xd81ab4&&_0x24707a[_0x40e376(0x1f2)]({'key':_0x124a5c,'newValue':_0xd81ab4,'oldValue':_0x4f701b,'range':_0x4f2989});}for(const [_0x3bbf39,_0x1b030e]of _0x52d67c[_0x40e376(0x285)])this[_0x40e376(0x382)](_0x3bbf39)&&(_0x526273[_0x40e376(0x285)][_0x40e376(0x20c)](_0x3bbf39)||_0x24707a[_0x40e376(0x1f2)]({'key':_0x3bbf39,'newValue':_0x1b030e,'oldValue':null,'range':_0x4f2989}));}0x0!=_0x24707a[_0x40e376(0x2c7)]&&_0x330ac9[_0x40e376(0x206)][_0x40e376(0x354)](_0x1bd5c3,_0x1f525e=>{const _0x2bf46e=_0x40e376,_0x40ae06=_0x4bbf67();for(const {range:_0x5cbf1a,key:_0x4dcefe,oldValue:_0x2a06de,newValue:_0x32f958}of _0x24707a)this[_0x2bf46e(0x238)](_0x5cbf1a,_0x4dcefe,_0x2a06de,_0x32f958,{'groupId':_0x40ae06});this[_0x2bf46e(0x364)](_0x1f525e,_0x24707a);});},{'priority':_0x2f070c(0x2da)}),_0x330ac9[_0x2f070c(0x206)][_0x2f070c(0x22a)]['on'](_0x2f070c(0x33e),(_0x374723,_0x788f29,_0x217479)=>{const _0x445d81=_0x2f070c;if(null==_0x217479){const {id:_0x198ce6}=this[_0x445d81(0x219)](_0x788f29[_0x445d81(0x237)]),_0x340188=this[_0x445d81(0x319)][_0x445d81(0x282)](_0x198ce6);_0x340188&&_0x340188[_0x445d81(0x357)](_0x788f29[_0x445d81(0x237)]);}}),_0x330ac9[_0x2f070c(0x206)][_0x2f070c(0x2d8)]['on'](_0x2f070c(0x2d4),()=>{const _0x35add1=_0x2f070c,_0x5298dc=Array[_0x35add1(0x1fa)](_0x330ac9[_0x35add1(0x206)][_0x35add1(0x2d8)][_0x35add1(0x273)][_0x35add1(0x25e)]())[_0x35add1(0x38f)](_0x365df7=>_0x35add1(0x3a0)===this[_0x35add1(0x219)](_0x365df7[_0x35add1(0x237)])[_0x35add1(0x269)]);if(0x0===_0x5298dc[_0x35add1(0x2c7)])return;_0x5298dc[_0x35add1(0x37f)]((_0x32fcc6,_0x388239)=>{const _0x25ebb3=_0x35add1,_0x2c53f6=_0x32fcc6[_0x25ebb3(0x2bc)][_0x25ebb3(0x24e)],_0x532651=_0x388239[_0x25ebb3(0x2bc)][_0x25ebb3(0x24e)];return null===_0x2c53f6&&null===_0x532651?0x0:null===_0x2c53f6&&null!==_0x532651?-0x1:null!==_0x2c53f6&&null===_0x532651?0x1:_0x2c53f6[_0x25ebb3(0x358)][_0x25ebb3(0x305)](_0x532651[_0x25ebb3(0x358)])?-0x1:0x1;});const _0x234efd=new Set(),_0x5bdef1=new Set();for(const {name:_0x53d745,data:_0x4fe992}of _0x5298dc){const {id:_0x37f7bc}=this[_0x35add1(0x219)](_0x53d745);if(null===_0x4fe992[_0x35add1(0x24e)]){const _0x4f648c=this[_0x35add1(0x2b2)](_0x53d745);_0x5bdef1[_0x35add1(0x374)](_0x4f648c);}else{const _0x4422bb=this[_0x35add1(0x319)][_0x35add1(0x282)](_0x37f7bc);null!==_0x4fe992[_0x35add1(0x391)]||_0x4422bb[_0x35add1(0x207)]?(_0x234efd[_0x35add1(0x374)](_0x4422bb[_0x35add1(0x23f)]),_0x5bdef1[_0x35add1(0x374)](_0x4422bb)):this[_0x35add1(0x335)](_0x4422bb);}}_0x5bdef1[_0x35add1(0x211)]>0x0&&this[_0x35add1(0x35f)](_0x5bdef1);for(const _0x45d8f8 of _0x234efd)this[_0x35add1(0x38b)](_0x35add1(0x223),_0x45d8f8);}),_0x330ac9[_0x2f070c(0x206)]['on'](_0x2f070c(0x31c),(_0x167191,_0x2b0d6b)=>{const _0x4946c7=_0x2f070c,_0x2be6f8=_0x2b0d6b[0x0];if(!this[_0x4946c7(0x319)][_0x4946c7(0x211)])return;if(!_0x2be6f8[_0x4946c7(0x2cd)])return;if(_0x2be6f8[_0x4946c7(0x346)][_0x4946c7(0x2e8)]||!_0x2be6f8[_0x4946c7(0x346)][_0x4946c7(0x377)])return;let _0x16070,_0x3b273a;switch(_0x2be6f8[_0x4946c7(0x284)]){case _0x4946c7(0x2cc):_0x16070=_0x330ac9[_0x4946c7(0x206)][_0x4946c7(0x247)](_0x2be6f8[_0x4946c7(0x250)]),_0x3b273a=_0x16070[_0x4946c7(0x2c4)](_0x2be6f8[_0x4946c7(0x253)]);break;case _0x4946c7(0x392):_0x16070=_0x330ac9[_0x4946c7(0x206)][_0x4946c7(0x247)](_0x2be6f8[_0x4946c7(0x3a4)]),_0x3b273a=_0x330ac9[_0x4946c7(0x206)][_0x4946c7(0x247)](_0x2be6f8[_0x4946c7(0x217)]);break;case _0x4946c7(0x227):_0x16070=_0x330ac9[_0x4946c7(0x206)][_0x4946c7(0x247)](_0x2be6f8[_0x4946c7(0x33c)]),_0x3b273a=_0x16070[_0x4946c7(0x2c4)](_0x2be6f8[_0x4946c7(0x253)]);break;default:return;}const _0x4833de=_0x330ac9[_0x4946c7(0x206)][_0x4946c7(0x1fb)](_0x16070,_0x3b273a);_0x330ac9[_0x4946c7(0x206)][_0x4946c7(0x2c0)](()=>{const _0x1c3f4a=_0x4946c7;for(const {suggestion:_0x269dca,meta:_0x25377c}of this[_0x1c3f4a(0x33b)](_0x4833de)){if(_0x269dca[_0x1c3f4a(0x248)])continue;if(_0x1c3f4a(0x337)==_0x269dca[_0x1c3f4a(0x284)])continue;const _0xb5e205=this[_0x1c3f4a(0x220)](_0x269dca);if(_0xb5e205&&this[_0x1c3f4a(0x21b)](_0xb5e205)&&_0x1c3f4a(0x392)!=_0x2be6f8[_0x1c3f4a(0x284)])continue;const _0x4a20bf=_0x269dca[_0x1c3f4a(0x2bc)]&&_0x269dca[_0x1c3f4a(0x2bc)][_0x1c3f4a(0x234)];(_0x1c3f4a(0x32f)!=_0x269dca[_0x1c3f4a(0x284)]||_0x1c3f4a(0x392)==_0x2be6f8[_0x1c3f4a(0x284)]&&!_0x4a20bf)&&(_0x25377c[_0x1c3f4a(0x1f6)]||_0x1c3f4a(0x1fc)==_0x269dca[_0x1c3f4a(0x284)]&&_0x25377c[_0x1c3f4a(0x28c)]||_0x269dca[_0x1c3f4a(0x2a3)]()[_0x1c3f4a(0x343)](_0x4833de)&&this[_0x1c3f4a(0x2e4)](_0x269dca,_0x16070,_0x3b273a));}});},{'priority':_0x2f070c(0x2da)}),_0x330ac9[_0x2f070c(0x206)]['on'](_0x2f070c(0x22e),(_0x54f4e7,_0x4ce7a3)=>{const _0x272b79=_0x2f070c,_0x287327=_0x4ce7a3[0x0],_0x173616=_0x4ce7a3[0x1];if(_0x173616&&_0x173616[_0x272b79(0x33f)])return;if(this[_0x272b79(0x2dd)])return;if(!this[_0x272b79(0x213)][_0x272b79(0x25c)])return;if(_0x287327[_0x272b79(0x2ab)])return;const _0x490aa8=_0x330ac9[_0x272b79(0x206)][_0x272b79(0x21e)],{start:_0x25ee73,end:_0x2c60e5}=_0x287327[_0x272b79(0x2a3)](),_0x35f4e2=_0x25ee73[_0x272b79(0x31b)]&&_0x490aa8[_0x272b79(0x23c)](_0x25ee73[_0x272b79(0x31b)])?null:_0x490aa8[_0x272b79(0x2fc)](_0x25ee73,_0x272b79(0x353)),_0x5a9480=_0x2c60e5[_0x272b79(0x275)]&&_0x490aa8[_0x272b79(0x23c)](_0x2c60e5[_0x272b79(0x275)])?null:_0x490aa8[_0x272b79(0x2fc)](_0x2c60e5,_0x272b79(0x294)),_0x1d06e0=_0x330ac9[_0x272b79(0x206)][_0x272b79(0x1fb)](_0x35f4e2?_0x35f4e2[_0x272b79(0x358)]:_0x25ee73,_0x5a9480?_0x5a9480[_0x272b79(0x241)]:_0x2c60e5);_0x330ac9[_0x272b79(0x206)][_0x272b79(0x2c0)](_0x2ff8e6=>{const _0x23f1c5=_0x272b79;this[_0x23f1c5(0x21a)](_0x1d06e0);const _0x1fa8aa=_0x330ac9[_0x23f1c5(0x206)][_0x23f1c5(0x21e)][_0x23f1c5(0x2fc)](_0x1d06e0[_0x23f1c5(0x358)]);_0x287327['is'](_0x23f1c5(0x2aa))?_0x2ff8e6[_0x23f1c5(0x293)](_0x1fa8aa):_0x287327[_0x23f1c5(0x222)](_0x1fa8aa);}),_0x54f4e7[_0x272b79(0x21f)]();},{'priority':_0x2aa170[_0x2f070c(0x1f8)]+0xa}),_0x330ac9[_0x2f070c(0x206)]['on'](_0x2f070c(0x2b7),(_0x4c7462,_0x296185)=>{const _0x2cf02d=_0x2f070c,_0x366e8a=_0x296185[_0x296185[_0x2cf02d(0x2c7)]-0x1];_0x366e8a&&_0x366e8a[_0x2cf02d(0x33f)]||this[_0x2cf02d(0x2dd)]||this[_0x2cf02d(0x213)][_0x2cf02d(0x25c)]&&(_0x330ac9[_0x2cf02d(0x206)][_0x2cf02d(0x2c0)](()=>{const _0x27e596=_0x2cf02d;let _0x4d3f07=_0x330ac9[_0x27e596(0x206)][_0x27e596(0x2b7)](_0x296185[0x0],_0x296185[0x1],_0x296185[0x2],{'forceDefaultExecution':!0x0});if(!_0x4d3f07)return;_0x4c7462[_0x27e596(0x20f)]=_0x4d3f07[_0x27e596(0x365)]();const _0x55b0df=_0x4d3f07[_0x27e596(0x241)][_0x27e596(0x275)],_0x5258e4=_0x330ac9[_0x27e596(0x206)][_0x27e596(0x21e)];_0x55b0df&&_0x5258e4[_0x27e596(0x2a8)](_0x55b0df)&&!_0x5258e4[_0x27e596(0x37e)](_0x55b0df)&&(_0x4d3f07=_0x330ac9[_0x27e596(0x206)][_0x27e596(0x1fb)](_0x4d3f07[_0x27e596(0x358)],_0x330ac9[_0x27e596(0x206)][_0x27e596(0x247)](_0x55b0df,_0x27e596(0x241)))),this[_0x27e596(0x2e2)](_0x4d3f07);}),_0x4c7462[_0x2cf02d(0x21f)]());},{'priority':_0x2f070c(0x255)}),this[_0x2f070c(0x378)][_0x2f070c(0x37c)][_0x2f070c(0x374)](_0x2f070c(0x312),this[_0x2f070c(0x213)]),this[_0x2f070c(0x245)](_0x2f070c(0x312));const _0x2f7623=new _0xe6cb34(_0x330ac9,this[_0x2f070c(0x319)]);_0x330ac9[_0x2f070c(0x37c)][_0x2f070c(0x374)](_0x2f070c(0x369),_0x2f7623),this[_0x2f070c(0x245)](_0x2f070c(0x369));const _0x94c7d4=new _0x502db0(_0x330ac9,this[_0x2f070c(0x319)]);_0x330ac9[_0x2f070c(0x37c)][_0x2f070c(0x374)](_0x2f070c(0x1f3),_0x94c7d4),this[_0x2f070c(0x245)](_0x2f070c(0x1f3)),_0x330ac9[_0x2f070c(0x37c)][_0x2f070c(0x374)](_0x2f070c(0x313),new _0x559251(_0x330ac9,_0x2f7623,this[_0x2f070c(0x319)])),this[_0x2f070c(0x245)](_0x2f070c(0x313)),_0x330ac9[_0x2f070c(0x37c)][_0x2f070c(0x374)](_0x2f070c(0x20b),new _0x559251(_0x330ac9,_0x94c7d4,this[_0x2f070c(0x319)])),this[_0x2f070c(0x245)](_0x2f070c(0x20b)),_0x330ac9[_0x2f070c(0x37c)][_0x2f070c(0x374)](_0x2f070c(0x350),new _0x43642a(_0x330ac9,_0x2f7623,this[_0x2f070c(0x319)])),this[_0x2f070c(0x245)](_0x2f070c(0x350)),_0x330ac9[_0x2f070c(0x37c)][_0x2f070c(0x374)](_0x2f070c(0x30a),new _0x43642a(_0x330ac9,_0x94c7d4,this[_0x2f070c(0x319)])),this[_0x2f070c(0x245)](_0x2f070c(0x30a));const _0x5ee93c=_0x330ac9[_0x2f070c(0x28f)][_0x2f070c(0x282)](_0x2f070c(0x322));this[_0x2f070c(0x2d9)](_0x5ee93c,_0x2f070c(0x25d),(_0x3e03fe,{threadId:_0xf9dc44})=>{const _0x49d2b2=_0x2f070c,_0x5b180a=this[_0x49d2b2(0x319)][_0x49d2b2(0x282)](_0xf9dc44);_0x5b180a&&_0x5b180a[_0x49d2b2(0x2eb)]&&0x1===_0x5b180a[_0x49d2b2(0x2eb)][_0x49d2b2(0x2c7)]&&this[_0x49d2b2(0x289)](_0xf9dc44,{'hasComments':!0x0});},{'priority':_0x2f070c(0x26f)}),this[_0x2f070c(0x2d9)](_0x5ee93c,_0x2f070c(0x1f4),(_0x2eff2f,{threadId:_0xd44e69})=>{const _0x5bdc8e=_0x2f070c,_0x501457=this[_0x5bdc8e(0x319)][_0x5bdc8e(0x282)](_0xd44e69);_0x501457&&_0x501457[_0x5bdc8e(0x2eb)]&&!_0x501457[_0x5bdc8e(0x2eb)][_0x5bdc8e(0x2c7)]&&this[_0x5bdc8e(0x289)](_0xd44e69,{'hasComments':!0x1});},{'priority':_0x2f070c(0x26f)});}set[_0xc6feb(0x2f5)](_0x3428d6){const _0x5f1140=_0xc6feb;if(this[_0x5f1140(0x230)])throw new _0x5a302d(_0x5f1140(0x246),this);this[_0x5f1140(0x230)]=_0x3428d6;}get[_0xc6feb(0x2f5)](){const _0x6535f8=_0xc6feb;return this[_0x6535f8(0x230)];}[_0xc6feb(0x257)]({skipNotAttached:_0x455839=!0x1,toJSON:_0x13bf93=!0x1}={}){const _0x3c7e8a=_0xc6feb,_0x1fbcf4=[];for(const _0xafa1f8 of this[_0x3c7e8a(0x319)][_0x3c7e8a(0x270)]())_0x455839&&!_0xafa1f8[_0x3c7e8a(0x207)]||_0x1fbcf4[_0x3c7e8a(0x1f2)](_0xafa1f8);return _0x13bf93?_0x1fbcf4[_0x3c7e8a(0x39f)](_0x306074=>_0x306074[_0x3c7e8a(0x2b6)]()):_0x1fbcf4;}[_0xc6feb(0x31f)](_0xe47b04){const _0x20fa34=_0xc6feb,_0x58ef83=this[_0x20fa34(0x319)][_0x20fa34(0x282)](_0xe47b04);if(!_0x58ef83)throw new _0x5a302d(_0x20fa34(0x396),this);return _0x58ef83;}[_0xc6feb(0x256)](_0x205e65){const _0x3e8c67=_0xc6feb;return this[_0x3e8c67(0x319)][_0x3e8c67(0x20c)](_0x205e65);}[_0xc6feb(0x27a)](_0x2f244c){const _0x4ca4c2=_0xc6feb,{authorId:_0x3a859c,id:_0x203762,attributes:_0x4e8687}=_0x2f244c,[_0x5e3312,_0x1ad55c]=_0x2f244c[_0x4ca4c2(0x284)][_0x4ca4c2(0x392)](':'),_0x994a9d=this[_0x4ca4c2(0x319)][_0x4ca4c2(0x282)](_0x203762)||this[_0x4ca4c2(0x20e)](_0x5e3312,_0x1ad55c,_0x203762,_0x3a859c,_0x4e8687);if(this[_0x4ca4c2(0x2ae)](_0x994a9d),this[_0x4ca4c2(0x24f)](_0x994a9d,_0x5e3312,_0x1ad55c||null,_0x3a859c),_0x994a9d[_0x4ca4c2(0x34a)]=_0x2f244c[_0x4ca4c2(0x34a)],_0x994a9d[_0x4ca4c2(0x320)]=!0x0,_0x4e8687&&_0x4e8687[_0x4ca4c2(0x363)]){const _0x2139e3=_0x4e8687[_0x4ca4c2(0x363)],_0x44bf9d=this[_0x4ca4c2(0x298)](_0x2139e3[_0x4ca4c2(0x2e9)]);_0x994a9d[_0x4ca4c2(0x36e)]=_0x2139e3[_0x4ca4c2(0x34a)],_0x994a9d[_0x4ca4c2(0x200)]=_0x44bf9d,_0x994a9d[_0x4ca4c2(0x342)]=!0x0;}else _0x994a9d[_0x4ca4c2(0x36e)]=_0x2f244c[_0x4ca4c2(0x34a)];switch(_0x2f244c[_0x4ca4c2(0x2bc)]&&(_0x994a9d[_0x4ca4c2(0x2bc)]=_0x2f244c[_0x4ca4c2(0x2bc)]),_0x2f244c[_0x4ca4c2(0x285)]&&(_0x994a9d[_0x4ca4c2(0x285)]=_0x2f244c[_0x4ca4c2(0x285)]),this[_0x4ca4c2(0x230)]&&this[_0x4ca4c2(0x230)][_0x4ca4c2(0x34c)]||(_0x994a9d[_0x4ca4c2(0x264)]=!0x0),this[_0x4ca4c2(0x29f)][_0x4ca4c2(0x282)](_0x994a9d)){case _0x4ca4c2(0x332):this[_0x4ca4c2(0x29f)][_0x4ca4c2(0x2a4)](_0x994a9d,_0x4ca4c2(0x261));break;case _0x4ca4c2(0x2ed):_0x994a9d[_0x4ca4c2(0x207)]?(this[_0x4ca4c2(0x1f9)](new Set([_0x994a9d])),this[_0x4ca4c2(0x35f)](new Set([_0x994a9d])),this[_0x4ca4c2(0x29f)][_0x4ca4c2(0x2a4)](_0x994a9d,_0x4ca4c2(0x381)),this[_0x4ca4c2(0x38b)](_0x4ca4c2(0x2f1),_0x994a9d)):this[_0x4ca4c2(0x29f)][_0x4ca4c2(0x2a4)](_0x994a9d,_0x4ca4c2(0x27e));}return _0x994a9d;}[_0xc6feb(0x369)](_0x2a6430){const _0x3eb9b7=_0xc6feb;this[_0x3eb9b7(0x33f)](()=>{const _0x69467c=_0x3eb9b7;this[_0x69467c(0x378)][_0x69467c(0x206)][_0x69467c(0x2c0)](()=>{const _0x4c9482=_0x69467c;for(const _0x612676 of _0x2a6430[_0x4c9482(0x30e)]())_0x612676[_0x4c9482(0x235)]();});});}[_0xc6feb(0x1f3)](_0x428ba9){const _0x395fd9=_0xc6feb;this[_0x395fd9(0x33f)](()=>{const _0x3959b0=_0x395fd9;this[_0x3959b0(0x378)][_0x3959b0(0x206)][_0x3959b0(0x2c0)](()=>{const _0x5878e8=_0x3959b0;for(const _0x16d809 of _0x428ba9[_0x5878e8(0x30e)]())_0x16d809[_0x5878e8(0x279)]();});});}[_0xc6feb(0x245)](_0x56b526,_0x2d81b1){const _0x320be6=_0xc6feb,_0x5a4420=this[_0x320be6(0x378)][_0x320be6(0x37c)][_0x320be6(0x282)](_0x56b526);if(!_0x5a4420)throw new _0x5a302d(_0x320be6(0x345),this,{'commandName':_0x56b526});if(this[_0x320be6(0x30c)][_0x320be6(0x20c)](_0x5a4420))throw new _0x5a302d(_0x320be6(0x383),this,{'commandName':_0x56b526});this[_0x320be6(0x30c)][_0x320be6(0x374)](_0x5a4420),_0x2d81b1&&_0x5a4420['on'](_0x320be6(0x316),(_0x8ee974,_0x300f35)=>{const _0x435ce5=_0x320be6;this[_0x435ce5(0x213)][_0x435ce5(0x25c)]&&(this[_0x435ce5(0x2dd)]||(_0x300f35[_0x435ce5(0x2c7)]>0x0&&_0x300f35[_0x300f35[_0x435ce5(0x2c7)]-0x1]&&_0x300f35[_0x300f35[_0x435ce5(0x2c7)]-0x1][_0x435ce5(0x33f)]?_0x300f35[_0x435ce5(0x387)]():(_0x8ee974[_0x435ce5(0x20f)]=_0x2d81b1((..._0x1d2f7e)=>_0x5a4420[_0x435ce5(0x316)](..._0x1d2f7e,{'forceDefaultExecution':!0x0}),..._0x300f35),_0x8ee974[_0x435ce5(0x21f)]())));},{'priority':_0x320be6(0x255)});}[_0xc6feb(0x33f)](_0x5d9dec){const _0x2801b6=_0xc6feb;let _0x38e659,_0x48a9fc;const _0x1c48f2=this[_0x2801b6(0x2dd)];this[_0x2801b6(0x2dd)]=!0x0;try{_0x38e659=_0x5d9dec();}catch(_0x5b361b){_0x48a9fc=_0x5b361b;}return _0x1c48f2||(this[_0x2801b6(0x2dd)]=!0x1),_0x48a9fc&&_0x5a302d[_0x2801b6(0x277)](_0x48a9fc,this),_0x38e659;}[_0xc6feb(0x2e2)](_0x21b331,_0xa71fd1=null,_0x2d4b43={}){const _0x57fc48=_0xc6feb;if(_0x21b331[_0x57fc48(0x2ab)])return null;const _0x33ae3c=this[_0x57fc48(0x378)][_0x57fc48(0x28f)][_0x57fc48(0x282)](_0x57fc48(0x310))['me'];for(const {suggestion:_0x1d967d,meta:_0x29034e}of this[_0x57fc48(0x33b)](_0x21b331,_0x57fc48(0x1fc)))if(_0x29034e[_0x57fc48(0x28c)]){if(!_0x29034e[_0x57fc48(0x21c)]){if(_0x29034e[_0x57fc48(0x1f6)]){if(!this[_0x57fc48(0x32d)]||!qt(_0x1d967d,_0x2d4b43))continue;return _0x1d967d;}if(qt(_0x1d967d,_0x2d4b43))return _0x1d967d;this[_0x57fc48(0x2e4)](_0x1d967d,_0x21b331[_0x57fc48(0x358)],_0x21b331[_0x57fc48(0x241)]);break;}if(_0xa71fd1==_0x1d967d[_0x57fc48(0x2a9)]&&qt(_0x1d967d,_0x2d4b43)){const _0x50e2b5=_0x1d967d[_0x57fc48(0x2a3)]();return _0x50e2b5[_0x57fc48(0x358)][_0x57fc48(0x203)](_0x21b331[_0x57fc48(0x241)])?this[_0x57fc48(0x25a)](_0x1d967d,this[_0x57fc48(0x233)][_0x57fc48(0x1fb)](_0x21b331[_0x57fc48(0x358)],_0x50e2b5[_0x57fc48(0x241)])):this[_0x57fc48(0x25a)](_0x1d967d,this[_0x57fc48(0x233)][_0x57fc48(0x1fb)](_0x50e2b5[_0x57fc48(0x358)],_0x21b331[_0x57fc48(0x241)])),_0x1d967d;}}const _0x48e90b=_0x4bbf67(),_0x89ceb3=_0x33ae3c['id'],_0x2e7296=_0xa71fd1?_0x57fc48(0x302)+_0xa71fd1:_0x57fc48(0x1fc),_0x171842=this[_0x57fc48(0x2f0)]({'id':_0x48e90b,'type':_0x2e7296,'createdAt':new Date(),'authorId':_0x89ceb3,'attributes':_0x2d4b43});return this[_0x57fc48(0x2b4)](_0x2e7296,_0x48e90b,_0x89ceb3,_0x21b331),_0x171842;}[_0xc6feb(0x291)](_0x24d178,_0xee8f4=_0xc6feb(0x37a),_0x1fdcc1={}){const _0x399448=_0xc6feb,_0x146419=this[_0x399448(0x378)][_0x399448(0x28f)][_0x399448(0x282)](_0x399448(0x310))['me'],_0x2c6b0e=this[_0x399448(0x398)][_0x399448(0x2d5)](_0x399448(0x1fc),_0xee8f4,_0x399448(0x2c3));for(const _0x5132f6 of this[_0x399448(0x257)]())if(_0x5132f6[_0x399448(0x200)]['id']==_0x146419['id']&&_0x399448(0x1fc)==_0x5132f6[_0x399448(0x284)]&&_0x5132f6[_0x399448(0x2a9)]==_0xee8f4&&qt(_0x5132f6,_0x1fdcc1)&&(_0x2c6b0e(_0x5132f6[_0x399448(0x2ba)](),_0x24d178)||_0x2c6b0e(_0x24d178,_0x5132f6[_0x399448(0x2ba)]()))){for(const _0x31ed40 of _0x24d178)_0x5132f6[_0x399448(0x290)](_0x31ed40);return _0x5132f6;}for(const {suggestion:_0x1a3c9c,meta:_0xf0a3ad}of this[_0x399448(0x33b)](_0x24d178,_0x399448(0x1fc))){if(!_0xf0a3ad[_0x399448(0x28c)])continue;if(!this[_0x399448(0x32d)]&&_0xf0a3ad[_0x399448(0x1f6)])continue;if(!qt(_0x1a3c9c,_0x1fdcc1))continue;let _0x2c6414=!0x0;for(const _0x32630b of _0x1a3c9c[_0x399448(0x2ba)]())for(const _0x2be3d0 of _0x24d178)if(!_0x32630b[_0x399448(0x343)](_0x2be3d0)){_0x2c6414=!0x1;break;}if(_0x2c6414)return _0x1a3c9c;}const _0x1723a3=_0x4bbf67(),_0x66cd1=_0x146419['id'],_0xc57d11=_0x399448(0x302)+_0xee8f4,_0x37fe82=this[_0x399448(0x2f0)]({'id':_0x1723a3,'type':_0xc57d11,'createdAt':new Date(),'authorId':_0x66cd1,'attributes':_0x1fdcc1});for(const _0x2862ba of _0x24d178)this[_0x399448(0x2b4)](_0xc57d11,_0x1723a3,_0x66cd1,_0x2862ba,_0x5e0fb4[_0x399448(0x2f9)]());return _0x37fe82;}[_0xc6feb(0x348)](_0x127bc8,_0x4a87aa,_0x113bc8=null,_0x40b484={}){const _0x2d28d4=_0xc6feb;if(_0x113bc8=_0x113bc8||Pt(_0x4a87aa),_0x127bc8[_0x2d28d4(0x2ab)])return null;if(_0x2d28d4(0x1f5)===this[_0x2d28d4(0x35d)]){const _0x138a0c=this[_0x2d28d4(0x398)][_0x2d28d4(0x2d5)](_0x2d28d4(0x337),_0x113bc8,_0x2d28d4(0x235));return this[_0x2d28d4(0x33f)](()=>_0x138a0c([_0x127bc8],_0x4a87aa,_0x40b484)),null;}const _0x331242=this[_0x2d28d4(0x378)][_0x2d28d4(0x28f)][_0x2d28d4(0x282)](_0x2d28d4(0x310))['me'],_0x2fe22f=[];if(_0x2d28d4(0x201)!==this[_0x2d28d4(0x35d)]){for(const {suggestion:_0x5ce656,meta:_0x37214e}of this[_0x2d28d4(0x33b)](_0x127bc8,_0x2d28d4(0x1fc)))_0x37214e[_0x2d28d4(0x28c)]&&!_0x37214e[_0x2d28d4(0x23d)]&&_0x2fe22f[_0x2d28d4(0x1f2)](..._0x5ce656[_0x2d28d4(0x2ba)]());}const _0x1eccf3=function(_0x9f80a0,_0x5a4af4){const _0x2de0c1=_0x2d28d4,_0x449f64=[];for(const _0x151715 of _0x5a4af4){const _0x365a6b=_0x9f80a0[_0x2de0c1(0x205)](_0x151715);_0x365a6b&&_0x449f64[_0x2de0c1(0x1f2)](_0x365a6b);}return _0x449f64;}(_0x127bc8,_0x2fe22f),_0x5832ad=function(_0x137721,_0x3c320e){const _0x51d4d8=_0x2d28d4,_0x44c755=[_0x137721];for(const _0x35863b of _0x3c320e){let _0x395d59=0x0;for(;_0x395d59<_0x44c755[_0x51d4d8(0x2c7)];){const _0xaa3deb=_0x44c755[_0x395d59][_0x51d4d8(0x274)](_0x35863b);_0x44c755[_0x51d4d8(0x326)](_0x395d59,0x1,..._0xaa3deb),_0x395d59+=_0xaa3deb[_0x51d4d8(0x2c7)];}}return _0x44c755;}(_0x127bc8,_0x2fe22f);_0x1eccf3[_0x2d28d4(0x2c7)]&&this[_0x2d28d4(0x233)][_0x2d28d4(0x2c0)](()=>{const _0x23b2d2=_0x2d28d4;for(const _0x5b7235 of _0x1eccf3){const _0x10a806=this[_0x23b2d2(0x398)][_0x23b2d2(0x2d5)](_0x23b2d2(0x337),_0x113bc8,_0x23b2d2(0x235));this[_0x23b2d2(0x33f)](()=>_0x10a806([_0x5b7235],_0x4a87aa,_0x40b484));}});for(const _0x43228a of _0x5832ad){let _0x203cb2=null,_0x1d6cfc=_0x43228a[_0x2d28d4(0x358)],_0x587a84=_0x43228a[_0x2d28d4(0x241)];for(const {suggestion:_0x526a2d,meta:_0x33c9fe}of this[_0x2d28d4(0x33b)](_0x43228a,_0x2d28d4(0x337))){if(!_0x33c9fe[_0x2d28d4(0x28c)])continue;if(_0x526a2d[_0x2d28d4(0x2a9)]!=_0x113bc8)continue;if(!qt(_0x526a2d,_0x40b484))continue;const _0x19e023=_0x526a2d[_0x2d28d4(0x2a3)]();if(_0x19e023[_0x2d28d4(0x343)](_0x43228a,!0x0))return null;_0x1d6cfc=_0x1d6cfc[_0x2d28d4(0x305)](_0x19e023[_0x2d28d4(0x358)])?_0x1d6cfc:_0x19e023[_0x2d28d4(0x358)],_0x587a84=_0x587a84[_0x2d28d4(0x36a)](_0x19e023[_0x2d28d4(0x241)])?_0x587a84:_0x19e023[_0x2d28d4(0x241)],_0x203cb2?_0x19e023[_0x2d28d4(0x358)][_0x2d28d4(0x305)](_0x203cb2[_0x2d28d4(0x2a3)]()[_0x2d28d4(0x358)])?(_0x203cb2[_0x2d28d4(0x2fd)](),_0x203cb2=_0x526a2d):_0x526a2d[_0x2d28d4(0x2fd)]():_0x203cb2=_0x526a2d;}const _0x359825=this[_0x2d28d4(0x233)][_0x2d28d4(0x1fb)](_0x1d6cfc,_0x587a84);if(_0x203cb2)this[_0x2d28d4(0x25a)](_0x203cb2,_0x359825);else{const _0x500a52=_0x4bbf67(),_0x4dda40=_0x331242['id'];this[_0x2d28d4(0x2f0)]({'id':_0x500a52,'type':_0x2d28d4(0x215)+_0x113bc8,'data':_0x4a87aa,'createdAt':new Date(),'authorId':_0x4dda40,'attributes':_0x40b484}),this[_0x2d28d4(0x2b4)](_0x2d28d4(0x215)+_0x113bc8,_0x500a52,_0x4dda40,_0x359825);}}return null;}[_0xc6feb(0x33d)](_0x46a406,_0x508997,_0x202d34=[],_0x11f182=null,_0x1cc41c={}){const _0x1ae964=_0xc6feb;_0x508997[_0x1ae964(0x386)]||(_0x508997[_0x1ae964(0x386)]=_0x508997[_0x1ae964(0x2a2)]),_0x508997[_0x1ae964(0x234)]=_0x46a406['is'](_0x1ae964(0x225)),_0x11f182=_0x11f182||Pt(_0x508997);const _0xc8b772=_0x202d34[_0x1ae964(0x39f)](_0x365db6=>Lt(_0x365db6,this[_0x1ae964(0x233)])),_0x5c6b9f=_0x46a406['is'](_0x1ae964(0x225))?_0x46a406:Lt(_0x46a406,this[_0x1ae964(0x233)]);if(_0x1ae964(0x1f5)===this[_0x1ae964(0x35d)]){const _0x222297=this[_0x1ae964(0x398)][_0x1ae964(0x2d5)](_0x1ae964(0x32f),_0x11f182,_0x1ae964(0x235));return this[_0x1ae964(0x33f)](()=>_0x222297([_0x5c6b9f],_0x508997,_0x1cc41c)),null;}_0xc8b772[_0x1ae964(0x1f2)](_0x5c6b9f);let _0x31edd8=!0x0;for(const _0xb8f075 of _0xc8b772)if(!this[_0x1ae964(0x318)](_0xb8f075)){_0x31edd8=!0x1;break;}if(_0x31edd8&&_0x1ae964(0x201)!==this[_0x1ae964(0x35d)]){const _0x38cb32=this[_0x1ae964(0x398)][_0x1ae964(0x2d5)](_0x1ae964(0x32f),_0x11f182,_0x1ae964(0x235));return this[_0x1ae964(0x33f)](()=>_0x38cb32([_0x5c6b9f],_0x508997,_0x1cc41c)),null;}let _0x3d07bd=null,_0x414c9b=_0x5c6b9f[_0x1ae964(0x358)],_0x12db5e=_0x5c6b9f[_0x1ae964(0x241)];for(const {suggestion:_0x5d65de,meta:_0x4ae310}of this[_0x1ae964(0x33b)](_0x5c6b9f,_0x1ae964(0x32f))){if(!_0x4ae310[_0x1ae964(0x28c)])continue;if(_0x4ae310[_0x1ae964(0x21c)]||_0x4ae310[_0x1ae964(0x1f6)]||_0x4ae310[_0x1ae964(0x23d)])continue;if(_0x5d65de[_0x1ae964(0x2bc)][_0x1ae964(0x386)]!=_0x508997[_0x1ae964(0x386)])continue;if(!qt(_0x5d65de,_0x1cc41c))continue;const _0x4422f8=_0x5d65de[_0x1ae964(0x2a3)]();if(_0x5d65de[_0x1ae964(0x2a9)]==_0x11f182){if(_0x4422f8[_0x1ae964(0x343)](_0x5c6b9f,!0x0))return null;_0x414c9b=_0x414c9b[_0x1ae964(0x305)](_0x4422f8[_0x1ae964(0x358)])?_0x414c9b:_0x4422f8[_0x1ae964(0x358)],_0x12db5e=_0x12db5e[_0x1ae964(0x36a)](_0x4422f8[_0x1ae964(0x241)])?_0x12db5e:_0x4422f8[_0x1ae964(0x241)],_0x3d07bd?_0x4422f8[_0x1ae964(0x358)][_0x1ae964(0x305)](_0x3d07bd[_0x1ae964(0x2a3)]()[_0x1ae964(0x358)])?(_0x3d07bd[_0x1ae964(0x2fd)](),_0x3d07bd=_0x5d65de):_0x5d65de[_0x1ae964(0x2fd)]():_0x3d07bd=_0x5d65de;}else{const _0x520d7b=_0x5c6b9f[_0x1ae964(0x205)](_0x4422f8);this[_0x1ae964(0x307)](_0x5d65de,_0x520d7b);}}const _0x168b0b=this[_0x1ae964(0x378)][_0x1ae964(0x28f)][_0x1ae964(0x282)](_0x1ae964(0x310))['me'],_0x400abf=_0x4bbf67(),_0x973377=_0x168b0b['id'];if(_0x3d07bd)return this[_0x1ae964(0x25a)](_0x3d07bd,this[_0x1ae964(0x233)][_0x1ae964(0x1fb)](_0x414c9b,_0x12db5e)),_0x3d07bd;{const _0x479b12=this[_0x1ae964(0x2f0)]({'id':_0x400abf,'type':_0x1ae964(0x29b)+_0x11f182,'data':_0x508997,'createdAt':new Date(),'authorId':_0x973377,'attributes':_0x1cc41c});return this[_0x1ae964(0x2b4)](_0x1ae964(0x29b)+_0x11f182,_0x400abf,_0x973377,this[_0x1ae964(0x233)][_0x1ae964(0x1fb)](_0x414c9b,_0x12db5e)),_0x479b12;}}[_0xc6feb(0x35a)](_0x1c447f,_0x45008c,_0x13d55d=[],_0x5cf74d=null,_0x5c8213={}){const _0x13da73=_0xc6feb;_0x45008c[_0x13da73(0x386)]||(_0x45008c[_0x13da73(0x386)]=_0x45008c[_0x13da73(0x2a2)]);const _0x17ad6d=_0x1c447f[0x0];_0x45008c[_0x13da73(0x234)]=_0x17ad6d['is'](_0x13da73(0x225)),_0x5cf74d=_0x5cf74d||Pt(_0x45008c);const _0x74bfef=_0x13d55d[_0x13da73(0x39f)](_0x5a6e91=>Lt(_0x5a6e91,this[_0x13da73(0x233)])),_0x25f22d=_0x17ad6d['is'](_0x13da73(0x225))?_0x1c447f:_0x1c447f[_0x13da73(0x39f)](_0x11324a=>Lt(_0x11324a,this[_0x13da73(0x233)]));if(_0x13da73(0x1f5)===this[_0x13da73(0x35d)]){const _0x1cf2c5=this[_0x13da73(0x398)][_0x13da73(0x2d5)](_0x13da73(0x32f),_0x5cf74d,_0x13da73(0x235));return this[_0x13da73(0x33f)](()=>_0x1cf2c5(_0x25f22d,_0x45008c,_0x5c8213)),null;}_0x74bfef[_0x13da73(0x1f2)](..._0x25f22d);let _0x1afa93=!0x0;for(const _0x4cf8d2 of _0x74bfef)if(!this[_0x13da73(0x318)](_0x4cf8d2)){_0x1afa93=!0x1;break;}if(_0x1afa93&&_0x13da73(0x201)!==this[_0x13da73(0x35d)]){const _0x11cf65=this[_0x13da73(0x398)][_0x13da73(0x2d5)](_0x13da73(0x32f),_0x5cf74d,_0x13da73(0x235));return this[_0x13da73(0x33f)](()=>_0x11cf65(_0x25f22d,_0x45008c,_0x5c8213)),null;}const _0x309536=this[_0x13da73(0x378)][_0x13da73(0x28f)][_0x13da73(0x282)](_0x13da73(0x310))['me'];for(const _0xa7b502 of this[_0x13da73(0x257)]()){if(_0xa7b502[_0x13da73(0x200)]['id']!=_0x309536['id'])continue;if(_0x13da73(0x32f)!=_0xa7b502[_0x13da73(0x284)]||_0xa7b502[_0x13da73(0x2bc)][_0x13da73(0x386)]!=_0x45008c[_0x13da73(0x386)])continue;if(!qt(_0xa7b502,_0x5c8213))continue;const _0xcac803=_0xa7b502[_0x13da73(0x2a9)]==_0x5cf74d;for(let _0x5ad538=0x0;_0x5ad538<_0x25f22d[_0x13da73(0x2c7)];_0x5ad538++){const _0x22f92d=_0x25f22d[_0x5ad538];for(const _0x44bb31 of _0xa7b502[_0x13da73(0x221)]()){const _0x7008cf=_0x44bb31[_0x13da73(0x303)]();if(_0x22f92d[_0x13da73(0x203)](_0x7008cf)){_0xcac803?(_0x25f22d[_0x13da73(0x326)](_0x5ad538,0x1),_0x5ad538--):_0xa7b502[_0x13da73(0x2c2)](_0x44bb31[_0x13da73(0x237)]);break;}}}}if(0x0==_0x25f22d[_0x13da73(0x2c7)])return null;const _0x6d5b41=this[_0x13da73(0x398)][_0x13da73(0x2d5)](_0x13da73(0x32f),_0x5cf74d,_0x13da73(0x2c3));for(const _0x1bb1ef of this[_0x13da73(0x257)]())if(_0x1bb1ef[_0x13da73(0x200)]['id']==_0x309536['id']&&_0x13da73(0x32f)==_0x1bb1ef[_0x13da73(0x284)]&&_0x1bb1ef[_0x13da73(0x2bc)][_0x13da73(0x386)]==_0x45008c[_0x13da73(0x386)]&&_0x1bb1ef[_0x13da73(0x2a9)]==_0x5cf74d&&qt(_0x1bb1ef,_0x5c8213)&&(_0x6d5b41(_0x1bb1ef[_0x13da73(0x2ba)](),_0x25f22d)||_0x6d5b41(_0x25f22d,_0x1bb1ef[_0x13da73(0x2ba)]()))){for(const _0x344eca of _0x25f22d)_0x1bb1ef[_0x13da73(0x290)](_0x344eca);return _0x1bb1ef;}const _0x3daf0f=_0x4bbf67(),_0x5e22c5=_0x309536['id'],_0x50dae5=_0x13da73(0x29b)+_0x5cf74d,_0x3e1197=this[_0x13da73(0x2f0)]({'id':_0x3daf0f,'type':_0x50dae5,'data':_0x45008c,'createdAt':new Date(),'authorId':_0x5e22c5,'attributes':_0x5c8213});for(const _0x2efe3d of _0x25f22d)this[_0x13da73(0x2b4)](_0x50dae5,_0x3daf0f,_0x5e22c5,_0x2efe3d,_0x5e0fb4[_0x13da73(0x2f9)]());return _0x3e1197;}[_0xc6feb(0x21a)](_0x5bb42c,_0x49d086=null,_0x5cd8ba={}){const _0x2a2a47=_0xc6feb;if(_0x5bb42c[_0x2a2a47(0x2ab)])return null;const _0x4e2c6f=this[_0x2a2a47(0x378)][_0x2a2a47(0x28f)][_0x2a2a47(0x282)](_0x2a2a47(0x310))['me'],_0x461c59=new _0x2a2599(_0x5bb42c[_0x2a2a47(0x358)],_0x5bb42c[_0x2a2a47(0x241)]);for(const {suggestion:_0xc5b805,meta:_0x4cc8d5}of this[_0x2a2a47(0x33b)](_0x461c59,_0x2a2a47(0x1fc)))if(_0x4cc8d5[_0x2a2a47(0x28c)]&&!_0x4cc8d5[_0x2a2a47(0x21c)]){if(_0xc5b805[_0x2a2a47(0x248)]){const _0x2e8834=_0xc5b805[_0x2a2a47(0x2ba)]()[_0x2a2a47(0x38f)](_0x16b0ae=>_0x2a2a47(0x340)!=_0x16b0ae[_0x2a2a47(0x22f)][_0x2a2a47(0x385)]);_0x2e8834[_0x2a2a47(0x2db)](_0x1b4ca6=>_0x461c59[_0x2a2a47(0x343)](_0x1b4ca6,!0x0))&&_0xc5b805[_0x2a2a47(0x279)]();if(_0x2e8834[_0x2a2a47(0x2c5)](_0xbaa094=>_0xbaa094[_0x2a2a47(0x343)](_0x461c59,!0x0))){const _0x1fd84c=this[_0x2a2a47(0x398)][_0x2a2a47(0x2d5)](_0x2a2a47(0x2e1),_0x49d086,_0x2a2a47(0x235));return this[_0x2a2a47(0x33f)](()=>_0x1fd84c([_0x461c59],null,_0x5cd8ba)),null;}}else{const _0x5bce92=_0x461c59[_0x2a2a47(0x205)](_0xc5b805[_0x2a2a47(0x2a3)]());null!==_0x5bce92&&_0xc5b805[_0x2a2a47(0x2b3)]([_0x5bce92],null,_0x5cd8ba);}}if(_0x461c59[_0x2a2a47(0x2de)](),_0x461c59[_0x2a2a47(0x2ab)]||_0x2a2a47(0x340)==_0x461c59[_0x2a2a47(0x22f)][_0x2a2a47(0x385)])return null;let _0x56391a=null,_0x3c2b4e=_0x461c59[_0x2a2a47(0x358)],_0xf85763=_0x461c59[_0x2a2a47(0x241)];const _0x29aa73=this[_0x2a2a47(0x33b)](_0x461c59,_0x2a2a47(0x2e1));for(const {suggestion:_0x3cc9a8,meta:_0x257634}of _0x29aa73){const _0x80553=this[_0x2a2a47(0x233)][_0x2a2a47(0x1fb)](_0x3c2b4e,_0xf85763);if(_0x257634[_0x2a2a47(0x28c)]&&(this[_0x2a2a47(0x32d)]||!_0x257634[_0x2a2a47(0x1f6)]&&!_0x257634[_0x2a2a47(0x23d)])){if(_0x3cc9a8[_0x2a2a47(0x248)]){if(!qt(_0x3cc9a8,_0x5cd8ba))continue;let _0x25132d=!0x0;for(const _0x2afeb8 of _0x3cc9a8[_0x2a2a47(0x2ba)]()){if(_0x2afeb8[_0x2a2a47(0x343)](_0x80553,!0x0))return _0x3cc9a8;_0x80553[_0x2a2a47(0x343)](_0x2afeb8)||(_0x25132d=!0x1);}_0x25132d&&_0x3cc9a8[_0x2a2a47(0x279)]();}else{const _0x311303=_0x3cc9a8[_0x2a2a47(0x2a3)]();if(_0x311303[_0x2a2a47(0x343)](_0x80553,!0x0))return _0x3cc9a8;if(!qt(_0x3cc9a8,_0x5cd8ba)){_0x80553[_0x2a2a47(0x343)](_0x311303)?_0x3cc9a8[_0x2a2a47(0x2fd)]():_0x311303[_0x2a2a47(0x362)](_0x3c2b4e)?_0x3c2b4e=_0x311303[_0x2a2a47(0x241)]:_0x311303[_0x2a2a47(0x362)](_0xf85763)&&(_0xf85763=_0x311303[_0x2a2a47(0x358)]);continue;}_0x3c2b4e=_0x3c2b4e[_0x2a2a47(0x305)](_0x311303[_0x2a2a47(0x358)])?_0x3c2b4e:_0x311303[_0x2a2a47(0x358)],_0xf85763=_0xf85763[_0x2a2a47(0x36a)](_0x311303[_0x2a2a47(0x241)])?_0xf85763:_0x311303[_0x2a2a47(0x241)],_0x5cd8ba=Object[_0x2a2a47(0x2b5)]({},_0x3cc9a8[_0x2a2a47(0x285)]),_0x56391a?_0x311303[_0x2a2a47(0x358)][_0x2a2a47(0x305)](_0x56391a[_0x2a2a47(0x2a3)]()[_0x2a2a47(0x358)])?(_0x56391a[_0x2a2a47(0x2fd)](),_0x56391a=_0x3cc9a8):_0x3cc9a8[_0x2a2a47(0x2fd)]():_0x56391a=_0x3cc9a8;}}}if(_0x56391a)return this[_0x2a2a47(0x25a)](_0x56391a,this[_0x2a2a47(0x233)][_0x2a2a47(0x1fb)](_0x3c2b4e,_0xf85763)),_0x56391a;{const _0x102192=_0x4bbf67(),_0x1b4433=this[_0x2a2a47(0x233)][_0x2a2a47(0x1fb)](_0x3c2b4e,_0xf85763),_0x4acee3=_0x4e2c6f['id'],_0x527f51=_0x49d086?_0x2a2a47(0x390)+_0x49d086:_0x2a2a47(0x2e1),_0x23d7ed=this[_0x2a2a47(0x2f0)]({'id':_0x102192,'type':_0x527f51,'createdAt':new Date(),'authorId':_0x4acee3,'attributes':_0x5cd8ba});return this[_0x2a2a47(0x2b4)](_0x527f51,_0x102192,_0x4acee3,_0x1b4433),_0x23d7ed;}}[_0xc6feb(0x251)](_0x4474fc,_0x4505b8=_0xc6feb(0x37a),_0x9f83a4={}){const _0x186614=_0xc6feb,_0xe04ed1=this[_0x186614(0x378)][_0x186614(0x28f)][_0x186614(0x282)](_0x186614(0x310))['me'],_0x5271d5=_0x4474fc[_0x186614(0x39f)](_0x1e69d4=>new _0x2a2599(_0x1e69d4[_0x186614(0x358)],_0x1e69d4[_0x186614(0x241)])),_0x127460=new Set();for(const {suggestion:_0x31bfc5,meta:_0x3d50e6}of this[_0x186614(0x33b)](_0x5271d5,_0x186614(0x1fc)))_0x3d50e6[_0x186614(0x28c)]&&!_0x3d50e6[_0x186614(0x21c)]&&_0x127460[_0x186614(0x374)](_0x31bfc5);for(const _0x5a4a96 of _0x127460)if(_0x5a4a96[_0x186614(0x248)]){const _0x2c7ab1=_0x5a4a96[_0x186614(0x2ba)]();(!_0x5a4a96[_0x186614(0x285)]||!_0x5a4a96[_0x186614(0x285)][_0x186614(0x20a)])&&(_0x2c7ab1[_0x186614(0x2db)](_0x15d79f=>_0x5271d5[_0x186614(0x2c5)](_0x7f6fb9=>_0x7f6fb9[_0x186614(0x343)](_0x15d79f,!0x0)))&&_0x5a4a96[_0x186614(0x279)]());if(_0x5271d5[_0x186614(0x2db)](_0x93351a=>_0x2c7ab1[_0x186614(0x2c5)](_0x15f850=>_0x15f850[_0x186614(0x343)](_0x93351a,!0x0)))){const _0x7440df=this[_0x186614(0x398)][_0x186614(0x2d5)](_0x186614(0x2e1),_0x4505b8,_0x186614(0x235));return this[_0x186614(0x33f)](()=>_0x7440df(_0x4474fc,null,_0x9f83a4)),null;}}else{const _0x3b1308=_0x5a4a96[_0x186614(0x2a3)]();_0x5271d5[_0x186614(0x2c5)](_0x3188ee=>_0x3188ee[_0x186614(0x343)](_0x3b1308,!0x0))&&_0x5a4a96[_0x186614(0x279)]();if(_0x5271d5[_0x186614(0x2db)](_0x10d2ec=>_0x3b1308[_0x186614(0x343)](_0x10d2ec,!0x0))){const _0x5cf1f9=this[_0x186614(0x398)][_0x186614(0x2d5)](_0x186614(0x2e1),_0x4505b8,_0x186614(0x235));return this[_0x186614(0x33f)](()=>_0x5cf1f9(_0x5271d5,null,_0x9f83a4)),null;}}const _0x21ae8a=this[_0x186614(0x398)][_0x186614(0x2d5)](_0x186614(0x2e1),_0x4505b8,_0x186614(0x2c3));let _0x2f61f9=null;for(const _0x4e9b5a of this[_0x186614(0x257)]())if(_0x4e9b5a[_0x186614(0x200)]['id']==_0xe04ed1['id']&&_0x4e9b5a[_0x186614(0x207)]&&_0x186614(0x2e1)==_0x4e9b5a[_0x186614(0x284)]&&_0x4e9b5a[_0x186614(0x2a9)]==_0x4505b8&&qt(_0x4e9b5a,_0x9f83a4)&&(_0x21ae8a(_0x4e9b5a[_0x186614(0x2ba)](),_0x5271d5)||_0x21ae8a(_0x5271d5,_0x4e9b5a[_0x186614(0x2ba)]()))){if(_0x2f61f9){if(_0x4e9b5a[_0x186614(0x2eb)]&&_0x4e9b5a[_0x186614(0x2eb)][_0x186614(0x2c7)])continue;for(const _0x281b92 of _0x4e9b5a[_0x186614(0x2ba)]())_0x2f61f9[_0x186614(0x2d1)](_0x281b92)||_0x2f61f9[_0x186614(0x290)](_0x281b92);_0x4e9b5a[_0x186614(0x2fd)]();}else{_0x2f61f9=_0x4e9b5a;for(const _0x4bf9b0 of _0x5271d5)_0x4e9b5a[_0x186614(0x2d1)](_0x4bf9b0)||_0x4e9b5a[_0x186614(0x290)](_0x4bf9b0);}}if(_0x2f61f9)return _0x2f61f9;_0x127460[_0x186614(0x239)]();for(const {suggestion:_0x192eb4,meta:_0x5876a4}of this[_0x186614(0x33b)](_0x5271d5,_0x186614(0x2e1)))_0x5876a4[_0x186614(0x28c)]&&(this[_0x186614(0x32d)]||!_0x5876a4[_0x186614(0x1f6)]&&!_0x5876a4[_0x186614(0x23d)])&&qt(_0x192eb4,_0x9f83a4)&&_0x127460[_0x186614(0x374)](_0x192eb4);for(const _0x38ab99 of _0x127460){const _0x357170=_0x38ab99[_0x186614(0x2ba)]();if(!_0x9f83a4||!_0x9f83a4[_0x186614(0x20a)]){if(_0x5271d5[_0x186614(0x2db)](_0x943a72=>_0x357170[_0x186614(0x2c5)](_0x221ac1=>_0x221ac1[_0x186614(0x343)](_0x943a72,!0x0))))return _0x38ab99;}(!_0x38ab99[_0x186614(0x285)]||!_0x38ab99[_0x186614(0x285)][_0x186614(0x20a)])&&(_0x357170[_0x186614(0x2db)](_0x2a4e86=>_0x5271d5[_0x186614(0x2c5)](_0x566820=>_0x566820[_0x186614(0x343)](_0x2a4e86,!0x0)))&&_0x38ab99[_0x186614(0x279)]());}const _0x24a098=_0x4bbf67(),_0x253435=_0xe04ed1['id'],_0x3f1238=_0x186614(0x390)+_0x4505b8,_0x198f17=this[_0x186614(0x2f0)]({'id':_0x24a098,'type':_0x3f1238,'createdAt':new Date(),'authorId':_0x253435,'attributes':_0x9f83a4});for(const _0x43f589 of _0x5271d5)_0x43f589[_0x186614(0x2de)](),_0x43f589[_0x186614(0x2ab)]||_0x186614(0x340)==_0x43f589[_0x186614(0x22f)][_0x186614(0x385)]||this[_0x186614(0x2b4)](_0x3f1238,_0x24a098,_0x253435,_0x43f589,_0x5e0fb4[_0x186614(0x2f9)]());return _0x198f17;}[_0xc6feb(0x238)](_0x56aa3e,_0x515f98,_0x164e1e,_0x5cca36,_0x25577f){const _0x51fb6e=_0xc6feb;if(_0x56aa3e[_0x51fb6e(0x2ab)])return[];if(_0x51fb6e(0x1f5)===this[_0x51fb6e(0x35d)])return[];const _0x43b892=this[_0x51fb6e(0x378)][_0x51fb6e(0x28f)][_0x51fb6e(0x282)](_0x51fb6e(0x310))['me']['id'],_0x146261=Array[_0x51fb6e(0x1fa)](this[_0x51fb6e(0x319)][_0x51fb6e(0x270)]())[_0x51fb6e(0x38f)](_0x31fc39=>_0x51fb6e(0x216)==_0x31fc39[_0x51fb6e(0x284)]&&_0x31fc39[_0x51fb6e(0x2bc)][_0x51fb6e(0x244)]==_0x515f98&&_0x31fc39[_0x51fb6e(0x2d1)](_0x56aa3e));if(_0x51fb6e(0x323)===this[_0x51fb6e(0x35d)]){const _0x10f363=this[_0x51fb6e(0x33b)](_0x56aa3e,_0x51fb6e(0x1fc))[_0x51fb6e(0x38f)](({meta:_0x5b80b5})=>_0x5b80b5[_0x51fb6e(0x28c)]&&!_0x5b80b5[_0x51fb6e(0x23d)]&&!_0x5b80b5[_0x51fb6e(0x21c)])[_0x51fb6e(0x39f)](({suggestion:_0x591395})=>_0x591395);_0x146261[_0x51fb6e(0x2a6)](..._0x10f363);}const _0x16d999=new Map([[_0x56aa3e,_0x164e1e]]);for(const _0xa77ec4 of _0x146261){const _0x336506=_0x51fb6e(0x216)==_0xa77ec4[_0x51fb6e(0x284)]?_0xa77ec4[_0x51fb6e(0x2bc)][_0x51fb6e(0x367)]:void 0x0,_0x42d4b1=_0xa77ec4[_0x51fb6e(0x2a3)](),_0x5b1f3a=Array[_0x51fb6e(0x1fa)](_0x16d999[_0x51fb6e(0x339)]())[_0x51fb6e(0x35e)](_0x15fa0f=>_0x15fa0f[_0x51fb6e(0x3a1)](_0x42d4b1));if(!_0x5b1f3a)continue;const _0x44b5f3=_0x5b1f3a[_0x51fb6e(0x274)](_0x42d4b1);this[_0x51fb6e(0x21b)](_0x515f98)&&_0x51fb6e(0x1fc)==_0xa77ec4[_0x51fb6e(0x284)]&&0x0!=_0x44b5f3[_0x51fb6e(0x2c7)]||(_0x16d999[_0x51fb6e(0x37d)](_0x5b1f3a),_0x44b5f3[_0x51fb6e(0x260)](_0x4a9e88=>{const _0x476e45=_0x51fb6e;_0x16d999[_0x476e45(0x2a4)](_0x4a9e88,_0x164e1e);}),_0x51fb6e(0x1fc)!=_0xa77ec4[_0x51fb6e(0x284)]&&_0x336506!=_0x5cca36&&_0x16d999[_0x51fb6e(0x2a4)](_0x5b1f3a[_0x51fb6e(0x205)](_0x42d4b1),_0x336506));}const _0x4fbb68=[];for(const [_0x1615f3,_0x41e410]of _0x16d999){const _0x2eecb5=_0x4bbf67(),_0xbf7467={'key':_0x515f98,'oldValue':_0x41e410,'newValue':_0x5cca36};_0x515f98[_0x51fb6e(0x2c7)]>0x25&&console[_0x51fb6e(0x2cf)](_0x51fb6e(0x22d),{'key':_0x515f98});const _0x1ea146=(_0x51fb6e(0x2fe)+(_0x515f98+'|'+Pt({'newValue':_0x5cca36})))[_0x51fb6e(0x2d2)](0x0,0x3c),_0x5e16c0=this[_0x51fb6e(0x2f0)]({'id':_0x2eecb5,'type':_0x1ea146,'data':_0xbf7467,'createdAt':new Date(),'authorId':_0x43b892,'attributes':_0x25577f});_0x4fbb68[_0x51fb6e(0x1f2)](_0x5e16c0),this[_0x51fb6e(0x2b4)](_0x1ea146,_0x2eecb5,_0x43b892,_0x1615f3);}return _0x4fbb68;}[_0xc6feb(0x30f)](_0x450793){const _0x28835f=_0xc6feb;this[_0x28835f(0x245)](_0x450793,(_0x31f174,..._0xd056e2)=>{const _0x485e2b=_0x28835f;this[_0x485e2b(0x29a)](()=>{_0x31f174(..._0xd056e2);});});}[_0xc6feb(0x36b)](_0x174332){const _0x13aaa9=_0xc6feb;this[_0x13aaa9(0x32e)][_0x13aaa9(0x374)](_0x174332);}[_0xc6feb(0x202)](_0x3ef4f7){const _0xe35b11=_0xc6feb;this[_0xe35b11(0x267)][_0xe35b11(0x374)](_0x3ef4f7);}[_0xc6feb(0x220)](_0x4c7dea){const _0x119926=_0xc6feb;return _0x119926(0x216)==_0x4c7dea[_0x119926(0x284)]?_0x4c7dea[_0x119926(0x2a9)][_0x119926(0x392)]('|')[0x0]:null;}[_0xc6feb(0x25a)](_0x469836,_0x5649a7){const _0x4d99aa=_0xc6feb,_0x253691=_0x469836[_0x4d99aa(0x2d6)]();this[_0x4d99aa(0x233)][_0x4d99aa(0x2c0)](_0x392272=>{const _0x2ebbdb=_0x4d99aa;_0x392272[_0x2ebbdb(0x393)](_0x253691,{'range':_0x5649a7});});}[_0xc6feb(0x2ae)](_0x40026){const _0x178979=_0xc6feb,_0x7b6252=_0x40026['id'],_0x470c1d=this[_0x178979(0x378)][_0x178979(0x2b8)][_0x178979(0x282)](_0x178979(0x3a3));this[_0x178979(0x31d)][_0x178979(0x32b)](_0x7b6252)||this[_0x178979(0x31d)][_0x178979(0x2c6)]({'channelId':_0x470c1d,'threadId':_0x7b6252,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x92a473=this[_0x178979(0x31d)][_0x178979(0x36d)](_0x7b6252);_0x92a473[_0x178979(0x328)](_0x178979(0x266)),_0x92a473[_0x178979(0x266)]=!0x1,_0x40026[_0x178979(0x2eb)]=_0x92a473;}[_0xc6feb(0x24f)](_0x1f304a,_0x3683c6,_0x3c340e,_0x18dcdb){const _0x362f38=_0xc6feb;if(_0x1f304a[_0x362f38(0x284)]!=_0x3683c6||_0x1f304a[_0x362f38(0x2a9)]!=_0x3c340e||_0x1f304a[_0x362f38(0x39e)]['id']!=_0x18dcdb)throw this[_0x362f38(0x378)][_0x362f38(0x360)](_0x362f38(0x208)),new _0x5a302d(_0x362f38(0x208),this);}[_0xc6feb(0x307)](_0x5c3953,_0x21d5ab){const _0x335b11=_0xc6feb,_0xe52542=_0x5c3953[_0x335b11(0x2a3)]();if(_0x21d5ab[_0x335b11(0x203)](_0xe52542))_0x5c3953[_0x335b11(0x2fd)]();else{if(_0xe52542[_0x335b11(0x343)](_0x21d5ab)){const _0x91a8e5=this[_0x335b11(0x233)][_0x335b11(0x247)](_0x21d5ab[_0x335b11(0x358)][_0x335b11(0x275)],_0x335b11(0x241));this[_0x335b11(0x25a)](_0x5c3953,this[_0x335b11(0x233)][_0x335b11(0x1fb)](_0xe52542[_0x335b11(0x358)],_0x91a8e5));const _0x18c9c7=_0x4bbf67(),_0x501e3d=_0x5c3953[_0x335b11(0x39e)]['id'],_0x4eba8c=_0x5c3953[_0x335b11(0x284)]+':'+_0x5c3953[_0x335b11(0x2a9)];this[_0x335b11(0x2f0)]({'id':_0x18c9c7,'type':_0x4eba8c,'createdAt':new Date(),'authorId':_0x501e3d,'data':_0x5c3953[_0x335b11(0x2bc)],'attributes':_0x5c3953[_0x335b11(0x285)]});const _0x5cfae7=this[_0x335b11(0x233)][_0x335b11(0x247)](_0x21d5ab[_0x335b11(0x241)][_0x335b11(0x286)],_0x335b11(0x218)),_0x507c05=this[_0x335b11(0x233)][_0x335b11(0x1fb)](_0x5cfae7,_0xe52542[_0x335b11(0x241)]);this[_0x335b11(0x2b4)](_0x4eba8c,_0x18c9c7,_0x501e3d,_0x507c05);}else{if(_0xe52542[_0x335b11(0x362)](_0x21d5ab[_0x335b11(0x358)])){const _0x160175=this[_0x335b11(0x233)][_0x335b11(0x247)](_0x21d5ab[_0x335b11(0x358)][_0x335b11(0x275)],_0x335b11(0x241));this[_0x335b11(0x25a)](_0x5c3953,this[_0x335b11(0x233)][_0x335b11(0x1fb)](_0xe52542[_0x335b11(0x358)],_0x160175));}else{const _0x2ba6d2=this[_0x335b11(0x233)][_0x335b11(0x247)](_0x21d5ab[_0x335b11(0x241)][_0x335b11(0x286)],_0x335b11(0x218));this[_0x335b11(0x25a)](_0x5c3953,this[_0x335b11(0x233)][_0x335b11(0x1fb)](_0x2ba6d2,_0xe52542[_0x335b11(0x241)]));}}}}[_0xc6feb(0x318)](_0x1af086){const _0x2ac411=_0xc6feb;for(const {suggestion:_0x2ee709,meta:_0x27d9c9}of this[_0x2ac411(0x33b)](_0x1af086,_0x2ac411(0x1fc))){if(!_0x27d9c9[_0x2ac411(0x28c)])continue;const _0x5af4d4=_0x2ee709[_0x2ac411(0x2ba)]();for(const _0x5629dd of _0x5af4d4)if(!_0x1af086[_0x2ac411(0x274)](_0x5629dd)[_0x2ac411(0x2c7)])return!0x0;}return!0x1;}[_0xc6feb(0x204)](_0x26892e){const _0x14e206=_0xc6feb,_0x26aef4=this[_0x14e206(0x378)][_0x14e206(0x28f)][_0x14e206(0x282)](_0x14e206(0x310))[_0x14e206(0x2b1)](_0x26892e);if(!_0x26aef4)throw new _0x5a302d(_0x14e206(0x334),this);return _0x26aef4;}[_0xc6feb(0x298)](_0x7fa777){const _0x5c37c8=_0xc6feb,_0xe3b451=this[_0x5c37c8(0x378)][_0x5c37c8(0x28f)][_0x5c37c8(0x282)](_0x5c37c8(0x310)),_0x36838c=_0x1a323e(_0x5c37c8(0x297)+_0x7fa777),_0x17f192=_0xe3b451[_0x5c37c8(0x2b1)](_0x36838c);return _0x17f192||_0xe3b451[_0x5c37c8(0x304)]({'id':_0x36838c,'name':_0x7fa777});}[_0xc6feb(0x20e)](_0x52422a,_0x4ba600,_0x2106cc,_0x323de6,_0xc515b8){const _0x1e1289=_0xc6feb,_0x3320da=this[_0x1e1289(0x204)](_0x323de6),_0x240511=this[_0x1e1289(0x398)][_0x1e1289(0x26e)](_0x52422a,_0x4ba600,_0x2106cc,_0x3320da,_0xc515b8,_0x102a30=>{const _0x643e34=_0x1e1289;this[_0x643e34(0x289)](_0x2106cc,{'attributes':_0x102a30});const _0x4d3ac3=this[_0x643e34(0x31f)](_0x2106cc);this[_0x643e34(0x1f9)](new Set([_0x4d3ac3])),this[_0x643e34(0x35f)](new Set([_0x4d3ac3]));});return this[_0x1e1289(0x2d9)](_0x240511,_0x1e1289(0x235),()=>{const _0x45e2a4=_0x1e1289;this[_0x45e2a4(0x289)](_0x2106cc,{'state':_0x45e2a4(0x2b9)});},{'priority':_0x1e1289(0x255)}),this[_0x1e1289(0x2d9)](_0x240511,_0x1e1289(0x279),()=>{const _0x1d0671=_0x1e1289;this[_0x1d0671(0x289)](_0x2106cc,{'state':_0x1d0671(0x210)});},{'priority':_0x1e1289(0x255)}),this[_0x1e1289(0x319)][_0x1e1289(0x2a4)](_0x2106cc,_0x240511),this[_0x1e1289(0x29f)][_0x1e1289(0x2a4)](_0x240511,_0x1e1289(0x332)),_0x240511;}[_0xc6feb(0x219)](_0x5f3b42){const _0x48bc1d=_0xc6feb,_0x30946f=_0x5f3b42[_0x48bc1d(0x392)](':');return{'group':_0x30946f[0x0],'type':_0x30946f[0x1],'subType':_0x30946f[_0x48bc1d(0x2c7)]>=0x5?_0x30946f[0x2]:null,'id':_0x30946f[_0x48bc1d(0x2c7)]<0x5?_0x30946f[0x2]:_0x30946f[0x3],'authorId':_0x30946f[_0x48bc1d(0x2c7)]<0x5?_0x30946f[0x3]:_0x30946f[0x4],'markerCount':0x6==_0x30946f[_0x48bc1d(0x2c7)]?_0x30946f[0x5]:null};}[_0xc6feb(0x2e4)](_0xbdb174,_0x56c535,_0x1ba494){const _0x42cb59=_0xc6feb,_0x1d2d1c=_0xbdb174[_0x42cb59(0x2a3)](),_0x1fc502=_0x1d2d1c[_0x42cb59(0x358)],_0x36dee9=_0x1d2d1c[_0x42cb59(0x241)];this[_0x42cb59(0x25a)](_0xbdb174,this[_0x42cb59(0x233)][_0x42cb59(0x1fb)](_0x1fc502,_0x56c535));const _0x576471=_0x4bbf67(),_0x4d4013=_0xbdb174[_0x42cb59(0x39e)]['id'],_0x27af1e=_0xbdb174[_0x42cb59(0x284)]+(_0xbdb174[_0x42cb59(0x2a9)]?':'+_0xbdb174[_0x42cb59(0x2a9)]:'');this[_0x42cb59(0x2f0)]({'id':_0x576471,'type':_0x27af1e,'createdAt':new Date(),'authorId':_0x4d4013,'originalSuggestionId':_0xbdb174['id'],'attributes':_0xbdb174[_0x42cb59(0x285)],'data':_0xbdb174[_0x42cb59(0x2bc)]});const _0x2f72cf=this[_0x42cb59(0x220)](_0xbdb174);(_0x42cb59(0x32f)==_0xbdb174[_0x42cb59(0x284)]||_0x2f72cf&&this[_0x42cb59(0x21b)](_0x2f72cf))&&(_0x1ba494=this[_0x42cb59(0x233)][_0x42cb59(0x39c)](_0x1ba494[_0x42cb59(0x286)])),this[_0x42cb59(0x2b4)](_0x27af1e,_0x576471,_0x4d4013,this[_0x42cb59(0x233)][_0x42cb59(0x1fb)](_0x1ba494,_0x36dee9));}[_0xc6feb(0x33b)](_0x2d92ed,_0xca8b1d=null){const _0x2abe87=_0xc6feb,_0x23c7ae=[],_0x53b1e2=this[_0x2abe87(0x378)][_0x2abe87(0x28f)][_0x2abe87(0x282)](_0x2abe87(0x310))['me'];Array[_0x2abe87(0x25b)](_0x2d92ed)||(_0x2d92ed=[_0x2d92ed]);for(const _0x42a20b of this[_0x2abe87(0x257)]()){if(!_0x42a20b[_0x2abe87(0x207)])continue;if(_0xca8b1d&&_0x42a20b[_0x2abe87(0x284)]!=_0xca8b1d)continue;let _0x4fbeac=!0x1;for(const _0x3385c8 of _0x42a20b[_0x2abe87(0x2ba)]()){for(const _0x485bdc of _0x2d92ed){const _0x42a19d=_0x485bdc[_0x2abe87(0x358)][_0x2abe87(0x203)](_0x3385c8[_0x2abe87(0x241)])||_0x485bdc[_0x2abe87(0x241)][_0x2abe87(0x203)](_0x3385c8[_0x2abe87(0x358)]);if(_0x42a19d||_0x485bdc[_0x2abe87(0x205)](_0x3385c8)){const _0x4bafbc=_0x485bdc[_0x2abe87(0x343)](_0x3385c8)&&Et(this[_0x2abe87(0x233)][_0x2abe87(0x21e)],_0x3385c8[_0x2abe87(0x358)],_0x485bdc),_0xaed16a=_0x3385c8[_0x2abe87(0x343)](_0x485bdc)&&Et(this[_0x2abe87(0x233)][_0x2abe87(0x21e)],_0x485bdc[_0x2abe87(0x358)],_0x3385c8);_0x23c7ae[_0x2abe87(0x1f2)]({'suggestion':_0x42a20b,'meta':{'isOwn':_0x53b1e2==_0x42a20b[_0x2abe87(0x200)],'isNextTo':_0x42a19d,'isInsideObject':_0x4bafbc,'containsRangeInObject':_0xaed16a}}),_0x4fbeac=!0x0;break;}}if(_0x4fbeac)break;}}return _0x23c7ae;}[_0xc6feb(0x2b4)](_0x40831e,_0x4bd28b,_0x206686,_0x338213,_0xd9d3b5){const _0x56e40c=_0xc6feb;this[_0x56e40c(0x233)][_0x56e40c(0x2c0)](_0x4a3e7=>{const _0xb50dfb=_0x56e40c;let _0x4fde19=_0xb50dfb(0x26d)+_0x40831e+':'+_0x4bd28b+':'+_0x206686;_0xd9d3b5&&(_0x4fde19=_0x4fde19+':'+_0xd9d3b5),_0x4a3e7[_0xb50dfb(0x236)](_0x4fde19,{'range':_0x338213,'usingOperation':!0x0,'affectsData':!0x0});});}[_0xc6feb(0x335)](_0x276e87){const _0xd28141=_0xc6feb,_0x59ce3e=_0x276e87[_0xd28141(0x37b)],_0x3827eb=_0x276e87[_0xd28141(0x38e)];_0x276e87[_0xd28141(0x37b)]=null,_0x276e87[_0xd28141(0x38e)]=null,null!=_0x59ce3e&&_0x59ce3e[_0xd28141(0x38e)]==_0x276e87&&(_0x59ce3e[_0xd28141(0x38e)]=_0x3827eb),null!=_0x3827eb&&_0x3827eb[_0xd28141(0x37b)]==_0x276e87&&(_0x3827eb[_0xd28141(0x37b)]=_0x59ce3e),_0xd28141(0x381)==this[_0xd28141(0x29f)][_0xd28141(0x282)](_0x276e87)&&(this[_0xd28141(0x29f)][_0xd28141(0x2a4)](_0x276e87,_0xd28141(0x27e)),this[_0xd28141(0x38b)](_0xd28141(0x338),_0x276e87,_0x59ce3e,_0x3827eb));}[_0xc6feb(0x2f0)](_0x25407a){const _0x38b29d=_0xc6feb,_0x94f0aa=_0x25407a['id'],_0x446865=this[_0x38b29d(0x27a)](_0x25407a);if(this[_0x38b29d(0x230)]&&this[_0x38b29d(0x230)][_0x38b29d(0x34c)]){const _0x3fd3fa=this[_0x38b29d(0x378)][_0x38b29d(0x28f)][_0x38b29d(0x282)](_0x38b29d(0x29e)),_0x307d05=_0x446865[_0x38b29d(0x361)],_0x2d83fe=_0x446865[_0x38b29d(0x2a9)]?_0x446865[_0x38b29d(0x284)]+':'+_0x446865[_0x38b29d(0x2a9)]:_0x446865[_0x38b29d(0x284)],_0x209419=this[_0x38b29d(0x378)][_0x38b29d(0x300)],_0x3a0739=_0x3fd3fa[_0x38b29d(0x374)](_0x4bc04c(_0x209419,_0x38b29d(0x2cb))),_0x3c2c90={'id':_0x94f0aa,'type':_0x2d83fe,'hasComments':_0x307d05,'data':_0x25407a[_0x38b29d(0x2bc)]||null,'originalSuggestionId':_0x25407a[_0x38b29d(0x31e)]||null,'attributes':_0x446865[_0x38b29d(0x285)]};this[_0x38b29d(0x230)][_0x38b29d(0x34c)](_0x3c2c90)[_0x38b29d(0x33a)](_0x559df8=>{const _0x3f2198=_0x38b29d;_0x446865[_0x3f2198(0x264)]=!0x0,_0x3fd3fa[_0x3f2198(0x2ea)](_0x3a0739),_0x559df8&&_0x559df8[_0x3f2198(0x34a)]&&(this[_0x3f2198(0x319)][_0x3f2198(0x282)](_0x94f0aa)[_0x3f2198(0x34a)]=_0x559df8[_0x3f2198(0x34a)]);})[_0x38b29d(0x31a)](_0x996b81=>{const _0x335f65=_0x38b29d;throw _0x4be69c(_0x335f65(0x34b)),this[_0x335f65(0x378)][_0x335f65(0x206)][_0x335f65(0x354)]({'isUndoable':!0x1},()=>{const _0x19f2d2=_0x335f65;_0x446865[_0x19f2d2(0x279)]();}),_0x446865[_0x335f65(0x38a)](),this[_0x335f65(0x319)][_0x335f65(0x37d)](_0x446865['id']),this[_0x335f65(0x29f)][_0x335f65(0x37d)](_0x446865),_0x996b81;});}return _0x446865;}[_0xc6feb(0x21b)](_0xb764f1){const _0x56360a=_0xc6feb;return this[_0x56360a(0x32e)][_0x56360a(0x20c)](_0xb764f1);}[_0xc6feb(0x289)](_0x414281,_0x5e075b){const _0x4cea23=_0xc6feb,_0xe27134=this[_0x4cea23(0x378)][_0x4cea23(0x28f)][_0x4cea23(0x282)](_0x4cea23(0x29e)),_0x244c62=this[_0x4cea23(0x31f)](_0x414281);if(this[_0x4cea23(0x230)]&&this[_0x4cea23(0x230)][_0x4cea23(0x287)]){if(_0x244c62[_0x4cea23(0x264)]){const _0x2eb7a5=_0xe27134[_0x4cea23(0x374)](_0x4bc04c(this[_0x4cea23(0x378)][_0x4cea23(0x300)],_0x4cea23(0x2cb)));this[_0x4cea23(0x230)][_0x4cea23(0x287)](_0x414281,_0x5e075b)[_0x4cea23(0x33a)](()=>{const _0x1f3731=_0x4cea23;_0xe27134[_0x1f3731(0x2ea)](_0x2eb7a5);});}else _0x244c62['on'](_0x4cea23(0x389),()=>{const _0x2cfded=_0x4cea23;this[_0x2cfded(0x289)](_0x414281,_0x5e075b);});}}[_0xc6feb(0x3a2)](_0xe4f9d5){const _0x22bb60=_0xc6feb;if(!this[_0x22bb60(0x230)]||!this[_0x22bb60(0x230)][_0x22bb60(0x31f)])throw new _0x5a302d(_0x22bb60(0x375),this);return this[_0x22bb60(0x230)][_0x22bb60(0x31f)](_0xe4f9d5);}[_0xc6feb(0x2b2)](_0x1d8047){const _0x46807b=_0xc6feb,{id:_0x4a7171,type:_0x40d42a,subType:_0x5e564d,authorId:_0x37c7e5}=this[_0x46807b(0x219)](_0x1d8047),_0x11d72b=this[_0x46807b(0x319)][_0x46807b(0x282)](_0x4a7171)||this[_0x46807b(0x20e)](_0x40d42a,_0x5e564d,_0x4a7171,_0x37c7e5,{});switch(this[_0x46807b(0x24f)](_0x11d72b,_0x40d42a,_0x5e564d,_0x37c7e5),this[_0x46807b(0x29f)][_0x46807b(0x282)](_0x11d72b)){case _0x46807b(0x332):this[_0x46807b(0x3a2)](_0x4a7171)[_0x46807b(0x33a)](_0x5d208c=>{const _0x5d75c8=_0x46807b;let _0x5dbd7d=Promise[_0x5d75c8(0x2c8)]();_0x5d208c[_0x5d75c8(0x361)]&&(_0x5dbd7d=this[_0x5d75c8(0x31d)][_0x5d75c8(0x2bf)]({'channelId':this[_0x5d75c8(0x378)][_0x5d75c8(0x2b8)][_0x5d75c8(0x282)](_0x5d75c8(0x3a3)),'threadId':_0x4a7171})),_0x5dbd7d[_0x5d75c8(0x33a)](()=>{const _0x55db7a=_0x5d75c8;this[_0x55db7a(0x27a)](_0x5d208c)[_0x55db7a(0x264)]=!0x0;});}),this[_0x46807b(0x29f)][_0x46807b(0x2a4)](_0x11d72b,_0x46807b(0x2ed));break;case _0x46807b(0x27e):this[_0x46807b(0x289)](_0x4a7171,{'state':_0x46807b(0x1f1)});case _0x46807b(0x261):this[_0x46807b(0x29f)][_0x46807b(0x2a4)](_0x11d72b,_0x46807b(0x381)),this[_0x46807b(0x38b)](_0x46807b(0x2f1),_0x11d72b);break;case _0x46807b(0x381):this[_0x46807b(0x38b)](_0x46807b(0x223),_0x11d72b);}return _0x11d72b[_0x46807b(0x357)](_0x1d8047),_0x11d72b;}[_0xc6feb(0x35f)](_0x3844c8){const _0x17a852=_0xc6feb,_0x326cfd=Array[_0x17a852(0x1fa)](_0x3844c8),_0x2861a=_0x326cfd[_0x17a852(0x38f)](_0x2f7429=>_0x17a852(0x216)==_0x2f7429[_0x17a852(0x284)]);this[_0x17a852(0x34f)](_0x2861a);const _0x1c366d=_0x326cfd[_0x17a852(0x38f)](_0x41d29c=>!_0x41d29c[_0x17a852(0x248)]&&_0x17a852(0x216)!=_0x41d29c[_0x17a852(0x284)]),_0x16748b=this[_0x17a852(0x257)]({'skipNotAttached':!0x0})[_0x17a852(0x38f)](_0x412eae=>!_0x412eae[_0x17a852(0x248)]&&_0x17a852(0x216)!=_0x412eae[_0x17a852(0x284)]),_0x3a3afc=_0x16748b[_0x17a852(0x38f)](_0x298f58=>!_0x3844c8[_0x17a852(0x20c)](_0x298f58)),_0xbc0e3d=new Map(_0x16748b[_0x17a852(0x39f)](_0x23402b=>[_0x23402b,this[_0x17a852(0x398)][_0x17a852(0x2d5)](_0x23402b[_0x17a852(0x284)],_0x23402b[_0x17a852(0x2a9)],_0x17a852(0x2a0))])),_0x32d6f7=new Map(_0x16748b[_0x17a852(0x39f)](_0x4e5f67=>[_0x4e5f67,_0x4e5f67[_0x17a852(0x2a3)]()])),_0x21392d=new Set(),_0x5481d2=new Set();for(let _0x25adca=0x0;_0x25adca<_0x1c366d[_0x17a852(0x2c7)];_0x25adca++)_0x4dbb7b(_0x1c366d[_0x25adca],_0x1c366d,_0x25adca+0x1);for(let _0xe11721=0x0;_0xe11721<_0x1c366d[_0x17a852(0x2c7)];_0xe11721++)_0x4dbb7b(_0x1c366d[_0xe11721],_0x3a3afc,0x0);const _0x398a63=new Set();for(let _0x6e8429=0x0;_0x6e8429<_0x1c366d[_0x17a852(0x2c7)];_0x6e8429++){const _0x2cf00a=_0x1c366d[_0x6e8429];!_0x5481d2[_0x17a852(0x20c)](_0x2cf00a)&&_0x2cf00a[_0x17a852(0x37b)]&&(_0x398a63[_0x17a852(0x374)](_0x2cf00a[_0x17a852(0x37b)]),_0x2cf00a[_0x17a852(0x37b)][_0x17a852(0x38e)]===_0x2cf00a&&(_0x2cf00a[_0x17a852(0x37b)][_0x17a852(0x38e)]=null),_0x2cf00a[_0x17a852(0x37b)]=null),!_0x21392d[_0x17a852(0x20c)](_0x2cf00a)&&_0x2cf00a[_0x17a852(0x38e)]&&(_0x398a63[_0x17a852(0x374)](_0x2cf00a[_0x17a852(0x38e)]),_0x2cf00a[_0x17a852(0x38e)][_0x17a852(0x37b)]===_0x2cf00a&&(_0x2cf00a[_0x17a852(0x38e)][_0x17a852(0x37b)]=null),_0x2cf00a[_0x17a852(0x38e)]=null);}function _0x4dbb7b(_0x55b578,_0x42fa1d,_0x32afa0){const _0x474bdd=_0x17a852;for(let _0x45322a=_0x32afa0;_0x45322a<_0x42fa1d[_0x474bdd(0x2c7)];_0x45322a++){const _0x48fa2e=_0xb61ea4(_0x55b578,_0x42fa1d[_0x45322a]);_0x48fa2e&&(_0x48fa2e[0x0][_0x474bdd(0x38e)]=_0x48fa2e[0x1],_0x48fa2e[0x1][_0x474bdd(0x37b)]=_0x48fa2e[0x0],_0x21392d[_0x474bdd(0x374)](_0x48fa2e[0x0]),_0x5481d2[_0x474bdd(0x374)](_0x48fa2e[0x1]));}}function _0xb61ea4(_0x3c10cc,_0x57596c){const _0x5a76b0=_0x17a852;if(_0x3c10cc[_0x5a76b0(0x200)]['id']!==_0x57596c[_0x5a76b0(0x200)]['id'])return null;const _0xffc6fb=_0xbc0e3d[_0x5a76b0(0x282)](_0x3c10cc)(_0x3c10cc,_0x57596c,_0x32d6f7[_0x5a76b0(0x282)](_0x3c10cc),_0x32d6f7[_0x5a76b0(0x282)](_0x57596c));if(!_0xffc6fb)return null;return _0xbc0e3d[_0x5a76b0(0x282)](_0x57596c)(_0x3c10cc,_0x57596c,_0x32d6f7[_0x5a76b0(0x282)](_0x3c10cc),_0x32d6f7[_0x5a76b0(0x282)](_0x57596c))?_0xffc6fb[0x1][_0x5a76b0(0x2eb)]&&_0xffc6fb[0x1][_0x5a76b0(0x2eb)][_0x5a76b0(0x2c7)]?null:_0xffc6fb:null;}_0x398a63[_0x17a852(0x211)]&&this[_0x17a852(0x35f)](_0x398a63);}[_0xc6feb(0x34f)](_0x172c08){const _0x23c8d5=_0xc6feb;if(0x0==_0x172c08[_0x23c8d5(0x2c7)])return;const _0x37a8ce=this[_0x23c8d5(0x257)]({'skipNotAttached':!0x0})[_0x23c8d5(0x38f)](_0x133885=>_0x23c8d5(0x216)==_0x133885[_0x23c8d5(0x284)]&&_0x133885[_0x23c8d5(0x320)]),_0x26af7f=[],_0x5ec0a7=new Map();for(const _0x2d017b of _0x37a8ce){const _0x904fbe=_0x1a323e(_0x2d017b[_0x23c8d5(0x285)]);_0x5ec0a7[_0x23c8d5(0x20c)](_0x904fbe)||(_0x5ec0a7[_0x23c8d5(0x2a4)](_0x904fbe,_0x26af7f[_0x23c8d5(0x2c7)]),_0x26af7f[_0x23c8d5(0x1f2)]([]));const _0x2fdd2f=_0x5ec0a7[_0x23c8d5(0x282)](_0x904fbe);_0x26af7f[_0x2fdd2f][_0x23c8d5(0x1f2)](_0x2d017b);}!(function(){const _0x27175b=_0x23c8d5;_0x26af7f[_0x27175b(0x37f)]((_0x12a4ab,_0x13a3f9)=>{const _0x284c59=_0x27175b,_0x7f0d07=_0x12a4ab[0x0][_0x284c59(0x34a)],_0x364769=_0x13a3f9[0x0][_0x284c59(0x34a)];return _0x7f0d07==_0x364769?_0x12a4ab[0x0][_0x284c59(0x285)][_0x284c59(0x252)]<_0x13a3f9[0x0][_0x284c59(0x285)][_0x284c59(0x252)]?-0x1:0x1:_0x7f0d07<_0x364769?-0x1:0x1;});for(const _0x34b906 of _0x26af7f)_0x34b906[_0x27175b(0x37f)]((_0x26f156,_0x1bc10b)=>_0x26f156['id']<_0x1bc10b['id']?-0x1:0x1);}());for(let _0x45dd9a=0x0;_0x45dd9a<_0x26af7f[_0x23c8d5(0x2c7)];_0x45dd9a++){if(0x0==_0x26af7f[_0x45dd9a][_0x23c8d5(0x2c7)])continue;const _0x9b9de8=[];for(let _0x4e0406=_0x45dd9a+0x1;_0x4e0406<_0x26af7f[_0x23c8d5(0x2c7)];_0x4e0406++)0x0!=_0x26af7f[_0x4e0406][_0x23c8d5(0x2c7)]&&_0x517a11(_0x26af7f[_0x45dd9a],_0x26af7f[_0x4e0406])&&_0x9b9de8[_0x23c8d5(0x1f2)](_0x4e0406);for(const _0x534dc3 of _0x9b9de8)_0x26af7f[_0x45dd9a]=_0x26af7f[_0x45dd9a][_0x23c8d5(0x232)](_0x26af7f[_0x534dc3]),_0x26af7f[_0x534dc3]=[];}for(const _0x5061e4 of _0x26af7f)for(let _0x2c8062=0x0;_0x2c8062<_0x5061e4[_0x23c8d5(0x2c7)];_0x2c8062++){const _0x5e5b59=_0x5061e4[_0x2c8062+0x1]||null;_0x5061e4[_0x2c8062][_0x23c8d5(0x38e)]!==_0x5e5b59&&(_0x5061e4[_0x2c8062][_0x23c8d5(0x38e)]=_0x5e5b59);}for(const _0x537853 of _0x26af7f)for(let _0xe09588=0x0;_0xe09588<_0x537853[_0x23c8d5(0x2c7)];_0xe09588++){const _0x5a0999=_0x537853[_0xe09588-0x1]||null;_0x537853[_0xe09588][_0x23c8d5(0x37b)]!==_0x5a0999&&(_0x537853[_0xe09588][_0x23c8d5(0x37b)]=_0x5a0999);}function _0x517a11(_0x4a0d6e,_0x238732){const _0x32f4fe=_0x23c8d5;if(_0x4a0d6e[0x0][_0x32f4fe(0x285)][_0x32f4fe(0x252)]!==_0x238732[0x0][_0x32f4fe(0x285)][_0x32f4fe(0x252)]&&_0x4a0d6e[0x0][_0x32f4fe(0x200)]!==_0x238732[0x0][_0x32f4fe(0x200)])return!0x1;if(!function(_0xf1d48a,_0x35ee1b){const _0x5aa0a3=_0x32f4fe;if(!_0xf1d48a[_0x5aa0a3(0x361)]&&!_0x35ee1b[_0x5aa0a3(0x361)])return!0x0;if(_0xf1d48a[_0x5aa0a3(0x361)]&&_0x35ee1b[_0x5aa0a3(0x361)])return!0x1;if(_0xf1d48a[_0x5aa0a3(0x361)]&&_0x35ee1b[_0x5aa0a3(0x34a)]<_0xf1d48a[_0x5aa0a3(0x2eb)][_0x5aa0a3(0x299)][_0x5aa0a3(0x282)](0x0)[_0x5aa0a3(0x34a)])return!0x0;if(_0x35ee1b[_0x5aa0a3(0x361)]&&_0xf1d48a[_0x5aa0a3(0x34a)]<_0x35ee1b[_0x5aa0a3(0x2eb)][_0x5aa0a3(0x299)][_0x5aa0a3(0x282)](0x0)[_0x5aa0a3(0x34a)])return!0x0;return!0x1;}(_0x4a0d6e[0x0],_0x238732[0x0]))return!0x1;const _0x5b4f9a=_0xe2a6a2(_0x4a0d6e[0x0][_0x32f4fe(0x285)],_0x32f4fe(0x252)),_0x5576f9=_0xe2a6a2(_0x238732[0x0][_0x32f4fe(0x285)],_0x32f4fe(0x252));if(!_0x6727be(_0x5b4f9a,_0x5576f9))return!0x1;return!!_0x4a0d6e[_0x32f4fe(0x2db)](_0x2f06ea=>_0x238732[_0x32f4fe(0x2c5)](_0x12fe01=>_0x2f06ea[_0x32f4fe(0x2a3)]()[_0x32f4fe(0x203)](_0x12fe01[_0x32f4fe(0x2a3)]())))&&_0x238732[_0x32f4fe(0x2db)](_0xae7bb5=>_0x4a0d6e[_0x32f4fe(0x2c5)](_0x367c2e=>_0xae7bb5[_0x32f4fe(0x2a3)]()[_0x32f4fe(0x203)](_0x367c2e[_0x32f4fe(0x2a3)]())));}}[_0xc6feb(0x1f9)](_0x1f41b2){const _0x563570=_0xc6feb,_0x4bc1a3=Array[_0x563570(0x1fa)](_0x1f41b2),_0xe71f4a=this[_0x563570(0x257)]({'skipNotAttached':!0x0}),_0x2f8230=_0xe71f4a[_0x563570(0x38f)](_0x49863a=>!_0x1f41b2[_0x563570(0x20c)](_0x49863a)),_0x5305d6=new Map(_0x4bc1a3[_0x563570(0x39f)](_0x4606bb=>[_0x4606bb,this[_0x563570(0x398)][_0x563570(0x2d5)](_0x4606bb[_0x563570(0x284)],_0x4606bb[_0x563570(0x2a9)],_0x563570(0x2c3))])),_0x58ede7=new Map(_0xe71f4a[_0x563570(0x39f)](_0x5c4f6d=>[_0x5c4f6d,_0x5c4f6d[_0x563570(0x2ba)]()]));for(let _0x37aeb8=0x0;_0x37aeb8<_0x4bc1a3[_0x563570(0x2c7)];_0x37aeb8++){if(_0x1f68cc(this,_0x4bc1a3[_0x37aeb8],_0x4bc1a3,_0x37aeb8+0x1))return!0x0;}for(let _0x17a21c=0x0;_0x17a21c<_0x4bc1a3[_0x563570(0x2c7)];_0x17a21c++){if(_0x1f68cc(this,_0x4bc1a3[_0x17a21c],_0x2f8230,0x0))return!0x0;}return!0x1;function _0x1f68cc(_0x4e637c,_0x3c658a,_0x1b7be7,_0x5914c6){const _0x47e46a=_0x563570;for(let _0x55d831=_0x5914c6;_0x55d831<_0x1b7be7[_0x47e46a(0x2c7)];_0x55d831++){const _0x368cc2=_0x1b7be7[_0x55d831];if(_0x368cc2[_0x47e46a(0x284)]!==_0x3c658a[_0x47e46a(0x284)]||_0x368cc2[_0x47e46a(0x200)]['id']!==_0x3c658a[_0x47e46a(0x200)]['id']||_0x368cc2[_0x47e46a(0x2a9)]!==_0x3c658a[_0x47e46a(0x2a9)])continue;if(!Jt(_0x3c658a,_0x368cc2))continue;if(_0x47e46a(0x216)==_0x3c658a[_0x47e46a(0x284)]&&_0x3c658a[_0x47e46a(0x2bc)][_0x47e46a(0x367)]!=_0x368cc2[_0x47e46a(0x2bc)][_0x47e46a(0x367)])continue;if(_0x47e46a(0x216)==_0x3c658a[_0x47e46a(0x284)]&&_0x4e637c[_0x47e46a(0x21b)](_0x3c658a[_0x47e46a(0x2bc)][_0x47e46a(0x244)]))continue;if(_0x47e46a(0x32f)==_0x3c658a[_0x47e46a(0x284)]){const _0x5f26b8=_0x4e637c[_0x47e46a(0x378)][_0x47e46a(0x206)],_0x5b5e42=_0x3c658a[_0x47e46a(0x355)]();if(_0x5b5e42&&(_0x5f26b8[_0x47e46a(0x21e)][_0x47e46a(0x37e)](_0x5b5e42)||_0x5f26b8[_0x47e46a(0x21e)][_0x47e46a(0x23c)](_0x5b5e42)))continue;}const _0x4bad90=_0x5305d6[_0x47e46a(0x282)](_0x3c658a),_0xdeaf8f=_0x58ede7[_0x47e46a(0x282)](_0x3c658a),_0x20eb9f=_0x58ede7[_0x47e46a(0x282)](_0x368cc2),_0x48d3a9=_0x3c658a[_0x47e46a(0x2eb)]&&_0x3c658a[_0x47e46a(0x2eb)][_0x47e46a(0x2c7)],_0x247aec=_0x368cc2[_0x47e46a(0x2eb)]&&_0x368cc2[_0x47e46a(0x2eb)][_0x47e46a(0x2c7)];if(!_0x48d3a9&&_0x4bad90(_0x20eb9f,_0xdeaf8f))return _0x4e637c[_0x47e46a(0x26a)](_0x368cc2,_0x3c658a),_0x58ede7[_0x47e46a(0x37d)](_0x3c658a),!0x0;if(!_0x247aec&&_0x4bad90(_0xdeaf8f,_0x20eb9f))return _0x4e637c[_0x47e46a(0x26a)](_0x3c658a,_0x368cc2),_0x58ede7[_0x47e46a(0x37d)](_0x368cc2),!0x0;}return!0x1;}}[_0xc6feb(0x26a)](_0x1f3941,_0x96cd5c){const _0x52ca5b=_0xc6feb;if(_0x1f3941[_0x52ca5b(0x248)]){for(const _0x5714c4 of _0x96cd5c[_0x52ca5b(0x2ba)]())_0x1f3941[_0x52ca5b(0x290)](_0x5714c4);}else{const _0x3ce53=_0x96cd5c[_0x52ca5b(0x2a3)]()[_0x52ca5b(0x241)];this[_0x52ca5b(0x25a)](_0x1f3941,this[_0x52ca5b(0x233)][_0x52ca5b(0x1fb)](_0x1f3941[_0x52ca5b(0x2a3)]()[_0x52ca5b(0x358)],_0x3ce53));}_0x96cd5c[_0x52ca5b(0x2fd)]();}[_0xc6feb(0x309)](_0x345c4b,_0x438c9d,_0x4b8aed){const _0x3921ab=_0xc6feb,_0xecfdf8=_0x345c4b[_0x3921ab(0x314)](_0x3921ab(0x39d))||_0x345c4b[_0x3921ab(0x314)](_0x3921ab(0x216))?_0x3921ab(0x2ff):_0x345c4b[_0x3921ab(0x2a5)]();return _0x4bc04c(this[_0x3921ab(0x378)][_0x3921ab(0x300)],_0x438c9d+'_'+_0xecfdf8+_0x3921ab(0x26c),_0x4b8aed);}[_0xc6feb(0x27d)](){const _0x430784=_0xc6feb,_0x3f26f8=this[_0x430784(0x378)];if(!_0x3f26f8['ui'])return;const {ariaLiveAnnouncer:_0x22ad83}=_0x3f26f8['ui'];_0x10c74c(this[_0x430784(0x233)],({left:_0x118bf2,entered:_0x2a4bb9})=>{const _0x3030e1=_0x430784;for(const _0x523bbb of _0x118bf2){const {group:_0x5e8883,type:_0x351e56}=this[_0x3030e1(0x219)](_0x523bbb[_0x3030e1(0x237)]);if(_0x3030e1(0x3a0)===_0x5e8883){_0x22ad83[_0x3030e1(0x2b0)](this[_0x3030e1(0x309)](_0x351e56,_0x3030e1(0x24b)));break;}}for(const _0x3bc1c3 of _0x2a4bb9){const {group:_0x4c306f,type:_0x2a2620}=this[_0x3030e1(0x219)](_0x3bc1c3[_0x3030e1(0x237)]);if(_0x3030e1(0x3a0)===_0x4c306f){_0x22ad83[_0x3030e1(0x2b0)](this[_0x3030e1(0x309)](_0x2a2620,_0x3030e1(0x27c),_0x585b47(_0x248cb0)));break;}}});}[_0xc6feb(0x333)](_0x1bcc22){const _0x226f13=_0xc6feb;if(this[_0x226f13(0x30d)])return!0x1;const _0x93265a=this[_0x226f13(0x378)],_0x5718aa=_0x93265a[_0x226f13(0x206)][_0x226f13(0x2d8)][_0x226f13(0x273)][_0x226f13(0x2f8)]();if(0x0==_0x5718aa[_0x226f13(0x2c7)])return!0x1;const _0x57c8b4=[],_0xfd0e6e=_0x5718aa[_0x226f13(0x38f)](_0x165275=>_0x226f13(0x216)==_0x165275[_0x226f13(0x284)]),_0x615031=_0x5718aa[_0x226f13(0x38f)](_0x5aaff6=>_0x226f13(0x2cc)==_0x5aaff6[_0x226f13(0x284)]&&_0x226f13(0x330)!=_0x5aaff6[_0x226f13(0x237)]),_0x226fdf=_0x5718aa[_0x226f13(0x38f)](_0x399112=>_0x226f13(0x2ea)==_0x399112[_0x226f13(0x284)]&&_0x226f13(0x330)!=_0x399112[_0x226f13(0x237)]);for(const _0x3874df of _0xfd0e6e)_0x57c8b4[_0x226f13(0x1f2)]({'key':_0x3874df[_0x226f13(0x39b)],'newValue':_0x3874df[_0x226f13(0x2d7)],'oldValue':_0x3874df[_0x226f13(0x209)],'range':Ft(_0x3874df[_0x226f13(0x225)],_0x93265a[_0x226f13(0x206)])});for(const _0x48e4dd of _0x615031){const _0x28d2ce=_0x226fdf[_0x226f13(0x35e)](_0x2e9133=>_0x2e9133[_0x226f13(0x250)][_0x226f13(0x203)](_0x48e4dd[_0x226f13(0x250)]));_0x28d2ce&&_0x57c8b4[_0x226f13(0x1f2)]({'key':_0x226f13(0x327),'newValue':_0x48e4dd[_0x226f13(0x237)],'oldValue':_0x28d2ce[_0x226f13(0x237)],'range':_0x93265a[_0x226f13(0x206)][_0x226f13(0x311)](_0x48e4dd[_0x226f13(0x250)][_0x226f13(0x31b)])});}return 0x0!=_0x57c8b4[_0x226f13(0x2c7)]&&this[_0x226f13(0x364)](_0x1bcc22,_0x57c8b4);}[_0xc6feb(0x2ce)](_0xf19e06){const _0x1a4abf=_0xc6feb;let _0x125bdb=!0x1;const _0x126c7a=this[_0x1a4abf(0x378)][_0x1a4abf(0x206)][_0x1a4abf(0x2d8)][_0x1a4abf(0x273)][_0x1a4abf(0x25e)]()[_0x1a4abf(0x38f)](_0x321a9e=>_0x321a9e[_0x1a4abf(0x2bc)][_0x1a4abf(0x391)]&&_0x321a9e[_0x1a4abf(0x237)][_0x1a4abf(0x314)](_0x1a4abf(0x341)));for(const _0x453273 of _0x126c7a){const {subType:_0x5640bb,id:_0x73be3a}=this[_0x1a4abf(0x219)](_0x453273[_0x1a4abf(0x237)]),_0x20e2ff=_0x5640bb[_0x1a4abf(0x392)]('|')[0x0];for(const _0x1f6f5f of this[_0x1a4abf(0x257)]({'skipNotAttached':!0x0}))_0x1f6f5f['id']!=_0x73be3a&&_0x1a4abf(0x216)==_0x1f6f5f[_0x1a4abf(0x284)]&&_0x1f6f5f[_0x1a4abf(0x2bc)]&&_0x1f6f5f[_0x1a4abf(0x2bc)][_0x1a4abf(0x244)]==_0x20e2ff&&_0x1f6f5f[_0x1a4abf(0x2a3)]()[_0x1a4abf(0x3a1)](_0x453273[_0x1a4abf(0x2bc)][_0x1a4abf(0x391)])&&(this[_0x1a4abf(0x28a)](_0x1f6f5f,_0x453273[_0x1a4abf(0x2bc)][_0x1a4abf(0x391)],_0xf19e06),_0x125bdb=!0x0);}return _0x125bdb;}[_0xc6feb(0x29a)](_0x726037){const _0xaccb8d=_0xc6feb;this[_0xaccb8d(0x30d)]=!0x0,_0x726037();}[_0xc6feb(0x382)](_0x30544d){const _0x53a761=_0xc6feb,_0x27d0f3=this[_0x53a761(0x21b)](_0x30544d),_0xeeb4d4=this[_0x53a761(0x267)][_0x53a761(0x20c)](_0x30544d);return _0x27d0f3||_0xeeb4d4;}[_0xc6feb(0x364)](_0x16cd2a,_0x290ef4){const _0x315891=_0xc6feb;if(0x0==_0x290ef4[_0x315891(0x2c7)])return!0x1;let _0x539501=!0x1;for(const _0x36a1e4 of _0x290ef4){const _0x43dedf=this[_0x315891(0x33b)](_0x36a1e4[_0x315891(0x225)],_0x315891(0x216))[_0x315891(0x38f)](_0x190eac=>!_0x190eac[_0x315891(0x2bd)][_0x315891(0x21c)])[_0x315891(0x39f)](_0x2a43af=>_0x2a43af[_0x315891(0x3a0)]),_0x43b980=_0x1a323e({'newValue':_0x36a1e4[_0x315891(0x2a1)]});_0x43dedf[_0x315891(0x38f)](_0x152749=>{const _0x3b3647=_0x315891,[_0x842393,_0x4334ba]=_0x152749[_0x3b3647(0x2a9)][_0x3b3647(0x392)]('|');return _0x842393==_0x36a1e4[_0x3b3647(0x244)]&&_0x4334ba!=_0x43b980;})[_0x315891(0x260)](_0x53d85b=>{const _0x50c1a8=_0x315891;this[_0x50c1a8(0x28a)](_0x53d85b,_0x36a1e4[_0x50c1a8(0x225)],_0x16cd2a),_0x539501=!0x0;});}return _0x539501;}[_0xc6feb(0x28a)](_0x2ce02b,_0x54a467,_0x3c1f12){const _0x4b3477=_0xc6feb,_0x2d896d=_0x2ce02b[_0x4b3477(0x2a3)]()[_0x4b3477(0x274)](_0x54a467);0x0!==_0x2d896d[_0x4b3477(0x2c7)]?0x1!==_0x2d896d[_0x4b3477(0x2c7)]?this[_0x4b3477(0x2e4)](_0x2ce02b,_0x54a467[_0x4b3477(0x358)],_0x54a467[_0x4b3477(0x241)]):this[_0x4b3477(0x25a)](_0x2ce02b,_0x2d896d[0x0]):_0x3c1f12[_0x4b3477(0x2c2)](_0x2ce02b[_0x4b3477(0x2d6)]());}}class Tt{constructor(_0x1d2cc3){const _0x162ed5=_0xc6feb;this[_0x162ed5(0x397)]=_0x1d2cc3,this[_0x162ed5(0x233)]=_0x1d2cc3[_0x162ed5(0x206)],this[_0x162ed5(0x2d3)]=new Map(),this[_0x162ed5(0x23e)]=new Map(),this[_0x162ed5(0x20d)]();}[_0xc6feb(0x26e)](_0xde633d,_0x34b36c,_0x315316,_0x20e67e,_0x2417e4,_0xe7bb47){const _0x317be9=_0xc6feb;return new _0x5e0fb4(this[_0x317be9(0x233)],{'type':_0xde633d,'subType':_0x34b36c,'id':_0x315316,'author':_0x20e67e,'creator':_0x20e67e,'attributes':_0x2417e4,'onAttributesChange':_0xe7bb47,'onAccept':(..._0x48ba09)=>this[_0x317be9(0x2d5)](_0xde633d,_0x34b36c,_0x317be9(0x235))(..._0x48ba09),'onDiscard':(..._0x9c4a22)=>this[_0x317be9(0x2d5)](_0xde633d,_0x34b36c,_0x317be9(0x279))(..._0x9c4a22)});}[_0xc6feb(0x1fe)](_0x173d3a,_0x1bcdc6,_0x1b2417,_0x5e0cfb){const _0x4e70c6=_0xc6feb,_0x3de55b=_0x173d3a+':'+_0x1bcdc6+':'+_0x1b2417;this[_0x4e70c6(0x2d3)][_0x4e70c6(0x2a4)](_0x3de55b,_0x5e0cfb);}[_0xc6feb(0x2d5)](_0x36d1e2,_0x4bb733,_0x28e684){const _0x39920f=_0xc6feb,_0x5805a3=_0x36d1e2+':'+_0x4bb733+':'+_0x28e684;return this[_0x39920f(0x2d3)][_0x39920f(0x282)](_0x5805a3)||this[_0x39920f(0x23e)][_0x39920f(0x282)](_0x36d1e2+':'+_0x28e684);}[_0xc6feb(0x20d)](){const _0x7dda3f=_0xc6feb,_0x39d440=()=>!0x1,_0x531f77=_0x4e7fbf=>{const _0x19597a=_0xd6a5;_0x4e7fbf[_0x19597a(0x37f)]((_0x54b47a,_0x2549af)=>_0x54b47a[_0x19597a(0x358)][_0x19597a(0x305)](_0x2549af[_0x19597a(0x358)])?0x1:-0x1),this[_0x19597a(0x233)][_0x19597a(0x2c0)](_0x1ce031=>{const _0x4574df=_0x19597a;for(const _0x444297 of _0x4e7fbf){let _0x2aac1a;_0x2aac1a=_0x444297[_0x4574df(0x241)][_0x4574df(0x271)]&&_0x444297[_0x4574df(0x241)][_0x4574df(0x286)]==_0x444297[_0x4574df(0x358)][_0x4574df(0x31b)]?_0x1ce031[_0x4574df(0x262)](_0x444297[_0x4574df(0x358)][_0x4574df(0x31b)],'on'):_0x1ce031[_0x4574df(0x262)](_0x444297),this[_0x4574df(0x233)][_0x4574df(0x22e)](_0x2aac1a,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x3bb6f3=(_0x2eec91,_0x5b2f9d)=>{const _0x57bb59=_0xd6a5;_0x5b2f9d&&this[_0x57bb59(0x233)][_0x57bb59(0x2c0)](_0x21d0a0=>{const _0x119e86=_0x57bb59,{commandName:_0x28d32d,commandParams:_0x2a10c2=[]}=_0x5b2f9d,_0x229930=_0x2eec91[_0x119e86(0x39f)](_0x758ba9=>(Vt(_0x758ba9)&&(_0x758ba9=this[_0x119e86(0x233)][_0x119e86(0x1fb)](_0x758ba9[_0x119e86(0x241)])),_0x758ba9))[_0x119e86(0x38f)](_0x2b90ee=>_0x119e86(0x340)!==_0x2b90ee[_0x119e86(0x22f)][_0x119e86(0x385)]);if(_0x229930[_0x119e86(0x2c7)]<0x1)return;const _0x53db51=Array[_0x119e86(0x1fa)](this[_0x119e86(0x233)][_0x119e86(0x2d8)][_0x119e86(0x23b)][_0x119e86(0x2ba)]())[_0x119e86(0x39f)](_0x180b7a=>_0x2a2599[_0x119e86(0x30b)](_0x180b7a));_0x21d0a0[_0x119e86(0x293)](_0x229930);for(const _0x5e31a3 of this[_0x119e86(0x397)][_0x119e86(0x37c)][_0x119e86(0x37c)]())_0x5e31a3[_0x119e86(0x347)]();_0x2a10c2[_0x119e86(0x1f2)]({'forceDefaultExecution':!0x0}),this[_0x119e86(0x397)][_0x119e86(0x316)](_0x28d32d,..._0x2a10c2);const _0x341321=_0x53db51[_0x119e86(0x38f)](_0x42dbb9=>_0x119e86(0x340)!=_0x42dbb9[_0x119e86(0x22f)][_0x119e86(0x385)]);_0x341321[_0x119e86(0x2c7)]>0x0&&_0x21d0a0[_0x119e86(0x293)](_0x341321);for(const _0x251bdd of _0x53db51)_0x251bdd[_0x119e86(0x2de)]();});},_0x12f321=(_0x5bfaeb,_0x389165)=>0x1==_0x5bfaeb[_0x7dda3f(0x2c7)]&&0x1==_0x389165[_0x7dda3f(0x2c7)]&&_0x5bfaeb[0x0][_0x7dda3f(0x241)][_0x7dda3f(0x203)](_0x389165[0x0][_0x7dda3f(0x358)]),_0x3a52fa=(_0x18e8b5,_0x17f388,_0x56954c,_0x25e2d5)=>Ht(_0x18e8b5,_0x17f388,_0x56954c,_0x25e2d5,this[_0x7dda3f(0x233)])?[_0x18e8b5,_0x17f388]:Ht(_0x17f388,_0x18e8b5,_0x25e2d5,_0x56954c,this[_0x7dda3f(0x233)])?[_0x17f388,_0x18e8b5]:null;this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x29d),_0x39d440),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x212),_0x531f77),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x351),_0x12f321),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x28e),_0x3a52fa),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x349),_0x531f77),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x35b),_0x39d440),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x370),_0x12f321),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x39a),_0x3a52fa),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x224),_0x3bb6f3),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x259),_0x39d440),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x34e),_0x12f321),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x2dc),_0x39d440),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x315),_0x3bb6f3),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x229),_0x39d440),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x301),_0x12f321),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x394),_0x39d440),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x265),_0x39d440),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x379),(_0x179a78,_0x3e6a)=>{const _0x4c67e9=_0x7dda3f;if(!_0x3e6a)return;const _0xe75782=this[_0x4c67e9(0x397)][_0x4c67e9(0x28f)][_0x4c67e9(0x282)](p);this[_0x4c67e9(0x233)][_0x4c67e9(0x2c0)](_0x4b65fc=>{const _0x50decf=_0x4c67e9;if(_0x50decf(0x327)==_0x3e6a[_0x50decf(0x244)])for(const _0xed0f85 of _0x179a78){const _0x41cf96=_0xed0f85[_0x50decf(0x358)][_0x50decf(0x31b)],_0x5d2c7a=_0x3e6a[_0x50decf(0x367)];_0x4b65fc[_0x50decf(0x359)](_0x41cf96,_0x5d2c7a);}else{if(_0xe75782[_0x50decf(0x21b)](_0x3e6a[_0x50decf(0x244)])){for(const _0x394551 of _0x179a78)void 0x0!==_0x3e6a[_0x50decf(0x367)]?_0x4b65fc[_0x50decf(0x214)](_0x3e6a[_0x50decf(0x244)],_0x3e6a[_0x50decf(0x367)],_0x394551[_0x50decf(0x358)][_0x50decf(0x31b)]):_0x4b65fc[_0x50decf(0x22c)](_0x3e6a[_0x50decf(0x244)],_0x394551[_0x50decf(0x358)][_0x50decf(0x31b)]);}else{for(const _0x495bca of _0x179a78)_0x3e6a[_0x50decf(0x367)]?_0x4b65fc[_0x50decf(0x214)](_0x3e6a[_0x50decf(0x244)],_0x3e6a[_0x50decf(0x367)],_0x495bca):_0x4b65fc[_0x50decf(0x22c)](_0x3e6a[_0x50decf(0x244)],_0x495bca);}}});}),this[_0x7dda3f(0x23e)][_0x7dda3f(0x2a4)](_0x7dda3f(0x295),_0x12f321);}}function Et(_0x3f28bd,_0x4e8c13,_0x19abb6){const _0x38c37e=_0xc6feb;for(const _0x73ec87 of _0x4e8c13[_0x38c37e(0x286)][_0x38c37e(0x263)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x73ec87[_0x38c37e(0x22f)]==_0x73ec87)return!0x1;if(!_0x19abb6[_0x38c37e(0x368)](_0x73ec87))return!0x1;if(_0x3f28bd[_0x38c37e(0x37e)](_0x73ec87)||_0x3f28bd[_0x38c37e(0x23c)](_0x73ec87))return!0x0;}return!0x1;}function Vt(_0x478198){const _0x39fc56=_0xc6feb;return _0x478198[_0x39fc56(0x241)][_0x39fc56(0x286)]==_0x478198[_0x39fc56(0x358)][_0x39fc56(0x31b)]&&_0x478198[_0x39fc56(0x241)][_0x39fc56(0x249)];}function Ut(_0x34d662,_0x132c5c,_0x6cada7,_0x4f0b03){const _0x58a151=_0xc6feb,_0x142ef9=_0x5dce32=>!_0x5dce32[_0x58a151(0x1ff)]['is'](_0x58a151(0x372))&&!_0x4f0b03[_0x58a151(0x37e)](_0x5dce32[_0x58a151(0x1ff)]),_0x378e85=_0x34d662[_0x58a151(0x358)][_0x58a151(0x25f)](_0x142ef9),_0x2aa41e=_0x34d662[_0x58a151(0x241)][_0x58a151(0x25f)](_0x142ef9,{'direction':_0x58a151(0x294)});return(!_0x34d662[_0x58a151(0x358)][_0x58a151(0x203)](_0x378e85)||!_0x34d662[_0x58a151(0x241)][_0x58a151(0x203)](_0x2aa41e))&&(_0x378e85[_0x58a151(0x305)](_0x2aa41e)?_0x6cada7[_0x58a151(0x393)](_0x132c5c,{'range':_0x6cada7[_0x58a151(0x1fb)](_0x378e85,_0x2aa41e)}):_0x6cada7[_0x58a151(0x2c2)](_0x132c5c),!0x0);}function Pt(_0x3fe281){return _0x1a323e(_0x3fe281);}function Gt(_0x24a1aa){const _0x59809a=_0xc6feb,_0x201ac4=_0x24a1aa[_0x59809a(0x358)][_0x59809a(0x31b)];return _0x201ac4&&_0x201ac4['is'](_0x59809a(0x2af));}function Ft(_0x3995de,_0x8aecb3){const _0x3ffb09=_0xc6feb;return null==_0x3995de[_0x3ffb09(0x241)][_0x3ffb09(0x275)]&&_0x3995de[_0x3ffb09(0x241)][_0x3ffb09(0x286)]==_0x3995de[_0x3ffb09(0x358)][_0x3ffb09(0x31b)]?Lt(_0x3995de[_0x3ffb09(0x358)][_0x3ffb09(0x31b)],_0x8aecb3):_0x3995de;}function Lt(_0x19892f,_0x21ee11){const _0x56e6fb=_0xc6feb,_0x1cd65a=_0x21ee11[_0x56e6fb(0x21e)][_0x56e6fb(0x37e)](_0x19892f)||_0x21ee11[_0x56e6fb(0x21e)][_0x56e6fb(0x268)](_0x19892f);return _0x21ee11[_0x56e6fb(0x1fb)](_0x21ee11[_0x56e6fb(0x247)](_0x19892f,_0x56e6fb(0x399)),_0x1cd65a?_0x21ee11[_0x56e6fb(0x317)](_0x19892f):_0x21ee11[_0x56e6fb(0x247)](_0x19892f,_0x56e6fb(0x241)));}function Ht(_0x17282a,_0x1c09b5,_0x449a83,_0x582d19,_0x172e4f){const _0x538016=_0xc6feb;if(_0x17282a[_0x538016(0x38e)])return!0x1;if(!Jt(_0x17282a,_0x1c09b5))return!0x1;if(_0x449a83[_0x538016(0x241)][_0x538016(0x203)](_0x582d19[_0x538016(0x358)]))return!0x0;if(_0x17282a[_0x538016(0x284)]!=_0x1c09b5[_0x538016(0x284)])return!0x1;if(!_0x449a83[_0x538016(0x241)][_0x538016(0x276)](_0x582d19[_0x538016(0x358)]))return!0x1;const _0x57aada=_0x172e4f[_0x538016(0x1fb)](_0x449a83[_0x538016(0x241)],_0x582d19[_0x538016(0x358)])[_0x538016(0x380)]();for(const _0x2c208e of _0x57aada)if([_0x538016(0x272),_0x538016(0x2f3)][_0x538016(0x2c9)](_0x2c208e[_0x538016(0x284)])&&_0x172e4f[_0x538016(0x21e)][_0x538016(0x23c)](_0x2c208e[_0x538016(0x1ff)]))return!0x1;return!0x0;}function Jt(_0x18cb34,_0xe656ec){const _0x3306e3=_0xc6feb;if(!_0x18cb34[_0x3306e3(0x320)]||!_0xe656ec[_0x3306e3(0x320)])return!0x1;const _0x40e398=new Set(Object[_0x3306e3(0x339)](_0x18cb34[_0x3306e3(0x285)])),_0x29ede3=new Set(Object[_0x3306e3(0x339)](_0xe656ec[_0x3306e3(0x285)]));if(_0x40e398[_0x3306e3(0x37d)](_0x3306e3(0x252)),_0x29ede3[_0x3306e3(0x37d)](_0x3306e3(0x252)),0x0==_0x40e398[_0x3306e3(0x211)]&&0x0==_0x29ede3[_0x3306e3(0x211)])return!0x0;if(_0x40e398[_0x3306e3(0x211)]!=_0x29ede3[_0x3306e3(0x211)])return!0x1;const _0x32c10a={..._0x18cb34[_0x3306e3(0x285)]},_0x49d2ee={..._0xe656ec[_0x3306e3(0x285)]};return delete _0x32c10a[_0x3306e3(0x252)],delete _0x49d2ee[_0x3306e3(0x252)],JSON[_0x3306e3(0x2ec)](_0x32c10a)==JSON[_0x3306e3(0x2ec)](_0x49d2ee);}function qt(_0x2c9c4d,_0x5acb10){const _0x234a4f=_0xc6feb,_0x36633b=zt(_0x2c9c4d[_0x234a4f(0x285)]),_0x2f2a71=zt(_0x5acb10);if(!_0x2c9c4d[_0x234a4f(0x320)])return!0x1;for(const _0xebef1a of Object[_0x234a4f(0x339)](_0x2f2a71))if(!_0x6727be(_0x36633b[_0xebef1a],_0x2f2a71[_0xebef1a]))return!0x1;return!0x0;}function zt(_0x18619d){const _0x389319=_0xc6feb,_0x53826e=Object[_0x389319(0x2b5)]({},_0x18619d);return delete _0x53826e[_0x389319(0x20a)],delete _0x53826e[_0x389319(0x2e0)],_0x53826e;}
|
|
23
|
+
const _0x541174=_0x2aeb;(function(_0x562e1d,_0x548a40){const _0x3bd41f=_0x2aeb,_0x268bd3=_0x562e1d();while(!![]){try{const _0x52c1c1=parseInt(_0x3bd41f(0x136))/0x1+-parseInt(_0x3bd41f(0x1db))/0x2*(-parseInt(_0x3bd41f(0x198))/0x3)+parseInt(_0x3bd41f(0x13c))/0x4*(parseInt(_0x3bd41f(0x275))/0x5)+parseInt(_0x3bd41f(0x1f9))/0x6*(-parseInt(_0x3bd41f(0x120))/0x7)+parseInt(_0x3bd41f(0x2b3))/0x8+parseInt(_0x3bd41f(0x29f))/0x9*(-parseInt(_0x3bd41f(0x25b))/0xa)+parseInt(_0x3bd41f(0x1c2))/0xb*(parseInt(_0x3bd41f(0x207))/0xc);if(_0x52c1c1===_0x548a40)break;else _0x268bd3['push'](_0x268bd3['shift']());}catch(_0x294cdc){_0x268bd3['push'](_0x268bd3['shift']());}}}(_0x1e34,0x8d44c));import{Plugin as _0x2bd5bb,PendingActions as _0x4a28c6}from'ckeditor5/src/core.js';import{LiveRange as _0x1f324b}from'ckeditor5/src/engine.js';import{CKEditorError as _0xce4e1b,uid as _0x561b42,priorities as _0x4a6acb,logWarning as _0x27b40d,getEnvKeystrokeText as _0x443df7}from'ckeditor5/src/utils.js';import{toWidget as _0x725429}from'ckeditor5/src/widget.js';import{Users as _0x401a60,hashObject as _0x3e399b,surroundingMarkersDetector as _0x4eb916,FOCUS_ANNOTATION_KEYSTROKE as _0xbe2923}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3e93e2 from'./commands/trackchangescommand.js';import _0x4dd9c7 from'./commands/acceptsuggestioncommand.js';import _0x14f57c from'./commands/discardsuggestioncommand.js';import _0x427469 from'./commands/executeonallsuggestionscommand.js';import _0x5b0374 from'./commands/executeonselectedsuggestionscommand.js';import _0x201160 from'./suggestion.js';import _0x3498a4 from'./suggestiondescriptionfactory.js';import _0x247595 from'./integrations/aiassistant.js';import _0x4d0513 from'./integrations/alignment.js';import _0x25a9b1 from'./integrations/basicstyles.js';import _0x29afc4 from'./integrations/blockquote.js';import _0xe17afe from'./integrations/casechange.js';import _0x1f2084 from'./integrations/ckbox.js';import _0x5cdc98 from'./integrations/codeblock.js';import _0x127255 from'./integrations/comments.js';import _0x1bcced from'./integrations/deletecommand.js';import _0xfefe42 from'./integrations/list.js';import _0x45ed94 from'./integrations/listproperties.js';import _0x4e8674 from'./integrations/entercommand.js';import _0x4d2d59 from'./integrations/findandreplace.js';import _0x5dbe17 from'./integrations/font.js';import _0x114586 from'./integrations/formatpainter.js';import _0x4bf31f from'./integrations/heading.js';import _0x31b6d9 from'./integrations/highlight.js';import _0x5294d6 from'./integrations/horizontalline.js';import _0x2a8875 from'./integrations/htmlembed.js';import _0x59693e from'./integrations/image.js';import _0x2412b1 from'./integrations/imagereplace.js';import _0x595c2a from'./integrations/imagestyle.js';import _0x10d822 from'./integrations/importword.js';import _0x146898 from'./integrations/indent.js';import _0x36ac57 from'./integrations/inputcommand.js';import _0x6226d9 from'./integrations/link.js';import _0x3784a3 from'./integrations/legacylist.js';import _0x24d4df from'./integrations/legacylistproperties.js';import _0x35842b from'./integrations/mediaembed.js';import _0x59f7fc from'./integrations/mention.js';import _0x54cde1 from'./integrations/mergefields.js';import _0x3855e8 from'./integrations/multilevellist.js';import _0x2b8f18 from'./integrations/pagebreak.js';import _0x47f662 from'./integrations/paragraph.js';import _0x218462 from'./integrations/removeformat.js';import _0x6b03a6 from'./integrations/restrictededitingmode.js';function _0x2aeb(_0x415ccf,_0x5ae384){const _0x1e34d4=_0x1e34();return _0x2aeb=function(_0x2aeb2a,_0x31dd96){_0x2aeb2a=_0x2aeb2a-0x110;let _0x3842e9=_0x1e34d4[_0x2aeb2a];return _0x3842e9;},_0x2aeb(_0x415ccf,_0x5ae384);}import _0x484bac from'./integrations/shiftentercommand.js';import _0x13046c from'./integrations/standardeditingmode.js';import _0x25bed6 from'./integrations/style.js';import _0x2d34dc from'./integrations/table.js';import _0x18b551 from'./integrations/tablemergesplit.js';import _0x153e27 from'./integrations/tableheadings.js';import _0x41229c from'./integrations/tableclipboard.js';import _0x392b33 from'./integrations/tablecolumnresize.js';import _0x1d6172 from'./integrations/template.js';import _0x512b37 from'./integrations/tableofcontents.js';import _0x503e2a from'./integrations/title.js';import _0x21e3f1 from'./integrations/undo.js';import _0xbab9c0 from'./integrations/tablecaption.js';import _0x4bf9b9 from'./integrations/tableproperties.js';import{getTranslation as _0xd47d43}from'./utils/common-translations.js';import{isEqual as _0x47857f,omit as _0xd00a08}from'lodash-es';export const renameAttributeKey=_0x541174(0x2bd);export default class p extends _0x2bd5bb{static get[_0x541174(0x226)](){const _0x3ab84b=_0x541174;return[_0x3ab84b(0x21e),_0x401a60,_0x4a28c6,_0x247595,_0x4d0513,_0x25a9b1,_0x29afc4,_0x1f2084,_0xe17afe,_0x5cdc98,_0x127255,_0x1bcced,_0x4e8674,_0x4d2d59,_0x5dbe17,_0x114586,_0x4bf31f,_0x31b6d9,_0x5294d6,_0x2a8875,_0x59693e,_0x595c2a,_0x2412b1,_0x10d822,_0x146898,_0x36ac57,_0x3784a3,_0x24d4df,_0x3855e8,_0x6226d9,_0xfefe42,_0x45ed94,_0x35842b,_0x59f7fc,_0x54cde1,_0x2b8f18,_0x47f662,_0x218462,_0x6b03a6,_0x484bac,_0x13046c,_0x25bed6,_0x2d34dc,_0x18b551,_0x153e27,_0xbab9c0,_0x41229c,_0x392b33,_0x512b37,_0x4bf9b9,_0x1d6172,_0x503e2a,_0x21e3f1];}static get[_0x541174(0x20c)](){const _0x4c4eab=_0x541174;return _0x4c4eab(0x2af);}static get[_0x541174(0x133)](){return!0x0;}static get[_0x541174(0x14e)](){return!0x0;}constructor(_0x164826){const _0x4e2ede=_0x541174;function _0x37553d(_0x37b59e){const _0x1bc048=_0x2aeb;return _0x37b59e[_0x1bc048(0x21f)](_0x504e50=>String[_0x1bc048(0x21d)](_0x504e50))[_0x1bc048(0x172)]('');}super(_0x164826),this[_0x4e2ede(0x23b)]=!0x1,this[_0x4e2ede(0x1b5)](_0x4e2ede(0x294),[]),this['on'](_0x4e2ede(0x215),(_0x11deaa,_0x38ceba,_0x3535e4,_0x436658)=>{const _0x5813fc=_0x4e2ede;this[_0x5813fc(0x28a)][_0x5813fc(0x1e3)](()=>{const _0xd23fb0=_0x5813fc;for(const _0x4642f9 of[..._0x436658,..._0x3535e4])this[_0xd23fb0(0x28a)][_0xd23fb0(0x255)][_0xd23fb0(0x1d4)](_0x4642f9)&&_0x164826[_0xd23fb0(0x1b8)][_0xd23fb0(0x1c4)](_0x4642f9);});}),this[_0x4e2ede(0x22c)]=new _0x3498a4(this[_0x4e2ede(0x1be)][_0x4e2ede(0x205)][_0x4e2ede(0x132)],this[_0x4e2ede(0x1be)][_0x4e2ede(0x196)]),this[_0x4e2ede(0x248)]=null,this[_0x4e2ede(0x291)]=new Tt(this[_0x4e2ede(0x1be)]),this[_0x4e2ede(0x18f)]=new Map(),this[_0x4e2ede(0x145)]=_0x164826[_0x4e2ede(0x1b3)][_0x4e2ede(0x273)](_0x4e2ede(0x21e)),this[_0x4e2ede(0x186)]=new Set(),this[_0x4e2ede(0x28a)]=this[_0x4e2ede(0x1be)][_0x4e2ede(0x205)],this[_0x4e2ede(0x190)]=new WeakMap(),this[_0x4e2ede(0x293)]=!0x1,this[_0x4e2ede(0x1e1)]=new Set([_0x4e2ede(0x2bd)]),this[_0x4e2ede(0x2bb)]=new Set(),_0x164826[_0x4e2ede(0x1ab)][_0x4e2ede(0x243)](_0x4e2ede(0x28e),_0x4e2ede(0x2bc)),this[_0x4e2ede(0x1ee)]=_0x164826[_0x4e2ede(0x1ab)][_0x4e2ede(0x273)](_0x4e2ede(0x28e)),_0x164826[_0x4e2ede(0x1ab)][_0x4e2ede(0x243)](_0x4e2ede(0x114),!0x0),this[_0x4e2ede(0x272)]=_0x164826[_0x4e2ede(0x1ab)][_0x4e2ede(0x273)](_0x4e2ede(0x114)),this[_0x4e2ede(0x202)]=new _0x3e93e2(_0x164826,this[_0x4e2ede(0x186)]),this[_0x4e2ede(0x155)](),this[_0x37553d([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x37553d([0x34,0x30,0x34,0x38,0x32,0x30,0x34,0x32]);}[_0x541174(0x209)](){const _0x152b6c=_0x541174,_0x102574=this[_0x152b6c(0x1be)],_0x5fb3a3=(_0xb69920,_0x16e42e)=>{const _0x5ada9c=_0x152b6c;if(_0x5ada9c(0x2aa)!=_0xb69920)return _0x5ada9c(0x14a)+_0xb69920;const _0x5d73bc=_0x16e42e[_0x5ada9c(0x1a0)]('|')[0x0];return this[_0x5ada9c(0x17d)](_0x5d73bc)?_0x5ada9c(0x23c):_0x5ada9c(0x178);};_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x26f))[_0x152b6c(0x1d8)]({'model':_0x152b6c(0x27c),'view':_0x3601a0=>{const _0x3ba946=_0x152b6c,{id:_0xa968ec,authorId:_0x1e2562,type:_0x3fe084,subType:_0x445cd4}=this[_0x3ba946(0x11b)](_0x3601a0[_0x3ba946(0x2b4)]),_0x48d804=[_0x3ba946(0x2b9),_0x5fb3a3(_0x3fe084,_0x445cd4)];let _0x386f8f=0xbb8;return this[_0x3ba946(0x294)][_0x3ba946(0x121)](_0x3601a0[_0x3ba946(0x2b4)])&&(_0x48d804[_0x3ba946(0x170)](_0x3ba946(0x1a6)),_0x386f8f=0xbc2),_0x3ba946(0x2c1)==_0x3fe084&&(_0x386f8f+=0x5),{'classes':_0x48d804,'attributes':{'data-suggestion':_0xa968ec,'data-author-id':_0x1e2562},'priority':_0x386f8f};}}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x169))[_0x152b6c(0x270)](_0x5b0e35=>{const _0x4912f8=_0x152b6c;_0x5b0e35['on'](_0x4912f8(0x1e7),(_0xffd76e,_0x131d5d,_0x3addfb)=>{const _0x47af85=_0x4912f8;if(!_0x3addfb[_0x47af85(0x2bf)][_0x47af85(0x257)])return;const _0x25de1c=_0x131d5d[_0x47af85(0x28b)];if(!_0x25de1c)return;const _0x5cd9ec=_0x3addfb[_0x47af85(0x2a8)][_0x47af85(0x126)](_0x25de1c);_0x102574[_0x47af85(0x205)][_0x47af85(0x132)][_0x47af85(0x122)](_0x25de1c)&&_0x5cd9ec&&!_0x5cd9ec[_0x47af85(0x158)](_0x47af85(0x256))&&_0x5cd9ec['is'](_0x47af85(0x22b))&&_0x725429(_0x5cd9ec,_0x3addfb[_0x47af85(0x149)]);},{'priority':_0x4912f8(0x1f7)});}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x169))[_0x152b6c(0x1d8)]({'model':_0x152b6c(0x27c),'view':(_0x3b9b12,_0x1310d1)=>{const _0x3cb980=_0x152b6c;if(!_0x1310d1[_0x3cb980(0x2bf)][_0x3cb980(0x257)])return null;const {type:_0x5cd953,subType:_0x244a34}=this[_0x3cb980(0x11b)](_0x3b9b12[_0x3cb980(0x2b4)]);return{'classes':[_0x3cb980(0x2b9),_0x5fb3a3(_0x5cd953,_0x244a34)],'priority':0xbb8};}});const _0x458fb0=({showActiveMarkers:_0x5bedc9=!0x0,isAttributeSuggestion:_0x4c0776=!0x1}={})=>(_0x27e891,_0x4b5923,_0x7ca32e)=>{const _0x4a5a67=_0x152b6c;if(!_0x4b5923[_0x4a5a67(0x28b)])return;const {id:_0x38492c,authorId:_0x1dd6e6}=this[_0x4a5a67(0x11b)](_0x4b5923[_0x4a5a67(0x2b4)]);if(_0x4c0776){const _0x1d4f00=this[_0x4a5a67(0x18f)][_0x4a5a67(0x273)](_0x38492c),_0x68f728=this[_0x4a5a67(0x1a1)](_0x1d4f00);if(!this[_0x4a5a67(0x17d)](_0x68f728))return;}if(_0x4b5923[_0x4a5a67(0x28b)]['is'](_0x4a5a67(0x1d5)))return void _0x7ca32e[_0x4a5a67(0x284)][_0x4a5a67(0x144)](_0x4b5923[_0x4a5a67(0x28b)],_0x27e891[_0x4a5a67(0x16a)]);const _0x4826b9=_0x7ca32e[_0x4a5a67(0x2a8)][_0x4a5a67(0x126)](_0x4b5923[_0x4a5a67(0x28b)]);if(_0x4b5923[_0x4a5a67(0x28b)]['is'](_0x4a5a67(0x147))&&_0x102574[_0x4a5a67(0x205)][_0x4a5a67(0x132)][_0x4a5a67(0x1c1)](_0x4b5923[_0x4a5a67(0x28b)])&&!_0x4826b9[_0x4a5a67(0x158)](_0x4a5a67(0x12b))){_0x7ca32e[_0x4a5a67(0x149)][_0x4a5a67(0x1e4)]([_0x4a5a67(0x2b9),_0x4a5a67(0x23c)],_0x4826b9),_0x7ca32e[_0x4a5a67(0x149)][_0x4a5a67(0x279)](_0x4a5a67(0x229),_0x38492c,_0x4826b9),_0x7ca32e[_0x4a5a67(0x149)][_0x4a5a67(0x279)](_0x4a5a67(0x259),_0x1dd6e6,_0x4826b9),_0x7ca32e[_0x4a5a67(0x2a8)][_0x4a5a67(0x263)](_0x4826b9,_0x4b5923[_0x4a5a67(0x2b4)]),_0x5bedc9&&(this[_0x4a5a67(0x294)][_0x4a5a67(0x121)](_0x4b5923[_0x4a5a67(0x2b4)])?_0x7ca32e[_0x4a5a67(0x149)][_0x4a5a67(0x1e4)](_0x4a5a67(0x1a6),_0x4826b9):_0x7ca32e[_0x4a5a67(0x149)][_0x4a5a67(0x163)](_0x4a5a67(0x1a6),_0x4826b9));for(const _0x4a471f of _0x102574[_0x4a5a67(0x205)][_0x4a5a67(0x27f)](_0x4b5923[_0x4a5a67(0x28b)])[_0x4a5a67(0x1ad)]())_0x7ca32e[_0x4a5a67(0x284)][_0x4a5a67(0x144)](_0x4a471f,_0x27e891[_0x4a5a67(0x16a)]);_0x7ca32e[_0x4a5a67(0x284)][_0x4a5a67(0x144)](_0x4b5923[_0x4a5a67(0x28b)],_0x27e891[_0x4a5a67(0x16a)]);}};_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x169))[_0x152b6c(0x270)](_0x119162=>{const _0x3bb14e=_0x152b6c;_0x119162['on'](_0x3bb14e(0x292),(_0x5652b9,_0x45eaad,_0x146fd1)=>{const _0x18c78d=_0x3bb14e;_0x146fd1[_0x18c78d(0x2bf)][_0x18c78d(0x257)]&&_0x458fb0({'showActiveMarkers':!0x1})(_0x5652b9,_0x45eaad,_0x146fd1);},{'priority':_0x3bb14e(0x297)});}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x169))[_0x152b6c(0x270)](_0x378280=>{const _0x442858=_0x152b6c;_0x378280['on'](_0x442858(0x1de),(_0x211fae,_0x209100,_0x43baf1)=>{const _0x46820f=_0x442858;_0x43baf1[_0x46820f(0x2bf)][_0x46820f(0x257)]&&_0x458fb0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x211fae,_0x209100,_0x43baf1);},{'priority':_0x442858(0x297)});}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x169))[_0x152b6c(0x2b0)]({'model':_0x152b6c(0x27c),'view':(_0x43af2f,_0x3cd29b)=>_0x3cd29b[_0x152b6c(0x2bf)][_0x152b6c(0x257)]?null:{'group':_0x152b6c(0x27c),'name':_0x43af2f[_0x152b6c(0x151)](0xb)}}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x148))[_0x152b6c(0x1a9)]({'view':{'name':_0x152b6c(0x27c),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x281663,{writer:_0x51e4ff})=>{const _0x5a0296=_0x152b6c;let _0x2c0584=_0x5a0296(0x286)+_0x281663[_0x5a0296(0x271)](_0x5a0296(0x266))+':'+_0x281663[_0x5a0296(0x271)]('id');return _0x281663[_0x5a0296(0x271)](_0x5a0296(0x26e))&&(_0x2c0584+=':'+_0x281663[_0x5a0296(0x271)](_0x5a0296(0x26e))),_0x51e4ff[_0x5a0296(0x125)](_0x5a0296(0x180),{'data-name':_0x2c0584});}}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x148))[_0x152b6c(0x166)]({'view':_0x152b6c(0x27c)}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x26f))[_0x152b6c(0x270)](_0x29a2f2=>{const _0x269ab5=_0x152b6c;_0x29a2f2['on'](_0x269ab5(0x292),_0x458fb0(),{'priority':_0x269ab5(0x1f7)});}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x26f))[_0x152b6c(0x270)](_0x16ab2b=>{const _0x72996d=_0x152b6c;_0x16ab2b['on'](_0x72996d(0x1de),_0x458fb0({'isAttributeSuggestion':!0x0}),{'priority':_0x72996d(0x1f7)});}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x26f))[_0x152b6c(0x270)](_0x94038=>{const _0x853e93=_0x152b6c;_0x94038['on'](_0x853e93(0x140),(_0x3b43ab,_0x5df70a,_0x40705b)=>{const _0x1992be=_0x853e93,_0x135a56=_0x40705b[_0x1992be(0x2a8)][_0x1992be(0x188)](_0x5df70a[_0x1992be(0x2b4)]);if(_0x135a56){for(const _0x3fb0e0 of _0x135a56)_0x3fb0e0[_0x1992be(0x158)](_0x1992be(0x12b))||(_0x40705b[_0x1992be(0x149)][_0x1992be(0x163)]([_0x1992be(0x2b9),_0x1992be(0x23c),_0x1992be(0x1a6)],_0x3fb0e0),_0x40705b[_0x1992be(0x149)][_0x1992be(0x29b)](_0x1992be(0x229),_0x3fb0e0),_0x40705b[_0x1992be(0x149)][_0x1992be(0x29b)](_0x1992be(0x259),_0x3fb0e0),_0x40705b[_0x1992be(0x2a8)][_0x1992be(0x25f)](_0x3fb0e0,_0x5df70a[_0x1992be(0x2b4)]));}},{'priority':_0x853e93(0x1f7)});}),_0x102574[_0x152b6c(0x230)][_0x152b6c(0x1af)](_0x152b6c(0x26f))[_0x152b6c(0x270)](_0x4922e5=>{const _0x4a414b=_0x152b6c;_0x4922e5['on'](_0x4a414b(0x244),(_0x33ca0a,_0x2d8831,_0xb6bbfc)=>{const _0x26c45b=_0x4a414b,_0x5972a5=_0xb6bbfc[_0x26c45b(0x2a8)][_0x26c45b(0x188)](_0x2d8831[_0x26c45b(0x2b4)]);if(!_0x5972a5)return;const {id:_0x340115}=this[_0x26c45b(0x11b)](_0x2d8831[_0x26c45b(0x2b4)]),_0x5a5466=this[_0x26c45b(0x18f)][_0x26c45b(0x273)](_0x340115),_0x5da071=this[_0x26c45b(0x1a1)](_0x5a5466);if(this[_0x26c45b(0x17d)](_0x5da071)){for(const _0x25715a of _0x5972a5)_0x25715a[_0x26c45b(0x158)](_0x26c45b(0x12b))||(_0xb6bbfc[_0x26c45b(0x149)][_0x26c45b(0x163)]([_0x26c45b(0x2b9),_0x26c45b(0x23c),_0x26c45b(0x1a6)],_0x25715a),_0xb6bbfc[_0x26c45b(0x149)][_0x26c45b(0x29b)](_0x26c45b(0x229),_0x25715a),_0xb6bbfc[_0x26c45b(0x149)][_0x26c45b(0x29b)](_0x26c45b(0x259),_0x25715a),_0xb6bbfc[_0x26c45b(0x2a8)][_0x26c45b(0x25f)](_0x25715a,_0x2d8831[_0x26c45b(0x2b4)]));}},{'priority':_0x4a414b(0x1f7)});}),_0x102574[_0x152b6c(0x205)][_0x152b6c(0x220)][_0x152b6c(0x265)](_0x3c5e7b=>{const _0x2c2b80=_0x152b6c;let _0x3382a0=!0x1;const _0x18b592=Array[_0x2c2b80(0x1f3)](_0x102574[_0x2c2b80(0x205)][_0x2c2b80(0x220)][_0x2c2b80(0x2b2)][_0x2c2b80(0x19f)]()),_0x4803b4=new Set();for(const {name:_0x99520f,data:_0x4d8873}of _0x18b592){const {group:_0x2a817e,type:_0x4e144c,subType:_0x2b1b39,id:_0x215098}=this[_0x2c2b80(0x11b)](_0x99520f);if(_0x2c2b80(0x27c)!==_0x2a817e)continue;const _0x3724ec=this[_0x2c2b80(0x18f)][_0x2c2b80(0x273)](_0x215098);if(null!=_0x4d8873[_0x2c2b80(0x1f4)]){_0x2c2b80(0x1f1)==_0x4e144c&&(_0x3382a0=_0x3382a0||Ut(_0x4d8873[_0x2c2b80(0x1f4)],_0x99520f,_0x3c5e7b,_0x102574[_0x2c2b80(0x205)][_0x2c2b80(0x132)]));const _0x408863=_0x2c2b80(0x2aa)==_0x4e144c&&this[_0x2c2b80(0x17d)](_0x2b1b39[_0x2c2b80(0x1a0)]('|')[0x0]);if(_0x4d8873[_0x2c2b80(0x1f4)][_0x2c2b80(0x141)]||_0x2c2b80(0x2ab)==_0x4d8873[_0x2c2b80(0x1f4)][_0x2c2b80(0x269)][_0x2c2b80(0x1ff)]||_0x2c2b80(0x1c7)==_0x4e144c&&!Gt(_0x4d8873[_0x2c2b80(0x1f4)])||_0x408863&&!Gt(_0x4d8873[_0x2c2b80(0x1f4)])||_0x2c2b80(0x2c1)==_0x4e144c&&!(!Vt(_0x25681f=_0x4d8873[_0x2c2b80(0x1f4)])&&!function(_0x3a9abf){const _0x4e0fcf=_0x2c2b80;return _0x3a9abf[_0x4e0fcf(0x2c4)][_0x4e0fcf(0x1ce)]==_0x3a9abf[_0x4e0fcf(0x239)][_0x4e0fcf(0x197)]&&_0x3a9abf[_0x4e0fcf(0x2c4)][_0x4e0fcf(0x2b1)];}(_0x25681f)))_0x3c5e7b[_0x2c2b80(0x24e)](_0x99520f),_0x3382a0=!0x0;else{if(!_0x3724ec||!_0x3724ec[_0x2c2b80(0x167)])continue;if(_0x4d8873[_0x2c2b80(0x1f4)]&&_0x4d8873[_0x2c2b80(0x153)]&&_0x4d8873[_0x2c2b80(0x1f4)][_0x2c2b80(0x175)](_0x4d8873[_0x2c2b80(0x153)]))continue;_0x4803b4[_0x2c2b80(0x270)](_0x3724ec);}}}var _0x25681f;return _0x4803b4[_0x2c2b80(0x16d)]>0x0&&(_0x3382a0=!!this[_0x2c2b80(0x124)](_0x4803b4)||_0x3382a0),_0x3382a0;}),_0x102574[_0x152b6c(0x205)][_0x152b6c(0x220)][_0x152b6c(0x265)](_0x17aa20=>{const _0x215ab8=_0x152b6c;let _0x9f6d78=!0x1;for(const _0x242f9a of _0x102574[_0x215ab8(0x205)][_0x215ab8(0x220)][_0x215ab8(0x2b2)][_0x215ab8(0x29c)]())if(_0x215ab8(0x287)==_0x242f9a[_0x215ab8(0x18a)])for(const _0x5da29e of this[_0x215ab8(0x18f)][_0x215ab8(0x219)]()){if(_0x5da29e[_0x215ab8(0x193)]||!_0x5da29e[_0x215ab8(0x167)])continue;const _0x54cdab=_0x215ab8(0x1c7)==_0x5da29e[_0x215ab8(0x18a)],_0x5a2f1a=this[_0x215ab8(0x1a1)](_0x5da29e),_0x3d9641=_0x5a2f1a&&this[_0x215ab8(0x17d)](_0x5a2f1a);if(!_0x54cdab&&!_0x3d9641)continue;const _0x5879e9=_0x5da29e[_0x215ab8(0x17b)]();if(_0x5879e9[_0x215ab8(0x2c4)][_0x215ab8(0x1ce)]!=_0x5879e9[_0x215ab8(0x239)][_0x215ab8(0x1ce)]&&!_0x5879e9[_0x215ab8(0x239)][_0x215ab8(0x2b1)]){const _0x11f9ce=_0x102574[_0x215ab8(0x205)][_0x215ab8(0x2c3)](_0x5879e9[_0x215ab8(0x2c4)][_0x215ab8(0x1ae)],_0x215ab8(0x239)),_0x4695cf=_0x102574[_0x215ab8(0x205)][_0x215ab8(0x247)](_0x5879e9[_0x215ab8(0x2c4)],_0x11f9ce);_0x17aa20[_0x215ab8(0x199)](_0x5da29e[_0x215ab8(0x1c5)](),{'range':_0x4695cf}),_0x9f6d78=!0x0;}}return _0x9f6d78;}),_0x102574[_0x152b6c(0x205)][_0x152b6c(0x220)][_0x152b6c(0x265)](_0x4ce8b3=>this[_0x152b6c(0x2a9)](_0x4ce8b3)),_0x102574[_0x152b6c(0x205)][_0x152b6c(0x220)][_0x152b6c(0x265)](_0x1d043a=>!_0x1d043a[_0x152b6c(0x15f)][_0x152b6c(0x189)]&&this[_0x152b6c(0x116)](_0x1d043a)),_0x102574[_0x152b6c(0x205)]['on'](_0x152b6c(0x1e0),()=>{const _0x2f6fa0=_0x152b6c;this[_0x2f6fa0(0x23b)]=!0x1;}),_0x102574[_0x152b6c(0x205)][_0x152b6c(0x220)]['on'](_0x152b6c(0x25c),(_0x43a7b6,_0x4966be)=>{const _0x16ff5d=_0x152b6c;if(!_0x4966be[_0x16ff5d(0x189)]||_0x4966be[_0x16ff5d(0x194)])return;if(!this[_0x16ff5d(0x23b)])return;const _0xc3fe82=_0x102574[_0x16ff5d(0x205)][_0x16ff5d(0x220)][_0x16ff5d(0x2b2)][_0x16ff5d(0x29c)]();if(0x0==_0xc3fe82[_0x16ff5d(0x262)])return;const _0x4edda4=[],_0x248996=_0xc3fe82[_0x16ff5d(0x20b)](_0x4f3f27=>_0x16ff5d(0x2aa)==_0x4f3f27[_0x16ff5d(0x18a)]),_0x338ba1=_0xc3fe82[_0x16ff5d(0x20b)](_0x375950=>_0x16ff5d(0x287)==_0x375950[_0x16ff5d(0x18a)]&&_0x16ff5d(0x1d3)!=_0x375950[_0x16ff5d(0x16a)]);for(const _0x389f29 of _0x248996)this[_0x16ff5d(0x16e)](_0x389f29[_0x16ff5d(0x254)])&&_0x4edda4[_0x16ff5d(0x170)]({'key':_0x389f29[_0x16ff5d(0x254)],'newValue':_0x389f29[_0x16ff5d(0x143)],'oldValue':_0x389f29[_0x16ff5d(0x139)],'range':Ft(_0x389f29[_0x16ff5d(0x1d9)],_0x102574[_0x16ff5d(0x205)])});for(const _0x202830 of _0x338ba1){if(_0x16ff5d(0x14b)!=_0x202830[_0x16ff5d(0x176)]&&_0x16ff5d(0x211)!=_0x202830[_0x16ff5d(0x176)])continue;const _0x11f1a6=Lt(_0x202830[_0x16ff5d(0x13b)][_0x16ff5d(0x1ae)],_0x102574[_0x16ff5d(0x205)]),_0x45b453=_0x202830[_0x16ff5d(0x1fe)];_0x16ff5d(0x14b)==_0x202830[_0x16ff5d(0x176)]&&_0x4edda4[_0x16ff5d(0x170)]({'key':_0x16ff5d(0x2bd),'newValue':_0x202830[_0x16ff5d(0x16a)],'oldValue':_0x45b453[_0x16ff5d(0x16a)],'range':_0x11f1a6});for(const [_0x423692,_0x244c53]of _0x45b453[_0x16ff5d(0x1e8)]){if(!this[_0x16ff5d(0x16e)](_0x423692))continue;const _0x23b724=_0x202830[_0x16ff5d(0x1e8)][_0x16ff5d(0x273)](_0x423692);_0x244c53!==_0x23b724&&_0x4edda4[_0x16ff5d(0x170)]({'key':_0x423692,'newValue':_0x23b724,'oldValue':_0x244c53,'range':_0x11f1a6});}for(const [_0x383473,_0x3ab0dd]of _0x202830[_0x16ff5d(0x1e8)])this[_0x16ff5d(0x16e)](_0x383473)&&(_0x45b453[_0x16ff5d(0x1e8)][_0x16ff5d(0x1d4)](_0x383473)||_0x4edda4[_0x16ff5d(0x170)]({'key':_0x383473,'newValue':_0x3ab0dd,'oldValue':null,'range':_0x11f1a6}));}0x0!=_0x4edda4[_0x16ff5d(0x262)]&&_0x102574[_0x16ff5d(0x205)][_0x16ff5d(0x1b6)](_0x4966be,_0x34088b=>{const _0x5f5207=_0x16ff5d,_0x1ccf49=_0x561b42();for(const {range:_0x487eca,key:_0x5e69b1,oldValue:_0x5df861,newValue:_0x3bf583}of _0x4edda4)this[_0x5f5207(0x289)](_0x487eca,_0x5e69b1,_0x5df861,_0x3bf583,{'groupId':_0x1ccf49});this[_0x5f5207(0x150)](_0x34088b,_0x4edda4);});},{'priority':_0x152b6c(0x16b)}),_0x102574[_0x152b6c(0x205)][_0x152b6c(0x255)]['on'](_0x152b6c(0x1fb),(_0x2e8e81,_0x187b68,_0x5e0cbe)=>{const _0x2faa2e=_0x152b6c;if(null==_0x5e0cbe){const {id:_0x449b85}=this[_0x2faa2e(0x11b)](_0x187b68[_0x2faa2e(0x16a)]),_0x3cd5a0=this[_0x2faa2e(0x18f)][_0x2faa2e(0x273)](_0x449b85);_0x3cd5a0&&_0x3cd5a0[_0x2faa2e(0x1a2)](_0x187b68[_0x2faa2e(0x16a)]);}}),_0x102574[_0x152b6c(0x205)][_0x152b6c(0x220)]['on'](_0x152b6c(0x25c),()=>{const _0x448503=_0x152b6c,_0x5870ab=Array[_0x448503(0x1f3)](_0x102574[_0x448503(0x205)][_0x448503(0x220)][_0x448503(0x2b2)][_0x448503(0x19f)]())[_0x448503(0x20b)](_0x5265e6=>_0x448503(0x27c)===this[_0x448503(0x11b)](_0x5265e6[_0x448503(0x16a)])[_0x448503(0x281)]);if(0x0===_0x5870ab[_0x448503(0x262)])return;_0x5870ab[_0x448503(0x1ac)]((_0x1fef62,_0x479b9f)=>{const _0x1eaf44=_0x448503,_0x1c94f2=_0x1fef62[_0x1eaf44(0x12f)][_0x1eaf44(0x153)],_0x524434=_0x479b9f[_0x1eaf44(0x12f)][_0x1eaf44(0x153)];return null===_0x1c94f2&&null===_0x524434?0x0:null===_0x1c94f2&&null!==_0x524434?-0x1:null!==_0x1c94f2&&null===_0x524434?0x1:_0x1c94f2[_0x1eaf44(0x2c4)][_0x1eaf44(0x185)](_0x524434[_0x1eaf44(0x2c4)])?-0x1:0x1;});const _0x31ec0b=new Set(),_0x4ceffb=new Set();for(const {name:_0x2d3954,data:_0x4e228f}of _0x5870ab){const {id:_0x37c496}=this[_0x448503(0x11b)](_0x2d3954);if(null===_0x4e228f[_0x448503(0x153)]){const _0x376ba3=this[_0x448503(0x1e9)](_0x2d3954);_0x4ceffb[_0x448503(0x270)](_0x376ba3);}else{const _0x49168=this[_0x448503(0x18f)][_0x448503(0x273)](_0x37c496);null!==_0x4e228f[_0x448503(0x1f4)]||_0x49168[_0x448503(0x167)]?(_0x31ec0b[_0x448503(0x270)](_0x49168[_0x448503(0x238)]),_0x4ceffb[_0x448503(0x270)](_0x49168)):this[_0x448503(0x19d)](_0x49168);}}_0x4ceffb[_0x448503(0x16d)]>0x0&&this[_0x448503(0x112)](_0x4ceffb);for(const _0x65ca76 of _0x31ec0b)this[_0x448503(0x118)](_0x448503(0x142),_0x65ca76);}),_0x102574[_0x152b6c(0x205)]['on'](_0x152b6c(0x25d),(_0x546e87,_0x3c3418)=>{const _0x16d2f6=_0x152b6c,_0x249799=_0x3c3418[0x0];if(!this[_0x16d2f6(0x18f)][_0x16d2f6(0x16d)])return;if(!_0x249799[_0x16d2f6(0x2b6)])return;if(_0x249799[_0x16d2f6(0x15f)][_0x16d2f6(0x194)]||!_0x249799[_0x16d2f6(0x15f)][_0x16d2f6(0x189)])return;let _0x223436,_0x5ad18e;switch(_0x249799[_0x16d2f6(0x18a)]){case _0x16d2f6(0x287):_0x223436=_0x102574[_0x16d2f6(0x205)][_0x16d2f6(0x2c3)](_0x249799[_0x16d2f6(0x13b)]),_0x5ad18e=_0x223436[_0x16d2f6(0x20f)](_0x249799[_0x16d2f6(0x216)]);break;case _0x16d2f6(0x1a0):_0x223436=_0x102574[_0x16d2f6(0x205)][_0x16d2f6(0x2c3)](_0x249799[_0x16d2f6(0x236)]),_0x5ad18e=_0x102574[_0x16d2f6(0x205)][_0x16d2f6(0x2c3)](_0x249799[_0x16d2f6(0x24a)]);break;case _0x16d2f6(0x2a3):_0x223436=_0x102574[_0x16d2f6(0x205)][_0x16d2f6(0x2c3)](_0x249799[_0x16d2f6(0x174)]),_0x5ad18e=_0x223436[_0x16d2f6(0x20f)](_0x249799[_0x16d2f6(0x216)]);break;default:return;}const _0x1332d8=_0x102574[_0x16d2f6(0x205)][_0x16d2f6(0x247)](_0x223436,_0x5ad18e);_0x102574[_0x16d2f6(0x205)][_0x16d2f6(0x1e3)](()=>{const _0x80a0d8=_0x16d2f6;for(const {suggestion:_0x39d89b,meta:_0x54520f}of this[_0x80a0d8(0x13e)](_0x1332d8)){if(_0x39d89b[_0x80a0d8(0x193)])continue;if(_0x80a0d8(0x1f1)==_0x39d89b[_0x80a0d8(0x18a)])continue;const _0x18dec1=this[_0x80a0d8(0x1a1)](_0x39d89b);if(_0x18dec1&&this[_0x80a0d8(0x17d)](_0x18dec1)&&_0x80a0d8(0x1a0)!=_0x249799[_0x80a0d8(0x18a)])continue;const _0x494717=_0x39d89b[_0x80a0d8(0x12f)]&&_0x39d89b[_0x80a0d8(0x12f)][_0x80a0d8(0x1a3)];(_0x80a0d8(0x1c7)!=_0x39d89b[_0x80a0d8(0x18a)]||_0x80a0d8(0x1a0)==_0x249799[_0x80a0d8(0x18a)]&&!_0x494717)&&(_0x54520f[_0x80a0d8(0x11d)]||_0x80a0d8(0x1b0)==_0x39d89b[_0x80a0d8(0x18a)]&&_0x54520f[_0x80a0d8(0x192)]||_0x39d89b[_0x80a0d8(0x17b)]()[_0x80a0d8(0x11e)](_0x1332d8)&&this[_0x80a0d8(0x157)](_0x39d89b,_0x223436,_0x5ad18e));}});},{'priority':_0x152b6c(0x16b)}),_0x102574[_0x152b6c(0x205)]['on'](_0x152b6c(0x296),(_0x57aca3,_0x247bbb)=>{const _0x50e086=_0x152b6c,_0xa6b919=_0x247bbb[0x0],_0x1b27c5=_0x247bbb[0x1];if(_0x1b27c5&&_0x1b27c5[_0x50e086(0x1cb)])return;if(this[_0x50e086(0x293)])return;if(!this[_0x50e086(0x202)][_0x50e086(0x1cf)])return;if(_0xa6b919[_0x50e086(0x141)])return;const _0x51e23e=_0x102574[_0x50e086(0x205)][_0x50e086(0x132)],{start:_0x1bac71,end:_0x4e4166}=_0xa6b919[_0x50e086(0x17b)](),_0x454c0c=_0x1bac71[_0x50e086(0x1ae)]&&_0x51e23e[_0x50e086(0x1b2)](_0x1bac71[_0x50e086(0x1ae)])?null:_0x51e23e[_0x50e086(0x113)](_0x1bac71,_0x50e086(0x212)),_0x2b575d=_0x4e4166[_0x50e086(0x197)]&&_0x51e23e[_0x50e086(0x1b2)](_0x4e4166[_0x50e086(0x197)])?null:_0x51e23e[_0x50e086(0x113)](_0x4e4166,_0x50e086(0x28c)),_0x4d2080=_0x102574[_0x50e086(0x205)][_0x50e086(0x247)](_0x454c0c?_0x454c0c[_0x50e086(0x2c4)]:_0x1bac71,_0x2b575d?_0x2b575d[_0x50e086(0x239)]:_0x4e4166);_0x102574[_0x50e086(0x205)][_0x50e086(0x1e3)](_0x3f4893=>{const _0x367553=_0x50e086;this[_0x367553(0x2c2)](_0x4d2080);const _0x5df4f3=_0x102574[_0x367553(0x205)][_0x367553(0x132)][_0x367553(0x113)](_0x4d2080[_0x367553(0x2c4)]);_0xa6b919['is'](_0x367553(0x173))?_0x3f4893[_0x367553(0x240)](_0x5df4f3):_0xa6b919[_0x367553(0x152)](_0x5df4f3);}),_0x57aca3[_0x50e086(0x2c0)]();},{'priority':_0x4a6acb[_0x152b6c(0x235)]+0xa}),_0x102574[_0x152b6c(0x205)]['on'](_0x152b6c(0x251),(_0x4ff34e,_0x3deb65)=>{const _0x18c6ec=_0x152b6c,_0x930350=_0x3deb65[_0x3deb65[_0x18c6ec(0x262)]-0x1];_0x930350&&_0x930350[_0x18c6ec(0x1cb)]||this[_0x18c6ec(0x293)]||this[_0x18c6ec(0x202)][_0x18c6ec(0x1cf)]&&(_0x102574[_0x18c6ec(0x205)][_0x18c6ec(0x1e3)](()=>{const _0x38e9e3=_0x18c6ec;let _0x497fb0=_0x102574[_0x38e9e3(0x205)][_0x38e9e3(0x251)](_0x3deb65[0x0],_0x3deb65[0x1],_0x3deb65[0x2],{'forceDefaultExecution':!0x0});if(!_0x497fb0)return;_0x4ff34e[_0x38e9e3(0x1d2)]=_0x497fb0[_0x38e9e3(0x181)]();const _0x4adf3d=_0x497fb0[_0x38e9e3(0x239)][_0x38e9e3(0x197)],_0x53c0df=_0x102574[_0x38e9e3(0x205)][_0x38e9e3(0x132)];_0x4adf3d&&_0x53c0df[_0x38e9e3(0x1c1)](_0x4adf3d)&&!_0x53c0df[_0x38e9e3(0x122)](_0x4adf3d)&&(_0x497fb0=_0x102574[_0x38e9e3(0x205)][_0x38e9e3(0x247)](_0x497fb0[_0x38e9e3(0x2c4)],_0x102574[_0x38e9e3(0x205)][_0x38e9e3(0x2c3)](_0x4adf3d,_0x38e9e3(0x239)))),this[_0x38e9e3(0x258)](_0x497fb0);}),_0x4ff34e[_0x18c6ec(0x2c0)]());},{'priority':_0x152b6c(0x1f7)}),this[_0x152b6c(0x1be)][_0x152b6c(0x201)][_0x152b6c(0x270)](_0x152b6c(0x22f),this[_0x152b6c(0x202)]),this[_0x152b6c(0x21b)](_0x152b6c(0x22f));const _0xf9c2a2=new _0x4dd9c7(_0x102574,this[_0x152b6c(0x18f)]);_0x102574[_0x152b6c(0x201)][_0x152b6c(0x270)](_0x152b6c(0x156),_0xf9c2a2),this[_0x152b6c(0x21b)](_0x152b6c(0x156));const _0x3c6d74=new _0x14f57c(_0x102574,this[_0x152b6c(0x18f)]);_0x102574[_0x152b6c(0x201)][_0x152b6c(0x270)](_0x152b6c(0x253),_0x3c6d74),this[_0x152b6c(0x21b)](_0x152b6c(0x253)),_0x102574[_0x152b6c(0x201)][_0x152b6c(0x270)](_0x152b6c(0x26a),new _0x427469(_0x102574,_0xf9c2a2,this[_0x152b6c(0x18f)])),this[_0x152b6c(0x21b)](_0x152b6c(0x26a)),_0x102574[_0x152b6c(0x201)][_0x152b6c(0x270)](_0x152b6c(0x1bd),new _0x427469(_0x102574,_0x3c6d74,this[_0x152b6c(0x18f)])),this[_0x152b6c(0x21b)](_0x152b6c(0x1bd)),_0x102574[_0x152b6c(0x201)][_0x152b6c(0x270)](_0x152b6c(0x27e),new _0x5b0374(_0x102574,_0xf9c2a2,this[_0x152b6c(0x18f)])),this[_0x152b6c(0x21b)](_0x152b6c(0x27e)),_0x102574[_0x152b6c(0x201)][_0x152b6c(0x270)](_0x152b6c(0x1c0),new _0x5b0374(_0x102574,_0x3c6d74,this[_0x152b6c(0x18f)])),this[_0x152b6c(0x21b)](_0x152b6c(0x1c0));const _0x18b83b=_0x102574[_0x152b6c(0x1b3)][_0x152b6c(0x273)](_0x152b6c(0x21e));this[_0x152b6c(0x261)](_0x18b83b,_0x152b6c(0x285),(_0x12d8ab,{threadId:_0x4e7075})=>{const _0x5af0bd=_0x152b6c,_0x36ba60=this[_0x5af0bd(0x18f)][_0x5af0bd(0x273)](_0x4e7075);_0x36ba60&&_0x36ba60[_0x5af0bd(0x223)]&&0x1===_0x36ba60[_0x5af0bd(0x223)][_0x5af0bd(0x262)]&&this[_0x5af0bd(0x19a)](_0x4e7075,{'hasComments':!0x0});},{'priority':_0x152b6c(0x1f5)}),this[_0x152b6c(0x261)](_0x18b83b,_0x152b6c(0x2a7),(_0x556b60,{threadId:_0x3dae3a})=>{const _0x2da9ba=_0x152b6c,_0x1bbc64=this[_0x2da9ba(0x18f)][_0x2da9ba(0x273)](_0x3dae3a);_0x1bbc64&&_0x1bbc64[_0x2da9ba(0x223)]&&!_0x1bbc64[_0x2da9ba(0x223)][_0x2da9ba(0x262)]&&this[_0x2da9ba(0x19a)](_0x3dae3a,{'hasComments':!0x1});},{'priority':_0x152b6c(0x1f5)});}set[_0x541174(0x1fd)](_0x321770){const _0x593a97=_0x541174;if(this[_0x593a97(0x248)])throw new _0xce4e1b(_0x593a97(0x13f),this);this[_0x593a97(0x248)]=_0x321770;}get[_0x541174(0x1fd)](){const _0x216827=_0x541174;return this[_0x216827(0x248)];}[_0x541174(0x210)]({skipNotAttached:_0x45fe69=!0x1,toJSON:_0x5f44fb=!0x1}={}){const _0x77d1e=_0x541174,_0x48f871=[];for(const _0xf68d1c of this[_0x77d1e(0x18f)][_0x77d1e(0x219)]())_0x45fe69&&!_0xf68d1c[_0x77d1e(0x167)]||_0x48f871[_0x77d1e(0x170)](_0xf68d1c);return _0x5f44fb?_0x48f871[_0x77d1e(0x21f)](_0x434940=>_0x434940[_0x77d1e(0x17c)]()):_0x48f871;}[_0x541174(0x264)](_0x151355){const _0x15d329=_0x541174,_0x211041=this[_0x15d329(0x18f)][_0x15d329(0x273)](_0x151355);if(!_0x211041)throw new _0xce4e1b(_0x15d329(0x1a8),this);return _0x211041;}[_0x541174(0x1fc)](_0x1236c2){const _0x36a3c7=_0x541174;return this[_0x36a3c7(0x18f)][_0x36a3c7(0x1d4)](_0x1236c2);}[_0x541174(0x1da)](_0x18cad6){const _0x4f6109=_0x541174,{authorId:_0x839f7f,id:_0x434055,attributes:_0x59f57c}=_0x18cad6,[_0x1ce8f9,_0x3f5365]=_0x18cad6[_0x4f6109(0x18a)][_0x4f6109(0x1a0)](':'),_0x1317be=this[_0x4f6109(0x18f)][_0x4f6109(0x273)](_0x434055)||this[_0x4f6109(0x111)](_0x1ce8f9,_0x3f5365,_0x434055,_0x839f7f,_0x59f57c);if(this[_0x4f6109(0x29d)](_0x1317be),this[_0x4f6109(0x1dc)](_0x1317be,_0x1ce8f9,_0x3f5365||null,_0x839f7f),_0x1317be[_0x4f6109(0x274)]=_0x18cad6[_0x4f6109(0x274)],_0x1317be[_0x4f6109(0x15d)]=!0x0,_0x59f57c&&_0x59f57c[_0x4f6109(0x1e5)]){const _0x3dfeab=_0x59f57c[_0x4f6109(0x1e5)],_0x45ce86=this[_0x4f6109(0x22e)](_0x3dfeab[_0x4f6109(0x1df)]);_0x1317be[_0x4f6109(0x24d)]=_0x3dfeab[_0x4f6109(0x274)],_0x1317be[_0x4f6109(0x214)]=_0x45ce86,_0x1317be[_0x4f6109(0x160)]=!0x0;}else _0x1317be[_0x4f6109(0x24d)]=_0x18cad6[_0x4f6109(0x274)];switch(_0x18cad6[_0x4f6109(0x12f)]&&(_0x1317be[_0x4f6109(0x12f)]=_0x18cad6[_0x4f6109(0x12f)]),_0x18cad6[_0x4f6109(0x1e8)]&&(_0x1317be[_0x4f6109(0x1e8)]=_0x18cad6[_0x4f6109(0x1e8)]),this[_0x4f6109(0x248)]&&this[_0x4f6109(0x248)][_0x4f6109(0x249)]||(_0x1317be[_0x4f6109(0x18c)]=!0x0),this[_0x4f6109(0x190)][_0x4f6109(0x273)](_0x1317be)){case _0x4f6109(0x276):this[_0x4f6109(0x190)][_0x4f6109(0x1b5)](_0x1317be,_0x4f6109(0x298));break;case _0x4f6109(0x23a):_0x1317be[_0x4f6109(0x167)]?(this[_0x4f6109(0x124)](new Set([_0x1317be])),this[_0x4f6109(0x112)](new Set([_0x1317be])),this[_0x4f6109(0x190)][_0x4f6109(0x1b5)](_0x1317be,_0x4f6109(0x2ac)),this[_0x4f6109(0x118)](_0x4f6109(0x2b5),_0x1317be)):this[_0x4f6109(0x190)][_0x4f6109(0x1b5)](_0x1317be,_0x4f6109(0x24c));}return _0x1317be;}[_0x541174(0x156)](_0x488b97){const _0x1e2229=_0x541174;this[_0x1e2229(0x1cb)](()=>{const _0x37c299=_0x1e2229;this[_0x37c299(0x1be)][_0x37c299(0x205)][_0x37c299(0x1e3)](()=>{const _0x169ef1=_0x37c299;for(const _0x32e1ea of _0x488b97[_0x169ef1(0x1d1)]())_0x32e1ea[_0x169ef1(0x1c9)]();});});}[_0x541174(0x253)](_0x1f9f4d){const _0x42ad94=_0x541174;this[_0x42ad94(0x1cb)](()=>{const _0x38e126=_0x42ad94;this[_0x38e126(0x1be)][_0x38e126(0x205)][_0x38e126(0x1e3)](()=>{const _0x4137cc=_0x38e126;for(const _0x4fc539 of _0x1f9f4d[_0x4137cc(0x1d1)]())_0x4fc539[_0x4137cc(0x25e)]();});});}[_0x541174(0x21b)](_0x419302,_0x559d6f){const _0x44787f=_0x541174,_0xc0363e=this[_0x44787f(0x1be)][_0x44787f(0x201)][_0x44787f(0x273)](_0x419302);if(!_0xc0363e)throw new _0xce4e1b(_0x44787f(0x1bc),this,{'commandName':_0x419302});if(this[_0x44787f(0x186)][_0x44787f(0x1d4)](_0xc0363e))throw new _0xce4e1b(_0x44787f(0x12a),this,{'commandName':_0x419302});this[_0x44787f(0x186)][_0x44787f(0x270)](_0xc0363e),_0x559d6f&&_0xc0363e['on'](_0x44787f(0x21a),(_0x2791eb,_0x203e3e)=>{const _0x27faea=_0x44787f;this[_0x27faea(0x202)][_0x27faea(0x1cf)]&&(this[_0x27faea(0x293)]||(_0x203e3e[_0x27faea(0x262)]>0x0&&_0x203e3e[_0x203e3e[_0x27faea(0x262)]-0x1]&&_0x203e3e[_0x203e3e[_0x27faea(0x262)]-0x1][_0x27faea(0x1cb)]?_0x203e3e[_0x27faea(0x165)]():(_0x2791eb[_0x27faea(0x1d2)]=_0x559d6f((..._0x3751b8)=>_0xc0363e[_0x27faea(0x21a)](..._0x3751b8,{'forceDefaultExecution':!0x0}),..._0x203e3e),_0x2791eb[_0x27faea(0x2c0)]())));},{'priority':_0x44787f(0x1f7)});}[_0x541174(0x1cb)](_0x12a934){const _0x58a51b=_0x541174;let _0x430e3f,_0x49dd60;const _0x21658f=this[_0x58a51b(0x293)];this[_0x58a51b(0x293)]=!0x0;try{_0x430e3f=_0x12a934();}catch(_0x35d516){_0x49dd60=_0x35d516;}return _0x21658f||(this[_0x58a51b(0x293)]=!0x1),_0x49dd60&&_0xce4e1b[_0x58a51b(0x1f2)](_0x49dd60,this),_0x430e3f;}[_0x541174(0x258)](_0x49c85d,_0x20ae97=null,_0x519648={}){const _0x23ee6d=_0x541174;if(_0x49c85d[_0x23ee6d(0x141)])return null;const _0xdcbf4c=this[_0x23ee6d(0x1be)][_0x23ee6d(0x1b3)][_0x23ee6d(0x273)](_0x23ee6d(0x138))['me'];for(const {suggestion:_0x298c4c,meta:_0x568e7f}of this[_0x23ee6d(0x13e)](_0x49c85d,_0x23ee6d(0x1b0)))if(_0x568e7f[_0x23ee6d(0x192)]){if(!_0x568e7f[_0x23ee6d(0x232)]){if(_0x568e7f[_0x23ee6d(0x11d)]){if(!this[_0x23ee6d(0x272)]||!qt(_0x298c4c,_0x519648))continue;return _0x298c4c;}if(qt(_0x298c4c,_0x519648))return _0x298c4c;this[_0x23ee6d(0x157)](_0x298c4c,_0x49c85d[_0x23ee6d(0x2c4)],_0x49c85d[_0x23ee6d(0x239)]);break;}if(_0x20ae97==_0x298c4c[_0x23ee6d(0x1c3)]&&qt(_0x298c4c,_0x519648)){const _0x4a2bc4=_0x298c4c[_0x23ee6d(0x17b)]();return _0x4a2bc4[_0x23ee6d(0x2c4)][_0x23ee6d(0x175)](_0x49c85d[_0x23ee6d(0x239)])?this[_0x23ee6d(0x164)](_0x298c4c,this[_0x23ee6d(0x28a)][_0x23ee6d(0x247)](_0x49c85d[_0x23ee6d(0x2c4)],_0x4a2bc4[_0x23ee6d(0x239)])):this[_0x23ee6d(0x164)](_0x298c4c,this[_0x23ee6d(0x28a)][_0x23ee6d(0x247)](_0x4a2bc4[_0x23ee6d(0x2c4)],_0x49c85d[_0x23ee6d(0x239)])),_0x298c4c;}}const _0x1a3192=_0x561b42(),_0x26d6e2=_0xdcbf4c['id'],_0x46d66a=_0x20ae97?_0x23ee6d(0x26d)+_0x20ae97:_0x23ee6d(0x1b0),_0x5b7344=this[_0x23ee6d(0x203)]({'id':_0x1a3192,'type':_0x46d66a,'createdAt':new Date(),'authorId':_0x26d6e2,'attributes':_0x519648});return this[_0x23ee6d(0x110)](_0x46d66a,_0x1a3192,_0x26d6e2,_0x49c85d),_0x5b7344;}[_0x541174(0x246)](_0x468d5f,_0x23ddb0=_0x541174(0x1a7),_0x52ae45={}){const _0x3461d5=_0x541174,_0x13e47b=this[_0x3461d5(0x1be)][_0x3461d5(0x1b3)][_0x3461d5(0x273)](_0x3461d5(0x138))['me'],_0x24ee98=this[_0x3461d5(0x291)][_0x3461d5(0x2b7)](_0x3461d5(0x1b0),_0x23ddb0,_0x3461d5(0x172));for(const _0x111e54 of this[_0x3461d5(0x210)]())if(_0x111e54[_0x3461d5(0x214)]['id']==_0x13e47b['id']&&_0x3461d5(0x1b0)==_0x111e54[_0x3461d5(0x18a)]&&_0x111e54[_0x3461d5(0x1c3)]==_0x23ddb0&&qt(_0x111e54,_0x52ae45)&&(_0x24ee98(_0x111e54[_0x3461d5(0x282)](),_0x468d5f)||_0x24ee98(_0x468d5f,_0x111e54[_0x3461d5(0x282)]()))){for(const _0x343309 of _0x468d5f)_0x111e54[_0x3461d5(0x1ca)](_0x343309);return _0x111e54;}for(const {suggestion:_0x3aba4b,meta:_0x50351a}of this[_0x3461d5(0x13e)](_0x468d5f,_0x3461d5(0x1b0))){if(!_0x50351a[_0x3461d5(0x192)])continue;if(!this[_0x3461d5(0x272)]&&_0x50351a[_0x3461d5(0x11d)])continue;if(!qt(_0x3aba4b,_0x52ae45))continue;let _0x5860c7=!0x0;for(const _0x53a930 of _0x3aba4b[_0x3461d5(0x282)]())for(const _0x751920 of _0x468d5f)if(!_0x53a930[_0x3461d5(0x11e)](_0x751920)){_0x5860c7=!0x1;break;}if(_0x5860c7)return _0x3aba4b;}const _0x61ef49=_0x561b42(),_0x1b5d48=_0x13e47b['id'],_0x2979e3=_0x3461d5(0x26d)+_0x23ddb0,_0x129f24=this[_0x3461d5(0x203)]({'id':_0x61ef49,'type':_0x2979e3,'createdAt':new Date(),'authorId':_0x1b5d48,'attributes':_0x52ae45});for(const _0x3ae33c of _0x468d5f)this[_0x3461d5(0x110)](_0x2979e3,_0x61ef49,_0x1b5d48,_0x3ae33c,_0x201160[_0x3461d5(0x1f0)]());return _0x129f24;}[_0x541174(0x290)](_0x10c71f,_0x47d9c2,_0x586fed=null,_0x305035={}){const _0x45f77d=_0x541174;if(_0x586fed=_0x586fed||Pt(_0x47d9c2),_0x10c71f[_0x45f77d(0x141)])return null;if(_0x45f77d(0x18b)===this[_0x45f77d(0x1ee)]){const _0x1768e4=this[_0x45f77d(0x291)][_0x45f77d(0x2b7)](_0x45f77d(0x1f1),_0x586fed,_0x45f77d(0x1c9));return this[_0x45f77d(0x1cb)](()=>_0x1768e4([_0x10c71f],_0x47d9c2,_0x305035)),null;}const _0x2838d1=this[_0x45f77d(0x1be)][_0x45f77d(0x1b3)][_0x45f77d(0x273)](_0x45f77d(0x138))['me'],_0x537ffa=[];if(_0x45f77d(0x187)!==this[_0x45f77d(0x1ee)]){for(const {suggestion:_0x1e461c,meta:_0x42fbd7}of this[_0x45f77d(0x13e)](_0x10c71f,_0x45f77d(0x1b0)))_0x42fbd7[_0x45f77d(0x192)]&&!_0x42fbd7[_0x45f77d(0x1a5)]&&_0x537ffa[_0x45f77d(0x170)](..._0x1e461c[_0x45f77d(0x282)]());}const _0x2051af=function(_0x3c0e79,_0x170cc1){const _0x2f28ff=_0x45f77d,_0x10a20f=[];for(const _0x4aecaf of _0x170cc1){const _0x3acb82=_0x3c0e79[_0x2f28ff(0x16c)](_0x4aecaf);_0x3acb82&&_0x10a20f[_0x2f28ff(0x170)](_0x3acb82);}return _0x10a20f;}(_0x10c71f,_0x537ffa),_0x5dc4b8=function(_0x5c2f01,_0x243115){const _0x3803ad=_0x45f77d,_0x4f7721=[_0x5c2f01];for(const _0x270f20 of _0x243115){let _0x360fb8=0x0;for(;_0x360fb8<_0x4f7721[_0x3803ad(0x262)];){const _0xc13427=_0x4f7721[_0x360fb8][_0x3803ad(0x245)](_0x270f20);_0x4f7721[_0x3803ad(0x231)](_0x360fb8,0x1,..._0xc13427),_0x360fb8+=_0xc13427[_0x3803ad(0x262)];}}return _0x4f7721;}(_0x10c71f,_0x537ffa);_0x2051af[_0x45f77d(0x262)]&&this[_0x45f77d(0x28a)][_0x45f77d(0x1e3)](()=>{const _0x2dd9f1=_0x45f77d;for(const _0x17e2a1 of _0x2051af){const _0x2400ee=this[_0x2dd9f1(0x291)][_0x2dd9f1(0x2b7)](_0x2dd9f1(0x1f1),_0x586fed,_0x2dd9f1(0x1c9));this[_0x2dd9f1(0x1cb)](()=>_0x2400ee([_0x17e2a1],_0x47d9c2,_0x305035));}});for(const _0x1f2d74 of _0x5dc4b8){let _0x56a692=null,_0x5d2c13=_0x1f2d74[_0x45f77d(0x2c4)],_0x3bf538=_0x1f2d74[_0x45f77d(0x239)];for(const {suggestion:_0x50f458,meta:_0x54df73}of this[_0x45f77d(0x13e)](_0x1f2d74,_0x45f77d(0x1f1))){if(!_0x54df73[_0x45f77d(0x192)])continue;if(_0x50f458[_0x45f77d(0x1c3)]!=_0x586fed)continue;if(!qt(_0x50f458,_0x305035))continue;const _0x127b05=_0x50f458[_0x45f77d(0x17b)]();if(_0x127b05[_0x45f77d(0x11e)](_0x1f2d74,!0x0))return null;_0x5d2c13=_0x5d2c13[_0x45f77d(0x185)](_0x127b05[_0x45f77d(0x2c4)])?_0x5d2c13:_0x127b05[_0x45f77d(0x2c4)],_0x3bf538=_0x3bf538[_0x45f77d(0x15b)](_0x127b05[_0x45f77d(0x239)])?_0x3bf538:_0x127b05[_0x45f77d(0x239)],_0x56a692?_0x127b05[_0x45f77d(0x2c4)][_0x45f77d(0x185)](_0x56a692[_0x45f77d(0x17b)]()[_0x45f77d(0x2c4)])?(_0x56a692[_0x45f77d(0x18d)](),_0x56a692=_0x50f458):_0x50f458[_0x45f77d(0x18d)]():_0x56a692=_0x50f458;}const _0x3d1e3d=this[_0x45f77d(0x28a)][_0x45f77d(0x247)](_0x5d2c13,_0x3bf538);if(_0x56a692)this[_0x45f77d(0x164)](_0x56a692,_0x3d1e3d);else{const _0x7dcba3=_0x561b42(),_0x46047e=_0x2838d1['id'];this[_0x45f77d(0x203)]({'id':_0x7dcba3,'type':_0x45f77d(0x16f)+_0x586fed,'data':_0x47d9c2,'createdAt':new Date(),'authorId':_0x46047e,'attributes':_0x305035}),this[_0x45f77d(0x110)](_0x45f77d(0x16f)+_0x586fed,_0x7dcba3,_0x46047e,_0x3d1e3d);}}return null;}[_0x541174(0x27b)](_0x5d4c7b,_0x4bdf87,_0x57e151=[],_0x351f76=null,_0x144113={}){const _0x170cdf=_0x541174;_0x4bdf87[_0x170cdf(0x1eb)]||(_0x4bdf87[_0x170cdf(0x1eb)]=_0x4bdf87[_0x170cdf(0x24f)]),_0x4bdf87[_0x170cdf(0x1a3)]=_0x5d4c7b['is'](_0x170cdf(0x1d9)),_0x351f76=_0x351f76||Pt(_0x4bdf87);const _0x1ada96=_0x57e151[_0x170cdf(0x21f)](_0x26ba3f=>Lt(_0x26ba3f,this[_0x170cdf(0x28a)])),_0x9bf30c=_0x5d4c7b['is'](_0x170cdf(0x1d9))?_0x5d4c7b:Lt(_0x5d4c7b,this[_0x170cdf(0x28a)]);if(_0x170cdf(0x18b)===this[_0x170cdf(0x1ee)]){const _0x58fdff=this[_0x170cdf(0x291)][_0x170cdf(0x2b7)](_0x170cdf(0x1c7),_0x351f76,_0x170cdf(0x1c9));return this[_0x170cdf(0x1cb)](()=>_0x58fdff([_0x9bf30c],_0x4bdf87,_0x144113)),null;}_0x1ada96[_0x170cdf(0x170)](_0x9bf30c);let _0x12d819=!0x0;for(const _0x4dc6ae of _0x1ada96)if(!this[_0x170cdf(0x117)](_0x4dc6ae)){_0x12d819=!0x1;break;}if(_0x12d819&&_0x170cdf(0x187)!==this[_0x170cdf(0x1ee)]){const _0x4db36c=this[_0x170cdf(0x291)][_0x170cdf(0x2b7)](_0x170cdf(0x1c7),_0x351f76,_0x170cdf(0x1c9));return this[_0x170cdf(0x1cb)](()=>_0x4db36c([_0x9bf30c],_0x4bdf87,_0x144113)),null;}let _0x33d66e=null,_0x580e05=_0x9bf30c[_0x170cdf(0x2c4)],_0x2c4389=_0x9bf30c[_0x170cdf(0x239)];for(const {suggestion:_0x4f6438,meta:_0x18f0a7}of this[_0x170cdf(0x13e)](_0x9bf30c,_0x170cdf(0x1c7))){if(!_0x18f0a7[_0x170cdf(0x192)])continue;if(_0x18f0a7[_0x170cdf(0x232)]||_0x18f0a7[_0x170cdf(0x11d)]||_0x18f0a7[_0x170cdf(0x1a5)])continue;if(_0x4f6438[_0x170cdf(0x12f)][_0x170cdf(0x1eb)]!=_0x4bdf87[_0x170cdf(0x1eb)])continue;if(!qt(_0x4f6438,_0x144113))continue;const _0x237082=_0x4f6438[_0x170cdf(0x17b)]();if(_0x4f6438[_0x170cdf(0x1c3)]==_0x351f76){if(_0x237082[_0x170cdf(0x11e)](_0x9bf30c,!0x0))return null;_0x580e05=_0x580e05[_0x170cdf(0x185)](_0x237082[_0x170cdf(0x2c4)])?_0x580e05:_0x237082[_0x170cdf(0x2c4)],_0x2c4389=_0x2c4389[_0x170cdf(0x15b)](_0x237082[_0x170cdf(0x239)])?_0x2c4389:_0x237082[_0x170cdf(0x239)],_0x33d66e?_0x237082[_0x170cdf(0x2c4)][_0x170cdf(0x185)](_0x33d66e[_0x170cdf(0x17b)]()[_0x170cdf(0x2c4)])?(_0x33d66e[_0x170cdf(0x18d)](),_0x33d66e=_0x4f6438):_0x4f6438[_0x170cdf(0x18d)]():_0x33d66e=_0x4f6438;}else{const _0x5ed435=_0x9bf30c[_0x170cdf(0x16c)](_0x237082);this[_0x170cdf(0x218)](_0x4f6438,_0x5ed435);}}const _0x21f95e=this[_0x170cdf(0x1be)][_0x170cdf(0x1b3)][_0x170cdf(0x273)](_0x170cdf(0x138))['me'],_0x3d5334=_0x561b42(),_0x12f1ba=_0x21f95e['id'];if(_0x33d66e)return this[_0x170cdf(0x164)](_0x33d66e,this[_0x170cdf(0x28a)][_0x170cdf(0x247)](_0x580e05,_0x2c4389)),_0x33d66e;{const _0x46d50b=this[_0x170cdf(0x203)]({'id':_0x3d5334,'type':_0x170cdf(0x29e)+_0x351f76,'data':_0x4bdf87,'createdAt':new Date(),'authorId':_0x12f1ba,'attributes':_0x144113});return this[_0x170cdf(0x110)](_0x170cdf(0x29e)+_0x351f76,_0x3d5334,_0x12f1ba,this[_0x170cdf(0x28a)][_0x170cdf(0x247)](_0x580e05,_0x2c4389)),_0x46d50b;}}[_0x541174(0x129)](_0x1abbe8,_0x36919a,_0x502a51=[],_0x4156ca=null,_0x5e80fa={}){const _0x3ad223=_0x541174;_0x36919a[_0x3ad223(0x1eb)]||(_0x36919a[_0x3ad223(0x1eb)]=_0x36919a[_0x3ad223(0x24f)]);const _0x67a144=_0x1abbe8[0x0];_0x36919a[_0x3ad223(0x1a3)]=_0x67a144['is'](_0x3ad223(0x1d9)),_0x4156ca=_0x4156ca||Pt(_0x36919a);const _0x6d39fa=_0x502a51[_0x3ad223(0x21f)](_0x530c5e=>Lt(_0x530c5e,this[_0x3ad223(0x28a)])),_0x22c392=_0x67a144['is'](_0x3ad223(0x1d9))?_0x1abbe8:_0x1abbe8[_0x3ad223(0x21f)](_0xfd4dcb=>Lt(_0xfd4dcb,this[_0x3ad223(0x28a)]));if(_0x3ad223(0x18b)===this[_0x3ad223(0x1ee)]){const _0x12b9ed=this[_0x3ad223(0x291)][_0x3ad223(0x2b7)](_0x3ad223(0x1c7),_0x4156ca,_0x3ad223(0x1c9));return this[_0x3ad223(0x1cb)](()=>_0x12b9ed(_0x22c392,_0x36919a,_0x5e80fa)),null;}_0x6d39fa[_0x3ad223(0x170)](..._0x22c392);let _0x5d86aa=!0x0;for(const _0x20d7ec of _0x6d39fa)if(!this[_0x3ad223(0x117)](_0x20d7ec)){_0x5d86aa=!0x1;break;}if(_0x5d86aa&&_0x3ad223(0x187)!==this[_0x3ad223(0x1ee)]){const _0x4848ea=this[_0x3ad223(0x291)][_0x3ad223(0x2b7)](_0x3ad223(0x1c7),_0x4156ca,_0x3ad223(0x1c9));return this[_0x3ad223(0x1cb)](()=>_0x4848ea(_0x22c392,_0x36919a,_0x5e80fa)),null;}const _0x5374ab=this[_0x3ad223(0x1be)][_0x3ad223(0x1b3)][_0x3ad223(0x273)](_0x3ad223(0x138))['me'];for(const _0x3440ca of this[_0x3ad223(0x210)]()){if(_0x3440ca[_0x3ad223(0x214)]['id']!=_0x5374ab['id'])continue;if(_0x3ad223(0x1c7)!=_0x3440ca[_0x3ad223(0x18a)]||_0x3440ca[_0x3ad223(0x12f)][_0x3ad223(0x1eb)]!=_0x36919a[_0x3ad223(0x1eb)])continue;if(!qt(_0x3440ca,_0x5e80fa))continue;const _0x27c390=_0x3440ca[_0x3ad223(0x1c3)]==_0x4156ca;for(let _0x441c01=0x0;_0x441c01<_0x22c392[_0x3ad223(0x262)];_0x441c01++){const _0x3f6820=_0x22c392[_0x441c01];for(const _0x1206b of _0x3440ca[_0x3ad223(0x1b9)]()){const _0xb022a7=_0x1206b[_0x3ad223(0x1ec)]();if(_0x3f6820[_0x3ad223(0x175)](_0xb022a7)){_0x27c390?(_0x22c392[_0x3ad223(0x231)](_0x441c01,0x1),_0x441c01--):_0x3440ca[_0x3ad223(0x24e)](_0x1206b[_0x3ad223(0x16a)]);break;}}}}if(0x0==_0x22c392[_0x3ad223(0x262)])return null;const _0x2acb60=this[_0x3ad223(0x291)][_0x3ad223(0x2b7)](_0x3ad223(0x1c7),_0x4156ca,_0x3ad223(0x172));for(const _0x570083 of this[_0x3ad223(0x210)]())if(_0x570083[_0x3ad223(0x214)]['id']==_0x5374ab['id']&&_0x3ad223(0x1c7)==_0x570083[_0x3ad223(0x18a)]&&_0x570083[_0x3ad223(0x12f)][_0x3ad223(0x1eb)]==_0x36919a[_0x3ad223(0x1eb)]&&_0x570083[_0x3ad223(0x1c3)]==_0x4156ca&&qt(_0x570083,_0x5e80fa)&&(_0x2acb60(_0x570083[_0x3ad223(0x282)](),_0x22c392)||_0x2acb60(_0x22c392,_0x570083[_0x3ad223(0x282)]()))){for(const _0x796cfa of _0x22c392)_0x570083[_0x3ad223(0x1ca)](_0x796cfa);return _0x570083;}const _0x5d92c6=_0x561b42(),_0x2e0d28=_0x5374ab['id'],_0x16d256=_0x3ad223(0x29e)+_0x4156ca,_0x3b9a51=this[_0x3ad223(0x203)]({'id':_0x5d92c6,'type':_0x16d256,'data':_0x36919a,'createdAt':new Date(),'authorId':_0x2e0d28,'attributes':_0x5e80fa});for(const _0x449a7b of _0x22c392)this[_0x3ad223(0x110)](_0x16d256,_0x5d92c6,_0x2e0d28,_0x449a7b,_0x201160[_0x3ad223(0x1f0)]());return _0x3b9a51;}[_0x541174(0x2c2)](_0x5463f4,_0x4d06ac=null,_0x1205d8={}){const _0x3e0909=_0x541174;if(_0x5463f4[_0x3e0909(0x141)])return null;const _0xaae3d4=this[_0x3e0909(0x1be)][_0x3e0909(0x1b3)][_0x3e0909(0x273)](_0x3e0909(0x138))['me'],_0x3784a8=new _0x1f324b(_0x5463f4[_0x3e0909(0x2c4)],_0x5463f4[_0x3e0909(0x239)]);for(const {suggestion:_0x53509b,meta:_0x24ea2e}of this[_0x3e0909(0x13e)](_0x3784a8,_0x3e0909(0x1b0)))if(_0x24ea2e[_0x3e0909(0x192)]&&!_0x24ea2e[_0x3e0909(0x232)]){if(_0x53509b[_0x3e0909(0x193)]){const _0x50cb07=_0x53509b[_0x3e0909(0x282)]()[_0x3e0909(0x20b)](_0x5a5ac9=>_0x3e0909(0x2ab)!=_0x5a5ac9[_0x3e0909(0x269)][_0x3e0909(0x1ff)]);_0x50cb07[_0x3e0909(0x17a)](_0x46b780=>_0x3784a8[_0x3e0909(0x11e)](_0x46b780,!0x0))&&_0x53509b[_0x3e0909(0x25e)]();if(_0x50cb07[_0x3e0909(0x134)](_0x4d86b6=>_0x4d86b6[_0x3e0909(0x11e)](_0x3784a8,!0x0))){const _0x26fa79=this[_0x3e0909(0x291)][_0x3e0909(0x2b7)](_0x3e0909(0x2c1),_0x4d06ac,_0x3e0909(0x1c9));return this[_0x3e0909(0x1cb)](()=>_0x26fa79([_0x3784a8],null,_0x1205d8)),null;}}else{const _0x22bf98=_0x3784a8[_0x3e0909(0x16c)](_0x53509b[_0x3e0909(0x17b)]());null!==_0x22bf98&&_0x53509b[_0x3e0909(0x2a0)]([_0x22bf98],null,_0x1205d8);}}if(_0x3784a8[_0x3e0909(0x19c)](),_0x3784a8[_0x3e0909(0x141)]||_0x3e0909(0x2ab)==_0x3784a8[_0x3e0909(0x269)][_0x3e0909(0x1ff)])return null;let _0x556521=null,_0x2c3b2f=_0x3784a8[_0x3e0909(0x2c4)],_0xccc05e=_0x3784a8[_0x3e0909(0x239)];const _0x480585=this[_0x3e0909(0x13e)](_0x3784a8,_0x3e0909(0x2c1));for(const {suggestion:_0x4be1ba,meta:_0x368cc9}of _0x480585){const _0x50bce6=this[_0x3e0909(0x28a)][_0x3e0909(0x247)](_0x2c3b2f,_0xccc05e);if(_0x368cc9[_0x3e0909(0x192)]&&(this[_0x3e0909(0x272)]||!_0x368cc9[_0x3e0909(0x11d)]&&!_0x368cc9[_0x3e0909(0x1a5)])){if(_0x4be1ba[_0x3e0909(0x193)]){if(!qt(_0x4be1ba,_0x1205d8))continue;let _0x278532=!0x0;for(const _0x42f5d7 of _0x4be1ba[_0x3e0909(0x282)]()){if(_0x42f5d7[_0x3e0909(0x11e)](_0x50bce6,!0x0))return _0x4be1ba;_0x50bce6[_0x3e0909(0x11e)](_0x42f5d7)||(_0x278532=!0x1);}_0x278532&&_0x4be1ba[_0x3e0909(0x25e)]();}else{const _0x3eef18=_0x4be1ba[_0x3e0909(0x17b)]();if(_0x3eef18[_0x3e0909(0x11e)](_0x50bce6,!0x0))return _0x4be1ba;if(!qt(_0x4be1ba,_0x1205d8)){_0x50bce6[_0x3e0909(0x11e)](_0x3eef18)?_0x4be1ba[_0x3e0909(0x18d)]():_0x3eef18[_0x3e0909(0x1cd)](_0x2c3b2f)?_0x2c3b2f=_0x3eef18[_0x3e0909(0x239)]:_0x3eef18[_0x3e0909(0x1cd)](_0xccc05e)&&(_0xccc05e=_0x3eef18[_0x3e0909(0x2c4)]);continue;}_0x2c3b2f=_0x2c3b2f[_0x3e0909(0x185)](_0x3eef18[_0x3e0909(0x2c4)])?_0x2c3b2f:_0x3eef18[_0x3e0909(0x2c4)],_0xccc05e=_0xccc05e[_0x3e0909(0x15b)](_0x3eef18[_0x3e0909(0x239)])?_0xccc05e:_0x3eef18[_0x3e0909(0x239)],_0x1205d8=Object[_0x3e0909(0x15c)]({},_0x4be1ba[_0x3e0909(0x1e8)]),_0x556521?_0x3eef18[_0x3e0909(0x2c4)][_0x3e0909(0x185)](_0x556521[_0x3e0909(0x17b)]()[_0x3e0909(0x2c4)])?(_0x556521[_0x3e0909(0x18d)](),_0x556521=_0x4be1ba):_0x4be1ba[_0x3e0909(0x18d)]():_0x556521=_0x4be1ba;}}}if(_0x556521)return this[_0x3e0909(0x164)](_0x556521,this[_0x3e0909(0x28a)][_0x3e0909(0x247)](_0x2c3b2f,_0xccc05e)),_0x556521;{const _0x2d95cb=_0x561b42(),_0x417775=this[_0x3e0909(0x28a)][_0x3e0909(0x247)](_0x2c3b2f,_0xccc05e),_0x175841=_0xaae3d4['id'],_0x4e0500=_0x4d06ac?_0x3e0909(0x222)+_0x4d06ac:_0x3e0909(0x2c1),_0x1ad65e=this[_0x3e0909(0x203)]({'id':_0x2d95cb,'type':_0x4e0500,'createdAt':new Date(),'authorId':_0x175841,'attributes':_0x1205d8});return this[_0x3e0909(0x110)](_0x4e0500,_0x2d95cb,_0x175841,_0x417775),_0x1ad65e;}}[_0x541174(0x182)](_0x329a01,_0x3229f6=_0x541174(0x1a7),_0x4648e2={}){const _0x4621a6=_0x541174,_0x5a49a9=this[_0x4621a6(0x1be)][_0x4621a6(0x1b3)][_0x4621a6(0x273)](_0x4621a6(0x138))['me'],_0xf185d5=_0x329a01[_0x4621a6(0x21f)](_0x5318cf=>new _0x1f324b(_0x5318cf[_0x4621a6(0x2c4)],_0x5318cf[_0x4621a6(0x239)])),_0x11d7b0=new Set();for(const {suggestion:_0x2b6871,meta:_0x341899}of this[_0x4621a6(0x13e)](_0xf185d5,_0x4621a6(0x1b0)))_0x341899[_0x4621a6(0x192)]&&!_0x341899[_0x4621a6(0x232)]&&_0x11d7b0[_0x4621a6(0x270)](_0x2b6871);for(const _0x2b5848 of _0x11d7b0)if(_0x2b5848[_0x4621a6(0x193)]){const _0x2d5119=_0x2b5848[_0x4621a6(0x282)]();(!_0x2b5848[_0x4621a6(0x1e8)]||!_0x2b5848[_0x4621a6(0x1e8)][_0x4621a6(0x234)])&&(_0x2d5119[_0x4621a6(0x17a)](_0x50f329=>_0xf185d5[_0x4621a6(0x134)](_0x1f4cd0=>_0x1f4cd0[_0x4621a6(0x11e)](_0x50f329,!0x0)))&&_0x2b5848[_0x4621a6(0x25e)]());if(_0xf185d5[_0x4621a6(0x17a)](_0x49a356=>_0x2d5119[_0x4621a6(0x134)](_0x42b54e=>_0x42b54e[_0x4621a6(0x11e)](_0x49a356,!0x0)))){const _0x4cab1c=this[_0x4621a6(0x291)][_0x4621a6(0x2b7)](_0x4621a6(0x2c1),_0x3229f6,_0x4621a6(0x1c9));return this[_0x4621a6(0x1cb)](()=>_0x4cab1c(_0x329a01,null,_0x4648e2)),null;}}else{const _0x273873=_0x2b5848[_0x4621a6(0x17b)]();_0xf185d5[_0x4621a6(0x134)](_0x12de5f=>_0x12de5f[_0x4621a6(0x11e)](_0x273873,!0x0))&&_0x2b5848[_0x4621a6(0x25e)]();if(_0xf185d5[_0x4621a6(0x17a)](_0x1605bc=>_0x273873[_0x4621a6(0x11e)](_0x1605bc,!0x0))){const _0x193d56=this[_0x4621a6(0x291)][_0x4621a6(0x2b7)](_0x4621a6(0x2c1),_0x3229f6,_0x4621a6(0x1c9));return this[_0x4621a6(0x1cb)](()=>_0x193d56(_0xf185d5,null,_0x4648e2)),null;}}const _0x5f0376=this[_0x4621a6(0x291)][_0x4621a6(0x2b7)](_0x4621a6(0x2c1),_0x3229f6,_0x4621a6(0x172));let _0x4470b7=null;for(const _0x403e58 of this[_0x4621a6(0x210)]())if(_0x403e58[_0x4621a6(0x214)]['id']==_0x5a49a9['id']&&_0x403e58[_0x4621a6(0x167)]&&_0x4621a6(0x2c1)==_0x403e58[_0x4621a6(0x18a)]&&_0x403e58[_0x4621a6(0x1c3)]==_0x3229f6&&qt(_0x403e58,_0x4648e2)&&(_0x5f0376(_0x403e58[_0x4621a6(0x282)](),_0xf185d5)||_0x5f0376(_0xf185d5,_0x403e58[_0x4621a6(0x282)]()))){if(_0x4470b7){if(_0x403e58[_0x4621a6(0x223)]&&_0x403e58[_0x4621a6(0x223)][_0x4621a6(0x262)])continue;for(const _0x5909fd of _0x403e58[_0x4621a6(0x282)]())_0x4470b7[_0x4621a6(0x1ba)](_0x5909fd)||_0x4470b7[_0x4621a6(0x1ca)](_0x5909fd);_0x403e58[_0x4621a6(0x18d)]();}else{_0x4470b7=_0x403e58;for(const _0x4e7676 of _0xf185d5)_0x403e58[_0x4621a6(0x1ba)](_0x4e7676)||_0x403e58[_0x4621a6(0x1ca)](_0x4e7676);}}if(_0x4470b7)return _0x4470b7;_0x11d7b0[_0x4621a6(0x1b7)]();for(const {suggestion:_0x558d15,meta:_0x36715b}of this[_0x4621a6(0x13e)](_0xf185d5,_0x4621a6(0x2c1)))_0x36715b[_0x4621a6(0x192)]&&(this[_0x4621a6(0x272)]||!_0x36715b[_0x4621a6(0x11d)]&&!_0x36715b[_0x4621a6(0x1a5)])&&qt(_0x558d15,_0x4648e2)&&_0x11d7b0[_0x4621a6(0x270)](_0x558d15);for(const _0x2f3e79 of _0x11d7b0){const _0x12d0da=_0x2f3e79[_0x4621a6(0x282)]();if(!_0x4648e2||!_0x4648e2[_0x4621a6(0x234)]){if(_0xf185d5[_0x4621a6(0x17a)](_0x4d2b57=>_0x12d0da[_0x4621a6(0x134)](_0x401947=>_0x401947[_0x4621a6(0x11e)](_0x4d2b57,!0x0))))return _0x2f3e79;}(!_0x2f3e79[_0x4621a6(0x1e8)]||!_0x2f3e79[_0x4621a6(0x1e8)][_0x4621a6(0x234)])&&(_0x12d0da[_0x4621a6(0x17a)](_0x3acf81=>_0xf185d5[_0x4621a6(0x134)](_0x27ab6f=>_0x27ab6f[_0x4621a6(0x11e)](_0x3acf81,!0x0)))&&_0x2f3e79[_0x4621a6(0x25e)]());}const _0x5468c8=_0x561b42(),_0x1fcd0a=_0x5a49a9['id'],_0x58409a=_0x4621a6(0x222)+_0x3229f6,_0x3aa750=this[_0x4621a6(0x203)]({'id':_0x5468c8,'type':_0x58409a,'createdAt':new Date(),'authorId':_0x1fcd0a,'attributes':_0x4648e2});for(const _0x5ef903 of _0xf185d5)_0x5ef903[_0x4621a6(0x19c)](),_0x5ef903[_0x4621a6(0x141)]||_0x4621a6(0x2ab)==_0x5ef903[_0x4621a6(0x269)][_0x4621a6(0x1ff)]||this[_0x4621a6(0x110)](_0x58409a,_0x5468c8,_0x1fcd0a,_0x5ef903,_0x201160[_0x4621a6(0x1f0)]());return _0x3aa750;}[_0x541174(0x289)](_0x1e1155,_0x35a2da,_0x1bef8d,_0x5daf60,_0x51488e){const _0x58a839=_0x541174;if(_0x1e1155[_0x58a839(0x141)])return[];if(_0x58a839(0x18b)===this[_0x58a839(0x1ee)])return[];const _0x4c7051=this[_0x58a839(0x1be)][_0x58a839(0x1b3)][_0x58a839(0x273)](_0x58a839(0x138))['me']['id'],_0x6ab616=Array[_0x58a839(0x1f3)](this[_0x58a839(0x18f)][_0x58a839(0x219)]())[_0x58a839(0x20b)](_0x439c41=>_0x58a839(0x2aa)==_0x439c41[_0x58a839(0x18a)]&&_0x439c41[_0x58a839(0x12f)][_0x58a839(0x11f)]==_0x35a2da&&_0x439c41[_0x58a839(0x1ba)](_0x1e1155));if(_0x58a839(0x2bc)===this[_0x58a839(0x1ee)]){const _0x120ad7=this[_0x58a839(0x13e)](_0x1e1155,_0x58a839(0x1b0))[_0x58a839(0x20b)](({meta:_0x18b2f9})=>_0x18b2f9[_0x58a839(0x192)]&&!_0x18b2f9[_0x58a839(0x1a5)]&&!_0x18b2f9[_0x58a839(0x232)])[_0x58a839(0x21f)](({suggestion:_0x5a8613})=>_0x5a8613);_0x6ab616[_0x58a839(0x260)](..._0x120ad7);}const _0x5d071d=new Map([[_0x1e1155,_0x1bef8d]]);for(const _0x37daa4 of _0x6ab616){const _0x5e315c=_0x58a839(0x2aa)==_0x37daa4[_0x58a839(0x18a)]?_0x37daa4[_0x58a839(0x12f)][_0x58a839(0x184)]:void 0x0,_0x5adf18=_0x37daa4[_0x58a839(0x17b)](),_0x463e5c=Array[_0x58a839(0x1f3)](_0x5d071d[_0x58a839(0x213)]())[_0x58a839(0x1cc)](_0x420f05=>_0x420f05[_0x58a839(0x2ba)](_0x5adf18));if(!_0x463e5c)continue;const _0x19acd4=_0x463e5c[_0x58a839(0x245)](_0x5adf18);this[_0x58a839(0x17d)](_0x35a2da)&&_0x58a839(0x1b0)==_0x37daa4[_0x58a839(0x18a)]&&0x0!=_0x19acd4[_0x58a839(0x262)]||(_0x5d071d[_0x58a839(0x19e)](_0x463e5c),_0x19acd4[_0x58a839(0x228)](_0x37d8ed=>{const _0x3fce3c=_0x58a839;_0x5d071d[_0x3fce3c(0x1b5)](_0x37d8ed,_0x1bef8d);}),_0x58a839(0x1b0)!=_0x37daa4[_0x58a839(0x18a)]&&_0x5e315c!=_0x5daf60&&_0x5d071d[_0x58a839(0x1b5)](_0x463e5c[_0x58a839(0x16c)](_0x5adf18),_0x5e315c));}const _0x127b87=[];for(const [_0x298381,_0x562850]of _0x5d071d){const _0x20633b=_0x561b42(),_0x5e7b9f={'key':_0x35a2da,'oldValue':_0x562850,'newValue':_0x5daf60};_0x35a2da[_0x58a839(0x262)]>0x25&&console[_0x58a839(0x1f6)](_0x58a839(0x1c6),{'key':_0x35a2da});const _0x8c1aeb=(_0x58a839(0x27a)+(_0x35a2da+'|'+Pt({'newValue':_0x5daf60})))[_0x58a839(0x135)](0x0,0x3c),_0x5b4183=this[_0x58a839(0x203)]({'id':_0x20633b,'type':_0x8c1aeb,'data':_0x5e7b9f,'createdAt':new Date(),'authorId':_0x4c7051,'attributes':_0x51488e});_0x127b87[_0x58a839(0x170)](_0x5b4183),this[_0x58a839(0x110)](_0x8c1aeb,_0x20633b,_0x4c7051,_0x298381);}return _0x127b87;}[_0x541174(0x161)](_0x46cde1){const _0x583a11=_0x541174;this[_0x583a11(0x21b)](_0x46cde1,(_0x421f63,..._0x3b5ac9)=>{const _0x7f809d=_0x583a11;this[_0x7f809d(0x217)](()=>{_0x421f63(..._0x3b5ac9);});});}[_0x541174(0x130)](_0x1b3d90){const _0x1ff168=_0x541174;this[_0x1ff168(0x1e1)][_0x1ff168(0x270)](_0x1b3d90);}[_0x541174(0x17e)](_0x5a8b8b){const _0xdfa153=_0x541174;this[_0xdfa153(0x2bb)][_0xdfa153(0x270)](_0x5a8b8b);}[_0x541174(0x1a1)](_0x3b8e49){const _0x6fd22f=_0x541174;return _0x6fd22f(0x2aa)==_0x3b8e49[_0x6fd22f(0x18a)]?_0x3b8e49[_0x6fd22f(0x1c3)][_0x6fd22f(0x1a0)]('|')[0x0]:null;}[_0x541174(0x164)](_0x548d02,_0x567b6c){const _0x22eb84=_0x541174,_0x1b2f15=_0x548d02[_0x22eb84(0x1c5)]();this[_0x22eb84(0x28a)][_0x22eb84(0x1e3)](_0x29e7cb=>{const _0x4df576=_0x22eb84;_0x29e7cb[_0x4df576(0x199)](_0x1b2f15,{'range':_0x567b6c});});}[_0x541174(0x29d)](_0x699a42){const _0x7aeea0=_0x541174,_0x48d7fc=_0x699a42['id'],_0x10f25d=this[_0x7aeea0(0x1be)][_0x7aeea0(0x1ab)][_0x7aeea0(0x273)](_0x7aeea0(0x12c));this[_0x7aeea0(0x145)][_0x7aeea0(0x1c8)](_0x48d7fc)||this[_0x7aeea0(0x145)][_0x7aeea0(0x1d6)]({'channelId':_0x10f25d,'threadId':_0x48d7fc,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x9b1097=this[_0x7aeea0(0x145)][_0x7aeea0(0x27d)](_0x48d7fc);_0x9b1097[_0x7aeea0(0x28d)](_0x7aeea0(0x242)),_0x9b1097[_0x7aeea0(0x242)]=!0x1,_0x699a42[_0x7aeea0(0x223)]=_0x9b1097;}[_0x541174(0x1dc)](_0x2ff47d,_0x851049,_0x4d9ae3,_0x3921ad){const _0xc02c30=_0x541174;if(_0x2ff47d[_0xc02c30(0x18a)]!=_0x851049||_0x2ff47d[_0xc02c30(0x1c3)]!=_0x4d9ae3||_0x2ff47d[_0xc02c30(0x280)]['id']!=_0x3921ad)throw this[_0xc02c30(0x1be)][_0xc02c30(0x2a1)](_0xc02c30(0x123)),new _0xce4e1b(_0xc02c30(0x123),this);}[_0x541174(0x218)](_0x385907,_0x3bfb32){const _0x878366=_0x541174,_0x176753=_0x385907[_0x878366(0x17b)]();if(_0x3bfb32[_0x878366(0x175)](_0x176753))_0x385907[_0x878366(0x18d)]();else{if(_0x176753[_0x878366(0x11e)](_0x3bfb32)){const _0x2389dd=this[_0x878366(0x28a)][_0x878366(0x2c3)](_0x3bfb32[_0x878366(0x2c4)][_0x878366(0x197)],_0x878366(0x239));this[_0x878366(0x164)](_0x385907,this[_0x878366(0x28a)][_0x878366(0x247)](_0x176753[_0x878366(0x2c4)],_0x2389dd));const _0x2d5e0b=_0x561b42(),_0x8410c4=_0x385907[_0x878366(0x280)]['id'],_0x53d5ab=_0x385907[_0x878366(0x18a)]+':'+_0x385907[_0x878366(0x1c3)];this[_0x878366(0x203)]({'id':_0x2d5e0b,'type':_0x53d5ab,'createdAt':new Date(),'authorId':_0x8410c4,'data':_0x385907[_0x878366(0x12f)],'attributes':_0x385907[_0x878366(0x1e8)]});const _0x110791=this[_0x878366(0x28a)][_0x878366(0x2c3)](_0x3bfb32[_0x878366(0x239)][_0x878366(0x1ce)],_0x878366(0x1dd)),_0x543524=this[_0x878366(0x28a)][_0x878366(0x247)](_0x110791,_0x176753[_0x878366(0x239)]);this[_0x878366(0x110)](_0x53d5ab,_0x2d5e0b,_0x8410c4,_0x543524);}else{if(_0x176753[_0x878366(0x1cd)](_0x3bfb32[_0x878366(0x2c4)])){const _0x1d6689=this[_0x878366(0x28a)][_0x878366(0x2c3)](_0x3bfb32[_0x878366(0x2c4)][_0x878366(0x197)],_0x878366(0x239));this[_0x878366(0x164)](_0x385907,this[_0x878366(0x28a)][_0x878366(0x247)](_0x176753[_0x878366(0x2c4)],_0x1d6689));}else{const _0x39f2e5=this[_0x878366(0x28a)][_0x878366(0x2c3)](_0x3bfb32[_0x878366(0x239)][_0x878366(0x1ce)],_0x878366(0x1dd));this[_0x878366(0x164)](_0x385907,this[_0x878366(0x28a)][_0x878366(0x247)](_0x39f2e5,_0x176753[_0x878366(0x239)]));}}}}[_0x541174(0x117)](_0x3954a2){const _0x5f16fb=_0x541174;for(const {suggestion:_0x1f755e,meta:_0x4602b4}of this[_0x5f16fb(0x13e)](_0x3954a2,_0x5f16fb(0x1b0))){if(!_0x4602b4[_0x5f16fb(0x192)])continue;const _0x493c0f=_0x1f755e[_0x5f16fb(0x282)]();for(const _0x15d027 of _0x493c0f)if(!_0x3954a2[_0x5f16fb(0x245)](_0x15d027)[_0x5f16fb(0x262)])return!0x0;}return!0x1;}[_0x541174(0x115)](_0x5ceeb7){const _0x9ff9cf=_0x541174,_0x54894d=this[_0x9ff9cf(0x1be)][_0x9ff9cf(0x1b3)][_0x9ff9cf(0x273)](_0x9ff9cf(0x138))[_0x9ff9cf(0x277)](_0x5ceeb7);if(!_0x54894d)throw new _0xce4e1b(_0x9ff9cf(0x1d0),this);return _0x54894d;}[_0x541174(0x22e)](_0x4c71ae){const _0x22da16=_0x541174,_0x46a9b4=this[_0x22da16(0x1be)][_0x22da16(0x1b3)][_0x22da16(0x273)](_0x22da16(0x138)),_0x92f24e=_0x3e399b(_0x22da16(0x1d7)+_0x4c71ae),_0x212a8e=_0x46a9b4[_0x22da16(0x277)](_0x92f24e);return _0x212a8e||_0x46a9b4[_0x22da16(0x168)]({'id':_0x92f24e,'name':_0x4c71ae});}[_0x541174(0x111)](_0x2b2f7c,_0x22476d,_0x3d9e57,_0x3eb581,_0x4ab249){const _0x45e6ca=_0x541174,_0x50b2a0=this[_0x45e6ca(0x115)](_0x3eb581),_0x3d9b99=this[_0x45e6ca(0x291)][_0x45e6ca(0x2a4)](_0x2b2f7c,_0x22476d,_0x3d9e57,_0x50b2a0,_0x4ab249,_0x1cd0ef=>{const _0x40ad3e=_0x45e6ca;this[_0x40ad3e(0x19a)](_0x3d9e57,{'attributes':_0x1cd0ef});const _0x22d87d=this[_0x40ad3e(0x264)](_0x3d9e57);this[_0x40ad3e(0x124)](new Set([_0x22d87d])),this[_0x40ad3e(0x112)](new Set([_0x22d87d]));});return this[_0x45e6ca(0x261)](_0x3d9b99,_0x45e6ca(0x1c9),()=>{const _0x53df44=_0x45e6ca;this[_0x53df44(0x19a)](_0x3d9e57,{'state':_0x53df44(0x26b)});},{'priority':_0x45e6ca(0x1f7)}),this[_0x45e6ca(0x261)](_0x3d9b99,_0x45e6ca(0x25e),()=>{const _0x14b88d=_0x45e6ca;this[_0x14b88d(0x19a)](_0x3d9e57,{'state':_0x14b88d(0x12e)});},{'priority':_0x45e6ca(0x1f7)}),this[_0x45e6ca(0x18f)][_0x45e6ca(0x1b5)](_0x3d9e57,_0x3d9b99),this[_0x45e6ca(0x190)][_0x45e6ca(0x1b5)](_0x3d9b99,_0x45e6ca(0x276)),_0x3d9b99;}[_0x541174(0x11b)](_0x5d9846){const _0x483f15=_0x541174,_0x55d4f4=_0x5d9846[_0x483f15(0x1a0)](':');return{'group':_0x55d4f4[0x0],'type':_0x55d4f4[0x1],'subType':_0x55d4f4[_0x483f15(0x262)]>=0x5?_0x55d4f4[0x2]:null,'id':_0x55d4f4[_0x483f15(0x262)]<0x5?_0x55d4f4[0x2]:_0x55d4f4[0x3],'authorId':_0x55d4f4[_0x483f15(0x262)]<0x5?_0x55d4f4[0x3]:_0x55d4f4[0x4],'markerCount':0x6==_0x55d4f4[_0x483f15(0x262)]?_0x55d4f4[0x5]:null};}[_0x541174(0x157)](_0x46a3c6,_0x15bbc5,_0x1662c3){const _0x43efa3=_0x541174,_0x24023b=_0x46a3c6[_0x43efa3(0x17b)](),_0x24689a=_0x24023b[_0x43efa3(0x2c4)],_0x45b8f2=_0x24023b[_0x43efa3(0x239)];this[_0x43efa3(0x164)](_0x46a3c6,this[_0x43efa3(0x28a)][_0x43efa3(0x247)](_0x24689a,_0x15bbc5));const _0x1d0ee7=_0x561b42(),_0xf62981=_0x46a3c6[_0x43efa3(0x280)]['id'],_0x1b562f=_0x46a3c6[_0x43efa3(0x18a)]+(_0x46a3c6[_0x43efa3(0x1c3)]?':'+_0x46a3c6[_0x43efa3(0x1c3)]:'');this[_0x43efa3(0x203)]({'id':_0x1d0ee7,'type':_0x1b562f,'createdAt':new Date(),'authorId':_0xf62981,'originalSuggestionId':_0x46a3c6['id'],'attributes':_0x46a3c6[_0x43efa3(0x1e8)],'data':_0x46a3c6[_0x43efa3(0x12f)]});const _0x481f87=this[_0x43efa3(0x1a1)](_0x46a3c6);(_0x43efa3(0x1c7)==_0x46a3c6[_0x43efa3(0x18a)]||_0x481f87&&this[_0x43efa3(0x17d)](_0x481f87))&&(_0x1662c3=this[_0x43efa3(0x28a)][_0x43efa3(0x1fa)](_0x1662c3[_0x43efa3(0x1ce)])),this[_0x43efa3(0x110)](_0x1b562f,_0x1d0ee7,_0xf62981,this[_0x43efa3(0x28a)][_0x43efa3(0x247)](_0x1662c3,_0x45b8f2));}[_0x541174(0x13e)](_0x149a09,_0x2760f6=null){const _0x3a7028=_0x541174,_0x59c57d=[],_0x4cae50=this[_0x3a7028(0x1be)][_0x3a7028(0x1b3)][_0x3a7028(0x273)](_0x3a7028(0x138))['me'];Array[_0x3a7028(0x2a6)](_0x149a09)||(_0x149a09=[_0x149a09]);for(const _0x26eb47 of this[_0x3a7028(0x210)]()){if(!_0x26eb47[_0x3a7028(0x167)])continue;if(_0x2760f6&&_0x26eb47[_0x3a7028(0x18a)]!=_0x2760f6)continue;let _0x3edc59=!0x1;for(const _0x26d4e3 of _0x26eb47[_0x3a7028(0x282)]()){for(const _0x41b401 of _0x149a09){const _0x1f2562=_0x41b401[_0x3a7028(0x2c4)][_0x3a7028(0x175)](_0x26d4e3[_0x3a7028(0x239)])||_0x41b401[_0x3a7028(0x239)][_0x3a7028(0x175)](_0x26d4e3[_0x3a7028(0x2c4)]);if(_0x1f2562||_0x41b401[_0x3a7028(0x16c)](_0x26d4e3)){const _0x39ebff=_0x41b401[_0x3a7028(0x11e)](_0x26d4e3)&&Et(this[_0x3a7028(0x28a)][_0x3a7028(0x132)],_0x26d4e3[_0x3a7028(0x2c4)],_0x41b401),_0x2bb1bf=_0x26d4e3[_0x3a7028(0x11e)](_0x41b401)&&Et(this[_0x3a7028(0x28a)][_0x3a7028(0x132)],_0x41b401[_0x3a7028(0x2c4)],_0x26d4e3);_0x59c57d[_0x3a7028(0x170)]({'suggestion':_0x26eb47,'meta':{'isOwn':_0x4cae50==_0x26eb47[_0x3a7028(0x214)],'isNextTo':_0x1f2562,'isInsideObject':_0x39ebff,'containsRangeInObject':_0x2bb1bf}}),_0x3edc59=!0x0;break;}}if(_0x3edc59)break;}}return _0x59c57d;}[_0x541174(0x110)](_0x4ba327,_0x4baee4,_0x134c4e,_0x208943,_0x287084){const _0x2ae535=_0x541174;this[_0x2ae535(0x28a)][_0x2ae535(0x1e3)](_0x5bd8b5=>{const _0x2a0244=_0x2ae535;let _0x36307b=_0x2a0244(0x286)+_0x4ba327+':'+_0x4baee4+':'+_0x134c4e;_0x287084&&(_0x36307b=_0x36307b+':'+_0x287084),_0x5bd8b5[_0x2a0244(0x206)](_0x36307b,{'range':_0x208943,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x541174(0x19d)](_0x2afd0a){const _0x1699a2=_0x541174,_0x5571c3=_0x2afd0a[_0x1699a2(0x288)],_0xd69014=_0x2afd0a[_0x1699a2(0x1bf)];_0x2afd0a[_0x1699a2(0x288)]=null,_0x2afd0a[_0x1699a2(0x1bf)]=null,null!=_0x5571c3&&_0x5571c3[_0x1699a2(0x1bf)]==_0x2afd0a&&(_0x5571c3[_0x1699a2(0x1bf)]=_0xd69014),null!=_0xd69014&&_0xd69014[_0x1699a2(0x288)]==_0x2afd0a&&(_0xd69014[_0x1699a2(0x288)]=_0x5571c3),_0x1699a2(0x2ac)==this[_0x1699a2(0x190)][_0x1699a2(0x273)](_0x2afd0a)&&(this[_0x1699a2(0x190)][_0x1699a2(0x1b5)](_0x2afd0a,_0x1699a2(0x24c)),this[_0x1699a2(0x118)](_0x1699a2(0x299),_0x2afd0a,_0x5571c3,_0xd69014));}[_0x541174(0x203)](_0x261684){const _0x345048=_0x541174,_0x29deb1=_0x261684['id'],_0x4130d0=this[_0x345048(0x1da)](_0x261684);if(this[_0x345048(0x248)]&&this[_0x345048(0x248)][_0x345048(0x249)]){const _0x21ba0c=this[_0x345048(0x1be)][_0x345048(0x1b3)][_0x345048(0x273)](_0x345048(0x1e2)),_0x1651ce=_0x4130d0[_0x345048(0x283)],_0x5bd5e1=_0x4130d0[_0x345048(0x1c3)]?_0x4130d0[_0x345048(0x18a)]+':'+_0x4130d0[_0x345048(0x1c3)]:_0x4130d0[_0x345048(0x18a)],_0x296913=this[_0x345048(0x1be)][_0x345048(0x196)],_0x1e8654=_0x21ba0c[_0x345048(0x270)](_0xd47d43(_0x296913,_0x345048(0x25a))),_0x1da198={'id':_0x29deb1,'type':_0x5bd5e1,'hasComments':_0x1651ce,'data':_0x261684[_0x345048(0x12f)]||null,'originalSuggestionId':_0x261684[_0x345048(0x20d)]||null,'attributes':_0x4130d0[_0x345048(0x1e8)]};this[_0x345048(0x248)][_0x345048(0x249)](_0x1da198)[_0x345048(0x11c)](_0x1c49d7=>{const _0x1068d5=_0x345048;_0x4130d0[_0x1068d5(0x18c)]=!0x0,_0x21ba0c[_0x1068d5(0x1ea)](_0x1e8654),_0x1c49d7&&_0x1c49d7[_0x1068d5(0x274)]&&(this[_0x1068d5(0x18f)][_0x1068d5(0x273)](_0x29deb1)[_0x1068d5(0x274)]=_0x1c49d7[_0x1068d5(0x274)]);})[_0x345048(0x20e)](_0x3dfe34=>{const _0xe454c=_0x345048;throw _0x27b40d(_0xe454c(0x224)),this[_0xe454c(0x1be)][_0xe454c(0x205)][_0xe454c(0x1b6)]({'isUndoable':!0x1},()=>{const _0x25db33=_0xe454c;_0x4130d0[_0x25db33(0x25e)]();}),_0x4130d0[_0xe454c(0x119)](),this[_0xe454c(0x18f)][_0xe454c(0x19e)](_0x4130d0['id']),this[_0xe454c(0x190)][_0xe454c(0x19e)](_0x4130d0),_0x3dfe34;});}return _0x4130d0;}[_0x541174(0x17d)](_0x5dddf2){const _0x36f25f=_0x541174;return this[_0x36f25f(0x1e1)][_0x36f25f(0x1d4)](_0x5dddf2);}[_0x541174(0x19a)](_0x38a064,_0x42458c){const _0x2a1ddc=_0x541174,_0x541bb7=this[_0x2a1ddc(0x1be)][_0x2a1ddc(0x1b3)][_0x2a1ddc(0x273)](_0x2a1ddc(0x1e2)),_0x34f731=this[_0x2a1ddc(0x264)](_0x38a064);if(this[_0x2a1ddc(0x248)]&&this[_0x2a1ddc(0x248)][_0x2a1ddc(0x225)]){if(_0x34f731[_0x2a1ddc(0x18c)]){const _0xb40698=_0x541bb7[_0x2a1ddc(0x270)](_0xd47d43(this[_0x2a1ddc(0x1be)][_0x2a1ddc(0x196)],_0x2a1ddc(0x25a)));this[_0x2a1ddc(0x248)][_0x2a1ddc(0x225)](_0x38a064,_0x42458c)[_0x2a1ddc(0x11c)](()=>{const _0x271557=_0x2a1ddc;_0x541bb7[_0x271557(0x1ea)](_0xb40698);});}else _0x34f731['on'](_0x2a1ddc(0x22d),()=>{const _0x309e5c=_0x2a1ddc;this[_0x309e5c(0x19a)](_0x38a064,_0x42458c);});}}[_0x541174(0x278)](_0x2f3c79){const _0x3cabe1=_0x541174;if(!this[_0x3cabe1(0x248)]||!this[_0x3cabe1(0x248)][_0x3cabe1(0x264)])throw new _0xce4e1b(_0x3cabe1(0x267),this);return this[_0x3cabe1(0x248)][_0x3cabe1(0x264)](_0x2f3c79);}[_0x541174(0x1e9)](_0x471d26){const _0x5bfe2f=_0x541174,{id:_0x1cd475,type:_0x383ce5,subType:_0x40e2dd,authorId:_0x5ef8e4}=this[_0x5bfe2f(0x11b)](_0x471d26),_0x2e1fda=this[_0x5bfe2f(0x18f)][_0x5bfe2f(0x273)](_0x1cd475)||this[_0x5bfe2f(0x111)](_0x383ce5,_0x40e2dd,_0x1cd475,_0x5ef8e4,{});switch(this[_0x5bfe2f(0x1dc)](_0x2e1fda,_0x383ce5,_0x40e2dd,_0x5ef8e4),this[_0x5bfe2f(0x190)][_0x5bfe2f(0x273)](_0x2e1fda)){case _0x5bfe2f(0x276):this[_0x5bfe2f(0x278)](_0x1cd475)[_0x5bfe2f(0x11c)](_0x133ac1=>{const _0x59adaf=_0x5bfe2f;let _0x4181d4=Promise[_0x59adaf(0x146)]();_0x133ac1[_0x59adaf(0x283)]&&(_0x4181d4=this[_0x59adaf(0x145)][_0x59adaf(0x21c)]({'channelId':this[_0x59adaf(0x1be)][_0x59adaf(0x1ab)][_0x59adaf(0x273)](_0x59adaf(0x12c)),'threadId':_0x1cd475})),_0x4181d4[_0x59adaf(0x11c)](()=>{const _0x5f1a42=_0x59adaf;this[_0x5f1a42(0x1da)](_0x133ac1)[_0x5f1a42(0x18c)]=!0x0;});}),this[_0x5bfe2f(0x190)][_0x5bfe2f(0x1b5)](_0x2e1fda,_0x5bfe2f(0x23a));break;case _0x5bfe2f(0x24c):this[_0x5bfe2f(0x19a)](_0x1cd475,{'state':_0x5bfe2f(0x128)});case _0x5bfe2f(0x298):this[_0x5bfe2f(0x190)][_0x5bfe2f(0x1b5)](_0x2e1fda,_0x5bfe2f(0x2ac)),this[_0x5bfe2f(0x118)](_0x5bfe2f(0x2b5),_0x2e1fda);break;case _0x5bfe2f(0x2ac):this[_0x5bfe2f(0x118)](_0x5bfe2f(0x142),_0x2e1fda);}return _0x2e1fda[_0x5bfe2f(0x1a2)](_0x471d26),_0x2e1fda;}[_0x541174(0x112)](_0x1cdaa3){const _0x3ba04b=_0x541174,_0x28a678=Array[_0x3ba04b(0x1f3)](_0x1cdaa3),_0x1e9d5e=_0x28a678[_0x3ba04b(0x20b)](_0x3a745f=>_0x3ba04b(0x2aa)==_0x3a745f[_0x3ba04b(0x18a)]);this[_0x3ba04b(0x191)](_0x1e9d5e);const _0x43c46a=_0x28a678[_0x3ba04b(0x20b)](_0x1987d4=>!_0x1987d4[_0x3ba04b(0x193)]&&_0x3ba04b(0x2aa)!=_0x1987d4[_0x3ba04b(0x18a)]),_0x2d1274=this[_0x3ba04b(0x210)]({'skipNotAttached':!0x0})[_0x3ba04b(0x20b)](_0x57f61b=>!_0x57f61b[_0x3ba04b(0x193)]&&_0x3ba04b(0x2aa)!=_0x57f61b[_0x3ba04b(0x18a)]),_0x3a5787=_0x2d1274[_0x3ba04b(0x20b)](_0x4053ce=>!_0x1cdaa3[_0x3ba04b(0x1d4)](_0x4053ce)),_0x4a50dc=new Map(_0x2d1274[_0x3ba04b(0x21f)](_0x4b0b3e=>[_0x4b0b3e,this[_0x3ba04b(0x291)][_0x3ba04b(0x2b7)](_0x4b0b3e[_0x3ba04b(0x18a)],_0x4b0b3e[_0x3ba04b(0x1c3)],_0x3ba04b(0x1f8))])),_0x5c7e1d=new Map(_0x2d1274[_0x3ba04b(0x21f)](_0xb21a33=>[_0xb21a33,_0xb21a33[_0x3ba04b(0x17b)]()])),_0x78ff96=new Set(),_0x314827=new Set();for(let _0x3a2a1f=0x0;_0x3a2a1f<_0x43c46a[_0x3ba04b(0x262)];_0x3a2a1f++)_0x3f5441(_0x43c46a[_0x3a2a1f],_0x43c46a,_0x3a2a1f+0x1);for(let _0x179e15=0x0;_0x179e15<_0x43c46a[_0x3ba04b(0x262)];_0x179e15++)_0x3f5441(_0x43c46a[_0x179e15],_0x3a5787,0x0);const _0x116846=new Set();for(let _0x3e2aae=0x0;_0x3e2aae<_0x43c46a[_0x3ba04b(0x262)];_0x3e2aae++){const _0x2fdcd1=_0x43c46a[_0x3e2aae];!_0x314827[_0x3ba04b(0x1d4)](_0x2fdcd1)&&_0x2fdcd1[_0x3ba04b(0x288)]&&(_0x116846[_0x3ba04b(0x270)](_0x2fdcd1[_0x3ba04b(0x288)]),_0x2fdcd1[_0x3ba04b(0x288)][_0x3ba04b(0x1bf)]===_0x2fdcd1&&(_0x2fdcd1[_0x3ba04b(0x288)][_0x3ba04b(0x1bf)]=null),_0x2fdcd1[_0x3ba04b(0x288)]=null),!_0x78ff96[_0x3ba04b(0x1d4)](_0x2fdcd1)&&_0x2fdcd1[_0x3ba04b(0x1bf)]&&(_0x116846[_0x3ba04b(0x270)](_0x2fdcd1[_0x3ba04b(0x1bf)]),_0x2fdcd1[_0x3ba04b(0x1bf)][_0x3ba04b(0x288)]===_0x2fdcd1&&(_0x2fdcd1[_0x3ba04b(0x1bf)][_0x3ba04b(0x288)]=null),_0x2fdcd1[_0x3ba04b(0x1bf)]=null);}function _0x3f5441(_0x2a469f,_0x4456dc,_0x36c0ba){const _0x7cffac=_0x3ba04b;for(let _0x576b3f=_0x36c0ba;_0x576b3f<_0x4456dc[_0x7cffac(0x262)];_0x576b3f++){const _0xc833b1=_0x361b29(_0x2a469f,_0x4456dc[_0x576b3f]);_0xc833b1&&(_0xc833b1[0x0][_0x7cffac(0x1bf)]=_0xc833b1[0x1],_0xc833b1[0x1][_0x7cffac(0x288)]=_0xc833b1[0x0],_0x78ff96[_0x7cffac(0x270)](_0xc833b1[0x0]),_0x314827[_0x7cffac(0x270)](_0xc833b1[0x1]));}}function _0x361b29(_0x31803f,_0xf5ac88){const _0x3f205f=_0x3ba04b;if(_0x31803f[_0x3f205f(0x214)]['id']!==_0xf5ac88[_0x3f205f(0x214)]['id'])return null;const _0x2b4d3e=_0x4a50dc[_0x3f205f(0x273)](_0x31803f)(_0x31803f,_0xf5ac88,_0x5c7e1d[_0x3f205f(0x273)](_0x31803f),_0x5c7e1d[_0x3f205f(0x273)](_0xf5ac88));if(!_0x2b4d3e)return null;return _0x4a50dc[_0x3f205f(0x273)](_0xf5ac88)(_0x31803f,_0xf5ac88,_0x5c7e1d[_0x3f205f(0x273)](_0x31803f),_0x5c7e1d[_0x3f205f(0x273)](_0xf5ac88))?_0x2b4d3e[0x1][_0x3f205f(0x223)]&&_0x2b4d3e[0x1][_0x3f205f(0x223)][_0x3f205f(0x262)]?null:_0x2b4d3e:null;}_0x116846[_0x3ba04b(0x16d)]&&this[_0x3ba04b(0x112)](_0x116846);}[_0x541174(0x191)](_0x1ec35a){const _0x1994ee=_0x541174;if(0x0==_0x1ec35a[_0x1994ee(0x262)])return;const _0x3e1acb=this[_0x1994ee(0x210)]({'skipNotAttached':!0x0})[_0x1994ee(0x20b)](_0x339ba7=>_0x1994ee(0x2aa)==_0x339ba7[_0x1994ee(0x18a)]&&_0x339ba7[_0x1994ee(0x15d)]),_0x5ac818=[],_0x517bc9=new Map();for(const _0x18d707 of _0x3e1acb){const _0x209146=_0x3e399b(_0x18d707[_0x1994ee(0x1e8)]);_0x517bc9[_0x1994ee(0x1d4)](_0x209146)||(_0x517bc9[_0x1994ee(0x1b5)](_0x209146,_0x5ac818[_0x1994ee(0x262)]),_0x5ac818[_0x1994ee(0x170)]([]));const _0x5d2198=_0x517bc9[_0x1994ee(0x273)](_0x209146);_0x5ac818[_0x5d2198][_0x1994ee(0x170)](_0x18d707);}!(function(){const _0x35ae4e=_0x1994ee;_0x5ac818[_0x35ae4e(0x1ac)]((_0x2eeafc,_0x3073a1)=>{const _0xd00251=_0x35ae4e,_0x3d5f24=_0x2eeafc[0x0][_0xd00251(0x274)],_0x5ed08c=_0x3073a1[0x0][_0xd00251(0x274)];return _0x3d5f24==_0x5ed08c?_0x2eeafc[0x0][_0xd00251(0x1e8)][_0xd00251(0x295)]<_0x3073a1[0x0][_0xd00251(0x1e8)][_0xd00251(0x295)]?-0x1:0x1:_0x3d5f24<_0x5ed08c?-0x1:0x1;});for(const _0x1af997 of _0x5ac818)_0x1af997[_0x35ae4e(0x1ac)]((_0x3de234,_0x407fe7)=>_0x3de234['id']<_0x407fe7['id']?-0x1:0x1);}());for(let _0x1cb702=0x0;_0x1cb702<_0x5ac818[_0x1994ee(0x262)];_0x1cb702++){if(0x0==_0x5ac818[_0x1cb702][_0x1994ee(0x262)])continue;const _0x4fe83e=[];for(let _0x2a0c13=_0x1cb702+0x1;_0x2a0c13<_0x5ac818[_0x1994ee(0x262)];_0x2a0c13++)0x0!=_0x5ac818[_0x2a0c13][_0x1994ee(0x262)]&&_0x364e35(_0x5ac818[_0x1cb702],_0x5ac818[_0x2a0c13])&&_0x4fe83e[_0x1994ee(0x170)](_0x2a0c13);for(const _0x53f28b of _0x4fe83e)_0x5ac818[_0x1cb702]=_0x5ac818[_0x1cb702][_0x1994ee(0x177)](_0x5ac818[_0x53f28b]),_0x5ac818[_0x53f28b]=[];}for(const _0x27e3a0 of _0x5ac818)for(let _0x4ac5a9=0x0;_0x4ac5a9<_0x27e3a0[_0x1994ee(0x262)];_0x4ac5a9++){const _0x238a20=_0x27e3a0[_0x4ac5a9+0x1]||null;_0x27e3a0[_0x4ac5a9][_0x1994ee(0x1bf)]!==_0x238a20&&(_0x27e3a0[_0x4ac5a9][_0x1994ee(0x1bf)]=_0x238a20);}for(const _0x5985ca of _0x5ac818)for(let _0x58ad75=0x0;_0x58ad75<_0x5985ca[_0x1994ee(0x262)];_0x58ad75++){const _0x4b98c4=_0x5985ca[_0x58ad75-0x1]||null;_0x5985ca[_0x58ad75][_0x1994ee(0x288)]!==_0x4b98c4&&(_0x5985ca[_0x58ad75][_0x1994ee(0x288)]=_0x4b98c4);}function _0x364e35(_0x16add3,_0x1db90e){const _0x31514b=_0x1994ee;if(_0x16add3[0x0][_0x31514b(0x1e8)][_0x31514b(0x295)]!==_0x1db90e[0x0][_0x31514b(0x1e8)][_0x31514b(0x295)]&&_0x16add3[0x0][_0x31514b(0x214)]!==_0x1db90e[0x0][_0x31514b(0x214)])return!0x1;if(!function(_0x1254f8,_0x36de5c){const _0x2b90db=_0x31514b;if(!_0x1254f8[_0x2b90db(0x283)]&&!_0x36de5c[_0x2b90db(0x283)])return!0x0;if(_0x1254f8[_0x2b90db(0x283)]&&_0x36de5c[_0x2b90db(0x283)])return!0x1;if(_0x1254f8[_0x2b90db(0x283)]&&_0x36de5c[_0x2b90db(0x274)]<_0x1254f8[_0x2b90db(0x223)][_0x2b90db(0x233)][_0x2b90db(0x273)](0x0)[_0x2b90db(0x274)])return!0x0;if(_0x36de5c[_0x2b90db(0x283)]&&_0x1254f8[_0x2b90db(0x274)]<_0x36de5c[_0x2b90db(0x223)][_0x2b90db(0x233)][_0x2b90db(0x273)](0x0)[_0x2b90db(0x274)])return!0x0;return!0x1;}(_0x16add3[0x0],_0x1db90e[0x0]))return!0x1;const _0x342f2a=_0xd00a08(_0x16add3[0x0][_0x31514b(0x1e8)],_0x31514b(0x295)),_0x17cb07=_0xd00a08(_0x1db90e[0x0][_0x31514b(0x1e8)],_0x31514b(0x295));if(!_0x47857f(_0x342f2a,_0x17cb07))return!0x1;return!!_0x16add3[_0x31514b(0x17a)](_0x7ffd0e=>_0x1db90e[_0x31514b(0x134)](_0x45d216=>_0x7ffd0e[_0x31514b(0x17b)]()[_0x31514b(0x175)](_0x45d216[_0x31514b(0x17b)]())))&&_0x1db90e[_0x31514b(0x17a)](_0x46e434=>_0x16add3[_0x31514b(0x134)](_0x3967f2=>_0x46e434[_0x31514b(0x17b)]()[_0x31514b(0x175)](_0x3967f2[_0x31514b(0x17b)]())));}}[_0x541174(0x124)](_0x1778a2){const _0x4e0f7c=_0x541174,_0x1c9e62=Array[_0x4e0f7c(0x1f3)](_0x1778a2),_0x46d690=this[_0x4e0f7c(0x210)]({'skipNotAttached':!0x0}),_0x5ab964=_0x46d690[_0x4e0f7c(0x20b)](_0x249a98=>!_0x1778a2[_0x4e0f7c(0x1d4)](_0x249a98)),_0x3293ca=new Map(_0x1c9e62[_0x4e0f7c(0x21f)](_0x2da8ed=>[_0x2da8ed,this[_0x4e0f7c(0x291)][_0x4e0f7c(0x2b7)](_0x2da8ed[_0x4e0f7c(0x18a)],_0x2da8ed[_0x4e0f7c(0x1c3)],_0x4e0f7c(0x172))])),_0x4f8b99=new Map(_0x46d690[_0x4e0f7c(0x21f)](_0x137a85=>[_0x137a85,_0x137a85[_0x4e0f7c(0x282)]()]));for(let _0x5b073f=0x0;_0x5b073f<_0x1c9e62[_0x4e0f7c(0x262)];_0x5b073f++){if(_0x7e1ea9(this,_0x1c9e62[_0x5b073f],_0x1c9e62,_0x5b073f+0x1))return!0x0;}for(let _0x590254=0x0;_0x590254<_0x1c9e62[_0x4e0f7c(0x262)];_0x590254++){if(_0x7e1ea9(this,_0x1c9e62[_0x590254],_0x5ab964,0x0))return!0x0;}return!0x1;function _0x7e1ea9(_0x45ae8b,_0x522b75,_0x22a381,_0x49dd8d){const _0x4b1210=_0x4e0f7c;for(let _0x46235d=_0x49dd8d;_0x46235d<_0x22a381[_0x4b1210(0x262)];_0x46235d++){const _0x5b4e29=_0x22a381[_0x46235d];if(_0x5b4e29[_0x4b1210(0x18a)]!==_0x522b75[_0x4b1210(0x18a)]||_0x5b4e29[_0x4b1210(0x214)]['id']!==_0x522b75[_0x4b1210(0x214)]['id']||_0x5b4e29[_0x4b1210(0x1c3)]!==_0x522b75[_0x4b1210(0x1c3)])continue;if(!Jt(_0x522b75,_0x5b4e29))continue;if(_0x4b1210(0x2aa)==_0x522b75[_0x4b1210(0x18a)]&&_0x522b75[_0x4b1210(0x12f)][_0x4b1210(0x184)]!=_0x5b4e29[_0x4b1210(0x12f)][_0x4b1210(0x184)])continue;if(_0x4b1210(0x2aa)==_0x522b75[_0x4b1210(0x18a)]&&_0x45ae8b[_0x4b1210(0x17d)](_0x522b75[_0x4b1210(0x12f)][_0x4b1210(0x11f)]))continue;if(_0x4b1210(0x1c7)==_0x522b75[_0x4b1210(0x18a)]){const _0x1a40d5=_0x45ae8b[_0x4b1210(0x1be)][_0x4b1210(0x205)],_0x43b1b4=_0x522b75[_0x4b1210(0x29a)]();if(_0x43b1b4&&(_0x1a40d5[_0x4b1210(0x132)][_0x4b1210(0x122)](_0x43b1b4)||_0x1a40d5[_0x4b1210(0x132)][_0x4b1210(0x1b2)](_0x43b1b4)))continue;}const _0x4b6389=_0x3293ca[_0x4b1210(0x273)](_0x522b75),_0x4417d6=_0x4f8b99[_0x4b1210(0x273)](_0x522b75),_0x484621=_0x4f8b99[_0x4b1210(0x273)](_0x5b4e29),_0x500a4e=_0x522b75[_0x4b1210(0x223)]&&_0x522b75[_0x4b1210(0x223)][_0x4b1210(0x262)],_0xa0e3b6=_0x5b4e29[_0x4b1210(0x223)]&&_0x5b4e29[_0x4b1210(0x223)][_0x4b1210(0x262)];if(!_0x500a4e&&_0x4b6389(_0x484621,_0x4417d6))return _0x45ae8b[_0x4b1210(0x14d)](_0x5b4e29,_0x522b75),_0x4f8b99[_0x4b1210(0x19e)](_0x522b75),!0x0;if(!_0xa0e3b6&&_0x4b6389(_0x4417d6,_0x484621))return _0x45ae8b[_0x4b1210(0x14d)](_0x522b75,_0x5b4e29),_0x4f8b99[_0x4b1210(0x19e)](_0x5b4e29),!0x0;}return!0x1;}}[_0x541174(0x14d)](_0x780980,_0x7b8fc2){const _0x352f9b=_0x541174;if(_0x780980[_0x352f9b(0x193)]){for(const _0x497f5d of _0x7b8fc2[_0x352f9b(0x282)]())_0x780980[_0x352f9b(0x1ca)](_0x497f5d);}else{const _0x3db2fb=_0x7b8fc2[_0x352f9b(0x17b)]()[_0x352f9b(0x239)];this[_0x352f9b(0x164)](_0x780980,this[_0x352f9b(0x28a)][_0x352f9b(0x247)](_0x780980[_0x352f9b(0x17b)]()[_0x352f9b(0x2c4)],_0x3db2fb));}_0x7b8fc2[_0x352f9b(0x18d)]();}[_0x541174(0x2a2)](_0xb0a43e,_0x54a575,_0x176a96){const _0x43f842=_0x541174,_0x54ca42=_0xb0a43e[_0x43f842(0x1aa)](_0x43f842(0x1b4))||_0xb0a43e[_0x43f842(0x1aa)](_0x43f842(0x2aa))?_0x43f842(0x127):_0xb0a43e[_0x43f842(0x227)]();return _0xd47d43(this[_0x43f842(0x1be)][_0x43f842(0x196)],_0x54a575+'_'+_0x54ca42+_0x43f842(0x2be),_0x176a96);}[_0x541174(0x155)](){const _0x54b9f8=_0x541174,_0xfdfffc=this[_0x54b9f8(0x1be)];if(!_0xfdfffc['ui'])return;const {ariaLiveAnnouncer:_0x5fc251}=_0xfdfffc['ui'];_0x4eb916(this[_0x54b9f8(0x28a)],({left:_0x2c7d79,entered:_0x5ec1c0})=>{const _0x2150d7=_0x54b9f8;for(const _0x2faf5a of _0x2c7d79){const {group:_0x1de7b7,type:_0x4fb495}=this[_0x2150d7(0x11b)](_0x2faf5a[_0x2150d7(0x16a)]);if(_0x2150d7(0x27c)===_0x1de7b7){_0x5fc251[_0x2150d7(0x22a)](this[_0x2150d7(0x2a2)](_0x4fb495,_0x2150d7(0x159)));break;}}for(const _0x28a4c1 of _0x5ec1c0){const {group:_0x1f667c,type:_0x21d6ec}=this[_0x2150d7(0x11b)](_0x28a4c1[_0x2150d7(0x16a)]);if(_0x2150d7(0x27c)===_0x1f667c){_0x5fc251[_0x2150d7(0x22a)](this[_0x2150d7(0x2a2)](_0x21d6ec,_0x2150d7(0x18e),_0x443df7(_0xbe2923)));break;}}});}[_0x541174(0x2a9)](_0x4547ad){const _0x5a74ba=_0x541174;if(this[_0x5a74ba(0x23b)])return!0x1;const _0x4b145e=this[_0x5a74ba(0x1be)],_0x1ef858=_0x4b145e[_0x5a74ba(0x205)][_0x5a74ba(0x220)][_0x5a74ba(0x2b2)][_0x5a74ba(0x29c)]();if(0x0==_0x1ef858[_0x5a74ba(0x262)])return!0x1;const _0xa34454=[],_0x24ff3f=_0x1ef858[_0x5a74ba(0x20b)](_0x58ef2c=>_0x5a74ba(0x2aa)==_0x58ef2c[_0x5a74ba(0x18a)]),_0x3171fe=_0x1ef858[_0x5a74ba(0x20b)](_0x5d62ac=>_0x5a74ba(0x287)==_0x5d62ac[_0x5a74ba(0x18a)]&&_0x5a74ba(0x1d3)!=_0x5d62ac[_0x5a74ba(0x16a)]),_0x10d00e=_0x1ef858[_0x5a74ba(0x20b)](_0x14fd59=>_0x5a74ba(0x1ea)==_0x14fd59[_0x5a74ba(0x18a)]&&_0x5a74ba(0x1d3)!=_0x14fd59[_0x5a74ba(0x16a)]);for(const _0x4f36bb of _0x24ff3f)_0xa34454[_0x5a74ba(0x170)]({'key':_0x4f36bb[_0x5a74ba(0x254)],'newValue':_0x4f36bb[_0x5a74ba(0x143)],'oldValue':_0x4f36bb[_0x5a74ba(0x139)],'range':Ft(_0x4f36bb[_0x5a74ba(0x1d9)],_0x4b145e[_0x5a74ba(0x205)])});for(const _0xe9a8d7 of _0x3171fe){const _0x39a5db=_0x10d00e[_0x5a74ba(0x1cc)](_0x14628f=>_0x14628f[_0x5a74ba(0x13b)][_0x5a74ba(0x175)](_0xe9a8d7[_0x5a74ba(0x13b)]));_0x39a5db&&_0xa34454[_0x5a74ba(0x170)]({'key':_0x5a74ba(0x2bd),'newValue':_0xe9a8d7[_0x5a74ba(0x16a)],'oldValue':_0x39a5db[_0x5a74ba(0x16a)],'range':_0x4b145e[_0x5a74ba(0x205)][_0x5a74ba(0x23d)](_0xe9a8d7[_0x5a74ba(0x13b)][_0x5a74ba(0x1ae)])});}return 0x0!=_0xa34454[_0x5a74ba(0x262)]&&this[_0x5a74ba(0x150)](_0x4547ad,_0xa34454);}[_0x541174(0x116)](_0x5cb009){const _0x1061f4=_0x541174;let _0x33123c=!0x1;const _0x432ec6=this[_0x1061f4(0x1be)][_0x1061f4(0x205)][_0x1061f4(0x220)][_0x1061f4(0x2b2)][_0x1061f4(0x19f)]()[_0x1061f4(0x20b)](_0x1f8670=>_0x1f8670[_0x1061f4(0x12f)][_0x1061f4(0x1f4)]&&_0x1f8670[_0x1061f4(0x16a)][_0x1061f4(0x1aa)](_0x1061f4(0x200)));for(const _0x310be4 of _0x432ec6){const {subType:_0x1d783e,id:_0x597d50}=this[_0x1061f4(0x11b)](_0x310be4[_0x1061f4(0x16a)]),_0x637ebc=_0x1d783e[_0x1061f4(0x1a0)]('|')[0x0];for(const _0x574439 of this[_0x1061f4(0x210)]({'skipNotAttached':!0x0}))_0x574439['id']!=_0x597d50&&_0x1061f4(0x2aa)==_0x574439[_0x1061f4(0x18a)]&&_0x574439[_0x1061f4(0x12f)]&&_0x574439[_0x1061f4(0x12f)][_0x1061f4(0x11f)]==_0x637ebc&&_0x574439[_0x1061f4(0x17b)]()[_0x1061f4(0x2ba)](_0x310be4[_0x1061f4(0x12f)][_0x1061f4(0x1f4)])&&(this[_0x1061f4(0x250)](_0x574439,_0x310be4[_0x1061f4(0x12f)][_0x1061f4(0x1f4)],_0x5cb009),_0x33123c=!0x0);}return _0x33123c;}[_0x541174(0x217)](_0x26d59d){const _0x5e9c1e=_0x541174;this[_0x5e9c1e(0x23b)]=!0x0,_0x26d59d();}[_0x541174(0x16e)](_0x62cc1a){const _0x3f690f=_0x541174,_0x2eab66=this[_0x3f690f(0x17d)](_0x62cc1a),_0x336ceb=this[_0x3f690f(0x2bb)][_0x3f690f(0x1d4)](_0x62cc1a);return _0x2eab66||_0x336ceb;}[_0x541174(0x150)](_0x838190,_0x128fc7){const _0x14226e=_0x541174;if(0x0==_0x128fc7[_0x14226e(0x262)])return!0x1;let _0x46323a=!0x1;for(const _0xb7e5db of _0x128fc7){const _0x2517c0=this[_0x14226e(0x13e)](_0xb7e5db[_0x14226e(0x1d9)],_0x14226e(0x2aa))[_0x14226e(0x20b)](_0x5023c5=>!_0x5023c5[_0x14226e(0x221)][_0x14226e(0x232)])[_0x14226e(0x21f)](_0x59540e=>_0x59540e[_0x14226e(0x27c)]),_0x189b79=_0x3e399b({'newValue':_0xb7e5db[_0x14226e(0x13d)]});_0x2517c0[_0x14226e(0x20b)](_0x3f140b=>{const _0x528090=_0x14226e,[_0x15d91d,_0x1ed927]=_0x3f140b[_0x528090(0x1c3)][_0x528090(0x1a0)]('|');return _0x15d91d==_0xb7e5db[_0x528090(0x11f)]&&_0x1ed927!=_0x189b79;})[_0x14226e(0x228)](_0x26cdf7=>{const _0x5af937=_0x14226e;this[_0x5af937(0x250)](_0x26cdf7,_0xb7e5db[_0x5af937(0x1d9)],_0x838190),_0x46323a=!0x0;});}return _0x46323a;}[_0x541174(0x250)](_0x235c13,_0x32c11d,_0x1135b7){const _0x15e378=_0x541174,_0x4b7b5a=_0x235c13[_0x15e378(0x17b)]()[_0x15e378(0x245)](_0x32c11d);0x0!==_0x4b7b5a[_0x15e378(0x262)]?0x1!==_0x4b7b5a[_0x15e378(0x262)]?this[_0x15e378(0x157)](_0x235c13,_0x32c11d[_0x15e378(0x2c4)],_0x32c11d[_0x15e378(0x239)]):this[_0x15e378(0x164)](_0x235c13,_0x4b7b5a[0x0]):_0x1135b7[_0x15e378(0x24e)](_0x235c13[_0x15e378(0x1c5)]());}}class Tt{constructor(_0x4c9dc7){const _0x4b06a9=_0x541174;this[_0x4b06a9(0x154)]=_0x4c9dc7,this[_0x4b06a9(0x28a)]=_0x4c9dc7[_0x4b06a9(0x205)],this[_0x4b06a9(0x1ef)]=new Map(),this[_0x4b06a9(0x11a)]=new Map(),this[_0x4b06a9(0x2a5)]();}[_0x541174(0x2a4)](_0x3634a0,_0x3a6131,_0x562a98,_0x1898f3,_0x54fb5f,_0x5edfe0){const _0x380077=_0x541174;return new _0x201160(this[_0x380077(0x28a)],{'type':_0x3634a0,'subType':_0x3a6131,'id':_0x562a98,'author':_0x1898f3,'creator':_0x1898f3,'attributes':_0x54fb5f,'onAttributesChange':_0x5edfe0,'onAccept':(..._0x1ffdf7)=>this[_0x380077(0x2b7)](_0x3634a0,_0x3a6131,_0x380077(0x1c9))(..._0x1ffdf7),'onDiscard':(..._0x542e85)=>this[_0x380077(0x2b7)](_0x3634a0,_0x3a6131,_0x380077(0x25e))(..._0x542e85)});}[_0x541174(0x131)](_0x22f6a7,_0x3c9527,_0x228d57,_0x5ea962){const _0x202733=_0x541174,_0xf3953f=_0x22f6a7+':'+_0x3c9527+':'+_0x228d57;this[_0x202733(0x1ef)][_0x202733(0x1b5)](_0xf3953f,_0x5ea962);}[_0x541174(0x2b7)](_0x1e4978,_0x2e5cfe,_0x15f1dc){const _0x5314d9=_0x541174,_0x7e1c34=_0x1e4978+':'+_0x2e5cfe+':'+_0x15f1dc;return this[_0x5314d9(0x1ef)][_0x5314d9(0x273)](_0x7e1c34)||this[_0x5314d9(0x11a)][_0x5314d9(0x273)](_0x1e4978+':'+_0x15f1dc);}[_0x541174(0x2a5)](){const _0xca8e0c=_0x541174,_0x33b777=()=>!0x1,_0x577845=_0x519533=>{const _0x540467=_0x2aeb;_0x519533[_0x540467(0x1ac)]((_0x3b9960,_0x225d16)=>_0x3b9960[_0x540467(0x2c4)][_0x540467(0x185)](_0x225d16[_0x540467(0x2c4)])?0x1:-0x1),this[_0x540467(0x28a)][_0x540467(0x1e3)](_0x1cdb27=>{const _0x1b0374=_0x540467;for(const _0xf89faa of _0x519533){let _0x3bf56a;_0x3bf56a=_0xf89faa[_0x1b0374(0x239)][_0x1b0374(0x2b1)]&&_0xf89faa[_0x1b0374(0x239)][_0x1b0374(0x1ce)]==_0xf89faa[_0x1b0374(0x2c4)][_0x1b0374(0x1ae)]?_0x1cdb27[_0x1b0374(0x2ae)](_0xf89faa[_0x1b0374(0x2c4)][_0x1b0374(0x1ae)],'on'):_0x1cdb27[_0x1b0374(0x2ae)](_0xf89faa),this[_0x1b0374(0x28a)][_0x1b0374(0x296)](_0x3bf56a,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x3f6953=(_0x21c0fd,_0x5a4abe)=>{const _0x2e9131=_0x2aeb;_0x5a4abe&&this[_0x2e9131(0x28a)][_0x2e9131(0x1e3)](_0x46c313=>{const _0x59c27a=_0x2e9131,{commandName:_0x60c41,commandParams:_0x5a93f7=[]}=_0x5a4abe,_0x230c49=_0x21c0fd[_0x59c27a(0x21f)](_0x2343eb=>(Vt(_0x2343eb)&&(_0x2343eb=this[_0x59c27a(0x28a)][_0x59c27a(0x247)](_0x2343eb[_0x59c27a(0x239)])),_0x2343eb))[_0x59c27a(0x20b)](_0x385b34=>_0x59c27a(0x2ab)!==_0x385b34[_0x59c27a(0x269)][_0x59c27a(0x1ff)]);if(_0x230c49[_0x59c27a(0x262)]<0x1)return;const _0x36cbf0=Array[_0x59c27a(0x1f3)](this[_0x59c27a(0x28a)][_0x59c27a(0x220)][_0x59c27a(0x1d5)][_0x59c27a(0x282)]())[_0x59c27a(0x21f)](_0x218651=>_0x1f324b[_0x59c27a(0x28f)](_0x218651));_0x46c313[_0x59c27a(0x240)](_0x230c49);for(const _0x9fdf3f of this[_0x59c27a(0x154)][_0x59c27a(0x201)][_0x59c27a(0x201)]())_0x9fdf3f[_0x59c27a(0x211)]();_0x5a93f7[_0x59c27a(0x170)]({'forceDefaultExecution':!0x0}),this[_0x59c27a(0x154)][_0x59c27a(0x21a)](_0x60c41,..._0x5a93f7);const _0x1d1da1=_0x36cbf0[_0x59c27a(0x20b)](_0x4f6693=>_0x59c27a(0x2ab)!=_0x4f6693[_0x59c27a(0x269)][_0x59c27a(0x1ff)]);_0x1d1da1[_0x59c27a(0x262)]>0x0&&_0x46c313[_0x59c27a(0x240)](_0x1d1da1);for(const _0x3cc0df of _0x36cbf0)_0x3cc0df[_0x59c27a(0x19c)]();});},_0x2cc3d7=(_0x460619,_0x4750da)=>0x1==_0x460619[_0xca8e0c(0x262)]&&0x1==_0x4750da[_0xca8e0c(0x262)]&&_0x460619[0x0][_0xca8e0c(0x239)][_0xca8e0c(0x175)](_0x4750da[0x0][_0xca8e0c(0x2c4)]),_0x520a50=(_0x2a55bf,_0x12fb10,_0x5d1122,_0xe90a3d)=>Ht(_0x2a55bf,_0x12fb10,_0x5d1122,_0xe90a3d,this[_0xca8e0c(0x28a)])?[_0x2a55bf,_0x12fb10]:Ht(_0x12fb10,_0x2a55bf,_0xe90a3d,_0x5d1122,this[_0xca8e0c(0x28a)])?[_0x12fb10,_0x2a55bf]:null;this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x2ad),_0x33b777),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x17f),_0x577845),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x1bb),_0x2cc3d7),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x1a4),_0x520a50),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x237),_0x577845),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x14c),_0x33b777),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x179),_0x2cc3d7),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x15a),_0x520a50),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x1e6),_0x3f6953),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x171),_0x33b777),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x19b),_0x2cc3d7),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x268),_0x33b777),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x23f),_0x3f6953),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x252),_0x33b777),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x195),_0x2cc3d7),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x241),_0x33b777),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x1b1),_0x33b777),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x162),(_0x2c01ec,_0x31cd85)=>{const _0x42617f=_0xca8e0c;if(!_0x31cd85)return;const _0x4b47fa=this[_0x42617f(0x154)][_0x42617f(0x1b3)][_0x42617f(0x273)](p);this[_0x42617f(0x28a)][_0x42617f(0x1e3)](_0x3c09d3=>{const _0x452d08=_0x42617f;if(_0x452d08(0x2bd)==_0x31cd85[_0x452d08(0x11f)])for(const _0x25040b of _0x2c01ec){const _0x266530=_0x25040b[_0x452d08(0x2c4)][_0x452d08(0x1ae)],_0x4a258c=_0x31cd85[_0x452d08(0x184)];_0x3c09d3[_0x452d08(0x14b)](_0x266530,_0x4a258c);}else{if(_0x4b47fa[_0x452d08(0x17d)](_0x31cd85[_0x452d08(0x11f)])){for(const _0x49e7c7 of _0x2c01ec)void 0x0!==_0x31cd85[_0x452d08(0x184)]?_0x3c09d3[_0x452d08(0x279)](_0x31cd85[_0x452d08(0x11f)],_0x31cd85[_0x452d08(0x184)],_0x49e7c7[_0x452d08(0x2c4)][_0x452d08(0x1ae)]):_0x3c09d3[_0x452d08(0x29b)](_0x31cd85[_0x452d08(0x11f)],_0x49e7c7[_0x452d08(0x2c4)][_0x452d08(0x1ae)]);}else{for(const _0x4117dd of _0x2c01ec)_0x31cd85[_0x452d08(0x184)]?_0x3c09d3[_0x452d08(0x279)](_0x31cd85[_0x452d08(0x11f)],_0x31cd85[_0x452d08(0x184)],_0x4117dd):_0x3c09d3[_0x452d08(0x29b)](_0x31cd85[_0x452d08(0x11f)],_0x4117dd);}}});}),this[_0xca8e0c(0x11a)][_0xca8e0c(0x1b5)](_0xca8e0c(0x137),_0x2cc3d7);}}function Et(_0x15f118,_0x2611ff,_0x43993f){const _0x45b2d8=_0x541174;for(const _0x21affa of _0x2611ff[_0x45b2d8(0x1ce)][_0x45b2d8(0x20a)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x21affa[_0x45b2d8(0x269)]==_0x21affa)return!0x1;if(!_0x43993f[_0x45b2d8(0x204)](_0x21affa))return!0x1;if(_0x15f118[_0x45b2d8(0x122)](_0x21affa)||_0x15f118[_0x45b2d8(0x1b2)](_0x21affa))return!0x0;}return!0x1;}function Vt(_0x4b907a){const _0x5a2fa8=_0x541174;return _0x4b907a[_0x5a2fa8(0x239)][_0x5a2fa8(0x1ce)]==_0x4b907a[_0x5a2fa8(0x2c4)][_0x5a2fa8(0x1ae)]&&_0x4b907a[_0x5a2fa8(0x239)][_0x5a2fa8(0x24b)];}function Ut(_0x135d12,_0xbdc5cf,_0x4c0b3f,_0x70ed51){const _0xb7df52=_0x541174,_0x1e38b2=_0x2ca75a=>!_0x2ca75a[_0xb7df52(0x28b)]['is'](_0xb7df52(0x1ed))&&!_0x70ed51[_0xb7df52(0x122)](_0x2ca75a[_0xb7df52(0x28b)]),_0x23424d=_0x135d12[_0xb7df52(0x2c4)][_0xb7df52(0x15e)](_0x1e38b2),_0x51c5df=_0x135d12[_0xb7df52(0x239)][_0xb7df52(0x15e)](_0x1e38b2,{'direction':_0xb7df52(0x28c)});return(!_0x135d12[_0xb7df52(0x2c4)][_0xb7df52(0x175)](_0x23424d)||!_0x135d12[_0xb7df52(0x239)][_0xb7df52(0x175)](_0x51c5df))&&(_0x23424d[_0xb7df52(0x185)](_0x51c5df)?_0x4c0b3f[_0xb7df52(0x199)](_0xbdc5cf,{'range':_0x4c0b3f[_0xb7df52(0x247)](_0x23424d,_0x51c5df)}):_0x4c0b3f[_0xb7df52(0x24e)](_0xbdc5cf),!0x0);}function Pt(_0x4dc5a7){return _0x3e399b(_0x4dc5a7);}function Gt(_0x4de65e){const _0x394384=_0x541174,_0x47c322=_0x4de65e[_0x394384(0x2c4)][_0x394384(0x1ae)];return _0x47c322&&_0x47c322['is'](_0x394384(0x147));}function Ft(_0xbbcfe1,_0x3da247){const _0x49e7b1=_0x541174;return null==_0xbbcfe1[_0x49e7b1(0x239)][_0x49e7b1(0x197)]&&_0xbbcfe1[_0x49e7b1(0x239)][_0x49e7b1(0x1ce)]==_0xbbcfe1[_0x49e7b1(0x2c4)][_0x49e7b1(0x1ae)]?Lt(_0xbbcfe1[_0x49e7b1(0x2c4)][_0x49e7b1(0x1ae)],_0x3da247):_0xbbcfe1;}function Lt(_0x5476d1,_0x22df39){const _0x2c66aa=_0x541174,_0x1dddf3=_0x22df39[_0x2c66aa(0x132)][_0x2c66aa(0x122)](_0x5476d1)||_0x22df39[_0x2c66aa(0x132)][_0x2c66aa(0x23e)](_0x5476d1);return _0x22df39[_0x2c66aa(0x247)](_0x22df39[_0x2c66aa(0x2c3)](_0x5476d1,_0x2c66aa(0x1fe)),_0x1dddf3?_0x22df39[_0x2c66aa(0x13a)](_0x5476d1):_0x22df39[_0x2c66aa(0x2c3)](_0x5476d1,_0x2c66aa(0x239)));}function _0x1e34(){const _0x43413a=['markInlineFormat','_suggestionFactory','addMarker:suggestion:formatBlock','_isForcedDefaultExecutionBlock','activeMarkers','groupId','deleteContent','highest','dataReady','suggestionUnloaded','getContainedElement','removeAttribute','getChanges','_addThreadToSuggestion','formatBlock:','3941181QZjezX','_onDiscard','enableReadOnlyMode','_getMarkerAnnouncementText','move','buildSuggestion','_registerDefaultCallbacks','isArray','removeComment','mapper','_processAttributeChanges','attribute','$graveyard','ready','insertion:accept','createSelection','TrackChangesEditing','markerToData','isAtEnd','differ','5843400kwGrPz','markerName','suggestionLoaded','isDocumentOperation','getSuggestionCallback','stringify','ck-suggestion-marker','isIntersecting','_inlineAttributeKeys','default','$elementName','_SUGGESTION_ANNOUNCEMENT','options','stop','deletion','markDeletion','createPositionAt','start','_addSuggestionMarker','_createSuggestion','_refreshSuggestionsChain','getNearestSelectionRange','trackChanges.mergeNestedSuggestions','_getAuthorFromId','_processAttributeSuggestions','_rangeIsInLocalUserInsertion','fire','stopListening','_defaultCallbacks','_splitMarkerName','then','containsRangeInObject','containsRange','key','497GFsMEZ','includes','isObject','track-changes-suggestion-data-mismatch','_joinWithAdjacentSuggestions','createElement','toViewElement','FORMATTING','open','markMultiRangeBlockFormat','track-changes-enable-command-twice','addHighlight','collaboration.channelId','elementEnd','rejected','data','registerBlockAttribute','registerCustomCallback','schema','isOfficialPlugin','some','substring','1087592IxsCeJ','attribute:join','Users','attributeOldValue','createPositionAfter','position','216kNPIdX','newValue','_findSuggestions','track-changes-adapter-already-set','removeMarker:suggestion:formatBlock','isCollapsed','suggestionChanged','attributeNewValue','consume','_commentsRepository','resolve','element','upcast','writer','ck-suggestion-marker-','rename','deletion:discard','_joinSuggestions','isPremiumPlugin','tablePasteChainId','_reduceExistingSuggestions','substr','setTo','oldRange','_editor','_initAriaMarkerChangeAnnouncements','acceptSuggestion','_breakSuggestionMarker','getCustomProperty','LEAVE','deletion:chain','isAfter','assign','_isDataLoaded','getLastMatchingPosition','batch','isExternal','enableDefaultAttributesIntegration','attribute:discard','removeClass','_setSuggestionRange','pop','dataToMarker','isInContent','addUser','dataDowncast','name','lowest','getIntersection','size','_isRegisteredAttribute','formatInline:','push','formatInline:discard','join','documentSelection','targetPosition','isEqual','action','concat','ck-suggestion-marker-formatInline','deletion:join','every','getFirstRange','toJSON','_isBlockAttribute','registerInlineAttribute','insertion:discard','$marker','clone','markMultiRangeDeletion','isTouching','oldValue','isBefore','_enabledCommands','always','markerNameToElements','isLocal','type','never','_saved','removeMarkers','ENTER','_suggestions','_suggestionState','_refreshAttributeSuggestionsChain','isOwn','isMultiRange','isUndo','formatBlock:join','locale','nodeBefore','3aYyyWY','updateMarker','_updateSuggestionData','formatInline:join','detach','_removeSuggestion','delete','getChangedMarkers','split','_getAttributeKey','addMarkerName','multipleBlocks','insertion:chain','isInsideObject','ck-suggestion-marker--active','multi','track-changes-suggestion-not-found','elementToElement','startsWith','config','sort','getItems','nodeAfter','for','insertion','attribute:accept','isLimit','plugins','format','set','enqueueChange','clear','editing','getMarkers','isIntersectingWithRange','insertion:join','track-changes-command-not-found','discardAllSuggestions','editor','next','discardSelectedSuggestions','isBlock','649piTznJ','subType','reconvertMarker','getFirstMarker','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','formatBlock','hasCommentThread','accept','addRange','forceDefaultExecution','find','containsPosition','parent','value','track-changes-user-not-found','getAllAdjacentSuggestions','return','$text','has','selection','addCommentThread','external:','markerToHighlight','range','addSuggestionData','720662KvZyjC','_checkSuggestionCorrectness','after','addMarker:suggestion:attribute','authorName','_afterChanges','_blockAttributeKeys','PendingActions','change','addClass','@external','formatInline:accept','addMarker:suggestion','attributes','_handleNewSuggestionMarker','remove','formatGroupId','getRange','$textProxy','_trackFormatChanges','_customCallbacks','getMultiRangeId','formatInline','rethrowUnexpectedError','from','newRange','low','warn','high','chain','93738tAaOsa','createPositionBefore','update:suggestion','hasSuggestion','adapter','before','rootName','suggestion:attribute:','commands','trackChangesCommand','_setSuggestionData','containsItem','model','addMarker','47940pIWkuN','getWalker','init','getAncestors','filter','pluginName','originalSuggestionId','catch','getShiftedBy','getSuggestions','refresh','forward','keys','author','change:activeMarkers','howMany','_recordAttributeChanges','_cutOutSuggestionMarker','values','execute','enableCommand','fetchCommentThread','fromCharCode','CommentsRepository','map','document','meta','deletion:','commentThread','error-saving-suggestion-data-suggestion-discarded','updateSuggestion','requires','toUpperCase','forEach','data-suggestion','announce','containerElement','descriptionFactory','change:_saved','_getExternalAuthor','trackChanges','conversion','splice','isNextTo','comments','skipNestingCheck','normal','splitPosition','deletion:accept','head','end','markerReady','_recordAttributeSuggestions','ck-suggestion-marker-formatBlock','createRangeOn','isSelectable','formatBlock:accept','setSelection','formatBlock:chain','isRemovable','define','removeMarker:suggestion:attribute','getDifference','markMultiRangeInsertion','createRange','_adapter','addSuggestion','moveTargetPosition','isAtStart','removed','authoredAt','removeMarker','commandName','_reduceSuggestionAttributeRange','insertContent','formatBlock:discard','discardSuggestion','attributeKey','markers','widget','showSuggestionHighlights','markInsertion','data-author-id','PENDING_ACTION_SUGGESTION','20zMViMt','change:data','applyOperation','discard','unbindElementFromMarkerName','unshift','listenTo','length','bindElementToMarker','getSuggestion','registerPostFixer','suggestion-type','track-changes-adapter-missing-getsuggestion','formatInline:chain','root','acceptAllSuggestions','accepted','elementStart','insertion:','marker-count','editingDowncast','add','getAttribute','_mergeNestedSuggestions','get','createdAt','13855LkjfCG','notReady','getUser','_getSuggestionData','setAttribute','attribute:','markBlockFormat','suggestion','getCommentThread','acceptSelectedSuggestions','createRangeIn','creator','group','getRanges','hasComments','consumable','addComment','suggestion:','insert','previous','markAttributeChange','_model','item','backward','unbind','trackChanges.trackFormatChanges','fromRange'];_0x1e34=function(){return _0x43413a;};return _0x1e34();}function Ht(_0x59296a,_0x385398,_0x1fc36b,_0x3bcb92,_0x11b288){const _0xcf004a=_0x541174;if(_0x59296a[_0xcf004a(0x1bf)])return!0x1;if(!Jt(_0x59296a,_0x385398))return!0x1;if(_0x1fc36b[_0xcf004a(0x239)][_0xcf004a(0x175)](_0x3bcb92[_0xcf004a(0x2c4)]))return!0x0;if(_0x59296a[_0xcf004a(0x18a)]!=_0x385398[_0xcf004a(0x18a)])return!0x1;if(!_0x1fc36b[_0xcf004a(0x239)][_0xcf004a(0x183)](_0x3bcb92[_0xcf004a(0x2c4)]))return!0x1;const _0x23c05c=_0x11b288[_0xcf004a(0x247)](_0x1fc36b[_0xcf004a(0x239)],_0x3bcb92[_0xcf004a(0x2c4)])[_0xcf004a(0x208)]();for(const _0x58eac2 of _0x23c05c)if([_0xcf004a(0x26c),_0xcf004a(0x12d)][_0xcf004a(0x121)](_0x58eac2[_0xcf004a(0x18a)])&&_0x11b288[_0xcf004a(0x132)][_0xcf004a(0x1b2)](_0x58eac2[_0xcf004a(0x28b)]))return!0x1;return!0x0;}function Jt(_0x2e1dd5,_0x120a63){const _0x1b34fe=_0x541174;if(!_0x2e1dd5[_0x1b34fe(0x15d)]||!_0x120a63[_0x1b34fe(0x15d)])return!0x1;const _0x19025c=new Set(Object[_0x1b34fe(0x213)](_0x2e1dd5[_0x1b34fe(0x1e8)])),_0x4584a7=new Set(Object[_0x1b34fe(0x213)](_0x120a63[_0x1b34fe(0x1e8)]));if(_0x19025c[_0x1b34fe(0x19e)](_0x1b34fe(0x295)),_0x4584a7[_0x1b34fe(0x19e)](_0x1b34fe(0x295)),0x0==_0x19025c[_0x1b34fe(0x16d)]&&0x0==_0x4584a7[_0x1b34fe(0x16d)])return!0x0;if(_0x19025c[_0x1b34fe(0x16d)]!=_0x4584a7[_0x1b34fe(0x16d)])return!0x1;const _0x13e34d={..._0x2e1dd5[_0x1b34fe(0x1e8)]},_0x5da80e={..._0x120a63[_0x1b34fe(0x1e8)]};return delete _0x13e34d[_0x1b34fe(0x295)],delete _0x5da80e[_0x1b34fe(0x295)],JSON[_0x1b34fe(0x2b8)](_0x13e34d)==JSON[_0x1b34fe(0x2b8)](_0x5da80e);}function qt(_0x806ef8,_0x55444f){const _0x5ca3bb=_0x541174,_0x307d97=zt(_0x806ef8[_0x5ca3bb(0x1e8)]),_0x5eea09=zt(_0x55444f);if(!_0x806ef8[_0x5ca3bb(0x15d)])return!0x1;for(const _0x77926a of Object[_0x5ca3bb(0x213)](_0x5eea09))if(!_0x47857f(_0x307d97[_0x77926a],_0x5eea09[_0x77926a]))return!0x1;return!0x0;}function zt(_0x3fb963){const _0x3f5394=_0x541174,_0x3a4c99=Object[_0x3f5394(0x15c)]({},_0x3fb963);return delete _0x3a4c99[_0x3f5394(0x234)],delete _0x3a4c99[_0x3f5394(0x14f)],_0x3a4c99;}
|