@ckeditor/ckeditor5-track-changes 41.4.2 → 42.0.0-alpha.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/README.md +6 -0
- package/build/track-changes.js +1 -1
- package/dist/index.js +3 -1
- package/dist/translations/ar.js +1 -1
- package/dist/translations/ar.umd.js +1 -1
- package/dist/translations/az.js +1 -1
- package/dist/translations/az.umd.js +1 -1
- package/dist/translations/bg.js +1 -1
- package/dist/translations/bg.umd.js +1 -1
- package/dist/translations/bn.js +1 -1
- package/dist/translations/bn.umd.js +1 -1
- package/dist/translations/ca.js +1 -1
- package/dist/translations/ca.umd.js +1 -1
- package/dist/translations/cs.js +1 -1
- package/dist/translations/cs.umd.js +1 -1
- package/dist/translations/da.js +1 -1
- package/dist/translations/da.umd.js +1 -1
- package/dist/translations/de.js +1 -1
- package/dist/translations/de.umd.js +1 -1
- package/dist/translations/el.js +1 -1
- package/dist/translations/el.umd.js +1 -1
- package/dist/translations/en-au.js +1 -1
- package/dist/translations/en-au.umd.js +1 -1
- package/dist/translations/en.umd.js +1 -1
- package/dist/translations/es.js +1 -1
- package/dist/translations/es.umd.js +1 -1
- package/dist/translations/et.js +1 -1
- package/dist/translations/et.umd.js +1 -1
- package/dist/translations/fi.js +1 -1
- package/dist/translations/fi.umd.js +1 -1
- package/dist/translations/fr.js +1 -1
- package/dist/translations/fr.umd.js +1 -1
- package/dist/translations/gl.js +1 -1
- package/dist/translations/gl.umd.js +1 -1
- package/dist/translations/he.js +1 -1
- package/dist/translations/he.umd.js +1 -1
- package/dist/translations/hi.js +1 -1
- package/dist/translations/hi.umd.js +1 -1
- package/dist/translations/hr.js +1 -1
- package/dist/translations/hr.umd.js +1 -1
- package/dist/translations/hu.js +1 -1
- package/dist/translations/hu.umd.js +1 -1
- package/dist/translations/id.js +1 -1
- package/dist/translations/id.umd.js +1 -1
- package/dist/translations/it.js +1 -1
- package/dist/translations/it.umd.js +1 -1
- package/dist/translations/ja.js +1 -1
- package/dist/translations/ja.umd.js +1 -1
- package/dist/translations/ko.js +1 -1
- package/dist/translations/ko.umd.js +1 -1
- package/dist/translations/lt.js +1 -1
- package/dist/translations/lt.umd.js +1 -1
- package/dist/translations/lv.js +1 -1
- package/dist/translations/lv.umd.js +1 -1
- package/dist/translations/ms.js +1 -1
- package/dist/translations/ms.umd.js +1 -1
- package/dist/translations/nl.js +1 -1
- package/dist/translations/nl.umd.js +1 -1
- package/dist/translations/no.js +1 -1
- package/dist/translations/no.umd.js +1 -1
- package/dist/translations/pl.js +1 -1
- package/dist/translations/pl.umd.js +1 -1
- package/dist/translations/pt-br.js +1 -1
- package/dist/translations/pt-br.umd.js +1 -1
- package/dist/translations/pt.js +1 -1
- package/dist/translations/pt.umd.js +1 -1
- package/dist/translations/ro.js +1 -1
- package/dist/translations/ro.umd.js +1 -1
- package/dist/translations/ru.js +1 -1
- package/dist/translations/ru.umd.js +1 -1
- package/dist/translations/sk.js +1 -1
- package/dist/translations/sk.umd.js +1 -1
- package/dist/translations/sq.js +1 -1
- package/dist/translations/sq.umd.js +1 -1
- package/dist/translations/sr-latn.js +1 -1
- package/dist/translations/sr-latn.umd.js +1 -1
- package/dist/translations/sr.js +1 -1
- package/dist/translations/sr.umd.js +1 -1
- package/dist/translations/sv.js +1 -1
- package/dist/translations/sv.umd.js +1 -1
- package/dist/translations/th.js +1 -1
- package/dist/translations/th.umd.js +1 -1
- package/dist/translations/tk.js +1 -1
- package/dist/translations/tk.umd.js +1 -1
- package/dist/translations/tr.js +1 -1
- package/dist/translations/tr.umd.js +1 -1
- package/dist/translations/tt.js +1 -1
- package/dist/translations/tt.umd.js +1 -1
- package/dist/translations/uk.js +1 -1
- package/dist/translations/uk.umd.js +1 -1
- package/dist/translations/ur.js +1 -1
- package/dist/translations/ur.umd.js +1 -1
- package/dist/translations/vi.js +1 -1
- package/dist/translations/vi.umd.js +1 -1
- package/dist/translations/zh-cn.js +1 -1
- package/dist/translations/zh-cn.umd.js +1 -1
- package/dist/translations/zh.js +1 -1
- package/dist/translations/zh.umd.js +1 -1
- package/dist/types/suggestion.d.ts +1 -1
- package/dist/types/ui/suggestioncontroller.d.ts +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +1 -1
- package/src/suggestion.js +2 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +1 -1
- package/src/ui/suggestioncontroller.js +2 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x4166(){const _0x454b05=['config','*Set\x20font\x20size:*\x20%0','FontSize','15190tRjGJd','fontColor','FORMAT_FONT_SIZE','fontFamily','*Reset\x20font\x20color*','2910936AMgeve','*Set\x20font\x20family:*\x20%0','afterInit','*Set\x20font\x20color:*\x20%0','124080qHtQeg','commandName','normalizeSizeOptions','_registerLegacyDescription','*Set\x20font\x20background\x20color:*\x20%0','FontSizeEditing','find','fontSize','7014376uUVKYW','fontSize.options','toLowerCase','plugins','FORMAT_FONT_BACKGROUND','fontColor.colors','FontColorEditing','9mRCxqa','type','registerDescriptionCallback','commandParams','FontBackgroundColorEditing','get','*Reset\x20font\x20family*','FORMAT_FONT_COLOR','*Reset\x20font\x20size*','TrackChangesEditing','title','formatInline','fontBackgroundColor','937740EEzVQx','FontFamilyEditing','label','model','FORMAT_FONT_FAMILY','value','683308UglsiC','*Reset\x20font\x20background\x20color*','has','7282667tEUFvY','registerInlineAttribute','locale','descriptionFactory','fontBackgroundColor.colors','registerAttributeLabel','trim','330lMYgjz','editor','format','enableDefaultAttributesIntegration','1qUnwqE','6raLMHi'];_0x4166=function(){return _0x454b05;};return _0x4166();}const _0x232cdc=_0x5540;function _0x5540(_0x410445,_0x1ce8a4){const _0x4166f1=_0x4166();return _0x5540=function(_0x554025,_0x44c491){_0x554025=_0x554025-0x1be;let _0xed2571=_0x4166f1[_0x554025];return _0xed2571;},_0x5540(_0x410445,_0x1ce8a4);}(function(_0x466b32,_0x5dee99){const _0x4dd4dc=_0x5540,_0x438cb3=_0x466b32();while(!![]){try{const _0x539b5d=-parseInt(_0x4dd4dc(0x1c1))/0x1*(parseInt(_0x4dd4dc(0x1f1))/0x2)+parseInt(_0x4dd4dc(0x1cb))/0x3+parseInt(_0x4dd4dc(0x1cf))/0x4+parseInt(_0x4dd4dc(0x1eb))/0x5+parseInt(_0x4dd4dc(0x1c2))/0x6*(-parseInt(_0x4dd4dc(0x1f4))/0x7)+-parseInt(_0x4dd4dc(0x1d7))/0x8*(-parseInt(_0x4dd4dc(0x1de))/0x9)+-parseInt(_0x4dd4dc(0x1c6))/0xa*(parseInt(_0x4dd4dc(0x1fb))/0xb);if(_0x539b5d===_0x5dee99)break;else _0x438cb3['push'](_0x438cb3['shift']());}catch(_0x4c1d51){_0x438cb3['push'](_0x438cb3['shift']());}}}(_0x4166,0x9bc78));import{Plugin as _0x27075f}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x3f8877}from'ckeditor5/src/ui.js';import{getTranslation as _0x2a3976}from'../utils/common-translations.js';const ro=[{'pluginName':_0x232cdc(0x1d4),'commandName':_0x232cdc(0x1d6)},{'pluginName':_0x232cdc(0x1ec),'commandName':_0x232cdc(0x1c9)},{'pluginName':_0x232cdc(0x1dd),'commandName':_0x232cdc(0x1c7)},{'pluginName':_0x232cdc(0x1e2),'commandName':_0x232cdc(0x1ea)}];export default class Q extends _0x27075f{[_0x232cdc(0x1cd)](){const _0x2779ff=_0x232cdc,_0x4630d2=this[_0x2779ff(0x1be)][_0x2779ff(0x1f6)],_0x2a40d7=this[_0x2779ff(0x1be)][_0x2779ff(0x1da)][_0x2779ff(0x1e3)](_0x2779ff(0x1e7));for(const {pluginName:_0x308e06,commandName:_0x4b2173}of ro)this[_0x2779ff(0x1be)][_0x2779ff(0x1da)][_0x2779ff(0x1f3)](_0x308e06)&&(_0x2a40d7[_0x2779ff(0x1c0)](_0x4b2173),_0x2a40d7[_0x2779ff(0x1f5)](_0x4b2173));_0x4630d2['t'],(_0x2a40d7[_0x2779ff(0x1f7)][_0x2779ff(0x1f9)](_0x2779ff(0x1d6),_0x2a3976(_0x4630d2,_0x2779ff(0x1c8))),_0x2a40d7[_0x2779ff(0x1f7)][_0x2779ff(0x1f9)](_0x2779ff(0x1c9),_0x2a3976(_0x4630d2,_0x2779ff(0x1ef))),_0x2a40d7[_0x2779ff(0x1f7)][_0x2779ff(0x1f9)](_0x2779ff(0x1c7),_0x2a3976(_0x4630d2,_0x2779ff(0x1e5))),_0x2a40d7[_0x2779ff(0x1f7)][_0x2779ff(0x1f9)](_0x2779ff(0x1ea),_0x2a3976(_0x4630d2,_0x2779ff(0x1db))),this[_0x2779ff(0x1d2)]());}[_0x232cdc(0x1d2)](){const _0x19c579=_0x232cdc,_0x252607=this[_0x19c579(0x1be)],_0x1beafd=_0x252607[_0x19c579(0x1f6)];_0x252607[_0x19c579(0x1da)][_0x19c579(0x1e3)](_0x19c579(0x1e7))[_0x19c579(0x1f7)][_0x19c579(0x1e0)](_0x4b5dc1=>{const _0x32ef3a=_0x19c579,_0x356225=_0x1beafd['t'];if(_0x32ef3a(0x1e9)!=_0x4b5dc1[_0x32ef3a(0x1df)])return;const {data:_0x43e2df}=_0x4b5dc1;if(null!=_0x43e2df){if(_0x32ef3a(0x1d6)==_0x43e2df[_0x32ef3a(0x1d0)]){const _0x5f2aeb=_0x43e2df[_0x32ef3a(0x1e1)][0x0][_0x32ef3a(0x1f0)];if(_0x5f2aeb){const _0x136697=_0x356225(this[_0x32ef3a(0x1be)][_0x32ef3a(0x1da)][_0x32ef3a(0x1e3)](_0x32ef3a(0x1c5))[_0x32ef3a(0x1d1)](this[_0x32ef3a(0x1be)][_0x32ef3a(0x1c3)][_0x32ef3a(0x1e3)](_0x32ef3a(0x1d8)))[_0x32ef3a(0x1d5)](_0x5057b4=>_0x5057b4[_0x32ef3a(0x1ee)]==_0x5f2aeb)[_0x32ef3a(0x1e8)])[_0x32ef3a(0x1d9)]();return{'type':_0x32ef3a(0x1bf),'content':_0x2a3976(_0x1beafd,_0x32ef3a(0x1c4),_0x136697)};}return{'type':_0x32ef3a(0x1bf),'content':_0x2a3976(_0x1beafd,_0x32ef3a(0x1e6))};}if(_0x32ef3a(0x1c9)==_0x43e2df[_0x32ef3a(0x1d0)]){const _0x920660=_0x43e2df[_0x32ef3a(0x1e1)][0x0][_0x32ef3a(0x1f0)];return _0x920660?{'type':_0x32ef3a(0x1bf),'content':_0x2a3976(_0x1beafd,_0x32ef3a(0x1cc),_0x920660)}:{'type':_0x32ef3a(0x1bf),'content':_0x2a3976(_0x1beafd,_0x32ef3a(0x1e4))};}if(_0x32ef3a(0x1c7)==_0x43e2df[_0x32ef3a(0x1d0)]){const _0x38d3bc=_0x43e2df[_0x32ef3a(0x1e1)][0x0][_0x32ef3a(0x1f0)];if(_0x38d3bc){const _0x206470=_0x3f8877(this[_0x32ef3a(0x1be)][_0x32ef3a(0x1c3)][_0x32ef3a(0x1e3)](_0x32ef3a(0x1dc)))[_0x32ef3a(0x1d5)](_0x1e991b=>_0x1e991b[_0x32ef3a(0x1ee)]==_0x38d3bc);let _0x4a9ff2=_0x38d3bc,_0x3f6be0='';return _0x206470&&(_0x4a9ff2=_0x206470[_0x32ef3a(0x1ed)],_0x3f6be0=_0x356225(_0x4a9ff2)[_0x32ef3a(0x1d9)]()),{'type':_0x32ef3a(0x1bf),'content':_0x2a3976(_0x1beafd,_0x32ef3a(0x1ce),_0x3f6be0)[_0x32ef3a(0x1fa)](),'color':{'value':_0x38d3bc,'title':_0x3f6be0||_0x4a9ff2}};}return{'type':_0x32ef3a(0x1bf),'content':_0x2a3976(_0x1beafd,_0x32ef3a(0x1ca))};}if(_0x32ef3a(0x1ea)==_0x43e2df[_0x32ef3a(0x1d0)]){const _0x5ce073=_0x43e2df[_0x32ef3a(0x1e1)][0x0][_0x32ef3a(0x1f0)];if(_0x5ce073){const _0x326d93=_0x3f8877(this[_0x32ef3a(0x1be)][_0x32ef3a(0x1c3)][_0x32ef3a(0x1e3)](_0x32ef3a(0x1f8)))[_0x32ef3a(0x1d5)](_0x65036c=>_0x65036c[_0x32ef3a(0x1ee)]==_0x5ce073);let _0x489124=_0x5ce073,_0x568caa='';return _0x326d93&&(_0x489124=_0x326d93[_0x32ef3a(0x1ed)],_0x568caa=_0x356225(_0x489124)[_0x32ef3a(0x1d9)]()),{'type':_0x32ef3a(0x1bf),'content':_0x2a3976(_0x1beafd,_0x32ef3a(0x1d3),_0x568caa)[_0x32ef3a(0x1fa)](),'color':{'value':_0x5ce073,'title':_0x568caa||_0x489124}};}return{'type':_0x32ef3a(0x1bf),'content':_0x2a3976(_0x1beafd,_0x32ef3a(0x1f2))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x23e249=_0x143d;(function(_0x23adbf,_0x53bbf2){const _0x457486=_0x143d,_0x3655d7=_0x23adbf();while(!![]){try{const _0x30ecce=-parseInt(_0x457486(0x1d0))/0x1+parseInt(_0x457486(0x1ea))/0x2*(parseInt(_0x457486(0x1e2))/0x3)+-parseInt(_0x457486(0x1de))/0x4+-parseInt(_0x457486(0x1eb))/0x5*(parseInt(_0x457486(0x1ce))/0x6)+parseInt(_0x457486(0x1c5))/0x7*(parseInt(_0x457486(0x1d8))/0x8)+-parseInt(_0x457486(0x1cf))/0x9+parseInt(_0x457486(0x1ee))/0xa*(parseInt(_0x457486(0x1cc))/0xb);if(_0x30ecce===_0x53bbf2)break;else _0x3655d7['push'](_0x3655d7['shift']());}catch(_0x1698c3){_0x3655d7['push'](_0x3655d7['shift']());}}}(_0x4edd,0x1baa7));import{Plugin as _0x24a4c8}from'ckeditor5/src/core.js';function _0x4edd(){const _0x1d6a77=['editor','get','descriptionFactory','fontSize.options','label','copyFormat','length','7zeUOPN','enableDefaultAttributesIntegration','boolean','pasteFormat','registerDescriptionCallback','formatBlock','model','2827ZWxSVd','split','8322qSSiss','395640dPzwFS','36202vJmoiw','fontSize','toUpperCase','join','normalizeSizeOptions','type','enableCommand','*Remove\x20all\x20formatting*','808760vqoskd','toLowerCase','entries','FontSize','plugins','push','181968bigBgm','afterInit','slice','fontBackgroundColor','384789ZjoSdb','config','TrackChangesEditing','title','format','formatInline','commands','fontColor.colors','2gpMftF','20nsNgKY','charAt','commandName','590aykyhN','locale','_registerLegacyDescription','fontColor','find','commandParams','*Set\x20format\x20to:*\x20%0'];_0x4edd=function(){return _0x1d6a77;};return _0x4edd();}function _0x143d(_0x304fb9,_0x14e85a){const _0x4eddb1=_0x4edd();return _0x143d=function(_0x143de8,_0x195770){_0x143de8=_0x143de8-0x1be;let _0x5552b0=_0x4eddb1[_0x143de8];return _0x5552b0;},_0x143d(_0x304fb9,_0x14e85a);}import{normalizeColorOptions as _0x3c11bd}from'ckeditor5/src/ui.js';import{getTranslation as _0x37daa8}from'../utils/common-translations.js';export default class X extends _0x24a4c8{[_0x23e249(0x1df)](){const _0x30217a=_0x23e249,_0x416b08=this[_0x30217a(0x1be)],_0x2ec6d5=_0x416b08[_0x30217a(0x1dc)][_0x30217a(0x1bf)](_0x30217a(0x1e4)),_0x364bce=_0x416b08[_0x30217a(0x1e8)][_0x30217a(0x1bf)](_0x30217a(0x1c3)),_0x88dd8b=_0x416b08[_0x30217a(0x1e8)][_0x30217a(0x1bf)](_0x30217a(0x1c8));_0x364bce&&_0x88dd8b&&(_0x2ec6d5[_0x30217a(0x1c6)](_0x30217a(0x1c8)),_0x2ec6d5[_0x30217a(0x1d6)](_0x30217a(0x1c3)),this[_0x30217a(0x1f0)]());}[_0x23e249(0x1f0)](){const _0x31f038=_0x23e249,_0x1935c3=this[_0x31f038(0x1be)],_0x5e82cb=_0x1935c3[_0x31f038(0x1ef)];_0x1935c3[_0x31f038(0x1dc)][_0x31f038(0x1bf)](_0x31f038(0x1e4))[_0x31f038(0x1c0)][_0x31f038(0x1c9)](_0x1bab21=>{const _0x230868=_0x31f038;if(_0x230868(0x1ca)!=_0x1bab21[_0x230868(0x1d5)]&&_0x230868(0x1e7)!=_0x1bab21[_0x230868(0x1d5)])return;const {data:_0x38bad0}=_0x1bab21;if(_0x38bad0&&_0x230868(0x1c8)===_0x38bad0[_0x230868(0x1ed)]){const _0x2d426c=[],_0x2aab3e=_0x38bad0[_0x230868(0x1f3)][0x0];for(const [_0x2fcdc0,_0x293136]of Object[_0x230868(0x1da)](_0x2aab3e))_0x2d426c[_0x230868(0x1dd)](so(_0x1935c3,_0x2fcdc0,_0x293136));return _0x2d426c[_0x230868(0x1c4)]?{'type':_0x230868(0x1e6),'content':_0x37daa8(_0x5e82cb,_0x230868(0x1f4),_0x2d426c[_0x230868(0x1d3)](',\x20'))}:{'type':_0x230868(0x1e6),'content':_0x37daa8(_0x5e82cb,_0x230868(0x1d7))};}});}}function so(_0x26ca40,_0x540aee,_0x3cc194){const _0x4cb8c2=_0x23e249,_0x5c255e=_0x26ca40[_0x4cb8c2(0x1ef)]['t'],_0x42fe2d=_0x540aee[_0x4cb8c2(0x1cd)](/(?=[A-Z])/)[_0x4cb8c2(0x1d3)]('\x20'),_0x585822=_0x5c255e(_0x42fe2d[_0x4cb8c2(0x1ec)](0x0)[_0x4cb8c2(0x1d2)]()+_0x42fe2d[_0x4cb8c2(0x1e0)](0x1))[_0x4cb8c2(0x1d9)]();if(_0x4cb8c2(0x1c7)==typeof _0x3cc194)return _0x585822;if(_0x4cb8c2(0x1f1)===_0x540aee||_0x4cb8c2(0x1e1)===_0x540aee){const _0x45bcba=_0x3c11bd(_0x26ca40[_0x4cb8c2(0x1e3)][_0x4cb8c2(0x1bf)](_0x4cb8c2(0x1e9)))[_0x4cb8c2(0x1f2)](_0x1370c1=>_0x1370c1[_0x4cb8c2(0x1cb)]==_0x3cc194);return _0x585822+'\x20('+(_0x45bcba?_0x5c255e(_0x45bcba[_0x4cb8c2(0x1c2)])[_0x4cb8c2(0x1d9)]():_0x3cc194)+')';}if(_0x4cb8c2(0x1d1)===_0x540aee&&isNaN(parseFloat(_0x3cc194))){const _0xa4e55b=_0x26ca40[_0x4cb8c2(0x1dc)][_0x4cb8c2(0x1bf)](_0x4cb8c2(0x1db))[_0x4cb8c2(0x1d4)](_0x26ca40[_0x4cb8c2(0x1e3)][_0x4cb8c2(0x1bf)](_0x4cb8c2(0x1c1)))[_0x4cb8c2(0x1f2)](_0x31f417=>_0x31f417[_0x4cb8c2(0x1cb)]==_0x3cc194);return _0x585822+'\x20('+(_0xa4e55b?_0x5c255e(_0xa4e55b[_0x4cb8c2(0x1e5)])[_0x4cb8c2(0x1d9)]():_0x3cc194)+')';}return _0x585822+'\x20('+_0x3cc194+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x112b75=_0x13e3;(function(_0x437cf9,_0x34319e){const _0x5d4304=_0x13e3,_0x133348=_0x437cf9();while(!![]){try{const _0x334929=parseInt(_0x5d4304(0x85))/0x1*(-parseInt(_0x5d4304(0x82))/0x2)+-parseInt(_0x5d4304(0x81))/0x3*(-parseInt(_0x5d4304(0x6f))/0x4)+-parseInt(_0x5d4304(0x92))/0x5*(-parseInt(_0x5d4304(0x96))/0x6)+parseInt(_0x5d4304(0x75))/0x7+-parseInt(_0x5d4304(0x8e))/0x8*(parseInt(_0x5d4304(0x78))/0x9)+parseInt(_0x5d4304(0x76))/0xa*(-parseInt(_0x5d4304(0x73))/0xb)+parseInt(_0x5d4304(0x74))/0xc;if(_0x334929===_0x34319e)break;else _0x133348['push'](_0x133348['shift']());}catch(_0x4ad3db){_0x133348['push'](_0x133348['shift']());}}}(_0x4ced,0x469c4));import{Plugin as _0xaf280c}from'ckeditor5/src/core.js';function _0x13e3(_0x83f37a,_0x45a21f){const _0x4cedcf=_0x4ced();return _0x13e3=function(_0x13e3d2,_0x30d60e){_0x13e3d2=_0x13e3d2-0x6b;let _0x2299da=_0x4cedcf[_0x13e3d2];return _0x2299da;},_0x13e3(_0x83f37a,_0x45a21f);}function _0x4ced(){const _0x1ad88e=['ELEMENT_HEADING','11dpoAcV','2549196dpVYkG','2011625RufvpY','4370470qVNrnS','name','9vUJjDc','*Change\x20to:*\x20%0','registerElementLabel','title','registerDescriptionCallback','type','ELEMENT_HEADING_CUSTOM','locale','formatBlock','266712zXUrwx','14XmtKjU','paragraph','heading','40133StqOob','commandName','heading.options','commandParams','match','view','afterInit','has','value','592904CUSHGx','TrackChangesEditing','enableDefaultAttributesIntegration','model','5JYkhTf','plugins','format','find','288474VzSWnt','_headingOptions','HeadingEditing','editor','_getHeadingLevel','descriptionFactory','_registerLegacyDescription','24aZwgrS','config','get'];_0x4ced=function(){return _0x1ad88e;};return _0x4ced();}import{getTranslation as _0x282d11}from'../utils/common-translations.js';export default class Y extends _0xaf280c{[_0x112b75(0x8b)](){const _0x41cc30=_0x112b75,_0x4a182d=this[_0x41cc30(0x6b)];if(!_0x4a182d[_0x41cc30(0x93)][_0x41cc30(0x8c)](_0x41cc30(0x98)))return;this[_0x41cc30(0x97)]=_0x4a182d[_0x41cc30(0x70)][_0x41cc30(0x71)](_0x41cc30(0x87));const _0x2bc7be=_0x4a182d[_0x41cc30(0x7f)],_0x2d91d5=_0x4a182d[_0x41cc30(0x93)][_0x41cc30(0x71)](_0x41cc30(0x8f));_0x2d91d5[_0x41cc30(0x90)](_0x41cc30(0x84));for(const _0x136615 of this[_0x41cc30(0x97)])_0x41cc30(0x83)!=_0x136615[_0x41cc30(0x91)]&&_0x2d91d5[_0x41cc30(0x6d)][_0x41cc30(0x7a)](_0x136615[_0x41cc30(0x91)],_0x172cd3=>{const _0x53aa22=_0x41cc30,_0x127ae4=this[_0x53aa22(0x6c)](_0x136615[_0x53aa22(0x91)]);return null!==_0x127ae4?_0x1d71aa(_0x172cd3,_0x127ae4):_0x5c8a09(_0x172cd3,_0x136615[_0x53aa22(0x7b)]);});function _0x1d71aa(_0xe538e2,_0x5231d8){const _0x16a44b=_0x41cc30;return _0x282d11(_0x2bc7be,_0x16a44b(0x72),[_0xe538e2,_0x5231d8]);}function _0x5c8a09(_0x9297c2,_0x2bbf8a){const _0x2affa8=_0x41cc30;return _0x282d11(_0x2bc7be,_0x2affa8(0x7e),[_0x9297c2,_0x2bbf8a]);}this[_0x41cc30(0x6e)]();}[_0x112b75(0x6e)](){const _0x434023=_0x112b75,_0x1f0d3e=this[_0x434023(0x6b)],_0x3906b0=_0x1f0d3e[_0x434023(0x7f)];function _0x13e81e(_0x465ba7,_0x515148){const _0x3e3291=_0x434023;return _0x282d11(_0x3906b0,_0x3e3291(0x7e),[_0x465ba7,_0x515148]);}_0x1f0d3e[_0x434023(0x93)][_0x434023(0x71)](_0x434023(0x8f))[_0x434023(0x6d)][_0x434023(0x7c)](_0x3da873=>{const _0x553023=_0x434023;if(_0x553023(0x80)!=_0x3da873[_0x553023(0x7d)])return;const {data:_0x2ab475}=_0x3da873;if(_0x2ab475&&_0x553023(0x84)==_0x2ab475[_0x553023(0x86)]){const _0x204493=_0x2ab475[_0x553023(0x88)][0x0][_0x553023(0x8d)],_0x42fc84=this[_0x553023(0x6c)](_0x204493);if(null!==_0x42fc84)return{'type':_0x553023(0x94),'content':_0x282d11(_0x3906b0,_0x553023(0x79),(_0x4861fb=0x1,_0x1e3ede=_0x42fc84,_0x282d11(_0x3906b0,_0x553023(0x72),[_0x4861fb,_0x1e3ede])))};const _0x4ad57f=this[_0x553023(0x97)][_0x553023(0x95)](_0x1cbbff=>_0x1cbbff[_0x553023(0x91)]===_0x204493)[_0x553023(0x7b)];return{'type':_0x553023(0x94),'content':_0x282d11(_0x3906b0,_0x553023(0x79),_0x13e81e(0x1,_0x4ad57f))};}var _0x4861fb,_0x1e3ede;});}[_0x112b75(0x6c)](_0x574cfa){const _0x8ee6f1=_0x112b75;var _0x3503c4,_0x45253f;const _0x2d54ef=_0x574cfa[_0x8ee6f1(0x89)](/^heading(\d+)/);if(_0x2d54ef)return _0x2d54ef[0x1];const _0xf22745=null===(_0x3503c4=this[_0x8ee6f1(0x97)])||void 0x0===_0x3503c4?void 0x0:_0x3503c4[_0x8ee6f1(0x95)](_0x573e8d=>_0x573e8d[_0x8ee6f1(0x91)]==_0x574cfa);if(_0xf22745&&_0xf22745[_0x8ee6f1(0x8a)]){const _0xca9266=_0xf22745[_0x8ee6f1(0x8a)],_0x4318a1=(null!==(_0x45253f=_0xca9266[_0x8ee6f1(0x77)])&&void 0x0!==_0x45253f?_0x45253f:_0xca9266)[_0x8ee6f1(0x89)](/^h(\d+)/);if(_0x4318a1)return _0x4318a1[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x1f8d(){const _0x211f32=['formatInline','format','registerInlineAttribute','has','plugins','FORMAT_HIGHLIGHT','get','color','highlight.options','title','config','3342400FxnYRU','HighlightEditing','registerAttributeLabel','460TWlUCl','23979lwYufP','1605746GwqFzT','model','locale','1242458GqAzdv','_registerLegacyDescription','35zRPdwB','value','type','toLowerCase','*Set\x20highlight:*\x20%0','*Remove\x20highlight*','descriptionFactory','editor','447588FNOsVV','highlight','commandName','28973169SwIEec','TrackChangesEditing','find','registerDescriptionCallback','enableDefaultAttributesIntegration','commandParams','afterInit','7758821AxhztA'];_0x1f8d=function(){return _0x211f32;};return _0x1f8d();}function _0x1ca2(_0x1ab79d,_0x11385b){const _0x1f8d67=_0x1f8d();return _0x1ca2=function(_0x1ca212,_0x11f5ee){_0x1ca212=_0x1ca212-0x163;let _0x474727=_0x1f8d67[_0x1ca212];return _0x474727;},_0x1ca2(_0x1ab79d,_0x11385b);}const _0x1d1569=_0x1ca2;(function(_0x51c6a6,_0x53221f){const _0x12236c=_0x1ca2,_0x39afd6=_0x51c6a6();while(!![]){try{const _0x4c7a8d=-parseInt(_0x12236c(0x168))/0x1+parseInt(_0x12236c(0x165))/0x2+-parseInt(_0x12236c(0x164))/0x3*(parseInt(_0x12236c(0x163))/0x4)+-parseInt(_0x12236c(0x16a))/0x5*(parseInt(_0x12236c(0x172))/0x6)+-parseInt(_0x12236c(0x17c))/0x7+parseInt(_0x12236c(0x188))/0x8+parseInt(_0x12236c(0x175))/0x9;if(_0x4c7a8d===_0x53221f)break;else _0x39afd6['push'](_0x39afd6['shift']());}catch(_0x44c155){_0x39afd6['push'](_0x39afd6['shift']());}}}(_0x1f8d,0x9e1f8));import{Plugin as _0x300a0c}from'ckeditor5/src/core.js';import{getTranslation as _0x20dfc5}from'../utils/common-translations.js';export default class Z extends _0x300a0c{[_0x1d1569(0x17b)](){const _0x4d9197=_0x1d1569,_0x323103=this[_0x4d9197(0x171)];if(!_0x323103[_0x4d9197(0x181)][_0x4d9197(0x180)](_0x4d9197(0x189)))return;const _0x51efc9=_0x323103[_0x4d9197(0x181)][_0x4d9197(0x183)](_0x4d9197(0x176)),_0x125921=_0x323103[_0x4d9197(0x167)];_0x51efc9[_0x4d9197(0x179)](_0x4d9197(0x173)),_0x51efc9[_0x4d9197(0x17f)](_0x4d9197(0x173)),_0x51efc9[_0x4d9197(0x170)][_0x4d9197(0x18a)](_0x4d9197(0x173),_0x20dfc5(_0x125921,_0x4d9197(0x182))),this[_0x4d9197(0x169)]();}[_0x1d1569(0x169)](){const _0x3af3a2=_0x1d1569,_0x10212b=this[_0x3af3a2(0x171)],_0x5aeeca=_0x10212b[_0x3af3a2(0x167)];_0x10212b[_0x3af3a2(0x181)][_0x3af3a2(0x183)](_0x3af3a2(0x176))[_0x3af3a2(0x170)][_0x3af3a2(0x178)](_0x20f4a0=>{const _0x30497d=_0x3af3a2;if(_0x30497d(0x17d)!=_0x20f4a0[_0x30497d(0x16c)])return;const {data:_0x53c6ab}=_0x20f4a0;if(_0x53c6ab&&_0x30497d(0x173)==_0x53c6ab[_0x30497d(0x174)]){const _0x36572a=_0x5aeeca['t'],_0x36b32d=_0x53c6ab[_0x30497d(0x17a)][0x0][_0x30497d(0x16b)];if(_0x36b32d){const _0x1893ed=_0x10212b[_0x30497d(0x187)][_0x30497d(0x183)](_0x30497d(0x185))[_0x30497d(0x177)](_0x1b09c4=>_0x1b09c4[_0x30497d(0x166)]==_0x36b32d),_0x36d12b=_0x36572a(_0x1893ed[_0x30497d(0x186)])[_0x30497d(0x16d)]();return{'type':_0x30497d(0x17e),'content':_0x20dfc5(_0x5aeeca,_0x30497d(0x16e),_0x36d12b),'color':{'value':_0x1893ed[_0x30497d(0x184)],'title':_0x1893ed[_0x30497d(0x186)]}};}return{'type':_0x30497d(0x17e),'content':_0x20dfc5(_0x5aeeca,_0x30497d(0x16f),_0x20dfc5(_0x5aeeca,_0x30497d(0x182)))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x331d(_0x16049c,_0x4ca5dc){const _0x2b5d1a=_0x2b5d();return _0x331d=function(_0x331d1d,_0x25d127){_0x331d1d=_0x331d1d-0x94;let _0x309111=_0x2b5d1a[_0x331d1d];return _0x309111;},_0x331d(_0x16049c,_0x4ca5dc);}const _0x213804=_0x331d;(function(_0x297d43,_0x109162){const _0x34b0b2=_0x331d,_0x2c373f=_0x297d43();while(!![]){try{const _0x50c5a3=parseInt(_0x34b0b2(0xb2))/0x1*(-parseInt(_0x34b0b2(0x99))/0x2)+-parseInt(_0x34b0b2(0x96))/0x3+parseInt(_0x34b0b2(0xa0))/0x4*(-parseInt(_0x34b0b2(0xa7))/0x5)+parseInt(_0x34b0b2(0xa5))/0x6*(-parseInt(_0x34b0b2(0xb7))/0x7)+-parseInt(_0x34b0b2(0xa2))/0x8*(parseInt(_0x34b0b2(0x95))/0x9)+parseInt(_0x34b0b2(0x9b))/0xa+-parseInt(_0x34b0b2(0xb5))/0xb*(-parseInt(_0x34b0b2(0xb4))/0xc);if(_0x50c5a3===_0x109162)break;else _0x2c373f['push'](_0x2c373f['shift']());}catch(_0x436d56){_0x2c373f['push'](_0x2c373f['shift']());}}}(_0x2b5d,0x53c02));import{Plugin as _0x24325a}from'ckeditor5/src/core.js';import{getTranslation as _0x30b3fb}from'../utils/common-translations.js';function _0x2b5d(){const _0x5063e1=['plugins','200395cnsZnx','createEmptyElement','showSuggestionHighlights','ELEMENT_HORIZONTAL_LINE','elementToStructure','insert','createPositionAt','dataDowncast','locale','createContainerElement','registerElementLabel','109ZOkqnG','enableCommand','192iywswx','883696gbjzEz','HorizontalLineEditing','427385IcJFsJ','conversion','TrackChangesEditing','for','27huqYeO','567666HxeBtm','div','ck-horizontal-line','5714aqSZMX','horizontalLine','2893410Vaonzh','high','descriptionFactory','addClass','get','4HSBstP','editor','1516936zkqpDe','has','afterInit','12qJNikc'];_0x2b5d=function(){return _0x5063e1;};return _0x2b5d();}export default class tt extends _0x24325a{[_0x213804(0xa4)](){const _0x26d5a3=_0x213804,_0x45ade4=this[_0x26d5a3(0xa1)];if(!_0x45ade4[_0x26d5a3(0xa6)][_0x26d5a3(0xa3)](_0x26d5a3(0xb6)))return;_0x45ade4[_0x26d5a3(0xa6)][_0x26d5a3(0x9f)](_0x26d5a3(0xb9))[_0x26d5a3(0xb3)](_0x26d5a3(0x9a));const _0x1e87a7=_0x45ade4[_0x26d5a3(0xa6)][_0x26d5a3(0x9f)](_0x26d5a3(0xb9)),_0x40836e=_0x45ade4[_0x26d5a3(0xaf)];_0x1e87a7[_0x26d5a3(0x9d)][_0x26d5a3(0xb1)](_0x26d5a3(0x9a),_0x1bef79=>_0x30b3fb(_0x40836e,_0x26d5a3(0xaa),_0x1bef79)),_0x45ade4[_0x26d5a3(0xb8)][_0x26d5a3(0x94)](_0x26d5a3(0xae))[_0x26d5a3(0xab)]({'model':_0x26d5a3(0x9a),'view':(_0x174dbb,{writer:_0x1f14db,options:_0x15c75c})=>{const _0x547962=_0x26d5a3;if(!_0x15c75c[_0x547962(0xa9)])return null;const _0x550517=_0x1f14db[_0x547962(0xb0)](_0x547962(0x97)),_0x50cb68=_0x1f14db[_0x547962(0xa8)]('hr');return _0x1f14db[_0x547962(0x9e)](_0x547962(0x98),_0x550517),_0x1f14db[_0x547962(0xac)](_0x1f14db[_0x547962(0xad)](_0x550517,0x0),_0x50cb68),_0x550517;},'converterPriority':_0x26d5a3(0x9c)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2a3337=_0x5eb8;(function(_0x7291e3,_0x498bf2){const _0x54b432=_0x5eb8,_0xd0f440=_0x7291e3();while(!![]){try{const _0x3d11fa=-parseInt(_0x54b432(0x200))/0x1*(-parseInt(_0x54b432(0x1ed))/0x2)+-parseInt(_0x54b432(0x1ec))/0x3+parseInt(_0x54b432(0x1e2))/0x4*(-parseInt(_0x54b432(0x1f1))/0x5)+-parseInt(_0x54b432(0x1f8))/0x6*(-parseInt(_0x54b432(0x205))/0x7)+parseInt(_0x54b432(0x1ea))/0x8+parseInt(_0x54b432(0x207))/0x9+-parseInt(_0x54b432(0x1f7))/0xa*(parseInt(_0x54b432(0x1e7))/0xb);if(_0x3d11fa===_0x498bf2)break;else _0xd0f440['push'](_0xd0f440['shift']());}catch(_0x482e57){_0xd0f440['push'](_0xd0f440['shift']());}}}(_0x4732,0x9c98d));import{Plugin as _0x426ee1}from'ckeditor5/src/core.js';import{getTranslation as _0x489671}from'../utils/common-translations.js';function _0x5eb8(_0x78b484,_0x48f163){const _0x47326b=_0x4732();return _0x5eb8=function(_0x5eb878,_0xdfc6d3){_0x5eb878=_0x5eb878-0x1e2;let _0x44443f=_0x47326b[_0x5eb878];return _0x44443f;},_0x5eb8(_0x78b484,_0x48f163);}export default class et extends _0x426ee1{[_0x2a3337(0x1e9)](){const _0x20f971=_0x2a3337,_0x1f681d=this[_0x20f971(0x1ff)];if(!_0x1f681d[_0x20f971(0x1fb)][_0x20f971(0x1e4)](_0x20f971(0x1e6)))return;const _0x29340e=_0x1f681d[_0x20f971(0x1fb)][_0x20f971(0x209)](_0x20f971(0x1f3)),_0x50847d=_0x1f681d[_0x20f971(0x1f9)];_0x29340e[_0x20f971(0x1fa)][_0x20f971(0x204)](_0x20f971(0x1ee),_0x5e9ed3=>_0x489671(_0x50847d,_0x20f971(0x1f4),_0x5e9ed3)),_0x29340e[_0x20f971(0x1fd)](_0x20f971(0x1e8)),_0x29340e[_0x20f971(0x1f5)](_0x20f971(0x1eb)),_0x29340e[_0x20f971(0x1fa)][_0x20f971(0x1f0)](_0x3a8091=>{const _0xec043d=_0x20f971;if(_0xec043d(0x1e3)!=_0x3a8091[_0xec043d(0x1e5)])return;const {data:_0x4e84ce}=_0x3a8091;if(_0x4e84ce&&_0xec043d(0x1eb)==_0x4e84ce[_0xec043d(0x208)]&&_0x3a8091[_0xec043d(0x1fe)]()[_0xec043d(0x1fc)][_0xec043d(0x202)]['is'](_0xec043d(0x201),_0xec043d(0x1ee))){const _0x41064d=_0x489671(_0x50847d,_0xec043d(0x1f4));return{'type':_0xec043d(0x1f6),'content':_0x489671(_0x50847d,_0xec043d(0x203),_0x41064d)};}}),this[_0x20f971(0x206)]();}[_0x2a3337(0x206)](){const _0x52b152=_0x2a3337,_0x55f819=this[_0x52b152(0x1ff)],_0x5e1c90=_0x55f819[_0x52b152(0x1f9)];_0x55f819[_0x52b152(0x1fb)][_0x52b152(0x209)](_0x52b152(0x1f3))[_0x52b152(0x1fa)][_0x52b152(0x1f0)](_0x2bb5a7=>{const _0x10a890=_0x52b152;if(_0x10a890(0x1f2)!=_0x2bb5a7[_0x10a890(0x1e5)])return;const {data:_0x2da9aa}=_0x2bb5a7;if(_0x2da9aa&&_0x10a890(0x1e8)==_0x2da9aa[_0x10a890(0x1ef)]){const _0x4e40b1=_0x489671(_0x5e1c90,_0x10a890(0x1f4));return{'type':_0x10a890(0x1f6),'content':_0x489671(_0x5e1c90,_0x10a890(0x203),_0x4e40b1)};}});}}function _0x4732(){const _0x343355=['ELEMENT_HTML_EMBED','registerBlockAttribute','format','10pAXDSp','1263786MOdtFf','locale','descriptionFactory','plugins','start','enableDefaultAttributesIntegration','getFirstRange','editor','87770WHTuHH','element','nodeAfter','*Change\x20%0\x20content*','registerElementLabel','42owuGnY','_registerLegacyDescription','6897141mlxZtK','key','get','2690824Znqiis','attribute','has','type','HtmlEmbed','3142381LuGgIR','htmlEmbed','afterInit','3209056hynbvo','value','3547647PBVIsU','8YHNKUY','rawHtml','commandName','registerDescriptionCallback','5EVcSeh','formatBlock','TrackChangesEditing'];_0x4732=function(){return _0x343355;};return _0x4732();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x4b2d(_0x99bfca,_0x4c46e3){const _0x409830=_0x4098();return _0x4b2d=function(_0x4b2de6,_0xa6be6a){_0x4b2de6=_0x4b2de6-0xdb;let _0xd94dd5=_0x409830[_0x4b2de6];return _0xd94dd5;},_0x4b2d(_0x99bfca,_0x4c46e3);}const _0x1d0c3f=_0x4b2d;(function(_0x4119d8,_0x4f10d4){const _0x1b875a=_0x4b2d,_0x24314f=_0x4119d8();while(!![]){try{const _0x493632=parseInt(_0x1b875a(0xf1))/0x1+-parseInt(_0x1b875a(0x131))/0x2*(parseInt(_0x1b875a(0xf9))/0x3)+parseInt(_0x1b875a(0x120))/0x4*(-parseInt(_0x1b875a(0xfe))/0x5)+parseInt(_0x1b875a(0x124))/0x6*(-parseInt(_0x1b875a(0x143))/0x7)+parseInt(_0x1b875a(0x122))/0x8+parseInt(_0x1b875a(0x146))/0x9+parseInt(_0x1b875a(0x115))/0xa*(parseInt(_0x1b875a(0x12b))/0xb);if(_0x493632===_0x4f10d4)break;else _0x24314f['push'](_0x24314f['shift']());}catch(_0x2ef5bb){_0x24314f['push'](_0x24314f['shift']());}}}(_0x4098,0x9548b));import{Plugin as _0xcb5463}from'ckeditor5/src/core.js';import{LivePosition as _0x1f8e0d}from'ckeditor5/src/engine.js';function _0x4098(){const _0x4befb6=['FORMAT_IMAGE_SIZE','get','subType','getCaptionFromImageModelElement','193699nIdMbP','*Set\x20image\x20width:*\x20%0','ImageCaptionUtils','*Remove\x20image\x20text\x20alternative*','join','commandParams','2UkrJhM','ELEMENT_INLINE_IMAGE','end','find','markInsertion','insertImage','toggleImageCaption','model','toPrevious','isBefore','imageTypeInline','detach','ImageCaptionEditing','attribute','ImageResize','schema','isCollapsed','chain','170170jMvuhS','editor','caption','10245726atCLLh','Block\x20image\x20to\x20inline\x20image','registerAttributeLabel','getSuggestionCallback','addObject','ImageInlineEditing','imageBlock','previous','ImageEditing','imageStylePreApply','has','isIntersecting','formatInline','getClosestSelectedImageElement','convertInlineImageToBlock','Inline\x20image\x20to\x20block\x20image','markBlockFormat','nodeBefore','_findSuggestions','selection','backward','format','getFirstRange','ImageUploadEditing','isEqual','imageTypeBlock','_suggestionFactory','length','convertBlockImageToInline','alt','registerCustomCallback','isBlockImage','locale','key','ImageTextAlternativeEditing','type','newValue','426317JxsLju','toNext','element','createRangeOn','uploadImage','document','forward','accept','59034ftQCUQ','commandName','imageInline','filter','createRange','1185XbVaNo','*Reset\x20image\x20width*','ELEMENT_CAPTION','start','imageTextAlternative','registerDescriptionCallback','insertion','ImageUtils','nodeAfter','findIndex','discard','getNearestSelectionRange','change','descriptionFactory','registerBlockAttribute','isOwn','fromPosition','deletion','afterInit','resizedWidth','markDeletion','forceDefaultExecution','registerElementLabel','110hTtPOc','*Set\x20image\x20text\x20alternative:*\x20%0','TrackChangesEditing','enableDefaultAttributesIntegration','removeObject','_registerLegacyDescription','getContainedElement','imageCaption','plugins','formatBlock','resizeImage','10432mEVuDb','ELEMENT_IMAGE','4678088uuQplh','width','270rVYBPE','ImageBlockEditing','enableCommand'];_0x4098=function(){return _0x4befb6;};return _0x4098();}import{getTranslation as _0x239269}from'../utils/common-translations.js';export default class it extends _0xcb5463{[_0x1d0c3f(0x110)](){const _0x44a8ae=_0x1d0c3f,_0x54fea0=this[_0x44a8ae(0x144)];if(!_0x54fea0[_0x44a8ae(0x11d)][_0x44a8ae(0x150)](_0x44a8ae(0x14e)))return;const _0x524670=_0x54fea0[_0x44a8ae(0x11d)][_0x44a8ae(0x128)](_0x44a8ae(0x117)),_0x40ac74=_0x54fea0[_0x44a8ae(0x11d)][_0x44a8ae(0x128)](_0x44a8ae(0x105)),_0x25cef6=_0x54fea0[_0x44a8ae(0xec)];_0x524670[_0x44a8ae(0x126)](_0x44a8ae(0x136)),_0x524670[_0x44a8ae(0x10b)][_0x44a8ae(0x114)](_0x44a8ae(0x14c),_0x1679c4=>_0x239269(_0x25cef6,_0x44a8ae(0x121),_0x1679c4)),_0x524670[_0x44a8ae(0x10b)][_0x44a8ae(0x114)](_0x44a8ae(0xfb),_0x4e9b30=>_0x239269(_0x25cef6,_0x44a8ae(0x132),_0x4e9b30)),_0x524670[_0x44a8ae(0x10b)][_0x44a8ae(0x114)](_0x44a8ae(0x145),()=>_0x239269(_0x25cef6,_0x44a8ae(0x100))),_0x54fea0[_0x44a8ae(0x11d)][_0x44a8ae(0x150)](_0x44a8ae(0xe3))&&_0x524670[_0x44a8ae(0x126)](_0x44a8ae(0xf5)),_0x54fea0[_0x44a8ae(0x11d)][_0x44a8ae(0x150)](_0x44a8ae(0x125))&&_0x54fea0[_0x44a8ae(0x11d)][_0x44a8ae(0x150)](_0x44a8ae(0x14b))&&(_0x524670[_0x44a8ae(0x126)](_0x44a8ae(0x13b),(_0x577c35,_0x41f92c)=>{const _0x4da3e1=_0x44a8ae,_0xb4168f=_0x40ac74[_0x4da3e1(0x153)](_0x54fea0[_0x4da3e1(0x138)][_0x4da3e1(0xf6)][_0x4da3e1(0xdf)]);_0x54fea0[_0x4da3e1(0x138)][_0x4da3e1(0x10a)](()=>{const _0x464067=_0x4da3e1;_0x524670[_0x464067(0xdc)](_0xb4168f,{'commandName':_0x464067(0x13b),'commandParams':[_0x41f92c]},[],_0x464067(0xe8));});}),_0x524670[_0x44a8ae(0x126)](_0x44a8ae(0xe5),(_0x92458f,_0x1cc1f5)=>{const _0x397e46=_0x44a8ae;_0x54fea0[_0x397e46(0x138)][_0x397e46(0x10a)](_0x50c73b=>{const _0x178db7=_0x397e46;let _0x5b78fd=_0x40ac74[_0x178db7(0x153)](_0x54fea0[_0x178db7(0x138)][_0x178db7(0xf6)][_0x178db7(0xdf)]),_0x2634d2=_0x50c73b[_0x178db7(0xf4)](_0x5b78fd);const _0x4a7019=_0x1f8e0d[_0x178db7(0x10e)](_0x2634d2[_0x178db7(0x101)],_0x178db7(0x139)),_0x100c2e=_0x1f8e0d[_0x178db7(0x10e)](_0x2634d2[_0x178db7(0x133)],_0x178db7(0xf2));_0x524670[_0x178db7(0x113)](()=>_0x92458f(_0x1cc1f5)),_0x5b78fd=_0x40ac74[_0x178db7(0x153)](_0x54fea0[_0x178db7(0x138)][_0x178db7(0xf6)][_0x178db7(0xdf)]),_0x2634d2=_0x50c73b[_0x178db7(0xf4)](_0x5b78fd);const _0x3e0e93=_0x50c73b[_0x178db7(0xfd)](_0x4a7019,_0x100c2e);_0x4a7019[_0x178db7(0x13c)](),_0x100c2e[_0x178db7(0x13c)](),_0x524670[_0x178db7(0xdc)](_0x5b78fd,{'commandName':_0x178db7(0x13b),'commandParams':[_0x1cc1f5]},[],_0x178db7(0x154)),_0x3e0e93[_0x178db7(0x101)][_0x178db7(0x13a)](_0x2634d2[_0x178db7(0x101)])&&_0x524670[_0x178db7(0x135)](_0x50c73b[_0x178db7(0xfd)](_0x3e0e93[_0x178db7(0x101)],_0x2634d2[_0x178db7(0x101)]),_0x178db7(0x154)),_0x2634d2[_0x178db7(0x133)][_0x178db7(0x13a)](_0x3e0e93[_0x178db7(0x133)])&&_0x524670[_0x178db7(0x135)](_0x50c73b[_0x178db7(0xfd)](_0x2634d2[_0x178db7(0x133)],_0x3e0e93[_0x178db7(0x133)]),_0x178db7(0x154));});}),_0x524670[_0x44a8ae(0xe6)][_0x44a8ae(0xea)](_0x44a8ae(0x11e),_0x44a8ae(0x154),_0x44a8ae(0x12f),()=>!0x1),_0x524670[_0x44a8ae(0xe6)][_0x44a8ae(0xea)](_0x44a8ae(0x11e),_0x44a8ae(0x154),_0x44a8ae(0xf8),()=>!0x1),_0x524670[_0x44a8ae(0xe6)][_0x44a8ae(0xea)](_0x44a8ae(0x11e),_0x44a8ae(0x154),_0x44a8ae(0x108),_0x524670[_0x44a8ae(0xe6)][_0x44a8ae(0x149)](_0x44a8ae(0x11e),'',_0x44a8ae(0xf8))),_0x524670[_0x44a8ae(0xe6)][_0x44a8ae(0xea)](_0x44a8ae(0x104),_0x44a8ae(0x154),_0x44a8ae(0x12f),()=>!0x1),_0x524670[_0x44a8ae(0xe6)][_0x44a8ae(0xea)](_0x44a8ae(0x104),_0x44a8ae(0x154),_0x44a8ae(0x108),([_0x118cab])=>{const _0x436a83=_0x44a8ae,_0x16b806=_0x524670[_0x436a83(0xe6)][_0x436a83(0x149)](_0x436a83(0x104),'',_0x436a83(0x108));let _0x5e4356=_0x118cab[_0x436a83(0x101)],_0x5b574e=_0x118cab[_0x436a83(0x133)];const _0x2f14e5=_0x54fea0[_0x436a83(0x138)][_0x436a83(0x140)][_0x436a83(0x109)](_0x5e4356,_0x436a83(0xe0)),_0x3e8ab2=_0x54fea0[_0x436a83(0x138)][_0x436a83(0x140)][_0x436a83(0x109)](_0x5b574e,_0x436a83(0xf7));_0x2f14e5[_0x436a83(0x141)]&&(_0x5e4356=_0x2f14e5[_0x436a83(0x101)]),_0x3e8ab2[_0x436a83(0x141)]&&(_0x5b574e=_0x3e8ab2[_0x436a83(0x133)]),_0x16b806([_0x54fea0[_0x436a83(0x138)][_0x436a83(0xfd)](_0x5e4356,_0x5b574e)]);}),_0x524670[_0x44a8ae(0xe6)][_0x44a8ae(0xea)](_0x44a8ae(0x11e),_0x44a8ae(0x154),_0x44a8ae(0x142),_0x18240b),_0x524670[_0x44a8ae(0xe6)][_0x44a8ae(0xea)](_0x44a8ae(0x104),_0x44a8ae(0x154),_0x44a8ae(0x142),_0x18240b)),_0x54fea0[_0x44a8ae(0x11d)][_0x44a8ae(0x150)](_0x44a8ae(0x13d))&&(_0x524670[_0x44a8ae(0x126)](_0x44a8ae(0x137),(_0x3cbfa1,_0x3fa021)=>{const _0x5b9e75=_0x44a8ae,_0x3820a3=_0x54fea0[_0x5b9e75(0x11d)][_0x5b9e75(0x128)](_0x5b9e75(0x12d));let _0x44fc25=_0x40ac74[_0x5b9e75(0x153)](_0x54fea0[_0x5b9e75(0x138)][_0x5b9e75(0xf6)][_0x5b9e75(0xdf)]),_0x25752f=_0x3820a3[_0x5b9e75(0x12a)](_0x44fc25);_0x54fea0[_0x5b9e75(0x138)][_0x5b9e75(0x10a)](()=>{const _0x33c3ba=_0x5b9e75;if(_0x25752f)return void _0x524670[_0x33c3ba(0x112)](_0x54fea0[_0x33c3ba(0x138)][_0x33c3ba(0xf4)](_0x25752f));const _0x580f42=_0x40ac74[_0x33c3ba(0xeb)](_0x44fc25);_0x3cbfa1(_0x3fa021),_0x44fc25=_0x40ac74[_0x33c3ba(0x153)](_0x54fea0[_0x33c3ba(0x138)][_0x33c3ba(0xf6)][_0x33c3ba(0xdf)]),_0x25752f=_0x3820a3[_0x33c3ba(0x12a)](_0x44fc25),_0x524670[_0x33c3ba(0x135)](_0x54fea0[_0x33c3ba(0x138)][_0x33c3ba(0xf4)](_0x25752f),_0x580f42?null:_0x33c3ba(0x11c));});}),_0x524670[_0x44a8ae(0xe6)][_0x44a8ae(0xea)](_0x44a8ae(0x104),_0x44a8ae(0x11c),_0x44a8ae(0x142),_0x18240b));const _0x144f11=[{'type':_0x44a8ae(0x11e),'subType':_0x44a8ae(0x14f)},{'type':_0x44a8ae(0x104),'subType':_0x44a8ae(0x11c)},{'type':_0x44a8ae(0x11e),'subType':_0x44a8ae(0x154)},{'type':_0x44a8ae(0x104),'subType':_0x44a8ae(0x154)}];function _0x4e2294(_0x25bd7a,_0x51b050){const _0xc5f286=_0x44a8ae,_0x1fc385=_0x144f11[_0xc5f286(0x107)](({type:_0x13d2bc,subType:_0x1dd0a5})=>_0x25bd7a[_0xc5f286(0xef)]==_0x13d2bc&&_0x25bd7a[_0xc5f286(0x129)]==_0x1dd0a5),_0xf5ad82=_0x144f11[_0xc5f286(0x107)](({type:_0x5d82e0,subType:_0x44b7b6})=>_0x51b050[_0xc5f286(0xef)]==_0x5d82e0&&_0x51b050[_0xc5f286(0x129)]==_0x44b7b6);if(_0x1fc385<0x0||_0xf5ad82<0x0)return!0x1;const _0x47ffa2=_0x25bd7a[_0xc5f286(0xe2)](),_0x332538=_0x51b050[_0xc5f286(0xe2)]();if((0x0==_0x1fc385||0x1==_0x1fc385)&&0x2==_0xf5ad82&&_0x47ffa2[_0xc5f286(0x151)](_0x332538))return!0x0;if(0x2==_0x1fc385&&0x3==_0xf5ad82){const _0x492a1d=_0x524670[_0xc5f286(0xde)](_0x47ffa2,_0xc5f286(0x104))[_0xc5f286(0xfc)](({suggestion:_0x40d6b1,meta:_0x4347c0})=>_0x4347c0[_0xc5f286(0x10d)]&&_0xc5f286(0x154)==_0x40d6b1[_0xc5f286(0x129)]);if(_0x492a1d[_0xc5f286(0xe7)]>0x1&&_0x332538[_0xc5f286(0x133)][_0xc5f286(0xe4)](_0x47ffa2[_0xc5f286(0x101)]))return!0x0;if(0x1==_0x492a1d[_0xc5f286(0xe7)]&&(_0x47ffa2[_0xc5f286(0x101)][_0xc5f286(0xe4)](_0x332538[_0xc5f286(0x133)])||_0x47ffa2[_0xc5f286(0x133)][_0xc5f286(0xe4)](_0x332538[_0xc5f286(0x101)])))return!0x0;}if(0x3==_0x1fc385&&0x3==_0xf5ad82&&_0x47ffa2[_0xc5f286(0x101)][_0xc5f286(0x13a)](_0x332538[_0xc5f286(0x101)])){const _0x3342ed=_0x47ffa2[_0xc5f286(0x133)][_0xc5f286(0x106)],_0xd1e76e=_0x332538[_0xc5f286(0x101)][_0xc5f286(0xdd)];return _0x40ac74[_0xc5f286(0xeb)](_0x3342ed)&&_0x3342ed===_0xd1e76e;}return!0x1;}function _0x18240b(_0x364ec0,_0x44987c){return _0x4e2294(_0x364ec0,_0x44987c)?[_0x364ec0,_0x44987c]:_0x4e2294(_0x44987c,_0x364ec0)?[_0x44987c,_0x364ec0]:null;}_0x54fea0[_0x44a8ae(0x11d)][_0x44a8ae(0x150)](_0x44a8ae(0x13f))&&(_0x524670[_0x44a8ae(0x118)](_0x44a8ae(0x11f)),_0x524670[_0x44a8ae(0x10c)](_0x44a8ae(0x111)),_0x524670[_0x44a8ae(0x10b)][_0x44a8ae(0x148)](_0x44a8ae(0x111),_0x239269(_0x25cef6,_0x44a8ae(0x127)))),_0x54fea0[_0x44a8ae(0x11d)][_0x44a8ae(0x150)](_0x44a8ae(0xee))&&(_0x524670[_0x44a8ae(0x118)](_0x44a8ae(0x102)),_0x524670[_0x44a8ae(0x10c)](_0x44a8ae(0xe9))),_0x524670[_0x44a8ae(0x10b)][_0x44a8ae(0x103)](_0x411d9f=>{const _0x732768=_0x44a8ae;if(!!_0x144f11[_0x732768(0x134)](({type:_0x57db5c,subType:_0x592d31})=>_0x411d9f[_0x732768(0xef)]==_0x57db5c&&_0x411d9f[_0x732768(0x129)]==_0x592d31))return _0x411d9f[_0x732768(0x14d)]?{}:void 0x0;}),_0x524670[_0x44a8ae(0x10b)][_0x44a8ae(0x103)](_0x64dc25=>{const _0x2f8985=_0x44a8ae;if(_0x2f8985(0x104)==_0x64dc25[_0x2f8985(0xef)]||_0x2f8985(0x10f)==_0x64dc25[_0x2f8985(0xef)]){const _0x3ecd16=_0x64dc25[_0x2f8985(0x11b)]();if(_0x3ecd16&&_0x3ecd16['is'](_0x2f8985(0xf3),_0x2f8985(0x145)))return{'type':_0x2f8985(0x104)==_0x64dc25[_0x2f8985(0xef)]?_0x2f8985(0x14a):_0x2f8985(0x119),'element':_0x3ecd16,'quantity':0x1};}}),_0x524670[_0x44a8ae(0x10b)][_0x44a8ae(0x103)](_0x307d94=>_0x44a8ae(0x11e)==_0x307d94[_0x44a8ae(0xef)]&&_0x44a8ae(0x154)==_0x307d94[_0x44a8ae(0x129)]?{'type':_0x44a8ae(0xe1),'content':_0x44a8ae(0xdb)}:_0x44a8ae(0x11e)==_0x307d94[_0x44a8ae(0xef)]&&_0x44a8ae(0xe8)==_0x307d94[_0x44a8ae(0x129)]?{'type':_0x44a8ae(0xe1),'content':_0x44a8ae(0x147)}:void 0x0),_0x524670[_0x44a8ae(0x10b)][_0x44a8ae(0x103)](_0xc4b1e4=>{const _0x451197=_0x44a8ae;if(_0x451197(0x13e)!=_0xc4b1e4[_0x451197(0xef)])return;const {data:_0x4de222}=_0xc4b1e4;if(!_0x4de222||_0x451197(0xe9)!=_0x4de222[_0x451197(0xed)])return;const _0x4f39eb=_0x4de222[_0x451197(0xf0)];return _0x4f39eb?{'type':_0x451197(0xe1),'content':_0x239269(_0x25cef6,_0x451197(0x116),'\x22'+_0x4f39eb+'\x22')}:{'type':_0x451197(0xe1),'content':_0x239269(_0x25cef6,_0x451197(0x12e))};}),this[_0x44a8ae(0x11a)]();}[_0x1d0c3f(0x11a)](){const _0x2f52bf=_0x1d0c3f,_0x23a04e=this[_0x2f52bf(0x144)],_0x1f1094=_0x23a04e[_0x2f52bf(0xec)];_0x23a04e[_0x2f52bf(0x11d)][_0x2f52bf(0x128)](_0x2f52bf(0x117))[_0x2f52bf(0x10b)][_0x2f52bf(0x103)](_0x45c9a7=>{const _0xeac93f=_0x2f52bf;if(_0xeac93f(0x11e)!=_0x45c9a7[_0xeac93f(0xef)]&&_0xeac93f(0x152)!=_0x45c9a7[_0xeac93f(0xef)])return;const {data:_0x3ca144}=_0x45c9a7;if(_0x3ca144){if(_0xeac93f(0x102)==_0x3ca144[_0xeac93f(0xfa)]){const _0x1839f7=_0x3ca144[_0xeac93f(0x130)][0x0][_0xeac93f(0xf0)];return _0x1839f7?{'type':_0xeac93f(0xe1),'content':_0x239269(_0x1f1094,_0xeac93f(0x116),'\x22'+_0x1839f7+'\x22')}:{'type':_0xeac93f(0xe1),'content':_0x239269(_0x1f1094,_0xeac93f(0x12e))};}if(_0xeac93f(0x11f)==_0x3ca144[_0xeac93f(0xfa)]){const _0x503578=_0x3ca144[_0xeac93f(0x130)][0x0][_0xeac93f(0x123)];return _0x503578?{'type':_0xeac93f(0xe1),'content':_0x239269(_0x1f1094,_0xeac93f(0x12c),_0x503578)}:{'type':_0xeac93f(0xe1),'content':_0x239269(_0x1f1094,_0xeac93f(0xff))};}}});}}
|
|
23
|
+
function _0x1b41(){const _0x5edff1=['imageTypeBlock','imageTypeInline','isCollapsed','change','FORMAT_IMAGE_SIZE','ELEMENT_CAPTION','ImageUtils','imageInline','ImageBlockEditing','isBlockImage','alt','468dEFxJA','selection','ELEMENT_INLINE_IMAGE','width','imageStylePreApply','ELEMENT_IMAGE','1868360spAWyP','_findSuggestions','type','filter','plugins','resizedWidth','formatBlock','forceDefaultExecution','10HIELhS','descriptionFactory','getFirstRange','afterInit','getClosestSelectedImageElement','imageTextAlternative','isIntersecting','markInsertion','343529lXqzez','schema','toggleImageCaption','fromPosition','previous','caption','length','key','registerDescriptionCallback','document','Inline\x20image\x20to\x20block\x20image','nodeBefore','enableCommand','locale','markDeletion','accept','findIndex','newValue','markBlockFormat','discard','has','getContainedElement','imageBlock','registerCustomCallback','start','createRangeOn','imageCaption','getNearestSelectionRange','1210216eRlAbe','registerBlockAttribute','getCaptionFromImageModelElement','getSuggestionCallback','join','toPrevious','*Set\x20image\x20width:*\x20%0','ImageUploadEditing','ImageCaptionEditing','insertImage','addObject','insertion','159684jyTwKN','_registerLegacyDescription','removeObject','model','*Reset\x20image\x20width*','isOwn','forward','registerElementLabel','element','_suggestionFactory','createRange','resizeImage','attribute','toNext','editor','TrackChangesEditing','registerAttributeLabel','*Set\x20image\x20text\x20alternative:*\x20%0','17349CJXmTC','nodeAfter','ImageInlineEditing','convertBlockImageToInline','Block\x20image\x20to\x20inline\x20image','commandParams','end','ImageTextAlternativeEditing','chain','backward','formatInline','commandName','ImageCaptionUtils','ImageResize','enableDefaultAttributesIntegration','*Remove\x20image\x20text\x20alternative*','ImageEditing','606510qtLnNl','find','isBefore','format','subType','deletion','isEqual','4463217Tjsrry','convertInlineImageToBlock','uploadImage','get','detach'];_0x1b41=function(){return _0x5edff1;};return _0x1b41();}const _0x37ce36=_0x28ef;(function(_0x43c6d6,_0x51d751){const _0x3bc4fd=_0x28ef,_0x5c07ce=_0x43c6d6();while(!![]){try{const _0x236a96=parseInt(_0x3bc4fd(0x167))/0x1+parseInt(_0x3bc4fd(0x1b2))/0x2+parseInt(_0x3bc4fd(0x1a1))/0x3*(parseInt(_0x3bc4fd(0x151))/0x4)+-parseInt(_0x3bc4fd(0x15f))/0x5*(parseInt(_0x3bc4fd(0x18f))/0x6)+-parseInt(_0x3bc4fd(0x183))/0x7+-parseInt(_0x3bc4fd(0x157))/0x8+-parseInt(_0x3bc4fd(0x1b9))/0x9;if(_0x236a96===_0x51d751)break;else _0x5c07ce['push'](_0x5c07ce['shift']());}catch(_0x90b890){_0x5c07ce['push'](_0x5c07ce['shift']());}}}(_0x1b41,0x59ccd));function _0x28ef(_0x200265,_0x390fa8){const _0x1b413c=_0x1b41();return _0x28ef=function(_0x28ef7f,_0x4764dd){_0x28ef7f=_0x28ef7f-0x14a;let _0x5ed5c2=_0x1b413c[_0x28ef7f];return _0x5ed5c2;},_0x28ef(_0x200265,_0x390fa8);}import{Plugin as _0x2ed6db}from'ckeditor5/src/core.js';import{LivePosition as _0x18a97e}from'ckeditor5/src/engine.js';import{getTranslation as _0xd7d86c}from'../utils/common-translations.js';export default class it extends _0x2ed6db{[_0x37ce36(0x162)](){const _0x3bcc20=_0x37ce36,_0x5e2c5f=this[_0x3bcc20(0x19d)];if(!_0x5e2c5f[_0x3bcc20(0x15b)][_0x3bcc20(0x17b)](_0x3bcc20(0x1b1)))return;const _0x3ff793=_0x5e2c5f[_0x3bcc20(0x15b)][_0x3bcc20(0x1bc)](_0x3bcc20(0x19e)),_0x4f353f=_0x5e2c5f[_0x3bcc20(0x15b)][_0x3bcc20(0x1bc)](_0x3bcc20(0x14c)),_0x2e04dc=_0x5e2c5f[_0x3bcc20(0x174)];_0x3ff793[_0x3bcc20(0x173)](_0x3bcc20(0x18c)),_0x3ff793[_0x3bcc20(0x160)][_0x3bcc20(0x196)](_0x3bcc20(0x17d),_0x28c75b=>_0xd7d86c(_0x2e04dc,_0x3bcc20(0x156),_0x28c75b)),_0x3ff793[_0x3bcc20(0x160)][_0x3bcc20(0x196)](_0x3bcc20(0x14d),_0x3aabc9=>_0xd7d86c(_0x2e04dc,_0x3bcc20(0x153),_0x3aabc9)),_0x3ff793[_0x3bcc20(0x160)][_0x3bcc20(0x196)](_0x3bcc20(0x16c),()=>_0xd7d86c(_0x2e04dc,_0x3bcc20(0x14b))),_0x5e2c5f[_0x3bcc20(0x15b)][_0x3bcc20(0x17b)](_0x3bcc20(0x18a))&&_0x3ff793[_0x3bcc20(0x173)](_0x3bcc20(0x1bb)),_0x5e2c5f[_0x3bcc20(0x15b)][_0x3bcc20(0x17b)](_0x3bcc20(0x14e))&&_0x5e2c5f[_0x3bcc20(0x15b)][_0x3bcc20(0x17b)](_0x3bcc20(0x1a3))&&(_0x3ff793[_0x3bcc20(0x173)](_0x3bcc20(0x1bf),(_0x375f9e,_0x7bce51)=>{const _0x2896fd=_0x3bcc20,_0x2680f1=_0x4f353f[_0x2896fd(0x163)](_0x5e2c5f[_0x2896fd(0x192)][_0x2896fd(0x170)][_0x2896fd(0x152)]);_0x5e2c5f[_0x2896fd(0x192)][_0x2896fd(0x1c1)](()=>{const _0x26b23d=_0x2896fd;_0x3ff793[_0x26b23d(0x179)](_0x2680f1,{'commandName':_0x26b23d(0x1bf),'commandParams':[_0x7bce51]},[],_0x26b23d(0x1a4));});}),_0x3ff793[_0x3bcc20(0x173)](_0x3bcc20(0x1be),(_0x4eb57f,_0x3e018a)=>{const _0x203a0e=_0x3bcc20;_0x5e2c5f[_0x203a0e(0x192)][_0x203a0e(0x1c1)](_0x4f401e=>{const _0x5194c8=_0x203a0e;let _0x44925b=_0x4f353f[_0x5194c8(0x163)](_0x5e2c5f[_0x5194c8(0x192)][_0x5194c8(0x170)][_0x5194c8(0x152)]),_0xbb6a4d=_0x4f401e[_0x5194c8(0x180)](_0x44925b);const _0x56c995=_0x18a97e[_0x5194c8(0x16a)](_0xbb6a4d[_0x5194c8(0x17f)],_0x5194c8(0x188)),_0x2382db=_0x18a97e[_0x5194c8(0x16a)](_0xbb6a4d[_0x5194c8(0x1a7)],_0x5194c8(0x19c));_0x3ff793[_0x5194c8(0x15e)](()=>_0x4eb57f(_0x3e018a)),_0x44925b=_0x4f353f[_0x5194c8(0x163)](_0x5e2c5f[_0x5194c8(0x192)][_0x5194c8(0x170)][_0x5194c8(0x152)]),_0xbb6a4d=_0x4f401e[_0x5194c8(0x180)](_0x44925b);const _0x8401d5=_0x4f401e[_0x5194c8(0x199)](_0x56c995,_0x2382db);_0x56c995[_0x5194c8(0x1bd)](),_0x2382db[_0x5194c8(0x1bd)](),_0x3ff793[_0x5194c8(0x179)](_0x44925b,{'commandName':_0x5194c8(0x1bf),'commandParams':[_0x3e018a]},[],_0x5194c8(0x1ba)),_0x8401d5[_0x5194c8(0x17f)][_0x5194c8(0x1b4)](_0xbb6a4d[_0x5194c8(0x17f)])&&_0x3ff793[_0x5194c8(0x166)](_0x4f401e[_0x5194c8(0x199)](_0x8401d5[_0x5194c8(0x17f)],_0xbb6a4d[_0x5194c8(0x17f)]),_0x5194c8(0x1ba)),_0xbb6a4d[_0x5194c8(0x1a7)][_0x5194c8(0x1b4)](_0x8401d5[_0x5194c8(0x1a7)])&&_0x3ff793[_0x5194c8(0x166)](_0x4f401e[_0x5194c8(0x199)](_0xbb6a4d[_0x5194c8(0x1a7)],_0x8401d5[_0x5194c8(0x1a7)]),_0x5194c8(0x1ba));});}),_0x3ff793[_0x3bcc20(0x198)][_0x3bcc20(0x17e)](_0x3bcc20(0x15d),_0x3bcc20(0x1ba),_0x3bcc20(0x187),()=>!0x1),_0x3ff793[_0x3bcc20(0x198)][_0x3bcc20(0x17e)](_0x3bcc20(0x15d),_0x3bcc20(0x1ba),_0x3bcc20(0x176),()=>!0x1),_0x3ff793[_0x3bcc20(0x198)][_0x3bcc20(0x17e)](_0x3bcc20(0x15d),_0x3bcc20(0x1ba),_0x3bcc20(0x17a),_0x3ff793[_0x3bcc20(0x198)][_0x3bcc20(0x186)](_0x3bcc20(0x15d),'',_0x3bcc20(0x176))),_0x3ff793[_0x3bcc20(0x198)][_0x3bcc20(0x17e)](_0x3bcc20(0x18e),_0x3bcc20(0x1ba),_0x3bcc20(0x187),()=>!0x1),_0x3ff793[_0x3bcc20(0x198)][_0x3bcc20(0x17e)](_0x3bcc20(0x18e),_0x3bcc20(0x1ba),_0x3bcc20(0x17a),([_0x28d502])=>{const _0x55713d=_0x3bcc20,_0x1864a9=_0x3ff793[_0x55713d(0x198)][_0x55713d(0x186)](_0x55713d(0x18e),'',_0x55713d(0x17a));let _0x2ad3f6=_0x28d502[_0x55713d(0x17f)],_0x401458=_0x28d502[_0x55713d(0x1a7)];const _0x43bfb6=_0x5e2c5f[_0x55713d(0x192)][_0x55713d(0x168)][_0x55713d(0x182)](_0x2ad3f6,_0x55713d(0x1aa)),_0x28044e=_0x5e2c5f[_0x55713d(0x192)][_0x55713d(0x168)][_0x55713d(0x182)](_0x401458,_0x55713d(0x195));_0x43bfb6[_0x55713d(0x1c0)]&&(_0x2ad3f6=_0x43bfb6[_0x55713d(0x17f)]),_0x28044e[_0x55713d(0x1c0)]&&(_0x401458=_0x28044e[_0x55713d(0x1a7)]),_0x1864a9([_0x5e2c5f[_0x55713d(0x192)][_0x55713d(0x199)](_0x2ad3f6,_0x401458)]);}),_0x3ff793[_0x3bcc20(0x198)][_0x3bcc20(0x17e)](_0x3bcc20(0x15d),_0x3bcc20(0x1ba),_0x3bcc20(0x1a9),_0x316166),_0x3ff793[_0x3bcc20(0x198)][_0x3bcc20(0x17e)](_0x3bcc20(0x18e),_0x3bcc20(0x1ba),_0x3bcc20(0x1a9),_0x316166)),_0x5e2c5f[_0x3bcc20(0x15b)][_0x3bcc20(0x17b)](_0x3bcc20(0x18b))&&(_0x3ff793[_0x3bcc20(0x173)](_0x3bcc20(0x169),(_0x2e3400,_0x54997c)=>{const _0xac3b99=_0x3bcc20,_0x2def01=_0x5e2c5f[_0xac3b99(0x15b)][_0xac3b99(0x1bc)](_0xac3b99(0x1ad));let _0x46a69e=_0x4f353f[_0xac3b99(0x163)](_0x5e2c5f[_0xac3b99(0x192)][_0xac3b99(0x170)][_0xac3b99(0x152)]),_0x14a9aa=_0x2def01[_0xac3b99(0x185)](_0x46a69e);_0x5e2c5f[_0xac3b99(0x192)][_0xac3b99(0x1c1)](()=>{const _0xb13634=_0xac3b99;if(_0x14a9aa)return void _0x3ff793[_0xb13634(0x175)](_0x5e2c5f[_0xb13634(0x192)][_0xb13634(0x180)](_0x14a9aa));const _0x30d82f=_0x4f353f[_0xb13634(0x14f)](_0x46a69e);_0x2e3400(_0x54997c),_0x46a69e=_0x4f353f[_0xb13634(0x163)](_0x5e2c5f[_0xb13634(0x192)][_0xb13634(0x170)][_0xb13634(0x152)]),_0x14a9aa=_0x2def01[_0xb13634(0x185)](_0x46a69e),_0x3ff793[_0xb13634(0x166)](_0x5e2c5f[_0xb13634(0x192)][_0xb13634(0x180)](_0x14a9aa),_0x30d82f?null:_0xb13634(0x181));});}),_0x3ff793[_0x3bcc20(0x198)][_0x3bcc20(0x17e)](_0x3bcc20(0x18e),_0x3bcc20(0x181),_0x3bcc20(0x1a9),_0x316166));const _0x1e002f=[{'type':_0x3bcc20(0x15d),'subType':_0x3bcc20(0x155)},{'type':_0x3bcc20(0x18e),'subType':_0x3bcc20(0x181)},{'type':_0x3bcc20(0x15d),'subType':_0x3bcc20(0x1ba)},{'type':_0x3bcc20(0x18e),'subType':_0x3bcc20(0x1ba)}];function _0x380239(_0x2d8ba9,_0x2d2b86){const _0x40e4e2=_0x3bcc20,_0x2c91fd=_0x1e002f[_0x40e4e2(0x177)](({type:_0xfb85d4,subType:_0x4069a5})=>_0x2d8ba9[_0x40e4e2(0x159)]==_0xfb85d4&&_0x2d8ba9[_0x40e4e2(0x1b6)]==_0x4069a5),_0x5e533c=_0x1e002f[_0x40e4e2(0x177)](({type:_0x4cb627,subType:_0x48c721})=>_0x2d2b86[_0x40e4e2(0x159)]==_0x4cb627&&_0x2d2b86[_0x40e4e2(0x1b6)]==_0x48c721);if(_0x2c91fd<0x0||_0x5e533c<0x0)return!0x1;const _0x1751d3=_0x2d8ba9[_0x40e4e2(0x161)](),_0x538bfe=_0x2d2b86[_0x40e4e2(0x161)]();if((0x0==_0x2c91fd||0x1==_0x2c91fd)&&0x2==_0x5e533c&&_0x1751d3[_0x40e4e2(0x165)](_0x538bfe))return!0x0;if(0x2==_0x2c91fd&&0x3==_0x5e533c){const _0x5ae3ae=_0x3ff793[_0x40e4e2(0x158)](_0x1751d3,_0x40e4e2(0x18e))[_0x40e4e2(0x15a)](({suggestion:_0x6181fb,meta:_0x53ba87})=>_0x53ba87[_0x40e4e2(0x194)]&&_0x40e4e2(0x1ba)==_0x6181fb[_0x40e4e2(0x1b6)]);if(_0x5ae3ae[_0x40e4e2(0x16d)]>0x1&&_0x538bfe[_0x40e4e2(0x1a7)][_0x40e4e2(0x1b8)](_0x1751d3[_0x40e4e2(0x17f)]))return!0x0;if(0x1==_0x5ae3ae[_0x40e4e2(0x16d)]&&(_0x1751d3[_0x40e4e2(0x17f)][_0x40e4e2(0x1b8)](_0x538bfe[_0x40e4e2(0x1a7)])||_0x1751d3[_0x40e4e2(0x1a7)][_0x40e4e2(0x1b8)](_0x538bfe[_0x40e4e2(0x17f)])))return!0x0;}if(0x3==_0x2c91fd&&0x3==_0x5e533c&&_0x1751d3[_0x40e4e2(0x17f)][_0x40e4e2(0x1b4)](_0x538bfe[_0x40e4e2(0x17f)])){const _0x3a3332=_0x1751d3[_0x40e4e2(0x1a7)][_0x40e4e2(0x1a2)],_0x4edc5d=_0x538bfe[_0x40e4e2(0x17f)][_0x40e4e2(0x172)];return _0x4f353f[_0x40e4e2(0x14f)](_0x3a3332)&&_0x3a3332===_0x4edc5d;}return!0x1;}function _0x316166(_0x118594,_0x12ff5c){return _0x380239(_0x118594,_0x12ff5c)?[_0x118594,_0x12ff5c]:_0x380239(_0x12ff5c,_0x118594)?[_0x12ff5c,_0x118594]:null;}_0x5e2c5f[_0x3bcc20(0x15b)][_0x3bcc20(0x17b)](_0x3bcc20(0x1ae))&&(_0x3ff793[_0x3bcc20(0x1af)](_0x3bcc20(0x19a)),_0x3ff793[_0x3bcc20(0x184)](_0x3bcc20(0x15c)),_0x3ff793[_0x3bcc20(0x160)][_0x3bcc20(0x19f)](_0x3bcc20(0x15c),_0xd7d86c(_0x2e04dc,_0x3bcc20(0x14a)))),_0x5e2c5f[_0x3bcc20(0x15b)][_0x3bcc20(0x17b)](_0x3bcc20(0x1a8))&&(_0x3ff793[_0x3bcc20(0x1af)](_0x3bcc20(0x164)),_0x3ff793[_0x3bcc20(0x184)](_0x3bcc20(0x150))),_0x3ff793[_0x3bcc20(0x160)][_0x3bcc20(0x16f)](_0x30179a=>{const _0x54c8d8=_0x3bcc20;if(!!_0x1e002f[_0x54c8d8(0x1b3)](({type:_0x46d19e,subType:_0x30ea65})=>_0x30179a[_0x54c8d8(0x159)]==_0x46d19e&&_0x30179a[_0x54c8d8(0x1b6)]==_0x30ea65))return _0x30179a[_0x54c8d8(0x16b)]?{}:void 0x0;}),_0x3ff793[_0x3bcc20(0x160)][_0x3bcc20(0x16f)](_0x49aa11=>{const _0x39d7e2=_0x3bcc20;if(_0x39d7e2(0x18e)==_0x49aa11[_0x39d7e2(0x159)]||_0x39d7e2(0x1b7)==_0x49aa11[_0x39d7e2(0x159)]){const _0xaa5ae5=_0x49aa11[_0x39d7e2(0x17c)]();if(_0xaa5ae5&&_0xaa5ae5['is'](_0x39d7e2(0x197),_0x39d7e2(0x16c)))return{'type':_0x39d7e2(0x18e)==_0x49aa11[_0x39d7e2(0x159)]?_0x39d7e2(0x18d):_0x39d7e2(0x191),'element':_0xaa5ae5,'quantity':0x1};}}),_0x3ff793[_0x3bcc20(0x160)][_0x3bcc20(0x16f)](_0x2a0707=>_0x3bcc20(0x15d)==_0x2a0707[_0x3bcc20(0x159)]&&_0x3bcc20(0x1ba)==_0x2a0707[_0x3bcc20(0x1b6)]?{'type':_0x3bcc20(0x1b5),'content':_0x3bcc20(0x171)}:_0x3bcc20(0x15d)==_0x2a0707[_0x3bcc20(0x159)]&&_0x3bcc20(0x1a4)==_0x2a0707[_0x3bcc20(0x1b6)]?{'type':_0x3bcc20(0x1b5),'content':_0x3bcc20(0x1a5)}:void 0x0),_0x3ff793[_0x3bcc20(0x160)][_0x3bcc20(0x16f)](_0x58bb9b=>{const _0x31414b=_0x3bcc20;if(_0x31414b(0x19b)!=_0x58bb9b[_0x31414b(0x159)])return;const {data:_0x47ae63}=_0x58bb9b;if(!_0x47ae63||_0x31414b(0x150)!=_0x47ae63[_0x31414b(0x16e)])return;const _0x5aa350=_0x47ae63[_0x31414b(0x178)];return _0x5aa350?{'type':_0x31414b(0x1b5),'content':_0xd7d86c(_0x2e04dc,_0x31414b(0x1a0),'\x22'+_0x5aa350+'\x22')}:{'type':_0x31414b(0x1b5),'content':_0xd7d86c(_0x2e04dc,_0x31414b(0x1b0))};}),this[_0x3bcc20(0x190)]();}[_0x37ce36(0x190)](){const _0x59db92=_0x37ce36,_0x3d5c28=this[_0x59db92(0x19d)],_0x271390=_0x3d5c28[_0x59db92(0x174)];_0x3d5c28[_0x59db92(0x15b)][_0x59db92(0x1bc)](_0x59db92(0x19e))[_0x59db92(0x160)][_0x59db92(0x16f)](_0x39deb1=>{const _0x33eed9=_0x59db92;if(_0x33eed9(0x15d)!=_0x39deb1[_0x33eed9(0x159)]&&_0x33eed9(0x1ab)!=_0x39deb1[_0x33eed9(0x159)])return;const {data:_0x41b3bb}=_0x39deb1;if(_0x41b3bb){if(_0x33eed9(0x164)==_0x41b3bb[_0x33eed9(0x1ac)]){const _0x3a5caf=_0x41b3bb[_0x33eed9(0x1a6)][0x0][_0x33eed9(0x178)];return _0x3a5caf?{'type':_0x33eed9(0x1b5),'content':_0xd7d86c(_0x271390,_0x33eed9(0x1a0),'\x22'+_0x3a5caf+'\x22')}:{'type':_0x33eed9(0x1b5),'content':_0xd7d86c(_0x271390,_0x33eed9(0x1b0))};}if(_0x33eed9(0x19a)==_0x41b3bb[_0x33eed9(0x1ac)]){const _0x25bff1=_0x41b3bb[_0x33eed9(0x1a6)][0x0][_0x33eed9(0x154)];return _0x25bff1?{'type':_0x33eed9(0x1b5),'content':_0xd7d86c(_0x271390,_0x33eed9(0x189),_0x25bff1)}:{'type':_0x33eed9(0x1b5),'content':_0xd7d86c(_0x271390,_0x33eed9(0x193))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x53543b=_0x1192;(function(_0x141f73,_0x436d8b){const _0x564f1c=_0x1192,_0x584cce=_0x141f73();while(!![]){try{const _0x3b7a60=-parseInt(_0x564f1c(0xea))/0x1+parseInt(_0x564f1c(0xfb))/0x2*(-parseInt(_0x564f1c(0xe0))/0x3)+-parseInt(_0x564f1c(0xe4))/0x4+parseInt(_0x564f1c(0xe6))/0x5*(parseInt(_0x564f1c(0xf7))/0x6)+-parseInt(_0x564f1c(0xdf))/0x7+parseInt(_0x564f1c(0xf1))/0x8+-parseInt(_0x564f1c(0xde))/0x9*(-parseInt(_0x564f1c(0xdc))/0xa);if(_0x3b7a60===_0x436d8b)break;else _0x584cce['push'](_0x584cce['shift']());}catch(_0x831127){_0x584cce['push'](_0x584cce['shift']());}}}(_0x506b,0xee808));import{Plugin as _0x1351cc}from'ckeditor5/src/core.js';import{getTranslation as _0xeffe8b}from'../utils/common-translations.js';function _0x1192(_0x1887e0,_0x505017){const _0x506bb2=_0x506b();return _0x1192=function(_0x119274,_0xedd399){_0x119274=_0x119274-0xd3;let _0x574fc1=_0x506bb2[_0x119274];return _0x574fc1;},_0x1192(_0x1887e0,_0x505017);}function _0x506b(){const _0x2c6a9d=['2VwGeTD','newValue','type','*Replace\x20image\x20URL*','key','formatBlock','registerDescriptionCallback','enableDefaultAttributesIntegration','registerCustomCallback','accept','getSuggestionCallback','249170dMMOxz','format','882cGCOgD','2947021pfDUkn','891069CgQCQj','ImageEditing','attribute','_suggestionFactory','5521024eczDEC','plugins','5xJAcYj','TrackChangesEditing','replaceImageSource','src','864516sHPdqt','afterInit','registerBlockAttribute','has','get','*Format:*\x20replace\x20image\x20URL','_handleLegacySuggestions','10672376ijktdq','locale','formatInline','oldValue','discard','editor','982734wyPHVf','_registerLegacyDescription','descriptionFactory','commandName'];_0x506b=function(){return _0x2c6a9d;};return _0x506b();}export default class st extends _0x1351cc{[_0x53543b(0xeb)](){const _0xf3b4ad=_0x53543b;if(!this[_0xf3b4ad(0xf6)][_0xf3b4ad(0xe5)][_0xf3b4ad(0xed)](_0xf3b4ad(0xe1)))return;const _0xf2ccbe=this[_0xf3b4ad(0xf6)][_0xf3b4ad(0xf2)],_0x129276=this[_0xf3b4ad(0xf6)][_0xf3b4ad(0xe5)][_0xf3b4ad(0xee)](_0xf3b4ad(0xe7));_0x129276[_0xf3b4ad(0xd8)](_0xf3b4ad(0xe8)),_0x129276[_0xf3b4ad(0xec)](_0xf3b4ad(0xe9)),_0x129276[_0xf3b4ad(0xf9)][_0xf3b4ad(0xd7)](_0x355284=>{const _0x5a685c=_0xf3b4ad;if(_0x5a685c(0xe2)!=_0x355284[_0x5a685c(0xd3)])return;const {data:_0x4ac798}=_0x355284;return _0x4ac798&&_0x5a685c(0xe9)==_0x4ac798[_0x5a685c(0xd5)]?_0x4ac798[_0x5a685c(0xfc)]&&_0x4ac798[_0x5a685c(0xf4)]?{'type':_0x5a685c(0xdd),'content':_0xeffe8b(_0xf2ccbe,_0x5a685c(0xd4))}:{'type':_0x5a685c(0xdd),'content':''}:void 0x0;}),this[_0xf3b4ad(0xf0)]();}[_0x53543b(0xf0)](){const _0x41d227=_0x53543b,_0xa6e51=this[_0x41d227(0xf6)][_0x41d227(0xe5)][_0x41d227(0xee)](_0x41d227(0xe7));_0xa6e51[_0x41d227(0xe3)][_0x41d227(0xd9)](_0x41d227(0xd6),_0x41d227(0xe8),_0x41d227(0xda),_0xa6e51[_0x41d227(0xe3)][_0x41d227(0xdb)](_0x41d227(0xd6),null,_0x41d227(0xf5))),_0xa6e51[_0x41d227(0xe3)][_0x41d227(0xd9)](_0x41d227(0xd6),_0x41d227(0xe8),_0x41d227(0xf5),_0xa6e51[_0x41d227(0xe3)][_0x41d227(0xdb)](_0x41d227(0xd6),null,_0x41d227(0xda))),this[_0x41d227(0xf8)]();}[_0x53543b(0xf8)](){const _0x1dae72=_0x53543b,_0x101d28=this[_0x1dae72(0xf6)],_0xb6afcc=_0x101d28[_0x1dae72(0xf2)];_0x101d28[_0x1dae72(0xe5)][_0x1dae72(0xee)](_0x1dae72(0xe7))[_0x1dae72(0xf9)][_0x1dae72(0xd7)](_0x55c271=>{const _0x2961bf=_0x1dae72;if(_0x2961bf(0xd6)!=_0x55c271[_0x2961bf(0xd3)]&&_0x2961bf(0xf3)!=_0x55c271[_0x2961bf(0xd3)])return;const {data:_0xed6293}=_0x55c271;if(!_0xed6293||_0x2961bf(0xe8)!=_0xed6293[_0x2961bf(0xfa)])return;return{'type':_0x2961bf(0xdd),'content':_0xeffe8b(_0xb6afcc,_0x2961bf(0xef))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function _0x1932(){const _0x9b0647=['imageTypeInline','end','registerCustomCallback','markInlineFormat','isOwn','getSuggestionCallback','name','change','accept','suggestion','isInlineImage','nodeBefore','head','getContainedElement','imageStylePostApply','length','descriptionFactory','document','commandName','_registerLegacyDescription','nodeAfter','3069981iQAmBf','convertInlineImageToBlock','imageStyle','Users','plugins','TrackChangesEditing','166eMpjIH','refresh','isInContent','hasSuggestion','selection','_findSuggestions','isBlockImage','newRange','from','type','get','forEach','createRangeOn','50MlrysS','formatInline','48NLeIPV','4127lNtuzP','format','side','enableCommand','1409286tNSmTl','*Format:*\x20%0','isIntersecting','getSuggestion','filter','commandReversedParams','next','registerPostFixer','1626172CUaRKZ','join','title','has','value','discard','start','getClosestSelectedImageElement','markBlockFormat','imageCaption','discardSuggestion','differ','isBefore','model','getChangedMarkers','formatBlock','imageTypeBlock','toLowerCase','subType','author','ImageStyleEditing','shouldConvertImageType','commands','isEqual','locale','normalizedStyles','commandParams','_suggestionFactory','afterInit','setImageNaturalSizeAttributes','getSuggestions','3013015ZZbVrl','_splitMarkerName','565628KIwDRS','registerDescriptionCallback','FORMAT_SIDE_IMAGE','findIndex','imageStylePreApply','insertion','1553202FyLYUS','editor','chain','ImageUtils','getFirstRange'];_0x1932=function(){return _0x9b0647;};return _0x1932();}const _0x584fbc=_0xde33;function _0xde33(_0xb02e08,_0x14f470){const _0x19324f=_0x1932();return _0xde33=function(_0xde3315,_0x1833e0){_0xde3315=_0xde3315-0x17e;let _0x3aa50f=_0x19324f[_0xde3315];return _0x3aa50f;},_0xde33(_0xb02e08,_0x14f470);}(function(_0x1afbff,_0x463dfa){const _0x393618=_0xde33,_0x1b5eef=_0x1afbff();while(!![]){try{const _0x2d27f0=-parseInt(_0x393618(0x180))/0x1*(parseInt(_0x393618(0x1d3))/0x2)+-parseInt(_0x393618(0x1b3))/0x3+-parseInt(_0x393618(0x18c))/0x4+parseInt(_0x393618(0x1ab))/0x5+-parseInt(_0x393618(0x184))/0x6+-parseInt(_0x393618(0x1ad))/0x7*(parseInt(_0x393618(0x17f))/0x8)+parseInt(_0x393618(0x1cd))/0x9*(parseInt(_0x393618(0x1e0))/0xa);if(_0x2d27f0===_0x463dfa)break;else _0x1b5eef['push'](_0x1b5eef['shift']());}catch(_0x37742b){_0x1b5eef['push'](_0x1b5eef['shift']());}}}(_0x1932,0x4e859));import{Plugin as _0xb6d158}from'ckeditor5/src/core.js';import{uid as _0x410d96}from'ckeditor5/src/utils.js';import{getTranslation as _0x27b34e}from'../utils/common-translations.js';export default class nt extends _0xb6d158{[_0x584fbc(0x1a8)](){const _0x58bb60=_0x584fbc,_0x595f07=this[_0x58bb60(0x1b4)];if(!_0x595f07[_0x58bb60(0x1d1)][_0x58bb60(0x18f)](_0x58bb60(0x1a0)))return;const _0x4acc06=_0x595f07[_0x58bb60(0x1d1)][_0x58bb60(0x1dd)](_0x58bb60(0x1d2)),_0x456b95=_0x595f07[_0x58bb60(0x1d1)][_0x58bb60(0x1dd)](_0x58bb60(0x1b6)),_0x23c6d3={};_0x4acc06[_0x58bb60(0x183)](_0x58bb60(0x1cf),(_0x1dd106,_0x46668d)=>{const _0x47df81=_0x58bb60,_0x5ab3c5=_0x595f07[_0x47df81(0x1d1)][_0x47df81(0x1dd)](_0x47df81(0x1d0))['me'],_0x491f3c=_0x595f07[_0x47df81(0x1a2)][_0x47df81(0x1dd)](_0x47df81(0x1cf));let _0x54085b=_0x456b95[_0x47df81(0x193)](_0x595f07[_0x47df81(0x199)][_0x47df81(0x1c9)][_0x47df81(0x1d7)]),_0x306535=_0x595f07[_0x47df81(0x199)][_0x47df81(0x1df)](_0x54085b),_0x22cc9c=_0x491f3c[_0x47df81(0x190)];if(_0x22cc9c==_0x46668d[_0x47df81(0x190)])return;const _0x1b18fe={'commandName':_0x47df81(0x1cf),'commandParams':[_0x46668d],'formatGroupId':_0x410d96()};_0x595f07[_0x47df81(0x199)][_0x47df81(0x1bf)](()=>{const _0x380cf5=_0x47df81;if(_0x4acc06[_0x380cf5(0x1aa)]()[_0x380cf5(0x188)](_0x5ce380=>_0x5ce380[_0x380cf5(0x1d5)]&&_0x5ab3c5==_0x5ce380[_0x380cf5(0x19f)]&&(_0x380cf5(0x19b)==_0x5ce380[_0x380cf5(0x1dc)]||_0x380cf5(0x17e)==_0x5ce380[_0x380cf5(0x1dc)])&&(_0x380cf5(0x1b1)==_0x5ce380[_0x380cf5(0x19e)]||_0x380cf5(0x1c6)==_0x5ce380[_0x380cf5(0x19e)])&&_0x5ce380[_0x380cf5(0x1b7)]()[_0x380cf5(0x1a3)](_0x306535))[_0x380cf5(0x1de)](_0x867df7=>_0x4acc06[_0x380cf5(0x196)](_0x867df7[_0x380cf5(0x1c4)])),_0x54085b=_0x456b95[_0x380cf5(0x193)](_0x595f07[_0x380cf5(0x199)][_0x380cf5(0x1c9)][_0x380cf5(0x1d7)]),_0x306535=_0x595f07[_0x380cf5(0x199)][_0x380cf5(0x1df)](_0x54085b),_0x491f3c[_0x380cf5(0x1d4)](),_0x595f07[_0x380cf5(0x1a2)][_0x380cf5(0x1dd)](_0x380cf5(0x1b8))[_0x380cf5(0x1d4)](),_0x595f07[_0x380cf5(0x1a2)][_0x380cf5(0x1dd)](_0x380cf5(0x19c))[_0x380cf5(0x1d4)](),_0x22cc9c=_0x491f3c[_0x380cf5(0x190)],_0x22cc9c!=_0x46668d[_0x380cf5(0x190)])return _0x456b95[_0x380cf5(0x1c2)](_0x54085b)&&_0x491f3c[_0x380cf5(0x1a1)](_0x46668d[_0x380cf5(0x190)],_0x54085b)?(_0x1dd106({..._0x46668d,'setImageSizes':!0x1}),_0x54085b=_0x456b95[_0x380cf5(0x193)](_0x595f07[_0x380cf5(0x199)][_0x380cf5(0x1c9)][_0x380cf5(0x1d7)]),void _0x4acc06[_0x380cf5(0x194)](_0x54085b,{..._0x1b18fe,'commandReversedParams':[{'value':_0x22cc9c||null,'setImageSizes':!0x1}]},[],_0x380cf5(0x1b1))):void(_0x456b95[_0x380cf5(0x1d9)](_0x54085b)?_0x4acc06[_0x380cf5(0x194)](_0x54085b,_0x1b18fe,[],_0x380cf5(0x1c6)):_0x4acc06[_0x380cf5(0x1bb)](_0x306535,_0x1b18fe,_0x380cf5(0x1c6)));});});for(const _0x433c79 of _0x595f07[_0x58bb60(0x1d1)][_0x58bb60(0x1dd)](_0x58bb60(0x1a0))[_0x58bb60(0x1a5)])_0x23c6d3[_0x433c79[_0x58bb60(0x1be)]]=_0x433c79[_0x58bb60(0x18e)][_0x58bb60(0x19d)]();_0x4acc06[_0x58bb60(0x1a7)][_0x58bb60(0x1ba)](_0x58bb60(0x19b),_0x58bb60(0x1b1),_0x58bb60(0x18d),()=>!0x1),_0x4acc06[_0x58bb60(0x1a7)][_0x58bb60(0x1ba)](_0x58bb60(0x19b),_0x58bb60(0x1c6),_0x58bb60(0x18d),()=>!0x1),_0x4acc06[_0x58bb60(0x1a7)][_0x58bb60(0x1ba)](_0x58bb60(0x17e),_0x58bb60(0x1c6),_0x58bb60(0x18d),()=>!0x1),_0x4acc06[_0x58bb60(0x1a7)][_0x58bb60(0x1ba)](_0x58bb60(0x19b),_0x58bb60(0x1b1),_0x58bb60(0x1c0),([_0x4cfb27])=>{const _0x3d2733=_0x58bb60;_0x456b95[_0x3d2733(0x1a9)](_0x4cfb27[_0x3d2733(0x1c5)]());}),_0x4acc06[_0x58bb60(0x1a7)][_0x58bb60(0x1ba)](_0x58bb60(0x19b),_0x58bb60(0x1b1),_0x58bb60(0x191),(_0x7eae0e,_0x1c28eb)=>{const _0x3fc1f7=_0x58bb60;_0x4acc06[_0x3fc1f7(0x1a7)][_0x3fc1f7(0x1bd)](_0x3fc1f7(0x19b),'',_0x3fc1f7(0x1c0))(_0x7eae0e,{'commandName':_0x1c28eb[_0x3fc1f7(0x1ca)],'commandParams':_0x1c28eb[_0x3fc1f7(0x189)]});}),_0x4acc06[_0x58bb60(0x1a7)][_0x58bb60(0x1ba)](_0x58bb60(0x19b),_0x58bb60(0x1b1),_0x58bb60(0x1b5),function(_0x3b2fea,_0x4f4959){if(_0x3b7bf8(_0x3b2fea,_0x4f4959))return[_0x3b2fea,_0x4f4959];if(_0x3b7bf8(_0x4f4959,_0x3b2fea))return[_0x4f4959,_0x3b2fea];return null;});const _0x2794fd=[{'type':_0x58bb60(0x19b),'subType':_0x58bb60(0x1b1)},{'type':_0x58bb60(0x1b2),'subType':_0x58bb60(0x195)},{'type':_0x58bb60(0x19b),'subType':_0x58bb60(0x1ce)},{'type':_0x58bb60(0x1b2),'subType':_0x58bb60(0x1ce)}];function _0x3b7bf8(_0x30ecd0,_0x17fee8){const _0x211f9a=_0x58bb60,_0x55562d=_0x2794fd[_0x211f9a(0x1b0)](({type:_0x4510b1,subType:_0x1cfe85})=>_0x30ecd0[_0x211f9a(0x1dc)]==_0x4510b1&&_0x30ecd0[_0x211f9a(0x19e)]==_0x1cfe85),_0x13eef4=_0x2794fd[_0x211f9a(0x1b0)](({type:_0x252749,subType:_0x492d25})=>_0x17fee8[_0x211f9a(0x1dc)]==_0x252749&&_0x17fee8[_0x211f9a(0x19e)]==_0x492d25);if(_0x55562d<0x0||_0x13eef4<0x0)return!0x1;const _0x5a7205=_0x30ecd0[_0x211f9a(0x1b7)](),_0x456994=_0x17fee8[_0x211f9a(0x1b7)]();if((0x0==_0x55562d||0x1==_0x55562d)&&0x2==_0x13eef4&&_0x5a7205[_0x211f9a(0x186)](_0x456994))return!0x0;if(0x2==_0x55562d&&0x3==_0x13eef4){const _0x22fa7=_0x4acc06[_0x211f9a(0x1d8)](_0x5a7205,_0x211f9a(0x1b2))[_0x211f9a(0x188)](({suggestion:_0x1d094e,meta:_0x267d54})=>_0x267d54[_0x211f9a(0x1bc)]&&_0x211f9a(0x1ce)==_0x1d094e[_0x211f9a(0x19e)]);if(_0x22fa7[_0x211f9a(0x1c7)]>0x1&&_0x456994[_0x211f9a(0x1b9)][_0x211f9a(0x1a3)](_0x5a7205[_0x211f9a(0x192)]))return!0x0;if(0x1==_0x22fa7[_0x211f9a(0x1c7)]&&(_0x5a7205[_0x211f9a(0x192)][_0x211f9a(0x1a3)](_0x456994[_0x211f9a(0x1b9)])||_0x5a7205[_0x211f9a(0x1b9)][_0x211f9a(0x1a3)](_0x456994[_0x211f9a(0x192)])))return!0x0;}if(0x3==_0x55562d&&0x3==_0x13eef4&&_0x5a7205[_0x211f9a(0x192)][_0x211f9a(0x198)](_0x456994[_0x211f9a(0x192)])){const _0x82d88d=_0x5a7205[_0x211f9a(0x1b9)][_0x211f9a(0x1cc)],_0x346a4c=_0x456994[_0x211f9a(0x192)][_0x211f9a(0x1c3)];return _0x456b95[_0x211f9a(0x1d9)](_0x82d88d)&&_0x82d88d===_0x346a4c;}return!0x1;}_0x595f07[_0x58bb60(0x199)][_0x58bb60(0x1c9)][_0x58bb60(0x18b)](()=>{const _0x2676f1=_0x58bb60;let _0x1ed759=!0x1;const _0x57f6c8=Array[_0x2676f1(0x1db)](_0x595f07[_0x2676f1(0x199)][_0x2676f1(0x1c9)][_0x2676f1(0x197)][_0x2676f1(0x19a)]());for(const {name:_0x5243b6,data:_0xa748a7}of _0x57f6c8){const {group:_0x4eaf60,type:_0x325973,subType:_0x32f85b,id:_0x53f27c}=_0x4acc06[_0x2676f1(0x1ac)](_0x5243b6);if(_0x2676f1(0x1c1)==_0x4eaf60&&_0x4acc06[_0x2676f1(0x1d6)](_0x53f27c)){if(_0x2676f1(0x19b)==_0x325973&&(_0x2676f1(0x1b1)==_0x32f85b||_0x2676f1(0x1c6)==_0x32f85b)){const _0x372733=_0x4acc06[_0x2676f1(0x187)](_0x53f27c);if(_0xa748a7[_0x2676f1(0x1da)]){const _0x20c9d7=_0x372733[_0x2676f1(0x1b7)]()[_0x2676f1(0x1c5)]();if(_0x456b95[_0x2676f1(0x1d9)](_0x20c9d7))continue;_0x4acc06[_0x2676f1(0x196)](_0x372733),_0x1ed759=!0x0;}}if(_0x2676f1(0x1b2)==_0x325973&&_0x2676f1(0x195)==_0x32f85b&&!_0xa748a7[_0x2676f1(0x1da)]){const _0x5039b1=_0x4acc06[_0x2676f1(0x187)](_0x53f27c);_0x5039b1[_0x2676f1(0x18a)]&&_0x5039b1[_0x2676f1(0x18a)][_0x2676f1(0x1d5)]&&(_0x4acc06[_0x2676f1(0x196)](_0x5039b1[_0x2676f1(0x18a)]),_0x1ed759=!0x0);}}}return _0x1ed759;}),this[_0x58bb60(0x1cb)](_0x23c6d3);}[_0x584fbc(0x1cb)](_0x47a259){const _0x36515a=_0x584fbc,_0x198436=this[_0x36515a(0x1b4)],_0x2bf956=_0x198436[_0x36515a(0x1a4)];_0x198436[_0x36515a(0x1d1)][_0x36515a(0x1dd)](_0x36515a(0x1d2))[_0x36515a(0x1c8)][_0x36515a(0x1ae)](_0x10e888=>{const _0x426a27=_0x36515a;if(_0x426a27(0x19b)!=_0x10e888[_0x426a27(0x1dc)]&&_0x426a27(0x17e)!=_0x10e888[_0x426a27(0x1dc)])return;const {data:_0x4dfc32}=_0x10e888;if(!_0x4dfc32||_0x426a27(0x1cf)!=_0x4dfc32[_0x426a27(0x1ca)])return;const _0x11be2c=_0x4dfc32[_0x426a27(0x1a6)][0x0][_0x426a27(0x190)];return _0x2560e2(_0x426a27(0x182)===_0x11be2c?_0x27b34e(_0x2bf956,_0x426a27(0x1af)):_0x47a259[_0x11be2c]||_0x11be2c);function _0x2560e2(_0x2286d9){const _0x2d109c=_0x426a27;return{'type':_0x2d109c(0x181),'content':_0x27b34e(_0x2bf956,_0x2d109c(0x185),_0x2286d9)};}});}}
|
|
23
|
+
function _0x1b21(_0x138ecf,_0x2c323a){const _0x496014=_0x4960();return _0x1b21=function(_0x1b21b5,_0x3656dd){_0x1b21b5=_0x1b21b5-0x1c5;let _0x4c2900=_0x496014[_0x1b21b5];return _0x4c2900;},_0x1b21(_0x138ecf,_0x2c323a);}const _0x56c948=_0x1b21;(function(_0x392cae,_0xb7566c){const _0x33dcc3=_0x1b21,_0x493334=_0x392cae();while(!![]){try{const _0x521a4b=parseInt(_0x33dcc3(0x1c6))/0x1+parseInt(_0x33dcc3(0x1f3))/0x2+-parseInt(_0x33dcc3(0x1f5))/0x3*(-parseInt(_0x33dcc3(0x20f))/0x4)+parseInt(_0x33dcc3(0x1ff))/0x5*(parseInt(_0x33dcc3(0x1f4))/0x6)+parseInt(_0x33dcc3(0x1df))/0x7*(parseInt(_0x33dcc3(0x221))/0x8)+-parseInt(_0x33dcc3(0x202))/0x9*(-parseInt(_0x33dcc3(0x1de))/0xa)+-parseInt(_0x33dcc3(0x1e5))/0xb*(parseInt(_0x33dcc3(0x1dc))/0xc);if(_0x521a4b===_0xb7566c)break;else _0x493334['push'](_0x493334['shift']());}catch(_0xf88e0a){_0x493334['push'](_0x493334['shift']());}}}(_0x4960,0x3dbcb));import{Plugin as _0x1d7904}from'ckeditor5/src/core.js';import{uid as _0x416719}from'ckeditor5/src/utils.js';import{getTranslation as _0x3f0d55}from'../utils/common-translations.js';export default class nt extends _0x1d7904{[_0x56c948(0x1d2)](){const _0x1955a3=_0x56c948,_0x50ba27=this[_0x1955a3(0x21d)];if(!_0x50ba27[_0x1955a3(0x1e4)][_0x1955a3(0x225)](_0x1955a3(0x1f1)))return;const _0x1e3b8a=_0x50ba27[_0x1955a3(0x1e4)][_0x1955a3(0x201)](_0x1955a3(0x208)),_0x44890d=_0x50ba27[_0x1955a3(0x1e4)][_0x1955a3(0x201)](_0x1955a3(0x219)),_0x2c7d04={};_0x1e3b8a[_0x1955a3(0x207)](_0x1955a3(0x1ca),(_0x31f34d,_0x32e71b)=>{const _0x4e4269=_0x1955a3,_0x4499b8=_0x50ba27[_0x4e4269(0x1e4)][_0x4e4269(0x201)](_0x4e4269(0x222))['me'],_0x1e9130=_0x50ba27[_0x4e4269(0x21a)][_0x4e4269(0x201)](_0x4e4269(0x1ca));let _0xeae60e=_0x44890d[_0x4e4269(0x20e)](_0x50ba27[_0x4e4269(0x226)][_0x4e4269(0x1cb)][_0x4e4269(0x1e1)]),_0x1a9dd9=_0x50ba27[_0x4e4269(0x226)][_0x4e4269(0x1ce)](_0xeae60e),_0x3af61b=_0x1e9130[_0x4e4269(0x1d8)];if(_0x3af61b==_0x32e71b[_0x4e4269(0x1d8)])return;const _0x307538={'commandName':_0x4e4269(0x1ca),'commandParams':[_0x32e71b],'formatGroupId':_0x416719()};_0x50ba27[_0x4e4269(0x226)][_0x4e4269(0x1c7)](()=>{const _0x518b19=_0x4e4269;if(_0x1e3b8a[_0x518b19(0x203)]()[_0x518b19(0x1d5)](_0x567620=>_0x567620[_0x518b19(0x20c)]&&_0x4499b8==_0x567620[_0x518b19(0x1d1)]&&(_0x518b19(0x1d7)==_0x567620[_0x518b19(0x211)]||_0x518b19(0x1fd)==_0x567620[_0x518b19(0x211)])&&(_0x518b19(0x21f)==_0x567620[_0x518b19(0x20d)]||_0x518b19(0x1ec)==_0x567620[_0x518b19(0x20d)])&&_0x567620[_0x518b19(0x205)]()[_0x518b19(0x217)](_0x1a9dd9))[_0x518b19(0x212)](_0x3ab522=>_0x1e3b8a[_0x518b19(0x1e2)](_0x3ab522[_0x518b19(0x1fe)])),_0xeae60e=_0x44890d[_0x518b19(0x20e)](_0x50ba27[_0x518b19(0x226)][_0x518b19(0x1cb)][_0x518b19(0x1e1)]),_0x1a9dd9=_0x50ba27[_0x518b19(0x226)][_0x518b19(0x1ce)](_0xeae60e),_0x1e9130[_0x518b19(0x227)](),_0x50ba27[_0x518b19(0x21a)][_0x518b19(0x201)](_0x518b19(0x229))[_0x518b19(0x227)](),_0x50ba27[_0x518b19(0x21a)][_0x518b19(0x201)](_0x518b19(0x223))[_0x518b19(0x227)](),_0x3af61b=_0x1e9130[_0x518b19(0x1d8)],_0x3af61b!=_0x32e71b[_0x518b19(0x1d8)])return _0x44890d[_0x518b19(0x1ee)](_0xeae60e)&&_0x1e9130[_0x518b19(0x1ed)](_0x32e71b[_0x518b19(0x1d8)],_0xeae60e)?(_0x31f34d({..._0x32e71b,'setImageSizes':!0x1}),_0xeae60e=_0x44890d[_0x518b19(0x20e)](_0x50ba27[_0x518b19(0x226)][_0x518b19(0x1cb)][_0x518b19(0x1e1)]),void _0x1e3b8a[_0x518b19(0x1e0)](_0xeae60e,{..._0x307538,'commandReversedParams':[{'value':_0x3af61b||null,'setImageSizes':!0x1}]},[],_0x518b19(0x21f))):void(_0x44890d[_0x518b19(0x1da)](_0xeae60e)?_0x1e3b8a[_0x518b19(0x1e0)](_0xeae60e,_0x307538,[],_0x518b19(0x1ec)):_0x1e3b8a[_0x518b19(0x216)](_0x1a9dd9,_0x307538,_0x518b19(0x1ec)));});});for(const _0x31ffd6 of _0x50ba27[_0x1955a3(0x1e4)][_0x1955a3(0x201)](_0x1955a3(0x1f1))[_0x1955a3(0x21c)])_0x2c7d04[_0x31ffd6[_0x1955a3(0x1d0)]]=_0x31ffd6[_0x1955a3(0x1fb)][_0x1955a3(0x218)]();_0x1e3b8a[_0x1955a3(0x1c8)][_0x1955a3(0x220)](_0x1955a3(0x1d7),_0x1955a3(0x21f),_0x1955a3(0x1ea),()=>!0x1),_0x1e3b8a[_0x1955a3(0x1c8)][_0x1955a3(0x220)](_0x1955a3(0x1d7),_0x1955a3(0x1ec),_0x1955a3(0x1ea),()=>!0x1),_0x1e3b8a[_0x1955a3(0x1c8)][_0x1955a3(0x220)](_0x1955a3(0x1fd),_0x1955a3(0x1ec),_0x1955a3(0x1ea),()=>!0x1),_0x1e3b8a[_0x1955a3(0x1c8)][_0x1955a3(0x220)](_0x1955a3(0x1d7),_0x1955a3(0x21f),_0x1955a3(0x1d9),([_0x2df7f3])=>{const _0x5e71f8=_0x1955a3;_0x44890d[_0x5e71f8(0x214)](_0x2df7f3[_0x5e71f8(0x21e)]());}),_0x1e3b8a[_0x1955a3(0x1c8)][_0x1955a3(0x220)](_0x1955a3(0x1d7),_0x1955a3(0x21f),_0x1955a3(0x21b),(_0x1fb71c,_0x76b5cc)=>{const _0x371c3d=_0x1955a3;_0x1e3b8a[_0x371c3d(0x1c8)][_0x371c3d(0x1d4)](_0x371c3d(0x1d7),'',_0x371c3d(0x1d9))(_0x1fb71c,{'commandName':_0x76b5cc[_0x371c3d(0x1eb)],'commandParams':_0x76b5cc[_0x371c3d(0x1d3)]});}),_0x1e3b8a[_0x1955a3(0x1c8)][_0x1955a3(0x220)](_0x1955a3(0x1d7),_0x1955a3(0x21f),_0x1955a3(0x20a),function(_0x537499,_0x573e72){if(_0xb54f2f(_0x537499,_0x573e72))return[_0x537499,_0x573e72];if(_0xb54f2f(_0x573e72,_0x537499))return[_0x573e72,_0x537499];return null;});const _0x47866f=[{'type':_0x1955a3(0x1d7),'subType':_0x1955a3(0x21f)},{'type':_0x1955a3(0x1d6),'subType':_0x1955a3(0x1cd)},{'type':_0x1955a3(0x1d7),'subType':_0x1955a3(0x1f9)},{'type':_0x1955a3(0x1d6),'subType':_0x1955a3(0x1f9)}];function _0xb54f2f(_0x3d211e,_0x59dce7){const _0x28a0a8=_0x1955a3,_0xe3cfeb=_0x47866f[_0x28a0a8(0x1cc)](({type:_0x3bb622,subType:_0x1d6bcc})=>_0x3d211e[_0x28a0a8(0x211)]==_0x3bb622&&_0x3d211e[_0x28a0a8(0x20d)]==_0x1d6bcc),_0x104b3b=_0x47866f[_0x28a0a8(0x1cc)](({type:_0x166542,subType:_0x16ced6})=>_0x59dce7[_0x28a0a8(0x211)]==_0x166542&&_0x59dce7[_0x28a0a8(0x20d)]==_0x16ced6);if(_0xe3cfeb<0x0||_0x104b3b<0x0)return!0x1;const _0x2f3f72=_0x3d211e[_0x28a0a8(0x205)](),_0x9eddfb=_0x59dce7[_0x28a0a8(0x205)]();if((0x0==_0xe3cfeb||0x1==_0xe3cfeb)&&0x2==_0x104b3b&&_0x2f3f72[_0x28a0a8(0x1dd)](_0x9eddfb))return!0x0;if(0x2==_0xe3cfeb&&0x3==_0x104b3b){const _0x25937f=_0x1e3b8a[_0x28a0a8(0x1c5)](_0x2f3f72,_0x28a0a8(0x1d6))[_0x28a0a8(0x1d5)](({suggestion:_0x3a831e,meta:_0x20b8a9})=>_0x20b8a9[_0x28a0a8(0x1e7)]&&_0x28a0a8(0x1f9)==_0x3a831e[_0x28a0a8(0x20d)]);if(_0x25937f[_0x28a0a8(0x1e3)]>0x1&&_0x9eddfb[_0x28a0a8(0x1f6)][_0x28a0a8(0x217)](_0x2f3f72[_0x28a0a8(0x210)]))return!0x0;if(0x1==_0x25937f[_0x28a0a8(0x1e3)]&&(_0x2f3f72[_0x28a0a8(0x210)][_0x28a0a8(0x217)](_0x9eddfb[_0x28a0a8(0x1f6)])||_0x2f3f72[_0x28a0a8(0x1f6)][_0x28a0a8(0x217)](_0x9eddfb[_0x28a0a8(0x210)])))return!0x0;}if(0x3==_0xe3cfeb&&0x3==_0x104b3b&&_0x2f3f72[_0x28a0a8(0x210)][_0x28a0a8(0x209)](_0x9eddfb[_0x28a0a8(0x210)])){const _0x24fd4d=_0x2f3f72[_0x28a0a8(0x1f6)][_0x28a0a8(0x1f0)],_0x243503=_0x9eddfb[_0x28a0a8(0x210)][_0x28a0a8(0x215)];return _0x44890d[_0x28a0a8(0x1da)](_0x24fd4d)&&_0x24fd4d===_0x243503;}return!0x1;}_0x50ba27[_0x1955a3(0x226)][_0x1955a3(0x1cb)][_0x1955a3(0x1e8)](()=>{const _0x5803e9=_0x1955a3;let _0x2ddda5=!0x1;const _0x3a1984=Array[_0x5803e9(0x1cf)](_0x50ba27[_0x5803e9(0x226)][_0x5803e9(0x1cb)][_0x5803e9(0x1f7)][_0x5803e9(0x204)]());for(const {name:_0x18ce76,data:_0x4ba547}of _0x3a1984){const {group:_0x7cdded,type:_0x510c3e,subType:_0x5241c4,id:_0x52b5df}=_0x1e3b8a[_0x5803e9(0x200)](_0x18ce76);if(_0x5803e9(0x1fc)==_0x7cdded&&_0x1e3b8a[_0x5803e9(0x1db)](_0x52b5df)){if(_0x5803e9(0x1d7)==_0x510c3e&&(_0x5803e9(0x21f)==_0x5241c4||_0x5803e9(0x1ec)==_0x5241c4)){const _0x28d120=_0x1e3b8a[_0x5803e9(0x20b)](_0x52b5df);if(_0x4ba547[_0x5803e9(0x1e9)]){const _0x4881f5=_0x28d120[_0x5803e9(0x205)]()[_0x5803e9(0x21e)]();if(_0x44890d[_0x5803e9(0x1da)](_0x4881f5))continue;_0x1e3b8a[_0x5803e9(0x1e2)](_0x28d120),_0x2ddda5=!0x0;}}if(_0x5803e9(0x1d6)==_0x510c3e&&_0x5803e9(0x1cd)==_0x5241c4&&!_0x4ba547[_0x5803e9(0x1e9)]){const _0x560c3f=_0x1e3b8a[_0x5803e9(0x20b)](_0x52b5df);_0x560c3f[_0x5803e9(0x1f2)]&&_0x560c3f[_0x5803e9(0x1f2)][_0x5803e9(0x20c)]&&(_0x1e3b8a[_0x5803e9(0x1e2)](_0x560c3f[_0x5803e9(0x1f2)]),_0x2ddda5=!0x0);}}}return _0x2ddda5;}),this[_0x1955a3(0x1e6)](_0x2c7d04);}[_0x56c948(0x1e6)](_0xf7d88c){const _0x4b2e20=_0x56c948,_0x5520a8=this[_0x4b2e20(0x21d)],_0xe2ffec=_0x5520a8[_0x4b2e20(0x1ef)];_0x5520a8[_0x4b2e20(0x1e4)][_0x4b2e20(0x201)](_0x4b2e20(0x208))[_0x4b2e20(0x213)][_0x4b2e20(0x228)](_0x12d9a5=>{const _0x377652=_0x4b2e20;if(_0x377652(0x1d7)!=_0x12d9a5[_0x377652(0x211)]&&_0x377652(0x1fd)!=_0x12d9a5[_0x377652(0x211)])return;const {data:_0x38ff56}=_0x12d9a5;if(!_0x38ff56||_0x377652(0x1ca)!=_0x38ff56[_0x377652(0x1eb)])return;const _0x4712f2=_0x38ff56[_0x377652(0x206)][0x0][_0x377652(0x1d8)];return _0x51581c(_0x377652(0x224)===_0x4712f2?_0x3f0d55(_0xe2ffec,_0x377652(0x1f8)):_0xf7d88c[_0x4712f2]||_0x4712f2);function _0x51581c(_0xa1ee90){const _0x4b74c3=_0x377652;return{'type':_0x4b74c3(0x1fa),'content':_0x3f0d55(_0xe2ffec,_0x4b74c3(0x1c9),_0xa1ee90)};}});}}function _0x4960(){const _0x1b6c0b=['chain','getSuggestion','isInContent','subType','getClosestSelectedImageElement','4UdrYzE','start','type','forEach','descriptionFactory','setImageNaturalSizeAttributes','nodeBefore','markInlineFormat','isEqual','toLowerCase','ImageUtils','commands','discard','normalizedStyles','editor','getContainedElement','imageStylePreApply','registerCustomCallback','8dBzjpz','Users','imageTypeBlock','side','has','model','refresh','registerDescriptionCallback','imageTypeInline','_findSuggestions','210483aEBRIH','change','_suggestionFactory','*Format:*\x20%0','imageStyle','document','findIndex','imageCaption','createRangeOn','from','name','author','afterInit','commandReversedParams','getSuggestionCallback','filter','insertion','formatBlock','value','accept','isBlockImage','hasSuggestion','1143564jNZshV','isIntersecting','10VWfQZc','2643683LNefiK','markBlockFormat','selection','discardSuggestion','length','plugins','132TtyqRo','_registerLegacyDescription','isOwn','registerPostFixer','newRange','join','commandName','imageStylePostApply','shouldConvertImageType','isInlineImage','locale','nodeAfter','ImageStyleEditing','next','794240CPeYjH','48JXMurO','287571bTcsGJ','end','differ','FORMAT_SIDE_IMAGE','convertInlineImageToBlock','format','title','suggestion','formatInline','head','144345AnBKvd','_splitMarkerName','get','759222shaZVv','getSuggestions','getChangedMarkers','getFirstRange','commandParams','enableCommand','TrackChangesEditing','isBefore'];_0x4960=function(){return _0x1b6c0b;};return _0x4960();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0xf2b7(_0x282700,_0x1b9350){const _0x28c29b=_0x28c2();return _0xf2b7=function(_0xf2b788,_0x4a90c0){_0xf2b788=_0xf2b788-0xb2;let _0xfa3a49=_0x28c29b[_0xf2b788];return _0xfa3a49;},_0xf2b7(_0x282700,_0x1b9350);}const _0x453112=_0xf2b7;(function(_0x3209b6,_0x2c9cc9){const _0x14f2c9=_0xf2b7,_0x48e4d1=_0x3209b6();while(!![]){try{const _0x69a610=-parseInt(_0x14f2c9(0xc5))/0x1+-parseInt(_0x14f2c9(0xc8))/0x2+-parseInt(_0x14f2c9(0xc6))/0x3*(parseInt(_0x14f2c9(0xc4))/0x4)+parseInt(_0x14f2c9(0xb7))/0x5+parseInt(_0x14f2c9(0xbf))/0x6*(parseInt(_0x14f2c9(0xca))/0x7)+-parseInt(_0x14f2c9(0xb5))/0x8*(parseInt(_0x14f2c9(0xce))/0x9)+-parseInt(_0x14f2c9(0xcd))/0xa*(-parseInt(_0x14f2c9(0xb4))/0xb);if(_0x69a610===_0x2c9cc9)break;else _0x48e4d1['push'](_0x48e4d1['shift']());}catch(_0x2b45c3){_0x48e4d1['push'](_0x48e4d1['shift']());}}}(_0x28c2,0x27759));function _0x28c2(){const _0x3595e5=['79171oFXYbW','914172fGFyDm','commands','356438TFTUMf','listenTo','178143tgFdCg','high','_trackChangesExecuted','1280knjbGU','685116wQeciJ','collaboration_features','_trackChangesValueDuringImport','lowest','track_changes','importWord','forEach','execute','TrackChangesEditing','24761MepSuY','8Crvsmn','_setSuggestionData','1540715AUkxsn','bind','editor','afterInit','dataInsert','Users','enableCommand','value','48nZltNl','trackChanges','get','plugins','_handleImportedData','4IbcuaR'];_0x28c2=function(){return _0x3595e5;};return _0x28c2();}import{Plugin as _0x4d4b8a}from'ckeditor5/src/core.js';export default class ot extends _0x4d4b8a{constructor(_0x39208d){const _0x261953=_0xf2b7;super(_0x39208d),this[_0x261953(0xd0)]=!0x1,this[_0x261953(0xcc)]=!0x1;}[_0x453112(0xba)](){const _0x2af4b1=_0x453112,_0x3077d3=this[_0x2af4b1(0xb9)],_0x53031d=_0x3077d3[_0x2af4b1(0xc7)][_0x2af4b1(0xc1)](_0x2af4b1(0xd3)),_0xa34466=_0x3077d3[_0x2af4b1(0xc7)][_0x2af4b1(0xc1)](_0x2af4b1(0xc0));_0x53031d&&(_0x53031d['on'](_0x2af4b1(0xb2),(_0x934be5,[,_0xf206c8])=>{const _0x43fa95=_0x2af4b1;this[_0x43fa95(0xd0)]=_0xa34466[_0x43fa95(0xbe)],_0xf206c8[_0x43fa95(0xcf)][_0x43fa95(0xd2)]=!this[_0x43fa95(0xd0)];},{'priority':_0x2af4b1(0xcb)}),this[_0x2af4b1(0xc9)](_0x53031d,_0x2af4b1(0xbb),this[_0x2af4b1(0xc3)][_0x2af4b1(0xb8)](this)),this[_0x2af4b1(0xc9)](_0x53031d,_0x2af4b1(0xbb),()=>{const _0x3b28f1=_0x2af4b1;this[_0x3b28f1(0xcc)]&&(_0xa34466[_0x3b28f1(0xb2)](),this[_0x3b28f1(0xcc)]=!0x1);},{'priority':_0x2af4b1(0xd1)}),_0x3077d3[_0x2af4b1(0xc2)][_0x2af4b1(0xc1)](_0x2af4b1(0xb3))[_0x2af4b1(0xbd)](_0x2af4b1(0xd3)));}[_0x453112(0xc3)](_0x20a0a6,_0x2f4a05){const _0x2e45e1=_0x453112,{suggestions:_0x38acad}=_0x2f4a05,_0x11fd71=this[_0x2e45e1(0xb9)][_0x2e45e1(0xc7)][_0x2e45e1(0xc1)](_0x2e45e1(0xc0)),_0x47e89f=_0x11fd71[_0x2e45e1(0xbe)];this[_0x2e45e1(0xd0)]!==_0x47e89f&&(_0x11fd71[_0x2e45e1(0xb2)](),this[_0x2e45e1(0xcc)]=!0x0),_0x38acad&&_0x38acad[_0x2e45e1(0xd4)](({id:_0x3946d6,type:_0x3b49aa,author:_0x4f9814,created_at:_0x195548})=>{const _0x20fbef=_0x2e45e1,_0x4ca1a5={'id':_0x3946d6,'type':_0x3b49aa,'authorId':this[_0x20fbef(0xb9)][_0x20fbef(0xc2)][_0x20fbef(0xc1)](_0x20fbef(0xbc))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4f9814,'createdAt':_0x195548?new Date(_0x195548):new Date(),'source':_0x20fbef(0xd3)}}};this[_0x20fbef(0xb9)][_0x20fbef(0xc2)][_0x20fbef(0xc1)](_0x20fbef(0xb3))[_0x20fbef(0xb6)](_0x4ca1a5);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x167d(_0x40b984,_0x6e09d5){const _0x515515=_0x5155();return _0x167d=function(_0x167da1,_0x9f3bfc){_0x167da1=_0x167da1-0x137;let _0x28581e=_0x515515[_0x167da1];return _0x28581e;},_0x167d(_0x40b984,_0x6e09d5);}const _0x26648c=_0x167d;(function(_0x32a80a,_0x35f2f5){const _0x17ad12=_0x167d,_0x2ab23e=_0x32a80a();while(!![]){try{const _0x252bce=-parseInt(_0x17ad12(0x13c))/0x1+-parseInt(_0x17ad12(0x15e))/0x2+parseInt(_0x17ad12(0x138))/0x3*(-parseInt(_0x17ad12(0x140))/0x4)+-parseInt(_0x17ad12(0x146))/0x5*(parseInt(_0x17ad12(0x141))/0x6)+parseInt(_0x17ad12(0x149))/0x7*(parseInt(_0x17ad12(0x15d))/0x8)+parseInt(_0x17ad12(0x154))/0x9+parseInt(_0x17ad12(0x14d))/0xa;if(_0x252bce===_0x35f2f5)break;else _0x2ab23e['push'](_0x2ab23e['shift']());}catch(_0x3c4c07){_0x2ab23e['push'](_0x2ab23e['shift']());}}}(_0x5155,0xdfc2b));import{Plugin as _0x56dc36}from'ckeditor5/src/core.js';import{getTranslation as _0x59a722}from'../utils/common-translations.js';function _0x5155(){const _0x280c8f=['IndentBlock','16112030LnGDXL','afterInit','registerBlockAttribute','blockIndent','descriptionFactory','TrackChangesEditing','enableCommand','14717484Kkjoxa','plugins','get','IndentEditing','*Outdent:*\x20%0','FORMAT_INDENT','registerAttributeLabel','getItems','commandName','272wquIfk','1550344eVrtws','getItemLabel','1757289gyGabs','registerDescriptionCallback','enableDefaultAttributesIntegration','format','527504OZZGWa','_registerLegacyDescription','indentBlock','locale','4QFEnDe','342WqILXX','outdent','formatBlock','*Indent:*\x20%0','type','51915hmBJjG','editor','outdentBlock','30947ofsURS','has','indent'];_0x5155=function(){return _0x280c8f;};return _0x5155();}export default class rt extends _0x56dc36{[_0x26648c(0x14e)](){const _0x2df413=_0x26648c,_0x4fb28c=this[_0x2df413(0x147)],_0xd3c2a1=_0x4fb28c[_0x2df413(0x155)][_0x2df413(0x156)](_0x2df413(0x152));if(_0x4fb28c[_0x2df413(0x155)][_0x2df413(0x14a)](_0x2df413(0x157))&&(_0xd3c2a1[_0x2df413(0x153)](_0x2df413(0x14b)),_0xd3c2a1[_0x2df413(0x153)](_0x2df413(0x142))),_0x4fb28c[_0x2df413(0x155)][_0x2df413(0x14a)](_0x2df413(0x14c))){for(const _0x5b1f15 of[_0x2df413(0x13e),_0x2df413(0x148)])_0xd3c2a1[_0x2df413(0x13a)](_0x5b1f15);}const _0x30d44c=_0x4fb28c[_0x2df413(0x13f)];_0xd3c2a1[_0x2df413(0x14f)](_0x2df413(0x150)),_0xd3c2a1[_0x2df413(0x151)][_0x2df413(0x15a)](_0x2df413(0x150),_0x59a722(_0x30d44c,_0x2df413(0x159))),this[_0x2df413(0x13d)]();}[_0x26648c(0x13d)](){const _0x1aa3ef=_0x26648c,_0xc4688c=this[_0x1aa3ef(0x147)],_0x27785c=_0xc4688c[_0x1aa3ef(0x13f)],_0xe74857=_0xc4688c[_0x1aa3ef(0x155)][_0x1aa3ef(0x156)](_0x1aa3ef(0x152));_0xe74857[_0x1aa3ef(0x151)][_0x1aa3ef(0x139)](_0x22401c=>{const _0x46303b=_0x1aa3ef;if(_0x46303b(0x143)!=_0x22401c[_0x46303b(0x145)])return;const {data:_0x341fc5}=_0x22401c;if(!_0x341fc5)return;if(_0x46303b(0x13e)!=_0x341fc5[_0x46303b(0x15c)]&&_0x46303b(0x148)!=_0x341fc5[_0x46303b(0x15c)])return;const _0x37074e=_0x22401c[_0x46303b(0x15b)]()[0x0],_0x2c0be6=_0xe74857[_0x46303b(0x151)][_0x46303b(0x137)](_0x37074e);return _0x46303b(0x13e)==_0x341fc5[_0x46303b(0x15c)]?{'type':_0x46303b(0x13b),'content':_0x59a722(_0x27785c,_0x46303b(0x144),_0x2c0be6)}:_0x46303b(0x148)==_0x341fc5[_0x46303b(0x15c)]?{'type':_0x46303b(0x13b),'content':_0x59a722(_0x27785c,_0x46303b(0x158),_0x2c0be6)}:void 0x0;});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
function _0x127d(){var _0x286624=['plugins','init','get','requires','81ymrhhx','69672rWsuOZ','127016PyBLTF','146epJpEb','enableCommand','editor','91RjjAog','input','3362802DaeDxT','5466400DNlfqo','TrackChangesEditing','263OoIgbm','1779417IldAbP','3521780ojfUqb'];_0x127d=function(){return _0x286624;};return _0x127d();}var _0x283880=_0x82ca;function _0x82ca(_0x1a20bc,_0x16b64e){var _0x127d07=_0x127d();return _0x82ca=function(_0x82ca54,_0x36f026){_0x82ca54=_0x82ca54-0xcb;var _0x32c915=_0x127d07[_0x82ca54];return _0x32c915;},_0x82ca(_0x1a20bc,_0x16b64e);}(function(_0x37ac96,_0x4f849f){var _0xcecafb=_0x82ca,_0x421f86=_0x37ac96();while(!![]){try{var _0x3f3750=parseInt(_0xcecafb(0xd7))/0x1*(-parseInt(_0xcecafb(0xcf))/0x2)+parseInt(_0xcecafb(0xcc))/0x3*(parseInt(_0xcecafb(0xcd))/0x4)+parseInt(_0xcecafb(0xd9))/0x5+-parseInt(_0xcecafb(0xd4))/0x6+-parseInt(_0xcecafb(0xd2))/0x7*(-parseInt(_0xcecafb(0xce))/0x8)+parseInt(_0xcecafb(0xd8))/0x9+-parseInt(_0xcecafb(0xd5))/0xa;if(_0x3f3750===_0x4f849f)break;else _0x421f86['push'](_0x421f86['shift']());}catch(_0x1c732f){_0x421f86['push'](_0x421f86['shift']());}}}(_0x127d,0x6e762));import{Plugin as _0x47e6b7}from'ckeditor5/src/core.js';import{Input as _0xd34e9e}from'ckeditor5/src/typing.js';export default class at extends _0x47e6b7{static get[_0x283880(0xcb)](){return[_0xd34e9e];}[_0x283880(0xdb)](){var _0x18a284=_0x283880;this[_0x18a284(0xd1)][_0x18a284(0xda)][_0x18a284(0xdc)](_0x18a284(0xd6))[_0x18a284(0xd0)](_0x18a284(0xd3));}}
|