@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240410.0 → 0.0.0-nightly-20240411.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/build/translations/ar.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/translations/ar.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tr.po +2 -2
- package/lang/translations/uk.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +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.js +1 -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.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x3031dd=_0x3141;(function(_0x316807,_0xde34f5){const _0x1d04e5=_0x3141,_0x5f3ce4=_0x316807();while(!![]){try{const _0x24f9a9=parseInt(_0x1d04e5(0x12b))/0x1+-parseInt(_0x1d04e5(0x13e))/0x2+parseInt(_0x1d04e5(0x139))/0x3*(parseInt(_0x1d04e5(0x141))/0x4)+-parseInt(_0x1d04e5(0x133))/0x5+-parseInt(_0x1d04e5(0x12d))/0x6+-parseInt(_0x1d04e5(0x132))/0x7+parseInt(_0x1d04e5(0x127))/0x8;if(_0x24f9a9===_0xde34f5)break;else _0x5f3ce4['push'](_0x5f3ce4['shift']());}catch(_0x232f44){_0x5f3ce4['push'](_0x5f3ce4['shift']());}}}(_0x4610,0xb4972));function _0x3141(_0x9af122,_0x340712){const _0x4610c6=_0x4610();return _0x3141=function(_0x314187,_0x214761){_0x314187=_0x314187-0x121;let _0x72e9ff=_0x4610c6[_0x314187];return _0x72e9ff;},_0x3141(_0x9af122,_0x340712);}import{Plugin as _0x352329}from'ckeditor5/src/core.js';function _0x4610(){const _0xb69c45=['_registerLegacyDescription','color','7768103HAnTZY','7262200XZKzfG','get','toLowerCase','registerAttributeLabel','value','_enableDefaultAttributesIntegration','233481fevpkS','FORMAT_HIGHLIGHT','*Set\x20highlight:*\x20%0','*Remove\x20highlight*','HighlightEditing','179438GmGMib','plugins','has','68LMPnqC','locale','afterInit','_descriptionFactory','commandParams','highlight.options','title','model','format','formatInline','type','config','16657904dYdqLQ','TrackChangesEditing','find','registerDescriptionCallback','614603dkPFEC','highlight','3769884BeLqiK','editor','commandName'];_0x4610=function(){return _0xb69c45;};return _0x4610();}import{getTranslation as _0xdbc443}from'../utils/common-translations.js';export default class Z extends _0x352329{[_0x3031dd(0x143)](){const _0x2751ce=_0x3031dd,_0x5db71a=this[_0x2751ce(0x12e)];if(!_0x5db71a[_0x2751ce(0x13f)][_0x2751ce(0x140)](_0x2751ce(0x13d)))return;const _0x17d0f5=_0x5db71a[_0x2751ce(0x13f)][_0x2751ce(0x134)](_0x2751ce(0x128)),_0x36176f=_0x5db71a[_0x2751ce(0x142)];_0x17d0f5[_0x2751ce(0x138)](_0x2751ce(0x12c),[_0x2751ce(0x12c)]),_0x17d0f5[_0x2751ce(0x144)][_0x2751ce(0x136)](_0x2751ce(0x12c),_0xdbc443(_0x36176f,_0x2751ce(0x13a))),this[_0x2751ce(0x130)]();}[_0x3031dd(0x130)](){const _0x3df207=_0x3031dd,_0x80d667=this[_0x3df207(0x12e)],_0x3ce558=_0x80d667[_0x3df207(0x142)];_0x80d667[_0x3df207(0x13f)][_0x3df207(0x134)](_0x3df207(0x128))[_0x3df207(0x144)][_0x3df207(0x12a)](_0x2acfee=>{const _0x29f261=_0x3df207;if(_0x29f261(0x124)!=_0x2acfee[_0x29f261(0x125)])return;const {data:_0x437ad2}=_0x2acfee;if(_0x437ad2&&_0x29f261(0x12c)==_0x437ad2[_0x29f261(0x12f)]){const _0x5cce96=_0x3ce558['t'],_0x566807=_0x437ad2[_0x29f261(0x145)][0x0][_0x29f261(0x137)];if(_0x566807){const _0xe10b25=_0x80d667[_0x29f261(0x126)][_0x29f261(0x134)](_0x29f261(0x146))[_0x29f261(0x129)](_0x34f8d0=>_0x34f8d0[_0x29f261(0x122)]==_0x566807),_0x3a62bb=_0x5cce96(_0xe10b25[_0x29f261(0x121)])[_0x29f261(0x135)]();return{'type':_0x29f261(0x123),'content':_0xdbc443(_0x3ce558,_0x29f261(0x13b),_0x3a62bb),'color':{'value':_0xe10b25[_0x29f261(0x131)],'title':_0xe10b25[_0x29f261(0x121)]}};}return{'type':_0x29f261(0x123),'content':_0xdbc443(_0x3ce558,_0x29f261(0x13c),_0xdbc443(_0x3ce558,_0x29f261(0x13a)))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x194e37=_0x3582;function _0x5a95(){const _0x33796c=['conversion','createPositionAt','enableCommand','has','1391080oaicHV','showSuggestionHighlights','get','2129764YohkkL','horizontalLine','locale','dataDowncast','elementToStructure','registerElementLabel','ck-horizontal-line','plugins','afterInit','editor','HorizontalLineEditing','createEmptyElement','for','addClass','1338417xotWmW','603620EZZwFi','4928562sWAupN','createContainerElement','high','23dycfvB','5pIsgTZ','ELEMENT_HORIZONTAL_LINE','div','TrackChangesEditing','insert','52190PHAtVQ','_descriptionFactory','10146834lYvAwk'];_0x5a95=function(){return _0x33796c;};return _0x5a95();}(function(_0x5b54b4,_0x41ea6b){const _0x2feaf0=_0x3582,_0x3042b7=_0x5b54b4();while(!![]){try{const _0x1a8eeb=-parseInt(_0x2feaf0(0x169))/0x1*(-parseInt(_0x2feaf0(0x16f))/0x2)+parseInt(_0x2feaf0(0x164))/0x3+parseInt(_0x2feaf0(0x165))/0x4*(-parseInt(_0x2feaf0(0x16a))/0x5)+parseInt(_0x2feaf0(0x166))/0x6+-parseInt(_0x2feaf0(0x179))/0x7+parseInt(_0x2feaf0(0x176))/0x8+-parseInt(_0x2feaf0(0x171))/0x9;if(_0x1a8eeb===_0x41ea6b)break;else _0x3042b7['push'](_0x3042b7['shift']());}catch(_0x5f0e64){_0x3042b7['push'](_0x3042b7['shift']());}}}(_0x5a95,0x7012d));import{Plugin as _0x577847}from'ckeditor5/src/core.js';import{getTranslation as _0x2d483d}from'../utils/common-translations.js';function _0x3582(_0x15c1e0,_0x15f343){const _0x5a9562=_0x5a95();return _0x3582=function(_0x358254,_0x400901){_0x358254=_0x358254-0x158;let _0xf719d3=_0x5a9562[_0x358254];return _0xf719d3;},_0x3582(_0x15c1e0,_0x15f343);}export default class tt extends _0x577847{[_0x194e37(0x15e)](){const _0x7ed9d1=_0x194e37,_0x3e5e04=this[_0x7ed9d1(0x15f)];if(!_0x3e5e04[_0x7ed9d1(0x15d)][_0x7ed9d1(0x175)](_0x7ed9d1(0x160)))return;_0x3e5e04[_0x7ed9d1(0x15d)][_0x7ed9d1(0x178)](_0x7ed9d1(0x16d))[_0x7ed9d1(0x174)](_0x7ed9d1(0x17a));const _0x376b62=_0x3e5e04[_0x7ed9d1(0x15d)][_0x7ed9d1(0x178)](_0x7ed9d1(0x16d)),_0x26d6ca=_0x3e5e04[_0x7ed9d1(0x158)];_0x376b62[_0x7ed9d1(0x170)][_0x7ed9d1(0x15b)](_0x7ed9d1(0x17a),_0xc866ce=>_0x2d483d(_0x26d6ca,_0x7ed9d1(0x16b),_0xc866ce)),_0x3e5e04[_0x7ed9d1(0x172)][_0x7ed9d1(0x162)](_0x7ed9d1(0x159))[_0x7ed9d1(0x15a)]({'model':_0x7ed9d1(0x17a),'view':(_0x452208,{writer:_0x369c70,options:_0x4f662b})=>{const _0x50bda3=_0x7ed9d1;if(!_0x4f662b[_0x50bda3(0x177)])return null;const _0x1660be=_0x369c70[_0x50bda3(0x167)](_0x50bda3(0x16c)),_0x20cd0a=_0x369c70[_0x50bda3(0x161)]('hr');return _0x369c70[_0x50bda3(0x163)](_0x50bda3(0x15c),_0x1660be),_0x369c70[_0x50bda3(0x16e)](_0x369c70[_0x50bda3(0x173)](_0x1660be,0x0),_0x20cd0a),_0x1660be;},'converterPriority':_0x7ed9d1(0x168)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x18b31d=_0x1031;function _0x5a63(){const _0x5a7bc9=['2170550NKrfRt','attribute','624188DswIAd','rawHtml','6DwoPKu','2651508xGIzid','afterInit','start','HtmlEmbed','value','ELEMENT_HTML_EMBED','3776210pVuzoT','has','formatBlock','commandName','140428STuEoJ','htmlEmbed','1egLBYF','key','TrackChangesEditing','plugins','nodeAfter','15eJDEXf','_enableDefaultAttributesIntegration','element','getFirstRange','*Change\x20%0\x20content*','locale','_descriptionFactory','format','8IOcnLa','get','_registerLegacyDescription','editor','18685315gNmVGy','9395267gjRZcz','registerElementLabel','registerDescriptionCallback','type'];_0x5a63=function(){return _0x5a7bc9;};return _0x5a63();}function _0x1031(_0x16dc12,_0x3f2364){const _0x5a6368=_0x5a63();return _0x1031=function(_0x10316c,_0x24af5e){_0x10316c=_0x10316c-0xd7;let _0x43d351=_0x5a6368[_0x10316c];return _0x43d351;},_0x1031(_0x16dc12,_0x3f2364);}(function(_0x199c48,_0x21ede5){const _0x23cdbf=_0x1031,_0x1350f8=_0x199c48();while(!![]){try{const _0x407d36=-parseInt(_0x23cdbf(0xdb))/0x1*(parseInt(_0x23cdbf(0xf3))/0x2)+parseInt(_0x23cdbf(0xe0))/0x3*(-parseInt(_0x23cdbf(0xd9))/0x4)+parseInt(_0x23cdbf(0xfc))/0x5+parseInt(_0x23cdbf(0xf5))/0x6*(-parseInt(_0x23cdbf(0xed))/0x7)+-parseInt(_0x23cdbf(0xe8))/0x8*(-parseInt(_0x23cdbf(0xf6))/0x9)+-parseInt(_0x23cdbf(0xf1))/0xa+parseInt(_0x23cdbf(0xec))/0xb;if(_0x407d36===_0x21ede5)break;else _0x1350f8['push'](_0x1350f8['shift']());}catch(_0x340e47){_0x1350f8['push'](_0x1350f8['shift']());}}}(_0x5a63,0xab4d6));import{Plugin as _0x5db14d}from'ckeditor5/src/core.js';import{getTranslation as _0x2756f9}from'../utils/common-translations.js';export default class et extends _0x5db14d{[_0x18b31d(0xf7)](){const _0x383e63=_0x18b31d,_0x40c840=this[_0x383e63(0xeb)];if(!_0x40c840[_0x383e63(0xde)][_0x383e63(0xfd)](_0x383e63(0xf9)))return;const _0x961d19=_0x40c840[_0x383e63(0xde)][_0x383e63(0xe9)](_0x383e63(0xdd)),_0x424f3f=_0x40c840[_0x383e63(0xe5)];_0x961d19[_0x383e63(0xe6)][_0x383e63(0xee)](_0x383e63(0xf4),_0x1bd909=>_0x2756f9(_0x424f3f,_0x383e63(0xfb),_0x1bd909)),_0x961d19[_0x383e63(0xe1)](_0x383e63(0xda),[],[_0x383e63(0xfa)]),_0x961d19[_0x383e63(0xe6)][_0x383e63(0xef)](_0x29fa6f=>{const _0x1267e2=_0x383e63;if(_0x1267e2(0xf2)!=_0x29fa6f[_0x1267e2(0xf0)])return;const {data:_0x49ed27}=_0x29fa6f;if(_0x49ed27&&_0x1267e2(0xfa)==_0x49ed27[_0x1267e2(0xdc)]&&_0x29fa6f[_0x1267e2(0xe3)]()[_0x1267e2(0xf8)][_0x1267e2(0xdf)]['is'](_0x1267e2(0xe2),_0x1267e2(0xf4))){const _0x46cfb4=_0x2756f9(_0x424f3f,_0x1267e2(0xfb));return{'type':_0x1267e2(0xe7),'content':_0x2756f9(_0x424f3f,_0x1267e2(0xe4),_0x46cfb4)};}}),this[_0x383e63(0xea)]();}[_0x18b31d(0xea)](){const _0x28bd5f=_0x18b31d,_0x2cfb9a=this[_0x28bd5f(0xeb)],_0x5d3e62=_0x2cfb9a[_0x28bd5f(0xe5)];_0x2cfb9a[_0x28bd5f(0xde)][_0x28bd5f(0xe9)](_0x28bd5f(0xdd))[_0x28bd5f(0xe6)][_0x28bd5f(0xef)](_0x1f2ba4=>{const _0x2aad03=_0x28bd5f;if(_0x2aad03(0xd7)!=_0x1f2ba4[_0x2aad03(0xf0)])return;const {data:_0x420f1e}=_0x1f2ba4;if(_0x420f1e&&_0x2aad03(0xda)==_0x420f1e[_0x2aad03(0xd8)]){const _0x2df057=_0x2756f9(_0x5d3e62,_0x2aad03(0xfb));return{'type':_0x2aad03(0xe7),'content':_0x2756f9(_0x5d3e62,_0x2aad03(0xe4),_0x2df057)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x51bf1d=_0x1a04;(function(_0x8ada91,_0x26e0ba){const _0x1a29c4=_0x1a04,_0x15bfc4=_0x8ada91();while(!![]){try{const _0x5aa49d=-parseInt(_0x1a29c4(0xdd))/0x1+parseInt(_0x1a29c4(0x114))/0x2*(parseInt(_0x1a29c4(0xe1))/0x3)+parseInt(_0x1a29c4(0x148))/0x4+-parseInt(_0x1a29c4(0x115))/0x5*(-parseInt(_0x1a29c4(0x10e))/0x6)+-parseInt(_0x1a29c4(0x119))/0x7*(-parseInt(_0x1a29c4(0xff))/0x8)+parseInt(_0x1a29c4(0x123))/0x9*(-parseInt(_0x1a29c4(0x13b))/0xa)+parseInt(_0x1a29c4(0x111))/0xb;if(_0x5aa49d===_0x26e0ba)break;else _0x15bfc4['push'](_0x15bfc4['shift']());}catch(_0x4c4b22){_0x15bfc4['push'](_0x15bfc4['shift']());}}}(_0x2d98,0x7b9c8));import{Plugin as _0x45abb7}from'ckeditor5/src/core.js';import{LivePosition as _0x41d1b0}from'ckeditor5/src/engine.js';function _0x1a04(_0x59d752,_0x510b68){const _0x2d987f=_0x2d98();return _0x1a04=function(_0x1a04df,_0x15e773){_0x1a04df=_0x1a04df-0xd4;let _0x447091=_0x2d987f[_0x1a04df];return _0x447091;},_0x1a04(_0x59d752,_0x510b68);}import{getTranslation as _0x4afb36}from'../utils/common-translations.js';export default class it extends _0x45abb7{[_0x51bf1d(0x149)](){const _0x99dd23=_0x51bf1d,_0x2f656e=this[_0x99dd23(0xfc)];if(!_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0xde)))return;const _0x835824=_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0xee)](_0x99dd23(0xef)),_0x34ee9d=_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0xee)](_0x99dd23(0x138)),_0x3c24fe=_0x2f656e[_0x99dd23(0x107)];_0x835824[_0x99dd23(0x125)](_0x99dd23(0xe0)),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x144)](_0x99dd23(0x137),_0x5a8f8c=>_0x4afb36(_0x3c24fe,_0x99dd23(0x14a),_0x5a8f8c)),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x144)](_0x99dd23(0xe7),_0x249f3e=>_0x4afb36(_0x3c24fe,_0x99dd23(0xd9),_0x249f3e)),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x144)](_0x99dd23(0xfd),()=>_0x4afb36(_0x3c24fe,_0x99dd23(0x13e))),_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x11d))&&_0x835824[_0x99dd23(0x125)](_0x99dd23(0x113)),_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x130))&&_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x100))&&(_0x835824[_0x99dd23(0x125)](_0x99dd23(0x141),(_0x231018,_0x5570e0)=>{const _0x3e7890=_0x99dd23,_0x430b8b=_0x34ee9d[_0x3e7890(0xfb)](_0x2f656e[_0x3e7890(0xf7)][_0x3e7890(0xdf)][_0x3e7890(0xf0)]);_0x2f656e[_0x3e7890(0xf7)][_0x3e7890(0x12d)](()=>{const _0x44d364=_0x3e7890;_0x835824[_0x44d364(0x120)](_0x430b8b,{'commandName':_0x44d364(0x141),'commandParams':[_0x5570e0]},[],_0x44d364(0xec));});}),_0x835824[_0x99dd23(0x125)](_0x99dd23(0x10b),(_0x771883,_0x24659e)=>{const _0x148e0c=_0x99dd23;_0x2f656e[_0x148e0c(0xf7)][_0x148e0c(0x12d)](_0x2c2e39=>{const _0x178853=_0x148e0c;let _0x1e2065=_0x34ee9d[_0x178853(0xfb)](_0x2f656e[_0x178853(0xf7)][_0x178853(0xdf)][_0x178853(0xf0)]),_0x594901=_0x2c2e39[_0x178853(0x143)](_0x1e2065);const _0x323fe8=_0x41d1b0[_0x178853(0xdc)](_0x594901[_0x178853(0x146)],_0x178853(0x121)),_0x1f50a6=_0x41d1b0[_0x178853(0xdc)](_0x594901[_0x178853(0xfa)],_0x178853(0x142));_0x835824[_0x178853(0x14c)](()=>_0x771883(_0x24659e)),_0x1e2065=_0x34ee9d[_0x178853(0xfb)](_0x2f656e[_0x178853(0xf7)][_0x178853(0xdf)][_0x178853(0xf0)]),_0x594901=_0x2c2e39[_0x178853(0x143)](_0x1e2065);const _0x182ed9=_0x2c2e39[_0x178853(0x147)](_0x323fe8,_0x1f50a6);_0x323fe8[_0x178853(0x103)](),_0x1f50a6[_0x178853(0x103)](),_0x835824[_0x178853(0x120)](_0x1e2065,{'commandName':_0x178853(0x141),'commandParams':[_0x24659e]},[],_0x178853(0x128)),_0x182ed9[_0x178853(0x146)][_0x178853(0x14b)](_0x594901[_0x178853(0x146)])&&_0x835824[_0x178853(0x10a)](_0x2c2e39[_0x178853(0x147)](_0x182ed9[_0x178853(0x146)],_0x594901[_0x178853(0x146)]),_0x178853(0x128)),_0x594901[_0x178853(0xfa)][_0x178853(0x14b)](_0x182ed9[_0x178853(0xfa)])&&_0x835824[_0x178853(0x10a)](_0x2c2e39[_0x178853(0x147)](_0x594901[_0x178853(0xfa)],_0x182ed9[_0x178853(0xfa)]),_0x178853(0x128));});}),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x12a),_0x99dd23(0x128),_0x99dd23(0xea),()=>!0x1),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x12a),_0x99dd23(0x128),_0x99dd23(0x117),()=>!0x1),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x12a),_0x99dd23(0x128),_0x99dd23(0xf9),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xf8)](_0x99dd23(0x12a),'',_0x99dd23(0x117))),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x116),_0x99dd23(0x128),_0x99dd23(0xea),()=>!0x1),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x116),_0x99dd23(0x128),_0x99dd23(0xf9),([_0x4d62d4])=>{const _0x5cf914=_0x99dd23,_0x9398b8=_0x835824[_0x5cf914(0x13f)][_0x5cf914(0xf8)](_0x5cf914(0x116),'',_0x5cf914(0xf9));let _0x1b2fd4=_0x4d62d4[_0x5cf914(0x146)],_0xa8e643=_0x4d62d4[_0x5cf914(0xfa)];const _0xde17a8=_0x2f656e[_0x5cf914(0xf7)][_0x5cf914(0x139)][_0x5cf914(0x11c)](_0x1b2fd4,_0x5cf914(0x12c)),_0x4a1407=_0x2f656e[_0x5cf914(0xf7)][_0x5cf914(0x139)][_0x5cf914(0x11c)](_0xa8e643,_0x5cf914(0x10d));_0xde17a8[_0x5cf914(0xf4)]&&(_0x1b2fd4=_0xde17a8[_0x5cf914(0x146)]),_0x4a1407[_0x5cf914(0xf4)]&&(_0xa8e643=_0x4a1407[_0x5cf914(0xfa)]),_0x9398b8([_0x2f656e[_0x5cf914(0xf7)][_0x5cf914(0x147)](_0x1b2fd4,_0xa8e643)]);}),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x12a),_0x99dd23(0x128),_0x99dd23(0x13a),_0x2964ae),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x116),_0x99dd23(0x128),_0x99dd23(0x13a),_0x2964ae)),_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0xe3))&&(_0x835824[_0x99dd23(0x125)](_0x99dd23(0xd8),(_0x208a1d,_0x48f11e)=>{const _0x43a4f6=_0x99dd23,_0x3a05c5=_0x2f656e[_0x43a4f6(0x136)][_0x43a4f6(0xee)](_0x43a4f6(0x133));let _0x674223=_0x34ee9d[_0x43a4f6(0xfb)](_0x2f656e[_0x43a4f6(0xf7)][_0x43a4f6(0xdf)][_0x43a4f6(0xf0)]),_0x1b7178=_0x3a05c5[_0x43a4f6(0x127)](_0x674223);_0x2f656e[_0x43a4f6(0xf7)][_0x43a4f6(0x12d)](()=>{const _0x179cd2=_0x43a4f6;if(_0x1b7178)return void _0x835824[_0x179cd2(0x11e)](_0x2f656e[_0x179cd2(0xf7)][_0x179cd2(0x143)](_0x1b7178));const _0x3aaef1=_0x34ee9d[_0x179cd2(0xf5)](_0x674223);_0x208a1d(_0x48f11e),_0x674223=_0x34ee9d[_0x179cd2(0xfb)](_0x2f656e[_0x179cd2(0xf7)][_0x179cd2(0xdf)][_0x179cd2(0xf0)]),_0x1b7178=_0x3a05c5[_0x179cd2(0x127)](_0x674223),_0x835824[_0x179cd2(0x10a)](_0x2f656e[_0x179cd2(0xf7)][_0x179cd2(0x143)](_0x1b7178),_0x3aaef1?null:_0x179cd2(0x104));});}),_0x835824[_0x99dd23(0x13f)][_0x99dd23(0xd6)](_0x99dd23(0x116),_0x99dd23(0x104),_0x99dd23(0x13a),_0x2964ae));const _0x75c381=[{'type':_0x99dd23(0x12a),'subType':_0x99dd23(0x12f)},{'type':_0x99dd23(0x116),'subType':_0x99dd23(0x104)},{'type':_0x99dd23(0x12a),'subType':_0x99dd23(0x128)},{'type':_0x99dd23(0x116),'subType':_0x99dd23(0x128)}];function _0x3ffeda(_0x273c83,_0x25bbc4){const _0x5c47e4=_0x99dd23,_0x441df3=_0x75c381[_0x5c47e4(0x101)](({type:_0x2cd72f,subType:_0x28e94a})=>_0x273c83[_0x5c47e4(0xd4)]==_0x2cd72f&&_0x273c83[_0x5c47e4(0x124)]==_0x28e94a),_0x282863=_0x75c381[_0x5c47e4(0x101)](({type:_0xfaa9e6,subType:_0x23d963})=>_0x25bbc4[_0x5c47e4(0xd4)]==_0xfaa9e6&&_0x25bbc4[_0x5c47e4(0x124)]==_0x23d963);if(_0x441df3<0x0||_0x282863<0x0)return!0x1;const _0x4d22ef=_0x273c83[_0x5c47e4(0xd7)](),_0x3f181f=_0x25bbc4[_0x5c47e4(0xd7)]();if((0x0==_0x441df3||0x1==_0x441df3)&&0x2==_0x282863&&_0x4d22ef[_0x5c47e4(0x13d)](_0x3f181f))return!0x0;if(0x2==_0x441df3&&0x3==_0x282863){const _0x4f648e=_0x835824[_0x5c47e4(0xf6)](_0x4d22ef,_0x5c47e4(0x116))[_0x5c47e4(0x109)](({suggestion:_0x2e97a1,meta:_0x4e1cfd})=>_0x4e1cfd[_0x5c47e4(0xfe)]&&_0x5c47e4(0x128)==_0x2e97a1[_0x5c47e4(0x124)]);if(_0x4f648e[_0x5c47e4(0x135)]>0x1&&_0x3f181f[_0x5c47e4(0xfa)][_0x5c47e4(0xe4)](_0x4d22ef[_0x5c47e4(0x146)]))return!0x0;if(0x1==_0x4f648e[_0x5c47e4(0x135)]&&(_0x4d22ef[_0x5c47e4(0x146)][_0x5c47e4(0xe4)](_0x3f181f[_0x5c47e4(0xfa)])||_0x4d22ef[_0x5c47e4(0xfa)][_0x5c47e4(0xe4)](_0x3f181f[_0x5c47e4(0x146)])))return!0x0;}if(0x3==_0x441df3&&0x3==_0x282863&&_0x4d22ef[_0x5c47e4(0x146)][_0x5c47e4(0x14b)](_0x3f181f[_0x5c47e4(0x146)])){const _0x47dfd5=_0x4d22ef[_0x5c47e4(0xfa)][_0x5c47e4(0x118)],_0x4bd431=_0x3f181f[_0x5c47e4(0x146)][_0x5c47e4(0xda)];return _0x34ee9d[_0x5c47e4(0xf5)](_0x47dfd5)&&_0x47dfd5===_0x4bd431;}return!0x1;}function _0x2964ae(_0x38ce6b,_0xece0ec){return _0x3ffeda(_0x38ce6b,_0xece0ec)?[_0x38ce6b,_0xece0ec]:_0x3ffeda(_0xece0ec,_0x38ce6b)?[_0xece0ec,_0x38ce6b]:null;}_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x12b))&&(_0x835824[_0x99dd23(0xe8)](_0x99dd23(0xe9),[],[_0x99dd23(0x102)]),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x131)](_0x99dd23(0x102),_0x4afb36(_0x3c24fe,_0x99dd23(0xe5)))),_0x2f656e[_0x99dd23(0x136)][_0x99dd23(0x12e)](_0x99dd23(0x132))&&_0x835824[_0x99dd23(0xe8)](_0x99dd23(0x140),[],[_0x99dd23(0xd5)]),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x126)](_0x5ee10b=>{const _0x57673e=_0x99dd23;if(!!_0x75c381[_0x57673e(0x122)](({type:_0x361212,subType:_0x5c1dd5})=>_0x5ee10b[_0x57673e(0xd4)]==_0x361212&&_0x5ee10b[_0x57673e(0x124)]==_0x5c1dd5))return _0x5ee10b[_0x57673e(0xf1)]?{}:void 0x0;}),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x126)](_0x214b04=>{const _0x4ac5b0=_0x99dd23;if(_0x4ac5b0(0x116)==_0x214b04[_0x4ac5b0(0xd4)]||_0x4ac5b0(0x13c)==_0x214b04[_0x4ac5b0(0xd4)]){const _0x55b016=_0x214b04[_0x4ac5b0(0x108)]();if(_0x55b016&&_0x55b016['is'](_0x4ac5b0(0xe6),_0x4ac5b0(0xfd)))return{'type':_0x4ac5b0(0x116)==_0x214b04[_0x4ac5b0(0xd4)]?_0x4ac5b0(0x112):_0x4ac5b0(0xeb),'element':_0x55b016,'quantity':0x1};}}),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x126)](_0x4a2508=>_0x99dd23(0x12a)==_0x4a2508[_0x99dd23(0xd4)]&&_0x99dd23(0x128)==_0x4a2508[_0x99dd23(0x124)]?{'type':_0x99dd23(0xf2),'content':_0x99dd23(0x134)}:_0x99dd23(0x12a)==_0x4a2508[_0x99dd23(0xd4)]&&_0x99dd23(0xec)==_0x4a2508[_0x99dd23(0x124)]?{'type':_0x99dd23(0xf2),'content':_0x99dd23(0x110)}:void 0x0),_0x835824[_0x99dd23(0x10c)][_0x99dd23(0x126)](_0x48663c=>{const _0x9f2452=_0x99dd23;if(_0x9f2452(0xe2)!=_0x48663c[_0x9f2452(0xd4)])return;const {data:_0x14b7c1}=_0x48663c;if(!_0x14b7c1||_0x9f2452(0xd5)!=_0x14b7c1[_0x9f2452(0x11a)])return;const _0x1512d1=_0x14b7c1[_0x9f2452(0xdb)];return _0x1512d1?{'type':_0x9f2452(0xf2),'content':_0x4afb36(_0x3c24fe,_0x9f2452(0x105),'\x22'+_0x1512d1+'\x22')}:{'type':_0x9f2452(0xf2),'content':_0x4afb36(_0x3c24fe,_0x9f2452(0xf3))};}),this[_0x99dd23(0x11b)]();}[_0x51bf1d(0x11b)](){const _0x4c539c=_0x51bf1d,_0x2772fc=this[_0x4c539c(0xfc)],_0x52293e=_0x2772fc[_0x4c539c(0x107)];_0x2772fc[_0x4c539c(0x136)][_0x4c539c(0xee)](_0x4c539c(0xef))[_0x4c539c(0x10c)][_0x4c539c(0x126)](_0x1ec390=>{const _0x532b4a=_0x4c539c;if(_0x532b4a(0x12a)!=_0x1ec390[_0x532b4a(0xd4)]&&_0x532b4a(0x145)!=_0x1ec390[_0x532b4a(0xd4)])return;const {data:_0x4855c2}=_0x1ec390;if(_0x4855c2){if(_0x532b4a(0x140)==_0x4855c2[_0x532b4a(0x10f)]){const _0x23a590=_0x4855c2[_0x532b4a(0xed)][0x0][_0x532b4a(0xdb)];return _0x23a590?{'type':_0x532b4a(0xf2),'content':_0x4afb36(_0x52293e,_0x532b4a(0x105),'\x22'+_0x23a590+'\x22')}:{'type':_0x532b4a(0xf2),'content':_0x4afb36(_0x52293e,_0x532b4a(0xf3))};}if(_0x532b4a(0xe9)==_0x4855c2[_0x532b4a(0x10f)]){const _0x3e18d5=_0x4855c2[_0x532b4a(0xed)][0x0][_0x532b4a(0x129)];return _0x3e18d5?{'type':_0x532b4a(0xf2),'content':_0x4afb36(_0x52293e,_0x532b4a(0x11f),_0x3e18d5)}:{'type':_0x532b4a(0xf2),'content':_0x4afb36(_0x52293e,_0x532b4a(0x106))};}}});}}function _0x2d98(){const _0x2872ab=['Inline\x20image\x20to\x20block\x20image','length','plugins','imageBlock','ImageUtils','schema','chain','3757940sCauKA','deletion','isIntersecting','ELEMENT_CAPTION','_suggestionFactory','imageTextAlternative','imageTypeInline','toNext','createRangeOn','registerElementLabel','formatInline','start','createRange','4025556cYVKOs','afterInit','ELEMENT_IMAGE','isBefore','forceDefaultExecution','type','alt','registerCustomCallback','getFirstRange','toggleImageCaption','ELEMENT_INLINE_IMAGE','nodeBefore','newValue','fromPosition','413435kdoPSK','ImageEditing','document','insertImage','39KSQVVW','attribute','ImageCaptionEditing','isEqual','FORMAT_IMAGE_SIZE','element','imageInline','_enableDefaultAttributesIntegration','resizeImage','join','removeObject','convertBlockImageToInline','commandParams','get','TrackChangesEditing','selection','previous','format','*Remove\x20image\x20text\x20alternative*','isCollapsed','isBlockImage','_findSuggestions','model','getSuggestionCallback','discard','end','getClosestSelectedImageElement','editor','caption','isOwn','3069496wtrAtK','ImageInlineEditing','findIndex','resizedWidth','detach','imageCaption','*Set\x20image\x20text\x20alternative:*\x20%0','*Reset\x20image\x20width*','locale','getContainedElement','filter','markInsertion','imageTypeBlock','_descriptionFactory','forward','58698uapYNM','commandName','Block\x20image\x20to\x20inline\x20image','1040215VcgwhB','addObject','uploadImage','6146jZigit','75IRNFqU','insertion','accept','nodeAfter','7noHSKn','key','_registerLegacyDescription','getNearestSelectionRange','ImageUploadEditing','markDeletion','*Set\x20image\x20width:*\x20%0','markBlockFormat','toPrevious','find','18YetOSS','subType','enableCommand','registerDescriptionCallback','getCaptionFromImageModelElement','convertInlineImageToBlock','width','formatBlock','ImageResize','backward','change','has','imageStylePreApply','ImageBlockEditing','registerAttributeLabel','ImageTextAlternativeEditing','ImageCaptionUtils'];_0x2d98=function(){return _0x2872ab;};return _0x2d98();}
|
|
23
|
+
const _0x181fbf=_0x3721;(function(_0x2369fd,_0xb05e33){const _0x21aae4=_0x3721,_0x557e93=_0x2369fd();while(!![]){try{const _0x5ea04e=-parseInt(_0x21aae4(0x145))/0x1*(-parseInt(_0x21aae4(0x174))/0x2)+-parseInt(_0x21aae4(0x13e))/0x3+-parseInt(_0x21aae4(0x12e))/0x4+parseInt(_0x21aae4(0x195))/0x5+parseInt(_0x21aae4(0x190))/0x6*(parseInt(_0x21aae4(0x14a))/0x7)+parseInt(_0x21aae4(0x160))/0x8+parseInt(_0x21aae4(0x140))/0x9*(-parseInt(_0x21aae4(0x182))/0xa);if(_0x5ea04e===_0xb05e33)break;else _0x557e93['push'](_0x557e93['shift']());}catch(_0x2b91bd){_0x557e93['push'](_0x557e93['shift']());}}}(_0x4789,0x576d0));import{Plugin as _0x23b5ae}from'ckeditor5/src/core.js';function _0x3721(_0x37c8d7,_0x3710d5){const _0x478915=_0x4789();return _0x3721=function(_0x37218f,_0x4307b7){_0x37218f=_0x37218f-0x127;let _0x2dfe5a=_0x478915[_0x37218f];return _0x2dfe5a;},_0x3721(_0x37c8d7,_0x3710d5);}import{LivePosition as _0x28144d}from'ckeditor5/src/engine.js';import{getTranslation as _0x24e3dc}from'../utils/common-translations.js';export default class it extends _0x23b5ae{[_0x181fbf(0x184)](){const _0x3db4c2=_0x181fbf,_0x9663a0=this[_0x3db4c2(0x19e)];if(!_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x12c)))return;const _0x5e2dcd=_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x12d)](_0x3db4c2(0x185)),_0x4961a7=_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x12d)](_0x3db4c2(0x18c)),_0x5bda56=_0x9663a0[_0x3db4c2(0x18d)];_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x18f)),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x134)](_0x3db4c2(0x176),_0x109e69=>_0x24e3dc(_0x5bda56,_0x3db4c2(0x170),_0x109e69)),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x134)](_0x3db4c2(0x19b),_0xb113bc=>_0x24e3dc(_0x5bda56,_0x3db4c2(0x15f),_0xb113bc)),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x134)](_0x3db4c2(0x139),()=>_0x24e3dc(_0x5bda56,_0x3db4c2(0x17d))),_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x127))&&_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x157)),_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x15b))&&_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x13a))&&(_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x199),(_0x3be2f0,_0xb4ceb9)=>{const _0x66e89=_0x3db4c2,_0x3b8c4f=_0x4961a7[_0x66e89(0x17b)](_0x9663a0[_0x66e89(0x191)][_0x66e89(0x183)][_0x66e89(0x192)]);_0x9663a0[_0x66e89(0x191)][_0x66e89(0x19c)](()=>{const _0x54f935=_0x66e89;_0x5e2dcd[_0x54f935(0x165)](_0x3b8c4f,{'commandName':_0x54f935(0x199),'commandParams':[_0xb4ceb9]},[],_0x54f935(0x161));});}),_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x17a),(_0x5d145f,_0x23fe62)=>{const _0x5cfb19=_0x3db4c2;_0x9663a0[_0x5cfb19(0x191)][_0x5cfb19(0x19c)](_0x1442ed=>{const _0x499754=_0x5cfb19;let _0xce800a=_0x4961a7[_0x499754(0x17b)](_0x9663a0[_0x499754(0x191)][_0x499754(0x183)][_0x499754(0x192)]),_0x10b16e=_0x1442ed[_0x499754(0x138)](_0xce800a);const _0x3cd7fd=_0x28144d[_0x499754(0x168)](_0x10b16e[_0x499754(0x163)],_0x499754(0x13b)),_0x400d86=_0x28144d[_0x499754(0x168)](_0x10b16e[_0x499754(0x148)],_0x499754(0x162));_0x5e2dcd[_0x499754(0x12f)](()=>_0x5d145f(_0x23fe62)),_0xce800a=_0x4961a7[_0x499754(0x17b)](_0x9663a0[_0x499754(0x191)][_0x499754(0x183)][_0x499754(0x192)]),_0x10b16e=_0x1442ed[_0x499754(0x138)](_0xce800a);const _0xb01078=_0x1442ed[_0x499754(0x130)](_0x3cd7fd,_0x400d86);_0x3cd7fd[_0x499754(0x179)](),_0x400d86[_0x499754(0x179)](),_0x5e2dcd[_0x499754(0x165)](_0xce800a,{'commandName':_0x499754(0x199),'commandParams':[_0x23fe62]},[],_0x499754(0x18e)),_0xb01078[_0x499754(0x163)][_0x499754(0x14c)](_0x10b16e[_0x499754(0x163)])&&_0x5e2dcd[_0x499754(0x13c)](_0x1442ed[_0x499754(0x130)](_0xb01078[_0x499754(0x163)],_0x10b16e[_0x499754(0x163)]),_0x499754(0x18e)),_0x10b16e[_0x499754(0x148)][_0x499754(0x14c)](_0xb01078[_0x499754(0x148)])&&_0x5e2dcd[_0x499754(0x13c)](_0x1442ed[_0x499754(0x130)](_0x10b16e[_0x499754(0x148)],_0xb01078[_0x499754(0x148)]),_0x499754(0x18e));});}),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x149),_0x3db4c2(0x18e),_0x3db4c2(0x14d),()=>!0x1),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x149),_0x3db4c2(0x18e),_0x3db4c2(0x16e),()=>!0x1),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x149),_0x3db4c2(0x18e),_0x3db4c2(0x142),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x188)](_0x3db4c2(0x149),'',_0x3db4c2(0x16e))),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x173),_0x3db4c2(0x18e),_0x3db4c2(0x14d),()=>!0x1),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x173),_0x3db4c2(0x18e),_0x3db4c2(0x142),([_0x47d2b3])=>{const _0x173d30=_0x3db4c2,_0x592a30=_0x5e2dcd[_0x173d30(0x177)][_0x173d30(0x188)](_0x173d30(0x173),'',_0x173d30(0x142));let _0x490d99=_0x47d2b3[_0x173d30(0x163)],_0x4e4ea7=_0x47d2b3[_0x173d30(0x148)];const _0x1ceeb5=_0x9663a0[_0x173d30(0x191)][_0x173d30(0x156)][_0x173d30(0x18b)](_0x490d99,_0x173d30(0x17c)),_0x460c5a=_0x9663a0[_0x173d30(0x191)][_0x173d30(0x156)][_0x173d30(0x18b)](_0x4e4ea7,_0x173d30(0x136));_0x1ceeb5[_0x173d30(0x15d)]&&(_0x490d99=_0x1ceeb5[_0x173d30(0x163)]),_0x460c5a[_0x173d30(0x15d)]&&(_0x4e4ea7=_0x460c5a[_0x173d30(0x148)]),_0x592a30([_0x9663a0[_0x173d30(0x191)][_0x173d30(0x130)](_0x490d99,_0x4e4ea7)]);}),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x149),_0x3db4c2(0x18e),_0x3db4c2(0x13f),_0x221042),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x173),_0x3db4c2(0x18e),_0x3db4c2(0x13f),_0x221042)),_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x189))&&(_0x5e2dcd[_0x3db4c2(0x166)](_0x3db4c2(0x15e),(_0x4b00af,_0x3dea57)=>{const _0xf52877=_0x3db4c2,_0x1fc10a=_0x9663a0[_0xf52877(0x172)][_0xf52877(0x12d)](_0xf52877(0x12b));let _0x5cc57d=_0x4961a7[_0xf52877(0x17b)](_0x9663a0[_0xf52877(0x191)][_0xf52877(0x183)][_0xf52877(0x192)]),_0x568c2e=_0x1fc10a[_0xf52877(0x15c)](_0x5cc57d);_0x9663a0[_0xf52877(0x191)][_0xf52877(0x19c)](()=>{const _0x51a883=_0xf52877;if(_0x568c2e)return void _0x5e2dcd[_0x51a883(0x180)](_0x9663a0[_0x51a883(0x191)][_0x51a883(0x138)](_0x568c2e));const _0x4821a2=_0x4961a7[_0x51a883(0x186)](_0x5cc57d);_0x4b00af(_0x3dea57),_0x5cc57d=_0x4961a7[_0x51a883(0x17b)](_0x9663a0[_0x51a883(0x191)][_0x51a883(0x183)][_0x51a883(0x192)]),_0x568c2e=_0x1fc10a[_0x51a883(0x15c)](_0x5cc57d),_0x5e2dcd[_0x51a883(0x13c)](_0x9663a0[_0x51a883(0x191)][_0x51a883(0x138)](_0x568c2e),_0x4821a2?null:_0x51a883(0x169));});}),_0x5e2dcd[_0x3db4c2(0x177)][_0x3db4c2(0x178)](_0x3db4c2(0x173),_0x3db4c2(0x169),_0x3db4c2(0x13f),_0x221042));const _0x2089db=[{'type':_0x3db4c2(0x149),'subType':_0x3db4c2(0x14e)},{'type':_0x3db4c2(0x173),'subType':_0x3db4c2(0x169)},{'type':_0x3db4c2(0x149),'subType':_0x3db4c2(0x18e)},{'type':_0x3db4c2(0x173),'subType':_0x3db4c2(0x18e)}];function _0x4ab37e(_0x4b35f0,_0x33959c){const _0x51cff2=_0x3db4c2,_0x7ca6d1=_0x2089db[_0x51cff2(0x129)](({type:_0x174efc,subType:_0x371b8a})=>_0x4b35f0[_0x51cff2(0x143)]==_0x174efc&&_0x4b35f0[_0x51cff2(0x141)]==_0x371b8a),_0x166443=_0x2089db[_0x51cff2(0x129)](({type:_0x1a2a4f,subType:_0xbe2eac})=>_0x33959c[_0x51cff2(0x143)]==_0x1a2a4f&&_0x33959c[_0x51cff2(0x141)]==_0xbe2eac);if(_0x7ca6d1<0x0||_0x166443<0x0)return!0x1;const _0x1bac52=_0x4b35f0[_0x51cff2(0x17e)](),_0x46e9df=_0x33959c[_0x51cff2(0x17e)]();if((0x0==_0x7ca6d1||0x1==_0x7ca6d1)&&0x2==_0x166443&&_0x1bac52[_0x51cff2(0x152)](_0x46e9df))return!0x0;if(0x2==_0x7ca6d1&&0x3==_0x166443){const _0x58defc=_0x5e2dcd[_0x51cff2(0x16d)](_0x1bac52,_0x51cff2(0x173))[_0x51cff2(0x132)](({suggestion:_0x5282ca,meta:_0x149ecd})=>_0x149ecd[_0x51cff2(0x144)]&&_0x51cff2(0x18e)==_0x5282ca[_0x51cff2(0x141)]);if(_0x58defc[_0x51cff2(0x164)]>0x1&&_0x46e9df[_0x51cff2(0x148)][_0x51cff2(0x14b)](_0x1bac52[_0x51cff2(0x163)]))return!0x0;if(0x1==_0x58defc[_0x51cff2(0x164)]&&(_0x1bac52[_0x51cff2(0x163)][_0x51cff2(0x14b)](_0x46e9df[_0x51cff2(0x148)])||_0x1bac52[_0x51cff2(0x148)][_0x51cff2(0x14b)](_0x46e9df[_0x51cff2(0x163)])))return!0x0;}if(0x3==_0x7ca6d1&&0x3==_0x166443&&_0x1bac52[_0x51cff2(0x163)][_0x51cff2(0x14c)](_0x46e9df[_0x51cff2(0x163)])){const _0x10e5ce=_0x1bac52[_0x51cff2(0x148)][_0x51cff2(0x175)],_0x4e96d5=_0x46e9df[_0x51cff2(0x163)][_0x51cff2(0x193)];return _0x4961a7[_0x51cff2(0x186)](_0x10e5ce)&&_0x10e5ce===_0x4e96d5;}return!0x1;}function _0x221042(_0x5a9273,_0x458019){return _0x4ab37e(_0x5a9273,_0x458019)?[_0x5a9273,_0x458019]:_0x4ab37e(_0x458019,_0x5a9273)?[_0x458019,_0x5a9273]:null;}_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x16c))&&(_0x5e2dcd[_0x3db4c2(0x16f)](_0x3db4c2(0x155),[],[_0x3db4c2(0x18a)]),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x197)](_0x3db4c2(0x18a),_0x24e3dc(_0x5bda56,_0x3db4c2(0x17f)))),_0x9663a0[_0x3db4c2(0x172)][_0x3db4c2(0x154)](_0x3db4c2(0x150))&&_0x5e2dcd[_0x3db4c2(0x16f)](_0x3db4c2(0x153),[],[_0x3db4c2(0x187)]),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x151)](_0x4db955=>{const _0x5b8705=_0x3db4c2;if(!!_0x2089db[_0x5b8705(0x19d)](({type:_0x12b03f,subType:_0x374155})=>_0x4db955[_0x5b8705(0x143)]==_0x12b03f&&_0x4db955[_0x5b8705(0x141)]==_0x374155))return _0x4db955[_0x5b8705(0x19a)]?{}:void 0x0;}),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x151)](_0x1745d9=>{const _0x32065a=_0x3db4c2;if(_0x32065a(0x173)==_0x1745d9[_0x32065a(0x143)]||_0x32065a(0x181)==_0x1745d9[_0x32065a(0x143)]){const _0x43b489=_0x1745d9[_0x32065a(0x16a)]();if(_0x43b489&&_0x43b489['is'](_0x32065a(0x194),_0x32065a(0x139)))return{'type':_0x32065a(0x173)==_0x1745d9[_0x32065a(0x143)]?_0x32065a(0x128):_0x32065a(0x196),'element':_0x43b489,'quantity':0x1};}}),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x151)](_0x16a45c=>_0x3db4c2(0x149)==_0x16a45c[_0x3db4c2(0x143)]&&_0x3db4c2(0x18e)==_0x16a45c[_0x3db4c2(0x141)]?{'type':_0x3db4c2(0x12a),'content':_0x3db4c2(0x16b)}:_0x3db4c2(0x149)==_0x16a45c[_0x3db4c2(0x143)]&&_0x3db4c2(0x161)==_0x16a45c[_0x3db4c2(0x141)]?{'type':_0x3db4c2(0x12a),'content':_0x3db4c2(0x15a)}:void 0x0),_0x5e2dcd[_0x3db4c2(0x137)][_0x3db4c2(0x151)](_0x115494=>{const _0x1d046a=_0x3db4c2;if(_0x1d046a(0x198)!=_0x115494[_0x1d046a(0x143)])return;const {data:_0x193fc4}=_0x115494;if(!_0x193fc4||_0x1d046a(0x187)!=_0x193fc4[_0x1d046a(0x135)])return;const _0x5c1e5b=_0x193fc4[_0x1d046a(0x133)];return _0x5c1e5b?{'type':_0x1d046a(0x12a),'content':_0x24e3dc(_0x5bda56,_0x1d046a(0x146),'\x22'+_0x5c1e5b+'\x22')}:{'type':_0x1d046a(0x12a),'content':_0x24e3dc(_0x5bda56,_0x1d046a(0x13d))};}),this[_0x3db4c2(0x158)]();}[_0x181fbf(0x158)](){const _0x511045=_0x181fbf,_0x1d38a0=this[_0x511045(0x19e)],_0x506c8a=_0x1d38a0[_0x511045(0x18d)];_0x1d38a0[_0x511045(0x172)][_0x511045(0x12d)](_0x511045(0x185))[_0x511045(0x137)][_0x511045(0x151)](_0x31e011=>{const _0x3835ae=_0x511045;if(_0x3835ae(0x149)!=_0x31e011[_0x3835ae(0x143)]&&_0x3835ae(0x159)!=_0x31e011[_0x3835ae(0x143)])return;const {data:_0x26406d}=_0x31e011;if(_0x26406d){if(_0x3835ae(0x153)==_0x26406d[_0x3835ae(0x131)]){const _0x16e399=_0x26406d[_0x3835ae(0x171)][0x0][_0x3835ae(0x133)];return _0x16e399?{'type':_0x3835ae(0x12a),'content':_0x24e3dc(_0x506c8a,_0x3835ae(0x146),'\x22'+_0x16e399+'\x22')}:{'type':_0x3835ae(0x12a),'content':_0x24e3dc(_0x506c8a,_0x3835ae(0x13d))};}if(_0x3835ae(0x155)==_0x26406d[_0x3835ae(0x131)]){const _0x1ead75=_0x26406d[_0x3835ae(0x171)][0x0][_0x3835ae(0x147)];return _0x1ead75?{'type':_0x3835ae(0x12a),'content':_0x24e3dc(_0x506c8a,_0x3835ae(0x167),_0x1ead75)}:{'type':_0x3835ae(0x12a),'content':_0x24e3dc(_0x506c8a,_0x3835ae(0x14f))};}}});}}function _0x4789(){const _0x28e97e=['nodeBefore','element','3442570bMVEnx','removeObject','registerAttributeLabel','attribute','imageTypeInline','previous','imageInline','change','find','editor','ImageUploadEditing','addObject','findIndex','format','ImageCaptionUtils','ImageEditing','get','2469152ELQoiQ','forceDefaultExecution','createRange','commandName','filter','newValue','registerElementLabel','key','forward','_descriptionFactory','createRangeOn','caption','ImageInlineEditing','toPrevious','markInsertion','*Remove\x20image\x20text\x20alternative*','1171872aULhbI','chain','36CwUeaZ','subType','discard','type','isOwn','284iceWFI','*Set\x20image\x20text\x20alternative:*\x20%0','width','end','formatBlock','1799idZQAJ','isEqual','isBefore','join','imageStylePreApply','*Reset\x20image\x20width*','ImageTextAlternativeEditing','registerDescriptionCallback','isIntersecting','imageTextAlternative','has','resizeImage','schema','uploadImage','_registerLegacyDescription','formatInline','Block\x20image\x20to\x20inline\x20image','ImageBlockEditing','getCaptionFromImageModelElement','isCollapsed','toggleImageCaption','ELEMENT_INLINE_IMAGE','3610952VrgfuI','convertBlockImageToInline','toNext','start','length','markBlockFormat','enableCommand','*Set\x20image\x20width:*\x20%0','fromPosition','imageCaption','getContainedElement','Inline\x20image\x20to\x20block\x20image','ImageResize','_findSuggestions','accept','_enableDefaultAttributesIntegration','ELEMENT_IMAGE','commandParams','plugins','insertion','3198XWKCgM','nodeAfter','imageBlock','_suggestionFactory','registerCustomCallback','detach','imageTypeBlock','getClosestSelectedImageElement','backward','ELEMENT_CAPTION','getFirstRange','FORMAT_IMAGE_SIZE','markDeletion','deletion','624590jFNxad','document','afterInit','TrackChangesEditing','isBlockImage','alt','getSuggestionCallback','ImageCaptionEditing','resizedWidth','getNearestSelectionRange','ImageUtils','locale','convertInlineImageToBlock','insertImage','510vXMLlk','model','selection'];_0x4789=function(){return _0x28e97e;};return _0x4789();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x1db4(){const _0x19588e=['TrackChangesEditing','316BpzdSo','accept','formatBlock','src','formatInline','_handleLegacySuggestions','60437xBNAVo','10233730ApVIEf','attribute','72gLySqc','*Replace\x20image\x20URL*','ImageEditing','41106TBGIwy','registerDescriptionCallback','*Format:*\x20replace\x20image\x20URL','9842YMChBm','key','discard','registerCustomCallback','_enableDefaultAttributesIntegration','11AYxXjN','_suggestionFactory','6567966ZQHfmv','9SDVdAQ','replaceImageSource','editor','5txeFiD','oldValue','commandName','plugins','_descriptionFactory','format','1057931gnBEfy','type','get','has','getSuggestionCallback','_registerLegacyDescription','15832056coLfGY','afterInit','newValue','locale','2vFszmk','603886TMNicJ'];_0x1db4=function(){return _0x19588e;};return _0x1db4();}function _0x3f12(_0x28a9c7,_0x1f63a2){const _0x1db4e7=_0x1db4();return _0x3f12=function(_0x3f1284,_0x5cf200){_0x3f1284=_0x3f1284-0x156;let _0x33fa43=_0x1db4e7[_0x3f1284];return _0x33fa43;},_0x3f12(_0x28a9c7,_0x1f63a2);}const _0x376ad9=_0x3f12;(function(_0x445324,_0x235250){const _0x484386=_0x3f12,_0x5c78cf=_0x445324();while(!![]){try{const _0x3d597d=-parseInt(_0x484386(0x171))/0x1*(-parseInt(_0x484386(0x170))/0x2)+parseInt(_0x484386(0x17f))/0x3*(-parseInt(_0x484386(0x173))/0x4)+parseInt(_0x484386(0x160))/0x5*(-parseInt(_0x484386(0x15c))/0x6)+parseInt(_0x484386(0x166))/0x7*(parseInt(_0x484386(0x17c))/0x8)+-parseInt(_0x484386(0x15d))/0x9*(parseInt(_0x484386(0x17a))/0xa)+-parseInt(_0x484386(0x15a))/0xb*(parseInt(_0x484386(0x16c))/0xc)+-parseInt(_0x484386(0x179))/0xd*(-parseInt(_0x484386(0x182))/0xe);if(_0x3d597d===_0x235250)break;else _0x5c78cf['push'](_0x5c78cf['shift']());}catch(_0x5c7286){_0x5c78cf['push'](_0x5c78cf['shift']());}}}(_0x1db4,0xadf34));import{Plugin as _0x31b0e0}from'ckeditor5/src/core.js';import{getTranslation as _0x1c4082}from'../utils/common-translations.js';export default class st extends _0x31b0e0{[_0x376ad9(0x16d)](){const _0x2b51ab=_0x376ad9;if(!this[_0x2b51ab(0x15f)][_0x2b51ab(0x163)][_0x2b51ab(0x169)](_0x2b51ab(0x17e)))return;const _0x14700e=this[_0x2b51ab(0x15f)][_0x2b51ab(0x16f)],_0x107f2f=this[_0x2b51ab(0x15f)][_0x2b51ab(0x163)][_0x2b51ab(0x168)](_0x2b51ab(0x172));_0x107f2f[_0x2b51ab(0x159)](_0x2b51ab(0x15e),[],[_0x2b51ab(0x176)]),_0x107f2f[_0x2b51ab(0x164)][_0x2b51ab(0x180)](_0x4a5a59=>{const _0x5db76b=_0x2b51ab;if(_0x5db76b(0x17b)!=_0x4a5a59[_0x5db76b(0x167)])return;const {data:_0x553861}=_0x4a5a59;return _0x553861&&_0x5db76b(0x176)==_0x553861[_0x5db76b(0x156)]?_0x553861[_0x5db76b(0x16e)]&&_0x553861[_0x5db76b(0x161)]?{'type':_0x5db76b(0x165),'content':_0x1c4082(_0x14700e,_0x5db76b(0x17d))}:{'type':_0x5db76b(0x165),'content':''}:void 0x0;}),this[_0x2b51ab(0x178)]();}[_0x376ad9(0x178)](){const _0x533061=_0x376ad9,_0x55ed59=this[_0x533061(0x15f)][_0x533061(0x163)][_0x533061(0x168)](_0x533061(0x172));_0x55ed59[_0x533061(0x15b)][_0x533061(0x158)](_0x533061(0x175),_0x533061(0x15e),_0x533061(0x174),_0x55ed59[_0x533061(0x15b)][_0x533061(0x16a)](_0x533061(0x175),null,_0x533061(0x157))),_0x55ed59[_0x533061(0x15b)][_0x533061(0x158)](_0x533061(0x175),_0x533061(0x15e),_0x533061(0x157),_0x55ed59[_0x533061(0x15b)][_0x533061(0x16a)](_0x533061(0x175),null,_0x533061(0x174))),this[_0x533061(0x16b)]();}[_0x376ad9(0x16b)](){const _0x576e76=_0x376ad9,_0x2f6e47=this[_0x576e76(0x15f)],_0x24b092=_0x2f6e47[_0x576e76(0x16f)];_0x2f6e47[_0x576e76(0x163)][_0x576e76(0x168)](_0x576e76(0x172))[_0x576e76(0x164)][_0x576e76(0x180)](_0x21818a=>{const _0x2a11a9=_0x576e76;if(_0x2a11a9(0x175)!=_0x21818a[_0x2a11a9(0x167)]&&_0x2a11a9(0x177)!=_0x21818a[_0x2a11a9(0x167)])return;const {data:_0x6602f1}=_0x21818a;if(!_0x6602f1||_0x2a11a9(0x15e)!=_0x6602f1[_0x2a11a9(0x162)])return;return{'type':_0x2a11a9(0x165),'content':_0x1c4082(_0x24b092,_0x2a11a9(0x181))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x5a68(){const _0x37adca=['commands','selection','652992YCTuMb','chain','imageStylePreApply','FORMAT_SIDE_IMAGE','getClosestSelectedImageElement','markBlockFormat','formatBlock','from','name','next','discard','_suggestionFactory','_descriptionFactory','hasSuggestion','end','36HpilDK','_splitMarkerName','4jzaxpw','77815sSzBpp','getChangedMarkers','get','differ','imageCaption','afterInit','newRange','discardSuggestion','subType','581856rzKKWa','start','createRangeOn','TrackChangesEditing','commandReversedParams','getContainedElement','insertion','getFirstRange','_registerLegacyDescription','markInlineFormat','setImageNaturalSizeAttributes','isOwn','_findSuggestions','commandName','shouldConvertImageType','14LuVOhJ','refresh','1068350ViLsdT','isIntersecting','nodeAfter','change','format','nodeBefore','*Format:*\x20%0','isInlineImage','locale','convertInlineImageToBlock','9bLHbEb','suggestion','2344ZpGDMA','editor','formatInline','147003TatuKd','title','imageTypeBlock','document','isEqual','isInContent','isBlockImage','Users','forEach','commandParams','getSuggestionCallback','ImageUtils','ImageStyleEditing','enableCommand','registerDescriptionCallback','normalizedStyles','has','length','accept','toLowerCase','head','author','model','registerCustomCallback','registerPostFixer','filter','imageTypeInline','side','getSuggestions','getSuggestion','plugins','imageStyle','findIndex','isBefore','type','imageStylePostApply','4627CpmkKA','1451svshPQ','join','value'];_0x5a68=function(){return _0x37adca;};return _0x5a68();}const _0x50b0e9=_0x4121;(function(_0x211b5f,_0x57072d){const _0x25f7bb=_0x4121,_0x160b40=_0x211b5f();while(!![]){try{const _0x2584a4=-parseInt(_0x25f7bb(0x152))/0x1*(-parseInt(_0x25f7bb(0x181))/0x2)+parseInt(_0x25f7bb(0x12d))/0x3+-parseInt(_0x25f7bb(0x168))/0x4*(-parseInt(_0x25f7bb(0x169))/0x5)+-parseInt(_0x25f7bb(0x157))/0x6+-parseInt(_0x25f7bb(0x151))/0x7*(-parseInt(_0x25f7bb(0x12a))/0x8)+parseInt(_0x25f7bb(0x128))/0x9*(parseInt(_0x25f7bb(0x183))/0xa)+parseInt(_0x25f7bb(0x172))/0xb*(-parseInt(_0x25f7bb(0x166))/0xc);if(_0x2584a4===_0x57072d)break;else _0x160b40['push'](_0x160b40['shift']());}catch(_0x35a99e){_0x160b40['push'](_0x160b40['shift']());}}}(_0x5a68,0x1a4bd));import{Plugin as _0x30630d}from'ckeditor5/src/core.js';import{uid as _0x3d6db7}from'ckeditor5/src/utils.js';import{getTranslation as _0x5edc12}from'../utils/common-translations.js';function _0x4121(_0x966acf,_0x58ffac){const _0x5a6874=_0x5a68();return _0x4121=function(_0x4121ff,_0x5677a7){_0x4121ff=_0x4121ff-0x120;let _0x59c23b=_0x5a6874[_0x4121ff];return _0x59c23b;},_0x4121(_0x966acf,_0x58ffac);}export default class nt extends _0x30630d{[_0x50b0e9(0x16e)](){const _0x5c5645=_0x50b0e9,_0x169905=this[_0x5c5645(0x12b)];if(!_0x169905[_0x5c5645(0x14b)][_0x5c5645(0x13d)](_0x5c5645(0x139)))return;const _0x46e451=_0x169905[_0x5c5645(0x14b)][_0x5c5645(0x16b)](_0x5c5645(0x175)),_0x2c45e1=_0x169905[_0x5c5645(0x14b)][_0x5c5645(0x16b)](_0x5c5645(0x138)),_0x4618d3={};_0x46e451[_0x5c5645(0x13a)](_0x5c5645(0x14c),(_0x56e2c9,_0x4c8807)=>{const _0x5e2fbf=_0x5c5645,_0x2eb592=_0x169905[_0x5e2fbf(0x14b)][_0x5e2fbf(0x16b)](_0x5e2fbf(0x134))['me'],_0x49755b=_0x169905[_0x5e2fbf(0x155)][_0x5e2fbf(0x16b)](_0x5e2fbf(0x14c));let _0x42ece9=_0x2c45e1[_0x5e2fbf(0x15b)](_0x169905[_0x5e2fbf(0x143)][_0x5e2fbf(0x130)][_0x5e2fbf(0x156)]),_0x4c2a67=_0x169905[_0x5e2fbf(0x143)][_0x5e2fbf(0x174)](_0x42ece9),_0x4a91a7=_0x49755b[_0x5e2fbf(0x154)];if(_0x4a91a7==_0x4c8807[_0x5e2fbf(0x154)])return;const _0x348acf={'commandName':_0x5e2fbf(0x14c),'commandParams':[_0x4c8807],'formatGroupId':_0x3d6db7()};_0x169905[_0x5e2fbf(0x143)][_0x5e2fbf(0x121)](()=>{const _0x52b395=_0x5e2fbf;if(_0x46e451[_0x52b395(0x149)]()[_0x52b395(0x146)](_0x304530=>_0x304530[_0x52b395(0x132)]&&_0x2eb592==_0x304530[_0x52b395(0x142)]&&(_0x52b395(0x15d)==_0x304530[_0x52b395(0x14f)]||_0x52b395(0x12c)==_0x304530[_0x52b395(0x14f)])&&(_0x52b395(0x159)==_0x304530[_0x52b395(0x171)]||_0x52b395(0x150)==_0x304530[_0x52b395(0x171)])&&_0x304530[_0x52b395(0x179)]()[_0x52b395(0x131)](_0x4c2a67))[_0x52b395(0x135)](_0x1f4585=>_0x46e451[_0x52b395(0x170)](_0x1f4585[_0x52b395(0x141)])),_0x42ece9=_0x2c45e1[_0x52b395(0x15b)](_0x169905[_0x52b395(0x143)][_0x52b395(0x130)][_0x52b395(0x156)]),_0x4c2a67=_0x169905[_0x52b395(0x143)][_0x52b395(0x174)](_0x42ece9),_0x49755b[_0x52b395(0x182)](),_0x169905[_0x52b395(0x155)][_0x52b395(0x16b)](_0x52b395(0x147))[_0x52b395(0x182)](),_0x169905[_0x52b395(0x155)][_0x52b395(0x16b)](_0x52b395(0x12f))[_0x52b395(0x182)](),_0x4a91a7=_0x49755b[_0x52b395(0x154)],_0x4a91a7!=_0x4c8807[_0x52b395(0x154)])return _0x2c45e1[_0x52b395(0x125)](_0x42ece9)&&_0x49755b[_0x52b395(0x180)](_0x4c8807[_0x52b395(0x154)],_0x42ece9)?(_0x56e2c9({..._0x4c8807,'setImageSizes':!0x1}),_0x42ece9=_0x2c45e1[_0x52b395(0x15b)](_0x169905[_0x52b395(0x143)][_0x52b395(0x130)][_0x52b395(0x156)]),void _0x46e451[_0x52b395(0x15c)](_0x42ece9,{..._0x348acf,'commandReversedParams':[{'value':_0x4a91a7||null,'setImageSizes':!0x1}]},[],_0x52b395(0x159))):void(_0x2c45e1[_0x52b395(0x133)](_0x42ece9)?_0x46e451[_0x52b395(0x15c)](_0x42ece9,_0x348acf,[],_0x52b395(0x150)):_0x46e451[_0x52b395(0x17b)](_0x4c2a67,_0x348acf,_0x52b395(0x150)));});});for(const _0x2ba393 of _0x169905[_0x5c5645(0x14b)][_0x5c5645(0x16b)](_0x5c5645(0x139))[_0x5c5645(0x13c)])_0x4618d3[_0x2ba393[_0x5c5645(0x15f)]]=_0x2ba393[_0x5c5645(0x12e)][_0x5c5645(0x140)]();_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x159),_0x5c5645(0x153),()=>!0x1),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x150),_0x5c5645(0x153),()=>!0x1),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x12c),_0x5c5645(0x150),_0x5c5645(0x153),()=>!0x1),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x159),_0x5c5645(0x13f),([_0x76d363])=>{const _0x1ebf8e=_0x5c5645;_0x2c45e1[_0x1ebf8e(0x17c)](_0x76d363[_0x1ebf8e(0x177)]());}),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x159),_0x5c5645(0x161),(_0x1f3182,_0x19d96b)=>{const _0x2f785e=_0x5c5645;_0x46e451[_0x2f785e(0x162)][_0x2f785e(0x137)](_0x2f785e(0x15d),'',_0x2f785e(0x13f))(_0x1f3182,{'commandName':_0x19d96b[_0x2f785e(0x17f)],'commandParams':_0x19d96b[_0x2f785e(0x176)]});}),_0x46e451[_0x5c5645(0x162)][_0x5c5645(0x144)](_0x5c5645(0x15d),_0x5c5645(0x159),_0x5c5645(0x158),function(_0x8ff8f7,_0x432fa3){if(_0x30ea3a(_0x8ff8f7,_0x432fa3))return[_0x8ff8f7,_0x432fa3];if(_0x30ea3a(_0x432fa3,_0x8ff8f7))return[_0x432fa3,_0x8ff8f7];return null;});const _0x2ad6d9=[{'type':_0x5c5645(0x15d),'subType':_0x5c5645(0x159)},{'type':_0x5c5645(0x178),'subType':_0x5c5645(0x16d)},{'type':_0x5c5645(0x15d),'subType':_0x5c5645(0x127)},{'type':_0x5c5645(0x178),'subType':_0x5c5645(0x127)}];function _0x30ea3a(_0x36a626,_0x38ca85){const _0x54e889=_0x5c5645,_0x3d847a=_0x2ad6d9[_0x54e889(0x14d)](({type:_0xdbd719,subType:_0x406482})=>_0x36a626[_0x54e889(0x14f)]==_0xdbd719&&_0x36a626[_0x54e889(0x171)]==_0x406482),_0x458290=_0x2ad6d9[_0x54e889(0x14d)](({type:_0x1515ce,subType:_0x2799ba})=>_0x38ca85[_0x54e889(0x14f)]==_0x1515ce&&_0x38ca85[_0x54e889(0x171)]==_0x2799ba);if(_0x3d847a<0x0||_0x458290<0x0)return!0x1;const _0x1e978b=_0x36a626[_0x54e889(0x179)](),_0x16cf1a=_0x38ca85[_0x54e889(0x179)]();if((0x0==_0x3d847a||0x1==_0x3d847a)&&0x2==_0x458290&&_0x1e978b[_0x54e889(0x184)](_0x16cf1a))return!0x0;if(0x2==_0x3d847a&&0x3==_0x458290){const _0x1ca934=_0x46e451[_0x54e889(0x17e)](_0x1e978b,_0x54e889(0x178))[_0x54e889(0x146)](({suggestion:_0x286fea,meta:_0x805325})=>_0x805325[_0x54e889(0x17d)]&&_0x54e889(0x127)==_0x286fea[_0x54e889(0x171)]);if(_0x1ca934[_0x54e889(0x13e)]>0x1&&_0x16cf1a[_0x54e889(0x165)][_0x54e889(0x131)](_0x1e978b[_0x54e889(0x173)]))return!0x0;if(0x1==_0x1ca934[_0x54e889(0x13e)]&&(_0x1e978b[_0x54e889(0x173)][_0x54e889(0x131)](_0x16cf1a[_0x54e889(0x165)])||_0x1e978b[_0x54e889(0x165)][_0x54e889(0x131)](_0x16cf1a[_0x54e889(0x173)])))return!0x0;}if(0x3==_0x3d847a&&0x3==_0x458290&&_0x1e978b[_0x54e889(0x173)][_0x54e889(0x14e)](_0x16cf1a[_0x54e889(0x173)])){const _0x5de9a5=_0x1e978b[_0x54e889(0x165)][_0x54e889(0x120)],_0x7ab0d2=_0x16cf1a[_0x54e889(0x173)][_0x54e889(0x123)];return _0x2c45e1[_0x54e889(0x133)](_0x5de9a5)&&_0x5de9a5===_0x7ab0d2;}return!0x1;}_0x169905[_0x5c5645(0x143)][_0x5c5645(0x130)][_0x5c5645(0x145)](()=>{const _0x19d36b=_0x5c5645;let _0x56f08c=!0x1;const _0x196578=Array[_0x19d36b(0x15e)](_0x169905[_0x19d36b(0x143)][_0x19d36b(0x130)][_0x19d36b(0x16c)][_0x19d36b(0x16a)]());for(const {name:_0x479373,data:_0x1f7cd4}of _0x196578){const {group:_0x52be80,type:_0x5225ff,subType:_0x1f8c77,id:_0x1aaf11}=_0x46e451[_0x19d36b(0x167)](_0x479373);if(_0x19d36b(0x129)==_0x52be80&&_0x46e451[_0x19d36b(0x164)](_0x1aaf11)){if(_0x19d36b(0x15d)==_0x5225ff&&(_0x19d36b(0x159)==_0x1f8c77||_0x19d36b(0x150)==_0x1f8c77)){const _0x369ca2=_0x46e451[_0x19d36b(0x14a)](_0x1aaf11);if(_0x1f7cd4[_0x19d36b(0x16f)]){const _0x3bb549=_0x369ca2[_0x19d36b(0x179)]()[_0x19d36b(0x177)]();if(_0x2c45e1[_0x19d36b(0x133)](_0x3bb549))continue;_0x46e451[_0x19d36b(0x170)](_0x369ca2),_0x56f08c=!0x0;}}if(_0x19d36b(0x178)==_0x5225ff&&_0x19d36b(0x16d)==_0x1f8c77&&!_0x1f7cd4[_0x19d36b(0x16f)]){const _0x3fac1c=_0x46e451[_0x19d36b(0x14a)](_0x1aaf11);_0x3fac1c[_0x19d36b(0x160)]&&_0x3fac1c[_0x19d36b(0x160)][_0x19d36b(0x132)]&&(_0x46e451[_0x19d36b(0x170)](_0x3fac1c[_0x19d36b(0x160)]),_0x56f08c=!0x0);}}}return _0x56f08c;}),this[_0x5c5645(0x17a)](_0x4618d3);}[_0x50b0e9(0x17a)](_0xc71672){const _0x3e02ea=_0x50b0e9,_0x566ee6=this[_0x3e02ea(0x12b)],_0x1b95df=_0x566ee6[_0x3e02ea(0x126)];_0x566ee6[_0x3e02ea(0x14b)][_0x3e02ea(0x16b)](_0x3e02ea(0x175))[_0x3e02ea(0x163)][_0x3e02ea(0x13b)](_0x4303f0=>{const _0x2e5fe3=_0x3e02ea;if(_0x2e5fe3(0x15d)!=_0x4303f0[_0x2e5fe3(0x14f)]&&_0x2e5fe3(0x12c)!=_0x4303f0[_0x2e5fe3(0x14f)])return;const {data:_0x533b44}=_0x4303f0;if(!_0x533b44||_0x2e5fe3(0x14c)!=_0x533b44[_0x2e5fe3(0x17f)])return;const _0x5beee8=_0x533b44[_0x2e5fe3(0x136)][0x0][_0x2e5fe3(0x154)];return _0x26d10e(_0x2e5fe3(0x148)===_0x5beee8?_0x5edc12(_0x1b95df,_0x2e5fe3(0x15a)):_0xc71672[_0x5beee8]||_0x5beee8);function _0x26d10e(_0x4df4fa){const _0x5aa441=_0x2e5fe3;return{'type':_0x5aa441(0x122),'content':_0x5edc12(_0x1b95df,_0x5aa441(0x124),_0x4df4fa)};}});}}
|
|
23
|
+
const _0x29e96d=_0x3b0e;(function(_0x186130,_0x76df26){const _0x1f6a9a=_0x3b0e,_0x12b0f0=_0x186130();while(!![]){try{const _0x4f03cc=-parseInt(_0x1f6a9a(0x1d2))/0x1*(-parseInt(_0x1f6a9a(0x1cd))/0x2)+parseInt(_0x1f6a9a(0x1db))/0x3*(-parseInt(_0x1f6a9a(0x185))/0x4)+-parseInt(_0x1f6a9a(0x1c9))/0x5*(parseInt(_0x1f6a9a(0x1a8))/0x6)+-parseInt(_0x1f6a9a(0x1aa))/0x7+-parseInt(_0x1f6a9a(0x187))/0x8*(parseInt(_0x1f6a9a(0x1dc))/0x9)+-parseInt(_0x1f6a9a(0x195))/0xa+-parseInt(_0x1f6a9a(0x1c4))/0xb*(-parseInt(_0x1f6a9a(0x17a))/0xc);if(_0x4f03cc===_0x76df26)break;else _0x12b0f0['push'](_0x12b0f0['shift']());}catch(_0x3f7c04){_0x12b0f0['push'](_0x12b0f0['shift']());}}}(_0xf0a5,0xc0792));function _0x3b0e(_0x1da6a0,_0x27530d){const _0xf0a516=_0xf0a5();return _0x3b0e=function(_0x3b0e2d,_0x3dc6ae){_0x3b0e2d=_0x3b0e2d-0x17a;let _0x5a5406=_0xf0a516[_0x3b0e2d];return _0x5a5406;},_0x3b0e(_0x1da6a0,_0x27530d);}import{Plugin as _0x588bb2}from'ckeditor5/src/core.js';import{uid as _0x3f7471}from'ckeditor5/src/utils.js';import{getTranslation as _0x578c9f}from'../utils/common-translations.js';function _0xf0a5(){const _0x234a04=['ImageUtils','_splitMarkerName','isBlockImage','imageStyle','Users','length','format','forEach','newRange','has','join','commands','getSuggestions','convertInlineImageToBlock','from','isEqual','1529bGjSed','imageStylePreApply','setImageNaturalSizeAttributes','locale','differ','5laykeV','subType','findIndex','getSuggestionCallback','138jcAMRV','createRangeOn','model','plugins','chain','1197HNmsjy','imageStylePostApply','isInContent','imageTypeBlock','value','suggestion','registerDescriptionCallback','enableCommand','discard','1618167UGctto','63xhPSxT','getContainedElement','commandName','392484HKaTCT','getChangedMarkers','selection','isBefore','name','isIntersecting','filter','nodeBefore','imageTypeInline','_suggestionFactory','_registerLegacyDescription','8aPIciG','getFirstRange','1179128EyuqqS','TrackChangesEditing','registerCustomCallback','title','_findSuggestions','next','toLowerCase','change','isInlineImage','end','insertion','afterInit','ImageStyleEditing','head','237640akTPFj','commandReversedParams','normalizedStyles','_descriptionFactory','side','shouldConvertImageType','get','editor','accept','refresh','nodeAfter','markInlineFormat','start','getClosestSelectedImageElement','type','discardSuggestion','hasSuggestion','formatBlock','getSuggestion','4158102MQYskW','commandParams','7092400uHfvlu','author','markBlockFormat','document','isOwn','imageCaption','registerPostFixer','FORMAT_SIDE_IMAGE','*Format:*\x20%0','formatInline'];_0xf0a5=function(){return _0x234a04;};return _0xf0a5();}export default class nt extends _0x588bb2{[_0x29e96d(0x192)](){const _0x2614df=_0x29e96d,_0x3aab83=this[_0x2614df(0x19c)];if(!_0x3aab83[_0x2614df(0x1d0)][_0x2614df(0x1bd)](_0x2614df(0x193)))return;const _0x106c0f=_0x3aab83[_0x2614df(0x1d0)][_0x2614df(0x19b)](_0x2614df(0x188)),_0x39b6b5=_0x3aab83[_0x2614df(0x1d0)][_0x2614df(0x19b)](_0x2614df(0x1b4)),_0x226a57={};_0x106c0f[_0x2614df(0x1d9)](_0x2614df(0x1b7),(_0x3882eb,_0x2543ea)=>{const _0x3b513c=_0x2614df,_0x494ccc=_0x3aab83[_0x3b513c(0x1d0)][_0x3b513c(0x19b)](_0x3b513c(0x1b8))['me'],_0x266a73=_0x3aab83[_0x3b513c(0x1bf)][_0x3b513c(0x19b)](_0x3b513c(0x1b7));let _0x16c94b=_0x39b6b5[_0x3b513c(0x1a2)](_0x3aab83[_0x3b513c(0x1cf)][_0x3b513c(0x1ad)][_0x3b513c(0x17c)]),_0x466c5c=_0x3aab83[_0x3b513c(0x1cf)][_0x3b513c(0x1ce)](_0x16c94b),_0x271992=_0x266a73[_0x3b513c(0x1d6)];if(_0x271992==_0x2543ea[_0x3b513c(0x1d6)])return;const _0x139eef={'commandName':_0x3b513c(0x1b7),'commandParams':[_0x2543ea],'formatGroupId':_0x3f7471()};_0x3aab83[_0x3b513c(0x1cf)][_0x3b513c(0x18e)](()=>{const _0x39a603=_0x3b513c;if(_0x106c0f[_0x39a603(0x1c0)]()[_0x39a603(0x180)](_0x2fc4ef=>_0x2fc4ef[_0x39a603(0x1d4)]&&_0x494ccc==_0x2fc4ef[_0x39a603(0x1ab)]&&(_0x39a603(0x1a6)==_0x2fc4ef[_0x39a603(0x1a3)]||_0x39a603(0x1b3)==_0x2fc4ef[_0x39a603(0x1a3)])&&(_0x39a603(0x1c5)==_0x2fc4ef[_0x39a603(0x1ca)]||_0x39a603(0x1d3)==_0x2fc4ef[_0x39a603(0x1ca)])&&_0x2fc4ef[_0x39a603(0x186)]()[_0x39a603(0x1c3)](_0x466c5c))[_0x39a603(0x1bb)](_0x536457=>_0x106c0f[_0x39a603(0x1a4)](_0x536457[_0x39a603(0x194)])),_0x16c94b=_0x39b6b5[_0x39a603(0x1a2)](_0x3aab83[_0x39a603(0x1cf)][_0x39a603(0x1ad)][_0x39a603(0x17c)]),_0x466c5c=_0x3aab83[_0x39a603(0x1cf)][_0x39a603(0x1ce)](_0x16c94b),_0x266a73[_0x39a603(0x19e)](),_0x3aab83[_0x39a603(0x1bf)][_0x39a603(0x19b)](_0x39a603(0x182))[_0x39a603(0x19e)](),_0x3aab83[_0x39a603(0x1bf)][_0x39a603(0x19b)](_0x39a603(0x1d5))[_0x39a603(0x19e)](),_0x271992=_0x266a73[_0x39a603(0x1d6)],_0x271992!=_0x2543ea[_0x39a603(0x1d6)])return _0x39b6b5[_0x39a603(0x18f)](_0x16c94b)&&_0x266a73[_0x39a603(0x19a)](_0x2543ea[_0x39a603(0x1d6)],_0x16c94b)?(_0x3882eb({..._0x2543ea,'setImageSizes':!0x1}),_0x16c94b=_0x39b6b5[_0x39a603(0x1a2)](_0x3aab83[_0x39a603(0x1cf)][_0x39a603(0x1ad)][_0x39a603(0x17c)]),void _0x106c0f[_0x39a603(0x1ac)](_0x16c94b,{..._0x139eef,'commandReversedParams':[{'value':_0x271992||null,'setImageSizes':!0x1}]},[],_0x39a603(0x1c5))):void(_0x39b6b5[_0x39a603(0x1b6)](_0x16c94b)?_0x106c0f[_0x39a603(0x1ac)](_0x16c94b,_0x139eef,[],_0x39a603(0x1d3)):_0x106c0f[_0x39a603(0x1a0)](_0x466c5c,_0x139eef,_0x39a603(0x1d3)));});});for(const _0x483702 of _0x3aab83[_0x2614df(0x1d0)][_0x2614df(0x19b)](_0x2614df(0x193))[_0x2614df(0x197)])_0x226a57[_0x483702[_0x2614df(0x17e)]]=_0x483702[_0x2614df(0x18a)][_0x2614df(0x18d)]();_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1c5),_0x2614df(0x1be),()=>!0x1),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1d3),_0x2614df(0x1be),()=>!0x1),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1b3),_0x2614df(0x1d3),_0x2614df(0x1be),()=>!0x1),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1c5),_0x2614df(0x19d),([_0x2a42b8])=>{const _0x4c3a87=_0x2614df;_0x39b6b5[_0x4c3a87(0x1c6)](_0x2a42b8[_0x4c3a87(0x1dd)]());}),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1c5),_0x2614df(0x1da),(_0x5b3fcd,_0x4aac57)=>{const _0x40ccef=_0x2614df;_0x106c0f[_0x40ccef(0x183)][_0x40ccef(0x1cc)](_0x40ccef(0x1a6),'',_0x40ccef(0x19d))(_0x5b3fcd,{'commandName':_0x4aac57[_0x40ccef(0x1de)],'commandParams':_0x4aac57[_0x40ccef(0x196)]});}),_0x106c0f[_0x2614df(0x183)][_0x2614df(0x189)](_0x2614df(0x1a6),_0x2614df(0x1c5),_0x2614df(0x1d1),function(_0x109e4f,_0x47093a){if(_0x215d75(_0x109e4f,_0x47093a))return[_0x109e4f,_0x47093a];if(_0x215d75(_0x47093a,_0x109e4f))return[_0x47093a,_0x109e4f];return null;});const _0x159c87=[{'type':_0x2614df(0x1a6),'subType':_0x2614df(0x1c5)},{'type':_0x2614df(0x191),'subType':_0x2614df(0x1af)},{'type':_0x2614df(0x1a6),'subType':_0x2614df(0x1c1)},{'type':_0x2614df(0x191),'subType':_0x2614df(0x1c1)}];function _0x215d75(_0x21bfa1,_0x1033ad){const _0x14e543=_0x2614df,_0x18ea0f=_0x159c87[_0x14e543(0x1cb)](({type:_0x55b9f4,subType:_0x43ba2})=>_0x21bfa1[_0x14e543(0x1a3)]==_0x55b9f4&&_0x21bfa1[_0x14e543(0x1ca)]==_0x43ba2),_0x1f2408=_0x159c87[_0x14e543(0x1cb)](({type:_0x50e3db,subType:_0x5239ca})=>_0x1033ad[_0x14e543(0x1a3)]==_0x50e3db&&_0x1033ad[_0x14e543(0x1ca)]==_0x5239ca);if(_0x18ea0f<0x0||_0x1f2408<0x0)return!0x1;const _0x5a2a32=_0x21bfa1[_0x14e543(0x186)](),_0x479ee0=_0x1033ad[_0x14e543(0x186)]();if((0x0==_0x18ea0f||0x1==_0x18ea0f)&&0x2==_0x1f2408&&_0x5a2a32[_0x14e543(0x17f)](_0x479ee0))return!0x0;if(0x2==_0x18ea0f&&0x3==_0x1f2408){const _0x437766=_0x106c0f[_0x14e543(0x18b)](_0x5a2a32,_0x14e543(0x191))[_0x14e543(0x180)](({suggestion:_0x241256,meta:_0x9321da})=>_0x9321da[_0x14e543(0x1ae)]&&_0x14e543(0x1c1)==_0x241256[_0x14e543(0x1ca)]);if(_0x437766[_0x14e543(0x1b9)]>0x1&&_0x479ee0[_0x14e543(0x190)][_0x14e543(0x1c3)](_0x5a2a32[_0x14e543(0x1a1)]))return!0x0;if(0x1==_0x437766[_0x14e543(0x1b9)]&&(_0x5a2a32[_0x14e543(0x1a1)][_0x14e543(0x1c3)](_0x479ee0[_0x14e543(0x190)])||_0x5a2a32[_0x14e543(0x190)][_0x14e543(0x1c3)](_0x479ee0[_0x14e543(0x1a1)])))return!0x0;}if(0x3==_0x18ea0f&&0x3==_0x1f2408&&_0x5a2a32[_0x14e543(0x1a1)][_0x14e543(0x17d)](_0x479ee0[_0x14e543(0x1a1)])){const _0x310bad=_0x5a2a32[_0x14e543(0x190)][_0x14e543(0x19f)],_0x1ccee7=_0x479ee0[_0x14e543(0x1a1)][_0x14e543(0x181)];return _0x39b6b5[_0x14e543(0x1b6)](_0x310bad)&&_0x310bad===_0x1ccee7;}return!0x1;}_0x3aab83[_0x2614df(0x1cf)][_0x2614df(0x1ad)][_0x2614df(0x1b0)](()=>{const _0x32974f=_0x2614df;let _0x54e9dc=!0x1;const _0x28709b=Array[_0x32974f(0x1c2)](_0x3aab83[_0x32974f(0x1cf)][_0x32974f(0x1ad)][_0x32974f(0x1c8)][_0x32974f(0x17b)]());for(const {name:_0x3eb369,data:_0x22ac6f}of _0x28709b){const {group:_0x2e83f7,type:_0x900b31,subType:_0x483d46,id:_0x3cea4a}=_0x106c0f[_0x32974f(0x1b5)](_0x3eb369);if(_0x32974f(0x1d7)==_0x2e83f7&&_0x106c0f[_0x32974f(0x1a5)](_0x3cea4a)){if(_0x32974f(0x1a6)==_0x900b31&&(_0x32974f(0x1c5)==_0x483d46||_0x32974f(0x1d3)==_0x483d46)){const _0x4dc207=_0x106c0f[_0x32974f(0x1a7)](_0x3cea4a);if(_0x22ac6f[_0x32974f(0x1bc)]){const _0x4de04f=_0x4dc207[_0x32974f(0x186)]()[_0x32974f(0x1dd)]();if(_0x39b6b5[_0x32974f(0x1b6)](_0x4de04f))continue;_0x106c0f[_0x32974f(0x1a4)](_0x4dc207),_0x54e9dc=!0x0;}}if(_0x32974f(0x191)==_0x900b31&&_0x32974f(0x1af)==_0x483d46&&!_0x22ac6f[_0x32974f(0x1bc)]){const _0x5484a8=_0x106c0f[_0x32974f(0x1a7)](_0x3cea4a);_0x5484a8[_0x32974f(0x18c)]&&_0x5484a8[_0x32974f(0x18c)][_0x32974f(0x1d4)]&&(_0x106c0f[_0x32974f(0x1a4)](_0x5484a8[_0x32974f(0x18c)]),_0x54e9dc=!0x0);}}}return _0x54e9dc;}),this[_0x2614df(0x184)](_0x226a57);}[_0x29e96d(0x184)](_0x338e39){const _0x4891b3=_0x29e96d,_0x391e3a=this[_0x4891b3(0x19c)],_0x456940=_0x391e3a[_0x4891b3(0x1c7)];_0x391e3a[_0x4891b3(0x1d0)][_0x4891b3(0x19b)](_0x4891b3(0x188))[_0x4891b3(0x198)][_0x4891b3(0x1d8)](_0xe1621e=>{const _0xf035b4=_0x4891b3;if(_0xf035b4(0x1a6)!=_0xe1621e[_0xf035b4(0x1a3)]&&_0xf035b4(0x1b3)!=_0xe1621e[_0xf035b4(0x1a3)])return;const {data:_0x4579c7}=_0xe1621e;if(!_0x4579c7||_0xf035b4(0x1b7)!=_0x4579c7[_0xf035b4(0x1de)])return;const _0x6d886a=_0x4579c7[_0xf035b4(0x1a9)][0x0][_0xf035b4(0x1d6)];return _0x5b033a(_0xf035b4(0x199)===_0x6d886a?_0x578c9f(_0x456940,_0xf035b4(0x1b1)):_0x338e39[_0x6d886a]||_0x6d886a);function _0x5b033a(_0x18d8e4){const _0x521146=_0xf035b4;return{'type':_0x521146(0x1ba),'content':_0x578c9f(_0x456940,_0x521146(0x1b2),_0x18d8e4)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x40d56a=_0x4386;(function(_0x3aa17d,_0x39b28e){const _0x4bd13a=_0x4386,_0x16be42=_0x3aa17d();while(!![]){try{const _0x2398c5=parseInt(_0x4bd13a(0xdb))/0x1*(-parseInt(_0x4bd13a(0xe2))/0x2)+parseInt(_0x4bd13a(0xc6))/0x3+-parseInt(_0x4bd13a(0xd8))/0x4+-parseInt(_0x4bd13a(0xdd))/0x5+parseInt(_0x4bd13a(0xd3))/0x6*(-parseInt(_0x4bd13a(0xc8))/0x7)+parseInt(_0x4bd13a(0xe1))/0x8*(-parseInt(_0x4bd13a(0xc7))/0x9)+parseInt(_0x4bd13a(0xd0))/0xa;if(_0x2398c5===_0x39b28e)break;else _0x16be42['push'](_0x16be42['shift']());}catch(_0x12b964){_0x16be42['push'](_0x16be42['shift']());}}}(_0x2b89,0xb0f55));function _0x2b89(){const _0x4376b0=['_setSuggestionData','3071196tJPRDW','36onndmz','49SvHsMH','track_changes','afterInit','_trackChangesValueDuringImport','Users','listenTo','editor','execute','33831260fOoRJj','value','dataInsert','1192608idMjHv','TrackChangesEditing','_handleImportedData','get','collaboration_features','72480RZycXR','lowest','bind','2383cDEPrR','trackChanges','4243415NfQGLz','high','importWord','plugins','531440DJtukG','972PHsxCe','_trackChangesExecuted','commands','enableCommand','forEach'];_0x2b89=function(){return _0x4376b0;};return _0x2b89();}function _0x4386(_0x4bd65e,_0x5eee17){const _0x2b89da=_0x2b89();return _0x4386=function(_0x4386a0,_0x2fc824){_0x4386a0=_0x4386a0-0xc5;let _0x413941=_0x2b89da[_0x4386a0];return _0x413941;},_0x4386(_0x4bd65e,_0x5eee17);}import{Plugin as _0x3bb7f6}from'ckeditor5/src/core.js';export default class ot extends _0x3bb7f6{constructor(_0x379f98){const _0x2cfa2d=_0x4386;super(_0x379f98),this[_0x2cfa2d(0xcb)]=!0x1,this[_0x2cfa2d(0xe3)]=!0x1;}[_0x40d56a(0xca)](){const _0x46df7d=_0x40d56a,_0x51ffd9=this[_0x46df7d(0xce)],_0x3c02e7=_0x51ffd9[_0x46df7d(0xe4)][_0x46df7d(0xd6)](_0x46df7d(0xdf)),_0x5682aa=_0x51ffd9[_0x46df7d(0xe4)][_0x46df7d(0xd6)](_0x46df7d(0xdc));_0x3c02e7&&(_0x3c02e7['on'](_0x46df7d(0xcf),(_0x137d92,[,_0x533b2e])=>{const _0x519739=_0x46df7d;this[_0x519739(0xcb)]=_0x5682aa[_0x519739(0xd1)],_0x533b2e[_0x519739(0xd7)][_0x519739(0xc9)]=!this[_0x519739(0xcb)];},{'priority':_0x46df7d(0xde)}),this[_0x46df7d(0xcd)](_0x3c02e7,_0x46df7d(0xd2),this[_0x46df7d(0xd5)][_0x46df7d(0xda)](this)),this[_0x46df7d(0xcd)](_0x3c02e7,_0x46df7d(0xd2),()=>{const _0x97aee0=_0x46df7d;this[_0x97aee0(0xe3)]&&(_0x5682aa[_0x97aee0(0xcf)](),this[_0x97aee0(0xe3)]=!0x1);},{'priority':_0x46df7d(0xd9)}),_0x51ffd9[_0x46df7d(0xe0)][_0x46df7d(0xd6)](_0x46df7d(0xd4))[_0x46df7d(0xe5)](_0x46df7d(0xdf)));}[_0x40d56a(0xd5)](_0x485608,_0x19acaf){const _0x1ed5c2=_0x40d56a,{suggestions:_0xde0c39}=_0x19acaf,_0xd9d5d=this[_0x1ed5c2(0xce)][_0x1ed5c2(0xe4)][_0x1ed5c2(0xd6)](_0x1ed5c2(0xdc)),_0x2e31a7=_0xd9d5d[_0x1ed5c2(0xd1)];this[_0x1ed5c2(0xcb)]!==_0x2e31a7&&(_0xd9d5d[_0x1ed5c2(0xcf)](),this[_0x1ed5c2(0xe3)]=!0x0),_0xde0c39&&_0xde0c39[_0x1ed5c2(0xe6)](({id:_0xcf77e3,type:_0x379877,author:_0x220e81,created_at:_0x3dcea6})=>{const _0x118578=_0x1ed5c2,_0x15a9cb={'id':_0xcf77e3,'type':_0x379877,'authorId':this[_0x118578(0xce)][_0x118578(0xe0)][_0x118578(0xd6)](_0x118578(0xcc))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x220e81,'createdAt':_0x3dcea6?new Date(_0x3dcea6):new Date(),'source':_0x118578(0xdf)}}};this[_0x118578(0xce)][_0x118578(0xe0)][_0x118578(0xd6)](_0x118578(0xd4))[_0x118578(0xc5)](_0x15a9cb);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5560f4=_0x35df;(function(_0x371eac,_0x21dd2b){const _0x5daee7=_0x35df,_0x14dc11=_0x371eac();while(!![]){try{const _0x2cd28c=-parseInt(_0x5daee7(0xd5))/0x1*(parseInt(_0x5daee7(0xc2))/0x2)+parseInt(_0x5daee7(0xc6))/0x3*(parseInt(_0x5daee7(0xd4))/0x4)+parseInt(_0x5daee7(0xe4))/0x5*(parseInt(_0x5daee7(0xe9))/0x6)+-parseInt(_0x5daee7(0xe7))/0x7*(parseInt(_0x5daee7(0xe8))/0x8)+-parseInt(_0x5daee7(0xd7))/0x9*(-parseInt(_0x5daee7(0xe0))/0xa)+-parseInt(_0x5daee7(0xd9))/0xb+-parseInt(_0x5daee7(0xd0))/0xc*(-parseInt(_0x5daee7(0xce))/0xd);if(_0x2cd28c===_0x21dd2b)break;else _0x14dc11['push'](_0x14dc11['shift']());}catch(_0x42d3aa){_0x14dc11['push'](_0x14dc11['shift']());}}}(_0x129e,0xf2762));function _0x129e(){const _0x2cef26=['enableCommand','10jodxZd','getItemLabel','get','38549hBJLGM','496hjXlLl','5833764eoOxwV','_enableDefaultAttributesIntegration','type','_registerBlockAttribute','364072erRJqN','registerDescriptionCallback','IndentEditing','FORMAT_INDENT','3dJSeca','editor','indentBlock','outdentBlock','*Indent:*\x20%0','commandName','TrackChangesEditing','has','29861aeDjBV','indent','1788QHGpro','formatBlock','locale','format','2341448cukTVr','7GTiOPU','_descriptionFactory','615240FRCZCe','getItems','9664985gfkdpN','plugins','_registerLegacyDescription','registerAttributeLabel','blockIndent','afterInit','*Outdent:*\x20%0','90xNOEbF','IndentBlock','outdent'];_0x129e=function(){return _0x2cef26;};return _0x129e();}import{Plugin as _0x42f7a5}from'ckeditor5/src/core.js';function _0x35df(_0x4961b5,_0x2530c0){const _0x129ed8=_0x129e();return _0x35df=function(_0x35df85,_0x14c51f){_0x35df85=_0x35df85-0xc1;let _0x48d0e6=_0x129ed8[_0x35df85];return _0x48d0e6;},_0x35df(_0x4961b5,_0x2530c0);}import{getTranslation as _0x52ddcb}from'../utils/common-translations.js';export default class rt extends _0x42f7a5{[_0x5560f4(0xde)](){const _0x1f07e7=_0x5560f4,_0x58c3d7=this[_0x1f07e7(0xc7)],_0x5347ca=_0x58c3d7[_0x1f07e7(0xda)][_0x1f07e7(0xe6)](_0x1f07e7(0xcc));if(_0x58c3d7[_0x1f07e7(0xda)][_0x1f07e7(0xcd)](_0x1f07e7(0xc4))&&(_0x5347ca[_0x1f07e7(0xe3)](_0x1f07e7(0xcf)),_0x5347ca[_0x1f07e7(0xe3)](_0x1f07e7(0xe2))),_0x58c3d7[_0x1f07e7(0xda)][_0x1f07e7(0xcd)](_0x1f07e7(0xe1))){for(const _0x1f3fc5 of[_0x1f07e7(0xc8),_0x1f07e7(0xc9)])_0x5347ca[_0x1f07e7(0xea)](_0x1f3fc5);}const _0x5ec258=_0x58c3d7[_0x1f07e7(0xd2)];_0x5347ca[_0x1f07e7(0xc1)](_0x1f07e7(0xdd)),_0x5347ca[_0x1f07e7(0xd6)][_0x1f07e7(0xdc)](_0x1f07e7(0xdd),_0x52ddcb(_0x5ec258,_0x1f07e7(0xc5))),this[_0x1f07e7(0xdb)]();}[_0x5560f4(0xdb)](){const _0x1f37cc=_0x5560f4,_0x354661=this[_0x1f37cc(0xc7)],_0x3d22f6=_0x354661[_0x1f37cc(0xd2)],_0x231b57=_0x354661[_0x1f37cc(0xda)][_0x1f37cc(0xe6)](_0x1f37cc(0xcc));_0x231b57[_0x1f37cc(0xd6)][_0x1f37cc(0xc3)](_0xa7121e=>{const _0xc7537a=_0x1f37cc;if(_0xc7537a(0xd1)!=_0xa7121e[_0xc7537a(0xeb)])return;const {data:_0x2a5c86}=_0xa7121e;if(!_0x2a5c86)return;if(_0xc7537a(0xc8)!=_0x2a5c86[_0xc7537a(0xcb)]&&_0xc7537a(0xc9)!=_0x2a5c86[_0xc7537a(0xcb)])return;const _0x1153af=_0xa7121e[_0xc7537a(0xd8)]()[0x0],_0x1d6555=_0x231b57[_0xc7537a(0xd6)][_0xc7537a(0xe5)](_0x1153af);return _0xc7537a(0xc8)==_0x2a5c86[_0xc7537a(0xcb)]?{'type':_0xc7537a(0xd3),'content':_0x52ddcb(_0x3d22f6,_0xc7537a(0xca),_0x1d6555)}:_0xc7537a(0xc9)==_0x2a5c86[_0xc7537a(0xcb)]?{'type':_0xc7537a(0xd3),'content':_0x52ddcb(_0x3d22f6,_0xc7537a(0xdf),_0x1d6555)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x2e92a2=_0x280d;function _0x3777(){var _0x2b3ab8=['TrackChangesEditing','273nibWwS','enableCommand','requires','2ZPezTz','2864CYxYnr','34414DdNpRI','input','init','805855KuqLCx','get','4841007uAPTCX','6736510DCESQW','3457808tZZHeZ','21492mBKhQw','plugins','38814fHwpCH','editor'];_0x3777=function(){return _0x2b3ab8;};return _0x3777();}(function(_0x53899c,_0x237628){var _0x151ee1=_0x280d,_0x44c99b=_0x53899c();while(!![]){try{var _0x5d38df=-parseInt(_0x151ee1(0x92))/0x1*(parseInt(_0x151ee1(0x90))/0x2)+parseInt(_0x151ee1(0x97))/0x3+parseInt(_0x151ee1(0x87))/0x4+parseInt(_0x151ee1(0x95))/0x5+-parseInt(_0x151ee1(0x8a))/0x6*(parseInt(_0x151ee1(0x8d))/0x7)+-parseInt(_0x151ee1(0x91))/0x8*(parseInt(_0x151ee1(0x88))/0x9)+-parseInt(_0x151ee1(0x86))/0xa;if(_0x5d38df===_0x237628)break;else _0x44c99b['push'](_0x44c99b['shift']());}catch(_0x16c104){_0x44c99b['push'](_0x44c99b['shift']());}}}(_0x3777,0xc92e0));import{Plugin as _0x25023e}from'ckeditor5/src/core.js';import{Input as _0x15bba7}from'ckeditor5/src/typing.js';function _0x280d(_0x18608,_0x569ac6){var _0x37776a=_0x3777();return _0x280d=function(_0x280de3,_0x1b4c55){_0x280de3=_0x280de3-0x86;var _0x3b4c75=_0x37776a[_0x280de3];return _0x3b4c75;},_0x280d(_0x18608,_0x569ac6);}export default class at extends _0x25023e{static get[_0x2e92a2(0x8f)](){return[_0x15bba7];}[_0x2e92a2(0x94)](){var _0x437b75=_0x2e92a2;this[_0x437b75(0x8b)][_0x437b75(0x89)][_0x437b75(0x96)](_0x437b75(0x8c))[_0x437b75(0x8e)](_0x437b75(0x93));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x22f835=_0x465c;(function(_0x246fb9,_0x266488){const _0x491059=_0x465c,_0x3035f5=_0x246fb9();while(!![]){try{const _0x250dd6=parseInt(_0x491059(0xb3))/0x1+-parseInt(_0x491059(0xf0))/0x2*(parseInt(_0x491059(0xaf))/0x3)+parseInt(_0x491059(0xe8))/0x4*(-parseInt(_0x491059(0xad))/0x5)+-parseInt(_0x491059(0x100))/0x6*(-parseInt(_0x491059(0xbf))/0x7)+-parseInt(_0x491059(0xb2))/0x8*(-parseInt(_0x491059(0xb6))/0x9)+parseInt(_0x491059(0xe2))/0xa+-parseInt(_0x491059(0xed))/0xb;if(_0x250dd6===_0x266488)break;else _0x3035f5['push'](_0x3035f5['shift']());}catch(_0x352347){_0x3035f5['push'](_0x3035f5['shift']());}}}(_0x3cc3,0xdaa58));import{Plugin as _0x19aee5}from'ckeditor5/src/core.js';import{getTranslation as _0x49975d}from'../utils/common-translations.js';export default class ut extends _0x19aee5{[_0x22f835(0xec)](){const _0x2ccfd7=_0x22f835,_0x397bec=this[_0x2ccfd7(0xda)],_0x3717d7=_0x397bec[_0x2ccfd7(0xe1)];if(!_0x397bec[_0x2ccfd7(0xff)][_0x2ccfd7(0xc3)](_0x2ccfd7(0xdd)))return;const _0x4055a0=_0x397bec[_0x2ccfd7(0xff)][_0x2ccfd7(0xfc)](_0x2ccfd7(0xb8)),_0xb7b2dc=_0x397bec[_0x2ccfd7(0xff)][_0x2ccfd7(0xc3)](_0x2ccfd7(0xcd));function _0xa76651(_0x472710){return()=>{const _0x3616ca=_0x465c,_0x2f67cd=_0x397bec[_0x3616ca(0xf9)][_0x3616ca(0xf3)][_0x3616ca(0xd8)],_0x9d24f1=_0x397bec[_0x3616ca(0xef)][_0x3616ca(0xfc)](_0x472710);if(_0x9d24f1[_0x3616ca(0xb0)])return void _0x397bec[_0x3616ca(0xde)](_0x3616ca(0xbe),{});const _0x227f58=_0x472710[_0x3616ca(0xce)](0x0,-0x4),_0xb1623c=function(_0x2a6b46,_0x430ce0,_0x24ab49){const _0x2203cb=_0x3616ca;let _0x438d65=Array[_0x2203cb(0xd7)](_0x2a6b46)[_0x2203cb(0xac)](_0x1afdfb=>function(_0x5a8093,_0x430101){const _0x3bb523=_0x2203cb;return _0x430101[_0x3bb523(0xf6)](_0x5a8093[_0x3bb523(0xf8)],_0x3bb523(0xcf))&&!_0x430101[_0x3bb523(0xc7)](_0x5a8093);}(_0x1afdfb,_0x24ab49));_0x438d65=_0x438d65[_0x2203cb(0xac)](_0x41cf20=>!_0x41cf20['is'](_0x2203cb(0xcb),_0x2203cb(0xcf))||_0x41cf20[_0x2203cb(0xf2)](_0x2203cb(0xd1))!=_0x430ce0);const _0x202b48=new Set();for(const _0x3b7617 of _0x438d65)_0x3b7617['is'](_0x2203cb(0xcb),_0x2203cb(0xcf))?_0x202b48[_0x2203cb(0xfe)](me(_0x3b7617)):_0x202b48[_0x2203cb(0xfe)](_0x3b7617);return Array[_0x2203cb(0xd7)](_0x202b48);}(_0x2f67cd[_0x3616ca(0xd6)](),_0x227f58,_0x397bec[_0x3616ca(0xf9)][_0x3616ca(0xe7)]);_0x397bec[_0x3616ca(0xf9)][_0x3616ca(0xd2)](()=>{const _0x1dfdb7=_0x3616ca;for(const _0x300ee2 of _0xb1623c)_0x4055a0[_0x1dfdb7(0xb4)](_0x300ee2,{'commandName':_0x472710,'commandParams':[{'forceValue':!_0x9d24f1[_0x1dfdb7(0xb0)]}],'formatGroupId':_0x1dfdb7(0xb5)},fe(_0x300ee2));});};}function _0xda636b(_0x91a3ca){return()=>{const _0x24f1d3=_0x465c,_0x576f70=function(_0xb73088){const _0x2a0369=_0x465c;let _0x408dc7=Array[_0x2a0369(0xd7)](_0xb73088);const _0x55f7bb=_0x408dc7[_0x2a0369(0xe0)](_0xe6d66a=>_0x2a0369(0xcf)!=_0xe6d66a[_0x2a0369(0xbb)]);return _0x55f7bb>-0x1&&(_0x408dc7=_0x408dc7[_0x2a0369(0xce)](0x0,_0x55f7bb)),_0x408dc7;}(_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xf3)][_0x24f1d3(0xd8)][_0x24f1d3(0xd6)]()),_0xfbb0fb=_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xd4)](_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xd9)](_0x576f70[0x0],_0x24f1d3(0xee)),_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xd9)](_0x576f70[_0x576f70[_0x24f1d3(0xe5)]-0x1],_0x24f1d3(0xf5)));_0x397bec[_0x24f1d3(0xf9)][_0x24f1d3(0xd2)](()=>{const _0x41887e=_0x24f1d3;_0x4055a0[_0x41887e(0xb4)](_0xfbb0fb,{'commandName':_0x91a3ca,'commandParams':[],'formatGroupId':_0x41887e(0xdb)},function(_0x4dfbdc){const _0x26aa42=_0x41887e,_0xa37f92=new Set();for(const _0x36510d of _0x4dfbdc){let _0x14732c=_0x36510d[_0x26aa42(0x102)];for(;_0x14732c&&_0x14732c[_0x26aa42(0xf2)](_0x26aa42(0xdb))>_0x36510d[_0x26aa42(0xf2)](_0x26aa42(0xdb));)_0xa37f92[_0x26aa42(0xfe)](_0x14732c),_0x14732c=_0x14732c[_0x26aa42(0x102)];}return Array[_0x26aa42(0xd7)](_0xa37f92);}(_0x576f70));});};}_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xf7),_0xa76651(_0x2ccfd7(0xf7))),_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xe9),_0xa76651(_0x2ccfd7(0xe9))),_0xb7b2dc&&_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xd0),_0xa76651(_0x2ccfd7(0xd0))),_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xf1),_0xda636b(_0x2ccfd7(0xf1))),_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xfa),_0xda636b(_0x2ccfd7(0xfa))),_0xb7b2dc&&_0x4055a0[_0x2ccfd7(0xc6)](_0x2ccfd7(0xfd),()=>{const _0x5cdbf0=_0x2ccfd7,_0x40dafe=_0x397bec[_0x5cdbf0(0xef)][_0x5cdbf0(0xfc)](_0x5cdbf0(0xfd)),_0x418853=Array[_0x5cdbf0(0xd7)](_0x40dafe[_0x5cdbf0(0xc1)]);_0x418853[_0x5cdbf0(0xac)](_0x4cb0ce=>_0x4cb0ce[_0x5cdbf0(0xf2)](_0x5cdbf0(0xd3))!=_0x40dafe[_0x5cdbf0(0xb0)]),_0x397bec[_0x5cdbf0(0xf9)][_0x5cdbf0(0xd2)](()=>{const _0x4d5f50=_0x5cdbf0;for(const _0x47fc3a of _0x418853)_0x4055a0[_0x4d5f50(0xb4)](_0x47fc3a,{'commandName':_0x4d5f50(0xfd),'commandParams':[{'forceValue':!_0x40dafe[_0x4d5f50(0xb0)]}]});});}),_0x4055a0[_0x2ccfd7(0xcc)][_0x2ccfd7(0xca)](_0x2ccfd7(0xcf),_0x470b21=>_0x49975d(_0x3717d7,_0x2ccfd7(0xc0),_0x470b21)),_0x4055a0[_0x2ccfd7(0xcc)][_0x2ccfd7(0xe4)](_0x724d5=>{const _0x7958fc=_0x2ccfd7;if(_0x7958fc(0xdc)!=_0x724d5[_0x7958fc(0xd5)]&&_0x7958fc(0xeb)!=_0x724d5[_0x7958fc(0xd5)])return;const {data:_0x1a51a6}=_0x724d5;if(_0x1a51a6){if(_0x7958fc(0xf7)==_0x1a51a6[_0x7958fc(0xe6)]||_0x7958fc(0xe9)==_0x1a51a6[_0x7958fc(0xe6)]||_0x7958fc(0xd0)==_0x1a51a6[_0x7958fc(0xe6)])switch(_0x1a51a6[_0x7958fc(0xe6)][_0x7958fc(0xfb)](_0x7958fc(0xc9),'')){case _0x7958fc(0xbc):return _0x46bd8a(_0x49975d(_0x3717d7,_0x7958fc(0xae)));case _0x7958fc(0xe3):return _0x46bd8a(_0x49975d(_0x3717d7,_0x7958fc(0xf4)));case _0x7958fc(0xea):return _0x46bd8a(_0x49975d(_0x3717d7,_0x7958fc(0xba)));}if(_0x7958fc(0xf1)==_0x1a51a6[_0x7958fc(0xe6)])return{'type':_0x7958fc(0xc2),'content':_0x49975d(_0x3717d7,_0x7958fc(0xb9),_0x49975d(_0x3717d7,_0x7958fc(0xc0)))};if(_0x7958fc(0xfa)==_0x1a51a6[_0x7958fc(0xe6)])return{'type':_0x7958fc(0xc2),'content':_0x49975d(_0x3717d7,_0x7958fc(0x101),_0x49975d(_0x3717d7,_0x7958fc(0xc0)))};if(_0x7958fc(0xfd)==_0x1a51a6[_0x7958fc(0xe6)])return _0x1a51a6[_0x7958fc(0xb1)][0x0][_0x7958fc(0xc8)]?{'type':_0x7958fc(0xc2),'content':_0x49975d(_0x3717d7,_0x7958fc(0xdf))}:{'type':_0x7958fc(0xc2),'content':_0x49975d(_0x3717d7,_0x7958fc(0xbd))};}function _0x46bd8a(_0x239894){const _0x2fd19c=_0x7958fc;return{'type':_0x2fd19c(0xc2),'content':_0x49975d(_0x3717d7,_0x2fd19c(0xc4),_0x239894)};}});}}function _0x465c(_0x18e606,_0x398c29){const _0x3cc308=_0x3cc3();return _0x465c=function(_0x465c1e,_0x331be3){_0x465c1e=_0x465c1e-0xac;let _0x130d34=_0x3cc308[_0x465c1e];return _0x130d34;},_0x465c(_0x18e606,_0x398c29);}function me(_0x588c4d){const _0x1448a4=_0x22f835,_0x5c26ce=_0x588c4d[_0x1448a4(0xf2)](_0x1448a4(0xdb));if(0x0==_0x5c26ce)return _0x588c4d;let _0x13e418=_0x588c4d;for(;_0x588c4d[_0x1448a4(0xc5)]&&_0x588c4d[_0x1448a4(0xc5)]['is'](_0x1448a4(0xcb),_0x1448a4(0xcf));){const _0x44177d=_0x588c4d[_0x1448a4(0xc5)][_0x1448a4(0xf2)](_0x1448a4(0xdb));if(_0x44177d==_0x5c26ce)_0x13e418=_0x588c4d[_0x1448a4(0xc5)];else{if(_0x44177d<_0x5c26ce)break;}_0x588c4d=_0x588c4d[_0x1448a4(0xc5)];}return _0x13e418;}function fe(_0x187d36){const _0x3ce9e4=_0x22f835,_0x35f3ab=[];if(_0x187d36['is'](_0x3ce9e4(0xcb),_0x3ce9e4(0xcf))&&_0x187d36[_0x3ce9e4(0xf2)](_0x3ce9e4(0xdb))>0x0){let _0xa09fc5=_0x187d36[_0x3ce9e4(0x102)];for(;_0xa09fc5&&_0x3ce9e4(0xcf)==_0xa09fc5[_0x3ce9e4(0xbb)]&&_0xa09fc5[_0x3ce9e4(0xf2)](_0x3ce9e4(0xdb))==_0x187d36[_0x3ce9e4(0xf2)](_0x3ce9e4(0xdb));)_0x35f3ab[_0x3ce9e4(0xb7)](_0xa09fc5),_0xa09fc5=_0xa09fc5[_0x3ce9e4(0x102)];}return _0x35f3ab;}function _0x3cc3(){const _0x252623=['_descriptionFactory','LegacyTodoListEditing','slice','listItem','todoList','listType','change','todoListChecked','createRange','type','getSelectedBlocks','from','selection','createPositionAt','editor','listIndent','formatBlock','LegacyListEditing','execute','*Check\x20item*','findIndex','locale','4541400ygpwZD','numbered','registerDescriptionCallback','length','commandName','schema','124QvuDRd','bulletedList','todo','formatInline','afterInit','10512051tMDelX','before','commands','26kqgung','indentList','getAttribute','document','ELEMENT_NUMBERED_LIST','end','checkChild','numberedList','parent','model','outdentList','replace','get','checkTodoList','add','plugins','30UhEreA','*Outdent:*\x20%0','nextSibling','filter','41190qORxTC','ELEMENT_BULLETED_LIST','233139gzaRLn','value','commandParams','1865264RsPqDX','925829iqhlta','markBlockFormat','blockName','45KzbKYc','push','TrackChangesEditing','*Indent:*\x20%0','ELEMENT_TODO_LIST','name','bulleted','*Uncheck\x20item*','paragraph','799547YtveYq','ELEMENT_LIST_ITEM','_selectedElements','format','has','*Change\x20to:*\x20%0','previousSibling','enableCommand','isObject','forceValue','List','registerElementLabel','element'];_0x3cc3=function(){return _0x252623;};return _0x3cc3();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4dfce4=_0x28b0;(function(_0x5ca6dd,_0x353295){const _0x25e23c=_0x28b0,_0x3c7eee=_0x5ca6dd();while(!![]){try{const _0x28e58e=parseInt(_0x25e23c(0xb4))/0x1*(parseInt(_0x25e23c(0xc8))/0x2)+-parseInt(_0x25e23c(0xbe))/0x3*(parseInt(_0x25e23c(0xe8))/0x4)+parseInt(_0x25e23c(0xb5))/0x5+-parseInt(_0x25e23c(0xf3))/0x6*(parseInt(_0x25e23c(0xeb))/0x7)+parseInt(_0x25e23c(0xc4))/0x8+-parseInt(_0x25e23c(0xb8))/0x9+-parseInt(_0x25e23c(0x100))/0xa*(-parseInt(_0x25e23c(0xd5))/0xb);if(_0x28e58e===_0x353295)break;else _0x3c7eee['push'](_0x3c7eee['shift']());}catch(_0x22096e){_0x3c7eee['push'](_0x3c7eee['shift']());}}}(_0x1db2,0x2bfff));function _0x28b0(_0x49d82a,_0x14962d){const _0x1db268=_0x1db2();return _0x28b0=function(_0x28b070,_0x246bfd){_0x28b070=_0x28b070-0xb3;let _0x590b7e=_0x1db268[_0x28b070];return _0x590b7e;},_0x28b0(_0x49d82a,_0x14962d);}import{Plugin as _0x4fd03e}from'ckeditor5/src/core.js';import{getTranslation as _0x2a74c8}from'../utils/common-translations.js';export default class K extends _0x4fd03e{[_0x4dfce4(0xd4)](){const _0x8a8a10=_0x4dfce4;if(!this[_0x8a8a10(0xd6)][_0x8a8a10(0xd9)][_0x8a8a10(0xcd)](_0x8a8a10(0xf2)))return;const _0x56ddd6=this[_0x8a8a10(0xd6)][_0x8a8a10(0x103)][_0x8a8a10(0xca)](_0x8a8a10(0xe4)),_0x5c9c4b=this[_0x8a8a10(0xd6)][_0x8a8a10(0xd9)][_0x8a8a10(0xca)](_0x8a8a10(0xf1));_0x56ddd6[_0x8a8a10(0xd0)]&&_0x5c9c4b[_0x8a8a10(0xff)](_0x8a8a10(0xcb),this[_0x8a8a10(0xe5)][_0x8a8a10(0xe7)](this)),_0x56ddd6[_0x8a8a10(0xfc)]&&_0x5c9c4b[_0x8a8a10(0xff)](_0x8a8a10(0x101),this[_0x8a8a10(0xf0)][_0x8a8a10(0xe7)](this)),_0x56ddd6[_0x8a8a10(0xdb)]&&_0x5c9c4b[_0x8a8a10(0xff)](_0x8a8a10(0xd2),this[_0x8a8a10(0xc1)][_0x8a8a10(0xe7)](this)),_0x5c9c4b[_0x8a8a10(0xe3)][_0x8a8a10(0xdc)](this[_0x8a8a10(0xd7)][_0x8a8a10(0xe7)](this));}[_0x4dfce4(0xe5)](_0x1742ed,_0x507f36={}){const _0x28622c=_0x4dfce4,_0x549b9a=this[_0x28622c(0xd6)][_0x28622c(0xd9)][_0x28622c(0xca)](_0x28622c(0xf1)),_0x591d3d=this[_0x28622c(0xbc)]();this[_0x28622c(0xd6)][_0x28622c(0xcf)][_0x28622c(0xbf)](()=>{const _0x44a197=_0x28622c;_0x549b9a[_0x44a197(0xc2)](_0x591d3d,{'commandName':_0x44a197(0xcb),'commandParams':[{'type':_0x507f36[_0x44a197(0xfa)]}],'formatGroupId':_0x44a197(0xcb)});});}[_0x4dfce4(0xf0)](_0x4f88c4,_0x504f0c={}){const _0x44fbd0=_0x4dfce4,_0x3b2357=this[_0x44fbd0(0xd6)][_0x44fbd0(0xd9)][_0x44fbd0(0xca)](_0x44fbd0(0xf1)),_0x1984ff=this[_0x44fbd0(0xea)](_0x15dc5e=>_0x15dc5e['is'](_0x44fbd0(0x102),_0x44fbd0(0xde))&&_0x44fbd0(0xc3)===_0x15dc5e[_0x44fbd0(0xfe)](_0x44fbd0(0xf7)));if(_0x1984ff[_0x44fbd0(0xce)]<0x1)return;const _0x38abf8=_0x1984ff[_0x44fbd0(0xb7)](_0x4faf05=>this[_0x44fbd0(0xd6)][_0x44fbd0(0xcf)][_0x44fbd0(0xf6)](this[_0x44fbd0(0xd6)][_0x44fbd0(0xcf)][_0x44fbd0(0xfd)](_0x4faf05,_0x44fbd0(0xef)),this[_0x44fbd0(0xd6)][_0x44fbd0(0xcf)][_0x44fbd0(0xfd)](_0x4faf05,0x0)));this[_0x44fbd0(0xd6)][_0x44fbd0(0xcf)][_0x44fbd0(0xbf)](()=>{const _0x35faf5=_0x44fbd0;_0x3b2357[_0x35faf5(0xc2)](_0x38abf8,{'commandName':_0x35faf5(0x101),'commandParams':[{'reversed':_0x504f0c[_0x35faf5(0xfc)]}],'formatGroupId':_0x35faf5(0x101)});});}[_0x4dfce4(0xc1)](_0x4dcc2e,_0x2ad63c={}){const _0x3dd50=_0x4dfce4,_0x29a1fd=this[_0x3dd50(0xd6)][_0x3dd50(0xd9)][_0x3dd50(0xca)](_0x3dd50(0xf1)),_0x23dd4a=this[_0x3dd50(0xea)](_0x5c9908=>_0x5c9908['is'](_0x3dd50(0x102),_0x3dd50(0xde))&&_0x3dd50(0xc3)===_0x5c9908[_0x3dd50(0xfe)](_0x3dd50(0xf7)));if(_0x23dd4a[_0x3dd50(0xce)]<0x1)return;const _0x683628=_0x23dd4a[_0x3dd50(0xb7)](_0x51357c=>this[_0x3dd50(0xd6)][_0x3dd50(0xcf)][_0x3dd50(0xf6)](this[_0x3dd50(0xd6)][_0x3dd50(0xcf)][_0x3dd50(0xfd)](_0x51357c,_0x3dd50(0xef)),this[_0x3dd50(0xd6)][_0x3dd50(0xcf)][_0x3dd50(0xfd)](_0x51357c,0x0)));this[_0x3dd50(0xd6)][_0x3dd50(0xcf)][_0x3dd50(0xbf)](()=>{const _0x2658b8=_0x3dd50;_0x29a1fd[_0x2658b8(0xc2)](_0x683628,{'commandName':_0x2658b8(0xd2),'commandParams':[{'startIndex':_0x2ad63c[_0x2658b8(0xdb)]}],'formatGroupId':_0x2658b8(0xd2)});});}[_0x4dfce4(0xd7)](_0x4c0b96){const _0x15c20a=_0x4dfce4;if(_0x15c20a(0xb3)!=_0x4c0b96[_0x15c20a(0xfa)]&&_0x15c20a(0xe1)!=_0x4c0b96[_0x15c20a(0xfa)])return;const _0x288bfe=this[_0x15c20a(0xd6)][_0x15c20a(0xd1)],{data:_0x19fadc}=_0x4c0b96;if(!_0x19fadc)return;let _0x588eb9,_0x4cb136;switch(_0x19fadc[_0x15c20a(0xe0)]){case _0x15c20a(0xcb):_0x588eb9=_0x15c20a(0xbd),_0x4cb136={'type':_0x15c20a(0xf5),'content':_0x2a74c8(_0x288bfe,_0x588eb9,_0x2a74c8(_0x288bfe,this[_0x15c20a(0xee)](_0x19fadc[_0x15c20a(0xe2)][0x0][_0x15c20a(0xfa)])))};break;case _0x15c20a(0x101):_0x588eb9=_0x19fadc[_0x15c20a(0xe2)][0x0][_0x15c20a(0xfc)]?_0x15c20a(0xc5):_0x15c20a(0xfb),_0x4cb136={'type':_0x15c20a(0xf5),'content':_0x2a74c8(_0x288bfe,_0x588eb9)};break;case _0x15c20a(0xd2):_0x588eb9=_0x15c20a(0xcc),_0x4cb136={'type':_0x15c20a(0xf5),'content':_0x2a74c8(_0x288bfe,_0x588eb9,_0x19fadc[_0x15c20a(0xe2)][0x0][_0x15c20a(0xdb)])};}return _0x4cb136;}[_0x4dfce4(0xbc)](){const _0x4d837e=_0x4dfce4;var _0x2e05c4,_0x4a3084,_0x2cd943,_0x5bd9ca;const _0x532063=this[_0x4d837e(0xd6)][_0x4d837e(0xd9)][_0x4d837e(0xca)](_0x4d837e(0xf9));let _0x21366d=Array[_0x4d837e(0xe9)](this[_0x4d837e(0xd6)][_0x4d837e(0xcf)][_0x4d837e(0xc6)][_0x4d837e(0xb9)][_0x4d837e(0xc0)]());return(null===(_0x2e05c4=_0x21366d[0x0])||void 0x0===_0x2e05c4?void 0x0:_0x2e05c4['is'](_0x4d837e(0x102),_0x4d837e(0xde)))&&_0x21366d[_0x4d837e(0xdd)](..._0x532063[_0x4d837e(0xdf)](this[_0x4d837e(0xd6)][_0x4d837e(0xcf)][_0x4d837e(0xc6)][_0x4d837e(0xb9)][_0x4d837e(0xba)](),_0x4d837e(0xb6))),(null===(_0x4a3084=_0x21366d[_0x21366d[_0x4d837e(0xce)]-0x1])||void 0x0===_0x4a3084?void 0x0:_0x4a3084['is'](_0x4d837e(0x102),_0x4d837e(0xde)))&&_0x21366d[_0x4d837e(0xed)](..._0x532063[_0x4d837e(0xdf)](this[_0x4d837e(0xd6)][_0x4d837e(0xcf)][_0x4d837e(0xc6)][_0x4d837e(0xb9)][_0x4d837e(0xec)](),_0x4d837e(0xe6))),_0x21366d=[...new Set(_0x21366d)],(null===(_0x5bd9ca=null===(_0x2cd943=this[_0x4d837e(0xd6)][_0x4d837e(0xcf)][_0x4d837e(0xc6)][_0x4d837e(0xb9)][_0x4d837e(0xba)]())||void 0x0===_0x2cd943?void 0x0:_0x2cd943[_0x4d837e(0xbb)])||void 0x0===_0x5bd9ca?void 0x0:_0x5bd9ca['is'](_0x4d837e(0x102),_0x4d837e(0xde)))&&(_0x21366d=_0x21366d[_0x4d837e(0xd3)](_0x3d08f5=>_0x3d08f5['is'](_0x4d837e(0x102),_0x4d837e(0xde)))),_0x21366d;}[_0x4dfce4(0xea)](_0x4f2397){const _0x2e1087=_0x4dfce4,_0x22d3be=this[_0x2e1087(0xd6)][_0x2e1087(0xd9)][_0x2e1087(0xca)](_0x2e1087(0xf9));let _0xc7c696=Array[_0x2e1087(0xe9)](this[_0x2e1087(0xd6)][_0x2e1087(0xcf)][_0x2e1087(0xc6)][_0x2e1087(0xb9)][_0x2e1087(0xc0)]())[_0x2e1087(0xd3)](_0x4f2397)[_0x2e1087(0xb7)](_0x10aefc=>{const _0xbff946=_0x2e1087,_0x8e8c1b=this[_0xbff946(0xd6)][_0xbff946(0xcf)][_0xbff946(0xfd)](_0x10aefc,0x0);return[..._0x22d3be[_0xbff946(0xdf)](_0x8e8c1b,_0xbff946(0xb6)),..._0x22d3be[_0xbff946(0xdf)](_0x8e8c1b,_0xbff946(0xe6))];})[_0x2e1087(0xda)]();return _0xc7c696=[...new Set(_0xc7c696)],_0xc7c696;}[_0x4dfce4(0xee)](_0xe2d870){const _0x27653f=_0x4dfce4;return _0x27653f(0xf4)+this[_0x27653f(0xd6)][_0x27653f(0xd9)][_0x27653f(0xca)](_0x27653f(0xf9))[_0x27653f(0xd8)](_0xe2d870)[_0x27653f(0xc7)]()+_0x27653f(0xf8)+_0xe2d870[_0x27653f(0xc7)]()[_0x27653f(0xc9)](/-/g,'_');}}function _0x1db2(){const _0x529373=['forward','bind','87916VOYfVH','from','_getSuggestionBlocks','2474360SakMfn','getLastPosition','push','_getTranslationKeyForListStyle','before','handleListReversedCommand','TrackChangesEditing','LegacyListPropertiesEditing','6TDwDtC','ELEMENT_','format','createRange','listType','_LIST_','LegacyListUtils','type','*Format:*\x20set\x20order\x20to\x20regular','reversed','createPositionAt','getAttribute','enableCommand','58330IETdUa','listReversed','element','config','formatBlock','64561COZyZK','1503550BFMJsJ','backward','map','888732Xdwund','selection','getFirstPosition','parent','_getSuggestionBlocksForListStyle','*Change\x20to:*\x20%0','6rInBug','change','getSelectedBlocks','handleListStartCommand','markMultiRangeBlockFormat','numbered','1082816edHXgY','*Format:*\x20set\x20order\x20to\x20reversed','document','toUpperCase','6ZNDWSw','replace','get','listStyle','*Format:*\x20set\x20start\x20index\x20to\x20%0','has','length','model','styles','locale','listStart','filter','afterInit','88EGOeKL','editor','handleDescriptions','getListTypeFromListStyleType','plugins','flat','startIndex','registerDescriptionCallback','unshift','listItem','getSiblingNodes','commandName','formatInline','commandParams','_descriptionFactory','list.properties','handleListStyleCommand'];_0x1db2=function(){return _0x529373;};return _0x1db2();}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5c2f3d=_0x5a17;(function(_0x251405,_0x448362){const _0x5eae17=_0x5a17,_0xc1457=_0x251405();while(!![]){try{const _0x1b35a5=parseInt(_0x5eae17(0x13f))/0x1+-parseInt(_0x5eae17(0x125))/0x2+-parseInt(_0x5eae17(0x12a))/0x3*(parseInt(_0x5eae17(0x13a))/0x4)+-parseInt(_0x5eae17(0x123))/0x5*(-parseInt(_0x5eae17(0x11d))/0x6)+-parseInt(_0x5eae17(0x131))/0x7*(parseInt(_0x5eae17(0x127))/0x8)+parseInt(_0x5eae17(0x128))/0x9+parseInt(_0x5eae17(0x133))/0xa;if(_0x1b35a5===_0x448362)break;else _0xc1457['push'](_0xc1457['shift']());}catch(_0x1c02d8){_0xc1457['push'](_0xc1457['shift']());}}}(_0x4897,0xa5621));import{Plugin as _0x1c3dc8}from'ckeditor5/src/core.js';import{getTranslation as _0x232340}from'../utils/common-translations.js';function _0x5a17(_0x2e5969,_0x5bcaf6){const _0x4897f7=_0x4897();return _0x5a17=function(_0x5a17e1,_0x330b65){_0x5a17e1=_0x5a17e1-0x11d;let _0x183cf7=_0x4897f7[_0x5a17e1];return _0x183cf7;},_0x5a17(_0x2e5969,_0x5bcaf6);}function _0x4897(){const _0x121a3c=['plugins','unlink','LinkEditing','6XmxBcA','has','commandParams','key','map','link','6219755DbNdeh','locale','1306564FnZHIK','commandName','16WZJNrM','11108223TZNUMp','*Remove\x20link*','224565PRzaqx','get','registerDescriptionCallback','_descriptionFactory','commands','label','afterInit','3789737ZMLfWK','_registerLegacyDescription','609870XuRzyq','TrackChangesEditing','type','toLowerCase','editor','newValue','linkHref','52Vcxnyo','formatInline','_enableDefaultAttributesIntegration','manualDecorators','link\x20(','847403VnZohW','registerAttributeLabel','attribute','format','*Set\x20link:*\x20%0'];_0x4897=function(){return _0x121a3c;};return _0x4897();}export default class ct extends _0x1c3dc8{[_0x5c2f3d(0x130)](){const _0xd4a28f=_0x5c2f3d,_0x2353bc=this[_0xd4a28f(0x137)];if(!_0x2353bc[_0xd4a28f(0x144)][_0xd4a28f(0x11e)](_0xd4a28f(0x146)))return;const _0x1e2203=_0x2353bc[_0xd4a28f(0x144)][_0xd4a28f(0x12b)](_0xd4a28f(0x134)),_0xb4cc1c=_0x2353bc[_0xd4a28f(0x12e)][_0xd4a28f(0x12b)](_0xd4a28f(0x122));_0x1e2203[_0xd4a28f(0x13c)](_0xd4a28f(0x122),[_0xd4a28f(0x139),..._0xb4cc1c[_0xd4a28f(0x13d)][_0xd4a28f(0x121)](_0x45988f=>_0x45988f['id'])]),_0x1e2203[_0xd4a28f(0x13c)](_0xd4a28f(0x145));for(const _0x3d207e of _0xb4cc1c[_0xd4a28f(0x13d)])_0x1e2203[_0xd4a28f(0x12d)][_0xd4a28f(0x140)](_0x3d207e['id'],_0xd4a28f(0x13e)+_0x3d207e[_0xd4a28f(0x12f)][_0xd4a28f(0x136)]()+')');_0x1e2203[_0xd4a28f(0x12d)][_0xd4a28f(0x12c)](_0x22a6d8=>{const _0x8fffce=_0xd4a28f;if(_0x8fffce(0x141)!=_0x22a6d8[_0x8fffce(0x135)])return;const {data:_0x46f51b}=_0x22a6d8;if(!_0x46f51b||_0x8fffce(0x139)!=_0x46f51b[_0x8fffce(0x120)])return;const _0xcab529=_0x46f51b[_0x8fffce(0x138)],_0x2bc50f=_0x2353bc[_0x8fffce(0x124)];return{'type':_0x8fffce(0x142),'content':null==_0xcab529?_0x232340(_0x2bc50f,_0x8fffce(0x129)):_0x232340(_0x2bc50f,_0x8fffce(0x143),'\x22'+_0xcab529+'\x22')};}),this[_0xd4a28f(0x132)]();}[_0x5c2f3d(0x132)](){const _0x1b2bb9=_0x5c2f3d,_0x318deb=this[_0x1b2bb9(0x137)],_0x2e3b74=_0x318deb[_0x1b2bb9(0x124)];_0x318deb[_0x1b2bb9(0x144)][_0x1b2bb9(0x12b)](_0x1b2bb9(0x134))[_0x1b2bb9(0x12d)][_0x1b2bb9(0x12c)](_0x35ac6b=>{const _0x581494=_0x1b2bb9;if(_0x581494(0x13b)!=_0x35ac6b[_0x581494(0x135)])return;const {data:_0x55750c}=_0x35ac6b;if(_0x55750c){if(_0x581494(0x122)==_0x55750c[_0x581494(0x126)]){const _0x12de3b=_0x55750c[_0x581494(0x11f)][0x0];return{'type':_0x581494(0x142),'content':_0x232340(_0x2e3b74,_0x581494(0x143),'\x22'+_0x12de3b+'\x22')};}return _0x581494(0x145)==_0x55750c[_0x581494(0x126)]?{'type':_0x581494(0x142),'content':_0x232340(_0x2e3b74,_0x581494(0x129))}:void 0x0;}});}}
|