@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240605.0 → 0.0.0-nightly-20240606.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +1 -1
- package/src/suggestion.js +2 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x7bf133=_0x3813;function _0x3813(_0x471a61,_0x53c54a){const _0x1dbf6c=_0x1dbf();return _0x3813=function(_0x381375,_0x589e22){_0x381375=_0x381375-0xb2;let _0x13a809=_0x1dbf6c[_0x381375];return _0x13a809;},_0x3813(_0x471a61,_0x53c54a);}function _0x1dbf(){const _0x385d98=['FindAndReplaceEditing','afterInit','7248465eZEFJq','editor','_isInDeletionRange','string','start','30764480jYmvuw','8048802Tierrs','find','FindAndReplaceUtils','getIntersection','has','handleFindCommand','replaceAll','5YaIOiy','get','findNext','TrackChangesEditing','end','item','getRange','9899QDXkml','model','createRange','filter','plugins','createPositionAt','enableCommand','findByTextCallback','suggestion:deletion','findPrevious','markers','11624eqkfCt','10099233pAvRtR','replace','5930768ToqOwy','bind','46xjKUpO','666eLPhKh','getMarkersGroup'];_0x1dbf=function(){return _0x385d98;};return _0x1dbf();}(function(_0x14aee4,_0x5d42ec){const _0x2424f5=_0x3813,_0x56ce4b=_0x14aee4();while(!![]){try{const _0x4a2710=-parseInt(_0x2424f5(0xb5))/0x1*(parseInt(_0x2424f5(0xc5))/0x2)+-parseInt(_0x2424f5(0xc6))/0x3*(-parseInt(_0x2424f5(0xc0))/0x4)+parseInt(_0x2424f5(0xd7))/0x5*(-parseInt(_0x2424f5(0xd0))/0x6)+-parseInt(_0x2424f5(0xca))/0x7+parseInt(_0x2424f5(0xc3))/0x8+-parseInt(_0x2424f5(0xc1))/0x9+parseInt(_0x2424f5(0xcf))/0xa;if(_0x4a2710===_0x5d42ec)break;else _0x56ce4b['push'](_0x56ce4b['shift']());}catch(_0x45543a){_0x56ce4b['push'](_0x56ce4b['shift']());}}}(_0x1dbf,0xb3b96));import{Plugin as _0x5a74bd}from'ckeditor5/src/core.js';export default class J extends _0x5a74bd{[_0x7bf133(0xc9)](){const _0x2d6821=_0x7bf133;if(!this[_0x2d6821(0xcb)][_0x2d6821(0xb9)][_0x2d6821(0xd4)](_0x2d6821(0xc8)))return;const _0x25ab32=this[_0x2d6821(0xcb)][_0x2d6821(0xb9)][_0x2d6821(0xd8)](_0x2d6821(0xda));_0x25ab32[_0x2d6821(0xbb)](_0x2d6821(0xd1),this[_0x2d6821(0xd5)][_0x2d6821(0xc4)](this)),_0x25ab32[_0x2d6821(0xbb)](_0x2d6821(0xd9)),_0x25ab32[_0x2d6821(0xbb)](_0x2d6821(0xbe)),_0x25ab32[_0x2d6821(0xbb)](_0x2d6821(0xc2)),_0x25ab32[_0x2d6821(0xbb)](_0x2d6821(0xd6));}[_0x7bf133(0xd5)](_0x213c1e,_0x552d16,_0x8a4871={}){const _0x497b64=_0x7bf133,_0x3cd06b=this[_0x497b64(0xcb)][_0x497b64(0xb9)][_0x497b64(0xd8)](_0x497b64(0xd2));return _0x213c1e(_0x34d41e=>(_0x497b64(0xcd)==typeof _0x552d16?_0x3cd06b[_0x497b64(0xbc)](_0x552d16,_0x8a4871):_0x552d16)(_0x34d41e)[_0x497b64(0xb8)](_0x5ecb23=>!0x1===this[_0x497b64(0xcc)](_0x5ecb23,_0x34d41e[_0x497b64(0xb3)])),_0x8a4871);}[_0x7bf133(0xcc)](_0x4f02f9,_0x15199e){const _0xea9e07=_0x7bf133,_0x3f071b=this[_0xea9e07(0xcb)][_0xea9e07(0xb6)][_0xea9e07(0xb7)](this[_0xea9e07(0xcb)][_0xea9e07(0xb6)][_0xea9e07(0xba)](_0x15199e,_0x4f02f9[_0xea9e07(0xce)]),this[_0xea9e07(0xcb)][_0xea9e07(0xb6)][_0xea9e07(0xba)](_0x15199e,_0x4f02f9[_0xea9e07(0xb2)]));for(const _0x36cfa3 of this[_0xea9e07(0xcb)][_0xea9e07(0xb6)][_0xea9e07(0xbf)][_0xea9e07(0xc7)](_0xea9e07(0xbd)))if(null!==_0x3f071b[_0xea9e07(0xd3)](_0x36cfa3[_0xea9e07(0xb4)]()))return!0x0;return!0x1;}}
|
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x197440=_0x589f;(function(_0x3a0a,_0x4283e3){const _0x419270=_0x589f,_0x46d7be=_0x3a0a();while(!![]){try{const _0xe3dfbe=-parseInt(_0x419270(0xce))/0x1+-parseInt(_0x419270(0xe4))/0x2*(-parseInt(_0x419270(0xcf))/0x3)+-parseInt(_0x419270(0xcd))/0x4+-parseInt(_0x419270(0xf1))/0x5+-parseInt(_0x419270(0xf9))/0x6*(-parseInt(_0x419270(0xdb))/0x7)+parseInt(_0x419270(0xe8))/0x8*(parseInt(_0x419270(0xf5))/0x9)+parseInt(_0x419270(0xc6))/0xa;if(_0xe3dfbe===_0x4283e3)break;else _0x46d7be['push'](_0x46d7be['shift']());}catch(_0x3c7f4c){_0x46d7be['push'](_0x46d7be['shift']());}}}(_0x5be1,0x5a2fe));import{Plugin as _0x476c5a}from'ckeditor5/src/core.js';function _0x5be1(){const _0x58f1cf=['FORMAT_FONT_COLOR','config','*Set\x20font\x20size:*\x20%0','label','FontColorEditing','*Set\x20font\x20background\x20color:*\x20%0','1113690kvINHG','_registerLegacyDescription','fontSize.options','descriptionFactory','117UUAuPd','fontColor.colors','*Set\x20font\x20family:*\x20%0','editor','109290xhsqHq','format','trim','*Set\x20font\x20color:*\x20%0','registerInlineAttribute','model','fontColor','commandName','get','locale','5550960IPruwF','FORMAT_FONT_FAMILY','commandParams','registerDescriptionCallback','TrackChangesEditing','enableDefaultAttributesIntegration','*Reset\x20font\x20family*','737712cSAfOv','167030sQkrqU','30999sIZIbP','FORMAT_FONT_SIZE','FontBackgroundColorEditing','title','has','FontSize','normalizeSizeOptions','fontBackgroundColor','toLowerCase','value','FORMAT_FONT_BACKGROUND','fontBackgroundColor.colors','56WoQsUi','plugins','*Reset\x20font\x20color*','type','find','registerAttributeLabel','*Reset\x20font\x20size*','FontSizeEditing','afterInit','2IdzLqV','*Reset\x20font\x20background\x20color*','formatInline','fontSize','143048lrAiYY','fontFamily','FontFamilyEditing'];_0x5be1=function(){return _0x58f1cf;};return _0x5be1();}import{normalizeColorOptions as _0x823ae6}from'ckeditor5/src/ui.js';import{getTranslation as _0x15a6f1}from'../utils/common-translations.js';function _0x589f(_0x5ca82e,_0x332fee){const _0x5be1bc=_0x5be1();return _0x589f=function(_0x589f7f,_0x123199){_0x589f7f=_0x589f7f-0xc2;let _0x29c47e=_0x5be1bc[_0x589f7f];return _0x29c47e;},_0x589f(_0x5ca82e,_0x332fee);}const ro=[{'pluginName':_0x197440(0xe2),'commandName':_0x197440(0xe7)},{'pluginName':_0x197440(0xea),'commandName':_0x197440(0xe9)},{'pluginName':_0x197440(0xef),'commandName':_0x197440(0xc2)},{'pluginName':_0x197440(0xd1),'commandName':_0x197440(0xd6)}];export default class Q extends _0x476c5a{[_0x197440(0xe3)](){const _0x2236d3=_0x197440,_0x342154=this[_0x2236d3(0xf8)][_0x2236d3(0xc5)],_0x35740c=this[_0x2236d3(0xf8)][_0x2236d3(0xdc)][_0x2236d3(0xc4)](_0x2236d3(0xca));for(const {pluginName:_0x5f1b9a,commandName:_0x2ffcf6}of ro)this[_0x2236d3(0xf8)][_0x2236d3(0xdc)][_0x2236d3(0xd3)](_0x5f1b9a)&&(_0x35740c[_0x2236d3(0xcb)](_0x2ffcf6),_0x35740c[_0x2236d3(0xfd)](_0x2ffcf6));_0x342154['t'],(_0x35740c[_0x2236d3(0xf4)][_0x2236d3(0xe0)](_0x2236d3(0xe7),_0x15a6f1(_0x342154,_0x2236d3(0xd0))),_0x35740c[_0x2236d3(0xf4)][_0x2236d3(0xe0)](_0x2236d3(0xe9),_0x15a6f1(_0x342154,_0x2236d3(0xc7))),_0x35740c[_0x2236d3(0xf4)][_0x2236d3(0xe0)](_0x2236d3(0xc2),_0x15a6f1(_0x342154,_0x2236d3(0xeb))),_0x35740c[_0x2236d3(0xf4)][_0x2236d3(0xe0)](_0x2236d3(0xd6),_0x15a6f1(_0x342154,_0x2236d3(0xd9))),this[_0x2236d3(0xf2)]());}[_0x197440(0xf2)](){const _0x20b64a=_0x197440,_0x2f2c79=this[_0x20b64a(0xf8)],_0x54b7df=_0x2f2c79[_0x20b64a(0xc5)];_0x2f2c79[_0x20b64a(0xdc)][_0x20b64a(0xc4)](_0x20b64a(0xca))[_0x20b64a(0xf4)][_0x20b64a(0xc9)](_0x2a7d7d=>{const _0x1fc6bd=_0x20b64a,_0x406894=_0x54b7df['t'];if(_0x1fc6bd(0xe6)!=_0x2a7d7d[_0x1fc6bd(0xde)])return;const {data:_0x2cae7f}=_0x2a7d7d;if(null!=_0x2cae7f){if(_0x1fc6bd(0xe7)==_0x2cae7f[_0x1fc6bd(0xc3)]){const _0x1f9aed=_0x2cae7f[_0x1fc6bd(0xc8)][0x0][_0x1fc6bd(0xd8)];if(_0x1f9aed){const _0x10afcf=_0x406894(this[_0x1fc6bd(0xf8)][_0x1fc6bd(0xdc)][_0x1fc6bd(0xc4)](_0x1fc6bd(0xd4))[_0x1fc6bd(0xd5)](this[_0x1fc6bd(0xf8)][_0x1fc6bd(0xec)][_0x1fc6bd(0xc4)](_0x1fc6bd(0xf3)))[_0x1fc6bd(0xdf)](_0x41039a=>_0x41039a[_0x1fc6bd(0xfe)]==_0x1f9aed)[_0x1fc6bd(0xd2)])[_0x1fc6bd(0xd7)]();return{'type':_0x1fc6bd(0xfa),'content':_0x15a6f1(_0x54b7df,_0x1fc6bd(0xed),_0x10afcf)};}return{'type':_0x1fc6bd(0xfa),'content':_0x15a6f1(_0x54b7df,_0x1fc6bd(0xe1))};}if(_0x1fc6bd(0xe9)==_0x2cae7f[_0x1fc6bd(0xc3)]){const _0x22dd91=_0x2cae7f[_0x1fc6bd(0xc8)][0x0][_0x1fc6bd(0xd8)];return _0x22dd91?{'type':_0x1fc6bd(0xfa),'content':_0x15a6f1(_0x54b7df,_0x1fc6bd(0xf7),_0x22dd91)}:{'type':_0x1fc6bd(0xfa),'content':_0x15a6f1(_0x54b7df,_0x1fc6bd(0xcc))};}if(_0x1fc6bd(0xc2)==_0x2cae7f[_0x1fc6bd(0xc3)]){const _0x1ccb68=_0x2cae7f[_0x1fc6bd(0xc8)][0x0][_0x1fc6bd(0xd8)];if(_0x1ccb68){const _0x260495=_0x823ae6(this[_0x1fc6bd(0xf8)][_0x1fc6bd(0xec)][_0x1fc6bd(0xc4)](_0x1fc6bd(0xf6)))[_0x1fc6bd(0xdf)](_0x3223a6=>_0x3223a6[_0x1fc6bd(0xfe)]==_0x1ccb68);let _0x108e05=_0x1ccb68,_0x54240e='';return _0x260495&&(_0x108e05=_0x260495[_0x1fc6bd(0xee)],_0x54240e=_0x406894(_0x108e05)[_0x1fc6bd(0xd7)]()),{'type':_0x1fc6bd(0xfa),'content':_0x15a6f1(_0x54b7df,_0x1fc6bd(0xfc),_0x54240e)[_0x1fc6bd(0xfb)](),'color':{'value':_0x1ccb68,'title':_0x54240e||_0x108e05}};}return{'type':_0x1fc6bd(0xfa),'content':_0x15a6f1(_0x54b7df,_0x1fc6bd(0xdd))};}if(_0x1fc6bd(0xd6)==_0x2cae7f[_0x1fc6bd(0xc3)]){const _0x4045c9=_0x2cae7f[_0x1fc6bd(0xc8)][0x0][_0x1fc6bd(0xd8)];if(_0x4045c9){const _0x4fc275=_0x823ae6(this[_0x1fc6bd(0xf8)][_0x1fc6bd(0xec)][_0x1fc6bd(0xc4)](_0x1fc6bd(0xda)))[_0x1fc6bd(0xdf)](_0x2ce43d=>_0x2ce43d[_0x1fc6bd(0xfe)]==_0x4045c9);let _0x528375=_0x4045c9,_0x4117d8='';return _0x4fc275&&(_0x528375=_0x4fc275[_0x1fc6bd(0xee)],_0x4117d8=_0x406894(_0x528375)[_0x1fc6bd(0xd7)]()),{'type':_0x1fc6bd(0xfa),'content':_0x15a6f1(_0x54b7df,_0x1fc6bd(0xf0),_0x4117d8)[_0x1fc6bd(0xfb)](),'color':{'value':_0x4045c9,'title':_0x4117d8||_0x528375}};}return{'type':_0x1fc6bd(0xfa),'content':_0x15a6f1(_0x54b7df,_0x1fc6bd(0xe5))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4265c6=_0x15ae;(function(_0x42e7f2,_0x521888){const _0x257e40=_0x15ae,_0x15b329=_0x42e7f2();while(!![]){try{const _0x4388b8=-parseInt(_0x257e40(0x1a0))/0x1+-parseInt(_0x257e40(0x1c6))/0x2+-parseInt(_0x257e40(0x1b2))/0x3*(parseInt(_0x257e40(0x199))/0x4)+parseInt(_0x257e40(0x19d))/0x5*(-parseInt(_0x257e40(0x1b8))/0x6)+parseInt(_0x257e40(0x1a4))/0x7*(parseInt(_0x257e40(0x1bf))/0x8)+-parseInt(_0x257e40(0x1a3))/0x9*(-parseInt(_0x257e40(0x1c4))/0xa)+parseInt(_0x257e40(0x196))/0xb;if(_0x4388b8===_0x521888)break;else _0x15b329['push'](_0x15b329['shift']());}catch(_0x2dfa68){_0x15b329['push'](_0x15b329['shift']());}}}(_0x5d74,0x31225));import{Plugin as _0x5b66bb}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x21db6b}from'ckeditor5/src/ui.js';import{getTranslation as _0x436598}from'../utils/common-translations.js';function _0x5d74(){const _0x2f0902=['fontColor','editor','1578312DLVzoN','7HfoGUj','model','slice','normalizeSizeOptions','TrackChangesEditing','fontSize','length','formatBlock','split','*Remove\x20all\x20formatting*','FontSize','format','pasteFormat','type','199263LnFgys','push','boolean','find','enableDefaultAttributesIntegration','plugins','174Bxxqzk','registerDescriptionCallback','enableCommand','label','commands','entries','commandName','2309464rVUWlD','afterInit','charAt','fontColor.colors','get','10sPrCLf','descriptionFactory','244612nxYWUi','title','toLowerCase','commandParams','join','toUpperCase','copyFormat','6527037dNxfcK','_registerLegacyDescription','*Set\x20format\x20to:*\x20%0','12KxxUlK','fontBackgroundColor','fontSize.options','locale','63295LVCMns','formatInline','config','167485sYlDeb'];_0x5d74=function(){return _0x2f0902;};return _0x5d74();}export default class X extends _0x5b66bb{[_0x4265c6(0x1c0)](){const _0x50a07c=_0x4265c6,_0x1e80b0=this[_0x50a07c(0x1a2)],_0xc565bf=_0x1e80b0[_0x50a07c(0x1b7)][_0x50a07c(0x1c3)](_0x50a07c(0x1a8)),_0x2f1954=_0x1e80b0[_0x50a07c(0x1bc)][_0x50a07c(0x1c3)](_0x50a07c(0x195)),_0x46f536=_0x1e80b0[_0x50a07c(0x1bc)][_0x50a07c(0x1c3)](_0x50a07c(0x1b0));_0x2f1954&&_0x46f536&&(_0xc565bf[_0x50a07c(0x1b6)](_0x50a07c(0x1b0)),_0xc565bf[_0x50a07c(0x1ba)](_0x50a07c(0x195)),this[_0x50a07c(0x197)]());}[_0x4265c6(0x197)](){const _0x553130=_0x4265c6,_0x23ddf3=this[_0x553130(0x1a2)],_0x2b4bb3=_0x23ddf3[_0x553130(0x19c)];_0x23ddf3[_0x553130(0x1b7)][_0x553130(0x1c3)](_0x553130(0x1a8))[_0x553130(0x1c5)][_0x553130(0x1b9)](_0x3b2c42=>{const _0x5f3ebf=_0x553130;if(_0x5f3ebf(0x1ab)!=_0x3b2c42[_0x5f3ebf(0x1b1)]&&_0x5f3ebf(0x19e)!=_0x3b2c42[_0x5f3ebf(0x1b1)])return;const {data:_0x4c3425}=_0x3b2c42;if(_0x4c3425&&_0x5f3ebf(0x1b0)===_0x4c3425[_0x5f3ebf(0x1be)]){const _0x1c4be3=[],_0x4aa6a7=_0x4c3425[_0x5f3ebf(0x192)][0x0];for(const [_0x41e434,_0x45fcbe]of Object[_0x5f3ebf(0x1bd)](_0x4aa6a7))_0x1c4be3[_0x5f3ebf(0x1b3)](so(_0x23ddf3,_0x41e434,_0x45fcbe));return _0x1c4be3[_0x5f3ebf(0x1aa)]?{'type':_0x5f3ebf(0x1af),'content':_0x436598(_0x2b4bb3,_0x5f3ebf(0x198),_0x1c4be3[_0x5f3ebf(0x193)](',\x20'))}:{'type':_0x5f3ebf(0x1af),'content':_0x436598(_0x2b4bb3,_0x5f3ebf(0x1ad))};}});}}function _0x15ae(_0x10c6ca,_0x4b9843){const _0x5d74f6=_0x5d74();return _0x15ae=function(_0x15ae4b,_0x50d5d3){_0x15ae4b=_0x15ae4b-0x190;let _0x11d48b=_0x5d74f6[_0x15ae4b];return _0x11d48b;},_0x15ae(_0x10c6ca,_0x4b9843);}function so(_0x4f0b4f,_0x431add,_0x471c04){const _0x15772f=_0x4265c6,_0x501992=_0x4f0b4f[_0x15772f(0x19c)]['t'],_0x3de2a1=_0x431add[_0x15772f(0x1ac)](/(?=[A-Z])/)[_0x15772f(0x193)]('\x20'),_0x18597b=_0x501992(_0x3de2a1[_0x15772f(0x1c1)](0x0)[_0x15772f(0x194)]()+_0x3de2a1[_0x15772f(0x1a6)](0x1))[_0x15772f(0x191)]();if(_0x15772f(0x1b4)==typeof _0x471c04)return _0x18597b;if(_0x15772f(0x1a1)===_0x431add||_0x15772f(0x19a)===_0x431add){const _0x16702a=_0x21db6b(_0x4f0b4f[_0x15772f(0x19f)][_0x15772f(0x1c3)](_0x15772f(0x1c2)))[_0x15772f(0x1b5)](_0x230110=>_0x230110[_0x15772f(0x1a5)]==_0x471c04);return _0x18597b+'\x20('+(_0x16702a?_0x501992(_0x16702a[_0x15772f(0x1bb)])[_0x15772f(0x191)]():_0x471c04)+')';}if(_0x15772f(0x1a9)===_0x431add&&isNaN(parseFloat(_0x471c04))){const _0x451440=_0x4f0b4f[_0x15772f(0x1b7)][_0x15772f(0x1c3)](_0x15772f(0x1ae))[_0x15772f(0x1a7)](_0x4f0b4f[_0x15772f(0x19f)][_0x15772f(0x1c3)](_0x15772f(0x19b)))[_0x15772f(0x1b5)](_0x4fdc66=>_0x4fdc66[_0x15772f(0x1a5)]==_0x471c04);return _0x18597b+'\x20('+(_0x451440?_0x501992(_0x451440[_0x15772f(0x190)])[_0x15772f(0x191)]():_0x471c04)+')';}return _0x18597b+'\x20('+_0x471c04+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x47ce2a=_0x3713;function _0x43b4(){const _0x2229c7=['heading.options','heading','7642152pKcRrZ','descriptionFactory','registerDescriptionCallback','get','4407774TqHFbD','_headingOptions','formatBlock','179332QapDlM','registerElementLabel','type','_registerLegacyDescription','1954863WaFhQh','1595eALQAE','*Change\x20to:*\x20%0','locale','format','has','5493795iEAcJI','ELEMENT_HEADING_CUSTOM','title','2WiRqzF','match','paragraph','value','editor','config','commandParams','150620PeNzzi','name','plugins','view','find','TrackChangesEditing','8nNJMFE','99xNULbf','commandName','afterInit','_getHeadingLevel','HeadingEditing','ELEMENT_HEADING','model','enableDefaultAttributesIntegration','376050CxbNWW'];_0x43b4=function(){return _0x2229c7;};return _0x43b4();}(function(_0x4f1e9d,_0x20c9ab){const _0x564cf8=_0x3713,_0x3236c1=_0x4f1e9d();while(!![]){try{const _0x571ef5=-parseInt(_0x564cf8(0x185))/0x1*(parseInt(_0x564cf8(0x165))/0x2)+parseInt(_0x564cf8(0x173))/0x3*(-parseInt(_0x564cf8(0x16c))/0x4)+-parseInt(_0x564cf8(0x162))/0x5+-parseInt(_0x564cf8(0x17e))/0x6+parseInt(_0x564cf8(0x182))/0x7*(-parseInt(_0x564cf8(0x172))/0x8)+-parseInt(_0x564cf8(0x189))/0x9+parseInt(_0x564cf8(0x17b))/0xa*(parseInt(_0x564cf8(0x18a))/0xb);if(_0x571ef5===_0x20c9ab)break;else _0x3236c1['push'](_0x3236c1['shift']());}catch(_0x420e60){_0x3236c1['push'](_0x3236c1['shift']());}}}(_0x43b4,0xc61ae));import{Plugin as _0x1aad25}from'ckeditor5/src/core.js';function _0x3713(_0x13cb5e,_0x33ac24){const _0x43b4fa=_0x43b4();return _0x3713=function(_0x371381,_0x4bad36){_0x371381=_0x371381-0x162;let _0x5d0de1=_0x43b4fa[_0x371381];return _0x5d0de1;},_0x3713(_0x13cb5e,_0x33ac24);}import{getTranslation as _0x33a1c0}from'../utils/common-translations.js';export default class Y extends _0x1aad25{[_0x47ce2a(0x175)](){const _0x3fcf32=_0x47ce2a,_0x35c5fd=this[_0x3fcf32(0x169)];if(!_0x35c5fd[_0x3fcf32(0x16e)][_0x3fcf32(0x18e)](_0x3fcf32(0x177)))return;this[_0x3fcf32(0x183)]=_0x35c5fd[_0x3fcf32(0x16a)][_0x3fcf32(0x181)](_0x3fcf32(0x17c));const _0x4f72ce=_0x35c5fd[_0x3fcf32(0x18c)],_0x5b6518=_0x35c5fd[_0x3fcf32(0x16e)][_0x3fcf32(0x181)](_0x3fcf32(0x171));_0x5b6518[_0x3fcf32(0x17a)](_0x3fcf32(0x17d));for(const _0x132adc of this[_0x3fcf32(0x183)])_0x3fcf32(0x167)!=_0x132adc[_0x3fcf32(0x179)]&&_0x5b6518[_0x3fcf32(0x17f)][_0x3fcf32(0x186)](_0x132adc[_0x3fcf32(0x179)],_0x35efe7=>{const _0x83439a=_0x3fcf32,_0x776868=this[_0x83439a(0x176)](_0x132adc[_0x83439a(0x179)]);return null!==_0x776868?_0x189c4b(_0x35efe7,_0x776868):_0x2969b5(_0x35efe7,_0x132adc[_0x83439a(0x164)]);});function _0x189c4b(_0xb5c59a,_0x3696d3){const _0x962e57=_0x3fcf32;return _0x33a1c0(_0x4f72ce,_0x962e57(0x178),[_0xb5c59a,_0x3696d3]);}function _0x2969b5(_0x4c6241,_0x32e7f6){const _0x135551=_0x3fcf32;return _0x33a1c0(_0x4f72ce,_0x135551(0x163),[_0x4c6241,_0x32e7f6]);}this[_0x3fcf32(0x188)]();}[_0x47ce2a(0x188)](){const _0x392440=_0x47ce2a,_0x2b26e5=this[_0x392440(0x169)],_0x253919=_0x2b26e5[_0x392440(0x18c)];function _0x5cb985(_0x2d7671,_0x1a3224){const _0x54f85e=_0x392440;return _0x33a1c0(_0x253919,_0x54f85e(0x163),[_0x2d7671,_0x1a3224]);}_0x2b26e5[_0x392440(0x16e)][_0x392440(0x181)](_0x392440(0x171))[_0x392440(0x17f)][_0x392440(0x180)](_0x381da1=>{const _0x426d80=_0x392440;if(_0x426d80(0x184)!=_0x381da1[_0x426d80(0x187)])return;const {data:_0x31633a}=_0x381da1;if(_0x31633a&&_0x426d80(0x17d)==_0x31633a[_0x426d80(0x174)]){const _0x5999fd=_0x31633a[_0x426d80(0x16b)][0x0][_0x426d80(0x168)],_0x21b21e=this[_0x426d80(0x176)](_0x5999fd);if(null!==_0x21b21e)return{'type':_0x426d80(0x18d),'content':_0x33a1c0(_0x253919,_0x426d80(0x18b),(_0x2841bc=0x1,_0x5c43ac=_0x21b21e,_0x33a1c0(_0x253919,_0x426d80(0x178),[_0x2841bc,_0x5c43ac])))};const _0x14f839=this[_0x426d80(0x183)][_0x426d80(0x170)](_0x2a7907=>_0x2a7907[_0x426d80(0x179)]===_0x5999fd)[_0x426d80(0x164)];return{'type':_0x426d80(0x18d),'content':_0x33a1c0(_0x253919,_0x426d80(0x18b),_0x5cb985(0x1,_0x14f839))};}var _0x2841bc,_0x5c43ac;});}[_0x47ce2a(0x176)](_0xefeec2){const _0x57a2fc=_0x47ce2a;var _0x4ec33b,_0x5926f8;const _0xadfc9a=_0xefeec2[_0x57a2fc(0x166)](/^heading(\d+)/);if(_0xadfc9a)return _0xadfc9a[0x1];const _0x54541b=null===(_0x4ec33b=this[_0x57a2fc(0x183)])||void 0x0===_0x4ec33b?void 0x0:_0x4ec33b[_0x57a2fc(0x170)](_0x4b470b=>_0x4b470b[_0x57a2fc(0x179)]==_0xefeec2);if(_0x54541b&&_0x54541b[_0x57a2fc(0x16f)]){const _0x78479a=_0x54541b[_0x57a2fc(0x16f)],_0x5b654e=(null!==(_0x5926f8=_0x78479a[_0x57a2fc(0x16d)])&&void 0x0!==_0x5926f8?_0x5926f8:_0x78479a)[_0x57a2fc(0x166)](/^h(\d+)/);if(_0x5b654e)return _0x5b654e[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x202139=_0x1c2b;(function(_0x43c9ac,_0xd667ed){const _0x3b702b=_0x1c2b,_0x2339b5=_0x43c9ac();while(!![]){try{const _0x52ab8f=parseInt(_0x3b702b(0x1c8))/0x1+-parseInt(_0x3b702b(0x1ba))/0x2*(parseInt(_0x3b702b(0x1c5))/0x3)+parseInt(_0x3b702b(0x1c9))/0x4*(parseInt(_0x3b702b(0x1bb))/0x5)+parseInt(_0x3b702b(0x1cc))/0x6*(-parseInt(_0x3b702b(0x1a6))/0x7)+-parseInt(_0x3b702b(0x1c4))/0x8*(-parseInt(_0x3b702b(0x1be))/0x9)+-parseInt(_0x3b702b(0x1b3))/0xa*(-parseInt(_0x3b702b(0x1bf))/0xb)+parseInt(_0x3b702b(0x1cb))/0xc*(-parseInt(_0x3b702b(0x1a9))/0xd);if(_0x52ab8f===_0xd667ed)break;else _0x2339b5['push'](_0x2339b5['shift']());}catch(_0x3ca5a8){_0x2339b5['push'](_0x2339b5['shift']());}}}(_0x551a,0x8c1f1));import{Plugin as _0xd4ed2b}from'ckeditor5/src/core.js';import{getTranslation as _0x6bc559}from'../utils/common-translations.js';export default class Z extends _0xd4ed2b{[_0x202139(0x1b4)](){const _0x51dae2=_0x202139,_0x2d39ee=this[_0x51dae2(0x1bd)];if(!_0x2d39ee[_0x51dae2(0x1af)][_0x51dae2(0x1c7)](_0x51dae2(0x1b7)))return;const _0x498607=_0x2d39ee[_0x51dae2(0x1af)][_0x51dae2(0x1cd)](_0x51dae2(0x1a8)),_0x1bb6a1=_0x2d39ee[_0x51dae2(0x1b6)];_0x498607[_0x51dae2(0x1ce)](_0x51dae2(0x1c3)),_0x498607[_0x51dae2(0x1b1)](_0x51dae2(0x1c3)),_0x498607[_0x51dae2(0x1ab)][_0x51dae2(0x1b8)](_0x51dae2(0x1c3),_0x6bc559(_0x1bb6a1,_0x51dae2(0x1ca))),this[_0x51dae2(0x1c1)]();}[_0x202139(0x1c1)](){const _0x411f20=_0x202139,_0xbe8903=this[_0x411f20(0x1bd)],_0x576175=_0xbe8903[_0x411f20(0x1b6)];_0xbe8903[_0x411f20(0x1af)][_0x411f20(0x1cd)](_0x411f20(0x1a8))[_0x411f20(0x1ab)][_0x411f20(0x1a7)](_0x24fddb=>{const _0x5b2e03=_0x411f20;if(_0x5b2e03(0x1b5)!=_0x24fddb[_0x5b2e03(0x1aa)])return;const {data:_0x2e1246}=_0x24fddb;if(_0x2e1246&&_0x5b2e03(0x1c3)==_0x2e1246[_0x5b2e03(0x1a3)]){const _0x1708b1=_0x576175['t'],_0x2aa338=_0x2e1246[_0x5b2e03(0x1c0)][0x0][_0x5b2e03(0x1a4)];if(_0x2aa338){const _0x4ff56f=_0xbe8903[_0x5b2e03(0x1b0)][_0x5b2e03(0x1cd)](_0x5b2e03(0x1b9))[_0x5b2e03(0x1c2)](_0x3057f5=>_0x3057f5[_0x5b2e03(0x1c6)]==_0x2aa338),_0x2d691b=_0x1708b1(_0x4ff56f[_0x5b2e03(0x1b2)])[_0x5b2e03(0x1ac)]();return{'type':_0x5b2e03(0x1a5),'content':_0x6bc559(_0x576175,_0x5b2e03(0x1ae),_0x2d691b),'color':{'value':_0x4ff56f[_0x5b2e03(0x1ad)],'title':_0x4ff56f[_0x5b2e03(0x1b2)]}};}return{'type':_0x5b2e03(0x1a5),'content':_0x6bc559(_0x576175,_0x5b2e03(0x1bc),_0x6bc559(_0x576175,_0x5b2e03(0x1ca)))};}});}}function _0x1c2b(_0x50ce95,_0x1a2f4a){const _0x551afe=_0x551a();return _0x1c2b=function(_0x1c2baf,_0x587de1){_0x1c2baf=_0x1c2baf-0x1a3;let _0x31c3fd=_0x551afe[_0x1c2baf];return _0x31c3fd;},_0x1c2b(_0x50ce95,_0x1a2f4a);}function _0x551a(){const _0x35c021=['registerDescriptionCallback','TrackChangesEditing','403TfGccT','type','descriptionFactory','toLowerCase','color','*Set\x20highlight:*\x20%0','plugins','config','registerInlineAttribute','title','992850RTKNQV','afterInit','formatInline','locale','HighlightEditing','registerAttributeLabel','highlight.options','16294uncAjv','10fRKybA','*Remove\x20highlight*','editor','198QJBorH','22KAQYhY','commandParams','_registerLegacyDescription','find','highlight','320648lnbuuP','348qIzFDL','model','has','946048uhjwXm','653036mFXYfO','FORMAT_HIGHLIGHT','137004sTKwwL','1440006lzpGWA','get','enableDefaultAttributesIntegration','commandName','value','format','14yGEwhH'];_0x551a=function(){return _0x35c021;};return _0x551a();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x2400(){const _0x12bb0a=['TrackChangesEditing','ck-horizontal-line','afterInit','insert','ELEMENT_HORIZONTAL_LINE','HorizontalLineEditing','showSuggestionHighlights','div','dataDowncast','28497753OhrWcN','createContainerElement','has','createPositionAt','locale','441728LYjqEF','elementToStructure','conversion','48CnldQE','634567wgJfDE','editor','105952fJFqHd','7391682UlTOYv','addClass','descriptionFactory','for','registerElementLabel','1139070WWcZjU','7rbcfbk','enableCommand','4485080xYvjVZ','get','horizontalLine','high','plugins','createEmptyElement'];_0x2400=function(){return _0x12bb0a;};return _0x2400();}const _0x423ca5=_0x161a;(function(_0x74fe43,_0x49f788){const _0x1a8ec5=_0x161a,_0x173356=_0x74fe43();while(!![]){try{const _0x24dc13=-parseInt(_0x1a8ec5(0x12f))/0x1+parseInt(_0x1a8ec5(0x12b))/0x2+-parseInt(_0x1a8ec5(0x12e))/0x3*(parseInt(_0x1a8ec5(0x131))/0x4)+parseInt(_0x1a8ec5(0x137))/0x5+-parseInt(_0x1a8ec5(0x132))/0x6*(parseInt(_0x1a8ec5(0x138))/0x7)+-parseInt(_0x1a8ec5(0x13a))/0x8+parseInt(_0x1a8ec5(0x126))/0x9;if(_0x24dc13===_0x49f788)break;else _0x173356['push'](_0x173356['shift']());}catch(_0x3ddc27){_0x173356['push'](_0x173356['shift']());}}}(_0x2400,0xba8ea));function _0x161a(_0x1e8ab4,_0x47fa90){const _0x24002c=_0x2400();return _0x161a=function(_0x161a63,_0xd49adb){_0x161a63=_0x161a63-0x118;let _0x2ffe2e=_0x24002c[_0x161a63];return _0x2ffe2e;},_0x161a(_0x1e8ab4,_0x47fa90);}import{Plugin as _0x382f6c}from'ckeditor5/src/core.js';import{getTranslation as _0x2abb59}from'../utils/common-translations.js';export default class tt extends _0x382f6c{[_0x423ca5(0x11f)](){const _0x19c326=_0x423ca5,_0x53a91f=this[_0x19c326(0x130)];if(!_0x53a91f[_0x19c326(0x11b)][_0x19c326(0x128)](_0x19c326(0x122)))return;_0x53a91f[_0x19c326(0x11b)][_0x19c326(0x118)](_0x19c326(0x11d))[_0x19c326(0x139)](_0x19c326(0x119));const _0x5c1a08=_0x53a91f[_0x19c326(0x11b)][_0x19c326(0x118)](_0x19c326(0x11d)),_0x59bcbb=_0x53a91f[_0x19c326(0x12a)];_0x5c1a08[_0x19c326(0x134)][_0x19c326(0x136)](_0x19c326(0x119),_0xdbf63=>_0x2abb59(_0x59bcbb,_0x19c326(0x121),_0xdbf63)),_0x53a91f[_0x19c326(0x12d)][_0x19c326(0x135)](_0x19c326(0x125))[_0x19c326(0x12c)]({'model':_0x19c326(0x119),'view':(_0x2663e9,{writer:_0x269298,options:_0x242ce4})=>{const _0x379baf=_0x19c326;if(!_0x242ce4[_0x379baf(0x123)])return null;const _0x2756e6=_0x269298[_0x379baf(0x127)](_0x379baf(0x124)),_0x3e4a3d=_0x269298[_0x379baf(0x11c)]('hr');return _0x269298[_0x379baf(0x133)](_0x379baf(0x11e),_0x2756e6),_0x269298[_0x379baf(0x120)](_0x269298[_0x379baf(0x129)](_0x2756e6,0x0),_0x3e4a3d),_0x2756e6;},'converterPriority':_0x19c326(0x11a)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x7a5dd3=_0x2358;function _0x1a12(){const _0x4af758=['start','element','HtmlEmbed','registerElementLabel','13737990mKfuOs','afterInit','has','descriptionFactory','9CubYHz','plugins','getFirstRange','nodeAfter','value','commandName','type','11AXFmMh','formatBlock','29573148fGMPNR','attribute','format','registerBlockAttribute','6417355PcwzFd','11516752BJUqND','htmlEmbed','1YAPlZJ','2635PCxNuo','7206BnpEaT','*Change\x20%0\x20content*','TrackChangesEditing','_registerLegacyDescription','enableDefaultAttributesIntegration','2194062hmdYhn','ELEMENT_HTML_EMBED','key','editor','registerDescriptionCallback','1429234TQupgq','8pOXHPY','rawHtml','get','locale'];_0x1a12=function(){return _0x4af758;};return _0x1a12();}(function(_0xed2d4c,_0x51c370){const _0x1ff700=_0x2358,_0x5a1a7a=_0xed2d4c();while(!![]){try{const _0x117137=-parseInt(_0x1ff700(0xae))/0x1*(parseInt(_0x1ff700(0xba))/0x2)+parseInt(_0x1ff700(0xb5))/0x3*(parseInt(_0x1ff700(0xbb))/0x4)+parseInt(_0x1ff700(0xaf))/0x5*(parseInt(_0x1ff700(0xb0))/0x6)+-parseInt(_0x1ff700(0xab))/0x7+parseInt(_0x1ff700(0xac))/0x8*(parseInt(_0x1ff700(0x9e))/0x9)+-parseInt(_0x1ff700(0x9a))/0xa*(-parseInt(_0x1ff700(0xa5))/0xb)+-parseInt(_0x1ff700(0xa7))/0xc;if(_0x117137===_0x51c370)break;else _0x5a1a7a['push'](_0x5a1a7a['shift']());}catch(_0x5f5ab4){_0x5a1a7a['push'](_0x5a1a7a['shift']());}}}(_0x1a12,0xc68a1));import{Plugin as _0x3cb58b}from'ckeditor5/src/core.js';import{getTranslation as _0x231940}from'../utils/common-translations.js';function _0x2358(_0x1582b1,_0x59739c){const _0x1a120f=_0x1a12();return _0x2358=function(_0x2358ee,_0x4c762b){_0x2358ee=_0x2358ee-0x95;let _0x418085=_0x1a120f[_0x2358ee];return _0x418085;},_0x2358(_0x1582b1,_0x59739c);}export default class et extends _0x3cb58b{[_0x7a5dd3(0x9b)](){const _0x39a0ea=_0x7a5dd3,_0x3cb182=this[_0x39a0ea(0xb8)];if(!_0x3cb182[_0x39a0ea(0x9f)][_0x39a0ea(0x9c)](_0x39a0ea(0x98)))return;const _0x51b28e=_0x3cb182[_0x39a0ea(0x9f)][_0x39a0ea(0xbd)](_0x39a0ea(0xb2)),_0x295ede=_0x3cb182[_0x39a0ea(0x95)];_0x51b28e[_0x39a0ea(0x9d)][_0x39a0ea(0x99)](_0x39a0ea(0xbc),_0x17dcf1=>_0x231940(_0x295ede,_0x39a0ea(0xb6),_0x17dcf1)),_0x51b28e[_0x39a0ea(0xb4)](_0x39a0ea(0xad)),_0x51b28e[_0x39a0ea(0xaa)](_0x39a0ea(0xa2)),_0x51b28e[_0x39a0ea(0x9d)][_0x39a0ea(0xb9)](_0x1532f1=>{const _0x2f2243=_0x39a0ea;if(_0x2f2243(0xa8)!=_0x1532f1[_0x2f2243(0xa4)])return;const {data:_0x3415eb}=_0x1532f1;if(_0x3415eb&&_0x2f2243(0xa2)==_0x3415eb[_0x2f2243(0xb7)]&&_0x1532f1[_0x2f2243(0xa0)]()[_0x2f2243(0x96)][_0x2f2243(0xa1)]['is'](_0x2f2243(0x97),_0x2f2243(0xbc))){const _0x3f2041=_0x231940(_0x295ede,_0x2f2243(0xb6));return{'type':_0x2f2243(0xa9),'content':_0x231940(_0x295ede,_0x2f2243(0xb1),_0x3f2041)};}}),this[_0x39a0ea(0xb3)]();}[_0x7a5dd3(0xb3)](){const _0x11d0af=_0x7a5dd3,_0x17ea46=this[_0x11d0af(0xb8)],_0x45d30a=_0x17ea46[_0x11d0af(0x95)];_0x17ea46[_0x11d0af(0x9f)][_0x11d0af(0xbd)](_0x11d0af(0xb2))[_0x11d0af(0x9d)][_0x11d0af(0xb9)](_0x31887f=>{const _0x2529d3=_0x11d0af;if(_0x2529d3(0xa6)!=_0x31887f[_0x2529d3(0xa4)])return;const {data:_0x23cce3}=_0x31887f;if(_0x23cce3&&_0x2529d3(0xad)==_0x23cce3[_0x2529d3(0xa3)]){const _0x23f906=_0x231940(_0x45d30a,_0x2529d3(0xb6));return{'type':_0x2529d3(0xa9),'content':_0x231940(_0x45d30a,_0x2529d3(0xb1),_0x23f906)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x8e2312=_0x1900;(function(_0x22fe54,_0xdf0cbd){const _0x29bacd=_0x1900,_0x68e5ac=_0x22fe54();while(!![]){try{const _0xb8bde5=parseInt(_0x29bacd(0x108))/0x1*(parseInt(_0x29bacd(0xca))/0x2)+parseInt(_0x29bacd(0xd4))/0x3+-parseInt(_0x29bacd(0x10d))/0x4+parseInt(_0x29bacd(0x111))/0x5*(-parseInt(_0x29bacd(0xfc))/0x6)+-parseInt(_0x29bacd(0xe5))/0x7+-parseInt(_0x29bacd(0xb2))/0x8*(parseInt(_0x29bacd(0xd3))/0x9)+parseInt(_0x29bacd(0xea))/0xa;if(_0xb8bde5===_0xdf0cbd)break;else _0x68e5ac['push'](_0x68e5ac['shift']());}catch(_0x562b0e){_0x68e5ac['push'](_0x68e5ac['shift']());}}}(_0x291e,0x80317));function _0x1900(_0x301d8b,_0x52a795){const _0x291ecd=_0x291e();return _0x1900=function(_0x190098,_0x5e07da){_0x190098=_0x190098-0xa2;let _0x59a73e=_0x291ecd[_0x190098];return _0x59a73e;},_0x1900(_0x301d8b,_0x52a795);}function _0x291e(){const _0x384277=['attribute','imageBlock','resizeImage','editor','TrackChangesEditing','commandParams','afterInit','registerAttributeLabel','getClosestSelectedImageElement','forceDefaultExecution','convertBlockImageToInline','convertInlineImageToBlock','toPrevious','_registerLegacyDescription','nodeBefore','12jaoTbM','formatInline','Block\x20image\x20to\x20inline\x20image','nodeAfter','ELEMENT_IMAGE','type','isCollapsed','resizedWidth','ImageEditing','findIndex','find','imageTextAlternative','1yKuqyy','registerBlockAttribute','*Set\x20image\x20width:*\x20%0','createRange','toggleImageCaption','912744uLGkRa','isOwn','getContainedElement','ImageUtils','540905IqPteH','caption','filter','imageTypeBlock','descriptionFactory','*Reset\x20image\x20width*','newValue','length','ImageUploadEditing','schema','FORMAT_IMAGE_SIZE','change','chain','registerDescriptionCallback','registerCustomCallback','join','getNearestSelectionRange','registerElementLabel','previous','*Set\x20image\x20text\x20alternative:*\x20%0','ImageCaptionUtils','deletion','model','_findSuggestions','toNext','*Remove\x20image\x20text\x20alternative*','200BMgLJL','enableCommand','get','selection','imageTypeInline','imageStylePreApply','commandName','getSuggestionCallback','insertion','width','imageCaption','ImageBlockEditing','addObject','ImageInlineEditing','has','format','ImageCaptionEditing','ELEMENT_INLINE_IMAGE','getCaptionFromImageModelElement','markDeletion','enableDefaultAttributesIntegration','isIntersecting','backward','createRangeOn','1759742DMsPws','removeObject','document','accept','ImageResize','isEqual','end','ImageTextAlternativeEditing','markInsertion','358857OfSbUG','825174UfanQc','forward','isBlockImage','uploadImage','plugins','Inline\x20image\x20to\x20block\x20image','markBlockFormat','alt','discard','key','insertImage','detach','element','locale','fromPosition','_suggestionFactory','start','681814ecSBPO','subType','getFirstRange','imageInline','isBefore','9089250yXYpPH','formatBlock','ELEMENT_CAPTION'];_0x291e=function(){return _0x384277;};return _0x291e();}import{Plugin as _0x12d75b}from'ckeditor5/src/core.js';import{LivePosition as _0x2842e1}from'ckeditor5/src/engine.js';import{getTranslation as _0xcfed0d}from'../utils/common-translations.js';export default class it extends _0x12d75b{[_0x8e2312(0xf3)](){const _0x203587=_0x8e2312,_0x2b9269=this[_0x203587(0xf0)];if(!_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0x104)))return;const _0x545040=_0x2b9269[_0x203587(0xd8)][_0x203587(0xb4)](_0x203587(0xf1)),_0x1f4e00=_0x2b9269[_0x203587(0xd8)][_0x203587(0xb4)](_0x203587(0x110)),_0x15f7f9=_0x2b9269[_0x203587(0xe1)];_0x545040[_0x203587(0xb3)](_0x203587(0xde)),_0x545040[_0x203587(0x115)][_0x203587(0xa9)](_0x203587(0xee),_0x49cefc=>_0xcfed0d(_0x15f7f9,_0x203587(0x100),_0x49cefc)),_0x545040[_0x203587(0x115)][_0x203587(0xa9)](_0x203587(0xe8),_0x1a1a8a=>_0xcfed0d(_0x15f7f9,_0x203587(0xc3),_0x1a1a8a)),_0x545040[_0x203587(0x115)][_0x203587(0xa9)](_0x203587(0x112),()=>_0xcfed0d(_0x15f7f9,_0x203587(0xec))),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0x119))&&_0x545040[_0x203587(0xb3)](_0x203587(0xd7)),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xbd))&&_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xbf))&&(_0x545040[_0x203587(0xb3)](_0x203587(0xb6),(_0x1dfde3,_0x489ba8)=>{const _0x39ddf5=_0x203587,_0x2a0e30=_0x1f4e00[_0x39ddf5(0xf5)](_0x2b9269[_0x39ddf5(0xae)][_0x39ddf5(0xcc)][_0x39ddf5(0xb5)]);_0x2b9269[_0x39ddf5(0xae)][_0x39ddf5(0xa3)](()=>{const _0x5a14e6=_0x39ddf5;_0x545040[_0x5a14e6(0xda)](_0x2a0e30,{'commandName':_0x5a14e6(0xb6),'commandParams':[_0x489ba8]},[],_0x5a14e6(0xf7));});}),_0x545040[_0x203587(0xb3)](_0x203587(0x114),(_0x46d8f9,_0x1b6fe9)=>{const _0x5401b9=_0x203587;_0x2b9269[_0x5401b9(0xae)][_0x5401b9(0xa3)](_0x5c77dd=>{const _0x38d09f=_0x5401b9;let _0x4a0a80=_0x1f4e00[_0x38d09f(0xf5)](_0x2b9269[_0x38d09f(0xae)][_0x38d09f(0xcc)][_0x38d09f(0xb5)]),_0x4e8333=_0x5c77dd[_0x38d09f(0xc9)](_0x4a0a80);const _0x29b287=_0x2842e1[_0x38d09f(0xe2)](_0x4e8333[_0x38d09f(0xe4)],_0x38d09f(0xf9)),_0x7cf88e=_0x2842e1[_0x38d09f(0xe2)](_0x4e8333[_0x38d09f(0xd0)],_0x38d09f(0xb0));_0x545040[_0x38d09f(0xf6)](()=>_0x46d8f9(_0x1b6fe9)),_0x4a0a80=_0x1f4e00[_0x38d09f(0xf5)](_0x2b9269[_0x38d09f(0xae)][_0x38d09f(0xcc)][_0x38d09f(0xb5)]),_0x4e8333=_0x5c77dd[_0x38d09f(0xc9)](_0x4a0a80);const _0x388788=_0x5c77dd[_0x38d09f(0x10b)](_0x29b287,_0x7cf88e);_0x29b287[_0x38d09f(0xdf)](),_0x7cf88e[_0x38d09f(0xdf)](),_0x545040[_0x38d09f(0xda)](_0x4a0a80,{'commandName':_0x38d09f(0xb6),'commandParams':[_0x1b6fe9]},[],_0x38d09f(0xf8)),_0x388788[_0x38d09f(0xe4)][_0x38d09f(0xe9)](_0x4e8333[_0x38d09f(0xe4)])&&_0x545040[_0x38d09f(0xd2)](_0x5c77dd[_0x38d09f(0x10b)](_0x388788[_0x38d09f(0xe4)],_0x4e8333[_0x38d09f(0xe4)]),_0x38d09f(0xf8)),_0x4e8333[_0x38d09f(0xd0)][_0x38d09f(0xe9)](_0x388788[_0x38d09f(0xd0)])&&_0x545040[_0x38d09f(0xd2)](_0x5c77dd[_0x38d09f(0x10b)](_0x4e8333[_0x38d09f(0xd0)],_0x388788[_0x38d09f(0xd0)]),_0x38d09f(0xf8));});}),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xa7),()=>!0x1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xcd),()=>!0x1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xdc),_0x545040[_0x203587(0xe3)][_0x203587(0xb9)](_0x203587(0xeb),'',_0x203587(0xcd))),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xf8),_0x203587(0xa7),()=>!0x1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xf8),_0x203587(0xdc),([_0x9f5b11])=>{const _0xe26bfa=_0x203587,_0x4be216=_0x545040[_0xe26bfa(0xe3)][_0xe26bfa(0xb9)](_0xe26bfa(0xba),'',_0xe26bfa(0xdc));let _0x3f4e10=_0x9f5b11[_0xe26bfa(0xe4)],_0x151a66=_0x9f5b11[_0xe26bfa(0xd0)];const _0x2da18b=_0x2b9269[_0xe26bfa(0xae)][_0xe26bfa(0x11a)][_0xe26bfa(0xa8)](_0x3f4e10,_0xe26bfa(0xc8)),_0xbf79a5=_0x2b9269[_0xe26bfa(0xae)][_0xe26bfa(0x11a)][_0xe26bfa(0xa8)](_0x151a66,_0xe26bfa(0xd5));_0x2da18b[_0xe26bfa(0x102)]&&(_0x3f4e10=_0x2da18b[_0xe26bfa(0xe4)]),_0xbf79a5[_0xe26bfa(0x102)]&&(_0x151a66=_0xbf79a5[_0xe26bfa(0xd0)]),_0x4be216([_0x2b9269[_0xe26bfa(0xae)][_0xe26bfa(0x10b)](_0x3f4e10,_0x151a66)]);}),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xeb),_0x203587(0xf8),_0x203587(0xa4),_0x1cc6c1),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xf8),_0x203587(0xa4),_0x1cc6c1)),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xc2))&&(_0x545040[_0x203587(0xb3)](_0x203587(0x10c),(_0x2d3f25,_0x166817)=>{const _0x49d6a1=_0x203587,_0x5c2aa2=_0x2b9269[_0x49d6a1(0xd8)][_0x49d6a1(0xb4)](_0x49d6a1(0xac));let _0x556c3b=_0x1f4e00[_0x49d6a1(0xf5)](_0x2b9269[_0x49d6a1(0xae)][_0x49d6a1(0xcc)][_0x49d6a1(0xb5)]),_0x5ef500=_0x5c2aa2[_0x49d6a1(0xc4)](_0x556c3b);_0x2b9269[_0x49d6a1(0xae)][_0x49d6a1(0xa3)](()=>{const _0x3988c5=_0x49d6a1;if(_0x5ef500)return void _0x545040[_0x3988c5(0xc5)](_0x2b9269[_0x3988c5(0xae)][_0x3988c5(0xc9)](_0x5ef500));const _0x49c229=_0x1f4e00[_0x3988c5(0xd6)](_0x556c3b);_0x2d3f25(_0x166817),_0x556c3b=_0x1f4e00[_0x3988c5(0xf5)](_0x2b9269[_0x3988c5(0xae)][_0x3988c5(0xcc)][_0x3988c5(0xb5)]),_0x5ef500=_0x5c2aa2[_0x3988c5(0xc4)](_0x556c3b),_0x545040[_0x3988c5(0xd2)](_0x2b9269[_0x3988c5(0xae)][_0x3988c5(0xc9)](_0x5ef500),_0x49c229?null:_0x3988c5(0xbc));});}),_0x545040[_0x203587(0xe3)][_0x203587(0xa6)](_0x203587(0xba),_0x203587(0xbc),_0x203587(0xa4),_0x1cc6c1));const _0x54db31=[{'type':_0x203587(0xeb),'subType':_0x203587(0xb7)},{'type':_0x203587(0xba),'subType':_0x203587(0xbc)},{'type':_0x203587(0xeb),'subType':_0x203587(0xf8)},{'type':_0x203587(0xba),'subType':_0x203587(0xf8)}];function _0x1f7a32(_0x32403a,_0x4bfb9f){const _0x358c93=_0x203587,_0xfad23f=_0x54db31[_0x358c93(0x105)](({type:_0x2fe496,subType:_0x592cb8})=>_0x32403a[_0x358c93(0x101)]==_0x2fe496&&_0x32403a[_0x358c93(0xe6)]==_0x592cb8),_0x38ae54=_0x54db31[_0x358c93(0x105)](({type:_0x47e747,subType:_0x39bf35})=>_0x4bfb9f[_0x358c93(0x101)]==_0x47e747&&_0x4bfb9f[_0x358c93(0xe6)]==_0x39bf35);if(_0xfad23f<0x0||_0x38ae54<0x0)return!0x1;const _0x44fa6b=_0x32403a[_0x358c93(0xe7)](),_0x5e49d3=_0x4bfb9f[_0x358c93(0xe7)]();if((0x0==_0xfad23f||0x1==_0xfad23f)&&0x2==_0x38ae54&&_0x44fa6b[_0x358c93(0xc7)](_0x5e49d3))return!0x0;if(0x2==_0xfad23f&&0x3==_0x38ae54){const _0x2eeaac=_0x545040[_0x358c93(0xaf)](_0x44fa6b,_0x358c93(0xba))[_0x358c93(0x113)](({suggestion:_0x28cd32,meta:_0x16036f})=>_0x16036f[_0x358c93(0x10e)]&&_0x358c93(0xf8)==_0x28cd32[_0x358c93(0xe6)]);if(_0x2eeaac[_0x358c93(0x118)]>0x1&&_0x5e49d3[_0x358c93(0xd0)][_0x358c93(0xcf)](_0x44fa6b[_0x358c93(0xe4)]))return!0x0;if(0x1==_0x2eeaac[_0x358c93(0x118)]&&(_0x44fa6b[_0x358c93(0xe4)][_0x358c93(0xcf)](_0x5e49d3[_0x358c93(0xd0)])||_0x44fa6b[_0x358c93(0xd0)][_0x358c93(0xcf)](_0x5e49d3[_0x358c93(0xe4)])))return!0x0;}if(0x3==_0xfad23f&&0x3==_0x38ae54&&_0x44fa6b[_0x358c93(0xe4)][_0x358c93(0xe9)](_0x5e49d3[_0x358c93(0xe4)])){const _0x10620c=_0x44fa6b[_0x358c93(0xd0)][_0x358c93(0xff)],_0x447875=_0x5e49d3[_0x358c93(0xe4)][_0x358c93(0xfb)];return _0x1f4e00[_0x358c93(0xd6)](_0x10620c)&&_0x10620c===_0x447875;}return!0x1;}function _0x1cc6c1(_0x1051cf,_0x3892cd){return _0x1f7a32(_0x1051cf,_0x3892cd)?[_0x1051cf,_0x3892cd]:_0x1f7a32(_0x3892cd,_0x1051cf)?[_0x3892cd,_0x1051cf]:null;}_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xce))&&(_0x545040[_0x203587(0xc6)](_0x203587(0xef)),_0x545040[_0x203587(0x109)](_0x203587(0x103)),_0x545040[_0x203587(0x115)][_0x203587(0xf4)](_0x203587(0x103),_0xcfed0d(_0x15f7f9,_0x203587(0xa2)))),_0x2b9269[_0x203587(0xd8)][_0x203587(0xc0)](_0x203587(0xd1))&&(_0x545040[_0x203587(0xc6)](_0x203587(0x107)),_0x545040[_0x203587(0x109)](_0x203587(0xdb))),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x3aa9be=>{const _0x2e3988=_0x203587;if(!!_0x54db31[_0x2e3988(0x106)](({type:_0x5605d6,subType:_0x4460c3})=>_0x3aa9be[_0x2e3988(0x101)]==_0x5605d6&&_0x3aa9be[_0x2e3988(0xe6)]==_0x4460c3))return _0x3aa9be[_0x2e3988(0xaa)]?{}:void 0x0;}),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x279511=>{const _0x43c01e=_0x203587;if(_0x43c01e(0xba)==_0x279511[_0x43c01e(0x101)]||_0x43c01e(0xad)==_0x279511[_0x43c01e(0x101)]){const _0x56e0e3=_0x279511[_0x43c01e(0x10f)]();if(_0x56e0e3&&_0x56e0e3['is'](_0x43c01e(0xe0),_0x43c01e(0x112)))return{'type':_0x43c01e(0xba)==_0x279511[_0x43c01e(0x101)]?_0x43c01e(0xbe):_0x43c01e(0xcb),'element':_0x56e0e3,'quantity':0x1};}}),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x3dd435=>_0x203587(0xeb)==_0x3dd435[_0x203587(0x101)]&&_0x203587(0xf8)==_0x3dd435[_0x203587(0xe6)]?{'type':_0x203587(0xc1),'content':_0x203587(0xd9)}:_0x203587(0xeb)==_0x3dd435[_0x203587(0x101)]&&_0x203587(0xf7)==_0x3dd435[_0x203587(0xe6)]?{'type':_0x203587(0xc1),'content':_0x203587(0xfe)}:void 0x0),_0x545040[_0x203587(0x115)][_0x203587(0xa5)](_0x40d7af=>{const _0x270f7f=_0x203587;if(_0x270f7f(0xed)!=_0x40d7af[_0x270f7f(0x101)])return;const {data:_0x501a36}=_0x40d7af;if(!_0x501a36||_0x270f7f(0xdb)!=_0x501a36[_0x270f7f(0xdd)])return;const _0x31e4fa=_0x501a36[_0x270f7f(0x117)];return _0x31e4fa?{'type':_0x270f7f(0xc1),'content':_0xcfed0d(_0x15f7f9,_0x270f7f(0xab),'\x22'+_0x31e4fa+'\x22')}:{'type':_0x270f7f(0xc1),'content':_0xcfed0d(_0x15f7f9,_0x270f7f(0xb1))};}),this[_0x203587(0xfa)]();}[_0x8e2312(0xfa)](){const _0x481d46=_0x8e2312,_0x516e12=this[_0x481d46(0xf0)],_0x423d9a=_0x516e12[_0x481d46(0xe1)];_0x516e12[_0x481d46(0xd8)][_0x481d46(0xb4)](_0x481d46(0xf1))[_0x481d46(0x115)][_0x481d46(0xa5)](_0x1a8e60=>{const _0x29f8f4=_0x481d46;if(_0x29f8f4(0xeb)!=_0x1a8e60[_0x29f8f4(0x101)]&&_0x29f8f4(0xfd)!=_0x1a8e60[_0x29f8f4(0x101)])return;const {data:_0x5196b8}=_0x1a8e60;if(_0x5196b8){if(_0x29f8f4(0x107)==_0x5196b8[_0x29f8f4(0xb8)]){const _0x15f203=_0x5196b8[_0x29f8f4(0xf2)][0x0][_0x29f8f4(0x117)];return _0x15f203?{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0xab),'\x22'+_0x15f203+'\x22')}:{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0xb1))};}if(_0x29f8f4(0xef)==_0x5196b8[_0x29f8f4(0xb8)]){const _0x25ebd3=_0x5196b8[_0x29f8f4(0xf2)][0x0][_0x29f8f4(0xbb)];return _0x25ebd3?{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0x10a),_0x25ebd3)}:{'type':_0x29f8f4(0xc1),'content':_0xcfed0d(_0x423d9a,_0x29f8f4(0x116))};}}});}}
|
|
23
|
+
const _0x5ca1c1=_0x4aeb;function _0x4aeb(_0x30280a,_0x3d1b61){const _0x2f85e2=_0x2f85();return _0x4aeb=function(_0x4aeb59,_0x2d27e9){_0x4aeb59=_0x4aeb59-0x78;let _0x350133=_0x2f85e2[_0x4aeb59];return _0x350133;},_0x4aeb(_0x30280a,_0x3d1b61);}(function(_0x2c6295,_0x117683){const _0x1332c6=_0x4aeb,_0x11a4b0=_0x2c6295();while(!![]){try{const _0x2f755f=parseInt(_0x1332c6(0xe3))/0x1*(parseInt(_0x1332c6(0xc3))/0x2)+parseInt(_0x1332c6(0xad))/0x3+parseInt(_0x1332c6(0x7c))/0x4+parseInt(_0x1332c6(0xb6))/0x5+parseInt(_0x1332c6(0xca))/0x6+-parseInt(_0x1332c6(0x88))/0x7+parseInt(_0x1332c6(0x7d))/0x8*(-parseInt(_0x1332c6(0x81))/0x9);if(_0x2f755f===_0x117683)break;else _0x11a4b0['push'](_0x11a4b0['shift']());}catch(_0xbf840d){_0x11a4b0['push'](_0x11a4b0['shift']());}}}(_0x2f85,0xb001b));import{Plugin as _0x3cded8}from'ckeditor5/src/core.js';import{LivePosition as _0x110909}from'ckeditor5/src/engine.js';function _0x2f85(){const _0x371d6f=['TrackChangesEditing','isCollapsed','isIntersecting','getFirstRange','2863732RzfKEk','13432mttIRQ','plugins','*Reset\x20image\x20width*','isOwn','6786PxnnnY','enableCommand','ImageUploadEditing','ELEMENT_IMAGE','insertImage','getClosestSelectedImageElement','ELEMENT_CAPTION','1815121XUJvtD','insertion','filter','forward','end','Block\x20image\x20to\x20inline\x20image','previous','detach','removeObject','commandParams','registerCustomCallback','ImageInlineEditing','imageTypeBlock','ImageCaptionUtils','caption','ImageCaptionEditing','model','toggleImageCaption','toNext','getNearestSelectionRange','selection','element','afterInit','imageInline','convertInlineImageToBlock','Inline\x20image\x20to\x20block\x20image','isBlockImage','commandName','imageBlock','_registerLegacyDescription','formatBlock','isBefore','isEqual','markDeletion','ImageEditing','imageTextAlternative','discard','2502783AeHgfp','chain','*Set\x20image\x20text\x20alternative:*\x20%0','getContainedElement','registerDescriptionCallback','uploadImage','descriptionFactory','ImageTextAlternativeEditing','registerElementLabel','634850MAAoUA','join','find','length','alt','editor','findIndex','FORMAT_IMAGE_SIZE','ImageUtils','addObject','registerAttributeLabel','resizedWidth','start','234NJgbWT','imageStylePreApply','deletion','nodeBefore','ELEMENT_INLINE_IMAGE','createRangeOn','formatInline','597744PGGKmi','registerBlockAttribute','accept','forceDefaultExecution','*Set\x20image\x20width:*\x20%0','imageCaption','locale','document','_suggestionFactory','attribute','format','newValue','toPrevious','getSuggestionCallback','get','_findSuggestions','nodeAfter','width','schema','convertBlockImageToInline','imageTypeInline','change','resizeImage','ImageBlockEditing','backward','4012ljSvIu','getCaptionFromImageModelElement','createRange','fromPosition','has','ImageResize','key','type','markInsertion','markBlockFormat','enableDefaultAttributesIntegration','*Remove\x20image\x20text\x20alternative*','subType'];_0x2f85=function(){return _0x371d6f;};return _0x2f85();}import{getTranslation as _0x19b061}from'../utils/common-translations.js';export default class it extends _0x3cded8{[_0x5ca1c1(0x9e)](){const _0x14ee57=_0x5ca1c1,_0x4aad9b=this[_0x14ee57(0xbb)];if(!_0x4aad9b[_0x14ee57(0x7e)][_0x14ee57(0xe7)](_0x14ee57(0xaa)))return;const _0x41351b=_0x4aad9b[_0x14ee57(0x7e)][_0x14ee57(0xd8)](_0x14ee57(0x78)),_0x5ae3a1=_0x4aad9b[_0x14ee57(0x7e)][_0x14ee57(0xd8)](_0x14ee57(0xbe)),_0x4ded90=_0x4aad9b[_0x14ee57(0xd0)];_0x41351b[_0x14ee57(0x82)](_0x14ee57(0x85)),_0x41351b[_0x14ee57(0xb3)][_0x14ee57(0xb5)](_0x14ee57(0xa4),_0xeb00a0=>_0x19b061(_0x4ded90,_0x14ee57(0x84),_0xeb00a0)),_0x41351b[_0x14ee57(0xb3)][_0x14ee57(0xb5)](_0x14ee57(0x9f),_0x198c82=>_0x19b061(_0x4ded90,_0x14ee57(0xc7),_0x198c82)),_0x41351b[_0x14ee57(0xb3)][_0x14ee57(0xb5)](_0x14ee57(0x96),()=>_0x19b061(_0x4ded90,_0x14ee57(0x87))),_0x4aad9b[_0x14ee57(0x7e)][_0x14ee57(0xe7)](_0x14ee57(0x83))&&_0x41351b[_0x14ee57(0x82)](_0x14ee57(0xb2)),_0x4aad9b[_0x14ee57(0x7e)][_0x14ee57(0xe7)](_0x14ee57(0xe1))&&_0x4aad9b[_0x14ee57(0x7e)][_0x14ee57(0xe7)](_0x14ee57(0x93))&&(_0x41351b[_0x14ee57(0x82)](_0x14ee57(0xde),(_0x3ea79d,_0x2d32ae)=>{const _0xafe339=_0x14ee57,_0x2a9996=_0x5ae3a1[_0xafe339(0x86)](_0x4aad9b[_0xafe339(0x98)][_0xafe339(0xd1)][_0xafe339(0x9c)]);_0x4aad9b[_0xafe339(0x98)][_0xafe339(0xdf)](()=>{const _0x223be7=_0xafe339;_0x41351b[_0x223be7(0xec)](_0x2a9996,{'commandName':_0x223be7(0xde),'commandParams':[_0x2d32ae]},[],_0x223be7(0xdd));});}),_0x41351b[_0x14ee57(0x82)](_0x14ee57(0x94),(_0x3166ef,_0x3d0331)=>{const _0x5afc89=_0x14ee57;_0x4aad9b[_0x5afc89(0x98)][_0x5afc89(0xdf)](_0x3c28fb=>{const _0x85ad8c=_0x5afc89;let _0x3b406d=_0x5ae3a1[_0x85ad8c(0x86)](_0x4aad9b[_0x85ad8c(0x98)][_0x85ad8c(0xd1)][_0x85ad8c(0x9c)]),_0x1af4f6=_0x3c28fb[_0x85ad8c(0xc8)](_0x3b406d);const _0x5c6516=_0x110909[_0x85ad8c(0xe6)](_0x1af4f6[_0x85ad8c(0xc2)],_0x85ad8c(0xd6)),_0x54d5af=_0x110909[_0x85ad8c(0xe6)](_0x1af4f6[_0x85ad8c(0x8c)],_0x85ad8c(0x9a));_0x41351b[_0x85ad8c(0xcd)](()=>_0x3166ef(_0x3d0331)),_0x3b406d=_0x5ae3a1[_0x85ad8c(0x86)](_0x4aad9b[_0x85ad8c(0x98)][_0x85ad8c(0xd1)][_0x85ad8c(0x9c)]),_0x1af4f6=_0x3c28fb[_0x85ad8c(0xc8)](_0x3b406d);const _0x5bddf2=_0x3c28fb[_0x85ad8c(0xe5)](_0x5c6516,_0x54d5af);_0x5c6516[_0x85ad8c(0x8f)](),_0x54d5af[_0x85ad8c(0x8f)](),_0x41351b[_0x85ad8c(0xec)](_0x3b406d,{'commandName':_0x85ad8c(0xde),'commandParams':[_0x3d0331]},[],_0x85ad8c(0xa0)),_0x5bddf2[_0x85ad8c(0xc2)][_0x85ad8c(0xa7)](_0x1af4f6[_0x85ad8c(0xc2)])&&_0x41351b[_0x85ad8c(0xeb)](_0x3c28fb[_0x85ad8c(0xe5)](_0x5bddf2[_0x85ad8c(0xc2)],_0x1af4f6[_0x85ad8c(0xc2)]),_0x85ad8c(0xa0)),_0x1af4f6[_0x85ad8c(0x8c)][_0x85ad8c(0xa7)](_0x5bddf2[_0x85ad8c(0x8c)])&&_0x41351b[_0x85ad8c(0xeb)](_0x3c28fb[_0x85ad8c(0xe5)](_0x1af4f6[_0x85ad8c(0x8c)],_0x5bddf2[_0x85ad8c(0x8c)]),_0x85ad8c(0xa0));});}),_0x41351b[_0x14ee57(0xd2)][_0x14ee57(0x92)](_0x14ee57(0xa6),_0x14ee57(0xa0),_0x14ee57(0xb7),()=>!0x1),_0x41351b[_0x14ee57(0xd2)][_0x14ee57(0x92)](_0x14ee57(0xa6),_0x14ee57(0xa0),_0x14ee57(0xcc),()=>!0x1),_0x41351b[_0x14ee57(0xd2)][_0x14ee57(0x92)](_0x14ee57(0xa6),_0x14ee57(0xa0),_0x14ee57(0xac),_0x41351b[_0x14ee57(0xd2)][_0x14ee57(0xd7)](_0x14ee57(0xa6),'',_0x14ee57(0xcc))),_0x41351b[_0x14ee57(0xd2)][_0x14ee57(0x92)](_0x14ee57(0x89),_0x14ee57(0xa0),_0x14ee57(0xb7),()=>!0x1),_0x41351b[_0x14ee57(0xd2)][_0x14ee57(0x92)](_0x14ee57(0x89),_0x14ee57(0xa0),_0x14ee57(0xac),([_0x412625])=>{const _0xe911e7=_0x14ee57,_0x45360f=_0x41351b[_0xe911e7(0xd2)][_0xe911e7(0xd7)](_0xe911e7(0x89),'',_0xe911e7(0xac));let _0x2b5282=_0x412625[_0xe911e7(0xc2)],_0x27c06c=_0x412625[_0xe911e7(0x8c)];const _0x2473e2=_0x4aad9b[_0xe911e7(0x98)][_0xe911e7(0xdc)][_0xe911e7(0x9b)](_0x2b5282,_0xe911e7(0xe2)),_0x1939f5=_0x4aad9b[_0xe911e7(0x98)][_0xe911e7(0xdc)][_0xe911e7(0x9b)](_0x27c06c,_0xe911e7(0x8b));_0x2473e2[_0xe911e7(0x79)]&&(_0x2b5282=_0x2473e2[_0xe911e7(0xc2)]),_0x1939f5[_0xe911e7(0x79)]&&(_0x27c06c=_0x1939f5[_0xe911e7(0x8c)]),_0x45360f([_0x4aad9b[_0xe911e7(0x98)][_0xe911e7(0xe5)](_0x2b5282,_0x27c06c)]);}),_0x41351b[_0x14ee57(0xd2)][_0x14ee57(0x92)](_0x14ee57(0xa6),_0x14ee57(0xa0),_0x14ee57(0xae),_0x4674ff),_0x41351b[_0x14ee57(0xd2)][_0x14ee57(0x92)](_0x14ee57(0x89),_0x14ee57(0xa0),_0x14ee57(0xae),_0x4674ff)),_0x4aad9b[_0x14ee57(0x7e)][_0x14ee57(0xe7)](_0x14ee57(0x97))&&(_0x41351b[_0x14ee57(0x82)](_0x14ee57(0x99),(_0x1ed076,_0x113379)=>{const _0x158297=_0x14ee57,_0x21a835=_0x4aad9b[_0x158297(0x7e)][_0x158297(0xd8)](_0x158297(0x95));let _0x12ede4=_0x5ae3a1[_0x158297(0x86)](_0x4aad9b[_0x158297(0x98)][_0x158297(0xd1)][_0x158297(0x9c)]),_0x5a24c7=_0x21a835[_0x158297(0xe4)](_0x12ede4);_0x4aad9b[_0x158297(0x98)][_0x158297(0xdf)](()=>{const _0x197630=_0x158297;if(_0x5a24c7)return void _0x41351b[_0x197630(0xa9)](_0x4aad9b[_0x197630(0x98)][_0x197630(0xc8)](_0x5a24c7));const _0x295a17=_0x5ae3a1[_0x197630(0xa2)](_0x12ede4);_0x1ed076(_0x113379),_0x12ede4=_0x5ae3a1[_0x197630(0x86)](_0x4aad9b[_0x197630(0x98)][_0x197630(0xd1)][_0x197630(0x9c)]),_0x5a24c7=_0x21a835[_0x197630(0xe4)](_0x12ede4),_0x41351b[_0x197630(0xeb)](_0x4aad9b[_0x197630(0x98)][_0x197630(0xc8)](_0x5a24c7),_0x295a17?null:_0x197630(0xcf));});}),_0x41351b[_0x14ee57(0xd2)][_0x14ee57(0x92)](_0x14ee57(0x89),_0x14ee57(0xcf),_0x14ee57(0xae),_0x4674ff));const _0x38a9de=[{'type':_0x14ee57(0xa6),'subType':_0x14ee57(0xc4)},{'type':_0x14ee57(0x89),'subType':_0x14ee57(0xcf)},{'type':_0x14ee57(0xa6),'subType':_0x14ee57(0xa0)},{'type':_0x14ee57(0x89),'subType':_0x14ee57(0xa0)}];function _0x1fc677(_0x37f8ea,_0x1e3b97){const _0x29a722=_0x14ee57,_0x3898c7=_0x38a9de[_0x29a722(0xbc)](({type:_0x2ae398,subType:_0x14075b})=>_0x37f8ea[_0x29a722(0xea)]==_0x2ae398&&_0x37f8ea[_0x29a722(0xef)]==_0x14075b),_0x51038c=_0x38a9de[_0x29a722(0xbc)](({type:_0x108d36,subType:_0xc816ff})=>_0x1e3b97[_0x29a722(0xea)]==_0x108d36&&_0x1e3b97[_0x29a722(0xef)]==_0xc816ff);if(_0x3898c7<0x0||_0x51038c<0x0)return!0x1;const _0x12bdbc=_0x37f8ea[_0x29a722(0x7b)](),_0x2a708d=_0x1e3b97[_0x29a722(0x7b)]();if((0x0==_0x3898c7||0x1==_0x3898c7)&&0x2==_0x51038c&&_0x12bdbc[_0x29a722(0x7a)](_0x2a708d))return!0x0;if(0x2==_0x3898c7&&0x3==_0x51038c){const _0x376a5b=_0x41351b[_0x29a722(0xd9)](_0x12bdbc,_0x29a722(0x89))[_0x29a722(0x8a)](({suggestion:_0x53de5c,meta:_0x1d5b80})=>_0x1d5b80[_0x29a722(0x80)]&&_0x29a722(0xa0)==_0x53de5c[_0x29a722(0xef)]);if(_0x376a5b[_0x29a722(0xb9)]>0x1&&_0x2a708d[_0x29a722(0x8c)][_0x29a722(0xa8)](_0x12bdbc[_0x29a722(0xc2)]))return!0x0;if(0x1==_0x376a5b[_0x29a722(0xb9)]&&(_0x12bdbc[_0x29a722(0xc2)][_0x29a722(0xa8)](_0x2a708d[_0x29a722(0x8c)])||_0x12bdbc[_0x29a722(0x8c)][_0x29a722(0xa8)](_0x2a708d[_0x29a722(0xc2)])))return!0x0;}if(0x3==_0x3898c7&&0x3==_0x51038c&&_0x12bdbc[_0x29a722(0xc2)][_0x29a722(0xa7)](_0x2a708d[_0x29a722(0xc2)])){const _0x33729c=_0x12bdbc[_0x29a722(0x8c)][_0x29a722(0xda)],_0x9c73d0=_0x2a708d[_0x29a722(0xc2)][_0x29a722(0xc6)];return _0x5ae3a1[_0x29a722(0xa2)](_0x33729c)&&_0x33729c===_0x9c73d0;}return!0x1;}function _0x4674ff(_0x4904d3,_0x47c37e){return _0x1fc677(_0x4904d3,_0x47c37e)?[_0x4904d3,_0x47c37e]:_0x1fc677(_0x47c37e,_0x4904d3)?[_0x47c37e,_0x4904d3]:null;}_0x4aad9b[_0x14ee57(0x7e)][_0x14ee57(0xe7)](_0x14ee57(0xe8))&&(_0x41351b[_0x14ee57(0xed)](_0x14ee57(0xe0)),_0x41351b[_0x14ee57(0xcb)](_0x14ee57(0xc1)),_0x41351b[_0x14ee57(0xb3)][_0x14ee57(0xc0)](_0x14ee57(0xc1),_0x19b061(_0x4ded90,_0x14ee57(0xbd)))),_0x4aad9b[_0x14ee57(0x7e)][_0x14ee57(0xe7)](_0x14ee57(0xb4))&&(_0x41351b[_0x14ee57(0xed)](_0x14ee57(0xab)),_0x41351b[_0x14ee57(0xcb)](_0x14ee57(0xba))),_0x41351b[_0x14ee57(0xb3)][_0x14ee57(0xb1)](_0x17d1a2=>{const _0x44c2a2=_0x14ee57;if(!!_0x38a9de[_0x44c2a2(0xb8)](({type:_0x3ec422,subType:_0x1aa8c0})=>_0x17d1a2[_0x44c2a2(0xea)]==_0x3ec422&&_0x17d1a2[_0x44c2a2(0xef)]==_0x1aa8c0))return _0x17d1a2[_0x44c2a2(0x8e)]?{}:void 0x0;}),_0x41351b[_0x14ee57(0xb3)][_0x14ee57(0xb1)](_0x45c1bf=>{const _0x4d3c45=_0x14ee57;if(_0x4d3c45(0x89)==_0x45c1bf[_0x4d3c45(0xea)]||_0x4d3c45(0xc5)==_0x45c1bf[_0x4d3c45(0xea)]){const _0x1f1286=_0x45c1bf[_0x4d3c45(0xb0)]();if(_0x1f1286&&_0x1f1286['is'](_0x4d3c45(0x9d),_0x4d3c45(0x96)))return{'type':_0x4d3c45(0x89)==_0x45c1bf[_0x4d3c45(0xea)]?_0x4d3c45(0xbf):_0x4d3c45(0x90),'element':_0x1f1286,'quantity':0x1};}}),_0x41351b[_0x14ee57(0xb3)][_0x14ee57(0xb1)](_0xa78541=>_0x14ee57(0xa6)==_0xa78541[_0x14ee57(0xea)]&&_0x14ee57(0xa0)==_0xa78541[_0x14ee57(0xef)]?{'type':_0x14ee57(0xd4),'content':_0x14ee57(0xa1)}:_0x14ee57(0xa6)==_0xa78541[_0x14ee57(0xea)]&&_0x14ee57(0xdd)==_0xa78541[_0x14ee57(0xef)]?{'type':_0x14ee57(0xd4),'content':_0x14ee57(0x8d)}:void 0x0),_0x41351b[_0x14ee57(0xb3)][_0x14ee57(0xb1)](_0x532bbf=>{const _0xbf2ecd=_0x14ee57;if(_0xbf2ecd(0xd3)!=_0x532bbf[_0xbf2ecd(0xea)])return;const {data:_0xf9b61f}=_0x532bbf;if(!_0xf9b61f||_0xbf2ecd(0xba)!=_0xf9b61f[_0xbf2ecd(0xe9)])return;const _0x4a1682=_0xf9b61f[_0xbf2ecd(0xd5)];return _0x4a1682?{'type':_0xbf2ecd(0xd4),'content':_0x19b061(_0x4ded90,_0xbf2ecd(0xaf),'\x22'+_0x4a1682+'\x22')}:{'type':_0xbf2ecd(0xd4),'content':_0x19b061(_0x4ded90,_0xbf2ecd(0xee))};}),this[_0x14ee57(0xa5)]();}[_0x5ca1c1(0xa5)](){const _0x40580d=_0x5ca1c1,_0x26e59e=this[_0x40580d(0xbb)],_0x2ed44a=_0x26e59e[_0x40580d(0xd0)];_0x26e59e[_0x40580d(0x7e)][_0x40580d(0xd8)](_0x40580d(0x78))[_0x40580d(0xb3)][_0x40580d(0xb1)](_0x413a76=>{const _0x48bd14=_0x40580d;if(_0x48bd14(0xa6)!=_0x413a76[_0x48bd14(0xea)]&&_0x48bd14(0xc9)!=_0x413a76[_0x48bd14(0xea)])return;const {data:_0x1b7fd5}=_0x413a76;if(_0x1b7fd5){if(_0x48bd14(0xab)==_0x1b7fd5[_0x48bd14(0xa3)]){const _0xd341d7=_0x1b7fd5[_0x48bd14(0x91)][0x0][_0x48bd14(0xd5)];return _0xd341d7?{'type':_0x48bd14(0xd4),'content':_0x19b061(_0x2ed44a,_0x48bd14(0xaf),'\x22'+_0xd341d7+'\x22')}:{'type':_0x48bd14(0xd4),'content':_0x19b061(_0x2ed44a,_0x48bd14(0xee))};}if(_0x48bd14(0xe0)==_0x1b7fd5[_0x48bd14(0xa3)]){const _0x1d784d=_0x1b7fd5[_0x48bd14(0x91)][0x0][_0x48bd14(0xdb)];return _0x1d784d?{'type':_0x48bd14(0xd4),'content':_0x19b061(_0x2ed44a,_0x48bd14(0xce),_0x1d784d)}:{'type':_0x48bd14(0xd4),'content':_0x19b061(_0x2ed44a,_0x48bd14(0x7f))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0xbe7a(){const _0x58c742=['type','1484JNqXnz','_registerLegacyDescription','5480230kcZLzp','_suggestionFactory','editor','registerCustomCallback','*Replace\x20image\x20URL*','plugins','703977NxibyU','*Format:*\x20replace\x20image\x20URL','oldValue','2763882nZBBUx','discard','src','accept','registerBlockAttribute','formatInline','descriptionFactory','format','afterInit','commandName','enableDefaultAttributesIntegration','getSuggestionCallback','_handleLegacySuggestions','attribute','key','locale','119VohvYv','has','95946odMsaE','TrackChangesEditing','2486058xHtSdr','4595tQgFWB','newValue','formatBlock','replaceImageSource','ImageEditing','326080YDdfgp','2HnNPxq','get','registerDescriptionCallback'];_0xbe7a=function(){return _0x58c742;};return _0xbe7a();}const _0x395eca=_0x153d;(function(_0x558353,_0x38cc75){const _0x343bee=_0x153d,_0x42c875=_0x558353();while(!![]){try{const _0x572cf3=parseInt(_0x343bee(0x18f))/0x1*(-parseInt(_0x343bee(0x183))/0x2)+parseInt(_0x343bee(0x17c))/0x3+parseInt(_0x343bee(0x187))/0x4*(parseInt(_0x343bee(0x17d))/0x5)+-parseInt(_0x343bee(0x17a))/0x6*(-parseInt(_0x343bee(0x178))/0x7)+-parseInt(_0x343bee(0x182))/0x8+parseInt(_0x343bee(0x192))/0x9+-parseInt(_0x343bee(0x189))/0xa;if(_0x572cf3===_0x38cc75)break;else _0x42c875['push'](_0x42c875['shift']());}catch(_0x208aa9){_0x42c875['push'](_0x42c875['shift']());}}}(_0xbe7a,0x6f48c));import{Plugin as _0x4ce651}from'ckeditor5/src/core.js';function _0x153d(_0x8e8b8c,_0x12cac9){const _0xbe7a9d=_0xbe7a();return _0x153d=function(_0x153dfe,_0x4c1998){_0x153dfe=_0x153dfe-0x174;let _0x21495c=_0xbe7a9d[_0x153dfe];return _0x21495c;},_0x153d(_0x8e8b8c,_0x12cac9);}import{getTranslation as _0x38b5b7}from'../utils/common-translations.js';export default class st extends _0x4ce651{[_0x395eca(0x19a)](){const _0x249475=_0x395eca;if(!this[_0x249475(0x18b)][_0x249475(0x18e)][_0x249475(0x179)](_0x249475(0x181)))return;const _0x2dc85b=this[_0x249475(0x18b)][_0x249475(0x177)],_0x29ec83=this[_0x249475(0x18b)][_0x249475(0x18e)][_0x249475(0x184)](_0x249475(0x17b));_0x29ec83[_0x249475(0x19c)](_0x249475(0x180)),_0x29ec83[_0x249475(0x196)](_0x249475(0x194)),_0x29ec83[_0x249475(0x198)][_0x249475(0x185)](_0x401b0c=>{const _0x471337=_0x249475;if(_0x471337(0x175)!=_0x401b0c[_0x471337(0x186)])return;const {data:_0x183ba8}=_0x401b0c;return _0x183ba8&&_0x471337(0x194)==_0x183ba8[_0x471337(0x176)]?_0x183ba8[_0x471337(0x17e)]&&_0x183ba8[_0x471337(0x191)]?{'type':_0x471337(0x199),'content':_0x38b5b7(_0x2dc85b,_0x471337(0x18d))}:{'type':_0x471337(0x199),'content':''}:void 0x0;}),this[_0x249475(0x174)]();}[_0x395eca(0x174)](){const _0x23e2f8=_0x395eca,_0x376701=this[_0x23e2f8(0x18b)][_0x23e2f8(0x18e)][_0x23e2f8(0x184)](_0x23e2f8(0x17b));_0x376701[_0x23e2f8(0x18a)][_0x23e2f8(0x18c)](_0x23e2f8(0x17f),_0x23e2f8(0x180),_0x23e2f8(0x195),_0x376701[_0x23e2f8(0x18a)][_0x23e2f8(0x19d)](_0x23e2f8(0x17f),null,_0x23e2f8(0x193))),_0x376701[_0x23e2f8(0x18a)][_0x23e2f8(0x18c)](_0x23e2f8(0x17f),_0x23e2f8(0x180),_0x23e2f8(0x193),_0x376701[_0x23e2f8(0x18a)][_0x23e2f8(0x19d)](_0x23e2f8(0x17f),null,_0x23e2f8(0x195))),this[_0x23e2f8(0x188)]();}[_0x395eca(0x188)](){const _0x26924a=_0x395eca,_0x55f9fd=this[_0x26924a(0x18b)],_0xf5c00f=_0x55f9fd[_0x26924a(0x177)];_0x55f9fd[_0x26924a(0x18e)][_0x26924a(0x184)](_0x26924a(0x17b))[_0x26924a(0x198)][_0x26924a(0x185)](_0x5144c8=>{const _0x556130=_0x26924a;if(_0x556130(0x17f)!=_0x5144c8[_0x556130(0x186)]&&_0x556130(0x197)!=_0x5144c8[_0x556130(0x186)])return;const {data:_0x12e283}=_0x5144c8;if(!_0x12e283||_0x556130(0x180)!=_0x12e283[_0x556130(0x19b)])return;return{'type':_0x556130(0x199),'content':_0x38b5b7(_0xf5c00f,_0x556130(0x190))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x3d04(_0xa2df6e,_0x87b726){const _0x340f48=_0x340f();return _0x3d04=function(_0x3d04e4,_0x19cb5c){_0x3d04e4=_0x3d04e4-0xda;let _0x113365=_0x340f48[_0x3d04e4];return _0x113365;},_0x3d04(_0xa2df6e,_0x87b726);}const _0x19adaa=_0x3d04;(function(_0x2c759e,_0x211772){const _0x48467c=_0x3d04,_0x30e354=_0x2c759e();while(!![]){try{const _0x20a12a=parseInt(_0x48467c(0x100))/0x1*(-parseInt(_0x48467c(0xf9))/0x2)+-parseInt(_0x48467c(0x10e))/0x3+-parseInt(_0x48467c(0x125))/0x4*(parseInt(_0x48467c(0xff))/0x5)+-parseInt(_0x48467c(0x101))/0x6+parseInt(_0x48467c(0xdd))/0x7*(-parseInt(_0x48467c(0x11a))/0x8)+parseInt(_0x48467c(0x12d))/0x9+parseInt(_0x48467c(0x106))/0xa;if(_0x20a12a===_0x211772)break;else _0x30e354['push'](_0x30e354['shift']());}catch(_0x52d27e){_0x30e354['push'](_0x30e354['shift']());}}}(_0x340f,0x7a20c));import{Plugin as _0x149c08}from'ckeditor5/src/core.js';import{uid as _0x5ee6fb}from'ckeditor5/src/utils.js';import{getTranslation as _0x43fc46}from'../utils/common-translations.js';function _0x340f(){const _0x2161f5=['locale','end','getSuggestion','imageStyle','_splitMarkerName','getSuggestions','setImageNaturalSizeAttributes','title','getSuggestionCallback','imageStylePreApply','ImageUtils','filter','imageTypeInline','accept','nodeAfter','commandReversedParams','Users','toLowerCase','599170wBQKcy','has','model','FORMAT_SIDE_IMAGE','differ','isInlineImage','51045MAPdYy','1UvXDTc','4382616KsFUhx','formatInline','getFirstRange','isEqual','registerCustomCallback','14559310iKUPMJ','from','document','editor','shouldConvertImageType','formatBlock','discardSuggestion','format','209301PwjSQP','imageStylePostApply','refresh','getClosestSelectedImageElement','ImageStyleEditing','next','change','markInlineFormat','markBlockFormat','commandName','imageTypeBlock','enableCommand','8YkPsVG','isInContent','insertion','forEach','findIndex','createRangeOn','descriptionFactory','normalizedStyles','start','commandParams','plugins','168JCAZcd','selection','registerDescriptionCallback','registerPostFixer','discard','isIntersecting','chain','value','7366122TonRAs','_findSuggestions','head','afterInit','suggestion','hasSuggestion','getContainedElement','side','length','getChangedMarkers','commands','isOwn','*Format:*\x20%0','newRange','name','author','nodeBefore','type','get','1719109qJnYgw','convertInlineImageToBlock','join','isBlockImage','TrackChangesEditing','_registerLegacyDescription','imageCaption','subType','_suggestionFactory','isBefore'];_0x340f=function(){return _0x2161f5;};return _0x340f();}export default class nt extends _0x149c08{[_0x19adaa(0x130)](){const _0x5ce1e5=_0x19adaa,_0x3d2052=this[_0x5ce1e5(0x109)];if(!_0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xfa)](_0x5ce1e5(0x112)))return;const _0x39a2ed=_0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xdc)](_0x5ce1e5(0xe1)),_0x10fd98=_0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xdc)](_0x5ce1e5(0xf1)),_0x2a81e8={};_0x39a2ed[_0x5ce1e5(0x119)](_0x5ce1e5(0xea),(_0x41da2c,_0x20ded5)=>{const _0x293e98=_0x5ce1e5,_0x2a99e3=_0x3d2052[_0x293e98(0x124)][_0x293e98(0xdc)](_0x293e98(0xf7))['me'],_0x41e138=_0x3d2052[_0x293e98(0x137)][_0x293e98(0xdc)](_0x293e98(0xea));let _0x4013e3=_0x10fd98[_0x293e98(0x111)](_0x3d2052[_0x293e98(0xfb)][_0x293e98(0x108)][_0x293e98(0x126)]),_0x2b78c9=_0x3d2052[_0x293e98(0xfb)][_0x293e98(0x11f)](_0x4013e3),_0x2a8ee3=_0x41e138[_0x293e98(0x12c)];if(_0x2a8ee3==_0x20ded5[_0x293e98(0x12c)])return;const _0x10e657={'commandName':_0x293e98(0xea),'commandParams':[_0x20ded5],'formatGroupId':_0x5ee6fb()};_0x3d2052[_0x293e98(0xfb)][_0x293e98(0x114)](()=>{const _0xfb9f32=_0x293e98;if(_0x39a2ed[_0xfb9f32(0xec)]()[_0xfb9f32(0xf2)](_0x2ab1bd=>_0x2ab1bd[_0xfb9f32(0x11b)]&&_0x2a99e3==_0x2ab1bd[_0xfb9f32(0x13c)]&&(_0xfb9f32(0x10b)==_0x2ab1bd[_0xfb9f32(0xdb)]||_0xfb9f32(0x102)==_0x2ab1bd[_0xfb9f32(0xdb)])&&(_0xfb9f32(0xf0)==_0x2ab1bd[_0xfb9f32(0xe4)]||_0xfb9f32(0x10f)==_0x2ab1bd[_0xfb9f32(0xe4)])&&_0x2ab1bd[_0xfb9f32(0x103)]()[_0xfb9f32(0x104)](_0x2b78c9))[_0xfb9f32(0x11d)](_0x35bf74=>_0x39a2ed[_0xfb9f32(0x10c)](_0x35bf74[_0xfb9f32(0x12f)])),_0x4013e3=_0x10fd98[_0xfb9f32(0x111)](_0x3d2052[_0xfb9f32(0xfb)][_0xfb9f32(0x108)][_0xfb9f32(0x126)]),_0x2b78c9=_0x3d2052[_0xfb9f32(0xfb)][_0xfb9f32(0x11f)](_0x4013e3),_0x41e138[_0xfb9f32(0x110)](),_0x3d2052[_0xfb9f32(0x137)][_0xfb9f32(0xdc)](_0xfb9f32(0xf3))[_0xfb9f32(0x110)](),_0x3d2052[_0xfb9f32(0x137)][_0xfb9f32(0xdc)](_0xfb9f32(0x118))[_0xfb9f32(0x110)](),_0x2a8ee3=_0x41e138[_0xfb9f32(0x12c)],_0x2a8ee3!=_0x20ded5[_0xfb9f32(0x12c)])return _0x10fd98[_0xfb9f32(0xfe)](_0x4013e3)&&_0x41e138[_0xfb9f32(0x10a)](_0x20ded5[_0xfb9f32(0x12c)],_0x4013e3)?(_0x41da2c({..._0x20ded5,'setImageSizes':!0x1}),_0x4013e3=_0x10fd98[_0xfb9f32(0x111)](_0x3d2052[_0xfb9f32(0xfb)][_0xfb9f32(0x108)][_0xfb9f32(0x126)]),void _0x39a2ed[_0xfb9f32(0x116)](_0x4013e3,{..._0x10e657,'commandReversedParams':[{'value':_0x2a8ee3||null,'setImageSizes':!0x1}]},[],_0xfb9f32(0xf0))):void(_0x10fd98[_0xfb9f32(0xe0)](_0x4013e3)?_0x39a2ed[_0xfb9f32(0x116)](_0x4013e3,_0x10e657,[],_0xfb9f32(0x10f)):_0x39a2ed[_0xfb9f32(0x115)](_0x2b78c9,_0x10e657,_0xfb9f32(0x10f)));});});for(const _0x328457 of _0x3d2052[_0x5ce1e5(0x124)][_0x5ce1e5(0xdc)](_0x5ce1e5(0x112))[_0x5ce1e5(0x121)])_0x2a81e8[_0x328457[_0x5ce1e5(0x13b)]]=_0x328457[_0x5ce1e5(0xee)][_0x5ce1e5(0xf8)]();_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0xdf),()=>!0x1),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0x10f),_0x5ce1e5(0xdf),()=>!0x1),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x102),_0x5ce1e5(0x10f),_0x5ce1e5(0xdf),()=>!0x1),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0xf4),([_0xfddb8a])=>{const _0x1bf350=_0x5ce1e5;_0x10fd98[_0x1bf350(0xed)](_0xfddb8a[_0x1bf350(0x133)]());}),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0x129),(_0x3c6c8d,_0x1e66eb)=>{const _0x36b2d6=_0x5ce1e5;_0x39a2ed[_0x36b2d6(0xe5)][_0x36b2d6(0xef)](_0x36b2d6(0x10b),'',_0x36b2d6(0xf4))(_0x3c6c8d,{'commandName':_0x1e66eb[_0x36b2d6(0x117)],'commandParams':_0x1e66eb[_0x36b2d6(0xf6)]});}),_0x39a2ed[_0x5ce1e5(0xe5)][_0x5ce1e5(0x105)](_0x5ce1e5(0x10b),_0x5ce1e5(0xf0),_0x5ce1e5(0x12b),function(_0x207a83,_0x3c8bbc){if(_0x1ca5c5(_0x207a83,_0x3c8bbc))return[_0x207a83,_0x3c8bbc];if(_0x1ca5c5(_0x3c8bbc,_0x207a83))return[_0x3c8bbc,_0x207a83];return null;});const _0x48e796=[{'type':_0x5ce1e5(0x10b),'subType':_0x5ce1e5(0xf0)},{'type':_0x5ce1e5(0x11c),'subType':_0x5ce1e5(0xe3)},{'type':_0x5ce1e5(0x10b),'subType':_0x5ce1e5(0xde)},{'type':_0x5ce1e5(0x11c),'subType':_0x5ce1e5(0xde)}];function _0x1ca5c5(_0x434d25,_0xca185b){const _0x40ac3f=_0x5ce1e5,_0x417d71=_0x48e796[_0x40ac3f(0x11e)](({type:_0x505e70,subType:_0x275afc})=>_0x434d25[_0x40ac3f(0xdb)]==_0x505e70&&_0x434d25[_0x40ac3f(0xe4)]==_0x275afc),_0x414fe1=_0x48e796[_0x40ac3f(0x11e)](({type:_0x5babee,subType:_0x4619af})=>_0xca185b[_0x40ac3f(0xdb)]==_0x5babee&&_0xca185b[_0x40ac3f(0xe4)]==_0x4619af);if(_0x417d71<0x0||_0x414fe1<0x0)return!0x1;const _0x5e2b77=_0x434d25[_0x40ac3f(0x103)](),_0x52e15d=_0xca185b[_0x40ac3f(0x103)]();if((0x0==_0x417d71||0x1==_0x417d71)&&0x2==_0x414fe1&&_0x5e2b77[_0x40ac3f(0x12a)](_0x52e15d))return!0x0;if(0x2==_0x417d71&&0x3==_0x414fe1){const _0x38ac5d=_0x39a2ed[_0x40ac3f(0x12e)](_0x5e2b77,_0x40ac3f(0x11c))[_0x40ac3f(0xf2)](({suggestion:_0x4c28f5,meta:_0x2e3b8d})=>_0x2e3b8d[_0x40ac3f(0x138)]&&_0x40ac3f(0xde)==_0x4c28f5[_0x40ac3f(0xe4)]);if(_0x38ac5d[_0x40ac3f(0x135)]>0x1&&_0x52e15d[_0x40ac3f(0xe8)][_0x40ac3f(0x104)](_0x5e2b77[_0x40ac3f(0x122)]))return!0x0;if(0x1==_0x38ac5d[_0x40ac3f(0x135)]&&(_0x5e2b77[_0x40ac3f(0x122)][_0x40ac3f(0x104)](_0x52e15d[_0x40ac3f(0xe8)])||_0x5e2b77[_0x40ac3f(0xe8)][_0x40ac3f(0x104)](_0x52e15d[_0x40ac3f(0x122)])))return!0x0;}if(0x3==_0x417d71&&0x3==_0x414fe1&&_0x5e2b77[_0x40ac3f(0x122)][_0x40ac3f(0xe6)](_0x52e15d[_0x40ac3f(0x122)])){const _0x5a5f41=_0x5e2b77[_0x40ac3f(0xe8)][_0x40ac3f(0xf5)],_0x1fed2c=_0x52e15d[_0x40ac3f(0x122)][_0x40ac3f(0xda)];return _0x10fd98[_0x40ac3f(0xe0)](_0x5a5f41)&&_0x5a5f41===_0x1fed2c;}return!0x1;}_0x3d2052[_0x5ce1e5(0xfb)][_0x5ce1e5(0x108)][_0x5ce1e5(0x128)](()=>{const _0x230b60=_0x5ce1e5;let _0x1ad5be=!0x1;const _0x36121c=Array[_0x230b60(0x107)](_0x3d2052[_0x230b60(0xfb)][_0x230b60(0x108)][_0x230b60(0xfd)][_0x230b60(0x136)]());for(const {name:_0x531580,data:_0x4819e4}of _0x36121c){const {group:_0x3612bd,type:_0x3e2235,subType:_0x4f358b,id:_0x164bb3}=_0x39a2ed[_0x230b60(0xeb)](_0x531580);if(_0x230b60(0x131)==_0x3612bd&&_0x39a2ed[_0x230b60(0x132)](_0x164bb3)){if(_0x230b60(0x10b)==_0x3e2235&&(_0x230b60(0xf0)==_0x4f358b||_0x230b60(0x10f)==_0x4f358b)){const _0x1447ca=_0x39a2ed[_0x230b60(0xe9)](_0x164bb3);if(_0x4819e4[_0x230b60(0x13a)]){const _0x57627c=_0x1447ca[_0x230b60(0x103)]()[_0x230b60(0x133)]();if(_0x10fd98[_0x230b60(0xe0)](_0x57627c))continue;_0x39a2ed[_0x230b60(0x10c)](_0x1447ca),_0x1ad5be=!0x0;}}if(_0x230b60(0x11c)==_0x3e2235&&_0x230b60(0xe3)==_0x4f358b&&!_0x4819e4[_0x230b60(0x13a)]){const _0x3f1d3e=_0x39a2ed[_0x230b60(0xe9)](_0x164bb3);_0x3f1d3e[_0x230b60(0x113)]&&_0x3f1d3e[_0x230b60(0x113)][_0x230b60(0x11b)]&&(_0x39a2ed[_0x230b60(0x10c)](_0x3f1d3e[_0x230b60(0x113)]),_0x1ad5be=!0x0);}}}return _0x1ad5be;}),this[_0x5ce1e5(0xe2)](_0x2a81e8);}[_0x19adaa(0xe2)](_0x4a98f1){const _0x35d2f6=_0x19adaa,_0x3429bd=this[_0x35d2f6(0x109)],_0x1ccbc1=_0x3429bd[_0x35d2f6(0xe7)];_0x3429bd[_0x35d2f6(0x124)][_0x35d2f6(0xdc)](_0x35d2f6(0xe1))[_0x35d2f6(0x120)][_0x35d2f6(0x127)](_0x96f870=>{const _0x47003b=_0x35d2f6;if(_0x47003b(0x10b)!=_0x96f870[_0x47003b(0xdb)]&&_0x47003b(0x102)!=_0x96f870[_0x47003b(0xdb)])return;const {data:_0x2f5213}=_0x96f870;if(!_0x2f5213||_0x47003b(0xea)!=_0x2f5213[_0x47003b(0x117)])return;const _0x47c7d4=_0x2f5213[_0x47003b(0x123)][0x0][_0x47003b(0x12c)];return _0x32907c(_0x47003b(0x134)===_0x47c7d4?_0x43fc46(_0x1ccbc1,_0x47003b(0xfc)):_0x4a98f1[_0x47c7d4]||_0x47c7d4);function _0x32907c(_0x2c8f75){const _0x30dd13=_0x47003b;return{'type':_0x30dd13(0x10d),'content':_0x43fc46(_0x1ccbc1,_0x30dd13(0x139),_0x2c8f75)};}});}}
|
|
23
|
+
const _0x39ccc0=_0xa06d;function _0x2485(){const _0x4c044e=['16327720uTIUms','descriptionFactory','imageTypeInline','formatInline','926oOkGcZ','ImageUtils','registerDescriptionCallback','newRange','discard','format','*Format:*\x20%0','next','getSuggestionCallback','convertInlineImageToBlock','shouldConvertImageType','getChangedMarkers','suggestion','markInlineFormat','normalizedStyles','locale','head','chain','getSuggestion','markBlockFormat','filter','isInlineImage','toLowerCase','createRangeOn','2171715UYnIeg','afterInit','discardSuggestion','accept','_suggestionFactory','hasSuggestion','getSuggestions','TrackChangesEditing','length','commandParams','model','getFirstRange','ImageStyleEditing','nodeBefore','imageStylePostApply','from','selection','registerPostFixer','has','imageCaption','refresh','_findSuggestions','enableCommand','isBefore','differ','imageTypeBlock','start','editor','registerCustomCallback','change','commandName','74ZevBnX','value','getClosestSelectedImageElement','side','setImageNaturalSizeAttributes','title','forEach','9vstQJg','isIntersecting','get','4SedlgR','commands','isEqual','_registerLegacyDescription','398358GYWPxh','isInContent','join','2156646BWKfPh','5783760GGcmfj','_splitMarkerName','FORMAT_SIDE_IMAGE','findIndex','nodeAfter','isBlockImage','imageStyle','1982635mwatiQ','plugins','name','end','type','Users','document','formatBlock','subType','commandReversedParams','author','isOwn','getContainedElement','imageStylePreApply','insertion'];_0x2485=function(){return _0x4c044e;};return _0x2485();}(function(_0x171a85,_0x1a0b5e){const _0x1f6c94=_0xa06d,_0x4baf6e=_0x171a85();while(!![]){try{const _0x3bba2f=parseInt(_0x1f6c94(0xfc))/0x1*(parseInt(_0x1f6c94(0x128))/0x2)+-parseInt(_0x1f6c94(0x10a))/0x3+parseInt(_0x1f6c94(0x106))/0x4*(-parseInt(_0x1f6c94(0x115))/0x5)+-parseInt(_0x1f6c94(0x10d))/0x6+parseInt(_0x1f6c94(0xdd))/0x7+-parseInt(_0x1f6c94(0x10e))/0x8+parseInt(_0x1f6c94(0x103))/0x9*(parseInt(_0x1f6c94(0x124))/0xa);if(_0x3bba2f===_0x1a0b5e)break;else _0x4baf6e['push'](_0x4baf6e['shift']());}catch(_0x582008){_0x4baf6e['push'](_0x4baf6e['shift']());}}}(_0x2485,0x593f3));import{Plugin as _0x3b86fe}from'ckeditor5/src/core.js';import{uid as _0x15c295}from'ckeditor5/src/utils.js';import{getTranslation as _0x585e9e}from'../utils/common-translations.js';function _0xa06d(_0x46fe81,_0x6e44c){const _0x2485c3=_0x2485();return _0xa06d=function(_0xa06d1a,_0x135077){_0xa06d1a=_0xa06d1a-0xda;let _0x40e230=_0x2485c3[_0xa06d1a];return _0x40e230;},_0xa06d(_0x46fe81,_0x6e44c);}export default class nt extends _0x3b86fe{[_0x39ccc0(0xde)](){const _0x17c19c=_0x39ccc0,_0x49ee3d=this[_0x17c19c(0xf8)];if(!_0x49ee3d[_0x17c19c(0x116)][_0x17c19c(0xef)](_0x17c19c(0xe9)))return;const _0x3c3416=_0x49ee3d[_0x17c19c(0x116)][_0x17c19c(0x105)](_0x17c19c(0xe4)),_0x4740da=_0x49ee3d[_0x17c19c(0x116)][_0x17c19c(0x105)](_0x17c19c(0x129)),_0x5d9aaa={};_0x3c3416[_0x17c19c(0xf3)](_0x17c19c(0x114),(_0x3e5deb,_0x8efc19)=>{const _0xe66bb7=_0x17c19c,_0x3247bf=_0x49ee3d[_0xe66bb7(0x116)][_0xe66bb7(0x105)](_0xe66bb7(0x11a))['me'],_0x373056=_0x49ee3d[_0xe66bb7(0x107)][_0xe66bb7(0x105)](_0xe66bb7(0x114));let _0x155dea=_0x4740da[_0xe66bb7(0xfe)](_0x49ee3d[_0xe66bb7(0xe7)][_0xe66bb7(0x11b)][_0xe66bb7(0xed)]),_0x5994a2=_0x49ee3d[_0xe66bb7(0xe7)][_0xe66bb7(0xdc)](_0x155dea),_0x2768cf=_0x373056[_0xe66bb7(0xfd)];if(_0x2768cf==_0x8efc19[_0xe66bb7(0xfd)])return;const _0x2639e8={'commandName':_0xe66bb7(0x114),'commandParams':[_0x8efc19],'formatGroupId':_0x15c295()};_0x49ee3d[_0xe66bb7(0xe7)][_0xe66bb7(0xfa)](()=>{const _0x18da19=_0xe66bb7;if(_0x3c3416[_0x18da19(0xe3)]()[_0x18da19(0x13c)](_0x294f9d=>_0x294f9d[_0x18da19(0x10b)]&&_0x3247bf==_0x294f9d[_0x18da19(0x11f)]&&(_0x18da19(0x11c)==_0x294f9d[_0x18da19(0x119)]||_0x18da19(0x127)==_0x294f9d[_0x18da19(0x119)])&&(_0x18da19(0x122)==_0x294f9d[_0x18da19(0x11d)]||_0x18da19(0xeb)==_0x294f9d[_0x18da19(0x11d)])&&_0x294f9d[_0x18da19(0xe8)]()[_0x18da19(0x108)](_0x5994a2))[_0x18da19(0x102)](_0x2ed04e=>_0x3c3416[_0x18da19(0xdf)](_0x2ed04e[_0x18da19(0x138)])),_0x155dea=_0x4740da[_0x18da19(0xfe)](_0x49ee3d[_0x18da19(0xe7)][_0x18da19(0x11b)][_0x18da19(0xed)]),_0x5994a2=_0x49ee3d[_0x18da19(0xe7)][_0x18da19(0xdc)](_0x155dea),_0x373056[_0x18da19(0xf1)](),_0x49ee3d[_0x18da19(0x107)][_0x18da19(0x105)](_0x18da19(0x126))[_0x18da19(0xf1)](),_0x49ee3d[_0x18da19(0x107)][_0x18da19(0x105)](_0x18da19(0xf6))[_0x18da19(0xf1)](),_0x2768cf=_0x373056[_0x18da19(0xfd)],_0x2768cf!=_0x8efc19[_0x18da19(0xfd)])return _0x4740da[_0x18da19(0xda)](_0x155dea)&&_0x373056[_0x18da19(0x132)](_0x8efc19[_0x18da19(0xfd)],_0x155dea)?(_0x3e5deb({..._0x8efc19,'setImageSizes':!0x1}),_0x155dea=_0x4740da[_0x18da19(0xfe)](_0x49ee3d[_0x18da19(0xe7)][_0x18da19(0x11b)][_0x18da19(0xed)]),void _0x3c3416[_0x18da19(0x13b)](_0x155dea,{..._0x2639e8,'commandReversedParams':[{'value':_0x2768cf||null,'setImageSizes':!0x1}]},[],_0x18da19(0x122))):void(_0x4740da[_0x18da19(0x113)](_0x155dea)?_0x3c3416[_0x18da19(0x13b)](_0x155dea,_0x2639e8,[],_0x18da19(0xeb)):_0x3c3416[_0x18da19(0x135)](_0x5994a2,_0x2639e8,_0x18da19(0xeb)));});});for(const _0x2eb275 of _0x49ee3d[_0x17c19c(0x116)][_0x17c19c(0x105)](_0x17c19c(0xe9))[_0x17c19c(0x136)])_0x5d9aaa[_0x2eb275[_0x17c19c(0x117)]]=_0x2eb275[_0x17c19c(0x101)][_0x17c19c(0xdb)]();_0x3c3416[_0x17c19c(0xe1)][_0x17c19c(0xf9)](_0x17c19c(0x11c),_0x17c19c(0x122),_0x17c19c(0x10c),()=>!0x1),_0x3c3416[_0x17c19c(0xe1)][_0x17c19c(0xf9)](_0x17c19c(0x11c),_0x17c19c(0xeb),_0x17c19c(0x10c),()=>!0x1),_0x3c3416[_0x17c19c(0xe1)][_0x17c19c(0xf9)](_0x17c19c(0x127),_0x17c19c(0xeb),_0x17c19c(0x10c),()=>!0x1),_0x3c3416[_0x17c19c(0xe1)][_0x17c19c(0xf9)](_0x17c19c(0x11c),_0x17c19c(0x122),_0x17c19c(0xe0),([_0x4772ef])=>{const _0x1934c9=_0x17c19c;_0x4740da[_0x1934c9(0x100)](_0x4772ef[_0x1934c9(0x121)]());}),_0x3c3416[_0x17c19c(0xe1)][_0x17c19c(0xf9)](_0x17c19c(0x11c),_0x17c19c(0x122),_0x17c19c(0x12c),(_0x50c98c,_0x1d21d2)=>{const _0x50a704=_0x17c19c;_0x3c3416[_0x50a704(0xe1)][_0x50a704(0x130)](_0x50a704(0x11c),'',_0x50a704(0xe0))(_0x50c98c,{'commandName':_0x1d21d2[_0x50a704(0xfb)],'commandParams':_0x1d21d2[_0x50a704(0x11e)]});}),_0x3c3416[_0x17c19c(0xe1)][_0x17c19c(0xf9)](_0x17c19c(0x11c),_0x17c19c(0x122),_0x17c19c(0x139),function(_0x3534e5,_0x4f1411){if(_0x43063a(_0x3534e5,_0x4f1411))return[_0x3534e5,_0x4f1411];if(_0x43063a(_0x4f1411,_0x3534e5))return[_0x4f1411,_0x3534e5];return null;});const _0x565f25=[{'type':_0x17c19c(0x11c),'subType':_0x17c19c(0x122)},{'type':_0x17c19c(0x123),'subType':_0x17c19c(0xf0)},{'type':_0x17c19c(0x11c),'subType':_0x17c19c(0x131)},{'type':_0x17c19c(0x123),'subType':_0x17c19c(0x131)}];function _0x43063a(_0x3fbbb1,_0x70e325){const _0x1c888f=_0x17c19c,_0x162197=_0x565f25[_0x1c888f(0x111)](({type:_0x5328b8,subType:_0x5cf4e6})=>_0x3fbbb1[_0x1c888f(0x119)]==_0x5328b8&&_0x3fbbb1[_0x1c888f(0x11d)]==_0x5cf4e6),_0x25c5ec=_0x565f25[_0x1c888f(0x111)](({type:_0xfb6a60,subType:_0x4cfaa9})=>_0x70e325[_0x1c888f(0x119)]==_0xfb6a60&&_0x70e325[_0x1c888f(0x11d)]==_0x4cfaa9);if(_0x162197<0x0||_0x25c5ec<0x0)return!0x1;const _0x57b222=_0x3fbbb1[_0x1c888f(0xe8)](),_0x27f10d=_0x70e325[_0x1c888f(0xe8)]();if((0x0==_0x162197||0x1==_0x162197)&&0x2==_0x25c5ec&&_0x57b222[_0x1c888f(0x104)](_0x27f10d))return!0x0;if(0x2==_0x162197&&0x3==_0x25c5ec){const _0x292a01=_0x3c3416[_0x1c888f(0xf2)](_0x57b222,_0x1c888f(0x123))[_0x1c888f(0x13c)](({suggestion:_0x56e971,meta:_0x4b0584})=>_0x4b0584[_0x1c888f(0x120)]&&_0x1c888f(0x131)==_0x56e971[_0x1c888f(0x11d)]);if(_0x292a01[_0x1c888f(0xe5)]>0x1&&_0x27f10d[_0x1c888f(0x118)][_0x1c888f(0x108)](_0x57b222[_0x1c888f(0xf7)]))return!0x0;if(0x1==_0x292a01[_0x1c888f(0xe5)]&&(_0x57b222[_0x1c888f(0xf7)][_0x1c888f(0x108)](_0x27f10d[_0x1c888f(0x118)])||_0x57b222[_0x1c888f(0x118)][_0x1c888f(0x108)](_0x27f10d[_0x1c888f(0xf7)])))return!0x0;}if(0x3==_0x162197&&0x3==_0x25c5ec&&_0x57b222[_0x1c888f(0xf7)][_0x1c888f(0xf4)](_0x27f10d[_0x1c888f(0xf7)])){const _0x4a47ba=_0x57b222[_0x1c888f(0x118)][_0x1c888f(0x112)],_0x5ed986=_0x27f10d[_0x1c888f(0xf7)][_0x1c888f(0xea)];return _0x4740da[_0x1c888f(0x113)](_0x4a47ba)&&_0x4a47ba===_0x5ed986;}return!0x1;}_0x49ee3d[_0x17c19c(0xe7)][_0x17c19c(0x11b)][_0x17c19c(0xee)](()=>{const _0x27df8f=_0x17c19c;let _0x582dc5=!0x1;const _0x275ede=Array[_0x27df8f(0xec)](_0x49ee3d[_0x27df8f(0xe7)][_0x27df8f(0x11b)][_0x27df8f(0xf5)][_0x27df8f(0x133)]());for(const {name:_0x135d02,data:_0xbf6a57}of _0x275ede){const {group:_0x392cb0,type:_0x259377,subType:_0x1e2fe9,id:_0x46ad40}=_0x3c3416[_0x27df8f(0x10f)](_0x135d02);if(_0x27df8f(0x134)==_0x392cb0&&_0x3c3416[_0x27df8f(0xe2)](_0x46ad40)){if(_0x27df8f(0x11c)==_0x259377&&(_0x27df8f(0x122)==_0x1e2fe9||_0x27df8f(0xeb)==_0x1e2fe9)){const _0x28a3b1=_0x3c3416[_0x27df8f(0x13a)](_0x46ad40);if(_0xbf6a57[_0x27df8f(0x12b)]){const _0x292a15=_0x28a3b1[_0x27df8f(0xe8)]()[_0x27df8f(0x121)]();if(_0x4740da[_0x27df8f(0x113)](_0x292a15))continue;_0x3c3416[_0x27df8f(0xdf)](_0x28a3b1),_0x582dc5=!0x0;}}if(_0x27df8f(0x123)==_0x259377&&_0x27df8f(0xf0)==_0x1e2fe9&&!_0xbf6a57[_0x27df8f(0x12b)]){const _0x4ce397=_0x3c3416[_0x27df8f(0x13a)](_0x46ad40);_0x4ce397[_0x27df8f(0x12f)]&&_0x4ce397[_0x27df8f(0x12f)][_0x27df8f(0x10b)]&&(_0x3c3416[_0x27df8f(0xdf)](_0x4ce397[_0x27df8f(0x12f)]),_0x582dc5=!0x0);}}}return _0x582dc5;}),this[_0x17c19c(0x109)](_0x5d9aaa);}[_0x39ccc0(0x109)](_0x2b7d64){const _0x1d0f24=_0x39ccc0,_0xaf45c2=this[_0x1d0f24(0xf8)],_0x570cd9=_0xaf45c2[_0x1d0f24(0x137)];_0xaf45c2[_0x1d0f24(0x116)][_0x1d0f24(0x105)](_0x1d0f24(0xe4))[_0x1d0f24(0x125)][_0x1d0f24(0x12a)](_0x35ef58=>{const _0x2dc8ff=_0x1d0f24;if(_0x2dc8ff(0x11c)!=_0x35ef58[_0x2dc8ff(0x119)]&&_0x2dc8ff(0x127)!=_0x35ef58[_0x2dc8ff(0x119)])return;const {data:_0x1e8f34}=_0x35ef58;if(!_0x1e8f34||_0x2dc8ff(0x114)!=_0x1e8f34[_0x2dc8ff(0xfb)])return;const _0x18cd2a=_0x1e8f34[_0x2dc8ff(0xe6)][0x0][_0x2dc8ff(0xfd)];return _0x31f6f8(_0x2dc8ff(0xff)===_0x18cd2a?_0x585e9e(_0x570cd9,_0x2dc8ff(0x110)):_0x2b7d64[_0x18cd2a]||_0x18cd2a);function _0x31f6f8(_0x4453a2){const _0xd8541b=_0x2dc8ff;return{'type':_0xd8541b(0x12d),'content':_0x585e9e(_0x570cd9,_0xd8541b(0x12e),_0x4453a2)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x42f3bc=_0x5e4b;function _0x5e4b(_0x2011d3,_0x337bf0){const _0x24c6ad=_0x24c6();return _0x5e4b=function(_0x5e4bef,_0x33be96){_0x5e4bef=_0x5e4bef-0x1df;let _0xc6d72c=_0x24c6ad[_0x5e4bef];return _0xc6d72c;},_0x5e4b(_0x2011d3,_0x337bf0);}(function(_0x2425dd,_0x5f5749){const _0x3b7099=_0x5e4b,_0x3ea7af=_0x2425dd();while(!![]){try{const _0xdf25ca=parseInt(_0x3b7099(0x1eb))/0x1*(-parseInt(_0x3b7099(0x1df))/0x2)+-parseInt(_0x3b7099(0x1fb))/0x3*(parseInt(_0x3b7099(0x1f5))/0x4)+parseInt(_0x3b7099(0x1f4))/0x5*(-parseInt(_0x3b7099(0x200))/0x6)+parseInt(_0x3b7099(0x1e5))/0x7+parseInt(_0x3b7099(0x1ea))/0x8*(-parseInt(_0x3b7099(0x1fe))/0x9)+parseInt(_0x3b7099(0x1f1))/0xa*(parseInt(_0x3b7099(0x1e2))/0xb)+-parseInt(_0x3b7099(0x1e7))/0xc*(-parseInt(_0x3b7099(0x1f8))/0xd);if(_0xdf25ca===_0x5f5749)break;else _0x3ea7af['push'](_0x3ea7af['shift']());}catch(_0x1b8015){_0x3ea7af['push'](_0x3ea7af['shift']());}}}(_0x24c6,0x53a93));import{Plugin as _0x9c0c53}from'ckeditor5/src/core.js';export default class ot extends _0x9c0c53{constructor(_0x704df){const _0x361dc3=_0x5e4b;super(_0x704df),this[_0x361dc3(0x1fa)]=!0x1,this[_0x361dc3(0x1f3)]=!0x1;}[_0x42f3bc(0x1f0)](){const _0x4ad1b0=_0x42f3bc,_0x336912=this[_0x4ad1b0(0x1f2)],_0x44ca83=_0x336912[_0x4ad1b0(0x1e1)][_0x4ad1b0(0x203)](_0x4ad1b0(0x1e0)),_0xf0f483=_0x336912[_0x4ad1b0(0x1e1)][_0x4ad1b0(0x203)](_0x4ad1b0(0x1e9));_0x44ca83&&(_0x44ca83['on'](_0x4ad1b0(0x1f6),(_0x2d2735,[,_0x18e16f])=>{const _0x2fe383=_0x4ad1b0;this[_0x2fe383(0x1fa)]=_0xf0f483[_0x2fe383(0x1e8)],_0x18e16f[_0x2fe383(0x1e6)][_0x2fe383(0x1e4)]=!this[_0x2fe383(0x1fa)];},{'priority':_0x4ad1b0(0x201)}),this[_0x4ad1b0(0x1f7)](_0x44ca83,_0x4ad1b0(0x202),this[_0x4ad1b0(0x1ef)][_0x4ad1b0(0x1f9)](this)),this[_0x4ad1b0(0x1f7)](_0x44ca83,_0x4ad1b0(0x202),()=>{const _0x2579a3=_0x4ad1b0;this[_0x2579a3(0x1f3)]&&(_0xf0f483[_0x2579a3(0x1f6)](),this[_0x2579a3(0x1f3)]=!0x1);},{'priority':_0x4ad1b0(0x1ee)}),_0x336912[_0x4ad1b0(0x1ff)][_0x4ad1b0(0x203)](_0x4ad1b0(0x1fc))[_0x4ad1b0(0x1fd)](_0x4ad1b0(0x1e0)));}[_0x42f3bc(0x1ef)](_0xcb13b0,_0x23e70d){const _0x51c252=_0x42f3bc,{suggestions:_0x2fc234}=_0x23e70d,_0x306ab6=this[_0x51c252(0x1f2)][_0x51c252(0x1e1)][_0x51c252(0x203)](_0x51c252(0x1e9)),_0x1ceb65=_0x306ab6[_0x51c252(0x1e8)];this[_0x51c252(0x1fa)]!==_0x1ceb65&&(_0x306ab6[_0x51c252(0x1f6)](),this[_0x51c252(0x1f3)]=!0x0),_0x2fc234&&_0x2fc234[_0x51c252(0x1e3)](({id:_0x5d03ea,type:_0x12f854,author:_0x1fb2c7,created_at:_0x24b720})=>{const _0x12e95d=_0x51c252,_0x53bb77={'id':_0x5d03ea,'type':_0x12f854,'authorId':this[_0x12e95d(0x1f2)][_0x12e95d(0x1ff)][_0x12e95d(0x203)](_0x12e95d(0x1ec))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x1fb2c7,'createdAt':_0x24b720?new Date(_0x24b720):new Date(),'source':_0x12e95d(0x1e0)}}};this[_0x12e95d(0x1f2)][_0x12e95d(0x1ff)][_0x12e95d(0x203)](_0x12e95d(0x1fc))[_0x12e95d(0x1ed)](_0x53bb77);});}}function _0x24c6(){const _0x23d3e5=['commands','2048519iVUcCz','forEach','track_changes','1705284TsWzfO','collaboration_features','96JAGglm','value','trackChanges','3177656yniwxF','463JVxyEu','Users','_setSuggestionData','lowest','_handleImportedData','afterInit','10fVRPMV','editor','_trackChangesExecuted','684630XpJHjD','2320HAoLLO','execute','listenTo','2247479UDnUbU','bind','_trackChangesValueDuringImport','3120ShFKsu','TrackChangesEditing','enableCommand','9TknmQb','plugins','6prQETK','high','dataInsert','get','1438kszDDd','importWord'];_0x24c6=function(){return _0x23d3e5;};return _0x24c6();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x258dd6=_0x3aa6;(function(_0x417ca3,_0x2d61ae){const _0x40c926=_0x3aa6,_0x3051be=_0x417ca3();while(!![]){try{const _0x289367=-parseInt(_0x40c926(0x1bb))/0x1*(-parseInt(_0x40c926(0x1b6))/0x2)+parseInt(_0x40c926(0x19f))/0x3+parseInt(_0x40c926(0x1ac))/0x4*(-parseInt(_0x40c926(0x1ba))/0x5)+parseInt(_0x40c926(0x1bd))/0x6+parseInt(_0x40c926(0x1b4))/0x7*(-parseInt(_0x40c926(0x1be))/0x8)+parseInt(_0x40c926(0x1ae))/0x9+parseInt(_0x40c926(0x1b9))/0xa*(-parseInt(_0x40c926(0x1a2))/0xb);if(_0x289367===_0x2d61ae)break;else _0x3051be['push'](_0x3051be['shift']());}catch(_0x23af62){_0x3051be['push'](_0x3051be['shift']());}}}(_0x3f64,0x48dc8));import{Plugin as _0x3c4de0}from'ckeditor5/src/core.js';import{getTranslation as _0x544da}from'../utils/common-translations.js';function _0x3f64(){const _0xf7ca10=['896022Qusdyg','*Indent:*\x20%0','plugins','596266YTpEkF','enableDefaultAttributesIntegration','blockIndent','getItems','registerAttributeLabel','outdentBlock','IndentBlock','FORMAT_INDENT','editor','enableCommand','2096nkibEo','afterInit','821106imhTtM','IndentEditing','commandName','indentBlock','*Outdent:*\x20%0','outdent','253449xfaWdn','type','50514UfqRnb','indent','locale','30iVnhZa','1895BzFkGy','22SwbkKp','getItemLabel','1108698VsHQcI','104TMaAEf','get','_registerLegacyDescription','descriptionFactory','format','TrackChangesEditing','registerBlockAttribute','registerDescriptionCallback','has','formatBlock'];_0x3f64=function(){return _0xf7ca10;};return _0x3f64();}function _0x3aa6(_0x8f6335,_0x33cd7b){const _0x3f6423=_0x3f64();return _0x3aa6=function(_0x3aa643,_0x381adf){_0x3aa643=_0x3aa643-0x197;let _0x2d58f4=_0x3f6423[_0x3aa643];return _0x2d58f4;},_0x3aa6(_0x8f6335,_0x33cd7b);}export default class rt extends _0x3c4de0{[_0x258dd6(0x1ad)](){const _0x5a1ac9=_0x258dd6,_0x302718=this[_0x5a1ac9(0x1aa)],_0x9b4c5e=_0x302718[_0x5a1ac9(0x1a1)][_0x5a1ac9(0x1bf)](_0x5a1ac9(0x19a));if(_0x302718[_0x5a1ac9(0x1a1)][_0x5a1ac9(0x19d)](_0x5a1ac9(0x1af))&&(_0x9b4c5e[_0x5a1ac9(0x1ab)](_0x5a1ac9(0x1b7)),_0x9b4c5e[_0x5a1ac9(0x1ab)](_0x5a1ac9(0x1b3))),_0x302718[_0x5a1ac9(0x1a1)][_0x5a1ac9(0x19d)](_0x5a1ac9(0x1a8))){for(const _0x3cd680 of[_0x5a1ac9(0x1b1),_0x5a1ac9(0x1a7)])_0x9b4c5e[_0x5a1ac9(0x1a3)](_0x3cd680);}const _0x24f47c=_0x302718[_0x5a1ac9(0x1b8)];_0x9b4c5e[_0x5a1ac9(0x19b)](_0x5a1ac9(0x1a4)),_0x9b4c5e[_0x5a1ac9(0x198)][_0x5a1ac9(0x1a6)](_0x5a1ac9(0x1a4),_0x544da(_0x24f47c,_0x5a1ac9(0x1a9))),this[_0x5a1ac9(0x197)]();}[_0x258dd6(0x197)](){const _0x439766=_0x258dd6,_0x49e899=this[_0x439766(0x1aa)],_0x28e49d=_0x49e899[_0x439766(0x1b8)],_0x2c61e3=_0x49e899[_0x439766(0x1a1)][_0x439766(0x1bf)](_0x439766(0x19a));_0x2c61e3[_0x439766(0x198)][_0x439766(0x19c)](_0x1550d2=>{const _0x4cd413=_0x439766;if(_0x4cd413(0x19e)!=_0x1550d2[_0x4cd413(0x1b5)])return;const {data:_0xdd1da5}=_0x1550d2;if(!_0xdd1da5)return;if(_0x4cd413(0x1b1)!=_0xdd1da5[_0x4cd413(0x1b0)]&&_0x4cd413(0x1a7)!=_0xdd1da5[_0x4cd413(0x1b0)])return;const _0x39d828=_0x1550d2[_0x4cd413(0x1a5)]()[0x0],_0x282a4d=_0x2c61e3[_0x4cd413(0x198)][_0x4cd413(0x1bc)](_0x39d828);return _0x4cd413(0x1b1)==_0xdd1da5[_0x4cd413(0x1b0)]?{'type':_0x4cd413(0x199),'content':_0x544da(_0x28e49d,_0x4cd413(0x1a0),_0x282a4d)}:_0x4cd413(0x1a7)==_0xdd1da5[_0x4cd413(0x1b0)]?{'type':_0x4cd413(0x199),'content':_0x544da(_0x28e49d,_0x4cd413(0x1b2),_0x282a4d)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x3fe0(_0xad02a8,_0x3ed698){var _0x3ab7e1=_0x3ab7();return _0x3fe0=function(_0x3fe004,_0x1e8357){_0x3fe004=_0x3fe004-0x1cc;var _0x28bdce=_0x3ab7e1[_0x3fe004];return _0x28bdce;},_0x3fe0(_0xad02a8,_0x3ed698);}var _0x21467c=_0x3fe0;(function(_0x383e4a,_0x2a3285){var _0xcd7417=_0x3fe0,_0xefb22=_0x383e4a();while(!![]){try{var _0xbd54d=-parseInt(_0xcd7417(0x1d3))/0x1+-parseInt(_0xcd7417(0x1dc))/0x2*(-parseInt(_0xcd7417(0x1cd))/0x3)+-parseInt(_0xcd7417(0x1d4))/0x4+parseInt(_0xcd7417(0x1d8))/0x5+parseInt(_0xcd7417(0x1d0))/0x6*(parseInt(_0xcd7417(0x1d9))/0x7)+-parseInt(_0xcd7417(0x1cc))/0x8+parseInt(_0xcd7417(0x1ce))/0x9;if(_0xbd54d===_0x2a3285)break;else _0xefb22['push'](_0xefb22['shift']());}catch(_0x3d8b6b){_0xefb22['push'](_0xefb22['shift']());}}}(_0x3ab7,0xc4d87));function _0x3ab7(){var _0x23e9f2=['requires','input','1173064HCnWxu','3575368pKaCiL','editor','get','init','3152335cEiClC','13279mgQWSE','plugins','TrackChangesEditing','477702yrgMpv','3996568PRoGQz','12lrgYhh','2133324tiujCV','enableCommand','4902xwWIgV'];_0x3ab7=function(){return _0x23e9f2;};return _0x3ab7();}import{Plugin as _0x45793b}from'ckeditor5/src/core.js';import{Input as _0x30f82b}from'ckeditor5/src/typing.js';export default class at extends _0x45793b{static get[_0x21467c(0x1d1)](){return[_0x30f82b];}[_0x21467c(0x1d7)](){var _0x2acef8=_0x21467c;this[_0x2acef8(0x1d5)][_0x2acef8(0x1da)][_0x2acef8(0x1d6)](_0x2acef8(0x1db))[_0x2acef8(0x1cf)](_0x2acef8(0x1d2));}}
|