@ckeditor/ckeditor5-track-changes 43.0.0-alpha.5 → 43.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/trackchangesconfig.d.ts +7 -0
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/suggestioncontroller.d.ts +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/dist/ui/view/suggestionthreadview.d.ts +42 -137
- package/dist/ui/view/suggestionview.d.ts +194 -0
- package/package.json +10 -10
- 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.d.ts +1 -0
- 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/mergefields.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +7 -0
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +42 -137
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x328a54=_0x48f7;(function(_0x3f1879,_0x569114){const _0x135637=_0x48f7,_0x182773=_0x3f1879();while(!![]){try{const _0x2f0de7=-parseInt(_0x135637(0x153))/0x1*(-parseInt(_0x135637(0x17a))/0x2)+-parseInt(_0x135637(0x158))/0x3*(parseInt(_0x135637(0x176))/0x4)+parseInt(_0x135637(0x160))/0x5+-parseInt(_0x135637(0x175))/0x6+-parseInt(_0x135637(0x148))/0x7+parseInt(_0x135637(0x16d))/0x8+parseInt(_0x135637(0x186))/0x9;if(_0x2f0de7===_0x569114)break;else _0x182773['push'](_0x182773['shift']());}catch(_0x84a102){_0x182773['push'](_0x182773['shift']());}}}(_0x1282,0x77f6f));import{Plugin as _0x5a9252}from'ckeditor5/src/core.js';import{getTranslation as _0x259233}from'../utils/common-translations.js';export default class ft extends _0x5a9252{[_0x328a54(0x183)](){const _0x38fa90=_0x328a54,_0x2a9e7c=this[_0x38fa90(0x15e)],_0x580ddd=_0x2a9e7c[_0x38fa90(0x141)];if(!_0x2a9e7c[_0x38fa90(0x154)][_0x38fa90(0x168)](_0x38fa90(0x190)))return;const _0x32425d=_0x2a9e7c[_0x38fa90(0x154)][_0x38fa90(0x170)](_0x38fa90(0x184)),_0x4da0e7=_0x2a9e7c[_0x38fa90(0x154)][_0x38fa90(0x168)](_0x38fa90(0x188));function _0x32446c(_0x593787){return()=>{const _0x3cab68=_0x48f7,_0x2f6267=_0x2a9e7c[_0x3cab68(0x156)][_0x3cab68(0x15f)][_0x3cab68(0x152)],_0x568624=_0x2a9e7c[_0x3cab68(0x147)][_0x3cab68(0x170)](_0x593787);if(_0x568624[_0x3cab68(0x185)])return void _0x2a9e7c[_0x3cab68(0x18b)](_0x3cab68(0x14d),{});const _0x123f0f=_0x593787[_0x3cab68(0x16e)](0x0,-0x4),_0x48ec41=function(_0x237de3,_0x16ad9c,_0x25ca4c){const _0x470237=_0x3cab68;let _0x2ecdc0=Array[_0x470237(0x145)](_0x237de3)[_0x470237(0x167)](_0x256504=>function(_0x24e44c,_0x5a2b2a){const _0x5646ba=_0x470237;return _0x5a2b2a[_0x5646ba(0x179)](_0x24e44c[_0x5646ba(0x16a)],_0x5646ba(0x174))&&!_0x5a2b2a[_0x5646ba(0x162)](_0x24e44c);}(_0x256504,_0x25ca4c));_0x2ecdc0=_0x2ecdc0[_0x470237(0x167)](_0x23194a=>!_0x23194a['is'](_0x470237(0x144),_0x470237(0x174))||_0x23194a[_0x470237(0x15c)](_0x470237(0x18c))!=_0x16ad9c);const _0x125a7a=new Set();for(const _0x16347e of _0x2ecdc0)_0x16347e['is'](_0x470237(0x144),_0x470237(0x174))?_0x125a7a[_0x470237(0x157)](fe(_0x16347e)):_0x125a7a[_0x470237(0x157)](_0x16347e);return Array[_0x470237(0x145)](_0x125a7a);}(_0x2f6267[_0x3cab68(0x171)](),_0x123f0f,_0x2a9e7c[_0x3cab68(0x156)][_0x3cab68(0x142)]);_0x2a9e7c[_0x3cab68(0x156)][_0x3cab68(0x177)](()=>{const _0x1cb009=_0x3cab68;for(const _0x407d94 of _0x48ec41)_0x32425d[_0x1cb009(0x173)](_0x407d94,{'commandName':_0x593787,'commandParams':[{'forceValue':!_0x568624[_0x1cb009(0x185)]}],'formatGroupId':_0x1cb009(0x164)},ue(_0x407d94));});};}function _0x2438bc(_0x263fc8){return()=>{const _0x4a0d49=_0x48f7,_0x3e9630=function(_0x2b2fef){const _0x2d4f59=_0x48f7;let _0x5958c8=Array[_0x2d4f59(0x145)](_0x2b2fef);const _0x23341e=_0x5958c8[_0x2d4f59(0x140)](_0x5bba9f=>_0x2d4f59(0x174)!=_0x5bba9f[_0x2d4f59(0x146)]);return _0x23341e>-0x1&&(_0x5958c8=_0x5958c8[_0x2d4f59(0x16e)](0x0,_0x23341e)),_0x5958c8;}(_0x2a9e7c[_0x4a0d49(0x156)][_0x4a0d49(0x15f)][_0x4a0d49(0x152)][_0x4a0d49(0x171)]()),_0x2b8b37=_0x2a9e7c[_0x4a0d49(0x156)][_0x4a0d49(0x18a)](_0x2a9e7c[_0x4a0d49(0x156)][_0x4a0d49(0x178)](_0x3e9630[0x0],_0x4a0d49(0x15b)),_0x2a9e7c[_0x4a0d49(0x156)][_0x4a0d49(0x178)](_0x3e9630[_0x3e9630[_0x4a0d49(0x172)]-0x1],_0x4a0d49(0x13f)));_0x2a9e7c[_0x4a0d49(0x156)][_0x4a0d49(0x177)](()=>{const _0x2c5058=_0x4a0d49;_0x32425d[_0x2c5058(0x173)](_0x2b8b37,{'commandName':_0x263fc8,'commandParams':[],'formatGroupId':_0x2c5058(0x181)},function(_0x437a54){const _0x14b91e=_0x2c5058,_0x440f24=new Set();for(const _0x48a047 of _0x437a54){let _0x436560=_0x48a047[_0x14b91e(0x16c)];for(;_0x436560&&_0x436560[_0x14b91e(0x15c)](_0x14b91e(0x181))>_0x48a047[_0x14b91e(0x15c)](_0x14b91e(0x181));)_0x440f24[_0x14b91e(0x157)](_0x436560),_0x436560=_0x436560[_0x14b91e(0x16c)];}return Array[_0x14b91e(0x145)](_0x440f24);}(_0x3e9630));});};}_0x32425d[_0x38fa90(0x15d)](_0x38fa90(0x18f),_0x32446c(_0x38fa90(0x18f))),_0x32425d[_0x38fa90(0x15d)](_0x38fa90(0x192),_0x32446c(_0x38fa90(0x192))),_0x4da0e7&&_0x32425d[_0x38fa90(0x15d)](_0x38fa90(0x17c),_0x32446c(_0x38fa90(0x17c))),_0x32425d[_0x38fa90(0x15d)](_0x38fa90(0x151),_0x2438bc(_0x38fa90(0x151))),_0x32425d[_0x38fa90(0x15d)](_0x38fa90(0x187),_0x2438bc(_0x38fa90(0x187))),_0x4da0e7&&_0x32425d[_0x38fa90(0x15d)](_0x38fa90(0x17b),()=>{const _0x4957af=_0x38fa90,_0x1c54da=_0x2a9e7c[_0x4957af(0x147)][_0x4957af(0x170)](_0x4957af(0x17b)),_0x556c43=Array[_0x4957af(0x145)](_0x1c54da[_0x4957af(0x193)]);_0x556c43[_0x4957af(0x167)](_0x1fff7a=>_0x1fff7a[_0x4957af(0x15c)](_0x4957af(0x16b))!=_0x1c54da[_0x4957af(0x185)]),_0x2a9e7c[_0x4957af(0x156)][_0x4957af(0x177)](()=>{const _0xb74b40=_0x4957af;for(const _0x167d81 of _0x556c43)_0x32425d[_0xb74b40(0x173)](_0x167d81,{'commandName':_0xb74b40(0x17b),'commandParams':[{'forceValue':!_0x1c54da[_0xb74b40(0x185)]}]});});}),_0x32425d[_0x38fa90(0x14b)][_0x38fa90(0x191)](_0x38fa90(0x174),_0x5519a1=>_0x259233(_0x580ddd,_0x38fa90(0x14c),_0x5519a1)),_0x32425d[_0x38fa90(0x14b)][_0x38fa90(0x169)](_0x57e8e6=>{const _0x11dc91=_0x38fa90;if(_0x11dc91(0x166)!=_0x57e8e6[_0x11dc91(0x159)]&&_0x11dc91(0x17f)!=_0x57e8e6[_0x11dc91(0x159)])return;const {data:_0x1f6761}=_0x57e8e6;if(_0x1f6761){if(_0x11dc91(0x18f)==_0x1f6761[_0x11dc91(0x17e)]||_0x11dc91(0x192)==_0x1f6761[_0x11dc91(0x17e)]||_0x11dc91(0x17c)==_0x1f6761[_0x11dc91(0x17e)])switch(_0x1f6761[_0x11dc91(0x17e)][_0x11dc91(0x180)](_0x11dc91(0x163),'')){case _0x11dc91(0x143):return _0x5b1b1b(_0x259233(_0x580ddd,_0x11dc91(0x150)));case _0x11dc91(0x161):return _0x5b1b1b(_0x259233(_0x580ddd,_0x11dc91(0x189)));case _0x11dc91(0x18e):return _0x5b1b1b(_0x259233(_0x580ddd,_0x11dc91(0x15a)));}if(_0x11dc91(0x151)==_0x1f6761[_0x11dc91(0x17e)])return{'type':_0x11dc91(0x14f),'content':_0x259233(_0x580ddd,_0x11dc91(0x18d),_0x259233(_0x580ddd,_0x11dc91(0x14c)))};if(_0x11dc91(0x187)==_0x1f6761[_0x11dc91(0x17e)])return{'type':_0x11dc91(0x14f),'content':_0x259233(_0x580ddd,_0x11dc91(0x165),_0x259233(_0x580ddd,_0x11dc91(0x14c)))};if(_0x11dc91(0x17b)==_0x1f6761[_0x11dc91(0x17e)])return _0x1f6761[_0x11dc91(0x14a)][0x0][_0x11dc91(0x149)]?{'type':_0x11dc91(0x14f),'content':_0x259233(_0x580ddd,_0x11dc91(0x155))}:{'type':_0x11dc91(0x14f),'content':_0x259233(_0x580ddd,_0x11dc91(0x182))};}function _0x5b1b1b(_0xa3c26f){const _0x2b9e3c=_0x11dc91;return{'type':_0x2b9e3c(0x14f),'content':_0x259233(_0x580ddd,_0x2b9e3c(0x17d),_0xa3c26f)};}});}}function _0x1282(){const _0x36a0c2=['schema','bulleted','element','from','name','commands','531832UIsPXr','forceValue','commandParams','descriptionFactory','ELEMENT_LIST_ITEM','paragraph','previousSibling','format','ELEMENT_BULLETED_LIST','indentList','selection','92277XPznUt','plugins','*Check\x20item*','model','add','141TsjAur','type','ELEMENT_TODO_LIST','before','getAttribute','enableCommand','editor','document','3149320uAmdQj','numbered','isObject','List','blockName','*Outdent:*\x20%0','formatBlock','filter','has','registerDescriptionCallback','parent','todoListChecked','nextSibling','2133688wrszeF','slice','push','get','getSelectedBlocks','length','markBlockFormat','listItem','4273440OHSxKg','3752chumcO','change','createPositionAt','checkChild','8FErVeB','checkTodoList','todoList','*Change\x20to:*\x20%0','commandName','formatInline','replace','listIndent','*Uncheck\x20item*','afterInit','TrackChangesEditing','value','521946hoLDsr','outdentList','LegacyTodoListEditing','ELEMENT_NUMBERED_LIST','createRange','execute','listType','*Indent:*\x20%0','todo','numberedList','LegacyListEditing','registerElementLabel','bulletedList','_selectedElements','end','findIndex','locale'];_0x1282=function(){return _0x36a0c2;};return _0x1282();}function _0x48f7(_0x16180e,_0x320476){const _0x128248=_0x1282();return _0x48f7=function(_0x48f7bf,_0x1a1fe8){_0x48f7bf=_0x48f7bf-0x13f;let _0x40bd7c=_0x128248[_0x48f7bf];return _0x40bd7c;},_0x48f7(_0x16180e,_0x320476);}function fe(_0x3397e2){const _0x4939db=_0x328a54,_0x1e7d15=_0x3397e2[_0x4939db(0x15c)](_0x4939db(0x181));if(0x0==_0x1e7d15)return _0x3397e2;let _0x4560d8=_0x3397e2;for(;_0x3397e2[_0x4939db(0x14e)]&&_0x3397e2[_0x4939db(0x14e)]['is'](_0x4939db(0x144),_0x4939db(0x174));){const _0x50b66b=_0x3397e2[_0x4939db(0x14e)][_0x4939db(0x15c)](_0x4939db(0x181));if(_0x50b66b==_0x1e7d15)_0x4560d8=_0x3397e2[_0x4939db(0x14e)];else{if(_0x50b66b<_0x1e7d15)break;}_0x3397e2=_0x3397e2[_0x4939db(0x14e)];}return _0x4560d8;}function ue(_0x40446b){const _0x1ffaf8=_0x328a54,_0x3bf2d3=[];if(_0x40446b['is'](_0x1ffaf8(0x144),_0x1ffaf8(0x174))&&_0x40446b[_0x1ffaf8(0x15c)](_0x1ffaf8(0x181))>0x0){let _0x4cb96c=_0x40446b[_0x1ffaf8(0x16c)];for(;_0x4cb96c&&_0x1ffaf8(0x174)==_0x4cb96c[_0x1ffaf8(0x146)]&&_0x4cb96c[_0x1ffaf8(0x15c)](_0x1ffaf8(0x181))==_0x40446b[_0x1ffaf8(0x15c)](_0x1ffaf8(0x181));)_0x3bf2d3[_0x1ffaf8(0x16f)](_0x4cb96c),_0x4cb96c=_0x4cb96c[_0x1ffaf8(0x16c)];}return _0x3bf2d3;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x410cc9=_0x4896;function _0x5077(){const _0x2c76f1=['filter','before','config','handleListReversedCommand','afterInit','reversed','createRange','commandName','element','formatInline','backward','3017490PTtFUj','3867296fqwgkJ','_getSuggestionBlocks','1967EYAPjj','list.properties','editor','LegacyListUtils','format','*Format:*\x20set\x20start\x20index\x20to\x20%0','startIndex','toUpperCase','replace','1922472pbsrLd','locale','bind','_LIST_','formatBlock','*Change\x20to:*\x20%0','registerDescriptionCallback','unshift','styles','TrackChangesEditing','_getTranslationKeyForListStyle','selection','change','plugins','10878dzJPYO','listType','numbered','handleDescriptions','get','578852OrmQAe','*Format:*\x20set\x20order\x20to\x20reversed','createPositionAt','getListTypeFromListStyleType','push','listItem','length','getLastPosition','LegacyListPropertiesEditing','forward','markMultiRangeBlockFormat','enableCommand','from','_getSuggestionBlocksForListStyle','model','*Format:*\x20set\x20order\x20to\x20regular','flat','getSiblingNodes','descriptionFactory','type','parent','map','594964UymwGt','handleListStartCommand','getAttribute','default','listStart','1950940TkigWd','listReversed','listStyle','document','ELEMENT_','has','getFirstPosition','getSelectedBlocks','handleListStyleCommand','commandParams'];_0x5077=function(){return _0x2c76f1;};return _0x5077();}(function(_0x4b6a07,_0x5f4b69){const _0x45c4fe=_0x4896,_0x43ceb4=_0x4b6a07();while(!![]){try{const _0x5b1002=parseInt(_0x45c4fe(0x13e))/0x1+parseInt(_0x45c4fe(0x154))/0x2+-parseInt(_0x45c4fe(0x12b))/0x3+parseInt(_0x45c4fe(0x159))/0x4+parseInt(_0x45c4fe(0x16e))/0x5+parseInt(_0x45c4fe(0x139))/0x6*(-parseInt(_0x45c4fe(0x171))/0x7)+-parseInt(_0x45c4fe(0x16f))/0x8;if(_0x5b1002===_0x5f4b69)break;else _0x43ceb4['push'](_0x43ceb4['shift']());}catch(_0x3bdc2f){_0x43ceb4['push'](_0x43ceb4['shift']());}}}(_0x5077,0x51836));import{Plugin as _0x5f3bb5}from'ckeditor5/src/core.js';function _0x4896(_0xfa2216,_0x5e94a0){const _0x50779d=_0x5077();return _0x4896=function(_0x489659,_0x12c255){_0x489659=_0x489659-0x126;let _0x194389=_0x50779d[_0x489659];return _0x194389;},_0x4896(_0xfa2216,_0x5e94a0);}import{getTranslation as _0x4f4f41}from'../utils/common-translations.js';export default class W extends _0x5f3bb5{[_0x410cc9(0x167)](){const _0x4c76e3=_0x410cc9;if(!this[_0x4c76e3(0x173)][_0x4c76e3(0x138)][_0x4c76e3(0x15e)](_0x4c76e3(0x146)))return;const _0x384586=this[_0x4c76e3(0x173)][_0x4c76e3(0x165)][_0x4c76e3(0x13d)](_0x4c76e3(0x172)),_0x53be18=this[_0x4c76e3(0x173)][_0x4c76e3(0x138)][_0x4c76e3(0x13d)](_0x4c76e3(0x134));_0x384586[_0x4c76e3(0x133)]&&_0x53be18[_0x4c76e3(0x149)](_0x4c76e3(0x15b),this[_0x4c76e3(0x161)][_0x4c76e3(0x12d)](this)),_0x384586[_0x4c76e3(0x168)]&&_0x53be18[_0x4c76e3(0x149)](_0x4c76e3(0x15a),this[_0x4c76e3(0x166)][_0x4c76e3(0x12d)](this)),_0x384586[_0x4c76e3(0x128)]&&_0x53be18[_0x4c76e3(0x149)](_0x4c76e3(0x158),this[_0x4c76e3(0x155)][_0x4c76e3(0x12d)](this)),_0x53be18[_0x4c76e3(0x150)][_0x4c76e3(0x131)](this[_0x4c76e3(0x13c)][_0x4c76e3(0x12d)](this));}[_0x410cc9(0x161)](_0x51fd31,_0xac0736={}){const _0x5092f0=_0x410cc9,_0x339a5c=this[_0x5092f0(0x173)][_0x5092f0(0x138)][_0x5092f0(0x13d)](_0x5092f0(0x134)),_0x5233f3=this[_0x5092f0(0x14b)]();this[_0x5092f0(0x173)][_0x5092f0(0x14c)][_0x5092f0(0x137)](()=>{const _0x169c84=_0x5092f0;_0x339a5c[_0x169c84(0x148)](_0x5233f3,{'commandName':_0x169c84(0x15b),'commandParams':[{'type':_0xac0736[_0x169c84(0x151)]}],'formatGroupId':_0x169c84(0x15b)});});}[_0x410cc9(0x166)](_0x27da7f,_0x3eb8ce={}){const _0x2e9da9=_0x410cc9,_0x307e4b=this[_0x2e9da9(0x173)][_0x2e9da9(0x138)][_0x2e9da9(0x13d)](_0x2e9da9(0x134)),_0x575b5b=this[_0x2e9da9(0x170)](_0xa29b79=>_0xa29b79['is'](_0x2e9da9(0x16b),_0x2e9da9(0x143))&&_0x2e9da9(0x13b)===_0xa29b79[_0x2e9da9(0x156)](_0x2e9da9(0x13a)));if(_0x575b5b[_0x2e9da9(0x144)]<0x1)return;const _0x2aa03e=_0x575b5b[_0x2e9da9(0x153)](_0x5d54bb=>this[_0x2e9da9(0x173)][_0x2e9da9(0x14c)][_0x2e9da9(0x169)](this[_0x2e9da9(0x173)][_0x2e9da9(0x14c)][_0x2e9da9(0x140)](_0x5d54bb,_0x2e9da9(0x164)),this[_0x2e9da9(0x173)][_0x2e9da9(0x14c)][_0x2e9da9(0x140)](_0x5d54bb,0x0)));this[_0x2e9da9(0x173)][_0x2e9da9(0x14c)][_0x2e9da9(0x137)](()=>{const _0x376955=_0x2e9da9;_0x307e4b[_0x376955(0x148)](_0x2aa03e,{'commandName':_0x376955(0x15a),'commandParams':[{'reversed':_0x3eb8ce[_0x376955(0x168)]}],'formatGroupId':_0x376955(0x15a)});});}[_0x410cc9(0x155)](_0x2cc73c,_0x3687a7={}){const _0x68d577=_0x410cc9,_0x31bb06=this[_0x68d577(0x173)][_0x68d577(0x138)][_0x68d577(0x13d)](_0x68d577(0x134)),_0x5320cd=this[_0x68d577(0x170)](_0x54e573=>_0x54e573['is'](_0x68d577(0x16b),_0x68d577(0x143))&&_0x68d577(0x13b)===_0x54e573[_0x68d577(0x156)](_0x68d577(0x13a)));if(_0x5320cd[_0x68d577(0x144)]<0x1)return;const _0x28c39d=_0x5320cd[_0x68d577(0x153)](_0x2b5588=>this[_0x68d577(0x173)][_0x68d577(0x14c)][_0x68d577(0x169)](this[_0x68d577(0x173)][_0x68d577(0x14c)][_0x68d577(0x140)](_0x2b5588,_0x68d577(0x164)),this[_0x68d577(0x173)][_0x68d577(0x14c)][_0x68d577(0x140)](_0x2b5588,0x0)));this[_0x68d577(0x173)][_0x68d577(0x14c)][_0x68d577(0x137)](()=>{const _0xe14494=_0x68d577;_0x31bb06[_0xe14494(0x148)](_0x28c39d,{'commandName':_0xe14494(0x158),'commandParams':[{'startIndex':_0x3687a7[_0xe14494(0x128)]}],'formatGroupId':_0xe14494(0x158)});});}[_0x410cc9(0x13c)](_0x23b3be){const _0x2bfc73=_0x410cc9;if(_0x2bfc73(0x12f)!=_0x23b3be[_0x2bfc73(0x151)]&&_0x2bfc73(0x16c)!=_0x23b3be[_0x2bfc73(0x151)])return;const _0x27a9ad=this[_0x2bfc73(0x173)][_0x2bfc73(0x12c)],{data:_0x42b16f}=_0x23b3be;if(!_0x42b16f)return;let _0x428a15,_0x3ad4ee;switch(_0x42b16f[_0x2bfc73(0x16a)]){case _0x2bfc73(0x15b):_0x428a15=_0x2bfc73(0x130),_0x3ad4ee={'type':_0x2bfc73(0x126),'content':_0x4f4f41(_0x27a9ad,_0x428a15,_0x4f4f41(_0x27a9ad,this[_0x2bfc73(0x135)](_0x42b16f[_0x2bfc73(0x162)][0x0][_0x2bfc73(0x151)])))};break;case _0x2bfc73(0x15a):_0x428a15=_0x42b16f[_0x2bfc73(0x162)][0x0][_0x2bfc73(0x168)]?_0x2bfc73(0x13f):_0x2bfc73(0x14d),_0x3ad4ee={'type':_0x2bfc73(0x126),'content':_0x4f4f41(_0x27a9ad,_0x428a15)};break;case _0x2bfc73(0x158):_0x428a15=_0x2bfc73(0x127),_0x3ad4ee={'type':_0x2bfc73(0x126),'content':_0x4f4f41(_0x27a9ad,_0x428a15,_0x42b16f[_0x2bfc73(0x162)][0x0][_0x2bfc73(0x128)])};}return _0x3ad4ee;}[_0x410cc9(0x14b)](){const _0x87143f=_0x410cc9;var _0x24fbfd,_0x5e4d7d,_0x1cf1cb,_0x3bd967;const _0x2243db=this[_0x87143f(0x173)][_0x87143f(0x138)][_0x87143f(0x13d)](_0x87143f(0x174));let _0x1633a4=Array[_0x87143f(0x14a)](this[_0x87143f(0x173)][_0x87143f(0x14c)][_0x87143f(0x15c)][_0x87143f(0x136)][_0x87143f(0x160)]());return(null===(_0x24fbfd=_0x1633a4[0x0])||void 0x0===_0x24fbfd?void 0x0:_0x24fbfd['is'](_0x87143f(0x16b),_0x87143f(0x143)))&&_0x1633a4[_0x87143f(0x132)](..._0x2243db[_0x87143f(0x14f)](this[_0x87143f(0x173)][_0x87143f(0x14c)][_0x87143f(0x15c)][_0x87143f(0x136)][_0x87143f(0x15f)](),_0x87143f(0x16d))),(null===(_0x5e4d7d=_0x1633a4[_0x1633a4[_0x87143f(0x144)]-0x1])||void 0x0===_0x5e4d7d?void 0x0:_0x5e4d7d['is'](_0x87143f(0x16b),_0x87143f(0x143)))&&_0x1633a4[_0x87143f(0x142)](..._0x2243db[_0x87143f(0x14f)](this[_0x87143f(0x173)][_0x87143f(0x14c)][_0x87143f(0x15c)][_0x87143f(0x136)][_0x87143f(0x145)](),_0x87143f(0x147))),_0x1633a4=[...new Set(_0x1633a4)],(null===(_0x3bd967=null===(_0x1cf1cb=this[_0x87143f(0x173)][_0x87143f(0x14c)][_0x87143f(0x15c)][_0x87143f(0x136)][_0x87143f(0x15f)]())||void 0x0===_0x1cf1cb?void 0x0:_0x1cf1cb[_0x87143f(0x152)])||void 0x0===_0x3bd967?void 0x0:_0x3bd967['is'](_0x87143f(0x16b),_0x87143f(0x143)))&&(_0x1633a4=_0x1633a4[_0x87143f(0x163)](_0x4caee9=>_0x4caee9['is'](_0x87143f(0x16b),_0x87143f(0x143)))),_0x1633a4;}[_0x410cc9(0x170)](_0x5b7c42){const _0x1e3c97=_0x410cc9,_0x2f9b57=this[_0x1e3c97(0x173)][_0x1e3c97(0x138)][_0x1e3c97(0x13d)](_0x1e3c97(0x174));let _0x18ee85=Array[_0x1e3c97(0x14a)](this[_0x1e3c97(0x173)][_0x1e3c97(0x14c)][_0x1e3c97(0x15c)][_0x1e3c97(0x136)][_0x1e3c97(0x160)]())[_0x1e3c97(0x163)](_0x5b7c42)[_0x1e3c97(0x153)](_0x337346=>{const _0x24fd74=_0x1e3c97,_0xa0d3c7=this[_0x24fd74(0x173)][_0x24fd74(0x14c)][_0x24fd74(0x140)](_0x337346,0x0);return[..._0x2f9b57[_0x24fd74(0x14f)](_0xa0d3c7,_0x24fd74(0x16d)),..._0x2f9b57[_0x24fd74(0x14f)](_0xa0d3c7,_0x24fd74(0x147))];})[_0x1e3c97(0x14e)]();return _0x18ee85=[...new Set(_0x18ee85)],_0x18ee85;}[_0x410cc9(0x135)](_0x38e764){const _0x1b3201=_0x410cc9;return _0x1b3201(0x15d)+(this[_0x1b3201(0x173)][_0x1b3201(0x138)][_0x1b3201(0x13d)](_0x1b3201(0x174))[_0x1b3201(0x141)](_0x38e764)||_0x1b3201(0x157))[_0x1b3201(0x129)]()+_0x1b3201(0x12e)+_0x38e764[_0x1b3201(0x129)]()[_0x1b3201(0x12a)](/-/g,'_');}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x5392(){const _0x4535a0=['4463192nquxrs','919773gmVXvi','registerInlineAttribute','get','toLowerCase','formatInline','attribute','linkHref','484465VJBMQr','commands','registerDescriptionCallback','71616qEDJKq','commandParams','32CSeXvM','registerAttributeLabel','manualDecorators','descriptionFactory','format','11715039rJsJGP','editor','_registerLegacyDescription','unlink','LinkEditing','newValue','535379CEdxQx','commandName','91kMMBKw','locale','type','label','key','*Set\x20link:*\x20%0','plugins','afterInit','1321116uKlreT','enableDefaultAttributesIntegration','TrackChangesEditing','*Remove\x20link*','link','link\x20(','has'];_0x5392=function(){return _0x4535a0;};return _0x5392();}function _0x5a4c(_0x39f098,_0x2c14d0){const _0x539297=_0x5392();return _0x5a4c=function(_0x5a4c0d,_0x9c11d8){_0x5a4c0d=_0x5a4c0d-0x1c9;let _0x435d34=_0x539297[_0x5a4c0d];return _0x435d34;},_0x5a4c(_0x39f098,_0x2c14d0);}const _0x4196db=_0x5a4c;(function(_0x58b071,_0x6d980f){const _0x5822f5=_0x5a4c,_0x28880=_0x58b071();while(!![]){try{const _0x15de66=-parseInt(_0x5822f5(0x1d7))/0x1+-parseInt(_0x5822f5(0x1e1))/0x2+parseInt(_0x5822f5(0x1e9))/0x3+parseInt(_0x5822f5(0x1cc))/0x4*(parseInt(_0x5822f5(0x1f0))/0x5)+parseInt(_0x5822f5(0x1ca))/0x6*(-parseInt(_0x5822f5(0x1d9))/0x7)+-parseInt(_0x5822f5(0x1e8))/0x8+parseInt(_0x5822f5(0x1d1))/0x9;if(_0x15de66===_0x6d980f)break;else _0x28880['push'](_0x28880['shift']());}catch(_0x40e131){_0x28880['push'](_0x28880['shift']());}}}(_0x5392,0x73d22));import{Plugin as _0x4b13ff}from'ckeditor5/src/core.js';import{getTranslation as _0x33e1a4}from'../utils/common-translations.js';export default class ht extends _0x4b13ff{[_0x4196db(0x1e0)](){const _0xc54ef2=_0x4196db,_0xa1e0c7=this[_0xc54ef2(0x1d2)];if(!_0xa1e0c7[_0xc54ef2(0x1df)][_0xc54ef2(0x1e7)](_0xc54ef2(0x1d5)))return;const _0xfc65ce=_0xa1e0c7[_0xc54ef2(0x1df)][_0xc54ef2(0x1eb)](_0xc54ef2(0x1e3)),_0x195f3d=_0xa1e0c7[_0xc54ef2(0x1f1)][_0xc54ef2(0x1eb)](_0xc54ef2(0x1e5));_0xfc65ce[_0xc54ef2(0x1e2)](_0xc54ef2(0x1e5)),_0xfc65ce[_0xc54ef2(0x1e2)](_0xc54ef2(0x1d4)),_0xfc65ce[_0xc54ef2(0x1ea)](_0xc54ef2(0x1ef));for(const _0x40ce50 of _0x195f3d[_0xc54ef2(0x1ce)])_0xfc65ce[_0xc54ef2(0x1ea)](_0x40ce50['id']),_0xfc65ce[_0xc54ef2(0x1cf)][_0xc54ef2(0x1cd)](_0x40ce50['id'],_0xc54ef2(0x1e6)+_0x40ce50[_0xc54ef2(0x1dc)][_0xc54ef2(0x1ec)]()+')');_0xfc65ce[_0xc54ef2(0x1cf)][_0xc54ef2(0x1c9)](_0x2f6419=>{const _0x4717fd=_0xc54ef2;if(_0x4717fd(0x1ee)!=_0x2f6419[_0x4717fd(0x1db)])return;const {data:_0x405853}=_0x2f6419;if(!_0x405853||_0x4717fd(0x1ef)!=_0x405853[_0x4717fd(0x1dd)])return;const _0x410b6e=_0x405853[_0x4717fd(0x1d6)],_0x247a81=_0xa1e0c7[_0x4717fd(0x1da)];return{'type':_0x4717fd(0x1d0),'content':null==_0x410b6e?_0x33e1a4(_0x247a81,_0x4717fd(0x1e4)):_0x33e1a4(_0x247a81,_0x4717fd(0x1de),'\x22'+_0x410b6e+'\x22')};}),this[_0xc54ef2(0x1d3)]();}[_0x4196db(0x1d3)](){const _0x3a79f7=_0x4196db,_0x15a49e=this[_0x3a79f7(0x1d2)],_0x257b60=_0x15a49e[_0x3a79f7(0x1da)];_0x15a49e[_0x3a79f7(0x1df)][_0x3a79f7(0x1eb)](_0x3a79f7(0x1e3))[_0x3a79f7(0x1cf)][_0x3a79f7(0x1c9)](_0x3b386=>{const _0x48069f=_0x3a79f7;if(_0x48069f(0x1ed)!=_0x3b386[_0x48069f(0x1db)])return;const {data:_0x5924f5}=_0x3b386;if(_0x5924f5){if(_0x48069f(0x1e5)==_0x5924f5[_0x48069f(0x1d8)]){const _0x1b1783=_0x5924f5[_0x48069f(0x1cb)][0x0];return{'type':_0x48069f(0x1d0),'content':_0x33e1a4(_0x257b60,_0x48069f(0x1de),'\x22'+_0x1b1783+'\x22')};}return _0x48069f(0x1d4)==_0x5924f5[_0x48069f(0x1d8)]?{'type':_0x48069f(0x1d0),'content':_0x33e1a4(_0x257b60,_0x48069f(0x1e4))}:void 0x0;}});}}
|
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x1d86(_0x2e742d,_0x2042eb){const _0x133429=_0x1334();return _0x1d86=function(_0x1d86bb,_0x152206){_0x1d86bb=_0x1d86bb-0x157;let _0x3bc0fd=_0x133429[_0x1d86bb];return _0x3bc0fd;},_0x1d86(_0x2e742d,_0x2042eb);}const _0x38beea=_0x1d86;(function(_0x5aa809,_0x42576f){const _0x1da78f=_0x1d86,_0x53374e=_0x5aa809();while(!![]){try{const _0x1a76d4=-parseInt(_0x1da78f(0x17d))/0x1*(-parseInt(_0x1da78f(0x1ac))/0x2)+parseInt(_0x1da78f(0x169))/0x3+parseInt(_0x1da78f(0x18f))/0x4*(parseInt(_0x1da78f(0x1da))/0x5)+parseInt(_0x1da78f(0x1e9))/0x6*(-parseInt(_0x1da78f(0x161))/0x7)+-parseInt(_0x1da78f(0x165))/0x8*(-parseInt(_0x1da78f(0x1ad))/0x9)+parseInt(_0x1da78f(0x1d3))/0xa+-parseInt(_0x1da78f(0x166))/0xb*(parseInt(_0x1da78f(0x1b2))/0xc);if(_0x1a76d4===_0x42576f)break;else _0x53374e['push'](_0x53374e['shift']());}catch(_0x5d1bc6){_0x53374e['push'](_0x53374e['shift']());}}}(_0x1334,0x27607));import{Plugin as _0x2a4abb}from'ckeditor5/src/core.js';function _0x1334(){const _0x5524f6=['_getAttributeKey','attributeKey','containsItem','*Split:*\x20list\x20item','_supportLegacySuggestions','refresh','enableDefaultAttributesIntegration','add','numberedList','312082XjPRFe','9etMkSv','registerCustomCallback','ELEMENT_','*Outdent:*\x20%0','ELEMENT_LIST_ITEM','24NPHNIY','suggestion:attribute:','fromRange','listItemId','accept','toUpperCase','registerAttributeLabel','high','getFirstMarker','isObject','format','todoListChecked','descriptionFactory','customNumberedList','ELEMENT_NUMBERED_LIST','listIndent','*Merge:*\x20list\x20item','_splitMarkerName','documentList','includes','*Merge:*\x20%0','end','commandName','registerElementLabel','registerDescriptionCallback','getFirstRange','checkTodoList','splitListItemAfter','oldRange','plugins','document','isLocal','startsWith','2327510enmUQR','todoListCheck','groupId','editor','listStart','todoList','bulletedList','265810etWoWE','formatBlock','*Format:*\x20insert\x20into\x20%0','filter','type','model','setSelection','isUndo','value','registerPostFixer','_suggestionFactory','afterInit','getAttribute','*Change\x20to:*\x20%0','key','6ZEazbw','splitListItemBefore','deletion','setAttribute','locale','noTrackChangesFixer','getSuggestion','TodoListEditing','change','_LIST','head','listStyle','newRange','attributes','oldValue','next','newValue','multipleBlocks','indentList','range','_findSuggestions','registerBlockAttribute','ELEMENT_TODO_LIST','mergeListItemForward','commandParams','attribute','listReversed','isNextTo','375319lVmHME','name','find','from','1922936YeCvTf','3426269RGMiif','meta','map','147651dxSNiO','*Format:*\x20remove\x20from\x20%0','*Indent:*\x20%0','trackChangesCommand','previousSibling','batch','createRange','listMarkerStyle','start','forceValue','change:data','config','data','size','getSuggestions','*Remove\x20format:*\x20%0','parent','getChanges','FORMAT_INDENT','createPositionAt','1ZAoRCF','length','nextSibling','schema','customBulletedList','*Uncheck\x20item*','listItemIdFixer','commands','removeMarker','execute','get','listType','_registerLegacyDescription','todo','mergeListItemBackward','selection','ListEditing','getRanges','12pBOiiR','has','push','*Check\x20item*','list.multiBlock','outdentList','ELEMENT_BULLETED_LIST','differ','suggestion','getChangedMarkers','detach','assureChains','default','hasSuggestion','TrackChangesEditing','numbered','*Set\x20format:*\x20%0','nodeAfter','bulleted','listMarker'];_0x1334=function(){return _0x5524f6;};return _0x1334();}import{getTranslation as _0x443e66}from'../utils/common-translations.js';import{renameAttributeKey as _0xf57297}from'../trackchangesediting.js';import{LiveRange as _0x10bb80}from'ckeditor5/src/engine.js';export default class K extends _0x2a4abb{[_0x38beea(0x1e5)](){const _0x9346b1=_0x38beea,_0x57ad68=this[_0x9346b1(0x1d6)];if(!_0x57ad68[_0x9346b1(0x1cf)][_0x9346b1(0x190)](_0x9346b1(0x18d)))return;const _0x3bd00d=_0x57ad68[_0x9346b1(0x1ed)],_0x1f4625=_0x57ad68[_0x9346b1(0x1cf)][_0x9346b1(0x187)](_0x9346b1(0x19d)),_0x1a63d5=_0x57ad68[_0x9346b1(0x1cf)][_0x9346b1(0x190)](_0x9346b1(0x1f0)),_0x49b495=!!_0x57ad68[_0x9346b1(0x174)][_0x9346b1(0x187)](_0x9346b1(0x193));function _0x1ba84a(_0x5b4927){const _0x497450=_0x9346b1;return{'type':_0x497450(0x1bc),'content':''+_0x443e66(_0x3bd00d,_0x497450(0x19f),_0x5b4927)};}function _0xb1ea6d(_0x415958){const _0x31f59e=_0x9346b1;return{'type':_0x31f59e(0x1bc),'content':''+_0x443e66(_0x3bd00d,_0x31f59e(0x178),_0x415958)};}_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x1ab)),_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x1d9)),_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x1bf)),_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x181)),_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x157)),_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x194)),_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x1cd)),_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x1ea)),_0x1f4625[_0x9346b1(0x15a)](_0x9346b1(0x1b5)),_0x1f4625[_0x9346b1(0x15a)](_0x9346b1(0x188)),_0x1f4625[_0x9346b1(0x15a)](_0x9346b1(0x1c1)),_0x49b495&&(_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x18b)),_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x15c))),_0x1a63d5&&(_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x1d8)),_0x1f4625[_0x9346b1(0x1a9)](_0x9346b1(0x1cc)),_0x1f4625[_0x9346b1(0x15a)](_0x9346b1(0x1bd)),_0x1f4625[_0x9346b1(0x1be)][_0x9346b1(0x1ca)](_0x4dc32c=>{const _0x1db8e2=_0x9346b1,{data:_0x37ef8b}=_0x4dc32c;if(_0x37ef8b&&_0x1db8e2(0x1bd)==_0x37ef8b[_0x1db8e2(0x1e8)])return{'type':_0x1db8e2(0x1bc),'content':_0x37ef8b[_0x1db8e2(0x1f9)]?_0x443e66(_0x3bd00d,_0x1db8e2(0x192)):_0x443e66(_0x3bd00d,_0x1db8e2(0x182))};}),this[_0x9346b1(0x1d6)][_0x9346b1(0x1df)][_0x9346b1(0x1d0)][_0x9346b1(0x1e3)](_0x2e4d88=>{const _0x4b7600=_0x9346b1;if(_0x2e4d88[_0x4b7600(0x16e)][_0x4b7600(0x1e1)])return!0x1;let _0x1335ce=!0x1;const _0x20f94d=_0x1f4625[_0x4b7600(0x177)]({'skipNotAttached':!0x0})[_0x4b7600(0x1dd)](_0xa89e70=>_0x4b7600(0x1bd)===_0x1f4625[_0x4b7600(0x1a3)](_0xa89e70));for(const _0x207215 of _0x20f94d){_0x4b7600(0x18a)!=_0x207215[_0x4b7600(0x1cb)]()[_0x4b7600(0x171)][_0x4b7600(0x1a0)][_0x4b7600(0x1e6)](_0x4b7600(0x188))&&(_0x1f4625[_0x4b7600(0x159)](_0x207215[_0x4b7600(0x1cb)](),_0x4b7600(0x15e))[_0x4b7600(0x163)](_0x4711ce=>_0x4b7600(0x188)===_0x1f4625[_0x4b7600(0x1a3)](_0x4711ce[_0x4b7600(0x197)]))||(_0x2e4d88[_0x4b7600(0x185)](_0x207215[_0x4b7600(0x1ba)]()),_0x1335ce=!0x0));}return _0x1335ce;})),_0x1f4625[_0x9346b1(0x1be)][_0x9346b1(0x1b8)](_0x9346b1(0x1c1),_0x443e66(_0x3bd00d,_0x9346b1(0x17b)));const _0xd8c894={'type':_0x9346b1(0x1bc),'content':''};_0x1f4625[_0x9346b1(0x1be)][_0x9346b1(0x1ca)](_0x2c544a=>{const _0x3092a2=_0x9346b1,{data:_0x7204}=_0x2c544a;if(!_0x7204||_0x3092a2(0x188)!=_0x7204[_0x3092a2(0x1e8)])return;let _0x14c8e7=_0x2c544a[_0x3092a2(0x1f3)];for(;_0x14c8e7;){if(_0x14c8e7[_0x3092a2(0x175)]&&((_0x3092a2(0x1f4)==_0x14c8e7[_0x3092a2(0x175)][_0x3092a2(0x1e8)]||_0x3092a2(0x170)==_0x14c8e7[_0x3092a2(0x175)][_0x3092a2(0x1e8)])&&(_0x14c8e7[_0x3092a2(0x175)][_0x3092a2(0x1f9)]&&_0x3092a2(0x19b)!=_0x14c8e7[_0x3092a2(0x175)][_0x3092a2(0x1f9)]||_0x3092a2(0x19b)!=_0x14c8e7[_0x3092a2(0x175)][_0x3092a2(0x1f7)]&&!_0x7204[_0x3092a2(0x1f9)])||!_0x49b495&&_0x14c8e7[_0x3092a2(0x175)][_0x3092a2(0x1e8)]==_0xf57297))return _0xd8c894;_0x14c8e7=_0x14c8e7[_0x3092a2(0x1f8)];}if(null==_0x7204[_0x3092a2(0x1f9)])switch(_0x7204[_0x3092a2(0x1f7)]){case _0x3092a2(0x1a1):return _0xb1ea6d(_0x443e66(_0x3bd00d,_0x3092a2(0x195)));case _0x3092a2(0x19e):return _0xb1ea6d(_0x443e66(_0x3bd00d,_0x3092a2(0x1c0)));case _0x3092a2(0x18a):return _0xb1ea6d(_0x443e66(_0x3bd00d,_0x3092a2(0x15b)));}switch(_0x7204[_0x3092a2(0x1f9)]){case _0x3092a2(0x1a1):return _0x1ba84a(_0x443e66(_0x3bd00d,_0x3092a2(0x195)));case _0x3092a2(0x19e):return _0x1ba84a(_0x443e66(_0x3bd00d,_0x3092a2(0x1c0)));case _0x3092a2(0x18a):return _0x1ba84a(_0x443e66(_0x3bd00d,_0x3092a2(0x15b)));}}),_0x1f4625[_0x9346b1(0x1be)][_0x9346b1(0x1ca)](_0x499f36=>{const _0x1b2e1a=_0x9346b1,{data:_0x465e57}=_0x499f36;if(_0x465e57&&_0x1b2e1a(0x1c1)==_0x465e57[_0x1b2e1a(0x1e8)])return null==_0x465e57[_0x1b2e1a(0x1f9)]||null==_0x465e57[_0x1b2e1a(0x1f7)]&&0x0==_0x465e57[_0x1b2e1a(0x1f9)]?_0xd8c894:void 0x0;}),_0x1f4625[_0x9346b1(0x1be)][_0x9346b1(0x1ca)](_0x190c54=>{const _0x356666=_0x9346b1;if(_0x356666(0x15e)!=_0x190c54[_0x356666(0x1de)])return;const {data:_0x2f2382}=_0x190c54;if(!_0x2f2382||_0x356666(0x1b5)!=_0x2f2382[_0x356666(0x1e8)])return;const _0x3ecea1=le(_0x190c54);return _0x356666(0x1f9)==_0x3ecea1?{'type':_0x356666(0x1bc),'content':_0x443e66(_0x3bd00d,_0x356666(0x1c2))}:_0x356666(0x1f7)==_0x3ecea1?{'type':_0x356666(0x1bc),'content':_0x443e66(_0x3bd00d,_0x356666(0x1a6))}:_0xd8c894;}),_0x57ad68[_0x9346b1(0x1df)][_0x9346b1(0x1d0)][_0x9346b1(0x1e3)](_0x8271b3=>this[_0x9346b1(0x183)](_0x8271b3)),_0x57ad68[_0x9346b1(0x1df)][_0x9346b1(0x1d0)][_0x9346b1(0x1e3)](_0x230abd=>this[_0x9346b1(0x1ee)](_0x230abd)),_0x57ad68[_0x9346b1(0x1df)][_0x9346b1(0x1d0)]['on'](_0x9346b1(0x173),(_0x4ae34a,_0x338cae)=>{const _0x5520e8=_0x9346b1;if(_0x338cae[_0x5520e8(0x1e1)]||!_0x338cae[_0x5520e8(0x1d1)])return!0x1;this[_0x5520e8(0x19a)]();},{'priority':_0x9346b1(0x1b9)}),this[_0x9346b1(0x1a7)]();}[_0x38beea(0x183)](_0x63039c){const _0x2cce60=_0x38beea;if(_0x63039c[_0x2cce60(0x16e)][_0x2cce60(0x1e1)]||!_0x63039c[_0x2cce60(0x16e)][_0x2cce60(0x1d1)])return!0x1;let _0x130b0c=!0x1;const _0xfb7ec9=this[_0x2cce60(0x1d6)][_0x2cce60(0x1cf)][_0x2cce60(0x187)](_0x2cce60(0x19d))[_0x2cce60(0x177)]({'skipNotAttached':!0x0})[_0x2cce60(0x1dd)](_0x1af3c2=>_0x1af3c2[_0x2cce60(0x175)]&&_0x2cce60(0x1b5)==_0x1af3c2[_0x2cce60(0x175)][_0x2cce60(0x1e8)])[_0x2cce60(0x1dd)](_0x588663=>_0x588663[_0x2cce60(0x175)][_0x2cce60(0x1f9)]&&_0x588663[_0x2cce60(0x175)][_0x2cce60(0x1f7)]);for(const _0x21e849 of _0xfb7ec9)le(_0x21e849)||(_0x63039c[_0x2cce60(0x185)](_0x21e849[_0x2cce60(0x1ba)]()),_0x130b0c=!0x0);return _0x130b0c;}[_0x38beea(0x1ee)](_0x1707d2){const _0x14aa0f=_0x38beea;if(_0x1707d2[_0x14aa0f(0x16e)][_0x14aa0f(0x1e1)]||!_0x1707d2[_0x14aa0f(0x16e)][_0x14aa0f(0x1d1)])return!0x1;const _0x3b80ff=this[_0x14aa0f(0x1d6)][_0x14aa0f(0x1cf)][_0x14aa0f(0x187)](_0x14aa0f(0x19d));if(_0x3b80ff[_0x14aa0f(0x16c)][_0x14aa0f(0x1e2)])return!0x1;let _0x36449e=!0x1;const _0x322970=[_0x14aa0f(0x188),_0x14aa0f(0x1b5),_0x14aa0f(0x1c1),_0x14aa0f(0x1f4),_0x14aa0f(0x1d7),_0x14aa0f(0x15f),_0x14aa0f(0x1d4),_0x14aa0f(0x1a2),_0x14aa0f(0x170)],_0x2fe75c=this[_0x14aa0f(0x1d6)][_0x14aa0f(0x1df)][_0x14aa0f(0x1d0)][_0x14aa0f(0x196)][_0x14aa0f(0x17a)]()[_0x14aa0f(0x1dd)](_0x119bd8=>_0x14aa0f(0x15e)==_0x119bd8[_0x14aa0f(0x1de)])[_0x14aa0f(0x1dd)](_0x50b1e7=>_0x322970[_0x14aa0f(0x1c5)](_0x50b1e7[_0x14aa0f(0x1a4)]));if(0x0==_0x2fe75c[_0x14aa0f(0x17e)])return _0x36449e;for(const _0xb19034 of _0x2fe75c){const _0x54bdb1=_0x3b80ff[_0x14aa0f(0x159)](_0xb19034[_0x14aa0f(0x158)],_0x14aa0f(0x15e))[_0x14aa0f(0x1dd)](_0x59415c=>!_0x59415c[_0x14aa0f(0x167)][_0x14aa0f(0x160)])[_0x14aa0f(0x168)](_0x5a7ab4=>_0x5a7ab4[_0x14aa0f(0x197)])[_0x14aa0f(0x1dd)](_0xc9c70e=>{const _0x406951=_0x14aa0f,_0x1248e4=_0x3b80ff[_0x406951(0x1a3)](_0xc9c70e);return _0x322970[_0x406951(0x1c5)](_0x1248e4);});if(_0x54bdb1[_0x14aa0f(0x17e)]){for(const _0x1bb58e of _0x54bdb1)_0x1707d2[_0x14aa0f(0x185)](_0x1bb58e[_0x14aa0f(0x1ba)]());_0x36449e=!0x0;}}return _0x36449e;}[_0x38beea(0x19a)](){const _0x147dff=_0x38beea,_0x5a4ced=this[_0x147dff(0x1d6)][_0x147dff(0x1cf)][_0x147dff(0x187)](_0x147dff(0x19d)),_0x56eb8b=[_0x147dff(0x188),_0x147dff(0x1b5),_0x147dff(0x1c1),_0x147dff(0x1f4),_0x147dff(0x1d7),_0x147dff(0x15f),_0x147dff(0x1d4),_0x147dff(0x1a2),_0x147dff(0x170)];let _0x3c6312;const _0x287c98=new Set(this[_0x147dff(0x1d6)][_0x147dff(0x1df)][_0x147dff(0x1d0)][_0x147dff(0x196)][_0x147dff(0x198)]()[_0x147dff(0x1dd)](_0x29bd27=>{const _0x3fa231=_0x147dff;if(_0x29bd27[_0x3fa231(0x175)][_0x3fa231(0x1ce)]||!_0x29bd27[_0x3fa231(0x175)][_0x3fa231(0x1f5)])return null;if(!_0x29bd27[_0x3fa231(0x162)][_0x3fa231(0x1d2)](_0x3fa231(0x1b3)))return null;const {id:_0x39946d}=_0x5a4ced[_0x3fa231(0x1c3)](_0x29bd27[_0x3fa231(0x162)]);if(!_0x5a4ced[_0x3fa231(0x19c)](_0x39946d))return null;const _0x424c2c=_0x5a4ced[_0x3fa231(0x1ef)](_0x39946d);return _0x56eb8b[_0x3fa231(0x1c5)](_0x424c2c[_0x3fa231(0x175)][_0x3fa231(0x1e8)]);})[_0x147dff(0x168)](_0x486fd0=>{const _0x15d679=_0x147dff,{id:_0x18ce17}=_0x5a4ced[_0x15d679(0x1c3)](_0x486fd0[_0x15d679(0x162)]),_0x362c4d=_0x5a4ced[_0x15d679(0x1ef)](_0x18ce17);return _0x3c6312=_0x362c4d[_0x15d679(0x1f6)][_0x15d679(0x1d5)],_0x362c4d[_0x15d679(0x1cb)]()[_0x15d679(0x171)][_0x15d679(0x1a0)];}));if(0x0==_0x287c98[_0x147dff(0x176)])return;const _0x1dffe4=_0x5a4ced[_0x147dff(0x177)]({'skipNotAttached':!0x0})[_0x147dff(0x1dd)](_0x1d81ef=>_0x147dff(0x15e)==_0x1d81ef[_0x147dff(0x1de)]&&_0x1d81ef[_0x147dff(0x175)]&&_0x56eb8b[_0x147dff(0x1c5)](_0x1d81ef[_0x147dff(0x175)][_0x147dff(0x1e8)])&&_0x1d81ef[_0x147dff(0x1f6)][_0x147dff(0x1d5)]!=_0x3c6312)[_0x147dff(0x168)](_0x323729=>({'listItem':_0x323729[_0x147dff(0x1cb)]()[_0x147dff(0x171)][_0x147dff(0x1a0)],'groupId':_0x323729[_0x147dff(0x1f6)][_0x147dff(0x1d5)]})),_0x410166=new Set();for(const {groupId:_0x56cc9b,listItem:_0x5f2325}of _0x1dffe4)_0x287c98[_0x147dff(0x190)](_0x5f2325)&&_0x410166[_0x147dff(0x1aa)](_0x56cc9b);for(const _0xac5ade of _0x5a4ced[_0x147dff(0x177)]())_0x410166[_0x147dff(0x190)](_0xac5ade[_0x147dff(0x1f6)][_0x147dff(0x1d5)])&&_0xac5ade[_0x147dff(0x1ec)](_0x147dff(0x1d5),_0x3c6312);}[_0x38beea(0x1a7)](){const _0x304d46=_0x38beea,_0x2821d7=this[_0x304d46(0x1d6)],_0x2581ac=_0x2821d7[_0x304d46(0x1ed)],_0x28e3b8=_0x2821d7[_0x304d46(0x1cf)][_0x304d46(0x187)](_0x304d46(0x19d));this[_0x304d46(0x189)](),_0x28e3b8[_0x304d46(0x1e4)][_0x304d46(0x1ae)](_0x304d46(0x1db),_0x304d46(0x1c4),_0x304d46(0x1b6),function(_0x1ebed7,_0x4f7453){const _0x5e16f1=_0x304d46,_0xae677b=[];for(let _0x4daf63 of _0x1ebed7)_0x4daf63[_0x5e16f1(0x171)][_0x5e16f1(0x1a0)]===_0x4daf63[_0x5e16f1(0x1c7)][_0x5e16f1(0x179)]&&(_0x4daf63=_0x2821d7[_0x5e16f1(0x1df)][_0x5e16f1(0x16f)](_0x2821d7[_0x5e16f1(0x1df)][_0x5e16f1(0x17c)](_0x4daf63[_0x5e16f1(0x171)][_0x5e16f1(0x1a0)],0x0))),_0xae677b[_0x5e16f1(0x191)](_0x4daf63);_0x2821d7[_0x5e16f1(0x1df)][_0x5e16f1(0x1f1)](_0x20d042=>{const _0x27abd5=_0x5e16f1,_0x77e0c5=_0x2821d7[_0x27abd5(0x1df)][_0x27abd5(0x1d0)][_0x27abd5(0x18c)],_0x23aa33=Array[_0x27abd5(0x164)](_0x77e0c5[_0x27abd5(0x18e)]())[_0x27abd5(0x168)](_0x2f0a3e=>_0x10bb80[_0x27abd5(0x1b4)](_0x2f0a3e));_0x20d042[_0x27abd5(0x1e0)](_0xae677b),_0x2821d7[_0x27abd5(0x184)][_0x27abd5(0x187)](_0x4f7453[_0x27abd5(0x1c8)])[_0x27abd5(0x1a8)](),_0x4f7453[_0x27abd5(0x15d)][_0x27abd5(0x191)]({'forceDefaultExecution':!0x0}),_0x2821d7[_0x27abd5(0x186)](_0x4f7453[_0x27abd5(0x1c8)],..._0x4f7453[_0x27abd5(0x15d)]),_0x20d042[_0x27abd5(0x1e0)](_0x23aa33);for(const _0x2d9171 of _0x23aa33)_0x2d9171[_0x27abd5(0x199)]();});}),_0x28e3b8[_0x304d46(0x1be)][_0x304d46(0x1c9)](function(_0x294953){const _0x166dbf=_0x304d46,_0x14a0b6=!_0x2821d7[_0x166dbf(0x1df)][_0x166dbf(0x180)][_0x166dbf(0x1bb)](_0x294953),_0x4d616e=_0x294953[_0x166dbf(0x16d)],_0x39c6a3=_0x294953[_0x166dbf(0x17f)],_0x5c5ff1=_0x294953[_0x166dbf(0x1e6)](_0x166dbf(0x1b5)),_0xbe0e13=!_0x4d616e||_0x4d616e[_0x166dbf(0x1e6)](_0x166dbf(0x1b5))!==_0x5c5ff1,_0x1803de=!_0x39c6a3||_0x39c6a3[_0x166dbf(0x1e6)](_0x166dbf(0x1b5))!==_0x5c5ff1;return _0x14a0b6&&Boolean(_0x5c5ff1)&&_0xbe0e13&&_0x1803de;},_0x11b0cc=>_0x443e66(_0x2581ac,_0x304d46(0x1b1),_0x11b0cc));}[_0x38beea(0x189)](){const _0xa87168=_0x38beea,_0x2976d0=this[_0xa87168(0x1d6)],_0x4cae91=_0x2976d0[_0xa87168(0x1ed)];function _0x15ebe4(_0x6d9f4d){const _0x12e7b7=_0xa87168,_0x5a7d4e=_0x2976d0[_0x12e7b7(0x184)][_0x12e7b7(0x187)](_0x12e7b7(0x1d9))[_0x12e7b7(0x1e2)],_0x3da585=_0x2976d0[_0x12e7b7(0x184)][_0x12e7b7(0x187)](_0x12e7b7(0x1ab))[_0x12e7b7(0x1e2)];return _0x12e7b7(0x1ab)===_0x6d9f4d?_0x5a7d4e:_0x3da585;}_0x2976d0[_0xa87168(0x1cf)][_0xa87168(0x187)](_0xa87168(0x19d))[_0xa87168(0x1be)][_0xa87168(0x1ca)](function(_0x51cf11){const _0x1bb881=_0xa87168;if(_0x1bb881(0x1db)!=_0x51cf11[_0x1bb881(0x1de)])return;const {data:_0x2ea3a9}=_0x51cf11;if(!_0x2ea3a9)return;let _0x239150,_0x1ed933,_0x177864,_0x3b059e;switch(_0x2ea3a9[_0x1bb881(0x1c8)]){case _0x1bb881(0x1d9):_0x177864=_0x2ea3a9[_0x1bb881(0x15d)][0x0][_0x1bb881(0x172)],_0x3b059e=_0x15ebe4(_0x2ea3a9[_0x1bb881(0x1c8)]),_0x239150=_0x177864?_0x1bb881(0x1dc):_0x1bb881(0x16a),!_0x3b059e&&_0x2976d0[_0x1bb881(0x174)][_0x1bb881(0x187)](_0x1bb881(0x193))||(_0x239150=_0x1bb881(0x1e7)),_0x1ed933={'type':_0x1bb881(0x1bc),'content':_0x443e66(_0x4cae91,_0x239150,_0x443e66(_0x4cae91,_0x1bb881(0x195)))};break;case _0x1bb881(0x1ab):_0x177864=_0x2ea3a9[_0x1bb881(0x15d)][0x0][_0x1bb881(0x172)],_0x3b059e=_0x15ebe4(_0x2ea3a9[_0x1bb881(0x1c8)]),_0x239150=_0x177864?_0x1bb881(0x1dc):_0x1bb881(0x16a),!_0x3b059e&&_0x2976d0[_0x1bb881(0x174)][_0x1bb881(0x187)](_0x1bb881(0x193))||(_0x239150=_0x1bb881(0x1e7)),_0x1ed933={'type':_0x1bb881(0x1bc),'content':_0x443e66(_0x4cae91,_0x239150,_0x443e66(_0x4cae91,_0x1bb881(0x1c0)))};break;case _0x1bb881(0x157):_0x239150=_0x1bb881(0x16b),_0x1ed933={'type':_0x1bb881(0x1bc),'content':_0x443e66(_0x4cae91,_0x239150,_0x443e66(_0x4cae91,_0x1bb881(0x1b1)))};break;case _0x1bb881(0x194):_0x239150=function(_0x2ababf){const _0x4c6f06=_0x1bb881,_0x4a91a4=_0x2ababf[_0x4c6f06(0x1cb)]();let _0x4804d7=_0x4a91a4[_0x4c6f06(0x171)][_0x4c6f06(0x1a0)];for(;_0x4804d7&&_0x4a91a4[_0x4c6f06(0x1a5)](_0x4804d7);){if(_0x4804d7[_0x4c6f06(0x1e6)](_0x4c6f06(0x1c1))>0x0)return!0x1;_0x4804d7=_0x4804d7[_0x4c6f06(0x17f)];}return!0x0;}(_0x51cf11)?_0x443e66(_0x4cae91,_0x1bb881(0x16a),_0x443e66(_0x4cae91,function(_0x47195f){const _0x5b7d15=_0x1bb881;return _0x5b7d15(0x1af)+_0x47195f[_0x5b7d15(0x1cb)]()[_0x5b7d15(0x171)][_0x5b7d15(0x1a0)][_0x5b7d15(0x1e6)](_0x5b7d15(0x188))[_0x5b7d15(0x1b7)]()+_0x5b7d15(0x1f2);}(_0x51cf11))):_0x443e66(_0x4cae91,_0x1bb881(0x1b0),_0x443e66(_0x4cae91,_0x1bb881(0x1b1))),_0x1ed933={'type':_0x1bb881(0x1bc),'content':_0x239150};break;case _0x1bb881(0x18b):case _0x1bb881(0x15c):!0x1===_0x2ea3a9[_0x1bb881(0x1fa)]&&(_0x239150=_0x1bb881(0x1c6),_0x1ed933={'type':_0x1bb881(0x1eb),'content':_0x443e66(_0x4cae91,_0x239150,_0x443e66(_0x4cae91,_0x1bb881(0x1b1)))});}return _0x1ed933;});}}function le(_0x46315f){const _0xd348c3=_0x38beea;let _0x2d800b=_0x46315f[_0xd348c3(0x1cb)]()[_0xd348c3(0x171)][_0xd348c3(0x1a0)][_0xd348c3(0x16d)];for(;_0x2d800b;){const _0xba8667=_0x2d800b[_0xd348c3(0x1e6)](_0xd348c3(0x1b5));if(!_0xba8667)return!0x1;if(_0xba8667==_0x46315f[_0xd348c3(0x175)][_0xd348c3(0x1f9)])return _0xd348c3(0x1f9);if(_0xba8667==_0x46315f[_0xd348c3(0x175)][_0xd348c3(0x1f7)])return _0xd348c3(0x1f7);_0x2d800b=_0x2d800b[_0xd348c3(0x16d)];}return!0x1;}
|
|
23
|
+
function _0x3b46(){const _0x29def0=['getChanges','previousSibling','attributes','trackChangesCommand','numberedList','containsItem','from','newValue','*Remove\x20format:*\x20%0','start','9895770tdoxah','batch','outdentList','*Merge:*\x20%0','1062OxKJhZ','attribute','listStyle','push','*Uncheck\x20item*','registerPostFixer','range','*Outdent:*\x20%0','getFirstRange','ELEMENT_','FORMAT_INDENT','setSelection','1246040LFStTm','startsWith','listIndent','*Set\x20format:*\x20%0','attributeKey','has','*Format:*\x20remove\x20from\x20%0','plugins','todoListChecked','locale','data','_supportLegacySuggestions','add','change','673036DIugyD','commandParams','assureChains','*Change\x20to:*\x20%0','112SxQAEi','todo','head','get','groupId','selection','commandName','getSuggestion','afterInit','getFirstMarker','listMarker','*Format:*\x20insert\x20into\x20%0','documentList','config','next','1975960VJcbol','isNextTo','ELEMENT_NUMBERED_LIST','*Split:*\x20list\x20item','splitListItemAfter','document','find','setAttribute','enableDefaultAttributesIntegration','bulletedList','high','_getAttributeKey','ELEMENT_TODO_LIST','detach','_suggestionFactory','oldValue','TrackChangesEditing','oldRange','*Check\x20item*','default','listItemIdFixer','ListEditing','hasSuggestion','splitListItemBefore','descriptionFactory','mergeListItemBackward','formatBlock','isObject','2962726SHUxZp','suggestion:attribute:','customNumberedList','_findSuggestions','size','noTrackChangesFixer','listStart','change:data','*Merge:*\x20list\x20item','includes','fromRange','getRanges','forceValue','_splitMarkerName','numbered','multipleBlocks','type','getSuggestions','ELEMENT_LIST_ITEM','ELEMENT_BULLETED_LIST','format','getChangedMarkers','listMarkerStyle','refresh','todoListCheck','createPositionAt','_registerLegacyDescription','listType','isLocal','653784XoHJtS','differ','*Indent:*\x20%0','listReversed','commands','parent','key','nextSibling','value','createRange','filter','registerAttributeLabel','mergeListItemForward','suggestion','todoList','checkTodoList','registerBlockAttribute','list.multiBlock','removeMarker','listItemId','schema','execute','meta','customBulletedList','length','map','accept','nodeAfter','getAttribute','registerElementLabel','toUpperCase','model','newRange','27cgnGko','37270TkwXtQ','TodoListEditing','bulleted','name','indentList','isUndo','registerDescriptionCallback','end','deletion','_LIST','editor','registerCustomCallback'];_0x3b46=function(){return _0x29def0;};return _0x3b46();}const _0x312fc4=_0x232b;(function(_0x110bce,_0x4d5f6f){const _0x160871=_0x232b,_0x23c9b5=_0x110bce();while(!![]){try{const _0x113c19=-parseInt(_0x160871(0x105))/0x1+parseInt(_0x160871(0x142))/0x2+-parseInt(_0x160871(0xde))/0x3*(-parseInt(_0x160871(0x15f))/0x4)+parseInt(_0x160871(0xdf))/0x5*(parseInt(_0x160871(0xf9))/0x6)+parseInt(_0x160871(0x113))/0x7*(-parseInt(_0x160871(0x117))/0x8)+-parseInt(_0x160871(0xf5))/0x9+parseInt(_0x160871(0x126))/0xa;if(_0x113c19===_0x4d5f6f)break;else _0x23c9b5['push'](_0x23c9b5['shift']());}catch(_0x579657){_0x23c9b5['push'](_0x23c9b5['shift']());}}}(_0x3b46,0xbddd9));function _0x232b(_0x35030a,_0x15efaf){const _0x3b468c=_0x3b46();return _0x232b=function(_0x232b5c,_0x585319){_0x232b5c=_0x232b5c-0xd5;let _0x23796f=_0x3b468c[_0x232b5c];return _0x23796f;},_0x232b(_0x35030a,_0x15efaf);}import{Plugin as _0x1e472a}from'ckeditor5/src/core.js';import{getTranslation as _0x3c4125}from'../utils/common-translations.js';import{renameAttributeKey as _0x5125d8}from'../trackchangesediting.js';import{LiveRange as _0x5adcfd}from'ckeditor5/src/engine.js';export default class K extends _0x1e472a{[_0x312fc4(0x11f)](){const _0x26fac3=_0x312fc4,_0x1b07eb=this[_0x26fac3(0xe9)];if(!_0x1b07eb[_0x26fac3(0x10c)][_0x26fac3(0x10a)](_0x26fac3(0x13b)))return;const _0x42139a=_0x1b07eb[_0x26fac3(0x10e)],_0x2b3f=_0x1b07eb[_0x26fac3(0x10c)][_0x26fac3(0x11a)](_0x26fac3(0x136)),_0x4bc3d1=_0x1b07eb[_0x26fac3(0x10c)][_0x26fac3(0x10a)](_0x26fac3(0xe0)),_0x1d37f2=!!_0x1b07eb[_0x26fac3(0x124)][_0x26fac3(0x11a)](_0x26fac3(0x170));function _0x2caa4e(_0x5b4dc7){const _0x900c58=_0x26fac3;return{'type':_0x900c58(0x156),'content':''+_0x3c4125(_0x42139a,_0x900c58(0x108),_0x5b4dc7)};}function _0xbd36d1(_0x485c65){const _0xb83ddd=_0x26fac3;return{'type':_0xb83ddd(0x156),'content':''+_0x3c4125(_0x42139a,_0xb83ddd(0xf3),_0x485c65)};}_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0xef)),_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0x12f)),_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0x144)),_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0x176)),_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0xe3)),_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0xf7)),_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0x12a)),_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0x13d)),_0x2b3f[_0x26fac3(0x16f)](_0x26fac3(0x172)),_0x2b3f[_0x26fac3(0x16f)](_0x26fac3(0x15d)),_0x2b3f[_0x26fac3(0x16f)](_0x26fac3(0x107)),_0x1d37f2&&(_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0x13f)),_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0x16b))),_0x4bc3d1&&(_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0x16d)),_0x2b3f[_0x26fac3(0x12e)](_0x26fac3(0x16e)),_0x2b3f[_0x26fac3(0x16f)](_0x26fac3(0x10d)),_0x2b3f[_0x26fac3(0x13e)][_0x26fac3(0xe5)](_0x63d62b=>{const _0x528dc6=_0x26fac3,{data:_0x1940d7}=_0x63d62b;if(_0x1940d7&&_0x528dc6(0x10d)==_0x1940d7[_0x528dc6(0x165)])return{'type':_0x528dc6(0x156),'content':_0x1940d7[_0x528dc6(0xf2)]?_0x3c4125(_0x42139a,_0x528dc6(0x138)):_0x3c4125(_0x42139a,_0x528dc6(0xfd))};}),this[_0x26fac3(0xe9)][_0x26fac3(0xdc)][_0x26fac3(0x12b)][_0x26fac3(0xfe)](_0x335b2e=>{const _0x122df5=_0x26fac3;if(_0x335b2e[_0x122df5(0xf6)][_0x122df5(0xe4)])return!0x1;let _0x337e23=!0x1;const _0x5511da=_0x2b3f[_0x122df5(0x153)]({'skipNotAttached':!0x0})[_0x122df5(0x169)](_0x10dcd0=>_0x122df5(0x10d)===_0x2b3f[_0x122df5(0x131)](_0x10dcd0));for(const _0x10015c of _0x5511da){_0x122df5(0x118)!=_0x10015c[_0x122df5(0x101)]()[_0x122df5(0xf4)][_0x122df5(0xd8)][_0x122df5(0xd9)](_0x122df5(0x15d))&&(_0x2b3f[_0x122df5(0x145)](_0x10015c[_0x122df5(0x101)](),_0x122df5(0xfa))[_0x122df5(0x12c)](_0x58df96=>_0x122df5(0x15d)===_0x2b3f[_0x122df5(0x131)](_0x58df96[_0x122df5(0x16c)]))||(_0x335b2e[_0x122df5(0x171)](_0x10015c[_0x122df5(0x120)]()),_0x337e23=!0x0));}return _0x337e23;})),_0x2b3f[_0x26fac3(0x13e)][_0x26fac3(0x16a)](_0x26fac3(0x107),_0x3c4125(_0x42139a,_0x26fac3(0x103)));const _0x4ab128={'type':_0x26fac3(0x156),'content':''};_0x2b3f[_0x26fac3(0x13e)][_0x26fac3(0xe5)](_0x20fca8=>{const _0x16efd7=_0x26fac3,{data:_0x36c0fc}=_0x20fca8;if(!_0x36c0fc||_0x16efd7(0x15d)!=_0x36c0fc[_0x16efd7(0x165)])return;let _0x558b03=_0x20fca8[_0x16efd7(0x119)];for(;_0x558b03;){if(_0x558b03[_0x16efd7(0x10f)]&&((_0x16efd7(0xfb)==_0x558b03[_0x16efd7(0x10f)][_0x16efd7(0x165)]||_0x16efd7(0x158)==_0x558b03[_0x16efd7(0x10f)][_0x16efd7(0x165)])&&(_0x558b03[_0x16efd7(0x10f)][_0x16efd7(0xf2)]&&_0x16efd7(0x139)!=_0x558b03[_0x16efd7(0x10f)][_0x16efd7(0xf2)]||_0x16efd7(0x139)!=_0x558b03[_0x16efd7(0x10f)][_0x16efd7(0x135)]&&!_0x36c0fc[_0x16efd7(0xf2)])||!_0x1d37f2&&_0x558b03[_0x16efd7(0x10f)][_0x16efd7(0x165)]==_0x5125d8))return _0x4ab128;_0x558b03=_0x558b03[_0x16efd7(0x125)];}if(null==_0x36c0fc[_0x16efd7(0xf2)])switch(_0x36c0fc[_0x16efd7(0x135)]){case _0x16efd7(0xe1):return _0xbd36d1(_0x3c4125(_0x42139a,_0x16efd7(0x155)));case _0x16efd7(0x150):return _0xbd36d1(_0x3c4125(_0x42139a,_0x16efd7(0x128)));case _0x16efd7(0x118):return _0xbd36d1(_0x3c4125(_0x42139a,_0x16efd7(0x132)));}switch(_0x36c0fc[_0x16efd7(0xf2)]){case _0x16efd7(0xe1):return _0x2caa4e(_0x3c4125(_0x42139a,_0x16efd7(0x155)));case _0x16efd7(0x150):return _0x2caa4e(_0x3c4125(_0x42139a,_0x16efd7(0x128)));case _0x16efd7(0x118):return _0x2caa4e(_0x3c4125(_0x42139a,_0x16efd7(0x132)));}}),_0x2b3f[_0x26fac3(0x13e)][_0x26fac3(0xe5)](_0x693942=>{const _0x2a3e8f=_0x26fac3,{data:_0x3b688a}=_0x693942;if(_0x3b688a&&_0x2a3e8f(0x107)==_0x3b688a[_0x2a3e8f(0x165)])return null==_0x3b688a[_0x2a3e8f(0xf2)]||null==_0x3b688a[_0x2a3e8f(0x135)]&&0x0==_0x3b688a[_0x2a3e8f(0xf2)]?_0x4ab128:void 0x0;}),_0x2b3f[_0x26fac3(0x13e)][_0x26fac3(0xe5)](_0x19cdd6=>{const _0x4059e6=_0x26fac3;if(_0x4059e6(0xfa)!=_0x19cdd6[_0x4059e6(0x152)])return;const {data:_0x38d9a6}=_0x19cdd6;if(!_0x38d9a6||_0x4059e6(0x172)!=_0x38d9a6[_0x4059e6(0x165)])return;const _0xf36b6b=Ee(_0x19cdd6);return _0x4059e6(0xf2)==_0xf36b6b?{'type':_0x4059e6(0x156),'content':_0x3c4125(_0x42139a,_0x4059e6(0x14a))}:_0x4059e6(0x135)==_0xf36b6b?{'type':_0x4059e6(0x156),'content':_0x3c4125(_0x42139a,_0x4059e6(0x129))}:_0x4ab128;}),_0x1b07eb[_0x26fac3(0xdc)][_0x26fac3(0x12b)][_0x26fac3(0xfe)](_0x1e89f3=>this[_0x26fac3(0x13a)](_0x1e89f3)),_0x1b07eb[_0x26fac3(0xdc)][_0x26fac3(0x12b)][_0x26fac3(0xfe)](_0x156852=>this[_0x26fac3(0x147)](_0x156852)),_0x1b07eb[_0x26fac3(0xdc)][_0x26fac3(0x12b)]['on'](_0x26fac3(0x149),(_0x17e506,_0x449a16)=>{const _0x43dc8c=_0x26fac3;if(_0x449a16[_0x43dc8c(0xe4)]||!_0x449a16[_0x43dc8c(0x15e)])return!0x1;this[_0x43dc8c(0x115)]();},{'priority':_0x26fac3(0x130)}),this[_0x26fac3(0x110)]();}[_0x312fc4(0x13a)](_0x4a60c9){const _0x2b9cd8=_0x312fc4;if(_0x4a60c9[_0x2b9cd8(0xf6)][_0x2b9cd8(0xe4)]||!_0x4a60c9[_0x2b9cd8(0xf6)][_0x2b9cd8(0x15e)])return!0x1;let _0x250075=!0x1;const _0x5443c8=this[_0x2b9cd8(0xe9)][_0x2b9cd8(0x10c)][_0x2b9cd8(0x11a)](_0x2b9cd8(0x136))[_0x2b9cd8(0x153)]({'skipNotAttached':!0x0})[_0x2b9cd8(0x169)](_0x1afb4a=>_0x1afb4a[_0x2b9cd8(0x10f)]&&_0x2b9cd8(0x172)==_0x1afb4a[_0x2b9cd8(0x10f)][_0x2b9cd8(0x165)])[_0x2b9cd8(0x169)](_0x45394f=>_0x45394f[_0x2b9cd8(0x10f)][_0x2b9cd8(0xf2)]&&_0x45394f[_0x2b9cd8(0x10f)][_0x2b9cd8(0x135)]);for(const _0x598225 of _0x5443c8)Ee(_0x598225)||(_0x4a60c9[_0x2b9cd8(0x171)](_0x598225[_0x2b9cd8(0x120)]()),_0x250075=!0x0);return _0x250075;}[_0x312fc4(0x147)](_0x4d4252){const _0x53f7ab=_0x312fc4;if(_0x4d4252[_0x53f7ab(0xf6)][_0x53f7ab(0xe4)]||!_0x4d4252[_0x53f7ab(0xf6)][_0x53f7ab(0x15e)])return!0x1;const _0x78a9ee=this[_0x53f7ab(0xe9)][_0x53f7ab(0x10c)][_0x53f7ab(0x11a)](_0x53f7ab(0x136));if(_0x78a9ee[_0x53f7ab(0xee)][_0x53f7ab(0x167)])return!0x1;let _0x2a5a90=!0x1;const _0x538e46=[_0x53f7ab(0x15d),_0x53f7ab(0x172),_0x53f7ab(0x107),_0x53f7ab(0xfb),_0x53f7ab(0x148),_0x53f7ab(0x162),_0x53f7ab(0x15a),_0x53f7ab(0x121),_0x53f7ab(0x158)],_0xe67763=this[_0x53f7ab(0xe9)][_0x53f7ab(0xdc)][_0x53f7ab(0x12b)][_0x53f7ab(0x160)][_0x53f7ab(0xeb)]()[_0x53f7ab(0x169)](_0x2dbf80=>_0x53f7ab(0xfa)==_0x2dbf80[_0x53f7ab(0x152)])[_0x53f7ab(0x169)](_0x131070=>_0x538e46[_0x53f7ab(0x14b)](_0x131070[_0x53f7ab(0x109)]));if(0x0==_0xe67763[_0x53f7ab(0xd5)])return _0x2a5a90;for(const _0x2276d9 of _0xe67763){const _0x4fd382=_0x78a9ee[_0x53f7ab(0x145)](_0x2276d9[_0x53f7ab(0xff)],_0x53f7ab(0xfa))[_0x53f7ab(0x169)](_0x2593cf=>!_0x2593cf[_0x53f7ab(0x175)][_0x53f7ab(0x127)])[_0x53f7ab(0xd6)](_0x35e908=>_0x35e908[_0x53f7ab(0x16c)])[_0x53f7ab(0x169)](_0x4ffb39=>{const _0x5cf9d2=_0x53f7ab,_0xb9e9c=_0x78a9ee[_0x5cf9d2(0x131)](_0x4ffb39);return _0x538e46[_0x5cf9d2(0x14b)](_0xb9e9c);});if(_0x4fd382[_0x53f7ab(0xd5)]){for(const _0xe3eeb7 of _0x4fd382)_0x4d4252[_0x53f7ab(0x171)](_0xe3eeb7[_0x53f7ab(0x120)]());_0x2a5a90=!0x0;}}return _0x2a5a90;}[_0x312fc4(0x115)](){const _0x20a9fc=_0x312fc4,_0xb28392=this[_0x20a9fc(0xe9)][_0x20a9fc(0x10c)][_0x20a9fc(0x11a)](_0x20a9fc(0x136)),_0x52779b=[_0x20a9fc(0x15d),_0x20a9fc(0x172),_0x20a9fc(0x107),_0x20a9fc(0xfb),_0x20a9fc(0x148),_0x20a9fc(0x162),_0x20a9fc(0x15a),_0x20a9fc(0x121),_0x20a9fc(0x158)];let _0x2b91a1;const _0x465159=new Set(this[_0x20a9fc(0xe9)][_0x20a9fc(0xdc)][_0x20a9fc(0x12b)][_0x20a9fc(0x160)][_0x20a9fc(0x157)]()[_0x20a9fc(0x169)](_0x587c04=>{const _0x57e386=_0x20a9fc;if(_0x587c04[_0x57e386(0x10f)][_0x57e386(0x137)]||!_0x587c04[_0x57e386(0x10f)][_0x57e386(0xdd)])return null;if(!_0x587c04[_0x57e386(0xe2)][_0x57e386(0x106)](_0x57e386(0x143)))return null;const {id:_0x177d32}=_0xb28392[_0x57e386(0x14f)](_0x587c04[_0x57e386(0xe2)]);if(!_0xb28392[_0x57e386(0x13c)](_0x177d32))return null;const _0x226dcc=_0xb28392[_0x57e386(0x11e)](_0x177d32);return _0x52779b[_0x57e386(0x14b)](_0x226dcc[_0x57e386(0x10f)][_0x57e386(0x165)]);})[_0x20a9fc(0xd6)](_0x4e2c82=>{const _0x26f072=_0x20a9fc,{id:_0x5b0197}=_0xb28392[_0x26f072(0x14f)](_0x4e2c82[_0x26f072(0xe2)]),_0x1b9500=_0xb28392[_0x26f072(0x11e)](_0x5b0197);return _0x2b91a1=_0x1b9500[_0x26f072(0xed)][_0x26f072(0x11b)],_0x1b9500[_0x26f072(0x101)]()[_0x26f072(0xf4)][_0x26f072(0xd8)];}));if(0x0==_0x465159[_0x20a9fc(0x146)])return;const _0x7971c3=_0xb28392[_0x20a9fc(0x153)]({'skipNotAttached':!0x0})[_0x20a9fc(0x169)](_0x314803=>_0x20a9fc(0xfa)==_0x314803[_0x20a9fc(0x152)]&&_0x314803[_0x20a9fc(0x10f)]&&_0x52779b[_0x20a9fc(0x14b)](_0x314803[_0x20a9fc(0x10f)][_0x20a9fc(0x165)])&&_0x314803[_0x20a9fc(0xed)][_0x20a9fc(0x11b)]!=_0x2b91a1)[_0x20a9fc(0xd6)](_0x1bfa80=>({'listItem':_0x1bfa80[_0x20a9fc(0x101)]()[_0x20a9fc(0xf4)][_0x20a9fc(0xd8)],'groupId':_0x1bfa80[_0x20a9fc(0xed)][_0x20a9fc(0x11b)]})),_0x39cb10=new Set();for(const {groupId:_0x41d65a,listItem:_0xda0c4e}of _0x7971c3)_0x465159[_0x20a9fc(0x10a)](_0xda0c4e)&&_0x39cb10[_0x20a9fc(0x111)](_0x41d65a);for(const _0x90376f of _0xb28392[_0x20a9fc(0x153)]())_0x39cb10[_0x20a9fc(0x10a)](_0x90376f[_0x20a9fc(0xed)][_0x20a9fc(0x11b)])&&_0x90376f[_0x20a9fc(0x12d)](_0x20a9fc(0x11b),_0x2b91a1);}[_0x312fc4(0x110)](){const _0x18acea=_0x312fc4,_0x354c51=this[_0x18acea(0xe9)],_0x1b600e=_0x354c51[_0x18acea(0x10e)],_0x4d9ff2=_0x354c51[_0x18acea(0x10c)][_0x18acea(0x11a)](_0x18acea(0x136));this[_0x18acea(0x15c)](),_0x4d9ff2[_0x18acea(0x134)][_0x18acea(0xea)](_0x18acea(0x140),_0x18acea(0x123),_0x18acea(0xd7),function(_0x2e94a3,_0x4cc3ea){const _0x5cc5f9=_0x18acea,_0x5a9620=[];for(let _0x1ceac3 of _0x2e94a3)_0x1ceac3[_0x5cc5f9(0xf4)][_0x5cc5f9(0xd8)]===_0x1ceac3[_0x5cc5f9(0xe6)][_0x5cc5f9(0x164)]&&(_0x1ceac3=_0x354c51[_0x5cc5f9(0xdc)][_0x5cc5f9(0x168)](_0x354c51[_0x5cc5f9(0xdc)][_0x5cc5f9(0x15b)](_0x1ceac3[_0x5cc5f9(0xf4)][_0x5cc5f9(0xd8)],0x0))),_0x5a9620[_0x5cc5f9(0xfc)](_0x1ceac3);_0x354c51[_0x5cc5f9(0xdc)][_0x5cc5f9(0x112)](_0x10c2fa=>{const _0x298b58=_0x5cc5f9,_0x581584=_0x354c51[_0x298b58(0xdc)][_0x298b58(0x12b)][_0x298b58(0x11c)],_0x5f4497=Array[_0x298b58(0xf1)](_0x581584[_0x298b58(0x14d)]())[_0x298b58(0xd6)](_0x3ceb8b=>_0x5adcfd[_0x298b58(0x14c)](_0x3ceb8b));_0x10c2fa[_0x298b58(0x104)](_0x5a9620),_0x354c51[_0x298b58(0x163)][_0x298b58(0x11a)](_0x4cc3ea[_0x298b58(0x11d)])[_0x298b58(0x159)](),_0x4cc3ea[_0x298b58(0x114)][_0x298b58(0xfc)]({'forceDefaultExecution':!0x0}),_0x354c51[_0x298b58(0x174)](_0x4cc3ea[_0x298b58(0x11d)],..._0x4cc3ea[_0x298b58(0x114)]),_0x10c2fa[_0x298b58(0x104)](_0x5f4497);for(const _0x1bc943 of _0x5f4497)_0x1bc943[_0x298b58(0x133)]();});}),_0x4d9ff2[_0x18acea(0x13e)][_0x18acea(0xda)](function(_0x1ca8fd){const _0x3e9245=_0x18acea,_0x132784=!_0x354c51[_0x3e9245(0xdc)][_0x3e9245(0x173)][_0x3e9245(0x141)](_0x1ca8fd),_0x5a2d1e=_0x1ca8fd[_0x3e9245(0xec)],_0x50e579=_0x1ca8fd[_0x3e9245(0x166)],_0x8188e0=_0x1ca8fd[_0x3e9245(0xd9)](_0x3e9245(0x172)),_0xcd8162=!_0x5a2d1e||_0x5a2d1e[_0x3e9245(0xd9)](_0x3e9245(0x172))!==_0x8188e0,_0x330c08=!_0x50e579||_0x50e579[_0x3e9245(0xd9)](_0x3e9245(0x172))!==_0x8188e0;return _0x132784&&Boolean(_0x8188e0)&&_0xcd8162&&_0x330c08;},_0x4cef86=>_0x3c4125(_0x1b600e,_0x18acea(0x154),_0x4cef86));}[_0x312fc4(0x15c)](){const _0x1ce2db=_0x312fc4,_0x54f795=this[_0x1ce2db(0xe9)],_0x3b9599=_0x54f795[_0x1ce2db(0x10e)];function _0x385d83(_0x296c23){const _0x59a72f=_0x1ce2db,_0x2efb39=_0x54f795[_0x59a72f(0x163)][_0x59a72f(0x11a)](_0x59a72f(0x12f))[_0x59a72f(0x167)],_0x51e6d7=_0x54f795[_0x59a72f(0x163)][_0x59a72f(0x11a)](_0x59a72f(0xef))[_0x59a72f(0x167)];return _0x59a72f(0xef)===_0x296c23?_0x2efb39:_0x51e6d7;}_0x54f795[_0x1ce2db(0x10c)][_0x1ce2db(0x11a)](_0x1ce2db(0x136))[_0x1ce2db(0x13e)][_0x1ce2db(0xe5)](function(_0x440050){const _0x43b216=_0x1ce2db;if(_0x43b216(0x140)!=_0x440050[_0x43b216(0x152)])return;const {data:_0x22bc12}=_0x440050;if(!_0x22bc12)return;let _0x358bf6,_0x1923ac,_0x44bb6a,_0x27748a;switch(_0x22bc12[_0x43b216(0x11d)]){case _0x43b216(0x12f):_0x44bb6a=_0x22bc12[_0x43b216(0x114)][0x0][_0x43b216(0x14e)],_0x27748a=_0x385d83(_0x22bc12[_0x43b216(0x11d)]),_0x358bf6=_0x44bb6a?_0x43b216(0x122):_0x43b216(0x10b),!_0x27748a&&_0x54f795[_0x43b216(0x124)][_0x43b216(0x11a)](_0x43b216(0x170))||(_0x358bf6=_0x43b216(0x116)),_0x1923ac={'type':_0x43b216(0x156),'content':_0x3c4125(_0x3b9599,_0x358bf6,_0x3c4125(_0x3b9599,_0x43b216(0x155)))};break;case _0x43b216(0xef):_0x44bb6a=_0x22bc12[_0x43b216(0x114)][0x0][_0x43b216(0x14e)],_0x27748a=_0x385d83(_0x22bc12[_0x43b216(0x11d)]),_0x358bf6=_0x44bb6a?_0x43b216(0x122):_0x43b216(0x10b),!_0x27748a&&_0x54f795[_0x43b216(0x124)][_0x43b216(0x11a)](_0x43b216(0x170))||(_0x358bf6=_0x43b216(0x116)),_0x1923ac={'type':_0x43b216(0x156),'content':_0x3c4125(_0x3b9599,_0x358bf6,_0x3c4125(_0x3b9599,_0x43b216(0x128)))};break;case _0x43b216(0xe3):_0x358bf6=_0x43b216(0x161),_0x1923ac={'type':_0x43b216(0x156),'content':_0x3c4125(_0x3b9599,_0x358bf6,_0x3c4125(_0x3b9599,_0x43b216(0x154)))};break;case _0x43b216(0xf7):_0x358bf6=function(_0x45b6cf){const _0x188a5b=_0x43b216,_0x224957=_0x45b6cf[_0x188a5b(0x101)]();let _0x2206bc=_0x224957[_0x188a5b(0xf4)][_0x188a5b(0xd8)];for(;_0x2206bc&&_0x224957[_0x188a5b(0xf0)](_0x2206bc);){if(_0x2206bc[_0x188a5b(0xd9)](_0x188a5b(0x107))>0x0)return!0x1;_0x2206bc=_0x2206bc[_0x188a5b(0x166)];}return!0x0;}(_0x440050)?_0x3c4125(_0x3b9599,_0x43b216(0x10b),_0x3c4125(_0x3b9599,function(_0x1894ef){const _0x507319=_0x43b216;return _0x507319(0x102)+_0x1894ef[_0x507319(0x101)]()[_0x507319(0xf4)][_0x507319(0xd8)][_0x507319(0xd9)](_0x507319(0x15d))[_0x507319(0xdb)]()+_0x507319(0xe8);}(_0x440050))):_0x3c4125(_0x3b9599,_0x43b216(0x100),_0x3c4125(_0x3b9599,_0x43b216(0x154))),_0x1923ac={'type':_0x43b216(0x156),'content':_0x358bf6};break;case _0x43b216(0x13f):case _0x43b216(0x16b):!0x1===_0x22bc12[_0x43b216(0x151)]&&(_0x358bf6=_0x43b216(0xf8),_0x1923ac={'type':_0x43b216(0xe7),'content':_0x3c4125(_0x3b9599,_0x358bf6,_0x3c4125(_0x3b9599,_0x43b216(0x154)))});}return _0x1923ac;});}}function Ee(_0x1fe198){const _0x4bc399=_0x312fc4;let _0x51f8b7=_0x1fe198[_0x4bc399(0x101)]()[_0x4bc399(0xf4)][_0x4bc399(0xd8)][_0x4bc399(0xec)];for(;_0x51f8b7;){const _0x3eeaa6=_0x51f8b7[_0x4bc399(0xd9)](_0x4bc399(0x172));if(!_0x3eeaa6)return!0x1;if(_0x3eeaa6==_0x1fe198[_0x4bc399(0x10f)][_0x4bc399(0xf2)])return _0x4bc399(0xf2);if(_0x3eeaa6==_0x1fe198[_0x4bc399(0x10f)][_0x4bc399(0x135)])return _0x4bc399(0x135);_0x51f8b7=_0x51f8b7[_0x4bc399(0xec)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x5868ba=_0x1d0d;(function(_0x32b28a,_0x334efd){const _0x27a8e2=_0x1d0d,_0x4dbd70=_0x32b28a();while(!![]){try{const _0x17e6a4=parseInt(_0x27a8e2(0x126))/0x1*(-parseInt(_0x27a8e2(0x118))/0x2)+-parseInt(_0x27a8e2(0x12a))/0x3+parseInt(_0x27a8e2(0xf3))/0x4*(-parseInt(_0x27a8e2(0xf6))/0x5)+-parseInt(_0x27a8e2(0xfd))/0x6+parseInt(_0x27a8e2(0xe0))/0x7*(parseInt(_0x27a8e2(0xd8))/0x8)+parseInt(_0x27a8e2(0xe6))/0x9*(parseInt(_0x27a8e2(0xe4))/0xa)+parseInt(_0x27a8e2(0x129))/0xb*(parseInt(_0x27a8e2(0x114))/0xc);if(_0x17e6a4===_0x334efd)break;else _0x4dbd70['push'](_0x4dbd70['shift']());}catch(_0x4836af){_0x4dbd70['push'](_0x4dbd70['shift']());}}}(_0x5cd0,0x70d3f));function _0x5cd0(){const _0x5c186d=['styles','circle','key','includes','reversed','*Format:*\x20set\x20order\x20to\x20regular','enableDefaultAttributesIntegration','decimal','484WBqVUG','registerPostFixer','registerBlockAttribute','35iquYtU','lower-roman','has','bind','type','filter','decimal-leading-zero','2976234nrAMNj','*Change\x20to:*\x20%0','*Set\x20format:*\x20%0','head','plugins','batch','ELEMENT_','customNumbered','lower-latin','commandParams','_LIST_','listReversed','getFirstRange','editor','config','next','oldValue','afterInit','getFirstMarker','nodeAfter','_getTranslationKeyForListStyle','handleDescriptions','listStart','13288332BTjRdz','default','isUndo','bulleted','48746hgDmcn','attribute','toUpperCase','getSuggestions','_findSuggestions','*Format:*\x20set\x20order\x20to\x20reversed','listType','formatBlock','FORMAT_LIST_START','descriptionFactory','upper-roman','find','*Format:*\x20set\x20start\x20index\x20to\x20%0','model','31hdAcEq','document','list.properties','11XpKwJK','349749SEDOjO','getAttribute','FORMAT_LIST_REVERSED','suggestion','locale','registerAttributeLabel','_registerLegacyDescription','square','upper-latin','replace','disc','format','11504jiVNcR','start','commandName','TrackChangesEditing','ListPropertiesEditing','registerDescriptionCallback','_getAttributeKey','newValue','3066bKZzEC','removeMarker','listStyle','data','469850KzOEgU','get','18WPGNWZ','numbered','*Remove\x20format:*\x20%0','startIndex','_LIST_DEFAULT'];_0x5cd0=function(){return _0x5c186d;};return _0x5cd0();}import{Plugin as _0x1ddb92}from'ckeditor5/src/core.js';import{getTranslation as _0x55ef8a}from'../utils/common-translations.js';export default class pe extends _0x1ddb92{[_0x5868ba(0x10e)](){const _0x373b64=_0x5868ba;if(!this[_0x373b64(0x10a)][_0x373b64(0x101)][_0x373b64(0xf8)](_0x373b64(0xdc)))return;const _0x5135bd=this[_0x373b64(0x10a)][_0x373b64(0x10b)][_0x373b64(0xe5)](_0x373b64(0x128)),_0x588c04=this[_0x373b64(0x10a)][_0x373b64(0x101)][_0x373b64(0xe5)](_0x373b64(0xdb));_0x5135bd[_0x373b64(0xeb)]&&(_0x588c04[_0x373b64(0xf1)](_0x373b64(0xe2)),_0x588c04[_0x373b64(0xf5)](_0x373b64(0xe2))),_0x5135bd[_0x373b64(0xef)]&&(_0x588c04[_0x373b64(0xf1)](_0x373b64(0x108)),_0x588c04[_0x373b64(0xf5)](_0x373b64(0x108))),_0x5135bd[_0x373b64(0xe9)]&&(_0x588c04[_0x373b64(0xf1)](_0x373b64(0x113)),_0x588c04[_0x373b64(0xf5)](_0x373b64(0x113)));const _0x257c9d={'type':_0x373b64(0xd7),'content':''};_0x588c04[_0x373b64(0x121)][_0x373b64(0xdd)](this[_0x373b64(0x112)][_0x373b64(0xf9)](this));const _0x1c551e=this[_0x373b64(0x10a)][_0x373b64(0x12e)];_0x588c04[_0x373b64(0x121)][_0x373b64(0x12f)](_0x373b64(0x108),_0x55ef8a(_0x1c551e,_0x373b64(0x12c))),_0x588c04[_0x373b64(0x121)][_0x373b64(0xdd)](_0x15bf83=>{const _0x2b2fa3=_0x373b64,{data:_0x150009}=_0x15bf83;if(_0x150009&&_0x2b2fa3(0x108)==_0x150009[_0x2b2fa3(0xed)])return null==_0x150009[_0x2b2fa3(0xdf)]||0x0==_0x150009[_0x2b2fa3(0xdf)]&&null==_0x150009[_0x2b2fa3(0x10d)]?_0x257c9d:void 0x0;}),_0x588c04[_0x373b64(0x121)][_0x373b64(0x12f)](_0x373b64(0x113),_0x55ef8a(_0x1c551e,_0x373b64(0x120))),_0x588c04[_0x373b64(0x121)][_0x373b64(0xdd)](_0x584e17=>{const _0x5ced46=_0x373b64,{data:_0x43b7e6}=_0x584e17;if(_0x43b7e6&&_0x5ced46(0x113)==_0x43b7e6[_0x5ced46(0xed)])return null==_0x43b7e6[_0x5ced46(0xdf)]||0x1==_0x43b7e6[_0x5ced46(0xdf)]&&null==_0x43b7e6[_0x5ced46(0x10d)]?_0x257c9d:void 0x0;}),this[_0x373b64(0x10a)][_0x373b64(0x125)][_0x373b64(0x127)][_0x373b64(0xf4)](_0x3f906c=>{const _0xbd4dfa=_0x373b64;if(_0x3f906c[_0xbd4dfa(0x102)][_0xbd4dfa(0x116)])return!0x1;let _0x367dbb=!0x1;const _0x59b341=_0x588c04[_0xbd4dfa(0x11b)]({'skipNotAttached':!0x0})[_0xbd4dfa(0xfb)](_0x4efe76=>{const _0x4f5b33=_0xbd4dfa,_0x37f6f7=_0x588c04[_0x4f5b33(0xde)](_0x4efe76);return _0x4f5b33(0x113)==_0x37f6f7||_0x4f5b33(0x108)==_0x37f6f7;});for(const _0x4793c6 of _0x59b341){const _0x35ff2e=_0x4793c6[_0xbd4dfa(0x109)]()[_0xbd4dfa(0xd9)][_0xbd4dfa(0x110)][_0xbd4dfa(0x12b)](_0xbd4dfa(0x11e));if(_0xbd4dfa(0xe7)==_0x35ff2e||_0xbd4dfa(0x104)==_0x35ff2e)continue;_0x588c04[_0xbd4dfa(0x11c)](_0x4793c6[_0xbd4dfa(0x109)](),_0xbd4dfa(0x119))[_0xbd4dfa(0x123)](_0x3df22e=>_0xbd4dfa(0x11e)==_0x588c04[_0xbd4dfa(0xde)](_0x3df22e[_0xbd4dfa(0x12d)]))||(_0x3f906c[_0xbd4dfa(0xe1)](_0x4793c6[_0xbd4dfa(0x10f)]()),_0x367dbb=!0x0);}return _0x367dbb;}),this[_0x373b64(0x130)]();}[_0x5868ba(0x112)](_0x251140){const _0x3509f8=_0x5868ba,_0x125b26=this[_0x3509f8(0x10a)][_0x3509f8(0x12e)],{data:_0x2836ea}=_0x251140,_0x21b27f={'type':_0x3509f8(0xd7),'content':''};if(!_0x2836ea||_0x3509f8(0xe2)!=_0x2836ea[_0x3509f8(0xed)])return;if(!_0x2836ea[_0x3509f8(0x10d)])return _0x3509f8(0x115)==_0x2836ea[_0x3509f8(0xdf)]?_0x21b27f:{'type':_0x3509f8(0xd7),'content':''+_0x55ef8a(_0x125b26,_0x3509f8(0xff),_0x55ef8a(_0x125b26,this[_0x3509f8(0x111)](_0x2836ea[_0x3509f8(0xdf)])))};if(!_0x2836ea[_0x3509f8(0xdf)]){if(_0x3509f8(0x115)==_0x2836ea[_0x3509f8(0x10d)])return _0x21b27f;let _0x2680f7=_0x251140[_0x3509f8(0x100)];for(;_0x2680f7;){if(_0x2680f7[_0x3509f8(0xe3)]&&_0x3509f8(0x11e)==_0x2680f7[_0x3509f8(0xe3)][_0x3509f8(0xed)]&&_0x2680f7[_0x3509f8(0xe3)][_0x3509f8(0xdf)])return _0x21b27f;_0x2680f7=_0x2680f7[_0x3509f8(0x10c)];}return{'type':_0x3509f8(0xd7),'content':''+_0x55ef8a(_0x125b26,_0x3509f8(0xe8),_0x55ef8a(_0x125b26,this[_0x3509f8(0x111)](_0x2836ea[_0x3509f8(0x10d)])))};}if(_0x3509f8(0x115)!=_0x2836ea[_0x3509f8(0xdf)])return{'type':_0x3509f8(0xd7),'content':''+_0x55ef8a(_0x125b26,_0x3509f8(0xff),_0x55ef8a(_0x125b26,this[_0x3509f8(0x111)](_0x2836ea[_0x3509f8(0xdf)])))};let _0x34fbcc=_0x251140[_0x3509f8(0x100)];for(;_0x34fbcc;){if(_0x34fbcc[_0x3509f8(0xe3)]&&_0x3509f8(0x11e)==_0x34fbcc[_0x3509f8(0xe3)][_0x3509f8(0xed)]&&_0x34fbcc[_0x3509f8(0xe3)][_0x3509f8(0xdf)]&&_0x34fbcc[_0x3509f8(0xe3)][_0x3509f8(0x10d)])return _0x21b27f;_0x34fbcc=_0x34fbcc[_0x3509f8(0x10c)];}const _0x293692=_0x251140[_0x3509f8(0x109)]()[_0x3509f8(0xd9)][_0x3509f8(0x110)][_0x3509f8(0x12b)](_0x3509f8(0x11e));return{'type':_0x3509f8(0xd7),'content':_0x55ef8a(_0x125b26,_0x3509f8(0xff),_0x55ef8a(_0x125b26,_0x3509f8(0x103)+_0x293692[_0x3509f8(0x11a)]()+_0x3509f8(0xea)))};}[_0x5868ba(0x130)](){const _0x488f29=_0x5868ba,_0x21f89c=this[_0x488f29(0x10a)],_0x421255=_0x21f89c[_0x488f29(0x12e)];_0x21f89c[_0x488f29(0x101)][_0x488f29(0xe5)](_0x488f29(0xdb))[_0x488f29(0x121)][_0x488f29(0xdd)](_0x1df45c=>{const _0x3c59a9=_0x488f29;if(_0x3c59a9(0x11f)!=_0x1df45c[_0x3c59a9(0xfa)])return;const {data:_0x37ff4d}=_0x1df45c;if(!_0x37ff4d)return;let _0x44a40f,_0xd11ecc;switch(_0x37ff4d[_0x3c59a9(0xda)]){case _0x3c59a9(0xe2):_0x44a40f=_0x3c59a9(0xfe),_0xd11ecc={'type':_0x3c59a9(0xd7),'content':_0x55ef8a(_0x421255,_0x44a40f,_0x55ef8a(_0x421255,this[_0x3c59a9(0x111)](_0x37ff4d[_0x3c59a9(0x106)][0x0][_0x3c59a9(0xfa)])))};break;case _0x3c59a9(0x108):_0x44a40f=_0x37ff4d[_0x3c59a9(0x106)][0x0][_0x3c59a9(0xef)]?_0x3c59a9(0x11d):_0x3c59a9(0xf0),_0xd11ecc={'type':_0x3c59a9(0xd7),'content':_0x55ef8a(_0x421255,_0x44a40f)};break;case _0x3c59a9(0x113):_0x44a40f=_0x3c59a9(0x124),_0xd11ecc={'type':_0x3c59a9(0xd7),'content':_0x55ef8a(_0x421255,_0x44a40f,_0x37ff4d[_0x3c59a9(0x106)][0x0][_0x3c59a9(0xe9)])};}return _0xd11ecc;});}[_0x5868ba(0x111)](_0x1075db){const _0xfa9fe9=_0x5868ba;return _0xfa9fe9(0x103)+function(_0x16bb71){const _0x2db4d4=_0xfa9fe9;if(ye[_0x2db4d4(0xee)](_0x16bb71))return _0x2db4d4(0x117);if(Se[_0x2db4d4(0xee)](_0x16bb71))return _0x2db4d4(0xe7);return null;}(_0x1075db)[_0xfa9fe9(0x11a)]()+_0xfa9fe9(0x107)+_0x1075db[_0xfa9fe9(0x11a)]()[_0xfa9fe9(0xd5)](/-/g,'_');}}function _0x1d0d(_0x280fad,_0x18a796){const _0x5cd090=_0x5cd0();return _0x1d0d=function(_0x1d0d8c,_0x2d29d3){_0x1d0d8c=_0x1d0d8c-0xd3;let _0x4f2d96=_0x5cd090[_0x1d0d8c];return _0x4f2d96;},_0x1d0d(_0x280fad,_0x18a796);}const ye=[_0x5868ba(0xd6),_0x5868ba(0xec),_0x5868ba(0xd3)],Se=[_0x5868ba(0xf2),_0x5868ba(0xfc),_0x5868ba(0xf7),_0x5868ba(0x122),_0x5868ba(0x105),_0x5868ba(0xd4)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x53bb25=_0x1848;(function(_0xb6c3a7,_0x5ec3f5){const _0x3468aa=_0x1848,_0x59912d=_0xb6c3a7();while(!![]){try{const _0x1745a2=-parseInt(_0x3468aa(0x1c2))/0x1+-parseInt(_0x3468aa(0x1be))/0x2*(-parseInt(_0x3468aa(0x1c1))/0x3)+-parseInt(_0x3468aa(0x1c8))/0x4*(parseInt(_0x3468aa(0x1c9))/0x5)+parseInt(_0x3468aa(0x1c5))/0x6*(parseInt(_0x3468aa(0x1b2))/0x7)+parseInt(_0x3468aa(0x1b0))/0x8*(-parseInt(_0x3468aa(0x1c7))/0x9)+-parseInt(_0x3468aa(0x1c6))/0xa+parseInt(_0x3468aa(0x1ac))/0xb;if(_0x1745a2===_0x5ec3f5)break;else _0x59912d['push'](_0x59912d['shift']());}catch(_0x387227){_0x59912d['push'](_0x59912d['shift']());}}}(_0x36f2,0x2d9f7));import{Plugin as _0xd2c818}from'ckeditor5/src/core.js';function _0x36f2(){const _0x40fd1d=['591807TbbjjI','345737ZUOmxA','descriptionFactory','MediaEmbedEditing','28836bByObO','2817950PWklyz','7470IOIELJ','328988cFFOOK','15GjSkvc','createEmptyElement','afterInit','has','editor','high','stop','enableCommand','registerElementLabel','9529399TKObvs','ELEMENT_MEDIA','TrackChangesEditing','div','3544TJQVQs','data','532INtrlX','locale','mediaEmbed','dataDowncast','options','conversion','for','media','get','elementToElement','plugins','showSuggestionHighlights','2NBGFjH','downcastDispatcher','attribute:url:media'];_0x36f2=function(){return _0x40fd1d;};return _0x36f2();}function _0x1848(_0x1b7287,_0x921fed){const _0x36f280=_0x36f2();return _0x1848=function(_0x18489b,_0x396e98){_0x18489b=_0x18489b-0x1a7;let _0xf6b9ed=_0x36f280[_0x18489b];return _0xf6b9ed;},_0x1848(_0x1b7287,_0x921fed);}import{getTranslation as _0x4a2264}from'../utils/common-translations.js';export default class lt extends _0xd2c818{[_0x53bb25(0x1cb)](){const _0x1ed02f=_0x53bb25,_0x5c657f=this[_0x1ed02f(0x1a7)];if(!_0x5c657f[_0x1ed02f(0x1bc)][_0x1ed02f(0x1cc)](_0x1ed02f(0x1c4)))return;const _0x5b4986=_0x5c657f[_0x1ed02f(0x1bc)][_0x1ed02f(0x1ba)](_0x1ed02f(0x1ae)),_0x5399f1=_0x5c657f[_0x1ed02f(0x1b3)];_0x5b4986[_0x1ed02f(0x1aa)](_0x1ed02f(0x1b4)),_0x5b4986[_0x1ed02f(0x1c3)][_0x1ed02f(0x1ab)](_0x1ed02f(0x1b9),_0x568a01=>_0x4a2264(_0x5399f1,_0x1ed02f(0x1ad),_0x568a01)),_0x5c657f[_0x1ed02f(0x1b7)][_0x1ed02f(0x1b8)](_0x1ed02f(0x1b5))[_0x1ed02f(0x1bb)]({'model':_0x1ed02f(0x1b9),'view':(_0x20ca36,{writer:_0x39cec3,options:_0x341419})=>{const _0x30e430=_0x1ed02f;if(_0x341419[_0x30e430(0x1bd)])return _0x39cec3[_0x30e430(0x1ca)](_0x30e430(0x1af));},'converterPriority':_0x1ed02f(0x1a8)}),_0x5c657f[_0x1ed02f(0x1b1)][_0x1ed02f(0x1bf)]['on'](_0x1ed02f(0x1c0),(_0x12de8e,_0x59021a,_0x17c4d4)=>{const _0x1ac37d=_0x1ed02f;_0x17c4d4[_0x1ac37d(0x1b6)][_0x1ac37d(0x1bd)]&&_0x12de8e[_0x1ac37d(0x1a9)]();},{'priority':_0x1ed02f(0x1a8)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x31137d=_0x42c5;(function(_0x4f9b77,_0x5d04de){const _0x575010=_0x42c5,_0x4cfc37=_0x4f9b77();while(!![]){try{const _0x20d276=-parseInt(_0x575010(0x9f))/0x1+parseInt(_0x575010(0x9a))/0x2+parseInt(_0x575010(0x97))/0x3*(-parseInt(_0x575010(0x96))/0x4)+parseInt(_0x575010(0x8f))/0x5+-parseInt(_0x575010(0x98))/0x6+-parseInt(_0x575010(0x92))/0x7+parseInt(_0x575010(0x90))/0x8*(parseInt(_0x575010(0x9b))/0x9);if(_0x20d276===_0x5d04de)break;else _0x4cfc37['push'](_0x4cfc37['shift']());}catch(_0x392e7b){_0x4cfc37['push'](_0x4cfc37['shift']());}}}(_0x16fc,0x6b44e));function _0x16fc(){const _0x21ba0e=['TrackChangesEditing','mention','editor','136197sCHRqK','afterInit','4189740kmkham','546736pFbhDj','get','3999345tjkywI','MentionEditing','enableCommand','plugins','20156UbqRgf','231JObAmc','260634eeQsHv','has','387328HIeOBs','72BBbrfu'];_0x16fc=function(){return _0x21ba0e;};return _0x16fc();}import{Plugin as _0x2dfa6b}from'ckeditor5/src/core.js';function _0x42c5(_0x1a5ba9,_0x1a9e08){const _0x16fc88=_0x16fc();return _0x42c5=function(_0x42c52b,_0x1abc61){_0x42c52b=_0x42c52b-0x8f;let _0x4b0c8f=_0x16fc88[_0x42c52b];return _0x4b0c8f;},_0x42c5(_0x1a5ba9,_0x1a9e08);}export default class mt extends _0x2dfa6b{[_0x31137d(0xa0)](){const _0x3fc029=_0x31137d,_0x362f25=this[_0x3fc029(0x9e)];_0x362f25[_0x3fc029(0x95)][_0x3fc029(0x99)](_0x3fc029(0x93))&&_0x362f25[_0x3fc029(0x95)][_0x3fc029(0x91)](_0x3fc029(0x9c))[_0x3fc029(0x94)](_0x3fc029(0x9d));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x255d54=_0x473e;(function(_0x26035d,_0x345d1a){const _0xba3cc=_0x473e,_0x2d6b8c=_0x26035d();while(!![]){try{const _0x1aebac=-parseInt(_0xba3cc(0x14a))/0x1*(parseInt(_0xba3cc(0x13c))/0x2)+-parseInt(_0xba3cc(0x14b))/0x3+-parseInt(_0xba3cc(0x147))/0x4+-parseInt(_0xba3cc(0x154))/0x5+-parseInt(_0xba3cc(0x14d))/0x6*(parseInt(_0xba3cc(0x13a))/0x7)+-parseInt(_0xba3cc(0x151))/0x8*(-parseInt(_0xba3cc(0x156))/0x9)+parseInt(_0xba3cc(0x13f))/0xa;if(_0x1aebac===_0x345d1a)break;else _0x2d6b8c['push'](_0x2d6b8c['shift']());}catch(_0x250d00){_0x2d6b8c['push'](_0x2d6b8c['shift']());}}}(_0x2d2a,0xab685));import{Plugin as _0x31fa8f}from'ckeditor5/src/core.js';function _0x2d2a(){const _0x55328a=['plugins','315CJKUek','getContainedElement','*Insert:*\x20%0','afterInit','getLabel','deletion','203nxpaRi','insertion','2635546lidgzi','descriptionFactory','insertMergeField','41237910nQvrzS','mergeField','registerElementLabel','ELEMENT_MERGE_FIELD','registerDescriptionCallback','getAttribute','type','get','2442284GdxkGS','MergeFieldsEditing','commands','1ebWJNa','664749ZMfSxp','enableCommand','279042yAqSnE','*Remove:*\x20%0','locale','TrackChangesEditing','66904oDrJrr','element','editor','1078905IaIVQx'];_0x2d2a=function(){return _0x55328a;};return _0x2d2a();}function _0x473e(_0x2eaf2c,_0x9d18e){const _0x2d2aa7=_0x2d2a();return _0x473e=function(_0x473e22,_0x49f00a){_0x473e22=_0x473e22-0x137;let _0x12f08c=_0x2d2aa7[_0x473e22];return _0x12f08c;},_0x473e(_0x2eaf2c,_0x9d18e);}import{getTranslation as _0xaff49}from'../utils/common-translations.js';export default class dt extends _0x31fa8f{[_0x255d54(0x137)](){const _0x1f8147=_0x255d54,_0x56895a=this[_0x1f8147(0x153)];if(!_0x56895a[_0x1f8147(0x149)][_0x1f8147(0x146)](_0x1f8147(0x13e)))return;_0x56895a[_0x1f8147(0x155)][_0x1f8147(0x146)](_0x1f8147(0x150))[_0x1f8147(0x14c)](_0x1f8147(0x13e));const _0x44cc44=_0x56895a[_0x1f8147(0x155)][_0x1f8147(0x146)](_0x1f8147(0x150)),_0x4aaf19=_0x56895a[_0x1f8147(0x14f)];_0x44cc44[_0x1f8147(0x13d)][_0x1f8147(0x141)](_0x1f8147(0x140),_0x2cefd7=>_0xaff49(_0x4aaf19,_0x1f8147(0x142),_0x2cefd7)),_0x44cc44[_0x1f8147(0x13d)][_0x1f8147(0x143)](_0x5bab1e=>{const _0x51da47=_0x1f8147;if(_0x51da47(0x13b)!=_0x5bab1e[_0x51da47(0x145)]&&_0x51da47(0x139)!=_0x5bab1e[_0x51da47(0x145)])return;const _0x3f1fba=_0x5bab1e[_0x51da47(0x157)]();if(null==_0x3f1fba)return;if(!_0x3f1fba['is'](_0x51da47(0x152),_0x51da47(0x140)))return;const _0x3cab28=_0x56895a[_0x51da47(0x155)][_0x51da47(0x146)](_0x51da47(0x148))[_0x51da47(0x138)](_0x3f1fba[_0x51da47(0x144)]('id'));return _0x51da47(0x13b)==_0x5bab1e[_0x51da47(0x145)]?{'type':_0x51da47(0x13b),'content':_0xaff49(_0x4aaf19,_0x51da47(0x158),'\x22'+_0x3cab28+'\x22\x20'+_0xaff49(_0x4aaf19,_0x51da47(0x142)))}:{'type':_0x51da47(0x139),'content':_0xaff49(_0x4aaf19,_0x51da47(0x14e),'\x22'+_0x3cab28+'\x22\x20'+_0xaff49(_0x4aaf19,_0x51da47(0x142)))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x22fe03=_0x2eb1;function _0x33bd(){const _0x37d5ac=['plugins','listType','27839556bzKIkj','*Set\x20format:*\x20%0','descriptionFactory','key','12WrPgOJ','afterInit','*Remove\x20format:*\x20%0','ELEMENT_MULTI_LEVEL_LIST','TrackChangesEditing','handleDescriptions','registerBlockAttribute','head','1AyDiMF','8ELLtGf','multiLevelList','oldValue','listMarkerStyle','10uIvRTX','2080444PnoNJF','next','newValue','registerDescriptionCallback','has','8021298EjstRb','7453390jpzklr','format','data','386049XNLXFh','enableDefaultAttributesIntegration','5bBiJdO','1029908pPuJdK','editor','MultiLevelList','7315389pqWAGx','locale','get'];_0x33bd=function(){return _0x37d5ac;};return _0x33bd();}(function(_0x30eaee,_0x4b1d28){const _0x1d2234=_0x2eb1,_0x1f7282=_0x30eaee();while(!![]){try{const _0x368402=-parseInt(_0x1d2234(0x103))/0x1*(parseInt(_0x1d2234(0x109))/0x2)+parseInt(_0x1d2234(0x112))/0x3*(parseInt(_0x1d2234(0xfb))/0x4)+-parseInt(_0x1d2234(0x114))/0x5*(parseInt(_0x1d2234(0x10e))/0x6)+parseInt(_0x1d2234(0x10f))/0x7+parseInt(_0x1d2234(0x104))/0x8*(-parseInt(_0x1d2234(0xf2))/0x9)+-parseInt(_0x1d2234(0x108))/0xa*(-parseInt(_0x1d2234(0x115))/0xb)+parseInt(_0x1d2234(0xf7))/0xc;if(_0x368402===_0x4b1d28)break;else _0x1f7282['push'](_0x1f7282['shift']());}catch(_0x1b61ec){_0x1f7282['push'](_0x1f7282['shift']());}}}(_0x33bd,0xa4ab4));function _0x2eb1(_0x275e0f,_0xe5c11d){const _0x33bd70=_0x33bd();return _0x2eb1=function(_0x2eb1ab,_0x5dc3f7){_0x2eb1ab=_0x2eb1ab-0xf0;let _0x5a031f=_0x33bd70[_0x2eb1ab];return _0x5a031f;},_0x2eb1(_0x275e0f,_0xe5c11d);}import{Plugin as _0x2684ab}from'ckeditor5/src/core.js';import{getTranslation as _0x3ba962}from'../utils/common-translations.js';export default class pt extends _0x2684ab{[_0x22fe03(0xfc)](){const _0x1d33bb=_0x22fe03,_0x2182f3=this[_0x1d33bb(0xf0)],_0x133002=_0x2182f3[_0x1d33bb(0xf5)][_0x1d33bb(0xf4)](_0x1d33bb(0xff));_0x2182f3[_0x1d33bb(0xf5)][_0x1d33bb(0x10d)](_0x1d33bb(0xf1))&&(_0x133002[_0x1d33bb(0x113)](_0x1d33bb(0x105)),_0x133002[_0x1d33bb(0x101)](_0x1d33bb(0x107)),_0x133002[_0x1d33bb(0xf9)][_0x1d33bb(0x10c)](_0x10e7b6=>this[_0x1d33bb(0x100)](_0x10e7b6)));}[_0x22fe03(0x100)](_0x1f91e5){const _0xf73eeb=_0x22fe03,_0x31c72e=this[_0xf73eeb(0xf0)][_0xf73eeb(0xf3)],{data:_0x307bbe}=_0x1f91e5,_0xcb74c8={'type':_0xf73eeb(0x110),'content':''};if(_0x307bbe&&_0xf73eeb(0x107)==_0x307bbe[_0xf73eeb(0xfa)]){if(!_0x307bbe[_0xf73eeb(0x106)])return{'type':_0xf73eeb(0x110),'content':_0x3ba962(_0x31c72e,_0xf73eeb(0xf8),_0x3ba962(_0x31c72e,_0xf73eeb(0xfe)))+'\x20('+_0x307bbe[_0xf73eeb(0x10b)]+')'};if(!_0x307bbe[_0xf73eeb(0x10b)]){let _0xd92724=_0x1f91e5[_0xf73eeb(0x102)];for(;_0xd92724;){if(_0xd92724[_0xf73eeb(0x111)]&&_0xf73eeb(0xf6)==_0xd92724[_0xf73eeb(0x111)][_0xf73eeb(0xfa)]&&_0xd92724[_0xf73eeb(0x111)][_0xf73eeb(0x10b)])return _0xcb74c8;_0xd92724=_0xd92724[_0xf73eeb(0x10a)];}return{'type':_0xf73eeb(0x110),'content':_0x3ba962(_0x31c72e,_0xf73eeb(0xfd),_0x3ba962(_0x31c72e,_0xf73eeb(0xfe)))+'\x20('+_0x307bbe[_0xf73eeb(0x106)]+')'};}}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x54ecc7=_0x58c8;(function(_0x1b1d06,_0x5e74d9){const _0x294edd=_0x58c8,_0x1b7067=_0x1b1d06();while(!![]){try{const _0x2839b4=parseInt(_0x294edd(0x75))/0x1*(-parseInt(_0x294edd(0x79))/0x2)+parseInt(_0x294edd(0x6e))/0x3*(-parseInt(_0x294edd(0x78))/0x4)+-parseInt(_0x294edd(0x7a))/0x5+parseInt(_0x294edd(0x7b))/0x6*(parseInt(_0x294edd(0x69))/0x7)+parseInt(_0x294edd(0x67))/0x8+-parseInt(_0x294edd(0x70))/0x9+parseInt(_0x294edd(0x68))/0xa;if(_0x2839b4===_0x5e74d9)break;else _0x1b7067['push'](_0x1b7067['shift']());}catch(_0x4573d1){_0x1b7067['push'](_0x1b7067['shift']());}}}(_0x4a55,0x5b48b));function _0x4a55(){const _0x1da7d5=['ELEMENT_PAGE_BREAK','5896832CLVLxk','9024910LtDuZE','202153jqeEfq','afterInit','registerElementLabel','has','PageBreakEditing','1101gKrxDI','plugins','4335732PsfQQF','locale','editor','TrackChangesEditing','descriptionFactory','175202BRPFdB','pageBreak','enableCommand','4548juJpgO','2HYyeDf','1534915UiOkUl','24BQDVsd','get'];_0x4a55=function(){return _0x1da7d5;};return _0x4a55();}function _0x58c8(_0x1d63e3,_0x3f1506){const _0x4a5569=_0x4a55();return _0x58c8=function(_0x58c8da,_0x5de262){_0x58c8da=_0x58c8da-0x65;let _0x396c24=_0x4a5569[_0x58c8da];return _0x396c24;},_0x58c8(_0x1d63e3,_0x3f1506);}import{Plugin as _0x3ba9cd}from'ckeditor5/src/core.js';import{getTranslation as _0x468af6}from'../utils/common-translations.js';export default class kt extends _0x3ba9cd{[_0x54ecc7(0x6a)](){const _0x341279=_0x54ecc7,_0x2e41b0=this[_0x341279(0x72)];if(!_0x2e41b0[_0x341279(0x6f)][_0x341279(0x6c)](_0x341279(0x6d)))return;_0x2e41b0[_0x341279(0x6f)][_0x341279(0x65)](_0x341279(0x73))[_0x341279(0x77)](_0x341279(0x76));const _0x3ab378=_0x2e41b0[_0x341279(0x6f)][_0x341279(0x65)](_0x341279(0x73)),_0x204eaf=_0x2e41b0[_0x341279(0x71)];_0x3ab378[_0x341279(0x74)][_0x341279(0x6b)](_0x341279(0x76),_0x299ba1=>_0x468af6(_0x204eaf,_0x341279(0x66),_0x299ba1));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xa5fb0b=_0x4a58;function _0x4780(){const _0x1ac824=['type','consume','createUIElement','commandName','options','insertParagraph','mapper','start','$text','3180402tgkWCu','editor','downcastDispatcher','markerRange','model','schema','formatBlock','*Insert:*\x20%0','getFirstRange','end','descriptionFactory','insert','highest','146986BzQLHg','has','enableDefaultAttributesIntegration','locale','insertion','checkChild','writer','name','26830uDBMpr','showSuggestionHighlights','ELEMENT_PARAGRAPH','toViewPosition','markerName','bindElementToMarker','ck-suggestion-marker--active','TrackChangesEditing','462jShiUO','enableCommand','60epmtPZ','65336dLMppd','span','1686868NHFGKv','isBlock','ck-suggestion-marker-split','isLimit','get','1649577tBgitj','data','_registerLegacyDescription','nodeAfter','format','getItemLabel','isTouching','registerElementLabel','editing','paragraph','128339XCznfl','registerDescriptionCallback','20fmJGic','includes','plugins','addClass','Paragraph','consumable','afterInit','activeMarkers','addMarker:suggestion:insertion','*Change\x20to:*\x20%0'];_0x4780=function(){return _0x1ac824;};return _0x4780();}(function(_0x1ac25c,_0xfdfae2){const _0x6d664=_0x4a58,_0x4a5d68=_0x1ac25c();while(!![]){try{const _0x449790=parseInt(_0x6d664(0x1e7))/0x1+-parseInt(_0x6d664(0x209))/0x2+parseInt(_0x6d664(0x223))/0x3+-parseInt(_0x6d664(0x21e))/0x4+-parseInt(_0x6d664(0x211))/0x5*(parseInt(_0x6d664(0x21b))/0x6)+parseInt(_0x6d664(0x219))/0x7*(-parseInt(_0x6d664(0x21c))/0x8)+parseInt(_0x6d664(0x1fc))/0x9*(parseInt(_0x6d664(0x1e9))/0xa);if(_0x449790===_0xfdfae2)break;else _0x4a5d68['push'](_0x4a5d68['shift']());}catch(_0x471134){_0x4a5d68['push'](_0x4a5d68['shift']());}}}(_0x4780,0x48866));import{Plugin as _0x390a14}from'ckeditor5/src/core.js';import{getTranslation as _0x440b60}from'../utils/common-translations.js';export default class bt extends _0x390a14{[_0xa5fb0b(0x1ef)](){const _0x21f671=_0xa5fb0b,_0x101e96=this[_0x21f671(0x1fd)];if(!_0x101e96[_0x21f671(0x1eb)][_0x21f671(0x20a)](_0x21f671(0x1ed)))return;const _0x3869fd=_0x101e96[_0x21f671(0x20c)],_0x1d98ad=_0x101e96[_0x21f671(0x1eb)][_0x21f671(0x222)](_0x21f671(0x218));_0x1d98ad[_0x21f671(0x206)][_0x21f671(0x1e4)](_0x21f671(0x1e6),_0x4ebefd=>_0x440b60(_0x3869fd,_0x21f671(0x213),_0x4ebefd)),_0x1d98ad[_0x21f671(0x20b)](_0x21f671(0x1e6)),_0x1d98ad[_0x21f671(0x21a)](_0x21f671(0x1f8)),_0x101e96[_0x21f671(0x1e5)][_0x21f671(0x1fe)]['on'](_0x21f671(0x1f1),nr(_0x101e96),{'priority':_0x21f671(0x208)}),_0x101e96[_0x21f671(0x224)][_0x21f671(0x1fe)]['on'](_0x21f671(0x1f1),(_0x2b46a2,_0x1d64e9,_0x485c13)=>{const _0x26b3ea=_0x21f671;_0x485c13[_0x26b3ea(0x1f7)][_0x26b3ea(0x212)]&&nr(_0x101e96,{'showActiveMarker':!0x1})(_0x2b46a2,_0x1d64e9,_0x485c13);},{'priority':_0x21f671(0x208)});const _0x57a358=_0x1d98ad[_0x21f671(0x206)];_0x57a358[_0x21f671(0x1e8)](_0x7d7eb3=>{const _0x5ac710=_0x21f671;if(_0x5ac710(0x20d)!==_0x7d7eb3[_0x5ac710(0x1f3)])return;const {start:_0x256119,end:_0x13e414}=_0x7d7eb3[_0x5ac710(0x204)]();if(!_0x256119[_0x5ac710(0x1e3)](_0x13e414)||!_0x256119[_0x5ac710(0x226)])return;const _0x2c59c5=_0x101e96[_0x5ac710(0x200)][_0x5ac710(0x201)],_0x1409ba=_0x256119[_0x5ac710(0x226)];return _0x2c59c5[_0x5ac710(0x21f)](_0x1409ba)&&!_0x2c59c5[_0x5ac710(0x221)](_0x1409ba)&&_0x2c59c5[_0x5ac710(0x20e)](_0x1409ba,_0x5ac710(0x1fb))?{'type':_0x5ac710(0x20d),'content':_0x440b60(_0x3869fd,_0x5ac710(0x203),_0x57a358[_0x5ac710(0x1e2)](_0x1409ba,0x1))}:void 0x0;}),this[_0x21f671(0x225)]();}[_0xa5fb0b(0x225)](){const _0x4a4757=_0xa5fb0b,_0x5cca73=this[_0x4a4757(0x1fd)],_0x216d8a=_0x5cca73[_0x4a4757(0x20c)];_0x5cca73[_0x4a4757(0x1eb)][_0x4a4757(0x222)](_0x4a4757(0x218))[_0x4a4757(0x206)][_0x4a4757(0x1e8)](_0x453bd9=>{const _0x527ef6=_0x4a4757;if(_0x527ef6(0x202)!=_0x453bd9[_0x527ef6(0x1f3)])return;const {data:_0x153f4e}=_0x453bd9;return _0x153f4e&&_0x527ef6(0x1e6)==_0x153f4e[_0x527ef6(0x1f6)]?{'type':_0x527ef6(0x227),'content':_0x440b60(_0x216d8a,_0x527ef6(0x1f2),_0x440b60(_0x216d8a,_0x527ef6(0x213)))}:void 0x0;});}}function _0x4a58(_0x3f5b86,_0x41fd29){const _0x478044=_0x4780();return _0x4a58=function(_0x4a58c1,_0x1d9151){_0x4a58c1=_0x4a58c1-0x1e2;let _0x15bef3=_0x478044[_0x4a58c1];return _0x15bef3;},_0x4a58(_0x3f5b86,_0x41fd29);}function nr(_0x4a7629,{showActiveMarker:_0x194d7e=!0x0}={}){return(_0xbc0478,_0x39338e,_0x2aff4a)=>{const _0x1b2458=_0x4a58,_0x41f83e=_0x4a7629[_0x1b2458(0x1eb)][_0x1b2458(0x222)](_0x1b2458(0x218)),_0xf29bbe=_0x39338e[_0x1b2458(0x1ff)][_0x1b2458(0x1fa)],_0x306cc5=_0x39338e[_0x1b2458(0x1ff)][_0x1b2458(0x205)],_0x22cf02=_0x4a7629[_0x1b2458(0x200)][_0x1b2458(0x201)];if(!_0xf29bbe[_0x1b2458(0x1e3)](_0x306cc5)||!_0xf29bbe[_0x1b2458(0x226)])return;const _0x42cb9a=_0xf29bbe[_0x1b2458(0x226)];if(_0x22cf02[_0x1b2458(0x21f)](_0x42cb9a)&&!_0x22cf02[_0x1b2458(0x221)](_0x42cb9a)&&_0x22cf02[_0x1b2458(0x20e)](_0x42cb9a,_0x1b2458(0x1fb))){if(!_0x2aff4a[_0x1b2458(0x1ee)][_0x1b2458(0x1f4)](_0x39338e[_0x1b2458(0x1ff)],_0xbc0478[_0x1b2458(0x210)]))return;const _0x2d821c=_0x2aff4a[_0x1b2458(0x20f)][_0x1b2458(0x1f5)](_0x1b2458(0x21d),{'class':_0x1b2458(0x220)}),_0x2b7389=_0x2aff4a[_0x1b2458(0x1f9)][_0x1b2458(0x214)](_0x306cc5);_0x194d7e&&_0x41f83e[_0x1b2458(0x1f0)][_0x1b2458(0x1ea)](_0x39338e[_0x1b2458(0x215)])&&_0x2aff4a[_0x1b2458(0x20f)][_0x1b2458(0x1ec)](_0x1b2458(0x217),_0x2d821c),_0x2aff4a[_0x1b2458(0x20f)][_0x1b2458(0x207)](_0x2b7389,_0x2d821c),_0x2aff4a[_0x1b2458(0x1f9)][_0x1b2458(0x216)](_0x2d821c,_0x39338e[_0x1b2458(0x215)]);}};}
|