@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240729.0 → 0.0.0-nightly-20240731.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +32 -3
- package/dist/ui/view/suggestionthreadview.d.ts +16 -9
- package/dist/utils/utils.d.ts +7 -0
- package/lang/contexts.json +2 -0
- package/package.json +10 -10
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/mergefields.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +32 -3
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +16 -9
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +7 -0
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x234417=_0xc0bf;function _0x3dbd(){const _0x20c3e8=['convertInlineImageToBlock','16720iKpEXT','5XeuGfF','nodeBefore','2938672btsEHm','type','formatInline','filter','descriptionFactory','normalizedStyles','*Format:*\x20%0','getClosestSelectedImageElement','differ','imageTypeInline','head','_findSuggestions','3833830wYJWNW','start','TrackChangesEditing','_suggestionFactory','registerDescriptionCallback','format','78HyZhXd','chain','side','ImageUtils','discard','isInlineImage','imageStylePostApply','findIndex','discardSuggestion','isOwn','has','isInContent','formatBlock','afterInit','selection','change','from','editor','getContainedElement','end','suggestion','document','registerCustomCallback','forEach','getSuggestionCallback','shouldConvertImageType','accept','isEqual','commands','toLowerCase','388134izSGio','enableCommand','imageCaption','plugins','model','getSuggestions','markBlockFormat','isIntersecting','get','imageTypeBlock','isBefore','createRangeOn','length','registerPostFixer','locale','newRange','getChangedMarkers','setImageNaturalSizeAttributes','getSuggestion','hasSuggestion','value','_registerLegacyDescription','88936EdTEsK','commandReversedParams','join','FORMAT_SIDE_IMAGE','imageStylePreApply','title','commandParams','author','insertion','2035992abIQng','getFirstRange','refresh','nodeAfter','imageStyle','319245JmtNlF','ImageStyleEditing','name','subType','commandName','_splitMarkerName','next','isBlockImage','Users','markInlineFormat','9fxUkTa'];_0x3dbd=function(){return _0x20c3e8;};return _0x3dbd();}(function(_0x283b84,_0x584bce){const _0x437ec7=_0xc0bf,_0x492abb=_0x283b84();while(!![]){try{const _0x4c124b=parseInt(_0x437ec7(0x14e))/0x1*(-parseInt(_0x437ec7(0x196))/0x2)+parseInt(_0x437ec7(0x180))/0x3+-parseInt(_0x437ec7(0x14d))/0x4+-parseInt(_0x437ec7(0x141))/0x5*(-parseInt(_0x437ec7(0x162))/0x6)+-parseInt(_0x437ec7(0x13c))/0x7+-parseInt(_0x437ec7(0x150))/0x8+-parseInt(_0x437ec7(0x14b))/0x9*(-parseInt(_0x437ec7(0x15c))/0xa);if(_0x4c124b===_0x584bce)break;else _0x492abb['push'](_0x492abb['shift']());}catch(_0x49ad59){_0x492abb['push'](_0x492abb['shift']());}}}(_0x3dbd,0x6fd68));function _0xc0bf(_0x5b7a64,_0x1dd198){const _0x3dbdcf=_0x3dbd();return _0xc0bf=function(_0xc0bfdc,_0x565dff){_0xc0bfdc=_0xc0bfdc-0x134;let _0xab9534=_0x3dbdcf[_0xc0bfdc];return _0xab9534;},_0xc0bf(_0x5b7a64,_0x1dd198);}import{Plugin as _0x1b5bdd}from'ckeditor5/src/core.js';import{uid as _0x33900d}from'ckeditor5/src/utils.js';import{getTranslation as _0x3d2dae}from'../utils/common-translations.js';export default class nt extends _0x1b5bdd{[_0x234417(0x16f)](){const _0x4a6215=_0x234417,_0x3b8a82=this[_0x4a6215(0x173)];if(!_0x3b8a82[_0x4a6215(0x183)][_0x4a6215(0x16c)](_0x4a6215(0x142)))return;const _0xd0b5bc=_0x3b8a82[_0x4a6215(0x183)][_0x4a6215(0x188)](_0x4a6215(0x15e)),_0x3ac6f2=_0x3b8a82[_0x4a6215(0x183)][_0x4a6215(0x188)](_0x4a6215(0x165)),_0x229a00={};_0xd0b5bc[_0x4a6215(0x181)](_0x4a6215(0x140),(_0x179eed,_0x2064de)=>{const _0xa68788=_0x4a6215,_0x268106=_0x3b8a82[_0xa68788(0x183)][_0xa68788(0x188)](_0xa68788(0x149))['me'],_0x1101ee=_0x3b8a82[_0xa68788(0x17e)][_0xa68788(0x188)](_0xa68788(0x140));let _0xc94061=_0x3ac6f2[_0xa68788(0x157)](_0x3b8a82[_0xa68788(0x184)][_0xa68788(0x177)][_0xa68788(0x170)]),_0xb125b6=_0x3b8a82[_0xa68788(0x184)][_0xa68788(0x18b)](_0xc94061),_0x19b381=_0x1101ee[_0xa68788(0x194)];if(_0x19b381==_0x2064de[_0xa68788(0x194)])return;const _0x3b569c={'commandName':_0xa68788(0x140),'commandParams':[_0x2064de],'formatGroupId':_0x33900d()};_0x3b8a82[_0xa68788(0x184)][_0xa68788(0x171)](()=>{const _0x37c605=_0xa68788;if(_0xd0b5bc[_0x37c605(0x185)]()[_0x37c605(0x153)](_0x1ed8fe=>_0x1ed8fe[_0x37c605(0x16d)]&&_0x268106==_0x1ed8fe[_0x37c605(0x13a)]&&(_0x37c605(0x16e)==_0x1ed8fe[_0x37c605(0x151)]||_0x37c605(0x152)==_0x1ed8fe[_0x37c605(0x151)])&&(_0x37c605(0x137)==_0x1ed8fe[_0x37c605(0x144)]||_0x37c605(0x168)==_0x1ed8fe[_0x37c605(0x144)])&&_0x1ed8fe[_0x37c605(0x13d)]()[_0x37c605(0x17d)](_0xb125b6))[_0x37c605(0x179)](_0x114f48=>_0xd0b5bc[_0x37c605(0x16a)](_0x114f48[_0x37c605(0x15a)])),_0xc94061=_0x3ac6f2[_0x37c605(0x157)](_0x3b8a82[_0x37c605(0x184)][_0x37c605(0x177)][_0x37c605(0x170)]),_0xb125b6=_0x3b8a82[_0x37c605(0x184)][_0x37c605(0x18b)](_0xc94061),_0x1101ee[_0x37c605(0x13e)](),_0x3b8a82[_0x37c605(0x17e)][_0x37c605(0x188)](_0x37c605(0x159))[_0x37c605(0x13e)](),_0x3b8a82[_0x37c605(0x17e)][_0x37c605(0x188)](_0x37c605(0x189))[_0x37c605(0x13e)](),_0x19b381=_0x1101ee[_0x37c605(0x194)],_0x19b381!=_0x2064de[_0x37c605(0x194)])return _0x3ac6f2[_0x37c605(0x167)](_0xc94061)&&_0x1101ee[_0x37c605(0x17b)](_0x2064de[_0x37c605(0x194)],_0xc94061)?(_0x179eed({..._0x2064de,'setImageSizes':!0x1}),_0xc94061=_0x3ac6f2[_0x37c605(0x157)](_0x3b8a82[_0x37c605(0x184)][_0x37c605(0x177)][_0x37c605(0x170)]),void _0xd0b5bc[_0x37c605(0x186)](_0xc94061,{..._0x3b569c,'commandReversedParams':[{'value':_0x19b381||null,'setImageSizes':!0x1}]},[],_0x37c605(0x137))):void(_0x3ac6f2[_0x37c605(0x148)](_0xc94061)?_0xd0b5bc[_0x37c605(0x186)](_0xc94061,_0x3b569c,[],_0x37c605(0x168)):_0xd0b5bc[_0x37c605(0x14a)](_0xb125b6,_0x3b569c,_0x37c605(0x168)));});});for(const _0x2eeed8 of _0x3b8a82[_0x4a6215(0x183)][_0x4a6215(0x188)](_0x4a6215(0x142))[_0x4a6215(0x155)])_0x229a00[_0x2eeed8[_0x4a6215(0x143)]]=_0x2eeed8[_0x4a6215(0x138)][_0x4a6215(0x17f)]();_0xd0b5bc[_0x4a6215(0x15f)][_0x4a6215(0x178)](_0x4a6215(0x16e),_0x4a6215(0x137),_0x4a6215(0x135),()=>!0x1),_0xd0b5bc[_0x4a6215(0x15f)][_0x4a6215(0x178)](_0x4a6215(0x16e),_0x4a6215(0x168),_0x4a6215(0x135),()=>!0x1),_0xd0b5bc[_0x4a6215(0x15f)][_0x4a6215(0x178)](_0x4a6215(0x152),_0x4a6215(0x168),_0x4a6215(0x135),()=>!0x1),_0xd0b5bc[_0x4a6215(0x15f)][_0x4a6215(0x178)](_0x4a6215(0x16e),_0x4a6215(0x137),_0x4a6215(0x17c),([_0x3b303f])=>{const _0x5c6880=_0x4a6215;_0x3ac6f2[_0x5c6880(0x191)](_0x3b303f[_0x5c6880(0x174)]());}),_0xd0b5bc[_0x4a6215(0x15f)][_0x4a6215(0x178)](_0x4a6215(0x16e),_0x4a6215(0x137),_0x4a6215(0x166),(_0x1c3688,_0x4739fb)=>{const _0xc25d18=_0x4a6215;_0xd0b5bc[_0xc25d18(0x15f)][_0xc25d18(0x17a)](_0xc25d18(0x16e),'',_0xc25d18(0x17c))(_0x1c3688,{'commandName':_0x4739fb[_0xc25d18(0x145)],'commandParams':_0x4739fb[_0xc25d18(0x134)]});}),_0xd0b5bc[_0x4a6215(0x15f)][_0x4a6215(0x178)](_0x4a6215(0x16e),_0x4a6215(0x137),_0x4a6215(0x163),function(_0x40554c,_0x574780){if(_0x5d5722(_0x40554c,_0x574780))return[_0x40554c,_0x574780];if(_0x5d5722(_0x574780,_0x40554c))return[_0x574780,_0x40554c];return null;});const _0x4a94a4=[{'type':_0x4a6215(0x16e),'subType':_0x4a6215(0x137)},{'type':_0x4a6215(0x13b),'subType':_0x4a6215(0x182)},{'type':_0x4a6215(0x16e),'subType':_0x4a6215(0x14c)},{'type':_0x4a6215(0x13b),'subType':_0x4a6215(0x14c)}];function _0x5d5722(_0x1006ec,_0x4ccfdb){const _0x1ecf1d=_0x4a6215,_0x341266=_0x4a94a4[_0x1ecf1d(0x169)](({type:_0x456491,subType:_0x173494})=>_0x1006ec[_0x1ecf1d(0x151)]==_0x456491&&_0x1006ec[_0x1ecf1d(0x144)]==_0x173494),_0x1e5ef8=_0x4a94a4[_0x1ecf1d(0x169)](({type:_0x9ce855,subType:_0x5012a6})=>_0x4ccfdb[_0x1ecf1d(0x151)]==_0x9ce855&&_0x4ccfdb[_0x1ecf1d(0x144)]==_0x5012a6);if(_0x341266<0x0||_0x1e5ef8<0x0)return!0x1;const _0x3766de=_0x1006ec[_0x1ecf1d(0x13d)](),_0xc29ec1=_0x4ccfdb[_0x1ecf1d(0x13d)]();if((0x0==_0x341266||0x1==_0x341266)&&0x2==_0x1e5ef8&&_0x3766de[_0x1ecf1d(0x187)](_0xc29ec1))return!0x0;if(0x2==_0x341266&&0x3==_0x1e5ef8){const _0x4960dc=_0xd0b5bc[_0x1ecf1d(0x15b)](_0x3766de,_0x1ecf1d(0x13b))[_0x1ecf1d(0x153)](({suggestion:_0x52fd3e,meta:_0x3a13d0})=>_0x3a13d0[_0x1ecf1d(0x16b)]&&_0x1ecf1d(0x14c)==_0x52fd3e[_0x1ecf1d(0x144)]);if(_0x4960dc[_0x1ecf1d(0x18c)]>0x1&&_0xc29ec1[_0x1ecf1d(0x175)][_0x1ecf1d(0x17d)](_0x3766de[_0x1ecf1d(0x15d)]))return!0x0;if(0x1==_0x4960dc[_0x1ecf1d(0x18c)]&&(_0x3766de[_0x1ecf1d(0x15d)][_0x1ecf1d(0x17d)](_0xc29ec1[_0x1ecf1d(0x175)])||_0x3766de[_0x1ecf1d(0x175)][_0x1ecf1d(0x17d)](_0xc29ec1[_0x1ecf1d(0x15d)])))return!0x0;}if(0x3==_0x341266&&0x3==_0x1e5ef8&&_0x3766de[_0x1ecf1d(0x15d)][_0x1ecf1d(0x18a)](_0xc29ec1[_0x1ecf1d(0x15d)])){const _0x164e40=_0x3766de[_0x1ecf1d(0x175)][_0x1ecf1d(0x13f)],_0xadbb0c=_0xc29ec1[_0x1ecf1d(0x15d)][_0x1ecf1d(0x14f)];return _0x3ac6f2[_0x1ecf1d(0x148)](_0x164e40)&&_0x164e40===_0xadbb0c;}return!0x1;}_0x3b8a82[_0x4a6215(0x184)][_0x4a6215(0x177)][_0x4a6215(0x18d)](()=>{const _0x349872=_0x4a6215;let _0xefdcb8=!0x1;const _0x4f52a7=Array[_0x349872(0x172)](_0x3b8a82[_0x349872(0x184)][_0x349872(0x177)][_0x349872(0x158)][_0x349872(0x190)]());for(const {name:_0x359045,data:_0x585742}of _0x4f52a7){const {group:_0x1fc21e,type:_0x76a4e4,subType:_0x39d702,id:_0x3a8c1b}=_0xd0b5bc[_0x349872(0x146)](_0x359045);if(_0x349872(0x176)==_0x1fc21e&&_0xd0b5bc[_0x349872(0x193)](_0x3a8c1b)){if(_0x349872(0x16e)==_0x76a4e4&&(_0x349872(0x137)==_0x39d702||_0x349872(0x168)==_0x39d702)){const _0x579392=_0xd0b5bc[_0x349872(0x192)](_0x3a8c1b);if(_0x585742[_0x349872(0x18f)]){const _0x252d62=_0x579392[_0x349872(0x13d)]()[_0x349872(0x174)]();if(_0x3ac6f2[_0x349872(0x148)](_0x252d62))continue;_0xd0b5bc[_0x349872(0x16a)](_0x579392),_0xefdcb8=!0x0;}}if(_0x349872(0x13b)==_0x76a4e4&&_0x349872(0x182)==_0x39d702&&!_0x585742[_0x349872(0x18f)]){const _0x5d698d=_0xd0b5bc[_0x349872(0x192)](_0x3a8c1b);_0x5d698d[_0x349872(0x147)]&&_0x5d698d[_0x349872(0x147)][_0x349872(0x16d)]&&(_0xd0b5bc[_0x349872(0x16a)](_0x5d698d[_0x349872(0x147)]),_0xefdcb8=!0x0);}}}return _0xefdcb8;}),this[_0x4a6215(0x195)](_0x229a00);}[_0x234417(0x195)](_0x2aca6d){const _0xf667ea=_0x234417,_0x4bb35f=this[_0xf667ea(0x173)],_0xab5c29=_0x4bb35f[_0xf667ea(0x18e)];_0x4bb35f[_0xf667ea(0x183)][_0xf667ea(0x188)](_0xf667ea(0x15e))[_0xf667ea(0x154)][_0xf667ea(0x160)](_0x4369b1=>{const _0x10fad2=_0xf667ea;if(_0x10fad2(0x16e)!=_0x4369b1[_0x10fad2(0x151)]&&_0x10fad2(0x152)!=_0x4369b1[_0x10fad2(0x151)])return;const {data:_0x112043}=_0x4369b1;if(!_0x112043||_0x10fad2(0x140)!=_0x112043[_0x10fad2(0x145)])return;const _0x46c50e=_0x112043[_0x10fad2(0x139)][0x0][_0x10fad2(0x194)];return _0x42fd1e(_0x10fad2(0x164)===_0x46c50e?_0x3d2dae(_0xab5c29,_0x10fad2(0x136)):_0x2aca6d[_0x46c50e]||_0x46c50e);function _0x42fd1e(_0x1e6942){const _0x144879=_0x10fad2;return{'type':_0x144879(0x161),'content':_0x3d2dae(_0xab5c29,_0x144879(0x156),_0x1e6942)};}});}}
|
|
23
|
+
function _0x1693(_0x2cc123,_0x17bbad){const _0x56fe08=_0x56fe();return _0x1693=function(_0x169326,_0x49ea9a){_0x169326=_0x169326-0x134;let _0x5512f8=_0x56fe08[_0x169326];return _0x5512f8;},_0x1693(_0x2cc123,_0x17bbad);}const _0x59791e=_0x1693;(function(_0x3b2699,_0x59f67a){const _0x30cd9a=_0x1693,_0x3a52e9=_0x3b2699();while(!![]){try{const _0x473405=-parseInt(_0x30cd9a(0x18e))/0x1*(parseInt(_0x30cd9a(0x171))/0x2)+parseInt(_0x30cd9a(0x194))/0x3+-parseInt(_0x30cd9a(0x170))/0x4*(parseInt(_0x30cd9a(0x178))/0x5)+-parseInt(_0x30cd9a(0x15d))/0x6*(-parseInt(_0x30cd9a(0x15e))/0x7)+parseInt(_0x30cd9a(0x176))/0x8*(-parseInt(_0x30cd9a(0x13c))/0x9)+parseInt(_0x30cd9a(0x179))/0xa*(parseInt(_0x30cd9a(0x165))/0xb)+parseInt(_0x30cd9a(0x14e))/0xc*(parseInt(_0x30cd9a(0x168))/0xd);if(_0x473405===_0x59f67a)break;else _0x3a52e9['push'](_0x3a52e9['shift']());}catch(_0x79c35){_0x3a52e9['push'](_0x3a52e9['shift']());}}}(_0x56fe,0x8c448));import{Plugin as _0x20a49c}from'ckeditor5/src/core.js';function _0x56fe(){const _0x475edb=['enableCommand','shouldConvertImageType','getSuggestion','filter','*Format:*\x20%0','chain','hasSuggestion','7561QTaDxO','name','from','isBefore','nodeAfter','ImageUtils','204534svvYWO','insertion','author','has','format','normalizedStyles','refresh','getSuggestions','imageStyle','createRangeOn','editor','imageStylePostApply','get','TrackChangesEditing','36WxIVZh','registerPostFixer','plugins','commandParams','title','findIndex','registerDescriptionCallback','model','FORMAT_SIDE_IMAGE','nodeBefore','newRange','_findSuggestions','imageTypeInline','convertInlineImageToBlock','document','next','Users','getSuggestionCallback','12yhVVLB','commandName','start','imageTypeBlock','end','isOwn','join','toLowerCase','markInlineFormat','_splitMarkerName','type','descriptionFactory','length','registerCustomCallback','isEqual','12kVmOOQ','551201SvXRnq','getContainedElement','imageCaption','formatBlock','selection','change','suggestion','372185hmrrgl','locale','getChangedMarkers','15465931GuQlpY','formatInline','head','isIntersecting','markBlockFormat','afterInit','commandReversedParams','getClosestSelectedImageElement','4YnBqnA','122TUrXRh','differ','imageStylePreApply','accept','_suggestionFactory','1190440ayoeWO','commands','1459495DMZfUn','150ytrzNs','side','value','discard','isBlockImage','ImageStyleEditing','_registerLegacyDescription','setImageNaturalSizeAttributes','discardSuggestion','isInlineImage','isInContent','getFirstRange','subType','forEach'];_0x56fe=function(){return _0x475edb;};return _0x56fe();}import{uid as _0x322a48}from'ckeditor5/src/utils.js';import{getTranslation as _0x5dae56}from'../utils/common-translations.js';export default class rt extends _0x20a49c{[_0x59791e(0x16d)](){const _0x38fd22=_0x59791e,_0x3a4cc0=this[_0x38fd22(0x138)];if(!_0x3a4cc0[_0x38fd22(0x13e)][_0x38fd22(0x197)](_0x38fd22(0x17e)))return;const _0x91fc9b=_0x3a4cc0[_0x38fd22(0x13e)][_0x38fd22(0x13a)](_0x38fd22(0x13b)),_0x53f66b=_0x3a4cc0[_0x38fd22(0x13e)][_0x38fd22(0x13a)](_0x38fd22(0x193)),_0x221eb4={};_0x91fc9b[_0x38fd22(0x187)](_0x38fd22(0x136),(_0x1aba75,_0x23c266)=>{const _0x374c31=_0x38fd22,_0x14170d=_0x3a4cc0[_0x374c31(0x13e)][_0x374c31(0x13a)](_0x374c31(0x14c))['me'],_0x265d23=_0x3a4cc0[_0x374c31(0x177)][_0x374c31(0x13a)](_0x374c31(0x136));let _0x446886=_0x53f66b[_0x374c31(0x16f)](_0x3a4cc0[_0x374c31(0x143)][_0x374c31(0x14a)][_0x374c31(0x162)]),_0x4175d9=_0x3a4cc0[_0x374c31(0x143)][_0x374c31(0x137)](_0x446886),_0x37b082=_0x265d23[_0x374c31(0x17b)];if(_0x37b082==_0x23c266[_0x374c31(0x17b)])return;const _0x59954a={'commandName':_0x374c31(0x136),'commandParams':[_0x23c266],'formatGroupId':_0x322a48()};_0x3a4cc0[_0x374c31(0x143)][_0x374c31(0x163)](()=>{const _0x5800fe=_0x374c31;if(_0x91fc9b[_0x5800fe(0x135)]()[_0x5800fe(0x18a)](_0x333824=>_0x333824[_0x5800fe(0x183)]&&_0x14170d==_0x333824[_0x5800fe(0x196)]&&(_0x5800fe(0x161)==_0x333824[_0x5800fe(0x158)]||_0x5800fe(0x169)==_0x333824[_0x5800fe(0x158)])&&(_0x5800fe(0x173)==_0x333824[_0x5800fe(0x185)]||_0x5800fe(0x139)==_0x333824[_0x5800fe(0x185)])&&_0x333824[_0x5800fe(0x184)]()[_0x5800fe(0x15c)](_0x4175d9))[_0x5800fe(0x186)](_0x4ce34e=>_0x91fc9b[_0x5800fe(0x181)](_0x4ce34e[_0x5800fe(0x16a)])),_0x446886=_0x53f66b[_0x5800fe(0x16f)](_0x3a4cc0[_0x5800fe(0x143)][_0x5800fe(0x14a)][_0x5800fe(0x162)]),_0x4175d9=_0x3a4cc0[_0x5800fe(0x143)][_0x5800fe(0x137)](_0x446886),_0x265d23[_0x5800fe(0x134)](),_0x3a4cc0[_0x5800fe(0x177)][_0x5800fe(0x13a)](_0x5800fe(0x148))[_0x5800fe(0x134)](),_0x3a4cc0[_0x5800fe(0x177)][_0x5800fe(0x13a)](_0x5800fe(0x151))[_0x5800fe(0x134)](),_0x37b082=_0x265d23[_0x5800fe(0x17b)],_0x37b082!=_0x23c266[_0x5800fe(0x17b)])return _0x53f66b[_0x5800fe(0x182)](_0x446886)&&_0x265d23[_0x5800fe(0x188)](_0x23c266[_0x5800fe(0x17b)],_0x446886)?(_0x1aba75({..._0x23c266,'setImageSizes':!0x1}),_0x446886=_0x53f66b[_0x5800fe(0x16f)](_0x3a4cc0[_0x5800fe(0x143)][_0x5800fe(0x14a)][_0x5800fe(0x162)]),void _0x91fc9b[_0x5800fe(0x16c)](_0x446886,{..._0x59954a,'commandReversedParams':[{'value':_0x37b082||null,'setImageSizes':!0x1}]},[],_0x5800fe(0x173))):void(_0x53f66b[_0x5800fe(0x17d)](_0x446886)?_0x91fc9b[_0x5800fe(0x16c)](_0x446886,_0x59954a,[],_0x5800fe(0x139)):_0x91fc9b[_0x5800fe(0x156)](_0x4175d9,_0x59954a,_0x5800fe(0x139)));});});for(const _0x487fc0 of _0x3a4cc0[_0x38fd22(0x13e)][_0x38fd22(0x13a)](_0x38fd22(0x17e))[_0x38fd22(0x199)])_0x221eb4[_0x487fc0[_0x38fd22(0x18f)]]=_0x487fc0[_0x38fd22(0x140)][_0x38fd22(0x155)]();_0x91fc9b[_0x38fd22(0x175)][_0x38fd22(0x15b)](_0x38fd22(0x161),_0x38fd22(0x173),_0x38fd22(0x154),()=>!0x1),_0x91fc9b[_0x38fd22(0x175)][_0x38fd22(0x15b)](_0x38fd22(0x161),_0x38fd22(0x139),_0x38fd22(0x154),()=>!0x1),_0x91fc9b[_0x38fd22(0x175)][_0x38fd22(0x15b)](_0x38fd22(0x169),_0x38fd22(0x139),_0x38fd22(0x154),()=>!0x1),_0x91fc9b[_0x38fd22(0x175)][_0x38fd22(0x15b)](_0x38fd22(0x161),_0x38fd22(0x173),_0x38fd22(0x174),([_0x5dc3ac])=>{const _0x45ea35=_0x38fd22;_0x53f66b[_0x45ea35(0x180)](_0x5dc3ac[_0x45ea35(0x15f)]());}),_0x91fc9b[_0x38fd22(0x175)][_0x38fd22(0x15b)](_0x38fd22(0x161),_0x38fd22(0x173),_0x38fd22(0x17c),(_0x446a8a,_0x485d6b)=>{const _0x5c18ae=_0x38fd22;_0x91fc9b[_0x5c18ae(0x175)][_0x5c18ae(0x14d)](_0x5c18ae(0x161),'',_0x5c18ae(0x174))(_0x446a8a,{'commandName':_0x485d6b[_0x5c18ae(0x14f)],'commandParams':_0x485d6b[_0x5c18ae(0x16e)]});}),_0x91fc9b[_0x38fd22(0x175)][_0x38fd22(0x15b)](_0x38fd22(0x161),_0x38fd22(0x173),_0x38fd22(0x18c),function(_0x243dfd,_0x384b10){if(_0x2a67fe(_0x243dfd,_0x384b10))return[_0x243dfd,_0x384b10];if(_0x2a67fe(_0x384b10,_0x243dfd))return[_0x384b10,_0x243dfd];return null;});const _0x35f75a=[{'type':_0x38fd22(0x161),'subType':_0x38fd22(0x173)},{'type':_0x38fd22(0x195),'subType':_0x38fd22(0x160)},{'type':_0x38fd22(0x161),'subType':_0x38fd22(0x149)},{'type':_0x38fd22(0x195),'subType':_0x38fd22(0x149)}];function _0x2a67fe(_0x55fb67,_0x311846){const _0x222e07=_0x38fd22,_0x2f99e5=_0x35f75a[_0x222e07(0x141)](({type:_0x419fab,subType:_0x360d62})=>_0x55fb67[_0x222e07(0x158)]==_0x419fab&&_0x55fb67[_0x222e07(0x185)]==_0x360d62),_0x505ac7=_0x35f75a[_0x222e07(0x141)](({type:_0x3de773,subType:_0x3add4d})=>_0x311846[_0x222e07(0x158)]==_0x3de773&&_0x311846[_0x222e07(0x185)]==_0x3add4d);if(_0x2f99e5<0x0||_0x505ac7<0x0)return!0x1;const _0x4d8e88=_0x55fb67[_0x222e07(0x184)](),_0x217489=_0x311846[_0x222e07(0x184)]();if((0x0==_0x2f99e5||0x1==_0x2f99e5)&&0x2==_0x505ac7&&_0x4d8e88[_0x222e07(0x16b)](_0x217489))return!0x0;if(0x2==_0x2f99e5&&0x3==_0x505ac7){const _0x7abf50=_0x91fc9b[_0x222e07(0x147)](_0x4d8e88,_0x222e07(0x195))[_0x222e07(0x18a)](({suggestion:_0x15b29c,meta:_0x2c4d20})=>_0x2c4d20[_0x222e07(0x153)]&&_0x222e07(0x149)==_0x15b29c[_0x222e07(0x185)]);if(_0x7abf50[_0x222e07(0x15a)]>0x1&&_0x217489[_0x222e07(0x152)][_0x222e07(0x15c)](_0x4d8e88[_0x222e07(0x150)]))return!0x0;if(0x1==_0x7abf50[_0x222e07(0x15a)]&&(_0x4d8e88[_0x222e07(0x150)][_0x222e07(0x15c)](_0x217489[_0x222e07(0x152)])||_0x4d8e88[_0x222e07(0x152)][_0x222e07(0x15c)](_0x217489[_0x222e07(0x150)])))return!0x0;}if(0x3==_0x2f99e5&&0x3==_0x505ac7&&_0x4d8e88[_0x222e07(0x150)][_0x222e07(0x191)](_0x217489[_0x222e07(0x150)])){const _0x35fb1d=_0x4d8e88[_0x222e07(0x152)][_0x222e07(0x192)],_0x644f5=_0x217489[_0x222e07(0x150)][_0x222e07(0x145)];return _0x53f66b[_0x222e07(0x17d)](_0x35fb1d)&&_0x35fb1d===_0x644f5;}return!0x1;}_0x3a4cc0[_0x38fd22(0x143)][_0x38fd22(0x14a)][_0x38fd22(0x13d)](()=>{const _0x1726d6=_0x38fd22;let _0x486268=!0x1;const _0x18e3fd=Array[_0x1726d6(0x190)](_0x3a4cc0[_0x1726d6(0x143)][_0x1726d6(0x14a)][_0x1726d6(0x172)][_0x1726d6(0x167)]());for(const {name:_0x3d8e05,data:_0x3cb184}of _0x18e3fd){const {group:_0x9126dd,type:_0x430bdf,subType:_0x4fc10d,id:_0x52c59a}=_0x91fc9b[_0x1726d6(0x157)](_0x3d8e05);if(_0x1726d6(0x164)==_0x9126dd&&_0x91fc9b[_0x1726d6(0x18d)](_0x52c59a)){if(_0x1726d6(0x161)==_0x430bdf&&(_0x1726d6(0x173)==_0x4fc10d||_0x1726d6(0x139)==_0x4fc10d)){const _0x13df22=_0x91fc9b[_0x1726d6(0x189)](_0x52c59a);if(_0x3cb184[_0x1726d6(0x146)]){const _0x567eef=_0x13df22[_0x1726d6(0x184)]()[_0x1726d6(0x15f)]();if(_0x53f66b[_0x1726d6(0x17d)](_0x567eef))continue;_0x91fc9b[_0x1726d6(0x181)](_0x13df22),_0x486268=!0x0;}}if(_0x1726d6(0x195)==_0x430bdf&&_0x1726d6(0x160)==_0x4fc10d&&!_0x3cb184[_0x1726d6(0x146)]){const _0x5e30f5=_0x91fc9b[_0x1726d6(0x189)](_0x52c59a);_0x5e30f5[_0x1726d6(0x14b)]&&_0x5e30f5[_0x1726d6(0x14b)][_0x1726d6(0x183)]&&(_0x91fc9b[_0x1726d6(0x181)](_0x5e30f5[_0x1726d6(0x14b)]),_0x486268=!0x0);}}}return _0x486268;}),this[_0x38fd22(0x17f)](_0x221eb4);}[_0x59791e(0x17f)](_0x618855){const _0x150fb4=_0x59791e,_0x1946bf=this[_0x150fb4(0x138)],_0x3ff1a8=_0x1946bf[_0x150fb4(0x166)];_0x1946bf[_0x150fb4(0x13e)][_0x150fb4(0x13a)](_0x150fb4(0x13b))[_0x150fb4(0x159)][_0x150fb4(0x142)](_0x4616f8=>{const _0x5d61a2=_0x150fb4;if(_0x5d61a2(0x161)!=_0x4616f8[_0x5d61a2(0x158)]&&_0x5d61a2(0x169)!=_0x4616f8[_0x5d61a2(0x158)])return;const {data:_0xa5d8e2}=_0x4616f8;if(!_0xa5d8e2||_0x5d61a2(0x136)!=_0xa5d8e2[_0x5d61a2(0x14f)])return;const _0x5f5012=_0xa5d8e2[_0x5d61a2(0x13f)][0x0][_0x5d61a2(0x17b)];return _0x5b288e(_0x5d61a2(0x17a)===_0x5f5012?_0x5dae56(_0x3ff1a8,_0x5d61a2(0x144)):_0x618855[_0x5f5012]||_0x5f5012);function _0x5b288e(_0x15c7f6){const _0x5e1a65=_0x5d61a2;return{'type':_0x5e1a65(0x198),'content':_0x5dae56(_0x3ff1a8,_0x5e1a65(0x18b),_0x15c7f6)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x54934f=_0x2905;(function(_0x5c3688,_0x5955e8){const _0x3190ea=_0x2905,_0x420a0a=_0x5c3688();while(!![]){try{const _0x5cd9e6=parseInt(_0x3190ea(0x163))/0x1*(-parseInt(_0x3190ea(0x159))/0x2)+-parseInt(_0x3190ea(0x15c))/0x3+parseInt(_0x3190ea(0x160))/0x4*(parseInt(_0x3190ea(0x170))/0x5)+parseInt(_0x3190ea(0x175))/0x6+-parseInt(_0x3190ea(0x172))/0x7+parseInt(_0x3190ea(0x155))/0x8+-parseInt(_0x3190ea(0x16e))/0x9*(-parseInt(_0x3190ea(0x162))/0xa);if(_0x5cd9e6===_0x5955e8)break;else _0x420a0a['push'](_0x420a0a['shift']());}catch(_0x16042f){_0x420a0a['push'](_0x420a0a['shift']());}}}(_0x5890,0x82f5a));function _0x2905(_0x41550f,_0x151819){const _0x58905b=_0x5890();return _0x2905=function(_0x2905d8,_0x19a02b){_0x2905d8=_0x2905d8-0x154;let _0x5339ad=_0x58905b[_0x2905d8];return _0x5339ad;},_0x2905(_0x41550f,_0x151819);}function _0x5890(){const _0x383530=['27AUfwXt','afterInit','1456330ZWnLVX','editor','1998395CrnGpH','importWord','_handleImportedData','208356vsRQAC','forEach','7557136slpSNP','plugins','collaboration_features','value','518546uZWwXH','_trackChangesExecuted','get','2437833IkTUhG','dataInsert','trackChanges','enableCommand','12DmlSuj','bind','999620NojGYp','2oPwmpk','track_changes','lowest','Users','_trackChangesValueDuringImport','listenTo','high','commands','execute','_setSuggestionData','TrackChangesEditing'];_0x5890=function(){return _0x383530;};return _0x5890();}import{Plugin as _0x364467}from'ckeditor5/src/core.js';export default class at extends _0x364467{constructor(_0x2f53c7){const _0x2a9998=_0x2905;super(_0x2f53c7),this[_0x2a9998(0x167)]=!0x1,this[_0x2a9998(0x15a)]=!0x1;}[_0x54934f(0x16f)](){const _0x30fd4b=_0x54934f,_0xb8b8fc=this[_0x30fd4b(0x171)],_0x2ec2a1=_0xb8b8fc[_0x30fd4b(0x16a)][_0x30fd4b(0x15b)](_0x30fd4b(0x173)),_0x523e0a=_0xb8b8fc[_0x30fd4b(0x16a)][_0x30fd4b(0x15b)](_0x30fd4b(0x15e));_0x2ec2a1&&(_0x2ec2a1['on'](_0x30fd4b(0x16b),(_0x4f51de,[,_0xdf8386])=>{const _0x2c9e27=_0x30fd4b;this[_0x2c9e27(0x167)]=_0x523e0a[_0x2c9e27(0x158)],_0xdf8386[_0x2c9e27(0x157)][_0x2c9e27(0x164)]=!this[_0x2c9e27(0x167)];},{'priority':_0x30fd4b(0x169)}),this[_0x30fd4b(0x168)](_0x2ec2a1,_0x30fd4b(0x15d),this[_0x30fd4b(0x174)][_0x30fd4b(0x161)](this)),this[_0x30fd4b(0x168)](_0x2ec2a1,_0x30fd4b(0x15d),()=>{const _0x3c98f2=_0x30fd4b;this[_0x3c98f2(0x15a)]&&(_0x523e0a[_0x3c98f2(0x16b)](),this[_0x3c98f2(0x15a)]=!0x1);},{'priority':_0x30fd4b(0x165)}),_0xb8b8fc[_0x30fd4b(0x156)][_0x30fd4b(0x15b)](_0x30fd4b(0x16d))[_0x30fd4b(0x15f)](_0x30fd4b(0x173)));}[_0x54934f(0x174)](_0x1ad0de,_0x2ff9e6){const _0x285d74=_0x54934f,{suggestions:_0x400535}=_0x2ff9e6,_0x4ae19e=this[_0x285d74(0x171)][_0x285d74(0x16a)][_0x285d74(0x15b)](_0x285d74(0x15e)),_0x489568=_0x4ae19e[_0x285d74(0x158)];this[_0x285d74(0x167)]!==_0x489568&&(_0x4ae19e[_0x285d74(0x16b)](),this[_0x285d74(0x15a)]=!0x0),_0x400535&&_0x400535[_0x285d74(0x154)](({id:_0x1f12ce,type:_0x2f5e89,author:_0x559834,created_at:_0x51215f})=>{const _0x202fea=_0x285d74,_0x238ca6={'id':_0x1f12ce,'type':_0x2f5e89,'authorId':this[_0x202fea(0x171)][_0x202fea(0x156)][_0x202fea(0x15b)](_0x202fea(0x166))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x559834,'createdAt':_0x51215f?new Date(_0x51215f):new Date(),'source':_0x202fea(0x173)}}};this[_0x202fea(0x171)][_0x202fea(0x156)][_0x202fea(0x15b)](_0x202fea(0x16d))[_0x202fea(0x16c)](_0x238ca6);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1283ef=_0x6613;function _0x6613(_0x30417f,_0x40280d){const _0xfc74b0=_0xfc74();return _0x6613=function(_0x6613bb,_0x177073){_0x6613bb=_0x6613bb-0x19e;let _0x32f7f9=_0xfc74b0[_0x6613bb];return _0x32f7f9;},_0x6613(_0x30417f,_0x40280d);}(function(_0x200685,_0xe5a3dc){const _0x1f51d1=_0x6613,_0x2f40e6=_0x200685();while(!![]){try{const _0x3a8033=-parseInt(_0x1f51d1(0x1b2))/0x1*(-parseInt(_0x1f51d1(0x1a6))/0x2)+parseInt(_0x1f51d1(0x1c3))/0x3*(parseInt(_0x1f51d1(0x1a9))/0x4)+-parseInt(_0x1f51d1(0x1a3))/0x5+parseInt(_0x1f51d1(0x1b7))/0x6+parseInt(_0x1f51d1(0x1bb))/0x7+parseInt(_0x1f51d1(0x1b0))/0x8+-parseInt(_0x1f51d1(0x1c0))/0x9;if(_0x3a8033===_0xe5a3dc)break;else _0x2f40e6['push'](_0x2f40e6['shift']());}catch(_0x5bf286){_0x2f40e6['push'](_0x2f40e6['shift']());}}}(_0xfc74,0x57014));function _0xfc74(){const _0x7ddac7=['type','getItems','outdentBlock','blockIndent','10840860mQFvgk','outdent','has','12255lfZFbv','format','commandName','TrackChangesEditing','registerDescriptionCallback','get','indent','525795OQDbvD','enableDefaultAttributesIntegration','afterInit','1856UwQdJN','*Outdent:*\x20%0','descriptionFactory','140fAfUxT','editor','locale','IndentBlock','IndentEditing','indentBlock','_registerLegacyDescription','4510696dIsOTL','plugins','38pObrNO','registerAttributeLabel','registerBlockAttribute','getItemLabel','formatBlock','3055308kxavog','FORMAT_INDENT','enableCommand','*Indent:*\x20%0','2903439ydtiJe'];_0xfc74=function(){return _0x7ddac7;};return _0xfc74();}import{Plugin as _0x32f040}from'ckeditor5/src/core.js';import{getTranslation as _0x312efb}from'../utils/common-translations.js';export default class ct extends _0x32f040{[_0x1283ef(0x1a5)](){const _0x398908=_0x1283ef,_0x4831af=this[_0x398908(0x1aa)],_0x5c6275=_0x4831af[_0x398908(0x1b1)][_0x398908(0x1a1)](_0x398908(0x19f));if(_0x4831af[_0x398908(0x1b1)][_0x398908(0x1c2)](_0x398908(0x1ad))&&(_0x5c6275[_0x398908(0x1b9)](_0x398908(0x1a2)),_0x5c6275[_0x398908(0x1b9)](_0x398908(0x1c1))),_0x4831af[_0x398908(0x1b1)][_0x398908(0x1c2)](_0x398908(0x1ac))){for(const _0x303a65 of[_0x398908(0x1ae),_0x398908(0x1be)])_0x5c6275[_0x398908(0x1a4)](_0x303a65);}const _0x1d3e30=_0x4831af[_0x398908(0x1ab)];_0x5c6275[_0x398908(0x1b4)](_0x398908(0x1bf)),_0x5c6275[_0x398908(0x1a8)][_0x398908(0x1b3)](_0x398908(0x1bf),_0x312efb(_0x1d3e30,_0x398908(0x1b8))),this[_0x398908(0x1af)]();}[_0x1283ef(0x1af)](){const _0x1ced12=_0x1283ef,_0x1ae028=this[_0x1ced12(0x1aa)],_0x4ebbbb=_0x1ae028[_0x1ced12(0x1ab)],_0x26d298=_0x1ae028[_0x1ced12(0x1b1)][_0x1ced12(0x1a1)](_0x1ced12(0x19f));_0x26d298[_0x1ced12(0x1a8)][_0x1ced12(0x1a0)](_0x1b5847=>{const _0x14cdc8=_0x1ced12;if(_0x14cdc8(0x1b6)!=_0x1b5847[_0x14cdc8(0x1bc)])return;const {data:_0x1d067c}=_0x1b5847;if(!_0x1d067c)return;if(_0x14cdc8(0x1ae)!=_0x1d067c[_0x14cdc8(0x19e)]&&_0x14cdc8(0x1be)!=_0x1d067c[_0x14cdc8(0x19e)])return;const _0x1e6d3d=_0x1b5847[_0x14cdc8(0x1bd)]()[0x0],_0x295f6e=_0x26d298[_0x14cdc8(0x1a8)][_0x14cdc8(0x1b5)](_0x1e6d3d);return _0x14cdc8(0x1ae)==_0x1d067c[_0x14cdc8(0x19e)]?{'type':_0x14cdc8(0x1c4),'content':_0x312efb(_0x4ebbbb,_0x14cdc8(0x1ba),_0x295f6e)}:_0x14cdc8(0x1be)==_0x1d067c[_0x14cdc8(0x19e)]?{'type':_0x14cdc8(0x1c4),'content':_0x312efb(_0x4ebbbb,_0x14cdc8(0x1a7),_0x295f6e)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
var _0x93a6e2=_0x594c;(function(_0x45f4ab,_0xf1b129){var _0x531766=_0x594c,_0x1aa594=_0x45f4ab();while(!![]){try{var _0x3c6bb4=-parseInt(_0x531766(0x190))/0x1+-parseInt(_0x531766(0x18c))/0x2+parseInt(_0x531766(0x199))/0x3+parseInt(_0x531766(0x18d))/0x4+parseInt(_0x531766(0x18e))/0x5+parseInt(_0x531766(0x194))/0x6+-parseInt(_0x531766(0x196))/0x7;if(_0x3c6bb4===_0xf1b129)break;else _0x1aa594['push'](_0x1aa594['shift']());}catch(_0x3ef6c7){_0x1aa594['push'](_0x1aa594['shift']());}}}(_0x2f13,0x5700f));import{Plugin as _0x456f67}from'ckeditor5/src/core.js';import{Input as _0x410ae9}from'ckeditor5/src/typing.js';export default class ut extends _0x456f67{static get[_0x93a6e2(0x191)](){return[_0x410ae9];}[_0x93a6e2(0x197)](){var _0x1b219c=_0x93a6e2;this[_0x1b219c(0x198)][_0x1b219c(0x19a)][_0x1b219c(0x195)](_0x1b219c(0x192))[_0x1b219c(0x193)](_0x1b219c(0x18f));}}function _0x594c(_0x3c66ae,_0x1fa0b6){var _0x2f137d=_0x2f13();return _0x594c=function(_0x594cf1,_0x14545e){_0x594cf1=_0x594cf1-0x18c;var _0x38cb21=_0x2f137d[_0x594cf1];return _0x38cb21;},_0x594c(_0x3c66ae,_0x1fa0b6);}function _0x2f13(){var _0x2ca874=['editor','1065735KjuRPE','plugins','658494atzdbr','1952380TttEgT','2334280EXoSTu','input','31883oqUBID','requires','TrackChangesEditing','enableCommand','788202rRAsAo','get','5068462duNOgm','init'];_0x2f13=function(){return _0x2ca874;};return _0x2f13();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x200e24=_0x53e6;(function(_0x1778f0,_0xda60c5){const _0xc1f40e=_0x53e6,_0x51ca9b=_0x1778f0();while(!![]){try{const _0x129e0d=-parseInt(_0xc1f40e(0x174))/0x1*(-parseInt(_0xc1f40e(0x167))/0x2)+-parseInt(_0xc1f40e(0x139))/0x3*(-parseInt(_0xc1f40e(0x165))/0x4)+-parseInt(_0xc1f40e(0x131))/0x5*(parseInt(_0xc1f40e(0x12a))/0x6)+-parseInt(_0xc1f40e(0x16c))/0x7+parseInt(_0xc1f40e(0x164))/0x8*(parseInt(_0xc1f40e(0x151))/0x9)+-parseInt(_0xc1f40e(0x145))/0xa*(-parseInt(_0xc1f40e(0x15e))/0xb)+-parseInt(_0xc1f40e(0x160))/0xc*(parseInt(_0xc1f40e(0x168))/0xd);if(_0x129e0d===_0xda60c5)break;else _0x51ca9b['push'](_0x51ca9b['shift']());}catch(_0xd450a6){_0x51ca9b['push'](_0x51ca9b['shift']());}}}(_0x109f,0x8e797));function _0x53e6(_0x545ea9,_0x44bb6c){const _0x109f4e=_0x109f();return _0x53e6=function(_0x53e646,_0x28d811){_0x53e646=_0x53e646-0x124;let _0xffbc86=_0x109f4e[_0x53e646];return _0xffbc86;},_0x53e6(_0x545ea9,_0x44bb6c);}import{Plugin as _0x4d9746}from'ckeditor5/src/core.js';function _0x109f(){const _0x4cceaf=['bulletedList','has','LegacyListEditing','createRange','markBlockFormat','ELEMENT_BULLETED_LIST','locale','document','execute','commands','6UDJuYP','get','push','end','ELEMENT_TODO_LIST','LegacyTodoListEditing','checkTodoList','3834055PGwCHs','slice','todoListChecked','descriptionFactory','listItem','length','type','nextSibling','947151oiUqCD','ELEMENT_LIST_ITEM','filter','*Outdent:*\x20%0','commandName','afterInit','numberedList','todo','selection','parent','commandParams','paragraph','9699640cxeYgS','isObject','listType','bulleted','*Indent:*\x20%0','_selectedElements','indentList','editor','createPositionAt','model','List','add','981FltNGf','format','schema','from','registerDescriptionCallback','*Check\x20item*','todoList','before','enableCommand','outdentList','change','name','value','11rNkXJp','formatBlock','1668IZMoct','formatInline','getAttribute','previousSibling','36712FJipsx','4sboWlZ','findIndex','38ETCPkC','33163fICLIh','getSelectedBlocks','forceValue','plugins','4592924AbRXqS','element','numbered','*Uncheck\x20item*','blockName','TrackChangesEditing','*Change\x20to:*\x20%0','ELEMENT_NUMBERED_LIST','30275czKrNz','checkChild','replace','registerElementLabel','listIndent'];_0x109f=function(){return _0x4cceaf;};return _0x109f();}import{getTranslation as _0x276101}from'../utils/common-translations.js';export default class ft extends _0x4d9746{[_0x200e24(0x13e)](){const _0x41a3ba=_0x200e24,_0x110436=this[_0x41a3ba(0x14c)],_0x2ebfc3=_0x110436[_0x41a3ba(0x126)];if(!_0x110436[_0x41a3ba(0x16b)][_0x41a3ba(0x17a)](_0x41a3ba(0x17b)))return;const _0x447f69=_0x110436[_0x41a3ba(0x16b)][_0x41a3ba(0x12b)](_0x41a3ba(0x171)),_0x2c025a=_0x110436[_0x41a3ba(0x16b)][_0x41a3ba(0x17a)](_0x41a3ba(0x12f));function _0x29ee72(_0x1500e5){return()=>{const _0x1b4315=_0x53e6,_0x5dc352=_0x110436[_0x1b4315(0x14e)][_0x1b4315(0x127)][_0x1b4315(0x141)],_0x2b94ac=_0x110436[_0x1b4315(0x129)][_0x1b4315(0x12b)](_0x1500e5);if(_0x2b94ac[_0x1b4315(0x15d)])return void _0x110436[_0x1b4315(0x128)](_0x1b4315(0x144),{});const _0x2a35dd=_0x1500e5[_0x1b4315(0x132)](0x0,-0x4),_0x475d3e=function(_0x46a23e,_0x456dc6,_0x5af01e){const _0x4121cf=_0x1b4315;let _0x403e7f=Array[_0x4121cf(0x154)](_0x46a23e)[_0x4121cf(0x13b)](_0x2d18b8=>function(_0x3e59ff,_0x357453){const _0x28c8ec=_0x4121cf;return _0x357453[_0x28c8ec(0x175)](_0x3e59ff[_0x28c8ec(0x142)],_0x28c8ec(0x135))&&!_0x357453[_0x28c8ec(0x146)](_0x3e59ff);}(_0x2d18b8,_0x5af01e));_0x403e7f=_0x403e7f[_0x4121cf(0x13b)](_0x3cde39=>!_0x3cde39['is'](_0x4121cf(0x16d),_0x4121cf(0x135))||_0x3cde39[_0x4121cf(0x162)](_0x4121cf(0x147))!=_0x456dc6);const _0x1287b7=new Set();for(const _0x12f7b0 of _0x403e7f)_0x12f7b0['is'](_0x4121cf(0x16d),_0x4121cf(0x135))?_0x1287b7[_0x4121cf(0x150)](fe(_0x12f7b0)):_0x1287b7[_0x4121cf(0x150)](_0x12f7b0);return Array[_0x4121cf(0x154)](_0x1287b7);}(_0x5dc352[_0x1b4315(0x169)](),_0x2a35dd,_0x110436[_0x1b4315(0x14e)][_0x1b4315(0x153)]);_0x110436[_0x1b4315(0x14e)][_0x1b4315(0x15b)](()=>{const _0xe458f8=_0x1b4315;for(const _0x3ffb7f of _0x475d3e)_0x447f69[_0xe458f8(0x124)](_0x3ffb7f,{'commandName':_0x1500e5,'commandParams':[{'forceValue':!_0x2b94ac[_0xe458f8(0x15d)]}],'formatGroupId':_0xe458f8(0x170)},ue(_0x3ffb7f));});};}function _0x4cc424(_0x281b1a){return()=>{const _0x299c0c=_0x53e6,_0x13eadb=function(_0x1b982a){const _0x3986a4=_0x53e6;let _0x20228e=Array[_0x3986a4(0x154)](_0x1b982a);const _0x2551da=_0x20228e[_0x3986a4(0x166)](_0x5d046d=>_0x3986a4(0x135)!=_0x5d046d[_0x3986a4(0x15c)]);return _0x2551da>-0x1&&(_0x20228e=_0x20228e[_0x3986a4(0x132)](0x0,_0x2551da)),_0x20228e;}(_0x110436[_0x299c0c(0x14e)][_0x299c0c(0x127)][_0x299c0c(0x141)][_0x299c0c(0x169)]()),_0x4df60b=_0x110436[_0x299c0c(0x14e)][_0x299c0c(0x17c)](_0x110436[_0x299c0c(0x14e)][_0x299c0c(0x14d)](_0x13eadb[0x0],_0x299c0c(0x158)),_0x110436[_0x299c0c(0x14e)][_0x299c0c(0x14d)](_0x13eadb[_0x13eadb[_0x299c0c(0x136)]-0x1],_0x299c0c(0x12d)));_0x110436[_0x299c0c(0x14e)][_0x299c0c(0x15b)](()=>{const _0x152e35=_0x299c0c;_0x447f69[_0x152e35(0x124)](_0x4df60b,{'commandName':_0x281b1a,'commandParams':[],'formatGroupId':_0x152e35(0x178)},function(_0x4cecca){const _0x420994=_0x152e35,_0x33d43f=new Set();for(const _0x3ce8ff of _0x4cecca){let _0x2ea9e8=_0x3ce8ff[_0x420994(0x138)];for(;_0x2ea9e8&&_0x2ea9e8[_0x420994(0x162)](_0x420994(0x178))>_0x3ce8ff[_0x420994(0x162)](_0x420994(0x178));)_0x33d43f[_0x420994(0x150)](_0x2ea9e8),_0x2ea9e8=_0x2ea9e8[_0x420994(0x138)];}return Array[_0x420994(0x154)](_0x33d43f);}(_0x13eadb));});};}_0x447f69[_0x41a3ba(0x159)](_0x41a3ba(0x13f),_0x29ee72(_0x41a3ba(0x13f))),_0x447f69[_0x41a3ba(0x159)](_0x41a3ba(0x179),_0x29ee72(_0x41a3ba(0x179))),_0x2c025a&&_0x447f69[_0x41a3ba(0x159)](_0x41a3ba(0x157),_0x29ee72(_0x41a3ba(0x157))),_0x447f69[_0x41a3ba(0x159)](_0x41a3ba(0x14b),_0x4cc424(_0x41a3ba(0x14b))),_0x447f69[_0x41a3ba(0x159)](_0x41a3ba(0x15a),_0x4cc424(_0x41a3ba(0x15a))),_0x2c025a&&_0x447f69[_0x41a3ba(0x159)](_0x41a3ba(0x130),()=>{const _0x2201e1=_0x41a3ba,_0x3003bd=_0x110436[_0x2201e1(0x129)][_0x2201e1(0x12b)](_0x2201e1(0x130)),_0x1b95aa=Array[_0x2201e1(0x154)](_0x3003bd[_0x2201e1(0x14a)]);_0x1b95aa[_0x2201e1(0x13b)](_0x391601=>_0x391601[_0x2201e1(0x162)](_0x2201e1(0x133))!=_0x3003bd[_0x2201e1(0x15d)]),_0x110436[_0x2201e1(0x14e)][_0x2201e1(0x15b)](()=>{const _0x13028b=_0x2201e1;for(const _0xbff772 of _0x1b95aa)_0x447f69[_0x13028b(0x124)](_0xbff772,{'commandName':_0x13028b(0x130),'commandParams':[{'forceValue':!_0x3003bd[_0x13028b(0x15d)]}]});});}),_0x447f69[_0x41a3ba(0x134)][_0x41a3ba(0x177)](_0x41a3ba(0x135),_0x59806e=>_0x276101(_0x2ebfc3,_0x41a3ba(0x13a),_0x59806e)),_0x447f69[_0x41a3ba(0x134)][_0x41a3ba(0x155)](_0x16704f=>{const _0x76cf18=_0x41a3ba;if(_0x76cf18(0x15f)!=_0x16704f[_0x76cf18(0x137)]&&_0x76cf18(0x161)!=_0x16704f[_0x76cf18(0x137)])return;const {data:_0x250859}=_0x16704f;if(_0x250859){if(_0x76cf18(0x13f)==_0x250859[_0x76cf18(0x13d)]||_0x76cf18(0x179)==_0x250859[_0x76cf18(0x13d)]||_0x76cf18(0x157)==_0x250859[_0x76cf18(0x13d)])switch(_0x250859[_0x76cf18(0x13d)][_0x76cf18(0x176)](_0x76cf18(0x14f),'')){case _0x76cf18(0x148):return _0x1709ca(_0x276101(_0x2ebfc3,_0x76cf18(0x125)));case _0x76cf18(0x16e):return _0x1709ca(_0x276101(_0x2ebfc3,_0x76cf18(0x173)));case _0x76cf18(0x140):return _0x1709ca(_0x276101(_0x2ebfc3,_0x76cf18(0x12e)));}if(_0x76cf18(0x14b)==_0x250859[_0x76cf18(0x13d)])return{'type':_0x76cf18(0x152),'content':_0x276101(_0x2ebfc3,_0x76cf18(0x149),_0x276101(_0x2ebfc3,_0x76cf18(0x13a)))};if(_0x76cf18(0x15a)==_0x250859[_0x76cf18(0x13d)])return{'type':_0x76cf18(0x152),'content':_0x276101(_0x2ebfc3,_0x76cf18(0x13c),_0x276101(_0x2ebfc3,_0x76cf18(0x13a)))};if(_0x76cf18(0x130)==_0x250859[_0x76cf18(0x13d)])return _0x250859[_0x76cf18(0x143)][0x0][_0x76cf18(0x16a)]?{'type':_0x76cf18(0x152),'content':_0x276101(_0x2ebfc3,_0x76cf18(0x156))}:{'type':_0x76cf18(0x152),'content':_0x276101(_0x2ebfc3,_0x76cf18(0x16f))};}function _0x1709ca(_0x588b0d){const _0x478668=_0x76cf18;return{'type':_0x478668(0x152),'content':_0x276101(_0x2ebfc3,_0x478668(0x172),_0x588b0d)};}});}}function fe(_0x156d5b){const _0x1dd74d=_0x200e24,_0x4cb584=_0x156d5b[_0x1dd74d(0x162)](_0x1dd74d(0x178));if(0x0==_0x4cb584)return _0x156d5b;let _0x4a8502=_0x156d5b;for(;_0x156d5b[_0x1dd74d(0x163)]&&_0x156d5b[_0x1dd74d(0x163)]['is'](_0x1dd74d(0x16d),_0x1dd74d(0x135));){const _0xb58a22=_0x156d5b[_0x1dd74d(0x163)][_0x1dd74d(0x162)](_0x1dd74d(0x178));if(_0xb58a22==_0x4cb584)_0x4a8502=_0x156d5b[_0x1dd74d(0x163)];else{if(_0xb58a22<_0x4cb584)break;}_0x156d5b=_0x156d5b[_0x1dd74d(0x163)];}return _0x4a8502;}function ue(_0x7ff26){const _0x1ee3f4=_0x200e24,_0x25c125=[];if(_0x7ff26['is'](_0x1ee3f4(0x16d),_0x1ee3f4(0x135))&&_0x7ff26[_0x1ee3f4(0x162)](_0x1ee3f4(0x178))>0x0){let _0x5d3612=_0x7ff26[_0x1ee3f4(0x138)];for(;_0x5d3612&&_0x1ee3f4(0x135)==_0x5d3612[_0x1ee3f4(0x15c)]&&_0x5d3612[_0x1ee3f4(0x162)](_0x1ee3f4(0x178))==_0x7ff26[_0x1ee3f4(0x162)](_0x1ee3f4(0x178));)_0x25c125[_0x1ee3f4(0x12c)](_0x5d3612),_0x5d3612=_0x5d3612[_0x1ee3f4(0x138)];}return _0x25c125;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1cc028=_0x5613;(function(_0x1d4e3d,_0x4d53e8){const _0x1ca362=_0x5613,_0x46487a=_0x1d4e3d();while(!![]){try{const _0x32c18a=-parseInt(_0x1ca362(0x1ed))/0x1*(-parseInt(_0x1ca362(0x1c6))/0x2)+-parseInt(_0x1ca362(0x1d1))/0x3+-parseInt(_0x1ca362(0x1c4))/0x4+-parseInt(_0x1ca362(0x1c7))/0x5+parseInt(_0x1ca362(0x1d7))/0x6*(parseInt(_0x1ca362(0x1ce))/0x7)+parseInt(_0x1ca362(0x1be))/0x8+parseInt(_0x1ca362(0x1af))/0x9;if(_0x32c18a===_0x4d53e8)break;else _0x46487a['push'](_0x46487a['shift']());}catch(_0x6035b3){_0x46487a['push'](_0x46487a['shift']());}}}(_0x48ad,0x7d8e4));import{Plugin as _0x6f4512}from'ckeditor5/src/core.js';function _0x5613(_0x49f566,_0x2edaaa){const _0x48add0=_0x48ad();return _0x5613=function(_0x561317,_0x22be43){_0x561317=_0x561317-0x1ab;let _0x2b3661=_0x48add0[_0x561317];return _0x2b3661;},_0x5613(_0x49f566,_0x2edaaa);}import{getTranslation as _0x4cbe6e}from'../utils/common-translations.js';export default class W extends _0x6f4512{[_0x1cc028(0x1eb)](){const _0x2478d5=_0x1cc028;if(!this[_0x2478d5(0x1e1)][_0x2478d5(0x1f7)][_0x2478d5(0x1d3)](_0x2478d5(0x1bc)))return;const _0x748b6d=this[_0x2478d5(0x1e1)][_0x2478d5(0x1ef)][_0x2478d5(0x1b3)](_0x2478d5(0x1b1)),_0x2f81a3=this[_0x2478d5(0x1e1)][_0x2478d5(0x1f7)][_0x2478d5(0x1b3)](_0x2478d5(0x1b2));_0x748b6d[_0x2478d5(0x1c3)]&&_0x2f81a3[_0x2478d5(0x1f5)](_0x2478d5(0x1e4),this[_0x2478d5(0x1b4)][_0x2478d5(0x1cf)](this)),_0x748b6d[_0x2478d5(0x1f2)]&&_0x2f81a3[_0x2478d5(0x1f5)](_0x2478d5(0x1dc),this[_0x2478d5(0x1d9)][_0x2478d5(0x1cf)](this)),_0x748b6d[_0x2478d5(0x1f1)]&&_0x2f81a3[_0x2478d5(0x1f5)](_0x2478d5(0x1e6),this[_0x2478d5(0x1d2)][_0x2478d5(0x1cf)](this)),_0x2f81a3[_0x2478d5(0x1cb)][_0x2478d5(0x1e5)](this[_0x2478d5(0x1cd)][_0x2478d5(0x1cf)](this));}[_0x1cc028(0x1b4)](_0x2f6c40,_0x58459a={}){const _0x2e161f=_0x1cc028,_0x32b92b=this[_0x2e161f(0x1e1)][_0x2e161f(0x1f7)][_0x2e161f(0x1b3)](_0x2e161f(0x1b2)),_0x3ec7b4=this[_0x2e161f(0x1e2)]();this[_0x2e161f(0x1e1)][_0x2e161f(0x1d5)][_0x2e161f(0x1ea)](()=>{const _0x5ddb4a=_0x2e161f;_0x32b92b[_0x5ddb4a(0x1d6)](_0x3ec7b4,{'commandName':_0x5ddb4a(0x1e4),'commandParams':[{'type':_0x58459a[_0x5ddb4a(0x1de)]}],'formatGroupId':_0x5ddb4a(0x1e4)});});}[_0x1cc028(0x1d9)](_0x19ab86,_0x569c31={}){const _0x25eb41=_0x1cc028,_0x54ed36=this[_0x25eb41(0x1e1)][_0x25eb41(0x1f7)][_0x25eb41(0x1b3)](_0x25eb41(0x1b2)),_0x2b6b7d=this[_0x25eb41(0x1b7)](_0x546679=>_0x546679['is'](_0x25eb41(0x1c1),_0x25eb41(0x1e3))&&_0x25eb41(0x1b6)===_0x546679[_0x25eb41(0x1f0)](_0x25eb41(0x1ee)));if(_0x2b6b7d[_0x25eb41(0x1e7)]<0x1)return;const _0x2354f9=_0x2b6b7d[_0x25eb41(0x1f4)](_0x9b5763=>this[_0x25eb41(0x1e1)][_0x25eb41(0x1d5)][_0x25eb41(0x1ca)](this[_0x25eb41(0x1e1)][_0x25eb41(0x1d5)][_0x25eb41(0x1bb)](_0x9b5763,_0x25eb41(0x1c9)),this[_0x25eb41(0x1e1)][_0x25eb41(0x1d5)][_0x25eb41(0x1bb)](_0x9b5763,0x0)));this[_0x25eb41(0x1e1)][_0x25eb41(0x1d5)][_0x25eb41(0x1ea)](()=>{const _0x452251=_0x25eb41;_0x54ed36[_0x452251(0x1d6)](_0x2354f9,{'commandName':_0x452251(0x1dc),'commandParams':[{'reversed':_0x569c31[_0x452251(0x1f2)]}],'formatGroupId':_0x452251(0x1dc)});});}[_0x1cc028(0x1d2)](_0x488925,_0x5e4a68={}){const _0x368582=_0x1cc028,_0x4c3917=this[_0x368582(0x1e1)][_0x368582(0x1f7)][_0x368582(0x1b3)](_0x368582(0x1b2)),_0x3f04a4=this[_0x368582(0x1b7)](_0x582796=>_0x582796['is'](_0x368582(0x1c1),_0x368582(0x1e3))&&_0x368582(0x1b6)===_0x582796[_0x368582(0x1f0)](_0x368582(0x1ee)));if(_0x3f04a4[_0x368582(0x1e7)]<0x1)return;const _0x248850=_0x3f04a4[_0x368582(0x1f4)](_0x574feb=>this[_0x368582(0x1e1)][_0x368582(0x1d5)][_0x368582(0x1ca)](this[_0x368582(0x1e1)][_0x368582(0x1d5)][_0x368582(0x1bb)](_0x574feb,_0x368582(0x1c9)),this[_0x368582(0x1e1)][_0x368582(0x1d5)][_0x368582(0x1bb)](_0x574feb,0x0)));this[_0x368582(0x1e1)][_0x368582(0x1d5)][_0x368582(0x1ea)](()=>{const _0xc82d=_0x368582;_0x4c3917[_0xc82d(0x1d6)](_0x248850,{'commandName':_0xc82d(0x1e6),'commandParams':[{'startIndex':_0x5e4a68[_0xc82d(0x1f1)]}],'formatGroupId':_0xc82d(0x1e6)});});}[_0x1cc028(0x1cd)](_0x30aaa5){const _0x5a757c=_0x1cc028;if(_0x5a757c(0x1cc)!=_0x30aaa5[_0x5a757c(0x1de)]&&_0x5a757c(0x1d8)!=_0x30aaa5[_0x5a757c(0x1de)])return;const _0x21539d=this[_0x5a757c(0x1e1)][_0x5a757c(0x1c0)],{data:_0xee9378}=_0x30aaa5;if(!_0xee9378)return;let _0x5db5fa,_0x40078a;switch(_0xee9378[_0x5a757c(0x1b5)]){case _0x5a757c(0x1e4):_0x5db5fa=_0x5a757c(0x1da),_0x40078a={'type':_0x5a757c(0x1f6),'content':_0x4cbe6e(_0x21539d,_0x5db5fa,_0x4cbe6e(_0x21539d,this[_0x5a757c(0x1bf)](_0xee9378[_0x5a757c(0x1f9)][0x0][_0x5a757c(0x1de)])))};break;case _0x5a757c(0x1dc):_0x5db5fa=_0xee9378[_0x5a757c(0x1f9)][0x0][_0x5a757c(0x1f2)]?_0x5a757c(0x1c8):_0x5a757c(0x1e9),_0x40078a={'type':_0x5a757c(0x1f6),'content':_0x4cbe6e(_0x21539d,_0x5db5fa)};break;case _0x5a757c(0x1e6):_0x5db5fa=_0x5a757c(0x1bd),_0x40078a={'type':_0x5a757c(0x1f6),'content':_0x4cbe6e(_0x21539d,_0x5db5fa,_0xee9378[_0x5a757c(0x1f9)][0x0][_0x5a757c(0x1f1)])};}return _0x40078a;}[_0x1cc028(0x1e2)](){const _0xde5669=_0x1cc028;var _0x4a49a3,_0x4d0640,_0x3864d8,_0x49881e;const _0x4a04e0=this[_0xde5669(0x1e1)][_0xde5669(0x1f7)][_0xde5669(0x1b3)](_0xde5669(0x1e0));let _0xf64b6b=Array[_0xde5669(0x1b9)](this[_0xde5669(0x1e1)][_0xde5669(0x1d5)][_0xde5669(0x1f3)][_0xde5669(0x1b8)][_0xde5669(0x1d0)]());return(null===(_0x4a49a3=_0xf64b6b[0x0])||void 0x0===_0x4a49a3?void 0x0:_0x4a49a3['is'](_0xde5669(0x1c1),_0xde5669(0x1e3)))&&_0xf64b6b[_0xde5669(0x1b0)](..._0x4a04e0[_0xde5669(0x1df)](this[_0xde5669(0x1e1)][_0xde5669(0x1d5)][_0xde5669(0x1f3)][_0xde5669(0x1b8)][_0xde5669(0x1c2)](),_0xde5669(0x1fa))),(null===(_0x4d0640=_0xf64b6b[_0xf64b6b[_0xde5669(0x1e7)]-0x1])||void 0x0===_0x4d0640?void 0x0:_0x4d0640['is'](_0xde5669(0x1c1),_0xde5669(0x1e3)))&&_0xf64b6b[_0xde5669(0x1ad)](..._0x4a04e0[_0xde5669(0x1df)](this[_0xde5669(0x1e1)][_0xde5669(0x1d5)][_0xde5669(0x1f3)][_0xde5669(0x1b8)][_0xde5669(0x1c5)](),_0xde5669(0x1f8))),_0xf64b6b=[...new Set(_0xf64b6b)],(null===(_0x49881e=null===(_0x3864d8=this[_0xde5669(0x1e1)][_0xde5669(0x1d5)][_0xde5669(0x1f3)][_0xde5669(0x1b8)][_0xde5669(0x1c2)]())||void 0x0===_0x3864d8?void 0x0:_0x3864d8[_0xde5669(0x1ec)])||void 0x0===_0x49881e?void 0x0:_0x49881e['is'](_0xde5669(0x1c1),_0xde5669(0x1e3)))&&(_0xf64b6b=_0xf64b6b[_0xde5669(0x1dd)](_0x34f6c8=>_0x34f6c8['is'](_0xde5669(0x1c1),_0xde5669(0x1e3)))),_0xf64b6b;}[_0x1cc028(0x1b7)](_0x36fa17){const _0x1639c0=_0x1cc028,_0x52dbee=this[_0x1639c0(0x1e1)][_0x1639c0(0x1f7)][_0x1639c0(0x1b3)](_0x1639c0(0x1e0));let _0x57042b=Array[_0x1639c0(0x1b9)](this[_0x1639c0(0x1e1)][_0x1639c0(0x1d5)][_0x1639c0(0x1f3)][_0x1639c0(0x1b8)][_0x1639c0(0x1d0)]())[_0x1639c0(0x1dd)](_0x36fa17)[_0x1639c0(0x1f4)](_0x228aeb=>{const _0x354541=_0x1639c0,_0xbfd6bb=this[_0x354541(0x1e1)][_0x354541(0x1d5)][_0x354541(0x1bb)](_0x228aeb,0x0);return[..._0x52dbee[_0x354541(0x1df)](_0xbfd6bb,_0x354541(0x1fa)),..._0x52dbee[_0x354541(0x1df)](_0xbfd6bb,_0x354541(0x1f8))];})[_0x1639c0(0x1db)]();return _0x57042b=[...new Set(_0x57042b)],_0x57042b;}[_0x1cc028(0x1bf)](_0x22c0ff){const _0x3de061=_0x1cc028;return _0x3de061(0x1e8)+(this[_0x3de061(0x1e1)][_0x3de061(0x1f7)][_0x3de061(0x1b3)](_0x3de061(0x1e0))[_0x3de061(0x1ba)](_0x22c0ff)||_0x3de061(0x1ab))[_0x3de061(0x1ae)]()+_0x3de061(0x1d4)+_0x22c0ff[_0x3de061(0x1ae)]()[_0x3de061(0x1ac)](/-/g,'_');}}function _0x48ad(){const _0x2a7e1a=['*Format:*\x20set\x20order\x20to\x20regular','change','afterInit','parent','16oFclwj','listType','config','getAttribute','startIndex','reversed','document','map','enableCommand','format','plugins','forward','commandParams','backward','default','replace','push','toUpperCase','5853492qytRJO','unshift','list.properties','TrackChangesEditing','get','handleListStyleCommand','commandName','numbered','_getSuggestionBlocks','selection','from','getListTypeFromListStyleType','createPositionAt','LegacyListPropertiesEditing','*Format:*\x20set\x20start\x20index\x20to\x20%0','1582312RqAwuS','_getTranslationKeyForListStyle','locale','element','getFirstPosition','styles','1226144POZOjA','getLastPosition','77368WYAIOm','3574130DdfqfP','*Format:*\x20set\x20order\x20to\x20reversed','before','createRange','descriptionFactory','formatBlock','handleDescriptions','1036jOVZen','bind','getSelectedBlocks','2266197ICqJIU','handleListStartCommand','has','_LIST_','model','markMultiRangeBlockFormat','33402JWosGR','formatInline','handleListReversedCommand','*Change\x20to:*\x20%0','flat','listReversed','filter','type','getSiblingNodes','LegacyListUtils','editor','_getSuggestionBlocksForListStyle','listItem','listStyle','registerDescriptionCallback','listStart','length','ELEMENT_'];_0x48ad=function(){return _0x2a7e1a;};return _0x48ad();}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0xd5c2(){const _0x529bda=['descriptionFactory','commandName','type','registerAttributeLabel','registerInlineAttribute','2YWIVIq','1004204TVuGUg','enableDefaultAttributesIntegration','label','plugins','159399CJOwGh','50upTXgF','1414449DBezfu','formatInline','commands','3158280aIFWFR','key','editor','registerDescriptionCallback','format','TrackChangesEditing','205963EkzYfS','link\x20(','LinkEditing','_registerLegacyDescription','linkHref','has','1321010fSXnaF','newValue','manualDecorators','get','afterInit','*Set\x20link:*\x20%0','39120LCbIAn','commandParams','toLowerCase','unlink','link','742fxeLvj','attribute','*Remove\x20link*','locale'];_0xd5c2=function(){return _0x529bda;};return _0xd5c2();}const _0x37fdc2=_0x2e39;(function(_0x537fd4,_0x15f90b){const _0x430c5a=_0x2e39,_0x416e58=_0x537fd4();while(!![]){try{const _0x38d049=parseInt(_0x430c5a(0x8c))/0x1*(parseInt(_0x430c5a(0x7c))/0x2)+parseInt(_0x430c5a(0x81))/0x3+parseInt(_0x430c5a(0x7d))/0x4+parseInt(_0x430c5a(0x92))/0x5+-parseInt(_0x430c5a(0x98))/0x6*(parseInt(_0x430c5a(0x73))/0x7)+-parseInt(_0x430c5a(0x86))/0x8+-parseInt(_0x430c5a(0x83))/0x9*(-parseInt(_0x430c5a(0x82))/0xa);if(_0x38d049===_0x15f90b)break;else _0x416e58['push'](_0x416e58['shift']());}catch(_0x3457d3){_0x416e58['push'](_0x416e58['shift']());}}}(_0xd5c2,0x73c89));function _0x2e39(_0x32ba07,_0x30a5d8){const _0xd5c2c5=_0xd5c2();return _0x2e39=function(_0x2e39de,_0x226b7f){_0x2e39de=_0x2e39de-0x70;let _0x4ec469=_0xd5c2c5[_0x2e39de];return _0x4ec469;},_0x2e39(_0x32ba07,_0x30a5d8);}import{Plugin as _0x41c8ab}from'ckeditor5/src/core.js';import{getTranslation as _0xbae403}from'../utils/common-translations.js';export default class ht extends _0x41c8ab{[_0x37fdc2(0x96)](){const _0x4b45fb=_0x37fdc2,_0x488649=this[_0x4b45fb(0x88)];if(!_0x488649[_0x4b45fb(0x80)][_0x4b45fb(0x91)](_0x4b45fb(0x8e)))return;const _0x321a68=_0x488649[_0x4b45fb(0x80)][_0x4b45fb(0x95)](_0x4b45fb(0x8b)),_0x8109c0=_0x488649[_0x4b45fb(0x85)][_0x4b45fb(0x95)](_0x4b45fb(0x72));_0x321a68[_0x4b45fb(0x7e)](_0x4b45fb(0x72)),_0x321a68[_0x4b45fb(0x7e)](_0x4b45fb(0x71)),_0x321a68[_0x4b45fb(0x7b)](_0x4b45fb(0x90));for(const _0xec7559 of _0x8109c0[_0x4b45fb(0x94)])_0x321a68[_0x4b45fb(0x7b)](_0xec7559['id']),_0x321a68[_0x4b45fb(0x77)][_0x4b45fb(0x7a)](_0xec7559['id'],_0x4b45fb(0x8d)+_0xec7559[_0x4b45fb(0x7f)][_0x4b45fb(0x70)]()+')');_0x321a68[_0x4b45fb(0x77)][_0x4b45fb(0x89)](_0x1bbd1b=>{const _0x213212=_0x4b45fb;if(_0x213212(0x74)!=_0x1bbd1b[_0x213212(0x79)])return;const {data:_0x31e89c}=_0x1bbd1b;if(!_0x31e89c||_0x213212(0x90)!=_0x31e89c[_0x213212(0x87)])return;const _0x3113e4=_0x31e89c[_0x213212(0x93)],_0x37e365=_0x488649[_0x213212(0x76)];return{'type':_0x213212(0x8a),'content':null==_0x3113e4?_0xbae403(_0x37e365,_0x213212(0x75)):_0xbae403(_0x37e365,_0x213212(0x97),'\x22'+_0x3113e4+'\x22')};}),this[_0x4b45fb(0x8f)]();}[_0x37fdc2(0x8f)](){const _0x1ba7a5=_0x37fdc2,_0x2693a6=this[_0x1ba7a5(0x88)],_0x2eda25=_0x2693a6[_0x1ba7a5(0x76)];_0x2693a6[_0x1ba7a5(0x80)][_0x1ba7a5(0x95)](_0x1ba7a5(0x8b))[_0x1ba7a5(0x77)][_0x1ba7a5(0x89)](_0x4b08f7=>{const _0x2cb6ab=_0x1ba7a5;if(_0x2cb6ab(0x84)!=_0x4b08f7[_0x2cb6ab(0x79)])return;const {data:_0x25437f}=_0x4b08f7;if(_0x25437f){if(_0x2cb6ab(0x72)==_0x25437f[_0x2cb6ab(0x78)]){const _0x11ad1f=_0x25437f[_0x2cb6ab(0x99)][0x0];return{'type':_0x2cb6ab(0x8a),'content':_0xbae403(_0x2eda25,_0x2cb6ab(0x97),'\x22'+_0x11ad1f+'\x22')};}return _0x2cb6ab(0x71)==_0x25437f[_0x2cb6ab(0x78)]?{'type':_0x2cb6ab(0x8a),'content':_0xbae403(_0x2eda25,_0x2cb6ab(0x75))}:void 0x0;}});}}
|
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x21f398=_0x3248;(function(_0x442dac,_0xcf55d){const _0x316a7c=_0x3248,_0x19477c=_0x442dac();while(!![]){try{const _0x20f2d0=-parseInt(_0x316a7c(0x16d))/0x1*(parseInt(_0x316a7c(0x1b0))/0x2)+parseInt(_0x316a7c(0x135))/0x3*(-parseInt(_0x316a7c(0x143))/0x4)+parseInt(_0x316a7c(0x1b5))/0x5*(parseInt(_0x316a7c(0x15e))/0x6)+parseInt(_0x316a7c(0x1b2))/0x7+-parseInt(_0x316a7c(0x11e))/0x8*(parseInt(_0x316a7c(0x186))/0x9)+-parseInt(_0x316a7c(0x13d))/0xa+parseInt(_0x316a7c(0x13e))/0xb;if(_0x20f2d0===_0xcf55d)break;else _0x19477c['push'](_0x19477c['shift']());}catch(_0x4003e2){_0x19477c['push'](_0x19477c['shift']());}}}(_0x3dd7,0x2c895));import{Plugin as _0x223fba}from'ckeditor5/src/core.js';import{getTranslation as _0x455588}from'../utils/common-translations.js';function _0x3dd7(){const _0x4419de=['*Format:*\x20insert\x20into\x20%0','newValue','ELEMENT_LIST_ITEM','nodeAfter','size','todo','newRange','ELEMENT_BULLETED_LIST','execute','attributes','1329ECLbsf','listMarker','isLocal','format','has','parent','customNumberedList','differ','209490wODvhQ','3842157rJUbww','createRange','*Merge:*\x20list\x20item','value','schema','508kBKVWn','model','registerPostFixer','*Set\x20format:*\x20%0','filter','commandName','isObject','todoList','listItemIdFixer','_findSuggestions','numbered','getSuggestion','batch','setSelection','mergeListItemForward','_registerLegacyDescription','startsWith','getChangedMarkers','commandParams','name','document','editor','listItemId','selection','config','_supportLegacySuggestions','numberedList','166380LRMvdJ','containsItem','get','customBulletedList','*Merge:*\x20%0','suggestion','oldRange','*Check\x20item*','attribute','ELEMENT_TODO_LIST','noTrackChangesFixer','splitListItemAfter','getFirstRange','registerDescriptionCallback','ELEMENT_','3071NVWQrz','getAttribute','listMarkerStyle','*Remove\x20format:*\x20%0','detach','documentList','bulleted','multipleBlocks','length','suggestion:attribute:','listReversed','end','*Uncheck\x20item*','*Outdent:*\x20%0','nextSibling','plugins','bulletedList','registerAttributeLabel','afterInit','start','*Indent:*\x20%0','range','registerElementLabel','hasSuggestion','assureChains','18GBInfs','_getAttributeKey','add','list.multiBlock','type','attributeKey','map','deletion','todoListCheck','outdentList','todoListChecked','registerBlockAttribute','change:data','toUpperCase','next','trackChangesCommand','isUndo','key','createPositionAt','meta','find','splitListItemBefore','_suggestionFactory','data','listStyle','getFirstMarker','getRanges','ELEMENT_NUMBERED_LIST','setAttribute','push','registerCustomCallback','forceValue','_splitMarkerName','listType','checkTodoList','fromRange','descriptionFactory','locale','getChanges','*Split:*\x20list\x20item','includes','change','122HyKTrp','listIndent','419419SXtCkn','accept','getSuggestions','35MLsJOh','head','previousSibling','high','TodoListEditing','removeMarker','TrackChangesEditing','*Format:*\x20remove\x20from\x20%0','_LIST','default','commands','from','625408otHkPN','isNextTo','groupId','oldValue','mergeListItemBackward','FORMAT_INDENT','enableDefaultAttributesIntegration','*Change\x20to:*\x20%0','ListEditing','listStart','formatBlock','indentList','refresh'];_0x3dd7=function(){return _0x4419de;};return _0x3dd7();}import{renameAttributeKey as _0x465b2b}from'../trackchangesediting.js';import{LiveRange as _0x420647}from'ckeditor5/src/engine.js';function _0x3248(_0x3cb2b6,_0x4f07e1){const _0x3dd74b=_0x3dd7();return _0x3248=function(_0x32484a,_0x20464d){_0x32484a=_0x32484a-0x11e;let _0x4fe80a=_0x3dd74b[_0x32484a];return _0x4fe80a;},_0x3248(_0x3cb2b6,_0x4f07e1);}export default class q extends _0x223fba{[_0x21f398(0x17f)](){const _0x16f25c=_0x21f398,_0x1d283d=this[_0x16f25c(0x158)];if(!_0x1d283d[_0x16f25c(0x17c)][_0x16f25c(0x139)](_0x16f25c(0x126)))return;const _0x29f011=_0x1d283d[_0x16f25c(0x1ab)],_0x396f03=_0x1d283d[_0x16f25c(0x17c)][_0x16f25c(0x160)](_0x16f25c(0x1bb)),_0x5b2837=_0x1d283d[_0x16f25c(0x17c)][_0x16f25c(0x139)](_0x16f25c(0x1b9)),_0x5d8d85=!!_0x1d283d[_0x16f25c(0x15b)][_0x16f25c(0x160)](_0x16f25c(0x189));function _0x336f94(_0x331e7c){const _0xb34fdc=_0x16f25c;return{'type':_0xb34fdc(0x138),'content':''+_0x455588(_0x29f011,_0xb34fdc(0x146),_0x331e7c)};}function _0x29e99c(_0x36930c){const _0x4ecd28=_0x16f25c;return{'type':_0x4ecd28(0x138),'content':''+_0x455588(_0x29f011,_0x4ecd28(0x170),_0x36930c)};}_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x15d)),_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x17d)),_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x13b)),_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x161)),_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x129)),_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x18f)),_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x169)),_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x19b)),_0x396f03[_0x16f25c(0x191)](_0x16f25c(0x159)),_0x396f03[_0x16f25c(0x191)](_0x16f25c(0x1a7)),_0x396f03[_0x16f25c(0x191)](_0x16f25c(0x1b1)),_0x5d8d85&&(_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x122)),_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x151))),_0x5b2837&&(_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x14a)),_0x396f03[_0x16f25c(0x124)](_0x16f25c(0x1a8)),_0x396f03[_0x16f25c(0x191)](_0x16f25c(0x190)),_0x396f03[_0x16f25c(0x1aa)][_0x16f25c(0x16b)](_0xf461a2=>{const _0x41d397=_0x16f25c,{data:_0x90f383}=_0xf461a2;if(_0x90f383&&_0x41d397(0x190)==_0x90f383[_0x41d397(0x197)])return{'type':_0x41d397(0x138),'content':_0x90f383[_0x41d397(0x12c)]?_0x455588(_0x29f011,_0x41d397(0x165)):_0x455588(_0x29f011,_0x41d397(0x179))};}),this[_0x16f25c(0x158)][_0x16f25c(0x144)][_0x16f25c(0x157)][_0x16f25c(0x145)](_0x30092b=>{const _0xa6ca97=_0x16f25c;if(_0x30092b[_0xa6ca97(0x14f)][_0xa6ca97(0x196)])return!0x1;let _0x5d40bc=!0x1;const _0x60e83d=_0x396f03[_0xa6ca97(0x1b4)]({'skipNotAttached':!0x0})[_0xa6ca97(0x147)](_0x2c8594=>_0xa6ca97(0x190)===_0x396f03[_0xa6ca97(0x187)](_0x2c8594));for(const _0x2110f3 of _0x60e83d){_0xa6ca97(0x130)!=_0x2110f3[_0xa6ca97(0x16a)]()[_0xa6ca97(0x180)][_0xa6ca97(0x12e)][_0xa6ca97(0x16e)](_0xa6ca97(0x1a7))&&(_0x396f03[_0xa6ca97(0x14c)](_0x2110f3[_0xa6ca97(0x16a)](),_0xa6ca97(0x166))[_0xa6ca97(0x19a)](_0x9c2909=>_0xa6ca97(0x1a7)===_0x396f03[_0xa6ca97(0x187)](_0x9c2909[_0xa6ca97(0x163)]))||(_0x30092b[_0xa6ca97(0x1ba)](_0x2110f3[_0xa6ca97(0x19f)]()),_0x5d40bc=!0x0));}return _0x5d40bc;})),_0x396f03[_0x16f25c(0x1aa)][_0x16f25c(0x17e)](_0x16f25c(0x1b1),_0x455588(_0x29f011,_0x16f25c(0x123)));const _0x5f51b2={'type':_0x16f25c(0x138),'content':''};_0x396f03[_0x16f25c(0x1aa)][_0x16f25c(0x16b)](_0x4faac3=>{const _0xa5e105=_0x16f25c,{data:_0x298fc2}=_0x4faac3;if(!_0x298fc2||_0xa5e105(0x1a7)!=_0x298fc2[_0xa5e105(0x197)])return;let _0x3c5747=_0x4faac3[_0xa5e105(0x1b6)];for(;_0x3c5747;){if(_0x3c5747[_0xa5e105(0x19d)]&&((_0xa5e105(0x19e)==_0x3c5747[_0xa5e105(0x19d)][_0xa5e105(0x197)]||_0xa5e105(0x16f)==_0x3c5747[_0xa5e105(0x19d)][_0xa5e105(0x197)])&&(_0x3c5747[_0xa5e105(0x19d)][_0xa5e105(0x12c)]&&_0xa5e105(0x1be)!=_0x3c5747[_0xa5e105(0x19d)][_0xa5e105(0x12c)]||_0xa5e105(0x1be)!=_0x3c5747[_0xa5e105(0x19d)][_0xa5e105(0x121)]&&!_0x298fc2[_0xa5e105(0x12c)])||!_0x5d8d85&&_0x3c5747[_0xa5e105(0x19d)][_0xa5e105(0x197)]==_0x465b2b))return _0x5f51b2;_0x3c5747=_0x3c5747[_0xa5e105(0x194)];}if(null==_0x298fc2[_0xa5e105(0x12c)])switch(_0x298fc2[_0xa5e105(0x121)]){case _0xa5e105(0x173):return _0x29e99c(_0x455588(_0x29f011,_0xa5e105(0x132)));case _0xa5e105(0x14d):return _0x29e99c(_0x455588(_0x29f011,_0xa5e105(0x1a1)));case _0xa5e105(0x130):return _0x29e99c(_0x455588(_0x29f011,_0xa5e105(0x167)));}switch(_0x298fc2[_0xa5e105(0x12c)]){case _0xa5e105(0x173):return _0x336f94(_0x455588(_0x29f011,_0xa5e105(0x132)));case _0xa5e105(0x14d):return _0x336f94(_0x455588(_0x29f011,_0xa5e105(0x1a1)));case _0xa5e105(0x130):return _0x336f94(_0x455588(_0x29f011,_0xa5e105(0x167)));}}),_0x396f03[_0x16f25c(0x1aa)][_0x16f25c(0x16b)](_0x7e126a=>{const _0x3e3843=_0x16f25c,{data:_0x3ac9f7}=_0x7e126a;if(_0x3ac9f7&&_0x3e3843(0x1b1)==_0x3ac9f7[_0x3e3843(0x197)])return null==_0x3ac9f7[_0x3e3843(0x12c)]||null==_0x3ac9f7[_0x3e3843(0x121)]&&0x0==_0x3ac9f7[_0x3e3843(0x12c)]?_0x5f51b2:void 0x0;}),_0x396f03[_0x16f25c(0x1aa)][_0x16f25c(0x16b)](_0x55f1b8=>{const _0x4bfcd7=_0x16f25c;if(_0x4bfcd7(0x166)!=_0x55f1b8[_0x4bfcd7(0x18a)])return;const {data:_0x2c42d5}=_0x55f1b8;if(!_0x2c42d5||_0x4bfcd7(0x159)!=_0x2c42d5[_0x4bfcd7(0x197)])return;const _0x4fb97b=le(_0x55f1b8);return _0x4bfcd7(0x12c)==_0x4fb97b?{'type':_0x4bfcd7(0x138),'content':_0x455588(_0x29f011,_0x4bfcd7(0x140))}:_0x4bfcd7(0x121)==_0x4fb97b?{'type':_0x4bfcd7(0x138),'content':_0x455588(_0x29f011,_0x4bfcd7(0x1ad))}:_0x5f51b2;}),_0x1d283d[_0x16f25c(0x144)][_0x16f25c(0x157)][_0x16f25c(0x145)](_0x5b3c21=>this[_0x16f25c(0x14b)](_0x5b3c21)),_0x1d283d[_0x16f25c(0x144)][_0x16f25c(0x157)][_0x16f25c(0x145)](_0x2b6415=>this[_0x16f25c(0x168)](_0x2b6415)),_0x1d283d[_0x16f25c(0x144)][_0x16f25c(0x157)]['on'](_0x16f25c(0x192),(_0x5600e3,_0x2ce365)=>{const _0x33bce9=_0x16f25c;if(_0x2ce365[_0x33bce9(0x196)]||!_0x2ce365[_0x33bce9(0x137)])return!0x1;this[_0x33bce9(0x185)]();},{'priority':_0x16f25c(0x1b8)}),this[_0x16f25c(0x15c)]();}[_0x21f398(0x14b)](_0x41117b){const _0x20e5fe=_0x21f398;if(_0x41117b[_0x20e5fe(0x14f)][_0x20e5fe(0x196)]||!_0x41117b[_0x20e5fe(0x14f)][_0x20e5fe(0x137)])return!0x1;let _0x12389f=!0x1;const _0x44cd52=this[_0x20e5fe(0x158)][_0x20e5fe(0x17c)][_0x20e5fe(0x160)](_0x20e5fe(0x1bb))[_0x20e5fe(0x1b4)]({'skipNotAttached':!0x0})[_0x20e5fe(0x147)](_0x568188=>_0x568188[_0x20e5fe(0x19d)]&&_0x20e5fe(0x159)==_0x568188[_0x20e5fe(0x19d)][_0x20e5fe(0x197)])[_0x20e5fe(0x147)](_0xc634bd=>_0xc634bd[_0x20e5fe(0x19d)][_0x20e5fe(0x12c)]&&_0xc634bd[_0x20e5fe(0x19d)][_0x20e5fe(0x121)]);for(const _0x33d316 of _0x44cd52)le(_0x33d316)||(_0x41117b[_0x20e5fe(0x1ba)](_0x33d316[_0x20e5fe(0x19f)]()),_0x12389f=!0x0);return _0x12389f;}[_0x21f398(0x168)](_0x1ff772){const _0x6c7dc1=_0x21f398;if(_0x1ff772[_0x6c7dc1(0x14f)][_0x6c7dc1(0x196)]||!_0x1ff772[_0x6c7dc1(0x14f)][_0x6c7dc1(0x137)])return!0x1;const _0x2bd871=this[_0x6c7dc1(0x158)][_0x6c7dc1(0x17c)][_0x6c7dc1(0x160)](_0x6c7dc1(0x1bb));if(_0x2bd871[_0x6c7dc1(0x195)][_0x6c7dc1(0x141)])return!0x1;let _0x21ea21=!0x1;const _0x4d3b42=[_0x6c7dc1(0x1a7),_0x6c7dc1(0x159),_0x6c7dc1(0x1b1),_0x6c7dc1(0x19e),_0x6c7dc1(0x127),_0x6c7dc1(0x177),_0x6c7dc1(0x18e),_0x6c7dc1(0x136),_0x6c7dc1(0x16f)],_0x57b09f=this[_0x6c7dc1(0x158)][_0x6c7dc1(0x144)][_0x6c7dc1(0x157)][_0x6c7dc1(0x13c)][_0x6c7dc1(0x1ac)]()[_0x6c7dc1(0x147)](_0x293f89=>_0x6c7dc1(0x166)==_0x293f89[_0x6c7dc1(0x18a)])[_0x6c7dc1(0x147)](_0x64ca2=>_0x4d3b42[_0x6c7dc1(0x1ae)](_0x64ca2[_0x6c7dc1(0x18b)]));if(0x0==_0x57b09f[_0x6c7dc1(0x175)])return _0x21ea21;for(const _0x53852e of _0x57b09f){const _0x21dead=_0x2bd871[_0x6c7dc1(0x14c)](_0x53852e[_0x6c7dc1(0x182)],_0x6c7dc1(0x166))[_0x6c7dc1(0x147)](_0x18f42a=>!_0x18f42a[_0x6c7dc1(0x199)][_0x6c7dc1(0x11f)])[_0x6c7dc1(0x18c)](_0xd2e3b5=>_0xd2e3b5[_0x6c7dc1(0x163)])[_0x6c7dc1(0x147)](_0x4fc2c8=>{const _0x5bb908=_0x6c7dc1,_0xf5e4e2=_0x2bd871[_0x5bb908(0x187)](_0x4fc2c8);return _0x4d3b42[_0x5bb908(0x1ae)](_0xf5e4e2);});if(_0x21dead[_0x6c7dc1(0x175)]){for(const _0x133ad5 of _0x21dead)_0x1ff772[_0x6c7dc1(0x1ba)](_0x133ad5[_0x6c7dc1(0x19f)]());_0x21ea21=!0x0;}}return _0x21ea21;}[_0x21f398(0x185)](){const _0x447a9d=_0x21f398,_0x584ee5=this[_0x447a9d(0x158)][_0x447a9d(0x17c)][_0x447a9d(0x160)](_0x447a9d(0x1bb)),_0x3080a0=[_0x447a9d(0x1a7),_0x447a9d(0x159),_0x447a9d(0x1b1),_0x447a9d(0x19e),_0x447a9d(0x127),_0x447a9d(0x177),_0x447a9d(0x18e),_0x447a9d(0x136),_0x447a9d(0x16f)];let _0x5785b5;const _0xcbaf3=new Set(this[_0x447a9d(0x158)][_0x447a9d(0x144)][_0x447a9d(0x157)][_0x447a9d(0x13c)][_0x447a9d(0x154)]()[_0x447a9d(0x147)](_0x3db9b9=>{const _0x35e2ac=_0x447a9d;if(_0x3db9b9[_0x35e2ac(0x19d)][_0x35e2ac(0x164)]||!_0x3db9b9[_0x35e2ac(0x19d)][_0x35e2ac(0x131)])return null;if(!_0x3db9b9[_0x35e2ac(0x156)][_0x35e2ac(0x153)](_0x35e2ac(0x176)))return null;const {id:_0x51a271}=_0x584ee5[_0x35e2ac(0x1a6)](_0x3db9b9[_0x35e2ac(0x156)]);if(!_0x584ee5[_0x35e2ac(0x184)](_0x51a271))return null;const _0x555c2c=_0x584ee5[_0x35e2ac(0x14e)](_0x51a271);return _0x3080a0[_0x35e2ac(0x1ae)](_0x555c2c[_0x35e2ac(0x19d)][_0x35e2ac(0x197)]);})[_0x447a9d(0x18c)](_0x3b7ff3=>{const _0x42986c=_0x447a9d,{id:_0x1a99fa}=_0x584ee5[_0x42986c(0x1a6)](_0x3b7ff3[_0x42986c(0x156)]),_0x1db295=_0x584ee5[_0x42986c(0x14e)](_0x1a99fa);return _0x5785b5=_0x1db295[_0x42986c(0x134)][_0x42986c(0x120)],_0x1db295[_0x42986c(0x16a)]()[_0x42986c(0x180)][_0x42986c(0x12e)];}));if(0x0==_0xcbaf3[_0x447a9d(0x12f)])return;const _0x473205=_0x584ee5[_0x447a9d(0x1b4)]({'skipNotAttached':!0x0})[_0x447a9d(0x147)](_0x3c4a03=>_0x447a9d(0x166)==_0x3c4a03[_0x447a9d(0x18a)]&&_0x3c4a03[_0x447a9d(0x19d)]&&_0x3080a0[_0x447a9d(0x1ae)](_0x3c4a03[_0x447a9d(0x19d)][_0x447a9d(0x197)])&&_0x3c4a03[_0x447a9d(0x134)][_0x447a9d(0x120)]!=_0x5785b5)[_0x447a9d(0x18c)](_0x5c54f9=>({'listItem':_0x5c54f9[_0x447a9d(0x16a)]()[_0x447a9d(0x180)][_0x447a9d(0x12e)],'groupId':_0x5c54f9[_0x447a9d(0x134)][_0x447a9d(0x120)]})),_0x2cbf12=new Set();for(const {groupId:_0x57e065,listItem:_0x6db41}of _0x473205)_0xcbaf3[_0x447a9d(0x139)](_0x6db41)&&_0x2cbf12[_0x447a9d(0x188)](_0x57e065);for(const _0x34eb07 of _0x584ee5[_0x447a9d(0x1b4)]())_0x2cbf12[_0x447a9d(0x139)](_0x34eb07[_0x447a9d(0x134)][_0x447a9d(0x120)])&&_0x34eb07[_0x447a9d(0x1a2)](_0x447a9d(0x120),_0x5785b5);}[_0x21f398(0x15c)](){const _0x3004e4=_0x21f398,_0x3721a4=this[_0x3004e4(0x158)],_0x5a43e6=_0x3721a4[_0x3004e4(0x1ab)],_0x1bcda4=_0x3721a4[_0x3004e4(0x17c)][_0x3004e4(0x160)](_0x3004e4(0x1bb));this[_0x3004e4(0x152)](),_0x1bcda4[_0x3004e4(0x19c)][_0x3004e4(0x1a4)](_0x3004e4(0x128),_0x3004e4(0x172),_0x3004e4(0x1b3),function(_0x36eefb,_0x3ad15d){const _0x380763=_0x3004e4,_0x510bd5=[];for(let _0x166c9f of _0x36eefb)_0x166c9f[_0x380763(0x180)][_0x380763(0x12e)]===_0x166c9f[_0x380763(0x178)][_0x380763(0x13a)]&&(_0x166c9f=_0x3721a4[_0x380763(0x144)][_0x380763(0x13f)](_0x3721a4[_0x380763(0x144)][_0x380763(0x198)](_0x166c9f[_0x380763(0x180)][_0x380763(0x12e)],0x0))),_0x510bd5[_0x380763(0x1a3)](_0x166c9f);_0x3721a4[_0x380763(0x144)][_0x380763(0x1af)](_0x42a981=>{const _0x145864=_0x380763,_0x40069c=_0x3721a4[_0x145864(0x144)][_0x145864(0x157)][_0x145864(0x15a)],_0x2687a3=Array[_0x145864(0x1c0)](_0x40069c[_0x145864(0x1a0)]())[_0x145864(0x18c)](_0x4a99ee=>_0x420647[_0x145864(0x1a9)](_0x4a99ee));_0x42a981[_0x145864(0x150)](_0x510bd5),_0x3721a4[_0x145864(0x1bf)][_0x145864(0x160)](_0x3ad15d[_0x145864(0x148)])[_0x145864(0x12a)](),_0x3ad15d[_0x145864(0x155)][_0x145864(0x1a3)]({'forceDefaultExecution':!0x0}),_0x3721a4[_0x145864(0x133)](_0x3ad15d[_0x145864(0x148)],..._0x3ad15d[_0x145864(0x155)]),_0x42a981[_0x145864(0x150)](_0x2687a3);for(const _0x26f531 of _0x2687a3)_0x26f531[_0x145864(0x171)]();});}),_0x1bcda4[_0x3004e4(0x1aa)][_0x3004e4(0x183)](function(_0x245ede){const _0x4157c6=_0x3004e4,_0x20e8c7=!_0x3721a4[_0x4157c6(0x144)][_0x4157c6(0x142)][_0x4157c6(0x149)](_0x245ede),_0x37764c=_0x245ede[_0x4157c6(0x1b7)],_0x50fa36=_0x245ede[_0x4157c6(0x17b)],_0x4d4cf4=_0x245ede[_0x4157c6(0x16e)](_0x4157c6(0x159)),_0x4fff83=!_0x37764c||_0x37764c[_0x4157c6(0x16e)](_0x4157c6(0x159))!==_0x4d4cf4,_0xa22bdb=!_0x50fa36||_0x50fa36[_0x4157c6(0x16e)](_0x4157c6(0x159))!==_0x4d4cf4;return _0x20e8c7&&Boolean(_0x4d4cf4)&&_0x4fff83&&_0xa22bdb;},_0x22b3a3=>_0x455588(_0x5a43e6,_0x3004e4(0x12d),_0x22b3a3));}[_0x21f398(0x152)](){const _0x20121c=_0x21f398,_0x351b11=this[_0x20121c(0x158)],_0x500082=_0x351b11[_0x20121c(0x1ab)];function _0x4380cc(_0x2d0842){const _0x268562=_0x20121c,_0x56ece2=_0x351b11[_0x268562(0x1bf)][_0x268562(0x160)](_0x268562(0x17d))[_0x268562(0x141)],_0x160ef4=_0x351b11[_0x268562(0x1bf)][_0x268562(0x160)](_0x268562(0x15d))[_0x268562(0x141)];return _0x268562(0x15d)===_0x2d0842?_0x56ece2:_0x160ef4;}_0x351b11[_0x20121c(0x17c)][_0x20121c(0x160)](_0x20121c(0x1bb))[_0x20121c(0x1aa)][_0x20121c(0x16b)](function(_0x3ea10c){const _0x61bfdf=_0x20121c;if(_0x61bfdf(0x128)!=_0x3ea10c[_0x61bfdf(0x18a)])return;const {data:_0x1e06aa}=_0x3ea10c;if(!_0x1e06aa)return;let _0x489a05,_0x11581c,_0x487b67,_0xe71c7a;switch(_0x1e06aa[_0x61bfdf(0x148)]){case _0x61bfdf(0x17d):_0x487b67=_0x1e06aa[_0x61bfdf(0x155)][0x0][_0x61bfdf(0x1a5)],_0xe71c7a=_0x4380cc(_0x1e06aa[_0x61bfdf(0x148)]),_0x489a05=_0x487b67?_0x61bfdf(0x12b):_0x61bfdf(0x1bc),!_0xe71c7a&&_0x351b11[_0x61bfdf(0x15b)][_0x61bfdf(0x160)](_0x61bfdf(0x189))||(_0x489a05=_0x61bfdf(0x125)),_0x11581c={'type':_0x61bfdf(0x138),'content':_0x455588(_0x500082,_0x489a05,_0x455588(_0x500082,_0x61bfdf(0x132)))};break;case _0x61bfdf(0x15d):_0x487b67=_0x1e06aa[_0x61bfdf(0x155)][0x0][_0x61bfdf(0x1a5)],_0xe71c7a=_0x4380cc(_0x1e06aa[_0x61bfdf(0x148)]),_0x489a05=_0x487b67?_0x61bfdf(0x12b):_0x61bfdf(0x1bc),!_0xe71c7a&&_0x351b11[_0x61bfdf(0x15b)][_0x61bfdf(0x160)](_0x61bfdf(0x189))||(_0x489a05=_0x61bfdf(0x125)),_0x11581c={'type':_0x61bfdf(0x138),'content':_0x455588(_0x500082,_0x489a05,_0x455588(_0x500082,_0x61bfdf(0x1a1)))};break;case _0x61bfdf(0x129):_0x489a05=_0x61bfdf(0x181),_0x11581c={'type':_0x61bfdf(0x138),'content':_0x455588(_0x500082,_0x489a05,_0x455588(_0x500082,_0x61bfdf(0x12d)))};break;case _0x61bfdf(0x18f):_0x489a05=function(_0x473bcd){const _0x4e99de=_0x61bfdf,_0xcbccb4=_0x473bcd[_0x4e99de(0x16a)]();let _0x2e49d9=_0xcbccb4[_0x4e99de(0x180)][_0x4e99de(0x12e)];for(;_0x2e49d9&&_0xcbccb4[_0x4e99de(0x15f)](_0x2e49d9);){if(_0x2e49d9[_0x4e99de(0x16e)](_0x4e99de(0x1b1))>0x0)return!0x1;_0x2e49d9=_0x2e49d9[_0x4e99de(0x17b)];}return!0x0;}(_0x3ea10c)?_0x455588(_0x500082,_0x61bfdf(0x1bc),_0x455588(_0x500082,function(_0x2a375e){const _0x5f4fd9=_0x61bfdf;return _0x5f4fd9(0x16c)+_0x2a375e[_0x5f4fd9(0x16a)]()[_0x5f4fd9(0x180)][_0x5f4fd9(0x12e)][_0x5f4fd9(0x16e)](_0x5f4fd9(0x1a7))[_0x5f4fd9(0x193)]()+_0x5f4fd9(0x1bd);}(_0x3ea10c))):_0x455588(_0x500082,_0x61bfdf(0x17a),_0x455588(_0x500082,_0x61bfdf(0x12d))),_0x11581c={'type':_0x61bfdf(0x138),'content':_0x489a05};break;case _0x61bfdf(0x122):case _0x61bfdf(0x151):!0x1===_0x1e06aa[_0x61bfdf(0x174)]&&(_0x489a05=_0x61bfdf(0x162),_0x11581c={'type':_0x61bfdf(0x18d),'content':_0x455588(_0x500082,_0x489a05,_0x455588(_0x500082,_0x61bfdf(0x12d)))});}return _0x11581c;});}}function le(_0x4f1dab){const _0x29dc6c=_0x21f398;let _0x541834=_0x4f1dab[_0x29dc6c(0x16a)]()[_0x29dc6c(0x180)][_0x29dc6c(0x12e)][_0x29dc6c(0x1b7)];for(;_0x541834;){const _0x9ecec8=_0x541834[_0x29dc6c(0x16e)](_0x29dc6c(0x159));if(!_0x9ecec8)return!0x1;if(_0x9ecec8==_0x4f1dab[_0x29dc6c(0x19d)][_0x29dc6c(0x12c)])return _0x29dc6c(0x12c);if(_0x9ecec8==_0x4f1dab[_0x29dc6c(0x19d)][_0x29dc6c(0x121)])return _0x29dc6c(0x121);_0x541834=_0x541834[_0x29dc6c(0x1b7)];}return!0x1;}
|
|
23
|
+
const _0x3ce11d=_0x1d47;(function(_0x1a7b57,_0x498fa0){const _0x25f760=_0x1d47,_0x5173f6=_0x1a7b57();while(!![]){try{const _0x3984dc=-parseInt(_0x25f760(0x1b2))/0x1*(parseInt(_0x25f760(0x1c2))/0x2)+-parseInt(_0x25f760(0x1ce))/0x3*(parseInt(_0x25f760(0x1a8))/0x4)+-parseInt(_0x25f760(0x1ec))/0x5*(parseInt(_0x25f760(0x1ed))/0x6)+parseInt(_0x25f760(0x1e9))/0x7+parseInt(_0x25f760(0x224))/0x8*(parseInt(_0x25f760(0x20d))/0x9)+-parseInt(_0x25f760(0x214))/0xa+parseInt(_0x25f760(0x1dd))/0xb;if(_0x3984dc===_0x498fa0)break;else _0x5173f6['push'](_0x5173f6['shift']());}catch(_0x2cf62e){_0x5173f6['push'](_0x5173f6['shift']());}}}(_0x503f,0x9c138));import{Plugin as _0x432458}from'ckeditor5/src/core.js';function _0x1d47(_0x33f1ff,_0x30b6fe){const _0x503fd1=_0x503f();return _0x1d47=function(_0x1d4759,_0x8cb566){_0x1d4759=_0x1d4759-0x18b;let _0x43dd21=_0x503fd1[_0x1d4759];return _0x43dd21;},_0x1d47(_0x33f1ff,_0x30b6fe);}import{getTranslation as _0x3278ad}from'../utils/common-translations.js';import{renameAttributeKey as _0x3c54c3}from'../trackchangesediting.js';import{LiveRange as _0x147ee2}from'ckeditor5/src/engine.js';export default class K extends _0x432458{[_0x3ce11d(0x1c0)](){const _0x123f21=_0x3ce11d,_0x4f5637=this[_0x123f21(0x1a7)];if(!_0x4f5637[_0x123f21(0x213)][_0x123f21(0x1c4)](_0x123f21(0x1ad)))return;const _0x2ab004=_0x4f5637[_0x123f21(0x1f1)],_0x1cae01=_0x4f5637[_0x123f21(0x213)][_0x123f21(0x1bf)](_0x123f21(0x206)),_0x4bdfbc=_0x4f5637[_0x123f21(0x213)][_0x123f21(0x1c4)](_0x123f21(0x1db)),_0x845f1e=!!_0x4f5637[_0x123f21(0x1b1)][_0x123f21(0x1bf)](_0x123f21(0x1c1));function _0x184f37(_0x5af8fb){const _0xbe192=_0x123f21;return{'type':_0xbe192(0x19e),'content':''+_0x3278ad(_0x2ab004,_0xbe192(0x22b),_0x5af8fb)};}function _0x55da04(_0x12d9a9){const _0x46d054=_0x123f21;return{'type':_0x46d054(0x19e),'content':''+_0x3278ad(_0x2ab004,_0x46d054(0x194),_0x12d9a9)};}_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x1fc)),_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x1bb)),_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x1ee)),_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x18f)),_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x1ae)),_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x1ab)),_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x227)),_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x1d8)),_0x1cae01[_0x123f21(0x1e0)](_0x123f21(0x1f7)),_0x1cae01[_0x123f21(0x1e0)](_0x123f21(0x1a5)),_0x1cae01[_0x123f21(0x1e0)](_0x123f21(0x210)),_0x845f1e&&(_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x1de)),_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x204))),_0x4bdfbc&&(_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x209)),_0x1cae01[_0x123f21(0x1c3)](_0x123f21(0x18d)),_0x1cae01[_0x123f21(0x1e0)](_0x123f21(0x18c)),_0x1cae01[_0x123f21(0x1a2)][_0x123f21(0x21a)](_0x7c4775=>{const _0x260912=_0x123f21,{data:_0x37a15d}=_0x7c4775;if(_0x37a15d&&_0x260912(0x18c)==_0x37a15d[_0x260912(0x19a)])return{'type':_0x260912(0x19e),'content':_0x37a15d[_0x260912(0x1b9)]?_0x3278ad(_0x2ab004,_0x260912(0x1c5)):_0x3278ad(_0x2ab004,_0x260912(0x1f3))};}),this[_0x123f21(0x1a7)][_0x123f21(0x21f)][_0x123f21(0x195)][_0x123f21(0x1b0)](_0x42a086=>{const _0x18096a=_0x123f21;if(_0x42a086[_0x18096a(0x1a0)][_0x18096a(0x1fb)])return!0x1;let _0x16650b=!0x1;const _0x574423=_0x1cae01[_0x18096a(0x1e8)]({'skipNotAttached':!0x0})[_0x18096a(0x1e6)](_0x42f6a=>_0x18096a(0x18c)===_0x1cae01[_0x18096a(0x191)](_0x42f6a));for(const _0xa025ab of _0x574423){_0x18096a(0x1ba)!=_0xa025ab[_0x18096a(0x1d0)]()[_0x18096a(0x192)][_0x18096a(0x203)][_0x18096a(0x196)](_0x18096a(0x1a5))&&(_0x1cae01[_0x18096a(0x226)](_0xa025ab[_0x18096a(0x1d0)](),_0x18096a(0x1ef))[_0x18096a(0x198)](_0x547ba3=>_0x18096a(0x1a5)===_0x1cae01[_0x18096a(0x191)](_0x547ba3[_0x18096a(0x1d1)]))||(_0x42a086[_0x18096a(0x1d9)](_0xa025ab[_0x18096a(0x21b)]()),_0x16650b=!0x0));}return _0x16650b;})),_0x1cae01[_0x123f21(0x1a2)][_0x123f21(0x1d5)](_0x123f21(0x210),_0x3278ad(_0x2ab004,_0x123f21(0x20b)));const _0x3d4fb0={'type':_0x123f21(0x19e),'content':''};_0x1cae01[_0x123f21(0x1a2)][_0x123f21(0x21a)](_0x5dfcbb=>{const _0x188434=_0x123f21,{data:_0x10556f}=_0x5dfcbb;if(!_0x10556f||_0x188434(0x1a5)!=_0x10556f[_0x188434(0x19a)])return;let _0x56dfac=_0x5dfcbb[_0x188434(0x1af)];for(;_0x56dfac;){if(_0x56dfac[_0x188434(0x216)]&&((_0x188434(0x208)==_0x56dfac[_0x188434(0x216)][_0x188434(0x19a)]||_0x188434(0x1d6)==_0x56dfac[_0x188434(0x216)][_0x188434(0x19a)])&&(_0x56dfac[_0x188434(0x216)][_0x188434(0x1b9)]&&_0x188434(0x1b6)!=_0x56dfac[_0x188434(0x216)][_0x188434(0x1b9)]||_0x188434(0x1b6)!=_0x56dfac[_0x188434(0x216)][_0x188434(0x201)]&&!_0x10556f[_0x188434(0x1b9)])||!_0x845f1e&&_0x56dfac[_0x188434(0x216)][_0x188434(0x19a)]==_0x3c54c3))return _0x3d4fb0;_0x56dfac=_0x56dfac[_0x188434(0x1c7)];}if(null==_0x10556f[_0x188434(0x1b9)])switch(_0x10556f[_0x188434(0x201)]){case _0x188434(0x19c):return _0x55da04(_0x3278ad(_0x2ab004,_0x188434(0x22a)));case _0x188434(0x1ea):return _0x55da04(_0x3278ad(_0x2ab004,_0x188434(0x1ca)));case _0x188434(0x1ba):return _0x55da04(_0x3278ad(_0x2ab004,_0x188434(0x1e7)));}switch(_0x10556f[_0x188434(0x1b9)]){case _0x188434(0x19c):return _0x184f37(_0x3278ad(_0x2ab004,_0x188434(0x22a)));case _0x188434(0x1ea):return _0x184f37(_0x3278ad(_0x2ab004,_0x188434(0x1ca)));case _0x188434(0x1ba):return _0x184f37(_0x3278ad(_0x2ab004,_0x188434(0x1e7)));}}),_0x1cae01[_0x123f21(0x1a2)][_0x123f21(0x21a)](_0x5a4543=>{const _0xed8873=_0x123f21,{data:_0x149d8b}=_0x5a4543;if(_0x149d8b&&_0xed8873(0x210)==_0x149d8b[_0xed8873(0x19a)])return null==_0x149d8b[_0xed8873(0x1b9)]||null==_0x149d8b[_0xed8873(0x201)]&&0x0==_0x149d8b[_0xed8873(0x1b9)]?_0x3d4fb0:void 0x0;}),_0x1cae01[_0x123f21(0x1a2)][_0x123f21(0x21a)](_0x3a218c=>{const _0x154e40=_0x123f21;if(_0x154e40(0x1ef)!=_0x3a218c[_0x154e40(0x20a)])return;const {data:_0x7f6ec3}=_0x3a218c;if(!_0x7f6ec3||_0x154e40(0x1f7)!=_0x7f6ec3[_0x154e40(0x19a)])return;const _0x28fc0e=le(_0x3a218c);return _0x154e40(0x1b9)==_0x28fc0e?{'type':_0x154e40(0x19e),'content':_0x3278ad(_0x2ab004,_0x154e40(0x1f5))}:_0x154e40(0x201)==_0x28fc0e?{'type':_0x154e40(0x19e),'content':_0x3278ad(_0x2ab004,_0x154e40(0x1fd))}:_0x3d4fb0;}),_0x4f5637[_0x123f21(0x21f)][_0x123f21(0x195)][_0x123f21(0x1b0)](_0x32bc0c=>this[_0x123f21(0x1da)](_0x32bc0c)),_0x4f5637[_0x123f21(0x21f)][_0x123f21(0x195)][_0x123f21(0x1b0)](_0x5066a4=>this[_0x123f21(0x18e)](_0x5066a4)),_0x4f5637[_0x123f21(0x21f)][_0x123f21(0x195)]['on'](_0x123f21(0x1bd),(_0x1070c7,_0x2cd456)=>{const _0x308c1f=_0x123f21;if(_0x2cd456[_0x308c1f(0x1fb)]||!_0x2cd456[_0x308c1f(0x19b)])return!0x1;this[_0x308c1f(0x20c)]();},{'priority':_0x123f21(0x22d)}),this[_0x123f21(0x1dc)]();}[_0x3ce11d(0x1da)](_0xa1a9a1){const _0x142302=_0x3ce11d;if(_0xa1a9a1[_0x142302(0x1a0)][_0x142302(0x1fb)]||!_0xa1a9a1[_0x142302(0x1a0)][_0x142302(0x19b)])return!0x1;let _0x3c006d=!0x1;const _0x5d0a3c=this[_0x142302(0x1a7)][_0x142302(0x213)][_0x142302(0x1bf)](_0x142302(0x206))[_0x142302(0x1e8)]({'skipNotAttached':!0x0})[_0x142302(0x1e6)](_0x2db7e3=>_0x2db7e3[_0x142302(0x216)]&&_0x142302(0x1f7)==_0x2db7e3[_0x142302(0x216)][_0x142302(0x19a)])[_0x142302(0x1e6)](_0x15cf52=>_0x15cf52[_0x142302(0x216)][_0x142302(0x1b9)]&&_0x15cf52[_0x142302(0x216)][_0x142302(0x201)]);for(const _0x187536 of _0x5d0a3c)le(_0x187536)||(_0xa1a9a1[_0x142302(0x1d9)](_0x187536[_0x142302(0x21b)]()),_0x3c006d=!0x0);return _0x3c006d;}[_0x3ce11d(0x18e)](_0x384a5f){const _0x5e90b0=_0x3ce11d;if(_0x384a5f[_0x5e90b0(0x1a0)][_0x5e90b0(0x1fb)]||!_0x384a5f[_0x5e90b0(0x1a0)][_0x5e90b0(0x19b)])return!0x1;const _0x51e305=this[_0x5e90b0(0x1a7)][_0x5e90b0(0x213)][_0x5e90b0(0x1bf)](_0x5e90b0(0x206));if(_0x51e305[_0x5e90b0(0x221)][_0x5e90b0(0x1eb)])return!0x1;let _0x15a4a6=!0x1;const _0x1d2326=[_0x5e90b0(0x1a5),_0x5e90b0(0x1f7),_0x5e90b0(0x210),_0x5e90b0(0x208),_0x5e90b0(0x229),_0x5e90b0(0x222),_0x5e90b0(0x223),_0x5e90b0(0x1e2),_0x5e90b0(0x1d6)],_0x48c530=this[_0x5e90b0(0x1a7)][_0x5e90b0(0x21f)][_0x5e90b0(0x195)][_0x5e90b0(0x1b7)][_0x5e90b0(0x1f0)]()[_0x5e90b0(0x1e6)](_0x437c17=>_0x5e90b0(0x1ef)==_0x437c17[_0x5e90b0(0x20a)])[_0x5e90b0(0x1e6)](_0x49c3bd=>_0x1d2326[_0x5e90b0(0x1f4)](_0x49c3bd[_0x5e90b0(0x197)]));if(0x0==_0x48c530[_0x5e90b0(0x212)])return _0x15a4a6;for(const _0x4b5efd of _0x48c530){const _0x49df37=_0x51e305[_0x5e90b0(0x226)](_0x4b5efd[_0x5e90b0(0x1e1)],_0x5e90b0(0x1ef))[_0x5e90b0(0x1e6)](_0x17c6f2=>!_0x17c6f2[_0x5e90b0(0x207)][_0x5e90b0(0x20f)])[_0x5e90b0(0x18b)](_0x1b620b=>_0x1b620b[_0x5e90b0(0x1d1)])[_0x5e90b0(0x1e6)](_0x5f43e9=>{const _0x1461e3=_0x5e90b0,_0x44cb1a=_0x51e305[_0x1461e3(0x191)](_0x5f43e9);return _0x1d2326[_0x1461e3(0x1f4)](_0x44cb1a);});if(_0x49df37[_0x5e90b0(0x212)]){for(const _0x3a0036 of _0x49df37)_0x384a5f[_0x5e90b0(0x1d9)](_0x3a0036[_0x5e90b0(0x21b)]());_0x15a4a6=!0x0;}}return _0x15a4a6;}[_0x3ce11d(0x20c)](){const _0x491e1a=_0x3ce11d,_0x185146=this[_0x491e1a(0x1a7)][_0x491e1a(0x213)][_0x491e1a(0x1bf)](_0x491e1a(0x206)),_0x1d9499=[_0x491e1a(0x1a5),_0x491e1a(0x1f7),_0x491e1a(0x210),_0x491e1a(0x208),_0x491e1a(0x229),_0x491e1a(0x222),_0x491e1a(0x223),_0x491e1a(0x1e2),_0x491e1a(0x1d6)];let _0x36719e;const _0x39e5e8=new Set(this[_0x491e1a(0x1a7)][_0x491e1a(0x21f)][_0x491e1a(0x195)][_0x491e1a(0x1b7)][_0x491e1a(0x228)]()[_0x491e1a(0x1e6)](_0x5da17b=>{const _0x4a360a=_0x491e1a;if(_0x5da17b[_0x4a360a(0x216)][_0x4a360a(0x1fe)]||!_0x5da17b[_0x4a360a(0x216)][_0x4a360a(0x211)])return null;if(!_0x5da17b[_0x4a360a(0x1ff)][_0x4a360a(0x1cb)](_0x4a360a(0x1d4)))return null;const {id:_0x389cf8}=_0x185146[_0x4a360a(0x193)](_0x5da17b[_0x4a360a(0x1ff)]);if(!_0x185146[_0x4a360a(0x1d3)](_0x389cf8))return null;const _0x2ed77c=_0x185146[_0x4a360a(0x220)](_0x389cf8);return _0x1d9499[_0x4a360a(0x1f4)](_0x2ed77c[_0x4a360a(0x216)][_0x4a360a(0x19a)]);})[_0x491e1a(0x18b)](_0x570831=>{const _0x27b18f=_0x491e1a,{id:_0x3dcbe8}=_0x185146[_0x27b18f(0x193)](_0x570831[_0x27b18f(0x1ff)]),_0xa69c10=_0x185146[_0x27b18f(0x220)](_0x3dcbe8);return _0x36719e=_0xa69c10[_0x27b18f(0x1be)][_0x27b18f(0x219)],_0xa69c10[_0x27b18f(0x1d0)]()[_0x27b18f(0x192)][_0x27b18f(0x203)];}));if(0x0==_0x39e5e8[_0x491e1a(0x1ac)])return;const _0x3c83a0=_0x185146[_0x491e1a(0x1e8)]({'skipNotAttached':!0x0})[_0x491e1a(0x1e6)](_0x38ebca=>_0x491e1a(0x1ef)==_0x38ebca[_0x491e1a(0x20a)]&&_0x38ebca[_0x491e1a(0x216)]&&_0x1d9499[_0x491e1a(0x1f4)](_0x38ebca[_0x491e1a(0x216)][_0x491e1a(0x19a)])&&_0x38ebca[_0x491e1a(0x1be)][_0x491e1a(0x219)]!=_0x36719e)[_0x491e1a(0x18b)](_0x2d6c67=>({'listItem':_0x2d6c67[_0x491e1a(0x1d0)]()[_0x491e1a(0x192)][_0x491e1a(0x203)],'groupId':_0x2d6c67[_0x491e1a(0x1be)][_0x491e1a(0x219)]})),_0x514080=new Set();for(const {groupId:_0x297919,listItem:_0x559108}of _0x3c83a0)_0x39e5e8[_0x491e1a(0x1c4)](_0x559108)&&_0x514080[_0x491e1a(0x21d)](_0x297919);for(const _0x1ed76c of _0x185146[_0x491e1a(0x1e8)]())_0x514080[_0x491e1a(0x1c4)](_0x1ed76c[_0x491e1a(0x1be)][_0x491e1a(0x219)])&&_0x1ed76c[_0x491e1a(0x1e3)](_0x491e1a(0x219),_0x36719e);}[_0x3ce11d(0x1dc)](){const _0x5df203=_0x3ce11d,_0x29a617=this[_0x5df203(0x1a7)],_0x111889=_0x29a617[_0x5df203(0x1f1)],_0x17ec6d=_0x29a617[_0x5df203(0x213)][_0x5df203(0x1bf)](_0x5df203(0x206));this[_0x5df203(0x215)](),_0x17ec6d[_0x5df203(0x1e5)][_0x5df203(0x1a3)](_0x5df203(0x19f),_0x5df203(0x1f6),_0x5df203(0x1f8),function(_0x9e8e78,_0x283138){const _0x215b4c=_0x5df203,_0x320736=[];for(let _0x60f033 of _0x9e8e78)_0x60f033[_0x215b4c(0x192)][_0x215b4c(0x203)]===_0x60f033[_0x215b4c(0x217)][_0x215b4c(0x1c6)]&&(_0x60f033=_0x29a617[_0x215b4c(0x21f)][_0x215b4c(0x1b4)](_0x29a617[_0x215b4c(0x21f)][_0x215b4c(0x218)](_0x60f033[_0x215b4c(0x192)][_0x215b4c(0x203)],0x0))),_0x320736[_0x215b4c(0x1c9)](_0x60f033);_0x29a617[_0x215b4c(0x21f)][_0x215b4c(0x1bc)](_0x8a949d=>{const _0x15a88f=_0x215b4c,_0x23dadb=_0x29a617[_0x15a88f(0x21f)][_0x15a88f(0x195)][_0x15a88f(0x1a1)],_0x19d629=Array[_0x15a88f(0x22c)](_0x23dadb[_0x15a88f(0x19d)]())[_0x15a88f(0x18b)](_0x9440c8=>_0x147ee2[_0x15a88f(0x1d2)](_0x9440c8));_0x8a949d[_0x15a88f(0x1fa)](_0x320736),_0x29a617[_0x15a88f(0x21e)][_0x15a88f(0x1bf)](_0x283138[_0x15a88f(0x1cd)])[_0x15a88f(0x199)](),_0x283138[_0x15a88f(0x1df)][_0x15a88f(0x1c9)]({'forceDefaultExecution':!0x0}),_0x29a617[_0x15a88f(0x20e)](_0x283138[_0x15a88f(0x1cd)],..._0x283138[_0x15a88f(0x1df)]),_0x8a949d[_0x15a88f(0x1fa)](_0x19d629);for(const _0x166feb of _0x19d629)_0x166feb[_0x15a88f(0x1f2)]();});}),_0x17ec6d[_0x5df203(0x1a2)][_0x5df203(0x1cf)](function(_0x13b5fe){const _0x94c13b=_0x5df203,_0x9b824b=!_0x29a617[_0x94c13b(0x21f)][_0x94c13b(0x1e4)][_0x94c13b(0x1b3)](_0x13b5fe),_0x5cbef2=_0x13b5fe[_0x94c13b(0x1a4)],_0x1b7026=_0x13b5fe[_0x94c13b(0x205)],_0x1e971e=_0x13b5fe[_0x94c13b(0x196)](_0x94c13b(0x1f7)),_0x462f79=!_0x5cbef2||_0x5cbef2[_0x94c13b(0x196)](_0x94c13b(0x1f7))!==_0x1e971e,_0x11fab3=!_0x1b7026||_0x1b7026[_0x94c13b(0x196)](_0x94c13b(0x1f7))!==_0x1e971e;return _0x9b824b&&Boolean(_0x1e971e)&&_0x462f79&&_0x11fab3;},_0x381fc3=>_0x3278ad(_0x111889,_0x5df203(0x1a9),_0x381fc3));}[_0x3ce11d(0x215)](){const _0xa6fcb9=_0x3ce11d,_0x183148=this[_0xa6fcb9(0x1a7)],_0x147d7b=_0x183148[_0xa6fcb9(0x1f1)];function _0x594337(_0x44a347){const _0x529a2d=_0xa6fcb9,_0x500f32=_0x183148[_0x529a2d(0x21e)][_0x529a2d(0x1bf)](_0x529a2d(0x1bb))[_0x529a2d(0x1eb)],_0x28877f=_0x183148[_0x529a2d(0x21e)][_0x529a2d(0x1bf)](_0x529a2d(0x1fc))[_0x529a2d(0x1eb)];return _0x529a2d(0x1fc)===_0x44a347?_0x500f32:_0x28877f;}_0x183148[_0xa6fcb9(0x213)][_0xa6fcb9(0x1bf)](_0xa6fcb9(0x206))[_0xa6fcb9(0x1a2)][_0xa6fcb9(0x21a)](function(_0x1f6c14){const _0x4ed229=_0xa6fcb9;if(_0x4ed229(0x19f)!=_0x1f6c14[_0x4ed229(0x20a)])return;const {data:_0x5110c4}=_0x1f6c14;if(!_0x5110c4)return;let _0x222598,_0x4fb32f,_0x3a337f,_0x382bd3;switch(_0x5110c4[_0x4ed229(0x1cd)]){case _0x4ed229(0x1bb):_0x3a337f=_0x5110c4[_0x4ed229(0x1df)][0x0][_0x4ed229(0x1f9)],_0x382bd3=_0x594337(_0x5110c4[_0x4ed229(0x1cd)]),_0x222598=_0x3a337f?_0x4ed229(0x1d7):_0x4ed229(0x1b5),!_0x382bd3&&_0x183148[_0x4ed229(0x1b1)][_0x4ed229(0x1bf)](_0x4ed229(0x1c1))||(_0x222598=_0x4ed229(0x1aa)),_0x4fb32f={'type':_0x4ed229(0x19e),'content':_0x3278ad(_0x147d7b,_0x222598,_0x3278ad(_0x147d7b,_0x4ed229(0x22a)))};break;case _0x4ed229(0x1fc):_0x3a337f=_0x5110c4[_0x4ed229(0x1df)][0x0][_0x4ed229(0x1f9)],_0x382bd3=_0x594337(_0x5110c4[_0x4ed229(0x1cd)]),_0x222598=_0x3a337f?_0x4ed229(0x1d7):_0x4ed229(0x1b5),!_0x382bd3&&_0x183148[_0x4ed229(0x1b1)][_0x4ed229(0x1bf)](_0x4ed229(0x1c1))||(_0x222598=_0x4ed229(0x1aa)),_0x4fb32f={'type':_0x4ed229(0x19e),'content':_0x3278ad(_0x147d7b,_0x222598,_0x3278ad(_0x147d7b,_0x4ed229(0x1ca)))};break;case _0x4ed229(0x1ae):_0x222598=_0x4ed229(0x200),_0x4fb32f={'type':_0x4ed229(0x19e),'content':_0x3278ad(_0x147d7b,_0x222598,_0x3278ad(_0x147d7b,_0x4ed229(0x1a9)))};break;case _0x4ed229(0x1ab):_0x222598=function(_0x15dc9b){const _0x31c6c1=_0x4ed229,_0x4df4fc=_0x15dc9b[_0x31c6c1(0x1d0)]();let _0x119391=_0x4df4fc[_0x31c6c1(0x192)][_0x31c6c1(0x203)];for(;_0x119391&&_0x4df4fc[_0x31c6c1(0x1c8)](_0x119391);){if(_0x119391[_0x31c6c1(0x196)](_0x31c6c1(0x210))>0x0)return!0x1;_0x119391=_0x119391[_0x31c6c1(0x205)];}return!0x0;}(_0x1f6c14)?_0x3278ad(_0x147d7b,_0x4ed229(0x1b5),_0x3278ad(_0x147d7b,function(_0x58e312){const _0x33313f=_0x4ed229;return _0x33313f(0x1cc)+_0x58e312[_0x33313f(0x1d0)]()[_0x33313f(0x192)][_0x33313f(0x203)][_0x33313f(0x196)](_0x33313f(0x1a5))[_0x33313f(0x225)]()+_0x33313f(0x21c);}(_0x1f6c14))):_0x3278ad(_0x147d7b,_0x4ed229(0x190),_0x3278ad(_0x147d7b,_0x4ed229(0x1a9))),_0x4fb32f={'type':_0x4ed229(0x19e),'content':_0x222598};break;case _0x4ed229(0x1de):case _0x4ed229(0x204):!0x1===_0x5110c4[_0x4ed229(0x202)]&&(_0x222598=_0x4ed229(0x1a6),_0x4fb32f={'type':_0x4ed229(0x1b8),'content':_0x3278ad(_0x147d7b,_0x222598,_0x3278ad(_0x147d7b,_0x4ed229(0x1a9)))});}return _0x4fb32f;});}}function le(_0x279dd3){const _0x10fc9d=_0x3ce11d;let _0x25157b=_0x279dd3[_0x10fc9d(0x1d0)]()[_0x10fc9d(0x192)][_0x10fc9d(0x203)][_0x10fc9d(0x1a4)];for(;_0x25157b;){const _0x38652b=_0x25157b[_0x10fc9d(0x196)](_0x10fc9d(0x1f7));if(!_0x38652b)return!0x1;if(_0x38652b==_0x279dd3[_0x10fc9d(0x216)][_0x10fc9d(0x1b9)])return _0x10fc9d(0x1b9);if(_0x38652b==_0x279dd3[_0x10fc9d(0x216)][_0x10fc9d(0x201)])return _0x10fc9d(0x201);_0x25157b=_0x25157b[_0x10fc9d(0x1a4)];}return!0x1;}function _0x503f(){const _0x5cae82=['next','containsItem','push','ELEMENT_NUMBERED_LIST','startsWith','ELEMENT_','commandName','33fWSGOY','registerElementLabel','getFirstRange','suggestion','fromRange','hasSuggestion','suggestion:attribute:','registerAttributeLabel','listMarkerStyle','*Format:*\x20insert\x20into\x20%0','splitListItemBefore','removeMarker','listItemIdFixer','TodoListEditing','_supportLegacySuggestions','26920047gSItAX','mergeListItemBackward','commandParams','registerBlockAttribute','range','listMarker','setAttribute','schema','_suggestionFactory','filter','ELEMENT_TODO_LIST','getSuggestions','6625262JqkGxC','numbered','value','5iaxdPS','3145218xVDqsS','customNumberedList','attribute','getChanges','locale','detach','*Uncheck\x20item*','includes','*Merge:*\x20list\x20item','documentList','listItemId','accept','forceValue','setSelection','isUndo','numberedList','*Split:*\x20list\x20item','oldRange','name','*Indent:*\x20%0','oldValue','multipleBlocks','nodeAfter','mergeListItemForward','nextSibling','TrackChangesEditing','meta','listStyle','todoList','type','FORMAT_INDENT','assureChains','9Wmbvgg','execute','isNextTo','listIndent','newRange','length','plugins','11994490nrSzqg','_registerLegacyDescription','data','end','createPositionAt','groupId','registerDescriptionCallback','getFirstMarker','_LIST','add','commands','model','getSuggestion','trackChangesCommand','listReversed','todoListCheck','1485976NsELUt','toUpperCase','_findSuggestions','splitListItemAfter','getChangedMarkers','listStart','ELEMENT_BULLETED_LIST','*Set\x20format:*\x20%0','from','high','map','todoListChecked','checkTodoList','noTrackChangesFixer','customBulletedList','*Outdent:*\x20%0','_getAttributeKey','start','_splitMarkerName','*Remove\x20format:*\x20%0','document','getAttribute','attributeKey','find','refresh','key','isLocal','bulleted','getRanges','format','formatBlock','batch','selection','descriptionFactory','registerCustomCallback','previousSibling','listType','*Merge:*\x20%0','editor','146168UUCMGF','ELEMENT_LIST_ITEM','*Change\x20to:*\x20%0','outdentList','size','ListEditing','indentList','head','registerPostFixer','config','164uDayWJ','isObject','createRange','*Format:*\x20remove\x20from\x20%0','default','differ','deletion','newValue','todo','bulletedList','change','change:data','attributes','get','afterInit','list.multiBlock','9934Qfxmrb','enableDefaultAttributesIntegration','has','*Check\x20item*','parent'];_0x503f=function(){return _0x5cae82;};return _0x503f();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x920a15=_0x1763;(function(_0x35598e,_0x53c8c5){const _0x2cc323=_0x1763,_0x1c334e=_0x35598e();while(!![]){try{const _0x5eb84a=-parseInt(_0x2cc323(0x12e))/0x1*(-parseInt(_0x2cc323(0x116))/0x2)+parseInt(_0x2cc323(0xfd))/0x3+-parseInt(_0x2cc323(0x132))/0x4*(-parseInt(_0x2cc323(0x111))/0x5)+parseInt(_0x2cc323(0x134))/0x6+parseInt(_0x2cc323(0xe4))/0x7+-parseInt(_0x2cc323(0xe7))/0x8+-parseInt(_0x2cc323(0x131))/0x9*(parseInt(_0x2cc323(0xfa))/0xa);if(_0x5eb84a===_0x53c8c5)break;else _0x1c334e['push'](_0x1c334e['shift']());}catch(_0x1770c7){_0x1c334e['push'](_0x1c334e['shift']());}}}(_0x5ad7,0xc7690));import{Plugin as _0x44ea3b}from'ckeditor5/src/core.js';import{getTranslation as _0x11fc7a}from'../utils/common-translations.js';function _0x1763(_0x23173e,_0x59b4fe){const _0x5ad755=_0x5ad7();return _0x1763=function(_0x176371,_0x39d8d1){_0x176371=_0x176371-0xdf;let _0x22fde1=_0x5ad755[_0x176371];return _0x22fde1;},_0x1763(_0x23173e,_0x59b4fe);}function _0x5ad7(){const _0x1ece39=['registerBlockAttribute','92579OkQHfA','registerPostFixer','_getTranslationKeyForListStyle','45AxZfZG','197072XeacmH','bind','8677236JnhExc','config','decimal','formatBlock','*Format:*\x20set\x20start\x20index\x20to\x20%0','data','next','_findSuggestions','getFirstRange','listReversed','commandName','enableDefaultAttributesIntegration','2634961KShqJt','FORMAT_LIST_START','document','11552576lxfdQC','*Set\x20format:*\x20%0','suggestion','attribute','_LIST_','handleDescriptions','listStart','*Remove\x20format:*\x20%0','find','locale','bulleted','format','filter','FORMAT_LIST_REVERSED','upper-roman','decimal-leading-zero','nodeAfter','registerDescriptionCallback','key','2004390UDDjIR','commandParams','toUpperCase','567717INsZQn','startIndex','getFirstMarker','start','disc','lower-latin','default','styles','square','ELEMENT_','model','lower-roman','descriptionFactory','replace','numbered','has','upper-latin','isUndo','removeMarker','plugins','80QjliIY','_getAttributeKey','_LIST_DEFAULT','listType','batch','10GPqOOA','head','registerAttributeLabel','*Change\x20to:*\x20%0','afterInit','circle','customNumbered','type','list.properties','getAttribute','newValue','includes','oldValue','reversed','*Format:*\x20set\x20order\x20to\x20reversed','getSuggestions','ListPropertiesEditing','*Format:*\x20set\x20order\x20to\x20regular','listStyle','TrackChangesEditing','editor','_registerLegacyDescription','get'];_0x5ad7=function(){return _0x1ece39;};return _0x5ad7();}export default class pe extends _0x44ea3b{[_0x920a15(0x11a)](){const _0x2b4ccb=_0x920a15;if(!this[_0x2b4ccb(0x12a)][_0x2b4ccb(0x110)][_0x2b4ccb(0x10c)](_0x2b4ccb(0x126)))return;const _0x225582=this[_0x2b4ccb(0x12a)][_0x2b4ccb(0x135)][_0x2b4ccb(0x12c)](_0x2b4ccb(0x11e)),_0xaf081a=this[_0x2b4ccb(0x12a)][_0x2b4ccb(0x110)][_0x2b4ccb(0x12c)](_0x2b4ccb(0x129));_0x225582[_0x2b4ccb(0x104)]&&(_0xaf081a[_0x2b4ccb(0xe3)](_0x2b4ccb(0x128)),_0xaf081a[_0x2b4ccb(0x12d)](_0x2b4ccb(0x128))),_0x225582[_0x2b4ccb(0x123)]&&(_0xaf081a[_0x2b4ccb(0xe3)](_0x2b4ccb(0xe1)),_0xaf081a[_0x2b4ccb(0x12d)](_0x2b4ccb(0xe1))),_0x225582[_0x2b4ccb(0xfe)]&&(_0xaf081a[_0x2b4ccb(0xe3)](_0x2b4ccb(0xed)),_0xaf081a[_0x2b4ccb(0x12d)](_0x2b4ccb(0xed)));const _0x1a9a9d={'type':_0x2b4ccb(0xf2),'content':''};_0xaf081a[_0x2b4ccb(0x109)][_0x2b4ccb(0xf8)](this[_0x2b4ccb(0xec)][_0x2b4ccb(0x133)](this));const _0x4b6224=this[_0x2b4ccb(0x12a)][_0x2b4ccb(0xf0)];_0xaf081a[_0x2b4ccb(0x109)][_0x2b4ccb(0x118)](_0x2b4ccb(0xe1),_0x11fc7a(_0x4b6224,_0x2b4ccb(0xf4))),_0xaf081a[_0x2b4ccb(0x109)][_0x2b4ccb(0xf8)](_0x5a96fa=>{const _0x1e1fec=_0x2b4ccb,{data:_0x346418}=_0x5a96fa;if(_0x346418&&_0x1e1fec(0xe1)==_0x346418[_0x1e1fec(0xf9)])return null==_0x346418[_0x1e1fec(0x120)]||0x0==_0x346418[_0x1e1fec(0x120)]&&null==_0x346418[_0x1e1fec(0x122)]?_0x1a9a9d:void 0x0;}),_0xaf081a[_0x2b4ccb(0x109)][_0x2b4ccb(0x118)](_0x2b4ccb(0xed),_0x11fc7a(_0x4b6224,_0x2b4ccb(0xe5))),_0xaf081a[_0x2b4ccb(0x109)][_0x2b4ccb(0xf8)](_0x667be=>{const _0x9eb9f1=_0x2b4ccb,{data:_0x1b8428}=_0x667be;if(_0x1b8428&&_0x9eb9f1(0xed)==_0x1b8428[_0x9eb9f1(0xf9)])return null==_0x1b8428[_0x9eb9f1(0x120)]||0x1==_0x1b8428[_0x9eb9f1(0x120)]&&null==_0x1b8428[_0x9eb9f1(0x122)]?_0x1a9a9d:void 0x0;}),this[_0x2b4ccb(0x12a)][_0x2b4ccb(0x107)][_0x2b4ccb(0xe6)][_0x2b4ccb(0x12f)](_0x1e0169=>{const _0x21a581=_0x2b4ccb;if(_0x1e0169[_0x21a581(0x115)][_0x21a581(0x10e)])return!0x1;let _0x115ae9=!0x1;const _0x188c6b=_0xaf081a[_0x21a581(0x125)]({'skipNotAttached':!0x0})[_0x21a581(0xf3)](_0x1e9616=>{const _0x51df71=_0x21a581,_0x1c7ccb=_0xaf081a[_0x51df71(0x112)](_0x1e9616);return _0x51df71(0xed)==_0x1c7ccb||_0x51df71(0xe1)==_0x1c7ccb;});for(const _0x56e7dc of _0x188c6b){const _0x2b651b=_0x56e7dc[_0x21a581(0xe0)]()[_0x21a581(0x100)][_0x21a581(0xf7)][_0x21a581(0x11f)](_0x21a581(0x114));if(_0x21a581(0x10b)==_0x2b651b||_0x21a581(0x11c)==_0x2b651b)continue;_0xaf081a[_0x21a581(0xdf)](_0x56e7dc[_0x21a581(0xe0)](),_0x21a581(0xea))[_0x21a581(0xef)](_0x7601eb=>_0x21a581(0x114)==_0xaf081a[_0x21a581(0x112)](_0x7601eb[_0x21a581(0xe9)]))||(_0x1e0169[_0x21a581(0x10f)](_0x56e7dc[_0x21a581(0xff)]()),_0x115ae9=!0x0);}return _0x115ae9;}),this[_0x2b4ccb(0x12b)]();}[_0x920a15(0xec)](_0x554453){const _0xf7441=_0x920a15,_0x5c802c=this[_0xf7441(0x12a)][_0xf7441(0xf0)],{data:_0x17658d}=_0x554453,_0x476e94={'type':_0xf7441(0xf2),'content':''};if(!_0x17658d||_0xf7441(0x128)!=_0x17658d[_0xf7441(0xf9)])return;if(!_0x17658d[_0xf7441(0x122)])return _0xf7441(0x103)==_0x17658d[_0xf7441(0x120)]?_0x476e94:{'type':_0xf7441(0xf2),'content':''+_0x11fc7a(_0x5c802c,_0xf7441(0xe8),_0x11fc7a(_0x5c802c,this[_0xf7441(0x130)](_0x17658d[_0xf7441(0x120)])))};if(!_0x17658d[_0xf7441(0x120)]){if(_0xf7441(0x103)==_0x17658d[_0xf7441(0x122)])return _0x476e94;let _0x1b6e49=_0x554453[_0xf7441(0x117)];for(;_0x1b6e49;){if(_0x1b6e49[_0xf7441(0x139)]&&_0xf7441(0x114)==_0x1b6e49[_0xf7441(0x139)][_0xf7441(0xf9)]&&_0x1b6e49[_0xf7441(0x139)][_0xf7441(0x120)])return _0x476e94;_0x1b6e49=_0x1b6e49[_0xf7441(0x13a)];}return{'type':_0xf7441(0xf2),'content':''+_0x11fc7a(_0x5c802c,_0xf7441(0xee),_0x11fc7a(_0x5c802c,this[_0xf7441(0x130)](_0x17658d[_0xf7441(0x122)])))};}if(_0xf7441(0x103)!=_0x17658d[_0xf7441(0x120)])return{'type':_0xf7441(0xf2),'content':''+_0x11fc7a(_0x5c802c,_0xf7441(0xe8),_0x11fc7a(_0x5c802c,this[_0xf7441(0x130)](_0x17658d[_0xf7441(0x120)])))};let _0x1eb76d=_0x554453[_0xf7441(0x117)];for(;_0x1eb76d;){if(_0x1eb76d[_0xf7441(0x139)]&&_0xf7441(0x114)==_0x1eb76d[_0xf7441(0x139)][_0xf7441(0xf9)]&&_0x1eb76d[_0xf7441(0x139)][_0xf7441(0x120)]&&_0x1eb76d[_0xf7441(0x139)][_0xf7441(0x122)])return _0x476e94;_0x1eb76d=_0x1eb76d[_0xf7441(0x13a)];}const _0x170aa8=_0x554453[_0xf7441(0xe0)]()[_0xf7441(0x100)][_0xf7441(0xf7)][_0xf7441(0x11f)](_0xf7441(0x114));return{'type':_0xf7441(0xf2),'content':_0x11fc7a(_0x5c802c,_0xf7441(0xe8),_0x11fc7a(_0x5c802c,_0xf7441(0x106)+_0x170aa8[_0xf7441(0xfc)]()+_0xf7441(0x113)))};}[_0x920a15(0x12b)](){const _0x33ea02=_0x920a15,_0x401fa1=this[_0x33ea02(0x12a)],_0x27ae71=_0x401fa1[_0x33ea02(0xf0)];_0x401fa1[_0x33ea02(0x110)][_0x33ea02(0x12c)](_0x33ea02(0x129))[_0x33ea02(0x109)][_0x33ea02(0xf8)](_0x3fb6c1=>{const _0x2c4e9b=_0x33ea02;if(_0x2c4e9b(0x137)!=_0x3fb6c1[_0x2c4e9b(0x11d)])return;const {data:_0x2151bc}=_0x3fb6c1;if(!_0x2151bc)return;let _0x1d8d92,_0x424f69;switch(_0x2151bc[_0x2c4e9b(0xe2)]){case _0x2c4e9b(0x128):_0x1d8d92=_0x2c4e9b(0x119),_0x424f69={'type':_0x2c4e9b(0xf2),'content':_0x11fc7a(_0x27ae71,_0x1d8d92,_0x11fc7a(_0x27ae71,this[_0x2c4e9b(0x130)](_0x2151bc[_0x2c4e9b(0xfb)][0x0][_0x2c4e9b(0x11d)])))};break;case _0x2c4e9b(0xe1):_0x1d8d92=_0x2151bc[_0x2c4e9b(0xfb)][0x0][_0x2c4e9b(0x123)]?_0x2c4e9b(0x124):_0x2c4e9b(0x127),_0x424f69={'type':_0x2c4e9b(0xf2),'content':_0x11fc7a(_0x27ae71,_0x1d8d92)};break;case _0x2c4e9b(0xed):_0x1d8d92=_0x2c4e9b(0x138),_0x424f69={'type':_0x2c4e9b(0xf2),'content':_0x11fc7a(_0x27ae71,_0x1d8d92,_0x2151bc[_0x2c4e9b(0xfb)][0x0][_0x2c4e9b(0xfe)])};}return _0x424f69;});}[_0x920a15(0x130)](_0xf14113){const _0x2d5920=_0x920a15;return _0x2d5920(0x106)+function(_0x1abc9c){const _0x13cd59=_0x2d5920;if(ye[_0x13cd59(0x121)](_0x1abc9c))return _0x13cd59(0xf1);if(Se[_0x13cd59(0x121)](_0x1abc9c))return _0x13cd59(0x10b);return null;}(_0xf14113)[_0x2d5920(0xfc)]()+_0x2d5920(0xeb)+_0xf14113[_0x2d5920(0xfc)]()[_0x2d5920(0x10a)](/-/g,'_');}}const ye=[_0x920a15(0x101),_0x920a15(0x11b),_0x920a15(0x105)],Se=[_0x920a15(0x136),_0x920a15(0xf6),_0x920a15(0x108),_0x920a15(0xf5),_0x920a15(0x102),_0x920a15(0x10d)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3580f2=_0x3f43;(function(_0x280cce,_0x451058){const _0x2e3ede=_0x3f43,_0x1ec64f=_0x280cce();while(!![]){try{const _0x2b935c=-parseInt(_0x2e3ede(0x19e))/0x1+-parseInt(_0x2e3ede(0x193))/0x2*(parseInt(_0x2e3ede(0x1a6))/0x3)+parseInt(_0x2e3ede(0x1a8))/0x4+-parseInt(_0x2e3ede(0x197))/0x5+-parseInt(_0x2e3ede(0x19f))/0x6+-parseInt(_0x2e3ede(0x18c))/0x7*(-parseInt(_0x2e3ede(0x188))/0x8)+parseInt(_0x2e3ede(0x192))/0x9;if(_0x2b935c===_0x451058)break;else _0x1ec64f['push'](_0x1ec64f['shift']());}catch(_0x3e1e25){_0x1ec64f['push'](_0x1ec64f['shift']());}}}(_0x2c78,0xd0356));import{Plugin as _0x558c11}from'ckeditor5/src/core.js';function _0x2c78(){const _0x250157=['attribute:url:media','showSuggestionHighlights','6605725wHMBqR','descriptionFactory','div','media','dataDowncast','get','plugins','206047WHXTIM','6656328dNUyPO','for','MediaEmbedEditing','options','stop','elementToElement','downcastDispatcher','9264pNLRwS','ELEMENT_MEDIA','5420988amMAZI','createEmptyElement','enableCommand','registerElementLabel','13546504eWOiFH','editor','data','TrackChangesEditing','7hltNYS','high','mediaEmbed','afterInit','locale','conversion','17363322dWyTnC','964eqJniT','has'];_0x2c78=function(){return _0x250157;};return _0x2c78();}function _0x3f43(_0xf161f2,_0x1beed6){const _0x2c78bd=_0x2c78();return _0x3f43=function(_0x3f430a,_0x480153){_0x3f430a=_0x3f430a-0x186;let _0x12ab7f=_0x2c78bd[_0x3f430a];return _0x12ab7f;},_0x3f43(_0xf161f2,_0x1beed6);}import{getTranslation as _0x2890e2}from'../utils/common-translations.js';export default class lt extends _0x558c11{[_0x3580f2(0x18f)](){const _0x351a12=_0x3580f2,_0x3f215a=this[_0x351a12(0x189)];if(!_0x3f215a[_0x351a12(0x19d)][_0x351a12(0x194)](_0x351a12(0x1a1)))return;const _0x48dd08=_0x3f215a[_0x351a12(0x19d)][_0x351a12(0x19c)](_0x351a12(0x18b)),_0x2d0484=_0x3f215a[_0x351a12(0x190)];_0x48dd08[_0x351a12(0x186)](_0x351a12(0x18e)),_0x48dd08[_0x351a12(0x198)][_0x351a12(0x187)](_0x351a12(0x19a),_0x2f8a32=>_0x2890e2(_0x2d0484,_0x351a12(0x1a7),_0x2f8a32)),_0x3f215a[_0x351a12(0x191)][_0x351a12(0x1a0)](_0x351a12(0x19b))[_0x351a12(0x1a4)]({'model':_0x351a12(0x19a),'view':(_0x37cd21,{writer:_0x36d124,options:_0x3cdc7e})=>{const _0x3715e3=_0x351a12;if(_0x3cdc7e[_0x3715e3(0x196)])return _0x36d124[_0x3715e3(0x1a9)](_0x3715e3(0x199));},'converterPriority':_0x351a12(0x18d)}),_0x3f215a[_0x351a12(0x18a)][_0x351a12(0x1a5)]['on'](_0x351a12(0x195),(_0x3170c9,_0x5a4f56,_0x27a018)=>{const _0x18b857=_0x351a12;_0x27a018[_0x18b857(0x1a2)][_0x18b857(0x196)]&&_0x3170c9[_0x18b857(0x1a3)]();},{'priority':_0x351a12(0x18d)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x40b4d5=_0x80aa;(function(_0x65d087,_0x2d9e22){const _0x39f63d=_0x80aa,_0x5ecd6a=_0x65d087();while(!![]){try{const _0x387ac4=-parseInt(_0x39f63d(0x136))/0x1+parseInt(_0x39f63d(0x130))/0x2*(-parseInt(_0x39f63d(0x12a))/0x3)+-parseInt(_0x39f63d(0x12d))/0x4*(parseInt(_0x39f63d(0x139))/0x5)+-parseInt(_0x39f63d(0x127))/0x6+-parseInt(_0x39f63d(0x129))/0x7+-parseInt(_0x39f63d(0x128))/0x8*(parseInt(_0x39f63d(0x12f))/0x9)+parseInt(_0x39f63d(0x133))/0xa;if(_0x387ac4===_0x2d9e22)break;else _0x5ecd6a['push'](_0x5ecd6a['shift']());}catch(_0x12662a){_0x5ecd6a['push'](_0x5ecd6a['shift']());}}}(_0x1b51,0xdcb28));import{Plugin as _0x3b9aae}from'ckeditor5/src/core.js';function _0x80aa(_0x48c051,_0x64905e){const _0x1b51f6=_0x1b51();return _0x80aa=function(_0x80aa4,_0x55277d){_0x80aa4=_0x80aa4-0x127;let _0x40c705=_0x1b51f6[_0x80aa4];return _0x40c705;},_0x80aa(_0x48c051,_0x64905e);}function _0x1b51(){const _0x50afdd=['7897350IzPbEq','552RRJltK','12622687vDvVnP','3MzGqYi','mention','has','4ZbEpEo','afterInit','119106JSVTYz','1366052GBoEnJ','MentionEditing','editor','66749550TPWBbX','get','TrackChangesEditing','677627FeGpjh','plugins','enableCommand','1888570zFboJi'];_0x1b51=function(){return _0x50afdd;};return _0x1b51();}export default class mt extends _0x3b9aae{[_0x40b4d5(0x12e)](){const _0x51095a=_0x40b4d5,_0x21123b=this[_0x51095a(0x132)];_0x21123b[_0x51095a(0x137)][_0x51095a(0x12c)](_0x51095a(0x131))&&_0x21123b[_0x51095a(0x137)][_0x51095a(0x134)](_0x51095a(0x135))[_0x51095a(0x138)](_0x51095a(0x12b));}}
|