@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240603.0 → 0.0.0-nightly-20240604.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 +0 -6
- package/build/track-changes.js +1 -1
- package/dist/index.js +1 -3
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/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 +1 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +1 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2127a1=_0x3749;(function(_0x10ccf9,_0x284624){const _0x90084e=_0x3749,_0x2bca97=_0x10ccf9();while(!![]){try{const _0x2d2438=parseInt(_0x90084e(0x181))/0x1*(parseInt(_0x90084e(0x198))/0x2)+parseInt(_0x90084e(0x182))/0x3*(-parseInt(_0x90084e(0x1a7))/0x4)+-parseInt(_0x90084e(0x19d))/0x5+parseInt(_0x90084e(0x187))/0x6+-parseInt(_0x90084e(0x184))/0x7*(-parseInt(_0x90084e(0x193))/0x8)+parseInt(_0x90084e(0x18c))/0x9+parseInt(_0x90084e(0x18b))/0xa*(-parseInt(_0x90084e(0x1a6))/0xb);if(_0x2d2438===_0x284624)break;else _0x2bca97['push'](_0x2bca97['shift']());}catch(_0xe47c1c){_0x2bca97['push'](_0x2bca97['shift']());}}}(_0x3ab0,0x62f21));import{Plugin as _0x3b59d7}from'ckeditor5/src/core.js';function _0x3ab0(){const _0x3ad1fd=['getRange','handleFindCommand','getIntersection','104KMpYYZ','getMarkersGroup','TrackChangesEditing','plugins','find','20810HxQCRs','findNext','createRange','filter','item','2770040EErBIj','FindAndReplaceUtils','_isInDeletionRange','findByTextCallback','model','suggestion:deletion','findPrevious','bind','createPositionAt','77IjpDiK','4TgbZHM','replaceAll','editor','has','59EQAXmk','301947jNdlse','markers','358631zydlWl','end','start','3052338ylReRe','string','enableCommand','replace','1284830pwgUKz','1536048GwatgV','FindAndReplaceEditing','afterInit','get'];_0x3ab0=function(){return _0x3ad1fd;};return _0x3ab0();}function _0x3749(_0x54cd6a,_0x1c1f10){const _0x3ab0ca=_0x3ab0();return _0x3749=function(_0x37490b,_0x387d66){_0x37490b=_0x37490b-0x181;let _0x34cf87=_0x3ab0ca[_0x37490b];return _0x34cf87;},_0x3749(_0x54cd6a,_0x1c1f10);}export default class J extends _0x3b59d7{[_0x2127a1(0x18e)](){const _0xff61bd=_0x2127a1;if(!this[_0xff61bd(0x1a9)][_0xff61bd(0x196)][_0xff61bd(0x1aa)](_0xff61bd(0x18d)))return;const _0x5ae743=this[_0xff61bd(0x1a9)][_0xff61bd(0x196)][_0xff61bd(0x18f)](_0xff61bd(0x195));_0x5ae743[_0xff61bd(0x189)](_0xff61bd(0x197),this[_0xff61bd(0x191)][_0xff61bd(0x1a4)](this)),_0x5ae743[_0xff61bd(0x189)](_0xff61bd(0x199)),_0x5ae743[_0xff61bd(0x189)](_0xff61bd(0x1a3)),_0x5ae743[_0xff61bd(0x189)](_0xff61bd(0x18a)),_0x5ae743[_0xff61bd(0x189)](_0xff61bd(0x1a8));}[_0x2127a1(0x191)](_0x17e3bd,_0x22ca92,_0x5d57c4={}){const _0x4705f5=_0x2127a1,_0x4e315f=this[_0x4705f5(0x1a9)][_0x4705f5(0x196)][_0x4705f5(0x18f)](_0x4705f5(0x19e));return _0x17e3bd(_0x143e7d=>(_0x4705f5(0x188)==typeof _0x22ca92?_0x4e315f[_0x4705f5(0x1a0)](_0x22ca92,_0x5d57c4):_0x22ca92)(_0x143e7d)[_0x4705f5(0x19b)](_0x415624=>!0x1===this[_0x4705f5(0x19f)](_0x415624,_0x143e7d[_0x4705f5(0x19c)])),_0x5d57c4);}[_0x2127a1(0x19f)](_0x11a569,_0x123c6b){const _0x4d284f=_0x2127a1,_0x515b00=this[_0x4d284f(0x1a9)][_0x4d284f(0x1a1)][_0x4d284f(0x19a)](this[_0x4d284f(0x1a9)][_0x4d284f(0x1a1)][_0x4d284f(0x1a5)](_0x123c6b,_0x11a569[_0x4d284f(0x186)]),this[_0x4d284f(0x1a9)][_0x4d284f(0x1a1)][_0x4d284f(0x1a5)](_0x123c6b,_0x11a569[_0x4d284f(0x185)]));for(const _0x40b3e0 of this[_0x4d284f(0x1a9)][_0x4d284f(0x1a1)][_0x4d284f(0x183)][_0x4d284f(0x194)](_0x4d284f(0x1a2)))if(null!==_0x515b00[_0x4d284f(0x192)](_0x40b3e0[_0x4d284f(0x190)]()))return!0x0;return!0x1;}}
|
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4b36cd=_0x5ab9;(function(_0x48a071,_0x3cff40){const _0x3b6805=_0x5ab9,_0x2e2ffe=_0x48a071();while(!![]){try{const _0x1e6932=-parseInt(_0x3b6805(0x16b))/0x1+-parseInt(_0x3b6805(0x17a))/0x2+parseInt(_0x3b6805(0x155))/0x3+parseInt(_0x3b6805(0x179))/0x4+-parseInt(_0x3b6805(0x148))/0x5+parseInt(_0x3b6805(0x177))/0x6*(-parseInt(_0x3b6805(0x154))/0x7)+parseInt(_0x3b6805(0x162))/0x8;if(_0x1e6932===_0x3cff40)break;else _0x2e2ffe['push'](_0x2e2ffe['shift']());}catch(_0x219fc0){_0x2e2ffe['push'](_0x2e2ffe['shift']());}}}(_0x187f,0x6a711));import{Plugin as _0x390e89}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x56249a}from'ckeditor5/src/ui.js';function _0x5ab9(_0x3279f6,_0x712ed2){const _0x187fce=_0x187f();return _0x5ab9=function(_0x5ab9a9,_0x1d5322){_0x5ab9a9=_0x5ab9a9-0x140;let _0x2f3a02=_0x187fce[_0x5ab9a9];return _0x2f3a02;},_0x5ab9(_0x3279f6,_0x712ed2);}import{getTranslation as _0x5729bd}from'../utils/common-translations.js';const ro=[{'pluginName':_0x4b36cd(0x15f),'commandName':_0x4b36cd(0x14c)},{'pluginName':_0x4b36cd(0x16f),'commandName':_0x4b36cd(0x14e)},{'pluginName':_0x4b36cd(0x16e),'commandName':_0x4b36cd(0x147)},{'pluginName':_0x4b36cd(0x14b),'commandName':_0x4b36cd(0x153)}];export default class Q extends _0x390e89{[_0x4b36cd(0x159)](){const _0xe867d=_0x4b36cd,_0x365d6d=this[_0xe867d(0x15d)][_0xe867d(0x165)],_0x1d8f9d=this[_0xe867d(0x15d)][_0xe867d(0x150)][_0xe867d(0x169)](_0xe867d(0x158));for(const {pluginName:_0x2839f1,commandName:_0x5bdc9f}of ro)this[_0xe867d(0x15d)][_0xe867d(0x150)][_0xe867d(0x157)](_0x2839f1)&&(_0x1d8f9d[_0xe867d(0x174)](_0x5bdc9f),_0x1d8f9d[_0xe867d(0x15e)](_0x5bdc9f));_0x365d6d['t'],(_0x1d8f9d[_0xe867d(0x164)][_0xe867d(0x14f)](_0xe867d(0x14c),_0x5729bd(_0x365d6d,_0xe867d(0x141))),_0x1d8f9d[_0xe867d(0x164)][_0xe867d(0x14f)](_0xe867d(0x14e),_0x5729bd(_0x365d6d,_0xe867d(0x166))),_0x1d8f9d[_0xe867d(0x164)][_0xe867d(0x14f)](_0xe867d(0x147),_0x5729bd(_0x365d6d,_0xe867d(0x152))),_0x1d8f9d[_0xe867d(0x164)][_0xe867d(0x14f)](_0xe867d(0x153),_0x5729bd(_0x365d6d,_0xe867d(0x15b))),this[_0xe867d(0x15c)]());}[_0x4b36cd(0x15c)](){const _0x33a1c9=_0x4b36cd,_0x4e3710=this[_0x33a1c9(0x15d)],_0x1b5431=_0x4e3710[_0x33a1c9(0x165)];_0x4e3710[_0x33a1c9(0x150)][_0x33a1c9(0x169)](_0x33a1c9(0x158))[_0x33a1c9(0x164)][_0x33a1c9(0x16c)](_0x385d1f=>{const _0x35c626=_0x33a1c9,_0x45e423=_0x1b5431['t'];if(_0x35c626(0x143)!=_0x385d1f[_0x35c626(0x176)])return;const {data:_0x5217ad}=_0x385d1f;if(null!=_0x5217ad){if(_0x35c626(0x14c)==_0x5217ad[_0x35c626(0x178)]){const _0x1193ff=_0x5217ad[_0x35c626(0x16d)][0x0][_0x35c626(0x167)];if(_0x1193ff){const _0x254c4e=_0x45e423(this[_0x35c626(0x15d)][_0x35c626(0x150)][_0x35c626(0x169)](_0x35c626(0x142))[_0x35c626(0x14d)](this[_0x35c626(0x15d)][_0x35c626(0x163)][_0x35c626(0x169)](_0x35c626(0x172)))[_0x35c626(0x151)](_0x1b6706=>_0x1b6706[_0x35c626(0x160)]==_0x1193ff)[_0x35c626(0x171)])[_0x35c626(0x14a)]();return{'type':_0x35c626(0x16a),'content':_0x5729bd(_0x1b5431,_0x35c626(0x170),_0x254c4e)};}return{'type':_0x35c626(0x16a),'content':_0x5729bd(_0x1b5431,_0x35c626(0x173))};}if(_0x35c626(0x14e)==_0x5217ad[_0x35c626(0x178)]){const _0x5f1464=_0x5217ad[_0x35c626(0x16d)][0x0][_0x35c626(0x167)];return _0x5f1464?{'type':_0x35c626(0x16a),'content':_0x5729bd(_0x1b5431,_0x35c626(0x146),_0x5f1464)}:{'type':_0x35c626(0x16a),'content':_0x5729bd(_0x1b5431,_0x35c626(0x149))};}if(_0x35c626(0x147)==_0x5217ad[_0x35c626(0x178)]){const _0x362e0d=_0x5217ad[_0x35c626(0x16d)][0x0][_0x35c626(0x167)];if(_0x362e0d){const _0x3f1437=_0x56249a(this[_0x35c626(0x15d)][_0x35c626(0x163)][_0x35c626(0x169)](_0x35c626(0x175)))[_0x35c626(0x151)](_0x5ec360=>_0x5ec360[_0x35c626(0x160)]==_0x362e0d);let _0x2c44da=_0x362e0d,_0x92216d='';return _0x3f1437&&(_0x2c44da=_0x3f1437[_0x35c626(0x161)],_0x92216d=_0x45e423(_0x2c44da)[_0x35c626(0x14a)]()),{'type':_0x35c626(0x16a),'content':_0x5729bd(_0x1b5431,_0x35c626(0x168),_0x92216d)[_0x35c626(0x145)](),'color':{'value':_0x362e0d,'title':_0x92216d||_0x2c44da}};}return{'type':_0x35c626(0x16a),'content':_0x5729bd(_0x1b5431,_0x35c626(0x144))};}if(_0x35c626(0x153)==_0x5217ad[_0x35c626(0x178)]){const _0x2843c1=_0x5217ad[_0x35c626(0x16d)][0x0][_0x35c626(0x167)];if(_0x2843c1){const _0x79b2e5=_0x56249a(this[_0x35c626(0x15d)][_0x35c626(0x163)][_0x35c626(0x169)](_0x35c626(0x156)))[_0x35c626(0x151)](_0x8fb3fc=>_0x8fb3fc[_0x35c626(0x160)]==_0x2843c1);let _0x25aa70=_0x2843c1,_0x336438='';return _0x79b2e5&&(_0x25aa70=_0x79b2e5[_0x35c626(0x161)],_0x336438=_0x45e423(_0x25aa70)[_0x35c626(0x14a)]()),{'type':_0x35c626(0x16a),'content':_0x5729bd(_0x1b5431,_0x35c626(0x15a),_0x336438)[_0x35c626(0x145)](),'color':{'value':_0x2843c1,'title':_0x336438||_0x25aa70}};}return{'type':_0x35c626(0x16a),'content':_0x5729bd(_0x1b5431,_0x35c626(0x140))};}}});}}function _0x187f(){const _0x3b5caa=['label','9422456QqyogQ','config','descriptionFactory','locale','FORMAT_FONT_FAMILY','value','*Set\x20font\x20color:*\x20%0','get','format','587247MyEGUP','registerDescriptionCallback','commandParams','FontColorEditing','FontFamilyEditing','*Set\x20font\x20size:*\x20%0','title','fontSize.options','*Reset\x20font\x20size*','enableDefaultAttributesIntegration','fontColor.colors','type','168WcUevv','commandName','872124jfATto','374068XYWPgl','*Reset\x20font\x20background\x20color*','FORMAT_FONT_SIZE','FontSize','formatInline','*Reset\x20font\x20color*','trim','*Set\x20font\x20family:*\x20%0','fontColor','2828080oxghNx','*Reset\x20font\x20family*','toLowerCase','FontBackgroundColorEditing','fontSize','normalizeSizeOptions','fontFamily','registerAttributeLabel','plugins','find','FORMAT_FONT_COLOR','fontBackgroundColor','11221pYMSRi','1274784EmLTjy','fontBackgroundColor.colors','has','TrackChangesEditing','afterInit','*Set\x20font\x20background\x20color:*\x20%0','FORMAT_FONT_BACKGROUND','_registerLegacyDescription','editor','registerInlineAttribute','FontSizeEditing','model'];_0x187f=function(){return _0x3b5caa;};return _0x187f();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x3fc1cb=_0xdf3d;function _0x1538(){const _0x5b4981=['model','normalizeSizeOptions','split','FontSize','charAt','fontColor','9jmIORN','title','config','copyFormat','*Set\x20format\x20to:*\x20%0','fontColor.colors','boolean','70930KNsJhs','enableCommand','351973NFxgjm','100pVVFiw','1930930jIdcGc','descriptionFactory','formatBlock','entries','fontSize','toUpperCase','266qfkiVC','77gKXJTO','push','enableDefaultAttributesIntegration','TrackChangesEditing','commandParams','label','slice','toLowerCase','join','format','pasteFormat','editor','100788WwIVir','type','*Remove\x20all\x20formatting*','get','commandName','592nnzpzS','_registerLegacyDescription','commands','2810832sVGCLO','find','afterInit','fontSize.options','plugins','registerDescriptionCallback','length','fontBackgroundColor','9948oloYKb','formatInline','locale','3046092uXWpNq'];_0x1538=function(){return _0x5b4981;};return _0x1538();}(function(_0x57db79,_0x46cd3f){const _0x3198ae=_0xdf3d,_0x2c708f=_0x57db79();while(!![]){try{const _0x765c5f=-parseInt(_0x3198ae(0xdf))/0x1+parseInt(_0x3198ae(0xf9))/0x2*(-parseInt(_0x3198ae(0xcc))/0x3)+-parseInt(_0x3198ae(0xe0))/0x4*(parseInt(_0x3198ae(0xdd))/0x5)+-parseInt(_0x3198ae(0xf4))/0x6*(-parseInt(_0x3198ae(0xe7))/0x7)+-parseInt(_0x3198ae(0xfc))/0x8+parseInt(_0x3198ae(0xd6))/0x9*(parseInt(_0x3198ae(0xe1))/0xa)+parseInt(_0x3198ae(0xe8))/0xb*(parseInt(_0x3198ae(0xcf))/0xc);if(_0x765c5f===_0x46cd3f)break;else _0x2c708f['push'](_0x2c708f['shift']());}catch(_0x52955a){_0x2c708f['push'](_0x2c708f['shift']());}}}(_0x1538,0x8add7));function _0xdf3d(_0x4e2335,_0x4cb757){const _0x153824=_0x1538();return _0xdf3d=function(_0xdf3dee,_0x32ad48){_0xdf3dee=_0xdf3dee-0xc8;let _0x28eeb8=_0x153824[_0xdf3dee];return _0x28eeb8;},_0xdf3d(_0x4e2335,_0x4cb757);}import{Plugin as _0x313132}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x1627fc}from'ckeditor5/src/ui.js';import{getTranslation as _0x49213b}from'../utils/common-translations.js';export default class X extends _0x313132{[_0x3fc1cb(0xfe)](){const _0x4e6e06=_0x3fc1cb,_0x327b5b=this[_0x4e6e06(0xf3)],_0x224133=_0x327b5b[_0x4e6e06(0xc8)][_0x4e6e06(0xf7)](_0x4e6e06(0xeb)),_0x540cd3=_0x327b5b[_0x4e6e06(0xfb)][_0x4e6e06(0xf7)](_0x4e6e06(0xd9)),_0x378c4c=_0x327b5b[_0x4e6e06(0xfb)][_0x4e6e06(0xf7)](_0x4e6e06(0xf2));_0x540cd3&&_0x378c4c&&(_0x224133[_0x4e6e06(0xea)](_0x4e6e06(0xf2)),_0x224133[_0x4e6e06(0xde)](_0x4e6e06(0xd9)),this[_0x4e6e06(0xfa)]());}[_0x3fc1cb(0xfa)](){const _0x5da087=_0x3fc1cb,_0x560af9=this[_0x5da087(0xf3)],_0x40c87=_0x560af9[_0x5da087(0xce)];_0x560af9[_0x5da087(0xc8)][_0x5da087(0xf7)](_0x5da087(0xeb))[_0x5da087(0xe2)][_0x5da087(0xc9)](_0x34b26b=>{const _0x35e967=_0x5da087;if(_0x35e967(0xe3)!=_0x34b26b[_0x35e967(0xf5)]&&_0x35e967(0xcd)!=_0x34b26b[_0x35e967(0xf5)])return;const {data:_0xd5eae1}=_0x34b26b;if(_0xd5eae1&&_0x35e967(0xf2)===_0xd5eae1[_0x35e967(0xf8)]){const _0x24f870=[],_0x556b07=_0xd5eae1[_0x35e967(0xec)][0x0];for(const [_0x52393f,_0x26d4b0]of Object[_0x35e967(0xe4)](_0x556b07))_0x24f870[_0x35e967(0xe9)](so(_0x560af9,_0x52393f,_0x26d4b0));return _0x24f870[_0x35e967(0xca)]?{'type':_0x35e967(0xf1),'content':_0x49213b(_0x40c87,_0x35e967(0xda),_0x24f870[_0x35e967(0xf0)](',\x20'))}:{'type':_0x35e967(0xf1),'content':_0x49213b(_0x40c87,_0x35e967(0xf6))};}});}}function so(_0x3a62b4,_0x592916,_0x4225bc){const _0x497f01=_0x3fc1cb,_0x3f3639=_0x3a62b4[_0x497f01(0xce)]['t'],_0x13d82f=_0x592916[_0x497f01(0xd2)](/(?=[A-Z])/)[_0x497f01(0xf0)]('\x20'),_0x505bfa=_0x3f3639(_0x13d82f[_0x497f01(0xd4)](0x0)[_0x497f01(0xe6)]()+_0x13d82f[_0x497f01(0xee)](0x1))[_0x497f01(0xef)]();if(_0x497f01(0xdc)==typeof _0x4225bc)return _0x505bfa;if(_0x497f01(0xd5)===_0x592916||_0x497f01(0xcb)===_0x592916){const _0x16f734=_0x1627fc(_0x3a62b4[_0x497f01(0xd8)][_0x497f01(0xf7)](_0x497f01(0xdb)))[_0x497f01(0xfd)](_0x757400=>_0x757400[_0x497f01(0xd0)]==_0x4225bc);return _0x505bfa+'\x20('+(_0x16f734?_0x3f3639(_0x16f734[_0x497f01(0xed)])[_0x497f01(0xef)]():_0x4225bc)+')';}if(_0x497f01(0xe5)===_0x592916&&isNaN(parseFloat(_0x4225bc))){const _0x83b0b3=_0x3a62b4[_0x497f01(0xc8)][_0x497f01(0xf7)](_0x497f01(0xd3))[_0x497f01(0xd1)](_0x3a62b4[_0x497f01(0xd8)][_0x497f01(0xf7)](_0x497f01(0xff)))[_0x497f01(0xfd)](_0x4b5003=>_0x4b5003[_0x497f01(0xd0)]==_0x4225bc);return _0x505bfa+'\x20('+(_0x83b0b3?_0x3f3639(_0x83b0b3[_0x497f01(0xd7)])[_0x497f01(0xef)]():_0x4225bc)+')';}return _0x505bfa+'\x20('+_0x4225bc+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x144eb8=_0x55d1;(function(_0x4077db,_0x3ee067){const _0x44050a=_0x55d1,_0x47a2cc=_0x4077db();while(!![]){try{const _0x404662=-parseInt(_0x44050a(0xba))/0x1*(parseInt(_0x44050a(0xb6))/0x2)+parseInt(_0x44050a(0xbc))/0x3+parseInt(_0x44050a(0xc7))/0x4+-parseInt(_0x44050a(0xb0))/0x5+-parseInt(_0x44050a(0xd5))/0x6+parseInt(_0x44050a(0xd1))/0x7+parseInt(_0x44050a(0xc3))/0x8*(parseInt(_0x44050a(0xc5))/0x9);if(_0x404662===_0x3ee067)break;else _0x47a2cc['push'](_0x47a2cc['shift']());}catch(_0x59b8f8){_0x47a2cc['push'](_0x47a2cc['shift']());}}}(_0x4f85,0x7caf1));function _0x4f85(){const _0x13eb18=['match','_headingOptions','get','3211138aKITbz','view','paragraph','model','1941210zurXvc','registerElementLabel','enableDefaultAttributesIntegration','format','locale','heading.options','1972980aDkYKH','_getHeadingLevel','config','_registerLegacyDescription','editor','find','489758KfAFzt','type','value','title','2SwHDfR','commandParams','1703502BHdUku','*Change\x20to:*\x20%0','ELEMENT_HEADING_CUSTOM','has','registerDescriptionCallback','name','formatBlock','12248wouPCh','TrackChangesEditing','45UAzUZx','HeadingEditing','2737484vtjVXw','afterInit','descriptionFactory','ELEMENT_HEADING','commandName','plugins','heading'];_0x4f85=function(){return _0x13eb18;};return _0x4f85();}import{Plugin as _0x3d8a52}from'ckeditor5/src/core.js';import{getTranslation as _0x439a51}from'../utils/common-translations.js';function _0x55d1(_0x28b85f,_0x411212){const _0x4f8500=_0x4f85();return _0x55d1=function(_0x55d1a6,_0x369856){_0x55d1a6=_0x55d1a6-0xab;let _0xf46c87=_0x4f8500[_0x55d1a6];return _0xf46c87;},_0x55d1(_0x28b85f,_0x411212);}export default class Y extends _0x3d8a52{[_0x144eb8(0xc8)](){const _0x4f775b=_0x144eb8,_0x5e9f25=this[_0x4f775b(0xb4)];if(!_0x5e9f25[_0x4f775b(0xcc)][_0x4f775b(0xbf)](_0x4f775b(0xc6)))return;this[_0x4f775b(0xcf)]=_0x5e9f25[_0x4f775b(0xb2)][_0x4f775b(0xd0)](_0x4f775b(0xaf));const _0x3704ab=_0x5e9f25[_0x4f775b(0xae)],_0x4cabb2=_0x5e9f25[_0x4f775b(0xcc)][_0x4f775b(0xd0)](_0x4f775b(0xc4));_0x4cabb2[_0x4f775b(0xac)](_0x4f775b(0xcd));for(const _0x37064a of this[_0x4f775b(0xcf)])_0x4f775b(0xd3)!=_0x37064a[_0x4f775b(0xd4)]&&_0x4cabb2[_0x4f775b(0xc9)][_0x4f775b(0xab)](_0x37064a[_0x4f775b(0xd4)],_0x171571=>{const _0x3a9431=_0x4f775b,_0x1346b2=this[_0x3a9431(0xb1)](_0x37064a[_0x3a9431(0xd4)]);return null!==_0x1346b2?_0x6e3514(_0x171571,_0x1346b2):_0x1547d9(_0x171571,_0x37064a[_0x3a9431(0xb9)]);});function _0x6e3514(_0x1d7a81,_0x50e910){const _0x4710f5=_0x4f775b;return _0x439a51(_0x3704ab,_0x4710f5(0xca),[_0x1d7a81,_0x50e910]);}function _0x1547d9(_0x427155,_0x485751){const _0x2eba1d=_0x4f775b;return _0x439a51(_0x3704ab,_0x2eba1d(0xbe),[_0x427155,_0x485751]);}this[_0x4f775b(0xb3)]();}[_0x144eb8(0xb3)](){const _0x393751=_0x144eb8,_0x1f9a5c=this[_0x393751(0xb4)],_0x52665f=_0x1f9a5c[_0x393751(0xae)];function _0x159216(_0x54e305,_0x15ab8d){const _0x46dd0c=_0x393751;return _0x439a51(_0x52665f,_0x46dd0c(0xbe),[_0x54e305,_0x15ab8d]);}_0x1f9a5c[_0x393751(0xcc)][_0x393751(0xd0)](_0x393751(0xc4))[_0x393751(0xc9)][_0x393751(0xc0)](_0x3bd6d1=>{const _0x5a2281=_0x393751;if(_0x5a2281(0xc2)!=_0x3bd6d1[_0x5a2281(0xb7)])return;const {data:_0x2730c6}=_0x3bd6d1;if(_0x2730c6&&_0x5a2281(0xcd)==_0x2730c6[_0x5a2281(0xcb)]){const _0x256c2f=_0x2730c6[_0x5a2281(0xbb)][0x0][_0x5a2281(0xb8)],_0x58c6c4=this[_0x5a2281(0xb1)](_0x256c2f);if(null!==_0x58c6c4)return{'type':_0x5a2281(0xad),'content':_0x439a51(_0x52665f,_0x5a2281(0xbd),(_0x3217d6=0x1,_0x588194=_0x58c6c4,_0x439a51(_0x52665f,_0x5a2281(0xca),[_0x3217d6,_0x588194])))};const _0x31b776=this[_0x5a2281(0xcf)][_0x5a2281(0xb5)](_0x2df0af=>_0x2df0af[_0x5a2281(0xd4)]===_0x256c2f)[_0x5a2281(0xb9)];return{'type':_0x5a2281(0xad),'content':_0x439a51(_0x52665f,_0x5a2281(0xbd),_0x159216(0x1,_0x31b776))};}var _0x3217d6,_0x588194;});}[_0x144eb8(0xb1)](_0x3c5c74){const _0x591c06=_0x144eb8;var _0x5590b0,_0x1cb5db;const _0x407082=_0x3c5c74[_0x591c06(0xce)](/^heading(\d+)/);if(_0x407082)return _0x407082[0x1];const _0x46f1e1=null===(_0x5590b0=this[_0x591c06(0xcf)])||void 0x0===_0x5590b0?void 0x0:_0x5590b0[_0x591c06(0xb5)](_0x3dd931=>_0x3dd931[_0x591c06(0xd4)]==_0x3c5c74);if(_0x46f1e1&&_0x46f1e1[_0x591c06(0xd2)]){const _0x4b048f=_0x46f1e1[_0x591c06(0xd2)],_0x4768e4=(null!==(_0x1cb5db=_0x4b048f[_0x591c06(0xc1)])&&void 0x0!==_0x1cb5db?_0x1cb5db:_0x4b048f)[_0x591c06(0xce)](/^h(\d+)/);if(_0x4768e4)return _0x4768e4[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x23f7(){const _0xb67f54=['get','enableDefaultAttributesIntegration','_registerLegacyDescription','model','TrackChangesEditing','registerInlineAttribute','11qHSpZZ','*Set\x20highlight:*\x20%0','91132urRzBx','config','2nCyyWs','*Remove\x20highlight*','2615930lHPHpW','commandParams','112rOkpJo','HighlightEditing','commandName','type','registerAttributeLabel','descriptionFactory','103733gfvcXj','619188tFkpMY','formatInline','138357ynvvQw','editor','afterInit','FORMAT_HIGHLIGHT','highlight','5ysfttp','value','toLowerCase','color','2828304suxhxf','highlight.options','has','registerDescriptionCallback','72840lVlCtT','plugins','locale','find','42xZTJub','title','format'];_0x23f7=function(){return _0xb67f54;};return _0x23f7();}const _0x12f17b=_0x1aa9;(function(_0x35dc11,_0x3818b3){const _0x1338ef=_0x1aa9,_0x5c749b=_0x35dc11();while(!![]){try{const _0x3c3f3d=parseInt(_0x1338ef(0x205))/0x1*(parseInt(_0x1338ef(0x203))/0x2)+-parseInt(_0x1338ef(0x1f4))/0x3+-parseInt(_0x1338ef(0x1e5))/0x4*(-parseInt(_0x1338ef(0x1ec))/0x5)+parseInt(_0x1338ef(0x1f8))/0x6*(parseInt(_0x1338ef(0x1e4))/0x7)+-parseInt(_0x1338ef(0x209))/0x8*(parseInt(_0x1338ef(0x1e7))/0x9)+-parseInt(_0x1338ef(0x207))/0xa*(-parseInt(_0x1338ef(0x201))/0xb)+-parseInt(_0x1338ef(0x1f0))/0xc;if(_0x3c3f3d===_0x3818b3)break;else _0x5c749b['push'](_0x5c749b['shift']());}catch(_0x15cace){_0x5c749b['push'](_0x5c749b['shift']());}}}(_0x23f7,0x2137d));import{Plugin as _0x326aaf}from'ckeditor5/src/core.js';import{getTranslation as _0x5e1f7f}from'../utils/common-translations.js';function _0x1aa9(_0x199b39,_0x2f2eaf){const _0x23f798=_0x23f7();return _0x1aa9=function(_0x1aa9f9,_0x2acefe){_0x1aa9f9=_0x1aa9f9-0x1e4;let _0x42b71a=_0x23f798[_0x1aa9f9];return _0x42b71a;},_0x1aa9(_0x199b39,_0x2f2eaf);}export default class Z extends _0x326aaf{[_0x12f17b(0x1e9)](){const _0x45ac33=_0x12f17b,_0x173bcb=this[_0x45ac33(0x1e8)];if(!_0x173bcb[_0x45ac33(0x1f5)][_0x45ac33(0x1f2)](_0x45ac33(0x20a)))return;const _0xecf5e3=_0x173bcb[_0x45ac33(0x1f5)][_0x45ac33(0x1fb)](_0x45ac33(0x1ff)),_0x398dca=_0x173bcb[_0x45ac33(0x1f6)];_0xecf5e3[_0x45ac33(0x1fc)](_0x45ac33(0x1eb)),_0xecf5e3[_0x45ac33(0x200)](_0x45ac33(0x1eb)),_0xecf5e3[_0x45ac33(0x20e)][_0x45ac33(0x20d)](_0x45ac33(0x1eb),_0x5e1f7f(_0x398dca,_0x45ac33(0x1ea))),this[_0x45ac33(0x1fd)]();}[_0x12f17b(0x1fd)](){const _0xf920dc=_0x12f17b,_0x2f9f6c=this[_0xf920dc(0x1e8)],_0x47f51d=_0x2f9f6c[_0xf920dc(0x1f6)];_0x2f9f6c[_0xf920dc(0x1f5)][_0xf920dc(0x1fb)](_0xf920dc(0x1ff))[_0xf920dc(0x20e)][_0xf920dc(0x1f3)](_0x51ff0c=>{const _0x243400=_0xf920dc;if(_0x243400(0x1e6)!=_0x51ff0c[_0x243400(0x20c)])return;const {data:_0x313784}=_0x51ff0c;if(_0x313784&&_0x243400(0x1eb)==_0x313784[_0x243400(0x20b)]){const _0x3ef15b=_0x47f51d['t'],_0x22cb93=_0x313784[_0x243400(0x208)][0x0][_0x243400(0x1ed)];if(_0x22cb93){const _0x2870b7=_0x2f9f6c[_0x243400(0x204)][_0x243400(0x1fb)](_0x243400(0x1f1))[_0x243400(0x1f7)](_0xbbdb51=>_0xbbdb51[_0x243400(0x1fe)]==_0x22cb93),_0x58188c=_0x3ef15b(_0x2870b7[_0x243400(0x1f9)])[_0x243400(0x1ee)]();return{'type':_0x243400(0x1fa),'content':_0x5e1f7f(_0x47f51d,_0x243400(0x202),_0x58188c),'color':{'value':_0x2870b7[_0x243400(0x1ef)],'title':_0x2870b7[_0x243400(0x1f9)]}};}return{'type':_0x243400(0x1fa),'content':_0x5e1f7f(_0x47f51d,_0x243400(0x206),_0x5e1f7f(_0x47f51d,_0x243400(0x1ea)))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x416c(){const _0x5788c7=['afterInit','createPositionAt','editor','TrackChangesEditing','238JshfWK','184006bkfUqT','insert','addClass','444424GxoShL','for','ck-horizontal-line','781140XLlEGv','locale','high','showSuggestionHighlights','enableCommand','createContainerElement','registerElementLabel','4728630slZrqk','plugins','40563liIOjD','createEmptyElement','14781540xcVIkI','17cfJVKE','get','div','6364179IFlySr','92pNYIwV','dataDowncast','horizontalLine','HorizontalLineEditing','elementToStructure','descriptionFactory','ELEMENT_HORIZONTAL_LINE','has','conversion'];_0x416c=function(){return _0x5788c7;};return _0x416c();}const _0x142001=_0x4d53;(function(_0x3e520b,_0x502525){const _0x232020=_0x4d53,_0x1129dc=_0x3e520b();while(!![]){try{const _0xc903e6=parseInt(_0x232020(0xe7))/0x1*(parseInt(_0x232020(0xf9))/0x2)+parseInt(_0x232020(0xe4))/0x3*(-parseInt(_0x232020(0xeb))/0x4)+parseInt(_0x232020(0xe2))/0x5+-parseInt(_0x232020(0xdb))/0x6+parseInt(_0x232020(0xf8))/0x7*(-parseInt(_0x232020(0xfc))/0x8)+-parseInt(_0x232020(0xea))/0x9+parseInt(_0x232020(0xe6))/0xa;if(_0xc903e6===_0x502525)break;else _0x1129dc['push'](_0x1129dc['shift']());}catch(_0xb15d98){_0x1129dc['push'](_0x1129dc['shift']());}}}(_0x416c,0xe8229));function _0x4d53(_0x4fa321,_0xa6dd67){const _0x416c75=_0x416c();return _0x4d53=function(_0x4d5372,_0x536892){_0x4d5372=_0x4d5372-0xda;let _0x413ed9=_0x416c75[_0x4d5372];return _0x413ed9;},_0x4d53(_0x4fa321,_0xa6dd67);}import{Plugin as _0x5c0c95}from'ckeditor5/src/core.js';import{getTranslation as _0x40f6f1}from'../utils/common-translations.js';export default class tt extends _0x5c0c95{[_0x142001(0xf4)](){const _0x5db2f6=_0x142001,_0x53cd7e=this[_0x5db2f6(0xf6)];if(!_0x53cd7e[_0x5db2f6(0xe3)][_0x5db2f6(0xf2)](_0x5db2f6(0xee)))return;_0x53cd7e[_0x5db2f6(0xe3)][_0x5db2f6(0xe8)](_0x5db2f6(0xf7))[_0x5db2f6(0xdf)](_0x5db2f6(0xed));const _0x346389=_0x53cd7e[_0x5db2f6(0xe3)][_0x5db2f6(0xe8)](_0x5db2f6(0xf7)),_0x56674d=_0x53cd7e[_0x5db2f6(0xdc)];_0x346389[_0x5db2f6(0xf0)][_0x5db2f6(0xe1)](_0x5db2f6(0xed),_0x3e5e04=>_0x40f6f1(_0x56674d,_0x5db2f6(0xf1),_0x3e5e04)),_0x53cd7e[_0x5db2f6(0xf3)][_0x5db2f6(0xfd)](_0x5db2f6(0xec))[_0x5db2f6(0xef)]({'model':_0x5db2f6(0xed),'view':(_0x4c83a0,{writer:_0x527311,options:_0xf4b195})=>{const _0x10ecf1=_0x5db2f6;if(!_0xf4b195[_0x10ecf1(0xde)])return null;const _0x3df49b=_0x527311[_0x10ecf1(0xe0)](_0x10ecf1(0xe9)),_0x75c46e=_0x527311[_0x10ecf1(0xe5)]('hr');return _0x527311[_0x10ecf1(0xfb)](_0x10ecf1(0xda),_0x3df49b),_0x527311[_0x10ecf1(0xfa)](_0x527311[_0x10ecf1(0xf5)](_0x3df49b,0x0),_0x75c46e),_0x3df49b;},'converterPriority':_0x5db2f6(0xdd)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x1964e8=_0x3770;function _0x3770(_0x55b890,_0x234223){const _0x2ea720=_0x2ea7();return _0x3770=function(_0x377010,_0x2710ef){_0x377010=_0x377010-0x1ab;let _0x564a68=_0x2ea720[_0x377010];return _0x564a68;},_0x3770(_0x55b890,_0x234223);}(function(_0x216278,_0x1776d5){const _0x1999a6=_0x3770,_0x19e19e=_0x216278();while(!![]){try{const _0x148aae=parseInt(_0x1999a6(0x1c8))/0x1*(-parseInt(_0x1999a6(0x1c6))/0x2)+-parseInt(_0x1999a6(0x1cb))/0x3*(parseInt(_0x1999a6(0x1ab))/0x4)+parseInt(_0x1999a6(0x1d1))/0x5*(parseInt(_0x1999a6(0x1af))/0x6)+parseInt(_0x1999a6(0x1ac))/0x7*(parseInt(_0x1999a6(0x1c5))/0x8)+-parseInt(_0x1999a6(0x1ad))/0x9+-parseInt(_0x1999a6(0x1d0))/0xa*(parseInt(_0x1999a6(0x1c0))/0xb)+parseInt(_0x1999a6(0x1c9))/0xc;if(_0x148aae===_0x1776d5)break;else _0x19e19e['push'](_0x19e19e['shift']());}catch(_0x510eab){_0x19e19e['push'](_0x19e19e['shift']());}}}(_0x2ea7,0x2a810));import{Plugin as _0x58a387}from'ckeditor5/src/core.js';import{getTranslation as _0x421a74}from'../utils/common-translations.js';function _0x2ea7(){const _0x1f42a6=['key','get','attribute','HtmlEmbed','rawHtml','registerElementLabel','afterInit','1633907QAKJbD','registerBlockAttribute','nodeAfter','getFirstRange','editor','369064XVzkjS','26084ICUhrD','locale','8CxRLWh','7852308Ecxwvg','value','12396voShbV','format','enableDefaultAttributesIntegration','formatBlock','has','10GPJQZu','2705UtXrCR','ELEMENT_HTML_EMBED','_registerLegacyDescription','52shAueu','7dAgLtM','2917980bGtNZQ','start','1158jLkaFf','plugins','type','element','htmlEmbed','descriptionFactory','commandName','*Change\x20%0\x20content*','registerDescriptionCallback','TrackChangesEditing'];_0x2ea7=function(){return _0x1f42a6;};return _0x2ea7();}export default class et extends _0x58a387{[_0x1964e8(0x1bf)](){const _0x2b7765=_0x1964e8,_0x2ab4d3=this[_0x2b7765(0x1c4)];if(!_0x2ab4d3[_0x2b7765(0x1b0)][_0x2b7765(0x1cf)](_0x2b7765(0x1bc)))return;const _0x300e3b=_0x2ab4d3[_0x2b7765(0x1b0)][_0x2b7765(0x1ba)](_0x2b7765(0x1b8)),_0x577563=_0x2ab4d3[_0x2b7765(0x1c7)];_0x300e3b[_0x2b7765(0x1b4)][_0x2b7765(0x1be)](_0x2b7765(0x1bd),_0x528b89=>_0x421a74(_0x577563,_0x2b7765(0x1d2),_0x528b89)),_0x300e3b[_0x2b7765(0x1cd)](_0x2b7765(0x1b3)),_0x300e3b[_0x2b7765(0x1c1)](_0x2b7765(0x1ca)),_0x300e3b[_0x2b7765(0x1b4)][_0x2b7765(0x1b7)](_0xaaeb1b=>{const _0x5761b2=_0x2b7765;if(_0x5761b2(0x1bb)!=_0xaaeb1b[_0x5761b2(0x1b1)])return;const {data:_0x344c5f}=_0xaaeb1b;if(_0x344c5f&&_0x5761b2(0x1ca)==_0x344c5f[_0x5761b2(0x1b9)]&&_0xaaeb1b[_0x5761b2(0x1c3)]()[_0x5761b2(0x1ae)][_0x5761b2(0x1c2)]['is'](_0x5761b2(0x1b2),_0x5761b2(0x1bd))){const _0x475e59=_0x421a74(_0x577563,_0x5761b2(0x1d2));return{'type':_0x5761b2(0x1cc),'content':_0x421a74(_0x577563,_0x5761b2(0x1b6),_0x475e59)};}}),this[_0x2b7765(0x1d3)]();}[_0x1964e8(0x1d3)](){const _0x1f7452=_0x1964e8,_0x59804e=this[_0x1f7452(0x1c4)],_0x502285=_0x59804e[_0x1f7452(0x1c7)];_0x59804e[_0x1f7452(0x1b0)][_0x1f7452(0x1ba)](_0x1f7452(0x1b8))[_0x1f7452(0x1b4)][_0x1f7452(0x1b7)](_0xfac64c=>{const _0x50c3ff=_0x1f7452;if(_0x50c3ff(0x1ce)!=_0xfac64c[_0x50c3ff(0x1b1)])return;const {data:_0x223fa1}=_0xfac64c;if(_0x223fa1&&_0x50c3ff(0x1b3)==_0x223fa1[_0x50c3ff(0x1b5)]){const _0x3a5cc0=_0x421a74(_0x502285,_0x50c3ff(0x1d2));return{'type':_0x50c3ff(0x1cc),'content':_0x421a74(_0x502285,_0x50c3ff(0x1b6),_0x3a5cc0)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x1b6478=_0x7f18;(function(_0x1b420e,_0x3a2455){const _0xaccaf0=_0x7f18,_0x4a5d58=_0x1b420e();while(!![]){try{const _0x507616=-parseInt(_0xaccaf0(0x1d5))/0x1+-parseInt(_0xaccaf0(0x1c8))/0x2*(parseInt(_0xaccaf0(0x16b))/0x3)+parseInt(_0xaccaf0(0x194))/0x4*(parseInt(_0xaccaf0(0x1ba))/0x5)+parseInt(_0xaccaf0(0x174))/0x6*(-parseInt(_0xaccaf0(0x1c3))/0x7)+parseInt(_0xaccaf0(0x1a7))/0x8+parseInt(_0xaccaf0(0x178))/0x9*(parseInt(_0xaccaf0(0x197))/0xa)+parseInt(_0xaccaf0(0x183))/0xb;if(_0x507616===_0x3a2455)break;else _0x4a5d58['push'](_0x4a5d58['shift']());}catch(_0x3f92bb){_0x4a5d58['push'](_0x4a5d58['shift']());}}}(_0x460c,0x9f47f));function _0x460c(){const _0x47d298=['find','isIntersecting','7xMLhCI','key','caption','Inline\x20image\x20to\x20block\x20image','getClosestSelectedImageElement','2JdibAL','imageTextAlternative','chain','selection','_registerLegacyDescription','commandParams','markInsertion','ELEMENT_IMAGE','afterInit','markBlockFormat','accept','newValue','createRangeOn','879634svkMrE','registerCustomCallback','forceDefaultExecution','isEqual','addObject','getFirstRange','deletion','attribute','createRange','getContainedElement','element','ImageUtils','markDeletion','Block\x20image\x20to\x20inline\x20image','ImageUploadEditing','formatInline','2374170xjIYSZ','FORMAT_IMAGE_SIZE','ImageResize','registerElementLabel','_findSuggestions','registerDescriptionCallback','convertBlockImageToInline','editor','toNext','7431216JvmtGB','nodeAfter','previous','end','1144773HCjMSZ','imageCaption','getNearestSelectionRange','imageTypeInline','isBefore','ELEMENT_INLINE_IMAGE','subType','ImageEditing','enableDefaultAttributesIntegration','_suggestionFactory','isCollapsed','15493280LoKmzL','imageBlock','discard','descriptionFactory','locale','resizedWidth','*Remove\x20image\x20text\x20alternative*','uploadImage','toPrevious','ELEMENT_CAPTION','alt','registerBlockAttribute','findIndex','document','insertion','imageTypeBlock','join','17140WNQJya','detach','toggleImageCaption','100CLyzZe','convertInlineImageToBlock','plugins','format','ImageCaptionEditing','formatBlock','registerAttributeLabel','get','isOwn','insertImage','getCaptionFromImageModelElement','width','ImageCaptionUtils','removeObject','nodeBefore','commandName','2561520pAedZh','backward','ImageBlockEditing','ImageInlineEditing','type','imageStylePreApply','imageInline','model','fromPosition','resizeImage','isBlockImage','ImageTextAlternativeEditing','start','change','TrackChangesEditing','schema','*Reset\x20image\x20width*','has','*Set\x20image\x20text\x20alternative:*\x20%0','655NRNCkj','filter','enableCommand','forward','getSuggestionCallback','length','*Set\x20image\x20width:*\x20%0'];_0x460c=function(){return _0x47d298;};return _0x460c();}import{Plugin as _0x4ab0a0}from'ckeditor5/src/core.js';function _0x7f18(_0x25c790,_0x400a5b){const _0x460cf4=_0x460c();return _0x7f18=function(_0x7f1877,_0x2e9764){_0x7f1877=_0x7f1877-0x164;let _0x280f34=_0x460cf4[_0x7f1877];return _0x280f34;},_0x7f18(_0x25c790,_0x400a5b);}import{LivePosition as _0x6217cd}from'ckeditor5/src/engine.js';import{getTranslation as _0x3cf388}from'../utils/common-translations.js';export default class it extends _0x4ab0a0{[_0x1b6478(0x1d0)](){const _0x31e205=_0x1b6478,_0x5983e3=this[_0x31e205(0x172)];if(!_0x5983e3[_0x31e205(0x199)][_0x31e205(0x1b8)](_0x31e205(0x17f)))return;const _0x4acba6=_0x5983e3[_0x31e205(0x199)][_0x31e205(0x19e)](_0x31e205(0x1b5)),_0x34e1a4=_0x5983e3[_0x31e205(0x199)][_0x31e205(0x19e)](_0x31e205(0x166)),_0x4d3da3=_0x5983e3[_0x31e205(0x187)];_0x4acba6[_0x31e205(0x1bc)](_0x31e205(0x1a0)),_0x4acba6[_0x31e205(0x186)][_0x31e205(0x16e)](_0x31e205(0x184),_0x569fa2=>_0x3cf388(_0x4d3da3,_0x31e205(0x1cf),_0x569fa2)),_0x4acba6[_0x31e205(0x186)][_0x31e205(0x16e)](_0x31e205(0x1ad),_0x396772=>_0x3cf388(_0x4d3da3,_0x31e205(0x17d),_0x396772)),_0x4acba6[_0x31e205(0x186)][_0x31e205(0x16e)](_0x31e205(0x1c5),()=>_0x3cf388(_0x4d3da3,_0x31e205(0x18c))),_0x5983e3[_0x31e205(0x199)][_0x31e205(0x1b8)](_0x31e205(0x169))&&_0x4acba6[_0x31e205(0x1bc)](_0x31e205(0x18a)),_0x5983e3[_0x31e205(0x199)][_0x31e205(0x1b8)](_0x31e205(0x1a9))&&_0x5983e3[_0x31e205(0x199)][_0x31e205(0x1b8)](_0x31e205(0x1aa))&&(_0x4acba6[_0x31e205(0x1bc)](_0x31e205(0x17b),(_0x22ee93,_0x55315f)=>{const _0xc03efc=_0x31e205,_0x3eb627=_0x34e1a4[_0xc03efc(0x1c7)](_0x5983e3[_0xc03efc(0x1ae)][_0xc03efc(0x190)][_0xc03efc(0x1cb)]);_0x5983e3[_0xc03efc(0x1ae)][_0xc03efc(0x1b4)](()=>{const _0x1b4416=_0xc03efc;_0x4acba6[_0x1b4416(0x1d1)](_0x3eb627,{'commandName':_0x1b4416(0x17b),'commandParams':[_0x55315f]},[],_0x1b4416(0x171));});}),_0x4acba6[_0x31e205(0x1bc)](_0x31e205(0x192),(_0x3c77d6,_0x12b4f6)=>{const _0x54becb=_0x31e205;_0x5983e3[_0x54becb(0x1ae)][_0x54becb(0x1b4)](_0x10c529=>{const _0x1b5f79=_0x54becb;let _0x1c8d0c=_0x34e1a4[_0x1b5f79(0x1c7)](_0x5983e3[_0x1b5f79(0x1ae)][_0x1b5f79(0x190)][_0x1b5f79(0x1cb)]),_0x58806c=_0x10c529[_0x1b5f79(0x1d4)](_0x1c8d0c);const _0x3029c1=_0x6217cd[_0x1b5f79(0x1af)](_0x58806c[_0x1b5f79(0x1b3)],_0x1b5f79(0x18b)),_0x41a175=_0x6217cd[_0x1b5f79(0x1af)](_0x58806c[_0x1b5f79(0x177)],_0x1b5f79(0x173));_0x4acba6[_0x1b5f79(0x1d7)](()=>_0x3c77d6(_0x12b4f6)),_0x1c8d0c=_0x34e1a4[_0x1b5f79(0x1c7)](_0x5983e3[_0x1b5f79(0x1ae)][_0x1b5f79(0x190)][_0x1b5f79(0x1cb)]),_0x58806c=_0x10c529[_0x1b5f79(0x1d4)](_0x1c8d0c);const _0x1c308a=_0x10c529[_0x1b5f79(0x1dd)](_0x3029c1,_0x41a175);_0x3029c1[_0x1b5f79(0x195)](),_0x41a175[_0x1b5f79(0x195)](),_0x4acba6[_0x1b5f79(0x1d1)](_0x1c8d0c,{'commandName':_0x1b5f79(0x17b),'commandParams':[_0x12b4f6]},[],_0x1b5f79(0x198)),_0x1c308a[_0x1b5f79(0x1b3)][_0x1b5f79(0x17c)](_0x58806c[_0x1b5f79(0x1b3)])&&_0x4acba6[_0x1b5f79(0x1ce)](_0x10c529[_0x1b5f79(0x1dd)](_0x1c308a[_0x1b5f79(0x1b3)],_0x58806c[_0x1b5f79(0x1b3)]),_0x1b5f79(0x198)),_0x58806c[_0x1b5f79(0x177)][_0x1b5f79(0x17c)](_0x1c308a[_0x1b5f79(0x177)])&&_0x4acba6[_0x1b5f79(0x1ce)](_0x10c529[_0x1b5f79(0x1dd)](_0x58806c[_0x1b5f79(0x177)],_0x1c308a[_0x1b5f79(0x177)]),_0x1b5f79(0x198));});}),_0x4acba6[_0x31e205(0x181)][_0x31e205(0x1d6)](_0x31e205(0x19c),_0x31e205(0x198),_0x31e205(0x193),()=>!0x1),_0x4acba6[_0x31e205(0x181)][_0x31e205(0x1d6)](_0x31e205(0x19c),_0x31e205(0x198),_0x31e205(0x1d2),()=>!0x1),_0x4acba6[_0x31e205(0x181)][_0x31e205(0x1d6)](_0x31e205(0x19c),_0x31e205(0x198),_0x31e205(0x185),_0x4acba6[_0x31e205(0x181)][_0x31e205(0x1be)](_0x31e205(0x19c),'',_0x31e205(0x1d2))),_0x4acba6[_0x31e205(0x181)][_0x31e205(0x1d6)](_0x31e205(0x191),_0x31e205(0x198),_0x31e205(0x193),()=>!0x1),_0x4acba6[_0x31e205(0x181)][_0x31e205(0x1d6)](_0x31e205(0x191),_0x31e205(0x198),_0x31e205(0x185),([_0x482ae0])=>{const _0x202c62=_0x31e205,_0x3d50eb=_0x4acba6[_0x202c62(0x181)][_0x202c62(0x1be)](_0x202c62(0x191),'',_0x202c62(0x185));let _0x96b993=_0x482ae0[_0x202c62(0x1b3)],_0x538277=_0x482ae0[_0x202c62(0x177)];const _0x22ed4f=_0x5983e3[_0x202c62(0x1ae)][_0x202c62(0x1b6)][_0x202c62(0x17a)](_0x96b993,_0x202c62(0x1a8)),_0x2daab5=_0x5983e3[_0x202c62(0x1ae)][_0x202c62(0x1b6)][_0x202c62(0x17a)](_0x538277,_0x202c62(0x1bd));_0x22ed4f[_0x202c62(0x182)]&&(_0x96b993=_0x22ed4f[_0x202c62(0x1b3)]),_0x2daab5[_0x202c62(0x182)]&&(_0x538277=_0x2daab5[_0x202c62(0x177)]),_0x3d50eb([_0x5983e3[_0x202c62(0x1ae)][_0x202c62(0x1dd)](_0x96b993,_0x538277)]);}),_0x4acba6[_0x31e205(0x181)][_0x31e205(0x1d6)](_0x31e205(0x19c),_0x31e205(0x198),_0x31e205(0x1ca),_0xb7c7f4),_0x4acba6[_0x31e205(0x181)][_0x31e205(0x1d6)](_0x31e205(0x191),_0x31e205(0x198),_0x31e205(0x1ca),_0xb7c7f4)),_0x5983e3[_0x31e205(0x199)][_0x31e205(0x1b8)](_0x31e205(0x19b))&&(_0x4acba6[_0x31e205(0x1bc)](_0x31e205(0x196),(_0x132a6b,_0x413688)=>{const _0xaad862=_0x31e205,_0x53822c=_0x5983e3[_0xaad862(0x199)][_0xaad862(0x19e)](_0xaad862(0x1a3));let _0x4cc892=_0x34e1a4[_0xaad862(0x1c7)](_0x5983e3[_0xaad862(0x1ae)][_0xaad862(0x190)][_0xaad862(0x1cb)]),_0x9383fd=_0x53822c[_0xaad862(0x1a1)](_0x4cc892);_0x5983e3[_0xaad862(0x1ae)][_0xaad862(0x1b4)](()=>{const _0x3b31af=_0xaad862;if(_0x9383fd)return void _0x4acba6[_0x3b31af(0x167)](_0x5983e3[_0x3b31af(0x1ae)][_0x3b31af(0x1d4)](_0x9383fd));const _0x4a8297=_0x34e1a4[_0x3b31af(0x1b1)](_0x4cc892);_0x132a6b(_0x413688),_0x4cc892=_0x34e1a4[_0x3b31af(0x1c7)](_0x5983e3[_0x3b31af(0x1ae)][_0x3b31af(0x190)][_0x3b31af(0x1cb)]),_0x9383fd=_0x53822c[_0x3b31af(0x1a1)](_0x4cc892),_0x4acba6[_0x3b31af(0x1ce)](_0x5983e3[_0x3b31af(0x1ae)][_0x3b31af(0x1d4)](_0x9383fd),_0x4a8297?null:_0x3b31af(0x179));});}),_0x4acba6[_0x31e205(0x181)][_0x31e205(0x1d6)](_0x31e205(0x191),_0x31e205(0x179),_0x31e205(0x1ca),_0xb7c7f4));const _0x14ef12=[{'type':_0x31e205(0x19c),'subType':_0x31e205(0x1ac)},{'type':_0x31e205(0x191),'subType':_0x31e205(0x179)},{'type':_0x31e205(0x19c),'subType':_0x31e205(0x198)},{'type':_0x31e205(0x191),'subType':_0x31e205(0x198)}];function _0x5e74f4(_0x3892bb,_0x293c4e){const _0x4d548c=_0x31e205,_0x6c8e2a=_0x14ef12[_0x4d548c(0x18f)](({type:_0x4e183d,subType:_0x21871a})=>_0x3892bb[_0x4d548c(0x1ab)]==_0x4e183d&&_0x3892bb[_0x4d548c(0x17e)]==_0x21871a),_0x4f5451=_0x14ef12[_0x4d548c(0x18f)](({type:_0x3f155d,subType:_0x3014ac})=>_0x293c4e[_0x4d548c(0x1ab)]==_0x3f155d&&_0x293c4e[_0x4d548c(0x17e)]==_0x3014ac);if(_0x6c8e2a<0x0||_0x4f5451<0x0)return!0x1;const _0x3cc83d=_0x3892bb[_0x4d548c(0x1da)](),_0x17794c=_0x293c4e[_0x4d548c(0x1da)]();if((0x0==_0x6c8e2a||0x1==_0x6c8e2a)&&0x2==_0x4f5451&&_0x3cc83d[_0x4d548c(0x1c2)](_0x17794c))return!0x0;if(0x2==_0x6c8e2a&&0x3==_0x4f5451){const _0x1e36ae=_0x4acba6[_0x4d548c(0x16f)](_0x3cc83d,_0x4d548c(0x191))[_0x4d548c(0x1bb)](({suggestion:_0x5d6e53,meta:_0x207ad1})=>_0x207ad1[_0x4d548c(0x19f)]&&_0x4d548c(0x198)==_0x5d6e53[_0x4d548c(0x17e)]);if(_0x1e36ae[_0x4d548c(0x1bf)]>0x1&&_0x17794c[_0x4d548c(0x177)][_0x4d548c(0x1d8)](_0x3cc83d[_0x4d548c(0x1b3)]))return!0x0;if(0x1==_0x1e36ae[_0x4d548c(0x1bf)]&&(_0x3cc83d[_0x4d548c(0x1b3)][_0x4d548c(0x1d8)](_0x17794c[_0x4d548c(0x177)])||_0x3cc83d[_0x4d548c(0x177)][_0x4d548c(0x1d8)](_0x17794c[_0x4d548c(0x1b3)])))return!0x0;}if(0x3==_0x6c8e2a&&0x3==_0x4f5451&&_0x3cc83d[_0x4d548c(0x1b3)][_0x4d548c(0x17c)](_0x17794c[_0x4d548c(0x1b3)])){const _0x27c4f8=_0x3cc83d[_0x4d548c(0x177)][_0x4d548c(0x175)],_0x2aa0ee=_0x17794c[_0x4d548c(0x1b3)][_0x4d548c(0x1a5)];return _0x34e1a4[_0x4d548c(0x1b1)](_0x27c4f8)&&_0x27c4f8===_0x2aa0ee;}return!0x1;}function _0xb7c7f4(_0x23e363,_0x4e8258){return _0x5e74f4(_0x23e363,_0x4e8258)?[_0x23e363,_0x4e8258]:_0x5e74f4(_0x4e8258,_0x23e363)?[_0x4e8258,_0x23e363]:null;}_0x5983e3[_0x31e205(0x199)][_0x31e205(0x1b8)](_0x31e205(0x16d))&&(_0x4acba6[_0x31e205(0x180)](_0x31e205(0x1b0)),_0x4acba6[_0x31e205(0x18e)](_0x31e205(0x188)),_0x4acba6[_0x31e205(0x186)][_0x31e205(0x19d)](_0x31e205(0x188),_0x3cf388(_0x4d3da3,_0x31e205(0x16c)))),_0x5983e3[_0x31e205(0x199)][_0x31e205(0x1b8)](_0x31e205(0x1b2))&&(_0x4acba6[_0x31e205(0x180)](_0x31e205(0x1c9)),_0x4acba6[_0x31e205(0x18e)](_0x31e205(0x18d))),_0x4acba6[_0x31e205(0x186)][_0x31e205(0x170)](_0x3b05b1=>{const _0x492ad7=_0x31e205;if(!!_0x14ef12[_0x492ad7(0x1c1)](({type:_0x2ece89,subType:_0x55f140})=>_0x3b05b1[_0x492ad7(0x1ab)]==_0x2ece89&&_0x3b05b1[_0x492ad7(0x17e)]==_0x55f140))return _0x3b05b1[_0x492ad7(0x176)]?{}:void 0x0;}),_0x4acba6[_0x31e205(0x186)][_0x31e205(0x170)](_0x426271=>{const _0x14d4ba=_0x31e205;if(_0x14d4ba(0x191)==_0x426271[_0x14d4ba(0x1ab)]||_0x14d4ba(0x1db)==_0x426271[_0x14d4ba(0x1ab)]){const _0x2ede60=_0x426271[_0x14d4ba(0x164)]();if(_0x2ede60&&_0x2ede60['is'](_0x14d4ba(0x165),_0x14d4ba(0x1c5)))return{'type':_0x14d4ba(0x191)==_0x426271[_0x14d4ba(0x1ab)]?_0x14d4ba(0x1d9):_0x14d4ba(0x1a4),'element':_0x2ede60,'quantity':0x1};}}),_0x4acba6[_0x31e205(0x186)][_0x31e205(0x170)](_0x89baf3=>_0x31e205(0x19c)==_0x89baf3[_0x31e205(0x1ab)]&&_0x31e205(0x198)==_0x89baf3[_0x31e205(0x17e)]?{'type':_0x31e205(0x19a),'content':_0x31e205(0x1c6)}:_0x31e205(0x19c)==_0x89baf3[_0x31e205(0x1ab)]&&_0x31e205(0x171)==_0x89baf3[_0x31e205(0x17e)]?{'type':_0x31e205(0x19a),'content':_0x31e205(0x168)}:void 0x0),_0x4acba6[_0x31e205(0x186)][_0x31e205(0x170)](_0x33aabf=>{const _0x3ca4d5=_0x31e205;if(_0x3ca4d5(0x1dc)!=_0x33aabf[_0x3ca4d5(0x1ab)])return;const {data:_0x18cbf7}=_0x33aabf;if(!_0x18cbf7||_0x3ca4d5(0x18d)!=_0x18cbf7[_0x3ca4d5(0x1c4)])return;const _0x5b57e6=_0x18cbf7[_0x3ca4d5(0x1d3)];return _0x5b57e6?{'type':_0x3ca4d5(0x19a),'content':_0x3cf388(_0x4d3da3,_0x3ca4d5(0x1b9),'\x22'+_0x5b57e6+'\x22')}:{'type':_0x3ca4d5(0x19a),'content':_0x3cf388(_0x4d3da3,_0x3ca4d5(0x189))};}),this[_0x31e205(0x1cc)]();}[_0x1b6478(0x1cc)](){const _0x1b1a50=_0x1b6478,_0x3a7246=this[_0x1b1a50(0x172)],_0x3cd832=_0x3a7246[_0x1b1a50(0x187)];_0x3a7246[_0x1b1a50(0x199)][_0x1b1a50(0x19e)](_0x1b1a50(0x1b5))[_0x1b1a50(0x186)][_0x1b1a50(0x170)](_0x4f95ac=>{const _0x81776d=_0x1b1a50;if(_0x81776d(0x19c)!=_0x4f95ac[_0x81776d(0x1ab)]&&_0x81776d(0x16a)!=_0x4f95ac[_0x81776d(0x1ab)])return;const {data:_0x2c4f26}=_0x4f95ac;if(_0x2c4f26){if(_0x81776d(0x1c9)==_0x2c4f26[_0x81776d(0x1a6)]){const _0x4a3edc=_0x2c4f26[_0x81776d(0x1cd)][0x0][_0x81776d(0x1d3)];return _0x4a3edc?{'type':_0x81776d(0x19a),'content':_0x3cf388(_0x3cd832,_0x81776d(0x1b9),'\x22'+_0x4a3edc+'\x22')}:{'type':_0x81776d(0x19a),'content':_0x3cf388(_0x3cd832,_0x81776d(0x189))};}if(_0x81776d(0x1b0)==_0x2c4f26[_0x81776d(0x1a6)]){const _0x2590c9=_0x2c4f26[_0x81776d(0x1cd)][0x0][_0x81776d(0x1a2)];return _0x2590c9?{'type':_0x81776d(0x19a),'content':_0x3cf388(_0x3cd832,_0x81776d(0x1c0),_0x2590c9)}:{'type':_0x81776d(0x19a),'content':_0x3cf388(_0x3cd832,_0x81776d(0x1b7))};}}});}}
|
|
23
|
+
const _0x8e2312=_0x1900;(function(_0x22fe54,_0xdf0cbd){const _0x29bacd=_0x1900,_0x68e5ac=_0x22fe54();while(!![]){try{const _0xb8bde5=parseInt(_0x29bacd(0x108))/0x1*(parseInt(_0x29bacd(0xca))/0x2)+parseInt(_0x29bacd(0xd4))/0x3+-parseInt(_0x29bacd(0x10d))/0x4+parseInt(_0x29bacd(0x111))/0x5*(-parseInt(_0x29bacd(0xfc))/0x6)+-parseInt(_0x29bacd(0xe5))/0x7+-parseInt(_0x29bacd(0xb2))/0x8*(parseInt(_0x29bacd(0xd3))/0x9)+parseInt(_0x29bacd(0xea))/0xa;if(_0xb8bde5===_0xdf0cbd)break;else _0x68e5ac['push'](_0x68e5ac['shift']());}catch(_0x562b0e){_0x68e5ac['push'](_0x68e5ac['shift']());}}}(_0x291e,0x80317));function _0x1900(_0x301d8b,_0x52a795){const _0x291ecd=_0x291e();return _0x1900=function(_0x190098,_0x5e07da){_0x190098=_0x190098-0xa2;let _0x59a73e=_0x291ecd[_0x190098];return _0x59a73e;},_0x1900(_0x301d8b,_0x52a795);}function _0x291e(){const _0x384277=['attribute','imageBlock','resizeImage','editor','TrackChangesEditing','commandParams','afterInit','registerAttributeLabel','getClosestSelectedImageElement','forceDefaultExecution','convertBlockImageToInline','convertInlineImageToBlock','toPrevious','_registerLegacyDescription','nodeBefore','12jaoTbM','formatInline','Block\x20image\x20to\x20inline\x20image','nodeAfter','ELEMENT_IMAGE','type','isCollapsed','resizedWidth','ImageEditing','findIndex','find','imageTextAlternative','1yKuqyy','registerBlockAttribute','*Set\x20image\x20width:*\x20%0','createRange','toggleImageCaption','912744uLGkRa','isOwn','getContainedElement','ImageUtils','540905IqPteH','caption','filter','imageTypeBlock','descriptionFactory','*Reset\x20image\x20width*','newValue','length','ImageUploadEditing','schema','FORMAT_IMAGE_SIZE','change','chain','registerDescriptionCallback','registerCustomCallback','join','getNearestSelectionRange','registerElementLabel','previous','*Set\x20image\x20text\x20alternative:*\x20%0','ImageCaptionUtils','deletion','model','_findSuggestions','toNext','*Remove\x20image\x20text\x20alternative*','200BMgLJL','enableCommand','get','selection','imageTypeInline','imageStylePreApply','commandName','getSuggestionCallback','insertion','width','imageCaption','ImageBlockEditing','addObject','ImageInlineEditing','has','format','ImageCaptionEditing','ELEMENT_INLINE_IMAGE','getCaptionFromImageModelElement','markDeletion','enableDefaultAttributesIntegration','isIntersecting','backward','createRangeOn','1759742DMsPws','removeObject','document','accept','ImageResize','isEqual','end','ImageTextAlternativeEditing','markInsertion','358857OfSbUG','825174UfanQc','forward','isBlockImage','uploadImage','plugins','Inline\x20image\x20to\x20block\x20image','markBlockFormat','alt','discard','key','insertImage','detach','element','locale','fromPosition','_suggestionFactory','start','681814ecSBPO','subType','getFirstRange','imageInline','isBefore','9089250yXYpPH','formatBlock','ELEMENT_CAPTION'];_0x291e=function(){return _0x384277;};return _0x291e();}import{Plugin as _0x12d75b}from'ckeditor5/src/core.js';import{LivePosition as _0x2842e1}from'ckeditor5/src/engine.js';import{getTranslation as _0xcfed0d}from'../utils/common-translations.js';export default class it extends _0x12d75b{[_0x8e2312(0xf3)](){const _0x203587=_0x8e2312,_0x2b9269=this[_0x203587(0xf0)];if(!_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0x104)))return;const _0x545040=_0x2b9269[_0x203587(0xd8)][_0x203587(0xb4)](_0x203587(0xf1)),_0x1f4e00=_0x2b9269[_0x203587(0xd8)][_0x203587(0xb4)](_0x203587(0x110)),_0x15f7f9=_0x2b9269[_0x203587(0xe1)];_0x545040[_0x203587(0xb3)](_0x203587(0xde)),_0x545040[_0x203587(0x115)][_0x203587(0xa9)](_0x203587(0xee),_0x49cefc=>_0xcfed0d(_0x15f7f9,_0x203587(0x100),_0x49cefc)),_0x545040[_0x203587(0x115)][_0x203587(0xa9)](_0x203587(0xe8),_0x1a1a8a=>_0xcfed0d(_0x15f7f9,_0x203587(0xc3),_0x1a1a8a)),_0x545040[_0x203587(0x115)][_0x203587(0xa9)](_0x203587(0x112),()=>_0xcfed0d(_0x15f7f9,_0x203587(0xec))),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0x119))&&_0x545040[_0x203587(0xb3)](_0x203587(0xd7)),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xbd))&&_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xbf))&&(_0x545040[_0x203587(0xb3)](_0x203587(0xb6),(_0x1dfde3,_0x489ba8)=>{const _0x39ddf5=_0x203587,_0x2a0e30=_0x1f4e00[_0x39ddf5(0xf5)](_0x2b9269[_0x39ddf5(0xae)][_0x39ddf5(0xcc)][_0x39ddf5(0xb5)]);_0x2b9269[_0x39ddf5(0xae)][_0x39ddf5(0xa3)](()=>{const _0x5a14e6=_0x39ddf5;_0x545040[_0x5a14e6(0xda)](_0x2a0e30,{'commandName':_0x5a14e6(0xb6),'commandParams':[_0x489ba8]},[],_0x5a14e6(0xf7));});}),_0x545040[_0x203587(0xb3)](_0x203587(0x114),(_0x46d8f9,_0x1b6fe9)=>{const _0x5401b9=_0x203587;_0x2b9269[_0x5401b9(0xae)][_0x5401b9(0xa3)](_0x5c77dd=>{const _0x38d09f=_0x5401b9;let _0x4a0a80=_0x1f4e00[_0x38d09f(0xf5)](_0x2b9269[_0x38d09f(0xae)][_0x38d09f(0xcc)][_0x38d09f(0xb5)]),_0x4e8333=_0x5c77dd[_0x38d09f(0xc9)](_0x4a0a80);const _0x29b287=_0x2842e1[_0x38d09f(0xe2)](_0x4e8333[_0x38d09f(0xe4)],_0x38d09f(0xf9)),_0x7cf88e=_0x2842e1[_0x38d09f(0xe2)](_0x4e8333[_0x38d09f(0xd0)],_0x38d09f(0xb0));_0x545040[_0x38d09f(0xf6)](()=>_0x46d8f9(_0x1b6fe9)),_0x4a0a80=_0x1f4e00[_0x38d09f(0xf5)](_0x2b9269[_0x38d09f(0xae)][_0x38d09f(0xcc)][_0x38d09f(0xb5)]),_0x4e8333=_0x5c77dd[_0x38d09f(0xc9)](_0x4a0a80);const _0x388788=_0x5c77dd[_0x38d09f(0x10b)](_0x29b287,_0x7cf88e);_0x29b287[_0x38d09f(0xdf)](),_0x7cf88e[_0x38d09f(0xdf)](),_0x545040[_0x38d09f(0xda)](_0x4a0a80,{'commandName':_0x38d09f(0xb6),'commandParams':[_0x1b6fe9]},[],_0x38d09f(0xf8)),_0x388788[_0x38d09f(0xe4)][_0x38d09f(0xe9)](_0x4e8333[_0x38d09f(0xe4)])&&_0x545040[_0x38d09f(0xd2)](_0x5c77dd[_0x38d09f(0x10b)](_0x388788[_0x38d09f(0xe4)],_0x4e8333[_0x38d09f(0xe4)]),_0x38d09f(0xf8)),_0x4e8333[_0x38d09f(0xd0)][_0x38d09f(0xe9)](_0x388788[_0x38d09f(0xd0)])&&_0x545040[_0x38d09f(0xd2)](_0x5c77dd[_0x38d09f(0x10b)](_0x4e8333[_0x38d09f(0xd0)],_0x388788[_0x38d09f(0xd0)]),_0x38d09f(0xf8));});}),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xa7),()=>!0x1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xcd),()=>!0x1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xdc),_0x545040[_0x203587(0xe3)][_0x203587(0xb9)](_0x203587(0xeb),'',_0x203587(0xcd))),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xf8),_0x203587(0xa7),()=>!0x1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xf8),_0x203587(0xdc),([_0x9f5b11])=>{const _0xe26bfa=_0x203587,_0x4be216=_0x545040[_0xe26bfa(0xe3)][_0xe26bfa(0xb9)](_0xe26bfa(0xba),'',_0xe26bfa(0xdc));let _0x3f4e10=_0x9f5b11[_0xe26bfa(0xe4)],_0x151a66=_0x9f5b11[_0xe26bfa(0xd0)];const _0x2da18b=_0x2b9269[_0xe26bfa(0xae)][_0xe26bfa(0x11a)][_0xe26bfa(0xa8)](_0x3f4e10,_0xe26bfa(0xc8)),_0xbf79a5=_0x2b9269[_0xe26bfa(0xae)][_0xe26bfa(0x11a)][_0xe26bfa(0xa8)](_0x151a66,_0xe26bfa(0xd5));_0x2da18b[_0xe26bfa(0x102)]&&(_0x3f4e10=_0x2da18b[_0xe26bfa(0xe4)]),_0xbf79a5[_0xe26bfa(0x102)]&&(_0x151a66=_0xbf79a5[_0xe26bfa(0xd0)]),_0x4be216([_0x2b9269[_0xe26bfa(0xae)][_0xe26bfa(0x10b)](_0x3f4e10,_0x151a66)]);}),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xa4),_0x1cc6c1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xf8),_0x203587(0xa4),_0x1cc6c1)),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xc2))&&(_0x545040[_0x203587(0xb3)](_0x203587(0x10c),(_0x2d3f25,_0x166817)=>{const _0x49d6a1=_0x203587,_0x5c2aa2=_0x2b9269[_0x49d6a1(0xd8)][_0x49d6a1(0xb4)](_0x49d6a1(0xac));let _0x556c3b=_0x1f4e00[_0x49d6a1(0xf5)](_0x2b9269[_0x49d6a1(0xae)][_0x49d6a1(0xcc)][_0x49d6a1(0xb5)]),_0x5ef500=_0x5c2aa2[_0x49d6a1(0xc4)](_0x556c3b);_0x2b9269[_0x49d6a1(0xae)][_0x49d6a1(0xa3)](()=>{const _0x3988c5=_0x49d6a1;if(_0x5ef500)return void _0x545040[_0x3988c5(0xc5)](_0x2b9269[_0x3988c5(0xae)][_0x3988c5(0xc9)](_0x5ef500));const _0x49c229=_0x1f4e00[_0x3988c5(0xd6)](_0x556c3b);_0x2d3f25(_0x166817),_0x556c3b=_0x1f4e00[_0x3988c5(0xf5)](_0x2b9269[_0x3988c5(0xae)][_0x3988c5(0xcc)][_0x3988c5(0xb5)]),_0x5ef500=_0x5c2aa2[_0x3988c5(0xc4)](_0x556c3b),_0x545040[_0x3988c5(0xd2)](_0x2b9269[_0x3988c5(0xae)][_0x3988c5(0xc9)](_0x5ef500),_0x49c229?null:_0x3988c5(0xbc));});}),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xbc),_0x203587(0xa4),_0x1cc6c1));const _0x54db31=[{'type':_0x203587(0xeb),'subType':_0x203587(0xb7)},{'type':_0x203587(0xba),'subType':_0x203587(0xbc)},{'type':_0x203587(0xeb),'subType':_0x203587(0xf8)},{'type':_0x203587(0xba),'subType':_0x203587(0xf8)}];function _0x1f7a32(_0x32403a,_0x4bfb9f){const _0x358c93=_0x203587,_0xfad23f=_0x54db31[_0x358c93(0x105)](({type:_0x2fe496,subType:_0x592cb8})=>_0x32403a[_0x358c93(0x101)]==_0x2fe496&&_0x32403a[_0x358c93(0xe6)]==_0x592cb8),_0x38ae54=_0x54db31[_0x358c93(0x105)](({type:_0x47e747,subType:_0x39bf35})=>_0x4bfb9f[_0x358c93(0x101)]==_0x47e747&&_0x4bfb9f[_0x358c93(0xe6)]==_0x39bf35);if(_0xfad23f<0x0||_0x38ae54<0x0)return!0x1;const _0x44fa6b=_0x32403a[_0x358c93(0xe7)](),_0x5e49d3=_0x4bfb9f[_0x358c93(0xe7)]();if((0x0==_0xfad23f||0x1==_0xfad23f)&&0x2==_0x38ae54&&_0x44fa6b[_0x358c93(0xc7)](_0x5e49d3))return!0x0;if(0x2==_0xfad23f&&0x3==_0x38ae54){const _0x2eeaac=_0x545040[_0x358c93(0xaf)](_0x44fa6b,_0x358c93(0xba))[_0x358c93(0x113)](({suggestion:_0x28cd32,meta:_0x16036f})=>_0x16036f[_0x358c93(0x10e)]&&_0x358c93(0xf8)==_0x28cd32[_0x358c93(0xe6)]);if(_0x2eeaac[_0x358c93(0x118)]>0x1&&_0x5e49d3[_0x358c93(0xd0)][_0x358c93(0xcf)](_0x44fa6b[_0x358c93(0xe4)]))return!0x0;if(0x1==_0x2eeaac[_0x358c93(0x118)]&&(_0x44fa6b[_0x358c93(0xe4)][_0x358c93(0xcf)](_0x5e49d3[_0x358c93(0xd0)])||_0x44fa6b[_0x358c93(0xd0)][_0x358c93(0xcf)](_0x5e49d3[_0x358c93(0xe4)])))return!0x0;}if(0x3==_0xfad23f&&0x3==_0x38ae54&&_0x44fa6b[_0x358c93(0xe4)][_0x358c93(0xe9)](_0x5e49d3[_0x358c93(0xe4)])){const _0x10620c=_0x44fa6b[_0x358c93(0xd0)][_0x358c93(0xff)],_0x447875=_0x5e49d3[_0x358c93(0xe4)][_0x358c93(0xfb)];return _0x1f4e00[_0x358c93(0xd6)](_0x10620c)&&_0x10620c===_0x447875;}return!0x1;}function _0x1cc6c1(_0x1051cf,_0x3892cd){return _0x1f7a32(_0x1051cf,_0x3892cd)?[_0x1051cf,_0x3892cd]:_0x1f7a32(_0x3892cd,_0x1051cf)?[_0x3892cd,_0x1051cf]:null;}_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xce))&&(_0x545040[_0x203587(0xc6)](_0x203587(0xef)),_0x545040[_0x203587(0x109)](_0x203587(0x103)),_0x545040[_0x203587(0x115)][_0x203587(0xf4)](_0x203587(0x103),_0xcfed0d(_0x15f7f9,_0x203587(0xa2)))),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xd1))&&(_0x545040[_0x203587(0xc6)](_0x203587(0x107)),_0x545040[_0x203587(0x109)](_0x203587(0xdb))),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x3aa9be=>{const _0x2e3988=_0x203587;if(!!_0x54db31[_0x2e3988(0x106)](({type:_0x5605d6,subType:_0x4460c3})=>_0x3aa9be[_0x2e3988(0x101)]==_0x5605d6&&_0x3aa9be[_0x2e3988(0xe6)]==_0x4460c3))return _0x3aa9be[_0x2e3988(0xaa)]?{}:void 0x0;}),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x279511=>{const _0x43c01e=_0x203587;if(_0x43c01e(0xba)==_0x279511[_0x43c01e(0x101)]||_0x43c01e(0xad)==_0x279511[_0x43c01e(0x101)]){const _0x56e0e3=_0x279511[_0x43c01e(0x10f)]();if(_0x56e0e3&&_0x56e0e3['is'](_0x43c01e(0xe0),_0x43c01e(0x112)))return{'type':_0x43c01e(0xba)==_0x279511[_0x43c01e(0x101)]?_0x43c01e(0xbe):_0x43c01e(0xcb),'element':_0x56e0e3,'quantity':0x1};}}),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x3dd435=>_0x203587(0xeb)==_0x3dd435[_0x203587(0x101)]&&_0x203587(0xf8)==_0x3dd435[_0x203587(0xe6)]?{'type':_0x203587(0xc1),'content':_0x203587(0xd9)}:_0x203587(0xeb)==_0x3dd435[_0x203587(0x101)]&&_0x203587(0xf7)==_0x3dd435[_0x203587(0xe6)]?{'type':_0x203587(0xc1),'content':_0x203587(0xfe)}:void 0x0),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x40d7af=>{const _0x270f7f=_0x203587;if(_0x270f7f(0xed)!=_0x40d7af[_0x270f7f(0x101)])return;const {data:_0x501a36}=_0x40d7af;if(!_0x501a36||_0x270f7f(0xdb)!=_0x501a36[_0x270f7f(0xdd)])return;const _0x31e4fa=_0x501a36[_0x270f7f(0x117)];return _0x31e4fa?{'type':_0x270f7f(0xc1),'content':_0xcfed0d(_0x15f7f9,_0x270f7f(0xab),'\x22'+_0x31e4fa+'\x22')}:{'type':_0x270f7f(0xc1),'content':_0xcfed0d(_0x15f7f9,_0x270f7f(0xb1))};}),this[_0x203587(0xfa)]();}[_0x8e2312(0xfa)](){const _0x481d46=_0x8e2312,_0x516e12=this[_0x481d46(0xf0)],_0x423d9a=_0x516e12[_0x481d46(0xe1)];_0x516e12[_0x481d46(0xd8)][_0x481d46(0xb4)](_0x481d46(0xf1))[_0x481d46(0x115)][_0x481d46(0xa5)](_0x1a8e60=>{const _0x29f8f4=_0x481d46;if(_0x29f8f4(0xeb)!=_0x1a8e60[_0x29f8f4(0x101)]&&_0x29f8f4(0xfd)!=_0x1a8e60[_0x29f8f4(0x101)])return;const {data:_0x5196b8}=_0x1a8e60;if(_0x5196b8){if(_0x29f8f4(0x107)==_0x5196b8[_0x29f8f4(0xb8)]){const _0x15f203=_0x5196b8[_0x29f8f4(0xf2)][0x0][_0x29f8f4(0x117)];return _0x15f203?{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0xab),'\x22'+_0x15f203+'\x22')}:{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0xb1))};}if(_0x29f8f4(0xef)==_0x5196b8[_0x29f8f4(0xb8)]){const _0x25ebd3=_0x5196b8[_0x29f8f4(0xf2)][0x0][_0x29f8f4(0xbb)];return _0x25ebd3?{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0x10a),_0x25ebd3)}:{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0x116))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x39f7c9=_0x30eb;(function(_0x89dce2,_0xdb50bc){const _0x38a3fd=_0x30eb,_0x3101c6=_0x89dce2();while(!![]){try{const _0x4596c6=-parseInt(_0x38a3fd(0x11c))/0x1+-parseInt(_0x38a3fd(0x127))/0x2*(-parseInt(_0x38a3fd(0x132))/0x3)+-parseInt(_0x38a3fd(0x131))/0x4*(parseInt(_0x38a3fd(0x12b))/0x5)+parseInt(_0x38a3fd(0x115))/0x6*(parseInt(_0x38a3fd(0x121))/0x7)+-parseInt(_0x38a3fd(0x10f))/0x8+parseInt(_0x38a3fd(0x123))/0x9+-parseInt(_0x38a3fd(0x129))/0xa*(parseInt(_0x38a3fd(0x134))/0xb);if(_0x4596c6===_0xdb50bc)break;else _0x3101c6['push'](_0x3101c6['shift']());}catch(_0x47f717){_0x3101c6['push'](_0x3101c6['shift']());}}}(_0x1506,0xba25d));function _0x1506(){const _0x112ab8=['oldValue','type','28460wwYsxK','3nmxCqi','src','1837ZVdUon','registerDescriptionCallback','replaceImageSource','getSuggestionCallback','registerCustomCallback','discard','2701264WbYSOd','plugins','newValue','has','_handleLegacySuggestions','get','96lOEiDd','afterInit','*Replace\x20image\x20URL*','key','commandName','accept','registerBlockAttribute','600622zXlTZj','enableDefaultAttributesIntegration','_suggestionFactory','format','*Format:*\x20replace\x20image\x20URL','423710CZmeWi','descriptionFactory','12065778jcBdcz','editor','locale','_registerLegacyDescription','626246CDDzLE','formatBlock','20670YGlzhz','attribute','405zKCxrx','ImageEditing','TrackChangesEditing','formatInline'];_0x1506=function(){return _0x112ab8;};return _0x1506();}function _0x30eb(_0x9cfbf9,_0x37c60a){const _0x150669=_0x1506();return _0x30eb=function(_0x30ebea,_0x3490b6){_0x30ebea=_0x30ebea-0x10b;let _0x5f1bb8=_0x150669[_0x30ebea];return _0x5f1bb8;},_0x30eb(_0x9cfbf9,_0x37c60a);}import{Plugin as _0xfdad8a}from'ckeditor5/src/core.js';import{getTranslation as _0xaf5c1a}from'../utils/common-translations.js';export default class st extends _0xfdad8a{[_0x39f7c9(0x116)](){const _0x3d2afb=_0x39f7c9;if(!this[_0x3d2afb(0x124)][_0x3d2afb(0x110)][_0x3d2afb(0x112)](_0x3d2afb(0x12c)))return;const _0x9abd60=this[_0x3d2afb(0x124)][_0x3d2afb(0x125)],_0x53a131=this[_0x3d2afb(0x124)][_0x3d2afb(0x110)][_0x3d2afb(0x114)](_0x3d2afb(0x12d));_0x53a131[_0x3d2afb(0x11d)](_0x3d2afb(0x10b)),_0x53a131[_0x3d2afb(0x11b)](_0x3d2afb(0x133)),_0x53a131[_0x3d2afb(0x122)][_0x3d2afb(0x135)](_0x3774b6=>{const _0x270ade=_0x3d2afb;if(_0x270ade(0x12a)!=_0x3774b6[_0x270ade(0x130)])return;const {data:_0x2c8a2e}=_0x3774b6;return _0x2c8a2e&&_0x270ade(0x133)==_0x2c8a2e[_0x270ade(0x118)]?_0x2c8a2e[_0x270ade(0x111)]&&_0x2c8a2e[_0x270ade(0x12f)]?{'type':_0x270ade(0x11f),'content':_0xaf5c1a(_0x9abd60,_0x270ade(0x117))}:{'type':_0x270ade(0x11f),'content':''}:void 0x0;}),this[_0x3d2afb(0x113)]();}[_0x39f7c9(0x113)](){const _0x237653=_0x39f7c9,_0x3fc76c=this[_0x237653(0x124)][_0x237653(0x110)][_0x237653(0x114)](_0x237653(0x12d));_0x3fc76c[_0x237653(0x11e)][_0x237653(0x10d)](_0x237653(0x128),_0x237653(0x10b),_0x237653(0x11a),_0x3fc76c[_0x237653(0x11e)][_0x237653(0x10c)](_0x237653(0x128),null,_0x237653(0x10e))),_0x3fc76c[_0x237653(0x11e)][_0x237653(0x10d)](_0x237653(0x128),_0x237653(0x10b),_0x237653(0x10e),_0x3fc76c[_0x237653(0x11e)][_0x237653(0x10c)](_0x237653(0x128),null,_0x237653(0x11a))),this[_0x237653(0x126)]();}[_0x39f7c9(0x126)](){const _0x44bb23=_0x39f7c9,_0x5535f5=this[_0x44bb23(0x124)],_0x2980bd=_0x5535f5[_0x44bb23(0x125)];_0x5535f5[_0x44bb23(0x110)][_0x44bb23(0x114)](_0x44bb23(0x12d))[_0x44bb23(0x122)][_0x44bb23(0x135)](_0x26072d=>{const _0x1a34b0=_0x44bb23;if(_0x1a34b0(0x128)!=_0x26072d[_0x1a34b0(0x130)]&&_0x1a34b0(0x12e)!=_0x26072d[_0x1a34b0(0x130)])return;const {data:_0x2beb0a}=_0x26072d;if(!_0x2beb0a||_0x1a34b0(0x10b)!=_0x2beb0a[_0x1a34b0(0x119)])return;return{'type':_0x1a34b0(0x11f),'content':_0xaf5c1a(_0x2980bd,_0x1a34b0(0x120))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x4ef2(_0x52c1e5,_0x144162){const _0x2c627f=_0x2c62();return _0x4ef2=function(_0x4ef2e6,_0xc8927b){_0x4ef2e6=_0x4ef2e6-0x176;let _0x453e62=_0x2c627f[_0x4ef2e6];return _0x453e62;},_0x4ef2(_0x52c1e5,_0x144162);}const _0x2f849d=_0x4ef2;(function(_0x45ebe0,_0x486a58){const _0xec932f=_0x4ef2,_0x3bf924=_0x45ebe0();while(!![]){try{const _0x3acec7=-parseInt(_0xec932f(0x199))/0x1*(parseInt(_0xec932f(0x18c))/0x2)+-parseInt(_0xec932f(0x192))/0x3+parseInt(_0xec932f(0x1da))/0x4+parseInt(_0xec932f(0x1b9))/0x5*(parseInt(_0xec932f(0x1d3))/0x6)+parseInt(_0xec932f(0x1c6))/0x7*(-parseInt(_0xec932f(0x17d))/0x8)+-parseInt(_0xec932f(0x1b2))/0x9*(-parseInt(_0xec932f(0x1c2))/0xa)+parseInt(_0xec932f(0x191))/0xb*(parseInt(_0xec932f(0x19b))/0xc);if(_0x3acec7===_0x486a58)break;else _0x3bf924['push'](_0x3bf924['shift']());}catch(_0x278881){_0x3bf924['push'](_0x3bf924['shift']());}}}(_0x2c62,0xe4c68));import{Plugin as _0x154207}from'ckeditor5/src/core.js';import{uid as _0x1b3e61}from'ckeditor5/src/utils.js';import{getTranslation as _0x5aa708}from'../utils/common-translations.js';function _0x2c62(){const _0x59960f=['join','author','change','10loCFHH','setImageNaturalSizeAttributes','isInContent','length','from','3219898XKrHTV','2931132DqdIRV','suggestion','getChangedMarkers','type','document','get','model','331909MvrcoH','Users','36mIWFFv','isBlockImage','insertion','newRange','markInlineFormat','normalizedStyles','markBlockFormat','afterInit','forEach','registerDescriptionCallback','start','getSuggestionCallback','registerPostFixer','end','TrackChangesEditing','getFirstRange','imageTypeInline','FORMAT_SIDE_IMAGE','findIndex','discard','createRangeOn','descriptionFactory','filter','9414CcwaSU','head','_findSuggestions','isEqual','title','editor','commands','14230yCXmLd','discardSuggestion','commandName','formatBlock','ImageStyleEditing','differ','isInlineImage','imageCaption','selection','6610kZybZG','registerCustomCallback','imageStylePostApply','*Format:*\x20%0','595JWcTfe','accept','value','_suggestionFactory','toLowerCase','isBefore','has','chain','getSuggestion','getContainedElement','isIntersecting','commandReversedParams','getClosestSelectedImageElement','2322npxpfb','_splitMarkerName','format','refresh','commandParams','imageTypeBlock','shouldConvertImageType','4871824pWfyNN','hasSuggestion','side','imageStylePreApply','locale','enableCommand','convertInlineImageToBlock','_registerLegacyDescription','29672XcFOAe','subType','plugins','nodeBefore','name','next','isOwn','getSuggestions','imageStyle','ImageUtils','nodeAfter','formatInline'];_0x2c62=function(){return _0x59960f;};return _0x2c62();}export default class nt extends _0x154207{[_0x2f849d(0x1a2)](){const _0x3d37e7=_0x2f849d,_0x4d5347=this[_0x3d37e7(0x1b7)];if(!_0x4d5347[_0x3d37e7(0x17f)][_0x3d37e7(0x1cc)](_0x3d37e7(0x1bd)))return;const _0x2db136=_0x4d5347[_0x3d37e7(0x17f)][_0x3d37e7(0x197)](_0x3d37e7(0x1a9)),_0x9acc69=_0x4d5347[_0x3d37e7(0x17f)][_0x3d37e7(0x197)](_0x3d37e7(0x186)),_0x3d6d38={};_0x2db136[_0x3d37e7(0x17a)](_0x3d37e7(0x185),(_0x10534e,_0x37ccc8)=>{const _0x40261f=_0x3d37e7,_0xa38d48=_0x4d5347[_0x40261f(0x17f)][_0x40261f(0x197)](_0x40261f(0x19a))['me'],_0xdc3996=_0x4d5347[_0x40261f(0x1b8)][_0x40261f(0x197)](_0x40261f(0x185));let _0x35731d=_0x9acc69[_0x40261f(0x1d2)](_0x4d5347[_0x40261f(0x198)][_0x40261f(0x196)][_0x40261f(0x1c1)]),_0x532459=_0x4d5347[_0x40261f(0x198)][_0x40261f(0x1af)](_0x35731d),_0x397dd7=_0xdc3996[_0x40261f(0x1c8)];if(_0x397dd7==_0x37ccc8[_0x40261f(0x1c8)])return;const _0x175e7d={'commandName':_0x40261f(0x185),'commandParams':[_0x37ccc8],'formatGroupId':_0x1b3e61()};_0x4d5347[_0x40261f(0x198)][_0x40261f(0x18b)](()=>{const _0x469f98=_0x40261f;if(_0x2db136[_0x469f98(0x184)]()[_0x469f98(0x1b1)](_0x4756a7=>_0x4756a7[_0x469f98(0x18e)]&&_0xa38d48==_0x4756a7[_0x469f98(0x18a)]&&(_0x469f98(0x1bc)==_0x4756a7[_0x469f98(0x195)]||_0x469f98(0x188)==_0x4756a7[_0x469f98(0x195)])&&(_0x469f98(0x178)==_0x4756a7[_0x469f98(0x17e)]||_0x469f98(0x1c4)==_0x4756a7[_0x469f98(0x17e)])&&_0x4756a7[_0x469f98(0x1aa)]()[_0x469f98(0x1b5)](_0x532459))[_0x469f98(0x1a3)](_0x2677c7=>_0x2db136[_0x469f98(0x1ba)](_0x2677c7[_0x469f98(0x1b3)])),_0x35731d=_0x9acc69[_0x469f98(0x1d2)](_0x4d5347[_0x469f98(0x198)][_0x469f98(0x196)][_0x469f98(0x1c1)]),_0x532459=_0x4d5347[_0x469f98(0x198)][_0x469f98(0x1af)](_0x35731d),_0xdc3996[_0x469f98(0x1d6)](),_0x4d5347[_0x469f98(0x1b8)][_0x469f98(0x197)](_0x469f98(0x1ab))[_0x469f98(0x1d6)](),_0x4d5347[_0x469f98(0x1b8)][_0x469f98(0x197)](_0x469f98(0x1d8))[_0x469f98(0x1d6)](),_0x397dd7=_0xdc3996[_0x469f98(0x1c8)],_0x397dd7!=_0x37ccc8[_0x469f98(0x1c8)])return _0x9acc69[_0x469f98(0x1bf)](_0x35731d)&&_0xdc3996[_0x469f98(0x1d9)](_0x37ccc8[_0x469f98(0x1c8)],_0x35731d)?(_0x10534e({..._0x37ccc8,'setImageSizes':!0x1}),_0x35731d=_0x9acc69[_0x469f98(0x1d2)](_0x4d5347[_0x469f98(0x198)][_0x469f98(0x196)][_0x469f98(0x1c1)]),void _0x2db136[_0x469f98(0x1a1)](_0x35731d,{..._0x175e7d,'commandReversedParams':[{'value':_0x397dd7||null,'setImageSizes':!0x1}]},[],_0x469f98(0x178))):void(_0x9acc69[_0x469f98(0x19c)](_0x35731d)?_0x2db136[_0x469f98(0x1a1)](_0x35731d,_0x175e7d,[],_0x469f98(0x1c4)):_0x2db136[_0x469f98(0x19f)](_0x532459,_0x175e7d,_0x469f98(0x1c4)));});});for(const _0x5e3ba9 of _0x4d5347[_0x3d37e7(0x17f)][_0x3d37e7(0x197)](_0x3d37e7(0x1bd))[_0x3d37e7(0x1a0)])_0x3d6d38[_0x5e3ba9[_0x3d37e7(0x181)]]=_0x5e3ba9[_0x3d37e7(0x1b6)][_0x3d37e7(0x1ca)]();_0x2db136[_0x3d37e7(0x1c9)][_0x3d37e7(0x1c3)](_0x3d37e7(0x1bc),_0x3d37e7(0x178),_0x3d37e7(0x189),()=>!0x1),_0x2db136[_0x3d37e7(0x1c9)][_0x3d37e7(0x1c3)](_0x3d37e7(0x1bc),_0x3d37e7(0x1c4),_0x3d37e7(0x189),()=>!0x1),_0x2db136[_0x3d37e7(0x1c9)][_0x3d37e7(0x1c3)](_0x3d37e7(0x188),_0x3d37e7(0x1c4),_0x3d37e7(0x189),()=>!0x1),_0x2db136[_0x3d37e7(0x1c9)][_0x3d37e7(0x1c3)](_0x3d37e7(0x1bc),_0x3d37e7(0x178),_0x3d37e7(0x1c7),([_0x39ed65])=>{const _0x312a6a=_0x3d37e7;_0x9acc69[_0x312a6a(0x18d)](_0x39ed65[_0x312a6a(0x1cf)]());}),_0x2db136[_0x3d37e7(0x1c9)][_0x3d37e7(0x1c3)](_0x3d37e7(0x1bc),_0x3d37e7(0x178),_0x3d37e7(0x1ae),(_0x5e4f97,_0x5af908)=>{const _0x187282=_0x3d37e7;_0x2db136[_0x187282(0x1c9)][_0x187282(0x1a6)](_0x187282(0x1bc),'',_0x187282(0x1c7))(_0x5e4f97,{'commandName':_0x5af908[_0x187282(0x1bb)],'commandParams':_0x5af908[_0x187282(0x1d1)]});}),_0x2db136[_0x3d37e7(0x1c9)][_0x3d37e7(0x1c3)](_0x3d37e7(0x1bc),_0x3d37e7(0x178),_0x3d37e7(0x1cd),function(_0x372567,_0x2b9fc5){if(_0x181854(_0x372567,_0x2b9fc5))return[_0x372567,_0x2b9fc5];if(_0x181854(_0x2b9fc5,_0x372567))return[_0x2b9fc5,_0x372567];return null;});const _0x24b4c8=[{'type':_0x3d37e7(0x1bc),'subType':_0x3d37e7(0x178)},{'type':_0x3d37e7(0x19d),'subType':_0x3d37e7(0x1c0)},{'type':_0x3d37e7(0x1bc),'subType':_0x3d37e7(0x17b)},{'type':_0x3d37e7(0x19d),'subType':_0x3d37e7(0x17b)}];function _0x181854(_0x5ba125,_0x57317f){const _0x3e75f0=_0x3d37e7,_0x2e5b80=_0x24b4c8[_0x3e75f0(0x1ad)](({type:_0x5e45d0,subType:_0x83c042})=>_0x5ba125[_0x3e75f0(0x195)]==_0x5e45d0&&_0x5ba125[_0x3e75f0(0x17e)]==_0x83c042),_0x298ae4=_0x24b4c8[_0x3e75f0(0x1ad)](({type:_0x4f21d6,subType:_0x5064ea})=>_0x57317f[_0x3e75f0(0x195)]==_0x4f21d6&&_0x57317f[_0x3e75f0(0x17e)]==_0x5064ea);if(_0x2e5b80<0x0||_0x298ae4<0x0)return!0x1;const _0x29ca5e=_0x5ba125[_0x3e75f0(0x1aa)](),_0x2dc7bf=_0x57317f[_0x3e75f0(0x1aa)]();if((0x0==_0x2e5b80||0x1==_0x2e5b80)&&0x2==_0x298ae4&&_0x29ca5e[_0x3e75f0(0x1d0)](_0x2dc7bf))return!0x0;if(0x2==_0x2e5b80&&0x3==_0x298ae4){const _0x5ebb71=_0x2db136[_0x3e75f0(0x1b4)](_0x29ca5e,_0x3e75f0(0x19d))[_0x3e75f0(0x1b1)](({suggestion:_0xf3a35f,meta:_0x393f4f})=>_0x393f4f[_0x3e75f0(0x183)]&&_0x3e75f0(0x17b)==_0xf3a35f[_0x3e75f0(0x17e)]);if(_0x5ebb71[_0x3e75f0(0x18f)]>0x1&&_0x2dc7bf[_0x3e75f0(0x1a8)][_0x3e75f0(0x1b5)](_0x29ca5e[_0x3e75f0(0x1a5)]))return!0x0;if(0x1==_0x5ebb71[_0x3e75f0(0x18f)]&&(_0x29ca5e[_0x3e75f0(0x1a5)][_0x3e75f0(0x1b5)](_0x2dc7bf[_0x3e75f0(0x1a8)])||_0x29ca5e[_0x3e75f0(0x1a8)][_0x3e75f0(0x1b5)](_0x2dc7bf[_0x3e75f0(0x1a5)])))return!0x0;}if(0x3==_0x2e5b80&&0x3==_0x298ae4&&_0x29ca5e[_0x3e75f0(0x1a5)][_0x3e75f0(0x1cb)](_0x2dc7bf[_0x3e75f0(0x1a5)])){const _0x52323c=_0x29ca5e[_0x3e75f0(0x1a8)][_0x3e75f0(0x187)],_0x2ef5f9=_0x2dc7bf[_0x3e75f0(0x1a5)][_0x3e75f0(0x180)];return _0x9acc69[_0x3e75f0(0x19c)](_0x52323c)&&_0x52323c===_0x2ef5f9;}return!0x1;}_0x4d5347[_0x3d37e7(0x198)][_0x3d37e7(0x196)][_0x3d37e7(0x1a7)](()=>{const _0x4f1197=_0x3d37e7;let _0x58ad48=!0x1;const _0x1f6fe4=Array[_0x4f1197(0x190)](_0x4d5347[_0x4f1197(0x198)][_0x4f1197(0x196)][_0x4f1197(0x1be)][_0x4f1197(0x194)]());for(const {name:_0x33d933,data:_0x279804}of _0x1f6fe4){const {group:_0x3823ea,type:_0x4dc44c,subType:_0x514059,id:_0x33945d}=_0x2db136[_0x4f1197(0x1d4)](_0x33d933);if(_0x4f1197(0x193)==_0x3823ea&&_0x2db136[_0x4f1197(0x176)](_0x33945d)){if(_0x4f1197(0x1bc)==_0x4dc44c&&(_0x4f1197(0x178)==_0x514059||_0x4f1197(0x1c4)==_0x514059)){const _0x1db595=_0x2db136[_0x4f1197(0x1ce)](_0x33945d);if(_0x279804[_0x4f1197(0x19e)]){const _0x296b8b=_0x1db595[_0x4f1197(0x1aa)]()[_0x4f1197(0x1cf)]();if(_0x9acc69[_0x4f1197(0x19c)](_0x296b8b))continue;_0x2db136[_0x4f1197(0x1ba)](_0x1db595),_0x58ad48=!0x0;}}if(_0x4f1197(0x19d)==_0x4dc44c&&_0x4f1197(0x1c0)==_0x514059&&!_0x279804[_0x4f1197(0x19e)]){const _0x3720c4=_0x2db136[_0x4f1197(0x1ce)](_0x33945d);_0x3720c4[_0x4f1197(0x182)]&&_0x3720c4[_0x4f1197(0x182)][_0x4f1197(0x18e)]&&(_0x2db136[_0x4f1197(0x1ba)](_0x3720c4[_0x4f1197(0x182)]),_0x58ad48=!0x0);}}}return _0x58ad48;}),this[_0x3d37e7(0x17c)](_0x3d6d38);}[_0x2f849d(0x17c)](_0x2a671f){const _0x439aa0=_0x2f849d,_0x662fef=this[_0x439aa0(0x1b7)],_0x292e7b=_0x662fef[_0x439aa0(0x179)];_0x662fef[_0x439aa0(0x17f)][_0x439aa0(0x197)](_0x439aa0(0x1a9))[_0x439aa0(0x1b0)][_0x439aa0(0x1a4)](_0x5e63d6=>{const _0x2d7fb3=_0x439aa0;if(_0x2d7fb3(0x1bc)!=_0x5e63d6[_0x2d7fb3(0x195)]&&_0x2d7fb3(0x188)!=_0x5e63d6[_0x2d7fb3(0x195)])return;const {data:_0x55f2f9}=_0x5e63d6;if(!_0x55f2f9||_0x2d7fb3(0x185)!=_0x55f2f9[_0x2d7fb3(0x1bb)])return;const _0x2aebf4=_0x55f2f9[_0x2d7fb3(0x1d7)][0x0][_0x2d7fb3(0x1c8)];return _0x1a5f7e(_0x2d7fb3(0x177)===_0x2aebf4?_0x5aa708(_0x292e7b,_0x2d7fb3(0x1ac)):_0x2a671f[_0x2aebf4]||_0x2aebf4);function _0x1a5f7e(_0x1d587a){const _0x58c400=_0x2d7fb3;return{'type':_0x58c400(0x1d5),'content':_0x5aa708(_0x292e7b,_0x58c400(0x1c5),_0x1d587a)};}});}}
|
|
23
|
+
function _0x3d04(_0xa2df6e,_0x87b726){const _0x340f48=_0x340f();return _0x3d04=function(_0x3d04e4,_0x19cb5c){_0x3d04e4=_0x3d04e4-0xda;let _0x113365=_0x340f48[_0x3d04e4];return _0x113365;},_0x3d04(_0xa2df6e,_0x87b726);}const _0x19adaa=_0x3d04;(function(_0x2c759e,_0x211772){const _0x48467c=_0x3d04,_0x30e354=_0x2c759e();while(!![]){try{const _0x20a12a=parseInt(_0x48467c(0x100))/0x1*(-parseInt(_0x48467c(0xf9))/0x2)+-parseInt(_0x48467c(0x10e))/0x3+-parseInt(_0x48467c(0x125))/0x4*(parseInt(_0x48467c(0xff))/0x5)+-parseInt(_0x48467c(0x101))/0x6+parseInt(_0x48467c(0xdd))/0x7*(-parseInt(_0x48467c(0x11a))/0x8)+parseInt(_0x48467c(0x12d))/0x9+parseInt(_0x48467c(0x106))/0xa;if(_0x20a12a===_0x211772)break;else _0x30e354['push'](_0x30e354['shift']());}catch(_0x52d27e){_0x30e354['push'](_0x30e354['shift']());}}}(_0x340f,0x7a20c));import{Plugin as _0x149c08}from'ckeditor5/src/core.js';import{uid as _0x5ee6fb}from'ckeditor5/src/utils.js';import{getTranslation as _0x43fc46}from'../utils/common-translations.js';function _0x340f(){const _0x2161f5=['locale','end','getSuggestion','imageStyle','_splitMarkerName','getSuggestions','setImageNaturalSizeAttributes','title','getSuggestionCallback','imageStylePreApply','ImageUtils','filter','imageTypeInline','accept','nodeAfter','commandReversedParams','Users','toLowerCase','599170wBQKcy','has','model','FORMAT_SIDE_IMAGE','differ','isInlineImage','51045MAPdYy','1UvXDTc','4382616KsFUhx','formatInline','getFirstRange','isEqual','registerCustomCallback','14559310iKUPMJ','from','document','editor','shouldConvertImageType','formatBlock','discardSuggestion','format','209301PwjSQP','imageStylePostApply','refresh','getClosestSelectedImageElement','ImageStyleEditing','next','change','markInlineFormat','markBlockFormat','commandName','imageTypeBlock','enableCommand','8YkPsVG','isInContent','insertion','forEach','findIndex','createRangeOn','descriptionFactory','normalizedStyles','start','commandParams','plugins','168JCAZcd','selection','registerDescriptionCallback','registerPostFixer','discard','isIntersecting','chain','value','7366122TonRAs','_findSuggestions','head','afterInit','suggestion','hasSuggestion','getContainedElement','side','length','getChangedMarkers','commands','isOwn','*Format:*\x20%0','newRange','name','author','nodeBefore','type','get','1719109qJnYgw','convertInlineImageToBlock','join','isBlockImage','TrackChangesEditing','_registerLegacyDescription','imageCaption','subType','_suggestionFactory','isBefore'];_0x340f=function(){return _0x2161f5;};return _0x340f();}export default class nt extends _0x149c08{[_0x19adaa(0x130)](){const _0x5ce1e5=_0x19adaa,_0x3d2052=this[_0x5ce1e5(0x109)];if(!_0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xfa)](_0x5ce1e5(0x112)))return;const _0x39a2ed=_0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xdc)](_0x5ce1e5(0xe1)),_0x10fd98=_0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xdc)](_0x5ce1e5(0xf1)),_0x2a81e8={};_0x39a2ed[_0x5ce1e5(0x119)](_0x5ce1e5(0xea),(_0x41da2c,_0x20ded5)=>{const _0x293e98=_0x5ce1e5,_0x2a99e3=_0x3d2052[_0x293e98(0x124)][_0x293e98(0xdc)](_0x293e98(0xf7))['me'],_0x41e138=_0x3d2052[_0x293e98(0x137)][_0x293e98(0xdc)](_0x293e98(0xea));let _0x4013e3=_0x10fd98[_0x293e98(0x111)](_0x3d2052[_0x293e98(0xfb)][_0x293e98(0x108)][_0x293e98(0x126)]),_0x2b78c9=_0x3d2052[_0x293e98(0xfb)][_0x293e98(0x11f)](_0x4013e3),_0x2a8ee3=_0x41e138[_0x293e98(0x12c)];if(_0x2a8ee3==_0x20ded5[_0x293e98(0x12c)])return;const _0x10e657={'commandName':_0x293e98(0xea),'commandParams':[_0x20ded5],'formatGroupId':_0x5ee6fb()};_0x3d2052[_0x293e98(0xfb)][_0x293e98(0x114)](()=>{const _0xfb9f32=_0x293e98;if(_0x39a2ed[_0xfb9f32(0xec)]()[_0xfb9f32(0xf2)](_0x2ab1bd=>_0x2ab1bd[_0xfb9f32(0x11b)]&&_0x2a99e3==_0x2ab1bd[_0xfb9f32(0x13c)]&&(_0xfb9f32(0x10b)==_0x2ab1bd[_0xfb9f32(0xdb)]||_0xfb9f32(0x102)==_0x2ab1bd[_0xfb9f32(0xdb)])&&(_0xfb9f32(0xf0)==_0x2ab1bd[_0xfb9f32(0xe4)]||_0xfb9f32(0x10f)==_0x2ab1bd[_0xfb9f32(0xe4)])&&_0x2ab1bd[_0xfb9f32(0x103)]()[_0xfb9f32(0x104)](_0x2b78c9))[_0xfb9f32(0x11d)](_0x35bf74=>_0x39a2ed[_0xfb9f32(0x10c)](_0x35bf74[_0xfb9f32(0x12f)])),_0x4013e3=_0x10fd98[_0xfb9f32(0x111)](_0x3d2052[_0xfb9f32(0xfb)][_0xfb9f32(0x108)][_0xfb9f32(0x126)]),_0x2b78c9=_0x3d2052[_0xfb9f32(0xfb)][_0xfb9f32(0x11f)](_0x4013e3),_0x41e138[_0xfb9f32(0x110)](),_0x3d2052[_0xfb9f32(0x137)][_0xfb9f32(0xdc)](_0xfb9f32(0xf3))[_0xfb9f32(0x110)](),_0x3d2052[_0xfb9f32(0x137)][_0xfb9f32(0xdc)](_0xfb9f32(0x118))[_0xfb9f32(0x110)](),_0x2a8ee3=_0x41e138[_0xfb9f32(0x12c)],_0x2a8ee3!=_0x20ded5[_0xfb9f32(0x12c)])return _0x10fd98[_0xfb9f32(0xfe)](_0x4013e3)&&_0x41e138[_0xfb9f32(0x10a)](_0x20ded5[_0xfb9f32(0x12c)],_0x4013e3)?(_0x41da2c({..._0x20ded5,'setImageSizes':!0x1}),_0x4013e3=_0x10fd98[_0xfb9f32(0x111)](_0x3d2052[_0xfb9f32(0xfb)][_0xfb9f32(0x108)][_0xfb9f32(0x126)]),void _0x39a2ed[_0xfb9f32(0x116)](_0x4013e3,{..._0x10e657,'commandReversedParams':[{'value':_0x2a8ee3||null,'setImageSizes':!0x1}]},[],_0xfb9f32(0xf0))):void(_0x10fd98[_0xfb9f32(0xe0)](_0x4013e3)?_0x39a2ed[_0xfb9f32(0x116)](_0x4013e3,_0x10e657,[],_0xfb9f32(0x10f)):_0x39a2ed[_0xfb9f32(0x115)](_0x2b78c9,_0x10e657,_0xfb9f32(0x10f)));});});for(const _0x328457 of _0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xdc)](_0x5ce1e5(0x112))[_0x5ce1e5(0x121)])_0x2a81e8[_0x328457[_0x5ce1e5(0x13b)]]=_0x328457[_0x5ce1e5(0xee)][_0x5ce1e5(0xf8)]();_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0xdf),()=>!0x1),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0x10f),_0x5ce1e5(0xdf),()=>!0x1),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x102),_0x5ce1e5(0x10f),_0x5ce1e5(0xdf),()=>!0x1),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0xf4),([_0xfddb8a])=>{const _0x1bf350=_0x5ce1e5;_0x10fd98[_0x1bf350(0xed)](_0xfddb8a[_0x1bf350(0x133)]());}),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0x129),(_0x3c6c8d,_0x1e66eb)=>{const _0x36b2d6=_0x5ce1e5;_0x39a2ed[_0x36b2d6(0xe5)][_0x36b2d6(0xef)](_0x36b2d6(0x10b),'',_0x36b2d6(0xf4))(_0x3c6c8d,{'commandName':_0x1e66eb[_0x36b2d6(0x117)],'commandParams':_0x1e66eb[_0x36b2d6(0xf6)]});}),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0x12b),function(_0x207a83,_0x3c8bbc){if(_0x1ca5c5(_0x207a83,_0x3c8bbc))return[_0x207a83,_0x3c8bbc];if(_0x1ca5c5(_0x3c8bbc,_0x207a83))return[_0x3c8bbc,_0x207a83];return null;});const _0x48e796=[{'type':_0x5ce1e5(0x10b),'subType':_0x5ce1e5(0xf0)},{'type':_0x5ce1e5(0x11c),'subType':_0x5ce1e5(0xe3)},{'type':_0x5ce1e5(0x10b),'subType':_0x5ce1e5(0xde)},{'type':_0x5ce1e5(0x11c),'subType':_0x5ce1e5(0xde)}];function _0x1ca5c5(_0x434d25,_0xca185b){const _0x40ac3f=_0x5ce1e5,_0x417d71=_0x48e796[_0x40ac3f(0x11e)](({type:_0x505e70,subType:_0x275afc})=>_0x434d25[_0x40ac3f(0xdb)]==_0x505e70&&_0x434d25[_0x40ac3f(0xe4)]==_0x275afc),_0x414fe1=_0x48e796[_0x40ac3f(0x11e)](({type:_0x5babee,subType:_0x4619af})=>_0xca185b[_0x40ac3f(0xdb)]==_0x5babee&&_0xca185b[_0x40ac3f(0xe4)]==_0x4619af);if(_0x417d71<0x0||_0x414fe1<0x0)return!0x1;const _0x5e2b77=_0x434d25[_0x40ac3f(0x103)](),_0x52e15d=_0xca185b[_0x40ac3f(0x103)]();if((0x0==_0x417d71||0x1==_0x417d71)&&0x2==_0x414fe1&&_0x5e2b77[_0x40ac3f(0x12a)](_0x52e15d))return!0x0;if(0x2==_0x417d71&&0x3==_0x414fe1){const _0x38ac5d=_0x39a2ed[_0x40ac3f(0x12e)](_0x5e2b77,_0x40ac3f(0x11c))[_0x40ac3f(0xf2)](({suggestion:_0x4c28f5,meta:_0x2e3b8d})=>_0x2e3b8d[_0x40ac3f(0x138)]&&_0x40ac3f(0xde)==_0x4c28f5[_0x40ac3f(0xe4)]);if(_0x38ac5d[_0x40ac3f(0x135)]>0x1&&_0x52e15d[_0x40ac3f(0xe8)][_0x40ac3f(0x104)](_0x5e2b77[_0x40ac3f(0x122)]))return!0x0;if(0x1==_0x38ac5d[_0x40ac3f(0x135)]&&(_0x5e2b77[_0x40ac3f(0x122)][_0x40ac3f(0x104)](_0x52e15d[_0x40ac3f(0xe8)])||_0x5e2b77[_0x40ac3f(0xe8)][_0x40ac3f(0x104)](_0x52e15d[_0x40ac3f(0x122)])))return!0x0;}if(0x3==_0x417d71&&0x3==_0x414fe1&&_0x5e2b77[_0x40ac3f(0x122)][_0x40ac3f(0xe6)](_0x52e15d[_0x40ac3f(0x122)])){const _0x5a5f41=_0x5e2b77[_0x40ac3f(0xe8)][_0x40ac3f(0xf5)],_0x1fed2c=_0x52e15d[_0x40ac3f(0x122)][_0x40ac3f(0xda)];return _0x10fd98[_0x40ac3f(0xe0)](_0x5a5f41)&&_0x5a5f41===_0x1fed2c;}return!0x1;}_0x3d2052[_0x5ce1e5(0xfb)][_0x5ce1e5(0x108)][_0x5ce1e5(0x128)](()=>{const _0x230b60=_0x5ce1e5;let _0x1ad5be=!0x1;const _0x36121c=Array[_0x230b60(0x107)](_0x3d2052[_0x230b60(0xfb)][_0x230b60(0x108)][_0x230b60(0xfd)][_0x230b60(0x136)]());for(const {name:_0x531580,data:_0x4819e4}of _0x36121c){const {group:_0x3612bd,type:_0x3e2235,subType:_0x4f358b,id:_0x164bb3}=_0x39a2ed[_0x230b60(0xeb)](_0x531580);if(_0x230b60(0x131)==_0x3612bd&&_0x39a2ed[_0x230b60(0x132)](_0x164bb3)){if(_0x230b60(0x10b)==_0x3e2235&&(_0x230b60(0xf0)==_0x4f358b||_0x230b60(0x10f)==_0x4f358b)){const _0x1447ca=_0x39a2ed[_0x230b60(0xe9)](_0x164bb3);if(_0x4819e4[_0x230b60(0x13a)]){const _0x57627c=_0x1447ca[_0x230b60(0x103)]()[_0x230b60(0x133)]();if(_0x10fd98[_0x230b60(0xe0)](_0x57627c))continue;_0x39a2ed[_0x230b60(0x10c)](_0x1447ca),_0x1ad5be=!0x0;}}if(_0x230b60(0x11c)==_0x3e2235&&_0x230b60(0xe3)==_0x4f358b&&!_0x4819e4[_0x230b60(0x13a)]){const _0x3f1d3e=_0x39a2ed[_0x230b60(0xe9)](_0x164bb3);_0x3f1d3e[_0x230b60(0x113)]&&_0x3f1d3e[_0x230b60(0x113)][_0x230b60(0x11b)]&&(_0x39a2ed[_0x230b60(0x10c)](_0x3f1d3e[_0x230b60(0x113)]),_0x1ad5be=!0x0);}}}return _0x1ad5be;}),this[_0x5ce1e5(0xe2)](_0x2a81e8);}[_0x19adaa(0xe2)](_0x4a98f1){const _0x35d2f6=_0x19adaa,_0x3429bd=this[_0x35d2f6(0x109)],_0x1ccbc1=_0x3429bd[_0x35d2f6(0xe7)];_0x3429bd[_0x35d2f6(0x124)][_0x35d2f6(0xdc)](_0x35d2f6(0xe1))[_0x35d2f6(0x120)][_0x35d2f6(0x127)](_0x96f870=>{const _0x47003b=_0x35d2f6;if(_0x47003b(0x10b)!=_0x96f870[_0x47003b(0xdb)]&&_0x47003b(0x102)!=_0x96f870[_0x47003b(0xdb)])return;const {data:_0x2f5213}=_0x96f870;if(!_0x2f5213||_0x47003b(0xea)!=_0x2f5213[_0x47003b(0x117)])return;const _0x47c7d4=_0x2f5213[_0x47003b(0x123)][0x0][_0x47003b(0x12c)];return _0x32907c(_0x47003b(0x134)===_0x47c7d4?_0x43fc46(_0x1ccbc1,_0x47003b(0xfc)):_0x4a98f1[_0x47c7d4]||_0x47c7d4);function _0x32907c(_0x2c8f75){const _0x30dd13=_0x47003b;return{'type':_0x30dd13(0x10d),'content':_0x43fc46(_0x1ccbc1,_0x30dd13(0x139),_0x2c8f75)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5149(){const _0x4e4129=['4948MSNVpP','4136zBuJRL','_setSuggestionData','trackChanges','enableCommand','execute','importWord','2UqIALE','track_changes','450rxTHgy','_handleImportedData','value','lowest','plugins','forEach','editor','1399311DMeMlq','_trackChangesExecuted','commands','get','737678jyTeNs','6450042TkQxbq','Users','12670730pxudkk','4505EKsWmA','114848OvrBkW','163104mlFjZw','dataInsert','afterInit','collaboration_features','TrackChangesEditing','high','_trackChangesValueDuringImport','7usIdnf','bind','listenTo'];_0x5149=function(){return _0x4e4129;};return _0x5149();}const _0xece46d=_0x28ff;function _0x28ff(_0x10e6a2,_0x4e56ac){const _0x51491e=_0x5149();return _0x28ff=function(_0x28ff73,_0xe2a639){_0x28ff73=_0x28ff73-0x1bd;let _0x50d292=_0x51491e[_0x28ff73];return _0x50d292;},_0x28ff(_0x10e6a2,_0x4e56ac);}(function(_0x31e649,_0x11b396){const _0x453e9d=_0x28ff,_0x606922=_0x31e649();while(!![]){try{const _0x424fa2=-parseInt(_0x453e9d(0x1c4))/0x1*(parseInt(_0x453e9d(0x1d1))/0x2)+parseInt(_0x453e9d(0x1cd))/0x3+-parseInt(_0x453e9d(0x1bd))/0x4*(parseInt(_0x453e9d(0x1d5))/0x5)+parseInt(_0x453e9d(0x1d2))/0x6*(-parseInt(_0x453e9d(0x1de))/0x7)+parseInt(_0x453e9d(0x1d6))/0x8*(-parseInt(_0x453e9d(0x1c6))/0x9)+-parseInt(_0x453e9d(0x1d4))/0xa+parseInt(_0x453e9d(0x1be))/0xb*(parseInt(_0x453e9d(0x1d7))/0xc);if(_0x424fa2===_0x11b396)break;else _0x606922['push'](_0x606922['shift']());}catch(_0x1df25e){_0x606922['push'](_0x606922['shift']());}}}(_0x5149,0xa2566));import{Plugin as _0xfa6690}from'ckeditor5/src/core.js';export default class ot extends _0xfa6690{constructor(_0x1067f6){const _0x143016=_0x28ff;super(_0x1067f6),this[_0x143016(0x1dd)]=!0x1,this[_0x143016(0x1ce)]=!0x1;}[_0xece46d(0x1d9)](){const _0x164573=_0xece46d,_0x3e56a3=this[_0x164573(0x1cc)],_0x391d95=_0x3e56a3[_0x164573(0x1cf)][_0x164573(0x1d0)](_0x164573(0x1c3)),_0x180527=_0x3e56a3[_0x164573(0x1cf)][_0x164573(0x1d0)](_0x164573(0x1c0));_0x391d95&&(_0x391d95['on'](_0x164573(0x1c2),(_0x2cc536,[,_0x30e635])=>{const _0x276fcf=_0x164573;this[_0x276fcf(0x1dd)]=_0x180527[_0x276fcf(0x1c8)],_0x30e635[_0x276fcf(0x1da)][_0x276fcf(0x1c5)]=!this[_0x276fcf(0x1dd)];},{'priority':_0x164573(0x1dc)}),this[_0x164573(0x1e0)](_0x391d95,_0x164573(0x1d8),this[_0x164573(0x1c7)][_0x164573(0x1df)](this)),this[_0x164573(0x1e0)](_0x391d95,_0x164573(0x1d8),()=>{const _0x1df305=_0x164573;this[_0x1df305(0x1ce)]&&(_0x180527[_0x1df305(0x1c2)](),this[_0x1df305(0x1ce)]=!0x1);},{'priority':_0x164573(0x1c9)}),_0x3e56a3[_0x164573(0x1ca)][_0x164573(0x1d0)](_0x164573(0x1db))[_0x164573(0x1c1)](_0x164573(0x1c3)));}[_0xece46d(0x1c7)](_0xf98102,_0x369b47){const _0x43a3ba=_0xece46d,{suggestions:_0x1b51a9}=_0x369b47,_0x306a2a=this[_0x43a3ba(0x1cc)][_0x43a3ba(0x1cf)][_0x43a3ba(0x1d0)](_0x43a3ba(0x1c0)),_0x76fe83=_0x306a2a[_0x43a3ba(0x1c8)];this[_0x43a3ba(0x1dd)]!==_0x76fe83&&(_0x306a2a[_0x43a3ba(0x1c2)](),this[_0x43a3ba(0x1ce)]=!0x0),_0x1b51a9&&_0x1b51a9[_0x43a3ba(0x1cb)](({id:_0x39a09f,type:_0x24d7a3,author:_0x28b97b,created_at:_0x4a1745})=>{const _0x266acc=_0x43a3ba,_0x16cfea={'id':_0x39a09f,'type':_0x24d7a3,'authorId':this[_0x266acc(0x1cc)][_0x266acc(0x1ca)][_0x266acc(0x1d0)](_0x266acc(0x1d3))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x28b97b,'createdAt':_0x4a1745?new Date(_0x4a1745):new Date(),'source':_0x266acc(0x1c3)}}};this[_0x266acc(0x1cc)][_0x266acc(0x1ca)][_0x266acc(0x1d0)](_0x266acc(0x1db))[_0x266acc(0x1bf)](_0x16cfea);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x332e6a=_0x2679;function _0x2679(_0x17e0ab,_0x422741){const _0x1604cd=_0x1604();return _0x2679=function(_0x26792b,_0x47ea1d){_0x26792b=_0x26792b-0x1e6;let _0x2e3dac=_0x1604cd[_0x26792b];return _0x2e3dac;},_0x2679(_0x17e0ab,_0x422741);}(function(_0x5b6743,_0x5b19f5){const _0x5e60b1=_0x2679,_0x35cee5=_0x5b6743();while(!![]){try{const _0x3d0171=parseInt(_0x5e60b1(0x20b))/0x1*(parseInt(_0x5e60b1(0x1e8))/0x2)+parseInt(_0x5e60b1(0x1f0))/0x3*(-parseInt(_0x5e60b1(0x1f8))/0x4)+parseInt(_0x5e60b1(0x1f6))/0x5+-parseInt(_0x5e60b1(0x1e6))/0x6*(parseInt(_0x5e60b1(0x1f9))/0x7)+parseInt(_0x5e60b1(0x200))/0x8+-parseInt(_0x5e60b1(0x1f7))/0x9+parseInt(_0x5e60b1(0x1ff))/0xa*(-parseInt(_0x5e60b1(0x1ea))/0xb);if(_0x3d0171===_0x5b19f5)break;else _0x35cee5['push'](_0x35cee5['shift']());}catch(_0x92c2a2){_0x35cee5['push'](_0x35cee5['shift']());}}}(_0x1604,0x8c1d4));import{Plugin as _0x16b3fc}from'ckeditor5/src/core.js';import{getTranslation as _0x3cc931}from'../utils/common-translations.js';export default class rt extends _0x16b3fc{[_0x332e6a(0x204)](){const _0x2b61b7=_0x332e6a,_0x533c8f=this[_0x2b61b7(0x208)],_0x1a2bda=_0x533c8f[_0x2b61b7(0x1f1)][_0x2b61b7(0x207)](_0x2b61b7(0x1ee));if(_0x533c8f[_0x2b61b7(0x1f1)][_0x2b61b7(0x1fe)](_0x2b61b7(0x1e9))&&(_0x1a2bda[_0x2b61b7(0x203)](_0x2b61b7(0x1fc)),_0x1a2bda[_0x2b61b7(0x203)](_0x2b61b7(0x20d))),_0x533c8f[_0x2b61b7(0x1f1)][_0x2b61b7(0x1fe)](_0x2b61b7(0x20a))){for(const _0xb81ad6 of[_0x2b61b7(0x202),_0x2b61b7(0x1fd)])_0x1a2bda[_0x2b61b7(0x1ed)](_0xb81ad6);}const _0x2c11b6=_0x533c8f[_0x2b61b7(0x206)];_0x1a2bda[_0x2b61b7(0x1fb)](_0x2b61b7(0x1f4)),_0x1a2bda[_0x2b61b7(0x20c)][_0x2b61b7(0x1ef)](_0x2b61b7(0x1f4),_0x3cc931(_0x2c11b6,_0x2b61b7(0x1f5))),this[_0x2b61b7(0x1fa)]();}[_0x332e6a(0x1fa)](){const _0xab0a86=_0x332e6a,_0x3eb602=this[_0xab0a86(0x208)],_0x4bdb43=_0x3eb602[_0xab0a86(0x206)],_0x4e90e3=_0x3eb602[_0xab0a86(0x1f1)][_0xab0a86(0x207)](_0xab0a86(0x1ee));_0x4e90e3[_0xab0a86(0x20c)][_0xab0a86(0x205)](_0x5159c9=>{const _0x4d1eca=_0xab0a86;if(_0x4d1eca(0x1e7)!=_0x5159c9[_0x4d1eca(0x201)])return;const {data:_0xc98ba4}=_0x5159c9;if(!_0xc98ba4)return;if(_0x4d1eca(0x202)!=_0xc98ba4[_0x4d1eca(0x1f2)]&&_0x4d1eca(0x1fd)!=_0xc98ba4[_0x4d1eca(0x1f2)])return;const _0x3ed0c7=_0x5159c9[_0x4d1eca(0x20e)]()[0x0],_0x45b5ff=_0x4e90e3[_0x4d1eca(0x20c)][_0x4d1eca(0x1f3)](_0x3ed0c7);return _0x4d1eca(0x202)==_0xc98ba4[_0x4d1eca(0x1f2)]?{'type':_0x4d1eca(0x209),'content':_0x3cc931(_0x4bdb43,_0x4d1eca(0x1eb),_0x45b5ff)}:_0x4d1eca(0x1fd)==_0xc98ba4[_0x4d1eca(0x1f2)]?{'type':_0x4d1eca(0x209),'content':_0x3cc931(_0x4bdb43,_0x4d1eca(0x1ec),_0x45b5ff)}:void 0x0;});}}function _0x1604(){const _0x251bb1=['2lgEuzm','IndentEditing','11DPKfpV','*Indent:*\x20%0','*Outdent:*\x20%0','enableDefaultAttributesIntegration','TrackChangesEditing','registerAttributeLabel','10869HhQnCv','plugins','commandName','getItemLabel','blockIndent','FORMAT_INDENT','3779055eFpDCf','1524600BpqzRZ','508RCvTQe','11109zeNpJH','_registerLegacyDescription','registerBlockAttribute','indent','outdentBlock','has','11047770HAqUvR','6795448pdvAcK','type','indentBlock','enableCommand','afterInit','registerDescriptionCallback','locale','get','editor','format','IndentBlock','1142563JVORsq','descriptionFactory','outdent','getItems','1662gGMrUy','formatBlock'];_0x1604=function(){return _0x251bb1;};return _0x1604();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
var _0x50137e=_0x19fd;(function(_0x367e67,_0x2a2fe0){var _0x199a98=_0x19fd,_0x4b2578=_0x367e67();while(!![]){try{var _0x2f87d3=parseInt(_0x199a98(0x117))/0x1+parseInt(_0x199a98(0x10a))/0x2*(parseInt(_0x199a98(0x110))/0x3)+parseInt(_0x199a98(0x116))/0x4*(parseInt(_0x199a98(0x119))/0x5)+-parseInt(_0x199a98(0x10d))/0x6*(parseInt(_0x199a98(0x111))/0x7)+parseInt(_0x199a98(0x112))/0x8*(-parseInt(_0x199a98(0x106))/0x9)+-parseInt(_0x199a98(0x109))/0xa+-parseInt(_0x199a98(0x115))/0xb*(-parseInt(_0x199a98(0x10b))/0xc);if(_0x2f87d3===_0x2a2fe0)break;else _0x4b2578['push'](_0x4b2578['shift']());}catch(_0x4239e5){_0x4b2578['push'](_0x4b2578['shift']());}}}(_0x4df9,0xde933));function _0x4df9(){var _0x30e0cf=['5JMKyMb','18OLbCAl','enableCommand','editor','11195940FsbRKn','4NQgmfV','204iowIXn','get','30oOoUpF','plugins','requires','361893CqosEZ','543515tQKCxw','1428848uTfNfq','TrackChangesEditing','init','1366255AUtSIR','1614704oCvmRX','20275hUtKFF','input'];_0x4df9=function(){return _0x30e0cf;};return _0x4df9();}function _0x19fd(_0x2a2bc5,_0x3c6c76){var _0x4df91f=_0x4df9();return _0x19fd=function(_0x19fd77,_0x5433c4){_0x19fd77=_0x19fd77-0x106;var _0x42fe8a=_0x4df91f[_0x19fd77];return _0x42fe8a;},_0x19fd(_0x2a2bc5,_0x3c6c76);}import{Plugin as _0x5b3b9d}from'ckeditor5/src/core.js';import{Input as _0x581f76}from'ckeditor5/src/typing.js';export default class at extends _0x5b3b9d{static get[_0x50137e(0x10f)](){return[_0x581f76];}[_0x50137e(0x114)](){var _0x50e4d7=_0x50137e;this[_0x50e4d7(0x108)][_0x50e4d7(0x10e)][_0x50e4d7(0x10c)](_0x50e4d7(0x113))[_0x50e4d7(0x107)](_0x50e4d7(0x118));}}
|