@ckeditor/ckeditor5-track-changes 41.3.0-alpha.4 → 41.3.1
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 +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +1 -0
- package/lang/translations/ar.po +4 -0
- package/lang/translations/az.po +4 -0
- package/lang/translations/bg.po +4 -0
- package/lang/translations/bn.po +4 -0
- package/lang/translations/ca.po +4 -0
- package/lang/translations/cs.po +4 -0
- package/lang/translations/da.po +4 -0
- package/lang/translations/de.po +4 -0
- package/lang/translations/el.po +4 -0
- package/lang/translations/en-au.po +4 -0
- package/lang/translations/en.po +4 -0
- package/lang/translations/es.po +4 -0
- package/lang/translations/et.po +4 -0
- package/lang/translations/fi.po +4 -0
- package/lang/translations/fr.po +4 -0
- package/lang/translations/gl.po +4 -0
- package/lang/translations/he.po +4 -0
- package/lang/translations/hi.po +4 -0
- package/lang/translations/hr.po +4 -0
- package/lang/translations/hu.po +4 -0
- package/lang/translations/id.po +4 -0
- package/lang/translations/it.po +4 -0
- package/lang/translations/ja.po +4 -0
- package/lang/translations/ko.po +4 -0
- package/lang/translations/lt.po +4 -0
- package/lang/translations/lv.po +4 -0
- package/lang/translations/ms.po +4 -0
- package/lang/translations/nl.po +4 -0
- package/lang/translations/no.po +4 -0
- package/lang/translations/pl.po +4 -0
- package/lang/translations/pt-br.po +4 -0
- package/lang/translations/pt.po +4 -0
- package/lang/translations/ro.po +4 -0
- package/lang/translations/ru.po +4 -0
- package/lang/translations/sk.po +4 -0
- package/lang/translations/sq.po +4 -0
- package/lang/translations/sr-latn.po +4 -0
- package/lang/translations/sr.po +4 -0
- package/lang/translations/sv.po +4 -0
- package/lang/translations/th.po +4 -0
- package/lang/translations/tk.po +4 -0
- package/lang/translations/tr.po +5 -1
- package/lang/translations/tt.po +4 -0
- package/lang/translations/uk.po +4 -0
- package/lang/translations/ur.po +4 -0
- package/lang/translations/vi.po +4 -0
- package/lang/translations/zh-cn.po +4 -0
- package/lang/translations/zh.po +4 -0
- package/package.json +3 -4
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/{dist/types/integrations/listproperties.d.ts → src/integrations/multilevellist.d.ts} +11 -11
- package/src/integrations/multilevellist.js +23 -0
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +2 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
- package/dist/content-index.css +0 -332
- package/dist/editor-index.css +0 -312
- package/dist/index.css +0 -951
- package/dist/translations/ar.d.ts +0 -8
- package/dist/translations/ar.js +0 -23
- package/dist/translations/az.d.ts +0 -8
- package/dist/translations/az.js +0 -23
- package/dist/translations/bg.d.ts +0 -8
- package/dist/translations/bg.js +0 -23
- package/dist/translations/bn.d.ts +0 -8
- package/dist/translations/bn.js +0 -23
- package/dist/translations/ca.d.ts +0 -8
- package/dist/translations/ca.js +0 -23
- package/dist/translations/cs.d.ts +0 -8
- package/dist/translations/cs.js +0 -23
- package/dist/translations/da.d.ts +0 -8
- package/dist/translations/da.js +0 -23
- package/dist/translations/de.d.ts +0 -8
- package/dist/translations/de.js +0 -23
- package/dist/translations/el.d.ts +0 -8
- package/dist/translations/el.js +0 -23
- package/dist/translations/en-au.d.ts +0 -8
- package/dist/translations/en-au.js +0 -23
- package/dist/translations/en.d.ts +0 -8
- package/dist/translations/en.js +0 -23
- package/dist/translations/es.d.ts +0 -8
- package/dist/translations/es.js +0 -23
- package/dist/translations/et.d.ts +0 -8
- package/dist/translations/et.js +0 -23
- package/dist/translations/fi.d.ts +0 -8
- package/dist/translations/fi.js +0 -23
- package/dist/translations/fr.d.ts +0 -8
- package/dist/translations/fr.js +0 -23
- package/dist/translations/gl.d.ts +0 -8
- package/dist/translations/gl.js +0 -23
- package/dist/translations/he.d.ts +0 -8
- package/dist/translations/he.js +0 -23
- package/dist/translations/hi.d.ts +0 -8
- package/dist/translations/hi.js +0 -23
- package/dist/translations/hr.d.ts +0 -8
- package/dist/translations/hr.js +0 -23
- package/dist/translations/hu.d.ts +0 -8
- package/dist/translations/hu.js +0 -23
- package/dist/translations/id.d.ts +0 -8
- package/dist/translations/id.js +0 -23
- package/dist/translations/it.d.ts +0 -8
- package/dist/translations/it.js +0 -23
- package/dist/translations/ja.d.ts +0 -8
- package/dist/translations/ja.js +0 -23
- package/dist/translations/ko.d.ts +0 -8
- package/dist/translations/ko.js +0 -23
- package/dist/translations/lt.d.ts +0 -8
- package/dist/translations/lt.js +0 -23
- package/dist/translations/lv.d.ts +0 -8
- package/dist/translations/lv.js +0 -23
- package/dist/translations/ms.d.ts +0 -8
- package/dist/translations/ms.js +0 -23
- package/dist/translations/nl.d.ts +0 -8
- package/dist/translations/nl.js +0 -23
- package/dist/translations/no.d.ts +0 -8
- package/dist/translations/no.js +0 -23
- package/dist/translations/pl.d.ts +0 -8
- package/dist/translations/pl.js +0 -23
- package/dist/translations/pt-br.d.ts +0 -8
- package/dist/translations/pt-br.js +0 -23
- package/dist/translations/pt.d.ts +0 -8
- package/dist/translations/pt.js +0 -23
- package/dist/translations/ro.d.ts +0 -8
- package/dist/translations/ro.js +0 -23
- package/dist/translations/ru.d.ts +0 -8
- package/dist/translations/ru.js +0 -23
- package/dist/translations/sk.d.ts +0 -8
- package/dist/translations/sk.js +0 -23
- package/dist/translations/sq.d.ts +0 -8
- package/dist/translations/sq.js +0 -23
- package/dist/translations/sr-latn.d.ts +0 -8
- package/dist/translations/sr-latn.js +0 -23
- package/dist/translations/sr.d.ts +0 -8
- package/dist/translations/sr.js +0 -23
- package/dist/translations/sv.d.ts +0 -8
- package/dist/translations/sv.js +0 -23
- package/dist/translations/th.d.ts +0 -8
- package/dist/translations/th.js +0 -23
- package/dist/translations/tk.d.ts +0 -8
- package/dist/translations/tk.js +0 -23
- package/dist/translations/tr.d.ts +0 -8
- package/dist/translations/tr.js +0 -23
- package/dist/translations/tt.d.ts +0 -8
- package/dist/translations/tt.js +0 -23
- package/dist/translations/uk.d.ts +0 -8
- package/dist/translations/uk.js +0 -23
- package/dist/translations/ur.d.ts +0 -8
- package/dist/translations/ur.js +0 -23
- package/dist/translations/vi.d.ts +0 -8
- package/dist/translations/vi.js +0 -23
- package/dist/translations/zh-cn.d.ts +0 -8
- package/dist/translations/zh-cn.js +0 -23
- package/dist/translations/zh.d.ts +0 -8
- package/dist/translations/zh.js +0 -23
- package/dist/types/augmentation.d.ts +0 -44
- package/dist/types/commands/acceptsuggestioncommand.d.ts +0 -28
- package/dist/types/commands/discardsuggestioncommand.d.ts +0 -28
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +0 -28
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +0 -28
- package/dist/types/commands/trackchangescommand.d.ts +0 -30
- package/dist/types/index.d.ts +0 -20
- package/dist/types/integrations/aiassistant.d.ts +0 -21
- package/dist/types/integrations/alignment.d.ts +0 -21
- package/dist/types/integrations/basicstyles.d.ts +0 -21
- package/dist/types/integrations/blockquote.d.ts +0 -21
- package/dist/types/integrations/casechange.d.ts +0 -21
- package/dist/types/integrations/ckbox.d.ts +0 -21
- package/dist/types/integrations/codeblock.d.ts +0 -21
- package/dist/types/integrations/comments.d.ts +0 -18
- package/dist/types/integrations/deletecommand.d.ts +0 -21
- package/dist/types/integrations/entercommand.d.ts +0 -20
- package/dist/types/integrations/findandreplace.d.ts +0 -25
- package/dist/types/integrations/font.d.ts +0 -21
- package/dist/types/integrations/formatpainter.d.ts +0 -21
- package/dist/types/integrations/heading.d.ts +0 -21
- package/dist/types/integrations/highlight.d.ts +0 -21
- package/dist/types/integrations/horizontalline.d.ts +0 -21
- package/dist/types/integrations/htmlembed.d.ts +0 -21
- package/dist/types/integrations/image.d.ts +0 -21
- package/dist/types/integrations/imagereplace.d.ts +0 -21
- package/dist/types/integrations/imagestyle.d.ts +0 -21
- package/dist/types/integrations/importword.d.ts +0 -22
- package/dist/types/integrations/indent.d.ts +0 -21
- package/dist/types/integrations/inputcommand.d.ts +0 -20
- package/dist/types/integrations/legacylist.d.ts +0 -21
- package/dist/types/integrations/legacylistproperties.d.ts +0 -33
- package/dist/types/integrations/link.d.ts +0 -21
- package/dist/types/integrations/list.d.ts +0 -21
- package/dist/types/integrations/mediaembed.d.ts +0 -21
- package/dist/types/integrations/mention.d.ts +0 -21
- package/dist/types/integrations/pagebreak.d.ts +0 -21
- package/dist/types/integrations/paragraph.d.ts +0 -21
- package/dist/types/integrations/removeformat.d.ts +0 -21
- package/dist/types/integrations/restrictededitingmode.d.ts +0 -21
- package/dist/types/integrations/shiftentercommand.d.ts +0 -20
- package/dist/types/integrations/standardeditingmode.d.ts +0 -21
- package/dist/types/integrations/style.d.ts +0 -21
- package/dist/types/integrations/table.d.ts +0 -46
- package/dist/types/integrations/tablecaption.d.ts +0 -26
- package/dist/types/integrations/tableclipboard.d.ts +0 -23
- package/dist/types/integrations/tablecolumnresize.d.ts +0 -30
- package/dist/types/integrations/tableheadings.d.ts +0 -26
- package/dist/types/integrations/tablemergesplit.d.ts +0 -26
- package/dist/types/integrations/tableofcontents.d.ts +0 -21
- package/dist/types/integrations/tableproperties.d.ts +0 -31
- package/dist/types/integrations/template.d.ts +0 -21
- package/dist/types/integrations/title.d.ts +0 -21
- package/dist/types/integrations/undo.d.ts +0 -21
- package/dist/types/integrations/utils.d.ts +0 -25
- package/dist/types/suggestion.d.ts +0 -295
- package/dist/types/suggestiondescriptionfactory.d.ts +0 -187
- package/dist/types/trackchanges.d.ts +0 -184
- package/dist/types/trackchangesconfig.d.ts +0 -82
- package/dist/types/trackchangesdata.d.ts +0 -45
- package/dist/types/trackchangesediting.d.ts +0 -529
- package/dist/types/trackchangesui.d.ts +0 -42
- package/dist/types/ui/suggestioncontroller.d.ts +0 -41
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +0 -174
- package/dist/types/ui/view/suggestionthreadview.d.ts +0 -186
- package/dist/types/utils/common-translations.d.ts +0 -13
- package/dist/types/utils/utils.d.ts +0 -34
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1b2acd=_0x1ef7;(function(_0x446f1d,_0x295386){const _0x3b49f3=_0x1ef7,_0x5dafd7=_0x446f1d();while(!![]){try{const _0x122d75=parseInt(_0x3b49f3(0xb2))/0x1+parseInt(_0x3b49f3(0xbe))/0x2+parseInt(_0x3b49f3(0x15c))/0x3+-parseInt(_0x3b49f3(0x99))/0x4+parseInt(_0x3b49f3(0xfb))/0x5+parseInt(_0x3b49f3(0x1f6))/0x6*(parseInt(_0x3b49f3(0x1e9))/0x7)+-parseInt(_0x3b49f3(0x1ed))/0x8*(parseInt(_0x3b49f3(0x12e))/0x9);if(_0x122d75===_0x295386)break;else _0x5dafd7['push'](_0x5dafd7['shift']());}catch(_0x27979d){_0x5dafd7['push'](_0x5dafd7['shift']());}}}(_0x58c8,0x62d2a));import{Plugin as _0x255bdf,PendingActions as _0x4a2ffc}from'ckeditor5/src/core.js';import{LiveRange as _0xf986f}from'ckeditor5/src/engine.js';import{CKEditorError as _0x35b78f,uid as _0x315158,priorities as _0x4545fd,logWarning as _0x57c9ad}from'ckeditor5/src/utils.js';import{toWidget as _0x25bdae}from'ckeditor5/src/widget.js';import{Users as _0x3f3587,hashObject as _0x49ce9d,surroundingMarkersDetector as _0x483027}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x252f88 from'./commands/trackchangescommand.js';import _0x2cdcce from'./commands/acceptsuggestioncommand.js';import _0x31157a from'./commands/discardsuggestioncommand.js';import _0x3f3796 from'./commands/executeonallsuggestionscommand.js';function _0x58c8(){const _0x155758=['_cutOutSuggestionMarker','isLimit','addRange','addMarker:suggestion:attribute','dataToMarker','external:','_isRegisteredAttribute','_reduceSuggestionAttributeRange','CommentsRepository','fromRange','getAttribute','FORMATTING','containsRangeInObject','element','isUndo','value','registerPostFixer','isDocumentOperation','keys','isRemovable','tablePasteChainId','parent','discard','_inlineAttributeKeys','assign','insertContent','subType','getUser','every','ck-suggestion-marker-formatInline','pluginName','_suggestionState','_breakSuggestionMarker','createdAt','_createSuggestion','data-suggestion','attributes','containsPosition','execute','model','suggestion:attribute:','error-saving-suggestion-data-suggestion-discarded','isAtStart','announce','deletion:join','removeClass','meta','reconvertMarker','acceptAllSuggestions','has','insertion:chain','buildSuggestion','showSuggestionHighlights','end','_suggestions','getCommentThread','includes','formatBlock','_registerBlockAttribute','_setSuggestionData','authoredAt','backward','stop','_addThreadToSuggestion','_reduceExistingSuggestions','$text','formatBlock:join','_findSuggestions','markDeletion','_getAttributeKey','multipleBlocks','pop','change:_saved','discardSelectedSuggestions','oldRange','change:activeMarkers','then','createRangeIn','next','deletion:discard','getFirstMarker','schema','getItems','addMarker:suggestion:formatBlock','_enabledCommands','fromCharCode','track-changes-enable-command-twice','_adapter','acceptSelectedSuggestions','getMarkers','push','_addSuggestionMarker','hasComments','join','$graveyard','addUser','mapper','removeMarkers','35zTtBZv','nodeBefore','getAllAdjacentSuggestions','_afterChanges','849160hIlTjO','_suggestionFactory','_model','createPositionAt','track-changes-adapter-missing-getsuggestion','track-changes-suggestion-not-found','ck-suggestion-marker-formatBlock','removeComment','_joinWithAdjacentSuggestions','535314tsRQrS','ck-suggestion-marker-','PENDING_ACTION_SUGGESTION','key','getSuggestion','concat','getFirstRange','substring','split','_initAriaMarkerChangeAnnouncements','from','catch','deletion:accept','resolve','high','$textProxy','dataDowncast','addSuggestion','_processAttributeSuggestions','_registerDefaultCallbacks','markInlineFormat','fire','formatGroupId','move','always','markerReady','splitPosition','setTo','getShiftedBy','skipNestingCheck','_splitMarkerName','length','elementStart','_registerInlineAttribute','trackChangesCommand','commands','never','batch','targetPosition','default','formatInline:','createSelection','rootName','createRange','formatInline:discard','_joinSuggestions','clone','TrackChangesEditing','root','track-changes-suggestion-data-mismatch','containerElement','enableReadOnlyMode','accepted','moveTargetPosition','isOwn','forceDefaultExecution','getRange','attribute:join','group','isBlock','attribute:','originalSuggestionId','highest','attribute:accept','removeMarker:suggestion:formatBlock','removeMarker','markers','registerCustomCallback','_saved','_onDiscard','upcast','LEAVE','_trackFormatChanges','collaboration.channelId','isExternal','_SUGGESTION_ANNOUNCEMENT','createElement','differ','previous','markerName','accept','newRange','1319812HkccdX','attribute','after','open','_setSuggestionRange','applyOperation','addCommentThread','isAtEnd','getCustomProperty','setAttribute','acceptSuggestion','addMarkerName','normal','suggestion','getChangedMarkers','isLocal','containsItem','getIntersection','markMultiRangeInsertion','stopListening','attributeKey','getRanges','markInsertion','_checkSuggestionCorrectness','addMarker:suggestion','589326fSiqWA','plugins','_editor','oldValue','values','setSelection','rethrowUnexpectedError','item','_customCallbacks','activeMarkers','editing','type','707572huHTUS','format','getMultiRangeId','sort','insertion:join','size','start','add','trackChanges','init','ariaLiveAnnouncer','_isForcedDefaultExecutionBlock','deletion:','suggestionChanged','update:suggestion','hasCommentThread','detach','_getAuthorFromId','_enableDefaultAttributesIntegration','updateSuggestion','_rangeIsInLocalUserInsertion','forEach','getWalker','some','track-changes-user-not-found','bindElementToMarker','_refreshSuggestionsChain','toJSON','getNearestSelectionRange','$elementName','getAncestors','markerNameToElements','containsRange','_processAttributeChanges','isIntersecting','get','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.','nodeAfter','before','change','toViewElement','createPositionBefore','_updateSuggestionData','newValue','_recordAttributeChanges','groupId','isObject','selection','options','discardSuggestion','_defaultCallbacks','change:data','author','markMultiRangeBlockFormat','isMultiRange','isNextTo','markMultiRangeDeletion','ENTER','editor','createPositionAfter','addSuggestionData','3181110vrMUVw','isAfter','document','authorName','removed','isEqual','range','head','trackChanges.mergeNestedSuggestions','delete','low','lowest','getLastMatchingPosition','suggestionUnloaded','set','ready','addClass','forward','isInContent','ck-suggestion-marker','dataReady','chain','editingDowncast','formatInline:join','hasSuggestion','insertion:accept','addComment','discardAllSuggestions','deletion:chain','track-changes-adapter-already-set','_isDataLoaded','commentThread','unbind','isIntersectingWithRange','attribute:discard','addHighlight','addMarker','Users','markerToData','insertion:','insertion:discard','widget','formatBlock:discard','for','@external','track-changes-command-not-found','elementToElement','ck-suggestion-marker--active','toUpperCase','position','fetchCommentThread','117errBOW','find','listenTo','map','createRangeOn','markAttributeChange','remove','suggestion-type','data','isArray','writer','insert','startsWith','formatInline:chain','suggestion:','name','locale','formatBlock:accept','_isBlockAttribute','$marker','splice','elementEnd','rename','howMany','substr','unbindElementFromMarkerName','documentSelection','isInsideObject','deleteContent','_element','markerToHighlight','getSuggestions','isSelectable','_mergeNestedSuggestions','removeMarker:suggestion:attribute','_refreshAttributeSuggestionsChain','attributeNewValue','getContainedElement','markBlockFormat','_blockAttributeKeys','formatBlock:chain','clear','_removeSuggestion','_getExternalAuthor','enqueueChange','_commentsRepository','267561hlJMYk','creator','consume','PendingActions','_getSuggestionData','_recordAttributeSuggestions','notReady','commandName','getDifference','isBefore','trackChanges.trackFormatChanges','_handleNewSuggestionMarker','config','_descriptionFactory','isTouching','deletion','isCollapsed','removeAttribute','return','conversion','formatInline:accept','getSuggestionCallback','multi','formatBlock:','filter','suggestionLoaded','_getMarkerAnnouncementText','unshift','adapter','marker-count','attributeOldValue','consumable','insertion','define','rejected','enableCommand','refresh','comments','formatInline','getChanges','warn','updateMarker','requires'];_0x58c8=function(){return _0x155758;};return _0x58c8();}import _0x57ace5 from'./commands/executeonselectedsuggestionscommand.js';import _0x110fe5 from'./suggestion.js';import _0x93cdf0 from'./suggestiondescriptionfactory.js';import _0xe71cd1 from'./integrations/aiassistant.js';import _0x57cf7b from'./integrations/alignment.js';import _0x5da77d from'./integrations/basicstyles.js';import _0x24caca from'./integrations/blockquote.js';import _0x33c58e from'./integrations/casechange.js';import _0x50e553 from'./integrations/ckbox.js';import _0x3ee85e from'./integrations/codeblock.js';import _0xb32c2f from'./integrations/comments.js';import _0x3bef87 from'./integrations/deletecommand.js';import _0x2471eb from'./integrations/list.js';import _0x51338d from'./integrations/listproperties.js';import _0x1a1930 from'./integrations/entercommand.js';import _0x151b84 from'./integrations/findandreplace.js';import _0x4bd3f5 from'./integrations/font.js';import _0x2b2948 from'./integrations/formatpainter.js';import _0x1c39aa from'./integrations/heading.js';import _0x478d69 from'./integrations/highlight.js';import _0x26f6d1 from'./integrations/horizontalline.js';function _0x1ef7(_0x2c8db9,_0x31c106){const _0x58c8e3=_0x58c8();return _0x1ef7=function(_0x1ef777,_0x514416){_0x1ef777=_0x1ef777-0x88;let _0x2f7ebd=_0x58c8e3[_0x1ef777];return _0x2f7ebd;},_0x1ef7(_0x2c8db9,_0x31c106);}import _0x5b883f from'./integrations/htmlembed.js';import _0x17b5c6 from'./integrations/image.js';import _0x251f87 from'./integrations/imagereplace.js';import _0x948d3c from'./integrations/imagestyle.js';import _0x9a88fc from'./integrations/importword.js';import _0x5573de from'./integrations/indent.js';import _0xf5ee8e from'./integrations/inputcommand.js';import _0x4f9b1f from'./integrations/link.js';import _0x472b52 from'./integrations/legacylist.js';import _0x1384a6 from'./integrations/legacylistproperties.js';import _0x5719e8 from'./integrations/mediaembed.js';import _0x18f995 from'./integrations/mention.js';import _0x2041eb from'./integrations/pagebreak.js';import _0x546682 from'./integrations/paragraph.js';import _0x4c91b6 from'./integrations/removeformat.js';import _0x3b17f5 from'./integrations/restrictededitingmode.js';import _0x51d6ca from'./integrations/shiftentercommand.js';import _0x11998e from'./integrations/standardeditingmode.js';import _0x330996 from'./integrations/style.js';import _0x58b09b from'./integrations/table.js';import _0x5400bb from'./integrations/tablemergesplit.js';import _0x2bdecc from'./integrations/tableheadings.js';import _0x318e86 from'./integrations/tableclipboard.js';import _0x2d70fc from'./integrations/tablecolumnresize.js';import _0x49caa4 from'./integrations/template.js';import _0x175cee from'./integrations/tableofcontents.js';import _0x1be9bf from'./integrations/title.js';import _0x418231 from'./integrations/undo.js';import _0x2a19aa from'./integrations/tablecaption.js';import _0x1de3f3 from'./integrations/tableproperties.js';import{getTranslation as _0x17a44f}from'./utils/common-translations.js';import{isEqual as _0x3abfe9,omit as _0xee1eff}from'lodash-es';export const renameAttributeKey=_0x1b2acd(0xdb);export default class p extends _0x255bdf{static get[_0x1b2acd(0x186)](){const _0x2fffe2=_0x1b2acd;return[_0x2fffe2(0x18f),_0x3f3587,_0x4a2ffc,_0xe71cd1,_0x57cf7b,_0x5da77d,_0x24caca,_0x50e553,_0x33c58e,_0x3ee85e,_0xb32c2f,_0x3bef87,_0x1a1930,_0x151b84,_0x4bd3f5,_0x2b2948,_0x1c39aa,_0x478d69,_0x26f6d1,_0x5b883f,_0x17b5c6,_0x948d3c,_0x251f87,_0x9a88fc,_0x5573de,_0xf5ee8e,_0x472b52,_0x1384a6,_0x4f9b1f,_0x2471eb,_0x51338d,_0x5719e8,_0x18f995,_0x2041eb,_0x546682,_0x4c91b6,_0x3b17f5,_0x51d6ca,_0x11998e,_0x330996,_0x58b09b,_0x5400bb,_0x2bdecc,_0x2a19aa,_0x318e86,_0x2d70fc,_0x175cee,_0x1de3f3,_0x49caa4,_0x1be9bf,_0x418231];}static get[_0x1b2acd(0x1a5)](){const _0x3ab221=_0x1b2acd;return _0x3ab221(0x225);}constructor(_0x2c0cf1){const _0x21b1b6=_0x1b2acd;function _0x491e64(_0x35aafa){const _0x28c336=_0x1ef7;return _0x35aafa[_0x28c336(0x131)](_0x29af00=>String[_0x28c336(0x1dc)](_0x29af00))[_0x28c336(0x1e4)]('');}super(_0x2c0cf1),this[_0x21b1b6(0x161)]=!0x1,this[_0x21b1b6(0x109)](_0x21b1b6(0xbb),[]),this['on'](_0x21b1b6(0x1d2),(_0x47c0ee,_0x3d9302,_0x5252d8,_0x2bd890)=>{const _0x3959f2=_0x21b1b6;this[_0x3959f2(0x1ef)][_0x3959f2(0xe5)](()=>{const _0x1ae3b3=_0x3959f2;for(const _0x1eb93a of[..._0x2bd890,..._0x5252d8])this[_0x1ae3b3(0x1ef)][_0x1ae3b3(0x89)][_0x1ae3b3(0x1b8)](_0x1eb93a)&&_0x2c0cf1[_0x1ae3b3(0xbc)][_0x1ae3b3(0x1b6)](_0x1eb93a);});}),this[_0x21b1b6(0x169)]=new _0x93cdf0(this[_0x21b1b6(0xf8)][_0x21b1b6(0x1ae)][_0x21b1b6(0x1d8)],this[_0x21b1b6(0xf8)][_0x21b1b6(0x13e)]),this[_0x21b1b6(0x1de)]=null,this[_0x21b1b6(0x1ee)]=new Bt(this[_0x21b1b6(0xf8)]),this[_0x21b1b6(0x1bd)]=new Map(),this[_0x21b1b6(0x15b)]=_0x2c0cf1[_0x21b1b6(0xb3)][_0x21b1b6(0xe1)](_0x21b1b6(0x18f)),this[_0x21b1b6(0x1db)]=new Set(),this[_0x21b1b6(0x1ef)]=this[_0x21b1b6(0xf8)][_0x21b1b6(0x1ae)],this[_0x21b1b6(0x1a6)]=new WeakMap(),this[_0x21b1b6(0xc9)]=!0x1,this[_0x21b1b6(0x155)]=new Set([_0x21b1b6(0xdb)]),this[_0x21b1b6(0x19e)]=new Set(),_0x2c0cf1[_0x21b1b6(0x168)][_0x21b1b6(0x17d)](_0x21b1b6(0x166),_0x21b1b6(0x21d)),this[_0x21b1b6(0x8f)]=_0x2c0cf1[_0x21b1b6(0x168)][_0x21b1b6(0xe1)](_0x21b1b6(0x166)),_0x2c0cf1[_0x21b1b6(0x168)][_0x21b1b6(0x17d)](_0x21b1b6(0x103),!0x0),this[_0x21b1b6(0x14f)]=_0x2c0cf1[_0x21b1b6(0x168)][_0x21b1b6(0xe1)](_0x21b1b6(0x103)),this[_0x21b1b6(0x218)]=new _0x252f88(_0x2c0cf1,this[_0x21b1b6(0x1db)]),this[_0x21b1b6(0x1ff)](),this[_0x491e64([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x491e64([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x34]);}[_0x1b2acd(0xc7)](){const _0x4b5d51=_0x1b2acd,_0x39a553=this[_0x4b5d51(0xf8)],_0x2ef1d5=(_0x311187,_0x13c6ea)=>{const _0x2f6e9c=_0x4b5d51;if(_0x2f6e9c(0x9a)!=_0x311187)return _0x2f6e9c(0x1f7)+_0x311187;const _0x5d047a=_0x13c6ea[_0x2f6e9c(0x1fe)]('|')[0x0];return this[_0x2f6e9c(0x140)](_0x5d047a)?_0x2f6e9c(0x1f3):_0x2f6e9c(0x1a4);};_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0x14c)]({'model':_0x4b5d51(0xa6),'view':_0x57a638=>{const _0x2fd318=_0x4b5d51,{id:_0x1d2d16,type:_0xec0e8f,subType:_0x49b290}=this[_0x2fd318(0x214)](_0x57a638[_0x2fd318(0x96)]),_0x59dc91=[_0x2fd318(0x10e),_0x2ef1d5(_0xec0e8f,_0x49b290)];let _0x18b947=0xbb8;return this[_0x2fd318(0xbb)][_0x2fd318(0x1bf)](_0x57a638[_0x2fd318(0x96)])&&(_0x59dc91[_0x2fd318(0x1e1)](_0x2fd318(0x12a)),_0x18b947=0xbc2),_0x2fd318(0x16b)==_0xec0e8f&&(_0x18b947+=0x5),{'classes':_0x59dc91,'attributes':{'data-suggestion':_0x1d2d16},'priority':_0x18b947};}}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0xc5)](_0x1ab4c6=>{const _0x147bae=_0x4b5d51;_0x1ab4c6['on'](_0x147bae(0xb1),(_0x5cadd0,_0x2147e4,_0x4228a1)=>{const _0x52cd4c=_0x147bae;if(!_0x4228a1[_0x52cd4c(0xee)][_0x52cd4c(0x1bb)])return;const _0x4195b4=_0x2147e4[_0x52cd4c(0xb9)];if(!_0x4195b4)return;const _0xc0b4b5=_0x4228a1[_0x52cd4c(0x1e7)][_0x52cd4c(0xe6)](_0x4195b4);_0x39a553[_0x52cd4c(0x1ae)][_0x52cd4c(0x1d8)][_0x52cd4c(0xec)](_0x4195b4)&&_0xc0b4b5&&!_0xc0b4b5[_0x52cd4c(0xa1)](_0x52cd4c(0x124))&&_0xc0b4b5['is'](_0x52cd4c(0x228))&&_0x25bdae(_0xc0b4b5,_0x4228a1[_0x52cd4c(0x138)]);},{'priority':_0x147bae(0x204)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0x14c)]({'model':_0x4b5d51(0xa6),'view':(_0x332ee4,_0x472248)=>{const _0x3f5b81=_0x4b5d51;if(!_0x472248[_0x3f5b81(0xee)][_0x3f5b81(0x1bb)])return null;const {type:_0x61d7d1,subType:_0x3f753b}=this[_0x3f5b81(0x214)](_0x332ee4[_0x3f5b81(0x96)]);return{'classes':[_0x3f5b81(0x10e),_0x2ef1d5(_0x61d7d1,_0x3f753b)],'priority':0xbb8};}});const _0xe38d0=({showActiveMarkers:_0x4a625b=!0x0,isAttributeSuggestion:_0x2f28a6=!0x1}={})=>(_0x218556,_0x520643,_0x4b13e8)=>{const _0x1ad3f1=_0x4b5d51;if(!_0x520643[_0x1ad3f1(0xb9)])return;const {id:_0x467501}=this[_0x1ad3f1(0x214)](_0x520643[_0x1ad3f1(0x96)]);if(_0x2f28a6){const _0x3b73b7=this[_0x1ad3f1(0x1bd)][_0x1ad3f1(0xe1)](_0x467501),_0x4aff0d=this[_0x1ad3f1(0x1cc)](_0x3b73b7);if(!this[_0x1ad3f1(0x140)](_0x4aff0d))return;}if(_0x520643[_0x1ad3f1(0xb9)]['is'](_0x1ad3f1(0xed)))return void _0x4b13e8[_0x1ad3f1(0x17b)][_0x1ad3f1(0x15e)](_0x520643[_0x1ad3f1(0xb9)],_0x218556[_0x1ad3f1(0x13d)]);const _0x14fbfb=_0x4b13e8[_0x1ad3f1(0x1e7)][_0x1ad3f1(0xe6)](_0x520643[_0x1ad3f1(0xb9)]);if(_0x520643[_0x1ad3f1(0xb9)]['is'](_0x1ad3f1(0x194))&&_0x39a553[_0x1ad3f1(0x1ae)][_0x1ad3f1(0x1d8)][_0x1ad3f1(0x231)](_0x520643[_0x1ad3f1(0xb9)])&&!_0x14fbfb[_0x1ad3f1(0xa1)](_0x1ad3f1(0x11e))){_0x4b13e8[_0x1ad3f1(0x138)][_0x1ad3f1(0x10b)]([_0x1ad3f1(0x10e),_0x1ad3f1(0x1f3)],_0x14fbfb),_0x4b13e8[_0x1ad3f1(0x138)][_0x1ad3f1(0xa2)](_0x1ad3f1(0x1aa),_0x467501,_0x14fbfb),_0x4b13e8[_0x1ad3f1(0x1e7)][_0x1ad3f1(0xd7)](_0x14fbfb,_0x520643[_0x1ad3f1(0x96)]),_0x4a625b&&(this[_0x1ad3f1(0xbb)][_0x1ad3f1(0x1bf)](_0x520643[_0x1ad3f1(0x96)])?_0x4b13e8[_0x1ad3f1(0x138)][_0x1ad3f1(0x10b)](_0x1ad3f1(0x12a),_0x14fbfb):_0x4b13e8[_0x1ad3f1(0x138)][_0x1ad3f1(0x1b4)](_0x1ad3f1(0x12a),_0x14fbfb));for(const _0x298549 of _0x39a553[_0x1ad3f1(0x1ae)][_0x1ad3f1(0x1d4)](_0x520643[_0x1ad3f1(0xb9)])[_0x1ad3f1(0x1d9)]())_0x4b13e8[_0x1ad3f1(0x17b)][_0x1ad3f1(0x15e)](_0x298549,_0x218556[_0x1ad3f1(0x13d)]);_0x4b13e8[_0x1ad3f1(0x17b)][_0x1ad3f1(0x15e)](_0x520643[_0x1ad3f1(0xb9)],_0x218556[_0x1ad3f1(0x13d)]);}};_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0xc5)](_0x2378c2=>{const _0x521698=_0x4b5d51;_0x2378c2['on'](_0x521698(0x1da),(_0x4d2e7e,_0x1455ec,_0x2973e6)=>{const _0x1ab02e=_0x521698;_0x2973e6[_0x1ab02e(0xee)][_0x1ab02e(0x1bb)]&&_0xe38d0({'showActiveMarkers':!0x1})(_0x4d2e7e,_0x1455ec,_0x2973e6);},{'priority':_0x521698(0x234)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0xc5)](_0x31b55e=>{const _0x5e0601=_0x4b5d51;_0x31b55e['on'](_0x5e0601(0x18a),(_0x1101d4,_0x25518d,_0x1f55a9)=>{const _0x4016b2=_0x5e0601;_0x1f55a9[_0x4016b2(0xee)][_0x4016b2(0x1bb)]&&_0xe38d0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1101d4,_0x25518d,_0x1f55a9);},{'priority':_0x5e0601(0x234)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x206))[_0x4b5d51(0x121)]({'model':_0x4b5d51(0xa6),'view':(_0x2f8786,_0x4a4f38)=>_0x4a4f38[_0x4b5d51(0xee)][_0x4b5d51(0x1bb)]?null:{'group':_0x4b5d51(0xa6),'name':_0x2f8786[_0x4b5d51(0x146)](0xb)}}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x8d))[_0x4b5d51(0x129)]({'view':{'name':_0x4b5d51(0xa6),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1f3ff,{writer:_0x278866})=>{const _0x45db23=_0x4b5d51;let _0x2eef9e=_0x45db23(0x13c)+_0x1f3ff[_0x45db23(0x191)](_0x45db23(0x135))+':'+_0x1f3ff[_0x45db23(0x191)]('id');return _0x1f3ff[_0x45db23(0x191)](_0x45db23(0x179))&&(_0x2eef9e+=':'+_0x1f3ff[_0x45db23(0x191)](_0x45db23(0x179))),_0x278866[_0x45db23(0x93)](_0x45db23(0x141),{'data-name':_0x2eef9e});}}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x8d))[_0x4b5d51(0x18b)]({'view':_0x4b5d51(0xa6)}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0xc5)](_0x426cd8=>{const _0x145c37=_0x4b5d51;_0x426cd8['on'](_0x145c37(0x1da),_0xe38d0(),{'priority':_0x145c37(0x204)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0xc5)](_0x24bea7=>{const _0x187a5e=_0x4b5d51;_0x24bea7['on'](_0x187a5e(0x18a),_0xe38d0({'isAttributeSuggestion':!0x0}),{'priority':_0x187a5e(0x204)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0xc5)](_0x48c116=>{const _0x25f811=_0x4b5d51;_0x48c116['on'](_0x25f811(0x236),(_0x29d1c7,_0x28f99f,_0x4569ff)=>{const _0x2c939b=_0x25f811,_0x575112=_0x4569ff[_0x2c939b(0x1e7)][_0x2c939b(0xdd)](_0x28f99f[_0x2c939b(0x96)]);if(_0x575112){for(const _0x598cab of _0x575112)_0x598cab[_0x2c939b(0xa1)](_0x2c939b(0x11e))||(_0x4569ff[_0x2c939b(0x138)][_0x2c939b(0x1b4)]([_0x2c939b(0x10e),_0x2c939b(0x1f3),_0x2c939b(0x12a)],_0x598cab),_0x4569ff[_0x2c939b(0x138)][_0x2c939b(0x16d)](_0x2c939b(0x1aa),_0x598cab),_0x4569ff[_0x2c939b(0x1e7)][_0x2c939b(0x147)](_0x598cab,_0x28f99f[_0x2c939b(0x96)]));}},{'priority':_0x25f811(0x204)});}),_0x39a553[_0x4b5d51(0x16f)][_0x4b5d51(0x126)](_0x4b5d51(0x111))[_0x4b5d51(0xc5)](_0x345312=>{const _0x775cc2=_0x4b5d51;_0x345312['on'](_0x775cc2(0x150),(_0xc2245b,_0xd3b6f7,_0x3a1c79)=>{const _0x33e3b8=_0x775cc2,_0x5a159f=_0x3a1c79[_0x33e3b8(0x1e7)][_0x33e3b8(0xdd)](_0xd3b6f7[_0x33e3b8(0x96)]);if(!_0x5a159f)return;const {id:_0x22e58a}=this[_0x33e3b8(0x214)](_0xd3b6f7[_0x33e3b8(0x96)]),_0x33f0f9=this[_0x33e3b8(0x1bd)][_0x33e3b8(0xe1)](_0x22e58a),_0x35cedc=this[_0x33e3b8(0x1cc)](_0x33f0f9);if(this[_0x33e3b8(0x140)](_0x35cedc)){for(const _0x26eeca of _0x5a159f)_0x26eeca[_0x33e3b8(0xa1)](_0x33e3b8(0x11e))||(_0x3a1c79[_0x33e3b8(0x138)][_0x33e3b8(0x1b4)]([_0x33e3b8(0x10e),_0x33e3b8(0x1f3),_0x33e3b8(0x12a)],_0x26eeca),_0x3a1c79[_0x33e3b8(0x138)][_0x33e3b8(0x16d)](_0x33e3b8(0x1aa),_0x26eeca),_0x3a1c79[_0x33e3b8(0x1e7)][_0x33e3b8(0x147)](_0x26eeca,_0xd3b6f7[_0x33e3b8(0x96)]));}},{'priority':_0x775cc2(0x204)});}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)][_0x4b5d51(0x197)](_0x3bd897=>{const _0x475bc2=_0x4b5d51;let _0xdf221c=!0x1;const _0x5b2903=Array[_0x475bc2(0x200)](_0x39a553[_0x475bc2(0x1ae)][_0x475bc2(0xfd)][_0x475bc2(0x94)][_0x475bc2(0xa7)]()),_0x381b53=new Set();for(const {name:_0x33752c,data:_0x5d97a2}of _0x5b2903){const {group:_0x822991,type:_0x1bac78,subType:_0xb526bd,id:_0x2f7081}=this[_0x475bc2(0x214)](_0x33752c);if(_0x475bc2(0xa6)!==_0x822991)continue;const _0x5d25e3=this[_0x475bc2(0x1bd)][_0x475bc2(0xe1)](_0x2f7081);if(null!=_0x5d97a2[_0x475bc2(0x98)]){_0x475bc2(0x182)==_0x1bac78&&(_0xdf221c=_0xdf221c||Tt(_0x5d97a2[_0x475bc2(0x98)],_0x33752c,_0x3bd897,_0x39a553[_0x475bc2(0x1ae)][_0x475bc2(0x1d8)]));const _0x5842d9=_0x475bc2(0x9a)==_0x1bac78&&this[_0x475bc2(0x140)](_0xb526bd[_0x475bc2(0x1fe)]('|')[0x0]);if(_0x5d97a2[_0x475bc2(0x98)][_0x475bc2(0x16c)]||_0x475bc2(0x1e5)==_0x5d97a2[_0x475bc2(0x98)][_0x475bc2(0x226)][_0x475bc2(0x220)]||_0x475bc2(0x1c0)==_0x1bac78&&!Vt(_0x5d97a2[_0x475bc2(0x98)])||_0x5842d9&&!Vt(_0x5d97a2[_0x475bc2(0x98)])||_0x475bc2(0x16b)==_0x1bac78&&!(!Rt(_0x2da7b5=_0x5d97a2[_0x475bc2(0x98)])&&!function(_0x4b61f6){const _0x300ee2=_0x475bc2;return _0x4b61f6[_0x300ee2(0xc4)][_0x300ee2(0x19c)]==_0x4b61f6[_0x300ee2(0x1bc)][_0x300ee2(0x1ea)]&&_0x4b61f6[_0x300ee2(0xc4)][_0x300ee2(0xa0)];}(_0x2da7b5)))_0x3bd897[_0x475bc2(0x88)](_0x33752c),_0xdf221c=!0x0;else{if(!_0x5d25e3||!_0x5d25e3[_0x475bc2(0x10d)])continue;_0x381b53[_0x475bc2(0xc5)](_0x5d25e3);}}}var _0x2da7b5;return _0x381b53[_0x475bc2(0xc3)]>0x0&&(_0xdf221c=!!this[_0x475bc2(0x1f5)](_0x381b53)||_0xdf221c),_0xdf221c;}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)][_0x4b5d51(0x197)](_0x341786=>{const _0x77ca85=_0x4b5d51;let _0x1d7ab1=!0x1;for(const _0xd8a1db of _0x39a553[_0x77ca85(0x1ae)][_0x77ca85(0xfd)][_0x77ca85(0x94)][_0x77ca85(0x183)]())if(_0x77ca85(0x139)==_0xd8a1db[_0x77ca85(0xbd)])for(const _0x4cf4c9 of this[_0x77ca85(0x1bd)][_0x77ca85(0xb6)]()){if(_0x4cf4c9[_0x77ca85(0xf4)]||!_0x4cf4c9[_0x77ca85(0x10d)])continue;const _0x53c915=_0x77ca85(0x1c0)==_0x4cf4c9[_0x77ca85(0xbd)],_0x4651d9=this[_0x77ca85(0x1cc)](_0x4cf4c9),_0xac8f8d=_0x4651d9&&this[_0x77ca85(0x140)](_0x4651d9);if(!_0x53c915&&!_0xac8f8d)continue;const _0x5a7f67=_0x4cf4c9[_0x77ca85(0x1fc)]();if(_0x5a7f67[_0x77ca85(0xc4)][_0x77ca85(0x19c)]!=_0x5a7f67[_0x77ca85(0x1bc)][_0x77ca85(0x19c)]&&!_0x5a7f67[_0x77ca85(0x1bc)][_0x77ca85(0xa0)]){const _0x51722c=_0x39a553[_0x77ca85(0x1ae)][_0x77ca85(0x1f0)](_0x5a7f67[_0x77ca85(0xc4)][_0x77ca85(0xe3)],_0x77ca85(0x1bc)),_0x11e5c1=_0x39a553[_0x77ca85(0x1ae)][_0x77ca85(0x221)](_0x5a7f67[_0x77ca85(0xc4)],_0x51722c);_0x341786[_0x77ca85(0x185)](_0x4cf4c9[_0x77ca85(0x1d7)](),{'range':_0x11e5c1}),_0x1d7ab1=!0x0;}}return _0x1d7ab1;}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)][_0x4b5d51(0x197)](_0xa72c19=>this[_0x4b5d51(0xdf)](_0xa72c19)),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)][_0x4b5d51(0x197)](_0x58ec83=>!_0x58ec83[_0x4b5d51(0x21b)][_0x4b5d51(0xa8)]&&this[_0x4b5d51(0x208)](_0x58ec83)),_0x39a553[_0x4b5d51(0x1ae)]['on'](_0x4b5d51(0x1ec),()=>{const _0x3c6b05=_0x4b5d51;this[_0x3c6b05(0x161)]=!0x1;}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)]['on'](_0x4b5d51(0xf1),(_0xa1bbfa,_0x5bacef)=>{const _0x313f57=_0x4b5d51;if(!_0x5bacef[_0x313f57(0xa8)]||_0x5bacef[_0x313f57(0x195)])return;if(!this[_0x313f57(0x161)])return;const _0x2f992c=_0x39a553[_0x313f57(0x1ae)][_0x313f57(0xfd)][_0x313f57(0x94)][_0x313f57(0x183)]();if(0x0==_0x2f992c[_0x313f57(0x215)])return;const _0x4ac37f=[],_0x113a83=_0x2f992c[_0x313f57(0x174)](_0x55dabc=>_0x313f57(0x9a)==_0x55dabc[_0x313f57(0xbd)]),_0x3aa4bf=_0x2f992c[_0x313f57(0x174)](_0x1da89e=>_0x313f57(0x139)==_0x1da89e[_0x313f57(0xbd)]&&_0x313f57(0x1c8)!=_0x1da89e[_0x313f57(0x13d)]),_0x2e85f2=_0x2f992c[_0x313f57(0x174)](_0xbe6ec6=>_0x313f57(0x134)==_0xbe6ec6[_0x313f57(0xbd)]&&_0x313f57(0x1c8)!=_0xbe6ec6[_0x313f57(0x13d)]);for(const _0x2c84d2 of _0x113a83)this[_0x313f57(0x18d)](_0x2c84d2[_0x313f57(0xad)])&&_0x4ac37f[_0x313f57(0x1e1)]({'key':_0x2c84d2[_0x313f57(0xad)],'newValue':_0x2c84d2[_0x313f57(0x152)],'oldValue':_0x2c84d2[_0x313f57(0x17a)],'range':Ut(_0x2c84d2[_0x313f57(0x101)],_0x39a553[_0x313f57(0x1ae)])});for(const _0x488da6 of _0x3aa4bf){const _0x295d57=_0x2e85f2[_0x313f57(0x12f)](_0x2953b4=>_0x2953b4[_0x313f57(0x14b)]===_0x488da6[_0x313f57(0x14b)]);if(_0x295d57){const _0x3d918c=Ot(_0x488da6[_0x313f57(0x12c)][_0x313f57(0xe3)],_0x39a553[_0x313f57(0x1ae)]);_0x295d57[_0x313f57(0x13d)]!==_0x488da6[_0x313f57(0x13d)]&&_0x4ac37f[_0x313f57(0x1e1)]({'key':_0x313f57(0xdb),'newValue':_0x488da6[_0x313f57(0x13d)],'oldValue':_0x295d57[_0x313f57(0x13d)],'range':_0x3d918c});for(const [_0x4771b3,_0x13e462]of _0x295d57[_0x313f57(0x1ab)]){if(!this[_0x313f57(0x18d)](_0x4771b3))continue;const _0x1e842e=_0x488da6[_0x313f57(0x1ab)][_0x313f57(0xe1)](_0x4771b3);_0x13e462!==_0x1e842e&&_0x4ac37f[_0x313f57(0x1e1)]({'key':_0x4771b3,'newValue':_0x1e842e,'oldValue':_0x13e462,'range':_0x3d918c});}for(const [_0x475514,_0x3e189a]of _0x488da6[_0x313f57(0x1ab)])this[_0x313f57(0x18d)](_0x475514)&&(_0x295d57[_0x313f57(0x1ab)][_0x313f57(0x1b8)](_0x475514)||_0x4ac37f[_0x313f57(0x1e1)]({'key':_0x475514,'newValue':_0x3e189a,'oldValue':null,'range':_0x3d918c}));}}0x0!=_0x4ac37f[_0x313f57(0x215)]&&_0x39a553[_0x313f57(0x1ae)][_0x313f57(0x15a)](_0x5bacef,_0x57ebd4=>{const _0x2db39c=_0x313f57,_0x363460=_0x315158();for(const {range:_0x3f093b,key:_0x5f2a5a,oldValue:_0x3b7c2d,newValue:_0x41dd75}of _0x4ac37f)this[_0x2db39c(0x133)](_0x3f093b,_0x5f2a5a,_0x3b7c2d,_0x41dd75,{'groupId':_0x363460});this[_0x2db39c(0x1c7)](_0x57ebd4,_0x4ac37f);});},{'priority':_0x4b5d51(0x106)}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0x89)]['on'](_0x4b5d51(0xcc),(_0x2c598a,_0x4afc5d,_0x4cdc94)=>{const _0x21bceb=_0x4b5d51;if(null==_0x4cdc94){const {id:_0x2d78e9}=this[_0x21bceb(0x214)](_0x4afc5d[_0x21bceb(0x13d)]),_0x97da89=this[_0x21bceb(0x1bd)][_0x21bceb(0xe1)](_0x2d78e9);_0x97da89&&_0x97da89[_0x21bceb(0xa4)](_0x4afc5d[_0x21bceb(0x13d)]);}}),_0x39a553[_0x4b5d51(0x1ae)][_0x4b5d51(0xfd)]['on'](_0x4b5d51(0xf1),()=>{const _0x578e25=_0x4b5d51,_0x29dd07=Array[_0x578e25(0x200)](_0x39a553[_0x578e25(0x1ae)][_0x578e25(0xfd)][_0x578e25(0x94)][_0x578e25(0xa7)]())[_0x578e25(0x174)](_0x22e1f3=>_0x578e25(0xa6)===this[_0x578e25(0x214)](_0x22e1f3[_0x578e25(0x13d)])[_0x578e25(0x230)]);if(0x0===_0x29dd07[_0x578e25(0x215)])return;_0x29dd07[_0x578e25(0xc1)]((_0xc86d6f,_0x36eaae)=>{const _0x178693=_0x578e25,_0xbdb21b=_0xc86d6f[_0x178693(0x136)][_0x178693(0x1d1)],_0xbee838=_0x36eaae[_0x178693(0x136)][_0x178693(0x1d1)];return null===_0xbdb21b&&null===_0xbee838?0x0:null===_0xbdb21b&&null!==_0xbee838?-0x1:null!==_0xbdb21b&&null===_0xbee838?0x1:_0xbdb21b[_0x178693(0xc4)][_0x178693(0x165)](_0xbee838[_0x178693(0xc4)])?-0x1:0x1;});const _0x331ad7=new Set(),_0x39a7b6=new Set();for(const {name:_0x5667f6,data:_0xe66bb7}of _0x29dd07){const {id:_0x301817}=this[_0x578e25(0x214)](_0x5667f6);if(null===_0xe66bb7[_0x578e25(0x1d1)]){const _0x3fdc74=this[_0x578e25(0x167)](_0x5667f6);_0x39a7b6[_0x578e25(0xc5)](_0x3fdc74);}else{const _0x17b752=this[_0x578e25(0x1bd)][_0x578e25(0xe1)](_0x301817);null!==_0xe66bb7[_0x578e25(0x98)]||_0x17b752[_0x578e25(0x10d)]?(_0x331ad7[_0x578e25(0xc5)](_0x17b752[_0x578e25(0x102)]),_0x39a7b6[_0x578e25(0xc5)](_0x17b752)):this[_0x578e25(0x158)](_0x17b752);}}_0x39a7b6[_0x578e25(0xc3)]>0x0&&this[_0x578e25(0xd8)](_0x39a7b6);for(const _0x26c37e of _0x331ad7)this[_0x578e25(0x20b)](_0x578e25(0xcb),_0x26c37e);}),_0x39a553[_0x4b5d51(0x1ae)]['on'](_0x4b5d51(0x9e),(_0x55127c,_0x3deac8)=>{const _0x1e384d=_0x4b5d51,_0xe5e51=_0x3deac8[0x0];if(!this[_0x1e384d(0x1bd)][_0x1e384d(0xc3)])return;if(!_0xe5e51[_0x1e384d(0x198)])return;if(_0xe5e51[_0x1e384d(0x21b)][_0x1e384d(0x195)]||!_0xe5e51[_0x1e384d(0x21b)][_0x1e384d(0xa8)])return;let _0x210378,_0x596fb8;switch(_0xe5e51[_0x1e384d(0xbd)]){case _0x1e384d(0x139):_0x210378=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x1f0)](_0xe5e51[_0x1e384d(0x12c)]),_0x596fb8=_0x210378[_0x1e384d(0x212)](_0xe5e51[_0x1e384d(0x145)]);break;case _0x1e384d(0x1fe):_0x210378=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x1f0)](_0xe5e51[_0x1e384d(0x210)]),_0x596fb8=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x1f0)](_0xe5e51[_0x1e384d(0x22b)]);break;case _0x1e384d(0x20d):_0x210378=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x1f0)](_0xe5e51[_0x1e384d(0x21c)]),_0x596fb8=_0x210378[_0x1e384d(0x212)](_0xe5e51[_0x1e384d(0x145)]);break;default:return;}const _0x38e787=_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0x221)](_0x210378,_0x596fb8);_0x39a553[_0x1e384d(0x1ae)][_0x1e384d(0xe5)](()=>{const _0xc596f0=_0x1e384d;for(const {suggestion:_0x610433,meta:_0x4bd320}of this[_0xc596f0(0x1ca)](_0x38e787)){if(_0x610433[_0xc596f0(0xf4)])continue;if(_0xc596f0(0x182)==_0x610433[_0xc596f0(0xbd)])continue;const _0x35896d=this[_0xc596f0(0x1cc)](_0x610433);if(_0x35896d&&this[_0xc596f0(0x140)](_0x35896d)&&_0xc596f0(0x1fe)!=_0xe5e51[_0xc596f0(0xbd)])continue;const _0x1cfb07=_0x610433[_0xc596f0(0x136)]&&_0x610433[_0xc596f0(0x136)][_0xc596f0(0x1cd)];(_0xc596f0(0x1c0)!=_0x610433[_0xc596f0(0xbd)]||_0xc596f0(0x1fe)==_0xe5e51[_0xc596f0(0xbd)]&&!_0x1cfb07)&&(_0x4bd320[_0xc596f0(0x193)]||_0xc596f0(0x17c)==_0x610433[_0xc596f0(0xbd)]&&_0x4bd320[_0xc596f0(0x22c)]||_0x610433[_0xc596f0(0x1fc)]()[_0xc596f0(0xde)](_0x38e787)&&this[_0xc596f0(0x1a7)](_0x610433,_0x210378,_0x596fb8));}});},{'priority':_0x4b5d51(0x106)}),_0x39a553[_0x4b5d51(0x1ae)]['on'](_0x4b5d51(0x14a),(_0x5de4bb,_0x12f62e)=>{const _0x3ae858=_0x4b5d51,_0x5e31db=_0x12f62e[0x0],_0xfa73ad=_0x12f62e[0x1];if(_0xfa73ad&&_0xfa73ad[_0x3ae858(0x22d)])return;if(this[_0x3ae858(0xc9)])return;if(!this[_0x3ae858(0x218)][_0x3ae858(0x196)])return;if(_0x5e31db[_0x3ae858(0x16c)])return;const _0x33650d=_0x39a553[_0x3ae858(0x1ae)][_0x3ae858(0x1d8)],{start:_0x191542,end:_0x228305}=_0x5e31db[_0x3ae858(0x1fc)](),_0x4ee9ae=_0x191542[_0x3ae858(0xe3)]&&_0x33650d[_0x3ae858(0x188)](_0x191542[_0x3ae858(0xe3)])?null:_0x33650d[_0x3ae858(0xda)](_0x191542,_0x3ae858(0x10c)),_0x1be13b=_0x228305[_0x3ae858(0x1ea)]&&_0x33650d[_0x3ae858(0x188)](_0x228305[_0x3ae858(0x1ea)])?null:_0x33650d[_0x3ae858(0xda)](_0x228305,_0x3ae858(0x1c4)),_0x59a094=_0x39a553[_0x3ae858(0x1ae)][_0x3ae858(0x221)](_0x4ee9ae?_0x4ee9ae[_0x3ae858(0xc4)]:_0x191542,_0x1be13b?_0x1be13b[_0x3ae858(0x1bc)]:_0x228305);_0x39a553[_0x3ae858(0x1ae)][_0x3ae858(0xe5)](_0x4c70ed=>{const _0x5aa865=_0x3ae858;this[_0x5aa865(0x1cb)](_0x59a094);const _0x3df584=_0x39a553[_0x5aa865(0x1ae)][_0x5aa865(0x1d8)][_0x5aa865(0xda)](_0x59a094[_0x5aa865(0xc4)]);_0x5e31db['is'](_0x5aa865(0x148))?_0x4c70ed[_0x5aa865(0xb7)](_0x3df584):_0x5e31db[_0x5aa865(0x211)](_0x3df584);}),_0x5de4bb[_0x3ae858(0x1c5)]();},{'priority':_0x4545fd[_0x4b5d51(0xa5)]+0xa}),_0x39a553[_0x4b5d51(0x1ae)]['on'](_0x4b5d51(0x1a0),(_0x3be3cc,_0x2c52bb)=>{const _0x1668c0=_0x4b5d51,_0x5c7a60=_0x2c52bb[_0x2c52bb[_0x1668c0(0x215)]-0x1];_0x5c7a60&&_0x5c7a60[_0x1668c0(0x22d)]||this[_0x1668c0(0xc9)]||this[_0x1668c0(0x218)][_0x1668c0(0x196)]&&(_0x39a553[_0x1668c0(0x1ae)][_0x1668c0(0xe5)](()=>{const _0x259f45=_0x1668c0;let _0x16c7e0=_0x39a553[_0x259f45(0x1ae)][_0x259f45(0x1a0)](_0x2c52bb[0x0],_0x2c52bb[0x1],_0x2c52bb[0x2],{'forceDefaultExecution':!0x0});if(!_0x16c7e0)return;_0x3be3cc[_0x259f45(0x16e)]=_0x16c7e0[_0x259f45(0x224)]();const _0x31d583=_0x16c7e0[_0x259f45(0x1bc)][_0x259f45(0x1ea)],_0x4768c5=_0x39a553[_0x259f45(0x1ae)][_0x259f45(0x1d8)];_0x31d583&&_0x4768c5[_0x259f45(0x231)](_0x31d583)&&!_0x4768c5[_0x259f45(0xec)](_0x31d583)&&(_0x16c7e0=_0x39a553[_0x259f45(0x1ae)][_0x259f45(0x221)](_0x16c7e0[_0x259f45(0xc4)],_0x39a553[_0x259f45(0x1ae)][_0x259f45(0x1f0)](_0x31d583,_0x259f45(0x1bc)))),this[_0x259f45(0xaf)](_0x16c7e0);}),_0x3be3cc[_0x1668c0(0x1c5)]());},{'priority':_0x4b5d51(0x204)}),this[_0x4b5d51(0xf8)][_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0xc6),this[_0x4b5d51(0x218)]),this[_0x4b5d51(0x17f)](_0x4b5d51(0xc6));const _0x2e8a4f=new _0x2cdcce(_0x39a553,this[_0x4b5d51(0x1bd)]);_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0xa3),_0x2e8a4f),this[_0x4b5d51(0x17f)](_0x4b5d51(0xa3));const _0x3d3fd0=new _0x31157a(_0x39a553,this[_0x4b5d51(0x1bd)]);_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0xef),_0x3d3fd0),this[_0x4b5d51(0x17f)](_0x4b5d51(0xef)),_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0x1b7),new _0x3f3796(_0x39a553,_0x2e8a4f,this[_0x4b5d51(0x1bd)])),this[_0x4b5d51(0x17f)](_0x4b5d51(0x1b7)),_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0x116),new _0x3f3796(_0x39a553,_0x3d3fd0,this[_0x4b5d51(0x1bd)])),this[_0x4b5d51(0x17f)](_0x4b5d51(0x116)),_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0x1df),new _0x57ace5(_0x39a553,_0x2e8a4f,this[_0x4b5d51(0x1bd)])),this[_0x4b5d51(0x17f)](_0x4b5d51(0x1df)),_0x39a553[_0x4b5d51(0x219)][_0x4b5d51(0xc5)](_0x4b5d51(0x1d0),new _0x57ace5(_0x39a553,_0x3d3fd0,this[_0x4b5d51(0x1bd)])),this[_0x4b5d51(0x17f)](_0x4b5d51(0x1d0));const _0x50c95b=_0x39a553[_0x4b5d51(0xb3)][_0x4b5d51(0xe1)](_0x4b5d51(0x18f));this[_0x4b5d51(0x130)](_0x50c95b,_0x4b5d51(0x115),(_0x14e21d,{threadId:_0x12b263})=>{const _0x23ff49=_0x4b5d51,_0x1830dc=this[_0x23ff49(0x1bd)][_0x23ff49(0xe1)](_0x12b263);_0x1830dc&&_0x1830dc[_0x23ff49(0x11a)]&&0x1===_0x1830dc[_0x23ff49(0x11a)][_0x23ff49(0x215)]&&this[_0x23ff49(0xe8)](_0x12b263,{'hasComments':!0x0});},{'priority':_0x4b5d51(0x105)}),this[_0x4b5d51(0x130)](_0x50c95b,_0x4b5d51(0x1f4),(_0x167ea7,{threadId:_0x93b797})=>{const _0x5740d1=_0x4b5d51,_0x13962f=this[_0x5740d1(0x1bd)][_0x5740d1(0xe1)](_0x93b797);_0x13962f&&_0x13962f[_0x5740d1(0x11a)]&&!_0x13962f[_0x5740d1(0x11a)][_0x5740d1(0x215)]&&this[_0x5740d1(0xe8)](_0x93b797,{'hasComments':!0x1});},{'priority':_0x4b5d51(0x105)});}set[_0x1b2acd(0x178)](_0x501e02){const _0x43669b=_0x1b2acd;if(this[_0x43669b(0x1de)])throw new _0x35b78f(_0x43669b(0x118),this);this[_0x43669b(0x1de)]=_0x501e02;}get[_0x1b2acd(0x178)](){const _0x58ab06=_0x1b2acd;return this[_0x58ab06(0x1de)];}[_0x1b2acd(0x14d)]({skipNotAttached:_0x10db48=!0x1,toJSON:_0x4bd35a=!0x1}={}){const _0x3dc59f=_0x1b2acd,_0x5e8c46=[];for(const _0x29b5b9 of this[_0x3dc59f(0x1bd)][_0x3dc59f(0xb6)]())_0x10db48&&!_0x29b5b9[_0x3dc59f(0x10d)]||_0x5e8c46[_0x3dc59f(0x1e1)](_0x29b5b9);return _0x4bd35a?_0x5e8c46[_0x3dc59f(0x131)](_0xf03f1=>_0xf03f1[_0x3dc59f(0xd9)]()):_0x5e8c46;}[_0x1b2acd(0x1fa)](_0x5cb4d1){const _0x49cce9=_0x1b2acd,_0x521fac=this[_0x49cce9(0x1bd)][_0x49cce9(0xe1)](_0x5cb4d1);if(!_0x521fac)throw new _0x35b78f(_0x49cce9(0x1f2),this);return _0x521fac;}[_0x1b2acd(0x113)](_0x1fbd38){const _0x4f5dcc=_0x1b2acd;return this[_0x4f5dcc(0x1bd)][_0x4f5dcc(0x1b8)](_0x1fbd38);}[_0x1b2acd(0xfa)](_0x3c15f5){const _0x4845be=_0x1b2acd,{authorId:_0x575233,id:_0x329793,attributes:_0x4f7ccf}=_0x3c15f5,[_0x31f39b,_0x3cfbee]=_0x3c15f5[_0x4845be(0xbd)][_0x4845be(0x1fe)](':'),_0x2ec895=this[_0x4845be(0x1bd)][_0x4845be(0xe1)](_0x329793)||this[_0x4845be(0x1a9)](_0x31f39b,_0x3cfbee,_0x329793,_0x575233,_0x4f7ccf);if(this[_0x4845be(0x1c6)](_0x2ec895),this[_0x4845be(0xb0)](_0x2ec895,_0x31f39b,_0x3cfbee||null,_0x575233),_0x2ec895[_0x4845be(0x1a8)]=_0x3c15f5[_0x4845be(0x1a8)],_0x2ec895[_0x4845be(0x119)]=!0x0,_0x4f7ccf&&_0x4f7ccf[_0x4845be(0x127)]){const _0x1b9a00=_0x4f7ccf[_0x4845be(0x127)],_0x47461e=this[_0x4845be(0x159)](_0x1b9a00[_0x4845be(0xfe)]);_0x2ec895[_0x4845be(0x1c3)]=_0x1b9a00[_0x4845be(0x1a8)],_0x2ec895[_0x4845be(0xf2)]=_0x47461e,_0x2ec895[_0x4845be(0x91)]=!0x0;}else _0x2ec895[_0x4845be(0x1c3)]=_0x3c15f5[_0x4845be(0x1a8)];switch(_0x3c15f5[_0x4845be(0x136)]&&(_0x2ec895[_0x4845be(0x136)]=_0x3c15f5[_0x4845be(0x136)]),_0x3c15f5[_0x4845be(0x1ab)]&&(_0x2ec895[_0x4845be(0x1ab)]=_0x3c15f5[_0x4845be(0x1ab)]),this[_0x4845be(0x1de)]&&this[_0x4845be(0x1de)][_0x4845be(0x207)]||(_0x2ec895[_0x4845be(0x8b)]=!0x0),this[_0x4845be(0x1a6)][_0x4845be(0xe1)](_0x2ec895)){case _0x4845be(0x162):this[_0x4845be(0x1a6)][_0x4845be(0x109)](_0x2ec895,_0x4845be(0x10f));break;case _0x4845be(0x20f):_0x2ec895[_0x4845be(0x10d)]?(this[_0x4845be(0x1f5)](new Set([_0x2ec895])),this[_0x4845be(0xd8)](new Set([_0x2ec895])),this[_0x4845be(0x1a6)][_0x4845be(0x109)](_0x2ec895,_0x4845be(0x10a)),this[_0x4845be(0x20b)](_0x4845be(0x175),_0x2ec895)):this[_0x4845be(0x1a6)][_0x4845be(0x109)](_0x2ec895,_0x4845be(0xff));}return _0x2ec895;}[_0x1b2acd(0xa3)](_0x36d50b){const _0x17f7e6=_0x1b2acd;this[_0x17f7e6(0x22d)](()=>{const _0x2561a4=_0x17f7e6;this[_0x2561a4(0xf8)][_0x2561a4(0x1ae)][_0x2561a4(0xe5)](()=>{const _0x4e64c7=_0x2561a4;for(const _0x2b8313 of _0x36d50b[_0x4e64c7(0x1eb)]())_0x2b8313[_0x4e64c7(0x97)]();});});}[_0x1b2acd(0xef)](_0x2ddcf0){const _0x2b397a=_0x1b2acd;this[_0x2b397a(0x22d)](()=>{const _0xa1c36a=_0x2b397a;this[_0xa1c36a(0xf8)][_0xa1c36a(0x1ae)][_0xa1c36a(0xe5)](()=>{const _0x2fe494=_0xa1c36a;for(const _0x4bb64e of _0x2ddcf0[_0x2fe494(0x1eb)]())_0x4bb64e[_0x2fe494(0x19d)]();});});}[_0x1b2acd(0x17f)](_0x47cd61,_0x3bab26){const _0x2cce34=_0x1b2acd,_0x5130d5=this[_0x2cce34(0xf8)][_0x2cce34(0x219)][_0x2cce34(0xe1)](_0x47cd61);if(!_0x5130d5)throw new _0x35b78f(_0x2cce34(0x128),this,{'commandName':_0x47cd61});if(this[_0x2cce34(0x1db)][_0x2cce34(0x1b8)](_0x5130d5))throw new _0x35b78f(_0x2cce34(0x1dd),this,{'commandName':_0x47cd61});this[_0x2cce34(0x1db)][_0x2cce34(0xc5)](_0x5130d5),_0x3bab26&&_0x5130d5['on'](_0x2cce34(0x1ad),(_0x1156e8,_0x5d9a8f)=>{const _0xee46a=_0x2cce34;this[_0xee46a(0x218)][_0xee46a(0x196)]&&(this[_0xee46a(0xc9)]||(_0x5d9a8f[_0xee46a(0x215)]>0x0&&_0x5d9a8f[_0x5d9a8f[_0xee46a(0x215)]-0x1]&&_0x5d9a8f[_0x5d9a8f[_0xee46a(0x215)]-0x1][_0xee46a(0x22d)]?_0x5d9a8f[_0xee46a(0x1ce)]():(_0x1156e8[_0xee46a(0x16e)]=_0x3bab26((..._0x508b1f)=>_0x5130d5[_0xee46a(0x1ad)](..._0x508b1f,{'forceDefaultExecution':!0x0}),..._0x5d9a8f),_0x1156e8[_0xee46a(0x1c5)]())));},{'priority':_0x2cce34(0x204)});}[_0x1b2acd(0x22d)](_0x318feb){const _0x20f926=_0x1b2acd;let _0x521a79,_0x333c11;const _0x5e9c8c=this[_0x20f926(0xc9)];this[_0x20f926(0xc9)]=!0x0;try{_0x521a79=_0x318feb();}catch(_0x4d9ffc){_0x333c11=_0x4d9ffc;}return _0x5e9c8c||(this[_0x20f926(0xc9)]=!0x1),_0x333c11&&_0x35b78f[_0x20f926(0xb8)](_0x333c11,this),_0x521a79;}[_0x1b2acd(0xaf)](_0x48288e,_0x22c2d1=null,_0x4e27ac={}){const _0x3dd5ea=_0x1b2acd;if(_0x48288e[_0x3dd5ea(0x16c)])return null;const _0x4216c1=this[_0x3dd5ea(0xf8)][_0x3dd5ea(0xb3)][_0x3dd5ea(0xe1)](_0x3dd5ea(0x120))['me'];for(const {suggestion:_0x15e63b,meta:_0x394b86}of this[_0x3dd5ea(0x1ca)](_0x48288e,_0x3dd5ea(0x17c)))if(_0x394b86[_0x3dd5ea(0x22c)]){if(!_0x394b86[_0x3dd5ea(0xf5)]){if(_0x394b86[_0x3dd5ea(0x193)]){if(!this[_0x3dd5ea(0x14f)]||!Pt(_0x15e63b,_0x4e27ac))continue;return _0x15e63b;}if(Pt(_0x15e63b,_0x4e27ac))return _0x15e63b;this[_0x3dd5ea(0x1a7)](_0x15e63b,_0x48288e[_0x3dd5ea(0xc4)],_0x48288e[_0x3dd5ea(0x1bc)]);break;}if(_0x22c2d1==_0x15e63b[_0x3dd5ea(0x1a1)]&&Pt(_0x15e63b,_0x4e27ac)){const _0x5360a8=_0x15e63b[_0x3dd5ea(0x1fc)]();return _0x5360a8[_0x3dd5ea(0xc4)][_0x3dd5ea(0x100)](_0x48288e[_0x3dd5ea(0x1bc)])?this[_0x3dd5ea(0x9d)](_0x15e63b,this[_0x3dd5ea(0x1ef)][_0x3dd5ea(0x221)](_0x48288e[_0x3dd5ea(0xc4)],_0x5360a8[_0x3dd5ea(0x1bc)])):this[_0x3dd5ea(0x9d)](_0x15e63b,this[_0x3dd5ea(0x1ef)][_0x3dd5ea(0x221)](_0x5360a8[_0x3dd5ea(0xc4)],_0x48288e[_0x3dd5ea(0x1bc)])),_0x15e63b;}}const _0x5b1fbf=_0x315158(),_0x43597e=_0x4216c1['id'],_0x384218=_0x22c2d1?_0x3dd5ea(0x122)+_0x22c2d1:_0x3dd5ea(0x17c),_0x15c25c=this[_0x3dd5ea(0x1c2)]({'id':_0x5b1fbf,'type':_0x384218,'createdAt':new Date(),'authorId':_0x43597e,'attributes':_0x4e27ac});return this[_0x3dd5ea(0x1e2)](_0x384218,_0x5b1fbf,_0x43597e,_0x48288e),_0x15c25c;}[_0x1b2acd(0xab)](_0x46ae89,_0x22fc4f=_0x1b2acd(0x172),_0x9b52f0={}){const _0x5cb7d9=_0x1b2acd,_0x4567e5=this[_0x5cb7d9(0xf8)][_0x5cb7d9(0xb3)][_0x5cb7d9(0xe1)](_0x5cb7d9(0x120))['me'],_0x16e07c=this[_0x5cb7d9(0x1ee)][_0x5cb7d9(0x171)](_0x5cb7d9(0x17c),_0x22fc4f,_0x5cb7d9(0x1e4));for(const _0x4b0ce1 of this[_0x5cb7d9(0x14d)]())if(_0x4b0ce1[_0x5cb7d9(0xf2)]['id']==_0x4567e5['id']&&_0x5cb7d9(0x17c)==_0x4b0ce1[_0x5cb7d9(0xbd)]&&_0x4b0ce1[_0x5cb7d9(0x1a1)]==_0x22fc4f&&Pt(_0x4b0ce1,_0x9b52f0)&&(_0x16e07c(_0x4b0ce1[_0x5cb7d9(0xae)](),_0x46ae89)||_0x16e07c(_0x46ae89,_0x4b0ce1[_0x5cb7d9(0xae)]()))){for(const _0x1f2d12 of _0x46ae89)_0x4b0ce1[_0x5cb7d9(0x189)](_0x1f2d12);return _0x4b0ce1;}for(const {suggestion:_0x5d98ee,meta:_0x4bb399}of this[_0x5cb7d9(0x1ca)](_0x46ae89,_0x5cb7d9(0x17c))){if(!_0x4bb399[_0x5cb7d9(0x22c)])continue;if(!this[_0x5cb7d9(0x14f)]&&_0x4bb399[_0x5cb7d9(0x193)])continue;if(!Pt(_0x5d98ee,_0x9b52f0))continue;let _0x12b0de=!0x0;for(const _0x33b1d1 of _0x5d98ee[_0x5cb7d9(0xae)]())for(const _0x2c2b66 of _0x46ae89)if(!_0x33b1d1[_0x5cb7d9(0xde)](_0x2c2b66)){_0x12b0de=!0x1;break;}if(_0x12b0de)return _0x5d98ee;}const _0x35c9be=_0x315158(),_0x44d619=_0x4567e5['id'],_0x5afb1a=_0x5cb7d9(0x122)+_0x22fc4f,_0x5300ac=this[_0x5cb7d9(0x1c2)]({'id':_0x35c9be,'type':_0x5afb1a,'createdAt':new Date(),'authorId':_0x44d619,'attributes':_0x9b52f0});for(const _0x5f0ab9 of _0x46ae89)this[_0x5cb7d9(0x1e2)](_0x5afb1a,_0x35c9be,_0x44d619,_0x5f0ab9,_0x110fe5[_0x5cb7d9(0xc0)]());return _0x5300ac;}[_0x1b2acd(0x20a)](_0x5e5d6c,_0x4ccf1a,_0x4bf5fa=null,_0x5521d8={}){const _0x39284c=_0x1b2acd;if(_0x4bf5fa=_0x4bf5fa||Et(_0x4ccf1a),_0x5e5d6c[_0x39284c(0x16c)])return null;if(_0x39284c(0x21a)===this[_0x39284c(0x8f)]){const _0x563c5e=this[_0x39284c(0x1ee)][_0x39284c(0x171)](_0x39284c(0x182),_0x4bf5fa,_0x39284c(0x97));return this[_0x39284c(0x22d)](()=>_0x563c5e([_0x5e5d6c],_0x4ccf1a,_0x5521d8)),null;}const _0x14cbcb=this[_0x39284c(0xf8)][_0x39284c(0xb3)][_0x39284c(0xe1)](_0x39284c(0x120))['me'],_0x284a6a=[];if(_0x39284c(0x20e)!==this[_0x39284c(0x8f)]){for(const {suggestion:_0x11c485,meta:_0x3f5dd0}of this[_0x39284c(0x1ca)](_0x5e5d6c,_0x39284c(0x17c)))_0x3f5dd0[_0x39284c(0x22c)]&&!_0x3f5dd0[_0x39284c(0x149)]&&_0x284a6a[_0x39284c(0x1e1)](..._0x11c485[_0x39284c(0xae)]());}const _0x24ade0=function(_0x491a57,_0x5d0abf){const _0x160836=_0x39284c,_0x29aed9=[];for(const _0x42e436 of _0x5d0abf){const _0x3c9f83=_0x491a57[_0x160836(0xaa)](_0x42e436);_0x3c9f83&&_0x29aed9[_0x160836(0x1e1)](_0x3c9f83);}return _0x29aed9;}(_0x5e5d6c,_0x284a6a),_0x2ad7c6=function(_0x1af0c9,_0x553d7c){const _0x3c1186=_0x39284c,_0x37442d=[_0x1af0c9];for(const _0x229599 of _0x553d7c){let _0x136f2d=0x0;for(;_0x136f2d<_0x37442d[_0x3c1186(0x215)];){const _0x4a0411=_0x37442d[_0x136f2d][_0x3c1186(0x164)](_0x229599);_0x37442d[_0x3c1186(0x142)](_0x136f2d,0x1,..._0x4a0411),_0x136f2d+=_0x4a0411[_0x3c1186(0x215)];}}return _0x37442d;}(_0x5e5d6c,_0x284a6a);_0x24ade0[_0x39284c(0x215)]&&this[_0x39284c(0x1ef)][_0x39284c(0xe5)](()=>{const _0x3622d2=_0x39284c;for(const _0x53fc08 of _0x24ade0){const _0x54c2a0=this[_0x3622d2(0x1ee)][_0x3622d2(0x171)](_0x3622d2(0x182),_0x4bf5fa,_0x3622d2(0x97));this[_0x3622d2(0x22d)](()=>_0x54c2a0([_0x53fc08],_0x4ccf1a,_0x5521d8));}});for(const _0x206756 of _0x2ad7c6){let _0x4df57c=null,_0x22c5f7=_0x206756[_0x39284c(0xc4)],_0x2f7031=_0x206756[_0x39284c(0x1bc)];for(const {suggestion:_0x5444fe,meta:_0x393ae0}of this[_0x39284c(0x1ca)](_0x206756,_0x39284c(0x182))){if(!_0x393ae0[_0x39284c(0x22c)])continue;if(_0x5444fe[_0x39284c(0x1a1)]!=_0x4bf5fa)continue;if(!Pt(_0x5444fe,_0x5521d8))continue;const _0x46a104=_0x5444fe[_0x39284c(0x1fc)]();if(_0x46a104[_0x39284c(0xde)](_0x206756,!0x0))return null;_0x22c5f7=_0x22c5f7[_0x39284c(0x165)](_0x46a104[_0x39284c(0xc4)])?_0x22c5f7:_0x46a104[_0x39284c(0xc4)],_0x2f7031=_0x2f7031[_0x39284c(0xfc)](_0x46a104[_0x39284c(0x1bc)])?_0x2f7031:_0x46a104[_0x39284c(0x1bc)],_0x4df57c?_0x46a104[_0x39284c(0xc4)][_0x39284c(0x165)](_0x4df57c[_0x39284c(0x1fc)]()[_0x39284c(0xc4)])?(_0x4df57c[_0x39284c(0x1e8)](),_0x4df57c=_0x5444fe):_0x5444fe[_0x39284c(0x1e8)]():_0x4df57c=_0x5444fe;}const _0x290ea9=this[_0x39284c(0x1ef)][_0x39284c(0x221)](_0x22c5f7,_0x2f7031);if(_0x4df57c)this[_0x39284c(0x9d)](_0x4df57c,_0x290ea9);else{const _0x2b3e6b=_0x315158(),_0x594b42=_0x14cbcb['id'];this[_0x39284c(0x1c2)]({'id':_0x2b3e6b,'type':_0x39284c(0x21e)+_0x4bf5fa,'data':_0x4ccf1a,'createdAt':new Date(),'authorId':_0x594b42,'attributes':_0x5521d8}),this[_0x39284c(0x1e2)](_0x39284c(0x21e)+_0x4bf5fa,_0x2b3e6b,_0x594b42,_0x290ea9);}}return null;}[_0x1b2acd(0x154)](_0x26b993,_0xde0dc,_0x112188=[],_0x3880ea=null,_0x4a00a8={}){const _0x6818e9=_0x1b2acd;_0xde0dc[_0x6818e9(0x20c)]||(_0xde0dc[_0x6818e9(0x20c)]=_0xde0dc[_0x6818e9(0x163)]),_0xde0dc[_0x6818e9(0x1cd)]=_0x26b993['is'](_0x6818e9(0x101)),_0x3880ea=_0x3880ea||Et(_0xde0dc);const _0x11e691=_0x112188[_0x6818e9(0x131)](_0x20972d=>Ot(_0x20972d,this[_0x6818e9(0x1ef)])),_0x53f456=_0x26b993['is'](_0x6818e9(0x101))?_0x26b993:Ot(_0x26b993,this[_0x6818e9(0x1ef)]);if(_0x6818e9(0x21a)===this[_0x6818e9(0x8f)]){const _0x3de88c=this[_0x6818e9(0x1ee)][_0x6818e9(0x171)](_0x6818e9(0x1c0),_0x3880ea,_0x6818e9(0x97));return this[_0x6818e9(0x22d)](()=>_0x3de88c([_0x53f456],_0xde0dc,_0x4a00a8)),null;}_0x11e691[_0x6818e9(0x1e1)](_0x53f456);let _0xe50323=!0x0;for(const _0x4900d1 of _0x11e691)if(!this[_0x6818e9(0xd2)](_0x4900d1)){_0xe50323=!0x1;break;}if(_0xe50323&&_0x6818e9(0x20e)!==this[_0x6818e9(0x8f)]){const _0x48bd0a=this[_0x6818e9(0x1ee)][_0x6818e9(0x171)](_0x6818e9(0x1c0),_0x3880ea,_0x6818e9(0x97));return this[_0x6818e9(0x22d)](()=>_0x48bd0a([_0x53f456],_0xde0dc,_0x4a00a8)),null;}let _0x3e0ec3=null,_0x1f5d67=_0x53f456[_0x6818e9(0xc4)],_0x440775=_0x53f456[_0x6818e9(0x1bc)];for(const {suggestion:_0x5ec156,meta:_0x38ca28}of this[_0x6818e9(0x1ca)](_0x53f456,_0x6818e9(0x1c0))){if(!_0x38ca28[_0x6818e9(0x22c)])continue;if(_0x38ca28[_0x6818e9(0xf5)]||_0x38ca28[_0x6818e9(0x193)]||_0x38ca28[_0x6818e9(0x149)])continue;if(_0x5ec156[_0x6818e9(0x136)][_0x6818e9(0x20c)]!=_0xde0dc[_0x6818e9(0x20c)])continue;if(!Pt(_0x5ec156,_0x4a00a8))continue;const _0x3e0419=_0x5ec156[_0x6818e9(0x1fc)]();if(_0x5ec156[_0x6818e9(0x1a1)]==_0x3880ea){if(_0x3e0419[_0x6818e9(0xde)](_0x53f456,!0x0))return null;_0x1f5d67=_0x1f5d67[_0x6818e9(0x165)](_0x3e0419[_0x6818e9(0xc4)])?_0x1f5d67:_0x3e0419[_0x6818e9(0xc4)],_0x440775=_0x440775[_0x6818e9(0xfc)](_0x3e0419[_0x6818e9(0x1bc)])?_0x440775:_0x3e0419[_0x6818e9(0x1bc)],_0x3e0ec3?_0x3e0419[_0x6818e9(0xc4)][_0x6818e9(0x165)](_0x3e0ec3[_0x6818e9(0x1fc)]()[_0x6818e9(0xc4)])?(_0x3e0ec3[_0x6818e9(0x1e8)](),_0x3e0ec3=_0x5ec156):_0x5ec156[_0x6818e9(0x1e8)]():_0x3e0ec3=_0x5ec156;}else{const _0x44dc24=_0x53f456[_0x6818e9(0xaa)](_0x3e0419);this[_0x6818e9(0x187)](_0x5ec156,_0x44dc24);}}const _0x1fad4d=this[_0x6818e9(0xf8)][_0x6818e9(0xb3)][_0x6818e9(0xe1)](_0x6818e9(0x120))['me'],_0x3ca477=_0x315158(),_0x5428e1=_0x1fad4d['id'];if(_0x3e0ec3)return this[_0x6818e9(0x9d)](_0x3e0ec3,this[_0x6818e9(0x1ef)][_0x6818e9(0x221)](_0x1f5d67,_0x440775)),_0x3e0ec3;{const _0x4f87ad=this[_0x6818e9(0x1c2)]({'id':_0x3ca477,'type':_0x6818e9(0x173)+_0x3880ea,'data':_0xde0dc,'createdAt':new Date(),'authorId':_0x5428e1,'attributes':_0x4a00a8});return this[_0x6818e9(0x1e2)](_0x6818e9(0x173)+_0x3880ea,_0x3ca477,_0x5428e1,this[_0x6818e9(0x1ef)][_0x6818e9(0x221)](_0x1f5d67,_0x440775)),_0x4f87ad;}}[_0x1b2acd(0xf3)](_0x2f65d2,_0x12b6b1,_0x60f40b=[],_0x34afa7=null,_0x7e0bc1={}){const _0x485a33=_0x1b2acd;_0x12b6b1[_0x485a33(0x20c)]||(_0x12b6b1[_0x485a33(0x20c)]=_0x12b6b1[_0x485a33(0x163)]);const _0x1319b7=_0x2f65d2[0x0];_0x12b6b1[_0x485a33(0x1cd)]=_0x1319b7['is'](_0x485a33(0x101)),_0x34afa7=_0x34afa7||Et(_0x12b6b1);const _0xe3a5f0=_0x60f40b[_0x485a33(0x131)](_0x1a900b=>Ot(_0x1a900b,this[_0x485a33(0x1ef)])),_0x41d60b=_0x1319b7['is'](_0x485a33(0x101))?_0x2f65d2:_0x2f65d2[_0x485a33(0x131)](_0x19ff24=>Ot(_0x19ff24,this[_0x485a33(0x1ef)]));if(_0x485a33(0x21a)===this[_0x485a33(0x8f)]){const _0x17bc76=this[_0x485a33(0x1ee)][_0x485a33(0x171)](_0x485a33(0x1c0),_0x34afa7,_0x485a33(0x97));return this[_0x485a33(0x22d)](()=>_0x17bc76(_0x41d60b,_0x12b6b1,_0x7e0bc1)),null;}_0xe3a5f0[_0x485a33(0x1e1)](..._0x41d60b);let _0x4fdcfb=!0x0;for(const _0x54212e of _0xe3a5f0)if(!this[_0x485a33(0xd2)](_0x54212e)){_0x4fdcfb=!0x1;break;}if(_0x4fdcfb&&_0x485a33(0x20e)!==this[_0x485a33(0x8f)]){const _0xf89fdf=this[_0x485a33(0x1ee)][_0x485a33(0x171)](_0x485a33(0x1c0),_0x34afa7,_0x485a33(0x97));return this[_0x485a33(0x22d)](()=>_0xf89fdf(_0x41d60b,_0x12b6b1,_0x7e0bc1)),null;}const _0x2135de=this[_0x485a33(0xf8)][_0x485a33(0xb3)][_0x485a33(0xe1)](_0x485a33(0x120))['me'];for(const _0x318417 of this[_0x485a33(0x14d)]()){if(_0x318417[_0x485a33(0xf2)]['id']!=_0x2135de['id'])continue;if(_0x485a33(0x1c0)!=_0x318417[_0x485a33(0xbd)]||_0x318417[_0x485a33(0x136)][_0x485a33(0x20c)]!=_0x12b6b1[_0x485a33(0x20c)])continue;if(!Pt(_0x318417,_0x7e0bc1))continue;const _0x69521f=_0x318417[_0x485a33(0x1a1)]==_0x34afa7;for(let _0x9ab0a7=0x0;_0x9ab0a7<_0x41d60b[_0x485a33(0x215)];_0x9ab0a7++){const _0x467a56=_0x41d60b[_0x9ab0a7];for(const _0x2cfa80 of _0x318417[_0x485a33(0x1e0)]()){const _0xd3c89b=_0x2cfa80[_0x485a33(0x22e)]();if(_0x467a56[_0x485a33(0x100)](_0xd3c89b)){_0x69521f?(_0x41d60b[_0x485a33(0x142)](_0x9ab0a7,0x1),_0x9ab0a7--):_0x318417[_0x485a33(0x88)](_0x2cfa80[_0x485a33(0x13d)]);break;}}}}if(0x0==_0x41d60b[_0x485a33(0x215)])return null;const _0x4716e4=this[_0x485a33(0x1ee)][_0x485a33(0x171)](_0x485a33(0x1c0),_0x34afa7,_0x485a33(0x1e4));for(const _0x9d201d of this[_0x485a33(0x14d)]())if(_0x9d201d[_0x485a33(0xf2)]['id']==_0x2135de['id']&&_0x485a33(0x1c0)==_0x9d201d[_0x485a33(0xbd)]&&_0x9d201d[_0x485a33(0x136)][_0x485a33(0x20c)]==_0x12b6b1[_0x485a33(0x20c)]&&_0x9d201d[_0x485a33(0x1a1)]==_0x34afa7&&Pt(_0x9d201d,_0x7e0bc1)&&(_0x4716e4(_0x9d201d[_0x485a33(0xae)](),_0x41d60b)||_0x4716e4(_0x41d60b,_0x9d201d[_0x485a33(0xae)]()))){for(const _0x240da8 of _0x41d60b)_0x9d201d[_0x485a33(0x189)](_0x240da8);return _0x9d201d;}const _0x19f2a2=_0x315158(),_0x28e96a=_0x2135de['id'],_0x2a5316=_0x485a33(0x173)+_0x34afa7,_0x9063f3=this[_0x485a33(0x1c2)]({'id':_0x19f2a2,'type':_0x2a5316,'data':_0x12b6b1,'createdAt':new Date(),'authorId':_0x28e96a,'attributes':_0x7e0bc1});for(const _0x8d9888 of _0x41d60b)this[_0x485a33(0x1e2)](_0x2a5316,_0x19f2a2,_0x28e96a,_0x8d9888,_0x110fe5[_0x485a33(0xc0)]());return _0x9063f3;}[_0x1b2acd(0x1cb)](_0x1af61f,_0x27da7d=null,_0x408154={}){const _0x4bf39e=_0x1b2acd;if(_0x1af61f[_0x4bf39e(0x16c)])return null;const _0x57e725=this[_0x4bf39e(0xf8)][_0x4bf39e(0xb3)][_0x4bf39e(0xe1)](_0x4bf39e(0x120))['me'],_0x2e32e3=new _0xf986f(_0x1af61f[_0x4bf39e(0xc4)],_0x1af61f[_0x4bf39e(0x1bc)]);for(const {suggestion:_0x239dc6,meta:_0x5e5015}of this[_0x4bf39e(0x1ca)](_0x2e32e3,_0x4bf39e(0x17c)))if(_0x5e5015[_0x4bf39e(0x22c)]&&!_0x5e5015[_0x4bf39e(0xf5)]){if(_0x239dc6[_0x4bf39e(0xf4)]){const _0x12efdf=_0x239dc6[_0x4bf39e(0xae)]()[_0x4bf39e(0x174)](_0x1aa38e=>_0x4bf39e(0x1e5)!=_0x1aa38e[_0x4bf39e(0x226)][_0x4bf39e(0x220)]);_0x12efdf[_0x4bf39e(0x1a3)](_0x222644=>_0x2e32e3[_0x4bf39e(0xde)](_0x222644,!0x0))&&_0x239dc6[_0x4bf39e(0x19d)]();if(_0x12efdf[_0x4bf39e(0xd5)](_0x237bfa=>_0x237bfa[_0x4bf39e(0xde)](_0x2e32e3,!0x0))){const _0xda3b8e=this[_0x4bf39e(0x1ee)][_0x4bf39e(0x171)](_0x4bf39e(0x16b),_0x27da7d,_0x4bf39e(0x97));return this[_0x4bf39e(0x22d)](()=>_0xda3b8e([_0x2e32e3],null,_0x408154)),null;}}else{const _0x1cba66=_0x2e32e3[_0x4bf39e(0xaa)](_0x239dc6[_0x4bf39e(0x1fc)]());null!==_0x1cba66&&_0x239dc6[_0x4bf39e(0x8c)]([_0x1cba66],null,_0x408154);}}if(_0x2e32e3[_0x4bf39e(0xce)](),_0x2e32e3[_0x4bf39e(0x16c)]||_0x4bf39e(0x1e5)==_0x2e32e3[_0x4bf39e(0x226)][_0x4bf39e(0x220)])return null;let _0x1f2028=null,_0x223c8b=_0x2e32e3[_0x4bf39e(0xc4)],_0x416029=_0x2e32e3[_0x4bf39e(0x1bc)];const _0x32ba78=this[_0x4bf39e(0x1ca)](_0x2e32e3,_0x4bf39e(0x16b));for(const {suggestion:_0x28b617,meta:_0x518c55}of _0x32ba78){const _0x53ede8=this[_0x4bf39e(0x1ef)][_0x4bf39e(0x221)](_0x223c8b,_0x416029);if(_0x518c55[_0x4bf39e(0x22c)]&&(this[_0x4bf39e(0x14f)]||!_0x518c55[_0x4bf39e(0x193)]&&!_0x518c55[_0x4bf39e(0x149)])){if(_0x28b617[_0x4bf39e(0xf4)]){if(!Pt(_0x28b617,_0x408154))continue;let _0x281ea8=!0x0;for(const _0x182b6c of _0x28b617[_0x4bf39e(0xae)]()){if(_0x182b6c[_0x4bf39e(0xde)](_0x53ede8,!0x0))return _0x28b617;_0x53ede8[_0x4bf39e(0xde)](_0x182b6c)||(_0x281ea8=!0x1);}_0x281ea8&&_0x28b617[_0x4bf39e(0x19d)]();}else{const _0x113b38=_0x28b617[_0x4bf39e(0x1fc)]();if(_0x113b38[_0x4bf39e(0xde)](_0x53ede8,!0x0))return _0x28b617;if(!Pt(_0x28b617,_0x408154)){_0x53ede8[_0x4bf39e(0xde)](_0x113b38)?_0x28b617[_0x4bf39e(0x1e8)]():_0x113b38[_0x4bf39e(0x1ac)](_0x223c8b)?_0x223c8b=_0x113b38[_0x4bf39e(0x1bc)]:_0x113b38[_0x4bf39e(0x1ac)](_0x416029)&&(_0x416029=_0x113b38[_0x4bf39e(0xc4)]);continue;}_0x223c8b=_0x223c8b[_0x4bf39e(0x165)](_0x113b38[_0x4bf39e(0xc4)])?_0x223c8b:_0x113b38[_0x4bf39e(0xc4)],_0x416029=_0x416029[_0x4bf39e(0xfc)](_0x113b38[_0x4bf39e(0x1bc)])?_0x416029:_0x113b38[_0x4bf39e(0x1bc)],_0x408154=Object[_0x4bf39e(0x19f)]({},_0x28b617[_0x4bf39e(0x1ab)]),_0x1f2028?_0x113b38[_0x4bf39e(0xc4)][_0x4bf39e(0x165)](_0x1f2028[_0x4bf39e(0x1fc)]()[_0x4bf39e(0xc4)])?(_0x1f2028[_0x4bf39e(0x1e8)](),_0x1f2028=_0x28b617):_0x28b617[_0x4bf39e(0x1e8)]():_0x1f2028=_0x28b617;}}}if(_0x1f2028)return this[_0x4bf39e(0x9d)](_0x1f2028,this[_0x4bf39e(0x1ef)][_0x4bf39e(0x221)](_0x223c8b,_0x416029)),_0x1f2028;{const _0x7e6410=_0x315158(),_0x298d22=this[_0x4bf39e(0x1ef)][_0x4bf39e(0x221)](_0x223c8b,_0x416029),_0x1205b4=_0x57e725['id'],_0x2e7d71=_0x27da7d?_0x4bf39e(0xca)+_0x27da7d:_0x4bf39e(0x16b),_0x37c890=this[_0x4bf39e(0x1c2)]({'id':_0x7e6410,'type':_0x2e7d71,'createdAt':new Date(),'authorId':_0x1205b4,'attributes':_0x408154});return this[_0x4bf39e(0x1e2)](_0x2e7d71,_0x7e6410,_0x1205b4,_0x298d22),_0x37c890;}}[_0x1b2acd(0xf6)](_0x421ee2,_0x160956=_0x1b2acd(0x172),_0x135316={}){const _0x21ae93=_0x1b2acd,_0x138d39=this[_0x21ae93(0xf8)][_0x21ae93(0xb3)][_0x21ae93(0xe1)](_0x21ae93(0x120))['me'],_0x306a41=_0x421ee2[_0x21ae93(0x131)](_0x687fbf=>new _0xf986f(_0x687fbf[_0x21ae93(0xc4)],_0x687fbf[_0x21ae93(0x1bc)])),_0x3a38e0=new Set();for(const {suggestion:_0x3a8f25,meta:_0x2601a3}of this[_0x21ae93(0x1ca)](_0x306a41,_0x21ae93(0x17c)))_0x2601a3[_0x21ae93(0x22c)]&&!_0x2601a3[_0x21ae93(0xf5)]&&_0x3a38e0[_0x21ae93(0xc5)](_0x3a8f25);for(const _0x2be5f5 of _0x3a38e0)if(_0x2be5f5[_0x21ae93(0xf4)]){const _0x4125bb=_0x2be5f5[_0x21ae93(0xae)]();(!_0x2be5f5[_0x21ae93(0x1ab)]||!_0x2be5f5[_0x21ae93(0x1ab)][_0x21ae93(0x213)])&&(_0x4125bb[_0x21ae93(0x1a3)](_0x2ca8ff=>_0x306a41[_0x21ae93(0xd5)](_0x4444e5=>_0x4444e5[_0x21ae93(0xde)](_0x2ca8ff,!0x0)))&&_0x2be5f5[_0x21ae93(0x19d)]());if(_0x306a41[_0x21ae93(0x1a3)](_0x568f00=>_0x4125bb[_0x21ae93(0xd5)](_0x1b7e96=>_0x1b7e96[_0x21ae93(0xde)](_0x568f00,!0x0)))){const _0x135249=this[_0x21ae93(0x1ee)][_0x21ae93(0x171)](_0x21ae93(0x16b),_0x160956,_0x21ae93(0x97));return this[_0x21ae93(0x22d)](()=>_0x135249(_0x421ee2,null,_0x135316)),null;}}else{const _0x358e09=_0x2be5f5[_0x21ae93(0x1fc)]();_0x306a41[_0x21ae93(0xd5)](_0x241372=>_0x241372[_0x21ae93(0xde)](_0x358e09,!0x0))&&_0x2be5f5[_0x21ae93(0x19d)]();if(_0x306a41[_0x21ae93(0x1a3)](_0x5a6ff9=>_0x358e09[_0x21ae93(0xde)](_0x5a6ff9,!0x0))){const _0x539b2e=this[_0x21ae93(0x1ee)][_0x21ae93(0x171)](_0x21ae93(0x16b),_0x160956,_0x21ae93(0x97));return this[_0x21ae93(0x22d)](()=>_0x539b2e(_0x306a41,null,_0x135316)),null;}}const _0x4b7fbc=this[_0x21ae93(0x1ee)][_0x21ae93(0x171)](_0x21ae93(0x16b),_0x160956,_0x21ae93(0x1e4));let _0x51c853=null;for(const _0x57219c of this[_0x21ae93(0x14d)]())if(_0x57219c[_0x21ae93(0xf2)]['id']==_0x138d39['id']&&_0x57219c[_0x21ae93(0x10d)]&&_0x21ae93(0x16b)==_0x57219c[_0x21ae93(0xbd)]&&_0x57219c[_0x21ae93(0x1a1)]==_0x160956&&Pt(_0x57219c,_0x135316)&&(_0x4b7fbc(_0x57219c[_0x21ae93(0xae)](),_0x306a41)||_0x4b7fbc(_0x306a41,_0x57219c[_0x21ae93(0xae)]()))){if(_0x51c853){if(_0x57219c[_0x21ae93(0x11a)]&&_0x57219c[_0x21ae93(0x11a)][_0x21ae93(0x215)])continue;for(const _0x5034f7 of _0x57219c[_0x21ae93(0xae)]())_0x51c853[_0x21ae93(0x11c)](_0x5034f7)||_0x51c853[_0x21ae93(0x189)](_0x5034f7);_0x57219c[_0x21ae93(0x1e8)]();}else{_0x51c853=_0x57219c;for(const _0x43f8fe of _0x306a41)_0x57219c[_0x21ae93(0x11c)](_0x43f8fe)||_0x57219c[_0x21ae93(0x189)](_0x43f8fe);}}if(_0x51c853)return _0x51c853;_0x3a38e0[_0x21ae93(0x157)]();for(const {suggestion:_0x2a6feb,meta:_0x5de3ea}of this[_0x21ae93(0x1ca)](_0x306a41,_0x21ae93(0x16b)))_0x5de3ea[_0x21ae93(0x22c)]&&(this[_0x21ae93(0x14f)]||!_0x5de3ea[_0x21ae93(0x193)]&&!_0x5de3ea[_0x21ae93(0x149)])&&Pt(_0x2a6feb,_0x135316)&&_0x3a38e0[_0x21ae93(0xc5)](_0x2a6feb);for(const _0x482e8a of _0x3a38e0){const _0x2628ec=_0x482e8a[_0x21ae93(0xae)]();if(!_0x135316||!_0x135316[_0x21ae93(0x213)]){if(_0x306a41[_0x21ae93(0x1a3)](_0x3135e4=>_0x2628ec[_0x21ae93(0xd5)](_0x3b82b8=>_0x3b82b8[_0x21ae93(0xde)](_0x3135e4,!0x0))))return _0x482e8a;}(!_0x482e8a[_0x21ae93(0x1ab)]||!_0x482e8a[_0x21ae93(0x1ab)][_0x21ae93(0x213)])&&(_0x2628ec[_0x21ae93(0x1a3)](_0x3181e5=>_0x306a41[_0x21ae93(0xd5)](_0x295565=>_0x295565[_0x21ae93(0xde)](_0x3181e5,!0x0)))&&_0x482e8a[_0x21ae93(0x19d)]());}const _0x1d6690=_0x315158(),_0x4a44d9=_0x138d39['id'],_0xad0699=_0x21ae93(0xca)+_0x160956,_0x3639ca=this[_0x21ae93(0x1c2)]({'id':_0x1d6690,'type':_0xad0699,'createdAt':new Date(),'authorId':_0x4a44d9,'attributes':_0x135316});for(const _0x4b2d06 of _0x306a41)_0x4b2d06[_0x21ae93(0xce)](),_0x4b2d06[_0x21ae93(0x16c)]||_0x21ae93(0x1e5)==_0x4b2d06[_0x21ae93(0x226)][_0x21ae93(0x220)]||this[_0x21ae93(0x1e2)](_0xad0699,_0x1d6690,_0x4a44d9,_0x4b2d06,_0x110fe5[_0x21ae93(0xc0)]());return _0x3639ca;}[_0x1b2acd(0x133)](_0x1daa72,_0x43d291,_0x594180,_0x59c2eb,_0x13a0af){const _0x2fb67a=_0x1b2acd;if(_0x1daa72[_0x2fb67a(0x16c)])return[];if(_0x2fb67a(0x21a)===this[_0x2fb67a(0x8f)])return[];const _0x20b3db=this[_0x2fb67a(0xf8)][_0x2fb67a(0xb3)][_0x2fb67a(0xe1)](_0x2fb67a(0x120))['me']['id'],_0x329b9c=Array[_0x2fb67a(0x200)](this[_0x2fb67a(0x1bd)][_0x2fb67a(0xb6)]())[_0x2fb67a(0x174)](_0x598ce9=>_0x2fb67a(0x9a)==_0x598ce9[_0x2fb67a(0xbd)]&&_0x598ce9[_0x2fb67a(0x136)][_0x2fb67a(0x1f9)]==_0x43d291&&_0x598ce9[_0x2fb67a(0x11c)](_0x1daa72));if(_0x2fb67a(0x21d)===this[_0x2fb67a(0x8f)]){const _0x300ea1=this[_0x2fb67a(0x1ca)](_0x1daa72,_0x2fb67a(0x17c))[_0x2fb67a(0x174)](({meta:_0x37bd35})=>_0x37bd35[_0x2fb67a(0x22c)]&&!_0x37bd35[_0x2fb67a(0x149)]&&!_0x37bd35[_0x2fb67a(0xf5)])[_0x2fb67a(0x131)](({suggestion:_0x187810})=>_0x187810);_0x329b9c[_0x2fb67a(0x177)](..._0x300ea1);}const _0x42fcc6=new Map([[_0x1daa72,_0x594180]]);for(const _0x1b45cc of _0x329b9c){const _0x1b2aa2=_0x2fb67a(0x9a)==_0x1b45cc[_0x2fb67a(0xbd)]?_0x1b45cc[_0x2fb67a(0x136)][_0x2fb67a(0xb5)]:void 0x0,_0x5ee834=_0x1b45cc[_0x2fb67a(0x1fc)](),_0x4a60c7=Array[_0x2fb67a(0x200)](_0x42fcc6[_0x2fb67a(0x199)]())[_0x2fb67a(0x12f)](_0xd1c5b1=>_0xd1c5b1[_0x2fb67a(0xe0)](_0x5ee834));if(!_0x4a60c7)continue;const _0x43d724=_0x4a60c7[_0x2fb67a(0x164)](_0x5ee834);this[_0x2fb67a(0x140)](_0x43d291)&&_0x2fb67a(0x17c)==_0x1b45cc[_0x2fb67a(0xbd)]&&0x0!=_0x43d724[_0x2fb67a(0x215)]||(_0x42fcc6[_0x2fb67a(0x104)](_0x4a60c7),_0x43d724[_0x2fb67a(0xd3)](_0x10281d=>{const _0x1b64f5=_0x2fb67a;_0x42fcc6[_0x1b64f5(0x109)](_0x10281d,_0x594180);}),_0x2fb67a(0x17c)!=_0x1b45cc[_0x2fb67a(0xbd)]&&_0x1b2aa2!=_0x59c2eb&&_0x42fcc6[_0x2fb67a(0x109)](_0x4a60c7[_0x2fb67a(0xaa)](_0x5ee834),_0x1b2aa2));}const _0x1cfea4=[];for(const [_0x54d8d8,_0x1c462a]of _0x42fcc6){const _0x45a131=_0x315158(),_0x47e3eb={'key':_0x43d291,'oldValue':_0x1c462a,'newValue':_0x59c2eb};_0x43d291[_0x2fb67a(0x215)]>0x25&&console[_0x2fb67a(0x184)](_0x2fb67a(0xe2),{'key':_0x43d291});const _0x48594a=(_0x2fb67a(0x232)+(_0x43d291+'|'+Et({'newValue':_0x59c2eb})))[_0x2fb67a(0x1fd)](0x0,0x3c),_0x2331fa=this[_0x2fb67a(0x1c2)]({'id':_0x45a131,'type':_0x48594a,'data':_0x47e3eb,'createdAt':new Date(),'authorId':_0x20b3db,'attributes':_0x13a0af});_0x1cfea4[_0x2fb67a(0x1e1)](_0x2331fa),this[_0x2fb67a(0x1e2)](_0x48594a,_0x45a131,_0x20b3db,_0x54d8d8);}return _0x1cfea4;}[_0x1b2acd(0x1c1)](_0x3ce71f){const _0x484eb6=_0x1b2acd;this[_0x484eb6(0x155)][_0x484eb6(0xc5)](_0x3ce71f);}[_0x1b2acd(0x217)](_0x52ac76){const _0x177697=_0x1b2acd;this[_0x177697(0x19e)][_0x177697(0xc5)](_0x52ac76);}[_0x1b2acd(0xd0)](_0x55f5a6,_0x84d369=[],_0xc241a8=[]){const _0x29e0fe=_0x1b2acd;this[_0x29e0fe(0x17f)](_0x55f5a6,(_0x5af595,..._0x1fbf05)=>{const _0x119fef=_0x29e0fe;this[_0x119fef(0xea)](()=>{_0x5af595(..._0x1fbf05);});});for(const _0x3e802c of _0x84d369)this[_0x29e0fe(0x217)](_0x3e802c);for(const _0x5a6e75 of _0xc241a8)this[_0x29e0fe(0x1c1)](_0x5a6e75);}[_0x1b2acd(0x1cc)](_0x1debd9){const _0x47f8f9=_0x1b2acd;return _0x47f8f9(0x9a)==_0x1debd9[_0x47f8f9(0xbd)]?_0x1debd9[_0x47f8f9(0x1a1)][_0x47f8f9(0x1fe)]('|')[0x0]:null;}[_0x1b2acd(0x9d)](_0x5da487,_0x306c79){const _0x1a901c=_0x1b2acd,_0x1bba2d=_0x5da487[_0x1a901c(0x1d7)]();this[_0x1a901c(0x1ef)][_0x1a901c(0xe5)](_0x4345d1=>{const _0x3e96bb=_0x1a901c;_0x4345d1[_0x3e96bb(0x185)](_0x1bba2d,{'range':_0x306c79});});}[_0x1b2acd(0x1c6)](_0x41f83b){const _0x3241dd=_0x1b2acd,_0x242ae9=_0x41f83b['id'],_0x27b262=this[_0x3241dd(0xf8)][_0x3241dd(0x168)][_0x3241dd(0xe1)](_0x3241dd(0x90));this[_0x3241dd(0x15b)][_0x3241dd(0xcd)](_0x242ae9)||this[_0x3241dd(0x15b)][_0x3241dd(0x9f)]({'channelId':_0x27b262,'threadId':_0x242ae9,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x29063d=this[_0x3241dd(0x15b)][_0x3241dd(0x1be)](_0x242ae9);_0x29063d[_0x3241dd(0x11b)](_0x3241dd(0x19a)),_0x29063d[_0x3241dd(0x19a)]=!0x1,_0x41f83b[_0x3241dd(0x11a)]=_0x29063d;}[_0x1b2acd(0xb0)](_0x14311e,_0xd5f584,_0x2ed886,_0x431cb2){const _0x222660=_0x1b2acd;if(_0x14311e[_0x222660(0xbd)]!=_0xd5f584||_0x14311e[_0x222660(0x1a1)]!=_0x2ed886||_0x14311e[_0x222660(0x15d)]['id']!=_0x431cb2)throw this[_0x222660(0xf8)][_0x222660(0x229)](_0x222660(0x227)),new _0x35b78f(_0x222660(0x227),this);}[_0x1b2acd(0x187)](_0x259275,_0x376f33){const _0x507d3b=_0x1b2acd,_0x5a7cd3=_0x259275[_0x507d3b(0x1fc)]();if(_0x376f33[_0x507d3b(0x100)](_0x5a7cd3))_0x259275[_0x507d3b(0x1e8)]();else{if(_0x5a7cd3[_0x507d3b(0xde)](_0x376f33)){const _0x22670c=this[_0x507d3b(0x1ef)][_0x507d3b(0x1f0)](_0x376f33[_0x507d3b(0xc4)][_0x507d3b(0x1ea)],_0x507d3b(0x1bc));this[_0x507d3b(0x9d)](_0x259275,this[_0x507d3b(0x1ef)][_0x507d3b(0x221)](_0x5a7cd3[_0x507d3b(0xc4)],_0x22670c));const _0x2fdb0d=_0x315158(),_0x20256e=_0x259275[_0x507d3b(0x15d)]['id'],_0x437da5=_0x259275[_0x507d3b(0xbd)]+':'+_0x259275[_0x507d3b(0x1a1)];this[_0x507d3b(0x1c2)]({'id':_0x2fdb0d,'type':_0x437da5,'createdAt':new Date(),'authorId':_0x20256e,'data':_0x259275[_0x507d3b(0x136)],'attributes':_0x259275[_0x507d3b(0x1ab)]});const _0x2b9d78=this[_0x507d3b(0x1ef)][_0x507d3b(0x1f0)](_0x376f33[_0x507d3b(0x1bc)][_0x507d3b(0x19c)],_0x507d3b(0x9b)),_0x120362=this[_0x507d3b(0x1ef)][_0x507d3b(0x221)](_0x2b9d78,_0x5a7cd3[_0x507d3b(0x1bc)]);this[_0x507d3b(0x1e2)](_0x437da5,_0x2fdb0d,_0x20256e,_0x120362);}else{if(_0x5a7cd3[_0x507d3b(0x1ac)](_0x376f33[_0x507d3b(0xc4)])){const _0x4ea4e1=this[_0x507d3b(0x1ef)][_0x507d3b(0x1f0)](_0x376f33[_0x507d3b(0xc4)][_0x507d3b(0x1ea)],_0x507d3b(0x1bc));this[_0x507d3b(0x9d)](_0x259275,this[_0x507d3b(0x1ef)][_0x507d3b(0x221)](_0x5a7cd3[_0x507d3b(0xc4)],_0x4ea4e1));}else{const _0x46d7c4=this[_0x507d3b(0x1ef)][_0x507d3b(0x1f0)](_0x376f33[_0x507d3b(0x1bc)][_0x507d3b(0x19c)],_0x507d3b(0x9b));this[_0x507d3b(0x9d)](_0x259275,this[_0x507d3b(0x1ef)][_0x507d3b(0x221)](_0x46d7c4,_0x5a7cd3[_0x507d3b(0x1bc)]));}}}}[_0x1b2acd(0xd2)](_0x371b8c){const _0x110811=_0x1b2acd;for(const {suggestion:_0x10b53f,meta:_0x28749b}of this[_0x110811(0x1ca)](_0x371b8c,_0x110811(0x17c))){if(!_0x28749b[_0x110811(0x22c)])continue;const _0x33a086=_0x10b53f[_0x110811(0xae)]();for(const _0xdb0830 of _0x33a086)if(!_0x371b8c[_0x110811(0x164)](_0xdb0830)[_0x110811(0x215)])return!0x0;}return!0x1;}[_0x1b2acd(0xcf)](_0x2c3016){const _0x434afd=_0x1b2acd,_0x1dd869=this[_0x434afd(0xf8)][_0x434afd(0xb3)][_0x434afd(0xe1)](_0x434afd(0x120))[_0x434afd(0x1a2)](_0x2c3016);if(!_0x1dd869)throw new _0x35b78f(_0x434afd(0xd6),this);return _0x1dd869;}[_0x1b2acd(0x159)](_0x1ab4a6){const _0x41eaf2=_0x1b2acd,_0x3882d8=this[_0x41eaf2(0xf8)][_0x41eaf2(0xb3)][_0x41eaf2(0xe1)](_0x41eaf2(0x120)),_0x104870=_0x49ce9d(_0x41eaf2(0x18c)+_0x1ab4a6),_0x4263f1=_0x3882d8[_0x41eaf2(0x1a2)](_0x104870);return _0x4263f1||_0x3882d8[_0x41eaf2(0x1e6)]({'id':_0x104870,'name':_0x1ab4a6});}[_0x1b2acd(0x1a9)](_0x52dec0,_0x26fcc8,_0x29005f,_0x49e779,_0x294912){const _0x1b97c1=_0x1b2acd,_0x5df68d=this[_0x1b97c1(0xcf)](_0x49e779),_0x2a0573=this[_0x1b97c1(0x1ee)][_0x1b97c1(0x1ba)](_0x52dec0,_0x26fcc8,_0x29005f,_0x5df68d,_0x294912,_0xd93bf6=>{const _0x3ef537=_0x1b97c1;this[_0x3ef537(0xe8)](_0x29005f,{'attributes':_0xd93bf6});const _0x335d3a=this[_0x3ef537(0x1fa)](_0x29005f);this[_0x3ef537(0x1f5)](new Set([_0x335d3a])),this[_0x3ef537(0xd8)](new Set([_0x335d3a]));});return this[_0x1b97c1(0x130)](_0x2a0573,_0x1b97c1(0x97),()=>{const _0x54b974=_0x1b97c1;this[_0x54b974(0xe8)](_0x29005f,{'state':_0x54b974(0x22a)});},{'priority':_0x1b97c1(0x204)}),this[_0x1b97c1(0x130)](_0x2a0573,_0x1b97c1(0x19d),()=>{const _0x167ab5=_0x1b97c1;this[_0x167ab5(0xe8)](_0x29005f,{'state':_0x167ab5(0x17e)});},{'priority':_0x1b97c1(0x204)}),this[_0x1b97c1(0x1bd)][_0x1b97c1(0x109)](_0x29005f,_0x2a0573),this[_0x1b97c1(0x1a6)][_0x1b97c1(0x109)](_0x2a0573,_0x1b97c1(0x162)),_0x2a0573;}[_0x1b2acd(0x214)](_0x22c3fa){const _0x528713=_0x1b2acd,_0x1cfc76=_0x22c3fa[_0x528713(0x1fe)](':');return{'group':_0x1cfc76[0x0],'type':_0x1cfc76[0x1],'subType':_0x1cfc76[_0x528713(0x215)]>=0x5?_0x1cfc76[0x2]:null,'id':_0x1cfc76[_0x528713(0x215)]<0x5?_0x1cfc76[0x2]:_0x1cfc76[0x3],'authorId':_0x1cfc76[_0x528713(0x215)]<0x5?_0x1cfc76[0x3]:_0x1cfc76[0x4],'markerCount':0x6==_0x1cfc76[_0x528713(0x215)]?_0x1cfc76[0x5]:null};}[_0x1b2acd(0x1a7)](_0x3c699a,_0x275463,_0x19f383){const _0x1b23e1=_0x1b2acd,_0x251b78=_0x3c699a[_0x1b23e1(0x1fc)](),_0x553559=_0x251b78[_0x1b23e1(0xc4)],_0x1c2625=_0x251b78[_0x1b23e1(0x1bc)];this[_0x1b23e1(0x9d)](_0x3c699a,this[_0x1b23e1(0x1ef)][_0x1b23e1(0x221)](_0x553559,_0x275463));const _0x2e483d=_0x315158(),_0x1c6c2a=_0x3c699a[_0x1b23e1(0x15d)]['id'],_0x15cdd4=_0x3c699a[_0x1b23e1(0xbd)]+(_0x3c699a[_0x1b23e1(0x1a1)]?':'+_0x3c699a[_0x1b23e1(0x1a1)]:'');this[_0x1b23e1(0x1c2)]({'id':_0x2e483d,'type':_0x15cdd4,'createdAt':new Date(),'authorId':_0x1c6c2a,'originalSuggestionId':_0x3c699a['id'],'attributes':_0x3c699a[_0x1b23e1(0x1ab)],'data':_0x3c699a[_0x1b23e1(0x136)]});const _0x26825e=this[_0x1b23e1(0x1cc)](_0x3c699a);(_0x1b23e1(0x1c0)==_0x3c699a[_0x1b23e1(0xbd)]||_0x26825e&&this[_0x1b23e1(0x140)](_0x26825e))&&(_0x19f383=this[_0x1b23e1(0x1ef)][_0x1b23e1(0xe7)](_0x19f383[_0x1b23e1(0x19c)])),this[_0x1b23e1(0x1e2)](_0x15cdd4,_0x2e483d,_0x1c6c2a,this[_0x1b23e1(0x1ef)][_0x1b23e1(0x221)](_0x19f383,_0x1c2625));}[_0x1b2acd(0x1ca)](_0x3f4002,_0x6468f=null){const _0x36840a=_0x1b2acd,_0x32e10f=[],_0x44a08e=this[_0x36840a(0xf8)][_0x36840a(0xb3)][_0x36840a(0xe1)](_0x36840a(0x120))['me'];Array[_0x36840a(0x137)](_0x3f4002)||(_0x3f4002=[_0x3f4002]);for(const _0x1704b8 of this[_0x36840a(0x14d)]()){if(!_0x1704b8[_0x36840a(0x10d)])continue;if(_0x6468f&&_0x1704b8[_0x36840a(0xbd)]!=_0x6468f)continue;let _0xc20409=!0x1;for(const _0x2f82cd of _0x1704b8[_0x36840a(0xae)]()){for(const _0x475052 of _0x3f4002){const _0x42e254=_0x475052[_0x36840a(0xc4)][_0x36840a(0x100)](_0x2f82cd[_0x36840a(0x1bc)])||_0x475052[_0x36840a(0x1bc)][_0x36840a(0x100)](_0x2f82cd[_0x36840a(0xc4)]);if(_0x42e254||_0x475052[_0x36840a(0xaa)](_0x2f82cd)){const _0x120b27=_0x475052[_0x36840a(0xde)](_0x2f82cd)&&xt(this[_0x36840a(0x1ef)][_0x36840a(0x1d8)],_0x2f82cd[_0x36840a(0xc4)],_0x475052),_0xf976fd=_0x2f82cd[_0x36840a(0xde)](_0x475052)&&xt(this[_0x36840a(0x1ef)][_0x36840a(0x1d8)],_0x475052[_0x36840a(0xc4)],_0x2f82cd);_0x32e10f[_0x36840a(0x1e1)]({'suggestion':_0x1704b8,'meta':{'isOwn':_0x44a08e==_0x1704b8[_0x36840a(0xf2)],'isNextTo':_0x42e254,'isInsideObject':_0x120b27,'containsRangeInObject':_0xf976fd}}),_0xc20409=!0x0;break;}}if(_0xc20409)break;}}return _0x32e10f;}[_0x1b2acd(0x1e2)](_0x1bc879,_0x14ce76,_0x22a035,_0x154a3f,_0x2643d2){const _0x37a26c=_0x1b2acd;this[_0x37a26c(0x1ef)][_0x37a26c(0xe5)](_0x140a76=>{const _0x11887a=_0x37a26c;let _0x54251f=_0x11887a(0x13c)+_0x1bc879+':'+_0x14ce76+':'+_0x22a035;_0x2643d2&&(_0x54251f=_0x54251f+':'+_0x2643d2),_0x140a76[_0x11887a(0x11f)](_0x54251f,{'range':_0x154a3f,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1b2acd(0x158)](_0x6210fc){const _0x2be3c8=_0x1b2acd,_0x514d08=_0x6210fc[_0x2be3c8(0x95)],_0x299133=_0x6210fc[_0x2be3c8(0x1d5)];_0x6210fc[_0x2be3c8(0x95)]=null,_0x6210fc[_0x2be3c8(0x1d5)]=null,null!=_0x514d08&&_0x514d08[_0x2be3c8(0x1d5)]==_0x6210fc&&(_0x514d08[_0x2be3c8(0x1d5)]=_0x299133),null!=_0x299133&&_0x299133[_0x2be3c8(0x95)]==_0x6210fc&&(_0x299133[_0x2be3c8(0x95)]=_0x514d08),_0x2be3c8(0x10a)==this[_0x2be3c8(0x1a6)][_0x2be3c8(0xe1)](_0x6210fc)&&(this[_0x2be3c8(0x1a6)][_0x2be3c8(0x109)](_0x6210fc,_0x2be3c8(0xff)),this[_0x2be3c8(0x20b)](_0x2be3c8(0x108),_0x6210fc,_0x514d08,_0x299133));}[_0x1b2acd(0x1c2)](_0x1a52ed){const _0x46c767=_0x1b2acd,_0x14ba81=_0x1a52ed['id'],_0x1f6326=this[_0x46c767(0xfa)](_0x1a52ed);if(this[_0x46c767(0x1de)]&&this[_0x46c767(0x1de)][_0x46c767(0x207)]){const _0xe0ce55=this[_0x46c767(0xf8)][_0x46c767(0xb3)][_0x46c767(0xe1)](_0x46c767(0x15f)),_0x595925=_0x1f6326[_0x46c767(0x1e3)],_0x128b10=_0x1f6326[_0x46c767(0x1a1)]?_0x1f6326[_0x46c767(0xbd)]+':'+_0x1f6326[_0x46c767(0x1a1)]:_0x1f6326[_0x46c767(0xbd)],_0x256fea=this[_0x46c767(0xf8)][_0x46c767(0x13e)],_0x3d16a7=_0xe0ce55[_0x46c767(0xc5)](_0x17a44f(_0x256fea,_0x46c767(0x1f8))),_0x1f6007={'id':_0x14ba81,'type':_0x128b10,'hasComments':_0x595925,'data':_0x1a52ed[_0x46c767(0x136)]||null,'originalSuggestionId':_0x1a52ed[_0x46c767(0x233)]||null,'attributes':_0x1f6326[_0x46c767(0x1ab)]};this[_0x46c767(0x1de)][_0x46c767(0x207)](_0x1f6007)[_0x46c767(0x1d3)](_0x255473=>{const _0x79c5ec=_0x46c767;_0x1f6326[_0x79c5ec(0x8b)]=!0x0,_0xe0ce55[_0x79c5ec(0x134)](_0x3d16a7),_0x255473&&_0x255473[_0x79c5ec(0x1a8)]&&(this[_0x79c5ec(0x1bd)][_0x79c5ec(0xe1)](_0x14ba81)[_0x79c5ec(0x1a8)]=_0x255473[_0x79c5ec(0x1a8)]);})[_0x46c767(0x201)](_0x727bdb=>{const _0x33c0a9=_0x46c767;throw _0x57c9ad(_0x33c0a9(0x1b0)),this[_0x33c0a9(0xf8)][_0x33c0a9(0x1ae)][_0x33c0a9(0x15a)]({'isUndoable':!0x1},()=>{const _0x48740c=_0x33c0a9;_0x1f6326[_0x48740c(0x19d)]();}),_0x1f6326[_0x33c0a9(0xac)](),this[_0x33c0a9(0x1bd)][_0x33c0a9(0x104)](_0x1f6326['id']),this[_0x33c0a9(0x1a6)][_0x33c0a9(0x104)](_0x1f6326),_0x727bdb;});}return _0x1f6326;}[_0x1b2acd(0x140)](_0x1a64e7){const _0x42d854=_0x1b2acd;return this[_0x42d854(0x155)][_0x42d854(0x1b8)](_0x1a64e7);}[_0x1b2acd(0xe8)](_0xe61f4a,_0x30b96c){const _0x476d29=_0x1b2acd,_0x401cb3=this[_0x476d29(0xf8)][_0x476d29(0xb3)][_0x476d29(0xe1)](_0x476d29(0x15f)),_0x2ef783=this[_0x476d29(0x1fa)](_0xe61f4a);if(this[_0x476d29(0x1de)]&&this[_0x476d29(0x1de)][_0x476d29(0xd1)]){if(_0x2ef783[_0x476d29(0x8b)]){const _0x2bb1ca=_0x401cb3[_0x476d29(0xc5)](_0x17a44f(this[_0x476d29(0xf8)][_0x476d29(0x13e)],_0x476d29(0x1f8)));this[_0x476d29(0x1de)][_0x476d29(0xd1)](_0xe61f4a,_0x30b96c)[_0x476d29(0x1d3)](()=>{const _0x227e8e=_0x476d29;_0x401cb3[_0x227e8e(0x134)](_0x2bb1ca);});}else _0x2ef783['on'](_0x476d29(0x1cf),()=>{const _0x2e88c6=_0x476d29;this[_0x2e88c6(0xe8)](_0xe61f4a,_0x30b96c);});}}[_0x1b2acd(0x160)](_0x47717c){const _0x5857b7=_0x1b2acd;if(!this[_0x5857b7(0x1de)]||!this[_0x5857b7(0x1de)][_0x5857b7(0x1fa)])throw new _0x35b78f(_0x5857b7(0x1f1),this);return this[_0x5857b7(0x1de)][_0x5857b7(0x1fa)](_0x47717c);}[_0x1b2acd(0x167)](_0x898263){const _0x2e481a=_0x1b2acd,{id:_0x555b15,type:_0x394d02,subType:_0x59e48c,authorId:_0xd0c670}=this[_0x2e481a(0x214)](_0x898263),_0x1b8166=this[_0x2e481a(0x1bd)][_0x2e481a(0xe1)](_0x555b15)||this[_0x2e481a(0x1a9)](_0x394d02,_0x59e48c,_0x555b15,_0xd0c670,{});switch(this[_0x2e481a(0xb0)](_0x1b8166,_0x394d02,_0x59e48c,_0xd0c670),this[_0x2e481a(0x1a6)][_0x2e481a(0xe1)](_0x1b8166)){case _0x2e481a(0x162):this[_0x2e481a(0x160)](_0x555b15)[_0x2e481a(0x1d3)](_0x4a205a=>{const _0x20f7c3=_0x2e481a;let _0x2033be=Promise[_0x20f7c3(0x203)]();_0x4a205a[_0x20f7c3(0x1e3)]&&(_0x2033be=this[_0x20f7c3(0x15b)][_0x20f7c3(0x12d)]({'channelId':this[_0x20f7c3(0xf8)][_0x20f7c3(0x168)][_0x20f7c3(0xe1)](_0x20f7c3(0x90)),'threadId':_0x555b15})),_0x2033be[_0x20f7c3(0x1d3)](()=>{const _0x2e7048=_0x20f7c3;this[_0x2e7048(0xfa)](_0x4a205a)[_0x2e7048(0x8b)]=!0x0;});}),this[_0x2e481a(0x1a6)][_0x2e481a(0x109)](_0x1b8166,_0x2e481a(0x20f));break;case _0x2e481a(0xff):this[_0x2e481a(0xe8)](_0x555b15,{'state':_0x2e481a(0x9c)});case _0x2e481a(0x10f):this[_0x2e481a(0x1a6)][_0x2e481a(0x109)](_0x1b8166,_0x2e481a(0x10a)),this[_0x2e481a(0x20b)](_0x2e481a(0x175),_0x1b8166);break;case _0x2e481a(0x10a):this[_0x2e481a(0x20b)](_0x2e481a(0xcb),_0x1b8166);}return _0x1b8166[_0x2e481a(0xa4)](_0x898263),_0x1b8166;}[_0x1b2acd(0xd8)](_0x16b8c5){const _0x552df6=_0x1b2acd,_0x4d03b1=Array[_0x552df6(0x200)](_0x16b8c5),_0x3898e3=_0x4d03b1[_0x552df6(0x174)](_0x1b85cd=>_0x552df6(0x9a)==_0x1b85cd[_0x552df6(0xbd)]);this[_0x552df6(0x151)](_0x3898e3);const _0x56ec6d=_0x4d03b1[_0x552df6(0x174)](_0x2682c0=>!_0x2682c0[_0x552df6(0xf4)]&&_0x552df6(0x9a)!=_0x2682c0[_0x552df6(0xbd)]),_0x11b5a6=this[_0x552df6(0x14d)]({'skipNotAttached':!0x0})[_0x552df6(0x174)](_0x72185a=>!_0x72185a[_0x552df6(0xf4)]&&_0x552df6(0x9a)!=_0x72185a[_0x552df6(0xbd)]),_0x34e27e=_0x11b5a6[_0x552df6(0x174)](_0x3ca576=>!_0x16b8c5[_0x552df6(0x1b8)](_0x3ca576)),_0x1093d7=new Map(_0x11b5a6[_0x552df6(0x131)](_0x36eaec=>[_0x36eaec,this[_0x552df6(0x1ee)][_0x552df6(0x171)](_0x36eaec[_0x552df6(0xbd)],_0x36eaec[_0x552df6(0x1a1)],_0x552df6(0x110))])),_0x4c6f6f=new Map(_0x11b5a6[_0x552df6(0x131)](_0x242e38=>[_0x242e38,_0x242e38[_0x552df6(0x1fc)]()])),_0x1bdff3=new Set(),_0x69938f=new Set();for(let _0x1e5939=0x0;_0x1e5939<_0x56ec6d[_0x552df6(0x215)];_0x1e5939++)_0x11c9b9(_0x56ec6d[_0x1e5939],_0x56ec6d,_0x1e5939+0x1);for(let _0xd53358=0x0;_0xd53358<_0x56ec6d[_0x552df6(0x215)];_0xd53358++)_0x11c9b9(_0x56ec6d[_0xd53358],_0x34e27e,0x0);const _0x3956ad=new Set();for(let _0x3f9714=0x0;_0x3f9714<_0x56ec6d[_0x552df6(0x215)];_0x3f9714++){const _0x3f74ad=_0x56ec6d[_0x3f9714];!_0x69938f[_0x552df6(0x1b8)](_0x3f74ad)&&_0x3f74ad[_0x552df6(0x95)]&&(_0x3956ad[_0x552df6(0xc5)](_0x3f74ad[_0x552df6(0x95)]),_0x3f74ad[_0x552df6(0x95)][_0x552df6(0x1d5)]===_0x3f74ad&&(_0x3f74ad[_0x552df6(0x95)][_0x552df6(0x1d5)]=null),_0x3f74ad[_0x552df6(0x95)]=null),!_0x1bdff3[_0x552df6(0x1b8)](_0x3f74ad)&&_0x3f74ad[_0x552df6(0x1d5)]&&(_0x3956ad[_0x552df6(0xc5)](_0x3f74ad[_0x552df6(0x1d5)]),_0x3f74ad[_0x552df6(0x1d5)][_0x552df6(0x95)]===_0x3f74ad&&(_0x3f74ad[_0x552df6(0x1d5)][_0x552df6(0x95)]=null),_0x3f74ad[_0x552df6(0x1d5)]=null);}function _0x11c9b9(_0x5c0494,_0x403cab,_0x1275ee){const _0x5c05a5=_0x552df6;for(let _0x46e1f3=_0x1275ee;_0x46e1f3<_0x403cab[_0x5c05a5(0x215)];_0x46e1f3++){const _0x534863=_0x1ec48e(_0x5c0494,_0x403cab[_0x46e1f3]);_0x534863&&(_0x534863[0x0][_0x5c05a5(0x1d5)]=_0x534863[0x1],_0x534863[0x1][_0x5c05a5(0x95)]=_0x534863[0x0],_0x1bdff3[_0x5c05a5(0xc5)](_0x534863[0x0]),_0x69938f[_0x5c05a5(0xc5)](_0x534863[0x1]));}}function _0x1ec48e(_0x41d3a5,_0x5e6d44){const _0x2c6f8a=_0x552df6;if(_0x41d3a5[_0x2c6f8a(0xf2)]['id']!==_0x5e6d44[_0x2c6f8a(0xf2)]['id'])return null;const _0x37780f=_0x1093d7[_0x2c6f8a(0xe1)](_0x41d3a5)(_0x41d3a5,_0x5e6d44,_0x4c6f6f[_0x2c6f8a(0xe1)](_0x41d3a5),_0x4c6f6f[_0x2c6f8a(0xe1)](_0x5e6d44));if(!_0x37780f)return null;return _0x1093d7[_0x2c6f8a(0xe1)](_0x5e6d44)(_0x41d3a5,_0x5e6d44,_0x4c6f6f[_0x2c6f8a(0xe1)](_0x41d3a5),_0x4c6f6f[_0x2c6f8a(0xe1)](_0x5e6d44))?_0x37780f[0x1][_0x2c6f8a(0x11a)]&&_0x37780f[0x1][_0x2c6f8a(0x11a)][_0x2c6f8a(0x215)]?null:_0x37780f:null;}_0x3956ad[_0x552df6(0xc3)]&&this[_0x552df6(0xd8)](_0x3956ad);}[_0x1b2acd(0x151)](_0x281ea1){const _0x3b0afc=_0x1b2acd;if(0x0==_0x281ea1[_0x3b0afc(0x215)])return;const _0x174ca7=this[_0x3b0afc(0x14d)]({'skipNotAttached':!0x0})[_0x3b0afc(0x174)](_0x1c6d37=>_0x3b0afc(0x9a)==_0x1c6d37[_0x3b0afc(0xbd)]&&_0x1c6d37[_0x3b0afc(0x119)]),_0x52f306=[],_0x4eba62=new Map();for(const _0x5995f6 of _0x174ca7){const _0x41d23c=_0x49ce9d(_0x5995f6[_0x3b0afc(0x1ab)]);_0x4eba62[_0x3b0afc(0x1b8)](_0x41d23c)||(_0x4eba62[_0x3b0afc(0x109)](_0x41d23c,_0x52f306[_0x3b0afc(0x215)]),_0x52f306[_0x3b0afc(0x1e1)]([]));const _0x210459=_0x4eba62[_0x3b0afc(0xe1)](_0x41d23c);_0x52f306[_0x210459][_0x3b0afc(0x1e1)](_0x5995f6);}!(function(){const _0x37dfa5=_0x3b0afc;_0x52f306[_0x37dfa5(0xc1)]((_0x4bf578,_0x5567b9)=>{const _0x48dc31=_0x37dfa5,_0x927e2d=_0x4bf578[0x0][_0x48dc31(0x1a8)],_0x16d47c=_0x5567b9[0x0][_0x48dc31(0x1a8)];return _0x927e2d==_0x16d47c?_0x4bf578[0x0][_0x48dc31(0x1ab)][_0x48dc31(0xeb)]<_0x5567b9[0x0][_0x48dc31(0x1ab)][_0x48dc31(0xeb)]?-0x1:0x1:_0x927e2d<_0x16d47c?-0x1:0x1;});for(const _0x5a1a15 of _0x52f306)_0x5a1a15[_0x37dfa5(0xc1)]((_0x3ea85c,_0x313d30)=>_0x3ea85c['id']<_0x313d30['id']?-0x1:0x1);}());for(let _0x1c0880=0x0;_0x1c0880<_0x52f306[_0x3b0afc(0x215)];_0x1c0880++){if(0x0==_0x52f306[_0x1c0880][_0x3b0afc(0x215)])continue;const _0xf474ab=[];for(let _0x56c9ab=_0x1c0880+0x1;_0x56c9ab<_0x52f306[_0x3b0afc(0x215)];_0x56c9ab++)0x0!=_0x52f306[_0x56c9ab][_0x3b0afc(0x215)]&&_0x1aa9f8(_0x52f306[_0x1c0880],_0x52f306[_0x56c9ab])&&_0xf474ab[_0x3b0afc(0x1e1)](_0x56c9ab);for(const _0x46fa55 of _0xf474ab)_0x52f306[_0x1c0880]=_0x52f306[_0x1c0880][_0x3b0afc(0x1fb)](_0x52f306[_0x46fa55]),_0x52f306[_0x46fa55]=[];}for(const _0xc98ec9 of _0x52f306)for(let _0x1db4ba=0x0;_0x1db4ba<_0xc98ec9[_0x3b0afc(0x215)];_0x1db4ba++)_0xc98ec9[_0x1db4ba][_0x3b0afc(0x1d5)]=_0xc98ec9[_0x1db4ba+0x1]||null;for(const _0x3ab58b of _0x52f306)for(let _0x401ed9=0x0;_0x401ed9<_0x3ab58b[_0x3b0afc(0x215)];_0x401ed9++)_0x3ab58b[_0x401ed9][_0x3b0afc(0x95)]=_0x3ab58b[_0x401ed9-0x1]||null;function _0x1aa9f8(_0x4784c3,_0x4ef856){const _0x1fbfeb=_0x3b0afc;if(_0x4784c3[0x0][_0x1fbfeb(0x1ab)][_0x1fbfeb(0xeb)]!==_0x4ef856[0x0][_0x1fbfeb(0x1ab)][_0x1fbfeb(0xeb)]&&_0x4784c3[0x0][_0x1fbfeb(0xf2)]!==_0x4ef856[0x0][_0x1fbfeb(0xf2)])return!0x1;if(!function(_0x4f30f6,_0x353ad6){const _0x16c569=_0x1fbfeb;if(!_0x4f30f6[_0x16c569(0x1e3)]&&!_0x353ad6[_0x16c569(0x1e3)])return!0x0;if(_0x4f30f6[_0x16c569(0x1e3)]&&_0x353ad6[_0x16c569(0x1e3)])return!0x1;if(_0x4f30f6[_0x16c569(0x1e3)]&&_0x353ad6[_0x16c569(0x1a8)]<_0x4f30f6[_0x16c569(0x11a)][_0x16c569(0x181)][_0x16c569(0xe1)](0x0)[_0x16c569(0x1a8)])return!0x0;if(_0x353ad6[_0x16c569(0x1e3)]&&_0x4f30f6[_0x16c569(0x1a8)]<_0x353ad6[_0x16c569(0x11a)][_0x16c569(0x181)][_0x16c569(0xe1)](0x0)[_0x16c569(0x1a8)])return!0x0;return!0x1;}(_0x4784c3[0x0],_0x4ef856[0x0]))return!0x1;const _0x289ecf=_0xee1eff(_0x4784c3[0x0][_0x1fbfeb(0x1ab)],_0x1fbfeb(0xeb)),_0x2a3868=_0xee1eff(_0x4ef856[0x0][_0x1fbfeb(0x1ab)],_0x1fbfeb(0xeb));if(!_0x3abfe9(_0x289ecf,_0x2a3868))return!0x1;return!!_0x4784c3[_0x1fbfeb(0x1a3)](_0x49d6d3=>_0x4ef856[_0x1fbfeb(0xd5)](_0x13b413=>_0x49d6d3[_0x1fbfeb(0x1fc)]()[_0x1fbfeb(0x100)](_0x13b413[_0x1fbfeb(0x1fc)]())))&&_0x4ef856[_0x1fbfeb(0x1a3)](_0x593658=>_0x4784c3[_0x1fbfeb(0xd5)](_0x3e90c0=>_0x593658[_0x1fbfeb(0x1fc)]()[_0x1fbfeb(0x100)](_0x3e90c0[_0x1fbfeb(0x1fc)]())));}}[_0x1b2acd(0x1f5)](_0x92123b){const _0x11ec62=_0x1b2acd,_0x7cf78d=Array[_0x11ec62(0x200)](_0x92123b),_0x3a1c5e=this[_0x11ec62(0x14d)]({'skipNotAttached':!0x0}),_0x4008ae=_0x3a1c5e[_0x11ec62(0x174)](_0x2afe92=>!_0x92123b[_0x11ec62(0x1b8)](_0x2afe92)),_0x5b4ff9=new Map(_0x7cf78d[_0x11ec62(0x131)](_0x1d4ac6=>[_0x1d4ac6,this[_0x11ec62(0x1ee)][_0x11ec62(0x171)](_0x1d4ac6[_0x11ec62(0xbd)],_0x1d4ac6[_0x11ec62(0x1a1)],_0x11ec62(0x1e4))])),_0x12194b=new Map(_0x3a1c5e[_0x11ec62(0x131)](_0x5c75c7=>[_0x5c75c7,_0x5c75c7[_0x11ec62(0xae)]()]));for(let _0x98c4e3=0x0;_0x98c4e3<_0x7cf78d[_0x11ec62(0x215)];_0x98c4e3++){if(_0x271077(this,_0x7cf78d[_0x98c4e3],_0x7cf78d,_0x98c4e3+0x1))return!0x0;}for(let _0x540add=0x0;_0x540add<_0x7cf78d[_0x11ec62(0x215)];_0x540add++){if(_0x271077(this,_0x7cf78d[_0x540add],_0x4008ae,0x0))return!0x0;}return!0x1;function _0x271077(_0x36746f,_0x12f7a3,_0x598d7e,_0x1dfe58){const _0x46d075=_0x11ec62;for(let _0x3c2074=_0x1dfe58;_0x3c2074<_0x598d7e[_0x46d075(0x215)];_0x3c2074++){const _0x2a356c=_0x598d7e[_0x3c2074];if(_0x2a356c[_0x46d075(0xbd)]!==_0x12f7a3[_0x46d075(0xbd)]||_0x2a356c[_0x46d075(0xf2)]['id']!==_0x12f7a3[_0x46d075(0xf2)]['id']||_0x2a356c[_0x46d075(0x1a1)]!==_0x12f7a3[_0x46d075(0x1a1)])continue;if(!Ft(_0x12f7a3,_0x2a356c,[_0x46d075(0xeb)]))continue;if(_0x46d075(0x9a)==_0x12f7a3[_0x46d075(0xbd)]&&_0x12f7a3[_0x46d075(0x136)][_0x46d075(0xb5)]!=_0x2a356c[_0x46d075(0x136)][_0x46d075(0xb5)])continue;if(_0x46d075(0x9a)==_0x12f7a3[_0x46d075(0xbd)]&&_0x36746f[_0x46d075(0x140)](_0x12f7a3[_0x46d075(0x136)][_0x46d075(0x1f9)]))continue;if(_0x46d075(0x1c0)==_0x12f7a3[_0x46d075(0xbd)]){const _0x63f40b=_0x36746f[_0x46d075(0xf8)][_0x46d075(0x1ae)],_0x1fddc0=_0x12f7a3[_0x46d075(0x153)]();if(_0x1fddc0&&(_0x63f40b[_0x46d075(0x1d8)][_0x46d075(0xec)](_0x1fddc0)||_0x63f40b[_0x46d075(0x1d8)][_0x46d075(0x188)](_0x1fddc0)))continue;}const _0x12d0a0=_0x5b4ff9[_0x46d075(0xe1)](_0x12f7a3),_0x55cadd=_0x12194b[_0x46d075(0xe1)](_0x12f7a3),_0x330d8e=_0x12194b[_0x46d075(0xe1)](_0x2a356c),_0x1617fa=_0x12f7a3[_0x46d075(0x11a)]&&_0x12f7a3[_0x46d075(0x11a)][_0x46d075(0x215)],_0x1c946a=_0x2a356c[_0x46d075(0x11a)]&&_0x2a356c[_0x46d075(0x11a)][_0x46d075(0x215)];if(!_0x1617fa&&_0x12d0a0(_0x330d8e,_0x55cadd))return _0x36746f[_0x46d075(0x223)](_0x2a356c,_0x12f7a3),_0x12194b[_0x46d075(0x104)](_0x12f7a3),!0x0;if(!_0x1c946a&&_0x12d0a0(_0x55cadd,_0x330d8e))return _0x36746f[_0x46d075(0x223)](_0x12f7a3,_0x2a356c),_0x12194b[_0x46d075(0x104)](_0x2a356c),!0x0;}return!0x1;}}[_0x1b2acd(0x223)](_0x5dba3c,_0x2418c1){const _0x5076c5=_0x1b2acd;if(_0x5dba3c[_0x5076c5(0xf4)]){for(const _0x42cd0b of _0x2418c1[_0x5076c5(0xae)]())_0x5dba3c[_0x5076c5(0x189)](_0x42cd0b);}else{const _0x5d995a=_0x2418c1[_0x5076c5(0x1fc)]()[_0x5076c5(0x1bc)];this[_0x5076c5(0x9d)](_0x5dba3c,this[_0x5076c5(0x1ef)][_0x5076c5(0x221)](_0x5dba3c[_0x5076c5(0x1fc)]()[_0x5076c5(0xc4)],_0x5d995a));}_0x2418c1[_0x5076c5(0x1e8)]();}[_0x1b2acd(0x176)](_0x5c751e,_0x11463f){const _0x5ba0af=_0x1b2acd,_0x4e60bb=_0x5c751e[_0x5ba0af(0x13a)](_0x5ba0af(0xbf))||_0x5c751e[_0x5ba0af(0x13a)](_0x5ba0af(0x9a))?_0x5ba0af(0x192):_0x5c751e[_0x5ba0af(0x12b)]();return _0x17a44f(this[_0x5ba0af(0xf8)][_0x5ba0af(0x13e)],_0x11463f+'_'+_0x4e60bb+_0x5ba0af(0x92));}[_0x1b2acd(0x1ff)](){const _0x4a133b=_0x1b2acd,_0x1d83bd=this[_0x4a133b(0xf8)];_0x483027(this[_0x4a133b(0x1ef)],({left:_0x590caf,entered:_0x24f39c})=>{const _0x2fce01=_0x4a133b,_0xcdb859=[];for(const _0x419ca3 of _0x590caf){const {group:_0x3dc912,type:_0x96504}=this[_0x2fce01(0x214)](_0x419ca3[_0x2fce01(0x13d)]);if(_0x2fce01(0xa6)===_0x3dc912){_0xcdb859[_0x2fce01(0x1e1)](this[_0x2fce01(0x176)](_0x96504,_0x2fce01(0x8e)));break;}}for(const _0x4975a2 of _0x24f39c){const {group:_0x53fe46,type:_0x145804}=this[_0x2fce01(0x214)](_0x4975a2[_0x2fce01(0x13d)]);if(_0x2fce01(0xa6)===_0x53fe46){_0xcdb859[_0x2fce01(0x1e1)](this[_0x2fce01(0x176)](_0x145804,_0x2fce01(0xf7)));break;}}_0xcdb859[_0x2fce01(0x215)]&&_0x1d83bd['ui'][_0x2fce01(0xc8)][_0x2fce01(0x1b2)](_0x2fce01(0xc6),_0xcdb859[_0x2fce01(0x1e4)]('\x20'));});}[_0x1b2acd(0xdf)](_0x2de373){const _0x19db5c=_0x1b2acd;if(this[_0x19db5c(0x161)])return!0x1;const _0x492a9c=this[_0x19db5c(0xf8)],_0x48004b=_0x492a9c[_0x19db5c(0x1ae)][_0x19db5c(0xfd)][_0x19db5c(0x94)][_0x19db5c(0x183)]();if(0x0==_0x48004b[_0x19db5c(0x215)])return!0x1;const _0x12e787=[],_0x7a308=_0x48004b[_0x19db5c(0x174)](_0x446a5b=>_0x19db5c(0x9a)==_0x446a5b[_0x19db5c(0xbd)]),_0x39027b=_0x48004b[_0x19db5c(0x174)](_0x591fe4=>_0x19db5c(0x139)==_0x591fe4[_0x19db5c(0xbd)]&&_0x19db5c(0x1c8)!=_0x591fe4[_0x19db5c(0x13d)]),_0x11f7de=_0x48004b[_0x19db5c(0x174)](_0x372d18=>_0x19db5c(0x134)==_0x372d18[_0x19db5c(0xbd)]&&_0x19db5c(0x1c8)!=_0x372d18[_0x19db5c(0x13d)]);for(const _0x169eb8 of _0x7a308)_0x12e787[_0x19db5c(0x1e1)]({'key':_0x169eb8[_0x19db5c(0xad)],'newValue':_0x169eb8[_0x19db5c(0x152)],'oldValue':_0x169eb8[_0x19db5c(0x17a)],'range':Ut(_0x169eb8[_0x19db5c(0x101)],_0x492a9c[_0x19db5c(0x1ae)])});for(const _0x24f47d of _0x39027b){const _0x4e9cce=_0x11f7de[_0x19db5c(0x12f)](_0x3d8945=>_0x3d8945[_0x19db5c(0x12c)][_0x19db5c(0x100)](_0x24f47d[_0x19db5c(0x12c)]));_0x4e9cce&&_0x12e787[_0x19db5c(0x1e1)]({'key':_0x19db5c(0xdb),'newValue':_0x24f47d[_0x19db5c(0x13d)],'oldValue':_0x4e9cce[_0x19db5c(0x13d)],'range':_0x492a9c[_0x19db5c(0x1ae)][_0x19db5c(0x132)](_0x24f47d[_0x19db5c(0x12c)][_0x19db5c(0xe3)])});}return 0x0!=_0x12e787[_0x19db5c(0x215)]&&this[_0x19db5c(0x1c7)](_0x2de373,_0x12e787);}[_0x1b2acd(0x208)](_0x5b3cf7){const _0x32cce3=_0x1b2acd;let _0x2d0217=!0x1;const _0xe1122f=this[_0x32cce3(0xf8)][_0x32cce3(0x1ae)][_0x32cce3(0xfd)][_0x32cce3(0x94)][_0x32cce3(0xa7)]()[_0x32cce3(0x174)](_0x13be33=>_0x13be33[_0x32cce3(0x136)][_0x32cce3(0x98)]&&_0x13be33[_0x32cce3(0x13d)][_0x32cce3(0x13a)](_0x32cce3(0x1af)));for(const _0x53e0a1 of _0xe1122f){const {subType:_0x1d0fc2,id:_0x456ed}=this[_0x32cce3(0x214)](_0x53e0a1[_0x32cce3(0x13d)]),_0x2af491=_0x1d0fc2[_0x32cce3(0x1fe)]('|')[0x0];for(const _0x283427 of this[_0x32cce3(0x14d)]({'skipNotAttached':!0x0}))_0x283427['id']!=_0x456ed&&_0x32cce3(0x9a)==_0x283427[_0x32cce3(0xbd)]&&_0x283427[_0x32cce3(0x136)]&&_0x283427[_0x32cce3(0x136)][_0x32cce3(0x1f9)]==_0x2af491&&_0x283427[_0x32cce3(0x1fc)]()[_0x32cce3(0xe0)](_0x53e0a1[_0x32cce3(0x136)][_0x32cce3(0x98)])&&(this[_0x32cce3(0x18e)](_0x283427,_0x53e0a1[_0x32cce3(0x136)][_0x32cce3(0x98)],_0x5b3cf7),_0x2d0217=!0x0);}return _0x2d0217;}[_0x1b2acd(0xea)](_0x1f7158){const _0x5d5466=_0x1b2acd;this[_0x5d5466(0xf8)],(this[_0x5d5466(0x161)]=!0x0,_0x1f7158());}[_0x1b2acd(0x18d)](_0x4be033){const _0x298131=_0x1b2acd,_0x560e58=this[_0x298131(0x140)](_0x4be033),_0x34d69e=this[_0x298131(0x19e)][_0x298131(0x1b8)](_0x4be033);return _0x560e58||_0x34d69e;}[_0x1b2acd(0x1c7)](_0x4ca0d3,_0x37851e){const _0x588eb2=_0x1b2acd;if(0x0==_0x37851e[_0x588eb2(0x215)])return!0x1;let _0x3de4ac=!0x1;for(const _0x550aad of _0x37851e){const _0x159500=this[_0x588eb2(0x1ca)](_0x550aad[_0x588eb2(0x101)],_0x588eb2(0x9a))[_0x588eb2(0x174)](_0x163bbc=>!_0x163bbc[_0x588eb2(0x1b5)][_0x588eb2(0xf5)])[_0x588eb2(0x131)](_0xc28a97=>_0xc28a97[_0x588eb2(0xa6)]),_0x251326=_0x49ce9d({'newValue':_0x550aad[_0x588eb2(0xe9)]});_0x159500[_0x588eb2(0x174)](_0x2f2d26=>{const _0x4d2ee0=_0x588eb2,[_0x5590c8,_0x273496]=_0x2f2d26[_0x4d2ee0(0x1a1)][_0x4d2ee0(0x1fe)]('|');return _0x5590c8==_0x550aad[_0x4d2ee0(0x1f9)]&&_0x273496!=_0x251326;})[_0x588eb2(0xd3)](_0x1ced7=>{const _0x436529=_0x588eb2;this[_0x436529(0x18e)](_0x1ced7,_0x550aad[_0x436529(0x101)],_0x4ca0d3),_0x3de4ac=!0x0;});}return _0x3de4ac;}[_0x1b2acd(0x18e)](_0x23a491,_0x56250c,_0x19afe2){const _0x3ac489=_0x1b2acd,_0x174e9c=_0x23a491[_0x3ac489(0x1fc)]()[_0x3ac489(0x164)](_0x56250c);0x0!==_0x174e9c[_0x3ac489(0x215)]?0x1!==_0x174e9c[_0x3ac489(0x215)]?this[_0x3ac489(0x1a7)](_0x23a491,_0x56250c[_0x3ac489(0xc4)],_0x56250c[_0x3ac489(0x1bc)]):this[_0x3ac489(0x9d)](_0x23a491,_0x174e9c[0x0]):_0x19afe2[_0x3ac489(0x88)](_0x23a491[_0x3ac489(0x1d7)]());}}class Bt{constructor(_0xd968a6){const _0xa86c18=_0x1b2acd;this[_0xa86c18(0xb4)]=_0xd968a6,this[_0xa86c18(0x1ef)]=_0xd968a6[_0xa86c18(0x1ae)],this[_0xa86c18(0xba)]=new Map(),this[_0xa86c18(0xf0)]=new Map(),this[_0xa86c18(0x209)]();}[_0x1b2acd(0x1ba)](_0x4df9ca,_0xd83141,_0x206ff3,_0x5a44f3,_0x36177e,_0x1dd88a){const _0x3f705b=_0x1b2acd;return new _0x110fe5(this[_0x3f705b(0x1ef)],{'type':_0x4df9ca,'subType':_0xd83141,'id':_0x206ff3,'author':_0x5a44f3,'creator':_0x5a44f3,'attributes':_0x36177e,'onAttributesChange':_0x1dd88a,'onAccept':(..._0x2fc1e0)=>this[_0x3f705b(0x171)](_0x4df9ca,_0xd83141,_0x3f705b(0x97))(..._0x2fc1e0),'onDiscard':(..._0x380f9f)=>this[_0x3f705b(0x171)](_0x4df9ca,_0xd83141,_0x3f705b(0x19d))(..._0x380f9f)});}[_0x1b2acd(0x8a)](_0x296622,_0x5dce96,_0x1e1a9d,_0x1c297f){const _0x5444f5=_0x1b2acd,_0x3eee8e=_0x296622+':'+_0x5dce96+':'+_0x1e1a9d;this[_0x5444f5(0xba)][_0x5444f5(0x109)](_0x3eee8e,_0x1c297f);}[_0x1b2acd(0x171)](_0x125070,_0x196bca,_0x175169){const _0x5ab273=_0x1b2acd,_0x5036d8=_0x125070+':'+_0x196bca+':'+_0x175169;return this[_0x5ab273(0xba)][_0x5ab273(0xe1)](_0x5036d8)||this[_0x5ab273(0xf0)][_0x5ab273(0xe1)](_0x125070+':'+_0x175169);}[_0x1b2acd(0x209)](){const _0x3bcb9d=_0x1b2acd,_0x357b33=()=>!0x1,_0xbc7b22=_0x2b5078=>{const _0x5afdf8=_0x1ef7;_0x2b5078[_0x5afdf8(0xc1)]((_0x563f5c,_0x5b267a)=>_0x563f5c[_0x5afdf8(0xc4)][_0x5afdf8(0x165)](_0x5b267a[_0x5afdf8(0xc4)])?0x1:-0x1),this[_0x5afdf8(0x1ef)][_0x5afdf8(0xe5)](_0x2dc28a=>{const _0x58af1e=_0x5afdf8;for(const _0x4a48c0 of _0x2b5078){let _0x12bf91;_0x12bf91=_0x4a48c0[_0x58af1e(0x1bc)][_0x58af1e(0xa0)]&&_0x4a48c0[_0x58af1e(0x1bc)][_0x58af1e(0x19c)]==_0x4a48c0[_0x58af1e(0xc4)][_0x58af1e(0xe3)]?_0x2dc28a[_0x58af1e(0x21f)](_0x4a48c0[_0x58af1e(0xc4)][_0x58af1e(0xe3)],'on'):_0x2dc28a[_0x58af1e(0x21f)](_0x4a48c0),this[_0x58af1e(0x1ef)][_0x58af1e(0x14a)](_0x12bf91,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x1277db=(_0x263c9e,_0x3c9dca)=>{const _0x33dd64=_0x1ef7;_0x3c9dca&&this[_0x33dd64(0x1ef)][_0x33dd64(0xe5)](_0x58442a=>{const _0x2b996b=_0x33dd64,{commandName:_0x4a25e6,commandParams:_0x42eae6=[]}=_0x3c9dca,_0x3feff6=_0x263c9e[_0x2b996b(0x131)](_0x2850e4=>(Rt(_0x2850e4)&&(_0x2850e4=this[_0x2b996b(0x1ef)][_0x2b996b(0x221)](_0x2850e4[_0x2b996b(0x1bc)])),_0x2850e4))[_0x2b996b(0x174)](_0x2e1a40=>_0x2b996b(0x1e5)!==_0x2e1a40[_0x2b996b(0x226)][_0x2b996b(0x220)]);if(_0x3feff6[_0x2b996b(0x215)]<0x1)return;const _0x579bb7=Array[_0x2b996b(0x200)](this[_0x2b996b(0x1ef)][_0x2b996b(0xfd)][_0x2b996b(0xed)][_0x2b996b(0xae)]())[_0x2b996b(0x131)](_0x189d26=>_0xf986f[_0x2b996b(0x190)](_0x189d26));_0x58442a[_0x2b996b(0xb7)](_0x3feff6);for(const _0x19b832 of this[_0x2b996b(0xb4)][_0x2b996b(0x219)][_0x2b996b(0x219)]())_0x19b832[_0x2b996b(0x180)]();_0x42eae6[_0x2b996b(0x1e1)]({'forceDefaultExecution':!0x0}),this[_0x2b996b(0xb4)][_0x2b996b(0x1ad)](_0x4a25e6,..._0x42eae6);const _0x3f024a=_0x579bb7[_0x2b996b(0x174)](_0x2c870e=>_0x2b996b(0x1e5)!=_0x2c870e[_0x2b996b(0x226)][_0x2b996b(0x220)]);_0x3f024a[_0x2b996b(0x215)]>0x0&&_0x58442a[_0x2b996b(0xb7)](_0x3f024a);for(const _0x127a1c of _0x579bb7)_0x127a1c[_0x2b996b(0xce)]();});},_0x52b836=(_0x2c6bf6,_0x3b2005)=>0x1==_0x2c6bf6[_0x3bcb9d(0x215)]&&0x1==_0x3b2005[_0x3bcb9d(0x215)]&&_0x2c6bf6[0x0][_0x3bcb9d(0x1bc)][_0x3bcb9d(0x100)](_0x3b2005[0x0][_0x3bcb9d(0xc4)]),_0x7fd7eb=(_0x1ba492,_0x219948,_0x412c89,_0x2ff5f4)=>Gt(_0x1ba492,_0x219948,_0x412c89,_0x2ff5f4,this[_0x3bcb9d(0x1ef)])?[_0x1ba492,_0x219948]:Gt(_0x219948,_0x1ba492,_0x2ff5f4,_0x412c89,this[_0x3bcb9d(0x1ef)])?[_0x219948,_0x1ba492]:null;this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x114),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x123),_0xbc7b22),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0xc2),_0x52b836),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x1b9),_0x7fd7eb),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x202),_0xbc7b22),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x1d6),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x1b3),_0x52b836),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x117),_0x7fd7eb),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x170),_0x1277db),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x222),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x112),_0x52b836),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x13b),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x13f),_0x1277db),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x125),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x1c9),_0x52b836),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x156),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x235),_0x357b33),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x11d),(_0x5c2b70,_0x39aca3)=>{const _0x50a8da=_0x3bcb9d;if(!_0x39aca3)return;const _0x54713b=this[_0x50a8da(0xb4)][_0x50a8da(0xb3)][_0x50a8da(0xe1)](p);this[_0x50a8da(0x1ef)][_0x50a8da(0xe5)](_0x564675=>{const _0x413034=_0x50a8da;if(_0x413034(0xdb)==_0x39aca3[_0x413034(0x1f9)])for(const _0x3ae043 of _0x5c2b70){const _0x439818=_0x3ae043[_0x413034(0xc4)][_0x413034(0xe3)],_0x10b8e3=_0x39aca3[_0x413034(0xb5)];_0x564675[_0x413034(0x144)](_0x439818,_0x10b8e3);}else{if(_0x54713b[_0x413034(0x140)](_0x39aca3[_0x413034(0x1f9)])){for(const _0x2a2f56 of _0x5c2b70)void 0x0!==_0x39aca3[_0x413034(0xb5)]?_0x564675[_0x413034(0xa2)](_0x39aca3[_0x413034(0x1f9)],_0x39aca3[_0x413034(0xb5)],_0x2a2f56[_0x413034(0xc4)][_0x413034(0xe3)]):_0x564675[_0x413034(0x16d)](_0x39aca3[_0x413034(0x1f9)],_0x2a2f56[_0x413034(0xc4)][_0x413034(0xe3)]);}else{for(const _0x3e4316 of _0x5c2b70)_0x39aca3[_0x413034(0xb5)]?_0x564675[_0x413034(0xa2)](_0x39aca3[_0x413034(0x1f9)],_0x39aca3[_0x413034(0xb5)],_0x3e4316):_0x564675[_0x413034(0x16d)](_0x39aca3[_0x413034(0x1f9)],_0x3e4316);}}});}),this[_0x3bcb9d(0xf0)][_0x3bcb9d(0x109)](_0x3bcb9d(0x22f),_0x52b836);}}function xt(_0x4c3db2,_0x8820bf,_0x4a7dba){const _0x27fa76=_0x1b2acd;for(const _0xc7c5af of _0x8820bf[_0x27fa76(0x19c)][_0x27fa76(0xdc)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0xc7c5af[_0x27fa76(0x226)]==_0xc7c5af)return!0x1;if(!_0x4a7dba[_0x27fa76(0xa9)](_0xc7c5af))return!0x1;if(_0x4c3db2[_0x27fa76(0xec)](_0xc7c5af)||_0x4c3db2[_0x27fa76(0x188)](_0xc7c5af))return!0x0;}return!0x1;}function Rt(_0x4e5fe6){const _0x557f65=_0x1b2acd;return _0x4e5fe6[_0x557f65(0x1bc)][_0x557f65(0x19c)]==_0x4e5fe6[_0x557f65(0xc4)][_0x557f65(0xe3)]&&_0x4e5fe6[_0x557f65(0x1bc)][_0x557f65(0x1b1)];}function Tt(_0x4ba961,_0x133ac9,_0x4a0534,_0x16a3df){const _0x914026=_0x1b2acd,_0x539616=_0x27b12d=>!_0x27b12d[_0x914026(0xb9)]['is'](_0x914026(0x205))&&!_0x16a3df[_0x914026(0xec)](_0x27b12d[_0x914026(0xb9)]),_0x2617af=_0x4ba961[_0x914026(0xc4)][_0x914026(0x107)](_0x539616),_0x1654e0=_0x4ba961[_0x914026(0x1bc)][_0x914026(0x107)](_0x539616,{'direction':_0x914026(0x1c4)});return(!_0x4ba961[_0x914026(0xc4)][_0x914026(0x100)](_0x2617af)||!_0x4ba961[_0x914026(0x1bc)][_0x914026(0x100)](_0x1654e0))&&(_0x2617af[_0x914026(0x165)](_0x1654e0)?_0x4a0534[_0x914026(0x185)](_0x133ac9,{'range':_0x4a0534[_0x914026(0x221)](_0x2617af,_0x1654e0)}):_0x4a0534[_0x914026(0x88)](_0x133ac9),!0x0);}function Et(_0x53a9d8){return _0x49ce9d(_0x53a9d8);}function Vt(_0x375d99){const _0xe43850=_0x1b2acd,_0x412901=_0x375d99[_0xe43850(0xc4)][_0xe43850(0xe3)];return _0x412901&&_0x412901['is'](_0xe43850(0x194));}function Ut(_0x577bb5,_0x38a649){const _0x2f7a65=_0x1b2acd;return null==_0x577bb5[_0x2f7a65(0x1bc)][_0x2f7a65(0x1ea)]&&_0x577bb5[_0x2f7a65(0x1bc)][_0x2f7a65(0x19c)]==_0x577bb5[_0x2f7a65(0xc4)][_0x2f7a65(0xe3)]?Ot(_0x577bb5[_0x2f7a65(0xc4)][_0x2f7a65(0xe3)],_0x38a649):_0x577bb5;}function Ot(_0x4b1c25,_0x8f7585){const _0x18cc4b=_0x1b2acd,_0xebf807=_0x8f7585[_0x18cc4b(0x1d8)][_0x18cc4b(0xec)](_0x4b1c25)||_0x8f7585[_0x18cc4b(0x1d8)][_0x18cc4b(0x14e)](_0x4b1c25);return _0x8f7585[_0x18cc4b(0x221)](_0x8f7585[_0x18cc4b(0x1f0)](_0x4b1c25,_0x18cc4b(0xe4)),_0xebf807?_0x8f7585[_0x18cc4b(0xf9)](_0x4b1c25):_0x8f7585[_0x18cc4b(0x1f0)](_0x4b1c25,_0x18cc4b(0x1bc)));}function Gt(_0x46550a,_0x4c0885,_0x245a44,_0x242c71,_0x143cc7){const _0x63b40c=_0x1b2acd;if(!Ft(_0x46550a,_0x4c0885))return!0x1;if(_0x245a44[_0x63b40c(0x1bc)][_0x63b40c(0x100)](_0x242c71[_0x63b40c(0xc4)]))return!0x0;if(_0x46550a[_0x63b40c(0xbd)]!=_0x4c0885[_0x63b40c(0xbd)])return!0x1;if(!_0x245a44[_0x63b40c(0x1bc)][_0x63b40c(0x16a)](_0x242c71[_0x63b40c(0xc4)]))return!0x1;const _0x1c55b5=_0x143cc7[_0x63b40c(0x221)](_0x245a44[_0x63b40c(0x1bc)],_0x242c71[_0x63b40c(0xc4)])[_0x63b40c(0xd4)]();for(const _0x5969fc of _0x1c55b5)if([_0x63b40c(0x216),_0x63b40c(0x143)][_0x63b40c(0x1bf)](_0x5969fc[_0x63b40c(0xbd)])&&_0x143cc7[_0x63b40c(0x1d8)][_0x63b40c(0x188)](_0x5969fc[_0x63b40c(0xb9)]))return!0x1;return!0x0;}function Ft(_0x38d35d,_0x44f04f,_0x1ec1e1=[]){const _0x43d2cf=_0x1b2acd;return!(!_0x38d35d[_0x43d2cf(0x119)]||!_0x44f04f[_0x43d2cf(0x119)])&&_0x3abfe9(_0xee1eff(_0x38d35d[_0x43d2cf(0x1ab)],_0x1ec1e1),_0xee1eff(_0x44f04f[_0x43d2cf(0x1ab)],_0x1ec1e1));}function Pt(_0x14b7f4,_0x3cec3b){const _0x383c6a=_0x1b2acd,_0x1ede1c=Lt(_0x14b7f4[_0x383c6a(0x1ab)]),_0x17eb7a=Lt(_0x3cec3b);if(!_0x14b7f4[_0x383c6a(0x119)])return!0x1;for(const _0x48f9f7 of Object[_0x383c6a(0x199)](_0x17eb7a))if(!_0x3abfe9(_0x1ede1c[_0x48f9f7],_0x17eb7a[_0x48f9f7]))return!0x1;return!0x0;}function Lt(_0x355ca){const _0x34d645=_0x1b2acd,_0x3addb5=Object[_0x34d645(0x19f)]({},_0x355ca);return delete _0x3addb5[_0x34d645(0x213)],delete _0x3addb5[_0x34d645(0x19b)],_0x3addb5;}
|
|
23
|
+
const _0x154439=_0x1ce2;(function(_0x17960f,_0x31ad4e){const _0x281a6b=_0x1ce2,_0x4ae7fb=_0x17960f();while(!![]){try{const _0x270696=-parseInt(_0x281a6b(0x188))/0x1+-parseInt(_0x281a6b(0x128))/0x2+parseInt(_0x281a6b(0x136))/0x3*(parseInt(_0x281a6b(0x24d))/0x4)+parseInt(_0x281a6b(0x1e9))/0x5+parseInt(_0x281a6b(0x1a6))/0x6+-parseInt(_0x281a6b(0x293))/0x7*(parseInt(_0x281a6b(0x209))/0x8)+parseInt(_0x281a6b(0x190))/0x9;if(_0x270696===_0x31ad4e)break;else _0x4ae7fb['push'](_0x4ae7fb['shift']());}catch(_0x338fd1){_0x4ae7fb['push'](_0x4ae7fb['shift']());}}}(_0x50e6,0xdcf29));import{Plugin as _0x2435f1,PendingActions as _0x2705f1}from'ckeditor5/src/core.js';import{LiveRange as _0x4df010}from'ckeditor5/src/engine.js';import{CKEditorError as _0xed878b,uid as _0x5ce529,priorities as _0x15b567,logWarning as _0x5e3030}from'ckeditor5/src/utils.js';import{toWidget as _0x46cb73}from'ckeditor5/src/widget.js';import{Users as _0x4a60a0,hashObject as _0xff7ae3,surroundingMarkersDetector as _0x4043ab}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x7b5b1a from'./commands/trackchangescommand.js';import _0x34077c from'./commands/acceptsuggestioncommand.js';import _0x3a47f8 from'./commands/discardsuggestioncommand.js';import _0x57bd57 from'./commands/executeonallsuggestionscommand.js';import _0x268022 from'./commands/executeonselectedsuggestionscommand.js';import _0x26a934 from'./suggestion.js';import _0x224205 from'./suggestiondescriptionfactory.js';import _0x2f4d7d from'./integrations/aiassistant.js';import _0x508b76 from'./integrations/alignment.js';import _0x140fd0 from'./integrations/basicstyles.js';import _0x26bd1c from'./integrations/blockquote.js';import _0x528b7d from'./integrations/casechange.js';function _0x50e6(){const _0x51643a=['enableReadOnlyMode','_joinWithAdjacentSuggestions','isInsideObject','toJSON','removeMarker:suggestion:attribute','getAncestors','forEach','_getMarkerAnnouncementText','12504aFmsVb','nodeBefore','dataReady','forceDefaultExecution','_joinSuggestions','_adapter','formatInline','length','_rangeIsInLocalUserInsertion','createSelection','_onDiscard','isIntersecting','consumable','track-changes-suggestion-data-mismatch','acceptSuggestion','getFirstRange','format','getCommentThread','upcast','some','$marker','refresh','dataToMarker','addUser','removeClass','mapper','isSelectable','track-changes-enable-command-twice','$textProxy','markDeletion','unbind','_descriptionFactory','_handleNewSuggestionMarker','_registerDefaultCallbacks','notReady','insert','after','suggestion-type','track-changes-adapter-missing-getsuggestion','previous','ready','requires','from','discardAllSuggestions','item','_reduceSuggestionAttributeRange','FORMATTING','_commentsRepository','_processAttributeSuggestions','insertion:accept','_suggestions','acceptSelectedSuggestions','_isDataLoaded','createRangeOn','comments','always','isExternal','getCustomProperty','getNearestSelectionRange','locale','deletion:chain','getAttribute','getWalker','addSuggestionData','_updateSuggestionData','_setSuggestionRange','values','_recordAttributeSuggestions','4cnZdis','enableCommand','getAllAdjacentSuggestions','formatBlock:chain','listenTo','toViewElement','isNextTo','oldRange','data-suggestion','multipleBlocks','chain','addMarker:suggestion','moveTargetPosition','collaboration.channelId','sort','differ','marker-count','_recordAttributeChanges','getShiftedBy','suggestion:','@external','_customCallbacks','end','init','insertion:discard','attributes','PENDING_ACTION_SUGGESTION','error-saving-suggestion-data-suggestion-discarded','_element','pop','trackChanges.mergeNestedSuggestions','low','_SUGGESTION_ANNOUNCEMENT','isInContent','split','editing','addClass','isUndo','insertion:','parent','removeAttribute','define','isLocal','suggestionChanged','updateMarker','markBlockFormat','createPositionAfter','getMultiRangeId','documentSelection','commandName','getContainedElement','attribute:join','_blockAttributeKeys','delete','size','_afterChanges','highest','getChanges','update:suggestion','resolve','track-changes-adapter-already-set','ck-suggestion-marker--active','change:_saved','formatInline:join','_addSuggestionMarker','markerName','head','removeComment','_trackFormatChanges','filter','4333coBOGf','deletion:','containsPosition','selection','type','model','editor','attributeOldValue','lowest','isDocumentOperation','_initAriaMarkerChangeAnnouncements','attribute:accept','isMultiRange','deletion:join','never','createdAt','attribute:discard','attribute:','startsWith','concat','formatInline:discard','_removeSuggestion','oldValue','markerNameToElements','isBlock','getUser','clone','stopListening','isCollapsed','groupId','_addThreadToSuggestion','insertion:chain','formatBlock:accept','acceptAllSuggestions','open','deleteContent','get','isRemovable','splitPosition','creator','assign','addMarkerName','addMarker:suggestion:attribute','authorName','track-changes-suggestion-not-found','range','getFirstMarker','hasComments','ck-suggestion-marker-formatInline','_cutOutSuggestionMarker','formatBlock:join','substring','_model','adapter','rejected','CommentsRepository','insertContent','$graveyard','suggestionUnloaded','getSuggestions','unbindElementFromMarkerName','getRanges','isTouching','attribute','markerToHighlight','isLimit','isOwn','elementToElement','897394AajRDW','rethrowUnexpectedError','keys','push','getChangedMarkers','removeMarker','substr','plugins','commands','getRange','pluginName','for','ck-suggestion-marker-formatBlock','containsItem','2310486TJwpqS','editingDowncast','join','getLastMatchingPosition','start','bindElementToMarker','group','element','isBefore','deletion:accept','discardSuggestion','createElement','_getAuthorFromId','root','track-changes-command-not-found','subType','move','containsRangeInObject','return','markerReady','nodeAfter','then','track-changes-user-not-found','fromRange','ck-suggestion-marker','change:activeMarkers','trackChangesCommand','_refreshSuggestionsChain','insertion:join','formatInline:','ariaLiveAnnouncer','accepted','warn','$elementName','buildSuggestion','setAttribute','find','_inlineAttributeKeys','removeMarkers','change:data','consume','tablePasteChainId','rename','skipNestingCheck','deletion:discard','trackChanges.trackFormatChanges','rootName','commentThread','markMultiRangeInsertion','document','value','key','createRange','name','updateSuggestion','_enabledCommands','_mergeNestedSuggestions','registerCustomCallback','getItems','widget','activeMarkers','has','map','schema','formatBlock','ck-suggestion-marker-','stop','config','_editor','newRange','fire','attributeKey','accept','isAtEnd','next','addHighlight','setTo','createPositionBefore','_breakSuggestionMarker','isAfter','forward','showSuggestionHighlights','1597670mpFgAi','_suggestionFactory','markInlineFormat','discardSelectedSuggestions','$text','isArray','reconvertMarker','markInsertion','3546045WIlMGX','discard','_enableDefaultAttributesIntegration','trackChanges','writer','markers','formatInline:accept','_defaultCallbacks','applyOperation','isIntersectingWithRange','removeMarker:suggestion:formatBlock','execute','markMultiRangeBlockFormat','howMany','dataDowncast','multi','suggestion:attribute:','ENTER','detach','remove','containsRange','high','8458452JkHYPt','formatBlock:discard','addMarker','addRange','addComment','getSuggestionCallback','attributeNewValue','position','_checkSuggestionCorrectness','conversion','deletion','authoredAt','addMarker:suggestion:formatBlock','_setSuggestionData','_reduceExistingSuggestions','data','includes','containerElement','catch','change','LEAVE','fetchCommentThread','_isRegisteredAttribute','hasCommentThread','suggestion','_isBlockAttribute','registerPostFixer','elementStart','isAtStart','splice','elementEnd','targetPosition','normal','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.','fromCharCode','setSelection','set','createPositionAt','_registerBlockAttribute','options','_registerInlineAttribute','_findSuggestions','newValue','markAttributeChange','getSuggestion','_getAttributeKey','_processAttributeChanges','_getSuggestionData','TrackChangesEditing','unshift','isObject','createRangeIn','author','_isForcedDefaultExecutionBlock','removed','originalSuggestionId','external:','_saved','backward','toUpperCase','_createSuggestion','insertion','meta','enqueueChange','getMarkers','_splitMarkerName','batch','6724780HglEnv','PendingActions','isEqual','add','before','_suggestionState','Users','_refreshAttributeSuggestionsChain','default','every','addSuggestion','getIntersection','announce','markerToData','markMultiRangeDeletion','formatInline:chain','formatGroupId','hasSuggestion','formatBlock:','getDifference','clear','addCommentThread','suggestionLoaded','_getExternalAuthor'];_0x50e6=function(){return _0x51643a;};return _0x50e6();}import _0x40d0a6 from'./integrations/ckbox.js';import _0x2f303f from'./integrations/codeblock.js';import _0x574021 from'./integrations/comments.js';import _0x414891 from'./integrations/deletecommand.js';import _0x9be018 from'./integrations/list.js';import _0x3615d7 from'./integrations/listproperties.js';import _0x109622 from'./integrations/entercommand.js';import _0x14e0f9 from'./integrations/findandreplace.js';import _0xefa60 from'./integrations/font.js';import _0x49b9af from'./integrations/formatpainter.js';import _0x5e9310 from'./integrations/heading.js';import _0x2e40b2 from'./integrations/highlight.js';import _0x57476f from'./integrations/horizontalline.js';import _0x730a8d from'./integrations/htmlembed.js';import _0x3962b3 from'./integrations/image.js';import _0x4abff2 from'./integrations/imagereplace.js';import _0xc0ca0b from'./integrations/imagestyle.js';import _0x3b2f41 from'./integrations/importword.js';import _0x8dccba from'./integrations/indent.js';import _0x207425 from'./integrations/inputcommand.js';import _0x6c33a9 from'./integrations/link.js';import _0x51ea99 from'./integrations/legacylist.js';import _0x3db57f from'./integrations/legacylistproperties.js';import _0x42158e from'./integrations/mediaembed.js';import _0x30364e from'./integrations/mention.js';import _0x6ded4e from'./integrations/multilevellist.js';import _0x4a5ae1 from'./integrations/pagebreak.js';import _0x2bd3d7 from'./integrations/paragraph.js';import _0x3c311f from'./integrations/removeformat.js';import _0xff1898 from'./integrations/restrictededitingmode.js';import _0x4f2d53 from'./integrations/shiftentercommand.js';import _0x4b8364 from'./integrations/standardeditingmode.js';import _0x34af8e from'./integrations/style.js';import _0x13a7c8 from'./integrations/table.js';import _0x4d5771 from'./integrations/tablemergesplit.js';import _0x5f3f9f from'./integrations/tableheadings.js';import _0x5287dc from'./integrations/tableclipboard.js';import _0x59becd from'./integrations/tablecolumnresize.js';import _0x24b753 from'./integrations/template.js';import _0x10f16a from'./integrations/tableofcontents.js';import _0x5961a4 from'./integrations/title.js';import _0x52e7eb from'./integrations/undo.js';import _0x27548a from'./integrations/tablecaption.js';import _0x46547d from'./integrations/tableproperties.js';import{getTranslation as _0x508a3f}from'./utils/common-translations.js';import{isEqual as _0x33664a,omit as _0x1487af}from'lodash-es';export const renameAttributeKey=_0x154439(0x157);export default class p extends _0x2435f1{static get[_0x154439(0x232)](){const _0x4a2eab=_0x154439;return[_0x4a2eab(0x11b),_0x4a60a0,_0x2705f1,_0x2f4d7d,_0x508b76,_0x140fd0,_0x26bd1c,_0x40d0a6,_0x528b7d,_0x2f303f,_0x574021,_0x414891,_0x109622,_0x14e0f9,_0xefa60,_0x49b9af,_0x5e9310,_0x2e40b2,_0x57476f,_0x730a8d,_0x3962b3,_0xc0ca0b,_0x4abff2,_0x3b2f41,_0x8dccba,_0x207425,_0x51ea99,_0x3db57f,_0x6ded4e,_0x6c33a9,_0x9be018,_0x3615d7,_0x42158e,_0x30364e,_0x4a5ae1,_0x2bd3d7,_0x3c311f,_0xff1898,_0x4f2d53,_0x4b8364,_0x34af8e,_0x13a7c8,_0x4d5771,_0x5f3f9f,_0x27548a,_0x5287dc,_0x59becd,_0x10f16a,_0x46547d,_0x24b753,_0x5961a4,_0x52e7eb];}static get[_0x154439(0x132)](){const _0x2520f4=_0x154439;return _0x2520f4(0x1d6);}constructor(_0x348dfa){const _0x552994=_0x154439;function _0x466033(_0x440ce0){const _0x326586=_0x1ce2;return _0x440ce0[_0x326586(0x174)](_0x2cac08=>String[_0x326586(0x1c8)](_0x2cac08))[_0x326586(0x138)]('');}super(_0x348dfa),this[_0x552994(0x24c)]=!0x1,this[_0x552994(0x1ca)](_0x552994(0x172),[]),this['on'](_0x552994(0x14f),(_0x39763b,_0x5c8412,_0x84bd5,_0x254cfe)=>{const _0x417c05=_0x552994;this[_0x417c05(0x118)][_0x417c05(0x1b9)](()=>{const _0x58af87=_0x417c05;for(const _0x472b8e of[..._0x254cfe,..._0x84bd5])this[_0x58af87(0x118)][_0x58af87(0x195)][_0x58af87(0x173)](_0x472b8e)&&_0x348dfa[_0x58af87(0x270)][_0x58af87(0x18e)](_0x472b8e);});}),this[_0x552994(0x228)]=new _0x224205(this[_0x552994(0x299)][_0x552994(0x298)][_0x552994(0x175)],this[_0x552994(0x299)][_0x552994(0x244)]),this[_0x552994(0x20e)]=null,this[_0x552994(0x189)]=new xt(this[_0x552994(0x299)]),this[_0x552994(0x23b)]=new Map(),this[_0x552994(0x238)]=_0x348dfa[_0x552994(0x12f)][_0x552994(0x2b7)](_0x552994(0x11b)),this[_0x552994(0x16d)]=new Set(),this[_0x552994(0x118)]=this[_0x552994(0x299)][_0x552994(0x298)],this[_0x552994(0x1ee)]=new WeakMap(),this[_0x552994(0x1db)]=!0x1,this[_0x552994(0x281)]=new Set([_0x552994(0x157)]),this[_0x552994(0x15b)]=new Set(),_0x348dfa[_0x552994(0x179)][_0x552994(0x276)](_0x552994(0x163),_0x552994(0x1f1)),this[_0x552994(0x291)]=_0x348dfa[_0x552994(0x179)][_0x552994(0x2b7)](_0x552994(0x163)),_0x348dfa[_0x552994(0x179)][_0x552994(0x276)](_0x552994(0x26b),!0x0),this[_0x552994(0x16e)]=_0x348dfa[_0x552994(0x179)][_0x552994(0x2b7)](_0x552994(0x26b)),this[_0x552994(0x150)]=new _0x7b5b1a(_0x348dfa,this[_0x552994(0x16d)]),this[_0x552994(0x29d)](),this[_0x466033([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x466033([0x34,0x30,0x34,0x38,0x30,0x38,0x33,0x32]);}[_0x154439(0x264)](){const _0x380605=_0x154439,_0x2c472a=this[_0x380605(0x299)],_0xf290eb=(_0x2a963d,_0x102cb1)=>{const _0x2d254b=_0x380605;if(_0x2d254b(0x123)!=_0x2a963d)return _0x2d254b(0x177)+_0x2a963d;const _0x2af9f3=_0x102cb1[_0x2d254b(0x26f)]('|')[0x0];return this[_0x2d254b(0x1bf)](_0x2af9f3)?_0x2d254b(0x134):_0x2d254b(0x114);};_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x124)]({'model':_0x380605(0x1be),'view':_0x10201c=>{const _0x1a85f9=_0x380605,{id:_0x1b4962,type:_0x2b04f7,subType:_0x132332}=this[_0x1a85f9(0x1e7)](_0x10201c[_0x1a85f9(0x28e)]),_0x4d00fa=[_0x1a85f9(0x14e),_0xf290eb(_0x2b04f7,_0x132332)];let _0x23e360=0xbb8;return this[_0x1a85f9(0x172)][_0x1a85f9(0x1b6)](_0x10201c[_0x1a85f9(0x28e)])&&(_0x4d00fa[_0x1a85f9(0x12b)](_0x1a85f9(0x28a)),_0x23e360=0xbc2),_0x1a85f9(0x1b0)==_0x2b04f7&&(_0x23e360+=0x5),{'classes':_0x4d00fa,'attributes':{'data-suggestion':_0x1b4962},'priority':_0x23e360};}}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x1ec)](_0x31e59b=>{const _0x393d83=_0x380605;_0x31e59b['on'](_0x393d83(0x258),(_0x2b8784,_0x1cc281,_0x46b369)=>{const _0x40b9a7=_0x393d83;if(!_0x46b369[_0x40b9a7(0x1cd)][_0x40b9a7(0x187)])return;const _0x24ddaf=_0x1cc281[_0x40b9a7(0x235)];if(!_0x24ddaf)return;const _0x485977=_0x46b369[_0x40b9a7(0x222)][_0x40b9a7(0x252)](_0x24ddaf);_0x2c472a[_0x40b9a7(0x298)][_0x40b9a7(0x175)][_0x40b9a7(0x1d8)](_0x24ddaf)&&_0x485977&&!_0x485977[_0x40b9a7(0x242)](_0x40b9a7(0x171))&&_0x485977['is'](_0x40b9a7(0x1b7))&&_0x46cb73(_0x485977,_0x46b369[_0x40b9a7(0x194)]);},{'priority':_0x393d83(0x1a5)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x124)]({'model':_0x380605(0x1be),'view':(_0x5c5373,_0x2cdaa6)=>{const _0x475bc8=_0x380605;if(!_0x2cdaa6[_0x475bc8(0x1cd)][_0x475bc8(0x187)])return null;const {type:_0x1d1070,subType:_0x48d74d}=this[_0x475bc8(0x1e7)](_0x5c5373[_0x475bc8(0x28e)]);return{'classes':[_0x475bc8(0x14e),_0xf290eb(_0x1d1070,_0x48d74d)],'priority':0xbb8};}});const _0x32097d=({showActiveMarkers:_0x3d9d96=!0x0,isAttributeSuggestion:_0x45fd8c=!0x1}={})=>(_0x1c2851,_0x250793,_0xb0f2d2)=>{const _0x3cacc3=_0x380605;if(!_0x250793[_0x3cacc3(0x235)])return;const {id:_0xf1890f}=this[_0x3cacc3(0x1e7)](_0x250793[_0x3cacc3(0x28e)]);if(_0x45fd8c){const _0x56cfa2=this[_0x3cacc3(0x23b)][_0x3cacc3(0x2b7)](_0xf1890f),_0x3de797=this[_0x3cacc3(0x1d3)](_0x56cfa2);if(!this[_0x3cacc3(0x1bf)](_0x3de797))return;}if(_0x250793[_0x3cacc3(0x235)]['is'](_0x3cacc3(0x296)))return void _0xb0f2d2[_0x3cacc3(0x215)][_0x3cacc3(0x15e)](_0x250793[_0x3cacc3(0x235)],_0x1c2851[_0x3cacc3(0x16b)]);const _0x12a18c=_0xb0f2d2[_0x3cacc3(0x222)][_0x3cacc3(0x252)](_0x250793[_0x3cacc3(0x235)]);if(_0x250793[_0x3cacc3(0x235)]['is'](_0x3cacc3(0x13d))&&_0x2c472a[_0x3cacc3(0x298)][_0x3cacc3(0x175)][_0x3cacc3(0x2ab)](_0x250793[_0x3cacc3(0x235)])&&!_0x12a18c[_0x3cacc3(0x242)](_0x3cacc3(0x181))){_0xb0f2d2[_0x3cacc3(0x194)][_0x3cacc3(0x271)]([_0x3cacc3(0x14e),_0x3cacc3(0x134)],_0x12a18c),_0xb0f2d2[_0x3cacc3(0x194)][_0x3cacc3(0x159)](_0x3cacc3(0x255),_0xf1890f,_0x12a18c),_0xb0f2d2[_0x3cacc3(0x222)][_0x3cacc3(0x13b)](_0x12a18c,_0x250793[_0x3cacc3(0x28e)]),_0x3d9d96&&(this[_0x3cacc3(0x172)][_0x3cacc3(0x1b6)](_0x250793[_0x3cacc3(0x28e)])?_0xb0f2d2[_0x3cacc3(0x194)][_0x3cacc3(0x271)](_0x3cacc3(0x28a),_0x12a18c):_0xb0f2d2[_0x3cacc3(0x194)][_0x3cacc3(0x221)](_0x3cacc3(0x28a),_0x12a18c));for(const _0x2b4718 of _0x2c472a[_0x3cacc3(0x298)][_0x3cacc3(0x1d9)](_0x250793[_0x3cacc3(0x235)])[_0x3cacc3(0x170)]())_0xb0f2d2[_0x3cacc3(0x215)][_0x3cacc3(0x15e)](_0x2b4718,_0x1c2851[_0x3cacc3(0x16b)]);_0xb0f2d2[_0x3cacc3(0x215)][_0x3cacc3(0x15e)](_0x250793[_0x3cacc3(0x235)],_0x1c2851[_0x3cacc3(0x16b)]);}};_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x1ec)](_0x13c4c6=>{const _0x255c47=_0x380605;_0x13c4c6['on'](_0x255c47(0x1b2),(_0xcb3e3b,_0x425ed3,_0x531123)=>{const _0x56748d=_0x255c47;_0x531123[_0x56748d(0x1cd)][_0x56748d(0x187)]&&_0x32097d({'showActiveMarkers':!0x1})(_0xcb3e3b,_0x425ed3,_0x531123);},{'priority':_0x255c47(0x285)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x1ec)](_0x368d72=>{const _0x484680=_0x380605;_0x368d72['on'](_0x484680(0x10e),(_0x53d69c,_0x3ecc61,_0x1a1f97)=>{const _0x3c4185=_0x484680;_0x1a1f97[_0x3c4185(0x1cd)][_0x3c4185(0x187)]&&_0x32097d({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x53d69c,_0x3ecc61,_0x1a1f97);},{'priority':_0x484680(0x285)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x19e))[_0x380605(0x1f6)]({'model':_0x380605(0x1be),'view':(_0x33e86b,_0x2a2b2d)=>_0x2a2b2d[_0x380605(0x1cd)][_0x380605(0x187)]?null:{'group':_0x380605(0x1be),'name':_0x33e86b[_0x380605(0x12e)](0xb)}}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x21b))[_0x380605(0x127)]({'view':{'name':_0x380605(0x1be),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x328614,{writer:_0x2a3c6b})=>{const _0x28763c=_0x380605;let _0x41f986=_0x28763c(0x260)+_0x328614[_0x28763c(0x246)](_0x28763c(0x22e))+':'+_0x328614[_0x28763c(0x246)]('id');return _0x328614[_0x28763c(0x246)](_0x28763c(0x25d))&&(_0x41f986+=':'+_0x328614[_0x28763c(0x246)](_0x28763c(0x25d))),_0x2a3c6b[_0x28763c(0x141)](_0x28763c(0x21d),{'data-name':_0x41f986});}}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x21b))[_0x380605(0x21f)]({'view':_0x380605(0x1be)}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x1ec)](_0x35bcae=>{const _0xd91715=_0x380605;_0x35bcae['on'](_0xd91715(0x1b2),_0x32097d(),{'priority':_0xd91715(0x1a5)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x1ec)](_0x6d26d=>{const _0x9b08de=_0x380605;_0x6d26d['on'](_0x9b08de(0x10e),_0x32097d({'isAttributeSuggestion':!0x0}),{'priority':_0x9b08de(0x1a5)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x1ec)](_0x2d257d=>{const _0x3d4810=_0x380605;_0x2d257d['on'](_0x3d4810(0x19a),(_0x4ce73f,_0x3d6d44,_0x5b9000)=>{const _0x59c64b=_0x3d4810,_0x53120f=_0x5b9000[_0x59c64b(0x222)][_0x59c64b(0x2aa)](_0x3d6d44[_0x59c64b(0x28e)]);if(_0x53120f){for(const _0x1a6383 of _0x53120f)_0x1a6383[_0x59c64b(0x242)](_0x59c64b(0x181))||(_0x5b9000[_0x59c64b(0x194)][_0x59c64b(0x221)]([_0x59c64b(0x14e),_0x59c64b(0x134),_0x59c64b(0x28a)],_0x1a6383),_0x5b9000[_0x59c64b(0x194)][_0x59c64b(0x275)](_0x59c64b(0x255),_0x1a6383),_0x5b9000[_0x59c64b(0x222)][_0x59c64b(0x120)](_0x1a6383,_0x3d6d44[_0x59c64b(0x28e)]));}},{'priority':_0x3d4810(0x1a5)});}),_0x2c472a[_0x380605(0x1af)][_0x380605(0x133)](_0x380605(0x137))[_0x380605(0x1ec)](_0x3c7184=>{const _0x586f45=_0x380605;_0x3c7184['on'](_0x586f45(0x205),(_0x4aea9c,_0x5ee181,_0x4e553e)=>{const _0x4cd794=_0x586f45,_0x136741=_0x4e553e[_0x4cd794(0x222)][_0x4cd794(0x2aa)](_0x5ee181[_0x4cd794(0x28e)]);if(!_0x136741)return;const {id:_0xc8f40e}=this[_0x4cd794(0x1e7)](_0x5ee181[_0x4cd794(0x28e)]),_0x50a866=this[_0x4cd794(0x23b)][_0x4cd794(0x2b7)](_0xc8f40e),_0x11d1bf=this[_0x4cd794(0x1d3)](_0x50a866);if(this[_0x4cd794(0x1bf)](_0x11d1bf)){for(const _0x411d80 of _0x136741)_0x411d80[_0x4cd794(0x242)](_0x4cd794(0x181))||(_0x4e553e[_0x4cd794(0x194)][_0x4cd794(0x221)]([_0x4cd794(0x14e),_0x4cd794(0x134),_0x4cd794(0x28a)],_0x411d80),_0x4e553e[_0x4cd794(0x194)][_0x4cd794(0x275)](_0x4cd794(0x255),_0x411d80),_0x4e553e[_0x4cd794(0x222)][_0x4cd794(0x120)](_0x411d80,_0x5ee181[_0x4cd794(0x28e)]));}},{'priority':_0x586f45(0x1a5)});}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)][_0x380605(0x1c0)](_0x5a63ab=>{const _0x2a6586=_0x380605;let _0x52497b=!0x1;const _0x57f2b6=Array[_0x2a6586(0x233)](_0x2c472a[_0x2a6586(0x298)][_0x2a6586(0x167)][_0x2a6586(0x25c)][_0x2a6586(0x12c)]()),_0x515636=new Set();for(const {name:_0x227aa8,data:_0x4f01b8}of _0x57f2b6){const {group:_0x4669b6,type:_0x399a13,subType:_0x3010d3,id:_0x495560}=this[_0x2a6586(0x1e7)](_0x227aa8);if(_0x2a6586(0x1be)!==_0x4669b6)continue;const _0x1ada50=this[_0x2a6586(0x23b)][_0x2a6586(0x2b7)](_0x495560);if(null!=_0x4f01b8[_0x2a6586(0x17b)]){_0x2a6586(0x20f)==_0x399a13&&(_0x52497b=_0x52497b||Et(_0x4f01b8[_0x2a6586(0x17b)],_0x227aa8,_0x5a63ab,_0x2c472a[_0x2a6586(0x298)][_0x2a6586(0x175)]));const _0x23c78e=_0x2a6586(0x123)==_0x399a13&&this[_0x2a6586(0x1bf)](_0x3010d3[_0x2a6586(0x26f)]('|')[0x0]);if(_0x4f01b8[_0x2a6586(0x17b)][_0x2a6586(0x2af)]||_0x2a6586(0x11d)==_0x4f01b8[_0x2a6586(0x17b)][_0x2a6586(0x143)][_0x2a6586(0x164)]||_0x2a6586(0x176)==_0x399a13&&!Ut(_0x4f01b8[_0x2a6586(0x17b)])||_0x23c78e&&!Ut(_0x4f01b8[_0x2a6586(0x17b)])||_0x2a6586(0x1b0)==_0x399a13&&!(!Tt(_0x545247=_0x4f01b8[_0x2a6586(0x17b)])&&!function(_0x3554fb){const _0x1cf970=_0x2a6586;return _0x3554fb[_0x1cf970(0x13a)][_0x1cf970(0x274)]==_0x3554fb[_0x1cf970(0x263)][_0x1cf970(0x20a)]&&_0x3554fb[_0x1cf970(0x13a)][_0x1cf970(0x17f)];}(_0x545247)))_0x5a63ab[_0x2a6586(0x12d)](_0x227aa8),_0x52497b=!0x0;else{if(!_0x1ada50||!_0x1ada50[_0x2a6586(0x26e)])continue;_0x515636[_0x2a6586(0x1ec)](_0x1ada50);}}}var _0x545247;return _0x515636[_0x2a6586(0x283)]>0x0&&(_0x52497b=!!this[_0x2a6586(0x202)](_0x515636)||_0x52497b),_0x52497b;}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)][_0x380605(0x1c0)](_0x412728=>{const _0x11e9e4=_0x380605;let _0x45fb32=!0x1;for(const _0xe160c5 of _0x2c472a[_0x11e9e4(0x298)][_0x11e9e4(0x167)][_0x11e9e4(0x25c)][_0x11e9e4(0x286)]())if(_0x11e9e4(0x22c)==_0xe160c5[_0x11e9e4(0x297)])for(const _0xb5e97d of this[_0x11e9e4(0x23b)][_0x11e9e4(0x24b)]()){if(_0xb5e97d[_0x11e9e4(0x29f)]||!_0xb5e97d[_0x11e9e4(0x26e)])continue;const _0x433769=_0x11e9e4(0x176)==_0xb5e97d[_0x11e9e4(0x297)],_0x108434=this[_0x11e9e4(0x1d3)](_0xb5e97d),_0xfdde3e=_0x108434&&this[_0x11e9e4(0x1bf)](_0x108434);if(!_0x433769&&!_0xfdde3e)continue;const _0x8ba34d=_0xb5e97d[_0x11e9e4(0x218)]();if(_0x8ba34d[_0x11e9e4(0x13a)][_0x11e9e4(0x274)]!=_0x8ba34d[_0x11e9e4(0x263)][_0x11e9e4(0x274)]&&!_0x8ba34d[_0x11e9e4(0x263)][_0x11e9e4(0x17f)]){const _0x2a6e36=_0x2c472a[_0x11e9e4(0x298)][_0x11e9e4(0x1cb)](_0x8ba34d[_0x11e9e4(0x13a)][_0x11e9e4(0x14a)],_0x11e9e4(0x263)),_0x53f3ab=_0x2c472a[_0x11e9e4(0x298)][_0x11e9e4(0x16a)](_0x8ba34d[_0x11e9e4(0x13a)],_0x2a6e36);_0x412728[_0x11e9e4(0x279)](_0xb5e97d[_0x11e9e4(0x112)](),{'range':_0x53f3ab}),_0x45fb32=!0x0;}}return _0x45fb32;}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)][_0x380605(0x1c0)](_0x1e4bb0=>this[_0x380605(0x1d4)](_0x1e4bb0)),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)][_0x380605(0x1c0)](_0xc969db=>!_0xc969db[_0x380605(0x1e8)][_0x380605(0x277)]&&this[_0x380605(0x239)](_0xc969db)),_0x2c472a[_0x380605(0x298)]['on'](_0x380605(0x284),()=>{const _0x42a9f2=_0x380605;this[_0x42a9f2(0x24c)]=!0x1;}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)]['on'](_0x380605(0x15d),(_0x3d4768,_0x20f71c)=>{const _0x14c42a=_0x380605;if(!_0x20f71c[_0x14c42a(0x277)]||_0x20f71c[_0x14c42a(0x272)])return;if(!this[_0x14c42a(0x24c)])return;const _0x133cc6=_0x2c472a[_0x14c42a(0x298)][_0x14c42a(0x167)][_0x14c42a(0x25c)][_0x14c42a(0x286)]();if(0x0==_0x133cc6[_0x14c42a(0x210)])return;const _0x4b8409=[],_0x49aec0=_0x133cc6[_0x14c42a(0x292)](_0x141a57=>_0x14c42a(0x123)==_0x141a57[_0x14c42a(0x297)]),_0x12a5c9=_0x133cc6[_0x14c42a(0x292)](_0x37ddc3=>_0x14c42a(0x22c)==_0x37ddc3[_0x14c42a(0x297)]&&_0x14c42a(0x18c)!=_0x37ddc3[_0x14c42a(0x16b)]),_0x572a2d=_0x133cc6[_0x14c42a(0x292)](_0x4ffc07=>_0x14c42a(0x1a3)==_0x4ffc07[_0x14c42a(0x297)]&&_0x14c42a(0x18c)!=_0x4ffc07[_0x14c42a(0x16b)]);for(const _0x3cc5b of _0x49aec0)this[_0x14c42a(0x1bc)](_0x3cc5b[_0x14c42a(0x17d)])&&_0x4b8409[_0x14c42a(0x12b)]({'key':_0x3cc5b[_0x14c42a(0x17d)],'newValue':_0x3cc5b[_0x14c42a(0x1ac)],'oldValue':_0x3cc5b[_0x14c42a(0x29a)],'range':Ot(_0x3cc5b[_0x14c42a(0x111)],_0x2c472a[_0x14c42a(0x298)])});for(const _0x371162 of _0x12a5c9){const _0x1a7966=_0x572a2d[_0x14c42a(0x15a)](_0x5946cc=>_0x5946cc[_0x14c42a(0x269)]===_0x371162[_0x14c42a(0x269)]);if(_0x1a7966){const _0x103f05=Gt(_0x371162[_0x14c42a(0x1ad)][_0x14c42a(0x14a)],_0x2c472a[_0x14c42a(0x298)]);_0x1a7966[_0x14c42a(0x16b)]!==_0x371162[_0x14c42a(0x16b)]&&_0x4b8409[_0x14c42a(0x12b)]({'key':_0x14c42a(0x157),'newValue':_0x371162[_0x14c42a(0x16b)],'oldValue':_0x1a7966[_0x14c42a(0x16b)],'range':_0x103f05});for(const [_0x554110,_0x28c1d3]of _0x1a7966[_0x14c42a(0x266)]){if(!this[_0x14c42a(0x1bc)](_0x554110))continue;const _0x335c09=_0x371162[_0x14c42a(0x266)][_0x14c42a(0x2b7)](_0x554110);_0x28c1d3!==_0x335c09&&_0x4b8409[_0x14c42a(0x12b)]({'key':_0x554110,'newValue':_0x335c09,'oldValue':_0x28c1d3,'range':_0x103f05});}for(const [_0x48b304,_0x20ca29]of _0x371162[_0x14c42a(0x266)])this[_0x14c42a(0x1bc)](_0x48b304)&&(_0x1a7966[_0x14c42a(0x266)][_0x14c42a(0x173)](_0x48b304)||_0x4b8409[_0x14c42a(0x12b)]({'key':_0x48b304,'newValue':_0x20ca29,'oldValue':null,'range':_0x103f05}));}}0x0!=_0x4b8409[_0x14c42a(0x210)]&&_0x2c472a[_0x14c42a(0x298)][_0x14c42a(0x1e5)](_0x20f71c,_0x287c25=>{const _0x5d3f92=_0x14c42a,_0x5121c4=_0x5ce529();for(const {range:_0x1669d8,key:_0x1e63bd,oldValue:_0x46b0fa,newValue:_0x4550a3}of _0x4b8409)this[_0x5d3f92(0x1d1)](_0x1669d8,_0x1e63bd,_0x46b0fa,_0x4550a3,{'groupId':_0x5121c4});this[_0x5d3f92(0x1b4)](_0x287c25,_0x4b8409);});},{'priority':_0x380605(0x29b)}),_0x2c472a[_0x380605(0x298)][_0x380605(0x195)]['on'](_0x380605(0x287),(_0x3881b6,_0x4afdfd,_0x5e5f7c)=>{const _0x553185=_0x380605;if(null==_0x5e5f7c){const {id:_0x1ee20a}=this[_0x553185(0x1e7)](_0x4afdfd[_0x553185(0x16b)]),_0x4fdb4a=this[_0x553185(0x23b)][_0x553185(0x2b7)](_0x1ee20a);_0x4fdb4a&&_0x4fdb4a[_0x553185(0x10d)](_0x4afdfd[_0x553185(0x16b)]);}}),_0x2c472a[_0x380605(0x298)][_0x380605(0x167)]['on'](_0x380605(0x15d),()=>{const _0xb3d617=_0x380605,_0x33bc67=Array[_0xb3d617(0x233)](_0x2c472a[_0xb3d617(0x298)][_0xb3d617(0x167)][_0xb3d617(0x25c)][_0xb3d617(0x12c)]())[_0xb3d617(0x292)](_0x12fa1b=>_0xb3d617(0x1be)===this[_0xb3d617(0x1e7)](_0x12fa1b[_0xb3d617(0x16b)])[_0xb3d617(0x13c)]);if(0x0===_0x33bc67[_0xb3d617(0x210)])return;_0x33bc67[_0xb3d617(0x25b)]((_0x3fa41b,_0x24606a)=>{const _0x417eaa=_0xb3d617,_0x5208f3=_0x3fa41b[_0x417eaa(0x1b5)][_0x417eaa(0x254)],_0x2f2762=_0x24606a[_0x417eaa(0x1b5)][_0x417eaa(0x254)];return null===_0x5208f3&&null===_0x2f2762?0x0:null===_0x5208f3&&null!==_0x2f2762?-0x1:null!==_0x5208f3&&null===_0x2f2762?0x1:_0x5208f3[_0x417eaa(0x13a)][_0x417eaa(0x13e)](_0x2f2762[_0x417eaa(0x13a)])?-0x1:0x1;});const _0x5564da=new Set(),_0x23bd20=new Set();for(const {name:_0x548697,data:_0x1a3086}of _0x33bc67){const {id:_0x538c10}=this[_0xb3d617(0x1e7)](_0x548697);if(null===_0x1a3086[_0xb3d617(0x254)]){const _0x2533d9=this[_0xb3d617(0x229)](_0x548697);_0x23bd20[_0xb3d617(0x1ec)](_0x2533d9);}else{const _0x2ea077=this[_0xb3d617(0x23b)][_0xb3d617(0x2b7)](_0x538c10);null!==_0x1a3086[_0xb3d617(0x17b)]||_0x2ea077[_0xb3d617(0x26e)]?(_0x5564da[_0xb3d617(0x1ec)](_0x2ea077[_0xb3d617(0x28f)]),_0x23bd20[_0xb3d617(0x1ec)](_0x2ea077)):this[_0xb3d617(0x2a8)](_0x2ea077);}}_0x23bd20[_0xb3d617(0x283)]>0x0&&this[_0xb3d617(0x151)](_0x23bd20);for(const _0x3ebe03 of _0x5564da)this[_0xb3d617(0x17c)](_0xb3d617(0x278),_0x3ebe03);}),_0x2c472a[_0x380605(0x298)]['on'](_0x380605(0x198),(_0x320bfe,_0x4be0f8)=>{const _0x2d53da=_0x380605,_0x4e7454=_0x4be0f8[0x0];if(!this[_0x2d53da(0x23b)][_0x2d53da(0x283)])return;if(!_0x4e7454[_0x2d53da(0x29c)])return;if(_0x4e7454[_0x2d53da(0x1e8)][_0x2d53da(0x272)]||!_0x4e7454[_0x2d53da(0x1e8)][_0x2d53da(0x277)])return;let _0x168a77,_0x134c23;switch(_0x4e7454[_0x2d53da(0x297)]){case _0x2d53da(0x22c):_0x168a77=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1cb)](_0x4e7454[_0x2d53da(0x1ad)]),_0x134c23=_0x168a77[_0x2d53da(0x25f)](_0x4e7454[_0x2d53da(0x19d)]);break;case _0x2d53da(0x26f):_0x168a77=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1cb)](_0x4e7454[_0x2d53da(0x10a)]),_0x134c23=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1cb)](_0x4e7454[_0x2d53da(0x259)]);break;case _0x2d53da(0x146):_0x168a77=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1cb)](_0x4e7454[_0x2d53da(0x1c5)]),_0x134c23=_0x168a77[_0x2d53da(0x25f)](_0x4e7454[_0x2d53da(0x19d)]);break;default:return;}const _0x3eb547=_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x16a)](_0x168a77,_0x134c23);_0x2c472a[_0x2d53da(0x298)][_0x2d53da(0x1b9)](()=>{const _0x5b3784=_0x2d53da;for(const {suggestion:_0x1191be,meta:_0x4363b1}of this[_0x5b3784(0x1cf)](_0x3eb547)){if(_0x1191be[_0x5b3784(0x29f)])continue;if(_0x5b3784(0x20f)==_0x1191be[_0x5b3784(0x297)])continue;const _0x1863b3=this[_0x5b3784(0x1d3)](_0x1191be);if(_0x1863b3&&this[_0x5b3784(0x1bf)](_0x1863b3)&&_0x5b3784(0x26f)!=_0x4e7454[_0x5b3784(0x297)])continue;const _0x4e5514=_0x1191be[_0x5b3784(0x1b5)]&&_0x1191be[_0x5b3784(0x1b5)][_0x5b3784(0x256)];(_0x5b3784(0x176)!=_0x1191be[_0x5b3784(0x297)]||_0x5b3784(0x26f)==_0x4e7454[_0x5b3784(0x297)]&&!_0x4e5514)&&(_0x4363b1[_0x5b3784(0x147)]||_0x5b3784(0x1e3)==_0x1191be[_0x5b3784(0x297)]&&_0x4363b1[_0x5b3784(0x126)]||_0x1191be[_0x5b3784(0x218)]()[_0x5b3784(0x1a4)](_0x3eb547)&&this[_0x5b3784(0x184)](_0x1191be,_0x168a77,_0x134c23));}});},{'priority':_0x380605(0x29b)}),_0x2c472a[_0x380605(0x298)]['on'](_0x380605(0x2b6),(_0x452243,_0x4d314e)=>{const _0x34595a=_0x380605,_0x4df1b7=_0x4d314e[0x0],_0x2bcb52=_0x4d314e[0x1];if(_0x2bcb52&&_0x2bcb52[_0x34595a(0x20c)])return;if(this[_0x34595a(0x1db)])return;if(!this[_0x34595a(0x150)][_0x34595a(0x168)])return;if(_0x4df1b7[_0x34595a(0x2af)])return;const _0x31d109=_0x2c472a[_0x34595a(0x298)][_0x34595a(0x175)],{start:_0x280b50,end:_0x58b2ce}=_0x4df1b7[_0x34595a(0x218)](),_0x1664e1=_0x280b50[_0x34595a(0x14a)]&&_0x31d109[_0x34595a(0x125)](_0x280b50[_0x34595a(0x14a)])?null:_0x31d109[_0x34595a(0x243)](_0x280b50,_0x34595a(0x186)),_0x3bf059=_0x58b2ce[_0x34595a(0x20a)]&&_0x31d109[_0x34595a(0x125)](_0x58b2ce[_0x34595a(0x20a)])?null:_0x31d109[_0x34595a(0x243)](_0x58b2ce,_0x34595a(0x1e0)),_0x87c40d=_0x2c472a[_0x34595a(0x298)][_0x34595a(0x16a)](_0x1664e1?_0x1664e1[_0x34595a(0x13a)]:_0x280b50,_0x3bf059?_0x3bf059[_0x34595a(0x263)]:_0x58b2ce);_0x2c472a[_0x34595a(0x298)][_0x34595a(0x1b9)](_0x1b47db=>{const _0xc1b5eb=_0x34595a;this[_0xc1b5eb(0x226)](_0x87c40d);const _0x4a822b=_0x2c472a[_0xc1b5eb(0x298)][_0xc1b5eb(0x175)][_0xc1b5eb(0x243)](_0x87c40d[_0xc1b5eb(0x13a)]);_0x4df1b7['is'](_0xc1b5eb(0x27d))?_0x1b47db[_0xc1b5eb(0x1c9)](_0x4a822b):_0x4df1b7[_0xc1b5eb(0x182)](_0x4a822b);}),_0x452243[_0x34595a(0x178)]();},{'priority':_0x15b567[_0x380605(0x1c6)]+0xa}),_0x2c472a[_0x380605(0x298)]['on'](_0x380605(0x11c),(_0x40d70b,_0x28bd2a)=>{const _0x16d916=_0x380605,_0x14efda=_0x28bd2a[_0x28bd2a[_0x16d916(0x210)]-0x1];_0x14efda&&_0x14efda[_0x16d916(0x20c)]||this[_0x16d916(0x1db)]||this[_0x16d916(0x150)][_0x16d916(0x168)]&&(_0x2c472a[_0x16d916(0x298)][_0x16d916(0x1b9)](()=>{const _0x53aba0=_0x16d916;let _0x5693c4=_0x2c472a[_0x53aba0(0x298)][_0x53aba0(0x11c)](_0x28bd2a[0x0],_0x28bd2a[0x1],_0x28bd2a[0x2],{'forceDefaultExecution':!0x0});if(!_0x5693c4)return;_0x40d70b[_0x53aba0(0x148)]=_0x5693c4[_0x53aba0(0x2ad)]();const _0x3dfc0e=_0x5693c4[_0x53aba0(0x263)][_0x53aba0(0x20a)],_0x1a3f28=_0x2c472a[_0x53aba0(0x298)][_0x53aba0(0x175)];_0x3dfc0e&&_0x1a3f28[_0x53aba0(0x2ab)](_0x3dfc0e)&&!_0x1a3f28[_0x53aba0(0x1d8)](_0x3dfc0e)&&(_0x5693c4=_0x2c472a[_0x53aba0(0x298)][_0x53aba0(0x16a)](_0x5693c4[_0x53aba0(0x13a)],_0x2c472a[_0x53aba0(0x298)][_0x53aba0(0x1cb)](_0x3dfc0e,_0x53aba0(0x263)))),this[_0x53aba0(0x18f)](_0x5693c4);}),_0x40d70b[_0x16d916(0x178)]());},{'priority':_0x380605(0x1a5)}),this[_0x380605(0x299)][_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x193),this[_0x380605(0x150)]),this[_0x380605(0x24e)](_0x380605(0x193));const _0x929c0=new _0x34077c(_0x2c472a,this[_0x380605(0x23b)]);_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x217),_0x929c0),this[_0x380605(0x24e)](_0x380605(0x217));const _0x482779=new _0x3a47f8(_0x2c472a,this[_0x380605(0x23b)]);_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x140),_0x482779),this[_0x380605(0x24e)](_0x380605(0x140)),_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x2b4),new _0x57bd57(_0x2c472a,_0x929c0,this[_0x380605(0x23b)])),this[_0x380605(0x24e)](_0x380605(0x2b4)),_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x234),new _0x57bd57(_0x2c472a,_0x482779,this[_0x380605(0x23b)])),this[_0x380605(0x24e)](_0x380605(0x234)),_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x23c),new _0x268022(_0x2c472a,_0x929c0,this[_0x380605(0x23b)])),this[_0x380605(0x24e)](_0x380605(0x23c)),_0x2c472a[_0x380605(0x130)][_0x380605(0x1ec)](_0x380605(0x18b),new _0x268022(_0x2c472a,_0x482779,this[_0x380605(0x23b)])),this[_0x380605(0x24e)](_0x380605(0x18b));const _0x1851c1=_0x2c472a[_0x380605(0x12f)][_0x380605(0x2b7)](_0x380605(0x11b));this[_0x380605(0x251)](_0x1851c1,_0x380605(0x1aa),(_0x238694,{threadId:_0x538192})=>{const _0x3e57ba=_0x380605,_0x13eec4=this[_0x3e57ba(0x23b)][_0x3e57ba(0x2b7)](_0x538192);_0x13eec4&&_0x13eec4[_0x3e57ba(0x165)]&&0x1===_0x13eec4[_0x3e57ba(0x165)][_0x3e57ba(0x210)]&&this[_0x3e57ba(0x249)](_0x538192,{'hasComments':!0x0});},{'priority':_0x380605(0x26c)}),this[_0x380605(0x251)](_0x1851c1,_0x380605(0x290),(_0x36711,{threadId:_0x47e1d9})=>{const _0xf2d471=_0x380605,_0x508b0c=this[_0xf2d471(0x23b)][_0xf2d471(0x2b7)](_0x47e1d9);_0x508b0c&&_0x508b0c[_0xf2d471(0x165)]&&!_0x508b0c[_0xf2d471(0x165)][_0xf2d471(0x210)]&&this[_0xf2d471(0x249)](_0x47e1d9,{'hasComments':!0x1});},{'priority':_0x380605(0x26c)});}set[_0x154439(0x119)](_0x50e84e){const _0x584b0a=_0x154439;if(this[_0x584b0a(0x20e)])throw new _0xed878b(_0x584b0a(0x289),this);this[_0x584b0a(0x20e)]=_0x50e84e;}get[_0x154439(0x119)](){const _0x118b58=_0x154439;return this[_0x118b58(0x20e)];}[_0x154439(0x11f)]({skipNotAttached:_0x4a1be4=!0x1,toJSON:_0x57b4b9=!0x1}={}){const _0x458fb2=_0x154439,_0x4bd947=[];for(const _0x46c890 of this[_0x458fb2(0x23b)][_0x458fb2(0x24b)]())_0x4a1be4&&!_0x46c890[_0x458fb2(0x26e)]||_0x4bd947[_0x458fb2(0x12b)](_0x46c890);return _0x57b4b9?_0x4bd947[_0x458fb2(0x174)](_0x457f23=>_0x457f23[_0x458fb2(0x204)]()):_0x4bd947;}[_0x154439(0x1d2)](_0x5724a2){const _0x59b878=_0x154439,_0x1bd1d8=this[_0x59b878(0x23b)][_0x59b878(0x2b7)](_0x5724a2);if(!_0x1bd1d8)throw new _0xed878b(_0x59b878(0x110),this);return _0x1bd1d8;}[_0x154439(0x1fa)](_0x1e77fd){const _0x52bc25=_0x154439;return this[_0x52bc25(0x23b)][_0x52bc25(0x173)](_0x1e77fd);}[_0x154439(0x248)](_0x2ab138){const _0xffaae9=_0x154439,{authorId:_0x391050,id:_0x46428a,attributes:_0x22a7cc}=_0x2ab138,[_0x40e66a,_0x3332a9]=_0x2ab138[_0xffaae9(0x297)][_0xffaae9(0x26f)](':'),_0x2d6c82=this[_0xffaae9(0x23b)][_0xffaae9(0x2b7)](_0x46428a)||this[_0xffaae9(0x1e2)](_0x40e66a,_0x3332a9,_0x46428a,_0x391050,_0x22a7cc);if(this[_0xffaae9(0x2b1)](_0x2d6c82),this[_0xffaae9(0x1ae)](_0x2d6c82,_0x40e66a,_0x3332a9||null,_0x391050),_0x2d6c82[_0xffaae9(0x2a2)]=_0x2ab138[_0xffaae9(0x2a2)],_0x2d6c82[_0xffaae9(0x23d)]=!0x0,_0x22a7cc&&_0x22a7cc[_0xffaae9(0x261)]){const _0x40f9ff=_0x22a7cc[_0xffaae9(0x261)],_0x2cbcee=this[_0xffaae9(0x200)](_0x40f9ff[_0xffaae9(0x10f)]);_0x2d6c82[_0xffaae9(0x1b1)]=_0x40f9ff[_0xffaae9(0x2a2)],_0x2d6c82[_0xffaae9(0x1da)]=_0x2cbcee,_0x2d6c82[_0xffaae9(0x241)]=!0x0;}else _0x2d6c82[_0xffaae9(0x1b1)]=_0x2ab138[_0xffaae9(0x2a2)];switch(_0x2ab138[_0xffaae9(0x1b5)]&&(_0x2d6c82[_0xffaae9(0x1b5)]=_0x2ab138[_0xffaae9(0x1b5)]),_0x2ab138[_0xffaae9(0x266)]&&(_0x2d6c82[_0xffaae9(0x266)]=_0x2ab138[_0xffaae9(0x266)]),this[_0xffaae9(0x20e)]&&this[_0xffaae9(0x20e)][_0xffaae9(0x1f3)]||(_0x2d6c82[_0xffaae9(0x1df)]=!0x0),this[_0xffaae9(0x1ee)][_0xffaae9(0x2b7)](_0x2d6c82)){case _0xffaae9(0x22b):this[_0xffaae9(0x1ee)][_0xffaae9(0x1ca)](_0x2d6c82,_0xffaae9(0x20b));break;case _0xffaae9(0x149):_0x2d6c82[_0xffaae9(0x26e)]?(this[_0xffaae9(0x202)](new Set([_0x2d6c82])),this[_0xffaae9(0x151)](new Set([_0x2d6c82])),this[_0xffaae9(0x1ee)][_0xffaae9(0x1ca)](_0x2d6c82,_0xffaae9(0x231)),this[_0xffaae9(0x17c)](_0xffaae9(0x1ff),_0x2d6c82)):this[_0xffaae9(0x1ee)][_0xffaae9(0x1ca)](_0x2d6c82,_0xffaae9(0x1dc));}return _0x2d6c82;}[_0x154439(0x217)](_0x49b378){const _0x1ef8eb=_0x154439;this[_0x1ef8eb(0x20c)](()=>{const _0x2156ba=_0x1ef8eb;this[_0x2156ba(0x299)][_0x2156ba(0x298)][_0x2156ba(0x1b9)](()=>{const _0x5be2dc=_0x2156ba;for(const _0x9c7463 of _0x49b378[_0x5be2dc(0x24f)]())_0x9c7463[_0x5be2dc(0x17e)]();});});}[_0x154439(0x140)](_0x10d7fe){const _0x4bdc36=_0x154439;this[_0x4bdc36(0x20c)](()=>{const _0x5030f9=_0x4bdc36;this[_0x5030f9(0x299)][_0x5030f9(0x298)][_0x5030f9(0x1b9)](()=>{const _0x109a09=_0x5030f9;for(const _0x2c3611 of _0x10d7fe[_0x109a09(0x24f)]())_0x2c3611[_0x109a09(0x191)]();});});}[_0x154439(0x24e)](_0x23e31f,_0x146fc5){const _0x37af2d=_0x154439,_0x23cea0=this[_0x37af2d(0x299)][_0x37af2d(0x130)][_0x37af2d(0x2b7)](_0x23e31f);if(!_0x23cea0)throw new _0xed878b(_0x37af2d(0x144),this,{'commandName':_0x23e31f});if(this[_0x37af2d(0x16d)][_0x37af2d(0x173)](_0x23cea0))throw new _0xed878b(_0x37af2d(0x224),this,{'commandName':_0x23e31f});this[_0x37af2d(0x16d)][_0x37af2d(0x1ec)](_0x23cea0),_0x146fc5&&_0x23cea0['on'](_0x37af2d(0x19b),(_0xd1e02a,_0x274d41)=>{const _0x35b5b2=_0x37af2d;this[_0x35b5b2(0x150)][_0x35b5b2(0x168)]&&(this[_0x35b5b2(0x1db)]||(_0x274d41[_0x35b5b2(0x210)]>0x0&&_0x274d41[_0x274d41[_0x35b5b2(0x210)]-0x1]&&_0x274d41[_0x274d41[_0x35b5b2(0x210)]-0x1][_0x35b5b2(0x20c)]?_0x274d41[_0x35b5b2(0x26a)]():(_0xd1e02a[_0x35b5b2(0x148)]=_0x146fc5((..._0x55cb62)=>_0x23cea0[_0x35b5b2(0x19b)](..._0x55cb62,{'forceDefaultExecution':!0x0}),..._0x274d41),_0xd1e02a[_0x35b5b2(0x178)]())));},{'priority':_0x37af2d(0x1a5)});}[_0x154439(0x20c)](_0x3ec080){const _0x2a5941=_0x154439;let _0x14f54a,_0x1d1028;const _0x390154=this[_0x2a5941(0x1db)];this[_0x2a5941(0x1db)]=!0x0;try{_0x14f54a=_0x3ec080();}catch(_0x43a848){_0x1d1028=_0x43a848;}return _0x390154||(this[_0x2a5941(0x1db)]=!0x1),_0x1d1028&&_0xed878b[_0x2a5941(0x129)](_0x1d1028,this),_0x14f54a;}[_0x154439(0x18f)](_0x1bb6ee,_0x3d7037=null,_0x5d8077={}){const _0x52c22e=_0x154439;if(_0x1bb6ee[_0x52c22e(0x2af)])return null;const _0x53eff8=this[_0x52c22e(0x299)][_0x52c22e(0x12f)][_0x52c22e(0x2b7)](_0x52c22e(0x1ef))['me'];for(const {suggestion:_0xb5138b,meta:_0x25b383}of this[_0x52c22e(0x1cf)](_0x1bb6ee,_0x52c22e(0x1e3)))if(_0x25b383[_0x52c22e(0x126)]){if(!_0x25b383[_0x52c22e(0x253)]){if(_0x25b383[_0x52c22e(0x147)]){if(!this[_0x52c22e(0x16e)]||!Lt(_0xb5138b,_0x5d8077))continue;return _0xb5138b;}if(Lt(_0xb5138b,_0x5d8077))return _0xb5138b;this[_0x52c22e(0x184)](_0xb5138b,_0x1bb6ee[_0x52c22e(0x13a)],_0x1bb6ee[_0x52c22e(0x263)]);break;}if(_0x3d7037==_0xb5138b[_0x52c22e(0x145)]&&Lt(_0xb5138b,_0x5d8077)){const _0x1760e4=_0xb5138b[_0x52c22e(0x218)]();return _0x1760e4[_0x52c22e(0x13a)][_0x52c22e(0x1eb)](_0x1bb6ee[_0x52c22e(0x263)])?this[_0x52c22e(0x24a)](_0xb5138b,this[_0x52c22e(0x118)][_0x52c22e(0x16a)](_0x1bb6ee[_0x52c22e(0x13a)],_0x1760e4[_0x52c22e(0x263)])):this[_0x52c22e(0x24a)](_0xb5138b,this[_0x52c22e(0x118)][_0x52c22e(0x16a)](_0x1760e4[_0x52c22e(0x13a)],_0x1bb6ee[_0x52c22e(0x263)])),_0xb5138b;}}const _0x198f96=_0x5ce529(),_0x5185bd=_0x53eff8['id'],_0x30bea9=_0x3d7037?_0x52c22e(0x273)+_0x3d7037:_0x52c22e(0x1e3),_0x15098f=this[_0x52c22e(0x1b3)]({'id':_0x198f96,'type':_0x30bea9,'createdAt':new Date(),'authorId':_0x5185bd,'attributes':_0x5d8077});return this[_0x52c22e(0x28d)](_0x30bea9,_0x198f96,_0x5185bd,_0x1bb6ee),_0x15098f;}[_0x154439(0x166)](_0x2e0735,_0x459a45=_0x154439(0x19f),_0x1ceaad={}){const _0x1a13fc=_0x154439,_0x3fbd29=this[_0x1a13fc(0x299)][_0x1a13fc(0x12f)][_0x1a13fc(0x2b7)](_0x1a13fc(0x1ef))['me'],_0x57ea88=this[_0x1a13fc(0x189)][_0x1a13fc(0x1ab)](_0x1a13fc(0x1e3),_0x459a45,_0x1a13fc(0x138));for(const _0x263db3 of this[_0x1a13fc(0x11f)]())if(_0x263db3[_0x1a13fc(0x1da)]['id']==_0x3fbd29['id']&&_0x1a13fc(0x1e3)==_0x263db3[_0x1a13fc(0x297)]&&_0x263db3[_0x1a13fc(0x145)]==_0x459a45&&Lt(_0x263db3,_0x1ceaad)&&(_0x57ea88(_0x263db3[_0x1a13fc(0x121)](),_0x2e0735)||_0x57ea88(_0x2e0735,_0x263db3[_0x1a13fc(0x121)]()))){for(const _0x5500b0 of _0x2e0735)_0x263db3[_0x1a13fc(0x1a9)](_0x5500b0);return _0x263db3;}for(const {suggestion:_0x1cb3f0,meta:_0x530ad0}of this[_0x1a13fc(0x1cf)](_0x2e0735,_0x1a13fc(0x1e3))){if(!_0x530ad0[_0x1a13fc(0x126)])continue;if(!this[_0x1a13fc(0x16e)]&&_0x530ad0[_0x1a13fc(0x147)])continue;if(!Lt(_0x1cb3f0,_0x1ceaad))continue;let _0x1d270f=!0x0;for(const _0x111061 of _0x1cb3f0[_0x1a13fc(0x121)]())for(const _0x336352 of _0x2e0735)if(!_0x111061[_0x1a13fc(0x1a4)](_0x336352)){_0x1d270f=!0x1;break;}if(_0x1d270f)return _0x1cb3f0;}const _0x11adc7=_0x5ce529(),_0x2bd24c=_0x3fbd29['id'],_0x1498b8=_0x1a13fc(0x273)+_0x459a45,_0x454ef3=this[_0x1a13fc(0x1b3)]({'id':_0x11adc7,'type':_0x1498b8,'createdAt':new Date(),'authorId':_0x2bd24c,'attributes':_0x1ceaad});for(const _0x3985f9 of _0x2e0735)this[_0x1a13fc(0x28d)](_0x1498b8,_0x11adc7,_0x2bd24c,_0x3985f9,_0x26a934[_0x1a13fc(0x27c)]());return _0x454ef3;}[_0x154439(0x18a)](_0x439155,_0x2b3679,_0x6506ca=null,_0x26e16={}){const _0x188071=_0x154439;if(_0x6506ca=_0x6506ca||Vt(_0x2b3679),_0x439155[_0x188071(0x2af)])return null;if(_0x188071(0x2a1)===this[_0x188071(0x291)]){const _0xec47ef=this[_0x188071(0x189)][_0x188071(0x1ab)](_0x188071(0x20f),_0x6506ca,_0x188071(0x17e));return this[_0x188071(0x20c)](()=>_0xec47ef([_0x439155],_0x2b3679,_0x26e16)),null;}const _0x16ad5a=this[_0x188071(0x299)][_0x188071(0x12f)][_0x188071(0x2b7)](_0x188071(0x1ef))['me'],_0x29d4b5=[];if(_0x188071(0x240)!==this[_0x188071(0x291)]){for(const {suggestion:_0x26ca0e,meta:_0x19e73e}of this[_0x188071(0x1cf)](_0x439155,_0x188071(0x1e3)))_0x19e73e[_0x188071(0x126)]&&!_0x19e73e[_0x188071(0x203)]&&_0x29d4b5[_0x188071(0x12b)](..._0x26ca0e[_0x188071(0x121)]());}const _0xeac47a=function(_0x5795ba,_0x127f6a){const _0x15de9c=_0x188071,_0x39a585=[];for(const _0x90d8f9 of _0x127f6a){const _0x3e83c3=_0x5795ba[_0x15de9c(0x1f4)](_0x90d8f9);_0x3e83c3&&_0x39a585[_0x15de9c(0x12b)](_0x3e83c3);}return _0x39a585;}(_0x439155,_0x29d4b5),_0x65f120=function(_0x503001,_0x59f1c7){const _0xdb78e3=_0x188071,_0x260a16=[_0x503001];for(const _0x3e4c65 of _0x59f1c7){let _0x552ff9=0x0;for(;_0x552ff9<_0x260a16[_0xdb78e3(0x210)];){const _0x26719e=_0x260a16[_0x552ff9][_0xdb78e3(0x1fc)](_0x3e4c65);_0x260a16[_0xdb78e3(0x1c3)](_0x552ff9,0x1,..._0x26719e),_0x552ff9+=_0x26719e[_0xdb78e3(0x210)];}}return _0x260a16;}(_0x439155,_0x29d4b5);_0xeac47a[_0x188071(0x210)]&&this[_0x188071(0x118)][_0x188071(0x1b9)](()=>{const _0x32094d=_0x188071;for(const _0x40a5c6 of _0xeac47a){const _0x19541d=this[_0x32094d(0x189)][_0x32094d(0x1ab)](_0x32094d(0x20f),_0x6506ca,_0x32094d(0x17e));this[_0x32094d(0x20c)](()=>_0x19541d([_0x40a5c6],_0x2b3679,_0x26e16));}});for(const _0x5a9163 of _0x65f120){let _0x1f7ec9=null,_0x12f32f=_0x5a9163[_0x188071(0x13a)],_0x5941b5=_0x5a9163[_0x188071(0x263)];for(const {suggestion:_0x57c116,meta:_0x30b603}of this[_0x188071(0x1cf)](_0x5a9163,_0x188071(0x20f))){if(!_0x30b603[_0x188071(0x126)])continue;if(_0x57c116[_0x188071(0x145)]!=_0x6506ca)continue;if(!Lt(_0x57c116,_0x26e16))continue;const _0x19a70d=_0x57c116[_0x188071(0x218)]();if(_0x19a70d[_0x188071(0x1a4)](_0x5a9163,!0x0))return null;_0x12f32f=_0x12f32f[_0x188071(0x13e)](_0x19a70d[_0x188071(0x13a)])?_0x12f32f:_0x19a70d[_0x188071(0x13a)],_0x5941b5=_0x5941b5[_0x188071(0x185)](_0x19a70d[_0x188071(0x263)])?_0x5941b5:_0x19a70d[_0x188071(0x263)],_0x1f7ec9?_0x19a70d[_0x188071(0x13a)][_0x188071(0x13e)](_0x1f7ec9[_0x188071(0x218)]()[_0x188071(0x13a)])?(_0x1f7ec9[_0x188071(0x15c)](),_0x1f7ec9=_0x57c116):_0x57c116[_0x188071(0x15c)]():_0x1f7ec9=_0x57c116;}const _0x3a379c=this[_0x188071(0x118)][_0x188071(0x16a)](_0x12f32f,_0x5941b5);if(_0x1f7ec9)this[_0x188071(0x24a)](_0x1f7ec9,_0x3a379c);else{const _0x1e6f1c=_0x5ce529(),_0x1d43d8=_0x16ad5a['id'];this[_0x188071(0x1b3)]({'id':_0x1e6f1c,'type':_0x188071(0x153)+_0x6506ca,'data':_0x2b3679,'createdAt':new Date(),'authorId':_0x1d43d8,'attributes':_0x26e16}),this[_0x188071(0x28d)](_0x188071(0x153)+_0x6506ca,_0x1e6f1c,_0x1d43d8,_0x3a379c);}}return null;}[_0x154439(0x27a)](_0x46022b,_0x564b9c,_0x730c86=[],_0x5b6b7a=null,_0x5e9d30={}){const _0x525558=_0x154439;_0x564b9c[_0x525558(0x1f9)]||(_0x564b9c[_0x525558(0x1f9)]=_0x564b9c[_0x525558(0x27e)]),_0x564b9c[_0x525558(0x256)]=_0x46022b['is'](_0x525558(0x111)),_0x5b6b7a=_0x5b6b7a||Vt(_0x564b9c);const _0x13d39e=_0x730c86[_0x525558(0x174)](_0x3c3d71=>Gt(_0x3c3d71,this[_0x525558(0x118)])),_0x2858ee=_0x46022b['is'](_0x525558(0x111))?_0x46022b:Gt(_0x46022b,this[_0x525558(0x118)]);if(_0x525558(0x2a1)===this[_0x525558(0x291)]){const _0x132cf2=this[_0x525558(0x189)][_0x525558(0x1ab)](_0x525558(0x176),_0x5b6b7a,_0x525558(0x17e));return this[_0x525558(0x20c)](()=>_0x132cf2([_0x2858ee],_0x564b9c,_0x5e9d30)),null;}_0x13d39e[_0x525558(0x12b)](_0x2858ee);let _0x281c51=!0x0;for(const _0xb820b1 of _0x13d39e)if(!this[_0x525558(0x211)](_0xb820b1)){_0x281c51=!0x1;break;}if(_0x281c51&&_0x525558(0x240)!==this[_0x525558(0x291)]){const _0x1de198=this[_0x525558(0x189)][_0x525558(0x1ab)](_0x525558(0x176),_0x5b6b7a,_0x525558(0x17e));return this[_0x525558(0x20c)](()=>_0x1de198([_0x2858ee],_0x564b9c,_0x5e9d30)),null;}let _0x35961f=null,_0x1d7d32=_0x2858ee[_0x525558(0x13a)],_0x143419=_0x2858ee[_0x525558(0x263)];for(const {suggestion:_0x7a2464,meta:_0x5e5296}of this[_0x525558(0x1cf)](_0x2858ee,_0x525558(0x176))){if(!_0x5e5296[_0x525558(0x126)])continue;if(_0x5e5296[_0x525558(0x253)]||_0x5e5296[_0x525558(0x147)]||_0x5e5296[_0x525558(0x203)])continue;if(_0x7a2464[_0x525558(0x1b5)][_0x525558(0x1f9)]!=_0x564b9c[_0x525558(0x1f9)])continue;if(!Lt(_0x7a2464,_0x5e9d30))continue;const _0x145582=_0x7a2464[_0x525558(0x218)]();if(_0x7a2464[_0x525558(0x145)]==_0x5b6b7a){if(_0x145582[_0x525558(0x1a4)](_0x2858ee,!0x0))return null;_0x1d7d32=_0x1d7d32[_0x525558(0x13e)](_0x145582[_0x525558(0x13a)])?_0x1d7d32:_0x145582[_0x525558(0x13a)],_0x143419=_0x143419[_0x525558(0x185)](_0x145582[_0x525558(0x263)])?_0x143419:_0x145582[_0x525558(0x263)],_0x35961f?_0x145582[_0x525558(0x13a)][_0x525558(0x13e)](_0x35961f[_0x525558(0x218)]()[_0x525558(0x13a)])?(_0x35961f[_0x525558(0x15c)](),_0x35961f=_0x7a2464):_0x7a2464[_0x525558(0x15c)]():_0x35961f=_0x7a2464;}else{const _0x56f6ca=_0x2858ee[_0x525558(0x1f4)](_0x145582);this[_0x525558(0x115)](_0x7a2464,_0x56f6ca);}}const _0x13be53=this[_0x525558(0x299)][_0x525558(0x12f)][_0x525558(0x2b7)](_0x525558(0x1ef))['me'],_0x368893=_0x5ce529(),_0x2265a5=_0x13be53['id'];if(_0x35961f)return this[_0x525558(0x24a)](_0x35961f,this[_0x525558(0x118)][_0x525558(0x16a)](_0x1d7d32,_0x143419)),_0x35961f;{const _0x44febd=this[_0x525558(0x1b3)]({'id':_0x368893,'type':_0x525558(0x1fb)+_0x5b6b7a,'data':_0x564b9c,'createdAt':new Date(),'authorId':_0x2265a5,'attributes':_0x5e9d30});return this[_0x525558(0x28d)](_0x525558(0x1fb)+_0x5b6b7a,_0x368893,_0x2265a5,this[_0x525558(0x118)][_0x525558(0x16a)](_0x1d7d32,_0x143419)),_0x44febd;}}[_0x154439(0x19c)](_0x205a4b,_0x592712,_0x472c0c=[],_0x384878=null,_0x8b1a30={}){const _0x521974=_0x154439;_0x592712[_0x521974(0x1f9)]||(_0x592712[_0x521974(0x1f9)]=_0x592712[_0x521974(0x27e)]);const _0xa0f48f=_0x205a4b[0x0];_0x592712[_0x521974(0x256)]=_0xa0f48f['is'](_0x521974(0x111)),_0x384878=_0x384878||Vt(_0x592712);const _0x580164=_0x472c0c[_0x521974(0x174)](_0x3aff87=>Gt(_0x3aff87,this[_0x521974(0x118)])),_0x3fbf82=_0xa0f48f['is'](_0x521974(0x111))?_0x205a4b:_0x205a4b[_0x521974(0x174)](_0x33f4dd=>Gt(_0x33f4dd,this[_0x521974(0x118)]));if(_0x521974(0x2a1)===this[_0x521974(0x291)]){const _0xd83c6b=this[_0x521974(0x189)][_0x521974(0x1ab)](_0x521974(0x176),_0x384878,_0x521974(0x17e));return this[_0x521974(0x20c)](()=>_0xd83c6b(_0x3fbf82,_0x592712,_0x8b1a30)),null;}_0x580164[_0x521974(0x12b)](..._0x3fbf82);let _0x3b2849=!0x0;for(const _0x2ef423 of _0x580164)if(!this[_0x521974(0x211)](_0x2ef423)){_0x3b2849=!0x1;break;}if(_0x3b2849&&_0x521974(0x240)!==this[_0x521974(0x291)]){const _0x188697=this[_0x521974(0x189)][_0x521974(0x1ab)](_0x521974(0x176),_0x384878,_0x521974(0x17e));return this[_0x521974(0x20c)](()=>_0x188697(_0x3fbf82,_0x592712,_0x8b1a30)),null;}const _0x19d7f=this[_0x521974(0x299)][_0x521974(0x12f)][_0x521974(0x2b7)](_0x521974(0x1ef))['me'];for(const _0x315c75 of this[_0x521974(0x11f)]()){if(_0x315c75[_0x521974(0x1da)]['id']!=_0x19d7f['id'])continue;if(_0x521974(0x176)!=_0x315c75[_0x521974(0x297)]||_0x315c75[_0x521974(0x1b5)][_0x521974(0x1f9)]!=_0x592712[_0x521974(0x1f9)])continue;if(!Lt(_0x315c75,_0x8b1a30))continue;const _0x4de55d=_0x315c75[_0x521974(0x145)]==_0x384878;for(let _0x451143=0x0;_0x451143<_0x3fbf82[_0x521974(0x210)];_0x451143++){const _0x5ca5c8=_0x3fbf82[_0x451143];for(const _0x3acfaa of _0x315c75[_0x521974(0x1e6)]()){const _0x388293=_0x3acfaa[_0x521974(0x131)]();if(_0x5ca5c8[_0x521974(0x1eb)](_0x388293)){_0x4de55d?(_0x3fbf82[_0x521974(0x1c3)](_0x451143,0x1),_0x451143--):_0x315c75[_0x521974(0x12d)](_0x3acfaa[_0x521974(0x16b)]);break;}}}}if(0x0==_0x3fbf82[_0x521974(0x210)])return null;const _0x391666=this[_0x521974(0x189)][_0x521974(0x1ab)](_0x521974(0x176),_0x384878,_0x521974(0x138));for(const _0x45df6a of this[_0x521974(0x11f)]())if(_0x45df6a[_0x521974(0x1da)]['id']==_0x19d7f['id']&&_0x521974(0x176)==_0x45df6a[_0x521974(0x297)]&&_0x45df6a[_0x521974(0x1b5)][_0x521974(0x1f9)]==_0x592712[_0x521974(0x1f9)]&&_0x45df6a[_0x521974(0x145)]==_0x384878&&Lt(_0x45df6a,_0x8b1a30)&&(_0x391666(_0x45df6a[_0x521974(0x121)](),_0x3fbf82)||_0x391666(_0x3fbf82,_0x45df6a[_0x521974(0x121)]()))){for(const _0x217336 of _0x3fbf82)_0x45df6a[_0x521974(0x1a9)](_0x217336);return _0x45df6a;}const _0x3cb582=_0x5ce529(),_0x465f22=_0x19d7f['id'],_0x302fdb=_0x521974(0x1fb)+_0x384878,_0x323e8b=this[_0x521974(0x1b3)]({'id':_0x3cb582,'type':_0x302fdb,'data':_0x592712,'createdAt':new Date(),'authorId':_0x465f22,'attributes':_0x8b1a30});for(const _0xbdb633 of _0x3fbf82)this[_0x521974(0x28d)](_0x302fdb,_0x3cb582,_0x465f22,_0xbdb633,_0x26a934[_0x521974(0x27c)]());return _0x323e8b;}[_0x154439(0x226)](_0x18cece,_0x57e151=null,_0x5e338b={}){const _0x2c15b6=_0x154439;if(_0x18cece[_0x2c15b6(0x2af)])return null;const _0x35d7d0=this[_0x2c15b6(0x299)][_0x2c15b6(0x12f)][_0x2c15b6(0x2b7)](_0x2c15b6(0x1ef))['me'],_0x49e50a=new _0x4df010(_0x18cece[_0x2c15b6(0x13a)],_0x18cece[_0x2c15b6(0x263)]);for(const {suggestion:_0x564674,meta:_0x4c68cc}of this[_0x2c15b6(0x1cf)](_0x49e50a,_0x2c15b6(0x1e3)))if(_0x4c68cc[_0x2c15b6(0x126)]&&!_0x4c68cc[_0x2c15b6(0x253)]){if(_0x564674[_0x2c15b6(0x29f)]){const _0x58ac01=_0x564674[_0x2c15b6(0x121)]()[_0x2c15b6(0x292)](_0x108656=>_0x2c15b6(0x11d)!=_0x108656[_0x2c15b6(0x143)][_0x2c15b6(0x164)]);_0x58ac01[_0x2c15b6(0x1f2)](_0x71ca52=>_0x49e50a[_0x2c15b6(0x1a4)](_0x71ca52,!0x0))&&_0x564674[_0x2c15b6(0x191)]();if(_0x58ac01[_0x2c15b6(0x21c)](_0x1359f1=>_0x1359f1[_0x2c15b6(0x1a4)](_0x49e50a,!0x0))){const _0x3e295f=this[_0x2c15b6(0x189)][_0x2c15b6(0x1ab)](_0x2c15b6(0x1b0),_0x57e151,_0x2c15b6(0x17e));return this[_0x2c15b6(0x20c)](()=>_0x3e295f([_0x49e50a],null,_0x5e338b)),null;}}else{const _0x232034=_0x49e50a[_0x2c15b6(0x1f4)](_0x564674[_0x2c15b6(0x218)]());null!==_0x232034&&_0x564674[_0x2c15b6(0x213)]([_0x232034],null,_0x5e338b);}}if(_0x49e50a[_0x2c15b6(0x1a2)](),_0x49e50a[_0x2c15b6(0x2af)]||_0x2c15b6(0x11d)==_0x49e50a[_0x2c15b6(0x143)][_0x2c15b6(0x164)])return null;let _0x2b38c0=null,_0x182471=_0x49e50a[_0x2c15b6(0x13a)],_0x2211ac=_0x49e50a[_0x2c15b6(0x263)];const _0x25df3d=this[_0x2c15b6(0x1cf)](_0x49e50a,_0x2c15b6(0x1b0));for(const {suggestion:_0x3d2bba,meta:_0x38edaf}of _0x25df3d){const _0x2a5200=this[_0x2c15b6(0x118)][_0x2c15b6(0x16a)](_0x182471,_0x2211ac);if(_0x38edaf[_0x2c15b6(0x126)]&&(this[_0x2c15b6(0x16e)]||!_0x38edaf[_0x2c15b6(0x147)]&&!_0x38edaf[_0x2c15b6(0x203)])){if(_0x3d2bba[_0x2c15b6(0x29f)]){if(!Lt(_0x3d2bba,_0x5e338b))continue;let _0x1d195b=!0x0;for(const _0x4afacd of _0x3d2bba[_0x2c15b6(0x121)]()){if(_0x4afacd[_0x2c15b6(0x1a4)](_0x2a5200,!0x0))return _0x3d2bba;_0x2a5200[_0x2c15b6(0x1a4)](_0x4afacd)||(_0x1d195b=!0x1);}_0x1d195b&&_0x3d2bba[_0x2c15b6(0x191)]();}else{const _0x37cac6=_0x3d2bba[_0x2c15b6(0x218)]();if(_0x37cac6[_0x2c15b6(0x1a4)](_0x2a5200,!0x0))return _0x3d2bba;if(!Lt(_0x3d2bba,_0x5e338b)){_0x2a5200[_0x2c15b6(0x1a4)](_0x37cac6)?_0x3d2bba[_0x2c15b6(0x15c)]():_0x37cac6[_0x2c15b6(0x295)](_0x182471)?_0x182471=_0x37cac6[_0x2c15b6(0x263)]:_0x37cac6[_0x2c15b6(0x295)](_0x2211ac)&&(_0x2211ac=_0x37cac6[_0x2c15b6(0x13a)]);continue;}_0x182471=_0x182471[_0x2c15b6(0x13e)](_0x37cac6[_0x2c15b6(0x13a)])?_0x182471:_0x37cac6[_0x2c15b6(0x13a)],_0x2211ac=_0x2211ac[_0x2c15b6(0x185)](_0x37cac6[_0x2c15b6(0x263)])?_0x2211ac:_0x37cac6[_0x2c15b6(0x263)],_0x5e338b=Object[_0x2c15b6(0x10c)]({},_0x3d2bba[_0x2c15b6(0x266)]),_0x2b38c0?_0x37cac6[_0x2c15b6(0x13a)][_0x2c15b6(0x13e)](_0x2b38c0[_0x2c15b6(0x218)]()[_0x2c15b6(0x13a)])?(_0x2b38c0[_0x2c15b6(0x15c)](),_0x2b38c0=_0x3d2bba):_0x3d2bba[_0x2c15b6(0x15c)]():_0x2b38c0=_0x3d2bba;}}}if(_0x2b38c0)return this[_0x2c15b6(0x24a)](_0x2b38c0,this[_0x2c15b6(0x118)][_0x2c15b6(0x16a)](_0x182471,_0x2211ac)),_0x2b38c0;{const _0x14d3bf=_0x5ce529(),_0x5a0252=this[_0x2c15b6(0x118)][_0x2c15b6(0x16a)](_0x182471,_0x2211ac),_0x5c4b94=_0x35d7d0['id'],_0x3cc121=_0x57e151?_0x2c15b6(0x294)+_0x57e151:_0x2c15b6(0x1b0),_0x1fc509=this[_0x2c15b6(0x1b3)]({'id':_0x14d3bf,'type':_0x3cc121,'createdAt':new Date(),'authorId':_0x5c4b94,'attributes':_0x5e338b});return this[_0x2c15b6(0x28d)](_0x3cc121,_0x14d3bf,_0x5c4b94,_0x5a0252),_0x1fc509;}}[_0x154439(0x1f7)](_0xf67213,_0x2c1192=_0x154439(0x19f),_0x54bba3={}){const _0x1850a4=_0x154439,_0x1cbae1=this[_0x1850a4(0x299)][_0x1850a4(0x12f)][_0x1850a4(0x2b7)](_0x1850a4(0x1ef))['me'],_0x39bd22=_0xf67213[_0x1850a4(0x174)](_0x910374=>new _0x4df010(_0x910374[_0x1850a4(0x13a)],_0x910374[_0x1850a4(0x263)])),_0x5d3f42=new Set();for(const {suggestion:_0x52da48,meta:_0x49a292}of this[_0x1850a4(0x1cf)](_0x39bd22,_0x1850a4(0x1e3)))_0x49a292[_0x1850a4(0x126)]&&!_0x49a292[_0x1850a4(0x253)]&&_0x5d3f42[_0x1850a4(0x1ec)](_0x52da48);for(const _0x2b9b14 of _0x5d3f42)if(_0x2b9b14[_0x1850a4(0x29f)]){const _0x355700=_0x2b9b14[_0x1850a4(0x121)]();(!_0x2b9b14[_0x1850a4(0x266)]||!_0x2b9b14[_0x1850a4(0x266)][_0x1850a4(0x161)])&&(_0x355700[_0x1850a4(0x1f2)](_0x295944=>_0x39bd22[_0x1850a4(0x21c)](_0x22e47c=>_0x22e47c[_0x1850a4(0x1a4)](_0x295944,!0x0)))&&_0x2b9b14[_0x1850a4(0x191)]());if(_0x39bd22[_0x1850a4(0x1f2)](_0x583e89=>_0x355700[_0x1850a4(0x21c)](_0x3929c4=>_0x3929c4[_0x1850a4(0x1a4)](_0x583e89,!0x0)))){const _0x42abf9=this[_0x1850a4(0x189)][_0x1850a4(0x1ab)](_0x1850a4(0x1b0),_0x2c1192,_0x1850a4(0x17e));return this[_0x1850a4(0x20c)](()=>_0x42abf9(_0xf67213,null,_0x54bba3)),null;}}else{const _0x473c69=_0x2b9b14[_0x1850a4(0x218)]();_0x39bd22[_0x1850a4(0x21c)](_0x2ffe55=>_0x2ffe55[_0x1850a4(0x1a4)](_0x473c69,!0x0))&&_0x2b9b14[_0x1850a4(0x191)]();if(_0x39bd22[_0x1850a4(0x1f2)](_0x1631b6=>_0x473c69[_0x1850a4(0x1a4)](_0x1631b6,!0x0))){const _0x217a93=this[_0x1850a4(0x189)][_0x1850a4(0x1ab)](_0x1850a4(0x1b0),_0x2c1192,_0x1850a4(0x17e));return this[_0x1850a4(0x20c)](()=>_0x217a93(_0x39bd22,null,_0x54bba3)),null;}}const _0x1e4a61=this[_0x1850a4(0x189)][_0x1850a4(0x1ab)](_0x1850a4(0x1b0),_0x2c1192,_0x1850a4(0x138));let _0xf6ce39=null;for(const _0xc32918 of this[_0x1850a4(0x11f)]())if(_0xc32918[_0x1850a4(0x1da)]['id']==_0x1cbae1['id']&&_0xc32918[_0x1850a4(0x26e)]&&_0x1850a4(0x1b0)==_0xc32918[_0x1850a4(0x297)]&&_0xc32918[_0x1850a4(0x145)]==_0x2c1192&&Lt(_0xc32918,_0x54bba3)&&(_0x1e4a61(_0xc32918[_0x1850a4(0x121)](),_0x39bd22)||_0x1e4a61(_0x39bd22,_0xc32918[_0x1850a4(0x121)]()))){if(_0xf6ce39){if(_0xc32918[_0x1850a4(0x165)]&&_0xc32918[_0x1850a4(0x165)][_0x1850a4(0x210)])continue;for(const _0x5ec305 of _0xc32918[_0x1850a4(0x121)]())_0xf6ce39[_0x1850a4(0x199)](_0x5ec305)||_0xf6ce39[_0x1850a4(0x1a9)](_0x5ec305);_0xc32918[_0x1850a4(0x15c)]();}else{_0xf6ce39=_0xc32918;for(const _0xde3f82 of _0x39bd22)_0xc32918[_0x1850a4(0x199)](_0xde3f82)||_0xc32918[_0x1850a4(0x1a9)](_0xde3f82);}}if(_0xf6ce39)return _0xf6ce39;_0x5d3f42[_0x1850a4(0x1fd)]();for(const {suggestion:_0x43db5e,meta:_0x37d0df}of this[_0x1850a4(0x1cf)](_0x39bd22,_0x1850a4(0x1b0)))_0x37d0df[_0x1850a4(0x126)]&&(this[_0x1850a4(0x16e)]||!_0x37d0df[_0x1850a4(0x147)]&&!_0x37d0df[_0x1850a4(0x203)])&&Lt(_0x43db5e,_0x54bba3)&&_0x5d3f42[_0x1850a4(0x1ec)](_0x43db5e);for(const _0x3e1d9f of _0x5d3f42){const _0x30c4fc=_0x3e1d9f[_0x1850a4(0x121)]();if(!_0x54bba3||!_0x54bba3[_0x1850a4(0x161)]){if(_0x39bd22[_0x1850a4(0x1f2)](_0xd34257=>_0x30c4fc[_0x1850a4(0x21c)](_0x1dd559=>_0x1dd559[_0x1850a4(0x1a4)](_0xd34257,!0x0))))return _0x3e1d9f;}(!_0x3e1d9f[_0x1850a4(0x266)]||!_0x3e1d9f[_0x1850a4(0x266)][_0x1850a4(0x161)])&&(_0x30c4fc[_0x1850a4(0x1f2)](_0x193f9b=>_0x39bd22[_0x1850a4(0x21c)](_0x308ac5=>_0x308ac5[_0x1850a4(0x1a4)](_0x193f9b,!0x0)))&&_0x3e1d9f[_0x1850a4(0x191)]());}const _0xc8d0b=_0x5ce529(),_0x21785f=_0x1cbae1['id'],_0x793a4b=_0x1850a4(0x294)+_0x2c1192,_0x591264=this[_0x1850a4(0x1b3)]({'id':_0xc8d0b,'type':_0x793a4b,'createdAt':new Date(),'authorId':_0x21785f,'attributes':_0x54bba3});for(const _0x3c34db of _0x39bd22)_0x3c34db[_0x1850a4(0x1a2)](),_0x3c34db[_0x1850a4(0x2af)]||_0x1850a4(0x11d)==_0x3c34db[_0x1850a4(0x143)][_0x1850a4(0x164)]||this[_0x1850a4(0x28d)](_0x793a4b,_0xc8d0b,_0x21785f,_0x3c34db,_0x26a934[_0x1850a4(0x27c)]());return _0x591264;}[_0x154439(0x1d1)](_0x5ead90,_0x8c2bc0,_0x4376b9,_0x13f393,_0x2be726){const _0x7cb9ce=_0x154439;if(_0x5ead90[_0x7cb9ce(0x2af)])return[];if(_0x7cb9ce(0x2a1)===this[_0x7cb9ce(0x291)])return[];const _0x304403=this[_0x7cb9ce(0x299)][_0x7cb9ce(0x12f)][_0x7cb9ce(0x2b7)](_0x7cb9ce(0x1ef))['me']['id'],_0x11b425=Array[_0x7cb9ce(0x233)](this[_0x7cb9ce(0x23b)][_0x7cb9ce(0x24b)]())[_0x7cb9ce(0x292)](_0x3315ae=>_0x7cb9ce(0x123)==_0x3315ae[_0x7cb9ce(0x297)]&&_0x3315ae[_0x7cb9ce(0x1b5)][_0x7cb9ce(0x169)]==_0x8c2bc0&&_0x3315ae[_0x7cb9ce(0x199)](_0x5ead90));if(_0x7cb9ce(0x1f1)===this[_0x7cb9ce(0x291)]){const _0x53ab50=this[_0x7cb9ce(0x1cf)](_0x5ead90,_0x7cb9ce(0x1e3))[_0x7cb9ce(0x292)](({meta:_0x3d5b08})=>_0x3d5b08[_0x7cb9ce(0x126)]&&!_0x3d5b08[_0x7cb9ce(0x203)]&&!_0x3d5b08[_0x7cb9ce(0x253)])[_0x7cb9ce(0x174)](({suggestion:_0x4cab19})=>_0x4cab19);_0x11b425[_0x7cb9ce(0x1d7)](..._0x53ab50);}const _0x8374bc=new Map([[_0x5ead90,_0x4376b9]]);for(const _0x4aa941 of _0x11b425){const _0x5068e6=_0x7cb9ce(0x123)==_0x4aa941[_0x7cb9ce(0x297)]?_0x4aa941[_0x7cb9ce(0x1b5)][_0x7cb9ce(0x2a9)]:void 0x0,_0x4ca28f=_0x4aa941[_0x7cb9ce(0x218)](),_0x5899cd=Array[_0x7cb9ce(0x233)](_0x8374bc[_0x7cb9ce(0x12a)]())[_0x7cb9ce(0x15a)](_0x6c522f=>_0x6c522f[_0x7cb9ce(0x214)](_0x4ca28f));if(!_0x5899cd)continue;const _0x9fde7e=_0x5899cd[_0x7cb9ce(0x1fc)](_0x4ca28f);this[_0x7cb9ce(0x1bf)](_0x8c2bc0)&&_0x7cb9ce(0x1e3)==_0x4aa941[_0x7cb9ce(0x297)]&&0x0!=_0x9fde7e[_0x7cb9ce(0x210)]||(_0x8374bc[_0x7cb9ce(0x282)](_0x5899cd),_0x9fde7e[_0x7cb9ce(0x207)](_0x506e8c=>{const _0x747999=_0x7cb9ce;_0x8374bc[_0x747999(0x1ca)](_0x506e8c,_0x4376b9);}),_0x7cb9ce(0x1e3)!=_0x4aa941[_0x7cb9ce(0x297)]&&_0x5068e6!=_0x13f393&&_0x8374bc[_0x7cb9ce(0x1ca)](_0x5899cd[_0x7cb9ce(0x1f4)](_0x4ca28f),_0x5068e6));}const _0xc3ba73=[];for(const [_0x306419,_0x47dbc2]of _0x8374bc){const _0x5a04c2=_0x5ce529(),_0x3d4742={'key':_0x8c2bc0,'oldValue':_0x47dbc2,'newValue':_0x13f393};_0x8c2bc0[_0x7cb9ce(0x210)]>0x25&&console[_0x7cb9ce(0x156)](_0x7cb9ce(0x1c7),{'key':_0x8c2bc0});const _0x48bfee=(_0x7cb9ce(0x2a4)+(_0x8c2bc0+'|'+Vt({'newValue':_0x13f393})))[_0x7cb9ce(0x117)](0x0,0x3c),_0xec91a2=this[_0x7cb9ce(0x1b3)]({'id':_0x5a04c2,'type':_0x48bfee,'data':_0x3d4742,'createdAt':new Date(),'authorId':_0x304403,'attributes':_0x2be726});_0xc3ba73[_0x7cb9ce(0x12b)](_0xec91a2),this[_0x7cb9ce(0x28d)](_0x48bfee,_0x5a04c2,_0x304403,_0x306419);}return _0xc3ba73;}[_0x154439(0x1cc)](_0x10f4f2){const _0x48aaac=_0x154439;this[_0x48aaac(0x281)][_0x48aaac(0x1ec)](_0x10f4f2);}[_0x154439(0x1ce)](_0x586d81){const _0x26592c=_0x154439;this[_0x26592c(0x15b)][_0x26592c(0x1ec)](_0x586d81);}[_0x154439(0x192)](_0x4b2c3c,_0x282e55=[],_0x379af9=[]){const _0x30ebf0=_0x154439;this[_0x30ebf0(0x24e)](_0x4b2c3c,(_0x2c69fe,..._0x3d7ac5)=>{const _0x1726da=_0x30ebf0;this[_0x1726da(0x25e)](()=>{_0x2c69fe(..._0x3d7ac5);});});for(const _0x37ef72 of _0x282e55)this[_0x30ebf0(0x1ce)](_0x37ef72);for(const _0x58cb3c of _0x379af9)this[_0x30ebf0(0x1cc)](_0x58cb3c);}[_0x154439(0x1d3)](_0x29ed9c){const _0xac5b54=_0x154439;return _0xac5b54(0x123)==_0x29ed9c[_0xac5b54(0x297)]?_0x29ed9c[_0xac5b54(0x145)][_0xac5b54(0x26f)]('|')[0x0]:null;}[_0x154439(0x24a)](_0xb3af2b,_0x5b577c){const _0x269f3c=_0x154439,_0x22fab9=_0xb3af2b[_0x269f3c(0x112)]();this[_0x269f3c(0x118)][_0x269f3c(0x1b9)](_0x3e1e35=>{const _0x4a5a45=_0x269f3c;_0x3e1e35[_0x4a5a45(0x279)](_0x22fab9,{'range':_0x5b577c});});}[_0x154439(0x2b1)](_0x5d056c){const _0x45c06c=_0x154439,_0x3c95c8=_0x5d056c['id'],_0x297935=this[_0x45c06c(0x299)][_0x45c06c(0x179)][_0x45c06c(0x2b7)](_0x45c06c(0x25a));this[_0x45c06c(0x238)][_0x45c06c(0x1bd)](_0x3c95c8)||this[_0x45c06c(0x238)][_0x45c06c(0x1fe)]({'channelId':_0x297935,'threadId':_0x3c95c8,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x46bf17=this[_0x45c06c(0x238)][_0x45c06c(0x21a)](_0x3c95c8);_0x46bf17[_0x45c06c(0x227)](_0x45c06c(0x2b8)),_0x46bf17[_0x45c06c(0x2b8)]=!0x1,_0x5d056c[_0x45c06c(0x165)]=_0x46bf17;}[_0x154439(0x1ae)](_0x36f41c,_0x44ef54,_0x8cf11,_0x2e5dbd){const _0x2ed03e=_0x154439;if(_0x36f41c[_0x2ed03e(0x297)]!=_0x44ef54||_0x36f41c[_0x2ed03e(0x145)]!=_0x8cf11||_0x36f41c[_0x2ed03e(0x10b)]['id']!=_0x2e5dbd)throw this[_0x2ed03e(0x299)][_0x2ed03e(0x201)](_0x2ed03e(0x216)),new _0xed878b(_0x2ed03e(0x216),this);}[_0x154439(0x115)](_0x11cec0,_0xa7ed8f){const _0xe56f8a=_0x154439,_0x426d7f=_0x11cec0[_0xe56f8a(0x218)]();if(_0xa7ed8f[_0xe56f8a(0x1eb)](_0x426d7f))_0x11cec0[_0xe56f8a(0x15c)]();else{if(_0x426d7f[_0xe56f8a(0x1a4)](_0xa7ed8f)){const _0x254b4a=this[_0xe56f8a(0x118)][_0xe56f8a(0x1cb)](_0xa7ed8f[_0xe56f8a(0x13a)][_0xe56f8a(0x20a)],_0xe56f8a(0x263));this[_0xe56f8a(0x24a)](_0x11cec0,this[_0xe56f8a(0x118)][_0xe56f8a(0x16a)](_0x426d7f[_0xe56f8a(0x13a)],_0x254b4a));const _0x5cd940=_0x5ce529(),_0x104aef=_0x11cec0[_0xe56f8a(0x10b)]['id'],_0x361749=_0x11cec0[_0xe56f8a(0x297)]+':'+_0x11cec0[_0xe56f8a(0x145)];this[_0xe56f8a(0x1b3)]({'id':_0x5cd940,'type':_0x361749,'createdAt':new Date(),'authorId':_0x104aef,'data':_0x11cec0[_0xe56f8a(0x1b5)],'attributes':_0x11cec0[_0xe56f8a(0x266)]});const _0x4b76e8=this[_0xe56f8a(0x118)][_0xe56f8a(0x1cb)](_0xa7ed8f[_0xe56f8a(0x263)][_0xe56f8a(0x274)],_0xe56f8a(0x22d)),_0x3df3c5=this[_0xe56f8a(0x118)][_0xe56f8a(0x16a)](_0x4b76e8,_0x426d7f[_0xe56f8a(0x263)]);this[_0xe56f8a(0x28d)](_0x361749,_0x5cd940,_0x104aef,_0x3df3c5);}else{if(_0x426d7f[_0xe56f8a(0x295)](_0xa7ed8f[_0xe56f8a(0x13a)])){const _0x49e215=this[_0xe56f8a(0x118)][_0xe56f8a(0x1cb)](_0xa7ed8f[_0xe56f8a(0x13a)][_0xe56f8a(0x20a)],_0xe56f8a(0x263));this[_0xe56f8a(0x24a)](_0x11cec0,this[_0xe56f8a(0x118)][_0xe56f8a(0x16a)](_0x426d7f[_0xe56f8a(0x13a)],_0x49e215));}else{const _0x371692=this[_0xe56f8a(0x118)][_0xe56f8a(0x1cb)](_0xa7ed8f[_0xe56f8a(0x263)][_0xe56f8a(0x274)],_0xe56f8a(0x22d));this[_0xe56f8a(0x24a)](_0x11cec0,this[_0xe56f8a(0x118)][_0xe56f8a(0x16a)](_0x371692,_0x426d7f[_0xe56f8a(0x263)]));}}}}[_0x154439(0x211)](_0x53ea88){const _0x1bc1f5=_0x154439;for(const {suggestion:_0x1c0e91,meta:_0x4f8602}of this[_0x1bc1f5(0x1cf)](_0x53ea88,_0x1bc1f5(0x1e3))){if(!_0x4f8602[_0x1bc1f5(0x126)])continue;const _0x6a3b1e=_0x1c0e91[_0x1bc1f5(0x121)]();for(const _0x15acec of _0x6a3b1e)if(!_0x53ea88[_0x1bc1f5(0x1fc)](_0x15acec)[_0x1bc1f5(0x210)])return!0x0;}return!0x1;}[_0x154439(0x142)](_0x11d527){const _0x40a862=_0x154439,_0x2a84bf=this[_0x40a862(0x299)][_0x40a862(0x12f)][_0x40a862(0x2b7)](_0x40a862(0x1ef))[_0x40a862(0x2ac)](_0x11d527);if(!_0x2a84bf)throw new _0xed878b(_0x40a862(0x14c),this);return _0x2a84bf;}[_0x154439(0x200)](_0x14dc22){const _0x23fe2f=_0x154439,_0x3b4ecb=this[_0x23fe2f(0x299)][_0x23fe2f(0x12f)][_0x23fe2f(0x2b7)](_0x23fe2f(0x1ef)),_0x53e616=_0xff7ae3(_0x23fe2f(0x1de)+_0x14dc22),_0x4d49ca=_0x3b4ecb[_0x23fe2f(0x2ac)](_0x53e616);return _0x4d49ca||_0x3b4ecb[_0x23fe2f(0x220)]({'id':_0x53e616,'name':_0x14dc22});}[_0x154439(0x1e2)](_0x2fdde6,_0x46cd8e,_0x58ce9a,_0x44d1be,_0xcfc576){const _0x4756c2=_0x154439,_0xc8fcb1=this[_0x4756c2(0x142)](_0x44d1be),_0x127de1=this[_0x4756c2(0x189)][_0x4756c2(0x158)](_0x2fdde6,_0x46cd8e,_0x58ce9a,_0xc8fcb1,_0xcfc576,_0x4b7029=>{const _0x138e47=_0x4756c2;this[_0x138e47(0x249)](_0x58ce9a,{'attributes':_0x4b7029});const _0x5d092d=this[_0x138e47(0x1d2)](_0x58ce9a);this[_0x138e47(0x202)](new Set([_0x5d092d])),this[_0x138e47(0x151)](new Set([_0x5d092d]));});return this[_0x4756c2(0x251)](_0x127de1,_0x4756c2(0x17e),()=>{const _0x1d4e3a=_0x4756c2;this[_0x1d4e3a(0x249)](_0x58ce9a,{'state':_0x1d4e3a(0x155)});},{'priority':_0x4756c2(0x1a5)}),this[_0x4756c2(0x251)](_0x127de1,_0x4756c2(0x191),()=>{const _0x2082cf=_0x4756c2;this[_0x2082cf(0x249)](_0x58ce9a,{'state':_0x2082cf(0x11a)});},{'priority':_0x4756c2(0x1a5)}),this[_0x4756c2(0x23b)][_0x4756c2(0x1ca)](_0x58ce9a,_0x127de1),this[_0x4756c2(0x1ee)][_0x4756c2(0x1ca)](_0x127de1,_0x4756c2(0x22b)),_0x127de1;}[_0x154439(0x1e7)](_0x424b60){const _0x42d25c=_0x154439,_0x2486da=_0x424b60[_0x42d25c(0x26f)](':');return{'group':_0x2486da[0x0],'type':_0x2486da[0x1],'subType':_0x2486da[_0x42d25c(0x210)]>=0x5?_0x2486da[0x2]:null,'id':_0x2486da[_0x42d25c(0x210)]<0x5?_0x2486da[0x2]:_0x2486da[0x3],'authorId':_0x2486da[_0x42d25c(0x210)]<0x5?_0x2486da[0x3]:_0x2486da[0x4],'markerCount':0x6==_0x2486da[_0x42d25c(0x210)]?_0x2486da[0x5]:null};}[_0x154439(0x184)](_0x39b35a,_0x117ca6,_0x409b54){const _0x127450=_0x154439,_0x28facb=_0x39b35a[_0x127450(0x218)](),_0xa68858=_0x28facb[_0x127450(0x13a)],_0xff2bae=_0x28facb[_0x127450(0x263)];this[_0x127450(0x24a)](_0x39b35a,this[_0x127450(0x118)][_0x127450(0x16a)](_0xa68858,_0x117ca6));const _0x194011=_0x5ce529(),_0x317bbc=_0x39b35a[_0x127450(0x10b)]['id'],_0x1afafe=_0x39b35a[_0x127450(0x297)]+(_0x39b35a[_0x127450(0x145)]?':'+_0x39b35a[_0x127450(0x145)]:'');this[_0x127450(0x1b3)]({'id':_0x194011,'type':_0x1afafe,'createdAt':new Date(),'authorId':_0x317bbc,'originalSuggestionId':_0x39b35a['id'],'attributes':_0x39b35a[_0x127450(0x266)],'data':_0x39b35a[_0x127450(0x1b5)]});const _0x341523=this[_0x127450(0x1d3)](_0x39b35a);(_0x127450(0x176)==_0x39b35a[_0x127450(0x297)]||_0x341523&&this[_0x127450(0x1bf)](_0x341523))&&(_0x409b54=this[_0x127450(0x118)][_0x127450(0x183)](_0x409b54[_0x127450(0x274)])),this[_0x127450(0x28d)](_0x1afafe,_0x194011,_0x317bbc,this[_0x127450(0x118)][_0x127450(0x16a)](_0x409b54,_0xff2bae));}[_0x154439(0x1cf)](_0x59f22e,_0x218e4f=null){const _0x37bd5a=_0x154439,_0x5da362=[],_0x4cd325=this[_0x37bd5a(0x299)][_0x37bd5a(0x12f)][_0x37bd5a(0x2b7)](_0x37bd5a(0x1ef))['me'];Array[_0x37bd5a(0x18d)](_0x59f22e)||(_0x59f22e=[_0x59f22e]);for(const _0x387b05 of this[_0x37bd5a(0x11f)]()){if(!_0x387b05[_0x37bd5a(0x26e)])continue;if(_0x218e4f&&_0x387b05[_0x37bd5a(0x297)]!=_0x218e4f)continue;let _0x539f4d=!0x1;for(const _0x321c75 of _0x387b05[_0x37bd5a(0x121)]()){for(const _0x201333 of _0x59f22e){const _0x49b690=_0x201333[_0x37bd5a(0x13a)][_0x37bd5a(0x1eb)](_0x321c75[_0x37bd5a(0x263)])||_0x201333[_0x37bd5a(0x263)][_0x37bd5a(0x1eb)](_0x321c75[_0x37bd5a(0x13a)]);if(_0x49b690||_0x201333[_0x37bd5a(0x1f4)](_0x321c75)){const _0x45ce9b=_0x201333[_0x37bd5a(0x1a4)](_0x321c75)&&Rt(this[_0x37bd5a(0x118)][_0x37bd5a(0x175)],_0x321c75[_0x37bd5a(0x13a)],_0x201333),_0x318ca8=_0x321c75[_0x37bd5a(0x1a4)](_0x201333)&&Rt(this[_0x37bd5a(0x118)][_0x37bd5a(0x175)],_0x201333[_0x37bd5a(0x13a)],_0x321c75);_0x5da362[_0x37bd5a(0x12b)]({'suggestion':_0x387b05,'meta':{'isOwn':_0x4cd325==_0x387b05[_0x37bd5a(0x1da)],'isNextTo':_0x49b690,'isInsideObject':_0x45ce9b,'containsRangeInObject':_0x318ca8}}),_0x539f4d=!0x0;break;}}if(_0x539f4d)break;}}return _0x5da362;}[_0x154439(0x28d)](_0x26766b,_0x383366,_0x3aabbf,_0x471006,_0x2e4a47){const _0x49893f=_0x154439;this[_0x49893f(0x118)][_0x49893f(0x1b9)](_0x4ee8c3=>{const _0x4353d3=_0x49893f;let _0xb66425=_0x4353d3(0x260)+_0x26766b+':'+_0x383366+':'+_0x3aabbf;_0x2e4a47&&(_0xb66425=_0xb66425+':'+_0x2e4a47),_0x4ee8c3[_0x4353d3(0x1a8)](_0xb66425,{'range':_0x471006,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x154439(0x2a8)](_0x456c96){const _0x13a5ef=_0x154439,_0x137cfe=_0x456c96[_0x13a5ef(0x230)],_0x44a283=_0x456c96[_0x13a5ef(0x180)];_0x456c96[_0x13a5ef(0x230)]=null,_0x456c96[_0x13a5ef(0x180)]=null,null!=_0x137cfe&&_0x137cfe[_0x13a5ef(0x180)]==_0x456c96&&(_0x137cfe[_0x13a5ef(0x180)]=_0x44a283),null!=_0x44a283&&_0x44a283[_0x13a5ef(0x230)]==_0x456c96&&(_0x44a283[_0x13a5ef(0x230)]=_0x137cfe),_0x13a5ef(0x231)==this[_0x13a5ef(0x1ee)][_0x13a5ef(0x2b7)](_0x456c96)&&(this[_0x13a5ef(0x1ee)][_0x13a5ef(0x1ca)](_0x456c96,_0x13a5ef(0x1dc)),this[_0x13a5ef(0x17c)](_0x13a5ef(0x11e),_0x456c96,_0x137cfe,_0x44a283));}[_0x154439(0x1b3)](_0x51e855){const _0x1a02be=_0x154439,_0x948b=_0x51e855['id'],_0x4ef6d9=this[_0x1a02be(0x248)](_0x51e855);if(this[_0x1a02be(0x20e)]&&this[_0x1a02be(0x20e)][_0x1a02be(0x1f3)]){const _0x51b7a5=this[_0x1a02be(0x299)][_0x1a02be(0x12f)][_0x1a02be(0x2b7)](_0x1a02be(0x1ea)),_0x4dc397=_0x4ef6d9[_0x1a02be(0x113)],_0xe4041=_0x4ef6d9[_0x1a02be(0x145)]?_0x4ef6d9[_0x1a02be(0x297)]+':'+_0x4ef6d9[_0x1a02be(0x145)]:_0x4ef6d9[_0x1a02be(0x297)],_0x47d528=this[_0x1a02be(0x299)][_0x1a02be(0x244)],_0x3c82f4=_0x51b7a5[_0x1a02be(0x1ec)](_0x508a3f(_0x47d528,_0x1a02be(0x267))),_0x2375b1={'id':_0x948b,'type':_0xe4041,'hasComments':_0x4dc397,'data':_0x51e855[_0x1a02be(0x1b5)]||null,'originalSuggestionId':_0x51e855[_0x1a02be(0x1dd)]||null,'attributes':_0x4ef6d9[_0x1a02be(0x266)]};this[_0x1a02be(0x20e)][_0x1a02be(0x1f3)](_0x2375b1)[_0x1a02be(0x14b)](_0x560d25=>{const _0x3af6c4=_0x1a02be;_0x4ef6d9[_0x3af6c4(0x1df)]=!0x0,_0x51b7a5[_0x3af6c4(0x1a3)](_0x3c82f4),_0x560d25&&_0x560d25[_0x3af6c4(0x2a2)]&&(this[_0x3af6c4(0x23b)][_0x3af6c4(0x2b7)](_0x948b)[_0x3af6c4(0x2a2)]=_0x560d25[_0x3af6c4(0x2a2)]);})[_0x1a02be(0x1b8)](_0x119750=>{const _0x30fcd8=_0x1a02be;throw _0x5e3030(_0x30fcd8(0x268)),this[_0x30fcd8(0x299)][_0x30fcd8(0x298)][_0x30fcd8(0x1e5)]({'isUndoable':!0x1},()=>{const _0x4a1560=_0x30fcd8;_0x4ef6d9[_0x4a1560(0x191)]();}),_0x4ef6d9[_0x30fcd8(0x2ae)](),this[_0x30fcd8(0x23b)][_0x30fcd8(0x282)](_0x4ef6d9['id']),this[_0x30fcd8(0x1ee)][_0x30fcd8(0x282)](_0x4ef6d9),_0x119750;});}return _0x4ef6d9;}[_0x154439(0x1bf)](_0x584d74){const _0x272d00=_0x154439;return this[_0x272d00(0x281)][_0x272d00(0x173)](_0x584d74);}[_0x154439(0x249)](_0x34bcb5,_0x4f79ee){const _0x1d7cc0=_0x154439,_0x10e24c=this[_0x1d7cc0(0x299)][_0x1d7cc0(0x12f)][_0x1d7cc0(0x2b7)](_0x1d7cc0(0x1ea)),_0x3bd57f=this[_0x1d7cc0(0x1d2)](_0x34bcb5);if(this[_0x1d7cc0(0x20e)]&&this[_0x1d7cc0(0x20e)][_0x1d7cc0(0x16c)]){if(_0x3bd57f[_0x1d7cc0(0x1df)]){const _0x2ed92b=_0x10e24c[_0x1d7cc0(0x1ec)](_0x508a3f(this[_0x1d7cc0(0x299)][_0x1d7cc0(0x244)],_0x1d7cc0(0x267)));this[_0x1d7cc0(0x20e)][_0x1d7cc0(0x16c)](_0x34bcb5,_0x4f79ee)[_0x1d7cc0(0x14b)](()=>{const _0x3b2914=_0x1d7cc0;_0x10e24c[_0x3b2914(0x1a3)](_0x2ed92b);});}else _0x3bd57f['on'](_0x1d7cc0(0x28b),()=>{const _0x1c011f=_0x1d7cc0;this[_0x1c011f(0x249)](_0x34bcb5,_0x4f79ee);});}}[_0x154439(0x1d5)](_0x1551f3){const _0x70b76=_0x154439;if(!this[_0x70b76(0x20e)]||!this[_0x70b76(0x20e)][_0x70b76(0x1d2)])throw new _0xed878b(_0x70b76(0x22f),this);return this[_0x70b76(0x20e)][_0x70b76(0x1d2)](_0x1551f3);}[_0x154439(0x229)](_0x11e0d6){const _0x50c5f6=_0x154439,{id:_0x58090f,type:_0xc9795d,subType:_0x4dc9a5,authorId:_0x5450dc}=this[_0x50c5f6(0x1e7)](_0x11e0d6),_0x39832a=this[_0x50c5f6(0x23b)][_0x50c5f6(0x2b7)](_0x58090f)||this[_0x50c5f6(0x1e2)](_0xc9795d,_0x4dc9a5,_0x58090f,_0x5450dc,{});switch(this[_0x50c5f6(0x1ae)](_0x39832a,_0xc9795d,_0x4dc9a5,_0x5450dc),this[_0x50c5f6(0x1ee)][_0x50c5f6(0x2b7)](_0x39832a)){case _0x50c5f6(0x22b):this[_0x50c5f6(0x1d5)](_0x58090f)[_0x50c5f6(0x14b)](_0x5aae18=>{const _0x5a17ab=_0x50c5f6;let _0x9cf9e=Promise[_0x5a17ab(0x288)]();_0x5aae18[_0x5a17ab(0x113)]&&(_0x9cf9e=this[_0x5a17ab(0x238)][_0x5a17ab(0x1bb)]({'channelId':this[_0x5a17ab(0x299)][_0x5a17ab(0x179)][_0x5a17ab(0x2b7)](_0x5a17ab(0x25a)),'threadId':_0x58090f})),_0x9cf9e[_0x5a17ab(0x14b)](()=>{const _0x262836=_0x5a17ab;this[_0x262836(0x248)](_0x5aae18)[_0x262836(0x1df)]=!0x0;});}),this[_0x50c5f6(0x1ee)][_0x50c5f6(0x1ca)](_0x39832a,_0x50c5f6(0x149));break;case _0x50c5f6(0x1dc):this[_0x50c5f6(0x249)](_0x58090f,{'state':_0x50c5f6(0x2b5)});case _0x50c5f6(0x20b):this[_0x50c5f6(0x1ee)][_0x50c5f6(0x1ca)](_0x39832a,_0x50c5f6(0x231)),this[_0x50c5f6(0x17c)](_0x50c5f6(0x1ff),_0x39832a);break;case _0x50c5f6(0x231):this[_0x50c5f6(0x17c)](_0x50c5f6(0x278),_0x39832a);}return _0x39832a[_0x50c5f6(0x10d)](_0x11e0d6),_0x39832a;}[_0x154439(0x151)](_0x1e68b4){const _0x3f5f71=_0x154439,_0x2a5662=Array[_0x3f5f71(0x233)](_0x1e68b4),_0x3d9dc8=_0x2a5662[_0x3f5f71(0x292)](_0x22c715=>_0x3f5f71(0x123)==_0x22c715[_0x3f5f71(0x297)]);this[_0x3f5f71(0x1f0)](_0x3d9dc8);const _0xdd91a8=_0x2a5662[_0x3f5f71(0x292)](_0x4fa676=>!_0x4fa676[_0x3f5f71(0x29f)]&&_0x3f5f71(0x123)!=_0x4fa676[_0x3f5f71(0x297)]),_0x517d26=this[_0x3f5f71(0x11f)]({'skipNotAttached':!0x0})[_0x3f5f71(0x292)](_0x7b6a00=>!_0x7b6a00[_0x3f5f71(0x29f)]&&_0x3f5f71(0x123)!=_0x7b6a00[_0x3f5f71(0x297)]),_0x3d4177=_0x517d26[_0x3f5f71(0x292)](_0x564a9f=>!_0x1e68b4[_0x3f5f71(0x173)](_0x564a9f)),_0x3a7e85=new Map(_0x517d26[_0x3f5f71(0x174)](_0x1274b2=>[_0x1274b2,this[_0x3f5f71(0x189)][_0x3f5f71(0x1ab)](_0x1274b2[_0x3f5f71(0x297)],_0x1274b2[_0x3f5f71(0x145)],_0x3f5f71(0x257))])),_0x5c1b50=new Map(_0x517d26[_0x3f5f71(0x174)](_0x3f2f2a=>[_0x3f2f2a,_0x3f2f2a[_0x3f5f71(0x218)]()])),_0x25c067=new Set(),_0x3e1fd8=new Set();for(let _0x5bc36e=0x0;_0x5bc36e<_0xdd91a8[_0x3f5f71(0x210)];_0x5bc36e++)_0x247b4f(_0xdd91a8[_0x5bc36e],_0xdd91a8,_0x5bc36e+0x1);for(let _0x42a3c7=0x0;_0x42a3c7<_0xdd91a8[_0x3f5f71(0x210)];_0x42a3c7++)_0x247b4f(_0xdd91a8[_0x42a3c7],_0x3d4177,0x0);const _0x140c9c=new Set();for(let _0x1f97e7=0x0;_0x1f97e7<_0xdd91a8[_0x3f5f71(0x210)];_0x1f97e7++){const _0xb4daaf=_0xdd91a8[_0x1f97e7];!_0x3e1fd8[_0x3f5f71(0x173)](_0xb4daaf)&&_0xb4daaf[_0x3f5f71(0x230)]&&(_0x140c9c[_0x3f5f71(0x1ec)](_0xb4daaf[_0x3f5f71(0x230)]),_0xb4daaf[_0x3f5f71(0x230)][_0x3f5f71(0x180)]===_0xb4daaf&&(_0xb4daaf[_0x3f5f71(0x230)][_0x3f5f71(0x180)]=null),_0xb4daaf[_0x3f5f71(0x230)]=null),!_0x25c067[_0x3f5f71(0x173)](_0xb4daaf)&&_0xb4daaf[_0x3f5f71(0x180)]&&(_0x140c9c[_0x3f5f71(0x1ec)](_0xb4daaf[_0x3f5f71(0x180)]),_0xb4daaf[_0x3f5f71(0x180)][_0x3f5f71(0x230)]===_0xb4daaf&&(_0xb4daaf[_0x3f5f71(0x180)][_0x3f5f71(0x230)]=null),_0xb4daaf[_0x3f5f71(0x180)]=null);}function _0x247b4f(_0x117158,_0xc80e4,_0x5c60e7){const _0x23e6e9=_0x3f5f71;for(let _0xf1f38d=_0x5c60e7;_0xf1f38d<_0xc80e4[_0x23e6e9(0x210)];_0xf1f38d++){const _0x3f59da=_0x2d1234(_0x117158,_0xc80e4[_0xf1f38d]);_0x3f59da&&(_0x3f59da[0x0][_0x23e6e9(0x180)]=_0x3f59da[0x1],_0x3f59da[0x1][_0x23e6e9(0x230)]=_0x3f59da[0x0],_0x25c067[_0x23e6e9(0x1ec)](_0x3f59da[0x0]),_0x3e1fd8[_0x23e6e9(0x1ec)](_0x3f59da[0x1]));}}function _0x2d1234(_0x2a0554,_0x53c7fb){const _0x4230e9=_0x3f5f71;if(_0x2a0554[_0x4230e9(0x1da)]['id']!==_0x53c7fb[_0x4230e9(0x1da)]['id'])return null;const _0x30e4f6=_0x3a7e85[_0x4230e9(0x2b7)](_0x2a0554)(_0x2a0554,_0x53c7fb,_0x5c1b50[_0x4230e9(0x2b7)](_0x2a0554),_0x5c1b50[_0x4230e9(0x2b7)](_0x53c7fb));if(!_0x30e4f6)return null;return _0x3a7e85[_0x4230e9(0x2b7)](_0x53c7fb)(_0x2a0554,_0x53c7fb,_0x5c1b50[_0x4230e9(0x2b7)](_0x2a0554),_0x5c1b50[_0x4230e9(0x2b7)](_0x53c7fb))?_0x30e4f6[0x1][_0x4230e9(0x165)]&&_0x30e4f6[0x1][_0x4230e9(0x165)][_0x4230e9(0x210)]?null:_0x30e4f6:null;}_0x140c9c[_0x3f5f71(0x283)]&&this[_0x3f5f71(0x151)](_0x140c9c);}[_0x154439(0x1f0)](_0x5e9b9c){const _0x3f0f2f=_0x154439;if(0x0==_0x5e9b9c[_0x3f0f2f(0x210)])return;const _0x40b38a=this[_0x3f0f2f(0x11f)]({'skipNotAttached':!0x0})[_0x3f0f2f(0x292)](_0x2bcafe=>_0x3f0f2f(0x123)==_0x2bcafe[_0x3f0f2f(0x297)]&&_0x2bcafe[_0x3f0f2f(0x23d)]),_0x233634=[],_0x14f372=new Map();for(const _0x48fc4a of _0x40b38a){const _0x5121e8=_0xff7ae3(_0x48fc4a[_0x3f0f2f(0x266)]);_0x14f372[_0x3f0f2f(0x173)](_0x5121e8)||(_0x14f372[_0x3f0f2f(0x1ca)](_0x5121e8,_0x233634[_0x3f0f2f(0x210)]),_0x233634[_0x3f0f2f(0x12b)]([]));const _0x2dd3cd=_0x14f372[_0x3f0f2f(0x2b7)](_0x5121e8);_0x233634[_0x2dd3cd][_0x3f0f2f(0x12b)](_0x48fc4a);}!(function(){const _0x442e94=_0x3f0f2f;_0x233634[_0x442e94(0x25b)]((_0x2b7e61,_0x4845db)=>{const _0x1abd2a=_0x442e94,_0x150f2e=_0x2b7e61[0x0][_0x1abd2a(0x2a2)],_0x820cd9=_0x4845db[0x0][_0x1abd2a(0x2a2)];return _0x150f2e==_0x820cd9?_0x2b7e61[0x0][_0x1abd2a(0x266)][_0x1abd2a(0x2b0)]<_0x4845db[0x0][_0x1abd2a(0x266)][_0x1abd2a(0x2b0)]?-0x1:0x1:_0x150f2e<_0x820cd9?-0x1:0x1;});for(const _0x1e588b of _0x233634)_0x1e588b[_0x442e94(0x25b)]((_0x1a0fd4,_0x1f4232)=>_0x1a0fd4['id']<_0x1f4232['id']?-0x1:0x1);}());for(let _0x4441a8=0x0;_0x4441a8<_0x233634[_0x3f0f2f(0x210)];_0x4441a8++){if(0x0==_0x233634[_0x4441a8][_0x3f0f2f(0x210)])continue;const _0x112c95=[];for(let _0x4138b8=_0x4441a8+0x1;_0x4138b8<_0x233634[_0x3f0f2f(0x210)];_0x4138b8++)0x0!=_0x233634[_0x4138b8][_0x3f0f2f(0x210)]&&_0xa5e95b(_0x233634[_0x4441a8],_0x233634[_0x4138b8])&&_0x112c95[_0x3f0f2f(0x12b)](_0x4138b8);for(const _0x1a6440 of _0x112c95)_0x233634[_0x4441a8]=_0x233634[_0x4441a8][_0x3f0f2f(0x2a6)](_0x233634[_0x1a6440]),_0x233634[_0x1a6440]=[];}for(const _0x35f149 of _0x233634)for(let _0x268e41=0x0;_0x268e41<_0x35f149[_0x3f0f2f(0x210)];_0x268e41++)_0x35f149[_0x268e41][_0x3f0f2f(0x180)]=_0x35f149[_0x268e41+0x1]||null;for(const _0x38e93e of _0x233634)for(let _0x9e8ffe=0x0;_0x9e8ffe<_0x38e93e[_0x3f0f2f(0x210)];_0x9e8ffe++)_0x38e93e[_0x9e8ffe][_0x3f0f2f(0x230)]=_0x38e93e[_0x9e8ffe-0x1]||null;function _0xa5e95b(_0x41cdd6,_0xd051c0){const _0x39eaca=_0x3f0f2f;if(_0x41cdd6[0x0][_0x39eaca(0x266)][_0x39eaca(0x2b0)]!==_0xd051c0[0x0][_0x39eaca(0x266)][_0x39eaca(0x2b0)]&&_0x41cdd6[0x0][_0x39eaca(0x1da)]!==_0xd051c0[0x0][_0x39eaca(0x1da)])return!0x1;if(!function(_0x52daf0,_0x4d2f62){const _0x18c9d5=_0x39eaca;if(!_0x52daf0[_0x18c9d5(0x113)]&&!_0x4d2f62[_0x18c9d5(0x113)])return!0x0;if(_0x52daf0[_0x18c9d5(0x113)]&&_0x4d2f62[_0x18c9d5(0x113)])return!0x1;if(_0x52daf0[_0x18c9d5(0x113)]&&_0x4d2f62[_0x18c9d5(0x2a2)]<_0x52daf0[_0x18c9d5(0x165)][_0x18c9d5(0x23f)][_0x18c9d5(0x2b7)](0x0)[_0x18c9d5(0x2a2)])return!0x0;if(_0x4d2f62[_0x18c9d5(0x113)]&&_0x52daf0[_0x18c9d5(0x2a2)]<_0x4d2f62[_0x18c9d5(0x165)][_0x18c9d5(0x23f)][_0x18c9d5(0x2b7)](0x0)[_0x18c9d5(0x2a2)])return!0x0;return!0x1;}(_0x41cdd6[0x0],_0xd051c0[0x0]))return!0x1;const _0x1a2ce6=_0x1487af(_0x41cdd6[0x0][_0x39eaca(0x266)],_0x39eaca(0x2b0)),_0x2951c8=_0x1487af(_0xd051c0[0x0][_0x39eaca(0x266)],_0x39eaca(0x2b0));if(!_0x33664a(_0x1a2ce6,_0x2951c8))return!0x1;return!!_0x41cdd6[_0x39eaca(0x1f2)](_0x4b6f67=>_0xd051c0[_0x39eaca(0x21c)](_0x588404=>_0x4b6f67[_0x39eaca(0x218)]()[_0x39eaca(0x1eb)](_0x588404[_0x39eaca(0x218)]())))&&_0xd051c0[_0x39eaca(0x1f2)](_0x3917f0=>_0x41cdd6[_0x39eaca(0x21c)](_0x31f410=>_0x3917f0[_0x39eaca(0x218)]()[_0x39eaca(0x1eb)](_0x31f410[_0x39eaca(0x218)]())));}}[_0x154439(0x202)](_0x4883bf){const _0x33890a=_0x154439,_0x2a2424=Array[_0x33890a(0x233)](_0x4883bf),_0x57a9cc=this[_0x33890a(0x11f)]({'skipNotAttached':!0x0}),_0x160ddf=_0x57a9cc[_0x33890a(0x292)](_0x37deb2=>!_0x4883bf[_0x33890a(0x173)](_0x37deb2)),_0x528e14=new Map(_0x2a2424[_0x33890a(0x174)](_0x568df3=>[_0x568df3,this[_0x33890a(0x189)][_0x33890a(0x1ab)](_0x568df3[_0x33890a(0x297)],_0x568df3[_0x33890a(0x145)],_0x33890a(0x138))])),_0x2b275e=new Map(_0x57a9cc[_0x33890a(0x174)](_0x1dcdb0=>[_0x1dcdb0,_0x1dcdb0[_0x33890a(0x121)]()]));for(let _0x5a15ab=0x0;_0x5a15ab<_0x2a2424[_0x33890a(0x210)];_0x5a15ab++){if(_0xb4310(this,_0x2a2424[_0x5a15ab],_0x2a2424,_0x5a15ab+0x1))return!0x0;}for(let _0x29c8ad=0x0;_0x29c8ad<_0x2a2424[_0x33890a(0x210)];_0x29c8ad++){if(_0xb4310(this,_0x2a2424[_0x29c8ad],_0x160ddf,0x0))return!0x0;}return!0x1;function _0xb4310(_0x4edefd,_0x29681a,_0xa0b723,_0x231eea){const _0x55bc74=_0x33890a;for(let _0x4906d1=_0x231eea;_0x4906d1<_0xa0b723[_0x55bc74(0x210)];_0x4906d1++){const _0x3d3045=_0xa0b723[_0x4906d1];if(_0x3d3045[_0x55bc74(0x297)]!==_0x29681a[_0x55bc74(0x297)]||_0x3d3045[_0x55bc74(0x1da)]['id']!==_0x29681a[_0x55bc74(0x1da)]['id']||_0x3d3045[_0x55bc74(0x145)]!==_0x29681a[_0x55bc74(0x145)])continue;if(!Pt(_0x29681a,_0x3d3045,[_0x55bc74(0x2b0)]))continue;if(_0x55bc74(0x123)==_0x29681a[_0x55bc74(0x297)]&&_0x29681a[_0x55bc74(0x1b5)][_0x55bc74(0x2a9)]!=_0x3d3045[_0x55bc74(0x1b5)][_0x55bc74(0x2a9)])continue;if(_0x55bc74(0x123)==_0x29681a[_0x55bc74(0x297)]&&_0x4edefd[_0x55bc74(0x1bf)](_0x29681a[_0x55bc74(0x1b5)][_0x55bc74(0x169)]))continue;if(_0x55bc74(0x176)==_0x29681a[_0x55bc74(0x297)]){const _0x2d3968=_0x4edefd[_0x55bc74(0x299)][_0x55bc74(0x298)],_0x58a8dd=_0x29681a[_0x55bc74(0x27f)]();if(_0x58a8dd&&(_0x2d3968[_0x55bc74(0x175)][_0x55bc74(0x1d8)](_0x58a8dd)||_0x2d3968[_0x55bc74(0x175)][_0x55bc74(0x125)](_0x58a8dd)))continue;}const _0x334236=_0x528e14[_0x55bc74(0x2b7)](_0x29681a),_0x425532=_0x2b275e[_0x55bc74(0x2b7)](_0x29681a),_0x231a93=_0x2b275e[_0x55bc74(0x2b7)](_0x3d3045),_0x55f223=_0x29681a[_0x55bc74(0x165)]&&_0x29681a[_0x55bc74(0x165)][_0x55bc74(0x210)],_0xac27ad=_0x3d3045[_0x55bc74(0x165)]&&_0x3d3045[_0x55bc74(0x165)][_0x55bc74(0x210)];if(!_0x55f223&&_0x334236(_0x231a93,_0x425532))return _0x4edefd[_0x55bc74(0x20d)](_0x3d3045,_0x29681a),_0x2b275e[_0x55bc74(0x282)](_0x29681a),!0x0;if(!_0xac27ad&&_0x334236(_0x425532,_0x231a93))return _0x4edefd[_0x55bc74(0x20d)](_0x29681a,_0x3d3045),_0x2b275e[_0x55bc74(0x282)](_0x3d3045),!0x0;}return!0x1;}}[_0x154439(0x20d)](_0x147a4a,_0x1a1117){const _0x22b5ce=_0x154439;if(_0x147a4a[_0x22b5ce(0x29f)]){for(const _0x264fa0 of _0x1a1117[_0x22b5ce(0x121)]())_0x147a4a[_0x22b5ce(0x1a9)](_0x264fa0);}else{const _0x2f1bbc=_0x1a1117[_0x22b5ce(0x218)]()[_0x22b5ce(0x263)];this[_0x22b5ce(0x24a)](_0x147a4a,this[_0x22b5ce(0x118)][_0x22b5ce(0x16a)](_0x147a4a[_0x22b5ce(0x218)]()[_0x22b5ce(0x13a)],_0x2f1bbc));}_0x1a1117[_0x22b5ce(0x15c)]();}[_0x154439(0x208)](_0x2319e8,_0x27991f){const _0x4ba542=_0x154439,_0x4965d4=_0x2319e8[_0x4ba542(0x2a5)](_0x4ba542(0x219))||_0x2319e8[_0x4ba542(0x2a5)](_0x4ba542(0x123))?_0x4ba542(0x237):_0x2319e8[_0x4ba542(0x1e1)]();return _0x508a3f(this[_0x4ba542(0x299)][_0x4ba542(0x244)],_0x27991f+'_'+_0x4965d4+_0x4ba542(0x26d));}[_0x154439(0x29d)](){const _0x52e9fa=_0x154439,_0x13d971=this[_0x52e9fa(0x299)];_0x4043ab(this[_0x52e9fa(0x118)],({left:_0x1f4b76,entered:_0x314910})=>{const _0x3676dc=_0x52e9fa,_0x114f8b=[];for(const _0x1637a3 of _0x1f4b76){const {group:_0x5da5e2,type:_0x299a88}=this[_0x3676dc(0x1e7)](_0x1637a3[_0x3676dc(0x16b)]);if(_0x3676dc(0x1be)===_0x5da5e2){_0x114f8b[_0x3676dc(0x12b)](this[_0x3676dc(0x208)](_0x299a88,_0x3676dc(0x1ba)));break;}}for(const _0x458ed8 of _0x314910){const {group:_0x4acf45,type:_0x3bd0be}=this[_0x3676dc(0x1e7)](_0x458ed8[_0x3676dc(0x16b)]);if(_0x3676dc(0x1be)===_0x4acf45){_0x114f8b[_0x3676dc(0x12b)](this[_0x3676dc(0x208)](_0x3bd0be,_0x3676dc(0x1a1)));break;}}_0x114f8b[_0x3676dc(0x210)]&&_0x13d971['ui'][_0x3676dc(0x154)][_0x3676dc(0x1f5)](_0x3676dc(0x193),_0x114f8b[_0x3676dc(0x138)]('\x20'));});}[_0x154439(0x1d4)](_0x567dd4){const _0x2f8f58=_0x154439;if(this[_0x2f8f58(0x24c)])return!0x1;const _0x2fb185=this[_0x2f8f58(0x299)],_0x19fd8=_0x2fb185[_0x2f8f58(0x298)][_0x2f8f58(0x167)][_0x2f8f58(0x25c)][_0x2f8f58(0x286)]();if(0x0==_0x19fd8[_0x2f8f58(0x210)])return!0x1;const _0x31daf2=[],_0x358382=_0x19fd8[_0x2f8f58(0x292)](_0x4b3e94=>_0x2f8f58(0x123)==_0x4b3e94[_0x2f8f58(0x297)]),_0x4a024f=_0x19fd8[_0x2f8f58(0x292)](_0x3e68a4=>_0x2f8f58(0x22c)==_0x3e68a4[_0x2f8f58(0x297)]&&_0x2f8f58(0x18c)!=_0x3e68a4[_0x2f8f58(0x16b)]),_0xac8522=_0x19fd8[_0x2f8f58(0x292)](_0x4d7783=>_0x2f8f58(0x1a3)==_0x4d7783[_0x2f8f58(0x297)]&&_0x2f8f58(0x18c)!=_0x4d7783[_0x2f8f58(0x16b)]);for(const _0x56cbaa of _0x358382)_0x31daf2[_0x2f8f58(0x12b)]({'key':_0x56cbaa[_0x2f8f58(0x17d)],'newValue':_0x56cbaa[_0x2f8f58(0x1ac)],'oldValue':_0x56cbaa[_0x2f8f58(0x29a)],'range':Ot(_0x56cbaa[_0x2f8f58(0x111)],_0x2fb185[_0x2f8f58(0x298)])});for(const _0x54dac1 of _0x4a024f){const _0x58fa64=_0xac8522[_0x2f8f58(0x15a)](_0xf05f89=>_0xf05f89[_0x2f8f58(0x1ad)][_0x2f8f58(0x1eb)](_0x54dac1[_0x2f8f58(0x1ad)]));_0x58fa64&&_0x31daf2[_0x2f8f58(0x12b)]({'key':_0x2f8f58(0x157),'newValue':_0x54dac1[_0x2f8f58(0x16b)],'oldValue':_0x58fa64[_0x2f8f58(0x16b)],'range':_0x2fb185[_0x2f8f58(0x298)][_0x2f8f58(0x23e)](_0x54dac1[_0x2f8f58(0x1ad)][_0x2f8f58(0x14a)])});}return 0x0!=_0x31daf2[_0x2f8f58(0x210)]&&this[_0x2f8f58(0x1b4)](_0x567dd4,_0x31daf2);}[_0x154439(0x239)](_0x225bb3){const _0x4d416c=_0x154439;let _0x1b455c=!0x1;const _0x4e3e01=this[_0x4d416c(0x299)][_0x4d416c(0x298)][_0x4d416c(0x167)][_0x4d416c(0x25c)][_0x4d416c(0x12c)]()[_0x4d416c(0x292)](_0x366e9d=>_0x366e9d[_0x4d416c(0x1b5)][_0x4d416c(0x17b)]&&_0x366e9d[_0x4d416c(0x16b)][_0x4d416c(0x2a5)](_0x4d416c(0x1a0)));for(const _0x19ef4b of _0x4e3e01){const {subType:_0x1ac6b8,id:_0x27efdd}=this[_0x4d416c(0x1e7)](_0x19ef4b[_0x4d416c(0x16b)]),_0x4f6b0b=_0x1ac6b8[_0x4d416c(0x26f)]('|')[0x0];for(const _0x5b0a12 of this[_0x4d416c(0x11f)]({'skipNotAttached':!0x0}))_0x5b0a12['id']!=_0x27efdd&&_0x4d416c(0x123)==_0x5b0a12[_0x4d416c(0x297)]&&_0x5b0a12[_0x4d416c(0x1b5)]&&_0x5b0a12[_0x4d416c(0x1b5)][_0x4d416c(0x169)]==_0x4f6b0b&&_0x5b0a12[_0x4d416c(0x218)]()[_0x4d416c(0x214)](_0x19ef4b[_0x4d416c(0x1b5)][_0x4d416c(0x17b)])&&(this[_0x4d416c(0x236)](_0x5b0a12,_0x19ef4b[_0x4d416c(0x1b5)][_0x4d416c(0x17b)],_0x225bb3),_0x1b455c=!0x0);}return _0x1b455c;}[_0x154439(0x25e)](_0xacc7c2){const _0x468021=_0x154439;this[_0x468021(0x299)],(this[_0x468021(0x24c)]=!0x0,_0xacc7c2());}[_0x154439(0x1bc)](_0x2b7a58){const _0x14a328=_0x154439,_0x4e1ebc=this[_0x14a328(0x1bf)](_0x2b7a58),_0x3df2f1=this[_0x14a328(0x15b)][_0x14a328(0x173)](_0x2b7a58);return _0x4e1ebc||_0x3df2f1;}[_0x154439(0x1b4)](_0x4cdffa,_0x5c3425){const _0x153445=_0x154439;if(0x0==_0x5c3425[_0x153445(0x210)])return!0x1;let _0xa64bd=!0x1;for(const _0x5b9519 of _0x5c3425){const _0x17b9b6=this[_0x153445(0x1cf)](_0x5b9519[_0x153445(0x111)],_0x153445(0x123))[_0x153445(0x292)](_0x4c6458=>!_0x4c6458[_0x153445(0x1e4)][_0x153445(0x253)])[_0x153445(0x174)](_0x453144=>_0x453144[_0x153445(0x1be)]),_0x490882=_0xff7ae3({'newValue':_0x5b9519[_0x153445(0x1d0)]});_0x17b9b6[_0x153445(0x292)](_0x10ae7c=>{const _0x560d61=_0x153445,[_0xede440,_0x2d4485]=_0x10ae7c[_0x560d61(0x145)][_0x560d61(0x26f)]('|');return _0xede440==_0x5b9519[_0x560d61(0x169)]&&_0x2d4485!=_0x490882;})[_0x153445(0x207)](_0x3df907=>{const _0x4ea87f=_0x153445;this[_0x4ea87f(0x236)](_0x3df907,_0x5b9519[_0x4ea87f(0x111)],_0x4cdffa),_0xa64bd=!0x0;});}return _0xa64bd;}[_0x154439(0x236)](_0x21650e,_0x28e15d,_0x1814cf){const _0x52d7a7=_0x154439,_0x1690a0=_0x21650e[_0x52d7a7(0x218)]()[_0x52d7a7(0x1fc)](_0x28e15d);0x0!==_0x1690a0[_0x52d7a7(0x210)]?0x1!==_0x1690a0[_0x52d7a7(0x210)]?this[_0x52d7a7(0x184)](_0x21650e,_0x28e15d[_0x52d7a7(0x13a)],_0x28e15d[_0x52d7a7(0x263)]):this[_0x52d7a7(0x24a)](_0x21650e,_0x1690a0[0x0]):_0x1814cf[_0x52d7a7(0x12d)](_0x21650e[_0x52d7a7(0x112)]());}}class xt{constructor(_0x48047c){const _0x209731=_0x154439;this[_0x209731(0x17a)]=_0x48047c,this[_0x209731(0x118)]=_0x48047c[_0x209731(0x298)],this[_0x209731(0x262)]=new Map(),this[_0x209731(0x197)]=new Map(),this[_0x209731(0x22a)]();}[_0x154439(0x158)](_0x18c7e6,_0x1cbc1f,_0x2c178d,_0x51832c,_0x598650,_0x2f7e42){const _0x403c43=_0x154439;return new _0x26a934(this[_0x403c43(0x118)],{'type':_0x18c7e6,'subType':_0x1cbc1f,'id':_0x2c178d,'author':_0x51832c,'creator':_0x51832c,'attributes':_0x598650,'onAttributesChange':_0x2f7e42,'onAccept':(..._0x3bbf08)=>this[_0x403c43(0x1ab)](_0x18c7e6,_0x1cbc1f,_0x403c43(0x17e))(..._0x3bbf08),'onDiscard':(..._0x56df1e)=>this[_0x403c43(0x1ab)](_0x18c7e6,_0x1cbc1f,_0x403c43(0x191))(..._0x56df1e)});}[_0x154439(0x16f)](_0x5595be,_0xedfa6,_0xcbf5e6,_0xfaa82){const _0x54134a=_0x154439,_0x5ec0b0=_0x5595be+':'+_0xedfa6+':'+_0xcbf5e6;this[_0x54134a(0x262)][_0x54134a(0x1ca)](_0x5ec0b0,_0xfaa82);}[_0x154439(0x1ab)](_0x39acc6,_0x53d9d4,_0x50abbf){const _0x3f532c=_0x154439,_0x56132e=_0x39acc6+':'+_0x53d9d4+':'+_0x50abbf;return this[_0x3f532c(0x262)][_0x3f532c(0x2b7)](_0x56132e)||this[_0x3f532c(0x197)][_0x3f532c(0x2b7)](_0x39acc6+':'+_0x50abbf);}[_0x154439(0x22a)](){const _0x2f90b7=_0x154439,_0x258d78=()=>!0x1,_0x17e764=_0x2d0b31=>{const _0x1e5480=_0x1ce2;_0x2d0b31[_0x1e5480(0x25b)]((_0x435882,_0x2d4526)=>_0x435882[_0x1e5480(0x13a)][_0x1e5480(0x13e)](_0x2d4526[_0x1e5480(0x13a)])?0x1:-0x1),this[_0x1e5480(0x118)][_0x1e5480(0x1b9)](_0x262054=>{const _0x184160=_0x1e5480;for(const _0x4bd7c9 of _0x2d0b31){let _0x23b2b5;_0x23b2b5=_0x4bd7c9[_0x184160(0x263)][_0x184160(0x17f)]&&_0x4bd7c9[_0x184160(0x263)][_0x184160(0x274)]==_0x4bd7c9[_0x184160(0x13a)][_0x184160(0x14a)]?_0x262054[_0x184160(0x212)](_0x4bd7c9[_0x184160(0x13a)][_0x184160(0x14a)],'on'):_0x262054[_0x184160(0x212)](_0x4bd7c9),this[_0x184160(0x118)][_0x184160(0x2b6)](_0x23b2b5,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x5ef650=(_0x5c4ea3,_0x2df27b)=>{const _0x5c4f62=_0x1ce2;_0x2df27b&&this[_0x5c4f62(0x118)][_0x5c4f62(0x1b9)](_0x27fc82=>{const _0x24f4b6=_0x5c4f62,{commandName:_0xe183b1,commandParams:_0x39784d=[]}=_0x2df27b,_0x2e0009=_0x5c4ea3[_0x24f4b6(0x174)](_0x2b9c68=>(Tt(_0x2b9c68)&&(_0x2b9c68=this[_0x24f4b6(0x118)][_0x24f4b6(0x16a)](_0x2b9c68[_0x24f4b6(0x263)])),_0x2b9c68))[_0x24f4b6(0x292)](_0x234307=>_0x24f4b6(0x11d)!==_0x234307[_0x24f4b6(0x143)][_0x24f4b6(0x164)]);if(_0x2e0009[_0x24f4b6(0x210)]<0x1)return;const _0x5aac47=Array[_0x24f4b6(0x233)](this[_0x24f4b6(0x118)][_0x24f4b6(0x167)][_0x24f4b6(0x296)][_0x24f4b6(0x121)]())[_0x24f4b6(0x174)](_0x221985=>_0x4df010[_0x24f4b6(0x14d)](_0x221985));_0x27fc82[_0x24f4b6(0x1c9)](_0x2e0009);for(const _0xc6e94b of this[_0x24f4b6(0x17a)][_0x24f4b6(0x130)][_0x24f4b6(0x130)]())_0xc6e94b[_0x24f4b6(0x21e)]();_0x39784d[_0x24f4b6(0x12b)]({'forceDefaultExecution':!0x0}),this[_0x24f4b6(0x17a)][_0x24f4b6(0x19b)](_0xe183b1,..._0x39784d);const _0x315642=_0x5aac47[_0x24f4b6(0x292)](_0x5e5622=>_0x24f4b6(0x11d)!=_0x5e5622[_0x24f4b6(0x143)][_0x24f4b6(0x164)]);_0x315642[_0x24f4b6(0x210)]>0x0&&_0x27fc82[_0x24f4b6(0x1c9)](_0x315642);for(const _0x287a69 of _0x5aac47)_0x287a69[_0x24f4b6(0x1a2)]();});},_0x706809=(_0x48f569,_0x3e4e67)=>0x1==_0x48f569[_0x2f90b7(0x210)]&&0x1==_0x3e4e67[_0x2f90b7(0x210)]&&_0x48f569[0x0][_0x2f90b7(0x263)][_0x2f90b7(0x1eb)](_0x3e4e67[0x0][_0x2f90b7(0x13a)]),_0x1cca33=(_0x59dcc4,_0x555b30,_0x2b5e99,_0x4ad352)=>Ft(_0x59dcc4,_0x555b30,_0x2b5e99,_0x4ad352,this[_0x2f90b7(0x118)])?[_0x59dcc4,_0x555b30]:Ft(_0x555b30,_0x59dcc4,_0x4ad352,_0x2b5e99,this[_0x2f90b7(0x118)])?[_0x555b30,_0x59dcc4]:null;this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x23a),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x265),_0x17e764),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x152),_0x706809),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2b2),_0x1cca33),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x13f),_0x17e764),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x162),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2a0),_0x706809),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x245),_0x1cca33),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x196),_0x5ef650),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2a7),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x28c),_0x706809),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x1f8),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2b3),_0x5ef650),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x1a7),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x116),_0x706809),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x250),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x29e),_0x258d78),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x2a3),(_0x37d988,_0x47ae93)=>{const _0x3c10be=_0x2f90b7;if(!_0x47ae93)return;const _0x461d70=this[_0x3c10be(0x17a)][_0x3c10be(0x12f)][_0x3c10be(0x2b7)](p);this[_0x3c10be(0x118)][_0x3c10be(0x1b9)](_0x229b76=>{const _0x47f1b1=_0x3c10be;if(_0x47f1b1(0x157)==_0x47ae93[_0x47f1b1(0x169)])for(const _0x4499c7 of _0x37d988){const _0x28a530=_0x4499c7[_0x47f1b1(0x13a)][_0x47f1b1(0x14a)],_0x905ea7=_0x47ae93[_0x47f1b1(0x2a9)];_0x229b76[_0x47f1b1(0x160)](_0x28a530,_0x905ea7);}else{if(_0x461d70[_0x47f1b1(0x1bf)](_0x47ae93[_0x47f1b1(0x169)])){for(const _0x418724 of _0x37d988)void 0x0!==_0x47ae93[_0x47f1b1(0x2a9)]?_0x229b76[_0x47f1b1(0x159)](_0x47ae93[_0x47f1b1(0x169)],_0x47ae93[_0x47f1b1(0x2a9)],_0x418724[_0x47f1b1(0x13a)][_0x47f1b1(0x14a)]):_0x229b76[_0x47f1b1(0x275)](_0x47ae93[_0x47f1b1(0x169)],_0x418724[_0x47f1b1(0x13a)][_0x47f1b1(0x14a)]);}else{for(const _0x1d5024 of _0x37d988)_0x47ae93[_0x47f1b1(0x2a9)]?_0x229b76[_0x47f1b1(0x159)](_0x47ae93[_0x47f1b1(0x169)],_0x47ae93[_0x47f1b1(0x2a9)],_0x1d5024):_0x229b76[_0x47f1b1(0x275)](_0x47ae93[_0x47f1b1(0x169)],_0x1d5024);}}});}),this[_0x2f90b7(0x197)][_0x2f90b7(0x1ca)](_0x2f90b7(0x280),_0x706809);}}function Rt(_0x8e755f,_0x1b3fa1,_0x4d1ab7){const _0x593827=_0x154439;for(const _0x68bf32 of _0x1b3fa1[_0x593827(0x274)][_0x593827(0x206)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x68bf32[_0x593827(0x143)]==_0x68bf32)return!0x1;if(!_0x4d1ab7[_0x593827(0x135)](_0x68bf32))return!0x1;if(_0x8e755f[_0x593827(0x1d8)](_0x68bf32)||_0x8e755f[_0x593827(0x125)](_0x68bf32))return!0x0;}return!0x1;}function Tt(_0x167aac){const _0x4e2ba9=_0x154439;return _0x167aac[_0x4e2ba9(0x263)][_0x4e2ba9(0x274)]==_0x167aac[_0x4e2ba9(0x13a)][_0x4e2ba9(0x14a)]&&_0x167aac[_0x4e2ba9(0x263)][_0x4e2ba9(0x1c2)];}function Et(_0x6d5483,_0x2a1e0b,_0x26d339,_0x3b9417){const _0x471ead=_0x154439,_0x42971b=_0x92ee0e=>!_0x92ee0e[_0x471ead(0x235)]['is'](_0x471ead(0x225))&&!_0x3b9417[_0x471ead(0x1d8)](_0x92ee0e[_0x471ead(0x235)]),_0x1e69b6=_0x6d5483[_0x471ead(0x13a)][_0x471ead(0x139)](_0x42971b),_0x3fb664=_0x6d5483[_0x471ead(0x263)][_0x471ead(0x139)](_0x42971b,{'direction':_0x471ead(0x1e0)});return(!_0x6d5483[_0x471ead(0x13a)][_0x471ead(0x1eb)](_0x1e69b6)||!_0x6d5483[_0x471ead(0x263)][_0x471ead(0x1eb)](_0x3fb664))&&(_0x1e69b6[_0x471ead(0x13e)](_0x3fb664)?_0x26d339[_0x471ead(0x279)](_0x2a1e0b,{'range':_0x26d339[_0x471ead(0x16a)](_0x1e69b6,_0x3fb664)}):_0x26d339[_0x471ead(0x12d)](_0x2a1e0b),!0x0);}function Vt(_0x14a97c){return _0xff7ae3(_0x14a97c);}function Ut(_0x3bd193){const _0x2c3568=_0x154439,_0x288748=_0x3bd193[_0x2c3568(0x13a)][_0x2c3568(0x14a)];return _0x288748&&_0x288748['is'](_0x2c3568(0x13d));}function _0x1ce2(_0x5b2a76,_0x574fc6){const _0x50e687=_0x50e6();return _0x1ce2=function(_0x1ce2bb,_0x36482c){_0x1ce2bb=_0x1ce2bb-0x10a;let _0x4e8c94=_0x50e687[_0x1ce2bb];return _0x4e8c94;},_0x1ce2(_0x5b2a76,_0x574fc6);}function Ot(_0x1061f0,_0x2efb34){const _0x2de55d=_0x154439;return null==_0x1061f0[_0x2de55d(0x263)][_0x2de55d(0x20a)]&&_0x1061f0[_0x2de55d(0x263)][_0x2de55d(0x274)]==_0x1061f0[_0x2de55d(0x13a)][_0x2de55d(0x14a)]?Gt(_0x1061f0[_0x2de55d(0x13a)][_0x2de55d(0x14a)],_0x2efb34):_0x1061f0;}function Gt(_0x183266,_0x244bf8){const _0x2589b4=_0x154439,_0x281f60=_0x244bf8[_0x2589b4(0x175)][_0x2589b4(0x1d8)](_0x183266)||_0x244bf8[_0x2589b4(0x175)][_0x2589b4(0x223)](_0x183266);return _0x244bf8[_0x2589b4(0x16a)](_0x244bf8[_0x2589b4(0x1cb)](_0x183266,_0x2589b4(0x1ed)),_0x281f60?_0x244bf8[_0x2589b4(0x27b)](_0x183266):_0x244bf8[_0x2589b4(0x1cb)](_0x183266,_0x2589b4(0x263)));}function Ft(_0x5311b3,_0x5b28cd,_0x1a87f3,_0x185bce,_0x447e0a){const _0x52622f=_0x154439;if(!Pt(_0x5311b3,_0x5b28cd))return!0x1;if(_0x1a87f3[_0x52622f(0x263)][_0x52622f(0x1eb)](_0x185bce[_0x52622f(0x13a)]))return!0x0;if(_0x5311b3[_0x52622f(0x297)]!=_0x5b28cd[_0x52622f(0x297)])return!0x1;if(!_0x1a87f3[_0x52622f(0x263)][_0x52622f(0x122)](_0x185bce[_0x52622f(0x13a)]))return!0x1;const _0x8e04f5=_0x447e0a[_0x52622f(0x16a)](_0x1a87f3[_0x52622f(0x263)],_0x185bce[_0x52622f(0x13a)])[_0x52622f(0x247)]();for(const _0x2480ef of _0x8e04f5)if([_0x52622f(0x1c1),_0x52622f(0x1c4)][_0x52622f(0x1b6)](_0x2480ef[_0x52622f(0x297)])&&_0x447e0a[_0x52622f(0x175)][_0x52622f(0x125)](_0x2480ef[_0x52622f(0x235)]))return!0x1;return!0x0;}function Pt(_0x52cf64,_0x2806a9,_0x5f275b=[]){const _0xd4a96b=_0x154439;return!(!_0x52cf64[_0xd4a96b(0x23d)]||!_0x2806a9[_0xd4a96b(0x23d)])&&_0x33664a(_0x1487af(_0x52cf64[_0xd4a96b(0x266)],_0x5f275b),_0x1487af(_0x2806a9[_0xd4a96b(0x266)],_0x5f275b));}function Lt(_0x2c5d17,_0x1c6fa2){const _0x413b75=_0x154439,_0x2ad5a7=Ht(_0x2c5d17[_0x413b75(0x266)]),_0x350207=Ht(_0x1c6fa2);if(!_0x2c5d17[_0x413b75(0x23d)])return!0x1;for(const _0x19a892 of Object[_0x413b75(0x12a)](_0x350207))if(!_0x33664a(_0x2ad5a7[_0x19a892],_0x350207[_0x19a892]))return!0x1;return!0x0;}function Ht(_0x214e95){const _0x48de10=_0x154439,_0x2e54c1=Object[_0x48de10(0x10c)]({},_0x214e95);return delete _0x2e54c1[_0x48de10(0x161)],delete _0x2e54c1[_0x48de10(0x15f)],_0x2e54c1;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x256c4f=_0x4046;function _0x4046(_0x2b7796,_0x5182c9){const _0x18dd36=_0x18dd();return _0x4046=function(_0x404611,_0x1898c3){_0x404611=_0x404611-0xbf;let _0x57aa54=_0x18dd36[_0x404611];return _0x57aa54;},_0x4046(_0x2b7796,_0x5182c9);}(function(_0x1fc02b,_0x5318dd){const _0x3935a=_0x4046,_0x22d529=_0x1fc02b();while(!![]){try{const _0x4607d2=-parseInt(_0x3935a(0x11b))/0x1*(parseInt(_0x3935a(0x10a))/0x2)+-parseInt(_0x3935a(0xfe))/0x3*(parseInt(_0x3935a(0xe0))/0x4)+-parseInt(_0x3935a(0x11c))/0x5*(-parseInt(_0x3935a(0x12a))/0x6)+-parseInt(_0x3935a(0x11a))/0x7+parseInt(_0x3935a(0xec))/0x8+parseInt(_0x3935a(0xe6))/0x9+-parseInt(_0x3935a(0x146))/0xa;if(_0x4607d2===_0x5318dd)break;else _0x22d529['push'](_0x22d529['shift']());}catch(_0x1488d0){_0x22d529['push'](_0x22d529['shift']());}}}(_0x18dd,0x2ca45));import{Plugin as _0x27d6bc}from'ckeditor5/src/core.js';import{Collection as _0x30fff2}from'ckeditor5/src/utils.js';import{ViewModel as _0x543fbc,SplitButtonView as _0xd923c4,createDropdown as _0x530aba,addListToDropdown as _0x147bb}from'ckeditor5/src/ui.js';import{Users as _0x359280,getDateTimeFormatter as _0x5b946d,getAllMarkersDomElementsSorted as _0x4faa31}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x32baa2 from'./trackchangesediting.js';import _0xd2a89b from'./ui/suggestioncontroller.js';import _0x32eb3d from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x244779}from'./utils/common-translations.js';import _0x1c9288 from'../theme/icons/track-changes.svg';function _0x18dd(){const _0x105d23=['pluginName','acceptSelectedSuggestions','commandName','createCommentThreadController','filter','1378856bJdhiM','getMarkers','add','set','trackChanges.SuggestionThreadView','descriptionParts','change:previous','commentThread','addComment','Accept\x20all\x20suggestions','previous','toMany','actionView','requires','comments','TrackChangesUI','map','view','3GBLPLx','_destroyController','refreshSelectedViews','_suggestionToController','init','_bindAnnotationToEditors','editor','_handleControllerBuffer','_descriptionFactory','getMarkerNames','suggestionLoaded','Discard\x20all\x20selected\x20suggestions','31506FvJTIg','_initializeController','listenTo','bind','acceptAllSuggestions','separator','isOn','focus','_updateController','_viewToController','hasSuggestion','source','model','editing','isInContent','config','675052hFJqeN','1hgUYBM','25DbSAUj','length','value','CommentView','discardSelectedSuggestions','SuggestionThreadView','Track\x20changes','reduce','push','destroy','switchbutton','delete','suggestionUnloaded','_unbindEditors','412782USWCuu','trackChanges.disableComments','activeMarkers','Accept\x20all\x20selected\x20suggestions','from','type','size','button','mainView','acceptButton','getAllAdjacentSuggestions','addSourceCollector','discardButton','_createUIButton','some','getByInnerView','stopListening','head','values','registerAnnotation','activeAnnotations','unbind','isEnabled','getDescriptions','get','_refreshActiveMarkers','clear','TrackChangesEditing','3098550tAvIbZ','_disableComments','locale','Discard\x20all\x20suggestions','trackChanges','CommentsRepository','innerView','createAnnotation','getRanges','suggestion-','change:activeAnnotations','isMultiRange','getSuggestion','remove','arrowView','getFirstRange','_handleSuggestionControllerDelayed','execute','suggestionChanged','Annotations','componentFactory','buttonView','plugins','getJoined','commands','comments.maxCommentsWhenCollapsed','keys','lowest','CommentsUI','comments.maxCommentCharsWhenCollapsed','EditorAnnotations','_annotationViews','discardAllSuggestions','define','284860cxniYJ','comments.maxThreadTotalWeight','createAnnotationView','isDirty','comments.editorConfig','has','1437930bZugRD'];_0x18dd=function(){return _0x105d23;};return _0x18dd();}export default class d extends _0x27d6bc{static get[_0x256c4f(0xf9)](){const _0x4258a3=_0x256c4f;return[_0x32baa2,_0x359280,_0x4258a3(0xc3),_0x4258a3(0xd1),_0x4258a3(0xdc)];}static get[_0x256c4f(0xe7)](){const _0x2ff624=_0x256c4f;return _0x2ff624(0xfb);}constructor(_0x3a37db){const _0xdebef3=_0x256c4f;super(_0x3a37db),this[_0xdebef3(0x101)]=new Map(),this[_0xdebef3(0x113)]=new Map(),this[_0xdebef3(0xdd)]=new Map(),this[_0xdebef3(0x105)]=new Map();const _0x334374=this[_0xdebef3(0x104)][_0xdebef3(0x119)];_0x334374[_0xdebef3(0xdf)](_0xdebef3(0xf0),_0x32eb3d),_0x334374[_0xdebef3(0xdf)](_0xdebef3(0x12b),!0x1),this[_0xdebef3(0xbf)]=_0x334374[_0xdebef3(0x142)](_0xdebef3(0x12b));}[_0x256c4f(0xce)](_0x2057f1,_0x37a467){const _0xf83e8=_0x256c4f;0x0===this[_0xf83e8(0x105)][_0xf83e8(0x130)]&&setTimeout(()=>{const _0x2a8824=_0xf83e8;for(const [_0xb6099e,_0x3fcddc]of this[_0x2a8824(0x105)]){const _0x5add65=this[_0x2a8824(0x101)][_0x2a8824(0xe5)](_0xb6099e);_0x5add65||_0x3fcddc?_0x5add65&&_0x3fcddc&&this[_0x2a8824(0xff)](_0xb6099e):this[_0x2a8824(0x10b)](_0xb6099e);}this[_0x2a8824(0x105)][_0x2a8824(0x144)](),this[_0x2a8824(0x104)][_0x2a8824(0xd4)][_0x2a8824(0x142)](_0x2a8824(0xdc))[_0x2a8824(0x100)](),this[_0x2a8824(0x143)]();},0xa),this[_0xf83e8(0x105)][_0xf83e8(0xef)](_0x2057f1,_0x37a467);}[_0x256c4f(0x102)](){const _0x2a5f27=_0x256c4f,_0x4fbec5=this[_0x2a5f27(0x104)],_0x352a7f=_0x4fbec5[_0x2a5f27(0xd4)][_0x2a5f27(0x142)](_0x2a5f27(0x145)),_0x3afa63=_0x4fbec5[_0x2a5f27(0xd4)][_0x2a5f27(0x142)](_0x2a5f27(0xd1)),_0x159dfd=_0x4fbec5[_0x2a5f27(0xd4)][_0x2a5f27(0x142)](_0x2a5f27(0xdc)),_0x3a8228=_0x4fbec5[_0x2a5f27(0xd4)][_0x2a5f27(0x142)](_0x2a5f27(0xc3));_0x4fbec5['ui'][_0x2a5f27(0xd2)][_0x2a5f27(0xee)](_0x2a5f27(0xc2),_0x163f3c=>this[_0x2a5f27(0x137)](_0x163f3c)),_0x159dfd[_0x2a5f27(0x135)](()=>{const _0x50edd0=_0x2a5f27,_0x3498ef=[];for(const [_0x173e06,_0x679f81]of Array[_0x50edd0(0x12e)](this[_0x50edd0(0x101)])){const _0x48bc2b=_0x173e06[_0x50edd0(0x134)](),_0x95b4a=[];for(const _0x21d84e of _0x48bc2b){if(!_0x21d84e[_0x50edd0(0x118)])continue;if(_0x21d84e[_0x50edd0(0xc9)]){_0x95b4a[_0x50edd0(0x124)](..._0x21d84e[_0x50edd0(0xc6)]());continue;}const _0x30e953=_0x21d84e[_0x50edd0(0xcd)]();if(_0x95b4a[_0x50edd0(0x11d)]>0x0){const _0x8e8815=_0x95b4a[0x0][_0x50edd0(0xd5)](_0x30e953);if(_0x8e8815){_0x95b4a[0x0]=_0x8e8815;continue;}}_0x95b4a[_0x50edd0(0x124)](_0x30e953);}_0x3498ef[_0x50edd0(0x124)]([_0x679f81[_0x50edd0(0xfd)],_0x95b4a]);}return _0x3498ef;}),this[_0x2a5f27(0x10c)](_0x352a7f,_0x2a5f27(0x108),(_0x561b25,_0xfb829f)=>{const _0x1b6e7f=_0x2a5f27;this[_0x1b6e7f(0x10c)](_0xfb829f,_0x1b6e7f(0xf2),(_0x1a7c6d,_0x2620e1,_0x523532,_0x527cf5)=>{const _0x1eee6f=_0x1b6e7f;_0xfb829f[_0x1eee6f(0x118)]&&(null==_0x523532?(this[_0x1eee6f(0x112)](_0x527cf5[_0x1eee6f(0x13b)]),this[_0x1eee6f(0xce)](_0xfb829f,!0x1)):(this[_0x1eee6f(0x112)](_0x523532[_0x1eee6f(0x13b)]),null==_0x527cf5&&this[_0x1eee6f(0xce)](_0xfb829f,!0x0)));}),null!==_0xfb829f[_0x1b6e7f(0xf6)]?this[_0x1b6e7f(0x112)](_0xfb829f[_0x1b6e7f(0x13b)]):this[_0x1b6e7f(0xce)](_0xfb829f,!0x1);}),this[_0x2a5f27(0x10c)](_0x352a7f,_0x2a5f27(0x128),(_0xfc25bd,_0x1682d8,_0x17402e)=>{const _0x2a2451=_0x2a5f27;this[_0x2a2451(0x13a)](_0x1682d8,_0x2a2451(0xf2)),this[_0x2a2451(0x105)][_0x2a2451(0x127)](_0x1682d8),this[_0x2a2451(0x101)][_0x2a2451(0xe5)](_0x1682d8)&&this[_0x2a2451(0xff)](_0x1682d8),_0x17402e&&this[_0x2a2451(0x112)](_0x17402e[_0x2a2451(0x13b)]);}),this[_0x2a5f27(0x10c)](_0x352a7f,_0x2a5f27(0xd0),(_0x262e83,_0xcf9d9f)=>{const _0xb91690=_0x2a5f27;this[_0xb91690(0x112)](_0xcf9d9f);}),this[_0x2a5f27(0x10c)](_0x3afa63,_0x2a5f27(0xc8),()=>{const _0x110d3f=_0x2a5f27;this[_0x110d3f(0x143)]();}),this[_0x2a5f27(0x10c)](_0x3a8228,_0x2a5f27(0xf4),(_0x4f7f6b,{threadId:_0x1dc9db,isFromAdapter:_0x106963})=>{const _0x1473f8=_0x2a5f27;if(_0x106963||!_0x352a7f[_0x1473f8(0x114)](_0x1dc9db))return;const _0x37316b=_0x352a7f[_0x1473f8(0xca)](_0x1dc9db);this[_0x1473f8(0x101)][_0x1473f8(0x142)](_0x37316b)[_0x1473f8(0xfd)][_0x1473f8(0x111)]();},{'priority':_0x2a5f27(0xd9)});}[_0x256c4f(0x143)](){const _0x3eadd7=_0x256c4f,_0x3bd154=this[_0x3eadd7(0x104)][_0x3eadd7(0xd4)][_0x3eadd7(0x142)](_0x3eadd7(0xd1)),_0x333d3c=this[_0x3eadd7(0x104)][_0x3eadd7(0xd4)][_0x3eadd7(0x142)](_0x3eadd7(0x145)),_0x1110cf=Array[_0x3eadd7(0x12e)](_0x3bd154[_0x3eadd7(0x13e)],_0x3069bc=>_0x3069bc[_0x3eadd7(0xc4)])[_0x3eadd7(0xeb)](_0x56286f=>this[_0x3eadd7(0x113)][_0x3eadd7(0xe5)](_0x56286f)),_0xb42b19=[];for(const _0x20f1fd of _0x1110cf){const _0x188ae7=this[_0x3eadd7(0x113)][_0x3eadd7(0x142)](_0x20f1fd)[_0x3eadd7(0x116)][_0x3eadd7(0x134)]();_0xb42b19[_0x3eadd7(0x124)](..._0x188ae7[_0x3eadd7(0x123)]((_0x41c325,_0x57e174)=>[..._0x41c325,..._0x57e174[_0x3eadd7(0x107)]()],[]));}_0x333d3c[_0x3eadd7(0x12c)]=_0xb42b19;}[_0x256c4f(0x137)](_0x502322){const _0xeca928=_0x256c4f,_0x5c3639=_0x530aba(_0x502322,_0xd923c4),_0x891b3e=this[_0xeca928(0x104)][_0xeca928(0xd6)][_0xeca928(0x142)](_0xeca928(0xc2)),_0x2da839=_0x244779(_0x502322,_0xeca928(0x122));_0x5c3639[_0xeca928(0xd3)][_0xeca928(0xef)]({'tooltip':_0x2da839,'label':_0x2da839,'icon':_0x1c9288}),_0x5c3639[_0xeca928(0xd3)][_0xeca928(0x10d)](_0xeca928(0x110))['to'](_0x891b3e,_0xeca928(0x11e)),_0x5c3639[_0xeca928(0xd3)]['on'](_0xeca928(0xcf),()=>{const _0x420e01=_0xeca928;_0x891b3e[_0x420e01(0xcf)](),this[_0x420e01(0x104)][_0x420e01(0x117)][_0x420e01(0xfd)][_0x420e01(0x111)]();});const _0x2bd3cb=new _0x30fff2(),_0x3a1884=[{'type':_0xeca928(0x126),'model':{'withText':!0x0,'label':_0x2da839,'commandName':_0xeca928(0xc2)}},{'type':_0xeca928(0x10f)},{'type':_0xeca928(0x131),'model':{'withText':!0x0,'label':_0x244779(_0x502322,_0xeca928(0xf5)),'commandName':_0xeca928(0x10e)}},{'type':_0xeca928(0x131),'model':{'withText':!0x0,'label':_0x244779(_0x502322,_0xeca928(0x12d)),'commandName':_0xeca928(0xe8)}},{'type':_0xeca928(0x131),'model':{'withText':!0x0,'label':_0x244779(_0x502322,_0xeca928(0xc1)),'commandName':_0xeca928(0xde)}},{'type':_0xeca928(0x131),'model':{'withText':!0x0,'label':_0x244779(_0x502322,_0xeca928(0x109)),'commandName':_0xeca928(0x120)}}];for(const _0xd4bf8e of _0x3a1884){let _0xb6c86d={'type':_0xeca928(0x10f)};if(_0xd4bf8e[_0xeca928(0x116)]){const _0x42dfd2=new _0x543fbc(_0xd4bf8e[_0xeca928(0x116)]),_0x43cc95=this[_0xeca928(0x104)][_0xeca928(0xd6)][_0xeca928(0x142)](_0x42dfd2[_0xeca928(0xe9)]);_0x42dfd2[_0xeca928(0x10d)](_0xeca928(0x110),_0xeca928(0x140))['to'](_0x43cc95,_0xeca928(0x11e),_0xeca928(0x140)),_0xb6c86d={'type':_0xd4bf8e[_0xeca928(0x12f)],'model':_0x42dfd2};}_0x2bd3cb[_0xeca928(0xee)](_0xb6c86d);}_0x147bb(_0x5c3639,_0x2bd3cb);const _0x3ac72c=_0x3a1884[_0xeca928(0xeb)](_0x2fcf1c=>null!=_0x2fcf1c[_0xeca928(0x116)])[_0xeca928(0xfc)](_0x333e83=>this[_0xeca928(0x104)][_0xeca928(0xd6)][_0xeca928(0x142)](_0x333e83[_0xeca928(0x116)][_0xeca928(0xe9)])),_0x36ce35=_0x5c3639[_0xeca928(0xd3)];return _0x36ce35[_0xeca928(0xf8)][_0xeca928(0x13f)](_0xeca928(0x140)),_0x36ce35[_0xeca928(0xcc)][_0xeca928(0x13f)](_0xeca928(0x140)),_0x36ce35[_0xeca928(0xf8)][_0xeca928(0x10d)](_0xeca928(0x140))['to'](_0x891b3e,_0xeca928(0x140)),_0x36ce35[_0xeca928(0xcc)][_0xeca928(0x10d)](_0xeca928(0x140))[_0xeca928(0xf7)](_0x3ac72c,_0xeca928(0x140),(..._0x32c517)=>_0x32c517[_0xeca928(0x138)](_0x1316ac=>_0x1316ac)),_0x5c3639['on'](_0xeca928(0xcf),_0xbbc2bf=>{const _0x4098e2=_0xeca928;this[_0x4098e2(0x104)][_0x4098e2(0xcf)](_0xbbc2bf[_0x4098e2(0x115)][_0x4098e2(0xe9)]),this[_0x4098e2(0x104)][_0x4098e2(0x117)][_0x4098e2(0xfd)][_0x4098e2(0x111)]();}),_0x5c3639;}[_0x256c4f(0x10b)](_0x1db238){const _0x278a18=_0x256c4f,_0x754111=this[_0x278a18(0x104)],_0x69e146=_0x754111[_0x278a18(0x119)],_0x3c6614=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0xd1)),_0x246f82=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0xc3)),_0xe00aae=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0xdc)),_0x1e110d=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x359280)['me'],_0x3616f3=_0x69e146[_0x278a18(0x142)](_0x278a18(0xc2))[_0x278a18(0x121)],{CommentsListView:_0x36f93a,CommentThreadInputView:_0x402454}=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0xda));let _0x4a0250,_0xffb85c;this[_0x278a18(0xdd)][_0x278a18(0xe5)](_0x1db238['id'])?(_0xffb85c=this[_0x278a18(0xdd)][_0x278a18(0x142)](_0x1db238['id']),_0x4a0250=_0xffb85c[_0x278a18(0x132)]):(_0x4a0250=new _0x3616f3(_0x754111[_0x278a18(0xc0)],_0x1db238,_0x1e110d,{'disableComments':this[_0x278a18(0xbf)],'editorConfig':_0x69e146[_0x278a18(0x142)](_0x278a18(0xe4)),'maxCommentsWhenCollapsed':_0x69e146[_0x278a18(0x142)](_0x278a18(0xd7)),'maxThreadTotalWeight':_0x69e146[_0x278a18(0x142)](_0x278a18(0xe1)),'maxCommentCharsWhenCollapsed':_0x69e146[_0x278a18(0x142)](_0x278a18(0xdb)),'formatDateTime':_0x5b946d(_0x69e146[_0x278a18(0x142)](_0x278a18(0xc0))),'CommentView':_0x69e146[_0x278a18(0x142)](_0x278a18(0xfa))[_0x278a18(0x11f)],'CommentsListView':_0x36f93a,'CommentThreadInputView':_0x402454}),_0x4a0250[_0x278a18(0x133)]['on'](_0x278a18(0xcf),()=>{const _0x5ca088=_0x278a18;_0x754111[_0x5ca088(0x117)][_0x5ca088(0xfd)][_0x5ca088(0x111)]();}),_0x4a0250[_0x278a18(0x136)]['on'](_0x278a18(0xcf),()=>{const _0x242f66=_0x278a18;_0x754111[_0x242f66(0x117)][_0x242f66(0xfd)][_0x242f66(0x111)]();}),_0xffb85c=_0x3c6614[_0x278a18(0xe2)](this[_0x278a18(0x104)][_0x278a18(0xc0)],_0x4a0250),_0xffb85c[_0x278a18(0x10d)](_0x278a18(0xe3))['to'](_0x4a0250,_0x278a18(0xe3)),_0xffb85c[_0x278a18(0x10d)](_0x278a18(0x11d))['to'](_0x4a0250),_0xffb85c[_0x278a18(0x10d)](_0x278a18(0x12f))['to'](_0x4a0250,_0x278a18(0x12f),_0x35edeb=>_0x278a18(0xc7)+_0x35edeb),this[_0x278a18(0xdd)][_0x278a18(0xef)](_0x1db238['id'],_0xffb85c));const _0x729c20=_0x246f82[_0x278a18(0xea)](_0x1db238[_0x278a18(0xf3)],_0x4a0250),_0x13ce08=new _0xd2a89b(_0x754111,_0x1db238,_0x4a0250,_0x729c20),_0x134865=_0x1db238[_0x278a18(0x134)]()[_0x278a18(0xeb)](_0x27cf86=>_0x27cf86[_0x278a18(0x118)]);_0x4a0250[_0x278a18(0xf1)]=_0x754111[_0x278a18(0xd4)][_0x278a18(0x142)](_0x278a18(0x145))[_0x278a18(0x106)][_0x278a18(0x141)](_0x134865),this[_0x278a18(0x101)][_0x278a18(0xef)](_0x1db238,_0x13ce08),this[_0x278a18(0x113)][_0x278a18(0xef)](_0x4a0250,_0x13ce08);const _0x361f01=_0x3c6614[_0x278a18(0xc5)]({'view':_0xffb85c,'target':()=>{const _0x3c95ad=_0x278a18,_0xfa2234=[],_0x12b90c=_0x1db238[_0x3c95ad(0x134)]()[_0x3c95ad(0xeb)](_0x1680ce=>_0x1680ce[_0x3c95ad(0x118)]);for(const _0x4b5f0e of _0x12b90c)_0xfa2234[_0x3c95ad(0x124)](..._0x4b5f0e[_0x3c95ad(0xed)]());return _0x4faa31(_0x754111[_0x3c95ad(0x117)],_0xfa2234);},'type':()=>_0x278a18(0xc7)+_0x13ce08[_0x278a18(0xfd)][_0x278a18(0x12f)]});_0x246f82[_0x278a18(0x103)](_0x4a0250,_0x361f01),_0x3c6614[_0x278a18(0xee)](_0x361f01),_0xe00aae[_0x278a18(0x13d)](_0x361f01);}[_0x256c4f(0xff)](_0x4e0766){const _0x5d096e=_0x256c4f,_0x1f9e91=this[_0x5d096e(0x104)][_0x5d096e(0xd4)][_0x5d096e(0x142)](_0x5d096e(0xc3)),_0x2f9f4f=this[_0x5d096e(0x104)][_0x5d096e(0xd4)][_0x5d096e(0x142)](_0x5d096e(0xd1)),_0x260156=this[_0x5d096e(0x101)][_0x5d096e(0x142)](_0x4e0766),_0x1e43d9=_0x260156[_0x5d096e(0xfd)],_0x4f6c66=_0x2f9f4f[_0x5d096e(0x139)](_0x1e43d9);_0x1f9e91[_0x5d096e(0x129)](_0x1e43d9),_0x4f6c66&&_0x2f9f4f[_0x5d096e(0xcb)](_0x4f6c66),this[_0x5d096e(0x101)][_0x5d096e(0x127)](_0x4e0766),this[_0x5d096e(0x113)][_0x5d096e(0x127)](_0x1e43d9),_0x260156[_0x5d096e(0x125)]();}[_0x256c4f(0x112)](_0x151504){const _0x5a9cce=_0x256c4f;if(!_0x151504[_0x5a9cce(0x118)]||!this[_0x5a9cce(0x101)][_0x5a9cce(0xe5)](_0x151504))return;const _0x298915=this[_0x5a9cce(0x104)][_0x5a9cce(0xd4)][_0x5a9cce(0x142)](_0x5a9cce(0x145)),_0x1d4b6a=this[_0x5a9cce(0x101)][_0x5a9cce(0x142)](_0x151504),_0x258347=_0x151504[_0x5a9cce(0x134)]();_0x1d4b6a[_0x5a9cce(0xfd)][_0x5a9cce(0xf1)]=_0x298915[_0x5a9cce(0x106)][_0x5a9cce(0x141)](_0x258347);}[_0x256c4f(0x125)](){const _0x467a7e=_0x256c4f;for(const _0x140a36 of this[_0x467a7e(0x101)][_0x467a7e(0xd8)]())this[_0x467a7e(0xff)](_0x140a36);for(const _0x37255b of this[_0x467a7e(0xdd)][_0x467a7e(0x13c)]())_0x37255b[_0x467a7e(0x132)][_0x467a7e(0x125)]();super[_0x467a7e(0x125)]();}}
|
|
23
|
+
const _0x5716ad=_0x8d3e;(function(_0x528d10,_0x4c3a22){const _0x3b0bc6=_0x8d3e,_0x4594ec=_0x528d10();while(!![]){try{const _0x6ce260=parseInt(_0x3b0bc6(0x124))/0x1+-parseInt(_0x3b0bc6(0xc1))/0x2*(parseInt(_0x3b0bc6(0xec))/0x3)+-parseInt(_0x3b0bc6(0xfb))/0x4*(-parseInt(_0x3b0bc6(0x129))/0x5)+-parseInt(_0x3b0bc6(0xd7))/0x6*(parseInt(_0x3b0bc6(0xd5))/0x7)+-parseInt(_0x3b0bc6(0x11d))/0x8+-parseInt(_0x3b0bc6(0xb4))/0x9*(parseInt(_0x3b0bc6(0x12c))/0xa)+-parseInt(_0x3b0bc6(0xbf))/0xb*(-parseInt(_0x3b0bc6(0xde))/0xc);if(_0x6ce260===_0x4c3a22)break;else _0x4594ec['push'](_0x4594ec['shift']());}catch(_0x242f33){_0x4594ec['push'](_0x4594ec['shift']());}}}(_0x580a,0xb247b));import{Plugin as _0x2235bd}from'ckeditor5/src/core.js';import{Collection as _0x337f46}from'ckeditor5/src/utils.js';import{addListToDropdown as _0x3ebd17,createDropdown as _0x4d7408,ListSeparatorView as _0x476df4,MenuBarMenuView as _0x2cdd7a,MenuBarMenuListView as _0x3ede21,MenuBarMenuListItemView as _0x3fe1ec,MenuBarMenuListItemButtonView as _0x1ec023,SplitButtonView as _0xfc2215,ViewModel as _0xb24bcd}from'ckeditor5/src/ui.js';import{Users as _0x1911db,getDateTimeFormatter as _0x310dbf,getAllMarkersDomElementsSorted as _0x3f3ade}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x10a03e from'./trackchangesediting.js';import _0xc4613 from'./ui/suggestioncontroller.js';import _0x4bf010 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x41c0fb}from'./utils/common-translations.js';function _0x580a(){const _0x2ef085=['type','switchbutton','_unbindEditors','_createMenuBarMenu','reduce','buttonView','addComment','22cmFWHi','_destroyController','230zUdcta','delete','descriptionParts','refreshSelectedViews','children','discardSelectedSuggestions','Annotations','requires','commandName','discardAllSuggestions','getByInnerView','destroy','add','_disableComments','remove','toMany','activeMarkers','createAnnotation','activeAnnotations','getDescriptions','140aNvdKb','isMultiRange','238866ptEcJw','comments.editorConfig','change:previous','Discard\x20all\x20suggestions','arrowView','bind','from','12324348GffMjp','getMarkerNames','actionView','value','stopListening','acceptAllSuggestions','filter','plugins','getJoined','unbind','getSuggestion','locale','CommentsRepository','editing','31389RMiwPG','keys','get','has','button','componentFactory','change:activeAnnotations','registerAnnotation','editor','getRanges','set','_initializeController','_handleSuggestionControllerDelayed','values','commands','4900xXNwBf','comments.maxThreadTotalWeight','acceptButton','TrackChangesUI','_addUIComponentsToFactory','_handleControllerBuffer','focus','clear','_descriptionFactory','suggestion-','TrackChangesEditing','SuggestionThreadView','config','_viewToController','Accept\x20all\x20selected\x20suggestions','trackChanges.SuggestionThreadView','lowest','listenTo','execute','menuBar:trackChanges','getMarkers','items','discardButton','push','_updateController','suggestionLoaded','previous','isInContent','commentThread','pluginName','hasSuggestion','isOn','some','suggestionUnloaded','8450480wbrgjp','EditorAnnotations','getAllAdjacentSuggestions','createAnnotationView','_suggestionToController','separator','comments.maxCommentsWhenCollapsed','625266sQAnvn','comments.maxCommentCharsWhenCollapsed','CommentView','define','Accept\x20all\x20suggestions','4630BqyZDe','length','_bindAnnotationToEditors','140ucKNqS','acceptSelectedSuggestions','getFirstRange','view','isDirty','_annotationViews','CommentsUI','panelView','model','innerView','size','source','init','head','trackChanges','Track\x20changes','delegate','mainView','trackChanges.disableComments','_createToolbarButton','createCommentThreadController','isEnabled','suggestionChanged','comments','17784CLWyPj','_refreshActiveMarkers','Discard\x20all\x20selected\x20suggestions','addSourceCollector'];_0x580a=function(){return _0x2ef085;};return _0x580a();}import _0x3b789c from'../theme/icons/track-changes.svg';function _0x8d3e(_0x33d855,_0x507ae1){const _0x580a62=_0x580a();return _0x8d3e=function(_0x8d3ee8,_0x3e6259){_0x8d3ee8=_0x8d3ee8-0xb2;let _0x5c3e56=_0x580a62[_0x8d3ee8];return _0x5c3e56;},_0x8d3e(_0x33d855,_0x507ae1);}export default class d extends _0x2235bd{static get[_0x5716ad(0xc8)](){const _0x4af12a=_0x5716ad;return[_0x10a03e,_0x1911db,_0x4af12a(0xea),_0x4af12a(0xc7),_0x4af12a(0x11e)];}static get[_0x5716ad(0x118)](){const _0x271b06=_0x5716ad;return _0x271b06(0xfe);}constructor(_0x2895a3){const _0x29489e=_0x5716ad;super(_0x2895a3),this[_0x29489e(0x121)]=new Map(),this[_0x29489e(0x108)]=new Map(),this[_0x29489e(0x131)]=new Map(),this[_0x29489e(0x100)]=new Map();const _0x4b37e8=this[_0x29489e(0xf4)][_0x29489e(0x107)];_0x4b37e8[_0x29489e(0x127)](_0x29489e(0x10a),_0x4bf010),_0x4b37e8[_0x29489e(0x127)](_0x29489e(0x13e),!0x1),this[_0x29489e(0xce)]=_0x4b37e8[_0x29489e(0xee)](_0x29489e(0x13e));}[_0x5716ad(0xf8)](_0xc1d73d,_0x219815){const _0x5ab952=_0x5716ad;0x0===this[_0x5ab952(0x100)][_0x5ab952(0x136)]&&setTimeout(()=>{const _0x3ba110=_0x5ab952;for(const [_0x113f60,_0x2fcb48]of this[_0x3ba110(0x100)]){const _0x5d201e=this[_0x3ba110(0x121)][_0x3ba110(0xef)](_0x113f60);_0x5d201e||_0x2fcb48?_0x5d201e&&_0x2fcb48&&this[_0x3ba110(0xc0)](_0x113f60):this[_0x3ba110(0xf7)](_0x113f60);}this[_0x3ba110(0x100)][_0x3ba110(0x102)](),this[_0x3ba110(0xf4)][_0x3ba110(0xe5)][_0x3ba110(0xee)](_0x3ba110(0x11e))[_0x3ba110(0xc4)](),this[_0x3ba110(0xb5)]();},0xa),this[_0x5ab952(0x100)][_0x5ab952(0xf6)](_0xc1d73d,_0x219815);}[_0x5716ad(0x138)](){const _0x15e8b7=_0x5716ad,_0x158279=this[_0x15e8b7(0xf4)],_0x4e48f7=_0x158279[_0x15e8b7(0xe5)][_0x15e8b7(0xee)](_0x15e8b7(0x105)),_0x2b2210=_0x158279[_0x15e8b7(0xe5)][_0x15e8b7(0xee)](_0x15e8b7(0xc7)),_0x52f483=_0x158279[_0x15e8b7(0xe5)][_0x15e8b7(0xee)](_0x15e8b7(0x11e)),_0x4edf25=_0x158279[_0x15e8b7(0xe5)][_0x15e8b7(0xee)](_0x15e8b7(0xea));this[_0x15e8b7(0xff)](),_0x52f483[_0x15e8b7(0xb7)](()=>{const _0x383ccb=_0x15e8b7,_0x1bbe6e=[];for(const [_0x2d6f99,_0x2468ae]of Array[_0x383ccb(0xdd)](this[_0x383ccb(0x121)])){const _0x1b2a6a=_0x2d6f99[_0x383ccb(0x11f)](),_0xbc6c4b=[];for(const _0x520fe2 of _0x1b2a6a){if(!_0x520fe2[_0x383ccb(0x116)])continue;if(_0x520fe2[_0x383ccb(0xd6)]){_0xbc6c4b[_0x383ccb(0x112)](..._0x520fe2[_0x383ccb(0xf5)]());continue;}const _0x2c88ac=_0x520fe2[_0x383ccb(0x12e)]();if(_0xbc6c4b[_0x383ccb(0x12a)]>0x0){const _0x5e81d2=_0xbc6c4b[0x0][_0x383ccb(0xe6)](_0x2c88ac);if(_0x5e81d2){_0xbc6c4b[0x0]=_0x5e81d2;continue;}}_0xbc6c4b[_0x383ccb(0x112)](_0x2c88ac);}_0x1bbe6e[_0x383ccb(0x112)]([_0x2468ae[_0x383ccb(0x12f)],_0xbc6c4b]);}return _0x1bbe6e;}),this[_0x15e8b7(0x10c)](_0x4e48f7,_0x15e8b7(0x114),(_0x5bf46b,_0x8c1b8a)=>{const _0x4a4c1b=_0x15e8b7;this[_0x4a4c1b(0x10c)](_0x8c1b8a,_0x4a4c1b(0xd9),(_0x4acc7e,_0x174ecd,_0x1108f2,_0x38b68e)=>{const _0x1f71cf=_0x4a4c1b;_0x8c1b8a[_0x1f71cf(0x116)]&&(null==_0x1108f2?(this[_0x1f71cf(0x113)](_0x38b68e[_0x1f71cf(0x139)]),this[_0x1f71cf(0xf8)](_0x8c1b8a,!0x1)):(this[_0x1f71cf(0x113)](_0x1108f2[_0x1f71cf(0x139)]),null==_0x38b68e&&this[_0x1f71cf(0xf8)](_0x8c1b8a,!0x0)));}),null!==_0x8c1b8a[_0x4a4c1b(0x115)]?this[_0x4a4c1b(0x113)](_0x8c1b8a[_0x4a4c1b(0x139)]):this[_0x4a4c1b(0xf8)](_0x8c1b8a,!0x1);}),this[_0x15e8b7(0x10c)](_0x4e48f7,_0x15e8b7(0x11c),(_0x5489de,_0x26d686,_0x6a9946)=>{const _0x5b3d71=_0x15e8b7;this[_0x5b3d71(0xe2)](_0x26d686,_0x5b3d71(0xd9)),this[_0x5b3d71(0x100)][_0x5b3d71(0xc2)](_0x26d686),this[_0x5b3d71(0x121)][_0x5b3d71(0xef)](_0x26d686)&&this[_0x5b3d71(0xc0)](_0x26d686),_0x6a9946&&this[_0x5b3d71(0x113)](_0x6a9946[_0x5b3d71(0x139)]);}),this[_0x15e8b7(0x10c)](_0x4e48f7,_0x15e8b7(0xb2),(_0x514736,_0x312df3)=>{const _0x4b6a7c=_0x15e8b7;this[_0x4b6a7c(0x113)](_0x312df3);}),this[_0x15e8b7(0x10c)](_0x2b2210,_0x15e8b7(0xf2),()=>{const _0x4d8c07=_0x15e8b7;this[_0x4d8c07(0xb5)]();}),this[_0x15e8b7(0x10c)](_0x4edf25,_0x15e8b7(0xbe),(_0xca3205,{threadId:_0x7b1ad5,isFromAdapter:_0x16fc42})=>{const _0x29a6ab=_0x15e8b7;if(_0x16fc42||!_0x4e48f7[_0x29a6ab(0x119)](_0x7b1ad5))return;const _0x32d135=_0x4e48f7[_0x29a6ab(0xe8)](_0x7b1ad5);this[_0x29a6ab(0x121)][_0x29a6ab(0xee)](_0x32d135)[_0x29a6ab(0x12f)][_0x29a6ab(0x101)]();},{'priority':_0x15e8b7(0x10b)});}[_0x5716ad(0xb5)](){const _0x434644=_0x5716ad,_0x2b7cff=this[_0x434644(0xf4)][_0x434644(0xe5)][_0x434644(0xee)](_0x434644(0xc7)),_0x5680aa=this[_0x434644(0xf4)][_0x434644(0xe5)][_0x434644(0xee)](_0x434644(0x105)),_0x5e255f=Array[_0x434644(0xdd)](_0x2b7cff[_0x434644(0xd3)],_0x324e94=>_0x324e94[_0x434644(0x135)])[_0x434644(0xe4)](_0x3afc04=>this[_0x434644(0x108)][_0x434644(0xef)](_0x3afc04)),_0x14f2c8=[];for(const _0x63b2e6 of _0x5e255f){const _0x9630d0=this[_0x434644(0x108)][_0x434644(0xee)](_0x63b2e6)[_0x434644(0x134)][_0x434644(0x11f)]();_0x14f2c8[_0x434644(0x112)](..._0x9630d0[_0x434644(0xbc)]((_0x4bec6c,_0x24e3df)=>[..._0x4bec6c,..._0x24e3df[_0x434644(0xdf)]()],[]));}_0x5680aa[_0x434644(0xd1)]=_0x14f2c8;}[_0x5716ad(0xff)](){const _0x4f9b1f=_0x5716ad,_0xbb3182=this[_0x4f9b1f(0xf4)],_0x454868=_0xbb3182[_0x4f9b1f(0xe9)],_0x147e0f=_0x41c0fb(_0x454868,_0x4f9b1f(0x13b)),_0x372a76=new _0x337f46([{'type':_0x4f9b1f(0xb9),'model':new _0xb24bcd({'withText':!0x0,'label':_0x147e0f,'commandName':_0x4f9b1f(0x13a)})},{'type':_0x4f9b1f(0x122)},{'type':_0x4f9b1f(0xf0),'model':new _0xb24bcd({'withText':!0x0,'label':_0x41c0fb(_0x454868,_0x4f9b1f(0x128)),'commandName':_0x4f9b1f(0xe3)})},{'type':_0x4f9b1f(0xf0),'model':new _0xb24bcd({'withText':!0x0,'label':_0x41c0fb(_0x454868,_0x4f9b1f(0x109)),'commandName':_0x4f9b1f(0x12d)})},{'type':_0x4f9b1f(0xf0),'model':new _0xb24bcd({'withText':!0x0,'label':_0x41c0fb(_0x454868,_0x4f9b1f(0xda)),'commandName':_0x4f9b1f(0xca)})},{'type':_0x4f9b1f(0xf0),'model':new _0xb24bcd({'withText':!0x0,'label':_0x41c0fb(_0x454868,_0x4f9b1f(0xb6)),'commandName':_0x4f9b1f(0xc6)})}]);for(const _0x270587 of _0x372a76)if(ae(_0x270587)){const _0x141595=_0xbb3182[_0x4f9b1f(0xfa)][_0x4f9b1f(0xee)](_0x270587[_0x4f9b1f(0x134)][_0x4f9b1f(0xc9)]);_0x270587[_0x4f9b1f(0x134)][_0x4f9b1f(0xdc)](_0x4f9b1f(0x11a),_0x4f9b1f(0x141))['to'](_0x141595,_0x4f9b1f(0xe1),_0x4f9b1f(0x141));}_0xbb3182['ui'][_0x4f9b1f(0xf1)][_0x4f9b1f(0xcd)](_0x4f9b1f(0x13a),_0x438813=>this[_0x4f9b1f(0x13f)](_0x438813,_0x372a76,_0x147e0f)),_0xbb3182['ui'][_0x4f9b1f(0xf1)][_0x4f9b1f(0xcd)](_0x4f9b1f(0x10e),_0x47d8f8=>this[_0x4f9b1f(0xbb)](_0x47d8f8,_0x372a76,_0x147e0f));}[_0x5716ad(0x13f)](_0x138ca6,_0x3f5950,_0x5f45ed){const _0x167ea3=_0x5716ad,_0x26d380=_0x4d7408(_0x138ca6,_0xfc2215),_0x480475=this[_0x167ea3(0xf4)][_0x167ea3(0xfa)][_0x167ea3(0xee)](_0x167ea3(0x13a));_0x26d380[_0x167ea3(0xbd)][_0x167ea3(0xf6)]({'tooltip':_0x5f45ed,'label':_0x5f45ed,'icon':_0x3b789c}),_0x26d380[_0x167ea3(0xbd)][_0x167ea3(0xdc)](_0x167ea3(0x11a))['to'](_0x480475,_0x167ea3(0xe1)),_0x26d380[_0x167ea3(0xbd)]['on'](_0x167ea3(0x10d),()=>{const _0x1a3901=_0x167ea3;_0x480475[_0x1a3901(0x10d)](),this[_0x1a3901(0xf4)][_0x1a3901(0xeb)][_0x1a3901(0x12f)][_0x1a3901(0x101)]();}),_0x3ebd17(_0x26d380,_0x3f5950);const _0xf272ad=[];for(const _0x7a87eb of _0x3f5950)ae(_0x7a87eb)&&_0xf272ad[_0x167ea3(0x112)](this[_0x167ea3(0xf4)][_0x167ea3(0xfa)][_0x167ea3(0xee)](_0x7a87eb[_0x167ea3(0x134)][_0x167ea3(0xc9)]));const _0x34d8fc=_0x26d380[_0x167ea3(0xbd)];return _0x34d8fc[_0x167ea3(0xe0)][_0x167ea3(0xe7)](_0x167ea3(0x141)),_0x34d8fc[_0x167ea3(0xdb)][_0x167ea3(0xe7)](_0x167ea3(0x141)),_0x34d8fc[_0x167ea3(0xe0)][_0x167ea3(0xdc)](_0x167ea3(0x141))['to'](_0x480475,_0x167ea3(0x141)),_0x34d8fc[_0x167ea3(0xdb)][_0x167ea3(0xdc)](_0x167ea3(0x141))[_0x167ea3(0xd0)](_0xf272ad,_0x167ea3(0x141),(..._0x30b255)=>_0x30b255[_0x167ea3(0x11b)](_0x293579=>_0x293579)),_0x26d380['on'](_0x167ea3(0x10d),_0x4458e3=>{const _0x3836c3=_0x167ea3;this[_0x3836c3(0xf4)][_0x3836c3(0x10d)](_0x4458e3[_0x3836c3(0x137)][_0x3836c3(0xc9)]),this[_0x3836c3(0xf4)][_0x3836c3(0xeb)][_0x3836c3(0x12f)][_0x3836c3(0x101)]();}),_0x26d380;}[_0x5716ad(0xbb)](_0x8dd039,_0x82398f,_0x1ec18c){const _0x1128b2=_0x5716ad,_0x19cb22=new _0x2cdd7a(_0x8dd039),_0x5d2875=this[_0x1128b2(0xf4)][_0x1128b2(0xfa)][_0x1128b2(0xee)](_0x1128b2(0x13a));_0x19cb22[_0x1128b2(0xbd)][_0x1128b2(0xf6)]({'label':_0x1ec18c,'icon':_0x3b789c});const _0x168a9d=new _0x3ede21(_0x8dd039);for(const _0xdb01d1 of _0x82398f){if(_0x1128b2(0x122)==_0xdb01d1[_0x1128b2(0xb8)]){_0x168a9d[_0x1128b2(0x110)][_0x1128b2(0xcd)](new _0x476df4(_0x8dd039));continue;}const _0x16f4ce=new _0x3fe1ec(_0x8dd039,_0x19cb22),_0x5617c4=new _0x1ec023(_0x8dd039),_0x2679c5=_0xdb01d1[_0x1128b2(0x134)];_0x5617c4[_0x1128b2(0xdc)](...Object[_0x1128b2(0xed)](_0x2679c5))['to'](_0x2679c5),_0x5617c4[_0x1128b2(0x13c)](_0x1128b2(0x10d))['to'](_0x19cb22),_0x5617c4['on'](_0x1128b2(0x10d),()=>{const _0x57695a=_0x1128b2;this[_0x57695a(0xf4)][_0x57695a(0x10d)](_0x2679c5[_0x57695a(0xc9)]),this[_0x57695a(0xf4)][_0x57695a(0xeb)][_0x57695a(0x12f)][_0x57695a(0x101)]();}),_0x16f4ce[_0x1128b2(0xc5)][_0x1128b2(0xcd)](_0x5617c4),_0x168a9d[_0x1128b2(0x110)][_0x1128b2(0xcd)](_0x16f4ce);}return _0x19cb22[_0x1128b2(0xdc)](_0x1128b2(0x141))['to'](_0x5d2875,_0x1128b2(0x141)),_0x19cb22[_0x1128b2(0x133)][_0x1128b2(0xc5)][_0x1128b2(0xcd)](_0x168a9d),_0x19cb22;}[_0x5716ad(0xf7)](_0x30c386){const _0x1f1be9=_0x5716ad,_0xaecb10=this[_0x1f1be9(0xf4)],_0x1caf4d=_0xaecb10[_0x1f1be9(0x107)],_0x5e7cfd=_0xaecb10[_0x1f1be9(0xe5)][_0x1f1be9(0xee)](_0x1f1be9(0xc7)),_0x5bcf20=_0xaecb10[_0x1f1be9(0xe5)][_0x1f1be9(0xee)](_0x1f1be9(0xea)),_0x204cbf=_0xaecb10[_0x1f1be9(0xe5)][_0x1f1be9(0xee)](_0x1f1be9(0x11e)),_0x4110f9=_0xaecb10[_0x1f1be9(0xe5)][_0x1f1be9(0xee)](_0x1911db)['me'],_0x539b87=_0x1caf4d[_0x1f1be9(0xee)](_0x1f1be9(0x13a))[_0x1f1be9(0x106)],{CommentsListView:_0x5361e7,CommentThreadInputView:_0x57adfb}=_0xaecb10[_0x1f1be9(0xe5)][_0x1f1be9(0xee)](_0x1f1be9(0x132));let _0x3fa511,_0x501b0b;this[_0x1f1be9(0x131)][_0x1f1be9(0xef)](_0x30c386['id'])?(_0x501b0b=this[_0x1f1be9(0x131)][_0x1f1be9(0xee)](_0x30c386['id']),_0x3fa511=_0x501b0b[_0x1f1be9(0x13d)]):(_0x3fa511=new _0x539b87(_0xaecb10[_0x1f1be9(0xe9)],_0x30c386,_0x4110f9,{'disableComments':this[_0x1f1be9(0xce)],'editorConfig':_0x1caf4d[_0x1f1be9(0xee)](_0x1f1be9(0xd8)),'maxCommentsWhenCollapsed':_0x1caf4d[_0x1f1be9(0xee)](_0x1f1be9(0x123)),'maxThreadTotalWeight':_0x1caf4d[_0x1f1be9(0xee)](_0x1f1be9(0xfc)),'maxCommentCharsWhenCollapsed':_0x1caf4d[_0x1f1be9(0xee)](_0x1f1be9(0x125)),'formatDateTime':_0x310dbf(_0x1caf4d[_0x1f1be9(0xee)](_0x1f1be9(0xe9))),'CommentView':_0x1caf4d[_0x1f1be9(0xee)](_0x1f1be9(0xb3))[_0x1f1be9(0x126)],'CommentsListView':_0x5361e7,'CommentThreadInputView':_0x57adfb}),_0x3fa511[_0x1f1be9(0xfd)]['on'](_0x1f1be9(0x10d),()=>{const _0x10f90f=_0x1f1be9;_0xaecb10[_0x10f90f(0xeb)][_0x10f90f(0x12f)][_0x10f90f(0x101)]();}),_0x3fa511[_0x1f1be9(0x111)]['on'](_0x1f1be9(0x10d),()=>{const _0x29e1c2=_0x1f1be9;_0xaecb10[_0x29e1c2(0xeb)][_0x29e1c2(0x12f)][_0x29e1c2(0x101)]();}),_0x501b0b=_0x5e7cfd[_0x1f1be9(0x120)](this[_0x1f1be9(0xf4)][_0x1f1be9(0xe9)],_0x3fa511),_0x501b0b[_0x1f1be9(0xdc)](_0x1f1be9(0x130))['to'](_0x3fa511,_0x1f1be9(0x130)),_0x501b0b[_0x1f1be9(0xdc)](_0x1f1be9(0x12a))['to'](_0x3fa511),_0x501b0b[_0x1f1be9(0xdc)](_0x1f1be9(0xb8))['to'](_0x3fa511,_0x1f1be9(0xb8),_0x5714fd=>_0x1f1be9(0x104)+_0x5714fd),this[_0x1f1be9(0x131)][_0x1f1be9(0xf6)](_0x30c386['id'],_0x501b0b));const _0x27f70d=_0x5bcf20[_0x1f1be9(0x140)](_0x30c386[_0x1f1be9(0x117)],_0x3fa511),_0x563215=new _0xc4613(_0xaecb10,_0x30c386,_0x3fa511,_0x27f70d),_0x2c8cef=_0x30c386[_0x1f1be9(0x11f)]()[_0x1f1be9(0xe4)](_0x34a658=>_0x34a658[_0x1f1be9(0x116)]);_0x3fa511[_0x1f1be9(0xc3)]=_0xaecb10[_0x1f1be9(0xe5)][_0x1f1be9(0xee)](_0x1f1be9(0x105))[_0x1f1be9(0x103)][_0x1f1be9(0xd4)](_0x2c8cef),this[_0x1f1be9(0x121)][_0x1f1be9(0xf6)](_0x30c386,_0x563215),this[_0x1f1be9(0x108)][_0x1f1be9(0xf6)](_0x3fa511,_0x563215);const _0x1549f4=_0x5e7cfd[_0x1f1be9(0xd2)]({'view':_0x501b0b,'target':()=>{const _0x5ad9c1=_0x1f1be9,_0x2098cd=[],_0x3cfe8d=_0x30c386[_0x5ad9c1(0x11f)]()[_0x5ad9c1(0xe4)](_0x17f80e=>_0x17f80e[_0x5ad9c1(0x116)]);for(const _0x541d62 of _0x3cfe8d)_0x2098cd[_0x5ad9c1(0x112)](..._0x541d62[_0x5ad9c1(0x10f)]());return _0x3f3ade(_0xaecb10[_0x5ad9c1(0xeb)],_0x2098cd);},'type':()=>_0x1f1be9(0x104)+_0x563215[_0x1f1be9(0x12f)][_0x1f1be9(0xb8)]});_0x5bcf20[_0x1f1be9(0x12b)](_0x3fa511,_0x1549f4),_0x5e7cfd[_0x1f1be9(0xcd)](_0x1549f4),_0x204cbf[_0x1f1be9(0xf3)](_0x1549f4);}[_0x5716ad(0xc0)](_0x37f134){const _0x15470f=_0x5716ad,_0x1505b1=this[_0x15470f(0xf4)][_0x15470f(0xe5)][_0x15470f(0xee)](_0x15470f(0xea)),_0x48f355=this[_0x15470f(0xf4)][_0x15470f(0xe5)][_0x15470f(0xee)](_0x15470f(0xc7)),_0x2da57c=this[_0x15470f(0x121)][_0x15470f(0xee)](_0x37f134),_0x1ec6df=_0x2da57c[_0x15470f(0x12f)],_0x420cd8=_0x48f355[_0x15470f(0xcb)](_0x1ec6df);_0x1505b1[_0x15470f(0xba)](_0x1ec6df),_0x420cd8&&_0x48f355[_0x15470f(0xcf)](_0x420cd8),this[_0x15470f(0x121)][_0x15470f(0xc2)](_0x37f134),this[_0x15470f(0x108)][_0x15470f(0xc2)](_0x1ec6df),_0x2da57c[_0x15470f(0xcc)]();}[_0x5716ad(0x113)](_0x107cf2){const _0x2bcfd8=_0x5716ad;if(!_0x107cf2[_0x2bcfd8(0x116)]||!this[_0x2bcfd8(0x121)][_0x2bcfd8(0xef)](_0x107cf2))return;const _0x3e0fc5=this[_0x2bcfd8(0xf4)][_0x2bcfd8(0xe5)][_0x2bcfd8(0xee)](_0x2bcfd8(0x105)),_0x5e3824=this[_0x2bcfd8(0x121)][_0x2bcfd8(0xee)](_0x107cf2),_0x2b216c=_0x107cf2[_0x2bcfd8(0x11f)]();_0x5e3824[_0x2bcfd8(0x12f)][_0x2bcfd8(0xc3)]=_0x3e0fc5[_0x2bcfd8(0x103)][_0x2bcfd8(0xd4)](_0x2b216c);}[_0x5716ad(0xcc)](){const _0x106108=_0x5716ad;for(const _0x2864e7 of this[_0x106108(0x121)][_0x106108(0xed)]())this[_0x106108(0xc0)](_0x2864e7);for(const _0x4d601e of this[_0x106108(0x131)][_0x106108(0xf9)]())_0x4d601e[_0x106108(0x13d)][_0x106108(0xcc)]();super[_0x106108(0xcc)]();}}function ae(_0x2a8218){const _0xe626a=_0x5716ad;return _0xe626a(0x134)in _0x2a8218;}
|