@ckeditor/ckeditor5-track-changes 41.2.1 → 41.3.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/content-index.css +332 -0
- package/dist/editor-index.css +312 -0
- package/dist/index.css +951 -0
- package/dist/translations/ar.d.ts +8 -0
- package/dist/translations/ar.js +23 -0
- package/dist/translations/az.d.ts +8 -0
- package/dist/translations/az.js +23 -0
- package/dist/translations/bg.d.ts +8 -0
- package/dist/translations/bg.js +23 -0
- package/dist/translations/bn.d.ts +8 -0
- package/dist/translations/bn.js +23 -0
- package/dist/translations/ca.d.ts +8 -0
- package/dist/translations/ca.js +23 -0
- package/dist/translations/cs.d.ts +8 -0
- package/dist/translations/cs.js +23 -0
- package/dist/translations/da.d.ts +8 -0
- package/dist/translations/da.js +23 -0
- package/dist/translations/de.d.ts +8 -0
- package/dist/translations/de.js +23 -0
- package/dist/translations/el.d.ts +8 -0
- package/dist/translations/el.js +23 -0
- package/dist/translations/en-au.d.ts +8 -0
- package/dist/translations/en-au.js +23 -0
- package/dist/translations/en.d.ts +8 -0
- package/dist/translations/en.js +23 -0
- package/dist/translations/es.d.ts +8 -0
- package/dist/translations/es.js +23 -0
- package/dist/translations/et.d.ts +8 -0
- package/dist/translations/et.js +23 -0
- package/dist/translations/fi.d.ts +8 -0
- package/dist/translations/fi.js +23 -0
- package/dist/translations/fr.d.ts +8 -0
- package/dist/translations/fr.js +23 -0
- package/dist/translations/gl.d.ts +8 -0
- package/dist/translations/gl.js +23 -0
- package/dist/translations/he.d.ts +8 -0
- package/dist/translations/he.js +23 -0
- package/dist/translations/hi.d.ts +8 -0
- package/dist/translations/hi.js +23 -0
- package/dist/translations/hr.d.ts +8 -0
- package/dist/translations/hr.js +23 -0
- package/dist/translations/hu.d.ts +8 -0
- package/dist/translations/hu.js +23 -0
- package/dist/translations/id.d.ts +8 -0
- package/dist/translations/id.js +23 -0
- package/dist/translations/it.d.ts +8 -0
- package/dist/translations/it.js +23 -0
- package/dist/translations/ja.d.ts +8 -0
- package/dist/translations/ja.js +23 -0
- package/dist/translations/ko.d.ts +8 -0
- package/dist/translations/ko.js +23 -0
- package/dist/translations/lt.d.ts +8 -0
- package/dist/translations/lt.js +23 -0
- package/dist/translations/lv.d.ts +8 -0
- package/dist/translations/lv.js +23 -0
- package/dist/translations/ms.d.ts +8 -0
- package/dist/translations/ms.js +23 -0
- package/dist/translations/nl.d.ts +8 -0
- package/dist/translations/nl.js +23 -0
- package/dist/translations/no.d.ts +8 -0
- package/dist/translations/no.js +23 -0
- package/dist/translations/pl.d.ts +8 -0
- package/dist/translations/pl.js +23 -0
- package/dist/translations/pt-br.d.ts +8 -0
- package/dist/translations/pt-br.js +23 -0
- package/dist/translations/pt.d.ts +8 -0
- package/dist/translations/pt.js +23 -0
- package/dist/translations/ro.d.ts +8 -0
- package/dist/translations/ro.js +23 -0
- package/dist/translations/ru.d.ts +8 -0
- package/dist/translations/ru.js +23 -0
- package/dist/translations/sk.d.ts +8 -0
- package/dist/translations/sk.js +23 -0
- package/dist/translations/sq.d.ts +8 -0
- package/dist/translations/sq.js +23 -0
- package/dist/translations/sr-latn.d.ts +8 -0
- package/dist/translations/sr-latn.js +23 -0
- package/dist/translations/sr.d.ts +8 -0
- package/dist/translations/sr.js +23 -0
- package/dist/translations/sv.d.ts +8 -0
- package/dist/translations/sv.js +23 -0
- package/dist/translations/th.d.ts +8 -0
- package/dist/translations/th.js +23 -0
- package/dist/translations/tk.d.ts +8 -0
- package/dist/translations/tk.js +23 -0
- package/dist/translations/tr.d.ts +8 -0
- package/dist/translations/tr.js +23 -0
- package/dist/translations/tt.d.ts +8 -0
- package/dist/translations/tt.js +23 -0
- package/dist/translations/uk.d.ts +8 -0
- package/dist/translations/uk.js +23 -0
- package/dist/translations/ur.d.ts +8 -0
- package/dist/translations/ur.js +23 -0
- package/dist/translations/vi.d.ts +8 -0
- package/dist/translations/vi.js +23 -0
- package/dist/translations/zh-cn.d.ts +8 -0
- package/dist/translations/zh-cn.js +23 -0
- package/dist/translations/zh.d.ts +8 -0
- package/dist/translations/zh.js +23 -0
- package/dist/types/augmentation.d.ts +44 -0
- package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
- package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
- package/dist/types/commands/trackchangescommand.d.ts +30 -0
- package/dist/types/index.d.ts +20 -0
- package/dist/types/integrations/aiassistant.d.ts +21 -0
- package/dist/types/integrations/alignment.d.ts +21 -0
- package/dist/types/integrations/basicstyles.d.ts +21 -0
- package/dist/types/integrations/blockquote.d.ts +21 -0
- package/dist/types/integrations/casechange.d.ts +21 -0
- package/dist/types/integrations/ckbox.d.ts +21 -0
- package/dist/types/integrations/codeblock.d.ts +21 -0
- package/dist/types/integrations/comments.d.ts +18 -0
- package/dist/types/integrations/deletecommand.d.ts +21 -0
- package/dist/types/integrations/entercommand.d.ts +20 -0
- package/dist/types/integrations/findandreplace.d.ts +25 -0
- package/dist/types/integrations/font.d.ts +21 -0
- package/dist/types/integrations/formatpainter.d.ts +21 -0
- package/dist/types/integrations/heading.d.ts +21 -0
- package/dist/types/integrations/highlight.d.ts +21 -0
- package/dist/types/integrations/horizontalline.d.ts +21 -0
- package/dist/types/integrations/htmlembed.d.ts +21 -0
- package/dist/types/integrations/image.d.ts +21 -0
- package/dist/types/integrations/imagereplace.d.ts +21 -0
- package/dist/types/integrations/imagestyle.d.ts +21 -0
- package/dist/types/integrations/importword.d.ts +22 -0
- package/dist/types/integrations/indent.d.ts +21 -0
- package/dist/types/integrations/inputcommand.d.ts +20 -0
- package/dist/types/integrations/legacylist.d.ts +21 -0
- package/dist/types/integrations/legacylistproperties.d.ts +33 -0
- package/dist/types/integrations/link.d.ts +21 -0
- package/dist/types/integrations/list.d.ts +21 -0
- package/dist/types/integrations/listproperties.d.ts +24 -0
- package/dist/types/integrations/mediaembed.d.ts +21 -0
- package/dist/types/integrations/mention.d.ts +21 -0
- package/dist/types/integrations/pagebreak.d.ts +21 -0
- package/dist/types/integrations/paragraph.d.ts +21 -0
- package/dist/types/integrations/removeformat.d.ts +21 -0
- package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
- package/dist/types/integrations/shiftentercommand.d.ts +20 -0
- package/dist/types/integrations/standardeditingmode.d.ts +21 -0
- package/dist/types/integrations/style.d.ts +21 -0
- package/dist/types/integrations/table.d.ts +46 -0
- package/dist/types/integrations/tablecaption.d.ts +26 -0
- package/dist/types/integrations/tableclipboard.d.ts +23 -0
- package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
- package/dist/types/integrations/tableheadings.d.ts +26 -0
- package/dist/types/integrations/tablemergesplit.d.ts +26 -0
- package/dist/types/integrations/tableofcontents.d.ts +21 -0
- package/dist/types/integrations/tableproperties.d.ts +31 -0
- package/dist/types/integrations/template.d.ts +21 -0
- package/dist/types/integrations/title.d.ts +21 -0
- package/dist/types/integrations/undo.d.ts +21 -0
- package/dist/types/integrations/utils.d.ts +25 -0
- package/dist/types/suggestion.d.ts +295 -0
- package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
- package/dist/types/trackchanges.d.ts +184 -0
- package/dist/types/trackchangesconfig.d.ts +82 -0
- package/dist/types/trackchangesdata.d.ts +45 -0
- package/dist/types/trackchangesediting.d.ts +529 -0
- package/dist/types/trackchangesui.d.ts +42 -0
- package/dist/types/ui/suggestioncontroller.d.ts +41 -0
- package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
- package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
- package/dist/types/utils/common-translations.d.ts +13 -0
- package/dist/types/utils/utils.d.ts +34 -0
- package/package.json +4 -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/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x49ba(_0x5132b4,_0xd01f8f){const _0x29ac1b=_0x29ac();return _0x49ba=function(_0x49ba71,_0x4e76bf){_0x49ba71=_0x49ba71-0x1ed;let _0x127d0c=_0x29ac1b[_0x49ba71];return _0x127d0c;},_0x49ba(_0x5132b4,_0xd01f8f);}const _0x2fda62=_0x49ba;(function(_0x2b49ea,_0xa88188){const _0x420b54=_0x49ba,_0x2d8b4d=_0x2b49ea();while(!![]){try{const _0x437298=parseInt(_0x420b54(0x337))/0x1+-parseInt(_0x420b54(0x32d))/0x2*(parseInt(_0x420b54(0x264))/0x3)+-parseInt(_0x420b54(0x25f))/0x4*(parseInt(_0x420b54(0x2c6))/0x5)+parseInt(_0x420b54(0x289))/0x6*(parseInt(_0x420b54(0x2ab))/0x7)+parseInt(_0x420b54(0x328))/0x8*(-parseInt(_0x420b54(0x298))/0x9)+parseInt(_0x420b54(0x1f7))/0xa*(parseInt(_0x420b54(0x31f))/0xb)+-parseInt(_0x420b54(0x36a))/0xc*(-parseInt(_0x420b54(0x209))/0xd);if(_0x437298===_0xa88188)break;else _0x2d8b4d['push'](_0x2d8b4d['shift']());}catch(_0x37ea60){_0x2d8b4d['push'](_0x2d8b4d['shift']());}}}(_0x29ac,0x34bfe));import{Plugin as _0x53a2ea,PendingActions as _0xe6fdbe}from'ckeditor5/src/core.js';import{LiveRange as _0x5b6962}from'ckeditor5/src/engine.js';import{CKEditorError as _0x51ae20,uid as _0x2e0e5f,priorities as _0x48ac01,logWarning as _0x2a6906}from'ckeditor5/src/utils.js';import{toWidget as _0x4ac222}from'ckeditor5/src/widget.js';import{Users as _0x4a7cb8,hashObject as _0x18ac71,surroundingMarkersDetector as _0x3e1680}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x5a7559 from'./commands/trackchangescommand.js';import _0x48c55f from'./commands/acceptsuggestioncommand.js';import _0x5bf209 from'./commands/discardsuggestioncommand.js';import _0x31f7ad from'./commands/executeonallsuggestionscommand.js';import _0x49b5a0 from'./commands/executeonselectedsuggestionscommand.js';import _0x4c8752 from'./suggestion.js';import _0x271be7 from'./suggestiondescriptionfactory.js';import _0x1436c1 from'./integrations/aiassistant.js';import _0x8e4f22 from'./integrations/alignment.js';import _0x5c6388 from'./integrations/basicstyles.js';import _0x18039e from'./integrations/blockquote.js';import _0x20a12e from'./integrations/casechange.js';import _0x190565 from'./integrations/ckbox.js';import _0x369681 from'./integrations/codeblock.js';import _0x236c4a from'./integrations/comments.js';import _0x27eb93 from'./integrations/deletecommand.js';import _0xbac81c from'./integrations/list.js';import _0x13414a from'./integrations/listproperties.js';import _0xf383cb from'./integrations/entercommand.js';import _0x4dff6f from'./integrations/findandreplace.js';import _0xe1b425 from'./integrations/font.js';import _0x23cad5 from'./integrations/formatpainter.js';import _0x2e4284 from'./integrations/heading.js';import _0x28d7b5 from'./integrations/highlight.js';import _0x21c6d2 from'./integrations/horizontalline.js';import _0x2da743 from'./integrations/htmlembed.js';import _0xd729f5 from'./integrations/image.js';import _0x43680c from'./integrations/imagereplace.js';import _0x3d9d25 from'./integrations/imagestyle.js';import _0x1ec342 from'./integrations/importword.js';import _0x321269 from'./integrations/indent.js';import _0x55e66f from'./integrations/inputcommand.js';import _0x3c62a2 from'./integrations/link.js';import _0x428dc5 from'./integrations/legacylist.js';import _0x2b48e8 from'./integrations/legacylistproperties.js';import _0x3b06b6 from'./integrations/mediaembed.js';import _0x472b08 from'./integrations/mention.js';import _0x1bfa27 from'./integrations/pagebreak.js';import _0x16480b from'./integrations/paragraph.js';import _0x5e322b from'./integrations/removeformat.js';import _0x14dc3b from'./integrations/restrictededitingmode.js';import _0x1bc5be from'./integrations/shiftentercommand.js';import _0x2ee6b0 from'./integrations/standardeditingmode.js';import _0x31fe85 from'./integrations/style.js';import _0x31e294 from'./integrations/table.js';import _0xc7e949 from'./integrations/tablemergesplit.js';import _0x20e815 from'./integrations/tableheadings.js';import _0x566a79 from'./integrations/tableclipboard.js';import _0x436f85 from'./integrations/tablecolumnresize.js';import _0x3ca2bd from'./integrations/template.js';import _0x3a5ecd from'./integrations/tableofcontents.js';import _0x48c240 from'./integrations/title.js';import _0x4c3771 from'./integrations/undo.js';import _0x21a67a from'./integrations/tablecaption.js';import _0x2526cd from'./integrations/tableproperties.js';import{getTranslation as _0xc8b30e}from'./utils/common-translations.js';import{isEqual as _0x4f2fda,omit as _0x325f47}from'lodash-es';export const renameAttributeKey=_0x2fda62(0x268);export default class p extends _0x53a2ea{static get[_0x2fda62(0x22a)](){const _0x1508cd=_0x2fda62;return[_0x1508cd(0x2fb),_0x4a7cb8,_0xe6fdbe,_0x1436c1,_0x8e4f22,_0x5c6388,_0x18039e,_0x190565,_0x20a12e,_0x369681,_0x236c4a,_0x27eb93,_0xf383cb,_0x4dff6f,_0xe1b425,_0x23cad5,_0x2e4284,_0x28d7b5,_0x21c6d2,_0x2da743,_0xd729f5,_0x3d9d25,_0x43680c,_0x1ec342,_0x321269,_0x55e66f,_0x428dc5,_0x2b48e8,_0x3c62a2,_0xbac81c,_0x13414a,_0x3b06b6,_0x472b08,_0x1bfa27,_0x16480b,_0x5e322b,_0x14dc3b,_0x1bc5be,_0x2ee6b0,_0x31fe85,_0x31e294,_0xc7e949,_0x20e815,_0x21a67a,_0x566a79,_0x436f85,_0x3a5ecd,_0x2526cd,_0x3ca2bd,_0x48c240,_0x4c3771];}static get[_0x2fda62(0x2ac)](){const _0x4d7753=_0x2fda62;return _0x4d7753(0x2d4);}constructor(_0xdfbf60){const _0x50a404=_0x2fda62;function _0xc84828(_0x22777e){const _0x8d7328=_0x49ba;return _0x22777e[_0x8d7328(0x321)](_0x35c92d=>String[_0x8d7328(0x334)](_0x35c92d))[_0x8d7328(0x301)]('');}super(_0xdfbf60),this[_0x50a404(0x283)]=!0x1,this[_0x50a404(0x2d9)](_0x50a404(0x230),[]),this['on'](_0x50a404(0x26d),(_0x440ffc,_0x29684b,_0x3cc10e,_0x56bf2f)=>{const _0x43127f=_0x50a404;this[_0x43127f(0x37d)][_0x43127f(0x27d)](()=>{const _0x473186=_0x43127f;for(const _0x241e5d of[..._0x56bf2f,..._0x3cc10e])this[_0x473186(0x37d)][_0x473186(0x39c)][_0x473186(0x30c)](_0x241e5d)&&_0xdfbf60[_0x473186(0x315)][_0x473186(0x355)](_0x241e5d);});}),this[_0x50a404(0x23e)]=new _0x271be7(this[_0x50a404(0x263)][_0x50a404(0x22b)][_0x50a404(0x349)],this[_0x50a404(0x263)][_0x50a404(0x2c9)]),this[_0x50a404(0x278)]=null,this[_0x50a404(0x2be)]=new Bt(this[_0x50a404(0x263)]),this[_0x50a404(0x2f6)]=new Map(),this[_0x50a404(0x33e)]=_0xdfbf60[_0x50a404(0x255)][_0x50a404(0x202)](_0x50a404(0x2fb)),this[_0x50a404(0x240)]=new Set(),this[_0x50a404(0x37d)]=this[_0x50a404(0x263)][_0x50a404(0x22b)],this[_0x50a404(0x2c3)]=new WeakMap(),this[_0x50a404(0x36c)]=!0x1,this[_0x50a404(0x2f7)]=new Set([_0x50a404(0x268)]),this[_0x50a404(0x294)]=new Set(),_0xdfbf60[_0x50a404(0x35f)][_0x50a404(0x21d)](_0x50a404(0x387),_0x50a404(0x354)),this[_0x50a404(0x389)]=_0xdfbf60[_0x50a404(0x35f)][_0x50a404(0x202)](_0x50a404(0x387)),_0xdfbf60[_0x50a404(0x35f)][_0x50a404(0x21d)](_0x50a404(0x2cc),!0x0),this[_0x50a404(0x372)]=_0xdfbf60[_0x50a404(0x35f)][_0x50a404(0x202)](_0x50a404(0x2cc)),this[_0x50a404(0x316)]=new _0x5a7559(_0xdfbf60,this[_0x50a404(0x240)]),this[_0x50a404(0x23d)](),this[_0xc84828([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0xc84828([0x34,0x30,0x34,0x38,0x30,0x36,0x33,0x36]);}[_0x2fda62(0x2d3)](){const _0x5e0bd7=_0x2fda62,_0xf5dee5=this[_0x5e0bd7(0x263)],_0x14bc3d=(_0x2adc9a,_0x58f8e5)=>{const _0x4608e7=_0x5e0bd7;if(_0x4608e7(0x323)!=_0x2adc9a)return _0x4608e7(0x2bd)+_0x2adc9a;const _0x3e877d=_0x58f8e5[_0x4608e7(0x271)]('|')[0x0];return this[_0x4608e7(0x360)](_0x3e877d)?_0x4608e7(0x258):_0x4608e7(0x22d);};_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x331)]({'model':_0x5e0bd7(0x282),'view':_0x2c8639=>{const _0x1c466e=_0x5e0bd7,{id:_0x3ecc4b,type:_0x587962,subType:_0x557e1a}=this[_0x1c466e(0x30d)](_0x2c8639[_0x1c466e(0x292)]),_0x60c4ac=[_0x1c466e(0x31c),_0x14bc3d(_0x587962,_0x557e1a)];let _0x19ee64=0xbb8;return this[_0x1c466e(0x230)][_0x1c466e(0x29b)](_0x2c8639[_0x1c466e(0x292)])&&(_0x60c4ac[_0x1c466e(0x2a4)](_0x1c466e(0x364)),_0x19ee64=0xbc2),_0x1c466e(0x2fd)==_0x587962&&(_0x19ee64+=0x5),{'classes':_0x60c4ac,'attributes':{'data-suggestion':_0x3ecc4b},'priority':_0x19ee64};}}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x20b)](_0xa69fee=>{const _0x10ea43=_0x5e0bd7;_0xa69fee['on'](_0x10ea43(0x2bf),(_0x2f5983,_0x2979ec,_0x5135da)=>{const _0x3a9b2d=_0x10ea43;if(!_0x5135da[_0x3a9b2d(0x286)][_0x3a9b2d(0x2fe)])return;const _0x21ff9b=_0x2979ec[_0x3a9b2d(0x223)];if(!_0x21ff9b)return;const _0x1ae487=_0x5135da[_0x3a9b2d(0x35e)][_0x3a9b2d(0x2e0)](_0x21ff9b);_0xf5dee5[_0x3a9b2d(0x22b)][_0x3a9b2d(0x349)][_0x3a9b2d(0x2b9)](_0x21ff9b)&&_0x1ae487&&!_0x1ae487[_0x3a9b2d(0x281)](_0x3a9b2d(0x20c))&&_0x1ae487['is'](_0x3a9b2d(0x313))&&_0x4ac222(_0x1ae487,_0x5135da[_0x3a9b2d(0x219)]);},{'priority':_0x10ea43(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x331)]({'model':_0x5e0bd7(0x282),'view':(_0x353ca4,_0x4ff292)=>{const _0xb4f8e6=_0x5e0bd7;if(!_0x4ff292[_0xb4f8e6(0x286)][_0xb4f8e6(0x2fe)])return null;const {type:_0x30d32d,subType:_0x4f3793}=this[_0xb4f8e6(0x30d)](_0x353ca4[_0xb4f8e6(0x292)]);return{'classes':[_0xb4f8e6(0x31c),_0x14bc3d(_0x30d32d,_0x4f3793)],'priority':0xbb8};}});const _0x2676d0=({showActiveMarkers:_0x5c51c9=!0x0,isAttributeSuggestion:_0x3b83b6=!0x1}={})=>(_0x34f6d7,_0x210a7e,_0x45e4c5)=>{const _0x439a89=_0x5e0bd7;if(!_0x210a7e[_0x439a89(0x223)])return;const {id:_0x55eded}=this[_0x439a89(0x30d)](_0x210a7e[_0x439a89(0x292)]);if(_0x3b83b6){const _0x5480ce=this[_0x439a89(0x2f6)][_0x439a89(0x202)](_0x55eded),_0x994f15=this[_0x439a89(0x38c)](_0x5480ce);if(!this[_0x439a89(0x360)](_0x994f15))return;}if(_0x210a7e[_0x439a89(0x223)]['is'](_0x439a89(0x1f9)))return void _0x45e4c5[_0x439a89(0x2b1)][_0x439a89(0x250)](_0x210a7e[_0x439a89(0x223)],_0x34f6d7[_0x439a89(0x259)]);const _0x296988=_0x45e4c5[_0x439a89(0x35e)][_0x439a89(0x2e0)](_0x210a7e[_0x439a89(0x223)]);if(_0x210a7e[_0x439a89(0x223)]['is'](_0x439a89(0x2cb))&&_0xf5dee5[_0x439a89(0x22b)][_0x439a89(0x349)][_0x439a89(0x33f)](_0x210a7e[_0x439a89(0x223)])&&!_0x296988[_0x439a89(0x281)](_0x439a89(0x225))){_0x45e4c5[_0x439a89(0x219)][_0x439a89(0x2fc)]([_0x439a89(0x31c),_0x439a89(0x258)],_0x296988),_0x45e4c5[_0x439a89(0x219)][_0x439a89(0x1f6)](_0x439a89(0x208),_0x55eded,_0x296988),_0x45e4c5[_0x439a89(0x35e)][_0x439a89(0x26f)](_0x296988,_0x210a7e[_0x439a89(0x292)]),_0x5c51c9&&(this[_0x439a89(0x230)][_0x439a89(0x29b)](_0x210a7e[_0x439a89(0x292)])?_0x45e4c5[_0x439a89(0x219)][_0x439a89(0x2fc)](_0x439a89(0x364),_0x296988):_0x45e4c5[_0x439a89(0x219)][_0x439a89(0x350)](_0x439a89(0x364),_0x296988));for(const _0xae7047 of _0xf5dee5[_0x439a89(0x22b)][_0x439a89(0x267)](_0x210a7e[_0x439a89(0x223)])[_0x439a89(0x239)]())_0x45e4c5[_0x439a89(0x2b1)][_0x439a89(0x250)](_0xae7047,_0x34f6d7[_0x439a89(0x259)]);_0x45e4c5[_0x439a89(0x2b1)][_0x439a89(0x250)](_0x210a7e[_0x439a89(0x223)],_0x34f6d7[_0x439a89(0x259)]);}};_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x20b)](_0x2732b7=>{const _0x4cfe79=_0x5e0bd7;_0x2732b7['on'](_0x4cfe79(0x210),(_0x357f37,_0x5e361d,_0x152b85)=>{const _0x52cacd=_0x4cfe79;_0x152b85[_0x52cacd(0x286)][_0x52cacd(0x2fe)]&&_0x2676d0({'showActiveMarkers':!0x1})(_0x357f37,_0x5e361d,_0x152b85);},{'priority':_0x4cfe79(0x244)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x20b)](_0x5ed61a=>{const _0x1cef07=_0x5e0bd7;_0x5ed61a['on'](_0x1cef07(0x366),(_0x45000c,_0x258c62,_0x1dd3a4)=>{const _0x2725cf=_0x1cef07;_0x1dd3a4[_0x2725cf(0x286)][_0x2725cf(0x2fe)]&&_0x2676d0({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x45000c,_0x258c62,_0x1dd3a4);},{'priority':_0x1cef07(0x244)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x287))[_0x5e0bd7(0x307)]({'model':_0x5e0bd7(0x282),'view':(_0x3c789b,_0x417656)=>_0x417656[_0x5e0bd7(0x286)][_0x5e0bd7(0x2fe)]?null:{'group':_0x5e0bd7(0x282),'name':_0x3c789b[_0x5e0bd7(0x39e)](0xb)}}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x201))[_0x5e0bd7(0x365)]({'view':{'name':_0x5e0bd7(0x282),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x5d8fc4,{writer:_0x50c1d2})=>{const _0x3201ed=_0x5e0bd7;let _0x5c05b9=_0x3201ed(0x362)+_0x5d8fc4[_0x3201ed(0x338)](_0x3201ed(0x254))+':'+_0x5d8fc4[_0x3201ed(0x338)]('id');return _0x5d8fc4[_0x3201ed(0x338)](_0x3201ed(0x343))&&(_0x5c05b9+=':'+_0x5d8fc4[_0x3201ed(0x338)](_0x3201ed(0x343))),_0x50c1d2[_0x3201ed(0x1f0)](_0x3201ed(0x25e),{'data-name':_0x5c05b9});}}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x201))[_0x5e0bd7(0x2d6)]({'view':_0x5e0bd7(0x282)}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x20b)](_0x2a7d4b=>{const _0x4c4715=_0x5e0bd7;_0x2a7d4b['on'](_0x4c4715(0x210),_0x2676d0(),{'priority':_0x4c4715(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x20b)](_0x1babf3=>{const _0x2d4748=_0x5e0bd7;_0x1babf3['on'](_0x2d4748(0x366),_0x2676d0({'isAttributeSuggestion':!0x0}),{'priority':_0x2d4748(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x20b)](_0x156dcb=>{const _0x466f66=_0x5e0bd7;_0x156dcb['on'](_0x466f66(0x380),(_0x13d136,_0x3d5bf9,_0x3e0173)=>{const _0x477713=_0x466f66,_0x57ba8a=_0x3e0173[_0x477713(0x35e)][_0x477713(0x203)](_0x3d5bf9[_0x477713(0x292)]);if(_0x57ba8a){for(const _0x516a15 of _0x57ba8a)_0x516a15[_0x477713(0x281)](_0x477713(0x225))||(_0x3e0173[_0x477713(0x219)][_0x477713(0x350)]([_0x477713(0x31c),_0x477713(0x258),_0x477713(0x364)],_0x516a15),_0x3e0173[_0x477713(0x219)][_0x477713(0x238)](_0x477713(0x208),_0x516a15),_0x3e0173[_0x477713(0x35e)][_0x477713(0x394)](_0x516a15,_0x3d5bf9[_0x477713(0x292)]));}},{'priority':_0x466f66(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x214)][_0x5e0bd7(0x388)](_0x5e0bd7(0x361))[_0x5e0bd7(0x20b)](_0x40b362=>{const _0xd07a76=_0x5e0bd7;_0x40b362['on'](_0xd07a76(0x260),(_0x1feee1,_0x21e869,_0x463792)=>{const _0x300aa3=_0xd07a76,_0x111991=_0x463792[_0x300aa3(0x35e)][_0x300aa3(0x203)](_0x21e869[_0x300aa3(0x292)]);if(!_0x111991)return;const {id:_0x33ab45}=this[_0x300aa3(0x30d)](_0x21e869[_0x300aa3(0x292)]),_0x576a0a=this[_0x300aa3(0x2f6)][_0x300aa3(0x202)](_0x33ab45),_0x59d124=this[_0x300aa3(0x38c)](_0x576a0a);if(this[_0x300aa3(0x360)](_0x59d124)){for(const _0x1502eb of _0x111991)_0x1502eb[_0x300aa3(0x281)](_0x300aa3(0x225))||(_0x463792[_0x300aa3(0x219)][_0x300aa3(0x350)]([_0x300aa3(0x31c),_0x300aa3(0x258),_0x300aa3(0x364)],_0x1502eb),_0x463792[_0x300aa3(0x219)][_0x300aa3(0x238)](_0x300aa3(0x208),_0x1502eb),_0x463792[_0x300aa3(0x35e)][_0x300aa3(0x394)](_0x1502eb,_0x21e869[_0x300aa3(0x292)]));}},{'priority':_0xd07a76(0x30a)});}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)][_0x5e0bd7(0x2f8)](_0x4db945=>{const _0x29600a=_0x5e0bd7;let _0x3b22ac=!0x1;const _0x2f6c73=Array[_0x29600a(0x2bc)](_0xf5dee5[_0x29600a(0x22b)][_0x29600a(0x1f5)][_0x29600a(0x247)][_0x29600a(0x373)]()),_0x367f8d=new Set();for(const {name:_0xad147a,data:_0xaae050}of _0x2f6c73){const {group:_0x28d531,type:_0x44c598,subType:_0x1414d2,id:_0x34de7f}=this[_0x29600a(0x30d)](_0xad147a);if(_0x29600a(0x282)!==_0x28d531)continue;const _0x364105=this[_0x29600a(0x2f6)][_0x29600a(0x202)](_0x34de7f);if(null!=_0xaae050[_0x29600a(0x1f4)]){_0x29600a(0x252)==_0x44c598&&(_0x3b22ac=_0x3b22ac||Tt(_0xaae050[_0x29600a(0x1f4)],_0xad147a,_0x4db945,_0xf5dee5[_0x29600a(0x22b)][_0x29600a(0x349)]));const _0x1524f4=_0x29600a(0x323)==_0x44c598&&this[_0x29600a(0x360)](_0x1414d2[_0x29600a(0x271)]('|')[0x0]);if(_0xaae050[_0x29600a(0x1f4)][_0x29600a(0x336)]||_0x29600a(0x306)==_0xaae050[_0x29600a(0x1f4)][_0x29600a(0x35a)][_0x29600a(0x288)]||_0x29600a(0x216)==_0x44c598&&!Vt(_0xaae050[_0x29600a(0x1f4)])||_0x1524f4&&!Vt(_0xaae050[_0x29600a(0x1f4)])||_0x29600a(0x2fd)==_0x44c598&&!(!Rt(_0x4549df=_0xaae050[_0x29600a(0x1f4)])&&!function(_0x51be4c){const _0x5928ae=_0x29600a;return _0x51be4c[_0x5928ae(0x2da)][_0x5928ae(0x325)]==_0x51be4c[_0x5928ae(0x25c)][_0x5928ae(0x220)]&&_0x51be4c[_0x5928ae(0x2da)][_0x5928ae(0x378)];}(_0x4549df)))_0x4db945[_0x29600a(0x319)](_0xad147a),_0x3b22ac=!0x0;else{if(!_0x364105||!_0x364105[_0x29600a(0x27a)])continue;_0x367f8d[_0x29600a(0x20b)](_0x364105);}}}var _0x4549df;return _0x367f8d[_0x29600a(0x32a)]>0x0&&(_0x3b22ac=!!this[_0x29600a(0x2cf)](_0x367f8d)||_0x3b22ac),_0x3b22ac;}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)][_0x5e0bd7(0x2f8)](_0x5b66b7=>{const _0x3f0e9a=_0x5e0bd7;let _0x312ba9=!0x1;for(const _0x598f8d of _0xf5dee5[_0x3f0e9a(0x22b)][_0x3f0e9a(0x1f5)][_0x3f0e9a(0x247)][_0x3f0e9a(0x36f)]())if(_0x3f0e9a(0x2df)==_0x598f8d[_0x3f0e9a(0x357)])for(const _0x3eaf19 of this[_0x3f0e9a(0x2f6)][_0x3f0e9a(0x31a)]()){if(_0x3eaf19[_0x3f0e9a(0x266)]||!_0x3eaf19[_0x3f0e9a(0x27a)])continue;const _0x434e91=_0x3f0e9a(0x216)==_0x3eaf19[_0x3f0e9a(0x357)],_0x3eefcd=this[_0x3f0e9a(0x38c)](_0x3eaf19),_0x1e243f=_0x3eefcd&&this[_0x3f0e9a(0x360)](_0x3eefcd);if(!_0x434e91&&!_0x1e243f)continue;const _0x135b13=_0x3eaf19[_0x3f0e9a(0x363)]();if(_0x135b13[_0x3f0e9a(0x2da)][_0x3f0e9a(0x325)]!=_0x135b13[_0x3f0e9a(0x25c)][_0x3f0e9a(0x325)]&&!_0x135b13[_0x3f0e9a(0x25c)][_0x3f0e9a(0x378)]){const _0x24f69b=_0xf5dee5[_0x3f0e9a(0x22b)][_0x3f0e9a(0x2a1)](_0x135b13[_0x3f0e9a(0x2da)][_0x3f0e9a(0x29e)],_0x3f0e9a(0x25c)),_0x2c6548=_0xf5dee5[_0x3f0e9a(0x22b)][_0x3f0e9a(0x31d)](_0x135b13[_0x3f0e9a(0x2da)],_0x24f69b);_0x5b66b7[_0x3f0e9a(0x393)](_0x3eaf19[_0x3f0e9a(0x246)](),{'range':_0x2c6548}),_0x312ba9=!0x0;}}return _0x312ba9;}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)][_0x5e0bd7(0x2f8)](_0x41f822=>this[_0x5e0bd7(0x330)](_0x41f822)),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)][_0x5e0bd7(0x2f8)](_0xda9b13=>!_0xda9b13[_0x5e0bd7(0x38d)][_0x5e0bd7(0x33b)]&&this[_0x5e0bd7(0x345)](_0xda9b13)),_0xf5dee5[_0x5e0bd7(0x22b)]['on'](_0x5e0bd7(0x28d),()=>{const _0x202161=_0x5e0bd7;this[_0x202161(0x283)]=!0x1;}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)]['on'](_0x5e0bd7(0x367),(_0x70d733,_0x53213e)=>{const _0x28d382=_0x5e0bd7;if(!_0x53213e[_0x28d382(0x33b)]||_0x53213e[_0x28d382(0x348)])return;if(!this[_0x28d382(0x283)])return;const _0x11bcfe=_0xf5dee5[_0x28d382(0x22b)][_0x28d382(0x1f5)][_0x28d382(0x247)][_0x28d382(0x36f)]();if(0x0==_0x11bcfe[_0x28d382(0x269)])return;const _0x3271e8=[],_0x12e263=_0x11bcfe[_0x28d382(0x33c)](_0x498e68=>_0x28d382(0x323)==_0x498e68[_0x28d382(0x357)]),_0xe41200=_0x11bcfe[_0x28d382(0x33c)](_0xdd92e0=>_0x28d382(0x2df)==_0xdd92e0[_0x28d382(0x357)]&&_0x28d382(0x2cd)!=_0xdd92e0[_0x28d382(0x259)]),_0x114c8a=_0x11bcfe[_0x28d382(0x33c)](_0x5be572=>_0x28d382(0x36d)==_0x5be572[_0x28d382(0x357)]&&_0x28d382(0x2cd)!=_0x5be572[_0x28d382(0x259)]);for(const _0x308f17 of _0x12e263)this[_0x28d382(0x2e8)](_0x308f17[_0x28d382(0x310)])&&_0x3271e8[_0x28d382(0x2a4)]({'key':_0x308f17[_0x28d382(0x310)],'newValue':_0x308f17[_0x28d382(0x2b0)],'oldValue':_0x308f17[_0x28d382(0x344)],'range':Ut(_0x308f17[_0x28d382(0x2bb)],_0xf5dee5[_0x28d382(0x22b)])});for(const _0x19250b of _0xe41200){const _0x2c228e=_0x114c8a[_0x28d382(0x29a)](_0x17fcfe=>_0x17fcfe[_0x28d382(0x257)]===_0x19250b[_0x28d382(0x257)]);if(_0x2c228e){const _0x53b62d=Ot(_0x19250b[_0x28d382(0x312)][_0x28d382(0x29e)],_0xf5dee5[_0x28d382(0x22b)]);_0x2c228e[_0x28d382(0x259)]!==_0x19250b[_0x28d382(0x259)]&&_0x3271e8[_0x28d382(0x2a4)]({'key':_0x28d382(0x268),'newValue':_0x19250b[_0x28d382(0x259)],'oldValue':_0x2c228e[_0x28d382(0x259)],'range':_0x53b62d});for(const [_0x1dc5ff,_0x21e751]of _0x2c228e[_0x28d382(0x2f2)]){if(!this[_0x28d382(0x2e8)](_0x1dc5ff))continue;const _0x143799=_0x19250b[_0x28d382(0x2f2)][_0x28d382(0x202)](_0x1dc5ff);_0x21e751!==_0x143799&&_0x3271e8[_0x28d382(0x2a4)]({'key':_0x1dc5ff,'newValue':_0x143799,'oldValue':_0x21e751,'range':_0x53b62d});}for(const [_0x35de5c,_0x351f50]of _0x19250b[_0x28d382(0x2f2)])this[_0x28d382(0x2e8)](_0x35de5c)&&(_0x2c228e[_0x28d382(0x2f2)][_0x28d382(0x30c)](_0x35de5c)||_0x3271e8[_0x28d382(0x2a4)]({'key':_0x35de5c,'newValue':_0x351f50,'oldValue':null,'range':_0x53b62d}));}}0x0!=_0x3271e8[_0x28d382(0x269)]&&_0xf5dee5[_0x28d382(0x22b)][_0x28d382(0x37f)](_0x53213e,_0x380dc2=>{const _0x59896e=_0x28d382,_0x2f6f24=_0x2e0e5f();for(const {range:_0x38666e,key:_0x35bf23,oldValue:_0x5867fc,newValue:_0x4135e8}of _0x3271e8)this[_0x59896e(0x2e6)](_0x38666e,_0x35bf23,_0x5867fc,_0x4135e8,{'groupId':_0x2f6f24});this[_0x59896e(0x2af)](_0x380dc2,_0x3271e8);});},{'priority':_0x5e0bd7(0x205)}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x39c)]['on'](_0x5e0bd7(0x29f),(_0x701ca5,_0x27b370,_0x36960c)=>{const _0x5d82bc=_0x5e0bd7;if(null==_0x36960c){const {id:_0x52392b}=this[_0x5d82bc(0x30d)](_0x27b370[_0x5d82bc(0x259)]),_0x52de92=this[_0x5d82bc(0x2f6)][_0x5d82bc(0x202)](_0x52392b);_0x52de92&&_0x52de92[_0x5d82bc(0x1fa)](_0x27b370[_0x5d82bc(0x259)]);}}),_0xf5dee5[_0x5e0bd7(0x22b)][_0x5e0bd7(0x1f5)]['on'](_0x5e0bd7(0x367),()=>{const _0x158aa3=_0x5e0bd7,_0xbef72d=Array[_0x158aa3(0x2bc)](_0xf5dee5[_0x158aa3(0x22b)][_0x158aa3(0x1f5)][_0x158aa3(0x247)][_0x158aa3(0x373)]())[_0x158aa3(0x33c)](_0x5ccc29=>_0x158aa3(0x282)===this[_0x158aa3(0x30d)](_0x5ccc29[_0x158aa3(0x259)])[_0x158aa3(0x32c)]);if(0x0===_0xbef72d[_0x158aa3(0x269)])return;_0xbef72d[_0x158aa3(0x21a)]((_0x415c06,_0xf2ee73)=>{const _0x256936=_0x158aa3,_0x8a3868=_0x415c06[_0x256936(0x333)][_0x256936(0x200)],_0x2b3059=_0xf2ee73[_0x256936(0x333)][_0x256936(0x200)];return null===_0x8a3868&&null===_0x2b3059?0x0:null===_0x8a3868&&null!==_0x2b3059?-0x1:null!==_0x8a3868&&null===_0x2b3059?0x1:_0x8a3868[_0x256936(0x2da)][_0x256936(0x233)](_0x2b3059[_0x256936(0x2da)])?-0x1:0x1;});const _0x5a7c55=new Set(),_0x102203=new Set();for(const {name:_0x115bce,data:_0x568517}of _0xbef72d){const {id:_0x1aaf91}=this[_0x158aa3(0x30d)](_0x115bce);if(null===_0x568517[_0x158aa3(0x200)]){const _0x18522a=this[_0x158aa3(0x35d)](_0x115bce);_0x102203[_0x158aa3(0x20b)](_0x18522a);}else{const _0x57f920=this[_0x158aa3(0x2f6)][_0x158aa3(0x202)](_0x1aaf91);null!==_0x568517[_0x158aa3(0x1f4)]||_0x57f920[_0x158aa3(0x27a)]?(_0x5a7c55[_0x158aa3(0x20b)](_0x57f920[_0x158aa3(0x303)]),_0x102203[_0x158aa3(0x20b)](_0x57f920)):this[_0x158aa3(0x2a5)](_0x57f920);}}_0x102203[_0x158aa3(0x32a)]>0x0&&this[_0x158aa3(0x382)](_0x102203);for(const _0x29a0bd of _0x5a7c55)this[_0x158aa3(0x2ce)](_0x158aa3(0x34a),_0x29a0bd);}),_0xf5dee5[_0x5e0bd7(0x22b)]['on'](_0x5e0bd7(0x311),(_0x4ddc02,_0x22fdb8)=>{const _0x10d298=_0x5e0bd7,_0x43e6a9=_0x22fdb8[0x0];if(!this[_0x10d298(0x2f6)][_0x10d298(0x32a)])return;if(!_0x43e6a9[_0x10d298(0x2e2)])return;if(_0x43e6a9[_0x10d298(0x38d)][_0x10d298(0x348)]||!_0x43e6a9[_0x10d298(0x38d)][_0x10d298(0x33b)])return;let _0x1ed7d0,_0x92224a;switch(_0x43e6a9[_0x10d298(0x357)]){case _0x10d298(0x2df):_0x1ed7d0=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x2a1)](_0x43e6a9[_0x10d298(0x312)]),_0x92224a=_0x1ed7d0[_0x10d298(0x27e)](_0x43e6a9[_0x10d298(0x2c8)]);break;case _0x10d298(0x271):_0x1ed7d0=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x2a1)](_0x43e6a9[_0x10d298(0x2e4)]),_0x92224a=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x2a1)](_0x43e6a9[_0x10d298(0x215)]);break;case _0x10d298(0x356):_0x1ed7d0=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x2a1)](_0x43e6a9[_0x10d298(0x2d1)]),_0x92224a=_0x1ed7d0[_0x10d298(0x27e)](_0x43e6a9[_0x10d298(0x2c8)]);break;default:return;}const _0x5e9ed2=_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x31d)](_0x1ed7d0,_0x92224a);_0xf5dee5[_0x10d298(0x22b)][_0x10d298(0x27d)](()=>{const _0x35391d=_0x10d298;for(const {suggestion:_0x303b45,meta:_0x41fbdd}of this[_0x35391d(0x339)](_0x5e9ed2)){if(_0x303b45[_0x35391d(0x266)])continue;if(_0x35391d(0x252)==_0x303b45[_0x35391d(0x357)])continue;const _0x50731d=this[_0x35391d(0x38c)](_0x303b45);if(_0x50731d&&this[_0x35391d(0x360)](_0x50731d)&&_0x35391d(0x271)!=_0x43e6a9[_0x35391d(0x357)])continue;const _0x498b03=_0x303b45[_0x35391d(0x333)]&&_0x303b45[_0x35391d(0x333)][_0x35391d(0x39b)];(_0x35391d(0x216)!=_0x303b45[_0x35391d(0x357)]||_0x35391d(0x271)==_0x43e6a9[_0x35391d(0x357)]&&!_0x498b03)&&(_0x41fbdd[_0x35391d(0x28f)]||_0x35391d(0x229)==_0x303b45[_0x35391d(0x357)]&&_0x41fbdd[_0x35391d(0x1fb)]||_0x303b45[_0x35391d(0x363)]()[_0x35391d(0x31b)](_0x5e9ed2)&&this[_0x35391d(0x20d)](_0x303b45,_0x1ed7d0,_0x92224a));}});},{'priority':_0x5e0bd7(0x205)}),_0xf5dee5[_0x5e0bd7(0x22b)]['on'](_0x5e0bd7(0x291),(_0x263ba3,_0x12f64b)=>{const _0x3b1ee5=_0x5e0bd7,_0x2eb501=_0x12f64b[0x0],_0x12e62a=_0x12f64b[0x1];if(_0x12e62a&&_0x12e62a[_0x3b1ee5(0x273)])return;if(this[_0x3b1ee5(0x36c)])return;if(!this[_0x3b1ee5(0x316)][_0x3b1ee5(0x381)])return;if(_0x2eb501[_0x3b1ee5(0x336)])return;const _0x440270=_0xf5dee5[_0x3b1ee5(0x22b)][_0x3b1ee5(0x349)],{start:_0x473f6a,end:_0x1db6f6}=_0x2eb501[_0x3b1ee5(0x363)](),_0x109958=_0x473f6a[_0x3b1ee5(0x29e)]&&_0x440270[_0x3b1ee5(0x224)](_0x473f6a[_0x3b1ee5(0x29e)])?null:_0x440270[_0x3b1ee5(0x21c)](_0x473f6a,_0x3b1ee5(0x320)),_0x427983=_0x1db6f6[_0x3b1ee5(0x220)]&&_0x440270[_0x3b1ee5(0x224)](_0x1db6f6[_0x3b1ee5(0x220)])?null:_0x440270[_0x3b1ee5(0x21c)](_0x1db6f6,_0x3b1ee5(0x204)),_0xaf03de=_0xf5dee5[_0x3b1ee5(0x22b)][_0x3b1ee5(0x31d)](_0x109958?_0x109958[_0x3b1ee5(0x2da)]:_0x473f6a,_0x427983?_0x427983[_0x3b1ee5(0x25c)]:_0x1db6f6);_0xf5dee5[_0x3b1ee5(0x22b)][_0x3b1ee5(0x27d)](_0x1f52b2=>{const _0x285f41=_0x3b1ee5;this[_0x285f41(0x38f)](_0xaf03de);const _0x871724=_0xf5dee5[_0x285f41(0x22b)][_0x285f41(0x349)][_0x285f41(0x21c)](_0xaf03de[_0x285f41(0x2da)]);_0x2eb501['is'](_0x285f41(0x35c))?_0x1f52b2[_0x285f41(0x352)](_0x871724):_0x2eb501[_0x285f41(0x2d5)](_0x871724);}),_0x263ba3[_0x3b1ee5(0x218)]();},{'priority':_0x48ac01[_0x5e0bd7(0x2f4)]+0xa}),_0xf5dee5[_0x5e0bd7(0x22b)]['on'](_0x5e0bd7(0x2a2),(_0x304b89,_0x270679)=>{const _0x428b93=_0x5e0bd7,_0x4f933e=_0x270679[_0x270679[_0x428b93(0x269)]-0x1];_0x4f933e&&_0x4f933e[_0x428b93(0x273)]||this[_0x428b93(0x36c)]||this[_0x428b93(0x316)][_0x428b93(0x381)]&&(_0xf5dee5[_0x428b93(0x22b)][_0x428b93(0x27d)](()=>{const _0x2abb29=_0x428b93;let _0x18b6b0=_0xf5dee5[_0x2abb29(0x22b)][_0x2abb29(0x2a2)](_0x270679[0x0],_0x270679[0x1],_0x270679[0x2],{'forceDefaultExecution':!0x0});if(!_0x18b6b0)return;_0x304b89[_0x2abb29(0x38a)]=_0x18b6b0[_0x2abb29(0x39a)]();const _0x5dd4d9=_0x18b6b0[_0x2abb29(0x25c)][_0x2abb29(0x220)],_0x5f5d58=_0xf5dee5[_0x2abb29(0x22b)][_0x2abb29(0x349)];_0x5dd4d9&&_0x5f5d58[_0x2abb29(0x33f)](_0x5dd4d9)&&!_0x5f5d58[_0x2abb29(0x2b9)](_0x5dd4d9)&&(_0x18b6b0=_0xf5dee5[_0x2abb29(0x22b)][_0x2abb29(0x31d)](_0x18b6b0[_0x2abb29(0x2da)],_0xf5dee5[_0x2abb29(0x22b)][_0x2abb29(0x2a1)](_0x5dd4d9,_0x2abb29(0x25c)))),this[_0x2abb29(0x392)](_0x18b6b0);}),_0x304b89[_0x428b93(0x218)]());},{'priority':_0x5e0bd7(0x30a)}),this[_0x5e0bd7(0x263)][_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x1f8),this[_0x5e0bd7(0x316)]),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x1f8));const _0x33ab39=new _0x48c55f(_0xf5dee5,this[_0x5e0bd7(0x2f6)]);_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x351),_0x33ab39),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x351));const _0x44f35a=new _0x5bf209(_0xf5dee5,this[_0x5e0bd7(0x2f6)]);_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x1fc),_0x44f35a),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x1fc)),_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x37b),new _0x31f7ad(_0xf5dee5,_0x33ab39,this[_0x5e0bd7(0x2f6)])),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x37b)),_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x28c),new _0x31f7ad(_0xf5dee5,_0x44f35a,this[_0x5e0bd7(0x2f6)])),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x28c)),_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x221),new _0x49b5a0(_0xf5dee5,_0x33ab39,this[_0x5e0bd7(0x2f6)])),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x221)),_0xf5dee5[_0x5e0bd7(0x1ef)][_0x5e0bd7(0x20b)](_0x5e0bd7(0x309),new _0x49b5a0(_0xf5dee5,_0x44f35a,this[_0x5e0bd7(0x2f6)])),this[_0x5e0bd7(0x22f)](_0x5e0bd7(0x309));const _0x18899c=_0xf5dee5[_0x5e0bd7(0x255)][_0x5e0bd7(0x202)](_0x5e0bd7(0x2fb));this[_0x5e0bd7(0x21b)](_0x18899c,_0x5e0bd7(0x396),(_0x12ae16,{threadId:_0x5d021c})=>{const _0x144c29=_0x5e0bd7,_0x555509=this[_0x144c29(0x2f6)][_0x144c29(0x202)](_0x5d021c);_0x555509&&_0x555509[_0x144c29(0x31e)]&&0x1===_0x555509[_0x144c29(0x31e)][_0x144c29(0x269)]&&this[_0x144c29(0x1fe)](_0x5d021c,{'hasComments':!0x0});},{'priority':_0x5e0bd7(0x26b)}),this[_0x5e0bd7(0x21b)](_0x18899c,_0x5e0bd7(0x39f),(_0x5a818b,{threadId:_0x288b61})=>{const _0x4c0b82=_0x5e0bd7,_0x5c9db4=this[_0x4c0b82(0x2f6)][_0x4c0b82(0x202)](_0x288b61);_0x5c9db4&&_0x5c9db4[_0x4c0b82(0x31e)]&&!_0x5c9db4[_0x4c0b82(0x31e)][_0x4c0b82(0x269)]&&this[_0x4c0b82(0x1fe)](_0x288b61,{'hasComments':!0x1});},{'priority':_0x5e0bd7(0x26b)});}set[_0x2fda62(0x2ed)](_0x5dcfcc){const _0x5f8c83=_0x2fda62;if(this[_0x5f8c83(0x278)])throw new _0x51ae20(_0x5f8c83(0x212),this);this[_0x5f8c83(0x278)]=_0x5dcfcc;}get[_0x2fda62(0x2ed)](){const _0x4d4cf6=_0x2fda62;return this[_0x4d4cf6(0x278)];}[_0x2fda62(0x23b)]({skipNotAttached:_0x303ea3=!0x1,toJSON:_0x313193=!0x1}={}){const _0x526bc8=_0x2fda62,_0x247bd5=[];for(const _0x5d7b19 of this[_0x526bc8(0x2f6)][_0x526bc8(0x31a)]())_0x303ea3&&!_0x5d7b19[_0x526bc8(0x27a)]||_0x247bd5[_0x526bc8(0x2a4)](_0x5d7b19);return _0x313193?_0x247bd5[_0x526bc8(0x321)](_0x3c1694=>_0x3c1694[_0x526bc8(0x33d)]()):_0x247bd5;}[_0x2fda62(0x1f3)](_0x37017d){const _0x11d8df=_0x2fda62,_0x4e35f9=this[_0x11d8df(0x2f6)][_0x11d8df(0x202)](_0x37017d);if(!_0x4e35f9)throw new _0x51ae20(_0x11d8df(0x30b),this);return _0x4e35f9;}[_0x2fda62(0x377)](_0xba0cac){const _0x29ac50=_0x2fda62;return this[_0x29ac50(0x2f6)][_0x29ac50(0x30c)](_0xba0cac);}[_0x2fda62(0x2d8)](_0x2539f9){const _0xa3c612=_0x2fda62,{authorId:_0x38201d,id:_0x19bbc0,attributes:_0x6de04a}=_0x2539f9,[_0x521d04,_0x7bb2df]=_0x2539f9[_0xa3c612(0x357)][_0xa3c612(0x271)](':'),_0xfe7a3d=this[_0xa3c612(0x2f6)][_0xa3c612(0x202)](_0x19bbc0)||this[_0xa3c612(0x2ff)](_0x521d04,_0x7bb2df,_0x19bbc0,_0x38201d,_0x6de04a);if(this[_0xa3c612(0x371)](_0xfe7a3d),this[_0xa3c612(0x2c5)](_0xfe7a3d,_0x521d04,_0x7bb2df||null,_0x38201d),_0xfe7a3d[_0xa3c612(0x25b)]=_0x2539f9[_0xa3c612(0x25b)],_0xfe7a3d[_0xa3c612(0x29d)]=!0x0,_0x6de04a&&_0x6de04a[_0xa3c612(0x248)]){const _0x4943da=_0x6de04a[_0xa3c612(0x248)],_0x1ee69a=this[_0xa3c612(0x2ef)](_0x4943da[_0xa3c612(0x24a)]);_0xfe7a3d[_0xa3c612(0x332)]=_0x4943da[_0xa3c612(0x25b)],_0xfe7a3d[_0xa3c612(0x30e)]=_0x1ee69a,_0xfe7a3d[_0xa3c612(0x2a3)]=!0x0;}else _0xfe7a3d[_0xa3c612(0x332)]=_0x2539f9[_0xa3c612(0x25b)];switch(_0x2539f9[_0xa3c612(0x333)]&&(_0xfe7a3d[_0xa3c612(0x333)]=_0x2539f9[_0xa3c612(0x333)]),_0x2539f9[_0xa3c612(0x2f2)]&&(_0xfe7a3d[_0xa3c612(0x2f2)]=_0x2539f9[_0xa3c612(0x2f2)]),this[_0xa3c612(0x278)]&&this[_0xa3c612(0x278)][_0xa3c612(0x2a7)]||(_0xfe7a3d[_0xa3c612(0x2b6)]=!0x0),this[_0xa3c612(0x2c3)][_0xa3c612(0x202)](_0xfe7a3d)){case _0xa3c612(0x231):this[_0xa3c612(0x2c3)][_0xa3c612(0x2d9)](_0xfe7a3d,_0xa3c612(0x234));break;case _0xa3c612(0x28b):_0xfe7a3d[_0xa3c612(0x27a)]?(this[_0xa3c612(0x2cf)](new Set([_0xfe7a3d])),this[_0xa3c612(0x382)](new Set([_0xfe7a3d])),this[_0xa3c612(0x2c3)][_0xa3c612(0x2d9)](_0xfe7a3d,_0xa3c612(0x1fd)),this[_0xa3c612(0x2ce)](_0xa3c612(0x324),_0xfe7a3d)):this[_0xa3c612(0x2c3)][_0xa3c612(0x2d9)](_0xfe7a3d,_0xa3c612(0x347));}return _0xfe7a3d;}[_0x2fda62(0x351)](_0x13e0b0){const _0x59532c=_0x2fda62;this[_0x59532c(0x273)](()=>{const _0x59269b=_0x59532c;this[_0x59269b(0x263)][_0x59269b(0x22b)][_0x59269b(0x27d)](()=>{const _0x3d9441=_0x59269b;for(const _0x75ac5d of _0x13e0b0[_0x3d9441(0x222)]())_0x75ac5d[_0x3d9441(0x391)]();});});}[_0x2fda62(0x1fc)](_0x45b1e9){const _0x160348=_0x2fda62;this[_0x160348(0x273)](()=>{const _0xa74325=_0x160348;this[_0xa74325(0x263)][_0xa74325(0x22b)][_0xa74325(0x27d)](()=>{const _0x55f78f=_0xa74325;for(const _0x199b97 of _0x45b1e9[_0x55f78f(0x222)]())_0x199b97[_0x55f78f(0x297)]();});});}[_0x2fda62(0x22f)](_0x431cae,_0xed80a9){const _0x2f877b=_0x2fda62,_0x528daa=this[_0x2f877b(0x263)][_0x2f877b(0x1ef)][_0x2f877b(0x202)](_0x431cae);if(!_0x528daa)throw new _0x51ae20(_0x2f877b(0x2e3),this,{'commandName':_0x431cae});if(this[_0x2f877b(0x240)][_0x2f877b(0x30c)](_0x528daa))throw new _0x51ae20(_0x2f877b(0x32e),this,{'commandName':_0x431cae});this[_0x2f877b(0x240)][_0x2f877b(0x20b)](_0x528daa),_0xed80a9&&_0x528daa['on'](_0x2f877b(0x36e),(_0xd96e93,_0x3072c9)=>{const _0x4b1863=_0x2f877b;this[_0x4b1863(0x316)][_0x4b1863(0x381)]&&(this[_0x4b1863(0x36c)]||(_0x3072c9[_0x4b1863(0x269)]>0x0&&_0x3072c9[_0x3072c9[_0x4b1863(0x269)]-0x1]&&_0x3072c9[_0x3072c9[_0x4b1863(0x269)]-0x1][_0x4b1863(0x273)]?_0x3072c9[_0x4b1863(0x25d)]():(_0xd96e93[_0x4b1863(0x38a)]=_0xed80a9((..._0x5cc826)=>_0x528daa[_0x4b1863(0x36e)](..._0x5cc826,{'forceDefaultExecution':!0x0}),..._0x3072c9),_0xd96e93[_0x4b1863(0x218)]())));},{'priority':_0x2f877b(0x30a)});}[_0x2fda62(0x273)](_0x3f6b03){const _0x439a30=_0x2fda62;let _0x17d7a2,_0x8ef877;const _0x4babf8=this[_0x439a30(0x36c)];this[_0x439a30(0x36c)]=!0x0;try{_0x17d7a2=_0x3f6b03();}catch(_0xecd8b0){_0x8ef877=_0xecd8b0;}return _0x4babf8||(this[_0x439a30(0x36c)]=!0x1),_0x8ef877&&_0x51ae20[_0x439a30(0x284)](_0x8ef877,this),_0x17d7a2;}[_0x2fda62(0x392)](_0x30665c,_0x3a2a05=null,_0x53a5d8={}){const _0x36eb3a=_0x2fda62;if(_0x30665c[_0x36eb3a(0x336)])return null;const _0x82ec22=this[_0x36eb3a(0x263)][_0x36eb3a(0x255)][_0x36eb3a(0x202)](_0x36eb3a(0x32b))['me'];for(const {suggestion:_0x1d8a75,meta:_0x53aad7}of this[_0x36eb3a(0x339)](_0x30665c,_0x36eb3a(0x229)))if(_0x53aad7[_0x36eb3a(0x1fb)]){if(!_0x53aad7[_0x36eb3a(0x22e)]){if(_0x53aad7[_0x36eb3a(0x28f)]){if(!this[_0x36eb3a(0x372)]||!Pt(_0x1d8a75,_0x53a5d8))continue;return _0x1d8a75;}if(Pt(_0x1d8a75,_0x53a5d8))return _0x1d8a75;this[_0x36eb3a(0x20d)](_0x1d8a75,_0x30665c[_0x36eb3a(0x2da)],_0x30665c[_0x36eb3a(0x25c)]);break;}if(_0x3a2a05==_0x1d8a75[_0x36eb3a(0x2eb)]&&Pt(_0x1d8a75,_0x53a5d8)){const _0x552a6a=_0x1d8a75[_0x36eb3a(0x363)]();return _0x552a6a[_0x36eb3a(0x2da)][_0x36eb3a(0x390)](_0x30665c[_0x36eb3a(0x25c)])?this[_0x36eb3a(0x2ea)](_0x1d8a75,this[_0x36eb3a(0x37d)][_0x36eb3a(0x31d)](_0x30665c[_0x36eb3a(0x2da)],_0x552a6a[_0x36eb3a(0x25c)])):this[_0x36eb3a(0x2ea)](_0x1d8a75,this[_0x36eb3a(0x37d)][_0x36eb3a(0x31d)](_0x552a6a[_0x36eb3a(0x2da)],_0x30665c[_0x36eb3a(0x25c)])),_0x1d8a75;}}const _0x3de88c=_0x2e0e5f(),_0x3be294=_0x82ec22['id'],_0x1a329b=_0x3a2a05?_0x36eb3a(0x1ed)+_0x3a2a05:_0x36eb3a(0x229),_0x270e38=this[_0x36eb3a(0x2ca)]({'id':_0x3de88c,'type':_0x1a329b,'createdAt':new Date(),'authorId':_0x3be294,'attributes':_0x53a5d8});return this[_0x36eb3a(0x2c4)](_0x1a329b,_0x3de88c,_0x3be294,_0x30665c),_0x270e38;}[_0x2fda62(0x37c)](_0x12640c,_0x40227f=_0x2fda62(0x24f),_0x262ea7={}){const _0xe89044=_0x2fda62,_0x5903fc=this[_0xe89044(0x263)][_0xe89044(0x255)][_0xe89044(0x202)](_0xe89044(0x32b))['me'],_0x1dc6a1=this[_0xe89044(0x2be)][_0xe89044(0x2ad)](_0xe89044(0x229),_0x40227f,_0xe89044(0x301));for(const _0x320d3e of this[_0xe89044(0x23b)]())if(_0x320d3e[_0xe89044(0x30e)]['id']==_0x5903fc['id']&&_0xe89044(0x229)==_0x320d3e[_0xe89044(0x357)]&&_0x320d3e[_0xe89044(0x2eb)]==_0x40227f&&Pt(_0x320d3e,_0x262ea7)&&(_0x1dc6a1(_0x320d3e[_0xe89044(0x245)](),_0x12640c)||_0x1dc6a1(_0x12640c,_0x320d3e[_0xe89044(0x245)]()))){for(const _0x267dd7 of _0x12640c)_0x320d3e[_0xe89044(0x305)](_0x267dd7);return _0x320d3e;}for(const {suggestion:_0x5414ca,meta:_0xa72c95}of this[_0xe89044(0x339)](_0x12640c,_0xe89044(0x229))){if(!_0xa72c95[_0xe89044(0x1fb)])continue;if(!this[_0xe89044(0x372)]&&_0xa72c95[_0xe89044(0x28f)])continue;if(!Pt(_0x5414ca,_0x262ea7))continue;let _0x23840c=!0x0;for(const _0x564c7e of _0x5414ca[_0xe89044(0x245)]())for(const _0x19c207 of _0x12640c)if(!_0x564c7e[_0xe89044(0x31b)](_0x19c207)){_0x23840c=!0x1;break;}if(_0x23840c)return _0x5414ca;}const _0x4581cb=_0x2e0e5f(),_0xc7704e=_0x5903fc['id'],_0x3e7e7f=_0xe89044(0x1ed)+_0x40227f,_0x4eaed7=this[_0xe89044(0x2ca)]({'id':_0x4581cb,'type':_0x3e7e7f,'createdAt':new Date(),'authorId':_0xc7704e,'attributes':_0x262ea7});for(const _0x243e7e of _0x12640c)this[_0xe89044(0x2c4)](_0x3e7e7f,_0x4581cb,_0xc7704e,_0x243e7e,_0x4c8752[_0xe89044(0x2c0)]());return _0x4eaed7;}[_0x2fda62(0x26a)](_0xb39868,_0x2a9f1c,_0x5d6f4a=null,_0x484a6e={}){const _0xe8762d=_0x2fda62;if(_0x5d6f4a=_0x5d6f4a||Et(_0x2a9f1c),_0xb39868[_0xe8762d(0x336)])return null;if(_0xe8762d(0x335)===this[_0xe8762d(0x389)]){const _0x1a2d79=this[_0xe8762d(0x2be)][_0xe8762d(0x2ad)](_0xe8762d(0x252),_0x5d6f4a,_0xe8762d(0x391));return this[_0xe8762d(0x273)](()=>_0x1a2d79([_0xb39868],_0x2a9f1c,_0x484a6e)),null;}const _0x4544fa=this[_0xe8762d(0x263)][_0xe8762d(0x255)][_0xe8762d(0x202)](_0xe8762d(0x32b))['me'],_0x29135a=[];if(_0xe8762d(0x2d2)!==this[_0xe8762d(0x389)]){for(const {suggestion:_0x168334,meta:_0x558b83}of this[_0xe8762d(0x339)](_0xb39868,_0xe8762d(0x229)))_0x558b83[_0xe8762d(0x1fb)]&&!_0x558b83[_0xe8762d(0x295)]&&_0x29135a[_0xe8762d(0x2a4)](..._0x168334[_0xe8762d(0x245)]());}const _0x3c14a5=function(_0x5a51d4,_0x259f7a){const _0x4a2227=_0xe8762d,_0x5bd8cc=[];for(const _0x1a27d3 of _0x259f7a){const _0x17ab4c=_0x5a51d4[_0x4a2227(0x399)](_0x1a27d3);_0x17ab4c&&_0x5bd8cc[_0x4a2227(0x2a4)](_0x17ab4c);}return _0x5bd8cc;}(_0xb39868,_0x29135a),_0xf441e9=function(_0x28351c,_0x2c7549){const _0x1f3754=_0xe8762d,_0x119147=[_0x28351c];for(const _0x4d4aa7 of _0x2c7549){let _0x1379b6=0x0;for(;_0x1379b6<_0x119147[_0x1f3754(0x269)];){const _0x1275d6=_0x119147[_0x1379b6][_0x1f3754(0x265)](_0x4d4aa7);_0x119147[_0x1f3754(0x296)](_0x1379b6,0x1,..._0x1275d6),_0x1379b6+=_0x1275d6[_0x1f3754(0x269)];}}return _0x119147;}(_0xb39868,_0x29135a);_0x3c14a5[_0xe8762d(0x269)]&&this[_0xe8762d(0x37d)][_0xe8762d(0x27d)](()=>{const _0x115efd=_0xe8762d;for(const _0x2b4ac5 of _0x3c14a5){const _0x43fab9=this[_0x115efd(0x2be)][_0x115efd(0x2ad)](_0x115efd(0x252),_0x5d6f4a,_0x115efd(0x391));this[_0x115efd(0x273)](()=>_0x43fab9([_0x2b4ac5],_0x2a9f1c,_0x484a6e));}});for(const _0x291f4f of _0xf441e9){let _0x2da946=null,_0x35ecba=_0x291f4f[_0xe8762d(0x2da)],_0x1013dd=_0x291f4f[_0xe8762d(0x25c)];for(const {suggestion:_0x1506ae,meta:_0x43dab5}of this[_0xe8762d(0x339)](_0x291f4f,_0xe8762d(0x252))){if(!_0x43dab5[_0xe8762d(0x1fb)])continue;if(_0x1506ae[_0xe8762d(0x2eb)]!=_0x5d6f4a)continue;if(!Pt(_0x1506ae,_0x484a6e))continue;const _0x3d9a1b=_0x1506ae[_0xe8762d(0x363)]();if(_0x3d9a1b[_0xe8762d(0x31b)](_0x291f4f,!0x0))return null;_0x35ecba=_0x35ecba[_0xe8762d(0x233)](_0x3d9a1b[_0xe8762d(0x2da)])?_0x35ecba:_0x3d9a1b[_0xe8762d(0x2da)],_0x1013dd=_0x1013dd[_0xe8762d(0x2b7)](_0x3d9a1b[_0xe8762d(0x25c)])?_0x1013dd:_0x3d9a1b[_0xe8762d(0x25c)],_0x2da946?_0x3d9a1b[_0xe8762d(0x2da)][_0xe8762d(0x233)](_0x2da946[_0xe8762d(0x363)]()[_0xe8762d(0x2da)])?(_0x2da946[_0xe8762d(0x34b)](),_0x2da946=_0x1506ae):_0x1506ae[_0xe8762d(0x34b)]():_0x2da946=_0x1506ae;}const _0x5aa4fb=this[_0xe8762d(0x37d)][_0xe8762d(0x31d)](_0x35ecba,_0x1013dd);if(_0x2da946)this[_0xe8762d(0x2ea)](_0x2da946,_0x5aa4fb);else{const _0x453814=_0x2e0e5f(),_0x439362=_0x4544fa['id'];this[_0xe8762d(0x2ca)]({'id':_0x453814,'type':_0xe8762d(0x2a8)+_0x5d6f4a,'data':_0x2a9f1c,'createdAt':new Date(),'authorId':_0x439362,'attributes':_0x484a6e}),this[_0xe8762d(0x2c4)](_0xe8762d(0x2a8)+_0x5d6f4a,_0x453814,_0x439362,_0x5aa4fb);}}return null;}[_0x2fda62(0x384)](_0x2c6422,_0x115689,_0x4669b4=[],_0x194476=null,_0x21bb61={}){const _0x3ee0ed=_0x2fda62;_0x115689[_0x3ee0ed(0x1ee)]||(_0x115689[_0x3ee0ed(0x1ee)]=_0x115689[_0x3ee0ed(0x275)]),_0x115689[_0x3ee0ed(0x39b)]=_0x2c6422['is'](_0x3ee0ed(0x2bb)),_0x194476=_0x194476||Et(_0x115689);const _0x312384=_0x4669b4[_0x3ee0ed(0x321)](_0x367400=>Ot(_0x367400,this[_0x3ee0ed(0x37d)])),_0x3a64a7=_0x2c6422['is'](_0x3ee0ed(0x2bb))?_0x2c6422:Ot(_0x2c6422,this[_0x3ee0ed(0x37d)]);if(_0x3ee0ed(0x335)===this[_0x3ee0ed(0x389)]){const _0x452666=this[_0x3ee0ed(0x2be)][_0x3ee0ed(0x2ad)](_0x3ee0ed(0x216),_0x194476,_0x3ee0ed(0x391));return this[_0x3ee0ed(0x273)](()=>_0x452666([_0x3a64a7],_0x115689,_0x21bb61)),null;}_0x312384[_0x3ee0ed(0x2a4)](_0x3a64a7);let _0x29acc=!0x0;for(const _0x282781 of _0x312384)if(!this[_0x3ee0ed(0x277)](_0x282781)){_0x29acc=!0x1;break;}if(_0x29acc&&_0x3ee0ed(0x2d2)!==this[_0x3ee0ed(0x389)]){const _0x2bc221=this[_0x3ee0ed(0x2be)][_0x3ee0ed(0x2ad)](_0x3ee0ed(0x216),_0x194476,_0x3ee0ed(0x391));return this[_0x3ee0ed(0x273)](()=>_0x2bc221([_0x3a64a7],_0x115689,_0x21bb61)),null;}let _0x5cf5dd=null,_0x51c724=_0x3a64a7[_0x3ee0ed(0x2da)],_0x376602=_0x3a64a7[_0x3ee0ed(0x25c)];for(const {suggestion:_0x2e8f57,meta:_0x140891}of this[_0x3ee0ed(0x339)](_0x3a64a7,_0x3ee0ed(0x216))){if(!_0x140891[_0x3ee0ed(0x1fb)])continue;if(_0x140891[_0x3ee0ed(0x22e)]||_0x140891[_0x3ee0ed(0x28f)]||_0x140891[_0x3ee0ed(0x295)])continue;if(_0x2e8f57[_0x3ee0ed(0x333)][_0x3ee0ed(0x1ee)]!=_0x115689[_0x3ee0ed(0x1ee)])continue;if(!Pt(_0x2e8f57,_0x21bb61))continue;const _0x5d2a1a=_0x2e8f57[_0x3ee0ed(0x363)]();if(_0x2e8f57[_0x3ee0ed(0x2eb)]==_0x194476){if(_0x5d2a1a[_0x3ee0ed(0x31b)](_0x3a64a7,!0x0))return null;_0x51c724=_0x51c724[_0x3ee0ed(0x233)](_0x5d2a1a[_0x3ee0ed(0x2da)])?_0x51c724:_0x5d2a1a[_0x3ee0ed(0x2da)],_0x376602=_0x376602[_0x3ee0ed(0x2b7)](_0x5d2a1a[_0x3ee0ed(0x25c)])?_0x376602:_0x5d2a1a[_0x3ee0ed(0x25c)],_0x5cf5dd?_0x5d2a1a[_0x3ee0ed(0x2da)][_0x3ee0ed(0x233)](_0x5cf5dd[_0x3ee0ed(0x363)]()[_0x3ee0ed(0x2da)])?(_0x5cf5dd[_0x3ee0ed(0x34b)](),_0x5cf5dd=_0x2e8f57):_0x2e8f57[_0x3ee0ed(0x34b)]():_0x5cf5dd=_0x2e8f57;}else{const _0x1a9b96=_0x3a64a7[_0x3ee0ed(0x399)](_0x5d2a1a);this[_0x3ee0ed(0x302)](_0x2e8f57,_0x1a9b96);}}const _0x2411d2=this[_0x3ee0ed(0x263)][_0x3ee0ed(0x255)][_0x3ee0ed(0x202)](_0x3ee0ed(0x32b))['me'],_0x58c437=_0x2e0e5f(),_0x3ab284=_0x2411d2['id'];if(_0x5cf5dd)return this[_0x3ee0ed(0x2ea)](_0x5cf5dd,this[_0x3ee0ed(0x37d)][_0x3ee0ed(0x31d)](_0x51c724,_0x376602)),_0x5cf5dd;{const _0x463797=this[_0x3ee0ed(0x2ca)]({'id':_0x58c437,'type':_0x3ee0ed(0x2e1)+_0x194476,'data':_0x115689,'createdAt':new Date(),'authorId':_0x3ab284,'attributes':_0x21bb61});return this[_0x3ee0ed(0x2c4)](_0x3ee0ed(0x2e1)+_0x194476,_0x58c437,_0x3ab284,this[_0x3ee0ed(0x37d)][_0x3ee0ed(0x31d)](_0x51c724,_0x376602)),_0x463797;}}[_0x2fda62(0x37e)](_0x232a10,_0x1cdf39,_0x214bd7=[],_0xa1d6e3=null,_0x15b042={}){const _0x16f52b=_0x2fda62;_0x1cdf39[_0x16f52b(0x1ee)]||(_0x1cdf39[_0x16f52b(0x1ee)]=_0x1cdf39[_0x16f52b(0x275)]);const _0x32803a=_0x232a10[0x0];_0x1cdf39[_0x16f52b(0x39b)]=_0x32803a['is'](_0x16f52b(0x2bb)),_0xa1d6e3=_0xa1d6e3||Et(_0x1cdf39);const _0x28b6de=_0x214bd7[_0x16f52b(0x321)](_0x33fe08=>Ot(_0x33fe08,this[_0x16f52b(0x37d)])),_0x5de431=_0x32803a['is'](_0x16f52b(0x2bb))?_0x232a10:_0x232a10[_0x16f52b(0x321)](_0x5a0f2e=>Ot(_0x5a0f2e,this[_0x16f52b(0x37d)]));if(_0x16f52b(0x335)===this[_0x16f52b(0x389)]){const _0xc5f31d=this[_0x16f52b(0x2be)][_0x16f52b(0x2ad)](_0x16f52b(0x216),_0xa1d6e3,_0x16f52b(0x391));return this[_0x16f52b(0x273)](()=>_0xc5f31d(_0x5de431,_0x1cdf39,_0x15b042)),null;}_0x28b6de[_0x16f52b(0x2a4)](..._0x5de431);let _0x5f52fb=!0x0;for(const _0x413bb8 of _0x28b6de)if(!this[_0x16f52b(0x277)](_0x413bb8)){_0x5f52fb=!0x1;break;}if(_0x5f52fb&&_0x16f52b(0x2d2)!==this[_0x16f52b(0x389)]){const _0x1ffca6=this[_0x16f52b(0x2be)][_0x16f52b(0x2ad)](_0x16f52b(0x216),_0xa1d6e3,_0x16f52b(0x391));return this[_0x16f52b(0x273)](()=>_0x1ffca6(_0x5de431,_0x1cdf39,_0x15b042)),null;}const _0xf6a186=this[_0x16f52b(0x263)][_0x16f52b(0x255)][_0x16f52b(0x202)](_0x16f52b(0x32b))['me'];for(const _0x359c44 of this[_0x16f52b(0x23b)]()){if(_0x359c44[_0x16f52b(0x30e)]['id']!=_0xf6a186['id'])continue;if(_0x16f52b(0x216)!=_0x359c44[_0x16f52b(0x357)]||_0x359c44[_0x16f52b(0x333)][_0x16f52b(0x1ee)]!=_0x1cdf39[_0x16f52b(0x1ee)])continue;if(!Pt(_0x359c44,_0x15b042))continue;const _0x32013e=_0x359c44[_0x16f52b(0x2eb)]==_0xa1d6e3;for(let _0x33a82e=0x0;_0x33a82e<_0x5de431[_0x16f52b(0x269)];_0x33a82e++){const _0x285bcd=_0x5de431[_0x33a82e];for(const _0x3137b1 of _0x359c44[_0x16f52b(0x23a)]()){const _0x4344e5=_0x3137b1[_0x16f52b(0x237)]();if(_0x285bcd[_0x16f52b(0x390)](_0x4344e5)){_0x32013e?(_0x5de431[_0x16f52b(0x296)](_0x33a82e,0x1),_0x33a82e--):_0x359c44[_0x16f52b(0x319)](_0x3137b1[_0x16f52b(0x259)]);break;}}}}if(0x0==_0x5de431[_0x16f52b(0x269)])return null;const _0x450c1d=this[_0x16f52b(0x2be)][_0x16f52b(0x2ad)](_0x16f52b(0x216),_0xa1d6e3,_0x16f52b(0x301));for(const _0xb72e74 of this[_0x16f52b(0x23b)]())if(_0xb72e74[_0x16f52b(0x30e)]['id']==_0xf6a186['id']&&_0x16f52b(0x216)==_0xb72e74[_0x16f52b(0x357)]&&_0xb72e74[_0x16f52b(0x333)][_0x16f52b(0x1ee)]==_0x1cdf39[_0x16f52b(0x1ee)]&&_0xb72e74[_0x16f52b(0x2eb)]==_0xa1d6e3&&Pt(_0xb72e74,_0x15b042)&&(_0x450c1d(_0xb72e74[_0x16f52b(0x245)](),_0x5de431)||_0x450c1d(_0x5de431,_0xb72e74[_0x16f52b(0x245)]()))){for(const _0x2261b1 of _0x5de431)_0xb72e74[_0x16f52b(0x305)](_0x2261b1);return _0xb72e74;}const _0x3c32d4=_0x2e0e5f(),_0x2e7d81=_0xf6a186['id'],_0x383707=_0x16f52b(0x2e1)+_0xa1d6e3,_0xe28f74=this[_0x16f52b(0x2ca)]({'id':_0x3c32d4,'type':_0x383707,'data':_0x1cdf39,'createdAt':new Date(),'authorId':_0x2e7d81,'attributes':_0x15b042});for(const _0x2f0d8a of _0x5de431)this[_0x16f52b(0x2c4)](_0x383707,_0x3c32d4,_0x2e7d81,_0x2f0d8a,_0x4c8752[_0x16f52b(0x2c0)]());return _0xe28f74;}[_0x2fda62(0x38f)](_0x18cd9b,_0x332652=null,_0x534282={}){const _0x349f54=_0x2fda62;if(_0x18cd9b[_0x349f54(0x336)])return null;const _0x4519ee=this[_0x349f54(0x263)][_0x349f54(0x255)][_0x349f54(0x202)](_0x349f54(0x32b))['me'],_0x4ee614=new _0x5b6962(_0x18cd9b[_0x349f54(0x2da)],_0x18cd9b[_0x349f54(0x25c)]);for(const {suggestion:_0x1251e6,meta:_0x329ef7}of this[_0x349f54(0x339)](_0x4ee614,_0x349f54(0x229)))if(_0x329ef7[_0x349f54(0x1fb)]&&!_0x329ef7[_0x349f54(0x22e)]){if(_0x1251e6[_0x349f54(0x266)]){const _0x159f8e=_0x1251e6[_0x349f54(0x245)]()[_0x349f54(0x33c)](_0xe1827b=>_0x349f54(0x306)!=_0xe1827b[_0x349f54(0x35a)][_0x349f54(0x288)]);_0x159f8e[_0x349f54(0x359)](_0x2f2ba1=>_0x4ee614[_0x349f54(0x31b)](_0x2f2ba1,!0x0))&&_0x1251e6[_0x349f54(0x297)]();if(_0x159f8e[_0x349f54(0x211)](_0x25a01b=>_0x25a01b[_0x349f54(0x31b)](_0x4ee614,!0x0))){const _0xd81301=this[_0x349f54(0x2be)][_0x349f54(0x2ad)](_0x349f54(0x2fd),_0x332652,_0x349f54(0x391));return this[_0x349f54(0x273)](()=>_0xd81301([_0x4ee614],null,_0x534282)),null;}}else{const _0x37dfff=_0x4ee614[_0x349f54(0x399)](_0x1251e6[_0x349f54(0x363)]());null!==_0x37dfff&&_0x1251e6[_0x349f54(0x2fa)]([_0x37dfff],null,_0x534282);}}if(_0x4ee614[_0x349f54(0x329)](),_0x4ee614[_0x349f54(0x336)]||_0x349f54(0x306)==_0x4ee614[_0x349f54(0x35a)][_0x349f54(0x288)])return null;let _0x4e0935=null,_0x27e81e=_0x4ee614[_0x349f54(0x2da)],_0x4bbe9c=_0x4ee614[_0x349f54(0x25c)];const _0x225073=this[_0x349f54(0x339)](_0x4ee614,_0x349f54(0x2fd));for(const {suggestion:_0x2dfea2,meta:_0x34cecd}of _0x225073){const _0x1ac917=this[_0x349f54(0x37d)][_0x349f54(0x31d)](_0x27e81e,_0x4bbe9c);if(_0x34cecd[_0x349f54(0x1fb)]&&(this[_0x349f54(0x372)]||!_0x34cecd[_0x349f54(0x28f)]&&!_0x34cecd[_0x349f54(0x295)])){if(_0x2dfea2[_0x349f54(0x266)]){if(!Pt(_0x2dfea2,_0x534282))continue;let _0xf5cd4f=!0x0;for(const _0x158dd0 of _0x2dfea2[_0x349f54(0x245)]()){if(_0x158dd0[_0x349f54(0x31b)](_0x1ac917,!0x0))return _0x2dfea2;_0x1ac917[_0x349f54(0x31b)](_0x158dd0)||(_0xf5cd4f=!0x1);}_0xf5cd4f&&_0x2dfea2[_0x349f54(0x297)]();}else{const _0x25bedb=_0x2dfea2[_0x349f54(0x363)]();if(_0x25bedb[_0x349f54(0x31b)](_0x1ac917,!0x0))return _0x2dfea2;if(!Pt(_0x2dfea2,_0x534282)){_0x1ac917[_0x349f54(0x31b)](_0x25bedb)?_0x2dfea2[_0x349f54(0x34b)]():_0x25bedb[_0x349f54(0x21f)](_0x27e81e)?_0x27e81e=_0x25bedb[_0x349f54(0x25c)]:_0x25bedb[_0x349f54(0x21f)](_0x4bbe9c)&&(_0x4bbe9c=_0x25bedb[_0x349f54(0x2da)]);continue;}_0x27e81e=_0x27e81e[_0x349f54(0x233)](_0x25bedb[_0x349f54(0x2da)])?_0x27e81e:_0x25bedb[_0x349f54(0x2da)],_0x4bbe9c=_0x4bbe9c[_0x349f54(0x2b7)](_0x25bedb[_0x349f54(0x25c)])?_0x4bbe9c:_0x25bedb[_0x349f54(0x25c)],_0x534282=Object[_0x349f54(0x2e5)]({},_0x2dfea2[_0x349f54(0x2f2)]),_0x4e0935?_0x25bedb[_0x349f54(0x2da)][_0x349f54(0x233)](_0x4e0935[_0x349f54(0x363)]()[_0x349f54(0x2da)])?(_0x4e0935[_0x349f54(0x34b)](),_0x4e0935=_0x2dfea2):_0x2dfea2[_0x349f54(0x34b)]():_0x4e0935=_0x2dfea2;}}}if(_0x4e0935)return this[_0x349f54(0x2ea)](_0x4e0935,this[_0x349f54(0x37d)][_0x349f54(0x31d)](_0x27e81e,_0x4bbe9c)),_0x4e0935;{const _0x1b8636=_0x2e0e5f(),_0x294f98=this[_0x349f54(0x37d)][_0x349f54(0x31d)](_0x27e81e,_0x4bbe9c),_0x45e3cc=_0x4519ee['id'],_0x40650a=_0x332652?_0x349f54(0x2b5)+_0x332652:_0x349f54(0x2fd),_0x1a95fd=this[_0x349f54(0x2ca)]({'id':_0x1b8636,'type':_0x40650a,'createdAt':new Date(),'authorId':_0x45e3cc,'attributes':_0x534282});return this[_0x349f54(0x2c4)](_0x40650a,_0x1b8636,_0x45e3cc,_0x294f98),_0x1a95fd;}}[_0x2fda62(0x2f1)](_0x1c428c,_0x9c9ecc=_0x2fda62(0x24f),_0x238205={}){const _0x1abb74=_0x2fda62,_0x57a96c=this[_0x1abb74(0x263)][_0x1abb74(0x255)][_0x1abb74(0x202)](_0x1abb74(0x32b))['me'],_0x4abe0f=_0x1c428c[_0x1abb74(0x321)](_0x2a7a70=>new _0x5b6962(_0x2a7a70[_0x1abb74(0x2da)],_0x2a7a70[_0x1abb74(0x25c)])),_0x5d559e=new Set();for(const {suggestion:_0x2c54af,meta:_0x364fd1}of this[_0x1abb74(0x339)](_0x4abe0f,_0x1abb74(0x229)))_0x364fd1[_0x1abb74(0x1fb)]&&!_0x364fd1[_0x1abb74(0x22e)]&&_0x5d559e[_0x1abb74(0x20b)](_0x2c54af);for(const _0x56aa9d of _0x5d559e)if(_0x56aa9d[_0x1abb74(0x266)]){const _0x5f4e06=_0x56aa9d[_0x1abb74(0x245)]();(!_0x56aa9d[_0x1abb74(0x2f2)]||!_0x56aa9d[_0x1abb74(0x2f2)][_0x1abb74(0x2b8)])&&(_0x5f4e06[_0x1abb74(0x359)](_0x58b29e=>_0x4abe0f[_0x1abb74(0x211)](_0x2c909c=>_0x2c909c[_0x1abb74(0x31b)](_0x58b29e,!0x0)))&&_0x56aa9d[_0x1abb74(0x297)]());if(_0x4abe0f[_0x1abb74(0x359)](_0x14e0c3=>_0x5f4e06[_0x1abb74(0x211)](_0x581457=>_0x581457[_0x1abb74(0x31b)](_0x14e0c3,!0x0)))){const _0x3b6bb1=this[_0x1abb74(0x2be)][_0x1abb74(0x2ad)](_0x1abb74(0x2fd),_0x9c9ecc,_0x1abb74(0x391));return this[_0x1abb74(0x273)](()=>_0x3b6bb1(_0x1c428c,null,_0x238205)),null;}}else{const _0xdcbdf3=_0x56aa9d[_0x1abb74(0x363)]();_0x4abe0f[_0x1abb74(0x211)](_0x5ee4e6=>_0x5ee4e6[_0x1abb74(0x31b)](_0xdcbdf3,!0x0))&&_0x56aa9d[_0x1abb74(0x297)]();if(_0x4abe0f[_0x1abb74(0x359)](_0x58a4aa=>_0xdcbdf3[_0x1abb74(0x31b)](_0x58a4aa,!0x0))){const _0x7cb91b=this[_0x1abb74(0x2be)][_0x1abb74(0x2ad)](_0x1abb74(0x2fd),_0x9c9ecc,_0x1abb74(0x391));return this[_0x1abb74(0x273)](()=>_0x7cb91b(_0x4abe0f,null,_0x238205)),null;}}const _0x2b655d=this[_0x1abb74(0x2be)][_0x1abb74(0x2ad)](_0x1abb74(0x2fd),_0x9c9ecc,_0x1abb74(0x301));let _0x5313d5=null;for(const _0x38e49a of this[_0x1abb74(0x23b)]())if(_0x38e49a[_0x1abb74(0x30e)]['id']==_0x57a96c['id']&&_0x38e49a[_0x1abb74(0x27a)]&&_0x1abb74(0x2fd)==_0x38e49a[_0x1abb74(0x357)]&&_0x38e49a[_0x1abb74(0x2eb)]==_0x9c9ecc&&Pt(_0x38e49a,_0x238205)&&(_0x2b655d(_0x38e49a[_0x1abb74(0x245)](),_0x4abe0f)||_0x2b655d(_0x4abe0f,_0x38e49a[_0x1abb74(0x245)]()))){if(_0x5313d5){if(_0x38e49a[_0x1abb74(0x31e)]&&_0x38e49a[_0x1abb74(0x31e)][_0x1abb74(0x269)])continue;for(const _0x379c39 of _0x38e49a[_0x1abb74(0x245)]())_0x5313d5[_0x1abb74(0x395)](_0x379c39)||_0x5313d5[_0x1abb74(0x305)](_0x379c39);_0x38e49a[_0x1abb74(0x34b)]();}else{_0x5313d5=_0x38e49a;for(const _0x4179f7 of _0x4abe0f)_0x38e49a[_0x1abb74(0x395)](_0x4179f7)||_0x38e49a[_0x1abb74(0x305)](_0x4179f7);}}if(_0x5313d5)return _0x5313d5;_0x5d559e[_0x1abb74(0x37a)]();for(const {suggestion:_0x545860,meta:_0x3bc2a9}of this[_0x1abb74(0x339)](_0x4abe0f,_0x1abb74(0x2fd)))_0x3bc2a9[_0x1abb74(0x1fb)]&&(this[_0x1abb74(0x372)]||!_0x3bc2a9[_0x1abb74(0x28f)]&&!_0x3bc2a9[_0x1abb74(0x295)])&&Pt(_0x545860,_0x238205)&&_0x5d559e[_0x1abb74(0x20b)](_0x545860);for(const _0x3d90e3 of _0x5d559e){const _0x3b7b56=_0x3d90e3[_0x1abb74(0x245)]();if(!_0x238205||!_0x238205[_0x1abb74(0x2b8)]){if(_0x4abe0f[_0x1abb74(0x359)](_0x140183=>_0x3b7b56[_0x1abb74(0x211)](_0x4130dd=>_0x4130dd[_0x1abb74(0x31b)](_0x140183,!0x0))))return _0x3d90e3;}(!_0x3d90e3[_0x1abb74(0x2f2)]||!_0x3d90e3[_0x1abb74(0x2f2)][_0x1abb74(0x2b8)])&&(_0x3b7b56[_0x1abb74(0x359)](_0xe6d19f=>_0x4abe0f[_0x1abb74(0x211)](_0x1b61e6=>_0x1b61e6[_0x1abb74(0x31b)](_0xe6d19f,!0x0)))&&_0x3d90e3[_0x1abb74(0x297)]());}const _0x1f18c1=_0x2e0e5f(),_0x22d3e3=_0x57a96c['id'],_0x4fd0a6=_0x1abb74(0x2b5)+_0x9c9ecc,_0x5c6b7f=this[_0x1abb74(0x2ca)]({'id':_0x1f18c1,'type':_0x4fd0a6,'createdAt':new Date(),'authorId':_0x22d3e3,'attributes':_0x238205});for(const _0x35167b of _0x4abe0f)_0x35167b[_0x1abb74(0x329)](),_0x35167b[_0x1abb74(0x336)]||_0x1abb74(0x306)==_0x35167b[_0x1abb74(0x35a)][_0x1abb74(0x288)]||this[_0x1abb74(0x2c4)](_0x4fd0a6,_0x1f18c1,_0x22d3e3,_0x35167b,_0x4c8752[_0x1abb74(0x2c0)]());return _0x5c6b7f;}[_0x2fda62(0x2e6)](_0x12ac63,_0x20a19b,_0x4a0c93,_0x31c593,_0x3b7101){const _0x34b558=_0x2fda62;if(_0x12ac63[_0x34b558(0x336)])return[];if(_0x34b558(0x335)===this[_0x34b558(0x389)])return[];const _0xa72a83=this[_0x34b558(0x263)][_0x34b558(0x255)][_0x34b558(0x202)](_0x34b558(0x32b))['me']['id'],_0x226d91=Array[_0x34b558(0x2bc)](this[_0x34b558(0x2f6)][_0x34b558(0x31a)]())[_0x34b558(0x33c)](_0x2cf0ec=>_0x34b558(0x323)==_0x2cf0ec[_0x34b558(0x357)]&&_0x2cf0ec[_0x34b558(0x333)][_0x34b558(0x22c)]==_0x20a19b&&_0x2cf0ec[_0x34b558(0x395)](_0x12ac63));if(_0x34b558(0x354)===this[_0x34b558(0x389)]){const _0x34c16a=this[_0x34b558(0x339)](_0x12ac63,_0x34b558(0x229))[_0x34b558(0x33c)](({meta:_0x2134df})=>_0x2134df[_0x34b558(0x1fb)]&&!_0x2134df[_0x34b558(0x295)]&&!_0x2134df[_0x34b558(0x22e)])[_0x34b558(0x321)](({suggestion:_0x137846})=>_0x137846);_0x226d91[_0x34b558(0x242)](..._0x34c16a);}const _0x2f7fac=new Map([[_0x12ac63,_0x4a0c93]]);for(const _0x53a384 of _0x226d91){const _0x373fb6=_0x34b558(0x323)==_0x53a384[_0x34b558(0x357)]?_0x53a384[_0x34b558(0x333)][_0x34b558(0x369)]:void 0x0,_0x132ed2=_0x53a384[_0x34b558(0x363)](),_0x547c33=Array[_0x34b558(0x2bc)](_0x2f7fac[_0x34b558(0x2ec)]())[_0x34b558(0x29a)](_0x1f9f10=>_0x1f9f10[_0x34b558(0x383)](_0x132ed2));if(!_0x547c33)continue;const _0x2da10c=_0x547c33[_0x34b558(0x265)](_0x132ed2);this[_0x34b558(0x360)](_0x20a19b)&&_0x34b558(0x229)==_0x53a384[_0x34b558(0x357)]&&0x0!=_0x2da10c[_0x34b558(0x269)]||(_0x2f7fac[_0x34b558(0x28a)](_0x547c33),_0x2da10c[_0x34b558(0x346)](_0x1e24e1=>{const _0x378b0c=_0x34b558;_0x2f7fac[_0x378b0c(0x2d9)](_0x1e24e1,_0x4a0c93);}),_0x34b558(0x229)!=_0x53a384[_0x34b558(0x357)]&&_0x373fb6!=_0x31c593&&_0x2f7fac[_0x34b558(0x2d9)](_0x547c33[_0x34b558(0x399)](_0x132ed2),_0x373fb6));}const _0x38216c=[];for(const [_0x5eb12c,_0x3fdfbd]of _0x2f7fac){const _0x2d1f57=_0x2e0e5f(),_0x6b3c1a={'key':_0x20a19b,'oldValue':_0x3fdfbd,'newValue':_0x31c593};_0x20a19b[_0x34b558(0x269)]>0x25&&console[_0x34b558(0x397)](_0x34b558(0x20e),{'key':_0x20a19b});const _0x838fd8=(_0x34b558(0x2dc)+(_0x20a19b+'|'+Et({'newValue':_0x31c593})))[_0x34b558(0x26c)](0x0,0x3c),_0x4b3800=this[_0x34b558(0x2ca)]({'id':_0x2d1f57,'type':_0x838fd8,'data':_0x6b3c1a,'createdAt':new Date(),'authorId':_0xa72a83,'attributes':_0x3b7101});_0x38216c[_0x34b558(0x2a4)](_0x4b3800),this[_0x34b558(0x2c4)](_0x838fd8,_0x2d1f57,_0xa72a83,_0x5eb12c);}return _0x38216c;}[_0x2fda62(0x379)](_0x213513){const _0xf247bb=_0x2fda62;this[_0xf247bb(0x2f7)][_0xf247bb(0x20b)](_0x213513);}[_0x2fda62(0x370)](_0x21f665){const _0x21e0dc=_0x2fda62;this[_0x21e0dc(0x294)][_0x21e0dc(0x20b)](_0x21f665);}[_0x2fda62(0x2a6)](_0x4c351a,_0x2d9904=[],_0x22df52=[]){const _0x107587=_0x2fda62;this[_0x107587(0x22f)](_0x4c351a,(_0x390c4c,..._0x292ccf)=>{const _0x1723fd=_0x107587;this[_0x1723fd(0x241)](()=>{_0x390c4c(..._0x292ccf);});});for(const _0x3a90fd of _0x2d9904)this[_0x107587(0x370)](_0x3a90fd);for(const _0x5cdd1c of _0x22df52)this[_0x107587(0x379)](_0x5cdd1c);}[_0x2fda62(0x38c)](_0x44903e){const _0x1dc89c=_0x2fda62;return _0x1dc89c(0x323)==_0x44903e[_0x1dc89c(0x357)]?_0x44903e[_0x1dc89c(0x2eb)][_0x1dc89c(0x271)]('|')[0x0]:null;}[_0x2fda62(0x2ea)](_0x16f4c6,_0x1bc77c){const _0x4e172d=_0x2fda62,_0x10c1be=_0x16f4c6[_0x4e172d(0x246)]();this[_0x4e172d(0x37d)][_0x4e172d(0x27d)](_0x2e03f5=>{const _0x2524fc=_0x4e172d;_0x2e03f5[_0x2524fc(0x393)](_0x10c1be,{'range':_0x1bc77c});});}[_0x2fda62(0x371)](_0x1bfb7b){const _0x341def=_0x2fda62,_0x1e05e2=_0x1bfb7b['id'],_0x18b458=this[_0x341def(0x263)][_0x341def(0x35f)][_0x341def(0x202)](_0x341def(0x217));this[_0x341def(0x33e)][_0x341def(0x300)](_0x1e05e2)||this[_0x341def(0x33e)][_0x341def(0x280)]({'channelId':_0x18b458,'threadId':_0x1e05e2,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x18cbc7=this[_0x341def(0x33e)][_0x341def(0x386)](_0x1e05e2);_0x18cbc7[_0x341def(0x27b)](_0x341def(0x2f5)),_0x18cbc7[_0x341def(0x2f5)]=!0x1,_0x1bfb7b[_0x341def(0x31e)]=_0x18cbc7;}[_0x2fda62(0x2c5)](_0x3fadcc,_0x2bd135,_0xe4e3c1,_0x224ceb){const _0x590f9d=_0x2fda62;if(_0x3fadcc[_0x590f9d(0x357)]!=_0x2bd135||_0x3fadcc[_0x590f9d(0x2eb)]!=_0xe4e3c1||_0x3fadcc[_0x590f9d(0x2c1)]['id']!=_0x224ceb)throw this[_0x590f9d(0x263)][_0x590f9d(0x385)](_0x590f9d(0x21e)),new _0x51ae20(_0x590f9d(0x21e),this);}[_0x2fda62(0x302)](_0x1dea34,_0x477a77){const _0x5c71fe=_0x2fda62,_0x417f2c=_0x1dea34[_0x5c71fe(0x363)]();if(_0x477a77[_0x5c71fe(0x390)](_0x417f2c))_0x1dea34[_0x5c71fe(0x34b)]();else{if(_0x417f2c[_0x5c71fe(0x31b)](_0x477a77)){const _0x1e457e=this[_0x5c71fe(0x37d)][_0x5c71fe(0x2a1)](_0x477a77[_0x5c71fe(0x2da)][_0x5c71fe(0x220)],_0x5c71fe(0x25c));this[_0x5c71fe(0x2ea)](_0x1dea34,this[_0x5c71fe(0x37d)][_0x5c71fe(0x31d)](_0x417f2c[_0x5c71fe(0x2da)],_0x1e457e));const _0x5205cc=_0x2e0e5f(),_0x2f8f75=_0x1dea34[_0x5c71fe(0x2c1)]['id'],_0x50f859=_0x1dea34[_0x5c71fe(0x357)]+':'+_0x1dea34[_0x5c71fe(0x2eb)];this[_0x5c71fe(0x2ca)]({'id':_0x5205cc,'type':_0x50f859,'createdAt':new Date(),'authorId':_0x2f8f75,'data':_0x1dea34[_0x5c71fe(0x333)],'attributes':_0x1dea34[_0x5c71fe(0x2f2)]});const _0x350a04=this[_0x5c71fe(0x37d)][_0x5c71fe(0x2a1)](_0x477a77[_0x5c71fe(0x25c)][_0x5c71fe(0x325)],_0x5c71fe(0x2ba)),_0x397215=this[_0x5c71fe(0x37d)][_0x5c71fe(0x31d)](_0x350a04,_0x417f2c[_0x5c71fe(0x25c)]);this[_0x5c71fe(0x2c4)](_0x50f859,_0x5205cc,_0x2f8f75,_0x397215);}else{if(_0x417f2c[_0x5c71fe(0x21f)](_0x477a77[_0x5c71fe(0x2da)])){const _0x4fa11c=this[_0x5c71fe(0x37d)][_0x5c71fe(0x2a1)](_0x477a77[_0x5c71fe(0x2da)][_0x5c71fe(0x220)],_0x5c71fe(0x25c));this[_0x5c71fe(0x2ea)](_0x1dea34,this[_0x5c71fe(0x37d)][_0x5c71fe(0x31d)](_0x417f2c[_0x5c71fe(0x2da)],_0x4fa11c));}else{const _0x35d837=this[_0x5c71fe(0x37d)][_0x5c71fe(0x2a1)](_0x477a77[_0x5c71fe(0x25c)][_0x5c71fe(0x325)],_0x5c71fe(0x2ba));this[_0x5c71fe(0x2ea)](_0x1dea34,this[_0x5c71fe(0x37d)][_0x5c71fe(0x31d)](_0x35d837,_0x417f2c[_0x5c71fe(0x25c)]));}}}}[_0x2fda62(0x277)](_0x555517){const _0x350197=_0x2fda62;for(const {suggestion:_0x5456b6,meta:_0x22486b}of this[_0x350197(0x339)](_0x555517,_0x350197(0x229))){if(!_0x22486b[_0x350197(0x1fb)])continue;const _0x2c8299=_0x5456b6[_0x350197(0x245)]();for(const _0x2eaee6 of _0x2c8299)if(!_0x555517[_0x350197(0x265)](_0x2eaee6)[_0x350197(0x269)])return!0x0;}return!0x1;}[_0x2fda62(0x2b3)](_0x1ac4f6){const _0x1b27a1=_0x2fda62,_0x3146fa=this[_0x1b27a1(0x263)][_0x1b27a1(0x255)][_0x1b27a1(0x202)](_0x1b27a1(0x32b))[_0x1b27a1(0x293)](_0x1ac4f6);if(!_0x3146fa)throw new _0x51ae20(_0x1b27a1(0x243),this);return _0x3146fa;}[_0x2fda62(0x2ef)](_0x5cb1e2){const _0x50fb6a=_0x2fda62,_0x5d4ed6=this[_0x50fb6a(0x263)][_0x50fb6a(0x255)][_0x50fb6a(0x202)](_0x50fb6a(0x32b)),_0x4abde2=_0x18ac71(_0x50fb6a(0x2db)+_0x5cb1e2),_0x291604=_0x5d4ed6[_0x50fb6a(0x293)](_0x4abde2);return _0x291604||_0x5d4ed6[_0x50fb6a(0x20f)]({'id':_0x4abde2,'name':_0x5cb1e2});}[_0x2fda62(0x2ff)](_0x211d44,_0x32af09,_0x30c445,_0x44a4f1,_0x3ea99b){const _0x160262=_0x2fda62,_0x471a5=this[_0x160262(0x2b3)](_0x44a4f1),_0x3b90d6=this[_0x160262(0x2be)][_0x160262(0x24c)](_0x211d44,_0x32af09,_0x30c445,_0x471a5,_0x3ea99b,_0x3fcf11=>{const _0x38621e=_0x160262;this[_0x38621e(0x1fe)](_0x30c445,{'attributes':_0x3fcf11});const _0x17021f=this[_0x38621e(0x1f3)](_0x30c445);this[_0x38621e(0x2cf)](new Set([_0x17021f])),this[_0x38621e(0x382)](new Set([_0x17021f]));});return this[_0x160262(0x21b)](_0x3b90d6,_0x160262(0x391),()=>{const _0xc6d276=_0x160262;this[_0xc6d276(0x1fe)](_0x30c445,{'state':_0xc6d276(0x227)});},{'priority':_0x160262(0x30a)}),this[_0x160262(0x21b)](_0x3b90d6,_0x160262(0x297),()=>{const _0x200fae=_0x160262;this[_0x200fae(0x1fe)](_0x30c445,{'state':_0x200fae(0x270)});},{'priority':_0x160262(0x30a)}),this[_0x160262(0x2f6)][_0x160262(0x2d9)](_0x30c445,_0x3b90d6),this[_0x160262(0x2c3)][_0x160262(0x2d9)](_0x3b90d6,_0x160262(0x231)),_0x3b90d6;}[_0x2fda62(0x30d)](_0x3fc134){const _0x5795c5=_0x2fda62,_0x44c49a=_0x3fc134[_0x5795c5(0x271)](':');return{'group':_0x44c49a[0x0],'type':_0x44c49a[0x1],'subType':_0x44c49a[_0x5795c5(0x269)]>=0x5?_0x44c49a[0x2]:null,'id':_0x44c49a[_0x5795c5(0x269)]<0x5?_0x44c49a[0x2]:_0x44c49a[0x3],'authorId':_0x44c49a[_0x5795c5(0x269)]<0x5?_0x44c49a[0x3]:_0x44c49a[0x4],'markerCount':0x6==_0x44c49a[_0x5795c5(0x269)]?_0x44c49a[0x5]:null};}[_0x2fda62(0x20d)](_0x48a92c,_0x24d2d7,_0x584659){const _0x23c53e=_0x2fda62,_0x31ad6a=_0x48a92c[_0x23c53e(0x363)](),_0x3d57ff=_0x31ad6a[_0x23c53e(0x2da)],_0x1585a1=_0x31ad6a[_0x23c53e(0x25c)];this[_0x23c53e(0x2ea)](_0x48a92c,this[_0x23c53e(0x37d)][_0x23c53e(0x31d)](_0x3d57ff,_0x24d2d7));const _0x13cfc4=_0x2e0e5f(),_0x15b046=_0x48a92c[_0x23c53e(0x2c1)]['id'],_0x4dc6a8=_0x48a92c[_0x23c53e(0x357)]+(_0x48a92c[_0x23c53e(0x2eb)]?':'+_0x48a92c[_0x23c53e(0x2eb)]:'');this[_0x23c53e(0x2ca)]({'id':_0x13cfc4,'type':_0x4dc6a8,'createdAt':new Date(),'authorId':_0x15b046,'originalSuggestionId':_0x48a92c['id'],'attributes':_0x48a92c[_0x23c53e(0x2f2)],'data':_0x48a92c[_0x23c53e(0x333)]});const _0x4e27ec=this[_0x23c53e(0x38c)](_0x48a92c);(_0x23c53e(0x216)==_0x48a92c[_0x23c53e(0x357)]||_0x4e27ec&&this[_0x23c53e(0x360)](_0x4e27ec))&&(_0x584659=this[_0x23c53e(0x37d)][_0x23c53e(0x279)](_0x584659[_0x23c53e(0x325)])),this[_0x23c53e(0x2c4)](_0x4dc6a8,_0x13cfc4,_0x15b046,this[_0x23c53e(0x37d)][_0x23c53e(0x31d)](_0x584659,_0x1585a1));}[_0x2fda62(0x339)](_0x112600,_0x3e735d=null){const _0x31d280=_0x2fda62,_0x1b0dd9=[],_0x140e7d=this[_0x31d280(0x263)][_0x31d280(0x255)][_0x31d280(0x202)](_0x31d280(0x32b))['me'];Array[_0x31d280(0x34d)](_0x112600)||(_0x112600=[_0x112600]);for(const _0x574226 of this[_0x31d280(0x23b)]()){if(!_0x574226[_0x31d280(0x27a)])continue;if(_0x3e735d&&_0x574226[_0x31d280(0x357)]!=_0x3e735d)continue;let _0x1f298f=!0x1;for(const _0x50bca9 of _0x574226[_0x31d280(0x245)]()){for(const _0x4d26cd of _0x112600){const _0x10ca9b=_0x4d26cd[_0x31d280(0x2da)][_0x31d280(0x390)](_0x50bca9[_0x31d280(0x25c)])||_0x4d26cd[_0x31d280(0x25c)][_0x31d280(0x390)](_0x50bca9[_0x31d280(0x2da)]);if(_0x10ca9b||_0x4d26cd[_0x31d280(0x399)](_0x50bca9)){const _0x121099=_0x4d26cd[_0x31d280(0x31b)](_0x50bca9)&&xt(this[_0x31d280(0x37d)][_0x31d280(0x349)],_0x50bca9[_0x31d280(0x2da)],_0x4d26cd),_0x58b480=_0x50bca9[_0x31d280(0x31b)](_0x4d26cd)&&xt(this[_0x31d280(0x37d)][_0x31d280(0x349)],_0x4d26cd[_0x31d280(0x2da)],_0x50bca9);_0x1b0dd9[_0x31d280(0x2a4)]({'suggestion':_0x574226,'meta':{'isOwn':_0x140e7d==_0x574226[_0x31d280(0x30e)],'isNextTo':_0x10ca9b,'isInsideObject':_0x121099,'containsRangeInObject':_0x58b480}}),_0x1f298f=!0x0;break;}}if(_0x1f298f)break;}}return _0x1b0dd9;}[_0x2fda62(0x2c4)](_0x3647d2,_0x13e7cd,_0x474435,_0x297edc,_0xb946d6){const _0x1a901d=_0x2fda62;this[_0x1a901d(0x37d)][_0x1a901d(0x27d)](_0x45fe48=>{const _0x520fe5=_0x1a901d;let _0x3289ed=_0x520fe5(0x362)+_0x3647d2+':'+_0x13e7cd+':'+_0x474435;_0xb946d6&&(_0x3289ed=_0x3289ed+':'+_0xb946d6),_0x45fe48[_0x520fe5(0x2ee)](_0x3289ed,{'range':_0x297edc,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x2fda62(0x2a5)](_0x542727){const _0x28eebe=_0x2fda62,_0x3269d0=_0x542727[_0x28eebe(0x34e)],_0x15c728=_0x542727[_0x28eebe(0x2b4)];_0x542727[_0x28eebe(0x34e)]=null,_0x542727[_0x28eebe(0x2b4)]=null,null!=_0x3269d0&&_0x3269d0[_0x28eebe(0x2b4)]==_0x542727&&(_0x3269d0[_0x28eebe(0x2b4)]=_0x15c728),null!=_0x15c728&&_0x15c728[_0x28eebe(0x34e)]==_0x542727&&(_0x15c728[_0x28eebe(0x34e)]=_0x3269d0),_0x28eebe(0x1fd)==this[_0x28eebe(0x2c3)][_0x28eebe(0x202)](_0x542727)&&(this[_0x28eebe(0x2c3)][_0x28eebe(0x2d9)](_0x542727,_0x28eebe(0x347)),this[_0x28eebe(0x2ce)](_0x28eebe(0x353),_0x542727,_0x3269d0,_0x15c728));}[_0x2fda62(0x2ca)](_0x3f8193){const _0x4a9d55=_0x2fda62,_0x1c155d=_0x3f8193['id'],_0x9d82c8=this[_0x4a9d55(0x2d8)](_0x3f8193);if(this[_0x4a9d55(0x278)]&&this[_0x4a9d55(0x278)][_0x4a9d55(0x2a7)]){const _0x49be17=this[_0x4a9d55(0x263)][_0x4a9d55(0x255)][_0x4a9d55(0x202)](_0x4a9d55(0x2e7)),_0x16c3f7=_0x9d82c8[_0x4a9d55(0x39d)],_0x1b3615=_0x9d82c8[_0x4a9d55(0x2eb)]?_0x9d82c8[_0x4a9d55(0x357)]+':'+_0x9d82c8[_0x4a9d55(0x2eb)]:_0x9d82c8[_0x4a9d55(0x357)],_0x493a36=this[_0x4a9d55(0x263)][_0x4a9d55(0x2c9)],_0xa07e70=_0x49be17[_0x4a9d55(0x20b)](_0xc8b30e(_0x493a36,_0x4a9d55(0x2aa))),_0x4d611a={'id':_0x1c155d,'type':_0x1b3615,'hasComments':_0x16c3f7,'data':_0x3f8193[_0x4a9d55(0x333)]||null,'originalSuggestionId':_0x3f8193[_0x4a9d55(0x2c2)]||null,'attributes':_0x9d82c8[_0x4a9d55(0x2f2)]};this[_0x4a9d55(0x278)][_0x4a9d55(0x2a7)](_0x4d611a)[_0x4a9d55(0x368)](_0x237403=>{const _0x1e4f83=_0x4a9d55;_0x9d82c8[_0x1e4f83(0x2b6)]=!0x0,_0x49be17[_0x1e4f83(0x36d)](_0xa07e70),_0x237403&&_0x237403[_0x1e4f83(0x25b)]&&(this[_0x1e4f83(0x2f6)][_0x1e4f83(0x202)](_0x1c155d)[_0x1e4f83(0x25b)]=_0x237403[_0x1e4f83(0x25b)]);})[_0x4a9d55(0x38b)](_0x526821=>{const _0x2fdc49=_0x4a9d55;throw _0x2a6906(_0x2fdc49(0x314)),this[_0x2fdc49(0x263)][_0x2fdc49(0x22b)][_0x2fdc49(0x37f)]({'isUndoable':!0x1},()=>{const _0xb488d6=_0x2fdc49;_0x9d82c8[_0xb488d6(0x297)]();}),_0x9d82c8[_0x2fdc49(0x2de)](),this[_0x2fdc49(0x2f6)][_0x2fdc49(0x28a)](_0x9d82c8['id']),this[_0x2fdc49(0x2c3)][_0x2fdc49(0x28a)](_0x9d82c8),_0x526821;});}return _0x9d82c8;}[_0x2fda62(0x360)](_0x43c379){const _0x15677d=_0x2fda62;return this[_0x15677d(0x2f7)][_0x15677d(0x30c)](_0x43c379);}[_0x2fda62(0x1fe)](_0x1ffe48,_0x3fec31){const _0x2657de=_0x2fda62,_0x2cd525=this[_0x2657de(0x263)][_0x2657de(0x255)][_0x2657de(0x202)](_0x2657de(0x2e7)),_0x2088e5=this[_0x2657de(0x1f3)](_0x1ffe48);if(this[_0x2657de(0x278)]&&this[_0x2657de(0x278)][_0x2657de(0x29c)]){if(_0x2088e5[_0x2657de(0x2b6)]){const _0x5e33a5=_0x2cd525[_0x2657de(0x20b)](_0xc8b30e(this[_0x2657de(0x263)][_0x2657de(0x2c9)],_0x2657de(0x2aa)));this[_0x2657de(0x278)][_0x2657de(0x29c)](_0x1ffe48,_0x3fec31)[_0x2657de(0x368)](()=>{const _0x573b6d=_0x2657de;_0x2cd525[_0x573b6d(0x36d)](_0x5e33a5);});}else _0x2088e5['on'](_0x2657de(0x2f0),()=>{const _0x12c6a3=_0x2657de;this[_0x12c6a3(0x1fe)](_0x1ffe48,_0x3fec31);});}}[_0x2fda62(0x317)](_0x754cbf){const _0xe6bc82=_0x2fda62;if(!this[_0xe6bc82(0x278)]||!this[_0xe6bc82(0x278)][_0xe6bc82(0x1f3)])throw new _0x51ae20(_0xe6bc82(0x27c),this);return this[_0xe6bc82(0x278)][_0xe6bc82(0x1f3)](_0x754cbf);}[_0x2fda62(0x35d)](_0x3f0ea3){const _0x42b9a3=_0x2fda62,{id:_0x22695b,type:_0x3e7851,subType:_0x3526e5,authorId:_0x42098a}=this[_0x42b9a3(0x30d)](_0x3f0ea3),_0x4d40c5=this[_0x42b9a3(0x2f6)][_0x42b9a3(0x202)](_0x22695b)||this[_0x42b9a3(0x2ff)](_0x3e7851,_0x3526e5,_0x22695b,_0x42098a,{});switch(this[_0x42b9a3(0x2c5)](_0x4d40c5,_0x3e7851,_0x3526e5,_0x42098a),this[_0x42b9a3(0x2c3)][_0x42b9a3(0x202)](_0x4d40c5)){case _0x42b9a3(0x231):this[_0x42b9a3(0x317)](_0x22695b)[_0x42b9a3(0x368)](_0x443b9c=>{const _0x15379e=_0x42b9a3;let _0x3776e3=Promise[_0x15379e(0x38e)]();_0x443b9c[_0x15379e(0x39d)]&&(_0x3776e3=this[_0x15379e(0x33e)][_0x15379e(0x2d0)]({'channelId':this[_0x15379e(0x263)][_0x15379e(0x35f)][_0x15379e(0x202)](_0x15379e(0x217)),'threadId':_0x22695b})),_0x3776e3[_0x15379e(0x368)](()=>{const _0x2d8acb=_0x15379e;this[_0x2d8acb(0x2d8)](_0x443b9c)[_0x2d8acb(0x2b6)]=!0x0;});}),this[_0x42b9a3(0x2c3)][_0x42b9a3(0x2d9)](_0x4d40c5,_0x42b9a3(0x28b));break;case _0x42b9a3(0x347):this[_0x42b9a3(0x1fe)](_0x22695b,{'state':_0x42b9a3(0x290)});case _0x42b9a3(0x234):this[_0x42b9a3(0x2c3)][_0x42b9a3(0x2d9)](_0x4d40c5,_0x42b9a3(0x1fd)),this[_0x42b9a3(0x2ce)](_0x42b9a3(0x324),_0x4d40c5);break;case _0x42b9a3(0x1fd):this[_0x42b9a3(0x2ce)](_0x42b9a3(0x34a),_0x4d40c5);}return _0x4d40c5[_0x42b9a3(0x1fa)](_0x3f0ea3),_0x4d40c5;}[_0x2fda62(0x382)](_0x3ad266){const _0x2e2a99=_0x2fda62,_0x33cba6=Array[_0x2e2a99(0x2bc)](_0x3ad266),_0x56093c=_0x33cba6[_0x2e2a99(0x33c)](_0x5b4d0a=>_0x2e2a99(0x323)==_0x5b4d0a[_0x2e2a99(0x357)]);this[_0x2e2a99(0x2ae)](_0x56093c);const _0x2c83cc=_0x33cba6[_0x2e2a99(0x33c)](_0x95df6=>!_0x95df6[_0x2e2a99(0x266)]&&_0x2e2a99(0x323)!=_0x95df6[_0x2e2a99(0x357)]),_0x3004e1=this[_0x2e2a99(0x23b)]({'skipNotAttached':!0x0})[_0x2e2a99(0x33c)](_0x41cb11=>!_0x41cb11[_0x2e2a99(0x266)]&&_0x2e2a99(0x323)!=_0x41cb11[_0x2e2a99(0x357)]),_0x2fe076=_0x3004e1[_0x2e2a99(0x33c)](_0x2cd323=>!_0x3ad266[_0x2e2a99(0x30c)](_0x2cd323)),_0x232fc8=new Map(_0x3004e1[_0x2e2a99(0x321)](_0x48f515=>[_0x48f515,this[_0x2e2a99(0x2be)][_0x2e2a99(0x2ad)](_0x48f515[_0x2e2a99(0x357)],_0x48f515[_0x2e2a99(0x2eb)],_0x2e2a99(0x253))])),_0x14a1fa=new Map(_0x3004e1[_0x2e2a99(0x321)](_0x395431=>[_0x395431,_0x395431[_0x2e2a99(0x363)]()])),_0x26a57a=new Set(),_0x4a413e=new Set();for(let _0x22e63e=0x0;_0x22e63e<_0x2c83cc[_0x2e2a99(0x269)];_0x22e63e++)_0x205df6(_0x2c83cc[_0x22e63e],_0x2c83cc,_0x22e63e+0x1);for(let _0x558c3d=0x0;_0x558c3d<_0x2c83cc[_0x2e2a99(0x269)];_0x558c3d++)_0x205df6(_0x2c83cc[_0x558c3d],_0x2fe076,0x0);const _0x2502f1=new Set();for(let _0x14e161=0x0;_0x14e161<_0x2c83cc[_0x2e2a99(0x269)];_0x14e161++){const _0x275a59=_0x2c83cc[_0x14e161];!_0x4a413e[_0x2e2a99(0x30c)](_0x275a59)&&_0x275a59[_0x2e2a99(0x34e)]&&(_0x2502f1[_0x2e2a99(0x20b)](_0x275a59[_0x2e2a99(0x34e)]),_0x275a59[_0x2e2a99(0x34e)][_0x2e2a99(0x2b4)]===_0x275a59&&(_0x275a59[_0x2e2a99(0x34e)][_0x2e2a99(0x2b4)]=null),_0x275a59[_0x2e2a99(0x34e)]=null),!_0x26a57a[_0x2e2a99(0x30c)](_0x275a59)&&_0x275a59[_0x2e2a99(0x2b4)]&&(_0x2502f1[_0x2e2a99(0x20b)](_0x275a59[_0x2e2a99(0x2b4)]),_0x275a59[_0x2e2a99(0x2b4)][_0x2e2a99(0x34e)]===_0x275a59&&(_0x275a59[_0x2e2a99(0x2b4)][_0x2e2a99(0x34e)]=null),_0x275a59[_0x2e2a99(0x2b4)]=null);}function _0x205df6(_0x5152f9,_0x48e5ff,_0x14e511){const _0x252481=_0x2e2a99;for(let _0x257530=_0x14e511;_0x257530<_0x48e5ff[_0x252481(0x269)];_0x257530++){const _0x295e25=_0x217b20(_0x5152f9,_0x48e5ff[_0x257530]);_0x295e25&&(_0x295e25[0x0][_0x252481(0x2b4)]=_0x295e25[0x1],_0x295e25[0x1][_0x252481(0x34e)]=_0x295e25[0x0],_0x26a57a[_0x252481(0x20b)](_0x295e25[0x0]),_0x4a413e[_0x252481(0x20b)](_0x295e25[0x1]));}}function _0x217b20(_0x389634,_0x3ba067){const _0x50210d=_0x2e2a99;if(_0x389634[_0x50210d(0x30e)]['id']!==_0x3ba067[_0x50210d(0x30e)]['id'])return null;const _0x42cb9c=_0x232fc8[_0x50210d(0x202)](_0x389634)(_0x389634,_0x3ba067,_0x14a1fa[_0x50210d(0x202)](_0x389634),_0x14a1fa[_0x50210d(0x202)](_0x3ba067));if(!_0x42cb9c)return null;return _0x232fc8[_0x50210d(0x202)](_0x3ba067)(_0x389634,_0x3ba067,_0x14a1fa[_0x50210d(0x202)](_0x389634),_0x14a1fa[_0x50210d(0x202)](_0x3ba067))?_0x42cb9c[0x1][_0x50210d(0x31e)]&&_0x42cb9c[0x1][_0x50210d(0x31e)][_0x50210d(0x269)]?null:_0x42cb9c:null;}_0x2502f1[_0x2e2a99(0x32a)]&&this[_0x2e2a99(0x382)](_0x2502f1);}[_0x2fda62(0x2ae)](_0xc04b6d){const _0x5211a3=_0x2fda62;if(0x0==_0xc04b6d[_0x5211a3(0x269)])return;const _0x34b5d2=this[_0x5211a3(0x23b)]({'skipNotAttached':!0x0})[_0x5211a3(0x33c)](_0x520d82=>_0x5211a3(0x323)==_0x520d82[_0x5211a3(0x357)]&&_0x520d82[_0x5211a3(0x29d)]),_0x42585b=[],_0xb61ae6=new Map();for(const _0xb3a41e of _0x34b5d2){const _0x3b5568=_0x18ac71(_0xb3a41e[_0x5211a3(0x2f2)]);_0xb61ae6[_0x5211a3(0x30c)](_0x3b5568)||(_0xb61ae6[_0x5211a3(0x2d9)](_0x3b5568,_0x42585b[_0x5211a3(0x269)]),_0x42585b[_0x5211a3(0x2a4)]([]));const _0x444251=_0xb61ae6[_0x5211a3(0x202)](_0x3b5568);_0x42585b[_0x444251][_0x5211a3(0x2a4)](_0xb3a41e);}!(function(){const _0x321a70=_0x5211a3;_0x42585b[_0x321a70(0x21a)]((_0x1dbad5,_0x3f8685)=>{const _0x13725a=_0x321a70,_0x2d5d94=_0x1dbad5[0x0][_0x13725a(0x25b)],_0x5e616a=_0x3f8685[0x0][_0x13725a(0x25b)];return _0x2d5d94==_0x5e616a?_0x1dbad5[0x0][_0x13725a(0x2f2)][_0x13725a(0x2f9)]<_0x3f8685[0x0][_0x13725a(0x2f2)][_0x13725a(0x2f9)]?-0x1:0x1:_0x2d5d94<_0x5e616a?-0x1:0x1;});for(const _0x937e5e of _0x42585b)_0x937e5e[_0x321a70(0x21a)]((_0x7ccf59,_0x4d2642)=>_0x7ccf59['id']<_0x4d2642['id']?-0x1:0x1);}());for(let _0x44356=0x0;_0x44356<_0x42585b[_0x5211a3(0x269)];_0x44356++){if(0x0==_0x42585b[_0x44356][_0x5211a3(0x269)])continue;const _0x11b6e6=[];for(let _0x4f69b2=_0x44356+0x1;_0x4f69b2<_0x42585b[_0x5211a3(0x269)];_0x4f69b2++)0x0!=_0x42585b[_0x4f69b2][_0x5211a3(0x269)]&&_0x54fdad(_0x42585b[_0x44356],_0x42585b[_0x4f69b2])&&_0x11b6e6[_0x5211a3(0x2a4)](_0x4f69b2);for(const _0x57aac1 of _0x11b6e6)_0x42585b[_0x44356]=_0x42585b[_0x44356][_0x5211a3(0x274)](_0x42585b[_0x57aac1]),_0x42585b[_0x57aac1]=[];}for(const _0x41d812 of _0x42585b)for(let _0x5af081=0x0;_0x5af081<_0x41d812[_0x5211a3(0x269)];_0x5af081++)_0x41d812[_0x5af081][_0x5211a3(0x2b4)]=_0x41d812[_0x5af081+0x1]||null;for(const _0x29d69c of _0x42585b)for(let _0x17fd8f=0x0;_0x17fd8f<_0x29d69c[_0x5211a3(0x269)];_0x17fd8f++)_0x29d69c[_0x17fd8f][_0x5211a3(0x34e)]=_0x29d69c[_0x17fd8f-0x1]||null;function _0x54fdad(_0x21e53b,_0x5b4c3b){const _0x13de38=_0x5211a3;if(_0x21e53b[0x0][_0x13de38(0x2f2)][_0x13de38(0x2f9)]!==_0x5b4c3b[0x0][_0x13de38(0x2f2)][_0x13de38(0x2f9)]&&_0x21e53b[0x0][_0x13de38(0x30e)]!==_0x5b4c3b[0x0][_0x13de38(0x30e)])return!0x1;if(!function(_0x3e8064,_0x5e3197){const _0x24b1b7=_0x13de38;if(!_0x3e8064[_0x24b1b7(0x39d)]&&!_0x5e3197[_0x24b1b7(0x39d)])return!0x0;if(_0x3e8064[_0x24b1b7(0x39d)]&&_0x5e3197[_0x24b1b7(0x39d)])return!0x1;if(_0x3e8064[_0x24b1b7(0x39d)]&&_0x5e3197[_0x24b1b7(0x25b)]<_0x3e8064[_0x24b1b7(0x31e)][_0x24b1b7(0x30f)][_0x24b1b7(0x202)](0x0)[_0x24b1b7(0x25b)])return!0x0;if(_0x5e3197[_0x24b1b7(0x39d)]&&_0x3e8064[_0x24b1b7(0x25b)]<_0x5e3197[_0x24b1b7(0x31e)][_0x24b1b7(0x30f)][_0x24b1b7(0x202)](0x0)[_0x24b1b7(0x25b)])return!0x0;return!0x1;}(_0x21e53b[0x0],_0x5b4c3b[0x0]))return!0x1;const _0x1a8fee=_0x325f47(_0x21e53b[0x0][_0x13de38(0x2f2)],_0x13de38(0x2f9)),_0xfadd73=_0x325f47(_0x5b4c3b[0x0][_0x13de38(0x2f2)],_0x13de38(0x2f9));if(!_0x4f2fda(_0x1a8fee,_0xfadd73))return!0x1;return!!_0x21e53b[_0x13de38(0x359)](_0x458b5c=>_0x5b4c3b[_0x13de38(0x211)](_0x35b434=>_0x458b5c[_0x13de38(0x363)]()[_0x13de38(0x390)](_0x35b434[_0x13de38(0x363)]())))&&_0x5b4c3b[_0x13de38(0x359)](_0x5d7b23=>_0x21e53b[_0x13de38(0x211)](_0x14236b=>_0x5d7b23[_0x13de38(0x363)]()[_0x13de38(0x390)](_0x14236b[_0x13de38(0x363)]())));}}[_0x2fda62(0x2cf)](_0x449699){const _0x536d7b=_0x2fda62,_0x3ffc19=Array[_0x536d7b(0x2bc)](_0x449699),_0x491000=this[_0x536d7b(0x23b)]({'skipNotAttached':!0x0}),_0x58c1b7=_0x491000[_0x536d7b(0x33c)](_0x44e5e7=>!_0x449699[_0x536d7b(0x30c)](_0x44e5e7)),_0x47a7a6=new Map(_0x3ffc19[_0x536d7b(0x321)](_0x23960f=>[_0x23960f,this[_0x536d7b(0x2be)][_0x536d7b(0x2ad)](_0x23960f[_0x536d7b(0x357)],_0x23960f[_0x536d7b(0x2eb)],_0x536d7b(0x301))])),_0x10f869=new Map(_0x491000[_0x536d7b(0x321)](_0x4b744c=>[_0x4b744c,_0x4b744c[_0x536d7b(0x245)]()]));for(let _0xe9101b=0x0;_0xe9101b<_0x3ffc19[_0x536d7b(0x269)];_0xe9101b++){if(_0x1229d4(this,_0x3ffc19[_0xe9101b],_0x3ffc19,_0xe9101b+0x1))return!0x0;}for(let _0x463a23=0x0;_0x463a23<_0x3ffc19[_0x536d7b(0x269)];_0x463a23++){if(_0x1229d4(this,_0x3ffc19[_0x463a23],_0x58c1b7,0x0))return!0x0;}return!0x1;function _0x1229d4(_0x5a3bde,_0x36b7a8,_0xa89a0d,_0x27416e){const _0x3f92bd=_0x536d7b;for(let _0x222d12=_0x27416e;_0x222d12<_0xa89a0d[_0x3f92bd(0x269)];_0x222d12++){const _0xf9495d=_0xa89a0d[_0x222d12];if(_0xf9495d[_0x3f92bd(0x357)]!==_0x36b7a8[_0x3f92bd(0x357)]||_0xf9495d[_0x3f92bd(0x30e)]['id']!==_0x36b7a8[_0x3f92bd(0x30e)]['id']||_0xf9495d[_0x3f92bd(0x2eb)]!==_0x36b7a8[_0x3f92bd(0x2eb)])continue;if(!Ft(_0x36b7a8,_0xf9495d,[_0x3f92bd(0x2f9)]))continue;if(_0x3f92bd(0x323)==_0x36b7a8[_0x3f92bd(0x357)]&&_0x36b7a8[_0x3f92bd(0x333)][_0x3f92bd(0x369)]!=_0xf9495d[_0x3f92bd(0x333)][_0x3f92bd(0x369)])continue;if(_0x3f92bd(0x323)==_0x36b7a8[_0x3f92bd(0x357)]&&_0x5a3bde[_0x3f92bd(0x360)](_0x36b7a8[_0x3f92bd(0x333)][_0x3f92bd(0x22c)]))continue;if(_0x3f92bd(0x216)==_0x36b7a8[_0x3f92bd(0x357)]){const _0x4d2a70=_0x5a3bde[_0x3f92bd(0x263)][_0x3f92bd(0x22b)],_0x1116cc=_0x36b7a8[_0x3f92bd(0x2d7)]();if(_0x1116cc&&(_0x4d2a70[_0x3f92bd(0x349)][_0x3f92bd(0x2b9)](_0x1116cc)||_0x4d2a70[_0x3f92bd(0x349)][_0x3f92bd(0x224)](_0x1116cc)))continue;}const _0x5ba3b6=_0x47a7a6[_0x3f92bd(0x202)](_0x36b7a8),_0x52e113=_0x10f869[_0x3f92bd(0x202)](_0x36b7a8),_0x297416=_0x10f869[_0x3f92bd(0x202)](_0xf9495d),_0x3bcdaf=_0x36b7a8[_0x3f92bd(0x31e)]&&_0x36b7a8[_0x3f92bd(0x31e)][_0x3f92bd(0x269)],_0x404bb6=_0xf9495d[_0x3f92bd(0x31e)]&&_0xf9495d[_0x3f92bd(0x31e)][_0x3f92bd(0x269)];if(!_0x3bcdaf&&_0x5ba3b6(_0x297416,_0x52e113))return _0x5a3bde[_0x3f92bd(0x206)](_0xf9495d,_0x36b7a8),_0x10f869[_0x3f92bd(0x28a)](_0x36b7a8),!0x0;if(!_0x404bb6&&_0x5ba3b6(_0x52e113,_0x297416))return _0x5a3bde[_0x3f92bd(0x206)](_0x36b7a8,_0xf9495d),_0x10f869[_0x3f92bd(0x28a)](_0xf9495d),!0x0;}return!0x1;}}[_0x2fda62(0x206)](_0x4bfb37,_0x71f42c){const _0x5c07b3=_0x2fda62;if(_0x4bfb37[_0x5c07b3(0x266)]){for(const _0x5c689c of _0x71f42c[_0x5c07b3(0x245)]())_0x4bfb37[_0x5c07b3(0x305)](_0x5c689c);}else{const _0xb711a4=_0x71f42c[_0x5c07b3(0x363)]()[_0x5c07b3(0x25c)];this[_0x5c07b3(0x2ea)](_0x4bfb37,this[_0x5c07b3(0x37d)][_0x5c07b3(0x31d)](_0x4bfb37[_0x5c07b3(0x363)]()[_0x5c07b3(0x2da)],_0xb711a4));}_0x71f42c[_0x5c07b3(0x34b)]();}[_0x2fda62(0x36b)](_0x4d7058,_0x5e9c60){const _0x379049=_0x2fda62,_0x27975a=_0x4d7058[_0x379049(0x261)](_0x379049(0x299))||_0x4d7058[_0x379049(0x261)](_0x379049(0x323))?_0x379049(0x322):_0x4d7058[_0x379049(0x1f1)]();return _0xc8b30e(this[_0x379049(0x263)][_0x379049(0x2c9)],_0x5e9c60+'_'+_0x27975a+_0x379049(0x249));}[_0x2fda62(0x23d)](){const _0x5cc442=_0x2fda62,_0x1cb9de=this[_0x5cc442(0x263)];_0x3e1680(this[_0x5cc442(0x37d)],({left:_0x188ef2,entered:_0x4af6a4})=>{const _0x1a66ac=_0x5cc442,_0x449e8e=[];for(const _0x2b89bc of _0x188ef2){const {group:_0x512e10,type:_0x51f5b3}=this[_0x1a66ac(0x30d)](_0x2b89bc[_0x1a66ac(0x259)]);if(_0x1a66ac(0x282)===_0x512e10){_0x449e8e[_0x1a66ac(0x2a4)](this[_0x1a66ac(0x36b)](_0x51f5b3,_0x1a66ac(0x326)));break;}}for(const _0x3eabbd of _0x4af6a4){const {group:_0x417dc9,type:_0x294a66}=this[_0x1a66ac(0x30d)](_0x3eabbd[_0x1a66ac(0x259)]);if(_0x1a66ac(0x282)===_0x417dc9){_0x449e8e[_0x1a66ac(0x2a4)](this[_0x1a66ac(0x36b)](_0x294a66,_0x1a66ac(0x24b)));break;}}_0x449e8e[_0x1a66ac(0x269)]&&_0x1cb9de['ui'][_0x1a66ac(0x341)][_0x1a66ac(0x2e9)](_0x1a66ac(0x1f8),_0x449e8e[_0x1a66ac(0x301)]('\x20'));});}[_0x2fda62(0x330)](_0x577629){const _0x3c9635=_0x2fda62;if(this[_0x3c9635(0x283)])return!0x1;const _0xda8716=this[_0x3c9635(0x263)],_0x47bfcb=_0xda8716[_0x3c9635(0x22b)][_0x3c9635(0x1f5)][_0x3c9635(0x247)][_0x3c9635(0x36f)]();if(0x0==_0x47bfcb[_0x3c9635(0x269)])return!0x1;const _0xc7c4c4=[],_0x3fb008=_0x47bfcb[_0x3c9635(0x33c)](_0x42c8e7=>_0x3c9635(0x323)==_0x42c8e7[_0x3c9635(0x357)]),_0x25ac2a=_0x47bfcb[_0x3c9635(0x33c)](_0x14a423=>_0x3c9635(0x2df)==_0x14a423[_0x3c9635(0x357)]&&_0x3c9635(0x2cd)!=_0x14a423[_0x3c9635(0x259)]),_0x7df975=_0x47bfcb[_0x3c9635(0x33c)](_0x2950a1=>_0x3c9635(0x36d)==_0x2950a1[_0x3c9635(0x357)]&&_0x3c9635(0x2cd)!=_0x2950a1[_0x3c9635(0x259)]);for(const _0x4d3ba3 of _0x3fb008)_0xc7c4c4[_0x3c9635(0x2a4)]({'key':_0x4d3ba3[_0x3c9635(0x310)],'newValue':_0x4d3ba3[_0x3c9635(0x2b0)],'oldValue':_0x4d3ba3[_0x3c9635(0x344)],'range':Ut(_0x4d3ba3[_0x3c9635(0x2bb)],_0xda8716[_0x3c9635(0x22b)])});for(const _0x11973d of _0x25ac2a){const _0x5ad8f0=_0x7df975[_0x3c9635(0x29a)](_0x50b8d3=>_0x50b8d3[_0x3c9635(0x312)][_0x3c9635(0x390)](_0x11973d[_0x3c9635(0x312)]));_0x5ad8f0&&_0xc7c4c4[_0x3c9635(0x2a4)]({'key':_0x3c9635(0x268),'newValue':_0x11973d[_0x3c9635(0x259)],'oldValue':_0x5ad8f0[_0x3c9635(0x259)],'range':_0xda8716[_0x3c9635(0x22b)][_0x3c9635(0x20a)](_0x11973d[_0x3c9635(0x312)][_0x3c9635(0x29e)])});}return 0x0!=_0xc7c4c4[_0x3c9635(0x269)]&&this[_0x3c9635(0x2af)](_0x577629,_0xc7c4c4);}[_0x2fda62(0x345)](_0x516e6b){const _0x1bf0e4=_0x2fda62;let _0x51e967=!0x1;const _0x2ae874=this[_0x1bf0e4(0x263)][_0x1bf0e4(0x22b)][_0x1bf0e4(0x1f5)][_0x1bf0e4(0x247)][_0x1bf0e4(0x373)]()[_0x1bf0e4(0x33c)](_0x73f9c3=>_0x73f9c3[_0x1bf0e4(0x333)][_0x1bf0e4(0x1f4)]&&_0x73f9c3[_0x1bf0e4(0x259)][_0x1bf0e4(0x261)](_0x1bf0e4(0x308)));for(const _0xb36e01 of _0x2ae874){const {subType:_0x1bf2f5,id:_0x1decad}=this[_0x1bf0e4(0x30d)](_0xb36e01[_0x1bf0e4(0x259)]),_0x481c60=_0x1bf2f5[_0x1bf0e4(0x271)]('|')[0x0];for(const _0x39f597 of this[_0x1bf0e4(0x23b)]({'skipNotAttached':!0x0}))_0x39f597['id']!=_0x1decad&&_0x1bf0e4(0x323)==_0x39f597[_0x1bf0e4(0x357)]&&_0x39f597[_0x1bf0e4(0x333)]&&_0x39f597[_0x1bf0e4(0x333)][_0x1bf0e4(0x22c)]==_0x481c60&&_0x39f597[_0x1bf0e4(0x363)]()[_0x1bf0e4(0x383)](_0xb36e01[_0x1bf0e4(0x333)][_0x1bf0e4(0x1f4)])&&(this[_0x1bf0e4(0x375)](_0x39f597,_0xb36e01[_0x1bf0e4(0x333)][_0x1bf0e4(0x1f4)],_0x516e6b),_0x51e967=!0x0);}return _0x51e967;}[_0x2fda62(0x241)](_0x5b79d9){const _0x2af59b=_0x2fda62;this[_0x2af59b(0x263)],(this[_0x2af59b(0x283)]=!0x0,_0x5b79d9());}[_0x2fda62(0x2e8)](_0x3f3955){const _0x1f8cb3=_0x2fda62,_0x2af70a=this[_0x1f8cb3(0x360)](_0x3f3955),_0xe69407=this[_0x1f8cb3(0x294)][_0x1f8cb3(0x30c)](_0x3f3955);return _0x2af70a||_0xe69407;}[_0x2fda62(0x2af)](_0x13f82c,_0x7a7680){const _0x40be48=_0x2fda62;if(0x0==_0x7a7680[_0x40be48(0x269)])return!0x1;let _0x3ba0d1=!0x1;for(const _0x16db64 of _0x7a7680){const _0x4792fe=this[_0x40be48(0x339)](_0x16db64[_0x40be48(0x2bb)],_0x40be48(0x323))[_0x40be48(0x33c)](_0x443b91=>!_0x443b91[_0x40be48(0x256)][_0x40be48(0x22e)])[_0x40be48(0x321)](_0x464312=>_0x464312[_0x40be48(0x282)]),_0xdfa44a=_0x18ac71({'newValue':_0x16db64[_0x40be48(0x374)]});_0x4792fe[_0x40be48(0x33c)](_0x4fab92=>{const _0x17e915=_0x40be48,[_0x8fb404,_0x1e0f68]=_0x4fab92[_0x17e915(0x2eb)][_0x17e915(0x271)]('|');return _0x8fb404==_0x16db64[_0x17e915(0x22c)]&&_0x1e0f68!=_0xdfa44a;})[_0x40be48(0x346)](_0x514e52=>{const _0x397f88=_0x40be48;this[_0x397f88(0x375)](_0x514e52,_0x16db64[_0x397f88(0x2bb)],_0x13f82c),_0x3ba0d1=!0x0;});}return _0x3ba0d1;}[_0x2fda62(0x375)](_0x583bb6,_0x549ffe,_0x1dc0ec){const _0x2e8084=_0x2fda62,_0x54c625=_0x583bb6[_0x2e8084(0x363)]()[_0x2e8084(0x265)](_0x549ffe);0x0!==_0x54c625[_0x2e8084(0x269)]?0x1!==_0x54c625[_0x2e8084(0x269)]?this[_0x2e8084(0x20d)](_0x583bb6,_0x549ffe[_0x2e8084(0x2da)],_0x549ffe[_0x2e8084(0x25c)]):this[_0x2e8084(0x2ea)](_0x583bb6,_0x54c625[0x0]):_0x1dc0ec[_0x2e8084(0x319)](_0x583bb6[_0x2e8084(0x246)]());}}class Bt{constructor(_0x4aaba0){const _0x575794=_0x2fda62;this[_0x575794(0x28e)]=_0x4aaba0,this[_0x575794(0x37d)]=_0x4aaba0[_0x575794(0x22b)],this[_0x575794(0x2dd)]=new Map(),this[_0x575794(0x34f)]=new Map(),this[_0x575794(0x2c7)]();}[_0x2fda62(0x24c)](_0x352164,_0x33e1fc,_0x29909a,_0x333c82,_0x2fafa2,_0x24d420){const _0x21a90e=_0x2fda62;return new _0x4c8752(this[_0x21a90e(0x37d)],{'type':_0x352164,'subType':_0x33e1fc,'id':_0x29909a,'author':_0x333c82,'creator':_0x333c82,'attributes':_0x2fafa2,'onAttributesChange':_0x24d420,'onAccept':(..._0x1d8c37)=>this[_0x21a90e(0x2ad)](_0x352164,_0x33e1fc,_0x21a90e(0x391))(..._0x1d8c37),'onDiscard':(..._0x55a09d)=>this[_0x21a90e(0x2ad)](_0x352164,_0x33e1fc,_0x21a90e(0x297))(..._0x55a09d)});}[_0x2fda62(0x236)](_0x5a5a35,_0x2449fd,_0x15308b,_0x3cfbb5){const _0x1754ff=_0x2fda62,_0x5c69a4=_0x5a5a35+':'+_0x2449fd+':'+_0x15308b;this[_0x1754ff(0x2dd)][_0x1754ff(0x2d9)](_0x5c69a4,_0x3cfbb5);}[_0x2fda62(0x2ad)](_0x58af62,_0x285da1,_0x171420){const _0xd6ac89=_0x2fda62,_0x242a3a=_0x58af62+':'+_0x285da1+':'+_0x171420;return this[_0xd6ac89(0x2dd)][_0xd6ac89(0x202)](_0x242a3a)||this[_0xd6ac89(0x34f)][_0xd6ac89(0x202)](_0x58af62+':'+_0x171420);}[_0x2fda62(0x2c7)](){const _0x4e9af4=_0x2fda62,_0x19034b=()=>!0x1,_0x371203=_0xf7dac=>{const _0x27e551=_0x49ba;_0xf7dac[_0x27e551(0x21a)]((_0x44a876,_0x1171ca)=>_0x44a876[_0x27e551(0x2da)][_0x27e551(0x233)](_0x1171ca[_0x27e551(0x2da)])?0x1:-0x1),this[_0x27e551(0x37d)][_0x27e551(0x27d)](_0x2d5b=>{const _0x480311=_0x27e551;for(const _0x5ad6f5 of _0xf7dac){let _0x47aafc;_0x47aafc=_0x5ad6f5[_0x480311(0x25c)][_0x480311(0x378)]&&_0x5ad6f5[_0x480311(0x25c)][_0x480311(0x325)]==_0x5ad6f5[_0x480311(0x2da)][_0x480311(0x29e)]?_0x2d5b[_0x480311(0x318)](_0x5ad6f5[_0x480311(0x2da)][_0x480311(0x29e)],'on'):_0x2d5b[_0x480311(0x318)](_0x5ad6f5),this[_0x480311(0x37d)][_0x480311(0x291)](_0x47aafc,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x2fb4ef=(_0x49d3c8,_0x8ca54c)=>{const _0x661077=_0x49ba;_0x8ca54c&&this[_0x661077(0x37d)][_0x661077(0x27d)](_0x1d3b1c=>{const _0x37fdbf=_0x661077,{commandName:_0x570e35,commandParams:_0x3a9144=[]}=_0x8ca54c,_0x5e6f60=_0x49d3c8[_0x37fdbf(0x321)](_0x250b4c=>(Rt(_0x250b4c)&&(_0x250b4c=this[_0x37fdbf(0x37d)][_0x37fdbf(0x31d)](_0x250b4c[_0x37fdbf(0x25c)])),_0x250b4c))[_0x37fdbf(0x33c)](_0x379f7d=>_0x37fdbf(0x306)!==_0x379f7d[_0x37fdbf(0x35a)][_0x37fdbf(0x288)]);if(_0x5e6f60[_0x37fdbf(0x269)]<0x1)return;const _0x49f41e=Array[_0x37fdbf(0x2bc)](this[_0x37fdbf(0x37d)][_0x37fdbf(0x1f5)][_0x37fdbf(0x1f9)][_0x37fdbf(0x245)]())[_0x37fdbf(0x321)](_0x476167=>_0x5b6962[_0x37fdbf(0x251)](_0x476167));_0x1d3b1c[_0x37fdbf(0x352)](_0x5e6f60);for(const _0x552e53 of this[_0x37fdbf(0x28e)][_0x37fdbf(0x1ef)][_0x37fdbf(0x1ef)]())_0x552e53[_0x37fdbf(0x2f3)]();_0x3a9144[_0x37fdbf(0x2a4)]({'forceDefaultExecution':!0x0}),this[_0x37fdbf(0x28e)][_0x37fdbf(0x36e)](_0x570e35,..._0x3a9144);const _0x53f712=_0x49f41e[_0x37fdbf(0x33c)](_0x897c5e=>_0x37fdbf(0x306)!=_0x897c5e[_0x37fdbf(0x35a)][_0x37fdbf(0x288)]);_0x53f712[_0x37fdbf(0x269)]>0x0&&_0x1d3b1c[_0x37fdbf(0x352)](_0x53f712);for(const _0x4e79d6 of _0x49f41e)_0x4e79d6[_0x37fdbf(0x329)]();});},_0x41d3c4=(_0x35d312,_0x27d6c4)=>0x1==_0x35d312[_0x4e9af4(0x269)]&&0x1==_0x27d6c4[_0x4e9af4(0x269)]&&_0x35d312[0x0][_0x4e9af4(0x25c)][_0x4e9af4(0x390)](_0x27d6c4[0x0][_0x4e9af4(0x2da)]),_0x2a6a30=(_0x4c7e3e,_0x53edd3,_0x13d6e1,_0x4cabed)=>Gt(_0x4c7e3e,_0x53edd3,_0x13d6e1,_0x4cabed,this[_0x4e9af4(0x37d)])?[_0x4c7e3e,_0x53edd3]:Gt(_0x53edd3,_0x4c7e3e,_0x4cabed,_0x13d6e1,this[_0x4e9af4(0x37d)])?[_0x53edd3,_0x4c7e3e]:null;this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x207),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x1f2),_0x371203),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x272),_0x41d3c4),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x32f),_0x2a6a30),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x398),_0x371203),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x376),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x2a0),_0x41d3c4),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x340),_0x2a6a30),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x228),_0x2fb4ef),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x2a9),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x235),_0x41d3c4),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x25a),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x276),_0x2fb4ef),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x27f),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x262),_0x41d3c4),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x2b2),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x358),_0x19034b),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x327),(_0xa6bdef,_0x57591d)=>{const _0x19b1a7=_0x4e9af4;if(!_0x57591d)return;const _0xe6e3c8=this[_0x19b1a7(0x28e)][_0x19b1a7(0x255)][_0x19b1a7(0x202)](p);this[_0x19b1a7(0x37d)][_0x19b1a7(0x27d)](_0x48f4c0=>{const _0x54d472=_0x19b1a7;if(_0x54d472(0x268)==_0x57591d[_0x54d472(0x22c)])for(const _0x4e6984 of _0xa6bdef){const _0x780043=_0x4e6984[_0x54d472(0x2da)][_0x54d472(0x29e)],_0x4ac6a5=_0x57591d[_0x54d472(0x369)];_0x48f4c0[_0x54d472(0x33a)](_0x780043,_0x4ac6a5);}else{if(_0xe6e3c8[_0x54d472(0x360)](_0x57591d[_0x54d472(0x22c)])){for(const _0x2356b1 of _0xa6bdef)void 0x0!==_0x57591d[_0x54d472(0x369)]?_0x48f4c0[_0x54d472(0x1f6)](_0x57591d[_0x54d472(0x22c)],_0x57591d[_0x54d472(0x369)],_0x2356b1[_0x54d472(0x2da)][_0x54d472(0x29e)]):_0x48f4c0[_0x54d472(0x238)](_0x57591d[_0x54d472(0x22c)],_0x2356b1[_0x54d472(0x2da)][_0x54d472(0x29e)]);}else{for(const _0x2328fa of _0xa6bdef)_0x57591d[_0x54d472(0x369)]?_0x48f4c0[_0x54d472(0x1f6)](_0x57591d[_0x54d472(0x22c)],_0x57591d[_0x54d472(0x369)],_0x2328fa):_0x48f4c0[_0x54d472(0x238)](_0x57591d[_0x54d472(0x22c)],_0x2328fa);}}});}),this[_0x4e9af4(0x34f)][_0x4e9af4(0x2d9)](_0x4e9af4(0x23f),_0x41d3c4);}}function xt(_0x16474c,_0x28ed36,_0x5337ea){const _0x55f321=_0x2fda62;for(const _0x5eb24c of _0x28ed36[_0x55f321(0x325)][_0x55f321(0x1ff)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x5eb24c[_0x55f321(0x35a)]==_0x5eb24c)return!0x1;if(!_0x5337ea[_0x55f321(0x24d)](_0x5eb24c))return!0x1;if(_0x16474c[_0x55f321(0x2b9)](_0x5eb24c)||_0x16474c[_0x55f321(0x224)](_0x5eb24c))return!0x0;}return!0x1;}function Rt(_0x59be84){const _0x3241b4=_0x2fda62;return _0x59be84[_0x3241b4(0x25c)][_0x3241b4(0x325)]==_0x59be84[_0x3241b4(0x2da)][_0x3241b4(0x29e)]&&_0x59be84[_0x3241b4(0x25c)][_0x3241b4(0x26e)];}function Tt(_0x132e88,_0x1e1410,_0x24bbdc,_0x46648e){const _0x46405f=_0x2fda62,_0x3ec5d6=_0x2ab2ab=>!_0x2ab2ab[_0x46405f(0x223)]['is'](_0x46405f(0x34c))&&!_0x46648e[_0x46405f(0x2b9)](_0x2ab2ab[_0x46405f(0x223)]),_0x94efb0=_0x132e88[_0x46405f(0x2da)][_0x46405f(0x342)](_0x3ec5d6),_0x13722a=_0x132e88[_0x46405f(0x25c)][_0x46405f(0x342)](_0x3ec5d6,{'direction':_0x46405f(0x204)});return(!_0x132e88[_0x46405f(0x2da)][_0x46405f(0x390)](_0x94efb0)||!_0x132e88[_0x46405f(0x25c)][_0x46405f(0x390)](_0x13722a))&&(_0x94efb0[_0x46405f(0x233)](_0x13722a)?_0x24bbdc[_0x46405f(0x393)](_0x1e1410,{'range':_0x24bbdc[_0x46405f(0x31d)](_0x94efb0,_0x13722a)}):_0x24bbdc[_0x46405f(0x319)](_0x1e1410),!0x0);}function Et(_0x5cef80){return _0x18ac71(_0x5cef80);}function Vt(_0x11a186){const _0x836ae4=_0x2fda62,_0xe5afb7=_0x11a186[_0x836ae4(0x2da)][_0x836ae4(0x29e)];return _0xe5afb7&&_0xe5afb7['is'](_0x836ae4(0x2cb));}function _0x29ac(){const _0x4860f2=['warn','deletion:accept','getIntersection','clone','multipleBlocks','markers','hasComments','substr','removeComment','insertion:','formatGroupId','commands','createElement','toUpperCase','insertion:discard','getSuggestion','newRange','document','setAttribute','2038570eqFbxY','trackChanges','selection','addMarkerName','isOwn','discardSuggestion','ready','_updateSuggestionData','getAncestors','oldRange','upcast','get','markerNameToElements','backward','lowest','_joinSuggestions','insertion:accept','data-suggestion','19799RhzyMv','createRangeOn','add','widget','_breakSuggestionMarker','Creating\x20a\x20suggestion\x20for\x20attribute\x20with\x20too\x20long\x20attribute\x20key.\x20This\x20may\x20lead\x20to\x20errors.\x20Change\x20the\x20attribute\x20key\x20to\x20a\x20value\x20shorter\x20than\x2037\x20characters.','addUser','addMarker:suggestion:formatBlock','some','track-changes-adapter-already-set','elementStart','conversion','moveTargetPosition','formatBlock','collaboration.channelId','stop','writer','sort','listenTo','getNearestSelectionRange','define','track-changes-suggestion-data-mismatch','containsPosition','nodeBefore','acceptSelectedSuggestions','getAllAdjacentSuggestions','item','isLimit','addHighlight','getWalker','accepted','formatInline:accept','insertion','requires','model','key','ck-suggestion-marker-formatInline','isNextTo','enableCommand','activeMarkers','notReady','isTouching','isBefore','dataReady','formatInline:join','registerCustomCallback','getRange','removeAttribute','getItems','getMarkers','getSuggestions','elementEnd','_initAriaMarkerChangeAnnouncements','_descriptionFactory','attribute:join','_enabledCommands','_recordAttributeChanges','unshift','track-changes-user-not-found','highest','getRanges','getFirstMarker','differ','@external','_SUGGESTION_ANNOUNCEMENT','authorName','ENTER','buildSuggestion','containsItem','isSelectable','multi','consume','fromRange','formatInline','chain','suggestion-type','plugins','meta','_element','ck-suggestion-marker-formatBlock','name','formatInline:chain','createdAt','end','pop','$marker','4CluFaI','removeMarker:suggestion:attribute','startsWith','formatBlock:join','editor','256314qgdlxQ','getDifference','isMultiRange','createRangeIn','$elementName','length','markInlineFormat','low','substring','change:activeMarkers','isAtStart','bindElementToMarker','rejected','split','insertion:join','forceDefaultExecution','concat','commandName','formatBlock:accept','_rangeIsInLocalUserInsertion','_adapter','createPositionBefore','isInContent','unbind','track-changes-adapter-missing-getsuggestion','change','getShiftedBy','formatBlock:discard','addCommentThread','getCustomProperty','suggestion','_recordAttributeSuggestions','rethrowUnexpectedError','tablePasteChainId','options','dataDowncast','rootName','136302FUAnrU','delete','markerReady','discardAllSuggestions','_afterChanges','_editor','containsRangeInObject','open','deleteContent','markerName','getUser','_inlineAttributeKeys','isInsideObject','splice','discard','928503vhEpie','format','find','includes','updateSuggestion','_isDataLoaded','nodeAfter','update:suggestion','deletion:join','createPositionAt','insertContent','isExternal','push','_removeSuggestion','_enableDefaultAttributesIntegration','addSuggestion','formatInline:','formatInline:discard','PENDING_ACTION_SUGGESTION','119VAvNJc','pluginName','getSuggestionCallback','_refreshAttributeSuggestionsChain','_reduceExistingSuggestions','attributeNewValue','consumable','formatBlock:chain','_getAuthorFromId','next','deletion:','_saved','isAfter','skipNestingCheck','isObject','after','range','from','ck-suggestion-marker-','_suggestionFactory','addMarker:suggestion','getMultiRangeId','creator','originalSuggestionId','_suggestionState','_addSuggestionMarker','_checkSuggestionCorrectness','674005LIksNR','_registerDefaultCallbacks','howMany','locale','_setSuggestionData','element','trackChanges.mergeNestedSuggestions','$text','fire','_joinWithAdjacentSuggestions','fetchCommentThread','targetPosition','always','init','TrackChangesEditing','setTo','dataToMarker','getContainedElement','addSuggestionData','set','start','external:','attribute:','_customCallbacks','stopListening','insert','toViewElement','formatBlock:','isDocumentOperation','track-changes-command-not-found','splitPosition','assign','markAttributeChange','PendingActions','_isRegisteredAttribute','announce','_setSuggestionRange','subType','keys','adapter','addMarker','_getExternalAuthor','change:_saved','markMultiRangeDeletion','attributes','refresh','normal','isRemovable','_suggestions','_blockAttributeKeys','registerPostFixer','groupId','_onDiscard','CommentsRepository','addClass','deletion','showSuggestionHighlights','_createSuggestion','hasCommentThread','join','_cutOutSuggestionMarker','head','createPositionAfter','addRange','$graveyard','markerToData','suggestion:attribute:','discardSelectedSuggestions','high','track-changes-suggestion-not-found','has','_splitMarkerName','author','comments','attributeKey','applyOperation','position','containerElement','error-saving-suggestion-data-suggestion-discarded','editing','trackChangesCommand','_getSuggestionData','createSelection','removeMarker','values','containsRange','ck-suggestion-marker','createRange','commentThread','11bRKofC','forward','map','FORMATTING','attribute','suggestionLoaded','parent','LEAVE','attribute:discard','24PmuZns','detach','size','Users','group','10fDDDRK','track-changes-enable-command-twice','insertion:chain','_processAttributeChanges','markerToHighlight','authoredAt','data','fromCharCode','never','isCollapsed','57361wSjPwi','getAttribute','_findSuggestions','rename','isLocal','filter','toJSON','_commentsRepository','isBlock','deletion:chain','ariaLiveAnnouncer','getLastMatchingPosition','marker-count','attributeOldValue','_processAttributeSuggestions','forEach','removed','isUndo','schema','suggestionChanged','removeMarkers','$textProxy','isArray','previous','_defaultCallbacks','removeClass','acceptSuggestion','setSelection','suggestionUnloaded','default','reconvertMarker','move','type','attribute:accept','every','root','before','documentSelection','_handleNewSuggestionMarker','mapper','config','_isBlockAttribute','editingDowncast','suggestion:','getFirstRange','ck-suggestion-marker--active','elementToElement','addMarker:suggestion:attribute','change:data','then','oldValue','3468YqvMpt','_getMarkerAnnouncementText','_isForcedDefaultExecutionBlock','remove','execute','getChanges','_registerInlineAttribute','_addThreadToSuggestion','_mergeNestedSuggestions','getChangedMarkers','newValue','_reduceSuggestionAttributeRange','deletion:discard','hasSuggestion','isAtEnd','_registerBlockAttribute','clear','acceptAllSuggestions','markMultiRangeInsertion','_model','markMultiRangeBlockFormat','enqueueChange','removeMarker:suggestion:formatBlock','value','_refreshSuggestionsChain','isIntersecting','markBlockFormat','enableReadOnlyMode','getCommentThread','trackChanges.trackFormatChanges','for','_trackFormatChanges','return','catch','_getAttributeKey','batch','resolve','markDeletion','isEqual','accept','markInsertion','updateMarker','unbindElementFromMarkerName','isIntersectingWithRange','addComment'];_0x29ac=function(){return _0x4860f2;};return _0x29ac();}function Ut(_0x52d543,_0x3d6284){const _0x2f93a6=_0x2fda62;return null==_0x52d543[_0x2f93a6(0x25c)][_0x2f93a6(0x220)]&&_0x52d543[_0x2f93a6(0x25c)][_0x2f93a6(0x325)]==_0x52d543[_0x2f93a6(0x2da)][_0x2f93a6(0x29e)]?Ot(_0x52d543[_0x2f93a6(0x2da)][_0x2f93a6(0x29e)],_0x3d6284):_0x52d543;}function Ot(_0x56961d,_0x4569b3){const _0x5223a0=_0x2fda62,_0x795bff=_0x4569b3[_0x5223a0(0x349)][_0x5223a0(0x2b9)](_0x56961d)||_0x4569b3[_0x5223a0(0x349)][_0x5223a0(0x24e)](_0x56961d);return _0x4569b3[_0x5223a0(0x31d)](_0x4569b3[_0x5223a0(0x2a1)](_0x56961d,_0x5223a0(0x35b)),_0x795bff?_0x4569b3[_0x5223a0(0x304)](_0x56961d):_0x4569b3[_0x5223a0(0x2a1)](_0x56961d,_0x5223a0(0x25c)));}function Gt(_0x2b6406,_0x25f033,_0x8c18e2,_0xd6e207,_0x460c72){const _0xc559dc=_0x2fda62;if(!Ft(_0x2b6406,_0x25f033))return!0x1;if(_0x8c18e2[_0xc559dc(0x25c)][_0xc559dc(0x390)](_0xd6e207[_0xc559dc(0x2da)]))return!0x0;if(_0x2b6406[_0xc559dc(0x357)]!=_0x25f033[_0xc559dc(0x357)])return!0x1;if(!_0x8c18e2[_0xc559dc(0x25c)][_0xc559dc(0x232)](_0xd6e207[_0xc559dc(0x2da)]))return!0x1;const _0x5b4352=_0x460c72[_0xc559dc(0x31d)](_0x8c18e2[_0xc559dc(0x25c)],_0xd6e207[_0xc559dc(0x2da)])[_0xc559dc(0x226)]();for(const _0x491caf of _0x5b4352)if([_0xc559dc(0x213),_0xc559dc(0x23c)][_0xc559dc(0x29b)](_0x491caf[_0xc559dc(0x357)])&&_0x460c72[_0xc559dc(0x349)][_0xc559dc(0x224)](_0x491caf[_0xc559dc(0x223)]))return!0x1;return!0x0;}function Ft(_0x52d91b,_0x54de00,_0x5323ed=[]){const _0x209474=_0x2fda62;return!(!_0x52d91b[_0x209474(0x29d)]||!_0x54de00[_0x209474(0x29d)])&&_0x4f2fda(_0x325f47(_0x52d91b[_0x209474(0x2f2)],_0x5323ed),_0x325f47(_0x54de00[_0x209474(0x2f2)],_0x5323ed));}function Pt(_0x5cad4b,_0x243874){const _0x2bedea=_0x2fda62,_0x43c1b1=Lt(_0x5cad4b[_0x2bedea(0x2f2)]),_0x54fbcf=Lt(_0x243874);if(!_0x5cad4b[_0x2bedea(0x29d)])return!0x1;for(const _0x39e0b5 of Object[_0x2bedea(0x2ec)](_0x54fbcf))if(!_0x4f2fda(_0x43c1b1[_0x39e0b5],_0x54fbcf[_0x39e0b5]))return!0x1;return!0x0;}function Lt(_0x118208){const _0x1fb972=_0x2fda62,_0x2f289e=Object[_0x1fb972(0x2e5)]({},_0x118208);return delete _0x2f289e[_0x1fb972(0x2b8)],delete _0x2f289e[_0x1fb972(0x285)],_0x2f289e;}
|
|
23
|
+
const _0x2d71a2=_0x44d6;(function(_0x45eb06,_0xcb5929){const _0x1451cc=_0x44d6,_0x22e121=_0x45eb06();while(!![]){try{const _0x3ef870=parseInt(_0x1451cc(0x202))/0x1*(-parseInt(_0x1451cc(0x16e))/0x2)+parseInt(_0x1451cc(0x91))/0x3+-parseInt(_0x1451cc(0x150))/0x4*(-parseInt(_0x1451cc(0x21d))/0x5)+-parseInt(_0x1451cc(0x185))/0x6*(parseInt(_0x1451cc(0x79))/0x7)+-parseInt(_0x1451cc(0x12f))/0x8*(-parseInt(_0x1451cc(0x177))/0x9)+parseInt(_0x1451cc(0x12a))/0xa*(parseInt(_0x1451cc(0x11f))/0xb)+-parseInt(_0x1451cc(0x182))/0xc;if(_0x3ef870===_0xcb5929)break;else _0x22e121['push'](_0x22e121['shift']());}catch(_0x3cc1ee){_0x22e121['push'](_0x22e121['shift']());}}}(_0xf85a,0xc1a14));import{Plugin as _0x102464,PendingActions as _0x1bca6c}from'ckeditor5/src/core.js';import{LiveRange as _0x7534a6}from'ckeditor5/src/engine.js';import{CKEditorError as _0x276ad1,uid as _0x1f75a3,priorities as _0x2768c9,logWarning as _0x1304fe}from'ckeditor5/src/utils.js';import{toWidget as _0x18dc77}from'ckeditor5/src/widget.js';function _0xf85a(){const _0x431f44=['keys','markInlineFormat','_trackFormatChanges','getSuggestionCallback','before','getNearestSelectionRange','_element','insertion','formatBlock:discard','plugins','setAttribute','item','11CDnUym','isLimit','meta','addHighlight','getIntersection','insertion:chain','add','isBefore','config','_registerBlockAttribute','type','4573090DBhSQp','dataReady','filter','low','data','150712WEmVis','_getMarkerAnnouncementText','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.','set','addRange','_joinWithAdjacentSuggestions','key','parent','skipNestingCheck','getMarkers','conversion','nodeBefore','some','oldRange','markAttributeChange','toUpperCase','init','insertion:','change:_saved','_getAuthorFromId','nodeAfter','root','hasComments','find','unbindElementFromMarkerName','attributeNewValue','ck-suggestion-marker-formatInline','announce','formatInline:discard','isCollapsed','_joinSuggestions','createRange','document','244652owpMLQ','change:activeMarkers','_blockAttributeKeys','resolve','suggestion','getAttribute','every','ready','removeAttribute','widget','deletion','_breakSuggestionMarker','getRange','format','trackChanges','deletion:','consume','isOwn','define','attributeKey','accepted','isLocal','_refreshAttributeSuggestionsChain','getAncestors','newRange','fromCharCode','formatInline:accept','track-changes-enable-command-twice','getFirstRange','_reduceExistingSuggestions','38708QyeOWh','insertion:discard','_afterChanges','isInsideObject','@external','forEach','remove','moveTargetPosition','marker-count','369DlFCiT','_handleNewSuggestionMarker','attribute','_refreshSuggestionsChain','_inlineAttributeKeys','deletion:chain','elementStart','move','_adapter','dataDowncast','author','7392360mpdKLD','isAfter','get','2517282PyQgDu','getMultiRangeId','formatBlock','attributeOldValue','selection','removeMarker:suggestion:attribute','createPositionAt','stop','hasSuggestion','trackChangesCommand','size','discardSelectedSuggestions','formatGroupId','substr','_suggestionFactory','deletion:join','external:','error-saving-suggestion-data-suggestion-discarded','highest','suggestionUnloaded','track-changes-suggestion-data-mismatch','always','high','batch','authoredAt','never','markMultiRangeBlockFormat','howMany','rejected','getDifference','$textProxy','assign','getWalker','applyOperation','containerElement','differ','activeMarkers','addMarker:suggestion:attribute','containsRangeInObject','clone','deletion:accept','createRangeOn','enqueueChange','ck-suggestion-marker--active','_processAttributeSuggestions','_findSuggestions','suggestionLoaded','getChangedMarkers','next','formatInline','track-changes-adapter-missing-getsuggestion','FORMATTING','getSuggestions','containsItem','updateMarker','getContainedElement','createRangeIn','getShiftedBy','getCustomProperty','_splitMarkerName','model','markMultiRangeInsertion','addSuggestionData','rename','return','_defaultCallbacks','end','ENTER','markerReady','schema','group','adapter','_setSuggestionRange','attributes','values','_getExternalAuthor','Users','insertion:accept','deleteContent','_enableDefaultAttributesIntegration','updateSuggestion','$graveyard','_isRegisteredAttribute','_getAttributeKey','open','_isDataLoaded','update:suggestion','sort','$text','markMultiRangeDeletion','commands','head','_descriptionFactory','getChanges','catch','splitPosition','track-changes-suggestion-not-found','createElement','isUndo','backward','formatInline:','map','normal','editing','_saved','requires','change:data','_model','element','getAllAdjacentSuggestions','_reduceSuggestionAttributeRange','push','addComment','getItems','_editor','track-changes-command-not-found','_getSuggestionData','enableReadOnlyMode','creator','createSelection','PENDING_ACTION_SUGGESTION','_registerDefaultCallbacks','showSuggestionHighlights','addMarkerName','isAtStart','61crRHpv','discardAllSuggestions','acceptSuggestion','fromRange','toJSON','from','removeMarker','isAtEnd','isObject','attribute:join','_suggestions','_recordAttributeSuggestions','insertion:join','formatBlock:chain','removeMarkers','addMarker','ck-suggestion-marker-formatBlock','_checkSuggestionCorrectness','_commentsRepository','_isBlockAttribute','registerCustomCallback','$marker','addCommentThread','bindElementToMarker','commentThread','originalSuggestionId','isMultiRange','125ZZbfgC','commandName','forward','notReady','position','concat','pop','getSuggestion','TrackChangesEditing','writer','isEqual','_updateSuggestionData','rethrowUnexpectedError','detach','7klclSv','markInsertion','isBlock','formatBlock:accept','_SUGGESTION_ANNOUNCEMENT','targetPosition','insertContent','discardSuggestion','_customCallbacks','stopListening','previous','multi','acceptAllSuggestions','removed','mapper','trackChanges.mergeNestedSuggestions','consumable','lowest','addUser','dataToMarker','deletion:discard','_recordAttributeChanges','isArray','default','751488woFeOK','multipleBlocks','start','newValue','_addSuggestionMarker','documentSelection','containsPosition','discard','markDeletion','accept','setTo','isIntersecting','setSelection','includes','comments','execute','pluginName','attribute:accept','listenTo','substring','_enabledCommands','split','addClass','createdAt','isNextTo','editingDowncast','clear','locale','track-changes-adapter-already-set','after','unbind','registerPostFixer','_registerInlineAttribute','chain','_createSuggestion','_onDiscard','isInContent','formatBlock:','acceptSelectedSuggestions','warn','refresh','oldValue','formatInline:chain','getLastMatchingPosition','subType','removeClass','join','addSuggestion','_setSuggestionData','collaboration.channelId','_addThreadToSuggestion','fire','isSelectable','_suggestionState','attribute:discard','suggestion-type','addMarker:suggestion','isIntersectingWithRange','startsWith','buildSuggestion','$elementName','ck-suggestion-marker-','containsRange','upcast','getUser','markBlockFormat','value','editor','createPositionAfter','delete','toViewElement','markerName','isTouching','suggestion:','PendingActions','forceDefaultExecution','_cutOutSuggestionMarker','addMarker:suggestion:formatBlock','getFirstMarker','formatBlock:join','hasCommentThread','_processAttributeChanges','_removeSuggestion','ck-suggestion-marker','length','isDocumentOperation','enableCommand','tablePasteChainId','options','getCommentThread','_mergeNestedSuggestions','name','removeMarker:suggestion:formatBlock','has','removeComment','track-changes-user-not-found','fetchCommentThread','rootName','elementEnd','splice','markerToData','insert','markerToHighlight','LEAVE','then','groupId','isExternal','authorName','_rangeIsInLocalUserInsertion','trackChanges.trackFormatChanges','suggestion:attribute:','markerNameToElements','ariaLiveAnnouncer','attribute:','formatInline:join','getRanges','reconvertMarker','data-suggestion','createPositionBefore','CommentsRepository','_initAriaMarkerChangeAnnouncements','suggestionChanged','elementToElement','unshift','change','range','isRemovable','for','_isForcedDefaultExecutionBlock','markers'];_0xf85a=function(){return _0x431f44;};return _0xf85a();}import{Users as _0x21128e,hashObject as _0x30fd3b,surroundingMarkersDetector as _0x1f77c6}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x37d225 from'./commands/trackchangescommand.js';import _0x95bbf4 from'./commands/acceptsuggestioncommand.js';import _0x3406ff from'./commands/discardsuggestioncommand.js';import _0x5337dc from'./commands/executeonallsuggestionscommand.js';import _0x222915 from'./commands/executeonselectedsuggestionscommand.js';import _0x46cfec from'./suggestion.js';import _0x5f38c2 from'./suggestiondescriptionfactory.js';import _0x1c4c75 from'./integrations/aiassistant.js';import _0x15c4a4 from'./integrations/alignment.js';import _0x29e67a from'./integrations/basicstyles.js';import _0x274745 from'./integrations/blockquote.js';import _0x33cab2 from'./integrations/casechange.js';import _0x5e08b5 from'./integrations/ckbox.js';import _0x9a2f02 from'./integrations/codeblock.js';import _0x2ec07e from'./integrations/comments.js';import _0x490749 from'./integrations/deletecommand.js';import _0x2d7cfd from'./integrations/list.js';import _0x3a5c89 from'./integrations/listproperties.js';import _0x1a35d5 from'./integrations/entercommand.js';import _0x4b57ab from'./integrations/findandreplace.js';import _0xcaecc1 from'./integrations/font.js';function _0x44d6(_0xf8daf4,_0x2257bf){const _0xf85abe=_0xf85a();return _0x44d6=function(_0x44d66e,_0x420ae5){_0x44d66e=_0x44d66e-0x73;let _0x57f3b4=_0xf85abe[_0x44d66e];return _0x57f3b4;},_0x44d6(_0xf8daf4,_0x2257bf);}import _0x205df4 from'./integrations/formatpainter.js';import _0x4b4397 from'./integrations/heading.js';import _0x2055d6 from'./integrations/highlight.js';import _0x292e2f from'./integrations/horizontalline.js';import _0x55d118 from'./integrations/htmlembed.js';import _0x2848f8 from'./integrations/image.js';import _0x15ca5b from'./integrations/imagereplace.js';import _0x24d9a3 from'./integrations/imagestyle.js';import _0xb45be9 from'./integrations/importword.js';import _0x384461 from'./integrations/indent.js';import _0x15cc86 from'./integrations/inputcommand.js';import _0x4c1dbd from'./integrations/link.js';import _0xce41ae from'./integrations/legacylist.js';import _0x386d67 from'./integrations/legacylistproperties.js';import _0x893787 from'./integrations/mediaembed.js';import _0x2aa13d from'./integrations/mention.js';import _0x334cba from'./integrations/pagebreak.js';import _0x469f90 from'./integrations/paragraph.js';import _0x2c07af from'./integrations/removeformat.js';import _0xb3b1a4 from'./integrations/restrictededitingmode.js';import _0x774047 from'./integrations/shiftentercommand.js';import _0x45e272 from'./integrations/standardeditingmode.js';import _0xb99a83 from'./integrations/style.js';import _0xf57bb1 from'./integrations/table.js';import _0x1c8e35 from'./integrations/tablemergesplit.js';import _0x18b2d6 from'./integrations/tableheadings.js';import _0x5749ea from'./integrations/tableclipboard.js';import _0x445252 from'./integrations/tablecolumnresize.js';import _0x356970 from'./integrations/template.js';import _0x267fda from'./integrations/tableofcontents.js';import _0x453db8 from'./integrations/title.js';import _0x57bb56 from'./integrations/undo.js';import _0x2e81ba from'./integrations/tablecaption.js';import _0x9999bc from'./integrations/tableproperties.js';import{getTranslation as _0x24efa4}from'./utils/common-translations.js';import{isEqual as _0x11c113,omit as _0x3560fb}from'lodash-es';export const renameAttributeKey=_0x2d71a2(0xcd);export default class p extends _0x102464{static get[_0x2d71a2(0x1ee)](){const _0x4486b1=_0x2d71a2;return[_0x4486b1(0x108),_0x21128e,_0x1bca6c,_0x1c4c75,_0x15c4a4,_0x29e67a,_0x274745,_0x5e08b5,_0x33cab2,_0x9a2f02,_0x2ec07e,_0x490749,_0x1a35d5,_0x4b57ab,_0xcaecc1,_0x205df4,_0x4b4397,_0x2055d6,_0x292e2f,_0x55d118,_0x2848f8,_0x24d9a3,_0x15ca5b,_0xb45be9,_0x384461,_0x15cc86,_0xce41ae,_0x386d67,_0x4c1dbd,_0x2d7cfd,_0x3a5c89,_0x893787,_0x2aa13d,_0x334cba,_0x469f90,_0x2c07af,_0xb3b1a4,_0x774047,_0x45e272,_0xb99a83,_0xf57bb1,_0x1c8e35,_0x18b2d6,_0x2e81ba,_0x5749ea,_0x445252,_0x267fda,_0x9999bc,_0x356970,_0x453db8,_0x57bb56];}static get[_0x2d71a2(0xa1)](){const _0x3703cd=_0x2d71a2;return _0x3703cd(0x73);}constructor(_0x398b84){const _0x4e5683=_0x2d71a2;function _0x2e3313(_0x3d5b53){const _0x4501f8=_0x44d6;return _0x3d5b53[_0x4501f8(0x1ea)](_0x3ac313=>String[_0x4501f8(0x169)](_0x3ac313))[_0x4501f8(0xbf)]('');}super(_0x398b84),this[_0x4e5683(0x20d)]=!0x1,this[_0x4e5683(0x132)](_0x4e5683(0x1a9),[]),this['on'](_0x4e5683(0x151),(_0xaad7f9,_0x940ba,_0x5d12a4,_0x3aae38)=>{const _0x3e6dd3=_0x4e5683;this[_0x3e6dd3(0x1f0)][_0x3e6dd3(0x10d)](()=>{const _0x3f9691=_0x3e6dd3;for(const _0x2094d8 of[..._0x3aae38,..._0x5d12a4])this[_0x3f9691(0x1f0)][_0x3f9691(0x112)][_0x3f9691(0xee)](_0x2094d8)&&_0x398b84[_0x3f9691(0x1ec)][_0x3f9691(0x105)](_0x2094d8);});}),this[_0x4e5683(0x1e1)]=new _0x5f38c2(this[_0x4e5683(0xd4)][_0x4e5683(0x1c1)][_0x4e5683(0x1ca)],this[_0x4e5683(0xd4)][_0x4e5683(0xac)]),this[_0x4e5683(0x17f)]=null,this[_0x4e5683(0x193)]=new Bt(this[_0x4e5683(0xd4)]),this[_0x4e5683(0x20c)]=new Map(),this[_0x4e5683(0x214)]=_0x398b84[_0x4e5683(0x11c)][_0x4e5683(0x184)](_0x4e5683(0x108)),this[_0x4e5683(0xa5)]=new Set(),this[_0x4e5683(0x1f0)]=this[_0x4e5683(0xd4)][_0x4e5683(0x1c1)],this[_0x4e5683(0xc6)]=new WeakMap(),this[_0x4e5683(0x111)]=!0x1,this[_0x4e5683(0x152)]=new Set([_0x4e5683(0xcd)]),this[_0x4e5683(0x17b)]=new Set(),_0x398b84[_0x4e5683(0x127)][_0x4e5683(0x162)](_0x4e5683(0xfe),_0x4e5683(0x90)),this[_0x4e5683(0x115)]=_0x398b84[_0x4e5683(0x127)][_0x4e5683(0x184)](_0x4e5683(0xfe)),_0x398b84[_0x4e5683(0x127)][_0x4e5683(0x162)](_0x4e5683(0x88),!0x0),this[_0x4e5683(0xeb)]=_0x398b84[_0x4e5683(0x127)][_0x4e5683(0x184)](_0x4e5683(0x88)),this[_0x4e5683(0x18e)]=new _0x37d225(_0x398b84,this[_0x4e5683(0xa5)]),this[_0x4e5683(0x109)](),this[_0x2e3313([0x5f,0x65,0x78,0x65,0x63,0x75,0x74,0x65,0x53,0x75,0x67,0x67,0x65,0x73,0x74,0x69,0x6f,0x6e])]=_0x2e3313([0x34,0x30,0x34,0x38,0x30,0x38,0x30,0x34]);}[_0x2d71a2(0x13f)](){const _0x2ccc1f=_0x2d71a2,_0xa67965=this[_0x2ccc1f(0xd4)],_0x5cc125=(_0x4c98ee,_0x557cdf)=>{const _0x42950e=_0x2ccc1f;if(_0x42950e(0x179)!=_0x4c98ee)return _0x42950e(0xce)+_0x4c98ee;const _0x531ee6=_0x557cdf[_0x42950e(0xa6)]('|')[0x0];return this[_0x42950e(0x215)](_0x531ee6)?_0x42950e(0x212):_0x42950e(0x149);};_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0xf7)]({'model':_0x2ccc1f(0x154),'view':_0x1cc88b=>{const _0x34ddff=_0x2ccc1f,{id:_0x1fcf02,type:_0x251c61,subType:_0x5911ad}=this[_0x34ddff(0x1c0)](_0x1cc88b[_0x34ddff(0xd8)]),_0x532112=[_0x34ddff(0xe4),_0x5cc125(_0x251c61,_0x5911ad)];let _0xf49095=0xbb8;return this[_0x34ddff(0x1a9)][_0x34ddff(0x9e)](_0x1cc88b[_0x34ddff(0xd8)])&&(_0x532112[_0x34ddff(0x1f4)](_0x34ddff(0x1b0)),_0xf49095=0xbc2),_0x34ddff(0x15a)==_0x251c61&&(_0xf49095+=0x5),{'classes':_0x532112,'attributes':{'data-suggestion':_0x1fcf02},'priority':_0xf49095};}}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0x125)](_0x1558cb=>{const _0x14d41d=_0x2ccc1f;_0x1558cb['on'](_0x14d41d(0xc9),(_0x1477d9,_0x21f829,_0xed679)=>{const _0xbdf646=_0x14d41d;if(!_0xed679[_0xbdf646(0xe9)][_0xbdf646(0x1ff)])return;const _0x4c0630=_0x21f829[_0xbdf646(0x11e)];if(!_0x4c0630)return;const _0x3445c0=_0xed679[_0xbdf646(0x87)][_0xbdf646(0xd7)](_0x4c0630);_0xa67965[_0xbdf646(0x1c1)][_0xbdf646(0x1ca)][_0xbdf646(0x20a)](_0x4c0630)&&_0x3445c0&&!_0x3445c0[_0xbdf646(0x1bf)](_0xbdf646(0x159))&&_0x3445c0['is'](_0xbdf646(0x1a7))&&_0x18dc77(_0x3445c0,_0xed679[_0xbdf646(0x74)]);},{'priority':_0x14d41d(0x19b)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0xf7)]({'model':_0x2ccc1f(0x154),'view':(_0x283f57,_0x3953e8)=>{const _0x3429b0=_0x2ccc1f;if(!_0x3953e8[_0x3429b0(0xe9)][_0x3429b0(0x1ff)])return null;const {type:_0xae3898,subType:_0x56a673}=this[_0x3429b0(0x1c0)](_0x283f57[_0x3429b0(0xd8)]);return{'classes':[_0x3429b0(0xe4),_0x5cc125(_0xae3898,_0x56a673)],'priority':0xbb8};}});const _0x3b6219=({showActiveMarkers:_0x32a835=!0x0,isAttributeSuggestion:_0x1a1490=!0x1}={})=>(_0x4b13b7,_0x525388,_0x32757c)=>{const _0x3a7fc2=_0x2ccc1f;if(!_0x525388[_0x3a7fc2(0x11e)])return;const {id:_0x3aed23}=this[_0x3a7fc2(0x1c0)](_0x525388[_0x3a7fc2(0xd8)]);if(_0x1a1490){const _0x2363b4=this[_0x3a7fc2(0x20c)][_0x3a7fc2(0x184)](_0x3aed23),_0x561be4=this[_0x3a7fc2(0x1d8)](_0x2363b4);if(!this[_0x3a7fc2(0x215)](_0x561be4))return;}if(_0x525388[_0x3a7fc2(0x11e)]['is'](_0x3a7fc2(0x189)))return void _0x32757c[_0x3a7fc2(0x89)][_0x3a7fc2(0x160)](_0x525388[_0x3a7fc2(0x11e)],_0x4b13b7[_0x3a7fc2(0xec)]);const _0x2db953=_0x32757c[_0x3a7fc2(0x87)][_0x3a7fc2(0xd7)](_0x525388[_0x3a7fc2(0x11e)]);if(_0x525388[_0x3a7fc2(0x11e)]['is'](_0x3a7fc2(0x1f1))&&_0xa67965[_0x3a7fc2(0x1c1)][_0x3a7fc2(0x1ca)][_0x3a7fc2(0x7b)](_0x525388[_0x3a7fc2(0x11e)])&&!_0x2db953[_0x3a7fc2(0x1bf)](_0x3a7fc2(0x122))){_0x32757c[_0x3a7fc2(0x74)][_0x3a7fc2(0xa7)]([_0x3a7fc2(0xe4),_0x3a7fc2(0x212)],_0x2db953),_0x32757c[_0x3a7fc2(0x74)][_0x3a7fc2(0x11d)](_0x3a7fc2(0x106),_0x3aed23,_0x2db953),_0x32757c[_0x3a7fc2(0x87)][_0x3a7fc2(0x219)](_0x2db953,_0x525388[_0x3a7fc2(0xd8)]),_0x32a835&&(this[_0x3a7fc2(0x1a9)][_0x3a7fc2(0x9e)](_0x525388[_0x3a7fc2(0xd8)])?_0x32757c[_0x3a7fc2(0x74)][_0x3a7fc2(0xa7)](_0x3a7fc2(0x1b0),_0x2db953):_0x32757c[_0x3a7fc2(0x74)][_0x3a7fc2(0xbe)](_0x3a7fc2(0x1b0),_0x2db953));for(const _0x449e61 of _0xa67965[_0x3a7fc2(0x1c1)][_0x3a7fc2(0x1bd)](_0x525388[_0x3a7fc2(0x11e)])[_0x3a7fc2(0x1f6)]())_0x32757c[_0x3a7fc2(0x89)][_0x3a7fc2(0x160)](_0x449e61,_0x4b13b7[_0x3a7fc2(0xec)]);_0x32757c[_0x3a7fc2(0x89)][_0x3a7fc2(0x160)](_0x525388[_0x3a7fc2(0x11e)],_0x4b13b7[_0x3a7fc2(0xec)]);}};_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0x125)](_0x445b6b=>{const _0x4b629d=_0x2ccc1f;_0x445b6b['on'](_0x4b629d(0xde),(_0x59626b,_0x1c76a5,_0x215e4f)=>{const _0x1f7c17=_0x4b629d;_0x215e4f[_0x1f7c17(0xe9)][_0x1f7c17(0x1ff)]&&_0x3b6219({'showActiveMarkers':!0x1})(_0x59626b,_0x1c76a5,_0x215e4f);},{'priority':_0x4b629d(0x197)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0x125)](_0x343010=>{const _0x3be68a=_0x2ccc1f;_0x343010['on'](_0x3be68a(0x1aa),(_0x16f977,_0xe4ca07,_0x4e921a)=>{const _0x15c91b=_0x3be68a;_0x4e921a[_0x15c91b(0xe9)][_0x15c91b(0x1ff)]&&_0x3b6219({'showActiveMarkers':!0x1,'isAttributeSuggestion':!0x0})(_0x16f977,_0xe4ca07,_0x4e921a);},{'priority':_0x3be68a(0x197)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0x180))[_0x2ccc1f(0xf5)]({'model':_0x2ccc1f(0x154),'view':(_0x4c39cb,_0x2c6d1b)=>_0x2c6d1b[_0x2ccc1f(0xe9)][_0x2ccc1f(0x1ff)]?null:{'group':_0x2ccc1f(0x154),'name':_0x4c39cb[_0x2ccc1f(0x192)](0xb)}}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xd0))[_0x2ccc1f(0x10b)]({'view':{'name':_0x2ccc1f(0x154),'attributes':{'id':/^\w/,'suggestion-type':/^\w/}},'model':(_0x1010ef,{writer:_0x476156})=>{const _0x3c883c=_0x2ccc1f;let _0x29d7d1=_0x3c883c(0xda)+_0x1010ef[_0x3c883c(0x155)](_0x3c883c(0xc8))+':'+_0x1010ef[_0x3c883c(0x155)]('id');return _0x1010ef[_0x3c883c(0x155)](_0x3c883c(0x176))&&(_0x29d7d1+=':'+_0x1010ef[_0x3c883c(0x155)](_0x3c883c(0x176))),_0x476156[_0x3c883c(0x1e6)](_0x3c883c(0x217),{'data-name':_0x29d7d1});}}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xd0))[_0x2ccc1f(0x8c)]({'view':_0x2ccc1f(0x154)}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0x125)](_0x4ce866=>{const _0x50dc73=_0x2ccc1f;_0x4ce866['on'](_0x50dc73(0xde),_0x3b6219(),{'priority':_0x50dc73(0x19b)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0x125)](_0x66e9f6=>{const _0x191f79=_0x2ccc1f;_0x66e9f6['on'](_0x191f79(0x1aa),_0x3b6219({'isAttributeSuggestion':!0x0}),{'priority':_0x191f79(0x19b)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0x125)](_0x1fd0ca=>{const _0x1dac85=_0x2ccc1f;_0x1fd0ca['on'](_0x1dac85(0xed),(_0x43b157,_0x443541,_0x64b46f)=>{const _0x47ab32=_0x1dac85,_0x33f13d=_0x64b46f[_0x47ab32(0x87)][_0x47ab32(0x100)](_0x443541[_0x47ab32(0xd8)]);if(_0x33f13d){for(const _0xc181de of _0x33f13d)_0xc181de[_0x47ab32(0x1bf)](_0x47ab32(0x122))||(_0x64b46f[_0x47ab32(0x74)][_0x47ab32(0xbe)]([_0x47ab32(0xe4),_0x47ab32(0x212),_0x47ab32(0x1b0)],_0xc181de),_0x64b46f[_0x47ab32(0x74)][_0x47ab32(0x158)](_0x47ab32(0x106),_0xc181de),_0x64b46f[_0x47ab32(0x87)][_0x47ab32(0x147)](_0xc181de,_0x443541[_0x47ab32(0xd8)]));}},{'priority':_0x1dac85(0x19b)});}),_0xa67965[_0x2ccc1f(0x139)][_0x2ccc1f(0x110)](_0x2ccc1f(0xaa))[_0x2ccc1f(0x125)](_0x2323bc=>{const _0x1a3f28=_0x2ccc1f;_0x2323bc['on'](_0x1a3f28(0x18a),(_0x144b1d,_0x1a09ed,_0x43bba6)=>{const _0x1ed834=_0x1a3f28,_0x4237c1=_0x43bba6[_0x1ed834(0x87)][_0x1ed834(0x100)](_0x1a09ed[_0x1ed834(0xd8)]);if(!_0x4237c1)return;const {id:_0x5676ec}=this[_0x1ed834(0x1c0)](_0x1a09ed[_0x1ed834(0xd8)]),_0x5e84ff=this[_0x1ed834(0x20c)][_0x1ed834(0x184)](_0x5676ec),_0x27453c=this[_0x1ed834(0x1d8)](_0x5e84ff);if(this[_0x1ed834(0x215)](_0x27453c)){for(const _0xf635c8 of _0x4237c1)_0xf635c8[_0x1ed834(0x1bf)](_0x1ed834(0x122))||(_0x43bba6[_0x1ed834(0x74)][_0x1ed834(0xbe)]([_0x1ed834(0xe4),_0x1ed834(0x212),_0x1ed834(0x1b0)],_0xf635c8),_0x43bba6[_0x1ed834(0x74)][_0x1ed834(0x158)](_0x1ed834(0x106),_0xf635c8),_0x43bba6[_0x1ed834(0x87)][_0x1ed834(0x147)](_0xf635c8,_0x1a09ed[_0x1ed834(0xd8)]));}},{'priority':_0x1a3f28(0x19b)});}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)][_0x2ccc1f(0xb0)](_0x19fb90=>{const _0x55e05c=_0x2ccc1f;let _0x117c98=!0x1;const _0x2b6de5=Array[_0x55e05c(0x207)](_0xa67965[_0x55e05c(0x1c1)][_0x55e05c(0x14f)][_0x55e05c(0x1a8)][_0x55e05c(0x1b4)]()),_0x25ef94=new Set();for(const {name:_0x5ec4c8,data:_0x1fceaf}of _0x2b6de5){const {group:_0x5a82b8,type:_0x33209a,subType:_0x12c888,id:_0x303934}=this[_0x55e05c(0x1c0)](_0x5ec4c8);if(_0x55e05c(0x154)!==_0x5a82b8)continue;const _0xe90e08=this[_0x55e05c(0x20c)][_0x55e05c(0x184)](_0x303934);if(null!=_0x1fceaf[_0x55e05c(0x168)]){_0x55e05c(0x1b6)==_0x33209a&&(_0x117c98=_0x117c98||Tt(_0x1fceaf[_0x55e05c(0x168)],_0x5ec4c8,_0x19fb90,_0xa67965[_0x55e05c(0x1c1)][_0x55e05c(0x1ca)]));const _0x30427f=_0x55e05c(0x179)==_0x33209a&&this[_0x55e05c(0x215)](_0x12c888[_0x55e05c(0xa6)]('|')[0x0]);if(_0x1fceaf[_0x55e05c(0x168)][_0x55e05c(0x14c)]||_0x55e05c(0x1d6)==_0x1fceaf[_0x55e05c(0x168)][_0x55e05c(0x144)][_0x55e05c(0xf2)]||_0x55e05c(0x187)==_0x33209a&&!Vt(_0x1fceaf[_0x55e05c(0x168)])||_0x30427f&&!Vt(_0x1fceaf[_0x55e05c(0x168)])||_0x55e05c(0x15a)==_0x33209a&&!(!Rt(_0x53b21a=_0x1fceaf[_0x55e05c(0x168)])&&!function(_0x43631a){const _0x19c347=_0x55e05c;return _0x43631a[_0x19c347(0x93)][_0x19c347(0x136)]==_0x43631a[_0x19c347(0x1c7)][_0x19c347(0x13a)]&&_0x43631a[_0x19c347(0x93)][_0x19c347(0x209)];}(_0x53b21a)))_0x19fb90[_0x55e05c(0x208)](_0x5ec4c8),_0x117c98=!0x0;else{if(!_0xe90e08||!_0xe90e08[_0x55e05c(0xb5)])continue;_0x25ef94[_0x55e05c(0x125)](_0xe90e08);}}}var _0x53b21a;return _0x25ef94[_0x55e05c(0x18f)]>0x0&&(_0x117c98=!!this[_0x55e05c(0x134)](_0x25ef94)||_0x117c98),_0x117c98;}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)][_0x2ccc1f(0xb0)](_0x365032=>{const _0x3333a2=_0x2ccc1f;let _0x24f2c8=!0x1;for(const _0x56fc29 of _0xa67965[_0x3333a2(0x1c1)][_0x3333a2(0x14f)][_0x3333a2(0x1a8)][_0x3333a2(0x1e2)]())if(_0x3333a2(0xf6)==_0x56fc29[_0x3333a2(0x129)])for(const _0x73f5f3 of this[_0x3333a2(0x20c)][_0x3333a2(0x1cf)]()){if(_0x73f5f3[_0x3333a2(0x21c)]||!_0x73f5f3[_0x3333a2(0xb5)])continue;const _0x3985d1=_0x3333a2(0x187)==_0x73f5f3[_0x3333a2(0x129)],_0x3c92c8=this[_0x3333a2(0x1d8)](_0x73f5f3),_0x560a14=_0x3c92c8&&this[_0x3333a2(0x215)](_0x3c92c8);if(!_0x3985d1&&!_0x560a14)continue;const _0x185ae2=_0x73f5f3[_0x3333a2(0x16c)]();if(_0x185ae2[_0x3333a2(0x93)][_0x3333a2(0x136)]!=_0x185ae2[_0x3333a2(0x1c7)][_0x3333a2(0x136)]&&!_0x185ae2[_0x3333a2(0x1c7)][_0x3333a2(0x209)]){const _0x5b838d=_0xa67965[_0x3333a2(0x1c1)][_0x3333a2(0x18b)](_0x185ae2[_0x3333a2(0x93)][_0x3333a2(0x143)],_0x3333a2(0x1c7)),_0x15dafb=_0xa67965[_0x3333a2(0x1c1)][_0x3333a2(0x14e)](_0x185ae2[_0x3333a2(0x93)],_0x5b838d);_0x365032[_0x3333a2(0x1bb)](_0x73f5f3[_0x3333a2(0xdf)](),{'range':_0x15dafb}),_0x24f2c8=!0x0;}}return _0x24f2c8;}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)][_0x2ccc1f(0xb0)](_0x16fc2a=>this[_0x2ccc1f(0xe2)](_0x16fc2a)),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)][_0x2ccc1f(0xb0)](_0x1b6dcf=>!_0x1b6dcf[_0x2ccc1f(0x19c)][_0x2ccc1f(0x165)]&&this[_0x2ccc1f(0x1b1)](_0x1b6dcf)),_0xa67965[_0x2ccc1f(0x1c1)]['on'](_0x2ccc1f(0x170),()=>{const _0x40d53d=_0x2ccc1f;this[_0x40d53d(0x20d)]=!0x1;}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)]['on'](_0x2ccc1f(0x1ef),(_0x462db7,_0x2fc96a)=>{const _0xa66b01=_0x2ccc1f;if(!_0x2fc96a[_0xa66b01(0x165)]||_0x2fc96a[_0xa66b01(0x1e7)])return;if(!this[_0xa66b01(0x20d)])return;const _0xef5550=_0xa67965[_0xa66b01(0x1c1)][_0xa66b01(0x14f)][_0xa66b01(0x1a8)][_0xa66b01(0x1e2)]();if(0x0==_0xef5550[_0xa66b01(0xe5)])return;const _0x2b08db=[],_0xcf8e09=_0xef5550[_0xa66b01(0x12c)](_0x2117dc=>_0xa66b01(0x179)==_0x2117dc[_0xa66b01(0x129)]),_0x33aed4=_0xef5550[_0xa66b01(0x12c)](_0x8943c1=>_0xa66b01(0xf6)==_0x8943c1[_0xa66b01(0x129)]&&_0xa66b01(0x1dd)!=_0x8943c1[_0xa66b01(0xec)]),_0x417fb2=_0xef5550[_0xa66b01(0x12c)](_0x3585a2=>_0xa66b01(0x174)==_0x3585a2[_0xa66b01(0x129)]&&_0xa66b01(0x1dd)!=_0x3585a2[_0xa66b01(0xec)]);for(const _0x2bb1d1 of _0xcf8e09)this[_0xa66b01(0x1d7)](_0x2bb1d1[_0xa66b01(0x163)])&&_0x2b08db[_0xa66b01(0x1f4)]({'key':_0x2bb1d1[_0xa66b01(0x163)],'newValue':_0x2bb1d1[_0xa66b01(0x148)],'oldValue':_0x2bb1d1[_0xa66b01(0x188)],'range':Ut(_0x2bb1d1[_0xa66b01(0x10e)],_0xa67965[_0xa66b01(0x1c1)])});for(const _0x229186 of _0x33aed4){const _0x512c7d=_0x417fb2[_0xa66b01(0x146)](_0x5364ca=>_0x5364ca[_0xa66b01(0x119)]===_0x229186[_0xa66b01(0x119)]);if(_0x512c7d){const _0x425627=Ot(_0x229186[_0xa66b01(0x221)][_0xa66b01(0x143)],_0xa67965[_0xa66b01(0x1c1)]);_0x512c7d[_0xa66b01(0xec)]!==_0x229186[_0xa66b01(0xec)]&&_0x2b08db[_0xa66b01(0x1f4)]({'key':_0xa66b01(0xcd),'newValue':_0x229186[_0xa66b01(0xec)],'oldValue':_0x512c7d[_0xa66b01(0xec)],'range':_0x425627});for(const [_0x5196a0,_0x1506d5]of _0x512c7d[_0xa66b01(0x1ce)]){if(!this[_0xa66b01(0x1d7)](_0x5196a0))continue;const _0x43fbda=_0x229186[_0xa66b01(0x1ce)][_0xa66b01(0x184)](_0x5196a0);_0x1506d5!==_0x43fbda&&_0x2b08db[_0xa66b01(0x1f4)]({'key':_0x5196a0,'newValue':_0x43fbda,'oldValue':_0x1506d5,'range':_0x425627});}for(const [_0x35f1c4,_0x1fed21]of _0x229186[_0xa66b01(0x1ce)])this[_0xa66b01(0x1d7)](_0x35f1c4)&&(_0x512c7d[_0xa66b01(0x1ce)][_0xa66b01(0xee)](_0x35f1c4)||_0x2b08db[_0xa66b01(0x1f4)]({'key':_0x35f1c4,'newValue':_0x1fed21,'oldValue':null,'range':_0x425627}));}}0x0!=_0x2b08db[_0xa66b01(0xe5)]&&_0xa67965[_0xa66b01(0x1c1)][_0xa66b01(0x1af)](_0x2fc96a,_0x42d7ef=>{const _0x97fcc8=_0xa66b01,_0x4401ee=_0x1f75a3();for(const {range:_0x187e65,key:_0x3a9561,oldValue:_0x2a0201,newValue:_0x19f67b}of _0x2b08db)this[_0x97fcc8(0x13d)](_0x187e65,_0x3a9561,_0x2a0201,_0x19f67b,{'groupId':_0x4401ee});this[_0x97fcc8(0x16d)](_0x42d7ef,_0x2b08db);});},{'priority':_0x2ccc1f(0x8a)}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x112)]['on'](_0x2ccc1f(0x1db),(_0x41a75a,_0x38e804,_0x171b22)=>{const _0x19a0d2=_0x2ccc1f;if(null==_0x171b22){const {id:_0x16b54d}=this[_0x19a0d2(0x1c0)](_0x38e804[_0x19a0d2(0xec)]),_0x278cee=this[_0x19a0d2(0x20c)][_0x19a0d2(0x184)](_0x16b54d);_0x278cee&&_0x278cee[_0x19a0d2(0x200)](_0x38e804[_0x19a0d2(0xec)]);}}),_0xa67965[_0x2ccc1f(0x1c1)][_0x2ccc1f(0x14f)]['on'](_0x2ccc1f(0x1ef),()=>{const _0xf5973a=_0x2ccc1f,_0x457dc1=Array[_0xf5973a(0x207)](_0xa67965[_0xf5973a(0x1c1)][_0xf5973a(0x14f)][_0xf5973a(0x1a8)][_0xf5973a(0x1b4)]())[_0xf5973a(0x12c)](_0x2a863d=>_0xf5973a(0x154)===this[_0xf5973a(0x1c0)](_0x2a863d[_0xf5973a(0xec)])[_0xf5973a(0x1cb)]);if(0x0===_0x457dc1[_0xf5973a(0xe5)])return;_0x457dc1[_0xf5973a(0x1dc)]((_0x23830c,_0x160f30)=>{const _0x586ee3=_0xf5973a,_0xfc4a7e=_0x23830c[_0x586ee3(0x12e)][_0x586ee3(0x13c)],_0x492db0=_0x160f30[_0x586ee3(0x12e)][_0x586ee3(0x13c)];return null===_0xfc4a7e&&null===_0x492db0?0x0:null===_0xfc4a7e&&null!==_0x492db0?-0x1:null!==_0xfc4a7e&&null===_0x492db0?0x1:_0xfc4a7e[_0x586ee3(0x93)][_0x586ee3(0x126)](_0x492db0[_0x586ee3(0x93)])?-0x1:0x1;});const _0x1b2603=new Set(),_0x34cec5=new Set();for(const {name:_0x231356,data:_0x4b29cd}of _0x457dc1){const {id:_0x445a00}=this[_0xf5973a(0x1c0)](_0x231356);if(null===_0x4b29cd[_0xf5973a(0x13c)]){const _0x23581e=this[_0xf5973a(0x178)](_0x231356);_0x34cec5[_0xf5973a(0x125)](_0x23581e);}else{const _0x1e84f3=this[_0xf5973a(0x20c)][_0xf5973a(0x184)](_0x445a00);null!==_0x4b29cd[_0xf5973a(0x168)]||_0x1e84f3[_0xf5973a(0xb5)]?(_0x1b2603[_0xf5973a(0x125)](_0x1e84f3[_0xf5973a(0x1e0)]),_0x34cec5[_0xf5973a(0x125)](_0x1e84f3)):this[_0xf5973a(0xe3)](_0x1e84f3);}}_0x34cec5[_0xf5973a(0x18f)]>0x0&&this[_0xf5973a(0x17a)](_0x34cec5);for(const _0x1cae21 of _0x1b2603)this[_0xf5973a(0xc4)](_0xf5973a(0x10a),_0x1cae21);}),_0xa67965[_0x2ccc1f(0x1c1)]['on'](_0x2ccc1f(0x1a6),(_0x2ec730,_0x749b38)=>{const _0x107811=_0x2ccc1f,_0x4e14f6=_0x749b38[0x0];if(!this[_0x107811(0x20c)][_0x107811(0x18f)])return;if(!_0x4e14f6[_0x107811(0xe6)])return;if(_0x4e14f6[_0x107811(0x19c)][_0x107811(0x1e7)]||!_0x4e14f6[_0x107811(0x19c)][_0x107811(0x165)])return;let _0x19bee3,_0x42fa3b;switch(_0x4e14f6[_0x107811(0x129)]){case _0x107811(0xf6):_0x19bee3=_0xa67965[_0x107811(0x1c1)][_0x107811(0x18b)](_0x4e14f6[_0x107811(0x221)]),_0x42fa3b=_0x19bee3[_0x107811(0x1be)](_0x4e14f6[_0x107811(0x1a0)]);break;case _0x107811(0xa6):_0x19bee3=_0xa67965[_0x107811(0x1c1)][_0x107811(0x18b)](_0x4e14f6[_0x107811(0x1e4)]),_0x42fa3b=_0xa67965[_0x107811(0x1c1)][_0x107811(0x18b)](_0x4e14f6[_0x107811(0x175)]);break;case _0x107811(0x17e):_0x19bee3=_0xa67965[_0x107811(0x1c1)][_0x107811(0x18b)](_0x4e14f6[_0x107811(0x7e)]),_0x42fa3b=_0x19bee3[_0x107811(0x1be)](_0x4e14f6[_0x107811(0x1a0)]);break;default:return;}const _0x51cfbf=_0xa67965[_0x107811(0x1c1)][_0x107811(0x14e)](_0x19bee3,_0x42fa3b);_0xa67965[_0x107811(0x1c1)][_0x107811(0x10d)](()=>{const _0x4dd62d=_0x107811;for(const {suggestion:_0x182201,meta:_0x3c1f51}of this[_0x4dd62d(0x1b2)](_0x51cfbf)){if(_0x182201[_0x4dd62d(0x21c)])continue;if(_0x4dd62d(0x1b6)==_0x182201[_0x4dd62d(0x129)])continue;const _0x143820=this[_0x4dd62d(0x1d8)](_0x182201);if(_0x143820&&this[_0x4dd62d(0x215)](_0x143820)&&_0x4dd62d(0xa6)!=_0x4e14f6[_0x4dd62d(0x129)])continue;const _0x479ca4=_0x182201[_0x4dd62d(0x12e)]&&_0x182201[_0x4dd62d(0x12e)][_0x4dd62d(0x92)];(_0x4dd62d(0x187)!=_0x182201[_0x4dd62d(0x129)]||_0x4dd62d(0xa6)==_0x4e14f6[_0x4dd62d(0x129)]&&!_0x479ca4)&&(_0x3c1f51[_0x4dd62d(0x1ab)]||_0x4dd62d(0x11a)==_0x182201[_0x4dd62d(0x129)]&&_0x3c1f51[_0x4dd62d(0x161)]||_0x182201[_0x4dd62d(0x16c)]()[_0x4dd62d(0xcf)](_0x51cfbf)&&this[_0x4dd62d(0x15b)](_0x182201,_0x19bee3,_0x42fa3b));}});},{'priority':_0x2ccc1f(0x8a)}),_0xa67965[_0x2ccc1f(0x1c1)]['on'](_0x2ccc1f(0x1d3),(_0x5743ec,_0x5db609)=>{const _0x5ad2b4=_0x2ccc1f,_0x55fd4a=_0x5db609[0x0],_0x2d8f03=_0x5db609[0x1];if(_0x2d8f03&&_0x2d8f03[_0x5ad2b4(0xdc)])return;if(this[_0x5ad2b4(0x111)])return;if(!this[_0x5ad2b4(0x18e)][_0x5ad2b4(0xd3)])return;if(_0x55fd4a[_0x5ad2b4(0x14c)])return;const _0x19b8bc=_0xa67965[_0x5ad2b4(0x1c1)][_0x5ad2b4(0x1ca)],{start:_0x192da0,end:_0x3f4743}=_0x55fd4a[_0x5ad2b4(0x16c)](),_0x326f35=_0x192da0[_0x5ad2b4(0x143)]&&_0x19b8bc[_0x5ad2b4(0x120)](_0x192da0[_0x5ad2b4(0x143)])?null:_0x19b8bc[_0x5ad2b4(0x118)](_0x192da0,_0x5ad2b4(0x21f)),_0x3870c1=_0x3f4743[_0x5ad2b4(0x13a)]&&_0x19b8bc[_0x5ad2b4(0x120)](_0x3f4743[_0x5ad2b4(0x13a)])?null:_0x19b8bc[_0x5ad2b4(0x118)](_0x3f4743,_0x5ad2b4(0x1e8)),_0x3f88b0=_0xa67965[_0x5ad2b4(0x1c1)][_0x5ad2b4(0x14e)](_0x326f35?_0x326f35[_0x5ad2b4(0x93)]:_0x192da0,_0x3870c1?_0x3870c1[_0x5ad2b4(0x1c7)]:_0x3f4743);_0xa67965[_0x5ad2b4(0x1c1)][_0x5ad2b4(0x10d)](_0x31f7d5=>{const _0x36ddf2=_0x5ad2b4;this[_0x36ddf2(0x99)](_0x3f88b0);const _0xceb55=_0xa67965[_0x36ddf2(0x1c1)][_0x36ddf2(0x1ca)][_0x36ddf2(0x118)](_0x3f88b0[_0x36ddf2(0x93)]);_0x55fd4a['is'](_0x36ddf2(0x96))?_0x31f7d5[_0x36ddf2(0x9d)](_0xceb55):_0x55fd4a[_0x36ddf2(0x9b)](_0xceb55);}),_0x5743ec[_0x5ad2b4(0x18c)]();},{'priority':_0x2768c9[_0x2ccc1f(0x1eb)]+0xa}),_0xa67965[_0x2ccc1f(0x1c1)]['on'](_0x2ccc1f(0x7f),(_0x1a1c4b,_0x4451c1)=>{const _0x2feb9b=_0x2ccc1f,_0x148de1=_0x4451c1[_0x4451c1[_0x2feb9b(0xe5)]-0x1];_0x148de1&&_0x148de1[_0x2feb9b(0xdc)]||this[_0x2feb9b(0x111)]||this[_0x2feb9b(0x18e)][_0x2feb9b(0xd3)]&&(_0xa67965[_0x2feb9b(0x1c1)][_0x2feb9b(0x10d)](()=>{const _0x4d3767=_0x2feb9b;let _0x5743b5=_0xa67965[_0x4d3767(0x1c1)][_0x4d3767(0x7f)](_0x4451c1[0x0],_0x4451c1[0x1],_0x4451c1[0x2],{'forceDefaultExecution':!0x0});if(!_0x5743b5)return;_0x1a1c4b[_0x4d3767(0x1c5)]=_0x5743b5[_0x4d3767(0x1ac)]();const _0x477d4d=_0x5743b5[_0x4d3767(0x1c7)][_0x4d3767(0x13a)],_0x27834d=_0xa67965[_0x4d3767(0x1c1)][_0x4d3767(0x1ca)];_0x477d4d&&_0x27834d[_0x4d3767(0x7b)](_0x477d4d)&&!_0x27834d[_0x4d3767(0x20a)](_0x477d4d)&&(_0x5743b5=_0xa67965[_0x4d3767(0x1c1)][_0x4d3767(0x14e)](_0x5743b5[_0x4d3767(0x93)],_0xa67965[_0x4d3767(0x1c1)][_0x4d3767(0x18b)](_0x477d4d,_0x4d3767(0x1c7)))),this[_0x4d3767(0x7a)](_0x5743b5);}),_0x1a1c4b[_0x2feb9b(0x18c)]());},{'priority':_0x2ccc1f(0x19b)}),this[_0x2ccc1f(0xd4)][_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x15e),this[_0x2ccc1f(0x18e)]),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x15e));const _0x368883=new _0x95bbf4(_0xa67965,this[_0x2ccc1f(0x20c)]);_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x204),_0x368883),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x204));const _0x592230=new _0x3406ff(_0xa67965,this[_0x2ccc1f(0x20c)]);_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x80),_0x592230),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x80)),_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x85),new _0x5337dc(_0xa67965,_0x368883,this[_0x2ccc1f(0x20c)])),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x85)),_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x203),new _0x5337dc(_0xa67965,_0x592230,this[_0x2ccc1f(0x20c)])),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x203)),_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0xb7),new _0x222915(_0xa67965,_0x368883,this[_0x2ccc1f(0x20c)])),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0xb7)),_0xa67965[_0x2ccc1f(0x1df)][_0x2ccc1f(0x125)](_0x2ccc1f(0x190),new _0x222915(_0xa67965,_0x592230,this[_0x2ccc1f(0x20c)])),this[_0x2ccc1f(0xe7)](_0x2ccc1f(0x190));const _0x5235ee=_0xa67965[_0x2ccc1f(0x11c)][_0x2ccc1f(0x184)](_0x2ccc1f(0x108));this[_0x2ccc1f(0xa3)](_0x5235ee,_0x2ccc1f(0x1f5),(_0x53de68,{threadId:_0x3d8dd3})=>{const _0x52246c=_0x2ccc1f,_0x1239ab=this[_0x52246c(0x20c)][_0x52246c(0x184)](_0x3d8dd3);_0x1239ab&&_0x1239ab[_0x52246c(0x21a)]&&0x1===_0x1239ab[_0x52246c(0x21a)][_0x52246c(0xe5)]&&this[_0x52246c(0x76)](_0x3d8dd3,{'hasComments':!0x0});},{'priority':_0x2ccc1f(0x12d)}),this[_0x2ccc1f(0xa3)](_0x5235ee,_0x2ccc1f(0xef),(_0x1c9325,{threadId:_0x53bddc})=>{const _0x2ee2cc=_0x2ccc1f,_0x366614=this[_0x2ee2cc(0x20c)][_0x2ee2cc(0x184)](_0x53bddc);_0x366614&&_0x366614[_0x2ee2cc(0x21a)]&&!_0x366614[_0x2ee2cc(0x21a)][_0x2ee2cc(0xe5)]&&this[_0x2ee2cc(0x76)](_0x53bddc,{'hasComments':!0x1});},{'priority':_0x2ccc1f(0x12d)});}set[_0x2d71a2(0x1cc)](_0x562d26){const _0x136e7f=_0x2d71a2;if(this[_0x136e7f(0x17f)])throw new _0x276ad1(_0x136e7f(0xad),this);this[_0x136e7f(0x17f)]=_0x562d26;}get[_0x2d71a2(0x1cc)](){const _0x44ad6a=_0x2d71a2;return this[_0x44ad6a(0x17f)];}[_0x2d71a2(0x1b9)]({skipNotAttached:_0x2e0f51=!0x1,toJSON:_0xa35bbf=!0x1}={}){const _0xf1966e=_0x2d71a2,_0x5efd3a=[];for(const _0xb86985 of this[_0xf1966e(0x20c)][_0xf1966e(0x1cf)]())_0x2e0f51&&!_0xb86985[_0xf1966e(0xb5)]||_0x5efd3a[_0xf1966e(0x1f4)](_0xb86985);return _0xa35bbf?_0x5efd3a[_0xf1966e(0x1ea)](_0x56b3a1=>_0x56b3a1[_0xf1966e(0x206)]()):_0x5efd3a;}[_0x2d71a2(0x224)](_0x1d706d){const _0x47a556=_0x2d71a2,_0x4f582f=this[_0x47a556(0x20c)][_0x47a556(0x184)](_0x1d706d);if(!_0x4f582f)throw new _0x276ad1(_0x47a556(0x1e5),this);return _0x4f582f;}[_0x2d71a2(0x18d)](_0x2738c1){const _0x25ef61=_0x2d71a2;return this[_0x25ef61(0x20c)][_0x25ef61(0xee)](_0x2738c1);}[_0x2d71a2(0x1c3)](_0x3862da){const _0x47855d=_0x2d71a2,{authorId:_0x19fd84,id:_0x3baaef,attributes:_0x25c1b7}=_0x3862da,[_0x7a6932,_0x315952]=_0x3862da[_0x47855d(0x129)][_0x47855d(0xa6)](':'),_0x466ad7=this[_0x47855d(0x20c)][_0x47855d(0x184)](_0x3baaef)||this[_0x47855d(0xb3)](_0x7a6932,_0x315952,_0x3baaef,_0x19fd84,_0x25c1b7);if(this[_0x47855d(0xc3)](_0x466ad7),this[_0x47855d(0x213)](_0x466ad7,_0x7a6932,_0x315952||null,_0x19fd84),_0x466ad7[_0x47855d(0xa8)]=_0x3862da[_0x47855d(0xa8)],_0x466ad7[_0x47855d(0x1da)]=!0x0,_0x25c1b7&&_0x25c1b7[_0x47855d(0x172)]){const _0x49fba6=_0x25c1b7[_0x47855d(0x172)],_0x59b1f1=this[_0x47855d(0x1d0)](_0x49fba6[_0x47855d(0xfc)]);_0x466ad7[_0x47855d(0x19d)]=_0x49fba6[_0x47855d(0xa8)],_0x466ad7[_0x47855d(0x181)]=_0x59b1f1,_0x466ad7[_0x47855d(0xfb)]=!0x0;}else _0x466ad7[_0x47855d(0x19d)]=_0x3862da[_0x47855d(0xa8)];switch(_0x3862da[_0x47855d(0x12e)]&&(_0x466ad7[_0x47855d(0x12e)]=_0x3862da[_0x47855d(0x12e)]),_0x3862da[_0x47855d(0x1ce)]&&(_0x466ad7[_0x47855d(0x1ce)]=_0x3862da[_0x47855d(0x1ce)]),this[_0x47855d(0x17f)]&&this[_0x47855d(0x17f)][_0x47855d(0xc0)]||(_0x466ad7[_0x47855d(0x1ed)]=!0x0),this[_0x47855d(0xc6)][_0x47855d(0x184)](_0x466ad7)){case _0x47855d(0x220):this[_0x47855d(0xc6)][_0x47855d(0x132)](_0x466ad7,_0x47855d(0x12b));break;case _0x47855d(0x1c9):_0x466ad7[_0x47855d(0xb5)]?(this[_0x47855d(0x134)](new Set([_0x466ad7])),this[_0x47855d(0x17a)](new Set([_0x466ad7])),this[_0x47855d(0xc6)][_0x47855d(0x132)](_0x466ad7,_0x47855d(0x157)),this[_0x47855d(0xc4)](_0x47855d(0x1b3),_0x466ad7)):this[_0x47855d(0xc6)][_0x47855d(0x132)](_0x466ad7,_0x47855d(0x86));}return _0x466ad7;}[_0x2d71a2(0x204)](_0xb90b33){const _0x7c8724=_0x2d71a2;this[_0x7c8724(0xdc)](()=>{const _0x3c5dc6=_0x7c8724;this[_0x3c5dc6(0xd4)][_0x3c5dc6(0x1c1)][_0x3c5dc6(0x10d)](()=>{const _0x1443d3=_0x3c5dc6;for(const _0x4c8527 of _0xb90b33[_0x1443d3(0x1f2)]())_0x4c8527[_0x1443d3(0x9a)]();});});}[_0x2d71a2(0x80)](_0x3d0257){const _0x22825a=_0x2d71a2;this[_0x22825a(0xdc)](()=>{const _0x2a81dd=_0x22825a;this[_0x2a81dd(0xd4)][_0x2a81dd(0x1c1)][_0x2a81dd(0x10d)](()=>{const _0x58254c=_0x2a81dd;for(const _0x343509 of _0x3d0257[_0x58254c(0x1f2)]())_0x343509[_0x58254c(0x98)]();});});}[_0x2d71a2(0xe7)](_0x3ebbb5,_0x5c7848){const _0x1ae0a8=_0x2d71a2,_0x918d52=this[_0x1ae0a8(0xd4)][_0x1ae0a8(0x1df)][_0x1ae0a8(0x184)](_0x3ebbb5);if(!_0x918d52)throw new _0x276ad1(_0x1ae0a8(0x1f8),this,{'commandName':_0x3ebbb5});if(this[_0x1ae0a8(0xa5)][_0x1ae0a8(0xee)](_0x918d52))throw new _0x276ad1(_0x1ae0a8(0x16b),this,{'commandName':_0x3ebbb5});this[_0x1ae0a8(0xa5)][_0x1ae0a8(0x125)](_0x918d52),_0x5c7848&&_0x918d52['on'](_0x1ae0a8(0xa0),(_0x2af204,_0x21707d)=>{const _0x15a049=_0x1ae0a8;this[_0x15a049(0x18e)][_0x15a049(0xd3)]&&(this[_0x15a049(0x111)]||(_0x21707d[_0x15a049(0xe5)]>0x0&&_0x21707d[_0x21707d[_0x15a049(0xe5)]-0x1]&&_0x21707d[_0x21707d[_0x15a049(0xe5)]-0x1][_0x15a049(0xdc)]?_0x21707d[_0x15a049(0x223)]():(_0x2af204[_0x15a049(0x1c5)]=_0x5c7848((..._0x217fd4)=>_0x918d52[_0x15a049(0xa0)](..._0x217fd4,{'forceDefaultExecution':!0x0}),..._0x21707d),_0x2af204[_0x15a049(0x18c)]())));},{'priority':_0x1ae0a8(0x19b)});}[_0x2d71a2(0xdc)](_0x196e95){const _0x1cab39=_0x2d71a2;let _0x594053,_0x53b7ef;const _0x2d0434=this[_0x1cab39(0x111)];this[_0x1cab39(0x111)]=!0x0;try{_0x594053=_0x196e95();}catch(_0xcf0fa5){_0x53b7ef=_0xcf0fa5;}return _0x2d0434||(this[_0x1cab39(0x111)]=!0x1),_0x53b7ef&&_0x276ad1[_0x1cab39(0x77)](_0x53b7ef,this),_0x594053;}[_0x2d71a2(0x7a)](_0x92fc3b,_0x4c29f9=null,_0x5c9934={}){const _0x577cc6=_0x2d71a2;if(_0x92fc3b[_0x577cc6(0x14c)])return null;const _0x1d2f53=this[_0x577cc6(0xd4)][_0x577cc6(0x11c)][_0x577cc6(0x184)](_0x577cc6(0x1d1))['me'];for(const {suggestion:_0x5ed3f0,meta:_0x3da13c}of this[_0x577cc6(0x1b2)](_0x92fc3b,_0x577cc6(0x11a)))if(_0x3da13c[_0x577cc6(0x161)]){if(!_0x3da13c[_0x577cc6(0xa9)]){if(_0x3da13c[_0x577cc6(0x1ab)]){if(!this[_0x577cc6(0xeb)]||!Pt(_0x5ed3f0,_0x5c9934))continue;return _0x5ed3f0;}if(Pt(_0x5ed3f0,_0x5c9934))return _0x5ed3f0;this[_0x577cc6(0x15b)](_0x5ed3f0,_0x92fc3b[_0x577cc6(0x93)],_0x92fc3b[_0x577cc6(0x1c7)]);break;}if(_0x4c29f9==_0x5ed3f0[_0x577cc6(0xbd)]&&Pt(_0x5ed3f0,_0x5c9934)){const _0x556e93=_0x5ed3f0[_0x577cc6(0x16c)]();return _0x556e93[_0x577cc6(0x93)][_0x577cc6(0x75)](_0x92fc3b[_0x577cc6(0x1c7)])?this[_0x577cc6(0x1cd)](_0x5ed3f0,this[_0x577cc6(0x1f0)][_0x577cc6(0x14e)](_0x92fc3b[_0x577cc6(0x93)],_0x556e93[_0x577cc6(0x1c7)])):this[_0x577cc6(0x1cd)](_0x5ed3f0,this[_0x577cc6(0x1f0)][_0x577cc6(0x14e)](_0x556e93[_0x577cc6(0x93)],_0x92fc3b[_0x577cc6(0x1c7)])),_0x5ed3f0;}}const _0x50dd80=_0x1f75a3(),_0x281a11=_0x1d2f53['id'],_0x242e21=_0x4c29f9?_0x577cc6(0x140)+_0x4c29f9:_0x577cc6(0x11a),_0x5e4dd0=this[_0x577cc6(0xc1)]({'id':_0x50dd80,'type':_0x242e21,'createdAt':new Date(),'authorId':_0x281a11,'attributes':_0x5c9934});return this[_0x577cc6(0x95)](_0x242e21,_0x50dd80,_0x281a11,_0x92fc3b),_0x5e4dd0;}[_0x2d71a2(0x1c2)](_0x3729be,_0x5856e2=_0x2d71a2(0x84),_0x1cc848={}){const _0x5c31e4=_0x2d71a2,_0x469ce6=this[_0x5c31e4(0xd4)][_0x5c31e4(0x11c)][_0x5c31e4(0x184)](_0x5c31e4(0x1d1))['me'],_0x1869be=this[_0x5c31e4(0x193)][_0x5c31e4(0x116)](_0x5c31e4(0x11a),_0x5856e2,_0x5c31e4(0xbf));for(const _0x18aafa of this[_0x5c31e4(0x1b9)]())if(_0x18aafa[_0x5c31e4(0x181)]['id']==_0x469ce6['id']&&_0x5c31e4(0x11a)==_0x18aafa[_0x5c31e4(0x129)]&&_0x18aafa[_0x5c31e4(0xbd)]==_0x5856e2&&Pt(_0x18aafa,_0x1cc848)&&(_0x1869be(_0x18aafa[_0x5c31e4(0x104)](),_0x3729be)||_0x1869be(_0x3729be,_0x18aafa[_0x5c31e4(0x104)]()))){for(const _0x464566 of _0x3729be)_0x18aafa[_0x5c31e4(0x133)](_0x464566);return _0x18aafa;}for(const {suggestion:_0x5f432f,meta:_0x38a00f}of this[_0x5c31e4(0x1b2)](_0x3729be,_0x5c31e4(0x11a))){if(!_0x38a00f[_0x5c31e4(0x161)])continue;if(!this[_0x5c31e4(0xeb)]&&_0x38a00f[_0x5c31e4(0x1ab)])continue;if(!Pt(_0x5f432f,_0x1cc848))continue;let _0x2803e4=!0x0;for(const _0x82b24f of _0x5f432f[_0x5c31e4(0x104)]())for(const _0x280118 of _0x3729be)if(!_0x82b24f[_0x5c31e4(0xcf)](_0x280118)){_0x2803e4=!0x1;break;}if(_0x2803e4)return _0x5f432f;}const _0x9faba4=_0x1f75a3(),_0x55697f=_0x469ce6['id'],_0x2c7e8c=_0x5c31e4(0x140)+_0x5856e2,_0x4573bb=this[_0x5c31e4(0xc1)]({'id':_0x9faba4,'type':_0x2c7e8c,'createdAt':new Date(),'authorId':_0x55697f,'attributes':_0x1cc848});for(const _0x20318e of _0x3729be)this[_0x5c31e4(0x95)](_0x2c7e8c,_0x9faba4,_0x55697f,_0x20318e,_0x46cfec[_0x5c31e4(0x186)]());return _0x4573bb;}[_0x2d71a2(0x114)](_0x327bcf,_0x1f8305,_0x5b1b59=null,_0xee3a34={}){const _0x233957=_0x2d71a2;if(_0x5b1b59=_0x5b1b59||Et(_0x1f8305),_0x327bcf[_0x233957(0x14c)])return null;if(_0x233957(0x19e)===this[_0x233957(0x115)]){const _0x419639=this[_0x233957(0x193)][_0x233957(0x116)](_0x233957(0x1b6),_0x5b1b59,_0x233957(0x9a));return this[_0x233957(0xdc)](()=>_0x419639([_0x327bcf],_0x1f8305,_0xee3a34)),null;}const _0x53f74a=this[_0x233957(0xd4)][_0x233957(0x11c)][_0x233957(0x184)](_0x233957(0x1d1))['me'],_0x5a3c15=[];if(_0x233957(0x19a)!==this[_0x233957(0x115)]){for(const {suggestion:_0x3f73fd,meta:_0x2e71da}of this[_0x233957(0x1b2)](_0x327bcf,_0x233957(0x11a)))_0x2e71da[_0x233957(0x161)]&&!_0x2e71da[_0x233957(0x171)]&&_0x5a3c15[_0x233957(0x1f4)](..._0x3f73fd[_0x233957(0x104)]());}const _0x53a39e=function(_0x333d60,_0x18c2cf){const _0x53affc=_0x233957,_0x2c0a1a=[];for(const _0x55d8e3 of _0x18c2cf){const _0x462381=_0x333d60[_0x53affc(0x123)](_0x55d8e3);_0x462381&&_0x2c0a1a[_0x53affc(0x1f4)](_0x462381);}return _0x2c0a1a;}(_0x327bcf,_0x5a3c15),_0x2206ab=function(_0x5a9dd5,_0xfd9669){const _0x586a18=_0x233957,_0x236fba=[_0x5a9dd5];for(const _0x3a1a11 of _0xfd9669){let _0x235c44=0x0;for(;_0x235c44<_0x236fba[_0x586a18(0xe5)];){const _0x47d2f9=_0x236fba[_0x235c44][_0x586a18(0x1a2)](_0x3a1a11);_0x236fba[_0x586a18(0xf4)](_0x235c44,0x1,..._0x47d2f9),_0x235c44+=_0x47d2f9[_0x586a18(0xe5)];}}return _0x236fba;}(_0x327bcf,_0x5a3c15);_0x53a39e[_0x233957(0xe5)]&&this[_0x233957(0x1f0)][_0x233957(0x10d)](()=>{const _0x22557d=_0x233957;for(const _0x47b99e of _0x53a39e){const _0x22b2cc=this[_0x22557d(0x193)][_0x22557d(0x116)](_0x22557d(0x1b6),_0x5b1b59,_0x22557d(0x9a));this[_0x22557d(0xdc)](()=>_0x22b2cc([_0x47b99e],_0x1f8305,_0xee3a34));}});for(const _0x3dae58 of _0x2206ab){let _0x38744a=null,_0x3f942c=_0x3dae58[_0x233957(0x93)],_0x384ddc=_0x3dae58[_0x233957(0x1c7)];for(const {suggestion:_0x56703d,meta:_0x4d7b8c}of this[_0x233957(0x1b2)](_0x3dae58,_0x233957(0x1b6))){if(!_0x4d7b8c[_0x233957(0x161)])continue;if(_0x56703d[_0x233957(0xbd)]!=_0x5b1b59)continue;if(!Pt(_0x56703d,_0xee3a34))continue;const _0x4caf41=_0x56703d[_0x233957(0x16c)]();if(_0x4caf41[_0x233957(0xcf)](_0x3dae58,!0x0))return null;_0x3f942c=_0x3f942c[_0x233957(0x126)](_0x4caf41[_0x233957(0x93)])?_0x3f942c:_0x4caf41[_0x233957(0x93)],_0x384ddc=_0x384ddc[_0x233957(0x183)](_0x4caf41[_0x233957(0x1c7)])?_0x384ddc:_0x4caf41[_0x233957(0x1c7)],_0x38744a?_0x4caf41[_0x233957(0x93)][_0x233957(0x126)](_0x38744a[_0x233957(0x16c)]()[_0x233957(0x93)])?(_0x38744a[_0x233957(0x210)](),_0x38744a=_0x56703d):_0x56703d[_0x233957(0x210)]():_0x38744a=_0x56703d;}const _0x291e8b=this[_0x233957(0x1f0)][_0x233957(0x14e)](_0x3f942c,_0x384ddc);if(_0x38744a)this[_0x233957(0x1cd)](_0x38744a,_0x291e8b);else{const _0xbee6d2=_0x1f75a3(),_0x22104f=_0x53f74a['id'];this[_0x233957(0xc1)]({'id':_0xbee6d2,'type':_0x233957(0x1e9)+_0x5b1b59,'data':_0x1f8305,'createdAt':new Date(),'authorId':_0x22104f,'attributes':_0xee3a34}),this[_0x233957(0x95)](_0x233957(0x1e9)+_0x5b1b59,_0xbee6d2,_0x22104f,_0x291e8b);}}return null;}[_0x2d71a2(0xd2)](_0x8a4828,_0x1ce59c,_0x337dd4=[],_0x2d1682=null,_0x25eda6={}){const _0x22e02a=_0x2d71a2;_0x1ce59c[_0x22e02a(0x191)]||(_0x1ce59c[_0x22e02a(0x191)]=_0x1ce59c[_0x22e02a(0x21e)]),_0x1ce59c[_0x22e02a(0x92)]=_0x8a4828['is'](_0x22e02a(0x10e)),_0x2d1682=_0x2d1682||Et(_0x1ce59c);const _0x290f8a=_0x337dd4[_0x22e02a(0x1ea)](_0x3371ac=>Ot(_0x3371ac,this[_0x22e02a(0x1f0)])),_0x5f304d=_0x8a4828['is'](_0x22e02a(0x10e))?_0x8a4828:Ot(_0x8a4828,this[_0x22e02a(0x1f0)]);if(_0x22e02a(0x19e)===this[_0x22e02a(0x115)]){const _0x148cb1=this[_0x22e02a(0x193)][_0x22e02a(0x116)](_0x22e02a(0x187),_0x2d1682,_0x22e02a(0x9a));return this[_0x22e02a(0xdc)](()=>_0x148cb1([_0x5f304d],_0x1ce59c,_0x25eda6)),null;}_0x290f8a[_0x22e02a(0x1f4)](_0x5f304d);let _0x48cad5=!0x0;for(const _0x42a1c7 of _0x290f8a)if(!this[_0x22e02a(0xfd)](_0x42a1c7)){_0x48cad5=!0x1;break;}if(_0x48cad5&&_0x22e02a(0x19a)!==this[_0x22e02a(0x115)]){const _0x229075=this[_0x22e02a(0x193)][_0x22e02a(0x116)](_0x22e02a(0x187),_0x2d1682,_0x22e02a(0x9a));return this[_0x22e02a(0xdc)](()=>_0x229075([_0x5f304d],_0x1ce59c,_0x25eda6)),null;}let _0x44c612=null,_0x1cfe56=_0x5f304d[_0x22e02a(0x93)],_0x3196fe=_0x5f304d[_0x22e02a(0x1c7)];for(const {suggestion:_0x5721be,meta:_0x20dded}of this[_0x22e02a(0x1b2)](_0x5f304d,_0x22e02a(0x187))){if(!_0x20dded[_0x22e02a(0x161)])continue;if(_0x20dded[_0x22e02a(0xa9)]||_0x20dded[_0x22e02a(0x1ab)]||_0x20dded[_0x22e02a(0x171)])continue;if(_0x5721be[_0x22e02a(0x12e)][_0x22e02a(0x191)]!=_0x1ce59c[_0x22e02a(0x191)])continue;if(!Pt(_0x5721be,_0x25eda6))continue;const _0x1eb288=_0x5721be[_0x22e02a(0x16c)]();if(_0x5721be[_0x22e02a(0xbd)]==_0x2d1682){if(_0x1eb288[_0x22e02a(0xcf)](_0x5f304d,!0x0))return null;_0x1cfe56=_0x1cfe56[_0x22e02a(0x126)](_0x1eb288[_0x22e02a(0x93)])?_0x1cfe56:_0x1eb288[_0x22e02a(0x93)],_0x3196fe=_0x3196fe[_0x22e02a(0x183)](_0x1eb288[_0x22e02a(0x1c7)])?_0x3196fe:_0x1eb288[_0x22e02a(0x1c7)],_0x44c612?_0x1eb288[_0x22e02a(0x93)][_0x22e02a(0x126)](_0x44c612[_0x22e02a(0x16c)]()[_0x22e02a(0x93)])?(_0x44c612[_0x22e02a(0x210)](),_0x44c612=_0x5721be):_0x5721be[_0x22e02a(0x210)]():_0x44c612=_0x5721be;}else{const _0x4e7fb7=_0x5f304d[_0x22e02a(0x123)](_0x1eb288);this[_0x22e02a(0xdd)](_0x5721be,_0x4e7fb7);}}const _0x1d05d4=this[_0x22e02a(0xd4)][_0x22e02a(0x11c)][_0x22e02a(0x184)](_0x22e02a(0x1d1))['me'],_0x55e5ae=_0x1f75a3(),_0x122d7c=_0x1d05d4['id'];if(_0x44c612)return this[_0x22e02a(0x1cd)](_0x44c612,this[_0x22e02a(0x1f0)][_0x22e02a(0x14e)](_0x1cfe56,_0x3196fe)),_0x44c612;{const _0x57aa97=this[_0x22e02a(0xc1)]({'id':_0x55e5ae,'type':_0x22e02a(0xb6)+_0x2d1682,'data':_0x1ce59c,'createdAt':new Date(),'authorId':_0x122d7c,'attributes':_0x25eda6});return this[_0x22e02a(0x95)](_0x22e02a(0xb6)+_0x2d1682,_0x55e5ae,_0x122d7c,this[_0x22e02a(0x1f0)][_0x22e02a(0x14e)](_0x1cfe56,_0x3196fe)),_0x57aa97;}}[_0x2d71a2(0x19f)](_0x5ec449,_0x586147,_0x145b18=[],_0x26ce57=null,_0x4c0a8f={}){const _0x540a0a=_0x2d71a2;_0x586147[_0x540a0a(0x191)]||(_0x586147[_0x540a0a(0x191)]=_0x586147[_0x540a0a(0x21e)]);const _0x5bc95f=_0x5ec449[0x0];_0x586147[_0x540a0a(0x92)]=_0x5bc95f['is'](_0x540a0a(0x10e)),_0x26ce57=_0x26ce57||Et(_0x586147);const _0x4e8e4f=_0x145b18[_0x540a0a(0x1ea)](_0x621460=>Ot(_0x621460,this[_0x540a0a(0x1f0)])),_0x1a3ca3=_0x5bc95f['is'](_0x540a0a(0x10e))?_0x5ec449:_0x5ec449[_0x540a0a(0x1ea)](_0x9165f2=>Ot(_0x9165f2,this[_0x540a0a(0x1f0)]));if(_0x540a0a(0x19e)===this[_0x540a0a(0x115)]){const _0x26f786=this[_0x540a0a(0x193)][_0x540a0a(0x116)](_0x540a0a(0x187),_0x26ce57,_0x540a0a(0x9a));return this[_0x540a0a(0xdc)](()=>_0x26f786(_0x1a3ca3,_0x586147,_0x4c0a8f)),null;}_0x4e8e4f[_0x540a0a(0x1f4)](..._0x1a3ca3);let _0x161412=!0x0;for(const _0x48d263 of _0x4e8e4f)if(!this[_0x540a0a(0xfd)](_0x48d263)){_0x161412=!0x1;break;}if(_0x161412&&_0x540a0a(0x19a)!==this[_0x540a0a(0x115)]){const _0x124e23=this[_0x540a0a(0x193)][_0x540a0a(0x116)](_0x540a0a(0x187),_0x26ce57,_0x540a0a(0x9a));return this[_0x540a0a(0xdc)](()=>_0x124e23(_0x1a3ca3,_0x586147,_0x4c0a8f)),null;}const _0x4574da=this[_0x540a0a(0xd4)][_0x540a0a(0x11c)][_0x540a0a(0x184)](_0x540a0a(0x1d1))['me'];for(const _0x2b7b63 of this[_0x540a0a(0x1b9)]()){if(_0x2b7b63[_0x540a0a(0x181)]['id']!=_0x4574da['id'])continue;if(_0x540a0a(0x187)!=_0x2b7b63[_0x540a0a(0x129)]||_0x2b7b63[_0x540a0a(0x12e)][_0x540a0a(0x191)]!=_0x586147[_0x540a0a(0x191)])continue;if(!Pt(_0x2b7b63,_0x4c0a8f))continue;const _0x4e91e5=_0x2b7b63[_0x540a0a(0xbd)]==_0x26ce57;for(let _0xe2795c=0x0;_0xe2795c<_0x1a3ca3[_0x540a0a(0xe5)];_0xe2795c++){const _0x1d0cdb=_0x1a3ca3[_0xe2795c];for(const _0x41c7b6 of _0x2b7b63[_0x540a0a(0x138)]()){const _0x5b952f=_0x41c7b6[_0x540a0a(0x15c)]();if(_0x1d0cdb[_0x540a0a(0x75)](_0x5b952f)){_0x4e91e5?(_0x1a3ca3[_0x540a0a(0xf4)](_0xe2795c,0x1),_0xe2795c--):_0x2b7b63[_0x540a0a(0x208)](_0x41c7b6[_0x540a0a(0xec)]);break;}}}}if(0x0==_0x1a3ca3[_0x540a0a(0xe5)])return null;const _0x32b9f9=this[_0x540a0a(0x193)][_0x540a0a(0x116)](_0x540a0a(0x187),_0x26ce57,_0x540a0a(0xbf));for(const _0xba2ee4 of this[_0x540a0a(0x1b9)]())if(_0xba2ee4[_0x540a0a(0x181)]['id']==_0x4574da['id']&&_0x540a0a(0x187)==_0xba2ee4[_0x540a0a(0x129)]&&_0xba2ee4[_0x540a0a(0x12e)][_0x540a0a(0x191)]==_0x586147[_0x540a0a(0x191)]&&_0xba2ee4[_0x540a0a(0xbd)]==_0x26ce57&&Pt(_0xba2ee4,_0x4c0a8f)&&(_0x32b9f9(_0xba2ee4[_0x540a0a(0x104)](),_0x1a3ca3)||_0x32b9f9(_0x1a3ca3,_0xba2ee4[_0x540a0a(0x104)]()))){for(const _0xc1593d of _0x1a3ca3)_0xba2ee4[_0x540a0a(0x133)](_0xc1593d);return _0xba2ee4;}const _0x32b286=_0x1f75a3(),_0x2eff6c=_0x4574da['id'],_0x4e4d18=_0x540a0a(0xb6)+_0x26ce57,_0x14c328=this[_0x540a0a(0xc1)]({'id':_0x32b286,'type':_0x4e4d18,'data':_0x586147,'createdAt':new Date(),'authorId':_0x2eff6c,'attributes':_0x4c0a8f});for(const _0x3f52af of _0x1a3ca3)this[_0x540a0a(0x95)](_0x4e4d18,_0x32b286,_0x2eff6c,_0x3f52af,_0x46cfec[_0x540a0a(0x186)]());return _0x14c328;}[_0x2d71a2(0x99)](_0x5a7c41,_0xffc12=null,_0x170810={}){const _0x402035=_0x2d71a2;if(_0x5a7c41[_0x402035(0x14c)])return null;const _0x2b3bed=this[_0x402035(0xd4)][_0x402035(0x11c)][_0x402035(0x184)](_0x402035(0x1d1))['me'],_0x1b5675=new _0x7534a6(_0x5a7c41[_0x402035(0x93)],_0x5a7c41[_0x402035(0x1c7)]);for(const {suggestion:_0x14eb96,meta:_0x1cb243}of this[_0x402035(0x1b2)](_0x1b5675,_0x402035(0x11a)))if(_0x1cb243[_0x402035(0x161)]&&!_0x1cb243[_0x402035(0xa9)]){if(_0x14eb96[_0x402035(0x21c)]){const _0x10acd6=_0x14eb96[_0x402035(0x104)]()[_0x402035(0x12c)](_0x4f5765=>_0x402035(0x1d6)!=_0x4f5765[_0x402035(0x144)][_0x402035(0xf2)]);_0x10acd6[_0x402035(0x156)](_0x161152=>_0x1b5675[_0x402035(0xcf)](_0x161152,!0x0))&&_0x14eb96[_0x402035(0x98)]();if(_0x10acd6[_0x402035(0x13b)](_0x59c273=>_0x59c273[_0x402035(0xcf)](_0x1b5675,!0x0))){const _0x26c2dd=this[_0x402035(0x193)][_0x402035(0x116)](_0x402035(0x15a),_0xffc12,_0x402035(0x9a));return this[_0x402035(0xdc)](()=>_0x26c2dd([_0x1b5675],null,_0x170810)),null;}}else{const _0x485d36=_0x1b5675[_0x402035(0x123)](_0x14eb96[_0x402035(0x16c)]());null!==_0x485d36&&_0x14eb96[_0x402035(0xb4)]([_0x485d36],null,_0x170810);}}if(_0x1b5675[_0x402035(0x78)](),_0x1b5675[_0x402035(0x14c)]||_0x402035(0x1d6)==_0x1b5675[_0x402035(0x144)][_0x402035(0xf2)])return null;let _0x42c337=null,_0x50dc37=_0x1b5675[_0x402035(0x93)],_0x5050b8=_0x1b5675[_0x402035(0x1c7)];const _0x26cfe5=this[_0x402035(0x1b2)](_0x1b5675,_0x402035(0x15a));for(const {suggestion:_0x343d71,meta:_0x349e6c}of _0x26cfe5){const _0x256310=this[_0x402035(0x1f0)][_0x402035(0x14e)](_0x50dc37,_0x5050b8);if(_0x349e6c[_0x402035(0x161)]&&(this[_0x402035(0xeb)]||!_0x349e6c[_0x402035(0x1ab)]&&!_0x349e6c[_0x402035(0x171)])){if(_0x343d71[_0x402035(0x21c)]){if(!Pt(_0x343d71,_0x170810))continue;let _0x1588ca=!0x0;for(const _0x2315b9 of _0x343d71[_0x402035(0x104)]()){if(_0x2315b9[_0x402035(0xcf)](_0x256310,!0x0))return _0x343d71;_0x256310[_0x402035(0xcf)](_0x2315b9)||(_0x1588ca=!0x1);}_0x1588ca&&_0x343d71[_0x402035(0x98)]();}else{const _0x5aef46=_0x343d71[_0x402035(0x16c)]();if(_0x5aef46[_0x402035(0xcf)](_0x256310,!0x0))return _0x343d71;if(!Pt(_0x343d71,_0x170810)){_0x256310[_0x402035(0xcf)](_0x5aef46)?_0x343d71[_0x402035(0x210)]():_0x5aef46[_0x402035(0x97)](_0x50dc37)?_0x50dc37=_0x5aef46[_0x402035(0x1c7)]:_0x5aef46[_0x402035(0x97)](_0x5050b8)&&(_0x5050b8=_0x5aef46[_0x402035(0x93)]);continue;}_0x50dc37=_0x50dc37[_0x402035(0x126)](_0x5aef46[_0x402035(0x93)])?_0x50dc37:_0x5aef46[_0x402035(0x93)],_0x5050b8=_0x5050b8[_0x402035(0x183)](_0x5aef46[_0x402035(0x1c7)])?_0x5050b8:_0x5aef46[_0x402035(0x1c7)],_0x170810=Object[_0x402035(0x1a4)]({},_0x343d71[_0x402035(0x1ce)]),_0x42c337?_0x5aef46[_0x402035(0x93)][_0x402035(0x126)](_0x42c337[_0x402035(0x16c)]()[_0x402035(0x93)])?(_0x42c337[_0x402035(0x210)](),_0x42c337=_0x343d71):_0x343d71[_0x402035(0x210)]():_0x42c337=_0x343d71;}}}if(_0x42c337)return this[_0x402035(0x1cd)](_0x42c337,this[_0x402035(0x1f0)][_0x402035(0x14e)](_0x50dc37,_0x5050b8)),_0x42c337;{const _0x43836a=_0x1f75a3(),_0x302dd0=this[_0x402035(0x1f0)][_0x402035(0x14e)](_0x50dc37,_0x5050b8),_0x24f8bb=_0x2b3bed['id'],_0x2ab3c5=_0xffc12?_0x402035(0x15f)+_0xffc12:_0x402035(0x15a),_0x53b715=this[_0x402035(0xc1)]({'id':_0x43836a,'type':_0x2ab3c5,'createdAt':new Date(),'authorId':_0x24f8bb,'attributes':_0x170810});return this[_0x402035(0x95)](_0x2ab3c5,_0x43836a,_0x24f8bb,_0x302dd0),_0x53b715;}}[_0x2d71a2(0x1de)](_0x46a25d,_0x572ebe=_0x2d71a2(0x84),_0xace97d={}){const _0x2a4c14=_0x2d71a2,_0x245a5a=this[_0x2a4c14(0xd4)][_0x2a4c14(0x11c)][_0x2a4c14(0x184)](_0x2a4c14(0x1d1))['me'],_0x4cedb7=_0x46a25d[_0x2a4c14(0x1ea)](_0x47ecbf=>new _0x7534a6(_0x47ecbf[_0x2a4c14(0x93)],_0x47ecbf[_0x2a4c14(0x1c7)])),_0x376c65=new Set();for(const {suggestion:_0x318907,meta:_0x2a39f0}of this[_0x2a4c14(0x1b2)](_0x4cedb7,_0x2a4c14(0x11a)))_0x2a39f0[_0x2a4c14(0x161)]&&!_0x2a39f0[_0x2a4c14(0xa9)]&&_0x376c65[_0x2a4c14(0x125)](_0x318907);for(const _0x25839c of _0x376c65)if(_0x25839c[_0x2a4c14(0x21c)]){const _0x4e3d49=_0x25839c[_0x2a4c14(0x104)]();(!_0x25839c[_0x2a4c14(0x1ce)]||!_0x25839c[_0x2a4c14(0x1ce)][_0x2a4c14(0x137)])&&(_0x4e3d49[_0x2a4c14(0x156)](_0x2fe497=>_0x4cedb7[_0x2a4c14(0x13b)](_0xd9e965=>_0xd9e965[_0x2a4c14(0xcf)](_0x2fe497,!0x0)))&&_0x25839c[_0x2a4c14(0x98)]());if(_0x4cedb7[_0x2a4c14(0x156)](_0x253fdc=>_0x4e3d49[_0x2a4c14(0x13b)](_0x48b7f2=>_0x48b7f2[_0x2a4c14(0xcf)](_0x253fdc,!0x0)))){const _0x21a1ec=this[_0x2a4c14(0x193)][_0x2a4c14(0x116)](_0x2a4c14(0x15a),_0x572ebe,_0x2a4c14(0x9a));return this[_0x2a4c14(0xdc)](()=>_0x21a1ec(_0x46a25d,null,_0xace97d)),null;}}else{const _0x3fba37=_0x25839c[_0x2a4c14(0x16c)]();_0x4cedb7[_0x2a4c14(0x13b)](_0x87e44f=>_0x87e44f[_0x2a4c14(0xcf)](_0x3fba37,!0x0))&&_0x25839c[_0x2a4c14(0x98)]();if(_0x4cedb7[_0x2a4c14(0x156)](_0x3ec04f=>_0x3fba37[_0x2a4c14(0xcf)](_0x3ec04f,!0x0))){const _0x525af8=this[_0x2a4c14(0x193)][_0x2a4c14(0x116)](_0x2a4c14(0x15a),_0x572ebe,_0x2a4c14(0x9a));return this[_0x2a4c14(0xdc)](()=>_0x525af8(_0x4cedb7,null,_0xace97d)),null;}}const _0x267900=this[_0x2a4c14(0x193)][_0x2a4c14(0x116)](_0x2a4c14(0x15a),_0x572ebe,_0x2a4c14(0xbf));let _0x3741ca=null;for(const _0x22dc36 of this[_0x2a4c14(0x1b9)]())if(_0x22dc36[_0x2a4c14(0x181)]['id']==_0x245a5a['id']&&_0x22dc36[_0x2a4c14(0xb5)]&&_0x2a4c14(0x15a)==_0x22dc36[_0x2a4c14(0x129)]&&_0x22dc36[_0x2a4c14(0xbd)]==_0x572ebe&&Pt(_0x22dc36,_0xace97d)&&(_0x267900(_0x22dc36[_0x2a4c14(0x104)](),_0x4cedb7)||_0x267900(_0x4cedb7,_0x22dc36[_0x2a4c14(0x104)]()))){if(_0x3741ca){if(_0x22dc36[_0x2a4c14(0x21a)]&&_0x22dc36[_0x2a4c14(0x21a)][_0x2a4c14(0xe5)])continue;for(const _0x8c4a85 of _0x22dc36[_0x2a4c14(0x104)]())_0x3741ca[_0x2a4c14(0xca)](_0x8c4a85)||_0x3741ca[_0x2a4c14(0x133)](_0x8c4a85);_0x22dc36[_0x2a4c14(0x210)]();}else{_0x3741ca=_0x22dc36;for(const _0x4d2e5b of _0x4cedb7)_0x22dc36[_0x2a4c14(0xca)](_0x4d2e5b)||_0x22dc36[_0x2a4c14(0x133)](_0x4d2e5b);}}if(_0x3741ca)return _0x3741ca;_0x376c65[_0x2a4c14(0xab)]();for(const {suggestion:_0x3b9cae,meta:_0x244bc4}of this[_0x2a4c14(0x1b2)](_0x4cedb7,_0x2a4c14(0x15a)))_0x244bc4[_0x2a4c14(0x161)]&&(this[_0x2a4c14(0xeb)]||!_0x244bc4[_0x2a4c14(0x1ab)]&&!_0x244bc4[_0x2a4c14(0x171)])&&Pt(_0x3b9cae,_0xace97d)&&_0x376c65[_0x2a4c14(0x125)](_0x3b9cae);for(const _0x19cfa6 of _0x376c65){const _0x466b34=_0x19cfa6[_0x2a4c14(0x104)]();if(!_0xace97d||!_0xace97d[_0x2a4c14(0x137)]){if(_0x4cedb7[_0x2a4c14(0x156)](_0x435476=>_0x466b34[_0x2a4c14(0x13b)](_0x13c3c1=>_0x13c3c1[_0x2a4c14(0xcf)](_0x435476,!0x0))))return _0x19cfa6;}(!_0x19cfa6[_0x2a4c14(0x1ce)]||!_0x19cfa6[_0x2a4c14(0x1ce)][_0x2a4c14(0x137)])&&(_0x466b34[_0x2a4c14(0x156)](_0x2b30af=>_0x4cedb7[_0x2a4c14(0x13b)](_0x4af56b=>_0x4af56b[_0x2a4c14(0xcf)](_0x2b30af,!0x0)))&&_0x19cfa6[_0x2a4c14(0x98)]());}const _0x27985e=_0x1f75a3(),_0x559797=_0x245a5a['id'],_0x2d08c5=_0x2a4c14(0x15f)+_0x572ebe,_0xbeeb08=this[_0x2a4c14(0xc1)]({'id':_0x27985e,'type':_0x2d08c5,'createdAt':new Date(),'authorId':_0x559797,'attributes':_0xace97d});for(const _0x35f7ef of _0x4cedb7)_0x35f7ef[_0x2a4c14(0x78)](),_0x35f7ef[_0x2a4c14(0x14c)]||_0x2a4c14(0x1d6)==_0x35f7ef[_0x2a4c14(0x144)][_0x2a4c14(0xf2)]||this[_0x2a4c14(0x95)](_0x2d08c5,_0x27985e,_0x559797,_0x35f7ef,_0x46cfec[_0x2a4c14(0x186)]());return _0xbeeb08;}[_0x2d71a2(0x13d)](_0x3ddd20,_0x47c132,_0x4a2874,_0x15e03c,_0x56a3b5){const _0x215b6b=_0x2d71a2;if(_0x3ddd20[_0x215b6b(0x14c)])return[];if(_0x215b6b(0x19e)===this[_0x215b6b(0x115)])return[];const _0xa40b9=this[_0x215b6b(0xd4)][_0x215b6b(0x11c)][_0x215b6b(0x184)](_0x215b6b(0x1d1))['me']['id'],_0x514e78=Array[_0x215b6b(0x207)](this[_0x215b6b(0x20c)][_0x215b6b(0x1cf)]())[_0x215b6b(0x12c)](_0x3925c8=>_0x215b6b(0x179)==_0x3925c8[_0x215b6b(0x129)]&&_0x3925c8[_0x215b6b(0x12e)][_0x215b6b(0x135)]==_0x47c132&&_0x3925c8[_0x215b6b(0xca)](_0x3ddd20));if(_0x215b6b(0x90)===this[_0x215b6b(0x115)]){const _0x16cfc0=this[_0x215b6b(0x1b2)](_0x3ddd20,_0x215b6b(0x11a))[_0x215b6b(0x12c)](({meta:_0x466306})=>_0x466306[_0x215b6b(0x161)]&&!_0x466306[_0x215b6b(0x171)]&&!_0x466306[_0x215b6b(0xa9)])[_0x215b6b(0x1ea)](({suggestion:_0x3c5401})=>_0x3c5401);_0x514e78[_0x215b6b(0x10c)](..._0x16cfc0);}const _0x3de0ca=new Map([[_0x3ddd20,_0x4a2874]]);for(const _0x460613 of _0x514e78){const _0x5160a2=_0x215b6b(0x179)==_0x460613[_0x215b6b(0x129)]?_0x460613[_0x215b6b(0x12e)][_0x215b6b(0xba)]:void 0x0,_0x1fcc05=_0x460613[_0x215b6b(0x16c)](),_0x317228=Array[_0x215b6b(0x207)](_0x3de0ca[_0x215b6b(0x113)]())[_0x215b6b(0x146)](_0x9f0303=>_0x9f0303[_0x215b6b(0x9c)](_0x1fcc05));if(!_0x317228)continue;const _0x58c5ee=_0x317228[_0x215b6b(0x1a2)](_0x1fcc05);this[_0x215b6b(0x215)](_0x47c132)&&_0x215b6b(0x11a)==_0x460613[_0x215b6b(0x129)]&&0x0!=_0x58c5ee[_0x215b6b(0xe5)]||(_0x3de0ca[_0x215b6b(0xd6)](_0x317228),_0x58c5ee[_0x215b6b(0x173)](_0x5ed284=>{const _0x268527=_0x215b6b;_0x3de0ca[_0x268527(0x132)](_0x5ed284,_0x4a2874);}),_0x215b6b(0x11a)!=_0x460613[_0x215b6b(0x129)]&&_0x5160a2!=_0x15e03c&&_0x3de0ca[_0x215b6b(0x132)](_0x317228[_0x215b6b(0x123)](_0x1fcc05),_0x5160a2));}const _0x3c9656=[];for(const [_0x444148,_0x457111]of _0x3de0ca){const _0x23cdef=_0x1f75a3(),_0x55ff15={'key':_0x47c132,'oldValue':_0x457111,'newValue':_0x15e03c};_0x47c132[_0x215b6b(0xe5)]>0x25&&console[_0x215b6b(0xb8)](_0x215b6b(0x131),{'key':_0x47c132});const _0xecbbfd=(_0x215b6b(0x102)+(_0x47c132+'|'+Et({'newValue':_0x15e03c})))[_0x215b6b(0xa4)](0x0,0x3c),_0x335a64=this[_0x215b6b(0xc1)]({'id':_0x23cdef,'type':_0xecbbfd,'data':_0x55ff15,'createdAt':new Date(),'authorId':_0xa40b9,'attributes':_0x56a3b5});_0x3c9656[_0x215b6b(0x1f4)](_0x335a64),this[_0x215b6b(0x95)](_0xecbbfd,_0x23cdef,_0xa40b9,_0x444148);}return _0x3c9656;}[_0x2d71a2(0x128)](_0x24f4d1){const _0x16dfab=_0x2d71a2;this[_0x16dfab(0x152)][_0x16dfab(0x125)](_0x24f4d1);}[_0x2d71a2(0xb1)](_0x524a39){const _0xaa96a5=_0x2d71a2;this[_0xaa96a5(0x17b)][_0xaa96a5(0x125)](_0x524a39);}[_0x2d71a2(0x1d4)](_0x10ba83,_0x4aebc1=[],_0x1ecb99=[]){const _0x5737ba=_0x2d71a2;this[_0x5737ba(0xe7)](_0x10ba83,(_0x70a6ca,..._0x26580a)=>{const _0xaab6cd=_0x5737ba;this[_0xaab6cd(0x8e)](()=>{_0x70a6ca(..._0x26580a);});});for(const _0x3d8ac7 of _0x4aebc1)this[_0x5737ba(0xb1)](_0x3d8ac7);for(const _0x499a3c of _0x1ecb99)this[_0x5737ba(0x128)](_0x499a3c);}[_0x2d71a2(0x1d8)](_0x51ec63){const _0x6bb075=_0x2d71a2;return _0x6bb075(0x179)==_0x51ec63[_0x6bb075(0x129)]?_0x51ec63[_0x6bb075(0xbd)][_0x6bb075(0xa6)]('|')[0x0]:null;}[_0x2d71a2(0x1cd)](_0x2640d6,_0x3eef02){const _0x42127b=_0x2d71a2,_0x2380f5=_0x2640d6[_0x42127b(0xdf)]();this[_0x42127b(0x1f0)][_0x42127b(0x10d)](_0x2e3772=>{const _0x284251=_0x42127b;_0x2e3772[_0x284251(0x1bb)](_0x2380f5,{'range':_0x3eef02});});}[_0x2d71a2(0xc3)](_0x3c3d6a){const _0x248a17=_0x2d71a2,_0x1c0a6a=_0x3c3d6a['id'],_0x18e383=this[_0x248a17(0xd4)][_0x248a17(0x127)][_0x248a17(0x184)](_0x248a17(0xc2));this[_0x248a17(0x214)][_0x248a17(0xe1)](_0x1c0a6a)||this[_0x248a17(0x214)][_0x248a17(0x218)]({'channelId':_0x18e383,'threadId':_0x1c0a6a,'isResolvable':!0x1,'isSubmitted':!0x0});const _0x2c5fc7=this[_0x248a17(0x214)][_0x248a17(0xea)](_0x1c0a6a);_0x2c5fc7[_0x248a17(0xaf)](_0x248a17(0x10f)),_0x2c5fc7[_0x248a17(0x10f)]=!0x1,_0x3c3d6a[_0x248a17(0x21a)]=_0x2c5fc7;}[_0x2d71a2(0x213)](_0x291f4d,_0x42339e,_0x14ab91,_0x1380ac){const _0x3c52eb=_0x2d71a2;if(_0x291f4d[_0x3c52eb(0x129)]!=_0x42339e||_0x291f4d[_0x3c52eb(0xbd)]!=_0x14ab91||_0x291f4d[_0x3c52eb(0x1fb)]['id']!=_0x1380ac)throw this[_0x3c52eb(0xd4)][_0x3c52eb(0x1fa)](_0x3c52eb(0x199)),new _0x276ad1(_0x3c52eb(0x199),this);}[_0x2d71a2(0xdd)](_0x246530,_0x4b2886){const _0x5669c1=_0x2d71a2,_0x5d8a90=_0x246530[_0x5669c1(0x16c)]();if(_0x4b2886[_0x5669c1(0x75)](_0x5d8a90))_0x246530[_0x5669c1(0x210)]();else{if(_0x5d8a90[_0x5669c1(0xcf)](_0x4b2886)){const _0x199d53=this[_0x5669c1(0x1f0)][_0x5669c1(0x18b)](_0x4b2886[_0x5669c1(0x93)][_0x5669c1(0x13a)],_0x5669c1(0x1c7));this[_0x5669c1(0x1cd)](_0x246530,this[_0x5669c1(0x1f0)][_0x5669c1(0x14e)](_0x5d8a90[_0x5669c1(0x93)],_0x199d53));const _0x48aaf1=_0x1f75a3(),_0x58fe17=_0x246530[_0x5669c1(0x1fb)]['id'],_0x30a368=_0x246530[_0x5669c1(0x129)]+':'+_0x246530[_0x5669c1(0xbd)];this[_0x5669c1(0xc1)]({'id':_0x48aaf1,'type':_0x30a368,'createdAt':new Date(),'authorId':_0x58fe17,'data':_0x246530[_0x5669c1(0x12e)],'attributes':_0x246530[_0x5669c1(0x1ce)]});const _0x4129b7=this[_0x5669c1(0x1f0)][_0x5669c1(0x18b)](_0x4b2886[_0x5669c1(0x1c7)][_0x5669c1(0x136)],_0x5669c1(0xae)),_0x2db9bd=this[_0x5669c1(0x1f0)][_0x5669c1(0x14e)](_0x4129b7,_0x5d8a90[_0x5669c1(0x1c7)]);this[_0x5669c1(0x95)](_0x30a368,_0x48aaf1,_0x58fe17,_0x2db9bd);}else{if(_0x5d8a90[_0x5669c1(0x97)](_0x4b2886[_0x5669c1(0x93)])){const _0x5e44a2=this[_0x5669c1(0x1f0)][_0x5669c1(0x18b)](_0x4b2886[_0x5669c1(0x93)][_0x5669c1(0x13a)],_0x5669c1(0x1c7));this[_0x5669c1(0x1cd)](_0x246530,this[_0x5669c1(0x1f0)][_0x5669c1(0x14e)](_0x5d8a90[_0x5669c1(0x93)],_0x5e44a2));}else{const _0x1fe832=this[_0x5669c1(0x1f0)][_0x5669c1(0x18b)](_0x4b2886[_0x5669c1(0x1c7)][_0x5669c1(0x136)],_0x5669c1(0xae));this[_0x5669c1(0x1cd)](_0x246530,this[_0x5669c1(0x1f0)][_0x5669c1(0x14e)](_0x1fe832,_0x5d8a90[_0x5669c1(0x1c7)]));}}}}[_0x2d71a2(0xfd)](_0x328f1b){const _0x40735d=_0x2d71a2;for(const {suggestion:_0x4163ac,meta:_0x1e565b}of this[_0x40735d(0x1b2)](_0x328f1b,_0x40735d(0x11a))){if(!_0x1e565b[_0x40735d(0x161)])continue;const _0x342ed5=_0x4163ac[_0x40735d(0x104)]();for(const _0x1854ee of _0x342ed5)if(!_0x328f1b[_0x40735d(0x1a2)](_0x1854ee)[_0x40735d(0xe5)])return!0x0;}return!0x1;}[_0x2d71a2(0x142)](_0x4bdaa9){const _0x167b03=_0x2d71a2,_0x5ed96f=this[_0x167b03(0xd4)][_0x167b03(0x11c)][_0x167b03(0x184)](_0x167b03(0x1d1))[_0x167b03(0xd1)](_0x4bdaa9);if(!_0x5ed96f)throw new _0x276ad1(_0x167b03(0xf0),this);return _0x5ed96f;}[_0x2d71a2(0x1d0)](_0x90d90e){const _0x1f8436=_0x2d71a2,_0x240c97=this[_0x1f8436(0xd4)][_0x1f8436(0x11c)][_0x1f8436(0x184)](_0x1f8436(0x1d1)),_0x151c00=_0x30fd3b(_0x1f8436(0x195)+_0x90d90e),_0x2cc72a=_0x240c97[_0x1f8436(0xd1)](_0x151c00);return _0x2cc72a||_0x240c97[_0x1f8436(0x8b)]({'id':_0x151c00,'name':_0x90d90e});}[_0x2d71a2(0xb3)](_0x1b0aa1,_0x4459e5,_0x32a86d,_0x30f195,_0x2d9de0){const _0x58a38f=_0x2d71a2,_0x469944=this[_0x58a38f(0x142)](_0x30f195),_0x36eb20=this[_0x58a38f(0x193)][_0x58a38f(0xcc)](_0x1b0aa1,_0x4459e5,_0x32a86d,_0x469944,_0x2d9de0,_0xfff74c=>{const _0x4824b5=_0x58a38f;this[_0x4824b5(0x76)](_0x32a86d,{'attributes':_0xfff74c});const _0x4e408d=this[_0x4824b5(0x224)](_0x32a86d);this[_0x4824b5(0x134)](new Set([_0x4e408d])),this[_0x4824b5(0x17a)](new Set([_0x4e408d]));});return this[_0x58a38f(0xa3)](_0x36eb20,_0x58a38f(0x9a),()=>{const _0x14622b=_0x58a38f;this[_0x14622b(0x76)](_0x32a86d,{'state':_0x14622b(0x164)});},{'priority':_0x58a38f(0x19b)}),this[_0x58a38f(0xa3)](_0x36eb20,_0x58a38f(0x98),()=>{const _0x1df150=_0x58a38f;this[_0x1df150(0x76)](_0x32a86d,{'state':_0x1df150(0x1a1)});},{'priority':_0x58a38f(0x19b)}),this[_0x58a38f(0x20c)][_0x58a38f(0x132)](_0x32a86d,_0x36eb20),this[_0x58a38f(0xc6)][_0x58a38f(0x132)](_0x36eb20,_0x58a38f(0x220)),_0x36eb20;}[_0x2d71a2(0x1c0)](_0x18c880){const _0x16e2ad=_0x2d71a2,_0x2d2d32=_0x18c880[_0x16e2ad(0xa6)](':');return{'group':_0x2d2d32[0x0],'type':_0x2d2d32[0x1],'subType':_0x2d2d32[_0x16e2ad(0xe5)]>=0x5?_0x2d2d32[0x2]:null,'id':_0x2d2d32[_0x16e2ad(0xe5)]<0x5?_0x2d2d32[0x2]:_0x2d2d32[0x3],'authorId':_0x2d2d32[_0x16e2ad(0xe5)]<0x5?_0x2d2d32[0x3]:_0x2d2d32[0x4],'markerCount':0x6==_0x2d2d32[_0x16e2ad(0xe5)]?_0x2d2d32[0x5]:null};}[_0x2d71a2(0x15b)](_0x179596,_0x21567e,_0x2860d2){const _0xd0df71=_0x2d71a2,_0x17f5a0=_0x179596[_0xd0df71(0x16c)](),_0x449583=_0x17f5a0[_0xd0df71(0x93)],_0x168108=_0x17f5a0[_0xd0df71(0x1c7)];this[_0xd0df71(0x1cd)](_0x179596,this[_0xd0df71(0x1f0)][_0xd0df71(0x14e)](_0x449583,_0x21567e));const _0x4bc2cd=_0x1f75a3(),_0x1180ef=_0x179596[_0xd0df71(0x1fb)]['id'],_0x49b3ed=_0x179596[_0xd0df71(0x129)]+(_0x179596[_0xd0df71(0xbd)]?':'+_0x179596[_0xd0df71(0xbd)]:'');this[_0xd0df71(0xc1)]({'id':_0x4bc2cd,'type':_0x49b3ed,'createdAt':new Date(),'authorId':_0x1180ef,'originalSuggestionId':_0x179596['id'],'attributes':_0x179596[_0xd0df71(0x1ce)],'data':_0x179596[_0xd0df71(0x12e)]});const _0x550579=this[_0xd0df71(0x1d8)](_0x179596);(_0xd0df71(0x187)==_0x179596[_0xd0df71(0x129)]||_0x550579&&this[_0xd0df71(0x215)](_0x550579))&&(_0x2860d2=this[_0xd0df71(0x1f0)][_0xd0df71(0x107)](_0x2860d2[_0xd0df71(0x136)])),this[_0xd0df71(0x95)](_0x49b3ed,_0x4bc2cd,_0x1180ef,this[_0xd0df71(0x1f0)][_0xd0df71(0x14e)](_0x2860d2,_0x168108));}[_0x2d71a2(0x1b2)](_0x148709,_0x1a016a=null){const _0x31cea7=_0x2d71a2,_0x3ebdb6=[],_0x1c300c=this[_0x31cea7(0xd4)][_0x31cea7(0x11c)][_0x31cea7(0x184)](_0x31cea7(0x1d1))['me'];Array[_0x31cea7(0x8f)](_0x148709)||(_0x148709=[_0x148709]);for(const _0x3c0fd5 of this[_0x31cea7(0x1b9)]()){if(!_0x3c0fd5[_0x31cea7(0xb5)])continue;if(_0x1a016a&&_0x3c0fd5[_0x31cea7(0x129)]!=_0x1a016a)continue;let _0x20ae21=!0x1;for(const _0x3e5108 of _0x3c0fd5[_0x31cea7(0x104)]()){for(const _0x3d8a93 of _0x148709){const _0x4ed9d5=_0x3d8a93[_0x31cea7(0x93)][_0x31cea7(0x75)](_0x3e5108[_0x31cea7(0x1c7)])||_0x3d8a93[_0x31cea7(0x1c7)][_0x31cea7(0x75)](_0x3e5108[_0x31cea7(0x93)]);if(_0x4ed9d5||_0x3d8a93[_0x31cea7(0x123)](_0x3e5108)){const _0x189b0b=_0x3d8a93[_0x31cea7(0xcf)](_0x3e5108)&&xt(this[_0x31cea7(0x1f0)][_0x31cea7(0x1ca)],_0x3e5108[_0x31cea7(0x93)],_0x3d8a93),_0x47e1df=_0x3e5108[_0x31cea7(0xcf)](_0x3d8a93)&&xt(this[_0x31cea7(0x1f0)][_0x31cea7(0x1ca)],_0x3d8a93[_0x31cea7(0x93)],_0x3e5108);_0x3ebdb6[_0x31cea7(0x1f4)]({'suggestion':_0x3c0fd5,'meta':{'isOwn':_0x1c300c==_0x3c0fd5[_0x31cea7(0x181)],'isNextTo':_0x4ed9d5,'isInsideObject':_0x189b0b,'containsRangeInObject':_0x47e1df}}),_0x20ae21=!0x0;break;}}if(_0x20ae21)break;}}return _0x3ebdb6;}[_0x2d71a2(0x95)](_0x40f64d,_0x32d63b,_0x2f6036,_0x2a0320,_0x2cadf4){const _0x5a61ac=_0x2d71a2;this[_0x5a61ac(0x1f0)][_0x5a61ac(0x10d)](_0x3248fa=>{const _0x54983e=_0x5a61ac;let _0x4b5618=_0x54983e(0xda)+_0x40f64d+':'+_0x32d63b+':'+_0x2f6036;_0x2cadf4&&(_0x4b5618=_0x4b5618+':'+_0x2cadf4),_0x3248fa[_0x54983e(0x211)](_0x4b5618,{'range':_0x2a0320,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x2d71a2(0xe3)](_0x54f41b){const _0x94cbbd=_0x2d71a2,_0xdcbeb2=_0x54f41b[_0x94cbbd(0x83)],_0xc52bac=_0x54f41b[_0x94cbbd(0x1b5)];_0x54f41b[_0x94cbbd(0x83)]=null,_0x54f41b[_0x94cbbd(0x1b5)]=null,null!=_0xdcbeb2&&_0xdcbeb2[_0x94cbbd(0x1b5)]==_0x54f41b&&(_0xdcbeb2[_0x94cbbd(0x1b5)]=_0xc52bac),null!=_0xc52bac&&_0xc52bac[_0x94cbbd(0x83)]==_0x54f41b&&(_0xc52bac[_0x94cbbd(0x83)]=_0xdcbeb2),_0x94cbbd(0x157)==this[_0x94cbbd(0xc6)][_0x94cbbd(0x184)](_0x54f41b)&&(this[_0x94cbbd(0xc6)][_0x94cbbd(0x132)](_0x54f41b,_0x94cbbd(0x86)),this[_0x94cbbd(0xc4)](_0x94cbbd(0x198),_0x54f41b,_0xdcbeb2,_0xc52bac));}[_0x2d71a2(0xc1)](_0x315862){const _0x4ec380=_0x2d71a2,_0x338605=_0x315862['id'],_0x407c9c=this[_0x4ec380(0x1c3)](_0x315862);if(this[_0x4ec380(0x17f)]&&this[_0x4ec380(0x17f)][_0x4ec380(0xc0)]){const _0x40b514=this[_0x4ec380(0xd4)][_0x4ec380(0x11c)][_0x4ec380(0x184)](_0x4ec380(0xdb)),_0x74f22f=_0x407c9c[_0x4ec380(0x145)],_0x3d2b2d=_0x407c9c[_0x4ec380(0xbd)]?_0x407c9c[_0x4ec380(0x129)]+':'+_0x407c9c[_0x4ec380(0xbd)]:_0x407c9c[_0x4ec380(0x129)],_0xe1e931=this[_0x4ec380(0xd4)][_0x4ec380(0xac)],_0x16823d=_0x40b514[_0x4ec380(0x125)](_0x24efa4(_0xe1e931,_0x4ec380(0x1fd))),_0x15fec9={'id':_0x338605,'type':_0x3d2b2d,'hasComments':_0x74f22f,'data':_0x315862[_0x4ec380(0x12e)]||null,'originalSuggestionId':_0x315862[_0x4ec380(0x21b)]||null,'attributes':_0x407c9c[_0x4ec380(0x1ce)]};this[_0x4ec380(0x17f)][_0x4ec380(0xc0)](_0x15fec9)[_0x4ec380(0xf9)](_0x3165d2=>{const _0x360c67=_0x4ec380;_0x407c9c[_0x360c67(0x1ed)]=!0x0,_0x40b514[_0x360c67(0x174)](_0x16823d),_0x3165d2&&_0x3165d2[_0x360c67(0xa8)]&&(this[_0x360c67(0x20c)][_0x360c67(0x184)](_0x338605)[_0x360c67(0xa8)]=_0x3165d2[_0x360c67(0xa8)]);})[_0x4ec380(0x1e3)](_0x213419=>{const _0x28c41f=_0x4ec380;throw _0x1304fe(_0x28c41f(0x196)),this[_0x28c41f(0xd4)][_0x28c41f(0x1c1)][_0x28c41f(0x1af)]({'isUndoable':!0x1},()=>{const _0x4732d4=_0x28c41f;_0x407c9c[_0x4732d4(0x98)]();}),_0x407c9c[_0x28c41f(0x82)](),this[_0x28c41f(0x20c)][_0x28c41f(0xd6)](_0x407c9c['id']),this[_0x28c41f(0xc6)][_0x28c41f(0xd6)](_0x407c9c),_0x213419;});}return _0x407c9c;}[_0x2d71a2(0x215)](_0x1ea29){const _0x3330b4=_0x2d71a2;return this[_0x3330b4(0x152)][_0x3330b4(0xee)](_0x1ea29);}[_0x2d71a2(0x76)](_0x5a5055,_0x4e08b2){const _0x501ed2=_0x2d71a2,_0x5b844c=this[_0x501ed2(0xd4)][_0x501ed2(0x11c)][_0x501ed2(0x184)](_0x501ed2(0xdb)),_0x56e1a4=this[_0x501ed2(0x224)](_0x5a5055);if(this[_0x501ed2(0x17f)]&&this[_0x501ed2(0x17f)][_0x501ed2(0x1d5)]){if(_0x56e1a4[_0x501ed2(0x1ed)]){const _0xad3d25=_0x5b844c[_0x501ed2(0x125)](_0x24efa4(this[_0x501ed2(0xd4)][_0x501ed2(0xac)],_0x501ed2(0x1fd)));this[_0x501ed2(0x17f)][_0x501ed2(0x1d5)](_0x5a5055,_0x4e08b2)[_0x501ed2(0xf9)](()=>{const _0x194ba2=_0x501ed2;_0x5b844c[_0x194ba2(0x174)](_0xad3d25);});}else _0x56e1a4['on'](_0x501ed2(0x141),()=>{const _0xc2d0d6=_0x501ed2;this[_0xc2d0d6(0x76)](_0x5a5055,_0x4e08b2);});}}[_0x2d71a2(0x1f9)](_0xc5bdf6){const _0x409b46=_0x2d71a2;if(!this[_0x409b46(0x17f)]||!this[_0x409b46(0x17f)][_0x409b46(0x224)])throw new _0x276ad1(_0x409b46(0x1b7),this);return this[_0x409b46(0x17f)][_0x409b46(0x224)](_0xc5bdf6);}[_0x2d71a2(0x178)](_0x169122){const _0x6f0e98=_0x2d71a2,{id:_0x33cbab,type:_0x4abd5f,subType:_0x5a1b11,authorId:_0x40d878}=this[_0x6f0e98(0x1c0)](_0x169122),_0x3fb8f8=this[_0x6f0e98(0x20c)][_0x6f0e98(0x184)](_0x33cbab)||this[_0x6f0e98(0xb3)](_0x4abd5f,_0x5a1b11,_0x33cbab,_0x40d878,{});switch(this[_0x6f0e98(0x213)](_0x3fb8f8,_0x4abd5f,_0x5a1b11,_0x40d878),this[_0x6f0e98(0xc6)][_0x6f0e98(0x184)](_0x3fb8f8)){case _0x6f0e98(0x220):this[_0x6f0e98(0x1f9)](_0x33cbab)[_0x6f0e98(0xf9)](_0x40280f=>{const _0x3569a4=_0x6f0e98;let _0x4affc1=Promise[_0x3569a4(0x153)]();_0x40280f[_0x3569a4(0x145)]&&(_0x4affc1=this[_0x3569a4(0x214)][_0x3569a4(0xf1)]({'channelId':this[_0x3569a4(0xd4)][_0x3569a4(0x127)][_0x3569a4(0x184)](_0x3569a4(0xc2)),'threadId':_0x33cbab})),_0x4affc1[_0x3569a4(0xf9)](()=>{const _0x351027=_0x3569a4;this[_0x351027(0x1c3)](_0x40280f)[_0x351027(0x1ed)]=!0x0;});}),this[_0x6f0e98(0xc6)][_0x6f0e98(0x132)](_0x3fb8f8,_0x6f0e98(0x1c9));break;case _0x6f0e98(0x86):this[_0x6f0e98(0x76)](_0x33cbab,{'state':_0x6f0e98(0x1d9)});case _0x6f0e98(0x12b):this[_0x6f0e98(0xc6)][_0x6f0e98(0x132)](_0x3fb8f8,_0x6f0e98(0x157)),this[_0x6f0e98(0xc4)](_0x6f0e98(0x1b3),_0x3fb8f8);break;case _0x6f0e98(0x157):this[_0x6f0e98(0xc4)](_0x6f0e98(0x10a),_0x3fb8f8);}return _0x3fb8f8[_0x6f0e98(0x200)](_0x169122),_0x3fb8f8;}[_0x2d71a2(0x17a)](_0x5a8f5b){const _0x4e7ac5=_0x2d71a2,_0x18f2e1=Array[_0x4e7ac5(0x207)](_0x5a8f5b),_0x4d0cd8=_0x18f2e1[_0x4e7ac5(0x12c)](_0x125d94=>_0x4e7ac5(0x179)==_0x125d94[_0x4e7ac5(0x129)]);this[_0x4e7ac5(0x166)](_0x4d0cd8);const _0xd4e218=_0x18f2e1[_0x4e7ac5(0x12c)](_0x57e342=>!_0x57e342[_0x4e7ac5(0x21c)]&&_0x4e7ac5(0x179)!=_0x57e342[_0x4e7ac5(0x129)]),_0x2bb428=this[_0x4e7ac5(0x1b9)]({'skipNotAttached':!0x0})[_0x4e7ac5(0x12c)](_0x1e6572=>!_0x1e6572[_0x4e7ac5(0x21c)]&&_0x4e7ac5(0x179)!=_0x1e6572[_0x4e7ac5(0x129)]),_0x2bb9ea=_0x2bb428[_0x4e7ac5(0x12c)](_0x31fa04=>!_0x5a8f5b[_0x4e7ac5(0xee)](_0x31fa04)),_0x2d6b85=new Map(_0x2bb428[_0x4e7ac5(0x1ea)](_0x29b182=>[_0x29b182,this[_0x4e7ac5(0x193)][_0x4e7ac5(0x116)](_0x29b182[_0x4e7ac5(0x129)],_0x29b182[_0x4e7ac5(0xbd)],_0x4e7ac5(0xb2))])),_0xa54cc3=new Map(_0x2bb428[_0x4e7ac5(0x1ea)](_0x1946b3=>[_0x1946b3,_0x1946b3[_0x4e7ac5(0x16c)]()])),_0x2c9c23=new Set(),_0x23bf1f=new Set();for(let _0x970315=0x0;_0x970315<_0xd4e218[_0x4e7ac5(0xe5)];_0x970315++)_0x6c0e0(_0xd4e218[_0x970315],_0xd4e218,_0x970315+0x1);for(let _0x50de44=0x0;_0x50de44<_0xd4e218[_0x4e7ac5(0xe5)];_0x50de44++)_0x6c0e0(_0xd4e218[_0x50de44],_0x2bb9ea,0x0);const _0x4bbe64=new Set();for(let _0x58b9f1=0x0;_0x58b9f1<_0xd4e218[_0x4e7ac5(0xe5)];_0x58b9f1++){const _0x6d85f8=_0xd4e218[_0x58b9f1];!_0x23bf1f[_0x4e7ac5(0xee)](_0x6d85f8)&&_0x6d85f8[_0x4e7ac5(0x83)]&&(_0x4bbe64[_0x4e7ac5(0x125)](_0x6d85f8[_0x4e7ac5(0x83)]),_0x6d85f8[_0x4e7ac5(0x83)][_0x4e7ac5(0x1b5)]===_0x6d85f8&&(_0x6d85f8[_0x4e7ac5(0x83)][_0x4e7ac5(0x1b5)]=null),_0x6d85f8[_0x4e7ac5(0x83)]=null),!_0x2c9c23[_0x4e7ac5(0xee)](_0x6d85f8)&&_0x6d85f8[_0x4e7ac5(0x1b5)]&&(_0x4bbe64[_0x4e7ac5(0x125)](_0x6d85f8[_0x4e7ac5(0x1b5)]),_0x6d85f8[_0x4e7ac5(0x1b5)][_0x4e7ac5(0x83)]===_0x6d85f8&&(_0x6d85f8[_0x4e7ac5(0x1b5)][_0x4e7ac5(0x83)]=null),_0x6d85f8[_0x4e7ac5(0x1b5)]=null);}function _0x6c0e0(_0x463849,_0x1ddc91,_0x5c29b3){const _0x52941e=_0x4e7ac5;for(let _0x266ef6=_0x5c29b3;_0x266ef6<_0x1ddc91[_0x52941e(0xe5)];_0x266ef6++){const _0x395658=_0x320a92(_0x463849,_0x1ddc91[_0x266ef6]);_0x395658&&(_0x395658[0x0][_0x52941e(0x1b5)]=_0x395658[0x1],_0x395658[0x1][_0x52941e(0x83)]=_0x395658[0x0],_0x2c9c23[_0x52941e(0x125)](_0x395658[0x0]),_0x23bf1f[_0x52941e(0x125)](_0x395658[0x1]));}}function _0x320a92(_0x398d25,_0x568f2a){const _0x5af695=_0x4e7ac5;if(_0x398d25[_0x5af695(0x181)]['id']!==_0x568f2a[_0x5af695(0x181)]['id'])return null;const _0x3fd039=_0x2d6b85[_0x5af695(0x184)](_0x398d25)(_0x398d25,_0x568f2a,_0xa54cc3[_0x5af695(0x184)](_0x398d25),_0xa54cc3[_0x5af695(0x184)](_0x568f2a));if(!_0x3fd039)return null;return _0x2d6b85[_0x5af695(0x184)](_0x568f2a)(_0x398d25,_0x568f2a,_0xa54cc3[_0x5af695(0x184)](_0x398d25),_0xa54cc3[_0x5af695(0x184)](_0x568f2a))?_0x3fd039[0x1][_0x5af695(0x21a)]&&_0x3fd039[0x1][_0x5af695(0x21a)][_0x5af695(0xe5)]?null:_0x3fd039:null;}_0x4bbe64[_0x4e7ac5(0x18f)]&&this[_0x4e7ac5(0x17a)](_0x4bbe64);}[_0x2d71a2(0x166)](_0x1aea2f){const _0x411617=_0x2d71a2;if(0x0==_0x1aea2f[_0x411617(0xe5)])return;const _0x28c540=this[_0x411617(0x1b9)]({'skipNotAttached':!0x0})[_0x411617(0x12c)](_0x11e501=>_0x411617(0x179)==_0x11e501[_0x411617(0x129)]&&_0x11e501[_0x411617(0x1da)]),_0x3b35e8=[],_0x5041cf=new Map();for(const _0x509d8c of _0x28c540){const _0x1bc598=_0x30fd3b(_0x509d8c[_0x411617(0x1ce)]);_0x5041cf[_0x411617(0xee)](_0x1bc598)||(_0x5041cf[_0x411617(0x132)](_0x1bc598,_0x3b35e8[_0x411617(0xe5)]),_0x3b35e8[_0x411617(0x1f4)]([]));const _0x248434=_0x5041cf[_0x411617(0x184)](_0x1bc598);_0x3b35e8[_0x248434][_0x411617(0x1f4)](_0x509d8c);}!(function(){const _0x365971=_0x411617;_0x3b35e8[_0x365971(0x1dc)]((_0x31efd7,_0x3ff464)=>{const _0x14c310=_0x365971,_0x399afc=_0x31efd7[0x0][_0x14c310(0xa8)],_0x30a422=_0x3ff464[0x0][_0x14c310(0xa8)];return _0x399afc==_0x30a422?_0x31efd7[0x0][_0x14c310(0x1ce)][_0x14c310(0xfa)]<_0x3ff464[0x0][_0x14c310(0x1ce)][_0x14c310(0xfa)]?-0x1:0x1:_0x399afc<_0x30a422?-0x1:0x1;});for(const _0x4f1be1 of _0x3b35e8)_0x4f1be1[_0x365971(0x1dc)]((_0x5e2644,_0x13b6b2)=>_0x5e2644['id']<_0x13b6b2['id']?-0x1:0x1);}());for(let _0x3b5aec=0x0;_0x3b5aec<_0x3b35e8[_0x411617(0xe5)];_0x3b5aec++){if(0x0==_0x3b35e8[_0x3b5aec][_0x411617(0xe5)])continue;const _0x1e42ab=[];for(let _0x135c8b=_0x3b5aec+0x1;_0x135c8b<_0x3b35e8[_0x411617(0xe5)];_0x135c8b++)0x0!=_0x3b35e8[_0x135c8b][_0x411617(0xe5)]&&_0x38cf32(_0x3b35e8[_0x3b5aec],_0x3b35e8[_0x135c8b])&&_0x1e42ab[_0x411617(0x1f4)](_0x135c8b);for(const _0x409971 of _0x1e42ab)_0x3b35e8[_0x3b5aec]=_0x3b35e8[_0x3b5aec][_0x411617(0x222)](_0x3b35e8[_0x409971]),_0x3b35e8[_0x409971]=[];}for(const _0x3d0ddf of _0x3b35e8)for(let _0x470a22=0x0;_0x470a22<_0x3d0ddf[_0x411617(0xe5)];_0x470a22++)_0x3d0ddf[_0x470a22][_0x411617(0x1b5)]=_0x3d0ddf[_0x470a22+0x1]||null;for(const _0xe346f3 of _0x3b35e8)for(let _0x348b54=0x0;_0x348b54<_0xe346f3[_0x411617(0xe5)];_0x348b54++)_0xe346f3[_0x348b54][_0x411617(0x83)]=_0xe346f3[_0x348b54-0x1]||null;function _0x38cf32(_0x1208eb,_0x33b2e0){const _0x28d354=_0x411617;if(_0x1208eb[0x0][_0x28d354(0x1ce)][_0x28d354(0xfa)]!==_0x33b2e0[0x0][_0x28d354(0x1ce)][_0x28d354(0xfa)]&&_0x1208eb[0x0][_0x28d354(0x181)]!==_0x33b2e0[0x0][_0x28d354(0x181)])return!0x1;if(!function(_0x503c78,_0xb822e4){const _0x27f04c=_0x28d354;if(!_0x503c78[_0x27f04c(0x145)]&&!_0xb822e4[_0x27f04c(0x145)])return!0x0;if(_0x503c78[_0x27f04c(0x145)]&&_0xb822e4[_0x27f04c(0x145)])return!0x1;if(_0x503c78[_0x27f04c(0x145)]&&_0xb822e4[_0x27f04c(0xa8)]<_0x503c78[_0x27f04c(0x21a)][_0x27f04c(0x9f)][_0x27f04c(0x184)](0x0)[_0x27f04c(0xa8)])return!0x0;if(_0xb822e4[_0x27f04c(0x145)]&&_0x503c78[_0x27f04c(0xa8)]<_0xb822e4[_0x27f04c(0x21a)][_0x27f04c(0x9f)][_0x27f04c(0x184)](0x0)[_0x27f04c(0xa8)])return!0x0;return!0x1;}(_0x1208eb[0x0],_0x33b2e0[0x0]))return!0x1;const _0x48afba=_0x3560fb(_0x1208eb[0x0][_0x28d354(0x1ce)],_0x28d354(0xfa)),_0x532a49=_0x3560fb(_0x33b2e0[0x0][_0x28d354(0x1ce)],_0x28d354(0xfa));if(!_0x11c113(_0x48afba,_0x532a49))return!0x1;return!!_0x1208eb[_0x28d354(0x156)](_0x18fe83=>_0x33b2e0[_0x28d354(0x13b)](_0x2e4ef8=>_0x18fe83[_0x28d354(0x16c)]()[_0x28d354(0x75)](_0x2e4ef8[_0x28d354(0x16c)]())))&&_0x33b2e0[_0x28d354(0x156)](_0x5e2832=>_0x1208eb[_0x28d354(0x13b)](_0x53df9c=>_0x5e2832[_0x28d354(0x16c)]()[_0x28d354(0x75)](_0x53df9c[_0x28d354(0x16c)]())));}}[_0x2d71a2(0x134)](_0x3b35b7){const _0x566b62=_0x2d71a2,_0xfa0faa=Array[_0x566b62(0x207)](_0x3b35b7),_0x27d327=this[_0x566b62(0x1b9)]({'skipNotAttached':!0x0}),_0x3e94f3=_0x27d327[_0x566b62(0x12c)](_0x26bccc=>!_0x3b35b7[_0x566b62(0xee)](_0x26bccc)),_0x5ce66b=new Map(_0xfa0faa[_0x566b62(0x1ea)](_0x62cfa8=>[_0x62cfa8,this[_0x566b62(0x193)][_0x566b62(0x116)](_0x62cfa8[_0x566b62(0x129)],_0x62cfa8[_0x566b62(0xbd)],_0x566b62(0xbf))])),_0x2aa925=new Map(_0x27d327[_0x566b62(0x1ea)](_0x4e11ee=>[_0x4e11ee,_0x4e11ee[_0x566b62(0x104)]()]));for(let _0x450eee=0x0;_0x450eee<_0xfa0faa[_0x566b62(0xe5)];_0x450eee++){if(_0x2d4e06(this,_0xfa0faa[_0x450eee],_0xfa0faa,_0x450eee+0x1))return!0x0;}for(let _0x366845=0x0;_0x366845<_0xfa0faa[_0x566b62(0xe5)];_0x366845++){if(_0x2d4e06(this,_0xfa0faa[_0x366845],_0x3e94f3,0x0))return!0x0;}return!0x1;function _0x2d4e06(_0x52fc1d,_0x57bb71,_0x5b02ea,_0xf4ac02){const _0x46b71d=_0x566b62;for(let _0x10c9d0=_0xf4ac02;_0x10c9d0<_0x5b02ea[_0x46b71d(0xe5)];_0x10c9d0++){const _0x38740e=_0x5b02ea[_0x10c9d0];if(_0x38740e[_0x46b71d(0x129)]!==_0x57bb71[_0x46b71d(0x129)]||_0x38740e[_0x46b71d(0x181)]['id']!==_0x57bb71[_0x46b71d(0x181)]['id']||_0x38740e[_0x46b71d(0xbd)]!==_0x57bb71[_0x46b71d(0xbd)])continue;if(!Ft(_0x57bb71,_0x38740e,[_0x46b71d(0xfa)]))continue;if(_0x46b71d(0x179)==_0x57bb71[_0x46b71d(0x129)]&&_0x57bb71[_0x46b71d(0x12e)][_0x46b71d(0xba)]!=_0x38740e[_0x46b71d(0x12e)][_0x46b71d(0xba)])continue;if(_0x46b71d(0x179)==_0x57bb71[_0x46b71d(0x129)]&&_0x52fc1d[_0x46b71d(0x215)](_0x57bb71[_0x46b71d(0x12e)][_0x46b71d(0x135)]))continue;if(_0x46b71d(0x187)==_0x57bb71[_0x46b71d(0x129)]){const _0x3170c2=_0x52fc1d[_0x46b71d(0xd4)][_0x46b71d(0x1c1)],_0x17ad64=_0x57bb71[_0x46b71d(0x1bc)]();if(_0x17ad64&&(_0x3170c2[_0x46b71d(0x1ca)][_0x46b71d(0x20a)](_0x17ad64)||_0x3170c2[_0x46b71d(0x1ca)][_0x46b71d(0x120)](_0x17ad64)))continue;}const _0x354cad=_0x5ce66b[_0x46b71d(0x184)](_0x57bb71),_0x377be8=_0x2aa925[_0x46b71d(0x184)](_0x57bb71),_0x3e9774=_0x2aa925[_0x46b71d(0x184)](_0x38740e),_0x39979e=_0x57bb71[_0x46b71d(0x21a)]&&_0x57bb71[_0x46b71d(0x21a)][_0x46b71d(0xe5)],_0x14cb67=_0x38740e[_0x46b71d(0x21a)]&&_0x38740e[_0x46b71d(0x21a)][_0x46b71d(0xe5)];if(!_0x39979e&&_0x354cad(_0x3e9774,_0x377be8))return _0x52fc1d[_0x46b71d(0x14d)](_0x38740e,_0x57bb71),_0x2aa925[_0x46b71d(0xd6)](_0x57bb71),!0x0;if(!_0x14cb67&&_0x354cad(_0x377be8,_0x3e9774))return _0x52fc1d[_0x46b71d(0x14d)](_0x57bb71,_0x38740e),_0x2aa925[_0x46b71d(0xd6)](_0x38740e),!0x0;}return!0x1;}}[_0x2d71a2(0x14d)](_0x70d904,_0x555873){const _0x845794=_0x2d71a2;if(_0x70d904[_0x845794(0x21c)]){for(const _0x1e2936 of _0x555873[_0x845794(0x104)]())_0x70d904[_0x845794(0x133)](_0x1e2936);}else{const _0x4808c2=_0x555873[_0x845794(0x16c)]()[_0x845794(0x1c7)];this[_0x845794(0x1cd)](_0x70d904,this[_0x845794(0x1f0)][_0x845794(0x14e)](_0x70d904[_0x845794(0x16c)]()[_0x845794(0x93)],_0x4808c2));}_0x555873[_0x845794(0x210)]();}[_0x2d71a2(0x130)](_0x205555,_0x3bc738){const _0x572b21=_0x2d71a2,_0x3918e5=_0x205555[_0x572b21(0xcb)](_0x572b21(0x15d))||_0x205555[_0x572b21(0xcb)](_0x572b21(0x179))?_0x572b21(0x1b8):_0x205555[_0x572b21(0x13e)]();return _0x24efa4(this[_0x572b21(0xd4)][_0x572b21(0xac)],_0x3bc738+'_'+_0x3918e5+_0x572b21(0x7d));}[_0x2d71a2(0x109)](){const _0x7ffeca=_0x2d71a2,_0x758177=this[_0x7ffeca(0xd4)];_0x1f77c6(this[_0x7ffeca(0x1f0)],({left:_0x1e7af7,entered:_0xa792d4})=>{const _0x15f54c=_0x7ffeca,_0x27daa7=[];for(const _0x5730bb of _0x1e7af7){const {group:_0x16e205,type:_0x2e4f22}=this[_0x15f54c(0x1c0)](_0x5730bb[_0x15f54c(0xec)]);if(_0x15f54c(0x154)===_0x16e205){_0x27daa7[_0x15f54c(0x1f4)](this[_0x15f54c(0x130)](_0x2e4f22,_0x15f54c(0xf8)));break;}}for(const _0x3326f0 of _0xa792d4){const {group:_0x4f4402,type:_0x2c227b}=this[_0x15f54c(0x1c0)](_0x3326f0[_0x15f54c(0xec)]);if(_0x15f54c(0x154)===_0x4f4402){_0x27daa7[_0x15f54c(0x1f4)](this[_0x15f54c(0x130)](_0x2c227b,_0x15f54c(0x1c8)));break;}}_0x27daa7[_0x15f54c(0xe5)]&&_0x758177['ui'][_0x15f54c(0x101)][_0x15f54c(0x14a)](_0x15f54c(0x15e),_0x27daa7[_0x15f54c(0xbf)]('\x20'));});}[_0x2d71a2(0xe2)](_0x177b77){const _0x5be6e1=_0x2d71a2;if(this[_0x5be6e1(0x20d)])return!0x1;const _0x268755=this[_0x5be6e1(0xd4)],_0x581bdf=_0x268755[_0x5be6e1(0x1c1)][_0x5be6e1(0x14f)][_0x5be6e1(0x1a8)][_0x5be6e1(0x1e2)]();if(0x0==_0x581bdf[_0x5be6e1(0xe5)])return!0x1;const _0x262c83=[],_0x5db43f=_0x581bdf[_0x5be6e1(0x12c)](_0x20289e=>_0x5be6e1(0x179)==_0x20289e[_0x5be6e1(0x129)]),_0x2d48de=_0x581bdf[_0x5be6e1(0x12c)](_0x522005=>_0x5be6e1(0xf6)==_0x522005[_0x5be6e1(0x129)]&&_0x5be6e1(0x1dd)!=_0x522005[_0x5be6e1(0xec)]),_0x54b2ef=_0x581bdf[_0x5be6e1(0x12c)](_0x45a47a=>_0x5be6e1(0x174)==_0x45a47a[_0x5be6e1(0x129)]&&_0x5be6e1(0x1dd)!=_0x45a47a[_0x5be6e1(0xec)]);for(const _0x5e35e8 of _0x5db43f)_0x262c83[_0x5be6e1(0x1f4)]({'key':_0x5e35e8[_0x5be6e1(0x163)],'newValue':_0x5e35e8[_0x5be6e1(0x148)],'oldValue':_0x5e35e8[_0x5be6e1(0x188)],'range':Ut(_0x5e35e8[_0x5be6e1(0x10e)],_0x268755[_0x5be6e1(0x1c1)])});for(const _0x5ccf0e of _0x2d48de){const _0x5992c8=_0x54b2ef[_0x5be6e1(0x146)](_0x445544=>_0x445544[_0x5be6e1(0x221)][_0x5be6e1(0x75)](_0x5ccf0e[_0x5be6e1(0x221)]));_0x5992c8&&_0x262c83[_0x5be6e1(0x1f4)]({'key':_0x5be6e1(0xcd),'newValue':_0x5ccf0e[_0x5be6e1(0xec)],'oldValue':_0x5992c8[_0x5be6e1(0xec)],'range':_0x268755[_0x5be6e1(0x1c1)][_0x5be6e1(0x1ae)](_0x5ccf0e[_0x5be6e1(0x221)][_0x5be6e1(0x143)])});}return 0x0!=_0x262c83[_0x5be6e1(0xe5)]&&this[_0x5be6e1(0x16d)](_0x177b77,_0x262c83);}[_0x2d71a2(0x1b1)](_0x371bb1){const _0xee710e=_0x2d71a2;let _0x124134=!0x1;const _0x507c99=this[_0xee710e(0xd4)][_0xee710e(0x1c1)][_0xee710e(0x14f)][_0xee710e(0x1a8)][_0xee710e(0x1b4)]()[_0xee710e(0x12c)](_0x57a032=>_0x57a032[_0xee710e(0x12e)][_0xee710e(0x168)]&&_0x57a032[_0xee710e(0xec)][_0xee710e(0xcb)](_0xee710e(0xff)));for(const _0x7a3347 of _0x507c99){const {subType:_0xc234c7,id:_0x42a843}=this[_0xee710e(0x1c0)](_0x7a3347[_0xee710e(0xec)]),_0x261004=_0xc234c7[_0xee710e(0xa6)]('|')[0x0];for(const _0x2c6a50 of this[_0xee710e(0x1b9)]({'skipNotAttached':!0x0}))_0x2c6a50['id']!=_0x42a843&&_0xee710e(0x179)==_0x2c6a50[_0xee710e(0x129)]&&_0x2c6a50[_0xee710e(0x12e)]&&_0x2c6a50[_0xee710e(0x12e)][_0xee710e(0x135)]==_0x261004&&_0x2c6a50[_0xee710e(0x16c)]()[_0xee710e(0x9c)](_0x7a3347[_0xee710e(0x12e)][_0xee710e(0x168)])&&(this[_0xee710e(0x1f3)](_0x2c6a50,_0x7a3347[_0xee710e(0x12e)][_0xee710e(0x168)],_0x371bb1),_0x124134=!0x0);}return _0x124134;}[_0x2d71a2(0x8e)](_0x4c333b){const _0x1a9392=_0x2d71a2;this[_0x1a9392(0xd4)],(this[_0x1a9392(0x20d)]=!0x0,_0x4c333b());}[_0x2d71a2(0x1d7)](_0x3d79e8){const _0x45fb1b=_0x2d71a2,_0x39ff4b=this[_0x45fb1b(0x215)](_0x3d79e8),_0x43af88=this[_0x45fb1b(0x17b)][_0x45fb1b(0xee)](_0x3d79e8);return _0x39ff4b||_0x43af88;}[_0x2d71a2(0x16d)](_0x8ec215,_0x2622c0){const _0x11c762=_0x2d71a2;if(0x0==_0x2622c0[_0x11c762(0xe5)])return!0x1;let _0x56dc55=!0x1;for(const _0x3c55b3 of _0x2622c0){const _0x5bf51a=this[_0x11c762(0x1b2)](_0x3c55b3[_0x11c762(0x10e)],_0x11c762(0x179))[_0x11c762(0x12c)](_0x40fa25=>!_0x40fa25[_0x11c762(0x121)][_0x11c762(0xa9)])[_0x11c762(0x1ea)](_0x28259b=>_0x28259b[_0x11c762(0x154)]),_0x10311f=_0x30fd3b({'newValue':_0x3c55b3[_0x11c762(0x94)]});_0x5bf51a[_0x11c762(0x12c)](_0x1da42d=>{const _0x4cbf2f=_0x11c762,[_0x310e38,_0x12cdac]=_0x1da42d[_0x4cbf2f(0xbd)][_0x4cbf2f(0xa6)]('|');return _0x310e38==_0x3c55b3[_0x4cbf2f(0x135)]&&_0x12cdac!=_0x10311f;})[_0x11c762(0x173)](_0x2dab95=>{const _0x230f82=_0x11c762;this[_0x230f82(0x1f3)](_0x2dab95,_0x3c55b3[_0x230f82(0x10e)],_0x8ec215),_0x56dc55=!0x0;});}return _0x56dc55;}[_0x2d71a2(0x1f3)](_0xe0573b,_0x58c979,_0x46d44a){const _0x5d0bd3=_0x2d71a2,_0x3bfe1b=_0xe0573b[_0x5d0bd3(0x16c)]()[_0x5d0bd3(0x1a2)](_0x58c979);0x0!==_0x3bfe1b[_0x5d0bd3(0xe5)]?0x1!==_0x3bfe1b[_0x5d0bd3(0xe5)]?this[_0x5d0bd3(0x15b)](_0xe0573b,_0x58c979[_0x5d0bd3(0x93)],_0x58c979[_0x5d0bd3(0x1c7)]):this[_0x5d0bd3(0x1cd)](_0xe0573b,_0x3bfe1b[0x0]):_0x46d44a[_0x5d0bd3(0x208)](_0xe0573b[_0x5d0bd3(0xdf)]());}}class Bt{constructor(_0x20c88b){const _0x4992a4=_0x2d71a2;this[_0x4992a4(0x1f7)]=_0x20c88b,this[_0x4992a4(0x1f0)]=_0x20c88b[_0x4992a4(0x1c1)],this[_0x4992a4(0x81)]=new Map(),this[_0x4992a4(0x1c6)]=new Map(),this[_0x4992a4(0x1fe)]();}[_0x2d71a2(0xcc)](_0x15c464,_0x4abfb8,_0x2468df,_0x4dddef,_0x32a326,_0x439366){const _0x492d3f=_0x2d71a2;return new _0x46cfec(this[_0x492d3f(0x1f0)],{'type':_0x15c464,'subType':_0x4abfb8,'id':_0x2468df,'author':_0x4dddef,'creator':_0x4dddef,'attributes':_0x32a326,'onAttributesChange':_0x439366,'onAccept':(..._0x7f57f9)=>this[_0x492d3f(0x116)](_0x15c464,_0x4abfb8,_0x492d3f(0x9a))(..._0x7f57f9),'onDiscard':(..._0xcc5029)=>this[_0x492d3f(0x116)](_0x15c464,_0x4abfb8,_0x492d3f(0x98))(..._0xcc5029)});}[_0x2d71a2(0x216)](_0x282a36,_0x50cfad,_0x483935,_0x4e09f9){const _0x4e27a4=_0x2d71a2,_0x4187e1=_0x282a36+':'+_0x50cfad+':'+_0x483935;this[_0x4e27a4(0x81)][_0x4e27a4(0x132)](_0x4187e1,_0x4e09f9);}[_0x2d71a2(0x116)](_0x374540,_0x3d1e8f,_0x15d044){const _0x32fc95=_0x2d71a2,_0x2b22b1=_0x374540+':'+_0x3d1e8f+':'+_0x15d044;return this[_0x32fc95(0x81)][_0x32fc95(0x184)](_0x2b22b1)||this[_0x32fc95(0x1c6)][_0x32fc95(0x184)](_0x374540+':'+_0x15d044);}[_0x2d71a2(0x1fe)](){const _0x42d28c=_0x2d71a2,_0x4a1fb1=()=>!0x1,_0x533ecf=_0x289932=>{const _0x731ee=_0x44d6;_0x289932[_0x731ee(0x1dc)]((_0x9985ce,_0x5c8287)=>_0x9985ce[_0x731ee(0x93)][_0x731ee(0x126)](_0x5c8287[_0x731ee(0x93)])?0x1:-0x1),this[_0x731ee(0x1f0)][_0x731ee(0x10d)](_0x3225e1=>{const _0x4c02a0=_0x731ee;for(const _0x13432a of _0x289932){let _0x1b4374;_0x1b4374=_0x13432a[_0x4c02a0(0x1c7)][_0x4c02a0(0x209)]&&_0x13432a[_0x4c02a0(0x1c7)][_0x4c02a0(0x136)]==_0x13432a[_0x4c02a0(0x93)][_0x4c02a0(0x143)]?_0x3225e1[_0x4c02a0(0x1fc)](_0x13432a[_0x4c02a0(0x93)][_0x4c02a0(0x143)],'on'):_0x3225e1[_0x4c02a0(0x1fc)](_0x13432a),this[_0x4c02a0(0x1f0)][_0x4c02a0(0x1d3)](_0x1b4374,{'forceDefaultExecution':!0x0,'doNotAutoparagraph':!0x0});}});},_0x239465=(_0x583683,_0x36c624)=>{const _0x788153=_0x44d6;_0x36c624&&this[_0x788153(0x1f0)][_0x788153(0x10d)](_0x3364f4=>{const _0xbc7a12=_0x788153,{commandName:_0x24f112,commandParams:_0xb3aff9=[]}=_0x36c624,_0x5a1722=_0x583683[_0xbc7a12(0x1ea)](_0x53899f=>(Rt(_0x53899f)&&(_0x53899f=this[_0xbc7a12(0x1f0)][_0xbc7a12(0x14e)](_0x53899f[_0xbc7a12(0x1c7)])),_0x53899f))[_0xbc7a12(0x12c)](_0x472480=>_0xbc7a12(0x1d6)!==_0x472480[_0xbc7a12(0x144)][_0xbc7a12(0xf2)]);if(_0x5a1722[_0xbc7a12(0xe5)]<0x1)return;const _0x55e3ee=Array[_0xbc7a12(0x207)](this[_0xbc7a12(0x1f0)][_0xbc7a12(0x14f)][_0xbc7a12(0x189)][_0xbc7a12(0x104)]())[_0xbc7a12(0x1ea)](_0x26dc4d=>_0x7534a6[_0xbc7a12(0x205)](_0x26dc4d));_0x3364f4[_0xbc7a12(0x9d)](_0x5a1722);for(const _0x21ac60 of this[_0xbc7a12(0x1f7)][_0xbc7a12(0x1df)][_0xbc7a12(0x1df)]())_0x21ac60[_0xbc7a12(0xb9)]();_0xb3aff9[_0xbc7a12(0x1f4)]({'forceDefaultExecution':!0x0}),this[_0xbc7a12(0x1f7)][_0xbc7a12(0xa0)](_0x24f112,..._0xb3aff9);const _0x3d8553=_0x55e3ee[_0xbc7a12(0x12c)](_0xa5750c=>_0xbc7a12(0x1d6)!=_0xa5750c[_0xbc7a12(0x144)][_0xbc7a12(0xf2)]);_0x3d8553[_0xbc7a12(0xe5)]>0x0&&_0x3364f4[_0xbc7a12(0x9d)](_0x3d8553);for(const _0x5d0856 of _0x55e3ee)_0x5d0856[_0xbc7a12(0x78)]();});},_0x3415fb=(_0x560d54,_0x146d19)=>0x1==_0x560d54[_0x42d28c(0xe5)]&&0x1==_0x146d19[_0x42d28c(0xe5)]&&_0x560d54[0x0][_0x42d28c(0x1c7)][_0x42d28c(0x75)](_0x146d19[0x0][_0x42d28c(0x93)]),_0x205322=(_0x5ed7f6,_0x40ee7e,_0x6f7397,_0x760945)=>Gt(_0x5ed7f6,_0x40ee7e,_0x6f7397,_0x760945,this[_0x42d28c(0x1f0)])?[_0x5ed7f6,_0x40ee7e]:Gt(_0x40ee7e,_0x5ed7f6,_0x760945,_0x6f7397,this[_0x42d28c(0x1f0)])?[_0x40ee7e,_0x5ed7f6]:null;this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x1d2),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x16f),_0x533ecf),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x20e),_0x3415fb),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x124),_0x205322),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x1ad),_0x533ecf),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x8d),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x194),_0x3415fb),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x17c),_0x205322),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x16a),_0x239465),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x14b),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x103),_0x3415fb),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0xbb),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x7c),_0x239465),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x11b),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0xe0),_0x3415fb),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x20f),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0xa2),_0x4a1fb1),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0xc7),(_0x3a890e,_0x542c0d)=>{const _0x2f4448=_0x42d28c;if(!_0x542c0d)return;const _0x2cb091=this[_0x2f4448(0x1f7)][_0x2f4448(0x11c)][_0x2f4448(0x184)](p);this[_0x2f4448(0x1f0)][_0x2f4448(0x10d)](_0x4c488c=>{const _0x271cd3=_0x2f4448;if(_0x271cd3(0xcd)==_0x542c0d[_0x271cd3(0x135)])for(const _0x438c0c of _0x3a890e){const _0x235e7b=_0x438c0c[_0x271cd3(0x93)][_0x271cd3(0x143)],_0x4421ff=_0x542c0d[_0x271cd3(0xba)];_0x4c488c[_0x271cd3(0x1c4)](_0x235e7b,_0x4421ff);}else{if(_0x2cb091[_0x271cd3(0x215)](_0x542c0d[_0x271cd3(0x135)])){for(const _0x21a728 of _0x3a890e)void 0x0!==_0x542c0d[_0x271cd3(0xba)]?_0x4c488c[_0x271cd3(0x11d)](_0x542c0d[_0x271cd3(0x135)],_0x542c0d[_0x271cd3(0xba)],_0x21a728[_0x271cd3(0x93)][_0x271cd3(0x143)]):_0x4c488c[_0x271cd3(0x158)](_0x542c0d[_0x271cd3(0x135)],_0x21a728[_0x271cd3(0x93)][_0x271cd3(0x143)]);}else{for(const _0x22fbcd of _0x3a890e)_0x542c0d[_0x271cd3(0xba)]?_0x4c488c[_0x271cd3(0x11d)](_0x542c0d[_0x271cd3(0x135)],_0x542c0d[_0x271cd3(0xba)],_0x22fbcd):_0x4c488c[_0x271cd3(0x158)](_0x542c0d[_0x271cd3(0x135)],_0x22fbcd);}}});}),this[_0x42d28c(0x1c6)][_0x42d28c(0x132)](_0x42d28c(0x20b),_0x3415fb);}}function xt(_0x39f5cc,_0x115875,_0x43a89d){const _0x4ee753=_0x2d71a2;for(const _0x22bb4f of _0x115875[_0x4ee753(0x136)][_0x4ee753(0x167)]({'includeSelf':!0x0,'parentFirst':!0x0})){if(_0x22bb4f[_0x4ee753(0x144)]==_0x22bb4f)return!0x1;if(!_0x43a89d[_0x4ee753(0x1ba)](_0x22bb4f))return!0x1;if(_0x39f5cc[_0x4ee753(0x20a)](_0x22bb4f)||_0x39f5cc[_0x4ee753(0x120)](_0x22bb4f))return!0x0;}return!0x1;}function Rt(_0x368e32){const _0x5a004a=_0x2d71a2;return _0x368e32[_0x5a004a(0x1c7)][_0x5a004a(0x136)]==_0x368e32[_0x5a004a(0x93)][_0x5a004a(0x143)]&&_0x368e32[_0x5a004a(0x1c7)][_0x5a004a(0x201)];}function Tt(_0x5cbb60,_0x37de23,_0x30dc4b,_0x5deb1d){const _0x147d5c=_0x2d71a2,_0x34b3ba=_0x3bb01e=>!_0x3bb01e[_0x147d5c(0x11e)]['is'](_0x147d5c(0x1a3))&&!_0x5deb1d[_0x147d5c(0x20a)](_0x3bb01e[_0x147d5c(0x11e)]),_0x2b1995=_0x5cbb60[_0x147d5c(0x93)][_0x147d5c(0xbc)](_0x34b3ba),_0x162cae=_0x5cbb60[_0x147d5c(0x1c7)][_0x147d5c(0xbc)](_0x34b3ba,{'direction':_0x147d5c(0x1e8)});return(!_0x5cbb60[_0x147d5c(0x93)][_0x147d5c(0x75)](_0x2b1995)||!_0x5cbb60[_0x147d5c(0x1c7)][_0x147d5c(0x75)](_0x162cae))&&(_0x2b1995[_0x147d5c(0x126)](_0x162cae)?_0x30dc4b[_0x147d5c(0x1bb)](_0x37de23,{'range':_0x30dc4b[_0x147d5c(0x14e)](_0x2b1995,_0x162cae)}):_0x30dc4b[_0x147d5c(0x208)](_0x37de23),!0x0);}function Et(_0x4eb649){return _0x30fd3b(_0x4eb649);}function Vt(_0x44bbab){const _0x1a209f=_0x2d71a2,_0x45801e=_0x44bbab[_0x1a209f(0x93)][_0x1a209f(0x143)];return _0x45801e&&_0x45801e['is'](_0x1a209f(0x1f1));}function Ut(_0x5f1c57,_0xe02b61){const _0x4b280b=_0x2d71a2;return null==_0x5f1c57[_0x4b280b(0x1c7)][_0x4b280b(0x13a)]&&_0x5f1c57[_0x4b280b(0x1c7)][_0x4b280b(0x136)]==_0x5f1c57[_0x4b280b(0x93)][_0x4b280b(0x143)]?Ot(_0x5f1c57[_0x4b280b(0x93)][_0x4b280b(0x143)],_0xe02b61):_0x5f1c57;}function Ot(_0x65499d,_0x3a992f){const _0x2609dc=_0x2d71a2,_0x5f026a=_0x3a992f[_0x2609dc(0x1ca)][_0x2609dc(0x20a)](_0x65499d)||_0x3a992f[_0x2609dc(0x1ca)][_0x2609dc(0xc5)](_0x65499d);return _0x3a992f[_0x2609dc(0x14e)](_0x3a992f[_0x2609dc(0x18b)](_0x65499d,_0x2609dc(0x117)),_0x5f026a?_0x3a992f[_0x2609dc(0xd5)](_0x65499d):_0x3a992f[_0x2609dc(0x18b)](_0x65499d,_0x2609dc(0x1c7)));}function Gt(_0x1952c1,_0x2988d5,_0x309c67,_0x275231,_0x3d738b){const _0x151d1a=_0x2d71a2;if(!Ft(_0x1952c1,_0x2988d5))return!0x1;if(_0x309c67[_0x151d1a(0x1c7)][_0x151d1a(0x75)](_0x275231[_0x151d1a(0x93)]))return!0x0;if(_0x1952c1[_0x151d1a(0x129)]!=_0x2988d5[_0x151d1a(0x129)])return!0x1;if(!_0x309c67[_0x151d1a(0x1c7)][_0x151d1a(0xd9)](_0x275231[_0x151d1a(0x93)]))return!0x1;const _0x2a1390=_0x3d738b[_0x151d1a(0x14e)](_0x309c67[_0x151d1a(0x1c7)],_0x275231[_0x151d1a(0x93)])[_0x151d1a(0x1a5)]();for(const _0x46d2d4 of _0x2a1390)if([_0x151d1a(0x17d),_0x151d1a(0xf3)][_0x151d1a(0x9e)](_0x46d2d4[_0x151d1a(0x129)])&&_0x3d738b[_0x151d1a(0x1ca)][_0x151d1a(0x120)](_0x46d2d4[_0x151d1a(0x11e)]))return!0x1;return!0x0;}function Ft(_0x1b35c3,_0x53597f,_0x10026d=[]){const _0x3aa4e7=_0x2d71a2;return!(!_0x1b35c3[_0x3aa4e7(0x1da)]||!_0x53597f[_0x3aa4e7(0x1da)])&&_0x11c113(_0x3560fb(_0x1b35c3[_0x3aa4e7(0x1ce)],_0x10026d),_0x3560fb(_0x53597f[_0x3aa4e7(0x1ce)],_0x10026d));}function Pt(_0x3deb96,_0x28aef8){const _0x3582b8=_0x2d71a2,_0x284c75=Lt(_0x3deb96[_0x3582b8(0x1ce)]),_0x4cf70a=Lt(_0x28aef8);if(!_0x3deb96[_0x3582b8(0x1da)])return!0x1;for(const _0x4c56e4 of Object[_0x3582b8(0x113)](_0x4cf70a))if(!_0x11c113(_0x284c75[_0x4c56e4],_0x4cf70a[_0x4c56e4]))return!0x1;return!0x0;}function Lt(_0x3de431){const _0x143103=_0x2d71a2,_0x324f81=Object[_0x143103(0x1a4)]({},_0x3de431);return delete _0x324f81[_0x143103(0x137)],delete _0x324f81[_0x143103(0xe8)],_0x324f81;}
|
package/src/trackchangesui.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x611581=_0x3f8b;(function(_0x167428,_0x2042bc){const _0x3c3919=_0x3f8b,_0x2b7a73=_0x167428();while(!![]){try{const _0x5e07d5=-parseInt(_0x3c3919(0x1ea))/0x1*(-parseInt(_0x3c3919(0x228))/0x2)+parseInt(_0x3c3919(0x225))/0x3*(parseInt(_0x3c3919(0x24a))/0x4)+parseInt(_0x3c3919(0x22e))/0x5+parseInt(_0x3c3919(0x216))/0x6+-parseInt(_0x3c3919(0x20c))/0x7+-parseInt(_0x3c3919(0x233))/0x8+-parseInt(_0x3c3919(0x24f))/0x9*(parseInt(_0x3c3919(0x257))/0xa);if(_0x5e07d5===_0x2042bc)break;else _0x2b7a73['push'](_0x2b7a73['shift']());}catch(_0x15e0a4){_0x2b7a73['push'](_0x2b7a73['shift']());}}}(_0x3b1f,0xa5dd1));import{Plugin as _0x24dd36}from'ckeditor5/src/core.js';function _0x3f8b(_0x1f8f35,_0x26312e){const _0x3b1f15=_0x3b1f();return _0x3f8b=function(_0x3f8bf5,_0x2e13b7){_0x3f8bf5=_0x3f8bf5-0x1da;let _0x246899=_0x3b1f15[_0x3f8bf5];return _0x246899;},_0x3f8b(_0x1f8f35,_0x26312e);}import{Collection as _0x17482f}from'ckeditor5/src/utils.js';import{ViewModel as _0x55db4f,SplitButtonView as _0x10db32,createDropdown as _0x139b0d,addListToDropdown as _0x50ea5d}from'ckeditor5/src/ui.js';import{Users as _0xecc107,getDateTimeFormatter as _0x30a588,getAllMarkersDomElementsSorted as _0x1e9b1a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x34a930 from'./trackchangesediting.js';import _0x536ef6 from'./ui/suggestioncontroller.js';import _0x162b19 from'./ui/view/suggestionthreadview.js';function _0x3b1f(){const _0x21bb8f=['componentFactory','6044427PsikOh','suggestionLoaded','toMany','hasSuggestion','keys','innerView','comments.editorConfig','filter','30eVycOY','getMarkerNames','head','CommentsRepository','_descriptionFactory','trackChanges','_bindAnnotationToEditors','stopListening','getDescriptions','length','trackChanges.disableComments','execute','arrowView','Annotations','addSourceCollector','reduce','_handleSuggestionControllerDelayed','values','delete','Discard\x20all\x20selected\x20suggestions','actionView','createAnnotationView','_destroyController','_unbindEditors','mainView','unbind','_disableComments','1FYVoHb','add','_annotationViews','descriptionParts','discardButton','isOn','discardAllSuggestions','acceptSelectedSuggestions','switchbutton','config','isMultiRange','suggestionUnloaded','listenTo','previous','addComment','getAllAdjacentSuggestions','suggestionChanged','trackChanges.SuggestionThreadView','suggestion-','SuggestionThreadView','init','focus','getByInnerView','size','commandName','Discard\x20all\x20suggestions','button','map','isDirty','locale','remove','commands','comments.maxCommentsWhenCollapsed','TrackChangesEditing','2153767TZHUAN','define','set','Accept\x20all\x20selected\x20suggestions','from','CommentView','pluginName','source','_initializeController','change:activeAnnotations','6230922bSExXh','Accept\x20all\x20suggestions','model','requires','getFirstRange','_createUIButton','discardSelectedSuggestions','comments.maxCommentCharsWhenCollapsed','getSuggestion','destroy','CommentsUI','comments','editor','_updateController','getJoined','9627piFtCw','registerAnnotation','_refreshActiveMarkers','460968LWoPUO','acceptButton','view','getRanges','comments.maxThreadTotalWeight','Track\x20changes','5574050VNnlhN','createCommentThreadController','isEnabled','value','has','3655432BKOtFf','buttonView','plugins','commentThread','isInContent','createAnnotation','type','get','_viewToController','clear','refreshSelectedViews','getMarkers','editing','_handleControllerBuffer','acceptAllSuggestions','EditorAnnotations','activeMarkers','separator','bind','some','activeAnnotations','push','_suggestionToController','1340zVeZGS','change:previous','TrackChangesUI','lowest'];_0x3b1f=function(){return _0x21bb8f;};return _0x3b1f();}import{getTranslation as _0x3dc4b6}from'./utils/common-translations.js';import _0x578beb from'../theme/icons/track-changes.svg';export default class d extends _0x24dd36{static get[_0x611581(0x219)](){const _0x521b47=_0x611581;return[_0x34a930,_0xecc107,_0x521b47(0x25a),_0x521b47(0x1dc),_0x521b47(0x242)];}static get[_0x611581(0x212)](){const _0x2fa019=_0x611581;return _0x2fa019(0x24c);}constructor(_0x3edb34){const _0x4e7fc6=_0x611581;super(_0x3edb34),this[_0x4e7fc6(0x249)]=new Map(),this[_0x4e7fc6(0x23b)]=new Map(),this[_0x4e7fc6(0x1ec)]=new Map(),this[_0x4e7fc6(0x240)]=new Map();const _0x388a30=this[_0x4e7fc6(0x222)][_0x4e7fc6(0x1f3)];_0x388a30[_0x4e7fc6(0x20d)](_0x4e7fc6(0x1fb),_0x162b19),_0x388a30[_0x4e7fc6(0x20d)](_0x4e7fc6(0x261),!0x1),this[_0x4e7fc6(0x1e9)]=_0x388a30[_0x4e7fc6(0x23a)](_0x4e7fc6(0x261));}[_0x611581(0x1df)](_0x541729,_0x3753b9){const _0x1b2c6b=_0x611581;0x0===this[_0x1b2c6b(0x240)][_0x1b2c6b(0x201)]&&setTimeout(()=>{const _0x2ac4aa=_0x1b2c6b;for(const [_0x20f400,_0x54b34d]of this[_0x2ac4aa(0x240)]){const _0x4d38bf=this[_0x2ac4aa(0x249)][_0x2ac4aa(0x232)](_0x20f400);_0x4d38bf||_0x54b34d?_0x4d38bf&&_0x54b34d&&this[_0x2ac4aa(0x1e5)](_0x20f400):this[_0x2ac4aa(0x214)](_0x20f400);}this[_0x2ac4aa(0x240)][_0x2ac4aa(0x23c)](),this[_0x2ac4aa(0x222)][_0x2ac4aa(0x235)][_0x2ac4aa(0x23a)](_0x2ac4aa(0x242))[_0x2ac4aa(0x23d)](),this[_0x2ac4aa(0x227)]();},0xa),this[_0x1b2c6b(0x240)][_0x1b2c6b(0x20e)](_0x541729,_0x3753b9);}[_0x611581(0x1fe)](){const _0x50754c=_0x611581,_0x49bc1e=this[_0x50754c(0x222)],_0x2835f5=_0x49bc1e[_0x50754c(0x235)][_0x50754c(0x23a)](_0x50754c(0x20b)),_0x521dab=_0x49bc1e[_0x50754c(0x235)][_0x50754c(0x23a)](_0x50754c(0x1dc)),_0x1604a1=_0x49bc1e[_0x50754c(0x235)][_0x50754c(0x23a)](_0x50754c(0x242)),_0x212ee6=_0x49bc1e[_0x50754c(0x235)][_0x50754c(0x23a)](_0x50754c(0x25a));_0x49bc1e['ui'][_0x50754c(0x24e)][_0x50754c(0x1eb)](_0x50754c(0x25c),_0x4651ac=>this[_0x50754c(0x21b)](_0x4651ac)),_0x1604a1[_0x50754c(0x1dd)](()=>{const _0x536426=_0x50754c,_0x440b84=[];for(const [_0x5f141c,_0x8e373]of Array[_0x536426(0x210)](this[_0x536426(0x249)])){const _0x5350ed=_0x5f141c[_0x536426(0x1f9)](),_0x206727=[];for(const _0x3f30b4 of _0x5350ed){if(!_0x3f30b4[_0x536426(0x237)])continue;if(_0x3f30b4[_0x536426(0x1f4)]){_0x206727[_0x536426(0x248)](..._0x3f30b4[_0x536426(0x22b)]());continue;}const _0x1d5df7=_0x3f30b4[_0x536426(0x21a)]();if(_0x206727[_0x536426(0x260)]>0x0){const _0x2fcaf3=_0x206727[0x0][_0x536426(0x224)](_0x1d5df7);if(_0x2fcaf3){_0x206727[0x0]=_0x2fcaf3;continue;}}_0x206727[_0x536426(0x248)](_0x1d5df7);}_0x440b84[_0x536426(0x248)]([_0x8e373[_0x536426(0x22a)],_0x206727]);}return _0x440b84;}),this[_0x50754c(0x1f6)](_0x2835f5,_0x50754c(0x250),(_0x4cc49f,_0x50e925)=>{const _0x35caf7=_0x50754c;this[_0x35caf7(0x1f6)](_0x50e925,_0x35caf7(0x24b),(_0x115c3a,_0x4b7380,_0x3df383,_0x6c75cf)=>{const _0x162b5d=_0x35caf7;_0x50e925[_0x162b5d(0x237)]&&(null==_0x3df383?(this[_0x162b5d(0x223)](_0x6c75cf[_0x162b5d(0x259)]),this[_0x162b5d(0x1df)](_0x50e925,!0x1)):(this[_0x162b5d(0x223)](_0x3df383[_0x162b5d(0x259)]),null==_0x6c75cf&&this[_0x162b5d(0x1df)](_0x50e925,!0x0)));}),null!==_0x50e925[_0x35caf7(0x1f7)]?this[_0x35caf7(0x223)](_0x50e925[_0x35caf7(0x259)]):this[_0x35caf7(0x1df)](_0x50e925,!0x1);}),this[_0x50754c(0x1f6)](_0x2835f5,_0x50754c(0x1f5),(_0x4c0ac2,_0x34aa3b,_0x388680)=>{const _0x1ba364=_0x50754c;this[_0x1ba364(0x25e)](_0x34aa3b,_0x1ba364(0x24b)),this[_0x1ba364(0x240)][_0x1ba364(0x1e1)](_0x34aa3b),this[_0x1ba364(0x249)][_0x1ba364(0x232)](_0x34aa3b)&&this[_0x1ba364(0x1e5)](_0x34aa3b),_0x388680&&this[_0x1ba364(0x223)](_0x388680[_0x1ba364(0x259)]);}),this[_0x50754c(0x1f6)](_0x2835f5,_0x50754c(0x1fa),(_0x35c3aa,_0x3dec87)=>{const _0x4fbaef=_0x50754c;this[_0x4fbaef(0x223)](_0x3dec87);}),this[_0x50754c(0x1f6)](_0x521dab,_0x50754c(0x215),()=>{const _0xb2e83e=_0x50754c;this[_0xb2e83e(0x227)]();}),this[_0x50754c(0x1f6)](_0x212ee6,_0x50754c(0x1f8),(_0x58539d,{threadId:_0x33d042,isFromAdapter:_0x5dc665})=>{const _0x43e23d=_0x50754c;if(_0x5dc665||!_0x2835f5[_0x43e23d(0x252)](_0x33d042))return;const _0x12dc8f=_0x2835f5[_0x43e23d(0x21e)](_0x33d042);this[_0x43e23d(0x249)][_0x43e23d(0x23a)](_0x12dc8f)[_0x43e23d(0x22a)][_0x43e23d(0x1ff)]();},{'priority':_0x50754c(0x24d)});}[_0x611581(0x227)](){const _0x52235d=_0x611581,_0x4d3539=this[_0x52235d(0x222)][_0x52235d(0x235)][_0x52235d(0x23a)](_0x52235d(0x1dc)),_0x31b077=this[_0x52235d(0x222)][_0x52235d(0x235)][_0x52235d(0x23a)](_0x52235d(0x20b)),_0x52fbef=Array[_0x52235d(0x210)](_0x4d3539[_0x52235d(0x247)],_0x19a537=>_0x19a537[_0x52235d(0x254)])[_0x52235d(0x256)](_0x4838ae=>this[_0x52235d(0x23b)][_0x52235d(0x232)](_0x4838ae)),_0x65bf4d=[];for(const _0x2515c0 of _0x52fbef){const _0x1f4e14=this[_0x52235d(0x23b)][_0x52235d(0x23a)](_0x2515c0)[_0x52235d(0x218)][_0x52235d(0x1f9)]();_0x65bf4d[_0x52235d(0x248)](..._0x1f4e14[_0x52235d(0x1de)]((_0x323673,_0x46cd31)=>[..._0x323673,..._0x46cd31[_0x52235d(0x258)]()],[]));}_0x31b077[_0x52235d(0x243)]=_0x65bf4d;}[_0x611581(0x21b)](_0x120255){const _0x202c40=_0x611581,_0x1fbde0=_0x139b0d(_0x120255,_0x10db32),_0xed75d3=this[_0x202c40(0x222)][_0x202c40(0x209)][_0x202c40(0x23a)](_0x202c40(0x25c)),_0x12be1c=_0x3dc4b6(_0x120255,_0x202c40(0x22d));_0x1fbde0[_0x202c40(0x234)][_0x202c40(0x20e)]({'tooltip':_0x12be1c,'label':_0x12be1c,'icon':_0x578beb}),_0x1fbde0[_0x202c40(0x234)][_0x202c40(0x245)](_0x202c40(0x1ef))['to'](_0xed75d3,_0x202c40(0x231)),_0x1fbde0[_0x202c40(0x234)]['on'](_0x202c40(0x1da),()=>{const _0x16482d=_0x202c40;_0xed75d3[_0x16482d(0x1da)](),this[_0x16482d(0x222)][_0x16482d(0x23f)][_0x16482d(0x22a)][_0x16482d(0x1ff)]();});const _0x8d90db=new _0x17482f(),_0x1c3b1a=[{'type':_0x202c40(0x1f2),'model':{'withText':!0x0,'label':_0x12be1c,'commandName':_0x202c40(0x25c)}},{'type':_0x202c40(0x244)},{'type':_0x202c40(0x204),'model':{'withText':!0x0,'label':_0x3dc4b6(_0x120255,_0x202c40(0x217)),'commandName':_0x202c40(0x241)}},{'type':_0x202c40(0x204),'model':{'withText':!0x0,'label':_0x3dc4b6(_0x120255,_0x202c40(0x20f)),'commandName':_0x202c40(0x1f1)}},{'type':_0x202c40(0x204),'model':{'withText':!0x0,'label':_0x3dc4b6(_0x120255,_0x202c40(0x203)),'commandName':_0x202c40(0x1f0)}},{'type':_0x202c40(0x204),'model':{'withText':!0x0,'label':_0x3dc4b6(_0x120255,_0x202c40(0x1e2)),'commandName':_0x202c40(0x21c)}}];for(const _0x451e55 of _0x1c3b1a){let _0x273633={'type':_0x202c40(0x244)};if(_0x451e55[_0x202c40(0x218)]){const _0x4b8036=new _0x55db4f(_0x451e55[_0x202c40(0x218)]),_0x3f62cc=this[_0x202c40(0x222)][_0x202c40(0x209)][_0x202c40(0x23a)](_0x4b8036[_0x202c40(0x202)]);_0x4b8036[_0x202c40(0x245)](_0x202c40(0x1ef),_0x202c40(0x230))['to'](_0x3f62cc,_0x202c40(0x231),_0x202c40(0x230)),_0x273633={'type':_0x451e55[_0x202c40(0x239)],'model':_0x4b8036};}_0x8d90db[_0x202c40(0x1eb)](_0x273633);}_0x50ea5d(_0x1fbde0,_0x8d90db);const _0x36b93c=_0x1c3b1a[_0x202c40(0x256)](_0x56ca8b=>null!=_0x56ca8b[_0x202c40(0x218)])[_0x202c40(0x205)](_0x19d7ab=>this[_0x202c40(0x222)][_0x202c40(0x209)][_0x202c40(0x23a)](_0x19d7ab[_0x202c40(0x218)][_0x202c40(0x202)])),_0x1cec74=_0x1fbde0[_0x202c40(0x234)];return _0x1cec74[_0x202c40(0x1e3)][_0x202c40(0x1e8)](_0x202c40(0x230)),_0x1cec74[_0x202c40(0x1db)][_0x202c40(0x1e8)](_0x202c40(0x230)),_0x1cec74[_0x202c40(0x1e3)][_0x202c40(0x245)](_0x202c40(0x230))['to'](_0xed75d3,_0x202c40(0x230)),_0x1cec74[_0x202c40(0x1db)][_0x202c40(0x245)](_0x202c40(0x230))[_0x202c40(0x251)](_0x36b93c,_0x202c40(0x230),(..._0x1ea23d)=>_0x1ea23d[_0x202c40(0x246)](_0x2bac97=>_0x2bac97)),_0x1fbde0['on'](_0x202c40(0x1da),_0x27f7f4=>{const _0x18ae64=_0x202c40;this[_0x18ae64(0x222)][_0x18ae64(0x1da)](_0x27f7f4[_0x18ae64(0x213)][_0x18ae64(0x202)]),this[_0x18ae64(0x222)][_0x18ae64(0x23f)][_0x18ae64(0x22a)][_0x18ae64(0x1ff)]();}),_0x1fbde0;}[_0x611581(0x214)](_0xed8a6){const _0xdab230=_0x611581,_0xf4c12f=this[_0xdab230(0x222)],_0x13a1c0=_0xf4c12f[_0xdab230(0x1f3)],_0x45bdbb=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x1dc)),_0x6eb5b6=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x25a)),_0x171b20=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x242)),_0x4abf36=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xecc107)['me'],_0x2eafc1=_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x25c))[_0xdab230(0x1fd)],{CommentsListView:_0x2f40cf,CommentThreadInputView:_0xdde815}=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x220));let _0x1551f8,_0x2809ef;this[_0xdab230(0x1ec)][_0xdab230(0x232)](_0xed8a6['id'])?(_0x2809ef=this[_0xdab230(0x1ec)][_0xdab230(0x23a)](_0xed8a6['id']),_0x1551f8=_0x2809ef[_0xdab230(0x1e7)]):(_0x1551f8=new _0x2eafc1(_0xf4c12f[_0xdab230(0x207)],_0xed8a6,_0x4abf36,{'disableComments':this[_0xdab230(0x1e9)],'editorConfig':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x255)),'maxCommentsWhenCollapsed':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x20a)),'maxThreadTotalWeight':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x22c)),'maxCommentCharsWhenCollapsed':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x21d)),'formatDateTime':_0x30a588(_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x207))),'CommentView':_0x13a1c0[_0xdab230(0x23a)](_0xdab230(0x221))[_0xdab230(0x211)],'CommentsListView':_0x2f40cf,'CommentThreadInputView':_0xdde815}),_0x1551f8[_0xdab230(0x229)]['on'](_0xdab230(0x1da),()=>{const _0x1034ef=_0xdab230;_0xf4c12f[_0x1034ef(0x23f)][_0x1034ef(0x22a)][_0x1034ef(0x1ff)]();}),_0x1551f8[_0xdab230(0x1ee)]['on'](_0xdab230(0x1da),()=>{const _0x1afd11=_0xdab230;_0xf4c12f[_0x1afd11(0x23f)][_0x1afd11(0x22a)][_0x1afd11(0x1ff)]();}),_0x2809ef=_0x45bdbb[_0xdab230(0x1e4)](this[_0xdab230(0x222)][_0xdab230(0x207)],_0x1551f8),_0x2809ef[_0xdab230(0x245)](_0xdab230(0x206))['to'](_0x1551f8,_0xdab230(0x206)),_0x2809ef[_0xdab230(0x245)](_0xdab230(0x260))['to'](_0x1551f8),_0x2809ef[_0xdab230(0x245)](_0xdab230(0x239))['to'](_0x1551f8,_0xdab230(0x239),_0x214dc3=>_0xdab230(0x1fc)+_0x214dc3),this[_0xdab230(0x1ec)][_0xdab230(0x20e)](_0xed8a6['id'],_0x2809ef));const _0x112cff=_0x6eb5b6[_0xdab230(0x22f)](_0xed8a6[_0xdab230(0x236)],_0x1551f8),_0x5cbe03=new _0x536ef6(_0xf4c12f,_0xed8a6,_0x1551f8,_0x112cff),_0x4dd2d6=_0xed8a6[_0xdab230(0x1f9)]()[_0xdab230(0x256)](_0xa7cbb3=>_0xa7cbb3[_0xdab230(0x237)]);_0x1551f8[_0xdab230(0x1ed)]=_0xf4c12f[_0xdab230(0x235)][_0xdab230(0x23a)](_0xdab230(0x20b))[_0xdab230(0x25b)][_0xdab230(0x25f)](_0x4dd2d6),this[_0xdab230(0x249)][_0xdab230(0x20e)](_0xed8a6,_0x5cbe03),this[_0xdab230(0x23b)][_0xdab230(0x20e)](_0x1551f8,_0x5cbe03);const _0x10de3d=_0x45bdbb[_0xdab230(0x238)]({'view':_0x2809ef,'target':()=>{const _0x4898c7=_0xdab230,_0x2969ea=[],_0x1aa361=_0xed8a6[_0x4898c7(0x1f9)]()[_0x4898c7(0x256)](_0x4ae745=>_0x4ae745[_0x4898c7(0x237)]);for(const _0x23deab of _0x1aa361)_0x2969ea[_0x4898c7(0x248)](..._0x23deab[_0x4898c7(0x23e)]());return _0x1e9b1a(_0xf4c12f[_0x4898c7(0x23f)],_0x2969ea);},'type':()=>_0xdab230(0x1fc)+_0x5cbe03[_0xdab230(0x22a)][_0xdab230(0x239)]});_0x6eb5b6[_0xdab230(0x25d)](_0x1551f8,_0x10de3d),_0x45bdbb[_0xdab230(0x1eb)](_0x10de3d),_0x171b20[_0xdab230(0x226)](_0x10de3d);}[_0x611581(0x1e5)](_0xd194c8){const _0x57eced=_0x611581,_0x47042f=this[_0x57eced(0x222)][_0x57eced(0x235)][_0x57eced(0x23a)](_0x57eced(0x25a)),_0x2e0007=this[_0x57eced(0x222)][_0x57eced(0x235)][_0x57eced(0x23a)](_0x57eced(0x1dc)),_0xbbe0d1=this[_0x57eced(0x249)][_0x57eced(0x23a)](_0xd194c8),_0x10b5b3=_0xbbe0d1[_0x57eced(0x22a)],_0x42833b=_0x2e0007[_0x57eced(0x200)](_0x10b5b3);_0x47042f[_0x57eced(0x1e6)](_0x10b5b3),_0x42833b&&_0x2e0007[_0x57eced(0x208)](_0x42833b),this[_0x57eced(0x249)][_0x57eced(0x1e1)](_0xd194c8),this[_0x57eced(0x23b)][_0x57eced(0x1e1)](_0x10b5b3),_0xbbe0d1[_0x57eced(0x21f)]();}[_0x611581(0x223)](_0x1cbe29){const _0x55db7b=_0x611581;if(!_0x1cbe29[_0x55db7b(0x237)]||!this[_0x55db7b(0x249)][_0x55db7b(0x232)](_0x1cbe29))return;const _0xb942b7=this[_0x55db7b(0x222)][_0x55db7b(0x235)][_0x55db7b(0x23a)](_0x55db7b(0x20b)),_0x173f89=this[_0x55db7b(0x249)][_0x55db7b(0x23a)](_0x1cbe29),_0x1c5f83=_0x1cbe29[_0x55db7b(0x1f9)]();_0x173f89[_0x55db7b(0x22a)][_0x55db7b(0x1ed)]=_0xb942b7[_0x55db7b(0x25b)][_0x55db7b(0x25f)](_0x1c5f83);}[_0x611581(0x21f)](){const _0x52ca50=_0x611581;for(const _0x54e82b of this[_0x52ca50(0x249)][_0x52ca50(0x253)]())this[_0x52ca50(0x1e5)](_0x54e82b);for(const _0x3717f4 of this[_0x52ca50(0x1ec)][_0x52ca50(0x1e0)]())_0x3717f4[_0x52ca50(0x1e7)][_0x52ca50(0x21f)]();super[_0x52ca50(0x21f)]();}}
|
|
23
|
+
const _0x5cfb72=_0xf205;(function(_0x2582c1,_0x3b5271){const _0xcc341d=_0xf205,_0x1e10b4=_0x2582c1();while(!![]){try{const _0x1d4539=parseInt(_0xcc341d(0x1d3))/0x1+parseInt(_0xcc341d(0x1a6))/0x2*(parseInt(_0xcc341d(0x1e9))/0x3)+-parseInt(_0xcc341d(0x209))/0x4*(parseInt(_0xcc341d(0x1ff))/0x5)+parseInt(_0xcc341d(0x1cb))/0x6+parseInt(_0xcc341d(0x1e6))/0x7*(-parseInt(_0xcc341d(0x1f7))/0x8)+-parseInt(_0xcc341d(0x1c9))/0x9+-parseInt(_0xcc341d(0x1c4))/0xa*(-parseInt(_0xcc341d(0x213))/0xb);if(_0x1d4539===_0x3b5271)break;else _0x1e10b4['push'](_0x1e10b4['shift']());}catch(_0x305b4e){_0x1e10b4['push'](_0x1e10b4['shift']());}}}(_0x1823,0x9b545));import{Plugin as _0x1f43ef}from'ckeditor5/src/core.js';function _0x1823(){const _0x32bdf0=['view','locale','hasSuggestion','_createUIButton','trackChanges.SuggestionThreadView','comments','_disableComments','getJoined','refreshSelectedViews','acceptSelectedSuggestions','some','_updateController','_handleSuggestionControllerDelayed','getMarkers','values','CommentsRepository','discardButton','comments.maxCommentsWhenCollapsed','trackChanges.disableComments','type','Discard\x20all\x20selected\x20suggestions','map','suggestion-','getRanges','editing','buttonView','delete','from','arrowView','220IdEUgJ','createAnnotation','plugins','define','set','7340463yoqJSE','_refreshActiveMarkers','3376872hHGIEI','isOn','addSourceCollector','isInContent','comments.editorConfig','size','getMarkerNames','suggestionUnloaded','18124TSPRas','commentThread','lowest','Discard\x20all\x20suggestions','reduce','comments.maxThreadTotalWeight','descriptionParts','trackChanges','getDescriptions','stopListening','createAnnotationView','getByInnerView','button','mainView','commandName','length','addComment','TrackChangesEditing','Accept\x20all\x20selected\x20suggestions','7dLNrjQ','_descriptionFactory','acceptButton','96HiUhSR','requires','change:previous','_viewToController','editor','get','_destroyController','_suggestionToController','acceptAllSuggestions','init','innerView','suggestionChanged','Accept\x20all\x20suggestions','getFirstRange','1337488qodVRw','previous','comments.maxCommentCharsWhenCollapsed','toMany','getSuggestion','_initializeController','discardAllSuggestions','push','10EtmoSz','activeAnnotations','Annotations','getAllAdjacentSuggestions','switchbutton','componentFactory','commands','_handleControllerBuffer','isDirty','value','2460988QjbazW','unbind','listenTo','add','separator','_annotationViews','createCommentThreadController','pluginName','actionView','source','972994nswyfG','CommentView','model','TrackChangesUI','isMultiRange','change:activeAnnotations','registerAnnotation','head','clear','discardSelectedSuggestions','CommentsUI','config','execute','suggestionLoaded','activeMarkers','has','_bindAnnotationToEditors','remove','focus','_unbindEditors','SuggestionThreadView','keys','destroy','bind','isEnabled','Track\x20changes','EditorAnnotations','filter','20162AyfvzW'];_0x1823=function(){return _0x32bdf0;};return _0x1823();}import{Collection as _0x444020}from'ckeditor5/src/utils.js';import{ViewModel as _0x1f0264,SplitButtonView as _0x3e2507,createDropdown as _0x38b573,addListToDropdown as _0x580b82}from'ckeditor5/src/ui.js';import{Users as _0x2419c8,getDateTimeFormatter as _0x3a3be2,getAllMarkersDomElementsSorted as _0x2e869c}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x41a442 from'./trackchangesediting.js';import _0x46765f from'./ui/suggestioncontroller.js';import _0x2c4a25 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x2f307e}from'./utils/common-translations.js';import _0x9653d4 from'../theme/icons/track-changes.svg';function _0xf205(_0x1a0e34,_0x20e690){const _0x182349=_0x1823();return _0xf205=function(_0xf205e8,_0x5cba05){_0xf205e8=_0xf205e8-0x19b;let _0x5d91db=_0x182349[_0xf205e8];return _0x5d91db;},_0xf205(_0x1a0e34,_0x20e690);}export default class d extends _0x1f43ef{static get[_0x5cfb72(0x1ea)](){const _0x5b5e47=_0x5cfb72;return[_0x41a442,_0x2419c8,_0x5b5e47(0x1b6),_0x5b5e47(0x201),_0x5b5e47(0x1a4)];}static get[_0x5cfb72(0x210)](){const _0x477c5f=_0x5cfb72;return _0x477c5f(0x216);}constructor(_0x48aab3){const _0x151cdd=_0x5cfb72;super(_0x48aab3),this[_0x151cdd(0x1f0)]=new Map(),this[_0x151cdd(0x1ec)]=new Map(),this[_0x151cdd(0x20e)]=new Map(),this[_0x151cdd(0x206)]=new Map();const _0x294c65=this[_0x151cdd(0x1ed)][_0x151cdd(0x21e)];_0x294c65[_0x151cdd(0x1c7)](_0x151cdd(0x1ab),_0x2c4a25),_0x294c65[_0x151cdd(0x1c7)](_0x151cdd(0x1b9),!0x1),this[_0x151cdd(0x1ad)]=_0x294c65[_0x151cdd(0x1ee)](_0x151cdd(0x1b9));}[_0x5cfb72(0x1b3)](_0x3d2849,_0x415f8f){const _0x415baf=_0x5cfb72;0x0===this[_0x415baf(0x206)][_0x415baf(0x1d0)]&&setTimeout(()=>{const _0x2b0035=_0x415baf;for(const [_0x342c6f,_0x5fa56f]of this[_0x2b0035(0x206)]){const _0x3b6806=this[_0x2b0035(0x1f0)][_0x2b0035(0x222)](_0x342c6f);_0x3b6806||_0x5fa56f?_0x3b6806&&_0x5fa56f&&this[_0x2b0035(0x1ef)](_0x342c6f):this[_0x2b0035(0x1fc)](_0x342c6f);}this[_0x2b0035(0x206)][_0x2b0035(0x21b)](),this[_0x2b0035(0x1ed)][_0x2b0035(0x1c6)][_0x2b0035(0x1ee)](_0x2b0035(0x1a4))[_0x2b0035(0x1af)](),this[_0x2b0035(0x1ca)]();},0xa),this[_0x415baf(0x206)][_0x415baf(0x1c8)](_0x3d2849,_0x415f8f);}[_0x5cfb72(0x1f2)](){const _0xd09fe7=_0x5cfb72,_0x487699=this[_0xd09fe7(0x1ed)],_0x1ebeb8=_0x487699[_0xd09fe7(0x1c6)][_0xd09fe7(0x1ee)](_0xd09fe7(0x1e4)),_0x306409=_0x487699[_0xd09fe7(0x1c6)][_0xd09fe7(0x1ee)](_0xd09fe7(0x201)),_0x5e33d3=_0x487699[_0xd09fe7(0x1c6)][_0xd09fe7(0x1ee)](_0xd09fe7(0x1a4)),_0x29e784=_0x487699[_0xd09fe7(0x1c6)][_0xd09fe7(0x1ee)](_0xd09fe7(0x1b6));_0x487699['ui'][_0xd09fe7(0x204)][_0xd09fe7(0x20c)](_0xd09fe7(0x1da),_0x19b566=>this[_0xd09fe7(0x1aa)](_0x19b566)),_0x5e33d3[_0xd09fe7(0x1cd)](()=>{const _0x21b8a5=_0xd09fe7,_0x580253=[];for(const [_0x1ee921,_0x304f6b]of Array[_0x21b8a5(0x1c2)](this[_0x21b8a5(0x1f0)])){const _0x1a44ca=_0x1ee921[_0x21b8a5(0x202)](),_0xd1e5a4=[];for(const _0x3182ac of _0x1a44ca){if(!_0x3182ac[_0x21b8a5(0x1ce)])continue;if(_0x3182ac[_0x21b8a5(0x217)]){_0xd1e5a4[_0x21b8a5(0x1fe)](..._0x3182ac[_0x21b8a5(0x1be)]());continue;}const _0x4f7e6f=_0x3182ac[_0x21b8a5(0x1f6)]();if(_0xd1e5a4[_0x21b8a5(0x1e2)]>0x0){const _0x3b4a48=_0xd1e5a4[0x0][_0x21b8a5(0x1ae)](_0x4f7e6f);if(_0x3b4a48){_0xd1e5a4[0x0]=_0x3b4a48;continue;}}_0xd1e5a4[_0x21b8a5(0x1fe)](_0x4f7e6f);}_0x580253[_0x21b8a5(0x1fe)]([_0x304f6b[_0x21b8a5(0x1a7)],_0xd1e5a4]);}return _0x580253;}),this[_0xd09fe7(0x20b)](_0x1ebeb8,_0xd09fe7(0x220),(_0x5258e0,_0x3cb679)=>{const _0xac5e74=_0xd09fe7;this[_0xac5e74(0x20b)](_0x3cb679,_0xac5e74(0x1eb),(_0x408a18,_0x5bed7a,_0x40e5ea,_0x565912)=>{const _0x1e9ed2=_0xac5e74;_0x3cb679[_0x1e9ed2(0x1ce)]&&(null==_0x40e5ea?(this[_0x1e9ed2(0x1b2)](_0x565912[_0x1e9ed2(0x21a)]),this[_0x1e9ed2(0x1b3)](_0x3cb679,!0x1)):(this[_0x1e9ed2(0x1b2)](_0x40e5ea[_0x1e9ed2(0x21a)]),null==_0x565912&&this[_0x1e9ed2(0x1b3)](_0x3cb679,!0x0)));}),null!==_0x3cb679[_0xac5e74(0x1f8)]?this[_0xac5e74(0x1b2)](_0x3cb679[_0xac5e74(0x21a)]):this[_0xac5e74(0x1b3)](_0x3cb679,!0x1);}),this[_0xd09fe7(0x20b)](_0x1ebeb8,_0xd09fe7(0x1d2),(_0x156cef,_0x5e86f1,_0x55091d)=>{const _0x378658=_0xd09fe7;this[_0x378658(0x1dc)](_0x5e86f1,_0x378658(0x1eb)),this[_0x378658(0x206)][_0x378658(0x1c1)](_0x5e86f1),this[_0x378658(0x1f0)][_0x378658(0x222)](_0x5e86f1)&&this[_0x378658(0x1ef)](_0x5e86f1),_0x55091d&&this[_0x378658(0x1b2)](_0x55091d[_0x378658(0x21a)]);}),this[_0xd09fe7(0x20b)](_0x1ebeb8,_0xd09fe7(0x1f4),(_0x71b27d,_0x3d3ace)=>{const _0x4f0d17=_0xd09fe7;this[_0x4f0d17(0x1b2)](_0x3d3ace);}),this[_0xd09fe7(0x20b)](_0x306409,_0xd09fe7(0x218),()=>{const _0x5df2fd=_0xd09fe7;this[_0x5df2fd(0x1ca)]();}),this[_0xd09fe7(0x20b)](_0x29e784,_0xd09fe7(0x1e3),(_0x42a160,{threadId:_0x320049,isFromAdapter:_0x515f7c})=>{const _0x4f30ff=_0xd09fe7;if(_0x515f7c||!_0x1ebeb8[_0x4f30ff(0x1a9)](_0x320049))return;const _0x173160=_0x1ebeb8[_0x4f30ff(0x1fb)](_0x320049);this[_0x4f30ff(0x1f0)][_0x4f30ff(0x1ee)](_0x173160)[_0x4f30ff(0x1a7)][_0x4f30ff(0x19c)]();},{'priority':_0xd09fe7(0x1d5)});}[_0x5cfb72(0x1ca)](){const _0xd0dee0=_0x5cfb72,_0x5ca3c5=this[_0xd0dee0(0x1ed)][_0xd0dee0(0x1c6)][_0xd0dee0(0x1ee)](_0xd0dee0(0x201)),_0x342224=this[_0xd0dee0(0x1ed)][_0xd0dee0(0x1c6)][_0xd0dee0(0x1ee)](_0xd0dee0(0x1e4)),_0x30d520=Array[_0xd0dee0(0x1c2)](_0x5ca3c5[_0xd0dee0(0x200)],_0x2da62f=>_0x2da62f[_0xd0dee0(0x1f3)])[_0xd0dee0(0x1a5)](_0x2551eb=>this[_0xd0dee0(0x1ec)][_0xd0dee0(0x222)](_0x2551eb)),_0x5a1d8c=[];for(const _0x26f8c0 of _0x30d520){const _0x4341f3=this[_0xd0dee0(0x1ec)][_0xd0dee0(0x1ee)](_0x26f8c0)[_0xd0dee0(0x215)][_0xd0dee0(0x202)]();_0x5a1d8c[_0xd0dee0(0x1fe)](..._0x4341f3[_0xd0dee0(0x1d7)]((_0x3ec03f,_0x1ae717)=>[..._0x3ec03f,..._0x1ae717[_0xd0dee0(0x1d1)]()],[]));}_0x342224[_0xd0dee0(0x221)]=_0x5a1d8c;}[_0x5cfb72(0x1aa)](_0x18a17a){const _0x432a1e=_0x5cfb72,_0x1f7fef=_0x38b573(_0x18a17a,_0x3e2507),_0x35453d=this[_0x432a1e(0x1ed)][_0x432a1e(0x205)][_0x432a1e(0x1ee)](_0x432a1e(0x1da)),_0x12676c=_0x2f307e(_0x18a17a,_0x432a1e(0x1a3));_0x1f7fef[_0x432a1e(0x1c0)][_0x432a1e(0x1c8)]({'tooltip':_0x12676c,'label':_0x12676c,'icon':_0x9653d4}),_0x1f7fef[_0x432a1e(0x1c0)][_0x432a1e(0x1a1)](_0x432a1e(0x1cc))['to'](_0x35453d,_0x432a1e(0x208)),_0x1f7fef[_0x432a1e(0x1c0)]['on'](_0x432a1e(0x21f),()=>{const _0x3b68e0=_0x432a1e;_0x35453d[_0x3b68e0(0x21f)](),this[_0x3b68e0(0x1ed)][_0x3b68e0(0x1bf)][_0x3b68e0(0x1a7)][_0x3b68e0(0x19c)]();});const _0xdc7948=new _0x444020(),_0x4a13dd=[{'type':_0x432a1e(0x203),'model':{'withText':!0x0,'label':_0x12676c,'commandName':_0x432a1e(0x1da)}},{'type':_0x432a1e(0x20d)},{'type':_0x432a1e(0x1df),'model':{'withText':!0x0,'label':_0x2f307e(_0x18a17a,_0x432a1e(0x1f5)),'commandName':_0x432a1e(0x1f1)}},{'type':_0x432a1e(0x1df),'model':{'withText':!0x0,'label':_0x2f307e(_0x18a17a,_0x432a1e(0x1e5)),'commandName':_0x432a1e(0x1b0)}},{'type':_0x432a1e(0x1df),'model':{'withText':!0x0,'label':_0x2f307e(_0x18a17a,_0x432a1e(0x1d6)),'commandName':_0x432a1e(0x1fd)}},{'type':_0x432a1e(0x1df),'model':{'withText':!0x0,'label':_0x2f307e(_0x18a17a,_0x432a1e(0x1bb)),'commandName':_0x432a1e(0x21c)}}];for(const _0x45d200 of _0x4a13dd){let _0x32bcb9={'type':_0x432a1e(0x20d)};if(_0x45d200[_0x432a1e(0x215)]){const _0x57a261=new _0x1f0264(_0x45d200[_0x432a1e(0x215)]),_0x2227f3=this[_0x432a1e(0x1ed)][_0x432a1e(0x205)][_0x432a1e(0x1ee)](_0x57a261[_0x432a1e(0x1e1)]);_0x57a261[_0x432a1e(0x1a1)](_0x432a1e(0x1cc),_0x432a1e(0x1a2))['to'](_0x2227f3,_0x432a1e(0x208),_0x432a1e(0x1a2)),_0x32bcb9={'type':_0x45d200[_0x432a1e(0x1ba)],'model':_0x57a261};}_0xdc7948[_0x432a1e(0x20c)](_0x32bcb9);}_0x580b82(_0x1f7fef,_0xdc7948);const _0x225402=_0x4a13dd[_0x432a1e(0x1a5)](_0x39af3c=>null!=_0x39af3c[_0x432a1e(0x215)])[_0x432a1e(0x1bc)](_0x5074ee=>this[_0x432a1e(0x1ed)][_0x432a1e(0x205)][_0x432a1e(0x1ee)](_0x5074ee[_0x432a1e(0x215)][_0x432a1e(0x1e1)])),_0x5a2a04=_0x1f7fef[_0x432a1e(0x1c0)];return _0x5a2a04[_0x432a1e(0x211)][_0x432a1e(0x20a)](_0x432a1e(0x1a2)),_0x5a2a04[_0x432a1e(0x1c3)][_0x432a1e(0x20a)](_0x432a1e(0x1a2)),_0x5a2a04[_0x432a1e(0x211)][_0x432a1e(0x1a1)](_0x432a1e(0x1a2))['to'](_0x35453d,_0x432a1e(0x1a2)),_0x5a2a04[_0x432a1e(0x1c3)][_0x432a1e(0x1a1)](_0x432a1e(0x1a2))[_0x432a1e(0x1fa)](_0x225402,_0x432a1e(0x1a2),(..._0x2e1912)=>_0x2e1912[_0x432a1e(0x1b1)](_0x37c079=>_0x37c079)),_0x1f7fef['on'](_0x432a1e(0x21f),_0xe05026=>{const _0x36a6fe=_0x432a1e;this[_0x36a6fe(0x1ed)][_0x36a6fe(0x21f)](_0xe05026[_0x36a6fe(0x212)][_0x36a6fe(0x1e1)]),this[_0x36a6fe(0x1ed)][_0x36a6fe(0x1bf)][_0x36a6fe(0x1a7)][_0x36a6fe(0x19c)]();}),_0x1f7fef;}[_0x5cfb72(0x1fc)](_0x6ce355){const _0x465b22=_0x5cfb72,_0x25e76c=this[_0x465b22(0x1ed)],_0x118a1b=_0x25e76c[_0x465b22(0x21e)],_0x19d154=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x201)),_0x18b939=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x1b6)),_0x25745a=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x1a4)),_0x143a40=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x2419c8)['me'],_0x11b3c7=_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1da))[_0x465b22(0x19e)],{CommentsListView:_0x595686,CommentThreadInputView:_0x54dfa8}=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x21d));let _0x145fbc,_0x32e082;this[_0x465b22(0x20e)][_0x465b22(0x222)](_0x6ce355['id'])?(_0x32e082=this[_0x465b22(0x20e)][_0x465b22(0x1ee)](_0x6ce355['id']),_0x145fbc=_0x32e082[_0x465b22(0x1e0)]):(_0x145fbc=new _0x11b3c7(_0x25e76c[_0x465b22(0x1a8)],_0x6ce355,_0x143a40,{'disableComments':this[_0x465b22(0x1ad)],'editorConfig':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1cf)),'maxCommentsWhenCollapsed':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1b8)),'maxThreadTotalWeight':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1d8)),'maxCommentCharsWhenCollapsed':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1f9)),'formatDateTime':_0x3a3be2(_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1a8))),'CommentView':_0x118a1b[_0x465b22(0x1ee)](_0x465b22(0x1ac))[_0x465b22(0x214)],'CommentsListView':_0x595686,'CommentThreadInputView':_0x54dfa8}),_0x145fbc[_0x465b22(0x1e8)]['on'](_0x465b22(0x21f),()=>{const _0x27b73b=_0x465b22;_0x25e76c[_0x27b73b(0x1bf)][_0x27b73b(0x1a7)][_0x27b73b(0x19c)]();}),_0x145fbc[_0x465b22(0x1b7)]['on'](_0x465b22(0x21f),()=>{const _0x373d23=_0x465b22;_0x25e76c[_0x373d23(0x1bf)][_0x373d23(0x1a7)][_0x373d23(0x19c)]();}),_0x32e082=_0x19d154[_0x465b22(0x1dd)](this[_0x465b22(0x1ed)][_0x465b22(0x1a8)],_0x145fbc),_0x32e082[_0x465b22(0x1a1)](_0x465b22(0x207))['to'](_0x145fbc,_0x465b22(0x207)),_0x32e082[_0x465b22(0x1a1)](_0x465b22(0x1e2))['to'](_0x145fbc),_0x32e082[_0x465b22(0x1a1)](_0x465b22(0x1ba))['to'](_0x145fbc,_0x465b22(0x1ba),_0x20aaf3=>_0x465b22(0x1bd)+_0x20aaf3),this[_0x465b22(0x20e)][_0x465b22(0x1c8)](_0x6ce355['id'],_0x32e082));const _0x1ab1a4=_0x18b939[_0x465b22(0x20f)](_0x6ce355[_0x465b22(0x1d4)],_0x145fbc),_0x38e87e=new _0x46765f(_0x25e76c,_0x6ce355,_0x145fbc,_0x1ab1a4),_0x6095df=_0x6ce355[_0x465b22(0x202)]()[_0x465b22(0x1a5)](_0x208ad1=>_0x208ad1[_0x465b22(0x1ce)]);_0x145fbc[_0x465b22(0x1d9)]=_0x25e76c[_0x465b22(0x1c6)][_0x465b22(0x1ee)](_0x465b22(0x1e4))[_0x465b22(0x1e7)][_0x465b22(0x1db)](_0x6095df),this[_0x465b22(0x1f0)][_0x465b22(0x1c8)](_0x6ce355,_0x38e87e),this[_0x465b22(0x1ec)][_0x465b22(0x1c8)](_0x145fbc,_0x38e87e);const _0x2fb7b4=_0x19d154[_0x465b22(0x1c5)]({'view':_0x32e082,'target':()=>{const _0x1c8a16=_0x465b22,_0x36c2b9=[],_0xfc8a22=_0x6ce355[_0x1c8a16(0x202)]()[_0x1c8a16(0x1a5)](_0x54b835=>_0x54b835[_0x1c8a16(0x1ce)]);for(const _0x211c63 of _0xfc8a22)_0x36c2b9[_0x1c8a16(0x1fe)](..._0x211c63[_0x1c8a16(0x1b4)]());return _0x2e869c(_0x25e76c[_0x1c8a16(0x1bf)],_0x36c2b9);},'type':()=>_0x465b22(0x1bd)+_0x38e87e[_0x465b22(0x1a7)][_0x465b22(0x1ba)]});_0x18b939[_0x465b22(0x223)](_0x145fbc,_0x2fb7b4),_0x19d154[_0x465b22(0x20c)](_0x2fb7b4),_0x25745a[_0x465b22(0x219)](_0x2fb7b4);}[_0x5cfb72(0x1ef)](_0x1b3b42){const _0x583139=_0x5cfb72,_0x45a3c4=this[_0x583139(0x1ed)][_0x583139(0x1c6)][_0x583139(0x1ee)](_0x583139(0x1b6)),_0x5e54e6=this[_0x583139(0x1ed)][_0x583139(0x1c6)][_0x583139(0x1ee)](_0x583139(0x201)),_0x48fcc8=this[_0x583139(0x1f0)][_0x583139(0x1ee)](_0x1b3b42),_0x144064=_0x48fcc8[_0x583139(0x1a7)],_0x39b550=_0x5e54e6[_0x583139(0x1de)](_0x144064);_0x45a3c4[_0x583139(0x19d)](_0x144064),_0x39b550&&_0x5e54e6[_0x583139(0x19b)](_0x39b550),this[_0x583139(0x1f0)][_0x583139(0x1c1)](_0x1b3b42),this[_0x583139(0x1ec)][_0x583139(0x1c1)](_0x144064),_0x48fcc8[_0x583139(0x1a0)]();}[_0x5cfb72(0x1b2)](_0x2f1265){const _0x50ebc2=_0x5cfb72;if(!_0x2f1265[_0x50ebc2(0x1ce)]||!this[_0x50ebc2(0x1f0)][_0x50ebc2(0x222)](_0x2f1265))return;const _0x2c4780=this[_0x50ebc2(0x1ed)][_0x50ebc2(0x1c6)][_0x50ebc2(0x1ee)](_0x50ebc2(0x1e4)),_0x271be5=this[_0x50ebc2(0x1f0)][_0x50ebc2(0x1ee)](_0x2f1265),_0x4ae6ec=_0x2f1265[_0x50ebc2(0x202)]();_0x271be5[_0x50ebc2(0x1a7)][_0x50ebc2(0x1d9)]=_0x2c4780[_0x50ebc2(0x1e7)][_0x50ebc2(0x1db)](_0x4ae6ec);}[_0x5cfb72(0x1a0)](){const _0x4b4f53=_0x5cfb72;for(const _0x24cc25 of this[_0x4b4f53(0x1f0)][_0x4b4f53(0x19f)]())this[_0x4b4f53(0x1ef)](_0x24cc25);for(const _0x36cc27 of this[_0x4b4f53(0x20e)][_0x4b4f53(0x1b5)]())_0x36cc27[_0x4b4f53(0x1e0)][_0x4b4f53(0x1a0)]();super[_0x4b4f53(0x1a0)]();}}
|