@ckeditor/ckeditor5-track-changes 41.3.0 → 41.3.1
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/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
|
-
const
|
|
23
|
+
function _0x42b2(_0x18ab24,_0x104f2a){const _0x1405ea=_0x1405();return _0x42b2=function(_0x42b21f,_0x1dfa44){_0x42b21f=_0x42b21f-0x119;let _0x420d7d=_0x1405ea[_0x42b21f];return _0x420d7d;},_0x42b2(_0x18ab24,_0x104f2a);}const _0x47db35=_0x42b2;(function(_0x5587c2,_0x590410){const _0x46cc85=_0x42b2,_0x468437=_0x5587c2();while(!![]){try{const _0x111b11=parseInt(_0x46cc85(0x148))/0x1+-parseInt(_0x46cc85(0x147))/0x2+-parseInt(_0x46cc85(0x145))/0x3*(parseInt(_0x46cc85(0x13b))/0x4)+parseInt(_0x46cc85(0x14a))/0x5*(-parseInt(_0x46cc85(0x140))/0x6)+-parseInt(_0x46cc85(0x12f))/0x7*(parseInt(_0x46cc85(0x14d))/0x8)+-parseInt(_0x46cc85(0x144))/0x9*(-parseInt(_0x46cc85(0x149))/0xa)+-parseInt(_0x46cc85(0x130))/0xb*(-parseInt(_0x46cc85(0x14b))/0xc);if(_0x111b11===_0x590410)break;else _0x468437['push'](_0x468437['shift']());}catch(_0x55817c){_0x468437['push'](_0x468437['shift']());}}}(_0x1405,0xbe260));import{Plugin as _0x3c7d46}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x52c869}from'ckeditor5/src/ui.js';import{getTranslation as _0x160a55}from'../utils/common-translations.js';export default class X extends _0x3c7d46{[_0x47db35(0x122)](){const _0xd4a9d6=_0x47db35,_0x373165=this[_0xd4a9d6(0x13c)],_0x53a463=_0x373165[_0xd4a9d6(0x119)][_0xd4a9d6(0x131)](_0xd4a9d6(0x123)),_0x1e2425=_0x373165[_0xd4a9d6(0x136)][_0xd4a9d6(0x131)](_0xd4a9d6(0x12c)),_0x557c89=_0x373165[_0xd4a9d6(0x136)][_0xd4a9d6(0x131)](_0xd4a9d6(0x127));_0x1e2425&&_0x557c89&&(_0x53a463[_0xd4a9d6(0x128)](_0xd4a9d6(0x127)),_0x53a463[_0xd4a9d6(0x12e)](_0xd4a9d6(0x12c)),this[_0xd4a9d6(0x132)]());}[_0x47db35(0x132)](){const _0x3fc212=_0x47db35,_0x3e4c36=this[_0x3fc212(0x13c)],_0x152e6f=_0x3e4c36[_0x3fc212(0x121)];_0x3e4c36[_0x3fc212(0x119)][_0x3fc212(0x131)](_0x3fc212(0x123))[_0x3fc212(0x11c)][_0x3fc212(0x139)](_0x1cb041=>{const _0x19d440=_0x3fc212;if(_0x19d440(0x126)!=_0x1cb041[_0x19d440(0x134)]&&_0x19d440(0x14f)!=_0x1cb041[_0x19d440(0x134)])return;const {data:_0x3ed3b3}=_0x1cb041;if(_0x3ed3b3&&_0x19d440(0x127)===_0x3ed3b3[_0x19d440(0x13e)]){const _0x48af2e=[],_0x1d057c=_0x3ed3b3[_0x19d440(0x124)][0x0];for(const [_0x25c7ac,_0x25dcb4]of Object[_0x19d440(0x12a)](_0x1d057c))_0x48af2e[_0x19d440(0x12d)](so(_0x3e4c36,_0x25c7ac,_0x25dcb4));return _0x48af2e[_0x19d440(0x13a)]?{'type':_0x19d440(0x146),'content':_0x160a55(_0x152e6f,_0x19d440(0x125),_0x48af2e[_0x19d440(0x12b)](',\x20'))}:{'type':_0x19d440(0x146),'content':_0x160a55(_0x152e6f,_0x19d440(0x137))};}});}}function _0x1405(){const _0x4c3420=['5540920bTdlnP','22IsZXFy','get','_registerLegacyDescription','config','type','split','commands','*Remove\x20all\x20formatting*','slice','registerDescriptionCallback','length','4892GlmJPC','editor','title','commandName','toUpperCase','15792XLoMdY','fontColor.colors','boolean','charAt','3276aVriyl','147RUhhkD','format','2125174gEyxvN','700060vVqMIn','11450EZAang','585exetcQ','11304156cyvuKn','label','8kYfljm','fontBackgroundColor','formatInline','fontSize.options','plugins','fontSize','fontColor','_descriptionFactory','model','normalizeSizeOptions','FontSize','toLowerCase','locale','afterInit','TrackChangesEditing','commandParams','*Set\x20format\x20to:*\x20%0','formatBlock','pasteFormat','_enableDefaultAttributesIntegration','find','entries','join','copyFormat','push','enableCommand'];_0x1405=function(){return _0x4c3420;};return _0x1405();}function so(_0x3195c8,_0x3157ed,_0x1f1988){const _0x4d643d=_0x47db35,_0x55575f=_0x3195c8[_0x4d643d(0x121)]['t'],_0x1d6a67=_0x3157ed[_0x4d643d(0x135)](/(?=[A-Z])/)[_0x4d643d(0x12b)]('\x20'),_0x13581f=_0x55575f(_0x1d6a67[_0x4d643d(0x143)](0x0)[_0x4d643d(0x13f)]()+_0x1d6a67[_0x4d643d(0x138)](0x1))[_0x4d643d(0x120)]();if(_0x4d643d(0x142)==typeof _0x1f1988)return _0x13581f;if(_0x4d643d(0x11b)===_0x3157ed||_0x4d643d(0x14e)===_0x3157ed){const _0x3ead9e=_0x52c869(_0x3195c8[_0x4d643d(0x133)][_0x4d643d(0x131)](_0x4d643d(0x141)))[_0x4d643d(0x129)](_0x2a35d=>_0x2a35d[_0x4d643d(0x11d)]==_0x1f1988);return _0x13581f+'\x20('+(_0x3ead9e?_0x55575f(_0x3ead9e[_0x4d643d(0x14c)])[_0x4d643d(0x120)]():_0x1f1988)+')';}if(_0x4d643d(0x11a)===_0x3157ed&&isNaN(parseFloat(_0x1f1988))){const _0x2037e3=_0x3195c8[_0x4d643d(0x119)][_0x4d643d(0x131)](_0x4d643d(0x11f))[_0x4d643d(0x11e)](_0x3195c8[_0x4d643d(0x133)][_0x4d643d(0x131)](_0x4d643d(0x150)))[_0x4d643d(0x129)](_0x31e50c=>_0x31e50c[_0x4d643d(0x11d)]==_0x1f1988);return _0x13581f+'\x20('+(_0x2037e3?_0x55575f(_0x2037e3[_0x4d643d(0x13d)])[_0x4d643d(0x120)]():_0x1f1988)+')';}return _0x13581f+'\x20('+_0x1f1988+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x37f051=_0x5dbf;(function(_0xed0c1e,_0x3c0acd){const _0x46e58a=_0x5dbf,_0x338c1d=_0xed0c1e();while(!![]){try{const _0x3ea426=parseInt(_0x46e58a(0x169))/0x1+parseInt(_0x46e58a(0x154))/0x2+-parseInt(_0x46e58a(0x14a))/0x3*(parseInt(_0x46e58a(0x15a))/0x4)+-parseInt(_0x46e58a(0x165))/0x5*(-parseInt(_0x46e58a(0x160))/0x6)+parseInt(_0x46e58a(0x156))/0x7*(parseInt(_0x46e58a(0x163))/0x8)+-parseInt(_0x46e58a(0x14e))/0x9*(parseInt(_0x46e58a(0x16a))/0xa)+-parseInt(_0x46e58a(0x167))/0xb;if(_0x3ea426===_0x3c0acd)break;else _0x338c1d['push'](_0x338c1d['shift']());}catch(_0x27d7dc){_0x338c1d['push'](_0x338c1d['shift']());}}}(_0x2014,0x9c343));function _0x5dbf(_0x10eab7,_0x379eb9){const _0x201411=_0x2014();return _0x5dbf=function(_0x5dbf69,_0x24d8f4){_0x5dbf69=_0x5dbf69-0x143;let _0x2061f2=_0x201411[_0x5dbf69];return _0x2061f2;},_0x5dbf(_0x10eab7,_0x379eb9);}import{Plugin as _0x8ebccb}from'ckeditor5/src/core.js';import{getTranslation as _0x3a6caa}from'../utils/common-translations.js';function _0x2014(){const _0xd69c0e=['model','1623498FehJmN','commandParams','ELEMENT_HEADING_CUSTOM','376pzHeyP','editor','5IwtHJv','match','3676057utBFFK','ELEMENT_HEADING','896247YTZmEE','2435820TtsKgf','locale','_descriptionFactory','HeadingEditing','value','paragraph','TrackChangesEditing','afterInit','registerElementLabel','registerDescriptionCallback','heading.options','get','commandName','2397411SGZByC','title','find','*Change\x20to:*\x20%0','27SIbQrN','_getHeadingLevel','_headingOptions','formatBlock','heading','format','735540scaOnY','_enableDefaultAttributesIntegration','144361qZKsWv','type','_registerLegacyDescription','has','4IFnxVh','view','name','plugins','config'];_0x2014=function(){return _0xd69c0e;};return _0x2014();}export default class Y extends _0x8ebccb{[_0x37f051(0x144)](){const _0x5955c3=_0x37f051,_0x2eebb0=this[_0x5955c3(0x164)];if(!_0x2eebb0[_0x5955c3(0x15d)][_0x5955c3(0x159)](_0x5955c3(0x16d)))return;this[_0x5955c3(0x150)]=_0x2eebb0[_0x5955c3(0x15e)][_0x5955c3(0x148)](_0x5955c3(0x147));const _0x71a3f7=_0x2eebb0[_0x5955c3(0x16b)],_0x1b1148=_0x2eebb0[_0x5955c3(0x15d)][_0x5955c3(0x148)](_0x5955c3(0x143));_0x1b1148[_0x5955c3(0x155)](_0x5955c3(0x152));for(const _0x1bf41a of this[_0x5955c3(0x150)])_0x5955c3(0x16f)!=_0x1bf41a[_0x5955c3(0x15f)]&&_0x1b1148[_0x5955c3(0x16c)][_0x5955c3(0x145)](_0x1bf41a[_0x5955c3(0x15f)],_0x561e5e=>{const _0x4afc22=_0x5955c3,_0x47264e=this[_0x4afc22(0x14f)](_0x1bf41a[_0x4afc22(0x15f)]);return null!==_0x47264e?_0x1c7b0b(_0x561e5e,_0x47264e):_0x4fb427(_0x561e5e,_0x1bf41a[_0x4afc22(0x14b)]);});function _0x1c7b0b(_0x4f085c,_0x59a948){const _0x1b3c78=_0x5955c3;return _0x3a6caa(_0x71a3f7,_0x1b3c78(0x168),[_0x4f085c,_0x59a948]);}function _0x4fb427(_0x329a74,_0x5de91c){const _0x44c8ca=_0x5955c3;return _0x3a6caa(_0x71a3f7,_0x44c8ca(0x162),[_0x329a74,_0x5de91c]);}this[_0x5955c3(0x158)]();}[_0x37f051(0x158)](){const _0x8a623=_0x37f051,_0x452ce0=this[_0x8a623(0x164)],_0x186c9f=_0x452ce0[_0x8a623(0x16b)];function _0x3e3fdc(_0x5aded8,_0x5ef978){const _0x1b0a7b=_0x8a623;return _0x3a6caa(_0x186c9f,_0x1b0a7b(0x162),[_0x5aded8,_0x5ef978]);}_0x452ce0[_0x8a623(0x15d)][_0x8a623(0x148)](_0x8a623(0x143))[_0x8a623(0x16c)][_0x8a623(0x146)](_0xfc085=>{const _0x575f69=_0x8a623;if(_0x575f69(0x151)!=_0xfc085[_0x575f69(0x157)])return;const {data:_0x110f86}=_0xfc085;if(_0x110f86&&_0x575f69(0x152)==_0x110f86[_0x575f69(0x149)]){const _0xebd4c6=_0x110f86[_0x575f69(0x161)][0x0][_0x575f69(0x16e)],_0x521c5e=this[_0x575f69(0x14f)](_0xebd4c6);if(null!==_0x521c5e)return{'type':_0x575f69(0x153),'content':_0x3a6caa(_0x186c9f,_0x575f69(0x14d),(_0xb11ff6=0x1,_0x375dcf=_0x521c5e,_0x3a6caa(_0x186c9f,_0x575f69(0x168),[_0xb11ff6,_0x375dcf])))};const _0x25849d=this[_0x575f69(0x150)][_0x575f69(0x14c)](_0xea6920=>_0xea6920[_0x575f69(0x15f)]===_0xebd4c6)[_0x575f69(0x14b)];return{'type':_0x575f69(0x153),'content':_0x3a6caa(_0x186c9f,_0x575f69(0x14d),_0x3e3fdc(0x1,_0x25849d))};}var _0xb11ff6,_0x375dcf;});}[_0x37f051(0x14f)](_0x35b110){const _0x41bf74=_0x37f051;var _0x41f87b,_0x16d3ae;const _0x6baab6=_0x35b110[_0x41bf74(0x166)](/^heading(\d+)/);if(_0x6baab6)return _0x6baab6[0x1];const _0x1b1749=null===(_0x41f87b=this[_0x41bf74(0x150)])||void 0x0===_0x41f87b?void 0x0:_0x41f87b[_0x41bf74(0x14c)](_0x9a3c6c=>_0x9a3c6c[_0x41bf74(0x15f)]==_0x35b110);if(_0x1b1749&&_0x1b1749[_0x41bf74(0x15b)]){const _0x32c2ac=_0x1b1749[_0x41bf74(0x15b)],_0x326207=(null!==(_0x16d3ae=_0x32c2ac[_0x41bf74(0x15c)])&&void 0x0!==_0x16d3ae?_0x16d3ae:_0x32c2ac)[_0x41bf74(0x166)](/^h(\d+)/);if(_0x326207)return _0x326207[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0xc863(_0x51ef8b,_0x218c4e){const _0x179d8e=_0x179d();return _0xc863=function(_0xc86313,_0x5a6955){_0xc86313=_0xc86313-0x65;let _0x114557=_0x179d8e[_0xc86313];return _0x114557;},_0xc863(_0x51ef8b,_0x218c4e);}const _0x24bc02=_0xc863;(function(_0x5d084c,_0x3075e3){const _0x21eea6=_0xc863,_0x2c5b03=_0x5d084c();while(!![]){try{const _0xa43c7e=-parseInt(_0x21eea6(0x8c))/0x1+-parseInt(_0x21eea6(0x8b))/0x2+-parseInt(_0x21eea6(0x6e))/0x3*(parseInt(_0x21eea6(0x6d))/0x4)+-parseInt(_0x21eea6(0x75))/0x5*(parseInt(_0x21eea6(0x7a))/0x6)+parseInt(_0x21eea6(0x7e))/0x7+parseInt(_0x21eea6(0x78))/0x8*(-parseInt(_0x21eea6(0x70))/0x9)+parseInt(_0x21eea6(0x7b))/0xa;if(_0xa43c7e===_0x3075e3)break;else _0x2c5b03['push'](_0x2c5b03['shift']());}catch(_0x5ada1c){_0x2c5b03['push'](_0x2c5b03['shift']());}}}(_0x179d,0x6e73d));import{Plugin as _0x436a07}from'ckeditor5/src/core.js';import{getTranslation as _0x2977e4}from'../utils/common-translations.js';export default class Z extends _0x436a07{[_0x24bc02(0x65)](){const _0x2a7386=_0x24bc02,_0x4c0937=this[_0x2a7386(0x88)];if(!_0x4c0937[_0x2a7386(0x6b)][_0x2a7386(0x66)](_0x2a7386(0x76)))return;const _0x50d57e=_0x4c0937[_0x2a7386(0x6b)][_0x2a7386(0x67)](_0x2a7386(0x7c)),_0x3311d3=_0x4c0937[_0x2a7386(0x6c)];_0x50d57e[_0x2a7386(0x89)](_0x2a7386(0x69),[_0x2a7386(0x69)]),_0x50d57e[_0x2a7386(0x85)][_0x2a7386(0x87)](_0x2a7386(0x69),_0x2977e4(_0x3311d3,_0x2a7386(0x82))),this[_0x2a7386(0x79)]();}[_0x24bc02(0x79)](){const _0x324f95=_0x24bc02,_0x234489=this[_0x324f95(0x88)],_0x32235a=_0x234489[_0x324f95(0x6c)];_0x234489[_0x324f95(0x6b)][_0x324f95(0x67)](_0x324f95(0x7c))[_0x324f95(0x85)][_0x324f95(0x6a)](_0xdffa30=>{const _0x5cf620=_0x324f95;if(_0x5cf620(0x68)!=_0xdffa30[_0x5cf620(0x74)])return;const {data:_0x52db43}=_0xdffa30;if(_0x52db43&&_0x5cf620(0x69)==_0x52db43[_0x5cf620(0x71)]){const _0x5ba238=_0x32235a['t'],_0x578cbf=_0x52db43[_0x5cf620(0x6f)][0x0][_0x5cf620(0x77)];if(_0x578cbf){const _0x7e1273=_0x234489[_0x5cf620(0x7f)][_0x5cf620(0x67)](_0x5cf620(0x81))[_0x5cf620(0x80)](_0x3240e8=>_0x3240e8[_0x5cf620(0x7d)]==_0x578cbf),_0x5dc2b1=_0x5ba238(_0x7e1273[_0x5cf620(0x73)])[_0x5cf620(0x84)]();return{'type':_0x5cf620(0x8a),'content':_0x2977e4(_0x32235a,_0x5cf620(0x72),_0x5dc2b1),'color':{'value':_0x7e1273[_0x5cf620(0x86)],'title':_0x7e1273[_0x5cf620(0x73)]}};}return{'type':_0x5cf620(0x8a),'content':_0x2977e4(_0x32235a,_0x5cf620(0x83),_0x2977e4(_0x32235a,_0x5cf620(0x82)))};}});}}function _0x179d(){const _0x1ec042=['200044Yrqdyw','492419MztYTf','afterInit','has','get','formatInline','highlight','registerDescriptionCallback','plugins','locale','4NYbMgb','665709qfJSlZ','commandParams','7083IIocMN','commandName','*Set\x20highlight:*\x20%0','title','type','5bSFpEt','HighlightEditing','value','3296AdTguS','_registerLegacyDescription','4647864ckJmtS','22273440gczKIf','TrackChangesEditing','model','968107gWrFTL','config','find','highlight.options','FORMAT_HIGHLIGHT','*Remove\x20highlight*','toLowerCase','_descriptionFactory','color','registerAttributeLabel','editor','_enableDefaultAttributesIntegration','format'];_0x179d=function(){return _0x1ec042;};return _0x179d();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x268d82=_0x5c00;(function(_0x115ede,_0x461b32){const _0x267074=_0x5c00,_0x3ef39e=_0x115ede();while(!![]){try{const _0x5236c3=parseInt(_0x267074(0x1ad))/0x1+parseInt(_0x267074(0x1a3))/0x2*(parseInt(_0x267074(0x19c))/0x3)+parseInt(_0x267074(0x1ae))/0x4+parseInt(_0x267074(0x1a9))/0x5*(-parseInt(_0x267074(0x19f))/0x6)+-parseInt(_0x267074(0x1b2))/0x7+-parseInt(_0x267074(0x19a))/0x8+parseInt(_0x267074(0x1a2))/0x9*(parseInt(_0x267074(0x19e))/0xa);if(_0x5236c3===_0x461b32)break;else _0x3ef39e['push'](_0x3ef39e['shift']());}catch(_0x9df608){_0x3ef39e['push'](_0x3ef39e['shift']());}}}(_0x14f9,0x6ac3c));function _0x5c00(_0x430342,_0x42e502){const _0x14f9a2=_0x14f9();return _0x5c00=function(_0x5c00b8,_0x1da7ab){_0x5c00b8=_0x5c00b8-0x18f;let _0x299ab6=_0x14f9a2[_0x5c00b8];return _0x299ab6;},_0x5c00(_0x430342,_0x42e502);}import{Plugin as _0x22de9d}from'ckeditor5/src/core.js';function _0x14f9(){const _0x3fd1e0=['elementToStructure','102995iHrCYT','_descriptionFactory','createEmptyElement','enableCommand','390286jJzlLw','2147528ihdYxX','registerElementLabel','createPositionAt','ELEMENT_HORIZONTAL_LINE','1507093Cgvtse','TrackChangesEditing','get','locale','plugins','has','high','createContainerElement','showSuggestionHighlights','HorizontalLineEditing','dataDowncast','div','2311600kNfvcF','afterInit','1200753XfJcwW','ck-horizontal-line','361010PfPpsS','186DThRWX','conversion','for','63BidHLV','2gbNSdv','addClass','editor','insert','horizontalLine'];_0x14f9=function(){return _0x3fd1e0;};return _0x14f9();}import{getTranslation as _0x48eca6}from'../utils/common-translations.js';export default class tt extends _0x22de9d{[_0x268d82(0x19b)](){const _0x3381fb=_0x268d82,_0x139172=this[_0x3381fb(0x1a5)];if(!_0x139172[_0x3381fb(0x192)][_0x3381fb(0x193)](_0x3381fb(0x197)))return;_0x139172[_0x3381fb(0x192)][_0x3381fb(0x190)](_0x3381fb(0x18f))[_0x3381fb(0x1ac)](_0x3381fb(0x1a7));const _0x352a46=_0x139172[_0x3381fb(0x192)][_0x3381fb(0x190)](_0x3381fb(0x18f)),_0x459e95=_0x139172[_0x3381fb(0x191)];_0x352a46[_0x3381fb(0x1aa)][_0x3381fb(0x1af)](_0x3381fb(0x1a7),_0x28890e=>_0x48eca6(_0x459e95,_0x3381fb(0x1b1),_0x28890e)),_0x139172[_0x3381fb(0x1a0)][_0x3381fb(0x1a1)](_0x3381fb(0x198))[_0x3381fb(0x1a8)]({'model':_0x3381fb(0x1a7),'view':(_0x74efda,{writer:_0x38edbe,options:_0x40f813})=>{const _0x544ea7=_0x3381fb;if(!_0x40f813[_0x544ea7(0x196)])return null;const _0x37bdf2=_0x38edbe[_0x544ea7(0x195)](_0x544ea7(0x199)),_0x5035e4=_0x38edbe[_0x544ea7(0x1ab)]('hr');return _0x38edbe[_0x544ea7(0x1a4)](_0x544ea7(0x19d),_0x37bdf2),_0x38edbe[_0x544ea7(0x1a6)](_0x38edbe[_0x544ea7(0x1b0)](_0x37bdf2,0x0),_0x5035e4),_0x37bdf2;},'converterPriority':_0x3381fb(0x194)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x3d5ae2=_0x4f0e;(function(_0x55df30,_0x164171){const _0x1282b3=_0x4f0e,_0x175d16=_0x55df30();while(!![]){try{const _0x592343=parseInt(_0x1282b3(0x1b2))/0x1+parseInt(_0x1282b3(0x1b1))/0x2*(parseInt(_0x1282b3(0x1ac))/0x3)+-parseInt(_0x1282b3(0x1c2))/0x4+-parseInt(_0x1282b3(0x1b5))/0x5+-parseInt(_0x1282b3(0x1a5))/0x6*(-parseInt(_0x1282b3(0x1ae))/0x7)+parseInt(_0x1282b3(0x1c1))/0x8+parseInt(_0x1282b3(0x1a1))/0x9*(parseInt(_0x1282b3(0x1b4))/0xa);if(_0x592343===_0x164171)break;else _0x175d16['push'](_0x175d16['shift']());}catch(_0x217403){_0x175d16['push'](_0x175d16['shift']());}}}(_0x10db,0x3f519));function _0x10db(){const _0x47abdc=['value','ELEMENT_HTML_EMBED','_enableDefaultAttributesIntegration','key','type','attribute','rawHtml','492832TiRSTm','2066888DqmAng','commandName','locale','editor','plugins','99Oxjgtc','element','*Change\x20%0\x20content*','nodeAfter','6gQcVfn','TrackChangesEditing','has','htmlEmbed','start','_descriptionFactory','HtmlEmbed','9zeztQk','registerDescriptionCallback','251398TZFteM','_registerLegacyDescription','get','285578YmIEHM','179872FHuHzs','registerElementLabel','346370EEJeak','1553445yKVYuB','afterInit','formatBlock','format','getFirstRange'];_0x10db=function(){return _0x47abdc;};return _0x10db();}import{Plugin as _0x237c51}from'ckeditor5/src/core.js';function _0x4f0e(_0x7cb6a4,_0x106bbf){const _0x10db4d=_0x10db();return _0x4f0e=function(_0x4f0efa,_0x235471){_0x4f0efa=_0x4f0efa-0x19f;let _0x4fbbb8=_0x10db4d[_0x4f0efa];return _0x4fbbb8;},_0x4f0e(_0x7cb6a4,_0x106bbf);}import{getTranslation as _0xf496e}from'../utils/common-translations.js';export default class et extends _0x237c51{[_0x3d5ae2(0x1b6)](){const _0x3e8e4f=_0x3d5ae2,_0x1a822c=this[_0x3e8e4f(0x19f)];if(!_0x1a822c[_0x3e8e4f(0x1a0)][_0x3e8e4f(0x1a7)](_0x3e8e4f(0x1ab)))return;const _0x2e2c86=_0x1a822c[_0x3e8e4f(0x1a0)][_0x3e8e4f(0x1b0)](_0x3e8e4f(0x1a6)),_0x20706c=_0x1a822c[_0x3e8e4f(0x1c4)];_0x2e2c86[_0x3e8e4f(0x1aa)][_0x3e8e4f(0x1b3)](_0x3e8e4f(0x1c0),_0x77b5ac=>_0xf496e(_0x20706c,_0x3e8e4f(0x1bb),_0x77b5ac)),_0x2e2c86[_0x3e8e4f(0x1bc)](_0x3e8e4f(0x1a8),[],[_0x3e8e4f(0x1ba)]),_0x2e2c86[_0x3e8e4f(0x1aa)][_0x3e8e4f(0x1ad)](_0x362e4c=>{const _0x1066fa=_0x3e8e4f;if(_0x1066fa(0x1bf)!=_0x362e4c[_0x1066fa(0x1be)])return;const {data:_0x4595bd}=_0x362e4c;if(_0x4595bd&&_0x1066fa(0x1ba)==_0x4595bd[_0x1066fa(0x1bd)]&&_0x362e4c[_0x1066fa(0x1b9)]()[_0x1066fa(0x1a9)][_0x1066fa(0x1a4)]['is'](_0x1066fa(0x1a2),_0x1066fa(0x1c0))){const _0x2fe194=_0xf496e(_0x20706c,_0x1066fa(0x1bb));return{'type':_0x1066fa(0x1b8),'content':_0xf496e(_0x20706c,_0x1066fa(0x1a3),_0x2fe194)};}}),this[_0x3e8e4f(0x1af)]();}[_0x3d5ae2(0x1af)](){const _0x52f434=_0x3d5ae2,_0x37e41f=this[_0x52f434(0x19f)],_0x2e28ac=_0x37e41f[_0x52f434(0x1c4)];_0x37e41f[_0x52f434(0x1a0)][_0x52f434(0x1b0)](_0x52f434(0x1a6))[_0x52f434(0x1aa)][_0x52f434(0x1ad)](_0x57c423=>{const _0x70f0f5=_0x52f434;if(_0x70f0f5(0x1b7)!=_0x57c423[_0x70f0f5(0x1be)])return;const {data:_0x1e1bbf}=_0x57c423;if(_0x1e1bbf&&_0x70f0f5(0x1a8)==_0x1e1bbf[_0x70f0f5(0x1c3)]){const _0x195673=_0xf496e(_0x2e28ac,_0x70f0f5(0x1bb));return{'type':_0x70f0f5(0x1b8),'content':_0xf496e(_0x2e28ac,_0x70f0f5(0x1a3),_0x195673)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x5be8a9=_0x4e3b;function _0x4e3b(_0x37a446,_0x5f05d8){const _0x3b441e=_0x3b44();return _0x4e3b=function(_0x4e3b2d,_0x2e3be7){_0x4e3b2d=_0x4e3b2d-0x131;let _0x36c122=_0x3b441e[_0x4e3b2d];return _0x36c122;},_0x4e3b(_0x37a446,_0x5f05d8);}(function(_0x590d8c,_0x16d19f){const _0x345e78=_0x4e3b,_0x21502b=_0x590d8c();while(!![]){try{const _0x3c8889=parseInt(_0x345e78(0x145))/0x1*(parseInt(_0x345e78(0x13a))/0x2)+parseInt(_0x345e78(0x141))/0x3*(parseInt(_0x345e78(0x177))/0x4)+parseInt(_0x345e78(0x189))/0x5+parseInt(_0x345e78(0x144))/0x6*(parseInt(_0x345e78(0x14e))/0x7)+-parseInt(_0x345e78(0x17a))/0x8*(parseInt(_0x345e78(0x16c))/0x9)+-parseInt(_0x345e78(0x18d))/0xa+-parseInt(_0x345e78(0x15a))/0xb*(parseInt(_0x345e78(0x15f))/0xc);if(_0x3c8889===_0x16d19f)break;else _0x21502b['push'](_0x21502b['shift']());}catch(_0x32ad87){_0x21502b['push'](_0x21502b['shift']());}}}(_0x3b44,0xc969d));import{Plugin as _0xb63f8}from'ckeditor5/src/core.js';function _0x3b44(){const _0x3e239a=['5605976MjVCVj','ELEMENT_IMAGE','plugins','schema','ImageEditing','FORMAT_IMAGE_SIZE','type','commandParams','ImageUtils','imageInline','registerElementLabel','toPrevious','nodeAfter','chain','fromPosition','993915ouHYKz','imageBlock','addObject','afterInit','5753630eNcpBx','formatInline','document','newValue','ELEMENT_INLINE_IMAGE','_suggestionFactory','_findSuggestions','get','ImageCaptionEditing','TrackChangesEditing','Inline\x20image\x20to\x20block\x20image','filter','*Reset\x20image\x20width*','insertion','width','subType','imageTypeBlock','has','backward','ImageInlineEditing','editor','isBefore','change','registerAttributeLabel','imageStylePreApply','join','caption','*Remove\x20image\x20text\x20alternative*','removeObject','commandName','model','getNearestSelectionRange','locale','isIntersecting','toNext','imageTypeInline','isCollapsed','format','ImageCaptionUtils','561470WGsGZN','convertBlockImageToInline','length','enableCommand','start','getFirstRange','ELEMENT_CAPTION','33ysbNrT','previous','alt','53586HVDvkh','1RgSRKH','ImageTextAlternativeEditing','isOwn','element','end','find','toggleImageCaption','convertInlineImageToBlock','findIndex','833CQZzis','_enableDefaultAttributesIntegration','*Set\x20image\x20width:*\x20%0','Block\x20image\x20to\x20inline\x20image','uploadImage','key','markInsertion','nodeBefore','discard','getSuggestionCallback','forceDefaultExecution','resizedWidth','5066479XImjhw','resizeImage','imageTextAlternative','formatBlock','markDeletion','12NtWrlJ','isEqual','imageCaption','attribute','registerCustomCallback','ImageUploadEditing','getContainedElement','ImageResize','deletion','selection','registerDescriptionCallback','getClosestSelectedImageElement','forward','9WqRIvX','_descriptionFactory','insertImage','createRange','isBlockImage','accept','ImageBlockEditing','markBlockFormat','createRangeOn','detach','getCaptionFromImageModelElement','370684gswePf','_registerLegacyDescription','*Set\x20image\x20text\x20alternative:*\x20%0'];_0x3b44=function(){return _0x3e239a;};return _0x3b44();}import{LivePosition as _0x7ead3f}from'ckeditor5/src/engine.js';import{getTranslation as _0x4e0f07}from'../utils/common-translations.js';export default class it extends _0xb63f8{[_0x5be8a9(0x18c)](){const _0x496533=_0x5be8a9,_0x587cf0=this[_0x496533(0x1a1)];if(!_0x587cf0[_0x496533(0x17c)][_0x496533(0x19e)](_0x496533(0x17e)))return;const _0x2f1be4=_0x587cf0[_0x496533(0x17c)][_0x496533(0x194)](_0x496533(0x196)),_0x451f1d=_0x587cf0[_0x496533(0x17c)][_0x496533(0x194)](_0x496533(0x182)),_0x5504f9=_0x587cf0[_0x496533(0x133)];_0x2f1be4[_0x496533(0x13d)](_0x496533(0x16e)),_0x2f1be4[_0x496533(0x16d)][_0x496533(0x184)](_0x496533(0x18a),_0x4d9136=>_0x4e0f07(_0x5504f9,_0x496533(0x17b),_0x4d9136)),_0x2f1be4[_0x496533(0x16d)][_0x496533(0x184)](_0x496533(0x183),_0x5310fc=>_0x4e0f07(_0x5504f9,_0x496533(0x191),_0x5310fc)),_0x2f1be4[_0x496533(0x16d)][_0x496533(0x184)](_0x496533(0x1a7),()=>_0x4e0f07(_0x5504f9,_0x496533(0x140))),_0x587cf0[_0x496533(0x17c)][_0x496533(0x19e)](_0x496533(0x164))&&_0x2f1be4[_0x496533(0x13d)](_0x496533(0x152)),_0x587cf0[_0x496533(0x17c)][_0x496533(0x19e)](_0x496533(0x172))&&_0x587cf0[_0x496533(0x17c)][_0x496533(0x19e)](_0x496533(0x1a0))&&(_0x2f1be4[_0x496533(0x13d)](_0x496533(0x136),(_0x378028,_0x10fd8a)=>{const _0x4d90d3=_0x496533,_0x47d2d2=_0x451f1d[_0x4d90d3(0x16a)](_0x587cf0[_0x4d90d3(0x131)][_0x4d90d3(0x18f)][_0x4d90d3(0x168)]);_0x587cf0[_0x4d90d3(0x131)][_0x4d90d3(0x1a3)](()=>{const _0x1c118e=_0x4d90d3;_0x2f1be4[_0x1c118e(0x173)](_0x47d2d2,{'commandName':_0x1c118e(0x136),'commandParams':[_0x10fd8a]},[],_0x1c118e(0x13b));});}),_0x2f1be4[_0x496533(0x13d)](_0x496533(0x19d),(_0x162f6c,_0x26dee1)=>{const _0x163988=_0x496533;_0x587cf0[_0x163988(0x131)][_0x163988(0x1a3)](_0x473862=>{const _0x1ecde2=_0x163988;let _0x36e873=_0x451f1d[_0x1ecde2(0x16a)](_0x587cf0[_0x1ecde2(0x131)][_0x1ecde2(0x18f)][_0x1ecde2(0x168)]),_0x5212af=_0x473862[_0x1ecde2(0x174)](_0x36e873);const _0x5e8156=_0x7ead3f[_0x1ecde2(0x188)](_0x5212af[_0x1ecde2(0x13e)],_0x1ecde2(0x185)),_0x8979c=_0x7ead3f[_0x1ecde2(0x188)](_0x5212af[_0x1ecde2(0x149)],_0x1ecde2(0x135));_0x2f1be4[_0x1ecde2(0x158)](()=>_0x162f6c(_0x26dee1)),_0x36e873=_0x451f1d[_0x1ecde2(0x16a)](_0x587cf0[_0x1ecde2(0x131)][_0x1ecde2(0x18f)][_0x1ecde2(0x168)]),_0x5212af=_0x473862[_0x1ecde2(0x174)](_0x36e873);const _0x3f4647=_0x473862[_0x1ecde2(0x16f)](_0x5e8156,_0x8979c);_0x5e8156[_0x1ecde2(0x175)](),_0x8979c[_0x1ecde2(0x175)](),_0x2f1be4[_0x1ecde2(0x173)](_0x36e873,{'commandName':_0x1ecde2(0x136),'commandParams':[_0x26dee1]},[],_0x1ecde2(0x14c)),_0x3f4647[_0x1ecde2(0x13e)][_0x1ecde2(0x1a2)](_0x5212af[_0x1ecde2(0x13e)])&&_0x2f1be4[_0x1ecde2(0x154)](_0x473862[_0x1ecde2(0x16f)](_0x3f4647[_0x1ecde2(0x13e)],_0x5212af[_0x1ecde2(0x13e)]),_0x1ecde2(0x14c)),_0x5212af[_0x1ecde2(0x149)][_0x1ecde2(0x1a2)](_0x3f4647[_0x1ecde2(0x149)])&&_0x2f1be4[_0x1ecde2(0x154)](_0x473862[_0x1ecde2(0x16f)](_0x5212af[_0x1ecde2(0x149)],_0x3f4647[_0x1ecde2(0x149)]),_0x1ecde2(0x14c));});}),_0x2f1be4[_0x496533(0x192)][_0x496533(0x163)](_0x496533(0x15d),_0x496533(0x14c),_0x496533(0x1a6),()=>!0x1),_0x2f1be4[_0x496533(0x192)][_0x496533(0x163)](_0x496533(0x15d),_0x496533(0x14c),_0x496533(0x171),()=>!0x1),_0x2f1be4[_0x496533(0x192)][_0x496533(0x163)](_0x496533(0x15d),_0x496533(0x14c),_0x496533(0x156),_0x2f1be4[_0x496533(0x192)][_0x496533(0x157)](_0x496533(0x15d),'',_0x496533(0x171))),_0x2f1be4[_0x496533(0x192)][_0x496533(0x163)](_0x496533(0x19a),_0x496533(0x14c),_0x496533(0x1a6),()=>!0x1),_0x2f1be4[_0x496533(0x192)][_0x496533(0x163)](_0x496533(0x19a),_0x496533(0x14c),_0x496533(0x156),([_0x14c260])=>{const _0x4eea3c=_0x496533,_0x36e124=_0x2f1be4[_0x4eea3c(0x192)][_0x4eea3c(0x157)](_0x4eea3c(0x19a),'',_0x4eea3c(0x156));let _0x152497=_0x14c260[_0x4eea3c(0x13e)],_0x5eb269=_0x14c260[_0x4eea3c(0x149)];const _0xda15ab=_0x587cf0[_0x4eea3c(0x131)][_0x4eea3c(0x17d)][_0x4eea3c(0x132)](_0x152497,_0x4eea3c(0x19f)),_0x57efe1=_0x587cf0[_0x4eea3c(0x131)][_0x4eea3c(0x17d)][_0x4eea3c(0x132)](_0x5eb269,_0x4eea3c(0x16b));_0xda15ab[_0x4eea3c(0x137)]&&(_0x152497=_0xda15ab[_0x4eea3c(0x13e)]),_0x57efe1[_0x4eea3c(0x137)]&&(_0x5eb269=_0x57efe1[_0x4eea3c(0x149)]),_0x36e124([_0x587cf0[_0x4eea3c(0x131)][_0x4eea3c(0x16f)](_0x152497,_0x5eb269)]);}),_0x2f1be4[_0x496533(0x192)][_0x496533(0x163)](_0x496533(0x15d),_0x496533(0x14c),_0x496533(0x187),_0x30dbfb),_0x2f1be4[_0x496533(0x192)][_0x496533(0x163)](_0x496533(0x19a),_0x496533(0x14c),_0x496533(0x187),_0x30dbfb)),_0x587cf0[_0x496533(0x17c)][_0x496533(0x19e)](_0x496533(0x195))&&(_0x2f1be4[_0x496533(0x13d)](_0x496533(0x14b),(_0x39dc74,_0xd48a3c)=>{const _0x4a0459=_0x496533,_0x21787=_0x587cf0[_0x4a0459(0x17c)][_0x4a0459(0x194)](_0x4a0459(0x139));let _0x33bbc0=_0x451f1d[_0x4a0459(0x16a)](_0x587cf0[_0x4a0459(0x131)][_0x4a0459(0x18f)][_0x4a0459(0x168)]),_0x3829f8=_0x21787[_0x4a0459(0x176)](_0x33bbc0);_0x587cf0[_0x4a0459(0x131)][_0x4a0459(0x1a3)](()=>{const _0x53e4c3=_0x4a0459;if(_0x3829f8)return void _0x2f1be4[_0x53e4c3(0x15e)](_0x587cf0[_0x53e4c3(0x131)][_0x53e4c3(0x174)](_0x3829f8));const _0x4c991e=_0x451f1d[_0x53e4c3(0x170)](_0x33bbc0);_0x39dc74(_0xd48a3c),_0x33bbc0=_0x451f1d[_0x53e4c3(0x16a)](_0x587cf0[_0x53e4c3(0x131)][_0x53e4c3(0x18f)][_0x53e4c3(0x168)]),_0x3829f8=_0x21787[_0x53e4c3(0x176)](_0x33bbc0),_0x2f1be4[_0x53e4c3(0x154)](_0x587cf0[_0x53e4c3(0x131)][_0x53e4c3(0x174)](_0x3829f8),_0x4c991e?null:_0x53e4c3(0x161));});}),_0x2f1be4[_0x496533(0x192)][_0x496533(0x163)](_0x496533(0x19a),_0x496533(0x161),_0x496533(0x187),_0x30dbfb));const _0x2f35b6=[{'type':_0x496533(0x15d),'subType':_0x496533(0x1a5)},{'type':_0x496533(0x19a),'subType':_0x496533(0x161)},{'type':_0x496533(0x15d),'subType':_0x496533(0x14c)},{'type':_0x496533(0x19a),'subType':_0x496533(0x14c)}];function _0x4ef131(_0x18996f,_0x2fd419){const _0x131656=_0x496533,_0x3ca69e=_0x2f35b6[_0x131656(0x14d)](({type:_0x5e56fc,subType:_0x370f3b})=>_0x18996f[_0x131656(0x180)]==_0x5e56fc&&_0x18996f[_0x131656(0x19c)]==_0x370f3b),_0x38a135=_0x2f35b6[_0x131656(0x14d)](({type:_0xb6d02f,subType:_0x2c4227})=>_0x2fd419[_0x131656(0x180)]==_0xb6d02f&&_0x2fd419[_0x131656(0x19c)]==_0x2c4227);if(_0x3ca69e<0x0||_0x38a135<0x0)return!0x1;const _0x3cc037=_0x18996f[_0x131656(0x13f)](),_0x5b0b4c=_0x2fd419[_0x131656(0x13f)]();if((0x0==_0x3ca69e||0x1==_0x3ca69e)&&0x2==_0x38a135&&_0x3cc037[_0x131656(0x134)](_0x5b0b4c))return!0x0;if(0x2==_0x3ca69e&&0x3==_0x38a135){const _0x3ec37c=_0x2f1be4[_0x131656(0x193)](_0x3cc037,_0x131656(0x19a))[_0x131656(0x198)](({suggestion:_0x3b1d51,meta:_0x4cc50b})=>_0x4cc50b[_0x131656(0x147)]&&_0x131656(0x14c)==_0x3b1d51[_0x131656(0x19c)]);if(_0x3ec37c[_0x131656(0x13c)]>0x1&&_0x5b0b4c[_0x131656(0x149)][_0x131656(0x160)](_0x3cc037[_0x131656(0x13e)]))return!0x0;if(0x1==_0x3ec37c[_0x131656(0x13c)]&&(_0x3cc037[_0x131656(0x13e)][_0x131656(0x160)](_0x5b0b4c[_0x131656(0x149)])||_0x3cc037[_0x131656(0x149)][_0x131656(0x160)](_0x5b0b4c[_0x131656(0x13e)])))return!0x0;}if(0x3==_0x3ca69e&&0x3==_0x38a135&&_0x3cc037[_0x131656(0x13e)][_0x131656(0x1a2)](_0x5b0b4c[_0x131656(0x13e)])){const _0x2248ad=_0x3cc037[_0x131656(0x149)][_0x131656(0x186)],_0x491432=_0x5b0b4c[_0x131656(0x13e)][_0x131656(0x155)];return _0x451f1d[_0x131656(0x170)](_0x2248ad)&&_0x2248ad===_0x491432;}return!0x1;}function _0x30dbfb(_0x1416e9,_0x3c17b0){return _0x4ef131(_0x1416e9,_0x3c17b0)?[_0x1416e9,_0x3c17b0]:_0x4ef131(_0x3c17b0,_0x1416e9)?[_0x3c17b0,_0x1416e9]:null;}_0x587cf0[_0x496533(0x17c)][_0x496533(0x19e)](_0x496533(0x166))&&(_0x2f1be4[_0x496533(0x14f)](_0x496533(0x15b),[],[_0x496533(0x159)]),_0x2f1be4[_0x496533(0x16d)][_0x496533(0x1a4)](_0x496533(0x159),_0x4e0f07(_0x5504f9,_0x496533(0x17f)))),_0x587cf0[_0x496533(0x17c)][_0x496533(0x19e)](_0x496533(0x146))&&_0x2f1be4[_0x496533(0x14f)](_0x496533(0x15c),[],[_0x496533(0x143)]),_0x2f1be4[_0x496533(0x16d)][_0x496533(0x169)](_0x3a2c07=>{const _0xe5a005=_0x496533;if(!!_0x2f35b6[_0xe5a005(0x14a)](({type:_0x492a5e,subType:_0x9a5d44})=>_0x3a2c07[_0xe5a005(0x180)]==_0x492a5e&&_0x3a2c07[_0xe5a005(0x19c)]==_0x9a5d44))return _0x3a2c07[_0xe5a005(0x142)]?{}:void 0x0;}),_0x2f1be4[_0x496533(0x16d)][_0x496533(0x169)](_0x117bca=>{const _0x535b07=_0x496533;if(_0x535b07(0x19a)==_0x117bca[_0x535b07(0x180)]||_0x535b07(0x167)==_0x117bca[_0x535b07(0x180)]){const _0x4b2a74=_0x117bca[_0x535b07(0x165)]();if(_0x4b2a74&&_0x4b2a74['is'](_0x535b07(0x148),_0x535b07(0x1a7)))return{'type':_0x535b07(0x19a)==_0x117bca[_0x535b07(0x180)]?_0x535b07(0x18b):_0x535b07(0x1a9),'element':_0x4b2a74,'quantity':0x1};}}),_0x2f1be4[_0x496533(0x16d)][_0x496533(0x169)](_0x37e28b=>_0x496533(0x15d)==_0x37e28b[_0x496533(0x180)]&&_0x496533(0x14c)==_0x37e28b[_0x496533(0x19c)]?{'type':_0x496533(0x138),'content':_0x496533(0x197)}:_0x496533(0x15d)==_0x37e28b[_0x496533(0x180)]&&_0x496533(0x13b)==_0x37e28b[_0x496533(0x19c)]?{'type':_0x496533(0x138),'content':_0x496533(0x151)}:void 0x0),_0x2f1be4[_0x496533(0x16d)][_0x496533(0x169)](_0x2fedb6=>{const _0xf8d04c=_0x496533;if(_0xf8d04c(0x162)!=_0x2fedb6[_0xf8d04c(0x180)])return;const {data:_0x414ab7}=_0x2fedb6;if(!_0x414ab7||_0xf8d04c(0x143)!=_0x414ab7[_0xf8d04c(0x153)])return;const _0x3041cf=_0x414ab7[_0xf8d04c(0x190)];return _0x3041cf?{'type':_0xf8d04c(0x138),'content':_0x4e0f07(_0x5504f9,_0xf8d04c(0x179),'\x22'+_0x3041cf+'\x22')}:{'type':_0xf8d04c(0x138),'content':_0x4e0f07(_0x5504f9,_0xf8d04c(0x1a8))};}),this[_0x496533(0x178)]();}[_0x5be8a9(0x178)](){const _0x5a6939=_0x5be8a9,_0x3e3524=this[_0x5a6939(0x1a1)],_0x319413=_0x3e3524[_0x5a6939(0x133)];_0x3e3524[_0x5a6939(0x17c)][_0x5a6939(0x194)](_0x5a6939(0x196))[_0x5a6939(0x16d)][_0x5a6939(0x169)](_0x163f0=>{const _0x17a9d9=_0x5a6939;if(_0x17a9d9(0x15d)!=_0x163f0[_0x17a9d9(0x180)]&&_0x17a9d9(0x18e)!=_0x163f0[_0x17a9d9(0x180)])return;const {data:_0x550a23}=_0x163f0;if(_0x550a23){if(_0x17a9d9(0x15c)==_0x550a23[_0x17a9d9(0x1aa)]){const _0x21e4a7=_0x550a23[_0x17a9d9(0x181)][0x0][_0x17a9d9(0x190)];return _0x21e4a7?{'type':_0x17a9d9(0x138),'content':_0x4e0f07(_0x319413,_0x17a9d9(0x179),'\x22'+_0x21e4a7+'\x22')}:{'type':_0x17a9d9(0x138),'content':_0x4e0f07(_0x319413,_0x17a9d9(0x1a8))};}if(_0x17a9d9(0x15b)==_0x550a23[_0x17a9d9(0x1aa)]){const _0x173074=_0x550a23[_0x17a9d9(0x181)][0x0][_0x17a9d9(0x19b)];return _0x173074?{'type':_0x17a9d9(0x138),'content':_0x4e0f07(_0x319413,_0x17a9d9(0x150),_0x173074)}:{'type':_0x17a9d9(0x138),'content':_0x4e0f07(_0x319413,_0x17a9d9(0x199))};}}});}}
|
|
23
|
+
const _0x57dfa5=_0xfd65;(function(_0x320537,_0x316207){const _0x471b15=_0xfd65,_0x449e48=_0x320537();while(!![]){try{const _0x12d838=-parseInt(_0x471b15(0x209))/0x1*(-parseInt(_0x471b15(0x1ff))/0x2)+parseInt(_0x471b15(0x1c0))/0x3*(parseInt(_0x471b15(0x1df))/0x4)+parseInt(_0x471b15(0x1f1))/0x5+-parseInt(_0x471b15(0x1ee))/0x6+parseInt(_0x471b15(0x1e7))/0x7*(parseInt(_0x471b15(0x1f2))/0x8)+parseInt(_0x471b15(0x206))/0x9*(-parseInt(_0x471b15(0x1b6))/0xa)+-parseInt(_0x471b15(0x1ba))/0xb;if(_0x12d838===_0x316207)break;else _0x449e48['push'](_0x449e48['shift']());}catch(_0x187136){_0x449e48['push'](_0x449e48['shift']());}}}(_0x2898,0x41fd5));import{Plugin as _0x48155a}from'ckeditor5/src/core.js';import{LivePosition as _0x53416e}from'ckeditor5/src/engine.js';function _0xfd65(_0x62e415,_0x4bd790){const _0x289886=_0x2898();return _0xfd65=function(_0xfd65a1,_0x42df9f){_0xfd65a1=_0xfd65a1-0x19c;let _0x1636a6=_0x289886[_0xfd65a1];return _0x1636a6;},_0xfd65(_0x62e415,_0x4bd790);}function _0x2898(){const _0x3f5c6a=['registerAttributeLabel','enableCommand','findIndex','uploadImage','previous','isBefore','getCaptionFromImageModelElement','formatBlock','formatInline','markInsertion','TrackChangesEditing','deletion','type','key','plugins','schema','selection','_findSuggestions','commandName','change','*Set\x20image\x20text\x20alternative:*\x20%0','document','commandParams','_registerLegacyDescription','alt','imageTextAlternative','detach','getSuggestionCallback','registerCustomCallback','resizedWidth','toNext','imageTypeInline','*Set\x20image\x20width:*\x20%0','10DZZVSu','subType','length','Inline\x20image\x20to\x20block\x20image','2039521kHmuPo','filter','chain','editor','registerDescriptionCallback','getContainedElement','3oudzlo','markBlockFormat','FORMAT_IMAGE_SIZE','ImageCaptionUtils','createRange','ImageBlockEditing','find','ImageCaptionEditing','_suggestionFactory','get','caption','fromPosition','removeObject','getClosestSelectedImageElement','imageInline','addObject','afterInit','ELEMENT_INLINE_IMAGE','ImageUploadEditing','end','toPrevious','isOwn','element','imageTypeBlock','_enableDefaultAttributesIntegration','join','ImageEditing','accept','resizeImage','markDeletion','*Reset\x20image\x20width*','924484SyKKzL','getNearestSelectionRange','locale','*Remove\x20image\x20text\x20alternative*','start','width','isCollapsed','forceDefaultExecution','35OaejpZ','ImageTextAlternativeEditing','ELEMENT_CAPTION','imageBlock','imageCaption','ImageResize','convertInlineImageToBlock','1913826WvFyoS','convertBlockImageToInline','insertImage','1456445iaOIht','540824nXUMWi','Block\x20image\x20to\x20inline\x20image','getFirstRange','attribute','ImageInlineEditing','format','isIntersecting','registerElementLabel','has','newValue','model','createRangeOn','backward','68158FeqGGE','isEqual','discard','insertion','isBlockImage','toggleImageCaption','_descriptionFactory','1691883vyzcuH','forward','ImageUtils','3fpPXac','nodeBefore','ELEMENT_IMAGE','imageStylePreApply','nodeAfter'];_0x2898=function(){return _0x3f5c6a;};return _0x2898();}import{getTranslation as _0xe3e8a3}from'../utils/common-translations.js';export default class it extends _0x48155a{[_0x57dfa5(0x1d0)](){const _0x1e4cf9=_0x57dfa5,_0x5ca679=this[_0x1e4cf9(0x1bd)];if(!_0x5ca679[_0x1e4cf9(0x1a3)][_0x1e4cf9(0x1fa)](_0x1e4cf9(0x1da)))return;const _0x5be4e3=_0x5ca679[_0x1e4cf9(0x1a3)][_0x1e4cf9(0x1c9)](_0x1e4cf9(0x19f)),_0x5149c9=_0x5ca679[_0x1e4cf9(0x1a3)][_0x1e4cf9(0x1c9)](_0x1e4cf9(0x208)),_0x6865ac=_0x5ca679[_0x1e4cf9(0x1e1)];_0x5be4e3[_0x1e4cf9(0x20f)](_0x1e4cf9(0x1f0)),_0x5be4e3[_0x1e4cf9(0x205)][_0x1e4cf9(0x1f9)](_0x1e4cf9(0x1ea),_0x30512b=>_0xe3e8a3(_0x6865ac,_0x1e4cf9(0x20b),_0x30512b)),_0x5be4e3[_0x1e4cf9(0x205)][_0x1e4cf9(0x1f9)](_0x1e4cf9(0x1ce),_0x20afc9=>_0xe3e8a3(_0x6865ac,_0x1e4cf9(0x1d1),_0x20afc9)),_0x5be4e3[_0x1e4cf9(0x205)][_0x1e4cf9(0x1f9)](_0x1e4cf9(0x1ca),()=>_0xe3e8a3(_0x6865ac,_0x1e4cf9(0x1e9))),_0x5ca679[_0x1e4cf9(0x1a3)][_0x1e4cf9(0x1fa)](_0x1e4cf9(0x1d2))&&_0x5be4e3[_0x1e4cf9(0x20f)](_0x1e4cf9(0x211)),_0x5ca679[_0x1e4cf9(0x1a3)][_0x1e4cf9(0x1fa)](_0x1e4cf9(0x1c5))&&_0x5ca679[_0x1e4cf9(0x1a3)][_0x1e4cf9(0x1fa)](_0x1e4cf9(0x1f6))&&(_0x5be4e3[_0x1e4cf9(0x20f)](_0x1e4cf9(0x1b4),(_0x22d836,_0x25a887)=>{const _0x5f5d53=_0x1e4cf9,_0x43e09e=_0x5149c9[_0x5f5d53(0x1cd)](_0x5ca679[_0x5f5d53(0x1fc)][_0x5f5d53(0x1aa)][_0x5f5d53(0x1a5)]);_0x5ca679[_0x5f5d53(0x1fc)][_0x5f5d53(0x1a8)](()=>{const _0x166783=_0x5f5d53;_0x5be4e3[_0x166783(0x1c1)](_0x43e09e,{'commandName':_0x166783(0x1b4),'commandParams':[_0x25a887]},[],_0x166783(0x1ef));});}),_0x5be4e3[_0x1e4cf9(0x20f)](_0x1e4cf9(0x1d7),(_0x2583b1,_0x5b63e8)=>{const _0x5129ce=_0x1e4cf9;_0x5ca679[_0x5129ce(0x1fc)][_0x5129ce(0x1a8)](_0x2faed4=>{const _0x31b390=_0x5129ce;let _0x356de0=_0x5149c9[_0x31b390(0x1cd)](_0x5ca679[_0x31b390(0x1fc)][_0x31b390(0x1aa)][_0x31b390(0x1a5)]),_0x522a77=_0x2faed4[_0x31b390(0x1fd)](_0x356de0);const _0x88c5eb=_0x53416e[_0x31b390(0x1cb)](_0x522a77[_0x31b390(0x1e3)],_0x31b390(0x1d4)),_0x353416=_0x53416e[_0x31b390(0x1cb)](_0x522a77[_0x31b390(0x1d3)],_0x31b390(0x1b3));_0x5be4e3[_0x31b390(0x1e6)](()=>_0x2583b1(_0x5b63e8)),_0x356de0=_0x5149c9[_0x31b390(0x1cd)](_0x5ca679[_0x31b390(0x1fc)][_0x31b390(0x1aa)][_0x31b390(0x1a5)]),_0x522a77=_0x2faed4[_0x31b390(0x1fd)](_0x356de0);const _0x509475=_0x2faed4[_0x31b390(0x1c4)](_0x88c5eb,_0x353416);_0x88c5eb[_0x31b390(0x1af)](),_0x353416[_0x31b390(0x1af)](),_0x5be4e3[_0x31b390(0x1c1)](_0x356de0,{'commandName':_0x31b390(0x1b4),'commandParams':[_0x5b63e8]},[],_0x31b390(0x1ed)),_0x509475[_0x31b390(0x1e3)][_0x31b390(0x213)](_0x522a77[_0x31b390(0x1e3)])&&_0x5be4e3[_0x31b390(0x19e)](_0x2faed4[_0x31b390(0x1c4)](_0x509475[_0x31b390(0x1e3)],_0x522a77[_0x31b390(0x1e3)]),_0x31b390(0x1ed)),_0x522a77[_0x31b390(0x1d3)][_0x31b390(0x213)](_0x509475[_0x31b390(0x1d3)])&&_0x5be4e3[_0x31b390(0x19e)](_0x2faed4[_0x31b390(0x1c4)](_0x522a77[_0x31b390(0x1d3)],_0x509475[_0x31b390(0x1d3)]),_0x31b390(0x1ed));});}),_0x5be4e3[_0x1e4cf9(0x1c8)][_0x1e4cf9(0x1b1)](_0x1e4cf9(0x19c),_0x1e4cf9(0x1ed),_0x1e4cf9(0x1d9),()=>!0x1),_0x5be4e3[_0x1e4cf9(0x1c8)][_0x1e4cf9(0x1b1)](_0x1e4cf9(0x19c),_0x1e4cf9(0x1ed),_0x1e4cf9(0x1db),()=>!0x1),_0x5be4e3[_0x1e4cf9(0x1c8)][_0x1e4cf9(0x1b1)](_0x1e4cf9(0x19c),_0x1e4cf9(0x1ed),_0x1e4cf9(0x201),_0x5be4e3[_0x1e4cf9(0x1c8)][_0x1e4cf9(0x1b0)](_0x1e4cf9(0x19c),'',_0x1e4cf9(0x1db))),_0x5be4e3[_0x1e4cf9(0x1c8)][_0x1e4cf9(0x1b1)](_0x1e4cf9(0x202),_0x1e4cf9(0x1ed),_0x1e4cf9(0x1d9),()=>!0x1),_0x5be4e3[_0x1e4cf9(0x1c8)][_0x1e4cf9(0x1b1)](_0x1e4cf9(0x202),_0x1e4cf9(0x1ed),_0x1e4cf9(0x201),([_0x2450cf])=>{const _0x164eb9=_0x1e4cf9,_0x147319=_0x5be4e3[_0x164eb9(0x1c8)][_0x164eb9(0x1b0)](_0x164eb9(0x202),'',_0x164eb9(0x201));let _0x313929=_0x2450cf[_0x164eb9(0x1e3)],_0x5172dc=_0x2450cf[_0x164eb9(0x1d3)];const _0x991c5c=_0x5ca679[_0x164eb9(0x1fc)][_0x164eb9(0x1a4)][_0x164eb9(0x1e0)](_0x313929,_0x164eb9(0x1fe)),_0x457289=_0x5ca679[_0x164eb9(0x1fc)][_0x164eb9(0x1a4)][_0x164eb9(0x1e0)](_0x5172dc,_0x164eb9(0x207));_0x991c5c[_0x164eb9(0x1e5)]&&(_0x313929=_0x991c5c[_0x164eb9(0x1e3)]),_0x457289[_0x164eb9(0x1e5)]&&(_0x5172dc=_0x457289[_0x164eb9(0x1d3)]),_0x147319([_0x5ca679[_0x164eb9(0x1fc)][_0x164eb9(0x1c4)](_0x313929,_0x5172dc)]);}),_0x5be4e3[_0x1e4cf9(0x1c8)][_0x1e4cf9(0x1b1)](_0x1e4cf9(0x19c),_0x1e4cf9(0x1ed),_0x1e4cf9(0x1bc),_0x1e6c71),_0x5be4e3[_0x1e4cf9(0x1c8)][_0x1e4cf9(0x1b1)](_0x1e4cf9(0x202),_0x1e4cf9(0x1ed),_0x1e4cf9(0x1bc),_0x1e6c71)),_0x5ca679[_0x1e4cf9(0x1a3)][_0x1e4cf9(0x1fa)](_0x1e4cf9(0x1c7))&&(_0x5be4e3[_0x1e4cf9(0x20f)](_0x1e4cf9(0x204),(_0x44ab77,_0x279776)=>{const _0x273a19=_0x1e4cf9,_0x4388cd=_0x5ca679[_0x273a19(0x1a3)][_0x273a19(0x1c9)](_0x273a19(0x1c3));let _0x2890dc=_0x5149c9[_0x273a19(0x1cd)](_0x5ca679[_0x273a19(0x1fc)][_0x273a19(0x1aa)][_0x273a19(0x1a5)]),_0x5f0ede=_0x4388cd[_0x273a19(0x214)](_0x2890dc);_0x5ca679[_0x273a19(0x1fc)][_0x273a19(0x1a8)](()=>{const _0x240b99=_0x273a19;if(_0x5f0ede)return void _0x5be4e3[_0x240b99(0x1dd)](_0x5ca679[_0x240b99(0x1fc)][_0x240b99(0x1fd)](_0x5f0ede));const _0x2f745d=_0x5149c9[_0x240b99(0x203)](_0x2890dc);_0x44ab77(_0x279776),_0x2890dc=_0x5149c9[_0x240b99(0x1cd)](_0x5ca679[_0x240b99(0x1fc)][_0x240b99(0x1aa)][_0x240b99(0x1a5)]),_0x5f0ede=_0x4388cd[_0x240b99(0x214)](_0x2890dc),_0x5be4e3[_0x240b99(0x19e)](_0x5ca679[_0x240b99(0x1fc)][_0x240b99(0x1fd)](_0x5f0ede),_0x2f745d?null:_0x240b99(0x1eb));});}),_0x5be4e3[_0x1e4cf9(0x1c8)][_0x1e4cf9(0x1b1)](_0x1e4cf9(0x202),_0x1e4cf9(0x1eb),_0x1e4cf9(0x1bc),_0x1e6c71));const _0x48a81f=[{'type':_0x1e4cf9(0x19c),'subType':_0x1e4cf9(0x20c)},{'type':_0x1e4cf9(0x202),'subType':_0x1e4cf9(0x1eb)},{'type':_0x1e4cf9(0x19c),'subType':_0x1e4cf9(0x1ed)},{'type':_0x1e4cf9(0x202),'subType':_0x1e4cf9(0x1ed)}];function _0x256215(_0x4c0e7f,_0x1a7b29){const _0x381540=_0x1e4cf9,_0x3cd7ef=_0x48a81f[_0x381540(0x210)](({type:_0x4064c2,subType:_0x2adf27})=>_0x4c0e7f[_0x381540(0x1a1)]==_0x4064c2&&_0x4c0e7f[_0x381540(0x1b7)]==_0x2adf27),_0x4592b6=_0x48a81f[_0x381540(0x210)](({type:_0x5399e3,subType:_0x356877})=>_0x1a7b29[_0x381540(0x1a1)]==_0x5399e3&&_0x1a7b29[_0x381540(0x1b7)]==_0x356877);if(_0x3cd7ef<0x0||_0x4592b6<0x0)return!0x1;const _0xdf5383=_0x4c0e7f[_0x381540(0x1f4)](),_0x35790f=_0x1a7b29[_0x381540(0x1f4)]();if((0x0==_0x3cd7ef||0x1==_0x3cd7ef)&&0x2==_0x4592b6&&_0xdf5383[_0x381540(0x1f8)](_0x35790f))return!0x0;if(0x2==_0x3cd7ef&&0x3==_0x4592b6){const _0x5a0f7f=_0x5be4e3[_0x381540(0x1a6)](_0xdf5383,_0x381540(0x202))[_0x381540(0x1bb)](({suggestion:_0x3b64c0,meta:_0x1c1b9c})=>_0x1c1b9c[_0x381540(0x1d5)]&&_0x381540(0x1ed)==_0x3b64c0[_0x381540(0x1b7)]);if(_0x5a0f7f[_0x381540(0x1b8)]>0x1&&_0x35790f[_0x381540(0x1d3)][_0x381540(0x200)](_0xdf5383[_0x381540(0x1e3)]))return!0x0;if(0x1==_0x5a0f7f[_0x381540(0x1b8)]&&(_0xdf5383[_0x381540(0x1e3)][_0x381540(0x200)](_0x35790f[_0x381540(0x1d3)])||_0xdf5383[_0x381540(0x1d3)][_0x381540(0x200)](_0x35790f[_0x381540(0x1e3)])))return!0x0;}if(0x3==_0x3cd7ef&&0x3==_0x4592b6&&_0xdf5383[_0x381540(0x1e3)][_0x381540(0x213)](_0x35790f[_0x381540(0x1e3)])){const _0x2cf396=_0xdf5383[_0x381540(0x1d3)][_0x381540(0x20d)],_0x17fadc=_0x35790f[_0x381540(0x1e3)][_0x381540(0x20a)];return _0x5149c9[_0x381540(0x203)](_0x2cf396)&&_0x2cf396===_0x17fadc;}return!0x1;}function _0x1e6c71(_0x3b3cb6,_0x1945a8){return _0x256215(_0x3b3cb6,_0x1945a8)?[_0x3b3cb6,_0x1945a8]:_0x256215(_0x1945a8,_0x3b3cb6)?[_0x1945a8,_0x3b3cb6]:null;}_0x5ca679[_0x1e4cf9(0x1a3)][_0x1e4cf9(0x1fa)](_0x1e4cf9(0x1ec))&&(_0x5be4e3[_0x1e4cf9(0x1d8)](_0x1e4cf9(0x1dc),[],[_0x1e4cf9(0x1b2)]),_0x5be4e3[_0x1e4cf9(0x205)][_0x1e4cf9(0x20e)](_0x1e4cf9(0x1b2),_0xe3e8a3(_0x6865ac,_0x1e4cf9(0x1c2)))),_0x5ca679[_0x1e4cf9(0x1a3)][_0x1e4cf9(0x1fa)](_0x1e4cf9(0x1e8))&&_0x5be4e3[_0x1e4cf9(0x1d8)](_0x1e4cf9(0x1ae),[],[_0x1e4cf9(0x1ad)]),_0x5be4e3[_0x1e4cf9(0x205)][_0x1e4cf9(0x1be)](_0x2851f6=>{const _0x5abf7d=_0x1e4cf9;if(!!_0x48a81f[_0x5abf7d(0x1c6)](({type:_0x3c56fc,subType:_0x4477fa})=>_0x2851f6[_0x5abf7d(0x1a1)]==_0x3c56fc&&_0x2851f6[_0x5abf7d(0x1b7)]==_0x4477fa))return _0x2851f6[_0x5abf7d(0x212)]?{}:void 0x0;}),_0x5be4e3[_0x1e4cf9(0x205)][_0x1e4cf9(0x1be)](_0x4ef454=>{const _0x440dd6=_0x1e4cf9;if(_0x440dd6(0x202)==_0x4ef454[_0x440dd6(0x1a1)]||_0x440dd6(0x1a0)==_0x4ef454[_0x440dd6(0x1a1)]){const _0x420914=_0x4ef454[_0x440dd6(0x1bf)]();if(_0x420914&&_0x420914['is'](_0x440dd6(0x1d6),_0x440dd6(0x1ca)))return{'type':_0x440dd6(0x202)==_0x4ef454[_0x440dd6(0x1a1)]?_0x440dd6(0x1cf):_0x440dd6(0x1cc),'element':_0x420914,'quantity':0x1};}}),_0x5be4e3[_0x1e4cf9(0x205)][_0x1e4cf9(0x1be)](_0x5d9f1f=>_0x1e4cf9(0x19c)==_0x5d9f1f[_0x1e4cf9(0x1a1)]&&_0x1e4cf9(0x1ed)==_0x5d9f1f[_0x1e4cf9(0x1b7)]?{'type':_0x1e4cf9(0x1f7),'content':_0x1e4cf9(0x1b9)}:_0x1e4cf9(0x19c)==_0x5d9f1f[_0x1e4cf9(0x1a1)]&&_0x1e4cf9(0x1ef)==_0x5d9f1f[_0x1e4cf9(0x1b7)]?{'type':_0x1e4cf9(0x1f7),'content':_0x1e4cf9(0x1f3)}:void 0x0),_0x5be4e3[_0x1e4cf9(0x205)][_0x1e4cf9(0x1be)](_0x2c7103=>{const _0x517159=_0x1e4cf9;if(_0x517159(0x1f5)!=_0x2c7103[_0x517159(0x1a1)])return;const {data:_0x40f570}=_0x2c7103;if(!_0x40f570||_0x517159(0x1ad)!=_0x40f570[_0x517159(0x1a2)])return;const _0x3a9519=_0x40f570[_0x517159(0x1fb)];return _0x3a9519?{'type':_0x517159(0x1f7),'content':_0xe3e8a3(_0x6865ac,_0x517159(0x1a9),'\x22'+_0x3a9519+'\x22')}:{'type':_0x517159(0x1f7),'content':_0xe3e8a3(_0x6865ac,_0x517159(0x1e2))};}),this[_0x1e4cf9(0x1ac)]();}[_0x57dfa5(0x1ac)](){const _0x3ada8b=_0x57dfa5,_0x2d3f1a=this[_0x3ada8b(0x1bd)],_0x47d39f=_0x2d3f1a[_0x3ada8b(0x1e1)];_0x2d3f1a[_0x3ada8b(0x1a3)][_0x3ada8b(0x1c9)](_0x3ada8b(0x19f))[_0x3ada8b(0x205)][_0x3ada8b(0x1be)](_0x5e6db9=>{const _0x1fc341=_0x3ada8b;if(_0x1fc341(0x19c)!=_0x5e6db9[_0x1fc341(0x1a1)]&&_0x1fc341(0x19d)!=_0x5e6db9[_0x1fc341(0x1a1)])return;const {data:_0x34d9c7}=_0x5e6db9;if(_0x34d9c7){if(_0x1fc341(0x1ae)==_0x34d9c7[_0x1fc341(0x1a7)]){const _0x18f16d=_0x34d9c7[_0x1fc341(0x1ab)][0x0][_0x1fc341(0x1fb)];return _0x18f16d?{'type':_0x1fc341(0x1f7),'content':_0xe3e8a3(_0x47d39f,_0x1fc341(0x1a9),'\x22'+_0x18f16d+'\x22')}:{'type':_0x1fc341(0x1f7),'content':_0xe3e8a3(_0x47d39f,_0x1fc341(0x1e2))};}if(_0x1fc341(0x1dc)==_0x34d9c7[_0x1fc341(0x1a7)]){const _0x39f0bf=_0x34d9c7[_0x1fc341(0x1ab)][0x0][_0x1fc341(0x1e4)];return _0x39f0bf?{'type':_0x1fc341(0x1f7),'content':_0xe3e8a3(_0x47d39f,_0x1fc341(0x1b5),_0x39f0bf)}:{'type':_0x1fc341(0x1f7),'content':_0xe3e8a3(_0x47d39f,_0x1fc341(0x1de))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x355c26=_0x3e63;(function(_0x5a51d6,_0x171c9a){const _0x2144fb=_0x3e63,_0x5d6287=_0x5a51d6();while(!![]){try{const _0x5289c9=-parseInt(_0x2144fb(0x16e))/0x1+-parseInt(_0x2144fb(0x15f))/0x2+-parseInt(_0x2144fb(0x162))/0x3+parseInt(_0x2144fb(0x169))/0x4+parseInt(_0x2144fb(0x15b))/0x5*(parseInt(_0x2144fb(0x175))/0x6)+-parseInt(_0x2144fb(0x153))/0x7+parseInt(_0x2144fb(0x174))/0x8*(parseInt(_0x2144fb(0x154))/0x9);if(_0x5289c9===_0x171c9a)break;else _0x5d6287['push'](_0x5d6287['shift']());}catch(_0x22ef60){_0x5d6287['push'](_0x5d6287['shift']());}}}(_0x13c5,0xcd3fc));function _0x3e63(_0x19bf8b,_0x73e888){const _0x13c520=_0x13c5();return _0x3e63=function(_0x3e6332,_0x5540d2){_0x3e6332=_0x3e6332-0x151;let _0x26a662=_0x13c520[_0x3e6332];return _0x26a662;},_0x3e63(_0x19bf8b,_0x73e888);}function _0x13c5(){const _0x1a370f=['registerDescriptionCallback','3233142RFLsXS','*Format:*\x20replace\x20image\x20URL','afterInit','2374746uoJOre','src','attribute','discard','ImageEditing','newValue','getSuggestionCallback','4804084sKwBUo','replaceImageSource','locale','TrackChangesEditing','accept','1625498bUhPmK','_suggestionFactory','formatInline','type','plugins','*Replace\x20image\x20URL*','23301064iUtfZB','10230nwZmKX','editor','_handleLegacySuggestions','oldValue','formatBlock','registerCustomCallback','4545366chasXk','9fPOtZk','commandName','_enableDefaultAttributesIntegration','has','format','key','get','4135MwNNoi','_registerLegacyDescription','_descriptionFactory'];_0x13c5=function(){return _0x1a370f;};return _0x13c5();}import{Plugin as _0x243790}from'ckeditor5/src/core.js';import{getTranslation as _0x6bdd9d}from'../utils/common-translations.js';export default class st extends _0x243790{[_0x355c26(0x161)](){const _0x356450=_0x355c26;if(!this[_0x356450(0x176)][_0x356450(0x172)][_0x356450(0x157)](_0x356450(0x166)))return;const _0x447826=this[_0x356450(0x176)][_0x356450(0x16b)],_0x23aa83=this[_0x356450(0x176)][_0x356450(0x172)][_0x356450(0x15a)](_0x356450(0x16c));_0x23aa83[_0x356450(0x156)](_0x356450(0x16a),[],[_0x356450(0x163)]),_0x23aa83[_0x356450(0x15d)][_0x356450(0x15e)](_0x353f6d=>{const _0x3b95ff=_0x356450;if(_0x3b95ff(0x164)!=_0x353f6d[_0x3b95ff(0x171)])return;const {data:_0x3683cb}=_0x353f6d;return _0x3683cb&&_0x3b95ff(0x163)==_0x3683cb[_0x3b95ff(0x159)]?_0x3683cb[_0x3b95ff(0x167)]&&_0x3683cb[_0x3b95ff(0x178)]?{'type':_0x3b95ff(0x158),'content':_0x6bdd9d(_0x447826,_0x3b95ff(0x173))}:{'type':_0x3b95ff(0x158),'content':''}:void 0x0;}),this[_0x356450(0x177)]();}[_0x355c26(0x177)](){const _0xbb770=_0x355c26,_0x4d2edb=this[_0xbb770(0x176)][_0xbb770(0x172)][_0xbb770(0x15a)](_0xbb770(0x16c));_0x4d2edb[_0xbb770(0x16f)][_0xbb770(0x152)](_0xbb770(0x151),_0xbb770(0x16a),_0xbb770(0x16d),_0x4d2edb[_0xbb770(0x16f)][_0xbb770(0x168)](_0xbb770(0x151),null,_0xbb770(0x165))),_0x4d2edb[_0xbb770(0x16f)][_0xbb770(0x152)](_0xbb770(0x151),_0xbb770(0x16a),_0xbb770(0x165),_0x4d2edb[_0xbb770(0x16f)][_0xbb770(0x168)](_0xbb770(0x151),null,_0xbb770(0x16d))),this[_0xbb770(0x15c)]();}[_0x355c26(0x15c)](){const _0x3420f7=_0x355c26,_0x32609b=this[_0x3420f7(0x176)],_0x43b8cd=_0x32609b[_0x3420f7(0x16b)];_0x32609b[_0x3420f7(0x172)][_0x3420f7(0x15a)](_0x3420f7(0x16c))[_0x3420f7(0x15d)][_0x3420f7(0x15e)](_0x3f74f6=>{const _0x6f7c6f=_0x3420f7;if(_0x6f7c6f(0x151)!=_0x3f74f6[_0x6f7c6f(0x171)]&&_0x6f7c6f(0x170)!=_0x3f74f6[_0x6f7c6f(0x171)])return;const {data:_0x1157c4}=_0x3f74f6;if(!_0x1157c4||_0x6f7c6f(0x16a)!=_0x1157c4[_0x6f7c6f(0x155)])return;return{'type':_0x6f7c6f(0x158),'content':_0x6bdd9d(_0x43b8cd,_0x6f7c6f(0x160))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x591249=_0x4797;(function(_0x12ea49,_0x38bfe4){const _0x3e0c54=_0x4797,_0x39abea=_0x12ea49();while(!![]){try{const _0xe0fae=parseInt(_0x3e0c54(0x148))/0x1*(-parseInt(_0x3e0c54(0x16b))/0x2)+-parseInt(_0x3e0c54(0x157))/0x3*(parseInt(_0x3e0c54(0x174))/0x4)+-parseInt(_0x3e0c54(0x194))/0x5*(parseInt(_0x3e0c54(0x18b))/0x6)+parseInt(_0x3e0c54(0x147))/0x7*(-parseInt(_0x3e0c54(0x141))/0x8)+-parseInt(_0x3e0c54(0x190))/0x9+parseInt(_0x3e0c54(0x195))/0xa*(-parseInt(_0x3e0c54(0x17f))/0xb)+parseInt(_0x3e0c54(0x185))/0xc;if(_0xe0fae===_0x38bfe4)break;else _0x39abea['push'](_0x39abea['shift']());}catch(_0x40d6a2){_0x39abea['push'](_0x39abea['shift']());}}}(_0xee1b,0xbfa4b));function _0x4797(_0x336542,_0x4ad9f4){const _0xee1b01=_0xee1b();return _0x4797=function(_0x4797ca,_0x284636){_0x4797ca=_0x4797ca-0x13d;let _0x3162fb=_0xee1b01[_0x4797ca];return _0x3162fb;},_0x4797(_0x336542,_0x4ad9f4);}import{Plugin as _0x4fdf18}from'ckeditor5/src/core.js';function _0xee1b(){const _0x36c173=['convertInlineImageToBlock','type','hasSuggestion','_suggestionFactory','_splitMarkerName','imageStylePostApply','afterInit','isInContent','getFirstRange','imageTypeBlock','getSuggestion','join','2461278CZYbHn','forEach','imageStyle','newRange','suggestion','ImageUtils','document','subType','title','2648sWXNIR','isIntersecting','insertion','findIndex','_findSuggestions','accept','createRangeOn','author','refresh','registerDescriptionCallback','isInlineImage','1474jRDbOG','_descriptionFactory','setImageNaturalSizeAttributes','change','next','imageCaption','44532924CvfjWC','toLowerCase','editor','length','isEqual','nodeAfter','6IWxoIn','isBlockImage','model','commandName','get','2123109bPDXjH','imageStylePreApply','TrackChangesEditing','getClosestSelectedImageElement','649065wfXAtj','4000zKRVCi','imageTypeInline','getChangedMarkers','normalizedStyles','markInlineFormat','getContainedElement','*Format:*\x20%0','format','discard','registerCustomCallback','nodeBefore','value','chain','has','locale','end','Users','8IXsCky','differ','selection','enableCommand','isOwn','ImageStyleEditing','7000693rBNZtb','1fCGkup','side','formatBlock','discardSuggestion','start','commandReversedParams','_registerLegacyDescription','FORMAT_SIDE_IMAGE','registerPostFixer','head','formatInline','shouldConvertImageType','markBlockFormat','getSuggestions','filter','1251jjsOak','commandParams','commands','isBefore','name','getSuggestionCallback','plugins','from'];_0xee1b=function(){return _0x36c173;};return _0xee1b();}import{uid as _0x3ffbea}from'ckeditor5/src/utils.js';import{getTranslation as _0x3ae847}from'../utils/common-translations.js';export default class nt extends _0x4fdf18{[_0x591249(0x165)](){const _0x142178=_0x591249,_0x98eafe=this[_0x142178(0x187)];if(!_0x98eafe[_0x142178(0x15d)][_0x142178(0x13d)](_0x142178(0x146)))return;const _0x58ddb2=_0x98eafe[_0x142178(0x15d)][_0x142178(0x18f)](_0x142178(0x192)),_0x2bfa82=_0x98eafe[_0x142178(0x15d)][_0x142178(0x18f)](_0x142178(0x170)),_0x53cc54={};_0x58ddb2[_0x142178(0x144)](_0x142178(0x16d),(_0x3a45d4,_0x30cc16)=>{const _0x3c175b=_0x142178,_0xa777c8=_0x98eafe[_0x3c175b(0x15d)][_0x3c175b(0x18f)](_0x3c175b(0x140))['me'],_0x29af6e=_0x98eafe[_0x3c175b(0x159)][_0x3c175b(0x18f)](_0x3c175b(0x16d));let _0xb46f7=_0x2bfa82[_0x3c175b(0x193)](_0x98eafe[_0x3c175b(0x18d)][_0x3c175b(0x171)][_0x3c175b(0x143)]),_0x1986c8=_0x98eafe[_0x3c175b(0x18d)][_0x3c175b(0x17a)](_0xb46f7),_0x21abc1=_0x29af6e[_0x3c175b(0x1a0)];if(_0x21abc1==_0x30cc16[_0x3c175b(0x1a0)])return;const _0x3b030b={'commandName':_0x3c175b(0x16d),'commandParams':[_0x30cc16],'formatGroupId':_0x3ffbea()};_0x98eafe[_0x3c175b(0x18d)][_0x3c175b(0x182)](()=>{const _0x4bc680=_0x3c175b;if(_0x58ddb2[_0x4bc680(0x155)]()[_0x4bc680(0x156)](_0x2befa4=>_0x2befa4[_0x4bc680(0x166)]&&_0xa777c8==_0x2befa4[_0x4bc680(0x17b)]&&(_0x4bc680(0x14a)==_0x2befa4[_0x4bc680(0x160)]||_0x4bc680(0x152)==_0x2befa4[_0x4bc680(0x160)])&&(_0x4bc680(0x191)==_0x2befa4[_0x4bc680(0x172)]||_0x4bc680(0x164)==_0x2befa4[_0x4bc680(0x172)])&&_0x2befa4[_0x4bc680(0x167)]()[_0x4bc680(0x189)](_0x1986c8))[_0x4bc680(0x16c)](_0x22f6e3=>_0x58ddb2[_0x4bc680(0x14b)](_0x22f6e3[_0x4bc680(0x151)])),_0xb46f7=_0x2bfa82[_0x4bc680(0x193)](_0x98eafe[_0x4bc680(0x18d)][_0x4bc680(0x171)][_0x4bc680(0x143)]),_0x1986c8=_0x98eafe[_0x4bc680(0x18d)][_0x4bc680(0x17a)](_0xb46f7),_0x29af6e[_0x4bc680(0x17c)](),_0x98eafe[_0x4bc680(0x159)][_0x4bc680(0x18f)](_0x4bc680(0x196))[_0x4bc680(0x17c)](),_0x98eafe[_0x4bc680(0x159)][_0x4bc680(0x18f)](_0x4bc680(0x168))[_0x4bc680(0x17c)](),_0x21abc1=_0x29af6e[_0x4bc680(0x1a0)],_0x21abc1!=_0x30cc16[_0x4bc680(0x1a0)])return _0x2bfa82[_0x4bc680(0x17e)](_0xb46f7)&&_0x29af6e[_0x4bc680(0x153)](_0x30cc16[_0x4bc680(0x1a0)],_0xb46f7)?(_0x3a45d4({..._0x30cc16,'setImageSizes':!0x1}),_0xb46f7=_0x2bfa82[_0x4bc680(0x193)](_0x98eafe[_0x4bc680(0x18d)][_0x4bc680(0x171)][_0x4bc680(0x143)]),void _0x58ddb2[_0x4bc680(0x154)](_0xb46f7,{..._0x3b030b,'commandReversedParams':[{'value':_0x21abc1||null,'setImageSizes':!0x1}]},[],_0x4bc680(0x191))):void(_0x2bfa82[_0x4bc680(0x18c)](_0xb46f7)?_0x58ddb2[_0x4bc680(0x154)](_0xb46f7,_0x3b030b,[],_0x4bc680(0x164)):_0x58ddb2[_0x4bc680(0x199)](_0x1986c8,_0x3b030b,_0x4bc680(0x164)));});});for(const _0x1d0246 of _0x98eafe[_0x142178(0x15d)][_0x142178(0x18f)](_0x142178(0x146))[_0x142178(0x198)])_0x53cc54[_0x1d0246[_0x142178(0x15b)]]=_0x1d0246[_0x142178(0x173)][_0x142178(0x186)]();_0x58ddb2[_0x142178(0x162)][_0x142178(0x19e)](_0x142178(0x14a),_0x142178(0x191),_0x142178(0x16a),()=>!0x1),_0x58ddb2[_0x142178(0x162)][_0x142178(0x19e)](_0x142178(0x14a),_0x142178(0x164),_0x142178(0x16a),()=>!0x1),_0x58ddb2[_0x142178(0x162)][_0x142178(0x19e)](_0x142178(0x152),_0x142178(0x164),_0x142178(0x16a),()=>!0x1),_0x58ddb2[_0x142178(0x162)][_0x142178(0x19e)](_0x142178(0x14a),_0x142178(0x191),_0x142178(0x179),([_0x57c247])=>{const _0x3070bb=_0x142178;_0x2bfa82[_0x3070bb(0x181)](_0x57c247[_0x3070bb(0x19a)]());}),_0x58ddb2[_0x142178(0x162)][_0x142178(0x19e)](_0x142178(0x14a),_0x142178(0x191),_0x142178(0x19d),(_0x45bc8a,_0x5b4417)=>{const _0x320043=_0x142178;_0x58ddb2[_0x320043(0x162)][_0x320043(0x15c)](_0x320043(0x14a),'',_0x320043(0x179))(_0x45bc8a,{'commandName':_0x5b4417[_0x320043(0x18e)],'commandParams':_0x5b4417[_0x320043(0x14d)]});}),_0x58ddb2[_0x142178(0x162)][_0x142178(0x19e)](_0x142178(0x14a),_0x142178(0x191),_0x142178(0x1a1),function(_0x3d47ca,_0x35545b){if(_0x551b80(_0x3d47ca,_0x35545b))return[_0x3d47ca,_0x35545b];if(_0x551b80(_0x35545b,_0x3d47ca))return[_0x35545b,_0x3d47ca];return null;});const _0x3bb662=[{'type':_0x142178(0x14a),'subType':_0x142178(0x191)},{'type':_0x142178(0x176),'subType':_0x142178(0x184)},{'type':_0x142178(0x14a),'subType':_0x142178(0x15f)},{'type':_0x142178(0x176),'subType':_0x142178(0x15f)}];function _0x551b80(_0x13afaa,_0x343813){const _0x453663=_0x142178,_0x138da6=_0x3bb662[_0x453663(0x177)](({type:_0x269aeb,subType:_0x129f0b})=>_0x13afaa[_0x453663(0x160)]==_0x269aeb&&_0x13afaa[_0x453663(0x172)]==_0x129f0b),_0x1f034c=_0x3bb662[_0x453663(0x177)](({type:_0x924d54,subType:_0x442649})=>_0x343813[_0x453663(0x160)]==_0x924d54&&_0x343813[_0x453663(0x172)]==_0x442649);if(_0x138da6<0x0||_0x1f034c<0x0)return!0x1;const _0x165870=_0x13afaa[_0x453663(0x167)](),_0x46f651=_0x343813[_0x453663(0x167)]();if((0x0==_0x138da6||0x1==_0x138da6)&&0x2==_0x1f034c&&_0x165870[_0x453663(0x175)](_0x46f651))return!0x0;if(0x2==_0x138da6&&0x3==_0x1f034c){const _0x36ff39=_0x58ddb2[_0x453663(0x178)](_0x165870,_0x453663(0x176))[_0x453663(0x156)](({suggestion:_0x203771,meta:_0x593bb6})=>_0x593bb6[_0x453663(0x145)]&&_0x453663(0x15f)==_0x203771[_0x453663(0x172)]);if(_0x36ff39[_0x453663(0x188)]>0x1&&_0x46f651[_0x453663(0x13f)][_0x453663(0x189)](_0x165870[_0x453663(0x14c)]))return!0x0;if(0x1==_0x36ff39[_0x453663(0x188)]&&(_0x165870[_0x453663(0x14c)][_0x453663(0x189)](_0x46f651[_0x453663(0x13f)])||_0x165870[_0x453663(0x13f)][_0x453663(0x189)](_0x46f651[_0x453663(0x14c)])))return!0x0;}if(0x3==_0x138da6&&0x3==_0x1f034c&&_0x165870[_0x453663(0x14c)][_0x453663(0x15a)](_0x46f651[_0x453663(0x14c)])){const _0xa47d86=_0x165870[_0x453663(0x13f)][_0x453663(0x18a)],_0x3f4900=_0x46f651[_0x453663(0x14c)][_0x453663(0x19f)];return _0x2bfa82[_0x453663(0x18c)](_0xa47d86)&&_0xa47d86===_0x3f4900;}return!0x1;}_0x98eafe[_0x142178(0x18d)][_0x142178(0x171)][_0x142178(0x150)](()=>{const _0x3caeca=_0x142178;let _0x3f49ca=!0x1;const _0x301e48=Array[_0x3caeca(0x15e)](_0x98eafe[_0x3caeca(0x18d)][_0x3caeca(0x171)][_0x3caeca(0x142)][_0x3caeca(0x197)]());for(const {name:_0x3db6e1,data:_0xe81cd8}of _0x301e48){const {group:_0x5a19d8,type:_0x27140c,subType:_0x3f4870,id:_0x35ee05}=_0x58ddb2[_0x3caeca(0x163)](_0x3db6e1);if(_0x3caeca(0x16f)==_0x5a19d8&&_0x58ddb2[_0x3caeca(0x161)](_0x35ee05)){if(_0x3caeca(0x14a)==_0x27140c&&(_0x3caeca(0x191)==_0x3f4870||_0x3caeca(0x164)==_0x3f4870)){const _0x270220=_0x58ddb2[_0x3caeca(0x169)](_0x35ee05);if(_0xe81cd8[_0x3caeca(0x16e)]){const _0x1743dd=_0x270220[_0x3caeca(0x167)]()[_0x3caeca(0x19a)]();if(_0x2bfa82[_0x3caeca(0x18c)](_0x1743dd))continue;_0x58ddb2[_0x3caeca(0x14b)](_0x270220),_0x3f49ca=!0x0;}}if(_0x3caeca(0x176)==_0x27140c&&_0x3caeca(0x184)==_0x3f4870&&!_0xe81cd8[_0x3caeca(0x16e)]){const _0x4a7a67=_0x58ddb2[_0x3caeca(0x169)](_0x35ee05);_0x4a7a67[_0x3caeca(0x183)]&&_0x4a7a67[_0x3caeca(0x183)][_0x3caeca(0x166)]&&(_0x58ddb2[_0x3caeca(0x14b)](_0x4a7a67[_0x3caeca(0x183)]),_0x3f49ca=!0x0);}}}return _0x3f49ca;}),this[_0x142178(0x14e)](_0x53cc54);}[_0x591249(0x14e)](_0x5c2ad9){const _0x994386=_0x591249,_0x1391d7=this[_0x994386(0x187)],_0x3c51f6=_0x1391d7[_0x994386(0x13e)];_0x1391d7[_0x994386(0x15d)][_0x994386(0x18f)](_0x994386(0x192))[_0x994386(0x180)][_0x994386(0x17d)](_0xb62443=>{const _0x17952b=_0x994386;if(_0x17952b(0x14a)!=_0xb62443[_0x17952b(0x160)]&&_0x17952b(0x152)!=_0xb62443[_0x17952b(0x160)])return;const {data:_0x1325ad}=_0xb62443;if(!_0x1325ad||_0x17952b(0x16d)!=_0x1325ad[_0x17952b(0x18e)])return;const _0x509166=_0x1325ad[_0x17952b(0x158)][0x0][_0x17952b(0x1a0)];return _0x2de7e1(_0x17952b(0x149)===_0x509166?_0x3ae847(_0x3c51f6,_0x17952b(0x14f)):_0x5c2ad9[_0x509166]||_0x509166);function _0x2de7e1(_0xf9be4a){const _0x4e5a81=_0x17952b;return{'type':_0x4e5a81(0x19c),'content':_0x3ae847(_0x3c51f6,_0x4e5a81(0x19b),_0xf9be4a)};}});}}
|
|
23
|
+
function _0x23d1(_0x50b107,_0x45a089){const _0x13b595=_0x13b5();return _0x23d1=function(_0x23d110,_0x2752f9){_0x23d110=_0x23d110-0x1d0;let _0x23c4f0=_0x13b595[_0x23d110];return _0x23c4f0;},_0x23d1(_0x50b107,_0x45a089);}const _0x40c1f7=_0x23d1;function _0x13b5(){const _0x3d8d37=['registerDescriptionCallback','612BGyOvw','enableCommand','getSuggestions','imageTypeBlock','imageCaption','commandName','55923lJcTNG','discardSuggestion','commands','author','hasSuggestion','isInlineImage','differ','editor','convertInlineImageToBlock','ImageUtils','forEach','ImageStyleEditing','findIndex','nodeBefore','newRange','formatInline','length','selection','553280LhNFPL','start','document','_splitMarkerName','_findSuggestions','getChangedMarkers','_descriptionFactory','imageStyle','798zJwAVR','plugins','markBlockFormat','normalizedStyles','Users','isInContent','2978784KVZoZy','_registerLegacyDescription','change','FORMAT_SIDE_IMAGE','commandReversedParams','581MyiAAv','setImageNaturalSizeAttributes','imageTypeInline','imageStylePreApply','insertion','isEqual','value','createRangeOn','getSuggestionCallback','filter','end','nodeAfter','commandParams','head','getSuggestion','isOwn','shouldConvertImageType','43224EoWWAM','registerPostFixer','accept','type','chain','6889563NAIkOZ','getClosestSelectedImageElement','_suggestionFactory','model','691240KxRReF','isBefore','format','imageStylePostApply','toLowerCase','subType','discard','name','refresh','has','suggestion','from','getContainedElement','afterInit','TrackChangesEditing','markInlineFormat','title','isIntersecting','next','side','getFirstRange','*Format:*\x20%0','isBlockImage','get','formatBlock','registerCustomCallback','locale','join'];_0x13b5=function(){return _0x3d8d37;};return _0x13b5();}(function(_0x54ba3f,_0x4ca12c){const _0x4ed481=_0x23d1,_0x547cfa=_0x54ba3f();while(!![]){try{const _0x42fbcd=parseInt(_0x4ed481(0x231))/0x1*(parseInt(_0x4ed481(0x226))/0x2)+parseInt(_0x4ed481(0x1e0))/0x3+-parseInt(_0x4ed481(0x21e))/0x4+parseInt(_0x4ed481(0x1e9))/0x5+parseInt(_0x4ed481(0x206))/0x6*(-parseInt(_0x4ed481(0x20c))/0x7)+parseInt(_0x4ed481(0x22c))/0x8+parseInt(_0x4ed481(0x1e5))/0x9;if(_0x42fbcd===_0x4ca12c)break;else _0x547cfa['push'](_0x547cfa['shift']());}catch(_0x3aa608){_0x547cfa['push'](_0x547cfa['shift']());}}}(_0x13b5,0x8af2c));import{Plugin as _0x3db9c7}from'ckeditor5/src/core.js';import{uid as _0x273548}from'ckeditor5/src/utils.js';import{getTranslation as _0x1e93ab}from'../utils/common-translations.js';export default class nt extends _0x3db9c7{[_0x40c1f7(0x1f6)](){const _0x119350=_0x40c1f7,_0x26c96f=this[_0x119350(0x213)];if(!_0x26c96f[_0x119350(0x227)][_0x119350(0x1f2)](_0x119350(0x217)))return;const _0x46a114=_0x26c96f[_0x119350(0x227)][_0x119350(0x200)](_0x119350(0x1f7)),_0x57456b=_0x26c96f[_0x119350(0x227)][_0x119350(0x200)](_0x119350(0x215)),_0x47a14b={};_0x46a114[_0x119350(0x207)](_0x119350(0x225),(_0x59b906,_0x14ca02)=>{const _0x354ac5=_0x119350,_0x4e610c=_0x26c96f[_0x354ac5(0x227)][_0x354ac5(0x200)](_0x354ac5(0x22a))['me'],_0x166066=_0x26c96f[_0x354ac5(0x20e)][_0x354ac5(0x200)](_0x354ac5(0x225));let _0x458159=_0x57456b[_0x354ac5(0x1e6)](_0x26c96f[_0x354ac5(0x1e8)][_0x354ac5(0x220)][_0x354ac5(0x21d)]),_0x4bca97=_0x26c96f[_0x354ac5(0x1e8)][_0x354ac5(0x1d6)](_0x458159),_0x17cbce=_0x166066[_0x354ac5(0x1d5)];if(_0x17cbce==_0x14ca02[_0x354ac5(0x1d5)])return;const _0x254fc1={'commandName':_0x354ac5(0x225),'commandParams':[_0x14ca02],'formatGroupId':_0x273548()};_0x26c96f[_0x354ac5(0x1e8)][_0x354ac5(0x22e)](()=>{const _0x1415e4=_0x354ac5;if(_0x46a114[_0x1415e4(0x208)]()[_0x1415e4(0x1d8)](_0x167dc8=>_0x167dc8[_0x1415e4(0x22b)]&&_0x4e610c==_0x167dc8[_0x1415e4(0x20f)]&&(_0x1415e4(0x201)==_0x167dc8[_0x1415e4(0x1e3)]||_0x1415e4(0x21b)==_0x167dc8[_0x1415e4(0x1e3)])&&(_0x1415e4(0x1d2)==_0x167dc8[_0x1415e4(0x1ee)]||_0x1415e4(0x1ec)==_0x167dc8[_0x1415e4(0x1ee)])&&_0x167dc8[_0x1415e4(0x1fd)]()[_0x1415e4(0x1d4)](_0x4bca97))[_0x1415e4(0x216)](_0x1a8f06=>_0x46a114[_0x1415e4(0x20d)](_0x1a8f06[_0x1415e4(0x1dc)])),_0x458159=_0x57456b[_0x1415e4(0x1e6)](_0x26c96f[_0x1415e4(0x1e8)][_0x1415e4(0x220)][_0x1415e4(0x21d)]),_0x4bca97=_0x26c96f[_0x1415e4(0x1e8)][_0x1415e4(0x1d6)](_0x458159),_0x166066[_0x1415e4(0x1f1)](),_0x26c96f[_0x1415e4(0x20e)][_0x1415e4(0x200)](_0x1415e4(0x1d1))[_0x1415e4(0x1f1)](),_0x26c96f[_0x1415e4(0x20e)][_0x1415e4(0x200)](_0x1415e4(0x209))[_0x1415e4(0x1f1)](),_0x17cbce=_0x166066[_0x1415e4(0x1d5)],_0x17cbce!=_0x14ca02[_0x1415e4(0x1d5)])return _0x57456b[_0x1415e4(0x211)](_0x458159)&&_0x166066[_0x1415e4(0x1df)](_0x14ca02[_0x1415e4(0x1d5)],_0x458159)?(_0x59b906({..._0x14ca02,'setImageSizes':!0x1}),_0x458159=_0x57456b[_0x1415e4(0x1e6)](_0x26c96f[_0x1415e4(0x1e8)][_0x1415e4(0x220)][_0x1415e4(0x21d)]),void _0x46a114[_0x1415e4(0x228)](_0x458159,{..._0x254fc1,'commandReversedParams':[{'value':_0x17cbce||null,'setImageSizes':!0x1}]},[],_0x1415e4(0x1d2))):void(_0x57456b[_0x1415e4(0x1ff)](_0x458159)?_0x46a114[_0x1415e4(0x228)](_0x458159,_0x254fc1,[],_0x1415e4(0x1ec)):_0x46a114[_0x1415e4(0x1f8)](_0x4bca97,_0x254fc1,_0x1415e4(0x1ec)));});});for(const _0x2c9070 of _0x26c96f[_0x119350(0x227)][_0x119350(0x200)](_0x119350(0x217))[_0x119350(0x229)])_0x47a14b[_0x2c9070[_0x119350(0x1f0)]]=_0x2c9070[_0x119350(0x1f9)][_0x119350(0x1ed)]();_0x46a114[_0x119350(0x1e7)][_0x119350(0x202)](_0x119350(0x201),_0x119350(0x1d2),_0x119350(0x204),()=>!0x1),_0x46a114[_0x119350(0x1e7)][_0x119350(0x202)](_0x119350(0x201),_0x119350(0x1ec),_0x119350(0x204),()=>!0x1),_0x46a114[_0x119350(0x1e7)][_0x119350(0x202)](_0x119350(0x21b),_0x119350(0x1ec),_0x119350(0x204),()=>!0x1),_0x46a114[_0x119350(0x1e7)][_0x119350(0x202)](_0x119350(0x201),_0x119350(0x1d2),_0x119350(0x1e2),([_0x296575])=>{const _0x5680b5=_0x119350;_0x57456b[_0x5680b5(0x1d0)](_0x296575[_0x5680b5(0x1f5)]());}),_0x46a114[_0x119350(0x1e7)][_0x119350(0x202)](_0x119350(0x201),_0x119350(0x1d2),_0x119350(0x1ef),(_0x28d44a,_0x21ad00)=>{const _0x50c5b1=_0x119350;_0x46a114[_0x50c5b1(0x1e7)][_0x50c5b1(0x1d7)](_0x50c5b1(0x201),'',_0x50c5b1(0x1e2))(_0x28d44a,{'commandName':_0x21ad00[_0x50c5b1(0x20b)],'commandParams':_0x21ad00[_0x50c5b1(0x230)]});}),_0x46a114[_0x119350(0x1e7)][_0x119350(0x202)](_0x119350(0x201),_0x119350(0x1d2),_0x119350(0x1e4),function(_0x3454d2,_0x52058e){if(_0x196f01(_0x3454d2,_0x52058e))return[_0x3454d2,_0x52058e];if(_0x196f01(_0x52058e,_0x3454d2))return[_0x52058e,_0x3454d2];return null;});const _0x1137df=[{'type':_0x119350(0x201),'subType':_0x119350(0x1d2)},{'type':_0x119350(0x1d3),'subType':_0x119350(0x20a)},{'type':_0x119350(0x201),'subType':_0x119350(0x214)},{'type':_0x119350(0x1d3),'subType':_0x119350(0x214)}];function _0x196f01(_0x2586cf,_0xa65221){const _0x379d7f=_0x119350,_0x43c8e9=_0x1137df[_0x379d7f(0x218)](({type:_0x177986,subType:_0x36db89})=>_0x2586cf[_0x379d7f(0x1e3)]==_0x177986&&_0x2586cf[_0x379d7f(0x1ee)]==_0x36db89),_0x330351=_0x1137df[_0x379d7f(0x218)](({type:_0x5294da,subType:_0x390eb4})=>_0xa65221[_0x379d7f(0x1e3)]==_0x5294da&&_0xa65221[_0x379d7f(0x1ee)]==_0x390eb4);if(_0x43c8e9<0x0||_0x330351<0x0)return!0x1;const _0x100589=_0x2586cf[_0x379d7f(0x1fd)](),_0x4a3f4c=_0xa65221[_0x379d7f(0x1fd)]();if((0x0==_0x43c8e9||0x1==_0x43c8e9)&&0x2==_0x330351&&_0x100589[_0x379d7f(0x1fa)](_0x4a3f4c))return!0x0;if(0x2==_0x43c8e9&&0x3==_0x330351){const _0x4364e5=_0x46a114[_0x379d7f(0x222)](_0x100589,_0x379d7f(0x1d3))[_0x379d7f(0x1d8)](({suggestion:_0x3a6979,meta:_0x5cd652})=>_0x5cd652[_0x379d7f(0x1de)]&&_0x379d7f(0x214)==_0x3a6979[_0x379d7f(0x1ee)]);if(_0x4364e5[_0x379d7f(0x21c)]>0x1&&_0x4a3f4c[_0x379d7f(0x1d9)][_0x379d7f(0x1d4)](_0x100589[_0x379d7f(0x21f)]))return!0x0;if(0x1==_0x4364e5[_0x379d7f(0x21c)]&&(_0x100589[_0x379d7f(0x21f)][_0x379d7f(0x1d4)](_0x4a3f4c[_0x379d7f(0x1d9)])||_0x100589[_0x379d7f(0x1d9)][_0x379d7f(0x1d4)](_0x4a3f4c[_0x379d7f(0x21f)])))return!0x0;}if(0x3==_0x43c8e9&&0x3==_0x330351&&_0x100589[_0x379d7f(0x21f)][_0x379d7f(0x1ea)](_0x4a3f4c[_0x379d7f(0x21f)])){const _0x21e30d=_0x100589[_0x379d7f(0x1d9)][_0x379d7f(0x1da)],_0x2cb518=_0x4a3f4c[_0x379d7f(0x21f)][_0x379d7f(0x219)];return _0x57456b[_0x379d7f(0x1ff)](_0x21e30d)&&_0x21e30d===_0x2cb518;}return!0x1;}_0x26c96f[_0x119350(0x1e8)][_0x119350(0x220)][_0x119350(0x1e1)](()=>{const _0x2259a8=_0x119350;let _0x4962e9=!0x1;const _0x2bb330=Array[_0x2259a8(0x1f4)](_0x26c96f[_0x2259a8(0x1e8)][_0x2259a8(0x220)][_0x2259a8(0x212)][_0x2259a8(0x223)]());for(const {name:_0x4ed818,data:_0x507860}of _0x2bb330){const {group:_0x4d2817,type:_0x24a956,subType:_0x1516dc,id:_0x372e5e}=_0x46a114[_0x2259a8(0x221)](_0x4ed818);if(_0x2259a8(0x1f3)==_0x4d2817&&_0x46a114[_0x2259a8(0x210)](_0x372e5e)){if(_0x2259a8(0x201)==_0x24a956&&(_0x2259a8(0x1d2)==_0x1516dc||_0x2259a8(0x1ec)==_0x1516dc)){const _0x88df4f=_0x46a114[_0x2259a8(0x1dd)](_0x372e5e);if(_0x507860[_0x2259a8(0x21a)]){const _0x1ef8dc=_0x88df4f[_0x2259a8(0x1fd)]()[_0x2259a8(0x1f5)]();if(_0x57456b[_0x2259a8(0x1ff)](_0x1ef8dc))continue;_0x46a114[_0x2259a8(0x20d)](_0x88df4f),_0x4962e9=!0x0;}}if(_0x2259a8(0x1d3)==_0x24a956&&_0x2259a8(0x20a)==_0x1516dc&&!_0x507860[_0x2259a8(0x21a)]){const _0x30241b=_0x46a114[_0x2259a8(0x1dd)](_0x372e5e);_0x30241b[_0x2259a8(0x1fb)]&&_0x30241b[_0x2259a8(0x1fb)][_0x2259a8(0x22b)]&&(_0x46a114[_0x2259a8(0x20d)](_0x30241b[_0x2259a8(0x1fb)]),_0x4962e9=!0x0);}}}return _0x4962e9;}),this[_0x119350(0x22d)](_0x47a14b);}[_0x40c1f7(0x22d)](_0x254d37){const _0x45ecb9=_0x40c1f7,_0x1e66e0=this[_0x45ecb9(0x213)],_0x4b1032=_0x1e66e0[_0x45ecb9(0x203)];_0x1e66e0[_0x45ecb9(0x227)][_0x45ecb9(0x200)](_0x45ecb9(0x1f7))[_0x45ecb9(0x224)][_0x45ecb9(0x205)](_0x53efdf=>{const _0x225743=_0x45ecb9;if(_0x225743(0x201)!=_0x53efdf[_0x225743(0x1e3)]&&_0x225743(0x21b)!=_0x53efdf[_0x225743(0x1e3)])return;const {data:_0x4eb0dc}=_0x53efdf;if(!_0x4eb0dc||_0x225743(0x225)!=_0x4eb0dc[_0x225743(0x20b)])return;const _0x307675=_0x4eb0dc[_0x225743(0x1db)][0x0][_0x225743(0x1d5)];return _0x1c51f1(_0x225743(0x1fc)===_0x307675?_0x1e93ab(_0x4b1032,_0x225743(0x22f)):_0x254d37[_0x307675]||_0x307675);function _0x1c51f1(_0x38eade){const _0x18a198=_0x225743;return{'type':_0x18a198(0x1eb),'content':_0x1e93ab(_0x4b1032,_0x18a198(0x1fe),_0x38eade)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x48ba(){const _0x4a278d=['_handleImportedData','_trackChangesExecuted','value','execute','2029100HqjmZS','plugins','1qcpAcH','get','dataInsert','afterInit','2046094buyhtE','lowest','_setSuggestionData','31167846clViGQ','trackChanges','editor','24xqGgmR','717957vOhZlK','_trackChangesValueDuringImport','importWord','track_changes','Users','1551415XqJagz','forEach','commands','854322PzcKoJ','9263816yrVlxg','bind','collaboration_features','high','listenTo','enableCommand','TrackChangesEditing'];_0x48ba=function(){return _0x4a278d;};return _0x48ba();}const _0x13efa1=_0x1320;function _0x1320(_0x159ac1,_0x16257d){const _0x48bac4=_0x48ba();return _0x1320=function(_0x132023,_0x50a828){_0x132023=_0x132023-0x189;let _0x1ba3fa=_0x48bac4[_0x132023];return _0x1ba3fa;},_0x1320(_0x159ac1,_0x16257d);}(function(_0x2b4fd1,_0x5813aa){const _0x584db7=_0x1320,_0x199245=_0x2b4fd1();while(!![]){try{const _0x14a62d=parseInt(_0x584db7(0x190))/0x1*(-parseInt(_0x584db7(0x194))/0x2)+parseInt(_0x584db7(0x19b))/0x3+parseInt(_0x584db7(0x18e))/0x4+-parseInt(_0x584db7(0x1a0))/0x5*(parseInt(_0x584db7(0x19a))/0x6)+-parseInt(_0x584db7(0x1a3))/0x7+-parseInt(_0x584db7(0x1a4))/0x8+parseInt(_0x584db7(0x197))/0x9;if(_0x14a62d===_0x5813aa)break;else _0x199245['push'](_0x199245['shift']());}catch(_0x5119c5){_0x199245['push'](_0x199245['shift']());}}}(_0x48ba,0xa278e));import{Plugin as _0xd8b764}from'ckeditor5/src/core.js';export default class ot extends _0xd8b764{constructor(_0x5e6052){const _0x45cb37=_0x1320;super(_0x5e6052),this[_0x45cb37(0x19c)]=!0x1,this[_0x45cb37(0x18b)]=!0x1;}[_0x13efa1(0x193)](){const _0x344f47=_0x13efa1,_0x48d53f=this[_0x344f47(0x199)],_0x31bef8=_0x48d53f[_0x344f47(0x1a2)][_0x344f47(0x191)](_0x344f47(0x19d)),_0x1e5a5c=_0x48d53f[_0x344f47(0x1a2)][_0x344f47(0x191)](_0x344f47(0x198));_0x31bef8&&(_0x31bef8['on'](_0x344f47(0x18d),(_0x36f256,[,_0x1b9591])=>{const _0x13bca5=_0x344f47;this[_0x13bca5(0x19c)]=_0x1e5a5c[_0x13bca5(0x18c)],_0x1b9591[_0x13bca5(0x1a6)][_0x13bca5(0x19e)]=!this[_0x13bca5(0x19c)];},{'priority':_0x344f47(0x1a7)}),this[_0x344f47(0x1a8)](_0x31bef8,_0x344f47(0x192),this[_0x344f47(0x18a)][_0x344f47(0x1a5)](this)),this[_0x344f47(0x1a8)](_0x31bef8,_0x344f47(0x192),()=>{const _0x312db1=_0x344f47;this[_0x312db1(0x18b)]&&(_0x1e5a5c[_0x312db1(0x18d)](),this[_0x312db1(0x18b)]=!0x1);},{'priority':_0x344f47(0x195)}),_0x48d53f[_0x344f47(0x18f)][_0x344f47(0x191)](_0x344f47(0x189))[_0x344f47(0x1a9)](_0x344f47(0x19d)));}[_0x13efa1(0x18a)](_0x1c5ac9,_0x20576a){const _0x3132fd=_0x13efa1,{suggestions:_0x418a78}=_0x20576a,_0x285c37=this[_0x3132fd(0x199)][_0x3132fd(0x1a2)][_0x3132fd(0x191)](_0x3132fd(0x198)),_0x391b29=_0x285c37[_0x3132fd(0x18c)];this[_0x3132fd(0x19c)]!==_0x391b29&&(_0x285c37[_0x3132fd(0x18d)](),this[_0x3132fd(0x18b)]=!0x0),_0x418a78&&_0x418a78[_0x3132fd(0x1a1)](({id:_0x86e05f,type:_0x3b9e15,author:_0x4d9a65,created_at:_0x2d320c})=>{const _0x7df1c=_0x3132fd,_0x58c2dc={'id':_0x86e05f,'type':_0x3b9e15,'authorId':this[_0x7df1c(0x199)][_0x7df1c(0x18f)][_0x7df1c(0x191)](_0x7df1c(0x19f))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4d9a65,'createdAt':_0x2d320c?new Date(_0x2d320c):new Date(),'source':_0x7df1c(0x19d)}}};this[_0x7df1c(0x199)][_0x7df1c(0x18f)][_0x7df1c(0x191)](_0x7df1c(0x189))[_0x7df1c(0x196)](_0x58c2dc);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
const _0x2aa56b=_0x1b3a;function _0x52a2(){const _0xf8301f=['7427qxEEku','FORMAT_INDENT','425604ihlgLx','_registerLegacyDescription','20pMncKC','IndentBlock','registerDescriptionCallback','blockIndent','outdentBlock','outdent','_registerBlockAttribute','10053010eLzTCI','has','5754376ZjYytr','2871678aPpsFS','indent','enableCommand','_enableDefaultAttributesIntegration','1065554oPRWNC','797607RqzshJ','formatBlock','TrackChangesEditing','*Indent:*\x20%0','locale','getItems','format','getItemLabel','6498epagUQ','11eFowxY','commandName','editor','*Outdent:*\x20%0','afterInit','plugins','_descriptionFactory','get','indentBlock','type','registerAttributeLabel','2YIVLdw','IndentEditing'];_0x52a2=function(){return _0xf8301f;};return _0x52a2();}(function(_0x3945e7,_0x3aa3d3){const _0x588978=_0x1b3a,_0x1a6583=_0x3945e7();while(!![]){try{const _0x13c5f2=parseInt(_0x588978(0x20a))/0x1+-parseInt(_0x588978(0x1f6))/0x2*(parseInt(_0x588978(0x206))/0x3)+parseInt(_0x588978(0x1fa))/0x4*(-parseInt(_0x588978(0x1fc))/0x5)+parseInt(_0x588978(0x213))/0x6*(parseInt(_0x588978(0x1f8))/0x7)+parseInt(_0x588978(0x205))/0x8+parseInt(_0x588978(0x20b))/0x9+-parseInt(_0x588978(0x203))/0xa*(parseInt(_0x588978(0x214))/0xb);if(_0x13c5f2===_0x3aa3d3)break;else _0x1a6583['push'](_0x1a6583['shift']());}catch(_0x63c89a){_0x1a6583['push'](_0x1a6583['shift']());}}}(_0x52a2,0x9ae26));import{Plugin as _0x2a2506}from'ckeditor5/src/core.js';import{getTranslation as _0xcd10c3}from'../utils/common-translations.js';function _0x1b3a(_0x5eb4fa,_0x15dd6c){const _0x52a25a=_0x52a2();return _0x1b3a=function(_0x1b3afa,_0x47bdea){_0x1b3afa=_0x1b3afa-0x1f4;let _0x6a07c4=_0x52a25a[_0x1b3afa];return _0x6a07c4;},_0x1b3a(_0x5eb4fa,_0x15dd6c);}export default class rt extends _0x2a2506{[_0x2aa56b(0x218)](){const _0x579b8b=_0x2aa56b,_0x389232=this[_0x579b8b(0x216)],_0x8ec4c0=_0x389232[_0x579b8b(0x219)][_0x579b8b(0x21b)](_0x579b8b(0x20d));if(_0x389232[_0x579b8b(0x219)][_0x579b8b(0x204)](_0x579b8b(0x1f7))&&(_0x8ec4c0[_0x579b8b(0x208)](_0x579b8b(0x207)),_0x8ec4c0[_0x579b8b(0x208)](_0x579b8b(0x201))),_0x389232[_0x579b8b(0x219)][_0x579b8b(0x204)](_0x579b8b(0x1fd))){for(const _0x5753a1 of[_0x579b8b(0x21c),_0x579b8b(0x200)])_0x8ec4c0[_0x579b8b(0x209)](_0x5753a1);}const _0x80a1c3=_0x389232[_0x579b8b(0x20f)];_0x8ec4c0[_0x579b8b(0x202)](_0x579b8b(0x1ff)),_0x8ec4c0[_0x579b8b(0x21a)][_0x579b8b(0x1f5)](_0x579b8b(0x1ff),_0xcd10c3(_0x80a1c3,_0x579b8b(0x1f9))),this[_0x579b8b(0x1fb)]();}[_0x2aa56b(0x1fb)](){const _0xe466a0=_0x2aa56b,_0x28deef=this[_0xe466a0(0x216)],_0x181993=_0x28deef[_0xe466a0(0x20f)],_0x2d6f9e=_0x28deef[_0xe466a0(0x219)][_0xe466a0(0x21b)](_0xe466a0(0x20d));_0x2d6f9e[_0xe466a0(0x21a)][_0xe466a0(0x1fe)](_0x482444=>{const _0xbae5b5=_0xe466a0;if(_0xbae5b5(0x20c)!=_0x482444[_0xbae5b5(0x1f4)])return;const {data:_0x10a49b}=_0x482444;if(!_0x10a49b)return;if(_0xbae5b5(0x21c)!=_0x10a49b[_0xbae5b5(0x215)]&&_0xbae5b5(0x200)!=_0x10a49b[_0xbae5b5(0x215)])return;const _0x50ffae=_0x482444[_0xbae5b5(0x210)]()[0x0],_0x30a896=_0x2d6f9e[_0xbae5b5(0x21a)][_0xbae5b5(0x212)](_0x50ffae);return _0xbae5b5(0x21c)==_0x10a49b[_0xbae5b5(0x215)]?{'type':_0xbae5b5(0x211),'content':_0xcd10c3(_0x181993,_0xbae5b5(0x20e),_0x30a896)}:_0xbae5b5(0x200)==_0x10a49b[_0xbae5b5(0x215)]?{'type':_0xbae5b5(0x211),'content':_0xcd10c3(_0x181993,_0xbae5b5(0x217),_0x30a896)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x2d96(){var _0x5e8ea3=['44466amKIHC','980200AYDdOS','1IgoBAO','get','2107618mlQrAW','requires','21zBfpBp','editor','plugins','34302XtnEtK','11719790knFBpL','625JfkcvP','TrackChangesEditing','8369361XROdwt','input','268ZgBiDO','enableCommand','init','21599270RlMQOD'];_0x2d96=function(){return _0x5e8ea3;};return _0x2d96();}var _0x2f12a0=_0x3990;(function(_0x2047b5,_0x4ba8ff){var _0x475f79=_0x3990,_0x42da47=_0x2047b5();while(!![]){try{var _0x4763b6=-parseInt(_0x475f79(0x1f6))/0x1*(parseInt(_0x475f79(0x1f8))/0x2)+-parseInt(_0x475f79(0x1ea))/0x3*(-parseInt(_0x475f79(0x1f0))/0x4)+-parseInt(_0x475f79(0x1ec))/0x5*(parseInt(_0x475f79(0x1f4))/0x6)+-parseInt(_0x475f79(0x1e7))/0x7*(parseInt(_0x475f79(0x1f5))/0x8)+-parseInt(_0x475f79(0x1ee))/0x9+parseInt(_0x475f79(0x1eb))/0xa+parseInt(_0x475f79(0x1f3))/0xb;if(_0x4763b6===_0x4ba8ff)break;else _0x42da47['push'](_0x42da47['shift']());}catch(_0x555828){_0x42da47['push'](_0x42da47['shift']());}}}(_0x2d96,0x98543));function _0x3990(_0x313f81,_0x4b1677){var _0x2d965e=_0x2d96();return _0x3990=function(_0x3990de,_0x181aae){_0x3990de=_0x3990de-0x1e6;var _0x507cb4=_0x2d965e[_0x3990de];return _0x507cb4;},_0x3990(_0x313f81,_0x4b1677);}import{Plugin as _0x31564d}from'ckeditor5/src/core.js';import{Input as _0x5c2408}from'ckeditor5/src/typing.js';export default class at extends _0x31564d{static get[_0x2f12a0(0x1e6)](){return[_0x5c2408];}[_0x2f12a0(0x1f2)](){var _0x536187=_0x2f12a0;this[_0x536187(0x1e8)][_0x536187(0x1e9)][_0x536187(0x1f7)](_0x536187(0x1ed))[_0x536187(0x1f1)](_0x536187(0x1ef));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x4ab316=_0x1ecf;(function(_0x386416,_0x545479){const _0x12a0a5=_0x1ecf,_0x217a2c=_0x386416();while(!![]){try{const _0xca114a=parseInt(_0x12a0a5(0x175))/0x1*(parseInt(_0x12a0a5(0x16a))/0x2)+-parseInt(_0x12a0a5(0x182))/0x3+parseInt(_0x12a0a5(0x17f))/0x4*(parseInt(_0x12a0a5(0x17e))/0x5)+-parseInt(_0x12a0a5(0x179))/0x6+-parseInt(_0x12a0a5(0x142))/0x7+parseInt(_0x12a0a5(0x18e))/0x8*(-parseInt(_0x12a0a5(0x18d))/0x9)+parseInt(_0x12a0a5(0x171))/0xa;if(_0xca114a===_0x545479)break;else _0x217a2c['push'](_0x217a2c['shift']());}catch(_0x25e347){_0x217a2c['push'](_0x217a2c['shift']());}}}(_0x5137,0xa278f));function _0x1ecf(_0x214c93,_0x127c3f){const _0x5137d4=_0x5137();return _0x1ecf=function(_0x1ecf1f,_0xf1fb14){_0x1ecf1f=_0x1ecf1f-0x139;let _0x43b4e2=_0x5137d4[_0x1ecf1f];return _0x43b4e2;},_0x1ecf(_0x214c93,_0x127c3f);}import{Plugin as _0x6b779f}from'ckeditor5/src/core.js';import{getTranslation as _0xaf5ff0}from'../utils/common-translations.js';export default class ut extends _0x6b779f{[_0x4ab316(0x180)](){const _0x19449e=_0x4ab316,_0xa5755f=this[_0x19449e(0x143)],_0x2721b5=_0xa5755f[_0x19449e(0x15b)];if(!_0xa5755f[_0x19449e(0x187)][_0x19449e(0x152)](_0x19449e(0x166)))return;const _0x513241=_0xa5755f[_0x19449e(0x187)][_0x19449e(0x157)](_0x19449e(0x139)),_0x5cd8db=_0xa5755f[_0x19449e(0x187)][_0x19449e(0x152)](_0x19449e(0x17d));function _0x639c62(_0x1a60bc){return()=>{const _0x3cd399=_0x1ecf,_0x1fdb5d=_0xa5755f[_0x3cd399(0x159)][_0x3cd399(0x169)][_0x3cd399(0x183)],_0x5516f1=_0xa5755f[_0x3cd399(0x140)][_0x3cd399(0x157)](_0x1a60bc);if(_0x5516f1[_0x3cd399(0x16d)])return void _0xa5755f[_0x3cd399(0x144)](_0x3cd399(0x16f),{});const _0x43d595=_0x1a60bc[_0x3cd399(0x14b)](0x0,-0x4),_0x5c6eca=function(_0x575f9e,_0xff92d,_0x1e065a){const _0x102160=_0x3cd399;let _0xe34e5f=Array[_0x102160(0x13c)](_0x575f9e)[_0x102160(0x181)](_0x2681d2=>function(_0x16a57c,_0xab2589){const _0x40ba00=_0x102160;return _0xab2589[_0x40ba00(0x184)](_0x16a57c[_0x40ba00(0x18a)],_0x40ba00(0x167))&&!_0xab2589[_0x40ba00(0x177)](_0x16a57c);}(_0x2681d2,_0x1e065a));_0xe34e5f=_0xe34e5f[_0x102160(0x181)](_0x1f6045=>!_0x1f6045['is'](_0x102160(0x185),_0x102160(0x167))||_0x1f6045[_0x102160(0x16c)](_0x102160(0x155))!=_0xff92d);const _0x3d91ab=new Set();for(const _0x4a0d23 of _0xe34e5f)_0x4a0d23['is'](_0x102160(0x185),_0x102160(0x167))?_0x3d91ab[_0x102160(0x15e)](me(_0x4a0d23)):_0x3d91ab[_0x102160(0x15e)](_0x4a0d23);return Array[_0x102160(0x13c)](_0x3d91ab);}(_0x1fdb5d[_0x3cd399(0x164)](),_0x43d595,_0xa5755f[_0x3cd399(0x159)][_0x3cd399(0x13a)]);_0xa5755f[_0x3cd399(0x159)][_0x3cd399(0x147)](()=>{const _0x3b9a2c=_0x3cd399;for(const _0x33c8bd of _0x5c6eca)_0x513241[_0x3b9a2c(0x17c)](_0x33c8bd,{'commandName':_0x1a60bc,'commandParams':[{'forceValue':!_0x5516f1[_0x3b9a2c(0x16d)]}],'formatGroupId':_0x3b9a2c(0x18b)},fe(_0x33c8bd));});};}function _0x4264cf(_0xe82fc2){return()=>{const _0x98f52b=_0x1ecf,_0x31035e=function(_0x3201ed){const _0x5e59d7=_0x1ecf;let _0x527168=Array[_0x5e59d7(0x13c)](_0x3201ed);const _0x442095=_0x527168[_0x5e59d7(0x170)](_0x52c489=>_0x5e59d7(0x167)!=_0x52c489[_0x5e59d7(0x17a)]);return _0x442095>-0x1&&(_0x527168=_0x527168[_0x5e59d7(0x14b)](0x0,_0x442095)),_0x527168;}(_0xa5755f[_0x98f52b(0x159)][_0x98f52b(0x169)][_0x98f52b(0x183)][_0x98f52b(0x164)]()),_0x49f658=_0xa5755f[_0x98f52b(0x159)][_0x98f52b(0x186)](_0xa5755f[_0x98f52b(0x159)][_0x98f52b(0x189)](_0x31035e[0x0],_0x98f52b(0x15c)),_0xa5755f[_0x98f52b(0x159)][_0x98f52b(0x189)](_0x31035e[_0x31035e[_0x98f52b(0x16b)]-0x1],_0x98f52b(0x15f)));_0xa5755f[_0x98f52b(0x159)][_0x98f52b(0x147)](()=>{const _0xd57149=_0x98f52b;_0x513241[_0xd57149(0x17c)](_0x49f658,{'commandName':_0xe82fc2,'commandParams':[],'formatGroupId':_0xd57149(0x151)},function(_0x38ebc4){const _0x4b20f1=_0xd57149,_0x4ab7fc=new Set();for(const _0xb60594 of _0x38ebc4){let _0x4711d3=_0xb60594[_0x4b20f1(0x148)];for(;_0x4711d3&&_0x4711d3[_0x4b20f1(0x16c)](_0x4b20f1(0x151))>_0xb60594[_0x4b20f1(0x16c)](_0x4b20f1(0x151));)_0x4ab7fc[_0x4b20f1(0x15e)](_0x4711d3),_0x4711d3=_0x4711d3[_0x4b20f1(0x148)];}return Array[_0x4b20f1(0x13c)](_0x4ab7fc);}(_0x31035e));});};}_0x513241[_0x19449e(0x13d)](_0x19449e(0x154),_0x639c62(_0x19449e(0x154))),_0x513241[_0x19449e(0x13d)](_0x19449e(0x178),_0x639c62(_0x19449e(0x178))),_0x5cd8db&&_0x513241[_0x19449e(0x13d)](_0x19449e(0x16e),_0x639c62(_0x19449e(0x16e))),_0x513241[_0x19449e(0x13d)](_0x19449e(0x165),_0x4264cf(_0x19449e(0x165))),_0x513241[_0x19449e(0x13d)](_0x19449e(0x188),_0x4264cf(_0x19449e(0x188))),_0x5cd8db&&_0x513241[_0x19449e(0x13d)](_0x19449e(0x15a),()=>{const _0x1e02da=_0x19449e,_0xa627d=_0xa5755f[_0x1e02da(0x140)][_0x1e02da(0x157)](_0x1e02da(0x15a)),_0x266d16=Array[_0x1e02da(0x13c)](_0xa627d[_0x1e02da(0x172)]);_0x266d16[_0x1e02da(0x181)](_0x1e7764=>_0x1e7764[_0x1e02da(0x16c)](_0x1e02da(0x149))!=_0xa627d[_0x1e02da(0x16d)]),_0xa5755f[_0x1e02da(0x159)][_0x1e02da(0x147)](()=>{const _0x3bd31e=_0x1e02da;for(const _0xa78223 of _0x266d16)_0x513241[_0x3bd31e(0x17c)](_0xa78223,{'commandName':_0x3bd31e(0x15a),'commandParams':[{'forceValue':!_0xa627d[_0x3bd31e(0x16d)]}]});});}),_0x513241[_0x19449e(0x168)][_0x19449e(0x15d)](_0x19449e(0x167),_0x4ce86e=>_0xaf5ff0(_0x2721b5,_0x19449e(0x146),_0x4ce86e)),_0x513241[_0x19449e(0x168)][_0x19449e(0x14c)](_0x402c2b=>{const _0xa73477=_0x19449e;if(_0xa73477(0x14e)!=_0x402c2b[_0xa73477(0x176)]&&_0xa73477(0x158)!=_0x402c2b[_0xa73477(0x176)])return;const {data:_0x52e74f}=_0x402c2b;if(_0x52e74f){if(_0xa73477(0x154)==_0x52e74f[_0xa73477(0x153)]||_0xa73477(0x178)==_0x52e74f[_0xa73477(0x153)]||_0xa73477(0x16e)==_0x52e74f[_0xa73477(0x153)])switch(_0x52e74f[_0xa73477(0x153)][_0xa73477(0x13f)](_0xa73477(0x156),'')){case _0xa73477(0x14d):return _0x3afcb3(_0xaf5ff0(_0x2721b5,_0xa73477(0x150)));case _0xa73477(0x160):return _0x3afcb3(_0xaf5ff0(_0x2721b5,_0xa73477(0x13e)));case _0xa73477(0x141):return _0x3afcb3(_0xaf5ff0(_0x2721b5,_0xa73477(0x145)));}if(_0xa73477(0x165)==_0x52e74f[_0xa73477(0x153)])return{'type':_0xa73477(0x173),'content':_0xaf5ff0(_0x2721b5,_0xa73477(0x161),_0xaf5ff0(_0x2721b5,_0xa73477(0x146)))};if(_0xa73477(0x188)==_0x52e74f[_0xa73477(0x153)])return{'type':_0xa73477(0x173),'content':_0xaf5ff0(_0x2721b5,_0xa73477(0x163),_0xaf5ff0(_0x2721b5,_0xa73477(0x146)))};if(_0xa73477(0x15a)==_0x52e74f[_0xa73477(0x153)])return _0x52e74f[_0xa73477(0x14f)][0x0][_0xa73477(0x162)]?{'type':_0xa73477(0x173),'content':_0xaf5ff0(_0x2721b5,_0xa73477(0x13b))}:{'type':_0xa73477(0x173),'content':_0xaf5ff0(_0x2721b5,_0xa73477(0x14a))};}function _0x3afcb3(_0x38d487){const _0x2a6f6c=_0xa73477;return{'type':_0x2a6f6c(0x173),'content':_0xaf5ff0(_0x2721b5,_0x2a6f6c(0x18c),_0x38d487)};}});}}function me(_0x3abf30){const _0x5e98ec=_0x4ab316,_0x47795b=_0x3abf30[_0x5e98ec(0x16c)](_0x5e98ec(0x151));if(0x0==_0x47795b)return _0x3abf30;let _0x115316=_0x3abf30;for(;_0x3abf30[_0x5e98ec(0x17b)]&&_0x3abf30[_0x5e98ec(0x17b)]['is'](_0x5e98ec(0x185),_0x5e98ec(0x167));){const _0x35709a=_0x3abf30[_0x5e98ec(0x17b)][_0x5e98ec(0x16c)](_0x5e98ec(0x151));if(_0x35709a==_0x47795b)_0x115316=_0x3abf30[_0x5e98ec(0x17b)];else{if(_0x35709a<_0x47795b)break;}_0x3abf30=_0x3abf30[_0x5e98ec(0x17b)];}return _0x115316;}function fe(_0x140a15){const _0x21b66=_0x4ab316,_0x3c9d5d=[];if(_0x140a15['is'](_0x21b66(0x185),_0x21b66(0x167))&&_0x140a15[_0x21b66(0x16c)](_0x21b66(0x151))>0x0){let _0x318155=_0x140a15[_0x21b66(0x148)];for(;_0x318155&&_0x21b66(0x167)==_0x318155[_0x21b66(0x17a)]&&_0x318155[_0x21b66(0x16c)](_0x21b66(0x151))==_0x140a15[_0x21b66(0x16c)](_0x21b66(0x151));)_0x3c9d5d[_0x21b66(0x174)](_0x318155),_0x318155=_0x318155[_0x21b66(0x148)];}return _0x3c9d5d;}function _0x5137(){const _0x2ab083=['change','nextSibling','todoListChecked','*Uncheck\x20item*','slice','registerDescriptionCallback','bulleted','formatBlock','commandParams','ELEMENT_BULLETED_LIST','listIndent','has','commandName','numberedList','listType','List','get','formatInline','model','checkTodoList','locale','before','registerElementLabel','add','end','numbered','*Indent:*\x20%0','forceValue','*Outdent:*\x20%0','getSelectedBlocks','indentList','LegacyListEditing','listItem','_descriptionFactory','document','425998AimJao','length','getAttribute','value','todoList','paragraph','findIndex','37667010Orszvr','_selectedElements','format','push','2ZHlvOo','type','isObject','bulletedList','7597872QRnmxA','name','previousSibling','markBlockFormat','LegacyTodoListEditing','265ngZpmx','2376AwFyVd','afterInit','filter','1127100mmQQPs','selection','checkChild','element','createRange','plugins','outdentList','createPositionAt','parent','blockName','*Change\x20to:*\x20%0','2023632WpkaHm','24NIxTwk','TrackChangesEditing','schema','*Check\x20item*','from','enableCommand','ELEMENT_NUMBERED_LIST','replace','commands','todo','8694966QFEArx','editor','execute','ELEMENT_TODO_LIST','ELEMENT_LIST_ITEM'];_0x5137=function(){return _0x2ab083;};return _0x5137();}
|