@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240414.0 → 0.0.0-nightly-20240416.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/package.json +3 -3
- 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/src/integrations/multilevellist.js +1 -1
- 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.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
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x39d144=_0xecc3;(function(_0x477a55,_0x207855){const _0x5a1a49=_0xecc3,_0x32195e=_0x477a55();while(!![]){try{const _0x1e7baf=parseInt(_0x5a1a49(0x1f8))/0x1*(-parseInt(_0x5a1a49(0x1a2))/0x2)+-parseInt(_0x5a1a49(0x117))/0x3*(-parseInt(_0x5a1a49(0x209))/0x4)+-parseInt(_0x5a1a49(0x1e8))/0x5+parseInt(_0x5a1a49(0x17a))/0x6+parseInt(_0x5a1a49(0x16e))/0x7+parseInt(_0x5a1a49(0x261))/0x8+parseInt(_0x5a1a49(0x216))/0x9;if(_0x1e7baf===_0x207855)break;else _0x32195e['push'](_0x32195e['shift']());}catch(_0x53d13c){_0x32195e['push'](_0x32195e['shift']());}}}(_0x4d19,0xa0a26));import{Plugin as _0x3b548e,PendingActions as _0x52dab1}from'ckeditor5/src/core.js';import{LiveRange as _0x5e0db1}from'ckeditor5/src/engine.js';import{CKEditorError as _0x23c0bf,uid as _0x177d46,priorities as _0x2e53ac,logWarning as _0x4f8393}from'ckeditor5/src/utils.js';import{toWidget as _0x4b210c}from'ckeditor5/src/widget.js';import{Users as _0x5170ca,hashObject as _0x4efcf0,surroundingMarkersDetector as _0x24a818}from'ckeditor5-collaboration/src/collaboration-core.js';import _0xfa903f from'./commands/trackchangescommand.js';import _0x17f007 from'./commands/acceptsuggestioncommand.js';import _0xfd4d25 from'./commands/discardsuggestioncommand.js';import _0x3b472d from'./commands/executeonallsuggestionscommand.js';import _0x447696 from'./commands/executeonselectedsuggestionscommand.js';function _0xecc3(_0x23cd78,_0x245104){const _0x4d1988=_0x4d19();return _0xecc3=function(_0xecc31f,_0x50d5e6){_0xecc31f=_0xecc31f-0x100;let _0x1c10d8=_0x4d1988[_0xecc31f];return _0x1c10d8;},_0xecc3(_0x23cd78,_0x245104);}import _0xfda56f from'./suggestion.js';import _0x5c8aad from'./suggestiondescriptionfactory.js';import _0x57d22b from'./integrations/aiassistant.js';import _0x32a2ba from'./integrations/alignment.js';import _0x274dcc from'./integrations/basicstyles.js';import _0x24c365 from'./integrations/blockquote.js';import _0x18ded6 from'./integrations/casechange.js';import _0xe0044 from'./integrations/ckbox.js';import _0xb378d6 from'./integrations/codeblock.js';import _0x10f767 from'./integrations/comments.js';import _0x28be51 from'./integrations/deletecommand.js';import _0x402b52 from'./integrations/list.js';import _0x2c4501 from'./integrations/listproperties.js';import _0x7546cd from'./integrations/entercommand.js';import _0x5d31c4 from'./integrations/findandreplace.js';import _0xc0bc7 from'./integrations/font.js';import _0x5531c5 from'./integrations/formatpainter.js';import _0x18999f from'./integrations/heading.js';import _0xccde4f from'./integrations/highlight.js';import _0x766bb6 from'./integrations/horizontalline.js';import _0x240949 from'./integrations/htmlembed.js';import _0x262610 from'./integrations/image.js';import _0x422ff2 from'./integrations/imagereplace.js';import _0x7038fe from'./integrations/imagestyle.js';import _0x3648d0 from'./integrations/importword.js';import _0xcddf92 from'./integrations/indent.js';import _0x34daa3 from'./integrations/inputcommand.js';import _0x2ea540 from'./integrations/link.js';import _0x21fe6b from'./integrations/legacylist.js';import _0x23b147 from'./integrations/legacylistproperties.js';import _0x442d8d from'./integrations/mediaembed.js';import _0x277dce from'./integrations/mention.js';import _0x107538 from'./integrations/multilevellist.js';import _0x4764d9 from'./integrations/pagebreak.js';import _0x202e75 from'./integrations/paragraph.js';import _0x1f796b from'./integrations/removeformat.js';import _0x2b57ab from'./integrations/restrictededitingmode.js';import _0x5d3947 from'./integrations/shiftentercommand.js';import _0x47c3b4 from'./integrations/standardeditingmode.js';import _0x8f73d from'./integrations/style.js';import _0x476f3c from'./integrations/table.js';import _0x12bcf5 from'./integrations/tablemergesplit.js';import _0x52c25f from'./integrations/tableheadings.js';import _0x3d13d3 from'./integrations/tableclipboard.js';import _0xfd02c from'./integrations/tablecolumnresize.js';import _0x1d6f64 from'./integrations/template.js';import _0x19b008 from'./integrations/tableofcontents.js';import _0x3f1e18 from'./integrations/title.js';import _0x50b03b from'./integrations/undo.js';import _0x174e98 from'./integrations/tablecaption.js';import _0x4bffd4 from'./integrations/tableproperties.js';import{getTranslation as _0x4398fa}from'./utils/common-translations.js';import{isEqual as _0x4c78d7,omit as _0x768e39}from'lodash-es';export const renameAttributeKey=_0x39d144(0x155);export default class p extends _0x3b548e{static get[_0x39d144(0x28f)](){const _0x2e5f97=_0x39d144;return[_0x2e5f97(0x29b),_0x5170ca,_0x52dab1,_0x57d22b,_0x32a2ba,_0x274dcc,_0x24c365,_0xe0044,_0x18ded6,_0xb378d6,_0x10f767,_0x28be51,_0x7546cd,_0x5d31c4,_0xc0bc7,_0x5531c5,_0x18999f,_0xccde4f,_0x766bb6,_0x240949,_0x262610,_0x7038fe,_0x422ff2,_0x3648d0,_0xcddf92,_0x34daa3,_0x21fe6b,_0x23b147,_0x107538,_0x2ea540,_0x402b52,_0x2c4501,_0x442d8d,_0x277dce,_0x4764d9,_0x202e75,_0x1f796b,_0x2b57ab,_0x5d3947,_0x47c3b4,_0x8f73d,_0x476f3c,_0x12bcf5,_0x52c25f,_0x174e98,_0x3d13d3,_0xfd02c,_0x19b008,_0x4bffd4,_0x1d6f64,_0x3f1e18,_0x50b03b];}static get[_0x39d144(0x18c)](){const _0x584769=_0x39d144;return _0x584769(0x1cc);}constructor(_0x34dd74){const _0x3a6e04=_0x39d144;function _0x5865b9(_0x42fbbe){const _0xc66b42=_0xecc3;return _0x42fbbe[_0xc66b42(0x251)](_0x323e23=>String[_0xc66b42(0x106)](_0x323e23))[_0xc66b42(0x191)]('');}super(_0x34dd74),this[_0x3a6e04(0x29a)]=!0x1,this[_0x3a6e04(0x111)](_0x3a6e04(0x245),[]),this['on'](_0x3a6e04(0x230),(_0xb58fc5,_0x45ef13,_0x5dfc7c,_0x389866)=>{const _0x3feea8=_0x3a6e04;this[_0x3feea8(0x1dc)][_0x3feea8(0x265)](()=>{const _0x4e2196=_0x3feea8;for(const _0x414f7a of[..._0x389866,..._0x5dfc7c])this[_0x4e2196(0x1dc)][_0x4e2196(0x228)][_0x4e2196(0x108)](_0x414f7a)&&_0x34dd74[_0x4e2196(0x173)][_0x4e2196(0x1b2)](_0x414f7a);});}),this[_0x3a6e04(0x14c)]=new _0x5c8aad(this[_0x3a6e04(0x231)][_0x3a6e04(0x294)][_0x3a6e04(0x283)],this[_0x3a6e04(0x231)][_0x3a6e04(0x16c)]),this[_0x3a6e04(0x1a4)]=null,this[_0x3a6e04(0x144)]=new xt(this[_0x3a6e04(0x231)]),this[_0x3a6e04(0x1b8)]=new Map(),this[_0x3a6e04(0x280)]=_0x34dd74[_0x3a6e04(0x1ef)][_0x3a6e04(0x21e)](_0x3a6e04(0x29b)),this[_0x3a6e04(0x14e)]=new Set(),this[_0x3a6e04(0x1dc)]=this[_0x3a6e04(0x231)][_0x3a6e04(0x294)],this[_0x3a6e04(0x282)]=new WeakMap(),this[_0x3a6e04(0x2a5)]=!0x1,this[_0x3a6e04(0x23f)]=new Set([_0x3a6e04(0x155)]),this[_0x3a6e04(0x26c)]=new Set(),_0x34dd74[_0x3a6e04(0x26f)][_0x3a6e04(0x10a)](_0x3a6e04(0x1be),_0x3a6e04(0x152)),this[_0x3a6e04(0x240)]=_0x34dd74[_0x3a6e04(0x26f)][_0x3a6e04(0x21e)](_0x3a6e04(0x1be)),_0x34dd74[_0x3a6e04(0x26f)][_0x3a6e04(0x10a)](_0x3a6e04(0x12b),!0x0),this[_0x3a6e04(0x22f)]=_0x34dd74[_0x3a6e04(0x26f)][_0x3a6e04(0x21e)](_0x3a6e04(0x12b)),this[_0x3a6e04(0x105)]=new _0xfa903f(_0x34dd74,this[_0x3a6e04(0x14e)]),this[_0x3a6e04(0x153)](),this[_0x5865b9([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x5865b9([0x34,0x30,0x34,0x38,0x30,0x38,0x32,0x38]);}[_0x39d144(0x11a)](){const _0x39f10e=_0x39d144,_0x4e4d6c=this[_0x39f10e(0x231)],_0x4cdce7=(_0x474e59,_0x5034f7)=>{const _0x4d9267=_0x39f10e;if(_0x4d9267(0x194)!=_0x474e59)return _0x4d9267(0x18e)+_0x474e59;const _0xa0667d=_0x5034f7[_0x4d9267(0x223)]('|')[0x0];return this[_0x4d9267(0x156)](_0xa0667d)?_0x4d9267(0x250):_0x4d9267(0x1d3);};_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x1c9))[_0x39f10e(0x229)]({'model':_0x39f10e(0x203),'view':_0x4914cb=>{const _0x5d2856=_0x39f10e,{id:_0x47a60b,type:_0x143b8c,subType:_0x1deff3}=this[_0x5d2856(0x2a2)](_0x4914cb[_0x5d2856(0x171)]),_0x242140=[_0x5d2856(0x268),_0x4cdce7(_0x143b8c,_0x1deff3)];let _0x34c615=0xbb8;return this[_0x5d2856(0x245)][_0x5d2856(0x15a)](_0x4914cb[_0x5d2856(0x171)])&&(_0x242140[_0x5d2856(0x1a9)](_0x5d2856(0x1c3)),_0x34c615=0xbc2),_0x5d2856(0x181)==_0x143b8c&&(_0x34c615+=0x5),{'classes':_0x242140,'attributes':{'data-suggestion':_0x47a60b},'priority':_0x34c615};}}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x2a4))[_0x39f10e(0x149)](_0x599b68=>{const _0x1b18b8=_0x39f10e;_0x599b68['on'](_0x1b18b8(0x24c),(_0x1bdf80,_0x3f778a,_0x4b5db6)=>{const _0x8eed1d=_0x1b18b8;if(!_0x4b5db6[_0x8eed1d(0x129)][_0x8eed1d(0x115)])return;const _0x48c5ca=_0x3f778a[_0x8eed1d(0x160)];if(!_0x48c5ca)return;const _0x5c81a0=_0x4b5db6[_0x8eed1d(0x13d)][_0x8eed1d(0x271)](_0x48c5ca);_0x4e4d6c[_0x8eed1d(0x294)][_0x8eed1d(0x283)][_0x8eed1d(0x178)](_0x48c5ca)&&_0x5c81a0&&!_0x5c81a0[_0x8eed1d(0x1ec)](_0x8eed1d(0x13b))&&_0x5c81a0['is'](_0x8eed1d(0x1a1))&&_0x4b210c(_0x5c81a0,_0x4b5db6[_0x8eed1d(0x187)]);},{'priority':_0x1b18b8(0x1df)});}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x2a4))[_0x39f10e(0x229)]({'model':_0x39f10e(0x203),'view':(_0x40c314,_0x402b1b)=>{const _0x552d30=_0x39f10e;if(!_0x402b1b[_0x552d30(0x129)][_0x552d30(0x115)])return null;const {type:_0xb9b1ef,subType:_0x15c45b}=this[_0x552d30(0x2a2)](_0x40c314[_0x552d30(0x171)]);return{'classes':[_0x552d30(0x268),_0x4cdce7(_0xb9b1ef,_0x15c45b)],'priority':0xbb8};}});const _0x53ea95=({showActiveMarkers:_0x5addca=!0x0,isAttributeSuggestion:_0x5ca53b=!0x1}={})=>(_0x661f8,_0x515ca7,_0x2edd0d)=>{const _0x1729d=_0x39f10e;if(!_0x515ca7[_0x1729d(0x160)])return;const {id:_0x5419c0}=this[_0x1729d(0x2a2)](_0x515ca7[_0x1729d(0x171)]);if(_0x5ca53b){const _0x5008d7=this[_0x1729d(0x1b8)][_0x1729d(0x21e)](_0x5419c0),_0x50ba39=this[_0x1729d(0x236)](_0x5008d7);if(!this[_0x1729d(0x156)](_0x50ba39))return;}if(_0x515ca7[_0x1729d(0x160)]['is'](_0x1729d(0x1bb)))return void _0x2edd0d[_0x1729d(0x1e5)][_0x1729d(0x24f)](_0x515ca7[_0x1729d(0x160)],_0x661f8[_0x1729d(0x143)]);const _0x25a95c=_0x2edd0d[_0x1729d(0x13d)][_0x1729d(0x271)](_0x515ca7[_0x1729d(0x160)]);if(_0x515ca7[_0x1729d(0x160)]['is'](_0x1729d(0x161))&&_0x4e4d6c[_0x1729d(0x294)][_0x1729d(0x283)][_0x1729d(0x151)](_0x515ca7[_0x1729d(0x160)])&&!_0x25a95c[_0x1729d(0x1ec)](_0x1729d(0x123))){_0x2edd0d[_0x1729d(0x187)][_0x1729d(0x1fb)]([_0x1729d(0x268),_0x1729d(0x250)],_0x25a95c),_0x2edd0d[_0x1729d(0x187)][_0x1729d(0x28e)](_0x1729d(0x27f),_0x5419c0,_0x25a95c),_0x2edd0d[_0x1729d(0x13d)][_0x1729d(0x256)](_0x25a95c,_0x515ca7[_0x1729d(0x171)]),_0x5addca&&(this[_0x1729d(0x245)][_0x1729d(0x15a)](_0x515ca7[_0x1729d(0x171)])?_0x2edd0d[_0x1729d(0x187)][_0x1729d(0x1fb)](_0x1729d(0x1c3),_0x25a95c):_0x2edd0d[_0x1729d(0x187)][_0x1729d(0x1e9)](_0x1729d(0x1c3),_0x25a95c));for(const _0x3777e5 of _0x4e4d6c[_0x1729d(0x294)][_0x1729d(0x1d4)](_0x515ca7[_0x1729d(0x160)])[_0x1729d(0x17e)]())_0x2edd0d[_0x1729d(0x1e5)][_0x1729d(0x24f)](_0x3777e5,_0x661f8[_0x1729d(0x143)]);_0x2edd0d[_0x1729d(0x1e5)][_0x1729d(0x24f)](_0x515ca7[_0x1729d(0x160)],_0x661f8[_0x1729d(0x143)]);}};_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x2a4))[_0x39f10e(0x149)](_0x18a0ae=>{const _0x2b4d3f=_0x39f10e;_0x18a0ae['on'](_0x2b4d3f(0x258),(_0x535bed,_0x181eb7,_0x2ecee7)=>{const _0x5a0f31=_0x2b4d3f;_0x2ecee7[_0x5a0f31(0x129)][_0x5a0f31(0x115)]&&_0x53ea95({'showActiveMarkers':!0x1})(_0x535bed,_0x181eb7,_0x2ecee7);},{'priority':_0x2b4d3f(0x1b5)});}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x2a4))[_0x39f10e(0x149)](_0x2ff9ec=>{const _0x3dfa28=_0x39f10e;_0x2ff9ec['on'](_0x3dfa28(0x186),(_0x1c3840,_0x10e3e1,_0x2a4b48)=>{const _0x3c2f43=_0x3dfa28;_0x2a4b48[_0x3c2f43(0x129)][_0x3c2f43(0x115)]&&_0x53ea95({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x1c3840,_0x10e3e1,_0x2a4b48);},{'priority':_0x3dfa28(0x1b5)});}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x2a4))[_0x39f10e(0x110)]({'model':_0x39f10e(0x203),'view':(_0x46d3a9,_0x40e6aa)=>_0x40e6aa[_0x39f10e(0x129)][_0x39f10e(0x115)]?null:{'group':_0x39f10e(0x203),'name':_0x46d3a9[_0x39f10e(0x114)](0xb)}}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x1ac))[_0x39f10e(0x119)]({'view':{'name':_0x39f10e(0x203),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x54cbc3,{writer:_0x356b2f})=>{const _0x37bd89=_0x39f10e;let _0x2aef71=_0x37bd89(0x116)+_0x54cbc3[_0x37bd89(0x233)](_0x37bd89(0x157))+':'+_0x54cbc3[_0x37bd89(0x233)]('id');return _0x54cbc3[_0x37bd89(0x233)](_0x37bd89(0x1ae))&&(_0x2aef71+=':'+_0x54cbc3[_0x37bd89(0x233)](_0x37bd89(0x1ae))),_0x356b2f[_0x37bd89(0x1f2)](_0x37bd89(0x104),{'data-name':_0x2aef71});}}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x1ac))[_0x39f10e(0x23d)]({'view':_0x39f10e(0x203)}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x1c9))[_0x39f10e(0x149)](_0x2e0e54=>{const _0x338516=_0x39f10e;_0x2e0e54['on'](_0x338516(0x258),_0x53ea95(),{'priority':_0x338516(0x1df)});}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x1c9))[_0x39f10e(0x149)](_0x458330=>{const _0x225d5d=_0x39f10e;_0x458330['on'](_0x225d5d(0x186),_0x53ea95({'isAttributeSuggestion':!0x0}),{'priority':_0x225d5d(0x1df)});}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x1c9))[_0x39f10e(0x149)](_0x3d98a3=>{const _0x34d041=_0x39f10e;_0x3d98a3['on'](_0x34d041(0x1bc),(_0x16e9b0,_0x532ce0,_0x1fbcd7)=>{const _0x50a862=_0x34d041,_0x16b069=_0x1fbcd7[_0x50a862(0x13d)][_0x50a862(0x10e)](_0x532ce0[_0x50a862(0x171)]);if(_0x16b069){for(const _0x2669f5 of _0x16b069)_0x2669f5[_0x50a862(0x1ec)](_0x50a862(0x123))||(_0x1fbcd7[_0x50a862(0x187)][_0x50a862(0x1e9)]([_0x50a862(0x268),_0x50a862(0x250),_0x50a862(0x1c3)],_0x2669f5),_0x1fbcd7[_0x50a862(0x187)][_0x50a862(0x12f)](_0x50a862(0x27f),_0x2669f5),_0x1fbcd7[_0x50a862(0x13d)][_0x50a862(0x16d)](_0x2669f5,_0x532ce0[_0x50a862(0x171)]));}},{'priority':_0x34d041(0x1df)});}),_0x4e4d6c[_0x39f10e(0x2ad)][_0x39f10e(0x13e)](_0x39f10e(0x1c9))[_0x39f10e(0x149)](_0x312a7d=>{const _0x236bb9=_0x39f10e;_0x312a7d['on'](_0x236bb9(0x239),(_0x1a2705,_0x350968,_0x539805)=>{const _0x77f68f=_0x236bb9,_0x2a8772=_0x539805[_0x77f68f(0x13d)][_0x77f68f(0x10e)](_0x350968[_0x77f68f(0x171)]);if(!_0x2a8772)return;const {id:_0x1a8d4a}=this[_0x77f68f(0x2a2)](_0x350968[_0x77f68f(0x171)]),_0x11211d=this[_0x77f68f(0x1b8)][_0x77f68f(0x21e)](_0x1a8d4a),_0x5760a2=this[_0x77f68f(0x236)](_0x11211d);if(this[_0x77f68f(0x156)](_0x5760a2)){for(const _0x4f2db8 of _0x2a8772)_0x4f2db8[_0x77f68f(0x1ec)](_0x77f68f(0x123))||(_0x539805[_0x77f68f(0x187)][_0x77f68f(0x1e9)]([_0x77f68f(0x268),_0x77f68f(0x250),_0x77f68f(0x1c3)],_0x4f2db8),_0x539805[_0x77f68f(0x187)][_0x77f68f(0x12f)](_0x77f68f(0x27f),_0x4f2db8),_0x539805[_0x77f68f(0x13d)][_0x77f68f(0x16d)](_0x4f2db8,_0x350968[_0x77f68f(0x171)]));}},{'priority':_0x236bb9(0x1df)});}),_0x4e4d6c[_0x39f10e(0x294)][_0x39f10e(0x2ac)][_0x39f10e(0x1b0)](_0x25fef3=>{const _0x49d7e7=_0x39f10e;let _0x385b82=!0x1;const _0x80db49=Array[_0x49d7e7(0x26b)](_0x4e4d6c[_0x49d7e7(0x294)][_0x49d7e7(0x2ac)][_0x49d7e7(0x1e3)][_0x49d7e7(0x249)]()),_0xafaf7b=new Set();for(const {name:_0x15da63,data:_0x3c4b68}of _0x80db49){const {group:_0x3ffc18,type:_0xb521e6,subType:_0x1b2cc5,id:_0x287338}=this[_0x49d7e7(0x2a2)](_0x15da63);if(_0x49d7e7(0x203)!==_0x3ffc18)continue;const _0x384120=this[_0x49d7e7(0x1b8)][_0x49d7e7(0x21e)](_0x287338);if(null!=_0x3c4b68[_0x49d7e7(0x109)]){_0x49d7e7(0x167)==_0xb521e6&&(_0x385b82=_0x385b82||Et(_0x3c4b68[_0x49d7e7(0x109)],_0x15da63,_0x25fef3,_0x4e4d6c[_0x49d7e7(0x294)][_0x49d7e7(0x283)]));const _0x4636cf=_0x49d7e7(0x194)==_0xb521e6&&this[_0x49d7e7(0x156)](_0x1b2cc5[_0x49d7e7(0x223)]('|')[0x0]);if(_0x3c4b68[_0x49d7e7(0x109)][_0x49d7e7(0x14d)]||_0x49d7e7(0x219)==_0x3c4b68[_0x49d7e7(0x109)][_0x49d7e7(0x262)][_0x49d7e7(0x1b1)]||_0x49d7e7(0x141)==_0xb521e6&&!Ut(_0x3c4b68[_0x49d7e7(0x109)])||_0x4636cf&&!Ut(_0x3c4b68[_0x49d7e7(0x109)])||_0x49d7e7(0x181)==_0xb521e6&&!(!Tt(_0x1481b1=_0x3c4b68[_0x49d7e7(0x109)])&&!function(_0x1707aa){const _0x24c3aa=_0x49d7e7;return _0x1707aa[_0x24c3aa(0x179)][_0x24c3aa(0x1fd)]==_0x1707aa[_0x24c3aa(0x1f6)][_0x24c3aa(0x1b3)]&&_0x1707aa[_0x24c3aa(0x179)][_0x24c3aa(0x20e)];}(_0x1481b1)))_0x25fef3[_0x49d7e7(0x183)](_0x15da63),_0x385b82=!0x0;else{if(!_0x384120||!_0x384120[_0x49d7e7(0x1cb)])continue;_0xafaf7b[_0x49d7e7(0x149)](_0x384120);}}}var _0x1481b1;return _0xafaf7b[_0x49d7e7(0x190)]>0x0&&(_0x385b82=!!this[_0x49d7e7(0x297)](_0xafaf7b)||_0x385b82),_0x385b82;}),_0x4e4d6c[_0x39f10e(0x294)][_0x39f10e(0x2ac)][_0x39f10e(0x1b0)](_0x430a97=>{const _0x270fa3=_0x39f10e;let _0x1a81f3=!0x1;for(const _0x26275c of _0x4e4d6c[_0x270fa3(0x294)][_0x270fa3(0x2ac)][_0x270fa3(0x1e3)][_0x270fa3(0x127)]())if(_0x270fa3(0x11f)==_0x26275c[_0x270fa3(0x184)])for(const _0x5a4809 of this[_0x270fa3(0x1b8)][_0x270fa3(0x266)]()){if(_0x5a4809[_0x270fa3(0x182)]||!_0x5a4809[_0x270fa3(0x1cb)])continue;const _0x4ed092=_0x270fa3(0x141)==_0x5a4809[_0x270fa3(0x184)],_0x1c08a4=this[_0x270fa3(0x236)](_0x5a4809),_0x2b35a5=_0x1c08a4&&this[_0x270fa3(0x156)](_0x1c08a4);if(!_0x4ed092&&!_0x2b35a5)continue;const _0x27d962=_0x5a4809[_0x270fa3(0x1ee)]();if(_0x27d962[_0x270fa3(0x179)][_0x270fa3(0x1fd)]!=_0x27d962[_0x270fa3(0x1f6)][_0x270fa3(0x1fd)]&&!_0x27d962[_0x270fa3(0x1f6)][_0x270fa3(0x20e)]){const _0x132c75=_0x4e4d6c[_0x270fa3(0x294)][_0x270fa3(0x267)](_0x27d962[_0x270fa3(0x179)][_0x270fa3(0x242)],_0x270fa3(0x1f6)),_0x126f2a=_0x4e4d6c[_0x270fa3(0x294)][_0x270fa3(0x147)](_0x27d962[_0x270fa3(0x179)],_0x132c75);_0x430a97[_0x270fa3(0x2a3)](_0x5a4809[_0x270fa3(0x1f4)](),{'range':_0x126f2a}),_0x1a81f3=!0x0;}}return _0x1a81f3;}),_0x4e4d6c[_0x39f10e(0x294)][_0x39f10e(0x2ac)][_0x39f10e(0x1b0)](_0x2d3ba4=>this[_0x39f10e(0x15e)](_0x2d3ba4)),_0x4e4d6c[_0x39f10e(0x294)][_0x39f10e(0x2ac)][_0x39f10e(0x1b0)](_0x2fe47b=>!_0x2fe47b[_0x39f10e(0x1f9)][_0x39f10e(0x17f)]&&this[_0x39f10e(0x215)](_0x2fe47b)),_0x4e4d6c[_0x39f10e(0x294)]['on'](_0x39f10e(0x22d),()=>{const _0x83f6ae=_0x39f10e;this[_0x83f6ae(0x29a)]=!0x1;}),_0x4e4d6c[_0x39f10e(0x294)][_0x39f10e(0x2ac)]['on'](_0x39f10e(0x180),(_0x50ab86,_0xebe124)=>{const _0x3df519=_0x39f10e;if(!_0xebe124[_0x3df519(0x17f)]||_0xebe124[_0x3df519(0x1d0)])return;if(!this[_0x3df519(0x29a)])return;const _0x2bf26b=_0x4e4d6c[_0x3df519(0x294)][_0x3df519(0x2ac)][_0x3df519(0x1e3)][_0x3df519(0x127)]();if(0x0==_0x2bf26b[_0x3df519(0x21a)])return;const _0x296648=[],_0x394ff8=_0x2bf26b[_0x3df519(0x2a1)](_0x559fcd=>_0x3df519(0x194)==_0x559fcd[_0x3df519(0x184)]),_0x16008c=_0x2bf26b[_0x3df519(0x2a1)](_0x4f74db=>_0x3df519(0x11f)==_0x4f74db[_0x3df519(0x184)]&&_0x3df519(0x210)!=_0x4f74db[_0x3df519(0x143)]),_0x2a533f=_0x2bf26b[_0x3df519(0x2a1)](_0x49923d=>_0x3df519(0x227)==_0x49923d[_0x3df519(0x184)]&&_0x3df519(0x210)!=_0x49923d[_0x3df519(0x143)]);for(const _0x2e3401 of _0x394ff8)this[_0x3df519(0x295)](_0x2e3401[_0x3df519(0x14b)])&&_0x296648[_0x3df519(0x1a9)]({'key':_0x2e3401[_0x3df519(0x14b)],'newValue':_0x2e3401[_0x3df519(0x1d9)],'oldValue':_0x2e3401[_0x3df519(0x125)],'range':Ot(_0x2e3401[_0x3df519(0x1bf)],_0x4e4d6c[_0x3df519(0x294)])});for(const _0x4f9a97 of _0x16008c){const _0x1cb2df=_0x2a533f[_0x3df519(0x154)](_0x4ce1ab=>_0x4ce1ab[_0x3df519(0x23e)]===_0x4f9a97[_0x3df519(0x23e)]);if(_0x1cb2df){const _0x39f1c4=Gt(_0x4f9a97[_0x3df519(0x120)][_0x3df519(0x242)],_0x4e4d6c[_0x3df519(0x294)]);_0x1cb2df[_0x3df519(0x143)]!==_0x4f9a97[_0x3df519(0x143)]&&_0x296648[_0x3df519(0x1a9)]({'key':_0x3df519(0x155),'newValue':_0x4f9a97[_0x3df519(0x143)],'oldValue':_0x1cb2df[_0x3df519(0x143)],'range':_0x39f1c4});for(const [_0x42544b,_0x55a02]of _0x1cb2df[_0x3df519(0x2a8)]){if(!this[_0x3df519(0x295)](_0x42544b))continue;const _0x49b4c8=_0x4f9a97[_0x3df519(0x2a8)][_0x3df519(0x21e)](_0x42544b);_0x55a02!==_0x49b4c8&&_0x296648[_0x3df519(0x1a9)]({'key':_0x42544b,'newValue':_0x49b4c8,'oldValue':_0x55a02,'range':_0x39f1c4});}for(const [_0x15b142,_0x5b2d63]of _0x4f9a97[_0x3df519(0x2a8)])this[_0x3df519(0x295)](_0x15b142)&&(_0x1cb2df[_0x3df519(0x2a8)][_0x3df519(0x108)](_0x15b142)||_0x296648[_0x3df519(0x1a9)]({'key':_0x15b142,'newValue':_0x5b2d63,'oldValue':null,'range':_0x39f1c4}));}}0x0!=_0x296648[_0x3df519(0x21a)]&&_0x4e4d6c[_0x3df519(0x294)][_0x3df519(0x29d)](_0xebe124,_0x232dd1=>{const _0x5e011a=_0x3df519,_0x439228=_0x177d46();for(const {range:_0x3721e7,key:_0x4d65f6,oldValue:_0x1c7724,newValue:_0x1dffb5}of _0x296648)this[_0x5e011a(0x134)](_0x3721e7,_0x4d65f6,_0x1c7724,_0x1dffb5,{'groupId':_0x439228});this[_0x5e011a(0x13f)](_0x232dd1,_0x296648);});},{'priority':_0x39f10e(0x281)}),_0x4e4d6c[_0x39f10e(0x294)][_0x39f10e(0x228)]['on'](_0x39f10e(0x212),(_0x580ae9,_0x2a5cb5,_0x7aedff)=>{const _0xda73a5=_0x39f10e;if(null==_0x7aedff){const {id:_0x2cbab0}=this[_0xda73a5(0x2a2)](_0x2a5cb5[_0xda73a5(0x143)]),_0x40e448=this[_0xda73a5(0x1b8)][_0xda73a5(0x21e)](_0x2cbab0);_0x40e448&&_0x40e448[_0xda73a5(0x2ab)](_0x2a5cb5[_0xda73a5(0x143)]);}}),_0x4e4d6c[_0x39f10e(0x294)][_0x39f10e(0x2ac)]['on'](_0x39f10e(0x180),()=>{const _0x54decd=_0x39f10e,_0xfca2d9=Array[_0x54decd(0x26b)](_0x4e4d6c[_0x54decd(0x294)][_0x54decd(0x2ac)][_0x54decd(0x1e3)][_0x54decd(0x249)]())[_0x54decd(0x2a1)](_0xa7faa=>_0x54decd(0x203)===this[_0x54decd(0x2a2)](_0xa7faa[_0x54decd(0x143)])[_0x54decd(0x196)]);if(0x0===_0xfca2d9[_0x54decd(0x21a)])return;_0xfca2d9[_0x54decd(0x1ad)]((_0x53d88c,_0x373e07)=>{const _0x3199a0=_0x54decd,_0x39ad0f=_0x53d88c[_0x3199a0(0x23b)][_0x3199a0(0x170)],_0x2a8eb8=_0x373e07[_0x3199a0(0x23b)][_0x3199a0(0x170)];return null===_0x39ad0f&&null===_0x2a8eb8?0x0:null===_0x39ad0f&&null!==_0x2a8eb8?-0x1:null!==_0x39ad0f&&null===_0x2a8eb8?0x1:_0x39ad0f[_0x3199a0(0x179)][_0x3199a0(0x163)](_0x2a8eb8[_0x3199a0(0x179)])?-0x1:0x1;});const _0x291ad5=new Set(),_0x50c1c5=new Set();for(const {name:_0x3c1762,data:_0x197cae}of _0xfca2d9){const {id:_0x26c557}=this[_0x54decd(0x2a2)](_0x3c1762);if(null===_0x197cae[_0x54decd(0x170)]){const _0x1482e9=this[_0x54decd(0x24e)](_0x3c1762);_0x50c1c5[_0x54decd(0x149)](_0x1482e9);}else{const _0x36ae6c=this[_0x54decd(0x1b8)][_0x54decd(0x21e)](_0x26c557);null!==_0x197cae[_0x54decd(0x109)]||_0x36ae6c[_0x54decd(0x1cb)]?(_0x291ad5[_0x54decd(0x149)](_0x36ae6c[_0x54decd(0x286)]),_0x50c1c5[_0x54decd(0x149)](_0x36ae6c)):this[_0x54decd(0x29f)](_0x36ae6c);}}_0x50c1c5[_0x54decd(0x190)]>0x0&&this[_0x54decd(0x1a8)](_0x50c1c5);for(const _0xe08e94 of _0x291ad5)this[_0x54decd(0x241)](_0x54decd(0x26e),_0xe08e94);}),_0x4e4d6c[_0x39f10e(0x294)]['on'](_0x39f10e(0x1e2),(_0x3d660d,_0xba7c67)=>{const _0x5d6beb=_0x39f10e,_0x51b2f8=_0xba7c67[0x0];if(!this[_0x5d6beb(0x1b8)][_0x5d6beb(0x190)])return;if(!_0x51b2f8[_0x5d6beb(0x27a)])return;if(_0x51b2f8[_0x5d6beb(0x1f9)][_0x5d6beb(0x1d0)]||!_0x51b2f8[_0x5d6beb(0x1f9)][_0x5d6beb(0x17f)])return;let _0x56a78d,_0x5ef0e0;switch(_0x51b2f8[_0x5d6beb(0x184)]){case _0x5d6beb(0x11f):_0x56a78d=_0x4e4d6c[_0x5d6beb(0x294)][_0x5d6beb(0x267)](_0x51b2f8[_0x5d6beb(0x120)]),_0x5ef0e0=_0x56a78d[_0x5d6beb(0x24d)](_0x51b2f8[_0x5d6beb(0x21f)]);break;case _0x5d6beb(0x223):_0x56a78d=_0x4e4d6c[_0x5d6beb(0x294)][_0x5d6beb(0x267)](_0x51b2f8[_0x5d6beb(0x252)]),_0x5ef0e0=_0x4e4d6c[_0x5d6beb(0x294)][_0x5d6beb(0x267)](_0x51b2f8[_0x5d6beb(0x244)]);break;case _0x5d6beb(0x28b):_0x56a78d=_0x4e4d6c[_0x5d6beb(0x294)][_0x5d6beb(0x267)](_0x51b2f8[_0x5d6beb(0x284)]),_0x5ef0e0=_0x56a78d[_0x5d6beb(0x24d)](_0x51b2f8[_0x5d6beb(0x21f)]);break;default:return;}const _0x280f3f=_0x4e4d6c[_0x5d6beb(0x294)][_0x5d6beb(0x147)](_0x56a78d,_0x5ef0e0);_0x4e4d6c[_0x5d6beb(0x294)][_0x5d6beb(0x265)](()=>{const _0x587999=_0x5d6beb;for(const {suggestion:_0x201c15,meta:_0x4e9448}of this[_0x587999(0x133)](_0x280f3f)){if(_0x201c15[_0x587999(0x182)])continue;if(_0x587999(0x167)==_0x201c15[_0x587999(0x184)])continue;const _0x591513=this[_0x587999(0x236)](_0x201c15);if(_0x591513&&this[_0x587999(0x156)](_0x591513)&&_0x587999(0x223)!=_0x51b2f8[_0x587999(0x184)])continue;const _0x4e7e3b=_0x201c15[_0x587999(0x23b)]&&_0x201c15[_0x587999(0x23b)][_0x587999(0x12c)];(_0x587999(0x141)!=_0x201c15[_0x587999(0x184)]||_0x587999(0x223)==_0x51b2f8[_0x587999(0x184)]&&!_0x4e7e3b)&&(_0x4e9448[_0x587999(0x126)]||_0x587999(0x2a7)==_0x201c15[_0x587999(0x184)]&&_0x4e9448[_0x587999(0x279)]||_0x201c15[_0x587999(0x1ee)]()[_0x587999(0x121)](_0x280f3f)&&this[_0x587999(0x1ca)](_0x201c15,_0x56a78d,_0x5ef0e0));}});},{'priority':_0x39f10e(0x281)}),_0x4e4d6c[_0x39f10e(0x294)]['on'](_0x39f10e(0x1eb),(_0x5442d4,_0x126a23)=>{const _0x5ef878=_0x39f10e,_0x112f4e=_0x126a23[0x0],_0xf79e75=_0x126a23[0x1];if(_0xf79e75&&_0xf79e75[_0x5ef878(0x1cd)])return;if(this[_0x5ef878(0x2a5)])return;if(!this[_0x5ef878(0x105)][_0x5ef878(0x130)])return;if(_0x112f4e[_0x5ef878(0x14d)])return;const _0x514c5b=_0x4e4d6c[_0x5ef878(0x294)][_0x5ef878(0x283)],{start:_0x22ca71,end:_0x48cefa}=_0x112f4e[_0x5ef878(0x1ee)](),_0x2f9a6e=_0x22ca71[_0x5ef878(0x242)]&&_0x514c5b[_0x5ef878(0x248)](_0x22ca71[_0x5ef878(0x242)])?null:_0x514c5b[_0x5ef878(0x25c)](_0x22ca71,_0x5ef878(0x145)),_0x480239=_0x48cefa[_0x5ef878(0x1b3)]&&_0x514c5b[_0x5ef878(0x248)](_0x48cefa[_0x5ef878(0x1b3)])?null:_0x514c5b[_0x5ef878(0x25c)](_0x48cefa,_0x5ef878(0x19f)),_0x2a8b8d=_0x4e4d6c[_0x5ef878(0x294)][_0x5ef878(0x147)](_0x2f9a6e?_0x2f9a6e[_0x5ef878(0x179)]:_0x22ca71,_0x480239?_0x480239[_0x5ef878(0x1f6)]:_0x48cefa);_0x4e4d6c[_0x5ef878(0x294)][_0x5ef878(0x265)](_0xce8565=>{const _0x2747a4=_0x5ef878;this[_0x2747a4(0x112)](_0x2a8b8d);const _0x2d4fd5=_0x4e4d6c[_0x2747a4(0x294)][_0x2747a4(0x283)][_0x2747a4(0x25c)](_0x2a8b8d[_0x2747a4(0x179)]);_0x112f4e['is'](_0x2747a4(0x274))?_0xce8565[_0x2747a4(0x12d)](_0x2d4fd5):_0x112f4e[_0x2747a4(0x221)](_0x2d4fd5);}),_0x5442d4[_0x5ef878(0x18a)]();},{'priority':_0x2e53ac[_0x39f10e(0x220)]+0xa}),_0x4e4d6c[_0x39f10e(0x294)]['on'](_0x39f10e(0x158),(_0x25e9ef,_0x3dab9e)=>{const _0x112d99=_0x39f10e,_0xb0f005=_0x3dab9e[_0x3dab9e[_0x112d99(0x21a)]-0x1];_0xb0f005&&_0xb0f005[_0x112d99(0x1cd)]||this[_0x112d99(0x2a5)]||this[_0x112d99(0x105)][_0x112d99(0x130)]&&(_0x4e4d6c[_0x112d99(0x294)][_0x112d99(0x265)](()=>{const _0xfdf417=_0x112d99;let _0x35cb49=_0x4e4d6c[_0xfdf417(0x294)][_0xfdf417(0x158)](_0x3dab9e[0x0],_0x3dab9e[0x1],_0x3dab9e[0x2],{'forceDefaultExecution':!0x0});if(!_0x35cb49)return;_0x25e9ef[_0xfdf417(0x217)]=_0x35cb49[_0xfdf417(0x21c)]();const _0x2d69a9=_0x35cb49[_0xfdf417(0x1f6)][_0xfdf417(0x1b3)],_0x28cdeb=_0x4e4d6c[_0xfdf417(0x294)][_0xfdf417(0x283)];_0x2d69a9&&_0x28cdeb[_0xfdf417(0x151)](_0x2d69a9)&&!_0x28cdeb[_0xfdf417(0x178)](_0x2d69a9)&&(_0x35cb49=_0x4e4d6c[_0xfdf417(0x294)][_0xfdf417(0x147)](_0x35cb49[_0xfdf417(0x179)],_0x4e4d6c[_0xfdf417(0x294)][_0xfdf417(0x267)](_0x2d69a9,_0xfdf417(0x1f6)))),this[_0xfdf417(0x1ab)](_0x35cb49);}),_0x25e9ef[_0x112d99(0x18a)]());},{'priority':_0x39f10e(0x1df)}),this[_0x39f10e(0x231)][_0x39f10e(0x1fe)][_0x39f10e(0x149)](_0x39f10e(0x224),this[_0x39f10e(0x105)]),this[_0x39f10e(0x237)](_0x39f10e(0x224));const _0xf77384=new _0x17f007(_0x4e4d6c,this[_0x39f10e(0x1b8)]);_0x4e4d6c[_0x39f10e(0x1fe)][_0x39f10e(0x149)](_0x39f10e(0x1d6),_0xf77384),this[_0x39f10e(0x237)](_0x39f10e(0x1d6));const _0xa311aa=new _0xfd4d25(_0x4e4d6c,this[_0x39f10e(0x1b8)]);_0x4e4d6c[_0x39f10e(0x1fe)][_0x39f10e(0x149)](_0x39f10e(0x1ff),_0xa311aa),this[_0x39f10e(0x237)](_0x39f10e(0x1ff)),_0x4e4d6c[_0x39f10e(0x1fe)][_0x39f10e(0x149)](_0x39f10e(0x101),new _0x3b472d(_0x4e4d6c,_0xf77384,this[_0x39f10e(0x1b8)])),this[_0x39f10e(0x237)](_0x39f10e(0x101)),_0x4e4d6c[_0x39f10e(0x1fe)][_0x39f10e(0x149)](_0x39f10e(0x254),new _0x3b472d(_0x4e4d6c,_0xa311aa,this[_0x39f10e(0x1b8)])),this[_0x39f10e(0x237)](_0x39f10e(0x254)),_0x4e4d6c[_0x39f10e(0x1fe)][_0x39f10e(0x149)](_0x39f10e(0x137),new _0x447696(_0x4e4d6c,_0xf77384,this[_0x39f10e(0x1b8)])),this[_0x39f10e(0x237)](_0x39f10e(0x137)),_0x4e4d6c[_0x39f10e(0x1fe)][_0x39f10e(0x149)](_0x39f10e(0x201),new _0x447696(_0x4e4d6c,_0xa311aa,this[_0x39f10e(0x1b8)])),this[_0x39f10e(0x237)](_0x39f10e(0x201));const _0x2acc69=_0x4e4d6c[_0x39f10e(0x1ef)][_0x39f10e(0x21e)](_0x39f10e(0x29b));this[_0x39f10e(0x213)](_0x2acc69,_0x39f10e(0x1b9),(_0x3f4f85,{threadId:_0x298337})=>{const _0x52c060=_0x39f10e,_0x247616=this[_0x52c060(0x1b8)][_0x52c060(0x21e)](_0x298337);_0x247616&&_0x247616[_0x52c060(0x1ed)]&&0x1===_0x247616[_0x52c060(0x1ed)][_0x52c060(0x21a)]&&this[_0x52c060(0x1b4)](_0x298337,{'hasComments':!0x0});},{'priority':_0x39f10e(0x19d)}),this[_0x39f10e(0x213)](_0x2acc69,_0x39f10e(0x21b),(_0x589428,{threadId:_0x303bb8})=>{const _0x126d12=_0x39f10e,_0x5b0982=this[_0x126d12(0x1b8)][_0x126d12(0x21e)](_0x303bb8);_0x5b0982&&_0x5b0982[_0x126d12(0x1ed)]&&!_0x5b0982[_0x126d12(0x1ed)][_0x126d12(0x21a)]&&this[_0x126d12(0x1b4)](_0x303bb8,{'hasComments':!0x1});},{'priority':_0x39f10e(0x19d)});}set[_0x39d144(0x22b)](_0x11bb5b){const _0x5e50d6=_0x39d144;if(this[_0x5e50d6(0x1a4)])throw new _0x23c0bf(_0x5e50d6(0x1d8),this);this[_0x5e50d6(0x1a4)]=_0x11bb5b;}get[_0x39d144(0x22b)](){const _0x35b547=_0x39d144;return this[_0x35b547(0x1a4)];}[_0x39d144(0x146)]({skipNotAttached:_0x4b039d=!0x1,toJSON:_0x27072e=!0x1}={}){const _0x249209=_0x39d144,_0x46bd24=[];for(const _0x7222e4 of this[_0x249209(0x1b8)][_0x249209(0x266)]())_0x4b039d&&!_0x7222e4[_0x249209(0x1cb)]||_0x46bd24[_0x249209(0x1a9)](_0x7222e4);return _0x27072e?_0x46bd24[_0x249209(0x251)](_0x4dce40=>_0x4dce40[_0x249209(0x23a)]()):_0x46bd24;}[_0x39d144(0x1a5)](_0x25d154){const _0xcde9fc=_0x39d144,_0x1ee7df=this[_0xcde9fc(0x1b8)][_0xcde9fc(0x21e)](_0x25d154);if(!_0x1ee7df)throw new _0x23c0bf(_0xcde9fc(0x26a),this);return _0x1ee7df;}[_0x39d144(0x1de)](_0x23b2c2){const _0x315ce1=_0x39d144;return this[_0x315ce1(0x1b8)][_0x315ce1(0x108)](_0x23b2c2);}[_0x39d144(0x124)](_0x2adde9){const _0x4aea5e=_0x39d144,{authorId:_0x437249,id:_0x3d934a,attributes:_0x319f55}=_0x2adde9,[_0x27a6f3,_0x1b348f]=_0x2adde9[_0x4aea5e(0x184)][_0x4aea5e(0x223)](':'),_0x40ce54=this[_0x4aea5e(0x1b8)][_0x4aea5e(0x21e)](_0x3d934a)||this[_0x4aea5e(0x296)](_0x27a6f3,_0x1b348f,_0x3d934a,_0x437249,_0x319f55);if(this[_0x4aea5e(0x22c)](_0x40ce54),this[_0x4aea5e(0x188)](_0x40ce54,_0x27a6f3,_0x1b348f||null,_0x437249),_0x40ce54[_0x4aea5e(0x15f)]=_0x2adde9[_0x4aea5e(0x15f)],_0x40ce54[_0x4aea5e(0x269)]=!0x0,_0x319f55&&_0x319f55[_0x4aea5e(0x200)]){const _0x423cf9=_0x319f55[_0x4aea5e(0x200)],_0x4d9322=this[_0x4aea5e(0x255)](_0x423cf9[_0x4aea5e(0x1f5)]);_0x40ce54[_0x4aea5e(0x276)]=_0x423cf9[_0x4aea5e(0x15f)],_0x40ce54[_0x4aea5e(0x1c8)]=_0x4d9322,_0x40ce54[_0x4aea5e(0x131)]=!0x0;}else _0x40ce54[_0x4aea5e(0x276)]=_0x2adde9[_0x4aea5e(0x15f)];switch(_0x2adde9[_0x4aea5e(0x23b)]&&(_0x40ce54[_0x4aea5e(0x23b)]=_0x2adde9[_0x4aea5e(0x23b)]),_0x2adde9[_0x4aea5e(0x2a8)]&&(_0x40ce54[_0x4aea5e(0x2a8)]=_0x2adde9[_0x4aea5e(0x2a8)]),this[_0x4aea5e(0x1a4)]&&this[_0x4aea5e(0x1a4)][_0x4aea5e(0x1d5)]||(_0x40ce54[_0x4aea5e(0x20b)]=!0x0),this[_0x4aea5e(0x282)][_0x4aea5e(0x21e)](_0x40ce54)){case _0x4aea5e(0x1c5):this[_0x4aea5e(0x282)][_0x4aea5e(0x111)](_0x40ce54,_0x4aea5e(0x287));break;case _0x4aea5e(0x198):_0x40ce54[_0x4aea5e(0x1cb)]?(this[_0x4aea5e(0x297)](new Set([_0x40ce54])),this[_0x4aea5e(0x1a8)](new Set([_0x40ce54])),this[_0x4aea5e(0x282)][_0x4aea5e(0x111)](_0x40ce54,_0x4aea5e(0x10d)),this[_0x4aea5e(0x241)](_0x4aea5e(0x19c),_0x40ce54)):this[_0x4aea5e(0x282)][_0x4aea5e(0x111)](_0x40ce54,_0x4aea5e(0x226));}return _0x40ce54;}[_0x39d144(0x1d6)](_0x2bbcf1){const _0xdf138d=_0x39d144;this[_0xdf138d(0x1cd)](()=>{const _0x3d00fc=_0xdf138d;this[_0x3d00fc(0x231)][_0x3d00fc(0x294)][_0x3d00fc(0x265)](()=>{const _0x10a70d=_0x3d00fc;for(const _0x547d10 of _0x2bbcf1[_0x10a70d(0x2a0)]())_0x547d10[_0x10a70d(0x222)]();});});}[_0x39d144(0x1ff)](_0x393342){const _0x567077=_0x39d144;this[_0x567077(0x1cd)](()=>{const _0x4d8ab6=_0x567077;this[_0x4d8ab6(0x231)][_0x4d8ab6(0x294)][_0x4d8ab6(0x265)](()=>{const _0x50b928=_0x4d8ab6;for(const _0x13eac6 of _0x393342[_0x50b928(0x2a0)]())_0x13eac6[_0x50b928(0x28d)]();});});}[_0x39d144(0x237)](_0x1d79a6,_0x6d1f38){const _0x2a121a=_0x39d144,_0x210d88=this[_0x2a121a(0x231)][_0x2a121a(0x1fe)][_0x2a121a(0x21e)](_0x1d79a6);if(!_0x210d88)throw new _0x23c0bf(_0x2a121a(0x288),this,{'commandName':_0x1d79a6});if(this[_0x2a121a(0x14e)][_0x2a121a(0x108)](_0x210d88))throw new _0x23c0bf(_0x2a121a(0x1aa),this,{'commandName':_0x1d79a6});this[_0x2a121a(0x14e)][_0x2a121a(0x149)](_0x210d88),_0x6d1f38&&_0x210d88['on'](_0x2a121a(0x207),(_0xe527e5,_0x36cba3)=>{const _0x4c0fbd=_0x2a121a;this[_0x4c0fbd(0x105)][_0x4c0fbd(0x130)]&&(this[_0x4c0fbd(0x2a5)]||(_0x36cba3[_0x4c0fbd(0x21a)]>0x0&&_0x36cba3[_0x36cba3[_0x4c0fbd(0x21a)]-0x1]&&_0x36cba3[_0x36cba3[_0x4c0fbd(0x21a)]-0x1][_0x4c0fbd(0x1cd)]?_0x36cba3[_0x4c0fbd(0x2a6)]():(_0xe527e5[_0x4c0fbd(0x217)]=_0x6d1f38((..._0x37edf4)=>_0x210d88[_0x4c0fbd(0x207)](..._0x37edf4,{'forceDefaultExecution':!0x0}),..._0x36cba3),_0xe527e5[_0x4c0fbd(0x18a)]())));},{'priority':_0x2a121a(0x1df)});}[_0x39d144(0x1cd)](_0x24cabc){const _0x2472e7=_0x39d144;let _0x2f60d9,_0x488ae5;const _0x3e4af5=this[_0x2472e7(0x2a5)];this[_0x2472e7(0x2a5)]=!0x0;try{_0x2f60d9=_0x24cabc();}catch(_0x364022){_0x488ae5=_0x364022;}return _0x3e4af5||(this[_0x2472e7(0x2a5)]=!0x1),_0x488ae5&&_0x23c0bf[_0x2472e7(0x11e)](_0x488ae5,this),_0x2f60d9;}[_0x39d144(0x1ab)](_0x488377,_0x18dec0=null,_0x382862={}){const _0x72c8ee=_0x39d144;if(_0x488377[_0x72c8ee(0x14d)])return null;const _0x3df334=this[_0x72c8ee(0x231)][_0x72c8ee(0x1ef)][_0x72c8ee(0x21e)](_0x72c8ee(0x177))['me'];for(const {suggestion:_0x5c393c,meta:_0x2fad6b}of this[_0x72c8ee(0x133)](_0x488377,_0x72c8ee(0x2a7)))if(_0x2fad6b[_0x72c8ee(0x279)]){if(!_0x2fad6b[_0x72c8ee(0x25f)]){if(_0x2fad6b[_0x72c8ee(0x126)]){if(!this[_0x72c8ee(0x22f)]||!Lt(_0x5c393c,_0x382862))continue;return _0x5c393c;}if(Lt(_0x5c393c,_0x382862))return _0x5c393c;this[_0x72c8ee(0x1ca)](_0x5c393c,_0x488377[_0x72c8ee(0x179)],_0x488377[_0x72c8ee(0x1f6)]);break;}if(_0x18dec0==_0x5c393c[_0x72c8ee(0x1c2)]&&Lt(_0x5c393c,_0x382862)){const _0xec90d8=_0x5c393c[_0x72c8ee(0x1ee)]();return _0xec90d8[_0x72c8ee(0x179)][_0x72c8ee(0x1bd)](_0x488377[_0x72c8ee(0x1f6)])?this[_0x72c8ee(0x1dd)](_0x5c393c,this[_0x72c8ee(0x1dc)][_0x72c8ee(0x147)](_0x488377[_0x72c8ee(0x179)],_0xec90d8[_0x72c8ee(0x1f6)])):this[_0x72c8ee(0x1dd)](_0x5c393c,this[_0x72c8ee(0x1dc)][_0x72c8ee(0x147)](_0xec90d8[_0x72c8ee(0x179)],_0x488377[_0x72c8ee(0x1f6)])),_0x5c393c;}}const _0xb5565f=_0x177d46(),_0x2ba275=_0x3df334['id'],_0x4fd92d=_0x18dec0?_0x72c8ee(0x2a9)+_0x18dec0:_0x72c8ee(0x2a7),_0x2dd3f9=this[_0x72c8ee(0x169)]({'id':_0xb5565f,'type':_0x4fd92d,'createdAt':new Date(),'authorId':_0x2ba275,'attributes':_0x382862});return this[_0x72c8ee(0x25a)](_0x4fd92d,_0xb5565f,_0x2ba275,_0x488377),_0x2dd3f9;}[_0x39d144(0x218)](_0x4fef7b,_0x2f611a=_0x39d144(0x1a6),_0xcc9a={}){const _0x551d25=_0x39d144,_0x1212a0=this[_0x551d25(0x231)][_0x551d25(0x1ef)][_0x551d25(0x21e)](_0x551d25(0x177))['me'],_0x5648aa=this[_0x551d25(0x144)][_0x551d25(0x1c6)](_0x551d25(0x2a7),_0x2f611a,_0x551d25(0x191));for(const _0x48060d of this[_0x551d25(0x146)]())if(_0x48060d[_0x551d25(0x1c8)]['id']==_0x1212a0['id']&&_0x551d25(0x2a7)==_0x48060d[_0x551d25(0x184)]&&_0x48060d[_0x551d25(0x1c2)]==_0x2f611a&&Lt(_0x48060d,_0xcc9a)&&(_0x5648aa(_0x48060d[_0x551d25(0x25d)](),_0x4fef7b)||_0x5648aa(_0x4fef7b,_0x48060d[_0x551d25(0x25d)]()))){for(const _0x10e248 of _0x4fef7b)_0x48060d[_0x551d25(0x13a)](_0x10e248);return _0x48060d;}for(const {suggestion:_0x2e6384,meta:_0x5af10f}of this[_0x551d25(0x133)](_0x4fef7b,_0x551d25(0x2a7))){if(!_0x5af10f[_0x551d25(0x279)])continue;if(!this[_0x551d25(0x22f)]&&_0x5af10f[_0x551d25(0x126)])continue;if(!Lt(_0x2e6384,_0xcc9a))continue;let _0x5823d6=!0x0;for(const _0x3ccf03 of _0x2e6384[_0x551d25(0x25d)]())for(const _0x19ef88 of _0x4fef7b)if(!_0x3ccf03[_0x551d25(0x121)](_0x19ef88)){_0x5823d6=!0x1;break;}if(_0x5823d6)return _0x2e6384;}const _0xfce21a=_0x177d46(),_0x4605bb=_0x1212a0['id'],_0x770b9d=_0x551d25(0x2a9)+_0x2f611a,_0x2b7a10=this[_0x551d25(0x169)]({'id':_0xfce21a,'type':_0x770b9d,'createdAt':new Date(),'authorId':_0x4605bb,'attributes':_0xcc9a});for(const _0x314434 of _0x4fef7b)this[_0x551d25(0x25a)](_0x770b9d,_0xfce21a,_0x4605bb,_0x314434,_0xfda56f[_0x551d25(0x10c)]());return _0x2b7a10;}[_0x39d144(0x1ba)](_0x12a48b,_0x38cde3,_0x237175=null,_0x5e897e={}){const _0x332a51=_0x39d144;if(_0x237175=_0x237175||Vt(_0x38cde3),_0x12a48b[_0x332a51(0x14d)])return null;if(_0x332a51(0x189)===this[_0x332a51(0x240)]){const _0x177610=this[_0x332a51(0x144)][_0x332a51(0x1c6)](_0x332a51(0x167),_0x237175,_0x332a51(0x222));return this[_0x332a51(0x1cd)](()=>_0x177610([_0x12a48b],_0x38cde3,_0x5e897e)),null;}const _0x44b4b8=this[_0x332a51(0x231)][_0x332a51(0x1ef)][_0x332a51(0x21e)](_0x332a51(0x177))['me'],_0x4e19f1=[];if(_0x332a51(0x1cf)!==this[_0x332a51(0x240)]){for(const {suggestion:_0x879f6d,meta:_0x479c22}of this[_0x332a51(0x133)](_0x12a48b,_0x332a51(0x2a7)))_0x479c22[_0x332a51(0x279)]&&!_0x479c22[_0x332a51(0x270)]&&_0x4e19f1[_0x332a51(0x1a9)](..._0x879f6d[_0x332a51(0x25d)]());}const _0x24eca2=function(_0x415f9c,_0x291456){const _0x13040b=_0x332a51,_0x4e65c7=[];for(const _0x2541b3 of _0x291456){const _0x58a451=_0x415f9c[_0x13040b(0x1ea)](_0x2541b3);_0x58a451&&_0x4e65c7[_0x13040b(0x1a9)](_0x58a451);}return _0x4e65c7;}(_0x12a48b,_0x4e19f1),_0x19bfb2=function(_0x3ff803,_0x1ee7c4){const _0x14f2e1=_0x332a51,_0xe30893=[_0x3ff803];for(const _0x4b8808 of _0x1ee7c4){let _0x378bb9=0x0;for(;_0x378bb9<_0xe30893[_0x14f2e1(0x21a)];){const _0x51a20d=_0xe30893[_0x378bb9][_0x14f2e1(0x10f)](_0x4b8808);_0xe30893[_0x14f2e1(0x263)](_0x378bb9,0x1,..._0x51a20d),_0x378bb9+=_0x51a20d[_0x14f2e1(0x21a)];}}return _0xe30893;}(_0x12a48b,_0x4e19f1);_0x24eca2[_0x332a51(0x21a)]&&this[_0x332a51(0x1dc)][_0x332a51(0x265)](()=>{const _0xc4b8ac=_0x332a51;for(const _0x5c4995 of _0x24eca2){const _0x35763e=this[_0xc4b8ac(0x144)][_0xc4b8ac(0x1c6)](_0xc4b8ac(0x167),_0x237175,_0xc4b8ac(0x222));this[_0xc4b8ac(0x1cd)](()=>_0x35763e([_0x5c4995],_0x38cde3,_0x5e897e));}});for(const _0x33f2b0 of _0x19bfb2){let _0x3e658d=null,_0x56f9de=_0x33f2b0[_0x332a51(0x179)],_0x123c24=_0x33f2b0[_0x332a51(0x1f6)];for(const {suggestion:_0x5c5f4d,meta:_0x593d8b}of this[_0x332a51(0x133)](_0x33f2b0,_0x332a51(0x167))){if(!_0x593d8b[_0x332a51(0x279)])continue;if(_0x5c5f4d[_0x332a51(0x1c2)]!=_0x237175)continue;if(!Lt(_0x5c5f4d,_0x5e897e))continue;const _0x54015f=_0x5c5f4d[_0x332a51(0x1ee)]();if(_0x54015f[_0x332a51(0x121)](_0x33f2b0,!0x0))return null;_0x56f9de=_0x56f9de[_0x332a51(0x163)](_0x54015f[_0x332a51(0x179)])?_0x56f9de:_0x54015f[_0x332a51(0x179)],_0x123c24=_0x123c24[_0x332a51(0x172)](_0x54015f[_0x332a51(0x1f6)])?_0x123c24:_0x54015f[_0x332a51(0x1f6)],_0x3e658d?_0x54015f[_0x332a51(0x179)][_0x332a51(0x163)](_0x3e658d[_0x332a51(0x1ee)]()[_0x332a51(0x179)])?(_0x3e658d[_0x332a51(0x19b)](),_0x3e658d=_0x5c5f4d):_0x5c5f4d[_0x332a51(0x19b)]():_0x3e658d=_0x5c5f4d;}const _0x16a9ca=this[_0x332a51(0x1dc)][_0x332a51(0x147)](_0x56f9de,_0x123c24);if(_0x3e658d)this[_0x332a51(0x1dd)](_0x3e658d,_0x16a9ca);else{const _0x4732a5=_0x177d46(),_0x372857=_0x44b4b8['id'];this[_0x332a51(0x169)]({'id':_0x4732a5,'type':_0x332a51(0x139)+_0x237175,'data':_0x38cde3,'createdAt':new Date(),'authorId':_0x372857,'attributes':_0x5e897e}),this[_0x332a51(0x25a)](_0x332a51(0x139)+_0x237175,_0x4732a5,_0x372857,_0x16a9ca);}}return null;}[_0x39d144(0x27e)](_0x1fd9b5,_0x30c895,_0xddb3ba=[],_0x2d2501=null,_0x489d20={}){const _0x3b9799=_0x39d144;_0x30c895[_0x3b9799(0x1ce)]||(_0x30c895[_0x3b9799(0x1ce)]=_0x30c895[_0x3b9799(0x27b)]),_0x30c895[_0x3b9799(0x12c)]=_0x1fd9b5['is'](_0x3b9799(0x1bf)),_0x2d2501=_0x2d2501||Vt(_0x30c895);const _0x3e3778=_0xddb3ba[_0x3b9799(0x251)](_0x5928f7=>Gt(_0x5928f7,this[_0x3b9799(0x1dc)])),_0x16edd4=_0x1fd9b5['is'](_0x3b9799(0x1bf))?_0x1fd9b5:Gt(_0x1fd9b5,this[_0x3b9799(0x1dc)]);if(_0x3b9799(0x189)===this[_0x3b9799(0x240)]){const _0x5ec20b=this[_0x3b9799(0x144)][_0x3b9799(0x1c6)](_0x3b9799(0x141),_0x2d2501,_0x3b9799(0x222));return this[_0x3b9799(0x1cd)](()=>_0x5ec20b([_0x16edd4],_0x30c895,_0x489d20)),null;}_0x3e3778[_0x3b9799(0x1a9)](_0x16edd4);let _0x2c0209=!0x0;for(const _0x25d330 of _0x3e3778)if(!this[_0x3b9799(0x15c)](_0x25d330)){_0x2c0209=!0x1;break;}if(_0x2c0209&&_0x3b9799(0x1cf)!==this[_0x3b9799(0x240)]){const _0x183a2e=this[_0x3b9799(0x144)][_0x3b9799(0x1c6)](_0x3b9799(0x141),_0x2d2501,_0x3b9799(0x222));return this[_0x3b9799(0x1cd)](()=>_0x183a2e([_0x16edd4],_0x30c895,_0x489d20)),null;}let _0x3fc300=null,_0x3df4f8=_0x16edd4[_0x3b9799(0x179)],_0x3a70ba=_0x16edd4[_0x3b9799(0x1f6)];for(const {suggestion:_0x268cbf,meta:_0x70415e}of this[_0x3b9799(0x133)](_0x16edd4,_0x3b9799(0x141))){if(!_0x70415e[_0x3b9799(0x279)])continue;if(_0x70415e[_0x3b9799(0x25f)]||_0x70415e[_0x3b9799(0x126)]||_0x70415e[_0x3b9799(0x270)])continue;if(_0x268cbf[_0x3b9799(0x23b)][_0x3b9799(0x1ce)]!=_0x30c895[_0x3b9799(0x1ce)])continue;if(!Lt(_0x268cbf,_0x489d20))continue;const _0x37b12f=_0x268cbf[_0x3b9799(0x1ee)]();if(_0x268cbf[_0x3b9799(0x1c2)]==_0x2d2501){if(_0x37b12f[_0x3b9799(0x121)](_0x16edd4,!0x0))return null;_0x3df4f8=_0x3df4f8[_0x3b9799(0x163)](_0x37b12f[_0x3b9799(0x179)])?_0x3df4f8:_0x37b12f[_0x3b9799(0x179)],_0x3a70ba=_0x3a70ba[_0x3b9799(0x172)](_0x37b12f[_0x3b9799(0x1f6)])?_0x3a70ba:_0x37b12f[_0x3b9799(0x1f6)],_0x3fc300?_0x37b12f[_0x3b9799(0x179)][_0x3b9799(0x163)](_0x3fc300[_0x3b9799(0x1ee)]()[_0x3b9799(0x179)])?(_0x3fc300[_0x3b9799(0x19b)](),_0x3fc300=_0x268cbf):_0x268cbf[_0x3b9799(0x19b)]():_0x3fc300=_0x268cbf;}else{const _0x1a5268=_0x16edd4[_0x3b9799(0x1ea)](_0x37b12f);this[_0x3b9799(0x1e6)](_0x268cbf,_0x1a5268);}}const _0x363e5b=this[_0x3b9799(0x231)][_0x3b9799(0x1ef)][_0x3b9799(0x21e)](_0x3b9799(0x177))['me'],_0x1fd42e=_0x177d46(),_0x5bc166=_0x363e5b['id'];if(_0x3fc300)return this[_0x3b9799(0x1dd)](_0x3fc300,this[_0x3b9799(0x1dc)][_0x3b9799(0x147)](_0x3df4f8,_0x3a70ba)),_0x3fc300;{const _0x20d9c5=this[_0x3b9799(0x169)]({'id':_0x1fd42e,'type':_0x3b9799(0x235)+_0x2d2501,'data':_0x30c895,'createdAt':new Date(),'authorId':_0x5bc166,'attributes':_0x489d20});return this[_0x3b9799(0x25a)](_0x3b9799(0x235)+_0x2d2501,_0x1fd42e,_0x5bc166,this[_0x3b9799(0x1dc)][_0x3b9799(0x147)](_0x3df4f8,_0x3a70ba)),_0x20d9c5;}}[_0x39d144(0x136)](_0x15cf47,_0x20fafa,_0x3db0cd=[],_0x5602cd=null,_0x23d592={}){const _0x4bce01=_0x39d144;_0x20fafa[_0x4bce01(0x1ce)]||(_0x20fafa[_0x4bce01(0x1ce)]=_0x20fafa[_0x4bce01(0x27b)]);const _0x18af1e=_0x15cf47[0x0];_0x20fafa[_0x4bce01(0x12c)]=_0x18af1e['is'](_0x4bce01(0x1bf)),_0x5602cd=_0x5602cd||Vt(_0x20fafa);const _0xafc9f2=_0x3db0cd[_0x4bce01(0x251)](_0x4af0cb=>Gt(_0x4af0cb,this[_0x4bce01(0x1dc)])),_0x1ebff8=_0x18af1e['is'](_0x4bce01(0x1bf))?_0x15cf47:_0x15cf47[_0x4bce01(0x251)](_0x48312a=>Gt(_0x48312a,this[_0x4bce01(0x1dc)]));if(_0x4bce01(0x189)===this[_0x4bce01(0x240)]){const _0xf1a228=this[_0x4bce01(0x144)][_0x4bce01(0x1c6)](_0x4bce01(0x141),_0x5602cd,_0x4bce01(0x222));return this[_0x4bce01(0x1cd)](()=>_0xf1a228(_0x1ebff8,_0x20fafa,_0x23d592)),null;}_0xafc9f2[_0x4bce01(0x1a9)](..._0x1ebff8);let _0x407af1=!0x0;for(const _0x2852b4 of _0xafc9f2)if(!this[_0x4bce01(0x15c)](_0x2852b4)){_0x407af1=!0x1;break;}if(_0x407af1&&_0x4bce01(0x1cf)!==this[_0x4bce01(0x240)]){const _0x3d99af=this[_0x4bce01(0x144)][_0x4bce01(0x1c6)](_0x4bce01(0x141),_0x5602cd,_0x4bce01(0x222));return this[_0x4bce01(0x1cd)](()=>_0x3d99af(_0x1ebff8,_0x20fafa,_0x23d592)),null;}const _0x5671d9=this[_0x4bce01(0x231)][_0x4bce01(0x1ef)][_0x4bce01(0x21e)](_0x4bce01(0x177))['me'];for(const _0x497394 of this[_0x4bce01(0x146)]()){if(_0x497394[_0x4bce01(0x1c8)]['id']!=_0x5671d9['id'])continue;if(_0x4bce01(0x141)!=_0x497394[_0x4bce01(0x184)]||_0x497394[_0x4bce01(0x23b)][_0x4bce01(0x1ce)]!=_0x20fafa[_0x4bce01(0x1ce)])continue;if(!Lt(_0x497394,_0x23d592))continue;const _0x10a2fe=_0x497394[_0x4bce01(0x1c2)]==_0x5602cd;for(let _0x338fc1=0x0;_0x338fc1<_0x1ebff8[_0x4bce01(0x21a)];_0x338fc1++){const _0x407209=_0x1ebff8[_0x338fc1];for(const _0x5150d0 of _0x497394[_0x4bce01(0x11d)]()){const _0x5e2cbd=_0x5150d0[_0x4bce01(0x247)]();if(_0x407209[_0x4bce01(0x1bd)](_0x5e2cbd)){_0x10a2fe?(_0x1ebff8[_0x4bce01(0x263)](_0x338fc1,0x1),_0x338fc1--):_0x497394[_0x4bce01(0x183)](_0x5150d0[_0x4bce01(0x143)]);break;}}}}if(0x0==_0x1ebff8[_0x4bce01(0x21a)])return null;const _0x44a47f=this[_0x4bce01(0x144)][_0x4bce01(0x1c6)](_0x4bce01(0x141),_0x5602cd,_0x4bce01(0x191));for(const _0x4c3a25 of this[_0x4bce01(0x146)]())if(_0x4c3a25[_0x4bce01(0x1c8)]['id']==_0x5671d9['id']&&_0x4bce01(0x141)==_0x4c3a25[_0x4bce01(0x184)]&&_0x4c3a25[_0x4bce01(0x23b)][_0x4bce01(0x1ce)]==_0x20fafa[_0x4bce01(0x1ce)]&&_0x4c3a25[_0x4bce01(0x1c2)]==_0x5602cd&&Lt(_0x4c3a25,_0x23d592)&&(_0x44a47f(_0x4c3a25[_0x4bce01(0x25d)](),_0x1ebff8)||_0x44a47f(_0x1ebff8,_0x4c3a25[_0x4bce01(0x25d)]()))){for(const _0xfb9694 of _0x1ebff8)_0x4c3a25[_0x4bce01(0x13a)](_0xfb9694);return _0x4c3a25;}const _0x139c4d=_0x177d46(),_0xbe08a2=_0x5671d9['id'],_0x4039df=_0x4bce01(0x235)+_0x5602cd,_0x2aa808=this[_0x4bce01(0x169)]({'id':_0x139c4d,'type':_0x4039df,'data':_0x20fafa,'createdAt':new Date(),'authorId':_0xbe08a2,'attributes':_0x23d592});for(const _0x1d6577 of _0x1ebff8)this[_0x4bce01(0x25a)](_0x4039df,_0x139c4d,_0xbe08a2,_0x1d6577,_0xfda56f[_0x4bce01(0x10c)]());return _0x2aa808;}[_0x39d144(0x112)](_0x524c3d,_0xa87cca=null,_0x36873b={}){const _0x1d0fa6=_0x39d144;if(_0x524c3d[_0x1d0fa6(0x14d)])return null;const _0x4dab22=this[_0x1d0fa6(0x231)][_0x1d0fa6(0x1ef)][_0x1d0fa6(0x21e)](_0x1d0fa6(0x177))['me'],_0x1ce491=new _0x5e0db1(_0x524c3d[_0x1d0fa6(0x179)],_0x524c3d[_0x1d0fa6(0x1f6)]);for(const {suggestion:_0x107ef2,meta:_0x2400db}of this[_0x1d0fa6(0x133)](_0x1ce491,_0x1d0fa6(0x2a7)))if(_0x2400db[_0x1d0fa6(0x279)]&&!_0x2400db[_0x1d0fa6(0x25f)]){if(_0x107ef2[_0x1d0fa6(0x182)]){const _0x2f549c=_0x107ef2[_0x1d0fa6(0x25d)]()[_0x1d0fa6(0x2a1)](_0x394f4e=>_0x1d0fa6(0x219)!=_0x394f4e[_0x1d0fa6(0x262)][_0x1d0fa6(0x1b1)]);_0x2f549c[_0x1d0fa6(0x246)](_0x41b4dc=>_0x1ce491[_0x1d0fa6(0x121)](_0x41b4dc,!0x0))&&_0x107ef2[_0x1d0fa6(0x28d)]();if(_0x2f549c[_0x1d0fa6(0x142)](_0x5549ec=>_0x5549ec[_0x1d0fa6(0x121)](_0x1ce491,!0x0))){const _0x469ada=this[_0x1d0fa6(0x144)][_0x1d0fa6(0x1c6)](_0x1d0fa6(0x181),_0xa87cca,_0x1d0fa6(0x222));return this[_0x1d0fa6(0x1cd)](()=>_0x469ada([_0x1ce491],null,_0x36873b)),null;}}else{const _0x160e37=_0x1ce491[_0x1d0fa6(0x1ea)](_0x107ef2[_0x1d0fa6(0x1ee)]());null!==_0x160e37&&_0x107ef2[_0x1d0fa6(0x214)]([_0x160e37],null,_0x36873b);}}if(_0x1ce491[_0x1d0fa6(0x11c)](),_0x1ce491[_0x1d0fa6(0x14d)]||_0x1d0fa6(0x219)==_0x1ce491[_0x1d0fa6(0x262)][_0x1d0fa6(0x1b1)])return null;let _0xc40825=null,_0x26b7a1=_0x1ce491[_0x1d0fa6(0x179)],_0x4d17e4=_0x1ce491[_0x1d0fa6(0x1f6)];const _0x415d6c=this[_0x1d0fa6(0x133)](_0x1ce491,_0x1d0fa6(0x181));for(const {suggestion:_0x414a37,meta:_0x31a867}of _0x415d6c){const _0x5ad37a=this[_0x1d0fa6(0x1dc)][_0x1d0fa6(0x147)](_0x26b7a1,_0x4d17e4);if(_0x31a867[_0x1d0fa6(0x279)]&&(this[_0x1d0fa6(0x22f)]||!_0x31a867[_0x1d0fa6(0x126)]&&!_0x31a867[_0x1d0fa6(0x270)])){if(_0x414a37[_0x1d0fa6(0x182)]){if(!Lt(_0x414a37,_0x36873b))continue;let _0x314fa2=!0x0;for(const _0x185ce9 of _0x414a37[_0x1d0fa6(0x25d)]()){if(_0x185ce9[_0x1d0fa6(0x121)](_0x5ad37a,!0x0))return _0x414a37;_0x5ad37a[_0x1d0fa6(0x121)](_0x185ce9)||(_0x314fa2=!0x1);}_0x314fa2&&_0x414a37[_0x1d0fa6(0x28d)]();}else{const _0x5e3798=_0x414a37[_0x1d0fa6(0x1ee)]();if(_0x5e3798[_0x1d0fa6(0x121)](_0x5ad37a,!0x0))return _0x414a37;if(!Lt(_0x414a37,_0x36873b)){_0x5ad37a[_0x1d0fa6(0x121)](_0x5e3798)?_0x414a37[_0x1d0fa6(0x19b)]():_0x5e3798[_0x1d0fa6(0x1c7)](_0x26b7a1)?_0x26b7a1=_0x5e3798[_0x1d0fa6(0x1f6)]:_0x5e3798[_0x1d0fa6(0x1c7)](_0x4d17e4)&&(_0x4d17e4=_0x5e3798[_0x1d0fa6(0x179)]);continue;}_0x26b7a1=_0x26b7a1[_0x1d0fa6(0x163)](_0x5e3798[_0x1d0fa6(0x179)])?_0x26b7a1:_0x5e3798[_0x1d0fa6(0x179)],_0x4d17e4=_0x4d17e4[_0x1d0fa6(0x172)](_0x5e3798[_0x1d0fa6(0x1f6)])?_0x4d17e4:_0x5e3798[_0x1d0fa6(0x1f6)],_0x36873b=Object[_0x1d0fa6(0x14f)]({},_0x414a37[_0x1d0fa6(0x2a8)]),_0xc40825?_0x5e3798[_0x1d0fa6(0x179)][_0x1d0fa6(0x163)](_0xc40825[_0x1d0fa6(0x1ee)]()[_0x1d0fa6(0x179)])?(_0xc40825[_0x1d0fa6(0x19b)](),_0xc40825=_0x414a37):_0x414a37[_0x1d0fa6(0x19b)]():_0xc40825=_0x414a37;}}}if(_0xc40825)return this[_0x1d0fa6(0x1dd)](_0xc40825,this[_0x1d0fa6(0x1dc)][_0x1d0fa6(0x147)](_0x26b7a1,_0x4d17e4)),_0xc40825;{const _0xba51ec=_0x177d46(),_0x4e85cb=this[_0x1d0fa6(0x1dc)][_0x1d0fa6(0x147)](_0x26b7a1,_0x4d17e4),_0x2734df=_0x4dab22['id'],_0x29933e=_0xa87cca?_0x1d0fa6(0x2aa)+_0xa87cca:_0x1d0fa6(0x181),_0x5e28ca=this[_0x1d0fa6(0x169)]({'id':_0xba51ec,'type':_0x29933e,'createdAt':new Date(),'authorId':_0x2734df,'attributes':_0x36873b});return this[_0x1d0fa6(0x25a)](_0x29933e,_0xba51ec,_0x2734df,_0x4e85cb),_0x5e28ca;}}[_0x39d144(0x1b7)](_0x3a84c9,_0x2f871c=_0x39d144(0x1a6),_0x3b9c53={}){const _0x29975d=_0x39d144,_0x111d7d=this[_0x29975d(0x231)][_0x29975d(0x1ef)][_0x29975d(0x21e)](_0x29975d(0x177))['me'],_0x26607d=_0x3a84c9[_0x29975d(0x251)](_0x208344=>new _0x5e0db1(_0x208344[_0x29975d(0x179)],_0x208344[_0x29975d(0x1f6)])),_0x24d57b=new Set();for(const {suggestion:_0x395a7f,meta:_0x2a65dd}of this[_0x29975d(0x133)](_0x26607d,_0x29975d(0x2a7)))_0x2a65dd[_0x29975d(0x279)]&&!_0x2a65dd[_0x29975d(0x25f)]&&_0x24d57b[_0x29975d(0x149)](_0x395a7f);for(const _0x3f31f6 of _0x24d57b)if(_0x3f31f6[_0x29975d(0x182)]){const _0x52c2a1=_0x3f31f6[_0x29975d(0x25d)]();(!_0x3f31f6[_0x29975d(0x2a8)]||!_0x3f31f6[_0x29975d(0x2a8)][_0x29975d(0x185)])&&(_0x52c2a1[_0x29975d(0x246)](_0x2f03c2=>_0x26607d[_0x29975d(0x142)](_0x4cbb38=>_0x4cbb38[_0x29975d(0x121)](_0x2f03c2,!0x0)))&&_0x3f31f6[_0x29975d(0x28d)]());if(_0x26607d[_0x29975d(0x246)](_0x350c9c=>_0x52c2a1[_0x29975d(0x142)](_0x5ce2f8=>_0x5ce2f8[_0x29975d(0x121)](_0x350c9c,!0x0)))){const _0x32220b=this[_0x29975d(0x144)][_0x29975d(0x1c6)](_0x29975d(0x181),_0x2f871c,_0x29975d(0x222));return this[_0x29975d(0x1cd)](()=>_0x32220b(_0x3a84c9,null,_0x3b9c53)),null;}}else{const _0x77c5c2=_0x3f31f6[_0x29975d(0x1ee)]();_0x26607d[_0x29975d(0x142)](_0x548094=>_0x548094[_0x29975d(0x121)](_0x77c5c2,!0x0))&&_0x3f31f6[_0x29975d(0x28d)]();if(_0x26607d[_0x29975d(0x246)](_0x38a66d=>_0x77c5c2[_0x29975d(0x121)](_0x38a66d,!0x0))){const _0x2fcff9=this[_0x29975d(0x144)][_0x29975d(0x1c6)](_0x29975d(0x181),_0x2f871c,_0x29975d(0x222));return this[_0x29975d(0x1cd)](()=>_0x2fcff9(_0x26607d,null,_0x3b9c53)),null;}}const _0xd9bbba=this[_0x29975d(0x144)][_0x29975d(0x1c6)](_0x29975d(0x181),_0x2f871c,_0x29975d(0x191));let _0xa9f755=null;for(const _0x19cb10 of this[_0x29975d(0x146)]())if(_0x19cb10[_0x29975d(0x1c8)]['id']==_0x111d7d['id']&&_0x19cb10[_0x29975d(0x1cb)]&&_0x29975d(0x181)==_0x19cb10[_0x29975d(0x184)]&&_0x19cb10[_0x29975d(0x1c2)]==_0x2f871c&&Lt(_0x19cb10,_0x3b9c53)&&(_0xd9bbba(_0x19cb10[_0x29975d(0x25d)](),_0x26607d)||_0xd9bbba(_0x26607d,_0x19cb10[_0x29975d(0x25d)]()))){if(_0xa9f755){if(_0x19cb10[_0x29975d(0x1ed)]&&_0x19cb10[_0x29975d(0x1ed)][_0x29975d(0x21a)])continue;for(const _0x16e9a1 of _0x19cb10[_0x29975d(0x25d)]())_0xa9f755[_0x29975d(0x1c0)](_0x16e9a1)||_0xa9f755[_0x29975d(0x13a)](_0x16e9a1);_0x19cb10[_0x29975d(0x19b)]();}else{_0xa9f755=_0x19cb10;for(const _0x25184e of _0x26607d)_0x19cb10[_0x29975d(0x1c0)](_0x25184e)||_0x19cb10[_0x29975d(0x13a)](_0x25184e);}}if(_0xa9f755)return _0xa9f755;_0x24d57b[_0x29975d(0x28c)]();for(const {suggestion:_0x14b3f5,meta:_0x4b79c5}of this[_0x29975d(0x133)](_0x26607d,_0x29975d(0x181)))_0x4b79c5[_0x29975d(0x279)]&&(this[_0x29975d(0x22f)]||!_0x4b79c5[_0x29975d(0x126)]&&!_0x4b79c5[_0x29975d(0x270)])&&Lt(_0x14b3f5,_0x3b9c53)&&_0x24d57b[_0x29975d(0x149)](_0x14b3f5);for(const _0x6b2675 of _0x24d57b){const _0x26f504=_0x6b2675[_0x29975d(0x25d)]();if(!_0x3b9c53||!_0x3b9c53[_0x29975d(0x185)]){if(_0x26607d[_0x29975d(0x246)](_0x40f7bb=>_0x26f504[_0x29975d(0x142)](_0x4ce0a0=>_0x4ce0a0[_0x29975d(0x121)](_0x40f7bb,!0x0))))return _0x6b2675;}(!_0x6b2675[_0x29975d(0x2a8)]||!_0x6b2675[_0x29975d(0x2a8)][_0x29975d(0x185)])&&(_0x26f504[_0x29975d(0x246)](_0x353420=>_0x26607d[_0x29975d(0x142)](_0x394205=>_0x394205[_0x29975d(0x121)](_0x353420,!0x0)))&&_0x6b2675[_0x29975d(0x28d)]());}const _0x2a6072=_0x177d46(),_0x937c15=_0x111d7d['id'],_0x3f610f=_0x29975d(0x2aa)+_0x2f871c,_0x1e1ff2=this[_0x29975d(0x169)]({'id':_0x2a6072,'type':_0x3f610f,'createdAt':new Date(),'authorId':_0x937c15,'attributes':_0x3b9c53});for(const _0x2e4d2b of _0x26607d)_0x2e4d2b[_0x29975d(0x11c)](),_0x2e4d2b[_0x29975d(0x14d)]||_0x29975d(0x219)==_0x2e4d2b[_0x29975d(0x262)][_0x29975d(0x1b1)]||this[_0x29975d(0x25a)](_0x3f610f,_0x2a6072,_0x937c15,_0x2e4d2b,_0xfda56f[_0x29975d(0x10c)]());return _0x1e1ff2;}[_0x39d144(0x134)](_0x5d5af2,_0x4aef5a,_0x3ab4c6,_0x162292,_0x10e5c8){const _0x139c92=_0x39d144;if(_0x5d5af2[_0x139c92(0x14d)])return[];if(_0x139c92(0x189)===this[_0x139c92(0x240)])return[];const _0x1c8bcb=this[_0x139c92(0x231)][_0x139c92(0x1ef)][_0x139c92(0x21e)](_0x139c92(0x177))['me']['id'],_0xdd8f6a=Array[_0x139c92(0x26b)](this[_0x139c92(0x1b8)][_0x139c92(0x266)]())[_0x139c92(0x2a1)](_0x1849d5=>_0x139c92(0x194)==_0x1849d5[_0x139c92(0x184)]&&_0x1849d5[_0x139c92(0x23b)][_0x139c92(0x205)]==_0x4aef5a&&_0x1849d5[_0x139c92(0x1c0)](_0x5d5af2));if(_0x139c92(0x152)===this[_0x139c92(0x240)]){const _0x25fdc6=this[_0x139c92(0x133)](_0x5d5af2,_0x139c92(0x2a7))[_0x139c92(0x2a1)](({meta:_0x56d6f7})=>_0x56d6f7[_0x139c92(0x279)]&&!_0x56d6f7[_0x139c92(0x270)]&&!_0x56d6f7[_0x139c92(0x25f)])[_0x139c92(0x251)](({suggestion:_0x5236ba})=>_0x5236ba);_0xdd8f6a[_0x139c92(0x1b6)](..._0x25fdc6);}const _0xa84213=new Map([[_0x5d5af2,_0x3ab4c6]]);for(const _0x375fd8 of _0xdd8f6a){const _0x1e768b=_0x139c92(0x194)==_0x375fd8[_0x139c92(0x184)]?_0x375fd8[_0x139c92(0x23b)][_0x139c92(0x1e7)]:void 0x0,_0x4b27d2=_0x375fd8[_0x139c92(0x1ee)](),_0x3a989b=Array[_0x139c92(0x26b)](_0xa84213[_0x139c92(0x15b)]())[_0x139c92(0x154)](_0x485d8a=>_0x485d8a[_0x139c92(0x29e)](_0x4b27d2));if(!_0x3a989b)continue;const _0x129ee9=_0x3a989b[_0x139c92(0x10f)](_0x4b27d2);this[_0x139c92(0x156)](_0x4aef5a)&&_0x139c92(0x2a7)==_0x375fd8[_0x139c92(0x184)]&&0x0!=_0x129ee9[_0x139c92(0x21a)]||(_0xa84213[_0x139c92(0x12a)](_0x3a989b),_0x129ee9[_0x139c92(0x16f)](_0x42db9a=>{const _0x39578a=_0x139c92;_0xa84213[_0x39578a(0x111)](_0x42db9a,_0x3ab4c6);}),_0x139c92(0x2a7)!=_0x375fd8[_0x139c92(0x184)]&&_0x1e768b!=_0x162292&&_0xa84213[_0x139c92(0x111)](_0x3a989b[_0x139c92(0x1ea)](_0x4b27d2),_0x1e768b));}const _0x14f17d=[];for(const [_0x4e70ab,_0x346554]of _0xa84213){const _0x3aafa4=_0x177d46(),_0x41584b={'key':_0x4aef5a,'oldValue':_0x346554,'newValue':_0x162292};_0x4aef5a[_0x139c92(0x21a)]>0x25&&console[_0x139c92(0x103)](_0x139c92(0x162),{'key':_0x4aef5a});const _0x1f1fb3=(_0x139c92(0x277)+(_0x4aef5a+'|'+Vt({'newValue':_0x162292})))[_0x139c92(0x16a)](0x0,0x3c),_0x247036=this[_0x139c92(0x169)]({'id':_0x3aafa4,'type':_0x1f1fb3,'data':_0x41584b,'createdAt':new Date(),'authorId':_0x1c8bcb,'attributes':_0x10e5c8});_0x14f17d[_0x139c92(0x1a9)](_0x247036),this[_0x139c92(0x25a)](_0x1f1fb3,_0x3aafa4,_0x1c8bcb,_0x4e70ab);}return _0x14f17d;}[_0x39d144(0x290)](_0x1a0d27){const _0x102b5f=_0x39d144;this[_0x102b5f(0x23f)][_0x102b5f(0x149)](_0x1a0d27);}[_0x39d144(0x20d)](_0x2464a8){const _0x9a44b1=_0x39d144;this[_0x9a44b1(0x26c)][_0x9a44b1(0x149)](_0x2464a8);}[_0x39d144(0x20a)](_0x1ee59c,_0x4fa28e=[],_0x24f309=[]){const _0x3be04c=_0x39d144;this[_0x3be04c(0x237)](_0x1ee59c,(_0x18edd7,..._0x20ce9a)=>{const _0x567b12=_0x3be04c;this[_0x567b12(0x122)](()=>{_0x18edd7(..._0x20ce9a);});});for(const _0x589180 of _0x4fa28e)this[_0x3be04c(0x20d)](_0x589180);for(const _0x4d5160 of _0x24f309)this[_0x3be04c(0x290)](_0x4d5160);}[_0x39d144(0x236)](_0x33e27a){const _0x5ab7ea=_0x39d144;return _0x5ab7ea(0x194)==_0x33e27a[_0x5ab7ea(0x184)]?_0x33e27a[_0x5ab7ea(0x1c2)][_0x5ab7ea(0x223)]('|')[0x0]:null;}[_0x39d144(0x1dd)](_0x152420,_0x152948){const _0x12ad87=_0x39d144,_0x5641ce=_0x152420[_0x12ad87(0x1f4)]();this[_0x12ad87(0x1dc)][_0x12ad87(0x265)](_0x177231=>{const _0x20bdc2=_0x12ad87;_0x177231[_0x20bdc2(0x2a3)](_0x5641ce,{'range':_0x152948});});}[_0x39d144(0x22c)](_0x3aa468){const _0x6a87db=_0x39d144,_0x2ed844=_0x3aa468['id'],_0x11a1d4=this[_0x6a87db(0x231)][_0x6a87db(0x26f)][_0x6a87db(0x21e)](_0x6a87db(0x1f1));this[_0x6a87db(0x280)][_0x6a87db(0x165)](_0x2ed844)||this[_0x6a87db(0x280)][_0x6a87db(0x285)]({'channelId':_0x11a1d4,'threadId':_0x2ed844,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x1f2ac1=this[_0x6a87db(0x280)][_0x6a87db(0x19e)](_0x2ed844);_0x1f2ac1[_0x6a87db(0x1fc)](_0x6a87db(0x299)),_0x1f2ac1[_0x6a87db(0x299)]=!0x1,_0x3aa468[_0x6a87db(0x1ed)]=_0x1f2ac1;}[_0x39d144(0x188)](_0x3c5f00,_0x2e18f2,_0x5d58ae,_0x14a636){const _0x3ccc50=_0x39d144;if(_0x3c5f00[_0x3ccc50(0x184)]!=_0x2e18f2||_0x3c5f00[_0x3ccc50(0x1c2)]!=_0x5d58ae||_0x3c5f00[_0x3ccc50(0x26d)]['id']!=_0x14a636)throw this[_0x3ccc50(0x231)][_0x3ccc50(0x25e)](_0x3ccc50(0x17d)),new _0x23c0bf(_0x3ccc50(0x17d),this);}[_0x39d144(0x1e6)](_0x395c47,_0x3722d9){const _0x4d706e=_0x39d144,_0x10e5c9=_0x395c47[_0x4d706e(0x1ee)]();if(_0x3722d9[_0x4d706e(0x1bd)](_0x10e5c9))_0x395c47[_0x4d706e(0x19b)]();else{if(_0x10e5c9[_0x4d706e(0x121)](_0x3722d9)){const _0x1260ee=this[_0x4d706e(0x1dc)][_0x4d706e(0x267)](_0x3722d9[_0x4d706e(0x179)][_0x4d706e(0x1b3)],_0x4d706e(0x1f6));this[_0x4d706e(0x1dd)](_0x395c47,this[_0x4d706e(0x1dc)][_0x4d706e(0x147)](_0x10e5c9[_0x4d706e(0x179)],_0x1260ee));const _0x37b431=_0x177d46(),_0x3d77fa=_0x395c47[_0x4d706e(0x26d)]['id'],_0x5a2298=_0x395c47[_0x4d706e(0x184)]+':'+_0x395c47[_0x4d706e(0x1c2)];this[_0x4d706e(0x169)]({'id':_0x37b431,'type':_0x5a2298,'createdAt':new Date(),'authorId':_0x3d77fa,'data':_0x395c47[_0x4d706e(0x23b)],'attributes':_0x395c47[_0x4d706e(0x2a8)]});const _0x49b761=this[_0x4d706e(0x1dc)][_0x4d706e(0x267)](_0x3722d9[_0x4d706e(0x1f6)][_0x4d706e(0x1fd)],_0x4d706e(0x13c)),_0x4d9ddd=this[_0x4d706e(0x1dc)][_0x4d706e(0x147)](_0x49b761,_0x10e5c9[_0x4d706e(0x1f6)]);this[_0x4d706e(0x25a)](_0x5a2298,_0x37b431,_0x3d77fa,_0x4d9ddd);}else{if(_0x10e5c9[_0x4d706e(0x1c7)](_0x3722d9[_0x4d706e(0x179)])){const _0x27ecb9=this[_0x4d706e(0x1dc)][_0x4d706e(0x267)](_0x3722d9[_0x4d706e(0x179)][_0x4d706e(0x1b3)],_0x4d706e(0x1f6));this[_0x4d706e(0x1dd)](_0x395c47,this[_0x4d706e(0x1dc)][_0x4d706e(0x147)](_0x10e5c9[_0x4d706e(0x179)],_0x27ecb9));}else{const _0x5532fd=this[_0x4d706e(0x1dc)][_0x4d706e(0x267)](_0x3722d9[_0x4d706e(0x1f6)][_0x4d706e(0x1fd)],_0x4d706e(0x13c));this[_0x4d706e(0x1dd)](_0x395c47,this[_0x4d706e(0x1dc)][_0x4d706e(0x147)](_0x5532fd,_0x10e5c9[_0x4d706e(0x1f6)]));}}}}[_0x39d144(0x15c)](_0x141c4b){const _0x54f79f=_0x39d144;for(const {suggestion:_0x571bbe,meta:_0x3dc226}of this[_0x54f79f(0x133)](_0x141c4b,_0x54f79f(0x2a7))){if(!_0x3dc226[_0x54f79f(0x279)])continue;const _0x2f03f3=_0x571bbe[_0x54f79f(0x25d)]();for(const _0x4d238e of _0x2f03f3)if(!_0x141c4b[_0x54f79f(0x10f)](_0x4d238e)[_0x54f79f(0x21a)])return!0x0;}return!0x1;}[_0x39d144(0x29c)](_0x40a9bf){const _0x2b63b6=_0x39d144,_0x12d9f3=this[_0x2b63b6(0x231)][_0x2b63b6(0x1ef)][_0x2b63b6(0x21e)](_0x2b63b6(0x177))[_0x2b63b6(0x15d)](_0x40a9bf);if(!_0x12d9f3)throw new _0x23c0bf(_0x2b63b6(0x138),this);return _0x12d9f3;}[_0x39d144(0x255)](_0x3b7163){const _0x3746e1=_0x39d144,_0x1854c7=this[_0x3746e1(0x231)][_0x3746e1(0x1ef)][_0x3746e1(0x21e)](_0x3746e1(0x177)),_0x194676=_0x4efcf0(_0x3746e1(0x1a0)+_0x3b7163),_0x43090d=_0x1854c7[_0x3746e1(0x15d)](_0x194676);return _0x43090d||_0x1854c7[_0x3746e1(0x20f)]({'id':_0x194676,'name':_0x3b7163});}[_0x39d144(0x296)](_0x23522d,_0x442731,_0x4a7fe0,_0xdcdb90,_0x4f5588){const _0x33026a=_0x39d144,_0x2dd46c=this[_0x33026a(0x29c)](_0xdcdb90),_0x12d5a6=this[_0x33026a(0x144)][_0x33026a(0x174)](_0x23522d,_0x442731,_0x4a7fe0,_0x2dd46c,_0x4f5588,_0x5d62ee=>{const _0x508f88=_0x33026a;this[_0x508f88(0x1b4)](_0x4a7fe0,{'attributes':_0x5d62ee});const _0x44dcda=this[_0x508f88(0x1a5)](_0x4a7fe0);this[_0x508f88(0x297)](new Set([_0x44dcda])),this[_0x508f88(0x1a8)](new Set([_0x44dcda]));});return this[_0x33026a(0x213)](_0x12d5a6,_0x33026a(0x222),()=>{const _0x1eba46=_0x33026a;this[_0x1eba46(0x1b4)](_0x4a7fe0,{'state':_0x1eba46(0x128)});},{'priority':_0x33026a(0x1df)}),this[_0x33026a(0x213)](_0x12d5a6,_0x33026a(0x28d),()=>{const _0x303899=_0x33026a;this[_0x303899(0x1b4)](_0x4a7fe0,{'state':_0x303899(0x22e)});},{'priority':_0x33026a(0x1df)}),this[_0x33026a(0x1b8)][_0x33026a(0x111)](_0x4a7fe0,_0x12d5a6),this[_0x33026a(0x282)][_0x33026a(0x111)](_0x12d5a6,_0x33026a(0x1c5)),_0x12d5a6;}[_0x39d144(0x2a2)](_0x474b2c){const _0x3da0d4=_0x39d144,_0x59d6bb=_0x474b2c[_0x3da0d4(0x223)](':');return{'group':_0x59d6bb[0x0],'type':_0x59d6bb[0x1],'subType':_0x59d6bb[_0x3da0d4(0x21a)]>=0x5?_0x59d6bb[0x2]:null,'id':_0x59d6bb[_0x3da0d4(0x21a)]<0x5?_0x59d6bb[0x2]:_0x59d6bb[0x3],'authorId':_0x59d6bb[_0x3da0d4(0x21a)]<0x5?_0x59d6bb[0x3]:_0x59d6bb[0x4],'markerCount':0x6==_0x59d6bb[_0x3da0d4(0x21a)]?_0x59d6bb[0x5]:null};}[_0x39d144(0x1ca)](_0x5d972f,_0x1ad7bd,_0xcc9c4e){const _0x2559b9=_0x39d144,_0xa983b=_0x5d972f[_0x2559b9(0x1ee)](),_0x19df1e=_0xa983b[_0x2559b9(0x179)],_0x4411b4=_0xa983b[_0x2559b9(0x1f6)];this[_0x2559b9(0x1dd)](_0x5d972f,this[_0x2559b9(0x1dc)][_0x2559b9(0x147)](_0x19df1e,_0x1ad7bd));const _0x37f1bb=_0x177d46(),_0x2e831b=_0x5d972f[_0x2559b9(0x26d)]['id'],_0x32baf5=_0x5d972f[_0x2559b9(0x184)]+(_0x5d972f[_0x2559b9(0x1c2)]?':'+_0x5d972f[_0x2559b9(0x1c2)]:'');this[_0x2559b9(0x169)]({'id':_0x37f1bb,'type':_0x32baf5,'createdAt':new Date(),'authorId':_0x2e831b,'originalSuggestionId':_0x5d972f['id'],'attributes':_0x5d972f[_0x2559b9(0x2a8)],'data':_0x5d972f[_0x2559b9(0x23b)]});const _0x47ed45=this[_0x2559b9(0x236)](_0x5d972f);(_0x2559b9(0x141)==_0x5d972f[_0x2559b9(0x184)]||_0x47ed45&&this[_0x2559b9(0x156)](_0x47ed45))&&(_0xcc9c4e=this[_0x2559b9(0x1dc)][_0x2559b9(0x211)](_0xcc9c4e[_0x2559b9(0x1fd)])),this[_0x2559b9(0x25a)](_0x32baf5,_0x37f1bb,_0x2e831b,this[_0x2559b9(0x1dc)][_0x2559b9(0x147)](_0xcc9c4e,_0x4411b4));}[_0x39d144(0x133)](_0x562b53,_0x437c48=null){const _0x40c02d=_0x39d144,_0x329af2=[],_0x14270c=this[_0x40c02d(0x231)][_0x40c02d(0x1ef)][_0x40c02d(0x21e)](_0x40c02d(0x177))['me'];Array[_0x40c02d(0x1d2)](_0x562b53)||(_0x562b53=[_0x562b53]);for(const _0x168593 of this[_0x40c02d(0x146)]()){if(!_0x168593[_0x40c02d(0x1cb)])continue;if(_0x437c48&&_0x168593[_0x40c02d(0x184)]!=_0x437c48)continue;let _0x2a62cf=!0x1;for(const _0x290dfc of _0x168593[_0x40c02d(0x25d)]()){for(const _0x3c7c53 of _0x562b53){const _0xaf3eb=_0x3c7c53[_0x40c02d(0x179)][_0x40c02d(0x1bd)](_0x290dfc[_0x40c02d(0x1f6)])||_0x3c7c53[_0x40c02d(0x1f6)][_0x40c02d(0x1bd)](_0x290dfc[_0x40c02d(0x179)]);if(_0xaf3eb||_0x3c7c53[_0x40c02d(0x1ea)](_0x290dfc)){const _0x530ac4=_0x3c7c53[_0x40c02d(0x121)](_0x290dfc)&&Rt(this[_0x40c02d(0x1dc)][_0x40c02d(0x283)],_0x290dfc[_0x40c02d(0x179)],_0x3c7c53),_0x12027c=_0x290dfc[_0x40c02d(0x121)](_0x3c7c53)&&Rt(this[_0x40c02d(0x1dc)][_0x40c02d(0x283)],_0x3c7c53[_0x40c02d(0x179)],_0x290dfc);_0x329af2[_0x40c02d(0x1a9)]({'suggestion':_0x168593,'meta':{'isOwn':_0x14270c==_0x168593[_0x40c02d(0x1c8)],'isNextTo':_0xaf3eb,'isInsideObject':_0x530ac4,'containsRangeInObject':_0x12027c}}),_0x2a62cf=!0x0;break;}}if(_0x2a62cf)break;}}return _0x329af2;}[_0x39d144(0x25a)](_0x44540d,_0xe4b573,_0x16d7f2,_0xb5e4dd,_0x48f2f7){const _0x527483=_0x39d144;this[_0x527483(0x1dc)][_0x527483(0x265)](_0x29b6c4=>{const _0x1434cd=_0x527483;let _0x2f1e0f=_0x1434cd(0x116)+_0x44540d+':'+_0xe4b573+':'+_0x16d7f2;_0x48f2f7&&(_0x2f1e0f=_0x2f1e0f+':'+_0x48f2f7),_0x29b6c4[_0x1434cd(0x1e0)](_0x2f1e0f,{'range':_0xb5e4dd,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x39d144(0x29f)](_0x4f6859){const _0x4cd66c=_0x39d144,_0x50cad3=_0x4f6859[_0x4cd66c(0x25b)],_0x4aeb12=_0x4f6859[_0x4cd66c(0x272)];_0x4f6859[_0x4cd66c(0x25b)]=null,_0x4f6859[_0x4cd66c(0x272)]=null,null!=_0x50cad3&&_0x50cad3[_0x4cd66c(0x272)]==_0x4f6859&&(_0x50cad3[_0x4cd66c(0x272)]=_0x4aeb12),null!=_0x4aeb12&&_0x4aeb12[_0x4cd66c(0x25b)]==_0x4f6859&&(_0x4aeb12[_0x4cd66c(0x25b)]=_0x50cad3),_0x4cd66c(0x10d)==this[_0x4cd66c(0x282)][_0x4cd66c(0x21e)](_0x4f6859)&&(this[_0x4cd66c(0x282)][_0x4cd66c(0x111)](_0x4f6859,_0x4cd66c(0x226)),this[_0x4cd66c(0x241)](_0x4cd66c(0x232),_0x4f6859,_0x50cad3,_0x4aeb12));}[_0x39d144(0x169)](_0x4f26ba){const _0x4ba09e=_0x39d144,_0x5abea3=_0x4f26ba['id'],_0x28caad=this[_0x4ba09e(0x124)](_0x4f26ba);if(this[_0x4ba09e(0x1a4)]&&this[_0x4ba09e(0x1a4)][_0x4ba09e(0x1d5)]){const _0x37d91d=this[_0x4ba09e(0x231)][_0x4ba09e(0x1ef)][_0x4ba09e(0x21e)](_0x4ba09e(0x1e4)),_0x544186=_0x28caad[_0x4ba09e(0x289)],_0x169f39=_0x28caad[_0x4ba09e(0x1c2)]?_0x28caad[_0x4ba09e(0x184)]+':'+_0x28caad[_0x4ba09e(0x1c2)]:_0x28caad[_0x4ba09e(0x184)],_0x3464b8=this[_0x4ba09e(0x231)][_0x4ba09e(0x16c)],_0x176a63=_0x37d91d[_0x4ba09e(0x149)](_0x4398fa(_0x3464b8,_0x4ba09e(0x1f3))),_0x517ab7={'id':_0x5abea3,'type':_0x169f39,'hasComments':_0x544186,'data':_0x4f26ba[_0x4ba09e(0x23b)]||null,'originalSuggestionId':_0x4f26ba[_0x4ba09e(0x24b)]||null,'attributes':_0x28caad[_0x4ba09e(0x2a8)]};this[_0x4ba09e(0x1a4)][_0x4ba09e(0x1d5)](_0x517ab7)[_0x4ba09e(0x166)](_0x1b6098=>{const _0x1e456c=_0x4ba09e;_0x28caad[_0x1e456c(0x20b)]=!0x0,_0x37d91d[_0x1e456c(0x227)](_0x176a63),_0x1b6098&&_0x1b6098[_0x1e456c(0x15f)]&&(this[_0x1e456c(0x1b8)][_0x1e456c(0x21e)](_0x5abea3)[_0x1e456c(0x15f)]=_0x1b6098[_0x1e456c(0x15f)]);})[_0x4ba09e(0x225)](_0x3b17df=>{const _0x385a20=_0x4ba09e;throw _0x4f8393(_0x385a20(0x195)),this[_0x385a20(0x231)][_0x385a20(0x294)][_0x385a20(0x29d)]({'isUndoable':!0x1},()=>{const _0x3f70e8=_0x385a20;_0x28caad[_0x3f70e8(0x28d)]();}),_0x28caad[_0x385a20(0x18f)](),this[_0x385a20(0x1b8)][_0x385a20(0x12a)](_0x28caad['id']),this[_0x385a20(0x282)][_0x385a20(0x12a)](_0x28caad),_0x3b17df;});}return _0x28caad;}[_0x39d144(0x156)](_0x37af2f){const _0x6f1094=_0x39d144;return this[_0x6f1094(0x23f)][_0x6f1094(0x108)](_0x37af2f);}[_0x39d144(0x1b4)](_0x53f4b5,_0x5217c3){const _0x365600=_0x39d144,_0x3c9169=this[_0x365600(0x231)][_0x365600(0x1ef)][_0x365600(0x21e)](_0x365600(0x1e4)),_0x5c36b6=this[_0x365600(0x1a5)](_0x53f4b5);if(this[_0x365600(0x1a4)]&&this[_0x365600(0x1a4)][_0x365600(0x1e1)]){if(_0x5c36b6[_0x365600(0x20b)]){const _0x47365b=_0x3c9169[_0x365600(0x149)](_0x4398fa(this[_0x365600(0x231)][_0x365600(0x16c)],_0x365600(0x1f3)));this[_0x365600(0x1a4)][_0x365600(0x1e1)](_0x53f4b5,_0x5217c3)[_0x365600(0x166)](()=>{const _0x449de1=_0x365600;_0x3c9169[_0x449de1(0x227)](_0x47365b);});}else _0x5c36b6['on'](_0x365600(0x206),()=>{const _0x3e512f=_0x365600;this[_0x3e512f(0x1b4)](_0x53f4b5,_0x5217c3);});}}[_0x39d144(0x100)](_0x37678b){const _0x3c8d2b=_0x39d144;if(!this[_0x3c8d2b(0x1a4)]||!this[_0x3c8d2b(0x1a4)][_0x3c8d2b(0x1a5)])throw new _0x23c0bf(_0x3c8d2b(0x175),this);return this[_0x3c8d2b(0x1a4)][_0x3c8d2b(0x1a5)](_0x37678b);}[_0x39d144(0x24e)](_0x108c42){const _0x3d7e93=_0x39d144,{id:_0x438fa9,type:_0x367532,subType:_0x2b8002,authorId:_0x29fd84}=this[_0x3d7e93(0x2a2)](_0x108c42),_0x1c96ae=this[_0x3d7e93(0x1b8)][_0x3d7e93(0x21e)](_0x438fa9)||this[_0x3d7e93(0x296)](_0x367532,_0x2b8002,_0x438fa9,_0x29fd84,{});switch(this[_0x3d7e93(0x188)](_0x1c96ae,_0x367532,_0x2b8002,_0x29fd84),this[_0x3d7e93(0x282)][_0x3d7e93(0x21e)](_0x1c96ae)){case _0x3d7e93(0x1c5):this[_0x3d7e93(0x100)](_0x438fa9)[_0x3d7e93(0x166)](_0x579fd5=>{const _0x2a3853=_0x3d7e93;let _0x3949ee=Promise[_0x2a3853(0x24a)]();_0x579fd5[_0x2a3853(0x289)]&&(_0x3949ee=this[_0x2a3853(0x280)][_0x2a3853(0x18d)]({'channelId':this[_0x2a3853(0x231)][_0x2a3853(0x26f)][_0x2a3853(0x21e)](_0x2a3853(0x1f1)),'threadId':_0x438fa9})),_0x3949ee[_0x2a3853(0x166)](()=>{const _0x27a31c=_0x2a3853;this[_0x27a31c(0x124)](_0x579fd5)[_0x27a31c(0x20b)]=!0x0;});}),this[_0x3d7e93(0x282)][_0x3d7e93(0x111)](_0x1c96ae,_0x3d7e93(0x198));break;case _0x3d7e93(0x226):this[_0x3d7e93(0x1b4)](_0x438fa9,{'state':_0x3d7e93(0x259)});case _0x3d7e93(0x287):this[_0x3d7e93(0x282)][_0x3d7e93(0x111)](_0x1c96ae,_0x3d7e93(0x10d)),this[_0x3d7e93(0x241)](_0x3d7e93(0x19c),_0x1c96ae);break;case _0x3d7e93(0x10d):this[_0x3d7e93(0x241)](_0x3d7e93(0x26e),_0x1c96ae);}return _0x1c96ae[_0x3d7e93(0x2ab)](_0x108c42),_0x1c96ae;}[_0x39d144(0x1a8)](_0x63bb75){const _0xbdca=_0x39d144,_0x2dc73f=Array[_0xbdca(0x26b)](_0x63bb75),_0x2c7bd5=_0x2dc73f[_0xbdca(0x2a1)](_0x2863f5=>_0xbdca(0x194)==_0x2863f5[_0xbdca(0x184)]);this[_0xbdca(0x275)](_0x2c7bd5);const _0x30d447=_0x2dc73f[_0xbdca(0x2a1)](_0x4b8702=>!_0x4b8702[_0xbdca(0x182)]&&_0xbdca(0x194)!=_0x4b8702[_0xbdca(0x184)]),_0x233a38=this[_0xbdca(0x146)]({'skipNotAttached':!0x0})[_0xbdca(0x2a1)](_0x23a79c=>!_0x23a79c[_0xbdca(0x182)]&&_0xbdca(0x194)!=_0x23a79c[_0xbdca(0x184)]),_0xae937a=_0x233a38[_0xbdca(0x2a1)](_0x2cd5db=>!_0x63bb75[_0xbdca(0x108)](_0x2cd5db)),_0x358e10=new Map(_0x233a38[_0xbdca(0x251)](_0x434f1e=>[_0x434f1e,this[_0xbdca(0x144)][_0xbdca(0x1c6)](_0x434f1e[_0xbdca(0x184)],_0x434f1e[_0xbdca(0x1c2)],_0xbdca(0x1da))])),_0x58294b=new Map(_0x233a38[_0xbdca(0x251)](_0x516d36=>[_0x516d36,_0x516d36[_0xbdca(0x1ee)]()])),_0x5d8117=new Set(),_0x508e42=new Set();for(let _0x44ad32=0x0;_0x44ad32<_0x30d447[_0xbdca(0x21a)];_0x44ad32++)_0x39a7d2(_0x30d447[_0x44ad32],_0x30d447,_0x44ad32+0x1);for(let _0x11deb4=0x0;_0x11deb4<_0x30d447[_0xbdca(0x21a)];_0x11deb4++)_0x39a7d2(_0x30d447[_0x11deb4],_0xae937a,0x0);const _0x11b9c8=new Set();for(let _0x355b33=0x0;_0x355b33<_0x30d447[_0xbdca(0x21a)];_0x355b33++){const _0x3cf683=_0x30d447[_0x355b33];!_0x508e42[_0xbdca(0x108)](_0x3cf683)&&_0x3cf683[_0xbdca(0x25b)]&&(_0x11b9c8[_0xbdca(0x149)](_0x3cf683[_0xbdca(0x25b)]),_0x3cf683[_0xbdca(0x25b)][_0xbdca(0x272)]===_0x3cf683&&(_0x3cf683[_0xbdca(0x25b)][_0xbdca(0x272)]=null),_0x3cf683[_0xbdca(0x25b)]=null),!_0x5d8117[_0xbdca(0x108)](_0x3cf683)&&_0x3cf683[_0xbdca(0x272)]&&(_0x11b9c8[_0xbdca(0x149)](_0x3cf683[_0xbdca(0x272)]),_0x3cf683[_0xbdca(0x272)][_0xbdca(0x25b)]===_0x3cf683&&(_0x3cf683[_0xbdca(0x272)][_0xbdca(0x25b)]=null),_0x3cf683[_0xbdca(0x272)]=null);}function _0x39a7d2(_0x3af2ea,_0x4f21bb,_0x34c920){const _0x1ec8ca=_0xbdca;for(let _0x395c22=_0x34c920;_0x395c22<_0x4f21bb[_0x1ec8ca(0x21a)];_0x395c22++){const _0x36dc45=_0x4c2c69(_0x3af2ea,_0x4f21bb[_0x395c22]);_0x36dc45&&(_0x36dc45[0x0][_0x1ec8ca(0x272)]=_0x36dc45[0x1],_0x36dc45[0x1][_0x1ec8ca(0x25b)]=_0x36dc45[0x0],_0x5d8117[_0x1ec8ca(0x149)](_0x36dc45[0x0]),_0x508e42[_0x1ec8ca(0x149)](_0x36dc45[0x1]));}}function _0x4c2c69(_0x480648,_0xea2bff){const _0x1c7025=_0xbdca;if(_0x480648[_0x1c7025(0x1c8)]['id']!==_0xea2bff[_0x1c7025(0x1c8)]['id'])return null;const _0x3ac99e=_0x358e10[_0x1c7025(0x21e)](_0x480648)(_0x480648,_0xea2bff,_0x58294b[_0x1c7025(0x21e)](_0x480648),_0x58294b[_0x1c7025(0x21e)](_0xea2bff));if(!_0x3ac99e)return null;return _0x358e10[_0x1c7025(0x21e)](_0xea2bff)(_0x480648,_0xea2bff,_0x58294b[_0x1c7025(0x21e)](_0x480648),_0x58294b[_0x1c7025(0x21e)](_0xea2bff))?_0x3ac99e[0x1][_0x1c7025(0x1ed)]&&_0x3ac99e[0x1][_0x1c7025(0x1ed)][_0x1c7025(0x21a)]?null:_0x3ac99e:null;}_0x11b9c8[_0xbdca(0x190)]&&this[_0xbdca(0x1a8)](_0x11b9c8);}[_0x39d144(0x275)](_0x1e7da8){const _0x224449=_0x39d144;if(0x0==_0x1e7da8[_0x224449(0x21a)])return;const _0x54e105=this[_0x224449(0x146)]({'skipNotAttached':!0x0})[_0x224449(0x2a1)](_0x49aab8=>_0x224449(0x194)==_0x49aab8[_0x224449(0x184)]&&_0x49aab8[_0x224449(0x269)]),_0x1f3e35=[],_0x125709=new Map();for(const _0x3b5f95 of _0x54e105){const _0x33df3b=_0x4efcf0(_0x3b5f95[_0x224449(0x2a8)]);_0x125709[_0x224449(0x108)](_0x33df3b)||(_0x125709[_0x224449(0x111)](_0x33df3b,_0x1f3e35[_0x224449(0x21a)]),_0x1f3e35[_0x224449(0x1a9)]([]));const _0x52890e=_0x125709[_0x224449(0x21e)](_0x33df3b);_0x1f3e35[_0x52890e][_0x224449(0x1a9)](_0x3b5f95);}!(function(){const _0x2625e2=_0x224449;_0x1f3e35[_0x2625e2(0x1ad)]((_0x31c530,_0x337ecc)=>{const _0x574d24=_0x2625e2,_0x5bf18f=_0x31c530[0x0][_0x574d24(0x15f)],_0x4c90f7=_0x337ecc[0x0][_0x574d24(0x15f)];return _0x5bf18f==_0x4c90f7?_0x31c530[0x0][_0x574d24(0x2a8)][_0x574d24(0x243)]<_0x337ecc[0x0][_0x574d24(0x2a8)][_0x574d24(0x243)]?-0x1:0x1:_0x5bf18f<_0x4c90f7?-0x1:0x1;});for(const _0x5da8c3 of _0x1f3e35)_0x5da8c3[_0x2625e2(0x1ad)]((_0x4fe81b,_0x22fd17)=>_0x4fe81b['id']<_0x22fd17['id']?-0x1:0x1);}());for(let _0x5828ae=0x0;_0x5828ae<_0x1f3e35[_0x224449(0x21a)];_0x5828ae++){if(0x0==_0x1f3e35[_0x5828ae][_0x224449(0x21a)])continue;const _0x45c3a5=[];for(let _0x356784=_0x5828ae+0x1;_0x356784<_0x1f3e35[_0x224449(0x21a)];_0x356784++)0x0!=_0x1f3e35[_0x356784][_0x224449(0x21a)]&&_0x53d1ad(_0x1f3e35[_0x5828ae],_0x1f3e35[_0x356784])&&_0x45c3a5[_0x224449(0x1a9)](_0x356784);for(const _0xb53257 of _0x45c3a5)_0x1f3e35[_0x5828ae]=_0x1f3e35[_0x5828ae][_0x224449(0x27c)](_0x1f3e35[_0xb53257]),_0x1f3e35[_0xb53257]=[];}for(const _0x2de59f of _0x1f3e35)for(let _0x52e0ab=0x0;_0x52e0ab<_0x2de59f[_0x224449(0x21a)];_0x52e0ab++)_0x2de59f[_0x52e0ab][_0x224449(0x272)]=_0x2de59f[_0x52e0ab+0x1]||null;for(const _0x3bb2d3 of _0x1f3e35)for(let _0x2c87c0=0x0;_0x2c87c0<_0x3bb2d3[_0x224449(0x21a)];_0x2c87c0++)_0x3bb2d3[_0x2c87c0][_0x224449(0x25b)]=_0x3bb2d3[_0x2c87c0-0x1]||null;function _0x53d1ad(_0x5c5314,_0x5e3493){const _0x35ac69=_0x224449;if(_0x5c5314[0x0][_0x35ac69(0x2a8)][_0x35ac69(0x243)]!==_0x5e3493[0x0][_0x35ac69(0x2a8)][_0x35ac69(0x243)]&&_0x5c5314[0x0][_0x35ac69(0x1c8)]!==_0x5e3493[0x0][_0x35ac69(0x1c8)])return!0x1;if(!function(_0x2a8bfe,_0xc06bb5){const _0x418a27=_0x35ac69;if(!_0x2a8bfe[_0x418a27(0x289)]&&!_0xc06bb5[_0x418a27(0x289)])return!0x0;if(_0x2a8bfe[_0x418a27(0x289)]&&_0xc06bb5[_0x418a27(0x289)])return!0x1;if(_0x2a8bfe[_0x418a27(0x289)]&&_0xc06bb5[_0x418a27(0x15f)]<_0x2a8bfe[_0x418a27(0x1ed)][_0x418a27(0x107)][_0x418a27(0x21e)](0x0)[_0x418a27(0x15f)])return!0x0;if(_0xc06bb5[_0x418a27(0x289)]&&_0x2a8bfe[_0x418a27(0x15f)]<_0xc06bb5[_0x418a27(0x1ed)][_0x418a27(0x107)][_0x418a27(0x21e)](0x0)[_0x418a27(0x15f)])return!0x0;return!0x1;}(_0x5c5314[0x0],_0x5e3493[0x0]))return!0x1;const _0x16bf49=_0x768e39(_0x5c5314[0x0][_0x35ac69(0x2a8)],_0x35ac69(0x243)),_0x365b12=_0x768e39(_0x5e3493[0x0][_0x35ac69(0x2a8)],_0x35ac69(0x243));if(!_0x4c78d7(_0x16bf49,_0x365b12))return!0x1;return!!_0x5c5314[_0x35ac69(0x246)](_0x3dc43f=>_0x5e3493[_0x35ac69(0x142)](_0x5c72eb=>_0x3dc43f[_0x35ac69(0x1ee)]()[_0x35ac69(0x1bd)](_0x5c72eb[_0x35ac69(0x1ee)]())))&&_0x5e3493[_0x35ac69(0x246)](_0x1eb9ec=>_0x5c5314[_0x35ac69(0x142)](_0x27b0d5=>_0x1eb9ec[_0x35ac69(0x1ee)]()[_0x35ac69(0x1bd)](_0x27b0d5[_0x35ac69(0x1ee)]())));}}[_0x39d144(0x297)](_0xa43aa7){const _0x236827=_0x39d144,_0x23a207=Array[_0x236827(0x26b)](_0xa43aa7),_0x5bcbf2=this[_0x236827(0x146)]({'skipNotAttached':!0x0}),_0x46cf9f=_0x5bcbf2[_0x236827(0x2a1)](_0x2e56a0=>!_0xa43aa7[_0x236827(0x108)](_0x2e56a0)),_0x52fad3=new Map(_0x23a207[_0x236827(0x251)](_0x4c959b=>[_0x4c959b,this[_0x236827(0x144)][_0x236827(0x1c6)](_0x4c959b[_0x236827(0x184)],_0x4c959b[_0x236827(0x1c2)],_0x236827(0x191))])),_0x39d8ab=new Map(_0x5bcbf2[_0x236827(0x251)](_0x239ba8=>[_0x239ba8,_0x239ba8[_0x236827(0x25d)]()]));for(let _0x3d1bed=0x0;_0x3d1bed<_0x23a207[_0x236827(0x21a)];_0x3d1bed++){if(_0x1c7f33(this,_0x23a207[_0x3d1bed],_0x23a207,_0x3d1bed+0x1))return!0x0;}for(let _0x450812=0x0;_0x450812<_0x23a207[_0x236827(0x21a)];_0x450812++){if(_0x1c7f33(this,_0x23a207[_0x450812],_0x46cf9f,0x0))return!0x0;}return!0x1;function _0x1c7f33(_0xec4bfd,_0x246dc2,_0x5c2cd4,_0x2dd7ab){const _0x217db2=_0x236827;for(let _0x473554=_0x2dd7ab;_0x473554<_0x5c2cd4[_0x217db2(0x21a)];_0x473554++){const _0x4a7dc0=_0x5c2cd4[_0x473554];if(_0x4a7dc0[_0x217db2(0x184)]!==_0x246dc2[_0x217db2(0x184)]||_0x4a7dc0[_0x217db2(0x1c8)]['id']!==_0x246dc2[_0x217db2(0x1c8)]['id']||_0x4a7dc0[_0x217db2(0x1c2)]!==_0x246dc2[_0x217db2(0x1c2)])continue;if(!Pt(_0x246dc2,_0x4a7dc0,[_0x217db2(0x243)]))continue;if(_0x217db2(0x194)==_0x246dc2[_0x217db2(0x184)]&&_0x246dc2[_0x217db2(0x23b)][_0x217db2(0x1e7)]!=_0x4a7dc0[_0x217db2(0x23b)][_0x217db2(0x1e7)])continue;if(_0x217db2(0x194)==_0x246dc2[_0x217db2(0x184)]&&_0xec4bfd[_0x217db2(0x156)](_0x246dc2[_0x217db2(0x23b)][_0x217db2(0x205)]))continue;if(_0x217db2(0x141)==_0x246dc2[_0x217db2(0x184)]){const _0x5a7693=_0xec4bfd[_0x217db2(0x231)][_0x217db2(0x294)],_0x26dafa=_0x246dc2[_0x217db2(0x192)]();if(_0x26dafa&&(_0x5a7693[_0x217db2(0x283)][_0x217db2(0x178)](_0x26dafa)||_0x5a7693[_0x217db2(0x283)][_0x217db2(0x248)](_0x26dafa)))continue;}const _0x3d7c87=_0x52fad3[_0x217db2(0x21e)](_0x246dc2),_0x10a266=_0x39d8ab[_0x217db2(0x21e)](_0x246dc2),_0x380bba=_0x39d8ab[_0x217db2(0x21e)](_0x4a7dc0),_0x2840f7=_0x246dc2[_0x217db2(0x1ed)]&&_0x246dc2[_0x217db2(0x1ed)][_0x217db2(0x21a)],_0x4eb992=_0x4a7dc0[_0x217db2(0x1ed)]&&_0x4a7dc0[_0x217db2(0x1ed)][_0x217db2(0x21a)];if(!_0x2840f7&&_0x3d7c87(_0x380bba,_0x10a266))return _0xec4bfd[_0x217db2(0x113)](_0x4a7dc0,_0x246dc2),_0x39d8ab[_0x217db2(0x12a)](_0x246dc2),!0x0;if(!_0x4eb992&&_0x3d7c87(_0x10a266,_0x380bba))return _0xec4bfd[_0x217db2(0x113)](_0x246dc2,_0x4a7dc0),_0x39d8ab[_0x217db2(0x12a)](_0x4a7dc0),!0x0;}return!0x1;}}[_0x39d144(0x113)](_0x102838,_0x771898){const _0x569847=_0x39d144;if(_0x102838[_0x569847(0x182)]){for(const _0x324dc1 of _0x771898[_0x569847(0x25d)]())_0x102838[_0x569847(0x13a)](_0x324dc1);}else{const _0x295edf=_0x771898[_0x569847(0x1ee)]()[_0x569847(0x1f6)];this[_0x569847(0x1dd)](_0x102838,this[_0x569847(0x1dc)][_0x569847(0x147)](_0x102838[_0x569847(0x1ee)]()[_0x569847(0x179)],_0x295edf));}_0x771898[_0x569847(0x19b)]();}[_0x39d144(0x293)](_0x1c47fe,_0x5966db){const _0x339a73=_0x39d144,_0x1994c0=_0x1c47fe[_0x339a73(0x164)](_0x339a73(0x102))||_0x1c47fe[_0x339a73(0x164)](_0x339a73(0x194))?_0x339a73(0x21d):_0x1c47fe[_0x339a73(0x132)]();return _0x4398fa(this[_0x339a73(0x231)][_0x339a73(0x16c)],_0x5966db+'_'+_0x1994c0+_0x339a73(0x1a3));}[_0x39d144(0x153)](){const _0x1eb0bf=_0x39d144,_0x1c6e0f=this[_0x1eb0bf(0x231)];_0x24a818(this[_0x1eb0bf(0x1dc)],({left:_0x4e3220,entered:_0x183470})=>{const _0x28f7b8=_0x1eb0bf,_0x291d57=[];for(const _0x5cef6e of _0x4e3220){const {group:_0x369261,type:_0x3c032b}=this[_0x28f7b8(0x2a2)](_0x5cef6e[_0x28f7b8(0x143)]);if(_0x28f7b8(0x203)===_0x369261){_0x291d57[_0x28f7b8(0x1a9)](this[_0x28f7b8(0x293)](_0x3c032b,_0x28f7b8(0x1af)));break;}}for(const _0x29557a of _0x183470){const {group:_0x55bf86,type:_0x5002bf}=this[_0x28f7b8(0x2a2)](_0x29557a[_0x28f7b8(0x143)]);if(_0x28f7b8(0x203)===_0x55bf86){_0x291d57[_0x28f7b8(0x1a9)](this[_0x28f7b8(0x293)](_0x5002bf,_0x28f7b8(0x292)));break;}}_0x291d57[_0x28f7b8(0x21a)]&&_0x1c6e0f['ui'][_0x28f7b8(0x148)][_0x28f7b8(0x176)](_0x28f7b8(0x224),_0x291d57[_0x28f7b8(0x191)]('\x20'));});}[_0x39d144(0x15e)](_0x130fb8){const _0x15bc2f=_0x39d144;if(this[_0x15bc2f(0x29a)])return!0x1;const _0xdcf756=this[_0x15bc2f(0x231)],_0x1b34cd=_0xdcf756[_0x15bc2f(0x294)][_0x15bc2f(0x2ac)][_0x15bc2f(0x1e3)][_0x15bc2f(0x127)]();if(0x0==_0x1b34cd[_0x15bc2f(0x21a)])return!0x1;const _0x2b1340=[],_0x226031=_0x1b34cd[_0x15bc2f(0x2a1)](_0x3df2a1=>_0x15bc2f(0x194)==_0x3df2a1[_0x15bc2f(0x184)]),_0x547326=_0x1b34cd[_0x15bc2f(0x2a1)](_0x17d47=>_0x15bc2f(0x11f)==_0x17d47[_0x15bc2f(0x184)]&&_0x15bc2f(0x210)!=_0x17d47[_0x15bc2f(0x143)]),_0x4e9d1e=_0x1b34cd[_0x15bc2f(0x2a1)](_0x5a7680=>_0x15bc2f(0x227)==_0x5a7680[_0x15bc2f(0x184)]&&_0x15bc2f(0x210)!=_0x5a7680[_0x15bc2f(0x143)]);for(const _0x469021 of _0x226031)_0x2b1340[_0x15bc2f(0x1a9)]({'key':_0x469021[_0x15bc2f(0x14b)],'newValue':_0x469021[_0x15bc2f(0x1d9)],'oldValue':_0x469021[_0x15bc2f(0x125)],'range':Ot(_0x469021[_0x15bc2f(0x1bf)],_0xdcf756[_0x15bc2f(0x294)])});for(const _0x351ce7 of _0x547326){const _0x230aac=_0x4e9d1e[_0x15bc2f(0x154)](_0x4381ad=>_0x4381ad[_0x15bc2f(0x120)][_0x15bc2f(0x1bd)](_0x351ce7[_0x15bc2f(0x120)]));_0x230aac&&_0x2b1340[_0x15bc2f(0x1a9)]({'key':_0x15bc2f(0x155),'newValue':_0x351ce7[_0x15bc2f(0x143)],'oldValue':_0x230aac[_0x15bc2f(0x143)],'range':_0xdcf756[_0x15bc2f(0x294)][_0x15bc2f(0x193)](_0x351ce7[_0x15bc2f(0x120)][_0x15bc2f(0x242)])});}return 0x0!=_0x2b1340[_0x15bc2f(0x21a)]&&this[_0x15bc2f(0x13f)](_0x130fb8,_0x2b1340);}[_0x39d144(0x215)](_0x1956ba){const _0x580617=_0x39d144;let _0x22d8de=!0x1;const _0x35d7fc=this[_0x580617(0x231)][_0x580617(0x294)][_0x580617(0x2ac)][_0x580617(0x1e3)][_0x580617(0x249)]()[_0x580617(0x2a1)](_0x17e031=>_0x17e031[_0x580617(0x23b)][_0x580617(0x109)]&&_0x17e031[_0x580617(0x143)][_0x580617(0x164)](_0x580617(0x1f0)));for(const _0x5df16c of _0x35d7fc){const {subType:_0x2bf198,id:_0x327821}=this[_0x580617(0x2a2)](_0x5df16c[_0x580617(0x143)]),_0x321b5d=_0x2bf198[_0x580617(0x223)]('|')[0x0];for(const _0x243a59 of this[_0x580617(0x146)]({'skipNotAttached':!0x0}))_0x243a59['id']!=_0x327821&&_0x580617(0x194)==_0x243a59[_0x580617(0x184)]&&_0x243a59[_0x580617(0x23b)]&&_0x243a59[_0x580617(0x23b)][_0x580617(0x205)]==_0x321b5d&&_0x243a59[_0x580617(0x1ee)]()[_0x580617(0x29e)](_0x5df16c[_0x580617(0x23b)][_0x580617(0x109)])&&(this[_0x580617(0x291)](_0x243a59,_0x5df16c[_0x580617(0x23b)][_0x580617(0x109)],_0x1956ba),_0x22d8de=!0x0);}return _0x22d8de;}[_0x39d144(0x122)](_0x5efc41){const _0x2a8fbd=_0x39d144;this[_0x2a8fbd(0x231)],(this[_0x2a8fbd(0x29a)]=!0x0,_0x5efc41());}[_0x39d144(0x295)](_0x1c8d93){const _0x3bbeef=_0x39d144,_0x362a56=this[_0x3bbeef(0x156)](_0x1c8d93),_0x9648a3=this[_0x3bbeef(0x26c)][_0x3bbeef(0x108)](_0x1c8d93);return _0x362a56||_0x9648a3;}[_0x39d144(0x13f)](_0x27b4ee,_0x4a2427){const _0x3f870c=_0x39d144;if(0x0==_0x4a2427[_0x3f870c(0x21a)])return!0x1;let _0x1308cd=!0x1;for(const _0x4bff31 of _0x4a2427){const _0x4ddb05=this[_0x3f870c(0x133)](_0x4bff31[_0x3f870c(0x1bf)],_0x3f870c(0x194))[_0x3f870c(0x2a1)](_0x3a4974=>!_0x3a4974[_0x3f870c(0x260)][_0x3f870c(0x25f)])[_0x3f870c(0x251)](_0xb68507=>_0xb68507[_0x3f870c(0x203)]),_0x2949a6=_0x4efcf0({'newValue':_0x4bff31[_0x3f870c(0x197)]});_0x4ddb05[_0x3f870c(0x2a1)](_0x43c101=>{const _0x45f723=_0x3f870c,[_0x2f3c7b,_0x2d630f]=_0x43c101[_0x45f723(0x1c2)][_0x45f723(0x223)]('|');return _0x2f3c7b==_0x4bff31[_0x45f723(0x205)]&&_0x2d630f!=_0x2949a6;})[_0x3f870c(0x16f)](_0x595c57=>{const _0x8bc2a4=_0x3f870c;this[_0x8bc2a4(0x291)](_0x595c57,_0x4bff31[_0x8bc2a4(0x1bf)],_0x27b4ee),_0x1308cd=!0x0;});}return _0x1308cd;}[_0x39d144(0x291)](_0x47d80b,_0x1ab9b5,_0x38328e){const _0x412dc7=_0x39d144,_0x429966=_0x47d80b[_0x412dc7(0x1ee)]()[_0x412dc7(0x10f)](_0x1ab9b5);0x0!==_0x429966[_0x412dc7(0x21a)]?0x1!==_0x429966[_0x412dc7(0x21a)]?this[_0x412dc7(0x1ca)](_0x47d80b,_0x1ab9b5[_0x412dc7(0x179)],_0x1ab9b5[_0x412dc7(0x1f6)]):this[_0x412dc7(0x1dd)](_0x47d80b,_0x429966[0x0]):_0x38328e[_0x412dc7(0x183)](_0x47d80b[_0x412dc7(0x1f4)]());}}class xt{constructor(_0x240620){const _0x29f29a=_0x39d144;this[_0x29f29a(0x238)]=_0x240620,this[_0x29f29a(0x1dc)]=_0x240620[_0x29f29a(0x294)],this[_0x29f29a(0x23c)]=new Map(),this[_0x29f29a(0x278)]=new Map(),this[_0x29f29a(0x1f7)]();}[_0x39d144(0x174)](_0x40b7e7,_0x59ddd6,_0x6a65d8,_0x276af1,_0x6453cc,_0x273b46){const _0x473cf2=_0x39d144;return new _0xfda56f(this[_0x473cf2(0x1dc)],{'type':_0x40b7e7,'subType':_0x59ddd6,'id':_0x6a65d8,'author':_0x276af1,'creator':_0x276af1,'attributes':_0x6453cc,'onAttributesChange':_0x273b46,'onAccept':(..._0x3ee1ed)=>this[_0x473cf2(0x1c6)](_0x40b7e7,_0x59ddd6,_0x473cf2(0x222))(..._0x3ee1ed),'onDiscard':(..._0x29428d)=>this[_0x473cf2(0x1c6)](_0x40b7e7,_0x59ddd6,_0x473cf2(0x28d))(..._0x29428d)});}[_0x39d144(0x140)](_0x4aab7e,_0x3ec302,_0x5486b5,_0x530055){const _0x4f585e=_0x39d144,_0x245a6b=_0x4aab7e+':'+_0x3ec302+':'+_0x5486b5;this[_0x4f585e(0x23c)][_0x4f585e(0x111)](_0x245a6b,_0x530055);}[_0x39d144(0x1c6)](_0x75725d,_0x4828f4,_0x30d6a0){const _0x213d84=_0x39d144,_0xd6050d=_0x75725d+':'+_0x4828f4+':'+_0x30d6a0;return this[_0x213d84(0x23c)][_0x213d84(0x21e)](_0xd6050d)||this[_0x213d84(0x278)][_0x213d84(0x21e)](_0x75725d+':'+_0x30d6a0);}[_0x39d144(0x1f7)](){const _0x350903=_0x39d144,_0x22cc4b=()=>!0x1,_0x3c9a3e=_0x563e3d=>{const _0x39093e=_0xecc3;_0x563e3d[_0x39093e(0x1ad)]((_0x5f1496,_0x520dbe)=>_0x5f1496[_0x39093e(0x179)][_0x39093e(0x163)](_0x520dbe[_0x39093e(0x179)])?0x1:-0x1),this[_0x39093e(0x1dc)][_0x39093e(0x265)](_0x5a51f8=>{const _0xc72159=_0x39093e;for(const _0x5a007d of _0x563e3d){let _0x3485b2;_0x3485b2=_0x5a007d[_0xc72159(0x1f6)][_0xc72159(0x20e)]&&_0x5a007d[_0xc72159(0x1f6)][_0xc72159(0x1fd)]==_0x5a007d[_0xc72159(0x179)][_0xc72159(0x242)]?_0x5a51f8[_0xc72159(0x204)](_0x5a007d[_0xc72159(0x179)][_0xc72159(0x242)],'on'):_0x5a51f8[_0xc72159(0x204)](_0x5a007d),this[_0xc72159(0x1dc)][_0xc72159(0x1eb)](_0x3485b2,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x4e6ba1=(_0x29d96b,_0x160a81)=>{const _0x184365=_0xecc3;_0x160a81&&this[_0x184365(0x1dc)][_0x184365(0x265)](_0x580212=>{const _0x244a37=_0x184365,{commandName:_0x225229,commandParams:_0x56e989=[]}=_0x160a81,_0x24c52b=_0x29d96b[_0x244a37(0x251)](_0x5e30f6=>(Tt(_0x5e30f6)&&(_0x5e30f6=this[_0x244a37(0x1dc)][_0x244a37(0x147)](_0x5e30f6[_0x244a37(0x1f6)])),_0x5e30f6))[_0x244a37(0x2a1)](_0x3498b6=>_0x244a37(0x219)!==_0x3498b6[_0x244a37(0x262)][_0x244a37(0x1b1)]);if(_0x24c52b[_0x244a37(0x21a)]<0x1)return;const _0x53ca50=Array[_0x244a37(0x26b)](this[_0x244a37(0x1dc)][_0x244a37(0x2ac)][_0x244a37(0x1bb)][_0x244a37(0x25d)]())[_0x244a37(0x251)](_0x4ed3c0=>_0x5e0db1[_0x244a37(0x27d)](_0x4ed3c0));_0x580212[_0x244a37(0x12d)](_0x24c52b);for(const _0x3fe8d4 of this[_0x244a37(0x238)][_0x244a37(0x1fe)][_0x244a37(0x1fe)]())_0x3fe8d4[_0x244a37(0x168)]();_0x56e989[_0x244a37(0x1a9)]({'forceDefaultExecution':!0x0}),this[_0x244a37(0x238)][_0x244a37(0x207)](_0x225229,..._0x56e989);const _0x13e733=_0x53ca50[_0x244a37(0x2a1)](_0x217ecd=>_0x244a37(0x219)!=_0x217ecd[_0x244a37(0x262)][_0x244a37(0x1b1)]);_0x13e733[_0x244a37(0x21a)]>0x0&&_0x580212[_0x244a37(0x12d)](_0x13e733);for(const _0x312ccf of _0x53ca50)_0x312ccf[_0x244a37(0x11c)]();});},_0x43c49a=(_0x3d0ebb,_0x3a63fe)=>0x1==_0x3d0ebb[_0x350903(0x21a)]&&0x1==_0x3a63fe[_0x350903(0x21a)]&&_0x3d0ebb[0x0][_0x350903(0x1f6)][_0x350903(0x1bd)](_0x3a63fe[0x0][_0x350903(0x179)]),_0xcce9fd=(_0x352814,_0x5c5690,_0x2b0a1e,_0xb321cd)=>Ft(_0x352814,_0x5c5690,_0x2b0a1e,_0xb321cd,this[_0x350903(0x1dc)])?[_0x352814,_0x5c5690]:Ft(_0x5c5690,_0x352814,_0xb321cd,_0x2b0a1e,this[_0x350903(0x1dc)])?[_0x5c5690,_0x352814]:null;this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x150),_0x22cc4b),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x22a),_0x3c9a3e),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x1a7),_0x43c49a),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x202),_0xcce9fd),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x199),_0x3c9a3e),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x1c1),_0x22cc4b),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x1d1),_0x43c49a),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x16b),_0xcce9fd),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x19a),_0x4e6ba1),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x159),_0x22cc4b),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x135),_0x43c49a),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x18b),_0x22cc4b),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x273),_0x4e6ba1),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x2ae),_0x22cc4b),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x11b),_0x43c49a),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x1c4),_0x22cc4b),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x257),_0x22cc4b),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x1db),(_0x40a05e,_0x1ece4c)=>{const _0x2c342d=_0x350903;if(!_0x1ece4c)return;const _0x19fcad=this[_0x2c342d(0x238)][_0x2c342d(0x1ef)][_0x2c342d(0x21e)](p);this[_0x2c342d(0x1dc)][_0x2c342d(0x265)](_0x152356=>{const _0x5b0456=_0x2c342d;if(_0x5b0456(0x155)==_0x1ece4c[_0x5b0456(0x205)])for(const _0x5c3739 of _0x40a05e){const _0x5c4e99=_0x5c3739[_0x5b0456(0x179)][_0x5b0456(0x242)],_0x44abda=_0x1ece4c[_0x5b0456(0x1e7)];_0x152356[_0x5b0456(0x28a)](_0x5c4e99,_0x44abda);}else{if(_0x19fcad[_0x5b0456(0x156)](_0x1ece4c[_0x5b0456(0x205)])){for(const _0x2f69d4 of _0x40a05e)void 0x0!==_0x1ece4c[_0x5b0456(0x1e7)]?_0x152356[_0x5b0456(0x28e)](_0x1ece4c[_0x5b0456(0x205)],_0x1ece4c[_0x5b0456(0x1e7)],_0x2f69d4[_0x5b0456(0x179)][_0x5b0456(0x242)]):_0x152356[_0x5b0456(0x12f)](_0x1ece4c[_0x5b0456(0x205)],_0x2f69d4[_0x5b0456(0x179)][_0x5b0456(0x242)]);}else{for(const _0x3c4071 of _0x40a05e)_0x1ece4c[_0x5b0456(0x1e7)]?_0x152356[_0x5b0456(0x28e)](_0x1ece4c[_0x5b0456(0x205)],_0x1ece4c[_0x5b0456(0x1e7)],_0x3c4071):_0x152356[_0x5b0456(0x12f)](_0x1ece4c[_0x5b0456(0x205)],_0x3c4071);}}});}),this[_0x350903(0x278)][_0x350903(0x111)](_0x350903(0x17c),_0x43c49a);}}function Rt(_0x2c7422,_0x45bdbf,_0x52b2c6){const _0x7e5e19=_0x39d144;for(const _0x34de4e of _0x45bdbf[_0x7e5e19(0x1fd)][_0x7e5e19(0x253)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x34de4e[_0x7e5e19(0x262)]==_0x34de4e)return!0x1;if(!_0x52b2c6[_0x7e5e19(0x298)](_0x34de4e))return!0x1;if(_0x2c7422[_0x7e5e19(0x178)](_0x34de4e)||_0x2c7422[_0x7e5e19(0x248)](_0x34de4e))return!0x0;}return!0x1;}function Tt(_0x18a3a4){const _0x486773=_0x39d144;return _0x18a3a4[_0x486773(0x1f6)][_0x486773(0x1fd)]==_0x18a3a4[_0x486773(0x179)][_0x486773(0x242)]&&_0x18a3a4[_0x486773(0x1f6)][_0x486773(0x14a)];}function Et(_0x5cd420,_0x29a8ba,_0x22fac7,_0x5e46b6){const _0x3adf82=_0x39d144,_0x206640=_0x5d739d=>!_0x5d739d[_0x3adf82(0x160)]['is'](_0x3adf82(0x20c))&&!_0x5e46b6[_0x3adf82(0x178)](_0x5d739d[_0x3adf82(0x160)]),_0x1fbb80=_0x5cd420[_0x3adf82(0x179)][_0x3adf82(0x10b)](_0x206640),_0x48b260=_0x5cd420[_0x3adf82(0x1f6)][_0x3adf82(0x10b)](_0x206640,{'direction':_0x3adf82(0x19f)});return(!_0x5cd420[_0x3adf82(0x179)][_0x3adf82(0x1bd)](_0x1fbb80)||!_0x5cd420[_0x3adf82(0x1f6)][_0x3adf82(0x1bd)](_0x48b260))&&(_0x1fbb80[_0x3adf82(0x163)](_0x48b260)?_0x22fac7[_0x3adf82(0x2a3)](_0x29a8ba,{'range':_0x22fac7[_0x3adf82(0x147)](_0x1fbb80,_0x48b260)}):_0x22fac7[_0x3adf82(0x183)](_0x29a8ba),!0x0);}function _0x4d19(){const _0x313eb6=['batch','isTouching','addClass','unbind','parent','commands','discardSuggestion','@external','discardSelectedSuggestions','insertion:chain','suggestion','createSelection','key','change:_saved','execute','createPositionAfter','57700zuHGJy','_enableDefaultAttributesIntegration','_saved','$textProxy','_registerInlineAttribute','isAtEnd','addUser','$text','createPositionBefore','update:suggestion','listenTo','_onDiscard','_processAttributeSuggestions','1485783HbGZhA','return','markMultiRangeInsertion','$graveyard','length','removeComment','clone','FORMATTING','get','howMany','normal','setTo','accept','split','trackChanges','catch','removed','remove','markers','markerToHighlight','insertion:discard','adapter','_addThreadToSuggestion','_afterChanges','rejected','_mergeNestedSuggestions','change:activeMarkers','editor','suggestionUnloaded','getAttribute','elementEnd','formatBlock:','_getAttributeKey','enableCommand','_editor','removeMarker:suggestion:attribute','toJSON','data','_customCallbacks','dataToMarker','_element','_blockAttributeKeys','_trackFormatChanges','fire','nodeAfter','groupId','moveTargetPosition','activeMarkers','every','getRange','isLimit','getChangedMarkers','resolve','originalSuggestionId','addMarker:suggestion','getShiftedBy','_handleNewSuggestionMarker','consume','ck-suggestion-marker-formatBlock','map','splitPosition','getAncestors','discardAllSuggestions','_getExternalAuthor','bindElementToMarker','attribute:accept','addMarker:suggestion:formatBlock','open','_addSuggestionMarker','previous','getNearestSelectionRange','getRanges','enableReadOnlyMode','isNextTo','meta','6135384TrmHMY','root','splice','getWalker','change','values','createPositionAt','ck-suggestion-marker','_isDataLoaded','track-changes-suggestion-not-found','from','_inlineAttributeKeys','creator','suggestionChanged','config','isInsideObject','toViewElement','next','formatBlock:accept','documentSelection','_refreshAttributeSuggestionsChain','authoredAt','attribute:','_defaultCallbacks','isOwn','isDocumentOperation','commandName','concat','fromRange','markBlockFormat','data-suggestion','_commentsRepository','lowest','_suggestionState','schema','targetPosition','addCommentThread','head','dataReady','track-changes-command-not-found','hasComments','rename','move','clear','discard','setAttribute','requires','_registerBlockAttribute','_reduceSuggestionAttributeRange','ENTER','_getMarkerAnnouncementText','model','_isRegisteredAttribute','_createSuggestion','_joinWithAdjacentSuggestions','containsItem','isRemovable','_recordAttributeSuggestions','CommentsRepository','_getAuthorFromId','enqueueChange','isIntersecting','_removeSuggestion','getAllAdjacentSuggestions','filter','_splitMarkerName','updateMarker','dataDowncast','_isForcedDefaultExecutionBlock','pop','insertion','attributes','insertion:','deletion:','addMarkerName','document','conversion','formatBlock:discard','_getSuggestionData','acceptAllSuggestions','format','warn','$marker','trackChangesCommand','fromCharCode','comments','has','newRange','define','getLastMatchingPosition','getMultiRangeId','ready','markerNameToElements','getDifference','markerToData','set','markDeletion','_joinSuggestions','substr','showSuggestionHighlights','suggestion:','156XwyfQr','isSelectable','elementToElement','init','formatBlock:join','detach','getMarkers','rethrowUnexpectedError','insert','position','containsRange','_recordAttributeChanges','addHighlight','addSuggestionData','attributeOldValue','containsRangeInObject','getChanges','accepted','options','delete','trackChanges.mergeNestedSuggestions','multipleBlocks','setSelection','elementStart','removeAttribute','value','isExternal','toUpperCase','_findSuggestions','markAttributeChange','formatInline:join','markMultiRangeBlockFormat','acceptSelectedSuggestions','track-changes-user-not-found','formatInline:','addRange','widget','after','mapper','for','_reduceExistingSuggestions','registerCustomCallback','formatBlock','some','name','_suggestionFactory','forward','getSuggestions','createRange','ariaLiveAnnouncer','add','isAtStart','attributeKey','_descriptionFactory','isCollapsed','_enabledCommands','assign','insertion:accept','isBlock','default','_initAriaMarkerChangeAnnouncements','find','$elementName','_isBlockAttribute','suggestion-type','insertContent','formatInline:discard','includes','keys','_rangeIsInLocalUserInsertion','getUser','_processAttributeChanges','createdAt','item','element','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.','isBefore','startsWith','hasCommentThread','then','formatInline','refresh','_setSuggestionData','substring','deletion:chain','locale','unbindElementFromMarkerName','2332785PZgTtv','forEach','oldRange','markerName','isAfter','editing','buildSuggestion','track-changes-adapter-missing-getsuggestion','announce','Users','isObject','start','4264290whqhMW','tablePasteChainId','attribute:join','track-changes-suggestion-data-mismatch','getItems','isLocal','change:data','deletion','isMultiRange','removeMarker','type','skipNestingCheck','addMarker:suggestion:attribute','writer','_checkSuggestionCorrectness','never','stop','formatInline:chain','pluginName','fetchCommentThread','ck-suggestion-marker-','stopListening','size','join','getContainedElement','createRangeOn','attribute','error-saving-suggestion-data-suggestion-discarded','group','newValue','markerReady','deletion:accept','formatInline:accept','removeMarkers','suggestionLoaded','low','getCommentThread','backward','external:','containerElement','4CiblfK','_SUGGESTION_ANNOUNCEMENT','_adapter','getSuggestion','multi','insertion:join','_refreshSuggestionsChain','push','track-changes-enable-command-twice','markInsertion','upcast','sort','marker-count','LEAVE','registerPostFixer','rootName','reconvertMarker','nodeBefore','_updateSuggestionData','highest','unshift','markMultiRangeDeletion','_suggestions','addComment','markInlineFormat','selection','removeMarker:suggestion:formatBlock','isEqual','trackChanges.trackFormatChanges','range','isIntersectingWithRange','deletion:discard','subType','ck-suggestion-marker--active','formatBlock:chain','notReady','getSuggestionCallback','containsPosition','author','editingDowncast','_breakSuggestionMarker','isInContent','TrackChangesEditing','forceDefaultExecution','formatGroupId','always','isUndo','deletion:join','isArray','ck-suggestion-marker-formatInline','createRangeIn','addSuggestion','acceptSuggestion','before','track-changes-adapter-already-set','attributeNewValue','chain','attribute:discard','_model','_setSuggestionRange','hasSuggestion','high','addMarker','updateSuggestion','applyOperation','differ','PendingActions','consumable','_cutOutSuggestionMarker','oldValue','5272480THOgan','removeClass','getIntersection','deleteContent','getCustomProperty','commentThread','getFirstRange','plugins','suggestion:attribute:','collaboration.channelId','createElement','PENDING_ACTION_SUGGESTION','getFirstMarker','authorName','end','_registerDefaultCallbacks','506813hgcXWa'];_0x4d19=function(){return _0x313eb6;};return _0x4d19();}function Vt(_0x279705){return _0x4efcf0(_0x279705);}function Ut(_0x2a3652){const _0x5ecc73=_0x39d144,_0x525810=_0x2a3652[_0x5ecc73(0x179)][_0x5ecc73(0x242)];return _0x525810&&_0x525810['is'](_0x5ecc73(0x161));}function Ot(_0x352ebe,_0x25de5b){const _0x278512=_0x39d144;return null==_0x352ebe[_0x278512(0x1f6)][_0x278512(0x1b3)]&&_0x352ebe[_0x278512(0x1f6)][_0x278512(0x1fd)]==_0x352ebe[_0x278512(0x179)][_0x278512(0x242)]?Gt(_0x352ebe[_0x278512(0x179)][_0x278512(0x242)],_0x25de5b):_0x352ebe;}function Gt(_0x44acb7,_0x38f8f3){const _0x3f2c90=_0x39d144,_0x138847=_0x38f8f3[_0x3f2c90(0x283)][_0x3f2c90(0x178)](_0x44acb7)||_0x38f8f3[_0x3f2c90(0x283)][_0x3f2c90(0x118)](_0x44acb7);return _0x38f8f3[_0x3f2c90(0x147)](_0x38f8f3[_0x3f2c90(0x267)](_0x44acb7,_0x3f2c90(0x1d7)),_0x138847?_0x38f8f3[_0x3f2c90(0x208)](_0x44acb7):_0x38f8f3[_0x3f2c90(0x267)](_0x44acb7,_0x3f2c90(0x1f6)));}function Ft(_0x375300,_0x562f2c,_0x1b5d8c,_0x55553b,_0x304f12){const _0x93f607=_0x39d144;if(!Pt(_0x375300,_0x562f2c))return!0x1;if(_0x1b5d8c[_0x93f607(0x1f6)][_0x93f607(0x1bd)](_0x55553b[_0x93f607(0x179)]))return!0x0;if(_0x375300[_0x93f607(0x184)]!=_0x562f2c[_0x93f607(0x184)])return!0x1;if(!_0x1b5d8c[_0x93f607(0x1f6)][_0x93f607(0x1fa)](_0x55553b[_0x93f607(0x179)]))return!0x1;const _0x176a97=_0x304f12[_0x93f607(0x147)](_0x1b5d8c[_0x93f607(0x1f6)],_0x55553b[_0x93f607(0x179)])[_0x93f607(0x264)]();for(const _0x6a149e of _0x176a97)if([_0x93f607(0x12e),_0x93f607(0x234)][_0x93f607(0x15a)](_0x6a149e[_0x93f607(0x184)])&&_0x304f12[_0x93f607(0x283)][_0x93f607(0x248)](_0x6a149e[_0x93f607(0x160)]))return!0x1;return!0x0;}function Pt(_0x43fd25,_0x2b8de9,_0x31fe6c=[]){const _0x27f1ce=_0x39d144;return!(!_0x43fd25[_0x27f1ce(0x269)]||!_0x2b8de9[_0x27f1ce(0x269)])&&_0x4c78d7(_0x768e39(_0x43fd25[_0x27f1ce(0x2a8)],_0x31fe6c),_0x768e39(_0x2b8de9[_0x27f1ce(0x2a8)],_0x31fe6c));}function Lt(_0x18d6fe,_0x1be74c){const _0x1dabe2=_0x39d144,_0x26d179=Ht(_0x18d6fe[_0x1dabe2(0x2a8)]),_0xef72f9=Ht(_0x1be74c);if(!_0x18d6fe[_0x1dabe2(0x269)])return!0x1;for(const _0x34af91 of Object[_0x1dabe2(0x15b)](_0xef72f9))if(!_0x4c78d7(_0x26d179[_0x34af91],_0xef72f9[_0x34af91]))return!0x1;return!0x0;}function Ht(_0x63d750){const _0x56f40e=_0x39d144,_0x238ba1=Object[_0x56f40e(0x14f)]({},_0x63d750);return delete _0x238ba1[_0x56f40e(0x185)],delete _0x238ba1[_0x56f40e(0x17b)],_0x238ba1;}
|
|
23
|
+
const _0xa3bf74=_0x4ad7;(function(_0x333056,_0x4c50d1){const _0x641788=_0x4ad7,_0x4670ea=_0x333056();while(!![]){try{const _0x54cfc9=parseInt(_0x641788(0x325))/0x1+parseInt(_0x641788(0x1f1))/0x2*(parseInt(_0x641788(0x250))/0x3)+parseInt(_0x641788(0x2a1))/0x4*(parseInt(_0x641788(0x385))/0x5)+parseInt(_0x641788(0x350))/0x6*(parseInt(_0x641788(0x1e9))/0x7)+-parseInt(_0x641788(0x2a5))/0x8*(parseInt(_0x641788(0x20f))/0x9)+parseInt(_0x641788(0x277))/0xa*(parseInt(_0x641788(0x2db))/0xb)+-parseInt(_0x641788(0x375))/0xc*(parseInt(_0x641788(0x24c))/0xd);if(_0x54cfc9===_0x4c50d1)break;else _0x4670ea['push'](_0x4670ea['shift']());}catch(_0x24c8cc){_0x4670ea['push'](_0x4670ea['shift']());}}}(_0x343c,0x33806));import{Plugin as _0x4c51b0,PendingActions as _0x2c269c}from'ckeditor5/src/core.js';import{LiveRange as _0x277a22}from'ckeditor5/src/engine.js';import{CKEditorError as _0x4f8fd0,uid as _0x43e651,priorities as _0x51543d,logWarning as _0x66f3b9}from'ckeditor5/src/utils.js';import{toWidget as _0x313e43}from'ckeditor5/src/widget.js';import{Users as _0x4bcc92,hashObject as _0x137e0d,surroundingMarkersDetector as _0x17e455}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x174dbc from'./commands/trackchangescommand.js';import _0x3b0e8e from'./commands/acceptsuggestioncommand.js';import _0x215745 from'./commands/discardsuggestioncommand.js';import _0x1e822b from'./commands/executeonallsuggestionscommand.js';import _0xf0e525 from'./commands/executeonselectedsuggestionscommand.js';import _0x10db3b from'./suggestion.js';import _0x4a7b05 from'./suggestiondescriptionfactory.js';import _0x329ead from'./integrations/aiassistant.js';import _0x2ef82c from'./integrations/alignment.js';import _0x540619 from'./integrations/basicstyles.js';import _0x5895ca from'./integrations/blockquote.js';import _0x3c53d2 from'./integrations/casechange.js';import _0x4dda4e from'./integrations/ckbox.js';import _0xff6e98 from'./integrations/codeblock.js';import _0x3b40cc from'./integrations/comments.js';import _0x11027a from'./integrations/deletecommand.js';import _0x1b4ee4 from'./integrations/list.js';import _0x1b434d from'./integrations/listproperties.js';import _0x1c1c79 from'./integrations/entercommand.js';import _0x36a566 from'./integrations/findandreplace.js';import _0x172ebe from'./integrations/font.js';import _0x59d90f from'./integrations/formatpainter.js';import _0x5dd807 from'./integrations/heading.js';import _0xc9a1e5 from'./integrations/highlight.js';import _0x1dabf1 from'./integrations/horizontalline.js';import _0x4c928c from'./integrations/htmlembed.js';import _0x245487 from'./integrations/image.js';import _0xcf2fad from'./integrations/imagereplace.js';import _0x3ecf47 from'./integrations/imagestyle.js';function _0x4ad7(_0x4d56c4,_0xa6b36b){const _0x343c18=_0x343c();return _0x4ad7=function(_0x4ad766,_0x2b644e){_0x4ad766=_0x4ad766-0x1df;let _0x11fa89=_0x343c18[_0x4ad766];return _0x11fa89;},_0x4ad7(_0x4d56c4,_0xa6b36b);}import _0xa53d2d from'./integrations/importword.js';import _0x4175be from'./integrations/indent.js';import _0x3c8b53 from'./integrations/inputcommand.js';import _0x456ffe from'./integrations/link.js';import _0x327a66 from'./integrations/legacylist.js';import _0x37391f from'./integrations/legacylistproperties.js';import _0x2e5801 from'./integrations/mediaembed.js';import _0x59d7f6 from'./integrations/mention.js';import _0x164bf0 from'./integrations/multilevellist.js';import _0x5a1b96 from'./integrations/pagebreak.js';import _0x1d6956 from'./integrations/paragraph.js';import _0x1b8617 from'./integrations/removeformat.js';import _0x523cff from'./integrations/restrictededitingmode.js';import _0x4f074c from'./integrations/shiftentercommand.js';import _0x38e77f from'./integrations/standardeditingmode.js';import _0x2c2f67 from'./integrations/style.js';import _0x2dcf3d from'./integrations/table.js';import _0x3c8a98 from'./integrations/tablemergesplit.js';import _0x4e3215 from'./integrations/tableheadings.js';import _0x2342b1 from'./integrations/tableclipboard.js';import _0x585768 from'./integrations/tablecolumnresize.js';import _0x283e31 from'./integrations/template.js';import _0x40d4ad from'./integrations/tableofcontents.js';import _0x5491c2 from'./integrations/title.js';import _0x2c1d19 from'./integrations/undo.js';import _0x2e18d1 from'./integrations/tablecaption.js';import _0x5858d4 from'./integrations/tableproperties.js';import{getTranslation as _0x293937}from'./utils/common-translations.js';import{isEqual as _0x20249e,omit as _0x25b9de}from'lodash-es';export const renameAttributeKey=_0xa3bf74(0x2cb);export default class p extends _0x4c51b0{static get[_0xa3bf74(0x340)](){const _0x11fca1=_0xa3bf74;return[_0x11fca1(0x299),_0x4bcc92,_0x2c269c,_0x329ead,_0x2ef82c,_0x540619,_0x5895ca,_0x4dda4e,_0x3c53d2,_0xff6e98,_0x3b40cc,_0x11027a,_0x1c1c79,_0x36a566,_0x172ebe,_0x59d90f,_0x5dd807,_0xc9a1e5,_0x1dabf1,_0x4c928c,_0x245487,_0x3ecf47,_0xcf2fad,_0xa53d2d,_0x4175be,_0x3c8b53,_0x327a66,_0x37391f,_0x164bf0,_0x456ffe,_0x1b4ee4,_0x1b434d,_0x2e5801,_0x59d7f6,_0x5a1b96,_0x1d6956,_0x1b8617,_0x523cff,_0x4f074c,_0x38e77f,_0x2c2f67,_0x2dcf3d,_0x3c8a98,_0x4e3215,_0x2e18d1,_0x2342b1,_0x585768,_0x40d4ad,_0x5858d4,_0x283e31,_0x5491c2,_0x2c1d19];}static get[_0xa3bf74(0x21b)](){const _0xf2f952=_0xa3bf74;return _0xf2f952(0x206);}constructor(_0x362dc9){const _0x910fb0=_0xa3bf74;function _0x5419eb(_0x37965f){const _0x44c0dd=_0x4ad7;return _0x37965f[_0x44c0dd(0x2e8)](_0x22ffe0=>String[_0x44c0dd(0x20e)](_0x22ffe0))[_0x44c0dd(0x388)]('');}super(_0x362dc9),this[_0x910fb0(0x214)]=!0x1,this[_0x910fb0(0x25f)](_0x910fb0(0x343),[]),this['on'](_0x910fb0(0x252),(_0x24ddef,_0x3d624d,_0x3724d2,_0x8700d0)=>{const _0x3e64e4=_0x910fb0;this[_0x3e64e4(0x205)][_0x3e64e4(0x22e)](()=>{const _0x4c8e12=_0x3e64e4;for(const _0x5062c2 of[..._0x8700d0,..._0x3724d2])this[_0x4c8e12(0x205)][_0x4c8e12(0x276)][_0x4c8e12(0x371)](_0x5062c2)&&_0x362dc9[_0x4c8e12(0x295)][_0x4c8e12(0x342)](_0x5062c2);});}),this[_0x910fb0(0x287)]=new _0x4a7b05(this[_0x910fb0(0x2d8)][_0x910fb0(0x38c)][_0x910fb0(0x354)],this[_0x910fb0(0x2d8)][_0x910fb0(0x22d)]),this[_0x910fb0(0x36a)]=null,this[_0x910fb0(0x34a)]=new xt(this[_0x910fb0(0x2d8)]),this[_0x910fb0(0x222)]=new Map(),this[_0x910fb0(0x357)]=_0x362dc9[_0x910fb0(0x37d)][_0x910fb0(0x2cd)](_0x910fb0(0x299)),this[_0x910fb0(0x232)]=new Set(),this[_0x910fb0(0x205)]=this[_0x910fb0(0x2d8)][_0x910fb0(0x38c)],this[_0x910fb0(0x301)]=new WeakMap(),this[_0x910fb0(0x241)]=!0x1,this[_0x910fb0(0x330)]=new Set([_0x910fb0(0x2cb)]),this[_0x910fb0(0x310)]=new Set(),_0x362dc9[_0x910fb0(0x1ee)][_0x910fb0(0x24f)](_0x910fb0(0x2c8),_0x910fb0(0x23b)),this[_0x910fb0(0x1ff)]=_0x362dc9[_0x910fb0(0x1ee)][_0x910fb0(0x2cd)](_0x910fb0(0x2c8)),_0x362dc9[_0x910fb0(0x1ee)][_0x910fb0(0x24f)](_0x910fb0(0x26f),!0x0),this[_0x910fb0(0x1f9)]=_0x362dc9[_0x910fb0(0x1ee)][_0x910fb0(0x2cd)](_0x910fb0(0x26f)),this[_0x910fb0(0x35b)]=new _0x174dbc(_0x362dc9,this[_0x910fb0(0x232)]),this[_0x910fb0(0x281)](),this[_0x5419eb([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x5419eb([0x34,0x30,0x34,0x38,0x30,0x38,0x33,0x32]);}[_0xa3bf74(0x38d)](){const _0x51e968=_0xa3bf74,_0x34ce37=this[_0x51e968(0x2d8)],_0x2cf474=(_0x596dce,_0x1f4b22)=>{const _0x2c05f2=_0x51e968;if(_0x2c05f2(0x28a)!=_0x596dce)return _0x2c05f2(0x213)+_0x596dce;const _0x257364=_0x1f4b22[_0x2c05f2(0x1f8)]('|')[0x0];return this[_0x2c05f2(0x22c)](_0x257364)?_0x2c05f2(0x220):_0x2c05f2(0x2b5);};_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x296))[_0x51e968(0x2b2)]({'model':_0x51e968(0x345),'view':_0x10b39c=>{const _0x329f9d=_0x51e968,{id:_0x10e0f9,type:_0x56cfb6,subType:_0x1e2a50}=this[_0x329f9d(0x369)](_0x10b39c[_0x329f9d(0x2f4)]),_0x509e73=[_0x329f9d(0x2ef),_0x2cf474(_0x56cfb6,_0x1e2a50)];let _0x9c7a45=0xbb8;return this[_0x329f9d(0x343)][_0x329f9d(0x363)](_0x10b39c[_0x329f9d(0x2f4)])&&(_0x509e73[_0x329f9d(0x231)](_0x329f9d(0x2a7)),_0x9c7a45=0xbc2),_0x329f9d(0x268)==_0x56cfb6&&(_0x9c7a45+=0x5),{'classes':_0x509e73,'attributes':{'data-suggestion':_0x10e0f9},'priority':_0x9c7a45};}}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x2d3))[_0x51e968(0x328)](_0x27efae=>{const _0x36aa3e=_0x51e968;_0x27efae['on'](_0x36aa3e(0x29b),(_0x209c8b,_0x38c5f8,_0x45b321)=>{const _0xf0f33a=_0x36aa3e;if(!_0x45b321[_0xf0f33a(0x31c)][_0xf0f33a(0x31b)])return;const _0x230f6c=_0x38c5f8[_0xf0f33a(0x26b)];if(!_0x230f6c)return;const _0xeaf681=_0x45b321[_0xf0f33a(0x2df)][_0xf0f33a(0x305)](_0x230f6c);_0x34ce37[_0xf0f33a(0x38c)][_0xf0f33a(0x354)][_0xf0f33a(0x2ca)](_0x230f6c)&&_0xeaf681&&!_0xeaf681[_0xf0f33a(0x208)](_0xf0f33a(0x1f6))&&_0xeaf681['is'](_0xf0f33a(0x2d4))&&_0x313e43(_0xeaf681,_0x45b321[_0xf0f33a(0x337)]);},{'priority':_0x36aa3e(0x348)});}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x2d3))[_0x51e968(0x2b2)]({'model':_0x51e968(0x345),'view':(_0x49c45a,_0x411048)=>{const _0x2f55fe=_0x51e968;if(!_0x411048[_0x2f55fe(0x31c)][_0x2f55fe(0x31b)])return null;const {type:_0x7a13c5,subType:_0x475561}=this[_0x2f55fe(0x369)](_0x49c45a[_0x2f55fe(0x2f4)]);return{'classes':[_0x2f55fe(0x2ef),_0x2cf474(_0x7a13c5,_0x475561)],'priority':0xbb8};}});const _0x94b6c0=({showActiveMarkers:_0x1d90c5=!0x0,isAttributeSuggestion:_0x59c0e2=!0x1}={})=>(_0xa9e89e,_0x2b66a2,_0x4d39c8)=>{const _0x48e554=_0x51e968;if(!_0x2b66a2[_0x48e554(0x26b)])return;const {id:_0x14cd1f}=this[_0x48e554(0x369)](_0x2b66a2[_0x48e554(0x2f4)]);if(_0x59c0e2){const _0xe4a4c3=this[_0x48e554(0x222)][_0x48e554(0x2cd)](_0x14cd1f),_0x34bff0=this[_0x48e554(0x251)](_0xe4a4c3);if(!this[_0x48e554(0x22c)](_0x34bff0))return;}if(_0x2b66a2[_0x48e554(0x26b)]['is'](_0x48e554(0x1eb)))return void _0x4d39c8[_0x48e554(0x322)][_0x48e554(0x31d)](_0x2b66a2[_0x48e554(0x26b)],_0xa9e89e[_0x48e554(0x303)]);const _0x55132c=_0x4d39c8[_0x48e554(0x2df)][_0x48e554(0x305)](_0x2b66a2[_0x48e554(0x26b)]);if(_0x2b66a2[_0x48e554(0x26b)]['is'](_0x48e554(0x267))&&_0x34ce37[_0x48e554(0x38c)][_0x48e554(0x354)][_0x48e554(0x1ec)](_0x2b66a2[_0x48e554(0x26b)])&&!_0x55132c[_0x48e554(0x208)](_0x48e554(0x224))){_0x4d39c8[_0x48e554(0x337)][_0x48e554(0x2e5)]([_0x48e554(0x2ef),_0x48e554(0x220)],_0x55132c),_0x4d39c8[_0x48e554(0x337)][_0x48e554(0x2f8)](_0x48e554(0x28c),_0x14cd1f,_0x55132c),_0x4d39c8[_0x48e554(0x2df)][_0x48e554(0x1fa)](_0x55132c,_0x2b66a2[_0x48e554(0x2f4)]),_0x1d90c5&&(this[_0x48e554(0x343)][_0x48e554(0x363)](_0x2b66a2[_0x48e554(0x2f4)])?_0x4d39c8[_0x48e554(0x337)][_0x48e554(0x2e5)](_0x48e554(0x2a7),_0x55132c):_0x4d39c8[_0x48e554(0x337)][_0x48e554(0x32a)](_0x48e554(0x2a7),_0x55132c));for(const _0x5a3d43 of _0x34ce37[_0x48e554(0x38c)][_0x48e554(0x333)](_0x2b66a2[_0x48e554(0x26b)])[_0x48e554(0x201)]())_0x4d39c8[_0x48e554(0x322)][_0x48e554(0x31d)](_0x5a3d43,_0xa9e89e[_0x48e554(0x303)]);_0x4d39c8[_0x48e554(0x322)][_0x48e554(0x31d)](_0x2b66a2[_0x48e554(0x26b)],_0xa9e89e[_0x48e554(0x303)]);}};_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x2d3))[_0x51e968(0x328)](_0x483240=>{const _0x2c2b5e=_0x51e968;_0x483240['on'](_0x2c2b5e(0x2d1),(_0x62db77,_0x5dd908,_0x4316b8)=>{const _0x1be23d=_0x2c2b5e;_0x4316b8[_0x1be23d(0x31c)][_0x1be23d(0x31b)]&&_0x94b6c0({'showActiveMarkers':!0x1})(_0x62db77,_0x5dd908,_0x4316b8);},{'priority':_0x2c2b5e(0x256)});}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x2d3))[_0x51e968(0x328)](_0x1df02f=>{const _0x53c329=_0x51e968;_0x1df02f['on'](_0x53c329(0x1e2),(_0x4b34fe,_0x10943f,_0x1ba58a)=>{const _0x198eb2=_0x53c329;_0x1ba58a[_0x198eb2(0x31c)][_0x198eb2(0x31b)]&&_0x94b6c0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x4b34fe,_0x10943f,_0x1ba58a);},{'priority':_0x53c329(0x256)});}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x2d3))[_0x51e968(0x229)]({'model':_0x51e968(0x345),'view':(_0x5cb3e5,_0x17d85a)=>_0x17d85a[_0x51e968(0x31c)][_0x51e968(0x31b)]?null:{'group':_0x51e968(0x345),'name':_0x5cb3e5[_0x51e968(0x29c)](0xb)}}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x360))[_0x51e968(0x30e)]({'view':{'name':_0x51e968(0x345),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1fffa2,{writer:_0x2b8fe1})=>{const _0x268dd3=_0x51e968;let _0x47ceb7=_0x268dd3(0x329)+_0x1fffa2[_0x268dd3(0x334)](_0x268dd3(0x1f2))+':'+_0x1fffa2[_0x268dd3(0x334)]('id');return _0x1fffa2[_0x268dd3(0x334)](_0x268dd3(0x321))&&(_0x47ceb7+=':'+_0x1fffa2[_0x268dd3(0x334)](_0x268dd3(0x321))),_0x2b8fe1[_0x268dd3(0x22f)](_0x268dd3(0x31e),{'data-name':_0x47ceb7});}}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x360))[_0x51e968(0x33c)]({'view':_0x51e968(0x345)}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x296))[_0x51e968(0x328)](_0x5d46fc=>{const _0x3c3458=_0x51e968;_0x5d46fc['on'](_0x3c3458(0x2d1),_0x94b6c0(),{'priority':_0x3c3458(0x348)});}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x296))[_0x51e968(0x328)](_0x204051=>{const _0x23f5cf=_0x51e968;_0x204051['on'](_0x23f5cf(0x1e2),_0x94b6c0({'isAttributeSuggestion':!0x0}),{'priority':_0x23f5cf(0x348)});}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x296))[_0x51e968(0x328)](_0x22b984=>{const _0x8c51f1=_0x51e968;_0x22b984['on'](_0x8c51f1(0x362),(_0x5d67fc,_0x1b529d,_0xa3749b)=>{const _0x1d2e4c=_0x8c51f1,_0x107557=_0xa3749b[_0x1d2e4c(0x2df)][_0x1d2e4c(0x272)](_0x1b529d[_0x1d2e4c(0x2f4)]);if(_0x107557){for(const _0x4884d7 of _0x107557)_0x4884d7[_0x1d2e4c(0x208)](_0x1d2e4c(0x224))||(_0xa3749b[_0x1d2e4c(0x337)][_0x1d2e4c(0x32a)]([_0x1d2e4c(0x2ef),_0x1d2e4c(0x220),_0x1d2e4c(0x2a7)],_0x4884d7),_0xa3749b[_0x1d2e4c(0x337)][_0x1d2e4c(0x25d)](_0x1d2e4c(0x28c),_0x4884d7),_0xa3749b[_0x1d2e4c(0x2df)][_0x1d2e4c(0x384)](_0x4884d7,_0x1b529d[_0x1d2e4c(0x2f4)]));}},{'priority':_0x8c51f1(0x348)});}),_0x34ce37[_0x51e968(0x2f5)][_0x51e968(0x230)](_0x51e968(0x296))[_0x51e968(0x328)](_0x456483=>{const _0xfa0f44=_0x51e968;_0x456483['on'](_0xfa0f44(0x247),(_0x3801a9,_0x261459,_0x21f6a3)=>{const _0x4ce11c=_0xfa0f44,_0x42332d=_0x21f6a3[_0x4ce11c(0x2df)][_0x4ce11c(0x272)](_0x261459[_0x4ce11c(0x2f4)]);if(!_0x42332d)return;const {id:_0x59b203}=this[_0x4ce11c(0x369)](_0x261459[_0x4ce11c(0x2f4)]),_0x57cbc3=this[_0x4ce11c(0x222)][_0x4ce11c(0x2cd)](_0x59b203),_0x5b474b=this[_0x4ce11c(0x251)](_0x57cbc3);if(this[_0x4ce11c(0x22c)](_0x5b474b)){for(const _0x858f3b of _0x42332d)_0x858f3b[_0x4ce11c(0x208)](_0x4ce11c(0x224))||(_0x21f6a3[_0x4ce11c(0x337)][_0x4ce11c(0x32a)]([_0x4ce11c(0x2ef),_0x4ce11c(0x220),_0x4ce11c(0x2a7)],_0x858f3b),_0x21f6a3[_0x4ce11c(0x337)][_0x4ce11c(0x25d)](_0x4ce11c(0x28c),_0x858f3b),_0x21f6a3[_0x4ce11c(0x2df)][_0x4ce11c(0x384)](_0x858f3b,_0x261459[_0x4ce11c(0x2f4)]));}},{'priority':_0xfa0f44(0x348)});}),_0x34ce37[_0x51e968(0x38c)][_0x51e968(0x2da)][_0x51e968(0x223)](_0x4cdc5f=>{const _0x35e719=_0x51e968;let _0x2df5de=!0x1;const _0x42414b=Array[_0x35e719(0x1e0)](_0x34ce37[_0x35e719(0x38c)][_0x35e719(0x2da)][_0x35e719(0x2ec)][_0x35e719(0x280)]()),_0x58ecb9=new Set();for(const {name:_0x5be05c,data:_0x4cf995}of _0x42414b){const {group:_0x539247,type:_0x5a14b6,subType:_0x231989,id:_0x4a4120}=this[_0x35e719(0x369)](_0x5be05c);if(_0x35e719(0x345)!==_0x539247)continue;const _0x366071=this[_0x35e719(0x222)][_0x35e719(0x2cd)](_0x4a4120);if(null!=_0x4cf995[_0x35e719(0x373)]){_0x35e719(0x358)==_0x5a14b6&&(_0x2df5de=_0x2df5de||Et(_0x4cf995[_0x35e719(0x373)],_0x5be05c,_0x4cdc5f,_0x34ce37[_0x35e719(0x38c)][_0x35e719(0x354)]));const _0x64c745=_0x35e719(0x28a)==_0x5a14b6&&this[_0x35e719(0x22c)](_0x231989[_0x35e719(0x1f8)]('|')[0x0]);if(_0x4cf995[_0x35e719(0x373)][_0x35e719(0x200)]||_0x35e719(0x221)==_0x4cf995[_0x35e719(0x373)][_0x35e719(0x1e1)][_0x35e719(0x304)]||_0x35e719(0x335)==_0x5a14b6&&!Ut(_0x4cf995[_0x35e719(0x373)])||_0x64c745&&!Ut(_0x4cf995[_0x35e719(0x373)])||_0x35e719(0x268)==_0x5a14b6&&!(!Tt(_0x1b15d6=_0x4cf995[_0x35e719(0x373)])&&!function(_0x398f03){const _0x121020=_0x35e719;return _0x398f03[_0x121020(0x23d)][_0x121020(0x33a)]==_0x398f03[_0x121020(0x2a3)][_0x121020(0x300)]&&_0x398f03[_0x121020(0x23d)][_0x121020(0x1ef)];}(_0x1b15d6)))_0x4cdc5f[_0x35e719(0x391)](_0x5be05c),_0x2df5de=!0x0;else{if(!_0x366071||!_0x366071[_0x35e719(0x2c4)])continue;_0x58ecb9[_0x35e719(0x328)](_0x366071);}}}var _0x1b15d6;return _0x58ecb9[_0x35e719(0x382)]>0x0&&(_0x2df5de=!!this[_0x35e719(0x24a)](_0x58ecb9)||_0x2df5de),_0x2df5de;}),_0x34ce37[_0x51e968(0x38c)][_0x51e968(0x2da)][_0x51e968(0x223)](_0x340a61=>{const _0x48400c=_0x51e968;let _0xf8a120=!0x1;for(const _0x22a671 of _0x34ce37[_0x48400c(0x38c)][_0x48400c(0x2da)][_0x48400c(0x2ec)][_0x48400c(0x344)]())if(_0x48400c(0x2e2)==_0x22a671[_0x48400c(0x266)])for(const _0x45dd99 of this[_0x48400c(0x222)][_0x48400c(0x30c)]()){if(_0x45dd99[_0x48400c(0x359)]||!_0x45dd99[_0x48400c(0x2c4)])continue;const _0x10083d=_0x48400c(0x335)==_0x45dd99[_0x48400c(0x266)],_0x1b7735=this[_0x48400c(0x251)](_0x45dd99),_0x1ddb0d=_0x1b7735&&this[_0x48400c(0x22c)](_0x1b7735);if(!_0x10083d&&!_0x1ddb0d)continue;const _0x5eb80e=_0x45dd99[_0x48400c(0x37b)]();if(_0x5eb80e[_0x48400c(0x23d)][_0x48400c(0x33a)]!=_0x5eb80e[_0x48400c(0x2a3)][_0x48400c(0x33a)]&&!_0x5eb80e[_0x48400c(0x2a3)][_0x48400c(0x1ef)]){const _0x3c89bf=_0x34ce37[_0x48400c(0x38c)][_0x48400c(0x31a)](_0x5eb80e[_0x48400c(0x23d)][_0x48400c(0x2e6)],_0x48400c(0x2a3)),_0x2c6044=_0x34ce37[_0x48400c(0x38c)][_0x48400c(0x1e3)](_0x5eb80e[_0x48400c(0x23d)],_0x3c89bf);_0x340a61[_0x48400c(0x243)](_0x45dd99[_0x48400c(0x364)](),{'range':_0x2c6044}),_0xf8a120=!0x0;}}return _0xf8a120;}),_0x34ce37[_0x51e968(0x38c)][_0x51e968(0x2da)][_0x51e968(0x223)](_0x2c253e=>this[_0x51e968(0x2d5)](_0x2c253e)),_0x34ce37[_0x51e968(0x38c)][_0x51e968(0x2da)][_0x51e968(0x223)](_0x5064b1=>!_0x5064b1[_0x51e968(0x2f1)][_0x51e968(0x367)]&&this[_0x51e968(0x298)](_0x5064b1)),_0x34ce37[_0x51e968(0x38c)]['on'](_0x51e968(0x265),()=>{const _0xef0cc4=_0x51e968;this[_0xef0cc4(0x214)]=!0x1;}),_0x34ce37[_0x51e968(0x38c)][_0x51e968(0x2da)]['on'](_0x51e968(0x239),(_0x410535,_0x3bb8c8)=>{const _0x4e7354=_0x51e968;if(!_0x3bb8c8[_0x4e7354(0x367)]||_0x3bb8c8[_0x4e7354(0x228)])return;if(!this[_0x4e7354(0x214)])return;const _0x510b9f=_0x34ce37[_0x4e7354(0x38c)][_0x4e7354(0x2da)][_0x4e7354(0x2ec)][_0x4e7354(0x344)]();if(0x0==_0x510b9f[_0x4e7354(0x349)])return;const _0x270d40=[],_0x15894e=_0x510b9f[_0x4e7354(0x23f)](_0x5c8f65=>_0x4e7354(0x28a)==_0x5c8f65[_0x4e7354(0x266)]),_0x55dec2=_0x510b9f[_0x4e7354(0x23f)](_0x2cde36=>_0x4e7354(0x2e2)==_0x2cde36[_0x4e7354(0x266)]&&_0x4e7354(0x34f)!=_0x2cde36[_0x4e7354(0x303)]),_0x288fd6=_0x510b9f[_0x4e7354(0x23f)](_0x527e8b=>_0x4e7354(0x2c0)==_0x527e8b[_0x4e7354(0x266)]&&_0x4e7354(0x34f)!=_0x527e8b[_0x4e7354(0x303)]);for(const _0x570e46 of _0x15894e)this[_0x4e7354(0x286)](_0x570e46[_0x4e7354(0x2b6)])&&_0x270d40[_0x4e7354(0x231)]({'key':_0x570e46[_0x4e7354(0x2b6)],'newValue':_0x570e46[_0x4e7354(0x2a6)],'oldValue':_0x570e46[_0x4e7354(0x28b)],'range':Ot(_0x570e46[_0x4e7354(0x210)],_0x34ce37[_0x4e7354(0x38c)])});for(const _0x1c6bee of _0x55dec2){const _0x2554e5=_0x288fd6[_0x4e7354(0x263)](_0x4680bc=>_0x4680bc[_0x4e7354(0x312)]===_0x1c6bee[_0x4e7354(0x312)]);if(_0x2554e5){const _0x625ffa=Gt(_0x1c6bee[_0x4e7354(0x379)][_0x4e7354(0x2e6)],_0x34ce37[_0x4e7354(0x38c)]);_0x2554e5[_0x4e7354(0x303)]!==_0x1c6bee[_0x4e7354(0x303)]&&_0x270d40[_0x4e7354(0x231)]({'key':_0x4e7354(0x2cb),'newValue':_0x1c6bee[_0x4e7354(0x303)],'oldValue':_0x2554e5[_0x4e7354(0x303)],'range':_0x625ffa});for(const [_0x58472c,_0x51feb2]of _0x2554e5[_0x4e7354(0x28d)]){if(!this[_0x4e7354(0x286)](_0x58472c))continue;const _0x2744c1=_0x1c6bee[_0x4e7354(0x28d)][_0x4e7354(0x2cd)](_0x58472c);_0x51feb2!==_0x2744c1&&_0x270d40[_0x4e7354(0x231)]({'key':_0x58472c,'newValue':_0x2744c1,'oldValue':_0x51feb2,'range':_0x625ffa});}for(const [_0x96ef85,_0x1fd8a1]of _0x1c6bee[_0x4e7354(0x28d)])this[_0x4e7354(0x286)](_0x96ef85)&&(_0x2554e5[_0x4e7354(0x28d)][_0x4e7354(0x371)](_0x96ef85)||_0x270d40[_0x4e7354(0x231)]({'key':_0x96ef85,'newValue':_0x1fd8a1,'oldValue':null,'range':_0x625ffa}));}}0x0!=_0x270d40[_0x4e7354(0x349)]&&_0x34ce37[_0x4e7354(0x38c)][_0x4e7354(0x283)](_0x3bb8c8,_0xa4455=>{const _0x1a01a9=_0x4e7354,_0x3deabe=_0x43e651();for(const {range:_0x24326f,key:_0x4b3bed,oldValue:_0x146847,newValue:_0x3ceaf0}of _0x270d40)this[_0x1a01a9(0x26d)](_0x24326f,_0x4b3bed,_0x146847,_0x3ceaf0,{'groupId':_0x3deabe});this[_0x1a01a9(0x2ea)](_0xa4455,_0x270d40);});},{'priority':_0x51e968(0x317)}),_0x34ce37[_0x51e968(0x38c)][_0x51e968(0x276)]['on'](_0x51e968(0x2f7),(_0x4bfb18,_0x2f8dd5,_0x348766)=>{const _0x179a5f=_0x51e968;if(null==_0x348766){const {id:_0x4189aa}=this[_0x179a5f(0x369)](_0x2f8dd5[_0x179a5f(0x303)]),_0x258cec=this[_0x179a5f(0x222)][_0x179a5f(0x2cd)](_0x4189aa);_0x258cec&&_0x258cec[_0x179a5f(0x355)](_0x2f8dd5[_0x179a5f(0x303)]);}}),_0x34ce37[_0x51e968(0x38c)][_0x51e968(0x2da)]['on'](_0x51e968(0x239),()=>{const _0x36f8a8=_0x51e968,_0xc1ff76=Array[_0x36f8a8(0x1e0)](_0x34ce37[_0x36f8a8(0x38c)][_0x36f8a8(0x2da)][_0x36f8a8(0x2ec)][_0x36f8a8(0x280)]())[_0x36f8a8(0x23f)](_0x1df495=>_0x36f8a8(0x345)===this[_0x36f8a8(0x369)](_0x1df495[_0x36f8a8(0x303)])[_0x36f8a8(0x27d)]);if(0x0===_0xc1ff76[_0x36f8a8(0x349)])return;_0xc1ff76[_0x36f8a8(0x2e0)]((_0x1d3c85,_0x23ecb4)=>{const _0x2d73da=_0x36f8a8,_0x328f48=_0x1d3c85[_0x2d73da(0x269)][_0x2d73da(0x219)],_0x159747=_0x23ecb4[_0x2d73da(0x269)][_0x2d73da(0x219)];return null===_0x328f48&&null===_0x159747?0x0:null===_0x328f48&&null!==_0x159747?-0x1:null!==_0x328f48&&null===_0x159747?0x1:_0x328f48[_0x2d73da(0x23d)][_0x2d73da(0x2d0)](_0x159747[_0x2d73da(0x23d)])?-0x1:0x1;});const _0x35eae7=new Set(),_0x129c2c=new Set();for(const {name:_0x235db6,data:_0x37abbf}of _0xc1ff76){const {id:_0x11895a}=this[_0x36f8a8(0x369)](_0x235db6);if(null===_0x37abbf[_0x36f8a8(0x219)]){const _0x2c87a1=this[_0x36f8a8(0x30f)](_0x235db6);_0x129c2c[_0x36f8a8(0x328)](_0x2c87a1);}else{const _0xbd908a=this[_0x36f8a8(0x222)][_0x36f8a8(0x2cd)](_0x11895a);null!==_0x37abbf[_0x36f8a8(0x373)]||_0xbd908a[_0x36f8a8(0x2c4)]?(_0x35eae7[_0x36f8a8(0x328)](_0xbd908a[_0x36f8a8(0x36e)]),_0x129c2c[_0x36f8a8(0x328)](_0xbd908a)):this[_0x36f8a8(0x34b)](_0xbd908a);}}_0x129c2c[_0x36f8a8(0x382)]>0x0&&this[_0x36f8a8(0x37f)](_0x129c2c);for(const _0x572294 of _0x35eae7)this[_0x36f8a8(0x257)](_0x36f8a8(0x207),_0x572294);}),_0x34ce37[_0x51e968(0x38c)]['on'](_0x51e968(0x386),(_0x3ca2a6,_0x162dbd)=>{const _0x56abdd=_0x51e968,_0x5b0066=_0x162dbd[0x0];if(!this[_0x56abdd(0x222)][_0x56abdd(0x382)])return;if(!_0x5b0066[_0x56abdd(0x29a)])return;if(_0x5b0066[_0x56abdd(0x2f1)][_0x56abdd(0x228)]||!_0x5b0066[_0x56abdd(0x2f1)][_0x56abdd(0x367)])return;let _0x451a25,_0x491ce8;switch(_0x5b0066[_0x56abdd(0x266)]){case _0x56abdd(0x2e2):_0x451a25=_0x34ce37[_0x56abdd(0x38c)][_0x56abdd(0x31a)](_0x5b0066[_0x56abdd(0x379)]),_0x491ce8=_0x451a25[_0x56abdd(0x1fd)](_0x5b0066[_0x56abdd(0x238)]);break;case _0x56abdd(0x1f8):_0x451a25=_0x34ce37[_0x56abdd(0x38c)][_0x56abdd(0x31a)](_0x5b0066[_0x56abdd(0x326)]),_0x491ce8=_0x34ce37[_0x56abdd(0x38c)][_0x56abdd(0x31a)](_0x5b0066[_0x56abdd(0x234)]);break;case _0x56abdd(0x1f4):_0x451a25=_0x34ce37[_0x56abdd(0x38c)][_0x56abdd(0x31a)](_0x5b0066[_0x56abdd(0x356)]),_0x491ce8=_0x451a25[_0x56abdd(0x1fd)](_0x5b0066[_0x56abdd(0x238)]);break;default:return;}const _0x90b7d2=_0x34ce37[_0x56abdd(0x38c)][_0x56abdd(0x1e3)](_0x451a25,_0x491ce8);_0x34ce37[_0x56abdd(0x38c)][_0x56abdd(0x22e)](()=>{const _0x52aea2=_0x56abdd;for(const {suggestion:_0x399dd2,meta:_0x564f64}of this[_0x52aea2(0x1fe)](_0x90b7d2)){if(_0x399dd2[_0x52aea2(0x359)])continue;if(_0x52aea2(0x358)==_0x399dd2[_0x52aea2(0x266)])continue;const _0x264ccd=this[_0x52aea2(0x251)](_0x399dd2);if(_0x264ccd&&this[_0x52aea2(0x22c)](_0x264ccd)&&_0x52aea2(0x1f8)!=_0x5b0066[_0x52aea2(0x266)])continue;const _0x172c69=_0x399dd2[_0x52aea2(0x269)]&&_0x399dd2[_0x52aea2(0x269)][_0x52aea2(0x237)];(_0x52aea2(0x335)!=_0x399dd2[_0x52aea2(0x266)]||_0x52aea2(0x1f8)==_0x5b0066[_0x52aea2(0x266)]&&!_0x172c69)&&(_0x564f64[_0x52aea2(0x2ed)]||_0x52aea2(0x245)==_0x399dd2[_0x52aea2(0x266)]&&_0x564f64[_0x52aea2(0x2eb)]||_0x399dd2[_0x52aea2(0x37b)]()[_0x52aea2(0x33d)](_0x90b7d2)&&this[_0x52aea2(0x31f)](_0x399dd2,_0x451a25,_0x491ce8));}});},{'priority':_0x51e968(0x317)}),_0x34ce37[_0x51e968(0x38c)]['on'](_0x51e968(0x2fb),(_0x3ab430,_0x1ea476)=>{const _0x51564e=_0x51e968,_0x4013b2=_0x1ea476[0x0],_0x1da5b5=_0x1ea476[0x1];if(_0x1da5b5&&_0x1da5b5[_0x51564e(0x244)])return;if(this[_0x51564e(0x241)])return;if(!this[_0x51564e(0x35b)][_0x51564e(0x315)])return;if(_0x4013b2[_0x51564e(0x200)])return;const _0x5e7a3d=_0x34ce37[_0x51564e(0x38c)][_0x51564e(0x354)],{start:_0x214361,end:_0x531c8e}=_0x4013b2[_0x51564e(0x37b)](),_0x1ce726=_0x214361[_0x51564e(0x2e6)]&&_0x5e7a3d[_0x51564e(0x209)](_0x214361[_0x51564e(0x2e6)])?null:_0x5e7a3d[_0x51564e(0x262)](_0x214361,_0x51564e(0x233)),_0xadc66a=_0x531c8e[_0x51564e(0x300)]&&_0x5e7a3d[_0x51564e(0x209)](_0x531c8e[_0x51564e(0x300)])?null:_0x5e7a3d[_0x51564e(0x262)](_0x531c8e,_0x51564e(0x37e)),_0x552064=_0x34ce37[_0x51564e(0x38c)][_0x51564e(0x1e3)](_0x1ce726?_0x1ce726[_0x51564e(0x23d)]:_0x214361,_0xadc66a?_0xadc66a[_0x51564e(0x2a3)]:_0x531c8e);_0x34ce37[_0x51564e(0x38c)][_0x51564e(0x22e)](_0x39ff09=>{const _0x197865=_0x51564e;this[_0x197865(0x313)](_0x552064);const _0x3174b3=_0x34ce37[_0x197865(0x38c)][_0x197865(0x354)][_0x197865(0x262)](_0x552064[_0x197865(0x23d)]);_0x4013b2['is'](_0x197865(0x275))?_0x39ff09[_0x197865(0x2a0)](_0x3174b3):_0x4013b2[_0x197865(0x35d)](_0x3174b3);}),_0x3ab430[_0x51564e(0x21a)]();},{'priority':_0x51543d[_0x51e968(0x24e)]+0xa}),_0x34ce37[_0x51e968(0x38c)]['on'](_0x51e968(0x2fc),(_0xeb7da1,_0x242527)=>{const _0x1c46a0=_0x51e968,_0x393a13=_0x242527[_0x242527[_0x1c46a0(0x349)]-0x1];_0x393a13&&_0x393a13[_0x1c46a0(0x244)]||this[_0x1c46a0(0x241)]||this[_0x1c46a0(0x35b)][_0x1c46a0(0x315)]&&(_0x34ce37[_0x1c46a0(0x38c)][_0x1c46a0(0x22e)](()=>{const _0x45c18e=_0x1c46a0;let _0x2f4155=_0x34ce37[_0x45c18e(0x38c)][_0x45c18e(0x2fc)](_0x242527[0x0],_0x242527[0x1],_0x242527[0x2],{'forceDefaultExecution':!0x0});if(!_0x2f4155)return;_0xeb7da1[_0x45c18e(0x2a4)]=_0x2f4155[_0x45c18e(0x2c6)]();const _0x2ba5d0=_0x2f4155[_0x45c18e(0x2a3)][_0x45c18e(0x300)],_0x1a5d96=_0x34ce37[_0x45c18e(0x38c)][_0x45c18e(0x354)];_0x2ba5d0&&_0x1a5d96[_0x45c18e(0x1ec)](_0x2ba5d0)&&!_0x1a5d96[_0x45c18e(0x2ca)](_0x2ba5d0)&&(_0x2f4155=_0x34ce37[_0x45c18e(0x38c)][_0x45c18e(0x1e3)](_0x2f4155[_0x45c18e(0x23d)],_0x34ce37[_0x45c18e(0x38c)][_0x45c18e(0x31a)](_0x2ba5d0,_0x45c18e(0x2a3)))),this[_0x45c18e(0x323)](_0x2f4155);}),_0xeb7da1[_0x1c46a0(0x21a)]());},{'priority':_0x51e968(0x348)}),this[_0x51e968(0x2d8)][_0x51e968(0x24b)][_0x51e968(0x328)](_0x51e968(0x273),this[_0x51e968(0x35b)]),this[_0x51e968(0x289)](_0x51e968(0x273));const _0x3c2175=new _0x3b0e8e(_0x34ce37,this[_0x51e968(0x222)]);_0x34ce37[_0x51e968(0x24b)][_0x51e968(0x328)](_0x51e968(0x339),_0x3c2175),this[_0x51e968(0x289)](_0x51e968(0x339));const _0x329831=new _0x215745(_0x34ce37,this[_0x51e968(0x222)]);_0x34ce37[_0x51e968(0x24b)][_0x51e968(0x328)](_0x51e968(0x2aa),_0x329831),this[_0x51e968(0x289)](_0x51e968(0x2aa)),_0x34ce37[_0x51e968(0x24b)][_0x51e968(0x328)](_0x51e968(0x372),new _0x1e822b(_0x34ce37,_0x3c2175,this[_0x51e968(0x222)])),this[_0x51e968(0x289)](_0x51e968(0x372)),_0x34ce37[_0x51e968(0x24b)][_0x51e968(0x328)](_0x51e968(0x341),new _0x1e822b(_0x34ce37,_0x329831,this[_0x51e968(0x222)])),this[_0x51e968(0x289)](_0x51e968(0x341)),_0x34ce37[_0x51e968(0x24b)][_0x51e968(0x328)](_0x51e968(0x2f9),new _0xf0e525(_0x34ce37,_0x3c2175,this[_0x51e968(0x222)])),this[_0x51e968(0x289)](_0x51e968(0x2f9)),_0x34ce37[_0x51e968(0x24b)][_0x51e968(0x328)](_0x51e968(0x1e5),new _0xf0e525(_0x34ce37,_0x329831,this[_0x51e968(0x222)])),this[_0x51e968(0x289)](_0x51e968(0x1e5));const _0x501251=_0x34ce37[_0x51e968(0x37d)][_0x51e968(0x2cd)](_0x51e968(0x299));this[_0x51e968(0x35c)](_0x501251,_0x51e968(0x274),(_0x30bdd4,{threadId:_0x1275a9})=>{const _0x7888b5=_0x51e968,_0x47d100=this[_0x7888b5(0x222)][_0x7888b5(0x2cd)](_0x1275a9);_0x47d100&&_0x47d100[_0x7888b5(0x2b0)]&&0x1===_0x47d100[_0x7888b5(0x2b0)][_0x7888b5(0x349)]&&this[_0x7888b5(0x297)](_0x1275a9,{'hasComments':!0x0});},{'priority':_0x51e968(0x2ce)}),this[_0x51e968(0x35c)](_0x501251,_0x51e968(0x290),(_0x30ba47,{threadId:_0x59f998})=>{const _0x149904=_0x51e968,_0x2249fc=this[_0x149904(0x222)][_0x149904(0x2cd)](_0x59f998);_0x2249fc&&_0x2249fc[_0x149904(0x2b0)]&&!_0x2249fc[_0x149904(0x2b0)][_0x149904(0x349)]&&this[_0x149904(0x297)](_0x59f998,{'hasComments':!0x1});},{'priority':_0x51e968(0x2ce)});}set[_0xa3bf74(0x279)](_0x1b3c6c){const _0x3c5433=_0xa3bf74;if(this[_0x3c5433(0x36a)])throw new _0x4f8fd0(_0x3c5433(0x261),this);this[_0x3c5433(0x36a)]=_0x1b3c6c;}get[_0xa3bf74(0x279)](){const _0x31f884=_0xa3bf74;return this[_0x31f884(0x36a)];}[_0xa3bf74(0x20a)]({skipNotAttached:_0x431caa=!0x1,toJSON:_0x41990a=!0x1}={}){const _0x20ca33=_0xa3bf74,_0x541b73=[];for(const _0x528c16 of this[_0x20ca33(0x222)][_0x20ca33(0x30c)]())_0x431caa&&!_0x528c16[_0x20ca33(0x2c4)]||_0x541b73[_0x20ca33(0x231)](_0x528c16);return _0x41990a?_0x541b73[_0x20ca33(0x2e8)](_0x263590=>_0x263590[_0x20ca33(0x353)]()):_0x541b73;}[_0xa3bf74(0x27f)](_0x2cdb08){const _0x5c1c62=_0xa3bf74,_0x235a79=this[_0x5c1c62(0x222)][_0x5c1c62(0x2cd)](_0x2cdb08);if(!_0x235a79)throw new _0x4f8fd0(_0x5c1c62(0x2b4),this);return _0x235a79;}[_0xa3bf74(0x24d)](_0x97d027){const _0xb54e59=_0xa3bf74;return this[_0xb54e59(0x222)][_0xb54e59(0x371)](_0x97d027);}[_0xa3bf74(0x291)](_0x3c1174){const _0x489b25=_0xa3bf74,{authorId:_0x3c1fe8,id:_0x45f523,attributes:_0x56ffd4}=_0x3c1174,[_0x14a41c,_0x25b060]=_0x3c1174[_0x489b25(0x266)][_0x489b25(0x1f8)](':'),_0x44543b=this[_0x489b25(0x222)][_0x489b25(0x2cd)](_0x45f523)||this[_0x489b25(0x387)](_0x14a41c,_0x25b060,_0x45f523,_0x3c1fe8,_0x56ffd4);if(this[_0x489b25(0x25e)](_0x44543b),this[_0x489b25(0x306)](_0x44543b,_0x14a41c,_0x25b060||null,_0x3c1fe8),_0x44543b[_0x489b25(0x27c)]=_0x3c1174[_0x489b25(0x27c)],_0x44543b[_0x489b25(0x20b)]=!0x0,_0x56ffd4&&_0x56ffd4[_0x489b25(0x215)]){const _0x3d10a9=_0x56ffd4[_0x489b25(0x215)],_0x58ea0b=this[_0x489b25(0x236)](_0x3d10a9[_0x489b25(0x38f)]);_0x44543b[_0x489b25(0x27a)]=_0x3d10a9[_0x489b25(0x27c)],_0x44543b[_0x489b25(0x249)]=_0x58ea0b,_0x44543b[_0x489b25(0x302)]=!0x0;}else _0x44543b[_0x489b25(0x27a)]=_0x3c1174[_0x489b25(0x27c)];switch(_0x3c1174[_0x489b25(0x269)]&&(_0x44543b[_0x489b25(0x269)]=_0x3c1174[_0x489b25(0x269)]),_0x3c1174[_0x489b25(0x28d)]&&(_0x44543b[_0x489b25(0x28d)]=_0x3c1174[_0x489b25(0x28d)]),this[_0x489b25(0x36a)]&&this[_0x489b25(0x36a)][_0x489b25(0x338)]||(_0x44543b[_0x489b25(0x2ad)]=!0x0),this[_0x489b25(0x301)][_0x489b25(0x2cd)](_0x44543b)){case _0x489b25(0x21c):this[_0x489b25(0x301)][_0x489b25(0x25f)](_0x44543b,_0x489b25(0x2e4));break;case _0x489b25(0x347):_0x44543b[_0x489b25(0x2c4)]?(this[_0x489b25(0x24a)](new Set([_0x44543b])),this[_0x489b25(0x37f)](new Set([_0x44543b])),this[_0x489b25(0x301)][_0x489b25(0x25f)](_0x44543b,_0x489b25(0x235)),this[_0x489b25(0x257)](_0x489b25(0x22b),_0x44543b)):this[_0x489b25(0x301)][_0x489b25(0x25f)](_0x44543b,_0x489b25(0x22a));}return _0x44543b;}[_0xa3bf74(0x339)](_0xd121e4){const _0x3ee0ea=_0xa3bf74;this[_0x3ee0ea(0x244)](()=>{const _0xabbfc2=_0x3ee0ea;this[_0xabbfc2(0x2d8)][_0xabbfc2(0x38c)][_0xabbfc2(0x22e)](()=>{const _0x3c0da5=_0xabbfc2;for(const _0x922bd1 of _0xd121e4[_0x3c0da5(0x2c7)]())_0x922bd1[_0x3c0da5(0x331)]();});});}[_0xa3bf74(0x2aa)](_0x2d5dc1){const _0x3be8ab=_0xa3bf74;this[_0x3be8ab(0x244)](()=>{const _0x321dda=_0x3be8ab;this[_0x321dda(0x2d8)][_0x321dda(0x38c)][_0x321dda(0x22e)](()=>{const _0x3f1bb3=_0x321dda;for(const _0x596186 of _0x2d5dc1[_0x3f1bb3(0x2c7)]())_0x596186[_0x3f1bb3(0x285)]();});});}[_0xa3bf74(0x289)](_0x1261a0,_0x5a753c){const _0x3e676b=_0xa3bf74,_0x3abd25=this[_0x3e676b(0x2d8)][_0x3e676b(0x24b)][_0x3e676b(0x2cd)](_0x1261a0);if(!_0x3abd25)throw new _0x4f8fd0(_0x3e676b(0x260),this,{'commandName':_0x1261a0});if(this[_0x3e676b(0x232)][_0x3e676b(0x371)](_0x3abd25))throw new _0x4f8fd0(_0x3e676b(0x29d),this,{'commandName':_0x1261a0});this[_0x3e676b(0x232)][_0x3e676b(0x328)](_0x3abd25),_0x5a753c&&_0x3abd25['on'](_0x3e676b(0x28f),(_0x5ce06f,_0x424a5f)=>{const _0x526815=_0x3e676b;this[_0x526815(0x35b)][_0x526815(0x315)]&&(this[_0x526815(0x241)]||(_0x424a5f[_0x526815(0x349)]>0x0&&_0x424a5f[_0x424a5f[_0x526815(0x349)]-0x1]&&_0x424a5f[_0x424a5f[_0x526815(0x349)]-0x1][_0x526815(0x244)]?_0x424a5f[_0x526815(0x258)]():(_0x5ce06f[_0x526815(0x2a4)]=_0x5a753c((..._0x35d48e)=>_0x3abd25[_0x526815(0x28f)](..._0x35d48e,{'forceDefaultExecution':!0x0}),..._0x424a5f),_0x5ce06f[_0x526815(0x21a)]())));},{'priority':_0x3e676b(0x348)});}[_0xa3bf74(0x244)](_0x15991f){const _0x147152=_0xa3bf74;let _0x5d4ad0,_0x590424;const _0x4bbd06=this[_0x147152(0x241)];this[_0x147152(0x241)]=!0x0;try{_0x5d4ad0=_0x15991f();}catch(_0x3146f8){_0x590424=_0x3146f8;}return _0x4bbd06||(this[_0x147152(0x241)]=!0x1),_0x590424&&_0x4f8fd0[_0x147152(0x2fe)](_0x590424,this),_0x5d4ad0;}[_0xa3bf74(0x323)](_0x27a252,_0x477bff=null,_0x5b21ca={}){const _0x1ebf93=_0xa3bf74;if(_0x27a252[_0x1ebf93(0x200)])return null;const _0x127bed=this[_0x1ebf93(0x2d8)][_0x1ebf93(0x37d)][_0x1ebf93(0x2cd)](_0x1ebf93(0x361))['me'];for(const {suggestion:_0x390372,meta:_0x1ed349}of this[_0x1ebf93(0x1fe)](_0x27a252,_0x1ebf93(0x245)))if(_0x1ed349[_0x1ebf93(0x2eb)]){if(!_0x1ed349[_0x1ebf93(0x212)]){if(_0x1ed349[_0x1ebf93(0x2ed)]){if(!this[_0x1ebf93(0x1f9)]||!Lt(_0x390372,_0x5b21ca))continue;return _0x390372;}if(Lt(_0x390372,_0x5b21ca))return _0x390372;this[_0x1ebf93(0x31f)](_0x390372,_0x27a252[_0x1ebf93(0x23d)],_0x27a252[_0x1ebf93(0x2a3)]);break;}if(_0x477bff==_0x390372[_0x1ebf93(0x389)]&&Lt(_0x390372,_0x5b21ca)){const _0x344c6f=_0x390372[_0x1ebf93(0x37b)]();return _0x344c6f[_0x1ebf93(0x23d)][_0x1ebf93(0x282)](_0x27a252[_0x1ebf93(0x2a3)])?this[_0x1ebf93(0x21e)](_0x390372,this[_0x1ebf93(0x205)][_0x1ebf93(0x1e3)](_0x27a252[_0x1ebf93(0x23d)],_0x344c6f[_0x1ebf93(0x2a3)])):this[_0x1ebf93(0x21e)](_0x390372,this[_0x1ebf93(0x205)][_0x1ebf93(0x1e3)](_0x344c6f[_0x1ebf93(0x23d)],_0x27a252[_0x1ebf93(0x2a3)])),_0x390372;}}const _0x18dcf0=_0x43e651(),_0x4a7577=_0x127bed['id'],_0x21d6c9=_0x477bff?_0x1ebf93(0x2ae)+_0x477bff:_0x1ebf93(0x245),_0x411b44=this[_0x1ebf93(0x319)]({'id':_0x18dcf0,'type':_0x21d6c9,'createdAt':new Date(),'authorId':_0x4a7577,'attributes':_0x5b21ca});return this[_0x1ebf93(0x2c9)](_0x21d6c9,_0x18dcf0,_0x4a7577,_0x27a252),_0x411b44;}[_0xa3bf74(0x1f7)](_0x10163b,_0x2649c0=_0xa3bf74(0x25a),_0x3aba9a={}){const _0x12d1c7=_0xa3bf74,_0x379760=this[_0x12d1c7(0x2d8)][_0x12d1c7(0x37d)][_0x12d1c7(0x2cd)](_0x12d1c7(0x361))['me'],_0xf62d7f=this[_0x12d1c7(0x34a)][_0x12d1c7(0x383)](_0x12d1c7(0x245),_0x2649c0,_0x12d1c7(0x388));for(const _0x25e0ad of this[_0x12d1c7(0x20a)]())if(_0x25e0ad[_0x12d1c7(0x249)]['id']==_0x379760['id']&&_0x12d1c7(0x245)==_0x25e0ad[_0x12d1c7(0x266)]&&_0x25e0ad[_0x12d1c7(0x389)]==_0x2649c0&&Lt(_0x25e0ad,_0x3aba9a)&&(_0xf62d7f(_0x25e0ad[_0x12d1c7(0x377)](),_0x10163b)||_0xf62d7f(_0x10163b,_0x25e0ad[_0x12d1c7(0x377)]()))){for(const _0x463f3c of _0x10163b)_0x25e0ad[_0x12d1c7(0x352)](_0x463f3c);return _0x25e0ad;}for(const {suggestion:_0x439831,meta:_0x25f2fd}of this[_0x12d1c7(0x1fe)](_0x10163b,_0x12d1c7(0x245))){if(!_0x25f2fd[_0x12d1c7(0x2eb)])continue;if(!this[_0x12d1c7(0x1f9)]&&_0x25f2fd[_0x12d1c7(0x2ed)])continue;if(!Lt(_0x439831,_0x3aba9a))continue;let _0x33ffae=!0x0;for(const _0x38fb94 of _0x439831[_0x12d1c7(0x377)]())for(const _0xbe6a42 of _0x10163b)if(!_0x38fb94[_0x12d1c7(0x33d)](_0xbe6a42)){_0x33ffae=!0x1;break;}if(_0x33ffae)return _0x439831;}const _0x2d1e77=_0x43e651(),_0x38a516=_0x379760['id'],_0x302623=_0x12d1c7(0x2ae)+_0x2649c0,_0x316f5d=this[_0x12d1c7(0x319)]({'id':_0x2d1e77,'type':_0x302623,'createdAt':new Date(),'authorId':_0x38a516,'attributes':_0x3aba9a});for(const _0x558fd1 of _0x10163b)this[_0x12d1c7(0x2c9)](_0x302623,_0x2d1e77,_0x38a516,_0x558fd1,_0x10db3b[_0x12d1c7(0x2f6)]());return _0x316f5d;}[_0xa3bf74(0x248)](_0x50d6bb,_0x1bcb5e,_0x2f3f9d=null,_0x2b0f38={}){const _0x265317=_0xa3bf74;if(_0x2f3f9d=_0x2f3f9d||Vt(_0x1bcb5e),_0x50d6bb[_0x265317(0x200)])return null;if(_0x265317(0x294)===this[_0x265317(0x1ff)]){const _0x13607f=this[_0x265317(0x34a)][_0x265317(0x383)](_0x265317(0x358),_0x2f3f9d,_0x265317(0x331));return this[_0x265317(0x244)](()=>_0x13607f([_0x50d6bb],_0x1bcb5e,_0x2b0f38)),null;}const _0x19975=this[_0x265317(0x2d8)][_0x265317(0x37d)][_0x265317(0x2cd)](_0x265317(0x361))['me'],_0x3ba899=[];if(_0x265317(0x1e4)!==this[_0x265317(0x1ff)]){for(const {suggestion:_0x9d4da7,meta:_0x4692e5}of this[_0x265317(0x1fe)](_0x50d6bb,_0x265317(0x245)))_0x4692e5[_0x265317(0x2eb)]&&!_0x4692e5[_0x265317(0x23c)]&&_0x3ba899[_0x265317(0x231)](..._0x9d4da7[_0x265317(0x377)]());}const _0x1d973d=function(_0x1d7d99,_0x5876cb){const _0x5e1560=_0x265317,_0x1877c8=[];for(const _0x4de883 of _0x5876cb){const _0x3a3492=_0x1d7d99[_0x5e1560(0x2dd)](_0x4de883);_0x3a3492&&_0x1877c8[_0x5e1560(0x231)](_0x3a3492);}return _0x1877c8;}(_0x50d6bb,_0x3ba899),_0x2540ac=function(_0x1aeb24,_0x4a52f5){const _0x58e24d=_0x265317,_0x27fd30=[_0x1aeb24];for(const _0x3e7f54 of _0x4a52f5){let _0x41967f=0x0;for(;_0x41967f<_0x27fd30[_0x58e24d(0x349)];){const _0x5304ea=_0x27fd30[_0x41967f][_0x58e24d(0x27b)](_0x3e7f54);_0x27fd30[_0x58e24d(0x25b)](_0x41967f,0x1,..._0x5304ea),_0x41967f+=_0x5304ea[_0x58e24d(0x349)];}}return _0x27fd30;}(_0x50d6bb,_0x3ba899);_0x1d973d[_0x265317(0x349)]&&this[_0x265317(0x205)][_0x265317(0x22e)](()=>{const _0x16586f=_0x265317;for(const _0x2291ae of _0x1d973d){const _0x223e18=this[_0x16586f(0x34a)][_0x16586f(0x383)](_0x16586f(0x358),_0x2f3f9d,_0x16586f(0x331));this[_0x16586f(0x244)](()=>_0x223e18([_0x2291ae],_0x1bcb5e,_0x2b0f38));}});for(const _0x2d61d1 of _0x2540ac){let _0x484e57=null,_0x396250=_0x2d61d1[_0x265317(0x23d)],_0x4613a4=_0x2d61d1[_0x265317(0x2a3)];for(const {suggestion:_0x4bda17,meta:_0x10537d}of this[_0x265317(0x1fe)](_0x2d61d1,_0x265317(0x358))){if(!_0x10537d[_0x265317(0x2eb)])continue;if(_0x4bda17[_0x265317(0x389)]!=_0x2f3f9d)continue;if(!Lt(_0x4bda17,_0x2b0f38))continue;const _0x2896b0=_0x4bda17[_0x265317(0x37b)]();if(_0x2896b0[_0x265317(0x33d)](_0x2d61d1,!0x0))return null;_0x396250=_0x396250[_0x265317(0x2d0)](_0x2896b0[_0x265317(0x23d)])?_0x396250:_0x2896b0[_0x265317(0x23d)],_0x4613a4=_0x4613a4[_0x265317(0x376)](_0x2896b0[_0x265317(0x2a3)])?_0x4613a4:_0x2896b0[_0x265317(0x2a3)],_0x484e57?_0x2896b0[_0x265317(0x23d)][_0x265317(0x2d0)](_0x484e57[_0x265317(0x37b)]()[_0x265317(0x23d)])?(_0x484e57[_0x265317(0x2af)](),_0x484e57=_0x4bda17):_0x4bda17[_0x265317(0x2af)]():_0x484e57=_0x4bda17;}const _0x335893=this[_0x265317(0x205)][_0x265317(0x1e3)](_0x396250,_0x4613a4);if(_0x484e57)this[_0x265317(0x21e)](_0x484e57,_0x335893);else{const _0x2c90bd=_0x43e651(),_0x57d859=_0x19975['id'];this[_0x265317(0x319)]({'id':_0x2c90bd,'type':_0x265317(0x36f)+_0x2f3f9d,'data':_0x1bcb5e,'createdAt':new Date(),'authorId':_0x57d859,'attributes':_0x2b0f38}),this[_0x265317(0x2c9)](_0x265317(0x36f)+_0x2f3f9d,_0x2c90bd,_0x57d859,_0x335893);}}return null;}[_0xa3bf74(0x216)](_0x1844a1,_0x2e88f6,_0x371687=[],_0x113095=null,_0x1fd699={}){const _0x4a50fb=_0xa3bf74;_0x2e88f6[_0x4a50fb(0x318)]||(_0x2e88f6[_0x4a50fb(0x318)]=_0x2e88f6[_0x4a50fb(0x2c5)]),_0x2e88f6[_0x4a50fb(0x237)]=_0x1844a1['is'](_0x4a50fb(0x210)),_0x113095=_0x113095||Vt(_0x2e88f6);const _0x1c9ed2=_0x371687[_0x4a50fb(0x2e8)](_0x433098=>Gt(_0x433098,this[_0x4a50fb(0x205)])),_0x20497a=_0x1844a1['is'](_0x4a50fb(0x210))?_0x1844a1:Gt(_0x1844a1,this[_0x4a50fb(0x205)]);if(_0x4a50fb(0x294)===this[_0x4a50fb(0x1ff)]){const _0x3ba7ac=this[_0x4a50fb(0x34a)][_0x4a50fb(0x383)](_0x4a50fb(0x335),_0x113095,_0x4a50fb(0x331));return this[_0x4a50fb(0x244)](()=>_0x3ba7ac([_0x20497a],_0x2e88f6,_0x1fd699)),null;}_0x1c9ed2[_0x4a50fb(0x231)](_0x20497a);let _0x3bb454=!0x0;for(const _0x13d5ab of _0x1c9ed2)if(!this[_0x4a50fb(0x2be)](_0x13d5ab)){_0x3bb454=!0x1;break;}if(_0x3bb454&&_0x4a50fb(0x1e4)!==this[_0x4a50fb(0x1ff)]){const _0x3789c5=this[_0x4a50fb(0x34a)][_0x4a50fb(0x383)](_0x4a50fb(0x335),_0x113095,_0x4a50fb(0x331));return this[_0x4a50fb(0x244)](()=>_0x3789c5([_0x20497a],_0x2e88f6,_0x1fd699)),null;}let _0x56542c=null,_0x215f2c=_0x20497a[_0x4a50fb(0x23d)],_0x59dd03=_0x20497a[_0x4a50fb(0x2a3)];for(const {suggestion:_0x3533c5,meta:_0x157451}of this[_0x4a50fb(0x1fe)](_0x20497a,_0x4a50fb(0x335))){if(!_0x157451[_0x4a50fb(0x2eb)])continue;if(_0x157451[_0x4a50fb(0x212)]||_0x157451[_0x4a50fb(0x2ed)]||_0x157451[_0x4a50fb(0x23c)])continue;if(_0x3533c5[_0x4a50fb(0x269)][_0x4a50fb(0x318)]!=_0x2e88f6[_0x4a50fb(0x318)])continue;if(!Lt(_0x3533c5,_0x1fd699))continue;const _0x366a74=_0x3533c5[_0x4a50fb(0x37b)]();if(_0x3533c5[_0x4a50fb(0x389)]==_0x113095){if(_0x366a74[_0x4a50fb(0x33d)](_0x20497a,!0x0))return null;_0x215f2c=_0x215f2c[_0x4a50fb(0x2d0)](_0x366a74[_0x4a50fb(0x23d)])?_0x215f2c:_0x366a74[_0x4a50fb(0x23d)],_0x59dd03=_0x59dd03[_0x4a50fb(0x376)](_0x366a74[_0x4a50fb(0x2a3)])?_0x59dd03:_0x366a74[_0x4a50fb(0x2a3)],_0x56542c?_0x366a74[_0x4a50fb(0x23d)][_0x4a50fb(0x2d0)](_0x56542c[_0x4a50fb(0x37b)]()[_0x4a50fb(0x23d)])?(_0x56542c[_0x4a50fb(0x2af)](),_0x56542c=_0x3533c5):_0x3533c5[_0x4a50fb(0x2af)]():_0x56542c=_0x3533c5;}else{const _0x4fccc6=_0x20497a[_0x4a50fb(0x2dd)](_0x366a74);this[_0x4a50fb(0x33f)](_0x3533c5,_0x4fccc6);}}const _0x178fc3=this[_0x4a50fb(0x2d8)][_0x4a50fb(0x37d)][_0x4a50fb(0x2cd)](_0x4a50fb(0x361))['me'],_0x16218a=_0x43e651(),_0x5382e0=_0x178fc3['id'];if(_0x56542c)return this[_0x4a50fb(0x21e)](_0x56542c,this[_0x4a50fb(0x205)][_0x4a50fb(0x1e3)](_0x215f2c,_0x59dd03)),_0x56542c;{const _0x3e3254=this[_0x4a50fb(0x319)]({'id':_0x16218a,'type':_0x4a50fb(0x240)+_0x113095,'data':_0x2e88f6,'createdAt':new Date(),'authorId':_0x5382e0,'attributes':_0x1fd699});return this[_0x4a50fb(0x2c9)](_0x4a50fb(0x240)+_0x113095,_0x16218a,_0x5382e0,this[_0x4a50fb(0x205)][_0x4a50fb(0x1e3)](_0x215f2c,_0x59dd03)),_0x3e3254;}}[_0xa3bf74(0x2e7)](_0x1073b2,_0x2f4137,_0x15d6d6=[],_0x3e4982=null,_0x26ded0={}){const _0x2469c8=_0xa3bf74;_0x2f4137[_0x2469c8(0x318)]||(_0x2f4137[_0x2469c8(0x318)]=_0x2f4137[_0x2469c8(0x2c5)]);const _0x3d6d6b=_0x1073b2[0x0];_0x2f4137[_0x2469c8(0x237)]=_0x3d6d6b['is'](_0x2469c8(0x210)),_0x3e4982=_0x3e4982||Vt(_0x2f4137);const _0x1f2ab1=_0x15d6d6[_0x2469c8(0x2e8)](_0x13b324=>Gt(_0x13b324,this[_0x2469c8(0x205)])),_0x304ae8=_0x3d6d6b['is'](_0x2469c8(0x210))?_0x1073b2:_0x1073b2[_0x2469c8(0x2e8)](_0x5a6357=>Gt(_0x5a6357,this[_0x2469c8(0x205)]));if(_0x2469c8(0x294)===this[_0x2469c8(0x1ff)]){const _0x39cd00=this[_0x2469c8(0x34a)][_0x2469c8(0x383)](_0x2469c8(0x335),_0x3e4982,_0x2469c8(0x331));return this[_0x2469c8(0x244)](()=>_0x39cd00(_0x304ae8,_0x2f4137,_0x26ded0)),null;}_0x1f2ab1[_0x2469c8(0x231)](..._0x304ae8);let _0x2f4476=!0x0;for(const _0x121d18 of _0x1f2ab1)if(!this[_0x2469c8(0x2be)](_0x121d18)){_0x2f4476=!0x1;break;}if(_0x2f4476&&_0x2469c8(0x1e4)!==this[_0x2469c8(0x1ff)]){const _0x36f833=this[_0x2469c8(0x34a)][_0x2469c8(0x383)](_0x2469c8(0x335),_0x3e4982,_0x2469c8(0x331));return this[_0x2469c8(0x244)](()=>_0x36f833(_0x304ae8,_0x2f4137,_0x26ded0)),null;}const _0x241f2f=this[_0x2469c8(0x2d8)][_0x2469c8(0x37d)][_0x2469c8(0x2cd)](_0x2469c8(0x361))['me'];for(const _0x30c1a1 of this[_0x2469c8(0x20a)]()){if(_0x30c1a1[_0x2469c8(0x249)]['id']!=_0x241f2f['id'])continue;if(_0x2469c8(0x335)!=_0x30c1a1[_0x2469c8(0x266)]||_0x30c1a1[_0x2469c8(0x269)][_0x2469c8(0x318)]!=_0x2f4137[_0x2469c8(0x318)])continue;if(!Lt(_0x30c1a1,_0x26ded0))continue;const _0x13e995=_0x30c1a1[_0x2469c8(0x389)]==_0x3e4982;for(let _0x250454=0x0;_0x250454<_0x304ae8[_0x2469c8(0x349)];_0x250454++){const _0x38ed15=_0x304ae8[_0x250454];for(const _0x5d220e of _0x30c1a1[_0x2469c8(0x2c2)]()){const _0xe4dfcb=_0x5d220e[_0x2469c8(0x225)]();if(_0x38ed15[_0x2469c8(0x282)](_0xe4dfcb)){_0x13e995?(_0x304ae8[_0x2469c8(0x25b)](_0x250454,0x1),_0x250454--):_0x30c1a1[_0x2469c8(0x391)](_0x5d220e[_0x2469c8(0x303)]);break;}}}}if(0x0==_0x304ae8[_0x2469c8(0x349)])return null;const _0x5af689=this[_0x2469c8(0x34a)][_0x2469c8(0x383)](_0x2469c8(0x335),_0x3e4982,_0x2469c8(0x388));for(const _0x379bb5 of this[_0x2469c8(0x20a)]())if(_0x379bb5[_0x2469c8(0x249)]['id']==_0x241f2f['id']&&_0x2469c8(0x335)==_0x379bb5[_0x2469c8(0x266)]&&_0x379bb5[_0x2469c8(0x269)][_0x2469c8(0x318)]==_0x2f4137[_0x2469c8(0x318)]&&_0x379bb5[_0x2469c8(0x389)]==_0x3e4982&&Lt(_0x379bb5,_0x26ded0)&&(_0x5af689(_0x379bb5[_0x2469c8(0x377)](),_0x304ae8)||_0x5af689(_0x304ae8,_0x379bb5[_0x2469c8(0x377)]()))){for(const _0xf70efa of _0x304ae8)_0x379bb5[_0x2469c8(0x352)](_0xf70efa);return _0x379bb5;}const _0x588aeb=_0x43e651(),_0x44f5ce=_0x241f2f['id'],_0x423b85=_0x2469c8(0x240)+_0x3e4982,_0x52365e=this[_0x2469c8(0x319)]({'id':_0x588aeb,'type':_0x423b85,'data':_0x2f4137,'createdAt':new Date(),'authorId':_0x44f5ce,'attributes':_0x26ded0});for(const _0x4ba2de of _0x304ae8)this[_0x2469c8(0x2c9)](_0x423b85,_0x588aeb,_0x44f5ce,_0x4ba2de,_0x10db3b[_0x2469c8(0x2f6)]());return _0x52365e;}[_0xa3bf74(0x313)](_0x5c9a00,_0x383377=null,_0x2f266e={}){const _0x102f3c=_0xa3bf74;if(_0x5c9a00[_0x102f3c(0x200)])return null;const _0x201640=this[_0x102f3c(0x2d8)][_0x102f3c(0x37d)][_0x102f3c(0x2cd)](_0x102f3c(0x361))['me'],_0x535543=new _0x277a22(_0x5c9a00[_0x102f3c(0x23d)],_0x5c9a00[_0x102f3c(0x2a3)]);for(const {suggestion:_0x56e606,meta:_0x23eaa3}of this[_0x102f3c(0x1fe)](_0x535543,_0x102f3c(0x245)))if(_0x23eaa3[_0x102f3c(0x2eb)]&&!_0x23eaa3[_0x102f3c(0x212)]){if(_0x56e606[_0x102f3c(0x359)]){const _0xfac722=_0x56e606[_0x102f3c(0x377)]()[_0x102f3c(0x23f)](_0x5cf617=>_0x102f3c(0x221)!=_0x5cf617[_0x102f3c(0x1e1)][_0x102f3c(0x304)]);_0xfac722[_0x102f3c(0x2b3)](_0x5a3c8b=>_0x535543[_0x102f3c(0x33d)](_0x5a3c8b,!0x0))&&_0x56e606[_0x102f3c(0x285)]();if(_0xfac722[_0x102f3c(0x36c)](_0x54bb0e=>_0x54bb0e[_0x102f3c(0x33d)](_0x535543,!0x0))){const _0x393d26=this[_0x102f3c(0x34a)][_0x102f3c(0x383)](_0x102f3c(0x268),_0x383377,_0x102f3c(0x331));return this[_0x102f3c(0x244)](()=>_0x393d26([_0x535543],null,_0x2f266e)),null;}}else{const _0xf49dba=_0x535543[_0x102f3c(0x2dd)](_0x56e606[_0x102f3c(0x37b)]());null!==_0xf49dba&&_0x56e606[_0x102f3c(0x292)]([_0xf49dba],null,_0x2f266e);}}if(_0x535543[_0x102f3c(0x2b8)](),_0x535543[_0x102f3c(0x200)]||_0x102f3c(0x221)==_0x535543[_0x102f3c(0x1e1)][_0x102f3c(0x304)])return null;let _0x2ece67=null,_0x26d7cc=_0x535543[_0x102f3c(0x23d)],_0x37dacd=_0x535543[_0x102f3c(0x2a3)];const _0x5a30c3=this[_0x102f3c(0x1fe)](_0x535543,_0x102f3c(0x268));for(const {suggestion:_0x434e43,meta:_0x3e6f3b}of _0x5a30c3){const _0x6d62ea=this[_0x102f3c(0x205)][_0x102f3c(0x1e3)](_0x26d7cc,_0x37dacd);if(_0x3e6f3b[_0x102f3c(0x2eb)]&&(this[_0x102f3c(0x1f9)]||!_0x3e6f3b[_0x102f3c(0x2ed)]&&!_0x3e6f3b[_0x102f3c(0x23c)])){if(_0x434e43[_0x102f3c(0x359)]){if(!Lt(_0x434e43,_0x2f266e))continue;let _0x1440c6=!0x0;for(const _0x3281f6 of _0x434e43[_0x102f3c(0x377)]()){if(_0x3281f6[_0x102f3c(0x33d)](_0x6d62ea,!0x0))return _0x434e43;_0x6d62ea[_0x102f3c(0x33d)](_0x3281f6)||(_0x1440c6=!0x1);}_0x1440c6&&_0x434e43[_0x102f3c(0x285)]();}else{const _0x688072=_0x434e43[_0x102f3c(0x37b)]();if(_0x688072[_0x102f3c(0x33d)](_0x6d62ea,!0x0))return _0x434e43;if(!Lt(_0x434e43,_0x2f266e)){_0x6d62ea[_0x102f3c(0x33d)](_0x688072)?_0x434e43[_0x102f3c(0x2af)]():_0x688072[_0x102f3c(0x30b)](_0x26d7cc)?_0x26d7cc=_0x688072[_0x102f3c(0x2a3)]:_0x688072[_0x102f3c(0x30b)](_0x37dacd)&&(_0x37dacd=_0x688072[_0x102f3c(0x23d)]);continue;}_0x26d7cc=_0x26d7cc[_0x102f3c(0x2d0)](_0x688072[_0x102f3c(0x23d)])?_0x26d7cc:_0x688072[_0x102f3c(0x23d)],_0x37dacd=_0x37dacd[_0x102f3c(0x376)](_0x688072[_0x102f3c(0x2a3)])?_0x37dacd:_0x688072[_0x102f3c(0x2a3)],_0x2f266e=Object[_0x102f3c(0x246)]({},_0x434e43[_0x102f3c(0x28d)]),_0x2ece67?_0x688072[_0x102f3c(0x23d)][_0x102f3c(0x2d0)](_0x2ece67[_0x102f3c(0x37b)]()[_0x102f3c(0x23d)])?(_0x2ece67[_0x102f3c(0x2af)](),_0x2ece67=_0x434e43):_0x434e43[_0x102f3c(0x2af)]():_0x2ece67=_0x434e43;}}}if(_0x2ece67)return this[_0x102f3c(0x21e)](_0x2ece67,this[_0x102f3c(0x205)][_0x102f3c(0x1e3)](_0x26d7cc,_0x37dacd)),_0x2ece67;{const _0x5ee84c=_0x43e651(),_0x4faee8=this[_0x102f3c(0x205)][_0x102f3c(0x1e3)](_0x26d7cc,_0x37dacd),_0x3b5505=_0x201640['id'],_0x58d0da=_0x383377?_0x102f3c(0x2d2)+_0x383377:_0x102f3c(0x268),_0x4665f7=this[_0x102f3c(0x319)]({'id':_0x5ee84c,'type':_0x58d0da,'createdAt':new Date(),'authorId':_0x3b5505,'attributes':_0x2f266e});return this[_0x102f3c(0x2c9)](_0x58d0da,_0x5ee84c,_0x3b5505,_0x4faee8),_0x4665f7;}}[_0xa3bf74(0x37c)](_0x3ddeda,_0x45b3bd=_0xa3bf74(0x25a),_0x285b3d={}){const _0x4f2518=_0xa3bf74,_0x24381f=this[_0x4f2518(0x2d8)][_0x4f2518(0x37d)][_0x4f2518(0x2cd)](_0x4f2518(0x361))['me'],_0x35d6fb=_0x3ddeda[_0x4f2518(0x2e8)](_0x25e10d=>new _0x277a22(_0x25e10d[_0x4f2518(0x23d)],_0x25e10d[_0x4f2518(0x2a3)])),_0x516b8d=new Set();for(const {suggestion:_0x30b63b,meta:_0x22f2f6}of this[_0x4f2518(0x1fe)](_0x35d6fb,_0x4f2518(0x245)))_0x22f2f6[_0x4f2518(0x2eb)]&&!_0x22f2f6[_0x4f2518(0x212)]&&_0x516b8d[_0x4f2518(0x328)](_0x30b63b);for(const _0x5c1506 of _0x516b8d)if(_0x5c1506[_0x4f2518(0x359)]){const _0x45af51=_0x5c1506[_0x4f2518(0x377)]();(!_0x5c1506[_0x4f2518(0x28d)]||!_0x5c1506[_0x4f2518(0x28d)][_0x4f2518(0x2ac)])&&(_0x45af51[_0x4f2518(0x2b3)](_0x432129=>_0x35d6fb[_0x4f2518(0x36c)](_0x26e4c0=>_0x26e4c0[_0x4f2518(0x33d)](_0x432129,!0x0)))&&_0x5c1506[_0x4f2518(0x285)]());if(_0x35d6fb[_0x4f2518(0x2b3)](_0x43f87f=>_0x45af51[_0x4f2518(0x36c)](_0x37dde2=>_0x37dde2[_0x4f2518(0x33d)](_0x43f87f,!0x0)))){const _0x939254=this[_0x4f2518(0x34a)][_0x4f2518(0x383)](_0x4f2518(0x268),_0x45b3bd,_0x4f2518(0x331));return this[_0x4f2518(0x244)](()=>_0x939254(_0x3ddeda,null,_0x285b3d)),null;}}else{const _0x384641=_0x5c1506[_0x4f2518(0x37b)]();_0x35d6fb[_0x4f2518(0x36c)](_0x8a5dbf=>_0x8a5dbf[_0x4f2518(0x33d)](_0x384641,!0x0))&&_0x5c1506[_0x4f2518(0x285)]();if(_0x35d6fb[_0x4f2518(0x2b3)](_0x18e733=>_0x384641[_0x4f2518(0x33d)](_0x18e733,!0x0))){const _0x22a16c=this[_0x4f2518(0x34a)][_0x4f2518(0x383)](_0x4f2518(0x268),_0x45b3bd,_0x4f2518(0x331));return this[_0x4f2518(0x244)](()=>_0x22a16c(_0x35d6fb,null,_0x285b3d)),null;}}const _0xe8192e=this[_0x4f2518(0x34a)][_0x4f2518(0x383)](_0x4f2518(0x268),_0x45b3bd,_0x4f2518(0x388));let _0x1301f9=null;for(const _0x42719a of this[_0x4f2518(0x20a)]())if(_0x42719a[_0x4f2518(0x249)]['id']==_0x24381f['id']&&_0x42719a[_0x4f2518(0x2c4)]&&_0x4f2518(0x268)==_0x42719a[_0x4f2518(0x266)]&&_0x42719a[_0x4f2518(0x389)]==_0x45b3bd&&Lt(_0x42719a,_0x285b3d)&&(_0xe8192e(_0x42719a[_0x4f2518(0x377)](),_0x35d6fb)||_0xe8192e(_0x35d6fb,_0x42719a[_0x4f2518(0x377)]()))){if(_0x1301f9){if(_0x42719a[_0x4f2518(0x2b0)]&&_0x42719a[_0x4f2518(0x2b0)][_0x4f2518(0x349)])continue;for(const _0x4eac7a of _0x42719a[_0x4f2518(0x377)]())_0x1301f9[_0x4f2518(0x1f5)](_0x4eac7a)||_0x1301f9[_0x4f2518(0x352)](_0x4eac7a);_0x42719a[_0x4f2518(0x2af)]();}else{_0x1301f9=_0x42719a;for(const _0x5b0a4c of _0x35d6fb)_0x42719a[_0x4f2518(0x1f5)](_0x5b0a4c)||_0x42719a[_0x4f2518(0x352)](_0x5b0a4c);}}if(_0x1301f9)return _0x1301f9;_0x516b8d[_0x4f2518(0x2ff)]();for(const {suggestion:_0x35447d,meta:_0xbaa8a1}of this[_0x4f2518(0x1fe)](_0x35d6fb,_0x4f2518(0x268)))_0xbaa8a1[_0x4f2518(0x2eb)]&&(this[_0x4f2518(0x1f9)]||!_0xbaa8a1[_0x4f2518(0x2ed)]&&!_0xbaa8a1[_0x4f2518(0x23c)])&&Lt(_0x35447d,_0x285b3d)&&_0x516b8d[_0x4f2518(0x328)](_0x35447d);for(const _0x2680c6 of _0x516b8d){const _0x2d26bd=_0x2680c6[_0x4f2518(0x377)]();if(!_0x285b3d||!_0x285b3d[_0x4f2518(0x2ac)]){if(_0x35d6fb[_0x4f2518(0x2b3)](_0x2358fe=>_0x2d26bd[_0x4f2518(0x36c)](_0x3226d2=>_0x3226d2[_0x4f2518(0x33d)](_0x2358fe,!0x0))))return _0x2680c6;}(!_0x2680c6[_0x4f2518(0x28d)]||!_0x2680c6[_0x4f2518(0x28d)][_0x4f2518(0x2ac)])&&(_0x2d26bd[_0x4f2518(0x2b3)](_0x4ccbcc=>_0x35d6fb[_0x4f2518(0x36c)](_0x1d21e5=>_0x1d21e5[_0x4f2518(0x33d)](_0x4ccbcc,!0x0)))&&_0x2680c6[_0x4f2518(0x285)]());}const _0x5522a6=_0x43e651(),_0x3bfb73=_0x24381f['id'],_0x20dd7b=_0x4f2518(0x2d2)+_0x45b3bd,_0x103542=this[_0x4f2518(0x319)]({'id':_0x5522a6,'type':_0x20dd7b,'createdAt':new Date(),'authorId':_0x3bfb73,'attributes':_0x285b3d});for(const _0x2dea13 of _0x35d6fb)_0x2dea13[_0x4f2518(0x2b8)](),_0x2dea13[_0x4f2518(0x200)]||_0x4f2518(0x221)==_0x2dea13[_0x4f2518(0x1e1)][_0x4f2518(0x304)]||this[_0x4f2518(0x2c9)](_0x20dd7b,_0x5522a6,_0x3bfb73,_0x2dea13,_0x10db3b[_0x4f2518(0x2f6)]());return _0x103542;}[_0xa3bf74(0x26d)](_0x5d40f4,_0x4aff3f,_0x3ea8e4,_0x3539fb,_0x3326fe){const _0x69923d=_0xa3bf74;if(_0x5d40f4[_0x69923d(0x200)])return[];if(_0x69923d(0x294)===this[_0x69923d(0x1ff)])return[];const _0x50b1dc=this[_0x69923d(0x2d8)][_0x69923d(0x37d)][_0x69923d(0x2cd)](_0x69923d(0x361))['me']['id'],_0x4c50ff=Array[_0x69923d(0x1e0)](this[_0x69923d(0x222)][_0x69923d(0x30c)]())[_0x69923d(0x23f)](_0x1e2ac5=>_0x69923d(0x28a)==_0x1e2ac5[_0x69923d(0x266)]&&_0x1e2ac5[_0x69923d(0x269)][_0x69923d(0x227)]==_0x4aff3f&&_0x1e2ac5[_0x69923d(0x1f5)](_0x5d40f4));if(_0x69923d(0x23b)===this[_0x69923d(0x1ff)]){const _0x2d4bf4=this[_0x69923d(0x1fe)](_0x5d40f4,_0x69923d(0x245))[_0x69923d(0x23f)](({meta:_0xbfbbee})=>_0xbfbbee[_0x69923d(0x2eb)]&&!_0xbfbbee[_0x69923d(0x23c)]&&!_0xbfbbee[_0x69923d(0x212)])[_0x69923d(0x2e8)](({suggestion:_0x28029a})=>_0x28029a);_0x4c50ff[_0x69923d(0x1fb)](..._0x2d4bf4);}const _0x37765d=new Map([[_0x5d40f4,_0x3ea8e4]]);for(const _0x301f59 of _0x4c50ff){const _0x130d4a=_0x69923d(0x28a)==_0x301f59[_0x69923d(0x266)]?_0x301f59[_0x69923d(0x269)][_0x69923d(0x38a)]:void 0x0,_0x16d83e=_0x301f59[_0x69923d(0x37b)](),_0x227229=Array[_0x69923d(0x1e0)](_0x37765d[_0x69923d(0x2cf)]())[_0x69923d(0x263)](_0x586343=>_0x586343[_0x69923d(0x203)](_0x16d83e));if(!_0x227229)continue;const _0x5e8f97=_0x227229[_0x69923d(0x27b)](_0x16d83e);this[_0x69923d(0x22c)](_0x4aff3f)&&_0x69923d(0x245)==_0x301f59[_0x69923d(0x266)]&&0x0!=_0x5e8f97[_0x69923d(0x349)]||(_0x37765d[_0x69923d(0x381)](_0x227229),_0x5e8f97[_0x69923d(0x320)](_0x5c9afc=>{const _0x360d8a=_0x69923d;_0x37765d[_0x360d8a(0x25f)](_0x5c9afc,_0x3ea8e4);}),_0x69923d(0x245)!=_0x301f59[_0x69923d(0x266)]&&_0x130d4a!=_0x3539fb&&_0x37765d[_0x69923d(0x25f)](_0x227229[_0x69923d(0x2dd)](_0x16d83e),_0x130d4a));}const _0x452fe7=[];for(const [_0x34cc9e,_0x24d729]of _0x37765d){const _0xdce92e=_0x43e651(),_0x76740c={'key':_0x4aff3f,'oldValue':_0x24d729,'newValue':_0x3539fb};_0x4aff3f[_0x69923d(0x349)]>0x25&&console[_0x69923d(0x30a)](_0x69923d(0x278),{'key':_0x4aff3f});const _0x37f8ae=(_0x69923d(0x293)+(_0x4aff3f+'|'+Vt({'newValue':_0x3539fb})))[_0x69923d(0x25c)](0x0,0x3c),_0x339c90=this[_0x69923d(0x319)]({'id':_0xdce92e,'type':_0x37f8ae,'data':_0x76740c,'createdAt':new Date(),'authorId':_0x50b1dc,'attributes':_0x3326fe});_0x452fe7[_0x69923d(0x231)](_0x339c90),this[_0x69923d(0x2c9)](_0x37f8ae,_0xdce92e,_0x50b1dc,_0x34cc9e);}return _0x452fe7;}[_0xa3bf74(0x254)](_0x15e5e7){const _0xa750c4=_0xa3bf74;this[_0xa750c4(0x330)][_0xa750c4(0x328)](_0x15e5e7);}[_0xa3bf74(0x309)](_0x2b3bc2){const _0x90dfca=_0xa3bf74;this[_0x90dfca(0x310)][_0x90dfca(0x328)](_0x2b3bc2);}[_0xa3bf74(0x365)](_0x1fed9e,_0x3a40f8=[],_0x438b55=[]){const _0x33cf3a=_0xa3bf74;this[_0x33cf3a(0x289)](_0x1fed9e,(_0x6b64ff,..._0x307d54)=>{const _0x1cb91b=_0x33cf3a;this[_0x1cb91b(0x1ea)](()=>{_0x6b64ff(..._0x307d54);});});for(const _0x5eb295 of _0x3a40f8)this[_0x33cf3a(0x309)](_0x5eb295);for(const _0x153ced of _0x438b55)this[_0x33cf3a(0x254)](_0x153ced);}[_0xa3bf74(0x251)](_0x5956b7){const _0x34d1be=_0xa3bf74;return _0x34d1be(0x28a)==_0x5956b7[_0x34d1be(0x266)]?_0x5956b7[_0x34d1be(0x389)][_0x34d1be(0x1f8)]('|')[0x0]:null;}[_0xa3bf74(0x21e)](_0x395d25,_0x594ca7){const _0x4c45b6=_0xa3bf74,_0x47f1ba=_0x395d25[_0x4c45b6(0x364)]();this[_0x4c45b6(0x205)][_0x4c45b6(0x22e)](_0x39a2f6=>{const _0x5586b8=_0x4c45b6;_0x39a2f6[_0x5586b8(0x243)](_0x47f1ba,{'range':_0x594ca7});});}[_0xa3bf74(0x25e)](_0x1f3aeb){const _0x3fb18f=_0xa3bf74,_0x19e68a=_0x1f3aeb['id'],_0x369571=this[_0x3fb18f(0x2d8)][_0x3fb18f(0x1ee)][_0x3fb18f(0x2cd)](_0x3fb18f(0x2ba));this[_0x3fb18f(0x357)][_0x3fb18f(0x368)](_0x19e68a)||this[_0x3fb18f(0x357)][_0x3fb18f(0x2b1)]({'channelId':_0x369571,'threadId':_0x19e68a,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x226a19=this[_0x3fb18f(0x357)][_0x3fb18f(0x2bc)](_0x19e68a);_0x226a19[_0x3fb18f(0x259)](_0x3fb18f(0x2f2)),_0x226a19[_0x3fb18f(0x2f2)]=!0x1,_0x1f3aeb[_0x3fb18f(0x2b0)]=_0x226a19;}[_0xa3bf74(0x306)](_0x29085d,_0xa7fc07,_0x2e4f97,_0x1af452){const _0x3963d5=_0xa3bf74;if(_0x29085d[_0x3963d5(0x266)]!=_0xa7fc07||_0x29085d[_0x3963d5(0x389)]!=_0x2e4f97||_0x29085d[_0x3963d5(0x2a2)]['id']!=_0x1af452)throw this[_0x3963d5(0x2d8)][_0x3963d5(0x253)](_0x3963d5(0x2e3)),new _0x4f8fd0(_0x3963d5(0x2e3),this);}[_0xa3bf74(0x33f)](_0x1aef0b,_0x57d51c){const _0x3ea30f=_0xa3bf74,_0x396f79=_0x1aef0b[_0x3ea30f(0x37b)]();if(_0x57d51c[_0x3ea30f(0x282)](_0x396f79))_0x1aef0b[_0x3ea30f(0x2af)]();else{if(_0x396f79[_0x3ea30f(0x33d)](_0x57d51c)){const _0x1ccc0c=this[_0x3ea30f(0x205)][_0x3ea30f(0x31a)](_0x57d51c[_0x3ea30f(0x23d)][_0x3ea30f(0x300)],_0x3ea30f(0x2a3));this[_0x3ea30f(0x21e)](_0x1aef0b,this[_0x3ea30f(0x205)][_0x3ea30f(0x1e3)](_0x396f79[_0x3ea30f(0x23d)],_0x1ccc0c));const _0x2f47e7=_0x43e651(),_0x221637=_0x1aef0b[_0x3ea30f(0x2a2)]['id'],_0x5f3c35=_0x1aef0b[_0x3ea30f(0x266)]+':'+_0x1aef0b[_0x3ea30f(0x389)];this[_0x3ea30f(0x319)]({'id':_0x2f47e7,'type':_0x5f3c35,'createdAt':new Date(),'authorId':_0x221637,'data':_0x1aef0b[_0x3ea30f(0x269)],'attributes':_0x1aef0b[_0x3ea30f(0x28d)]});const _0x365a01=this[_0x3ea30f(0x205)][_0x3ea30f(0x31a)](_0x57d51c[_0x3ea30f(0x2a3)][_0x3ea30f(0x33a)],_0x3ea30f(0x378)),_0x5383c1=this[_0x3ea30f(0x205)][_0x3ea30f(0x1e3)](_0x365a01,_0x396f79[_0x3ea30f(0x2a3)]);this[_0x3ea30f(0x2c9)](_0x5f3c35,_0x2f47e7,_0x221637,_0x5383c1);}else{if(_0x396f79[_0x3ea30f(0x30b)](_0x57d51c[_0x3ea30f(0x23d)])){const _0x896ed2=this[_0x3ea30f(0x205)][_0x3ea30f(0x31a)](_0x57d51c[_0x3ea30f(0x23d)][_0x3ea30f(0x300)],_0x3ea30f(0x2a3));this[_0x3ea30f(0x21e)](_0x1aef0b,this[_0x3ea30f(0x205)][_0x3ea30f(0x1e3)](_0x396f79[_0x3ea30f(0x23d)],_0x896ed2));}else{const _0x2d8565=this[_0x3ea30f(0x205)][_0x3ea30f(0x31a)](_0x57d51c[_0x3ea30f(0x2a3)][_0x3ea30f(0x33a)],_0x3ea30f(0x378));this[_0x3ea30f(0x21e)](_0x1aef0b,this[_0x3ea30f(0x205)][_0x3ea30f(0x1e3)](_0x2d8565,_0x396f79[_0x3ea30f(0x2a3)]));}}}}[_0xa3bf74(0x2be)](_0x2733a7){const _0x19132c=_0xa3bf74;for(const {suggestion:_0x1f4115,meta:_0xc03e24}of this[_0x19132c(0x1fe)](_0x2733a7,_0x19132c(0x245))){if(!_0xc03e24[_0x19132c(0x2eb)])continue;const _0xca79f9=_0x1f4115[_0x19132c(0x377)]();for(const _0x1c6106 of _0xca79f9)if(!_0x2733a7[_0x19132c(0x27b)](_0x1c6106)[_0x19132c(0x349)])return!0x0;}return!0x1;}[_0xa3bf74(0x33b)](_0x3dcf93){const _0x59ea54=_0xa3bf74,_0x5d1e64=this[_0x59ea54(0x2d8)][_0x59ea54(0x37d)][_0x59ea54(0x2cd)](_0x59ea54(0x361))[_0x59ea54(0x26a)](_0x3dcf93);if(!_0x5d1e64)throw new _0x4f8fd0(_0x59ea54(0x324),this);return _0x5d1e64;}[_0xa3bf74(0x236)](_0x137818){const _0x86bf1d=_0xa3bf74,_0x27c65c=this[_0x86bf1d(0x2d8)][_0x86bf1d(0x37d)][_0x86bf1d(0x2cd)](_0x86bf1d(0x361)),_0x16578b=_0x137e0d(_0x86bf1d(0x314)+_0x137818),_0x75e9bb=_0x27c65c[_0x86bf1d(0x26a)](_0x16578b);return _0x75e9bb||_0x27c65c[_0x86bf1d(0x311)]({'id':_0x16578b,'name':_0x137818});}[_0xa3bf74(0x387)](_0x5ae3ce,_0x59185e,_0x13205b,_0x1d2d41,_0x274b3f){const _0x59f96f=_0xa3bf74,_0xf6569c=this[_0x59f96f(0x33b)](_0x1d2d41),_0x5de8e8=this[_0x59f96f(0x34a)][_0x59f96f(0x380)](_0x5ae3ce,_0x59185e,_0x13205b,_0xf6569c,_0x274b3f,_0x3bb8ab=>{const _0x3d2265=_0x59f96f;this[_0x3d2265(0x297)](_0x13205b,{'attributes':_0x3bb8ab});const _0x21d81e=this[_0x3d2265(0x27f)](_0x13205b);this[_0x3d2265(0x24a)](new Set([_0x21d81e])),this[_0x3d2265(0x37f)](new Set([_0x21d81e]));});return this[_0x59f96f(0x35c)](_0x5de8e8,_0x59f96f(0x331),()=>{const _0x84ef75=_0x59f96f;this[_0x84ef75(0x297)](_0x13205b,{'state':_0x84ef75(0x351)});},{'priority':_0x59f96f(0x348)}),this[_0x59f96f(0x35c)](_0x5de8e8,_0x59f96f(0x285),()=>{const _0x378dc5=_0x59f96f;this[_0x378dc5(0x297)](_0x13205b,{'state':_0x378dc5(0x226)});},{'priority':_0x59f96f(0x348)}),this[_0x59f96f(0x222)][_0x59f96f(0x25f)](_0x13205b,_0x5de8e8),this[_0x59f96f(0x301)][_0x59f96f(0x25f)](_0x5de8e8,_0x59f96f(0x21c)),_0x5de8e8;}[_0xa3bf74(0x369)](_0x579f79){const _0x212990=_0xa3bf74,_0x2b9712=_0x579f79[_0x212990(0x1f8)](':');return{'group':_0x2b9712[0x0],'type':_0x2b9712[0x1],'subType':_0x2b9712[_0x212990(0x349)]>=0x5?_0x2b9712[0x2]:null,'id':_0x2b9712[_0x212990(0x349)]<0x5?_0x2b9712[0x2]:_0x2b9712[0x3],'authorId':_0x2b9712[_0x212990(0x349)]<0x5?_0x2b9712[0x3]:_0x2b9712[0x4],'markerCount':0x6==_0x2b9712[_0x212990(0x349)]?_0x2b9712[0x5]:null};}[_0xa3bf74(0x31f)](_0x3982a0,_0x5aa4a5,_0x322199){const _0x2394b5=_0xa3bf74,_0x2bc565=_0x3982a0[_0x2394b5(0x37b)](),_0x537819=_0x2bc565[_0x2394b5(0x23d)],_0x3dec86=_0x2bc565[_0x2394b5(0x2a3)];this[_0x2394b5(0x21e)](_0x3982a0,this[_0x2394b5(0x205)][_0x2394b5(0x1e3)](_0x537819,_0x5aa4a5));const _0x1664b5=_0x43e651(),_0x4827a0=_0x3982a0[_0x2394b5(0x2a2)]['id'],_0x1ab478=_0x3982a0[_0x2394b5(0x266)]+(_0x3982a0[_0x2394b5(0x389)]?':'+_0x3982a0[_0x2394b5(0x389)]:'');this[_0x2394b5(0x319)]({'id':_0x1664b5,'type':_0x1ab478,'createdAt':new Date(),'authorId':_0x4827a0,'originalSuggestionId':_0x3982a0['id'],'attributes':_0x3982a0[_0x2394b5(0x28d)],'data':_0x3982a0[_0x2394b5(0x269)]});const _0x4d0302=this[_0x2394b5(0x251)](_0x3982a0);(_0x2394b5(0x335)==_0x3982a0[_0x2394b5(0x266)]||_0x4d0302&&this[_0x2394b5(0x22c)](_0x4d0302))&&(_0x322199=this[_0x2394b5(0x205)][_0x2394b5(0x218)](_0x322199[_0x2394b5(0x33a)])),this[_0x2394b5(0x2c9)](_0x1ab478,_0x1664b5,_0x4827a0,this[_0x2394b5(0x205)][_0x2394b5(0x1e3)](_0x322199,_0x3dec86));}[_0xa3bf74(0x1fe)](_0x2c548d,_0x340490=null){const _0x18c7c4=_0xa3bf74,_0x2e03ab=[],_0x4314da=this[_0x18c7c4(0x2d8)][_0x18c7c4(0x37d)][_0x18c7c4(0x2cd)](_0x18c7c4(0x361))['me'];Array[_0x18c7c4(0x346)](_0x2c548d)||(_0x2c548d=[_0x2c548d]);for(const _0x3b01d5 of this[_0x18c7c4(0x20a)]()){if(!_0x3b01d5[_0x18c7c4(0x2c4)])continue;if(_0x340490&&_0x3b01d5[_0x18c7c4(0x266)]!=_0x340490)continue;let _0x2bb1d4=!0x1;for(const _0x41b940 of _0x3b01d5[_0x18c7c4(0x377)]()){for(const _0x419384 of _0x2c548d){const _0x3e946f=_0x419384[_0x18c7c4(0x23d)][_0x18c7c4(0x282)](_0x41b940[_0x18c7c4(0x2a3)])||_0x419384[_0x18c7c4(0x2a3)][_0x18c7c4(0x282)](_0x41b940[_0x18c7c4(0x23d)]);if(_0x3e946f||_0x419384[_0x18c7c4(0x2dd)](_0x41b940)){const _0x5e8148=_0x419384[_0x18c7c4(0x33d)](_0x41b940)&&Rt(this[_0x18c7c4(0x205)][_0x18c7c4(0x354)],_0x41b940[_0x18c7c4(0x23d)],_0x419384),_0x3ae251=_0x41b940[_0x18c7c4(0x33d)](_0x419384)&&Rt(this[_0x18c7c4(0x205)][_0x18c7c4(0x354)],_0x419384[_0x18c7c4(0x23d)],_0x41b940);_0x2e03ab[_0x18c7c4(0x231)]({'suggestion':_0x3b01d5,'meta':{'isOwn':_0x4314da==_0x3b01d5[_0x18c7c4(0x249)],'isNextTo':_0x3e946f,'isInsideObject':_0x5e8148,'containsRangeInObject':_0x3ae251}}),_0x2bb1d4=!0x0;break;}}if(_0x2bb1d4)break;}}return _0x2e03ab;}[_0xa3bf74(0x2c9)](_0xf93346,_0x3670d7,_0x104e7e,_0x5e90ab,_0x44322f){const _0x383663=_0xa3bf74;this[_0x383663(0x205)][_0x383663(0x22e)](_0x4c3723=>{const _0x52211d=_0x383663;let _0x4f6c59=_0x52211d(0x329)+_0xf93346+':'+_0x3670d7+':'+_0x104e7e;_0x44322f&&(_0x4f6c59=_0x4f6c59+':'+_0x44322f),_0x4c3723[_0x52211d(0x34d)](_0x4f6c59,{'range':_0x5e90ab,'usingOperation':!0x0,'affectsData':!0x0});});}[_0xa3bf74(0x34b)](_0x2c53b0){const _0x3de59b=_0xa3bf74,_0x45d20b=_0x2c53b0[_0x3de59b(0x2c1)],_0x45e3e3=_0x2c53b0[_0x3de59b(0x2a8)];_0x2c53b0[_0x3de59b(0x2c1)]=null,_0x2c53b0[_0x3de59b(0x2a8)]=null,null!=_0x45d20b&&_0x45d20b[_0x3de59b(0x2a8)]==_0x2c53b0&&(_0x45d20b[_0x3de59b(0x2a8)]=_0x45e3e3),null!=_0x45e3e3&&_0x45e3e3[_0x3de59b(0x2c1)]==_0x2c53b0&&(_0x45e3e3[_0x3de59b(0x2c1)]=_0x45d20b),_0x3de59b(0x235)==this[_0x3de59b(0x301)][_0x3de59b(0x2cd)](_0x2c53b0)&&(this[_0x3de59b(0x301)][_0x3de59b(0x25f)](_0x2c53b0,_0x3de59b(0x22a)),this[_0x3de59b(0x257)](_0x3de59b(0x36d),_0x2c53b0,_0x45d20b,_0x45e3e3));}[_0xa3bf74(0x319)](_0x1a5f61){const _0x491e51=_0xa3bf74,_0x585eca=_0x1a5f61['id'],_0x328398=this[_0x491e51(0x291)](_0x1a5f61);if(this[_0x491e51(0x36a)]&&this[_0x491e51(0x36a)][_0x491e51(0x338)]){const _0x427c16=this[_0x491e51(0x2d8)][_0x491e51(0x37d)][_0x491e51(0x2cd)](_0x491e51(0x2bd)),_0x519e72=_0x328398[_0x491e51(0x2e1)],_0x3e841d=_0x328398[_0x491e51(0x389)]?_0x328398[_0x491e51(0x266)]+':'+_0x328398[_0x491e51(0x389)]:_0x328398[_0x491e51(0x266)],_0x1acb5a=this[_0x491e51(0x2d8)][_0x491e51(0x22d)],_0x136fba=_0x427c16[_0x491e51(0x328)](_0x293937(_0x1acb5a,_0x491e51(0x2d7))),_0x4dae65={'id':_0x585eca,'type':_0x3e841d,'hasComments':_0x519e72,'data':_0x1a5f61[_0x491e51(0x269)]||null,'originalSuggestionId':_0x1a5f61[_0x491e51(0x2d9)]||null,'attributes':_0x328398[_0x491e51(0x28d)]};this[_0x491e51(0x36a)][_0x491e51(0x338)](_0x4dae65)[_0x491e51(0x288)](_0x5fd644=>{const _0xccea7e=_0x491e51;_0x328398[_0xccea7e(0x2ad)]=!0x0,_0x427c16[_0xccea7e(0x2c0)](_0x136fba),_0x5fd644&&_0x5fd644[_0xccea7e(0x27c)]&&(this[_0xccea7e(0x222)][_0xccea7e(0x2cd)](_0x585eca)[_0xccea7e(0x27c)]=_0x5fd644[_0xccea7e(0x27c)]);})[_0x491e51(0x21d)](_0xd433dc=>{const _0x56a567=_0x491e51;throw _0x66f3b9(_0x56a567(0x33e)),this[_0x56a567(0x2d8)][_0x56a567(0x38c)][_0x56a567(0x283)]({'isUndoable':!0x1},()=>{const _0x286272=_0x56a567;_0x328398[_0x286272(0x285)]();}),_0x328398[_0x56a567(0x2ab)](),this[_0x56a567(0x222)][_0x56a567(0x381)](_0x328398['id']),this[_0x56a567(0x301)][_0x56a567(0x381)](_0x328398),_0xd433dc;});}return _0x328398;}[_0xa3bf74(0x22c)](_0x31cd01){const _0x43839b=_0xa3bf74;return this[_0x43839b(0x330)][_0x43839b(0x371)](_0x31cd01);}[_0xa3bf74(0x297)](_0xbca061,_0xc0a9c8){const _0x1cdda3=_0xa3bf74,_0x13632e=this[_0x1cdda3(0x2d8)][_0x1cdda3(0x37d)][_0x1cdda3(0x2cd)](_0x1cdda3(0x2bd)),_0x146ac5=this[_0x1cdda3(0x27f)](_0xbca061);if(this[_0x1cdda3(0x36a)]&&this[_0x1cdda3(0x36a)][_0x1cdda3(0x204)]){if(_0x146ac5[_0x1cdda3(0x2ad)]){const _0x3b7dc4=_0x13632e[_0x1cdda3(0x328)](_0x293937(this[_0x1cdda3(0x2d8)][_0x1cdda3(0x22d)],_0x1cdda3(0x2d7)));this[_0x1cdda3(0x36a)][_0x1cdda3(0x204)](_0xbca061,_0xc0a9c8)[_0x1cdda3(0x288)](()=>{const _0xcd6d9f=_0x1cdda3;_0x13632e[_0xcd6d9f(0x2c0)](_0x3b7dc4);});}else _0x146ac5['on'](_0x1cdda3(0x217),()=>{const _0x2e5658=_0x1cdda3;this[_0x2e5658(0x297)](_0xbca061,_0xc0a9c8);});}}[_0xa3bf74(0x2bf)](_0x4c8464){const _0x3cf3d8=_0xa3bf74;if(!this[_0x3cf3d8(0x36a)]||!this[_0x3cf3d8(0x36a)][_0x3cf3d8(0x27f)])throw new _0x4f8fd0(_0x3cf3d8(0x390),this);return this[_0x3cf3d8(0x36a)][_0x3cf3d8(0x27f)](_0x4c8464);}[_0xa3bf74(0x30f)](_0x3860b4){const _0x125868=_0xa3bf74,{id:_0x4a5a78,type:_0x575ccb,subType:_0x42e498,authorId:_0x2e7df2}=this[_0x125868(0x369)](_0x3860b4),_0x14c81f=this[_0x125868(0x222)][_0x125868(0x2cd)](_0x4a5a78)||this[_0x125868(0x387)](_0x575ccb,_0x42e498,_0x4a5a78,_0x2e7df2,{});switch(this[_0x125868(0x306)](_0x14c81f,_0x575ccb,_0x42e498,_0x2e7df2),this[_0x125868(0x301)][_0x125868(0x2cd)](_0x14c81f)){case _0x125868(0x21c):this[_0x125868(0x2bf)](_0x4a5a78)[_0x125868(0x288)](_0x3bf424=>{const _0x3539c6=_0x125868;let _0x59bd8d=Promise[_0x3539c6(0x255)]();_0x3bf424[_0x3539c6(0x2e1)]&&(_0x59bd8d=this[_0x3539c6(0x357)][_0x3539c6(0x1e6)]({'channelId':this[_0x3539c6(0x2d8)][_0x3539c6(0x1ee)][_0x3539c6(0x2cd)](_0x3539c6(0x2ba)),'threadId':_0x4a5a78})),_0x59bd8d[_0x3539c6(0x288)](()=>{const _0x2c9914=_0x3539c6;this[_0x2c9914(0x291)](_0x3bf424)[_0x2c9914(0x2ad)]=!0x0;});}),this[_0x125868(0x301)][_0x125868(0x25f)](_0x14c81f,_0x125868(0x347));break;case _0x125868(0x22a):this[_0x125868(0x297)](_0x4a5a78,{'state':_0x125868(0x327)});case _0x125868(0x2e4):this[_0x125868(0x301)][_0x125868(0x25f)](_0x14c81f,_0x125868(0x235)),this[_0x125868(0x257)](_0x125868(0x22b),_0x14c81f);break;case _0x125868(0x235):this[_0x125868(0x257)](_0x125868(0x207),_0x14c81f);}return _0x14c81f[_0x125868(0x355)](_0x3860b4),_0x14c81f;}[_0xa3bf74(0x37f)](_0x565702){const _0x1b913d=_0xa3bf74,_0x925f10=Array[_0x1b913d(0x1e0)](_0x565702),_0x426d5f=_0x925f10[_0x1b913d(0x23f)](_0x4e2c48=>_0x1b913d(0x28a)==_0x4e2c48[_0x1b913d(0x266)]);this[_0x1b913d(0x2f0)](_0x426d5f);const _0x5ace9e=_0x925f10[_0x1b913d(0x23f)](_0x2ab3a3=>!_0x2ab3a3[_0x1b913d(0x359)]&&_0x1b913d(0x28a)!=_0x2ab3a3[_0x1b913d(0x266)]),_0x375c40=this[_0x1b913d(0x20a)]({'skipNotAttached':!0x0})[_0x1b913d(0x23f)](_0x1d953f=>!_0x1d953f[_0x1b913d(0x359)]&&_0x1b913d(0x28a)!=_0x1d953f[_0x1b913d(0x266)]),_0x44a48f=_0x375c40[_0x1b913d(0x23f)](_0xc0f7a1=>!_0x565702[_0x1b913d(0x371)](_0xc0f7a1)),_0xda301a=new Map(_0x375c40[_0x1b913d(0x2e8)](_0x537efc=>[_0x537efc,this[_0x1b913d(0x34a)][_0x1b913d(0x383)](_0x537efc[_0x1b913d(0x266)],_0x537efc[_0x1b913d(0x389)],_0x1b913d(0x34e))])),_0x2e221f=new Map(_0x375c40[_0x1b913d(0x2e8)](_0x2ef22a=>[_0x2ef22a,_0x2ef22a[_0x1b913d(0x37b)]()])),_0x1b9061=new Set(),_0x5ead1c=new Set();for(let _0x17344b=0x0;_0x17344b<_0x5ace9e[_0x1b913d(0x349)];_0x17344b++)_0x8c0a36(_0x5ace9e[_0x17344b],_0x5ace9e,_0x17344b+0x1);for(let _0x560f0b=0x0;_0x560f0b<_0x5ace9e[_0x1b913d(0x349)];_0x560f0b++)_0x8c0a36(_0x5ace9e[_0x560f0b],_0x44a48f,0x0);const _0x269f66=new Set();for(let _0x5ad32b=0x0;_0x5ad32b<_0x5ace9e[_0x1b913d(0x349)];_0x5ad32b++){const _0x3e0aa8=_0x5ace9e[_0x5ad32b];!_0x5ead1c[_0x1b913d(0x371)](_0x3e0aa8)&&_0x3e0aa8[_0x1b913d(0x2c1)]&&(_0x269f66[_0x1b913d(0x328)](_0x3e0aa8[_0x1b913d(0x2c1)]),_0x3e0aa8[_0x1b913d(0x2c1)][_0x1b913d(0x2a8)]===_0x3e0aa8&&(_0x3e0aa8[_0x1b913d(0x2c1)][_0x1b913d(0x2a8)]=null),_0x3e0aa8[_0x1b913d(0x2c1)]=null),!_0x1b9061[_0x1b913d(0x371)](_0x3e0aa8)&&_0x3e0aa8[_0x1b913d(0x2a8)]&&(_0x269f66[_0x1b913d(0x328)](_0x3e0aa8[_0x1b913d(0x2a8)]),_0x3e0aa8[_0x1b913d(0x2a8)][_0x1b913d(0x2c1)]===_0x3e0aa8&&(_0x3e0aa8[_0x1b913d(0x2a8)][_0x1b913d(0x2c1)]=null),_0x3e0aa8[_0x1b913d(0x2a8)]=null);}function _0x8c0a36(_0x62fd7b,_0x5ee9e8,_0x5679c4){const _0x1d98c4=_0x1b913d;for(let _0x3a0634=_0x5679c4;_0x3a0634<_0x5ee9e8[_0x1d98c4(0x349)];_0x3a0634++){const _0x158c6e=_0x1ee094(_0x62fd7b,_0x5ee9e8[_0x3a0634]);_0x158c6e&&(_0x158c6e[0x0][_0x1d98c4(0x2a8)]=_0x158c6e[0x1],_0x158c6e[0x1][_0x1d98c4(0x2c1)]=_0x158c6e[0x0],_0x1b9061[_0x1d98c4(0x328)](_0x158c6e[0x0]),_0x5ead1c[_0x1d98c4(0x328)](_0x158c6e[0x1]));}}function _0x1ee094(_0x3268ee,_0x45919e){const _0x29261d=_0x1b913d;if(_0x3268ee[_0x29261d(0x249)]['id']!==_0x45919e[_0x29261d(0x249)]['id'])return null;const _0x34e688=_0xda301a[_0x29261d(0x2cd)](_0x3268ee)(_0x3268ee,_0x45919e,_0x2e221f[_0x29261d(0x2cd)](_0x3268ee),_0x2e221f[_0x29261d(0x2cd)](_0x45919e));if(!_0x34e688)return null;return _0xda301a[_0x29261d(0x2cd)](_0x45919e)(_0x3268ee,_0x45919e,_0x2e221f[_0x29261d(0x2cd)](_0x3268ee),_0x2e221f[_0x29261d(0x2cd)](_0x45919e))?_0x34e688[0x1][_0x29261d(0x2b0)]&&_0x34e688[0x1][_0x29261d(0x2b0)][_0x29261d(0x349)]?null:_0x34e688:null;}_0x269f66[_0x1b913d(0x382)]&&this[_0x1b913d(0x37f)](_0x269f66);}[_0xa3bf74(0x2f0)](_0x28ff7e){const _0x46b3e2=_0xa3bf74;if(0x0==_0x28ff7e[_0x46b3e2(0x349)])return;const _0x4a6c9c=this[_0x46b3e2(0x20a)]({'skipNotAttached':!0x0})[_0x46b3e2(0x23f)](_0x48115c=>_0x46b3e2(0x28a)==_0x48115c[_0x46b3e2(0x266)]&&_0x48115c[_0x46b3e2(0x20b)]),_0x500658=[],_0x5052f4=new Map();for(const _0x343363 of _0x4a6c9c){const _0xde951a=_0x137e0d(_0x343363[_0x46b3e2(0x28d)]);_0x5052f4[_0x46b3e2(0x371)](_0xde951a)||(_0x5052f4[_0x46b3e2(0x25f)](_0xde951a,_0x500658[_0x46b3e2(0x349)]),_0x500658[_0x46b3e2(0x231)]([]));const _0x4977fc=_0x5052f4[_0x46b3e2(0x2cd)](_0xde951a);_0x500658[_0x4977fc][_0x46b3e2(0x231)](_0x343363);}!(function(){const _0x27bbb0=_0x46b3e2;_0x500658[_0x27bbb0(0x2e0)]((_0xd7085c,_0x8c230b)=>{const _0x3d22cc=_0x27bbb0,_0x49e56f=_0xd7085c[0x0][_0x3d22cc(0x27c)],_0x58ca1b=_0x8c230b[0x0][_0x3d22cc(0x27c)];return _0x49e56f==_0x58ca1b?_0xd7085c[0x0][_0x3d22cc(0x28d)][_0x3d22cc(0x271)]<_0x8c230b[0x0][_0x3d22cc(0x28d)][_0x3d22cc(0x271)]?-0x1:0x1:_0x49e56f<_0x58ca1b?-0x1:0x1;});for(const _0x4ad6d1 of _0x500658)_0x4ad6d1[_0x27bbb0(0x2e0)]((_0x64739d,_0xb9041e)=>_0x64739d['id']<_0xb9041e['id']?-0x1:0x1);}());for(let _0x3b5e8b=0x0;_0x3b5e8b<_0x500658[_0x46b3e2(0x349)];_0x3b5e8b++){if(0x0==_0x500658[_0x3b5e8b][_0x46b3e2(0x349)])continue;const _0xbb0633=[];for(let _0x1e0dce=_0x3b5e8b+0x1;_0x1e0dce<_0x500658[_0x46b3e2(0x349)];_0x1e0dce++)0x0!=_0x500658[_0x1e0dce][_0x46b3e2(0x349)]&&_0x2fe77a(_0x500658[_0x3b5e8b],_0x500658[_0x1e0dce])&&_0xbb0633[_0x46b3e2(0x231)](_0x1e0dce);for(const _0x417f86 of _0xbb0633)_0x500658[_0x3b5e8b]=_0x500658[_0x3b5e8b][_0x46b3e2(0x1df)](_0x500658[_0x417f86]),_0x500658[_0x417f86]=[];}for(const _0x574d96 of _0x500658)for(let _0xf7b106=0x0;_0xf7b106<_0x574d96[_0x46b3e2(0x349)];_0xf7b106++)_0x574d96[_0xf7b106][_0x46b3e2(0x2a8)]=_0x574d96[_0xf7b106+0x1]||null;for(const _0x171bcd of _0x500658)for(let _0x560a5b=0x0;_0x560a5b<_0x171bcd[_0x46b3e2(0x349)];_0x560a5b++)_0x171bcd[_0x560a5b][_0x46b3e2(0x2c1)]=_0x171bcd[_0x560a5b-0x1]||null;function _0x2fe77a(_0x40f404,_0x5e0b6a){const _0x1b3e66=_0x46b3e2;if(_0x40f404[0x0][_0x1b3e66(0x28d)][_0x1b3e66(0x271)]!==_0x5e0b6a[0x0][_0x1b3e66(0x28d)][_0x1b3e66(0x271)]&&_0x40f404[0x0][_0x1b3e66(0x249)]!==_0x5e0b6a[0x0][_0x1b3e66(0x249)])return!0x1;if(!function(_0x40c1f3,_0x50ecd0){const _0x44f9ad=_0x1b3e66;if(!_0x40c1f3[_0x44f9ad(0x2e1)]&&!_0x50ecd0[_0x44f9ad(0x2e1)])return!0x0;if(_0x40c1f3[_0x44f9ad(0x2e1)]&&_0x50ecd0[_0x44f9ad(0x2e1)])return!0x1;if(_0x40c1f3[_0x44f9ad(0x2e1)]&&_0x50ecd0[_0x44f9ad(0x27c)]<_0x40c1f3[_0x44f9ad(0x2b0)][_0x44f9ad(0x211)][_0x44f9ad(0x2cd)](0x0)[_0x44f9ad(0x27c)])return!0x0;if(_0x50ecd0[_0x44f9ad(0x2e1)]&&_0x40c1f3[_0x44f9ad(0x27c)]<_0x50ecd0[_0x44f9ad(0x2b0)][_0x44f9ad(0x211)][_0x44f9ad(0x2cd)](0x0)[_0x44f9ad(0x27c)])return!0x0;return!0x1;}(_0x40f404[0x0],_0x5e0b6a[0x0]))return!0x1;const _0x132ac9=_0x25b9de(_0x40f404[0x0][_0x1b3e66(0x28d)],_0x1b3e66(0x271)),_0x2d36f9=_0x25b9de(_0x5e0b6a[0x0][_0x1b3e66(0x28d)],_0x1b3e66(0x271));if(!_0x20249e(_0x132ac9,_0x2d36f9))return!0x1;return!!_0x40f404[_0x1b3e66(0x2b3)](_0x50e0dd=>_0x5e0b6a[_0x1b3e66(0x36c)](_0x5deae7=>_0x50e0dd[_0x1b3e66(0x37b)]()[_0x1b3e66(0x282)](_0x5deae7[_0x1b3e66(0x37b)]())))&&_0x5e0b6a[_0x1b3e66(0x2b3)](_0x14ebb0=>_0x40f404[_0x1b3e66(0x36c)](_0x1732ce=>_0x14ebb0[_0x1b3e66(0x37b)]()[_0x1b3e66(0x282)](_0x1732ce[_0x1b3e66(0x37b)]())));}}[_0xa3bf74(0x24a)](_0xa0c8a9){const _0x354ae8=_0xa3bf74,_0x380186=Array[_0x354ae8(0x1e0)](_0xa0c8a9),_0x29e872=this[_0x354ae8(0x20a)]({'skipNotAttached':!0x0}),_0x1e3c84=_0x29e872[_0x354ae8(0x23f)](_0x69bded=>!_0xa0c8a9[_0x354ae8(0x371)](_0x69bded)),_0x3fe755=new Map(_0x380186[_0x354ae8(0x2e8)](_0x1b16d7=>[_0x1b16d7,this[_0x354ae8(0x34a)][_0x354ae8(0x383)](_0x1b16d7[_0x354ae8(0x266)],_0x1b16d7[_0x354ae8(0x389)],_0x354ae8(0x388))])),_0x59986a=new Map(_0x29e872[_0x354ae8(0x2e8)](_0x17699b=>[_0x17699b,_0x17699b[_0x354ae8(0x377)]()]));for(let _0x333060=0x0;_0x333060<_0x380186[_0x354ae8(0x349)];_0x333060++){if(_0x3ebd19(this,_0x380186[_0x333060],_0x380186,_0x333060+0x1))return!0x0;}for(let _0x3c5bd0=0x0;_0x3c5bd0<_0x380186[_0x354ae8(0x349)];_0x3c5bd0++){if(_0x3ebd19(this,_0x380186[_0x3c5bd0],_0x1e3c84,0x0))return!0x0;}return!0x1;function _0x3ebd19(_0x27adad,_0x261fe4,_0x238cac,_0x273df6){const _0x5f0fc0=_0x354ae8;for(let _0x3a0efa=_0x273df6;_0x3a0efa<_0x238cac[_0x5f0fc0(0x349)];_0x3a0efa++){const _0x2be129=_0x238cac[_0x3a0efa];if(_0x2be129[_0x5f0fc0(0x266)]!==_0x261fe4[_0x5f0fc0(0x266)]||_0x2be129[_0x5f0fc0(0x249)]['id']!==_0x261fe4[_0x5f0fc0(0x249)]['id']||_0x2be129[_0x5f0fc0(0x389)]!==_0x261fe4[_0x5f0fc0(0x389)])continue;if(!Pt(_0x261fe4,_0x2be129,[_0x5f0fc0(0x271)]))continue;if(_0x5f0fc0(0x28a)==_0x261fe4[_0x5f0fc0(0x266)]&&_0x261fe4[_0x5f0fc0(0x269)][_0x5f0fc0(0x38a)]!=_0x2be129[_0x5f0fc0(0x269)][_0x5f0fc0(0x38a)])continue;if(_0x5f0fc0(0x28a)==_0x261fe4[_0x5f0fc0(0x266)]&&_0x27adad[_0x5f0fc0(0x22c)](_0x261fe4[_0x5f0fc0(0x269)][_0x5f0fc0(0x227)]))continue;if(_0x5f0fc0(0x335)==_0x261fe4[_0x5f0fc0(0x266)]){const _0x525ed7=_0x27adad[_0x5f0fc0(0x2d8)][_0x5f0fc0(0x38c)],_0x1ab2cd=_0x261fe4[_0x5f0fc0(0x308)]();if(_0x1ab2cd&&(_0x525ed7[_0x5f0fc0(0x354)][_0x5f0fc0(0x2ca)](_0x1ab2cd)||_0x525ed7[_0x5f0fc0(0x354)][_0x5f0fc0(0x209)](_0x1ab2cd)))continue;}const _0x399af5=_0x3fe755[_0x5f0fc0(0x2cd)](_0x261fe4),_0x5a60e6=_0x59986a[_0x5f0fc0(0x2cd)](_0x261fe4),_0x4553d1=_0x59986a[_0x5f0fc0(0x2cd)](_0x2be129),_0x804aea=_0x261fe4[_0x5f0fc0(0x2b0)]&&_0x261fe4[_0x5f0fc0(0x2b0)][_0x5f0fc0(0x349)],_0x405bbb=_0x2be129[_0x5f0fc0(0x2b0)]&&_0x2be129[_0x5f0fc0(0x2b0)][_0x5f0fc0(0x349)];if(!_0x804aea&&_0x399af5(_0x4553d1,_0x5a60e6))return _0x27adad[_0x5f0fc0(0x202)](_0x2be129,_0x261fe4),_0x59986a[_0x5f0fc0(0x381)](_0x261fe4),!0x0;if(!_0x405bbb&&_0x399af5(_0x5a60e6,_0x4553d1))return _0x27adad[_0x5f0fc0(0x202)](_0x261fe4,_0x2be129),_0x59986a[_0x5f0fc0(0x381)](_0x2be129),!0x0;}return!0x1;}}[_0xa3bf74(0x202)](_0x4e95a3,_0x8d6b15){const _0x2bcd1d=_0xa3bf74;if(_0x4e95a3[_0x2bcd1d(0x359)]){for(const _0x580b60 of _0x8d6b15[_0x2bcd1d(0x377)]())_0x4e95a3[_0x2bcd1d(0x352)](_0x580b60);}else{const _0x102564=_0x8d6b15[_0x2bcd1d(0x37b)]()[_0x2bcd1d(0x2a3)];this[_0x2bcd1d(0x21e)](_0x4e95a3,this[_0x2bcd1d(0x205)][_0x2bcd1d(0x1e3)](_0x4e95a3[_0x2bcd1d(0x37b)]()[_0x2bcd1d(0x23d)],_0x102564));}_0x8d6b15[_0x2bcd1d(0x2af)]();}[_0xa3bf74(0x21f)](_0x762005,_0x171aeb){const _0x4087d6=_0xa3bf74,_0x16cfa3=_0x762005[_0x4087d6(0x2cc)](_0x4087d6(0x37a))||_0x762005[_0x4087d6(0x2cc)](_0x4087d6(0x28a))?_0x4087d6(0x35e):_0x762005[_0x4087d6(0x2bb)]();return _0x293937(this[_0x4087d6(0x2d8)][_0x4087d6(0x22d)],_0x171aeb+'_'+_0x16cfa3+_0x4087d6(0x370));}[_0xa3bf74(0x281)](){const _0x1b6634=_0xa3bf74,_0x311218=this[_0x1b6634(0x2d8)];_0x17e455(this[_0x1b6634(0x205)],({left:_0x3b3664,entered:_0xbecd12})=>{const _0x479cf4=_0x1b6634,_0x158b84=[];for(const _0x584ff2 of _0x3b3664){const {group:_0x475aa3,type:_0x3a62d3}=this[_0x479cf4(0x369)](_0x584ff2[_0x479cf4(0x303)]);if(_0x479cf4(0x345)===_0x475aa3){_0x158b84[_0x479cf4(0x231)](this[_0x479cf4(0x21f)](_0x3a62d3,_0x479cf4(0x2dc)));break;}}for(const _0x12752e of _0xbecd12){const {group:_0x3be378,type:_0x1ee65e}=this[_0x479cf4(0x369)](_0x12752e[_0x479cf4(0x303)]);if(_0x479cf4(0x345)===_0x3be378){_0x158b84[_0x479cf4(0x231)](this[_0x479cf4(0x21f)](_0x1ee65e,_0x479cf4(0x38b)));break;}}_0x158b84[_0x479cf4(0x349)]&&_0x311218['ui'][_0x479cf4(0x366)][_0x479cf4(0x2c3)](_0x479cf4(0x273),_0x158b84[_0x479cf4(0x388)]('\x20'));});}[_0xa3bf74(0x2d5)](_0xc26a5){const _0x4a3504=_0xa3bf74;if(this[_0x4a3504(0x214)])return!0x1;const _0x1811f8=this[_0x4a3504(0x2d8)],_0x4e1097=_0x1811f8[_0x4a3504(0x38c)][_0x4a3504(0x2da)][_0x4a3504(0x2ec)][_0x4a3504(0x344)]();if(0x0==_0x4e1097[_0x4a3504(0x349)])return!0x1;const _0x3b2bec=[],_0x27d68e=_0x4e1097[_0x4a3504(0x23f)](_0x2110bc=>_0x4a3504(0x28a)==_0x2110bc[_0x4a3504(0x266)]),_0x4bcac5=_0x4e1097[_0x4a3504(0x23f)](_0x4a7580=>_0x4a3504(0x2e2)==_0x4a7580[_0x4a3504(0x266)]&&_0x4a3504(0x34f)!=_0x4a7580[_0x4a3504(0x303)]),_0x417218=_0x4e1097[_0x4a3504(0x23f)](_0x45bb0b=>_0x4a3504(0x2c0)==_0x45bb0b[_0x4a3504(0x266)]&&_0x4a3504(0x34f)!=_0x45bb0b[_0x4a3504(0x303)]);for(const _0x217da6 of _0x27d68e)_0x3b2bec[_0x4a3504(0x231)]({'key':_0x217da6[_0x4a3504(0x2b6)],'newValue':_0x217da6[_0x4a3504(0x2a6)],'oldValue':_0x217da6[_0x4a3504(0x28b)],'range':Ot(_0x217da6[_0x4a3504(0x210)],_0x1811f8[_0x4a3504(0x38c)])});for(const _0xda5ac4 of _0x4bcac5){const _0x4ede42=_0x417218[_0x4a3504(0x263)](_0x1fadcc=>_0x1fadcc[_0x4a3504(0x379)][_0x4a3504(0x282)](_0xda5ac4[_0x4a3504(0x379)]));_0x4ede42&&_0x3b2bec[_0x4a3504(0x231)]({'key':_0x4a3504(0x2cb),'newValue':_0xda5ac4[_0x4a3504(0x303)],'oldValue':_0x4ede42[_0x4a3504(0x303)],'range':_0x1811f8[_0x4a3504(0x38c)][_0x4a3504(0x35a)](_0xda5ac4[_0x4a3504(0x379)][_0x4a3504(0x2e6)])});}return 0x0!=_0x3b2bec[_0x4a3504(0x349)]&&this[_0x4a3504(0x2ea)](_0xc26a5,_0x3b2bec);}[_0xa3bf74(0x298)](_0x2e6299){const _0x3df981=_0xa3bf74;let _0xa2fa20=!0x1;const _0x29c6b2=this[_0x3df981(0x2d8)][_0x3df981(0x38c)][_0x3df981(0x2da)][_0x3df981(0x2ec)][_0x3df981(0x280)]()[_0x3df981(0x23f)](_0x49b2a5=>_0x49b2a5[_0x3df981(0x269)][_0x3df981(0x373)]&&_0x49b2a5[_0x3df981(0x303)][_0x3df981(0x2cc)](_0x3df981(0x30d)));for(const _0x3bc90e of _0x29c6b2){const {subType:_0xe2e3a1,id:_0x34460d}=this[_0x3df981(0x369)](_0x3bc90e[_0x3df981(0x303)]),_0x57dd26=_0xe2e3a1[_0x3df981(0x1f8)]('|')[0x0];for(const _0x823c21 of this[_0x3df981(0x20a)]({'skipNotAttached':!0x0}))_0x823c21['id']!=_0x34460d&&_0x3df981(0x28a)==_0x823c21[_0x3df981(0x266)]&&_0x823c21[_0x3df981(0x269)]&&_0x823c21[_0x3df981(0x269)][_0x3df981(0x227)]==_0x57dd26&&_0x823c21[_0x3df981(0x37b)]()[_0x3df981(0x203)](_0x3bc90e[_0x3df981(0x269)][_0x3df981(0x373)])&&(this[_0x3df981(0x374)](_0x823c21,_0x3bc90e[_0x3df981(0x269)][_0x3df981(0x373)],_0x2e6299),_0xa2fa20=!0x0);}return _0xa2fa20;}[_0xa3bf74(0x1ea)](_0x3b6982){const _0x488c43=_0xa3bf74;this[_0x488c43(0x2d8)],(this[_0x488c43(0x214)]=!0x0,_0x3b6982());}[_0xa3bf74(0x286)](_0x231adb){const _0x41a6af=_0xa3bf74,_0x36b08d=this[_0x41a6af(0x22c)](_0x231adb),_0x5dd393=this[_0x41a6af(0x310)][_0x41a6af(0x371)](_0x231adb);return _0x36b08d||_0x5dd393;}[_0xa3bf74(0x2ea)](_0x2d1119,_0x5c95be){const _0x12067d=_0xa3bf74;if(0x0==_0x5c95be[_0x12067d(0x349)])return!0x1;let _0x2d6fed=!0x1;for(const _0x3f06f6 of _0x5c95be){const _0x4bcca9=this[_0x12067d(0x1fe)](_0x3f06f6[_0x12067d(0x210)],_0x12067d(0x28a))[_0x12067d(0x23f)](_0x2b1fb0=>!_0x2b1fb0[_0x12067d(0x28e)][_0x12067d(0x212)])[_0x12067d(0x2e8)](_0x2f4660=>_0x2f4660[_0x12067d(0x345)]),_0x34441c=_0x137e0d({'newValue':_0x3f06f6[_0x12067d(0x1f0)]});_0x4bcca9[_0x12067d(0x23f)](_0x43af9a=>{const _0x29f8cf=_0x12067d,[_0x223765,_0x26520d]=_0x43af9a[_0x29f8cf(0x389)][_0x29f8cf(0x1f8)]('|');return _0x223765==_0x3f06f6[_0x29f8cf(0x227)]&&_0x26520d!=_0x34441c;})[_0x12067d(0x320)](_0x2faa1e=>{const _0x5d18a2=_0x12067d;this[_0x5d18a2(0x374)](_0x2faa1e,_0x3f06f6[_0x5d18a2(0x210)],_0x2d1119),_0x2d6fed=!0x0;});}return _0x2d6fed;}[_0xa3bf74(0x374)](_0x182eac,_0x14a743,_0x3bb9b5){const _0x191368=_0xa3bf74,_0x5633ab=_0x182eac[_0x191368(0x37b)]()[_0x191368(0x27b)](_0x14a743);0x0!==_0x5633ab[_0x191368(0x349)]?0x1!==_0x5633ab[_0x191368(0x349)]?this[_0x191368(0x31f)](_0x182eac,_0x14a743[_0x191368(0x23d)],_0x14a743[_0x191368(0x2a3)]):this[_0x191368(0x21e)](_0x182eac,_0x5633ab[0x0]):_0x3bb9b5[_0x191368(0x391)](_0x182eac[_0x191368(0x364)]());}}class xt{constructor(_0x1e49ee){const _0x47b450=_0xa3bf74;this[_0x47b450(0x29e)]=_0x1e49ee,this[_0x47b450(0x205)]=_0x1e49ee[_0x47b450(0x38c)],this[_0x47b450(0x270)]=new Map(),this[_0x47b450(0x264)]=new Map(),this[_0x47b450(0x26c)]();}[_0xa3bf74(0x380)](_0xf3f34f,_0xe79815,_0xd213b3,_0x13120d,_0x5d071d,_0x3140f0){const _0x5d9548=_0xa3bf74;return new _0x10db3b(this[_0x5d9548(0x205)],{'type':_0xf3f34f,'subType':_0xe79815,'id':_0xd213b3,'author':_0x13120d,'creator':_0x13120d,'attributes':_0x5d071d,'onAttributesChange':_0x3140f0,'onAccept':(..._0x2c5efb)=>this[_0x5d9548(0x383)](_0xf3f34f,_0xe79815,_0x5d9548(0x331))(..._0x2c5efb),'onDiscard':(..._0x4c59ba)=>this[_0x5d9548(0x383)](_0xf3f34f,_0xe79815,_0x5d9548(0x285))(..._0x4c59ba)});}[_0xa3bf74(0x2fa)](_0x209637,_0x1a6a02,_0x21d8d6,_0x142a7d){const _0x4510d7=_0xa3bf74,_0x241f29=_0x209637+':'+_0x1a6a02+':'+_0x21d8d6;this[_0x4510d7(0x270)][_0x4510d7(0x25f)](_0x241f29,_0x142a7d);}[_0xa3bf74(0x383)](_0x4d6c58,_0x208a09,_0x3145f0){const _0x2749bf=_0xa3bf74,_0x687d99=_0x4d6c58+':'+_0x208a09+':'+_0x3145f0;return this[_0x2749bf(0x270)][_0x2749bf(0x2cd)](_0x687d99)||this[_0x2749bf(0x264)][_0x2749bf(0x2cd)](_0x4d6c58+':'+_0x3145f0);}[_0xa3bf74(0x26c)](){const _0x15396d=_0xa3bf74,_0x584696=()=>!0x1,_0x2830c9=_0x4c7f8e=>{const _0xd69067=_0x4ad7;_0x4c7f8e[_0xd69067(0x2e0)]((_0x3117e8,_0x2dbf0f)=>_0x3117e8[_0xd69067(0x23d)][_0xd69067(0x2d0)](_0x2dbf0f[_0xd69067(0x23d)])?0x1:-0x1),this[_0xd69067(0x205)][_0xd69067(0x22e)](_0x473345=>{const _0x4a6143=_0xd69067;for(const _0x24d1da of _0x4c7f8e){let _0x1cf1d5;_0x1cf1d5=_0x24d1da[_0x4a6143(0x2a3)][_0x4a6143(0x1ef)]&&_0x24d1da[_0x4a6143(0x2a3)][_0x4a6143(0x33a)]==_0x24d1da[_0x4a6143(0x23d)][_0x4a6143(0x2e6)]?_0x473345[_0x4a6143(0x20d)](_0x24d1da[_0x4a6143(0x23d)][_0x4a6143(0x2e6)],'on'):_0x473345[_0x4a6143(0x20d)](_0x24d1da),this[_0x4a6143(0x205)][_0x4a6143(0x2fb)](_0x1cf1d5,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0xcd0127=(_0x3e3a68,_0x6b32e0)=>{const _0x2b72b4=_0x4ad7;_0x6b32e0&&this[_0x2b72b4(0x205)][_0x2b72b4(0x22e)](_0x50a104=>{const _0x7c7d67=_0x2b72b4,{commandName:_0x59755b,commandParams:_0x5947d7=[]}=_0x6b32e0,_0x2687c4=_0x3e3a68[_0x7c7d67(0x2e8)](_0x50587f=>(Tt(_0x50587f)&&(_0x50587f=this[_0x7c7d67(0x205)][_0x7c7d67(0x1e3)](_0x50587f[_0x7c7d67(0x2a3)])),_0x50587f))[_0x7c7d67(0x23f)](_0x30adf8=>_0x7c7d67(0x221)!==_0x30adf8[_0x7c7d67(0x1e1)][_0x7c7d67(0x304)]);if(_0x2687c4[_0x7c7d67(0x349)]<0x1)return;const _0x597a74=Array[_0x7c7d67(0x1e0)](this[_0x7c7d67(0x205)][_0x7c7d67(0x2da)][_0x7c7d67(0x1eb)][_0x7c7d67(0x377)]())[_0x7c7d67(0x2e8)](_0x10c74a=>_0x277a22[_0x7c7d67(0x27e)](_0x10c74a));_0x50a104[_0x7c7d67(0x2a0)](_0x2687c4);for(const _0x2e305b of this[_0x7c7d67(0x29e)][_0x7c7d67(0x24b)][_0x7c7d67(0x24b)]())_0x2e305b[_0x7c7d67(0x32f)]();_0x5947d7[_0x7c7d67(0x231)]({'forceDefaultExecution':!0x0}),this[_0x7c7d67(0x29e)][_0x7c7d67(0x28f)](_0x59755b,..._0x5947d7);const _0x378f1d=_0x597a74[_0x7c7d67(0x23f)](_0x22ea06=>_0x7c7d67(0x221)!=_0x22ea06[_0x7c7d67(0x1e1)][_0x7c7d67(0x304)]);_0x378f1d[_0x7c7d67(0x349)]>0x0&&_0x50a104[_0x7c7d67(0x2a0)](_0x378f1d);for(const _0x3b000a of _0x597a74)_0x3b000a[_0x7c7d67(0x2b8)]();});},_0x5251d3=(_0x5ed0f7,_0x11c9ed)=>0x1==_0x5ed0f7[_0x15396d(0x349)]&&0x1==_0x11c9ed[_0x15396d(0x349)]&&_0x5ed0f7[0x0][_0x15396d(0x2a3)][_0x15396d(0x282)](_0x11c9ed[0x0][_0x15396d(0x23d)]),_0x50e20d=(_0x9d9295,_0x4a3491,_0x425d30,_0x497fa3)=>Ft(_0x9d9295,_0x4a3491,_0x425d30,_0x497fa3,this[_0x15396d(0x205)])?[_0x9d9295,_0x4a3491]:Ft(_0x4a3491,_0x9d9295,_0x497fa3,_0x425d30,this[_0x15396d(0x205)])?[_0x4a3491,_0x9d9295]:null;this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x332),_0x584696),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x284),_0x2830c9),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x32c),_0x5251d3),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x242),_0x50e20d),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x38e),_0x2830c9),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x35f),_0x584696),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x1f3),_0x5251d3),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x32d),_0x50e20d),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x36b),_0xcd0127),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x32e),_0x584696),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x2f3),_0x5251d3),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x20c),_0x584696),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x26e),_0xcd0127),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x2d6),_0x584696),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x2e9),_0x5251d3),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x23e),_0x584696),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x336),_0x584696),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x2a9),(_0x58c11,_0x2d91a1)=>{const _0xfd27d7=_0x15396d;if(!_0x2d91a1)return;const _0x69e9c5=this[_0xfd27d7(0x29e)][_0xfd27d7(0x37d)][_0xfd27d7(0x2cd)](p);this[_0xfd27d7(0x205)][_0xfd27d7(0x22e)](_0xd485cc=>{const _0x45b333=_0xfd27d7;if(_0x45b333(0x2cb)==_0x2d91a1[_0x45b333(0x227)])for(const _0x818271 of _0x58c11){const _0x2ec4d3=_0x818271[_0x45b333(0x23d)][_0x45b333(0x2e6)],_0x4fd2a9=_0x2d91a1[_0x45b333(0x38a)];_0xd485cc[_0x45b333(0x1e7)](_0x2ec4d3,_0x4fd2a9);}else{if(_0x69e9c5[_0x45b333(0x22c)](_0x2d91a1[_0x45b333(0x227)])){for(const _0x16bb50 of _0x58c11)void 0x0!==_0x2d91a1[_0x45b333(0x38a)]?_0xd485cc[_0x45b333(0x2f8)](_0x2d91a1[_0x45b333(0x227)],_0x2d91a1[_0x45b333(0x38a)],_0x16bb50[_0x45b333(0x23d)][_0x45b333(0x2e6)]):_0xd485cc[_0x45b333(0x25d)](_0x2d91a1[_0x45b333(0x227)],_0x16bb50[_0x45b333(0x23d)][_0x45b333(0x2e6)]);}else{for(const _0x50ff6f of _0x58c11)_0x2d91a1[_0x45b333(0x38a)]?_0xd485cc[_0x45b333(0x2f8)](_0x2d91a1[_0x45b333(0x227)],_0x2d91a1[_0x45b333(0x38a)],_0x50ff6f):_0xd485cc[_0x45b333(0x25d)](_0x2d91a1[_0x45b333(0x227)],_0x50ff6f);}}});}),this[_0x15396d(0x264)][_0x15396d(0x25f)](_0x15396d(0x2b7),_0x5251d3);}}function Rt(_0x35116c,_0x3a40e6,_0x174709){const _0x1a0da8=_0xa3bf74;for(const _0x3a6266 of _0x3a40e6[_0x1a0da8(0x33a)][_0x1a0da8(0x34c)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x3a6266[_0x1a0da8(0x1e1)]==_0x3a6266)return!0x1;if(!_0x174709[_0x1a0da8(0x29f)](_0x3a6266))return!0x1;if(_0x35116c[_0x1a0da8(0x2ca)](_0x3a6266)||_0x35116c[_0x1a0da8(0x209)](_0x3a6266))return!0x0;}return!0x1;}function Tt(_0x40b77a){const _0x8a3c4=_0xa3bf74;return _0x40b77a[_0x8a3c4(0x2a3)][_0x8a3c4(0x33a)]==_0x40b77a[_0x8a3c4(0x23d)][_0x8a3c4(0x2e6)]&&_0x40b77a[_0x8a3c4(0x2a3)][_0x8a3c4(0x32b)];}function Et(_0x519ec8,_0x104f9b,_0x143dee,_0x2be20c){const _0x24d9e8=_0xa3bf74,_0x4e2bbf=_0x3530bf=>!_0x3530bf[_0x24d9e8(0x26b)]['is'](_0x24d9e8(0x316))&&!_0x2be20c[_0x24d9e8(0x2ca)](_0x3530bf[_0x24d9e8(0x26b)]),_0x962906=_0x519ec8[_0x24d9e8(0x23d)][_0x24d9e8(0x23a)](_0x4e2bbf),_0x2db9b6=_0x519ec8[_0x24d9e8(0x2a3)][_0x24d9e8(0x23a)](_0x4e2bbf,{'direction':_0x24d9e8(0x37e)});return(!_0x519ec8[_0x24d9e8(0x23d)][_0x24d9e8(0x282)](_0x962906)||!_0x519ec8[_0x24d9e8(0x2a3)][_0x24d9e8(0x282)](_0x2db9b6))&&(_0x962906[_0x24d9e8(0x2d0)](_0x2db9b6)?_0x143dee[_0x24d9e8(0x243)](_0x104f9b,{'range':_0x143dee[_0x24d9e8(0x1e3)](_0x962906,_0x2db9b6)}):_0x143dee[_0x24d9e8(0x391)](_0x104f9b),!0x0);}function Vt(_0x598091){return _0x137e0d(_0x598091);}function Ut(_0x587674){const _0x1edd08=_0xa3bf74,_0x2e6677=_0x587674[_0x1edd08(0x23d)][_0x1edd08(0x2e6)];return _0x2e6677&&_0x2e6677['is'](_0x1edd08(0x267));}function Ot(_0x21ce02,_0x39835e){const _0x32f786=_0xa3bf74;return null==_0x21ce02[_0x32f786(0x2a3)][_0x32f786(0x300)]&&_0x21ce02[_0x32f786(0x2a3)][_0x32f786(0x33a)]==_0x21ce02[_0x32f786(0x23d)][_0x32f786(0x2e6)]?Gt(_0x21ce02[_0x32f786(0x23d)][_0x32f786(0x2e6)],_0x39835e):_0x21ce02;}function Gt(_0x1fa4d3,_0x4f21f1){const _0x18c0df=_0xa3bf74,_0x3dd086=_0x4f21f1[_0x18c0df(0x354)][_0x18c0df(0x2ca)](_0x1fa4d3)||_0x4f21f1[_0x18c0df(0x354)][_0x18c0df(0x1ed)](_0x1fa4d3);return _0x4f21f1[_0x18c0df(0x1e3)](_0x4f21f1[_0x18c0df(0x31a)](_0x1fa4d3,_0x18c0df(0x2de)),_0x3dd086?_0x4f21f1[_0x18c0df(0x1fc)](_0x1fa4d3):_0x4f21f1[_0x18c0df(0x31a)](_0x1fa4d3,_0x18c0df(0x2a3)));}function Ft(_0x3395e5,_0x26a4cb,_0x2d03c1,_0xf5316b,_0x17c0e4){const _0x2d8d74=_0xa3bf74;if(!Pt(_0x3395e5,_0x26a4cb))return!0x1;if(_0x2d03c1[_0x2d8d74(0x2a3)][_0x2d8d74(0x282)](_0xf5316b[_0x2d8d74(0x23d)]))return!0x0;if(_0x3395e5[_0x2d8d74(0x266)]!=_0x26a4cb[_0x2d8d74(0x266)])return!0x1;if(!_0x2d03c1[_0x2d8d74(0x2a3)][_0x2d8d74(0x2b9)](_0xf5316b[_0x2d8d74(0x23d)]))return!0x1;const _0x390adc=_0x17c0e4[_0x2d8d74(0x1e3)](_0x2d03c1[_0x2d8d74(0x2a3)],_0xf5316b[_0x2d8d74(0x23d)])[_0x2d8d74(0x1e8)]();for(const _0x50629d of _0x390adc)if([_0x2d8d74(0x2ee),_0x2d8d74(0x307)][_0x2d8d74(0x363)](_0x50629d[_0x2d8d74(0x266)])&&_0x17c0e4[_0x2d8d74(0x354)][_0x2d8d74(0x209)](_0x50629d[_0x2d8d74(0x26b)]))return!0x1;return!0x0;}function Pt(_0x41a52d,_0x2ba2af,_0x205efc=[]){const _0x14edc5=_0xa3bf74;return!(!_0x41a52d[_0x14edc5(0x20b)]||!_0x2ba2af[_0x14edc5(0x20b)])&&_0x20249e(_0x25b9de(_0x41a52d[_0x14edc5(0x28d)],_0x205efc),_0x25b9de(_0x2ba2af[_0x14edc5(0x28d)],_0x205efc));}function Lt(_0x5c162b,_0xb12c26){const _0x118335=_0xa3bf74,_0x2a0925=Ht(_0x5c162b[_0x118335(0x28d)]),_0x3b0c54=Ht(_0xb12c26);if(!_0x5c162b[_0x118335(0x20b)])return!0x1;for(const _0x4184ea of Object[_0x118335(0x2cf)](_0x3b0c54))if(!_0x20249e(_0x2a0925[_0x4184ea],_0x3b0c54[_0x4184ea]))return!0x1;return!0x0;}function Ht(_0x380ba4){const _0x53eac8=_0xa3bf74,_0x45015b=Object[_0x53eac8(0x246)]({},_0x380ba4);return delete _0x45015b[_0x53eac8(0x2ac)],delete _0x45015b[_0x53eac8(0x2fd)],_0x45015b;}function _0x343c(){const _0xc389c7=['_suggestionState','isExternal','name','rootName','toViewElement','_checkSuggestionCorrectness','elementEnd','getContainedElement','_registerInlineAttribute','warn','containsPosition','values','suggestion:attribute:','elementToElement','_handleNewSuggestionMarker','_inlineAttributeKeys','addUser','_element','markDeletion','external:','value','$textProxy','lowest','formatGroupId','_setSuggestionData','createPositionAt','showSuggestionHighlights','options','consume','$marker','_breakSuggestionMarker','forEach','marker-count','consumable','markInsertion','track-changes-user-not-found','262425XLnYSW','splitPosition','open','add','suggestion:','removeClass','isAtStart','insertion:join','deletion:chain','formatInline:discard','refresh','_blockAttributeKeys','accept','insertion:accept','createRangeIn','getAttribute','formatBlock','attribute:accept','writer','addSuggestion','acceptSuggestion','parent','_getAuthorFromId','dataToMarker','containsRange','error-saving-suggestion-data-suggestion-discarded','_cutOutSuggestionMarker','requires','discardAllSuggestions','reconvertMarker','activeMarkers','getChanges','suggestion','isArray','markerReady','high','length','_suggestionFactory','_removeSuggestion','getAncestors','addMarker','chain','$text','168OAIttE','accepted','addRange','toJSON','schema','addMarkerName','targetPosition','_commentsRepository','formatInline','isMultiRange','createRangeOn','trackChangesCommand','listenTo','setTo','FORMATTING','deletion:discard','upcast','Users','removeMarker:suggestion:formatBlock','includes','getFirstMarker','_enableDefaultAttributesIntegration','ariaLiveAnnouncer','isLocal','hasCommentThread','_splitMarkerName','_adapter','formatInline:accept','some','suggestionUnloaded','head','formatInline:','_SUGGESTION_ANNOUNCEMENT','has','acceptAllSuggestions','newRange','_reduceSuggestionAttributeRange','1686240CnVyAv','isAfter','getRanges','after','position','format','getFirstRange','markMultiRangeDeletion','plugins','backward','_refreshSuggestionsChain','buildSuggestion','delete','size','getSuggestionCallback','unbindElementFromMarkerName','5rKlyKf','applyOperation','_createSuggestion','join','subType','oldValue','ENTER','model','init','deletion:accept','authorName','track-changes-adapter-missing-getsuggestion','removeMarker','concat','from','root','addMarker:suggestion:attribute','createRange','always','discardSelectedSuggestions','fetchCommentThread','rename','getWalker','26495bUMEgs','_recordAttributeChanges','selection','isBlock','isSelectable','config','isAtEnd','newValue','34934OhcXVn','suggestion-type','deletion:join','move','isIntersectingWithRange','widget','markMultiRangeInsertion','split','_mergeNestedSuggestions','bindElementToMarker','unshift','createPositionAfter','getShiftedBy','_findSuggestions','_trackFormatChanges','isCollapsed','getItems','_joinSuggestions','isIntersecting','updateSuggestion','_model','TrackChangesEditing','suggestionChanged','getCustomProperty','isLimit','getSuggestions','_isDataLoaded','formatInline:chain','createSelection','fromCharCode','45OXocEg','range','comments','isNextTo','ck-suggestion-marker-','_recordAttributeSuggestions','@external','markBlockFormat','change:_saved','createPositionBefore','oldRange','stop','pluginName','notReady','catch','_setSuggestionRange','_getMarkerAnnouncementText','ck-suggestion-marker-formatBlock','$graveyard','_suggestions','registerPostFixer','addHighlight','getRange','rejected','key','isUndo','markerToData','removed','suggestionLoaded','_isBlockAttribute','locale','change','createElement','for','push','_enabledCommands','forward','moveTargetPosition','ready','_getExternalAuthor','multipleBlocks','howMany','change:data','getLastMatchingPosition','default','isInsideObject','start','formatBlock:chain','filter','formatBlock:','_isForcedDefaultExecutionBlock','insertion:chain','updateMarker','forceDefaultExecution','insertion','assign','removeMarker:suggestion:attribute','markInlineFormat','author','_joinWithAdjacentSuggestions','commands','13XcZEXf','hasSuggestion','normal','define','30sqnZsM','_getAttributeKey','change:activeMarkers','enableReadOnlyMode','_registerBlockAttribute','resolve','highest','fire','pop','unbind','multi','splice','substring','removeAttribute','_addThreadToSuggestion','set','track-changes-command-not-found','track-changes-adapter-already-set','getNearestSelectionRange','find','_defaultCallbacks','_afterChanges','type','element','deletion','data','getUser','item','_registerDefaultCallbacks','markAttributeChange','formatBlock:accept','trackChanges.mergeNestedSuggestions','_customCallbacks','groupId','markerNameToElements','trackChanges','addComment','documentSelection','markers','1090Yjkhij','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.','adapter','authoredAt','getDifference','createdAt','group','fromRange','getSuggestion','getChangedMarkers','_initAriaMarkerChangeAnnouncements','isEqual','enqueueChange','insertion:discard','discard','_isRegisteredAttribute','_descriptionFactory','then','enableCommand','attribute','attributeOldValue','data-suggestion','attributes','meta','execute','removeComment','addSuggestionData','_onDiscard','attribute:','never','editing','editingDowncast','_updateSuggestionData','_processAttributeSuggestions','CommentsRepository','isDocumentOperation','addMarker:suggestion','substr','track-changes-enable-command-twice','_editor','containsItem','setSelection','249948XkwOxb','creator','end','return','447008lElVbH','attributeNewValue','ck-suggestion-marker--active','next','attribute:discard','discardSuggestion','stopListening','skipNestingCheck','_saved','insertion:','removeMarkers','commentThread','addCommentThread','markerToHighlight','every','track-changes-suggestion-not-found','ck-suggestion-marker-formatInline','attributeKey','attribute:join','detach','isTouching','collaboration.channelId','toUpperCase','getCommentThread','PendingActions','_rangeIsInLocalUserInsertion','_getSuggestionData','remove','previous','getMarkers','announce','isInContent','commandName','clone','getAllAdjacentSuggestions','trackChanges.trackFormatChanges','_addSuggestionMarker','isObject','$elementName','startsWith','get','low','keys','isBefore','addMarker:suggestion:formatBlock','deletion:','dataDowncast','containerElement','_processAttributeChanges','formatBlock:discard','PENDING_ACTION_SUGGESTION','editor','originalSuggestionId','document','2552LkcWVm','LEAVE','getIntersection','before','mapper','sort','hasComments','insert','track-changes-suggestion-data-mismatch','dataReady','addClass','nodeAfter','markMultiRangeBlockFormat','map','formatBlock:join','_reduceExistingSuggestions','isOwn','differ','containsRangeInObject','elementStart','ck-suggestion-marker','_refreshAttributeSuggestionsChain','batch','isRemovable','formatInline:join','markerName','conversion','getMultiRangeId','update:suggestion','setAttribute','acceptSelectedSuggestions','registerCustomCallback','deleteContent','insertContent','tablePasteChainId','rethrowUnexpectedError','clear','nodeBefore'];_0x343c=function(){return _0xc389c7;};return _0x343c();}
|