@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240604.0 → 0.0.0-nightly-20240604.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +1 -1
- package/src/suggestion.js +2 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x31a3c5=_0x2cd3;function _0x3363(){const _0x2ee53f=['FindAndReplaceEditing','92GwLYqO','replaceAll','141379sOCgKq','string','120mivNpj','findNext','bind','FindAndReplaceUtils','start','findByTextCallback','filter','suggestion:deletion','createPositionAt','replace','item','_isInDeletionRange','72YImJAz','TrackChangesEditing','createRange','397IIfclz','1654uEzysr','end','getRange','get','findPrevious','10vDFLHP','find','127107TzXTzG','18670691pPQriC','has','13551QAxnFf','handleFindCommand','145505MKxXSo','639024HHhCBZ','enableCommand','plugins','editor','model','getIntersection','markers','afterInit','77qDjWkf','getMarkersGroup'];_0x3363=function(){return _0x2ee53f;};return _0x3363();}(function(_0x23e4ce,_0x414d3f){const _0x5ed5c7=_0x2cd3,_0x137652=_0x23e4ce();while(!![]){try{const _0x2eb06a=-parseInt(_0x5ed5c7(0xe1))/0x1*(parseInt(_0x5ed5c7(0xe2))/0x2)+-parseInt(_0x5ed5c7(0xec))/0x3*(-parseInt(_0x5ed5c7(0xfa))/0x4)+parseInt(_0x5ed5c7(0xee))/0x5*(-parseInt(_0x5ed5c7(0xde))/0x6)+parseInt(_0x5ed5c7(0xfc))/0x7*(-parseInt(_0x5ed5c7(0xfe))/0x8)+-parseInt(_0x5ed5c7(0xe9))/0x9*(-parseInt(_0x5ed5c7(0xe7))/0xa)+parseInt(_0x5ed5c7(0xf7))/0xb*(-parseInt(_0x5ed5c7(0xef))/0xc)+parseInt(_0x5ed5c7(0xea))/0xd;if(_0x2eb06a===_0x414d3f)break;else _0x137652['push'](_0x137652['shift']());}catch(_0xb2fa03){_0x137652['push'](_0x137652['shift']());}}}(_0x3363,0x3110b));import{Plugin as _0x29fd43}from'ckeditor5/src/core.js';function _0x2cd3(_0x57da4f,_0x178a36){const _0x336378=_0x3363();return _0x2cd3=function(_0x2cd314,_0x21a009){_0x2cd314=_0x2cd314-0xd3;let _0x18786c=_0x336378[_0x2cd314];return _0x18786c;},_0x2cd3(_0x57da4f,_0x178a36);}export default class J extends _0x29fd43{[_0x31a3c5(0xf6)](){const _0x24fefa=_0x31a3c5;if(!this[_0x24fefa(0xf2)][_0x24fefa(0xf1)][_0x24fefa(0xeb)](_0x24fefa(0xf9)))return;const _0x117c54=this[_0x24fefa(0xf2)][_0x24fefa(0xf1)][_0x24fefa(0xe5)](_0x24fefa(0xdf));_0x117c54[_0x24fefa(0xf0)](_0x24fefa(0xe8),this[_0x24fefa(0xed)][_0x24fefa(0xd4)](this)),_0x117c54[_0x24fefa(0xf0)](_0x24fefa(0xd3)),_0x117c54[_0x24fefa(0xf0)](_0x24fefa(0xe6)),_0x117c54[_0x24fefa(0xf0)](_0x24fefa(0xdb)),_0x117c54[_0x24fefa(0xf0)](_0x24fefa(0xfb));}[_0x31a3c5(0xed)](_0x37cc0b,_0x53b45e,_0xc84173={}){const _0x3c778a=_0x31a3c5,_0x103bee=this[_0x3c778a(0xf2)][_0x3c778a(0xf1)][_0x3c778a(0xe5)](_0x3c778a(0xd5));return _0x37cc0b(_0x31f144=>(_0x3c778a(0xfd)==typeof _0x53b45e?_0x103bee[_0x3c778a(0xd7)](_0x53b45e,_0xc84173):_0x53b45e)(_0x31f144)[_0x3c778a(0xd8)](_0x377122=>!0x1===this[_0x3c778a(0xdd)](_0x377122,_0x31f144[_0x3c778a(0xdc)])),_0xc84173);}[_0x31a3c5(0xdd)](_0x5c3219,_0x2340cc){const _0x217d15=_0x31a3c5,_0x56b9b7=this[_0x217d15(0xf2)][_0x217d15(0xf3)][_0x217d15(0xe0)](this[_0x217d15(0xf2)][_0x217d15(0xf3)][_0x217d15(0xda)](_0x2340cc,_0x5c3219[_0x217d15(0xd6)]),this[_0x217d15(0xf2)][_0x217d15(0xf3)][_0x217d15(0xda)](_0x2340cc,_0x5c3219[_0x217d15(0xe3)]));for(const _0x419b62 of this[_0x217d15(0xf2)][_0x217d15(0xf3)][_0x217d15(0xf5)][_0x217d15(0xf8)](_0x217d15(0xd9)))if(null!==_0x56b9b7[_0x217d15(0xf4)](_0x419b62[_0x217d15(0xe4)]()))return!0x0;return!0x1;}}
|
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xcf7a9a=_0x3560;(function(_0x191063,_0x338080){const _0x3c61b7=_0x3560,_0x14d01e=_0x191063();while(!![]){try{const _0x3b5411=parseInt(_0x3c61b7(0xcc))/0x1*(parseInt(_0x3c61b7(0xbe))/0x2)+parseInt(_0x3c61b7(0xe9))/0x3+parseInt(_0x3c61b7(0xd8))/0x4+parseInt(_0x3c61b7(0xd7))/0x5+parseInt(_0x3c61b7(0xd6))/0x6+-parseInt(_0x3c61b7(0xe4))/0x7+-parseInt(_0x3c61b7(0xbc))/0x8;if(_0x3b5411===_0x338080)break;else _0x14d01e['push'](_0x14d01e['shift']());}catch(_0x42776c){_0x14d01e['push'](_0x14d01e['shift']());}}}(_0x20d7,0x60bb9));function _0x3560(_0x26a26f,_0x11d581){const _0x20d71e=_0x20d7();return _0x3560=function(_0x35605c,_0x4177f5){_0x35605c=_0x35605c-0xbc;let _0x99b283=_0x20d71e[_0x35605c];return _0x99b283;},_0x3560(_0x26a26f,_0x11d581);}import{Plugin as _0x45a29f}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x3969ba}from'ckeditor5/src/ui.js';function _0x20d7(){const _0x345790=['locale','commandParams','FORMAT_FONT_FAMILY','*Set\x20font\x20family:*\x20%0','trim','normalizeSizeOptions','3378795SvBMzd','FontSizeEditing','fontFamily','afterInit','_registerLegacyDescription','2220723jsquuP','FORMAT_FONT_COLOR','type','find','FontSize','format','title','FontColorEditing','FORMAT_FONT_SIZE','fontColor.colors','FontFamilyEditing','fontSize','*Set\x20font\x20size:*\x20%0','*Reset\x20font\x20color*','8689240YjyBcV','get','207614PGitnV','*Reset\x20font\x20background\x20color*','*Set\x20font\x20background\x20color:*\x20%0','*Reset\x20font\x20family*','fontSize.options','plugins','toLowerCase','commandName','FontBackgroundColorEditing','*Set\x20font\x20color:*\x20%0','registerAttributeLabel','fontBackgroundColor','descriptionFactory','*Reset\x20font\x20size*','1eTNheJ','registerDescriptionCallback','fontColor','FORMAT_FONT_BACKGROUND','enableDefaultAttributesIntegration','editor','model','TrackChangesEditing','config','label','862728mbghfH','3863735FDrrOn','817896rygnPD','formatInline','fontBackgroundColor.colors','has','registerInlineAttribute','value'];_0x20d7=function(){return _0x345790;};return _0x20d7();}import{getTranslation as _0x24715e}from'../utils/common-translations.js';const ro=[{'pluginName':_0xcf7a9a(0xe5),'commandName':_0xcf7a9a(0xf4)},{'pluginName':_0xcf7a9a(0xf3),'commandName':_0xcf7a9a(0xe6)},{'pluginName':_0xcf7a9a(0xf0),'commandName':_0xcf7a9a(0xce)},{'pluginName':_0xcf7a9a(0xc6),'commandName':_0xcf7a9a(0xc9)}];export default class Q extends _0x45a29f{[_0xcf7a9a(0xe7)](){const _0x4985c7=_0xcf7a9a,_0xa90b78=this[_0x4985c7(0xd1)][_0x4985c7(0xde)],_0xeabc6a=this[_0x4985c7(0xd1)][_0x4985c7(0xc3)][_0x4985c7(0xbd)](_0x4985c7(0xd3));for(const {pluginName:_0x2b4813,commandName:_0x1eb900}of ro)this[_0x4985c7(0xd1)][_0x4985c7(0xc3)][_0x4985c7(0xdb)](_0x2b4813)&&(_0xeabc6a[_0x4985c7(0xd0)](_0x1eb900),_0xeabc6a[_0x4985c7(0xdc)](_0x1eb900));_0xa90b78['t'],(_0xeabc6a[_0x4985c7(0xca)][_0x4985c7(0xc8)](_0x4985c7(0xf4),_0x24715e(_0xa90b78,_0x4985c7(0xf1))),_0xeabc6a[_0x4985c7(0xca)][_0x4985c7(0xc8)](_0x4985c7(0xe6),_0x24715e(_0xa90b78,_0x4985c7(0xe0))),_0xeabc6a[_0x4985c7(0xca)][_0x4985c7(0xc8)](_0x4985c7(0xce),_0x24715e(_0xa90b78,_0x4985c7(0xea))),_0xeabc6a[_0x4985c7(0xca)][_0x4985c7(0xc8)](_0x4985c7(0xc9),_0x24715e(_0xa90b78,_0x4985c7(0xcf))),this[_0x4985c7(0xe8)]());}[_0xcf7a9a(0xe8)](){const _0x4b9904=_0xcf7a9a,_0x828346=this[_0x4b9904(0xd1)],_0x5dd103=_0x828346[_0x4b9904(0xde)];_0x828346[_0x4b9904(0xc3)][_0x4b9904(0xbd)](_0x4b9904(0xd3))[_0x4b9904(0xca)][_0x4b9904(0xcd)](_0x5bdb62=>{const _0x2ae55e=_0x4b9904,_0x516f89=_0x5dd103['t'];if(_0x2ae55e(0xd9)!=_0x5bdb62[_0x2ae55e(0xeb)])return;const {data:_0x47c28c}=_0x5bdb62;if(null!=_0x47c28c){if(_0x2ae55e(0xf4)==_0x47c28c[_0x2ae55e(0xc5)]){const _0x2dbe49=_0x47c28c[_0x2ae55e(0xdf)][0x0][_0x2ae55e(0xdd)];if(_0x2dbe49){const _0x2556c0=_0x516f89(this[_0x2ae55e(0xd1)][_0x2ae55e(0xc3)][_0x2ae55e(0xbd)](_0x2ae55e(0xed))[_0x2ae55e(0xe3)](this[_0x2ae55e(0xd1)][_0x2ae55e(0xd4)][_0x2ae55e(0xbd)](_0x2ae55e(0xc2)))[_0x2ae55e(0xec)](_0x27996c=>_0x27996c[_0x2ae55e(0xd2)]==_0x2dbe49)[_0x2ae55e(0xef)])[_0x2ae55e(0xc4)]();return{'type':_0x2ae55e(0xee),'content':_0x24715e(_0x5dd103,_0x2ae55e(0xf5),_0x2556c0)};}return{'type':_0x2ae55e(0xee),'content':_0x24715e(_0x5dd103,_0x2ae55e(0xcb))};}if(_0x2ae55e(0xe6)==_0x47c28c[_0x2ae55e(0xc5)]){const _0x5d6a66=_0x47c28c[_0x2ae55e(0xdf)][0x0][_0x2ae55e(0xdd)];return _0x5d6a66?{'type':_0x2ae55e(0xee),'content':_0x24715e(_0x5dd103,_0x2ae55e(0xe1),_0x5d6a66)}:{'type':_0x2ae55e(0xee),'content':_0x24715e(_0x5dd103,_0x2ae55e(0xc1))};}if(_0x2ae55e(0xce)==_0x47c28c[_0x2ae55e(0xc5)]){const _0x27bb3b=_0x47c28c[_0x2ae55e(0xdf)][0x0][_0x2ae55e(0xdd)];if(_0x27bb3b){const _0x166c06=_0x3969ba(this[_0x2ae55e(0xd1)][_0x2ae55e(0xd4)][_0x2ae55e(0xbd)](_0x2ae55e(0xf2)))[_0x2ae55e(0xec)](_0x162031=>_0x162031[_0x2ae55e(0xd2)]==_0x27bb3b);let _0x54cdc8=_0x27bb3b,_0x2783c6='';return _0x166c06&&(_0x54cdc8=_0x166c06[_0x2ae55e(0xd5)],_0x2783c6=_0x516f89(_0x54cdc8)[_0x2ae55e(0xc4)]()),{'type':_0x2ae55e(0xee),'content':_0x24715e(_0x5dd103,_0x2ae55e(0xc7),_0x2783c6)[_0x2ae55e(0xe2)](),'color':{'value':_0x27bb3b,'title':_0x2783c6||_0x54cdc8}};}return{'type':_0x2ae55e(0xee),'content':_0x24715e(_0x5dd103,_0x2ae55e(0xf6))};}if(_0x2ae55e(0xc9)==_0x47c28c[_0x2ae55e(0xc5)]){const _0x243da7=_0x47c28c[_0x2ae55e(0xdf)][0x0][_0x2ae55e(0xdd)];if(_0x243da7){const _0x1ee7df=_0x3969ba(this[_0x2ae55e(0xd1)][_0x2ae55e(0xd4)][_0x2ae55e(0xbd)](_0x2ae55e(0xda)))[_0x2ae55e(0xec)](_0x3dea25=>_0x3dea25[_0x2ae55e(0xd2)]==_0x243da7);let _0x8c2125=_0x243da7,_0x347b0e='';return _0x1ee7df&&(_0x8c2125=_0x1ee7df[_0x2ae55e(0xd5)],_0x347b0e=_0x516f89(_0x8c2125)[_0x2ae55e(0xc4)]()),{'type':_0x2ae55e(0xee),'content':_0x24715e(_0x5dd103,_0x2ae55e(0xc0),_0x347b0e)[_0x2ae55e(0xe2)](),'color':{'value':_0x243da7,'title':_0x347b0e||_0x8c2125}};}return{'type':_0x2ae55e(0xee),'content':_0x24715e(_0x5dd103,_0x2ae55e(0xbf))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5f47d5=_0x198e;(function(_0x50704c,_0x2450e4){const _0x971d9a=_0x198e,_0x55679e=_0x50704c();while(!![]){try{const _0x43dedd=parseInt(_0x971d9a(0x1be))/0x1*(-parseInt(_0x971d9a(0x1ce))/0x2)+parseInt(_0x971d9a(0x1a6))/0x3*(parseInt(_0x971d9a(0x1d3))/0x4)+-parseInt(_0x971d9a(0x1ae))/0x5+parseInt(_0x971d9a(0x1ad))/0x6*(parseInt(_0x971d9a(0x1aa))/0x7)+parseInt(_0x971d9a(0x1ab))/0x8*(-parseInt(_0x971d9a(0x1b6))/0x9)+parseInt(_0x971d9a(0x1a4))/0xa+parseInt(_0x971d9a(0x1a5))/0xb*(parseInt(_0x971d9a(0x1b1))/0xc);if(_0x43dedd===_0x2450e4)break;else _0x55679e['push'](_0x55679e['shift']());}catch(_0x845619){_0x55679e['push'](_0x55679e['shift']());}}}(_0x5cfd,0xa01d6));import{Plugin as _0x1df171}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x1a704d}from'ckeditor5/src/ui.js';import{getTranslation as _0x4b2e8a}from'../utils/common-translations.js';export default class X extends _0x1df171{[_0x5f47d5(0x1bd)](){const _0x55f301=_0x5f47d5,_0x5f0092=this[_0x55f301(0x1a2)],_0x4d63a9=_0x5f0092[_0x55f301(0x1b3)][_0x55f301(0x1c0)](_0x55f301(0x1b2)),_0x3bad28=_0x5f0092[_0x55f301(0x1c4)][_0x55f301(0x1c0)](_0x55f301(0x1c6)),_0xc8669f=_0x5f0092[_0x55f301(0x1c4)][_0x55f301(0x1c0)](_0x55f301(0x1b7));_0x3bad28&&_0xc8669f&&(_0x4d63a9[_0x55f301(0x1ba)](_0x55f301(0x1b7)),_0x4d63a9[_0x55f301(0x1c9)](_0x55f301(0x1c6)),this[_0x55f301(0x1a1)]());}[_0x5f47d5(0x1a1)](){const _0x38403d=_0x5f47d5,_0x3d1780=this[_0x38403d(0x1a2)],_0x43ce39=_0x3d1780[_0x38403d(0x1ac)];_0x3d1780[_0x38403d(0x1b3)][_0x38403d(0x1c0)](_0x38403d(0x1b2))[_0x38403d(0x1d7)][_0x38403d(0x1a8)](_0x3aef96=>{const _0x50bd80=_0x38403d;if(_0x50bd80(0x1b9)!=_0x3aef96[_0x50bd80(0x1a3)]&&_0x50bd80(0x1d8)!=_0x3aef96[_0x50bd80(0x1a3)])return;const {data:_0x3c3063}=_0x3aef96;if(_0x3c3063&&_0x50bd80(0x1b7)===_0x3c3063[_0x50bd80(0x1c1)]){const _0x235f8f=[],_0x1f9c45=_0x3c3063[_0x50bd80(0x1d0)][0x0];for(const [_0x948ca7,_0x300ab0]of Object[_0x50bd80(0x1bf)](_0x1f9c45))_0x235f8f[_0x50bd80(0x1b4)](so(_0x3d1780,_0x948ca7,_0x300ab0));return _0x235f8f[_0x50bd80(0x1a9)]?{'type':_0x50bd80(0x1c2),'content':_0x4b2e8a(_0x43ce39,_0x50bd80(0x1d2),_0x235f8f[_0x50bd80(0x1b5)](',\x20'))}:{'type':_0x50bd80(0x1c2),'content':_0x4b2e8a(_0x43ce39,_0x50bd80(0x1cc))};}});}}function _0x5cfd(){const _0x253e65=['split','enableCommand','find','label','*Remove\x20all\x20formatting*','title','1171382odRFDf','fontColor.colors','commandParams','FontSize','*Set\x20format\x20to:*\x20%0','3869588GswfeU','charAt','boolean','fontColor','descriptionFactory','formatInline','_registerLegacyDescription','editor','type','8480930vdDqID','5093hAGcNU','3rRGdPc','toUpperCase','registerDescriptionCallback','length','14zlnjvF','288TMXLHN','locale','188142IZtvxP','3022405fOrSIU','config','toLowerCase','40116mlkRXg','TrackChangesEditing','plugins','push','join','248580UReUKb','pasteFormat','normalizeSizeOptions','formatBlock','enableDefaultAttributesIntegration','fontSize','fontBackgroundColor','afterInit','2TvYCYq','entries','get','commandName','format','model','commands','slice','copyFormat','fontSize.options'];_0x5cfd=function(){return _0x253e65;};return _0x5cfd();}function _0x198e(_0x52d19d,_0x3e0bf4){const _0x5cfd9b=_0x5cfd();return _0x198e=function(_0x198e08,_0x3affec){_0x198e08=_0x198e08-0x1a1;let _0x56f97c=_0x5cfd9b[_0x198e08];return _0x56f97c;},_0x198e(_0x52d19d,_0x3e0bf4);}function so(_0x21942b,_0x732e40,_0x1ba351){const _0x508409=_0x5f47d5,_0x4df2ad=_0x21942b[_0x508409(0x1ac)]['t'],_0x46b806=_0x732e40[_0x508409(0x1c8)](/(?=[A-Z])/)[_0x508409(0x1b5)]('\x20'),_0x1c2da4=_0x4df2ad(_0x46b806[_0x508409(0x1d4)](0x0)[_0x508409(0x1a7)]()+_0x46b806[_0x508409(0x1c5)](0x1))[_0x508409(0x1b0)]();if(_0x508409(0x1d5)==typeof _0x1ba351)return _0x1c2da4;if(_0x508409(0x1d6)===_0x732e40||_0x508409(0x1bc)===_0x732e40){const _0x249add=_0x1a704d(_0x21942b[_0x508409(0x1af)][_0x508409(0x1c0)](_0x508409(0x1cf)))[_0x508409(0x1ca)](_0xf138e1=>_0xf138e1[_0x508409(0x1c3)]==_0x1ba351);return _0x1c2da4+'\x20('+(_0x249add?_0x4df2ad(_0x249add[_0x508409(0x1cb)])[_0x508409(0x1b0)]():_0x1ba351)+')';}if(_0x508409(0x1bb)===_0x732e40&&isNaN(parseFloat(_0x1ba351))){const _0x50b726=_0x21942b[_0x508409(0x1b3)][_0x508409(0x1c0)](_0x508409(0x1d1))[_0x508409(0x1b8)](_0x21942b[_0x508409(0x1af)][_0x508409(0x1c0)](_0x508409(0x1c7)))[_0x508409(0x1ca)](_0x1b7d92=>_0x1b7d92[_0x508409(0x1c3)]==_0x1ba351);return _0x1c2da4+'\x20('+(_0x50b726?_0x4df2ad(_0x50b726[_0x508409(0x1cd)])[_0x508409(0x1b0)]():_0x1ba351)+')';}return _0x1c2da4+'\x20('+_0x1ba351+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2869c4=_0x3bac;(function(_0x23fbab,_0x25707c){const _0x40ce88=_0x3bac,_0x13e433=_0x23fbab();while(!![]){try{const _0x3261e8=parseInt(_0x40ce88(0x1bd))/0x1+-parseInt(_0x40ce88(0x1c9))/0x2*(-parseInt(_0x40ce88(0x1d7))/0x3)+-parseInt(_0x40ce88(0x1b2))/0x4*(parseInt(_0x40ce88(0x1b4))/0x5)+parseInt(_0x40ce88(0x1b7))/0x6+-parseInt(_0x40ce88(0x1b6))/0x7*(-parseInt(_0x40ce88(0x1b9))/0x8)+parseInt(_0x40ce88(0x1c0))/0x9+-parseInt(_0x40ce88(0x1c5))/0xa;if(_0x3261e8===_0x25707c)break;else _0x13e433['push'](_0x13e433['shift']());}catch(_0x592e1e){_0x13e433['push'](_0x13e433['shift']());}}}(_0x3a63,0x755cb));function _0x3bac(_0x2b0f6a,_0x420ce4){const _0x3a6320=_0x3a63();return _0x3bac=function(_0x3bac10,_0x5bc847){_0x3bac10=_0x3bac10-0x1ae;let _0x4e4dd2=_0x3a6320[_0x3bac10];return _0x4e4dd2;},_0x3bac(_0x2b0f6a,_0x420ce4);}import{Plugin as _0x10b3bf}from'ckeditor5/src/core.js';function _0x3a63(){const _0x5ced76=['locale','commandName','editor','match','descriptionFactory','8104GQNXCs','registerElementLabel','690oiEpFr','model','453502OvJkei','3021426gfbjEN','title','112SWJFHY','plugins','type','_headingOptions','955211aVHvpe','name','registerDescriptionCallback','5807250cROUup','HeadingEditing','paragraph','enableDefaultAttributesIntegration','formatBlock','27678770mYnnVs','config','find','view','2032dCXQsP','afterInit','ELEMENT_HEADING_CUSTOM','ELEMENT_HEADING','commandParams','_getHeadingLevel','heading.options','heading','format','value','get','*Change\x20to:*\x20%0','TrackChangesEditing','_registerLegacyDescription','1527UglFuV','has'];_0x3a63=function(){return _0x5ced76;};return _0x3a63();}import{getTranslation as _0xe6fdb1}from'../utils/common-translations.js';export default class Y extends _0x10b3bf{[_0x2869c4(0x1ca)](){const _0x201ada=_0x2869c4,_0x4bd1b9=this[_0x201ada(0x1af)];if(!_0x4bd1b9[_0x201ada(0x1ba)][_0x201ada(0x1d8)](_0x201ada(0x1c1)))return;this[_0x201ada(0x1bc)]=_0x4bd1b9[_0x201ada(0x1c6)][_0x201ada(0x1d3)](_0x201ada(0x1cf));const _0x1e18d0=_0x4bd1b9[_0x201ada(0x1d9)],_0x1c9b74=_0x4bd1b9[_0x201ada(0x1ba)][_0x201ada(0x1d3)](_0x201ada(0x1d5));_0x1c9b74[_0x201ada(0x1c3)](_0x201ada(0x1d0));for(const _0x1703d8 of this[_0x201ada(0x1bc)])_0x201ada(0x1c2)!=_0x1703d8[_0x201ada(0x1b5)]&&_0x1c9b74[_0x201ada(0x1b1)][_0x201ada(0x1b3)](_0x1703d8[_0x201ada(0x1b5)],_0x2faba9=>{const _0x316a61=_0x201ada,_0x2b2600=this[_0x316a61(0x1ce)](_0x1703d8[_0x316a61(0x1b5)]);return null!==_0x2b2600?_0x1a7a10(_0x2faba9,_0x2b2600):_0x168884(_0x2faba9,_0x1703d8[_0x316a61(0x1b8)]);});function _0x1a7a10(_0x30eb13,_0x1a6efe){const _0x14a3b5=_0x201ada;return _0xe6fdb1(_0x1e18d0,_0x14a3b5(0x1cc),[_0x30eb13,_0x1a6efe]);}function _0x168884(_0x389bce,_0x1471c1){const _0x344691=_0x201ada;return _0xe6fdb1(_0x1e18d0,_0x344691(0x1cb),[_0x389bce,_0x1471c1]);}this[_0x201ada(0x1d6)]();}[_0x2869c4(0x1d6)](){const _0x4c9c04=_0x2869c4,_0x52e5b3=this[_0x4c9c04(0x1af)],_0x183ba4=_0x52e5b3[_0x4c9c04(0x1d9)];function _0xdf828b(_0x52c187,_0x129f87){const _0x3882b9=_0x4c9c04;return _0xe6fdb1(_0x183ba4,_0x3882b9(0x1cb),[_0x52c187,_0x129f87]);}_0x52e5b3[_0x4c9c04(0x1ba)][_0x4c9c04(0x1d3)](_0x4c9c04(0x1d5))[_0x4c9c04(0x1b1)][_0x4c9c04(0x1bf)](_0x3d7e93=>{const _0x3a1fde=_0x4c9c04;if(_0x3a1fde(0x1c4)!=_0x3d7e93[_0x3a1fde(0x1bb)])return;const {data:_0x5d2e20}=_0x3d7e93;if(_0x5d2e20&&_0x3a1fde(0x1d0)==_0x5d2e20[_0x3a1fde(0x1ae)]){const _0x4fc7a5=_0x5d2e20[_0x3a1fde(0x1cd)][0x0][_0x3a1fde(0x1d2)],_0x3b423c=this[_0x3a1fde(0x1ce)](_0x4fc7a5);if(null!==_0x3b423c)return{'type':_0x3a1fde(0x1d1),'content':_0xe6fdb1(_0x183ba4,_0x3a1fde(0x1d4),(_0x3a8347=0x1,_0x24c13d=_0x3b423c,_0xe6fdb1(_0x183ba4,_0x3a1fde(0x1cc),[_0x3a8347,_0x24c13d])))};const _0x20be8f=this[_0x3a1fde(0x1bc)][_0x3a1fde(0x1c7)](_0x58c270=>_0x58c270[_0x3a1fde(0x1b5)]===_0x4fc7a5)[_0x3a1fde(0x1b8)];return{'type':_0x3a1fde(0x1d1),'content':_0xe6fdb1(_0x183ba4,_0x3a1fde(0x1d4),_0xdf828b(0x1,_0x20be8f))};}var _0x3a8347,_0x24c13d;});}[_0x2869c4(0x1ce)](_0x3c2231){const _0x3df583=_0x2869c4;var _0x55c31b,_0x6a506c;const _0x17da8f=_0x3c2231[_0x3df583(0x1b0)](/^heading(\d+)/);if(_0x17da8f)return _0x17da8f[0x1];const _0x24e236=null===(_0x55c31b=this[_0x3df583(0x1bc)])||void 0x0===_0x55c31b?void 0x0:_0x55c31b[_0x3df583(0x1c7)](_0x4d909d=>_0x4d909d[_0x3df583(0x1b5)]==_0x3c2231);if(_0x24e236&&_0x24e236[_0x3df583(0x1c8)]){const _0x36f038=_0x24e236[_0x3df583(0x1c8)],_0x263a67=(null!==(_0x6a506c=_0x36f038[_0x3df583(0x1be)])&&void 0x0!==_0x6a506c?_0x6a506c:_0x36f038)[_0x3df583(0x1b0)](/^h(\d+)/);if(_0x263a67)return _0x263a67[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0xa59741=_0x1360;(function(_0x2d732a,_0x5a1dd6){const _0x1df459=_0x1360,_0x51704f=_0x2d732a();while(!![]){try{const _0x5ea8bd=parseInt(_0x1df459(0x14e))/0x1*(parseInt(_0x1df459(0x144))/0x2)+parseInt(_0x1df459(0x15c))/0x3+-parseInt(_0x1df459(0x146))/0x4*(parseInt(_0x1df459(0x15e))/0x5)+-parseInt(_0x1df459(0x157))/0x6+-parseInt(_0x1df459(0x14d))/0x7*(parseInt(_0x1df459(0x147))/0x8)+-parseInt(_0x1df459(0x14f))/0x9+-parseInt(_0x1df459(0x13a))/0xa*(-parseInt(_0x1df459(0x154))/0xb);if(_0x5ea8bd===_0x5a1dd6)break;else _0x51704f['push'](_0x51704f['shift']());}catch(_0x105eb1){_0x51704f['push'](_0x51704f['shift']());}}}(_0x4175,0x5343b));function _0x1360(_0x5a9245,_0x525419){const _0x417571=_0x4175();return _0x1360=function(_0x13604a,_0x1b8fc5){_0x13604a=_0x13604a-0x13a;let _0x3286c6=_0x417571[_0x13604a];return _0x3286c6;},_0x1360(_0x5a9245,_0x525419);}import{Plugin as _0x4b4765}from'ckeditor5/src/core.js';import{getTranslation as _0x5ecdd7}from'../utils/common-translations.js';export default class Z extends _0x4b4765{[_0xa59741(0x15a)](){const _0x294313=_0xa59741,_0x27a9bb=this[_0x294313(0x14a)];if(!_0x27a9bb[_0x294313(0x148)][_0x294313(0x140)](_0x294313(0x143)))return;const _0x260141=_0x27a9bb[_0x294313(0x148)][_0x294313(0x141)](_0x294313(0x13d)),_0x442fb0=_0x27a9bb[_0x294313(0x150)];_0x260141[_0x294313(0x161)](_0x294313(0x13e)),_0x260141[_0x294313(0x159)](_0x294313(0x13e)),_0x260141[_0x294313(0x142)][_0x294313(0x14b)](_0x294313(0x13e),_0x5ecdd7(_0x442fb0,_0x294313(0x149))),this[_0x294313(0x156)]();}[_0xa59741(0x156)](){const _0x232d22=_0xa59741,_0x564062=this[_0x232d22(0x14a)],_0x5daa7b=_0x564062[_0x232d22(0x150)];_0x564062[_0x232d22(0x148)][_0x232d22(0x141)](_0x232d22(0x13d))[_0x232d22(0x142)][_0x232d22(0x145)](_0x29c4dc=>{const _0x527bac=_0x232d22;if(_0x527bac(0x13c)!=_0x29c4dc[_0x527bac(0x155)])return;const {data:_0x4f501c}=_0x29c4dc;if(_0x4f501c&&_0x527bac(0x13e)==_0x4f501c[_0x527bac(0x152)]){const _0x47126d=_0x5daa7b['t'],_0x5e5ef5=_0x4f501c[_0x527bac(0x15b)][0x0][_0x527bac(0x13f)];if(_0x5e5ef5){const _0x20fc03=_0x564062[_0x527bac(0x163)][_0x527bac(0x141)](_0x527bac(0x162))[_0x527bac(0x15f)](_0x5d1086=>_0x5d1086[_0x527bac(0x13b)]==_0x5e5ef5),_0x42829=_0x47126d(_0x20fc03[_0x527bac(0x158)])[_0x527bac(0x153)]();return{'type':_0x527bac(0x160),'content':_0x5ecdd7(_0x5daa7b,_0x527bac(0x151),_0x42829),'color':{'value':_0x20fc03[_0x527bac(0x14c)],'title':_0x20fc03[_0x527bac(0x158)]}};}return{'type':_0x527bac(0x160),'content':_0x5ecdd7(_0x5daa7b,_0x527bac(0x15d),_0x5ecdd7(_0x5daa7b,_0x527bac(0x149)))};}});}}function _0x4175(){const _0x4d5c54=['find','format','enableDefaultAttributesIntegration','highlight.options','config','13652810MBKVHQ','model','formatInline','TrackChangesEditing','highlight','value','has','get','descriptionFactory','HighlightEditing','544516KWOkbF','registerDescriptionCallback','4904DxJAsF','8Bxgitj','plugins','FORMAT_HIGHLIGHT','editor','registerAttributeLabel','color','4723537xtYqKd','2ahQTIj','3562398TpVszu','locale','*Set\x20highlight:*\x20%0','commandName','toLowerCase','11WdCFHY','type','_registerLegacyDescription','2929236IZDVTd','title','registerInlineAttribute','afterInit','commandParams','944889NnPNEM','*Remove\x20highlight*','1325aoQEJN'];_0x4175=function(){return _0x4d5c54;};return _0x4175();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x26ce(_0x76141c,_0x534787){const _0x585718=_0x5857();return _0x26ce=function(_0x26ce25,_0x11439e){_0x26ce25=_0x26ce25-0x15a;let _0x2f29b7=_0x585718[_0x26ce25];return _0x2f29b7;},_0x26ce(_0x76141c,_0x534787);}const _0x4b21d9=_0x26ce;(function(_0x303062,_0xa73836){const _0x2064f7=_0x26ce,_0x478f1d=_0x303062();while(!![]){try{const _0x113519=-parseInt(_0x2064f7(0x15d))/0x1*(-parseInt(_0x2064f7(0x16d))/0x2)+parseInt(_0x2064f7(0x16f))/0x3*(parseInt(_0x2064f7(0x15e))/0x4)+parseInt(_0x2064f7(0x160))/0x5+-parseInt(_0x2064f7(0x165))/0x6*(parseInt(_0x2064f7(0x177))/0x7)+parseInt(_0x2064f7(0x162))/0x8*(parseInt(_0x2064f7(0x17b))/0x9)+parseInt(_0x2064f7(0x171))/0xa+-parseInt(_0x2064f7(0x17c))/0xb*(parseInt(_0x2064f7(0x163))/0xc);if(_0x113519===_0xa73836)break;else _0x478f1d['push'](_0x478f1d['shift']());}catch(_0x4f8039){_0x478f1d['push'](_0x478f1d['shift']());}}}(_0x5857,0x4dbef));import{Plugin as _0x474a6c}from'ckeditor5/src/core.js';function _0x5857(){const _0x1ec711=['conversion','HorizontalLineEditing','registerElementLabel','editor','descriptionFactory','plugins','afterInit','32418oRkSge','has','3qjEGGC','ELEMENT_HORIZONTAL_LINE','83830GsWAPm','for','get','createContainerElement','dataDowncast','locale','2356921nCwGkT','div','enableCommand','horizontalLine','1978623wcJmoJ','572DmzWGY','createEmptyElement','showSuggestionHighlights','ck-horizontal-line','TrackChangesEditing','elementToStructure','high','7ZfwFbR','1072156ceXLGt','insert','654055umKDof','addClass','16sphBdf','70440JabsyG','createPositionAt','6GLXYwM'];_0x5857=function(){return _0x1ec711;};return _0x5857();}import{getTranslation as _0x3bed80}from'../utils/common-translations.js';export default class tt extends _0x474a6c{[_0x4b21d9(0x16c)](){const _0x3a0acb=_0x4b21d9,_0x5199b5=this[_0x3a0acb(0x169)];if(!_0x5199b5[_0x3a0acb(0x16b)][_0x3a0acb(0x16e)](_0x3a0acb(0x167)))return;_0x5199b5[_0x3a0acb(0x16b)][_0x3a0acb(0x173)](_0x3a0acb(0x15a))[_0x3a0acb(0x179)](_0x3a0acb(0x17a));const _0x193b58=_0x5199b5[_0x3a0acb(0x16b)][_0x3a0acb(0x173)](_0x3a0acb(0x15a)),_0x2ab3e3=_0x5199b5[_0x3a0acb(0x176)];_0x193b58[_0x3a0acb(0x16a)][_0x3a0acb(0x168)](_0x3a0acb(0x17a),_0x5cd39b=>_0x3bed80(_0x2ab3e3,_0x3a0acb(0x170),_0x5cd39b)),_0x5199b5[_0x3a0acb(0x166)][_0x3a0acb(0x172)](_0x3a0acb(0x175))[_0x3a0acb(0x15b)]({'model':_0x3a0acb(0x17a),'view':(_0x187fb2,{writer:_0x350f7a,options:_0x3ed788})=>{const _0x235182=_0x3a0acb;if(!_0x3ed788[_0x235182(0x17e)])return null;const _0x4c6e51=_0x350f7a[_0x235182(0x174)](_0x235182(0x178)),_0x5d2ef1=_0x350f7a[_0x235182(0x17d)]('hr');return _0x350f7a[_0x235182(0x161)](_0x235182(0x17f),_0x4c6e51),_0x350f7a[_0x235182(0x15f)](_0x350f7a[_0x235182(0x164)](_0x4c6e51,0x0),_0x5d2ef1),_0x4c6e51;},'converterPriority':_0x3a0acb(0x15c)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2749ce=_0x510a;function _0x510a(_0xc07b5c,_0x467492){const _0x5b0737=_0x5b07();return _0x510a=function(_0x510a7a,_0x3d4701){_0x510a7a=_0x510a7a-0x122;let _0xd24547=_0x5b0737[_0x510a7a];return _0xd24547;},_0x510a(_0xc07b5c,_0x467492);}function _0x5b07(){const _0x50fade=['_registerLegacyDescription','HtmlEmbed','element','start','get','formatBlock','key','rawHtml','TrackChangesEditing','932547ZcweAO','1934181tXYUei','157894cMCBWV','enableDefaultAttributesIntegration','attribute','*Change\x20%0\x20content*','value','has','230547ATQxNr','getFirstRange','plugins','nodeAfter','format','registerElementLabel','locale','670kBvwHb','registerDescriptionCallback','4JjzfQr','registerBlockAttribute','editor','type','386820tycipz','404402pmXqqO','8BTXbWq','1poBuDL','ELEMENT_HTML_EMBED','commandName','htmlEmbed','descriptionFactory','afterInit','782520vKpuoY'];_0x5b07=function(){return _0x50fade;};return _0x5b07();}(function(_0x54f94e,_0x93f7e8){const _0x55b755=_0x510a,_0xd4f59e=_0x54f94e();while(!![]){try{const _0x342dfc=parseInt(_0x55b755(0x12c))/0x1*(-parseInt(_0x55b755(0x12a))/0x2)+-parseInt(_0x55b755(0x144))/0x3*(parseInt(_0x55b755(0x125))/0x4)+-parseInt(_0x55b755(0x132))/0x5+-parseInt(_0x55b755(0x129))/0x6+-parseInt(_0x55b755(0x13c))/0x7+parseInt(_0x55b755(0x12b))/0x8*(-parseInt(_0x55b755(0x13d))/0x9)+parseInt(_0x55b755(0x123))/0xa*(parseInt(_0x55b755(0x13e))/0xb);if(_0x342dfc===_0x93f7e8)break;else _0xd4f59e['push'](_0xd4f59e['shift']());}catch(_0x3ba80c){_0xd4f59e['push'](_0xd4f59e['shift']());}}}(_0x5b07,0x1bb9c));import{Plugin as _0x1fc36e}from'ckeditor5/src/core.js';import{getTranslation as _0x5d02e4}from'../utils/common-translations.js';export default class et extends _0x1fc36e{[_0x2749ce(0x131)](){const _0x53d788=_0x2749ce,_0x3745f0=this[_0x53d788(0x127)];if(!_0x3745f0[_0x53d788(0x146)][_0x53d788(0x143)](_0x53d788(0x134)))return;const _0x537e07=_0x3745f0[_0x53d788(0x146)][_0x53d788(0x137)](_0x53d788(0x13b)),_0x428426=_0x3745f0[_0x53d788(0x122)];_0x537e07[_0x53d788(0x130)][_0x53d788(0x149)](_0x53d788(0x13a),_0xf594f3=>_0x5d02e4(_0x428426,_0x53d788(0x12d),_0xf594f3)),_0x537e07[_0x53d788(0x13f)](_0x53d788(0x12f)),_0x537e07[_0x53d788(0x126)](_0x53d788(0x142)),_0x537e07[_0x53d788(0x130)][_0x53d788(0x124)](_0x5cfb8e=>{const _0x5eea37=_0x53d788;if(_0x5eea37(0x140)!=_0x5cfb8e[_0x5eea37(0x128)])return;const {data:_0x2f1b7a}=_0x5cfb8e;if(_0x2f1b7a&&_0x5eea37(0x142)==_0x2f1b7a[_0x5eea37(0x139)]&&_0x5cfb8e[_0x5eea37(0x145)]()[_0x5eea37(0x136)][_0x5eea37(0x147)]['is'](_0x5eea37(0x135),_0x5eea37(0x13a))){const _0x8c44a6=_0x5d02e4(_0x428426,_0x5eea37(0x12d));return{'type':_0x5eea37(0x148),'content':_0x5d02e4(_0x428426,_0x5eea37(0x141),_0x8c44a6)};}}),this[_0x53d788(0x133)]();}[_0x2749ce(0x133)](){const _0x132f48=_0x2749ce,_0x81b28d=this[_0x132f48(0x127)],_0x57f00a=_0x81b28d[_0x132f48(0x122)];_0x81b28d[_0x132f48(0x146)][_0x132f48(0x137)](_0x132f48(0x13b))[_0x132f48(0x130)][_0x132f48(0x124)](_0x143977=>{const _0x4fe160=_0x132f48;if(_0x4fe160(0x138)!=_0x143977[_0x4fe160(0x128)])return;const {data:_0x9850a5}=_0x143977;if(_0x9850a5&&_0x4fe160(0x12f)==_0x9850a5[_0x4fe160(0x12e)]){const _0x4551b0=_0x5d02e4(_0x57f00a,_0x4fe160(0x12d));return{'type':_0x4fe160(0x148),'content':_0x5d02e4(_0x57f00a,_0x4fe160(0x141),_0x4551b0)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x8e2312=_0x1900;(function(_0x22fe54,_0xdf0cbd){const _0x29bacd=_0x1900,_0x68e5ac=_0x22fe54();while(!![]){try{const _0xb8bde5=parseInt(_0x29bacd(0x108))/0x1*(parseInt(_0x29bacd(0xca))/0x2)+parseInt(_0x29bacd(0xd4))/0x3+-parseInt(_0x29bacd(0x10d))/0x4+parseInt(_0x29bacd(0x111))/0x5*(-parseInt(_0x29bacd(0xfc))/0x6)+-parseInt(_0x29bacd(0xe5))/0x7+-parseInt(_0x29bacd(0xb2))/0x8*(parseInt(_0x29bacd(0xd3))/0x9)+parseInt(_0x29bacd(0xea))/0xa;if(_0xb8bde5===_0xdf0cbd)break;else _0x68e5ac['push'](_0x68e5ac['shift']());}catch(_0x562b0e){_0x68e5ac['push'](_0x68e5ac['shift']());}}}(_0x291e,0x80317));function _0x1900(_0x301d8b,_0x52a795){const _0x291ecd=_0x291e();return _0x1900=function(_0x190098,_0x5e07da){_0x190098=_0x190098-0xa2;let _0x59a73e=_0x291ecd[_0x190098];return _0x59a73e;},_0x1900(_0x301d8b,_0x52a795);}function _0x291e(){const _0x384277=['attribute','imageBlock','resizeImage','editor','TrackChangesEditing','commandParams','afterInit','registerAttributeLabel','getClosestSelectedImageElement','forceDefaultExecution','convertBlockImageToInline','convertInlineImageToBlock','toPrevious','_registerLegacyDescription','nodeBefore','12jaoTbM','formatInline','Block\x20image\x20to\x20inline\x20image','nodeAfter','ELEMENT_IMAGE','type','isCollapsed','resizedWidth','ImageEditing','findIndex','find','imageTextAlternative','1yKuqyy','registerBlockAttribute','*Set\x20image\x20width:*\x20%0','createRange','toggleImageCaption','912744uLGkRa','isOwn','getContainedElement','ImageUtils','540905IqPteH','caption','filter','imageTypeBlock','descriptionFactory','*Reset\x20image\x20width*','newValue','length','ImageUploadEditing','schema','FORMAT_IMAGE_SIZE','change','chain','registerDescriptionCallback','registerCustomCallback','join','getNearestSelectionRange','registerElementLabel','previous','*Set\x20image\x20text\x20alternative:*\x20%0','ImageCaptionUtils','deletion','model','_findSuggestions','toNext','*Remove\x20image\x20text\x20alternative*','200BMgLJL','enableCommand','get','selection','imageTypeInline','imageStylePreApply','commandName','getSuggestionCallback','insertion','width','imageCaption','ImageBlockEditing','addObject','ImageInlineEditing','has','format','ImageCaptionEditing','ELEMENT_INLINE_IMAGE','getCaptionFromImageModelElement','markDeletion','enableDefaultAttributesIntegration','isIntersecting','backward','createRangeOn','1759742DMsPws','removeObject','document','accept','ImageResize','isEqual','end','ImageTextAlternativeEditing','markInsertion','358857OfSbUG','825174UfanQc','forward','isBlockImage','uploadImage','plugins','Inline\x20image\x20to\x20block\x20image','markBlockFormat','alt','discard','key','insertImage','detach','element','locale','fromPosition','_suggestionFactory','start','681814ecSBPO','subType','getFirstRange','imageInline','isBefore','9089250yXYpPH','formatBlock','ELEMENT_CAPTION'];_0x291e=function(){return _0x384277;};return _0x291e();}import{Plugin as _0x12d75b}from'ckeditor5/src/core.js';import{LivePosition as _0x2842e1}from'ckeditor5/src/engine.js';import{getTranslation as _0xcfed0d}from'../utils/common-translations.js';export default class it extends _0x12d75b{[_0x8e2312(0xf3)](){const _0x203587=_0x8e2312,_0x2b9269=this[_0x203587(0xf0)];if(!_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0x104)))return;const _0x545040=_0x2b9269[_0x203587(0xd8)][_0x203587(0xb4)](_0x203587(0xf1)),_0x1f4e00=_0x2b9269[_0x203587(0xd8)][_0x203587(0xb4)](_0x203587(0x110)),_0x15f7f9=_0x2b9269[_0x203587(0xe1)];_0x545040[_0x203587(0xb3)](_0x203587(0xde)),_0x545040[_0x203587(0x115)][_0x203587(0xa9)](_0x203587(0xee),_0x49cefc=>_0xcfed0d(_0x15f7f9,_0x203587(0x100),_0x49cefc)),_0x545040[_0x203587(0x115)][_0x203587(0xa9)](_0x203587(0xe8),_0x1a1a8a=>_0xcfed0d(_0x15f7f9,_0x203587(0xc3),_0x1a1a8a)),_0x545040[_0x203587(0x115)][_0x203587(0xa9)](_0x203587(0x112),()=>_0xcfed0d(_0x15f7f9,_0x203587(0xec))),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0x119))&&_0x545040[_0x203587(0xb3)](_0x203587(0xd7)),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xbd))&&_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xbf))&&(_0x545040[_0x203587(0xb3)](_0x203587(0xb6),(_0x1dfde3,_0x489ba8)=>{const _0x39ddf5=_0x203587,_0x2a0e30=_0x1f4e00[_0x39ddf5(0xf5)](_0x2b9269[_0x39ddf5(0xae)][_0x39ddf5(0xcc)][_0x39ddf5(0xb5)]);_0x2b9269[_0x39ddf5(0xae)][_0x39ddf5(0xa3)](()=>{const _0x5a14e6=_0x39ddf5;_0x545040[_0x5a14e6(0xda)](_0x2a0e30,{'commandName':_0x5a14e6(0xb6),'commandParams':[_0x489ba8]},[],_0x5a14e6(0xf7));});}),_0x545040[_0x203587(0xb3)](_0x203587(0x114),(_0x46d8f9,_0x1b6fe9)=>{const _0x5401b9=_0x203587;_0x2b9269[_0x5401b9(0xae)][_0x5401b9(0xa3)](_0x5c77dd=>{const _0x38d09f=_0x5401b9;let _0x4a0a80=_0x1f4e00[_0x38d09f(0xf5)](_0x2b9269[_0x38d09f(0xae)][_0x38d09f(0xcc)][_0x38d09f(0xb5)]),_0x4e8333=_0x5c77dd[_0x38d09f(0xc9)](_0x4a0a80);const _0x29b287=_0x2842e1[_0x38d09f(0xe2)](_0x4e8333[_0x38d09f(0xe4)],_0x38d09f(0xf9)),_0x7cf88e=_0x2842e1[_0x38d09f(0xe2)](_0x4e8333[_0x38d09f(0xd0)],_0x38d09f(0xb0));_0x545040[_0x38d09f(0xf6)](()=>_0x46d8f9(_0x1b6fe9)),_0x4a0a80=_0x1f4e00[_0x38d09f(0xf5)](_0x2b9269[_0x38d09f(0xae)][_0x38d09f(0xcc)][_0x38d09f(0xb5)]),_0x4e8333=_0x5c77dd[_0x38d09f(0xc9)](_0x4a0a80);const _0x388788=_0x5c77dd[_0x38d09f(0x10b)](_0x29b287,_0x7cf88e);_0x29b287[_0x38d09f(0xdf)](),_0x7cf88e[_0x38d09f(0xdf)](),_0x545040[_0x38d09f(0xda)](_0x4a0a80,{'commandName':_0x38d09f(0xb6),'commandParams':[_0x1b6fe9]},[],_0x38d09f(0xf8)),_0x388788[_0x38d09f(0xe4)][_0x38d09f(0xe9)](_0x4e8333[_0x38d09f(0xe4)])&&_0x545040[_0x38d09f(0xd2)](_0x5c77dd[_0x38d09f(0x10b)](_0x388788[_0x38d09f(0xe4)],_0x4e8333[_0x38d09f(0xe4)]),_0x38d09f(0xf8)),_0x4e8333[_0x38d09f(0xd0)][_0x38d09f(0xe9)](_0x388788[_0x38d09f(0xd0)])&&_0x545040[_0x38d09f(0xd2)](_0x5c77dd[_0x38d09f(0x10b)](_0x4e8333[_0x38d09f(0xd0)],_0x388788[_0x38d09f(0xd0)]),_0x38d09f(0xf8));});}),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xa7),()=>!0x1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xcd),()=>!0x1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xdc),_0x545040[_0x203587(0xe3)][_0x203587(0xb9)](_0x203587(0xeb),'',_0x203587(0xcd))),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xf8),_0x203587(0xa7),()=>!0x1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xf8),_0x203587(0xdc),([_0x9f5b11])=>{const _0xe26bfa=_0x203587,_0x4be216=_0x545040[_0xe26bfa(0xe3)][_0xe26bfa(0xb9)](_0xe26bfa(0xba),'',_0xe26bfa(0xdc));let _0x3f4e10=_0x9f5b11[_0xe26bfa(0xe4)],_0x151a66=_0x9f5b11[_0xe26bfa(0xd0)];const _0x2da18b=_0x2b9269[_0xe26bfa(0xae)][_0xe26bfa(0x11a)][_0xe26bfa(0xa8)](_0x3f4e10,_0xe26bfa(0xc8)),_0xbf79a5=_0x2b9269[_0xe26bfa(0xae)][_0xe26bfa(0x11a)][_0xe26bfa(0xa8)](_0x151a66,_0xe26bfa(0xd5));_0x2da18b[_0xe26bfa(0x102)]&&(_0x3f4e10=_0x2da18b[_0xe26bfa(0xe4)]),_0xbf79a5[_0xe26bfa(0x102)]&&(_0x151a66=_0xbf79a5[_0xe26bfa(0xd0)]),_0x4be216([_0x2b9269[_0xe26bfa(0xae)][_0xe26bfa(0x10b)](_0x3f4e10,_0x151a66)]);}),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xa4),_0x1cc6c1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xf8),_0x203587(0xa4),_0x1cc6c1)),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xc2))&&(_0x545040[_0x203587(0xb3)](_0x203587(0x10c),(_0x2d3f25,_0x166817)=>{const _0x49d6a1=_0x203587,_0x5c2aa2=_0x2b9269[_0x49d6a1(0xd8)][_0x49d6a1(0xb4)](_0x49d6a1(0xac));let _0x556c3b=_0x1f4e00[_0x49d6a1(0xf5)](_0x2b9269[_0x49d6a1(0xae)][_0x49d6a1(0xcc)][_0x49d6a1(0xb5)]),_0x5ef500=_0x5c2aa2[_0x49d6a1(0xc4)](_0x556c3b);_0x2b9269[_0x49d6a1(0xae)][_0x49d6a1(0xa3)](()=>{const _0x3988c5=_0x49d6a1;if(_0x5ef500)return void _0x545040[_0x3988c5(0xc5)](_0x2b9269[_0x3988c5(0xae)][_0x3988c5(0xc9)](_0x5ef500));const _0x49c229=_0x1f4e00[_0x3988c5(0xd6)](_0x556c3b);_0x2d3f25(_0x166817),_0x556c3b=_0x1f4e00[_0x3988c5(0xf5)](_0x2b9269[_0x3988c5(0xae)][_0x3988c5(0xcc)][_0x3988c5(0xb5)]),_0x5ef500=_0x5c2aa2[_0x3988c5(0xc4)](_0x556c3b),_0x545040[_0x3988c5(0xd2)](_0x2b9269[_0x3988c5(0xae)][_0x3988c5(0xc9)](_0x5ef500),_0x49c229?null:_0x3988c5(0xbc));});}),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xbc),_0x203587(0xa4),_0x1cc6c1));const _0x54db31=[{'type':_0x203587(0xeb),'subType':_0x203587(0xb7)},{'type':_0x203587(0xba),'subType':_0x203587(0xbc)},{'type':_0x203587(0xeb),'subType':_0x203587(0xf8)},{'type':_0x203587(0xba),'subType':_0x203587(0xf8)}];function _0x1f7a32(_0x32403a,_0x4bfb9f){const _0x358c93=_0x203587,_0xfad23f=_0x54db31[_0x358c93(0x105)](({type:_0x2fe496,subType:_0x592cb8})=>_0x32403a[_0x358c93(0x101)]==_0x2fe496&&_0x32403a[_0x358c93(0xe6)]==_0x592cb8),_0x38ae54=_0x54db31[_0x358c93(0x105)](({type:_0x47e747,subType:_0x39bf35})=>_0x4bfb9f[_0x358c93(0x101)]==_0x47e747&&_0x4bfb9f[_0x358c93(0xe6)]==_0x39bf35);if(_0xfad23f<0x0||_0x38ae54<0x0)return!0x1;const _0x44fa6b=_0x32403a[_0x358c93(0xe7)](),_0x5e49d3=_0x4bfb9f[_0x358c93(0xe7)]();if((0x0==_0xfad23f||0x1==_0xfad23f)&&0x2==_0x38ae54&&_0x44fa6b[_0x358c93(0xc7)](_0x5e49d3))return!0x0;if(0x2==_0xfad23f&&0x3==_0x38ae54){const _0x2eeaac=_0x545040[_0x358c93(0xaf)](_0x44fa6b,_0x358c93(0xba))[_0x358c93(0x113)](({suggestion:_0x28cd32,meta:_0x16036f})=>_0x16036f[_0x358c93(0x10e)]&&_0x358c93(0xf8)==_0x28cd32[_0x358c93(0xe6)]);if(_0x2eeaac[_0x358c93(0x118)]>0x1&&_0x5e49d3[_0x358c93(0xd0)][_0x358c93(0xcf)](_0x44fa6b[_0x358c93(0xe4)]))return!0x0;if(0x1==_0x2eeaac[_0x358c93(0x118)]&&(_0x44fa6b[_0x358c93(0xe4)][_0x358c93(0xcf)](_0x5e49d3[_0x358c93(0xd0)])||_0x44fa6b[_0x358c93(0xd0)][_0x358c93(0xcf)](_0x5e49d3[_0x358c93(0xe4)])))return!0x0;}if(0x3==_0xfad23f&&0x3==_0x38ae54&&_0x44fa6b[_0x358c93(0xe4)][_0x358c93(0xe9)](_0x5e49d3[_0x358c93(0xe4)])){const _0x10620c=_0x44fa6b[_0x358c93(0xd0)][_0x358c93(0xff)],_0x447875=_0x5e49d3[_0x358c93(0xe4)][_0x358c93(0xfb)];return _0x1f4e00[_0x358c93(0xd6)](_0x10620c)&&_0x10620c===_0x447875;}return!0x1;}function _0x1cc6c1(_0x1051cf,_0x3892cd){return _0x1f7a32(_0x1051cf,_0x3892cd)?[_0x1051cf,_0x3892cd]:_0x1f7a32(_0x3892cd,_0x1051cf)?[_0x3892cd,_0x1051cf]:null;}_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xce))&&(_0x545040[_0x203587(0xc6)](_0x203587(0xef)),_0x545040[_0x203587(0x109)](_0x203587(0x103)),_0x545040[_0x203587(0x115)][_0x203587(0xf4)](_0x203587(0x103),_0xcfed0d(_0x15f7f9,_0x203587(0xa2)))),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xd1))&&(_0x545040[_0x203587(0xc6)](_0x203587(0x107)),_0x545040[_0x203587(0x109)](_0x203587(0xdb))),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x3aa9be=>{const _0x2e3988=_0x203587;if(!!_0x54db31[_0x2e3988(0x106)](({type:_0x5605d6,subType:_0x4460c3})=>_0x3aa9be[_0x2e3988(0x101)]==_0x5605d6&&_0x3aa9be[_0x2e3988(0xe6)]==_0x4460c3))return _0x3aa9be[_0x2e3988(0xaa)]?{}:void 0x0;}),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x279511=>{const _0x43c01e=_0x203587;if(_0x43c01e(0xba)==_0x279511[_0x43c01e(0x101)]||_0x43c01e(0xad)==_0x279511[_0x43c01e(0x101)]){const _0x56e0e3=_0x279511[_0x43c01e(0x10f)]();if(_0x56e0e3&&_0x56e0e3['is'](_0x43c01e(0xe0),_0x43c01e(0x112)))return{'type':_0x43c01e(0xba)==_0x279511[_0x43c01e(0x101)]?_0x43c01e(0xbe):_0x43c01e(0xcb),'element':_0x56e0e3,'quantity':0x1};}}),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x3dd435=>_0x203587(0xeb)==_0x3dd435[_0x203587(0x101)]&&_0x203587(0xf8)==_0x3dd435[_0x203587(0xe6)]?{'type':_0x203587(0xc1),'content':_0x203587(0xd9)}:_0x203587(0xeb)==_0x3dd435[_0x203587(0x101)]&&_0x203587(0xf7)==_0x3dd435[_0x203587(0xe6)]?{'type':_0x203587(0xc1),'content':_0x203587(0xfe)}:void 0x0),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x40d7af=>{const _0x270f7f=_0x203587;if(_0x270f7f(0xed)!=_0x40d7af[_0x270f7f(0x101)])return;const {data:_0x501a36}=_0x40d7af;if(!_0x501a36||_0x270f7f(0xdb)!=_0x501a36[_0x270f7f(0xdd)])return;const _0x31e4fa=_0x501a36[_0x270f7f(0x117)];return _0x31e4fa?{'type':_0x270f7f(0xc1),'content':_0xcfed0d(_0x15f7f9,_0x270f7f(0xab),'\x22'+_0x31e4fa+'\x22')}:{'type':_0x270f7f(0xc1),'content':_0xcfed0d(_0x15f7f9,_0x270f7f(0xb1))};}),this[_0x203587(0xfa)]();}[_0x8e2312(0xfa)](){const _0x481d46=_0x8e2312,_0x516e12=this[_0x481d46(0xf0)],_0x423d9a=_0x516e12[_0x481d46(0xe1)];_0x516e12[_0x481d46(0xd8)][_0x481d46(0xb4)](_0x481d46(0xf1))[_0x481d46(0x115)][_0x481d46(0xa5)](_0x1a8e60=>{const _0x29f8f4=_0x481d46;if(_0x29f8f4(0xeb)!=_0x1a8e60[_0x29f8f4(0x101)]&&_0x29f8f4(0xfd)!=_0x1a8e60[_0x29f8f4(0x101)])return;const {data:_0x5196b8}=_0x1a8e60;if(_0x5196b8){if(_0x29f8f4(0x107)==_0x5196b8[_0x29f8f4(0xb8)]){const _0x15f203=_0x5196b8[_0x29f8f4(0xf2)][0x0][_0x29f8f4(0x117)];return _0x15f203?{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0xab),'\x22'+_0x15f203+'\x22')}:{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0xb1))};}if(_0x29f8f4(0xef)==_0x5196b8[_0x29f8f4(0xb8)]){const _0x25ebd3=_0x5196b8[_0x29f8f4(0xf2)][0x0][_0x29f8f4(0xbb)];return _0x25ebd3?{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0x10a),_0x25ebd3)}:{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0x116))};}}});}}
|
|
23
|
+
const _0x21842b=_0x311f;function _0x311f(_0x1c06e5,_0x289a79){const _0x108a0c=_0x108a();return _0x311f=function(_0x311f42,_0x33143c){_0x311f42=_0x311f42-0xa4;let _0x5e5be1=_0x108a0c[_0x311f42];return _0x5e5be1;},_0x311f(_0x1c06e5,_0x289a79);}(function(_0x43b609,_0x22d9a8){const _0x366225=_0x311f,_0x110154=_0x43b609();while(!![]){try{const _0x3cc9f2=parseInt(_0x366225(0xb1))/0x1+parseInt(_0x366225(0xf7))/0x2*(parseInt(_0x366225(0xd3))/0x3)+parseInt(_0x366225(0xa6))/0x4*(-parseInt(_0x366225(0xb3))/0x5)+-parseInt(_0x366225(0xb5))/0x6+-parseInt(_0x366225(0xcb))/0x7+parseInt(_0x366225(0xaf))/0x8+parseInt(_0x366225(0xba))/0x9*(parseInt(_0x366225(0xdc))/0xa);if(_0x3cc9f2===_0x22d9a8)break;else _0x110154['push'](_0x110154['shift']());}catch(_0x3da14d){_0x110154['push'](_0x110154['shift']());}}}(_0x108a,0xc72ac));import{Plugin as _0x5029df}from'ckeditor5/src/core.js';import{LivePosition as _0x3c3ff8}from'ckeditor5/src/engine.js';function _0x108a(){const _0x3e4a4a=['imageInline','formatBlock','imageTypeInline','accept','toggleImageCaption','createRangeOn','nodeAfter','formatInline','locale','registerCustomCallback','*Remove\x20image\x20text\x20alternative*','find','enableCommand','imageTextAlternative','getSuggestionCallback','ImageEditing','toPrevious','16VHceFB','commandName','registerBlockAttribute','TrackChangesEditing','start','has','newValue','key','ImageUtils','2261976mBVEmj','schema','646256WmYEie','get','519335GQvCqa','ImageInlineEditing','9158280SRIrmF','isIntersecting','_suggestionFactory','previous','plugins','18SDJaUC','createRange','registerAttributeLabel','document','width','deletion','subType','markDeletion','imageTypeBlock','filter','chain','*Reset\x20image\x20width*','ImageTextAlternativeEditing','ELEMENT_CAPTION','FORMAT_IMAGE_SIZE','convertInlineImageToBlock','resizeImage','10657101gwNcLi','alt','registerElementLabel','addObject','end','convertBlockImageToInline','imageBlock','caption','6CgnbMj','insertion','type','toNext','findIndex','isOwn','attribute','ImageCaptionEditing','imageCaption','11550310bjEGHp','getFirstRange','forward','ELEMENT_IMAGE','format','*Set\x20image\x20text\x20alternative:*\x20%0','resizedWidth','fromPosition','_registerLegacyDescription','_findSuggestions','markBlockFormat','registerDescriptionCallback','uploadImage','getNearestSelectionRange','nodeBefore','isEqual','*Set\x20image\x20width:*\x20%0','ImageResize','model','enableDefaultAttributesIntegration','element','change','ELEMENT_INLINE_IMAGE','length','ImageUploadEditing','isCollapsed','isBlockImage','1041014xPRpiN','afterInit','ImageBlockEditing','discard','Block\x20image\x20to\x20inline\x20image','commandParams','removeObject','getCaptionFromImageModelElement','insertImage','getClosestSelectedImageElement','getContainedElement','markInsertion','detach','backward','join','isBefore','descriptionFactory','imageStylePreApply','editor','selection','Inline\x20image\x20to\x20block\x20image','ImageCaptionUtils','forceDefaultExecution'];_0x108a=function(){return _0x3e4a4a;};return _0x108a();}import{getTranslation as _0x24c4cf}from'../utils/common-translations.js';export default class it extends _0x5029df{[_0x21842b(0xf8)](){const _0x31c06d=_0x21842b,_0x254244=this[_0x31c06d(0x109)];if(!_0x254244[_0x31c06d(0xb9)][_0x31c06d(0xab)](_0x31c06d(0xa4)))return;const _0x4f4e1c=_0x254244[_0x31c06d(0xb9)][_0x31c06d(0xb2)](_0x31c06d(0xa9)),_0x3534c5=_0x254244[_0x31c06d(0xb9)][_0x31c06d(0xb2)](_0x31c06d(0xae)),_0x4cba59=_0x254244[_0x31c06d(0x116)];_0x4f4e1c[_0x31c06d(0x11a)](_0x31c06d(0xff)),_0x4f4e1c[_0x31c06d(0x107)][_0x31c06d(0xcd)](_0x31c06d(0xd1),_0x2be77a=>_0x24c4cf(_0x4cba59,_0x31c06d(0xdf),_0x2be77a)),_0x4f4e1c[_0x31c06d(0x107)][_0x31c06d(0xcd)](_0x31c06d(0x10e),_0x5a73f7=>_0x24c4cf(_0x4cba59,_0x31c06d(0xf2),_0x5a73f7)),_0x4f4e1c[_0x31c06d(0x107)][_0x31c06d(0xcd)](_0x31c06d(0xd2),()=>_0x24c4cf(_0x4cba59,_0x31c06d(0xc7))),_0x254244[_0x31c06d(0xb9)][_0x31c06d(0xab)](_0x31c06d(0xf4))&&_0x4f4e1c[_0x31c06d(0x11a)](_0x31c06d(0xe8)),_0x254244[_0x31c06d(0xb9)][_0x31c06d(0xab)](_0x31c06d(0xf9))&&_0x254244[_0x31c06d(0xb9)][_0x31c06d(0xab)](_0x31c06d(0xb4))&&(_0x4f4e1c[_0x31c06d(0x11a)](_0x31c06d(0x110),(_0x354abc,_0x43dc78)=>{const _0x5191f6=_0x31c06d,_0x1b6594=_0x3534c5[_0x5191f6(0x100)](_0x254244[_0x5191f6(0xee)][_0x5191f6(0xbd)][_0x5191f6(0x10a)]);_0x254244[_0x5191f6(0xee)][_0x5191f6(0xf1)](()=>{const _0x1dae91=_0x5191f6;_0x4f4e1c[_0x1dae91(0xe6)](_0x1b6594,{'commandName':_0x1dae91(0x110),'commandParams':[_0x43dc78]},[],_0x1dae91(0xd0));});}),_0x4f4e1c[_0x31c06d(0x11a)](_0x31c06d(0xc2),(_0x554897,_0x5d387e)=>{const _0x367bd7=_0x31c06d;_0x254244[_0x367bd7(0xee)][_0x367bd7(0xf1)](_0x1d1cf2=>{const _0x20df2e=_0x367bd7;let _0xb85f3e=_0x3534c5[_0x20df2e(0x100)](_0x254244[_0x20df2e(0xee)][_0x20df2e(0xbd)][_0x20df2e(0x10a)]),_0x29b407=_0x1d1cf2[_0x20df2e(0x113)](_0xb85f3e);const _0x47842b=_0x3c3ff8[_0x20df2e(0xe3)](_0x29b407[_0x20df2e(0xaa)],_0x20df2e(0xa5)),_0x5db216=_0x3c3ff8[_0x20df2e(0xe3)](_0x29b407[_0x20df2e(0xcf)],_0x20df2e(0xd6));_0x4f4e1c[_0x20df2e(0x10d)](()=>_0x554897(_0x5d387e)),_0xb85f3e=_0x3534c5[_0x20df2e(0x100)](_0x254244[_0x20df2e(0xee)][_0x20df2e(0xbd)][_0x20df2e(0x10a)]),_0x29b407=_0x1d1cf2[_0x20df2e(0x113)](_0xb85f3e);const _0x51bbf0=_0x1d1cf2[_0x20df2e(0xbb)](_0x47842b,_0x5db216);_0x47842b[_0x20df2e(0x103)](),_0x5db216[_0x20df2e(0x103)](),_0x4f4e1c[_0x20df2e(0xe6)](_0xb85f3e,{'commandName':_0x20df2e(0x110),'commandParams':[_0x5d387e]},[],_0x20df2e(0xc9)),_0x51bbf0[_0x20df2e(0xaa)][_0x20df2e(0x106)](_0x29b407[_0x20df2e(0xaa)])&&_0x4f4e1c[_0x20df2e(0x102)](_0x1d1cf2[_0x20df2e(0xbb)](_0x51bbf0[_0x20df2e(0xaa)],_0x29b407[_0x20df2e(0xaa)]),_0x20df2e(0xc9)),_0x29b407[_0x20df2e(0xcf)][_0x20df2e(0x106)](_0x51bbf0[_0x20df2e(0xcf)])&&_0x4f4e1c[_0x20df2e(0x102)](_0x1d1cf2[_0x20df2e(0xbb)](_0x29b407[_0x20df2e(0xcf)],_0x51bbf0[_0x20df2e(0xcf)]),_0x20df2e(0xc9));});}),_0x4f4e1c[_0x31c06d(0xb7)][_0x31c06d(0x117)](_0x31c06d(0x10f),_0x31c06d(0xc9),_0x31c06d(0x105),()=>!0x1),_0x4f4e1c[_0x31c06d(0xb7)][_0x31c06d(0x117)](_0x31c06d(0x10f),_0x31c06d(0xc9),_0x31c06d(0x111),()=>!0x1),_0x4f4e1c[_0x31c06d(0xb7)][_0x31c06d(0x117)](_0x31c06d(0x10f),_0x31c06d(0xc9),_0x31c06d(0xfa),_0x4f4e1c[_0x31c06d(0xb7)][_0x31c06d(0x11c)](_0x31c06d(0x10f),'',_0x31c06d(0x111))),_0x4f4e1c[_0x31c06d(0xb7)][_0x31c06d(0x117)](_0x31c06d(0xd4),_0x31c06d(0xc9),_0x31c06d(0x105),()=>!0x1),_0x4f4e1c[_0x31c06d(0xb7)][_0x31c06d(0x117)](_0x31c06d(0xd4),_0x31c06d(0xc9),_0x31c06d(0xfa),([_0x3ccb2c])=>{const _0x1fd1fe=_0x31c06d,_0x55ad04=_0x4f4e1c[_0x1fd1fe(0xb7)][_0x1fd1fe(0x11c)](_0x1fd1fe(0xd4),'',_0x1fd1fe(0xfa));let _0x967f0c=_0x3ccb2c[_0x1fd1fe(0xaa)],_0x4d06aa=_0x3ccb2c[_0x1fd1fe(0xcf)];const _0xb03cca=_0x254244[_0x1fd1fe(0xee)][_0x1fd1fe(0xb0)][_0x1fd1fe(0xe9)](_0x967f0c,_0x1fd1fe(0x104)),_0x5c1338=_0x254244[_0x1fd1fe(0xee)][_0x1fd1fe(0xb0)][_0x1fd1fe(0xe9)](_0x4d06aa,_0x1fd1fe(0xde));_0xb03cca[_0x1fd1fe(0xf5)]&&(_0x967f0c=_0xb03cca[_0x1fd1fe(0xaa)]),_0x5c1338[_0x1fd1fe(0xf5)]&&(_0x4d06aa=_0x5c1338[_0x1fd1fe(0xcf)]),_0x55ad04([_0x254244[_0x1fd1fe(0xee)][_0x1fd1fe(0xbb)](_0x967f0c,_0x4d06aa)]);}),_0x4f4e1c[_0x31c06d(0xb7)][_0x31c06d(0x117)](_0x31c06d(0x10f),_0x31c06d(0xc9),_0x31c06d(0xc4),_0x346a9a),_0x4f4e1c[_0x31c06d(0xb7)][_0x31c06d(0x117)](_0x31c06d(0xd4),_0x31c06d(0xc9),_0x31c06d(0xc4),_0x346a9a)),_0x254244[_0x31c06d(0xb9)][_0x31c06d(0xab)](_0x31c06d(0xda))&&(_0x4f4e1c[_0x31c06d(0x11a)](_0x31c06d(0x112),(_0x5b8c10,_0xba22e)=>{const _0x1bfc3c=_0x31c06d,_0x9ad046=_0x254244[_0x1bfc3c(0xb9)][_0x1bfc3c(0xb2)](_0x1bfc3c(0x10c));let _0x3310b6=_0x3534c5[_0x1bfc3c(0x100)](_0x254244[_0x1bfc3c(0xee)][_0x1bfc3c(0xbd)][_0x1bfc3c(0x10a)]),_0x5d5137=_0x9ad046[_0x1bfc3c(0xfe)](_0x3310b6);_0x254244[_0x1bfc3c(0xee)][_0x1bfc3c(0xf1)](()=>{const _0x28daa7=_0x1bfc3c;if(_0x5d5137)return void _0x4f4e1c[_0x28daa7(0xc1)](_0x254244[_0x28daa7(0xee)][_0x28daa7(0x113)](_0x5d5137));const _0x5494f9=_0x3534c5[_0x28daa7(0xf6)](_0x3310b6);_0x5b8c10(_0xba22e),_0x3310b6=_0x3534c5[_0x28daa7(0x100)](_0x254244[_0x28daa7(0xee)][_0x28daa7(0xbd)][_0x28daa7(0x10a)]),_0x5d5137=_0x9ad046[_0x28daa7(0xfe)](_0x3310b6),_0x4f4e1c[_0x28daa7(0x102)](_0x254244[_0x28daa7(0xee)][_0x28daa7(0x113)](_0x5d5137),_0x5494f9?null:_0x28daa7(0xdb));});}),_0x4f4e1c[_0x31c06d(0xb7)][_0x31c06d(0x117)](_0x31c06d(0xd4),_0x31c06d(0xdb),_0x31c06d(0xc4),_0x346a9a));const _0x19dfa5=[{'type':_0x31c06d(0x10f),'subType':_0x31c06d(0x108)},{'type':_0x31c06d(0xd4),'subType':_0x31c06d(0xdb)},{'type':_0x31c06d(0x10f),'subType':_0x31c06d(0xc9)},{'type':_0x31c06d(0xd4),'subType':_0x31c06d(0xc9)}];function _0x12c2a3(_0x139175,_0x87716e){const _0x21f77a=_0x31c06d,_0x268d60=_0x19dfa5[_0x21f77a(0xd7)](({type:_0x5e3130,subType:_0x48fdca})=>_0x139175[_0x21f77a(0xd5)]==_0x5e3130&&_0x139175[_0x21f77a(0xc0)]==_0x48fdca),_0x13f189=_0x19dfa5[_0x21f77a(0xd7)](({type:_0x586db2,subType:_0x5a7739})=>_0x87716e[_0x21f77a(0xd5)]==_0x586db2&&_0x87716e[_0x21f77a(0xc0)]==_0x5a7739);if(_0x268d60<0x0||_0x13f189<0x0)return!0x1;const _0x2d845f=_0x139175[_0x21f77a(0xdd)](),_0x37d0b4=_0x87716e[_0x21f77a(0xdd)]();if((0x0==_0x268d60||0x1==_0x268d60)&&0x2==_0x13f189&&_0x2d845f[_0x21f77a(0xb6)](_0x37d0b4))return!0x0;if(0x2==_0x268d60&&0x3==_0x13f189){const _0x4606c3=_0x4f4e1c[_0x21f77a(0xe5)](_0x2d845f,_0x21f77a(0xd4))[_0x21f77a(0xc3)](({suggestion:_0x5aabba,meta:_0x3497e9})=>_0x3497e9[_0x21f77a(0xd8)]&&_0x21f77a(0xc9)==_0x5aabba[_0x21f77a(0xc0)]);if(_0x4606c3[_0x21f77a(0xf3)]>0x1&&_0x37d0b4[_0x21f77a(0xcf)][_0x21f77a(0xeb)](_0x2d845f[_0x21f77a(0xaa)]))return!0x0;if(0x1==_0x4606c3[_0x21f77a(0xf3)]&&(_0x2d845f[_0x21f77a(0xaa)][_0x21f77a(0xeb)](_0x37d0b4[_0x21f77a(0xcf)])||_0x2d845f[_0x21f77a(0xcf)][_0x21f77a(0xeb)](_0x37d0b4[_0x21f77a(0xaa)])))return!0x0;}if(0x3==_0x268d60&&0x3==_0x13f189&&_0x2d845f[_0x21f77a(0xaa)][_0x21f77a(0x106)](_0x37d0b4[_0x21f77a(0xaa)])){const _0x2943b3=_0x2d845f[_0x21f77a(0xcf)][_0x21f77a(0x114)],_0x4c8400=_0x37d0b4[_0x21f77a(0xaa)][_0x21f77a(0xea)];return _0x3534c5[_0x21f77a(0xf6)](_0x2943b3)&&_0x2943b3===_0x4c8400;}return!0x1;}function _0x346a9a(_0x581948,_0x49afa7){return _0x12c2a3(_0x581948,_0x49afa7)?[_0x581948,_0x49afa7]:_0x12c2a3(_0x49afa7,_0x581948)?[_0x49afa7,_0x581948]:null;}_0x254244[_0x31c06d(0xb9)][_0x31c06d(0xab)](_0x31c06d(0xed))&&(_0x4f4e1c[_0x31c06d(0xef)](_0x31c06d(0xca)),_0x4f4e1c[_0x31c06d(0xa8)](_0x31c06d(0xe2)),_0x4f4e1c[_0x31c06d(0x107)][_0x31c06d(0xbc)](_0x31c06d(0xe2),_0x24c4cf(_0x4cba59,_0x31c06d(0xc8)))),_0x254244[_0x31c06d(0xb9)][_0x31c06d(0xab)](_0x31c06d(0xc6))&&(_0x4f4e1c[_0x31c06d(0xef)](_0x31c06d(0x11b)),_0x4f4e1c[_0x31c06d(0xa8)](_0x31c06d(0xcc))),_0x4f4e1c[_0x31c06d(0x107)][_0x31c06d(0xe7)](_0x52f2d4=>{const _0x5be666=_0x31c06d;if(!!_0x19dfa5[_0x5be666(0x119)](({type:_0x1ef5fd,subType:_0x5daba8})=>_0x52f2d4[_0x5be666(0xd5)]==_0x1ef5fd&&_0x52f2d4[_0x5be666(0xc0)]==_0x5daba8))return _0x52f2d4[_0x5be666(0xb8)]?{}:void 0x0;}),_0x4f4e1c[_0x31c06d(0x107)][_0x31c06d(0xe7)](_0x46365a=>{const _0xa8ccd8=_0x31c06d;if(_0xa8ccd8(0xd4)==_0x46365a[_0xa8ccd8(0xd5)]||_0xa8ccd8(0xbf)==_0x46365a[_0xa8ccd8(0xd5)]){const _0x3fdd0b=_0x46365a[_0xa8ccd8(0x101)]();if(_0x3fdd0b&&_0x3fdd0b['is'](_0xa8ccd8(0xf0),_0xa8ccd8(0xd2)))return{'type':_0xa8ccd8(0xd4)==_0x46365a[_0xa8ccd8(0xd5)]?_0xa8ccd8(0xce):_0xa8ccd8(0xfd),'element':_0x3fdd0b,'quantity':0x1};}}),_0x4f4e1c[_0x31c06d(0x107)][_0x31c06d(0xe7)](_0x414b50=>_0x31c06d(0x10f)==_0x414b50[_0x31c06d(0xd5)]&&_0x31c06d(0xc9)==_0x414b50[_0x31c06d(0xc0)]?{'type':_0x31c06d(0xe0),'content':_0x31c06d(0x10b)}:_0x31c06d(0x10f)==_0x414b50[_0x31c06d(0xd5)]&&_0x31c06d(0xd0)==_0x414b50[_0x31c06d(0xc0)]?{'type':_0x31c06d(0xe0),'content':_0x31c06d(0xfb)}:void 0x0),_0x4f4e1c[_0x31c06d(0x107)][_0x31c06d(0xe7)](_0x18d95c=>{const _0x5020fb=_0x31c06d;if(_0x5020fb(0xd9)!=_0x18d95c[_0x5020fb(0xd5)])return;const {data:_0x18a4d0}=_0x18d95c;if(!_0x18a4d0||_0x5020fb(0xcc)!=_0x18a4d0[_0x5020fb(0xad)])return;const _0x2889a4=_0x18a4d0[_0x5020fb(0xac)];return _0x2889a4?{'type':_0x5020fb(0xe0),'content':_0x24c4cf(_0x4cba59,_0x5020fb(0xe1),'\x22'+_0x2889a4+'\x22')}:{'type':_0x5020fb(0xe0),'content':_0x24c4cf(_0x4cba59,_0x5020fb(0x118))};}),this[_0x31c06d(0xe4)]();}[_0x21842b(0xe4)](){const _0x1e8767=_0x21842b,_0x4c5f32=this[_0x1e8767(0x109)],_0xa92b2d=_0x4c5f32[_0x1e8767(0x116)];_0x4c5f32[_0x1e8767(0xb9)][_0x1e8767(0xb2)](_0x1e8767(0xa9))[_0x1e8767(0x107)][_0x1e8767(0xe7)](_0x130b6b=>{const _0x1bc596=_0x1e8767;if(_0x1bc596(0x10f)!=_0x130b6b[_0x1bc596(0xd5)]&&_0x1bc596(0x115)!=_0x130b6b[_0x1bc596(0xd5)])return;const {data:_0xe3c8ae}=_0x130b6b;if(_0xe3c8ae){if(_0x1bc596(0x11b)==_0xe3c8ae[_0x1bc596(0xa7)]){const _0x58a1be=_0xe3c8ae[_0x1bc596(0xfc)][0x0][_0x1bc596(0xac)];return _0x58a1be?{'type':_0x1bc596(0xe0),'content':_0x24c4cf(_0xa92b2d,_0x1bc596(0xe1),'\x22'+_0x58a1be+'\x22')}:{'type':_0x1bc596(0xe0),'content':_0x24c4cf(_0xa92b2d,_0x1bc596(0x118))};}if(_0x1bc596(0xca)==_0xe3c8ae[_0x1bc596(0xa7)]){const _0x3a3847=_0xe3c8ae[_0x1bc596(0xfc)][0x0][_0x1bc596(0xbe)];return _0x3a3847?{'type':_0x1bc596(0xe0),'content':_0x24c4cf(_0xa92b2d,_0x1bc596(0xec),_0x3a3847)}:{'type':_0x1bc596(0xe0),'content':_0x24c4cf(_0xa92b2d,_0x1bc596(0xc5))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x2c7f(_0xcabaf7,_0x21faf1){const _0x5000b8=_0x5000();return _0x2c7f=function(_0x2c7f1a,_0x261e55){_0x2c7f1a=_0x2c7f1a-0x103;let _0x58f75f=_0x5000b8[_0x2c7f1a];return _0x58f75f;},_0x2c7f(_0xcabaf7,_0x21faf1);}const _0x2e8d53=_0x2c7f;(function(_0x2f054c,_0x385405){const _0x38d920=_0x2c7f,_0xc4f4fc=_0x2f054c();while(!![]){try{const _0x53c288=-parseInt(_0x38d920(0x127))/0x1+parseInt(_0x38d920(0x116))/0x2+parseInt(_0x38d920(0x11d))/0x3*(-parseInt(_0x38d920(0x12b))/0x4)+parseInt(_0x38d920(0x110))/0x5+parseInt(_0x38d920(0x10f))/0x6+-parseInt(_0x38d920(0x121))/0x7*(parseInt(_0x38d920(0x120))/0x8)+parseInt(_0x38d920(0x108))/0x9*(-parseInt(_0x38d920(0x10e))/0xa);if(_0x53c288===_0x385405)break;else _0xc4f4fc['push'](_0xc4f4fc['shift']());}catch(_0x6c4259){_0xc4f4fc['push'](_0xc4f4fc['shift']());}}}(_0x5000,0x2c1b5));import{Plugin as _0x3cfb4e}from'ckeditor5/src/core.js';import{getTranslation as _0x522297}from'../utils/common-translations.js';function _0x5000(){const _0x496526=['plugins','get','148924KRkMfX','key','formatInline','*Format:*\x20replace\x20image\x20URL','12ZLLAIG','src','has','editor','discard','accept','commandName','9EHnIEp','oldValue','ImageEditing','newValue','TrackChangesEditing','replaceImageSource','1177170CyuCbP','1988244ZvfBqb','1604685kDunaO','registerDescriptionCallback','_handleLegacySuggestions','getSuggestionCallback','formatBlock','*Replace\x20image\x20URL*','232264iSPhEC','enableDefaultAttributesIntegration','_suggestionFactory','registerCustomCallback','afterInit','_registerLegacyDescription','registerBlockAttribute','6813YNvTFp','locale','descriptionFactory','64Ctguzm','275037TlMmyZ','attribute','type','format'];_0x5000=function(){return _0x496526;};return _0x5000();}export default class st extends _0x3cfb4e{[_0x2e8d53(0x11a)](){const _0x68ed0=_0x2e8d53;if(!this[_0x68ed0(0x104)][_0x68ed0(0x125)][_0x68ed0(0x103)](_0x68ed0(0x10a)))return;const _0x3da19f=this[_0x68ed0(0x104)][_0x68ed0(0x11e)],_0x44a0ea=this[_0x68ed0(0x104)][_0x68ed0(0x125)][_0x68ed0(0x126)](_0x68ed0(0x10c));_0x44a0ea[_0x68ed0(0x117)](_0x68ed0(0x10d)),_0x44a0ea[_0x68ed0(0x11c)](_0x68ed0(0x12c)),_0x44a0ea[_0x68ed0(0x11f)][_0x68ed0(0x111)](_0x57bdd9=>{const _0x5eb091=_0x68ed0;if(_0x5eb091(0x122)!=_0x57bdd9[_0x5eb091(0x123)])return;const {data:_0x530d5c}=_0x57bdd9;return _0x530d5c&&_0x5eb091(0x12c)==_0x530d5c[_0x5eb091(0x128)]?_0x530d5c[_0x5eb091(0x10b)]&&_0x530d5c[_0x5eb091(0x109)]?{'type':_0x5eb091(0x124),'content':_0x522297(_0x3da19f,_0x5eb091(0x115))}:{'type':_0x5eb091(0x124),'content':''}:void 0x0;}),this[_0x68ed0(0x112)]();}[_0x2e8d53(0x112)](){const _0x2921d4=_0x2e8d53,_0x31d5eb=this[_0x2921d4(0x104)][_0x2921d4(0x125)][_0x2921d4(0x126)](_0x2921d4(0x10c));_0x31d5eb[_0x2921d4(0x118)][_0x2921d4(0x119)](_0x2921d4(0x114),_0x2921d4(0x10d),_0x2921d4(0x106),_0x31d5eb[_0x2921d4(0x118)][_0x2921d4(0x113)](_0x2921d4(0x114),null,_0x2921d4(0x105))),_0x31d5eb[_0x2921d4(0x118)][_0x2921d4(0x119)](_0x2921d4(0x114),_0x2921d4(0x10d),_0x2921d4(0x105),_0x31d5eb[_0x2921d4(0x118)][_0x2921d4(0x113)](_0x2921d4(0x114),null,_0x2921d4(0x106))),this[_0x2921d4(0x11b)]();}[_0x2e8d53(0x11b)](){const _0xf81123=_0x2e8d53,_0x1f7ca3=this[_0xf81123(0x104)],_0x526fbc=_0x1f7ca3[_0xf81123(0x11e)];_0x1f7ca3[_0xf81123(0x125)][_0xf81123(0x126)](_0xf81123(0x10c))[_0xf81123(0x11f)][_0xf81123(0x111)](_0x2c0d0f=>{const _0x3c98f1=_0xf81123;if(_0x3c98f1(0x114)!=_0x2c0d0f[_0x3c98f1(0x123)]&&_0x3c98f1(0x129)!=_0x2c0d0f[_0x3c98f1(0x123)])return;const {data:_0x257e2a}=_0x2c0d0f;if(!_0x257e2a||_0x3c98f1(0x10d)!=_0x257e2a[_0x3c98f1(0x107)])return;return{'type':_0x3c98f1(0x124),'content':_0x522297(_0x526fbc,_0x3c98f1(0x12a))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x3d04(_0xa2df6e,_0x87b726){const _0x340f48=_0x340f();return _0x3d04=function(_0x3d04e4,_0x19cb5c){_0x3d04e4=_0x3d04e4-0xda;let _0x113365=_0x340f48[_0x3d04e4];return _0x113365;},_0x3d04(_0xa2df6e,_0x87b726);}const _0x19adaa=_0x3d04;(function(_0x2c759e,_0x211772){const _0x48467c=_0x3d04,_0x30e354=_0x2c759e();while(!![]){try{const _0x20a12a=parseInt(_0x48467c(0x100))/0x1*(-parseInt(_0x48467c(0xf9))/0x2)+-parseInt(_0x48467c(0x10e))/0x3+-parseInt(_0x48467c(0x125))/0x4*(parseInt(_0x48467c(0xff))/0x5)+-parseInt(_0x48467c(0x101))/0x6+parseInt(_0x48467c(0xdd))/0x7*(-parseInt(_0x48467c(0x11a))/0x8)+parseInt(_0x48467c(0x12d))/0x9+parseInt(_0x48467c(0x106))/0xa;if(_0x20a12a===_0x211772)break;else _0x30e354['push'](_0x30e354['shift']());}catch(_0x52d27e){_0x30e354['push'](_0x30e354['shift']());}}}(_0x340f,0x7a20c));import{Plugin as _0x149c08}from'ckeditor5/src/core.js';import{uid as _0x5ee6fb}from'ckeditor5/src/utils.js';import{getTranslation as _0x43fc46}from'../utils/common-translations.js';function _0x340f(){const _0x2161f5=['locale','end','getSuggestion','imageStyle','_splitMarkerName','getSuggestions','setImageNaturalSizeAttributes','title','getSuggestionCallback','imageStylePreApply','ImageUtils','filter','imageTypeInline','accept','nodeAfter','commandReversedParams','Users','toLowerCase','599170wBQKcy','has','model','FORMAT_SIDE_IMAGE','differ','isInlineImage','51045MAPdYy','1UvXDTc','4382616KsFUhx','formatInline','getFirstRange','isEqual','registerCustomCallback','14559310iKUPMJ','from','document','editor','shouldConvertImageType','formatBlock','discardSuggestion','format','209301PwjSQP','imageStylePostApply','refresh','getClosestSelectedImageElement','ImageStyleEditing','next','change','markInlineFormat','markBlockFormat','commandName','imageTypeBlock','enableCommand','8YkPsVG','isInContent','insertion','forEach','findIndex','createRangeOn','descriptionFactory','normalizedStyles','start','commandParams','plugins','168JCAZcd','selection','registerDescriptionCallback','registerPostFixer','discard','isIntersecting','chain','value','7366122TonRAs','_findSuggestions','head','afterInit','suggestion','hasSuggestion','getContainedElement','side','length','getChangedMarkers','commands','isOwn','*Format:*\x20%0','newRange','name','author','nodeBefore','type','get','1719109qJnYgw','convertInlineImageToBlock','join','isBlockImage','TrackChangesEditing','_registerLegacyDescription','imageCaption','subType','_suggestionFactory','isBefore'];_0x340f=function(){return _0x2161f5;};return _0x340f();}export default class nt extends _0x149c08{[_0x19adaa(0x130)](){const _0x5ce1e5=_0x19adaa,_0x3d2052=this[_0x5ce1e5(0x109)];if(!_0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xfa)](_0x5ce1e5(0x112)))return;const _0x39a2ed=_0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xdc)](_0x5ce1e5(0xe1)),_0x10fd98=_0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xdc)](_0x5ce1e5(0xf1)),_0x2a81e8={};_0x39a2ed[_0x5ce1e5(0x119)](_0x5ce1e5(0xea),(_0x41da2c,_0x20ded5)=>{const _0x293e98=_0x5ce1e5,_0x2a99e3=_0x3d2052[_0x293e98(0x124)][_0x293e98(0xdc)](_0x293e98(0xf7))['me'],_0x41e138=_0x3d2052[_0x293e98(0x137)][_0x293e98(0xdc)](_0x293e98(0xea));let _0x4013e3=_0x10fd98[_0x293e98(0x111)](_0x3d2052[_0x293e98(0xfb)][_0x293e98(0x108)][_0x293e98(0x126)]),_0x2b78c9=_0x3d2052[_0x293e98(0xfb)][_0x293e98(0x11f)](_0x4013e3),_0x2a8ee3=_0x41e138[_0x293e98(0x12c)];if(_0x2a8ee3==_0x20ded5[_0x293e98(0x12c)])return;const _0x10e657={'commandName':_0x293e98(0xea),'commandParams':[_0x20ded5],'formatGroupId':_0x5ee6fb()};_0x3d2052[_0x293e98(0xfb)][_0x293e98(0x114)](()=>{const _0xfb9f32=_0x293e98;if(_0x39a2ed[_0xfb9f32(0xec)]()[_0xfb9f32(0xf2)](_0x2ab1bd=>_0x2ab1bd[_0xfb9f32(0x11b)]&&_0x2a99e3==_0x2ab1bd[_0xfb9f32(0x13c)]&&(_0xfb9f32(0x10b)==_0x2ab1bd[_0xfb9f32(0xdb)]||_0xfb9f32(0x102)==_0x2ab1bd[_0xfb9f32(0xdb)])&&(_0xfb9f32(0xf0)==_0x2ab1bd[_0xfb9f32(0xe4)]||_0xfb9f32(0x10f)==_0x2ab1bd[_0xfb9f32(0xe4)])&&_0x2ab1bd[_0xfb9f32(0x103)]()[_0xfb9f32(0x104)](_0x2b78c9))[_0xfb9f32(0x11d)](_0x35bf74=>_0x39a2ed[_0xfb9f32(0x10c)](_0x35bf74[_0xfb9f32(0x12f)])),_0x4013e3=_0x10fd98[_0xfb9f32(0x111)](_0x3d2052[_0xfb9f32(0xfb)][_0xfb9f32(0x108)][_0xfb9f32(0x126)]),_0x2b78c9=_0x3d2052[_0xfb9f32(0xfb)][_0xfb9f32(0x11f)](_0x4013e3),_0x41e138[_0xfb9f32(0x110)](),_0x3d2052[_0xfb9f32(0x137)][_0xfb9f32(0xdc)](_0xfb9f32(0xf3))[_0xfb9f32(0x110)](),_0x3d2052[_0xfb9f32(0x137)][_0xfb9f32(0xdc)](_0xfb9f32(0x118))[_0xfb9f32(0x110)](),_0x2a8ee3=_0x41e138[_0xfb9f32(0x12c)],_0x2a8ee3!=_0x20ded5[_0xfb9f32(0x12c)])return _0x10fd98[_0xfb9f32(0xfe)](_0x4013e3)&&_0x41e138[_0xfb9f32(0x10a)](_0x20ded5[_0xfb9f32(0x12c)],_0x4013e3)?(_0x41da2c({..._0x20ded5,'setImageSizes':!0x1}),_0x4013e3=_0x10fd98[_0xfb9f32(0x111)](_0x3d2052[_0xfb9f32(0xfb)][_0xfb9f32(0x108)][_0xfb9f32(0x126)]),void _0x39a2ed[_0xfb9f32(0x116)](_0x4013e3,{..._0x10e657,'commandReversedParams':[{'value':_0x2a8ee3||null,'setImageSizes':!0x1}]},[],_0xfb9f32(0xf0))):void(_0x10fd98[_0xfb9f32(0xe0)](_0x4013e3)?_0x39a2ed[_0xfb9f32(0x116)](_0x4013e3,_0x10e657,[],_0xfb9f32(0x10f)):_0x39a2ed[_0xfb9f32(0x115)](_0x2b78c9,_0x10e657,_0xfb9f32(0x10f)));});});for(const _0x328457 of _0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xdc)](_0x5ce1e5(0x112))[_0x5ce1e5(0x121)])_0x2a81e8[_0x328457[_0x5ce1e5(0x13b)]]=_0x328457[_0x5ce1e5(0xee)][_0x5ce1e5(0xf8)]();_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0xdf),()=>!0x1),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0x10f),_0x5ce1e5(0xdf),()=>!0x1),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x102),_0x5ce1e5(0x10f),_0x5ce1e5(0xdf),()=>!0x1),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0xf4),([_0xfddb8a])=>{const _0x1bf350=_0x5ce1e5;_0x10fd98[_0x1bf350(0xed)](_0xfddb8a[_0x1bf350(0x133)]());}),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0x129),(_0x3c6c8d,_0x1e66eb)=>{const _0x36b2d6=_0x5ce1e5;_0x39a2ed[_0x36b2d6(0xe5)][_0x36b2d6(0xef)](_0x36b2d6(0x10b),'',_0x36b2d6(0xf4))(_0x3c6c8d,{'commandName':_0x1e66eb[_0x36b2d6(0x117)],'commandParams':_0x1e66eb[_0x36b2d6(0xf6)]});}),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0x12b),function(_0x207a83,_0x3c8bbc){if(_0x1ca5c5(_0x207a83,_0x3c8bbc))return[_0x207a83,_0x3c8bbc];if(_0x1ca5c5(_0x3c8bbc,_0x207a83))return[_0x3c8bbc,_0x207a83];return null;});const _0x48e796=[{'type':_0x5ce1e5(0x10b),'subType':_0x5ce1e5(0xf0)},{'type':_0x5ce1e5(0x11c),'subType':_0x5ce1e5(0xe3)},{'type':_0x5ce1e5(0x10b),'subType':_0x5ce1e5(0xde)},{'type':_0x5ce1e5(0x11c),'subType':_0x5ce1e5(0xde)}];function _0x1ca5c5(_0x434d25,_0xca185b){const _0x40ac3f=_0x5ce1e5,_0x417d71=_0x48e796[_0x40ac3f(0x11e)](({type:_0x505e70,subType:_0x275afc})=>_0x434d25[_0x40ac3f(0xdb)]==_0x505e70&&_0x434d25[_0x40ac3f(0xe4)]==_0x275afc),_0x414fe1=_0x48e796[_0x40ac3f(0x11e)](({type:_0x5babee,subType:_0x4619af})=>_0xca185b[_0x40ac3f(0xdb)]==_0x5babee&&_0xca185b[_0x40ac3f(0xe4)]==_0x4619af);if(_0x417d71<0x0||_0x414fe1<0x0)return!0x1;const _0x5e2b77=_0x434d25[_0x40ac3f(0x103)](),_0x52e15d=_0xca185b[_0x40ac3f(0x103)]();if((0x0==_0x417d71||0x1==_0x417d71)&&0x2==_0x414fe1&&_0x5e2b77[_0x40ac3f(0x12a)](_0x52e15d))return!0x0;if(0x2==_0x417d71&&0x3==_0x414fe1){const _0x38ac5d=_0x39a2ed[_0x40ac3f(0x12e)](_0x5e2b77,_0x40ac3f(0x11c))[_0x40ac3f(0xf2)](({suggestion:_0x4c28f5,meta:_0x2e3b8d})=>_0x2e3b8d[_0x40ac3f(0x138)]&&_0x40ac3f(0xde)==_0x4c28f5[_0x40ac3f(0xe4)]);if(_0x38ac5d[_0x40ac3f(0x135)]>0x1&&_0x52e15d[_0x40ac3f(0xe8)][_0x40ac3f(0x104)](_0x5e2b77[_0x40ac3f(0x122)]))return!0x0;if(0x1==_0x38ac5d[_0x40ac3f(0x135)]&&(_0x5e2b77[_0x40ac3f(0x122)][_0x40ac3f(0x104)](_0x52e15d[_0x40ac3f(0xe8)])||_0x5e2b77[_0x40ac3f(0xe8)][_0x40ac3f(0x104)](_0x52e15d[_0x40ac3f(0x122)])))return!0x0;}if(0x3==_0x417d71&&0x3==_0x414fe1&&_0x5e2b77[_0x40ac3f(0x122)][_0x40ac3f(0xe6)](_0x52e15d[_0x40ac3f(0x122)])){const _0x5a5f41=_0x5e2b77[_0x40ac3f(0xe8)][_0x40ac3f(0xf5)],_0x1fed2c=_0x52e15d[_0x40ac3f(0x122)][_0x40ac3f(0xda)];return _0x10fd98[_0x40ac3f(0xe0)](_0x5a5f41)&&_0x5a5f41===_0x1fed2c;}return!0x1;}_0x3d2052[_0x5ce1e5(0xfb)][_0x5ce1e5(0x108)][_0x5ce1e5(0x128)](()=>{const _0x230b60=_0x5ce1e5;let _0x1ad5be=!0x1;const _0x36121c=Array[_0x230b60(0x107)](_0x3d2052[_0x230b60(0xfb)][_0x230b60(0x108)][_0x230b60(0xfd)][_0x230b60(0x136)]());for(const {name:_0x531580,data:_0x4819e4}of _0x36121c){const {group:_0x3612bd,type:_0x3e2235,subType:_0x4f358b,id:_0x164bb3}=_0x39a2ed[_0x230b60(0xeb)](_0x531580);if(_0x230b60(0x131)==_0x3612bd&&_0x39a2ed[_0x230b60(0x132)](_0x164bb3)){if(_0x230b60(0x10b)==_0x3e2235&&(_0x230b60(0xf0)==_0x4f358b||_0x230b60(0x10f)==_0x4f358b)){const _0x1447ca=_0x39a2ed[_0x230b60(0xe9)](_0x164bb3);if(_0x4819e4[_0x230b60(0x13a)]){const _0x57627c=_0x1447ca[_0x230b60(0x103)]()[_0x230b60(0x133)]();if(_0x10fd98[_0x230b60(0xe0)](_0x57627c))continue;_0x39a2ed[_0x230b60(0x10c)](_0x1447ca),_0x1ad5be=!0x0;}}if(_0x230b60(0x11c)==_0x3e2235&&_0x230b60(0xe3)==_0x4f358b&&!_0x4819e4[_0x230b60(0x13a)]){const _0x3f1d3e=_0x39a2ed[_0x230b60(0xe9)](_0x164bb3);_0x3f1d3e[_0x230b60(0x113)]&&_0x3f1d3e[_0x230b60(0x113)][_0x230b60(0x11b)]&&(_0x39a2ed[_0x230b60(0x10c)](_0x3f1d3e[_0x230b60(0x113)]),_0x1ad5be=!0x0);}}}return _0x1ad5be;}),this[_0x5ce1e5(0xe2)](_0x2a81e8);}[_0x19adaa(0xe2)](_0x4a98f1){const _0x35d2f6=_0x19adaa,_0x3429bd=this[_0x35d2f6(0x109)],_0x1ccbc1=_0x3429bd[_0x35d2f6(0xe7)];_0x3429bd[_0x35d2f6(0x124)][_0x35d2f6(0xdc)](_0x35d2f6(0xe1))[_0x35d2f6(0x120)][_0x35d2f6(0x127)](_0x96f870=>{const _0x47003b=_0x35d2f6;if(_0x47003b(0x10b)!=_0x96f870[_0x47003b(0xdb)]&&_0x47003b(0x102)!=_0x96f870[_0x47003b(0xdb)])return;const {data:_0x2f5213}=_0x96f870;if(!_0x2f5213||_0x47003b(0xea)!=_0x2f5213[_0x47003b(0x117)])return;const _0x47c7d4=_0x2f5213[_0x47003b(0x123)][0x0][_0x47003b(0x12c)];return _0x32907c(_0x47003b(0x134)===_0x47c7d4?_0x43fc46(_0x1ccbc1,_0x47003b(0xfc)):_0x4a98f1[_0x47c7d4]||_0x47c7d4);function _0x32907c(_0x2c8f75){const _0x30dd13=_0x47003b;return{'type':_0x30dd13(0x10d),'content':_0x43fc46(_0x1ccbc1,_0x30dd13(0x139),_0x2c8f75)};}});}}
|
|
23
|
+
function _0x3e13(){const _0x568f8b=['ImageStyleEditing','nodeAfter','isInContent','from','*Format:*\x20%0','_findSuggestions','newRange','imageTypeBlock','imageStylePostApply','7039308fHwYSo','differ','subType','descriptionFactory','toLowerCase','953510zpstdi','72OjtMcN','createRangeOn','model','discard','getSuggestion','type','locale','length','enableCommand','insertion','title','TrackChangesEditing','2499SnuWjh','formatBlock','end','side','author','chain','5892140HAnyRm','imageCaption','isBlockImage','4605930QbMeAt','registerPostFixer','getSuggestionCallback','_registerLegacyDescription','_splitMarkerName','registerCustomCallback','discardSuggestion','commandParams','getClosestSelectedImageElement','afterInit','accept','selection','isEqual','Users','commandReversedParams','plugins','nodeBefore','value','formatInline','format','2956NVYGUu','ImageUtils','getSuggestions','isOwn','head','change','commands','join','editor','findIndex','26778pyhajc','getFirstRange','setImageNaturalSizeAttributes','11gCkBJw','start','name','suggestion','getChangedMarkers','forEach','FORMAT_SIDE_IMAGE','next','isIntersecting','isBefore','7783616AMHcSi','getContainedElement','markInlineFormat','hasSuggestion','_suggestionFactory','imageStyle','get','normalizedStyles','imageStylePreApply','commandName','document','shouldConvertImageType','convertInlineImageToBlock','refresh','imageTypeInline','has','registerDescriptionCallback','isInlineImage','markBlockFormat','filter'];_0x3e13=function(){return _0x568f8b;};return _0x3e13();}const _0x31fe38=_0x2168;(function(_0x4b1aab,_0x3407d9){const _0x5d2749=_0x2168,_0x5acc0e=_0x4b1aab();while(!![]){try{const _0x10a573=parseInt(_0x5d2749(0x242))/0x1*(parseInt(_0x5d2749(0x23f))/0x2)+parseInt(_0x5d2749(0x218))/0x3*(-parseInt(_0x5d2749(0x235))/0x4)+-parseInt(_0x5d2749(0x21e))/0x5+parseInt(_0x5d2749(0x206))/0x6+-parseInt(_0x5d2749(0x221))/0x7+parseInt(_0x5d2749(0x24c))/0x8+-parseInt(_0x5d2749(0x20c))/0x9*(-parseInt(_0x5d2749(0x20b))/0xa);if(_0x10a573===_0x3407d9)break;else _0x5acc0e['push'](_0x5acc0e['shift']());}catch(_0x5b4b78){_0x5acc0e['push'](_0x5acc0e['shift']());}}}(_0x3e13,0x9385c));import{Plugin as _0x4ca518}from'ckeditor5/src/core.js';import{uid as _0x24ec99}from'ckeditor5/src/utils.js';function _0x2168(_0x168d6d,_0x3b9ad7){const _0x3e1379=_0x3e13();return _0x2168=function(_0x21686c,_0x556444){_0x21686c=_0x21686c-0x1f3;let _0x470fe5=_0x3e1379[_0x21686c];return _0x470fe5;},_0x2168(_0x168d6d,_0x3b9ad7);}import{getTranslation as _0x43caba}from'../utils/common-translations.js';export default class nt extends _0x4ca518{[_0x31fe38(0x22a)](){const _0x5e2463=_0x31fe38,_0x36c7c7=this[_0x5e2463(0x23d)];if(!_0x36c7c7[_0x5e2463(0x230)][_0x5e2463(0x1f8)](_0x5e2463(0x1fd)))return;const _0x5474ec=_0x36c7c7[_0x5e2463(0x230)][_0x5e2463(0x252)](_0x5e2463(0x217)),_0x22b8e3=_0x36c7c7[_0x5e2463(0x230)][_0x5e2463(0x252)](_0x5e2463(0x236)),_0x1cfaaf={};_0x5474ec[_0x5e2463(0x214)](_0x5e2463(0x251),(_0x210bc5,_0x5aea92)=>{const _0x4259e3=_0x5e2463,_0x3d6e66=_0x36c7c7[_0x4259e3(0x230)][_0x4259e3(0x252)](_0x4259e3(0x22e))['me'],_0x4825a3=_0x36c7c7[_0x4259e3(0x23b)][_0x4259e3(0x252)](_0x4259e3(0x251));let _0x4fc0aa=_0x22b8e3[_0x4259e3(0x229)](_0x36c7c7[_0x4259e3(0x20e)][_0x4259e3(0x1f3)][_0x4259e3(0x22c)]),_0x5ab326=_0x36c7c7[_0x4259e3(0x20e)][_0x4259e3(0x20d)](_0x4fc0aa),_0xc422a=_0x4825a3[_0x4259e3(0x232)];if(_0xc422a==_0x5aea92[_0x4259e3(0x232)])return;const _0x23f466={'commandName':_0x4259e3(0x251),'commandParams':[_0x5aea92],'formatGroupId':_0x24ec99()};_0x36c7c7[_0x4259e3(0x20e)][_0x4259e3(0x23a)](()=>{const _0x3d7c8b=_0x4259e3;if(_0x5474ec[_0x3d7c8b(0x237)]()[_0x3d7c8b(0x1fc)](_0x144be8=>_0x144be8[_0x3d7c8b(0x1ff)]&&_0x3d6e66==_0x144be8[_0x3d7c8b(0x21c)]&&(_0x3d7c8b(0x219)==_0x144be8[_0x3d7c8b(0x211)]||_0x3d7c8b(0x233)==_0x144be8[_0x3d7c8b(0x211)])&&(_0x3d7c8b(0x254)==_0x144be8[_0x3d7c8b(0x208)]||_0x3d7c8b(0x205)==_0x144be8[_0x3d7c8b(0x208)])&&_0x144be8[_0x3d7c8b(0x240)]()[_0x3d7c8b(0x22d)](_0x5ab326))[_0x3d7c8b(0x247)](_0x7be7bf=>_0x5474ec[_0x3d7c8b(0x227)](_0x7be7bf[_0x3d7c8b(0x239)])),_0x4fc0aa=_0x22b8e3[_0x3d7c8b(0x229)](_0x36c7c7[_0x3d7c8b(0x20e)][_0x3d7c8b(0x1f3)][_0x3d7c8b(0x22c)]),_0x5ab326=_0x36c7c7[_0x3d7c8b(0x20e)][_0x3d7c8b(0x20d)](_0x4fc0aa),_0x4825a3[_0x3d7c8b(0x1f6)](),_0x36c7c7[_0x3d7c8b(0x23b)][_0x3d7c8b(0x252)](_0x3d7c8b(0x1f7))[_0x3d7c8b(0x1f6)](),_0x36c7c7[_0x3d7c8b(0x23b)][_0x3d7c8b(0x252)](_0x3d7c8b(0x204))[_0x3d7c8b(0x1f6)](),_0xc422a=_0x4825a3[_0x3d7c8b(0x232)],_0xc422a!=_0x5aea92[_0x3d7c8b(0x232)])return _0x22b8e3[_0x3d7c8b(0x1fa)](_0x4fc0aa)&&_0x4825a3[_0x3d7c8b(0x1f4)](_0x5aea92[_0x3d7c8b(0x232)],_0x4fc0aa)?(_0x210bc5({..._0x5aea92,'setImageSizes':!0x1}),_0x4fc0aa=_0x22b8e3[_0x3d7c8b(0x229)](_0x36c7c7[_0x3d7c8b(0x20e)][_0x3d7c8b(0x1f3)][_0x3d7c8b(0x22c)]),void _0x5474ec[_0x3d7c8b(0x1fb)](_0x4fc0aa,{..._0x23f466,'commandReversedParams':[{'value':_0xc422a||null,'setImageSizes':!0x1}]},[],_0x3d7c8b(0x254))):void(_0x22b8e3[_0x3d7c8b(0x220)](_0x4fc0aa)?_0x5474ec[_0x3d7c8b(0x1fb)](_0x4fc0aa,_0x23f466,[],_0x3d7c8b(0x205)):_0x5474ec[_0x3d7c8b(0x24e)](_0x5ab326,_0x23f466,_0x3d7c8b(0x205)));});});for(const _0x377fe5 of _0x36c7c7[_0x5e2463(0x230)][_0x5e2463(0x252)](_0x5e2463(0x1fd))[_0x5e2463(0x253)])_0x1cfaaf[_0x377fe5[_0x5e2463(0x244)]]=_0x377fe5[_0x5e2463(0x216)][_0x5e2463(0x20a)]();_0x5474ec[_0x5e2463(0x250)][_0x5e2463(0x226)](_0x5e2463(0x219),_0x5e2463(0x254),_0x5e2463(0x23c),()=>!0x1),_0x5474ec[_0x5e2463(0x250)][_0x5e2463(0x226)](_0x5e2463(0x219),_0x5e2463(0x205),_0x5e2463(0x23c),()=>!0x1),_0x5474ec[_0x5e2463(0x250)][_0x5e2463(0x226)](_0x5e2463(0x233),_0x5e2463(0x205),_0x5e2463(0x23c),()=>!0x1),_0x5474ec[_0x5e2463(0x250)][_0x5e2463(0x226)](_0x5e2463(0x219),_0x5e2463(0x254),_0x5e2463(0x22b),([_0xbf197d])=>{const _0x1d24db=_0x5e2463;_0x22b8e3[_0x1d24db(0x241)](_0xbf197d[_0x1d24db(0x24d)]());}),_0x5474ec[_0x5e2463(0x250)][_0x5e2463(0x226)](_0x5e2463(0x219),_0x5e2463(0x254),_0x5e2463(0x20f),(_0x2ad992,_0x31d29b)=>{const _0x494aef=_0x5e2463;_0x5474ec[_0x494aef(0x250)][_0x494aef(0x223)](_0x494aef(0x219),'',_0x494aef(0x22b))(_0x2ad992,{'commandName':_0x31d29b[_0x494aef(0x255)],'commandParams':_0x31d29b[_0x494aef(0x22f)]});}),_0x5474ec[_0x5e2463(0x250)][_0x5e2463(0x226)](_0x5e2463(0x219),_0x5e2463(0x254),_0x5e2463(0x21d),function(_0x4cc4e7,_0x404523){if(_0x4ceef6(_0x4cc4e7,_0x404523))return[_0x4cc4e7,_0x404523];if(_0x4ceef6(_0x404523,_0x4cc4e7))return[_0x404523,_0x4cc4e7];return null;});const _0x3cab01=[{'type':_0x5e2463(0x219),'subType':_0x5e2463(0x254)},{'type':_0x5e2463(0x215),'subType':_0x5e2463(0x21f)},{'type':_0x5e2463(0x219),'subType':_0x5e2463(0x1f5)},{'type':_0x5e2463(0x215),'subType':_0x5e2463(0x1f5)}];function _0x4ceef6(_0x5c4929,_0x5c42cf){const _0x5781c5=_0x5e2463,_0x484466=_0x3cab01[_0x5781c5(0x23e)](({type:_0x36c5bb,subType:_0x4d55da})=>_0x5c4929[_0x5781c5(0x211)]==_0x36c5bb&&_0x5c4929[_0x5781c5(0x208)]==_0x4d55da),_0x4d5bb7=_0x3cab01[_0x5781c5(0x23e)](({type:_0x396795,subType:_0x57e1e5})=>_0x5c42cf[_0x5781c5(0x211)]==_0x396795&&_0x5c42cf[_0x5781c5(0x208)]==_0x57e1e5);if(_0x484466<0x0||_0x4d5bb7<0x0)return!0x1;const _0x43d8b3=_0x5c4929[_0x5781c5(0x240)](),_0x34f9eb=_0x5c42cf[_0x5781c5(0x240)]();if((0x0==_0x484466||0x1==_0x484466)&&0x2==_0x4d5bb7&&_0x43d8b3[_0x5781c5(0x24a)](_0x34f9eb))return!0x0;if(0x2==_0x484466&&0x3==_0x4d5bb7){const _0x3e5360=_0x5474ec[_0x5781c5(0x202)](_0x43d8b3,_0x5781c5(0x215))[_0x5781c5(0x1fc)](({suggestion:_0x124fea,meta:_0x2852ba})=>_0x2852ba[_0x5781c5(0x238)]&&_0x5781c5(0x1f5)==_0x124fea[_0x5781c5(0x208)]);if(_0x3e5360[_0x5781c5(0x213)]>0x1&&_0x34f9eb[_0x5781c5(0x21a)][_0x5781c5(0x22d)](_0x43d8b3[_0x5781c5(0x243)]))return!0x0;if(0x1==_0x3e5360[_0x5781c5(0x213)]&&(_0x43d8b3[_0x5781c5(0x243)][_0x5781c5(0x22d)](_0x34f9eb[_0x5781c5(0x21a)])||_0x43d8b3[_0x5781c5(0x21a)][_0x5781c5(0x22d)](_0x34f9eb[_0x5781c5(0x243)])))return!0x0;}if(0x3==_0x484466&&0x3==_0x4d5bb7&&_0x43d8b3[_0x5781c5(0x243)][_0x5781c5(0x24b)](_0x34f9eb[_0x5781c5(0x243)])){const _0x35da78=_0x43d8b3[_0x5781c5(0x21a)][_0x5781c5(0x1fe)],_0x208b4e=_0x34f9eb[_0x5781c5(0x243)][_0x5781c5(0x231)];return _0x22b8e3[_0x5781c5(0x220)](_0x35da78)&&_0x35da78===_0x208b4e;}return!0x1;}_0x36c7c7[_0x5e2463(0x20e)][_0x5e2463(0x1f3)][_0x5e2463(0x222)](()=>{const _0x5e6840=_0x5e2463;let _0x511444=!0x1;const _0x50d388=Array[_0x5e6840(0x200)](_0x36c7c7[_0x5e6840(0x20e)][_0x5e6840(0x1f3)][_0x5e6840(0x207)][_0x5e6840(0x246)]());for(const {name:_0x2265ab,data:_0x4c8c0b}of _0x50d388){const {group:_0xd9eed9,type:_0x14fdde,subType:_0x454abb,id:_0x13f10d}=_0x5474ec[_0x5e6840(0x225)](_0x2265ab);if(_0x5e6840(0x245)==_0xd9eed9&&_0x5474ec[_0x5e6840(0x24f)](_0x13f10d)){if(_0x5e6840(0x219)==_0x14fdde&&(_0x5e6840(0x254)==_0x454abb||_0x5e6840(0x205)==_0x454abb)){const _0x4db735=_0x5474ec[_0x5e6840(0x210)](_0x13f10d);if(_0x4c8c0b[_0x5e6840(0x203)]){const _0x45936f=_0x4db735[_0x5e6840(0x240)]()[_0x5e6840(0x24d)]();if(_0x22b8e3[_0x5e6840(0x220)](_0x45936f))continue;_0x5474ec[_0x5e6840(0x227)](_0x4db735),_0x511444=!0x0;}}if(_0x5e6840(0x215)==_0x14fdde&&_0x5e6840(0x21f)==_0x454abb&&!_0x4c8c0b[_0x5e6840(0x203)]){const _0x1f200c=_0x5474ec[_0x5e6840(0x210)](_0x13f10d);_0x1f200c[_0x5e6840(0x249)]&&_0x1f200c[_0x5e6840(0x249)][_0x5e6840(0x1ff)]&&(_0x5474ec[_0x5e6840(0x227)](_0x1f200c[_0x5e6840(0x249)]),_0x511444=!0x0);}}}return _0x511444;}),this[_0x5e2463(0x224)](_0x1cfaaf);}[_0x31fe38(0x224)](_0x4235cf){const _0x2e9d6a=_0x31fe38,_0x236bf4=this[_0x2e9d6a(0x23d)],_0x583784=_0x236bf4[_0x2e9d6a(0x212)];_0x236bf4[_0x2e9d6a(0x230)][_0x2e9d6a(0x252)](_0x2e9d6a(0x217))[_0x2e9d6a(0x209)][_0x2e9d6a(0x1f9)](_0x4a02b8=>{const _0x4fb832=_0x2e9d6a;if(_0x4fb832(0x219)!=_0x4a02b8[_0x4fb832(0x211)]&&_0x4fb832(0x233)!=_0x4a02b8[_0x4fb832(0x211)])return;const {data:_0x1cb9d4}=_0x4a02b8;if(!_0x1cb9d4||_0x4fb832(0x251)!=_0x1cb9d4[_0x4fb832(0x255)])return;const _0x312eb0=_0x1cb9d4[_0x4fb832(0x228)][0x0][_0x4fb832(0x232)];return _0x51e16e(_0x4fb832(0x21b)===_0x312eb0?_0x43caba(_0x583784,_0x4fb832(0x248)):_0x4235cf[_0x312eb0]||_0x312eb0);function _0x51e16e(_0x3daf0b){const _0x39aded=_0x4fb832;return{'type':_0x39aded(0x234),'content':_0x43caba(_0x583784,_0x39aded(0x201),_0x3daf0b)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x197934=_0x57d8;(function(_0x5494dd,_0x51903d){const _0x1e6263=_0x57d8,_0x8adfdc=_0x5494dd();while(!![]){try{const _0x72f58c=-parseInt(_0x1e6263(0x18b))/0x1+parseInt(_0x1e6263(0x194))/0x2+parseInt(_0x1e6263(0x19a))/0x3+-parseInt(_0x1e6263(0x18a))/0x4*(-parseInt(_0x1e6263(0x1a3))/0x5)+parseInt(_0x1e6263(0x19b))/0x6*(parseInt(_0x1e6263(0x188))/0x7)+-parseInt(_0x1e6263(0x1a2))/0x8+-parseInt(_0x1e6263(0x18d))/0x9*(parseInt(_0x1e6263(0x19e))/0xa);if(_0x72f58c===_0x51903d)break;else _0x8adfdc['push'](_0x8adfdc['shift']());}catch(_0x347d3f){_0x8adfdc['push'](_0x8adfdc['shift']());}}}(_0x34a2,0xd2fea));import{Plugin as _0x6c063}from'ckeditor5/src/core.js';export default class ot extends _0x6c063{constructor(_0x58163d){const _0x47f334=_0x57d8;super(_0x58163d),this[_0x47f334(0x184)]=!0x1,this[_0x47f334(0x18c)]=!0x1;}[_0x197934(0x191)](){const _0x45bbf0=_0x197934,_0x31150b=this[_0x45bbf0(0x197)],_0x3a0b47=_0x31150b[_0x45bbf0(0x183)][_0x45bbf0(0x196)](_0x45bbf0(0x19d)),_0xf5dc85=_0x31150b[_0x45bbf0(0x183)][_0x45bbf0(0x196)](_0x45bbf0(0x187));_0x3a0b47&&(_0x3a0b47['on'](_0x45bbf0(0x186),(_0x4d260f,[,_0x430d7b])=>{const _0x451015=_0x45bbf0;this[_0x451015(0x184)]=_0xf5dc85[_0x451015(0x1a1)],_0x430d7b[_0x451015(0x1a4)][_0x451015(0x1a0)]=!this[_0x451015(0x184)];},{'priority':_0x45bbf0(0x189)}),this[_0x45bbf0(0x19f)](_0x3a0b47,_0x45bbf0(0x193),this[_0x45bbf0(0x18e)][_0x45bbf0(0x19c)](this)),this[_0x45bbf0(0x19f)](_0x3a0b47,_0x45bbf0(0x193),()=>{const _0x434cd5=_0x45bbf0;this[_0x434cd5(0x18c)]&&(_0xf5dc85[_0x434cd5(0x186)](),this[_0x434cd5(0x18c)]=!0x1);},{'priority':_0x45bbf0(0x195)}),_0x31150b[_0x45bbf0(0x190)][_0x45bbf0(0x196)](_0x45bbf0(0x192))[_0x45bbf0(0x198)](_0x45bbf0(0x19d)));}[_0x197934(0x18e)](_0xcadd62,_0x21b62f){const _0x12fa32=_0x197934,{suggestions:_0x154778}=_0x21b62f,_0x4cfb2c=this[_0x12fa32(0x197)][_0x12fa32(0x183)][_0x12fa32(0x196)](_0x12fa32(0x187)),_0x4c74dc=_0x4cfb2c[_0x12fa32(0x1a1)];this[_0x12fa32(0x184)]!==_0x4c74dc&&(_0x4cfb2c[_0x12fa32(0x186)](),this[_0x12fa32(0x18c)]=!0x0),_0x154778&&_0x154778[_0x12fa32(0x185)](({id:_0x3a96b3,type:_0xa75e57,author:_0x2e7ae5,created_at:_0x58e53a})=>{const _0x4e1aec=_0x12fa32,_0x786d33={'id':_0x3a96b3,'type':_0xa75e57,'authorId':this[_0x4e1aec(0x197)][_0x4e1aec(0x190)][_0x4e1aec(0x196)](_0x4e1aec(0x18f))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x2e7ae5,'createdAt':_0x58e53a?new Date(_0x58e53a):new Date(),'source':_0x4e1aec(0x19d)}}};this[_0x4e1aec(0x197)][_0x4e1aec(0x190)][_0x4e1aec(0x196)](_0x4e1aec(0x192))[_0x4e1aec(0x199)](_0x786d33);});}}function _0x57d8(_0x46102d,_0x46a664){const _0x34a2fa=_0x34a2();return _0x57d8=function(_0x57d8fa,_0x3904b7){_0x57d8fa=_0x57d8fa-0x183;let _0x7b93cc=_0x34a2fa[_0x57d8fa];return _0x7b93cc;},_0x57d8(_0x46102d,_0x46a664);}function _0x34a2(){const _0x4b8f19=['high','3343324VmIAuj','582062hToDEL','_trackChangesExecuted','153ONnWPY','_handleImportedData','Users','plugins','afterInit','TrackChangesEditing','dataInsert','3375200SUSBhb','lowest','get','editor','enableCommand','_setSuggestionData','4753776kPbQoM','6IQFJfd','bind','importWord','1547260eUEKBy','listenTo','track_changes','value','7686200YSoCnK','10EuJrnf','collaboration_features','commands','_trackChangesValueDuringImport','forEach','execute','trackChanges','654913dsnEdi'];_0x34a2=function(){return _0x4b8f19;};return _0x34a2();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1138(){const _0x487275=['_registerLegacyDescription','*Outdent:*\x20%0','TrackChangesEditing','editor','outdentBlock','outdent','19093160CnPzYd','*Indent:*\x20%0','getItemLabel','registerDescriptionCallback','24mbWutx','1546915miymtW','enableCommand','indent','2xFRyjK','type','descriptionFactory','21qGgVJY','enableDefaultAttributesIntegration','format','313764wRZGdv','indentBlock','locale','registerBlockAttribute','blockIndent','afterInit','804803eZyqSQ','plugins','575499XHqisi','get','has','IndentEditing','285760lrBkmX','formatBlock','IndentBlock','registerAttributeLabel','getItems','12173166OFoqPU','commandName','FORMAT_INDENT'];_0x1138=function(){return _0x487275;};return _0x1138();}const _0x21001e=_0x49ca;function _0x49ca(_0x34b657,_0x2ed008){const _0x113893=_0x1138();return _0x49ca=function(_0x49ca46,_0x4a5e10){_0x49ca46=_0x49ca46-0x17c;let _0xdd5095=_0x113893[_0x49ca46];return _0xdd5095;},_0x49ca(_0x34b657,_0x2ed008);}(function(_0x34b0c7,_0x1f1606){const _0x2d6ffe=_0x49ca,_0xcc3b45=_0x34b0c7();while(!![]){try{const _0xc42c05=-parseInt(_0x2d6ffe(0x195))/0x1*(-parseInt(_0x2d6ffe(0x189))/0x2)+-parseInt(_0x2d6ffe(0x197))/0x3*(parseInt(_0x2d6ffe(0x185))/0x4)+parseInt(_0x2d6ffe(0x186))/0x5+parseInt(_0x2d6ffe(0x18f))/0x6*(parseInt(_0x2d6ffe(0x18c))/0x7)+parseInt(_0x2d6ffe(0x19b))/0x8+-parseInt(_0x2d6ffe(0x1a0))/0x9+parseInt(_0x2d6ffe(0x181))/0xa;if(_0xc42c05===_0x1f1606)break;else _0xcc3b45['push'](_0xcc3b45['shift']());}catch(_0x2c14ee){_0xcc3b45['push'](_0xcc3b45['shift']());}}}(_0x1138,0xadf54));import{Plugin as _0x5cab9b}from'ckeditor5/src/core.js';import{getTranslation as _0x374826}from'../utils/common-translations.js';export default class rt extends _0x5cab9b{[_0x21001e(0x194)](){const _0x3f5b18=_0x21001e,_0x2545a7=this[_0x3f5b18(0x17e)],_0x38bc48=_0x2545a7[_0x3f5b18(0x196)][_0x3f5b18(0x198)](_0x3f5b18(0x17d));if(_0x2545a7[_0x3f5b18(0x196)][_0x3f5b18(0x199)](_0x3f5b18(0x19a))&&(_0x38bc48[_0x3f5b18(0x187)](_0x3f5b18(0x188)),_0x38bc48[_0x3f5b18(0x187)](_0x3f5b18(0x180))),_0x2545a7[_0x3f5b18(0x196)][_0x3f5b18(0x199)](_0x3f5b18(0x19d))){for(const _0x57f59a of[_0x3f5b18(0x190),_0x3f5b18(0x17f)])_0x38bc48[_0x3f5b18(0x18d)](_0x57f59a);}const _0x421c6e=_0x2545a7[_0x3f5b18(0x191)];_0x38bc48[_0x3f5b18(0x192)](_0x3f5b18(0x193)),_0x38bc48[_0x3f5b18(0x18b)][_0x3f5b18(0x19e)](_0x3f5b18(0x193),_0x374826(_0x421c6e,_0x3f5b18(0x1a2))),this[_0x3f5b18(0x1a3)]();}[_0x21001e(0x1a3)](){const _0x2a60fb=_0x21001e,_0x24a33b=this[_0x2a60fb(0x17e)],_0x48b84f=_0x24a33b[_0x2a60fb(0x191)],_0x20f3fc=_0x24a33b[_0x2a60fb(0x196)][_0x2a60fb(0x198)](_0x2a60fb(0x17d));_0x20f3fc[_0x2a60fb(0x18b)][_0x2a60fb(0x184)](_0x5186e6=>{const _0x5e5d7c=_0x2a60fb;if(_0x5e5d7c(0x19c)!=_0x5186e6[_0x5e5d7c(0x18a)])return;const {data:_0x4ec23e}=_0x5186e6;if(!_0x4ec23e)return;if(_0x5e5d7c(0x190)!=_0x4ec23e[_0x5e5d7c(0x1a1)]&&_0x5e5d7c(0x17f)!=_0x4ec23e[_0x5e5d7c(0x1a1)])return;const _0x115b49=_0x5186e6[_0x5e5d7c(0x19f)]()[0x0],_0x3e0f66=_0x20f3fc[_0x5e5d7c(0x18b)][_0x5e5d7c(0x183)](_0x115b49);return _0x5e5d7c(0x190)==_0x4ec23e[_0x5e5d7c(0x1a1)]?{'type':_0x5e5d7c(0x18e),'content':_0x374826(_0x48b84f,_0x5e5d7c(0x182),_0x3e0f66)}:_0x5e5d7c(0x17f)==_0x4ec23e[_0x5e5d7c(0x1a1)]?{'type':_0x5e5d7c(0x18e),'content':_0x374826(_0x48b84f,_0x5e5d7c(0x17c),_0x3e0f66)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x208565=_0x53a7;(function(_0x112dce,_0x5ec123){var _0x2dcfa1=_0x53a7,_0x49f583=_0x112dce();while(!![]){try{var _0x5e3621=parseInt(_0x2dcfa1(0x18d))/0x1+parseInt(_0x2dcfa1(0x198))/0x2*(-parseInt(_0x2dcfa1(0x197))/0x3)+parseInt(_0x2dcfa1(0x194))/0x4*(-parseInt(_0x2dcfa1(0x193))/0x5)+parseInt(_0x2dcfa1(0x19e))/0x6*(-parseInt(_0x2dcfa1(0x199))/0x7)+-parseInt(_0x2dcfa1(0x190))/0x8*(-parseInt(_0x2dcfa1(0x19a))/0x9)+-parseInt(_0x2dcfa1(0x19c))/0xa+parseInt(_0x2dcfa1(0x195))/0xb;if(_0x5e3621===_0x5ec123)break;else _0x49f583['push'](_0x49f583['shift']());}catch(_0x41f5dc){_0x49f583['push'](_0x49f583['shift']());}}}(_0x1e4e,0x1c714));function _0x53a7(_0x5840bc,_0x57971d){var _0x1e4e38=_0x1e4e();return _0x53a7=function(_0x53a762,_0x9120b6){_0x53a762=_0x53a762-0x18d;var _0x454ac9=_0x1e4e38[_0x53a762];return _0x454ac9;},_0x53a7(_0x5840bc,_0x57971d);}function _0x1e4e(){var _0x3b26cc=['20EVDmuI','8125986FFZXLg','input','102tBxXkr','3292jCWDyw','1841YAaxwq','8271IKjWTC','plugins','2325330mjmICP','TrackChangesEditing','3954RQtcrT','editor','23841CfObwW','requires','init','304wTiGeD','enableCommand','get','219175jKGyiM'];_0x1e4e=function(){return _0x3b26cc;};return _0x1e4e();}import{Plugin as _0x205ecd}from'ckeditor5/src/core.js';import{Input as _0x361981}from'ckeditor5/src/typing.js';export default class at extends _0x205ecd{static get[_0x208565(0x18e)](){return[_0x361981];}[_0x208565(0x18f)](){var _0x779116=_0x208565;this[_0x779116(0x19f)][_0x779116(0x19b)][_0x779116(0x192)](_0x779116(0x19d))[_0x779116(0x191)](_0x779116(0x196));}}
|