@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240403.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 +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.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/en-au.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/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.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/sq.js +1 -1
- package/build/translations/sr-latn.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/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.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/contexts.json +1 -0
- package/lang/translations/ar.po +4 -0
- package/lang/translations/az.po +4 -0
- package/lang/translations/bg.po +4 -0
- package/lang/translations/bn.po +4 -0
- package/lang/translations/ca.po +4 -0
- package/lang/translations/cs.po +4 -0
- package/lang/translations/da.po +4 -0
- package/lang/translations/de.po +4 -0
- package/lang/translations/el.po +4 -0
- package/lang/translations/en-au.po +4 -0
- package/lang/translations/en.po +4 -0
- package/lang/translations/es.po +4 -0
- package/lang/translations/et.po +4 -0
- package/lang/translations/fi.po +4 -0
- package/lang/translations/fr.po +4 -0
- package/lang/translations/gl.po +4 -0
- package/lang/translations/he.po +4 -0
- package/lang/translations/hi.po +4 -0
- package/lang/translations/hr.po +4 -0
- package/lang/translations/hu.po +4 -0
- package/lang/translations/id.po +4 -0
- package/lang/translations/it.po +4 -0
- package/lang/translations/ja.po +4 -0
- package/lang/translations/ko.po +4 -0
- package/lang/translations/lt.po +4 -0
- package/lang/translations/lv.po +4 -0
- package/lang/translations/ms.po +4 -0
- package/lang/translations/nl.po +4 -0
- package/lang/translations/no.po +4 -0
- package/lang/translations/pl.po +4 -0
- package/lang/translations/pt-br.po +4 -0
- package/lang/translations/pt.po +4 -0
- package/lang/translations/ro.po +4 -0
- package/lang/translations/ru.po +4 -0
- package/lang/translations/sk.po +4 -0
- package/lang/translations/sq.po +4 -0
- package/lang/translations/sr-latn.po +4 -0
- package/lang/translations/sr.po +4 -0
- package/lang/translations/sv.po +4 -0
- package/lang/translations/th.po +4 -0
- package/lang/translations/tk.po +4 -0
- package/lang/translations/tr.po +4 -0
- package/lang/translations/tt.po +4 -0
- package/lang/translations/uk.po +4 -0
- package/lang/translations/ur.po +4 -0
- package/lang/translations/vi.po +4 -0
- package/lang/translations/zh-cn.po +4 -0
- package/lang/translations/zh.po +4 -0
- 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.d.ts +24 -0
- package/src/integrations/multilevellist.js +23 -0
- 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.d.ts +2 -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 _0x1da7(){const _0x4998c9=['attribute','editor','locale','nodeAfter','value','101224zteNJW','742292BRaJMJ','commandName','format','registerElementLabel','afterInit','*Change\x20%0\x20content*','20xeknuf','34844328FrFctO','start','key','ELEMENT_HTML_EMBED','_enableDefaultAttributesIntegration','25JGOcUp','type','_descriptionFactory','get','147NLoIaI','_registerLegacyDescription','2425068VpTpKG','19zVktDu','213228ZhxiOb','getFirstRange','htmlEmbed','77018BjQogz','TrackChangesEditing','765KVtrHK','953282BUSYUd','registerDescriptionCallback','has','plugins','HtmlEmbed','element','rawHtml','formatBlock'];_0x1da7=function(){return _0x4998c9;};return _0x1da7();}const _0x368403=_0x1907;(function(_0xa72f11,_0x1119b4){const _0x227d56=_0x1907,_0xbb0dbe=_0xa72f11();while(!![]){try{const _0x34e4d2=-parseInt(_0x227d56(0xf3))/0x1*(parseInt(_0x227d56(0xf7))/0x2)+-parseInt(_0x227d56(0xf2))/0x3+parseInt(_0x227d56(0xe0))/0x4*(parseInt(_0x227d56(0xec))/0x5)+parseInt(_0x227d56(0xf4))/0x6*(-parseInt(_0x227d56(0xf0))/0x7)+parseInt(_0x227d56(0xdf))/0x8*(-parseInt(_0x227d56(0xf9))/0x9)+parseInt(_0x227d56(0xe6))/0xa*(parseInt(_0x227d56(0xfa))/0xb)+parseInt(_0x227d56(0xe7))/0xc;if(_0x34e4d2===_0x1119b4)break;else _0xbb0dbe['push'](_0xbb0dbe['shift']());}catch(_0x253fad){_0xbb0dbe['push'](_0xbb0dbe['shift']());}}}(_0x1da7,0x9cfed));function _0x1907(_0x5ecc93,_0x57bcf3){const _0x1da7ca=_0x1da7();return _0x1907=function(_0x1907ad,_0x373a7e){_0x1907ad=_0x1907ad-0xd5;let _0x4668fc=_0x1da7ca[_0x1907ad];return _0x4668fc;},_0x1907(_0x5ecc93,_0x57bcf3);}import{Plugin as _0x1e86f4}from'ckeditor5/src/core.js';import{getTranslation as _0x298ede}from'../utils/common-translations.js';export default class et extends _0x1e86f4{[_0x368403(0xe4)](){const _0x382140=_0x368403,_0x497b88=this[_0x382140(0xdb)];if(!_0x497b88[_0x382140(0xd5)][_0x382140(0xfc)](_0x382140(0xd6)))return;const _0x109f59=_0x497b88[_0x382140(0xd5)][_0x382140(0xef)](_0x382140(0xf8)),_0x533a42=_0x497b88[_0x382140(0xdc)];_0x109f59[_0x382140(0xee)][_0x382140(0xe3)](_0x382140(0xd8),_0x53439f=>_0x298ede(_0x533a42,_0x382140(0xea),_0x53439f)),_0x109f59[_0x382140(0xeb)](_0x382140(0xf6),[],[_0x382140(0xde)]),_0x109f59[_0x382140(0xee)][_0x382140(0xfb)](_0xaab832=>{const _0x154b78=_0x382140;if(_0x154b78(0xda)!=_0xaab832[_0x154b78(0xed)])return;const {data:_0x258c86}=_0xaab832;if(_0x258c86&&_0x154b78(0xde)==_0x258c86[_0x154b78(0xe9)]&&_0xaab832[_0x154b78(0xf5)]()[_0x154b78(0xe8)][_0x154b78(0xdd)]['is'](_0x154b78(0xd7),_0x154b78(0xd8))){const _0xb57b5=_0x298ede(_0x533a42,_0x154b78(0xea));return{'type':_0x154b78(0xe2),'content':_0x298ede(_0x533a42,_0x154b78(0xe5),_0xb57b5)};}}),this[_0x382140(0xf1)]();}[_0x368403(0xf1)](){const _0x2bca71=_0x368403,_0x3c44ed=this[_0x2bca71(0xdb)],_0x1d47da=_0x3c44ed[_0x2bca71(0xdc)];_0x3c44ed[_0x2bca71(0xd5)][_0x2bca71(0xef)](_0x2bca71(0xf8))[_0x2bca71(0xee)][_0x2bca71(0xfb)](_0x31ce46=>{const _0x2df474=_0x2bca71;if(_0x2df474(0xd9)!=_0x31ce46[_0x2df474(0xed)])return;const {data:_0x21c918}=_0x31ce46;if(_0x21c918&&_0x2df474(0xf6)==_0x21c918[_0x2df474(0xe1)]){const _0x51b6a5=_0x298ede(_0x1d47da,_0x2df474(0xea));return{'type':_0x2df474(0xe2),'content':_0x298ede(_0x1d47da,_0x2df474(0xe5),_0x51b6a5)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x398607=_0x2fb2;(function(_0x1b7100,_0x13b77e){const _0x5e2fb7=_0x2fb2,_0x1fc455=_0x1b7100();while(!![]){try{const _0x1c6b3e=-parseInt(_0x5e2fb7(0x205))/0x1*(-parseInt(_0x5e2fb7(0x1f2))/0x2)+parseInt(_0x5e2fb7(0x20b))/0x3*(parseInt(_0x5e2fb7(0x1e5))/0x4)+parseInt(_0x5e2fb7(0x1af))/0x5*(-parseInt(_0x5e2fb7(0x1fa))/0x6)+-parseInt(_0x5e2fb7(0x1b9))/0x7*(parseInt(_0x5e2fb7(0x1da))/0x8)+-parseInt(_0x5e2fb7(0x206))/0x9+-parseInt(_0x5e2fb7(0x1a7))/0xa*(parseInt(_0x5e2fb7(0x200))/0xb)+parseInt(_0x5e2fb7(0x1c7))/0xc*(parseInt(_0x5e2fb7(0x1c5))/0xd);if(_0x1c6b3e===_0x13b77e)break;else _0x1fc455['push'](_0x1fc455['shift']());}catch(_0x57ffb8){_0x1fc455['push'](_0x1fc455['shift']());}}}(_0x441f,0xbd5a1));import{Plugin as _0x3b6f06}from'ckeditor5/src/core.js';import{LivePosition as _0xe59a8f}from'ckeditor5/src/engine.js';function _0x441f(){const _0xf4d64d=['discard','_descriptionFactory','document','isOwn','nodeBefore','100685QrEIzk','ImageInlineEditing','660dpDznm','locale','markBlockFormat','registerCustomCallback','_suggestionFactory','caption','imageStylePreApply','commandParams','_registerLegacyDescription','detach','insertion','isCollapsed','end','Block\x20image\x20to\x20inline\x20image','isIntersecting','filter','getNearestSelectionRange','formatBlock','imageTextAlternative','8jgyAgY','fromPosition','ImageEditing','key','_findSuggestions','model','plugins','deletion','previous','chain','attribute','104fRXsAf','resizedWidth','imageBlock','createRangeOn','ImageBlockEditing','registerElementLabel','toggleImageCaption','getCaptionFromImageModelElement','registerDescriptionCallback','type','createRange','TrackChangesEditing','find','130722tKtKPX','length','imageCaption','getClosestSelectedImageElement','*Reset\x20image\x20width*','imageInline','getContainedElement','schema','9474XFbiqk','forceDefaultExecution','ImageUploadEditing','ELEMENT_CAPTION','toPrevious','alt','11lwUiIC','width','formatInline','imageTypeBlock','uploadImage','23ANUOBy','5254758eEsUuy','FORMAT_IMAGE_SIZE','backward','join','ImageCaptionUtils','97833tqWFDP','_enableDefaultAttributesIntegration','removeObject','addObject','has','ImageTextAlternativeEditing','selection','*Set\x20image\x20width:*\x20%0','commandName','ImageUtils','enableCommand','convertBlockImageToInline','ELEMENT_INLINE_IMAGE','ImageCaptionEditing','nodeAfter','findIndex','insertImage','element','isBlockImage','isEqual','markDeletion','change','*Remove\x20image\x20text\x20alternative*','5205970sIZiOX','registerAttributeLabel','editor','resizeImage','accept','format','newValue','markInsertion','1165xSdCaT','imageTypeInline','ImageResize','*Set\x20image\x20text\x20alternative:*\x20%0','forward','start','afterInit','getSuggestionCallback','getFirstRange','isBefore','3704491trpHVH','toNext','ELEMENT_IMAGE','get','convertInlineImageToBlock','subType','Inline\x20image\x20to\x20block\x20image'];_0x441f=function(){return _0xf4d64d;};return _0x441f();}function _0x2fb2(_0x3d9451,_0xaa429c){const _0x441fbb=_0x441f();return _0x2fb2=function(_0x2fb23b,_0x55d86c){_0x2fb23b=_0x2fb23b-0x1a5;let _0x47f7f6=_0x441fbb[_0x2fb23b];return _0x47f7f6;},_0x2fb2(_0x3d9451,_0xaa429c);}import{getTranslation as _0xc4e8af}from'../utils/common-translations.js';export default class it extends _0x3b6f06{[_0x398607(0x1b5)](){const _0x326406=_0x398607,_0x2454d5=this[_0x326406(0x1a9)];if(!_0x2454d5[_0x326406(0x1e0)][_0x326406(0x20f)](_0x326406(0x1dc)))return;const _0x3b39dd=_0x2454d5[_0x326406(0x1e0)][_0x326406(0x1bc)](_0x326406(0x1f0)),_0x5ba19f=_0x2454d5[_0x326406(0x1e0)][_0x326406(0x1bc)](_0x326406(0x214)),_0x1ed22e=_0x2454d5[_0x326406(0x1c8)];_0x3b39dd[_0x326406(0x215)](_0x326406(0x21b)),_0x3b39dd[_0x326406(0x1c1)][_0x326406(0x1ea)](_0x326406(0x1e7),_0xfc2712=>_0xc4e8af(_0x1ed22e,_0x326406(0x1bb),_0xfc2712)),_0x3b39dd[_0x326406(0x1c1)][_0x326406(0x1ea)](_0x326406(0x1f7),_0x10f782=>_0xc4e8af(_0x1ed22e,_0x326406(0x217),_0x10f782)),_0x3b39dd[_0x326406(0x1c1)][_0x326406(0x1ea)](_0x326406(0x1cc),()=>_0xc4e8af(_0x1ed22e,_0x326406(0x1fd))),_0x2454d5[_0x326406(0x1e0)][_0x326406(0x20f)](_0x326406(0x1fc))&&_0x3b39dd[_0x326406(0x215)](_0x326406(0x204)),_0x2454d5[_0x326406(0x1e0)][_0x326406(0x20f)](_0x326406(0x1e9))&&_0x2454d5[_0x326406(0x1e0)][_0x326406(0x20f)](_0x326406(0x1c6))&&(_0x3b39dd[_0x326406(0x215)](_0x326406(0x1b0),(_0x223482,_0x417cc3)=>{const _0x152f4a=_0x326406,_0x29c045=_0x5ba19f[_0x152f4a(0x1f5)](_0x2454d5[_0x152f4a(0x1df)][_0x152f4a(0x1c2)][_0x152f4a(0x211)]);_0x2454d5[_0x152f4a(0x1df)][_0x152f4a(0x1a5)](()=>{const _0x278e65=_0x152f4a;_0x3b39dd[_0x278e65(0x1c9)](_0x29c045,{'commandName':_0x278e65(0x1b0),'commandParams':[_0x417cc3]},[],_0x278e65(0x216));});}),_0x3b39dd[_0x326406(0x215)](_0x326406(0x203),(_0x5701a3,_0x32c3f9)=>{const _0x316ce5=_0x326406;_0x2454d5[_0x316ce5(0x1df)][_0x316ce5(0x1a5)](_0x413cc7=>{const _0x30ceb3=_0x316ce5;let _0x400478=_0x5ba19f[_0x30ceb3(0x1f5)](_0x2454d5[_0x30ceb3(0x1df)][_0x30ceb3(0x1c2)][_0x30ceb3(0x211)]),_0x5a6fb1=_0x413cc7[_0x30ceb3(0x1e8)](_0x400478);const _0x183059=_0xe59a8f[_0x30ceb3(0x1db)](_0x5a6fb1[_0x30ceb3(0x1b4)],_0x30ceb3(0x1fe)),_0x4f64eb=_0xe59a8f[_0x30ceb3(0x1db)](_0x5a6fb1[_0x30ceb3(0x1d3)],_0x30ceb3(0x1ba));_0x3b39dd[_0x30ceb3(0x1fb)](()=>_0x5701a3(_0x32c3f9)),_0x400478=_0x5ba19f[_0x30ceb3(0x1f5)](_0x2454d5[_0x30ceb3(0x1df)][_0x30ceb3(0x1c2)][_0x30ceb3(0x211)]),_0x5a6fb1=_0x413cc7[_0x30ceb3(0x1e8)](_0x400478);const _0x52f3e5=_0x413cc7[_0x30ceb3(0x1ef)](_0x183059,_0x4f64eb);_0x183059[_0x30ceb3(0x1d0)](),_0x4f64eb[_0x30ceb3(0x1d0)](),_0x3b39dd[_0x30ceb3(0x1c9)](_0x400478,{'commandName':_0x30ceb3(0x1b0),'commandParams':[_0x32c3f9]},[],_0x30ceb3(0x1bd)),_0x52f3e5[_0x30ceb3(0x1b4)][_0x30ceb3(0x1b8)](_0x5a6fb1[_0x30ceb3(0x1b4)])&&_0x3b39dd[_0x30ceb3(0x1ae)](_0x413cc7[_0x30ceb3(0x1ef)](_0x52f3e5[_0x30ceb3(0x1b4)],_0x5a6fb1[_0x30ceb3(0x1b4)]),_0x30ceb3(0x1bd)),_0x5a6fb1[_0x30ceb3(0x1d3)][_0x30ceb3(0x1b8)](_0x52f3e5[_0x30ceb3(0x1d3)])&&_0x3b39dd[_0x30ceb3(0x1ae)](_0x413cc7[_0x30ceb3(0x1ef)](_0x5a6fb1[_0x30ceb3(0x1d3)],_0x52f3e5[_0x30ceb3(0x1d3)]),_0x30ceb3(0x1bd));});}),_0x3b39dd[_0x326406(0x1cb)][_0x326406(0x1ca)](_0x326406(0x1d8),_0x326406(0x1bd),_0x326406(0x209),()=>!0x1),_0x3b39dd[_0x326406(0x1cb)][_0x326406(0x1ca)](_0x326406(0x1d8),_0x326406(0x1bd),_0x326406(0x1ab),()=>!0x1),_0x3b39dd[_0x326406(0x1cb)][_0x326406(0x1ca)](_0x326406(0x1d8),_0x326406(0x1bd),_0x326406(0x1c0),_0x3b39dd[_0x326406(0x1cb)][_0x326406(0x1b6)](_0x326406(0x1d8),'',_0x326406(0x1ab))),_0x3b39dd[_0x326406(0x1cb)][_0x326406(0x1ca)](_0x326406(0x1d1),_0x326406(0x1bd),_0x326406(0x209),()=>!0x1),_0x3b39dd[_0x326406(0x1cb)][_0x326406(0x1ca)](_0x326406(0x1d1),_0x326406(0x1bd),_0x326406(0x1c0),([_0x199351])=>{const _0x458893=_0x326406,_0x32eedd=_0x3b39dd[_0x458893(0x1cb)][_0x458893(0x1b6)](_0x458893(0x1d1),'',_0x458893(0x1c0));let _0x4f69c9=_0x199351[_0x458893(0x1b4)],_0x3c220d=_0x199351[_0x458893(0x1d3)];const _0xa55f3c=_0x2454d5[_0x458893(0x1df)][_0x458893(0x1f9)][_0x458893(0x1d7)](_0x4f69c9,_0x458893(0x208)),_0x48a421=_0x2454d5[_0x458893(0x1df)][_0x458893(0x1f9)][_0x458893(0x1d7)](_0x3c220d,_0x458893(0x1b3));_0xa55f3c[_0x458893(0x1d2)]&&(_0x4f69c9=_0xa55f3c[_0x458893(0x1b4)]),_0x48a421[_0x458893(0x1d2)]&&(_0x3c220d=_0x48a421[_0x458893(0x1d3)]),_0x32eedd([_0x2454d5[_0x458893(0x1df)][_0x458893(0x1ef)](_0x4f69c9,_0x3c220d)]);}),_0x3b39dd[_0x326406(0x1cb)][_0x326406(0x1ca)](_0x326406(0x1d8),_0x326406(0x1bd),_0x326406(0x1e3),_0x1ef602),_0x3b39dd[_0x326406(0x1cb)][_0x326406(0x1ca)](_0x326406(0x1d1),_0x326406(0x1bd),_0x326406(0x1e3),_0x1ef602)),_0x2454d5[_0x326406(0x1e0)][_0x326406(0x20f)](_0x326406(0x218))&&(_0x3b39dd[_0x326406(0x215)](_0x326406(0x1eb),(_0x3ea2cf,_0x13a0fe)=>{const _0x2041ad=_0x326406,_0x1b8ab5=_0x2454d5[_0x2041ad(0x1e0)][_0x2041ad(0x1bc)](_0x2041ad(0x20a));let _0x48e585=_0x5ba19f[_0x2041ad(0x1f5)](_0x2454d5[_0x2041ad(0x1df)][_0x2041ad(0x1c2)][_0x2041ad(0x211)]),_0x3941bb=_0x1b8ab5[_0x2041ad(0x1ec)](_0x48e585);_0x2454d5[_0x2041ad(0x1df)][_0x2041ad(0x1a5)](()=>{const _0x25b09f=_0x2041ad;if(_0x3941bb)return void _0x3b39dd[_0x25b09f(0x21f)](_0x2454d5[_0x25b09f(0x1df)][_0x25b09f(0x1e8)](_0x3941bb));const _0x2ff390=_0x5ba19f[_0x25b09f(0x21d)](_0x48e585);_0x3ea2cf(_0x13a0fe),_0x48e585=_0x5ba19f[_0x25b09f(0x1f5)](_0x2454d5[_0x25b09f(0x1df)][_0x25b09f(0x1c2)][_0x25b09f(0x211)]),_0x3941bb=_0x1b8ab5[_0x25b09f(0x1ec)](_0x48e585),_0x3b39dd[_0x25b09f(0x1ae)](_0x2454d5[_0x25b09f(0x1df)][_0x25b09f(0x1e8)](_0x3941bb),_0x2ff390?null:_0x25b09f(0x1f4));});}),_0x3b39dd[_0x326406(0x1cb)][_0x326406(0x1ca)](_0x326406(0x1d1),_0x326406(0x1f4),_0x326406(0x1e3),_0x1ef602));const _0x36fa3b=[{'type':_0x326406(0x1d8),'subType':_0x326406(0x1cd)},{'type':_0x326406(0x1d1),'subType':_0x326406(0x1f4)},{'type':_0x326406(0x1d8),'subType':_0x326406(0x1bd)},{'type':_0x326406(0x1d1),'subType':_0x326406(0x1bd)}];function _0x481f1f(_0x292f9d,_0x1c2c07){const _0x2892fc=_0x326406,_0x2cdc33=_0x36fa3b[_0x2892fc(0x21a)](({type:_0x3da8f8,subType:_0x3209e0})=>_0x292f9d[_0x2892fc(0x1ee)]==_0x3da8f8&&_0x292f9d[_0x2892fc(0x1be)]==_0x3209e0),_0x11d996=_0x36fa3b[_0x2892fc(0x21a)](({type:_0x50ca08,subType:_0x88df8b})=>_0x1c2c07[_0x2892fc(0x1ee)]==_0x50ca08&&_0x1c2c07[_0x2892fc(0x1be)]==_0x88df8b);if(_0x2cdc33<0x0||_0x11d996<0x0)return!0x1;const _0x126656=_0x292f9d[_0x2892fc(0x1b7)](),_0x1a0542=_0x1c2c07[_0x2892fc(0x1b7)]();if((0x0==_0x2cdc33||0x1==_0x2cdc33)&&0x2==_0x11d996&&_0x126656[_0x2892fc(0x1d5)](_0x1a0542))return!0x0;if(0x2==_0x2cdc33&&0x3==_0x11d996){const _0x1fc59e=_0x3b39dd[_0x2892fc(0x1de)](_0x126656,_0x2892fc(0x1d1))[_0x2892fc(0x1d6)](({suggestion:_0xcc8d34,meta:_0x43b1e6})=>_0x43b1e6[_0x2892fc(0x1c3)]&&_0x2892fc(0x1bd)==_0xcc8d34[_0x2892fc(0x1be)]);if(_0x1fc59e[_0x2892fc(0x1f3)]>0x1&&_0x1a0542[_0x2892fc(0x1d3)][_0x2892fc(0x21e)](_0x126656[_0x2892fc(0x1b4)]))return!0x0;if(0x1==_0x1fc59e[_0x2892fc(0x1f3)]&&(_0x126656[_0x2892fc(0x1b4)][_0x2892fc(0x21e)](_0x1a0542[_0x2892fc(0x1d3)])||_0x126656[_0x2892fc(0x1d3)][_0x2892fc(0x21e)](_0x1a0542[_0x2892fc(0x1b4)])))return!0x0;}if(0x3==_0x2cdc33&&0x3==_0x11d996&&_0x126656[_0x2892fc(0x1b4)][_0x2892fc(0x1b8)](_0x1a0542[_0x2892fc(0x1b4)])){const _0x2b52ad=_0x126656[_0x2892fc(0x1d3)][_0x2892fc(0x219)],_0xcc0ec4=_0x1a0542[_0x2892fc(0x1b4)][_0x2892fc(0x1c4)];return _0x5ba19f[_0x2892fc(0x21d)](_0x2b52ad)&&_0x2b52ad===_0xcc0ec4;}return!0x1;}function _0x1ef602(_0x42e90b,_0x1632c0){return _0x481f1f(_0x42e90b,_0x1632c0)?[_0x42e90b,_0x1632c0]:_0x481f1f(_0x1632c0,_0x42e90b)?[_0x1632c0,_0x42e90b]:null;}_0x2454d5[_0x326406(0x1e0)][_0x326406(0x20f)](_0x326406(0x1b1))&&(_0x3b39dd[_0x326406(0x20c)](_0x326406(0x1aa),[],[_0x326406(0x1e6)]),_0x3b39dd[_0x326406(0x1c1)][_0x326406(0x1a8)](_0x326406(0x1e6),_0xc4e8af(_0x1ed22e,_0x326406(0x207)))),_0x2454d5[_0x326406(0x1e0)][_0x326406(0x20f)](_0x326406(0x210))&&_0x3b39dd[_0x326406(0x20c)](_0x326406(0x1d9),[],[_0x326406(0x1ff)]),_0x3b39dd[_0x326406(0x1c1)][_0x326406(0x1ed)](_0x37e6e5=>{const _0x3981b0=_0x326406;if(!!_0x36fa3b[_0x3981b0(0x1f1)](({type:_0x5c98ef,subType:_0x3fc41b})=>_0x37e6e5[_0x3981b0(0x1ee)]==_0x5c98ef&&_0x37e6e5[_0x3981b0(0x1be)]==_0x3fc41b))return _0x37e6e5[_0x3981b0(0x1e2)]?{}:void 0x0;}),_0x3b39dd[_0x326406(0x1c1)][_0x326406(0x1ed)](_0x25dc45=>{const _0x486c16=_0x326406;if(_0x486c16(0x1d1)==_0x25dc45[_0x486c16(0x1ee)]||_0x486c16(0x1e1)==_0x25dc45[_0x486c16(0x1ee)]){const _0x5414c0=_0x25dc45[_0x486c16(0x1f8)]();if(_0x5414c0&&_0x5414c0['is'](_0x486c16(0x21c),_0x486c16(0x1cc)))return{'type':_0x486c16(0x1d1)==_0x25dc45[_0x486c16(0x1ee)]?_0x486c16(0x20e):_0x486c16(0x20d),'element':_0x5414c0,'quantity':0x1};}}),_0x3b39dd[_0x326406(0x1c1)][_0x326406(0x1ed)](_0x41f70c=>_0x326406(0x1d8)==_0x41f70c[_0x326406(0x1ee)]&&_0x326406(0x1bd)==_0x41f70c[_0x326406(0x1be)]?{'type':_0x326406(0x1ac),'content':_0x326406(0x1bf)}:_0x326406(0x1d8)==_0x41f70c[_0x326406(0x1ee)]&&_0x326406(0x216)==_0x41f70c[_0x326406(0x1be)]?{'type':_0x326406(0x1ac),'content':_0x326406(0x1d4)}:void 0x0),_0x3b39dd[_0x326406(0x1c1)][_0x326406(0x1ed)](_0x151d4c=>{const _0x25831c=_0x326406;if(_0x25831c(0x1e4)!=_0x151d4c[_0x25831c(0x1ee)])return;const {data:_0x46c856}=_0x151d4c;if(!_0x46c856||_0x25831c(0x1ff)!=_0x46c856[_0x25831c(0x1dd)])return;const _0x455b78=_0x46c856[_0x25831c(0x1ad)];return _0x455b78?{'type':_0x25831c(0x1ac),'content':_0xc4e8af(_0x1ed22e,_0x25831c(0x1b2),'\x22'+_0x455b78+'\x22')}:{'type':_0x25831c(0x1ac),'content':_0xc4e8af(_0x1ed22e,_0x25831c(0x1a6))};}),this[_0x326406(0x1cf)]();}[_0x398607(0x1cf)](){const _0xabd06b=_0x398607,_0x3854bd=this[_0xabd06b(0x1a9)],_0x310717=_0x3854bd[_0xabd06b(0x1c8)];_0x3854bd[_0xabd06b(0x1e0)][_0xabd06b(0x1bc)](_0xabd06b(0x1f0))[_0xabd06b(0x1c1)][_0xabd06b(0x1ed)](_0x2b8cdf=>{const _0x11813e=_0xabd06b;if(_0x11813e(0x1d8)!=_0x2b8cdf[_0x11813e(0x1ee)]&&_0x11813e(0x202)!=_0x2b8cdf[_0x11813e(0x1ee)])return;const {data:_0x142f51}=_0x2b8cdf;if(_0x142f51){if(_0x11813e(0x1d9)==_0x142f51[_0x11813e(0x213)]){const _0xbde530=_0x142f51[_0x11813e(0x1ce)][0x0][_0x11813e(0x1ad)];return _0xbde530?{'type':_0x11813e(0x1ac),'content':_0xc4e8af(_0x310717,_0x11813e(0x1b2),'\x22'+_0xbde530+'\x22')}:{'type':_0x11813e(0x1ac),'content':_0xc4e8af(_0x310717,_0x11813e(0x1a6))};}if(_0x11813e(0x1aa)==_0x142f51[_0x11813e(0x213)]){const _0x4d96d7=_0x142f51[_0x11813e(0x1ce)][0x0][_0x11813e(0x201)];return _0x4d96d7?{'type':_0x11813e(0x1ac),'content':_0xc4e8af(_0x310717,_0x11813e(0x212),_0x4d96d7)}:{'type':_0x11813e(0x1ac),'content':_0xc4e8af(_0x310717,_0x11813e(0x1f6))};}}});}}
|
|
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();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x537379=_0x2060;(function(_0x7961e,_0x5e8cd1){const _0x34e3f1=_0x2060,_0x2db5ce=_0x7961e();while(!![]){try{const _0x1bad26=parseInt(_0x34e3f1(0x1aa))/0x1*(parseInt(_0x34e3f1(0x1c5))/0x2)+parseInt(_0x34e3f1(0x1cc))/0x3+-parseInt(_0x34e3f1(0x1c2))/0x4+parseInt(_0x34e3f1(0x1ba))/0x5*(-parseInt(_0x34e3f1(0x1c6))/0x6)+-parseInt(_0x34e3f1(0x1ad))/0x7+-parseInt(_0x34e3f1(0x1b4))/0x8*(-parseInt(_0x34e3f1(0x1bf))/0x9)+parseInt(_0x34e3f1(0x1b9))/0xa*(-parseInt(_0x34e3f1(0x1b5))/0xb);if(_0x1bad26===_0x5e8cd1)break;else _0x2db5ce['push'](_0x2db5ce['shift']());}catch(_0x4c2806){_0x2db5ce['push'](_0x2db5ce['shift']());}}}(_0x8b7f,0x9f7e1));function _0x2060(_0x19336b,_0x1a834){const _0x8b7f8c=_0x8b7f();return _0x2060=function(_0x20609a,_0x251057){_0x20609a=_0x20609a-0x1a6;let _0x3e84d0=_0x8b7f8c[_0x20609a];return _0x3e84d0;},_0x2060(_0x19336b,_0x1a834);}import{Plugin as _0x4a8c7e}from'ckeditor5/src/core.js';import{getTranslation as _0x573172}from'../utils/common-translations.js';function _0x8b7f(){const _0xca14d4=['getSuggestionCallback','TrackChangesEditing','has','_handleLegacySuggestions','get','*Format:*\x20replace\x20image\x20URL','replaceImageSource','144286rerIZS','accept','formatBlock','5032706sBKVvj','attribute','editor','*Replace\x20image\x20URL*','oldValue','registerDescriptionCallback','type','5176ZjwSOo','946keRuLf','_descriptionFactory','format','locale','50680bZiIbo','205480taAvjx','discard','ImageEditing','key','formatInline','13788kYPznV','_enableDefaultAttributesIntegration','newValue','5127248zEyrYK','plugins','_registerLegacyDescription','16WYrQOc','6AAfDsA','afterInit','_suggestionFactory','registerCustomCallback','src','commandName','2956509RtszrT'];_0x8b7f=function(){return _0xca14d4;};return _0x8b7f();}export default class st extends _0x4a8c7e{[_0x537379(0x1c7)](){const _0x5da019=_0x537379;if(!this[_0x5da019(0x1af)][_0x5da019(0x1c3)][_0x5da019(0x1cf)](_0x5da019(0x1bc)))return;const _0x25a5ec=this[_0x5da019(0x1af)][_0x5da019(0x1b8)],_0x20e5c9=this[_0x5da019(0x1af)][_0x5da019(0x1c3)][_0x5da019(0x1a7)](_0x5da019(0x1ce));_0x20e5c9[_0x5da019(0x1c0)](_0x5da019(0x1a9),[],[_0x5da019(0x1ca)]),_0x20e5c9[_0x5da019(0x1b6)][_0x5da019(0x1b2)](_0x72257b=>{const _0x220e1=_0x5da019;if(_0x220e1(0x1ae)!=_0x72257b[_0x220e1(0x1b3)])return;const {data:_0x23cb61}=_0x72257b;return _0x23cb61&&_0x220e1(0x1ca)==_0x23cb61[_0x220e1(0x1bd)]?_0x23cb61[_0x220e1(0x1c1)]&&_0x23cb61[_0x220e1(0x1b1)]?{'type':_0x220e1(0x1b7),'content':_0x573172(_0x25a5ec,_0x220e1(0x1b0))}:{'type':_0x220e1(0x1b7),'content':''}:void 0x0;}),this[_0x5da019(0x1a6)]();}[_0x537379(0x1a6)](){const _0x128f0d=_0x537379,_0x2fbb9b=this[_0x128f0d(0x1af)][_0x128f0d(0x1c3)][_0x128f0d(0x1a7)](_0x128f0d(0x1ce));_0x2fbb9b[_0x128f0d(0x1c8)][_0x128f0d(0x1c9)](_0x128f0d(0x1ac),_0x128f0d(0x1a9),_0x128f0d(0x1ab),_0x2fbb9b[_0x128f0d(0x1c8)][_0x128f0d(0x1cd)](_0x128f0d(0x1ac),null,_0x128f0d(0x1bb))),_0x2fbb9b[_0x128f0d(0x1c8)][_0x128f0d(0x1c9)](_0x128f0d(0x1ac),_0x128f0d(0x1a9),_0x128f0d(0x1bb),_0x2fbb9b[_0x128f0d(0x1c8)][_0x128f0d(0x1cd)](_0x128f0d(0x1ac),null,_0x128f0d(0x1ab))),this[_0x128f0d(0x1c4)]();}[_0x537379(0x1c4)](){const _0x40dc10=_0x537379,_0x313e1c=this[_0x40dc10(0x1af)],_0x3c4f06=_0x313e1c[_0x40dc10(0x1b8)];_0x313e1c[_0x40dc10(0x1c3)][_0x40dc10(0x1a7)](_0x40dc10(0x1ce))[_0x40dc10(0x1b6)][_0x40dc10(0x1b2)](_0x18efef=>{const _0xb45f89=_0x40dc10;if(_0xb45f89(0x1ac)!=_0x18efef[_0xb45f89(0x1b3)]&&_0xb45f89(0x1be)!=_0x18efef[_0xb45f89(0x1b3)])return;const {data:_0x33962d}=_0x18efef;if(!_0x33962d||_0xb45f89(0x1a9)!=_0x33962d[_0xb45f89(0x1cb)])return;return{'type':_0xb45f89(0x1b7),'content':_0x573172(_0x3c4f06,_0xb45f89(0x1a8))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x57ac0c=_0x2e91;(function(_0x193388,_0x38c111){const _0x5efea8=_0x2e91,_0xf53667=_0x193388();while(!![]){try{const _0x5bdd25=-parseInt(_0x5efea8(0x1c9))/0x1*(-parseInt(_0x5efea8(0x179))/0x2)+-parseInt(_0x5efea8(0x1ab))/0x3*(-parseInt(_0x5efea8(0x1ce))/0x4)+-parseInt(_0x5efea8(0x192))/0x5*(parseInt(_0x5efea8(0x1c2))/0x6)+-parseInt(_0x5efea8(0x1b5))/0x7*(-parseInt(_0x5efea8(0x1b4))/0x8)+-parseInt(_0x5efea8(0x187))/0x9+parseInt(_0x5efea8(0x17f))/0xa+-parseInt(_0x5efea8(0x19a))/0xb;if(_0x5bdd25===_0x38c111)break;else _0xf53667['push'](_0xf53667['shift']());}catch(_0x4a381d){_0xf53667['push'](_0xf53667['shift']());}}}(_0x5acb,0x74249));import{Plugin as _0x1173b5}from'ckeditor5/src/core.js';import{uid as _0x559ee7}from'ckeditor5/src/utils.js';import{getTranslation as _0xc52f7}from'../utils/common-translations.js';function _0x2e91(_0x1fb227,_0xd561ff){const _0x5acbff=_0x5acb();return _0x2e91=function(_0x2e9126,_0xfdf49f){_0x2e9126=_0x2e9126-0x179;let _0x7ad239=_0x5acbff[_0x2e9126];return _0x7ad239;},_0x2e91(_0x1fb227,_0xd561ff);}function _0x5acb(){const _0x115636=['imageStyle','getClosestSelectedImageElement','ImageUtils','nodeAfter','getSuggestions','726DYlBwT','normalizedStyles','imageStylePostApply','filter','change','_descriptionFactory','title','70WixAkC','locale','getChangedMarkers','imageTypeInline','insertion','4AihePe','afterInit','_findSuggestions','convertInlineImageToBlock','document','isEqual','refresh','_suggestionFactory','commandReversedParams','setImageNaturalSizeAttributes','getFirstRange','head','registerPostFixer','start','_splitMarkerName','16648ogRlJg','ImageStyleEditing','chain','isInlineImage','newRange','createRangeOn','1425750CnsWrW','shouldConvertImageType','imageCaption','get','Users','commandParams','getSuggestion','isInContent','1761480mEAokg','findIndex','selection','getContainedElement','hasSuggestion','FORMAT_SIDE_IMAGE','registerDescriptionCallback','getSuggestionCallback','editor','commandName','differ','10955grJSxe','end','imageStylePreApply','*Format:*\x20%0','from','enableCommand','commands','TrackChangesEditing','8998165tnQsdf','formatBlock','format','toLowerCase','next','subType','side','forEach','discardSuggestion','isOwn','name','markInlineFormat','nodeBefore','length','markBlockFormat','_registerLegacyDescription','discard','2466483SMpQLf','plugins','registerCustomCallback','model','formatInline','isBlockImage','type','has','imageTypeBlock','236744zcHoDL','49EiAAZT','join','isBefore','value','accept','suggestion','isIntersecting','author'];_0x5acb=function(){return _0x115636;};return _0x5acb();}export default class nt extends _0x1173b5{[_0x57ac0c(0x1cf)](){const _0x56a595=_0x57ac0c,_0xc8177d=this[_0x56a595(0x18f)];if(!_0xc8177d[_0x56a595(0x1ac)][_0x56a595(0x1b2)](_0x56a595(0x17a)))return;const _0x21f120=_0xc8177d[_0x56a595(0x1ac)][_0x56a595(0x182)](_0x56a595(0x199)),_0x249996=_0xc8177d[_0x56a595(0x1ac)][_0x56a595(0x182)](_0x56a595(0x1bf)),_0x22a3fb={};_0x21f120[_0x56a595(0x197)](_0x56a595(0x1bd),(_0x32b3a5,_0x4e85e1)=>{const _0x21a6da=_0x56a595,_0x1673f5=_0xc8177d[_0x21a6da(0x1ac)][_0x21a6da(0x182)](_0x21a6da(0x183))['me'],_0x319d6e=_0xc8177d[_0x21a6da(0x198)][_0x21a6da(0x182)](_0x21a6da(0x1bd));let _0x583d16=_0x249996[_0x21a6da(0x1be)](_0xc8177d[_0x21a6da(0x1ae)][_0x21a6da(0x1d2)][_0x21a6da(0x189)]),_0x12f0f8=_0xc8177d[_0x21a6da(0x1ae)][_0x21a6da(0x17e)](_0x583d16),_0x46ccc9=_0x319d6e[_0x21a6da(0x1b8)];if(_0x46ccc9==_0x4e85e1[_0x21a6da(0x1b8)])return;const _0x409571={'commandName':_0x21a6da(0x1bd),'commandParams':[_0x4e85e1],'formatGroupId':_0x559ee7()};_0xc8177d[_0x21a6da(0x1ae)][_0x21a6da(0x1c6)](()=>{const _0x101be9=_0x21a6da;if(_0x21f120[_0x101be9(0x1c1)]()[_0x101be9(0x1c5)](_0x5a94cb=>_0x5a94cb[_0x101be9(0x186)]&&_0x1673f5==_0x5a94cb[_0x101be9(0x1bc)]&&(_0x101be9(0x19b)==_0x5a94cb[_0x101be9(0x1b1)]||_0x101be9(0x1af)==_0x5a94cb[_0x101be9(0x1b1)])&&(_0x101be9(0x194)==_0x5a94cb[_0x101be9(0x19f)]||_0x101be9(0x1c4)==_0x5a94cb[_0x101be9(0x19f)])&&_0x5a94cb[_0x101be9(0x1d8)]()[_0x101be9(0x1d3)](_0x12f0f8))[_0x101be9(0x1a1)](_0xa11aef=>_0x21f120[_0x101be9(0x1a2)](_0xa11aef[_0x101be9(0x1d9)])),_0x583d16=_0x249996[_0x101be9(0x1be)](_0xc8177d[_0x101be9(0x1ae)][_0x101be9(0x1d2)][_0x101be9(0x189)]),_0x12f0f8=_0xc8177d[_0x101be9(0x1ae)][_0x101be9(0x17e)](_0x583d16),_0x319d6e[_0x101be9(0x1d4)](),_0xc8177d[_0x101be9(0x198)][_0x101be9(0x182)](_0x101be9(0x1cc))[_0x101be9(0x1d4)](),_0xc8177d[_0x101be9(0x198)][_0x101be9(0x182)](_0x101be9(0x1b3))[_0x101be9(0x1d4)](),_0x46ccc9=_0x319d6e[_0x101be9(0x1b8)],_0x46ccc9!=_0x4e85e1[_0x101be9(0x1b8)])return _0x249996[_0x101be9(0x17c)](_0x583d16)&&_0x319d6e[_0x101be9(0x180)](_0x4e85e1[_0x101be9(0x1b8)],_0x583d16)?(_0x32b3a5({..._0x4e85e1,'setImageSizes':!0x1}),_0x583d16=_0x249996[_0x101be9(0x1be)](_0xc8177d[_0x101be9(0x1ae)][_0x101be9(0x1d2)][_0x101be9(0x189)]),void _0x21f120[_0x101be9(0x1a8)](_0x583d16,{..._0x409571,'commandReversedParams':[{'value':_0x46ccc9||null,'setImageSizes':!0x1}]},[],_0x101be9(0x194))):void(_0x249996[_0x101be9(0x1b0)](_0x583d16)?_0x21f120[_0x101be9(0x1a8)](_0x583d16,_0x409571,[],_0x101be9(0x1c4)):_0x21f120[_0x101be9(0x1a5)](_0x12f0f8,_0x409571,_0x101be9(0x1c4)));});});for(const _0x4ad929 of _0xc8177d[_0x56a595(0x1ac)][_0x56a595(0x182)](_0x56a595(0x17a))[_0x56a595(0x1c3)])_0x22a3fb[_0x4ad929[_0x56a595(0x1a4)]]=_0x4ad929[_0x56a595(0x1c8)][_0x56a595(0x19d)]();_0x21f120[_0x56a595(0x1d5)][_0x56a595(0x1ad)](_0x56a595(0x19b),_0x56a595(0x194),_0x56a595(0x1b6),()=>!0x1),_0x21f120[_0x56a595(0x1d5)][_0x56a595(0x1ad)](_0x56a595(0x19b),_0x56a595(0x1c4),_0x56a595(0x1b6),()=>!0x1),_0x21f120[_0x56a595(0x1d5)][_0x56a595(0x1ad)](_0x56a595(0x1af),_0x56a595(0x1c4),_0x56a595(0x1b6),()=>!0x1),_0x21f120[_0x56a595(0x1d5)][_0x56a595(0x1ad)](_0x56a595(0x19b),_0x56a595(0x194),_0x56a595(0x1b9),([_0x3683c7])=>{const _0x3d3bf1=_0x56a595;_0x249996[_0x3d3bf1(0x1d7)](_0x3683c7[_0x3d3bf1(0x18a)]());}),_0x21f120[_0x56a595(0x1d5)][_0x56a595(0x1ad)](_0x56a595(0x19b),_0x56a595(0x194),_0x56a595(0x1aa),(_0x17ac7f,_0x3669fb)=>{const _0x2c746a=_0x56a595;_0x21f120[_0x2c746a(0x1d5)][_0x2c746a(0x18e)](_0x2c746a(0x19b),'',_0x2c746a(0x1b9))(_0x17ac7f,{'commandName':_0x3669fb[_0x2c746a(0x190)],'commandParams':_0x3669fb[_0x2c746a(0x1d6)]});}),_0x21f120[_0x56a595(0x1d5)][_0x56a595(0x1ad)](_0x56a595(0x19b),_0x56a595(0x194),_0x56a595(0x17b),function(_0x189d57,_0x25233b){if(_0x552cf8(_0x189d57,_0x25233b))return[_0x189d57,_0x25233b];if(_0x552cf8(_0x25233b,_0x189d57))return[_0x25233b,_0x189d57];return null;});const _0x26af1c=[{'type':_0x56a595(0x19b),'subType':_0x56a595(0x194)},{'type':_0x56a595(0x1cd),'subType':_0x56a595(0x181)},{'type':_0x56a595(0x19b),'subType':_0x56a595(0x1d1)},{'type':_0x56a595(0x1cd),'subType':_0x56a595(0x1d1)}];function _0x552cf8(_0x3c9827,_0x10e7f6){const _0x45c697=_0x56a595,_0x71c29e=_0x26af1c[_0x45c697(0x188)](({type:_0x124b5e,subType:_0x52d0ae})=>_0x3c9827[_0x45c697(0x1b1)]==_0x124b5e&&_0x3c9827[_0x45c697(0x19f)]==_0x52d0ae),_0x28b9be=_0x26af1c[_0x45c697(0x188)](({type:_0x5dee33,subType:_0x3b5384})=>_0x10e7f6[_0x45c697(0x1b1)]==_0x5dee33&&_0x10e7f6[_0x45c697(0x19f)]==_0x3b5384);if(_0x71c29e<0x0||_0x28b9be<0x0)return!0x1;const _0x3e7d0d=_0x3c9827[_0x45c697(0x1d8)](),_0x2e2b96=_0x10e7f6[_0x45c697(0x1d8)]();if((0x0==_0x71c29e||0x1==_0x71c29e)&&0x2==_0x28b9be&&_0x3e7d0d[_0x45c697(0x1bb)](_0x2e2b96))return!0x0;if(0x2==_0x71c29e&&0x3==_0x28b9be){const _0x6c572b=_0x21f120[_0x45c697(0x1d0)](_0x3e7d0d,_0x45c697(0x1cd))[_0x45c697(0x1c5)](({suggestion:_0x13af64,meta:_0x46445e})=>_0x46445e[_0x45c697(0x1a3)]&&_0x45c697(0x1d1)==_0x13af64[_0x45c697(0x19f)]);if(_0x6c572b[_0x45c697(0x1a7)]>0x1&&_0x2e2b96[_0x45c697(0x193)][_0x45c697(0x1d3)](_0x3e7d0d[_0x45c697(0x1db)]))return!0x0;if(0x1==_0x6c572b[_0x45c697(0x1a7)]&&(_0x3e7d0d[_0x45c697(0x1db)][_0x45c697(0x1d3)](_0x2e2b96[_0x45c697(0x193)])||_0x3e7d0d[_0x45c697(0x193)][_0x45c697(0x1d3)](_0x2e2b96[_0x45c697(0x1db)])))return!0x0;}if(0x3==_0x71c29e&&0x3==_0x28b9be&&_0x3e7d0d[_0x45c697(0x1db)][_0x45c697(0x1b7)](_0x2e2b96[_0x45c697(0x1db)])){const _0x44a416=_0x3e7d0d[_0x45c697(0x193)][_0x45c697(0x1c0)],_0x170dcb=_0x2e2b96[_0x45c697(0x1db)][_0x45c697(0x1a6)];return _0x249996[_0x45c697(0x1b0)](_0x44a416)&&_0x44a416===_0x170dcb;}return!0x1;}_0xc8177d[_0x56a595(0x1ae)][_0x56a595(0x1d2)][_0x56a595(0x1da)](()=>{const _0x43f199=_0x56a595;let _0x50336=!0x1;const _0x4ef49b=Array[_0x43f199(0x196)](_0xc8177d[_0x43f199(0x1ae)][_0x43f199(0x1d2)][_0x43f199(0x191)][_0x43f199(0x1cb)]());for(const {name:_0x1ed471,data:_0x471f36}of _0x4ef49b){const {group:_0x554cba,type:_0x21bb03,subType:_0x41a7df,id:_0x11c674}=_0x21f120[_0x43f199(0x1dc)](_0x1ed471);if(_0x43f199(0x1ba)==_0x554cba&&_0x21f120[_0x43f199(0x18b)](_0x11c674)){if(_0x43f199(0x19b)==_0x21bb03&&(_0x43f199(0x194)==_0x41a7df||_0x43f199(0x1c4)==_0x41a7df)){const _0x43edae=_0x21f120[_0x43f199(0x185)](_0x11c674);if(_0x471f36[_0x43f199(0x17d)]){const _0x3dfc54=_0x43edae[_0x43f199(0x1d8)]()[_0x43f199(0x18a)]();if(_0x249996[_0x43f199(0x1b0)](_0x3dfc54))continue;_0x21f120[_0x43f199(0x1a2)](_0x43edae),_0x50336=!0x0;}}if(_0x43f199(0x1cd)==_0x21bb03&&_0x43f199(0x181)==_0x41a7df&&!_0x471f36[_0x43f199(0x17d)]){const _0x2cd124=_0x21f120[_0x43f199(0x185)](_0x11c674);_0x2cd124[_0x43f199(0x19e)]&&_0x2cd124[_0x43f199(0x19e)][_0x43f199(0x186)]&&(_0x21f120[_0x43f199(0x1a2)](_0x2cd124[_0x43f199(0x19e)]),_0x50336=!0x0);}}}return _0x50336;}),this[_0x56a595(0x1a9)](_0x22a3fb);}[_0x57ac0c(0x1a9)](_0x1e643a){const _0x53fb06=_0x57ac0c,_0x14358e=this[_0x53fb06(0x18f)],_0x55d02=_0x14358e[_0x53fb06(0x1ca)];_0x14358e[_0x53fb06(0x1ac)][_0x53fb06(0x182)](_0x53fb06(0x199))[_0x53fb06(0x1c7)][_0x53fb06(0x18d)](_0x5297f1=>{const _0xf8fa0b=_0x53fb06;if(_0xf8fa0b(0x19b)!=_0x5297f1[_0xf8fa0b(0x1b1)]&&_0xf8fa0b(0x1af)!=_0x5297f1[_0xf8fa0b(0x1b1)])return;const {data:_0x360ab3}=_0x5297f1;if(!_0x360ab3||_0xf8fa0b(0x1bd)!=_0x360ab3[_0xf8fa0b(0x190)])return;const _0x38a593=_0x360ab3[_0xf8fa0b(0x184)][0x0][_0xf8fa0b(0x1b8)];return _0x3c8c80(_0xf8fa0b(0x1a0)===_0x38a593?_0xc52f7(_0x55d02,_0xf8fa0b(0x18c)):_0x1e643a[_0x38a593]||_0x38a593);function _0x3c8c80(_0x2878ad){const _0x54d4bf=_0xf8fa0b;return{'type':_0x54d4bf(0x19c),'content':_0xc52f7(_0x55d02,_0x54d4bf(0x195),_0x2878ad)};}});}}
|
|
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)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x470b31=_0x4841;(function(_0x495da1,_0x506d16){const _0x262aaa=_0x4841,_0x2eb0ca=_0x495da1();while(!![]){try{const _0x50d677=parseInt(_0x262aaa(0x11c))/0x1+parseInt(_0x262aaa(0x113))/0x2+-parseInt(_0x262aaa(0x112))/0x3+-parseInt(_0x262aaa(0x12c))/0x4*(parseInt(_0x262aaa(0x117))/0x5)+-parseInt(_0x262aaa(0x12b))/0x6*(parseInt(_0x262aaa(0x110))/0x7)+-parseInt(_0x262aaa(0x11a))/0x8+parseInt(_0x262aaa(0x125))/0x9;if(_0x50d677===_0x506d16)break;else _0x2eb0ca['push'](_0x2eb0ca['shift']());}catch(_0x42fab7){_0x2eb0ca['push'](_0x2eb0ca['shift']());}}}(_0x2dbc,0xf3815));import{Plugin as _0x21eb0e}from'ckeditor5/src/core.js';export default class ot extends _0x21eb0e{constructor(_0x1c86b5){const _0x1fa4b3=_0x4841;super(_0x1c86b5),this[_0x1fa4b3(0x12d)]=!0x1,this[_0x1fa4b3(0x128)]=!0x1;}[_0x470b31(0x122)](){const _0x4c943b=_0x470b31,_0x4f7284=this[_0x4c943b(0x124)],_0x2e0894=_0x4f7284[_0x4c943b(0x11e)][_0x4c943b(0x118)](_0x4c943b(0x130)),_0x162c1c=_0x4f7284[_0x4c943b(0x11e)][_0x4c943b(0x118)](_0x4c943b(0x111));_0x2e0894&&(_0x2e0894['on'](_0x4c943b(0x119),(_0x45da13,[,_0x34692e])=>{const _0x4292f9=_0x4c943b;this[_0x4292f9(0x12d)]=_0x162c1c[_0x4292f9(0x11f)],_0x34692e[_0x4292f9(0x126)][_0x4292f9(0x116)]=!this[_0x4292f9(0x12d)];},{'priority':_0x4c943b(0x127)}),this[_0x4c943b(0x120)](_0x2e0894,_0x4c943b(0x121),this[_0x4c943b(0x114)][_0x4c943b(0x11d)](this)),this[_0x4c943b(0x120)](_0x2e0894,_0x4c943b(0x121),()=>{const _0x36e659=_0x4c943b;this[_0x36e659(0x128)]&&(_0x162c1c[_0x36e659(0x119)](),this[_0x36e659(0x128)]=!0x1);},{'priority':_0x4c943b(0x12f)}),_0x4f7284[_0x4c943b(0x115)][_0x4c943b(0x118)](_0x4c943b(0x12a))[_0x4c943b(0x12e)](_0x4c943b(0x130)));}[_0x470b31(0x114)](_0x517e9a,_0xc0ddfb){const _0x111b91=_0x470b31,{suggestions:_0x415e04}=_0xc0ddfb,_0x3a8f24=this[_0x111b91(0x124)][_0x111b91(0x11e)][_0x111b91(0x118)](_0x111b91(0x111)),_0x32e48c=_0x3a8f24[_0x111b91(0x11f)];this[_0x111b91(0x12d)]!==_0x32e48c&&(_0x3a8f24[_0x111b91(0x119)](),this[_0x111b91(0x128)]=!0x0),_0x415e04&&_0x415e04[_0x111b91(0x123)](({id:_0x55bc7d,type:_0x3bd4ec,author:_0x4fe6ae,created_at:_0x163ab2})=>{const _0x2c0f05=_0x111b91,_0x10c016={'id':_0x55bc7d,'type':_0x3bd4ec,'authorId':this[_0x2c0f05(0x124)][_0x2c0f05(0x115)][_0x2c0f05(0x118)](_0x2c0f05(0x129))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4fe6ae,'createdAt':_0x163ab2?new Date(_0x163ab2):new Date(),'source':_0x2c0f05(0x130)}}};this[_0x2c0f05(0x124)][_0x2c0f05(0x115)][_0x2c0f05(0x118)](_0x2c0f05(0x12a))[_0x2c0f05(0x11b)](_0x10c016);});}}function _0x4841(_0x133517,_0x24fad9){const _0x2dbc8d=_0x2dbc();return _0x4841=function(_0x4841b2,_0x3a370e){_0x4841b2=_0x4841b2-0x110;let _0x47ebd4=_0x2dbc8d[_0x4841b2];return _0x47ebd4;},_0x4841(_0x133517,_0x24fad9);}function _0x2dbc(){const _0x47cd0e=['editor','6130341SaEkFF','collaboration_features','high','_trackChangesExecuted','Users','TrackChangesEditing','25728FlaXqa','4099156hZOkxy','_trackChangesValueDuringImport','enableCommand','lowest','importWord','1015jpApSX','trackChanges','324498aImSfk','1029222FCjrRQ','_handleImportedData','plugins','track_changes','5JyhgQQ','get','execute','3268432xvWqlu','_setSuggestionData','1964906rAkJrp','bind','commands','value','listenTo','dataInsert','afterInit','forEach'];_0x2dbc=function(){return _0x47cd0e;};return _0x2dbc();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x50e1a1=_0x247e;(function(_0x59ff97,_0xfc4822){const _0x51a5aa=_0x247e,_0x5dea31=_0x59ff97();while(!![]){try{const _0x2ae509=parseInt(_0x51a5aa(0xa4))/0x1+-parseInt(_0x51a5aa(0xb7))/0x2*(parseInt(_0x51a5aa(0xba))/0x3)+-parseInt(_0x51a5aa(0x9f))/0x4*(parseInt(_0x51a5aa(0xc1))/0x5)+parseInt(_0x51a5aa(0xc4))/0x6*(-parseInt(_0x51a5aa(0xa6))/0x7)+parseInt(_0x51a5aa(0xc2))/0x8*(parseInt(_0x51a5aa(0xac))/0x9)+parseInt(_0x51a5aa(0xaf))/0xa*(parseInt(_0x51a5aa(0xbf))/0xb)+parseInt(_0x51a5aa(0xa9))/0xc;if(_0x2ae509===_0xfc4822)break;else _0x5dea31['push'](_0x5dea31['shift']());}catch(_0x4df2f4){_0x5dea31['push'](_0x5dea31['shift']());}}}(_0x3c13,0x5fb2a));import{Plugin as _0x2c3fda}from'ckeditor5/src/core.js';function _0x3c13(){const _0x1ba5da=['outdentBlock','26616sreHBH','_descriptionFactory','afterInit','*Outdent:*\x20%0','_registerLegacyDescription','11XSPDzf','has','2456285PIAaqD','49368KpORWK','indent','3474IftITt','IndentEditing','indentBlock','TrackChangesEditing','formatBlock','4Isnvpf','format','editor','enableCommand','outdent','586874VGNQUV','plugins','7322LNMlih','get','_registerBlockAttribute','11815704qkbnoy','blockIndent','getItemLabel','531pwFwRN','getItems','*Indent:*\x20%0','57360ZpeUIL','registerDescriptionCallback','_enableDefaultAttributesIntegration','registerAttributeLabel','locale','type','commandName','IndentBlock','102ZUfwII','FORMAT_INDENT'];_0x3c13=function(){return _0x1ba5da;};return _0x3c13();}import{getTranslation as _0x39303e}from'../utils/common-translations.js';function _0x247e(_0x44e4bf,_0x46f45e){const _0x3c1319=_0x3c13();return _0x247e=function(_0x247e92,_0x35f62c){_0x247e92=_0x247e92-0x9d;let _0x409514=_0x3c1319[_0x247e92];return _0x409514;},_0x247e(_0x44e4bf,_0x46f45e);}export default class rt extends _0x2c3fda{[_0x50e1a1(0xbc)](){const _0x2c7f7d=_0x50e1a1,_0xdec9d=this[_0x2c7f7d(0xa1)],_0x552790=_0xdec9d[_0x2c7f7d(0xa5)][_0x2c7f7d(0xa7)](_0x2c7f7d(0x9d));if(_0xdec9d[_0x2c7f7d(0xa5)][_0x2c7f7d(0xc0)](_0x2c7f7d(0xc5))&&(_0x552790[_0x2c7f7d(0xa2)](_0x2c7f7d(0xc3)),_0x552790[_0x2c7f7d(0xa2)](_0x2c7f7d(0xa3))),_0xdec9d[_0x2c7f7d(0xa5)][_0x2c7f7d(0xc0)](_0x2c7f7d(0xb6))){for(const _0x22c56a of[_0x2c7f7d(0xc6),_0x2c7f7d(0xb9)])_0x552790[_0x2c7f7d(0xb1)](_0x22c56a);}const _0x592e7b=_0xdec9d[_0x2c7f7d(0xb3)];_0x552790[_0x2c7f7d(0xa8)](_0x2c7f7d(0xaa)),_0x552790[_0x2c7f7d(0xbb)][_0x2c7f7d(0xb2)](_0x2c7f7d(0xaa),_0x39303e(_0x592e7b,_0x2c7f7d(0xb8))),this[_0x2c7f7d(0xbe)]();}[_0x50e1a1(0xbe)](){const _0xa881c0=_0x50e1a1,_0x3803ae=this[_0xa881c0(0xa1)],_0x5526e5=_0x3803ae[_0xa881c0(0xb3)],_0x579cb9=_0x3803ae[_0xa881c0(0xa5)][_0xa881c0(0xa7)](_0xa881c0(0x9d));_0x579cb9[_0xa881c0(0xbb)][_0xa881c0(0xb0)](_0x1f9d08=>{const _0x204775=_0xa881c0;if(_0x204775(0x9e)!=_0x1f9d08[_0x204775(0xb4)])return;const {data:_0x56aa2c}=_0x1f9d08;if(!_0x56aa2c)return;if(_0x204775(0xc6)!=_0x56aa2c[_0x204775(0xb5)]&&_0x204775(0xb9)!=_0x56aa2c[_0x204775(0xb5)])return;const _0x57f680=_0x1f9d08[_0x204775(0xad)]()[0x0],_0x2265e2=_0x579cb9[_0x204775(0xbb)][_0x204775(0xab)](_0x57f680);return _0x204775(0xc6)==_0x56aa2c[_0x204775(0xb5)]?{'type':_0x204775(0xa0),'content':_0x39303e(_0x5526e5,_0x204775(0xae),_0x2265e2)}:_0x204775(0xb9)==_0x56aa2c[_0x204775(0xb5)]?{'type':_0x204775(0xa0),'content':_0x39303e(_0x5526e5,_0x204775(0xbd),_0x2265e2)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x1d5c2e=_0x173f;function _0x173f(_0x1fbc2b,_0x4ad3f7){var _0x2d1488=_0x2d14();return _0x173f=function(_0x173f35,_0x594fea){_0x173f35=_0x173f35-0xfa;var _0x292f70=_0x2d1488[_0x173f35];return _0x292f70;},_0x173f(_0x1fbc2b,_0x4ad3f7);}(function(_0x12cc36,_0x37af1b){var _0x5e1e70=_0x173f,_0x467e95=_0x12cc36();while(!![]){try{var _0x440efd=-parseInt(_0x5e1e70(0x106))/0x1+parseInt(_0x5e1e70(0xfe))/0x2*(parseInt(_0x5e1e70(0xff))/0x3)+-parseInt(_0x5e1e70(0x102))/0x4+-parseInt(_0x5e1e70(0x104))/0x5*(-parseInt(_0x5e1e70(0x103))/0x6)+parseInt(_0x5e1e70(0xfc))/0x7*(-parseInt(_0x5e1e70(0xfd))/0x8)+-parseInt(_0x5e1e70(0x10c))/0x9*(-parseInt(_0x5e1e70(0x109))/0xa)+parseInt(_0x5e1e70(0xfb))/0xb;if(_0x440efd===_0x37af1b)break;else _0x467e95['push'](_0x467e95['shift']());}catch(_0x155dd4){_0x467e95['push'](_0x467e95['shift']());}}}(_0x2d14,0xc77fa));import{Plugin as _0x43cfde}from'ckeditor5/src/core.js';import{Input as _0x1b8813}from'ckeditor5/src/typing.js';export default class at extends _0x43cfde{static get[_0x1d5c2e(0xfa)](){return[_0x1b8813];}[_0x1d5c2e(0x105)](){var _0x3573a1=_0x1d5c2e;this[_0x3573a1(0x100)][_0x3573a1(0x101)][_0x3573a1(0x108)](_0x3573a1(0x10a))[_0x3573a1(0x10b)](_0x3573a1(0x107));}}function _0x2d14(){var _0x4ba168=['TrackChangesEditing','enableCommand','84591GbpubQ','requires','17281264JMxZXO','49553pCzoCL','1072nHnASX','82BtfGNx','29589LcKOMN','editor','plugins','3628736KrjUYE','133140RZirrr','265QvDcVS','init','487960uIYpRw','input','get','10BgrPdw'];_0x2d14=function(){return _0x4ba168;};return _0x2d14();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x4b95(_0x50c2,_0x479290){const _0x20238f=_0x2023();return _0x4b95=function(_0x4b954f,_0xbbf3d4){_0x4b954f=_0x4b954f-0x14b;let _0x2325a2=_0x20238f[_0x4b954f];return _0x2325a2;},_0x4b95(_0x50c2,_0x479290);}const _0x146b29=_0x4b95;(function(_0x1952b6,_0x205051){const _0x23bae9=_0x4b95,_0x55e6db=_0x1952b6();while(!![]){try{const _0x3dd59c=parseInt(_0x23bae9(0x19e))/0x1*(parseInt(_0x23bae9(0x175))/0x2)+-parseInt(_0x23bae9(0x151))/0x3*(parseInt(_0x23bae9(0x171))/0x4)+parseInt(_0x23bae9(0x180))/0x5+parseInt(_0x23bae9(0x17a))/0x6+parseInt(_0x23bae9(0x178))/0x7*(parseInt(_0x23bae9(0x192))/0x8)+parseInt(_0x23bae9(0x185))/0x9+parseInt(_0x23bae9(0x184))/0xa*(-parseInt(_0x23bae9(0x16f))/0xb);if(_0x3dd59c===_0x205051)break;else _0x55e6db['push'](_0x55e6db['shift']());}catch(_0x3a60e5){_0x55e6db['push'](_0x55e6db['shift']());}}}(_0x2023,0x32423));import{Plugin as _0x1b4be5}from'ckeditor5/src/core.js';import{getTranslation as _0x4e9964}from'../utils/common-translations.js';export default class ut extends _0x1b4be5{[_0x146b29(0x19b)](){const _0x2e0915=_0x146b29,_0x316e75=this[_0x2e0915(0x15d)],_0x3df346=_0x316e75[_0x2e0915(0x18b)];if(!_0x316e75[_0x2e0915(0x15b)][_0x2e0915(0x191)](_0x2e0915(0x173)))return;const _0x56f99a=_0x316e75[_0x2e0915(0x15b)][_0x2e0915(0x17b)](_0x2e0915(0x18f)),_0x145f57=_0x316e75[_0x2e0915(0x15b)][_0x2e0915(0x191)](_0x2e0915(0x169));function _0x1ceda8(_0x1d15d4){return()=>{const _0xaae13=_0x4b95,_0x3bc34d=_0x316e75[_0xaae13(0x181)][_0xaae13(0x18e)][_0xaae13(0x165)],_0x35b6b8=_0x316e75[_0xaae13(0x177)][_0xaae13(0x17b)](_0x1d15d4);if(_0x35b6b8[_0xaae13(0x15f)])return void _0x316e75[_0xaae13(0x16d)](_0xaae13(0x153),{});const _0x33ff90=_0x1d15d4[_0xaae13(0x17c)](0x0,-0x4),_0x50fe9c=function(_0x3a218a,_0x187cae,_0xe241b3){const _0xb21577=_0xaae13;let _0x1fd13d=Array[_0xb21577(0x167)](_0x3a218a)[_0xb21577(0x179)](_0x476967=>function(_0x436593,_0x2ce487){const _0xb46e30=_0xb21577;return _0x2ce487[_0xb46e30(0x170)](_0x436593[_0xb46e30(0x163)],_0xb46e30(0x187))&&!_0x2ce487[_0xb46e30(0x16e)](_0x436593);}(_0x476967,_0xe241b3));_0x1fd13d=_0x1fd13d[_0xb21577(0x179)](_0x421ad3=>!_0x421ad3['is'](_0xb21577(0x15c),_0xb21577(0x187))||_0x421ad3[_0xb21577(0x16a)](_0xb21577(0x189))!=_0x187cae);const _0x4679bc=new Set();for(const _0x35b4ad of _0x1fd13d)_0x35b4ad['is'](_0xb21577(0x15c),_0xb21577(0x187))?_0x4679bc[_0xb21577(0x19f)](me(_0x35b4ad)):_0x4679bc[_0xb21577(0x19f)](_0x35b4ad);return Array[_0xb21577(0x167)](_0x4679bc);}(_0x3bc34d[_0xaae13(0x15a)](),_0x33ff90,_0x316e75[_0xaae13(0x181)][_0xaae13(0x18a)]);_0x316e75[_0xaae13(0x181)][_0xaae13(0x18d)](()=>{const _0x5d8aa6=_0xaae13;for(const _0x44e53d of _0x50fe9c)_0x56f99a[_0x5d8aa6(0x172)](_0x44e53d,{'commandName':_0x1d15d4,'commandParams':[{'forceValue':!_0x35b6b8[_0x5d8aa6(0x15f)]}],'formatGroupId':_0x5d8aa6(0x1a1)},fe(_0x44e53d));});};}function _0x334ecd(_0x3bbb4d){return()=>{const _0x4ca6f9=_0x4b95,_0x3ae401=function(_0xc911a6){const _0x4930f8=_0x4b95;let _0x15b8ab=Array[_0x4930f8(0x167)](_0xc911a6);const _0x391201=_0x15b8ab[_0x4930f8(0x158)](_0x564bf6=>_0x4930f8(0x187)!=_0x564bf6[_0x4930f8(0x156)]);return _0x391201>-0x1&&(_0x15b8ab=_0x15b8ab[_0x4930f8(0x17c)](0x0,_0x391201)),_0x15b8ab;}(_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x18e)][_0x4ca6f9(0x165)][_0x4ca6f9(0x15a)]()),_0x6e993b=_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x17d)](_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x16c)](_0x3ae401[0x0],_0x4ca6f9(0x1a0)),_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x16c)](_0x3ae401[_0x3ae401[_0x4ca6f9(0x15e)]-0x1],_0x4ca6f9(0x17e)));_0x316e75[_0x4ca6f9(0x181)][_0x4ca6f9(0x18d)](()=>{const _0x5872b4=_0x4ca6f9;_0x56f99a[_0x5872b4(0x172)](_0x6e993b,{'commandName':_0x3bbb4d,'commandParams':[],'formatGroupId':_0x5872b4(0x199)},function(_0x499302){const _0x268d97=_0x5872b4,_0x448614=new Set();for(const _0x17cf0d of _0x499302){let _0xf34798=_0x17cf0d[_0x268d97(0x152)];for(;_0xf34798&&_0xf34798[_0x268d97(0x16a)](_0x268d97(0x199))>_0x17cf0d[_0x268d97(0x16a)](_0x268d97(0x199));)_0x448614[_0x268d97(0x19f)](_0xf34798),_0xf34798=_0xf34798[_0x268d97(0x152)];}return Array[_0x268d97(0x167)](_0x448614);}(_0x3ae401));});};}_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x186),_0x1ceda8(_0x2e0915(0x186))),_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x159),_0x1ceda8(_0x2e0915(0x159))),_0x145f57&&_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x14c),_0x1ceda8(_0x2e0915(0x14c))),_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x197),_0x334ecd(_0x2e0915(0x197))),_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x16b),_0x334ecd(_0x2e0915(0x16b))),_0x145f57&&_0x56f99a[_0x2e0915(0x18c)](_0x2e0915(0x17f),()=>{const _0x544ba1=_0x2e0915,_0x2f9eab=_0x316e75[_0x544ba1(0x177)][_0x544ba1(0x17b)](_0x544ba1(0x17f)),_0x467679=Array[_0x544ba1(0x167)](_0x2f9eab[_0x544ba1(0x19d)]);_0x467679[_0x544ba1(0x179)](_0x4d8efa=>_0x4d8efa[_0x544ba1(0x16a)](_0x544ba1(0x194))!=_0x2f9eab[_0x544ba1(0x15f)]),_0x316e75[_0x544ba1(0x181)][_0x544ba1(0x18d)](()=>{const _0x15e27d=_0x544ba1;for(const _0x58d4a5 of _0x467679)_0x56f99a[_0x15e27d(0x172)](_0x58d4a5,{'commandName':_0x15e27d(0x17f),'commandParams':[{'forceValue':!_0x2f9eab[_0x15e27d(0x15f)]}]});});}),_0x56f99a[_0x2e0915(0x155)][_0x2e0915(0x166)](_0x2e0915(0x187),_0x2fe8db=>_0x4e9964(_0x3df346,_0x2e0915(0x161),_0x2fe8db)),_0x56f99a[_0x2e0915(0x155)][_0x2e0915(0x196)](_0x340679=>{const _0x35fbe4=_0x2e0915;if(_0x35fbe4(0x14b)!=_0x340679[_0x35fbe4(0x182)]&&_0x35fbe4(0x157)!=_0x340679[_0x35fbe4(0x182)])return;const {data:_0x55ebc3}=_0x340679;if(_0x55ebc3){if(_0x35fbe4(0x186)==_0x55ebc3[_0x35fbe4(0x164)]||_0x35fbe4(0x159)==_0x55ebc3[_0x35fbe4(0x164)]||_0x35fbe4(0x14c)==_0x55ebc3[_0x35fbe4(0x164)])switch(_0x55ebc3[_0x35fbe4(0x164)][_0x35fbe4(0x195)](_0x35fbe4(0x154),'')){case _0x35fbe4(0x150):return _0x4f96b6(_0x4e9964(_0x3df346,_0x35fbe4(0x193)));case _0x35fbe4(0x14d):return _0x4f96b6(_0x4e9964(_0x3df346,_0x35fbe4(0x162)));case _0x35fbe4(0x176):return _0x4f96b6(_0x4e9964(_0x3df346,_0x35fbe4(0x14e)));}if(_0x35fbe4(0x197)==_0x55ebc3[_0x35fbe4(0x164)])return{'type':_0x35fbe4(0x14f),'content':_0x4e9964(_0x3df346,_0x35fbe4(0x160),_0x4e9964(_0x3df346,_0x35fbe4(0x161)))};if(_0x35fbe4(0x16b)==_0x55ebc3[_0x35fbe4(0x164)])return{'type':_0x35fbe4(0x14f),'content':_0x4e9964(_0x3df346,_0x35fbe4(0x188),_0x4e9964(_0x3df346,_0x35fbe4(0x161)))};if(_0x35fbe4(0x17f)==_0x55ebc3[_0x35fbe4(0x164)])return _0x55ebc3[_0x35fbe4(0x19c)][0x0][_0x35fbe4(0x190)]?{'type':_0x35fbe4(0x14f),'content':_0x4e9964(_0x3df346,_0x35fbe4(0x198))}:{'type':_0x35fbe4(0x14f),'content':_0x4e9964(_0x3df346,_0x35fbe4(0x19a))};}function _0x4f96b6(_0x1fd633){const _0x367ef3=_0x35fbe4;return{'type':_0x367ef3(0x14f),'content':_0x4e9964(_0x3df346,_0x367ef3(0x168),_0x1fd633)};}});}}function _0x2023(){const _0x4d823b=['document','TrackChangesEditing','forceValue','has','4288boswDS','ELEMENT_BULLETED_LIST','todoListChecked','replace','registerDescriptionCallback','indentList','*Check\x20item*','listIndent','*Uncheck\x20item*','afterInit','commandParams','_selectedElements','1451HjpDId','add','before','blockName','formatBlock','todoList','numbered','ELEMENT_TODO_LIST','format','bulleted','425226tAlFzJ','nextSibling','paragraph','List','_descriptionFactory','name','formatInline','findIndex','bulletedList','getSelectedBlocks','plugins','element','editor','length','value','*Indent:*\x20%0','ELEMENT_LIST_ITEM','ELEMENT_NUMBERED_LIST','parent','commandName','selection','registerElementLabel','from','*Change\x20to:*\x20%0','LegacyTodoListEditing','getAttribute','outdentList','createPositionAt','execute','isObject','68673ZzVCor','checkChild','4DKwrZg','markBlockFormat','LegacyListEditing','previousSibling','398slvQrh','todo','commands','5173VOrfIA','filter','109782oRdakw','get','slice','createRange','end','checkTodoList','1198160hHvZiJ','model','type','push','1160XmCrkk','1161063NMMetj','numberedList','listItem','*Outdent:*\x20%0','listType','schema','locale','enableCommand','change'];_0x2023=function(){return _0x4d823b;};return _0x2023();}function me(_0x43eb39){const _0x4f43c2=_0x146b29,_0x5a081f=_0x43eb39[_0x4f43c2(0x16a)](_0x4f43c2(0x199));if(0x0==_0x5a081f)return _0x43eb39;let _0x1636e9=_0x43eb39;for(;_0x43eb39[_0x4f43c2(0x174)]&&_0x43eb39[_0x4f43c2(0x174)]['is'](_0x4f43c2(0x15c),_0x4f43c2(0x187));){const _0x53f426=_0x43eb39[_0x4f43c2(0x174)][_0x4f43c2(0x16a)](_0x4f43c2(0x199));if(_0x53f426==_0x5a081f)_0x1636e9=_0x43eb39[_0x4f43c2(0x174)];else{if(_0x53f426<_0x5a081f)break;}_0x43eb39=_0x43eb39[_0x4f43c2(0x174)];}return _0x1636e9;}function fe(_0x3bd8f3){const _0x1b0444=_0x146b29,_0x5ced4a=[];if(_0x3bd8f3['is'](_0x1b0444(0x15c),_0x1b0444(0x187))&&_0x3bd8f3[_0x1b0444(0x16a)](_0x1b0444(0x199))>0x0){let _0x2df134=_0x3bd8f3[_0x1b0444(0x152)];for(;_0x2df134&&_0x1b0444(0x187)==_0x2df134[_0x1b0444(0x156)]&&_0x2df134[_0x1b0444(0x16a)](_0x1b0444(0x199))==_0x3bd8f3[_0x1b0444(0x16a)](_0x1b0444(0x199));)_0x5ced4a[_0x1b0444(0x183)](_0x2df134),_0x2df134=_0x2df134[_0x1b0444(0x152)];}return _0x5ced4a;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2f3729=_0x46a0;(function(_0x5224d5,_0x12a35f){const _0xe43689=_0x46a0,_0x298070=_0x5224d5();while(!![]){try{const _0x4d0bad=-parseInt(_0xe43689(0x98))/0x1*(-parseInt(_0xe43689(0x94))/0x2)+-parseInt(_0xe43689(0xa1))/0x3+-parseInt(_0xe43689(0xc0))/0x4+parseInt(_0xe43689(0xbe))/0x5*(-parseInt(_0xe43689(0xb0))/0x6)+-parseInt(_0xe43689(0x8e))/0x7*(parseInt(_0xe43689(0x9c))/0x8)+-parseInt(_0xe43689(0xb8))/0x9+parseInt(_0xe43689(0x96))/0xa;if(_0x4d0bad===_0x12a35f)break;else _0x298070['push'](_0x298070['shift']());}catch(_0x2f5095){_0x298070['push'](_0x298070['shift']());}}}(_0x9a48,0x7d293));function _0x9a48(){const _0x14661b=['afterInit','enableCommand','getLastPosition','2672430xkPxLc','parent','getListTypeFromListStyleType','map','listStart','*Change\x20to:*\x20%0','handleListStartCommand','createRange','getAttribute','*Format:*\x20set\x20order\x20to\x20regular','listReversed','listStyle','registerDescriptionCallback','TrackChangesEditing','replace','6MYAAwH','editor','listType','flat','commandName','locale','handleListStyleCommand','*Format:*\x20set\x20order\x20to\x20reversed','8085231qmwBBd','commandParams','reversed','LegacyListUtils','from','getFirstPosition','586120unlYkU','model','2518072KHconH','forward','bind','get','config','ELEMENT_','format','unshift','document','handleDescriptions','numbered','before','push','handleListReversedCommand','_getSuggestionBlocks','startIndex','length','plugins','toUpperCase','selection','_descriptionFactory','type','element','createPositionAt','styles','listItem','markMultiRangeBlockFormat','has','change','getSiblingNodes','3815203HDgOuh','*Format:*\x20set\x20start\x20index\x20to\x20%0','_getTranslationKeyForListStyle','formatInline','formatBlock','LegacyListPropertiesEditing','1556ErXwrT','_getSuggestionBlocksForListStyle','31921510tdsBZs','backward','516GNqnXY','list.properties','_LIST_','getSelectedBlocks','8BlbKEY','filter'];_0x9a48=function(){return _0x14661b;};return _0x9a48();}import{Plugin as _0xed8550}from'ckeditor5/src/core.js';function _0x46a0(_0x186452,_0x13904a){const _0x9a4844=_0x9a48();return _0x46a0=function(_0x46a03f,_0x3af579){_0x46a03f=_0x46a03f-0x89;let _0x50a6a1=_0x9a4844[_0x46a03f];return _0x50a6a1;},_0x46a0(_0x186452,_0x13904a);}import{getTranslation as _0x133ad8}from'../utils/common-translations.js';export default class K extends _0xed8550{[_0x2f3729(0x9e)](){const _0x4460f8=_0x2f3729;if(!this[_0x4460f8(0xb1)][_0x4460f8(0xd1)][_0x4460f8(0x8b)](_0x4460f8(0x93)))return;const _0x5b2b5f=this[_0x4460f8(0xb1)][_0x4460f8(0xc4)][_0x4460f8(0xc3)](_0x4460f8(0x99)),_0x10e572=this[_0x4460f8(0xb1)][_0x4460f8(0xd1)][_0x4460f8(0xc3)](_0x4460f8(0xae));_0x5b2b5f[_0x4460f8(0xd8)]&&_0x10e572[_0x4460f8(0x9f)](_0x4460f8(0xac),this[_0x4460f8(0xb6)][_0x4460f8(0xc2)](this)),_0x5b2b5f[_0x4460f8(0xba)]&&_0x10e572[_0x4460f8(0x9f)](_0x4460f8(0xab),this[_0x4460f8(0xcd)][_0x4460f8(0xc2)](this)),_0x5b2b5f[_0x4460f8(0xcf)]&&_0x10e572[_0x4460f8(0x9f)](_0x4460f8(0xa5),this[_0x4460f8(0xa7)][_0x4460f8(0xc2)](this)),_0x10e572[_0x4460f8(0xd4)][_0x4460f8(0xad)](this[_0x4460f8(0xc9)][_0x4460f8(0xc2)](this));}[_0x2f3729(0xb6)](_0x264b71,_0x5b7081={}){const _0x554ee2=_0x2f3729,_0x166888=this[_0x554ee2(0xb1)][_0x554ee2(0xd1)][_0x554ee2(0xc3)](_0x554ee2(0xae)),_0x18a50d=this[_0x554ee2(0x95)]();this[_0x554ee2(0xb1)][_0x554ee2(0xbf)][_0x554ee2(0x8c)](()=>{const _0x3cb95c=_0x554ee2;_0x166888[_0x3cb95c(0x8a)](_0x18a50d,{'commandName':_0x3cb95c(0xac),'commandParams':[{'type':_0x5b7081[_0x3cb95c(0xd5)]}],'formatGroupId':_0x3cb95c(0xac)});});}[_0x2f3729(0xcd)](_0x425f53,_0x2cbea8={}){const _0x54fbef=_0x2f3729,_0x9c12a0=this[_0x54fbef(0xb1)][_0x54fbef(0xd1)][_0x54fbef(0xc3)](_0x54fbef(0xae)),_0x1c22a3=this[_0x54fbef(0xce)](_0x2feefb=>_0x2feefb['is'](_0x54fbef(0xd6),_0x54fbef(0x89))&&_0x54fbef(0xca)===_0x2feefb[_0x54fbef(0xa9)](_0x54fbef(0xb2)));if(_0x1c22a3[_0x54fbef(0xd0)]<0x1)return;const _0x209871=_0x1c22a3[_0x54fbef(0xa4)](_0x443c8e=>this[_0x54fbef(0xb1)][_0x54fbef(0xbf)][_0x54fbef(0xa8)](this[_0x54fbef(0xb1)][_0x54fbef(0xbf)][_0x54fbef(0xd7)](_0x443c8e,_0x54fbef(0xcb)),this[_0x54fbef(0xb1)][_0x54fbef(0xbf)][_0x54fbef(0xd7)](_0x443c8e,0x0)));this[_0x54fbef(0xb1)][_0x54fbef(0xbf)][_0x54fbef(0x8c)](()=>{const _0x508942=_0x54fbef;_0x9c12a0[_0x508942(0x8a)](_0x209871,{'commandName':_0x508942(0xab),'commandParams':[{'reversed':_0x2cbea8[_0x508942(0xba)]}],'formatGroupId':_0x508942(0xab)});});}[_0x2f3729(0xa7)](_0x49310f,_0x28ad17={}){const _0x246cf4=_0x2f3729,_0x25386c=this[_0x246cf4(0xb1)][_0x246cf4(0xd1)][_0x246cf4(0xc3)](_0x246cf4(0xae)),_0x5a8310=this[_0x246cf4(0xce)](_0x546d60=>_0x546d60['is'](_0x246cf4(0xd6),_0x246cf4(0x89))&&_0x246cf4(0xca)===_0x546d60[_0x246cf4(0xa9)](_0x246cf4(0xb2)));if(_0x5a8310[_0x246cf4(0xd0)]<0x1)return;const _0x6f2e6b=_0x5a8310[_0x246cf4(0xa4)](_0xd840fb=>this[_0x246cf4(0xb1)][_0x246cf4(0xbf)][_0x246cf4(0xa8)](this[_0x246cf4(0xb1)][_0x246cf4(0xbf)][_0x246cf4(0xd7)](_0xd840fb,_0x246cf4(0xcb)),this[_0x246cf4(0xb1)][_0x246cf4(0xbf)][_0x246cf4(0xd7)](_0xd840fb,0x0)));this[_0x246cf4(0xb1)][_0x246cf4(0xbf)][_0x246cf4(0x8c)](()=>{const _0x12d1eb=_0x246cf4;_0x25386c[_0x12d1eb(0x8a)](_0x6f2e6b,{'commandName':_0x12d1eb(0xa5),'commandParams':[{'startIndex':_0x28ad17[_0x12d1eb(0xcf)]}],'formatGroupId':_0x12d1eb(0xa5)});});}[_0x2f3729(0xc9)](_0x5782c5){const _0xa66ebc=_0x2f3729;if(_0xa66ebc(0x92)!=_0x5782c5[_0xa66ebc(0xd5)]&&_0xa66ebc(0x91)!=_0x5782c5[_0xa66ebc(0xd5)])return;const _0x44baed=this[_0xa66ebc(0xb1)][_0xa66ebc(0xb5)],{data:_0x859010}=_0x5782c5;if(!_0x859010)return;let _0x444d21,_0x449232;switch(_0x859010[_0xa66ebc(0xb4)]){case _0xa66ebc(0xac):_0x444d21=_0xa66ebc(0xa6),_0x449232={'type':_0xa66ebc(0xc6),'content':_0x133ad8(_0x44baed,_0x444d21,_0x133ad8(_0x44baed,this[_0xa66ebc(0x90)](_0x859010[_0xa66ebc(0xb9)][0x0][_0xa66ebc(0xd5)])))};break;case _0xa66ebc(0xab):_0x444d21=_0x859010[_0xa66ebc(0xb9)][0x0][_0xa66ebc(0xba)]?_0xa66ebc(0xb7):_0xa66ebc(0xaa),_0x449232={'type':_0xa66ebc(0xc6),'content':_0x133ad8(_0x44baed,_0x444d21)};break;case _0xa66ebc(0xa5):_0x444d21=_0xa66ebc(0x8f),_0x449232={'type':_0xa66ebc(0xc6),'content':_0x133ad8(_0x44baed,_0x444d21,_0x859010[_0xa66ebc(0xb9)][0x0][_0xa66ebc(0xcf)])};}return _0x449232;}[_0x2f3729(0x95)](){const _0x28757a=_0x2f3729;var _0x57c266,_0x49fe86,_0x475abf,_0x163cec;const _0x571ff4=this[_0x28757a(0xb1)][_0x28757a(0xd1)][_0x28757a(0xc3)](_0x28757a(0xbb));let _0x3d757d=Array[_0x28757a(0xbc)](this[_0x28757a(0xb1)][_0x28757a(0xbf)][_0x28757a(0xc8)][_0x28757a(0xd3)][_0x28757a(0x9b)]());return(null===(_0x57c266=_0x3d757d[0x0])||void 0x0===_0x57c266?void 0x0:_0x57c266['is'](_0x28757a(0xd6),_0x28757a(0x89)))&&_0x3d757d[_0x28757a(0xc7)](..._0x571ff4[_0x28757a(0x8d)](this[_0x28757a(0xb1)][_0x28757a(0xbf)][_0x28757a(0xc8)][_0x28757a(0xd3)][_0x28757a(0xbd)](),_0x28757a(0x97))),(null===(_0x49fe86=_0x3d757d[_0x3d757d[_0x28757a(0xd0)]-0x1])||void 0x0===_0x49fe86?void 0x0:_0x49fe86['is'](_0x28757a(0xd6),_0x28757a(0x89)))&&_0x3d757d[_0x28757a(0xcc)](..._0x571ff4[_0x28757a(0x8d)](this[_0x28757a(0xb1)][_0x28757a(0xbf)][_0x28757a(0xc8)][_0x28757a(0xd3)][_0x28757a(0xa0)](),_0x28757a(0xc1))),_0x3d757d=[...new Set(_0x3d757d)],(null===(_0x163cec=null===(_0x475abf=this[_0x28757a(0xb1)][_0x28757a(0xbf)][_0x28757a(0xc8)][_0x28757a(0xd3)][_0x28757a(0xbd)]())||void 0x0===_0x475abf?void 0x0:_0x475abf[_0x28757a(0xa2)])||void 0x0===_0x163cec?void 0x0:_0x163cec['is'](_0x28757a(0xd6),_0x28757a(0x89)))&&(_0x3d757d=_0x3d757d[_0x28757a(0x9d)](_0x12c8b8=>_0x12c8b8['is'](_0x28757a(0xd6),_0x28757a(0x89)))),_0x3d757d;}[_0x2f3729(0xce)](_0x425618){const _0x2594d8=_0x2f3729,_0x4435cd=this[_0x2594d8(0xb1)][_0x2594d8(0xd1)][_0x2594d8(0xc3)](_0x2594d8(0xbb));let _0x3a1496=Array[_0x2594d8(0xbc)](this[_0x2594d8(0xb1)][_0x2594d8(0xbf)][_0x2594d8(0xc8)][_0x2594d8(0xd3)][_0x2594d8(0x9b)]())[_0x2594d8(0x9d)](_0x425618)[_0x2594d8(0xa4)](_0x27a16a=>{const _0x493d1c=_0x2594d8,_0x1d0aa5=this[_0x493d1c(0xb1)][_0x493d1c(0xbf)][_0x493d1c(0xd7)](_0x27a16a,0x0);return[..._0x4435cd[_0x493d1c(0x8d)](_0x1d0aa5,_0x493d1c(0x97)),..._0x4435cd[_0x493d1c(0x8d)](_0x1d0aa5,_0x493d1c(0xc1))];})[_0x2594d8(0xb3)]();return _0x3a1496=[...new Set(_0x3a1496)],_0x3a1496;}[_0x2f3729(0x90)](_0x14ec02){const _0x454c81=_0x2f3729;return _0x454c81(0xc5)+this[_0x454c81(0xb1)][_0x454c81(0xd1)][_0x454c81(0xc3)](_0x454c81(0xbb))[_0x454c81(0xa3)](_0x14ec02)[_0x454c81(0xd2)]()+_0x454c81(0x9a)+_0x14ec02[_0x454c81(0xd2)]()[_0x454c81(0xaf)](/-/g,'_');}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x12d3fe=_0x55db;(function(_0x2cce54,_0x3f3e6c){const _0x300ec1=_0x55db,_0x1da30b=_0x2cce54();while(!![]){try{const _0x1b149c=parseInt(_0x300ec1(0xe5))/0x1+parseInt(_0x300ec1(0x103))/0x2*(parseInt(_0x300ec1(0xf5))/0x3)+parseInt(_0x300ec1(0xfd))/0x4*(-parseInt(_0x300ec1(0x10d))/0x5)+parseInt(_0x300ec1(0xed))/0x6+-parseInt(_0x300ec1(0x101))/0x7*(parseInt(_0x300ec1(0xfb))/0x8)+-parseInt(_0x300ec1(0xea))/0x9+parseInt(_0x300ec1(0xee))/0xa;if(_0x1b149c===_0x3f3e6c)break;else _0x1da30b['push'](_0x1da30b['shift']());}catch(_0x3bdfca){_0x1da30b['push'](_0x1da30b['shift']());}}}(_0x3aff,0xd2587));function _0x3aff(){const _0x2f3960=['link\x20(','1480ZSNTzZ','LinkEditing','659756WIcQKZ','type','locale','afterInit','61607OfLmTk','editor','46vDFRYU','map','attribute','*Remove\x20link*','commandParams','key','unlink','formatInline','format','registerDescriptionCallback','30AbvtKr','label','255452xMJUag','link','commandName','plugins','toLowerCase','14977809IddMPG','manualDecorators','registerAttributeLabel','4197864xYwISW','34672880sVacuQ','*Set\x20link:*\x20%0','has','newValue','_registerLegacyDescription','TrackChangesEditing','commands','94071EswLIU','linkHref','_enableDefaultAttributesIntegration','get','_descriptionFactory'];_0x3aff=function(){return _0x2f3960;};return _0x3aff();}import{Plugin as _0x9e2163}from'ckeditor5/src/core.js';import{getTranslation as _0x4ca67c}from'../utils/common-translations.js';function _0x55db(_0x587be2,_0x1647a2){const _0x3aff72=_0x3aff();return _0x55db=function(_0x55db4b,_0x1f5680){_0x55db4b=_0x55db4b-0xe4;let _0x24d121=_0x3aff72[_0x55db4b];return _0x24d121;},_0x55db(_0x587be2,_0x1647a2);}export default class ct extends _0x9e2163{[_0x12d3fe(0x100)](){const _0x3d3052=_0x12d3fe,_0x497077=this[_0x3d3052(0x102)];if(!_0x497077[_0x3d3052(0xe8)][_0x3d3052(0xf0)](_0x3d3052(0xfc)))return;const _0x238a7f=_0x497077[_0x3d3052(0xe8)][_0x3d3052(0xf8)](_0x3d3052(0xf3)),_0x4601b7=_0x497077[_0x3d3052(0xf4)][_0x3d3052(0xf8)](_0x3d3052(0xe6));_0x238a7f[_0x3d3052(0xf7)](_0x3d3052(0xe6),[_0x3d3052(0xf6),..._0x4601b7[_0x3d3052(0xeb)][_0x3d3052(0x104)](_0x34dd68=>_0x34dd68['id'])]),_0x238a7f[_0x3d3052(0xf7)](_0x3d3052(0x109));for(const _0x56eaf3 of _0x4601b7[_0x3d3052(0xeb)])_0x238a7f[_0x3d3052(0xf9)][_0x3d3052(0xec)](_0x56eaf3['id'],_0x3d3052(0xfa)+_0x56eaf3[_0x3d3052(0xe4)][_0x3d3052(0xe9)]()+')');_0x238a7f[_0x3d3052(0xf9)][_0x3d3052(0x10c)](_0x12ad80=>{const _0x337f0e=_0x3d3052;if(_0x337f0e(0x105)!=_0x12ad80[_0x337f0e(0xfe)])return;const {data:_0xeeb182}=_0x12ad80;if(!_0xeeb182||_0x337f0e(0xf6)!=_0xeeb182[_0x337f0e(0x108)])return;const _0x41f693=_0xeeb182[_0x337f0e(0xf1)],_0x5c47f6=_0x497077[_0x337f0e(0xff)];return{'type':_0x337f0e(0x10b),'content':null==_0x41f693?_0x4ca67c(_0x5c47f6,_0x337f0e(0x106)):_0x4ca67c(_0x5c47f6,_0x337f0e(0xef),'\x22'+_0x41f693+'\x22')};}),this[_0x3d3052(0xf2)]();}[_0x12d3fe(0xf2)](){const _0x362a37=_0x12d3fe,_0x22aeb9=this[_0x362a37(0x102)],_0x42c5dc=_0x22aeb9[_0x362a37(0xff)];_0x22aeb9[_0x362a37(0xe8)][_0x362a37(0xf8)](_0x362a37(0xf3))[_0x362a37(0xf9)][_0x362a37(0x10c)](_0x2b231f=>{const _0x170f7a=_0x362a37;if(_0x170f7a(0x10a)!=_0x2b231f[_0x170f7a(0xfe)])return;const {data:_0x4c29af}=_0x2b231f;if(_0x4c29af){if(_0x170f7a(0xe6)==_0x4c29af[_0x170f7a(0xe7)]){const _0x1ba881=_0x4c29af[_0x170f7a(0x107)][0x0];return{'type':_0x170f7a(0x10b),'content':_0x4ca67c(_0x42c5dc,_0x170f7a(0xef),'\x22'+_0x1ba881+'\x22')};}return _0x170f7a(0x109)==_0x4c29af[_0x170f7a(0xe7)]?{'type':_0x170f7a(0x10b),'content':_0x4ca67c(_0x42c5dc,_0x170f7a(0x106))}:void 0x0;}});}}
|