@ckeditor/ckeditor5-track-changes 41.4.1 → 42.0.0-alpha.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/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +1 -1
- package/src/suggestion.js +2 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3a56(){const _0x67130b=['getRange','markers','2glcumf','end','has','start','getIntersection','handleFindCommand','findByTextCallback','51972klgCaP','filter','3413601qCUJhJ','1424772GpdGYW','replace','afterInit','findPrevious','8HIrXmC','plugins','suggestion:deletion','createRange','5jhisWz','getMarkersGroup','bind','3153621YzIOwo','editor','find','get','createPositionAt','_isInDeletionRange','TrackChangesEditing','FindAndReplaceUtils','item','findNext','enableCommand','1684088qlypqg','811098PmUUgx','model','36580920TnsWQF','FindAndReplaceEditing','string','replaceAll'];_0x3a56=function(){return _0x67130b;};return _0x3a56();}function _0x5270(_0x3141b8,_0x47f0c8){const _0x3a5665=_0x3a56();return _0x5270=function(_0x527040,_0x510b62){_0x527040=_0x527040-0x150;let _0x58ac29=_0x3a5665[_0x527040];return _0x58ac29;},_0x5270(_0x3141b8,_0x47f0c8);}const _0x3b353c=_0x5270;(function(_0x52a6e8,_0x4830c7){const _0xc12cf5=_0x5270,_0x15c209=_0x52a6e8();while(!![]){try{const _0x4870ac=-parseInt(_0xc12cf5(0x16c))/0x1*(parseInt(_0xc12cf5(0x174))/0x2)+-parseInt(_0xc12cf5(0x160))/0x3+-parseInt(_0xc12cf5(0x155))/0x4+-parseInt(_0xc12cf5(0x15d))/0x5*(-parseInt(_0xc12cf5(0x152))/0x6)+parseInt(_0xc12cf5(0x16b))/0x7*(-parseInt(_0xc12cf5(0x159))/0x8)+-parseInt(_0xc12cf5(0x154))/0x9+parseInt(_0xc12cf5(0x16e))/0xa;if(_0x4870ac===_0x4830c7)break;else _0x15c209['push'](_0x15c209['shift']());}catch(_0x3a9ea5){_0x15c209['push'](_0x15c209['shift']());}}}(_0x3a56,0xca3df));import{Plugin as _0x576726}from'ckeditor5/src/core.js';export default class J extends _0x576726{[_0x3b353c(0x157)](){const _0x254244=_0x3b353c;if(!this[_0x254244(0x161)][_0x254244(0x15a)][_0x254244(0x176)](_0x254244(0x16f)))return;const _0x58117a=this[_0x254244(0x161)][_0x254244(0x15a)][_0x254244(0x163)](_0x254244(0x166));_0x58117a[_0x254244(0x16a)](_0x254244(0x162),this[_0x254244(0x150)][_0x254244(0x15f)](this)),_0x58117a[_0x254244(0x16a)](_0x254244(0x169)),_0x58117a[_0x254244(0x16a)](_0x254244(0x158)),_0x58117a[_0x254244(0x16a)](_0x254244(0x156)),_0x58117a[_0x254244(0x16a)](_0x254244(0x171));}[_0x3b353c(0x150)](_0x1f61f1,_0x2ab535,_0x496b0a={}){const _0x13aec4=_0x3b353c,_0x4f2118=this[_0x13aec4(0x161)][_0x13aec4(0x15a)][_0x13aec4(0x163)](_0x13aec4(0x167));return _0x1f61f1(_0x22e28e=>(_0x13aec4(0x170)==typeof _0x2ab535?_0x4f2118[_0x13aec4(0x151)](_0x2ab535,_0x496b0a):_0x2ab535)(_0x22e28e)[_0x13aec4(0x153)](_0x3fc5fd=>!0x1===this[_0x13aec4(0x165)](_0x3fc5fd,_0x22e28e[_0x13aec4(0x168)])),_0x496b0a);}[_0x3b353c(0x165)](_0x1b249d,_0x24735b){const _0x245466=_0x3b353c,_0x4c3f9c=this[_0x245466(0x161)][_0x245466(0x16d)][_0x245466(0x15c)](this[_0x245466(0x161)][_0x245466(0x16d)][_0x245466(0x164)](_0x24735b,_0x1b249d[_0x245466(0x177)]),this[_0x245466(0x161)][_0x245466(0x16d)][_0x245466(0x164)](_0x24735b,_0x1b249d[_0x245466(0x175)]));for(const _0x1fc1ae of this[_0x245466(0x161)][_0x245466(0x16d)][_0x245466(0x173)][_0x245466(0x15e)](_0x245466(0x15b)))if(null!==_0x4c3f9c[_0x245466(0x178)](_0x1fc1ae[_0x245466(0x172)]()))return!0x0;return!0x1;}}
|
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x48264b=_0x528e;function _0x528e(_0x217090,_0x3e2e1c){const _0x3bf8ec=_0x3bf8();return _0x528e=function(_0x528edd,_0x8e9fb2){_0x528edd=_0x528edd-0xf7;let _0x485a89=_0x3bf8ec[_0x528edd];return _0x485a89;},_0x528e(_0x217090,_0x3e2e1c);}(function(_0x837e20,_0x4a23c8){const _0xccf0db=_0x528e,_0x211221=_0x837e20();while(!![]){try{const _0x16e06e=-parseInt(_0xccf0db(0x12c))/0x1+parseInt(_0xccf0db(0x122))/0x2*(parseInt(_0xccf0db(0x111))/0x3)+parseInt(_0xccf0db(0xf8))/0x4*(-parseInt(_0xccf0db(0xf9))/0x5)+parseInt(_0xccf0db(0x116))/0x6+parseInt(_0xccf0db(0x124))/0x7*(parseInt(_0xccf0db(0x118))/0x8)+-parseInt(_0xccf0db(0x114))/0x9+-parseInt(_0xccf0db(0x10b))/0xa;if(_0x16e06e===_0x4a23c8)break;else _0x211221['push'](_0x211221['shift']());}catch(_0x4cfe9e){_0x211221['push'](_0x211221['shift']());}}}(_0x3bf8,0x8193f));import{Plugin as _0x2248f2}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x2a0984}from'ckeditor5/src/ui.js';import{getTranslation as _0x40e579}from'../utils/common-translations.js';const ro=[{'pluginName':_0x48264b(0x126),'commandName':_0x48264b(0x102)},{'pluginName':_0x48264b(0x119),'commandName':_0x48264b(0xfb)},{'pluginName':_0x48264b(0x104),'commandName':_0x48264b(0x101)},{'pluginName':_0x48264b(0x113),'commandName':_0x48264b(0x110)}];export default class Q extends _0x2248f2{[_0x48264b(0x11e)](){const _0x5c30c1=_0x48264b,_0xbdd0fd=this[_0x5c30c1(0x10f)][_0x5c30c1(0x103)],_0x38e18a=this[_0x5c30c1(0x10f)][_0x5c30c1(0x12a)][_0x5c30c1(0x127)](_0x5c30c1(0x128));for(const {pluginName:_0x2ecc29,commandName:_0x4750c2}of ro)this[_0x5c30c1(0x10f)][_0x5c30c1(0x12a)][_0x5c30c1(0x117)](_0x2ecc29)&&(_0x38e18a[_0x5c30c1(0x12e)](_0x4750c2),_0x38e18a[_0x5c30c1(0xfc)](_0x4750c2));_0xbdd0fd['t'],(_0x38e18a[_0x5c30c1(0x11d)][_0x5c30c1(0x12b)](_0x5c30c1(0x102),_0x40e579(_0xbdd0fd,_0x5c30c1(0xfe))),_0x38e18a[_0x5c30c1(0x11d)][_0x5c30c1(0x12b)](_0x5c30c1(0xfb),_0x40e579(_0xbdd0fd,_0x5c30c1(0x107))),_0x38e18a[_0x5c30c1(0x11d)][_0x5c30c1(0x12b)](_0x5c30c1(0x101),_0x40e579(_0xbdd0fd,_0x5c30c1(0x10a))),_0x38e18a[_0x5c30c1(0x11d)][_0x5c30c1(0x12b)](_0x5c30c1(0x110),_0x40e579(_0xbdd0fd,_0x5c30c1(0x129))),this[_0x5c30c1(0x121)]());}[_0x48264b(0x121)](){const _0xc55047=_0x48264b,_0x4246dc=this[_0xc55047(0x10f)],_0x2399b2=_0x4246dc[_0xc55047(0x103)];_0x4246dc[_0xc55047(0x12a)][_0xc55047(0x127)](_0xc55047(0x128))[_0xc55047(0x11d)][_0xc55047(0xfa)](_0x3f36d7=>{const _0x21e812=_0xc55047,_0x4c7e0f=_0x2399b2['t'];if(_0x21e812(0x125)!=_0x3f36d7[_0x21e812(0x112)])return;const {data:_0x1a3bae}=_0x3f36d7;if(null!=_0x1a3bae){if(_0x21e812(0x102)==_0x1a3bae[_0x21e812(0x11b)]){const _0x27923e=_0x1a3bae[_0x21e812(0x115)][0x0][_0x21e812(0x123)];if(_0x27923e){const _0x934ac0=_0x4c7e0f(this[_0x21e812(0x10f)][_0x21e812(0x12a)][_0x21e812(0x127)](_0x21e812(0x108))[_0x21e812(0x120)](this[_0x21e812(0x10f)][_0x21e812(0x131)][_0x21e812(0x127)](_0x21e812(0x105)))[_0x21e812(0x10e)](_0x36c563=>_0x36c563[_0x21e812(0x109)]==_0x27923e)[_0x21e812(0x12d)])[_0x21e812(0x106)]();return{'type':_0x21e812(0x130),'content':_0x40e579(_0x2399b2,_0x21e812(0x10c),_0x934ac0)};}return{'type':_0x21e812(0x130),'content':_0x40e579(_0x2399b2,_0x21e812(0x12f))};}if(_0x21e812(0xfb)==_0x1a3bae[_0x21e812(0x11b)]){const _0x4b98b6=_0x1a3bae[_0x21e812(0x115)][0x0][_0x21e812(0x123)];return _0x4b98b6?{'type':_0x21e812(0x130),'content':_0x40e579(_0x2399b2,_0x21e812(0xff),_0x4b98b6)}:{'type':_0x21e812(0x130),'content':_0x40e579(_0x2399b2,_0x21e812(0xf7))};}if(_0x21e812(0x101)==_0x1a3bae[_0x21e812(0x11b)]){const _0x18eb0f=_0x1a3bae[_0x21e812(0x115)][0x0][_0x21e812(0x123)];if(_0x18eb0f){const _0x511a89=_0x2a0984(this[_0x21e812(0x10f)][_0x21e812(0x131)][_0x21e812(0x127)](_0x21e812(0x11a)))[_0x21e812(0x10e)](_0x25adb8=>_0x25adb8[_0x21e812(0x109)]==_0x18eb0f);let _0x2477ba=_0x18eb0f,_0x1533b9='';return _0x511a89&&(_0x2477ba=_0x511a89[_0x21e812(0x10d)],_0x1533b9=_0x4c7e0f(_0x2477ba)[_0x21e812(0x106)]()),{'type':_0x21e812(0x130),'content':_0x40e579(_0x2399b2,_0x21e812(0x100),_0x1533b9)[_0x21e812(0x132)](),'color':{'value':_0x18eb0f,'title':_0x1533b9||_0x2477ba}};}return{'type':_0x21e812(0x130),'content':_0x40e579(_0x2399b2,_0x21e812(0x133))};}if(_0x21e812(0x110)==_0x1a3bae[_0x21e812(0x11b)]){const _0x5e7fc4=_0x1a3bae[_0x21e812(0x115)][0x0][_0x21e812(0x123)];if(_0x5e7fc4){const _0x3c7cb7=_0x2a0984(this[_0x21e812(0x10f)][_0x21e812(0x131)][_0x21e812(0x127)](_0x21e812(0xfd)))[_0x21e812(0x10e)](_0x4932aa=>_0x4932aa[_0x21e812(0x109)]==_0x5e7fc4);let _0x29bf97=_0x5e7fc4,_0xdff43d='';return _0x3c7cb7&&(_0x29bf97=_0x3c7cb7[_0x21e812(0x10d)],_0xdff43d=_0x4c7e0f(_0x29bf97)[_0x21e812(0x106)]()),{'type':_0x21e812(0x130),'content':_0x40e579(_0x2399b2,_0x21e812(0x11f),_0xdff43d)[_0x21e812(0x132)](),'color':{'value':_0x5e7fc4,'title':_0xdff43d||_0x29bf97}};}return{'type':_0x21e812(0x130),'content':_0x40e579(_0x2399b2,_0x21e812(0x11c))};}}});}}function _0x3bf8(){const _0x49dfc5=['*Reset\x20font\x20family*','1885888rkkUVG','5YIzMJO','registerDescriptionCallback','fontFamily','registerInlineAttribute','fontBackgroundColor.colors','FORMAT_FONT_SIZE','*Set\x20font\x20family:*\x20%0','*Set\x20font\x20color:*\x20%0','fontColor','fontSize','locale','FontColorEditing','fontSize.options','toLowerCase','FORMAT_FONT_FAMILY','FontSize','model','FORMAT_FONT_COLOR','3257190uzablR','*Set\x20font\x20size:*\x20%0','label','find','editor','fontBackgroundColor','3UzLxcL','type','FontBackgroundColorEditing','1777338KVfFlT','commandParams','5464668hkEKJR','has','2831904DztHEE','FontFamilyEditing','fontColor.colors','commandName','*Reset\x20font\x20background\x20color*','descriptionFactory','afterInit','*Set\x20font\x20background\x20color:*\x20%0','normalizeSizeOptions','_registerLegacyDescription','1331002RRNpkW','value','14oEjLQM','formatInline','FontSizeEditing','get','TrackChangesEditing','FORMAT_FONT_BACKGROUND','plugins','registerAttributeLabel','758831EgzhyO','title','enableDefaultAttributesIntegration','*Reset\x20font\x20size*','format','config','trim','*Reset\x20font\x20color*'];_0x3bf8=function(){return _0x49dfc5;};return _0x3bf8();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x1f6e76=_0x18c4;(function(_0x2f85e8,_0x274450){const _0xe89ee5=_0x18c4,_0xb129bc=_0x2f85e8();while(!![]){try{const _0x2495f3=-parseInt(_0xe89ee5(0xf6))/0x1+parseInt(_0xe89ee5(0xfe))/0x2+-parseInt(_0xe89ee5(0x121))/0x3*(parseInt(_0xe89ee5(0x101))/0x4)+parseInt(_0xe89ee5(0x10a))/0x5+-parseInt(_0xe89ee5(0x118))/0x6+-parseInt(_0xe89ee5(0xf7))/0x7+parseInt(_0xe89ee5(0x104))/0x8;if(_0x2495f3===_0x274450)break;else _0xb129bc['push'](_0xb129bc['shift']());}catch(_0x693b9c){_0xb129bc['push'](_0xb129bc['shift']());}}}(_0xe6b4,0xbe902));import{Plugin as _0x2b5b2b}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x331251}from'ckeditor5/src/ui.js';function _0xe6b4(){const _0x3d1c31=['11732EwGJqg','slice','*Remove\x20all\x20formatting*','26775432eKXRzl','formatBlock','commands','afterInit','format','*Set\x20format\x20to:*\x20%0','221120ORCMaP','length','pasteFormat','title','find','type','plugins','commandParams','toLowerCase','TrackChangesEditing','FontSize','editor','fontSize','normalizeSizeOptions','6592152ZziXui','fontColor','fontColor.colors','descriptionFactory','entries','boolean','_registerLegacyDescription','commandName','charAt','1443DCNOzI','config','fontBackgroundColor','split','registerDescriptionCallback','label','locale','enableCommand','toUpperCase','251933HKkvdD','166061YCgFxv','enableDefaultAttributesIntegration','model','copyFormat','push','get','formatInline','349028TiCWvn','join','fontSize.options'];_0xe6b4=function(){return _0x3d1c31;};return _0xe6b4();}import{getTranslation as _0xaa177e}from'../utils/common-translations.js';function _0x18c4(_0x4b7453,_0x1e8d69){const _0xe6b470=_0xe6b4();return _0x18c4=function(_0x18c4cd,_0x2292ee){_0x18c4cd=_0x18c4cd-0xee;let _0x21e68c=_0xe6b470[_0x18c4cd];return _0x21e68c;},_0x18c4(_0x4b7453,_0x1e8d69);}export default class X extends _0x2b5b2b{[_0x1f6e76(0x107)](){const _0xb5d0b4=_0x1f6e76,_0x3dc03c=this[_0xb5d0b4(0x115)],_0x5e4cc5=_0x3dc03c[_0xb5d0b4(0x110)][_0xb5d0b4(0xfc)](_0xb5d0b4(0x113)),_0x266743=_0x3dc03c[_0xb5d0b4(0x106)][_0xb5d0b4(0xfc)](_0xb5d0b4(0xfa)),_0x521472=_0x3dc03c[_0xb5d0b4(0x106)][_0xb5d0b4(0xfc)](_0xb5d0b4(0x10c));_0x266743&&_0x521472&&(_0x5e4cc5[_0xb5d0b4(0xf8)](_0xb5d0b4(0x10c)),_0x5e4cc5[_0xb5d0b4(0xf4)](_0xb5d0b4(0xfa)),this[_0xb5d0b4(0x11e)]());}[_0x1f6e76(0x11e)](){const _0x23cc4d=_0x1f6e76,_0x2f8f6c=this[_0x23cc4d(0x115)],_0x5bb4ea=_0x2f8f6c[_0x23cc4d(0xf3)];_0x2f8f6c[_0x23cc4d(0x110)][_0x23cc4d(0xfc)](_0x23cc4d(0x113))[_0x23cc4d(0x11b)][_0x23cc4d(0xf1)](_0x3d53a7=>{const _0x124240=_0x23cc4d;if(_0x124240(0x105)!=_0x3d53a7[_0x124240(0x10f)]&&_0x124240(0xfd)!=_0x3d53a7[_0x124240(0x10f)])return;const {data:_0x412cd1}=_0x3d53a7;if(_0x412cd1&&_0x124240(0x10c)===_0x412cd1[_0x124240(0x11f)]){const _0xb93fa2=[],_0x38d3bd=_0x412cd1[_0x124240(0x111)][0x0];for(const [_0x50e084,_0x2086e7]of Object[_0x124240(0x11c)](_0x38d3bd))_0xb93fa2[_0x124240(0xfb)](so(_0x2f8f6c,_0x50e084,_0x2086e7));return _0xb93fa2[_0x124240(0x10b)]?{'type':_0x124240(0x108),'content':_0xaa177e(_0x5bb4ea,_0x124240(0x109),_0xb93fa2[_0x124240(0xff)](',\x20'))}:{'type':_0x124240(0x108),'content':_0xaa177e(_0x5bb4ea,_0x124240(0x103))};}});}}function so(_0x4e4968,_0x2014a0,_0x47cfd0){const _0x44bba=_0x1f6e76,_0x2271ed=_0x4e4968[_0x44bba(0xf3)]['t'],_0x14c6d2=_0x2014a0[_0x44bba(0xf0)](/(?=[A-Z])/)[_0x44bba(0xff)]('\x20'),_0x32622e=_0x2271ed(_0x14c6d2[_0x44bba(0x120)](0x0)[_0x44bba(0xf5)]()+_0x14c6d2[_0x44bba(0x102)](0x1))[_0x44bba(0x112)]();if(_0x44bba(0x11d)==typeof _0x47cfd0)return _0x32622e;if(_0x44bba(0x119)===_0x2014a0||_0x44bba(0xef)===_0x2014a0){const _0x56c0f2=_0x331251(_0x4e4968[_0x44bba(0xee)][_0x44bba(0xfc)](_0x44bba(0x11a)))[_0x44bba(0x10e)](_0x32e84e=>_0x32e84e[_0x44bba(0xf9)]==_0x47cfd0);return _0x32622e+'\x20('+(_0x56c0f2?_0x2271ed(_0x56c0f2[_0x44bba(0xf2)])[_0x44bba(0x112)]():_0x47cfd0)+')';}if(_0x44bba(0x116)===_0x2014a0&&isNaN(parseFloat(_0x47cfd0))){const _0xf83465=_0x4e4968[_0x44bba(0x110)][_0x44bba(0xfc)](_0x44bba(0x114))[_0x44bba(0x117)](_0x4e4968[_0x44bba(0xee)][_0x44bba(0xfc)](_0x44bba(0x100)))[_0x44bba(0x10e)](_0x24e98a=>_0x24e98a[_0x44bba(0xf9)]==_0x47cfd0);return _0x32622e+'\x20('+(_0xf83465?_0x2271ed(_0xf83465[_0x44bba(0x10d)])[_0x44bba(0x112)]():_0x47cfd0)+')';}return _0x32622e+'\x20('+_0x47cfd0+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x2bd5c6=_0xca33;(function(_0x4f2326,_0xc6b875){const _0x14fd90=_0xca33,_0x360b53=_0x4f2326();while(!![]){try{const _0xe14a88=parseInt(_0x14fd90(0x13e))/0x1+-parseInt(_0x14fd90(0x12e))/0x2*(parseInt(_0x14fd90(0x134))/0x3)+parseInt(_0x14fd90(0x127))/0x4*(parseInt(_0x14fd90(0x143))/0x5)+parseInt(_0x14fd90(0x11d))/0x6*(parseInt(_0x14fd90(0x130))/0x7)+parseInt(_0x14fd90(0x123))/0x8*(-parseInt(_0x14fd90(0x124))/0x9)+parseInt(_0x14fd90(0x12a))/0xa+parseInt(_0x14fd90(0x12c))/0xb;if(_0xe14a88===_0xc6b875)break;else _0x360b53['push'](_0x360b53['shift']());}catch(_0x2ee234){_0x360b53['push'](_0x360b53['shift']());}}}(_0x3690,0x5fe4b));import{Plugin as _0x1451ee}from'ckeditor5/src/core.js';import{getTranslation as _0x54b8c6}from'../utils/common-translations.js';function _0x3690(){const _0x153d52=['config','664081zRBWok','commandParams','912694riJYRn','*Change\x20to:*\x20%0','8974rykXRK','enableDefaultAttributesIntegration','descriptionFactory','HeadingEditing','3WdoCOa','paragraph','format','heading','has','match','ELEMENT_HEADING_CUSTOM','heading.options','editor','registerElementLabel','94506RNkrUf','title','model','type','afterInit','22390Vvejvn','name','registerDescriptionCallback','_headingOptions','commandName','get','_registerLegacyDescription','3300JmdEaZ','view','_getHeadingLevel','formatBlock','find','value','368Tnduro','112401gVpYRN','locale','TrackChangesEditing','200iwLdcv','ELEMENT_HEADING','plugins','3397430KvbCDw'];_0x3690=function(){return _0x153d52;};return _0x3690();}function _0xca33(_0x5cf169,_0x4e2947){const _0x369046=_0x3690();return _0xca33=function(_0xca335c,_0xc7f4){_0xca335c=_0xca335c-0x119;let _0x15036a=_0x369046[_0xca335c];return _0x15036a;},_0xca33(_0x5cf169,_0x4e2947);}export default class Y extends _0x1451ee{[_0x2bd5c6(0x142)](){const _0x46dd14=_0x2bd5c6,_0x5965b4=this[_0x46dd14(0x13c)];if(!_0x5965b4[_0x46dd14(0x129)][_0x46dd14(0x138)](_0x46dd14(0x133)))return;this[_0x46dd14(0x119)]=_0x5965b4[_0x46dd14(0x12b)][_0x46dd14(0x11b)](_0x46dd14(0x13b));const _0x3cf971=_0x5965b4[_0x46dd14(0x125)],_0x2a300b=_0x5965b4[_0x46dd14(0x129)][_0x46dd14(0x11b)](_0x46dd14(0x126));_0x2a300b[_0x46dd14(0x131)](_0x46dd14(0x137));for(const _0x1879b6 of this[_0x46dd14(0x119)])_0x46dd14(0x135)!=_0x1879b6[_0x46dd14(0x140)]&&_0x2a300b[_0x46dd14(0x132)][_0x46dd14(0x13d)](_0x1879b6[_0x46dd14(0x140)],_0x264020=>{const _0x1c0bc5=_0x46dd14,_0x1c02d2=this[_0x1c0bc5(0x11f)](_0x1879b6[_0x1c0bc5(0x140)]);return null!==_0x1c02d2?_0x1873db(_0x264020,_0x1c02d2):_0x53af12(_0x264020,_0x1879b6[_0x1c0bc5(0x13f)]);});function _0x1873db(_0x1ef6e0,_0x286523){const _0x2f6c7f=_0x46dd14;return _0x54b8c6(_0x3cf971,_0x2f6c7f(0x128),[_0x1ef6e0,_0x286523]);}function _0x53af12(_0x29f80b,_0x5639b1){const _0x39a8bc=_0x46dd14;return _0x54b8c6(_0x3cf971,_0x39a8bc(0x13a),[_0x29f80b,_0x5639b1]);}this[_0x46dd14(0x11c)]();}[_0x2bd5c6(0x11c)](){const _0x4bbb12=_0x2bd5c6,_0xb527bc=this[_0x4bbb12(0x13c)],_0x426485=_0xb527bc[_0x4bbb12(0x125)];function _0x2252d6(_0x62f916,_0x5765e7){const _0x3de296=_0x4bbb12;return _0x54b8c6(_0x426485,_0x3de296(0x13a),[_0x62f916,_0x5765e7]);}_0xb527bc[_0x4bbb12(0x129)][_0x4bbb12(0x11b)](_0x4bbb12(0x126))[_0x4bbb12(0x132)][_0x4bbb12(0x145)](_0x108fa4=>{const _0x1bb8bb=_0x4bbb12;if(_0x1bb8bb(0x120)!=_0x108fa4[_0x1bb8bb(0x141)])return;const {data:_0x3596a0}=_0x108fa4;if(_0x3596a0&&_0x1bb8bb(0x137)==_0x3596a0[_0x1bb8bb(0x11a)]){const _0x5210dc=_0x3596a0[_0x1bb8bb(0x12d)][0x0][_0x1bb8bb(0x122)],_0x48259d=this[_0x1bb8bb(0x11f)](_0x5210dc);if(null!==_0x48259d)return{'type':_0x1bb8bb(0x136),'content':_0x54b8c6(_0x426485,_0x1bb8bb(0x12f),(_0x1cb4c5=0x1,_0x147854=_0x48259d,_0x54b8c6(_0x426485,_0x1bb8bb(0x128),[_0x1cb4c5,_0x147854])))};const _0x393ea1=this[_0x1bb8bb(0x119)][_0x1bb8bb(0x121)](_0x1f26e8=>_0x1f26e8[_0x1bb8bb(0x140)]===_0x5210dc)[_0x1bb8bb(0x13f)];return{'type':_0x1bb8bb(0x136),'content':_0x54b8c6(_0x426485,_0x1bb8bb(0x12f),_0x2252d6(0x1,_0x393ea1))};}var _0x1cb4c5,_0x147854;});}[_0x2bd5c6(0x11f)](_0x2cb358){const _0x2a2516=_0x2bd5c6;var _0x38913c,_0x17f461;const _0x8bcae9=_0x2cb358[_0x2a2516(0x139)](/^heading(\d+)/);if(_0x8bcae9)return _0x8bcae9[0x1];const _0x260c2d=null===(_0x38913c=this[_0x2a2516(0x119)])||void 0x0===_0x38913c?void 0x0:_0x38913c[_0x2a2516(0x121)](_0x8c004f=>_0x8c004f[_0x2a2516(0x140)]==_0x2cb358);if(_0x260c2d&&_0x260c2d[_0x2a2516(0x11e)]){const _0x2ffab8=_0x260c2d[_0x2a2516(0x11e)],_0x35b1b8=(null!==(_0x17f461=_0x2ffab8[_0x2a2516(0x144)])&&void 0x0!==_0x17f461?_0x17f461:_0x2ffab8)[_0x2a2516(0x139)](/^h(\d+)/);if(_0x35b1b8)return _0x35b1b8[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x21b706=_0x129c;(function(_0x113af5,_0x225ff0){const _0x4ace8b=_0x129c,_0x3be8cf=_0x113af5();while(!![]){try{const _0x2682e0=parseInt(_0x4ace8b(0x1a5))/0x1+-parseInt(_0x4ace8b(0x1b2))/0x2+-parseInt(_0x4ace8b(0x1b3))/0x3*(parseInt(_0x4ace8b(0x1ad))/0x4)+-parseInt(_0x4ace8b(0x1aa))/0x5*(-parseInt(_0x4ace8b(0x1b7))/0x6)+parseInt(_0x4ace8b(0x1a8))/0x7+-parseInt(_0x4ace8b(0x19b))/0x8*(parseInt(_0x4ace8b(0x1a2))/0x9)+parseInt(_0x4ace8b(0x19a))/0xa;if(_0x2682e0===_0x225ff0)break;else _0x3be8cf['push'](_0x3be8cf['shift']());}catch(_0x463660){_0x3be8cf['push'](_0x3be8cf['shift']());}}}(_0xccf8,0x2e2e8));import{Plugin as _0x29bc6a}from'ckeditor5/src/core.js';import{getTranslation as _0x568515}from'../utils/common-translations.js';function _0xccf8(){const _0x46c5eb=['212544MDTjYV','2478PWgzLg','registerAttributeLabel','enableDefaultAttributesIntegration','model','114MIsQOg','editor','plugins','toLowerCase','commandParams','find','HighlightEditing','*Set\x20highlight:*\x20%0','*Remove\x20highlight*','value','config','color','4309830WuDpCv','20432FoFwiI','_registerLegacyDescription','format','type','highlight','registerInlineAttribute','TrackChangesEditing','1152sUUaIR','locale','get','162596yquSUq','has','descriptionFactory','1562666gYVfde','registerDescriptionCallback','40335MMblbx','FORMAT_HIGHLIGHT','afterInit','1684LzLSfL','commandName','title','formatInline','highlight.options'];_0xccf8=function(){return _0x46c5eb;};return _0xccf8();}function _0x129c(_0x15df23,_0x3547e9){const _0xccf88b=_0xccf8();return _0x129c=function(_0x129c12,_0x4f5c38){_0x129c12=_0x129c12-0x197;let _0x4cf197=_0xccf88b[_0x129c12];return _0x4cf197;},_0x129c(_0x15df23,_0x3547e9);}export default class Z extends _0x29bc6a{[_0x21b706(0x1ac)](){const _0x17d818=_0x21b706,_0x1ee1a3=this[_0x17d818(0x1b8)];if(!_0x1ee1a3[_0x17d818(0x1b9)][_0x17d818(0x1a6)](_0x17d818(0x1bd)))return;const _0xda104e=_0x1ee1a3[_0x17d818(0x1b9)][_0x17d818(0x1a4)](_0x17d818(0x1a1)),_0x16edd2=_0x1ee1a3[_0x17d818(0x1a3)];_0xda104e[_0x17d818(0x1b5)](_0x17d818(0x19f)),_0xda104e[_0x17d818(0x1a0)](_0x17d818(0x19f)),_0xda104e[_0x17d818(0x1a7)][_0x17d818(0x1b4)](_0x17d818(0x19f),_0x568515(_0x16edd2,_0x17d818(0x1ab))),this[_0x17d818(0x19c)]();}[_0x21b706(0x19c)](){const _0x517d3b=_0x21b706,_0x56313b=this[_0x517d3b(0x1b8)],_0x4ae847=_0x56313b[_0x517d3b(0x1a3)];_0x56313b[_0x517d3b(0x1b9)][_0x517d3b(0x1a4)](_0x517d3b(0x1a1))[_0x517d3b(0x1a7)][_0x517d3b(0x1a9)](_0x42616d=>{const _0x2e39dd=_0x517d3b;if(_0x2e39dd(0x1b0)!=_0x42616d[_0x2e39dd(0x19e)])return;const {data:_0xed405e}=_0x42616d;if(_0xed405e&&_0x2e39dd(0x19f)==_0xed405e[_0x2e39dd(0x1ae)]){const _0x5d0252=_0x4ae847['t'],_0x32e9aa=_0xed405e[_0x2e39dd(0x1bb)][0x0][_0x2e39dd(0x197)];if(_0x32e9aa){const _0x4ad04e=_0x56313b[_0x2e39dd(0x198)][_0x2e39dd(0x1a4)](_0x2e39dd(0x1b1))[_0x2e39dd(0x1bc)](_0x307361=>_0x307361[_0x2e39dd(0x1b6)]==_0x32e9aa),_0x5c199b=_0x5d0252(_0x4ad04e[_0x2e39dd(0x1af)])[_0x2e39dd(0x1ba)]();return{'type':_0x2e39dd(0x19d),'content':_0x568515(_0x4ae847,_0x2e39dd(0x1be),_0x5c199b),'color':{'value':_0x4ad04e[_0x2e39dd(0x199)],'title':_0x4ad04e[_0x2e39dd(0x1af)]}};}return{'type':_0x2e39dd(0x19d),'content':_0x568515(_0x4ae847,_0x2e39dd(0x1bf),_0x568515(_0x4ae847,_0x2e39dd(0x1ab)))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x596014=_0x32a6;(function(_0x8a13c5,_0x4a84b6){const _0x40e2cb=_0x32a6,_0x4b39ab=_0x8a13c5();while(!![]){try{const _0x2cc4ac=-parseInt(_0x40e2cb(0x1e5))/0x1*(-parseInt(_0x40e2cb(0x1e0))/0x2)+parseInt(_0x40e2cb(0x1ff))/0x3+-parseInt(_0x40e2cb(0x1eb))/0x4*(parseInt(_0x40e2cb(0x1e6))/0x5)+parseInt(_0x40e2cb(0x200))/0x6*(-parseInt(_0x40e2cb(0x1f4))/0x7)+-parseInt(_0x40e2cb(0x1de))/0x8*(parseInt(_0x40e2cb(0x1e9))/0x9)+parseInt(_0x40e2cb(0x1fb))/0xa+parseInt(_0x40e2cb(0x1dd))/0xb;if(_0x2cc4ac===_0x4a84b6)break;else _0x4b39ab['push'](_0x4b39ab['shift']());}catch(_0xc00a7){_0x4b39ab['push'](_0x4b39ab['shift']());}}}(_0x3a0b,0xdc417));function _0x3a0b(){const _0x220b61=['27264611qCaIzx','7000080teWlAG','ELEMENT_HORIZONTAL_LINE','964VVcrrm','for','createEmptyElement','ck-horizontal-line','createPositionAt','1741Ixaury','10yKVaVe','div','descriptionFactory','9YwhZEv','showSuggestionHighlights','3553700ihefvo','createContainerElement','addClass','insert','enableCommand','horizontalLine','high','dataDowncast','TrackChangesEditing','7IWilnY','HorizontalLineEditing','afterInit','elementToStructure','locale','editor','registerElementLabel','1313100DwPTvC','conversion','plugins','has','913095etFApw','1196466hqPyYC','get'];_0x3a0b=function(){return _0x220b61;};return _0x3a0b();}import{Plugin as _0x428f7a}from'ckeditor5/src/core.js';function _0x32a6(_0x105f15,_0x2c7ce8){const _0x3a0bd2=_0x3a0b();return _0x32a6=function(_0x32a6c7,_0x59a5a9){_0x32a6c7=_0x32a6c7-0x1dd;let _0x698156=_0x3a0bd2[_0x32a6c7];return _0x698156;},_0x32a6(_0x105f15,_0x2c7ce8);}import{getTranslation as _0x4c0a7a}from'../utils/common-translations.js';export default class tt extends _0x428f7a{[_0x596014(0x1f6)](){const _0x18fac2=_0x596014,_0x20e422=this[_0x18fac2(0x1f9)];if(!_0x20e422[_0x18fac2(0x1fd)][_0x18fac2(0x1fe)](_0x18fac2(0x1f5)))return;_0x20e422[_0x18fac2(0x1fd)][_0x18fac2(0x201)](_0x18fac2(0x1f3))[_0x18fac2(0x1ef)](_0x18fac2(0x1f0));const _0x4fad62=_0x20e422[_0x18fac2(0x1fd)][_0x18fac2(0x201)](_0x18fac2(0x1f3)),_0x5c140a=_0x20e422[_0x18fac2(0x1f8)];_0x4fad62[_0x18fac2(0x1e8)][_0x18fac2(0x1fa)](_0x18fac2(0x1f0),_0x50b6cd=>_0x4c0a7a(_0x5c140a,_0x18fac2(0x1df),_0x50b6cd)),_0x20e422[_0x18fac2(0x1fc)][_0x18fac2(0x1e1)](_0x18fac2(0x1f2))[_0x18fac2(0x1f7)]({'model':_0x18fac2(0x1f0),'view':(_0x1ad185,{writer:_0x18ea03,options:_0x427f3c})=>{const _0x278a31=_0x18fac2;if(!_0x427f3c[_0x278a31(0x1ea)])return null;const _0x467fc8=_0x18ea03[_0x278a31(0x1ec)](_0x278a31(0x1e7)),_0x45dcc0=_0x18ea03[_0x278a31(0x1e2)]('hr');return _0x18ea03[_0x278a31(0x1ed)](_0x278a31(0x1e3),_0x467fc8),_0x18ea03[_0x278a31(0x1ee)](_0x18ea03[_0x278a31(0x1e4)](_0x467fc8,0x0),_0x45dcc0),_0x467fc8;},'converterPriority':_0x18fac2(0x1f1)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x556b(){const _0x3c1e15=['descriptionFactory','9igOJkb','formatBlock','168ezzVRQ','commandName','locale','enableDefaultAttributesIntegration','613393TBaEkB','*Change\x20%0\x20content*','732vWFPVf','has','registerBlockAttribute','200SjWgZW','103628ISDCTa','137894aREMOO','attribute','HtmlEmbed','get','plugins','element','_registerLegacyDescription','ELEMENT_HTML_EMBED','registerDescriptionCallback','format','getFirstRange','5079804NvALsC','20225pyZhdz','2278947GszMHE','key','type','start','editor','rawHtml','afterInit','registerElementLabel','nodeAfter','value','TrackChangesEditing','htmlEmbed','5084793ZwwDlz'];_0x556b=function(){return _0x3c1e15;};return _0x556b();}function _0x3237(_0x4b73b4,_0x3c0357){const _0x556b62=_0x556b();return _0x3237=function(_0x3237ed,_0x21f60b){_0x3237ed=_0x3237ed-0x1e3;let _0x140ff9=_0x556b62[_0x3237ed];return _0x140ff9;},_0x3237(_0x4b73b4,_0x3c0357);}const _0xf459e9=_0x3237;(function(_0x3c6ddd,_0x19a588){const _0x261edc=_0x3237,_0x468368=_0x3c6ddd();while(!![]){try{const _0x41f80c=-parseInt(_0x261edc(0x208))/0x1*(parseInt(_0x261edc(0x1ed))/0x2)+parseInt(_0x261edc(0x1fa))/0x3+-parseInt(_0x261edc(0x1e8))/0x4*(parseInt(_0x261edc(0x1f9))/0x5)+-parseInt(_0x261edc(0x1f8))/0x6+parseInt(_0x261edc(0x1ec))/0x7*(parseInt(_0x261edc(0x20a))/0x8)+parseInt(_0x261edc(0x206))/0x9+parseInt(_0x261edc(0x1eb))/0xa*(parseInt(_0x261edc(0x1e6))/0xb);if(_0x41f80c===_0x19a588)break;else _0x468368['push'](_0x468368['shift']());}catch(_0x38961a){_0x468368['push'](_0x468368['shift']());}}}(_0x556b,0x84a92));import{Plugin as _0x162d66}from'ckeditor5/src/core.js';import{getTranslation as _0x5c95b1}from'../utils/common-translations.js';export default class et extends _0x162d66{[_0xf459e9(0x200)](){const _0x4db1e8=_0xf459e9,_0xb0b938=this[_0x4db1e8(0x1fe)];if(!_0xb0b938[_0x4db1e8(0x1f1)][_0x4db1e8(0x1e9)](_0x4db1e8(0x1ef)))return;const _0x3a3d81=_0xb0b938[_0x4db1e8(0x1f1)][_0x4db1e8(0x1f0)](_0x4db1e8(0x204)),_0x984bca=_0xb0b938[_0x4db1e8(0x1e4)];_0x3a3d81[_0x4db1e8(0x207)][_0x4db1e8(0x201)](_0x4db1e8(0x1ff),_0xf28f0f=>_0x5c95b1(_0x984bca,_0x4db1e8(0x1f4),_0xf28f0f)),_0x3a3d81[_0x4db1e8(0x1e5)](_0x4db1e8(0x205)),_0x3a3d81[_0x4db1e8(0x1ea)](_0x4db1e8(0x203)),_0x3a3d81[_0x4db1e8(0x207)][_0x4db1e8(0x1f5)](_0x3436db=>{const _0x40735c=_0x4db1e8;if(_0x40735c(0x1ee)!=_0x3436db[_0x40735c(0x1fc)])return;const {data:_0x21d9e4}=_0x3436db;if(_0x21d9e4&&_0x40735c(0x203)==_0x21d9e4[_0x40735c(0x1fb)]&&_0x3436db[_0x40735c(0x1f7)]()[_0x40735c(0x1fd)][_0x40735c(0x202)]['is'](_0x40735c(0x1f2),_0x40735c(0x1ff))){const _0x2a95dd=_0x5c95b1(_0x984bca,_0x40735c(0x1f4));return{'type':_0x40735c(0x1f6),'content':_0x5c95b1(_0x984bca,_0x40735c(0x1e7),_0x2a95dd)};}}),this[_0x4db1e8(0x1f3)]();}[_0xf459e9(0x1f3)](){const _0x5410e6=_0xf459e9,_0x2c8842=this[_0x5410e6(0x1fe)],_0x40de4b=_0x2c8842[_0x5410e6(0x1e4)];_0x2c8842[_0x5410e6(0x1f1)][_0x5410e6(0x1f0)](_0x5410e6(0x204))[_0x5410e6(0x207)][_0x5410e6(0x1f5)](_0x515ecc=>{const _0x402301=_0x5410e6;if(_0x402301(0x209)!=_0x515ecc[_0x402301(0x1fc)])return;const {data:_0x94aea4}=_0x515ecc;if(_0x94aea4&&_0x402301(0x205)==_0x94aea4[_0x402301(0x1e3)]){const _0xb13ac8=_0x5c95b1(_0x40de4b,_0x402301(0x1f4));return{'type':_0x402301(0x1f6),'content':_0x5c95b1(_0x40de4b,_0x402301(0x1e7),_0xb13ac8)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x48077d=_0x1f28;(function(_0x391f6d,_0x350c16){const _0x134681=_0x1f28,_0x19d2b2=_0x391f6d();while(!![]){try{const _0x1f534f=-parseInt(_0x134681(0x217))/0x1*(-parseInt(_0x134681(0x202))/0x2)+-parseInt(_0x134681(0x266))/0x3*(-parseInt(_0x134681(0x23d))/0x4)+-parseInt(_0x134681(0x226))/0x5+parseInt(_0x134681(0x220))/0x6*(parseInt(_0x134681(0x225))/0x7)+-parseInt(_0x134681(0x221))/0x8+-parseInt(_0x134681(0x24c))/0x9+-parseInt(_0x134681(0x248))/0xa;if(_0x1f534f===_0x350c16)break;else _0x19d2b2['push'](_0x19d2b2['shift']());}catch(_0x21c332){_0x19d2b2['push'](_0x19d2b2['shift']());}}}(_0x3786,0x51927));import{Plugin as _0x8c2c6c}from'ckeditor5/src/core.js';import{LivePosition as _0x26a034}from'ckeditor5/src/engine.js';function _0x1f28(_0x511310,_0x476b5b){const _0x378603=_0x3786();return _0x1f28=function(_0x1f28b2,_0x59b0a7){_0x1f28b2=_0x1f28b2-0x1f4;let _0xa10199=_0x378603[_0x1f28b2];return _0xa10199;},_0x1f28(_0x511310,_0x476b5b);}import{getTranslation as _0x38694d}from'../utils/common-translations.js';function _0x3786(){const _0xe5c982=['enableCommand','fromPosition','ImageResize','length','toPrevious','6059XZxEbB','formatInline','_findSuggestions','imageTypeInline','deletion','backward','newValue','ImageBlockEditing','ImageTextAlternativeEditing','48cRkEcX','4205192wHPvyx','*Set\x20image\x20text\x20alternative:*\x20%0','isCollapsed','isOwn','458829qsnarc','679595VkwWWy','uploadImage','ImageInlineEditing','ImageEditing','*Reset\x20image\x20width*','resizedWidth','caption','formatBlock','afterInit','createRange','imageInline','isBefore','document','findIndex','nodeBefore','model','isIntersecting','markDeletion','forceDefaultExecution','discard','getCaptionFromImageModelElement','Block\x20image\x20to\x20inline\x20image','previous','3436jbJWpl','plugins','ImageCaptionEditing','getFirstRange','registerDescriptionCallback','key','ImageUploadEditing','ImageCaptionUtils','end','commandName','change','2785220FqXauS','isEqual','subType','enableDefaultAttributesIntegration','3835089csVQRi','editor','registerElementLabel','attribute','accept','ELEMENT_CAPTION','toggleImageCaption','resizeImage','_registerLegacyDescription','width','*Remove\x20image\x20text\x20alternative*','_suggestionFactory','registerCustomCallback','insertion','removeObject','ELEMENT_INLINE_IMAGE','forward','locale','find','get','convertInlineImageToBlock','markBlockFormat','Inline\x20image\x20to\x20block\x20image','registerAttributeLabel','getContainedElement','getNearestSelectionRange','2139EIGcjH','format','imageCaption','registerBlockAttribute','element','nodeAfter','type','detach','schema','filter','TrackChangesEditing','getClosestSelectedImageElement','has','imageTypeBlock','toNext','getSuggestionCallback','convertBlockImageToInline','ImageUtils','join','imageBlock','selection','186QdfWvQ','insertImage','chain','imageTextAlternative','isBlockImage','createRangeOn','descriptionFactory','ELEMENT_IMAGE','*Set\x20image\x20width:*\x20%0','start','markInsertion','commandParams','FORMAT_IMAGE_SIZE','alt','imageStylePreApply','addObject'];_0x3786=function(){return _0xe5c982;};return _0x3786();}export default class it extends _0x8c2c6c{[_0x48077d(0x22e)](){const _0xfd740b=_0x48077d,_0x2d3b4e=this[_0xfd740b(0x24d)];if(!_0x2d3b4e[_0xfd740b(0x23e)][_0xfd740b(0x1f9)](_0xfd740b(0x229)))return;const _0x198833=_0x2d3b4e[_0xfd740b(0x23e)][_0xfd740b(0x25f)](_0xfd740b(0x1f7)),_0xb74f1=_0x2d3b4e[_0xfd740b(0x23e)][_0xfd740b(0x25f)](_0xfd740b(0x1fe)),_0x242e62=_0x2d3b4e[_0xfd740b(0x25d)];_0x198833[_0xfd740b(0x212)](_0xfd740b(0x203)),_0x198833[_0xfd740b(0x208)][_0xfd740b(0x24e)](_0xfd740b(0x200),_0x107755=>_0x38694d(_0x242e62,_0xfd740b(0x209),_0x107755)),_0x198833[_0xfd740b(0x208)][_0xfd740b(0x24e)](_0xfd740b(0x230),_0x255b2c=>_0x38694d(_0x242e62,_0xfd740b(0x25b),_0x255b2c)),_0x198833[_0xfd740b(0x208)][_0xfd740b(0x24e)](_0xfd740b(0x22c),()=>_0x38694d(_0x242e62,_0xfd740b(0x251))),_0x2d3b4e[_0xfd740b(0x23e)][_0xfd740b(0x1f9)](_0xfd740b(0x243))&&_0x198833[_0xfd740b(0x212)](_0xfd740b(0x227)),_0x2d3b4e[_0xfd740b(0x23e)][_0xfd740b(0x1f9)](_0xfd740b(0x21e))&&_0x2d3b4e[_0xfd740b(0x23e)][_0xfd740b(0x1f9)](_0xfd740b(0x228))&&(_0x198833[_0xfd740b(0x212)](_0xfd740b(0x21a),(_0x2d748d,_0xc5f03)=>{const _0x398120=_0xfd740b,_0x5c98f8=_0xb74f1[_0x398120(0x1f8)](_0x2d3b4e[_0x398120(0x235)][_0x398120(0x232)][_0x398120(0x201)]);_0x2d3b4e[_0x398120(0x235)][_0x398120(0x247)](()=>{const _0x1125a3=_0x398120;_0x198833[_0x1125a3(0x261)](_0x5c98f8,{'commandName':_0x1125a3(0x21a),'commandParams':[_0xc5f03]},[],_0x1125a3(0x1fd));});}),_0x198833[_0xfd740b(0x212)](_0xfd740b(0x1fa),(_0x146705,_0x9c824e)=>{const _0x1a5fee=_0xfd740b;_0x2d3b4e[_0x1a5fee(0x235)][_0x1a5fee(0x247)](_0x9a84a0=>{const _0x4a9d03=_0x1a5fee;let _0x2f4eb5=_0xb74f1[_0x4a9d03(0x1f8)](_0x2d3b4e[_0x4a9d03(0x235)][_0x4a9d03(0x232)][_0x4a9d03(0x201)]),_0x362a92=_0x9a84a0[_0x4a9d03(0x207)](_0x2f4eb5);const _0x1e4b03=_0x26a034[_0x4a9d03(0x213)](_0x362a92[_0x4a9d03(0x20b)],_0x4a9d03(0x216)),_0x4f2035=_0x26a034[_0x4a9d03(0x213)](_0x362a92[_0x4a9d03(0x245)],_0x4a9d03(0x1fb));_0x198833[_0x4a9d03(0x238)](()=>_0x146705(_0x9c824e)),_0x2f4eb5=_0xb74f1[_0x4a9d03(0x1f8)](_0x2d3b4e[_0x4a9d03(0x235)][_0x4a9d03(0x232)][_0x4a9d03(0x201)]),_0x362a92=_0x9a84a0[_0x4a9d03(0x207)](_0x2f4eb5);const _0x2179f0=_0x9a84a0[_0x4a9d03(0x22f)](_0x1e4b03,_0x4f2035);_0x1e4b03[_0x4a9d03(0x1f4)](),_0x4f2035[_0x4a9d03(0x1f4)](),_0x198833[_0x4a9d03(0x261)](_0x2f4eb5,{'commandName':_0x4a9d03(0x21a),'commandParams':[_0x9c824e]},[],_0x4a9d03(0x260)),_0x2179f0[_0x4a9d03(0x20b)][_0x4a9d03(0x231)](_0x362a92[_0x4a9d03(0x20b)])&&_0x198833[_0x4a9d03(0x20c)](_0x9a84a0[_0x4a9d03(0x22f)](_0x2179f0[_0x4a9d03(0x20b)],_0x362a92[_0x4a9d03(0x20b)]),_0x4a9d03(0x260)),_0x362a92[_0x4a9d03(0x245)][_0x4a9d03(0x231)](_0x2179f0[_0x4a9d03(0x245)])&&_0x198833[_0x4a9d03(0x20c)](_0x9a84a0[_0x4a9d03(0x22f)](_0x362a92[_0x4a9d03(0x245)],_0x2179f0[_0x4a9d03(0x245)]),_0x4a9d03(0x260));});}),_0x198833[_0xfd740b(0x257)][_0xfd740b(0x258)](_0xfd740b(0x22d),_0xfd740b(0x260),_0xfd740b(0x1ff),()=>!0x1),_0x198833[_0xfd740b(0x257)][_0xfd740b(0x258)](_0xfd740b(0x22d),_0xfd740b(0x260),_0xfd740b(0x250),()=>!0x1),_0x198833[_0xfd740b(0x257)][_0xfd740b(0x258)](_0xfd740b(0x22d),_0xfd740b(0x260),_0xfd740b(0x239),_0x198833[_0xfd740b(0x257)][_0xfd740b(0x1fc)](_0xfd740b(0x22d),'',_0xfd740b(0x250))),_0x198833[_0xfd740b(0x257)][_0xfd740b(0x258)](_0xfd740b(0x259),_0xfd740b(0x260),_0xfd740b(0x1ff),()=>!0x1),_0x198833[_0xfd740b(0x257)][_0xfd740b(0x258)](_0xfd740b(0x259),_0xfd740b(0x260),_0xfd740b(0x239),([_0x5a8656])=>{const _0x5ba048=_0xfd740b,_0x34403a=_0x198833[_0x5ba048(0x257)][_0x5ba048(0x1fc)](_0x5ba048(0x259),'',_0x5ba048(0x239));let _0x4ffe80=_0x5a8656[_0x5ba048(0x20b)],_0x6f668e=_0x5a8656[_0x5ba048(0x245)];const _0xbb11fe=_0x2d3b4e[_0x5ba048(0x235)][_0x5ba048(0x1f5)][_0x5ba048(0x265)](_0x4ffe80,_0x5ba048(0x21c)),_0x298dee=_0x2d3b4e[_0x5ba048(0x235)][_0x5ba048(0x1f5)][_0x5ba048(0x265)](_0x6f668e,_0x5ba048(0x25c));_0xbb11fe[_0x5ba048(0x223)]&&(_0x4ffe80=_0xbb11fe[_0x5ba048(0x20b)]),_0x298dee[_0x5ba048(0x223)]&&(_0x6f668e=_0x298dee[_0x5ba048(0x245)]),_0x34403a([_0x2d3b4e[_0x5ba048(0x235)][_0x5ba048(0x22f)](_0x4ffe80,_0x6f668e)]);}),_0x198833[_0xfd740b(0x257)][_0xfd740b(0x258)](_0xfd740b(0x22d),_0xfd740b(0x260),_0xfd740b(0x204),_0x36a4b9),_0x198833[_0xfd740b(0x257)][_0xfd740b(0x258)](_0xfd740b(0x259),_0xfd740b(0x260),_0xfd740b(0x204),_0x36a4b9)),_0x2d3b4e[_0xfd740b(0x23e)][_0xfd740b(0x1f9)](_0xfd740b(0x23f))&&(_0x198833[_0xfd740b(0x212)](_0xfd740b(0x252),(_0x34ac21,_0x5762f4)=>{const _0x387a3c=_0xfd740b,_0x236ee9=_0x2d3b4e[_0x387a3c(0x23e)][_0x387a3c(0x25f)](_0x387a3c(0x244));let _0x4e53e7=_0xb74f1[_0x387a3c(0x1f8)](_0x2d3b4e[_0x387a3c(0x235)][_0x387a3c(0x232)][_0x387a3c(0x201)]),_0x30e1ee=_0x236ee9[_0x387a3c(0x23a)](_0x4e53e7);_0x2d3b4e[_0x387a3c(0x235)][_0x387a3c(0x247)](()=>{const _0x7fe9f0=_0x387a3c;if(_0x30e1ee)return void _0x198833[_0x7fe9f0(0x237)](_0x2d3b4e[_0x7fe9f0(0x235)][_0x7fe9f0(0x207)](_0x30e1ee));const _0x481ff7=_0xb74f1[_0x7fe9f0(0x206)](_0x4e53e7);_0x34ac21(_0x5762f4),_0x4e53e7=_0xb74f1[_0x7fe9f0(0x1f8)](_0x2d3b4e[_0x7fe9f0(0x235)][_0x7fe9f0(0x232)][_0x7fe9f0(0x201)]),_0x30e1ee=_0x236ee9[_0x7fe9f0(0x23a)](_0x4e53e7),_0x198833[_0x7fe9f0(0x20c)](_0x2d3b4e[_0x7fe9f0(0x235)][_0x7fe9f0(0x207)](_0x30e1ee),_0x481ff7?null:_0x7fe9f0(0x268));});}),_0x198833[_0xfd740b(0x257)][_0xfd740b(0x258)](_0xfd740b(0x259),_0xfd740b(0x268),_0xfd740b(0x204),_0x36a4b9));const _0x5069db=[{'type':_0xfd740b(0x22d),'subType':_0xfd740b(0x210)},{'type':_0xfd740b(0x259),'subType':_0xfd740b(0x268)},{'type':_0xfd740b(0x22d),'subType':_0xfd740b(0x260)},{'type':_0xfd740b(0x259),'subType':_0xfd740b(0x260)}];function _0x3ec5e4(_0x1f992d,_0x29a69f){const _0x201d76=_0xfd740b,_0x216249=_0x5069db[_0x201d76(0x233)](({type:_0x574ae0,subType:_0x35db19})=>_0x1f992d[_0x201d76(0x26c)]==_0x574ae0&&_0x1f992d[_0x201d76(0x24a)]==_0x35db19),_0x52441e=_0x5069db[_0x201d76(0x233)](({type:_0xd383c4,subType:_0xc33b34})=>_0x29a69f[_0x201d76(0x26c)]==_0xd383c4&&_0x29a69f[_0x201d76(0x24a)]==_0xc33b34);if(_0x216249<0x0||_0x52441e<0x0)return!0x1;const _0x319c00=_0x1f992d[_0x201d76(0x240)](),_0x16bfb0=_0x29a69f[_0x201d76(0x240)]();if((0x0==_0x216249||0x1==_0x216249)&&0x2==_0x52441e&&_0x319c00[_0x201d76(0x236)](_0x16bfb0))return!0x0;if(0x2==_0x216249&&0x3==_0x52441e){const _0x5a9ea6=_0x198833[_0x201d76(0x219)](_0x319c00,_0x201d76(0x259))[_0x201d76(0x1f6)](({suggestion:_0xadf97e,meta:_0x2ce929})=>_0x2ce929[_0x201d76(0x224)]&&_0x201d76(0x260)==_0xadf97e[_0x201d76(0x24a)]);if(_0x5a9ea6[_0x201d76(0x215)]>0x1&&_0x16bfb0[_0x201d76(0x245)][_0x201d76(0x249)](_0x319c00[_0x201d76(0x20b)]))return!0x0;if(0x1==_0x5a9ea6[_0x201d76(0x215)]&&(_0x319c00[_0x201d76(0x20b)][_0x201d76(0x249)](_0x16bfb0[_0x201d76(0x245)])||_0x319c00[_0x201d76(0x245)][_0x201d76(0x249)](_0x16bfb0[_0x201d76(0x20b)])))return!0x0;}if(0x3==_0x216249&&0x3==_0x52441e&&_0x319c00[_0x201d76(0x20b)][_0x201d76(0x231)](_0x16bfb0[_0x201d76(0x20b)])){const _0x1ef9b1=_0x319c00[_0x201d76(0x245)][_0x201d76(0x26b)],_0x3da436=_0x16bfb0[_0x201d76(0x20b)][_0x201d76(0x234)];return _0xb74f1[_0x201d76(0x206)](_0x1ef9b1)&&_0x1ef9b1===_0x3da436;}return!0x1;}function _0x36a4b9(_0x347f34,_0x3f44e1){return _0x3ec5e4(_0x347f34,_0x3f44e1)?[_0x347f34,_0x3f44e1]:_0x3ec5e4(_0x3f44e1,_0x347f34)?[_0x3f44e1,_0x347f34]:null;}_0x2d3b4e[_0xfd740b(0x23e)][_0xfd740b(0x1f9)](_0xfd740b(0x214))&&(_0x198833[_0xfd740b(0x24b)](_0xfd740b(0x253)),_0x198833[_0xfd740b(0x269)](_0xfd740b(0x22b)),_0x198833[_0xfd740b(0x208)][_0xfd740b(0x263)](_0xfd740b(0x22b),_0x38694d(_0x242e62,_0xfd740b(0x20e)))),_0x2d3b4e[_0xfd740b(0x23e)][_0xfd740b(0x1f9)](_0xfd740b(0x21f))&&(_0x198833[_0xfd740b(0x24b)](_0xfd740b(0x205)),_0x198833[_0xfd740b(0x269)](_0xfd740b(0x20f))),_0x198833[_0xfd740b(0x208)][_0xfd740b(0x241)](_0x295114=>{const _0x11246e=_0xfd740b;if(!!_0x5069db[_0x11246e(0x25e)](({type:_0x33a8af,subType:_0x49ae66})=>_0x295114[_0x11246e(0x26c)]==_0x33a8af&&_0x295114[_0x11246e(0x24a)]==_0x49ae66))return _0x295114[_0x11246e(0x23c)]?{}:void 0x0;}),_0x198833[_0xfd740b(0x208)][_0xfd740b(0x241)](_0x5a334d=>{const _0x3c25db=_0xfd740b;if(_0x3c25db(0x259)==_0x5a334d[_0x3c25db(0x26c)]||_0x3c25db(0x21b)==_0x5a334d[_0x3c25db(0x26c)]){const _0x7f2195=_0x5a334d[_0x3c25db(0x264)]();if(_0x7f2195&&_0x7f2195['is'](_0x3c25db(0x26a),_0x3c25db(0x22c)))return{'type':_0x3c25db(0x259)==_0x5a334d[_0x3c25db(0x26c)]?_0x3c25db(0x211):_0x3c25db(0x25a),'element':_0x7f2195,'quantity':0x1};}}),_0x198833[_0xfd740b(0x208)][_0xfd740b(0x241)](_0xcf5b7b=>_0xfd740b(0x22d)==_0xcf5b7b[_0xfd740b(0x26c)]&&_0xfd740b(0x260)==_0xcf5b7b[_0xfd740b(0x24a)]?{'type':_0xfd740b(0x267),'content':_0xfd740b(0x262)}:_0xfd740b(0x22d)==_0xcf5b7b[_0xfd740b(0x26c)]&&_0xfd740b(0x1fd)==_0xcf5b7b[_0xfd740b(0x24a)]?{'type':_0xfd740b(0x267),'content':_0xfd740b(0x23b)}:void 0x0),_0x198833[_0xfd740b(0x208)][_0xfd740b(0x241)](_0x5e2483=>{const _0x1cae8b=_0xfd740b;if(_0x1cae8b(0x24f)!=_0x5e2483[_0x1cae8b(0x26c)])return;const {data:_0x2ed56e}=_0x5e2483;if(!_0x2ed56e||_0x1cae8b(0x20f)!=_0x2ed56e[_0x1cae8b(0x242)])return;const _0x3b679f=_0x2ed56e[_0x1cae8b(0x21d)];return _0x3b679f?{'type':_0x1cae8b(0x267),'content':_0x38694d(_0x242e62,_0x1cae8b(0x222),'\x22'+_0x3b679f+'\x22')}:{'type':_0x1cae8b(0x267),'content':_0x38694d(_0x242e62,_0x1cae8b(0x256))};}),this[_0xfd740b(0x254)]();}[_0x48077d(0x254)](){const _0x13f0ab=_0x48077d,_0x1d0f24=this[_0x13f0ab(0x24d)],_0x53db4a=_0x1d0f24[_0x13f0ab(0x25d)];_0x1d0f24[_0x13f0ab(0x23e)][_0x13f0ab(0x25f)](_0x13f0ab(0x1f7))[_0x13f0ab(0x208)][_0x13f0ab(0x241)](_0x5eb35e=>{const _0x33a631=_0x13f0ab;if(_0x33a631(0x22d)!=_0x5eb35e[_0x33a631(0x26c)]&&_0x33a631(0x218)!=_0x5eb35e[_0x33a631(0x26c)])return;const {data:_0x14ab36}=_0x5eb35e;if(_0x14ab36){if(_0x33a631(0x205)==_0x14ab36[_0x33a631(0x246)]){const _0x1ca958=_0x14ab36[_0x33a631(0x20d)][0x0][_0x33a631(0x21d)];return _0x1ca958?{'type':_0x33a631(0x267),'content':_0x38694d(_0x53db4a,_0x33a631(0x222),'\x22'+_0x1ca958+'\x22')}:{'type':_0x33a631(0x267),'content':_0x38694d(_0x53db4a,_0x33a631(0x256))};}if(_0x33a631(0x253)==_0x14ab36[_0x33a631(0x246)]){const _0x2f36c2=_0x14ab36[_0x33a631(0x20d)][0x0][_0x33a631(0x255)];return _0x2f36c2?{'type':_0x33a631(0x267),'content':_0x38694d(_0x53db4a,_0x33a631(0x20a),_0x2f36c2)}:{'type':_0x33a631(0x267),'content':_0x38694d(_0x53db4a,_0x33a631(0x22a))};}}});}}
|
|
23
|
+
const _0xc459d3=_0x5606;function _0x5606(_0x48884c,_0x2922fe){const _0x363612=_0x3636();return _0x5606=function(_0x560633,_0x298c63){_0x560633=_0x560633-0x70;let _0x16354e=_0x363612[_0x560633];return _0x16354e;},_0x5606(_0x48884c,_0x2922fe);}function _0x3636(){const _0x3892e9=['change','subType','end','2919848GXNBDH','ImageTextAlternativeEditing','toggleImageCaption','ImageUploadEditing','insertion','accept','previous','forward','_findSuggestions','descriptionFactory','length','*Reset\x20image\x20width*','ImageCaptionEditing','uploadImage','deletion','ELEMENT_CAPTION','1578072lrrbJn','imageTypeInline','commandParams','markInsertion','10494242QrNKor','imageTextAlternative','imageInline','ImageEditing','isIntersecting','_registerLegacyDescription','registerDescriptionCallback','*Set\x20image\x20text\x20alternative:*\x20%0','get','isBefore','model','commandName','createRangeOn','isBlockImage','64882BiIHTZ','enableCommand','chain','findIndex','format','width','toPrevious','getNearestSelectionRange','start','FORMAT_IMAGE_SIZE','schema','*Set\x20image\x20width:*\x20%0','enableDefaultAttributesIntegration','detach','imageStylePreApply','imageCaption','ImageUtils','fromPosition','attribute','element','getContainedElement','TrackChangesEditing','nodeBefore','ELEMENT_INLINE_IMAGE','forceDefaultExecution','*Remove\x20image\x20text\x20alternative*','imageTypeBlock','createRange','resizeImage','getCaptionFromImageModelElement','1793272uqMoHr','imageBlock','toNext','discard','10FfsOsq','ImageInlineEditing','125nSvcuv','has','resizedWidth','registerElementLabel','afterInit','locale','isCollapsed','removeObject','formatInline','nodeAfter','key','selection','registerAttributeLabel','registerBlockAttribute','Inline\x20image\x20to\x20block\x20image','getSuggestionCallback','99666EOlyIA','plugins','registerCustomCallback','_suggestionFactory','addObject','ImageBlockEditing','document','getClosestSelectedImageElement','alt','markDeletion','caption','find','ELEMENT_IMAGE','newValue','9gNJnIv','convertBlockImageToInline','1093589VgEDxw','editor','type','ImageCaptionUtils','formatBlock','join','convertInlineImageToBlock','insertImage','isOwn','Block\x20image\x20to\x20inline\x20image','markBlockFormat','filter','isEqual','12FpBeAU','backward','getFirstRange','ImageResize'];_0x3636=function(){return _0x3892e9;};return _0x3636();}(function(_0x1a7b9d,_0x5eb9fb){const _0x44a23b=_0x5606,_0x380ba7=_0x1a7b9d();while(!![]){try{const _0xf7bf70=-parseInt(_0x44a23b(0xba))/0x1*(-parseInt(_0x44a23b(0x91))/0x2)+-parseInt(_0x44a23b(0xa8))/0x3+parseInt(_0x44a23b(0xd8))/0x4+parseInt(_0x44a23b(0xde))/0x5*(-parseInt(_0x44a23b(0x74))/0x6)+-parseInt(_0x44a23b(0x84))/0x7+-parseInt(_0x44a23b(0x98))/0x8*(parseInt(_0x44a23b(0x82))/0x9)+-parseInt(_0x44a23b(0xdc))/0xa*(-parseInt(_0x44a23b(0xac))/0xb);if(_0xf7bf70===_0x5eb9fb)break;else _0x380ba7['push'](_0x380ba7['shift']());}catch(_0x1c0702){_0x380ba7['push'](_0x380ba7['shift']());}}}(_0x3636,0x505a5));import{Plugin as _0x301d2f}from'ckeditor5/src/core.js';import{LivePosition as _0x20ffe7}from'ckeditor5/src/engine.js';import{getTranslation as _0xfb14e8}from'../utils/common-translations.js';export default class it extends _0x301d2f{[_0xc459d3(0xe2)](){const _0x1c4d01=_0xc459d3,_0xe2d39f=this[_0x1c4d01(0x85)];if(!_0xe2d39f[_0x1c4d01(0x75)][_0x1c4d01(0xdf)](_0x1c4d01(0xaf)))return;const _0x22f56f=_0xe2d39f[_0x1c4d01(0x75)][_0x1c4d01(0xb4)](_0x1c4d01(0xcf)),_0x52dcc7=_0xe2d39f[_0x1c4d01(0x75)][_0x1c4d01(0xb4)](_0x1c4d01(0xca)),_0x47ab19=_0xe2d39f[_0x1c4d01(0xe3)];_0x22f56f[_0x1c4d01(0xbb)](_0x1c4d01(0x8b)),_0x22f56f[_0x1c4d01(0xa1)][_0x1c4d01(0xe1)](_0x1c4d01(0xd9),_0xc3a872=>_0xfb14e8(_0x47ab19,_0x1c4d01(0x80),_0xc3a872)),_0x22f56f[_0x1c4d01(0xa1)][_0x1c4d01(0xe1)](_0x1c4d01(0xae),_0x26cfd2=>_0xfb14e8(_0x47ab19,_0x1c4d01(0xd1),_0x26cfd2)),_0x22f56f[_0x1c4d01(0xa1)][_0x1c4d01(0xe1)](_0x1c4d01(0x7e),()=>_0xfb14e8(_0x47ab19,_0x1c4d01(0xa7))),_0xe2d39f[_0x1c4d01(0x75)][_0x1c4d01(0xdf)](_0x1c4d01(0x9b))&&_0x22f56f[_0x1c4d01(0xbb)](_0x1c4d01(0xa5)),_0xe2d39f[_0x1c4d01(0x75)][_0x1c4d01(0xdf)](_0x1c4d01(0x79))&&_0xe2d39f[_0x1c4d01(0x75)][_0x1c4d01(0xdf)](_0x1c4d01(0xdd))&&(_0x22f56f[_0x1c4d01(0xbb)](_0x1c4d01(0xa9),(_0x2c1235,_0x22c17a)=>{const _0x1d7380=_0x1c4d01,_0x282c54=_0x52dcc7[_0x1d7380(0x7b)](_0xe2d39f[_0x1d7380(0xb6)][_0x1d7380(0x7a)][_0x1d7380(0xe9)]);_0xe2d39f[_0x1d7380(0xb6)][_0x1d7380(0x95)](()=>{const _0x2957ee=_0x1d7380;_0x22f56f[_0x2957ee(0x8e)](_0x282c54,{'commandName':_0x2957ee(0xa9),'commandParams':[_0x22c17a]},[],_0x2957ee(0x83));});}),_0x22f56f[_0x1c4d01(0xbb)](_0x1c4d01(0xd4),(_0x44e9f9,_0x53d567)=>{const _0x595b3d=_0x1c4d01;_0xe2d39f[_0x595b3d(0xb6)][_0x595b3d(0x95)](_0x82ef6d=>{const _0x143df0=_0x595b3d;let _0x4e497e=_0x52dcc7[_0x143df0(0x7b)](_0xe2d39f[_0x143df0(0xb6)][_0x143df0(0x7a)][_0x143df0(0xe9)]),_0xa1e078=_0x82ef6d[_0x143df0(0xb8)](_0x4e497e);const _0x13b6c9=_0x20ffe7[_0x143df0(0xcb)](_0xa1e078[_0x143df0(0xc2)],_0x143df0(0xc0)),_0x30ef34=_0x20ffe7[_0x143df0(0xcb)](_0xa1e078[_0x143df0(0x97)],_0x143df0(0xda));_0x22f56f[_0x143df0(0xd2)](()=>_0x44e9f9(_0x53d567)),_0x4e497e=_0x52dcc7[_0x143df0(0x7b)](_0xe2d39f[_0x143df0(0xb6)][_0x143df0(0x7a)][_0x143df0(0xe9)]),_0xa1e078=_0x82ef6d[_0x143df0(0xb8)](_0x4e497e);const _0xfa0999=_0x82ef6d[_0x143df0(0xd5)](_0x13b6c9,_0x30ef34);_0x13b6c9[_0x143df0(0xc7)](),_0x30ef34[_0x143df0(0xc7)](),_0x22f56f[_0x143df0(0x8e)](_0x4e497e,{'commandName':_0x143df0(0xa9),'commandParams':[_0x53d567]},[],_0x143df0(0x8a)),_0xfa0999[_0x143df0(0xc2)][_0x143df0(0xb5)](_0xa1e078[_0x143df0(0xc2)])&&_0x22f56f[_0x143df0(0xab)](_0x82ef6d[_0x143df0(0xd5)](_0xfa0999[_0x143df0(0xc2)],_0xa1e078[_0x143df0(0xc2)]),_0x143df0(0x8a)),_0xa1e078[_0x143df0(0x97)][_0x143df0(0xb5)](_0xfa0999[_0x143df0(0x97)])&&_0x22f56f[_0x143df0(0xab)](_0x82ef6d[_0x143df0(0xd5)](_0xa1e078[_0x143df0(0x97)],_0xfa0999[_0x143df0(0x97)]),_0x143df0(0x8a));});}),_0x22f56f[_0x1c4d01(0x77)][_0x1c4d01(0x76)](_0x1c4d01(0x88),_0x1c4d01(0x8a),_0x1c4d01(0x89),()=>!0x1),_0x22f56f[_0x1c4d01(0x77)][_0x1c4d01(0x76)](_0x1c4d01(0x88),_0x1c4d01(0x8a),_0x1c4d01(0x9d),()=>!0x1),_0x22f56f[_0x1c4d01(0x77)][_0x1c4d01(0x76)](_0x1c4d01(0x88),_0x1c4d01(0x8a),_0x1c4d01(0xdb),_0x22f56f[_0x1c4d01(0x77)][_0x1c4d01(0x73)](_0x1c4d01(0x88),'',_0x1c4d01(0x9d))),_0x22f56f[_0x1c4d01(0x77)][_0x1c4d01(0x76)](_0x1c4d01(0x9c),_0x1c4d01(0x8a),_0x1c4d01(0x89),()=>!0x1),_0x22f56f[_0x1c4d01(0x77)][_0x1c4d01(0x76)](_0x1c4d01(0x9c),_0x1c4d01(0x8a),_0x1c4d01(0xdb),([_0x2d6736])=>{const _0x1722cf=_0x1c4d01,_0x53728c=_0x22f56f[_0x1722cf(0x77)][_0x1722cf(0x73)](_0x1722cf(0x9c),'',_0x1722cf(0xdb));let _0x5d4e88=_0x2d6736[_0x1722cf(0xc2)],_0x39fbf1=_0x2d6736[_0x1722cf(0x97)];const _0x4a129d=_0xe2d39f[_0x1722cf(0xb6)][_0x1722cf(0xc4)][_0x1722cf(0xc1)](_0x5d4e88,_0x1722cf(0x92)),_0x1ded61=_0xe2d39f[_0x1722cf(0xb6)][_0x1722cf(0xc4)][_0x1722cf(0xc1)](_0x39fbf1,_0x1722cf(0x9f));_0x4a129d[_0x1722cf(0xe4)]&&(_0x5d4e88=_0x4a129d[_0x1722cf(0xc2)]),_0x1ded61[_0x1722cf(0xe4)]&&(_0x39fbf1=_0x1ded61[_0x1722cf(0x97)]),_0x53728c([_0xe2d39f[_0x1722cf(0xb6)][_0x1722cf(0xd5)](_0x5d4e88,_0x39fbf1)]);}),_0x22f56f[_0x1c4d01(0x77)][_0x1c4d01(0x76)](_0x1c4d01(0x88),_0x1c4d01(0x8a),_0x1c4d01(0xbc),_0x413c2d),_0x22f56f[_0x1c4d01(0x77)][_0x1c4d01(0x76)](_0x1c4d01(0x9c),_0x1c4d01(0x8a),_0x1c4d01(0xbc),_0x413c2d)),_0xe2d39f[_0x1c4d01(0x75)][_0x1c4d01(0xdf)](_0x1c4d01(0xa4))&&(_0x22f56f[_0x1c4d01(0xbb)](_0x1c4d01(0x9a),(_0x947dc8,_0x12c8ab)=>{const _0x2c582b=_0x1c4d01,_0x249b90=_0xe2d39f[_0x2c582b(0x75)][_0x2c582b(0xb4)](_0x2c582b(0x87));let _0xc2b103=_0x52dcc7[_0x2c582b(0x7b)](_0xe2d39f[_0x2c582b(0xb6)][_0x2c582b(0x7a)][_0x2c582b(0xe9)]),_0x5cde9a=_0x249b90[_0x2c582b(0xd7)](_0xc2b103);_0xe2d39f[_0x2c582b(0xb6)][_0x2c582b(0x95)](()=>{const _0x6d7a90=_0x2c582b;if(_0x5cde9a)return void _0x22f56f[_0x6d7a90(0x7d)](_0xe2d39f[_0x6d7a90(0xb6)][_0x6d7a90(0xb8)](_0x5cde9a));const _0x1bf9a8=_0x52dcc7[_0x6d7a90(0xb9)](_0xc2b103);_0x947dc8(_0x12c8ab),_0xc2b103=_0x52dcc7[_0x6d7a90(0x7b)](_0xe2d39f[_0x6d7a90(0xb6)][_0x6d7a90(0x7a)][_0x6d7a90(0xe9)]),_0x5cde9a=_0x249b90[_0x6d7a90(0xd7)](_0xc2b103),_0x22f56f[_0x6d7a90(0xab)](_0xe2d39f[_0x6d7a90(0xb6)][_0x6d7a90(0xb8)](_0x5cde9a),_0x1bf9a8?null:_0x6d7a90(0xc9));});}),_0x22f56f[_0x1c4d01(0x77)][_0x1c4d01(0x76)](_0x1c4d01(0x9c),_0x1c4d01(0xc9),_0x1c4d01(0xbc),_0x413c2d));const _0x3b31ef=[{'type':_0x1c4d01(0x88),'subType':_0x1c4d01(0xc8)},{'type':_0x1c4d01(0x9c),'subType':_0x1c4d01(0xc9)},{'type':_0x1c4d01(0x88),'subType':_0x1c4d01(0x8a)},{'type':_0x1c4d01(0x9c),'subType':_0x1c4d01(0x8a)}];function _0xbdf68a(_0x21f538,_0x4d4be6){const _0xe0e7a3=_0x1c4d01,_0x9b31b2=_0x3b31ef[_0xe0e7a3(0xbd)](({type:_0x452d35,subType:_0x595cc5})=>_0x21f538[_0xe0e7a3(0x86)]==_0x452d35&&_0x21f538[_0xe0e7a3(0x96)]==_0x595cc5),_0x50cc12=_0x3b31ef[_0xe0e7a3(0xbd)](({type:_0x524c47,subType:_0x464597})=>_0x4d4be6[_0xe0e7a3(0x86)]==_0x524c47&&_0x4d4be6[_0xe0e7a3(0x96)]==_0x464597);if(_0x9b31b2<0x0||_0x50cc12<0x0)return!0x1;const _0x263ce4=_0x21f538[_0xe0e7a3(0x93)](),_0x5f56cb=_0x4d4be6[_0xe0e7a3(0x93)]();if((0x0==_0x9b31b2||0x1==_0x9b31b2)&&0x2==_0x50cc12&&_0x263ce4[_0xe0e7a3(0xb0)](_0x5f56cb))return!0x0;if(0x2==_0x9b31b2&&0x3==_0x50cc12){const _0x4e3782=_0x22f56f[_0xe0e7a3(0xa0)](_0x263ce4,_0xe0e7a3(0x9c))[_0xe0e7a3(0x8f)](({suggestion:_0x3e4b52,meta:_0x4f821a})=>_0x4f821a[_0xe0e7a3(0x8c)]&&_0xe0e7a3(0x8a)==_0x3e4b52[_0xe0e7a3(0x96)]);if(_0x4e3782[_0xe0e7a3(0xa2)]>0x1&&_0x5f56cb[_0xe0e7a3(0x97)][_0xe0e7a3(0x90)](_0x263ce4[_0xe0e7a3(0xc2)]))return!0x0;if(0x1==_0x4e3782[_0xe0e7a3(0xa2)]&&(_0x263ce4[_0xe0e7a3(0xc2)][_0xe0e7a3(0x90)](_0x5f56cb[_0xe0e7a3(0x97)])||_0x263ce4[_0xe0e7a3(0x97)][_0xe0e7a3(0x90)](_0x5f56cb[_0xe0e7a3(0xc2)])))return!0x0;}if(0x3==_0x9b31b2&&0x3==_0x50cc12&&_0x263ce4[_0xe0e7a3(0xc2)][_0xe0e7a3(0xb5)](_0x5f56cb[_0xe0e7a3(0xc2)])){const _0x1ed960=_0x263ce4[_0xe0e7a3(0x97)][_0xe0e7a3(0xe7)],_0x3ca306=_0x5f56cb[_0xe0e7a3(0xc2)][_0xe0e7a3(0xd0)];return _0x52dcc7[_0xe0e7a3(0xb9)](_0x1ed960)&&_0x1ed960===_0x3ca306;}return!0x1;}function _0x413c2d(_0x409bbe,_0x3494e7){return _0xbdf68a(_0x409bbe,_0x3494e7)?[_0x409bbe,_0x3494e7]:_0xbdf68a(_0x3494e7,_0x409bbe)?[_0x3494e7,_0x409bbe]:null;}_0xe2d39f[_0x1c4d01(0x75)][_0x1c4d01(0xdf)](_0x1c4d01(0x94))&&(_0x22f56f[_0x1c4d01(0xc6)](_0x1c4d01(0xd6)),_0x22f56f[_0x1c4d01(0x71)](_0x1c4d01(0xe0)),_0x22f56f[_0x1c4d01(0xa1)][_0x1c4d01(0x70)](_0x1c4d01(0xe0),_0xfb14e8(_0x47ab19,_0x1c4d01(0xc3)))),_0xe2d39f[_0x1c4d01(0x75)][_0x1c4d01(0xdf)](_0x1c4d01(0x99))&&(_0x22f56f[_0x1c4d01(0xc6)](_0x1c4d01(0xad)),_0x22f56f[_0x1c4d01(0x71)](_0x1c4d01(0x7c))),_0x22f56f[_0x1c4d01(0xa1)][_0x1c4d01(0xb2)](_0x46ef7c=>{const _0x55ef48=_0x1c4d01;if(!!_0x3b31ef[_0x55ef48(0x7f)](({type:_0x58bb0b,subType:_0x1919c3})=>_0x46ef7c[_0x55ef48(0x86)]==_0x58bb0b&&_0x46ef7c[_0x55ef48(0x96)]==_0x1919c3))return _0x46ef7c[_0x55ef48(0x9e)]?{}:void 0x0;}),_0x22f56f[_0x1c4d01(0xa1)][_0x1c4d01(0xb2)](_0x1def3a=>{const _0x2fb92d=_0x1c4d01;if(_0x2fb92d(0x9c)==_0x1def3a[_0x2fb92d(0x86)]||_0x2fb92d(0xa6)==_0x1def3a[_0x2fb92d(0x86)]){const _0x116633=_0x1def3a[_0x2fb92d(0xce)]();if(_0x116633&&_0x116633['is'](_0x2fb92d(0xcd),_0x2fb92d(0x7e)))return{'type':_0x2fb92d(0x9c)==_0x1def3a[_0x2fb92d(0x86)]?_0x2fb92d(0x78):_0x2fb92d(0xe5),'element':_0x116633,'quantity':0x1};}}),_0x22f56f[_0x1c4d01(0xa1)][_0x1c4d01(0xb2)](_0x26cc8e=>_0x1c4d01(0x88)==_0x26cc8e[_0x1c4d01(0x86)]&&_0x1c4d01(0x8a)==_0x26cc8e[_0x1c4d01(0x96)]?{'type':_0x1c4d01(0xbe),'content':_0x1c4d01(0x72)}:_0x1c4d01(0x88)==_0x26cc8e[_0x1c4d01(0x86)]&&_0x1c4d01(0x83)==_0x26cc8e[_0x1c4d01(0x96)]?{'type':_0x1c4d01(0xbe),'content':_0x1c4d01(0x8d)}:void 0x0),_0x22f56f[_0x1c4d01(0xa1)][_0x1c4d01(0xb2)](_0x19468c=>{const _0x3a0078=_0x1c4d01;if(_0x3a0078(0xcc)!=_0x19468c[_0x3a0078(0x86)])return;const {data:_0x4d4384}=_0x19468c;if(!_0x4d4384||_0x3a0078(0x7c)!=_0x4d4384[_0x3a0078(0xe8)])return;const _0x16dc77=_0x4d4384[_0x3a0078(0x81)];return _0x16dc77?{'type':_0x3a0078(0xbe),'content':_0xfb14e8(_0x47ab19,_0x3a0078(0xb3),'\x22'+_0x16dc77+'\x22')}:{'type':_0x3a0078(0xbe),'content':_0xfb14e8(_0x47ab19,_0x3a0078(0xd3))};}),this[_0x1c4d01(0xb1)]();}[_0xc459d3(0xb1)](){const _0xc91cb3=_0xc459d3,_0x574386=this[_0xc91cb3(0x85)],_0x2513b7=_0x574386[_0xc91cb3(0xe3)];_0x574386[_0xc91cb3(0x75)][_0xc91cb3(0xb4)](_0xc91cb3(0xcf))[_0xc91cb3(0xa1)][_0xc91cb3(0xb2)](_0xde7874=>{const _0x313def=_0xc91cb3;if(_0x313def(0x88)!=_0xde7874[_0x313def(0x86)]&&_0x313def(0xe6)!=_0xde7874[_0x313def(0x86)])return;const {data:_0x418cec}=_0xde7874;if(_0x418cec){if(_0x313def(0xad)==_0x418cec[_0x313def(0xb7)]){const _0x4e06f9=_0x418cec[_0x313def(0xaa)][0x0][_0x313def(0x81)];return _0x4e06f9?{'type':_0x313def(0xbe),'content':_0xfb14e8(_0x2513b7,_0x313def(0xb3),'\x22'+_0x4e06f9+'\x22')}:{'type':_0x313def(0xbe),'content':_0xfb14e8(_0x2513b7,_0x313def(0xd3))};}if(_0x313def(0xd6)==_0x418cec[_0x313def(0xb7)]){const _0x1cff62=_0x418cec[_0x313def(0xaa)][0x0][_0x313def(0xbf)];return _0x1cff62?{'type':_0x313def(0xbe),'content':_0xfb14e8(_0x2513b7,_0x313def(0xc5),_0x1cff62)}:{'type':_0x313def(0xbe),'content':_0xfb14e8(_0x2513b7,_0x313def(0xa3))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x4930(){const _0x29d0c6=['274980UDSMbg','formatBlock','oldValue','registerBlockAttribute','newValue','plugins','has','*Format:*\x20replace\x20image\x20URL','_handleLegacySuggestions','registerDescriptionCallback','attribute','key','6030848jIjKAD','TrackChangesEditing','ImageEditing','_suggestionFactory','*Replace\x20image\x20URL*','type','format','_registerLegacyDescription','discard','registerCustomCallback','9XSHpOJ','get','src','accept','afterInit','replaceImageSource','5011105qTnFCe','descriptionFactory','225492gDKNEA','commandName','3277435UVeWFT','getSuggestionCallback','2482028RqbUzq','52hqqmii','locale','enableDefaultAttributesIntegration','editor','2992932vXqGwh','formatInline'];_0x4930=function(){return _0x29d0c6;};return _0x4930();}const _0x28d97d=_0x105f;(function(_0xff3b10,_0x22b98a){const _0x2af9ae=_0x105f,_0x3494a2=_0xff3b10();while(!![]){try{const _0x5d2add=-parseInt(_0x2af9ae(0x108))/0x1+parseInt(_0x2af9ae(0x101))/0x2+parseInt(_0x2af9ae(0xfd))/0x3*(-parseInt(_0x2af9ae(0x102))/0x4)+-parseInt(_0x2af9ae(0xfb))/0x5+parseInt(_0x2af9ae(0x106))/0x6+parseInt(_0x2af9ae(0xff))/0x7+-parseInt(_0x2af9ae(0x114))/0x8*(-parseInt(_0x2af9ae(0xf5))/0x9);if(_0x5d2add===_0x22b98a)break;else _0x3494a2['push'](_0x3494a2['shift']());}catch(_0x556d11){_0x3494a2['push'](_0x3494a2['shift']());}}}(_0x4930,0xacbec));function _0x105f(_0x60ce71,_0x5c96df){const _0x4930ba=_0x4930();return _0x105f=function(_0x105f10,_0x5aa842){_0x105f10=_0x105f10-0xec;let _0x145d64=_0x4930ba[_0x105f10];return _0x145d64;},_0x105f(_0x60ce71,_0x5c96df);}import{Plugin as _0x553bdc}from'ckeditor5/src/core.js';import{getTranslation as _0x426e44}from'../utils/common-translations.js';export default class st extends _0x553bdc{[_0x28d97d(0xf9)](){const _0x405f7f=_0x28d97d;if(!this[_0x405f7f(0x105)][_0x405f7f(0x10d)][_0x405f7f(0x10e)](_0x405f7f(0xed)))return;const _0x2f2157=this[_0x405f7f(0x105)][_0x405f7f(0x103)],_0x449eb3=this[_0x405f7f(0x105)][_0x405f7f(0x10d)][_0x405f7f(0xf6)](_0x405f7f(0xec));_0x449eb3[_0x405f7f(0x104)](_0x405f7f(0xfa)),_0x449eb3[_0x405f7f(0x10b)](_0x405f7f(0xf7)),_0x449eb3[_0x405f7f(0xfc)][_0x405f7f(0x111)](_0x2d7844=>{const _0x1cf674=_0x405f7f;if(_0x1cf674(0x112)!=_0x2d7844[_0x1cf674(0xf0)])return;const {data:_0x55b13d}=_0x2d7844;return _0x55b13d&&_0x1cf674(0xf7)==_0x55b13d[_0x1cf674(0x113)]?_0x55b13d[_0x1cf674(0x10c)]&&_0x55b13d[_0x1cf674(0x10a)]?{'type':_0x1cf674(0xf1),'content':_0x426e44(_0x2f2157,_0x1cf674(0xef))}:{'type':_0x1cf674(0xf1),'content':''}:void 0x0;}),this[_0x405f7f(0x110)]();}[_0x28d97d(0x110)](){const _0x1ce9b0=_0x28d97d,_0x34aa57=this[_0x1ce9b0(0x105)][_0x1ce9b0(0x10d)][_0x1ce9b0(0xf6)](_0x1ce9b0(0xec));_0x34aa57[_0x1ce9b0(0xee)][_0x1ce9b0(0xf4)](_0x1ce9b0(0x109),_0x1ce9b0(0xfa),_0x1ce9b0(0xf8),_0x34aa57[_0x1ce9b0(0xee)][_0x1ce9b0(0x100)](_0x1ce9b0(0x109),null,_0x1ce9b0(0xf3))),_0x34aa57[_0x1ce9b0(0xee)][_0x1ce9b0(0xf4)](_0x1ce9b0(0x109),_0x1ce9b0(0xfa),_0x1ce9b0(0xf3),_0x34aa57[_0x1ce9b0(0xee)][_0x1ce9b0(0x100)](_0x1ce9b0(0x109),null,_0x1ce9b0(0xf8))),this[_0x1ce9b0(0xf2)]();}[_0x28d97d(0xf2)](){const _0x3c334e=_0x28d97d,_0x235bf7=this[_0x3c334e(0x105)],_0x4eca9b=_0x235bf7[_0x3c334e(0x103)];_0x235bf7[_0x3c334e(0x10d)][_0x3c334e(0xf6)](_0x3c334e(0xec))[_0x3c334e(0xfc)][_0x3c334e(0x111)](_0x4c1e9b=>{const _0x491bc7=_0x3c334e;if(_0x491bc7(0x109)!=_0x4c1e9b[_0x491bc7(0xf0)]&&_0x491bc7(0x107)!=_0x4c1e9b[_0x491bc7(0xf0)])return;const {data:_0x1ca528}=_0x4c1e9b;if(!_0x1ca528||_0x491bc7(0xfa)!=_0x1ca528[_0x491bc7(0xfe)])return;return{'type':_0x491bc7(0xf1),'content':_0x426e44(_0x4eca9b,_0x491bc7(0x10f))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x487296=_0x4b89;function _0x4514(){const _0x5eb468=['getContainedElement','isInlineImage','accept','end','afterInit','value','markBlockFormat','convertInlineImageToBlock','2260xPTWqy','isBefore','formatInline','36EssHQJ','newRange','selection','shouldConvertImageType','getChangedMarkers','commandParams','insertion','imageTypeInline','getSuggestions','findIndex','TrackChangesEditing','head','length','title','chain','*Format:*\x20%0','side','plugins','commandName','isEqual','ImageUtils','format','editor','imageStyle','getSuggestion','type','imageStylePostApply','formatBlock','normalizedStyles','nodeBefore','setImageNaturalSizeAttributes','4yxjgNf','imageStylePreApply','has','isIntersecting','Users','326jCLUnU','get','822940eBAmbp','registerDescriptionCallback','hasSuggestion','suggestion','forEach','isBlockImage','10DFDdxQ','6QeSqvN','from','commands','1551231vznzvz','registerPostFixer','commandReversedParams','_findSuggestions','867384JFmgmO','imageTypeBlock','registerCustomCallback','change','nodeAfter','8632248iCRLar','discard','_suggestionFactory','createRangeOn','isInContent','subType','discardSuggestion','enableCommand','_splitMarkerName','name','imageCaption','FORMAT_SIDE_IMAGE','document','differ','isOwn','descriptionFactory','model','next','getFirstRange','refresh','start','join','getClosestSelectedImageElement','ImageStyleEditing','filter','getSuggestionCallback','2213981abQTss','_registerLegacyDescription','author','locale','93768TnoEZy','toLowerCase','markInlineFormat'];_0x4514=function(){return _0x5eb468;};return _0x4514();}(function(_0x34590d,_0x308f4e){const _0x31e46a=_0x4b89,_0x38976a=_0x34590d();while(!![]){try{const _0x18b35e=parseInt(_0x31e46a(0x151))/0x1*(parseInt(_0x31e46a(0x178))/0x2)+-parseInt(_0x31e46a(0x184))/0x3+-parseInt(_0x31e46a(0x173))/0x4*(parseInt(_0x31e46a(0x17a))/0x5)+parseInt(_0x31e46a(0x181))/0x6*(parseInt(_0x31e46a(0x188))/0x7)+-parseInt(_0x31e46a(0x146))/0x8*(parseInt(_0x31e46a(0x154))/0x9)+-parseInt(_0x31e46a(0x180))/0xa*(parseInt(_0x31e46a(0x142))/0xb)+parseInt(_0x31e46a(0x18d))/0xc;if(_0x18b35e===_0x308f4e)break;else _0x38976a['push'](_0x38976a['shift']());}catch(_0x35c212){_0x38976a['push'](_0x38976a['shift']());}}}(_0x4514,0x44ce2));import{Plugin as _0x5de1da}from'ckeditor5/src/core.js';function _0x4b89(_0xcf802d,_0x1182d6){const _0x451474=_0x4514();return _0x4b89=function(_0x4b89e9,_0x43088a){_0x4b89e9=_0x4b89e9-0x12a;let _0x5bf962=_0x451474[_0x4b89e9];return _0x5bf962;},_0x4b89(_0xcf802d,_0x1182d6);}import{uid as _0x44be34}from'ckeditor5/src/utils.js';import{getTranslation as _0x23e4fa}from'../utils/common-translations.js';export default class nt extends _0x5de1da{[_0x487296(0x14d)](){const _0x3eef69=_0x487296,_0x37434f=this[_0x3eef69(0x16a)];if(!_0x37434f[_0x3eef69(0x165)][_0x3eef69(0x175)](_0x3eef69(0x13f)))return;const _0x434998=_0x37434f[_0x3eef69(0x165)][_0x3eef69(0x179)](_0x3eef69(0x15e)),_0x240abc=_0x37434f[_0x3eef69(0x165)][_0x3eef69(0x179)](_0x3eef69(0x168)),_0x6f59ac={};_0x434998[_0x3eef69(0x12f)](_0x3eef69(0x16b),(_0x34762b,_0x2ecc36)=>{const _0x1b1222=_0x3eef69,_0x40df60=_0x37434f[_0x1b1222(0x165)][_0x1b1222(0x179)](_0x1b1222(0x177))['me'],_0x3e6230=_0x37434f[_0x1b1222(0x183)][_0x1b1222(0x179)](_0x1b1222(0x16b));let _0x518345=_0x240abc[_0x1b1222(0x13e)](_0x37434f[_0x1b1222(0x138)][_0x1b1222(0x134)][_0x1b1222(0x156)]),_0x290b06=_0x37434f[_0x1b1222(0x138)][_0x1b1222(0x12b)](_0x518345),_0x1c2ec0=_0x3e6230[_0x1b1222(0x14e)];if(_0x1c2ec0==_0x2ecc36[_0x1b1222(0x14e)])return;const _0xaa22f1={'commandName':_0x1b1222(0x16b),'commandParams':[_0x2ecc36],'formatGroupId':_0x44be34()};_0x37434f[_0x1b1222(0x138)][_0x1b1222(0x18b)](()=>{const _0x381292=_0x1b1222;if(_0x434998[_0x381292(0x15c)]()[_0x381292(0x140)](_0x5e3eca=>_0x5e3eca[_0x381292(0x12c)]&&_0x40df60==_0x5e3eca[_0x381292(0x144)]&&(_0x381292(0x16f)==_0x5e3eca[_0x381292(0x16d)]||_0x381292(0x153)==_0x5e3eca[_0x381292(0x16d)])&&(_0x381292(0x174)==_0x5e3eca[_0x381292(0x12d)]||_0x381292(0x16e)==_0x5e3eca[_0x381292(0x12d)])&&_0x5e3eca[_0x381292(0x13a)]()[_0x381292(0x167)](_0x290b06))[_0x381292(0x17e)](_0x5b4fbe=>_0x434998[_0x381292(0x12e)](_0x5b4fbe[_0x381292(0x15f)])),_0x518345=_0x240abc[_0x381292(0x13e)](_0x37434f[_0x381292(0x138)][_0x381292(0x134)][_0x381292(0x156)]),_0x290b06=_0x37434f[_0x381292(0x138)][_0x381292(0x12b)](_0x518345),_0x3e6230[_0x381292(0x13b)](),_0x37434f[_0x381292(0x183)][_0x381292(0x179)](_0x381292(0x15b))[_0x381292(0x13b)](),_0x37434f[_0x381292(0x183)][_0x381292(0x179)](_0x381292(0x189))[_0x381292(0x13b)](),_0x1c2ec0=_0x3e6230[_0x381292(0x14e)],_0x1c2ec0!=_0x2ecc36[_0x381292(0x14e)])return _0x240abc[_0x381292(0x14a)](_0x518345)&&_0x3e6230[_0x381292(0x157)](_0x2ecc36[_0x381292(0x14e)],_0x518345)?(_0x34762b({..._0x2ecc36,'setImageSizes':!0x1}),_0x518345=_0x240abc[_0x381292(0x13e)](_0x37434f[_0x381292(0x138)][_0x381292(0x134)][_0x381292(0x156)]),void _0x434998[_0x381292(0x14f)](_0x518345,{..._0xaa22f1,'commandReversedParams':[{'value':_0x1c2ec0||null,'setImageSizes':!0x1}]},[],_0x381292(0x174))):void(_0x240abc[_0x381292(0x17f)](_0x518345)?_0x434998[_0x381292(0x14f)](_0x518345,_0xaa22f1,[],_0x381292(0x16e)):_0x434998[_0x381292(0x148)](_0x290b06,_0xaa22f1,_0x381292(0x16e)));});});for(const _0x4d67db of _0x37434f[_0x3eef69(0x165)][_0x3eef69(0x179)](_0x3eef69(0x13f))[_0x3eef69(0x170)])_0x6f59ac[_0x4d67db[_0x3eef69(0x131)]]=_0x4d67db[_0x3eef69(0x161)][_0x3eef69(0x147)]();_0x434998[_0x3eef69(0x12a)][_0x3eef69(0x18a)](_0x3eef69(0x16f),_0x3eef69(0x174),_0x3eef69(0x13d),()=>!0x1),_0x434998[_0x3eef69(0x12a)][_0x3eef69(0x18a)](_0x3eef69(0x16f),_0x3eef69(0x16e),_0x3eef69(0x13d),()=>!0x1),_0x434998[_0x3eef69(0x12a)][_0x3eef69(0x18a)](_0x3eef69(0x153),_0x3eef69(0x16e),_0x3eef69(0x13d),()=>!0x1),_0x434998[_0x3eef69(0x12a)][_0x3eef69(0x18a)](_0x3eef69(0x16f),_0x3eef69(0x174),_0x3eef69(0x14b),([_0x4eb2da])=>{const _0xed1341=_0x3eef69;_0x240abc[_0xed1341(0x172)](_0x4eb2da[_0xed1341(0x149)]());}),_0x434998[_0x3eef69(0x12a)][_0x3eef69(0x18a)](_0x3eef69(0x16f),_0x3eef69(0x174),_0x3eef69(0x18e),(_0x1df038,_0x40a04a)=>{const _0x4d684d=_0x3eef69;_0x434998[_0x4d684d(0x12a)][_0x4d684d(0x141)](_0x4d684d(0x16f),'',_0x4d684d(0x14b))(_0x1df038,{'commandName':_0x40a04a[_0x4d684d(0x166)],'commandParams':_0x40a04a[_0x4d684d(0x186)]});}),_0x434998[_0x3eef69(0x12a)][_0x3eef69(0x18a)](_0x3eef69(0x16f),_0x3eef69(0x174),_0x3eef69(0x162),function(_0x4d82c9,_0x5c6193){if(_0x20a214(_0x4d82c9,_0x5c6193))return[_0x4d82c9,_0x5c6193];if(_0x20a214(_0x5c6193,_0x4d82c9))return[_0x5c6193,_0x4d82c9];return null;});const _0x4851da=[{'type':_0x3eef69(0x16f),'subType':_0x3eef69(0x174)},{'type':_0x3eef69(0x15a),'subType':_0x3eef69(0x132)},{'type':_0x3eef69(0x16f),'subType':_0x3eef69(0x150)},{'type':_0x3eef69(0x15a),'subType':_0x3eef69(0x150)}];function _0x20a214(_0xd70d62,_0x25580a){const _0x328b6e=_0x3eef69,_0x3b81ec=_0x4851da[_0x328b6e(0x15d)](({type:_0x3511c8,subType:_0x5b2240})=>_0xd70d62[_0x328b6e(0x16d)]==_0x3511c8&&_0xd70d62[_0x328b6e(0x12d)]==_0x5b2240),_0x2d89ef=_0x4851da[_0x328b6e(0x15d)](({type:_0x211f58,subType:_0x1ce55f})=>_0x25580a[_0x328b6e(0x16d)]==_0x211f58&&_0x25580a[_0x328b6e(0x12d)]==_0x1ce55f);if(_0x3b81ec<0x0||_0x2d89ef<0x0)return!0x1;const _0x186b2f=_0xd70d62[_0x328b6e(0x13a)](),_0x20aaaf=_0x25580a[_0x328b6e(0x13a)]();if((0x0==_0x3b81ec||0x1==_0x3b81ec)&&0x2==_0x2d89ef&&_0x186b2f[_0x328b6e(0x176)](_0x20aaaf))return!0x0;if(0x2==_0x3b81ec&&0x3==_0x2d89ef){const _0x304093=_0x434998[_0x328b6e(0x187)](_0x186b2f,_0x328b6e(0x15a))[_0x328b6e(0x140)](({suggestion:_0x1b594c,meta:_0x2506c5})=>_0x2506c5[_0x328b6e(0x136)]&&_0x328b6e(0x150)==_0x1b594c[_0x328b6e(0x12d)]);if(_0x304093[_0x328b6e(0x160)]>0x1&&_0x20aaaf[_0x328b6e(0x14c)][_0x328b6e(0x167)](_0x186b2f[_0x328b6e(0x13c)]))return!0x0;if(0x1==_0x304093[_0x328b6e(0x160)]&&(_0x186b2f[_0x328b6e(0x13c)][_0x328b6e(0x167)](_0x20aaaf[_0x328b6e(0x14c)])||_0x186b2f[_0x328b6e(0x14c)][_0x328b6e(0x167)](_0x20aaaf[_0x328b6e(0x13c)])))return!0x0;}if(0x3==_0x3b81ec&&0x3==_0x2d89ef&&_0x186b2f[_0x328b6e(0x13c)][_0x328b6e(0x152)](_0x20aaaf[_0x328b6e(0x13c)])){const _0x46013f=_0x186b2f[_0x328b6e(0x14c)][_0x328b6e(0x18c)],_0x3ccbe8=_0x20aaaf[_0x328b6e(0x13c)][_0x328b6e(0x171)];return _0x240abc[_0x328b6e(0x17f)](_0x46013f)&&_0x46013f===_0x3ccbe8;}return!0x1;}_0x37434f[_0x3eef69(0x138)][_0x3eef69(0x134)][_0x3eef69(0x185)](()=>{const _0x2cd1dc=_0x3eef69;let _0x3164a3=!0x1;const _0x36f898=Array[_0x2cd1dc(0x182)](_0x37434f[_0x2cd1dc(0x138)][_0x2cd1dc(0x134)][_0x2cd1dc(0x135)][_0x2cd1dc(0x158)]());for(const {name:_0x11a8f8,data:_0x2d7c3a}of _0x36f898){const {group:_0x189e16,type:_0x40a474,subType:_0x3936eb,id:_0x35e9df}=_0x434998[_0x2cd1dc(0x130)](_0x11a8f8);if(_0x2cd1dc(0x17d)==_0x189e16&&_0x434998[_0x2cd1dc(0x17c)](_0x35e9df)){if(_0x2cd1dc(0x16f)==_0x40a474&&(_0x2cd1dc(0x174)==_0x3936eb||_0x2cd1dc(0x16e)==_0x3936eb)){const _0x3d61a2=_0x434998[_0x2cd1dc(0x16c)](_0x35e9df);if(_0x2d7c3a[_0x2cd1dc(0x155)]){const _0x256581=_0x3d61a2[_0x2cd1dc(0x13a)]()[_0x2cd1dc(0x149)]();if(_0x240abc[_0x2cd1dc(0x17f)](_0x256581))continue;_0x434998[_0x2cd1dc(0x12e)](_0x3d61a2),_0x3164a3=!0x0;}}if(_0x2cd1dc(0x15a)==_0x40a474&&_0x2cd1dc(0x132)==_0x3936eb&&!_0x2d7c3a[_0x2cd1dc(0x155)]){const _0x1d01b8=_0x434998[_0x2cd1dc(0x16c)](_0x35e9df);_0x1d01b8[_0x2cd1dc(0x139)]&&_0x1d01b8[_0x2cd1dc(0x139)][_0x2cd1dc(0x12c)]&&(_0x434998[_0x2cd1dc(0x12e)](_0x1d01b8[_0x2cd1dc(0x139)]),_0x3164a3=!0x0);}}}return _0x3164a3;}),this[_0x3eef69(0x143)](_0x6f59ac);}[_0x487296(0x143)](_0x327f69){const _0x9b0642=_0x487296,_0x285ddf=this[_0x9b0642(0x16a)],_0x12072c=_0x285ddf[_0x9b0642(0x145)];_0x285ddf[_0x9b0642(0x165)][_0x9b0642(0x179)](_0x9b0642(0x15e))[_0x9b0642(0x137)][_0x9b0642(0x17b)](_0x5afb1a=>{const _0x8d8639=_0x9b0642;if(_0x8d8639(0x16f)!=_0x5afb1a[_0x8d8639(0x16d)]&&_0x8d8639(0x153)!=_0x5afb1a[_0x8d8639(0x16d)])return;const {data:_0x534fa0}=_0x5afb1a;if(!_0x534fa0||_0x8d8639(0x16b)!=_0x534fa0[_0x8d8639(0x166)])return;const _0x3621e5=_0x534fa0[_0x8d8639(0x159)][0x0][_0x8d8639(0x14e)];return _0xd95029(_0x8d8639(0x164)===_0x3621e5?_0x23e4fa(_0x12072c,_0x8d8639(0x133)):_0x327f69[_0x3621e5]||_0x3621e5);function _0xd95029(_0xda6e00){const _0x1aa677=_0x8d8639;return{'type':_0x1aa677(0x169),'content':_0x23e4fa(_0x12072c,_0x1aa677(0x163),_0xda6e00)};}});}}
|
|
23
|
+
const _0x2184e8=_0x3ab5;(function(_0x241f41,_0x3d2d6f){const _0x32d7c1=_0x3ab5,_0x24656f=_0x241f41();while(!![]){try{const _0x3d05e4=parseInt(_0x32d7c1(0x9c))/0x1+parseInt(_0x32d7c1(0xe0))/0x2+parseInt(_0x32d7c1(0x90))/0x3+parseInt(_0x32d7c1(0xa0))/0x4+parseInt(_0x32d7c1(0xd0))/0x5+parseInt(_0x32d7c1(0xe2))/0x6+parseInt(_0x32d7c1(0xaa))/0x7*(-parseInt(_0x32d7c1(0xb3))/0x8);if(_0x3d05e4===_0x3d2d6f)break;else _0x24656f['push'](_0x24656f['shift']());}catch(_0x1d0e50){_0x24656f['push'](_0x24656f['shift']());}}}(_0x1a21,0xc5c59));import{Plugin as _0x4ed981}from'ckeditor5/src/core.js';import{uid as _0x25716c}from'ckeditor5/src/utils.js';function _0x1a21(){const _0x475145=['isBlockImage','1570764WdKboo','_findSuggestions','editor','commandParams','imageStylePostApply','ImageStyleEditing','suggestion','getClosestSelectedImageElement','isEqual','get','getSuggestionCallback','plugins','imageCaption','_suggestionFactory','formatBlock','123684WssbSD','filter','from','isBefore','toLowerCase','join','subType','descriptionFactory','model','registerCustomCallback','imageStyle','commandName','842088eZmgna','getSuggestion','findIndex','forEach','3839040WEQHko','nodeAfter','next','isInContent','_splitMarkerName','format','length','has','document','change','6583619VlajRn','convertInlineImageToBlock','FORMAT_SIDE_IMAGE','discard','author','isOwn','commandReversedParams','insertion','ImageUtils','32TOLRTF','refresh','getFirstRange','isInlineImage','getSuggestions','locale','registerDescriptionCallback','imageTypeBlock','registerPostFixer','getChangedMarkers','discardSuggestion','imageStylePreApply','start','selection','type','commands','title','nodeBefore','formatInline','afterInit','enableCommand','getContainedElement','isIntersecting','chain','Users','normalizedStyles','createRangeOn','hasSuggestion','differ','4894510PCFBeS','TrackChangesEditing','side','*Format:*\x20%0','shouldConvertImageType','_registerLegacyDescription','markInlineFormat','end','value','name','accept','head','markBlockFormat','imageTypeInline','setImageNaturalSizeAttributes','newRange','2976738rMKfnA'];_0x1a21=function(){return _0x475145;};return _0x1a21();}function _0x3ab5(_0x22600d,_0x4cce5e){const _0x1a212e=_0x1a21();return _0x3ab5=function(_0x3ab540,_0x104c1a){_0x3ab540=_0x3ab540-0x8c;let _0x486eb6=_0x1a212e[_0x3ab540];return _0x486eb6;},_0x3ab5(_0x22600d,_0x4cce5e);}import{getTranslation as _0x3867f9}from'../utils/common-translations.js';export default class nt extends _0x4ed981{[_0x2184e8(0xc6)](){const _0x3eb788=_0x2184e8,_0x352ea5=this[_0x3eb788(0xe4)];if(!_0x352ea5[_0x3eb788(0x8c)][_0x3eb788(0xa7)](_0x3eb788(0xe7)))return;const _0x129bc7=_0x352ea5[_0x3eb788(0x8c)][_0x3eb788(0xeb)](_0x3eb788(0xd1)),_0x568823=_0x352ea5[_0x3eb788(0x8c)][_0x3eb788(0xeb)](_0x3eb788(0xb2)),_0x1a4442={};_0x129bc7[_0x3eb788(0xc7)](_0x3eb788(0x9a),(_0x53a95c,_0x10d711)=>{const _0x265e0d=_0x3eb788,_0x2740b7=_0x352ea5[_0x265e0d(0x8c)][_0x265e0d(0xeb)](_0x265e0d(0xcb))['me'],_0xe9cf5f=_0x352ea5[_0x265e0d(0xc2)][_0x265e0d(0xeb)](_0x265e0d(0x9a));let _0x4f7598=_0x568823[_0x265e0d(0xe9)](_0x352ea5[_0x265e0d(0x98)][_0x265e0d(0xa8)][_0x265e0d(0xc0)]),_0x47d0cf=_0x352ea5[_0x265e0d(0x98)][_0x265e0d(0xcd)](_0x4f7598),_0x1cb73b=_0xe9cf5f[_0x265e0d(0xd8)];if(_0x1cb73b==_0x10d711[_0x265e0d(0xd8)])return;const _0x23a3c7={'commandName':_0x265e0d(0x9a),'commandParams':[_0x10d711],'formatGroupId':_0x25716c()};_0x352ea5[_0x265e0d(0x98)][_0x265e0d(0xa9)](()=>{const _0x5f17a1=_0x265e0d;if(_0x129bc7[_0x5f17a1(0xb7)]()[_0x5f17a1(0x91)](_0x4af4fc=>_0x4af4fc[_0x5f17a1(0xa3)]&&_0x2740b7==_0x4af4fc[_0x5f17a1(0xae)]&&(_0x5f17a1(0x8f)==_0x4af4fc[_0x5f17a1(0xc1)]||_0x5f17a1(0xc5)==_0x4af4fc[_0x5f17a1(0xc1)])&&(_0x5f17a1(0xbe)==_0x4af4fc[_0x5f17a1(0x96)]||_0x5f17a1(0xe6)==_0x4af4fc[_0x5f17a1(0x96)])&&_0x4af4fc[_0x5f17a1(0xb5)]()[_0x5f17a1(0xea)](_0x47d0cf))[_0x5f17a1(0x9f)](_0x3b04b7=>_0x129bc7[_0x5f17a1(0xbd)](_0x3b04b7[_0x5f17a1(0xdb)])),_0x4f7598=_0x568823[_0x5f17a1(0xe9)](_0x352ea5[_0x5f17a1(0x98)][_0x5f17a1(0xa8)][_0x5f17a1(0xc0)]),_0x47d0cf=_0x352ea5[_0x5f17a1(0x98)][_0x5f17a1(0xcd)](_0x4f7598),_0xe9cf5f[_0x5f17a1(0xb4)](),_0x352ea5[_0x5f17a1(0xc2)][_0x5f17a1(0xeb)](_0x5f17a1(0xdd))[_0x5f17a1(0xb4)](),_0x352ea5[_0x5f17a1(0xc2)][_0x5f17a1(0xeb)](_0x5f17a1(0xba))[_0x5f17a1(0xb4)](),_0x1cb73b=_0xe9cf5f[_0x5f17a1(0xd8)],_0x1cb73b!=_0x10d711[_0x5f17a1(0xd8)])return _0x568823[_0x5f17a1(0xb6)](_0x4f7598)&&_0xe9cf5f[_0x5f17a1(0xd4)](_0x10d711[_0x5f17a1(0xd8)],_0x4f7598)?(_0x53a95c({..._0x10d711,'setImageSizes':!0x1}),_0x4f7598=_0x568823[_0x5f17a1(0xe9)](_0x352ea5[_0x5f17a1(0x98)][_0x5f17a1(0xa8)][_0x5f17a1(0xc0)]),void _0x129bc7[_0x5f17a1(0xdc)](_0x4f7598,{..._0x23a3c7,'commandReversedParams':[{'value':_0x1cb73b||null,'setImageSizes':!0x1}]},[],_0x5f17a1(0xbe))):void(_0x568823[_0x5f17a1(0xe1)](_0x4f7598)?_0x129bc7[_0x5f17a1(0xdc)](_0x4f7598,_0x23a3c7,[],_0x5f17a1(0xe6)):_0x129bc7[_0x5f17a1(0xd6)](_0x47d0cf,_0x23a3c7,_0x5f17a1(0xe6)));});});for(const _0x6a94b9 of _0x352ea5[_0x3eb788(0x8c)][_0x3eb788(0xeb)](_0x3eb788(0xe7))[_0x3eb788(0xcc)])_0x1a4442[_0x6a94b9[_0x3eb788(0xd9)]]=_0x6a94b9[_0x3eb788(0xc3)][_0x3eb788(0x94)]();_0x129bc7[_0x3eb788(0x8e)][_0x3eb788(0x99)](_0x3eb788(0x8f),_0x3eb788(0xbe),_0x3eb788(0x95),()=>!0x1),_0x129bc7[_0x3eb788(0x8e)][_0x3eb788(0x99)](_0x3eb788(0x8f),_0x3eb788(0xe6),_0x3eb788(0x95),()=>!0x1),_0x129bc7[_0x3eb788(0x8e)][_0x3eb788(0x99)](_0x3eb788(0xc5),_0x3eb788(0xe6),_0x3eb788(0x95),()=>!0x1),_0x129bc7[_0x3eb788(0x8e)][_0x3eb788(0x99)](_0x3eb788(0x8f),_0x3eb788(0xbe),_0x3eb788(0xda),([_0x5da61f])=>{const _0x4be51c=_0x3eb788;_0x568823[_0x4be51c(0xde)](_0x5da61f[_0x4be51c(0xc8)]());}),_0x129bc7[_0x3eb788(0x8e)][_0x3eb788(0x99)](_0x3eb788(0x8f),_0x3eb788(0xbe),_0x3eb788(0xad),(_0x1f303a,_0x1be570)=>{const _0x13b7d8=_0x3eb788;_0x129bc7[_0x13b7d8(0x8e)][_0x13b7d8(0xec)](_0x13b7d8(0x8f),'',_0x13b7d8(0xda))(_0x1f303a,{'commandName':_0x1be570[_0x13b7d8(0x9b)],'commandParams':_0x1be570[_0x13b7d8(0xb0)]});}),_0x129bc7[_0x3eb788(0x8e)][_0x3eb788(0x99)](_0x3eb788(0x8f),_0x3eb788(0xbe),_0x3eb788(0xca),function(_0x2ce171,_0x16e508){if(_0x13d7b4(_0x2ce171,_0x16e508))return[_0x2ce171,_0x16e508];if(_0x13d7b4(_0x16e508,_0x2ce171))return[_0x16e508,_0x2ce171];return null;});const _0x41d882=[{'type':_0x3eb788(0x8f),'subType':_0x3eb788(0xbe)},{'type':_0x3eb788(0xb1),'subType':_0x3eb788(0x8d)},{'type':_0x3eb788(0x8f),'subType':_0x3eb788(0xab)},{'type':_0x3eb788(0xb1),'subType':_0x3eb788(0xab)}];function _0x13d7b4(_0x128d95,_0x5b3dd6){const _0x2a3ce2=_0x3eb788,_0x3d6faf=_0x41d882[_0x2a3ce2(0x9e)](({type:_0x433dd1,subType:_0x3fcea1})=>_0x128d95[_0x2a3ce2(0xc1)]==_0x433dd1&&_0x128d95[_0x2a3ce2(0x96)]==_0x3fcea1),_0x35c287=_0x41d882[_0x2a3ce2(0x9e)](({type:_0x221560,subType:_0x1343f7})=>_0x5b3dd6[_0x2a3ce2(0xc1)]==_0x221560&&_0x5b3dd6[_0x2a3ce2(0x96)]==_0x1343f7);if(_0x3d6faf<0x0||_0x35c287<0x0)return!0x1;const _0x2a0d91=_0x128d95[_0x2a3ce2(0xb5)](),_0xfebdae=_0x5b3dd6[_0x2a3ce2(0xb5)]();if((0x0==_0x3d6faf||0x1==_0x3d6faf)&&0x2==_0x35c287&&_0x2a0d91[_0x2a3ce2(0xc9)](_0xfebdae))return!0x0;if(0x2==_0x3d6faf&&0x3==_0x35c287){const _0x5b53da=_0x129bc7[_0x2a3ce2(0xe3)](_0x2a0d91,_0x2a3ce2(0xb1))[_0x2a3ce2(0x91)](({suggestion:_0xca2756,meta:_0x9d257f})=>_0x9d257f[_0x2a3ce2(0xaf)]&&_0x2a3ce2(0xab)==_0xca2756[_0x2a3ce2(0x96)]);if(_0x5b53da[_0x2a3ce2(0xa6)]>0x1&&_0xfebdae[_0x2a3ce2(0xd7)][_0x2a3ce2(0xea)](_0x2a0d91[_0x2a3ce2(0xbf)]))return!0x0;if(0x1==_0x5b53da[_0x2a3ce2(0xa6)]&&(_0x2a0d91[_0x2a3ce2(0xbf)][_0x2a3ce2(0xea)](_0xfebdae[_0x2a3ce2(0xd7)])||_0x2a0d91[_0x2a3ce2(0xd7)][_0x2a3ce2(0xea)](_0xfebdae[_0x2a3ce2(0xbf)])))return!0x0;}if(0x3==_0x3d6faf&&0x3==_0x35c287&&_0x2a0d91[_0x2a3ce2(0xbf)][_0x2a3ce2(0x93)](_0xfebdae[_0x2a3ce2(0xbf)])){const _0x385777=_0x2a0d91[_0x2a3ce2(0xd7)][_0x2a3ce2(0xa1)],_0x3aa3f8=_0xfebdae[_0x2a3ce2(0xbf)][_0x2a3ce2(0xc4)];return _0x568823[_0x2a3ce2(0xe1)](_0x385777)&&_0x385777===_0x3aa3f8;}return!0x1;}_0x352ea5[_0x3eb788(0x98)][_0x3eb788(0xa8)][_0x3eb788(0xbb)](()=>{const _0x514ced=_0x3eb788;let _0x5b6a9d=!0x1;const _0x5c04bc=Array[_0x514ced(0x92)](_0x352ea5[_0x514ced(0x98)][_0x514ced(0xa8)][_0x514ced(0xcf)][_0x514ced(0xbc)]());for(const {name:_0x11dd6f,data:_0x602eec}of _0x5c04bc){const {group:_0x40d99c,type:_0x34562e,subType:_0x7bdf8a,id:_0x32f9b5}=_0x129bc7[_0x514ced(0xa4)](_0x11dd6f);if(_0x514ced(0xe8)==_0x40d99c&&_0x129bc7[_0x514ced(0xce)](_0x32f9b5)){if(_0x514ced(0x8f)==_0x34562e&&(_0x514ced(0xbe)==_0x7bdf8a||_0x514ced(0xe6)==_0x7bdf8a)){const _0x547b13=_0x129bc7[_0x514ced(0x9d)](_0x32f9b5);if(_0x602eec[_0x514ced(0xdf)]){const _0x5d7e1a=_0x547b13[_0x514ced(0xb5)]()[_0x514ced(0xc8)]();if(_0x568823[_0x514ced(0xe1)](_0x5d7e1a))continue;_0x129bc7[_0x514ced(0xbd)](_0x547b13),_0x5b6a9d=!0x0;}}if(_0x514ced(0xb1)==_0x34562e&&_0x514ced(0x8d)==_0x7bdf8a&&!_0x602eec[_0x514ced(0xdf)]){const _0xfc9b36=_0x129bc7[_0x514ced(0x9d)](_0x32f9b5);_0xfc9b36[_0x514ced(0xa2)]&&_0xfc9b36[_0x514ced(0xa2)][_0x514ced(0xa3)]&&(_0x129bc7[_0x514ced(0xbd)](_0xfc9b36[_0x514ced(0xa2)]),_0x5b6a9d=!0x0);}}}return _0x5b6a9d;}),this[_0x3eb788(0xd5)](_0x1a4442);}[_0x2184e8(0xd5)](_0x3ccb2a){const _0x302356=_0x2184e8,_0x2554b0=this[_0x302356(0xe4)],_0x30cf79=_0x2554b0[_0x302356(0xb8)];_0x2554b0[_0x302356(0x8c)][_0x302356(0xeb)](_0x302356(0xd1))[_0x302356(0x97)][_0x302356(0xb9)](_0x1ec120=>{const _0x28a1c3=_0x302356;if(_0x28a1c3(0x8f)!=_0x1ec120[_0x28a1c3(0xc1)]&&_0x28a1c3(0xc5)!=_0x1ec120[_0x28a1c3(0xc1)])return;const {data:_0x55e104}=_0x1ec120;if(!_0x55e104||_0x28a1c3(0x9a)!=_0x55e104[_0x28a1c3(0x9b)])return;const _0xdffcd=_0x55e104[_0x28a1c3(0xe5)][0x0][_0x28a1c3(0xd8)];return _0x57db3a(_0x28a1c3(0xd2)===_0xdffcd?_0x3867f9(_0x30cf79,_0x28a1c3(0xac)):_0x3ccb2a[_0xdffcd]||_0xdffcd);function _0x57db3a(_0x40548e){const _0x1e16f0=_0x28a1c3;return{'type':_0x1e16f0(0xa5),'content':_0x3867f9(_0x30cf79,_0x1e16f0(0xd3),_0x40548e)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xea7127=_0x3f87;function _0x592d(){const _0x526296=['2793730GlpRza','enableCommand','commands','160941ZDHfMZ','18445RmxxCD','_trackChangesValueDuringImport','_handleImportedData','execute','collaboration_features','2016656LMJDIf','Users','track_changes','lowest','editor','14hIHYKm','high','dataInsert','importWord','value','282oeThSQ','_trackChangesExecuted','plugins','listenTo','trackChanges','get','2718240lPnUbS','346086ZHOkeg','TrackChangesEditing','9Mwrynf','afterInit','forEach','_setSuggestionData','2342832eEqHeP','bind'];_0x592d=function(){return _0x526296;};return _0x592d();}function _0x3f87(_0x6305bc,_0x2502eb){const _0x592de5=_0x592d();return _0x3f87=function(_0x3f872a,_0x5a9d2e){_0x3f872a=_0x3f872a-0x109;let _0x30bd85=_0x592de5[_0x3f872a];return _0x30bd85;},_0x3f87(_0x6305bc,_0x2502eb);}(function(_0x4db006,_0x46b231){const _0xee9107=_0x3f87,_0x51aa8a=_0x4db006();while(!![]){try{const _0x5b98fa=-parseInt(_0xee9107(0x10d))/0x1+-parseInt(_0xee9107(0x123))/0x2*(-parseInt(_0xee9107(0x118))/0x3)+parseInt(_0xee9107(0x113))/0x4+-parseInt(_0xee9107(0x119))/0x5*(parseInt(_0xee9107(0x128))/0x6)+parseInt(_0xee9107(0x10c))/0x7+-parseInt(_0xee9107(0x11e))/0x8*(parseInt(_0xee9107(0x10f))/0x9)+-parseInt(_0xee9107(0x115))/0xa;if(_0x5b98fa===_0x46b231)break;else _0x51aa8a['push'](_0x51aa8a['shift']());}catch(_0x475630){_0x51aa8a['push'](_0x51aa8a['shift']());}}}(_0x592d,0x48e89));import{Plugin as _0x119469}from'ckeditor5/src/core.js';export default class ot extends _0x119469{constructor(_0x45f6e7){const _0x3ccf38=_0x3f87;super(_0x45f6e7),this[_0x3ccf38(0x11a)]=!0x1,this[_0x3ccf38(0x129)]=!0x1;}[_0xea7127(0x110)](){const _0xb71c7c=_0xea7127,_0x5422f1=this[_0xb71c7c(0x122)],_0x179f64=_0x5422f1[_0xb71c7c(0x117)][_0xb71c7c(0x10b)](_0xb71c7c(0x126)),_0x2cb0f6=_0x5422f1[_0xb71c7c(0x117)][_0xb71c7c(0x10b)](_0xb71c7c(0x10a));_0x179f64&&(_0x179f64['on'](_0xb71c7c(0x11c),(_0x56bfe3,[,_0x2850ed])=>{const _0x104da8=_0xb71c7c;this[_0x104da8(0x11a)]=_0x2cb0f6[_0x104da8(0x127)],_0x2850ed[_0x104da8(0x11d)][_0x104da8(0x120)]=!this[_0x104da8(0x11a)];},{'priority':_0xb71c7c(0x124)}),this[_0xb71c7c(0x109)](_0x179f64,_0xb71c7c(0x125),this[_0xb71c7c(0x11b)][_0xb71c7c(0x114)](this)),this[_0xb71c7c(0x109)](_0x179f64,_0xb71c7c(0x125),()=>{const _0x5ec681=_0xb71c7c;this[_0x5ec681(0x129)]&&(_0x2cb0f6[_0x5ec681(0x11c)](),this[_0x5ec681(0x129)]=!0x1);},{'priority':_0xb71c7c(0x121)}),_0x5422f1[_0xb71c7c(0x12a)][_0xb71c7c(0x10b)](_0xb71c7c(0x10e))[_0xb71c7c(0x116)](_0xb71c7c(0x126)));}[_0xea7127(0x11b)](_0x47eeaf,_0x11404d){const _0x1d1660=_0xea7127,{suggestions:_0x2454b4}=_0x11404d,_0x117088=this[_0x1d1660(0x122)][_0x1d1660(0x117)][_0x1d1660(0x10b)](_0x1d1660(0x10a)),_0x322996=_0x117088[_0x1d1660(0x127)];this[_0x1d1660(0x11a)]!==_0x322996&&(_0x117088[_0x1d1660(0x11c)](),this[_0x1d1660(0x129)]=!0x0),_0x2454b4&&_0x2454b4[_0x1d1660(0x111)](({id:_0x188902,type:_0x6faf3d,author:_0x19d880,created_at:_0x1279a9})=>{const _0x2526e9=_0x1d1660,_0x377e7f={'id':_0x188902,'type':_0x6faf3d,'authorId':this[_0x2526e9(0x122)][_0x2526e9(0x12a)][_0x2526e9(0x10b)](_0x2526e9(0x11f))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x19d880,'createdAt':_0x1279a9?new Date(_0x1279a9):new Date(),'source':_0x2526e9(0x126)}}};this[_0x2526e9(0x122)][_0x2526e9(0x12a)][_0x2526e9(0x10b)](_0x2526e9(0x10e))[_0x2526e9(0x112)](_0x377e7f);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x224e(){const _0x48f139=['14baknuo','21RldDCU','3079269SIsjtk','TrackChangesEditing','registerBlockAttribute','afterInit','250533ylMcVk','1858852rhHxQS','has','*Outdent:*\x20%0','outdentBlock','registerDescriptionCallback','format','3483708LsHUZI','enableDefaultAttributesIntegration','locale','_registerLegacyDescription','5SLaMHc','17590390EYogjI','getItemLabel','IndentEditing','enableCommand','formatBlock','type','plugins','get','216562IaNsSh','4046888hQpaBB','*Indent:*\x20%0','IndentBlock','outdent','commandName','editor','indent','indentBlock','11OXncmW','getItems','descriptionFactory','FORMAT_INDENT','registerAttributeLabel','blockIndent'];_0x224e=function(){return _0x48f139;};return _0x224e();}function _0x42c4(_0x5f3f47,_0x5df96e){const _0x224e27=_0x224e();return _0x42c4=function(_0x42c420,_0x5da9a0){_0x42c420=_0x42c420-0x82;let _0x27f82b=_0x224e27[_0x42c420];return _0x27f82b;},_0x42c4(_0x5f3f47,_0x5df96e);}const _0x5602f8=_0x42c4;(function(_0x4b5758,_0x43581d){const _0x32b55a=_0x42c4,_0x25a489=_0x4b5758();while(!![]){try{const _0x5d2d0f=-parseInt(_0x32b55a(0x9c))/0x1*(parseInt(_0x32b55a(0x82))/0x2)+-parseInt(_0x32b55a(0x84))/0x3+-parseInt(_0x32b55a(0x89))/0x4+-parseInt(_0x32b55a(0x93))/0x5*(-parseInt(_0x32b55a(0x8f))/0x6)+parseInt(_0x32b55a(0x83))/0x7*(parseInt(_0x32b55a(0x9d))/0x8)+-parseInt(_0x32b55a(0x88))/0x9+-parseInt(_0x32b55a(0x94))/0xa*(-parseInt(_0x32b55a(0xa5))/0xb);if(_0x5d2d0f===_0x43581d)break;else _0x25a489['push'](_0x25a489['shift']());}catch(_0x1c0684){_0x25a489['push'](_0x25a489['shift']());}}}(_0x224e,0xc8c3d));import{Plugin as _0x3c4c01}from'ckeditor5/src/core.js';import{getTranslation as _0x29f752}from'../utils/common-translations.js';export default class rt extends _0x3c4c01{[_0x5602f8(0x87)](){const _0x1b2e68=_0x5602f8,_0x3f2c10=this[_0x1b2e68(0xa2)],_0xe145bb=_0x3f2c10[_0x1b2e68(0x9a)][_0x1b2e68(0x9b)](_0x1b2e68(0x85));if(_0x3f2c10[_0x1b2e68(0x9a)][_0x1b2e68(0x8a)](_0x1b2e68(0x96))&&(_0xe145bb[_0x1b2e68(0x97)](_0x1b2e68(0xa3)),_0xe145bb[_0x1b2e68(0x97)](_0x1b2e68(0xa0))),_0x3f2c10[_0x1b2e68(0x9a)][_0x1b2e68(0x8a)](_0x1b2e68(0x9f))){for(const _0x3544bd of[_0x1b2e68(0xa4),_0x1b2e68(0x8c)])_0xe145bb[_0x1b2e68(0x90)](_0x3544bd);}const _0x43c39d=_0x3f2c10[_0x1b2e68(0x91)];_0xe145bb[_0x1b2e68(0x86)](_0x1b2e68(0xaa)),_0xe145bb[_0x1b2e68(0xa7)][_0x1b2e68(0xa9)](_0x1b2e68(0xaa),_0x29f752(_0x43c39d,_0x1b2e68(0xa8))),this[_0x1b2e68(0x92)]();}[_0x5602f8(0x92)](){const _0x7dc063=_0x5602f8,_0x1d638b=this[_0x7dc063(0xa2)],_0x2a43ce=_0x1d638b[_0x7dc063(0x91)],_0x3e0129=_0x1d638b[_0x7dc063(0x9a)][_0x7dc063(0x9b)](_0x7dc063(0x85));_0x3e0129[_0x7dc063(0xa7)][_0x7dc063(0x8d)](_0x18b3a7=>{const _0x4ad87d=_0x7dc063;if(_0x4ad87d(0x98)!=_0x18b3a7[_0x4ad87d(0x99)])return;const {data:_0x362632}=_0x18b3a7;if(!_0x362632)return;if(_0x4ad87d(0xa4)!=_0x362632[_0x4ad87d(0xa1)]&&_0x4ad87d(0x8c)!=_0x362632[_0x4ad87d(0xa1)])return;const _0x2b450a=_0x18b3a7[_0x4ad87d(0xa6)]()[0x0],_0x565cbe=_0x3e0129[_0x4ad87d(0xa7)][_0x4ad87d(0x95)](_0x2b450a);return _0x4ad87d(0xa4)==_0x362632[_0x4ad87d(0xa1)]?{'type':_0x4ad87d(0x8e),'content':_0x29f752(_0x2a43ce,_0x4ad87d(0x9e),_0x565cbe)}:_0x4ad87d(0x8c)==_0x362632[_0x4ad87d(0xa1)]?{'type':_0x4ad87d(0x8e),'content':_0x29f752(_0x2a43ce,_0x4ad87d(0x8b),_0x565cbe)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x36e3bb=_0x3901;(function(_0x8163f0,_0x564fd6){var _0x15be34=_0x3901,_0x3df45b=_0x8163f0();while(!![]){try{var _0x354c02=-parseInt(_0x15be34(0x148))/0x1+-parseInt(_0x15be34(0x14f))/0x2*(-parseInt(_0x15be34(0x140))/0x3)+parseInt(_0x15be34(0x14e))/0x4+-parseInt(_0x15be34(0x14b))/0x5*(parseInt(_0x15be34(0x14a))/0x6)+-parseInt(_0x15be34(0x150))/0x7*(-parseInt(_0x15be34(0x142))/0x8)+parseInt(_0x15be34(0x143))/0x9*(-parseInt(_0x15be34(0x152))/0xa)+-parseInt(_0x15be34(0x149))/0xb*(parseInt(_0x15be34(0x144))/0xc);if(_0x354c02===_0x564fd6)break;else _0x3df45b['push'](_0x3df45b['shift']());}catch(_0x3c88a7){_0x3df45b['push'](_0x3df45b['shift']());}}}(_0x3c56,0x4a537));function _0x3901(_0x113dca,_0xb9842f){var _0x3c56bf=_0x3c56();return _0x3901=function(_0x3901cb,_0x34c7ea){_0x3901cb=_0x3901cb-0x140;var _0x19d285=_0x3c56bf[_0x3901cb];return _0x19d285;},_0x3901(_0x113dca,_0xb9842f);}import{Plugin as _0x15ae72}from'ckeditor5/src/core.js';import{Input as _0x229a01}from'ckeditor5/src/typing.js';function _0x3c56(){var _0x433162=['20SOoTjL','init','input','1582348XTcoeN','2ILQNcE','1196083XpuMew','enableCommand','1760230WGyoDg','editor','1777836MRuasH','plugins','16ALYitc','27lfeaTM','24036JpnEsD','requires','TrackChangesEditing','get','220404WlAfLz','121AzVgrA','382488ufICeH'];_0x3c56=function(){return _0x433162;};return _0x3c56();}export default class at extends _0x15ae72{static get[_0x36e3bb(0x145)](){return[_0x229a01];}[_0x36e3bb(0x14c)](){var _0x5c9057=_0x36e3bb;this[_0x5c9057(0x153)][_0x5c9057(0x141)][_0x5c9057(0x147)](_0x5c9057(0x146))[_0x5c9057(0x151)](_0x5c9057(0x14d));}}
|