@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240605.0 → 0.0.0-nightly-20240605.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 _0x5ec371=_0x180a;(function(_0x49f13b,_0x5db057){const _0x34f443=_0x180a,_0x4a1cb7=_0x49f13b();while(!![]){try{const _0x121558=parseInt(_0x34f443(0x168))/0x1+-parseInt(_0x34f443(0x197))/0x2*(-parseInt(_0x34f443(0x16b))/0x3)+-parseInt(_0x34f443(0x16f))/0x4+parseInt(_0x34f443(0x176))/0x5+-parseInt(_0x34f443(0x182))/0x6+parseInt(_0x34f443(0x14f))/0x7*(-parseInt(_0x34f443(0x19e))/0x8)+-parseInt(_0x34f443(0x175))/0x9*(-parseInt(_0x34f443(0x159))/0xa);if(_0x121558===_0x5db057)break;else _0x4a1cb7['push'](_0x4a1cb7['shift']());}catch(_0x15c175){_0x4a1cb7['push'](_0x4a1cb7['shift']());}}}(_0x34d6,0x77321));function _0x34d6(){const _0x5e93fb=['change','6372279ACyIhm','1524325FqxTar','listIndent','commandParams','getSelectedBlocks','forceValue','formatBlock','registerDescriptionCallback','paragraph','outdentList','List','isObject','registerElementLabel','818196rOrwLO','parent','model','replace','from','push','*Outdent:*\x20%0','schema','value','listItem','LegacyTodoListEditing','bulletedList','*Uncheck\x20item*','name','formatInline','ELEMENT_BULLETED_LIST','document','checkTodoList','element','execute','ELEMENT_NUMBERED_LIST','6ruxVKI','commands','has','ELEMENT_TODO_LIST','add','todo','descriptionFactory','34072nYPvei','TrackChangesEditing','enableCommand','afterInit','commandName','format','todoListChecked','868RSHReB','createRange','markBlockFormat','blockName','todoList','nextSibling','ELEMENT_LIST_ITEM','numberedList','numbered','length','10eGJuKk','*Indent:*\x20%0','findIndex','filter','getAttribute','previousSibling','plugins','listType','indentList','slice','*Check\x20item*','selection','before','createPositionAt','locale','201932ZGqqSj','_selectedElements','bulleted','872691ZbUArj','editor','end','checkChild','3739248wKbJue','LegacyListEditing','type','get','*Change\x20to:*\x20%0'];_0x34d6=function(){return _0x5e93fb;};return _0x34d6();}import{Plugin as _0x37e6b3}from'ckeditor5/src/core.js';import{getTranslation as _0x46285e}from'../utils/common-translations.js';function _0x180a(_0x2852c9,_0xe07e37){const _0x34d6ca=_0x34d6();return _0x180a=function(_0x180a1b,_0x1a867f){_0x180a1b=_0x180a1b-0x14f;let _0x41c2b5=_0x34d6ca[_0x180a1b];return _0x41c2b5;},_0x180a(_0x2852c9,_0xe07e37);}export default class ut extends _0x37e6b3{[_0x5ec371(0x1a1)](){const _0x56c6b5=_0x5ec371,_0x1f5bba=this[_0x56c6b5(0x16c)],_0x24654d=_0x1f5bba[_0x56c6b5(0x167)];if(!_0x1f5bba[_0x56c6b5(0x15f)][_0x56c6b5(0x199)](_0x56c6b5(0x170)))return;const _0x528479=_0x1f5bba[_0x56c6b5(0x15f)][_0x56c6b5(0x172)](_0x56c6b5(0x19f)),_0x3cadd8=_0x1f5bba[_0x56c6b5(0x15f)][_0x56c6b5(0x199)](_0x56c6b5(0x18c));function _0x18f95b(_0x52c260){return()=>{const _0x453b13=_0x180a,_0x4c05ae=_0x1f5bba[_0x453b13(0x184)][_0x453b13(0x192)][_0x453b13(0x164)],_0x224866=_0x1f5bba[_0x453b13(0x198)][_0x453b13(0x172)](_0x52c260);if(_0x224866[_0x453b13(0x18a)])return void _0x1f5bba[_0x453b13(0x195)](_0x453b13(0x17d),{});const _0x4d54a9=_0x52c260[_0x453b13(0x162)](0x0,-0x4),_0x27be38=function(_0x515000,_0x3fbf00,_0x3bd8b6){const _0x3ad9da=_0x453b13;let _0x168ea8=Array[_0x3ad9da(0x186)](_0x515000)[_0x3ad9da(0x15c)](_0x2a4ec7=>function(_0x2766f3,_0x45378c){const _0x1e91e1=_0x3ad9da;return _0x45378c[_0x1e91e1(0x16e)](_0x2766f3[_0x1e91e1(0x183)],_0x1e91e1(0x18b))&&!_0x45378c[_0x1e91e1(0x180)](_0x2766f3);}(_0x2a4ec7,_0x3bd8b6));_0x168ea8=_0x168ea8[_0x3ad9da(0x15c)](_0x182b02=>!_0x182b02['is'](_0x3ad9da(0x194),_0x3ad9da(0x18b))||_0x182b02[_0x3ad9da(0x15d)](_0x3ad9da(0x160))!=_0x3fbf00);const _0x3ee877=new Set();for(const _0x1d4206 of _0x168ea8)_0x1d4206['is'](_0x3ad9da(0x194),_0x3ad9da(0x18b))?_0x3ee877[_0x3ad9da(0x19b)](me(_0x1d4206)):_0x3ee877[_0x3ad9da(0x19b)](_0x1d4206);return Array[_0x3ad9da(0x186)](_0x3ee877);}(_0x4c05ae[_0x453b13(0x179)](),_0x4d54a9,_0x1f5bba[_0x453b13(0x184)][_0x453b13(0x189)]);_0x1f5bba[_0x453b13(0x184)][_0x453b13(0x174)](()=>{const _0x3f651b=_0x453b13;for(const _0x37b231 of _0x27be38)_0x528479[_0x3f651b(0x151)](_0x37b231,{'commandName':_0x52c260,'commandParams':[{'forceValue':!_0x224866[_0x3f651b(0x18a)]}],'formatGroupId':_0x3f651b(0x152)},fe(_0x37b231));});};}function _0x528e39(_0x4f77e4){return()=>{const _0x1f31c9=_0x180a,_0x2d5653=function(_0x2107a4){const _0x1902e9=_0x180a;let _0x188677=Array[_0x1902e9(0x186)](_0x2107a4);const _0x4fe780=_0x188677[_0x1902e9(0x15b)](_0x59d651=>_0x1902e9(0x18b)!=_0x59d651[_0x1902e9(0x18f)]);return _0x4fe780>-0x1&&(_0x188677=_0x188677[_0x1902e9(0x162)](0x0,_0x4fe780)),_0x188677;}(_0x1f5bba[_0x1f31c9(0x184)][_0x1f31c9(0x192)][_0x1f31c9(0x164)][_0x1f31c9(0x179)]()),_0x52d418=_0x1f5bba[_0x1f31c9(0x184)][_0x1f31c9(0x150)](_0x1f5bba[_0x1f31c9(0x184)][_0x1f31c9(0x166)](_0x2d5653[0x0],_0x1f31c9(0x165)),_0x1f5bba[_0x1f31c9(0x184)][_0x1f31c9(0x166)](_0x2d5653[_0x2d5653[_0x1f31c9(0x158)]-0x1],_0x1f31c9(0x16d)));_0x1f5bba[_0x1f31c9(0x184)][_0x1f31c9(0x174)](()=>{const _0x6443c=_0x1f31c9;_0x528479[_0x6443c(0x151)](_0x52d418,{'commandName':_0x4f77e4,'commandParams':[],'formatGroupId':_0x6443c(0x177)},function(_0xdc0d7b){const _0x467492=_0x6443c,_0x1d636c=new Set();for(const _0x3e2da0 of _0xdc0d7b){let _0x1e9032=_0x3e2da0[_0x467492(0x154)];for(;_0x1e9032&&_0x1e9032[_0x467492(0x15d)](_0x467492(0x177))>_0x3e2da0[_0x467492(0x15d)](_0x467492(0x177));)_0x1d636c[_0x467492(0x19b)](_0x1e9032),_0x1e9032=_0x1e9032[_0x467492(0x154)];}return Array[_0x467492(0x186)](_0x1d636c);}(_0x2d5653));});};}_0x528479[_0x56c6b5(0x1a0)](_0x56c6b5(0x156),_0x18f95b(_0x56c6b5(0x156))),_0x528479[_0x56c6b5(0x1a0)](_0x56c6b5(0x18d),_0x18f95b(_0x56c6b5(0x18d))),_0x3cadd8&&_0x528479[_0x56c6b5(0x1a0)](_0x56c6b5(0x153),_0x18f95b(_0x56c6b5(0x153))),_0x528479[_0x56c6b5(0x1a0)](_0x56c6b5(0x161),_0x528e39(_0x56c6b5(0x161))),_0x528479[_0x56c6b5(0x1a0)](_0x56c6b5(0x17e),_0x528e39(_0x56c6b5(0x17e))),_0x3cadd8&&_0x528479[_0x56c6b5(0x1a0)](_0x56c6b5(0x193),()=>{const _0x41514d=_0x56c6b5,_0x19339a=_0x1f5bba[_0x41514d(0x198)][_0x41514d(0x172)](_0x41514d(0x193)),_0x3e0d75=Array[_0x41514d(0x186)](_0x19339a[_0x41514d(0x169)]);_0x3e0d75[_0x41514d(0x15c)](_0xf92f=>_0xf92f[_0x41514d(0x15d)](_0x41514d(0x1a4))!=_0x19339a[_0x41514d(0x18a)]),_0x1f5bba[_0x41514d(0x184)][_0x41514d(0x174)](()=>{const _0x178d64=_0x41514d;for(const _0x76d2ba of _0x3e0d75)_0x528479[_0x178d64(0x151)](_0x76d2ba,{'commandName':_0x178d64(0x193),'commandParams':[{'forceValue':!_0x19339a[_0x178d64(0x18a)]}]});});}),_0x528479[_0x56c6b5(0x19d)][_0x56c6b5(0x181)](_0x56c6b5(0x18b),_0x192395=>_0x46285e(_0x24654d,_0x56c6b5(0x155),_0x192395)),_0x528479[_0x56c6b5(0x19d)][_0x56c6b5(0x17c)](_0x1d43e5=>{const _0xc1fe1b=_0x56c6b5;if(_0xc1fe1b(0x17b)!=_0x1d43e5[_0xc1fe1b(0x171)]&&_0xc1fe1b(0x190)!=_0x1d43e5[_0xc1fe1b(0x171)])return;const {data:_0x5a43c6}=_0x1d43e5;if(_0x5a43c6){if(_0xc1fe1b(0x156)==_0x5a43c6[_0xc1fe1b(0x1a2)]||_0xc1fe1b(0x18d)==_0x5a43c6[_0xc1fe1b(0x1a2)]||_0xc1fe1b(0x153)==_0x5a43c6[_0xc1fe1b(0x1a2)])switch(_0x5a43c6[_0xc1fe1b(0x1a2)][_0xc1fe1b(0x185)](_0xc1fe1b(0x17f),'')){case _0xc1fe1b(0x16a):return _0x3dbebb(_0x46285e(_0x24654d,_0xc1fe1b(0x191)));case _0xc1fe1b(0x157):return _0x3dbebb(_0x46285e(_0x24654d,_0xc1fe1b(0x196)));case _0xc1fe1b(0x19c):return _0x3dbebb(_0x46285e(_0x24654d,_0xc1fe1b(0x19a)));}if(_0xc1fe1b(0x161)==_0x5a43c6[_0xc1fe1b(0x1a2)])return{'type':_0xc1fe1b(0x1a3),'content':_0x46285e(_0x24654d,_0xc1fe1b(0x15a),_0x46285e(_0x24654d,_0xc1fe1b(0x155)))};if(_0xc1fe1b(0x17e)==_0x5a43c6[_0xc1fe1b(0x1a2)])return{'type':_0xc1fe1b(0x1a3),'content':_0x46285e(_0x24654d,_0xc1fe1b(0x188),_0x46285e(_0x24654d,_0xc1fe1b(0x155)))};if(_0xc1fe1b(0x193)==_0x5a43c6[_0xc1fe1b(0x1a2)])return _0x5a43c6[_0xc1fe1b(0x178)][0x0][_0xc1fe1b(0x17a)]?{'type':_0xc1fe1b(0x1a3),'content':_0x46285e(_0x24654d,_0xc1fe1b(0x163))}:{'type':_0xc1fe1b(0x1a3),'content':_0x46285e(_0x24654d,_0xc1fe1b(0x18e))};}function _0x3dbebb(_0x33c6e6){const _0x1efc26=_0xc1fe1b;return{'type':_0x1efc26(0x1a3),'content':_0x46285e(_0x24654d,_0x1efc26(0x173),_0x33c6e6)};}});}}function me(_0x19cc76){const _0x51dfb8=_0x5ec371,_0x264f3d=_0x19cc76[_0x51dfb8(0x15d)](_0x51dfb8(0x177));if(0x0==_0x264f3d)return _0x19cc76;let _0x351482=_0x19cc76;for(;_0x19cc76[_0x51dfb8(0x15e)]&&_0x19cc76[_0x51dfb8(0x15e)]['is'](_0x51dfb8(0x194),_0x51dfb8(0x18b));){const _0x25ca0b=_0x19cc76[_0x51dfb8(0x15e)][_0x51dfb8(0x15d)](_0x51dfb8(0x177));if(_0x25ca0b==_0x264f3d)_0x351482=_0x19cc76[_0x51dfb8(0x15e)];else{if(_0x25ca0b<_0x264f3d)break;}_0x19cc76=_0x19cc76[_0x51dfb8(0x15e)];}return _0x351482;}function fe(_0x57e7e4){const _0x502956=_0x5ec371,_0x193333=[];if(_0x57e7e4['is'](_0x502956(0x194),_0x502956(0x18b))&&_0x57e7e4[_0x502956(0x15d)](_0x502956(0x177))>0x0){let _0x3b3cf0=_0x57e7e4[_0x502956(0x154)];for(;_0x3b3cf0&&_0x502956(0x18b)==_0x3b3cf0[_0x502956(0x18f)]&&_0x3b3cf0[_0x502956(0x15d)](_0x502956(0x177))==_0x57e7e4[_0x502956(0x15d)](_0x502956(0x177));)_0x193333[_0x502956(0x187)](_0x3b3cf0),_0x3b3cf0=_0x3b3cf0[_0x502956(0x154)];}return _0x193333;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x1c8c(_0xdd4d6a,_0x4cd719){const _0x85d73=_0x85d7();return _0x1c8c=function(_0x1c8c31,_0xb807d2){_0x1c8c31=_0x1c8c31-0xf2;let _0x264764=_0x85d73[_0x1c8c31];return _0x264764;},_0x1c8c(_0xdd4d6a,_0x4cd719);}const _0x241408=_0x1c8c;function _0x85d7(){const _0x41dd08=['formatBlock','listType','LegacyListPropertiesEditing','locale','_getSuggestionBlocksForListStyle','enableCommand','formatInline','getSiblingNodes','listStyle','type','unshift','_getSuggestionBlocks','*Format:*\x20set\x20order\x20to\x20reversed','registerDescriptionCallback','4767273gWjMxp','editor','commandParams','LegacyListUtils','markMultiRangeBlockFormat','listItem','descriptionFactory','getAttribute','*Format:*\x20set\x20order\x20to\x20regular','_getTranslationKeyForListStyle','push','model','handleDescriptions','replace','toUpperCase','config','handleListStartCommand','selection','createRange','list.properties','48QbgvjZ','*Change\x20to:*\x20%0','handleListReversedCommand','getSelectedBlocks','parent','startIndex','createPositionAt','4Taozuh','forward','afterInit','element','styles','2409861EYfCnY','_LIST_','2294611xmzGIL','*Format:*\x20set\x20start\x20index\x20to\x20%0','get','3193242wHLflr','getFirstPosition','map','has','bind','getLastPosition','listReversed','flat','backward','4147626nQKnhf','change','from','plugins','reversed','TrackChangesEditing','commandName','before','filter','listStart','default','10UcETZZ','8UAeHeJ','getListTypeFromListStyleType','handleListStyleCommand','ELEMENT_','document','6154OFeHrF','length','format','3376070YvkahL','numbered'];_0x85d7=function(){return _0x41dd08;};return _0x85d7();}(function(_0x5aa947,_0x534c79){const _0x5a761a=_0x1c8c,_0x2cf9ed=_0x5aa947();while(!![]){try{const _0x4b7f12=-parseInt(_0x5a761a(0x135))/0x1*(parseInt(_0x5a761a(0x10a))/0x2)+-parseInt(_0x5a761a(0x116))/0x3*(parseInt(_0x5a761a(0x111))/0x4)+parseInt(_0x5a761a(0x138))/0x5+parseInt(_0x5a761a(0x11b))/0x6+-parseInt(_0x5a761a(0x124))/0x7+parseInt(_0x5a761a(0x130))/0x8*(parseInt(_0x5a761a(0xf6))/0x9)+parseInt(_0x5a761a(0x12f))/0xa*(parseInt(_0x5a761a(0x118))/0xb);if(_0x4b7f12===_0x534c79)break;else _0x2cf9ed['push'](_0x2cf9ed['shift']());}catch(_0x5dbbda){_0x2cf9ed['push'](_0x2cf9ed['shift']());}}}(_0x85d7,0x6232a));import{Plugin as _0x373b8}from'ckeditor5/src/core.js';import{getTranslation as _0x4656bc}from'../utils/common-translations.js';export default class K extends _0x373b8{[_0x241408(0x113)](){const _0x200c55=_0x241408;if(!this[_0x200c55(0xf7)][_0x200c55(0x127)][_0x200c55(0x11e)](_0x200c55(0x13c)))return;const _0x28c9c0=this[_0x200c55(0xf7)][_0x200c55(0x105)][_0x200c55(0x11a)](_0x200c55(0x109)),_0x2d4e98=this[_0x200c55(0xf7)][_0x200c55(0x127)][_0x200c55(0x11a)](_0x200c55(0x129));_0x28c9c0[_0x200c55(0x115)]&&_0x2d4e98[_0x200c55(0x13f)](_0x200c55(0x142),this[_0x200c55(0x132)][_0x200c55(0x11f)](this)),_0x28c9c0[_0x200c55(0x128)]&&_0x2d4e98[_0x200c55(0x13f)](_0x200c55(0x121),this[_0x200c55(0x10c)][_0x200c55(0x11f)](this)),_0x28c9c0[_0x200c55(0x10f)]&&_0x2d4e98[_0x200c55(0x13f)](_0x200c55(0x12d),this[_0x200c55(0x106)][_0x200c55(0x11f)](this)),_0x2d4e98[_0x200c55(0xfc)][_0x200c55(0xf5)](this[_0x200c55(0x102)][_0x200c55(0x11f)](this));}[_0x241408(0x132)](_0x17520b,_0x4224eb={}){const _0x1656e2=_0x241408,_0x404892=this[_0x1656e2(0xf7)][_0x1656e2(0x127)][_0x1656e2(0x11a)](_0x1656e2(0x129)),_0x51eabe=this[_0x1656e2(0x13e)]();this[_0x1656e2(0xf7)][_0x1656e2(0x101)][_0x1656e2(0x125)](()=>{const _0x5405bb=_0x1656e2;_0x404892[_0x5405bb(0xfa)](_0x51eabe,{'commandName':_0x5405bb(0x142),'commandParams':[{'type':_0x4224eb[_0x5405bb(0x143)]}],'formatGroupId':_0x5405bb(0x142)});});}[_0x241408(0x10c)](_0x117bef,_0x4a1c0c={}){const _0xac93c7=_0x241408,_0x372263=this[_0xac93c7(0xf7)][_0xac93c7(0x127)][_0xac93c7(0x11a)](_0xac93c7(0x129)),_0x2dc061=this[_0xac93c7(0xf3)](_0x44ebe1=>_0x44ebe1['is'](_0xac93c7(0x114),_0xac93c7(0xfb))&&_0xac93c7(0x139)===_0x44ebe1[_0xac93c7(0xfd)](_0xac93c7(0x13b)));if(_0x2dc061[_0xac93c7(0x136)]<0x1)return;const _0x54dfd5=_0x2dc061[_0xac93c7(0x11d)](_0x4e410f=>this[_0xac93c7(0xf7)][_0xac93c7(0x101)][_0xac93c7(0x108)](this[_0xac93c7(0xf7)][_0xac93c7(0x101)][_0xac93c7(0x110)](_0x4e410f,_0xac93c7(0x12b)),this[_0xac93c7(0xf7)][_0xac93c7(0x101)][_0xac93c7(0x110)](_0x4e410f,0x0)));this[_0xac93c7(0xf7)][_0xac93c7(0x101)][_0xac93c7(0x125)](()=>{const _0x4c9a81=_0xac93c7;_0x372263[_0x4c9a81(0xfa)](_0x54dfd5,{'commandName':_0x4c9a81(0x121),'commandParams':[{'reversed':_0x4a1c0c[_0x4c9a81(0x128)]}],'formatGroupId':_0x4c9a81(0x121)});});}[_0x241408(0x106)](_0x5cd1c8,_0x1dd570={}){const _0x658d49=_0x241408,_0x5d81af=this[_0x658d49(0xf7)][_0x658d49(0x127)][_0x658d49(0x11a)](_0x658d49(0x129)),_0x26b7ec=this[_0x658d49(0xf3)](_0x3941f3=>_0x3941f3['is'](_0x658d49(0x114),_0x658d49(0xfb))&&_0x658d49(0x139)===_0x3941f3[_0x658d49(0xfd)](_0x658d49(0x13b)));if(_0x26b7ec[_0x658d49(0x136)]<0x1)return;const _0x45b2ab=_0x26b7ec[_0x658d49(0x11d)](_0x51f6ce=>this[_0x658d49(0xf7)][_0x658d49(0x101)][_0x658d49(0x108)](this[_0x658d49(0xf7)][_0x658d49(0x101)][_0x658d49(0x110)](_0x51f6ce,_0x658d49(0x12b)),this[_0x658d49(0xf7)][_0x658d49(0x101)][_0x658d49(0x110)](_0x51f6ce,0x0)));this[_0x658d49(0xf7)][_0x658d49(0x101)][_0x658d49(0x125)](()=>{const _0x30c73f=_0x658d49;_0x5d81af[_0x30c73f(0xfa)](_0x45b2ab,{'commandName':_0x30c73f(0x12d),'commandParams':[{'startIndex':_0x1dd570[_0x30c73f(0x10f)]}],'formatGroupId':_0x30c73f(0x12d)});});}[_0x241408(0x102)](_0x2fd5d8){const _0x1fa303=_0x241408;if(_0x1fa303(0x13a)!=_0x2fd5d8[_0x1fa303(0x143)]&&_0x1fa303(0x140)!=_0x2fd5d8[_0x1fa303(0x143)])return;const _0x1c48cf=this[_0x1fa303(0xf7)][_0x1fa303(0x13d)],{data:_0x4403b6}=_0x2fd5d8;if(!_0x4403b6)return;let _0x5970d3,_0x4a728d;switch(_0x4403b6[_0x1fa303(0x12a)]){case _0x1fa303(0x142):_0x5970d3=_0x1fa303(0x10b),_0x4a728d={'type':_0x1fa303(0x137),'content':_0x4656bc(_0x1c48cf,_0x5970d3,_0x4656bc(_0x1c48cf,this[_0x1fa303(0xff)](_0x4403b6[_0x1fa303(0xf8)][0x0][_0x1fa303(0x143)])))};break;case _0x1fa303(0x121):_0x5970d3=_0x4403b6[_0x1fa303(0xf8)][0x0][_0x1fa303(0x128)]?_0x1fa303(0xf4):_0x1fa303(0xfe),_0x4a728d={'type':_0x1fa303(0x137),'content':_0x4656bc(_0x1c48cf,_0x5970d3)};break;case _0x1fa303(0x12d):_0x5970d3=_0x1fa303(0x119),_0x4a728d={'type':_0x1fa303(0x137),'content':_0x4656bc(_0x1c48cf,_0x5970d3,_0x4403b6[_0x1fa303(0xf8)][0x0][_0x1fa303(0x10f)])};}return _0x4a728d;}[_0x241408(0x13e)](){const _0x50c9fc=_0x241408;var _0x30da9a,_0x2d9af3,_0x2f9310,_0x403668;const _0x3fbbc8=this[_0x50c9fc(0xf7)][_0x50c9fc(0x127)][_0x50c9fc(0x11a)](_0x50c9fc(0xf9));let _0x1838ed=Array[_0x50c9fc(0x126)](this[_0x50c9fc(0xf7)][_0x50c9fc(0x101)][_0x50c9fc(0x134)][_0x50c9fc(0x107)][_0x50c9fc(0x10d)]());return(null===(_0x30da9a=_0x1838ed[0x0])||void 0x0===_0x30da9a?void 0x0:_0x30da9a['is'](_0x50c9fc(0x114),_0x50c9fc(0xfb)))&&_0x1838ed[_0x50c9fc(0xf2)](..._0x3fbbc8[_0x50c9fc(0x141)](this[_0x50c9fc(0xf7)][_0x50c9fc(0x101)][_0x50c9fc(0x134)][_0x50c9fc(0x107)][_0x50c9fc(0x11c)](),_0x50c9fc(0x123))),(null===(_0x2d9af3=_0x1838ed[_0x1838ed[_0x50c9fc(0x136)]-0x1])||void 0x0===_0x2d9af3?void 0x0:_0x2d9af3['is'](_0x50c9fc(0x114),_0x50c9fc(0xfb)))&&_0x1838ed[_0x50c9fc(0x100)](..._0x3fbbc8[_0x50c9fc(0x141)](this[_0x50c9fc(0xf7)][_0x50c9fc(0x101)][_0x50c9fc(0x134)][_0x50c9fc(0x107)][_0x50c9fc(0x120)](),_0x50c9fc(0x112))),_0x1838ed=[...new Set(_0x1838ed)],(null===(_0x403668=null===(_0x2f9310=this[_0x50c9fc(0xf7)][_0x50c9fc(0x101)][_0x50c9fc(0x134)][_0x50c9fc(0x107)][_0x50c9fc(0x11c)]())||void 0x0===_0x2f9310?void 0x0:_0x2f9310[_0x50c9fc(0x10e)])||void 0x0===_0x403668?void 0x0:_0x403668['is'](_0x50c9fc(0x114),_0x50c9fc(0xfb)))&&(_0x1838ed=_0x1838ed[_0x50c9fc(0x12c)](_0x26b8d0=>_0x26b8d0['is'](_0x50c9fc(0x114),_0x50c9fc(0xfb)))),_0x1838ed;}[_0x241408(0xf3)](_0x5f2538){const _0x5db9aa=_0x241408,_0x51af53=this[_0x5db9aa(0xf7)][_0x5db9aa(0x127)][_0x5db9aa(0x11a)](_0x5db9aa(0xf9));let _0xbc3f2e=Array[_0x5db9aa(0x126)](this[_0x5db9aa(0xf7)][_0x5db9aa(0x101)][_0x5db9aa(0x134)][_0x5db9aa(0x107)][_0x5db9aa(0x10d)]())[_0x5db9aa(0x12c)](_0x5f2538)[_0x5db9aa(0x11d)](_0x35a120=>{const _0x3badc3=_0x5db9aa,_0x2290d7=this[_0x3badc3(0xf7)][_0x3badc3(0x101)][_0x3badc3(0x110)](_0x35a120,0x0);return[..._0x51af53[_0x3badc3(0x141)](_0x2290d7,_0x3badc3(0x123)),..._0x51af53[_0x3badc3(0x141)](_0x2290d7,_0x3badc3(0x112))];})[_0x5db9aa(0x122)]();return _0xbc3f2e=[...new Set(_0xbc3f2e)],_0xbc3f2e;}[_0x241408(0xff)](_0x5a600b){const _0x3c4cc1=_0x241408;return _0x3c4cc1(0x133)+(this[_0x3c4cc1(0xf7)][_0x3c4cc1(0x127)][_0x3c4cc1(0x11a)](_0x3c4cc1(0xf9))[_0x3c4cc1(0x131)](_0x5a600b)||_0x3c4cc1(0x12e))[_0x3c4cc1(0x104)]()+_0x3c4cc1(0x117)+_0x5a600b[_0x3c4cc1(0x104)]()[_0x3c4cc1(0x103)](/-/g,'_');}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x2ecfba=_0x7245;(function(_0xa49f43,_0x5941d0){const _0x246bd5=_0x7245,_0x21da8e=_0xa49f43();while(!![]){try{const _0x309e78=parseInt(_0x246bd5(0xcf))/0x1+parseInt(_0x246bd5(0xcb))/0x2*(-parseInt(_0x246bd5(0xbf))/0x3)+parseInt(_0x246bd5(0xbd))/0x4+parseInt(_0x246bd5(0xb6))/0x5*(-parseInt(_0x246bd5(0xbe))/0x6)+-parseInt(_0x246bd5(0xae))/0x7*(parseInt(_0x246bd5(0xb9))/0x8)+parseInt(_0x246bd5(0xba))/0x9*(-parseInt(_0x246bd5(0xc8))/0xa)+parseInt(_0x246bd5(0xc5))/0xb;if(_0x309e78===_0x5941d0)break;else _0x21da8e['push'](_0x21da8e['shift']());}catch(_0x3aa63b){_0x21da8e['push'](_0x21da8e['shift']());}}}(_0x3ea0,0x4c415));import{Plugin as _0x7569cf}from'ckeditor5/src/core.js';import{getTranslation as _0x10c61e}from'../utils/common-translations.js';export default class ct extends _0x7569cf{[_0x2ecfba(0xce)](){const _0x4e9ade=_0x2ecfba,_0x3baede=this[_0x4e9ade(0xc9)];if(!_0x3baede[_0x4e9ade(0xb0)][_0x4e9ade(0xad)](_0x4e9ade(0xaa)))return;const _0x4152ba=_0x3baede[_0x4e9ade(0xb0)][_0x4e9ade(0xb1)](_0x4e9ade(0xb4)),_0x2f52de=_0x3baede[_0x4e9ade(0xa9)][_0x4e9ade(0xb1)](_0x4e9ade(0xc1));_0x4152ba[_0x4e9ade(0xb8)](_0x4e9ade(0xc1)),_0x4152ba[_0x4e9ade(0xb8)](_0x4e9ade(0xbc)),_0x4152ba[_0x4e9ade(0xcc)](_0x4e9ade(0xcd));for(const _0x5049 of _0x2f52de[_0x4e9ade(0xa6)])_0x4152ba[_0x4e9ade(0xcc)](_0x5049['id']),_0x4152ba[_0x4e9ade(0xa7)][_0x4e9ade(0xc2)](_0x5049['id'],_0x4e9ade(0xc7)+_0x5049[_0x4e9ade(0xb3)][_0x4e9ade(0xa5)]()+')');_0x4152ba[_0x4e9ade(0xa7)][_0x4e9ade(0xb7)](_0x5a0250=>{const _0x463c0e=_0x4e9ade;if(_0x463c0e(0xa8)!=_0x5a0250[_0x463c0e(0xb5)])return;const {data:_0x2bc6ab}=_0x5a0250;if(!_0x2bc6ab||_0x463c0e(0xcd)!=_0x2bc6ab[_0x463c0e(0xaf)])return;const _0x407c8e=_0x2bc6ab[_0x463c0e(0xc3)],_0x49f1b2=_0x3baede[_0x463c0e(0xc4)];return{'type':_0x463c0e(0xc6),'content':null==_0x407c8e?_0x10c61e(_0x49f1b2,_0x463c0e(0xca)):_0x10c61e(_0x49f1b2,_0x463c0e(0xac),'\x22'+_0x407c8e+'\x22')};}),this[_0x4e9ade(0xb2)]();}[_0x2ecfba(0xb2)](){const _0x2a1db0=_0x2ecfba,_0x4b0d98=this[_0x2a1db0(0xc9)],_0x4f6313=_0x4b0d98[_0x2a1db0(0xc4)];_0x4b0d98[_0x2a1db0(0xb0)][_0x2a1db0(0xb1)](_0x2a1db0(0xb4))[_0x2a1db0(0xa7)][_0x2a1db0(0xb7)](_0x5ba872=>{const _0x133bf0=_0x2a1db0;if(_0x133bf0(0xab)!=_0x5ba872[_0x133bf0(0xb5)])return;const {data:_0x2df285}=_0x5ba872;if(_0x2df285){if(_0x133bf0(0xc1)==_0x2df285[_0x133bf0(0xc0)]){const _0x26a7d5=_0x2df285[_0x133bf0(0xbb)][0x0];return{'type':_0x133bf0(0xc6),'content':_0x10c61e(_0x4f6313,_0x133bf0(0xac),'\x22'+_0x26a7d5+'\x22')};}return _0x133bf0(0xbc)==_0x2df285[_0x133bf0(0xc0)]?{'type':_0x133bf0(0xc6),'content':_0x10c61e(_0x4f6313,_0x133bf0(0xca))}:void 0x0;}});}}function _0x7245(_0x40e8df,_0x1b4f1b){const _0x3ea040=_0x3ea0();return _0x7245=function(_0x724546,_0xa29859){_0x724546=_0x724546-0xa5;let _0x6bf620=_0x3ea040[_0x724546];return _0x6bf620;},_0x7245(_0x40e8df,_0x1b4f1b);}function _0x3ea0(){const _0x236b9c=['153873snxqxi','commandParams','unlink','100288Xowzgr','31890NYntRK','426IBHioG','commandName','link','registerAttributeLabel','newValue','locale','12038092EYdJNp','format','link\x20(','50OyZlNJ','editor','*Remove\x20link*','5226zKznxD','registerInlineAttribute','linkHref','afterInit','126348dSvAZC','toLowerCase','manualDecorators','descriptionFactory','attribute','commands','LinkEditing','formatInline','*Set\x20link:*\x20%0','has','35wEhFao','key','plugins','get','_registerLegacyDescription','label','TrackChangesEditing','type','115fzrWrK','registerDescriptionCallback','enableDefaultAttributesIntegration','567480AXVOQZ'];_0x3ea0=function(){return _0x236b9c;};return _0x3ea0();}
|
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 _0x469e5c=_0x12dd;(function(_0xccbaed,_0x3092b6){const _0x1af287=_0x12dd,_0x26d9c3=_0xccbaed();while(!![]){try{const _0x3d0473=parseInt(_0x1af287(0xc7))/0x1*(parseInt(_0x1af287(0xda))/0x2)+parseInt(_0x1af287(0xca))/0x3+parseInt(_0x1af287(0x9c))/0x4+-parseInt(_0x1af287(0xe8))/0x5+parseInt(_0x1af287(0xb5))/0x6*(-parseInt(_0x1af287(0x8c))/0x7)+parseInt(_0x1af287(0xe3))/0x8+parseInt(_0x1af287(0x83))/0x9;if(_0x3d0473===_0x3092b6)break;else _0x26d9c3['push'](_0x26d9c3['shift']());}catch(_0x276a12){_0x26d9c3['push'](_0x26d9c3['shift']());}}}(_0x1c71,0xaefb2));function _0x12dd(_0x2f0a41,_0x2f4725){const _0x1c71fa=_0x1c71();return _0x12dd=function(_0x12dd29,_0x1a329f){_0x12dd29=_0x12dd29-0x80;let _0x2d6b8f=_0x1c71fa[_0x12dd29];return _0x2d6b8f;},_0x12dd(_0x2f0a41,_0x2f4725);}import{Plugin as _0x29d919}from'ckeditor5/src/core.js';import{getTranslation as _0x514074}from'../utils/common-translations.js';import{renameAttributeKey as _0x5b68b5}from'../trackchangesediting.js';function _0x1c71(){const _0x3ee049=['ELEMENT_BULLETED_LIST','outdentList','head','enableDefaultAttributesIntegration','listStyle','*Outdent:*\x20%0','filter','TrackChangesEditing','key','registerCustomCallback','4957812qbLsRl','*Merge:*\x20%0','listMarkerStyle','ELEMENT_NUMBERED_LIST','selection','model','schema','detach','_getAttributeKey','69818uhSQYb','nodeAfter','refresh','isLocal','descriptionFactory','customNumberedList','*Indent:*\x20%0','length','type','commandName','ELEMENT_','previousSibling','from','_suggestionFactory','*Format:*\x20remove\x20from\x20%0','*Check\x20item*','444748HCKgby','mergeListItemForward','splitListItemBefore','createRange','todoListCheck','ListEditing','ELEMENT_LIST_ITEM','next','setSelection','fromRange','oldValue','removeMarker','deletion','*Remove\x20format:*\x20%0','multipleBlocks','data','_findSuggestions','*Split:*\x20list\x20item','config','isNextTo','getSuggestions','splitListItemAfter','customBulletedList','listItemIdFixer','change','642fOYqvX','document','FORMAT_INDENT','*Merge:*\x20list\x20item','push','attributes','_supportLegacySuggestions','todo','listReversed','editor','bulletedList','getFirstMarker','todoListChecked','listType','indentList','formatBlock','list.multiBlock','attributeKey','17431UUUXAI','trackChangesCommand','bulleted','2615325gnhUmv','accept','isObject','commands','getAttribute','get','start','_registerLegacyDescription','getChanges','numbered','map','documentList','noTrackChangesFixer','*Set\x20format:*\x20%0','TodoListEditing','newValue','70oDHwPp','listItemId','value','afterInit','getRanges','containsItem','meta','find','format','5609320SRtJsN','commandParams','suggestion','registerPostFixer','every','5305700mfTbGR','default','*Uncheck\x20item*','range','batch','differ','_LIST','attribute','mergeListItemBackward','toUpperCase','numberedList','groupId','forceValue','nextSibling','ELEMENT_TODO_LIST','checkTodoList','locale','registerBlockAttribute','todoList','*Change\x20to:*\x20%0','registerDescriptionCallback','listStart','createPositionAt','parent','listIndent','setAttribute','end','assureChains','has','*Format:*\x20insert\x20into\x20%0','registerAttributeLabel','execute','includes','plugins','getFirstRange','registerElementLabel','listMarker','isUndo'];_0x1c71=function(){return _0x3ee049;};return _0x1c71();}import{LiveRange as _0x17e98f}from'ckeditor5/src/engine.js';export default class z extends _0x29d919{[_0x469e5c(0xdd)](){const _0x5616ae=_0x469e5c,_0x12fafe=this[_0x5616ae(0xbe)];if(!_0x12fafe[_0x5616ae(0x109)][_0x5616ae(0x104)](_0x5616ae(0xa1)))return;const _0x2de6e7=_0x12fafe[_0x5616ae(0xf8)],_0x29e79f=_0x12fafe[_0x5616ae(0x109)][_0x5616ae(0xcf)](_0x5616ae(0x80)),_0x53914a=_0x12fafe[_0x5616ae(0x109)][_0x5616ae(0x104)](_0x5616ae(0xd8)),_0x14d33a=!!_0x12fafe[_0x5616ae(0xae)][_0x5616ae(0xcf)](_0x5616ae(0xc5));function _0xb08017(_0x455574){const _0x259b85=_0x5616ae;return{'type':_0x259b85(0xe2),'content':''+_0x514074(_0x2de6e7,_0x259b85(0xd7),_0x455574)};}function _0x363034(_0x2a8bd0){const _0x425ae1=_0x5616ae;return{'type':_0x425ae1(0xe2),'content':''+_0x514074(_0x2de6e7,_0x425ae1(0xa9),_0x2a8bd0)};}_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0xf2)),_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0xbf)),_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0x91)),_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0xb2)),_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0xc3)),_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0x10f)),_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0xb1)),_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0x9e)),_0x29e79f[_0x5616ae(0xf9)](_0x5616ae(0xdb)),_0x29e79f[_0x5616ae(0xf9)](_0x5616ae(0xc2)),_0x29e79f[_0x5616ae(0xf9)](_0x5616ae(0x100)),_0x14d33a&&(_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0xf0)),_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0x9d))),_0x53914a&&(_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0xfa)),_0x29e79f[_0x5616ae(0x111)](_0x5616ae(0xf7)),_0x29e79f[_0x5616ae(0xf9)](_0x5616ae(0xc1)),_0x29e79f[_0x5616ae(0x90)][_0x5616ae(0xfc)](_0x253a01=>{const _0x327ebc=_0x5616ae,{data:_0x177edb}=_0x253a01;if(_0x177edb&&_0x327ebc(0xc1)==_0x177edb[_0x327ebc(0x81)])return{'type':_0x327ebc(0xe2),'content':_0x177edb[_0x327ebc(0xd9)]?_0x514074(_0x2de6e7,_0x327ebc(0x9b)):_0x514074(_0x2de6e7,_0x327ebc(0xea))};}),this[_0x5616ae(0xbe)][_0x5616ae(0x88)][_0x5616ae(0xb6)][_0x5616ae(0xe6)](_0x132355=>{const _0x131061=_0x5616ae;if(_0x132355[_0x131061(0xec)][_0x131061(0x10d)])return!0x1;let _0x35bf07=!0x1;const _0x136138=_0x29e79f[_0x131061(0xb0)]({'skipNotAttached':!0x0})[_0x131061(0x114)](_0x17dfb9=>_0x131061(0xc1)===_0x29e79f[_0x131061(0x8b)](_0x17dfb9));for(const _0x557e46 of _0x136138){_0x131061(0xbc)!=_0x557e46[_0x131061(0x10a)]()[_0x131061(0xd0)][_0x131061(0x8d)][_0x131061(0xce)](_0x131061(0xc2))&&(_0x29e79f[_0x131061(0xac)](_0x557e46[_0x131061(0x10a)](),_0x131061(0xef))[_0x131061(0xe1)](_0x313775=>_0x131061(0xc2)===_0x29e79f[_0x131061(0x8b)](_0x313775[_0x131061(0xe5)]))||(_0x132355[_0x131061(0xa7)](_0x557e46[_0x131061(0xc0)]()),_0x35bf07=!0x0));}return _0x35bf07;})),_0x29e79f[_0x5616ae(0x90)][_0x5616ae(0x106)](_0x5616ae(0x100),_0x514074(_0x2de6e7,_0x5616ae(0xb7)));const _0x1b9b93={'type':_0x5616ae(0xe2),'content':''};_0x29e79f[_0x5616ae(0x90)][_0x5616ae(0xfc)](_0x2747d1=>{const _0x1832bf=_0x5616ae,{data:_0xa074e4}=_0x2747d1;if(!_0xa074e4||_0x1832bf(0xc2)!=_0xa074e4[_0x1832bf(0x81)])return;let _0x355cf8=_0x2747d1[_0x1832bf(0x110)];for(;_0x355cf8;){if(_0x355cf8[_0x1832bf(0xab)]&&((_0x1832bf(0x112)==_0x355cf8[_0x1832bf(0xab)][_0x1832bf(0x81)]||_0x1832bf(0x85)==_0x355cf8[_0x1832bf(0xab)][_0x1832bf(0x81)])&&(_0x355cf8[_0x1832bf(0xab)][_0x1832bf(0xd9)]&&_0x1832bf(0xe9)!=_0x355cf8[_0x1832bf(0xab)][_0x1832bf(0xd9)]||_0x1832bf(0xe9)!=_0x355cf8[_0x1832bf(0xab)][_0x1832bf(0xa6)]&&!_0xa074e4[_0x1832bf(0xd9)])||!_0x14d33a&&_0x355cf8[_0x1832bf(0xab)][_0x1832bf(0x81)]==_0x5b68b5))return _0x1b9b93;_0x355cf8=_0x355cf8[_0x1832bf(0xa3)];}if(null==_0xa074e4[_0x1832bf(0xd9)])switch(_0xa074e4[_0x1832bf(0xa6)]){case _0x1832bf(0xc9):return _0x363034(_0x514074(_0x2de6e7,_0x1832bf(0x10e)));case _0x1832bf(0xd3):return _0x363034(_0x514074(_0x2de6e7,_0x1832bf(0x86)));case _0x1832bf(0xbc):return _0x363034(_0x514074(_0x2de6e7,_0x1832bf(0xf6)));}switch(_0xa074e4[_0x1832bf(0xd9)]){case _0x1832bf(0xc9):return _0xb08017(_0x514074(_0x2de6e7,_0x1832bf(0x10e)));case _0x1832bf(0xd3):return _0xb08017(_0x514074(_0x2de6e7,_0x1832bf(0x86)));case _0x1832bf(0xbc):return _0xb08017(_0x514074(_0x2de6e7,_0x1832bf(0xf6)));}}),_0x29e79f[_0x5616ae(0x90)][_0x5616ae(0xfc)](_0x5378cc=>{const _0x144bfd=_0x5616ae,{data:_0xd585ea}=_0x5378cc;if(_0xd585ea&&_0x144bfd(0x100)==_0xd585ea[_0x144bfd(0x81)])return null==_0xd585ea[_0x144bfd(0xd9)]||null==_0xd585ea[_0x144bfd(0xa6)]&&0x0==_0xd585ea[_0x144bfd(0xd9)]?_0x1b9b93:void 0x0;}),_0x29e79f[_0x5616ae(0x90)][_0x5616ae(0xfc)](_0x1f6d36=>{const _0x347b26=_0x5616ae;if(_0x347b26(0xef)!=_0x1f6d36[_0x347b26(0x94)])return;const {data:_0x6baa94}=_0x1f6d36;if(!_0x6baa94||_0x347b26(0xdb)!=_0x6baa94[_0x347b26(0x81)])return;const _0x5dc55d=le(_0x1f6d36);return _0x347b26(0xd9)==_0x5dc55d?{'type':_0x347b26(0xe2),'content':_0x514074(_0x2de6e7,_0x347b26(0xb8))}:_0x347b26(0xa6)==_0x5dc55d?{'type':_0x347b26(0xe2),'content':_0x514074(_0x2de6e7,_0x347b26(0xad))}:_0x1b9b93;}),_0x12fafe[_0x5616ae(0x88)][_0x5616ae(0xb6)][_0x5616ae(0xe6)](_0x3a5ef2=>this[_0x5616ae(0xb3)](_0x3a5ef2)),_0x12fafe[_0x5616ae(0x88)][_0x5616ae(0xb6)][_0x5616ae(0xe6)](_0x43c0bc=>this[_0x5616ae(0xd6)](_0x43c0bc)),_0x12fafe[_0x5616ae(0x88)][_0x5616ae(0xb6)][_0x5616ae(0xe6)](_0x32f138=>this[_0x5616ae(0x103)](_0x32f138)),this[_0x5616ae(0xbb)]();}[_0x469e5c(0xb3)](_0x68f7ca){const _0x224164=_0x469e5c;if(_0x68f7ca[_0x224164(0xec)][_0x224164(0x10d)]||!_0x68f7ca[_0x224164(0xec)][_0x224164(0x8f)])return!0x1;let _0x1dc430=!0x1;const _0x553412=this[_0x224164(0xbe)][_0x224164(0x109)][_0x224164(0xcf)](_0x224164(0x80))[_0x224164(0xb0)]({'skipNotAttached':!0x0})[_0x224164(0x114)](_0x1ae894=>_0x1ae894[_0x224164(0xab)]&&_0x224164(0xdb)==_0x1ae894[_0x224164(0xab)][_0x224164(0x81)])[_0x224164(0x114)](_0x39d2d1=>_0x39d2d1[_0x224164(0xab)][_0x224164(0xd9)]&&_0x39d2d1[_0x224164(0xab)][_0x224164(0xa6)]);for(const _0x25babc of _0x553412)le(_0x25babc)||(_0x68f7ca[_0x224164(0xa7)](_0x25babc[_0x224164(0xc0)]()),_0x1dc430=!0x0);return _0x1dc430;}[_0x469e5c(0xd6)](_0x6b05ee){const _0x27f24a=_0x469e5c;if(_0x6b05ee[_0x27f24a(0xec)][_0x27f24a(0x10d)]||!_0x6b05ee[_0x27f24a(0xec)][_0x27f24a(0x8f)])return!0x1;const _0x8447cd=this[_0x27f24a(0xbe)][_0x27f24a(0x109)][_0x27f24a(0xcf)](_0x27f24a(0x80));if(_0x8447cd[_0x27f24a(0xc8)][_0x27f24a(0xdc)])return!0x1;let _0xe0d949=!0x1;const _0x3849f6=[_0x27f24a(0xc2),_0x27f24a(0xdb),_0x27f24a(0x100),_0x27f24a(0x112),_0x27f24a(0xfd),_0x27f24a(0xbd),_0x27f24a(0xa0),_0x27f24a(0x10c),_0x27f24a(0x85)],_0x311f0b=this[_0x27f24a(0xbe)][_0x27f24a(0x88)][_0x27f24a(0xb6)][_0x27f24a(0xed)][_0x27f24a(0xd2)]()[_0x27f24a(0x114)](_0x51f847=>_0x27f24a(0xef)==_0x51f847[_0x27f24a(0x94)])[_0x27f24a(0x114)](_0x207b1e=>_0x3849f6[_0x27f24a(0x108)](_0x207b1e[_0x27f24a(0xc6)]));if(0x0==_0x311f0b[_0x27f24a(0x93)])return _0xe0d949;for(const _0x3f39a8 of _0x311f0b){const _0x2374b6=_0x8447cd[_0x27f24a(0xac)](_0x3f39a8[_0x27f24a(0xeb)],_0x27f24a(0xef))[_0x27f24a(0x114)](_0x4c0d5c=>!_0x4c0d5c[_0x27f24a(0xe0)][_0x27f24a(0xaf)])[_0x27f24a(0xd4)](_0x20938c=>_0x20938c[_0x27f24a(0xe5)])[_0x27f24a(0x114)](_0x4a6098=>{const _0x15d161=_0x27f24a,_0x369e15=_0x8447cd[_0x15d161(0x8b)](_0x4a6098);return _0x3849f6[_0x15d161(0x108)](_0x369e15);});if(_0x2374b6[_0x27f24a(0x93)]){for(const _0x4866fe of _0x2374b6)_0x6b05ee[_0x27f24a(0xa7)](_0x4866fe[_0x27f24a(0xc0)]());_0xe0d949=!0x0;}}return _0xe0d949;}[_0x469e5c(0x103)](_0x4d1564){const _0x465ed9=_0x469e5c;if(_0x4d1564[_0x465ed9(0xec)][_0x465ed9(0x10d)]||!_0x4d1564[_0x465ed9(0xec)][_0x465ed9(0x8f)])return!0x1;const _0x4f9a4f=this[_0x465ed9(0xbe)][_0x465ed9(0x109)][_0x465ed9(0xcf)](_0x465ed9(0x80));let _0x57e0c9=!0x1;const _0x9685d6=[_0x465ed9(0xc2),_0x465ed9(0xdb),_0x465ed9(0x100),_0x465ed9(0x112),_0x465ed9(0xfd),_0x465ed9(0xbd),_0x465ed9(0xa0),_0x465ed9(0x10c),_0x465ed9(0x85)];for(const _0x1c80a of _0x4f9a4f[_0x465ed9(0xb0)]({'skipNotAttached':!0x0})){const _0x2713ce=_0x4f9a4f[_0x465ed9(0xac)](_0x1c80a[_0x465ed9(0x10a)](),_0x465ed9(0xef))[_0x465ed9(0xd4)](_0x75e54e=>_0x75e54e[_0x465ed9(0xe5)])[_0x465ed9(0x114)](_0xbfa286=>_0xbfa286[_0x465ed9(0xab)]&&_0x9685d6[_0x465ed9(0x108)](_0xbfa286[_0x465ed9(0xab)][_0x465ed9(0x81)]));if(!_0x2713ce[_0x465ed9(0x93)])continue;const _0x47f155=_0x2713ce[0x0][_0x465ed9(0x110)][_0x465ed9(0xba)][_0x465ed9(0xf3)];if(!_0x2713ce[_0x465ed9(0xe7)](_0x396596=>_0x396596[_0x465ed9(0xba)][_0x465ed9(0xf3)]===_0x47f155)){for(const _0x40a0ef of _0x2713ce)_0x3a40df(_0x40a0ef,_0x47f155)&&(_0x57e0c9=!0x0);}}return _0x57e0c9;function _0x4d60fb(_0x3e60d3,_0xd8a24c){const _0x339130=_0x465ed9;for(const _0x4bb75b of _0x4f9a4f[_0x339130(0xb0)]({'skipNotAttached':!0x0})[_0x339130(0x114)](_0x34ccc6=>_0x339130(0xef)==_0x34ccc6[_0x339130(0x94)]&&_0x34ccc6[_0x339130(0xba)][_0x339130(0xf3)]==_0x3e60d3))_0x4bb75b[_0x339130(0x101)](_0x339130(0xf3),_0xd8a24c);}function _0x3a40df(_0x4e8cc4,_0x16b8b0){const _0x3ee6fd=_0x465ed9;let _0x31c179=_0x4e8cc4[_0x3ee6fd(0x110)],_0x120d8f=!0x1;for(;_0x31c179;)_0x31c179[_0x3ee6fd(0xba)][_0x3ee6fd(0xf3)]!=_0x16b8b0&&(_0x4d60fb(_0x31c179[_0x3ee6fd(0xba)][_0x3ee6fd(0xf3)],_0x16b8b0),_0x31c179[_0x3ee6fd(0x101)](_0x3ee6fd(0xf3),_0x16b8b0),_0x120d8f=!0x0),_0x31c179=_0x31c179[_0x3ee6fd(0xa3)];return _0x120d8f;}}[_0x469e5c(0xbb)](){const _0x1f194a=_0x469e5c,_0x349c29=this[_0x1f194a(0xbe)],_0x1213b9=_0x349c29[_0x1f194a(0xf8)],_0x52d436=_0x349c29[_0x1f194a(0x109)][_0x1f194a(0xcf)](_0x1f194a(0x80));this[_0x1f194a(0xd1)](),_0x52d436[_0x1f194a(0x99)][_0x1f194a(0x82)](_0x1f194a(0xc4),_0x1f194a(0xd5),_0x1f194a(0xcb),function(_0x572b4f,_0x11e5a7){const _0x11ceb5=_0x1f194a,_0x52a758=[];for(let _0x5a049a of _0x572b4f)_0x5a049a[_0x11ceb5(0xd0)][_0x11ceb5(0x8d)]===_0x5a049a[_0x11ceb5(0x102)][_0x11ceb5(0xff)]&&(_0x5a049a=_0x349c29[_0x11ceb5(0x88)][_0x11ceb5(0x9f)](_0x349c29[_0x11ceb5(0x88)][_0x11ceb5(0xfe)](_0x5a049a[_0x11ceb5(0xd0)][_0x11ceb5(0x8d)],0x0))),_0x52a758[_0x11ceb5(0xb9)](_0x5a049a);_0x349c29[_0x11ceb5(0x88)][_0x11ceb5(0xb4)](_0x21d9d6=>{const _0x2b541e=_0x11ceb5,_0x4a0e95=_0x349c29[_0x2b541e(0x88)][_0x2b541e(0xb6)][_0x2b541e(0x87)],_0xc7b1f6=Array[_0x2b541e(0x98)](_0x4a0e95[_0x2b541e(0xde)]())[_0x2b541e(0xd4)](_0x5236b8=>_0x17e98f[_0x2b541e(0xa5)](_0x5236b8));_0x21d9d6[_0x2b541e(0xa4)](_0x52a758),_0x349c29[_0x2b541e(0xcd)][_0x2b541e(0xcf)](_0x11e5a7[_0x2b541e(0x95)])[_0x2b541e(0x8e)](),_0x11e5a7[_0x2b541e(0xe4)][_0x2b541e(0xb9)]({'forceDefaultExecution':!0x0}),_0x349c29[_0x2b541e(0x107)](_0x11e5a7[_0x2b541e(0x95)],..._0x11e5a7[_0x2b541e(0xe4)]),_0x21d9d6[_0x2b541e(0xa4)](_0xc7b1f6);for(const _0x4fa6e4 of _0xc7b1f6)_0x4fa6e4[_0x2b541e(0x8a)]();});}),_0x52d436[_0x1f194a(0x90)][_0x1f194a(0x10b)](function(_0x29e0a3){const _0xe2d595=_0x1f194a,_0x3268c9=!_0x349c29[_0xe2d595(0x88)][_0xe2d595(0x89)][_0xe2d595(0xcc)](_0x29e0a3),_0x15679a=_0x29e0a3[_0xe2d595(0x97)],_0x16c51c=_0x29e0a3[_0xe2d595(0xf5)],_0x3393a9=_0x29e0a3[_0xe2d595(0xce)](_0xe2d595(0xdb)),_0x167f4c=!_0x15679a||_0x15679a[_0xe2d595(0xce)](_0xe2d595(0xdb))!==_0x3393a9,_0x1f08c1=!_0x16c51c||_0x16c51c[_0xe2d595(0xce)](_0xe2d595(0xdb))!==_0x3393a9;return _0x3268c9&&Boolean(_0x3393a9)&&_0x167f4c&&_0x1f08c1;},_0x3f6ffe=>_0x514074(_0x1213b9,_0x1f194a(0xa2),_0x3f6ffe));}[_0x469e5c(0xd1)](){const _0x5df560=_0x469e5c,_0x2ebb03=this[_0x5df560(0xbe)],_0x48d8a7=_0x2ebb03[_0x5df560(0xf8)];function _0x431915(_0x1f8d3c){const _0x342e60=_0x5df560,_0x73c320=_0x2ebb03[_0x342e60(0xcd)][_0x342e60(0xcf)](_0x342e60(0xbf))[_0x342e60(0xdc)],_0x3fb118=_0x2ebb03[_0x342e60(0xcd)][_0x342e60(0xcf)](_0x342e60(0xf2))[_0x342e60(0xdc)];return _0x342e60(0xf2)===_0x1f8d3c?_0x73c320:_0x3fb118;}_0x2ebb03[_0x5df560(0x109)][_0x5df560(0xcf)](_0x5df560(0x80))[_0x5df560(0x90)][_0x5df560(0xfc)](function(_0xd72e6b){const _0x5d8fec=_0x5df560;if(_0x5d8fec(0xc4)!=_0xd72e6b[_0x5d8fec(0x94)])return;const {data:_0x53f56c}=_0xd72e6b;if(!_0x53f56c)return;let _0x48e61b,_0x4f8a63,_0x1a4770,_0x2ebfe7;switch(_0x53f56c[_0x5d8fec(0x95)]){case _0x5d8fec(0xbf):_0x1a4770=_0x53f56c[_0x5d8fec(0xe4)][0x0][_0x5d8fec(0xf4)],_0x2ebfe7=_0x431915(_0x53f56c[_0x5d8fec(0x95)]),_0x48e61b=_0x1a4770?_0x5d8fec(0x105):_0x5d8fec(0x9a),!_0x2ebfe7&&_0x2ebb03[_0x5d8fec(0xae)][_0x5d8fec(0xcf)](_0x5d8fec(0xc5))||(_0x48e61b=_0x5d8fec(0xfb)),_0x4f8a63={'type':_0x5d8fec(0xe2),'content':_0x514074(_0x48d8a7,_0x48e61b,_0x514074(_0x48d8a7,_0x5d8fec(0x10e)))};break;case _0x5d8fec(0xf2):_0x1a4770=_0x53f56c[_0x5d8fec(0xe4)][0x0][_0x5d8fec(0xf4)],_0x2ebfe7=_0x431915(_0x53f56c[_0x5d8fec(0x95)]),_0x48e61b=_0x1a4770?_0x5d8fec(0x105):_0x5d8fec(0x9a),!_0x2ebfe7&&_0x2ebb03[_0x5d8fec(0xae)][_0x5d8fec(0xcf)](_0x5d8fec(0xc5))||(_0x48e61b=_0x5d8fec(0xfb)),_0x4f8a63={'type':_0x5d8fec(0xe2),'content':_0x514074(_0x48d8a7,_0x48e61b,_0x514074(_0x48d8a7,_0x5d8fec(0x86)))};break;case _0x5d8fec(0xc3):_0x48e61b=_0x5d8fec(0x92),_0x4f8a63={'type':_0x5d8fec(0xe2),'content':_0x514074(_0x48d8a7,_0x48e61b,_0x514074(_0x48d8a7,_0x5d8fec(0xa2)))};break;case _0x5d8fec(0x10f):_0x48e61b=function(_0x46584d){const _0x39c25f=_0x5d8fec,_0x16bb18=_0x46584d[_0x39c25f(0x10a)]();let _0x3b11a2=_0x16bb18[_0x39c25f(0xd0)][_0x39c25f(0x8d)];for(;_0x3b11a2&&_0x16bb18[_0x39c25f(0xdf)](_0x3b11a2);){if(_0x3b11a2[_0x39c25f(0xce)](_0x39c25f(0x100))>0x0)return!0x1;_0x3b11a2=_0x3b11a2[_0x39c25f(0xf5)];}return!0x0;}(_0xd72e6b)?_0x514074(_0x48d8a7,_0x5d8fec(0x9a),_0x514074(_0x48d8a7,function(_0x1a101b){const _0x21b0a8=_0x5d8fec;return _0x21b0a8(0x96)+_0x1a101b[_0x21b0a8(0x10a)]()[_0x21b0a8(0xd0)][_0x21b0a8(0x8d)][_0x21b0a8(0xce)](_0x21b0a8(0xc2))[_0x21b0a8(0xf1)]()+_0x21b0a8(0xee);}(_0xd72e6b))):_0x514074(_0x48d8a7,_0x5d8fec(0x113),_0x514074(_0x48d8a7,_0x5d8fec(0xa2))),_0x4f8a63={'type':_0x5d8fec(0xe2),'content':_0x48e61b};break;case _0x5d8fec(0xf0):case _0x5d8fec(0x9d):!0x1===_0x53f56c[_0x5d8fec(0xaa)]&&(_0x48e61b=_0x5d8fec(0x84),_0x4f8a63={'type':_0x5d8fec(0xa8),'content':_0x514074(_0x48d8a7,_0x48e61b,_0x514074(_0x48d8a7,_0x5d8fec(0xa2)))});}return _0x4f8a63;});}}function le(_0x22ce2d){const _0x5250cf=_0x469e5c;let _0x5196a6=_0x22ce2d[_0x5250cf(0x10a)]()[_0x5250cf(0xd0)][_0x5250cf(0x8d)][_0x5250cf(0x97)];for(;_0x5196a6;){const _0x44da17=_0x5196a6[_0x5250cf(0xce)](_0x5250cf(0xdb));if(!_0x44da17)return!0x1;if(_0x44da17==_0x22ce2d[_0x5250cf(0xab)][_0x5250cf(0xd9)])return _0x5250cf(0xd9);if(_0x44da17==_0x22ce2d[_0x5250cf(0xab)][_0x5250cf(0xa6)])return _0x5250cf(0xa6);_0x5196a6=_0x5196a6[_0x5250cf(0x97)];}return!0x1;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x33947b=_0xa48c;(function(_0x2b7492,_0x416764){const _0x27c1ac=_0xa48c,_0xc1280c=_0x2b7492();while(!![]){try{const _0x37151e=-parseInt(_0x27c1ac(0x89))/0x1+parseInt(_0x27c1ac(0xa8))/0x2*(parseInt(_0x27c1ac(0x8d))/0x3)+-parseInt(_0x27c1ac(0xae))/0x4*(parseInt(_0x27c1ac(0xda))/0x5)+-parseInt(_0x27c1ac(0x93))/0x6+-parseInt(_0x27c1ac(0x94))/0x7+-parseInt(_0x27c1ac(0xca))/0x8+parseInt(_0x27c1ac(0xc3))/0x9*(parseInt(_0x27c1ac(0xc9))/0xa);if(_0x37151e===_0x416764)break;else _0xc1280c['push'](_0xc1280c['shift']());}catch(_0x709f92){_0xc1280c['push'](_0xc1280c['shift']());}}}(_0x3113,0xe79c4));import{Plugin as _0x30ca4f}from'ckeditor5/src/core.js';function _0x3113(){const _0x3f25ba=['12945030iDyzAQ','handleDescriptions','_findSuggestions','bind','listStart','_getTranslationKeyForListStyle','getFirstMarker','*Format:*\x20set\x20start\x20index\x20to\x20%0','start','type','registerPostFixer','attribute','find','toUpperCase','batch','getAttribute','ELEMENT_','square','has','_getAttributeKey','4874aKxhVT','*Remove\x20format:*\x20%0','formatBlock','config','locale','list.properties','4WsFtYA','document','_registerLegacyDescription','removeMarker','startIndex','data','model','descriptionFactory','listType','lower-latin','format','_LIST_','next','ListPropertiesEditing','key','decimal','TrackChangesEditing','isUndo','bulleted','reversed','default','33823260lbmxgH','styles','listStyle','upper-latin','enableDefaultAttributesIntegration','nodeAfter','10otUFyv','4492944XYDXdf','customNumbered','*Set\x20format:*\x20%0','commandParams','*Change\x20to:*\x20%0','registerBlockAttribute','oldValue','editor','upper-roman','_LIST_DEFAULT','head','listReversed','FORMAT_LIST_START','*Format:*\x20set\x20order\x20to\x20reversed','get','disc','5042600VDnTto','filter','circle','lower-roman','suggestion','registerAttributeLabel','newValue','afterInit','registerDescriptionCallback','commandName','decimal-leading-zero','64833RlAzPl','getSuggestions','getFirstRange','includes','2277gOKVkl','replace','numbered','plugins','*Format:*\x20set\x20order\x20to\x20regular','FORMAT_LIST_REVERSED','7049316CCvJNX'];_0x3113=function(){return _0x3f25ba;};return _0x3113();}function _0xa48c(_0x1fb6d2,_0xf483da){const _0x31136b=_0x3113();return _0xa48c=function(_0xa48cf,_0x5e0cf7){_0xa48cf=_0xa48cf-0x87;let _0x5aac29=_0x31136b[_0xa48cf];return _0x5aac29;},_0xa48c(_0x1fb6d2,_0xf483da);}import{getTranslation as _0x1d7b3c}from'../utils/common-translations.js';export default class ue extends _0x30ca4f{[_0x33947b(0xe1)](){const _0x2a978b=_0x33947b;if(!this[_0x2a978b(0xd1)][_0x2a978b(0x90)][_0x2a978b(0xa6)](_0x2a978b(0xbb)))return;const _0x27f6e5=this[_0x2a978b(0xd1)][_0x2a978b(0xab)][_0x2a978b(0xd8)](_0x2a978b(0xad)),_0x333038=this[_0x2a978b(0xd1)][_0x2a978b(0x90)][_0x2a978b(0xd8)](_0x2a978b(0xbe));_0x27f6e5[_0x2a978b(0xc4)]&&(_0x333038[_0x2a978b(0xc7)](_0x2a978b(0xc5)),_0x333038[_0x2a978b(0xcf)](_0x2a978b(0xc5))),_0x27f6e5[_0x2a978b(0xc1)]&&(_0x333038[_0x2a978b(0xc7)](_0x2a978b(0xd5)),_0x333038[_0x2a978b(0xcf)](_0x2a978b(0xd5))),_0x27f6e5[_0x2a978b(0xb2)]&&(_0x333038[_0x2a978b(0xc7)](_0x2a978b(0x98)),_0x333038[_0x2a978b(0xcf)](_0x2a978b(0x98)));const _0x5568d5={'type':_0x2a978b(0xb8),'content':''};_0x333038[_0x2a978b(0xb5)][_0x2a978b(0xe2)](this[_0x2a978b(0x95)][_0x2a978b(0x97)](this));const _0x519247=this[_0x2a978b(0xd1)][_0x2a978b(0xac)];_0x333038[_0x2a978b(0xb5)][_0x2a978b(0xdf)](_0x2a978b(0xd5),_0x1d7b3c(_0x519247,_0x2a978b(0x92))),_0x333038[_0x2a978b(0xb5)][_0x2a978b(0xe2)](_0x5008e3=>{const _0x240207=_0x2a978b,{data:_0x29d88b}=_0x5008e3;if(_0x29d88b&&_0x240207(0xd5)==_0x29d88b[_0x240207(0xbc)])return null==_0x29d88b[_0x240207(0xe0)]||0x0==_0x29d88b[_0x240207(0xe0)]&&null==_0x29d88b[_0x240207(0xd0)]?_0x5568d5:void 0x0;}),_0x333038[_0x2a978b(0xb5)][_0x2a978b(0xdf)](_0x2a978b(0x98),_0x1d7b3c(_0x519247,_0x2a978b(0xd6))),_0x333038[_0x2a978b(0xb5)][_0x2a978b(0xe2)](_0x44f1ff=>{const _0x25990b=_0x2a978b,{data:_0x1d5af3}=_0x44f1ff;if(_0x1d5af3&&_0x25990b(0x98)==_0x1d5af3[_0x25990b(0xbc)])return null==_0x1d5af3[_0x25990b(0xe0)]||0x1==_0x1d5af3[_0x25990b(0xe0)]&&null==_0x1d5af3[_0x25990b(0xd0)]?_0x5568d5:void 0x0;}),this[_0x2a978b(0xd1)][_0x2a978b(0xb4)][_0x2a978b(0xaf)][_0x2a978b(0x9e)](_0x584f32=>{const _0x36db4b=_0x2a978b;if(_0x584f32[_0x36db4b(0xa2)][_0x36db4b(0xbf)])return!0x1;let _0x505a6f=!0x1;const _0x579ae6=_0x333038[_0x36db4b(0x8a)]({'skipNotAttached':!0x0})[_0x36db4b(0xdb)](_0x13b373=>{const _0x57218c=_0x36db4b,_0x325477=_0x333038[_0x57218c(0xa7)](_0x13b373);return _0x57218c(0x98)==_0x325477||_0x57218c(0xd5)==_0x325477;});for(const _0x4d1012 of _0x579ae6){const _0x158b1a=_0x4d1012[_0x36db4b(0x8b)]()[_0x36db4b(0x9c)][_0x36db4b(0xc8)][_0x36db4b(0xa3)](_0x36db4b(0xb6));if(_0x36db4b(0x8f)==_0x158b1a||_0x36db4b(0xcb)==_0x158b1a)continue;_0x333038[_0x36db4b(0x96)](_0x4d1012[_0x36db4b(0x8b)](),_0x36db4b(0x9f))[_0x36db4b(0xa0)](_0x3da654=>_0x36db4b(0xb6)==_0x333038[_0x36db4b(0xa7)](_0x3da654[_0x36db4b(0xde)]))||(_0x584f32[_0x36db4b(0xb1)](_0x4d1012[_0x36db4b(0x9a)]()),_0x505a6f=!0x0);}return _0x505a6f;}),this[_0x2a978b(0xb0)]();}[_0x33947b(0x95)](_0x6b03cd){const _0x80e223=_0x33947b,_0x38bb65=this[_0x80e223(0xd1)][_0x80e223(0xac)],{data:_0x33be58}=_0x6b03cd,_0x41f7c0={'type':_0x80e223(0xb8),'content':''};if(!_0x33be58||_0x80e223(0xc5)!=_0x33be58[_0x80e223(0xbc)])return;if(!_0x33be58[_0x80e223(0xd0)])return _0x80e223(0xc2)==_0x33be58[_0x80e223(0xe0)]?_0x41f7c0:{'type':_0x80e223(0xb8),'content':''+_0x1d7b3c(_0x38bb65,_0x80e223(0xcc),_0x1d7b3c(_0x38bb65,this[_0x80e223(0x99)](_0x33be58[_0x80e223(0xe0)])))};if(!_0x33be58[_0x80e223(0xe0)]){if(_0x80e223(0xc2)==_0x33be58[_0x80e223(0xd0)])return _0x41f7c0;let _0x2749f2=_0x6b03cd[_0x80e223(0xd4)];for(;_0x2749f2;){if(_0x2749f2[_0x80e223(0xb3)]&&_0x80e223(0xb6)==_0x2749f2[_0x80e223(0xb3)][_0x80e223(0xbc)]&&_0x2749f2[_0x80e223(0xb3)][_0x80e223(0xe0)])return _0x41f7c0;_0x2749f2=_0x2749f2[_0x80e223(0xba)];}return{'type':_0x80e223(0xb8),'content':''+_0x1d7b3c(_0x38bb65,_0x80e223(0xa9),_0x1d7b3c(_0x38bb65,this[_0x80e223(0x99)](_0x33be58[_0x80e223(0xd0)])))};}if(_0x80e223(0xc2)!=_0x33be58[_0x80e223(0xe0)])return{'type':_0x80e223(0xb8),'content':''+_0x1d7b3c(_0x38bb65,_0x80e223(0xcc),_0x1d7b3c(_0x38bb65,this[_0x80e223(0x99)](_0x33be58[_0x80e223(0xe0)])))};let _0x8d5649=_0x6b03cd[_0x80e223(0xd4)];for(;_0x8d5649;){if(_0x8d5649[_0x80e223(0xb3)]&&_0x80e223(0xb6)==_0x8d5649[_0x80e223(0xb3)][_0x80e223(0xbc)]&&_0x8d5649[_0x80e223(0xb3)][_0x80e223(0xe0)]&&_0x8d5649[_0x80e223(0xb3)][_0x80e223(0xd0)])return _0x41f7c0;_0x8d5649=_0x8d5649[_0x80e223(0xba)];}const _0x376f9d=_0x6b03cd[_0x80e223(0x8b)]()[_0x80e223(0x9c)][_0x80e223(0xc8)][_0x80e223(0xa3)](_0x80e223(0xb6));return{'type':_0x80e223(0xb8),'content':_0x1d7b3c(_0x38bb65,_0x80e223(0xcc),_0x1d7b3c(_0x38bb65,_0x80e223(0xa4)+_0x376f9d[_0x80e223(0xa1)]()+_0x80e223(0xd3)))};}[_0x33947b(0xb0)](){const _0x3c0a14=_0x33947b,_0x2d7184=this[_0x3c0a14(0xd1)],_0x4ad04e=_0x2d7184[_0x3c0a14(0xac)];_0x2d7184[_0x3c0a14(0x90)][_0x3c0a14(0xd8)](_0x3c0a14(0xbe))[_0x3c0a14(0xb5)][_0x3c0a14(0xe2)](_0x11cfe0=>{const _0x4f7131=_0x3c0a14;if(_0x4f7131(0xaa)!=_0x11cfe0[_0x4f7131(0x9d)])return;const {data:_0x56ffa9}=_0x11cfe0;if(!_0x56ffa9)return;let _0x15b771,_0x59c306;switch(_0x56ffa9[_0x4f7131(0x87)]){case _0x4f7131(0xc5):_0x15b771=_0x4f7131(0xce),_0x59c306={'type':_0x4f7131(0xb8),'content':_0x1d7b3c(_0x4ad04e,_0x15b771,_0x1d7b3c(_0x4ad04e,this[_0x4f7131(0x99)](_0x56ffa9[_0x4f7131(0xcd)][0x0][_0x4f7131(0x9d)])))};break;case _0x4f7131(0xd5):_0x15b771=_0x56ffa9[_0x4f7131(0xcd)][0x0][_0x4f7131(0xc1)]?_0x4f7131(0xd7):_0x4f7131(0x91),_0x59c306={'type':_0x4f7131(0xb8),'content':_0x1d7b3c(_0x4ad04e,_0x15b771)};break;case _0x4f7131(0x98):_0x15b771=_0x4f7131(0x9b),_0x59c306={'type':_0x4f7131(0xb8),'content':_0x1d7b3c(_0x4ad04e,_0x15b771,_0x56ffa9[_0x4f7131(0xcd)][0x0][_0x4f7131(0xb2)])};}return _0x59c306;});}[_0x33947b(0x99)](_0x315af9){const _0x2ebdfa=_0x33947b;return _0x2ebdfa(0xa4)+function(_0x4b5487){const _0x407b57=_0x2ebdfa;if(pe[_0x407b57(0x8c)](_0x4b5487))return _0x407b57(0xc0);if(ye[_0x407b57(0x8c)](_0x4b5487))return _0x407b57(0x8f);return null;}(_0x315af9)[_0x2ebdfa(0xa1)]()+_0x2ebdfa(0xb9)+_0x315af9[_0x2ebdfa(0xa1)]()[_0x2ebdfa(0x8e)](/-/g,'_');}}const pe=[_0x33947b(0xd9),_0x33947b(0xdc),_0x33947b(0xa5)],ye=[_0x33947b(0xbd),_0x33947b(0x88),_0x33947b(0xdd),_0x33947b(0xd2),_0x33947b(0xb7),_0x33947b(0xc6)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x2ba8(_0x32471b,_0x43fad0){const _0x412262=_0x4122();return _0x2ba8=function(_0x2ba878,_0x5f1663){_0x2ba878=_0x2ba878-0x168;let _0x439519=_0x412262[_0x2ba878];return _0x439519;},_0x2ba8(_0x32471b,_0x43fad0);}const _0x7c5d59=_0x2ba8;(function(_0x41556b,_0x225756){const _0x3554fe=_0x2ba8,_0x876fb5=_0x41556b();while(!![]){try{const _0x35d9dc=parseInt(_0x3554fe(0x17b))/0x1*(parseInt(_0x3554fe(0x186))/0x2)+-parseInt(_0x3554fe(0x17a))/0x3+parseInt(_0x3554fe(0x172))/0x4+parseInt(_0x3554fe(0x18b))/0x5*(-parseInt(_0x3554fe(0x173))/0x6)+-parseInt(_0x3554fe(0x17d))/0x7*(-parseInt(_0x3554fe(0x179))/0x8)+parseInt(_0x3554fe(0x174))/0x9+-parseInt(_0x3554fe(0x176))/0xa;if(_0x35d9dc===_0x225756)break;else _0x876fb5['push'](_0x876fb5['shift']());}catch(_0xe21306){_0x876fb5['push'](_0x876fb5['shift']());}}}(_0x4122,0x7e80f));function _0x4122(){const _0xc56f11=['registerElementLabel','elementToElement','afterInit','70IpXrSi','editor','data','has','MediaEmbedEditing','85ETJSpS','for','descriptionFactory','div','showSuggestionHighlights','conversion','ELEMENT_MEDIA','media','downcastDispatcher','enableCommand','high','plugins','4084840kOVzaD','29064ViLyET','7499610MlAyum','TrackChangesEditing','24678750PjAQsQ','options','dataDowncast','2350792jluHPZ','2042010pqGfzG','28943MYYPuZ','get','21qpXSNC','stop','createEmptyElement','attribute:url:media','locale','mediaEmbed'];_0x4122=function(){return _0xc56f11;};return _0x4122();}import{Plugin as _0x58edbc}from'ckeditor5/src/core.js';import{getTranslation as _0x2cdb62}from'../utils/common-translations.js';export default class ft extends _0x58edbc{[_0x7c5d59(0x185)](){const _0x4ede75=_0x7c5d59,_0x341007=this[_0x4ede75(0x187)];if(!_0x341007[_0x4ede75(0x171)][_0x4ede75(0x189)](_0x4ede75(0x18a)))return;const _0x5ee7ac=_0x341007[_0x4ede75(0x171)][_0x4ede75(0x17c)](_0x4ede75(0x175)),_0x29ee33=_0x341007[_0x4ede75(0x181)];_0x5ee7ac[_0x4ede75(0x16f)](_0x4ede75(0x182)),_0x5ee7ac[_0x4ede75(0x168)][_0x4ede75(0x183)](_0x4ede75(0x16d),_0x3dec5d=>_0x2cdb62(_0x29ee33,_0x4ede75(0x16c),_0x3dec5d)),_0x341007[_0x4ede75(0x16b)][_0x4ede75(0x18c)](_0x4ede75(0x178))[_0x4ede75(0x184)]({'model':_0x4ede75(0x16d),'view':(_0x424bbd,{writer:_0x1d78f1,options:_0x3df7d8})=>{const _0x44e8a4=_0x4ede75;if(_0x3df7d8[_0x44e8a4(0x16a)])return _0x1d78f1[_0x44e8a4(0x17f)](_0x44e8a4(0x169));},'converterPriority':_0x4ede75(0x170)}),_0x341007[_0x4ede75(0x188)][_0x4ede75(0x16e)]['on'](_0x4ede75(0x180),(_0x30cfd5,_0x50dcf0,_0x2334bb)=>{const _0x34bb3a=_0x4ede75;_0x2334bb[_0x34bb3a(0x177)][_0x34bb3a(0x16a)]&&_0x30cfd5[_0x34bb3a(0x17e)]();},{'priority':_0x4ede75(0x170)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x209e(){const _0x59f831=['has','plugins','enableCommand','TrackChangesEditing','MentionEditing','176bUvkyP','21FxBiXS','editor','mention','400974TEbXcL','515110pZSIXA','677509DuXaZp','80648NLeKqa','571132BkQWov','999912Dzamew','37328JuZPdw','get','549OsBGGn','15DdaARZ','afterInit'];_0x209e=function(){return _0x59f831;};return _0x209e();}const _0x4e0952=_0x29b3;(function(_0x52252e,_0x23e888){const _0x4a9f2e=_0x29b3,_0x35917d=_0x52252e();while(!![]){try{const _0x45067f=parseInt(_0x4a9f2e(0x170))/0x1+parseInt(_0x4a9f2e(0x173))/0x2*(parseInt(_0x4a9f2e(0x16d))/0x3)+-parseInt(_0x4a9f2e(0x174))/0x4+parseInt(_0x4a9f2e(0x165))/0x5*(parseInt(_0x4a9f2e(0x175))/0x6)+-parseInt(_0x4a9f2e(0x172))/0x7+-parseInt(_0x4a9f2e(0x176))/0x8*(-parseInt(_0x4a9f2e(0x164))/0x9)+-parseInt(_0x4a9f2e(0x171))/0xa*(parseInt(_0x4a9f2e(0x16c))/0xb);if(_0x45067f===_0x23e888)break;else _0x35917d['push'](_0x35917d['shift']());}catch(_0x5a85d8){_0x35917d['push'](_0x35917d['shift']());}}}(_0x209e,0x62a6e));import{Plugin as _0x1d99fe}from'ckeditor5/src/core.js';function _0x29b3(_0xeea576,_0x4f3a11){const _0x209e1a=_0x209e();return _0x29b3=function(_0x29b3a8,_0x1c596d){_0x29b3a8=_0x29b3a8-0x164;let _0x382b4c=_0x209e1a[_0x29b3a8];return _0x382b4c;},_0x29b3(_0xeea576,_0x4f3a11);}export default class gt extends _0x1d99fe{[_0x4e0952(0x166)](){const _0x315a2=_0x4e0952,_0x3eeaf8=this[_0x315a2(0x16e)];_0x3eeaf8[_0x315a2(0x168)][_0x315a2(0x167)](_0x315a2(0x16b))&&_0x3eeaf8[_0x315a2(0x168)][_0x315a2(0x177)](_0x315a2(0x16a))[_0x315a2(0x169)](_0x315a2(0x16f));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1c69(_0x21069c,_0x534243){const _0x18e932=_0x18e9();return _0x1c69=function(_0x1c69f8,_0x4d842e){_0x1c69f8=_0x1c69f8-0xb1;let _0x5ee2c2=_0x18e932[_0x1c69f8];return _0x5ee2c2;},_0x1c69(_0x21069c,_0x534243);}const _0x5da3c9=_0x1c69;(function(_0x272de5,_0x534a5f){const _0x25a95f=_0x1c69,_0x43fb1e=_0x272de5();while(!![]){try{const _0x34f4cb=-parseInt(_0x25a95f(0xb6))/0x1+parseInt(_0x25a95f(0xc6))/0x2*(-parseInt(_0x25a95f(0xc5))/0x3)+-parseInt(_0x25a95f(0xbd))/0x4*(parseInt(_0x25a95f(0xb5))/0x5)+parseInt(_0x25a95f(0xc3))/0x6*(parseInt(_0x25a95f(0xc0))/0x7)+-parseInt(_0x25a95f(0xd4))/0x8+parseInt(_0x25a95f(0xce))/0x9+parseInt(_0x25a95f(0xb3))/0xa*(parseInt(_0x25a95f(0xc9))/0xb);if(_0x34f4cb===_0x534a5f)break;else _0x43fb1e['push'](_0x43fb1e['shift']());}catch(_0x59a54b){_0x43fb1e['push'](_0x43fb1e['shift']());}}}(_0x18e9,0xcf1ba));import{Plugin as _0x2a3b8d}from'ckeditor5/src/core.js';import{getTranslation as _0x5ee839}from'../utils/common-translations.js';function _0x18e9(){const _0x59a18b=['336bctCiy','editor','get','24972KkjEoL','newValue','3blXqxs','2071964yYYHTT','TrackChangesEditing','registerBlockAttribute','154HDDDcv','plugins','key','oldValue','handleDescriptions','7928604geipnt','next','MultiLevelList','head','ELEMENT_MULTI_LEVEL_LIST','format','2547224zTfeFE','enableDefaultAttributesIntegration','has','*Set\x20format:*\x20%0','2435810ceACwn','registerDescriptionCallback','3734570kHIsfk','1541253hLNQEG','descriptionFactory','data','multiLevelList','listMarkerStyle','locale','*Remove\x20format:*\x20%0','4ZRHwNI','afterInit','listType'];_0x18e9=function(){return _0x59a18b;};return _0x18e9();}export default class lt extends _0x2a3b8d{[_0x5da3c9(0xbe)](){const _0x4cec7a=_0x5da3c9,_0xdb72ae=this[_0x4cec7a(0xc1)],_0x56e0cc=_0xdb72ae[_0x4cec7a(0xca)][_0x4cec7a(0xc2)](_0x4cec7a(0xc7));_0xdb72ae[_0x4cec7a(0xca)][_0x4cec7a(0xb1)](_0x4cec7a(0xd0))&&(_0x56e0cc[_0x4cec7a(0xd5)](_0x4cec7a(0xb9)),_0x56e0cc[_0x4cec7a(0xc8)](_0x4cec7a(0xba)),_0x56e0cc[_0x4cec7a(0xb7)][_0x4cec7a(0xb4)](_0x3e7b21=>this[_0x4cec7a(0xcd)](_0x3e7b21)));}[_0x5da3c9(0xcd)](_0x1b9f24){const _0x91d602=_0x5da3c9,_0x56e8ba=this[_0x91d602(0xc1)][_0x91d602(0xbb)],{data:_0x4f8079}=_0x1b9f24,_0x45b70a={'type':_0x91d602(0xd3),'content':''};if(_0x4f8079&&_0x91d602(0xba)==_0x4f8079[_0x91d602(0xcb)]){if(!_0x4f8079[_0x91d602(0xcc)])return{'type':_0x91d602(0xd3),'content':_0x5ee839(_0x56e8ba,_0x91d602(0xb2),_0x5ee839(_0x56e8ba,_0x91d602(0xd2)))+'\x20('+_0x4f8079[_0x91d602(0xc4)]+')'};if(!_0x4f8079[_0x91d602(0xc4)]){let _0x3a17ee=_0x1b9f24[_0x91d602(0xd1)];for(;_0x3a17ee;){if(_0x3a17ee[_0x91d602(0xb8)]&&_0x91d602(0xbf)==_0x3a17ee[_0x91d602(0xb8)][_0x91d602(0xcb)]&&_0x3a17ee[_0x91d602(0xb8)][_0x91d602(0xc4)])return _0x45b70a;_0x3a17ee=_0x3a17ee[_0x91d602(0xcf)];}return{'type':_0x91d602(0xd3),'content':_0x5ee839(_0x56e8ba,_0x91d602(0xbc),_0x5ee839(_0x56e8ba,_0x91d602(0xd2)))+'\x20('+_0x4f8079[_0x91d602(0xcc)]+')'};}}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5d8146=_0x35a5;function _0x1cac(){const _0x31bc77=['1838498sZHfly','246824dOEXVg','2057olxkfG','90JmzXND','268188GzhFrj','editor','plugins','16628wQxddQ','3225300ipEsto','has','2408226iBSomm','ELEMENT_PAGE_BREAK','1RDimhk','635ursWXp','locale','enableCommand','TrackChangesEditing','descriptionFactory','pageBreak','get','registerElementLabel','14IfXEpD','17602150jCPUxf','PageBreakEditing','afterInit'];_0x1cac=function(){return _0x31bc77;};return _0x1cac();}(function(_0x170568,_0x40b97b){const _0x31e291=_0x35a5,_0xb10cf8=_0x170568();while(!![]){try{const _0x24940a=parseInt(_0x31e291(0x1fc))/0x1*(-parseInt(_0x31e291(0x1f0))/0x2)+parseInt(_0x31e291(0x1f8))/0x3+-parseInt(_0x31e291(0x1f7))/0x4*(parseInt(_0x31e291(0x1fd))/0x5)+parseInt(_0x31e291(0x1fa))/0x6*(-parseInt(_0x31e291(0x1ec))/0x7)+parseInt(_0x31e291(0x1f1))/0x8*(-parseInt(_0x31e291(0x1f3))/0x9)+-parseInt(_0x31e291(0x1ed))/0xa+parseInt(_0x31e291(0x1f2))/0xb*(parseInt(_0x31e291(0x1f4))/0xc);if(_0x24940a===_0x40b97b)break;else _0xb10cf8['push'](_0xb10cf8['shift']());}catch(_0x2cdaae){_0xb10cf8['push'](_0xb10cf8['shift']());}}}(_0x1cac,0xe4708));function _0x35a5(_0x48a77b,_0x48adc9){const _0x1cac68=_0x1cac();return _0x35a5=function(_0x35a582,_0x1bdc77){_0x35a582=_0x35a582-0x1e9;let _0x4c00dc=_0x1cac68[_0x35a582];return _0x4c00dc;},_0x35a5(_0x48a77b,_0x48adc9);}import{Plugin as _0x3013c0}from'ckeditor5/src/core.js';import{getTranslation as _0x4c7a01}from'../utils/common-translations.js';export default class mt extends _0x3013c0{[_0x5d8146(0x1ef)](){const _0x30b6c0=_0x5d8146,_0x4e336a=this[_0x30b6c0(0x1f5)];if(!_0x4e336a[_0x30b6c0(0x1f6)][_0x30b6c0(0x1f9)](_0x30b6c0(0x1ee)))return;_0x4e336a[_0x30b6c0(0x1f6)][_0x30b6c0(0x1ea)](_0x30b6c0(0x200))[_0x30b6c0(0x1ff)](_0x30b6c0(0x1e9));const _0xec2a5c=_0x4e336a[_0x30b6c0(0x1f6)][_0x30b6c0(0x1ea)](_0x30b6c0(0x200)),_0x3d6114=_0x4e336a[_0x30b6c0(0x1fe)];_0xec2a5c[_0x30b6c0(0x201)][_0x30b6c0(0x1eb)](_0x30b6c0(0x1e9),_0x19f94c=>_0x4c7a01(_0x3d6114,_0x30b6c0(0x1fb),_0x19f94c));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x3f0fa3=_0x755e;function _0x755e(_0x2d092a,_0x27cde8){const _0x27cf62=_0x27cf();return _0x755e=function(_0x755e3,_0x5ddbad){_0x755e3=_0x755e3-0xaa;let _0xb25788=_0x27cf62[_0x755e3];return _0xb25788;},_0x755e(_0x2d092a,_0x27cde8);}function _0x27cf(){const _0x33e10c=['downcastDispatcher','11FbZWsW','insertParagraph','type','registerElementLabel','data','*Change\x20to:*\x20%0','includes','$text','getItemLabel','createUIElement','markerRange','Paragraph','name','ELEMENT_PARAGRAPH','locale','mapper','isBlock','consumable','2131962pPtKiM','toViewPosition','1642503bnAaWx','registerDescriptionCallback','get','start','schema','82022HgMrsR','isTouching','9mlMvxl','enableDefaultAttributesIntegration','isLimit','has','showSuggestionHighlights','span','activeMarkers','addMarker:suggestion:insertion','610TXCVdK','insertion','375CPfIhG','editor','_registerLegacyDescription','options','getFirstRange','ck-suggestion-marker--active','nodeAfter','consume','commandName','format','markerName','formatBlock','157971cbwvOP','enableCommand','afterInit','end','2942080CraKjx','addClass','TrackChangesEditing','ck-suggestion-marker-split','42132qSxthW','bindElementToMarker','plugins','checkChild','descriptionFactory','paragraph','insert','4306288RDtTGa','editing','highest','writer','*Insert:*\x20%0','model'];_0x27cf=function(){return _0x33e10c;};return _0x27cf();}(function(_0x203ccc,_0x4db75d){const _0x5d4042=_0x755e,_0x3cd61e=_0x203ccc();while(!![]){try{const _0x48b2f3=parseInt(_0x5d4042(0xc8))/0x1*(parseInt(_0x5d4042(0xe1))/0x2)+-parseInt(_0x5d4042(0xdc))/0x3+parseInt(_0x5d4042(0xba))/0x4*(parseInt(_0x5d4042(0xed))/0x5)+parseInt(_0x5d4042(0xda))/0x6+parseInt(_0x5d4042(0xc1))/0x7+parseInt(_0x5d4042(0xb6))/0x8*(-parseInt(_0x5d4042(0xe3))/0x9)+parseInt(_0x5d4042(0xeb))/0xa*(-parseInt(_0x5d4042(0xb2))/0xb);if(_0x48b2f3===_0x4db75d)break;else _0x3cd61e['push'](_0x3cd61e['shift']());}catch(_0x45df0d){_0x3cd61e['push'](_0x3cd61e['shift']());}}}(_0x27cf,0x669e5));import{Plugin as _0x5eb33a}from'ckeditor5/src/core.js';import{getTranslation as _0x23af63}from'../utils/common-translations.js';export default class dt extends _0x5eb33a{[_0x3f0fa3(0xb4)](){const _0x3b9aeb=_0x3f0fa3,_0x467683=this[_0x3b9aeb(0xee)];if(!_0x467683[_0x3b9aeb(0xbc)][_0x3b9aeb(0xe6)](_0x3b9aeb(0xd3)))return;const _0x40041d=_0x467683[_0x3b9aeb(0xd6)],_0x227b3b=_0x467683[_0x3b9aeb(0xbc)][_0x3b9aeb(0xde)](_0x3b9aeb(0xb8));_0x227b3b[_0x3b9aeb(0xbe)][_0x3b9aeb(0xcb)](_0x3b9aeb(0xbf),_0x19f6bc=>_0x23af63(_0x40041d,_0x3b9aeb(0xd5),_0x19f6bc)),_0x227b3b[_0x3b9aeb(0xe4)](_0x3b9aeb(0xbf)),_0x227b3b[_0x3b9aeb(0xb3)](_0x3b9aeb(0xc9)),_0x467683[_0x3b9aeb(0xc2)][_0x3b9aeb(0xc7)]['on'](_0x3b9aeb(0xea),nr(_0x467683),{'priority':_0x3b9aeb(0xc3)}),_0x467683[_0x3b9aeb(0xcc)][_0x3b9aeb(0xc7)]['on'](_0x3b9aeb(0xea),(_0x28a709,_0x431495,_0x58b73a)=>{const _0x37d5f4=_0x3b9aeb;_0x58b73a[_0x37d5f4(0xf0)][_0x37d5f4(0xe7)]&&nr(_0x467683,{'showActiveMarker':!0x1})(_0x28a709,_0x431495,_0x58b73a);},{'priority':_0x3b9aeb(0xc3)});const _0x46fdf3=_0x227b3b[_0x3b9aeb(0xbe)];_0x46fdf3[_0x3b9aeb(0xdd)](_0x17a701=>{const _0x1743b6=_0x3b9aeb;if(_0x1743b6(0xec)!==_0x17a701[_0x1743b6(0xca)])return;const {start:_0x57bc72,end:_0x84b3a7}=_0x17a701[_0x1743b6(0xaa)]();if(!_0x57bc72[_0x1743b6(0xe2)](_0x84b3a7)||!_0x57bc72[_0x1743b6(0xac)])return;const _0x46c86e=_0x467683[_0x1743b6(0xc6)][_0x1743b6(0xe0)],_0x226eb8=_0x57bc72[_0x1743b6(0xac)];return _0x46c86e[_0x1743b6(0xd8)](_0x226eb8)&&!_0x46c86e[_0x1743b6(0xe5)](_0x226eb8)&&_0x46c86e[_0x1743b6(0xbd)](_0x226eb8,_0x1743b6(0xcf))?{'type':_0x1743b6(0xec),'content':_0x23af63(_0x40041d,_0x1743b6(0xc5),_0x46fdf3[_0x1743b6(0xd0)](_0x226eb8,0x1))}:void 0x0;}),this[_0x3b9aeb(0xef)]();}[_0x3f0fa3(0xef)](){const _0x205748=_0x3f0fa3,_0x971aaa=this[_0x205748(0xee)],_0x29916f=_0x971aaa[_0x205748(0xd6)];_0x971aaa[_0x205748(0xbc)][_0x205748(0xde)](_0x205748(0xb8))[_0x205748(0xbe)][_0x205748(0xdd)](_0x2508c7=>{const _0x2f0436=_0x205748;if(_0x2f0436(0xb1)!=_0x2508c7[_0x2f0436(0xca)])return;const {data:_0x56f8a8}=_0x2508c7;return _0x56f8a8&&_0x2f0436(0xbf)==_0x56f8a8[_0x2f0436(0xae)]?{'type':_0x2f0436(0xaf),'content':_0x23af63(_0x29916f,_0x2f0436(0xcd),_0x23af63(_0x29916f,_0x2f0436(0xd5)))}:void 0x0;});}}function nr(_0xf0075,{showActiveMarker:_0x3cae47=!0x0}={}){return(_0x289e99,_0xc11779,_0x138354)=>{const _0x172357=_0x755e,_0x4f81fb=_0xf0075[_0x172357(0xbc)][_0x172357(0xde)](_0x172357(0xb8)),_0x247fb7=_0xc11779[_0x172357(0xd2)][_0x172357(0xdf)],_0x1dd9e5=_0xc11779[_0x172357(0xd2)][_0x172357(0xb5)],_0x8baca0=_0xf0075[_0x172357(0xc6)][_0x172357(0xe0)];if(!_0x247fb7[_0x172357(0xe2)](_0x1dd9e5)||!_0x247fb7[_0x172357(0xac)])return;const _0x2f9952=_0x247fb7[_0x172357(0xac)];if(_0x8baca0[_0x172357(0xd8)](_0x2f9952)&&!_0x8baca0[_0x172357(0xe5)](_0x2f9952)&&_0x8baca0[_0x172357(0xbd)](_0x2f9952,_0x172357(0xcf))){if(!_0x138354[_0x172357(0xd9)][_0x172357(0xad)](_0xc11779[_0x172357(0xd2)],_0x289e99[_0x172357(0xd4)]))return;const _0x5d3fd5=_0x138354[_0x172357(0xc4)][_0x172357(0xd1)](_0x172357(0xe8),{'class':_0x172357(0xb9)}),_0x299182=_0x138354[_0x172357(0xd7)][_0x172357(0xdb)](_0x1dd9e5);_0x3cae47&&_0x4f81fb[_0x172357(0xe9)][_0x172357(0xce)](_0xc11779[_0x172357(0xb0)])&&_0x138354[_0x172357(0xc4)][_0x172357(0xb7)](_0x172357(0xab),_0x5d3fd5),_0x138354[_0x172357(0xc4)][_0x172357(0xc0)](_0x299182,_0x5d3fd5),_0x138354[_0x172357(0xd7)][_0x172357(0xbb)](_0x5d3fd5,_0xc11779[_0x172357(0xb0)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x327bac=_0x4cda;function _0x26a7(){const _0x235232=['2062053UOFRRq','has','RemoveFormatEditing','formatBlock','63277vNbaKC','512200GpZVvr','plugins','5Fhnnmi','editor','get','542382QFMbKo','commandName','enableDefaultAttributesIntegration','removeFormat','73028sZPmpt','locale','registerDescriptionCallback','format','descriptionFactory','formatInline','TrackChangesEditing','_registerLegacyDescription','*Remove\x20all\x20formatting*','type','4CaCKhG','afterInit','886886wpkOGk','181734FhZfoY'];_0x26a7=function(){return _0x235232;};return _0x26a7();}(function(_0x125508,_0x209d66){const _0x26f00a=_0x4cda,_0x12b391=_0x125508();while(!![]){try{const _0x11fcfc=parseInt(_0x26f00a(0xc4))/0x1+-parseInt(_0x26f00a(0xb2))/0x2+-parseInt(_0x26f00a(0xca))/0x3*(parseInt(_0x26f00a(0xbc))/0x4)+parseInt(_0x26f00a(0xc7))/0x5*(-parseInt(_0x26f00a(0xbf))/0x6)+parseInt(_0x26f00a(0xbe))/0x7+-parseInt(_0x26f00a(0xc5))/0x8+parseInt(_0x26f00a(0xc0))/0x9;if(_0x11fcfc===_0x209d66)break;else _0x12b391['push'](_0x12b391['shift']());}catch(_0x43c7bc){_0x12b391['push'](_0x12b391['shift']());}}}(_0x26a7,0x1a3ce));import{Plugin as _0x274bbc}from'ckeditor5/src/core.js';import{getTranslation as _0x460c33}from'../utils/common-translations.js';function _0x4cda(_0x5cae71,_0x563143){const _0x26a79d=_0x26a7();return _0x4cda=function(_0x4cda28,_0x392210){_0x4cda28=_0x4cda28-0xb1;let _0x3963f6=_0x26a79d[_0x4cda28];return _0x3963f6;},_0x4cda(_0x5cae71,_0x563143);}export default class pt extends _0x274bbc{[_0x327bac(0xbd)](){const _0x434339=_0x327bac,_0x5d5ab2=this[_0x434339(0xc8)];if(!_0x5d5ab2[_0x434339(0xc6)][_0x434339(0xc1)](_0x434339(0xc2)))return;_0x5d5ab2[_0x434339(0xc6)][_0x434339(0xc9)](_0x434339(0xb8))[_0x434339(0xcc)](_0x434339(0xb1)),this[_0x434339(0xb9)]();}[_0x327bac(0xb9)](){const _0x2ca107=_0x327bac,_0x6b193e=this[_0x2ca107(0xc8)];_0x6b193e[_0x2ca107(0xc6)][_0x2ca107(0xc9)](_0x2ca107(0xb8))[_0x2ca107(0xb6)][_0x2ca107(0xb4)](_0x59d669=>{const _0x2b9cd1=_0x2ca107;if(_0x2b9cd1(0xc3)!=_0x59d669[_0x2b9cd1(0xbb)]&&_0x2b9cd1(0xb7)!=_0x59d669[_0x2b9cd1(0xbb)])return;const {data:_0x53ee7c}=_0x59d669;return _0x53ee7c&&_0x2b9cd1(0xb1)==_0x53ee7c[_0x2b9cd1(0xcb)]?{'type':_0x2b9cd1(0xb5),'content':_0x460c33(_0x6b193e[_0x2b9cd1(0xb3)],_0x2b9cd1(0xba))}:void 0x0;});}}
|