@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240410.0 → 0.0.0-nightly-20240412.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
|
-
function
|
|
23
|
+
function _0x4f06(){const _0xbeee67=['locale','afterInit','6013LWrLaW','editor','_enableDefaultAttributesIntegration','highlight','_descriptionFactory','98526UaNYIT','5916eoKXrZ','plugins','*Remove\x20highlight*','*Set\x20highlight:*\x20%0','title','find','commandName','_registerLegacyDescription','formatInline','FORMAT_HIGHLIGHT','registerDescriptionCallback','type','color','TrackChangesEditing','has','196899YfcSGY','commandParams','registerAttributeLabel','value','toLowerCase','highlight.options','2270qqyshU','config','4352REwuil','get','2149048zEKGnA','834993noECHB','600534PeSnJt','HighlightEditing','model','format'];_0x4f06=function(){return _0xbeee67;};return _0x4f06();}const _0x501f4d=_0x264b;(function(_0x57d12d,_0xcc1325){const _0x18f7c9=_0x264b,_0x38ca15=_0x57d12d();while(!![]){try{const _0x435adb=parseInt(_0x18f7c9(0x18d))/0x1+-parseInt(_0x18f7c9(0x182))/0x2+parseInt(_0x18f7c9(0x176))/0x3+parseInt(_0x18f7c9(0x180))/0x4+-parseInt(_0x18f7c9(0x17c))/0x5*(-parseInt(_0x18f7c9(0x18e))/0x6)+parseInt(_0x18f7c9(0x188))/0x7*(-parseInt(_0x18f7c9(0x17e))/0x8)+-parseInt(_0x18f7c9(0x181))/0x9;if(_0x435adb===_0xcc1325)break;else _0x38ca15['push'](_0x38ca15['shift']());}catch(_0x309b84){_0x38ca15['push'](_0x38ca15['shift']());}}}(_0x4f06,0x467d5));import{Plugin as _0x6f7fb9}from'ckeditor5/src/core.js';function _0x264b(_0xdc957e,_0x72de5c){const _0x4f0676=_0x4f06();return _0x264b=function(_0x264b54,_0x31ef8e){_0x264b54=_0x264b54-0x170;let _0x2bc6d4=_0x4f0676[_0x264b54];return _0x2bc6d4;},_0x264b(_0xdc957e,_0x72de5c);}import{getTranslation as _0x1abb75}from'../utils/common-translations.js';export default class Z extends _0x6f7fb9{[_0x501f4d(0x187)](){const _0x2eb2b0=_0x501f4d,_0x323ee6=this[_0x2eb2b0(0x189)];if(!_0x323ee6[_0x2eb2b0(0x18f)][_0x2eb2b0(0x175)](_0x2eb2b0(0x183)))return;const _0x255ec5=_0x323ee6[_0x2eb2b0(0x18f)][_0x2eb2b0(0x17f)](_0x2eb2b0(0x174)),_0x254eb9=_0x323ee6[_0x2eb2b0(0x186)];_0x255ec5[_0x2eb2b0(0x18a)](_0x2eb2b0(0x18b),[_0x2eb2b0(0x18b)]),_0x255ec5[_0x2eb2b0(0x18c)][_0x2eb2b0(0x178)](_0x2eb2b0(0x18b),_0x1abb75(_0x254eb9,_0x2eb2b0(0x170))),this[_0x2eb2b0(0x195)]();}[_0x501f4d(0x195)](){const _0x5eb04c=_0x501f4d,_0xc2c21f=this[_0x5eb04c(0x189)],_0x1d8753=_0xc2c21f[_0x5eb04c(0x186)];_0xc2c21f[_0x5eb04c(0x18f)][_0x5eb04c(0x17f)](_0x5eb04c(0x174))[_0x5eb04c(0x18c)][_0x5eb04c(0x171)](_0x220ae8=>{const _0x3b14fd=_0x5eb04c;if(_0x3b14fd(0x196)!=_0x220ae8[_0x3b14fd(0x172)])return;const {data:_0x3a30e4}=_0x220ae8;if(_0x3a30e4&&_0x3b14fd(0x18b)==_0x3a30e4[_0x3b14fd(0x194)]){const _0xb27708=_0x1d8753['t'],_0x2e6a79=_0x3a30e4[_0x3b14fd(0x177)][0x0][_0x3b14fd(0x179)];if(_0x2e6a79){const _0x4cf257=_0xc2c21f[_0x3b14fd(0x17d)][_0x3b14fd(0x17f)](_0x3b14fd(0x17b))[_0x3b14fd(0x193)](_0x446507=>_0x446507[_0x3b14fd(0x184)]==_0x2e6a79),_0x5d9420=_0xb27708(_0x4cf257[_0x3b14fd(0x192)])[_0x3b14fd(0x17a)]();return{'type':_0x3b14fd(0x185),'content':_0x1abb75(_0x1d8753,_0x3b14fd(0x191),_0x5d9420),'color':{'value':_0x4cf257[_0x3b14fd(0x173)],'title':_0x4cf257[_0x3b14fd(0x192)]}};}return{'type':_0x3b14fd(0x185),'content':_0x1abb75(_0x1d8753,_0x3b14fd(0x190),_0x1abb75(_0x1d8753,_0x3b14fd(0x170)))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5848fe=_0x1eb7;(function(_0x250c27,_0x572f93){const _0x3db6af=_0x1eb7,_0x3d703d=_0x250c27();while(!![]){try{const _0x9966cc=-parseInt(_0x3db6af(0x182))/0x1+parseInt(_0x3db6af(0x169))/0x2*(parseInt(_0x3db6af(0x16a))/0x3)+-parseInt(_0x3db6af(0x16b))/0x4+parseInt(_0x3db6af(0x168))/0x5+parseInt(_0x3db6af(0x170))/0x6*(-parseInt(_0x3db6af(0x167))/0x7)+-parseInt(_0x3db6af(0x172))/0x8+parseInt(_0x3db6af(0x177))/0x9;if(_0x9966cc===_0x572f93)break;else _0x3d703d['push'](_0x3d703d['shift']());}catch(_0x2953f6){_0x3d703d['push'](_0x3d703d['shift']());}}}(_0x301f,0xb4abf));import{Plugin as _0x3d873b}from'ckeditor5/src/core.js';function _0x1eb7(_0x2c1ed3,_0x59b0fe){const _0x301f39=_0x301f();return _0x1eb7=function(_0x1eb7d7,_0x5ac757){_0x1eb7d7=_0x1eb7d7-0x161;let _0x53ed2f=_0x301f39[_0x1eb7d7];return _0x53ed2f;},_0x1eb7(_0x2c1ed3,_0x59b0fe);}function _0x301f(){const _0x2377b7=['elementToStructure','HorizontalLineEditing','div','editor','high','730683TIGksu','ELEMENT_HORIZONTAL_LINE','createEmptyElement','registerElementLabel','createContainerElement','dataDowncast','plugins','insert','31493GVPGNS','2762215vrQBRe','4658WuzYoi','693xITbdS','430276dlSPGM','for','showSuggestionHighlights','addClass','afterInit','786QQEuef','createPositionAt','1616800BonzPx','_descriptionFactory','has','locale','horizontalLine','11513790oBXVka','get','enableCommand','ck-horizontal-line','TrackChangesEditing','conversion'];_0x301f=function(){return _0x2377b7;};return _0x301f();}import{getTranslation as _0x109ecb}from'../utils/common-translations.js';export default class tt extends _0x3d873b{[_0x5848fe(0x16f)](){const _0x5515a5=_0x5848fe,_0x3fc158=this[_0x5515a5(0x180)];if(!_0x3fc158[_0x5515a5(0x165)][_0x5515a5(0x174)](_0x5515a5(0x17e)))return;_0x3fc158[_0x5515a5(0x165)][_0x5515a5(0x178)](_0x5515a5(0x17b))[_0x5515a5(0x179)](_0x5515a5(0x176));const _0x5282f9=_0x3fc158[_0x5515a5(0x165)][_0x5515a5(0x178)](_0x5515a5(0x17b)),_0x338a5a=_0x3fc158[_0x5515a5(0x175)];_0x5282f9[_0x5515a5(0x173)][_0x5515a5(0x162)](_0x5515a5(0x176),_0x38e059=>_0x109ecb(_0x338a5a,_0x5515a5(0x183),_0x38e059)),_0x3fc158[_0x5515a5(0x17c)][_0x5515a5(0x16c)](_0x5515a5(0x164))[_0x5515a5(0x17d)]({'model':_0x5515a5(0x176),'view':(_0x4fc659,{writer:_0x257f51,options:_0x5eca08})=>{const _0x4b3a57=_0x5515a5;if(!_0x5eca08[_0x4b3a57(0x16d)])return null;const _0x19b7b9=_0x257f51[_0x4b3a57(0x163)](_0x4b3a57(0x17f)),_0x4ec26c=_0x257f51[_0x4b3a57(0x161)]('hr');return _0x257f51[_0x4b3a57(0x16e)](_0x4b3a57(0x17a),_0x19b7b9),_0x257f51[_0x4b3a57(0x166)](_0x257f51[_0x4b3a57(0x171)](_0x19b7b9,0x0),_0x4ec26c),_0x19b7b9;},'converterPriority':_0x5515a5(0x181)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x45b9(){const _0x3143cd=['11580FDvPJa','rawHtml','start','afterInit','plugins','1QRqIYm','160WJotxr','*Change\x20%0\x20content*','key','value','TrackChangesEditing','14wNqkql','4968PfcRZO','675249maKKzm','nodeAfter','htmlEmbed','27610hSpNTr','type','702824RZqiyo','4415WEJjTD','1042532ZQyBEq','format','ELEMENT_HTML_EMBED','editor','_enableDefaultAttributesIntegration','has','commandName','4dPAjsd','locale','5837MdhEUJ','registerElementLabel','formatBlock','get','_descriptionFactory','8070867SSINog','_registerLegacyDescription','getFirstRange','registerDescriptionCallback','HtmlEmbed','attribute','element'];_0x45b9=function(){return _0x3143cd;};return _0x45b9();}const _0x2d35c4=_0x189e;(function(_0x6f0d95,_0x4dcfa5){const _0x650103=_0x189e,_0x4785b2=_0x6f0d95();while(!![]){try{const _0x2bfdd7=-parseInt(_0x650103(0x182))/0x1*(parseInt(_0x650103(0x168))/0x2)+-parseInt(_0x650103(0x161))/0x3*(-parseInt(_0x650103(0x16f))/0x4)+-parseInt(_0x650103(0x167))/0x5*(parseInt(_0x650103(0x160))/0x6)+parseInt(_0x650103(0x15f))/0x7*(parseInt(_0x650103(0x166))/0x8)+parseInt(_0x650103(0x176))/0x9+-parseInt(_0x650103(0x15a))/0xa*(-parseInt(_0x650103(0x164))/0xb)+-parseInt(_0x650103(0x17d))/0xc*(-parseInt(_0x650103(0x171))/0xd);if(_0x2bfdd7===_0x4dcfa5)break;else _0x4785b2['push'](_0x4785b2['shift']());}catch(_0x1ab27b){_0x4785b2['push'](_0x4785b2['shift']());}}}(_0x45b9,0x7e9cf));import{Plugin as _0x441898}from'ckeditor5/src/core.js';import{getTranslation as _0x2b9c94}from'../utils/common-translations.js';function _0x189e(_0x53667c,_0x560f2d){const _0x45b91a=_0x45b9();return _0x189e=function(_0x189e92,_0x309c20){_0x189e92=_0x189e92-0x15a;let _0x526977=_0x45b91a[_0x189e92];return _0x526977;},_0x189e(_0x53667c,_0x560f2d);}export default class et extends _0x441898{[_0x2d35c4(0x180)](){const _0x5a8d4f=_0x2d35c4,_0x448151=this[_0x5a8d4f(0x16b)];if(!_0x448151[_0x5a8d4f(0x181)][_0x5a8d4f(0x16d)](_0x5a8d4f(0x17a)))return;const _0x4204a6=_0x448151[_0x5a8d4f(0x181)][_0x5a8d4f(0x174)](_0x5a8d4f(0x15e)),_0x45e4f5=_0x448151[_0x5a8d4f(0x170)];_0x4204a6[_0x5a8d4f(0x175)][_0x5a8d4f(0x172)](_0x5a8d4f(0x17e),_0xa572c5=>_0x2b9c94(_0x45e4f5,_0x5a8d4f(0x16a),_0xa572c5)),_0x4204a6[_0x5a8d4f(0x16c)](_0x5a8d4f(0x163),[],[_0x5a8d4f(0x15d)]),_0x4204a6[_0x5a8d4f(0x175)][_0x5a8d4f(0x179)](_0x18548e=>{const _0x5492e1=_0x5a8d4f;if(_0x5492e1(0x17b)!=_0x18548e[_0x5492e1(0x165)])return;const {data:_0x341917}=_0x18548e;if(_0x341917&&_0x5492e1(0x15d)==_0x341917[_0x5492e1(0x15c)]&&_0x18548e[_0x5492e1(0x178)]()[_0x5492e1(0x17f)][_0x5492e1(0x162)]['is'](_0x5492e1(0x17c),_0x5492e1(0x17e))){const _0x1eb909=_0x2b9c94(_0x45e4f5,_0x5492e1(0x16a));return{'type':_0x5492e1(0x169),'content':_0x2b9c94(_0x45e4f5,_0x5492e1(0x15b),_0x1eb909)};}}),this[_0x5a8d4f(0x177)]();}[_0x2d35c4(0x177)](){const _0x1ae7da=_0x2d35c4,_0x3cb4ad=this[_0x1ae7da(0x16b)],_0x4acc42=_0x3cb4ad[_0x1ae7da(0x170)];_0x3cb4ad[_0x1ae7da(0x181)][_0x1ae7da(0x174)](_0x1ae7da(0x15e))[_0x1ae7da(0x175)][_0x1ae7da(0x179)](_0x5e56cb=>{const _0x1923c1=_0x1ae7da;if(_0x1923c1(0x173)!=_0x5e56cb[_0x1923c1(0x165)])return;const {data:_0x44eab8}=_0x5e56cb;if(_0x44eab8&&_0x1923c1(0x163)==_0x44eab8[_0x1923c1(0x16e)]){const _0x1135ec=_0x2b9c94(_0x4acc42,_0x1923c1(0x16a));return{'type':_0x1923c1(0x169),'content':_0x2b9c94(_0x4acc42,_0x1923c1(0x15b),_0x1135ec)};}});}}
|
|
@@ -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 _0xe67b72=_0x4214;(function(_0x46c796,_0x2783ef){const _0x147583=_0x4214,_0x2227c1=_0x46c796();while(!![]){try{const _0x50c9cd=-parseInt(_0x147583(0xb5))/0x1*(parseInt(_0x147583(0xcc))/0x2)+parseInt(_0x147583(0xfa))/0x3+-parseInt(_0x147583(0xc1))/0x4+parseInt(_0x147583(0x111))/0x5+parseInt(_0x147583(0xf5))/0x6*(-parseInt(_0x147583(0xad))/0x7)+parseInt(_0x147583(0xeb))/0x8+-parseInt(_0x147583(0xfe))/0x9*(-parseInt(_0x147583(0xb3))/0xa);if(_0x50c9cd===_0x2783ef)break;else _0x2227c1['push'](_0x2227c1['shift']());}catch(_0x4ba2e9){_0x2227c1['push'](_0x2227c1['shift']());}}}(_0x3f6d,0xb1194));function _0x3f6d(){const _0x5d7cff=['ImageEditing','getCaptionFromImageModelElement','ImageCaptionUtils','fromPosition','addObject','getSuggestionCallback','ImageResize','convertBlockImageToInline','*Set\x20image\x20text\x20alternative:*\x20%0','insertion','getNearestSelectionRange','editor','join','ImageTextAlternativeEditing','imageTypeBlock','locale','format','uploadImage','Block\x20image\x20to\x20inline\x20image','2571144xiaWoB','forward','_suggestionFactory','Inline\x20image\x20to\x20block\x20image','width','discard','convertInlineImageToBlock','imageStylePreApply','createRange','model','6iLJrzc','has','registerCustomCallback','attribute','ImageInlineEditing','1379967GnAzar','*Set\x20image\x20width:*\x20%0','markBlockFormat','end','9qvgllc','markInsertion','previous','getContainedElement','start','ELEMENT_INLINE_IMAGE','caption','_enableDefaultAttributesIntegration','chain','registerDescriptionCallback','imageCaption','subType','ELEMENT_IMAGE','imageInline','filter','_descriptionFactory','_findSuggestions','backward','plugins','5749950XEFiAo','commandParams','*Remove\x20image\x20text\x20alternative*','newValue','deletion','change','*Reset\x20image\x20width*','getFirstRange','removeObject','TrackChangesEditing','isBefore','createRangeOn','formatBlock','enableCommand','toggleImageCaption','detach','type','resizeImage','insertImage','imageTextAlternative','1375752JYksht','commandName','toNext','length','alt','markDeletion','7689010PawNVd','_registerLegacyDescription','8962KHfnhh','element','selection','key','ImageUploadEditing','ImageBlockEditing','schema','toPrevious','ImageUtils','registerElementLabel','formatInline','resizedWidth','5679444iihvwA','isOwn','nodeBefore','isEqual','nodeAfter','forceDefaultExecution','accept','isBlockImage','document','isCollapsed','getClosestSelectedImageElement','80bxzhMR','ImageCaptionEditing','imageTypeInline','FORMAT_IMAGE_SIZE','isIntersecting','find','findIndex','afterInit','registerAttributeLabel','get','ELEMENT_CAPTION','imageBlock'];_0x3f6d=function(){return _0x5d7cff;};return _0x3f6d();}function _0x4214(_0x381533,_0x19ffe3){const _0x3f6d8d=_0x3f6d();return _0x4214=function(_0x4214d6,_0x485db1){_0x4214d6=_0x4214d6-0x9c;let _0x8ab451=_0x3f6d8d[_0x4214d6];return _0x8ab451;},_0x4214(_0x381533,_0x19ffe3);}import{Plugin as _0x58bb26}from'ckeditor5/src/core.js';import{LivePosition as _0x56d104}from'ckeditor5/src/engine.js';import{getTranslation as _0x1ed27c}from'../utils/common-translations.js';export default class it extends _0x58bb26{[_0xe67b72(0xd3)](){const _0xea841f=_0xe67b72,_0x8eccb2=this[_0xea841f(0xe3)];if(!_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xd8)))return;const _0x450bf7=_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xd5)](_0xea841f(0xa2)),_0x3697d0=_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xd5)](_0xea841f(0xbd)),_0x41c234=_0x8eccb2[_0xea841f(0xe7)];_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xab)),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0xbe)](_0xea841f(0xd7),_0x3754d1=>_0x1ed27c(_0x41c234,_0xea841f(0x10a),_0x3754d1)),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0xbe)](_0xea841f(0x10b),_0x280707=>_0x1ed27c(_0x41c234,_0xea841f(0x103),_0x280707)),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0xbe)](_0xea841f(0x104),()=>_0x1ed27c(_0x41c234,_0xea841f(0xd6))),_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xb9))&&_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xe9)),_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xba))&&_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xf9))&&(_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xce),(_0x34e97e,_0x72fe74)=>{const _0x365c88=_0xea841f,_0x3dc293=_0x3697d0[_0x365c88(0xcb)](_0x8eccb2[_0x365c88(0xf4)][_0x365c88(0xc9)][_0x365c88(0xb7)]);_0x8eccb2[_0x365c88(0xf4)][_0x365c88(0x9e)](()=>{const _0x315adc=_0x365c88;_0x450bf7[_0x315adc(0xfc)](_0x3dc293,{'commandName':_0x315adc(0xce),'commandParams':[_0x72fe74]},[],_0x315adc(0xdf));});}),_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xe6),(_0xeb22f7,_0x4c9e4e)=>{const _0x2e1ffc=_0xea841f;_0x8eccb2[_0x2e1ffc(0xf4)][_0x2e1ffc(0x9e)](_0x1252ce=>{const _0x59500f=_0x2e1ffc;let _0xadb893=_0x3697d0[_0x59500f(0xcb)](_0x8eccb2[_0x59500f(0xf4)][_0x59500f(0xc9)][_0x59500f(0xb7)]),_0x251f7e=_0x1252ce[_0x59500f(0xa4)](_0xadb893);const _0x49224b=_0x56d104[_0x59500f(0xdb)](_0x251f7e[_0x59500f(0x102)],_0x59500f(0xbc)),_0x175be6=_0x56d104[_0x59500f(0xdb)](_0x251f7e[_0x59500f(0xfd)],_0x59500f(0xaf));_0x450bf7[_0x59500f(0xc6)](()=>_0xeb22f7(_0x4c9e4e)),_0xadb893=_0x3697d0[_0x59500f(0xcb)](_0x8eccb2[_0x59500f(0xf4)][_0x59500f(0xc9)][_0x59500f(0xb7)]),_0x251f7e=_0x1252ce[_0x59500f(0xa4)](_0xadb893);const _0xc4e9c5=_0x1252ce[_0x59500f(0xf3)](_0x49224b,_0x175be6);_0x49224b[_0x59500f(0xa8)](),_0x175be6[_0x59500f(0xa8)](),_0x450bf7[_0x59500f(0xfc)](_0xadb893,{'commandName':_0x59500f(0xce),'commandParams':[_0x4c9e4e]},[],_0x59500f(0xf1)),_0xc4e9c5[_0x59500f(0x102)][_0x59500f(0xa3)](_0x251f7e[_0x59500f(0x102)])&&_0x450bf7[_0x59500f(0xff)](_0x1252ce[_0x59500f(0xf3)](_0xc4e9c5[_0x59500f(0x102)],_0x251f7e[_0x59500f(0x102)]),_0x59500f(0xf1)),_0x251f7e[_0x59500f(0xfd)][_0x59500f(0xa3)](_0xc4e9c5[_0x59500f(0xfd)])&&_0x450bf7[_0x59500f(0xff)](_0x1252ce[_0x59500f(0xf3)](_0x251f7e[_0x59500f(0xfd)],_0xc4e9c5[_0x59500f(0xfd)]),_0x59500f(0xf1));});}),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xa5),_0xea841f(0xf1),_0xea841f(0xe4),()=>!0x1),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xa5),_0xea841f(0xf1),_0xea841f(0xc7),()=>!0x1),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xa5),_0xea841f(0xf1),_0xea841f(0xf0),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xdd)](_0xea841f(0xa5),'',_0xea841f(0xc7))),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xe1),_0xea841f(0xf1),_0xea841f(0xe4),()=>!0x1),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xe1),_0xea841f(0xf1),_0xea841f(0xf0),([_0x1ff6e3])=>{const _0x467d15=_0xea841f,_0x1710a7=_0x450bf7[_0x467d15(0xed)][_0x467d15(0xdd)](_0x467d15(0xe1),'',_0x467d15(0xf0));let _0x42f121=_0x1ff6e3[_0x467d15(0x102)],_0x1246e6=_0x1ff6e3[_0x467d15(0xfd)];const _0x2fc5df=_0x8eccb2[_0x467d15(0xf4)][_0x467d15(0xbb)][_0x467d15(0xe2)](_0x42f121,_0x467d15(0x10f)),_0xc89d5e=_0x8eccb2[_0x467d15(0xf4)][_0x467d15(0xbb)][_0x467d15(0xe2)](_0x1246e6,_0x467d15(0xec));_0x2fc5df[_0x467d15(0xca)]&&(_0x42f121=_0x2fc5df[_0x467d15(0x102)]),_0xc89d5e[_0x467d15(0xca)]&&(_0x1246e6=_0xc89d5e[_0x467d15(0xfd)]),_0x1710a7([_0x8eccb2[_0x467d15(0xf4)][_0x467d15(0xf3)](_0x42f121,_0x1246e6)]);}),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xa5),_0xea841f(0xf1),_0xea841f(0x106),_0x500a5e),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xe1),_0xea841f(0xf1),_0xea841f(0x106),_0x500a5e)),_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xcd))&&(_0x450bf7[_0xea841f(0xa6)](_0xea841f(0xa7),(_0x198238,_0x5c3fc7)=>{const _0x16510e=_0xea841f,_0x190952=_0x8eccb2[_0x16510e(0x110)][_0x16510e(0xd5)](_0x16510e(0xda));let _0xf5a45b=_0x3697d0[_0x16510e(0xcb)](_0x8eccb2[_0x16510e(0xf4)][_0x16510e(0xc9)][_0x16510e(0xb7)]),_0xc01f57=_0x190952[_0x16510e(0xd9)](_0xf5a45b);_0x8eccb2[_0x16510e(0xf4)][_0x16510e(0x9e)](()=>{const _0x11aadd=_0x16510e;if(_0xc01f57)return void _0x450bf7[_0x11aadd(0xb2)](_0x8eccb2[_0x11aadd(0xf4)][_0x11aadd(0xa4)](_0xc01f57));const _0x313a2b=_0x3697d0[_0x11aadd(0xc8)](_0xf5a45b);_0x198238(_0x5c3fc7),_0xf5a45b=_0x3697d0[_0x11aadd(0xcb)](_0x8eccb2[_0x11aadd(0xf4)][_0x11aadd(0xc9)][_0x11aadd(0xb7)]),_0xc01f57=_0x190952[_0x11aadd(0xd9)](_0xf5a45b),_0x450bf7[_0x11aadd(0xff)](_0x8eccb2[_0x11aadd(0xf4)][_0x11aadd(0xa4)](_0xc01f57),_0x313a2b?null:_0x11aadd(0x108));});}),_0x450bf7[_0xea841f(0xed)][_0xea841f(0xf7)](_0xea841f(0xe1),_0xea841f(0x108),_0xea841f(0x106),_0x500a5e));const _0x44a975=[{'type':_0xea841f(0xa5),'subType':_0xea841f(0xf2)},{'type':_0xea841f(0xe1),'subType':_0xea841f(0x108)},{'type':_0xea841f(0xa5),'subType':_0xea841f(0xf1)},{'type':_0xea841f(0xe1),'subType':_0xea841f(0xf1)}];function _0x3b7468(_0x32d491,_0x15ac45){const _0x4589e3=_0xea841f,_0x24536b=_0x44a975[_0x4589e3(0xd2)](({type:_0x299979,subType:_0x2793d1})=>_0x32d491[_0x4589e3(0xa9)]==_0x299979&&_0x32d491[_0x4589e3(0x109)]==_0x2793d1),_0x52e223=_0x44a975[_0x4589e3(0xd2)](({type:_0x36b11a,subType:_0x1a09ea})=>_0x15ac45[_0x4589e3(0xa9)]==_0x36b11a&&_0x15ac45[_0x4589e3(0x109)]==_0x1a09ea);if(_0x24536b<0x0||_0x52e223<0x0)return!0x1;const _0x361d68=_0x32d491[_0x4589e3(0xa0)](),_0x24f9e8=_0x15ac45[_0x4589e3(0xa0)]();if((0x0==_0x24536b||0x1==_0x24536b)&&0x2==_0x52e223&&_0x361d68[_0x4589e3(0xd0)](_0x24f9e8))return!0x0;if(0x2==_0x24536b&&0x3==_0x52e223){const _0x3a53ca=_0x450bf7[_0x4589e3(0x10e)](_0x361d68,_0x4589e3(0xe1))[_0x4589e3(0x10c)](({suggestion:_0x1caf24,meta:_0x32ffea})=>_0x32ffea[_0x4589e3(0xc2)]&&_0x4589e3(0xf1)==_0x1caf24[_0x4589e3(0x109)]);if(_0x3a53ca[_0x4589e3(0xb0)]>0x1&&_0x24f9e8[_0x4589e3(0xfd)][_0x4589e3(0xc4)](_0x361d68[_0x4589e3(0x102)]))return!0x0;if(0x1==_0x3a53ca[_0x4589e3(0xb0)]&&(_0x361d68[_0x4589e3(0x102)][_0x4589e3(0xc4)](_0x24f9e8[_0x4589e3(0xfd)])||_0x361d68[_0x4589e3(0xfd)][_0x4589e3(0xc4)](_0x24f9e8[_0x4589e3(0x102)])))return!0x0;}if(0x3==_0x24536b&&0x3==_0x52e223&&_0x361d68[_0x4589e3(0x102)][_0x4589e3(0xa3)](_0x24f9e8[_0x4589e3(0x102)])){const _0x29516c=_0x361d68[_0x4589e3(0xfd)][_0x4589e3(0xc5)],_0x540bb6=_0x24f9e8[_0x4589e3(0x102)][_0x4589e3(0xc3)];return _0x3697d0[_0x4589e3(0xc8)](_0x29516c)&&_0x29516c===_0x540bb6;}return!0x1;}function _0x500a5e(_0x4f2ce9,_0x51497c){return _0x3b7468(_0x4f2ce9,_0x51497c)?[_0x4f2ce9,_0x51497c]:_0x3b7468(_0x51497c,_0x4f2ce9)?[_0x51497c,_0x4f2ce9]:null;}_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xde))&&(_0x450bf7[_0xea841f(0x105)](_0xea841f(0xaa),[],[_0xea841f(0xc0)]),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0xd4)](_0xea841f(0xc0),_0x1ed27c(_0x41c234,_0xea841f(0xcf)))),_0x8eccb2[_0xea841f(0x110)][_0xea841f(0xf6)](_0xea841f(0xe5))&&_0x450bf7[_0xea841f(0x105)](_0xea841f(0xac),[],[_0xea841f(0xb1)]),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0x107)](_0xbb45e1=>{const _0x23a044=_0xea841f;if(!!_0x44a975[_0x23a044(0xd1)](({type:_0x424138,subType:_0x5889ea})=>_0xbb45e1[_0x23a044(0xa9)]==_0x424138&&_0xbb45e1[_0x23a044(0x109)]==_0x5889ea))return _0xbb45e1[_0x23a044(0x100)]?{}:void 0x0;}),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0x107)](_0x5b3025=>{const _0x186da8=_0xea841f;if(_0x186da8(0xe1)==_0x5b3025[_0x186da8(0xa9)]||_0x186da8(0x9d)==_0x5b3025[_0x186da8(0xa9)]){const _0xdb8099=_0x5b3025[_0x186da8(0x101)]();if(_0xdb8099&&_0xdb8099['is'](_0x186da8(0xb6),_0x186da8(0x104)))return{'type':_0x186da8(0xe1)==_0x5b3025[_0x186da8(0xa9)]?_0x186da8(0xdc):_0x186da8(0xa1),'element':_0xdb8099,'quantity':0x1};}}),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0x107)](_0x5b3e1e=>_0xea841f(0xa5)==_0x5b3e1e[_0xea841f(0xa9)]&&_0xea841f(0xf1)==_0x5b3e1e[_0xea841f(0x109)]?{'type':_0xea841f(0xe8),'content':_0xea841f(0xee)}:_0xea841f(0xa5)==_0x5b3e1e[_0xea841f(0xa9)]&&_0xea841f(0xdf)==_0x5b3e1e[_0xea841f(0x109)]?{'type':_0xea841f(0xe8),'content':_0xea841f(0xea)}:void 0x0),_0x450bf7[_0xea841f(0x10d)][_0xea841f(0x107)](_0x5959ab=>{const _0x1cd934=_0xea841f;if(_0x1cd934(0xf8)!=_0x5959ab[_0x1cd934(0xa9)])return;const {data:_0x310977}=_0x5959ab;if(!_0x310977||_0x1cd934(0xb1)!=_0x310977[_0x1cd934(0xb8)])return;const _0x462005=_0x310977[_0x1cd934(0x9c)];return _0x462005?{'type':_0x1cd934(0xe8),'content':_0x1ed27c(_0x41c234,_0x1cd934(0xe0),'\x22'+_0x462005+'\x22')}:{'type':_0x1cd934(0xe8),'content':_0x1ed27c(_0x41c234,_0x1cd934(0x113))};}),this[_0xea841f(0xb4)]();}[_0xe67b72(0xb4)](){const _0x1ce3f1=_0xe67b72,_0x368e80=this[_0x1ce3f1(0xe3)],_0x4db004=_0x368e80[_0x1ce3f1(0xe7)];_0x368e80[_0x1ce3f1(0x110)][_0x1ce3f1(0xd5)](_0x1ce3f1(0xa2))[_0x1ce3f1(0x10d)][_0x1ce3f1(0x107)](_0x3c475a=>{const _0x3fd722=_0x1ce3f1;if(_0x3fd722(0xa5)!=_0x3c475a[_0x3fd722(0xa9)]&&_0x3fd722(0xbf)!=_0x3c475a[_0x3fd722(0xa9)])return;const {data:_0x3f2ee7}=_0x3c475a;if(_0x3f2ee7){if(_0x3fd722(0xac)==_0x3f2ee7[_0x3fd722(0xae)]){const _0x1f554f=_0x3f2ee7[_0x3fd722(0x112)][0x0][_0x3fd722(0x9c)];return _0x1f554f?{'type':_0x3fd722(0xe8),'content':_0x1ed27c(_0x4db004,_0x3fd722(0xe0),'\x22'+_0x1f554f+'\x22')}:{'type':_0x3fd722(0xe8),'content':_0x1ed27c(_0x4db004,_0x3fd722(0x113))};}if(_0x3fd722(0xaa)==_0x3f2ee7[_0x3fd722(0xae)]){const _0x46b563=_0x3f2ee7[_0x3fd722(0x112)][0x0][_0x3fd722(0xef)];return _0x46b563?{'type':_0x3fd722(0xe8),'content':_0x1ed27c(_0x4db004,_0x3fd722(0xfb),_0x46b563)}:{'type':_0x3fd722(0xe8),'content':_0x1ed27c(_0x4db004,_0x3fd722(0x9f))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x43db72=_0x50a1;function _0x50a1(_0x29ffdc,_0x2f75d6){const _0x58b66f=_0x58b6();return _0x50a1=function(_0x50a125,_0x5b940){_0x50a125=_0x50a125-0xaa;let _0x2fe18c=_0x58b66f[_0x50a125];return _0x2fe18c;},_0x50a1(_0x29ffdc,_0x2f75d6);}(function(_0x4a04d7,_0x396a96){const _0x1c888f=_0x50a1,_0x481af9=_0x4a04d7();while(!![]){try{const _0x5dea69=parseInt(_0x1c888f(0xaa))/0x1+parseInt(_0x1c888f(0xbc))/0x2*(-parseInt(_0x1c888f(0xc2))/0x3)+parseInt(_0x1c888f(0xc8))/0x4*(parseInt(_0x1c888f(0xb8))/0x5)+parseInt(_0x1c888f(0xd3))/0x6+parseInt(_0x1c888f(0xcd))/0x7*(-parseInt(_0x1c888f(0xd1))/0x8)+parseInt(_0x1c888f(0xc4))/0x9*(-parseInt(_0x1c888f(0xb3))/0xa)+parseInt(_0x1c888f(0xbb))/0xb;if(_0x5dea69===_0x396a96)break;else _0x481af9['push'](_0x481af9['shift']());}catch(_0xf31507){_0x481af9['push'](_0x481af9['shift']());}}}(_0x58b6,0x30fb4));import{Plugin as _0x518a82}from'ckeditor5/src/core.js';function _0x58b6(){const _0x4fab4b=['10JmZMup','editor','_suggestionFactory','has','registerDescriptionCallback','365OwMdyi','format','ImageEditing','5197753uAUeAk','2fkALcy','commandName','locale','registerCustomCallback','_handleLegacySuggestions','TrackChangesEditing','851997wmMBAn','type','2805849XXVvOh','attribute','_enableDefaultAttributesIntegration','key','1032VjbpkN','formatBlock','*Format:*\x20replace\x20image\x20URL','afterInit','replaceImageSource','63mYFJmO','plugins','_descriptionFactory','discard','45520JkYpcH','oldValue','204000AMjGUo','322241wblkXn','formatInline','*Replace\x20image\x20URL*','_registerLegacyDescription','accept','src','getSuggestionCallback','newValue','get'];_0x58b6=function(){return _0x4fab4b;};return _0x58b6();}import{getTranslation as _0x1949d2}from'../utils/common-translations.js';export default class st extends _0x518a82{[_0x43db72(0xcb)](){const _0x263ab0=_0x43db72;if(!this[_0x263ab0(0xb4)][_0x263ab0(0xce)][_0x263ab0(0xb6)](_0x263ab0(0xba)))return;const _0x2f52a3=this[_0x263ab0(0xb4)][_0x263ab0(0xbe)],_0x10071c=this[_0x263ab0(0xb4)][_0x263ab0(0xce)][_0x263ab0(0xb2)](_0x263ab0(0xc1));_0x10071c[_0x263ab0(0xc6)](_0x263ab0(0xcc),[],[_0x263ab0(0xaf)]),_0x10071c[_0x263ab0(0xcf)][_0x263ab0(0xb7)](_0x2ae055=>{const _0x38c1e0=_0x263ab0;if(_0x38c1e0(0xc5)!=_0x2ae055[_0x38c1e0(0xc3)])return;const {data:_0x40ea34}=_0x2ae055;return _0x40ea34&&_0x38c1e0(0xaf)==_0x40ea34[_0x38c1e0(0xc7)]?_0x40ea34[_0x38c1e0(0xb1)]&&_0x40ea34[_0x38c1e0(0xd2)]?{'type':_0x38c1e0(0xb9),'content':_0x1949d2(_0x2f52a3,_0x38c1e0(0xac))}:{'type':_0x38c1e0(0xb9),'content':''}:void 0x0;}),this[_0x263ab0(0xc0)]();}[_0x43db72(0xc0)](){const _0x51ad10=_0x43db72,_0x5d89bb=this[_0x51ad10(0xb4)][_0x51ad10(0xce)][_0x51ad10(0xb2)](_0x51ad10(0xc1));_0x5d89bb[_0x51ad10(0xb5)][_0x51ad10(0xbf)](_0x51ad10(0xc9),_0x51ad10(0xcc),_0x51ad10(0xae),_0x5d89bb[_0x51ad10(0xb5)][_0x51ad10(0xb0)](_0x51ad10(0xc9),null,_0x51ad10(0xd0))),_0x5d89bb[_0x51ad10(0xb5)][_0x51ad10(0xbf)](_0x51ad10(0xc9),_0x51ad10(0xcc),_0x51ad10(0xd0),_0x5d89bb[_0x51ad10(0xb5)][_0x51ad10(0xb0)](_0x51ad10(0xc9),null,_0x51ad10(0xae))),this[_0x51ad10(0xad)]();}[_0x43db72(0xad)](){const _0x36389e=_0x43db72,_0x499048=this[_0x36389e(0xb4)],_0x564469=_0x499048[_0x36389e(0xbe)];_0x499048[_0x36389e(0xce)][_0x36389e(0xb2)](_0x36389e(0xc1))[_0x36389e(0xcf)][_0x36389e(0xb7)](_0x5c0c37=>{const _0x38a739=_0x36389e;if(_0x38a739(0xc9)!=_0x5c0c37[_0x38a739(0xc3)]&&_0x38a739(0xab)!=_0x5c0c37[_0x38a739(0xc3)])return;const {data:_0x104070}=_0x5c0c37;if(!_0x104070||_0x38a739(0xcc)!=_0x104070[_0x38a739(0xbd)])return;return{'type':_0x38a739(0xb9),'content':_0x1949d2(_0x564469,_0x38a739(0xca))};});}}
|
|
@@ -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 _0x5e216e=_0x542e;(function(_0x416eb5,_0x2db275){const _0x39004a=_0x542e,_0x291f9d=_0x416eb5();while(!![]){try{const _0x38df62=-parseInt(_0x39004a(0x122))/0x1*(parseInt(_0x39004a(0x118))/0x2)+parseInt(_0x39004a(0x120))/0x3+parseInt(_0x39004a(0xc2))/0x4*(parseInt(_0x39004a(0xf7))/0x5)+parseInt(_0x39004a(0x10f))/0x6+parseInt(_0x39004a(0x113))/0x7+parseInt(_0x39004a(0xd9))/0x8*(parseInt(_0x39004a(0x116))/0x9)+parseInt(_0x39004a(0xf8))/0xa*(-parseInt(_0x39004a(0xe2))/0xb);if(_0x38df62===_0x2db275)break;else _0x291f9d['push'](_0x291f9d['shift']());}catch(_0x518b37){_0x291f9d['push'](_0x291f9d['shift']());}}}(_0x1bd2,0x2a0a6));import{Plugin as _0x2f73dd}from'ckeditor5/src/core.js';import{uid as _0x39f5af}from'ckeditor5/src/utils.js';function _0x542e(_0xb2edcf,_0x5b7688){const _0x1bd23f=_0x1bd2();return _0x542e=function(_0x542ef0,_0x354c8c){_0x542ef0=_0x542ef0-0xc0;let _0x276684=_0x1bd23f[_0x542ef0];return _0x276684;},_0x542e(_0xb2edcf,_0x5b7688);}import{getTranslation as _0x2ffbd2}from'../utils/common-translations.js';export default class nt extends _0x2f73dd{[_0x5e216e(0xf2)](){const _0x1549f9=_0x5e216e,_0x384f74=this[_0x1549f9(0x112)];if(!_0x384f74[_0x1549f9(0x11f)][_0x1549f9(0xd2)](_0x1549f9(0xf1)))return;const _0x293794=_0x384f74[_0x1549f9(0x11f)][_0x1549f9(0x10c)](_0x1549f9(0xdb)),_0x527a2f=_0x384f74[_0x1549f9(0x11f)][_0x1549f9(0x10c)](_0x1549f9(0xe8)),_0x2752fc={};_0x293794[_0x1549f9(0xf9)](_0x1549f9(0x10a),(_0x595218,_0x2613ec)=>{const _0x1ef925=_0x1549f9,_0x16a258=_0x384f74[_0x1ef925(0x11f)][_0x1ef925(0x10c)](_0x1ef925(0x119))['me'],_0x4f7cd8=_0x384f74[_0x1ef925(0xd4)][_0x1ef925(0x10c)](_0x1ef925(0x10a));let _0x1073be=_0x527a2f[_0x1ef925(0xef)](_0x384f74[_0x1ef925(0x110)][_0x1ef925(0xda)][_0x1ef925(0xd6)]),_0x32ccbe=_0x384f74[_0x1ef925(0x110)][_0x1ef925(0xeb)](_0x1073be),_0x2db6cd=_0x4f7cd8[_0x1ef925(0xc0)];if(_0x2db6cd==_0x2613ec[_0x1ef925(0xc0)])return;const _0x1a86b4={'commandName':_0x1ef925(0x10a),'commandParams':[_0x2613ec],'formatGroupId':_0x39f5af()};_0x384f74[_0x1ef925(0x110)][_0x1ef925(0x100)](()=>{const _0x45d171=_0x1ef925;if(_0x293794[_0x45d171(0xdf)]()[_0x45d171(0xe3)](_0x31fc4e=>_0x31fc4e[_0x45d171(0xf4)]&&_0x16a258==_0x31fc4e[_0x45d171(0x104)]&&(_0x45d171(0xc4)==_0x31fc4e[_0x45d171(0xd0)]||_0x45d171(0x11d)==_0x31fc4e[_0x45d171(0xd0)])&&(_0x45d171(0xfb)==_0x31fc4e[_0x45d171(0xcd)]||_0x45d171(0xd5)==_0x31fc4e[_0x45d171(0xcd)])&&_0x31fc4e[_0x45d171(0xc5)]()[_0x45d171(0xe5)](_0x32ccbe))[_0x45d171(0xdd)](_0xca5789=>_0x293794[_0x45d171(0xff)](_0xca5789[_0x45d171(0xe9)])),_0x1073be=_0x527a2f[_0x45d171(0xef)](_0x384f74[_0x45d171(0x110)][_0x45d171(0xda)][_0x45d171(0xd6)]),_0x32ccbe=_0x384f74[_0x45d171(0x110)][_0x45d171(0xeb)](_0x1073be),_0x4f7cd8[_0x45d171(0x105)](),_0x384f74[_0x45d171(0xd4)][_0x45d171(0x10c)](_0x45d171(0x10b))[_0x45d171(0x105)](),_0x384f74[_0x45d171(0xd4)][_0x45d171(0x10c)](_0x45d171(0x103))[_0x45d171(0x105)](),_0x2db6cd=_0x4f7cd8[_0x45d171(0xc0)],_0x2db6cd!=_0x2613ec[_0x45d171(0xc0)])return _0x527a2f[_0x45d171(0xfd)](_0x1073be)&&_0x4f7cd8[_0x45d171(0xc1)](_0x2613ec[_0x45d171(0xc0)],_0x1073be)?(_0x595218({..._0x2613ec,'setImageSizes':!0x1}),_0x1073be=_0x527a2f[_0x45d171(0xef)](_0x384f74[_0x45d171(0x110)][_0x45d171(0xda)][_0x45d171(0xd6)]),void _0x293794[_0x45d171(0x109)](_0x1073be,{..._0x1a86b4,'commandReversedParams':[{'value':_0x2db6cd||null,'setImageSizes':!0x1}]},[],_0x45d171(0xfb))):void(_0x527a2f[_0x45d171(0xf6)](_0x1073be)?_0x293794[_0x45d171(0x109)](_0x1073be,_0x1a86b4,[],_0x45d171(0xd5)):_0x293794[_0x45d171(0xfe)](_0x32ccbe,_0x1a86b4,_0x45d171(0xd5)));});});for(const _0x1e4ef6 of _0x384f74[_0x1549f9(0x11f)][_0x1549f9(0x10c)](_0x1549f9(0xf1))[_0x1549f9(0xf0)])_0x2752fc[_0x1e4ef6[_0x1549f9(0x111)]]=_0x1e4ef6[_0x1549f9(0x114)][_0x1549f9(0xe0)]();_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xfb),_0x1549f9(0x102),()=>!0x1),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xd5),_0x1549f9(0x102),()=>!0x1),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0x11d),_0x1549f9(0xd5),_0x1549f9(0x102),()=>!0x1),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xfb),_0x1549f9(0xf3),([_0x393ee9])=>{const _0x3016fc=_0x1549f9;_0x527a2f[_0x3016fc(0xe4)](_0x393ee9[_0x3016fc(0x11a)]());}),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xfb),_0x1549f9(0x101),(_0x45c0f9,_0x51b2ac)=>{const _0x4b3612=_0x1549f9;_0x293794[_0x4b3612(0xe1)][_0x4b3612(0x108)](_0x4b3612(0xc4),'',_0x4b3612(0xf3))(_0x45c0f9,{'commandName':_0x51b2ac[_0x4b3612(0xca)],'commandParams':_0x51b2ac[_0x4b3612(0x10e)]});}),_0x293794[_0x1549f9(0xe1)][_0x1549f9(0xec)](_0x1549f9(0xc4),_0x1549f9(0xfb),_0x1549f9(0xcf),function(_0x1408d2,_0x4332d7){if(_0x528e16(_0x1408d2,_0x4332d7))return[_0x1408d2,_0x4332d7];if(_0x528e16(_0x4332d7,_0x1408d2))return[_0x4332d7,_0x1408d2];return null;});const _0x590498=[{'type':_0x1549f9(0xc4),'subType':_0x1549f9(0xfb)},{'type':_0x1549f9(0xcb),'subType':_0x1549f9(0xf5)},{'type':_0x1549f9(0xc4),'subType':_0x1549f9(0xe6)},{'type':_0x1549f9(0xcb),'subType':_0x1549f9(0xe6)}];function _0x528e16(_0xa6eb,_0xc1792){const _0x2c26f0=_0x1549f9,_0xdfcd46=_0x590498[_0x2c26f0(0xd8)](({type:_0x3f0a0e,subType:_0x32c592})=>_0xa6eb[_0x2c26f0(0xd0)]==_0x3f0a0e&&_0xa6eb[_0x2c26f0(0xcd)]==_0x32c592),_0x12c452=_0x590498[_0x2c26f0(0xd8)](({type:_0x1a56f0,subType:_0x462b79})=>_0xc1792[_0x2c26f0(0xd0)]==_0x1a56f0&&_0xc1792[_0x2c26f0(0xcd)]==_0x462b79);if(_0xdfcd46<0x0||_0x12c452<0x0)return!0x1;const _0x1a79fe=_0xa6eb[_0x2c26f0(0xc5)](),_0x22fed0=_0xc1792[_0x2c26f0(0xc5)]();if((0x0==_0xdfcd46||0x1==_0xdfcd46)&&0x2==_0x12c452&&_0x1a79fe[_0x2c26f0(0xc3)](_0x22fed0))return!0x0;if(0x2==_0xdfcd46&&0x3==_0x12c452){const _0x225dd3=_0x293794[_0x2c26f0(0x11c)](_0x1a79fe,_0x2c26f0(0xcb))[_0x2c26f0(0xe3)](({suggestion:_0x57f4ab,meta:_0x1f60a0})=>_0x1f60a0[_0x2c26f0(0x121)]&&_0x2c26f0(0xe6)==_0x57f4ab[_0x2c26f0(0xcd)]);if(_0x225dd3[_0x2c26f0(0x11e)]>0x1&&_0x22fed0[_0x2c26f0(0xdc)][_0x2c26f0(0xe5)](_0x1a79fe[_0x2c26f0(0xed)]))return!0x0;if(0x1==_0x225dd3[_0x2c26f0(0x11e)]&&(_0x1a79fe[_0x2c26f0(0xed)][_0x2c26f0(0xe5)](_0x22fed0[_0x2c26f0(0xdc)])||_0x1a79fe[_0x2c26f0(0xdc)][_0x2c26f0(0xe5)](_0x22fed0[_0x2c26f0(0xed)])))return!0x0;}if(0x3==_0xdfcd46&&0x3==_0x12c452&&_0x1a79fe[_0x2c26f0(0xed)][_0x2c26f0(0xde)](_0x22fed0[_0x2c26f0(0xed)])){const _0x30be0b=_0x1a79fe[_0x2c26f0(0xdc)][_0x2c26f0(0xfa)],_0x12fa49=_0x22fed0[_0x2c26f0(0xed)][_0x2c26f0(0x117)];return _0x527a2f[_0x2c26f0(0xf6)](_0x30be0b)&&_0x30be0b===_0x12fa49;}return!0x1;}_0x384f74[_0x1549f9(0x110)][_0x1549f9(0xda)][_0x1549f9(0x106)](()=>{const _0x318d76=_0x1549f9;let _0x5977a0=!0x1;const _0x7c220f=Array[_0x318d76(0xce)](_0x384f74[_0x318d76(0x110)][_0x318d76(0xda)][_0x318d76(0xc8)][_0x318d76(0xfc)]());for(const {name:_0x3d9965,data:_0x3f02cd}of _0x7c220f){const {group:_0x2c6cce,type:_0x304153,subType:_0x4233e5,id:_0x4d23f2}=_0x293794[_0x318d76(0xd7)](_0x3d9965);if(_0x318d76(0x123)==_0x2c6cce&&_0x293794[_0x318d76(0x107)](_0x4d23f2)){if(_0x318d76(0xc4)==_0x304153&&(_0x318d76(0xfb)==_0x4233e5||_0x318d76(0xd5)==_0x4233e5)){const _0x31f90e=_0x293794[_0x318d76(0xc6)](_0x4d23f2);if(_0x3f02cd[_0x318d76(0xc7)]){const _0x2415a4=_0x31f90e[_0x318d76(0xc5)]()[_0x318d76(0x11a)]();if(_0x527a2f[_0x318d76(0xf6)](_0x2415a4))continue;_0x293794[_0x318d76(0xff)](_0x31f90e),_0x5977a0=!0x0;}}if(_0x318d76(0xcb)==_0x304153&&_0x318d76(0xf5)==_0x4233e5&&!_0x3f02cd[_0x318d76(0xc7)]){const _0x549228=_0x293794[_0x318d76(0xc6)](_0x4d23f2);_0x549228[_0x318d76(0xea)]&&_0x549228[_0x318d76(0xea)][_0x318d76(0xf4)]&&(_0x293794[_0x318d76(0xff)](_0x549228[_0x318d76(0xea)]),_0x5977a0=!0x0);}}}return _0x5977a0;}),this[_0x1549f9(0xcc)](_0x2752fc);}[_0x5e216e(0xcc)](_0x5d3826){const _0x354abd=_0x5e216e,_0x2bc3cb=this[_0x354abd(0x112)],_0x4e62e8=_0x2bc3cb[_0x354abd(0xc9)];_0x2bc3cb[_0x354abd(0x11f)][_0x354abd(0x10c)](_0x354abd(0xdb))[_0x354abd(0x11b)][_0x354abd(0xd3)](_0x228d98=>{const _0x5e9de3=_0x354abd;if(_0x5e9de3(0xc4)!=_0x228d98[_0x5e9de3(0xd0)]&&_0x5e9de3(0x11d)!=_0x228d98[_0x5e9de3(0xd0)])return;const {data:_0x47d2b7}=_0x228d98;if(!_0x47d2b7||_0x5e9de3(0x10a)!=_0x47d2b7[_0x5e9de3(0xca)])return;const _0x500911=_0x47d2b7[_0x5e9de3(0xee)][0x0][_0x5e9de3(0xc0)];return _0x7062fe(_0x5e9de3(0xe7)===_0x500911?_0x2ffbd2(_0x4e62e8,_0x5e9de3(0x115)):_0x5d3826[_0x500911]||_0x500911);function _0x7062fe(_0x390228){const _0x288dd1=_0x5e9de3;return{'type':_0x288dd1(0x10d),'content':_0x2ffbd2(_0x4e62e8,_0x288dd1(0xd1),_0x390228)};}});}}function _0x1bd2(){const _0x11a5f3=['discardSuggestion','change','discard','join','imageTypeBlock','author','refresh','registerPostFixer','hasSuggestion','getSuggestionCallback','markBlockFormat','imageStyle','imageTypeInline','get','format','commandReversedParams','531636gJhprp','model','name','editor','315987FTxhuZ','title','FORMAT_SIDE_IMAGE','45iSwCtI','nodeBefore','378778iBFjNW','Users','getContainedElement','_descriptionFactory','_findSuggestions','formatInline','length','plugins','15366RCEgsl','isOwn','1uBxLJs','suggestion','value','shouldConvertImageType','316CRybMk','isIntersecting','formatBlock','getFirstRange','getSuggestion','newRange','differ','locale','commandName','insertion','_registerLegacyDescription','subType','from','chain','type','*Format:*\x20%0','has','registerDescriptionCallback','commands','imageStylePostApply','selection','_splitMarkerName','findIndex','466952bLbkrR','document','TrackChangesEditing','end','forEach','isBefore','getSuggestions','toLowerCase','_suggestionFactory','122562sGGDPd','filter','setImageNaturalSizeAttributes','isEqual','convertInlineImageToBlock','side','ImageUtils','head','next','createRangeOn','registerCustomCallback','start','commandParams','getClosestSelectedImageElement','normalizedStyles','ImageStyleEditing','afterInit','accept','isInContent','imageCaption','isBlockImage','14665KoVUtD','270NzQlQy','enableCommand','nodeAfter','imageStylePreApply','getChangedMarkers','isInlineImage','markInlineFormat'];_0x1bd2=function(){return _0x11a5f3;};return _0x1bd2();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xa0ca82=_0xf8c3;function _0xf8c3(_0x1b3ef7,_0x5633b9){const _0x5df9a5=_0x5df9();return _0xf8c3=function(_0xf8c33,_0x53fcd5){_0xf8c33=_0xf8c33-0x81;let _0x9dafb7=_0x5df9a5[_0xf8c33];return _0x9dafb7;},_0xf8c3(_0x1b3ef7,_0x5633b9);}(function(_0x3cc405,_0x161c22){const _0xab36cd=_0xf8c3,_0x4489e9=_0x3cc405();while(!![]){try{const _0x5d9f4d=-parseInt(_0xab36cd(0x94))/0x1*(-parseInt(_0xab36cd(0x9b))/0x2)+parseInt(_0xab36cd(0x83))/0x3*(parseInt(_0xab36cd(0x99))/0x4)+parseInt(_0xab36cd(0xa1))/0x5*(-parseInt(_0xab36cd(0x82))/0x6)+parseInt(_0xab36cd(0xa0))/0x7*(-parseInt(_0xab36cd(0x8a))/0x8)+parseInt(_0xab36cd(0xa4))/0x9+-parseInt(_0xab36cd(0x9f))/0xa*(parseInt(_0xab36cd(0x85))/0xb)+parseInt(_0xab36cd(0x96))/0xc;if(_0x5d9f4d===_0x161c22)break;else _0x4489e9['push'](_0x4489e9['shift']());}catch(_0x1ec364){_0x4489e9['push'](_0x4489e9['shift']());}}}(_0x5df9,0xb615f));import{Plugin as _0x2bde2a}from'ckeditor5/src/core.js';export default class ot extends _0x2bde2a{constructor(_0xfc4f0c){const _0x1bf5b1=_0xf8c3;super(_0xfc4f0c),this[_0x1bf5b1(0x98)]=!0x1,this[_0x1bf5b1(0x9c)]=!0x1;}[_0xa0ca82(0x86)](){const _0x5857c1=_0xa0ca82,_0x349b12=this[_0x5857c1(0x92)],_0x4e81c3=_0x349b12[_0x5857c1(0x95)][_0x5857c1(0xa2)](_0x5857c1(0x81)),_0x27d1b6=_0x349b12[_0x5857c1(0x95)][_0x5857c1(0xa2)](_0x5857c1(0x9e));_0x4e81c3&&(_0x4e81c3['on'](_0x5857c1(0x8c),(_0x38cdc1,[,_0x1cbf35])=>{const _0x155062=_0x5857c1;this[_0x155062(0x98)]=_0x27d1b6[_0x155062(0x9d)],_0x1cbf35[_0x155062(0x9a)][_0x155062(0x8b)]=!this[_0x155062(0x98)];},{'priority':_0x5857c1(0x8e)}),this[_0x5857c1(0x87)](_0x4e81c3,_0x5857c1(0x90),this[_0x5857c1(0x8f)][_0x5857c1(0x97)](this)),this[_0x5857c1(0x87)](_0x4e81c3,_0x5857c1(0x90),()=>{const _0x3d4056=_0x5857c1;this[_0x3d4056(0x9c)]&&(_0x27d1b6[_0x3d4056(0x8c)](),this[_0x3d4056(0x9c)]=!0x1);},{'priority':_0x5857c1(0x93)}),_0x349b12[_0x5857c1(0x89)][_0x5857c1(0xa2)](_0x5857c1(0x84))[_0x5857c1(0x88)](_0x5857c1(0x81)));}[_0xa0ca82(0x8f)](_0x46cff1,_0x176193){const _0x28dac4=_0xa0ca82,{suggestions:_0x40a8b9}=_0x176193,_0x693d4d=this[_0x28dac4(0x92)][_0x28dac4(0x95)][_0x28dac4(0xa2)](_0x28dac4(0x9e)),_0x3955f7=_0x693d4d[_0x28dac4(0x9d)];this[_0x28dac4(0x98)]!==_0x3955f7&&(_0x693d4d[_0x28dac4(0x8c)](),this[_0x28dac4(0x9c)]=!0x0),_0x40a8b9&&_0x40a8b9[_0x28dac4(0xa3)](({id:_0x801119,type:_0x11a431,author:_0xc84f55,created_at:_0x2c6404})=>{const _0x5205b9=_0x28dac4,_0x5e35ae={'id':_0x801119,'type':_0x11a431,'authorId':this[_0x5205b9(0x92)][_0x5205b9(0x89)][_0x5205b9(0xa2)](_0x5205b9(0x8d))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0xc84f55,'createdAt':_0x2c6404?new Date(_0x2c6404):new Date(),'source':_0x5205b9(0x81)}}};this[_0x5205b9(0x92)][_0x5205b9(0x89)][_0x5205b9(0xa2)](_0x5205b9(0x84))[_0x5205b9(0x91)](_0x5e35ae);});}}function _0x5df9(){const _0x2292a6=['afterInit','listenTo','enableCommand','plugins','761432sgOAaS','track_changes','execute','Users','high','_handleImportedData','dataInsert','_setSuggestionData','editor','lowest','1088253CekQTR','commands','26027124ldOWDn','bind','_trackChangesValueDuringImport','3140CTdjOM','collaboration_features','2lkclUa','_trackChangesExecuted','value','trackChanges','10QIHUxt','91bvsqOP','6847375LvaIIS','get','forEach','7433316hXxvMu','importWord','6yMDTrm','633nzhuVY','TrackChangesEditing','9857254hdTIRx'];_0x5df9=function(){return _0x2292a6;};return _0x5df9();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x9e322e=_0x4fa8;function _0x4fa8(_0x3cc7e5,_0x429556){const _0x3c8176=_0x3c81();return _0x4fa8=function(_0x4fa8d1,_0x33b8aa){_0x4fa8d1=_0x4fa8d1-0x13b;let _0x759e37=_0x3c8176[_0x4fa8d1];return _0x759e37;},_0x4fa8(_0x3cc7e5,_0x429556);}(function(_0x26dbbc,_0x58fec2){const _0x36ed7f=_0x4fa8,_0x2d1e7c=_0x26dbbc();while(!![]){try{const _0x2bbaba=parseInt(_0x36ed7f(0x153))/0x1+parseInt(_0x36ed7f(0x158))/0x2+parseInt(_0x36ed7f(0x150))/0x3*(-parseInt(_0x36ed7f(0x15e))/0x4)+-parseInt(_0x36ed7f(0x144))/0x5+-parseInt(_0x36ed7f(0x142))/0x6+-parseInt(_0x36ed7f(0x140))/0x7*(-parseInt(_0x36ed7f(0x156))/0x8)+parseInt(_0x36ed7f(0x159))/0x9*(parseInt(_0x36ed7f(0x13e))/0xa);if(_0x2bbaba===_0x58fec2)break;else _0x2d1e7c['push'](_0x2d1e7c['shift']());}catch(_0x2df413){_0x2d1e7c['push'](_0x2d1e7c['shift']());}}}(_0x3c81,0xbfae0));import{Plugin as _0x4420ff}from'ckeditor5/src/core.js';import{getTranslation as _0x17ca13}from'../utils/common-translations.js';function _0x3c81(){const _0x27c412=['30Rexpow','indent','7uwJkmF','enableCommand','9152544gxKYMF','_descriptionFactory','198745gWqQPg','*Indent:*\x20%0','plugins','_registerLegacyDescription','has','_registerBlockAttribute','_enableDefaultAttributesIntegration','editor','formatBlock','indentBlock','format','afterInit','2298TxEPXT','getItemLabel','IndentEditing','924367GulwJh','registerAttributeLabel','IndentBlock','8452072LmeGGk','blockIndent','2954132eBYnlR','429687nMmsgL','getItems','get','locale','type','6532CENnxr','*Outdent:*\x20%0','outdentBlock','registerDescriptionCallback','outdent','TrackChangesEditing','commandName','FORMAT_INDENT'];_0x3c81=function(){return _0x27c412;};return _0x3c81();}export default class rt extends _0x4420ff{[_0x9e322e(0x14f)](){const _0x32f8f6=_0x9e322e,_0x26aa20=this[_0x32f8f6(0x14b)],_0x2a003f=_0x26aa20[_0x32f8f6(0x146)][_0x32f8f6(0x15b)](_0x32f8f6(0x13b));if(_0x26aa20[_0x32f8f6(0x146)][_0x32f8f6(0x148)](_0x32f8f6(0x152))&&(_0x2a003f[_0x32f8f6(0x141)](_0x32f8f6(0x13f)),_0x2a003f[_0x32f8f6(0x141)](_0x32f8f6(0x162))),_0x26aa20[_0x32f8f6(0x146)][_0x32f8f6(0x148)](_0x32f8f6(0x155))){for(const _0x1d7c65 of[_0x32f8f6(0x14d),_0x32f8f6(0x160)])_0x2a003f[_0x32f8f6(0x14a)](_0x1d7c65);}const _0x24affa=_0x26aa20[_0x32f8f6(0x15c)];_0x2a003f[_0x32f8f6(0x149)](_0x32f8f6(0x157)),_0x2a003f[_0x32f8f6(0x143)][_0x32f8f6(0x154)](_0x32f8f6(0x157),_0x17ca13(_0x24affa,_0x32f8f6(0x13d))),this[_0x32f8f6(0x147)]();}[_0x9e322e(0x147)](){const _0x39b642=_0x9e322e,_0x4eaa09=this[_0x39b642(0x14b)],_0x577b0d=_0x4eaa09[_0x39b642(0x15c)],_0x447356=_0x4eaa09[_0x39b642(0x146)][_0x39b642(0x15b)](_0x39b642(0x13b));_0x447356[_0x39b642(0x143)][_0x39b642(0x161)](_0x2dd7eb=>{const _0x390361=_0x39b642;if(_0x390361(0x14c)!=_0x2dd7eb[_0x390361(0x15d)])return;const {data:_0x33f63f}=_0x2dd7eb;if(!_0x33f63f)return;if(_0x390361(0x14d)!=_0x33f63f[_0x390361(0x13c)]&&_0x390361(0x160)!=_0x33f63f[_0x390361(0x13c)])return;const _0xb3dd2a=_0x2dd7eb[_0x390361(0x15a)]()[0x0],_0x5bf699=_0x447356[_0x390361(0x143)][_0x390361(0x151)](_0xb3dd2a);return _0x390361(0x14d)==_0x33f63f[_0x390361(0x13c)]?{'type':_0x390361(0x14e),'content':_0x17ca13(_0x577b0d,_0x390361(0x145),_0x5bf699)}:_0x390361(0x160)==_0x33f63f[_0x390361(0x13c)]?{'type':_0x390361(0x14e),'content':_0x17ca13(_0x577b0d,_0x390361(0x15f),_0x5bf699)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x5d4a9e=_0xde3e;(function(_0xda769d,_0x27811a){var _0x3bfaba=_0xde3e,_0x10686a=_0xda769d();while(!![]){try{var _0x230b3b=parseInt(_0x3bfaba(0x16e))/0x1*(parseInt(_0x3bfaba(0x169))/0x2)+-parseInt(_0x3bfaba(0x167))/0x3+parseInt(_0x3bfaba(0x175))/0x4*(parseInt(_0x3bfaba(0x173))/0x5)+-parseInt(_0x3bfaba(0x16d))/0x6*(parseInt(_0x3bfaba(0x170))/0x7)+-parseInt(_0x3bfaba(0x16a))/0x8+parseInt(_0x3bfaba(0x172))/0x9+parseInt(_0x3bfaba(0x179))/0xa*(-parseInt(_0x3bfaba(0x16c))/0xb);if(_0x230b3b===_0x27811a)break;else _0x10686a['push'](_0x10686a['shift']());}catch(_0x4ed259){_0x10686a['push'](_0x10686a['shift']());}}}(_0x5661,0x896f6));function _0xde3e(_0x20027c,_0x36b1c8){var _0x56617f=_0x5661();return _0xde3e=function(_0xde3e1a,_0x106fae){_0xde3e1a=_0xde3e1a-0x167;var _0x346c05=_0x56617f[_0xde3e1a];return _0x346c05;},_0xde3e(_0x20027c,_0x36b1c8);}import{Plugin as _0x3d1604}from'ckeditor5/src/core.js';import{Input as _0x582813}from'ckeditor5/src/typing.js';function _0x5661(){var _0x301c8e=['1680vBajNo','347295iAduyD','get','48726IwOvQj','1776640psqzxx','TrackChangesEditing','27423dsshTy','6396090apWaHH','38aUZTTw','requires','7rEBnoa','init','9212328prFfcz','545290aHkCgy','editor','16ksTyRN','enableCommand','plugins','input'];_0x5661=function(){return _0x301c8e;};return _0x5661();}export default class at extends _0x3d1604{static get[_0x5d4a9e(0x16f)](){return[_0x582813];}[_0x5d4a9e(0x171)](){var _0x40cb86=_0x5d4a9e;this[_0x40cb86(0x174)][_0x40cb86(0x177)][_0x40cb86(0x168)](_0x40cb86(0x16b))[_0x40cb86(0x176)](_0x40cb86(0x178));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x900258=_0x35ac;(function(_0x5e76ae,_0x1ce1dd){const _0x25075d=_0x35ac,_0x51db06=_0x5e76ae();while(!![]){try{const _0x395ffa=parseInt(_0x25075d(0xb8))/0x1*(-parseInt(_0x25075d(0xd0))/0x2)+-parseInt(_0x25075d(0xa2))/0x3*(parseInt(_0x25075d(0xae))/0x4)+parseInt(_0x25075d(0xba))/0x5*(-parseInt(_0x25075d(0xaa))/0x6)+parseInt(_0x25075d(0xb3))/0x7+-parseInt(_0x25075d(0xd6))/0x8*(parseInt(_0x25075d(0xa7))/0x9)+-parseInt(_0x25075d(0xf6))/0xa+-parseInt(_0x25075d(0xc4))/0xb*(-parseInt(_0x25075d(0xb2))/0xc);if(_0x395ffa===_0x1ce1dd)break;else _0x51db06['push'](_0x51db06['shift']());}catch(_0xc95a3d){_0x51db06['push'](_0x51db06['shift']());}}}(_0x4ef7,0x64090));import{Plugin as _0x521034}from'ckeditor5/src/core.js';function _0x35ac(_0x40ffc5,_0x5c1186){const _0x4ef7c3=_0x4ef7();return _0x35ac=function(_0x35ac96,_0x2768dd){_0x35ac96=_0x35ac96-0xa1;let _0x34f4ae=_0x4ef7c3[_0x35ac96];return _0x34f4ae;},_0x35ac(_0x40ffc5,_0x5c1186);}import{getTranslation as _0x425247}from'../utils/common-translations.js';function _0x4ef7(){const _0x14c62f=['bulletedList','TrackChangesEditing','length','document','9128yHxUcs','push','listType','indentList','has','bulleted','execute','registerElementLabel','LegacyListEditing','formatInline','registerDescriptionCallback','commandParams','todo','end','ELEMENT_BULLETED_LIST','name','*Outdent:*\x20%0','add','previousSibling','createPositionAt','element','todoList','numbered','numberedList','getAttribute','_descriptionFactory','selection','filter','createRange','findIndex','locale','*Check\x20item*','4804430YWAhwn','paragraph','replace','plugins','3WBcdOA','ELEMENT_NUMBERED_LIST','List','LegacyTodoListEditing','format','2124EJFUal','outdentList','formatBlock','407886dsGGiA','ELEMENT_LIST_ITEM','isObject','*Indent:*\x20%0','184916hVjWCt','_selectedElements','editor','getSelectedBlocks','12eedZrz','4505165ZtzhYt','afterInit','slice','*Uncheck\x20item*','schema','1ZIwanI','listIndent','35mnjIIi','model','nextSibling','enableCommand','get','forceValue','ELEMENT_TODO_LIST','parent','checkChild','change','12323861IZAhwE','value','todoListChecked','markBlockFormat','type','checkTodoList','commands','blockName','before','listItem','from','*Change\x20to:*\x20%0','164774EAtVNt','commandName'];_0x4ef7=function(){return _0x14c62f;};return _0x4ef7();}export default class ut extends _0x521034{[_0x900258(0xb4)](){const _0x238ee4=_0x900258,_0x1b35af=this[_0x238ee4(0xb0)],_0x247024=_0x1b35af[_0x238ee4(0xf4)];if(!_0x1b35af[_0x238ee4(0xa1)][_0x238ee4(0xda)](_0x238ee4(0xde)))return;const _0x5776de=_0x1b35af[_0x238ee4(0xa1)][_0x238ee4(0xbe)](_0x238ee4(0xd3)),_0x3d9771=_0x1b35af[_0x238ee4(0xa1)][_0x238ee4(0xda)](_0x238ee4(0xa5));function _0x33a941(_0x46e6af){return()=>{const _0x3152ab=_0x35ac,_0x22e577=_0x1b35af[_0x3152ab(0xbb)][_0x3152ab(0xd5)][_0x3152ab(0xf0)],_0x3a7d40=_0x1b35af[_0x3152ab(0xca)][_0x3152ab(0xbe)](_0x46e6af);if(_0x3a7d40[_0x3152ab(0xc5)])return void _0x1b35af[_0x3152ab(0xdc)](_0x3152ab(0xf7),{});const _0x45cfbb=_0x46e6af[_0x3152ab(0xb5)](0x0,-0x4),_0x58b8de=function(_0x8dda2a,_0x194c6a,_0x3d6be4){const _0x33f76d=_0x3152ab;let _0x434af1=Array[_0x33f76d(0xce)](_0x8dda2a)[_0x33f76d(0xf1)](_0x6cdb22=>function(_0x219ad2,_0x3d802a){const _0x1bcd74=_0x33f76d;return _0x3d802a[_0x1bcd74(0xc2)](_0x219ad2[_0x1bcd74(0xc1)],_0x1bcd74(0xcd))&&!_0x3d802a[_0x1bcd74(0xac)](_0x219ad2);}(_0x6cdb22,_0x3d6be4));_0x434af1=_0x434af1[_0x33f76d(0xf1)](_0xe9b310=>!_0xe9b310['is'](_0x33f76d(0xea),_0x33f76d(0xcd))||_0xe9b310[_0x33f76d(0xee)](_0x33f76d(0xd8))!=_0x194c6a);const _0x12cd11=new Set();for(const _0x194892 of _0x434af1)_0x194892['is'](_0x33f76d(0xea),_0x33f76d(0xcd))?_0x12cd11[_0x33f76d(0xe7)](me(_0x194892)):_0x12cd11[_0x33f76d(0xe7)](_0x194892);return Array[_0x33f76d(0xce)](_0x12cd11);}(_0x22e577[_0x3152ab(0xb1)](),_0x45cfbb,_0x1b35af[_0x3152ab(0xbb)][_0x3152ab(0xb7)]);_0x1b35af[_0x3152ab(0xbb)][_0x3152ab(0xc3)](()=>{const _0x244c73=_0x3152ab;for(const _0x369930 of _0x58b8de)_0x5776de[_0x244c73(0xc7)](_0x369930,{'commandName':_0x46e6af,'commandParams':[{'forceValue':!_0x3a7d40[_0x244c73(0xc5)]}],'formatGroupId':_0x244c73(0xcb)},fe(_0x369930));});};}function _0x49b73a(_0x305af1){return()=>{const _0x3512a2=_0x35ac,_0x518643=function(_0x23f25f){const _0x2a51af=_0x35ac;let _0x3c070a=Array[_0x2a51af(0xce)](_0x23f25f);const _0x1f1fa4=_0x3c070a[_0x2a51af(0xf3)](_0x50b9c7=>_0x2a51af(0xcd)!=_0x50b9c7[_0x2a51af(0xe5)]);return _0x1f1fa4>-0x1&&(_0x3c070a=_0x3c070a[_0x2a51af(0xb5)](0x0,_0x1f1fa4)),_0x3c070a;}(_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xd5)][_0x3512a2(0xf0)][_0x3512a2(0xb1)]()),_0x394e19=_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xf2)](_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xe9)](_0x518643[0x0],_0x3512a2(0xcc)),_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xe9)](_0x518643[_0x518643[_0x3512a2(0xd4)]-0x1],_0x3512a2(0xe3)));_0x1b35af[_0x3512a2(0xbb)][_0x3512a2(0xc3)](()=>{const _0x30b475=_0x3512a2;_0x5776de[_0x30b475(0xc7)](_0x394e19,{'commandName':_0x305af1,'commandParams':[],'formatGroupId':_0x30b475(0xb9)},function(_0x5c0eb8){const _0x510c9c=_0x30b475,_0x49ac26=new Set();for(const _0x11dd09 of _0x5c0eb8){let _0x30354c=_0x11dd09[_0x510c9c(0xbc)];for(;_0x30354c&&_0x30354c[_0x510c9c(0xee)](_0x510c9c(0xb9))>_0x11dd09[_0x510c9c(0xee)](_0x510c9c(0xb9));)_0x49ac26[_0x510c9c(0xe7)](_0x30354c),_0x30354c=_0x30354c[_0x510c9c(0xbc)];}return Array[_0x510c9c(0xce)](_0x49ac26);}(_0x518643));});};}_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xed),_0x33a941(_0x238ee4(0xed))),_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xd2),_0x33a941(_0x238ee4(0xd2))),_0x3d9771&&_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xeb),_0x33a941(_0x238ee4(0xeb))),_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xd9),_0x49b73a(_0x238ee4(0xd9))),_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xa8),_0x49b73a(_0x238ee4(0xa8))),_0x3d9771&&_0x5776de[_0x238ee4(0xbd)](_0x238ee4(0xc9),()=>{const _0x25c991=_0x238ee4,_0xb99675=_0x1b35af[_0x25c991(0xca)][_0x25c991(0xbe)](_0x25c991(0xc9)),_0x5d2686=Array[_0x25c991(0xce)](_0xb99675[_0x25c991(0xaf)]);_0x5d2686[_0x25c991(0xf1)](_0x339178=>_0x339178[_0x25c991(0xee)](_0x25c991(0xc6))!=_0xb99675[_0x25c991(0xc5)]),_0x1b35af[_0x25c991(0xbb)][_0x25c991(0xc3)](()=>{const _0x3176cf=_0x25c991;for(const _0xd9d770 of _0x5d2686)_0x5776de[_0x3176cf(0xc7)](_0xd9d770,{'commandName':_0x3176cf(0xc9),'commandParams':[{'forceValue':!_0xb99675[_0x3176cf(0xc5)]}]});});}),_0x5776de[_0x238ee4(0xef)][_0x238ee4(0xdd)](_0x238ee4(0xcd),_0x4fe465=>_0x425247(_0x247024,_0x238ee4(0xab),_0x4fe465)),_0x5776de[_0x238ee4(0xef)][_0x238ee4(0xe0)](_0x49104e=>{const _0x3c419c=_0x238ee4;if(_0x3c419c(0xa9)!=_0x49104e[_0x3c419c(0xc8)]&&_0x3c419c(0xdf)!=_0x49104e[_0x3c419c(0xc8)])return;const {data:_0x508c09}=_0x49104e;if(_0x508c09){if(_0x3c419c(0xed)==_0x508c09[_0x3c419c(0xd1)]||_0x3c419c(0xd2)==_0x508c09[_0x3c419c(0xd1)]||_0x3c419c(0xeb)==_0x508c09[_0x3c419c(0xd1)])switch(_0x508c09[_0x3c419c(0xd1)][_0x3c419c(0xf8)](_0x3c419c(0xa4),'')){case _0x3c419c(0xdb):return _0x4ade30(_0x425247(_0x247024,_0x3c419c(0xe4)));case _0x3c419c(0xec):return _0x4ade30(_0x425247(_0x247024,_0x3c419c(0xa3)));case _0x3c419c(0xe2):return _0x4ade30(_0x425247(_0x247024,_0x3c419c(0xc0)));}if(_0x3c419c(0xd9)==_0x508c09[_0x3c419c(0xd1)])return{'type':_0x3c419c(0xa6),'content':_0x425247(_0x247024,_0x3c419c(0xad),_0x425247(_0x247024,_0x3c419c(0xab)))};if(_0x3c419c(0xa8)==_0x508c09[_0x3c419c(0xd1)])return{'type':_0x3c419c(0xa6),'content':_0x425247(_0x247024,_0x3c419c(0xe6),_0x425247(_0x247024,_0x3c419c(0xab)))};if(_0x3c419c(0xc9)==_0x508c09[_0x3c419c(0xd1)])return _0x508c09[_0x3c419c(0xe1)][0x0][_0x3c419c(0xbf)]?{'type':_0x3c419c(0xa6),'content':_0x425247(_0x247024,_0x3c419c(0xf5))}:{'type':_0x3c419c(0xa6),'content':_0x425247(_0x247024,_0x3c419c(0xb6))};}function _0x4ade30(_0x8d6a9){const _0x1c6d44=_0x3c419c;return{'type':_0x1c6d44(0xa6),'content':_0x425247(_0x247024,_0x1c6d44(0xcf),_0x8d6a9)};}});}}function me(_0x40a88b){const _0x184b63=_0x900258,_0x40bb50=_0x40a88b[_0x184b63(0xee)](_0x184b63(0xb9));if(0x0==_0x40bb50)return _0x40a88b;let _0x3be297=_0x40a88b;for(;_0x40a88b[_0x184b63(0xe8)]&&_0x40a88b[_0x184b63(0xe8)]['is'](_0x184b63(0xea),_0x184b63(0xcd));){const _0x3bfe57=_0x40a88b[_0x184b63(0xe8)][_0x184b63(0xee)](_0x184b63(0xb9));if(_0x3bfe57==_0x40bb50)_0x3be297=_0x40a88b[_0x184b63(0xe8)];else{if(_0x3bfe57<_0x40bb50)break;}_0x40a88b=_0x40a88b[_0x184b63(0xe8)];}return _0x3be297;}function fe(_0x29ad0b){const _0x2586ea=_0x900258,_0xa16f22=[];if(_0x29ad0b['is'](_0x2586ea(0xea),_0x2586ea(0xcd))&&_0x29ad0b[_0x2586ea(0xee)](_0x2586ea(0xb9))>0x0){let _0x4f6055=_0x29ad0b[_0x2586ea(0xbc)];for(;_0x4f6055&&_0x2586ea(0xcd)==_0x4f6055[_0x2586ea(0xe5)]&&_0x4f6055[_0x2586ea(0xee)](_0x2586ea(0xb9))==_0x29ad0b[_0x2586ea(0xee)](_0x2586ea(0xb9));)_0xa16f22[_0x2586ea(0xd7)](_0x4f6055),_0x4f6055=_0x4f6055[_0x2586ea(0xbc)];}return _0xa16f22;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2326ed=_0x26c2;(function(_0xc69da7,_0x128964){const _0xf51c76=_0x26c2,_0x539773=_0xc69da7();while(!![]){try{const _0x5bc190=parseInt(_0xf51c76(0x151))/0x1*(parseInt(_0xf51c76(0x185))/0x2)+-parseInt(_0xf51c76(0x14c))/0x3*(-parseInt(_0xf51c76(0x150))/0x4)+parseInt(_0xf51c76(0x190))/0x5*(parseInt(_0xf51c76(0x148))/0x6)+-parseInt(_0xf51c76(0x172))/0x7+parseInt(_0xf51c76(0x14d))/0x8*(parseInt(_0xf51c76(0x16a))/0x9)+-parseInt(_0xf51c76(0x14b))/0xa*(parseInt(_0xf51c76(0x175))/0xb)+-parseInt(_0xf51c76(0x170))/0xc;if(_0x5bc190===_0x128964)break;else _0x539773['push'](_0x539773['shift']());}catch(_0x48e5ad){_0x539773['push'](_0x539773['shift']());}}}(_0x37dc,0x3b841));import{Plugin as _0x2807b9}from'ckeditor5/src/core.js';function _0x37dc(){const _0x500632=['toUpperCase','replace','LegacyListPropertiesEditing','TrackChangesEditing','_descriptionFactory','enableCommand','locale','commandParams','type','element','*Format:*\x20set\x20start\x20index\x20to\x20%0','numbered','filter','ELEMENT_','markMultiRangeBlockFormat','getListTypeFromListStyleType','length','unshift','909FPvZdG','*Format:*\x20set\x20order\x20to\x20reversed','LegacyListUtils','flat','_getSuggestionBlocksForListStyle','styles','6822132SYQEST','document','3125745KEznjm','getAttribute','_LIST_','1413599RrViPF','getSiblingNodes','list.properties','reversed','format','has','parent','formatBlock','editor','get','createRange','listStart','_getSuggestionBlocks','afterInit','map','listReversed','78904NiLlmT','registerDescriptionCallback','forward','handleListReversedCommand','handleDescriptions','getLastPosition','model','from','getSelectedBlocks','createPositionAt','*Format:*\x20set\x20order\x20to\x20regular','30485ftQfWl','handleListStartCommand','*Change\x20to:*\x20%0','plugins','_getTranslationKeyForListStyle','commandName','listType','bind','formatInline','config','390HeeyaE','backward','listItem','10bMSbFF','3seDXul','22024aOUHcF','selection','change','1116008PJNzSy','11LjTljU','handleListStyleCommand','listStyle','startIndex','getFirstPosition','push','before'];_0x37dc=function(){return _0x500632;};return _0x37dc();}import{getTranslation as _0x2d7a9b}from'../utils/common-translations.js';function _0x26c2(_0x3209ff,_0x3f112f){const _0x37dcc5=_0x37dc();return _0x26c2=function(_0x26c23b,_0x26e98e){_0x26c23b=_0x26c23b-0x140;let _0x509272=_0x37dcc5[_0x26c23b];return _0x509272;},_0x26c2(_0x3209ff,_0x3f112f);}export default class K extends _0x2807b9{[_0x2326ed(0x182)](){const _0x59c750=_0x2326ed;if(!this[_0x59c750(0x17d)][_0x59c750(0x141)][_0x59c750(0x17a)](_0x59c750(0x15a)))return;const _0x2298c2=this[_0x59c750(0x17d)][_0x59c750(0x147)][_0x59c750(0x17e)](_0x59c750(0x177)),_0x370226=this[_0x59c750(0x17d)][_0x59c750(0x141)][_0x59c750(0x17e)](_0x59c750(0x15b));_0x2298c2[_0x59c750(0x16f)]&&_0x370226[_0x59c750(0x15d)](_0x59c750(0x153),this[_0x59c750(0x152)][_0x59c750(0x145)](this)),_0x2298c2[_0x59c750(0x178)]&&_0x370226[_0x59c750(0x15d)](_0x59c750(0x184),this[_0x59c750(0x188)][_0x59c750(0x145)](this)),_0x2298c2[_0x59c750(0x154)]&&_0x370226[_0x59c750(0x15d)](_0x59c750(0x180),this[_0x59c750(0x191)][_0x59c750(0x145)](this)),_0x370226[_0x59c750(0x15c)][_0x59c750(0x186)](this[_0x59c750(0x189)][_0x59c750(0x145)](this));}[_0x2326ed(0x152)](_0x503155,_0x25861b={}){const _0x34d97d=_0x2326ed,_0x2b38=this[_0x34d97d(0x17d)][_0x34d97d(0x141)][_0x34d97d(0x17e)](_0x34d97d(0x15b)),_0x29117e=this[_0x34d97d(0x16e)]();this[_0x34d97d(0x17d)][_0x34d97d(0x18b)][_0x34d97d(0x14f)](()=>{const _0x55c53e=_0x34d97d;_0x2b38[_0x55c53e(0x166)](_0x29117e,{'commandName':_0x55c53e(0x153),'commandParams':[{'type':_0x25861b[_0x55c53e(0x160)]}],'formatGroupId':_0x55c53e(0x153)});});}[_0x2326ed(0x188)](_0x2f2213,_0xa8ba07={}){const _0x1a7f14=_0x2326ed,_0x5d19c3=this[_0x1a7f14(0x17d)][_0x1a7f14(0x141)][_0x1a7f14(0x17e)](_0x1a7f14(0x15b)),_0x431219=this[_0x1a7f14(0x181)](_0x5384a3=>_0x5384a3['is'](_0x1a7f14(0x161),_0x1a7f14(0x14a))&&_0x1a7f14(0x163)===_0x5384a3[_0x1a7f14(0x173)](_0x1a7f14(0x144)));if(_0x431219[_0x1a7f14(0x168)]<0x1)return;const _0x524264=_0x431219[_0x1a7f14(0x183)](_0x2a1249=>this[_0x1a7f14(0x17d)][_0x1a7f14(0x18b)][_0x1a7f14(0x17f)](this[_0x1a7f14(0x17d)][_0x1a7f14(0x18b)][_0x1a7f14(0x18e)](_0x2a1249,_0x1a7f14(0x157)),this[_0x1a7f14(0x17d)][_0x1a7f14(0x18b)][_0x1a7f14(0x18e)](_0x2a1249,0x0)));this[_0x1a7f14(0x17d)][_0x1a7f14(0x18b)][_0x1a7f14(0x14f)](()=>{const _0x177c91=_0x1a7f14;_0x5d19c3[_0x177c91(0x166)](_0x524264,{'commandName':_0x177c91(0x184),'commandParams':[{'reversed':_0xa8ba07[_0x177c91(0x178)]}],'formatGroupId':_0x177c91(0x184)});});}[_0x2326ed(0x191)](_0x45ac27,_0x228f29={}){const _0x329769=_0x2326ed,_0x154a3d=this[_0x329769(0x17d)][_0x329769(0x141)][_0x329769(0x17e)](_0x329769(0x15b)),_0x49d41d=this[_0x329769(0x181)](_0x3bd57e=>_0x3bd57e['is'](_0x329769(0x161),_0x329769(0x14a))&&_0x329769(0x163)===_0x3bd57e[_0x329769(0x173)](_0x329769(0x144)));if(_0x49d41d[_0x329769(0x168)]<0x1)return;const _0x34ce88=_0x49d41d[_0x329769(0x183)](_0x43bae9=>this[_0x329769(0x17d)][_0x329769(0x18b)][_0x329769(0x17f)](this[_0x329769(0x17d)][_0x329769(0x18b)][_0x329769(0x18e)](_0x43bae9,_0x329769(0x157)),this[_0x329769(0x17d)][_0x329769(0x18b)][_0x329769(0x18e)](_0x43bae9,0x0)));this[_0x329769(0x17d)][_0x329769(0x18b)][_0x329769(0x14f)](()=>{const _0x4bfbd0=_0x329769;_0x154a3d[_0x4bfbd0(0x166)](_0x34ce88,{'commandName':_0x4bfbd0(0x180),'commandParams':[{'startIndex':_0x228f29[_0x4bfbd0(0x154)]}],'formatGroupId':_0x4bfbd0(0x180)});});}[_0x2326ed(0x189)](_0x4ddb25){const _0x29c955=_0x2326ed;if(_0x29c955(0x17c)!=_0x4ddb25[_0x29c955(0x160)]&&_0x29c955(0x146)!=_0x4ddb25[_0x29c955(0x160)])return;const _0x3c915c=this[_0x29c955(0x17d)][_0x29c955(0x15e)],{data:_0xffbfb}=_0x4ddb25;if(!_0xffbfb)return;let _0x5f4a0f,_0x48880a;switch(_0xffbfb[_0x29c955(0x143)]){case _0x29c955(0x153):_0x5f4a0f=_0x29c955(0x140),_0x48880a={'type':_0x29c955(0x179),'content':_0x2d7a9b(_0x3c915c,_0x5f4a0f,_0x2d7a9b(_0x3c915c,this[_0x29c955(0x142)](_0xffbfb[_0x29c955(0x15f)][0x0][_0x29c955(0x160)])))};break;case _0x29c955(0x184):_0x5f4a0f=_0xffbfb[_0x29c955(0x15f)][0x0][_0x29c955(0x178)]?_0x29c955(0x16b):_0x29c955(0x18f),_0x48880a={'type':_0x29c955(0x179),'content':_0x2d7a9b(_0x3c915c,_0x5f4a0f)};break;case _0x29c955(0x180):_0x5f4a0f=_0x29c955(0x162),_0x48880a={'type':_0x29c955(0x179),'content':_0x2d7a9b(_0x3c915c,_0x5f4a0f,_0xffbfb[_0x29c955(0x15f)][0x0][_0x29c955(0x154)])};}return _0x48880a;}[_0x2326ed(0x16e)](){const _0xd506eb=_0x2326ed;var _0x53eca5,_0x34af98,_0x3768a8,_0x2dc44b;const _0x2c1d34=this[_0xd506eb(0x17d)][_0xd506eb(0x141)][_0xd506eb(0x17e)](_0xd506eb(0x16c));let _0x26c555=Array[_0xd506eb(0x18c)](this[_0xd506eb(0x17d)][_0xd506eb(0x18b)][_0xd506eb(0x171)][_0xd506eb(0x14e)][_0xd506eb(0x18d)]());return(null===(_0x53eca5=_0x26c555[0x0])||void 0x0===_0x53eca5?void 0x0:_0x53eca5['is'](_0xd506eb(0x161),_0xd506eb(0x14a)))&&_0x26c555[_0xd506eb(0x169)](..._0x2c1d34[_0xd506eb(0x176)](this[_0xd506eb(0x17d)][_0xd506eb(0x18b)][_0xd506eb(0x171)][_0xd506eb(0x14e)][_0xd506eb(0x155)](),_0xd506eb(0x149))),(null===(_0x34af98=_0x26c555[_0x26c555[_0xd506eb(0x168)]-0x1])||void 0x0===_0x34af98?void 0x0:_0x34af98['is'](_0xd506eb(0x161),_0xd506eb(0x14a)))&&_0x26c555[_0xd506eb(0x156)](..._0x2c1d34[_0xd506eb(0x176)](this[_0xd506eb(0x17d)][_0xd506eb(0x18b)][_0xd506eb(0x171)][_0xd506eb(0x14e)][_0xd506eb(0x18a)](),_0xd506eb(0x187))),_0x26c555=[...new Set(_0x26c555)],(null===(_0x2dc44b=null===(_0x3768a8=this[_0xd506eb(0x17d)][_0xd506eb(0x18b)][_0xd506eb(0x171)][_0xd506eb(0x14e)][_0xd506eb(0x155)]())||void 0x0===_0x3768a8?void 0x0:_0x3768a8[_0xd506eb(0x17b)])||void 0x0===_0x2dc44b?void 0x0:_0x2dc44b['is'](_0xd506eb(0x161),_0xd506eb(0x14a)))&&(_0x26c555=_0x26c555[_0xd506eb(0x164)](_0x1bfbcc=>_0x1bfbcc['is'](_0xd506eb(0x161),_0xd506eb(0x14a)))),_0x26c555;}[_0x2326ed(0x181)](_0x174631){const _0x2ba3e7=_0x2326ed,_0x208200=this[_0x2ba3e7(0x17d)][_0x2ba3e7(0x141)][_0x2ba3e7(0x17e)](_0x2ba3e7(0x16c));let _0x22a914=Array[_0x2ba3e7(0x18c)](this[_0x2ba3e7(0x17d)][_0x2ba3e7(0x18b)][_0x2ba3e7(0x171)][_0x2ba3e7(0x14e)][_0x2ba3e7(0x18d)]())[_0x2ba3e7(0x164)](_0x174631)[_0x2ba3e7(0x183)](_0x2c8f02=>{const _0x1f181b=_0x2ba3e7,_0x187a33=this[_0x1f181b(0x17d)][_0x1f181b(0x18b)][_0x1f181b(0x18e)](_0x2c8f02,0x0);return[..._0x208200[_0x1f181b(0x176)](_0x187a33,_0x1f181b(0x149)),..._0x208200[_0x1f181b(0x176)](_0x187a33,_0x1f181b(0x187))];})[_0x2ba3e7(0x16d)]();return _0x22a914=[...new Set(_0x22a914)],_0x22a914;}[_0x2326ed(0x142)](_0x5f1de9){const _0x34a5bc=_0x2326ed;return _0x34a5bc(0x165)+this[_0x34a5bc(0x17d)][_0x34a5bc(0x141)][_0x34a5bc(0x17e)](_0x34a5bc(0x16c))[_0x34a5bc(0x167)](_0x5f1de9)[_0x34a5bc(0x158)]()+_0x34a5bc(0x174)+_0x5f1de9[_0x34a5bc(0x158)]()[_0x34a5bc(0x159)](/-/g,'_');}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x19eaf5=_0x1eb0;(function(_0x3b4211,_0x2e7d43){const _0x29c1ca=_0x1eb0,_0x2f5885=_0x3b4211();while(!![]){try{const _0x5beba8=-parseInt(_0x29c1ca(0xc2))/0x1+parseInt(_0x29c1ca(0xe8))/0x2*(parseInt(_0x29c1ca(0xc9))/0x3)+parseInt(_0x29c1ca(0xd8))/0x4*(-parseInt(_0x29c1ca(0xe4))/0x5)+-parseInt(_0x29c1ca(0xda))/0x6*(parseInt(_0x29c1ca(0xc4))/0x7)+-parseInt(_0x29c1ca(0xc7))/0x8+parseInt(_0x29c1ca(0xdf))/0x9*(-parseInt(_0x29c1ca(0xdb))/0xa)+parseInt(_0x29c1ca(0xcf))/0xb*(parseInt(_0x29c1ca(0xd7))/0xc);if(_0x5beba8===_0x2e7d43)break;else _0x2f5885['push'](_0x2f5885['shift']());}catch(_0x2b21a5){_0x2f5885['push'](_0x2f5885['shift']());}}}(_0x407f,0x5587b));function _0x407f(){const _0x15eb5a=['TrackChangesEditing','*Remove\x20link*','55xipAZi','has','commands','commandName','link\x20(','type','attribute','editor','4351596fKBPQl','4wqghcd','toLowerCase','1734aZLQhW','10zCQiKJ','commandParams','_descriptionFactory','registerDescriptionCallback','205785cQucLO','map','label','*Set\x20link:*\x20%0','link','3148555TMxguY','_enableDefaultAttributesIntegration','format','get','7520rThFCY','unlink','key','plugins','registerAttributeLabel','LinkEditing','89723PQqSVg','afterInit','16366fIxJGV','linkHref','locale','4840744VgxUEf','manualDecorators','447CFoGZy','formatInline','newValue','_registerLegacyDescription'];_0x407f=function(){return _0x15eb5a;};return _0x407f();}import{Plugin as _0x4a0afc}from'ckeditor5/src/core.js';function _0x1eb0(_0x5adfce,_0xc298ce){const _0x407fd2=_0x407f();return _0x1eb0=function(_0x1eb0db,_0x2539e7){_0x1eb0db=_0x1eb0db-0xbf;let _0x33753a=_0x407fd2[_0x1eb0db];return _0x33753a;},_0x1eb0(_0x5adfce,_0xc298ce);}import{getTranslation as _0x4d96f3}from'../utils/common-translations.js';export default class ct extends _0x4a0afc{[_0x19eaf5(0xc3)](){const _0x570b3d=_0x19eaf5,_0x167985=this[_0x570b3d(0xd6)];if(!_0x167985[_0x570b3d(0xbf)][_0x570b3d(0xd0)](_0x570b3d(0xc1)))return;const _0x56a010=_0x167985[_0x570b3d(0xbf)][_0x570b3d(0xe7)](_0x570b3d(0xcd)),_0x5d7fed=_0x167985[_0x570b3d(0xd1)][_0x570b3d(0xe7)](_0x570b3d(0xe3));_0x56a010[_0x570b3d(0xe5)](_0x570b3d(0xe3),[_0x570b3d(0xc5),..._0x5d7fed[_0x570b3d(0xc8)][_0x570b3d(0xe0)](_0x488afd=>_0x488afd['id'])]),_0x56a010[_0x570b3d(0xe5)](_0x570b3d(0xe9));for(const _0x35acf8 of _0x5d7fed[_0x570b3d(0xc8)])_0x56a010[_0x570b3d(0xdd)][_0x570b3d(0xc0)](_0x35acf8['id'],_0x570b3d(0xd3)+_0x35acf8[_0x570b3d(0xe1)][_0x570b3d(0xd9)]()+')');_0x56a010[_0x570b3d(0xdd)][_0x570b3d(0xde)](_0x5daf86=>{const _0x28926a=_0x570b3d;if(_0x28926a(0xd5)!=_0x5daf86[_0x28926a(0xd4)])return;const {data:_0x360dc2}=_0x5daf86;if(!_0x360dc2||_0x28926a(0xc5)!=_0x360dc2[_0x28926a(0xea)])return;const _0x136cfc=_0x360dc2[_0x28926a(0xcb)],_0x4fb130=_0x167985[_0x28926a(0xc6)];return{'type':_0x28926a(0xe6),'content':null==_0x136cfc?_0x4d96f3(_0x4fb130,_0x28926a(0xce)):_0x4d96f3(_0x4fb130,_0x28926a(0xe2),'\x22'+_0x136cfc+'\x22')};}),this[_0x570b3d(0xcc)]();}[_0x19eaf5(0xcc)](){const _0x3672e4=_0x19eaf5,_0x562ecd=this[_0x3672e4(0xd6)],_0x28672f=_0x562ecd[_0x3672e4(0xc6)];_0x562ecd[_0x3672e4(0xbf)][_0x3672e4(0xe7)](_0x3672e4(0xcd))[_0x3672e4(0xdd)][_0x3672e4(0xde)](_0x1f60eb=>{const _0x4d58a7=_0x3672e4;if(_0x4d58a7(0xca)!=_0x1f60eb[_0x4d58a7(0xd4)])return;const {data:_0x304684}=_0x1f60eb;if(_0x304684){if(_0x4d58a7(0xe3)==_0x304684[_0x4d58a7(0xd2)]){const _0x21bca3=_0x304684[_0x4d58a7(0xdc)][0x0];return{'type':_0x4d58a7(0xe6),'content':_0x4d96f3(_0x28672f,_0x4d58a7(0xe2),'\x22'+_0x21bca3+'\x22')};}return _0x4d58a7(0xe9)==_0x304684[_0x4d58a7(0xd2)]?{'type':_0x4d58a7(0xe6),'content':_0x4d96f3(_0x28672f,_0x4d58a7(0xce))}:void 0x0;}});}}
|