@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240522.0 → 0.0.0-nightly-20240524.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/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.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 +2 -2
- 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 +2 -2
- 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 _0x462f97=_0x3624;(function(_0x509a40,_0x25fd30){const _0xda4aee=_0x3624,_0x2fdd0f=_0x509a40();while(!![]){try{const _0x287271=-parseInt(_0xda4aee(0x17e))/0x1+parseInt(_0xda4aee(0x1e3))/0x2+parseInt(_0xda4aee(0x2e0))/0x3+-parseInt(_0xda4aee(0x216))/0x4+-parseInt(_0xda4aee(0x2b1))/0x5*(-parseInt(_0xda4aee(0x261))/0x6)+parseInt(_0xda4aee(0x249))/0x7+-parseInt(_0xda4aee(0x24a))/0x8;if(_0x287271===_0x25fd30)break;else _0x2fdd0f['push'](_0x2fdd0f['shift']());}catch(_0x48deb9){_0x2fdd0f['push'](_0x2fdd0f['shift']());}}}(_0x5efe,0x3088e));import{Plugin as _0xbf0dc9,PendingActions as _0x34e7bd}from'ckeditor5/src/core.js';import{LiveRange as _0xe4f879}from'ckeditor5/src/engine.js';import{CKEditorError as _0x32f796,uid as _0x8f4cba,priorities as _0x114a5c,logWarning as _0x1f2938}from'ckeditor5/src/utils.js';function _0x3624(_0xd02c3b,_0x43e0ed){const _0x5efec8=_0x5efe();return _0x3624=function(_0x362403,_0x663f01){_0x362403=_0x362403-0x137;let _0x497b95=_0x5efec8[_0x362403];return _0x497b95;},_0x3624(_0xd02c3b,_0x43e0ed);}import{toWidget as _0x1f7a9a}from'ckeditor5/src/widget.js';import{Users as _0x72009,hashObject as _0x31538a,surroundingMarkersDetector as _0x148c97}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x292013 from'./commands/trackchangescommand.js';import _0x107405 from'./commands/acceptsuggestioncommand.js';import _0x1c5c31 from'./commands/discardsuggestioncommand.js';import _0x38c4ac from'./commands/executeonallsuggestionscommand.js';import _0x45a00b from'./commands/executeonselectedsuggestionscommand.js';import _0x5edef7 from'./suggestion.js';import _0x168e8b from'./suggestiondescriptionfactory.js';import _0x116476 from'./integrations/aiassistant.js';import _0x381601 from'./integrations/alignment.js';import _0x2331d1 from'./integrations/basicstyles.js';import _0x72e362 from'./integrations/blockquote.js';import _0x40cf69 from'./integrations/casechange.js';import _0x60bdf2 from'./integrations/ckbox.js';import _0xa2021f from'./integrations/codeblock.js';import _0x2dcf4b from'./integrations/comments.js';import _0x582555 from'./integrations/deletecommand.js';import _0x51fe29 from'./integrations/list.js';import _0x39fa93 from'./integrations/listproperties.js';import _0x4ee791 from'./integrations/entercommand.js';import _0x4673e3 from'./integrations/findandreplace.js';import _0x308c06 from'./integrations/font.js';import _0x5ea8fb from'./integrations/formatpainter.js';import _0x4ebfc7 from'./integrations/heading.js';import _0x3c836a from'./integrations/highlight.js';import _0x4f1837 from'./integrations/horizontalline.js';import _0x52c9a0 from'./integrations/htmlembed.js';import _0x192756 from'./integrations/image.js';import _0x23434a from'./integrations/imagereplace.js';import _0x4c5999 from'./integrations/imagestyle.js';import _0x3163a7 from'./integrations/importword.js';import _0x48ba78 from'./integrations/indent.js';import _0x3ede82 from'./integrations/inputcommand.js';import _0x221d6b from'./integrations/link.js';import _0x272c30 from'./integrations/legacylist.js';import _0x1ee1d9 from'./integrations/legacylistproperties.js';import _0x3129dd from'./integrations/mediaembed.js';import _0x599455 from'./integrations/mention.js';import _0x1c7536 from'./integrations/multilevellist.js';import _0x26fa39 from'./integrations/pagebreak.js';import _0x16c01a from'./integrations/paragraph.js';import _0x23c40b from'./integrations/removeformat.js';import _0x28b75d from'./integrations/restrictededitingmode.js';import _0x4cff9c from'./integrations/shiftentercommand.js';import _0x2fc698 from'./integrations/standardeditingmode.js';import _0x17ca32 from'./integrations/style.js';import _0x532055 from'./integrations/table.js';import _0x55a1bd from'./integrations/tablemergesplit.js';import _0x4579f2 from'./integrations/tableheadings.js';import _0x1079b7 from'./integrations/tableclipboard.js';import _0x489e62 from'./integrations/tablecolumnresize.js';import _0x277a3b from'./integrations/template.js';import _0xb3938b from'./integrations/tableofcontents.js';import _0xe3abf6 from'./integrations/title.js';import _0x5982ad from'./integrations/undo.js';import _0x19d2a9 from'./integrations/tablecaption.js';import _0x610b91 from'./integrations/tableproperties.js';import{getTranslation as _0x13f088}from'./utils/common-translations.js';import{isEqual as _0xa0e11d,omit as _0x29c98f}from'lodash-es';export const renameAttributeKey=_0x462f97(0x237);export default class p extends _0xbf0dc9{static get[_0x462f97(0x1e1)](){const _0x25d5fb=_0x462f97;return[_0x25d5fb(0x23d),_0x72009,_0x34e7bd,_0x116476,_0x381601,_0x2331d1,_0x72e362,_0x60bdf2,_0x40cf69,_0xa2021f,_0x2dcf4b,_0x582555,_0x4ee791,_0x4673e3,_0x308c06,_0x5ea8fb,_0x4ebfc7,_0x3c836a,_0x4f1837,_0x52c9a0,_0x192756,_0x4c5999,_0x23434a,_0x3163a7,_0x48ba78,_0x3ede82,_0x272c30,_0x1ee1d9,_0x1c7536,_0x221d6b,_0x51fe29,_0x39fa93,_0x3129dd,_0x599455,_0x26fa39,_0x16c01a,_0x23c40b,_0x28b75d,_0x4cff9c,_0x2fc698,_0x17ca32,_0x532055,_0x55a1bd,_0x4579f2,_0x19d2a9,_0x1079b7,_0x489e62,_0xb3938b,_0x610b91,_0x277a3b,_0xe3abf6,_0x5982ad];}static get[_0x462f97(0x268)](){const _0x2dea69=_0x462f97;return _0x2dea69(0x226);}get[_0x462f97(0x295)](){const _0x5b337b=_0x462f97;return this[_0x5b337b(0x24b)];}constructor(_0x5d102e){const _0x5a9275=_0x462f97;function _0x35669b(_0x4b8c34){const _0x3e3b2e=_0x3624;return _0x4b8c34[_0x3e3b2e(0x217)](_0x55427b=>String[_0x3e3b2e(0x279)](_0x55427b))[_0x3e3b2e(0x223)]('');}super(_0x5d102e),this[_0x5a9275(0x238)]=!0x1,this[_0x5a9275(0x219)](_0x5a9275(0x198),[]),this['on'](_0x5a9275(0x26e),(_0x2ff124,_0x5b01ca,_0xa61e2e,_0x44a3f2)=>{const _0x274f54=_0x5a9275;this[_0x274f54(0x1f0)][_0x274f54(0x239)](()=>{const _0x2ffc0b=_0x274f54;for(const _0x2e41a5 of[..._0x44a3f2,..._0xa61e2e])this[_0x2ffc0b(0x1f0)][_0x2ffc0b(0x1f2)][_0x2ffc0b(0x2b6)](_0x2e41a5)&&_0x5d102e[_0x2ffc0b(0x139)][_0x2ffc0b(0x1df)](_0x2e41a5);});}),this[_0x5a9275(0x24b)]=new _0x168e8b(this[_0x5a9275(0x27b)][_0x5a9275(0x254)][_0x5a9275(0x1c2)],this[_0x5a9275(0x27b)][_0x5a9275(0x26c)]),this[_0x5a9275(0x18b)]=null,this[_0x5a9275(0x2a8)]=new xt(this[_0x5a9275(0x27b)]),this[_0x5a9275(0x209)]=new Map(),this[_0x5a9275(0x259)]=_0x5d102e[_0x5a9275(0x2a2)][_0x5a9275(0x184)](_0x5a9275(0x23d)),this[_0x5a9275(0x188)]=new Set(),this[_0x5a9275(0x1f0)]=this[_0x5a9275(0x27b)][_0x5a9275(0x254)],this[_0x5a9275(0x1d2)]=new WeakMap(),this[_0x5a9275(0x199)]=!0x1,this[_0x5a9275(0x14a)]=new Set([_0x5a9275(0x237)]),this[_0x5a9275(0x22f)]=new Set(),_0x5d102e[_0x5a9275(0x27a)][_0x5a9275(0x149)](_0x5a9275(0x2a0),_0x5a9275(0x2a6)),this[_0x5a9275(0x18f)]=_0x5d102e[_0x5a9275(0x27a)][_0x5a9275(0x184)](_0x5a9275(0x2a0)),_0x5d102e[_0x5a9275(0x27a)][_0x5a9275(0x149)](_0x5a9275(0x2cd),!0x0),this[_0x5a9275(0x22d)]=_0x5d102e[_0x5a9275(0x27a)][_0x5a9275(0x184)](_0x5a9275(0x2cd)),this[_0x5a9275(0x27e)]=new _0x292013(_0x5d102e,this[_0x5a9275(0x188)]),this[_0x5a9275(0x2b5)](),this[_0x35669b([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x35669b([0x34,0x30,0x34,0x38,0x31,0x30,0x34,0x34]);}[_0x462f97(0x28c)](){const _0x3e1c92=_0x462f97,_0x380816=this[_0x3e1c92(0x27b)],_0xdc7ca2=(_0x5b6b51,_0x352947)=>{const _0x625058=_0x3e1c92;if(_0x625058(0x22b)!=_0x5b6b51)return _0x625058(0x1ce)+_0x5b6b51;const _0x12a95c=_0x352947[_0x625058(0x1ac)]('|')[0x0];return this[_0x625058(0x2d8)](_0x12a95c)?_0x625058(0x174):_0x625058(0x14e);};_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x1fe))[_0x3e1c92(0x269)]({'model':_0x3e1c92(0x19e),'view':_0x3daf7f=>{const _0x2620ea=_0x3e1c92,{id:_0x388a69,type:_0x259afd,subType:_0x42a45e}=this[_0x2620ea(0x150)](_0x3daf7f[_0x2620ea(0x179)]),_0x8a52ad=[_0x2620ea(0x158),_0xdc7ca2(_0x259afd,_0x42a45e)];let _0x2bcf62=0xbb8;return this[_0x2620ea(0x198)][_0x2620ea(0x151)](_0x3daf7f[_0x2620ea(0x179)])&&(_0x8a52ad[_0x2620ea(0x2d3)](_0x2620ea(0x260)),_0x2bcf62=0xbc2),_0x2620ea(0x1c9)==_0x259afd&&(_0x2bcf62+=0x5),{'classes':_0x8a52ad,'attributes':{'data-suggestion':_0x388a69},'priority':_0x2bcf62};}}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x21a))[_0x3e1c92(0x23c)](_0x475ef3=>{const _0x5a6cbe=_0x3e1c92;_0x475ef3['on'](_0x5a6cbe(0x143),(_0x55a6df,_0x1147fa,_0x46b5ff)=>{const _0x46d837=_0x5a6cbe;if(!_0x46b5ff[_0x46d837(0x203)][_0x46d837(0x14b)])return;const _0x4d72af=_0x1147fa[_0x46d837(0x1b6)];if(!_0x4d72af)return;const _0x525f48=_0x46b5ff[_0x46d837(0x2b2)][_0x46d837(0x18e)](_0x4d72af);_0x380816[_0x46d837(0x254)][_0x46d837(0x1c2)][_0x46d837(0x2db)](_0x4d72af)&&_0x525f48&&!_0x525f48[_0x46d837(0x29b)](_0x46d837(0x148))&&_0x525f48['is'](_0x46d837(0x1d5))&&_0x1f7a9a(_0x525f48,_0x46b5ff[_0x46d837(0x1e2)]);},{'priority':_0x5a6cbe(0x1f6)});}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x21a))[_0x3e1c92(0x269)]({'model':_0x3e1c92(0x19e),'view':(_0x56a3cf,_0x4e3d1e)=>{const _0x1aadb1=_0x3e1c92;if(!_0x4e3d1e[_0x1aadb1(0x203)][_0x1aadb1(0x14b)])return null;const {type:_0x4c2796,subType:_0x5638f5}=this[_0x1aadb1(0x150)](_0x56a3cf[_0x1aadb1(0x179)]);return{'classes':[_0x1aadb1(0x158),_0xdc7ca2(_0x4c2796,_0x5638f5)],'priority':0xbb8};}});const _0x153972=({showActiveMarkers:_0xfd4256=!0x0,isAttributeSuggestion:_0x332141=!0x1}={})=>(_0x13232a,_0x184c55,_0x30fd3c)=>{const _0x7eaf1=_0x3e1c92;if(!_0x184c55[_0x7eaf1(0x1b6)])return;const {id:_0x40f3b9}=this[_0x7eaf1(0x150)](_0x184c55[_0x7eaf1(0x179)]);if(_0x332141){const _0x443c53=this[_0x7eaf1(0x209)][_0x7eaf1(0x184)](_0x40f3b9),_0x45045f=this[_0x7eaf1(0x1ec)](_0x443c53);if(!this[_0x7eaf1(0x2d8)](_0x45045f))return;}if(_0x184c55[_0x7eaf1(0x1b6)]['is'](_0x7eaf1(0x1d8)))return void _0x30fd3c[_0x7eaf1(0x191)][_0x7eaf1(0x1b9)](_0x184c55[_0x7eaf1(0x1b6)],_0x13232a[_0x7eaf1(0x1e0)]);const _0x225a11=_0x30fd3c[_0x7eaf1(0x2b2)][_0x7eaf1(0x18e)](_0x184c55[_0x7eaf1(0x1b6)]);if(_0x184c55[_0x7eaf1(0x1b6)]['is'](_0x7eaf1(0x178))&&_0x380816[_0x7eaf1(0x254)][_0x7eaf1(0x1c2)][_0x7eaf1(0x20a)](_0x184c55[_0x7eaf1(0x1b6)])&&!_0x225a11[_0x7eaf1(0x29b)](_0x7eaf1(0x2ad))){_0x30fd3c[_0x7eaf1(0x1e2)][_0x7eaf1(0x290)]([_0x7eaf1(0x158),_0x7eaf1(0x174)],_0x225a11),_0x30fd3c[_0x7eaf1(0x1e2)][_0x7eaf1(0x15c)](_0x7eaf1(0x293),_0x40f3b9,_0x225a11),_0x30fd3c[_0x7eaf1(0x2b2)][_0x7eaf1(0x2e1)](_0x225a11,_0x184c55[_0x7eaf1(0x179)]),_0xfd4256&&(this[_0x7eaf1(0x198)][_0x7eaf1(0x151)](_0x184c55[_0x7eaf1(0x179)])?_0x30fd3c[_0x7eaf1(0x1e2)][_0x7eaf1(0x290)](_0x7eaf1(0x260),_0x225a11):_0x30fd3c[_0x7eaf1(0x1e2)][_0x7eaf1(0x234)](_0x7eaf1(0x260),_0x225a11));for(const _0x5ea35b of _0x380816[_0x7eaf1(0x254)][_0x7eaf1(0x251)](_0x184c55[_0x7eaf1(0x1b6)])[_0x7eaf1(0x16d)]())_0x30fd3c[_0x7eaf1(0x191)][_0x7eaf1(0x1b9)](_0x5ea35b,_0x13232a[_0x7eaf1(0x1e0)]);_0x30fd3c[_0x7eaf1(0x191)][_0x7eaf1(0x1b9)](_0x184c55[_0x7eaf1(0x1b6)],_0x13232a[_0x7eaf1(0x1e0)]);}};_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x21a))[_0x3e1c92(0x23c)](_0x2251d4=>{const _0x47fea1=_0x3e1c92;_0x2251d4['on'](_0x47fea1(0x212),(_0x51c00a,_0x303afa,_0x3b3477)=>{const _0x229afd=_0x47fea1;_0x3b3477[_0x229afd(0x203)][_0x229afd(0x14b)]&&_0x153972({'showActiveMarkers':!0x1})(_0x51c00a,_0x303afa,_0x3b3477);},{'priority':_0x47fea1(0x16e)});}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x21a))[_0x3e1c92(0x23c)](_0x2826a2=>{const _0x38294a=_0x3e1c92;_0x2826a2['on'](_0x38294a(0x271),(_0x524b71,_0x3285dc,_0x2876c5)=>{const _0x20b848=_0x38294a;_0x2876c5[_0x20b848(0x203)][_0x20b848(0x14b)]&&_0x153972({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x524b71,_0x3285dc,_0x2876c5);},{'priority':_0x38294a(0x16e)});}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x21a))[_0x3e1c92(0x1cc)]({'model':_0x3e1c92(0x19e),'view':(_0x624134,_0x1f45c5)=>_0x1f45c5[_0x3e1c92(0x203)][_0x3e1c92(0x14b)]?null:{'group':_0x3e1c92(0x19e),'name':_0x624134[_0x3e1c92(0x1b3)](0xb)}}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x286))[_0x3e1c92(0x177)]({'view':{'name':_0x3e1c92(0x19e),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x3ab64c,{writer:_0x2d8b86})=>{const _0x51fee9=_0x3e1c92;let _0x484008=_0x51fee9(0x193)+_0x3ab64c[_0x51fee9(0x2c1)](_0x51fee9(0x264))+':'+_0x3ab64c[_0x51fee9(0x2c1)]('id');return _0x3ab64c[_0x51fee9(0x2c1)](_0x51fee9(0x163))&&(_0x484008+=':'+_0x3ab64c[_0x51fee9(0x2c1)](_0x51fee9(0x163))),_0x2d8b86[_0x51fee9(0x248)](_0x51fee9(0x1a0),{'data-name':_0x484008});}}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x286))[_0x3e1c92(0x1ca)]({'view':_0x3e1c92(0x19e)}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x1fe))[_0x3e1c92(0x23c)](_0x311bb8=>{const _0x5043d4=_0x3e1c92;_0x311bb8['on'](_0x5043d4(0x212),_0x153972(),{'priority':_0x5043d4(0x1f6)});}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x1fe))[_0x3e1c92(0x23c)](_0x9c9c4e=>{const _0x134197=_0x3e1c92;_0x9c9c4e['on'](_0x134197(0x271),_0x153972({'isAttributeSuggestion':!0x0}),{'priority':_0x134197(0x1f6)});}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x1fe))[_0x3e1c92(0x23c)](_0x2dc996=>{const _0xcf8e80=_0x3e1c92;_0x2dc996['on'](_0xcf8e80(0x1e8),(_0x2d2d62,_0xd0c0ca,_0x4fc61c)=>{const _0x53431f=_0xcf8e80,_0x9576d2=_0x4fc61c[_0x53431f(0x2b2)][_0x53431f(0x210)](_0xd0c0ca[_0x53431f(0x179)]);if(_0x9576d2){for(const _0x419a51 of _0x9576d2)_0x419a51[_0x53431f(0x29b)](_0x53431f(0x2ad))||(_0x4fc61c[_0x53431f(0x1e2)][_0x53431f(0x234)]([_0x53431f(0x158),_0x53431f(0x174),_0x53431f(0x260)],_0x419a51),_0x4fc61c[_0x53431f(0x1e2)][_0x53431f(0x146)](_0x53431f(0x293),_0x419a51),_0x4fc61c[_0x53431f(0x2b2)][_0x53431f(0x2d7)](_0x419a51,_0xd0c0ca[_0x53431f(0x179)]));}},{'priority':_0xcf8e80(0x1f6)});}),_0x380816[_0x3e1c92(0x2a1)][_0x3e1c92(0x142)](_0x3e1c92(0x1fe))[_0x3e1c92(0x23c)](_0x586bf4=>{const _0x1f90a0=_0x3e1c92;_0x586bf4['on'](_0x1f90a0(0x1bc),(_0x596c1f,_0x3e8c66,_0x413987)=>{const _0x78521=_0x1f90a0,_0x31126d=_0x413987[_0x78521(0x2b2)][_0x78521(0x210)](_0x3e8c66[_0x78521(0x179)]);if(!_0x31126d)return;const {id:_0xbbdeae}=this[_0x78521(0x150)](_0x3e8c66[_0x78521(0x179)]),_0x255eb8=this[_0x78521(0x209)][_0x78521(0x184)](_0xbbdeae),_0x1944ee=this[_0x78521(0x1ec)](_0x255eb8);if(this[_0x78521(0x2d8)](_0x1944ee)){for(const _0x4fc16b of _0x31126d)_0x4fc16b[_0x78521(0x29b)](_0x78521(0x2ad))||(_0x413987[_0x78521(0x1e2)][_0x78521(0x234)]([_0x78521(0x158),_0x78521(0x174),_0x78521(0x260)],_0x4fc16b),_0x413987[_0x78521(0x1e2)][_0x78521(0x146)](_0x78521(0x293),_0x4fc16b),_0x413987[_0x78521(0x2b2)][_0x78521(0x2d7)](_0x4fc16b,_0x3e8c66[_0x78521(0x179)]));}},{'priority':_0x1f90a0(0x1f6)});}),_0x380816[_0x3e1c92(0x254)][_0x3e1c92(0x1a9)][_0x3e1c92(0x21d)](_0x410b8a=>{const _0x2f4b63=_0x3e1c92;let _0x86df5=!0x1;const _0x4f3767=Array[_0x2f4b63(0x13a)](_0x380816[_0x2f4b63(0x254)][_0x2f4b63(0x1a9)][_0x2f4b63(0x1f9)][_0x2f4b63(0x27f)]()),_0x56258b=new Set();for(const {name:_0x182c7b,data:_0x3c2224}of _0x4f3767){const {group:_0x11621e,type:_0x17b48d,subType:_0x4d5f07,id:_0x5574fe}=this[_0x2f4b63(0x150)](_0x182c7b);if(_0x2f4b63(0x19e)!==_0x11621e)continue;const _0x33224a=this[_0x2f4b63(0x209)][_0x2f4b63(0x184)](_0x5574fe);if(null!=_0x3c2224[_0x2f4b63(0x15f)]){_0x2f4b63(0x196)==_0x17b48d&&(_0x86df5=_0x86df5||Et(_0x3c2224[_0x2f4b63(0x15f)],_0x182c7b,_0x410b8a,_0x380816[_0x2f4b63(0x254)][_0x2f4b63(0x1c2)]));const _0x35e5b5=_0x2f4b63(0x22b)==_0x17b48d&&this[_0x2f4b63(0x2d8)](_0x4d5f07[_0x2f4b63(0x1ac)]('|')[0x0]);if(_0x3c2224[_0x2f4b63(0x15f)][_0x2f4b63(0x1a7)]||_0x2f4b63(0x220)==_0x3c2224[_0x2f4b63(0x15f)][_0x2f4b63(0x1d6)][_0x2f4b63(0x289)]||_0x2f4b63(0x1ed)==_0x17b48d&&!Ut(_0x3c2224[_0x2f4b63(0x15f)])||_0x35e5b5&&!Ut(_0x3c2224[_0x2f4b63(0x15f)])||_0x2f4b63(0x1c9)==_0x17b48d&&!(!Tt(_0x72c500=_0x3c2224[_0x2f4b63(0x15f)])&&!function(_0x516afe){const _0x4014ab=_0x2f4b63;return _0x516afe[_0x4014ab(0x230)][_0x4014ab(0x285)]==_0x516afe[_0x4014ab(0x2d5)][_0x4014ab(0x244)]&&_0x516afe[_0x4014ab(0x230)][_0x4014ab(0x281)];}(_0x72c500)))_0x410b8a[_0x2f4b63(0x213)](_0x182c7b),_0x86df5=!0x0;else{if(!_0x33224a||!_0x33224a[_0x2f4b63(0x22e)])continue;_0x56258b[_0x2f4b63(0x23c)](_0x33224a);}}}var _0x72c500;return _0x56258b[_0x2f4b63(0x1bf)]>0x0&&(_0x86df5=!!this[_0x2f4b63(0x296)](_0x56258b)||_0x86df5),_0x86df5;}),_0x380816[_0x3e1c92(0x254)][_0x3e1c92(0x1a9)][_0x3e1c92(0x21d)](_0x59252d=>{const _0xc63bb0=_0x3e1c92;let _0x55ba2d=!0x1;for(const _0x21542d of _0x380816[_0xc63bb0(0x254)][_0xc63bb0(0x1a9)][_0xc63bb0(0x1f9)][_0xc63bb0(0x2cc)]())if(_0xc63bb0(0x25b)==_0x21542d[_0xc63bb0(0x258)])for(const _0x5dc147 of this[_0xc63bb0(0x209)][_0xc63bb0(0x204)]()){if(_0x5dc147[_0xc63bb0(0x225)]||!_0x5dc147[_0xc63bb0(0x22e)])continue;const _0x452d84=_0xc63bb0(0x1ed)==_0x5dc147[_0xc63bb0(0x258)],_0x49413b=this[_0xc63bb0(0x1ec)](_0x5dc147),_0x3c2f50=_0x49413b&&this[_0xc63bb0(0x2d8)](_0x49413b);if(!_0x452d84&&!_0x3c2f50)continue;const _0x4c2645=_0x5dc147[_0xc63bb0(0x27d)]();if(_0x4c2645[_0xc63bb0(0x230)][_0xc63bb0(0x285)]!=_0x4c2645[_0xc63bb0(0x2d5)][_0xc63bb0(0x285)]&&!_0x4c2645[_0xc63bb0(0x2d5)][_0xc63bb0(0x281)]){const _0xddfb04=_0x380816[_0xc63bb0(0x254)][_0xc63bb0(0x166)](_0x4c2645[_0xc63bb0(0x230)][_0xc63bb0(0x270)],_0xc63bb0(0x2d5)),_0x43f448=_0x380816[_0xc63bb0(0x254)][_0xc63bb0(0x2af)](_0x4c2645[_0xc63bb0(0x230)],_0xddfb04);_0x59252d[_0xc63bb0(0x164)](_0x5dc147[_0xc63bb0(0x229)](),{'range':_0x43f448}),_0x55ba2d=!0x0;}}return _0x55ba2d;}),_0x380816[_0x3e1c92(0x254)][_0x3e1c92(0x1a9)][_0x3e1c92(0x21d)](_0x1a5903=>this[_0x3e1c92(0x2ab)](_0x1a5903)),_0x380816[_0x3e1c92(0x254)][_0x3e1c92(0x1a9)][_0x3e1c92(0x21d)](_0x278938=>!_0x278938[_0x3e1c92(0x180)][_0x3e1c92(0x1d3)]&&this[_0x3e1c92(0x2ae)](_0x278938)),_0x380816[_0x3e1c92(0x254)]['on'](_0x3e1c92(0x1aa),()=>{const _0x3673a9=_0x3e1c92;this[_0x3673a9(0x238)]=!0x1;}),_0x380816[_0x3e1c92(0x254)][_0x3e1c92(0x1a9)]['on'](_0x3e1c92(0x1ef),(_0x8c8988,_0x4bb6d4)=>{const _0x47c2d2=_0x3e1c92;if(!_0x4bb6d4[_0x47c2d2(0x1d3)]||_0x4bb6d4[_0x47c2d2(0x1dc)])return;if(!this[_0x47c2d2(0x238)])return;const _0x430399=_0x380816[_0x47c2d2(0x254)][_0x47c2d2(0x1a9)][_0x47c2d2(0x1f9)][_0x47c2d2(0x2cc)]();if(0x0==_0x430399[_0x47c2d2(0x240)])return;const _0x1d425a=[],_0x1b9401=_0x430399[_0x47c2d2(0x252)](_0x5c7527=>_0x47c2d2(0x22b)==_0x5c7527[_0x47c2d2(0x258)]),_0x4ef28a=_0x430399[_0x47c2d2(0x252)](_0x21879e=>_0x47c2d2(0x25b)==_0x21879e[_0x47c2d2(0x258)]&&_0x47c2d2(0x277)!=_0x21879e[_0x47c2d2(0x1e0)]),_0x3ebef5=_0x430399[_0x47c2d2(0x252)](_0x4e6a3a=>_0x47c2d2(0x272)==_0x4e6a3a[_0x47c2d2(0x258)]&&_0x47c2d2(0x277)!=_0x4e6a3a[_0x47c2d2(0x1e0)]);for(const _0x2e51c4 of _0x1b9401)this[_0x47c2d2(0x16b)](_0x2e51c4[_0x47c2d2(0x20d)])&&_0x1d425a[_0x47c2d2(0x2d3)]({'key':_0x2e51c4[_0x47c2d2(0x20d)],'newValue':_0x2e51c4[_0x47c2d2(0x2cf)],'oldValue':_0x2e51c4[_0x47c2d2(0x141)],'range':Ot(_0x2e51c4[_0x47c2d2(0x145)],_0x380816[_0x47c2d2(0x254)])});for(const _0x2af850 of _0x4ef28a){const _0x38df73=_0x3ebef5[_0x47c2d2(0x2cb)](_0x51919d=>_0x51919d[_0x47c2d2(0x1fd)]===_0x2af850[_0x47c2d2(0x1fd)]);if(_0x38df73){const _0x2417f9=Ft(_0x2af850[_0x47c2d2(0x15d)][_0x47c2d2(0x270)],_0x380816[_0x47c2d2(0x254)]);_0x38df73[_0x47c2d2(0x1e0)]!==_0x2af850[_0x47c2d2(0x1e0)]&&_0x1d425a[_0x47c2d2(0x2d3)]({'key':_0x47c2d2(0x237),'newValue':_0x2af850[_0x47c2d2(0x1e0)],'oldValue':_0x38df73[_0x47c2d2(0x1e0)],'range':_0x2417f9});for(const [_0xa119e6,_0x151dc8]of _0x38df73[_0x47c2d2(0x2e4)]){if(!this[_0x47c2d2(0x16b)](_0xa119e6))continue;const _0x29786a=_0x2af850[_0x47c2d2(0x2e4)][_0x47c2d2(0x184)](_0xa119e6);_0x151dc8!==_0x29786a&&_0x1d425a[_0x47c2d2(0x2d3)]({'key':_0xa119e6,'newValue':_0x29786a,'oldValue':_0x151dc8,'range':_0x2417f9});}for(const [_0x48aa1d,_0x3aa166]of _0x2af850[_0x47c2d2(0x2e4)])this[_0x47c2d2(0x16b)](_0x48aa1d)&&(_0x38df73[_0x47c2d2(0x2e4)][_0x47c2d2(0x2b6)](_0x48aa1d)||_0x1d425a[_0x47c2d2(0x2d3)]({'key':_0x48aa1d,'newValue':_0x3aa166,'oldValue':null,'range':_0x2417f9}));}}0x0!=_0x1d425a[_0x47c2d2(0x240)]&&_0x380816[_0x47c2d2(0x254)][_0x47c2d2(0x2a7)](_0x4bb6d4,_0x18ce14=>{const _0x93d95e=_0x47c2d2,_0x1c6144=_0x8f4cba();for(const {range:_0x7e7936,key:_0x56e395,oldValue:_0x571439,newValue:_0x489715}of _0x1d425a)this[_0x93d95e(0x274)](_0x7e7936,_0x56e395,_0x571439,_0x489715,{'groupId':_0x1c6144});this[_0x93d95e(0x1d9)](_0x18ce14,_0x1d425a);});},{'priority':_0x3e1c92(0x1fa)}),_0x380816[_0x3e1c92(0x254)][_0x3e1c92(0x1f2)]['on'](_0x3e1c92(0x1ab),(_0x4aac40,_0x489aba,_0x56b2a6)=>{const _0x4c9370=_0x3e1c92;if(null==_0x56b2a6){const {id:_0x597a3e}=this[_0x4c9370(0x150)](_0x489aba[_0x4c9370(0x1e0)]),_0x131ef5=this[_0x4c9370(0x209)][_0x4c9370(0x184)](_0x597a3e);_0x131ef5&&_0x131ef5[_0x4c9370(0x14c)](_0x489aba[_0x4c9370(0x1e0)]);}}),_0x380816[_0x3e1c92(0x254)][_0x3e1c92(0x1a9)]['on'](_0x3e1c92(0x1ef),()=>{const _0x4f7cbf=_0x3e1c92,_0x5b2e61=Array[_0x4f7cbf(0x13a)](_0x380816[_0x4f7cbf(0x254)][_0x4f7cbf(0x1a9)][_0x4f7cbf(0x1f9)][_0x4f7cbf(0x27f)]())[_0x4f7cbf(0x252)](_0x4096c6=>_0x4f7cbf(0x19e)===this[_0x4f7cbf(0x150)](_0x4096c6[_0x4f7cbf(0x1e0)])[_0x4f7cbf(0x266)]);if(0x0===_0x5b2e61[_0x4f7cbf(0x240)])return;_0x5b2e61[_0x4f7cbf(0x1c8)]((_0x31752a,_0x332ac7)=>{const _0x53b21b=_0x4f7cbf,_0x3d1346=_0x31752a[_0x53b21b(0x25a)][_0x53b21b(0x175)],_0x290ba0=_0x332ac7[_0x53b21b(0x25a)][_0x53b21b(0x175)];return null===_0x3d1346&&null===_0x290ba0?0x0:null===_0x3d1346&&null!==_0x290ba0?-0x1:null!==_0x3d1346&&null===_0x290ba0?0x1:_0x3d1346[_0x53b21b(0x230)][_0x53b21b(0x1db)](_0x290ba0[_0x53b21b(0x230)])?-0x1:0x1;});const _0x3bdb38=new Set(),_0x14a2de=new Set();for(const {name:_0x18f9e2,data:_0x54ca4f}of _0x5b2e61){const {id:_0x375ef5}=this[_0x4f7cbf(0x150)](_0x18f9e2);if(null===_0x54ca4f[_0x4f7cbf(0x175)]){const _0xa3e45c=this[_0x4f7cbf(0x26a)](_0x18f9e2);_0x14a2de[_0x4f7cbf(0x23c)](_0xa3e45c);}else{const _0x894c71=this[_0x4f7cbf(0x209)][_0x4f7cbf(0x184)](_0x375ef5);null!==_0x54ca4f[_0x4f7cbf(0x15f)]||_0x894c71[_0x4f7cbf(0x22e)]?(_0x3bdb38[_0x4f7cbf(0x23c)](_0x894c71[_0x4f7cbf(0x1da)]),_0x14a2de[_0x4f7cbf(0x23c)](_0x894c71)):this[_0x4f7cbf(0x2a3)](_0x894c71);}}_0x14a2de[_0x4f7cbf(0x1bf)]>0x0&&this[_0x4f7cbf(0x2c5)](_0x14a2de);for(const _0x59f8c0 of _0x3bdb38)this[_0x4f7cbf(0x1b1)](_0x4f7cbf(0x241),_0x59f8c0);}),_0x380816[_0x3e1c92(0x254)]['on'](_0x3e1c92(0x2c8),(_0x544b8e,_0x27745f)=>{const _0xe82107=_0x3e1c92,_0x40e6f6=_0x27745f[0x0];if(!this[_0xe82107(0x209)][_0xe82107(0x1bf)])return;if(!_0x40e6f6[_0xe82107(0x1b8)])return;if(_0x40e6f6[_0xe82107(0x180)][_0xe82107(0x1dc)]||!_0x40e6f6[_0xe82107(0x180)][_0xe82107(0x1d3)])return;let _0x52e1de,_0x5f3c09;switch(_0x40e6f6[_0xe82107(0x258)]){case _0xe82107(0x25b):_0x52e1de=_0x380816[_0xe82107(0x254)][_0xe82107(0x166)](_0x40e6f6[_0xe82107(0x15d)]),_0x5f3c09=_0x52e1de[_0xe82107(0x1ee)](_0x40e6f6[_0xe82107(0x13b)]);break;case _0xe82107(0x1ac):_0x52e1de=_0x380816[_0xe82107(0x254)][_0xe82107(0x166)](_0x40e6f6[_0xe82107(0x2bd)]),_0x5f3c09=_0x380816[_0xe82107(0x254)][_0xe82107(0x166)](_0x40e6f6[_0xe82107(0x291)]);break;case _0xe82107(0x23b):_0x52e1de=_0x380816[_0xe82107(0x254)][_0xe82107(0x166)](_0x40e6f6[_0xe82107(0x161)]),_0x5f3c09=_0x52e1de[_0xe82107(0x1ee)](_0x40e6f6[_0xe82107(0x13b)]);break;default:return;}const _0x5c6463=_0x380816[_0xe82107(0x254)][_0xe82107(0x2af)](_0x52e1de,_0x5f3c09);_0x380816[_0xe82107(0x254)][_0xe82107(0x239)](()=>{const _0x40105c=_0xe82107;for(const {suggestion:_0xce3b7e,meta:_0x4c7fc4}of this[_0x40105c(0x242)](_0x5c6463)){if(_0xce3b7e[_0x40105c(0x225)])continue;if(_0x40105c(0x196)==_0xce3b7e[_0x40105c(0x258)])continue;const _0x3a061e=this[_0x40105c(0x1ec)](_0xce3b7e);if(_0x3a061e&&this[_0x40105c(0x2d8)](_0x3a061e)&&_0x40105c(0x1ac)!=_0x40e6f6[_0x40105c(0x258)])continue;const _0x20a6c0=_0xce3b7e[_0x40105c(0x25a)]&&_0xce3b7e[_0x40105c(0x25a)][_0x40105c(0x137)];(_0x40105c(0x1ed)!=_0xce3b7e[_0x40105c(0x258)]||_0x40105c(0x1ac)==_0x40e6f6[_0x40105c(0x258)]&&!_0x20a6c0)&&(_0x4c7fc4[_0x40105c(0x155)]||_0x40105c(0x183)==_0xce3b7e[_0x40105c(0x258)]&&_0x4c7fc4[_0x40105c(0x25d)]||_0xce3b7e[_0x40105c(0x27d)]()[_0x40105c(0x14d)](_0x5c6463)&&this[_0x40105c(0x23e)](_0xce3b7e,_0x52e1de,_0x5f3c09));}});},{'priority':_0x3e1c92(0x1fa)}),_0x380816[_0x3e1c92(0x254)]['on'](_0x3e1c92(0x2b4),(_0x243f1d,_0x5a0f6d)=>{const _0x16bdab=_0x3e1c92,_0x398feb=_0x5a0f6d[0x0],_0xd3f733=_0x5a0f6d[0x1];if(_0xd3f733&&_0xd3f733[_0x16bdab(0x2de)])return;if(this[_0x16bdab(0x199)])return;if(!this[_0x16bdab(0x27e)][_0x16bdab(0x287)])return;if(_0x398feb[_0x16bdab(0x1a7)])return;const _0x30b57f=_0x380816[_0x16bdab(0x254)][_0x16bdab(0x1c2)],{start:_0x4c0d89,end:_0x38955e}=_0x398feb[_0x16bdab(0x27d)](),_0x2c811c=_0x4c0d89[_0x16bdab(0x270)]&&_0x30b57f[_0x16bdab(0x2c2)](_0x4c0d89[_0x16bdab(0x270)])?null:_0x30b57f[_0x16bdab(0x255)](_0x4c0d89,_0x16bdab(0x1ba)),_0x155a0f=_0x38955e[_0x16bdab(0x244)]&&_0x30b57f[_0x16bdab(0x2c2)](_0x38955e[_0x16bdab(0x244)])?null:_0x30b57f[_0x16bdab(0x255)](_0x38955e,_0x16bdab(0x15a)),_0x44eb29=_0x380816[_0x16bdab(0x254)][_0x16bdab(0x2af)](_0x2c811c?_0x2c811c[_0x16bdab(0x230)]:_0x4c0d89,_0x155a0f?_0x155a0f[_0x16bdab(0x2d5)]:_0x38955e);_0x380816[_0x16bdab(0x254)][_0x16bdab(0x239)](_0x1d2714=>{const _0x16277e=_0x16bdab;this[_0x16277e(0x160)](_0x44eb29);const _0x4e33a6=_0x380816[_0x16277e(0x254)][_0x16277e(0x1c2)][_0x16277e(0x255)](_0x44eb29[_0x16277e(0x230)]);_0x398feb['is'](_0x16277e(0x19a))?_0x1d2714[_0x16277e(0x262)](_0x4e33a6):_0x398feb[_0x16277e(0x2c9)](_0x4e33a6);}),_0x243f1d[_0x16bdab(0x18a)]();},{'priority':_0x114a5c[_0x3e1c92(0x221)]+0xa}),_0x380816[_0x3e1c92(0x254)]['on'](_0x3e1c92(0x2bf),(_0x528d2d,_0x4508ae)=>{const _0x309ee5=_0x3e1c92,_0x182b95=_0x4508ae[_0x4508ae[_0x309ee5(0x240)]-0x1];_0x182b95&&_0x182b95[_0x309ee5(0x2de)]||this[_0x309ee5(0x199)]||this[_0x309ee5(0x27e)][_0x309ee5(0x287)]&&(_0x380816[_0x309ee5(0x254)][_0x309ee5(0x239)](()=>{const _0x3c366d=_0x309ee5;let _0x30569a=_0x380816[_0x3c366d(0x254)][_0x3c366d(0x2bf)](_0x4508ae[0x0],_0x4508ae[0x1],_0x4508ae[0x2],{'forceDefaultExecution':!0x0});if(!_0x30569a)return;_0x528d2d[_0x3c366d(0x1cf)]=_0x30569a[_0x3c366d(0x22a)]();const _0x2ad5d8=_0x30569a[_0x3c366d(0x2d5)][_0x3c366d(0x244)],_0x453ddc=_0x380816[_0x3c366d(0x254)][_0x3c366d(0x1c2)];_0x2ad5d8&&_0x453ddc[_0x3c366d(0x20a)](_0x2ad5d8)&&!_0x453ddc[_0x3c366d(0x2db)](_0x2ad5d8)&&(_0x30569a=_0x380816[_0x3c366d(0x254)][_0x3c366d(0x2af)](_0x30569a[_0x3c366d(0x230)],_0x380816[_0x3c366d(0x254)][_0x3c366d(0x166)](_0x2ad5d8,_0x3c366d(0x2d5)))),this[_0x3c366d(0x231)](_0x30569a);}),_0x528d2d[_0x309ee5(0x18a)]());},{'priority':_0x3e1c92(0x1f6)}),this[_0x3e1c92(0x27b)][_0x3e1c92(0x28e)][_0x3e1c92(0x23c)](_0x3e1c92(0x16a),this[_0x3e1c92(0x27e)]),this[_0x3e1c92(0x13c)](_0x3e1c92(0x16a));const _0x5eef4b=new _0x107405(_0x380816,this[_0x3e1c92(0x209)]);_0x380816[_0x3e1c92(0x28e)][_0x3e1c92(0x23c)](_0x3e1c92(0x24e),_0x5eef4b),this[_0x3e1c92(0x13c)](_0x3e1c92(0x24e));const _0x47c025=new _0x1c5c31(_0x380816,this[_0x3e1c92(0x209)]);_0x380816[_0x3e1c92(0x28e)][_0x3e1c92(0x23c)](_0x3e1c92(0x156),_0x47c025),this[_0x3e1c92(0x13c)](_0x3e1c92(0x156)),_0x380816[_0x3e1c92(0x28e)][_0x3e1c92(0x23c)](_0x3e1c92(0x2e3),new _0x38c4ac(_0x380816,_0x5eef4b,this[_0x3e1c92(0x209)])),this[_0x3e1c92(0x13c)](_0x3e1c92(0x2e3)),_0x380816[_0x3e1c92(0x28e)][_0x3e1c92(0x23c)](_0x3e1c92(0x2c4),new _0x38c4ac(_0x380816,_0x47c025,this[_0x3e1c92(0x209)])),this[_0x3e1c92(0x13c)](_0x3e1c92(0x2c4)),_0x380816[_0x3e1c92(0x28e)][_0x3e1c92(0x23c)](_0x3e1c92(0x1e9),new _0x45a00b(_0x380816,_0x5eef4b,this[_0x3e1c92(0x209)])),this[_0x3e1c92(0x13c)](_0x3e1c92(0x1e9)),_0x380816[_0x3e1c92(0x28e)][_0x3e1c92(0x23c)](_0x3e1c92(0x28a),new _0x45a00b(_0x380816,_0x47c025,this[_0x3e1c92(0x209)])),this[_0x3e1c92(0x13c)](_0x3e1c92(0x28a));const _0x68a4d5=_0x380816[_0x3e1c92(0x2a2)][_0x3e1c92(0x184)](_0x3e1c92(0x23d));this[_0x3e1c92(0x2d9)](_0x68a4d5,_0x3e1c92(0x26d),(_0x5aaaba,{threadId:_0x527479})=>{const _0x54814a=_0x3e1c92,_0xfc9518=this[_0x54814a(0x209)][_0x54814a(0x184)](_0x527479);_0xfc9518&&_0xfc9518[_0x54814a(0x245)]&&0x1===_0xfc9518[_0x54814a(0x245)][_0x54814a(0x240)]&&this[_0x54814a(0x247)](_0x527479,{'hasComments':!0x0});},{'priority':_0x3e1c92(0x21b)}),this[_0x3e1c92(0x2d9)](_0x68a4d5,_0x3e1c92(0x2be),(_0x21f758,{threadId:_0xb30060})=>{const _0x584f9d=_0x3e1c92,_0x396657=this[_0x584f9d(0x209)][_0x584f9d(0x184)](_0xb30060);_0x396657&&_0x396657[_0x584f9d(0x245)]&&!_0x396657[_0x584f9d(0x245)][_0x584f9d(0x240)]&&this[_0x584f9d(0x247)](_0xb30060,{'hasComments':!0x1});},{'priority':_0x3e1c92(0x21b)});}set[_0x462f97(0x267)](_0x210c53){const _0x5f3d54=_0x462f97;if(this[_0x5f3d54(0x18b)])throw new _0x32f796(_0x5f3d54(0x2e2),this);this[_0x5f3d54(0x18b)]=_0x210c53;}get[_0x462f97(0x267)](){const _0x14b0e7=_0x462f97;return this[_0x14b0e7(0x18b)];}[_0x462f97(0x284)]({skipNotAttached:_0x334fcd=!0x1,toJSON:_0x572e6c=!0x1}={}){const _0xc876a4=_0x462f97,_0x4ee6c0=[];for(const _0x4f8ecf of this[_0xc876a4(0x209)][_0xc876a4(0x204)]())_0x334fcd&&!_0x4f8ecf[_0xc876a4(0x22e)]||_0x4ee6c0[_0xc876a4(0x2d3)](_0x4f8ecf);return _0x572e6c?_0x4ee6c0[_0xc876a4(0x217)](_0x3f99de=>_0x3f99de[_0xc876a4(0x205)]()):_0x4ee6c0;}[_0x462f97(0x192)](_0x4002e1){const _0xf638f4=_0x462f97,_0x3c6c77=this[_0xf638f4(0x209)][_0xf638f4(0x184)](_0x4002e1);if(!_0x3c6c77)throw new _0x32f796(_0xf638f4(0x20e),this);return _0x3c6c77;}[_0x462f97(0x233)](_0x56b50b){const _0x432d1b=_0x462f97;return this[_0x432d1b(0x209)][_0x432d1b(0x2b6)](_0x56b50b);}[_0x462f97(0x288)](_0x200420){const _0x3c47fc=_0x462f97,{authorId:_0x5c2d98,id:_0x2fcaf1,attributes:_0x1bc3c9}=_0x200420,[_0x16b785,_0x4819ba]=_0x200420[_0x3c47fc(0x258)][_0x3c47fc(0x1ac)](':'),_0x2e0ad6=this[_0x3c47fc(0x209)][_0x3c47fc(0x184)](_0x2fcaf1)||this[_0x3c47fc(0x1af)](_0x16b785,_0x4819ba,_0x2fcaf1,_0x5c2d98,_0x1bc3c9);if(this[_0x3c47fc(0x2dd)](_0x2e0ad6),this[_0x3c47fc(0x211)](_0x2e0ad6,_0x16b785,_0x4819ba||null,_0x5c2d98),_0x2e0ad6[_0x3c47fc(0x144)]=_0x200420[_0x3c47fc(0x144)],_0x2e0ad6[_0x3c47fc(0x1a4)]=!0x0,_0x1bc3c9&&_0x1bc3c9[_0x3c47fc(0x1ff)]){const _0x562111=_0x1bc3c9[_0x3c47fc(0x1ff)],_0x1ac152=this[_0x3c47fc(0x200)](_0x562111[_0x3c47fc(0x20f)]);_0x2e0ad6[_0x3c47fc(0x21f)]=_0x562111[_0x3c47fc(0x144)],_0x2e0ad6[_0x3c47fc(0x1e6)]=_0x1ac152,_0x2e0ad6[_0x3c47fc(0x171)]=!0x0;}else _0x2e0ad6[_0x3c47fc(0x21f)]=_0x200420[_0x3c47fc(0x144)];switch(_0x200420[_0x3c47fc(0x25a)]&&(_0x2e0ad6[_0x3c47fc(0x25a)]=_0x200420[_0x3c47fc(0x25a)]),_0x200420[_0x3c47fc(0x2e4)]&&(_0x2e0ad6[_0x3c47fc(0x2e4)]=_0x200420[_0x3c47fc(0x2e4)]),this[_0x3c47fc(0x18b)]&&this[_0x3c47fc(0x18b)][_0x3c47fc(0x1ea)]||(_0x2e0ad6[_0x3c47fc(0x173)]=!0x0),this[_0x3c47fc(0x1d2)][_0x3c47fc(0x184)](_0x2e0ad6)){case _0x3c47fc(0x208):this[_0x3c47fc(0x1d2)][_0x3c47fc(0x219)](_0x2e0ad6,_0x3c47fc(0x152));break;case _0x3c47fc(0x15b):_0x2e0ad6[_0x3c47fc(0x22e)]?(this[_0x3c47fc(0x296)](new Set([_0x2e0ad6])),this[_0x3c47fc(0x2c5)](new Set([_0x2e0ad6])),this[_0x3c47fc(0x1d2)][_0x3c47fc(0x219)](_0x2e0ad6,_0x3c47fc(0x1bd)),this[_0x3c47fc(0x1b1)](_0x3c47fc(0x214),_0x2e0ad6)):this[_0x3c47fc(0x1d2)][_0x3c47fc(0x219)](_0x2e0ad6,_0x3c47fc(0x265));}return _0x2e0ad6;}[_0x462f97(0x24e)](_0x5985b7){const _0x48e5a4=_0x462f97;this[_0x48e5a4(0x2de)](()=>{const _0xbbfaff=_0x48e5a4;this[_0xbbfaff(0x27b)][_0xbbfaff(0x254)][_0xbbfaff(0x239)](()=>{const _0x2a26c4=_0xbbfaff;for(const _0x3d2e61 of _0x5985b7[_0x2a26c4(0x299)]())_0x3d2e61[_0x2a26c4(0x246)]();});});}[_0x462f97(0x156)](_0x5b4802){const _0x48c38e=_0x462f97;this[_0x48c38e(0x2de)](()=>{const _0x8f719d=_0x48c38e;this[_0x8f719d(0x27b)][_0x8f719d(0x254)][_0x8f719d(0x239)](()=>{const _0x2d79c9=_0x8f719d;for(const _0x2448fe of _0x5b4802[_0x2d79c9(0x299)]())_0x2448fe[_0x2d79c9(0x2b9)]();});});}[_0x462f97(0x13c)](_0x307e0a,_0x55f051){const _0x3cdeae=_0x462f97,_0x4cf82a=this[_0x3cdeae(0x27b)][_0x3cdeae(0x28e)][_0x3cdeae(0x184)](_0x307e0a);if(!_0x4cf82a)throw new _0x32f796(_0x3cdeae(0x2d2),this,{'commandName':_0x307e0a});if(this[_0x3cdeae(0x188)][_0x3cdeae(0x2b6)](_0x4cf82a))throw new _0x32f796(_0x3cdeae(0x1d1),this,{'commandName':_0x307e0a});this[_0x3cdeae(0x188)][_0x3cdeae(0x23c)](_0x4cf82a),_0x55f051&&_0x4cf82a['on'](_0x3cdeae(0x294),(_0xe0c6a0,_0x147789)=>{const _0x5ef372=_0x3cdeae;this[_0x5ef372(0x27e)][_0x5ef372(0x287)]&&(this[_0x5ef372(0x199)]||(_0x147789[_0x5ef372(0x240)]>0x0&&_0x147789[_0x147789[_0x5ef372(0x240)]-0x1]&&_0x147789[_0x147789[_0x5ef372(0x240)]-0x1][_0x5ef372(0x2de)]?_0x147789[_0x5ef372(0x215)]():(_0xe0c6a0[_0x5ef372(0x1cf)]=_0x55f051((..._0x5ead7f)=>_0x4cf82a[_0x5ef372(0x294)](..._0x5ead7f,{'forceDefaultExecution':!0x0}),..._0x147789),_0xe0c6a0[_0x5ef372(0x18a)]())));},{'priority':_0x3cdeae(0x1f6)});}[_0x462f97(0x2de)](_0x357ab9){const _0x14f09d=_0x462f97;let _0x1f594c,_0x71f28f;const _0x748427=this[_0x14f09d(0x199)];this[_0x14f09d(0x199)]=!0x0;try{_0x1f594c=_0x357ab9();}catch(_0xd1f8b){_0x71f28f=_0xd1f8b;}return _0x748427||(this[_0x14f09d(0x199)]=!0x1),_0x71f28f&&_0x32f796[_0x14f09d(0x29d)](_0x71f28f,this),_0x1f594c;}[_0x462f97(0x231)](_0x3e2cc3,_0x1dd011=null,_0x2be04f={}){const _0x4e243e=_0x462f97;if(_0x3e2cc3[_0x4e243e(0x1a7)])return null;const _0x1c855e=this[_0x4e243e(0x27b)][_0x4e243e(0x2a2)][_0x4e243e(0x184)](_0x4e243e(0x187))['me'];for(const {suggestion:_0x3d2014,meta:_0x3caf9d}of this[_0x4e243e(0x242)](_0x3e2cc3,_0x4e243e(0x183)))if(_0x3caf9d[_0x4e243e(0x25d)]){if(!_0x3caf9d[_0x4e243e(0x292)]){if(_0x3caf9d[_0x4e243e(0x155)]){if(!this[_0x4e243e(0x22d)]||!Lt(_0x3d2014,_0x2be04f))continue;return _0x3d2014;}if(Lt(_0x3d2014,_0x2be04f))return _0x3d2014;this[_0x4e243e(0x23e)](_0x3d2014,_0x3e2cc3[_0x4e243e(0x230)],_0x3e2cc3[_0x4e243e(0x2d5)]);break;}if(_0x1dd011==_0x3d2014[_0x4e243e(0x16f)]&&Lt(_0x3d2014,_0x2be04f)){const _0x1ceee0=_0x3d2014[_0x4e243e(0x27d)]();return _0x1ceee0[_0x4e243e(0x230)][_0x4e243e(0x1fb)](_0x3e2cc3[_0x4e243e(0x2d5)])?this[_0x4e243e(0x1c3)](_0x3d2014,this[_0x4e243e(0x1f0)][_0x4e243e(0x2af)](_0x3e2cc3[_0x4e243e(0x230)],_0x1ceee0[_0x4e243e(0x2d5)])):this[_0x4e243e(0x1c3)](_0x3d2014,this[_0x4e243e(0x1f0)][_0x4e243e(0x2af)](_0x1ceee0[_0x4e243e(0x230)],_0x3e2cc3[_0x4e243e(0x2d5)])),_0x3d2014;}}const _0x50b99c=_0x8f4cba(),_0x320f0b=_0x1c855e['id'],_0x4eadf0=_0x1dd011?_0x4e243e(0x17f)+_0x1dd011:_0x4e243e(0x183),_0x99a56=this[_0x4e243e(0x1f8)]({'id':_0x50b99c,'type':_0x4eadf0,'createdAt':new Date(),'authorId':_0x320f0b,'attributes':_0x2be04f});return this[_0x4e243e(0x1c5)](_0x4eadf0,_0x50b99c,_0x320f0b,_0x3e2cc3),_0x99a56;}[_0x462f97(0x227)](_0x3dcd22,_0x1224f0=_0x462f97(0x1c1),_0x44b856={}){const _0x38c871=_0x462f97,_0x2b7877=this[_0x38c871(0x27b)][_0x38c871(0x2a2)][_0x38c871(0x184)](_0x38c871(0x187))['me'],_0x1f98ad=this[_0x38c871(0x2a8)][_0x38c871(0x24d)](_0x38c871(0x183),_0x1224f0,_0x38c871(0x223));for(const _0x2a46b5 of this[_0x38c871(0x284)]())if(_0x2a46b5[_0x38c871(0x1e6)]['id']==_0x2b7877['id']&&_0x38c871(0x183)==_0x2a46b5[_0x38c871(0x258)]&&_0x2a46b5[_0x38c871(0x16f)]==_0x1224f0&&Lt(_0x2a46b5,_0x44b856)&&(_0x1f98ad(_0x2a46b5[_0x38c871(0x29a)](),_0x3dcd22)||_0x1f98ad(_0x3dcd22,_0x2a46b5[_0x38c871(0x29a)]()))){for(const _0x209931 of _0x3dcd22)_0x2a46b5[_0x38c871(0x2a4)](_0x209931);return _0x2a46b5;}for(const {suggestion:_0x540ae4,meta:_0x32958b}of this[_0x38c871(0x242)](_0x3dcd22,_0x38c871(0x183))){if(!_0x32958b[_0x38c871(0x25d)])continue;if(!this[_0x38c871(0x22d)]&&_0x32958b[_0x38c871(0x155)])continue;if(!Lt(_0x540ae4,_0x44b856))continue;let _0xc67075=!0x0;for(const _0xf3d801 of _0x540ae4[_0x38c871(0x29a)]())for(const _0x186326 of _0x3dcd22)if(!_0xf3d801[_0x38c871(0x14d)](_0x186326)){_0xc67075=!0x1;break;}if(_0xc67075)return _0x540ae4;}const _0x35ff40=_0x8f4cba(),_0x491ea2=_0x2b7877['id'],_0x4d85a5=_0x38c871(0x17f)+_0x1224f0,_0x27cf80=this[_0x38c871(0x1f8)]({'id':_0x35ff40,'type':_0x4d85a5,'createdAt':new Date(),'authorId':_0x491ea2,'attributes':_0x44b856});for(const _0x154af3 of _0x3dcd22)this[_0x38c871(0x1c5)](_0x4d85a5,_0x35ff40,_0x491ea2,_0x154af3,_0x5edef7[_0x38c871(0x275)]());return _0x27cf80;}[_0x462f97(0x169)](_0x35d5d7,_0x34c24b,_0x2609de=null,_0xcdced3={}){const _0x4c7750=_0x462f97;if(_0x2609de=_0x2609de||Vt(_0x34c24b),_0x35d5d7[_0x4c7750(0x1a7)])return null;if(_0x4c7750(0x2ca)===this[_0x4c7750(0x18f)]){const _0x3ff8f8=this[_0x4c7750(0x2a8)][_0x4c7750(0x24d)](_0x4c7750(0x196),_0x2609de,_0x4c7750(0x246));return this[_0x4c7750(0x2de)](()=>_0x3ff8f8([_0x35d5d7],_0x34c24b,_0xcdced3)),null;}const _0x1b19d6=this[_0x4c7750(0x27b)][_0x4c7750(0x2a2)][_0x4c7750(0x184)](_0x4c7750(0x187))['me'],_0x5b58a3=[];if(_0x4c7750(0x168)!==this[_0x4c7750(0x18f)]){for(const {suggestion:_0x4b6511,meta:_0x31f78a}of this[_0x4c7750(0x242)](_0x35d5d7,_0x4c7750(0x183)))_0x31f78a[_0x4c7750(0x25d)]&&!_0x31f78a[_0x4c7750(0x2c0)]&&_0x5b58a3[_0x4c7750(0x2d3)](..._0x4b6511[_0x4c7750(0x29a)]());}const _0x18c3db=function(_0x3c9788,_0x2d9806){const _0x37a139=_0x4c7750,_0x3f550e=[];for(const _0x47103e of _0x2d9806){const _0x150be7=_0x3c9788[_0x37a139(0x1ae)](_0x47103e);_0x150be7&&_0x3f550e[_0x37a139(0x2d3)](_0x150be7);}return _0x3f550e;}(_0x35d5d7,_0x5b58a3),_0x3fc91f=function(_0x163bf3,_0x48d8b9){const _0x47fc5a=_0x4c7750,_0x169790=[_0x163bf3];for(const _0x2d31de of _0x48d8b9){let _0x160d5d=0x0;for(;_0x160d5d<_0x169790[_0x47fc5a(0x240)];){const _0x1a02eb=_0x169790[_0x160d5d][_0x47fc5a(0x222)](_0x2d31de);_0x169790[_0x47fc5a(0x1eb)](_0x160d5d,0x1,..._0x1a02eb),_0x160d5d+=_0x1a02eb[_0x47fc5a(0x240)];}}return _0x169790;}(_0x35d5d7,_0x5b58a3);_0x18c3db[_0x4c7750(0x240)]&&this[_0x4c7750(0x1f0)][_0x4c7750(0x239)](()=>{const _0x4fdba5=_0x4c7750;for(const _0x5a7396 of _0x18c3db){const _0x45ec16=this[_0x4fdba5(0x2a8)][_0x4fdba5(0x24d)](_0x4fdba5(0x196),_0x2609de,_0x4fdba5(0x246));this[_0x4fdba5(0x2de)](()=>_0x45ec16([_0x5a7396],_0x34c24b,_0xcdced3));}});for(const _0x1f4797 of _0x3fc91f){let _0x115bd2=null,_0x355f69=_0x1f4797[_0x4c7750(0x230)],_0x3456f5=_0x1f4797[_0x4c7750(0x2d5)];for(const {suggestion:_0x307f3e,meta:_0x581b46}of this[_0x4c7750(0x242)](_0x1f4797,_0x4c7750(0x196))){if(!_0x581b46[_0x4c7750(0x25d)])continue;if(_0x307f3e[_0x4c7750(0x16f)]!=_0x2609de)continue;if(!Lt(_0x307f3e,_0xcdced3))continue;const _0x5e9012=_0x307f3e[_0x4c7750(0x27d)]();if(_0x5e9012[_0x4c7750(0x14d)](_0x1f4797,!0x0))return null;_0x355f69=_0x355f69[_0x4c7750(0x1db)](_0x5e9012[_0x4c7750(0x230)])?_0x355f69:_0x5e9012[_0x4c7750(0x230)],_0x3456f5=_0x3456f5[_0x4c7750(0x1cd)](_0x5e9012[_0x4c7750(0x2d5)])?_0x3456f5:_0x5e9012[_0x4c7750(0x2d5)],_0x115bd2?_0x5e9012[_0x4c7750(0x230)][_0x4c7750(0x1db)](_0x115bd2[_0x4c7750(0x27d)]()[_0x4c7750(0x230)])?(_0x115bd2[_0x4c7750(0x25c)](),_0x115bd2=_0x307f3e):_0x307f3e[_0x4c7750(0x25c)]():_0x115bd2=_0x307f3e;}const _0x473412=this[_0x4c7750(0x1f0)][_0x4c7750(0x2af)](_0x355f69,_0x3456f5);if(_0x115bd2)this[_0x4c7750(0x1c3)](_0x115bd2,_0x473412);else{const _0x1eebfb=_0x8f4cba(),_0x590721=_0x1b19d6['id'];this[_0x4c7750(0x1f8)]({'id':_0x1eebfb,'type':_0x4c7750(0x206)+_0x2609de,'data':_0x34c24b,'createdAt':new Date(),'authorId':_0x590721,'attributes':_0xcdced3}),this[_0x4c7750(0x1c5)](_0x4c7750(0x206)+_0x2609de,_0x1eebfb,_0x590721,_0x473412);}}return null;}[_0x462f97(0x17d)](_0xbf1dbc,_0x309f13,_0x6f66d9=[],_0x4c74a1=null,_0x52ac67={}){const _0x587ed6=_0x462f97;_0x309f13[_0x587ed6(0x1dd)]||(_0x309f13[_0x587ed6(0x1dd)]=_0x309f13[_0x587ed6(0x202)]),_0x309f13[_0x587ed6(0x137)]=_0xbf1dbc['is'](_0x587ed6(0x145)),_0x4c74a1=_0x4c74a1||Vt(_0x309f13);const _0x548b6c=_0x6f66d9[_0x587ed6(0x217)](_0x153f43=>Ft(_0x153f43,this[_0x587ed6(0x1f0)])),_0x1439ab=_0xbf1dbc['is'](_0x587ed6(0x145))?_0xbf1dbc:Ft(_0xbf1dbc,this[_0x587ed6(0x1f0)]);if(_0x587ed6(0x2ca)===this[_0x587ed6(0x18f)]){const _0x5ec7f8=this[_0x587ed6(0x2a8)][_0x587ed6(0x24d)](_0x587ed6(0x1ed),_0x4c74a1,_0x587ed6(0x246));return this[_0x587ed6(0x2de)](()=>_0x5ec7f8([_0x1439ab],_0x309f13,_0x52ac67)),null;}_0x548b6c[_0x587ed6(0x2d3)](_0x1439ab);let _0x5d8a5e=!0x0;for(const _0x5dc23e of _0x548b6c)if(!this[_0x587ed6(0x140)](_0x5dc23e)){_0x5d8a5e=!0x1;break;}if(_0x5d8a5e&&_0x587ed6(0x168)!==this[_0x587ed6(0x18f)]){const _0x2aacc2=this[_0x587ed6(0x2a8)][_0x587ed6(0x24d)](_0x587ed6(0x1ed),_0x4c74a1,_0x587ed6(0x246));return this[_0x587ed6(0x2de)](()=>_0x2aacc2([_0x1439ab],_0x309f13,_0x52ac67)),null;}let _0x2426e5=null,_0xc72e70=_0x1439ab[_0x587ed6(0x230)],_0x27dfb2=_0x1439ab[_0x587ed6(0x2d5)];for(const {suggestion:_0x45c860,meta:_0x8cbd38}of this[_0x587ed6(0x242)](_0x1439ab,_0x587ed6(0x1ed))){if(!_0x8cbd38[_0x587ed6(0x25d)])continue;if(_0x8cbd38[_0x587ed6(0x292)]||_0x8cbd38[_0x587ed6(0x155)]||_0x8cbd38[_0x587ed6(0x2c0)])continue;if(_0x45c860[_0x587ed6(0x25a)][_0x587ed6(0x1dd)]!=_0x309f13[_0x587ed6(0x1dd)])continue;if(!Lt(_0x45c860,_0x52ac67))continue;const _0x18a9cb=_0x45c860[_0x587ed6(0x27d)]();if(_0x45c860[_0x587ed6(0x16f)]==_0x4c74a1){if(_0x18a9cb[_0x587ed6(0x14d)](_0x1439ab,!0x0))return null;_0xc72e70=_0xc72e70[_0x587ed6(0x1db)](_0x18a9cb[_0x587ed6(0x230)])?_0xc72e70:_0x18a9cb[_0x587ed6(0x230)],_0x27dfb2=_0x27dfb2[_0x587ed6(0x1cd)](_0x18a9cb[_0x587ed6(0x2d5)])?_0x27dfb2:_0x18a9cb[_0x587ed6(0x2d5)],_0x2426e5?_0x18a9cb[_0x587ed6(0x230)][_0x587ed6(0x1db)](_0x2426e5[_0x587ed6(0x27d)]()[_0x587ed6(0x230)])?(_0x2426e5[_0x587ed6(0x25c)](),_0x2426e5=_0x45c860):_0x45c860[_0x587ed6(0x25c)]():_0x2426e5=_0x45c860;}else{const _0x5a5fe7=_0x1439ab[_0x587ed6(0x1ae)](_0x18a9cb);this[_0x587ed6(0x2bb)](_0x45c860,_0x5a5fe7);}}const _0x27f24a=this[_0x587ed6(0x27b)][_0x587ed6(0x2a2)][_0x587ed6(0x184)](_0x587ed6(0x187))['me'],_0x1b3bf3=_0x8f4cba(),_0x41da73=_0x27f24a['id'];if(_0x2426e5)return this[_0x587ed6(0x1c3)](_0x2426e5,this[_0x587ed6(0x1f0)][_0x587ed6(0x2af)](_0xc72e70,_0x27dfb2)),_0x2426e5;{const _0x21a313=this[_0x587ed6(0x1f8)]({'id':_0x1b3bf3,'type':_0x587ed6(0x27c)+_0x4c74a1,'data':_0x309f13,'createdAt':new Date(),'authorId':_0x41da73,'attributes':_0x52ac67});return this[_0x587ed6(0x1c5)](_0x587ed6(0x27c)+_0x4c74a1,_0x1b3bf3,_0x41da73,this[_0x587ed6(0x1f0)][_0x587ed6(0x2af)](_0xc72e70,_0x27dfb2)),_0x21a313;}}[_0x462f97(0x1b0)](_0x2f4d5c,_0x414761,_0x17ef6b=[],_0x1ef5a5=null,_0x1fe39a={}){const _0x111373=_0x462f97;_0x414761[_0x111373(0x1dd)]||(_0x414761[_0x111373(0x1dd)]=_0x414761[_0x111373(0x202)]);const _0x88ff39=_0x2f4d5c[0x0];_0x414761[_0x111373(0x137)]=_0x88ff39['is'](_0x111373(0x145)),_0x1ef5a5=_0x1ef5a5||Vt(_0x414761);const _0x376faa=_0x17ef6b[_0x111373(0x217)](_0x565fc4=>Ft(_0x565fc4,this[_0x111373(0x1f0)])),_0x35a8b5=_0x88ff39['is'](_0x111373(0x145))?_0x2f4d5c:_0x2f4d5c[_0x111373(0x217)](_0x195da0=>Ft(_0x195da0,this[_0x111373(0x1f0)]));if(_0x111373(0x2ca)===this[_0x111373(0x18f)]){const _0x2ce728=this[_0x111373(0x2a8)][_0x111373(0x24d)](_0x111373(0x1ed),_0x1ef5a5,_0x111373(0x246));return this[_0x111373(0x2de)](()=>_0x2ce728(_0x35a8b5,_0x414761,_0x1fe39a)),null;}_0x376faa[_0x111373(0x2d3)](..._0x35a8b5);let _0x53678e=!0x0;for(const _0x43988c of _0x376faa)if(!this[_0x111373(0x140)](_0x43988c)){_0x53678e=!0x1;break;}if(_0x53678e&&_0x111373(0x168)!==this[_0x111373(0x18f)]){const _0x5cf4ea=this[_0x111373(0x2a8)][_0x111373(0x24d)](_0x111373(0x1ed),_0x1ef5a5,_0x111373(0x246));return this[_0x111373(0x2de)](()=>_0x5cf4ea(_0x35a8b5,_0x414761,_0x1fe39a)),null;}const _0x4b0796=this[_0x111373(0x27b)][_0x111373(0x2a2)][_0x111373(0x184)](_0x111373(0x187))['me'];for(const _0x5a95e7 of this[_0x111373(0x284)]()){if(_0x5a95e7[_0x111373(0x1e6)]['id']!=_0x4b0796['id'])continue;if(_0x111373(0x1ed)!=_0x5a95e7[_0x111373(0x258)]||_0x5a95e7[_0x111373(0x25a)][_0x111373(0x1dd)]!=_0x414761[_0x111373(0x1dd)])continue;if(!Lt(_0x5a95e7,_0x1fe39a))continue;const _0x3a45d4=_0x5a95e7[_0x111373(0x16f)]==_0x1ef5a5;for(let _0x42aa89=0x0;_0x42aa89<_0x35a8b5[_0x111373(0x240)];_0x42aa89++){const _0x1645ae=_0x35a8b5[_0x42aa89];for(const _0x49c6da of _0x5a95e7[_0x111373(0x17c)]()){const _0x32e7b4=_0x49c6da[_0x111373(0x14f)]();if(_0x1645ae[_0x111373(0x1fb)](_0x32e7b4)){_0x3a45d4?(_0x35a8b5[_0x111373(0x1eb)](_0x42aa89,0x1),_0x42aa89--):_0x5a95e7[_0x111373(0x213)](_0x49c6da[_0x111373(0x1e0)]);break;}}}}if(0x0==_0x35a8b5[_0x111373(0x240)])return null;const _0x574aa0=this[_0x111373(0x2a8)][_0x111373(0x24d)](_0x111373(0x1ed),_0x1ef5a5,_0x111373(0x223));for(const _0x419c01 of this[_0x111373(0x284)]())if(_0x419c01[_0x111373(0x1e6)]['id']==_0x4b0796['id']&&_0x111373(0x1ed)==_0x419c01[_0x111373(0x258)]&&_0x419c01[_0x111373(0x25a)][_0x111373(0x1dd)]==_0x414761[_0x111373(0x1dd)]&&_0x419c01[_0x111373(0x16f)]==_0x1ef5a5&&Lt(_0x419c01,_0x1fe39a)&&(_0x574aa0(_0x419c01[_0x111373(0x29a)](),_0x35a8b5)||_0x574aa0(_0x35a8b5,_0x419c01[_0x111373(0x29a)]()))){for(const _0x3d32a1 of _0x35a8b5)_0x419c01[_0x111373(0x2a4)](_0x3d32a1);return _0x419c01;}const _0x35af24=_0x8f4cba(),_0x4efe4d=_0x4b0796['id'],_0x431343=_0x111373(0x27c)+_0x1ef5a5,_0x4d8a88=this[_0x111373(0x1f8)]({'id':_0x35af24,'type':_0x431343,'data':_0x414761,'createdAt':new Date(),'authorId':_0x4efe4d,'attributes':_0x1fe39a});for(const _0xb2ef3c of _0x35a8b5)this[_0x111373(0x1c5)](_0x431343,_0x35af24,_0x4efe4d,_0xb2ef3c,_0x5edef7[_0x111373(0x275)]());return _0x4d8a88;}[_0x462f97(0x160)](_0x52b5fe,_0x314ba3=null,_0x32fbd1={}){const _0x575bfb=_0x462f97;if(_0x52b5fe[_0x575bfb(0x1a7)])return null;const _0x193dc8=this[_0x575bfb(0x27b)][_0x575bfb(0x2a2)][_0x575bfb(0x184)](_0x575bfb(0x187))['me'],_0x4a0a62=new _0xe4f879(_0x52b5fe[_0x575bfb(0x230)],_0x52b5fe[_0x575bfb(0x2d5)]);for(const {suggestion:_0x216c80,meta:_0x30b536}of this[_0x575bfb(0x242)](_0x4a0a62,_0x575bfb(0x183)))if(_0x30b536[_0x575bfb(0x25d)]&&!_0x30b536[_0x575bfb(0x292)]){if(_0x216c80[_0x575bfb(0x225)]){const _0x298fbd=_0x216c80[_0x575bfb(0x29a)]()[_0x575bfb(0x252)](_0x1e0e60=>_0x575bfb(0x220)!=_0x1e0e60[_0x575bfb(0x1d6)][_0x575bfb(0x289)]);_0x298fbd[_0x575bfb(0x2df)](_0x42b870=>_0x4a0a62[_0x575bfb(0x14d)](_0x42b870,!0x0))&&_0x216c80[_0x575bfb(0x2b9)]();if(_0x298fbd[_0x575bfb(0x1f1)](_0x8ed28d=>_0x8ed28d[_0x575bfb(0x14d)](_0x4a0a62,!0x0))){const _0x44bab1=this[_0x575bfb(0x2a8)][_0x575bfb(0x24d)](_0x575bfb(0x1c9),_0x314ba3,_0x575bfb(0x246));return this[_0x575bfb(0x2de)](()=>_0x44bab1([_0x4a0a62],null,_0x32fbd1)),null;}}else{const _0x3538e4=_0x4a0a62[_0x575bfb(0x1ae)](_0x216c80[_0x575bfb(0x27d)]());null!==_0x3538e4&&_0x216c80[_0x575bfb(0x2ac)]([_0x3538e4],null,_0x32fbd1);}}if(_0x4a0a62[_0x575bfb(0x21c)](),_0x4a0a62[_0x575bfb(0x1a7)]||_0x575bfb(0x220)==_0x4a0a62[_0x575bfb(0x1d6)][_0x575bfb(0x289)])return null;let _0x979855=null,_0x2c4354=_0x4a0a62[_0x575bfb(0x230)],_0x5934d1=_0x4a0a62[_0x575bfb(0x2d5)];const _0x253096=this[_0x575bfb(0x242)](_0x4a0a62,_0x575bfb(0x1c9));for(const {suggestion:_0xb74806,meta:_0x2e1401}of _0x253096){const _0x27af1f=this[_0x575bfb(0x1f0)][_0x575bfb(0x2af)](_0x2c4354,_0x5934d1);if(_0x2e1401[_0x575bfb(0x25d)]&&(this[_0x575bfb(0x22d)]||!_0x2e1401[_0x575bfb(0x155)]&&!_0x2e1401[_0x575bfb(0x2c0)])){if(_0xb74806[_0x575bfb(0x225)]){if(!Lt(_0xb74806,_0x32fbd1))continue;let _0x43e42c=!0x0;for(const _0x56d2ad of _0xb74806[_0x575bfb(0x29a)]()){if(_0x56d2ad[_0x575bfb(0x14d)](_0x27af1f,!0x0))return _0xb74806;_0x27af1f[_0x575bfb(0x14d)](_0x56d2ad)||(_0x43e42c=!0x1);}_0x43e42c&&_0xb74806[_0x575bfb(0x2b9)]();}else{const _0x4d92cf=_0xb74806[_0x575bfb(0x27d)]();if(_0x4d92cf[_0x575bfb(0x14d)](_0x27af1f,!0x0))return _0xb74806;if(!Lt(_0xb74806,_0x32fbd1)){_0x27af1f[_0x575bfb(0x14d)](_0x4d92cf)?_0xb74806[_0x575bfb(0x25c)]():_0x4d92cf[_0x575bfb(0x253)](_0x2c4354)?_0x2c4354=_0x4d92cf[_0x575bfb(0x2d5)]:_0x4d92cf[_0x575bfb(0x253)](_0x5934d1)&&(_0x5934d1=_0x4d92cf[_0x575bfb(0x230)]);continue;}_0x2c4354=_0x2c4354[_0x575bfb(0x1db)](_0x4d92cf[_0x575bfb(0x230)])?_0x2c4354:_0x4d92cf[_0x575bfb(0x230)],_0x5934d1=_0x5934d1[_0x575bfb(0x1cd)](_0x4d92cf[_0x575bfb(0x2d5)])?_0x5934d1:_0x4d92cf[_0x575bfb(0x2d5)],_0x32fbd1=Object[_0x575bfb(0x1c6)]({},_0xb74806[_0x575bfb(0x2e4)]),_0x979855?_0x4d92cf[_0x575bfb(0x230)][_0x575bfb(0x1db)](_0x979855[_0x575bfb(0x27d)]()[_0x575bfb(0x230)])?(_0x979855[_0x575bfb(0x25c)](),_0x979855=_0xb74806):_0xb74806[_0x575bfb(0x25c)]():_0x979855=_0xb74806;}}}if(_0x979855)return this[_0x575bfb(0x1c3)](_0x979855,this[_0x575bfb(0x1f0)][_0x575bfb(0x2af)](_0x2c4354,_0x5934d1)),_0x979855;{const _0x86cf41=_0x8f4cba(),_0x129875=this[_0x575bfb(0x1f0)][_0x575bfb(0x2af)](_0x2c4354,_0x5934d1),_0x2a54c4=_0x193dc8['id'],_0xad15d0=_0x314ba3?_0x575bfb(0x170)+_0x314ba3:_0x575bfb(0x1c9),_0x38b5a3=this[_0x575bfb(0x1f8)]({'id':_0x86cf41,'type':_0xad15d0,'createdAt':new Date(),'authorId':_0x2a54c4,'attributes':_0x32fbd1});return this[_0x575bfb(0x1c5)](_0xad15d0,_0x86cf41,_0x2a54c4,_0x129875),_0x38b5a3;}}[_0x462f97(0x2d6)](_0x1edb2,_0x1d24fb=_0x462f97(0x1c1),_0x3f13ef={}){const _0x247c80=_0x462f97,_0x11b93c=this[_0x247c80(0x27b)][_0x247c80(0x2a2)][_0x247c80(0x184)](_0x247c80(0x187))['me'],_0x489197=_0x1edb2[_0x247c80(0x217)](_0x5319fc=>new _0xe4f879(_0x5319fc[_0x247c80(0x230)],_0x5319fc[_0x247c80(0x2d5)])),_0x57e353=new Set();for(const {suggestion:_0x1f5713,meta:_0x4021ce}of this[_0x247c80(0x242)](_0x489197,_0x247c80(0x183)))_0x4021ce[_0x247c80(0x25d)]&&!_0x4021ce[_0x247c80(0x292)]&&_0x57e353[_0x247c80(0x23c)](_0x1f5713);for(const _0x42204a of _0x57e353)if(_0x42204a[_0x247c80(0x225)]){const _0x16e858=_0x42204a[_0x247c80(0x29a)]();(!_0x42204a[_0x247c80(0x2e4)]||!_0x42204a[_0x247c80(0x2e4)][_0x247c80(0x13d)])&&(_0x16e858[_0x247c80(0x2df)](_0x2af677=>_0x489197[_0x247c80(0x1f1)](_0xdce75d=>_0xdce75d[_0x247c80(0x14d)](_0x2af677,!0x0)))&&_0x42204a[_0x247c80(0x2b9)]());if(_0x489197[_0x247c80(0x2df)](_0x3d4979=>_0x16e858[_0x247c80(0x1f1)](_0x57c3fb=>_0x57c3fb[_0x247c80(0x14d)](_0x3d4979,!0x0)))){const _0x247d15=this[_0x247c80(0x2a8)][_0x247c80(0x24d)](_0x247c80(0x1c9),_0x1d24fb,_0x247c80(0x246));return this[_0x247c80(0x2de)](()=>_0x247d15(_0x1edb2,null,_0x3f13ef)),null;}}else{const _0xfba3c1=_0x42204a[_0x247c80(0x27d)]();_0x489197[_0x247c80(0x1f1)](_0x2691d9=>_0x2691d9[_0x247c80(0x14d)](_0xfba3c1,!0x0))&&_0x42204a[_0x247c80(0x2b9)]();if(_0x489197[_0x247c80(0x2df)](_0x3a2f11=>_0xfba3c1[_0x247c80(0x14d)](_0x3a2f11,!0x0))){const _0x23ecbc=this[_0x247c80(0x2a8)][_0x247c80(0x24d)](_0x247c80(0x1c9),_0x1d24fb,_0x247c80(0x246));return this[_0x247c80(0x2de)](()=>_0x23ecbc(_0x489197,null,_0x3f13ef)),null;}}const _0xa1278e=this[_0x247c80(0x2a8)][_0x247c80(0x24d)](_0x247c80(0x1c9),_0x1d24fb,_0x247c80(0x223));let _0x39c5f0=null;for(const _0x40b93b of this[_0x247c80(0x284)]())if(_0x40b93b[_0x247c80(0x1e6)]['id']==_0x11b93c['id']&&_0x40b93b[_0x247c80(0x22e)]&&_0x247c80(0x1c9)==_0x40b93b[_0x247c80(0x258)]&&_0x40b93b[_0x247c80(0x16f)]==_0x1d24fb&&Lt(_0x40b93b,_0x3f13ef)&&(_0xa1278e(_0x40b93b[_0x247c80(0x29a)](),_0x489197)||_0xa1278e(_0x489197,_0x40b93b[_0x247c80(0x29a)]()))){if(_0x39c5f0){if(_0x40b93b[_0x247c80(0x245)]&&_0x40b93b[_0x247c80(0x245)][_0x247c80(0x240)])continue;for(const _0x4bd2c0 of _0x40b93b[_0x247c80(0x29a)]())_0x39c5f0[_0x247c80(0x1d0)](_0x4bd2c0)||_0x39c5f0[_0x247c80(0x2a4)](_0x4bd2c0);_0x40b93b[_0x247c80(0x25c)]();}else{_0x39c5f0=_0x40b93b;for(const _0x52e4ae of _0x489197)_0x40b93b[_0x247c80(0x1d0)](_0x52e4ae)||_0x40b93b[_0x247c80(0x2a4)](_0x52e4ae);}}if(_0x39c5f0)return _0x39c5f0;_0x57e353[_0x247c80(0x181)]();for(const {suggestion:_0x19d7dc,meta:_0x1de382}of this[_0x247c80(0x242)](_0x489197,_0x247c80(0x1c9)))_0x1de382[_0x247c80(0x25d)]&&(this[_0x247c80(0x22d)]||!_0x1de382[_0x247c80(0x155)]&&!_0x1de382[_0x247c80(0x2c0)])&&Lt(_0x19d7dc,_0x3f13ef)&&_0x57e353[_0x247c80(0x23c)](_0x19d7dc);for(const _0x3deabf of _0x57e353){const _0x523f64=_0x3deabf[_0x247c80(0x29a)]();if(!_0x3f13ef||!_0x3f13ef[_0x247c80(0x13d)]){if(_0x489197[_0x247c80(0x2df)](_0xdc3e2b=>_0x523f64[_0x247c80(0x1f1)](_0x3e9018=>_0x3e9018[_0x247c80(0x14d)](_0xdc3e2b,!0x0))))return _0x3deabf;}(!_0x3deabf[_0x247c80(0x2e4)]||!_0x3deabf[_0x247c80(0x2e4)][_0x247c80(0x13d)])&&(_0x523f64[_0x247c80(0x2df)](_0x39af68=>_0x489197[_0x247c80(0x1f1)](_0x3f20ce=>_0x3f20ce[_0x247c80(0x14d)](_0x39af68,!0x0)))&&_0x3deabf[_0x247c80(0x2b9)]());}const _0x588507=_0x8f4cba(),_0x29cdb1=_0x11b93c['id'],_0x1434cd=_0x247c80(0x170)+_0x1d24fb,_0x2e74c8=this[_0x247c80(0x1f8)]({'id':_0x588507,'type':_0x1434cd,'createdAt':new Date(),'authorId':_0x29cdb1,'attributes':_0x3f13ef});for(const _0x1302b9 of _0x489197)_0x1302b9[_0x247c80(0x21c)](),_0x1302b9[_0x247c80(0x1a7)]||_0x247c80(0x220)==_0x1302b9[_0x247c80(0x1d6)][_0x247c80(0x289)]||this[_0x247c80(0x1c5)](_0x1434cd,_0x588507,_0x29cdb1,_0x1302b9,_0x5edef7[_0x247c80(0x275)]());return _0x2e74c8;}[_0x462f97(0x274)](_0x359584,_0xfe41b,_0x4ea463,_0x47f3ae,_0x3d1df6){const _0x2111c9=_0x462f97;if(_0x359584[_0x2111c9(0x1a7)])return[];if(_0x2111c9(0x2ca)===this[_0x2111c9(0x18f)])return[];const _0x57c5a3=this[_0x2111c9(0x27b)][_0x2111c9(0x2a2)][_0x2111c9(0x184)](_0x2111c9(0x187))['me']['id'],_0x3f965a=Array[_0x2111c9(0x13a)](this[_0x2111c9(0x209)][_0x2111c9(0x204)]())[_0x2111c9(0x252)](_0x535b1f=>_0x2111c9(0x22b)==_0x535b1f[_0x2111c9(0x258)]&&_0x535b1f[_0x2111c9(0x25a)][_0x2111c9(0x276)]==_0xfe41b&&_0x535b1f[_0x2111c9(0x1d0)](_0x359584));if(_0x2111c9(0x2a6)===this[_0x2111c9(0x18f)]){const _0x2067fd=this[_0x2111c9(0x242)](_0x359584,_0x2111c9(0x183))[_0x2111c9(0x252)](({meta:_0x3e80d5})=>_0x3e80d5[_0x2111c9(0x25d)]&&!_0x3e80d5[_0x2111c9(0x2c0)]&&!_0x3e80d5[_0x2111c9(0x292)])[_0x2111c9(0x217)](({suggestion:_0x480927})=>_0x480927);_0x3f965a[_0x2111c9(0x26f)](..._0x2067fd);}const _0x2597fa=new Map([[_0x359584,_0x4ea463]]);for(const _0xc1e8a6 of _0x3f965a){const _0x1576db=_0x2111c9(0x22b)==_0xc1e8a6[_0x2111c9(0x258)]?_0xc1e8a6[_0x2111c9(0x25a)][_0x2111c9(0x147)]:void 0x0,_0x33ac64=_0xc1e8a6[_0x2111c9(0x27d)](),_0x3e5725=Array[_0x2111c9(0x13a)](_0x2597fa[_0x2111c9(0x195)]())[_0x2111c9(0x2cb)](_0x1f2dc0=>_0x1f2dc0[_0x2111c9(0x20b)](_0x33ac64));if(!_0x3e5725)continue;const _0x2d8812=_0x3e5725[_0x2111c9(0x222)](_0x33ac64);this[_0x2111c9(0x2d8)](_0xfe41b)&&_0x2111c9(0x183)==_0xc1e8a6[_0x2111c9(0x258)]&&0x0!=_0x2d8812[_0x2111c9(0x240)]||(_0x2597fa[_0x2111c9(0x298)](_0x3e5725),_0x2d8812[_0x2111c9(0x2b7)](_0x495ba0=>{const _0x335ba9=_0x2111c9;_0x2597fa[_0x335ba9(0x219)](_0x495ba0,_0x4ea463);}),_0x2111c9(0x183)!=_0xc1e8a6[_0x2111c9(0x258)]&&_0x1576db!=_0x47f3ae&&_0x2597fa[_0x2111c9(0x219)](_0x3e5725[_0x2111c9(0x1ae)](_0x33ac64),_0x1576db));}const _0x2ea92e=[];for(const [_0x5c8c75,_0x40bb59]of _0x2597fa){const _0x5854b9=_0x8f4cba(),_0x156ec0={'key':_0xfe41b,'oldValue':_0x40bb59,'newValue':_0x47f3ae};_0xfe41b[_0x2111c9(0x240)]>0x25&&console[_0x2111c9(0x256)](_0x2111c9(0x1b5),{'key':_0xfe41b});const _0x35853e=(_0x2111c9(0x236)+(_0xfe41b+'|'+Vt({'newValue':_0x47f3ae})))[_0x2111c9(0x243)](0x0,0x3c),_0x2a3339=this[_0x2111c9(0x1f8)]({'id':_0x5854b9,'type':_0x35853e,'data':_0x156ec0,'createdAt':new Date(),'authorId':_0x57c5a3,'attributes':_0x3d1df6});_0x2ea92e[_0x2111c9(0x2d3)](_0x2a3339),this[_0x2111c9(0x1c5)](_0x35853e,_0x5854b9,_0x57c5a3,_0x5c8c75);}return _0x2ea92e;}[_0x462f97(0x278)](_0x4581ba){const _0x39a760=_0x462f97;this[_0x39a760(0x13c)](_0x4581ba,(_0x4d036d,..._0x7d5b3f)=>{const _0x3210af=_0x39a760;this[_0x3210af(0x2aa)](()=>{_0x4d036d(..._0x7d5b3f);});});}[_0x462f97(0x2b3)](_0x931f88){const _0x76523e=_0x462f97;this[_0x76523e(0x14a)][_0x76523e(0x23c)](_0x931f88);}[_0x462f97(0x25f)](_0x3b14ce){const _0x19b958=_0x462f97;this[_0x19b958(0x22f)][_0x19b958(0x23c)](_0x3b14ce);}[_0x462f97(0x1ec)](_0x4ca03b){const _0x2adf73=_0x462f97;return _0x2adf73(0x22b)==_0x4ca03b[_0x2adf73(0x258)]?_0x4ca03b[_0x2adf73(0x16f)][_0x2adf73(0x1ac)]('|')[0x0]:null;}[_0x462f97(0x1c3)](_0x100d68,_0x496453){const _0x142121=_0x462f97,_0x521987=_0x100d68[_0x142121(0x229)]();this[_0x142121(0x1f0)][_0x142121(0x239)](_0x31ce01=>{const _0x44c475=_0x142121;_0x31ce01[_0x44c475(0x164)](_0x521987,{'range':_0x496453});});}[_0x462f97(0x2dd)](_0x29e47c){const _0x3b5d4d=_0x462f97,_0x561551=_0x29e47c['id'],_0x1c0da6=this[_0x3b5d4d(0x27b)][_0x3b5d4d(0x27a)][_0x3b5d4d(0x184)](_0x3b5d4d(0x1de));this[_0x3b5d4d(0x259)][_0x3b5d4d(0x2da)](_0x561551)||this[_0x3b5d4d(0x259)][_0x3b5d4d(0x13e)]({'channelId':_0x1c0da6,'threadId':_0x561551,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x486ea7=this[_0x3b5d4d(0x259)][_0x3b5d4d(0x2c3)](_0x561551);_0x486ea7[_0x3b5d4d(0x16c)](_0x3b5d4d(0x138)),_0x486ea7[_0x3b5d4d(0x138)]=!0x1,_0x29e47c[_0x3b5d4d(0x245)]=_0x486ea7;}[_0x462f97(0x211)](_0x2c1f14,_0x2fddb4,_0x4cb136,_0x438bc9){const _0x50147e=_0x462f97;if(_0x2c1f14[_0x50147e(0x258)]!=_0x2fddb4||_0x2c1f14[_0x50147e(0x16f)]!=_0x4cb136||_0x2c1f14[_0x50147e(0x25e)]['id']!=_0x438bc9)throw this[_0x50147e(0x27b)][_0x50147e(0x1ad)](_0x50147e(0x1c4)),new _0x32f796(_0x50147e(0x1c4),this);}[_0x462f97(0x2bb)](_0x1b386b,_0x2201a1){const _0x413ae9=_0x462f97,_0xea2291=_0x1b386b[_0x413ae9(0x27d)]();if(_0x2201a1[_0x413ae9(0x1fb)](_0xea2291))_0x1b386b[_0x413ae9(0x25c)]();else{if(_0xea2291[_0x413ae9(0x14d)](_0x2201a1)){const _0x1a10ba=this[_0x413ae9(0x1f0)][_0x413ae9(0x166)](_0x2201a1[_0x413ae9(0x230)][_0x413ae9(0x244)],_0x413ae9(0x2d5));this[_0x413ae9(0x1c3)](_0x1b386b,this[_0x413ae9(0x1f0)][_0x413ae9(0x2af)](_0xea2291[_0x413ae9(0x230)],_0x1a10ba));const _0x3b9f26=_0x8f4cba(),_0x14fcd5=_0x1b386b[_0x413ae9(0x25e)]['id'],_0x5d9456=_0x1b386b[_0x413ae9(0x258)]+':'+_0x1b386b[_0x413ae9(0x16f)];this[_0x413ae9(0x1f8)]({'id':_0x3b9f26,'type':_0x5d9456,'createdAt':new Date(),'authorId':_0x14fcd5,'data':_0x1b386b[_0x413ae9(0x25a)],'attributes':_0x1b386b[_0x413ae9(0x2e4)]});const _0x19a423=this[_0x413ae9(0x1f0)][_0x413ae9(0x166)](_0x2201a1[_0x413ae9(0x2d5)][_0x413ae9(0x285)],_0x413ae9(0x273)),_0x9fd35c=this[_0x413ae9(0x1f0)][_0x413ae9(0x2af)](_0x19a423,_0xea2291[_0x413ae9(0x2d5)]);this[_0x413ae9(0x1c5)](_0x5d9456,_0x3b9f26,_0x14fcd5,_0x9fd35c);}else{if(_0xea2291[_0x413ae9(0x253)](_0x2201a1[_0x413ae9(0x230)])){const _0x3f17c9=this[_0x413ae9(0x1f0)][_0x413ae9(0x166)](_0x2201a1[_0x413ae9(0x230)][_0x413ae9(0x244)],_0x413ae9(0x2d5));this[_0x413ae9(0x1c3)](_0x1b386b,this[_0x413ae9(0x1f0)][_0x413ae9(0x2af)](_0xea2291[_0x413ae9(0x230)],_0x3f17c9));}else{const _0x55e2bb=this[_0x413ae9(0x1f0)][_0x413ae9(0x166)](_0x2201a1[_0x413ae9(0x2d5)][_0x413ae9(0x285)],_0x413ae9(0x273));this[_0x413ae9(0x1c3)](_0x1b386b,this[_0x413ae9(0x1f0)][_0x413ae9(0x2af)](_0x55e2bb,_0xea2291[_0x413ae9(0x2d5)]));}}}}[_0x462f97(0x140)](_0x5d1a73){const _0x4055c2=_0x462f97;for(const {suggestion:_0x453356,meta:_0xfb6628}of this[_0x4055c2(0x242)](_0x5d1a73,_0x4055c2(0x183))){if(!_0xfb6628[_0x4055c2(0x25d)])continue;const _0x3bd28c=_0x453356[_0x4055c2(0x29a)]();for(const _0x702b16 of _0x3bd28c)if(!_0x5d1a73[_0x4055c2(0x222)](_0x702b16)[_0x4055c2(0x240)])return!0x0;}return!0x1;}[_0x462f97(0x201)](_0x215309){const _0xb0212e=_0x462f97,_0x57dfca=this[_0xb0212e(0x27b)][_0xb0212e(0x2a2)][_0xb0212e(0x184)](_0xb0212e(0x187))[_0xb0212e(0x1e7)](_0x215309);if(!_0x57dfca)throw new _0x32f796(_0xb0212e(0x23a),this);return _0x57dfca;}[_0x462f97(0x200)](_0x8e4939){const _0x14e49e=_0x462f97,_0x26f8da=this[_0x14e49e(0x27b)][_0x14e49e(0x2a2)][_0x14e49e(0x184)](_0x14e49e(0x187)),_0x421434=_0x31538a(_0x14e49e(0x28f)+_0x8e4939),_0x5560b3=_0x26f8da[_0x14e49e(0x1e7)](_0x421434);return _0x5560b3||_0x26f8da[_0x14e49e(0x18d)]({'id':_0x421434,'name':_0x8e4939});}[_0x462f97(0x1af)](_0x40ba45,_0x2b12c1,_0x3acd4e,_0x11f0ce,_0xdda77){const _0x518b5f=_0x462f97,_0x25f511=this[_0x518b5f(0x201)](_0x11f0ce),_0x295175=this[_0x518b5f(0x2a8)][_0x518b5f(0x165)](_0x40ba45,_0x2b12c1,_0x3acd4e,_0x25f511,_0xdda77,_0x2209b9=>{const _0x25a54e=_0x518b5f;this[_0x25a54e(0x247)](_0x3acd4e,{'attributes':_0x2209b9});const _0x3a7842=this[_0x25a54e(0x192)](_0x3acd4e);this[_0x25a54e(0x296)](new Set([_0x3a7842])),this[_0x25a54e(0x2c5)](new Set([_0x3a7842]));});return this[_0x518b5f(0x2d9)](_0x295175,_0x518b5f(0x246),()=>{const _0x228d9c=_0x518b5f;this[_0x228d9c(0x247)](_0x3acd4e,{'state':_0x228d9c(0x194)});},{'priority':_0x518b5f(0x1f6)}),this[_0x518b5f(0x2d9)](_0x295175,_0x518b5f(0x2b9),()=>{const _0x5dd3c3=_0x518b5f;this[_0x5dd3c3(0x247)](_0x3acd4e,{'state':_0x5dd3c3(0x1e4)});},{'priority':_0x518b5f(0x1f6)}),this[_0x518b5f(0x209)][_0x518b5f(0x219)](_0x3acd4e,_0x295175),this[_0x518b5f(0x1d2)][_0x518b5f(0x219)](_0x295175,_0x518b5f(0x208)),_0x295175;}[_0x462f97(0x150)](_0x432b6a){const _0x3626bf=_0x462f97,_0x330975=_0x432b6a[_0x3626bf(0x1ac)](':');return{'group':_0x330975[0x0],'type':_0x330975[0x1],'subType':_0x330975[_0x3626bf(0x240)]>=0x5?_0x330975[0x2]:null,'id':_0x330975[_0x3626bf(0x240)]<0x5?_0x330975[0x2]:_0x330975[0x3],'authorId':_0x330975[_0x3626bf(0x240)]<0x5?_0x330975[0x3]:_0x330975[0x4],'markerCount':0x6==_0x330975[_0x3626bf(0x240)]?_0x330975[0x5]:null};}[_0x462f97(0x23e)](_0x485d69,_0x2eacf1,_0x544571){const _0x141daf=_0x462f97,_0x211ee7=_0x485d69[_0x141daf(0x27d)](),_0x4950d8=_0x211ee7[_0x141daf(0x230)],_0x5bc66e=_0x211ee7[_0x141daf(0x2d5)];this[_0x141daf(0x1c3)](_0x485d69,this[_0x141daf(0x1f0)][_0x141daf(0x2af)](_0x4950d8,_0x2eacf1));const _0x2552e0=_0x8f4cba(),_0x67baac=_0x485d69[_0x141daf(0x25e)]['id'],_0x3ec90b=_0x485d69[_0x141daf(0x258)]+(_0x485d69[_0x141daf(0x16f)]?':'+_0x485d69[_0x141daf(0x16f)]:'');this[_0x141daf(0x1f8)]({'id':_0x2552e0,'type':_0x3ec90b,'createdAt':new Date(),'authorId':_0x67baac,'originalSuggestionId':_0x485d69['id'],'attributes':_0x485d69[_0x141daf(0x2e4)],'data':_0x485d69[_0x141daf(0x25a)]});const _0x54e288=this[_0x141daf(0x1ec)](_0x485d69);(_0x141daf(0x1ed)==_0x485d69[_0x141daf(0x258)]||_0x54e288&&this[_0x141daf(0x2d8)](_0x54e288))&&(_0x544571=this[_0x141daf(0x1f0)][_0x141daf(0x2a9)](_0x544571[_0x141daf(0x285)])),this[_0x141daf(0x1c5)](_0x3ec90b,_0x2552e0,_0x67baac,this[_0x141daf(0x1f0)][_0x141daf(0x2af)](_0x544571,_0x5bc66e));}[_0x462f97(0x242)](_0x48955e,_0x2885f1=null){const _0x4abeb0=_0x462f97,_0x2dfad2=[],_0x35beb0=this[_0x4abeb0(0x27b)][_0x4abeb0(0x2a2)][_0x4abeb0(0x184)](_0x4abeb0(0x187))['me'];Array[_0x4abeb0(0x280)](_0x48955e)||(_0x48955e=[_0x48955e]);for(const _0x88adf9 of this[_0x4abeb0(0x284)]()){if(!_0x88adf9[_0x4abeb0(0x22e)])continue;if(_0x2885f1&&_0x88adf9[_0x4abeb0(0x258)]!=_0x2885f1)continue;let _0x58f247=!0x1;for(const _0x55287f of _0x88adf9[_0x4abeb0(0x29a)]()){for(const _0x336303 of _0x48955e){const _0x4edb38=_0x336303[_0x4abeb0(0x230)][_0x4abeb0(0x1fb)](_0x55287f[_0x4abeb0(0x2d5)])||_0x336303[_0x4abeb0(0x2d5)][_0x4abeb0(0x1fb)](_0x55287f[_0x4abeb0(0x230)]);if(_0x4edb38||_0x336303[_0x4abeb0(0x1ae)](_0x55287f)){const _0x51517e=_0x336303[_0x4abeb0(0x14d)](_0x55287f)&&Rt(this[_0x4abeb0(0x1f0)][_0x4abeb0(0x1c2)],_0x55287f[_0x4abeb0(0x230)],_0x336303),_0x191c19=_0x55287f[_0x4abeb0(0x14d)](_0x336303)&&Rt(this[_0x4abeb0(0x1f0)][_0x4abeb0(0x1c2)],_0x336303[_0x4abeb0(0x230)],_0x55287f);_0x2dfad2[_0x4abeb0(0x2d3)]({'suggestion':_0x88adf9,'meta':{'isOwn':_0x35beb0==_0x88adf9[_0x4abeb0(0x1e6)],'isNextTo':_0x4edb38,'isInsideObject':_0x51517e,'containsRangeInObject':_0x191c19}}),_0x58f247=!0x0;break;}}if(_0x58f247)break;}}return _0x2dfad2;}[_0x462f97(0x1c5)](_0x392eb2,_0x36ff6d,_0x361f1f,_0x505b75,_0x242bc4){const _0x1483a7=_0x462f97;this[_0x1483a7(0x1f0)][_0x1483a7(0x239)](_0x352364=>{const _0x3d4ea4=_0x1483a7;let _0x521a33=_0x3d4ea4(0x193)+_0x392eb2+':'+_0x36ff6d+':'+_0x361f1f;_0x242bc4&&(_0x521a33=_0x521a33+':'+_0x242bc4),_0x352364[_0x3d4ea4(0x235)](_0x521a33,{'range':_0x505b75,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x462f97(0x2a3)](_0x5d46d5){const _0x1a20d7=_0x462f97,_0x443b6d=_0x5d46d5[_0x1a20d7(0x224)],_0x464779=_0x5d46d5[_0x1a20d7(0x1e5)];_0x5d46d5[_0x1a20d7(0x224)]=null,_0x5d46d5[_0x1a20d7(0x1e5)]=null,null!=_0x443b6d&&_0x443b6d[_0x1a20d7(0x1e5)]==_0x5d46d5&&(_0x443b6d[_0x1a20d7(0x1e5)]=_0x464779),null!=_0x464779&&_0x464779[_0x1a20d7(0x224)]==_0x5d46d5&&(_0x464779[_0x1a20d7(0x224)]=_0x443b6d),_0x1a20d7(0x1bd)==this[_0x1a20d7(0x1d2)][_0x1a20d7(0x184)](_0x5d46d5)&&(this[_0x1a20d7(0x1d2)][_0x1a20d7(0x219)](_0x5d46d5,_0x1a20d7(0x265)),this[_0x1a20d7(0x1b1)](_0x1a20d7(0x18c),_0x5d46d5,_0x443b6d,_0x464779));}[_0x462f97(0x1f8)](_0x706e12){const _0x9cfbe2=_0x462f97,_0x410998=_0x706e12['id'],_0x22ecd6=this[_0x9cfbe2(0x288)](_0x706e12);if(this[_0x9cfbe2(0x18b)]&&this[_0x9cfbe2(0x18b)][_0x9cfbe2(0x1ea)]){const _0x1a1e07=this[_0x9cfbe2(0x27b)][_0x9cfbe2(0x2a2)][_0x9cfbe2(0x184)](_0x9cfbe2(0x172)),_0x43c3b3=_0x22ecd6[_0x9cfbe2(0x153)],_0x4ebd72=_0x22ecd6[_0x9cfbe2(0x16f)]?_0x22ecd6[_0x9cfbe2(0x258)]+':'+_0x22ecd6[_0x9cfbe2(0x16f)]:_0x22ecd6[_0x9cfbe2(0x258)],_0x40fc0c=this[_0x9cfbe2(0x27b)][_0x9cfbe2(0x26c)],_0x155b6b=_0x1a1e07[_0x9cfbe2(0x23c)](_0x13f088(_0x40fc0c,_0x9cfbe2(0x22c))),_0x4b5d07={'id':_0x410998,'type':_0x4ebd72,'hasComments':_0x43c3b3,'data':_0x706e12[_0x9cfbe2(0x25a)]||null,'originalSuggestionId':_0x706e12[_0x9cfbe2(0x197)]||null,'attributes':_0x22ecd6[_0x9cfbe2(0x2e4)]};this[_0x9cfbe2(0x18b)][_0x9cfbe2(0x1ea)](_0x4b5d07)[_0x9cfbe2(0x23f)](_0x34d88d=>{const _0x3eb983=_0x9cfbe2;_0x22ecd6[_0x3eb983(0x173)]=!0x0,_0x1a1e07[_0x3eb983(0x272)](_0x155b6b),_0x34d88d&&_0x34d88d[_0x3eb983(0x144)]&&(this[_0x3eb983(0x209)][_0x3eb983(0x184)](_0x410998)[_0x3eb983(0x144)]=_0x34d88d[_0x3eb983(0x144)]);})[_0x9cfbe2(0x28d)](_0x317dac=>{const _0x564594=_0x9cfbe2;throw _0x1f2938(_0x564594(0x17b)),this[_0x564594(0x27b)][_0x564594(0x254)][_0x564594(0x2a7)]({'isUndoable':!0x1},()=>{const _0x681196=_0x564594;_0x22ecd6[_0x681196(0x2b9)]();}),_0x22ecd6[_0x564594(0x1bb)](),this[_0x564594(0x209)][_0x564594(0x298)](_0x22ecd6['id']),this[_0x564594(0x1d2)][_0x564594(0x298)](_0x22ecd6),_0x317dac;});}return _0x22ecd6;}[_0x462f97(0x2d8)](_0x1a7b21){const _0x6d758a=_0x462f97;return this[_0x6d758a(0x14a)][_0x6d758a(0x2b6)](_0x1a7b21);}[_0x462f97(0x247)](_0x10f851,_0x204463){const _0x2f2a6e=_0x462f97,_0x5d6116=this[_0x2f2a6e(0x27b)][_0x2f2a6e(0x2a2)][_0x2f2a6e(0x184)](_0x2f2a6e(0x172)),_0x3eae5a=this[_0x2f2a6e(0x192)](_0x10f851);if(this[_0x2f2a6e(0x18b)]&&this[_0x2f2a6e(0x18b)][_0x2f2a6e(0x2a5)]){if(_0x3eae5a[_0x2f2a6e(0x173)]){const _0x1215e2=_0x5d6116[_0x2f2a6e(0x23c)](_0x13f088(this[_0x2f2a6e(0x27b)][_0x2f2a6e(0x26c)],_0x2f2a6e(0x22c)));this[_0x2f2a6e(0x18b)][_0x2f2a6e(0x2a5)](_0x10f851,_0x204463)[_0x2f2a6e(0x23f)](()=>{const _0x58b71e=_0x2f2a6e;_0x5d6116[_0x58b71e(0x272)](_0x1215e2);});}else _0x3eae5a['on'](_0x2f2a6e(0x157),()=>{const _0x1ff44e=_0x2f2a6e;this[_0x1ff44e(0x247)](_0x10f851,_0x204463);});}}[_0x462f97(0x2d1)](_0x120999){const _0x554ad9=_0x462f97;if(!this[_0x554ad9(0x18b)]||!this[_0x554ad9(0x18b)][_0x554ad9(0x192)])throw new _0x32f796(_0x554ad9(0x1b7),this);return this[_0x554ad9(0x18b)][_0x554ad9(0x192)](_0x120999);}[_0x462f97(0x26a)](_0x538f0a){const _0x11f534=_0x462f97,{id:_0x49bb3d,type:_0x1cd404,subType:_0x1b4894,authorId:_0x152260}=this[_0x11f534(0x150)](_0x538f0a),_0x1b2d3b=this[_0x11f534(0x209)][_0x11f534(0x184)](_0x49bb3d)||this[_0x11f534(0x1af)](_0x1cd404,_0x1b4894,_0x49bb3d,_0x152260,{});switch(this[_0x11f534(0x211)](_0x1b2d3b,_0x1cd404,_0x1b4894,_0x152260),this[_0x11f534(0x1d2)][_0x11f534(0x184)](_0x1b2d3b)){case _0x11f534(0x208):this[_0x11f534(0x2d1)](_0x49bb3d)[_0x11f534(0x23f)](_0x38197c=>{const _0x386457=_0x11f534;let _0x7b6807=Promise[_0x386457(0x190)]();_0x38197c[_0x386457(0x153)]&&(_0x7b6807=this[_0x386457(0x259)][_0x386457(0x1d7)]({'channelId':this[_0x386457(0x27b)][_0x386457(0x27a)][_0x386457(0x184)](_0x386457(0x1de)),'threadId':_0x49bb3d})),_0x7b6807[_0x386457(0x23f)](()=>{const _0x1ad720=_0x386457;this[_0x1ad720(0x288)](_0x38197c)[_0x1ad720(0x173)]=!0x0;});}),this[_0x11f534(0x1d2)][_0x11f534(0x219)](_0x1b2d3b,_0x11f534(0x15b));break;case _0x11f534(0x265):this[_0x11f534(0x247)](_0x49bb3d,{'state':_0x11f534(0x1a1)});case _0x11f534(0x152):this[_0x11f534(0x1d2)][_0x11f534(0x219)](_0x1b2d3b,_0x11f534(0x1bd)),this[_0x11f534(0x1b1)](_0x11f534(0x214),_0x1b2d3b);break;case _0x11f534(0x1bd):this[_0x11f534(0x1b1)](_0x11f534(0x241),_0x1b2d3b);}return _0x1b2d3b[_0x11f534(0x14c)](_0x538f0a),_0x1b2d3b;}[_0x462f97(0x2c5)](_0x5c5e79){const _0x3268ff=_0x462f97,_0x1d116d=Array[_0x3268ff(0x13a)](_0x5c5e79),_0x50f868=_0x1d116d[_0x3268ff(0x252)](_0x20c249=>_0x3268ff(0x22b)==_0x20c249[_0x3268ff(0x258)]);this[_0x3268ff(0x2ce)](_0x50f868);const _0x34ac18=_0x1d116d[_0x3268ff(0x252)](_0x2bfe62=>!_0x2bfe62[_0x3268ff(0x225)]&&_0x3268ff(0x22b)!=_0x2bfe62[_0x3268ff(0x258)]),_0x9d777a=this[_0x3268ff(0x284)]({'skipNotAttached':!0x0})[_0x3268ff(0x252)](_0x8566b=>!_0x8566b[_0x3268ff(0x225)]&&_0x3268ff(0x22b)!=_0x8566b[_0x3268ff(0x258)]),_0x480fd2=_0x9d777a[_0x3268ff(0x252)](_0x2b9344=>!_0x5c5e79[_0x3268ff(0x2b6)](_0x2b9344)),_0x3fd4e2=new Map(_0x9d777a[_0x3268ff(0x217)](_0x222dd9=>[_0x222dd9,this[_0x3268ff(0x2a8)][_0x3268ff(0x24d)](_0x222dd9[_0x3268ff(0x258)],_0x222dd9[_0x3268ff(0x16f)],_0x3268ff(0x182))])),_0x122e20=new Map(_0x9d777a[_0x3268ff(0x217)](_0x3efc99=>[_0x3efc99,_0x3efc99[_0x3268ff(0x27d)]()])),_0x8b962=new Set(),_0x5ce50f=new Set();for(let _0x4e2ea9=0x0;_0x4e2ea9<_0x34ac18[_0x3268ff(0x240)];_0x4e2ea9++)_0x4b114e(_0x34ac18[_0x4e2ea9],_0x34ac18,_0x4e2ea9+0x1);for(let _0x164db5=0x0;_0x164db5<_0x34ac18[_0x3268ff(0x240)];_0x164db5++)_0x4b114e(_0x34ac18[_0x164db5],_0x480fd2,0x0);const _0x5111ae=new Set();for(let _0x48853e=0x0;_0x48853e<_0x34ac18[_0x3268ff(0x240)];_0x48853e++){const _0x39f741=_0x34ac18[_0x48853e];!_0x5ce50f[_0x3268ff(0x2b6)](_0x39f741)&&_0x39f741[_0x3268ff(0x224)]&&(_0x5111ae[_0x3268ff(0x23c)](_0x39f741[_0x3268ff(0x224)]),_0x39f741[_0x3268ff(0x224)][_0x3268ff(0x1e5)]===_0x39f741&&(_0x39f741[_0x3268ff(0x224)][_0x3268ff(0x1e5)]=null),_0x39f741[_0x3268ff(0x224)]=null),!_0x8b962[_0x3268ff(0x2b6)](_0x39f741)&&_0x39f741[_0x3268ff(0x1e5)]&&(_0x5111ae[_0x3268ff(0x23c)](_0x39f741[_0x3268ff(0x1e5)]),_0x39f741[_0x3268ff(0x1e5)][_0x3268ff(0x224)]===_0x39f741&&(_0x39f741[_0x3268ff(0x1e5)][_0x3268ff(0x224)]=null),_0x39f741[_0x3268ff(0x1e5)]=null);}function _0x4b114e(_0x4be48c,_0x5612a6,_0xbddf41){const _0x12b0f6=_0x3268ff;for(let _0x284413=_0xbddf41;_0x284413<_0x5612a6[_0x12b0f6(0x240)];_0x284413++){const _0x3b3d68=_0x4f5d30(_0x4be48c,_0x5612a6[_0x284413]);_0x3b3d68&&(_0x3b3d68[0x0][_0x12b0f6(0x1e5)]=_0x3b3d68[0x1],_0x3b3d68[0x1][_0x12b0f6(0x224)]=_0x3b3d68[0x0],_0x8b962[_0x12b0f6(0x23c)](_0x3b3d68[0x0]),_0x5ce50f[_0x12b0f6(0x23c)](_0x3b3d68[0x1]));}}function _0x4f5d30(_0x3f27e9,_0x2d526d){const _0xd2c785=_0x3268ff;if(_0x3f27e9[_0xd2c785(0x1e6)]['id']!==_0x2d526d[_0xd2c785(0x1e6)]['id'])return null;const _0x49b018=_0x3fd4e2[_0xd2c785(0x184)](_0x3f27e9)(_0x3f27e9,_0x2d526d,_0x122e20[_0xd2c785(0x184)](_0x3f27e9),_0x122e20[_0xd2c785(0x184)](_0x2d526d));if(!_0x49b018)return null;return _0x3fd4e2[_0xd2c785(0x184)](_0x2d526d)(_0x3f27e9,_0x2d526d,_0x122e20[_0xd2c785(0x184)](_0x3f27e9),_0x122e20[_0xd2c785(0x184)](_0x2d526d))?_0x49b018[0x1][_0xd2c785(0x245)]&&_0x49b018[0x1][_0xd2c785(0x245)][_0xd2c785(0x240)]?null:_0x49b018:null;}_0x5111ae[_0x3268ff(0x1bf)]&&this[_0x3268ff(0x2c5)](_0x5111ae);}[_0x462f97(0x2ce)](_0xc16a91){const _0x544107=_0x462f97;if(0x0==_0xc16a91[_0x544107(0x240)])return;const _0x387188=this[_0x544107(0x284)]({'skipNotAttached':!0x0})[_0x544107(0x252)](_0xba3779=>_0x544107(0x22b)==_0xba3779[_0x544107(0x258)]&&_0xba3779[_0x544107(0x1a4)]),_0x7cc38=[],_0x4d02c3=new Map();for(const _0x52956e of _0x387188){const _0x9512cc=_0x31538a(_0x52956e[_0x544107(0x2e4)]);_0x4d02c3[_0x544107(0x2b6)](_0x9512cc)||(_0x4d02c3[_0x544107(0x219)](_0x9512cc,_0x7cc38[_0x544107(0x240)]),_0x7cc38[_0x544107(0x2d3)]([]));const _0x6402b6=_0x4d02c3[_0x544107(0x184)](_0x9512cc);_0x7cc38[_0x6402b6][_0x544107(0x2d3)](_0x52956e);}!(function(){const _0x172f54=_0x544107;_0x7cc38[_0x172f54(0x1c8)]((_0x2e7e19,_0x38878f)=>{const _0x132a55=_0x172f54,_0x4fb726=_0x2e7e19[0x0][_0x132a55(0x144)],_0x476e30=_0x38878f[0x0][_0x132a55(0x144)];return _0x4fb726==_0x476e30?_0x2e7e19[0x0][_0x132a55(0x2e4)][_0x132a55(0x21e)]<_0x38878f[0x0][_0x132a55(0x2e4)][_0x132a55(0x21e)]?-0x1:0x1:_0x4fb726<_0x476e30?-0x1:0x1;});for(const _0xf62e0 of _0x7cc38)_0xf62e0[_0x172f54(0x1c8)]((_0x27d202,_0x2206fe)=>_0x27d202['id']<_0x2206fe['id']?-0x1:0x1);}());for(let _0x877348=0x0;_0x877348<_0x7cc38[_0x544107(0x240)];_0x877348++){if(0x0==_0x7cc38[_0x877348][_0x544107(0x240)])continue;const _0x312cda=[];for(let _0x2d1a64=_0x877348+0x1;_0x2d1a64<_0x7cc38[_0x544107(0x240)];_0x2d1a64++)0x0!=_0x7cc38[_0x2d1a64][_0x544107(0x240)]&&_0x495d5b(_0x7cc38[_0x877348],_0x7cc38[_0x2d1a64])&&_0x312cda[_0x544107(0x2d3)](_0x2d1a64);for(const _0x44c48b of _0x312cda)_0x7cc38[_0x877348]=_0x7cc38[_0x877348][_0x544107(0x207)](_0x7cc38[_0x44c48b]),_0x7cc38[_0x44c48b]=[];}for(const _0x59d006 of _0x7cc38)for(let _0x2b3c4d=0x0;_0x2b3c4d<_0x59d006[_0x544107(0x240)];_0x2b3c4d++)_0x59d006[_0x2b3c4d][_0x544107(0x1e5)]=_0x59d006[_0x2b3c4d+0x1]||null;for(const _0x150d83 of _0x7cc38)for(let _0x15a222=0x0;_0x15a222<_0x150d83[_0x544107(0x240)];_0x15a222++)_0x150d83[_0x15a222][_0x544107(0x224)]=_0x150d83[_0x15a222-0x1]||null;function _0x495d5b(_0x3ebaf2,_0x5e756e){const _0x594afa=_0x544107;if(_0x3ebaf2[0x0][_0x594afa(0x2e4)][_0x594afa(0x21e)]!==_0x5e756e[0x0][_0x594afa(0x2e4)][_0x594afa(0x21e)]&&_0x3ebaf2[0x0][_0x594afa(0x1e6)]!==_0x5e756e[0x0][_0x594afa(0x1e6)])return!0x1;if(!function(_0x496210,_0x93ddcd){const _0x317c64=_0x594afa;if(!_0x496210[_0x317c64(0x153)]&&!_0x93ddcd[_0x317c64(0x153)])return!0x0;if(_0x496210[_0x317c64(0x153)]&&_0x93ddcd[_0x317c64(0x153)])return!0x1;if(_0x496210[_0x317c64(0x153)]&&_0x93ddcd[_0x317c64(0x144)]<_0x496210[_0x317c64(0x245)][_0x317c64(0x1a5)][_0x317c64(0x184)](0x0)[_0x317c64(0x144)])return!0x0;if(_0x93ddcd[_0x317c64(0x153)]&&_0x496210[_0x317c64(0x144)]<_0x93ddcd[_0x317c64(0x245)][_0x317c64(0x1a5)][_0x317c64(0x184)](0x0)[_0x317c64(0x144)])return!0x0;return!0x1;}(_0x3ebaf2[0x0],_0x5e756e[0x0]))return!0x1;const _0x217569=_0x29c98f(_0x3ebaf2[0x0][_0x594afa(0x2e4)],_0x594afa(0x21e)),_0x1c5817=_0x29c98f(_0x5e756e[0x0][_0x594afa(0x2e4)],_0x594afa(0x21e));if(!_0xa0e11d(_0x217569,_0x1c5817))return!0x1;return!!_0x3ebaf2[_0x594afa(0x2df)](_0x17b63f=>_0x5e756e[_0x594afa(0x1f1)](_0x4bad53=>_0x17b63f[_0x594afa(0x27d)]()[_0x594afa(0x1fb)](_0x4bad53[_0x594afa(0x27d)]())))&&_0x5e756e[_0x594afa(0x2df)](_0x5e4e9f=>_0x3ebaf2[_0x594afa(0x1f1)](_0x52a5c2=>_0x5e4e9f[_0x594afa(0x27d)]()[_0x594afa(0x1fb)](_0x52a5c2[_0x594afa(0x27d)]())));}}[_0x462f97(0x296)](_0x505f1a){const _0x299b2f=_0x462f97,_0x11e090=Array[_0x299b2f(0x13a)](_0x505f1a),_0x213bf2=this[_0x299b2f(0x284)]({'skipNotAttached':!0x0}),_0x15ceb3=_0x213bf2[_0x299b2f(0x252)](_0x3e3a01=>!_0x505f1a[_0x299b2f(0x2b6)](_0x3e3a01)),_0x540e06=new Map(_0x11e090[_0x299b2f(0x217)](_0x4c1222=>[_0x4c1222,this[_0x299b2f(0x2a8)][_0x299b2f(0x24d)](_0x4c1222[_0x299b2f(0x258)],_0x4c1222[_0x299b2f(0x16f)],_0x299b2f(0x223))])),_0x51d43d=new Map(_0x213bf2[_0x299b2f(0x217)](_0x43bf5a=>[_0x43bf5a,_0x43bf5a[_0x299b2f(0x29a)]()]));for(let _0x2a4336=0x0;_0x2a4336<_0x11e090[_0x299b2f(0x240)];_0x2a4336++){if(_0x132c26(this,_0x11e090[_0x2a4336],_0x11e090,_0x2a4336+0x1))return!0x0;}for(let _0x1d4197=0x0;_0x1d4197<_0x11e090[_0x299b2f(0x240)];_0x1d4197++){if(_0x132c26(this,_0x11e090[_0x1d4197],_0x15ceb3,0x0))return!0x0;}return!0x1;function _0x132c26(_0x9964bc,_0x26c344,_0x4fd900,_0x9461ed){const _0x18657c=_0x299b2f;for(let _0x48cc5f=_0x9461ed;_0x48cc5f<_0x4fd900[_0x18657c(0x240)];_0x48cc5f++){const _0xa17c18=_0x4fd900[_0x48cc5f];if(_0xa17c18[_0x18657c(0x258)]!==_0x26c344[_0x18657c(0x258)]||_0xa17c18[_0x18657c(0x1e6)]['id']!==_0x26c344[_0x18657c(0x1e6)]['id']||_0xa17c18[_0x18657c(0x16f)]!==_0x26c344[_0x18657c(0x16f)])continue;if(!Pt(_0x26c344,_0xa17c18,[_0x18657c(0x21e)]))continue;if(_0x18657c(0x22b)==_0x26c344[_0x18657c(0x258)]&&_0x26c344[_0x18657c(0x25a)][_0x18657c(0x147)]!=_0xa17c18[_0x18657c(0x25a)][_0x18657c(0x147)])continue;if(_0x18657c(0x22b)==_0x26c344[_0x18657c(0x258)]&&_0x9964bc[_0x18657c(0x2d8)](_0x26c344[_0x18657c(0x25a)][_0x18657c(0x276)]))continue;if(_0x18657c(0x1ed)==_0x26c344[_0x18657c(0x258)]){const _0x297b7e=_0x9964bc[_0x18657c(0x27b)][_0x18657c(0x254)],_0x1b0071=_0x26c344[_0x18657c(0x2d0)]();if(_0x1b0071&&(_0x297b7e[_0x18657c(0x1c2)][_0x18657c(0x2db)](_0x1b0071)||_0x297b7e[_0x18657c(0x1c2)][_0x18657c(0x2c2)](_0x1b0071)))continue;}const _0x54f304=_0x540e06[_0x18657c(0x184)](_0x26c344),_0x5888e2=_0x51d43d[_0x18657c(0x184)](_0x26c344),_0x1f7067=_0x51d43d[_0x18657c(0x184)](_0xa17c18),_0x3f4610=_0x26c344[_0x18657c(0x245)]&&_0x26c344[_0x18657c(0x245)][_0x18657c(0x240)],_0x4fc241=_0xa17c18[_0x18657c(0x245)]&&_0xa17c18[_0x18657c(0x245)][_0x18657c(0x240)];if(!_0x3f4610&&_0x54f304(_0x1f7067,_0x5888e2))return _0x9964bc[_0x18657c(0x176)](_0xa17c18,_0x26c344),_0x51d43d[_0x18657c(0x298)](_0x26c344),!0x0;if(!_0x4fc241&&_0x54f304(_0x5888e2,_0x1f7067))return _0x9964bc[_0x18657c(0x176)](_0x26c344,_0xa17c18),_0x51d43d[_0x18657c(0x298)](_0xa17c18),!0x0;}return!0x1;}}[_0x462f97(0x176)](_0x539f3f,_0x574977){const _0x279644=_0x462f97;if(_0x539f3f[_0x279644(0x225)]){for(const _0x155e62 of _0x574977[_0x279644(0x29a)]())_0x539f3f[_0x279644(0x2a4)](_0x155e62);}else{const _0x41d02c=_0x574977[_0x279644(0x27d)]()[_0x279644(0x2d5)];this[_0x279644(0x1c3)](_0x539f3f,this[_0x279644(0x1f0)][_0x279644(0x2af)](_0x539f3f[_0x279644(0x27d)]()[_0x279644(0x230)],_0x41d02c));}_0x574977[_0x279644(0x25c)]();}[_0x462f97(0x2d4)](_0x4b9bb5,_0x5a3ba2){const _0x2f0b5a=_0x462f97,_0x2b3bc6=_0x4b9bb5[_0x2f0b5a(0x154)](_0x2f0b5a(0x1f7))||_0x4b9bb5[_0x2f0b5a(0x154)](_0x2f0b5a(0x22b))?_0x2f0b5a(0x19c):_0x4b9bb5[_0x2f0b5a(0x24f)]();return _0x13f088(this[_0x2f0b5a(0x27b)][_0x2f0b5a(0x26c)],_0x5a3ba2+'_'+_0x2b3bc6+_0x2f0b5a(0x1a8));}[_0x462f97(0x2b5)](){const _0x39b5b1=_0x462f97,_0x178b95=this[_0x39b5b1(0x27b)];if(!_0x178b95['ui'])return;const {ariaLiveAnnouncer:_0x1f7df4}=_0x178b95['ui'];_0x148c97(this[_0x39b5b1(0x1f0)],({left:_0x451c1a,entered:_0x3d2110})=>{const _0x1d46b1=_0x39b5b1;for(const _0x50f0d4 of _0x451c1a){const {group:_0x506bb7,type:_0x2b2056}=this[_0x1d46b1(0x150)](_0x50f0d4[_0x1d46b1(0x1e0)]);if(_0x1d46b1(0x19e)===_0x506bb7){_0x1f7df4[_0x1d46b1(0x2bc)](this[_0x1d46b1(0x2d4)](_0x2b2056,_0x1d46b1(0x283)));break;}}for(const _0x2bdf09 of _0x3d2110){const {group:_0xc49fdc,type:_0x57f906}=this[_0x1d46b1(0x150)](_0x2bdf09[_0x1d46b1(0x1e0)]);if(_0x1d46b1(0x19e)===_0xc49fdc){_0x1f7df4[_0x1d46b1(0x2bc)](this[_0x1d46b1(0x2d4)](_0x57f906,_0x1d46b1(0x297)));break;}}});}[_0x462f97(0x2ab)](_0x44803b){const _0x7d6724=_0x462f97;if(this[_0x7d6724(0x238)])return!0x1;const _0x10af1d=this[_0x7d6724(0x27b)],_0x370acc=_0x10af1d[_0x7d6724(0x254)][_0x7d6724(0x1a9)][_0x7d6724(0x1f9)][_0x7d6724(0x2cc)]();if(0x0==_0x370acc[_0x7d6724(0x240)])return!0x1;const _0x5f2b4c=[],_0x3a27b9=_0x370acc[_0x7d6724(0x252)](_0x16ddf5=>_0x7d6724(0x22b)==_0x16ddf5[_0x7d6724(0x258)]),_0x40b005=_0x370acc[_0x7d6724(0x252)](_0x42c1b4=>_0x7d6724(0x25b)==_0x42c1b4[_0x7d6724(0x258)]&&_0x7d6724(0x277)!=_0x42c1b4[_0x7d6724(0x1e0)]),_0x2ba654=_0x370acc[_0x7d6724(0x252)](_0x22970b=>_0x7d6724(0x272)==_0x22970b[_0x7d6724(0x258)]&&_0x7d6724(0x277)!=_0x22970b[_0x7d6724(0x1e0)]);for(const _0x261702 of _0x3a27b9)_0x5f2b4c[_0x7d6724(0x2d3)]({'key':_0x261702[_0x7d6724(0x20d)],'newValue':_0x261702[_0x7d6724(0x2cf)],'oldValue':_0x261702[_0x7d6724(0x141)],'range':Ot(_0x261702[_0x7d6724(0x145)],_0x10af1d[_0x7d6724(0x254)])});for(const _0x53e3bb of _0x40b005){const _0x5b7e54=_0x2ba654[_0x7d6724(0x2cb)](_0x1bf326=>_0x1bf326[_0x7d6724(0x15d)][_0x7d6724(0x1fb)](_0x53e3bb[_0x7d6724(0x15d)]));_0x5b7e54&&_0x5f2b4c[_0x7d6724(0x2d3)]({'key':_0x7d6724(0x237),'newValue':_0x53e3bb[_0x7d6724(0x1e0)],'oldValue':_0x5b7e54[_0x7d6724(0x1e0)],'range':_0x10af1d[_0x7d6724(0x254)][_0x7d6724(0x1a2)](_0x53e3bb[_0x7d6724(0x15d)][_0x7d6724(0x270)])});}return 0x0!=_0x5f2b4c[_0x7d6724(0x240)]&&this[_0x7d6724(0x1d9)](_0x44803b,_0x5f2b4c);}[_0x462f97(0x2ae)](_0x4f5246){const _0x25ee33=_0x462f97;let _0x47a398=!0x1;const _0x5731a6=this[_0x25ee33(0x27b)][_0x25ee33(0x254)][_0x25ee33(0x1a9)][_0x25ee33(0x1f9)][_0x25ee33(0x27f)]()[_0x25ee33(0x252)](_0x5b17a3=>_0x5b17a3[_0x25ee33(0x25a)][_0x25ee33(0x15f)]&&_0x5b17a3[_0x25ee33(0x1e0)][_0x25ee33(0x154)](_0x25ee33(0x24c)));for(const _0x4c0625 of _0x5731a6){const {subType:_0xf5be1,id:_0xefa0d0}=this[_0x25ee33(0x150)](_0x4c0625[_0x25ee33(0x1e0)]),_0x1fc1c9=_0xf5be1[_0x25ee33(0x1ac)]('|')[0x0];for(const _0x2a71d8 of this[_0x25ee33(0x284)]({'skipNotAttached':!0x0}))_0x2a71d8['id']!=_0xefa0d0&&_0x25ee33(0x22b)==_0x2a71d8[_0x25ee33(0x258)]&&_0x2a71d8[_0x25ee33(0x25a)]&&_0x2a71d8[_0x25ee33(0x25a)][_0x25ee33(0x276)]==_0x1fc1c9&&_0x2a71d8[_0x25ee33(0x27d)]()[_0x25ee33(0x20b)](_0x4c0625[_0x25ee33(0x25a)][_0x25ee33(0x15f)])&&(this[_0x25ee33(0x1f4)](_0x2a71d8,_0x4c0625[_0x25ee33(0x25a)][_0x25ee33(0x15f)],_0x4f5246),_0x47a398=!0x0);}return _0x47a398;}[_0x462f97(0x2aa)](_0x561aa1){const _0x45db61=_0x462f97;this[_0x45db61(0x27b)],(this[_0x45db61(0x238)]=!0x0,_0x561aa1());}[_0x462f97(0x16b)](_0x42652f){const _0x31a83f=_0x462f97,_0x671c6=this[_0x31a83f(0x2d8)](_0x42652f),_0x277f27=this[_0x31a83f(0x22f)][_0x31a83f(0x2b6)](_0x42652f);return _0x671c6||_0x277f27;}[_0x462f97(0x1d9)](_0x2b3c5e,_0x3610ac){const _0x4c07ec=_0x462f97;if(0x0==_0x3610ac[_0x4c07ec(0x240)])return!0x1;let _0x7150db=!0x1;for(const _0x75aea7 of _0x3610ac){const _0x1c9888=this[_0x4c07ec(0x242)](_0x75aea7[_0x4c07ec(0x145)],_0x4c07ec(0x22b))[_0x4c07ec(0x252)](_0x692f87=>!_0x692f87[_0x4c07ec(0x19b)][_0x4c07ec(0x292)])[_0x4c07ec(0x217)](_0x4a3427=>_0x4a3427[_0x4c07ec(0x19e)]),_0x370dad=_0x31538a({'newValue':_0x75aea7[_0x4c07ec(0x1d4)]});_0x1c9888[_0x4c07ec(0x252)](_0x3c9110=>{const _0x11e488=_0x4c07ec,[_0x4bf10d,_0x3b255b]=_0x3c9110[_0x11e488(0x16f)][_0x11e488(0x1ac)]('|');return _0x4bf10d==_0x75aea7[_0x11e488(0x276)]&&_0x3b255b!=_0x370dad;})[_0x4c07ec(0x2b7)](_0x4b1d69=>{const _0x160c4a=_0x4c07ec;this[_0x160c4a(0x1f4)](_0x4b1d69,_0x75aea7[_0x160c4a(0x145)],_0x2b3c5e),_0x7150db=!0x0;});}return _0x7150db;}[_0x462f97(0x1f4)](_0x43e382,_0x4283df,_0xa8bd90){const _0x517d61=_0x462f97,_0x30d942=_0x43e382[_0x517d61(0x27d)]()[_0x517d61(0x222)](_0x4283df);0x0!==_0x30d942[_0x517d61(0x240)]?0x1!==_0x30d942[_0x517d61(0x240)]?this[_0x517d61(0x23e)](_0x43e382,_0x4283df[_0x517d61(0x230)],_0x4283df[_0x517d61(0x2d5)]):this[_0x517d61(0x1c3)](_0x43e382,_0x30d942[0x0]):_0xa8bd90[_0x517d61(0x213)](_0x43e382[_0x517d61(0x229)]());}}class xt{constructor(_0x24401f){const _0xfee09c=_0x462f97;this[_0xfee09c(0x185)]=_0x24401f,this[_0xfee09c(0x1f0)]=_0x24401f[_0xfee09c(0x254)],this[_0xfee09c(0x1c7)]=new Map(),this[_0xfee09c(0x2ba)]=new Map(),this[_0xfee09c(0x1a3)]();}[_0x462f97(0x165)](_0x276131,_0x4e67cd,_0x10672f,_0x3b70c6,_0x49884d,_0x1c829d){const _0x4b030c=_0x462f97;return new _0x5edef7(this[_0x4b030c(0x1f0)],{'type':_0x276131,'subType':_0x4e67cd,'id':_0x10672f,'author':_0x3b70c6,'creator':_0x3b70c6,'attributes':_0x49884d,'onAttributesChange':_0x1c829d,'onAccept':(..._0x38cc77)=>this[_0x4b030c(0x24d)](_0x276131,_0x4e67cd,_0x4b030c(0x246))(..._0x38cc77),'onDiscard':(..._0xad196e)=>this[_0x4b030c(0x24d)](_0x276131,_0x4e67cd,_0x4b030c(0x2b9))(..._0xad196e)});}[_0x462f97(0x19d)](_0x22acfd,_0x1c4bc3,_0x223312,_0x1d5300){const _0x58184b=_0x462f97,_0x37abdf=_0x22acfd+':'+_0x1c4bc3+':'+_0x223312;this[_0x58184b(0x1c7)][_0x58184b(0x219)](_0x37abdf,_0x1d5300);}[_0x462f97(0x24d)](_0x40fe77,_0x3df95b,_0x275133){const _0x565d44=_0x462f97,_0x592ed2=_0x40fe77+':'+_0x3df95b+':'+_0x275133;return this[_0x565d44(0x1c7)][_0x565d44(0x184)](_0x592ed2)||this[_0x565d44(0x2ba)][_0x565d44(0x184)](_0x40fe77+':'+_0x275133);}[_0x462f97(0x1a3)](){const _0x3b37bd=_0x462f97,_0x3a9af6=()=>!0x1,_0x503227=_0x1f32ee=>{const _0x5436ec=_0x3624;_0x1f32ee[_0x5436ec(0x1c8)]((_0x3d2c73,_0x567937)=>_0x3d2c73[_0x5436ec(0x230)][_0x5436ec(0x1db)](_0x567937[_0x5436ec(0x230)])?0x1:-0x1),this[_0x5436ec(0x1f0)][_0x5436ec(0x239)](_0x5bb70b=>{const _0x3acc1e=_0x5436ec;for(const _0x2beaf4 of _0x1f32ee){let _0x495675;_0x495675=_0x2beaf4[_0x3acc1e(0x2d5)][_0x3acc1e(0x281)]&&_0x2beaf4[_0x3acc1e(0x2d5)][_0x3acc1e(0x285)]==_0x2beaf4[_0x3acc1e(0x230)][_0x3acc1e(0x270)]?_0x5bb70b[_0x3acc1e(0x189)](_0x2beaf4[_0x3acc1e(0x230)][_0x3acc1e(0x270)],'on'):_0x5bb70b[_0x3acc1e(0x189)](_0x2beaf4),this[_0x3acc1e(0x1f0)][_0x3acc1e(0x2b4)](_0x495675,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2a8225=(_0x431546,_0x511d91)=>{const _0x107166=_0x3624;_0x511d91&&this[_0x107166(0x1f0)][_0x107166(0x239)](_0x57c3d6=>{const _0x33a2e9=_0x107166,{commandName:_0x3815c4,commandParams:_0x5f0d3f=[]}=_0x511d91,_0xe98cce=_0x431546[_0x33a2e9(0x217)](_0x211201=>(Tt(_0x211201)&&(_0x211201=this[_0x33a2e9(0x1f0)][_0x33a2e9(0x2af)](_0x211201[_0x33a2e9(0x2d5)])),_0x211201))[_0x33a2e9(0x252)](_0x5d12be=>_0x33a2e9(0x220)!==_0x5d12be[_0x33a2e9(0x1d6)][_0x33a2e9(0x289)]);if(_0xe98cce[_0x33a2e9(0x240)]<0x1)return;const _0x33192c=Array[_0x33a2e9(0x13a)](this[_0x33a2e9(0x1f0)][_0x33a2e9(0x1a9)][_0x33a2e9(0x1d8)][_0x33a2e9(0x29a)]())[_0x33a2e9(0x217)](_0x579ddc=>_0xe4f879[_0x33a2e9(0x2dc)](_0x579ddc));_0x57c3d6[_0x33a2e9(0x262)](_0xe98cce);for(const _0xdd66ca of this[_0x33a2e9(0x185)][_0x33a2e9(0x28e)][_0x33a2e9(0x28e)]())_0xdd66ca[_0x33a2e9(0x1f3)]();_0x5f0d3f[_0x33a2e9(0x2d3)]({'forceDefaultExecution':!0x0}),this[_0x33a2e9(0x185)][_0x33a2e9(0x294)](_0x3815c4,..._0x5f0d3f);const _0x415194=_0x33192c[_0x33a2e9(0x252)](_0x4723e9=>_0x33a2e9(0x220)!=_0x4723e9[_0x33a2e9(0x1d6)][_0x33a2e9(0x289)]);_0x415194[_0x33a2e9(0x240)]>0x0&&_0x57c3d6[_0x33a2e9(0x262)](_0x415194);for(const _0x5da7ed of _0x33192c)_0x5da7ed[_0x33a2e9(0x21c)]();});},_0x345854=(_0x306dcf,_0x3cdff9)=>0x1==_0x306dcf[_0x3b37bd(0x240)]&&0x1==_0x3cdff9[_0x3b37bd(0x240)]&&_0x306dcf[0x0][_0x3b37bd(0x2d5)][_0x3b37bd(0x1fb)](_0x3cdff9[0x0][_0x3b37bd(0x230)]),_0x26bb56=(_0xa7952d,_0xe77188,_0x2954b8,_0x3b1c8d)=>Gt(_0xa7952d,_0xe77188,_0x2954b8,_0x3b1c8d,this[_0x3b37bd(0x1f0)])?[_0xa7952d,_0xe77188]:Gt(_0xe77188,_0xa7952d,_0x3b1c8d,_0x2954b8,this[_0x3b37bd(0x1f0)])?[_0xe77188,_0xa7952d]:null;this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x228),_0x3a9af6),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x1b4),_0x503227),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x2c6),_0x345854),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x1f5),_0x26bb56),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x167),_0x503227),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x1fc),_0x3a9af6),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x282),_0x345854),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x15e),_0x26bb56),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x1c0),_0x2a8225),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x20c),_0x3a9af6),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x162),_0x345854),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x19f),_0x3a9af6),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x250),_0x2a8225),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x13f),_0x3a9af6),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x17a),_0x345854),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x29e),_0x3a9af6),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x2b8),_0x3a9af6),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x29f),(_0x430d4,_0x14cd1d)=>{const _0x2e6050=_0x3b37bd;if(!_0x14cd1d)return;const _0x5e7d80=this[_0x2e6050(0x185)][_0x2e6050(0x2a2)][_0x2e6050(0x184)](p);this[_0x2e6050(0x1f0)][_0x2e6050(0x239)](_0x2c73e2=>{const _0x15f53c=_0x2e6050;if(_0x15f53c(0x237)==_0x14cd1d[_0x15f53c(0x276)])for(const _0x5c230c of _0x430d4){const _0xb2be67=_0x5c230c[_0x15f53c(0x230)][_0x15f53c(0x270)],_0x5bbd22=_0x14cd1d[_0x15f53c(0x147)];_0x2c73e2[_0x15f53c(0x257)](_0xb2be67,_0x5bbd22);}else{if(_0x5e7d80[_0x15f53c(0x2d8)](_0x14cd1d[_0x15f53c(0x276)])){for(const _0x40d57d of _0x430d4)void 0x0!==_0x14cd1d[_0x15f53c(0x147)]?_0x2c73e2[_0x15f53c(0x15c)](_0x14cd1d[_0x15f53c(0x276)],_0x14cd1d[_0x15f53c(0x147)],_0x40d57d[_0x15f53c(0x230)][_0x15f53c(0x270)]):_0x2c73e2[_0x15f53c(0x146)](_0x14cd1d[_0x15f53c(0x276)],_0x40d57d[_0x15f53c(0x230)][_0x15f53c(0x270)]);}else{for(const _0x52b4f5 of _0x430d4)_0x14cd1d[_0x15f53c(0x147)]?_0x2c73e2[_0x15f53c(0x15c)](_0x14cd1d[_0x15f53c(0x276)],_0x14cd1d[_0x15f53c(0x147)],_0x52b4f5):_0x2c73e2[_0x15f53c(0x146)](_0x14cd1d[_0x15f53c(0x276)],_0x52b4f5);}}});}),this[_0x3b37bd(0x2ba)][_0x3b37bd(0x219)](_0x3b37bd(0x1cb),_0x345854);}}function Rt(_0x428d10,_0x17c78f,_0x260c60){const _0x408904=_0x462f97;for(const _0x2549af of _0x17c78f[_0x408904(0x285)][_0x408904(0x218)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x2549af[_0x408904(0x1d6)]==_0x2549af)return!0x1;if(!_0x260c60[_0x408904(0x232)](_0x2549af))return!0x1;if(_0x428d10[_0x408904(0x2db)](_0x2549af)||_0x428d10[_0x408904(0x2c2)](_0x2549af))return!0x0;}return!0x1;}function Tt(_0x2598b5){const _0x62be9c=_0x462f97;return _0x2598b5[_0x62be9c(0x2d5)][_0x62be9c(0x285)]==_0x2598b5[_0x62be9c(0x230)][_0x62be9c(0x270)]&&_0x2598b5[_0x62be9c(0x2d5)][_0x62be9c(0x1b2)];}function _0x5efe(){const _0xb537c0=['forward','stopListening','removeMarker:suggestion:attribute','ready','$textProxy','size','formatInline:accept','multi','schema','_setSuggestionRange','track-changes-suggestion-data-mismatch','_addSuggestionMarker','assign','_customCallbacks','sort','deletion','dataToMarker','attribute:join','markerToData','isAfter','ck-suggestion-marker-','return','isIntersectingWithRange','track-changes-enable-command-twice','_suggestionState','isLocal','newValue','containerElement','root','fetchCommentThread','selection','_reduceExistingSuggestions','head','isBefore','isUndo','formatGroupId','collaboration.channelId','reconvertMarker','name','requires','writer','235468kTEEbk','rejected','next','author','getUser','removeMarker:suggestion:formatBlock','acceptSelectedSuggestions','addSuggestion','splice','_getAttributeKey','formatBlock','getShiftedBy','change:data','_model','some','markers','refresh','_reduceSuggestionAttributeRange','insertion:chain','high','format','_setSuggestionData','differ','lowest','isEqual','deletion:discard','_element','editingDowncast','@external','_getExternalAuthor','_getAuthorFromId','commandName','options','values','toJSON','formatInline:','concat','notReady','_suggestions','isBlock','isIntersecting','formatInline:discard','attributeKey','track-changes-suggestion-not-found','authorName','markerNameToElements','_checkSuggestionCorrectness','addMarker:suggestion:formatBlock','removeMarker','suggestionLoaded','pop','414764YAjBFo','map','getAncestors','set','dataDowncast','low','detach','registerPostFixer','groupId','authoredAt','$graveyard','normal','getDifference','join','previous','isMultiRange','TrackChangesEditing','markMultiRangeInsertion','insertion:accept','getFirstMarker','clone','attribute','PENDING_ACTION_SUGGESTION','_mergeNestedSuggestions','isInContent','_inlineAttributeKeys','start','markInsertion','containsItem','hasSuggestion','removeClass','addMarker','attribute:','$elementName','_recordAttributeSuggestions','change','track-changes-user-not-found','move','add','CommentsRepository','_breakSuggestionMarker','then','length','suggestionChanged','_findSuggestions','substring','nodeBefore','commentThread','accept','_updateSuggestionData','createElement','2293354uiLBRb','6050328DWqejf','descriptionFactory','suggestion:attribute:','getSuggestionCallback','acceptSuggestion','toUpperCase','formatBlock:accept','createRangeIn','filter','containsPosition','model','getNearestSelectionRange','warn','rename','type','_commentsRepository','data','insert','removeMarkers','isOwn','creator','registerInlineAttribute','ck-suggestion-marker--active','3342GVAwPA','setSelection','tablePasteChainId','suggestion-type','removed','group','adapter','pluginName','markerToHighlight','_handleNewSuggestionMarker','before','locale','addComment','change:activeMarkers','unshift','nodeAfter','addMarker:suggestion:attribute','remove','after','markAttributeChange','getMultiRangeId','key','$text','enableDefaultAttributesIntegration','fromCharCode','config','editor','formatBlock:','getFirstRange','trackChangesCommand','getChangedMarkers','isArray','isAtEnd','deletion:join','LEAVE','getSuggestions','parent','upcast','value','addSuggestionData','rootName','discardSelectedSuggestions','elementStart','init','catch','commands','external:','addClass','moveTargetPosition','isNextTo','data-suggestion','execute','_descriptionFactory','_joinWithAdjacentSuggestions','ENTER','delete','getAllAdjacentSuggestions','getRanges','getCustomProperty','getLastMatchingPosition','rethrowUnexpectedError','formatBlock:chain','attribute:discard','trackChanges.trackFormatChanges','conversion','plugins','_removeSuggestion','addRange','updateSuggestion','default','enqueueChange','_suggestionFactory','createPositionBefore','_recordAttributeChanges','_processAttributeChanges','_onDiscard','addHighlight','_processAttributeSuggestions','createRange','elementEnd','2905sCemZP','mapper','registerBlockAttribute','deleteContent','_initAriaMarkerChangeAnnouncements','has','forEach','attribute:accept','discard','_defaultCallbacks','_cutOutSuggestionMarker','announce','splitPosition','removeComment','insertContent','isInsideObject','getAttribute','isLimit','getCommentThread','discardAllSuggestions','_refreshSuggestionsChain','insertion:join','isSelectable','applyOperation','setTo','never','find','getChanges','trackChanges.mergeNestedSuggestions','_refreshAttributeSuggestionsChain','attributeNewValue','getContainedElement','_getSuggestionData','track-changes-command-not-found','push','_getMarkerAnnouncementText','end','markMultiRangeDeletion','unbindElementFromMarkerName','_isBlockAttribute','listenTo','hasCommentThread','isObject','fromRange','_addThreadToSuggestion','forceDefaultExecution','every','1190592vSmVFk','bindElementToMarker','track-changes-adapter-already-set','acceptAllSuggestions','attributes','multipleBlocks','isRemovable','editing','from','howMany','enableCommand','skipNestingCheck','addCommentThread','formatBlock:discard','_rangeIsInLocalUserInsertion','attributeOldValue','for','addMarker:suggestion','createdAt','range','removeAttribute','oldValue','widget','define','_blockAttributeKeys','showSuggestionHighlights','addMarkerName','containsRange','ck-suggestion-marker-formatInline','getRange','_splitMarkerName','includes','dataReady','hasComments','startsWith','containsRangeInObject','discardSuggestion','change:_saved','ck-suggestion-marker','createPositionAfter','backward','markerReady','setAttribute','position','deletion:chain','newRange','markDeletion','targetPosition','formatInline:join','marker-count','updateMarker','buildSuggestion','createPositionAt','deletion:accept','always','markInlineFormat','trackChanges','_isRegisteredAttribute','unbind','getItems','highest','subType','deletion:','isExternal','PendingActions','_saved','ck-suggestion-marker-formatBlock','oldRange','_joinSuggestions','elementToElement','element','markerName','formatBlock:join','error-saving-suggestion-data-suggestion-discarded','getMarkers','markBlockFormat','107057zeXNIk','insertion:','batch','clear','chain','insertion','get','_editor','getWalker','Users','_enabledCommands','createSelection','stop','_adapter','suggestionUnloaded','addUser','toViewElement','_trackFormatChanges','resolve','consumable','getSuggestion','suggestion:','accepted','keys','formatInline','originalSuggestionId','activeMarkers','_isForcedDefaultExecutionBlock','documentSelection','meta','FORMATTING','registerCustomCallback','suggestion','formatInline:chain','$marker','open','createRangeOn','_registerDefaultCallbacks','_isDataLoaded','comments','isTouching','isCollapsed','_SUGGESTION_ANNOUNCEMENT','document','_afterChanges','update:suggestion','split','enableReadOnlyMode','getIntersection','_createSuggestion','markMultiRangeBlockFormat','fire','isAtStart','substr','insertion:discard','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.','item','track-changes-adapter-missing-getsuggestion','isDocumentOperation','consume'];_0x5efe=function(){return _0xb537c0;};return _0x5efe();}function Et(_0x40ba64,_0x39ee37,_0x43e29b,_0x2dc2a1){const _0x242cac=_0x462f97,_0x249a24=_0x3cfb5c=>!_0x3cfb5c[_0x242cac(0x1b6)]['is'](_0x242cac(0x1be))&&!_0x2dc2a1[_0x242cac(0x2db)](_0x3cfb5c[_0x242cac(0x1b6)]),_0x4e1039=_0x40ba64[_0x242cac(0x230)][_0x242cac(0x29c)](_0x249a24),_0x39825a=_0x40ba64[_0x242cac(0x2d5)][_0x242cac(0x29c)](_0x249a24,{'direction':_0x242cac(0x15a)});return(!_0x40ba64[_0x242cac(0x230)][_0x242cac(0x1fb)](_0x4e1039)||!_0x40ba64[_0x242cac(0x2d5)][_0x242cac(0x1fb)](_0x39825a))&&(_0x4e1039[_0x242cac(0x1db)](_0x39825a)?_0x43e29b[_0x242cac(0x164)](_0x39ee37,{'range':_0x43e29b[_0x242cac(0x2af)](_0x4e1039,_0x39825a)}):_0x43e29b[_0x242cac(0x213)](_0x39ee37),!0x0);}function Vt(_0x1ca5e2){return _0x31538a(_0x1ca5e2);}function Ut(_0x318e5d){const _0x48764d=_0x462f97,_0x3a21f8=_0x318e5d[_0x48764d(0x230)][_0x48764d(0x270)];return _0x3a21f8&&_0x3a21f8['is'](_0x48764d(0x178));}function Ot(_0x15f19e,_0x884124){const _0x251fcb=_0x462f97;return null==_0x15f19e[_0x251fcb(0x2d5)][_0x251fcb(0x244)]&&_0x15f19e[_0x251fcb(0x2d5)][_0x251fcb(0x285)]==_0x15f19e[_0x251fcb(0x230)][_0x251fcb(0x270)]?Ft(_0x15f19e[_0x251fcb(0x230)][_0x251fcb(0x270)],_0x884124):_0x15f19e;}function Ft(_0x4b4342,_0x4ced13){const _0x31b104=_0x462f97,_0x19f86e=_0x4ced13[_0x31b104(0x1c2)][_0x31b104(0x2db)](_0x4b4342)||_0x4ced13[_0x31b104(0x1c2)][_0x31b104(0x2c7)](_0x4b4342);return _0x4ced13[_0x31b104(0x2af)](_0x4ced13[_0x31b104(0x166)](_0x4b4342,_0x31b104(0x26b)),_0x19f86e?_0x4ced13[_0x31b104(0x159)](_0x4b4342):_0x4ced13[_0x31b104(0x166)](_0x4b4342,_0x31b104(0x2d5)));}function Gt(_0x2dc575,_0xdd5baa,_0x185fbe,_0x15659d,_0x1da9d9){const _0x4a76c6=_0x462f97;if(!Pt(_0x2dc575,_0xdd5baa))return!0x1;if(_0x185fbe[_0x4a76c6(0x2d5)][_0x4a76c6(0x1fb)](_0x15659d[_0x4a76c6(0x230)]))return!0x0;if(_0x2dc575[_0x4a76c6(0x258)]!=_0xdd5baa[_0x4a76c6(0x258)])return!0x1;if(!_0x185fbe[_0x4a76c6(0x2d5)][_0x4a76c6(0x1a6)](_0x15659d[_0x4a76c6(0x230)]))return!0x1;const _0x307bbb=_0x1da9d9[_0x4a76c6(0x2af)](_0x185fbe[_0x4a76c6(0x2d5)],_0x15659d[_0x4a76c6(0x230)])[_0x4a76c6(0x186)]();for(const _0x5f4a53 of _0x307bbb)if([_0x4a76c6(0x28b),_0x4a76c6(0x2b0)][_0x4a76c6(0x151)](_0x5f4a53[_0x4a76c6(0x258)])&&_0x1da9d9[_0x4a76c6(0x1c2)][_0x4a76c6(0x2c2)](_0x5f4a53[_0x4a76c6(0x1b6)]))return!0x1;return!0x0;}function Pt(_0x34a309,_0x19b97b,_0x725a50=[]){const _0x51528d=_0x462f97;return!(!_0x34a309[_0x51528d(0x1a4)]||!_0x19b97b[_0x51528d(0x1a4)])&&_0xa0e11d(_0x29c98f(_0x34a309[_0x51528d(0x2e4)],_0x725a50),_0x29c98f(_0x19b97b[_0x51528d(0x2e4)],_0x725a50));}function Lt(_0x421139,_0x562223){const _0x4346c2=_0x462f97,_0x56e50a=Ht(_0x421139[_0x4346c2(0x2e4)]),_0x55d99d=Ht(_0x562223);if(!_0x421139[_0x4346c2(0x1a4)])return!0x1;for(const _0x197ac6 of Object[_0x4346c2(0x195)](_0x55d99d))if(!_0xa0e11d(_0x56e50a[_0x197ac6],_0x55d99d[_0x197ac6]))return!0x1;return!0x0;}function Ht(_0x2ff755){const _0x4f1f88=_0x462f97,_0x584930=Object[_0x4f1f88(0x1c6)]({},_0x2ff755);return delete _0x584930[_0x4f1f88(0x13d)],delete _0x584930[_0x4f1f88(0x263)],_0x584930;}
|
|
23
|
+
const _0x1c1145=_0x2966;(function(_0x42387c,_0x17a2bf){const _0x583c40=_0x2966,_0x149713=_0x42387c();while(!![]){try{const _0x3158c3=parseInt(_0x583c40(0x2c3))/0x1+-parseInt(_0x583c40(0x2a6))/0x2*(parseInt(_0x583c40(0x338))/0x3)+parseInt(_0x583c40(0x1f0))/0x4+parseInt(_0x583c40(0x35d))/0x5*(-parseInt(_0x583c40(0x252))/0x6)+-parseInt(_0x583c40(0x29e))/0x7+-parseInt(_0x583c40(0x22f))/0x8*(-parseInt(_0x583c40(0x238))/0x9)+parseInt(_0x583c40(0x283))/0xa;if(_0x3158c3===_0x17a2bf)break;else _0x149713['push'](_0x149713['shift']());}catch(_0x475b2e){_0x149713['push'](_0x149713['shift']());}}}(_0x5a26,0xacafc));import{Plugin as _0x19164b,PendingActions as _0x29267d}from'ckeditor5/src/core.js';import{LiveRange as _0x2f2073}from'ckeditor5/src/engine.js';import{CKEditorError as _0x38bb25,uid as _0x30e2f1,priorities as _0x2b1cc8,logWarning as _0x421f77}from'ckeditor5/src/utils.js';import{toWidget as _0x1cef92}from'ckeditor5/src/widget.js';import{Users as _0x1d4409,hashObject as _0x270b32,surroundingMarkersDetector as _0x1fec25}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x274303 from'./commands/trackchangescommand.js';import _0x2dbbe9 from'./commands/acceptsuggestioncommand.js';import _0x25c081 from'./commands/discardsuggestioncommand.js';import _0x206e7c from'./commands/executeonallsuggestionscommand.js';import _0xe4014 from'./commands/executeonselectedsuggestionscommand.js';import _0x4d700f from'./suggestion.js';import _0x24fbbe from'./suggestiondescriptionfactory.js';import _0x3e5c3d from'./integrations/aiassistant.js';import _0x15d997 from'./integrations/alignment.js';import _0x3c4836 from'./integrations/basicstyles.js';import _0x54ee3b from'./integrations/blockquote.js';import _0x15a8b0 from'./integrations/casechange.js';import _0x267fd3 from'./integrations/ckbox.js';import _0x4c4b5d from'./integrations/codeblock.js';import _0xe86a00 from'./integrations/comments.js';function _0x2966(_0x53d600,_0x30bed8){const _0x5a2651=_0x5a26();return _0x2966=function(_0x29662e,_0x490568){_0x29662e=_0x29662e-0x1c6;let _0x39bda9=_0x5a2651[_0x29662e];return _0x39bda9;},_0x2966(_0x53d600,_0x30bed8);}import _0xc2d11b from'./integrations/deletecommand.js';import _0x682e37 from'./integrations/list.js';import _0x3dc4be from'./integrations/listproperties.js';import _0x5b364f from'./integrations/entercommand.js';import _0x515178 from'./integrations/findandreplace.js';import _0x157d80 from'./integrations/font.js';import _0x40c368 from'./integrations/formatpainter.js';import _0x478691 from'./integrations/heading.js';import _0x347b6f from'./integrations/highlight.js';import _0x2ede9f from'./integrations/horizontalline.js';import _0x1b8211 from'./integrations/htmlembed.js';import _0x158e4a from'./integrations/image.js';import _0x129a63 from'./integrations/imagereplace.js';import _0x58dba7 from'./integrations/imagestyle.js';import _0x57f5a7 from'./integrations/importword.js';import _0x1d8250 from'./integrations/indent.js';import _0x118af0 from'./integrations/inputcommand.js';import _0x438809 from'./integrations/link.js';import _0x5873e3 from'./integrations/legacylist.js';import _0x4703ae from'./integrations/legacylistproperties.js';import _0x470449 from'./integrations/mediaembed.js';import _0x18e2c8 from'./integrations/mention.js';import _0x271316 from'./integrations/multilevellist.js';import _0x20b2cf from'./integrations/pagebreak.js';import _0x3f771b from'./integrations/paragraph.js';import _0x3047f8 from'./integrations/removeformat.js';import _0x2c3cc7 from'./integrations/restrictededitingmode.js';import _0x2a0fc3 from'./integrations/shiftentercommand.js';import _0x20c8d1 from'./integrations/standardeditingmode.js';import _0xf78cea from'./integrations/style.js';import _0x1dcb37 from'./integrations/table.js';import _0x5344f0 from'./integrations/tablemergesplit.js';import _0x4ea35d from'./integrations/tableheadings.js';import _0x475210 from'./integrations/tableclipboard.js';import _0x4ffdcc from'./integrations/tablecolumnresize.js';import _0x270f1d from'./integrations/template.js';import _0x5883b0 from'./integrations/tableofcontents.js';import _0x22fbb9 from'./integrations/title.js';import _0x5ec911 from'./integrations/undo.js';import _0x2c8fb5 from'./integrations/tablecaption.js';import _0x1b2729 from'./integrations/tableproperties.js';import{getTranslation as _0x45f70b}from'./utils/common-translations.js';import{isEqual as _0x3cd553,omit as _0xffb7d2}from'lodash-es';export const renameAttributeKey=_0x1c1145(0x24d);export default class p extends _0x19164b{static get[_0x1c1145(0x23a)](){const _0x3fe4f2=_0x1c1145;return[_0x3fe4f2(0x234),_0x1d4409,_0x29267d,_0x3e5c3d,_0x15d997,_0x3c4836,_0x54ee3b,_0x267fd3,_0x15a8b0,_0x4c4b5d,_0xe86a00,_0xc2d11b,_0x5b364f,_0x515178,_0x157d80,_0x40c368,_0x478691,_0x347b6f,_0x2ede9f,_0x1b8211,_0x158e4a,_0x58dba7,_0x129a63,_0x57f5a7,_0x1d8250,_0x118af0,_0x5873e3,_0x4703ae,_0x271316,_0x438809,_0x682e37,_0x3dc4be,_0x470449,_0x18e2c8,_0x20b2cf,_0x3f771b,_0x3047f8,_0x2c3cc7,_0x2a0fc3,_0x20c8d1,_0xf78cea,_0x1dcb37,_0x5344f0,_0x4ea35d,_0x2c8fb5,_0x475210,_0x4ffdcc,_0x5883b0,_0x1b2729,_0x270f1d,_0x22fbb9,_0x5ec911];}static get[_0x1c1145(0x2fc)](){const _0x14550f=_0x1c1145;return _0x14550f(0x1ce);}get[_0x1c1145(0x30f)](){const _0x4a3717=_0x1c1145;return this[_0x4a3717(0x26e)];}constructor(_0x3dd026){const _0xc27eab=_0x1c1145;function _0x2ee52f(_0x3ca7a5){const _0x35f75a=_0x2966;return _0x3ca7a5[_0x35f75a(0x204)](_0x2e9c1c=>String[_0x35f75a(0x2b9)](_0x2e9c1c))[_0x35f75a(0x27d)]('');}super(_0x3dd026),this[_0xc27eab(0x2f4)]=!0x1,this[_0xc27eab(0x299)](_0xc27eab(0x34f),[]),this['on'](_0xc27eab(0x1f5),(_0x452d03,_0x4008d6,_0x21fbb8,_0x4b0b5e)=>{const _0x47c207=_0xc27eab;this[_0x47c207(0x293)][_0x47c207(0x1d5)](()=>{const _0x7d255c=_0x47c207;for(const _0x3726eb of[..._0x4b0b5e,..._0x21fbb8])this[_0x7d255c(0x293)][_0x7d255c(0x1eb)][_0x7d255c(0x247)](_0x3726eb)&&_0x3dd026[_0x7d255c(0x2c8)][_0x7d255c(0x350)](_0x3726eb);});}),this[_0xc27eab(0x26e)]=new _0x24fbbe(this[_0xc27eab(0x2e6)][_0xc27eab(0x207)][_0xc27eab(0x28c)],this[_0xc27eab(0x2e6)][_0xc27eab(0x21f)]),this[_0xc27eab(0x311)]=null,this[_0xc27eab(0x263)]=new xt(this[_0xc27eab(0x2e6)]),this[_0xc27eab(0x33d)]=new Map(),this[_0xc27eab(0x2c2)]=_0x3dd026[_0xc27eab(0x20d)][_0xc27eab(0x340)](_0xc27eab(0x234)),this[_0xc27eab(0x281)]=new Set(),this[_0xc27eab(0x293)]=this[_0xc27eab(0x2e6)][_0xc27eab(0x207)],this[_0xc27eab(0x375)]=new WeakMap(),this[_0xc27eab(0x240)]=!0x1,this[_0xc27eab(0x32a)]=new Set([_0xc27eab(0x24d)]),this[_0xc27eab(0x2e0)]=new Set(),_0x3dd026[_0xc27eab(0x282)][_0xc27eab(0x239)](_0xc27eab(0x228),_0xc27eab(0x21e)),this[_0xc27eab(0x2a2)]=_0x3dd026[_0xc27eab(0x282)][_0xc27eab(0x340)](_0xc27eab(0x228)),_0x3dd026[_0xc27eab(0x282)][_0xc27eab(0x239)](_0xc27eab(0x317),!0x0),this[_0xc27eab(0x36a)]=_0x3dd026[_0xc27eab(0x282)][_0xc27eab(0x340)](_0xc27eab(0x317)),this[_0xc27eab(0x1d0)]=new _0x274303(_0x3dd026,this[_0xc27eab(0x281)]),this[_0xc27eab(0x21b)](),this[_0x2ee52f([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2ee52f([0x34,0x30,0x34,0x38,0x31,0x30,0x34,0x38]);}[_0x1c1145(0x310)](){const _0x274a84=_0x1c1145,_0x5eacff=this[_0x274a84(0x2e6)],_0x4a6fff=(_0x372763,_0x13dbd8)=>{const _0x244bb5=_0x274a84;if(_0x244bb5(0x274)!=_0x372763)return _0x244bb5(0x31d)+_0x372763;const _0x57338c=_0x13dbd8[_0x244bb5(0x36f)]('|')[0x0];return this[_0x244bb5(0x322)](_0x57338c)?_0x244bb5(0x2bd):_0x244bb5(0x271);};_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x365))[_0x274a84(0x1de)]({'model':_0x274a84(0x31c),'view':_0x1ae602=>{const _0x47ad19=_0x274a84,{id:_0x4e2f4a,type:_0x57c29a,subType:_0x351f35}=this[_0x47ad19(0x2d1)](_0x1ae602[_0x47ad19(0x29c)]),_0xfb232e=[_0x47ad19(0x2f8),_0x4a6fff(_0x57c29a,_0x351f35)];let _0x19c099=0xbb8;return this[_0x47ad19(0x34f)][_0x47ad19(0x2da)](_0x1ae602[_0x47ad19(0x29c)])&&(_0xfb232e[_0x47ad19(0x224)](_0x47ad19(0x2d8)),_0x19c099=0xbc2),_0x47ad19(0x1ea)==_0x57c29a&&(_0x19c099+=0x5),{'classes':_0xfb232e,'attributes':{'data-suggestion':_0x4e2f4a},'priority':_0x19c099};}}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x2cd))[_0x274a84(0x33b)](_0x32f986=>{const _0x2cdde7=_0x274a84;_0x32f986['on'](_0x2cdde7(0x23b),(_0xa07ae1,_0x2c4a1a,_0x579571)=>{const _0x5942c9=_0x2cdde7;if(!_0x579571[_0x5942c9(0x292)][_0x5942c9(0x288)])return;const _0x242f5a=_0x2c4a1a[_0x5942c9(0x205)];if(!_0x242f5a)return;const _0x59a9b4=_0x579571[_0x5942c9(0x2d9)][_0x5942c9(0x1fe)](_0x242f5a);_0x5eacff[_0x5942c9(0x207)][_0x5942c9(0x28c)][_0x5942c9(0x24e)](_0x242f5a)&&_0x59a9b4&&!_0x59a9b4[_0x5942c9(0x1c7)](_0x5942c9(0x285))&&_0x59a9b4['is'](_0x5942c9(0x216))&&_0x1cef92(_0x59a9b4,_0x579571[_0x5942c9(0x33a)]);},{'priority':_0x2cdde7(0x361)});}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x2cd))[_0x274a84(0x1de)]({'model':_0x274a84(0x31c),'view':(_0x24d6c8,_0x45882e)=>{const _0x5ad1b3=_0x274a84;if(!_0x45882e[_0x5ad1b3(0x292)][_0x5ad1b3(0x288)])return null;const {type:_0x1780b4,subType:_0x4e3d0a}=this[_0x5ad1b3(0x2d1)](_0x24d6c8[_0x5ad1b3(0x29c)]);return{'classes':[_0x5ad1b3(0x2f8),_0x4a6fff(_0x1780b4,_0x4e3d0a)],'priority':0xbb8};}});const _0x3a6f97=({showActiveMarkers:_0x3ae6f3=!0x0,isAttributeSuggestion:_0x441965=!0x1}={})=>(_0x19b852,_0x58d199,_0x2e7feb)=>{const _0x59f9c9=_0x274a84;if(!_0x58d199[_0x59f9c9(0x205)])return;const {id:_0x2c2ffb}=this[_0x59f9c9(0x2d1)](_0x58d199[_0x59f9c9(0x29c)]);if(_0x441965){const _0xff406e=this[_0x59f9c9(0x33d)][_0x59f9c9(0x340)](_0x2c2ffb),_0x3a2995=this[_0x59f9c9(0x2e8)](_0xff406e);if(!this[_0x59f9c9(0x322)](_0x3a2995))return;}if(_0x58d199[_0x59f9c9(0x205)]['is'](_0x59f9c9(0x221)))return void _0x2e7feb[_0x59f9c9(0x1f6)][_0x59f9c9(0x1d9)](_0x58d199[_0x59f9c9(0x205)],_0x19b852[_0x59f9c9(0x343)]);const _0xe9ee51=_0x2e7feb[_0x59f9c9(0x2d9)][_0x59f9c9(0x1fe)](_0x58d199[_0x59f9c9(0x205)]);if(_0x58d199[_0x59f9c9(0x205)]['is'](_0x59f9c9(0x1ed))&&_0x5eacff[_0x59f9c9(0x207)][_0x59f9c9(0x28c)][_0x59f9c9(0x1d7)](_0x58d199[_0x59f9c9(0x205)])&&!_0xe9ee51[_0x59f9c9(0x1c7)](_0x59f9c9(0x232))){_0x2e7feb[_0x59f9c9(0x33a)][_0x59f9c9(0x356)]([_0x59f9c9(0x2f8),_0x59f9c9(0x2bd)],_0xe9ee51),_0x2e7feb[_0x59f9c9(0x33a)][_0x59f9c9(0x325)](_0x59f9c9(0x346),_0x2c2ffb,_0xe9ee51),_0x2e7feb[_0x59f9c9(0x2d9)][_0x59f9c9(0x2d5)](_0xe9ee51,_0x58d199[_0x59f9c9(0x29c)]),_0x3ae6f3&&(this[_0x59f9c9(0x34f)][_0x59f9c9(0x2da)](_0x58d199[_0x59f9c9(0x29c)])?_0x2e7feb[_0x59f9c9(0x33a)][_0x59f9c9(0x356)](_0x59f9c9(0x2d8),_0xe9ee51):_0x2e7feb[_0x59f9c9(0x33a)][_0x59f9c9(0x235)](_0x59f9c9(0x2d8),_0xe9ee51));for(const _0x2ddba1 of _0x5eacff[_0x59f9c9(0x207)][_0x59f9c9(0x220)](_0x58d199[_0x59f9c9(0x205)])[_0x59f9c9(0x33f)]())_0x2e7feb[_0x59f9c9(0x1f6)][_0x59f9c9(0x1d9)](_0x2ddba1,_0x19b852[_0x59f9c9(0x343)]);_0x2e7feb[_0x59f9c9(0x1f6)][_0x59f9c9(0x1d9)](_0x58d199[_0x59f9c9(0x205)],_0x19b852[_0x59f9c9(0x343)]);}};_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x2cd))[_0x274a84(0x33b)](_0x83f3ba=>{const _0x112854=_0x274a84;_0x83f3ba['on'](_0x112854(0x32f),(_0x4b7a08,_0x4e925d,_0x2afc0b)=>{const _0x1ce78f=_0x112854;_0x2afc0b[_0x1ce78f(0x292)][_0x1ce78f(0x288)]&&_0x3a6f97({'showActiveMarkers':!0x1})(_0x4b7a08,_0x4e925d,_0x2afc0b);},{'priority':_0x112854(0x36b)});}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x2cd))[_0x274a84(0x33b)](_0x50961e=>{const _0x535745=_0x274a84;_0x50961e['on'](_0x535745(0x28f),(_0xce2fd4,_0x2f8d36,_0x529c3d)=>{const _0x3a6884=_0x535745;_0x529c3d[_0x3a6884(0x292)][_0x3a6884(0x288)]&&_0x3a6f97({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0xce2fd4,_0x2f8d36,_0x529c3d);},{'priority':_0x535745(0x36b)});}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x2cd))[_0x274a84(0x255)]({'model':_0x274a84(0x31c),'view':(_0x251f03,_0x45563b)=>_0x45563b[_0x274a84(0x292)][_0x274a84(0x288)]?null:{'group':_0x274a84(0x31c),'name':_0x251f03[_0x274a84(0x25e)](0xb)}}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x231))[_0x274a84(0x27c)]({'view':{'name':_0x274a84(0x31c),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x2c8014,{writer:_0x16bcbb})=>{const _0x5141f3=_0x274a84;let _0x411fdd=_0x5141f3(0x34d)+_0x2c8014[_0x5141f3(0x2a3)](_0x5141f3(0x29d))+':'+_0x2c8014[_0x5141f3(0x2a3)]('id');return _0x2c8014[_0x5141f3(0x2a3)](_0x5141f3(0x2de))&&(_0x411fdd+=':'+_0x2c8014[_0x5141f3(0x2a3)](_0x5141f3(0x2de))),_0x16bcbb[_0x5141f3(0x22b)](_0x5141f3(0x249),{'data-name':_0x411fdd});}}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x231))[_0x274a84(0x23e)]({'view':_0x274a84(0x31c)}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x365))[_0x274a84(0x33b)](_0x186a27=>{const _0x1effd8=_0x274a84;_0x186a27['on'](_0x1effd8(0x32f),_0x3a6f97(),{'priority':_0x1effd8(0x361)});}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x365))[_0x274a84(0x33b)](_0x1a56e1=>{const _0x1c6a11=_0x274a84;_0x1a56e1['on'](_0x1c6a11(0x28f),_0x3a6f97({'isAttributeSuggestion':!0x0}),{'priority':_0x1c6a11(0x361)});}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x365))[_0x274a84(0x33b)](_0x37e308=>{const _0x53fb28=_0x274a84;_0x37e308['on'](_0x53fb28(0x360),(_0x5c4dbf,_0x1cc468,_0x3734e9)=>{const _0x3d585a=_0x53fb28,_0x3d957e=_0x3734e9[_0x3d585a(0x2d9)][_0x3d585a(0x2ce)](_0x1cc468[_0x3d585a(0x29c)]);if(_0x3d957e){for(const _0x2b57ab of _0x3d957e)_0x2b57ab[_0x3d585a(0x1c7)](_0x3d585a(0x232))||(_0x3734e9[_0x3d585a(0x33a)][_0x3d585a(0x235)]([_0x3d585a(0x2f8),_0x3d585a(0x2bd),_0x3d585a(0x2d8)],_0x2b57ab),_0x3734e9[_0x3d585a(0x33a)][_0x3d585a(0x2ae)](_0x3d585a(0x346),_0x2b57ab),_0x3734e9[_0x3d585a(0x2d9)][_0x3d585a(0x2ca)](_0x2b57ab,_0x1cc468[_0x3d585a(0x29c)]));}},{'priority':_0x53fb28(0x361)});}),_0x5eacff[_0x274a84(0x2ff)][_0x274a84(0x1fb)](_0x274a84(0x365))[_0x274a84(0x33b)](_0x33154b=>{const _0x475310=_0x274a84;_0x33154b['on'](_0x475310(0x297),(_0x5cf4f8,_0x365091,_0xf15691)=>{const _0x5bfde5=_0x475310,_0x137a57=_0xf15691[_0x5bfde5(0x2d9)][_0x5bfde5(0x2ce)](_0x365091[_0x5bfde5(0x29c)]);if(!_0x137a57)return;const {id:_0x4617b6}=this[_0x5bfde5(0x2d1)](_0x365091[_0x5bfde5(0x29c)]),_0x522d9e=this[_0x5bfde5(0x33d)][_0x5bfde5(0x340)](_0x4617b6),_0x120370=this[_0x5bfde5(0x2e8)](_0x522d9e);if(this[_0x5bfde5(0x322)](_0x120370)){for(const _0x201b2c of _0x137a57)_0x201b2c[_0x5bfde5(0x1c7)](_0x5bfde5(0x232))||(_0xf15691[_0x5bfde5(0x33a)][_0x5bfde5(0x235)]([_0x5bfde5(0x2f8),_0x5bfde5(0x2bd),_0x5bfde5(0x2d8)],_0x201b2c),_0xf15691[_0x5bfde5(0x33a)][_0x5bfde5(0x2ae)](_0x5bfde5(0x346),_0x201b2c),_0xf15691[_0x5bfde5(0x2d9)][_0x5bfde5(0x2ca)](_0x201b2c,_0x365091[_0x5bfde5(0x29c)]));}},{'priority':_0x475310(0x361)});}),_0x5eacff[_0x274a84(0x207)][_0x274a84(0x1ec)][_0x274a84(0x348)](_0x5e27a6=>{const _0x51f906=_0x274a84;let _0x2f2c00=!0x1;const _0x496af1=Array[_0x51f906(0x2c0)](_0x5eacff[_0x51f906(0x207)][_0x51f906(0x1ec)][_0x51f906(0x1d1)][_0x51f906(0x29f)]()),_0x23679f=new Set();for(const {name:_0x186a8a,data:_0x57b231}of _0x496af1){const {group:_0x208e8e,type:_0xc11175,subType:_0x11bc71,id:_0x6687df}=this[_0x51f906(0x2d1)](_0x186a8a);if(_0x51f906(0x31c)!==_0x208e8e)continue;const _0x45b6e9=this[_0x51f906(0x33d)][_0x51f906(0x340)](_0x6687df);if(null!=_0x57b231[_0x51f906(0x1cb)]){_0x51f906(0x27a)==_0xc11175&&(_0x2f2c00=_0x2f2c00||Et(_0x57b231[_0x51f906(0x1cb)],_0x186a8a,_0x5e27a6,_0x5eacff[_0x51f906(0x207)][_0x51f906(0x28c)]));const _0x5c314b=_0x51f906(0x274)==_0xc11175&&this[_0x51f906(0x322)](_0x11bc71[_0x51f906(0x36f)]('|')[0x0]);if(_0x57b231[_0x51f906(0x1cb)][_0x51f906(0x334)]||_0x51f906(0x305)==_0x57b231[_0x51f906(0x1cb)][_0x51f906(0x209)][_0x51f906(0x261)]||_0x51f906(0x26b)==_0xc11175&&!Ut(_0x57b231[_0x51f906(0x1cb)])||_0x5c314b&&!Ut(_0x57b231[_0x51f906(0x1cb)])||_0x51f906(0x1ea)==_0xc11175&&!(!Tt(_0x1a4dd5=_0x57b231[_0x51f906(0x1cb)])&&!function(_0xba1fd3){const _0x593464=_0x51f906;return _0xba1fd3[_0x593464(0x213)][_0x593464(0x24a)]==_0xba1fd3[_0x593464(0x1f7)][_0x593464(0x324)]&&_0xba1fd3[_0x593464(0x213)][_0x593464(0x2e4)];}(_0x1a4dd5)))_0x5e27a6[_0x51f906(0x36c)](_0x186a8a),_0x2f2c00=!0x0;else{if(!_0x45b6e9||!_0x45b6e9[_0x51f906(0x1d3)])continue;_0x23679f[_0x51f906(0x33b)](_0x45b6e9);}}}var _0x1a4dd5;return _0x23679f[_0x51f906(0x260)]>0x0&&(_0x2f2c00=!!this[_0x51f906(0x35b)](_0x23679f)||_0x2f2c00),_0x2f2c00;}),_0x5eacff[_0x274a84(0x207)][_0x274a84(0x1ec)][_0x274a84(0x348)](_0x1ac4f2=>{const _0x26146f=_0x274a84;let _0x257a0d=!0x1;for(const _0x283692 of _0x5eacff[_0x26146f(0x207)][_0x26146f(0x1ec)][_0x26146f(0x1d1)][_0x26146f(0x300)]())if(_0x26146f(0x21c)==_0x283692[_0x26146f(0x335)])for(const _0x493306 of this[_0x26146f(0x33d)][_0x26146f(0x2f9)]()){if(_0x493306[_0x26146f(0x2b4)]||!_0x493306[_0x26146f(0x1d3)])continue;const _0x5ac630=_0x26146f(0x26b)==_0x493306[_0x26146f(0x335)],_0x25227e=this[_0x26146f(0x2e8)](_0x493306),_0x1978e8=_0x25227e&&this[_0x26146f(0x322)](_0x25227e);if(!_0x5ac630&&!_0x1978e8)continue;const _0x317a16=_0x493306[_0x26146f(0x20c)]();if(_0x317a16[_0x26146f(0x213)][_0x26146f(0x24a)]!=_0x317a16[_0x26146f(0x1f7)][_0x26146f(0x24a)]&&!_0x317a16[_0x26146f(0x1f7)][_0x26146f(0x2e4)]){const _0x3f9557=_0x5eacff[_0x26146f(0x207)][_0x26146f(0x245)](_0x317a16[_0x26146f(0x213)][_0x26146f(0x1e3)],_0x26146f(0x1f7)),_0x1918a0=_0x5eacff[_0x26146f(0x207)][_0x26146f(0x1f9)](_0x317a16[_0x26146f(0x213)],_0x3f9557);_0x1ac4f2[_0x26146f(0x35c)](_0x493306[_0x26146f(0x2c6)](),{'range':_0x1918a0}),_0x257a0d=!0x0;}}return _0x257a0d;}),_0x5eacff[_0x274a84(0x207)][_0x274a84(0x1ec)][_0x274a84(0x348)](_0x202cdb=>this[_0x274a84(0x2db)](_0x202cdb)),_0x5eacff[_0x274a84(0x207)][_0x274a84(0x1ec)][_0x274a84(0x348)](_0x5ae13d=>!_0x5ae13d[_0x274a84(0x229)][_0x274a84(0x22d)]&&this[_0x274a84(0x364)](_0x5ae13d)),_0x5eacff[_0x274a84(0x207)]['on'](_0x274a84(0x23f),()=>{const _0x25a710=_0x274a84;this[_0x25a710(0x2f4)]=!0x1;}),_0x5eacff[_0x274a84(0x207)][_0x274a84(0x1ec)]['on'](_0x274a84(0x265),(_0x1dfc1a,_0xbc2866)=>{const _0x4ecf70=_0x274a84;if(!_0xbc2866[_0x4ecf70(0x22d)]||_0xbc2866[_0x4ecf70(0x1da)])return;if(!this[_0x4ecf70(0x2f4)])return;const _0x19dd14=_0x5eacff[_0x4ecf70(0x207)][_0x4ecf70(0x1ec)][_0x4ecf70(0x1d1)][_0x4ecf70(0x300)]();if(0x0==_0x19dd14[_0x4ecf70(0x258)])return;const _0x53a067=[],_0xa1aa8d=_0x19dd14[_0x4ecf70(0x290)](_0x4d90fc=>_0x4ecf70(0x274)==_0x4d90fc[_0x4ecf70(0x335)]),_0x4f0cc1=_0x19dd14[_0x4ecf70(0x290)](_0x236b05=>_0x4ecf70(0x21c)==_0x236b05[_0x4ecf70(0x335)]&&_0x4ecf70(0x1cc)!=_0x236b05[_0x4ecf70(0x343)]),_0x58ec09=_0x19dd14[_0x4ecf70(0x290)](_0xdae218=>_0x4ecf70(0x309)==_0xdae218[_0x4ecf70(0x335)]&&_0x4ecf70(0x1cc)!=_0xdae218[_0x4ecf70(0x343)]);for(const _0x4b50c5 of _0xa1aa8d)this[_0x4ecf70(0x369)](_0x4b50c5[_0x4ecf70(0x1e9)])&&_0x53a067[_0x4ecf70(0x224)]({'key':_0x4b50c5[_0x4ecf70(0x1e9)],'newValue':_0x4b50c5[_0x4ecf70(0x2d2)],'oldValue':_0x4b50c5[_0x4ecf70(0x2f0)],'range':Ot(_0x4b50c5[_0x4ecf70(0x203)],_0x5eacff[_0x4ecf70(0x207)])});for(const _0xa482ea of _0x4f0cc1){const _0x248d4c=_0x58ec09[_0x4ecf70(0x276)](_0x402893=>_0x402893[_0x4ecf70(0x202)]===_0xa482ea[_0x4ecf70(0x202)]);if(_0x248d4c){const _0x1cbb22=Ft(_0xa482ea[_0x4ecf70(0x241)][_0x4ecf70(0x1e3)],_0x5eacff[_0x4ecf70(0x207)]);_0x248d4c[_0x4ecf70(0x343)]!==_0xa482ea[_0x4ecf70(0x343)]&&_0x53a067[_0x4ecf70(0x224)]({'key':_0x4ecf70(0x24d),'newValue':_0xa482ea[_0x4ecf70(0x343)],'oldValue':_0x248d4c[_0x4ecf70(0x343)],'range':_0x1cbb22});for(const [_0x21dae9,_0x466ca6]of _0x248d4c[_0x4ecf70(0x215)]){if(!this[_0x4ecf70(0x369)](_0x21dae9))continue;const _0x51cab6=_0xa482ea[_0x4ecf70(0x215)][_0x4ecf70(0x340)](_0x21dae9);_0x466ca6!==_0x51cab6&&_0x53a067[_0x4ecf70(0x224)]({'key':_0x21dae9,'newValue':_0x51cab6,'oldValue':_0x466ca6,'range':_0x1cbb22});}for(const [_0x2cd98d,_0x510564]of _0xa482ea[_0x4ecf70(0x215)])this[_0x4ecf70(0x369)](_0x2cd98d)&&(_0x248d4c[_0x4ecf70(0x215)][_0x4ecf70(0x247)](_0x2cd98d)||_0x53a067[_0x4ecf70(0x224)]({'key':_0x2cd98d,'newValue':_0x510564,'oldValue':null,'range':_0x1cbb22}));}}0x0!=_0x53a067[_0x4ecf70(0x258)]&&_0x5eacff[_0x4ecf70(0x207)][_0x4ecf70(0x2d6)](_0xbc2866,_0x15233e=>{const _0x391b67=_0x4ecf70,_0x58ee76=_0x30e2f1();for(const {range:_0x1c1653,key:_0x2f3507,oldValue:_0x867fe5,newValue:_0x1cb843}of _0x53a067)this[_0x391b67(0x28a)](_0x1c1653,_0x2f3507,_0x867fe5,_0x1cb843,{'groupId':_0x58ee76});this[_0x391b67(0x357)](_0x15233e,_0x53a067);});},{'priority':_0x274a84(0x1e0)}),_0x5eacff[_0x274a84(0x207)][_0x274a84(0x1eb)]['on'](_0x274a84(0x314),(_0x4a4563,_0x543a83,_0x1cc8bf)=>{const _0x5ef4d8=_0x274a84;if(null==_0x1cc8bf){const {id:_0x409f49}=this[_0x5ef4d8(0x2d1)](_0x543a83[_0x5ef4d8(0x343)]),_0x520ac6=this[_0x5ef4d8(0x33d)][_0x5ef4d8(0x340)](_0x409f49);_0x520ac6&&_0x520ac6[_0x5ef4d8(0x1f2)](_0x543a83[_0x5ef4d8(0x343)]);}}),_0x5eacff[_0x274a84(0x207)][_0x274a84(0x1ec)]['on'](_0x274a84(0x265),()=>{const _0x54654b=_0x274a84,_0x1760f8=Array[_0x54654b(0x2c0)](_0x5eacff[_0x54654b(0x207)][_0x54654b(0x1ec)][_0x54654b(0x1d1)][_0x54654b(0x29f)]())[_0x54654b(0x290)](_0x184d4f=>_0x54654b(0x31c)===this[_0x54654b(0x2d1)](_0x184d4f[_0x54654b(0x343)])[_0x54654b(0x218)]);if(0x0===_0x1760f8[_0x54654b(0x258)])return;_0x1760f8[_0x54654b(0x28d)]((_0x2f021c,_0x3fecb8)=>{const _0x11841b=_0x54654b,_0x21f8cb=_0x2f021c[_0x11841b(0x339)][_0x11841b(0x248)],_0x5642a5=_0x3fecb8[_0x11841b(0x339)][_0x11841b(0x248)];return null===_0x21f8cb&&null===_0x5642a5?0x0:null===_0x21f8cb&&null!==_0x5642a5?-0x1:null!==_0x21f8cb&&null===_0x5642a5?0x1:_0x21f8cb[_0x11841b(0x213)][_0x11841b(0x30e)](_0x5642a5[_0x11841b(0x213)])?-0x1:0x1;});const _0x48dc83=new Set(),_0x1ddabc=new Set();for(const {name:_0x556a10,data:_0x5a2dfe}of _0x1760f8){const {id:_0xf742f2}=this[_0x54654b(0x2d1)](_0x556a10);if(null===_0x5a2dfe[_0x54654b(0x248)]){const _0x56f0d9=this[_0x54654b(0x2b0)](_0x556a10);_0x1ddabc[_0x54654b(0x33b)](_0x56f0d9);}else{const _0x1b6fb4=this[_0x54654b(0x33d)][_0x54654b(0x340)](_0xf742f2);null!==_0x5a2dfe[_0x54654b(0x1cb)]||_0x1b6fb4[_0x54654b(0x1d3)]?(_0x48dc83[_0x54654b(0x33b)](_0x1b6fb4[_0x54654b(0x333)]),_0x1ddabc[_0x54654b(0x33b)](_0x1b6fb4)):this[_0x54654b(0x2a5)](_0x1b6fb4);}}_0x1ddabc[_0x54654b(0x260)]>0x0&&this[_0x54654b(0x2fe)](_0x1ddabc);for(const _0x543319 of _0x48dc83)this[_0x54654b(0x1f8)](_0x54654b(0x28e),_0x543319);}),_0x5eacff[_0x274a84(0x207)]['on'](_0x274a84(0x201),(_0x2bbff8,_0x1e1fac)=>{const _0x1b0798=_0x274a84,_0x241dc9=_0x1e1fac[0x0];if(!this[_0x1b0798(0x33d)][_0x1b0798(0x260)])return;if(!_0x241dc9[_0x1b0798(0x233)])return;if(_0x241dc9[_0x1b0798(0x229)][_0x1b0798(0x1da)]||!_0x241dc9[_0x1b0798(0x229)][_0x1b0798(0x22d)])return;let _0x44cab1,_0x51a904;switch(_0x241dc9[_0x1b0798(0x335)]){case _0x1b0798(0x21c):_0x44cab1=_0x5eacff[_0x1b0798(0x207)][_0x1b0798(0x245)](_0x241dc9[_0x1b0798(0x241)]),_0x51a904=_0x44cab1[_0x1b0798(0x2e1)](_0x241dc9[_0x1b0798(0x1fa)]);break;case _0x1b0798(0x36f):_0x44cab1=_0x5eacff[_0x1b0798(0x207)][_0x1b0798(0x245)](_0x241dc9[_0x1b0798(0x2d4)]),_0x51a904=_0x5eacff[_0x1b0798(0x207)][_0x1b0798(0x245)](_0x241dc9[_0x1b0798(0x1d8)]);break;case _0x1b0798(0x25a):_0x44cab1=_0x5eacff[_0x1b0798(0x207)][_0x1b0798(0x245)](_0x241dc9[_0x1b0798(0x308)]),_0x51a904=_0x44cab1[_0x1b0798(0x2e1)](_0x241dc9[_0x1b0798(0x1fa)]);break;default:return;}const _0x5399e9=_0x5eacff[_0x1b0798(0x207)][_0x1b0798(0x1f9)](_0x44cab1,_0x51a904);_0x5eacff[_0x1b0798(0x207)][_0x1b0798(0x1d5)](()=>{const _0x53f215=_0x1b0798;for(const {suggestion:_0x2cef81,meta:_0x210563}of this[_0x53f215(0x2e3)](_0x5399e9)){if(_0x2cef81[_0x53f215(0x2b4)])continue;if(_0x53f215(0x27a)==_0x2cef81[_0x53f215(0x335)])continue;const _0x502f73=this[_0x53f215(0x2e8)](_0x2cef81);if(_0x502f73&&this[_0x53f215(0x322)](_0x502f73)&&_0x53f215(0x36f)!=_0x241dc9[_0x53f215(0x335)])continue;const _0x143ab2=_0x2cef81[_0x53f215(0x339)]&&_0x2cef81[_0x53f215(0x339)][_0x53f215(0x212)];(_0x53f215(0x26b)!=_0x2cef81[_0x53f215(0x335)]||_0x53f215(0x36f)==_0x241dc9[_0x53f215(0x335)]&&!_0x143ab2)&&(_0x210563[_0x53f215(0x225)]||_0x53f215(0x1e5)==_0x2cef81[_0x53f215(0x335)]&&_0x210563[_0x53f215(0x327)]||_0x2cef81[_0x53f215(0x20c)]()[_0x53f215(0x354)](_0x5399e9)&&this[_0x53f215(0x374)](_0x2cef81,_0x44cab1,_0x51a904));}});},{'priority':_0x274a84(0x1e0)}),_0x5eacff[_0x274a84(0x207)]['on'](_0x274a84(0x237),(_0x41f294,_0x48b90d)=>{const _0x1854b1=_0x274a84,_0x89baaa=_0x48b90d[0x0],_0x10e64d=_0x48b90d[0x1];if(_0x10e64d&&_0x10e64d[_0x1854b1(0x250)])return;if(this[_0x1854b1(0x240)])return;if(!this[_0x1854b1(0x1d0)][_0x1854b1(0x1dd)])return;if(_0x89baaa[_0x1854b1(0x334)])return;const _0x47da14=_0x5eacff[_0x1854b1(0x207)][_0x1854b1(0x28c)],{start:_0x4bdda9,end:_0x43d98a}=_0x89baaa[_0x1854b1(0x20c)](),_0xfa03e5=_0x4bdda9[_0x1854b1(0x1e3)]&&_0x47da14[_0x1854b1(0x259)](_0x4bdda9[_0x1854b1(0x1e3)])?null:_0x47da14[_0x1854b1(0x1ef)](_0x4bdda9,_0x1854b1(0x366)),_0xc12037=_0x43d98a[_0x1854b1(0x324)]&&_0x47da14[_0x1854b1(0x259)](_0x43d98a[_0x1854b1(0x324)])?null:_0x47da14[_0x1854b1(0x1ef)](_0x43d98a,_0x1854b1(0x286)),_0xd00d9d=_0x5eacff[_0x1854b1(0x207)][_0x1854b1(0x1f9)](_0xfa03e5?_0xfa03e5[_0x1854b1(0x213)]:_0x4bdda9,_0xc12037?_0xc12037[_0x1854b1(0x1f7)]:_0x43d98a);_0x5eacff[_0x1854b1(0x207)][_0x1854b1(0x1d5)](_0x1f08b0=>{const _0x3fe047=_0x1854b1;this[_0x3fe047(0x298)](_0xd00d9d);const _0xdeadd=_0x5eacff[_0x3fe047(0x207)][_0x3fe047(0x28c)][_0x3fe047(0x1ef)](_0xd00d9d[_0x3fe047(0x213)]);_0x89baaa['is'](_0x3fe047(0x1fc))?_0x1f08b0[_0x3fe047(0x1e1)](_0xdeadd):_0x89baaa[_0x3fe047(0x278)](_0xdeadd);}),_0x41f294[_0x1854b1(0x214)]();},{'priority':_0x2b1cc8[_0x274a84(0x371)]+0xa}),_0x5eacff[_0x274a84(0x207)]['on'](_0x274a84(0x2c5),(_0x27e203,_0x43b145)=>{const _0x3d2f5a=_0x274a84,_0x33377f=_0x43b145[_0x43b145[_0x3d2f5a(0x258)]-0x1];_0x33377f&&_0x33377f[_0x3d2f5a(0x250)]||this[_0x3d2f5a(0x240)]||this[_0x3d2f5a(0x1d0)][_0x3d2f5a(0x1dd)]&&(_0x5eacff[_0x3d2f5a(0x207)][_0x3d2f5a(0x1d5)](()=>{const _0x3c5746=_0x3d2f5a;let _0x1969ec=_0x5eacff[_0x3c5746(0x207)][_0x3c5746(0x2c5)](_0x43b145[0x0],_0x43b145[0x1],_0x43b145[0x2],{'forceDefaultExecution':!0x0});if(!_0x1969ec)return;_0x27e203[_0x3c5746(0x32e)]=_0x1969ec[_0x3c5746(0x2b8)]();const _0xf060a3=_0x1969ec[_0x3c5746(0x1f7)][_0x3c5746(0x324)],_0x4927a8=_0x5eacff[_0x3c5746(0x207)][_0x3c5746(0x28c)];_0xf060a3&&_0x4927a8[_0x3c5746(0x1d7)](_0xf060a3)&&!_0x4927a8[_0x3c5746(0x24e)](_0xf060a3)&&(_0x1969ec=_0x5eacff[_0x3c5746(0x207)][_0x3c5746(0x1f9)](_0x1969ec[_0x3c5746(0x213)],_0x5eacff[_0x3c5746(0x207)][_0x3c5746(0x245)](_0xf060a3,_0x3c5746(0x1f7)))),this[_0x3c5746(0x1e2)](_0x1969ec);}),_0x27e203[_0x3d2f5a(0x214)]());},{'priority':_0x274a84(0x361)}),this[_0x274a84(0x2e6)][_0x274a84(0x2ec)][_0x274a84(0x33b)](_0x274a84(0x353),this[_0x274a84(0x1d0)]),this[_0x274a84(0x36d)](_0x274a84(0x353));const _0xb48003=new _0x2dbbe9(_0x5eacff,this[_0x274a84(0x33d)]);_0x5eacff[_0x274a84(0x2ec)][_0x274a84(0x33b)](_0x274a84(0x295),_0xb48003),this[_0x274a84(0x36d)](_0x274a84(0x295));const _0x404052=new _0x25c081(_0x5eacff,this[_0x274a84(0x33d)]);_0x5eacff[_0x274a84(0x2ec)][_0x274a84(0x33b)](_0x274a84(0x1c6),_0x404052),this[_0x274a84(0x36d)](_0x274a84(0x1c6)),_0x5eacff[_0x274a84(0x2ec)][_0x274a84(0x33b)](_0x274a84(0x1f4),new _0x206e7c(_0x5eacff,_0xb48003,this[_0x274a84(0x33d)])),this[_0x274a84(0x36d)](_0x274a84(0x1f4)),_0x5eacff[_0x274a84(0x2ec)][_0x274a84(0x33b)](_0x274a84(0x1f3),new _0x206e7c(_0x5eacff,_0x404052,this[_0x274a84(0x33d)])),this[_0x274a84(0x36d)](_0x274a84(0x1f3)),_0x5eacff[_0x274a84(0x2ec)][_0x274a84(0x33b)](_0x274a84(0x246),new _0xe4014(_0x5eacff,_0xb48003,this[_0x274a84(0x33d)])),this[_0x274a84(0x36d)](_0x274a84(0x246)),_0x5eacff[_0x274a84(0x2ec)][_0x274a84(0x33b)](_0x274a84(0x253),new _0xe4014(_0x5eacff,_0x404052,this[_0x274a84(0x33d)])),this[_0x274a84(0x36d)](_0x274a84(0x253));const _0x4644c7=_0x5eacff[_0x274a84(0x20d)][_0x274a84(0x340)](_0x274a84(0x234));this[_0x274a84(0x328)](_0x4644c7,_0x274a84(0x2e9),(_0x25e84c,{threadId:_0x5b67b6})=>{const _0x43e41e=_0x274a84,_0x4b4f3c=this[_0x43e41e(0x33d)][_0x43e41e(0x340)](_0x5b67b6);_0x4b4f3c&&_0x4b4f3c[_0x43e41e(0x367)]&&0x1===_0x4b4f3c[_0x43e41e(0x367)][_0x43e41e(0x258)]&&this[_0x43e41e(0x219)](_0x5b67b6,{'hasComments':!0x0});},{'priority':_0x274a84(0x2b1)}),this[_0x274a84(0x328)](_0x4644c7,_0x274a84(0x355),(_0x50867b,{threadId:_0xe9fd7e})=>{const _0x4335ed=_0x274a84,_0x5dd151=this[_0x4335ed(0x33d)][_0x4335ed(0x340)](_0xe9fd7e);_0x5dd151&&_0x5dd151[_0x4335ed(0x367)]&&!_0x5dd151[_0x4335ed(0x367)][_0x4335ed(0x258)]&&this[_0x4335ed(0x219)](_0xe9fd7e,{'hasComments':!0x1});},{'priority':_0x274a84(0x2b1)});}set[_0x1c1145(0x359)](_0x46e225){const _0x1f3899=_0x1c1145;if(this[_0x1f3899(0x311)])throw new _0x38bb25(_0x1f3899(0x244),this);this[_0x1f3899(0x311)]=_0x46e225;}get[_0x1c1145(0x359)](){const _0x56f2b0=_0x1c1145;return this[_0x56f2b0(0x311)];}[_0x1c1145(0x2ac)]({skipNotAttached:_0x1d96e0=!0x1,toJSON:_0x552021=!0x1}={}){const _0x3f372a=_0x1c1145,_0x1b5cfb=[];for(const _0x29d87b of this[_0x3f372a(0x33d)][_0x3f372a(0x2f9)]())_0x1d96e0&&!_0x29d87b[_0x3f372a(0x1d3)]||_0x1b5cfb[_0x3f372a(0x224)](_0x29d87b);return _0x552021?_0x1b5cfb[_0x3f372a(0x204)](_0x53499b=>_0x53499b[_0x3f372a(0x1e4)]()):_0x1b5cfb;}[_0x1c1145(0x302)](_0xe5a167){const _0x5df3f4=_0x1c1145,_0x7fcef1=this[_0x5df3f4(0x33d)][_0x5df3f4(0x340)](_0xe5a167);if(!_0x7fcef1)throw new _0x38bb25(_0x5df3f4(0x251),this);return _0x7fcef1;}[_0x1c1145(0x273)](_0x4c0774){const _0x166718=_0x1c1145;return this[_0x166718(0x33d)][_0x166718(0x247)](_0x4c0774);}[_0x1c1145(0x287)](_0x31e96a){const _0x37df8f=_0x1c1145,{authorId:_0x2f8a63,id:_0x5aea27,attributes:_0x26f320}=_0x31e96a,[_0x3ee440,_0x44ec03]=_0x31e96a[_0x37df8f(0x335)][_0x37df8f(0x36f)](':'),_0xcb7207=this[_0x37df8f(0x33d)][_0x37df8f(0x340)](_0x5aea27)||this[_0x37df8f(0x323)](_0x3ee440,_0x44ec03,_0x5aea27,_0x2f8a63,_0x26f320);if(this[_0x37df8f(0x2fd)](_0xcb7207),this[_0x37df8f(0x1d4)](_0xcb7207,_0x3ee440,_0x44ec03||null,_0x2f8a63),_0xcb7207[_0x37df8f(0x34c)]=_0x31e96a[_0x37df8f(0x34c)],_0xcb7207[_0x37df8f(0x2cc)]=!0x0,_0x26f320&&_0x26f320[_0x37df8f(0x24c)]){const _0x469166=_0x26f320[_0x37df8f(0x24c)],_0x2df4cb=this[_0x37df8f(0x1d6)](_0x469166[_0x37df8f(0x2c7)]);_0xcb7207[_0x37df8f(0x2bc)]=_0x469166[_0x37df8f(0x34c)],_0xcb7207[_0x37df8f(0x32d)]=_0x2df4cb,_0xcb7207[_0x37df8f(0x22e)]=!0x0;}else _0xcb7207[_0x37df8f(0x2bc)]=_0x31e96a[_0x37df8f(0x34c)];switch(_0x31e96a[_0x37df8f(0x339)]&&(_0xcb7207[_0x37df8f(0x339)]=_0x31e96a[_0x37df8f(0x339)]),_0x31e96a[_0x37df8f(0x215)]&&(_0xcb7207[_0x37df8f(0x215)]=_0x31e96a[_0x37df8f(0x215)]),this[_0x37df8f(0x311)]&&this[_0x37df8f(0x311)][_0x37df8f(0x363)]||(_0xcb7207[_0x37df8f(0x344)]=!0x0),this[_0x37df8f(0x375)][_0x37df8f(0x340)](_0xcb7207)){case _0x37df8f(0x26d):this[_0x37df8f(0x375)][_0x37df8f(0x299)](_0xcb7207,_0x37df8f(0x2e7));break;case _0x37df8f(0x31b):_0xcb7207[_0x37df8f(0x1d3)]?(this[_0x37df8f(0x35b)](new Set([_0xcb7207])),this[_0x37df8f(0x2fe)](new Set([_0xcb7207])),this[_0x37df8f(0x375)][_0x37df8f(0x299)](_0xcb7207,_0x37df8f(0x319)),this[_0x37df8f(0x1f8)](_0x37df8f(0x24f),_0xcb7207)):this[_0x37df8f(0x375)][_0x37df8f(0x299)](_0xcb7207,_0x37df8f(0x284));}return _0xcb7207;}[_0x1c1145(0x295)](_0x2649b9){const _0x4d0e6c=_0x1c1145;this[_0x4d0e6c(0x250)](()=>{const _0x836e55=_0x4d0e6c;this[_0x836e55(0x2e6)][_0x836e55(0x207)][_0x836e55(0x1d5)](()=>{const _0x4971ab=_0x836e55;for(const _0x338421 of _0x2649b9[_0x4971ab(0x315)]())_0x338421[_0x4971ab(0x26f)]();});});}[_0x1c1145(0x1c6)](_0x5f46ea){const _0x45f040=_0x1c1145;this[_0x45f040(0x250)](()=>{const _0x38d55b=_0x45f040;this[_0x38d55b(0x2e6)][_0x38d55b(0x207)][_0x38d55b(0x1d5)](()=>{const _0x10a548=_0x38d55b;for(const _0x31cb10 of _0x5f46ea[_0x10a548(0x315)]())_0x31cb10[_0x10a548(0x2a4)]();});});}[_0x1c1145(0x36d)](_0x3ad90d,_0x1dd63a){const _0x58fa32=_0x1c1145,_0x1c3a25=this[_0x58fa32(0x2e6)][_0x58fa32(0x2ec)][_0x58fa32(0x340)](_0x3ad90d);if(!_0x1c3a25)throw new _0x38bb25(_0x58fa32(0x2a1),this,{'commandName':_0x3ad90d});if(this[_0x58fa32(0x281)][_0x58fa32(0x247)](_0x1c3a25))throw new _0x38bb25(_0x58fa32(0x280),this,{'commandName':_0x3ad90d});this[_0x58fa32(0x281)][_0x58fa32(0x33b)](_0x1c3a25),_0x1dd63a&&_0x1c3a25['on'](_0x58fa32(0x1e8),(_0x42e521,_0x3d6995)=>{const _0x204202=_0x58fa32;this[_0x204202(0x1d0)][_0x204202(0x1dd)]&&(this[_0x204202(0x240)]||(_0x3d6995[_0x204202(0x258)]>0x0&&_0x3d6995[_0x3d6995[_0x204202(0x258)]-0x1]&&_0x3d6995[_0x3d6995[_0x204202(0x258)]-0x1][_0x204202(0x250)]?_0x3d6995[_0x204202(0x267)]():(_0x42e521[_0x204202(0x32e)]=_0x1dd63a((..._0x2892a3)=>_0x1c3a25[_0x204202(0x1e8)](..._0x2892a3,{'forceDefaultExecution':!0x0}),..._0x3d6995),_0x42e521[_0x204202(0x214)]())));},{'priority':_0x58fa32(0x361)});}[_0x1c1145(0x250)](_0x51e6c0){const _0x9d9992=_0x1c1145;let _0x5db432,_0x3e6f5b;const _0x4df8e1=this[_0x9d9992(0x240)];this[_0x9d9992(0x240)]=!0x0;try{_0x5db432=_0x51e6c0();}catch(_0x1e2934){_0x3e6f5b=_0x1e2934;}return _0x4df8e1||(this[_0x9d9992(0x240)]=!0x1),_0x3e6f5b&&_0x38bb25[_0x9d9992(0x243)](_0x3e6f5b,this),_0x5db432;}[_0x1c1145(0x1e2)](_0x263333,_0xd6cb07=null,_0x1ff2a6={}){const _0x11bac9=_0x1c1145;if(_0x263333[_0x11bac9(0x334)])return null;const _0x2b81c6=this[_0x11bac9(0x2e6)][_0x11bac9(0x20d)][_0x11bac9(0x340)](_0x11bac9(0x372))['me'];for(const {suggestion:_0x89ebf5,meta:_0x5267aa}of this[_0x11bac9(0x2e3)](_0x263333,_0x11bac9(0x1e5)))if(_0x5267aa[_0x11bac9(0x327)]){if(!_0x5267aa[_0x11bac9(0x2df)]){if(_0x5267aa[_0x11bac9(0x225)]){if(!this[_0x11bac9(0x36a)]||!Lt(_0x89ebf5,_0x1ff2a6))continue;return _0x89ebf5;}if(Lt(_0x89ebf5,_0x1ff2a6))return _0x89ebf5;this[_0x11bac9(0x374)](_0x89ebf5,_0x263333[_0x11bac9(0x213)],_0x263333[_0x11bac9(0x1f7)]);break;}if(_0xd6cb07==_0x89ebf5[_0x11bac9(0x332)]&&Lt(_0x89ebf5,_0x1ff2a6)){const _0x426e77=_0x89ebf5[_0x11bac9(0x20c)]();return _0x426e77[_0x11bac9(0x213)][_0x11bac9(0x2b7)](_0x263333[_0x11bac9(0x1f7)])?this[_0x11bac9(0x2ab)](_0x89ebf5,this[_0x11bac9(0x293)][_0x11bac9(0x1f9)](_0x263333[_0x11bac9(0x213)],_0x426e77[_0x11bac9(0x1f7)])):this[_0x11bac9(0x2ab)](_0x89ebf5,this[_0x11bac9(0x293)][_0x11bac9(0x1f9)](_0x426e77[_0x11bac9(0x213)],_0x263333[_0x11bac9(0x1f7)])),_0x89ebf5;}}const _0x4f7826=_0x30e2f1(),_0xb22a75=_0x2b81c6['id'],_0x4ac9fe=_0xd6cb07?_0x11bac9(0x1e7)+_0xd6cb07:_0x11bac9(0x1e5),_0x51f6ed=this[_0x11bac9(0x2bb)]({'id':_0x4f7826,'type':_0x4ac9fe,'createdAt':new Date(),'authorId':_0xb22a75,'attributes':_0x1ff2a6});return this[_0x11bac9(0x34e)](_0x4ac9fe,_0x4f7826,_0xb22a75,_0x263333),_0x51f6ed;}[_0x1c1145(0x2ee)](_0x4f3865,_0x73d855=_0x1c1145(0x29a),_0x2b6229={}){const _0xd2534a=_0x1c1145,_0xb1dc4b=this[_0xd2534a(0x2e6)][_0xd2534a(0x20d)][_0xd2534a(0x340)](_0xd2534a(0x372))['me'],_0x2748f4=this[_0xd2534a(0x263)][_0xd2534a(0x2c1)](_0xd2534a(0x1e5),_0x73d855,_0xd2534a(0x27d));for(const _0x4c236f of this[_0xd2534a(0x2ac)]())if(_0x4c236f[_0xd2534a(0x32d)]['id']==_0xb1dc4b['id']&&_0xd2534a(0x1e5)==_0x4c236f[_0xd2534a(0x335)]&&_0x4c236f[_0xd2534a(0x332)]==_0x73d855&&Lt(_0x4c236f,_0x2b6229)&&(_0x2748f4(_0x4c236f[_0xd2534a(0x35a)](),_0x4f3865)||_0x2748f4(_0x4f3865,_0x4c236f[_0xd2534a(0x35a)]()))){for(const _0x5f33c1 of _0x4f3865)_0x4c236f[_0xd2534a(0x2af)](_0x5f33c1);return _0x4c236f;}for(const {suggestion:_0x58041c,meta:_0x2b6da3}of this[_0xd2534a(0x2e3)](_0x4f3865,_0xd2534a(0x1e5))){if(!_0x2b6da3[_0xd2534a(0x327)])continue;if(!this[_0xd2534a(0x36a)]&&_0x2b6da3[_0xd2534a(0x225)])continue;if(!Lt(_0x58041c,_0x2b6229))continue;let _0x220fdc=!0x0;for(const _0x1f2fb9 of _0x58041c[_0xd2534a(0x35a)]())for(const _0x20be64 of _0x4f3865)if(!_0x1f2fb9[_0xd2534a(0x354)](_0x20be64)){_0x220fdc=!0x1;break;}if(_0x220fdc)return _0x58041c;}const _0x2272fd=_0x30e2f1(),_0x555791=_0xb1dc4b['id'],_0x1e2d31=_0xd2534a(0x1e7)+_0x73d855,_0x29b068=this[_0xd2534a(0x2bb)]({'id':_0x2272fd,'type':_0x1e2d31,'createdAt':new Date(),'authorId':_0x555791,'attributes':_0x2b6229});for(const _0x3fb251 of _0x4f3865)this[_0xd2534a(0x34e)](_0x1e2d31,_0x2272fd,_0x555791,_0x3fb251,_0x4d700f[_0xd2534a(0x2a7)]());return _0x29b068;}[_0x1c1145(0x307)](_0x3b1d8e,_0x47bde7,_0x2646ea=null,_0x417414={}){const _0x23f9d1=_0x1c1145;if(_0x2646ea=_0x2646ea||Vt(_0x47bde7),_0x3b1d8e[_0x23f9d1(0x334)])return null;if(_0x23f9d1(0x306)===this[_0x23f9d1(0x2a2)]){const _0x45b8fe=this[_0x23f9d1(0x263)][_0x23f9d1(0x2c1)](_0x23f9d1(0x27a),_0x2646ea,_0x23f9d1(0x26f));return this[_0x23f9d1(0x250)](()=>_0x45b8fe([_0x3b1d8e],_0x47bde7,_0x417414)),null;}const _0x34ecf7=this[_0x23f9d1(0x2e6)][_0x23f9d1(0x20d)][_0x23f9d1(0x340)](_0x23f9d1(0x372))['me'],_0x2420e9=[];if(_0x23f9d1(0x35f)!==this[_0x23f9d1(0x2a2)]){for(const {suggestion:_0x3b2f7d,meta:_0x31d79c}of this[_0x23f9d1(0x2e3)](_0x3b1d8e,_0x23f9d1(0x1e5)))_0x31d79c[_0x23f9d1(0x327)]&&!_0x31d79c[_0x23f9d1(0x320)]&&_0x2420e9[_0x23f9d1(0x224)](..._0x3b2f7d[_0x23f9d1(0x35a)]());}const _0x3857b2=function(_0x23fcf6,_0x5e5f29){const _0x4fde2f=_0x23f9d1,_0x3cba94=[];for(const _0x396329 of _0x5e5f29){const _0xb005ad=_0x23fcf6[_0x4fde2f(0x1fd)](_0x396329);_0xb005ad&&_0x3cba94[_0x4fde2f(0x224)](_0xb005ad);}return _0x3cba94;}(_0x3b1d8e,_0x2420e9),_0x3f2f8b=function(_0x432ae5,_0x2cc547){const _0x44e6b4=_0x23f9d1,_0x36b9b5=[_0x432ae5];for(const _0x64c212 of _0x2cc547){let _0x3d0251=0x0;for(;_0x3d0251<_0x36b9b5[_0x44e6b4(0x258)];){const _0x4351e4=_0x36b9b5[_0x3d0251][_0x44e6b4(0x2e5)](_0x64c212);_0x36b9b5[_0x44e6b4(0x330)](_0x3d0251,0x1,..._0x4351e4),_0x3d0251+=_0x4351e4[_0x44e6b4(0x258)];}}return _0x36b9b5;}(_0x3b1d8e,_0x2420e9);_0x3857b2[_0x23f9d1(0x258)]&&this[_0x23f9d1(0x293)][_0x23f9d1(0x1d5)](()=>{const _0x70cdbf=_0x23f9d1;for(const _0x42bcab of _0x3857b2){const _0x233815=this[_0x70cdbf(0x263)][_0x70cdbf(0x2c1)](_0x70cdbf(0x27a),_0x2646ea,_0x70cdbf(0x26f));this[_0x70cdbf(0x250)](()=>_0x233815([_0x42bcab],_0x47bde7,_0x417414));}});for(const _0x53c3f9 of _0x3f2f8b){let _0x421d4c=null,_0x1b7d9f=_0x53c3f9[_0x23f9d1(0x213)],_0x478e7c=_0x53c3f9[_0x23f9d1(0x1f7)];for(const {suggestion:_0x3f96ea,meta:_0x4deb7a}of this[_0x23f9d1(0x2e3)](_0x53c3f9,_0x23f9d1(0x27a))){if(!_0x4deb7a[_0x23f9d1(0x327)])continue;if(_0x3f96ea[_0x23f9d1(0x332)]!=_0x2646ea)continue;if(!Lt(_0x3f96ea,_0x417414))continue;const _0x1ea5f3=_0x3f96ea[_0x23f9d1(0x20c)]();if(_0x1ea5f3[_0x23f9d1(0x354)](_0x53c3f9,!0x0))return null;_0x1b7d9f=_0x1b7d9f[_0x23f9d1(0x30e)](_0x1ea5f3[_0x23f9d1(0x213)])?_0x1b7d9f:_0x1ea5f3[_0x23f9d1(0x213)],_0x478e7c=_0x478e7c[_0x23f9d1(0x1ca)](_0x1ea5f3[_0x23f9d1(0x1f7)])?_0x478e7c:_0x1ea5f3[_0x23f9d1(0x1f7)],_0x421d4c?_0x1ea5f3[_0x23f9d1(0x213)][_0x23f9d1(0x30e)](_0x421d4c[_0x23f9d1(0x20c)]()[_0x23f9d1(0x213)])?(_0x421d4c[_0x23f9d1(0x2cb)](),_0x421d4c=_0x3f96ea):_0x3f96ea[_0x23f9d1(0x2cb)]():_0x421d4c=_0x3f96ea;}const _0x485c4c=this[_0x23f9d1(0x293)][_0x23f9d1(0x1f9)](_0x1b7d9f,_0x478e7c);if(_0x421d4c)this[_0x23f9d1(0x2ab)](_0x421d4c,_0x485c4c);else{const _0x4eff1f=_0x30e2f1(),_0x4f1edc=_0x34ecf7['id'];this[_0x23f9d1(0x2bb)]({'id':_0x4eff1f,'type':_0x23f9d1(0x208)+_0x2646ea,'data':_0x47bde7,'createdAt':new Date(),'authorId':_0x4f1edc,'attributes':_0x417414}),this[_0x23f9d1(0x34e)](_0x23f9d1(0x208)+_0x2646ea,_0x4eff1f,_0x4f1edc,_0x485c4c);}}return null;}[_0x1c1145(0x370)](_0x504a8f,_0x2ffe8f,_0x4a6874=[],_0x2909b1=null,_0x41f5f7={}){const _0x241b26=_0x1c1145;_0x2ffe8f[_0x241b26(0x200)]||(_0x2ffe8f[_0x241b26(0x200)]=_0x2ffe8f[_0x241b26(0x23d)]),_0x2ffe8f[_0x241b26(0x212)]=_0x504a8f['is'](_0x241b26(0x203)),_0x2909b1=_0x2909b1||Vt(_0x2ffe8f);const _0x90f1b6=_0x4a6874[_0x241b26(0x204)](_0xac1623=>Ft(_0xac1623,this[_0x241b26(0x293)])),_0x3d2669=_0x504a8f['is'](_0x241b26(0x203))?_0x504a8f:Ft(_0x504a8f,this[_0x241b26(0x293)]);if(_0x241b26(0x306)===this[_0x241b26(0x2a2)]){const _0x424e39=this[_0x241b26(0x263)][_0x241b26(0x2c1)](_0x241b26(0x26b),_0x2909b1,_0x241b26(0x26f));return this[_0x241b26(0x250)](()=>_0x424e39([_0x3d2669],_0x2ffe8f,_0x41f5f7)),null;}_0x90f1b6[_0x241b26(0x224)](_0x3d2669);let _0x389df6=!0x0;for(const _0x4a797d of _0x90f1b6)if(!this[_0x241b26(0x21a)](_0x4a797d)){_0x389df6=!0x1;break;}if(_0x389df6&&_0x241b26(0x35f)!==this[_0x241b26(0x2a2)]){const _0x3cddc8=this[_0x241b26(0x263)][_0x241b26(0x2c1)](_0x241b26(0x26b),_0x2909b1,_0x241b26(0x26f));return this[_0x241b26(0x250)](()=>_0x3cddc8([_0x3d2669],_0x2ffe8f,_0x41f5f7)),null;}let _0x3babda=null,_0x2fb01f=_0x3d2669[_0x241b26(0x213)],_0x36e4a5=_0x3d2669[_0x241b26(0x1f7)];for(const {suggestion:_0x116daa,meta:_0x16ec0b}of this[_0x241b26(0x2e3)](_0x3d2669,_0x241b26(0x26b))){if(!_0x16ec0b[_0x241b26(0x327)])continue;if(_0x16ec0b[_0x241b26(0x2df)]||_0x16ec0b[_0x241b26(0x225)]||_0x16ec0b[_0x241b26(0x320)])continue;if(_0x116daa[_0x241b26(0x339)][_0x241b26(0x200)]!=_0x2ffe8f[_0x241b26(0x200)])continue;if(!Lt(_0x116daa,_0x41f5f7))continue;const _0x43555d=_0x116daa[_0x241b26(0x20c)]();if(_0x116daa[_0x241b26(0x332)]==_0x2909b1){if(_0x43555d[_0x241b26(0x354)](_0x3d2669,!0x0))return null;_0x2fb01f=_0x2fb01f[_0x241b26(0x30e)](_0x43555d[_0x241b26(0x213)])?_0x2fb01f:_0x43555d[_0x241b26(0x213)],_0x36e4a5=_0x36e4a5[_0x241b26(0x1ca)](_0x43555d[_0x241b26(0x1f7)])?_0x36e4a5:_0x43555d[_0x241b26(0x1f7)],_0x3babda?_0x43555d[_0x241b26(0x213)][_0x241b26(0x30e)](_0x3babda[_0x241b26(0x20c)]()[_0x241b26(0x213)])?(_0x3babda[_0x241b26(0x2cb)](),_0x3babda=_0x116daa):_0x116daa[_0x241b26(0x2cb)]():_0x3babda=_0x116daa;}else{const _0xe7d5fa=_0x3d2669[_0x241b26(0x1fd)](_0x43555d);this[_0x241b26(0x2ea)](_0x116daa,_0xe7d5fa);}}const _0x2d06eb=this[_0x241b26(0x2e6)][_0x241b26(0x20d)][_0x241b26(0x340)](_0x241b26(0x372))['me'],_0x2e8b9c=_0x30e2f1(),_0x29d912=_0x2d06eb['id'];if(_0x3babda)return this[_0x241b26(0x2ab)](_0x3babda,this[_0x241b26(0x293)][_0x241b26(0x1f9)](_0x2fb01f,_0x36e4a5)),_0x3babda;{const _0x568664=this[_0x241b26(0x2bb)]({'id':_0x2e8b9c,'type':_0x241b26(0x26c)+_0x2909b1,'data':_0x2ffe8f,'createdAt':new Date(),'authorId':_0x29d912,'attributes':_0x41f5f7});return this[_0x241b26(0x34e)](_0x241b26(0x26c)+_0x2909b1,_0x2e8b9c,_0x29d912,this[_0x241b26(0x293)][_0x241b26(0x1f9)](_0x2fb01f,_0x36e4a5)),_0x568664;}}[_0x1c1145(0x2c4)](_0x2da121,_0x22dbe1,_0x5ea6c8=[],_0x1b8b77=null,_0x5bb688={}){const _0x3d5659=_0x1c1145;_0x22dbe1[_0x3d5659(0x200)]||(_0x22dbe1[_0x3d5659(0x200)]=_0x22dbe1[_0x3d5659(0x23d)]);const _0x272d26=_0x2da121[0x0];_0x22dbe1[_0x3d5659(0x212)]=_0x272d26['is'](_0x3d5659(0x203)),_0x1b8b77=_0x1b8b77||Vt(_0x22dbe1);const _0x277d78=_0x5ea6c8[_0x3d5659(0x204)](_0x3b26fe=>Ft(_0x3b26fe,this[_0x3d5659(0x293)])),_0x11dcd9=_0x272d26['is'](_0x3d5659(0x203))?_0x2da121:_0x2da121[_0x3d5659(0x204)](_0x3fe28f=>Ft(_0x3fe28f,this[_0x3d5659(0x293)]));if(_0x3d5659(0x306)===this[_0x3d5659(0x2a2)]){const _0x3d0f00=this[_0x3d5659(0x263)][_0x3d5659(0x2c1)](_0x3d5659(0x26b),_0x1b8b77,_0x3d5659(0x26f));return this[_0x3d5659(0x250)](()=>_0x3d0f00(_0x11dcd9,_0x22dbe1,_0x5bb688)),null;}_0x277d78[_0x3d5659(0x224)](..._0x11dcd9);let _0x793379=!0x0;for(const _0x454f08 of _0x277d78)if(!this[_0x3d5659(0x21a)](_0x454f08)){_0x793379=!0x1;break;}if(_0x793379&&_0x3d5659(0x35f)!==this[_0x3d5659(0x2a2)]){const _0x375132=this[_0x3d5659(0x263)][_0x3d5659(0x2c1)](_0x3d5659(0x26b),_0x1b8b77,_0x3d5659(0x26f));return this[_0x3d5659(0x250)](()=>_0x375132(_0x11dcd9,_0x22dbe1,_0x5bb688)),null;}const _0x313611=this[_0x3d5659(0x2e6)][_0x3d5659(0x20d)][_0x3d5659(0x340)](_0x3d5659(0x372))['me'];for(const _0x1318d1 of this[_0x3d5659(0x2ac)]()){if(_0x1318d1[_0x3d5659(0x32d)]['id']!=_0x313611['id'])continue;if(_0x3d5659(0x26b)!=_0x1318d1[_0x3d5659(0x335)]||_0x1318d1[_0x3d5659(0x339)][_0x3d5659(0x200)]!=_0x22dbe1[_0x3d5659(0x200)])continue;if(!Lt(_0x1318d1,_0x5bb688))continue;const _0x13b2a1=_0x1318d1[_0x3d5659(0x332)]==_0x1b8b77;for(let _0x468f9c=0x0;_0x468f9c<_0x11dcd9[_0x3d5659(0x258)];_0x468f9c++){const _0x416235=_0x11dcd9[_0x468f9c];for(const _0x1e990a of _0x1318d1[_0x3d5659(0x296)]()){const _0x2458e4=_0x1e990a[_0x3d5659(0x2f6)]();if(_0x416235[_0x3d5659(0x2b7)](_0x2458e4)){_0x13b2a1?(_0x11dcd9[_0x3d5659(0x330)](_0x468f9c,0x1),_0x468f9c--):_0x1318d1[_0x3d5659(0x36c)](_0x1e990a[_0x3d5659(0x343)]);break;}}}}if(0x0==_0x11dcd9[_0x3d5659(0x258)])return null;const _0x327b4e=this[_0x3d5659(0x263)][_0x3d5659(0x2c1)](_0x3d5659(0x26b),_0x1b8b77,_0x3d5659(0x27d));for(const _0xbb4c86 of this[_0x3d5659(0x2ac)]())if(_0xbb4c86[_0x3d5659(0x32d)]['id']==_0x313611['id']&&_0x3d5659(0x26b)==_0xbb4c86[_0x3d5659(0x335)]&&_0xbb4c86[_0x3d5659(0x339)][_0x3d5659(0x200)]==_0x22dbe1[_0x3d5659(0x200)]&&_0xbb4c86[_0x3d5659(0x332)]==_0x1b8b77&&Lt(_0xbb4c86,_0x5bb688)&&(_0x327b4e(_0xbb4c86[_0x3d5659(0x35a)](),_0x11dcd9)||_0x327b4e(_0x11dcd9,_0xbb4c86[_0x3d5659(0x35a)]()))){for(const _0x1e0d76 of _0x11dcd9)_0xbb4c86[_0x3d5659(0x2af)](_0x1e0d76);return _0xbb4c86;}const _0x5c27e4=_0x30e2f1(),_0xb10a21=_0x313611['id'],_0x1ed2df=_0x3d5659(0x26c)+_0x1b8b77,_0x40a10b=this[_0x3d5659(0x2bb)]({'id':_0x5c27e4,'type':_0x1ed2df,'data':_0x22dbe1,'createdAt':new Date(),'authorId':_0xb10a21,'attributes':_0x5bb688});for(const _0x5e00b3 of _0x11dcd9)this[_0x3d5659(0x34e)](_0x1ed2df,_0x5c27e4,_0xb10a21,_0x5e00b3,_0x4d700f[_0x3d5659(0x2a7)]());return _0x40a10b;}[_0x1c1145(0x298)](_0x47ab70,_0x30398a=null,_0x1c2db0={}){const _0x2002db=_0x1c1145;if(_0x47ab70[_0x2002db(0x334)])return null;const _0x41b8c5=this[_0x2002db(0x2e6)][_0x2002db(0x20d)][_0x2002db(0x340)](_0x2002db(0x372))['me'],_0x1d380f=new _0x2f2073(_0x47ab70[_0x2002db(0x213)],_0x47ab70[_0x2002db(0x1f7)]);for(const {suggestion:_0x39da63,meta:_0x31fd69}of this[_0x2002db(0x2e3)](_0x1d380f,_0x2002db(0x1e5)))if(_0x31fd69[_0x2002db(0x327)]&&!_0x31fd69[_0x2002db(0x2df)]){if(_0x39da63[_0x2002db(0x2b4)]){const _0x2d0ea9=_0x39da63[_0x2002db(0x35a)]()[_0x2002db(0x290)](_0x17cf9d=>_0x2002db(0x305)!=_0x17cf9d[_0x2002db(0x209)][_0x2002db(0x261)]);_0x2d0ea9[_0x2002db(0x28b)](_0x5c49a5=>_0x1d380f[_0x2002db(0x354)](_0x5c49a5,!0x0))&&_0x39da63[_0x2002db(0x2a4)]();if(_0x2d0ea9[_0x2002db(0x30d)](_0x1306c3=>_0x1306c3[_0x2002db(0x354)](_0x1d380f,!0x0))){const _0x2ebff2=this[_0x2002db(0x263)][_0x2002db(0x2c1)](_0x2002db(0x1ea),_0x30398a,_0x2002db(0x26f));return this[_0x2002db(0x250)](()=>_0x2ebff2([_0x1d380f],null,_0x1c2db0)),null;}}else{const _0x17e72c=_0x1d380f[_0x2002db(0x1fd)](_0x39da63[_0x2002db(0x20c)]());null!==_0x17e72c&&_0x39da63[_0x2002db(0x272)]([_0x17e72c],null,_0x1c2db0);}}if(_0x1d380f[_0x2002db(0x1df)](),_0x1d380f[_0x2002db(0x334)]||_0x2002db(0x305)==_0x1d380f[_0x2002db(0x209)][_0x2002db(0x261)])return null;let _0x780fa0=null,_0xfb130e=_0x1d380f[_0x2002db(0x213)],_0x1dc377=_0x1d380f[_0x2002db(0x1f7)];const _0x14423c=this[_0x2002db(0x2e3)](_0x1d380f,_0x2002db(0x1ea));for(const {suggestion:_0x148c5e,meta:_0x2502c5}of _0x14423c){const _0xdeb340=this[_0x2002db(0x293)][_0x2002db(0x1f9)](_0xfb130e,_0x1dc377);if(_0x2502c5[_0x2002db(0x327)]&&(this[_0x2002db(0x36a)]||!_0x2502c5[_0x2002db(0x225)]&&!_0x2502c5[_0x2002db(0x320)])){if(_0x148c5e[_0x2002db(0x2b4)]){if(!Lt(_0x148c5e,_0x1c2db0))continue;let _0x2b9dd9=!0x0;for(const _0x12dd47 of _0x148c5e[_0x2002db(0x35a)]()){if(_0x12dd47[_0x2002db(0x354)](_0xdeb340,!0x0))return _0x148c5e;_0xdeb340[_0x2002db(0x354)](_0x12dd47)||(_0x2b9dd9=!0x1);}_0x2b9dd9&&_0x148c5e[_0x2002db(0x2a4)]();}else{const _0x5db11b=_0x148c5e[_0x2002db(0x20c)]();if(_0x5db11b[_0x2002db(0x354)](_0xdeb340,!0x0))return _0x148c5e;if(!Lt(_0x148c5e,_0x1c2db0)){_0xdeb340[_0x2002db(0x354)](_0x5db11b)?_0x148c5e[_0x2002db(0x2cb)]():_0x5db11b[_0x2002db(0x341)](_0xfb130e)?_0xfb130e=_0x5db11b[_0x2002db(0x1f7)]:_0x5db11b[_0x2002db(0x341)](_0x1dc377)&&(_0x1dc377=_0x5db11b[_0x2002db(0x213)]);continue;}_0xfb130e=_0xfb130e[_0x2002db(0x30e)](_0x5db11b[_0x2002db(0x213)])?_0xfb130e:_0x5db11b[_0x2002db(0x213)],_0x1dc377=_0x1dc377[_0x2002db(0x1ca)](_0x5db11b[_0x2002db(0x1f7)])?_0x1dc377:_0x5db11b[_0x2002db(0x1f7)],_0x1c2db0=Object[_0x2002db(0x27e)]({},_0x148c5e[_0x2002db(0x215)]),_0x780fa0?_0x5db11b[_0x2002db(0x213)][_0x2002db(0x30e)](_0x780fa0[_0x2002db(0x20c)]()[_0x2002db(0x213)])?(_0x780fa0[_0x2002db(0x2cb)](),_0x780fa0=_0x148c5e):_0x148c5e[_0x2002db(0x2cb)]():_0x780fa0=_0x148c5e;}}}if(_0x780fa0)return this[_0x2002db(0x2ab)](_0x780fa0,this[_0x2002db(0x293)][_0x2002db(0x1f9)](_0xfb130e,_0x1dc377)),_0x780fa0;{const _0x246e3c=_0x30e2f1(),_0x5b681f=this[_0x2002db(0x293)][_0x2002db(0x1f9)](_0xfb130e,_0x1dc377),_0x41b1c0=_0x41b8c5['id'],_0x42e3f0=_0x30398a?_0x2002db(0x30b)+_0x30398a:_0x2002db(0x1ea),_0x109b3e=this[_0x2002db(0x2bb)]({'id':_0x246e3c,'type':_0x42e3f0,'createdAt':new Date(),'authorId':_0x41b1c0,'attributes':_0x1c2db0});return this[_0x2002db(0x34e)](_0x42e3f0,_0x246e3c,_0x41b1c0,_0x5b681f),_0x109b3e;}}[_0x1c1145(0x329)](_0x2d9101,_0x15d28f=_0x1c1145(0x29a),_0x33263a={}){const _0x16e545=_0x1c1145,_0x5c4088=this[_0x16e545(0x2e6)][_0x16e545(0x20d)][_0x16e545(0x340)](_0x16e545(0x372))['me'],_0x91f461=_0x2d9101[_0x16e545(0x204)](_0x5ad161=>new _0x2f2073(_0x5ad161[_0x16e545(0x213)],_0x5ad161[_0x16e545(0x1f7)])),_0x31be6a=new Set();for(const {suggestion:_0x1042c1,meta:_0x105659}of this[_0x16e545(0x2e3)](_0x91f461,_0x16e545(0x1e5)))_0x105659[_0x16e545(0x327)]&&!_0x105659[_0x16e545(0x2df)]&&_0x31be6a[_0x16e545(0x33b)](_0x1042c1);for(const _0x46ea42 of _0x31be6a)if(_0x46ea42[_0x16e545(0x2b4)]){const _0x4d4da3=_0x46ea42[_0x16e545(0x35a)]();(!_0x46ea42[_0x16e545(0x215)]||!_0x46ea42[_0x16e545(0x215)][_0x16e545(0x26a)])&&(_0x4d4da3[_0x16e545(0x28b)](_0x4c4cb5=>_0x91f461[_0x16e545(0x30d)](_0x1fef34=>_0x1fef34[_0x16e545(0x354)](_0x4c4cb5,!0x0)))&&_0x46ea42[_0x16e545(0x2a4)]());if(_0x91f461[_0x16e545(0x28b)](_0x5413f5=>_0x4d4da3[_0x16e545(0x30d)](_0x5056ac=>_0x5056ac[_0x16e545(0x354)](_0x5413f5,!0x0)))){const _0x24aa4c=this[_0x16e545(0x263)][_0x16e545(0x2c1)](_0x16e545(0x1ea),_0x15d28f,_0x16e545(0x26f));return this[_0x16e545(0x250)](()=>_0x24aa4c(_0x2d9101,null,_0x33263a)),null;}}else{const _0x183e83=_0x46ea42[_0x16e545(0x20c)]();_0x91f461[_0x16e545(0x30d)](_0x3c83fc=>_0x3c83fc[_0x16e545(0x354)](_0x183e83,!0x0))&&_0x46ea42[_0x16e545(0x2a4)]();if(_0x91f461[_0x16e545(0x28b)](_0x10fd7f=>_0x183e83[_0x16e545(0x354)](_0x10fd7f,!0x0))){const _0x4b8a8e=this[_0x16e545(0x263)][_0x16e545(0x2c1)](_0x16e545(0x1ea),_0x15d28f,_0x16e545(0x26f));return this[_0x16e545(0x250)](()=>_0x4b8a8e(_0x91f461,null,_0x33263a)),null;}}const _0x33dadd=this[_0x16e545(0x263)][_0x16e545(0x2c1)](_0x16e545(0x1ea),_0x15d28f,_0x16e545(0x27d));let _0x5ec665=null;for(const _0x165368 of this[_0x16e545(0x2ac)]())if(_0x165368[_0x16e545(0x32d)]['id']==_0x5c4088['id']&&_0x165368[_0x16e545(0x1d3)]&&_0x16e545(0x1ea)==_0x165368[_0x16e545(0x335)]&&_0x165368[_0x16e545(0x332)]==_0x15d28f&&Lt(_0x165368,_0x33263a)&&(_0x33dadd(_0x165368[_0x16e545(0x35a)](),_0x91f461)||_0x33dadd(_0x91f461,_0x165368[_0x16e545(0x35a)]()))){if(_0x5ec665){if(_0x165368[_0x16e545(0x367)]&&_0x165368[_0x16e545(0x367)][_0x16e545(0x258)])continue;for(const _0x3575fe of _0x165368[_0x16e545(0x35a)]())_0x5ec665[_0x16e545(0x36e)](_0x3575fe)||_0x5ec665[_0x16e545(0x2af)](_0x3575fe);_0x165368[_0x16e545(0x2cb)]();}else{_0x5ec665=_0x165368;for(const _0x418354 of _0x91f461)_0x165368[_0x16e545(0x36e)](_0x418354)||_0x165368[_0x16e545(0x2af)](_0x418354);}}if(_0x5ec665)return _0x5ec665;_0x31be6a[_0x16e545(0x2be)]();for(const {suggestion:_0x3def02,meta:_0x275e2f}of this[_0x16e545(0x2e3)](_0x91f461,_0x16e545(0x1ea)))_0x275e2f[_0x16e545(0x327)]&&(this[_0x16e545(0x36a)]||!_0x275e2f[_0x16e545(0x225)]&&!_0x275e2f[_0x16e545(0x320)])&&Lt(_0x3def02,_0x33263a)&&_0x31be6a[_0x16e545(0x33b)](_0x3def02);for(const _0xd82ad0 of _0x31be6a){const _0x55b315=_0xd82ad0[_0x16e545(0x35a)]();if(!_0x33263a||!_0x33263a[_0x16e545(0x26a)]){if(_0x91f461[_0x16e545(0x28b)](_0x121053=>_0x55b315[_0x16e545(0x30d)](_0x210b9d=>_0x210b9d[_0x16e545(0x354)](_0x121053,!0x0))))return _0xd82ad0;}(!_0xd82ad0[_0x16e545(0x215)]||!_0xd82ad0[_0x16e545(0x215)][_0x16e545(0x26a)])&&(_0x55b315[_0x16e545(0x28b)](_0x1cd6d2=>_0x91f461[_0x16e545(0x30d)](_0x25fd37=>_0x25fd37[_0x16e545(0x354)](_0x1cd6d2,!0x0)))&&_0xd82ad0[_0x16e545(0x2a4)]());}const _0x22dba0=_0x30e2f1(),_0x3ef009=_0x5c4088['id'],_0x107ac2=_0x16e545(0x30b)+_0x15d28f,_0x18b0df=this[_0x16e545(0x2bb)]({'id':_0x22dba0,'type':_0x107ac2,'createdAt':new Date(),'authorId':_0x3ef009,'attributes':_0x33263a});for(const _0xa415af of _0x91f461)_0xa415af[_0x16e545(0x1df)](),_0xa415af[_0x16e545(0x334)]||_0x16e545(0x305)==_0xa415af[_0x16e545(0x209)][_0x16e545(0x261)]||this[_0x16e545(0x34e)](_0x107ac2,_0x22dba0,_0x3ef009,_0xa415af,_0x4d700f[_0x16e545(0x2a7)]());return _0x18b0df;}[_0x1c1145(0x28a)](_0x156dc8,_0x4c6be7,_0x5e782a,_0x45d004,_0x55061d){const _0x2c19ae=_0x1c1145;if(_0x156dc8[_0x2c19ae(0x334)])return[];if(_0x2c19ae(0x306)===this[_0x2c19ae(0x2a2)])return[];const _0x56b08a=this[_0x2c19ae(0x2e6)][_0x2c19ae(0x20d)][_0x2c19ae(0x340)](_0x2c19ae(0x372))['me']['id'],_0x340be5=Array[_0x2c19ae(0x2c0)](this[_0x2c19ae(0x33d)][_0x2c19ae(0x2f9)]())[_0x2c19ae(0x290)](_0x229013=>_0x2c19ae(0x274)==_0x229013[_0x2c19ae(0x335)]&&_0x229013[_0x2c19ae(0x339)][_0x2c19ae(0x2f7)]==_0x4c6be7&&_0x229013[_0x2c19ae(0x36e)](_0x156dc8));if(_0x2c19ae(0x21e)===this[_0x2c19ae(0x2a2)]){const _0x21f736=this[_0x2c19ae(0x2e3)](_0x156dc8,_0x2c19ae(0x1e5))[_0x2c19ae(0x290)](({meta:_0x456483})=>_0x456483[_0x2c19ae(0x327)]&&!_0x456483[_0x2c19ae(0x320)]&&!_0x456483[_0x2c19ae(0x2df)])[_0x2c19ae(0x204)](({suggestion:_0x12d45a})=>_0x12d45a);_0x340be5[_0x2c19ae(0x206)](..._0x21f736);}const _0x3d87a2=new Map([[_0x156dc8,_0x5e782a]]);for(const _0x33b3e5 of _0x340be5){const _0x370c83=_0x2c19ae(0x274)==_0x33b3e5[_0x2c19ae(0x335)]?_0x33b3e5[_0x2c19ae(0x339)][_0x2c19ae(0x2ef)]:void 0x0,_0x646247=_0x33b3e5[_0x2c19ae(0x20c)](),_0xde0ab4=Array[_0x2c19ae(0x2c0)](_0x3d87a2[_0x2c19ae(0x2ad)]())[_0x2c19ae(0x276)](_0x2f572a=>_0x2f572a[_0x2c19ae(0x236)](_0x646247));if(!_0xde0ab4)continue;const _0x419413=_0xde0ab4[_0x2c19ae(0x2e5)](_0x646247);this[_0x2c19ae(0x322)](_0x4c6be7)&&_0x2c19ae(0x1e5)==_0x33b3e5[_0x2c19ae(0x335)]&&0x0!=_0x419413[_0x2c19ae(0x258)]||(_0x3d87a2[_0x2c19ae(0x2d7)](_0xde0ab4),_0x419413[_0x2c19ae(0x2aa)](_0x3cb2a3=>{const _0x53413e=_0x2c19ae;_0x3d87a2[_0x53413e(0x299)](_0x3cb2a3,_0x5e782a);}),_0x2c19ae(0x1e5)!=_0x33b3e5[_0x2c19ae(0x335)]&&_0x370c83!=_0x45d004&&_0x3d87a2[_0x2c19ae(0x299)](_0xde0ab4[_0x2c19ae(0x1fd)](_0x646247),_0x370c83));}const _0x3d2eb0=[];for(const [_0x29a5fa,_0x4c3d6b]of _0x3d87a2){const _0x2f4a6f=_0x30e2f1(),_0x45d997={'key':_0x4c6be7,'oldValue':_0x4c3d6b,'newValue':_0x45d004};_0x4c6be7[_0x2c19ae(0x258)]>0x25&&console[_0x2c19ae(0x222)](_0x2c19ae(0x34b),{'key':_0x4c6be7});const _0x239d7e=(_0x2c19ae(0x294)+(_0x4c6be7+'|'+Vt({'newValue':_0x45d004})))[_0x2c19ae(0x2f3)](0x0,0x3c),_0x536d0f=this[_0x2c19ae(0x2bb)]({'id':_0x2f4a6f,'type':_0x239d7e,'data':_0x45d997,'createdAt':new Date(),'authorId':_0x56b08a,'attributes':_0x55061d});_0x3d2eb0[_0x2c19ae(0x224)](_0x536d0f),this[_0x2c19ae(0x34e)](_0x239d7e,_0x2f4a6f,_0x56b08a,_0x29a5fa);}return _0x3d2eb0;}[_0x1c1145(0x2a8)](_0x371974){const _0x2f56c0=_0x1c1145;this[_0x2f56c0(0x36d)](_0x371974,(_0x319af4,..._0x1b016b)=>{const _0x5b5794=_0x2f56c0;this[_0x5b5794(0x24b)](()=>{_0x319af4(..._0x1b016b);});});}[_0x1c1145(0x211)](_0x48e4e6){const _0x30a310=_0x1c1145;this[_0x30a310(0x32a)][_0x30a310(0x33b)](_0x48e4e6);}[_0x1c1145(0x268)](_0x5a6ef9){const _0x5ba3d9=_0x1c1145;this[_0x5ba3d9(0x2e0)][_0x5ba3d9(0x33b)](_0x5a6ef9);}[_0x1c1145(0x2e8)](_0x2d9098){const _0x2074df=_0x1c1145;return _0x2074df(0x274)==_0x2d9098[_0x2074df(0x335)]?_0x2d9098[_0x2074df(0x332)][_0x2074df(0x36f)]('|')[0x0]:null;}[_0x1c1145(0x2ab)](_0x3495d3,_0x271ba8){const _0x698d48=_0x1c1145,_0x1d748d=_0x3495d3[_0x698d48(0x2c6)]();this[_0x698d48(0x293)][_0x698d48(0x1d5)](_0x3da7fe=>{const _0x35b488=_0x698d48;_0x3da7fe[_0x35b488(0x35c)](_0x1d748d,{'range':_0x271ba8});});}[_0x1c1145(0x2fd)](_0x518fa2){const _0x394096=_0x1c1145,_0x5b4ed8=_0x518fa2['id'],_0x201ded=this[_0x394096(0x2e6)][_0x394096(0x282)][_0x394096(0x340)](_0x394096(0x2a0));this[_0x394096(0x2c2)][_0x394096(0x227)](_0x5b4ed8)||this[_0x394096(0x2c2)][_0x394096(0x20b)]({'channelId':_0x201ded,'threadId':_0x5b4ed8,'isResolvable':!0x1,'isSubmitted':!0x0});const _0xcfe5a3=this[_0x394096(0x2c2)][_0x394096(0x25f)](_0x5b4ed8);_0xcfe5a3[_0x394096(0x1c9)](_0x394096(0x223)),_0xcfe5a3[_0x394096(0x223)]=!0x1,_0x518fa2[_0x394096(0x367)]=_0xcfe5a3;}[_0x1c1145(0x1d4)](_0x5c013e,_0x12be53,_0x169a58,_0x180c5b){const _0x1662ec=_0x1c1145;if(_0x5c013e[_0x1662ec(0x335)]!=_0x12be53||_0x5c013e[_0x1662ec(0x332)]!=_0x169a58||_0x5c013e[_0x1662ec(0x210)]['id']!=_0x180c5b)throw this[_0x1662ec(0x2e6)][_0x1662ec(0x349)](_0x1662ec(0x2b2)),new _0x38bb25(_0x1662ec(0x2b2),this);}[_0x1c1145(0x2ea)](_0x20908a,_0x27ef9e){const _0x3b9107=_0x1c1145,_0x2da686=_0x20908a[_0x3b9107(0x20c)]();if(_0x27ef9e[_0x3b9107(0x2b7)](_0x2da686))_0x20908a[_0x3b9107(0x2cb)]();else{if(_0x2da686[_0x3b9107(0x354)](_0x27ef9e)){const _0x1d4a6c=this[_0x3b9107(0x293)][_0x3b9107(0x245)](_0x27ef9e[_0x3b9107(0x213)][_0x3b9107(0x324)],_0x3b9107(0x1f7));this[_0x3b9107(0x2ab)](_0x20908a,this[_0x3b9107(0x293)][_0x3b9107(0x1f9)](_0x2da686[_0x3b9107(0x213)],_0x1d4a6c));const _0x154ceb=_0x30e2f1(),_0x258722=_0x20908a[_0x3b9107(0x210)]['id'],_0x1e9474=_0x20908a[_0x3b9107(0x335)]+':'+_0x20908a[_0x3b9107(0x332)];this[_0x3b9107(0x2bb)]({'id':_0x154ceb,'type':_0x1e9474,'createdAt':new Date(),'authorId':_0x258722,'data':_0x20908a[_0x3b9107(0x339)],'attributes':_0x20908a[_0x3b9107(0x215)]});const _0x69e41d=this[_0x3b9107(0x293)][_0x3b9107(0x245)](_0x27ef9e[_0x3b9107(0x1f7)][_0x3b9107(0x24a)],_0x3b9107(0x275)),_0x7aaf25=this[_0x3b9107(0x293)][_0x3b9107(0x1f9)](_0x69e41d,_0x2da686[_0x3b9107(0x1f7)]);this[_0x3b9107(0x34e)](_0x1e9474,_0x154ceb,_0x258722,_0x7aaf25);}else{if(_0x2da686[_0x3b9107(0x341)](_0x27ef9e[_0x3b9107(0x213)])){const _0x1ffe0c=this[_0x3b9107(0x293)][_0x3b9107(0x245)](_0x27ef9e[_0x3b9107(0x213)][_0x3b9107(0x324)],_0x3b9107(0x1f7));this[_0x3b9107(0x2ab)](_0x20908a,this[_0x3b9107(0x293)][_0x3b9107(0x1f9)](_0x2da686[_0x3b9107(0x213)],_0x1ffe0c));}else{const _0x806458=this[_0x3b9107(0x293)][_0x3b9107(0x245)](_0x27ef9e[_0x3b9107(0x1f7)][_0x3b9107(0x24a)],_0x3b9107(0x275));this[_0x3b9107(0x2ab)](_0x20908a,this[_0x3b9107(0x293)][_0x3b9107(0x1f9)](_0x806458,_0x2da686[_0x3b9107(0x1f7)]));}}}}[_0x1c1145(0x21a)](_0x2ab60f){const _0x2e1e51=_0x1c1145;for(const {suggestion:_0x1b79f0,meta:_0xba94cc}of this[_0x2e1e51(0x2e3)](_0x2ab60f,_0x2e1e51(0x1e5))){if(!_0xba94cc[_0x2e1e51(0x327)])continue;const _0x54b426=_0x1b79f0[_0x2e1e51(0x35a)]();for(const _0x4266c0 of _0x54b426)if(!_0x2ab60f[_0x2e1e51(0x2e5)](_0x4266c0)[_0x2e1e51(0x258)])return!0x0;}return!0x1;}[_0x1c1145(0x2dd)](_0x50ce35){const _0x3c07cd=_0x1c1145,_0x4f4830=this[_0x3c07cd(0x2e6)][_0x3c07cd(0x20d)][_0x3c07cd(0x340)](_0x3c07cd(0x372))[_0x3c07cd(0x2bf)](_0x50ce35);if(!_0x4f4830)throw new _0x38bb25(_0x3c07cd(0x256),this);return _0x4f4830;}[_0x1c1145(0x1d6)](_0x2a7d4e){const _0x4a2b8b=_0x1c1145,_0x266c7f=this[_0x4a2b8b(0x2e6)][_0x4a2b8b(0x20d)][_0x4a2b8b(0x340)](_0x4a2b8b(0x372)),_0x3ccd10=_0x270b32(_0x4a2b8b(0x2ba)+_0x2a7d4e),_0x41d772=_0x266c7f[_0x4a2b8b(0x2bf)](_0x3ccd10);return _0x41d772||_0x266c7f[_0x4a2b8b(0x318)]({'id':_0x3ccd10,'name':_0x2a7d4e});}[_0x1c1145(0x323)](_0x7e6351,_0x5299a6,_0x244242,_0xfb7ec2,_0x540793){const _0x49282b=_0x1c1145,_0x3bb949=this[_0x49282b(0x2dd)](_0xfb7ec2),_0x4d2539=this[_0x49282b(0x263)][_0x49282b(0x321)](_0x7e6351,_0x5299a6,_0x244242,_0x3bb949,_0x540793,_0x283d77=>{const _0x286a0a=_0x49282b;this[_0x286a0a(0x219)](_0x244242,{'attributes':_0x283d77});const _0x3bea9e=this[_0x286a0a(0x302)](_0x244242);this[_0x286a0a(0x35b)](new Set([_0x3bea9e])),this[_0x286a0a(0x2fe)](new Set([_0x3bea9e]));});return this[_0x49282b(0x328)](_0x4d2539,_0x49282b(0x26f),()=>{const _0xa756eb=_0x49282b;this[_0xa756eb(0x219)](_0x244242,{'state':_0xa756eb(0x31a)});},{'priority':_0x49282b(0x361)}),this[_0x49282b(0x328)](_0x4d2539,_0x49282b(0x2a4),()=>{const _0x2d9966=_0x49282b;this[_0x2d9966(0x219)](_0x244242,{'state':_0x2d9966(0x279)});},{'priority':_0x49282b(0x361)}),this[_0x49282b(0x33d)][_0x49282b(0x299)](_0x244242,_0x4d2539),this[_0x49282b(0x375)][_0x49282b(0x299)](_0x4d2539,_0x49282b(0x26d)),_0x4d2539;}[_0x1c1145(0x2d1)](_0x4130a0){const _0x11d229=_0x1c1145,_0x5d9c1b=_0x4130a0[_0x11d229(0x36f)](':');return{'group':_0x5d9c1b[0x0],'type':_0x5d9c1b[0x1],'subType':_0x5d9c1b[_0x11d229(0x258)]>=0x5?_0x5d9c1b[0x2]:null,'id':_0x5d9c1b[_0x11d229(0x258)]<0x5?_0x5d9c1b[0x2]:_0x5d9c1b[0x3],'authorId':_0x5d9c1b[_0x11d229(0x258)]<0x5?_0x5d9c1b[0x3]:_0x5d9c1b[0x4],'markerCount':0x6==_0x5d9c1b[_0x11d229(0x258)]?_0x5d9c1b[0x5]:null};}[_0x1c1145(0x374)](_0x4dc0f6,_0x58a020,_0x1463fd){const _0x57cc8f=_0x1c1145,_0x5ce3a2=_0x4dc0f6[_0x57cc8f(0x20c)](),_0x9ac330=_0x5ce3a2[_0x57cc8f(0x213)],_0xc4a3fb=_0x5ce3a2[_0x57cc8f(0x1f7)];this[_0x57cc8f(0x2ab)](_0x4dc0f6,this[_0x57cc8f(0x293)][_0x57cc8f(0x1f9)](_0x9ac330,_0x58a020));const _0x296f84=_0x30e2f1(),_0x380b43=_0x4dc0f6[_0x57cc8f(0x210)]['id'],_0x234626=_0x4dc0f6[_0x57cc8f(0x335)]+(_0x4dc0f6[_0x57cc8f(0x332)]?':'+_0x4dc0f6[_0x57cc8f(0x332)]:'');this[_0x57cc8f(0x2bb)]({'id':_0x296f84,'type':_0x234626,'createdAt':new Date(),'authorId':_0x380b43,'originalSuggestionId':_0x4dc0f6['id'],'attributes':_0x4dc0f6[_0x57cc8f(0x215)],'data':_0x4dc0f6[_0x57cc8f(0x339)]});const _0x16373c=this[_0x57cc8f(0x2e8)](_0x4dc0f6);(_0x57cc8f(0x26b)==_0x4dc0f6[_0x57cc8f(0x335)]||_0x16373c&&this[_0x57cc8f(0x322)](_0x16373c))&&(_0x1463fd=this[_0x57cc8f(0x293)][_0x57cc8f(0x312)](_0x1463fd[_0x57cc8f(0x24a)])),this[_0x57cc8f(0x34e)](_0x234626,_0x296f84,_0x380b43,this[_0x57cc8f(0x293)][_0x57cc8f(0x1f9)](_0x1463fd,_0xc4a3fb));}[_0x1c1145(0x2e3)](_0x54b3a4,_0x106cc0=null){const _0x35c3a1=_0x1c1145,_0x218b19=[],_0x38682a=this[_0x35c3a1(0x2e6)][_0x35c3a1(0x20d)][_0x35c3a1(0x340)](_0x35c3a1(0x372))['me'];Array[_0x35c3a1(0x20a)](_0x54b3a4)||(_0x54b3a4=[_0x54b3a4]);for(const _0x1ed7ec of this[_0x35c3a1(0x2ac)]()){if(!_0x1ed7ec[_0x35c3a1(0x1d3)])continue;if(_0x106cc0&&_0x1ed7ec[_0x35c3a1(0x335)]!=_0x106cc0)continue;let _0x55ce07=!0x1;for(const _0x3cebd9 of _0x1ed7ec[_0x35c3a1(0x35a)]()){for(const _0x3594b7 of _0x54b3a4){const _0x43a3b9=_0x3594b7[_0x35c3a1(0x213)][_0x35c3a1(0x2b7)](_0x3cebd9[_0x35c3a1(0x1f7)])||_0x3594b7[_0x35c3a1(0x1f7)][_0x35c3a1(0x2b7)](_0x3cebd9[_0x35c3a1(0x213)]);if(_0x43a3b9||_0x3594b7[_0x35c3a1(0x1fd)](_0x3cebd9)){const _0x19e347=_0x3594b7[_0x35c3a1(0x354)](_0x3cebd9)&&Rt(this[_0x35c3a1(0x293)][_0x35c3a1(0x28c)],_0x3cebd9[_0x35c3a1(0x213)],_0x3594b7),_0x579ad3=_0x3cebd9[_0x35c3a1(0x354)](_0x3594b7)&&Rt(this[_0x35c3a1(0x293)][_0x35c3a1(0x28c)],_0x3594b7[_0x35c3a1(0x213)],_0x3cebd9);_0x218b19[_0x35c3a1(0x224)]({'suggestion':_0x1ed7ec,'meta':{'isOwn':_0x38682a==_0x1ed7ec[_0x35c3a1(0x32d)],'isNextTo':_0x43a3b9,'isInsideObject':_0x19e347,'containsRangeInObject':_0x579ad3}}),_0x55ce07=!0x0;break;}}if(_0x55ce07)break;}}return _0x218b19;}[_0x1c1145(0x34e)](_0x3b6bf6,_0x592a80,_0x450368,_0x4e47f7,_0x4028cd){const _0x3499fb=_0x1c1145;this[_0x3499fb(0x293)][_0x3499fb(0x1d5)](_0x237e75=>{const _0x1d60bf=_0x3499fb;let _0x2d7458=_0x1d60bf(0x34d)+_0x3b6bf6+':'+_0x592a80+':'+_0x450368;_0x4028cd&&(_0x2d7458=_0x2d7458+':'+_0x4028cd),_0x237e75[_0x1d60bf(0x262)](_0x2d7458,{'range':_0x4e47f7,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1c1145(0x2a5)](_0x166fd1){const _0x1de619=_0x1c1145,_0x2c2ce9=_0x166fd1[_0x1de619(0x2d0)],_0x3d95ed=_0x166fd1[_0x1de619(0x20f)];_0x166fd1[_0x1de619(0x2d0)]=null,_0x166fd1[_0x1de619(0x20f)]=null,null!=_0x2c2ce9&&_0x2c2ce9[_0x1de619(0x20f)]==_0x166fd1&&(_0x2c2ce9[_0x1de619(0x20f)]=_0x3d95ed),null!=_0x3d95ed&&_0x3d95ed[_0x1de619(0x2d0)]==_0x166fd1&&(_0x3d95ed[_0x1de619(0x2d0)]=_0x2c2ce9),_0x1de619(0x319)==this[_0x1de619(0x375)][_0x1de619(0x340)](_0x166fd1)&&(this[_0x1de619(0x375)][_0x1de619(0x299)](_0x166fd1,_0x1de619(0x284)),this[_0x1de619(0x1f8)](_0x1de619(0x316),_0x166fd1,_0x2c2ce9,_0x3d95ed));}[_0x1c1145(0x2bb)](_0x2c8dfa){const _0x15c580=_0x1c1145,_0x49f87b=_0x2c8dfa['id'],_0x45d67a=this[_0x15c580(0x287)](_0x2c8dfa);if(this[_0x15c580(0x311)]&&this[_0x15c580(0x311)][_0x15c580(0x363)]){const _0x18eceb=this[_0x15c580(0x2e6)][_0x15c580(0x20d)][_0x15c580(0x340)](_0x15c580(0x269)),_0x3f5f69=_0x45d67a[_0x15c580(0x373)],_0x5cb086=_0x45d67a[_0x15c580(0x332)]?_0x45d67a[_0x15c580(0x335)]+':'+_0x45d67a[_0x15c580(0x332)]:_0x45d67a[_0x15c580(0x335)],_0x1226c4=this[_0x15c580(0x2e6)][_0x15c580(0x21f)],_0x39c500=_0x18eceb[_0x15c580(0x33b)](_0x45f70b(_0x1226c4,_0x15c580(0x264))),_0x2f005b={'id':_0x49f87b,'type':_0x5cb086,'hasComments':_0x3f5f69,'data':_0x2c8dfa[_0x15c580(0x339)]||null,'originalSuggestionId':_0x2c8dfa[_0x15c580(0x242)]||null,'attributes':_0x45d67a[_0x15c580(0x215)]};this[_0x15c580(0x311)][_0x15c580(0x363)](_0x2f005b)[_0x15c580(0x342)](_0x3f2bc1=>{const _0x342b86=_0x15c580;_0x45d67a[_0x342b86(0x344)]=!0x0,_0x18eceb[_0x342b86(0x309)](_0x39c500),_0x3f2bc1&&_0x3f2bc1[_0x342b86(0x34c)]&&(this[_0x342b86(0x33d)][_0x342b86(0x340)](_0x49f87b)[_0x342b86(0x34c)]=_0x3f2bc1[_0x342b86(0x34c)]);})[_0x15c580(0x2f5)](_0x406fc9=>{const _0x1186f9=_0x15c580;throw _0x421f77(_0x1186f9(0x30a)),this[_0x1186f9(0x2e6)][_0x1186f9(0x207)][_0x1186f9(0x2d6)]({'isUndoable':!0x1},()=>{const _0x10b80b=_0x1186f9;_0x45d67a[_0x10b80b(0x2a4)]();}),_0x45d67a[_0x1186f9(0x2f2)](),this[_0x1186f9(0x33d)][_0x1186f9(0x2d7)](_0x45d67a['id']),this[_0x1186f9(0x375)][_0x1186f9(0x2d7)](_0x45d67a),_0x406fc9;});}return _0x45d67a;}[_0x1c1145(0x322)](_0x3b0344){const _0xcdb9d5=_0x1c1145;return this[_0xcdb9d5(0x32a)][_0xcdb9d5(0x247)](_0x3b0344);}[_0x1c1145(0x219)](_0x448f73,_0x664cb){const _0x54bcdf=_0x1c1145,_0x4d2d8a=this[_0x54bcdf(0x2e6)][_0x54bcdf(0x20d)][_0x54bcdf(0x340)](_0x54bcdf(0x269)),_0x2aec3e=this[_0x54bcdf(0x302)](_0x448f73);if(this[_0x54bcdf(0x311)]&&this[_0x54bcdf(0x311)][_0x54bcdf(0x27f)]){if(_0x2aec3e[_0x54bcdf(0x344)]){const _0x440a9d=_0x4d2d8a[_0x54bcdf(0x33b)](_0x45f70b(this[_0x54bcdf(0x2e6)][_0x54bcdf(0x21f)],_0x54bcdf(0x264)));this[_0x54bcdf(0x311)][_0x54bcdf(0x27f)](_0x448f73,_0x664cb)[_0x54bcdf(0x342)](()=>{const _0x245eb9=_0x54bcdf;_0x4d2d8a[_0x245eb9(0x309)](_0x440a9d);});}else _0x2aec3e['on'](_0x54bcdf(0x257),()=>{const _0x44789e=_0x54bcdf;this[_0x44789e(0x219)](_0x448f73,_0x664cb);});}}[_0x1c1145(0x2d3)](_0x448c33){const _0x4658b6=_0x1c1145;if(!this[_0x4658b6(0x311)]||!this[_0x4658b6(0x311)][_0x4658b6(0x302)])throw new _0x38bb25(_0x4658b6(0x362),this);return this[_0x4658b6(0x311)][_0x4658b6(0x302)](_0x448c33);}[_0x1c1145(0x2b0)](_0x134279){const _0x3bcf37=_0x1c1145,{id:_0x2d65ef,type:_0x3673d4,subType:_0x190e10,authorId:_0x3e2f6e}=this[_0x3bcf37(0x2d1)](_0x134279),_0x2bf302=this[_0x3bcf37(0x33d)][_0x3bcf37(0x340)](_0x2d65ef)||this[_0x3bcf37(0x323)](_0x3673d4,_0x190e10,_0x2d65ef,_0x3e2f6e,{});switch(this[_0x3bcf37(0x1d4)](_0x2bf302,_0x3673d4,_0x190e10,_0x3e2f6e),this[_0x3bcf37(0x375)][_0x3bcf37(0x340)](_0x2bf302)){case _0x3bcf37(0x26d):this[_0x3bcf37(0x2d3)](_0x2d65ef)[_0x3bcf37(0x342)](_0x2e9260=>{const _0x4ac6c4=_0x3bcf37;let _0xb553cb=Promise[_0x4ac6c4(0x277)]();_0x2e9260[_0x4ac6c4(0x373)]&&(_0xb553cb=this[_0x4ac6c4(0x2c2)][_0x4ac6c4(0x32b)]({'channelId':this[_0x4ac6c4(0x2e6)][_0x4ac6c4(0x282)][_0x4ac6c4(0x340)](_0x4ac6c4(0x2a0)),'threadId':_0x2d65ef})),_0xb553cb[_0x4ac6c4(0x342)](()=>{const _0x4bce6c=_0x4ac6c4;this[_0x4bce6c(0x287)](_0x2e9260)[_0x4bce6c(0x344)]=!0x0;});}),this[_0x3bcf37(0x375)][_0x3bcf37(0x299)](_0x2bf302,_0x3bcf37(0x31b));break;case _0x3bcf37(0x284):this[_0x3bcf37(0x219)](_0x2d65ef,{'state':_0x3bcf37(0x304)});case _0x3bcf37(0x2e7):this[_0x3bcf37(0x375)][_0x3bcf37(0x299)](_0x2bf302,_0x3bcf37(0x319)),this[_0x3bcf37(0x1f8)](_0x3bcf37(0x24f),_0x2bf302);break;case _0x3bcf37(0x319):this[_0x3bcf37(0x1f8)](_0x3bcf37(0x28e),_0x2bf302);}return _0x2bf302[_0x3bcf37(0x1f2)](_0x134279),_0x2bf302;}[_0x1c1145(0x2fe)](_0x58699f){const _0xfa9bc4=_0x1c1145,_0x1bc042=Array[_0xfa9bc4(0x2c0)](_0x58699f),_0x3ba7ee=_0x1bc042[_0xfa9bc4(0x290)](_0x4a3f2a=>_0xfa9bc4(0x274)==_0x4a3f2a[_0xfa9bc4(0x335)]);this[_0xfa9bc4(0x2b3)](_0x3ba7ee);const _0x49f0e8=_0x1bc042[_0xfa9bc4(0x290)](_0x70da99=>!_0x70da99[_0xfa9bc4(0x2b4)]&&_0xfa9bc4(0x274)!=_0x70da99[_0xfa9bc4(0x335)]),_0xb80219=this[_0xfa9bc4(0x2ac)]({'skipNotAttached':!0x0})[_0xfa9bc4(0x290)](_0x27e6af=>!_0x27e6af[_0xfa9bc4(0x2b4)]&&_0xfa9bc4(0x274)!=_0x27e6af[_0xfa9bc4(0x335)]),_0x203b97=_0xb80219[_0xfa9bc4(0x290)](_0x4f6abb=>!_0x58699f[_0xfa9bc4(0x247)](_0x4f6abb)),_0x2ed2cb=new Map(_0xb80219[_0xfa9bc4(0x204)](_0x173a21=>[_0x173a21,this[_0xfa9bc4(0x263)][_0xfa9bc4(0x2c1)](_0x173a21[_0xfa9bc4(0x335)],_0x173a21[_0xfa9bc4(0x332)],_0xfa9bc4(0x345))])),_0xcdcf6a=new Map(_0xb80219[_0xfa9bc4(0x204)](_0x5dad6f=>[_0x5dad6f,_0x5dad6f[_0xfa9bc4(0x20c)]()])),_0x2c993f=new Set(),_0x33a321=new Set();for(let _0x2ba14a=0x0;_0x2ba14a<_0x49f0e8[_0xfa9bc4(0x258)];_0x2ba14a++)_0x3fd564(_0x49f0e8[_0x2ba14a],_0x49f0e8,_0x2ba14a+0x1);for(let _0x166556=0x0;_0x166556<_0x49f0e8[_0xfa9bc4(0x258)];_0x166556++)_0x3fd564(_0x49f0e8[_0x166556],_0x203b97,0x0);const _0x3a8f0e=new Set();for(let _0x437aac=0x0;_0x437aac<_0x49f0e8[_0xfa9bc4(0x258)];_0x437aac++){const _0x213ea6=_0x49f0e8[_0x437aac];!_0x33a321[_0xfa9bc4(0x247)](_0x213ea6)&&_0x213ea6[_0xfa9bc4(0x2d0)]&&(_0x3a8f0e[_0xfa9bc4(0x33b)](_0x213ea6[_0xfa9bc4(0x2d0)]),_0x213ea6[_0xfa9bc4(0x2d0)][_0xfa9bc4(0x20f)]===_0x213ea6&&(_0x213ea6[_0xfa9bc4(0x2d0)][_0xfa9bc4(0x20f)]=null),_0x213ea6[_0xfa9bc4(0x2d0)]=null),!_0x2c993f[_0xfa9bc4(0x247)](_0x213ea6)&&_0x213ea6[_0xfa9bc4(0x20f)]&&(_0x3a8f0e[_0xfa9bc4(0x33b)](_0x213ea6[_0xfa9bc4(0x20f)]),_0x213ea6[_0xfa9bc4(0x20f)][_0xfa9bc4(0x2d0)]===_0x213ea6&&(_0x213ea6[_0xfa9bc4(0x20f)][_0xfa9bc4(0x2d0)]=null),_0x213ea6[_0xfa9bc4(0x20f)]=null);}function _0x3fd564(_0x41e882,_0x139ece,_0xf26b69){const _0x31e740=_0xfa9bc4;for(let _0x1fb827=_0xf26b69;_0x1fb827<_0x139ece[_0x31e740(0x258)];_0x1fb827++){const _0x593e17=_0x2704c7(_0x41e882,_0x139ece[_0x1fb827]);_0x593e17&&(_0x593e17[0x0][_0x31e740(0x20f)]=_0x593e17[0x1],_0x593e17[0x1][_0x31e740(0x2d0)]=_0x593e17[0x0],_0x2c993f[_0x31e740(0x33b)](_0x593e17[0x0]),_0x33a321[_0x31e740(0x33b)](_0x593e17[0x1]));}}function _0x2704c7(_0x1475b2,_0x1c512e){const _0x4845b0=_0xfa9bc4;if(_0x1475b2[_0x4845b0(0x32d)]['id']!==_0x1c512e[_0x4845b0(0x32d)]['id'])return null;const _0x354acf=_0x2ed2cb[_0x4845b0(0x340)](_0x1475b2)(_0x1475b2,_0x1c512e,_0xcdcf6a[_0x4845b0(0x340)](_0x1475b2),_0xcdcf6a[_0x4845b0(0x340)](_0x1c512e));if(!_0x354acf)return null;return _0x2ed2cb[_0x4845b0(0x340)](_0x1c512e)(_0x1475b2,_0x1c512e,_0xcdcf6a[_0x4845b0(0x340)](_0x1475b2),_0xcdcf6a[_0x4845b0(0x340)](_0x1c512e))?_0x354acf[0x1][_0x4845b0(0x367)]&&_0x354acf[0x1][_0x4845b0(0x367)][_0x4845b0(0x258)]?null:_0x354acf:null;}_0x3a8f0e[_0xfa9bc4(0x260)]&&this[_0xfa9bc4(0x2fe)](_0x3a8f0e);}[_0x1c1145(0x2b3)](_0x100f80){const _0x22d8c1=_0x1c1145;if(0x0==_0x100f80[_0x22d8c1(0x258)])return;const _0x264263=this[_0x22d8c1(0x2ac)]({'skipNotAttached':!0x0})[_0x22d8c1(0x290)](_0x2df1b8=>_0x22d8c1(0x274)==_0x2df1b8[_0x22d8c1(0x335)]&&_0x2df1b8[_0x22d8c1(0x2cc)]),_0x30fb35=[],_0x27fe6b=new Map();for(const _0x432ea5 of _0x264263){const _0x4c2200=_0x270b32(_0x432ea5[_0x22d8c1(0x215)]);_0x27fe6b[_0x22d8c1(0x247)](_0x4c2200)||(_0x27fe6b[_0x22d8c1(0x299)](_0x4c2200,_0x30fb35[_0x22d8c1(0x258)]),_0x30fb35[_0x22d8c1(0x224)]([]));const _0x2a0a90=_0x27fe6b[_0x22d8c1(0x340)](_0x4c2200);_0x30fb35[_0x2a0a90][_0x22d8c1(0x224)](_0x432ea5);}!(function(){const _0x36e15f=_0x22d8c1;_0x30fb35[_0x36e15f(0x28d)]((_0x13fb12,_0x5c2c11)=>{const _0x3393ca=_0x36e15f,_0x34b2e1=_0x13fb12[0x0][_0x3393ca(0x34c)],_0x18a41a=_0x5c2c11[0x0][_0x3393ca(0x34c)];return _0x34b2e1==_0x18a41a?_0x13fb12[0x0][_0x3393ca(0x215)][_0x3393ca(0x2e2)]<_0x5c2c11[0x0][_0x3393ca(0x215)][_0x3393ca(0x2e2)]?-0x1:0x1:_0x34b2e1<_0x18a41a?-0x1:0x1;});for(const _0x3f0984 of _0x30fb35)_0x3f0984[_0x36e15f(0x28d)]((_0x113e4a,_0x29d0c8)=>_0x113e4a['id']<_0x29d0c8['id']?-0x1:0x1);}());for(let _0x35b61f=0x0;_0x35b61f<_0x30fb35[_0x22d8c1(0x258)];_0x35b61f++){if(0x0==_0x30fb35[_0x35b61f][_0x22d8c1(0x258)])continue;const _0x3818be=[];for(let _0x46bb47=_0x35b61f+0x1;_0x46bb47<_0x30fb35[_0x22d8c1(0x258)];_0x46bb47++)0x0!=_0x30fb35[_0x46bb47][_0x22d8c1(0x258)]&&_0x124776(_0x30fb35[_0x35b61f],_0x30fb35[_0x46bb47])&&_0x3818be[_0x22d8c1(0x224)](_0x46bb47);for(const _0x490b22 of _0x3818be)_0x30fb35[_0x35b61f]=_0x30fb35[_0x35b61f][_0x22d8c1(0x2a9)](_0x30fb35[_0x490b22]),_0x30fb35[_0x490b22]=[];}for(const _0xeedec4 of _0x30fb35)for(let _0x11399b=0x0;_0x11399b<_0xeedec4[_0x22d8c1(0x258)];_0x11399b++)_0xeedec4[_0x11399b][_0x22d8c1(0x20f)]=_0xeedec4[_0x11399b+0x1]||null;for(const _0xdb0492 of _0x30fb35)for(let _0x2143bf=0x0;_0x2143bf<_0xdb0492[_0x22d8c1(0x258)];_0x2143bf++)_0xdb0492[_0x2143bf][_0x22d8c1(0x2d0)]=_0xdb0492[_0x2143bf-0x1]||null;function _0x124776(_0x1fdbbb,_0x3b430b){const _0x42a6ea=_0x22d8c1;if(_0x1fdbbb[0x0][_0x42a6ea(0x215)][_0x42a6ea(0x2e2)]!==_0x3b430b[0x0][_0x42a6ea(0x215)][_0x42a6ea(0x2e2)]&&_0x1fdbbb[0x0][_0x42a6ea(0x32d)]!==_0x3b430b[0x0][_0x42a6ea(0x32d)])return!0x1;if(!function(_0x5150bf,_0x2b5934){const _0x2a68aa=_0x42a6ea;if(!_0x5150bf[_0x2a68aa(0x373)]&&!_0x2b5934[_0x2a68aa(0x373)])return!0x0;if(_0x5150bf[_0x2a68aa(0x373)]&&_0x2b5934[_0x2a68aa(0x373)])return!0x1;if(_0x5150bf[_0x2a68aa(0x373)]&&_0x2b5934[_0x2a68aa(0x34c)]<_0x5150bf[_0x2a68aa(0x367)][_0x2a68aa(0x25c)][_0x2a68aa(0x340)](0x0)[_0x2a68aa(0x34c)])return!0x0;if(_0x2b5934[_0x2a68aa(0x373)]&&_0x5150bf[_0x2a68aa(0x34c)]<_0x2b5934[_0x2a68aa(0x367)][_0x2a68aa(0x25c)][_0x2a68aa(0x340)](0x0)[_0x2a68aa(0x34c)])return!0x0;return!0x1;}(_0x1fdbbb[0x0],_0x3b430b[0x0]))return!0x1;const _0x5d7542=_0xffb7d2(_0x1fdbbb[0x0][_0x42a6ea(0x215)],_0x42a6ea(0x2e2)),_0x48403e=_0xffb7d2(_0x3b430b[0x0][_0x42a6ea(0x215)],_0x42a6ea(0x2e2));if(!_0x3cd553(_0x5d7542,_0x48403e))return!0x1;return!!_0x1fdbbb[_0x42a6ea(0x28b)](_0x388605=>_0x3b430b[_0x42a6ea(0x30d)](_0x19618e=>_0x388605[_0x42a6ea(0x20c)]()[_0x42a6ea(0x2b7)](_0x19618e[_0x42a6ea(0x20c)]())))&&_0x3b430b[_0x42a6ea(0x28b)](_0x20ce49=>_0x1fdbbb[_0x42a6ea(0x30d)](_0x1b5faa=>_0x20ce49[_0x42a6ea(0x20c)]()[_0x42a6ea(0x2b7)](_0x1b5faa[_0x42a6ea(0x20c)]())));}}[_0x1c1145(0x35b)](_0x2e185f){const _0x1fc869=_0x1c1145,_0xdd7065=Array[_0x1fc869(0x2c0)](_0x2e185f),_0x4857f3=this[_0x1fc869(0x2ac)]({'skipNotAttached':!0x0}),_0x16a23e=_0x4857f3[_0x1fc869(0x290)](_0x23ebbf=>!_0x2e185f[_0x1fc869(0x247)](_0x23ebbf)),_0x10eb64=new Map(_0xdd7065[_0x1fc869(0x204)](_0x3f2654=>[_0x3f2654,this[_0x1fc869(0x263)][_0x1fc869(0x2c1)](_0x3f2654[_0x1fc869(0x335)],_0x3f2654[_0x1fc869(0x332)],_0x1fc869(0x27d))])),_0x3125ec=new Map(_0x4857f3[_0x1fc869(0x204)](_0x3ffec5=>[_0x3ffec5,_0x3ffec5[_0x1fc869(0x35a)]()]));for(let _0x27eb72=0x0;_0x27eb72<_0xdd7065[_0x1fc869(0x258)];_0x27eb72++){if(_0x81e335(this,_0xdd7065[_0x27eb72],_0xdd7065,_0x27eb72+0x1))return!0x0;}for(let _0x584a1b=0x0;_0x584a1b<_0xdd7065[_0x1fc869(0x258)];_0x584a1b++){if(_0x81e335(this,_0xdd7065[_0x584a1b],_0x16a23e,0x0))return!0x0;}return!0x1;function _0x81e335(_0x217534,_0x26051c,_0x3771b8,_0x4b1e23){const _0x3cc38a=_0x1fc869;for(let _0x40631b=_0x4b1e23;_0x40631b<_0x3771b8[_0x3cc38a(0x258)];_0x40631b++){const _0x3f8cfa=_0x3771b8[_0x40631b];if(_0x3f8cfa[_0x3cc38a(0x335)]!==_0x26051c[_0x3cc38a(0x335)]||_0x3f8cfa[_0x3cc38a(0x32d)]['id']!==_0x26051c[_0x3cc38a(0x32d)]['id']||_0x3f8cfa[_0x3cc38a(0x332)]!==_0x26051c[_0x3cc38a(0x332)])continue;if(!Pt(_0x26051c,_0x3f8cfa,[_0x3cc38a(0x2e2)]))continue;if(_0x3cc38a(0x274)==_0x26051c[_0x3cc38a(0x335)]&&_0x26051c[_0x3cc38a(0x339)][_0x3cc38a(0x2ef)]!=_0x3f8cfa[_0x3cc38a(0x339)][_0x3cc38a(0x2ef)])continue;if(_0x3cc38a(0x274)==_0x26051c[_0x3cc38a(0x335)]&&_0x217534[_0x3cc38a(0x322)](_0x26051c[_0x3cc38a(0x339)][_0x3cc38a(0x2f7)]))continue;if(_0x3cc38a(0x26b)==_0x26051c[_0x3cc38a(0x335)]){const _0x17e51d=_0x217534[_0x3cc38a(0x2e6)][_0x3cc38a(0x207)],_0x34e4b7=_0x26051c[_0x3cc38a(0x27b)]();if(_0x34e4b7&&(_0x17e51d[_0x3cc38a(0x28c)][_0x3cc38a(0x24e)](_0x34e4b7)||_0x17e51d[_0x3cc38a(0x28c)][_0x3cc38a(0x259)](_0x34e4b7)))continue;}const _0x34558c=_0x10eb64[_0x3cc38a(0x340)](_0x26051c),_0x18b03e=_0x3125ec[_0x3cc38a(0x340)](_0x26051c),_0x28d1ec=_0x3125ec[_0x3cc38a(0x340)](_0x3f8cfa),_0x578a23=_0x26051c[_0x3cc38a(0x367)]&&_0x26051c[_0x3cc38a(0x367)][_0x3cc38a(0x258)],_0x4e3207=_0x3f8cfa[_0x3cc38a(0x367)]&&_0x3f8cfa[_0x3cc38a(0x367)][_0x3cc38a(0x258)];if(!_0x578a23&&_0x34558c(_0x28d1ec,_0x18b03e))return _0x217534[_0x3cc38a(0x230)](_0x3f8cfa,_0x26051c),_0x3125ec[_0x3cc38a(0x2d7)](_0x26051c),!0x0;if(!_0x4e3207&&_0x34558c(_0x18b03e,_0x28d1ec))return _0x217534[_0x3cc38a(0x230)](_0x26051c,_0x3f8cfa),_0x3125ec[_0x3cc38a(0x2d7)](_0x3f8cfa),!0x0;}return!0x1;}}[_0x1c1145(0x230)](_0x2c79ce,_0x5d1872){const _0x191b2b=_0x1c1145;if(_0x2c79ce[_0x191b2b(0x2b4)]){for(const _0x2510d1 of _0x5d1872[_0x191b2b(0x35a)]())_0x2c79ce[_0x191b2b(0x2af)](_0x2510d1);}else{const _0x3bbc5c=_0x5d1872[_0x191b2b(0x20c)]()[_0x191b2b(0x1f7)];this[_0x191b2b(0x2ab)](_0x2c79ce,this[_0x191b2b(0x293)][_0x191b2b(0x1f9)](_0x2c79ce[_0x191b2b(0x20c)]()[_0x191b2b(0x213)],_0x3bbc5c));}_0x5d1872[_0x191b2b(0x2cb)]();}[_0x1c1145(0x2fa)](_0x949b4,_0x3a0a76){const _0x498840=_0x1c1145,_0x42fb3a=_0x949b4[_0x498840(0x289)](_0x498840(0x29b))||_0x949b4[_0x498840(0x289)](_0x498840(0x274))?_0x498840(0x303):_0x949b4[_0x498840(0x331)]();return _0x45f70b(this[_0x498840(0x2e6)][_0x498840(0x21f)],_0x3a0a76+'_'+_0x42fb3a+_0x498840(0x347));}[_0x1c1145(0x21b)](){const _0x47f628=_0x1c1145,_0x448793=this[_0x47f628(0x2e6)];if(!_0x448793['ui'])return;const {ariaLiveAnnouncer:_0xb8979d}=_0x448793['ui'];_0x1fec25(this[_0x47f628(0x293)],({left:_0xf94a76,entered:_0x42b49e})=>{const _0x246de1=_0x47f628;for(const _0x28532f of _0xf94a76){const {group:_0xe95acf,type:_0x2cd580}=this[_0x246de1(0x2d1)](_0x28532f[_0x246de1(0x343)]);if(_0x246de1(0x31c)===_0xe95acf){_0xb8979d[_0x246de1(0x2dc)](this[_0x246de1(0x2fa)](_0x2cd580,_0x246de1(0x217)));break;}}for(const _0x19cd1e of _0x42b49e){const {group:_0x256ac8,type:_0x2db523}=this[_0x246de1(0x2d1)](_0x19cd1e[_0x246de1(0x343)]);if(_0x246de1(0x31c)===_0x256ac8){_0xb8979d[_0x246de1(0x2dc)](this[_0x246de1(0x2fa)](_0x2db523,_0x246de1(0x2c9)));break;}}});}[_0x1c1145(0x2db)](_0x124819){const _0x19582c=_0x1c1145;if(this[_0x19582c(0x2f4)])return!0x1;const _0xa39222=this[_0x19582c(0x2e6)],_0x3332f2=_0xa39222[_0x19582c(0x207)][_0x19582c(0x1ec)][_0x19582c(0x1d1)][_0x19582c(0x300)]();if(0x0==_0x3332f2[_0x19582c(0x258)])return!0x1;const _0x3649e8=[],_0x1b2f06=_0x3332f2[_0x19582c(0x290)](_0x15aadb=>_0x19582c(0x274)==_0x15aadb[_0x19582c(0x335)]),_0xa25e5c=_0x3332f2[_0x19582c(0x290)](_0x40d9d1=>_0x19582c(0x21c)==_0x40d9d1[_0x19582c(0x335)]&&_0x19582c(0x1cc)!=_0x40d9d1[_0x19582c(0x343)]),_0x19ff95=_0x3332f2[_0x19582c(0x290)](_0x2e39a8=>_0x19582c(0x309)==_0x2e39a8[_0x19582c(0x335)]&&_0x19582c(0x1cc)!=_0x2e39a8[_0x19582c(0x343)]);for(const _0x47f761 of _0x1b2f06)_0x3649e8[_0x19582c(0x224)]({'key':_0x47f761[_0x19582c(0x1e9)],'newValue':_0x47f761[_0x19582c(0x2d2)],'oldValue':_0x47f761[_0x19582c(0x2f0)],'range':Ot(_0x47f761[_0x19582c(0x203)],_0xa39222[_0x19582c(0x207)])});for(const _0x1ad04f of _0xa25e5c){const _0x100515=_0x19ff95[_0x19582c(0x276)](_0x8c905b=>_0x8c905b[_0x19582c(0x241)][_0x19582c(0x2b7)](_0x1ad04f[_0x19582c(0x241)]));_0x100515&&_0x3649e8[_0x19582c(0x224)]({'key':_0x19582c(0x24d),'newValue':_0x1ad04f[_0x19582c(0x343)],'oldValue':_0x100515[_0x19582c(0x343)],'range':_0xa39222[_0x19582c(0x207)][_0x19582c(0x352)](_0x1ad04f[_0x19582c(0x241)][_0x19582c(0x1e3)])});}return 0x0!=_0x3649e8[_0x19582c(0x258)]&&this[_0x19582c(0x357)](_0x124819,_0x3649e8);}[_0x1c1145(0x364)](_0x1b20a5){const _0x22fdb2=_0x1c1145;let _0x52d956=!0x1;const _0x2a62e9=this[_0x22fdb2(0x2e6)][_0x22fdb2(0x207)][_0x22fdb2(0x1ec)][_0x22fdb2(0x1d1)][_0x22fdb2(0x29f)]()[_0x22fdb2(0x290)](_0x491a40=>_0x491a40[_0x22fdb2(0x339)][_0x22fdb2(0x1cb)]&&_0x491a40[_0x22fdb2(0x343)][_0x22fdb2(0x289)](_0x22fdb2(0x2b5)));for(const _0x39e4f0 of _0x2a62e9){const {subType:_0x1f6ee4,id:_0x28081a}=this[_0x22fdb2(0x2d1)](_0x39e4f0[_0x22fdb2(0x343)]),_0x41bb7c=_0x1f6ee4[_0x22fdb2(0x36f)]('|')[0x0];for(const _0x4705aa of this[_0x22fdb2(0x2ac)]({'skipNotAttached':!0x0}))_0x4705aa['id']!=_0x28081a&&_0x22fdb2(0x274)==_0x4705aa[_0x22fdb2(0x335)]&&_0x4705aa[_0x22fdb2(0x339)]&&_0x4705aa[_0x22fdb2(0x339)][_0x22fdb2(0x2f7)]==_0x41bb7c&&_0x4705aa[_0x22fdb2(0x20c)]()[_0x22fdb2(0x236)](_0x39e4f0[_0x22fdb2(0x339)][_0x22fdb2(0x1cb)])&&(this[_0x22fdb2(0x351)](_0x4705aa,_0x39e4f0[_0x22fdb2(0x339)][_0x22fdb2(0x1cb)],_0x1b20a5),_0x52d956=!0x0);}return _0x52d956;}[_0x1c1145(0x24b)](_0x37398e){const _0xb5467c=_0x1c1145;this[_0xb5467c(0x2e6)],(this[_0xb5467c(0x2f4)]=!0x0,_0x37398e());}[_0x1c1145(0x369)](_0x5944ab){const _0x443bb1=_0x1c1145,_0xf06691=this[_0x443bb1(0x322)](_0x5944ab),_0x3562b3=this[_0x443bb1(0x2e0)][_0x443bb1(0x247)](_0x5944ab);return _0xf06691||_0x3562b3;}[_0x1c1145(0x357)](_0x39e66e,_0x6f5432){const _0x369dc9=_0x1c1145;if(0x0==_0x6f5432[_0x369dc9(0x258)])return!0x1;let _0x28a666=!0x1;for(const _0x2e4642 of _0x6f5432){const _0x545d46=this[_0x369dc9(0x2e3)](_0x2e4642[_0x369dc9(0x203)],_0x369dc9(0x274))[_0x369dc9(0x290)](_0x384385=>!_0x384385[_0x369dc9(0x1ff)][_0x369dc9(0x2df)])[_0x369dc9(0x204)](_0x223f92=>_0x223f92[_0x369dc9(0x31c)]),_0x2e662d=_0x270b32({'newValue':_0x2e4642[_0x369dc9(0x22c)]});_0x545d46[_0x369dc9(0x290)](_0x3bf246=>{const _0x6b089d=_0x369dc9,[_0x296ab1,_0x2d9b94]=_0x3bf246[_0x6b089d(0x332)][_0x6b089d(0x36f)]('|');return _0x296ab1==_0x2e4642[_0x6b089d(0x2f7)]&&_0x2d9b94!=_0x2e662d;})[_0x369dc9(0x2aa)](_0x4a2fc5=>{const _0x5f11e4=_0x369dc9;this[_0x5f11e4(0x351)](_0x4a2fc5,_0x2e4642[_0x5f11e4(0x203)],_0x39e66e),_0x28a666=!0x0;});}return _0x28a666;}[_0x1c1145(0x351)](_0x10975e,_0x4c9b45,_0x4f643b){const _0x48be54=_0x1c1145,_0x5000eb=_0x10975e[_0x48be54(0x20c)]()[_0x48be54(0x2e5)](_0x4c9b45);0x0!==_0x5000eb[_0x48be54(0x258)]?0x1!==_0x5000eb[_0x48be54(0x258)]?this[_0x48be54(0x374)](_0x10975e,_0x4c9b45[_0x48be54(0x213)],_0x4c9b45[_0x48be54(0x1f7)]):this[_0x48be54(0x2ab)](_0x10975e,_0x5000eb[0x0]):_0x4f643b[_0x48be54(0x36c)](_0x10975e[_0x48be54(0x2c6)]());}}class xt{constructor(_0x1f5062){const _0x534234=_0x1c1145;this[_0x534234(0x30c)]=_0x1f5062,this[_0x534234(0x293)]=_0x1f5062[_0x534234(0x207)],this[_0x534234(0x368)]=new Map(),this[_0x534234(0x31e)]=new Map(),this[_0x534234(0x25b)]();}[_0x1c1145(0x321)](_0x11c8da,_0x50b637,_0x397351,_0x32dcd9,_0x229607,_0x39bca5){const _0x139f83=_0x1c1145;return new _0x4d700f(this[_0x139f83(0x293)],{'type':_0x11c8da,'subType':_0x50b637,'id':_0x397351,'author':_0x32dcd9,'creator':_0x32dcd9,'attributes':_0x229607,'onAttributesChange':_0x39bca5,'onAccept':(..._0x3c715b)=>this[_0x139f83(0x2c1)](_0x11c8da,_0x50b637,_0x139f83(0x26f))(..._0x3c715b),'onDiscard':(..._0x3d0043)=>this[_0x139f83(0x2c1)](_0x11c8da,_0x50b637,_0x139f83(0x2a4))(..._0x3d0043)});}[_0x1c1145(0x313)](_0x58d3aa,_0x1eac83,_0xc87394,_0x4d1c63){const _0x128d7b=_0x1c1145,_0x278f02=_0x58d3aa+':'+_0x1eac83+':'+_0xc87394;this[_0x128d7b(0x368)][_0x128d7b(0x299)](_0x278f02,_0x4d1c63);}[_0x1c1145(0x2c1)](_0x2f6fd9,_0x5cf03e,_0xa9bb17){const _0x39ecab=_0x1c1145,_0x5ef4a6=_0x2f6fd9+':'+_0x5cf03e+':'+_0xa9bb17;return this[_0x39ecab(0x368)][_0x39ecab(0x340)](_0x5ef4a6)||this[_0x39ecab(0x31e)][_0x39ecab(0x340)](_0x2f6fd9+':'+_0xa9bb17);}[_0x1c1145(0x25b)](){const _0x3283a2=_0x1c1145,_0x13fc80=()=>!0x1,_0x1c81d4=_0x13ff6e=>{const _0xa7ef8d=_0x2966;_0x13ff6e[_0xa7ef8d(0x28d)]((_0x53f492,_0x59fa2f)=>_0x53f492[_0xa7ef8d(0x213)][_0xa7ef8d(0x30e)](_0x59fa2f[_0xa7ef8d(0x213)])?0x1:-0x1),this[_0xa7ef8d(0x293)][_0xa7ef8d(0x1d5)](_0x3713de=>{const _0x5d424f=_0xa7ef8d;for(const _0x39fc86 of _0x13ff6e){let _0x42a3f9;_0x42a3f9=_0x39fc86[_0x5d424f(0x1f7)][_0x5d424f(0x2e4)]&&_0x39fc86[_0x5d424f(0x1f7)][_0x5d424f(0x24a)]==_0x39fc86[_0x5d424f(0x213)][_0x5d424f(0x1e3)]?_0x3713de[_0x5d424f(0x2cf)](_0x39fc86[_0x5d424f(0x213)][_0x5d424f(0x1e3)],'on'):_0x3713de[_0x5d424f(0x2cf)](_0x39fc86),this[_0x5d424f(0x293)][_0x5d424f(0x237)](_0x42a3f9,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2d4bed=(_0x1f5678,_0x677846)=>{const _0x33fbd8=_0x2966;_0x677846&&this[_0x33fbd8(0x293)][_0x33fbd8(0x1d5)](_0xe6f1fc=>{const _0x2892c7=_0x33fbd8,{commandName:_0x6008c,commandParams:_0x1ba56c=[]}=_0x677846,_0x5e7ee6=_0x1f5678[_0x2892c7(0x204)](_0x14988b=>(Tt(_0x14988b)&&(_0x14988b=this[_0x2892c7(0x293)][_0x2892c7(0x1f9)](_0x14988b[_0x2892c7(0x1f7)])),_0x14988b))[_0x2892c7(0x290)](_0x3ec02b=>_0x2892c7(0x305)!==_0x3ec02b[_0x2892c7(0x209)][_0x2892c7(0x261)]);if(_0x5e7ee6[_0x2892c7(0x258)]<0x1)return;const _0x455756=Array[_0x2892c7(0x2c0)](this[_0x2892c7(0x293)][_0x2892c7(0x1ec)][_0x2892c7(0x221)][_0x2892c7(0x35a)]())[_0x2892c7(0x204)](_0x55a3a6=>_0x2f2073[_0x2892c7(0x1db)](_0x55a3a6));_0xe6f1fc[_0x2892c7(0x1e1)](_0x5e7ee6);for(const _0x142d30 of this[_0x2892c7(0x30c)][_0x2892c7(0x2ec)][_0x2892c7(0x2ec)]())_0x142d30[_0x2892c7(0x254)]();_0x1ba56c[_0x2892c7(0x224)]({'forceDefaultExecution':!0x0}),this[_0x2892c7(0x30c)][_0x2892c7(0x1e8)](_0x6008c,..._0x1ba56c);const _0x64abb9=_0x455756[_0x2892c7(0x290)](_0x3d9462=>_0x2892c7(0x305)!=_0x3d9462[_0x2892c7(0x209)][_0x2892c7(0x261)]);_0x64abb9[_0x2892c7(0x258)]>0x0&&_0xe6f1fc[_0x2892c7(0x1e1)](_0x64abb9);for(const _0x2a30b5 of _0x455756)_0x2a30b5[_0x2892c7(0x1df)]();});},_0xfa0a79=(_0x27da6d,_0x55a070)=>0x1==_0x27da6d[_0x3283a2(0x258)]&&0x1==_0x55a070[_0x3283a2(0x258)]&&_0x27da6d[0x0][_0x3283a2(0x1f7)][_0x3283a2(0x2b7)](_0x55a070[0x0][_0x3283a2(0x213)]),_0x3c18a3=(_0x3058fb,_0x3b2c02,_0x507203,_0x14de20)=>Gt(_0x3058fb,_0x3b2c02,_0x507203,_0x14de20,this[_0x3283a2(0x293)])?[_0x3058fb,_0x3b2c02]:Gt(_0x3b2c02,_0x3058fb,_0x14de20,_0x507203,this[_0x3283a2(0x293)])?[_0x3b2c02,_0x3058fb]:null;this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x1c8),_0x13fc80),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x33c),_0x1c81d4),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x33e),_0xfa0a79),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x266),_0x3c18a3),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x291),_0x1c81d4),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x226),_0x13fc80),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x21d),_0xfa0a79),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x2f1),_0x3c18a3),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x270),_0x2d4bed),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x2eb),_0x13fc80),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x2b6),_0xfa0a79),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x31f),_0x13fc80),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x336),_0x2d4bed),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x20e),_0x13fc80),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x1ee),_0xfa0a79),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x35e),_0x13fc80),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x326),_0x13fc80),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x1e6),(_0x27d1df,_0x64610)=>{const _0x548137=_0x3283a2;if(!_0x64610)return;const _0x2b0540=this[_0x548137(0x30c)][_0x548137(0x20d)][_0x548137(0x340)](p);this[_0x548137(0x293)][_0x548137(0x1d5)](_0x30691d=>{const _0x2f372f=_0x548137;if(_0x2f372f(0x24d)==_0x64610[_0x2f372f(0x2f7)])for(const _0x3a3f65 of _0x27d1df){const _0x2d24f6=_0x3a3f65[_0x2f372f(0x213)][_0x2f372f(0x1e3)],_0x12b500=_0x64610[_0x2f372f(0x2ef)];_0x30691d[_0x2f372f(0x34a)](_0x2d24f6,_0x12b500);}else{if(_0x2b0540[_0x2f372f(0x322)](_0x64610[_0x2f372f(0x2f7)])){for(const _0x3037a5 of _0x27d1df)void 0x0!==_0x64610[_0x2f372f(0x2ef)]?_0x30691d[_0x2f372f(0x325)](_0x64610[_0x2f372f(0x2f7)],_0x64610[_0x2f372f(0x2ef)],_0x3037a5[_0x2f372f(0x213)][_0x2f372f(0x1e3)]):_0x30691d[_0x2f372f(0x2ae)](_0x64610[_0x2f372f(0x2f7)],_0x3037a5[_0x2f372f(0x213)][_0x2f372f(0x1e3)]);}else{for(const _0x264409 of _0x27d1df)_0x64610[_0x2f372f(0x2ef)]?_0x30691d[_0x2f372f(0x325)](_0x64610[_0x2f372f(0x2f7)],_0x64610[_0x2f372f(0x2ef)],_0x264409):_0x30691d[_0x2f372f(0x2ae)](_0x64610[_0x2f372f(0x2f7)],_0x264409);}}});}),this[_0x3283a2(0x31e)][_0x3283a2(0x299)](_0x3283a2(0x23c),_0xfa0a79);}}function Rt(_0x47fe2b,_0x5055d4,_0x56291f){const _0x1cbf56=_0x1c1145;for(const _0x1d3151 of _0x5055d4[_0x1cbf56(0x24a)][_0x1cbf56(0x2fb)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x1d3151[_0x1cbf56(0x209)]==_0x1d3151)return!0x1;if(!_0x56291f[_0x1cbf56(0x32c)](_0x1d3151))return!0x1;if(_0x47fe2b[_0x1cbf56(0x24e)](_0x1d3151)||_0x47fe2b[_0x1cbf56(0x259)](_0x1d3151))return!0x0;}return!0x1;}function Tt(_0x5b78fc){const _0x2d13a2=_0x1c1145;return _0x5b78fc[_0x2d13a2(0x1f7)][_0x2d13a2(0x24a)]==_0x5b78fc[_0x2d13a2(0x213)][_0x2d13a2(0x1e3)]&&_0x5b78fc[_0x2d13a2(0x1f7)][_0x2d13a2(0x2ed)];}function Et(_0x17a3b8,_0x15ae5d,_0x5debca,_0x4e018d){const _0x465dcd=_0x1c1145,_0x201326=_0x1c67f3=>!_0x1c67f3[_0x465dcd(0x205)]['is'](_0x465dcd(0x1cf))&&!_0x4e018d[_0x465dcd(0x24e)](_0x1c67f3[_0x465dcd(0x205)]),_0x471034=_0x17a3b8[_0x465dcd(0x213)][_0x465dcd(0x358)](_0x201326),_0x22da07=_0x17a3b8[_0x465dcd(0x1f7)][_0x465dcd(0x358)](_0x201326,{'direction':_0x465dcd(0x286)});return(!_0x17a3b8[_0x465dcd(0x213)][_0x465dcd(0x2b7)](_0x471034)||!_0x17a3b8[_0x465dcd(0x1f7)][_0x465dcd(0x2b7)](_0x22da07))&&(_0x471034[_0x465dcd(0x30e)](_0x22da07)?_0x5debca[_0x465dcd(0x35c)](_0x15ae5d,{'range':_0x5debca[_0x465dcd(0x1f9)](_0x471034,_0x22da07)}):_0x5debca[_0x465dcd(0x36c)](_0x15ae5d),!0x0);}function Vt(_0x3db4fe){return _0x270b32(_0x3db4fe);}function Ut(_0x195361){const _0x476331=_0x1c1145,_0x1a25c3=_0x195361[_0x476331(0x213)][_0x476331(0x1e3)];return _0x1a25c3&&_0x1a25c3['is'](_0x476331(0x1ed));}function _0x5a26(){const _0x338de8=['enqueueChange','delete','ck-suggestion-marker--active','mapper','includes','_processAttributeChanges','announce','_getAuthorFromId','marker-count','isNextTo','_inlineAttributeKeys','getShiftedBy','groupId','_findSuggestions','isAtEnd','getDifference','editor','dataReady','_getAttributeKey','addComment','_cutOutSuggestionMarker','formatInline:discard','commands','isAtStart','markMultiRangeInsertion','oldValue','attributeOldValue','deletion:chain','stopListening','substring','_recordAttributeSuggestions','catch','getRange','key','ck-suggestion-marker','values','_getMarkerAnnouncementText','getAncestors','pluginName','_addThreadToSuggestion','_refreshSuggestionsChain','conversion','getChanges','getWalker','getSuggestion','FORMATTING','open','$graveyard','never','markInlineFormat','targetPosition','remove','error-saving-suggestion-data-suggestion-discarded','deletion:','_editor','some','isBefore','_descriptionFactory','init','_adapter','createPositionBefore','registerCustomCallback','update:suggestion','getAllAdjacentSuggestions','suggestionUnloaded','trackChanges.mergeNestedSuggestions','addUser','ready','accepted','markerReady','suggestion','ck-suggestion-marker-','_defaultCallbacks','formatInline:chain','isInsideObject','buildSuggestion','_isBlockAttribute','_createSuggestion','nodeBefore','setAttribute','attribute:accept','isOwn','listenTo','markMultiRangeDeletion','_blockAttributeKeys','fetchCommentThread','containsItem','author','return','addMarker:suggestion:formatBlock','splice','toUpperCase','subType','head','isCollapsed','type','formatBlock:accept','isSelectable','15beYgho','data','writer','add','insertion:discard','_suggestions','insertion:join','getItems','get','containsPosition','then','name','_saved','chain','data-suggestion','_SUGGESTION_ANNOUNCEMENT','registerPostFixer','enableReadOnlyMode','rename','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.','createdAt','suggestion:','_addSuggestionMarker','activeMarkers','reconvertMarker','_reduceSuggestionAttributeRange','createRangeOn','trackChanges','containsRange','removeComment','addClass','_reduceExistingSuggestions','getLastMatchingPosition','adapter','getRanges','_joinWithAdjacentSuggestions','updateMarker','505cXPnLk','formatBlock:chain','always','removeMarker:suggestion:formatBlock','high','track-changes-adapter-missing-getsuggestion','addSuggestion','_processAttributeSuggestions','editingDowncast','forward','commentThread','_customCallbacks','_isRegisteredAttribute','_mergeNestedSuggestions','highest','removeMarker','enableCommand','isIntersectingWithRange','split','markBlockFormat','normal','Users','hasComments','_breakSuggestionMarker','_suggestionState','discardSuggestion','getCustomProperty','insertion:accept','unbind','isAfter','newRange','$text','isTouching','TrackChangesEditing','$textProxy','trackChangesCommand','differ','tablePasteChainId','isInContent','_checkSuggestionCorrectness','change','_getExternalAuthor','isBlock','moveTargetPosition','consume','isUndo','fromRange','createPositionAfter','value','markerToHighlight','detach','lowest','setSelection','markInsertion','nodeAfter','toJSON','insertion','attribute:discard','insertion:','execute','attributeKey','deletion','markers','document','element','formatBlock:join','getNearestSelectionRange','1726724kfjeYI','before','addMarkerName','discardAllSuggestions','acceptAllSuggestions','change:activeMarkers','consumable','end','fire','createRange','howMany','for','documentSelection','getIntersection','toViewElement','meta','formatGroupId','applyOperation','_element','range','map','item','unshift','model','formatInline:','root','isArray','addCommentThread','getFirstRange','plugins','formatBlock:discard','next','creator','registerBlockAttribute','multipleBlocks','start','stop','attributes','containerElement','LEAVE','group','_updateSuggestionData','_rangeIsInLocalUserInsertion','_initAriaMarkerChangeAnnouncements','insert','deletion:join','default','locale','createRangeIn','selection','warn','isRemovable','push','containsRangeInObject','deletion:discard','hasCommentThread','trackChanges.trackFormatChanges','batch','elementEnd','createElement','newValue','isLocal','isExternal','3650656QIvfme','_joinSuggestions','upcast','addHighlight','isDocumentOperation','CommentsRepository','removeClass','isIntersecting','deleteContent','9GSpqwg','define','requires','addMarker:suggestion','attribute:join','commandName','dataToMarker','_afterChanges','_isForcedDefaultExecutionBlock','position','originalSuggestionId','rethrowUnexpectedError','track-changes-adapter-already-set','createPositionAt','acceptSelectedSuggestions','has','oldRange','$marker','parent','_recordAttributeChanges','@external','$elementName','isObject','suggestionLoaded','forceDefaultExecution','track-changes-suggestion-not-found','1158vYmpBx','discardSelectedSuggestions','refresh','markerToData','track-changes-user-not-found','change:_saved','length','isLimit','move','_registerDefaultCallbacks','comments','elementStart','substr','getCommentThread','size','rootName','addMarker','_suggestionFactory','PENDING_ACTION_SUGGESTION','change:data','insertion:chain','pop','registerInlineAttribute','PendingActions','skipNestingCheck','formatBlock','formatBlock:','notReady','descriptionFactory','accept','formatInline:accept','ck-suggestion-marker-formatInline','_onDiscard','hasSuggestion','attribute','after','find','resolve','setTo','rejected','formatInline','getContainedElement','elementToElement','join','assign','updateSuggestion','track-changes-enable-command-twice','_enabledCommands','config','7567380iLRiXJ','removed','widget','backward','addSuggestionData','showSuggestionHighlights','startsWith','markAttributeChange','every','schema','sort','suggestionChanged','addMarker:suggestion:attribute','filter','deletion:accept','options','_model','attribute:','acceptSuggestion','getMarkers','removeMarker:suggestion:attribute','markDeletion','set','multi','format','markerName','suggestion-type','7335510bTRTnG','getChangedMarkers','collaboration.channelId','track-changes-command-not-found','_trackFormatChanges','getAttribute','discard','_removeSuggestion','437678zHiGdc','getMultiRangeId','enableDefaultAttributesIntegration','concat','forEach','_setSuggestionRange','getSuggestions','keys','removeAttribute','addRange','_handleNewSuggestionMarker','low','track-changes-suggestion-data-mismatch','_refreshAttributeSuggestionsChain','isMultiRange','suggestion:attribute:','formatInline:join','isEqual','clone','fromCharCode','external:','_setSuggestionData','authoredAt','ck-suggestion-marker-formatBlock','clear','getUser','from','getSuggestionCallback','_commentsRepository','1224191xHJVCQ','markMultiRangeBlockFormat','insertContent','getFirstMarker','authorName','editing','ENTER','unbindElementFromMarkerName','removeMarkers','_isDataLoaded','dataDowncast','markerNameToElements','createSelection','previous','_splitMarkerName','attributeNewValue','_getSuggestionData','splitPosition','bindElementToMarker'];_0x5a26=function(){return _0x338de8;};return _0x5a26();}function Ot(_0x2986f6,_0x1e0f72){const _0x1566d0=_0x1c1145;return null==_0x2986f6[_0x1566d0(0x1f7)][_0x1566d0(0x324)]&&_0x2986f6[_0x1566d0(0x1f7)][_0x1566d0(0x24a)]==_0x2986f6[_0x1566d0(0x213)][_0x1566d0(0x1e3)]?Ft(_0x2986f6[_0x1566d0(0x213)][_0x1566d0(0x1e3)],_0x1e0f72):_0x2986f6;}function Ft(_0x12577e,_0x599014){const _0x6b5b27=_0x1c1145,_0x48317f=_0x599014[_0x6b5b27(0x28c)][_0x6b5b27(0x24e)](_0x12577e)||_0x599014[_0x6b5b27(0x28c)][_0x6b5b27(0x337)](_0x12577e);return _0x599014[_0x6b5b27(0x1f9)](_0x599014[_0x6b5b27(0x245)](_0x12577e,_0x6b5b27(0x1f1)),_0x48317f?_0x599014[_0x6b5b27(0x1dc)](_0x12577e):_0x599014[_0x6b5b27(0x245)](_0x12577e,_0x6b5b27(0x1f7)));}function Gt(_0x3a755a,_0x3d62ce,_0x595bf5,_0x176637,_0x160702){const _0x597796=_0x1c1145;if(!Pt(_0x3a755a,_0x3d62ce))return!0x1;if(_0x595bf5[_0x597796(0x1f7)][_0x597796(0x2b7)](_0x176637[_0x597796(0x213)]))return!0x0;if(_0x3a755a[_0x597796(0x335)]!=_0x3d62ce[_0x597796(0x335)])return!0x1;if(!_0x595bf5[_0x597796(0x1f7)][_0x597796(0x1cd)](_0x176637[_0x597796(0x213)]))return!0x1;const _0x2c05a2=_0x160702[_0x597796(0x1f9)](_0x595bf5[_0x597796(0x1f7)],_0x176637[_0x597796(0x213)])[_0x597796(0x301)]();for(const _0x357905 of _0x2c05a2)if([_0x597796(0x25d),_0x597796(0x22a)][_0x597796(0x2da)](_0x357905[_0x597796(0x335)])&&_0x160702[_0x597796(0x28c)][_0x597796(0x259)](_0x357905[_0x597796(0x205)]))return!0x1;return!0x0;}function Pt(_0x432da8,_0x3fea8c,_0x428aae=[]){const _0x23df3d=_0x1c1145;return!(!_0x432da8[_0x23df3d(0x2cc)]||!_0x3fea8c[_0x23df3d(0x2cc)])&&_0x3cd553(_0xffb7d2(_0x432da8[_0x23df3d(0x215)],_0x428aae),_0xffb7d2(_0x3fea8c[_0x23df3d(0x215)],_0x428aae));}function Lt(_0x4e7bc8,_0x36d57e){const _0x3927c1=_0x1c1145,_0x329f82=Ht(_0x4e7bc8[_0x3927c1(0x215)]),_0x597577=Ht(_0x36d57e);if(!_0x4e7bc8[_0x3927c1(0x2cc)])return!0x1;for(const _0x35789c of Object[_0x3927c1(0x2ad)](_0x597577))if(!_0x3cd553(_0x329f82[_0x35789c],_0x597577[_0x35789c]))return!0x1;return!0x0;}function Ht(_0x5b86e6){const _0x2ab33b=_0x1c1145,_0x3b1f5d=Object[_0x2ab33b(0x27e)]({},_0x5b86e6);return delete _0x3b1f5d[_0x2ab33b(0x26a)],delete _0x3b1f5d[_0x2ab33b(0x1d2)],_0x3b1f5d;}
|