@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240604.0 → 0.0.0-nightly-20240604.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -1
- 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/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +1 -1
- package/src/suggestion.js +2 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5c00b1=_0x5aaa;(function(_0x2c4b92,_0xbfed7b){const _0x317663=_0x5aaa,_0x54043a=_0x2c4b92();while(!![]){try{const _0x317367=-parseInt(_0x317663(0xf8))/0x1*(parseInt(_0x317663(0xe5))/0x2)+-parseInt(_0x317663(0xde))/0x3+-parseInt(_0x317663(0x103))/0x4+parseInt(_0x317663(0x100))/0x5*(parseInt(_0x317663(0xd6))/0x6)+-parseInt(_0x317663(0x11b))/0x7*(parseInt(_0x317663(0xe8))/0x8)+parseInt(_0x317663(0xf1))/0x9*(-parseInt(_0x317663(0xe0))/0xa)+parseInt(_0x317663(0xfb))/0xb*(parseInt(_0x317663(0xf0))/0xc);if(_0x317367===_0xbfed7b)break;else _0x54043a['push'](_0x54043a['shift']());}catch(_0x4a7c4e){_0x54043a['push'](_0x54043a['shift']());}}}(_0xc19e,0xbaf3a));function _0xc19e(){const _0x482fe8=['blockName','slice','forceValue','getAttribute','ELEMENT_TODO_LIST','56060232mArdMr','13059rrKuEv','filter','push','outdentList','formatBlock','change','type','811967bmzodv','afterInit','descriptionFactory','11ScIBif','formatInline','bulleted','*Change\x20to:*\x20%0','get','3205qvJFOP','TrackChangesEditing','registerElementLabel','3933836SkbZXv','schema','todoListChecked','nextSibling','markBlockFormat','before','execute','document','format','previousSibling','todoList','model','registerDescriptionCallback','listIndent','selection','ELEMENT_LIST_ITEM','from','numbered','paragraph','locale','element','plugins','enableCommand','findIndex','581aKkFDx','*Indent:*\x20%0','add','value','LegacyListEditing','createRange','checkTodoList','todo','LegacyTodoListEditing','_selectedElements','length','replace','*Outdent:*\x20%0','ELEMENT_BULLETED_LIST','createPositionAt','checkChild','end','bulletedList','numberedList','5262tvZUcL','commandName','commandParams','has','*Uncheck\x20item*','name','commands','indentList','2562219mFxDWu','getSelectedBlocks','4580Ywtxhv','listItem','parent','isObject','editor','2jmBDgI','ELEMENT_NUMBERED_LIST','List','111232dIMjxg','*Check\x20item*','listType'];_0xc19e=function(){return _0x482fe8;};return _0xc19e();}import{Plugin as _0x1c0f28}from'ckeditor5/src/core.js';import{getTranslation as _0x261c37}from'../utils/common-translations.js';export default class ut extends _0x1c0f28{[_0x5c00b1(0xf9)](){const _0x4dc913=_0x5c00b1,_0x21f9d0=this[_0x4dc913(0xe4)],_0x467a86=_0x21f9d0[_0x4dc913(0x116)];if(!_0x21f9d0[_0x4dc913(0x118)][_0x4dc913(0xd9)](_0x4dc913(0xc7)))return;const _0x11ee88=_0x21f9d0[_0x4dc913(0x118)][_0x4dc913(0xff)](_0x4dc913(0x101)),_0x26487b=_0x21f9d0[_0x4dc913(0x118)][_0x4dc913(0xd9)](_0x4dc913(0xcb));function _0x345161(_0x4dcf03){return()=>{const _0x1e1f25=_0x5aaa,_0x1c5a52=_0x21f9d0[_0x1e1f25(0x10e)][_0x1e1f25(0x10a)][_0x1e1f25(0x111)],_0x4453ab=_0x21f9d0[_0x1e1f25(0xdc)][_0x1e1f25(0xff)](_0x4dcf03);if(_0x4453ab[_0x1e1f25(0xc6)])return void _0x21f9d0[_0x1e1f25(0x109)](_0x1e1f25(0x115),{});const _0x42f5d3=_0x4dcf03[_0x1e1f25(0xec)](0x0,-0x4),_0x3d8a17=function(_0x3aaf3e,_0x47efe6,_0x23fdfe){const _0x199171=_0x1e1f25;let _0x5230b6=Array[_0x199171(0x113)](_0x3aaf3e)[_0x199171(0xf2)](_0x350354=>function(_0x1e9c74,_0x30fc4d){const _0x31ce57=_0x199171;return _0x30fc4d[_0x31ce57(0xd2)](_0x1e9c74[_0x31ce57(0xe2)],_0x31ce57(0xe1))&&!_0x30fc4d[_0x31ce57(0xe3)](_0x1e9c74);}(_0x350354,_0x23fdfe));_0x5230b6=_0x5230b6[_0x199171(0xf2)](_0xa93704=>!_0xa93704['is'](_0x199171(0x117),_0x199171(0xe1))||_0xa93704[_0x199171(0xee)](_0x199171(0xea))!=_0x47efe6);const _0x36f4a7=new Set();for(const _0x372ce7 of _0x5230b6)_0x372ce7['is'](_0x199171(0x117),_0x199171(0xe1))?_0x36f4a7[_0x199171(0xc5)](me(_0x372ce7)):_0x36f4a7[_0x199171(0xc5)](_0x372ce7);return Array[_0x199171(0x113)](_0x36f4a7);}(_0x1c5a52[_0x1e1f25(0xdf)](),_0x42f5d3,_0x21f9d0[_0x1e1f25(0x10e)][_0x1e1f25(0x104)]);_0x21f9d0[_0x1e1f25(0x10e)][_0x1e1f25(0xf6)](()=>{const _0x347773=_0x1e1f25;for(const _0x232af3 of _0x3d8a17)_0x11ee88[_0x347773(0x107)](_0x232af3,{'commandName':_0x4dcf03,'commandParams':[{'forceValue':!_0x4453ab[_0x347773(0xc6)]}],'formatGroupId':_0x347773(0xeb)},fe(_0x232af3));});};}function _0x464ed9(_0x309b57){return()=>{const _0x3033ea=_0x5aaa,_0x1bd699=function(_0x4a1e05){const _0x2713a9=_0x5aaa;let _0x2835ad=Array[_0x2713a9(0x113)](_0x4a1e05);const _0x175595=_0x2835ad[_0x2713a9(0x11a)](_0x2cf165=>_0x2713a9(0xe1)!=_0x2cf165[_0x2713a9(0xdb)]);return _0x175595>-0x1&&(_0x2835ad=_0x2835ad[_0x2713a9(0xec)](0x0,_0x175595)),_0x2835ad;}(_0x21f9d0[_0x3033ea(0x10e)][_0x3033ea(0x10a)][_0x3033ea(0x111)][_0x3033ea(0xdf)]()),_0x947535=_0x21f9d0[_0x3033ea(0x10e)][_0x3033ea(0xc8)](_0x21f9d0[_0x3033ea(0x10e)][_0x3033ea(0xd1)](_0x1bd699[0x0],_0x3033ea(0x108)),_0x21f9d0[_0x3033ea(0x10e)][_0x3033ea(0xd1)](_0x1bd699[_0x1bd699[_0x3033ea(0xcd)]-0x1],_0x3033ea(0xd3)));_0x21f9d0[_0x3033ea(0x10e)][_0x3033ea(0xf6)](()=>{const _0x5c5771=_0x3033ea;_0x11ee88[_0x5c5771(0x107)](_0x947535,{'commandName':_0x309b57,'commandParams':[],'formatGroupId':_0x5c5771(0x110)},function(_0x333bf3){const _0x22b6ed=_0x5c5771,_0x5d7585=new Set();for(const _0x203769 of _0x333bf3){let _0xe77735=_0x203769[_0x22b6ed(0x106)];for(;_0xe77735&&_0xe77735[_0x22b6ed(0xee)](_0x22b6ed(0x110))>_0x203769[_0x22b6ed(0xee)](_0x22b6ed(0x110));)_0x5d7585[_0x22b6ed(0xc5)](_0xe77735),_0xe77735=_0xe77735[_0x22b6ed(0x106)];}return Array[_0x22b6ed(0x113)](_0x5d7585);}(_0x1bd699));});};}_0x11ee88[_0x4dc913(0x119)](_0x4dc913(0xd5),_0x345161(_0x4dc913(0xd5))),_0x11ee88[_0x4dc913(0x119)](_0x4dc913(0xd4),_0x345161(_0x4dc913(0xd4))),_0x26487b&&_0x11ee88[_0x4dc913(0x119)](_0x4dc913(0x10d),_0x345161(_0x4dc913(0x10d))),_0x11ee88[_0x4dc913(0x119)](_0x4dc913(0xdd),_0x464ed9(_0x4dc913(0xdd))),_0x11ee88[_0x4dc913(0x119)](_0x4dc913(0xf4),_0x464ed9(_0x4dc913(0xf4))),_0x26487b&&_0x11ee88[_0x4dc913(0x119)](_0x4dc913(0xc9),()=>{const _0x4f4dd9=_0x4dc913,_0x4dc35e=_0x21f9d0[_0x4f4dd9(0xdc)][_0x4f4dd9(0xff)](_0x4f4dd9(0xc9)),_0x5aa50f=Array[_0x4f4dd9(0x113)](_0x4dc35e[_0x4f4dd9(0xcc)]);_0x5aa50f[_0x4f4dd9(0xf2)](_0x1e7c56=>_0x1e7c56[_0x4f4dd9(0xee)](_0x4f4dd9(0x105))!=_0x4dc35e[_0x4f4dd9(0xc6)]),_0x21f9d0[_0x4f4dd9(0x10e)][_0x4f4dd9(0xf6)](()=>{const _0x6751ff=_0x4f4dd9;for(const _0x12911e of _0x5aa50f)_0x11ee88[_0x6751ff(0x107)](_0x12911e,{'commandName':_0x6751ff(0xc9),'commandParams':[{'forceValue':!_0x4dc35e[_0x6751ff(0xc6)]}]});});}),_0x11ee88[_0x4dc913(0xfa)][_0x4dc913(0x102)](_0x4dc913(0xe1),_0x3946ed=>_0x261c37(_0x467a86,_0x4dc913(0x112),_0x3946ed)),_0x11ee88[_0x4dc913(0xfa)][_0x4dc913(0x10f)](_0x142b87=>{const _0x2e6602=_0x4dc913;if(_0x2e6602(0xf5)!=_0x142b87[_0x2e6602(0xf7)]&&_0x2e6602(0xfc)!=_0x142b87[_0x2e6602(0xf7)])return;const {data:_0x1e2bd5}=_0x142b87;if(_0x1e2bd5){if(_0x2e6602(0xd5)==_0x1e2bd5[_0x2e6602(0xd7)]||_0x2e6602(0xd4)==_0x1e2bd5[_0x2e6602(0xd7)]||_0x2e6602(0x10d)==_0x1e2bd5[_0x2e6602(0xd7)])switch(_0x1e2bd5[_0x2e6602(0xd7)][_0x2e6602(0xce)](_0x2e6602(0xe7),'')){case _0x2e6602(0xfd):return _0x32f3d9(_0x261c37(_0x467a86,_0x2e6602(0xd0)));case _0x2e6602(0x114):return _0x32f3d9(_0x261c37(_0x467a86,_0x2e6602(0xe6)));case _0x2e6602(0xca):return _0x32f3d9(_0x261c37(_0x467a86,_0x2e6602(0xef)));}if(_0x2e6602(0xdd)==_0x1e2bd5[_0x2e6602(0xd7)])return{'type':_0x2e6602(0x10b),'content':_0x261c37(_0x467a86,_0x2e6602(0xc4),_0x261c37(_0x467a86,_0x2e6602(0x112)))};if(_0x2e6602(0xf4)==_0x1e2bd5[_0x2e6602(0xd7)])return{'type':_0x2e6602(0x10b),'content':_0x261c37(_0x467a86,_0x2e6602(0xcf),_0x261c37(_0x467a86,_0x2e6602(0x112)))};if(_0x2e6602(0xc9)==_0x1e2bd5[_0x2e6602(0xd7)])return _0x1e2bd5[_0x2e6602(0xd8)][0x0][_0x2e6602(0xed)]?{'type':_0x2e6602(0x10b),'content':_0x261c37(_0x467a86,_0x2e6602(0xe9))}:{'type':_0x2e6602(0x10b),'content':_0x261c37(_0x467a86,_0x2e6602(0xda))};}function _0x32f3d9(_0x1e4a5c){const _0x27c2bb=_0x2e6602;return{'type':_0x27c2bb(0x10b),'content':_0x261c37(_0x467a86,_0x27c2bb(0xfe),_0x1e4a5c)};}});}}function me(_0x3ad5b4){const _0x5617bc=_0x5c00b1,_0x390e68=_0x3ad5b4[_0x5617bc(0xee)](_0x5617bc(0x110));if(0x0==_0x390e68)return _0x3ad5b4;let _0x211036=_0x3ad5b4;for(;_0x3ad5b4[_0x5617bc(0x10c)]&&_0x3ad5b4[_0x5617bc(0x10c)]['is'](_0x5617bc(0x117),_0x5617bc(0xe1));){const _0x33f7ed=_0x3ad5b4[_0x5617bc(0x10c)][_0x5617bc(0xee)](_0x5617bc(0x110));if(_0x33f7ed==_0x390e68)_0x211036=_0x3ad5b4[_0x5617bc(0x10c)];else{if(_0x33f7ed<_0x390e68)break;}_0x3ad5b4=_0x3ad5b4[_0x5617bc(0x10c)];}return _0x211036;}function _0x5aaa(_0x5efa1c,_0x1ffc0e){const _0xc19e7e=_0xc19e();return _0x5aaa=function(_0x5aaa41,_0x571865){_0x5aaa41=_0x5aaa41-0xc4;let _0x52e28c=_0xc19e7e[_0x5aaa41];return _0x52e28c;},_0x5aaa(_0x5efa1c,_0x1ffc0e);}function fe(_0x40ab89){const _0x16c04a=_0x5c00b1,_0x1dd0eb=[];if(_0x40ab89['is'](_0x16c04a(0x117),_0x16c04a(0xe1))&&_0x40ab89[_0x16c04a(0xee)](_0x16c04a(0x110))>0x0){let _0x3b3c38=_0x40ab89[_0x16c04a(0x106)];for(;_0x3b3c38&&_0x16c04a(0xe1)==_0x3b3c38[_0x16c04a(0xdb)]&&_0x3b3c38[_0x16c04a(0xee)](_0x16c04a(0x110))==_0x40ab89[_0x16c04a(0xee)](_0x16c04a(0x110));)_0x1dd0eb[_0x16c04a(0xf3)](_0x3b3c38),_0x3b3c38=_0x3b3c38[_0x16c04a(0x106)];}return _0x1dd0eb;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2abae2=_0x23eb;function _0x4d86(){const _0xd50695=['LegacyListUtils','editor','*Format:*\x20set\x20order\x20to\x20reversed','styles','_getTranslationKeyForListStyle','length','listStart','plugins','2781AiRtUs','createPositionAt','list.properties','forward','model','210JavNKD','document','handleDescriptions','default','backward','2Ffnjuw','has','toUpperCase','handleListStartCommand','formatBlock','getListTypeFromListStyleType','ELEMENT_','get','from','selection','parent','9476yYvdNM','handleListStyleCommand','before','bind','*Change\x20to:*\x20%0','_getSuggestionBlocks','startIndex','replace','_LIST_','commandParams','push','afterInit','226949vXSUUl','listItem','markMultiRangeBlockFormat','flat','unshift','listStyle','map','334225NLRrwO','LegacyListPropertiesEditing','getAttribute','*Format:*\x20set\x20start\x20index\x20to\x20%0','element','descriptionFactory','3776UAbhiH','commandName','filter','getSelectedBlocks','_getSuggestionBlocksForListStyle','enableCommand','reversed','handleListReversedCommand','getSiblingNodes','registerDescriptionCallback','createRange','TrackChangesEditing','getFirstPosition','10782260kkHlEK','locale','getLastPosition','*Format:*\x20set\x20order\x20to\x20regular','format','listType','1544328apwIKM','formatInline','1982848cIGLcf','listReversed','numbered','type','change','config'];_0x4d86=function(){return _0xd50695;};return _0x4d86();}function _0x23eb(_0x456ed0,_0x174986){const _0x4d86ea=_0x4d86();return _0x23eb=function(_0x23ebf,_0x137d7c){_0x23ebf=_0x23ebf-0x91;let _0xa9d486=_0x4d86ea[_0x23ebf];return _0xa9d486;},_0x23eb(_0x456ed0,_0x174986);}(function(_0x35e344,_0x4e6473){const _0x30207e=_0x23eb,_0x40ba10=_0x35e344();while(!![]){try{const _0x4d4c67=parseInt(_0x30207e(0xd4))/0x1*(-parseInt(_0x30207e(0xbd))/0x2)+parseInt(_0x30207e(0xb8))/0x3*(-parseInt(_0x30207e(0xc8))/0x4)+-parseInt(_0x30207e(0xdb))/0x5+-parseInt(_0x30207e(0xa3))/0x6+-parseInt(_0x30207e(0xa5))/0x7+-parseInt(_0x30207e(0xe1))/0x8*(-parseInt(_0x30207e(0xb3))/0x9)+parseInt(_0x30207e(0x9d))/0xa;if(_0x4d4c67===_0x4e6473)break;else _0x40ba10['push'](_0x40ba10['shift']());}catch(_0x54fc36){_0x40ba10['push'](_0x40ba10['shift']());}}}(_0x4d86,0x36a36));import{Plugin as _0x58b32e}from'ckeditor5/src/core.js';import{getTranslation as _0x1510ed}from'../utils/common-translations.js';export default class K extends _0x58b32e{[_0x2abae2(0xd3)](){const _0xfd3599=_0x2abae2;if(!this[_0xfd3599(0xac)][_0xfd3599(0xb2)][_0xfd3599(0xbe)](_0xfd3599(0xdc)))return;const _0xc161bd=this[_0xfd3599(0xac)][_0xfd3599(0xaa)][_0xfd3599(0xc4)](_0xfd3599(0xb5)),_0x11dc31=this[_0xfd3599(0xac)][_0xfd3599(0xb2)][_0xfd3599(0xc4)](_0xfd3599(0x9b));_0xc161bd[_0xfd3599(0xae)]&&_0x11dc31[_0xfd3599(0x95)](_0xfd3599(0xd9),this[_0xfd3599(0xc9)][_0xfd3599(0xcb)](this)),_0xc161bd[_0xfd3599(0x96)]&&_0x11dc31[_0xfd3599(0x95)](_0xfd3599(0xa6),this[_0xfd3599(0x97)][_0xfd3599(0xcb)](this)),_0xc161bd[_0xfd3599(0xce)]&&_0x11dc31[_0xfd3599(0x95)](_0xfd3599(0xb1),this[_0xfd3599(0xc0)][_0xfd3599(0xcb)](this)),_0x11dc31[_0xfd3599(0xe0)][_0xfd3599(0x99)](this[_0xfd3599(0xba)][_0xfd3599(0xcb)](this));}[_0x2abae2(0xc9)](_0x166aa9,_0x270bdd={}){const _0x45e0a1=_0x2abae2,_0x398150=this[_0x45e0a1(0xac)][_0x45e0a1(0xb2)][_0x45e0a1(0xc4)](_0x45e0a1(0x9b)),_0x215ffc=this[_0x45e0a1(0x94)]();this[_0x45e0a1(0xac)][_0x45e0a1(0xb7)][_0x45e0a1(0xa9)](()=>{const _0x5ef87e=_0x45e0a1;_0x398150[_0x5ef87e(0xd6)](_0x215ffc,{'commandName':_0x5ef87e(0xd9),'commandParams':[{'type':_0x270bdd[_0x5ef87e(0xa8)]}],'formatGroupId':_0x5ef87e(0xd9)});});}[_0x2abae2(0x97)](_0x5a3af7,_0x29caa6={}){const _0x278eef=_0x2abae2,_0x587011=this[_0x278eef(0xac)][_0x278eef(0xb2)][_0x278eef(0xc4)](_0x278eef(0x9b)),_0x326397=this[_0x278eef(0xcd)](_0x161129=>_0x161129['is'](_0x278eef(0xdf),_0x278eef(0xd5))&&_0x278eef(0xa7)===_0x161129[_0x278eef(0xdd)](_0x278eef(0xa2)));if(_0x326397[_0x278eef(0xb0)]<0x1)return;const _0x95c29=_0x326397[_0x278eef(0xda)](_0x173537=>this[_0x278eef(0xac)][_0x278eef(0xb7)][_0x278eef(0x9a)](this[_0x278eef(0xac)][_0x278eef(0xb7)][_0x278eef(0xb4)](_0x173537,_0x278eef(0xca)),this[_0x278eef(0xac)][_0x278eef(0xb7)][_0x278eef(0xb4)](_0x173537,0x0)));this[_0x278eef(0xac)][_0x278eef(0xb7)][_0x278eef(0xa9)](()=>{const _0x3b6779=_0x278eef;_0x587011[_0x3b6779(0xd6)](_0x95c29,{'commandName':_0x3b6779(0xa6),'commandParams':[{'reversed':_0x29caa6[_0x3b6779(0x96)]}],'formatGroupId':_0x3b6779(0xa6)});});}[_0x2abae2(0xc0)](_0x560342,_0x479d6c={}){const _0xba80cf=_0x2abae2,_0x1116d1=this[_0xba80cf(0xac)][_0xba80cf(0xb2)][_0xba80cf(0xc4)](_0xba80cf(0x9b)),_0x4b00eb=this[_0xba80cf(0xcd)](_0xa11ab=>_0xa11ab['is'](_0xba80cf(0xdf),_0xba80cf(0xd5))&&_0xba80cf(0xa7)===_0xa11ab[_0xba80cf(0xdd)](_0xba80cf(0xa2)));if(_0x4b00eb[_0xba80cf(0xb0)]<0x1)return;const _0x245734=_0x4b00eb[_0xba80cf(0xda)](_0x4065b1=>this[_0xba80cf(0xac)][_0xba80cf(0xb7)][_0xba80cf(0x9a)](this[_0xba80cf(0xac)][_0xba80cf(0xb7)][_0xba80cf(0xb4)](_0x4065b1,_0xba80cf(0xca)),this[_0xba80cf(0xac)][_0xba80cf(0xb7)][_0xba80cf(0xb4)](_0x4065b1,0x0)));this[_0xba80cf(0xac)][_0xba80cf(0xb7)][_0xba80cf(0xa9)](()=>{const _0x2f9ec8=_0xba80cf;_0x1116d1[_0x2f9ec8(0xd6)](_0x245734,{'commandName':_0x2f9ec8(0xb1),'commandParams':[{'startIndex':_0x479d6c[_0x2f9ec8(0xce)]}],'formatGroupId':_0x2f9ec8(0xb1)});});}[_0x2abae2(0xba)](_0x2d62ee){const _0x67ceba=_0x2abae2;if(_0x67ceba(0xc1)!=_0x2d62ee[_0x67ceba(0xa8)]&&_0x67ceba(0xa4)!=_0x2d62ee[_0x67ceba(0xa8)])return;const _0x58d064=this[_0x67ceba(0xac)][_0x67ceba(0x9e)],{data:_0x293a76}=_0x2d62ee;if(!_0x293a76)return;let _0x562c22,_0x203f72;switch(_0x293a76[_0x67ceba(0x91)]){case _0x67ceba(0xd9):_0x562c22=_0x67ceba(0xcc),_0x203f72={'type':_0x67ceba(0xa1),'content':_0x1510ed(_0x58d064,_0x562c22,_0x1510ed(_0x58d064,this[_0x67ceba(0xaf)](_0x293a76[_0x67ceba(0xd1)][0x0][_0x67ceba(0xa8)])))};break;case _0x67ceba(0xa6):_0x562c22=_0x293a76[_0x67ceba(0xd1)][0x0][_0x67ceba(0x96)]?_0x67ceba(0xad):_0x67ceba(0xa0),_0x203f72={'type':_0x67ceba(0xa1),'content':_0x1510ed(_0x58d064,_0x562c22)};break;case _0x67ceba(0xb1):_0x562c22=_0x67ceba(0xde),_0x203f72={'type':_0x67ceba(0xa1),'content':_0x1510ed(_0x58d064,_0x562c22,_0x293a76[_0x67ceba(0xd1)][0x0][_0x67ceba(0xce)])};}return _0x203f72;}[_0x2abae2(0x94)](){const _0x9a75b1=_0x2abae2;var _0x529724,_0x1354ff,_0x5cadf9,_0x346c08;const _0x1d11f5=this[_0x9a75b1(0xac)][_0x9a75b1(0xb2)][_0x9a75b1(0xc4)](_0x9a75b1(0xab));let _0xcc2005=Array[_0x9a75b1(0xc5)](this[_0x9a75b1(0xac)][_0x9a75b1(0xb7)][_0x9a75b1(0xb9)][_0x9a75b1(0xc6)][_0x9a75b1(0x93)]());return(null===(_0x529724=_0xcc2005[0x0])||void 0x0===_0x529724?void 0x0:_0x529724['is'](_0x9a75b1(0xdf),_0x9a75b1(0xd5)))&&_0xcc2005[_0x9a75b1(0xd8)](..._0x1d11f5[_0x9a75b1(0x98)](this[_0x9a75b1(0xac)][_0x9a75b1(0xb7)][_0x9a75b1(0xb9)][_0x9a75b1(0xc6)][_0x9a75b1(0x9c)](),_0x9a75b1(0xbc))),(null===(_0x1354ff=_0xcc2005[_0xcc2005[_0x9a75b1(0xb0)]-0x1])||void 0x0===_0x1354ff?void 0x0:_0x1354ff['is'](_0x9a75b1(0xdf),_0x9a75b1(0xd5)))&&_0xcc2005[_0x9a75b1(0xd2)](..._0x1d11f5[_0x9a75b1(0x98)](this[_0x9a75b1(0xac)][_0x9a75b1(0xb7)][_0x9a75b1(0xb9)][_0x9a75b1(0xc6)][_0x9a75b1(0x9f)](),_0x9a75b1(0xb6))),_0xcc2005=[...new Set(_0xcc2005)],(null===(_0x346c08=null===(_0x5cadf9=this[_0x9a75b1(0xac)][_0x9a75b1(0xb7)][_0x9a75b1(0xb9)][_0x9a75b1(0xc6)][_0x9a75b1(0x9c)]())||void 0x0===_0x5cadf9?void 0x0:_0x5cadf9[_0x9a75b1(0xc7)])||void 0x0===_0x346c08?void 0x0:_0x346c08['is'](_0x9a75b1(0xdf),_0x9a75b1(0xd5)))&&(_0xcc2005=_0xcc2005[_0x9a75b1(0x92)](_0x4c9957=>_0x4c9957['is'](_0x9a75b1(0xdf),_0x9a75b1(0xd5)))),_0xcc2005;}[_0x2abae2(0xcd)](_0x141cda){const _0x473e5a=_0x2abae2,_0x52bec2=this[_0x473e5a(0xac)][_0x473e5a(0xb2)][_0x473e5a(0xc4)](_0x473e5a(0xab));let _0x1aed40=Array[_0x473e5a(0xc5)](this[_0x473e5a(0xac)][_0x473e5a(0xb7)][_0x473e5a(0xb9)][_0x473e5a(0xc6)][_0x473e5a(0x93)]())[_0x473e5a(0x92)](_0x141cda)[_0x473e5a(0xda)](_0xeeb78e=>{const _0x36bc96=_0x473e5a,_0x3b095c=this[_0x36bc96(0xac)][_0x36bc96(0xb7)][_0x36bc96(0xb4)](_0xeeb78e,0x0);return[..._0x52bec2[_0x36bc96(0x98)](_0x3b095c,_0x36bc96(0xbc)),..._0x52bec2[_0x36bc96(0x98)](_0x3b095c,_0x36bc96(0xb6))];})[_0x473e5a(0xd7)]();return _0x1aed40=[...new Set(_0x1aed40)],_0x1aed40;}[_0x2abae2(0xaf)](_0x14376c){const _0x1dec32=_0x2abae2;return _0x1dec32(0xc3)+(this[_0x1dec32(0xac)][_0x1dec32(0xb2)][_0x1dec32(0xc4)](_0x1dec32(0xab))[_0x1dec32(0xc2)](_0x14376c)||_0x1dec32(0xbb))[_0x1dec32(0xbf)]()+_0x1dec32(0xd0)+_0x14376c[_0x1dec32(0xbf)]()[_0x1dec32(0xcf)](/-/g,'_');}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x262412=_0x443e;function _0x443e(_0x19f991,_0x2597af){const _0x31d5a5=_0x31d5();return _0x443e=function(_0x443e5a,_0x1d2da6){_0x443e5a=_0x443e5a-0x1ae;let _0x360a74=_0x31d5a5[_0x443e5a];return _0x360a74;},_0x443e(_0x19f991,_0x2597af);}(function(_0x3efd20,_0x21fc14){const _0x5ce669=_0x443e,_0x145841=_0x3efd20();while(!![]){try{const _0x4f76c2=-parseInt(_0x5ce669(0x1d8))/0x1*(parseInt(_0x5ce669(0x1b9))/0x2)+-parseInt(_0x5ce669(0x1b0))/0x3+-parseInt(_0x5ce669(0x1c0))/0x4*(parseInt(_0x5ce669(0x1cd))/0x5)+parseInt(_0x5ce669(0x1ae))/0x6+-parseInt(_0x5ce669(0x1c5))/0x7*(-parseInt(_0x5ce669(0x1ca))/0x8)+parseInt(_0x5ce669(0x1ce))/0x9*(parseInt(_0x5ce669(0x1b6))/0xa)+parseInt(_0x5ce669(0x1b7))/0xb;if(_0x4f76c2===_0x21fc14)break;else _0x145841['push'](_0x145841['shift']());}catch(_0x12fb0d){_0x145841['push'](_0x145841['shift']());}}}(_0x31d5,0xa9277));import{Plugin as _0x2f3a92}from'ckeditor5/src/core.js';import{getTranslation as _0x5a0c43}from'../utils/common-translations.js';export default class ct extends _0x2f3a92{[_0x262412(0x1c2)](){const _0x42c467=_0x262412,_0x40d52b=this[_0x42c467(0x1be)];if(!_0x40d52b[_0x42c467(0x1d2)][_0x42c467(0x1d1)](_0x42c467(0x1d5)))return;const _0x408506=_0x40d52b[_0x42c467(0x1d2)][_0x42c467(0x1c7)](_0x42c467(0x1bc)),_0x49dbd1=_0x40d52b[_0x42c467(0x1b5)][_0x42c467(0x1c7)](_0x42c467(0x1bd));_0x408506[_0x42c467(0x1b2)](_0x42c467(0x1bd)),_0x408506[_0x42c467(0x1b2)](_0x42c467(0x1bb)),_0x408506[_0x42c467(0x1cc)](_0x42c467(0x1d3));for(const _0x1b318e of _0x49dbd1[_0x42c467(0x1c8)])_0x408506[_0x42c467(0x1cc)](_0x1b318e['id']),_0x408506[_0x42c467(0x1c1)][_0x42c467(0x1b1)](_0x1b318e['id'],_0x42c467(0x1d0)+_0x1b318e[_0x42c467(0x1bf)][_0x42c467(0x1d6)]()+')');_0x408506[_0x42c467(0x1c1)][_0x42c467(0x1c6)](_0x5c1274=>{const _0x2e6a3a=_0x42c467;if(_0x2e6a3a(0x1c4)!=_0x5c1274[_0x2e6a3a(0x1af)])return;const {data:_0x56e87f}=_0x5c1274;if(!_0x56e87f||_0x2e6a3a(0x1d3)!=_0x56e87f[_0x2e6a3a(0x1b8)])return;const _0x45f0c4=_0x56e87f[_0x2e6a3a(0x1d4)],_0x1253a3=_0x40d52b[_0x2e6a3a(0x1cb)];return{'type':_0x2e6a3a(0x1b4),'content':null==_0x45f0c4?_0x5a0c43(_0x1253a3,_0x2e6a3a(0x1b3)):_0x5a0c43(_0x1253a3,_0x2e6a3a(0x1c9),'\x22'+_0x45f0c4+'\x22')};}),this[_0x42c467(0x1cf)]();}[_0x262412(0x1cf)](){const _0x5d15a3=_0x262412,_0x4aeb29=this[_0x5d15a3(0x1be)],_0x46406c=_0x4aeb29[_0x5d15a3(0x1cb)];_0x4aeb29[_0x5d15a3(0x1d2)][_0x5d15a3(0x1c7)](_0x5d15a3(0x1bc))[_0x5d15a3(0x1c1)][_0x5d15a3(0x1c6)](_0x462a12=>{const _0x720d86=_0x5d15a3;if(_0x720d86(0x1c3)!=_0x462a12[_0x720d86(0x1af)])return;const {data:_0x4d6489}=_0x462a12;if(_0x4d6489){if(_0x720d86(0x1bd)==_0x4d6489[_0x720d86(0x1ba)]){const _0x5e1b75=_0x4d6489[_0x720d86(0x1d7)][0x0];return{'type':_0x720d86(0x1b4),'content':_0x5a0c43(_0x46406c,_0x720d86(0x1c9),'\x22'+_0x5e1b75+'\x22')};}return _0x720d86(0x1bb)==_0x4d6489[_0x720d86(0x1ba)]?{'type':_0x720d86(0x1b4),'content':_0x5a0c43(_0x46406c,_0x720d86(0x1b3))}:void 0x0;}});}}function _0x31d5(){const _0x38c7db=['format','commands','10ohruZS','16343195SDGehM','key','788234mLmSQi','commandName','unlink','TrackChangesEditing','link','editor','label','2358028cgdELZ','descriptionFactory','afterInit','formatInline','attribute','7fWhMgT','registerDescriptionCallback','get','manualDecorators','*Set\x20link:*\x20%0','2624624ochgih','locale','registerInlineAttribute','5qQmlDL','2115909pJgCnc','_registerLegacyDescription','link\x20(','has','plugins','linkHref','newValue','LinkEditing','toLowerCase','commandParams','1jpvhuv','4384698Fiqmda','type','3309684PfeZtq','registerAttributeLabel','enableDefaultAttributesIntegration','*Remove\x20link*'];_0x31d5=function(){return _0x38c7db;};return _0x31d5();}
|
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x623b2d=_0x2f33;(function(_0x23ed3b,_0x117259){const _0x1d863a=_0x2f33,_0x512852=_0x23ed3b();while(!![]){try{const _0x500dd6=parseInt(_0x1d863a(0x245))/0x1*(-parseInt(_0x1d863a(0x1d6))/0x2)+parseInt(_0x1d863a(0x249))/0x3*(parseInt(_0x1d863a(0x1cd))/0x4)+parseInt(_0x1d863a(0x20e))/0x5*(-parseInt(_0x1d863a(0x24c))/0x6)+parseInt(_0x1d863a(0x20a))/0x7*(parseInt(_0x1d863a(0x1da))/0x8)+-parseInt(_0x1d863a(0x22b))/0x9+-parseInt(_0x1d863a(0x23b))/0xa+parseInt(_0x1d863a(0x242))/0xb*(parseInt(_0x1d863a(0x1ec))/0xc);if(_0x500dd6===_0x117259)break;else _0x512852['push'](_0x512852['shift']());}catch(_0x4918cc){_0x512852['push'](_0x512852['shift']());}}}(_0x4a21,0x6913d));import{Plugin as _0x3c0382}from'ckeditor5/src/core.js';function _0x4a21(){const _0xe9e459=['fromRange','indentList','get','has','list.multiBlock','numberedList','toUpperCase','attributeKey','8KQqsNH','registerDescriptionCallback','includes','groupId','ELEMENT_NUMBERED_LIST','assureChains','commands','listStart','getFirstMarker','1090YMiGCG','*Set\x20format:*\x20%0','descriptionFactory','locale','6232nogYzf','commandParams','_findSuggestions','registerAttributeLabel','accept','enableDefaultAttributesIntegration','listMarker','todo','execute','listReversed','getChanges','*Merge:*\x20list\x20item','splitListItemBefore','listMarkerStyle','isLocal','_supportLegacySuggestions','listItemId','documentList','12ENitXM','value','_suggestionFactory','oldValue','filter','suggestion','detach','schema','type','*Split:*\x20list\x20item','getAttribute','*Check\x20item*','nextSibling','*Merge:*\x20%0','*Outdent:*\x20%0','multipleBlocks','isUndo','*Format:*\x20remove\x20from\x20%0','isNextTo','length','previousSibling','numbered','every','registerCustomCallback','listType','attributes','attribute','model','ELEMENT_BULLETED_LIST','mergeListItemForward','1071WeSquI','listItemIdFixer','batch','_getAttributeKey','4285sQlhQH','commandName','document','head','splitListItemAfter','*Indent:*\x20%0','FORMAT_INDENT','editor','_LIST','format','plugins','mergeListItemBackward','listIndent','getFirstRange','*Format:*\x20insert\x20into\x20%0','ELEMENT_LIST_ITEM','noTrackChangesFixer','map','removeMarker','change','from','push','createRange','setSelection','isObject','forceValue','trackChangesCommand','find','registerBlockAttribute','5714064KindsS','setAttribute','meta','createPositionAt','parent','ELEMENT_','customBulletedList','afterInit','*Remove\x20format:*\x20%0','default','containsItem','differ','config','customNumberedList','registerElementLabel','registerPostFixer','3553470ykwnWl','bulleted','todoListCheck','_registerLegacyDescription','start','listStyle','outdentList','19404627tStYJA','TrackChangesEditing','newValue','663oOtCzm','getRanges','checkTodoList','data','903492bTbrpJ','getSuggestions','formatBlock','4926OMMlMP','next','todoListChecked','key','bulletedList','ListEditing','deletion','range','TodoListEditing','nodeAfter','selection','refresh','ELEMENT_TODO_LIST','*Change\x20to:*\x20%0','todoList','end','*Uncheck\x20item*'];_0x4a21=function(){return _0xe9e459;};return _0x4a21();}import{getTranslation as _0x440042}from'../utils/common-translations.js';function _0x2f33(_0x2f053e,_0x2a6d66){const _0x4a21d1=_0x4a21();return _0x2f33=function(_0x2f33c5,_0x4bd0bc){_0x2f33c5=_0x2f33c5-0x1b5;let _0x4653ac=_0x4a21d1[_0x2f33c5];return _0x4653ac;},_0x2f33(_0x2f053e,_0x2a6d66);}import{renameAttributeKey as _0x2863b8}from'../trackchangesediting.js';import{LiveRange as _0x1faddb}from'ckeditor5/src/engine.js';export default class z extends _0x3c0382{[_0x623b2d(0x232)](){const _0x4ff064=_0x623b2d,_0x3e95f7=this[_0x4ff064(0x215)];if(!_0x3e95f7[_0x4ff064(0x218)][_0x4ff064(0x1c8)](_0x4ff064(0x1b9)))return;const _0x2b7c59=_0x3e95f7[_0x4ff064(0x1d9)],_0x166fa2=_0x3e95f7[_0x4ff064(0x218)][_0x4ff064(0x1c7)](_0x4ff064(0x243)),_0xfaca17=_0x3e95f7[_0x4ff064(0x218)][_0x4ff064(0x1c8)](_0x4ff064(0x1bc)),_0x161f12=!!_0x3e95f7[_0x4ff064(0x237)][_0x4ff064(0x1c7)](_0x4ff064(0x1c9));function _0xc6b689(_0x48a2a8){const _0x5672d7=_0x4ff064;return{'type':_0x5672d7(0x217),'content':''+_0x440042(_0x2b7c59,_0x5672d7(0x1d7),_0x48a2a8)};}function _0x10673b(_0x268540){const _0x388ddc=_0x4ff064;return{'type':_0x388ddc(0x217),'content':''+_0x440042(_0x2b7c59,_0x388ddc(0x233),_0x268540)};}_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1ca)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1b8)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x238)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x231)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1c6)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x241)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x212)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1e6)),_0x166fa2[_0x4ff064(0x22a)](_0x4ff064(0x1ea)),_0x166fa2[_0x4ff064(0x22a)](_0x4ff064(0x204)),_0x166fa2[_0x4ff064(0x22a)](_0x4ff064(0x21a)),_0x161f12&&(_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x219)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x209))),_0xfaca17&&(_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x1c2)),_0x166fa2[_0x4ff064(0x1df)](_0x4ff064(0x247)),_0x166fa2[_0x4ff064(0x22a)](_0x4ff064(0x1b6)),_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1ce)](_0x33e755=>{const _0x3452b7=_0x4ff064,{data:_0x482d96}=_0x33e755;if(_0x482d96&&_0x3452b7(0x1b6)==_0x482d96[_0x3452b7(0x1b7)])return{'type':_0x3452b7(0x217),'content':_0x482d96[_0x3452b7(0x244)]?_0x440042(_0x2b7c59,_0x3452b7(0x1f7)):_0x440042(_0x2b7c59,_0x3452b7(0x1c4))};}),this[_0x4ff064(0x215)][_0x4ff064(0x207)][_0x4ff064(0x210)][_0x4ff064(0x23a)](_0x533828=>{const _0x1a74f9=_0x4ff064;if(_0x533828[_0x1a74f9(0x20c)][_0x1a74f9(0x1fc)])return!0x1;let _0x2b18c5=!0x1;const _0x1ae045=_0x166fa2[_0x1a74f9(0x24a)]({'skipNotAttached':!0x0})[_0x1a74f9(0x1f0)](_0x190187=>_0x1a74f9(0x1b6)===_0x166fa2[_0x1a74f9(0x20d)](_0x190187));for(const _0x2da2c4 of _0x1ae045){_0x1a74f9(0x1e1)!=_0x2da2c4[_0x1a74f9(0x21b)]()[_0x1a74f9(0x23f)][_0x1a74f9(0x1bd)][_0x1a74f9(0x1f6)](_0x1a74f9(0x204))&&(_0x166fa2[_0x1a74f9(0x1dc)](_0x2da2c4[_0x1a74f9(0x21b)](),_0x1a74f9(0x206))[_0x1a74f9(0x229)](_0x3dee64=>_0x1a74f9(0x204)===_0x166fa2[_0x1a74f9(0x20d)](_0x3dee64[_0x1a74f9(0x1f1)]))||(_0x533828[_0x1a74f9(0x220)](_0x2da2c4[_0x1a74f9(0x1d5)]()),_0x2b18c5=!0x0));}return _0x2b18c5;})),_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1dd)](_0x4ff064(0x21a),_0x440042(_0x2b7c59,_0x4ff064(0x214)));const _0x32276c={'type':_0x4ff064(0x217),'content':''};_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1ce)](_0x14995c=>{const _0x497cde=_0x4ff064,{data:_0xbcb6c3}=_0x14995c;if(!_0xbcb6c3||_0x497cde(0x204)!=_0xbcb6c3[_0x497cde(0x1b7)])return;let _0x3112bf=_0x14995c[_0x497cde(0x211)];for(;_0x3112bf;){if(_0x3112bf[_0x497cde(0x248)]&&((_0x497cde(0x240)==_0x3112bf[_0x497cde(0x248)][_0x497cde(0x1b7)]||_0x497cde(0x1e7)==_0x3112bf[_0x497cde(0x248)][_0x497cde(0x1b7)])&&(_0x3112bf[_0x497cde(0x248)][_0x497cde(0x244)]&&_0x497cde(0x234)!=_0x3112bf[_0x497cde(0x248)][_0x497cde(0x244)]||_0x497cde(0x234)!=_0x3112bf[_0x497cde(0x248)][_0x497cde(0x1ef)]&&!_0xbcb6c3[_0x497cde(0x244)])||!_0x161f12&&_0x3112bf[_0x497cde(0x248)][_0x497cde(0x1b7)]==_0x2863b8))return _0x32276c;_0x3112bf=_0x3112bf[_0x497cde(0x1b5)];}if(null==_0xbcb6c3[_0x497cde(0x244)])switch(_0xbcb6c3[_0x497cde(0x1ef)]){case _0x497cde(0x23c):return _0x10673b(_0x440042(_0x2b7c59,_0x497cde(0x208)));case _0x497cde(0x201):return _0x10673b(_0x440042(_0x2b7c59,_0x497cde(0x1d1)));case _0x497cde(0x1e1):return _0x10673b(_0x440042(_0x2b7c59,_0x497cde(0x1c0)));}switch(_0xbcb6c3[_0x497cde(0x244)]){case _0x497cde(0x23c):return _0xc6b689(_0x440042(_0x2b7c59,_0x497cde(0x208)));case _0x497cde(0x201):return _0xc6b689(_0x440042(_0x2b7c59,_0x497cde(0x1d1)));case _0x497cde(0x1e1):return _0xc6b689(_0x440042(_0x2b7c59,_0x497cde(0x1c0)));}}),_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1ce)](_0x31d249=>{const _0x5235bc=_0x4ff064,{data:_0x52aaca}=_0x31d249;if(_0x52aaca&&_0x5235bc(0x21a)==_0x52aaca[_0x5235bc(0x1b7)])return null==_0x52aaca[_0x5235bc(0x244)]||null==_0x52aaca[_0x5235bc(0x1ef)]&&0x0==_0x52aaca[_0x5235bc(0x244)]?_0x32276c:void 0x0;}),_0x166fa2[_0x4ff064(0x1d8)][_0x4ff064(0x1ce)](_0x19c321=>{const _0x527681=_0x4ff064;if(_0x527681(0x206)!=_0x19c321[_0x527681(0x1f4)])return;const {data:_0x15a773}=_0x19c321;if(!_0x15a773||_0x527681(0x1ea)!=_0x15a773[_0x527681(0x1b7)])return;const _0x30d874=le(_0x19c321);return _0x527681(0x244)==_0x30d874?{'type':_0x527681(0x217),'content':_0x440042(_0x2b7c59,_0x527681(0x1e5))}:_0x527681(0x1ef)==_0x30d874?{'type':_0x527681(0x217),'content':_0x440042(_0x2b7c59,_0x527681(0x1f5))}:_0x32276c;}),_0x3e95f7[_0x4ff064(0x207)][_0x4ff064(0x210)][_0x4ff064(0x23a)](_0x158165=>this[_0x4ff064(0x20b)](_0x158165)),_0x3e95f7[_0x4ff064(0x207)][_0x4ff064(0x210)][_0x4ff064(0x23a)](_0x5316d1=>this[_0x4ff064(0x21e)](_0x5316d1)),_0x3e95f7[_0x4ff064(0x207)][_0x4ff064(0x210)][_0x4ff064(0x23a)](_0x665b9c=>this[_0x4ff064(0x1d2)](_0x665b9c)),this[_0x4ff064(0x1e9)]();}[_0x623b2d(0x20b)](_0x6f40db){const _0x504193=_0x623b2d;if(_0x6f40db[_0x504193(0x20c)][_0x504193(0x1fc)]||!_0x6f40db[_0x504193(0x20c)][_0x504193(0x1e8)])return!0x1;let _0x22152c=!0x1;const _0x36cf46=this[_0x504193(0x215)][_0x504193(0x218)][_0x504193(0x1c7)](_0x504193(0x243))[_0x504193(0x24a)]({'skipNotAttached':!0x0})[_0x504193(0x1f0)](_0x3ec777=>_0x3ec777[_0x504193(0x248)]&&_0x504193(0x1ea)==_0x3ec777[_0x504193(0x248)][_0x504193(0x1b7)])[_0x504193(0x1f0)](_0x4e02ed=>_0x4e02ed[_0x504193(0x248)][_0x504193(0x244)]&&_0x4e02ed[_0x504193(0x248)][_0x504193(0x1ef)]);for(const _0x288c9e of _0x36cf46)le(_0x288c9e)||(_0x6f40db[_0x504193(0x220)](_0x288c9e[_0x504193(0x1d5)]()),_0x22152c=!0x0);return _0x22152c;}[_0x623b2d(0x21e)](_0x484bd4){const _0x9c00e1=_0x623b2d;if(_0x484bd4[_0x9c00e1(0x20c)][_0x9c00e1(0x1fc)]||!_0x484bd4[_0x9c00e1(0x20c)][_0x9c00e1(0x1e8)])return!0x1;const _0x67c95b=this[_0x9c00e1(0x215)][_0x9c00e1(0x218)][_0x9c00e1(0x1c7)](_0x9c00e1(0x243));if(_0x67c95b[_0x9c00e1(0x228)][_0x9c00e1(0x1ed)])return!0x1;let _0x12101a=!0x1;const _0x285b74=[_0x9c00e1(0x204),_0x9c00e1(0x1ea),_0x9c00e1(0x21a),_0x9c00e1(0x240),_0x9c00e1(0x1d4),_0x9c00e1(0x1e3),_0x9c00e1(0x23d),_0x9c00e1(0x1e0),_0x9c00e1(0x1e7)],_0xeea31a=this[_0x9c00e1(0x215)][_0x9c00e1(0x207)][_0x9c00e1(0x210)][_0x9c00e1(0x236)][_0x9c00e1(0x1e4)]()[_0x9c00e1(0x1f0)](_0x446218=>_0x9c00e1(0x206)==_0x446218[_0x9c00e1(0x1f4)])[_0x9c00e1(0x1f0)](_0x5a0139=>_0x285b74[_0x9c00e1(0x1cf)](_0x5a0139[_0x9c00e1(0x1cc)]));if(0x0==_0xeea31a[_0x9c00e1(0x1ff)])return _0x12101a;for(const _0x1b30ac of _0xeea31a){const _0x29129b=_0x67c95b[_0x9c00e1(0x1dc)](_0x1b30ac[_0x9c00e1(0x1bb)],_0x9c00e1(0x206))[_0x9c00e1(0x1f0)](_0x520088=>!_0x520088[_0x9c00e1(0x22d)][_0x9c00e1(0x1fe)])[_0x9c00e1(0x21f)](_0x16de67=>_0x16de67[_0x9c00e1(0x1f1)])[_0x9c00e1(0x1f0)](_0x40058c=>{const _0xd6307f=_0x9c00e1,_0x3e634b=_0x67c95b[_0xd6307f(0x20d)](_0x40058c);return _0x285b74[_0xd6307f(0x1cf)](_0x3e634b);});if(_0x29129b[_0x9c00e1(0x1ff)]){for(const _0xa796 of _0x29129b)_0x484bd4[_0x9c00e1(0x220)](_0xa796[_0x9c00e1(0x1d5)]());_0x12101a=!0x0;}}return _0x12101a;}[_0x623b2d(0x1d2)](_0x4f7873){const _0x3f2684=_0x623b2d;if(_0x4f7873[_0x3f2684(0x20c)][_0x3f2684(0x1fc)]||!_0x4f7873[_0x3f2684(0x20c)][_0x3f2684(0x1e8)])return!0x1;const _0x58b1a0=this[_0x3f2684(0x215)][_0x3f2684(0x218)][_0x3f2684(0x1c7)](_0x3f2684(0x243));let _0x22042d=!0x1;const _0x3bc71a=[_0x3f2684(0x204),_0x3f2684(0x1ea),_0x3f2684(0x21a),_0x3f2684(0x240),_0x3f2684(0x1d4),_0x3f2684(0x1e3),_0x3f2684(0x23d),_0x3f2684(0x1e0),_0x3f2684(0x1e7)];for(const _0x5301a5 of _0x58b1a0[_0x3f2684(0x24a)]({'skipNotAttached':!0x0})){const _0x919835=_0x58b1a0[_0x3f2684(0x1dc)](_0x5301a5[_0x3f2684(0x21b)](),_0x3f2684(0x206))[_0x3f2684(0x21f)](_0x223d99=>_0x223d99[_0x3f2684(0x1f1)])[_0x3f2684(0x1f0)](_0x17a35d=>_0x17a35d[_0x3f2684(0x248)]&&_0x3bc71a[_0x3f2684(0x1cf)](_0x17a35d[_0x3f2684(0x248)][_0x3f2684(0x1b7)]));if(!_0x919835[_0x3f2684(0x1ff)])continue;const _0x7020=_0x919835[0x0][_0x3f2684(0x211)][_0x3f2684(0x205)][_0x3f2684(0x1d0)];if(!_0x919835[_0x3f2684(0x202)](_0x31c82b=>_0x31c82b[_0x3f2684(0x205)][_0x3f2684(0x1d0)]===_0x7020)){for(const _0x34ecd3 of _0x919835)_0x518997(_0x34ecd3,_0x7020)&&(_0x22042d=!0x0);}}return _0x22042d;function _0x21dbee(_0x4ea62f,_0x21289b){const _0x481452=_0x3f2684;for(const _0x15ea12 of _0x58b1a0[_0x481452(0x24a)]({'skipNotAttached':!0x0})[_0x481452(0x1f0)](_0x1e2499=>_0x481452(0x206)==_0x1e2499[_0x481452(0x1f4)]&&_0x1e2499[_0x481452(0x205)][_0x481452(0x1d0)]==_0x4ea62f))_0x15ea12[_0x481452(0x22c)](_0x481452(0x1d0),_0x21289b);}function _0x518997(_0x504d43,_0x59f342){const _0x17b589=_0x3f2684;let _0x3498ec=_0x504d43[_0x17b589(0x211)],_0x3e0b56=!0x1;for(;_0x3498ec;)_0x3498ec[_0x17b589(0x205)][_0x17b589(0x1d0)]!=_0x59f342&&(_0x21dbee(_0x3498ec[_0x17b589(0x205)][_0x17b589(0x1d0)],_0x59f342),_0x3498ec[_0x17b589(0x22c)](_0x17b589(0x1d0),_0x59f342),_0x3e0b56=!0x0),_0x3498ec=_0x3498ec[_0x17b589(0x1b5)];return _0x3e0b56;}}[_0x623b2d(0x1e9)](){const _0x1d9868=_0x623b2d,_0xf2ba67=this[_0x1d9868(0x215)],_0x25860e=_0xf2ba67[_0x1d9868(0x1d9)],_0x2b0b5c=_0xf2ba67[_0x1d9868(0x218)][_0x1d9868(0x1c7)](_0x1d9868(0x243));this[_0x1d9868(0x23e)](),_0x2b0b5c[_0x1d9868(0x1ee)][_0x1d9868(0x203)](_0x1d9868(0x24b),_0x1d9868(0x1eb),_0x1d9868(0x1de),function(_0x3e5297,_0x5dfe1e){const _0x102132=_0x1d9868,_0x49c1af=[];for(let _0x3b7c17 of _0x3e5297)_0x3b7c17[_0x102132(0x23f)][_0x102132(0x1bd)]===_0x3b7c17[_0x102132(0x1c3)][_0x102132(0x22f)]&&(_0x3b7c17=_0xf2ba67[_0x102132(0x207)][_0x102132(0x224)](_0xf2ba67[_0x102132(0x207)][_0x102132(0x22e)](_0x3b7c17[_0x102132(0x23f)][_0x102132(0x1bd)],0x0))),_0x49c1af[_0x102132(0x223)](_0x3b7c17);_0xf2ba67[_0x102132(0x207)][_0x102132(0x221)](_0x110c16=>{const _0x4e763f=_0x102132,_0x340159=_0xf2ba67[_0x4e763f(0x207)][_0x4e763f(0x210)][_0x4e763f(0x1be)],_0x14ec6a=Array[_0x4e763f(0x222)](_0x340159[_0x4e763f(0x246)]())[_0x4e763f(0x21f)](_0x2160c8=>_0x1faddb[_0x4e763f(0x1c5)](_0x2160c8));_0x110c16[_0x4e763f(0x225)](_0x49c1af),_0xf2ba67[_0x4e763f(0x1d3)][_0x4e763f(0x1c7)](_0x5dfe1e[_0x4e763f(0x20f)])[_0x4e763f(0x1bf)](),_0x5dfe1e[_0x4e763f(0x1db)][_0x4e763f(0x223)]({'forceDefaultExecution':!0x0}),_0xf2ba67[_0x4e763f(0x1e2)](_0x5dfe1e[_0x4e763f(0x20f)],..._0x5dfe1e[_0x4e763f(0x1db)]),_0x110c16[_0x4e763f(0x225)](_0x14ec6a);for(const _0x4f2f37 of _0x14ec6a)_0x4f2f37[_0x4e763f(0x1f2)]();});}),_0x2b0b5c[_0x1d9868(0x1d8)][_0x1d9868(0x239)](function(_0x35f93b){const _0x1f00f1=_0x1d9868,_0x4cbf6d=!_0xf2ba67[_0x1f00f1(0x207)][_0x1f00f1(0x1f3)][_0x1f00f1(0x226)](_0x35f93b),_0x265f88=_0x35f93b[_0x1f00f1(0x200)],_0x5ef07d=_0x35f93b[_0x1f00f1(0x1f8)],_0x566f70=_0x35f93b[_0x1f00f1(0x1f6)](_0x1f00f1(0x1ea)),_0x3ae6eb=!_0x265f88||_0x265f88[_0x1f00f1(0x1f6)](_0x1f00f1(0x1ea))!==_0x566f70,_0x3c3b4a=!_0x5ef07d||_0x5ef07d[_0x1f00f1(0x1f6)](_0x1f00f1(0x1ea))!==_0x566f70;return _0x4cbf6d&&Boolean(_0x566f70)&&_0x3ae6eb&&_0x3c3b4a;},_0x5672ce=>_0x440042(_0x25860e,_0x1d9868(0x21d),_0x5672ce));}[_0x623b2d(0x23e)](){const _0x42aa65=_0x623b2d,_0x8a9e84=this[_0x42aa65(0x215)],_0x5ca721=_0x8a9e84[_0x42aa65(0x1d9)];function _0xa02c67(_0x1aff41){const _0x2c3c88=_0x42aa65,_0x15550f=_0x8a9e84[_0x2c3c88(0x1d3)][_0x2c3c88(0x1c7)](_0x2c3c88(0x1b8))[_0x2c3c88(0x1ed)],_0x56903b=_0x8a9e84[_0x2c3c88(0x1d3)][_0x2c3c88(0x1c7)](_0x2c3c88(0x1ca))[_0x2c3c88(0x1ed)];return _0x2c3c88(0x1ca)===_0x1aff41?_0x15550f:_0x56903b;}_0x8a9e84[_0x42aa65(0x218)][_0x42aa65(0x1c7)](_0x42aa65(0x243))[_0x42aa65(0x1d8)][_0x42aa65(0x1ce)](function(_0xc322b){const _0x3083e5=_0x42aa65;if(_0x3083e5(0x24b)!=_0xc322b[_0x3083e5(0x1f4)])return;const {data:_0x3b9ff9}=_0xc322b;if(!_0x3b9ff9)return;let _0x2d7ed7,_0x4657ff,_0x24d9d9,_0x82de5f;switch(_0x3b9ff9[_0x3083e5(0x20f)]){case _0x3083e5(0x1b8):_0x24d9d9=_0x3b9ff9[_0x3083e5(0x1db)][0x0][_0x3083e5(0x227)],_0x82de5f=_0xa02c67(_0x3b9ff9[_0x3083e5(0x20f)]),_0x2d7ed7=_0x24d9d9?_0x3083e5(0x21c):_0x3083e5(0x1fd),!_0x82de5f&&_0x8a9e84[_0x3083e5(0x237)][_0x3083e5(0x1c7)](_0x3083e5(0x1c9))||(_0x2d7ed7=_0x3083e5(0x1c1)),_0x4657ff={'type':_0x3083e5(0x217),'content':_0x440042(_0x5ca721,_0x2d7ed7,_0x440042(_0x5ca721,_0x3083e5(0x208)))};break;case _0x3083e5(0x1ca):_0x24d9d9=_0x3b9ff9[_0x3083e5(0x1db)][0x0][_0x3083e5(0x227)],_0x82de5f=_0xa02c67(_0x3b9ff9[_0x3083e5(0x20f)]),_0x2d7ed7=_0x24d9d9?_0x3083e5(0x21c):_0x3083e5(0x1fd),!_0x82de5f&&_0x8a9e84[_0x3083e5(0x237)][_0x3083e5(0x1c7)](_0x3083e5(0x1c9))||(_0x2d7ed7=_0x3083e5(0x1c1)),_0x4657ff={'type':_0x3083e5(0x217),'content':_0x440042(_0x5ca721,_0x2d7ed7,_0x440042(_0x5ca721,_0x3083e5(0x1d1)))};break;case _0x3083e5(0x1c6):_0x2d7ed7=_0x3083e5(0x213),_0x4657ff={'type':_0x3083e5(0x217),'content':_0x440042(_0x5ca721,_0x2d7ed7,_0x440042(_0x5ca721,_0x3083e5(0x21d)))};break;case _0x3083e5(0x241):_0x2d7ed7=function(_0x49a432){const _0x23da86=_0x3083e5,_0x1b0d78=_0x49a432[_0x23da86(0x21b)]();let _0x40379f=_0x1b0d78[_0x23da86(0x23f)][_0x23da86(0x1bd)];for(;_0x40379f&&_0x1b0d78[_0x23da86(0x235)](_0x40379f);){if(_0x40379f[_0x23da86(0x1f6)](_0x23da86(0x21a))>0x0)return!0x1;_0x40379f=_0x40379f[_0x23da86(0x1f8)];}return!0x0;}(_0xc322b)?_0x440042(_0x5ca721,_0x3083e5(0x1fd),_0x440042(_0x5ca721,function(_0x32ef60){const _0x331e90=_0x3083e5;return _0x331e90(0x230)+_0x32ef60[_0x331e90(0x21b)]()[_0x331e90(0x23f)][_0x331e90(0x1bd)][_0x331e90(0x1f6)](_0x331e90(0x204))[_0x331e90(0x1cb)]()+_0x331e90(0x216);}(_0xc322b))):_0x440042(_0x5ca721,_0x3083e5(0x1fa),_0x440042(_0x5ca721,_0x3083e5(0x21d))),_0x4657ff={'type':_0x3083e5(0x217),'content':_0x2d7ed7};break;case _0x3083e5(0x219):case _0x3083e5(0x209):!0x1===_0x3b9ff9[_0x3083e5(0x1fb)]&&(_0x2d7ed7=_0x3083e5(0x1f9),_0x4657ff={'type':_0x3083e5(0x1ba),'content':_0x440042(_0x5ca721,_0x2d7ed7,_0x440042(_0x5ca721,_0x3083e5(0x21d)))});}return _0x4657ff;});}}function le(_0x3c3c50){const _0x4bf433=_0x623b2d;let _0x548e69=_0x3c3c50[_0x4bf433(0x21b)]()[_0x4bf433(0x23f)][_0x4bf433(0x1bd)][_0x4bf433(0x200)];for(;_0x548e69;){const _0x92ca3b=_0x548e69[_0x4bf433(0x1f6)](_0x4bf433(0x1ea));if(!_0x92ca3b)return!0x1;if(_0x92ca3b==_0x3c3c50[_0x4bf433(0x248)][_0x4bf433(0x244)])return _0x4bf433(0x244);if(_0x92ca3b==_0x3c3c50[_0x4bf433(0x248)][_0x4bf433(0x1ef)])return _0x4bf433(0x1ef);_0x548e69=_0x548e69[_0x4bf433(0x200)];}return!0x1;}
|
|
23
|
+
const _0x82492f=_0x3280;(function(_0x219586,_0x19878e){const _0x222587=_0x3280,_0x3ca9f0=_0x219586();while(!![]){try{const _0x9761f2=-parseInt(_0x222587(0x1e1))/0x1*(-parseInt(_0x222587(0x1ed))/0x2)+-parseInt(_0x222587(0x1f0))/0x3+-parseInt(_0x222587(0x1b4))/0x4+parseInt(_0x222587(0x1fe))/0x5*(parseInt(_0x222587(0x1bc))/0x6)+parseInt(_0x222587(0x225))/0x7*(parseInt(_0x222587(0x1bb))/0x8)+-parseInt(_0x222587(0x1b7))/0x9+-parseInt(_0x222587(0x20f))/0xa*(parseInt(_0x222587(0x1fa))/0xb);if(_0x9761f2===_0x19878e)break;else _0x3ca9f0['push'](_0x3ca9f0['shift']());}catch(_0x3d3880){_0x3ca9f0['push'](_0x3ca9f0['shift']());}}}(_0x34ea,0xc4b49));import{Plugin as _0x5110d0}from'ckeditor5/src/core.js';import{getTranslation as _0x1c12c5}from'../utils/common-translations.js';function _0x3280(_0x538acb,_0xdaa203){const _0x34ea0e=_0x34ea();return _0x3280=function(_0x3280e9,_0x14ab2a){_0x3280e9=_0x3280e9-0x198;let _0x2e076e=_0x34ea0e[_0x3280e9];return _0x2e076e;},_0x3280(_0x538acb,_0xdaa203);}import{renameAttributeKey as _0x3cd1df}from'../trackchangesediting.js';import{LiveRange as _0x5d7e5b}from'ckeditor5/src/engine.js';export default class z extends _0x5110d0{[_0x82492f(0x217)](){const _0x5e0308=_0x82492f,_0x451215=this[_0x5e0308(0x1bf)];if(!_0x451215[_0x5e0308(0x19f)][_0x5e0308(0x1e7)](_0x5e0308(0x1ee)))return;const _0x12e5b5=_0x451215[_0x5e0308(0x19e)],_0x168b73=_0x451215[_0x5e0308(0x19f)][_0x5e0308(0x1d3)](_0x5e0308(0x19b)),_0x3a1515=_0x451215[_0x5e0308(0x19f)][_0x5e0308(0x1e7)](_0x5e0308(0x1ec)),_0x9491f5=!!_0x451215[_0x5e0308(0x1c7)][_0x5e0308(0x1d3)](_0x5e0308(0x199));function _0x1ee6ac(_0x5e38fb){const _0x547469=_0x5e0308;return{'type':_0x547469(0x219),'content':''+_0x1c12c5(_0x12e5b5,_0x547469(0x1f2),_0x5e38fb)};}function _0x4c1d2b(_0x57c0c1){const _0x231570=_0x5e0308;return{'type':_0x231570(0x219),'content':''+_0x1c12c5(_0x12e5b5,_0x231570(0x1d4),_0x57c0c1)};}_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x1e0)),_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x21b)),_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x1ef)),_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x1ba)),_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x1ab)),_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x22b)),_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x1de)),_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x22a)),_0x168b73[_0x5e0308(0x1c8)](_0x5e0308(0x20c)),_0x168b73[_0x5e0308(0x1c8)](_0x5e0308(0x1aa)),_0x168b73[_0x5e0308(0x1c8)](_0x5e0308(0x20e)),_0x9491f5&&(_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x1cf)),_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x226))),_0x3a1515&&(_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x1da)),_0x168b73[_0x5e0308(0x209)](_0x5e0308(0x1ff)),_0x168b73[_0x5e0308(0x1c8)](_0x5e0308(0x19d)),_0x168b73[_0x5e0308(0x1e4)][_0x5e0308(0x220)](_0x36f7f9=>{const _0x3db79a=_0x5e0308,{data:_0x5965b4}=_0x36f7f9;if(_0x5965b4&&_0x3db79a(0x19d)==_0x5965b4[_0x3db79a(0x205)])return{'type':_0x3db79a(0x219),'content':_0x5965b4[_0x3db79a(0x1cb)]?_0x1c12c5(_0x12e5b5,_0x3db79a(0x1e3)):_0x1c12c5(_0x12e5b5,_0x3db79a(0x1fd))};}),this[_0x5e0308(0x1bf)][_0x5e0308(0x216)][_0x5e0308(0x1b5)][_0x5e0308(0x1a4)](_0x2445d7=>{const _0x3aef43=_0x5e0308;if(_0x2445d7[_0x3aef43(0x20d)][_0x3aef43(0x1a9)])return!0x1;let _0x450237=!0x1;const _0x8a3558=_0x168b73[_0x3aef43(0x1ac)]({'skipNotAttached':!0x0})[_0x3aef43(0x213)](_0x277924=>_0x3aef43(0x19d)===_0x168b73[_0x3aef43(0x1b8)](_0x277924));for(const _0xa29419 of _0x8a3558){_0x3aef43(0x21a)!=_0xa29419[_0x3aef43(0x215)]()[_0x3aef43(0x1d6)][_0x3aef43(0x208)][_0x3aef43(0x1be)](_0x3aef43(0x1aa))&&(_0x168b73[_0x3aef43(0x200)](_0xa29419[_0x3aef43(0x215)](),_0x3aef43(0x1d2))[_0x3aef43(0x1b9)](_0xcc9bfc=>_0x3aef43(0x1aa)===_0x168b73[_0x3aef43(0x1b8)](_0xcc9bfc[_0x3aef43(0x1f3)]))||(_0x2445d7[_0x3aef43(0x1e6)](_0xa29419[_0x3aef43(0x1a0)]()),_0x450237=!0x0));}return _0x450237;})),_0x168b73[_0x5e0308(0x1e4)][_0x5e0308(0x1b6)](_0x5e0308(0x20e),_0x1c12c5(_0x12e5b5,_0x5e0308(0x223)));const _0x1b8945={'type':_0x5e0308(0x219),'content':''};_0x168b73[_0x5e0308(0x1e4)][_0x5e0308(0x220)](_0x18568a=>{const _0x1a584c=_0x5e0308,{data:_0x22120a}=_0x18568a;if(!_0x22120a||_0x1a584c(0x1aa)!=_0x22120a[_0x1a584c(0x205)])return;let _0x446b71=_0x18568a[_0x1a584c(0x1e2)];for(;_0x446b71;){if(_0x446b71[_0x1a584c(0x1f1)]&&((_0x1a584c(0x1a2)==_0x446b71[_0x1a584c(0x1f1)][_0x1a584c(0x205)]||_0x1a584c(0x1a8)==_0x446b71[_0x1a584c(0x1f1)][_0x1a584c(0x205)])&&(_0x446b71[_0x1a584c(0x1f1)][_0x1a584c(0x1cb)]&&_0x1a584c(0x1f9)!=_0x446b71[_0x1a584c(0x1f1)][_0x1a584c(0x1cb)]||_0x1a584c(0x1f9)!=_0x446b71[_0x1a584c(0x1f1)][_0x1a584c(0x1d9)]&&!_0x22120a[_0x1a584c(0x1cb)])||!_0x9491f5&&_0x446b71[_0x1a584c(0x1f1)][_0x1a584c(0x205)]==_0x3cd1df))return _0x1b8945;_0x446b71=_0x446b71[_0x1a584c(0x1d8)];}if(null==_0x22120a[_0x1a584c(0x1cb)])switch(_0x22120a[_0x1a584c(0x1d9)]){case _0x1a584c(0x202):return _0x4c1d2b(_0x1c12c5(_0x12e5b5,_0x1a584c(0x1dc)));case _0x1a584c(0x1eb):return _0x4c1d2b(_0x1c12c5(_0x12e5b5,_0x1a584c(0x1a5)));case _0x1a584c(0x21a):return _0x4c1d2b(_0x1c12c5(_0x12e5b5,_0x1a584c(0x211)));}switch(_0x22120a[_0x1a584c(0x1cb)]){case _0x1a584c(0x202):return _0x1ee6ac(_0x1c12c5(_0x12e5b5,_0x1a584c(0x1dc)));case _0x1a584c(0x1eb):return _0x1ee6ac(_0x1c12c5(_0x12e5b5,_0x1a584c(0x1a5)));case _0x1a584c(0x21a):return _0x1ee6ac(_0x1c12c5(_0x12e5b5,_0x1a584c(0x211)));}}),_0x168b73[_0x5e0308(0x1e4)][_0x5e0308(0x220)](_0x2bdaa6=>{const _0x2fa2dc=_0x5e0308,{data:_0x5db04a}=_0x2bdaa6;if(_0x5db04a&&_0x2fa2dc(0x20e)==_0x5db04a[_0x2fa2dc(0x205)])return null==_0x5db04a[_0x2fa2dc(0x1cb)]||null==_0x5db04a[_0x2fa2dc(0x1d9)]&&0x0==_0x5db04a[_0x2fa2dc(0x1cb)]?_0x1b8945:void 0x0;}),_0x168b73[_0x5e0308(0x1e4)][_0x5e0308(0x220)](_0x52ef90=>{const _0x1a2bc0=_0x5e0308;if(_0x1a2bc0(0x1d2)!=_0x52ef90[_0x1a2bc0(0x1d7)])return;const {data:_0x44360d}=_0x52ef90;if(!_0x44360d||_0x1a2bc0(0x20c)!=_0x44360d[_0x1a2bc0(0x205)])return;const _0xdeddb=le(_0x52ef90);return _0x1a2bc0(0x1cb)==_0xdeddb?{'type':_0x1a2bc0(0x219),'content':_0x1c12c5(_0x12e5b5,_0x1a2bc0(0x1cc))}:_0x1a2bc0(0x1d9)==_0xdeddb?{'type':_0x1a2bc0(0x219),'content':_0x1c12c5(_0x12e5b5,_0x1a2bc0(0x1af))}:_0x1b8945;}),_0x451215[_0x5e0308(0x216)][_0x5e0308(0x1b5)][_0x5e0308(0x1a4)](_0x1509f3=>this[_0x5e0308(0x1d1)](_0x1509f3)),_0x451215[_0x5e0308(0x216)][_0x5e0308(0x1b5)][_0x5e0308(0x1a4)](_0x38ac60=>this[_0x5e0308(0x222)](_0x38ac60)),_0x451215[_0x5e0308(0x216)][_0x5e0308(0x1b5)][_0x5e0308(0x1a4)](_0x182999=>this[_0x5e0308(0x1c2)](_0x182999)),this[_0x5e0308(0x1f7)]();}[_0x82492f(0x1d1)](_0x3a48e6){const _0x5b1191=_0x82492f;if(_0x3a48e6[_0x5b1191(0x20d)][_0x5b1191(0x1a9)]||!_0x3a48e6[_0x5b1191(0x20d)][_0x5b1191(0x204)])return!0x1;let _0x3c83fc=!0x1;const _0x42d99e=this[_0x5b1191(0x1bf)][_0x5b1191(0x19f)][_0x5b1191(0x1d3)](_0x5b1191(0x19b))[_0x5b1191(0x1ac)]({'skipNotAttached':!0x0})[_0x5b1191(0x213)](_0x4a3cf5=>_0x4a3cf5[_0x5b1191(0x1f1)]&&_0x5b1191(0x20c)==_0x4a3cf5[_0x5b1191(0x1f1)][_0x5b1191(0x205)])[_0x5b1191(0x213)](_0x4a0fef=>_0x4a0fef[_0x5b1191(0x1f1)][_0x5b1191(0x1cb)]&&_0x4a0fef[_0x5b1191(0x1f1)][_0x5b1191(0x1d9)]);for(const _0x4264bb of _0x42d99e)le(_0x4264bb)||(_0x3a48e6[_0x5b1191(0x1e6)](_0x4264bb[_0x5b1191(0x1a0)]()),_0x3c83fc=!0x0);return _0x3c83fc;}[_0x82492f(0x222)](_0x4c21f7){const _0x4abba8=_0x82492f;if(_0x4c21f7[_0x4abba8(0x20d)][_0x4abba8(0x1a9)]||!_0x4c21f7[_0x4abba8(0x20d)][_0x4abba8(0x204)])return!0x1;const _0x27b188=this[_0x4abba8(0x1bf)][_0x4abba8(0x19f)][_0x4abba8(0x1d3)](_0x4abba8(0x19b));if(_0x27b188[_0x4abba8(0x1fc)][_0x4abba8(0x203)])return!0x1;let _0x3c1f8d=!0x1;const _0x15e031=[_0x4abba8(0x1aa),_0x4abba8(0x20c),_0x4abba8(0x20e),_0x4abba8(0x1a2),_0x4abba8(0x1c6),_0x4abba8(0x1c0),_0x4abba8(0x206),_0x4abba8(0x1bd),_0x4abba8(0x1a8)],_0x3529ee=this[_0x4abba8(0x1bf)][_0x4abba8(0x216)][_0x4abba8(0x1b5)][_0x4abba8(0x1a3)][_0x4abba8(0x22c)]()[_0x4abba8(0x213)](_0x3ffc11=>_0x4abba8(0x1d2)==_0x3ffc11[_0x4abba8(0x1d7)])[_0x4abba8(0x213)](_0x4d7475=>_0x15e031[_0x4abba8(0x1b1)](_0x4d7475[_0x4abba8(0x21c)]));if(0x0==_0x3529ee[_0x4abba8(0x22d)])return _0x3c1f8d;for(const _0x2b556e of _0x3529ee){const _0x5dbb68=_0x27b188[_0x4abba8(0x200)](_0x2b556e[_0x4abba8(0x1c4)],_0x4abba8(0x1d2))[_0x4abba8(0x213)](_0x55e132=>!_0x55e132[_0x4abba8(0x1c3)][_0x4abba8(0x229)])[_0x4abba8(0x1db)](_0x5b0990=>_0x5b0990[_0x4abba8(0x1f3)])[_0x4abba8(0x213)](_0x4cd9ba=>{const _0x476861=_0x4abba8,_0x1dd22a=_0x27b188[_0x476861(0x1b8)](_0x4cd9ba);return _0x15e031[_0x476861(0x1b1)](_0x1dd22a);});if(_0x5dbb68[_0x4abba8(0x22d)]){for(const _0x2e0933 of _0x5dbb68)_0x4c21f7[_0x4abba8(0x1e6)](_0x2e0933[_0x4abba8(0x1a0)]());_0x3c1f8d=!0x0;}}return _0x3c1f8d;}[_0x82492f(0x1c2)](_0xfa97da){const _0x1a6a3f=_0x82492f;if(_0xfa97da[_0x1a6a3f(0x20d)][_0x1a6a3f(0x1a9)]||!_0xfa97da[_0x1a6a3f(0x20d)][_0x1a6a3f(0x204)])return!0x1;const _0x56ace3=this[_0x1a6a3f(0x1bf)][_0x1a6a3f(0x19f)][_0x1a6a3f(0x1d3)](_0x1a6a3f(0x19b));let _0x49a27b=!0x1;const _0x557837=[_0x1a6a3f(0x1aa),_0x1a6a3f(0x20c),_0x1a6a3f(0x20e),_0x1a6a3f(0x1a2),_0x1a6a3f(0x1c6),_0x1a6a3f(0x1c0),_0x1a6a3f(0x206),_0x1a6a3f(0x1bd),_0x1a6a3f(0x1a8)];for(const _0x4b6761 of _0x56ace3[_0x1a6a3f(0x1ac)]({'skipNotAttached':!0x0})){const _0x4feec3=_0x56ace3[_0x1a6a3f(0x200)](_0x4b6761[_0x1a6a3f(0x215)](),_0x1a6a3f(0x1d2))[_0x1a6a3f(0x1db)](_0xe21295=>_0xe21295[_0x1a6a3f(0x1f3)])[_0x1a6a3f(0x213)](_0x1b65f5=>_0x1b65f5[_0x1a6a3f(0x1f1)]&&_0x557837[_0x1a6a3f(0x1b1)](_0x1b65f5[_0x1a6a3f(0x1f1)][_0x1a6a3f(0x205)]));if(!_0x4feec3[_0x1a6a3f(0x22d)])continue;const _0x31cc6d=_0x4feec3[0x0][_0x1a6a3f(0x1e2)][_0x1a6a3f(0x1f4)][_0x1a6a3f(0x1e8)];if(!_0x4feec3[_0x1a6a3f(0x198)](_0x45951b=>_0x45951b[_0x1a6a3f(0x1f4)][_0x1a6a3f(0x1e8)]===_0x31cc6d)){for(const _0x2d25f7 of _0x4feec3)_0x34bda2(_0x2d25f7,_0x31cc6d)&&(_0x49a27b=!0x0);}}return _0x49a27b;function _0x10995b(_0x3bbccf,_0x492430){const _0x38639a=_0x1a6a3f;for(const _0x1b4624 of _0x56ace3[_0x38639a(0x1ac)]({'skipNotAttached':!0x0})[_0x38639a(0x213)](_0x3666f9=>_0x38639a(0x1d2)==_0x3666f9[_0x38639a(0x1d7)]&&_0x3666f9[_0x38639a(0x1f4)][_0x38639a(0x1e8)]==_0x3bbccf))_0x1b4624[_0x38639a(0x1b0)](_0x38639a(0x1e8),_0x492430);}function _0x34bda2(_0x2dadc3,_0x423c7e){const _0x445f9e=_0x1a6a3f;let _0x465c1a=_0x2dadc3[_0x445f9e(0x1e2)],_0x1313e0=!0x1;for(;_0x465c1a;)_0x465c1a[_0x445f9e(0x1f4)][_0x445f9e(0x1e8)]!=_0x423c7e&&(_0x10995b(_0x465c1a[_0x445f9e(0x1f4)][_0x445f9e(0x1e8)],_0x423c7e),_0x465c1a[_0x445f9e(0x1b0)](_0x445f9e(0x1e8),_0x423c7e),_0x1313e0=!0x0),_0x465c1a=_0x465c1a[_0x445f9e(0x1d8)];return _0x1313e0;}}[_0x82492f(0x1f7)](){const _0x1a9b84=_0x82492f,_0x556ffb=this[_0x1a9b84(0x1bf)],_0x13c61c=_0x556ffb[_0x1a9b84(0x19e)],_0x36b183=_0x556ffb[_0x1a9b84(0x19f)][_0x1a9b84(0x1d3)](_0x1a9b84(0x19b));this[_0x1a9b84(0x207)](),_0x36b183[_0x1a9b84(0x21d)][_0x1a9b84(0x227)](_0x1a9b84(0x22e),_0x1a9b84(0x1d5),_0x1a9b84(0x224),function(_0x429773,_0x3c73bd){const _0x25f82d=_0x1a9b84,_0x2f4383=[];for(let _0x7e593 of _0x429773)_0x7e593[_0x25f82d(0x1d6)][_0x25f82d(0x208)]===_0x7e593[_0x25f82d(0x21e)][_0x25f82d(0x20a)]&&(_0x7e593=_0x556ffb[_0x25f82d(0x216)][_0x25f82d(0x1c9)](_0x556ffb[_0x25f82d(0x216)][_0x25f82d(0x1f5)](_0x7e593[_0x25f82d(0x1d6)][_0x25f82d(0x208)],0x0))),_0x2f4383[_0x25f82d(0x1c1)](_0x7e593);_0x556ffb[_0x25f82d(0x216)][_0x25f82d(0x1f6)](_0x5104d2=>{const _0x42d57b=_0x25f82d,_0x3636e4=_0x556ffb[_0x42d57b(0x216)][_0x42d57b(0x1b5)][_0x42d57b(0x1ea)],_0x1abbf1=Array[_0x42d57b(0x1ca)](_0x3636e4[_0x42d57b(0x1b3)]())[_0x42d57b(0x1db)](_0xc592c8=>_0x5d7e5b[_0x42d57b(0x20b)](_0xc592c8));_0x5104d2[_0x42d57b(0x212)](_0x2f4383),_0x556ffb[_0x42d57b(0x214)][_0x42d57b(0x1d3)](_0x3c73bd[_0x42d57b(0x1d0)])[_0x42d57b(0x1ce)](),_0x3c73bd[_0x42d57b(0x1b2)][_0x42d57b(0x1c1)]({'forceDefaultExecution':!0x0}),_0x556ffb[_0x42d57b(0x218)](_0x3c73bd[_0x42d57b(0x1d0)],..._0x3c73bd[_0x42d57b(0x1b2)]),_0x5104d2[_0x42d57b(0x212)](_0x1abbf1);for(const _0x74b186 of _0x1abbf1)_0x74b186[_0x42d57b(0x1a6)]();});}),_0x36b183[_0x1a9b84(0x1e4)][_0x1a9b84(0x19c)](function(_0x4a1b53){const _0x197c67=_0x1a9b84,_0x1ebcd6=!_0x556ffb[_0x197c67(0x216)][_0x197c67(0x1ad)][_0x197c67(0x1e5)](_0x4a1b53),_0x2cfbb6=_0x4a1b53[_0x197c67(0x228)],_0x2d5efe=_0x4a1b53[_0x197c67(0x19a)],_0x87f15a=_0x4a1b53[_0x197c67(0x1be)](_0x197c67(0x20c)),_0x1ff53b=!_0x2cfbb6||_0x2cfbb6[_0x197c67(0x1be)](_0x197c67(0x20c))!==_0x87f15a,_0x3b2f88=!_0x2d5efe||_0x2d5efe[_0x197c67(0x1be)](_0x197c67(0x20c))!==_0x87f15a;return _0x1ebcd6&&Boolean(_0x87f15a)&&_0x1ff53b&&_0x3b2f88;},_0x597002=>_0x1c12c5(_0x13c61c,_0x1a9b84(0x221),_0x597002));}[_0x82492f(0x207)](){const _0x216544=_0x82492f,_0x22e6af=this[_0x216544(0x1bf)],_0x5d5e12=_0x22e6af[_0x216544(0x19e)];function _0x19f4d4(_0xb81721){const _0x65f7e=_0x216544,_0xd6982f=_0x22e6af[_0x65f7e(0x214)][_0x65f7e(0x1d3)](_0x65f7e(0x21b))[_0x65f7e(0x203)],_0x22a731=_0x22e6af[_0x65f7e(0x214)][_0x65f7e(0x1d3)](_0x65f7e(0x1e0))[_0x65f7e(0x203)];return _0x65f7e(0x1e0)===_0xb81721?_0xd6982f:_0x22a731;}_0x22e6af[_0x216544(0x19f)][_0x216544(0x1d3)](_0x216544(0x19b))[_0x216544(0x1e4)][_0x216544(0x220)](function(_0x20c43b){const _0x342eb3=_0x216544;if(_0x342eb3(0x22e)!=_0x20c43b[_0x342eb3(0x1d7)])return;const {data:_0x2ac0f2}=_0x20c43b;if(!_0x2ac0f2)return;let _0x43e3a5,_0xf8d224,_0x16b2ab,_0x4cc78e;switch(_0x2ac0f2[_0x342eb3(0x1d0)]){case _0x342eb3(0x21b):_0x16b2ab=_0x2ac0f2[_0x342eb3(0x1b2)][0x0][_0x342eb3(0x1a7)],_0x4cc78e=_0x19f4d4(_0x2ac0f2[_0x342eb3(0x1d0)]),_0x43e3a5=_0x16b2ab?_0x342eb3(0x1a1):_0x342eb3(0x1df),!_0x4cc78e&&_0x22e6af[_0x342eb3(0x1c7)][_0x342eb3(0x1d3)](_0x342eb3(0x199))||(_0x43e3a5=_0x342eb3(0x21f)),_0xf8d224={'type':_0x342eb3(0x219),'content':_0x1c12c5(_0x5d5e12,_0x43e3a5,_0x1c12c5(_0x5d5e12,_0x342eb3(0x1dc)))};break;case _0x342eb3(0x1e0):_0x16b2ab=_0x2ac0f2[_0x342eb3(0x1b2)][0x0][_0x342eb3(0x1a7)],_0x4cc78e=_0x19f4d4(_0x2ac0f2[_0x342eb3(0x1d0)]),_0x43e3a5=_0x16b2ab?_0x342eb3(0x1a1):_0x342eb3(0x1df),!_0x4cc78e&&_0x22e6af[_0x342eb3(0x1c7)][_0x342eb3(0x1d3)](_0x342eb3(0x199))||(_0x43e3a5=_0x342eb3(0x21f)),_0xf8d224={'type':_0x342eb3(0x219),'content':_0x1c12c5(_0x5d5e12,_0x43e3a5,_0x1c12c5(_0x5d5e12,_0x342eb3(0x1a5)))};break;case _0x342eb3(0x1ab):_0x43e3a5=_0x342eb3(0x1e9),_0xf8d224={'type':_0x342eb3(0x219),'content':_0x1c12c5(_0x5d5e12,_0x43e3a5,_0x1c12c5(_0x5d5e12,_0x342eb3(0x221)))};break;case _0x342eb3(0x22b):_0x43e3a5=function(_0xe9b4d9){const _0x3f8e0c=_0x342eb3,_0xacb39f=_0xe9b4d9[_0x3f8e0c(0x215)]();let _0x5bc5e7=_0xacb39f[_0x3f8e0c(0x1d6)][_0x3f8e0c(0x208)];for(;_0x5bc5e7&&_0xacb39f[_0x3f8e0c(0x1c5)](_0x5bc5e7);){if(_0x5bc5e7[_0x3f8e0c(0x1be)](_0x3f8e0c(0x20e))>0x0)return!0x1;_0x5bc5e7=_0x5bc5e7[_0x3f8e0c(0x19a)];}return!0x0;}(_0x20c43b)?_0x1c12c5(_0x5d5e12,_0x342eb3(0x1df),_0x1c12c5(_0x5d5e12,function(_0x28d766){const _0x5f1348=_0x342eb3;return _0x5f1348(0x210)+_0x28d766[_0x5f1348(0x215)]()[_0x5f1348(0x1d6)][_0x5f1348(0x208)][_0x5f1348(0x1be)](_0x5f1348(0x1aa))[_0x5f1348(0x1f8)]()+_0x5f1348(0x1cd);}(_0x20c43b))):_0x1c12c5(_0x5d5e12,_0x342eb3(0x1dd),_0x1c12c5(_0x5d5e12,_0x342eb3(0x221))),_0xf8d224={'type':_0x342eb3(0x219),'content':_0x43e3a5};break;case _0x342eb3(0x1cf):case _0x342eb3(0x226):!0x1===_0x2ac0f2[_0x342eb3(0x201)]&&(_0x43e3a5=_0x342eb3(0x1fb),_0xf8d224={'type':_0x342eb3(0x1ae),'content':_0x1c12c5(_0x5d5e12,_0x43e3a5,_0x1c12c5(_0x5d5e12,_0x342eb3(0x221)))});}return _0xf8d224;});}}function _0x34ea(){const _0x2b13a9=['isLocal','key','todoListCheck','_registerLegacyDescription','nodeAfter','enableDefaultAttributesIntegration','parent','fromRange','listItemId','batch','listIndent','389030upIPzM','ELEMENT_','ELEMENT_TODO_LIST','setSelection','filter','commands','getFirstRange','model','afterInit','execute','format','todo','bulletedList','attributeKey','_suggestionFactory','end','*Change\x20to:*\x20%0','registerDescriptionCallback','ELEMENT_LIST_ITEM','noTrackChangesFixer','FORMAT_INDENT','accept','228018AdmIlc','mergeListItemForward','registerCustomCallback','previousSibling','isNextTo','splitListItemBefore','outdentList','getChanges','length','formatBlock','every','list.multiBlock','nextSibling','TrackChangesEditing','registerElementLabel','todoListChecked','locale','plugins','getFirstMarker','*Format:*\x20insert\x20into\x20%0','listStyle','differ','registerPostFixer','ELEMENT_NUMBERED_LIST','detach','forceValue','listMarkerStyle','isUndo','listType','indentList','getSuggestions','schema','deletion','*Split:*\x20list\x20item','setAttribute','includes','commandParams','getRanges','2325912iIZvHc','document','registerAttributeLabel','5319576HEJtty','_getAttributeKey','find','customBulletedList','304CxWxyX','150FeYRla','listMarker','getAttribute','editor','listReversed','push','assureChains','meta','range','containsItem','listStart','config','registerBlockAttribute','createRange','from','newValue','*Merge:*\x20list\x20item','_LIST','refresh','mergeListItemBackward','commandName','listItemIdFixer','attribute','get','*Remove\x20format:*\x20%0','documentList','start','type','next','oldValue','todoList','map','ELEMENT_BULLETED_LIST','*Outdent:*\x20%0','splitListItemAfter','*Format:*\x20remove\x20from\x20%0','numberedList','28kcJqnQ','head','*Check\x20item*','descriptionFactory','isObject','removeMarker','has','groupId','*Indent:*\x20%0','selection','numbered','TodoListEditing','52544FeVOUJ','ListEditing','customNumberedList','973614wNWaAS','data','*Set\x20format:*\x20%0','suggestion','attributes','createPositionAt','change','_supportLegacySuggestions','toUpperCase','default','66rhKfte','*Merge:*\x20%0','trackChangesCommand','*Uncheck\x20item*','112555EPwGWD','checkTodoList','_findSuggestions','multipleBlocks','bulleted','value'];_0x34ea=function(){return _0x2b13a9;};return _0x34ea();}function le(_0x581822){const _0xe0a4a2=_0x82492f;let _0x330067=_0x581822[_0xe0a4a2(0x215)]()[_0xe0a4a2(0x1d6)][_0xe0a4a2(0x208)][_0xe0a4a2(0x228)];for(;_0x330067;){const _0x40eab2=_0x330067[_0xe0a4a2(0x1be)](_0xe0a4a2(0x20c));if(!_0x40eab2)return!0x1;if(_0x40eab2==_0x581822[_0xe0a4a2(0x1f1)][_0xe0a4a2(0x1cb)])return _0xe0a4a2(0x1cb);if(_0x40eab2==_0x581822[_0xe0a4a2(0x1f1)][_0xe0a4a2(0x1d9)])return _0xe0a4a2(0x1d9);_0x330067=_0x330067[_0xe0a4a2(0x228)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x466358=_0x4824;function _0x55d8(){const _0x12633a=['head','ListPropertiesEditing','descriptionFactory','upper-roman','newValue','styles','22396RmKtkz','FORMAT_LIST_REVERSED','_registerLegacyDescription','*Format:*\x20set\x20start\x20index\x20to\x20%0','customNumbered','plugins','7BuJnEh','*Remove\x20format:*\x20%0','FORMAT_LIST_START','batch','editor','getAttribute','has','_getAttributeKey','lower-latin','listType','7026102qKkEAe','find','_findSuggestions','bulleted','592326hzIpMM','commandParams','_LIST_DEFAULT','5qjSltf','replace','toUpperCase','4edMOSD','numbered','start','decimal-leading-zero','startIndex','_LIST_','*Change\x20to:*\x20%0','*Format:*\x20set\x20order\x20to\x20reversed','1570oqKCgw','oldValue','bind','attribute','next','listStyle','default','square','document','ELEMENT_','key','listReversed','decimal','circle','get','_getTranslationKeyForListStyle','isUndo','disc','617212giPwyp','listStart','registerAttributeLabel','*Format:*\x20set\x20order\x20to\x20regular','removeMarker','655701peNNZn','includes','getFirstRange','2414400ZWwtah','3133986DwLQvF','*Set\x20format:*\x20%0','enableDefaultAttributesIntegration','nodeAfter','filter','list.properties','getSuggestions','commandName','locale','registerBlockAttribute','formatBlock','handleDescriptions','TrackChangesEditing','registerPostFixer','registerDescriptionCallback','type','upper-latin','data','model','config','afterInit','lower-roman','suggestion','reversed','format','getFirstMarker'];_0x55d8=function(){return _0x12633a;};return _0x55d8();}(function(_0x3f66a4,_0x3aad43){const _0x3b06cc=_0x4824,_0x49e9fc=_0x3f66a4();while(!![]){try{const _0x42b8ec=parseInt(_0x3b06cc(0x1c8))/0x1+-parseInt(_0x3b06cc(0x1ce))/0x2*(-parseInt(_0x3b06cc(0x1ed))/0x3)+parseInt(_0x3b06cc(0x1e8))/0x4*(-parseInt(_0x3b06cc(0x1cb))/0x5)+-parseInt(_0x3b06cc(0x1f1))/0x6*(parseInt(_0x3b06cc(0x1ba))/0x7)+-parseInt(_0x3b06cc(0x1f0))/0x8+parseInt(_0x3b06cc(0x1c4))/0x9+-parseInt(_0x3b06cc(0x1d6))/0xa*(parseInt(_0x3b06cc(0x1b4))/0xb);if(_0x42b8ec===_0x3aad43)break;else _0x49e9fc['push'](_0x49e9fc['shift']());}catch(_0x213e66){_0x49e9fc['push'](_0x49e9fc['shift']());}}}(_0x55d8,0x7d034));function _0x4824(_0x3283b9,_0x8aa46e){const _0x55d869=_0x55d8();return _0x4824=function(_0x48243c,_0x42860d){_0x48243c=_0x48243c-0x1ab;let _0x476c52=_0x55d869[_0x48243c];return _0x476c52;},_0x4824(_0x3283b9,_0x8aa46e);}import{Plugin as _0x1db672}from'ckeditor5/src/core.js';import{getTranslation as _0x4cf04c}from'../utils/common-translations.js';export default class ue extends _0x1db672{[_0x466358(0x205)](){const _0x2daf18=_0x466358;if(!this[_0x2daf18(0x1be)][_0x2daf18(0x1b9)][_0x2daf18(0x1c0)](_0x2daf18(0x1af)))return;const _0x32ce8a=this[_0x2daf18(0x1be)][_0x2daf18(0x204)][_0x2daf18(0x1e4)](_0x2daf18(0x1f6)),_0x537913=this[_0x2daf18(0x1be)][_0x2daf18(0x1b9)][_0x2daf18(0x1e4)](_0x2daf18(0x1fd));_0x32ce8a[_0x2daf18(0x1b3)]&&(_0x537913[_0x2daf18(0x1f3)](_0x2daf18(0x1db)),_0x537913[_0x2daf18(0x1fa)](_0x2daf18(0x1db))),_0x32ce8a[_0x2daf18(0x1ab)]&&(_0x537913[_0x2daf18(0x1f3)](_0x2daf18(0x1e1)),_0x537913[_0x2daf18(0x1fa)](_0x2daf18(0x1e1))),_0x32ce8a[_0x2daf18(0x1d2)]&&(_0x537913[_0x2daf18(0x1f3)](_0x2daf18(0x1e9)),_0x537913[_0x2daf18(0x1fa)](_0x2daf18(0x1e9)));const _0x1e4341={'type':_0x2daf18(0x1ac),'content':''};_0x537913[_0x2daf18(0x1b0)][_0x2daf18(0x1ff)](this[_0x2daf18(0x1fc)][_0x2daf18(0x1d8)](this));const _0x34b09c=this[_0x2daf18(0x1be)][_0x2daf18(0x1f9)];_0x537913[_0x2daf18(0x1b0)][_0x2daf18(0x1ea)](_0x2daf18(0x1e1),_0x4cf04c(_0x34b09c,_0x2daf18(0x1b5))),_0x537913[_0x2daf18(0x1b0)][_0x2daf18(0x1ff)](_0x5d700e=>{const _0x37c782=_0x2daf18,{data:_0x1f7af4}=_0x5d700e;if(_0x1f7af4&&_0x37c782(0x1e1)==_0x1f7af4[_0x37c782(0x1e0)])return null==_0x1f7af4[_0x37c782(0x1b2)]||0x0==_0x1f7af4[_0x37c782(0x1b2)]&&null==_0x1f7af4[_0x37c782(0x1d7)]?_0x1e4341:void 0x0;}),_0x537913[_0x2daf18(0x1b0)][_0x2daf18(0x1ea)](_0x2daf18(0x1e9),_0x4cf04c(_0x34b09c,_0x2daf18(0x1bc))),_0x537913[_0x2daf18(0x1b0)][_0x2daf18(0x1ff)](_0x135613=>{const _0x231c16=_0x2daf18,{data:_0x3884a6}=_0x135613;if(_0x3884a6&&_0x231c16(0x1e9)==_0x3884a6[_0x231c16(0x1e0)])return null==_0x3884a6[_0x231c16(0x1b2)]||0x1==_0x3884a6[_0x231c16(0x1b2)]&&null==_0x3884a6[_0x231c16(0x1d7)]?_0x1e4341:void 0x0;}),this[_0x2daf18(0x1be)][_0x2daf18(0x203)][_0x2daf18(0x1de)][_0x2daf18(0x1fe)](_0x3435d0=>{const _0x2b0c06=_0x2daf18;if(_0x3435d0[_0x2b0c06(0x1bd)][_0x2b0c06(0x1e6)])return!0x1;let _0x1226b8=!0x1;const _0x3ea87f=_0x537913[_0x2b0c06(0x1f7)]({'skipNotAttached':!0x0})[_0x2b0c06(0x1f5)](_0x343866=>{const _0x5e3664=_0x2b0c06,_0x2cba4b=_0x537913[_0x5e3664(0x1c1)](_0x343866);return _0x5e3664(0x1e9)==_0x2cba4b||_0x5e3664(0x1e1)==_0x2cba4b;});for(const _0x224ffc of _0x3ea87f){const _0x5afbac=_0x224ffc[_0x2b0c06(0x1ef)]()[_0x2b0c06(0x1d0)][_0x2b0c06(0x1f4)][_0x2b0c06(0x1bf)](_0x2b0c06(0x1c3));if(_0x2b0c06(0x1cf)==_0x5afbac||_0x2b0c06(0x1b8)==_0x5afbac)continue;_0x537913[_0x2b0c06(0x1c6)](_0x224ffc[_0x2b0c06(0x1ef)](),_0x2b0c06(0x1d9))[_0x2b0c06(0x1c5)](_0x2f40b7=>_0x2b0c06(0x1c3)==_0x537913[_0x2b0c06(0x1c1)](_0x2f40b7[_0x2b0c06(0x207)]))||(_0x3435d0[_0x2b0c06(0x1ec)](_0x224ffc[_0x2b0c06(0x1ad)]()),_0x1226b8=!0x0);}return _0x1226b8;}),this[_0x2daf18(0x1b6)]();}[_0x466358(0x1fc)](_0x4f7305){const _0x29700d=_0x466358,_0x7c6826=this[_0x29700d(0x1be)][_0x29700d(0x1f9)],{data:_0x3423f8}=_0x4f7305,_0x3a5165={'type':_0x29700d(0x1ac),'content':''};if(!_0x3423f8||_0x29700d(0x1db)!=_0x3423f8[_0x29700d(0x1e0)])return;if(!_0x3423f8[_0x29700d(0x1d7)])return _0x29700d(0x1dc)==_0x3423f8[_0x29700d(0x1b2)]?_0x3a5165:{'type':_0x29700d(0x1ac),'content':''+_0x4cf04c(_0x7c6826,_0x29700d(0x1f2),_0x4cf04c(_0x7c6826,this[_0x29700d(0x1e5)](_0x3423f8[_0x29700d(0x1b2)])))};if(!_0x3423f8[_0x29700d(0x1b2)]){if(_0x29700d(0x1dc)==_0x3423f8[_0x29700d(0x1d7)])return _0x3a5165;let _0x402e18=_0x4f7305[_0x29700d(0x1ae)];for(;_0x402e18;){if(_0x402e18[_0x29700d(0x202)]&&_0x29700d(0x1c3)==_0x402e18[_0x29700d(0x202)][_0x29700d(0x1e0)]&&_0x402e18[_0x29700d(0x202)][_0x29700d(0x1b2)])return _0x3a5165;_0x402e18=_0x402e18[_0x29700d(0x1da)];}return{'type':_0x29700d(0x1ac),'content':''+_0x4cf04c(_0x7c6826,_0x29700d(0x1bb),_0x4cf04c(_0x7c6826,this[_0x29700d(0x1e5)](_0x3423f8[_0x29700d(0x1d7)])))};}if(_0x29700d(0x1dc)!=_0x3423f8[_0x29700d(0x1b2)])return{'type':_0x29700d(0x1ac),'content':''+_0x4cf04c(_0x7c6826,_0x29700d(0x1f2),_0x4cf04c(_0x7c6826,this[_0x29700d(0x1e5)](_0x3423f8[_0x29700d(0x1b2)])))};let _0x2976ad=_0x4f7305[_0x29700d(0x1ae)];for(;_0x2976ad;){if(_0x2976ad[_0x29700d(0x202)]&&_0x29700d(0x1c3)==_0x2976ad[_0x29700d(0x202)][_0x29700d(0x1e0)]&&_0x2976ad[_0x29700d(0x202)][_0x29700d(0x1b2)]&&_0x2976ad[_0x29700d(0x202)][_0x29700d(0x1d7)])return _0x3a5165;_0x2976ad=_0x2976ad[_0x29700d(0x1da)];}const _0x29e871=_0x4f7305[_0x29700d(0x1ef)]()[_0x29700d(0x1d0)][_0x29700d(0x1f4)][_0x29700d(0x1bf)](_0x29700d(0x1c3));return{'type':_0x29700d(0x1ac),'content':_0x4cf04c(_0x7c6826,_0x29700d(0x1f2),_0x4cf04c(_0x7c6826,_0x29700d(0x1df)+_0x29e871[_0x29700d(0x1cd)]()+_0x29700d(0x1ca)))};}[_0x466358(0x1b6)](){const _0x116e4a=_0x466358,_0x1b2ec6=this[_0x116e4a(0x1be)],_0x1143d5=_0x1b2ec6[_0x116e4a(0x1f9)];_0x1b2ec6[_0x116e4a(0x1b9)][_0x116e4a(0x1e4)](_0x116e4a(0x1fd))[_0x116e4a(0x1b0)][_0x116e4a(0x1ff)](_0x68898a=>{const _0x5cc9a9=_0x116e4a;if(_0x5cc9a9(0x1fb)!=_0x68898a[_0x5cc9a9(0x200)])return;const {data:_0x11bb2f}=_0x68898a;if(!_0x11bb2f)return;let _0x4b11d4,_0x50f00f;switch(_0x11bb2f[_0x5cc9a9(0x1f8)]){case _0x5cc9a9(0x1db):_0x4b11d4=_0x5cc9a9(0x1d4),_0x50f00f={'type':_0x5cc9a9(0x1ac),'content':_0x4cf04c(_0x1143d5,_0x4b11d4,_0x4cf04c(_0x1143d5,this[_0x5cc9a9(0x1e5)](_0x11bb2f[_0x5cc9a9(0x1c9)][0x0][_0x5cc9a9(0x200)])))};break;case _0x5cc9a9(0x1e1):_0x4b11d4=_0x11bb2f[_0x5cc9a9(0x1c9)][0x0][_0x5cc9a9(0x1ab)]?_0x5cc9a9(0x1d5):_0x5cc9a9(0x1eb),_0x50f00f={'type':_0x5cc9a9(0x1ac),'content':_0x4cf04c(_0x1143d5,_0x4b11d4)};break;case _0x5cc9a9(0x1e9):_0x4b11d4=_0x5cc9a9(0x1b7),_0x50f00f={'type':_0x5cc9a9(0x1ac),'content':_0x4cf04c(_0x1143d5,_0x4b11d4,_0x11bb2f[_0x5cc9a9(0x1c9)][0x0][_0x5cc9a9(0x1d2)])};}return _0x50f00f;});}[_0x466358(0x1e5)](_0x3f1d22){const _0x5a40fb=_0x466358;return _0x5a40fb(0x1df)+function(_0x4e91fe){const _0x18ea02=_0x5a40fb;if(pe[_0x18ea02(0x1ee)](_0x4e91fe))return _0x18ea02(0x1c7);if(ye[_0x18ea02(0x1ee)](_0x4e91fe))return _0x18ea02(0x1cf);return null;}(_0x3f1d22)[_0x5a40fb(0x1cd)]()+_0x5a40fb(0x1d3)+_0x3f1d22[_0x5a40fb(0x1cd)]()[_0x5a40fb(0x1cc)](/-/g,'_');}}const pe=[_0x466358(0x1e7),_0x466358(0x1e3),_0x466358(0x1dd)],ye=[_0x466358(0x1e2),_0x466358(0x1d1),_0x466358(0x206),_0x466358(0x1b1),_0x466358(0x1c2),_0x466358(0x201)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x381d69=_0x5dc9;(function(_0x104356,_0x2d037f){const _0x2a4c03=_0x5dc9,_0x350a75=_0x104356();while(!![]){try{const _0x26f781=-parseInt(_0x2a4c03(0x102))/0x1*(parseInt(_0x2a4c03(0x116))/0x2)+-parseInt(_0x2a4c03(0xfd))/0x3*(parseInt(_0x2a4c03(0x103))/0x4)+-parseInt(_0x2a4c03(0x100))/0x5+parseInt(_0x2a4c03(0x107))/0x6*(parseInt(_0x2a4c03(0xf8))/0x7)+parseInt(_0x2a4c03(0x114))/0x8+parseInt(_0x2a4c03(0xff))/0x9+-parseInt(_0x2a4c03(0xf4))/0xa;if(_0x26f781===_0x2d037f)break;else _0x350a75['push'](_0x350a75['shift']());}catch(_0x1f77f6){_0x350a75['push'](_0x350a75['shift']());}}}(_0x3ad0,0x40e6b));function _0x5dc9(_0x10897b,_0x36107f){const _0x3ad005=_0x3ad0();return _0x5dc9=function(_0x5dc949,_0x31c3a1){_0x5dc949=_0x5dc949-0xf3;let _0x4e1b30=_0x3ad005[_0x5dc949];return _0x4e1b30;},_0x5dc9(_0x10897b,_0x36107f);}import{Plugin as _0x86a2e7}from'ckeditor5/src/core.js';import{getTranslation as _0x573c57}from'../utils/common-translations.js';export default class ft extends _0x86a2e7{[_0x381d69(0xf7)](){const _0x28ea8b=_0x381d69,_0x29625b=this[_0x28ea8b(0x115)];if(!_0x29625b[_0x28ea8b(0xf6)][_0x28ea8b(0xf3)](_0x28ea8b(0x106)))return;const _0x50d22f=_0x29625b[_0x28ea8b(0xf6)][_0x28ea8b(0x101)](_0x28ea8b(0x117)),_0x51c36b=_0x29625b[_0x28ea8b(0xfb)];_0x50d22f[_0x28ea8b(0x112)](_0x28ea8b(0x104)),_0x50d22f[_0x28ea8b(0x10c)][_0x28ea8b(0x10a)](_0x28ea8b(0xf9),_0x36400c=>_0x573c57(_0x51c36b,_0x28ea8b(0x10e),_0x36400c)),_0x29625b[_0x28ea8b(0xfc)][_0x28ea8b(0xfa)](_0x28ea8b(0x105))[_0x28ea8b(0x110)]({'model':_0x28ea8b(0xf9),'view':(_0x5dc6ac,{writer:_0x252d8d,options:_0x27fe53})=>{const _0x1d6c48=_0x28ea8b;if(_0x27fe53[_0x1d6c48(0x111)])return _0x252d8d[_0x1d6c48(0x109)](_0x1d6c48(0x113));},'converterPriority':_0x28ea8b(0x108)}),_0x29625b[_0x28ea8b(0x10d)][_0x28ea8b(0x10b)]['on'](_0x28ea8b(0xf5),(_0x266338,_0x59479f,_0x1aae85)=>{const _0x578a42=_0x28ea8b;_0x1aae85[_0x578a42(0xfe)][_0x578a42(0x111)]&&_0x266338[_0x578a42(0x10f)]();},{'priority':_0x28ea8b(0x108)});}}function _0x3ad0(){const _0x452dea=['105276QTxUkv','TrackChangesEditing','has','640910cgERNh','attribute:url:media','plugins','afterInit','252PhIvoV','media','for','locale','conversion','43959afODHg','options','270306IoWhUx','1268820ldXkpk','get','3biFQyn','4NxxnSh','mediaEmbed','dataDowncast','MediaEmbedEditing','38100Mnfuld','high','createEmptyElement','registerElementLabel','downcastDispatcher','descriptionFactory','data','ELEMENT_MEDIA','stop','elementToElement','showSuggestionHighlights','enableCommand','div','3980984vGPwlE','editor'];_0x3ad0=function(){return _0x452dea;};return _0x3ad0();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x50c7(){const _0x362f1c=['223698kapvrX','mention','TrackChangesEditing','enableCommand','afterInit','1169055BfFNsH','get','3766215MLnxDg','7qyIfxz','28QgCTnt','11379080lelLIm','plugins','editor','12DCgFHe','4kGjSAc','10361673dNsnVH','8MGdKaK','has','MentionEditing','39155677HmqpJV','163506UhkBrd'];_0x50c7=function(){return _0x362f1c;};return _0x50c7();}const _0x1665b9=_0x3150;function _0x3150(_0x32ea05,_0x4bb3bb){const _0x50c7e1=_0x50c7();return _0x3150=function(_0x3150a9,_0x1258ed){_0x3150a9=_0x3150a9-0xda;let _0x317f9d=_0x50c7e1[_0x3150a9];return _0x317f9d;},_0x3150(_0x32ea05,_0x4bb3bb);}(function(_0x43ce4d,_0x42dbce){const _0x3dc8d4=_0x3150,_0x523b1a=_0x43ce4d();while(!![]){try{const _0x31dbe0=-parseInt(_0x3dc8d4(0xdc))/0x1+parseInt(_0x3dc8d4(0xe0))/0x2*(-parseInt(_0x3dc8d4(0xeb))/0x3)+parseInt(_0x3dc8d4(0xe5))/0x4*(-parseInt(_0x3dc8d4(0xde))/0x5)+parseInt(_0x3dc8d4(0xec))/0x6*(-parseInt(_0x3dc8d4(0xdf))/0x7)+-parseInt(_0x3dc8d4(0xe7))/0x8*(-parseInt(_0x3dc8d4(0xe6))/0x9)+-parseInt(_0x3dc8d4(0xe1))/0xa+parseInt(_0x3dc8d4(0xea))/0xb*(parseInt(_0x3dc8d4(0xe4))/0xc);if(_0x31dbe0===_0x42dbce)break;else _0x523b1a['push'](_0x523b1a['shift']());}catch(_0x36596e){_0x523b1a['push'](_0x523b1a['shift']());}}}(_0x50c7,0xcf9d3));import{Plugin as _0x58d11b}from'ckeditor5/src/core.js';export default class gt extends _0x58d11b{[_0x1665b9(0xdb)](){const _0x44a684=_0x1665b9,_0x406894=this[_0x44a684(0xe3)];_0x406894[_0x44a684(0xe2)][_0x44a684(0xe8)](_0x44a684(0xe9))&&_0x406894[_0x44a684(0xe2)][_0x44a684(0xdd)](_0x44a684(0xee))[_0x44a684(0xda)](_0x44a684(0xed));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x33e90c=_0x3215;function _0x3215(_0x5e17e3,_0x1b4a1a){const _0x19a0d1=_0x19a0();return _0x3215=function(_0x321586,_0x213d63){_0x321586=_0x321586-0xda;let _0x20a7ae=_0x19a0d1[_0x321586];return _0x20a7ae;},_0x3215(_0x5e17e3,_0x1b4a1a);}(function(_0x49640d,_0x1ce3ee){const _0x30d4f1=_0x3215,_0x58e3d5=_0x49640d();while(!![]){try{const _0x475668=-parseInt(_0x30d4f1(0xdf))/0x1+-parseInt(_0x30d4f1(0xde))/0x2+-parseInt(_0x30d4f1(0xe9))/0x3+-parseInt(_0x30d4f1(0xe6))/0x4*(-parseInt(_0x30d4f1(0xf5))/0x5)+-parseInt(_0x30d4f1(0xf1))/0x6*(parseInt(_0x30d4f1(0xe3))/0x7)+parseInt(_0x30d4f1(0xda))/0x8*(parseInt(_0x30d4f1(0xf3))/0x9)+parseInt(_0x30d4f1(0xfd))/0xa;if(_0x475668===_0x1ce3ee)break;else _0x58e3d5['push'](_0x58e3d5['shift']());}catch(_0x20636e){_0x58e3d5['push'](_0x58e3d5['shift']());}}}(_0x19a0,0x89611));import{Plugin as _0x49458b}from'ckeditor5/src/core.js';function _0x19a0(){const _0x5162ed=['35SPQHFg','handleDescriptions','get','28CeVFvI','editor','enableDefaultAttributesIntegration','1170525upLvgf','*Set\x20format:*\x20%0','has','listType','data','locale','TrackChangesEditing','registerBlockAttribute','763314UiXdvs','newValue','181971SydUdK','next','679150WCcCrT','listMarkerStyle','format','registerDescriptionCallback','*Remove\x20format:*\x20%0','MultiLevelList','oldValue','key','12996770LXlbsL','80dnEhGO','afterInit','descriptionFactory','ELEMENT_MULTI_LEVEL_LIST','719636telNMX','503884OfTGko','head','plugins','multiLevelList'];_0x19a0=function(){return _0x5162ed;};return _0x19a0();}import{getTranslation as _0x2034fb}from'../utils/common-translations.js';export default class lt extends _0x49458b{[_0x33e90c(0xdb)](){const _0x5d823b=_0x33e90c,_0x458c9d=this[_0x5d823b(0xe7)],_0x5f4265=_0x458c9d[_0x5d823b(0xe1)][_0x5d823b(0xe5)](_0x5d823b(0xef));_0x458c9d[_0x5d823b(0xe1)][_0x5d823b(0xeb)](_0x5d823b(0xfa))&&(_0x5f4265[_0x5d823b(0xe8)](_0x5d823b(0xe2)),_0x5f4265[_0x5d823b(0xf0)](_0x5d823b(0xf6)),_0x5f4265[_0x5d823b(0xdc)][_0x5d823b(0xf8)](_0x523c28=>this[_0x5d823b(0xe4)](_0x523c28)));}[_0x33e90c(0xe4)](_0x123e04){const _0x506d04=_0x33e90c,_0x44ea36=this[_0x506d04(0xe7)][_0x506d04(0xee)],{data:_0x8a553}=_0x123e04,_0x5be6fb={'type':_0x506d04(0xf7),'content':''};if(_0x8a553&&_0x506d04(0xf6)==_0x8a553[_0x506d04(0xfc)]){if(!_0x8a553[_0x506d04(0xfb)])return{'type':_0x506d04(0xf7),'content':_0x2034fb(_0x44ea36,_0x506d04(0xea),_0x2034fb(_0x44ea36,_0x506d04(0xdd)))+'\x20('+_0x8a553[_0x506d04(0xf2)]+')'};if(!_0x8a553[_0x506d04(0xf2)]){let _0x50d8ff=_0x123e04[_0x506d04(0xe0)];for(;_0x50d8ff;){if(_0x50d8ff[_0x506d04(0xed)]&&_0x506d04(0xec)==_0x50d8ff[_0x506d04(0xed)][_0x506d04(0xfc)]&&_0x50d8ff[_0x506d04(0xed)][_0x506d04(0xf2)])return _0x5be6fb;_0x50d8ff=_0x50d8ff[_0x506d04(0xf4)];}return{'type':_0x506d04(0xf7),'content':_0x2034fb(_0x44ea36,_0x506d04(0xf9),_0x2034fb(_0x44ea36,_0x506d04(0xdd)))+'\x20('+_0x8a553[_0x506d04(0xfb)]+')'};}}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2d5ae1=_0x4b73;function _0x4b73(_0x3474f1,_0x5978f3){const _0x186fa8=_0x186f();return _0x4b73=function(_0x4b73e2,_0x4f6a62){_0x4b73e2=_0x4b73e2-0x188;let _0x5cc1cf=_0x186fa8[_0x4b73e2];return _0x5cc1cf;},_0x4b73(_0x3474f1,_0x5978f3);}(function(_0x410374,_0x1c1df8){const _0x203b00=_0x4b73,_0x42ecfc=_0x410374();while(!![]){try{const _0x765523=parseInt(_0x203b00(0x19c))/0x1*(parseInt(_0x203b00(0x190))/0x2)+-parseInt(_0x203b00(0x18e))/0x3+-parseInt(_0x203b00(0x193))/0x4+-parseInt(_0x203b00(0x195))/0x5+-parseInt(_0x203b00(0x188))/0x6+parseInt(_0x203b00(0x19d))/0x7*(parseInt(_0x203b00(0x198))/0x8)+parseInt(_0x203b00(0x194))/0x9*(parseInt(_0x203b00(0x199))/0xa);if(_0x765523===_0x1c1df8)break;else _0x42ecfc['push'](_0x42ecfc['shift']());}catch(_0x34288f){_0x42ecfc['push'](_0x42ecfc['shift']());}}}(_0x186f,0x5065b));import{Plugin as _0x5c27d6}from'ckeditor5/src/core.js';import{getTranslation as _0x2d0d60}from'../utils/common-translations.js';export default class mt extends _0x5c27d6{[_0x2d5ae1(0x189)](){const _0x38fbc0=_0x2d5ae1,_0x5c9ba9=this[_0x38fbc0(0x192)];if(!_0x5c9ba9[_0x38fbc0(0x19b)][_0x38fbc0(0x19a)](_0x38fbc0(0x191)))return;_0x5c9ba9[_0x38fbc0(0x19b)][_0x38fbc0(0x197)](_0x38fbc0(0x19e))[_0x38fbc0(0x18c)](_0x38fbc0(0x18d));const _0x2cfed8=_0x5c9ba9[_0x38fbc0(0x19b)][_0x38fbc0(0x197)](_0x38fbc0(0x19e)),_0x1637d0=_0x5c9ba9[_0x38fbc0(0x18a)];_0x2cfed8[_0x38fbc0(0x196)][_0x38fbc0(0x18f)](_0x38fbc0(0x18d),_0x466fb2=>_0x2d0d60(_0x1637d0,_0x38fbc0(0x18b),_0x466fb2));}}function _0x186f(){const _0x310431=['pageBreak','845886UyEwkx','registerElementLabel','86yFuBaO','PageBreakEditing','editor','353376igPdlp','9lzHhDd','1425030ihUXRB','descriptionFactory','get','2875168rdhblB','6575430CaiHcP','has','plugins','11325QyhbeL','7UQcJtP','TrackChangesEditing','3115770DcQRHq','afterInit','locale','ELEMENT_PAGE_BREAK','enableCommand'];_0x186f=function(){return _0x310431;};return _0x186f();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x4a6686=_0x16e7;(function(_0x687331,_0x53f8ce){const _0x1a8f1a=_0x16e7,_0x4bfa32=_0x687331();while(!![]){try{const _0xc0b002=-parseInt(_0x1a8f1a(0x13b))/0x1+parseInt(_0x1a8f1a(0x158))/0x2+parseInt(_0x1a8f1a(0x14b))/0x3+parseInt(_0x1a8f1a(0x130))/0x4+-parseInt(_0x1a8f1a(0x122))/0x5*(parseInt(_0x1a8f1a(0x125))/0x6)+-parseInt(_0x1a8f1a(0x13f))/0x7+-parseInt(_0x1a8f1a(0x132))/0x8*(-parseInt(_0x1a8f1a(0x13c))/0x9);if(_0xc0b002===_0x53f8ce)break;else _0x4bfa32['push'](_0x4bfa32['shift']());}catch(_0x593a5d){_0x4bfa32['push'](_0x4bfa32['shift']());}}}(_0x4ea0,0xa1f57));import{Plugin as _0x4df447}from'ckeditor5/src/core.js';function _0x4ea0(){const _0x4b1b51=['4008EjeraD','enableCommand','schema','checkChild','bindElementToMarker','addClass','data','writer','ck-suggestion-marker--active','494735NvbNfW','23517muFJsx','end','get','7097538xTIVNR','name','*Change\x20to:*\x20%0','model','insert','markerRange','format','consume','isBlock','TrackChangesEditing','has','editing','3779919UdUbrb','insertion','Paragraph','afterInit','getItemLabel','options','isTouching','mapper','_registerLegacyDescription','enableDefaultAttributesIntegration','highest','insertParagraph','commandName','725738fdCTeb','plugins','markerName','formatBlock','registerDescriptionCallback','editor','includes','toViewPosition','nodeAfter','getFirstRange','*Insert:*\x20%0','activeMarkers','addMarker:suggestion:insertion','ck-suggestion-marker-split','$text','2920oNZPYA','showSuggestionHighlights','span','8142sWVkSO','paragraph','type','locale','createUIElement','isLimit','descriptionFactory','consumable','downcastDispatcher','ELEMENT_PARAGRAPH','start','130340HQseqb','registerElementLabel'];_0x4ea0=function(){return _0x4b1b51;};return _0x4ea0();}function _0x16e7(_0x52ade4,_0x4bfae2){const _0x4ea005=_0x4ea0();return _0x16e7=function(_0x16e717,_0x2ec4dc){_0x16e717=_0x16e717-0x11c;let _0x5295af=_0x4ea005[_0x16e717];return _0x5295af;},_0x16e7(_0x52ade4,_0x4bfae2);}import{getTranslation as _0x29929c}from'../utils/common-translations.js';export default class dt extends _0x4df447{[_0x4a6686(0x14e)](){const _0x3a8759=_0x4a6686,_0x579bbe=this[_0x3a8759(0x15d)];if(!_0x579bbe[_0x3a8759(0x159)][_0x3a8759(0x149)](_0x3a8759(0x14d)))return;const _0x3f4bc3=_0x579bbe[_0x3a8759(0x128)],_0x486b14=_0x579bbe[_0x3a8759(0x159)][_0x3a8759(0x13e)](_0x3a8759(0x148));_0x486b14[_0x3a8759(0x12b)][_0x3a8759(0x131)](_0x3a8759(0x126),_0x5ea127=>_0x29929c(_0x3f4bc3,_0x3a8759(0x12e),_0x5ea127)),_0x486b14[_0x3a8759(0x154)](_0x3a8759(0x126)),_0x486b14[_0x3a8759(0x133)](_0x3a8759(0x156)),_0x579bbe[_0x3a8759(0x14a)][_0x3a8759(0x12d)]['on'](_0x3a8759(0x11f),nr(_0x579bbe),{'priority':_0x3a8759(0x155)}),_0x579bbe[_0x3a8759(0x138)][_0x3a8759(0x12d)]['on'](_0x3a8759(0x11f),(_0x762183,_0x45f6d8,_0x4d00a2)=>{const _0x4a0f00=_0x3a8759;_0x4d00a2[_0x4a0f00(0x150)][_0x4a0f00(0x123)]&&nr(_0x579bbe,{'showActiveMarker':!0x1})(_0x762183,_0x45f6d8,_0x4d00a2);},{'priority':_0x3a8759(0x155)});const _0x44f866=_0x486b14[_0x3a8759(0x12b)];_0x44f866[_0x3a8759(0x15c)](_0x140324=>{const _0x5b2a3f=_0x3a8759;if(_0x5b2a3f(0x14c)!==_0x140324[_0x5b2a3f(0x127)])return;const {start:_0x218e21,end:_0x3614a1}=_0x140324[_0x5b2a3f(0x11c)]();if(!_0x218e21[_0x5b2a3f(0x151)](_0x3614a1)||!_0x218e21[_0x5b2a3f(0x160)])return;const _0xedb68c=_0x579bbe[_0x5b2a3f(0x142)][_0x5b2a3f(0x134)],_0x109ed3=_0x218e21[_0x5b2a3f(0x160)];return _0xedb68c[_0x5b2a3f(0x147)](_0x109ed3)&&!_0xedb68c[_0x5b2a3f(0x12a)](_0x109ed3)&&_0xedb68c[_0x5b2a3f(0x135)](_0x109ed3,_0x5b2a3f(0x121))?{'type':_0x5b2a3f(0x14c),'content':_0x29929c(_0x3f4bc3,_0x5b2a3f(0x11d),_0x44f866[_0x5b2a3f(0x14f)](_0x109ed3,0x1))}:void 0x0;}),this[_0x3a8759(0x153)]();}[_0x4a6686(0x153)](){const _0x2a76a3=_0x4a6686,_0x3db3a0=this[_0x2a76a3(0x15d)],_0x11b60f=_0x3db3a0[_0x2a76a3(0x128)];_0x3db3a0[_0x2a76a3(0x159)][_0x2a76a3(0x13e)](_0x2a76a3(0x148))[_0x2a76a3(0x12b)][_0x2a76a3(0x15c)](_0x21764b=>{const _0x2f906a=_0x2a76a3;if(_0x2f906a(0x15b)!=_0x21764b[_0x2f906a(0x127)])return;const {data:_0x472e83}=_0x21764b;return _0x472e83&&_0x2f906a(0x126)==_0x472e83[_0x2f906a(0x157)]?{'type':_0x2f906a(0x145),'content':_0x29929c(_0x11b60f,_0x2f906a(0x141),_0x29929c(_0x11b60f,_0x2f906a(0x12e)))}:void 0x0;});}}function nr(_0x1487d1,{showActiveMarker:_0x2e45d3=!0x0}={}){return(_0x5d1421,_0x339add,_0x5cd7fa)=>{const _0x3bc1be=_0x16e7,_0x4cbb5d=_0x1487d1[_0x3bc1be(0x159)][_0x3bc1be(0x13e)](_0x3bc1be(0x148)),_0x56230d=_0x339add[_0x3bc1be(0x144)][_0x3bc1be(0x12f)],_0x4c74b8=_0x339add[_0x3bc1be(0x144)][_0x3bc1be(0x13d)],_0x1676e6=_0x1487d1[_0x3bc1be(0x142)][_0x3bc1be(0x134)];if(!_0x56230d[_0x3bc1be(0x151)](_0x4c74b8)||!_0x56230d[_0x3bc1be(0x160)])return;const _0x48d695=_0x56230d[_0x3bc1be(0x160)];if(_0x1676e6[_0x3bc1be(0x147)](_0x48d695)&&!_0x1676e6[_0x3bc1be(0x12a)](_0x48d695)&&_0x1676e6[_0x3bc1be(0x135)](_0x48d695,_0x3bc1be(0x121))){if(!_0x5cd7fa[_0x3bc1be(0x12c)][_0x3bc1be(0x146)](_0x339add[_0x3bc1be(0x144)],_0x5d1421[_0x3bc1be(0x140)]))return;const _0x4e88b6=_0x5cd7fa[_0x3bc1be(0x139)][_0x3bc1be(0x129)](_0x3bc1be(0x124),{'class':_0x3bc1be(0x120)}),_0x33fb0a=_0x5cd7fa[_0x3bc1be(0x152)][_0x3bc1be(0x15f)](_0x4c74b8);_0x2e45d3&&_0x4cbb5d[_0x3bc1be(0x11e)][_0x3bc1be(0x15e)](_0x339add[_0x3bc1be(0x15a)])&&_0x5cd7fa[_0x3bc1be(0x139)][_0x3bc1be(0x137)](_0x3bc1be(0x13a),_0x4e88b6),_0x5cd7fa[_0x3bc1be(0x139)][_0x3bc1be(0x143)](_0x33fb0a,_0x4e88b6),_0x5cd7fa[_0x3bc1be(0x152)][_0x3bc1be(0x136)](_0x4e88b6,_0x339add[_0x3bc1be(0x15a)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x335f(_0x4f4fec,_0x287a98){const _0x2286fc=_0x2286();return _0x335f=function(_0x335f49,_0x7130e1){_0x335f49=_0x335f49-0x18d;let _0x123a6a=_0x2286fc[_0x335f49];return _0x123a6a;},_0x335f(_0x4f4fec,_0x287a98);}const _0xa3f1f1=_0x335f;(function(_0x4541b4,_0x397310){const _0x3ab080=_0x335f,_0x2f2060=_0x4541b4();while(!![]){try{const _0x3bcb8b=-parseInt(_0x3ab080(0x19c))/0x1*(parseInt(_0x3ab080(0x194))/0x2)+parseInt(_0x3ab080(0x191))/0x3*(parseInt(_0x3ab080(0x19e))/0x4)+-parseInt(_0x3ab080(0x1a6))/0x5+-parseInt(_0x3ab080(0x19f))/0x6+parseInt(_0x3ab080(0x1a9))/0x7*(parseInt(_0x3ab080(0x197))/0x8)+parseInt(_0x3ab080(0x198))/0x9*(parseInt(_0x3ab080(0x18d))/0xa)+parseInt(_0x3ab080(0x1a5))/0xb;if(_0x3bcb8b===_0x397310)break;else _0x2f2060['push'](_0x2f2060['shift']());}catch(_0x257e89){_0x2f2060['push'](_0x2f2060['shift']());}}}(_0x2286,0x68908));import{Plugin as _0x4123b8}from'ckeditor5/src/core.js';import{getTranslation as _0x2ea358}from'../utils/common-translations.js';function _0x2286(){const _0x4216dc=['formatBlock','4531470ujBfRX','get','plugins','editor','1720023SwCCKK','enableDefaultAttributesIntegration','descriptionFactory','2868EvyRnS','formatInline','afterInit','9080wAzaNs','9pIuYlV','removeFormat','RemoveFormatEditing','format','545EplWUG','commandName','4bSBpgX','4156590bIFxLo','locale','TrackChangesEditing','registerDescriptionCallback','has','_registerLegacyDescription','8698437jwdmLm','2030595tuRRMY','type','*Remove\x20all\x20formatting*','3031sWrhsA'];_0x2286=function(){return _0x4216dc;};return _0x2286();}export default class pt extends _0x4123b8{[_0xa3f1f1(0x196)](){const _0x305ee4=_0xa3f1f1,_0x3f5218=this[_0x305ee4(0x190)];if(!_0x3f5218[_0x305ee4(0x18f)][_0x305ee4(0x1a3)](_0x305ee4(0x19a)))return;_0x3f5218[_0x305ee4(0x18f)][_0x305ee4(0x18e)](_0x305ee4(0x1a1))[_0x305ee4(0x192)](_0x305ee4(0x199)),this[_0x305ee4(0x1a4)]();}[_0xa3f1f1(0x1a4)](){const _0x3679a4=_0xa3f1f1,_0x205467=this[_0x3679a4(0x190)];_0x205467[_0x3679a4(0x18f)][_0x3679a4(0x18e)](_0x3679a4(0x1a1))[_0x3679a4(0x193)][_0x3679a4(0x1a2)](_0x3f7938=>{const _0x5119cb=_0x3679a4;if(_0x5119cb(0x1aa)!=_0x3f7938[_0x5119cb(0x1a7)]&&_0x5119cb(0x195)!=_0x3f7938[_0x5119cb(0x1a7)])return;const {data:_0x2dfedd}=_0x3f7938;return _0x2dfedd&&_0x5119cb(0x199)==_0x2dfedd[_0x5119cb(0x19d)]?{'type':_0x5119cb(0x19b),'content':_0x2ea358(_0x205467[_0x5119cb(0x1a0)],_0x5119cb(0x1a8))}:void 0x0;});}}
|