@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240410.0 → 0.0.0-nightly-20240411.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/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/translations/ar.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tr.po +2 -2
- package/lang/translations/uk.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x863b78=_0x5186;function _0x3d47(){const _0x20b497=['*Format:*\x20remove\x20from\x20%0','319870neALZT','6427053MoLAzj','registerPostFixer','*Indent:*\x20%0','splitListItemAfter','get','registerCustomCallback','commandName','listReversed','key','isObject','batch','afterInit','todoListCheck','nodeAfter','*Format:*\x20insert\x20into\x20%0','forceValue','ELEMENT_TODO_LIST','selection','nextSibling','splitListItemBefore','deletion','bulleted','_registerLegacyDescription','customBulletedList','noTrackChangesFixer','40hrLuDc','59171AqmXxP','format','fromRange','containsItem','isUndo','listIndent','map','_enableDefaultAttributesIntegration','numbered','commands','listItemId','*Outdent:*\x20%0','differ','ELEMENT_NUMBERED_LIST','listMarkerStyle','attributeKey','locale','attributes','registerAttributeLabel','has','outdentList','detach','setAttribute','push','todo','default','_findSuggestions','getFirstRange','listItemIdFixer','type','todoListChecked','indentList','trackChangesCommand','config','isLocal','start','document','setSelection','*Set\x20format:*\x20%0','_getAttributeKey','getSuggestions','createPositionAt','plugins','ELEMENT_','898YpTjKU','list.multiBlock','find','accept','change','formatBlock','8529PTxXUP','mergeListItemForward','oldValue','parent','_LIST','ListEditing','registerDescriptionCallback','getRanges','filter','every','listStyle','_suggestionFactory','customNumberedList','end','*Remove\x20format:*\x20%0','next','*Uncheck\x20item*','registerElementLabel','*Check\x20item*','editor','_supportLegacySuggestions','FORMAT_INDENT','commandParams','getFirstMarker','assureChains','*Split:*\x20list\x20item','execute','ELEMENT_LIST_ITEM','listStart','36ISytAn','getAttribute','head','multipleBlocks','toUpperCase','refresh','from','TodoListEditing','attribute','includes','TrackChangesEditing','*Merge:*\x20list\x20item','listMarker','_descriptionFactory','model','isNextTo','todoList','bulletedList','range','getChanges','schema','newValue','suggestion','ELEMENT_BULLETED_LIST','documentList','groupId','*Change\x20to:*\x20%0','createRange','listType','12189430Mtwvvx','numberedList','length','*Merge:*\x20%0','previousSibling','6799962KHUjPY','meta','value','mergeListItemBackward','removeMarker','905197uOdrui','data','checkTodoList'];_0x3d47=function(){return _0x20b497;};return _0x3d47();}(function(_0x1c5a71,_0x2b08a0){const _0x58921e=_0x5186,_0x40c048=_0x1c5a71();while(!![]){try{const _0x3c6ba8=parseInt(_0x58921e(0x184))/0x1+parseInt(_0x58921e(0x13a))/0x2*(parseInt(_0x58921e(0x140))/0x3)+parseInt(_0x58921e(0x15d))/0x4*(-parseInt(_0x58921e(0x188))/0x5)+parseInt(_0x58921e(0x17f))/0x6+parseInt(_0x58921e(0x1a3))/0x7*(-parseInt(_0x58921e(0x1a2))/0x8)+-parseInt(_0x58921e(0x189))/0x9+-parseInt(_0x58921e(0x17a))/0xa;if(_0x3c6ba8===_0x2b08a0)break;else _0x40c048['push'](_0x40c048['shift']());}catch(_0x4bdef0){_0x40c048['push'](_0x40c048['shift']());}}}(_0x3d47,0xba824));import{Plugin as _0x175b6b}from'ckeditor5/src/core.js';import{getTranslation as _0x308f85}from'../utils/common-translations.js';import{renameAttributeKey as _0xb0801}from'../trackchangesediting.js';import{LiveRange as _0x4a2824}from'ckeditor5/src/engine.js';export default class z extends _0x175b6b{[_0x863b78(0x194)](){const _0x457644=_0x863b78,_0x5dcff5=this[_0x457644(0x153)];if(!_0x5dcff5[_0x457644(0x138)][_0x457644(0x121)](_0x457644(0x145)))return;const _0x48c89c=_0x5dcff5[_0x457644(0x11e)],_0x534870=_0x5dcff5[_0x457644(0x138)][_0x457644(0x18d)](_0x457644(0x167)),_0x24b44b=_0x5dcff5[_0x457644(0x138)][_0x457644(0x121)](_0x457644(0x164)),_0x3c0be1=!!_0x5dcff5[_0x457644(0x12f)][_0x457644(0x18d)](_0x457644(0x13b));function _0x1f5bc0(_0x9bd78f){const _0x763a69=_0x457644;return{'type':_0x763a69(0x1a4),'content':''+_0x308f85(_0x48c89c,_0x763a69(0x134),_0x9bd78f)};}function _0x1a179a(_0x441f11){const _0x18bb5e=_0x457644;return{'type':_0x18bb5e(0x1a4),'content':''+_0x308f85(_0x48c89c,_0x18bb5e(0x14e),_0x441f11)};}_0x534870[_0x457644(0x115)](_0x457644(0x17b),[],[_0x457644(0x118),_0x457644(0x179),_0x457644(0x113)]),_0x534870[_0x457644(0x115)](_0x457644(0x16e)),_0x534870[_0x457644(0x115)](_0x457644(0x14c)),_0x534870[_0x457644(0x115)](_0x457644(0x1a0)),_0x534870[_0x457644(0x115)](_0x457644(0x12d)),_0x534870[_0x457644(0x115)](_0x457644(0x122)),_0x534870[_0x457644(0x115)](_0x457644(0x18c)),_0x534870[_0x457644(0x115)](_0x457644(0x19c)),_0x3c0be1&&(_0x534870[_0x457644(0x115)](_0x457644(0x182)),_0x534870[_0x457644(0x115)](_0x457644(0x141))),_0x24b44b&&(_0x534870[_0x457644(0x115)](_0x457644(0x16d)),_0x534870[_0x457644(0x115)](_0x457644(0x186),[],[_0x457644(0x12c)]),_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x544563=>{const _0x1b2b36=_0x457644,{data:_0x3707db}=_0x544563;if(_0x3707db&&_0x1b2b36(0x12c)==_0x3707db[_0x1b2b36(0x191)])return{'type':_0x1b2b36(0x1a4),'content':_0x3707db[_0x1b2b36(0x172)]?_0x308f85(_0x48c89c,_0x1b2b36(0x152)):_0x308f85(_0x48c89c,_0x1b2b36(0x150))};}),this[_0x457644(0x153)][_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x15fdeb=>{const _0x32bb6b=_0x457644;if(_0x15fdeb[_0x32bb6b(0x193)][_0x32bb6b(0x112)])return!0x1;let _0x594899=!0x1;const _0x54e8f5=_0x534870[_0x32bb6b(0x136)]({'skipNotAttached':!0x0})[_0x32bb6b(0x148)](_0x362c2d=>_0x32bb6b(0x12c)===_0x534870[_0x32bb6b(0x135)](_0x362c2d));for(const _0x3bc484 of _0x54e8f5){_0x32bb6b(0x126)!=_0x3bc484[_0x32bb6b(0x129)]()[_0x32bb6b(0x131)][_0x32bb6b(0x196)][_0x32bb6b(0x15e)](_0x32bb6b(0x179))&&(_0x534870[_0x32bb6b(0x128)](_0x3bc484[_0x32bb6b(0x129)](),_0x32bb6b(0x165))[_0x32bb6b(0x13c)](_0x32a083=>_0x32bb6b(0x179)===_0x534870[_0x32bb6b(0x135)](_0x32a083[_0x32bb6b(0x173)]))||(_0x15fdeb[_0x32bb6b(0x183)](_0x3bc484[_0x32bb6b(0x157)]()),_0x594899=!0x0));}return _0x594899;})),_0x534870[_0x457644(0x16a)][_0x457644(0x120)](_0x457644(0x113),_0x308f85(_0x48c89c,_0x457644(0x155)));const _0x224d79={'type':_0x457644(0x1a4),'content':''};_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x5bd60c=>{const _0x2c19f5=_0x457644,{data:_0x4ae8d4}=_0x5bd60c;if(!_0x4ae8d4||_0x2c19f5(0x179)!=_0x4ae8d4[_0x2c19f5(0x191)])return;let _0x42a6f0=_0x5bd60c[_0x2c19f5(0x15f)];for(;_0x42a6f0;){if(_0x42a6f0[_0x2c19f5(0x185)]&&((_0x2c19f5(0x14a)==_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x191)]||_0x2c19f5(0x11c)==_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x191)])&&(_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x172)]&&_0x2c19f5(0x127)!=_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x172)]||_0x2c19f5(0x127)!=_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x142)]&&!_0x4ae8d4[_0x2c19f5(0x172)])||!_0x3c0be1&&_0x42a6f0[_0x2c19f5(0x185)][_0x2c19f5(0x191)]==_0xb0801))return _0x224d79;_0x42a6f0=_0x42a6f0[_0x2c19f5(0x14f)];}if(null==_0x4ae8d4[_0x2c19f5(0x172)])switch(_0x4ae8d4[_0x2c19f5(0x142)]){case _0x2c19f5(0x19e):return _0x1a179a(_0x308f85(_0x48c89c,_0x2c19f5(0x174)));case _0x2c19f5(0x116):return _0x1a179a(_0x308f85(_0x48c89c,_0x2c19f5(0x11b)));case _0x2c19f5(0x126):return _0x1a179a(_0x308f85(_0x48c89c,_0x2c19f5(0x199)));}switch(_0x4ae8d4[_0x2c19f5(0x172)]){case _0x2c19f5(0x19e):return _0x1f5bc0(_0x308f85(_0x48c89c,_0x2c19f5(0x174)));case _0x2c19f5(0x116):return _0x1f5bc0(_0x308f85(_0x48c89c,_0x2c19f5(0x11b)));case _0x2c19f5(0x126):return _0x1f5bc0(_0x308f85(_0x48c89c,_0x2c19f5(0x199)));}}),_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x416467=>{const _0x4bb751=_0x457644,{data:_0x33b421}=_0x416467;if(_0x33b421&&_0x4bb751(0x113)==_0x33b421[_0x4bb751(0x191)])return null==_0x33b421[_0x4bb751(0x172)]||null==_0x33b421[_0x4bb751(0x142)]&&0x0==_0x33b421[_0x4bb751(0x172)]?_0x224d79:void 0x0;}),_0x534870[_0x457644(0x16a)][_0x457644(0x146)](_0x3353d1=>{const _0x2b5fd6=_0x457644;if(_0x2b5fd6(0x165)!=_0x3353d1[_0x2b5fd6(0x12b)])return;const {data:_0x4e82be}=_0x3353d1;if(!_0x4e82be||_0x2b5fd6(0x118)!=_0x4e82be[_0x2b5fd6(0x191)])return;const _0x16133a=le(_0x3353d1);return _0x16133a?_0x2b5fd6(0x172)==_0x16133a?{'type':_0x2b5fd6(0x1a4),'content':_0x308f85(_0x48c89c,_0x2b5fd6(0x168))}:_0x2b5fd6(0x142)==_0x16133a?{'type':_0x2b5fd6(0x1a4),'content':_0x308f85(_0x48c89c,_0x2b5fd6(0x159))}:_0x224d79:_0x224d79;}),_0x5dcff5[_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x46dfcb=>this[_0x457644(0x12a)](_0x46dfcb)),_0x5dcff5[_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x4b47f9=>this[_0x457644(0x1a1)](_0x4b47f9)),_0x5dcff5[_0x457644(0x16b)][_0x457644(0x132)][_0x457644(0x18a)](_0x3e27ab=>this[_0x457644(0x158)](_0x3e27ab)),this[_0x457644(0x154)]();}[_0x863b78(0x12a)](_0x9e1286){const _0x2fdfcd=_0x863b78;if(_0x9e1286[_0x2fdfcd(0x193)][_0x2fdfcd(0x112)]||!_0x9e1286[_0x2fdfcd(0x193)][_0x2fdfcd(0x130)])return!0x1;let _0x1d9808=!0x1;const _0x5e83d2=this[_0x2fdfcd(0x153)][_0x2fdfcd(0x138)][_0x2fdfcd(0x18d)](_0x2fdfcd(0x167))[_0x2fdfcd(0x136)]({'skipNotAttached':!0x0})[_0x2fdfcd(0x148)](_0x3a328e=>_0x3a328e[_0x2fdfcd(0x185)]&&_0x2fdfcd(0x118)==_0x3a328e[_0x2fdfcd(0x185)][_0x2fdfcd(0x191)])[_0x2fdfcd(0x148)](_0x5a9ee4=>_0x5a9ee4[_0x2fdfcd(0x185)][_0x2fdfcd(0x172)]&&_0x5a9ee4[_0x2fdfcd(0x185)][_0x2fdfcd(0x142)]);for(const _0x518d99 of _0x5e83d2)le(_0x518d99)||(_0x9e1286[_0x2fdfcd(0x183)](_0x518d99[_0x2fdfcd(0x157)]()),_0x1d9808=!0x0);return _0x1d9808;}[_0x863b78(0x1a1)](_0x1ae8b5){const _0x383b9d=_0x863b78;if(_0x1ae8b5[_0x383b9d(0x193)][_0x383b9d(0x112)]||!_0x1ae8b5[_0x383b9d(0x193)][_0x383b9d(0x130)])return!0x1;const _0x1892fc=this[_0x383b9d(0x153)][_0x383b9d(0x138)][_0x383b9d(0x18d)](_0x383b9d(0x167));if(_0x1892fc[_0x383b9d(0x12e)][_0x383b9d(0x181)])return!0x1;let _0x292890=!0x1;const _0x3f366e=[_0x383b9d(0x179),_0x383b9d(0x118),_0x383b9d(0x113),_0x383b9d(0x14a),_0x383b9d(0x15c),_0x383b9d(0x190),_0x383b9d(0x195),_0x383b9d(0x169),_0x383b9d(0x11c)],_0x78490d=this[_0x383b9d(0x153)][_0x383b9d(0x16b)][_0x383b9d(0x132)][_0x383b9d(0x11a)][_0x383b9d(0x170)]()[_0x383b9d(0x148)](_0x16aa0e=>_0x383b9d(0x165)==_0x16aa0e[_0x383b9d(0x12b)])[_0x383b9d(0x148)](_0x534bfa=>_0x3f366e[_0x383b9d(0x166)](_0x534bfa[_0x383b9d(0x11d)]));if(0x0==_0x78490d[_0x383b9d(0x17c)])return _0x292890;for(const _0x20ff4c of _0x78490d){const _0xa5fd61=_0x1892fc[_0x383b9d(0x128)](_0x20ff4c[_0x383b9d(0x16f)],_0x383b9d(0x165))[_0x383b9d(0x148)](_0x58f8cd=>!_0x58f8cd[_0x383b9d(0x180)][_0x383b9d(0x16c)])[_0x383b9d(0x114)](_0x28d300=>_0x28d300[_0x383b9d(0x173)])[_0x383b9d(0x148)](_0x1de29c=>{const _0x1916f5=_0x383b9d,_0x26aea6=_0x1892fc[_0x1916f5(0x135)](_0x1de29c);return _0x3f366e[_0x1916f5(0x166)](_0x26aea6);});if(_0xa5fd61[_0x383b9d(0x17c)]){for(const _0x2ba3be of _0xa5fd61)_0x1ae8b5[_0x383b9d(0x183)](_0x2ba3be[_0x383b9d(0x157)]());_0x292890=!0x0;}}return _0x292890;}[_0x863b78(0x158)](_0xc6b5f7){const _0x4575a2=_0x863b78;if(_0xc6b5f7[_0x4575a2(0x193)][_0x4575a2(0x112)]||!_0xc6b5f7[_0x4575a2(0x193)][_0x4575a2(0x130)])return!0x1;const _0x2af700=this[_0x4575a2(0x153)][_0x4575a2(0x138)][_0x4575a2(0x18d)](_0x4575a2(0x167));let _0x3be0b1=!0x1;const _0x3fdf32=[_0x4575a2(0x179),_0x4575a2(0x118),_0x4575a2(0x113),_0x4575a2(0x14a),_0x4575a2(0x15c),_0x4575a2(0x190),_0x4575a2(0x195),_0x4575a2(0x169),_0x4575a2(0x11c)];for(const _0x5628b0 of _0x2af700[_0x4575a2(0x136)]({'skipNotAttached':!0x0})){const _0x4e13d0=_0x2af700[_0x4575a2(0x128)](_0x5628b0[_0x4575a2(0x129)](),_0x4575a2(0x165))[_0x4575a2(0x114)](_0x5942a2=>_0x5942a2[_0x4575a2(0x173)])[_0x4575a2(0x148)](_0x3d9a0b=>_0x3d9a0b[_0x4575a2(0x185)]&&_0x3fdf32[_0x4575a2(0x166)](_0x3d9a0b[_0x4575a2(0x185)][_0x4575a2(0x191)]));if(!_0x4e13d0[_0x4575a2(0x17c)])continue;const _0x645fd7=_0x4e13d0[0x0][_0x4575a2(0x15f)][_0x4575a2(0x11f)][_0x4575a2(0x176)];if(!_0x4e13d0[_0x4575a2(0x149)](_0x1e0dbd=>_0x1e0dbd[_0x4575a2(0x11f)][_0x4575a2(0x176)]===_0x645fd7)){for(const _0x45dc9a of _0x4e13d0)_0x1e99bf(_0x45dc9a,_0x645fd7)&&(_0x3be0b1=!0x0);}}return _0x3be0b1;function _0x23fdf9(_0x23b2a1,_0x459300){const _0x53df80=_0x4575a2;for(const _0x1d101a of _0x2af700[_0x53df80(0x136)]({'skipNotAttached':!0x0})[_0x53df80(0x148)](_0x5aec58=>_0x53df80(0x165)==_0x5aec58[_0x53df80(0x12b)]&&_0x5aec58[_0x53df80(0x11f)][_0x53df80(0x176)]==_0x23b2a1))_0x1d101a[_0x53df80(0x124)](_0x53df80(0x176),_0x459300);}function _0x1e99bf(_0x18e824,_0x5aca94){const _0x30d628=_0x4575a2;let _0x3c6daf=_0x18e824[_0x30d628(0x15f)],_0x1b27f7=!0x1;for(;_0x3c6daf;)_0x3c6daf[_0x30d628(0x11f)][_0x30d628(0x176)]!=_0x5aca94&&(_0x23fdf9(_0x3c6daf[_0x30d628(0x11f)][_0x30d628(0x176)],_0x5aca94),_0x3c6daf[_0x30d628(0x124)](_0x30d628(0x176),_0x5aca94),_0x1b27f7=!0x0),_0x3c6daf=_0x3c6daf[_0x30d628(0x14f)];return _0x1b27f7;}}[_0x863b78(0x154)](){const _0xeccc0f=_0x863b78,_0x98b462=this[_0xeccc0f(0x153)],_0xf4606d=_0x98b462[_0xeccc0f(0x11e)],_0x439c3d=_0x98b462[_0xeccc0f(0x138)][_0xeccc0f(0x18d)](_0xeccc0f(0x167));this[_0xeccc0f(0x19f)](),_0x439c3d[_0xeccc0f(0x14b)][_0xeccc0f(0x18e)](_0xeccc0f(0x13f),_0xeccc0f(0x175),_0xeccc0f(0x13d),function(_0x552b85,_0x55bfba){const _0x4f481f=_0xeccc0f,_0x344d66=[];for(let _0x46acb5 of _0x552b85)_0x46acb5[_0x4f481f(0x131)][_0x4f481f(0x196)]===_0x46acb5[_0x4f481f(0x14d)][_0x4f481f(0x143)]&&(_0x46acb5=_0x98b462[_0x4f481f(0x16b)][_0x4f481f(0x178)](_0x98b462[_0x4f481f(0x16b)][_0x4f481f(0x137)](_0x46acb5[_0x4f481f(0x131)][_0x4f481f(0x196)],0x0))),_0x344d66[_0x4f481f(0x125)](_0x46acb5);_0x98b462[_0x4f481f(0x16b)][_0x4f481f(0x13e)](_0x3d61d1=>{const _0xf1ff0f=_0x4f481f,_0x306b1e=_0x98b462[_0xf1ff0f(0x16b)][_0xf1ff0f(0x132)][_0xf1ff0f(0x19a)],_0x28d67f=Array[_0xf1ff0f(0x163)](_0x306b1e[_0xf1ff0f(0x147)]())[_0xf1ff0f(0x114)](_0x13253a=>_0x4a2824[_0xf1ff0f(0x110)](_0x13253a));_0x3d61d1[_0xf1ff0f(0x133)](_0x344d66),_0x98b462[_0xf1ff0f(0x117)][_0xf1ff0f(0x18d)](_0x55bfba[_0xf1ff0f(0x18f)])[_0xf1ff0f(0x162)](),_0x55bfba[_0xf1ff0f(0x156)][_0xf1ff0f(0x125)]({'forceDefaultExecution':!0x0}),_0x98b462[_0xf1ff0f(0x15a)](_0x55bfba[_0xf1ff0f(0x18f)],..._0x55bfba[_0xf1ff0f(0x156)]),_0x3d61d1[_0xf1ff0f(0x133)](_0x28d67f);for(const _0x4969e8 of _0x28d67f)_0x4969e8[_0xf1ff0f(0x123)]();});}),_0x439c3d[_0xeccc0f(0x16a)][_0xeccc0f(0x151)](function(_0x27e23d){const _0x2b330a=_0xeccc0f,_0x5b1e83=!_0x98b462[_0x2b330a(0x16b)][_0x2b330a(0x171)][_0x2b330a(0x192)](_0x27e23d),_0x5aad95=_0x27e23d[_0x2b330a(0x17e)],_0x13c61f=_0x27e23d[_0x2b330a(0x19b)],_0x17de94=_0x27e23d[_0x2b330a(0x15e)](_0x2b330a(0x118)),_0x19e032=!_0x5aad95||_0x5aad95[_0x2b330a(0x15e)](_0x2b330a(0x118))!==_0x17de94,_0x4dff36=!_0x13c61f||_0x13c61f[_0x2b330a(0x15e)](_0x2b330a(0x118))!==_0x17de94;return _0x5b1e83&&Boolean(_0x17de94)&&_0x19e032&&_0x4dff36;},_0x2c9b18=>_0x308f85(_0xf4606d,_0xeccc0f(0x15b),_0x2c9b18));}[_0x863b78(0x19f)](){const _0x59c8b9=_0x863b78,_0x3ebc76=this[_0x59c8b9(0x153)],_0x5a0e1d=_0x3ebc76[_0x59c8b9(0x11e)];function _0x11f6c6(_0x26dea7){const _0x882b4=_0x59c8b9,_0x43ca85=_0x3ebc76[_0x882b4(0x117)][_0x882b4(0x18d)](_0x882b4(0x16e))[_0x882b4(0x181)],_0x28f78f=_0x3ebc76[_0x882b4(0x117)][_0x882b4(0x18d)](_0x882b4(0x17b))[_0x882b4(0x181)];return _0x882b4(0x17b)===_0x26dea7?_0x43ca85:_0x28f78f;}_0x3ebc76[_0x59c8b9(0x138)][_0x59c8b9(0x18d)](_0x59c8b9(0x167))[_0x59c8b9(0x16a)][_0x59c8b9(0x146)](function(_0x542c85){const _0xeb6c50=_0x59c8b9;if(_0xeb6c50(0x13f)!=_0x542c85[_0xeb6c50(0x12b)])return;const {data:_0x1bfa16}=_0x542c85;if(!_0x1bfa16)return;let _0x13a3d4,_0x6aa765,_0x198e7e,_0x32facb;switch(_0x1bfa16[_0xeb6c50(0x18f)]){case _0xeb6c50(0x16e):_0x198e7e=_0x1bfa16[_0xeb6c50(0x156)][0x0][_0xeb6c50(0x198)],_0x32facb=_0x11f6c6(_0x1bfa16[_0xeb6c50(0x18f)]),_0x13a3d4=_0x198e7e?_0xeb6c50(0x197):_0xeb6c50(0x187),!_0x32facb&&_0x3ebc76[_0xeb6c50(0x12f)][_0xeb6c50(0x18d)](_0xeb6c50(0x13b))||(_0x13a3d4=_0xeb6c50(0x177)),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x174)))};break;case _0xeb6c50(0x17b):_0x198e7e=_0x1bfa16[_0xeb6c50(0x156)][0x0][_0xeb6c50(0x198)],_0x32facb=_0x11f6c6(_0x1bfa16[_0xeb6c50(0x18f)]),_0x13a3d4=_0x198e7e?_0xeb6c50(0x197):_0xeb6c50(0x187),!_0x32facb&&_0x3ebc76[_0xeb6c50(0x12f)][_0xeb6c50(0x18d)](_0xeb6c50(0x13b))||(_0x13a3d4=_0xeb6c50(0x177)),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x11b)))};break;case _0xeb6c50(0x12d):_0x13a3d4=_0xeb6c50(0x18b),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x15b)))};break;case _0xeb6c50(0x122):_0x13a3d4=function(_0x428a34){const _0x4ba642=_0xeb6c50,_0x28906a=_0x428a34[_0x4ba642(0x129)]();let _0x471d17=_0x28906a[_0x4ba642(0x131)][_0x4ba642(0x196)];for(;_0x471d17&&_0x28906a[_0x4ba642(0x111)](_0x471d17);){if(_0x471d17[_0x4ba642(0x15e)](_0x4ba642(0x113))>0x0)return!0x1;_0x471d17=_0x471d17[_0x4ba642(0x19b)];}return!0x0;}(_0x542c85)?_0x308f85(_0x5a0e1d,_0xeb6c50(0x187),_0x308f85(_0x5a0e1d,function(_0x229584){const _0x4af778=_0xeb6c50;return _0x4af778(0x139)+_0x229584[_0x4af778(0x129)]()[_0x4af778(0x131)][_0x4af778(0x196)][_0x4af778(0x15e)](_0x4af778(0x179))[_0x4af778(0x161)]()+_0x4af778(0x144);}(_0x542c85))):_0x308f85(_0x5a0e1d,_0xeb6c50(0x119),_0x308f85(_0x5a0e1d,_0xeb6c50(0x15b))),_0x6aa765={'type':_0xeb6c50(0x1a4),'content':_0x13a3d4};break;case _0xeb6c50(0x182):case _0xeb6c50(0x141):!0x1===_0x1bfa16[_0xeb6c50(0x160)]&&(_0x13a3d4=_0xeb6c50(0x17d),_0x6aa765={'type':_0xeb6c50(0x19d),'content':_0x308f85(_0x5a0e1d,_0x13a3d4,_0x308f85(_0x5a0e1d,_0xeb6c50(0x15b)))});}return _0x6aa765;});}}function _0x5186(_0x3246c8,_0x533495){const _0x3d478c=_0x3d47();return _0x5186=function(_0x51860f,_0x191546){_0x51860f=_0x51860f-0x110;let _0x45bb22=_0x3d478c[_0x51860f];return _0x45bb22;},_0x5186(_0x3246c8,_0x533495);}function le(_0x321a8f){const _0x4183fe=_0x863b78;let _0x434b12=_0x321a8f[_0x4183fe(0x129)]()[_0x4183fe(0x131)][_0x4183fe(0x196)][_0x4183fe(0x17e)];for(;_0x434b12;){const _0x43eb45=_0x434b12[_0x4183fe(0x15e)](_0x4183fe(0x118));if(!_0x43eb45)return!0x1;if(_0x43eb45==_0x321a8f[_0x4183fe(0x185)][_0x4183fe(0x172)])return _0x4183fe(0x172);if(_0x43eb45==_0x321a8f[_0x4183fe(0x185)][_0x4183fe(0x142)])return _0x4183fe(0x142);_0x434b12=_0x434b12[_0x4183fe(0x17e)];}return!0x1;}
|
|
23
|
+
const _0x262a29=_0x2551;(function(_0x2cf886,_0x218083){const _0x19e7e0=_0x2551,_0x1b68e3=_0x2cf886();while(!![]){try{const _0x1fc50e=-parseInt(_0x19e7e0(0x167))/0x1*(parseInt(_0x19e7e0(0x17d))/0x2)+-parseInt(_0x19e7e0(0x1e4))/0x3+-parseInt(_0x19e7e0(0x1f3))/0x4*(parseInt(_0x19e7e0(0x19a))/0x5)+-parseInt(_0x19e7e0(0x164))/0x6*(parseInt(_0x19e7e0(0x1e6))/0x7)+-parseInt(_0x19e7e0(0x1f5))/0x8*(parseInt(_0x19e7e0(0x188))/0x9)+parseInt(_0x19e7e0(0x1db))/0xa*(-parseInt(_0x19e7e0(0x184))/0xb)+parseInt(_0x19e7e0(0x1a1))/0xc*(parseInt(_0x19e7e0(0x1ba))/0xd);if(_0x1fc50e===_0x218083)break;else _0x1b68e3['push'](_0x1b68e3['shift']());}catch(_0x3427b0){_0x1b68e3['push'](_0x1b68e3['shift']());}}}(_0x25a4,0xa5ec7));import{Plugin as _0x2b75ef}from'ckeditor5/src/core.js';import{getTranslation as _0x85ed69}from'../utils/common-translations.js';import{renameAttributeKey as _0x452046}from'../trackchangesediting.js';import{LiveRange as _0x18a380}from'ckeditor5/src/engine.js';function _0x2551(_0x151867,_0xde56e6){const _0x25a42e=_0x25a4();return _0x2551=function(_0x255122,_0x212913){_0x255122=_0x255122-0x15f;let _0x573ebf=_0x25a42e[_0x255122];return _0x573ebf;},_0x2551(_0x151867,_0xde56e6);}export default class z extends _0x2b75ef{[_0x262a29(0x183)](){const _0x5055c9=_0x262a29,_0x316c65=this[_0x5055c9(0x187)];if(!_0x316c65[_0x5055c9(0x18f)][_0x5055c9(0x1f0)](_0x5055c9(0x1ce)))return;const _0x161e93=_0x316c65[_0x5055c9(0x1eb)],_0x31cdef=_0x316c65[_0x5055c9(0x18f)][_0x5055c9(0x1c5)](_0x5055c9(0x1ab)),_0x11a460=_0x316c65[_0x5055c9(0x18f)][_0x5055c9(0x1f0)](_0x5055c9(0x1df)),_0x5f2abf=!!_0x316c65[_0x5055c9(0x177)][_0x5055c9(0x1c5)](_0x5055c9(0x17b));function _0x55c2b4(_0x31b747){const _0x320630=_0x5055c9;return{'type':_0x320630(0x1da),'content':''+_0x85ed69(_0x161e93,_0x320630(0x1a6),_0x31b747)};}function _0x2a05e9(_0x3f6814){const _0x5c80ee=_0x5055c9;return{'type':_0x5c80ee(0x1da),'content':''+_0x85ed69(_0x161e93,_0x5c80ee(0x170),_0x3f6814)};}_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x1ac),[],[_0x5055c9(0x1e2),_0x5055c9(0x17f),_0x5055c9(0x1c1)]),_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x195)),_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x1bd)),_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x16e)),_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x1ef)),_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x16b)),_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x1e8)),_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x1f2)),_0x5f2abf&&(_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x1d7)),_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x1c8))),_0x11a460&&(_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x1bf)),_0x31cdef[_0x5055c9(0x19e)](_0x5055c9(0x1c3),[],[_0x5055c9(0x1d9)]),_0x31cdef[_0x5055c9(0x178)][_0x5055c9(0x1b8)](_0x4bba83=>{const _0x3d4534=_0x5055c9,{data:_0x5edf7e}=_0x4bba83;if(_0x5edf7e&&_0x3d4534(0x1d9)==_0x5edf7e[_0x3d4534(0x190)])return{'type':_0x3d4534(0x1da),'content':_0x5edf7e[_0x3d4534(0x193)]?_0x85ed69(_0x161e93,_0x3d4534(0x181)):_0x85ed69(_0x161e93,_0x3d4534(0x176))};}),this[_0x5055c9(0x187)][_0x5055c9(0x1c2)][_0x5055c9(0x1e0)][_0x5055c9(0x15f)](_0x57773c=>{const _0x7d746e=_0x5055c9;if(_0x57773c[_0x7d746e(0x18a)][_0x7d746e(0x1de)])return!0x1;let _0x1c838c=!0x1;const _0x22c482=_0x31cdef[_0x7d746e(0x18b)]({'skipNotAttached':!0x0})[_0x7d746e(0x1c6)](_0x46f9c4=>_0x7d746e(0x1d9)===_0x31cdef[_0x7d746e(0x18e)](_0x46f9c4));for(const _0x3e28c0 of _0x22c482){_0x7d746e(0x175)!=_0x3e28c0[_0x7d746e(0x1a0)]()[_0x7d746e(0x1af)][_0x7d746e(0x1d2)][_0x7d746e(0x1c7)](_0x7d746e(0x17f))&&(_0x31cdef[_0x7d746e(0x1d3)](_0x3e28c0[_0x7d746e(0x1a0)](),_0x7d746e(0x17e))[_0x7d746e(0x1dd)](_0x625468=>_0x7d746e(0x17f)===_0x31cdef[_0x7d746e(0x18e)](_0x625468[_0x7d746e(0x173)]))||(_0x57773c[_0x7d746e(0x1ad)](_0x3e28c0[_0x7d746e(0x199)]()),_0x1c838c=!0x0));}return _0x1c838c;})),_0x31cdef[_0x5055c9(0x178)][_0x5055c9(0x169)](_0x5055c9(0x1c1),_0x85ed69(_0x161e93,_0x5055c9(0x1f4)));const _0x38b46b={'type':_0x5055c9(0x1da),'content':''};_0x31cdef[_0x5055c9(0x178)][_0x5055c9(0x1b8)](_0x1c3681=>{const _0x2d39df=_0x5055c9,{data:_0x50a5b1}=_0x1c3681;if(!_0x50a5b1||_0x2d39df(0x17f)!=_0x50a5b1[_0x2d39df(0x190)])return;let _0x18d47c=_0x1c3681[_0x2d39df(0x1b2)];for(;_0x18d47c;){if(_0x18d47c[_0x2d39df(0x171)]&&((_0x2d39df(0x19d)==_0x18d47c[_0x2d39df(0x171)][_0x2d39df(0x190)]||_0x2d39df(0x163)==_0x18d47c[_0x2d39df(0x171)][_0x2d39df(0x190)])&&(_0x18d47c[_0x2d39df(0x171)][_0x2d39df(0x193)]&&_0x2d39df(0x16d)!=_0x18d47c[_0x2d39df(0x171)][_0x2d39df(0x193)]||_0x2d39df(0x16d)!=_0x18d47c[_0x2d39df(0x171)][_0x2d39df(0x1cf)]&&!_0x50a5b1[_0x2d39df(0x193)])||!_0x5f2abf&&_0x18d47c[_0x2d39df(0x171)][_0x2d39df(0x190)]==_0x452046))return _0x38b46b;_0x18d47c=_0x18d47c[_0x2d39df(0x1d5)];}if(null==_0x50a5b1[_0x2d39df(0x193)])switch(_0x50a5b1[_0x2d39df(0x1cf)]){case _0x2d39df(0x1b5):return _0x2a05e9(_0x85ed69(_0x161e93,_0x2d39df(0x1e7)));case _0x2d39df(0x165):return _0x2a05e9(_0x85ed69(_0x161e93,_0x2d39df(0x1d4)));case _0x2d39df(0x175):return _0x2a05e9(_0x85ed69(_0x161e93,_0x2d39df(0x1cb)));}switch(_0x50a5b1[_0x2d39df(0x193)]){case _0x2d39df(0x1b5):return _0x55c2b4(_0x85ed69(_0x161e93,_0x2d39df(0x1e7)));case _0x2d39df(0x165):return _0x55c2b4(_0x85ed69(_0x161e93,_0x2d39df(0x1d4)));case _0x2d39df(0x175):return _0x55c2b4(_0x85ed69(_0x161e93,_0x2d39df(0x1cb)));}}),_0x31cdef[_0x5055c9(0x178)][_0x5055c9(0x1b8)](_0x2b5d3d=>{const _0x373192=_0x5055c9,{data:_0x540c89}=_0x2b5d3d;if(_0x540c89&&_0x373192(0x1c1)==_0x540c89[_0x373192(0x190)])return null==_0x540c89[_0x373192(0x193)]||null==_0x540c89[_0x373192(0x1cf)]&&0x0==_0x540c89[_0x373192(0x193)]?_0x38b46b:void 0x0;}),_0x31cdef[_0x5055c9(0x178)][_0x5055c9(0x1b8)](_0x52a20d=>{const _0xe3ee68=_0x5055c9;if(_0xe3ee68(0x17e)!=_0x52a20d[_0xe3ee68(0x1c4)])return;const {data:_0x9dc8c}=_0x52a20d;if(!_0x9dc8c||_0xe3ee68(0x1e2)!=_0x9dc8c[_0xe3ee68(0x190)])return;const _0x564c6a=le(_0x52a20d);return _0x564c6a?_0xe3ee68(0x193)==_0x564c6a?{'type':_0xe3ee68(0x1da),'content':_0x85ed69(_0x161e93,_0xe3ee68(0x194))}:_0xe3ee68(0x1cf)==_0x564c6a?{'type':_0xe3ee68(0x1da),'content':_0x85ed69(_0x161e93,_0xe3ee68(0x1d0))}:_0x38b46b:_0x38b46b;}),_0x316c65[_0x5055c9(0x1c2)][_0x5055c9(0x1e0)][_0x5055c9(0x15f)](_0x183511=>this[_0x5055c9(0x1ae)](_0x183511)),_0x316c65[_0x5055c9(0x1c2)][_0x5055c9(0x1e0)][_0x5055c9(0x15f)](_0x1bacf1=>this[_0x5055c9(0x1b9)](_0x1bacf1)),_0x316c65[_0x5055c9(0x1c2)][_0x5055c9(0x1e0)][_0x5055c9(0x15f)](_0x1d8c40=>this[_0x5055c9(0x1aa)](_0x1d8c40)),this[_0x5055c9(0x16a)]();}[_0x262a29(0x1ae)](_0x2ad14a){const _0x34782e=_0x262a29;if(_0x2ad14a[_0x34782e(0x18a)][_0x34782e(0x1de)]||!_0x2ad14a[_0x34782e(0x18a)][_0x34782e(0x1a5)])return!0x1;let _0x118320=!0x1;const _0x1f9d5f=this[_0x34782e(0x187)][_0x34782e(0x18f)][_0x34782e(0x1c5)](_0x34782e(0x1ab))[_0x34782e(0x18b)]({'skipNotAttached':!0x0})[_0x34782e(0x1c6)](_0x1a1b2c=>_0x1a1b2c[_0x34782e(0x171)]&&_0x34782e(0x1e2)==_0x1a1b2c[_0x34782e(0x171)][_0x34782e(0x190)])[_0x34782e(0x1c6)](_0x16d4a4=>_0x16d4a4[_0x34782e(0x171)][_0x34782e(0x193)]&&_0x16d4a4[_0x34782e(0x171)][_0x34782e(0x1cf)]);for(const _0x4423fb of _0x1f9d5f)le(_0x4423fb)||(_0x2ad14a[_0x34782e(0x1ad)](_0x4423fb[_0x34782e(0x199)]()),_0x118320=!0x0);return _0x118320;}[_0x262a29(0x1b9)](_0xc314ac){const _0x30e5ba=_0x262a29;if(_0xc314ac[_0x30e5ba(0x18a)][_0x30e5ba(0x1de)]||!_0xc314ac[_0x30e5ba(0x18a)][_0x30e5ba(0x1a5)])return!0x1;const _0x1bd52d=this[_0x30e5ba(0x187)][_0x30e5ba(0x18f)][_0x30e5ba(0x1c5)](_0x30e5ba(0x1ab));if(_0x1bd52d[_0x30e5ba(0x1bb)][_0x30e5ba(0x1e5)])return!0x1;let _0x2711ca=!0x1;const _0x2bb9c0=[_0x30e5ba(0x17f),_0x30e5ba(0x1e2),_0x30e5ba(0x1c1),_0x30e5ba(0x19d),_0x30e5ba(0x197),_0x30e5ba(0x161),_0x30e5ba(0x1be),_0x30e5ba(0x1d8),_0x30e5ba(0x163)],_0x57e10a=this[_0x30e5ba(0x187)][_0x30e5ba(0x1c2)][_0x30e5ba(0x1e0)][_0x30e5ba(0x1e3)][_0x30e5ba(0x166)]()[_0x30e5ba(0x1c6)](_0x2c954c=>_0x30e5ba(0x17e)==_0x2c954c[_0x30e5ba(0x1c4)])[_0x30e5ba(0x1c6)](_0x3d0176=>_0x2bb9c0[_0x30e5ba(0x1ec)](_0x3d0176[_0x30e5ba(0x186)]));if(0x0==_0x57e10a[_0x30e5ba(0x16f)])return _0x2711ca;for(const _0x2febac of _0x57e10a){const _0x4c5685=_0x1bd52d[_0x30e5ba(0x1d3)](_0x2febac[_0x30e5ba(0x19c)],_0x30e5ba(0x17e))[_0x30e5ba(0x1c6)](_0x12a433=>!_0x12a433[_0x30e5ba(0x1b0)][_0x30e5ba(0x1a7)])[_0x30e5ba(0x1f6)](_0x2ff5c8=>_0x2ff5c8[_0x30e5ba(0x173)])[_0x30e5ba(0x1c6)](_0x13e011=>{const _0x2dd114=_0x30e5ba,_0x50e15f=_0x1bd52d[_0x2dd114(0x18e)](_0x13e011);return _0x2bb9c0[_0x2dd114(0x1ec)](_0x50e15f);});if(_0x4c5685[_0x30e5ba(0x16f)]){for(const _0x105ae5 of _0x4c5685)_0xc314ac[_0x30e5ba(0x1ad)](_0x105ae5[_0x30e5ba(0x199)]());_0x2711ca=!0x0;}}return _0x2711ca;}[_0x262a29(0x1aa)](_0x5612fe){const _0xbf4869=_0x262a29;if(_0x5612fe[_0xbf4869(0x18a)][_0xbf4869(0x1de)]||!_0x5612fe[_0xbf4869(0x18a)][_0xbf4869(0x1a5)])return!0x1;const _0x4551be=this[_0xbf4869(0x187)][_0xbf4869(0x18f)][_0xbf4869(0x1c5)](_0xbf4869(0x1ab));let _0x217859=!0x1;const _0x5b7398=[_0xbf4869(0x17f),_0xbf4869(0x1e2),_0xbf4869(0x1c1),_0xbf4869(0x19d),_0xbf4869(0x197),_0xbf4869(0x161),_0xbf4869(0x1be),_0xbf4869(0x1d8),_0xbf4869(0x163)];for(const _0x2e91cc of _0x4551be[_0xbf4869(0x18b)]({'skipNotAttached':!0x0})){const _0x3d86bd=_0x4551be[_0xbf4869(0x1d3)](_0x2e91cc[_0xbf4869(0x1a0)](),_0xbf4869(0x17e))[_0xbf4869(0x1f6)](_0x1c0009=>_0x1c0009[_0xbf4869(0x173)])[_0xbf4869(0x1c6)](_0x3abb0c=>_0x3abb0c[_0xbf4869(0x171)]&&_0x5b7398[_0xbf4869(0x1ec)](_0x3abb0c[_0xbf4869(0x171)][_0xbf4869(0x190)]));if(!_0x3d86bd[_0xbf4869(0x16f)])continue;const _0x3af802=_0x3d86bd[0x0][_0xbf4869(0x1b2)][_0xbf4869(0x1ca)][_0xbf4869(0x172)];if(!_0x3d86bd[_0xbf4869(0x1dc)](_0x302890=>_0x302890[_0xbf4869(0x1ca)][_0xbf4869(0x172)]===_0x3af802)){for(const _0x474e77 of _0x3d86bd)_0x5ae357(_0x474e77,_0x3af802)&&(_0x217859=!0x0);}}return _0x217859;function _0x2c515f(_0x404910,_0x38d8f0){const _0x3b0101=_0xbf4869;for(const _0x627cf3 of _0x4551be[_0x3b0101(0x18b)]({'skipNotAttached':!0x0})[_0x3b0101(0x1c6)](_0x4dfa92=>_0x3b0101(0x17e)==_0x4dfa92[_0x3b0101(0x1c4)]&&_0x4dfa92[_0x3b0101(0x1ca)][_0x3b0101(0x172)]==_0x404910))_0x627cf3[_0x3b0101(0x1d1)](_0x3b0101(0x172),_0x38d8f0);}function _0x5ae357(_0x37a1b0,_0x4da4db){const _0x21c40b=_0xbf4869;let _0x1a5ca8=_0x37a1b0[_0x21c40b(0x1b2)],_0x377f29=!0x1;for(;_0x1a5ca8;)_0x1a5ca8[_0x21c40b(0x1ca)][_0x21c40b(0x172)]!=_0x4da4db&&(_0x2c515f(_0x1a5ca8[_0x21c40b(0x1ca)][_0x21c40b(0x172)],_0x4da4db),_0x1a5ca8[_0x21c40b(0x1d1)](_0x21c40b(0x172),_0x4da4db),_0x377f29=!0x0),_0x1a5ca8=_0x1a5ca8[_0x21c40b(0x1d5)];return _0x377f29;}}[_0x262a29(0x16a)](){const _0x3e4d93=_0x262a29,_0x58638c=this[_0x3e4d93(0x187)],_0x4e255b=_0x58638c[_0x3e4d93(0x1eb)],_0x4f1d2a=_0x58638c[_0x3e4d93(0x18f)][_0x3e4d93(0x1c5)](_0x3e4d93(0x1ab));this[_0x3e4d93(0x1e1)](),_0x4f1d2a[_0x3e4d93(0x1b6)][_0x3e4d93(0x18d)](_0x3e4d93(0x1ea),_0x3e4d93(0x1c9),_0x3e4d93(0x1bc),function(_0x1252b4,_0x16130b){const _0x3fa1c7=_0x3e4d93,_0x12bb5d=[];for(let _0x4ffce2 of _0x1252b4)_0x4ffce2[_0x3fa1c7(0x1af)][_0x3fa1c7(0x1d2)]===_0x4ffce2[_0x3fa1c7(0x1b1)][_0x3fa1c7(0x18c)]&&(_0x4ffce2=_0x58638c[_0x3fa1c7(0x1c2)][_0x3fa1c7(0x180)](_0x58638c[_0x3fa1c7(0x1c2)][_0x3fa1c7(0x1ed)](_0x4ffce2[_0x3fa1c7(0x1af)][_0x3fa1c7(0x1d2)],0x0))),_0x12bb5d[_0x3fa1c7(0x1e9)](_0x4ffce2);_0x58638c[_0x3fa1c7(0x1c2)][_0x3fa1c7(0x17c)](_0x464533=>{const _0xb990e4=_0x3fa1c7,_0x2e2d37=_0x58638c[_0xb990e4(0x1c2)][_0xb990e4(0x1e0)][_0xb990e4(0x192)],_0x18a76b=Array[_0xb990e4(0x1a8)](_0x2e2d37[_0xb990e4(0x19b)]())[_0xb990e4(0x1f6)](_0x4fccdf=>_0x18a380[_0xb990e4(0x1c0)](_0x4fccdf));_0x464533[_0xb990e4(0x1b7)](_0x12bb5d),_0x58638c[_0xb990e4(0x1cd)][_0xb990e4(0x1c5)](_0x16130b[_0xb990e4(0x189)])[_0xb990e4(0x185)](),_0x16130b[_0xb990e4(0x191)][_0xb990e4(0x1e9)]({'forceDefaultExecution':!0x0}),_0x58638c[_0xb990e4(0x1a2)](_0x16130b[_0xb990e4(0x189)],..._0x16130b[_0xb990e4(0x191)]),_0x464533[_0xb990e4(0x1b7)](_0x18a76b);for(const _0x2fd50f of _0x18a76b)_0x2fd50f[_0xb990e4(0x1a3)]();});}),_0x4f1d2a[_0x3e4d93(0x178)][_0x3e4d93(0x168)](function(_0x3e7e2e){const _0x150648=_0x3e4d93,_0x4e4e4a=!_0x58638c[_0x150648(0x1c2)][_0x150648(0x1cc)][_0x150648(0x196)](_0x3e7e2e),_0x550531=_0x3e7e2e[_0x150648(0x1d6)],_0x12d29b=_0x3e7e2e[_0x150648(0x1f1)],_0x1fa8e7=_0x3e7e2e[_0x150648(0x1c7)](_0x150648(0x1e2)),_0x5592d5=!_0x550531||_0x550531[_0x150648(0x1c7)](_0x150648(0x1e2))!==_0x1fa8e7,_0x2ae45c=!_0x12d29b||_0x12d29b[_0x150648(0x1c7)](_0x150648(0x1e2))!==_0x1fa8e7;return _0x4e4e4a&&Boolean(_0x1fa8e7)&&_0x5592d5&&_0x2ae45c;},_0x5bf9b9=>_0x85ed69(_0x4e255b,_0x3e4d93(0x1a4),_0x5bf9b9));}[_0x262a29(0x1e1)](){const _0x1d44fa=_0x262a29,_0x3a862f=this[_0x1d44fa(0x187)],_0x59c516=_0x3a862f[_0x1d44fa(0x1eb)];function _0xfebaef(_0x5e7b68){const _0x283d57=_0x1d44fa,_0x224110=_0x3a862f[_0x283d57(0x1cd)][_0x283d57(0x1c5)](_0x283d57(0x195))[_0x283d57(0x1e5)],_0x2bdebf=_0x3a862f[_0x283d57(0x1cd)][_0x283d57(0x1c5)](_0x283d57(0x1ac))[_0x283d57(0x1e5)];return _0x283d57(0x1ac)===_0x5e7b68?_0x224110:_0x2bdebf;}_0x3a862f[_0x1d44fa(0x18f)][_0x1d44fa(0x1c5)](_0x1d44fa(0x1ab))[_0x1d44fa(0x178)][_0x1d44fa(0x1b8)](function(_0x110da1){const _0x428895=_0x1d44fa;if(_0x428895(0x1ea)!=_0x110da1[_0x428895(0x1c4)])return;const {data:_0xf9e45b}=_0x110da1;if(!_0xf9e45b)return;let _0xa6ddc3,_0x4a9874,_0x2b1b8e,_0x484a57;switch(_0xf9e45b[_0x428895(0x189)]){case _0x428895(0x195):_0x2b1b8e=_0xf9e45b[_0x428895(0x191)][0x0][_0x428895(0x162)],_0x484a57=_0xfebaef(_0xf9e45b[_0x428895(0x189)]),_0xa6ddc3=_0x2b1b8e?_0x428895(0x16c):_0x428895(0x1b3),!_0x484a57&&_0x3a862f[_0x428895(0x177)][_0x428895(0x1c5)](_0x428895(0x17b))||(_0xa6ddc3=_0x428895(0x1a9)),_0x4a9874={'type':_0x428895(0x1da),'content':_0x85ed69(_0x59c516,_0xa6ddc3,_0x85ed69(_0x59c516,_0x428895(0x1e7)))};break;case _0x428895(0x1ac):_0x2b1b8e=_0xf9e45b[_0x428895(0x191)][0x0][_0x428895(0x162)],_0x484a57=_0xfebaef(_0xf9e45b[_0x428895(0x189)]),_0xa6ddc3=_0x2b1b8e?_0x428895(0x16c):_0x428895(0x1b3),!_0x484a57&&_0x3a862f[_0x428895(0x177)][_0x428895(0x1c5)](_0x428895(0x17b))||(_0xa6ddc3=_0x428895(0x1a9)),_0x4a9874={'type':_0x428895(0x1da),'content':_0x85ed69(_0x59c516,_0xa6ddc3,_0x85ed69(_0x59c516,_0x428895(0x1d4)))};break;case _0x428895(0x1ef):_0xa6ddc3=_0x428895(0x198),_0x4a9874={'type':_0x428895(0x1da),'content':_0x85ed69(_0x59c516,_0xa6ddc3,_0x85ed69(_0x59c516,_0x428895(0x1a4)))};break;case _0x428895(0x16b):_0xa6ddc3=function(_0x12aaeb){const _0x4feb27=_0x428895,_0x4de99e=_0x12aaeb[_0x4feb27(0x1a0)]();let _0x4235d0=_0x4de99e[_0x4feb27(0x1af)][_0x4feb27(0x1d2)];for(;_0x4235d0&&_0x4de99e[_0x4feb27(0x19f)](_0x4235d0);){if(_0x4235d0[_0x4feb27(0x1c7)](_0x4feb27(0x1c1))>0x0)return!0x1;_0x4235d0=_0x4235d0[_0x4feb27(0x1f1)];}return!0x0;}(_0x110da1)?_0x85ed69(_0x59c516,_0x428895(0x1b3),_0x85ed69(_0x59c516,function(_0x30cf3c){const _0x4216d6=_0x428895;return _0x4216d6(0x160)+_0x30cf3c[_0x4216d6(0x1a0)]()[_0x4216d6(0x1af)][_0x4216d6(0x1d2)][_0x4216d6(0x1c7)](_0x4216d6(0x17f))[_0x4216d6(0x1b4)]()+_0x4216d6(0x17a);}(_0x110da1))):_0x85ed69(_0x59c516,_0x428895(0x1ee),_0x85ed69(_0x59c516,_0x428895(0x1a4))),_0x4a9874={'type':_0x428895(0x1da),'content':_0xa6ddc3};break;case _0x428895(0x1d7):case _0x428895(0x1c8):!0x1===_0xf9e45b[_0x428895(0x174)]&&(_0xa6ddc3=_0x428895(0x179),_0x4a9874={'type':_0x428895(0x182),'content':_0x85ed69(_0x59c516,_0xa6ddc3,_0x85ed69(_0x59c516,_0x428895(0x1a4)))});}return _0x4a9874;});}}function le(_0x310547){const _0x5c5a98=_0x262a29;let _0x478ed4=_0x310547[_0x5c5a98(0x1a0)]()[_0x5c5a98(0x1af)][_0x5c5a98(0x1d2)][_0x5c5a98(0x1d6)];for(;_0x478ed4;){const _0x55a680=_0x478ed4[_0x5c5a98(0x1c7)](_0x5c5a98(0x1e2));if(!_0x55a680)return!0x1;if(_0x55a680==_0x310547[_0x5c5a98(0x171)][_0x5c5a98(0x193)])return _0x5c5a98(0x193);if(_0x55a680==_0x310547[_0x5c5a98(0x171)][_0x5c5a98(0x1cf)])return _0x5c5a98(0x1cf);_0x478ed4=_0x478ed4[_0x5c5a98(0x1d6)];}return!0x1;}function _0x25a4(){const _0x16a83b=['attributeKey','editor','9vhxzRt','commandName','batch','getSuggestions','parent','registerCustomCallback','_getAttributeKey','plugins','key','commandParams','selection','newValue','*Merge:*\x20list\x20item','bulletedList','isObject','listStart','*Indent:*\x20%0','getFirstMarker','1797205vuJePU','getRanges','range','listStyle','_enableDefaultAttributesIntegration','containsItem','getFirstRange','2640aVJTpq','execute','detach','ELEMENT_LIST_ITEM','isLocal','*Set\x20format:*\x20%0','isNextTo','from','*Change\x20to:*\x20%0','assureChains','TrackChangesEditing','numberedList','removeMarker','listItemIdFixer','start','meta','end','head','*Format:*\x20remove\x20from\x20%0','toUpperCase','bulleted','_suggestionFactory','setSelection','registerDescriptionCallback','noTrackChangesFixer','220272qoTaUx','trackChangesCommand','accept','customNumberedList','todoListCheck','todoList','fromRange','listIndent','model','checkTodoList','type','get','filter','getAttribute','mergeListItemForward','documentList','attributes','ELEMENT_TODO_LIST','schema','commands','ListEditing','oldValue','*Split:*\x20list\x20item','setAttribute','nodeAfter','_findSuggestions','ELEMENT_NUMBERED_LIST','next','previousSibling','mergeListItemBackward','listMarker','todoListChecked','format','1817890dmWXwY','every','find','isUndo','TodoListEditing','document','_registerLegacyDescription','listItemId','differ','3901440fQEBhV','value','3408517eHCZgf','ELEMENT_BULLETED_LIST','splitListItemAfter','push','formatBlock','locale','includes','createPositionAt','*Outdent:*\x20%0','indentList','has','nextSibling','splitListItemBefore','4iuuOPi','FORMAT_INDENT','3807352qeZJbY','map','registerPostFixer','ELEMENT_','listReversed','forceValue','listMarkerStyle','6DRMEPy','numbered','getChanges','37CIfKwH','registerElementLabel','registerAttributeLabel','_supportLegacySuggestions','outdentList','*Format:*\x20insert\x20into\x20%0','default','customBulletedList','length','*Remove\x20format:*\x20%0','data','groupId','suggestion','multipleBlocks','todo','*Uncheck\x20item*','config','_descriptionFactory','*Merge:*\x20%0','_LIST','list.multiBlock','change','13162htFoeR','attribute','listType','createRange','*Check\x20item*','deletion','afterInit','11xWwteW','refresh'];_0x25a4=function(){return _0x16a83b;};return _0x25a4();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1f63(){const _0x908b46=['_enableDefaultAttributesIntegration','plugins','document','81odJXpv','customNumbered','formatBlock','attribute','format','startIndex','*Format:*\x20set\x20order\x20to\x20regular','get','getAttribute','find','569291jIQxUS','newValue','_descriptionFactory','upper-roman','*Format:*\x20set\x20order\x20to\x20reversed','suggestion','registerPostFixer','commandParams','_registerLegacyDescription','ListPropertiesEditing','config','commandName','data','*Set\x20format:*\x20%0','locale','default','registerAttributeLabel','nodeAfter','listType','list.properties','next','reversed','oldValue','replace','22eiLxEd','afterInit','listStyle','registerDescriptionCallback','styles','bulleted','key','decimal-leading-zero','square','disc','FORMAT_LIST_START','_LIST_DEFAULT','isUndo','type','TrackChangesEditing','2359030RVqWrK','model','listReversed','handleDescriptions','removeMarker','2379560QeuXVx','getFirstMarker','*Format:*\x20set\x20start\x20index\x20to\x20%0','_findSuggestions','listStart','*Remove\x20format:*\x20%0','FORMAT_LIST_REVERSED','3705440fjuvFU','72zfVLif','25545ReCNQL','upper-latin','_getAttributeKey','_LIST_','*Change\x20to:*\x20%0','ELEMENT_','311696EuFpGG','numbered','decimal','toUpperCase','lower-latin','batch','filter','includes','head','bind','getSuggestions','_getTranslationKeyForListStyle','start','editor','has','getFirstRange','493073MmCbBU','circle','lower-roman'];_0x1f63=function(){return _0x908b46;};return _0x1f63();}const _0x2b4514=_0x5df1;(function(_0x53fa30,_0x2c5cdc){const _0x1014e7=_0x5df1,_0x3b2621=_0x53fa30();while(!![]){try{const _0x1c6200=parseInt(_0x1014e7(0x149))/0x1+-parseInt(_0x1014e7(0x161))/0x2*(parseInt(_0x1014e7(0x17e))/0x3)+-parseInt(_0x1014e7(0x184))/0x4+-parseInt(_0x1014e7(0x175))/0x5+parseInt(_0x1014e7(0x17d))/0x6*(-parseInt(_0x1014e7(0x194))/0x7)+-parseInt(_0x1014e7(0x17c))/0x8+-parseInt(_0x1014e7(0x19a))/0x9*(-parseInt(_0x1014e7(0x170))/0xa);if(_0x1c6200===_0x2c5cdc)break;else _0x3b2621['push'](_0x3b2621['shift']());}catch(_0x29a6ca){_0x3b2621['push'](_0x3b2621['shift']());}}}(_0x1f63,0xb3cd5));import{Plugin as _0x41d7f1}from'ckeditor5/src/core.js';function _0x5df1(_0x43ffdd,_0x58189c){const _0x1f63fa=_0x1f63();return _0x5df1=function(_0x5df179,_0x3ae360){_0x5df179=_0x5df179-0x147;let _0x3306ef=_0x1f63fa[_0x5df179];return _0x3306ef;},_0x5df1(_0x43ffdd,_0x58189c);}import{getTranslation as _0x2d8a02}from'../utils/common-translations.js';export default class ue extends _0x41d7f1{[_0x2b4514(0x162)](){const _0x46340e=_0x2b4514;if(!this[_0x46340e(0x191)][_0x46340e(0x198)][_0x46340e(0x192)](_0x46340e(0x152)))return;const _0x48044a=this[_0x46340e(0x191)][_0x46340e(0x153)][_0x46340e(0x1a1)](_0x46340e(0x15c)),_0xc43863=this[_0x46340e(0x191)][_0x46340e(0x198)][_0x46340e(0x1a1)](_0x46340e(0x16f));_0x48044a[_0x46340e(0x165)]&&_0xc43863[_0x46340e(0x197)](_0x46340e(0x163),[],[_0x46340e(0x163)]),_0x48044a[_0x46340e(0x15e)]&&_0xc43863[_0x46340e(0x197)](_0x46340e(0x172),[],[_0x46340e(0x172)]),_0x48044a[_0x46340e(0x19f)]&&_0xc43863[_0x46340e(0x197)](_0x46340e(0x179),[],[_0x46340e(0x179)]);const _0x1f6b33={'type':_0x46340e(0x19e),'content':''};_0xc43863[_0x46340e(0x14b)][_0x46340e(0x164)](this[_0x46340e(0x173)][_0x46340e(0x18d)](this));const _0x8e33ae=this[_0x46340e(0x191)][_0x46340e(0x157)];_0xc43863[_0x46340e(0x14b)][_0x46340e(0x159)](_0x46340e(0x172),_0x2d8a02(_0x8e33ae,_0x46340e(0x17b))),_0xc43863[_0x46340e(0x14b)][_0x46340e(0x164)](_0x1ce38c=>{const _0x434f85=_0x46340e,{data:_0x3fbb19}=_0x1ce38c;if(_0x3fbb19&&_0x434f85(0x172)==_0x3fbb19[_0x434f85(0x167)])return null==_0x3fbb19[_0x434f85(0x14a)]||0x0==_0x3fbb19[_0x434f85(0x14a)]&&null==_0x3fbb19[_0x434f85(0x15f)]?_0x1f6b33:void 0x0;}),_0xc43863[_0x46340e(0x14b)][_0x46340e(0x159)](_0x46340e(0x179),_0x2d8a02(_0x8e33ae,_0x46340e(0x16b))),_0xc43863[_0x46340e(0x14b)][_0x46340e(0x164)](_0x4bfd70=>{const _0x411c98=_0x46340e,{data:_0x33c25e}=_0x4bfd70;if(_0x33c25e&&_0x411c98(0x179)==_0x33c25e[_0x411c98(0x167)])return null==_0x33c25e[_0x411c98(0x14a)]||0x1==_0x33c25e[_0x411c98(0x14a)]&&null==_0x33c25e[_0x411c98(0x15f)]?_0x1f6b33:void 0x0;}),this[_0x46340e(0x191)][_0x46340e(0x171)][_0x46340e(0x199)][_0x46340e(0x14f)](_0x485274=>{const _0x149c87=_0x46340e;if(_0x485274[_0x149c87(0x189)][_0x149c87(0x16d)])return!0x1;let _0x4e6e0d=!0x1;const _0x43a333=_0xc43863[_0x149c87(0x18e)]({'skipNotAttached':!0x0})[_0x149c87(0x18a)](_0x12108c=>{const _0x186cab=_0x149c87,_0x4cce89=_0xc43863[_0x186cab(0x180)](_0x12108c);return _0x186cab(0x179)==_0x4cce89||_0x186cab(0x172)==_0x4cce89;});for(const _0x5c30b7 of _0x43a333){const _0x531572=_0x5c30b7[_0x149c87(0x193)]()[_0x149c87(0x190)][_0x149c87(0x15a)][_0x149c87(0x147)](_0x149c87(0x15b));if(_0x149c87(0x185)==_0x531572||_0x149c87(0x19b)==_0x531572)continue;_0xc43863[_0x149c87(0x178)](_0x5c30b7[_0x149c87(0x193)](),_0x149c87(0x19d))[_0x149c87(0x148)](_0x18b9bf=>_0x149c87(0x15b)==_0xc43863[_0x149c87(0x180)](_0x18b9bf[_0x149c87(0x14e)]))||(_0x485274[_0x149c87(0x174)](_0x5c30b7[_0x149c87(0x176)]()),_0x4e6e0d=!0x0);}return _0x4e6e0d;}),this[_0x46340e(0x151)]();}[_0x2b4514(0x173)](_0x5dfce6){const _0x23d855=_0x2b4514,_0xf11456=this[_0x23d855(0x191)][_0x23d855(0x157)],{data:_0x3dd121}=_0x5dfce6,_0x5ca9ee={'type':_0x23d855(0x19e),'content':''};if(!_0x3dd121||_0x23d855(0x163)!=_0x3dd121[_0x23d855(0x167)])return;if(!_0x3dd121[_0x23d855(0x15f)])return _0x23d855(0x158)==_0x3dd121[_0x23d855(0x14a)]?_0x5ca9ee:{'type':_0x23d855(0x19e),'content':''+_0x2d8a02(_0xf11456,_0x23d855(0x156),_0x2d8a02(_0xf11456,this[_0x23d855(0x18f)](_0x3dd121[_0x23d855(0x14a)])))};if(!_0x3dd121[_0x23d855(0x14a)]){if(_0x23d855(0x158)==_0x3dd121[_0x23d855(0x15f)])return _0x5ca9ee;let _0x7cedca=_0x5dfce6[_0x23d855(0x18c)];for(;_0x7cedca;){if(_0x7cedca[_0x23d855(0x155)]&&_0x23d855(0x15b)==_0x7cedca[_0x23d855(0x155)][_0x23d855(0x167)]&&_0x7cedca[_0x23d855(0x155)][_0x23d855(0x14a)])return _0x5ca9ee;_0x7cedca=_0x7cedca[_0x23d855(0x15d)];}return{'type':_0x23d855(0x19e),'content':''+_0x2d8a02(_0xf11456,_0x23d855(0x17a),_0x2d8a02(_0xf11456,this[_0x23d855(0x18f)](_0x3dd121[_0x23d855(0x15f)])))};}if(_0x23d855(0x158)!=_0x3dd121[_0x23d855(0x14a)])return{'type':_0x23d855(0x19e),'content':''+_0x2d8a02(_0xf11456,_0x23d855(0x156),_0x2d8a02(_0xf11456,this[_0x23d855(0x18f)](_0x3dd121[_0x23d855(0x14a)])))};let _0x5a86cc=_0x5dfce6[_0x23d855(0x18c)];for(;_0x5a86cc;){if(_0x5a86cc[_0x23d855(0x155)]&&_0x23d855(0x15b)==_0x5a86cc[_0x23d855(0x155)][_0x23d855(0x167)]&&_0x5a86cc[_0x23d855(0x155)][_0x23d855(0x14a)]&&_0x5a86cc[_0x23d855(0x155)][_0x23d855(0x15f)])return _0x5ca9ee;_0x5a86cc=_0x5a86cc[_0x23d855(0x15d)];}const _0x2a1c65=_0x5dfce6[_0x23d855(0x193)]()[_0x23d855(0x190)][_0x23d855(0x15a)][_0x23d855(0x147)](_0x23d855(0x15b));return{'type':_0x23d855(0x19e),'content':_0x2d8a02(_0xf11456,_0x23d855(0x156),_0x2d8a02(_0xf11456,_0x23d855(0x183)+_0x2a1c65[_0x23d855(0x187)]()+_0x23d855(0x16c)))};}[_0x2b4514(0x151)](){const _0x1c15f7=_0x2b4514,_0x212aa5=this[_0x1c15f7(0x191)],_0x11c65e=_0x212aa5[_0x1c15f7(0x157)];_0x212aa5[_0x1c15f7(0x198)][_0x1c15f7(0x1a1)](_0x1c15f7(0x16f))[_0x1c15f7(0x14b)][_0x1c15f7(0x164)](_0x2f8086=>{const _0x16fe41=_0x1c15f7;if(_0x16fe41(0x19c)!=_0x2f8086[_0x16fe41(0x16e)])return;const {data:_0x346303}=_0x2f8086;if(!_0x346303)return;let _0xafcca3,_0x20cb0d;switch(_0x346303[_0x16fe41(0x154)]){case _0x16fe41(0x163):_0xafcca3=_0x16fe41(0x182),_0x20cb0d={'type':_0x16fe41(0x19e),'content':_0x2d8a02(_0x11c65e,_0xafcca3,_0x2d8a02(_0x11c65e,this[_0x16fe41(0x18f)](_0x346303[_0x16fe41(0x150)][0x0][_0x16fe41(0x16e)])))};break;case _0x16fe41(0x172):_0xafcca3=_0x346303[_0x16fe41(0x150)][0x0][_0x16fe41(0x15e)]?_0x16fe41(0x14d):_0x16fe41(0x1a0),_0x20cb0d={'type':_0x16fe41(0x19e),'content':_0x2d8a02(_0x11c65e,_0xafcca3)};break;case _0x16fe41(0x179):_0xafcca3=_0x16fe41(0x177),_0x20cb0d={'type':_0x16fe41(0x19e),'content':_0x2d8a02(_0x11c65e,_0xafcca3,_0x346303[_0x16fe41(0x150)][0x0][_0x16fe41(0x19f)])};}return _0x20cb0d;});}[_0x2b4514(0x18f)](_0x5ee011){const _0x56879c=_0x2b4514;return _0x56879c(0x183)+function(_0x3d95c9){const _0x112480=_0x56879c;if(pe[_0x112480(0x18b)](_0x3d95c9))return _0x112480(0x166);if(ye[_0x112480(0x18b)](_0x3d95c9))return _0x112480(0x185);return null;}(_0x5ee011)[_0x56879c(0x187)]()+_0x56879c(0x181)+_0x5ee011[_0x56879c(0x187)]()[_0x56879c(0x160)](/-/g,'_');}}const pe=[_0x2b4514(0x16a),_0x2b4514(0x195),_0x2b4514(0x169)],ye=[_0x2b4514(0x186),_0x2b4514(0x168),_0x2b4514(0x196),_0x2b4514(0x14c),_0x2b4514(0x188),_0x2b4514(0x17f)];
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xff3cdb=_0xe95d;(function(_0x56d284,_0x3557cd){const _0x5afac7=_0xe95d,_0x60ae94=_0x56d284();while(!![]){try{const _0x1ec8cb=-parseInt(_0x5afac7(0x195))/0x1+parseInt(_0x5afac7(0x190))/0x2+-parseInt(_0x5afac7(0x17d))/0x3+-parseInt(_0x5afac7(0x177))/0x4+-parseInt(_0x5afac7(0x183))/0x5*(parseInt(_0x5afac7(0x187))/0x6)+-parseInt(_0x5afac7(0x18e))/0x7*(parseInt(_0x5afac7(0x194))/0x8)+parseInt(_0x5afac7(0x181))/0x9;if(_0x1ec8cb===_0x3557cd)break;else _0x60ae94['push'](_0x60ae94['shift']());}catch(_0x29d310){_0x60ae94['push'](_0x60ae94['shift']());}}}(_0x4a27,0x328cb));import{Plugin as _0x160cff}from'ckeditor5/src/core.js';function _0xe95d(_0x5984b4,_0x54c765){const _0x4a27c4=_0x4a27();return _0xe95d=function(_0xe95d66,_0x211591){_0xe95d66=_0xe95d66-0x177;let _0x2afa5f=_0x4a27c4[_0xe95d66];return _0x2afa5f;},_0xe95d(_0x5984b4,_0x54c765);}import{getTranslation as _0x880f6b}from'../utils/common-translations.js';export default class ft extends _0x160cff{[_0xff3cdb(0x17b)](){const _0x42d0ba=_0xff3cdb,_0x7cc574=this[_0x42d0ba(0x18c)];if(!_0x7cc574[_0x42d0ba(0x19a)][_0x42d0ba(0x189)](_0x42d0ba(0x198)))return;const _0x4cc46f=_0x7cc574[_0x42d0ba(0x19a)][_0x42d0ba(0x182)](_0x42d0ba(0x178)),_0x22a00f=_0x7cc574[_0x42d0ba(0x17f)];_0x4cc46f[_0x42d0ba(0x17c)](_0x42d0ba(0x18a)),_0x4cc46f[_0x42d0ba(0x18b)][_0x42d0ba(0x199)](_0x42d0ba(0x17a),_0x416949=>_0x880f6b(_0x22a00f,_0x42d0ba(0x179),_0x416949)),_0x7cc574[_0x42d0ba(0x197)][_0x42d0ba(0x186)](_0x42d0ba(0x18f))[_0x42d0ba(0x184)]({'model':_0x42d0ba(0x17a),'view':(_0x3cd580,{writer:_0xafb694,options:_0x247030})=>{const _0x1afa84=_0x42d0ba;if(_0x247030[_0x1afa84(0x193)])return _0xafb694[_0x1afa84(0x185)](_0x1afa84(0x18d));},'converterPriority':_0x42d0ba(0x17e)}),_0x7cc574[_0x42d0ba(0x188)][_0x42d0ba(0x191)]['on'](_0x42d0ba(0x180),(_0x5ce6ed,_0x3dc901,_0x2355eb)=>{const _0x585fb8=_0x42d0ba;_0x2355eb[_0x585fb8(0x192)][_0x585fb8(0x193)]&&_0x5ce6ed[_0x585fb8(0x196)]();},{'priority':_0x42d0ba(0x17e)});}}function _0x4a27(){const _0x33bb6d=['plugins','249308LJCgsO','TrackChangesEditing','ELEMENT_MEDIA','media','afterInit','enableCommand','6174ZBeWYC','high','locale','attribute:url:media','10073880IDjDtc','get','45FqlEPE','elementToElement','createEmptyElement','for','268062UMDgAU','data','has','mediaEmbed','_descriptionFactory','editor','div','77bUfEAd','dataDowncast','149352wxynSM','downcastDispatcher','options','showSuggestionHighlights','204520fiyLyH','239252TbMTxF','stop','conversion','MediaEmbedEditing','registerElementLabel'];_0x4a27=function(){return _0x33bb6d;};return _0x4a27();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1d09d0=_0x33ba;function _0x33ba(_0x560339,_0x1e148c){const _0x22dfe6=_0x22df();return _0x33ba=function(_0x33babc,_0x176702){_0x33babc=_0x33babc-0x114;let _0x985a21=_0x22dfe6[_0x33babc];return _0x985a21;},_0x33ba(_0x560339,_0x1e148c);}(function(_0x54888d,_0x5a3274){const _0x295bcf=_0x33ba,_0x2222a2=_0x54888d();while(!![]){try{const _0x2ee5bf=parseInt(_0x295bcf(0x11f))/0x1+parseInt(_0x295bcf(0x117))/0x2*(-parseInt(_0x295bcf(0x119))/0x3)+-parseInt(_0x295bcf(0x127))/0x4*(parseInt(_0x295bcf(0x123))/0x5)+-parseInt(_0x295bcf(0x126))/0x6*(-parseInt(_0x295bcf(0x128))/0x7)+-parseInt(_0x295bcf(0x11b))/0x8*(-parseInt(_0x295bcf(0x11a))/0x9)+-parseInt(_0x295bcf(0x116))/0xa*(parseInt(_0x295bcf(0x118))/0xb)+parseInt(_0x295bcf(0x124))/0xc;if(_0x2ee5bf===_0x5a3274)break;else _0x2222a2['push'](_0x2222a2['shift']());}catch(_0x203f5e){_0x2222a2['push'](_0x2222a2['shift']());}}}(_0x22df,0x3bc60));import{Plugin as _0x3a96ce}from'ckeditor5/src/core.js';export default class gt extends _0x3a96ce{[_0x1d09d0(0x120)](){const _0x237d70=_0x1d09d0,_0x39d06d=this[_0x237d70(0x121)];_0x39d06d[_0x237d70(0x115)][_0x237d70(0x122)](_0x237d70(0x114))&&_0x39d06d[_0x237d70(0x115)][_0x237d70(0x11e)](_0x237d70(0x11d))[_0x237d70(0x11c)](_0x237d70(0x125));}}function _0x22df(){const _0x14ee3b=['259978NbhfCw','afterInit','editor','has','8635aCTOrs','4719048NaiqCV','mention','67236RAYCAJ','208SlbMLM','182eoHgTv','MentionEditing','plugins','967990MFhXPl','1492VAhttU','44mVkpDn','1422xcGuzt','3132ygJIIM','3008yvbkyt','enableCommand','TrackChangesEditing','get'];_0x22df=function(){return _0x14ee3b;};return _0x22df();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x40567e=_0x364c;function _0x364c(_0x1199e5,_0x9e9985){const _0x3dfd99=_0x3dfd();return _0x364c=function(_0x364c17,_0x2a686f){_0x364c17=_0x364c17-0x167;let _0x4b14dc=_0x3dfd99[_0x364c17];return _0x4b14dc;},_0x364c(_0x1199e5,_0x9e9985);}(function(_0x1cb2db,_0x49e1ff){const _0x3fb712=_0x364c,_0x4f533d=_0x1cb2db();while(!![]){try{const _0x16487c=parseInt(_0x3fb712(0x167))/0x1*(-parseInt(_0x3fb712(0x184))/0x2)+-parseInt(_0x3fb712(0x17a))/0x3+-parseInt(_0x3fb712(0x182))/0x4+parseInt(_0x3fb712(0x180))/0x5+-parseInt(_0x3fb712(0x170))/0x6*(-parseInt(_0x3fb712(0x17d))/0x7)+parseInt(_0x3fb712(0x171))/0x8+-parseInt(_0x3fb712(0x189))/0x9*(-parseInt(_0x3fb712(0x175))/0xa);if(_0x16487c===_0x49e1ff)break;else _0x4f533d['push'](_0x4f533d['shift']());}catch(_0x4b3d84){_0x4f533d['push'](_0x4f533d['shift']());}}}(_0x3dfd,0xc83b9));import{Plugin as _0x2ce861}from'ckeditor5/src/core.js';import{getTranslation as _0x4e24a4}from'../utils/common-translations.js';export default class lt extends _0x2ce861{[_0x40567e(0x17c)](){const _0x359641=_0x40567e,_0x5f0bcb=this[_0x359641(0x16e)],_0xb64878=_0x5f0bcb[_0x359641(0x172)][_0x359641(0x187)](_0x359641(0x16d));_0x5f0bcb[_0x359641(0x172)][_0x359641(0x17e)](_0x359641(0x16b))&&(_0xb64878[_0x359641(0x183)](_0x359641(0x185),[],[_0x359641(0x168)]),_0xb64878[_0x359641(0x174)][_0x359641(0x17f)](_0x1cce07=>this[_0x359641(0x173)](_0x1cce07)));}[_0x40567e(0x173)](_0x5bdc3e){const _0x1be8f4=_0x40567e,_0x13dc35=this[_0x1be8f4(0x16e)][_0x1be8f4(0x181)],{data:_0x11bc86}=_0x5bdc3e,_0x4af597={'type':_0x1be8f4(0x16c),'content':''};if(_0x11bc86&&_0x1be8f4(0x168)==_0x11bc86[_0x1be8f4(0x169)]){if(!_0x11bc86[_0x1be8f4(0x179)])return{'type':_0x1be8f4(0x16c),'content':_0x4e24a4(_0x13dc35,_0x1be8f4(0x188),_0x4e24a4(_0x13dc35,_0x1be8f4(0x16a)))+'\x20('+_0x11bc86[_0x1be8f4(0x186)]+')'};if(!_0x11bc86[_0x1be8f4(0x186)]){let _0x2bcea9=_0x5bdc3e[_0x1be8f4(0x178)];for(;_0x2bcea9;){if(_0x2bcea9[_0x1be8f4(0x176)]&&_0x1be8f4(0x17b)==_0x2bcea9[_0x1be8f4(0x176)][_0x1be8f4(0x169)]&&_0x2bcea9[_0x1be8f4(0x176)][_0x1be8f4(0x186)])return _0x4af597;_0x2bcea9=_0x2bcea9[_0x1be8f4(0x177)];}return{'type':_0x1be8f4(0x16c),'content':_0x4e24a4(_0x13dc35,_0x1be8f4(0x16f),_0x4e24a4(_0x13dc35,_0x1be8f4(0x16a)))+'\x20('+_0x11bc86[_0x1be8f4(0x179)]+')'};}}}}function _0x3dfd(){const _0x59b394=['MultiLevelList','format','TrackChangesEditing','editor','*Remove\x20format:*\x20%0','5646SXjwfR','11769064tMlZeE','plugins','handleDescriptions','_descriptionFactory','12424770seJjqy','data','next','head','oldValue','4247664oVoKwX','listType','afterInit','4417xuZNxK','has','registerDescriptionCallback','7427470YnPcBa','locale','5405192WPMrJK','_enableDefaultAttributesIntegration','202nxkqti','multiLevelList','newValue','get','*Set\x20format:*\x20%0','9XfIAlF','11936PDCMRa','listMarkerStyle','key','ELEMENT_MULTI_LEVEL_LIST'];_0x3dfd=function(){return _0x59b394;};return _0x3dfd();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x1d51ec=_0xeb76;function _0x46d5(){const _0x54e852=['plugins','locale','TrackChangesEditing','5221365ujmoCK','_descriptionFactory','ELEMENT_PAGE_BREAK','50sgskbj','get','PageBreakEditing','507325DCsulH','2289490ZNXkNs','enableCommand','2826hZcYyk','6632eRCRCH','3035211jteEaC','registerElementLabel','3920814Boxhki','editor','pageBreak','2978nTMaOM','4sUTLMY','afterInit','has'];_0x46d5=function(){return _0x54e852;};return _0x46d5();}function _0xeb76(_0x3703b0,_0x1fecb0){const _0x46d5aa=_0x46d5();return _0xeb76=function(_0xeb7645,_0x2c8c6e){_0xeb7645=_0xeb7645-0x11d;let _0x26c7bc=_0x46d5aa[_0xeb7645];return _0x26c7bc;},_0xeb76(_0x3703b0,_0x1fecb0);}(function(_0x2b2d78,_0x57ad87){const _0x827923=_0xeb76,_0x4d93f2=_0x2b2d78();while(!![]){try{const _0x429219=-parseInt(_0x827923(0x123))/0x1*(parseInt(_0x827923(0x130))/0x2)+-parseInt(_0x827923(0x12b))/0x3+parseInt(_0x827923(0x131))/0x4*(parseInt(_0x827923(0x120))/0x5)+parseInt(_0x827923(0x12d))/0x6+-parseInt(_0x827923(0x126))/0x7+-parseInt(_0x827923(0x12a))/0x8*(-parseInt(_0x827923(0x129))/0x9)+-parseInt(_0x827923(0x127))/0xa;if(_0x429219===_0x57ad87)break;else _0x4d93f2['push'](_0x4d93f2['shift']());}catch(_0xb2852b){_0x4d93f2['push'](_0x4d93f2['shift']());}}}(_0x46d5,0x8b445));import{Plugin as _0x1da769}from'ckeditor5/src/core.js';import{getTranslation as _0x182e68}from'../utils/common-translations.js';export default class mt extends _0x1da769{[_0x1d51ec(0x132)](){const _0x2f387d=_0x1d51ec,_0x25b522=this[_0x2f387d(0x12e)];if(!_0x25b522[_0x2f387d(0x11d)][_0x2f387d(0x133)](_0x2f387d(0x125)))return;_0x25b522[_0x2f387d(0x11d)][_0x2f387d(0x124)](_0x2f387d(0x11f))[_0x2f387d(0x128)](_0x2f387d(0x12f));const _0x4187cb=_0x25b522[_0x2f387d(0x11d)][_0x2f387d(0x124)](_0x2f387d(0x11f)),_0x5bd158=_0x25b522[_0x2f387d(0x11e)];_0x4187cb[_0x2f387d(0x121)][_0x2f387d(0x12c)](_0x2f387d(0x12f),_0x14db90=>_0x182e68(_0x5bd158,_0x2f387d(0x122),_0x14db90));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x260e22=_0x2b55;(function(_0x24396c,_0x576ab0){const _0x58a206=_0x2b55,_0x5706e4=_0x24396c();while(!![]){try{const _0x5ead17=-parseInt(_0x58a206(0x1d0))/0x1*(parseInt(_0x58a206(0x1fd))/0x2)+parseInt(_0x58a206(0x1db))/0x3*(-parseInt(_0x58a206(0x1f6))/0x4)+parseInt(_0x58a206(0x1f9))/0x5*(parseInt(_0x58a206(0x1e9))/0x6)+parseInt(_0x58a206(0x1cd))/0x7*(parseInt(_0x58a206(0x1e7))/0x8)+-parseInt(_0x58a206(0x209))/0x9+parseInt(_0x58a206(0x1dc))/0xa*(parseInt(_0x58a206(0x1e8))/0xb)+parseInt(_0x58a206(0x1ce))/0xc*(parseInt(_0x58a206(0x1d9))/0xd);if(_0x5ead17===_0x576ab0)break;else _0x5706e4['push'](_0x5706e4['shift']());}catch(_0x3ab479){_0x5706e4['push'](_0x5706e4['shift']());}}}(_0xb567,0xb2b07));import{Plugin as _0x1b0c2e}from'ckeditor5/src/core.js';import{getTranslation as _0x1c9f73}from'../utils/common-translations.js';function _0xb567(){const _0x48b0ef=['name','isLimit','consume','insert','checkChild','createUIElement','980865DhOmgl','insertParagraph','toViewPosition','*Insert:*\x20%0','schema','isTouching','*Change\x20to:*\x20%0','has','type','formatBlock','addClass','includes','_descriptionFactory','50309sthKXV','12CvhjJu','markerRange','1ZRUxgw','markerName','afterInit','Paragraph','writer','activeMarkers','data','insertion','ELEMENT_PARAGRAPH','12629877nqujjr','editing','3KoSxBG','10XQLhwV','ck-suggestion-marker--active','getFirstRange','model','registerElementLabel','isBlock','enableCommand','get','nodeAfter','format','_registerLegacyDescription','24LkzfAk','11008481gQTwVQ','6XTcHuN','end','registerDescriptionCallback','locale','getItemLabel','plugins','start','editor','_enableDefaultAttributesIntegration','TrackChangesEditing','ck-suggestion-marker-split','bindElementToMarker','mapper','5028604xcsDXE','downcastDispatcher','consumable','6887185bLaZzT','showSuggestionHighlights','commandName','options','2546502DJYbql','highest','addMarker:suggestion:insertion','$text','paragraph','span'];_0xb567=function(){return _0x48b0ef;};return _0xb567();}function _0x2b55(_0x4e4fe3,_0x3359aa){const _0xb567f9=_0xb567();return _0x2b55=function(_0x2b55bb,_0x4816f1){_0x2b55bb=_0x2b55bb-0x1c8;let _0x3a1098=_0xb567f9[_0x2b55bb];return _0x3a1098;},_0x2b55(_0x4e4fe3,_0x3359aa);}export default class dt extends _0x1b0c2e{[_0x260e22(0x1d2)](){const _0x4443d8=_0x260e22,_0x2dd9f0=this[_0x4443d8(0x1f0)];if(!_0x2dd9f0[_0x4443d8(0x1ee)][_0x4443d8(0x210)](_0x4443d8(0x1d3)))return;const _0x5a1c34=_0x2dd9f0[_0x4443d8(0x1ec)],_0xb226e7=_0x2dd9f0[_0x4443d8(0x1ee)][_0x4443d8(0x1e3)](_0x4443d8(0x1f2));_0xb226e7[_0x4443d8(0x1cc)][_0x4443d8(0x1e0)](_0x4443d8(0x201),_0x17cf20=>_0x1c9f73(_0x5a1c34,_0x4443d8(0x1d8),_0x17cf20)),_0xb226e7[_0x4443d8(0x1f1)](_0x4443d8(0x201)),_0xb226e7[_0x4443d8(0x1e2)](_0x4443d8(0x20a)),_0x2dd9f0[_0x4443d8(0x1da)][_0x4443d8(0x1f7)]['on'](_0x4443d8(0x1ff),nr(_0x2dd9f0),{'priority':_0x4443d8(0x1fe)}),_0x2dd9f0[_0x4443d8(0x1d6)][_0x4443d8(0x1f7)]['on'](_0x4443d8(0x1ff),(_0x190bc3,_0x298ea8,_0x461ff6)=>{const _0x3d1b16=_0x4443d8;_0x461ff6[_0x3d1b16(0x1fc)][_0x3d1b16(0x1fa)]&&nr(_0x2dd9f0,{'showActiveMarker':!0x1})(_0x190bc3,_0x298ea8,_0x461ff6);},{'priority':_0x4443d8(0x1fe)});const _0x1bc472=_0xb226e7[_0x4443d8(0x1cc)];_0x1bc472[_0x4443d8(0x1eb)](_0x34484d=>{const _0x511827=_0x4443d8;if(_0x511827(0x1d7)!==_0x34484d[_0x511827(0x1c8)])return;const {start:_0x2dd97a,end:_0x113279}=_0x34484d[_0x511827(0x1de)]();if(!_0x2dd97a[_0x511827(0x20e)](_0x113279)||!_0x2dd97a[_0x511827(0x1e4)])return;const _0x1ce9ce=_0x2dd9f0[_0x511827(0x1df)][_0x511827(0x20d)],_0x4adcab=_0x2dd97a[_0x511827(0x1e4)];return _0x1ce9ce[_0x511827(0x1e1)](_0x4adcab)&&!_0x1ce9ce[_0x511827(0x204)](_0x4adcab)&&_0x1ce9ce[_0x511827(0x207)](_0x4adcab,_0x511827(0x200))?{'type':_0x511827(0x1d7),'content':_0x1c9f73(_0x5a1c34,_0x511827(0x20c),_0x1bc472[_0x511827(0x1ed)](_0x4adcab,0x1))}:void 0x0;}),this[_0x4443d8(0x1e6)]();}[_0x260e22(0x1e6)](){const _0x49a1a0=_0x260e22,_0x4fcca1=this[_0x49a1a0(0x1f0)],_0x489cbd=_0x4fcca1[_0x49a1a0(0x1ec)];_0x4fcca1[_0x49a1a0(0x1ee)][_0x49a1a0(0x1e3)](_0x49a1a0(0x1f2))[_0x49a1a0(0x1cc)][_0x49a1a0(0x1eb)](_0xc3194b=>{const _0x3a6df4=_0x49a1a0;if(_0x3a6df4(0x1c9)!=_0xc3194b[_0x3a6df4(0x1c8)])return;const {data:_0x43e48c}=_0xc3194b;return _0x43e48c&&_0x3a6df4(0x201)==_0x43e48c[_0x3a6df4(0x1fb)]?{'type':_0x3a6df4(0x1e5),'content':_0x1c9f73(_0x489cbd,_0x3a6df4(0x20f),_0x1c9f73(_0x489cbd,_0x3a6df4(0x1d8)))}:void 0x0;});}}function nr(_0x4ec25,{showActiveMarker:_0x5e26c2=!0x0}={}){return(_0x490e7c,_0x6888a,_0x36a33a)=>{const _0x18ffe7=_0x2b55,_0x554f27=_0x4ec25[_0x18ffe7(0x1ee)][_0x18ffe7(0x1e3)](_0x18ffe7(0x1f2)),_0x5670b4=_0x6888a[_0x18ffe7(0x1cf)][_0x18ffe7(0x1ef)],_0x50e824=_0x6888a[_0x18ffe7(0x1cf)][_0x18ffe7(0x1ea)],_0x2124ad=_0x4ec25[_0x18ffe7(0x1df)][_0x18ffe7(0x20d)];if(!_0x5670b4[_0x18ffe7(0x20e)](_0x50e824)||!_0x5670b4[_0x18ffe7(0x1e4)])return;const _0x19dfb5=_0x5670b4[_0x18ffe7(0x1e4)];if(_0x2124ad[_0x18ffe7(0x1e1)](_0x19dfb5)&&!_0x2124ad[_0x18ffe7(0x204)](_0x19dfb5)&&_0x2124ad[_0x18ffe7(0x207)](_0x19dfb5,_0x18ffe7(0x200))){if(!_0x36a33a[_0x18ffe7(0x1f8)][_0x18ffe7(0x205)](_0x6888a[_0x18ffe7(0x1cf)],_0x490e7c[_0x18ffe7(0x203)]))return;const _0x5a8a18=_0x36a33a[_0x18ffe7(0x1d4)][_0x18ffe7(0x208)](_0x18ffe7(0x202),{'class':_0x18ffe7(0x1f3)}),_0x37e5ee=_0x36a33a[_0x18ffe7(0x1f5)][_0x18ffe7(0x20b)](_0x50e824);_0x5e26c2&&_0x554f27[_0x18ffe7(0x1d5)][_0x18ffe7(0x1cb)](_0x6888a[_0x18ffe7(0x1d1)])&&_0x36a33a[_0x18ffe7(0x1d4)][_0x18ffe7(0x1ca)](_0x18ffe7(0x1dd),_0x5a8a18),_0x36a33a[_0x18ffe7(0x1d4)][_0x18ffe7(0x206)](_0x37e5ee,_0x5a8a18),_0x36a33a[_0x18ffe7(0x1f5)][_0x18ffe7(0x1f4)](_0x5a8a18,_0x6888a[_0x18ffe7(0x1d1)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x448871=_0x27b9;function _0x27b9(_0x2acc6f,_0x478f0c){const _0xf9db7e=_0xf9db();return _0x27b9=function(_0x27b952,_0x193437){_0x27b952=_0x27b952-0x166;let _0x444a6e=_0xf9db7e[_0x27b952];return _0x444a6e;},_0x27b9(_0x2acc6f,_0x478f0c);}(function(_0x51932d,_0x3870a7){const _0x963a36=_0x27b9,_0x178172=_0x51932d();while(!![]){try{const _0x1079b8=-parseInt(_0x963a36(0x179))/0x1+parseInt(_0x963a36(0x169))/0x2+parseInt(_0x963a36(0x16a))/0x3+parseInt(_0x963a36(0x16c))/0x4*(parseInt(_0x963a36(0x178))/0x5)+parseInt(_0x963a36(0x17b))/0x6+-parseInt(_0x963a36(0x17f))/0x7*(parseInt(_0x963a36(0x167))/0x8)+-parseInt(_0x963a36(0x16e))/0x9;if(_0x1079b8===_0x3870a7)break;else _0x178172['push'](_0x178172['shift']());}catch(_0x27dd5d){_0x178172['push'](_0x178172['shift']());}}}(_0xf9db,0x530b9));import{Plugin as _0x54a22d}from'ckeditor5/src/core.js';function _0xf9db(){const _0x4c9c8a=['editor','_registerLegacyDescription','removeFormat','type','commandName','locale','*Remove\x20all\x20formatting*','_descriptionFactory','75NuCVmS','105251ODriLj','format','2594670wQrxhx','formatInline','RemoveFormatEditing','TrackChangesEditing','718277dXpKOs','_enableDefaultAttributesIntegration','get','afterInit','8UabOXU','has','927562jsHUqd','60717DYWEQg','formatBlock','172852AATMlK','plugins','9149805gEjLwi','registerDescriptionCallback'];_0xf9db=function(){return _0x4c9c8a;};return _0xf9db();}import{getTranslation as _0x5c09c5}from'../utils/common-translations.js';export default class pt extends _0x54a22d{[_0x448871(0x166)](){const _0x2a8140=_0x448871,_0x1e42aa=this[_0x2a8140(0x170)];if(!_0x1e42aa[_0x2a8140(0x16d)][_0x2a8140(0x168)](_0x2a8140(0x17d)))return;_0x1e42aa[_0x2a8140(0x16d)][_0x2a8140(0x181)](_0x2a8140(0x17e))[_0x2a8140(0x180)](_0x2a8140(0x172)),this[_0x2a8140(0x171)]();}[_0x448871(0x171)](){const _0x2885bf=_0x448871,_0x1bdb25=this[_0x2885bf(0x170)];_0x1bdb25[_0x2885bf(0x16d)][_0x2885bf(0x181)](_0x2885bf(0x17e))[_0x2885bf(0x177)][_0x2885bf(0x16f)](_0x340d01=>{const _0x2e1e4b=_0x2885bf;if(_0x2e1e4b(0x16b)!=_0x340d01[_0x2e1e4b(0x173)]&&_0x2e1e4b(0x17c)!=_0x340d01[_0x2e1e4b(0x173)])return;const {data:_0x28ec5b}=_0x340d01;return _0x28ec5b&&_0x2e1e4b(0x172)==_0x28ec5b[_0x2e1e4b(0x174)]?{'type':_0x2e1e4b(0x17a),'content':_0x5c09c5(_0x1bdb25[_0x2e1e4b(0x175)],_0x2e1e4b(0x176))}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x152977=_0x40f4;function _0x36ef(){const _0x2b3ffb=['55UAVmFV','plugins','acceptSuggestion','447120rsfoTg','has','RestrictedEditingModeEditing','6256894YqSCCp','5116530lswSql','TrackChangesEditing','goToPreviousRestrictedEditingException','470460wdTJou','discardSuggestion','60qsUtMu','afterInit','discardSelectedSuggestions','1303168GegFSB','acceptAllSuggestions','goToNextRestrictedEditingException','3060ZZYbMn','2CWQvgt','get','10888pHCIao','trackChanges','acceptSelectedSuggestions','editor','enableCommand','discardAllSuggestions','1510737uywhlm'];_0x36ef=function(){return _0x2b3ffb;};return _0x36ef();}(function(_0x5c8a5d,_0x5bb11a){const _0x1d0c34=_0x40f4,_0x75a77e=_0x5c8a5d();while(!![]){try{const _0x2117a5=-parseInt(_0x1d0c34(0x121))/0x1+-parseInt(_0x1d0c34(0x125))/0x2*(parseInt(_0x1d0c34(0x12d))/0x3)+-parseInt(_0x1d0c34(0x138))/0x4*(-parseInt(_0x1d0c34(0x11e))/0x5)+-parseInt(_0x1d0c34(0x131))/0x6+-parseInt(_0x1d0c34(0x134))/0x7+parseInt(_0x1d0c34(0x127))/0x8*(-parseInt(_0x1d0c34(0x124))/0x9)+-parseInt(_0x1d0c34(0x135))/0xa*(-parseInt(_0x1d0c34(0x12e))/0xb);if(_0x2117a5===_0x5bb11a)break;else _0x75a77e['push'](_0x75a77e['shift']());}catch(_0x59bb4f){_0x75a77e['push'](_0x75a77e['shift']());}}}(_0x36ef,0xb2a94));function _0x40f4(_0x4c9666,_0x5bb3e7){const _0x36ef16=_0x36ef();return _0x40f4=function(_0x40f4bc,_0x571a6d){_0x40f4bc=_0x40f4bc-0x11d;let _0x1542c7=_0x36ef16[_0x40f4bc];return _0x1542c7;},_0x40f4(_0x4c9666,_0x5bb3e7);}import{Plugin as _0x4d4ef3}from'ckeditor5/src/core.js';export default class kt extends _0x4d4ef3{[_0x152977(0x11f)](){const _0x5f057f=_0x152977,_0x1667f9=this[_0x5f057f(0x12a)];if(!_0x1667f9[_0x5f057f(0x12f)][_0x5f057f(0x132)](_0x5f057f(0x133)))return;const _0x162e24=_0x1667f9[_0x5f057f(0x12f)][_0x5f057f(0x126)](_0x5f057f(0x136));_0x162e24[_0x5f057f(0x12b)](_0x5f057f(0x137)),_0x162e24[_0x5f057f(0x12b)](_0x5f057f(0x123));const _0x5634ca=_0x1667f9[_0x5f057f(0x12f)][_0x5f057f(0x126)](_0x5f057f(0x133));_0x5634ca[_0x5f057f(0x12b)](_0x5f057f(0x128)),_0x5634ca[_0x5f057f(0x12b)](_0x5f057f(0x130)),_0x5634ca[_0x5f057f(0x12b)](_0x5f057f(0x11d)),_0x5634ca[_0x5f057f(0x12b)](_0x5f057f(0x122)),_0x5634ca[_0x5f057f(0x12b)](_0x5f057f(0x12c)),_0x5634ca[_0x5f057f(0x12b)](_0x5f057f(0x129)),_0x5634ca[_0x5f057f(0x12b)](_0x5f057f(0x120));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x8e07f9=_0x5ee2;function _0x5ee2(_0x3e0c00,_0x379218){const _0x1a79de=_0x1a79();return _0x5ee2=function(_0x5ee2ed,_0x6ed2fd){_0x5ee2ed=_0x5ee2ed-0x149;let _0x4705da=_0x1a79de[_0x5ee2ed];return _0x4705da;},_0x5ee2(_0x3e0c00,_0x379218);}(function(_0xd2dae1,_0x1611be){const _0x44ee13=_0x5ee2,_0x32b5f5=_0xd2dae1();while(!![]){try{const _0x57f315=parseInt(_0x44ee13(0x174))/0x1+parseInt(_0x44ee13(0x16e))/0x2*(-parseInt(_0x44ee13(0x153))/0x3)+parseInt(_0x44ee13(0x16b))/0x4+parseInt(_0x44ee13(0x171))/0x5*(-parseInt(_0x44ee13(0x160))/0x6)+-parseInt(_0x44ee13(0x178))/0x7*(-parseInt(_0x44ee13(0x181))/0x8)+-parseInt(_0x44ee13(0x17c))/0x9+parseInt(_0x44ee13(0x176))/0xa*(parseInt(_0x44ee13(0x14e))/0xb);if(_0x57f315===_0x1611be)break;else _0x32b5f5['push'](_0x32b5f5['shift']());}catch(_0x3c932d){_0x32b5f5['push'](_0x32b5f5['shift']());}}}(_0x1a79,0xed52a));import{Plugin as _0x2f805f}from'ckeditor5/src/core.js';import{ShiftEnter as _0x541bd9}from'ckeditor5/src/enter.js';import{getTranslation as _0x2b592b}from'../utils/common-translations.js';function _0x1a79(){const _0x4d27ea=['addClass','addMarker:suggestion','addMarker:suggestion:insertion','_descriptionFactory','data','markerRange','showSuggestionHighlights','enableCommand','774DTqqPI','markerName','shiftEnter','split','high','createPositionBefore','editing','init','merge','TrackChangesEditing','toViewPosition','7640364MhPXZx','includes','registerElementLabel','671468rqmvyX','bindElementToMarker','downcastDispatcher','50520dpRUiO','plugins','getItems','516831jWJTAl','insert','16510MWfbiI','options','7DfTdLV','ck-suggestion-marker--active','name','ELEMENT_LINE_BREAK','10230534KNcrUo','addMarker:suggestion:deletion','mapper','createUIElement','requires','6795384YXIFVb','writer','span','consumable','activeMarkers','editor','5379ljelpv','test','locale','model','ck-suggestion-marker-','6ZIcrNQ','element','deletion','softBreak','get'];_0x1a79=function(){return _0x4d27ea;};return _0x1a79();}export default class bt extends _0x2f805f{static get[_0x8e07f9(0x180)](){return[_0x541bd9];}[_0x8e07f9(0x167)](){const _0x50a896=_0x8e07f9,_0x4ee540=this[_0x50a896(0x14d)],_0x16efb6=_0x4ee540[_0x50a896(0x172)][_0x50a896(0x157)](_0x50a896(0x169));_0x16efb6[_0x50a896(0x15f)](_0x50a896(0x162)),_0x4ee540[_0x50a896(0x166)][_0x50a896(0x170)]['on'](_0x50a896(0x15a),de(_0x4ee540),{'priority':_0x50a896(0x164)}),_0x4ee540[_0x50a896(0x166)][_0x50a896(0x170)]['on'](_0x50a896(0x17d),de(_0x4ee540),{'priority':_0x50a896(0x164)}),_0x4ee540[_0x50a896(0x15c)][_0x50a896(0x170)]['on'](_0x50a896(0x159),(_0x4f4b16,_0x4c3237,_0x4cf76b)=>{const _0x50eac7=_0x50a896;_0x4cf76b[_0x50eac7(0x177)][_0x50eac7(0x15e)]&&de(_0x4ee540,{'showActiveMarker':!0x1})(_0x4f4b16,_0x4c3237,_0x4cf76b);}),_0x16efb6[_0x50a896(0x15b)][_0x50a896(0x16d)](_0x50a896(0x156),_0x478ebe=>_0x2b592b(_0x4ee540[_0x50a896(0x150)],_0x50a896(0x17b),_0x478ebe));}}function de(_0x30eefb,{showActiveMarker:_0x39c881=!0x0}={}){return(_0x5cf6a4,_0x21d00e,_0x1d0aad)=>{const _0x5b298f=_0x5ee2,_0x1bd32d=_0x30eefb[_0x5b298f(0x172)][_0x5b298f(0x157)](_0x5b298f(0x169));if(!_0x1d0aad[_0x5b298f(0x14b)][_0x5b298f(0x14f)](_0x21d00e[_0x5b298f(0x15d)],_0x5cf6a4[_0x5b298f(0x17a)]))return;const _0x17576f=_0x30eefb[_0x5b298f(0x151)];for(const _0x94fd6d of _0x21d00e[_0x5b298f(0x15d)][_0x5b298f(0x173)]()){if(!_0x94fd6d['is'](_0x5b298f(0x154),_0x5b298f(0x156)))continue;const _0xc4feb0=_0x5b298f(0x155)==_0x21d00e[_0x5b298f(0x161)][_0x5b298f(0x163)](':')[0x1]?_0x5b298f(0x168):_0x5b298f(0x163),_0x28827d=_0x1d0aad[_0x5b298f(0x149)][_0x5b298f(0x17f)](_0x5b298f(0x14a),{'class':_0x5b298f(0x152)+_0xc4feb0}),_0x523316=_0x1d0aad[_0x5b298f(0x17e)][_0x5b298f(0x16a)](_0x17576f[_0x5b298f(0x165)](_0x94fd6d));_0x39c881&&_0x1bd32d[_0x5b298f(0x14c)][_0x5b298f(0x16c)](_0x21d00e[_0x5b298f(0x161)])&&_0x1d0aad[_0x5b298f(0x149)][_0x5b298f(0x158)](_0x5b298f(0x179),_0x28827d),_0x1d0aad[_0x5b298f(0x149)][_0x5b298f(0x175)](_0x523316,_0x28827d),_0x1d0aad[_0x5b298f(0x17e)][_0x5b298f(0x16f)](_0x28827d,_0x21d00e[_0x5b298f(0x161)]);}};}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x485467=_0x5d3a;(function(_0x2b7895,_0x340678){const _0x2cfd6c=_0x5d3a,_0x2123a1=_0x2b7895();while(!![]){try{const _0x5d796e=parseInt(_0x2cfd6c(0x205))/0x1*(-parseInt(_0x2cfd6c(0x203))/0x2)+parseInt(_0x2cfd6c(0x1ef))/0x3+parseInt(_0x2cfd6c(0x1f7))/0x4*(-parseInt(_0x2cfd6c(0x1f6))/0x5)+parseInt(_0x2cfd6c(0x1f3))/0x6+parseInt(_0x2cfd6c(0x1fe))/0x7+-parseInt(_0x2cfd6c(0x1ee))/0x8+-parseInt(_0x2cfd6c(0x1fd))/0x9*(-parseInt(_0x2cfd6c(0x1f0))/0xa);if(_0x5d796e===_0x340678)break;else _0x2123a1['push'](_0x2123a1['shift']());}catch(_0x179324){_0x2123a1['push'](_0x2123a1['shift']());}}}(_0x20a9,0x1b60c));import{Plugin as _0x35e444}from'ckeditor5/src/core.js';function _0x5d3a(_0x39517f,_0x105106){const _0x20a92f=_0x20a9();return _0x5d3a=function(_0x5d3a55,_0x4d1d85){_0x5d3a55=_0x5d3a55-0x1ec;let _0x16aa24=_0x20a92f[_0x5d3a55];return _0x16aa24;},_0x5d3a(_0x39517f,_0x105106);}import{getRangesWithAttribute as _0x346537}from'./utils.js';import{getTranslation as _0x330779}from'../utils/common-translations.js';export default class wt extends _0x35e444{[_0x485467(0x1f5)](){const _0x5c3e0c=_0x485467,_0x4d68f6=this[_0x5c3e0c(0x209)],_0x47ea0c=_0x4d68f6[_0x5c3e0c(0x1ed)],_0xcf330c=_0x4d68f6[_0x5c3e0c(0x213)];if(!_0x4d68f6[_0x5c3e0c(0x1f8)][_0x5c3e0c(0x1fb)](_0x5c3e0c(0x20f)))return;const _0x334fd9=_0x4d68f6[_0x5c3e0c(0x1f8)][_0x5c3e0c(0x202)](_0x5c3e0c(0x207)),_0x53a2cb=_0x5c3e0c(0x1fc),_0x3bc2c0=_0x4d68f6[_0x5c3e0c(0x20d)][_0x5c3e0c(0x202)](_0x53a2cb);_0x334fd9[_0x5c3e0c(0x1f2)](_0x53a2cb,(_0x24023a,_0x1fa14b={})=>{const _0x1d2f14=_0x5c3e0c,_0x5caa1f=_0x47ea0c[_0x1d2f14(0x1f9)][_0x1d2f14(0x206)];if(_0x5caa1f[_0x1d2f14(0x20a)])return void _0x24023a(_0x1fa14b);const _0x29944f=void 0x0!==_0x1fa14b[_0x1d2f14(0x20c)]?_0x1fa14b[_0x1d2f14(0x20c)]:!_0x3bc2c0[_0x1d2f14(0x20b)];_0x47ea0c[_0x1d2f14(0x1ec)](()=>{const _0x386159=_0x1d2f14,_0x5b8b8b=Array[_0x386159(0x212)](_0x5caa1f[_0x386159(0x201)]());for(const _0x4658f5 of _0x5b8b8b){const _0x55ca5f=_0x29944f?[_0x4658f5]:_0x346537(_0x53a2cb,_0x4658f5,_0x47ea0c);for(const _0x59fb5d of _0x55ca5f)_0x334fd9[_0x386159(0x1fa)](_0x59fb5d,{'commandName':_0x53a2cb,'commandParams':[{'forceValue':_0x29944f}]});}});}),_0x334fd9[_0x5c3e0c(0x211)][_0x5c3e0c(0x204)](_0x46262f=>{const _0x1b0006=_0x5c3e0c;if(_0x1b0006(0x1ff)!=_0x46262f[_0x1b0006(0x200)]&&_0x1b0006(0x1f1)!=_0x46262f[_0x1b0006(0x200)])return;const {data:_0x43d96b}=_0x46262f;return _0x43d96b&&_0x43d96b[_0x1b0006(0x1f4)]==_0x53a2cb?_0x43d96b[_0x1b0006(0x208)][0x0][_0x1b0006(0x20c)]?{'type':_0x1b0006(0x20e),'content':_0x330779(_0xcf330c,_0x1b0006(0x214))}:{'type':_0x1b0006(0x20e),'content':_0x330779(_0xcf330c,_0x1b0006(0x210))}:void 0x0;});}}function _0x20a9(){const _0x14e0ff=['selection','TrackChangesEditing','commandParams','editor','isCollapsed','value','forceValue','commands','format','StandardEditingModeEditing','FORMAT_RESTRICTED_DISABLED','_descriptionFactory','from','locale','FORMAT_RESTRICTED_ENABLED','change','model','1463584IZglEe','533898WIIcqA','50730NocVWS','formatInline','enableCommand','74370AIioeM','commandName','afterInit','845425WzBHTx','4WwdXcf','plugins','document','markInlineFormat','has','restrictedEditingException','513evAtjR','526813DeQeXu','formatBlock','type','getRanges','get','3236TQdvsz','registerDescriptionCallback','56PKwNBe'];_0x20a9=function(){return _0x14e0ff;};return _0x20a9();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x54c938=_0x5cfd;(function(_0xcec299,_0x5d0cc1){const _0x139044=_0x5cfd,_0x3908b3=_0xcec299();while(!![]){try{const _0x5da3ce=parseInt(_0x139044(0xaf))/0x1+parseInt(_0x139044(0x93))/0x2+-parseInt(_0x139044(0x8b))/0x3+-parseInt(_0x139044(0x9e))/0x4+parseInt(_0x139044(0xa9))/0x5+parseInt(_0x139044(0xb2))/0x6+-parseInt(_0x139044(0xa3))/0x7;if(_0x5da3ce===_0x5d0cc1)break;else _0x3908b3['push'](_0x3908b3['shift']());}catch(_0x258ca3){_0x3908b3['push'](_0x3908b3['shift']());}}}(_0x1f8e,0xc85d2));function _0x5cfd(_0x359ec4,_0x3c4578){const _0x1f8e09=_0x1f8e();return _0x5cfd=function(_0x5cfd90,_0x4ffcf6){_0x5cfd90=_0x5cfd90-0x86;let _0x1cd673=_0x1f8e09[_0x5cfd90];return _0x1cd673;},_0x5cfd(_0x359ec4,_0x3c4578);}function _0x1f8e(){const _0x3bf357=['formatInline','commandParams','TrackChangesEditing','get','8042320NNYLsG','config','*Remove\x20format:*\x20%0','_enableDefaultAttributesIntegration','registerDescriptionCallback','_registerBlockAttribute','982454GabavQ','element','plugins','9672630JuZLJB','has','style','Style','add','type','afterInit','toLowerCase','1239423crTNtb','_registerLegacyDescription','StyleUtils','format','FORMAT_STYLE','_registerInlineAttribute','formatBlock','block','3137858yKchPT','_descriptionFactory','DataSchema','definitions','normalizeConfig','inline','locale','styleName','editor','getGhsAttributeNameForElement','registerAttributeLabel','6491808TsUUZi','*Set\x20format:*\x20%0','forceValue','commandName','GeneralHtmlSupport','20406183gPRNJg','ghsAttributes'];_0x1f8e=function(){return _0x3bf357;};return _0x1f8e();}import{Plugin as _0x59ca20}from'ckeditor5/src/core.js';import{getTranslation as _0x36aeca}from'../utils/common-translations.js';export default class yt extends _0x59ca20{[_0x54c938(0x89)](){const _0x26a18a=_0x54c938,_0x1ff351=this[_0x26a18a(0x9b)];if(!_0x1ff351[_0x26a18a(0xb1)][_0x26a18a(0xb3)](_0x26a18a(0x86))||!_0x1ff351[_0x26a18a(0xb1)][_0x26a18a(0xb3)](_0x26a18a(0x95)))return;const _0x577550=_0x1ff351[_0x26a18a(0xb1)][_0x26a18a(0xa8)](_0x26a18a(0xa7)),_0x85dd11=_0x1ff351[_0x26a18a(0x99)],_0x30a4bc=_0x1ff351[_0x26a18a(0xaa)][_0x26a18a(0xa8)](_0x26a18a(0xb4))||{},_0x38e568=_0x1ff351[_0x26a18a(0xb1)][_0x26a18a(0xa8)](_0x26a18a(0xa2)),_0x49aa4f=_0x1ff351[_0x26a18a(0xb1)][_0x26a18a(0xa8)](_0x26a18a(0x8d))[_0x26a18a(0x97)](_0x1ff351[_0x26a18a(0xb1)][_0x26a18a(0xa8)](_0x26a18a(0x95)),_0x30a4bc[_0x26a18a(0x96)]);_0x577550[_0x26a18a(0xac)](_0x26a18a(0xb4));const _0x308136=new Set();for(const _0x1adefd of _0x49aa4f[_0x26a18a(0x92)]){const _0x2724ed=_0x38e568[_0x26a18a(0x9c)](_0x1adefd[_0x26a18a(0xb0)]);_0x308136[_0x26a18a(0x87)](_0x2724ed);}const _0xe60233=new Set();for(const _0x215f8d of _0x49aa4f[_0x26a18a(0x98)]){const _0x331f3b=_0x38e568[_0x26a18a(0x9c)](_0x215f8d[_0x26a18a(0xb0)]);_0xe60233[_0x26a18a(0x87)](_0x331f3b);for(const _0x49ad18 of _0x215f8d[_0x26a18a(0xa4)])_0xe60233[_0x26a18a(0x87)](_0x49ad18);}for(const _0xea5641 of _0x308136)_0x577550[_0x26a18a(0xae)](_0xea5641),_0x577550[_0x26a18a(0x94)][_0x26a18a(0x9d)](_0xea5641,_0x36aeca(_0x85dd11,_0x26a18a(0x8f)));for(const _0x2f4d19 of _0xe60233)_0x577550[_0x26a18a(0x90)](_0x2f4d19),_0x577550[_0x26a18a(0x94)][_0x26a18a(0x9d)](_0x2f4d19,_0x36aeca(_0x85dd11,_0x26a18a(0x8f)));this[_0x26a18a(0x8c)]();}[_0x54c938(0x8c)](){const _0x48b0b2=_0x54c938,_0x46b228=this[_0x48b0b2(0x9b)],_0x135a10=_0x46b228[_0x48b0b2(0x99)];_0x46b228[_0x48b0b2(0xb1)][_0x48b0b2(0xa8)](_0x48b0b2(0xa7))[_0x48b0b2(0x94)][_0x48b0b2(0xad)](_0x4d6782=>{const _0x4ce065=_0x48b0b2;if(_0x4ce065(0x91)!=_0x4d6782[_0x4ce065(0x88)]&&_0x4ce065(0xa5)!=_0x4d6782[_0x4ce065(0x88)])return;const {data:_0x523543}=_0x4d6782;return _0x523543&&_0x4ce065(0xb4)===_0x523543[_0x4ce065(0xa1)]?_0x523543[_0x4ce065(0xa6)][0x0][_0x4ce065(0xa0)]?{'type':_0x4ce065(0x8e),'content':_0x36aeca(_0x135a10,_0x4ce065(0x9f),_0x523543[_0x4ce065(0xa6)][0x0][_0x4ce065(0x9a)][_0x4ce065(0x8a)]())}:{'type':_0x4ce065(0x8e),'content':_0x36aeca(_0x135a10,_0x4ce065(0xab),_0x523543[_0x4ce065(0xa6)][0x0][_0x4ce065(0x9a)][_0x4ce065(0x8a)]())}:void 0x0;});}}
|