@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240513.0 → 0.0.0-nightly-20240515.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.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
|
-
|
|
23
|
+
const _0xb3de45=_0x8cdf;(function(_0x3652a9,_0x188a01){const _0x778913=_0x8cdf,_0x2567f4=_0x3652a9();while(!![]){try{const _0x2fbf4c=parseInt(_0x778913(0x82))/0x1*(-parseInt(_0x778913(0x89))/0x2)+parseInt(_0x778913(0x78))/0x3*(-parseInt(_0x778913(0x88))/0x4)+parseInt(_0x778913(0x76))/0x5*(-parseInt(_0x778913(0x81))/0x6)+parseInt(_0x778913(0x73))/0x7+parseInt(_0x778913(0x7e))/0x8*(-parseInt(_0x778913(0x7b))/0x9)+-parseInt(_0x778913(0x8e))/0xa*(-parseInt(_0x778913(0x6a))/0xb)+-parseInt(_0x778913(0x70))/0xc*(-parseInt(_0x778913(0x75))/0xd);if(_0x2fbf4c===_0x188a01)break;else _0x2567f4['push'](_0x2567f4['shift']());}catch(_0x565379){_0x2567f4['push'](_0x2567f4['shift']());}}}(_0x208f,0x9dc99));import{Plugin as _0x5d30ed}from'ckeditor5/src/core.js';export default class J extends _0x5d30ed{[_0xb3de45(0x6e)](){const _0xd9de3=_0xb3de45;if(!this[_0xd9de3(0x6c)][_0xd9de3(0x7f)][_0xd9de3(0x8a)](_0xd9de3(0x86)))return;const _0x2f2016=this[_0xd9de3(0x6c)][_0xd9de3(0x7f)][_0xd9de3(0x69)](_0xd9de3(0x8d));_0x2f2016[_0xd9de3(0x77)](_0xd9de3(0x71),this[_0xd9de3(0x7a)][_0xd9de3(0x8b)](this)),_0x2f2016[_0xd9de3(0x77)](_0xd9de3(0x92)),_0x2f2016[_0xd9de3(0x77)](_0xd9de3(0x7c)),_0x2f2016[_0xd9de3(0x77)](_0xd9de3(0x83)),_0x2f2016[_0xd9de3(0x77)](_0xd9de3(0x68));}[_0xb3de45(0x7a)](_0x21e6a9,_0x1b6a8e,_0x33a558={}){const _0x3fc979=_0xb3de45,_0x355dbf=this[_0x3fc979(0x6c)][_0x3fc979(0x7f)][_0x3fc979(0x69)](_0x3fc979(0x79));return _0x21e6a9(_0x341cb6=>(_0x3fc979(0x84)==typeof _0x1b6a8e?_0x355dbf[_0x3fc979(0x72)](_0x1b6a8e,_0x33a558):_0x1b6a8e)(_0x341cb6)[_0x3fc979(0x7d)](_0x16b309=>!0x1===this[_0x3fc979(0x6b)](_0x16b309,_0x341cb6[_0x3fc979(0x87)])),_0x33a558);}[_0xb3de45(0x6b)](_0x4f0159,_0x27462a){const _0x43e6cd=_0xb3de45,_0x2a2861=this[_0x43e6cd(0x6c)][_0x43e6cd(0x8f)][_0x43e6cd(0x80)](this[_0x43e6cd(0x6c)][_0x43e6cd(0x8f)][_0x43e6cd(0x85)](_0x27462a,_0x4f0159[_0x43e6cd(0x8c)]),this[_0x43e6cd(0x6c)][_0x43e6cd(0x8f)][_0x43e6cd(0x85)](_0x27462a,_0x4f0159[_0x43e6cd(0x6d)]));for(const _0x328d20 of this[_0x43e6cd(0x6c)][_0x43e6cd(0x8f)][_0x43e6cd(0x74)][_0x43e6cd(0x93)](_0x43e6cd(0x90)))if(null!==_0x2a2861[_0x43e6cd(0x91)](_0x328d20[_0x43e6cd(0x6f)]()))return!0x0;return!0x1;}}function _0x8cdf(_0x44c515,_0x3fe0f7){const _0x208f27=_0x208f();return _0x8cdf=function(_0x8cdf8a,_0x20c563){_0x8cdf8a=_0x8cdf8a-0x68;let _0x3f6ab7=_0x208f27[_0x8cdf8a];return _0x3f6ab7;},_0x8cdf(_0x44c515,_0x3fe0f7);}function _0x208f(){const _0x435e70=['model','suggestion:deletion','getIntersection','findNext','getMarkersGroup','replaceAll','get','13057LUUKar','_isInDeletionRange','editor','end','afterInit','getRange','28060464UPcWWA','find','findByTextCallback','9041389VMwjfV','markers','13bKYNVX','3031885QImjfO','enableCommand','295428IBCtbX','FindAndReplaceUtils','handleFindCommand','99eKXYzq','findPrevious','filter','415696XhVIrE','plugins','createRange','12WMduQJ','11tYeSgK','replace','string','createPositionAt','FindAndReplaceEditing','item','40hakKVG','211458PwsOEU','has','bind','start','TrackChangesEditing','7990XWLHSH'];_0x208f=function(){return _0x435e70;};return _0x208f();}
|
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x1f669b=_0x40c8;function _0x39d1(){const _0x556ccd=['registerDescriptionCallback','has','FontColorEditing','fontFamily','toLowerCase','model','editor','registerInlineAttribute','value','afterInit','FontBackgroundColorEditing','find','*Reset\x20font\x20family*','369766taDHbO','TrackChangesEditing','fontBackgroundColor.colors','plugins','112YpbLyn','FORMAT_FONT_COLOR','FontFamilyEditing','FORMAT_FONT_SIZE','*Set\x20font\x20size:*\x20%0','884952kfFrKU','enableDefaultAttributesIntegration','config','FORMAT_FONT_FAMILY','fontBackgroundColor','normalizeSizeOptions','commandParams','descriptionFactory','854799LONPpT','locale','fontSize.options','634930IuwiqD','registerAttributeLabel','get','FORMAT_FONT_BACKGROUND','*Reset\x20font\x20background\x20color*','*Set\x20font\x20color:*\x20%0','_registerLegacyDescription','trim','12wlAmrT','1243020fGlgwY','FontSizeEditing','2578556Sgryjj','commandName','title','fontSize','363517UmYoJs','label','fontColor.colors','FontSize','formatInline','type','*Reset\x20font\x20color*','fontColor','*Reset\x20font\x20size*','format','*Set\x20font\x20family:*\x20%0','*Set\x20font\x20background\x20color:*\x20%0'];_0x39d1=function(){return _0x556ccd;};return _0x39d1();}(function(_0xb9a91a,_0x24e38c){const _0x277b86=_0x40c8,_0x4d111a=_0xb9a91a();while(!![]){try{const _0x5548d5=parseInt(_0x277b86(0x1ec))/0x1+-parseInt(_0x277b86(0x1cd))/0x2+-parseInt(_0x277b86(0x1fd))/0x3+-parseInt(_0x277b86(0x1cf))/0x4+parseInt(_0x277b86(0x200))/0x5*(parseInt(_0x277b86(0x1cc))/0x6)+parseInt(_0x277b86(0x1d3))/0x7+parseInt(_0x277b86(0x1f0))/0x8*(parseInt(_0x277b86(0x1f5))/0x9);if(_0x5548d5===_0x24e38c)break;else _0x4d111a['push'](_0x4d111a['shift']());}catch(_0x42091e){_0x4d111a['push'](_0x4d111a['shift']());}}}(_0x39d1,0x7a5bb));import{Plugin as _0x2f9c70}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0xe20c5a}from'ckeditor5/src/ui.js';function _0x40c8(_0x404266,_0x4be0e8){const _0x39d105=_0x39d1();return _0x40c8=function(_0x40c87e,_0x42bb90){_0x40c87e=_0x40c87e-0x1c6;let _0x3efe53=_0x39d105[_0x40c87e];return _0x3efe53;},_0x40c8(_0x404266,_0x4be0e8);}import{getTranslation as _0x451443}from'../utils/common-translations.js';const ro=[{'pluginName':_0x1f669b(0x1ce),'commandName':_0x1f669b(0x1d2)},{'pluginName':_0x1f669b(0x1f2),'commandName':_0x1f669b(0x1e2)},{'pluginName':_0x1f669b(0x1e1),'commandName':_0x1f669b(0x1da)},{'pluginName':_0x1f669b(0x1e9),'commandName':_0x1f669b(0x1f9)}];export default class Q extends _0x2f9c70{[_0x1f669b(0x1e8)](){const _0x527e37=_0x1f669b,_0x40d7ea=this[_0x527e37(0x1e5)][_0x527e37(0x1fe)],_0x3bb8ec=this[_0x527e37(0x1e5)][_0x527e37(0x1ef)][_0x527e37(0x1c6)](_0x527e37(0x1ed));for(const {pluginName:_0x282294,commandName:_0x2ccc16}of ro)this[_0x527e37(0x1e5)][_0x527e37(0x1ef)][_0x527e37(0x1e0)](_0x282294)&&(_0x3bb8ec[_0x527e37(0x1f6)](_0x2ccc16),_0x3bb8ec[_0x527e37(0x1e6)](_0x2ccc16));_0x40d7ea['t'],(_0x3bb8ec[_0x527e37(0x1fc)][_0x527e37(0x201)](_0x527e37(0x1d2),_0x451443(_0x40d7ea,_0x527e37(0x1f3))),_0x3bb8ec[_0x527e37(0x1fc)][_0x527e37(0x201)](_0x527e37(0x1e2),_0x451443(_0x40d7ea,_0x527e37(0x1f8))),_0x3bb8ec[_0x527e37(0x1fc)][_0x527e37(0x201)](_0x527e37(0x1da),_0x451443(_0x40d7ea,_0x527e37(0x1f1))),_0x3bb8ec[_0x527e37(0x1fc)][_0x527e37(0x201)](_0x527e37(0x1f9),_0x451443(_0x40d7ea,_0x527e37(0x1c7))),this[_0x527e37(0x1ca)]());}[_0x1f669b(0x1ca)](){const _0x3d7ff6=_0x1f669b,_0x3bca14=this[_0x3d7ff6(0x1e5)],_0x3400e0=_0x3bca14[_0x3d7ff6(0x1fe)];_0x3bca14[_0x3d7ff6(0x1ef)][_0x3d7ff6(0x1c6)](_0x3d7ff6(0x1ed))[_0x3d7ff6(0x1fc)][_0x3d7ff6(0x1df)](_0x202501=>{const _0x1e4206=_0x3d7ff6,_0x40cd1c=_0x3400e0['t'];if(_0x1e4206(0x1d7)!=_0x202501[_0x1e4206(0x1d8)])return;const {data:_0x30dcbd}=_0x202501;if(null!=_0x30dcbd){if(_0x1e4206(0x1d2)==_0x30dcbd[_0x1e4206(0x1d0)]){const _0x4d5313=_0x30dcbd[_0x1e4206(0x1fb)][0x0][_0x1e4206(0x1e7)];if(_0x4d5313){const _0x85a480=_0x40cd1c(this[_0x1e4206(0x1e5)][_0x1e4206(0x1ef)][_0x1e4206(0x1c6)](_0x1e4206(0x1d6))[_0x1e4206(0x1fa)](this[_0x1e4206(0x1e5)][_0x1e4206(0x1f7)][_0x1e4206(0x1c6)](_0x1e4206(0x1ff)))[_0x1e4206(0x1ea)](_0x1436c7=>_0x1436c7[_0x1e4206(0x1e4)]==_0x4d5313)[_0x1e4206(0x1d1)])[_0x1e4206(0x1e3)]();return{'type':_0x1e4206(0x1dc),'content':_0x451443(_0x3400e0,_0x1e4206(0x1f4),_0x85a480)};}return{'type':_0x1e4206(0x1dc),'content':_0x451443(_0x3400e0,_0x1e4206(0x1db))};}if(_0x1e4206(0x1e2)==_0x30dcbd[_0x1e4206(0x1d0)]){const _0x3507a4=_0x30dcbd[_0x1e4206(0x1fb)][0x0][_0x1e4206(0x1e7)];return _0x3507a4?{'type':_0x1e4206(0x1dc),'content':_0x451443(_0x3400e0,_0x1e4206(0x1dd),_0x3507a4)}:{'type':_0x1e4206(0x1dc),'content':_0x451443(_0x3400e0,_0x1e4206(0x1eb))};}if(_0x1e4206(0x1da)==_0x30dcbd[_0x1e4206(0x1d0)]){const _0x279fc4=_0x30dcbd[_0x1e4206(0x1fb)][0x0][_0x1e4206(0x1e7)];if(_0x279fc4){const _0xf561d7=_0xe20c5a(this[_0x1e4206(0x1e5)][_0x1e4206(0x1f7)][_0x1e4206(0x1c6)](_0x1e4206(0x1d5)))[_0x1e4206(0x1ea)](_0x544b79=>_0x544b79[_0x1e4206(0x1e4)]==_0x279fc4);let _0x4a7d95=_0x279fc4,_0x3a46b2='';return _0xf561d7&&(_0x4a7d95=_0xf561d7[_0x1e4206(0x1d4)],_0x3a46b2=_0x40cd1c(_0x4a7d95)[_0x1e4206(0x1e3)]()),{'type':_0x1e4206(0x1dc),'content':_0x451443(_0x3400e0,_0x1e4206(0x1c9),_0x3a46b2)[_0x1e4206(0x1cb)](),'color':{'value':_0x279fc4,'title':_0x3a46b2||_0x4a7d95}};}return{'type':_0x1e4206(0x1dc),'content':_0x451443(_0x3400e0,_0x1e4206(0x1d9))};}if(_0x1e4206(0x1f9)==_0x30dcbd[_0x1e4206(0x1d0)]){const _0x4d0be8=_0x30dcbd[_0x1e4206(0x1fb)][0x0][_0x1e4206(0x1e7)];if(_0x4d0be8){const _0x1ac826=_0xe20c5a(this[_0x1e4206(0x1e5)][_0x1e4206(0x1f7)][_0x1e4206(0x1c6)](_0x1e4206(0x1ee)))[_0x1e4206(0x1ea)](_0x12899d=>_0x12899d[_0x1e4206(0x1e4)]==_0x4d0be8);let _0x3f8637=_0x4d0be8,_0x146d19='';return _0x1ac826&&(_0x3f8637=_0x1ac826[_0x1e4206(0x1d4)],_0x146d19=_0x40cd1c(_0x3f8637)[_0x1e4206(0x1e3)]()),{'type':_0x1e4206(0x1dc),'content':_0x451443(_0x3400e0,_0x1e4206(0x1de),_0x146d19)[_0x1e4206(0x1cb)](),'color':{'value':_0x4d0be8,'title':_0x146d19||_0x3f8637}};}return{'type':_0x1e4206(0x1dc),'content':_0x451443(_0x3400e0,_0x1e4206(0x1c8))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x230ac6=_0xb638;(function(_0xb24780,_0x507340){const _0x28703c=_0xb638,_0x14e5d2=_0xb24780();while(!![]){try{const _0xde0c94=parseInt(_0x28703c(0x1cb))/0x1+-parseInt(_0x28703c(0x1a9))/0x2*(-parseInt(_0x28703c(0x1b4))/0x3)+parseInt(_0x28703c(0x1d7))/0x4+parseInt(_0x28703c(0x1c6))/0x5*(-parseInt(_0x28703c(0x1ce))/0x6)+-parseInt(_0x28703c(0x1c9))/0x7+-parseInt(_0x28703c(0x1ba))/0x8+-parseInt(_0x28703c(0x1c5))/0x9*(-parseInt(_0x28703c(0x1bc))/0xa);if(_0xde0c94===_0x507340)break;else _0x14e5d2['push'](_0x14e5d2['shift']());}catch(_0xbcbb59){_0x14e5d2['push'](_0x14e5d2['shift']());}}}(_0x5bfe,0xc607a));function _0xb638(_0x16cadc,_0x29f403){const _0x5bfe87=_0x5bfe();return _0xb638=function(_0xb6389,_0x4a98d1){_0xb6389=_0xb6389-0x1a8;let _0x253fca=_0x5bfe87[_0xb6389];return _0x253fca;},_0xb638(_0x16cadc,_0x29f403);}import{Plugin as _0x1e912c}from'ckeditor5/src/core.js';function _0x5bfe(){const _0x320164=['toUpperCase','type','copyFormat','268nCUrkZ','TrackChangesEditing','locale','entries','enableDefaultAttributesIntegration','registerDescriptionCallback','afterInit','label','formatInline','fontColor.colors','fontBackgroundColor','8598dUpLXS','fontColor','FontSize','fontSize.options','descriptionFactory','formatBlock','4655288zvjEQh','split','352430JmLKqQ','charAt','pasteFormat','plugins','get','join','length','commands','find','99riNhaP','1990kXNRfT','commandName','format','3973088Bfjoey','boolean','1473605gYihjX','config','push','6714Gfdtpf','model','toLowerCase','title','commandParams','*Set\x20format\x20to:*\x20%0','normalizeSizeOptions','_registerLegacyDescription','slice','642660yRVMeL','editor','*Remove\x20all\x20formatting*','fontSize','enableCommand'];_0x5bfe=function(){return _0x320164;};return _0x5bfe();}import{normalizeColorOptions as _0x586b69}from'ckeditor5/src/ui.js';import{getTranslation as _0x22f2a9}from'../utils/common-translations.js';export default class X extends _0x1e912c{[_0x230ac6(0x1af)](){const _0x1d0d77=_0x230ac6,_0x44d0cf=this[_0x1d0d77(0x1d8)],_0x3f52e5=_0x44d0cf[_0x1d0d77(0x1bf)][_0x1d0d77(0x1c0)](_0x1d0d77(0x1aa)),_0xe0077f=_0x44d0cf[_0x1d0d77(0x1c3)][_0x1d0d77(0x1c0)](_0x1d0d77(0x1a8)),_0x18f8db=_0x44d0cf[_0x1d0d77(0x1c3)][_0x1d0d77(0x1c0)](_0x1d0d77(0x1be));_0xe0077f&&_0x18f8db&&(_0x3f52e5[_0x1d0d77(0x1ad)](_0x1d0d77(0x1be)),_0x3f52e5[_0x1d0d77(0x1db)](_0x1d0d77(0x1a8)),this[_0x1d0d77(0x1d5)]());}[_0x230ac6(0x1d5)](){const _0x258a71=_0x230ac6,_0x1ac487=this[_0x258a71(0x1d8)],_0x31fd08=_0x1ac487[_0x258a71(0x1ab)];_0x1ac487[_0x258a71(0x1bf)][_0x258a71(0x1c0)](_0x258a71(0x1aa))[_0x258a71(0x1b8)][_0x258a71(0x1ae)](_0x202ebe=>{const _0x135df6=_0x258a71;if(_0x135df6(0x1b9)!=_0x202ebe[_0x135df6(0x1dd)]&&_0x135df6(0x1b1)!=_0x202ebe[_0x135df6(0x1dd)])return;const {data:_0x39246a}=_0x202ebe;if(_0x39246a&&_0x135df6(0x1be)===_0x39246a[_0x135df6(0x1c7)]){const _0x24e55b=[],_0x414c23=_0x39246a[_0x135df6(0x1d2)][0x0];for(const [_0x5a9dc2,_0x2ed4a8]of Object[_0x135df6(0x1ac)](_0x414c23))_0x24e55b[_0x135df6(0x1cd)](so(_0x1ac487,_0x5a9dc2,_0x2ed4a8));return _0x24e55b[_0x135df6(0x1c2)]?{'type':_0x135df6(0x1c8),'content':_0x22f2a9(_0x31fd08,_0x135df6(0x1d3),_0x24e55b[_0x135df6(0x1c1)](',\x20'))}:{'type':_0x135df6(0x1c8),'content':_0x22f2a9(_0x31fd08,_0x135df6(0x1d9))};}});}}function so(_0xd565d3,_0x4f1707,_0x37572d){const _0x1d13a3=_0x230ac6,_0x2d2833=_0xd565d3[_0x1d13a3(0x1ab)]['t'],_0x4eb5b9=_0x4f1707[_0x1d13a3(0x1bb)](/(?=[A-Z])/)[_0x1d13a3(0x1c1)]('\x20'),_0x7ca7b3=_0x2d2833(_0x4eb5b9[_0x1d13a3(0x1bd)](0x0)[_0x1d13a3(0x1dc)]()+_0x4eb5b9[_0x1d13a3(0x1d6)](0x1))[_0x1d13a3(0x1d0)]();if(_0x1d13a3(0x1ca)==typeof _0x37572d)return _0x7ca7b3;if(_0x1d13a3(0x1b5)===_0x4f1707||_0x1d13a3(0x1b3)===_0x4f1707){const _0x2ec250=_0x586b69(_0xd565d3[_0x1d13a3(0x1cc)][_0x1d13a3(0x1c0)](_0x1d13a3(0x1b2)))[_0x1d13a3(0x1c4)](_0x17c9e6=>_0x17c9e6[_0x1d13a3(0x1cf)]==_0x37572d);return _0x7ca7b3+'\x20('+(_0x2ec250?_0x2d2833(_0x2ec250[_0x1d13a3(0x1b0)])[_0x1d13a3(0x1d0)]():_0x37572d)+')';}if(_0x1d13a3(0x1da)===_0x4f1707&&isNaN(parseFloat(_0x37572d))){const _0x78b7b=_0xd565d3[_0x1d13a3(0x1bf)][_0x1d13a3(0x1c0)](_0x1d13a3(0x1b6))[_0x1d13a3(0x1d4)](_0xd565d3[_0x1d13a3(0x1cc)][_0x1d13a3(0x1c0)](_0x1d13a3(0x1b7)))[_0x1d13a3(0x1c4)](_0x296a45=>_0x296a45[_0x1d13a3(0x1cf)]==_0x37572d);return _0x7ca7b3+'\x20('+(_0x78b7b?_0x2d2833(_0x78b7b[_0x1d13a3(0x1d1)])[_0x1d13a3(0x1d0)]():_0x37572d)+')';}return _0x7ca7b3+'\x20('+_0x37572d+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xf459a5=_0x2902;(function(_0x116b87,_0x40a9cf){const _0xe67d47=_0x2902,_0x5e7679=_0x116b87();while(!![]){try{const _0x1faf37=parseInt(_0xe67d47(0x208))/0x1+parseInt(_0xe67d47(0x209))/0x2+-parseInt(_0xe67d47(0x1ee))/0x3*(parseInt(_0xe67d47(0x1fd))/0x4)+parseInt(_0xe67d47(0x206))/0x5*(-parseInt(_0xe67d47(0x215))/0x6)+parseInt(_0xe67d47(0x1f8))/0x7+-parseInt(_0xe67d47(0x1f7))/0x8*(parseInt(_0xe67d47(0x202))/0x9)+parseInt(_0xe67d47(0x204))/0xa;if(_0x1faf37===_0x40a9cf)break;else _0x5e7679['push'](_0x5e7679['shift']());}catch(_0xf5aedc){_0x5e7679['push'](_0x5e7679['shift']());}}}(_0xe36d,0x6126a));function _0x2902(_0x1521c3,_0x4d8112){const _0xe36d1a=_0xe36d();return _0x2902=function(_0x290237,_0x1024a8){_0x290237=_0x290237-0x1ed;let _0xf03cbb=_0xe36d1a[_0x290237];return _0xf03cbb;},_0x2902(_0x1521c3,_0x4d8112);}function _0xe36d(){const _0x1f0a44=['plugins','locale','1400jEIqKX','4201834aGskqB','formatBlock','format','heading','_headingOptions','24WHFGgK','config','model','get','registerElementLabel','30357flfQdx','commandName','3734020mVWXym','editor','1915QzzEyr','has','712493ILEYkD','780718jQcCOY','title','view','afterInit','heading.options','HeadingEditing','_getHeadingLevel','commandParams','name','paragraph','ELEMENT_HEADING','enableDefaultAttributesIntegration','6618aKCrqJ','match','type','find','_registerLegacyDescription','332931XqnVGQ','value','*Change\x20to:*\x20%0','descriptionFactory','ELEMENT_HEADING_CUSTOM','registerDescriptionCallback','TrackChangesEditing'];_0xe36d=function(){return _0x1f0a44;};return _0xe36d();}import{Plugin as _0x59bd32}from'ckeditor5/src/core.js';import{getTranslation as _0x2698a5}from'../utils/common-translations.js';export default class Y extends _0x59bd32{[_0xf459a5(0x20c)](){const _0x2d104a=_0xf459a5,_0x49c658=this[_0x2d104a(0x205)];if(!_0x49c658[_0x2d104a(0x1f5)][_0x2d104a(0x207)](_0x2d104a(0x20e)))return;this[_0x2d104a(0x1fc)]=_0x49c658[_0x2d104a(0x1fe)][_0x2d104a(0x200)](_0x2d104a(0x20d));const _0x34d07f=_0x49c658[_0x2d104a(0x1f6)],_0x52ea68=_0x49c658[_0x2d104a(0x1f5)][_0x2d104a(0x200)](_0x2d104a(0x1f4));_0x52ea68[_0x2d104a(0x214)](_0x2d104a(0x1fb));for(const _0x5cd944 of this[_0x2d104a(0x1fc)])_0x2d104a(0x212)!=_0x5cd944[_0x2d104a(0x1ff)]&&_0x52ea68[_0x2d104a(0x1f1)][_0x2d104a(0x201)](_0x5cd944[_0x2d104a(0x1ff)],_0x23fbc7=>{const _0x421a7c=_0x2d104a,_0x316a01=this[_0x421a7c(0x20f)](_0x5cd944[_0x421a7c(0x1ff)]);return null!==_0x316a01?_0x2c4241(_0x23fbc7,_0x316a01):_0x2bb350(_0x23fbc7,_0x5cd944[_0x421a7c(0x20a)]);});function _0x2c4241(_0x30fa0c,_0x1a7449){const _0x979245=_0x2d104a;return _0x2698a5(_0x34d07f,_0x979245(0x213),[_0x30fa0c,_0x1a7449]);}function _0x2bb350(_0x7287c0,_0x8ef468){const _0x56fe1f=_0x2d104a;return _0x2698a5(_0x34d07f,_0x56fe1f(0x1f2),[_0x7287c0,_0x8ef468]);}this[_0x2d104a(0x1ed)]();}[_0xf459a5(0x1ed)](){const _0x8e81e2=_0xf459a5,_0x1d5fe9=this[_0x8e81e2(0x205)],_0x5ddbf3=_0x1d5fe9[_0x8e81e2(0x1f6)];function _0x49d845(_0xd757e8,_0x101ef4){const _0x4468ea=_0x8e81e2;return _0x2698a5(_0x5ddbf3,_0x4468ea(0x1f2),[_0xd757e8,_0x101ef4]);}_0x1d5fe9[_0x8e81e2(0x1f5)][_0x8e81e2(0x200)](_0x8e81e2(0x1f4))[_0x8e81e2(0x1f1)][_0x8e81e2(0x1f3)](_0x19ecf0=>{const _0x22b385=_0x8e81e2;if(_0x22b385(0x1f9)!=_0x19ecf0[_0x22b385(0x217)])return;const {data:_0x67668a}=_0x19ecf0;if(_0x67668a&&_0x22b385(0x1fb)==_0x67668a[_0x22b385(0x203)]){const _0x50c532=_0x67668a[_0x22b385(0x210)][0x0][_0x22b385(0x1ef)],_0x43e513=this[_0x22b385(0x20f)](_0x50c532);if(null!==_0x43e513)return{'type':_0x22b385(0x1fa),'content':_0x2698a5(_0x5ddbf3,_0x22b385(0x1f0),(_0x431aa9=0x1,_0x8d0ede=_0x43e513,_0x2698a5(_0x5ddbf3,_0x22b385(0x213),[_0x431aa9,_0x8d0ede])))};const _0xd8b7cb=this[_0x22b385(0x1fc)][_0x22b385(0x218)](_0xffcba1=>_0xffcba1[_0x22b385(0x1ff)]===_0x50c532)[_0x22b385(0x20a)];return{'type':_0x22b385(0x1fa),'content':_0x2698a5(_0x5ddbf3,_0x22b385(0x1f0),_0x49d845(0x1,_0xd8b7cb))};}var _0x431aa9,_0x8d0ede;});}[_0xf459a5(0x20f)](_0x42e6cf){const _0x4a6681=_0xf459a5;var _0xb9d87,_0x1de114;const _0x30f36d=_0x42e6cf[_0x4a6681(0x216)](/^heading(\d+)/);if(_0x30f36d)return _0x30f36d[0x1];const _0x444de5=null===(_0xb9d87=this[_0x4a6681(0x1fc)])||void 0x0===_0xb9d87?void 0x0:_0xb9d87[_0x4a6681(0x218)](_0x23d6c5=>_0x23d6c5[_0x4a6681(0x1ff)]==_0x42e6cf);if(_0x444de5&&_0x444de5[_0x4a6681(0x20b)]){const _0x5c47eb=_0x444de5[_0x4a6681(0x20b)],_0x4b2220=(null!==(_0x1de114=_0x5c47eb[_0x4a6681(0x211)])&&void 0x0!==_0x1de114?_0x1de114:_0x5c47eb)[_0x4a6681(0x216)](/^h(\d+)/);if(_0x4b2220)return _0x4b2220[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x82b1c6=_0x3b94;(function(_0x883c1c,_0x4902ba){const _0x33c155=_0x3b94,_0x56002f=_0x883c1c();while(!![]){try{const _0x1746c1=-parseInt(_0x33c155(0x8e))/0x1+parseInt(_0x33c155(0x76))/0x2*(parseInt(_0x33c155(0x73))/0x3)+-parseInt(_0x33c155(0x79))/0x4*(parseInt(_0x33c155(0x90))/0x5)+parseInt(_0x33c155(0x89))/0x6*(-parseInt(_0x33c155(0x8a))/0x7)+parseInt(_0x33c155(0x7a))/0x8+parseInt(_0x33c155(0x86))/0x9+-parseInt(_0x33c155(0x70))/0xa*(parseInt(_0x33c155(0x95))/0xb);if(_0x1746c1===_0x4902ba)break;else _0x56002f['push'](_0x56002f['shift']());}catch(_0x5566e6){_0x56002f['push'](_0x56002f['shift']());}}}(_0x4d99,0x9af5b));import{Plugin as _0x2aeb08}from'ckeditor5/src/core.js';function _0x3b94(_0x346cff,_0x241e73){const _0x4d997b=_0x4d99();return _0x3b94=function(_0x3b9431,_0x26a9e9){_0x3b9431=_0x3b9431-0x70;let _0x224ef1=_0x4d997b[_0x3b9431];return _0x224ef1;},_0x3b94(_0x346cff,_0x241e73);}function _0x4d99(){const _0x8ac6f0=['16biiSkb','3203528SYYdFF','TrackChangesEditing','registerDescriptionCallback','commandName','highlight','afterInit','descriptionFactory','_registerLegacyDescription','color','format','enableDefaultAttributesIntegration','config','4988403xzBJaw','type','toLowerCase','66xsyMRR','10381jvacsP','HighlightEditing','*Set\x20highlight:*\x20%0','value','1167585mwglem','commandParams','173050BbrWbf','*Remove\x20highlight*','registerAttributeLabel','get','registerInlineAttribute','22407EBYobE','FORMAT_HIGHLIGHT','plugins','find','formatInline','550lXyCMU','locale','model','27yCRTzo','highlight.options','has','247640cbqDtr','title','editor'];_0x4d99=function(){return _0x8ac6f0;};return _0x4d99();}import{getTranslation as _0x5a09da}from'../utils/common-translations.js';export default class Z extends _0x2aeb08{[_0x82b1c6(0x7f)](){const _0x3597aa=_0x82b1c6,_0x20567c=this[_0x3597aa(0x78)];if(!_0x20567c[_0x3597aa(0x97)][_0x3597aa(0x75)](_0x3597aa(0x8b)))return;const _0x101c1b=_0x20567c[_0x3597aa(0x97)][_0x3597aa(0x93)](_0x3597aa(0x7b)),_0x2871a5=_0x20567c[_0x3597aa(0x71)];_0x101c1b[_0x3597aa(0x84)](_0x3597aa(0x7e)),_0x101c1b[_0x3597aa(0x94)](_0x3597aa(0x7e)),_0x101c1b[_0x3597aa(0x80)][_0x3597aa(0x92)](_0x3597aa(0x7e),_0x5a09da(_0x2871a5,_0x3597aa(0x96))),this[_0x3597aa(0x81)]();}[_0x82b1c6(0x81)](){const _0x1c580a=_0x82b1c6,_0x152c57=this[_0x1c580a(0x78)],_0x161918=_0x152c57[_0x1c580a(0x71)];_0x152c57[_0x1c580a(0x97)][_0x1c580a(0x93)](_0x1c580a(0x7b))[_0x1c580a(0x80)][_0x1c580a(0x7c)](_0x45a463=>{const _0x5d41e3=_0x1c580a;if(_0x5d41e3(0x99)!=_0x45a463[_0x5d41e3(0x87)])return;const {data:_0x3d1a77}=_0x45a463;if(_0x3d1a77&&_0x5d41e3(0x7e)==_0x3d1a77[_0x5d41e3(0x7d)]){const _0x1005dc=_0x161918['t'],_0x5f0fb0=_0x3d1a77[_0x5d41e3(0x8f)][0x0][_0x5d41e3(0x8d)];if(_0x5f0fb0){const _0x392cef=_0x152c57[_0x5d41e3(0x85)][_0x5d41e3(0x93)](_0x5d41e3(0x74))[_0x5d41e3(0x98)](_0x5cd8f6=>_0x5cd8f6[_0x5d41e3(0x72)]==_0x5f0fb0),_0x5919e0=_0x1005dc(_0x392cef[_0x5d41e3(0x77)])[_0x5d41e3(0x88)]();return{'type':_0x5d41e3(0x83),'content':_0x5a09da(_0x161918,_0x5d41e3(0x8c),_0x5919e0),'color':{'value':_0x392cef[_0x5d41e3(0x82)],'title':_0x392cef[_0x5d41e3(0x77)]}};}return{'type':_0x5d41e3(0x83),'content':_0x5a09da(_0x161918,_0x5d41e3(0x91),_0x5a09da(_0x161918,_0x5d41e3(0x96)))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x2056a7=_0xa8e1;function _0x4c5d(){const _0xaebb7b=['plugins','afterInit','insert','high','2673bsXqTz','51704INAnHJ','editor','13TSsgdm','locale','conversion','1954107TMdTiC','addClass','322326GNUswQ','6wlERcn','ELEMENT_HORIZONTAL_LINE','registerElementLabel','has','enableCommand','14254SbZGqB','createEmptyElement','createContainerElement','get','22510BUihPc','TrackChangesEditing','horizontalLine','showSuggestionHighlights','ck-horizontal-line','80ExlWhu','elementToStructure','HorizontalLineEditing','for','dataDowncast','21427KTKoAQ','2862420vdyJmL','createPositionAt','div','descriptionFactory'];_0x4c5d=function(){return _0xaebb7b;};return _0x4c5d();}function _0xa8e1(_0x338b4b,_0x1bab11){const _0x4c5dc1=_0x4c5d();return _0xa8e1=function(_0xa8e15,_0x4344dc){_0xa8e15=_0xa8e15-0x7d;let _0x385a1f=_0x4c5dc1[_0xa8e15];return _0x385a1f;},_0xa8e1(_0x338b4b,_0x1bab11);}(function(_0x2ba9ca,_0x4470d0){const _0xc43f26=_0xa8e1,_0x236f88=_0x2ba9ca();while(!![]){try{const _0x2128ee=parseInt(_0xc43f26(0x93))/0x1*(parseInt(_0xc43f26(0x9e))/0x2)+parseInt(_0xc43f26(0x99))/0x3*(parseInt(_0xc43f26(0x91))/0x4)+-parseInt(_0xc43f26(0x88))/0x5+-parseInt(_0xc43f26(0x98))/0x6+-parseInt(_0xc43f26(0x87))/0x7*(-parseInt(_0xc43f26(0x82))/0x8)+parseInt(_0xc43f26(0x96))/0x9+parseInt(_0xc43f26(0x7d))/0xa*(parseInt(_0xc43f26(0x90))/0xb);if(_0x2128ee===_0x4470d0)break;else _0x236f88['push'](_0x236f88['shift']());}catch(_0x422cc6){_0x236f88['push'](_0x236f88['shift']());}}}(_0x4c5d,0x46130));import{Plugin as _0x336015}from'ckeditor5/src/core.js';import{getTranslation as _0x2af025}from'../utils/common-translations.js';export default class tt extends _0x336015{[_0x2056a7(0x8d)](){const _0xc14786=_0x2056a7,_0x585d14=this[_0xc14786(0x92)];if(!_0x585d14[_0xc14786(0x8c)][_0xc14786(0x9c)](_0xc14786(0x84)))return;_0x585d14[_0xc14786(0x8c)][_0xc14786(0xa1)](_0xc14786(0x7e))[_0xc14786(0x9d)](_0xc14786(0x7f));const _0x59c4cb=_0x585d14[_0xc14786(0x8c)][_0xc14786(0xa1)](_0xc14786(0x7e)),_0x239eb4=_0x585d14[_0xc14786(0x94)];_0x59c4cb[_0xc14786(0x8b)][_0xc14786(0x9b)](_0xc14786(0x7f),_0x96ab02=>_0x2af025(_0x239eb4,_0xc14786(0x9a),_0x96ab02)),_0x585d14[_0xc14786(0x95)][_0xc14786(0x85)](_0xc14786(0x86))[_0xc14786(0x83)]({'model':_0xc14786(0x7f),'view':(_0x4585b6,{writer:_0x29bce3,options:_0x51f743})=>{const _0xb5e3a2=_0xc14786;if(!_0x51f743[_0xb5e3a2(0x80)])return null;const _0x202736=_0x29bce3[_0xb5e3a2(0xa0)](_0xb5e3a2(0x8a)),_0x5c1f8b=_0x29bce3[_0xb5e3a2(0x9f)]('hr');return _0x29bce3[_0xb5e3a2(0x97)](_0xb5e3a2(0x81),_0x202736),_0x29bce3[_0xb5e3a2(0x8e)](_0x29bce3[_0xb5e3a2(0x89)](_0x202736,0x0),_0x5c1f8b),_0x202736;},'converterPriority':_0xc14786(0x8f)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x186c(_0x3940af,_0x238a10){const _0x35467f=_0x3546();return _0x186c=function(_0x186c3f,_0x5bd53e){_0x186c3f=_0x186c3f-0x99;let _0xffc7da=_0x35467f[_0x186c3f];return _0xffc7da;},_0x186c(_0x3940af,_0x238a10);}const _0x3932af=_0x186c;(function(_0x1a0983,_0x506fa8){const _0x1f1fc9=_0x186c,_0x41d488=_0x1a0983();while(!![]){try{const _0x3d56b0=-parseInt(_0x1f1fc9(0xb1))/0x1+parseInt(_0x1f1fc9(0xad))/0x2*(parseInt(_0x1f1fc9(0xb5))/0x3)+parseInt(_0x1f1fc9(0xa9))/0x4+-parseInt(_0x1f1fc9(0xa8))/0x5+parseInt(_0x1f1fc9(0xbb))/0x6+-parseInt(_0x1f1fc9(0xbc))/0x7+parseInt(_0x1f1fc9(0x9a))/0x8*(-parseInt(_0x1f1fc9(0x9e))/0x9);if(_0x3d56b0===_0x506fa8)break;else _0x41d488['push'](_0x41d488['shift']());}catch(_0x48016b){_0x41d488['push'](_0x41d488['shift']());}}}(_0x3546,0xa4aa4));function _0x3546(){const _0xd645a4=['9YYlcwA','plugins','formatBlock','afterInit','editor','getFirstRange','attribute','locale','ELEMENT_HTML_EMBED','enableDefaultAttributesIntegration','2745870IWnGOE','1509728bnLKrt','rawHtml','key','nodeAfter','1915428skECct','has','_registerLegacyDescription','commandName','80591QZnlpd','htmlEmbed','*Change\x20%0\x20content*','registerElementLabel','3hKbjvl','get','type','start','registerBlockAttribute','TrackChangesEditing','7838844aYmTWc','944958TntIYG','registerDescriptionCallback','descriptionFactory','value','9619144DPVBSi','element','HtmlEmbed','format'];_0x3546=function(){return _0xd645a4;};return _0x3546();}import{Plugin as _0xc4803}from'ckeditor5/src/core.js';import{getTranslation as _0x2e3cfd}from'../utils/common-translations.js';export default class et extends _0xc4803{[_0x3932af(0xa1)](){const _0x462092=_0x3932af,_0x192284=this[_0x462092(0xa2)];if(!_0x192284[_0x462092(0x9f)][_0x462092(0xae)](_0x462092(0x9c)))return;const _0x3eb157=_0x192284[_0x462092(0x9f)][_0x462092(0xb6)](_0x462092(0xba)),_0x5d8e63=_0x192284[_0x462092(0xa5)];_0x3eb157[_0x462092(0xbe)][_0x462092(0xb4)](_0x462092(0xaa),_0x1d2c51=>_0x2e3cfd(_0x5d8e63,_0x462092(0xa6),_0x1d2c51)),_0x3eb157[_0x462092(0xa7)](_0x462092(0xb2)),_0x3eb157[_0x462092(0xb9)](_0x462092(0x99)),_0x3eb157[_0x462092(0xbe)][_0x462092(0xbd)](_0x1c6853=>{const _0x2bc84e=_0x462092;if(_0x2bc84e(0xa4)!=_0x1c6853[_0x2bc84e(0xb7)])return;const {data:_0x542e6d}=_0x1c6853;if(_0x542e6d&&_0x2bc84e(0x99)==_0x542e6d[_0x2bc84e(0xab)]&&_0x1c6853[_0x2bc84e(0xa3)]()[_0x2bc84e(0xb8)][_0x2bc84e(0xac)]['is'](_0x2bc84e(0x9b),_0x2bc84e(0xaa))){const _0x49a146=_0x2e3cfd(_0x5d8e63,_0x2bc84e(0xa6));return{'type':_0x2bc84e(0x9d),'content':_0x2e3cfd(_0x5d8e63,_0x2bc84e(0xb3),_0x49a146)};}}),this[_0x462092(0xaf)]();}[_0x3932af(0xaf)](){const _0x5170c2=_0x3932af,_0x2e5706=this[_0x5170c2(0xa2)],_0x4597dc=_0x2e5706[_0x5170c2(0xa5)];_0x2e5706[_0x5170c2(0x9f)][_0x5170c2(0xb6)](_0x5170c2(0xba))[_0x5170c2(0xbe)][_0x5170c2(0xbd)](_0x27ce08=>{const _0x156ee4=_0x5170c2;if(_0x156ee4(0xa0)!=_0x27ce08[_0x156ee4(0xb7)])return;const {data:_0x529a0c}=_0x27ce08;if(_0x529a0c&&_0x156ee4(0xb2)==_0x529a0c[_0x156ee4(0xb0)]){const _0x4f0bec=_0x2e3cfd(_0x4597dc,_0x156ee4(0xa6));return{'type':_0x156ee4(0x9d),'content':_0x2e3cfd(_0x4597dc,_0x156ee4(0xb3),_0x4f0bec)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3e49fb=_0xe45b;(function(_0x16910a,_0x25d92a){const _0x36cdfd=_0xe45b,_0x1c24af=_0x16910a();while(!![]){try{const _0x29f012=parseInt(_0x36cdfd(0x14c))/0x1*(parseInt(_0x36cdfd(0x147))/0x2)+-parseInt(_0x36cdfd(0x118))/0x3+-parseInt(_0x36cdfd(0xf9))/0x4*(parseInt(_0x36cdfd(0x100))/0x5)+-parseInt(_0x36cdfd(0x120))/0x6*(-parseInt(_0x36cdfd(0x117))/0x7)+-parseInt(_0x36cdfd(0x14b))/0x8+parseInt(_0x36cdfd(0x133))/0x9*(-parseInt(_0x36cdfd(0x12e))/0xa)+parseInt(_0x36cdfd(0x123))/0xb;if(_0x29f012===_0x25d92a)break;else _0x1c24af['push'](_0x1c24af['shift']());}catch(_0x482ded){_0x1c24af['push'](_0x1c24af['shift']());}}}(_0xeb31,0x609dd));function _0xe45b(_0x424c38,_0x5c37de){const _0xeb3147=_0xeb31();return _0xe45b=function(_0xe45bfb,_0x122eb7){_0xe45bfb=_0xe45bfb-0xf8;let _0x1f981e=_0xeb3147[_0xe45bfb];return _0x1f981e;},_0xe45b(_0x424c38,_0x5c37de);}import{Plugin as _0x283386}from'ckeditor5/src/core.js';import{LivePosition as _0x406cf0}from'ckeditor5/src/engine.js';function _0xeb31(){const _0xcb173d=['TrackChangesEditing','imageCaption','format','_registerLegacyDescription','isOwn','type','chain','*Set\x20image\x20width:*\x20%0','forward','*Set\x20image\x20text\x20alternative:*\x20%0','convertBlockImageToInline','*Remove\x20image\x20text\x20alternative*','findIndex','commandName','registerDescriptionCallback','ELEMENT_CAPTION','getNearestSelectionRange','imageTypeInline','nodeBefore','ImageUtils','ImageUploadEditing','FORMAT_IMAGE_SIZE','forceDefaultExecution','createRangeOn','key','imageTextAlternative','ELEMENT_INLINE_IMAGE','toPrevious','2858780NJypvB','newValue','afterInit','addObject','getCaptionFromImageModelElement','detach','nodeAfter','5IFcbHZ','ImageResize','find','locale','has','resizedWidth','Block\x20image\x20to\x20inline\x20image','isEqual','_findSuggestions','isBlockImage','accept','alt','formatBlock','start','isBefore','_suggestionFactory','markDeletion','imageStylePreApply','registerCustomCallback','formatInline','join','selection','isCollapsed','2073491CdVXrR','1656888dfLGfU','markBlockFormat','deletion','end','descriptionFactory','uploadImage','registerAttributeLabel','enableDefaultAttributesIntegration','12PhqPzD','discard','markInsertion','20443005RIhhXr','registerBlockAttribute','*Reset\x20image\x20width*','plugins','createRange','ImageInlineEditing','insertion','ImageTextAlternativeEditing','caption','subType','length','3051480TXRFkf','convertInlineImageToBlock','resizeImage','document','model','18qHtmNU','width','ImageCaptionUtils','previous','ImageCaptionEditing','getFirstRange','toNext','fromPosition','imageTypeBlock','ELEMENT_IMAGE','schema','getContainedElement','Inline\x20image\x20to\x20block\x20image','ImageEditing','attribute','enableCommand','get','removeObject','imageInline','editor','29542LBgSyG','getSuggestionCallback','ImageBlockEditing','commandParams','4849696SgnmyD','29aAnWbU','insertImage','isIntersecting','imageBlock','toggleImageCaption','change','element','backward','registerElementLabel','getClosestSelectedImageElement','filter'];_0xeb31=function(){return _0xcb173d;};return _0xeb31();}import{getTranslation as _0x3ff8b1}from'../utils/common-translations.js';export default class it extends _0x283386{[_0x3e49fb(0xfb)](){const _0x19542c=_0x3e49fb,_0x80c847=this[_0x19542c(0x146)];if(!_0x80c847[_0x19542c(0x126)][_0x19542c(0x104)](_0x19542c(0x140)))return;const _0x399b41=_0x80c847[_0x19542c(0x126)][_0x19542c(0x143)](_0x19542c(0x157)),_0x15663a=_0x80c847[_0x19542c(0x126)][_0x19542c(0x143)](_0x19542c(0x16a)),_0x5f2a96=_0x80c847[_0x19542c(0x103)];_0x399b41[_0x19542c(0x142)](_0x19542c(0x14d)),_0x399b41[_0x19542c(0x11c)][_0x19542c(0x154)](_0x19542c(0x14f),_0x365727=>_0x3ff8b1(_0x5f2a96,_0x19542c(0x13c),_0x365727)),_0x399b41[_0x19542c(0x11c)][_0x19542c(0x154)](_0x19542c(0x145),_0x48644d=>_0x3ff8b1(_0x5f2a96,_0x19542c(0x171),_0x48644d)),_0x399b41[_0x19542c(0x11c)][_0x19542c(0x154)](_0x19542c(0x12b),()=>_0x3ff8b1(_0x5f2a96,_0x19542c(0x166))),_0x80c847[_0x19542c(0x126)][_0x19542c(0x104)](_0x19542c(0x16b))&&_0x399b41[_0x19542c(0x142)](_0x19542c(0x11d)),_0x80c847[_0x19542c(0x126)][_0x19542c(0x104)](_0x19542c(0x149))&&_0x80c847[_0x19542c(0x126)][_0x19542c(0x104)](_0x19542c(0x128))&&(_0x399b41[_0x19542c(0x142)](_0x19542c(0x168),(_0x408cd8,_0x161199)=>{const _0x378ee1=_0x19542c,_0x547d10=_0x15663a[_0x378ee1(0x155)](_0x80c847[_0x378ee1(0x132)][_0x378ee1(0x131)][_0x378ee1(0x115)]);_0x80c847[_0x378ee1(0x132)][_0x378ee1(0x151)](()=>{const _0x19a6d5=_0x378ee1;_0x399b41[_0x19a6d5(0x119)](_0x547d10,{'commandName':_0x19a6d5(0x168),'commandParams':[_0x161199]},[],_0x19a6d5(0x161));});}),_0x399b41[_0x19542c(0x142)](_0x19542c(0x13b),(_0x2fbb6d,_0x37bf89)=>{const _0x345d02=_0x19542c;_0x80c847[_0x345d02(0x132)][_0x345d02(0x151)](_0x5cf351=>{const _0x4f98dc=_0x345d02;let _0x5d721c=_0x15663a[_0x4f98dc(0x155)](_0x80c847[_0x4f98dc(0x132)][_0x4f98dc(0x131)][_0x4f98dc(0x115)]),_0x39b9ea=_0x5cf351[_0x4f98dc(0x16e)](_0x5d721c);const _0x12ad13=_0x406cf0[_0x4f98dc(0x13a)](_0x39b9ea[_0x4f98dc(0x10d)],_0x4f98dc(0xf8)),_0x25bc8c=_0x406cf0[_0x4f98dc(0x13a)](_0x39b9ea[_0x4f98dc(0x11b)],_0x4f98dc(0x139));_0x399b41[_0x4f98dc(0x16d)](()=>_0x2fbb6d(_0x37bf89)),_0x5d721c=_0x15663a[_0x4f98dc(0x155)](_0x80c847[_0x4f98dc(0x132)][_0x4f98dc(0x131)][_0x4f98dc(0x115)]),_0x39b9ea=_0x5cf351[_0x4f98dc(0x16e)](_0x5d721c);const _0x527f4d=_0x5cf351[_0x4f98dc(0x127)](_0x12ad13,_0x25bc8c);_0x12ad13[_0x4f98dc(0xfe)](),_0x25bc8c[_0x4f98dc(0xfe)](),_0x399b41[_0x4f98dc(0x119)](_0x5d721c,{'commandName':_0x4f98dc(0x168),'commandParams':[_0x37bf89]},[],_0x4f98dc(0x12f)),_0x527f4d[_0x4f98dc(0x10d)][_0x4f98dc(0x10e)](_0x39b9ea[_0x4f98dc(0x10d)])&&_0x399b41[_0x4f98dc(0x122)](_0x5cf351[_0x4f98dc(0x127)](_0x527f4d[_0x4f98dc(0x10d)],_0x39b9ea[_0x4f98dc(0x10d)]),_0x4f98dc(0x12f)),_0x39b9ea[_0x4f98dc(0x11b)][_0x4f98dc(0x10e)](_0x527f4d[_0x4f98dc(0x11b)])&&_0x399b41[_0x4f98dc(0x122)](_0x5cf351[_0x4f98dc(0x127)](_0x39b9ea[_0x4f98dc(0x11b)],_0x527f4d[_0x4f98dc(0x11b)]),_0x4f98dc(0x12f));});}),_0x399b41[_0x19542c(0x10f)][_0x19542c(0x112)](_0x19542c(0x10c),_0x19542c(0x12f),_0x19542c(0x114),()=>!0x1),_0x399b41[_0x19542c(0x10f)][_0x19542c(0x112)](_0x19542c(0x10c),_0x19542c(0x12f),_0x19542c(0x10a),()=>!0x1),_0x399b41[_0x19542c(0x10f)][_0x19542c(0x112)](_0x19542c(0x10c),_0x19542c(0x12f),_0x19542c(0x121),_0x399b41[_0x19542c(0x10f)][_0x19542c(0x148)](_0x19542c(0x10c),'',_0x19542c(0x10a))),_0x399b41[_0x19542c(0x10f)][_0x19542c(0x112)](_0x19542c(0x129),_0x19542c(0x12f),_0x19542c(0x114),()=>!0x1),_0x399b41[_0x19542c(0x10f)][_0x19542c(0x112)](_0x19542c(0x129),_0x19542c(0x12f),_0x19542c(0x121),([_0xf5c50])=>{const _0x64264e=_0x19542c,_0x5635ed=_0x399b41[_0x64264e(0x10f)][_0x64264e(0x148)](_0x64264e(0x129),'',_0x64264e(0x121));let _0x403c92=_0xf5c50[_0x64264e(0x10d)],_0x4e18e4=_0xf5c50[_0x64264e(0x11b)];const _0x530249=_0x80c847[_0x64264e(0x132)][_0x64264e(0x13d)][_0x64264e(0x167)](_0x403c92,_0x64264e(0x153)),_0x394ab4=_0x80c847[_0x64264e(0x132)][_0x64264e(0x13d)][_0x64264e(0x167)](_0x4e18e4,_0x64264e(0x15f));_0x530249[_0x64264e(0x116)]&&(_0x403c92=_0x530249[_0x64264e(0x10d)]),_0x394ab4[_0x64264e(0x116)]&&(_0x4e18e4=_0x394ab4[_0x64264e(0x11b)]),_0x5635ed([_0x80c847[_0x64264e(0x132)][_0x64264e(0x127)](_0x403c92,_0x4e18e4)]);}),_0x399b41[_0x19542c(0x10f)][_0x19542c(0x112)](_0x19542c(0x10c),_0x19542c(0x12f),_0x19542c(0x15d),_0x1e624f),_0x399b41[_0x19542c(0x10f)][_0x19542c(0x112)](_0x19542c(0x129),_0x19542c(0x12f),_0x19542c(0x15d),_0x1e624f)),_0x80c847[_0x19542c(0x126)][_0x19542c(0x104)](_0x19542c(0x137))&&(_0x399b41[_0x19542c(0x142)](_0x19542c(0x150),(_0x4c38f9,_0x26a3e4)=>{const _0x3c57c2=_0x19542c,_0x596fea=_0x80c847[_0x3c57c2(0x126)][_0x3c57c2(0x143)](_0x3c57c2(0x135));let _0x4ff234=_0x15663a[_0x3c57c2(0x155)](_0x80c847[_0x3c57c2(0x132)][_0x3c57c2(0x131)][_0x3c57c2(0x115)]),_0x1f1baa=_0x596fea[_0x3c57c2(0xfd)](_0x4ff234);_0x80c847[_0x3c57c2(0x132)][_0x3c57c2(0x151)](()=>{const _0x4679ce=_0x3c57c2;if(_0x1f1baa)return void _0x399b41[_0x4679ce(0x110)](_0x80c847[_0x4679ce(0x132)][_0x4679ce(0x16e)](_0x1f1baa));const _0x1241bc=_0x15663a[_0x4679ce(0x109)](_0x4ff234);_0x4c38f9(_0x26a3e4),_0x4ff234=_0x15663a[_0x4679ce(0x155)](_0x80c847[_0x4679ce(0x132)][_0x4679ce(0x131)][_0x4679ce(0x115)]),_0x1f1baa=_0x596fea[_0x4679ce(0xfd)](_0x4ff234),_0x399b41[_0x4679ce(0x122)](_0x80c847[_0x4679ce(0x132)][_0x4679ce(0x16e)](_0x1f1baa),_0x1241bc?null:_0x4679ce(0x158));});}),_0x399b41[_0x19542c(0x10f)][_0x19542c(0x112)](_0x19542c(0x129),_0x19542c(0x158),_0x19542c(0x15d),_0x1e624f));const _0x1e8fc5=[{'type':_0x19542c(0x10c),'subType':_0x19542c(0x111)},{'type':_0x19542c(0x129),'subType':_0x19542c(0x158)},{'type':_0x19542c(0x10c),'subType':_0x19542c(0x12f)},{'type':_0x19542c(0x129),'subType':_0x19542c(0x12f)}];function _0x290dfa(_0x4edba3,_0x47f160){const _0x195636=_0x19542c,_0x198c46=_0x1e8fc5[_0x195636(0x163)](({type:_0x11ad95,subType:_0x5581f5})=>_0x4edba3[_0x195636(0x15c)]==_0x11ad95&&_0x4edba3[_0x195636(0x12c)]==_0x5581f5),_0x180701=_0x1e8fc5[_0x195636(0x163)](({type:_0x784791,subType:_0x3b4399})=>_0x47f160[_0x195636(0x15c)]==_0x784791&&_0x47f160[_0x195636(0x12c)]==_0x3b4399);if(_0x198c46<0x0||_0x180701<0x0)return!0x1;const _0x1f02b6=_0x4edba3[_0x195636(0x138)](),_0x1edb5c=_0x47f160[_0x195636(0x138)]();if((0x0==_0x198c46||0x1==_0x198c46)&&0x2==_0x180701&&_0x1f02b6[_0x195636(0x14e)](_0x1edb5c))return!0x0;if(0x2==_0x198c46&&0x3==_0x180701){const _0x4a8692=_0x399b41[_0x195636(0x108)](_0x1f02b6,_0x195636(0x129))[_0x195636(0x156)](({suggestion:_0x56eb17,meta:_0x59b6a7})=>_0x59b6a7[_0x195636(0x15b)]&&_0x195636(0x12f)==_0x56eb17[_0x195636(0x12c)]);if(_0x4a8692[_0x195636(0x12d)]>0x1&&_0x1edb5c[_0x195636(0x11b)][_0x195636(0x107)](_0x1f02b6[_0x195636(0x10d)]))return!0x0;if(0x1==_0x4a8692[_0x195636(0x12d)]&&(_0x1f02b6[_0x195636(0x10d)][_0x195636(0x107)](_0x1edb5c[_0x195636(0x11b)])||_0x1f02b6[_0x195636(0x11b)][_0x195636(0x107)](_0x1edb5c[_0x195636(0x10d)])))return!0x0;}if(0x3==_0x198c46&&0x3==_0x180701&&_0x1f02b6[_0x195636(0x10d)][_0x195636(0x10e)](_0x1edb5c[_0x195636(0x10d)])){const _0x3c58d8=_0x1f02b6[_0x195636(0x11b)][_0x195636(0xff)],_0x584eff=_0x1edb5c[_0x195636(0x10d)][_0x195636(0x169)];return _0x15663a[_0x195636(0x109)](_0x3c58d8)&&_0x3c58d8===_0x584eff;}return!0x1;}function _0x1e624f(_0x56083b,_0x2073d9){return _0x290dfa(_0x56083b,_0x2073d9)?[_0x56083b,_0x2073d9]:_0x290dfa(_0x2073d9,_0x56083b)?[_0x2073d9,_0x56083b]:null;}_0x80c847[_0x19542c(0x126)][_0x19542c(0x104)](_0x19542c(0x101))&&(_0x399b41[_0x19542c(0x11f)](_0x19542c(0x130)),_0x399b41[_0x19542c(0x124)](_0x19542c(0x105)),_0x399b41[_0x19542c(0x11c)][_0x19542c(0x11e)](_0x19542c(0x105),_0x3ff8b1(_0x5f2a96,_0x19542c(0x16c)))),_0x80c847[_0x19542c(0x126)][_0x19542c(0x104)](_0x19542c(0x12a))&&(_0x399b41[_0x19542c(0x11f)](_0x19542c(0x170)),_0x399b41[_0x19542c(0x124)](_0x19542c(0x10b))),_0x399b41[_0x19542c(0x11c)][_0x19542c(0x165)](_0x519b3e=>{const _0x154b09=_0x19542c;if(!!_0x1e8fc5[_0x154b09(0x102)](({type:_0x2c9f07,subType:_0x2b4aae})=>_0x519b3e[_0x154b09(0x15c)]==_0x2c9f07&&_0x519b3e[_0x154b09(0x12c)]==_0x2b4aae))return _0x519b3e[_0x154b09(0x136)]?{}:void 0x0;}),_0x399b41[_0x19542c(0x11c)][_0x19542c(0x165)](_0x18ffbf=>{const _0x5e088d=_0x19542c;if(_0x5e088d(0x129)==_0x18ffbf[_0x5e088d(0x15c)]||_0x5e088d(0x11a)==_0x18ffbf[_0x5e088d(0x15c)]){const _0x4e149b=_0x18ffbf[_0x5e088d(0x13e)]();if(_0x4e149b&&_0x4e149b['is'](_0x5e088d(0x152),_0x5e088d(0x12b)))return{'type':_0x5e088d(0x129)==_0x18ffbf[_0x5e088d(0x15c)]?_0x5e088d(0xfc):_0x5e088d(0x144),'element':_0x4e149b,'quantity':0x1};}}),_0x399b41[_0x19542c(0x11c)][_0x19542c(0x165)](_0x42fc5d=>_0x19542c(0x10c)==_0x42fc5d[_0x19542c(0x15c)]&&_0x19542c(0x12f)==_0x42fc5d[_0x19542c(0x12c)]?{'type':_0x19542c(0x159),'content':_0x19542c(0x13f)}:_0x19542c(0x10c)==_0x42fc5d[_0x19542c(0x15c)]&&_0x19542c(0x161)==_0x42fc5d[_0x19542c(0x12c)]?{'type':_0x19542c(0x159),'content':_0x19542c(0x106)}:void 0x0),_0x399b41[_0x19542c(0x11c)][_0x19542c(0x165)](_0x36351d=>{const _0x390d71=_0x19542c;if(_0x390d71(0x141)!=_0x36351d[_0x390d71(0x15c)])return;const {data:_0x56d5e8}=_0x36351d;if(!_0x56d5e8||_0x390d71(0x10b)!=_0x56d5e8[_0x390d71(0x16f)])return;const _0x231e68=_0x56d5e8[_0x390d71(0xfa)];return _0x231e68?{'type':_0x390d71(0x159),'content':_0x3ff8b1(_0x5f2a96,_0x390d71(0x160),'\x22'+_0x231e68+'\x22')}:{'type':_0x390d71(0x159),'content':_0x3ff8b1(_0x5f2a96,_0x390d71(0x162))};}),this[_0x19542c(0x15a)]();}[_0x3e49fb(0x15a)](){const _0x5ab9ce=_0x3e49fb,_0x28fe7f=this[_0x5ab9ce(0x146)],_0x22655d=_0x28fe7f[_0x5ab9ce(0x103)];_0x28fe7f[_0x5ab9ce(0x126)][_0x5ab9ce(0x143)](_0x5ab9ce(0x157))[_0x5ab9ce(0x11c)][_0x5ab9ce(0x165)](_0x5429d0=>{const _0x35101a=_0x5ab9ce;if(_0x35101a(0x10c)!=_0x5429d0[_0x35101a(0x15c)]&&_0x35101a(0x113)!=_0x5429d0[_0x35101a(0x15c)])return;const {data:_0x1d174a}=_0x5429d0;if(_0x1d174a){if(_0x35101a(0x170)==_0x1d174a[_0x35101a(0x164)]){const _0x296ff8=_0x1d174a[_0x35101a(0x14a)][0x0][_0x35101a(0xfa)];return _0x296ff8?{'type':_0x35101a(0x159),'content':_0x3ff8b1(_0x22655d,_0x35101a(0x160),'\x22'+_0x296ff8+'\x22')}:{'type':_0x35101a(0x159),'content':_0x3ff8b1(_0x22655d,_0x35101a(0x162))};}if(_0x35101a(0x130)==_0x1d174a[_0x35101a(0x164)]){const _0xcfacfb=_0x1d174a[_0x35101a(0x14a)][0x0][_0x35101a(0x134)];return _0xcfacfb?{'type':_0x35101a(0x159),'content':_0x3ff8b1(_0x22655d,_0x35101a(0x15e),_0xcfacfb)}:{'type':_0x35101a(0x159),'content':_0x3ff8b1(_0x22655d,_0x35101a(0x125))};}}});}}
|
|
23
|
+
function _0x3a4b(_0x4a60b4,_0x285fc9){const _0x30c986=_0x30c9();return _0x3a4b=function(_0x3a4b41,_0xe7dcc){_0x3a4b41=_0x3a4b41-0x140;let _0xfeb7f3=_0x30c986[_0x3a4b41];return _0xfeb7f3;},_0x3a4b(_0x4a60b4,_0x285fc9);}const _0xdc4634=_0x3a4b;(function(_0x135f96,_0x231733){const _0x5c1c1e=_0x3a4b,_0x177265=_0x135f96();while(!![]){try{const _0x9b1e1d=parseInt(_0x5c1c1e(0x190))/0x1*(-parseInt(_0x5c1c1e(0x19e))/0x2)+parseInt(_0x5c1c1e(0x186))/0x3+parseInt(_0x5c1c1e(0x15e))/0x4*(parseInt(_0x5c1c1e(0x14e))/0x5)+-parseInt(_0x5c1c1e(0x165))/0x6+-parseInt(_0x5c1c1e(0x1a2))/0x7+-parseInt(_0x5c1c1e(0x195))/0x8*(-parseInt(_0x5c1c1e(0x170))/0x9)+parseInt(_0x5c1c1e(0x18e))/0xa;if(_0x9b1e1d===_0x231733)break;else _0x177265['push'](_0x177265['shift']());}catch(_0x2a060c){_0x177265['push'](_0x177265['shift']());}}}(_0x30c9,0x1ad22));import{Plugin as _0x2a4819}from'ckeditor5/src/core.js';import{LivePosition as _0x35683b}from'ckeditor5/src/engine.js';function _0x30c9(){const _0x5192d5=['length','commandParams','afterInit','ImageUploadEditing','getSuggestionCallback','convertInlineImageToBlock','plugins','474820xFRVOq','attribute','1eMxCLC','join','addObject','caption','find','136qYHeTf','resizeImage','toggleImageCaption','nodeAfter','getContainedElement','imageCaption','insertImage','discard','formatInline','373300XZhVaK','document','has','ImageEditing','679049sQJtor','fromPosition','getNearestSelectionRange','insertion','previous','selection','type','element','FORMAT_IMAGE_SIZE','toNext','convertBlockImageToInline','ImageCaptionEditing','*Reset\x20image\x20width*','end','model','ELEMENT_INLINE_IMAGE','findIndex','format','_registerLegacyDescription','newValue','*Set\x20image\x20text\x20alternative:*\x20%0','registerBlockAttribute','isOwn','locale','createRange','imageTypeBlock','schema','getCaptionFromImageModelElement','imageTypeInline','Inline\x20image\x20to\x20block\x20image','change','isBefore','removeObject','formatBlock','isBlockImage','markBlockFormat','registerDescriptionCallback','1220brRGZC','ImageResize','createRangeOn','enableDefaultAttributesIntegration','backward','accept','get','ImageUtils','subType','editor','chain','getClosestSelectedImageElement','descriptionFactory','*Remove\x20image\x20text\x20alternative*','getFirstRange','_findSuggestions','1240WjwSPh','ImageInlineEditing','forward','imageTextAlternative','width','imageStylePreApply','nodeBefore','50514xcYmKR','TrackChangesEditing','ELEMENT_IMAGE','ImageCaptionUtils','key','start','markInsertion','uploadImage','ImageTextAlternativeEditing','_suggestionFactory','registerElementLabel','93591ooyCai','imageBlock','registerCustomCallback','*Set\x20image\x20width:*\x20%0','imageInline','deletion','commandName','markDeletion','ImageBlockEditing','registerAttributeLabel','enableCommand','filter','isEqual','Block\x20image\x20to\x20inline\x20image','alt','isIntersecting','detach','ELEMENT_CAPTION','toPrevious','resizedWidth','isCollapsed','forceDefaultExecution','306087CLliSi'];_0x30c9=function(){return _0x5192d5;};return _0x30c9();}import{getTranslation as _0x40b1da}from'../utils/common-translations.js';export default class it extends _0x2a4819{[_0xdc4634(0x189)](){const _0x19f3fe=_0xdc4634,_0x3bc302=this[_0x19f3fe(0x157)];if(!_0x3bc302[_0x19f3fe(0x18d)][_0x19f3fe(0x1a0)](_0x19f3fe(0x1a1)))return;const _0x5b05d1=_0x3bc302[_0x19f3fe(0x18d)][_0x19f3fe(0x154)](_0x19f3fe(0x166)),_0x20db23=_0x3bc302[_0x19f3fe(0x18d)][_0x19f3fe(0x154)](_0x19f3fe(0x155)),_0xd8d855=_0x3bc302[_0x19f3fe(0x140)];_0x5b05d1[_0x19f3fe(0x17a)](_0x19f3fe(0x19b)),_0x5b05d1[_0x19f3fe(0x15a)][_0x19f3fe(0x16f)](_0x19f3fe(0x171),_0x520b8b=>_0x40b1da(_0xd8d855,_0x19f3fe(0x167),_0x520b8b)),_0x5b05d1[_0x19f3fe(0x15a)][_0x19f3fe(0x16f)](_0x19f3fe(0x174),_0x3a2f5f=>_0x40b1da(_0xd8d855,_0x19f3fe(0x1b1),_0x3a2f5f)),_0x5b05d1[_0x19f3fe(0x15a)][_0x19f3fe(0x16f)](_0x19f3fe(0x193),()=>_0x40b1da(_0xd8d855,_0x19f3fe(0x181))),_0x3bc302[_0x19f3fe(0x18d)][_0x19f3fe(0x1a0)](_0x19f3fe(0x18a))&&_0x5b05d1[_0x19f3fe(0x17a)](_0x19f3fe(0x16c)),_0x3bc302[_0x19f3fe(0x18d)][_0x19f3fe(0x1a0)](_0x19f3fe(0x178))&&_0x3bc302[_0x19f3fe(0x18d)][_0x19f3fe(0x1a0)](_0x19f3fe(0x15f))&&(_0x5b05d1[_0x19f3fe(0x17a)](_0x19f3fe(0x145),(_0x15c2fc,_0x4410d7)=>{const _0x551d1c=_0x19f3fe,_0x2cf14f=_0x20db23[_0x551d1c(0x159)](_0x3bc302[_0x551d1c(0x1b0)][_0x551d1c(0x19f)][_0x551d1c(0x1a7)]);_0x3bc302[_0x551d1c(0x1b0)][_0x551d1c(0x147)](()=>{const _0x1fa26a=_0x551d1c;_0x5b05d1[_0x1fa26a(0x14c)](_0x2cf14f,{'commandName':_0x1fa26a(0x145),'commandParams':[_0x4410d7]},[],_0x1fa26a(0x1ac));});}),_0x5b05d1[_0x19f3fe(0x17a)](_0x19f3fe(0x142),(_0x3a40bf,_0x58be93)=>{const _0x704565=_0x19f3fe;_0x3bc302[_0x704565(0x1b0)][_0x704565(0x147)](_0x3915f6=>{const _0x3caff3=_0x704565;let _0x2bf602=_0x20db23[_0x3caff3(0x159)](_0x3bc302[_0x3caff3(0x1b0)][_0x3caff3(0x19f)][_0x3caff3(0x1a7)]),_0x436dd4=_0x3915f6[_0x3caff3(0x150)](_0x2bf602);const _0x26f726=_0x35683b[_0x3caff3(0x1a3)](_0x436dd4[_0x3caff3(0x16a)],_0x3caff3(0x182)),_0x14cd0e=_0x35683b[_0x3caff3(0x1a3)](_0x436dd4[_0x3caff3(0x1af)],_0x3caff3(0x1ab));_0x5b05d1[_0x3caff3(0x185)](()=>_0x3a40bf(_0x58be93)),_0x2bf602=_0x20db23[_0x3caff3(0x159)](_0x3bc302[_0x3caff3(0x1b0)][_0x3caff3(0x19f)][_0x3caff3(0x1a7)]),_0x436dd4=_0x3915f6[_0x3caff3(0x150)](_0x2bf602);const _0x5a3465=_0x3915f6[_0x3caff3(0x141)](_0x26f726,_0x14cd0e);_0x26f726[_0x3caff3(0x180)](),_0x14cd0e[_0x3caff3(0x180)](),_0x5b05d1[_0x3caff3(0x14c)](_0x2bf602,{'commandName':_0x3caff3(0x145),'commandParams':[_0x58be93]},[],_0x3caff3(0x18c)),_0x5a3465[_0x3caff3(0x16a)][_0x3caff3(0x148)](_0x436dd4[_0x3caff3(0x16a)])&&_0x5b05d1[_0x3caff3(0x16b)](_0x3915f6[_0x3caff3(0x141)](_0x5a3465[_0x3caff3(0x16a)],_0x436dd4[_0x3caff3(0x16a)]),_0x3caff3(0x18c)),_0x436dd4[_0x3caff3(0x1af)][_0x3caff3(0x148)](_0x5a3465[_0x3caff3(0x1af)])&&_0x5b05d1[_0x3caff3(0x16b)](_0x3915f6[_0x3caff3(0x141)](_0x436dd4[_0x3caff3(0x1af)],_0x5a3465[_0x3caff3(0x1af)]),_0x3caff3(0x18c));});}),_0x5b05d1[_0x19f3fe(0x16e)][_0x19f3fe(0x172)](_0x19f3fe(0x14a),_0x19f3fe(0x18c),_0x19f3fe(0x191),()=>!0x1),_0x5b05d1[_0x19f3fe(0x16e)][_0x19f3fe(0x172)](_0x19f3fe(0x14a),_0x19f3fe(0x18c),_0x19f3fe(0x153),()=>!0x1),_0x5b05d1[_0x19f3fe(0x16e)][_0x19f3fe(0x172)](_0x19f3fe(0x14a),_0x19f3fe(0x18c),_0x19f3fe(0x19c),_0x5b05d1[_0x19f3fe(0x16e)][_0x19f3fe(0x18b)](_0x19f3fe(0x14a),'',_0x19f3fe(0x153))),_0x5b05d1[_0x19f3fe(0x16e)][_0x19f3fe(0x172)](_0x19f3fe(0x1a5),_0x19f3fe(0x18c),_0x19f3fe(0x191),()=>!0x1),_0x5b05d1[_0x19f3fe(0x16e)][_0x19f3fe(0x172)](_0x19f3fe(0x1a5),_0x19f3fe(0x18c),_0x19f3fe(0x19c),([_0x42e424])=>{const _0x525187=_0x19f3fe,_0x2d9417=_0x5b05d1[_0x525187(0x16e)][_0x525187(0x18b)](_0x525187(0x1a5),'',_0x525187(0x19c));let _0x130476=_0x42e424[_0x525187(0x16a)],_0x295c27=_0x42e424[_0x525187(0x1af)];const _0x3b84c6=_0x3bc302[_0x525187(0x1b0)][_0x525187(0x143)][_0x525187(0x1a4)](_0x130476,_0x525187(0x152)),_0x689361=_0x3bc302[_0x525187(0x1b0)][_0x525187(0x143)][_0x525187(0x1a4)](_0x295c27,_0x525187(0x160));_0x3b84c6[_0x525187(0x184)]&&(_0x130476=_0x3b84c6[_0x525187(0x16a)]),_0x689361[_0x525187(0x184)]&&(_0x295c27=_0x689361[_0x525187(0x1af)]),_0x2d9417([_0x3bc302[_0x525187(0x1b0)][_0x525187(0x141)](_0x130476,_0x295c27)]);}),_0x5b05d1[_0x19f3fe(0x16e)][_0x19f3fe(0x172)](_0x19f3fe(0x14a),_0x19f3fe(0x18c),_0x19f3fe(0x158),_0x856dff),_0x5b05d1[_0x19f3fe(0x16e)][_0x19f3fe(0x172)](_0x19f3fe(0x1a5),_0x19f3fe(0x18c),_0x19f3fe(0x158),_0x856dff)),_0x3bc302[_0x19f3fe(0x18d)][_0x19f3fe(0x1a0)](_0x19f3fe(0x1ad))&&(_0x5b05d1[_0x19f3fe(0x17a)](_0x19f3fe(0x197),(_0x2aab34,_0x456284)=>{const _0x130374=_0x19f3fe,_0x2f8f64=_0x3bc302[_0x130374(0x18d)][_0x130374(0x154)](_0x130374(0x168));let _0x541d91=_0x20db23[_0x130374(0x159)](_0x3bc302[_0x130374(0x1b0)][_0x130374(0x19f)][_0x130374(0x1a7)]),_0x3fbf75=_0x2f8f64[_0x130374(0x144)](_0x541d91);_0x3bc302[_0x130374(0x1b0)][_0x130374(0x147)](()=>{const _0x37bdab=_0x130374;if(_0x3fbf75)return void _0x5b05d1[_0x37bdab(0x177)](_0x3bc302[_0x37bdab(0x1b0)][_0x37bdab(0x150)](_0x3fbf75));const _0x17f3f1=_0x20db23[_0x37bdab(0x14b)](_0x541d91);_0x2aab34(_0x456284),_0x541d91=_0x20db23[_0x37bdab(0x159)](_0x3bc302[_0x37bdab(0x1b0)][_0x37bdab(0x19f)][_0x37bdab(0x1a7)]),_0x3fbf75=_0x2f8f64[_0x37bdab(0x144)](_0x541d91),_0x5b05d1[_0x37bdab(0x16b)](_0x3bc302[_0x37bdab(0x1b0)][_0x37bdab(0x150)](_0x3fbf75),_0x17f3f1?null:_0x37bdab(0x19a));});}),_0x5b05d1[_0x19f3fe(0x16e)][_0x19f3fe(0x172)](_0x19f3fe(0x1a5),_0x19f3fe(0x19a),_0x19f3fe(0x158),_0x856dff));const _0x3488df=[{'type':_0x19f3fe(0x14a),'subType':_0x19f3fe(0x163)},{'type':_0x19f3fe(0x1a5),'subType':_0x19f3fe(0x19a)},{'type':_0x19f3fe(0x14a),'subType':_0x19f3fe(0x18c)},{'type':_0x19f3fe(0x1a5),'subType':_0x19f3fe(0x18c)}];function _0x5349b4(_0x331626,_0x39a18b){const _0x5edea5=_0x19f3fe,_0x101b33=_0x3488df[_0x5edea5(0x1b2)](({type:_0x5b5069,subType:_0x171078})=>_0x331626[_0x5edea5(0x1a8)]==_0x5b5069&&_0x331626[_0x5edea5(0x156)]==_0x171078),_0x2dadb6=_0x3488df[_0x5edea5(0x1b2)](({type:_0x34c2de,subType:_0x1284f1})=>_0x39a18b[_0x5edea5(0x1a8)]==_0x34c2de&&_0x39a18b[_0x5edea5(0x156)]==_0x1284f1);if(_0x101b33<0x0||_0x2dadb6<0x0)return!0x1;const _0x354971=_0x331626[_0x5edea5(0x15c)](),_0x2bec18=_0x39a18b[_0x5edea5(0x15c)]();if((0x0==_0x101b33||0x1==_0x101b33)&&0x2==_0x2dadb6&&_0x354971[_0x5edea5(0x17f)](_0x2bec18))return!0x0;if(0x2==_0x101b33&&0x3==_0x2dadb6){const _0x48c354=_0x5b05d1[_0x5edea5(0x15d)](_0x354971,_0x5edea5(0x1a5))[_0x5edea5(0x17b)](({suggestion:_0x8ce7a5,meta:_0x3efbdc})=>_0x3efbdc[_0x5edea5(0x1b8)]&&_0x5edea5(0x18c)==_0x8ce7a5[_0x5edea5(0x156)]);if(_0x48c354[_0x5edea5(0x187)]>0x1&&_0x2bec18[_0x5edea5(0x1af)][_0x5edea5(0x17c)](_0x354971[_0x5edea5(0x16a)]))return!0x0;if(0x1==_0x48c354[_0x5edea5(0x187)]&&(_0x354971[_0x5edea5(0x16a)][_0x5edea5(0x17c)](_0x2bec18[_0x5edea5(0x1af)])||_0x354971[_0x5edea5(0x1af)][_0x5edea5(0x17c)](_0x2bec18[_0x5edea5(0x16a)])))return!0x0;}if(0x3==_0x101b33&&0x3==_0x2dadb6&&_0x354971[_0x5edea5(0x16a)][_0x5edea5(0x148)](_0x2bec18[_0x5edea5(0x16a)])){const _0x50aa9a=_0x354971[_0x5edea5(0x1af)][_0x5edea5(0x198)],_0x539cec=_0x2bec18[_0x5edea5(0x16a)][_0x5edea5(0x164)];return _0x20db23[_0x5edea5(0x14b)](_0x50aa9a)&&_0x50aa9a===_0x539cec;}return!0x1;}function _0x856dff(_0x22e3ab,_0x174160){return _0x5349b4(_0x22e3ab,_0x174160)?[_0x22e3ab,_0x174160]:_0x5349b4(_0x174160,_0x22e3ab)?[_0x174160,_0x22e3ab]:null;}_0x3bc302[_0x19f3fe(0x18d)][_0x19f3fe(0x1a0)](_0x19f3fe(0x14f))&&(_0x5b05d1[_0x19f3fe(0x151)](_0x19f3fe(0x196)),_0x5b05d1[_0x19f3fe(0x1b7)](_0x19f3fe(0x183)),_0x5b05d1[_0x19f3fe(0x15a)][_0x19f3fe(0x179)](_0x19f3fe(0x183),_0x40b1da(_0xd8d855,_0x19f3fe(0x1aa)))),_0x3bc302[_0x19f3fe(0x18d)][_0x19f3fe(0x1a0)](_0x19f3fe(0x16d))&&(_0x5b05d1[_0x19f3fe(0x151)](_0x19f3fe(0x161)),_0x5b05d1[_0x19f3fe(0x1b7)](_0x19f3fe(0x17e))),_0x5b05d1[_0x19f3fe(0x15a)][_0x19f3fe(0x14d)](_0x572244=>{const _0x5203e7=_0x19f3fe;if(!!_0x3488df[_0x5203e7(0x194)](({type:_0x2e4a1e,subType:_0x5620d6})=>_0x572244[_0x5203e7(0x1a8)]==_0x2e4a1e&&_0x572244[_0x5203e7(0x156)]==_0x5620d6))return _0x572244[_0x5203e7(0x1a6)]?{}:void 0x0;}),_0x5b05d1[_0x19f3fe(0x15a)][_0x19f3fe(0x14d)](_0x1c4d85=>{const _0x24857c=_0x19f3fe;if(_0x24857c(0x1a5)==_0x1c4d85[_0x24857c(0x1a8)]||_0x24857c(0x175)==_0x1c4d85[_0x24857c(0x1a8)]){const _0x106ae9=_0x1c4d85[_0x24857c(0x199)]();if(_0x106ae9&&_0x106ae9['is'](_0x24857c(0x1a9),_0x24857c(0x193)))return{'type':_0x24857c(0x1a5)==_0x1c4d85[_0x24857c(0x1a8)]?_0x24857c(0x192):_0x24857c(0x149),'element':_0x106ae9,'quantity':0x1};}}),_0x5b05d1[_0x19f3fe(0x15a)][_0x19f3fe(0x14d)](_0x3d2bc9=>_0x19f3fe(0x14a)==_0x3d2bc9[_0x19f3fe(0x1a8)]&&_0x19f3fe(0x18c)==_0x3d2bc9[_0x19f3fe(0x156)]?{'type':_0x19f3fe(0x1b3),'content':_0x19f3fe(0x146)}:_0x19f3fe(0x14a)==_0x3d2bc9[_0x19f3fe(0x1a8)]&&_0x19f3fe(0x1ac)==_0x3d2bc9[_0x19f3fe(0x156)]?{'type':_0x19f3fe(0x1b3),'content':_0x19f3fe(0x17d)}:void 0x0),_0x5b05d1[_0x19f3fe(0x15a)][_0x19f3fe(0x14d)](_0x6f958f=>{const _0x5c757a=_0x19f3fe;if(_0x5c757a(0x18f)!=_0x6f958f[_0x5c757a(0x1a8)])return;const {data:_0x2647fb}=_0x6f958f;if(!_0x2647fb||_0x5c757a(0x17e)!=_0x2647fb[_0x5c757a(0x169)])return;const _0x369130=_0x2647fb[_0x5c757a(0x1b5)];return _0x369130?{'type':_0x5c757a(0x1b3),'content':_0x40b1da(_0xd8d855,_0x5c757a(0x1b6),'\x22'+_0x369130+'\x22')}:{'type':_0x5c757a(0x1b3),'content':_0x40b1da(_0xd8d855,_0x5c757a(0x15b))};}),this[_0x19f3fe(0x1b4)]();}[_0xdc4634(0x1b4)](){const _0x180dbc=_0xdc4634,_0x34e2a4=this[_0x180dbc(0x157)],_0x497ef7=_0x34e2a4[_0x180dbc(0x140)];_0x34e2a4[_0x180dbc(0x18d)][_0x180dbc(0x154)](_0x180dbc(0x166))[_0x180dbc(0x15a)][_0x180dbc(0x14d)](_0x242910=>{const _0x5b9447=_0x180dbc;if(_0x5b9447(0x14a)!=_0x242910[_0x5b9447(0x1a8)]&&_0x5b9447(0x19d)!=_0x242910[_0x5b9447(0x1a8)])return;const {data:_0x2b3f4d}=_0x242910;if(_0x2b3f4d){if(_0x5b9447(0x161)==_0x2b3f4d[_0x5b9447(0x176)]){const _0x11a5dc=_0x2b3f4d[_0x5b9447(0x188)][0x0][_0x5b9447(0x1b5)];return _0x11a5dc?{'type':_0x5b9447(0x1b3),'content':_0x40b1da(_0x497ef7,_0x5b9447(0x1b6),'\x22'+_0x11a5dc+'\x22')}:{'type':_0x5b9447(0x1b3),'content':_0x40b1da(_0x497ef7,_0x5b9447(0x15b))};}if(_0x5b9447(0x196)==_0x2b3f4d[_0x5b9447(0x176)]){const _0x430308=_0x2b3f4d[_0x5b9447(0x188)][0x0][_0x5b9447(0x162)];return _0x430308?{'type':_0x5b9447(0x1b3),'content':_0x40b1da(_0x497ef7,_0x5b9447(0x173),_0x430308)}:{'type':_0x5b9447(0x1b3),'content':_0x40b1da(_0x497ef7,_0x5b9447(0x1ae))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x15fd(_0xc7fd34,_0x5a5265){const _0x273e51=_0x273e();return _0x15fd=function(_0x15fd06,_0x30a53b){_0x15fd06=_0x15fd06-0x159;let _0x412e69=_0x273e51[_0x15fd06];return _0x412e69;},_0x15fd(_0xc7fd34,_0x5a5265);}const _0x3cf43b=_0x15fd;function _0x273e(){const _0x4f0949=['1137316fCJldJ','formatBlock','replaceImageSource','6981280vpjCfO','*Replace\x20image\x20URL*','registerCustomCallback','commandName','ImageEditing','afterInit','attribute','type','55628EMiptj','accept','format','editor','5628328BnDDEh','src','10VRutRG','oldValue','_registerLegacyDescription','enableDefaultAttributesIntegration','formatInline','getSuggestionCallback','plugins','*Format:*\x20replace\x20image\x20URL','newValue','6wEgOwR','_handleLegacySuggestions','has','3627605pcmIRr','locale','5369157OZJLDG','get','registerBlockAttribute','6767859WjZzpB','117Fkdtfd','TrackChangesEditing','descriptionFactory','key','_suggestionFactory','discard','registerDescriptionCallback'];_0x273e=function(){return _0x4f0949;};return _0x273e();}(function(_0x282759,_0x230755){const _0x4faffe=_0x15fd,_0x331e89=_0x282759();while(!![]){try{const _0x42a895=-parseInt(_0x4faffe(0x162))/0x1+parseInt(_0x4faffe(0x16d))/0x2*(parseInt(_0x4faffe(0x15b))/0x3)+parseInt(_0x4faffe(0x171))/0x4+parseInt(_0x4faffe(0x17f))/0x5*(parseInt(_0x4faffe(0x17c))/0x6)+-parseInt(_0x4faffe(0x15a))/0x7+-parseInt(_0x4faffe(0x165))/0x8+parseInt(_0x4faffe(0x181))/0x9*(parseInt(_0x4faffe(0x173))/0xa);if(_0x42a895===_0x230755)break;else _0x331e89['push'](_0x331e89['shift']());}catch(_0x2e6725){_0x331e89['push'](_0x331e89['shift']());}}}(_0x273e,0xcc5f5));import{Plugin as _0x467889}from'ckeditor5/src/core.js';import{getTranslation as _0x295d8c}from'../utils/common-translations.js';export default class st extends _0x467889{[_0x3cf43b(0x16a)](){const _0x4ea2c8=_0x3cf43b;if(!this[_0x4ea2c8(0x170)][_0x4ea2c8(0x179)][_0x4ea2c8(0x17e)](_0x4ea2c8(0x169)))return;const _0x4cc38b=this[_0x4ea2c8(0x170)][_0x4ea2c8(0x180)],_0x526c30=this[_0x4ea2c8(0x170)][_0x4ea2c8(0x179)][_0x4ea2c8(0x182)](_0x4ea2c8(0x15c));_0x526c30[_0x4ea2c8(0x176)](_0x4ea2c8(0x164)),_0x526c30[_0x4ea2c8(0x159)](_0x4ea2c8(0x172)),_0x526c30[_0x4ea2c8(0x15d)][_0x4ea2c8(0x161)](_0x410c6f=>{const _0x3187ed=_0x4ea2c8;if(_0x3187ed(0x16b)!=_0x410c6f[_0x3187ed(0x16c)])return;const {data:_0x57ae58}=_0x410c6f;return _0x57ae58&&_0x3187ed(0x172)==_0x57ae58[_0x3187ed(0x15e)]?_0x57ae58[_0x3187ed(0x17b)]&&_0x57ae58[_0x3187ed(0x174)]?{'type':_0x3187ed(0x16f),'content':_0x295d8c(_0x4cc38b,_0x3187ed(0x166))}:{'type':_0x3187ed(0x16f),'content':''}:void 0x0;}),this[_0x4ea2c8(0x17d)]();}[_0x3cf43b(0x17d)](){const _0xf57f94=_0x3cf43b,_0x4027c7=this[_0xf57f94(0x170)][_0xf57f94(0x179)][_0xf57f94(0x182)](_0xf57f94(0x15c));_0x4027c7[_0xf57f94(0x15f)][_0xf57f94(0x167)](_0xf57f94(0x163),_0xf57f94(0x164),_0xf57f94(0x16e),_0x4027c7[_0xf57f94(0x15f)][_0xf57f94(0x178)](_0xf57f94(0x163),null,_0xf57f94(0x160))),_0x4027c7[_0xf57f94(0x15f)][_0xf57f94(0x167)](_0xf57f94(0x163),_0xf57f94(0x164),_0xf57f94(0x160),_0x4027c7[_0xf57f94(0x15f)][_0xf57f94(0x178)](_0xf57f94(0x163),null,_0xf57f94(0x16e))),this[_0xf57f94(0x175)]();}[_0x3cf43b(0x175)](){const _0x14be8b=_0x3cf43b,_0x584af9=this[_0x14be8b(0x170)],_0xd622a4=_0x584af9[_0x14be8b(0x180)];_0x584af9[_0x14be8b(0x179)][_0x14be8b(0x182)](_0x14be8b(0x15c))[_0x14be8b(0x15d)][_0x14be8b(0x161)](_0x428ee1=>{const _0xa477ce=_0x14be8b;if(_0xa477ce(0x163)!=_0x428ee1[_0xa477ce(0x16c)]&&_0xa477ce(0x177)!=_0x428ee1[_0xa477ce(0x16c)])return;const {data:_0xc10f88}=_0x428ee1;if(!_0xc10f88||_0xa477ce(0x164)!=_0xc10f88[_0xa477ce(0x168)])return;return{'type':_0xa477ce(0x16f),'content':_0x295d8c(_0xd622a4,_0xa477ce(0x17a))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3b50ed=_0x316c;(function(_0x3ebdf6,_0x39f0b5){const _0x53998e=_0x316c,_0x55d381=_0x3ebdf6();while(!![]){try{const _0x5ca642=parseInt(_0x53998e(0xb6))/0x1*(parseInt(_0x53998e(0x94))/0x2)+-parseInt(_0x53998e(0x9f))/0x3*(-parseInt(_0x53998e(0xcc))/0x4)+-parseInt(_0x53998e(0x90))/0x5+-parseInt(_0x53998e(0xba))/0x6*(parseInt(_0x53998e(0xd8))/0x7)+parseInt(_0x53998e(0xb8))/0x8*(-parseInt(_0x53998e(0xf0))/0x9)+parseInt(_0x53998e(0x9b))/0xa+parseInt(_0x53998e(0xe1))/0xb*(parseInt(_0x53998e(0xad))/0xc);if(_0x5ca642===_0x39f0b5)break;else _0x55d381['push'](_0x55d381['shift']());}catch(_0x57284b){_0x55d381['push'](_0x55d381['shift']());}}}(_0x5845,0xd4981));function _0x316c(_0x5d71fc,_0x1c4dd5){const _0x584517=_0x5845();return _0x316c=function(_0x316c82,_0x270288){_0x316c82=_0x316c82-0x8d;let _0x5040ea=_0x584517[_0x316c82];return _0x5040ea;},_0x316c(_0x5d71fc,_0x1c4dd5);}function _0x5845(){const _0x36e7f8=['nodeBefore','948548rmcjYY','plugins','discard','editor','join','isOwn','accept','getClosestSelectedImageElement','commands','hasSuggestion','filter','registerDescriptionCallback','7021VGiOCz','isIntersecting','imageCaption','commandName','shouldConvertImageType','*Format:*\x20%0','getSuggestion','formatBlock','selection','22yWPIHJ','imageStylePreApply','getChangedMarkers','FORMAT_SIDE_IMAGE','model','get','document','imageStylePostApply','imageTypeBlock','isBefore','isEqual','imageTypeInline','suggestion','side','ImageStyleEditing','171xXikzi','change','locale','markInlineFormat','value','371470tBLugW','registerPostFixer','_registerLegacyDescription','getFirstRange','28uaYDtL','chain','next','isBlockImage','descriptionFactory','_suggestionFactory','ImageUtils','4264820bweDqM','_findSuggestions','has','commandParams','6OCDQAa','insertion','normalizedStyles','from','commandReversedParams','discardSuggestion','convertInlineImageToBlock','refresh','newRange','isInContent','author','type','forEach','getContainedElement','8419596tKtZiZ','createRangeOn','markBlockFormat','name','afterInit','title','toLowerCase','format','subType','20853YQrcRQ','formatInline','16448ogleGb','_splitMarkerName','9642IBTfAY','nodeAfter','end','Users','setImageNaturalSizeAttributes','isInlineImage','registerCustomCallback','head','getSuggestionCallback','length','getSuggestions','enableCommand','differ','start','TrackChangesEditing','imageStyle','findIndex'];_0x5845=function(){return _0x36e7f8;};return _0x5845();}import{Plugin as _0x22c764}from'ckeditor5/src/core.js';import{uid as _0x3162b8}from'ckeditor5/src/utils.js';import{getTranslation as _0xa3d033}from'../utils/common-translations.js';export default class nt extends _0x22c764{[_0x3b50ed(0xb1)](){const _0x788b17=_0x3b50ed,_0x2a28eb=this[_0x788b17(0xcf)];if(!_0x2a28eb[_0x788b17(0xcd)][_0x788b17(0x9d)](_0x788b17(0xef)))return;const _0x2d51a3=_0x2a28eb[_0x788b17(0xcd)][_0x788b17(0xe6)](_0x788b17(0xc8)),_0x3153d2=_0x2a28eb[_0x788b17(0xcd)][_0x788b17(0xe6)](_0x788b17(0x9a)),_0x1dfb05={};_0x2d51a3[_0x788b17(0xc5)](_0x788b17(0xc9),(_0x2994fc,_0x1ca202)=>{const _0x1c0e29=_0x788b17,_0x4b5280=_0x2a28eb[_0x1c0e29(0xcd)][_0x1c0e29(0xe6)](_0x1c0e29(0xbd))['me'],_0x508bd7=_0x2a28eb[_0x1c0e29(0xd4)][_0x1c0e29(0xe6)](_0x1c0e29(0xc9));let _0xce7623=_0x3153d2[_0x1c0e29(0xd3)](_0x2a28eb[_0x1c0e29(0xe5)][_0x1c0e29(0xe7)][_0x1c0e29(0xe0)]),_0x51867f=_0x2a28eb[_0x1c0e29(0xe5)][_0x1c0e29(0xae)](_0xce7623),_0x2670a8=_0x508bd7[_0x1c0e29(0x8f)];if(_0x2670a8==_0x1ca202[_0x1c0e29(0x8f)])return;const _0x15b0ef={'commandName':_0x1c0e29(0xc9),'commandParams':[_0x1ca202],'formatGroupId':_0x3162b8()};_0x2a28eb[_0x1c0e29(0xe5)][_0x1c0e29(0xf1)](()=>{const _0x43fc45=_0x1c0e29;if(_0x2d51a3[_0x43fc45(0xc4)]()[_0x43fc45(0xd6)](_0x38815e=>_0x38815e[_0x43fc45(0xa8)]&&_0x4b5280==_0x38815e[_0x43fc45(0xa9)]&&(_0x43fc45(0xdf)==_0x38815e[_0x43fc45(0xaa)]||_0x43fc45(0xb7)==_0x38815e[_0x43fc45(0xaa)])&&(_0x43fc45(0xe2)==_0x38815e[_0x43fc45(0xb5)]||_0x43fc45(0xe8)==_0x38815e[_0x43fc45(0xb5)])&&_0x38815e[_0x43fc45(0x93)]()[_0x43fc45(0xeb)](_0x51867f))[_0x43fc45(0xab)](_0x15fd95=>_0x2d51a3[_0x43fc45(0xa4)](_0x15fd95[_0x43fc45(0xc1)])),_0xce7623=_0x3153d2[_0x43fc45(0xd3)](_0x2a28eb[_0x43fc45(0xe5)][_0x43fc45(0xe7)][_0x43fc45(0xe0)]),_0x51867f=_0x2a28eb[_0x43fc45(0xe5)][_0x43fc45(0xae)](_0xce7623),_0x508bd7[_0x43fc45(0xa6)](),_0x2a28eb[_0x43fc45(0xd4)][_0x43fc45(0xe6)](_0x43fc45(0xec))[_0x43fc45(0xa6)](),_0x2a28eb[_0x43fc45(0xd4)][_0x43fc45(0xe6)](_0x43fc45(0xe9))[_0x43fc45(0xa6)](),_0x2670a8=_0x508bd7[_0x43fc45(0x8f)],_0x2670a8!=_0x1ca202[_0x43fc45(0x8f)])return _0x3153d2[_0x43fc45(0xbf)](_0xce7623)&&_0x508bd7[_0x43fc45(0xdc)](_0x1ca202[_0x43fc45(0x8f)],_0xce7623)?(_0x2994fc({..._0x1ca202,'setImageSizes':!0x1}),_0xce7623=_0x3153d2[_0x43fc45(0xd3)](_0x2a28eb[_0x43fc45(0xe5)][_0x43fc45(0xe7)][_0x43fc45(0xe0)]),void _0x2d51a3[_0x43fc45(0xaf)](_0xce7623,{..._0x15b0ef,'commandReversedParams':[{'value':_0x2670a8||null,'setImageSizes':!0x1}]},[],_0x43fc45(0xe2))):void(_0x3153d2[_0x43fc45(0x97)](_0xce7623)?_0x2d51a3[_0x43fc45(0xaf)](_0xce7623,_0x15b0ef,[],_0x43fc45(0xe8)):_0x2d51a3[_0x43fc45(0x8e)](_0x51867f,_0x15b0ef,_0x43fc45(0xe8)));});});for(const _0x4d91c1 of _0x2a28eb[_0x788b17(0xcd)][_0x788b17(0xe6)](_0x788b17(0xef))[_0x788b17(0xa1)])_0x1dfb05[_0x4d91c1[_0x788b17(0xb0)]]=_0x4d91c1[_0x788b17(0xb2)][_0x788b17(0xb3)]();_0x2d51a3[_0x788b17(0x99)][_0x788b17(0xc0)](_0x788b17(0xdf),_0x788b17(0xe2),_0x788b17(0xd0),()=>!0x1),_0x2d51a3[_0x788b17(0x99)][_0x788b17(0xc0)](_0x788b17(0xdf),_0x788b17(0xe8),_0x788b17(0xd0),()=>!0x1),_0x2d51a3[_0x788b17(0x99)][_0x788b17(0xc0)](_0x788b17(0xb7),_0x788b17(0xe8),_0x788b17(0xd0),()=>!0x1),_0x2d51a3[_0x788b17(0x99)][_0x788b17(0xc0)](_0x788b17(0xdf),_0x788b17(0xe2),_0x788b17(0xd2),([_0x3e1aef])=>{const _0x40b6c4=_0x788b17;_0x3153d2[_0x40b6c4(0xbe)](_0x3e1aef[_0x40b6c4(0xac)]());}),_0x2d51a3[_0x788b17(0x99)][_0x788b17(0xc0)](_0x788b17(0xdf),_0x788b17(0xe2),_0x788b17(0xce),(_0x5f28d2,_0x23a6a5)=>{const _0x16ed4d=_0x788b17;_0x2d51a3[_0x16ed4d(0x99)][_0x16ed4d(0xc2)](_0x16ed4d(0xdf),'',_0x16ed4d(0xd2))(_0x5f28d2,{'commandName':_0x23a6a5[_0x16ed4d(0xdb)],'commandParams':_0x23a6a5[_0x16ed4d(0xa3)]});}),_0x2d51a3[_0x788b17(0x99)][_0x788b17(0xc0)](_0x788b17(0xdf),_0x788b17(0xe2),_0x788b17(0x95),function(_0x39dba3,_0x422b2a){if(_0x31e012(_0x39dba3,_0x422b2a))return[_0x39dba3,_0x422b2a];if(_0x31e012(_0x422b2a,_0x39dba3))return[_0x422b2a,_0x39dba3];return null;});const _0x35fbd5=[{'type':_0x788b17(0xdf),'subType':_0x788b17(0xe2)},{'type':_0x788b17(0xa0),'subType':_0x788b17(0xda)},{'type':_0x788b17(0xdf),'subType':_0x788b17(0xa5)},{'type':_0x788b17(0xa0),'subType':_0x788b17(0xa5)}];function _0x31e012(_0x3739ad,_0x178fae){const _0x46e9ee=_0x788b17,_0x54754b=_0x35fbd5[_0x46e9ee(0xca)](({type:_0x17e391,subType:_0x49a0c0})=>_0x3739ad[_0x46e9ee(0xaa)]==_0x17e391&&_0x3739ad[_0x46e9ee(0xb5)]==_0x49a0c0),_0x2a7042=_0x35fbd5[_0x46e9ee(0xca)](({type:_0x3003d4,subType:_0x61cfbf})=>_0x178fae[_0x46e9ee(0xaa)]==_0x3003d4&&_0x178fae[_0x46e9ee(0xb5)]==_0x61cfbf);if(_0x54754b<0x0||_0x2a7042<0x0)return!0x1;const _0x323bda=_0x3739ad[_0x46e9ee(0x93)](),_0x1bd065=_0x178fae[_0x46e9ee(0x93)]();if((0x0==_0x54754b||0x1==_0x54754b)&&0x2==_0x2a7042&&_0x323bda[_0x46e9ee(0xd9)](_0x1bd065))return!0x0;if(0x2==_0x54754b&&0x3==_0x2a7042){const _0xff3ecd=_0x2d51a3[_0x46e9ee(0x9c)](_0x323bda,_0x46e9ee(0xa0))[_0x46e9ee(0xd6)](({suggestion:_0x5c904f,meta:_0x1e1cb3})=>_0x1e1cb3[_0x46e9ee(0xd1)]&&_0x46e9ee(0xa5)==_0x5c904f[_0x46e9ee(0xb5)]);if(_0xff3ecd[_0x46e9ee(0xc3)]>0x1&&_0x1bd065[_0x46e9ee(0xbc)][_0x46e9ee(0xeb)](_0x323bda[_0x46e9ee(0xc7)]))return!0x0;if(0x1==_0xff3ecd[_0x46e9ee(0xc3)]&&(_0x323bda[_0x46e9ee(0xc7)][_0x46e9ee(0xeb)](_0x1bd065[_0x46e9ee(0xbc)])||_0x323bda[_0x46e9ee(0xbc)][_0x46e9ee(0xeb)](_0x1bd065[_0x46e9ee(0xc7)])))return!0x0;}if(0x3==_0x54754b&&0x3==_0x2a7042&&_0x323bda[_0x46e9ee(0xc7)][_0x46e9ee(0xea)](_0x1bd065[_0x46e9ee(0xc7)])){const _0x24bf14=_0x323bda[_0x46e9ee(0xbc)][_0x46e9ee(0xbb)],_0x4d89e3=_0x1bd065[_0x46e9ee(0xc7)][_0x46e9ee(0xcb)];return _0x3153d2[_0x46e9ee(0x97)](_0x24bf14)&&_0x24bf14===_0x4d89e3;}return!0x1;}_0x2a28eb[_0x788b17(0xe5)][_0x788b17(0xe7)][_0x788b17(0x91)](()=>{const _0x351a62=_0x788b17;let _0x23025c=!0x1;const _0x31d2af=Array[_0x351a62(0xa2)](_0x2a28eb[_0x351a62(0xe5)][_0x351a62(0xe7)][_0x351a62(0xc6)][_0x351a62(0xe3)]());for(const {name:_0x155ef5,data:_0x1a3aa8}of _0x31d2af){const {group:_0x55422c,type:_0x2af8ca,subType:_0x26991a,id:_0x44dc44}=_0x2d51a3[_0x351a62(0xb9)](_0x155ef5);if(_0x351a62(0xed)==_0x55422c&&_0x2d51a3[_0x351a62(0xd5)](_0x44dc44)){if(_0x351a62(0xdf)==_0x2af8ca&&(_0x351a62(0xe2)==_0x26991a||_0x351a62(0xe8)==_0x26991a)){const _0x2c1af1=_0x2d51a3[_0x351a62(0xde)](_0x44dc44);if(_0x1a3aa8[_0x351a62(0xa7)]){const _0x57ad67=_0x2c1af1[_0x351a62(0x93)]()[_0x351a62(0xac)]();if(_0x3153d2[_0x351a62(0x97)](_0x57ad67))continue;_0x2d51a3[_0x351a62(0xa4)](_0x2c1af1),_0x23025c=!0x0;}}if(_0x351a62(0xa0)==_0x2af8ca&&_0x351a62(0xda)==_0x26991a&&!_0x1a3aa8[_0x351a62(0xa7)]){const _0x5ce8e1=_0x2d51a3[_0x351a62(0xde)](_0x44dc44);_0x5ce8e1[_0x351a62(0x96)]&&_0x5ce8e1[_0x351a62(0x96)][_0x351a62(0xa8)]&&(_0x2d51a3[_0x351a62(0xa4)](_0x5ce8e1[_0x351a62(0x96)]),_0x23025c=!0x0);}}}return _0x23025c;}),this[_0x788b17(0x92)](_0x1dfb05);}[_0x3b50ed(0x92)](_0x29c10a){const _0x3b9453=_0x3b50ed,_0x108bc4=this[_0x3b9453(0xcf)],_0x3d1875=_0x108bc4[_0x3b9453(0x8d)];_0x108bc4[_0x3b9453(0xcd)][_0x3b9453(0xe6)](_0x3b9453(0xc8))[_0x3b9453(0x98)][_0x3b9453(0xd7)](_0x28e55c=>{const _0x5c63f3=_0x3b9453;if(_0x5c63f3(0xdf)!=_0x28e55c[_0x5c63f3(0xaa)]&&_0x5c63f3(0xb7)!=_0x28e55c[_0x5c63f3(0xaa)])return;const {data:_0x5e9f7e}=_0x28e55c;if(!_0x5e9f7e||_0x5c63f3(0xc9)!=_0x5e9f7e[_0x5c63f3(0xdb)])return;const _0x41a175=_0x5e9f7e[_0x5c63f3(0x9e)][0x0][_0x5c63f3(0x8f)];return _0x4da93f(_0x5c63f3(0xee)===_0x41a175?_0xa3d033(_0x3d1875,_0x5c63f3(0xe4)):_0x29c10a[_0x41a175]||_0x41a175);function _0x4da93f(_0x1e008b){const _0x1cbfb0=_0x5c63f3;return{'type':_0x1cbfb0(0xb4),'content':_0xa3d033(_0x3d1875,_0x1cbfb0(0xdd),_0x1e008b)};}});}}
|
|
23
|
+
const _0x3a37ec=_0x1364;(function(_0x486558,_0x4ff0c3){const _0x3232cc=_0x1364,_0x156b67=_0x486558();while(!![]){try{const _0x3ea65c=-parseInt(_0x3232cc(0x207))/0x1+-parseInt(_0x3232cc(0x21b))/0x2*(parseInt(_0x3232cc(0x1f3))/0x3)+parseInt(_0x3232cc(0x1e4))/0x4*(-parseInt(_0x3232cc(0x1de))/0x5)+parseInt(_0x3232cc(0x20a))/0x6*(-parseInt(_0x3232cc(0x202))/0x7)+-parseInt(_0x3232cc(0x1fa))/0x8*(parseInt(_0x3232cc(0x22d))/0x9)+parseInt(_0x3232cc(0x1f5))/0xa+parseInt(_0x3232cc(0x1ed))/0xb;if(_0x3ea65c===_0x4ff0c3)break;else _0x156b67['push'](_0x156b67['shift']());}catch(_0x2bbdc5){_0x156b67['push'](_0x156b67['shift']());}}}(_0x1393,0x645e5));function _0x1393(){const _0x30a939=['imageTypeBlock','imageCaption','imageStyle','24369jokyDq','ImageStyleEditing','1863350MlVqWf','discardSuggestion','formatInline','commandReversedParams','end','3660920SSHNRf','has','get','toLowerCase','enableCommand','_splitMarkerName','createRangeOn','getSuggestions','56WJCzjI','getFirstRange','discard','accept','imageStylePostApply','135160cWrYTP','isInlineImage','isBlockImage','314928fhXLAU','descriptionFactory','refresh','next','start','type','join','isIntersecting','isOwn','value','findIndex','hasSuggestion','*Format:*\x20%0','isBefore','insertion','imageStylePreApply','imageTypeInline','116jFLCim','format','formatBlock','markBlockFormat','markInlineFormat','chain','getSuggestion','commandParams','suggestion','model','head','selection','editor','afterInit','change','registerPostFixer','name','getClosestSelectedImageElement','9mRxLfn','_suggestionFactory','getContainedElement','length','_findSuggestions','nodeBefore','subType','newRange','convertInlineImageToBlock','side','registerDescriptionCallback','getChangedMarkers','forEach','title','ImageUtils','normalizedStyles','registerCustomCallback','plugins','Users','isEqual','commands','1995745KYiMdC','author','commandName','locale','setImageNaturalSizeAttributes','filter','4ugpzLo','from','isInContent','FORMAT_SIDE_IMAGE','getSuggestionCallback','nodeAfter','shouldConvertImageType','TrackChangesEditing','differ','23185096WftgKa','_registerLegacyDescription','document'];_0x1393=function(){return _0x30a939;};return _0x1393();}import{Plugin as _0x51e065}from'ckeditor5/src/core.js';function _0x1364(_0x2629ec,_0x4e57ed){const _0x139381=_0x1393();return _0x1364=function(_0x136420,_0x44cfb6){_0x136420=_0x136420-0x1d3;let _0x369c75=_0x139381[_0x136420];return _0x369c75;},_0x1364(_0x2629ec,_0x4e57ed);}import{uid as _0x375ef9}from'ckeditor5/src/utils.js';import{getTranslation as _0x43cc8b}from'../utils/common-translations.js';export default class nt extends _0x51e065{[_0x3a37ec(0x228)](){const _0x53058a=_0x3a37ec,_0x2b84bf=this[_0x53058a(0x227)];if(!_0x2b84bf[_0x53058a(0x1da)][_0x53058a(0x1fb)](_0x53058a(0x1f4)))return;const _0xf792b=_0x2b84bf[_0x53058a(0x1da)][_0x53058a(0x1fc)](_0x53058a(0x1eb)),_0x298d0d=_0x2b84bf[_0x53058a(0x1da)][_0x53058a(0x1fc)](_0x53058a(0x1d7)),_0x18aede={};_0xf792b[_0x53058a(0x1fe)](_0x53058a(0x1f2),(_0x1e80e3,_0x1f26a4)=>{const _0x3cd333=_0x53058a,_0x47023b=_0x2b84bf[_0x3cd333(0x1da)][_0x3cd333(0x1fc)](_0x3cd333(0x1db))['me'],_0x5e937c=_0x2b84bf[_0x3cd333(0x1dd)][_0x3cd333(0x1fc)](_0x3cd333(0x1f2));let _0x3b2d34=_0x298d0d[_0x3cd333(0x22c)](_0x2b84bf[_0x3cd333(0x224)][_0x3cd333(0x1ef)][_0x3cd333(0x226)]),_0x28d65e=_0x2b84bf[_0x3cd333(0x224)][_0x3cd333(0x200)](_0x3b2d34),_0x3c1df0=_0x5e937c[_0x3cd333(0x213)];if(_0x3c1df0==_0x1f26a4[_0x3cd333(0x213)])return;const _0x2013b9={'commandName':_0x3cd333(0x1f2),'commandParams':[_0x1f26a4],'formatGroupId':_0x375ef9()};_0x2b84bf[_0x3cd333(0x224)][_0x3cd333(0x229)](()=>{const _0x26d5e5=_0x3cd333;if(_0xf792b[_0x26d5e5(0x201)]()[_0x26d5e5(0x1e3)](_0x3111a1=>_0x3111a1[_0x26d5e5(0x1e6)]&&_0x47023b==_0x3111a1[_0x26d5e5(0x1df)]&&(_0x26d5e5(0x21d)==_0x3111a1[_0x26d5e5(0x20f)]||_0x26d5e5(0x1f7)==_0x3111a1[_0x26d5e5(0x20f)])&&(_0x26d5e5(0x219)==_0x3111a1[_0x26d5e5(0x233)]||_0x26d5e5(0x206)==_0x3111a1[_0x26d5e5(0x233)])&&_0x3111a1[_0x26d5e5(0x203)]()[_0x26d5e5(0x1dc)](_0x28d65e))[_0x26d5e5(0x1d5)](_0x32e900=>_0xf792b[_0x26d5e5(0x1f6)](_0x32e900[_0x26d5e5(0x225)])),_0x3b2d34=_0x298d0d[_0x26d5e5(0x22c)](_0x2b84bf[_0x26d5e5(0x224)][_0x26d5e5(0x1ef)][_0x26d5e5(0x226)]),_0x28d65e=_0x2b84bf[_0x26d5e5(0x224)][_0x26d5e5(0x200)](_0x3b2d34),_0x5e937c[_0x26d5e5(0x20c)](),_0x2b84bf[_0x26d5e5(0x1dd)][_0x26d5e5(0x1fc)](_0x26d5e5(0x21a))[_0x26d5e5(0x20c)](),_0x2b84bf[_0x26d5e5(0x1dd)][_0x26d5e5(0x1fc)](_0x26d5e5(0x1f0))[_0x26d5e5(0x20c)](),_0x3c1df0=_0x5e937c[_0x26d5e5(0x213)],_0x3c1df0!=_0x1f26a4[_0x26d5e5(0x213)])return _0x298d0d[_0x26d5e5(0x208)](_0x3b2d34)&&_0x5e937c[_0x26d5e5(0x1ea)](_0x1f26a4[_0x26d5e5(0x213)],_0x3b2d34)?(_0x1e80e3({..._0x1f26a4,'setImageSizes':!0x1}),_0x3b2d34=_0x298d0d[_0x26d5e5(0x22c)](_0x2b84bf[_0x26d5e5(0x224)][_0x26d5e5(0x1ef)][_0x26d5e5(0x226)]),void _0xf792b[_0x26d5e5(0x21e)](_0x3b2d34,{..._0x2013b9,'commandReversedParams':[{'value':_0x3c1df0||null,'setImageSizes':!0x1}]},[],_0x26d5e5(0x219))):void(_0x298d0d[_0x26d5e5(0x209)](_0x3b2d34)?_0xf792b[_0x26d5e5(0x21e)](_0x3b2d34,_0x2013b9,[],_0x26d5e5(0x206)):_0xf792b[_0x26d5e5(0x21f)](_0x28d65e,_0x2013b9,_0x26d5e5(0x206)));});});for(const _0x164e89 of _0x2b84bf[_0x53058a(0x1da)][_0x53058a(0x1fc)](_0x53058a(0x1f4))[_0x53058a(0x1d8)])_0x18aede[_0x164e89[_0x53058a(0x22b)]]=_0x164e89[_0x53058a(0x1d6)][_0x53058a(0x1fd)]();_0xf792b[_0x53058a(0x22e)][_0x53058a(0x1d9)](_0x53058a(0x21d),_0x53058a(0x219),_0x53058a(0x210),()=>!0x1),_0xf792b[_0x53058a(0x22e)][_0x53058a(0x1d9)](_0x53058a(0x21d),_0x53058a(0x206),_0x53058a(0x210),()=>!0x1),_0xf792b[_0x53058a(0x22e)][_0x53058a(0x1d9)](_0x53058a(0x1f7),_0x53058a(0x206),_0x53058a(0x210),()=>!0x1),_0xf792b[_0x53058a(0x22e)][_0x53058a(0x1d9)](_0x53058a(0x21d),_0x53058a(0x219),_0x53058a(0x205),([_0x461d22])=>{const _0x976293=_0x53058a;_0x298d0d[_0x976293(0x1e2)](_0x461d22[_0x976293(0x22f)]());}),_0xf792b[_0x53058a(0x22e)][_0x53058a(0x1d9)](_0x53058a(0x21d),_0x53058a(0x219),_0x53058a(0x204),(_0x47f95f,_0x5092bc)=>{const _0x3eea1a=_0x53058a;_0xf792b[_0x3eea1a(0x22e)][_0x3eea1a(0x1e8)](_0x3eea1a(0x21d),'',_0x3eea1a(0x205))(_0x47f95f,{'commandName':_0x5092bc[_0x3eea1a(0x1e0)],'commandParams':_0x5092bc[_0x3eea1a(0x1f8)]});}),_0xf792b[_0x53058a(0x22e)][_0x53058a(0x1d9)](_0x53058a(0x21d),_0x53058a(0x219),_0x53058a(0x220),function(_0x3f37ca,_0x5a4e03){if(_0x17a835(_0x3f37ca,_0x5a4e03))return[_0x3f37ca,_0x5a4e03];if(_0x17a835(_0x5a4e03,_0x3f37ca))return[_0x5a4e03,_0x3f37ca];return null;});const _0x324845=[{'type':_0x53058a(0x21d),'subType':_0x53058a(0x219)},{'type':_0x53058a(0x218),'subType':_0x53058a(0x1f1)},{'type':_0x53058a(0x21d),'subType':_0x53058a(0x235)},{'type':_0x53058a(0x218),'subType':_0x53058a(0x235)}];function _0x17a835(_0x35ca3c,_0x551192){const _0x437fe2=_0x53058a,_0x4d0133=_0x324845[_0x437fe2(0x214)](({type:_0x20d5d8,subType:_0x521e3e})=>_0x35ca3c[_0x437fe2(0x20f)]==_0x20d5d8&&_0x35ca3c[_0x437fe2(0x233)]==_0x521e3e),_0x49a3c3=_0x324845[_0x437fe2(0x214)](({type:_0x9387e6,subType:_0x1c4d91})=>_0x551192[_0x437fe2(0x20f)]==_0x9387e6&&_0x551192[_0x437fe2(0x233)]==_0x1c4d91);if(_0x4d0133<0x0||_0x49a3c3<0x0)return!0x1;const _0x45b4ce=_0x35ca3c[_0x437fe2(0x203)](),_0x75da9a=_0x551192[_0x437fe2(0x203)]();if((0x0==_0x4d0133||0x1==_0x4d0133)&&0x2==_0x49a3c3&&_0x45b4ce[_0x437fe2(0x211)](_0x75da9a))return!0x0;if(0x2==_0x4d0133&&0x3==_0x49a3c3){const _0xb0f3a9=_0xf792b[_0x437fe2(0x231)](_0x45b4ce,_0x437fe2(0x218))[_0x437fe2(0x1e3)](({suggestion:_0x292a5d,meta:_0x1965d5})=>_0x1965d5[_0x437fe2(0x212)]&&_0x437fe2(0x235)==_0x292a5d[_0x437fe2(0x233)]);if(_0xb0f3a9[_0x437fe2(0x230)]>0x1&&_0x75da9a[_0x437fe2(0x1f9)][_0x437fe2(0x1dc)](_0x45b4ce[_0x437fe2(0x20e)]))return!0x0;if(0x1==_0xb0f3a9[_0x437fe2(0x230)]&&(_0x45b4ce[_0x437fe2(0x20e)][_0x437fe2(0x1dc)](_0x75da9a[_0x437fe2(0x1f9)])||_0x45b4ce[_0x437fe2(0x1f9)][_0x437fe2(0x1dc)](_0x75da9a[_0x437fe2(0x20e)])))return!0x0;}if(0x3==_0x4d0133&&0x3==_0x49a3c3&&_0x45b4ce[_0x437fe2(0x20e)][_0x437fe2(0x217)](_0x75da9a[_0x437fe2(0x20e)])){const _0x57180c=_0x45b4ce[_0x437fe2(0x1f9)][_0x437fe2(0x1e9)],_0x391c6a=_0x75da9a[_0x437fe2(0x20e)][_0x437fe2(0x232)];return _0x298d0d[_0x437fe2(0x209)](_0x57180c)&&_0x57180c===_0x391c6a;}return!0x1;}_0x2b84bf[_0x53058a(0x224)][_0x53058a(0x1ef)][_0x53058a(0x22a)](()=>{const _0x3d1f6b=_0x53058a;let _0x11afcc=!0x1;const _0x22010f=Array[_0x3d1f6b(0x1e5)](_0x2b84bf[_0x3d1f6b(0x224)][_0x3d1f6b(0x1ef)][_0x3d1f6b(0x1ec)][_0x3d1f6b(0x1d4)]());for(const {name:_0x1ba3da,data:_0x7263b9}of _0x22010f){const {group:_0x1567f4,type:_0x451eda,subType:_0x3b0f04,id:_0x33dbc9}=_0xf792b[_0x3d1f6b(0x1ff)](_0x1ba3da);if(_0x3d1f6b(0x223)==_0x1567f4&&_0xf792b[_0x3d1f6b(0x215)](_0x33dbc9)){if(_0x3d1f6b(0x21d)==_0x451eda&&(_0x3d1f6b(0x219)==_0x3b0f04||_0x3d1f6b(0x206)==_0x3b0f04)){const _0x5a1084=_0xf792b[_0x3d1f6b(0x221)](_0x33dbc9);if(_0x7263b9[_0x3d1f6b(0x234)]){const _0x14da3a=_0x5a1084[_0x3d1f6b(0x203)]()[_0x3d1f6b(0x22f)]();if(_0x298d0d[_0x3d1f6b(0x209)](_0x14da3a))continue;_0xf792b[_0x3d1f6b(0x1f6)](_0x5a1084),_0x11afcc=!0x0;}}if(_0x3d1f6b(0x218)==_0x451eda&&_0x3d1f6b(0x1f1)==_0x3b0f04&&!_0x7263b9[_0x3d1f6b(0x234)]){const _0x5957bb=_0xf792b[_0x3d1f6b(0x221)](_0x33dbc9);_0x5957bb[_0x3d1f6b(0x20d)]&&_0x5957bb[_0x3d1f6b(0x20d)][_0x3d1f6b(0x1e6)]&&(_0xf792b[_0x3d1f6b(0x1f6)](_0x5957bb[_0x3d1f6b(0x20d)]),_0x11afcc=!0x0);}}}return _0x11afcc;}),this[_0x53058a(0x1ee)](_0x18aede);}[_0x3a37ec(0x1ee)](_0x396d77){const _0xebc73b=_0x3a37ec,_0x217c05=this[_0xebc73b(0x227)],_0x1a05da=_0x217c05[_0xebc73b(0x1e1)];_0x217c05[_0xebc73b(0x1da)][_0xebc73b(0x1fc)](_0xebc73b(0x1eb))[_0xebc73b(0x20b)][_0xebc73b(0x1d3)](_0x3fe380=>{const _0x389bc0=_0xebc73b;if(_0x389bc0(0x21d)!=_0x3fe380[_0x389bc0(0x20f)]&&_0x389bc0(0x1f7)!=_0x3fe380[_0x389bc0(0x20f)])return;const {data:_0x38778c}=_0x3fe380;if(!_0x38778c||_0x389bc0(0x1f2)!=_0x38778c[_0x389bc0(0x1e0)])return;const _0x4bd5dc=_0x38778c[_0x389bc0(0x222)][0x0][_0x389bc0(0x213)];return _0x4b4623(_0x389bc0(0x236)===_0x4bd5dc?_0x43cc8b(_0x1a05da,_0x389bc0(0x1e7)):_0x396d77[_0x4bd5dc]||_0x4bd5dc);function _0x4b4623(_0x3f3420){const _0x30c3ee=_0x389bc0;return{'type':_0x30c3ee(0x21c),'content':_0x43cc8b(_0x1a05da,_0x30c3ee(0x216),_0x3f3420)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0xefacd7=_0x46ba;function _0x46ba(_0xdb6cb6,_0x4cd359){const _0x23cd39=_0x23cd();return _0x46ba=function(_0x46bad8,_0x400016){_0x46bad8=_0x46bad8-0xa2;let _0x2f3e3c=_0x23cd39[_0x46bad8];return _0x2f3e3c;},_0x46ba(_0xdb6cb6,_0x4cd359);}function _0x23cd(){const _0x3dfdc4=['value','collaboration_features','_setSuggestionData','track_changes','42gmlFhg','afterInit','plugins','bind','editor','418458ACUnMG','importWord','1887790AjIbtI','high','_handleImportedData','forEach','listenTo','1320944zBPqvV','trackChanges','_trackChangesExecuted','Users','1645065PupIad','enableCommand','commands','505056byzyKY','1072484QPzZiO','19548360sNgsKP','dataInsert','TrackChangesEditing','_trackChangesValueDuringImport','get','lowest','execute'];_0x23cd=function(){return _0x3dfdc4;};return _0x23cd();}(function(_0x828da5,_0xe44d29){const _0xa282bc=_0x46ba,_0x93ef91=_0x828da5();while(!![]){try{const _0x3aafd3=-parseInt(_0xa282bc(0xa2))/0x1+parseInt(_0xa282bc(0xa9))/0x2+-parseInt(_0xa282bc(0xad))/0x3+-parseInt(_0xa282bc(0xb0))/0x4+-parseInt(_0xa282bc(0xa4))/0x5+parseInt(_0xa282bc(0xbd))/0x6*(-parseInt(_0xa282bc(0xb1))/0x7)+parseInt(_0xa282bc(0xb2))/0x8;if(_0x3aafd3===_0xe44d29)break;else _0x93ef91['push'](_0x93ef91['shift']());}catch(_0x4ca929){_0x93ef91['push'](_0x93ef91['shift']());}}}(_0x23cd,0x88f02));import{Plugin as _0x474e40}from'ckeditor5/src/core.js';export default class ot extends _0x474e40{constructor(_0x294466){const _0x20121b=_0x46ba;super(_0x294466),this[_0x20121b(0xb5)]=!0x1,this[_0x20121b(0xab)]=!0x1;}[_0xefacd7(0xbe)](){const _0x141b05=_0xefacd7,_0x84fec=this[_0x141b05(0xc1)],_0x1f1664=_0x84fec[_0x141b05(0xaf)][_0x141b05(0xb6)](_0x141b05(0xa3)),_0x4332da=_0x84fec[_0x141b05(0xaf)][_0x141b05(0xb6)](_0x141b05(0xaa));_0x1f1664&&(_0x1f1664['on'](_0x141b05(0xb8),(_0x3fcaa4,[,_0x191178])=>{const _0x1927fd=_0x141b05;this[_0x1927fd(0xb5)]=_0x4332da[_0x1927fd(0xb9)],_0x191178[_0x1927fd(0xba)][_0x1927fd(0xbc)]=!this[_0x1927fd(0xb5)];},{'priority':_0x141b05(0xa5)}),this[_0x141b05(0xa8)](_0x1f1664,_0x141b05(0xb3),this[_0x141b05(0xa6)][_0x141b05(0xc0)](this)),this[_0x141b05(0xa8)](_0x1f1664,_0x141b05(0xb3),()=>{const _0x24d4cd=_0x141b05;this[_0x24d4cd(0xab)]&&(_0x4332da[_0x24d4cd(0xb8)](),this[_0x24d4cd(0xab)]=!0x1);},{'priority':_0x141b05(0xb7)}),_0x84fec[_0x141b05(0xbf)][_0x141b05(0xb6)](_0x141b05(0xb4))[_0x141b05(0xae)](_0x141b05(0xa3)));}[_0xefacd7(0xa6)](_0x9adbd3,_0x174400){const _0x50b177=_0xefacd7,{suggestions:_0x129ffc}=_0x174400,_0x4eb634=this[_0x50b177(0xc1)][_0x50b177(0xaf)][_0x50b177(0xb6)](_0x50b177(0xaa)),_0x3909a3=_0x4eb634[_0x50b177(0xb9)];this[_0x50b177(0xb5)]!==_0x3909a3&&(_0x4eb634[_0x50b177(0xb8)](),this[_0x50b177(0xab)]=!0x0),_0x129ffc&&_0x129ffc[_0x50b177(0xa7)](({id:_0x783726,type:_0x5ac7dc,author:_0x30e53,created_at:_0x2033cd})=>{const _0x39bf7b=_0x50b177,_0x54d0ae={'id':_0x783726,'type':_0x5ac7dc,'authorId':this[_0x39bf7b(0xc1)][_0x39bf7b(0xbf)][_0x39bf7b(0xb6)](_0x39bf7b(0xac))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x30e53,'createdAt':_0x2033cd?new Date(_0x2033cd):new Date(),'source':_0x39bf7b(0xa3)}}};this[_0x39bf7b(0xc1)][_0x39bf7b(0xbf)][_0x39bf7b(0xb6)](_0x39bf7b(0xb4))[_0x39bf7b(0xbb)](_0x54d0ae);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5abd09=_0x1179;(function(_0x169637,_0xeb8117){const _0xc0eca=_0x1179,_0x59c1da=_0x169637();while(!![]){try{const _0x473081=-parseInt(_0xc0eca(0xa1))/0x1+parseInt(_0xc0eca(0x8d))/0x2*(parseInt(_0xc0eca(0xa7))/0x3)+parseInt(_0xc0eca(0x87))/0x4+-parseInt(_0xc0eca(0x8c))/0x5*(-parseInt(_0xc0eca(0x92))/0x6)+parseInt(_0xc0eca(0xa4))/0x7+-parseInt(_0xc0eca(0x9f))/0x8+-parseInt(_0xc0eca(0x86))/0x9;if(_0x473081===_0xeb8117)break;else _0x59c1da['push'](_0x59c1da['shift']());}catch(_0x33eee1){_0x59c1da['push'](_0x59c1da['shift']());}}}(_0x211e,0xb7372));import{Plugin as _0x490c55}from'ckeditor5/src/core.js';import{getTranslation as _0x422ca7}from'../utils/common-translations.js';function _0x1179(_0x20a4ee,_0xbb78a){const _0x211eb6=_0x211e();return _0x1179=function(_0x117921,_0x4fd9e5){_0x117921=_0x117921-0x81;let _0x231632=_0x211eb6[_0x117921];return _0x231632;},_0x1179(_0x20a4ee,_0xbb78a);}function _0x211e(){const _0x340664=['10660NacOYQ','enableCommand','*Outdent:*\x20%0','outdent','IndentBlock','155472ofEAHb','plugins','formatBlock','has','get','indentBlock','indent','TrackChangesEditing','IndentEditing','registerBlockAttribute','registerAttributeLabel','commandName','outdentBlock','1533848wxSgLF','format','142902iEPBtE','*Indent:*\x20%0','_registerLegacyDescription','5153463OSqXiW','editor','descriptionFactory','519rISYUh','locale','FORMAT_INDENT','getItems','getItemLabel','blockIndent','14448789VadnZV','86548cJTlaT','afterInit','enableDefaultAttributesIntegration','type','registerDescriptionCallback','195ApeYNH'];_0x211e=function(){return _0x340664;};return _0x211e();}export default class rt extends _0x490c55{[_0x5abd09(0x88)](){const _0x2c4aef=_0x5abd09,_0xab6730=this[_0x2c4aef(0xa5)],_0x598207=_0xab6730[_0x2c4aef(0x93)][_0x2c4aef(0x96)](_0x2c4aef(0x99));if(_0xab6730[_0x2c4aef(0x93)][_0x2c4aef(0x95)](_0x2c4aef(0x9a))&&(_0x598207[_0x2c4aef(0x8e)](_0x2c4aef(0x98)),_0x598207[_0x2c4aef(0x8e)](_0x2c4aef(0x90))),_0xab6730[_0x2c4aef(0x93)][_0x2c4aef(0x95)](_0x2c4aef(0x91))){for(const _0x46f0e of[_0x2c4aef(0x97),_0x2c4aef(0x9e)])_0x598207[_0x2c4aef(0x89)](_0x46f0e);}const _0x470485=_0xab6730[_0x2c4aef(0x81)];_0x598207[_0x2c4aef(0x9b)](_0x2c4aef(0x85)),_0x598207[_0x2c4aef(0xa6)][_0x2c4aef(0x9c)](_0x2c4aef(0x85),_0x422ca7(_0x470485,_0x2c4aef(0x82))),this[_0x2c4aef(0xa3)]();}[_0x5abd09(0xa3)](){const _0x3ad098=_0x5abd09,_0xffabf9=this[_0x3ad098(0xa5)],_0x55ec51=_0xffabf9[_0x3ad098(0x81)],_0x165405=_0xffabf9[_0x3ad098(0x93)][_0x3ad098(0x96)](_0x3ad098(0x99));_0x165405[_0x3ad098(0xa6)][_0x3ad098(0x8b)](_0x7ea9b4=>{const _0x424247=_0x3ad098;if(_0x424247(0x94)!=_0x7ea9b4[_0x424247(0x8a)])return;const {data:_0x14690b}=_0x7ea9b4;if(!_0x14690b)return;if(_0x424247(0x97)!=_0x14690b[_0x424247(0x9d)]&&_0x424247(0x9e)!=_0x14690b[_0x424247(0x9d)])return;const _0x13d48f=_0x7ea9b4[_0x424247(0x83)]()[0x0],_0x5b9b3b=_0x165405[_0x424247(0xa6)][_0x424247(0x84)](_0x13d48f);return _0x424247(0x97)==_0x14690b[_0x424247(0x9d)]?{'type':_0x424247(0xa0),'content':_0x422ca7(_0x55ec51,_0x424247(0xa2),_0x5b9b3b)}:_0x424247(0x9e)==_0x14690b[_0x424247(0x9d)]?{'type':_0x424247(0xa0),'content':_0x422ca7(_0x55ec51,_0x424247(0x8f),_0x5b9b3b)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x4be9(){var _0x1bc69e=['377826jeZAxp','init','88386ADKhDF','TrackChangesEditing','888680aAnKkb','enableCommand','requires','18248050bhlaAE','28AQxnMU','1544010eYBeFm','45lgFrmx','plugins','14713iHnonO','58gVgcqQ','editor','input','get','474236EwYIPF'];_0x4be9=function(){return _0x1bc69e;};return _0x4be9();}var _0x379028=_0x6e95;(function(_0xa56db7,_0x4d8273){var _0x4a6139=_0x6e95,_0x5140d9=_0xa56db7();while(!![]){try{var _0x2c850c=-parseInt(_0x4a6139(0x1bb))/0x1*(parseInt(_0x4a6139(0x1bc))/0x2)+-parseInt(_0x4a6139(0x1c3))/0x3+parseInt(_0x4a6139(0x1c0))/0x4+-parseInt(_0x4a6139(0x1ca))/0x5+parseInt(_0x4a6139(0x1c1))/0x6*(-parseInt(_0x4a6139(0x1c9))/0x7)+-parseInt(_0x4a6139(0x1c5))/0x8*(parseInt(_0x4a6139(0x1cb))/0x9)+parseInt(_0x4a6139(0x1c8))/0xa;if(_0x2c850c===_0x4d8273)break;else _0x5140d9['push'](_0x5140d9['shift']());}catch(_0x4c56b1){_0x5140d9['push'](_0x5140d9['shift']());}}}(_0x4be9,0x5a9aa));import{Plugin as _0x2f7c02}from'ckeditor5/src/core.js';function _0x6e95(_0x517fd9,_0x3c0e4c){var _0x4be9ca=_0x4be9();return _0x6e95=function(_0x6e951,_0x460494){_0x6e951=_0x6e951-0x1ba;var _0xb1da10=_0x4be9ca[_0x6e951];return _0xb1da10;},_0x6e95(_0x517fd9,_0x3c0e4c);}import{Input as _0xf1942b}from'ckeditor5/src/typing.js';export default class at extends _0x2f7c02{static get[_0x379028(0x1c7)](){return[_0xf1942b];}[_0x379028(0x1c2)](){var _0x515621=_0x379028;this[_0x515621(0x1bd)][_0x515621(0x1ba)][_0x515621(0x1bf)](_0x515621(0x1c4))[_0x515621(0x1c6)](_0x515621(0x1be));}}
|