@ckeditor/ckeditor5-track-changes 43.0.0-alpha.5 → 43.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -3
- package/dist/trackchangesconfig.d.ts +7 -0
- 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/ui/suggestioncontroller.d.ts +1 -1
- package/dist/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/dist/ui/view/suggestionthreadview.d.ts +42 -137
- package/dist/ui/view/suggestionview.d.ts +194 -0
- package/package.json +10 -10
- 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.d.ts +1 -0
- 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/mergefields.js +1 -1
- package/src/integrations/multilevellist.js +1 -1
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +7 -0
- 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 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +8 -2
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +42 -137
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/ui/view/suggestionview.d.ts +190 -0
- package/src/ui/view/suggestionview.js +23 -0
- 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
|
-
const
|
|
23
|
+
const _0x467445=_0x2523;(function(_0x100e9b,_0x332389){const _0x29d6d8=_0x2523,_0x489290=_0x100e9b();while(!![]){try{const _0x13bcfe=parseInt(_0x29d6d8(0x1c5))/0x1*(-parseInt(_0x29d6d8(0x1d7))/0x2)+parseInt(_0x29d6d8(0x1bc))/0x3*(-parseInt(_0x29d6d8(0x1b2))/0x4)+parseInt(_0x29d6d8(0x1dd))/0x5+parseInt(_0x29d6d8(0x1de))/0x6+parseInt(_0x29d6d8(0x1e5))/0x7+parseInt(_0x29d6d8(0x1b3))/0x8*(-parseInt(_0x29d6d8(0x1e0))/0x9)+-parseInt(_0x29d6d8(0x1cb))/0xa;if(_0x13bcfe===_0x332389)break;else _0x489290['push'](_0x489290['shift']());}catch(_0x1773af){_0x489290['push'](_0x489290['shift']());}}}(_0x2291,0x6aa3c));function _0x2523(_0x52a1db,_0x1f2b95){const _0x229133=_0x2291();return _0x2523=function(_0x2523f1,_0x221e82){_0x2523f1=_0x2523f1-0x1ac;let _0x27bb4a=_0x229133[_0x2523f1];return _0x27bb4a;},_0x2523(_0x52a1db,_0x1f2b95);}import{Plugin as _0x5ef1e3}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x958b6e}from'ckeditor5/src/ui.js';function _0x2291(){const _0x4bcc81=['config','720wTxIqq','toLowerCase','FORMAT_FONT_SIZE','get','registerInlineAttribute','5574786ZBvxyT','commandParams','TrackChangesEditing','*Set\x20font\x20size:*\x20%0','FontBackgroundColorEditing','*Set\x20font\x20background\x20color:*\x20%0','fontBackgroundColor.colors','FontColorEditing','registerAttributeLabel','trim','4wlXFlS','38288gWtlUl','formatInline','locale','FontFamilyEditing','type','FORMAT_FONT_BACKGROUND','_registerLegacyDescription','*Set\x20font\x20family:*\x20%0','*Reset\x20font\x20color*','2469729DZFJSo','descriptionFactory','normalizeSizeOptions','*Reset\x20font\x20family*','label','fontFamily','editor','FORMAT_FONT_FAMILY','enableDefaultAttributesIntegration','4yxBLim','commandName','title','has','fontBackgroundColor','FORMAT_FONT_COLOR','4478770GbpjlC','plugins','*Reset\x20font\x20background\x20color*','format','model','registerDescriptionCallback','fontColor.colors','fontSize.options','find','afterInit','FontSize','fontColor','118444bHkEey','FontSizeEditing','*Reset\x20font\x20size*','fontSize','value','*Set\x20font\x20color:*\x20%0','4367450gndytE','3946776WvcrdU'];_0x2291=function(){return _0x4bcc81;};return _0x2291();}import{getTranslation as _0x4a2d30}from'../utils/common-translations.js';const ro=[{'pluginName':_0x467445(0x1d8),'commandName':_0x467445(0x1da)},{'pluginName':_0x467445(0x1b6),'commandName':_0x467445(0x1c1)},{'pluginName':_0x467445(0x1af),'commandName':_0x467445(0x1d6)},{'pluginName':_0x467445(0x1ac),'commandName':_0x467445(0x1c9)}];export default class Y extends _0x5ef1e3{[_0x467445(0x1d4)](){const _0x1e2b05=_0x467445,_0x150a4c=this[_0x1e2b05(0x1c2)][_0x1e2b05(0x1b5)],_0x10003c=this[_0x1e2b05(0x1c2)][_0x1e2b05(0x1cc)][_0x1e2b05(0x1e3)](_0x1e2b05(0x1e7));for(const {pluginName:_0x1b268d,commandName:_0x3c3573}of ro)this[_0x1e2b05(0x1c2)][_0x1e2b05(0x1cc)][_0x1e2b05(0x1c8)](_0x1b268d)&&(_0x10003c[_0x1e2b05(0x1c4)](_0x3c3573),_0x10003c[_0x1e2b05(0x1e4)](_0x3c3573));_0x10003c[_0x1e2b05(0x1bd)][_0x1e2b05(0x1b0)](_0x1e2b05(0x1da),_0x4a2d30(_0x150a4c,_0x1e2b05(0x1e2))),_0x10003c[_0x1e2b05(0x1bd)][_0x1e2b05(0x1b0)](_0x1e2b05(0x1c1),_0x4a2d30(_0x150a4c,_0x1e2b05(0x1c3))),_0x10003c[_0x1e2b05(0x1bd)][_0x1e2b05(0x1b0)](_0x1e2b05(0x1d6),_0x4a2d30(_0x150a4c,_0x1e2b05(0x1ca))),_0x10003c[_0x1e2b05(0x1bd)][_0x1e2b05(0x1b0)](_0x1e2b05(0x1c9),_0x4a2d30(_0x150a4c,_0x1e2b05(0x1b8))),this[_0x1e2b05(0x1b9)]();}[_0x467445(0x1b9)](){const _0x2c6e12=_0x467445,_0x31a304=this[_0x2c6e12(0x1c2)],_0x17d096=_0x31a304[_0x2c6e12(0x1b5)];_0x31a304[_0x2c6e12(0x1cc)][_0x2c6e12(0x1e3)](_0x2c6e12(0x1e7))[_0x2c6e12(0x1bd)][_0x2c6e12(0x1d0)](_0x4361fc=>{const _0x12d37e=_0x2c6e12,_0x1350e9=_0x17d096['t'];if(_0x12d37e(0x1b4)!=_0x4361fc[_0x12d37e(0x1b7)])return;const {data:_0x1d6abf}=_0x4361fc;if(null!=_0x1d6abf){if(_0x12d37e(0x1da)==_0x1d6abf[_0x12d37e(0x1c6)]){const _0x2ac4b0=_0x1d6abf[_0x12d37e(0x1e6)][0x0][_0x12d37e(0x1db)];if(_0x2ac4b0){const _0x28e486=_0x1350e9(this[_0x12d37e(0x1c2)][_0x12d37e(0x1cc)][_0x12d37e(0x1e3)](_0x12d37e(0x1d5))[_0x12d37e(0x1be)](this[_0x12d37e(0x1c2)][_0x12d37e(0x1df)][_0x12d37e(0x1e3)](_0x12d37e(0x1d2)))[_0x12d37e(0x1d3)](_0x306547=>_0x306547[_0x12d37e(0x1cf)]==_0x2ac4b0)[_0x12d37e(0x1c7)])[_0x12d37e(0x1e1)]();return{'type':_0x12d37e(0x1ce),'content':_0x4a2d30(_0x17d096,_0x12d37e(0x1e8),_0x28e486)};}return{'type':_0x12d37e(0x1ce),'content':_0x4a2d30(_0x17d096,_0x12d37e(0x1d9))};}if(_0x12d37e(0x1c1)==_0x1d6abf[_0x12d37e(0x1c6)]){const _0xd14252=_0x1d6abf[_0x12d37e(0x1e6)][0x0][_0x12d37e(0x1db)];return _0xd14252?{'type':_0x12d37e(0x1ce),'content':_0x4a2d30(_0x17d096,_0x12d37e(0x1ba),_0xd14252)}:{'type':_0x12d37e(0x1ce),'content':_0x4a2d30(_0x17d096,_0x12d37e(0x1bf))};}if(_0x12d37e(0x1d6)==_0x1d6abf[_0x12d37e(0x1c6)]){const _0x1745ac=_0x1d6abf[_0x12d37e(0x1e6)][0x0][_0x12d37e(0x1db)];if(_0x1745ac){const _0x1ee22c=_0x958b6e(this[_0x12d37e(0x1c2)][_0x12d37e(0x1df)][_0x12d37e(0x1e3)](_0x12d37e(0x1d1)))[_0x12d37e(0x1d3)](_0x14a49b=>_0x14a49b[_0x12d37e(0x1cf)]==_0x1745ac);let _0x1996dd=_0x1745ac,_0x364e9d='';return _0x1ee22c&&(_0x1996dd=_0x1ee22c[_0x12d37e(0x1c0)],_0x364e9d=_0x1350e9(_0x1996dd)[_0x12d37e(0x1e1)]()),{'type':_0x12d37e(0x1ce),'content':_0x4a2d30(_0x17d096,_0x12d37e(0x1dc),_0x364e9d)[_0x12d37e(0x1b1)](),'color':{'value':_0x1745ac,'title':_0x364e9d||_0x1996dd}};}return{'type':_0x12d37e(0x1ce),'content':_0x4a2d30(_0x17d096,_0x12d37e(0x1bb))};}if(_0x12d37e(0x1c9)==_0x1d6abf[_0x12d37e(0x1c6)]){const _0x2d255d=_0x1d6abf[_0x12d37e(0x1e6)][0x0][_0x12d37e(0x1db)];if(_0x2d255d){const _0x5bf894=_0x958b6e(this[_0x12d37e(0x1c2)][_0x12d37e(0x1df)][_0x12d37e(0x1e3)](_0x12d37e(0x1ae)))[_0x12d37e(0x1d3)](_0x110e50=>_0x110e50[_0x12d37e(0x1cf)]==_0x2d255d);let _0x3d2ace=_0x2d255d,_0x3a1e9b='';return _0x5bf894&&(_0x3d2ace=_0x5bf894[_0x12d37e(0x1c0)],_0x3a1e9b=_0x1350e9(_0x3d2ace)[_0x12d37e(0x1e1)]()),{'type':_0x12d37e(0x1ce),'content':_0x4a2d30(_0x17d096,_0x12d37e(0x1ad),_0x3a1e9b)[_0x12d37e(0x1b1)](),'color':{'value':_0x2d255d,'title':_0x3a1e9b||_0x3d2ace}};}return{'type':_0x12d37e(0x1ce),'content':_0x4a2d30(_0x17d096,_0x12d37e(0x1cd))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x12b9(){const _0x187533=['find','fontColor','*Set\x20format\x20to:*\x20%0','enableCommand','label','afterInit','get','commands','toLowerCase','4260564KZvwtW','fontColor.colors','entries','toUpperCase','format','9622710ijcFIv','slice','284302FMJEmJ','*Remove\x20all\x20formatting*','join','fontBackgroundColor','12aBdeKo','normalizeSizeOptions','4fQqdHs','model','type','94832nbwLdm','copyFormat','enableDefaultAttributesIntegration','commandParams','pasteFormat','plugins','boolean','commandName','fontSize','1496331JAIOdN','_registerLegacyDescription','formatBlock','push','config','locale','42bliwPj','formatInline','fontSize.options','editor','TrackChangesEditing','title','195212TZXsXq','975115sHaWxx','registerDescriptionCallback','FontSize','charAt','descriptionFactory','length','split'];_0x12b9=function(){return _0x187533;};return _0x12b9();}const _0x2235b5=_0x622f;(function(_0x5cd1e4,_0x5c2ed1){const _0x4e07d3=_0x622f,_0x5e13af=_0x5cd1e4();while(!![]){try{const _0x5196ad=-parseInt(_0x4e07d3(0xad))/0x1*(-parseInt(_0x4e07d3(0xb3))/0x2)+-parseInt(_0x4e07d3(0xbf))/0x3+parseInt(_0x4e07d3(0xcb))/0x4+parseInt(_0x4e07d3(0xcc))/0x5*(-parseInt(_0x4e07d3(0xb1))/0x6)+-parseInt(_0x4e07d3(0xc5))/0x7*(-parseInt(_0x4e07d3(0xb6))/0x8)+-parseInt(_0x4e07d3(0xa6))/0x9+parseInt(_0x4e07d3(0xab))/0xa;if(_0x5196ad===_0x5c2ed1)break;else _0x5e13af['push'](_0x5e13af['shift']());}catch(_0x1ef474){_0x5e13af['push'](_0x5e13af['shift']());}}}(_0x12b9,0x46747));import{Plugin as _0x164b90}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x50d1c1}from'ckeditor5/src/ui.js';import{getTranslation as _0x1fed1b}from'../utils/common-translations.js';function _0x622f(_0x381a02,_0x1de6e0){const _0x12b9a5=_0x12b9();return _0x622f=function(_0x622fc8,_0x4f62ce){_0x622fc8=_0x622fc8-0x98;let _0x1b9c0c=_0x12b9a5[_0x622fc8];return _0x1b9c0c;},_0x622f(_0x381a02,_0x1de6e0);}export default class Z extends _0x164b90{[_0x2235b5(0xa2)](){const _0x27a717=_0x2235b5,_0x131cab=this[_0x27a717(0xc8)],_0x179b21=_0x131cab[_0x27a717(0xbb)][_0x27a717(0xa3)](_0x27a717(0xc9)),_0x37fd69=_0x131cab[_0x27a717(0xa4)][_0x27a717(0xa3)](_0x27a717(0xb7)),_0x2f203a=_0x131cab[_0x27a717(0xa4)][_0x27a717(0xa3)](_0x27a717(0xba));_0x37fd69&&_0x2f203a&&(_0x179b21[_0x27a717(0xb8)](_0x27a717(0xba)),_0x179b21[_0x27a717(0xa0)](_0x27a717(0xb7)),this[_0x27a717(0xc0)]());}[_0x2235b5(0xc0)](){const _0x5c7dcf=_0x2235b5,_0x3e9b16=this[_0x5c7dcf(0xc8)],_0x24c4a8=_0x3e9b16[_0x5c7dcf(0xc4)];_0x3e9b16[_0x5c7dcf(0xbb)][_0x5c7dcf(0xa3)](_0x5c7dcf(0xc9))[_0x5c7dcf(0x9a)][_0x5c7dcf(0xcd)](_0x36fbc3=>{const _0x58f02a=_0x5c7dcf;if(_0x58f02a(0xc1)!=_0x36fbc3[_0x58f02a(0xb5)]&&_0x58f02a(0xc6)!=_0x36fbc3[_0x58f02a(0xb5)])return;const {data:_0x5f3d0a}=_0x36fbc3;if(_0x5f3d0a&&_0x58f02a(0xba)===_0x5f3d0a[_0x58f02a(0xbd)]){const _0x26b847=[],_0x322649=_0x5f3d0a[_0x58f02a(0xb9)][0x0];for(const [_0x3e9bb4,_0x3d8380]of Object[_0x58f02a(0xa8)](_0x322649))_0x26b847[_0x58f02a(0xc2)](so(_0x3e9b16,_0x3e9bb4,_0x3d8380));return _0x26b847[_0x58f02a(0x9b)]?{'type':_0x58f02a(0xaa),'content':_0x1fed1b(_0x24c4a8,_0x58f02a(0x9f),_0x26b847[_0x58f02a(0xaf)](',\x20'))}:{'type':_0x58f02a(0xaa),'content':_0x1fed1b(_0x24c4a8,_0x58f02a(0xae))};}});}}function so(_0x11966d,_0x3c2de9,_0x16099a){const _0x3b522c=_0x2235b5,_0x264bb2=_0x11966d[_0x3b522c(0xc4)]['t'],_0x1147ff=_0x3c2de9[_0x3b522c(0x9c)](/(?=[A-Z])/)[_0x3b522c(0xaf)]('\x20'),_0x239379=_0x264bb2(_0x1147ff[_0x3b522c(0x99)](0x0)[_0x3b522c(0xa9)]()+_0x1147ff[_0x3b522c(0xac)](0x1))[_0x3b522c(0xa5)]();if(_0x3b522c(0xbc)==typeof _0x16099a)return _0x239379;if(_0x3b522c(0x9e)===_0x3c2de9||_0x3b522c(0xb0)===_0x3c2de9){const _0x458d19=_0x50d1c1(_0x11966d[_0x3b522c(0xc3)][_0x3b522c(0xa3)](_0x3b522c(0xa7)))[_0x3b522c(0x9d)](_0x175d09=>_0x175d09[_0x3b522c(0xb4)]==_0x16099a);return _0x239379+'\x20('+(_0x458d19?_0x264bb2(_0x458d19[_0x3b522c(0xa1)])[_0x3b522c(0xa5)]():_0x16099a)+')';}if(_0x3b522c(0xbe)===_0x3c2de9&&isNaN(parseFloat(_0x16099a))){const _0xf285d9=_0x11966d[_0x3b522c(0xbb)][_0x3b522c(0xa3)](_0x3b522c(0x98))[_0x3b522c(0xb2)](_0x11966d[_0x3b522c(0xc3)][_0x3b522c(0xa3)](_0x3b522c(0xc7)))[_0x3b522c(0x9d)](_0x56d427=>_0x56d427[_0x3b522c(0xb4)]==_0x16099a);return _0x239379+'\x20('+(_0xf285d9?_0x264bb2(_0xf285d9[_0x3b522c(0xca)])[_0x3b522c(0xa5)]():_0x16099a)+')';}return _0x239379+'\x20('+_0x16099a+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x457b9e=_0x269c;(function(_0x1207ed,_0x5dc71f){const _0x3e2218=_0x269c,_0x85efb3=_0x1207ed();while(!![]){try{const _0x391d25=-parseInt(_0x3e2218(0x16d))/0x1*(parseInt(_0x3e2218(0x179))/0x2)+-parseInt(_0x3e2218(0x186))/0x3+parseInt(_0x3e2218(0x16b))/0x4+parseInt(_0x3e2218(0x174))/0x5+parseInt(_0x3e2218(0x170))/0x6+parseInt(_0x3e2218(0x182))/0x7*(parseInt(_0x3e2218(0x17c))/0x8)+-parseInt(_0x3e2218(0x188))/0x9*(parseInt(_0x3e2218(0x17b))/0xa);if(_0x391d25===_0x5dc71f)break;else _0x85efb3['push'](_0x85efb3['shift']());}catch(_0x18abac){_0x85efb3['push'](_0x85efb3['shift']());}}}(_0x5e63,0x2cb43));import{Plugin as _0x24f932}from'ckeditor5/src/core.js';function _0x5e63(){const _0x57bd39=['1662615dwEiXp','enableDefaultAttributesIntegration','has','formatBlock','_headingOptions','2CTCjHc','config','570buXeve','198184enByTO','editor','registerDescriptionCallback','view','HeadingEditing','heading','35upjMBy','descriptionFactory','paragraph','commandName','870339NFynLB','ELEMENT_HEADING','2727GNOFFM','heading.options','get','ELEMENT_HEADING_CUSTOM','title','TrackChangesEditing','plugins','type','locale','commandParams','*Change\x20to:*\x20%0','name','value','model','_registerLegacyDescription','317052gqPUge','match','119758fNqqIf','find','registerElementLabel','447588YQgZdM','afterInit','format','_getHeadingLevel'];_0x5e63=function(){return _0x57bd39;};return _0x5e63();}function _0x269c(_0x5c93fb,_0x458536){const _0x5e63c2=_0x5e63();return _0x269c=function(_0x269c84,_0x5a99bc){_0x269c84=_0x269c84-0x163;let _0x2a80b8=_0x5e63c2[_0x269c84];return _0x2a80b8;},_0x269c(_0x5c93fb,_0x458536);}import{getTranslation as _0x5a2ad3}from'../utils/common-translations.js';export default class tt extends _0x24f932{[_0x457b9e(0x171)](){const _0x42c3af=_0x457b9e,_0x359e38=this[_0x42c3af(0x17d)];if(!_0x359e38[_0x42c3af(0x18e)][_0x42c3af(0x176)](_0x42c3af(0x180)))return;this[_0x42c3af(0x178)]=_0x359e38[_0x42c3af(0x17a)][_0x42c3af(0x18a)](_0x42c3af(0x189));const _0x3220cb=_0x359e38[_0x42c3af(0x164)],_0x58aecb=_0x359e38[_0x42c3af(0x18e)][_0x42c3af(0x18a)](_0x42c3af(0x18d));_0x58aecb[_0x42c3af(0x175)](_0x42c3af(0x181));for(const _0x3df63c of this[_0x42c3af(0x178)])_0x42c3af(0x184)!=_0x3df63c[_0x42c3af(0x169)]&&_0x58aecb[_0x42c3af(0x183)][_0x42c3af(0x16f)](_0x3df63c[_0x42c3af(0x169)],_0xb0e2bf=>{const _0xd27471=_0x42c3af,_0x335d4f=this[_0xd27471(0x173)](_0x3df63c[_0xd27471(0x169)]);return null!==_0x335d4f?_0x318c4b(_0xb0e2bf,_0x335d4f):_0x41cae3(_0xb0e2bf,_0x3df63c[_0xd27471(0x18c)]);});function _0x318c4b(_0x45170e,_0x36362d){const _0x546acb=_0x42c3af;return _0x5a2ad3(_0x3220cb,_0x546acb(0x187),[_0x45170e,_0x36362d]);}function _0x41cae3(_0x345df2,_0x914b27){const _0x376e8b=_0x42c3af;return _0x5a2ad3(_0x3220cb,_0x376e8b(0x18b),[_0x345df2,_0x914b27]);}this[_0x42c3af(0x16a)]();}[_0x457b9e(0x16a)](){const _0x161701=_0x457b9e,_0x267efe=this[_0x161701(0x17d)],_0x2dc7ad=_0x267efe[_0x161701(0x164)];function _0x22bbe2(_0x4e246f,_0x579260){const _0x2b15e4=_0x161701;return _0x5a2ad3(_0x2dc7ad,_0x2b15e4(0x18b),[_0x4e246f,_0x579260]);}_0x267efe[_0x161701(0x18e)][_0x161701(0x18a)](_0x161701(0x18d))[_0x161701(0x183)][_0x161701(0x17e)](_0x2d12d8=>{const _0x98ebca=_0x161701;if(_0x98ebca(0x177)!=_0x2d12d8[_0x98ebca(0x163)])return;const {data:_0x1a6c6a}=_0x2d12d8;if(_0x1a6c6a&&_0x98ebca(0x181)==_0x1a6c6a[_0x98ebca(0x185)]){const _0x22969b=_0x1a6c6a[_0x98ebca(0x165)][0x0][_0x98ebca(0x168)],_0xbb1c7=this[_0x98ebca(0x173)](_0x22969b);if(null!==_0xbb1c7)return{'type':_0x98ebca(0x172),'content':_0x5a2ad3(_0x2dc7ad,_0x98ebca(0x166),(_0x12ce6b=0x1,_0x4045b4=_0xbb1c7,_0x5a2ad3(_0x2dc7ad,_0x98ebca(0x187),[_0x12ce6b,_0x4045b4])))};const _0x5d4560=this[_0x98ebca(0x178)][_0x98ebca(0x16e)](_0x30fc0f=>_0x30fc0f[_0x98ebca(0x169)]===_0x22969b)[_0x98ebca(0x18c)];return{'type':_0x98ebca(0x172),'content':_0x5a2ad3(_0x2dc7ad,_0x98ebca(0x166),_0x22bbe2(0x1,_0x5d4560))};}var _0x12ce6b,_0x4045b4;});}[_0x457b9e(0x173)](_0x5c2ed0){const _0x3d8b04=_0x457b9e;var _0x56a3bc,_0x290ceb;const _0x2eac22=_0x5c2ed0[_0x3d8b04(0x16c)](/^heading(\d+)/);if(_0x2eac22)return _0x2eac22[0x1];const _0x40bd9e=null===(_0x56a3bc=this[_0x3d8b04(0x178)])||void 0x0===_0x56a3bc?void 0x0:_0x56a3bc[_0x3d8b04(0x16e)](_0x2c5ef1=>_0x2c5ef1[_0x3d8b04(0x169)]==_0x5c2ed0);if(_0x40bd9e&&_0x40bd9e[_0x3d8b04(0x17f)]){const _0x15e0e0=_0x40bd9e[_0x3d8b04(0x17f)],_0x3be0f3=(null!==(_0x290ceb=_0x15e0e0[_0x3d8b04(0x167)])&&void 0x0!==_0x290ceb?_0x290ceb:_0x15e0e0)[_0x3d8b04(0x16c)](/^h(\d+)/);if(_0x3be0f3)return _0x3be0f3[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x2297(_0x127fa9,_0x1bdc3b){const _0x1b92df=_0x1b92();return _0x2297=function(_0x22976f,_0x2fe392){_0x22976f=_0x22976f-0xb3;let _0xa2f96b=_0x1b92df[_0x22976f];return _0xa2f96b;},_0x2297(_0x127fa9,_0x1bdc3b);}function _0x1b92(){const _0x130f00=['value','get','plugins','TrackChangesEditing','registerDescriptionCallback','color','format','formatInline','*Remove\x20highlight*','title','HighlightEditing','206hKzPvo','afterInit','commandName','registerInlineAttribute','toLowerCase','locale','60LTHuZZ','471663CKENlv','1587lqGMKy','_registerLegacyDescription','FORMAT_HIGHLIGHT','7nTumrn','16803259YTYTcB','registerAttributeLabel','commandParams','3282492sjlgPX','15YaKMYg','1524759HcOOny','4650784BKEAQr','highlight.options','editor','config','*Set\x20highlight:*\x20%0','type','enableDefaultAttributesIntegration','highlight','model','has','191276YGzhQz','descriptionFactory','find'];_0x1b92=function(){return _0x130f00;};return _0x1b92();}const _0x520ac8=_0x2297;(function(_0x56f5a1,_0x552daa){const _0x2d15d4=_0x2297,_0x43d7eb=_0x56f5a1();while(!![]){try{const _0xa47628=-parseInt(_0x2d15d4(0xd5))/0x1*(parseInt(_0x2d15d4(0xcd))/0x2)+-parseInt(_0x2d15d4(0xb4))/0x3+parseInt(_0x2d15d4(0xbf))/0x4*(-parseInt(_0x2d15d4(0xb3))/0x5)+parseInt(_0x2d15d4(0xdc))/0x6*(parseInt(_0x2d15d4(0xd8))/0x7)+-parseInt(_0x2d15d4(0xb5))/0x8+parseInt(_0x2d15d4(0xd4))/0x9*(-parseInt(_0x2d15d4(0xd3))/0xa)+parseInt(_0x2d15d4(0xd9))/0xb;if(_0xa47628===_0x552daa)break;else _0x43d7eb['push'](_0x43d7eb['shift']());}catch(_0x3811f0){_0x43d7eb['push'](_0x43d7eb['shift']());}}}(_0x1b92,0x58caa));import{Plugin as _0x483609}from'ckeditor5/src/core.js';import{getTranslation as _0x2b509a}from'../utils/common-translations.js';export default class et extends _0x483609{[_0x520ac8(0xce)](){const _0x10fbb8=_0x520ac8,_0x22d5ab=this[_0x10fbb8(0xb7)];if(!_0x22d5ab[_0x10fbb8(0xc4)][_0x10fbb8(0xbe)](_0x10fbb8(0xcc)))return;const _0x280bea=_0x22d5ab[_0x10fbb8(0xc4)][_0x10fbb8(0xc3)](_0x10fbb8(0xc5)),_0x2926c9=_0x22d5ab[_0x10fbb8(0xd2)];_0x280bea[_0x10fbb8(0xbb)](_0x10fbb8(0xbc)),_0x280bea[_0x10fbb8(0xd0)](_0x10fbb8(0xbc)),_0x280bea[_0x10fbb8(0xc0)][_0x10fbb8(0xda)](_0x10fbb8(0xbc),_0x2b509a(_0x2926c9,_0x10fbb8(0xd7))),this[_0x10fbb8(0xd6)]();}[_0x520ac8(0xd6)](){const _0x5d4254=_0x520ac8,_0x3a2347=this[_0x5d4254(0xb7)],_0x1a46be=_0x3a2347[_0x5d4254(0xd2)];_0x3a2347[_0x5d4254(0xc4)][_0x5d4254(0xc3)](_0x5d4254(0xc5))[_0x5d4254(0xc0)][_0x5d4254(0xc6)](_0x30117e=>{const _0x2bc140=_0x5d4254;if(_0x2bc140(0xc9)!=_0x30117e[_0x2bc140(0xba)])return;const {data:_0x5c695e}=_0x30117e;if(_0x5c695e&&_0x2bc140(0xbc)==_0x5c695e[_0x2bc140(0xcf)]){const _0x595203=_0x1a46be['t'],_0x4e1589=_0x5c695e[_0x2bc140(0xdb)][0x0][_0x2bc140(0xc2)];if(_0x4e1589){const _0x349fc1=_0x3a2347[_0x2bc140(0xb8)][_0x2bc140(0xc3)](_0x2bc140(0xb6))[_0x2bc140(0xc1)](_0x1a7ee3=>_0x1a7ee3[_0x2bc140(0xbd)]==_0x4e1589),_0x4fe96b=_0x595203(_0x349fc1[_0x2bc140(0xcb)])[_0x2bc140(0xd1)]();return{'type':_0x2bc140(0xc8),'content':_0x2b509a(_0x1a46be,_0x2bc140(0xb9),_0x4fe96b),'color':{'value':_0x349fc1[_0x2bc140(0xc7)],'title':_0x349fc1[_0x2bc140(0xcb)]}};}return{'type':_0x2bc140(0xc8),'content':_0x2b509a(_0x1a46be,_0x2bc140(0xca),_0x2b509a(_0x1a46be,_0x2bc140(0xd7)))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x35bb09=_0x586f;(function(_0x744924,_0x17eab1){const _0x5677fa=_0x586f,_0x46168a=_0x744924();while(!![]){try{const _0x3e263e=parseInt(_0x5677fa(0x1de))/0x1+-parseInt(_0x5677fa(0x1d3))/0x2*(-parseInt(_0x5677fa(0x1e0))/0x3)+parseInt(_0x5677fa(0x1d9))/0x4+-parseInt(_0x5677fa(0x1d8))/0x5*(parseInt(_0x5677fa(0x1d0))/0x6)+parseInt(_0x5677fa(0x1d6))/0x7+-parseInt(_0x5677fa(0x1dd))/0x8*(-parseInt(_0x5677fa(0x1e5))/0x9)+-parseInt(_0x5677fa(0x1e6))/0xa;if(_0x3e263e===_0x17eab1)break;else _0x46168a['push'](_0x46168a['shift']());}catch(_0x252f6d){_0x46168a['push'](_0x46168a['shift']());}}}(_0x54eb,0x868f0));import{Plugin as _0x9652a4}from'ckeditor5/src/core.js';function _0x54eb(){const _0x4af7d9=['div','afterInit','high','for','HorizontalLineEditing','TrackChangesEditing','createPositionAt','conversion','horizontalLine','elementToStructure','get','6kdkZGh','ELEMENT_HORIZONTAL_LINE','createContainerElement','134auyhey','editor','locale','7188286bOEpAR','dataDowncast','5036525KGlAvz','3981616tMUsuq','descriptionFactory','registerElementLabel','addClass','100952LjlFNK','793733MOaoKo','plugins','39414brdTdN','has','insert','ck-horizontal-line','createEmptyElement','153QHHklR','23523470qQYYtO','showSuggestionHighlights','enableCommand'];_0x54eb=function(){return _0x4af7d9;};return _0x54eb();}import{getTranslation as _0x53d53b}from'../utils/common-translations.js';function _0x586f(_0x1d791c,_0x551b97){const _0x54eb80=_0x54eb();return _0x586f=function(_0x586fb2,_0x1c6ca5){_0x586fb2=_0x586fb2-0x1cb;let _0x3ad8af=_0x54eb80[_0x586fb2];return _0x3ad8af;},_0x586f(_0x1d791c,_0x551b97);}export default class it extends _0x9652a4{[_0x35bb09(0x1ea)](){const _0x2fafcc=_0x35bb09,_0x2ff9d5=this[_0x2fafcc(0x1d4)];if(!_0x2ff9d5[_0x2fafcc(0x1df)][_0x2fafcc(0x1e1)](_0x2fafcc(0x1ed)))return;_0x2ff9d5[_0x2fafcc(0x1df)][_0x2fafcc(0x1cf)](_0x2fafcc(0x1ee))[_0x2fafcc(0x1e8)](_0x2fafcc(0x1cd));const _0x4eddcb=_0x2ff9d5[_0x2fafcc(0x1df)][_0x2fafcc(0x1cf)](_0x2fafcc(0x1ee)),_0x2e8a86=_0x2ff9d5[_0x2fafcc(0x1d5)];_0x4eddcb[_0x2fafcc(0x1da)][_0x2fafcc(0x1db)](_0x2fafcc(0x1cd),_0x55613b=>_0x53d53b(_0x2e8a86,_0x2fafcc(0x1d1),_0x55613b)),_0x2ff9d5[_0x2fafcc(0x1cc)][_0x2fafcc(0x1ec)](_0x2fafcc(0x1d7))[_0x2fafcc(0x1ce)]({'model':_0x2fafcc(0x1cd),'view':(_0x3ca441,{writer:_0x2a3845,options:_0x16f6fb})=>{const _0x2cd318=_0x2fafcc;if(!_0x16f6fb[_0x2cd318(0x1e7)])return null;const _0x1c716c=_0x2a3845[_0x2cd318(0x1d2)](_0x2cd318(0x1e9)),_0xbf7a8a=_0x2a3845[_0x2cd318(0x1e4)]('hr');return _0x2a3845[_0x2cd318(0x1dc)](_0x2cd318(0x1e3),_0x1c716c),_0x2a3845[_0x2cd318(0x1e2)](_0x2a3845[_0x2cd318(0x1cb)](_0x1c716c,0x0),_0xbf7a8a),_0x1c716c;},'converterPriority':_0x2fafcc(0x1eb)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2d57c9=_0x27c9;(function(_0x41938f,_0x2be237){const _0x21d0f2=_0x27c9,_0x12b575=_0x41938f();while(!![]){try{const _0x2969b1=-parseInt(_0x21d0f2(0xb9))/0x1*(parseInt(_0x21d0f2(0xb0))/0x2)+parseInt(_0x21d0f2(0xad))/0x3*(-parseInt(_0x21d0f2(0xaa))/0x4)+-parseInt(_0x21d0f2(0xb6))/0x5+parseInt(_0x21d0f2(0xc0))/0x6+parseInt(_0x21d0f2(0xa7))/0x7+parseInt(_0x21d0f2(0xc5))/0x8+parseInt(_0x21d0f2(0xc2))/0x9*(parseInt(_0x21d0f2(0xbc))/0xa);if(_0x2969b1===_0x2be237)break;else _0x12b575['push'](_0x12b575['shift']());}catch(_0xb39d13){_0x12b575['push'](_0x12b575['shift']());}}}(_0x44a0,0x1dfca));import{Plugin as _0x53bb63}from'ckeditor5/src/core.js';function _0x27c9(_0x2d9b85,_0x140e3b){const _0x44a0c4=_0x44a0();return _0x27c9=function(_0x27c90f,_0x94326e){_0x27c90f=_0x27c90f-0xa3;let _0x7cb626=_0x44a0c4[_0x27c90f];return _0x7cb626;},_0x27c9(_0x2d9b85,_0x140e3b);}function _0x44a0(){const _0x4cf0ff=['htmlEmbed','nodeAfter','22ynkTFx','has','afterInit','50JAXONf','descriptionFactory','attribute','registerElementLabel','489546jTXbSb','format','90729aaHTHu','getFirstRange','_registerLegacyDescription','1928056eReHRo','*Change\x20%0\x20content*','locale','plugins','TrackChangesEditing','registerBlockAttribute','element','formatBlock','HtmlEmbed','1196083soXnSw','rawHtml','editor','44otHiEg','enableDefaultAttributesIntegration','key','57213RMrlIi','type','start','13658pzVARg','ELEMENT_HTML_EMBED','commandName','value','registerDescriptionCallback','get','305135FiHatM'];_0x44a0=function(){return _0x4cf0ff;};return _0x44a0();}import{getTranslation as _0x14cef5}from'../utils/common-translations.js';export default class st extends _0x53bb63{[_0x2d57c9(0xbb)](){const _0x4cbd50=_0x2d57c9,_0x326d62=this[_0x4cbd50(0xa9)];if(!_0x326d62[_0x4cbd50(0xc8)][_0x4cbd50(0xba)](_0x4cbd50(0xa6)))return;const _0x1f4aaf=_0x326d62[_0x4cbd50(0xc8)][_0x4cbd50(0xb5)](_0x4cbd50(0xc9)),_0x53fefa=_0x326d62[_0x4cbd50(0xc7)];_0x1f4aaf[_0x4cbd50(0xbd)][_0x4cbd50(0xbf)](_0x4cbd50(0xa8),_0xf2279f=>_0x14cef5(_0x53fefa,_0x4cbd50(0xb1),_0xf2279f)),_0x1f4aaf[_0x4cbd50(0xab)](_0x4cbd50(0xb7)),_0x1f4aaf[_0x4cbd50(0xa3)](_0x4cbd50(0xb3)),_0x1f4aaf[_0x4cbd50(0xbd)][_0x4cbd50(0xb4)](_0x32cfeb=>{const _0x45ca6d=_0x4cbd50;if(_0x45ca6d(0xbe)!=_0x32cfeb[_0x45ca6d(0xae)])return;const {data:_0x1d19b8}=_0x32cfeb;if(_0x1d19b8&&_0x45ca6d(0xb3)==_0x1d19b8[_0x45ca6d(0xac)]&&_0x32cfeb[_0x45ca6d(0xc3)]()[_0x45ca6d(0xaf)][_0x45ca6d(0xb8)]['is'](_0x45ca6d(0xa4),_0x45ca6d(0xa8))){const _0x2ae528=_0x14cef5(_0x53fefa,_0x45ca6d(0xb1));return{'type':_0x45ca6d(0xc1),'content':_0x14cef5(_0x53fefa,_0x45ca6d(0xc6),_0x2ae528)};}}),this[_0x4cbd50(0xc4)]();}[_0x2d57c9(0xc4)](){const _0x2d4e1f=_0x2d57c9,_0x561eca=this[_0x2d4e1f(0xa9)],_0x23e0b6=_0x561eca[_0x2d4e1f(0xc7)];_0x561eca[_0x2d4e1f(0xc8)][_0x2d4e1f(0xb5)](_0x2d4e1f(0xc9))[_0x2d4e1f(0xbd)][_0x2d4e1f(0xb4)](_0x339325=>{const _0x34455a=_0x2d4e1f;if(_0x34455a(0xa5)!=_0x339325[_0x34455a(0xae)])return;const {data:_0x225452}=_0x339325;if(_0x225452&&_0x34455a(0xb7)==_0x225452[_0x34455a(0xb2)]){const _0x30008b=_0x14cef5(_0x23e0b6,_0x34455a(0xb1));return{'type':_0x34455a(0xc1),'content':_0x14cef5(_0x23e0b6,_0x34455a(0xc6),_0x30008b)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x229189=_0x5d91;function _0x5d91(_0x2bc29d,_0x2706f2){const _0x266ada=_0x266a();return _0x5d91=function(_0x5d917b,_0x39a1a0){_0x5d917b=_0x5d917b-0x17d;let _0x3d0ba8=_0x266ada[_0x5d917b];return _0x3d0ba8;},_0x5d91(_0x2bc29d,_0x2706f2);}(function(_0x52d5cc,_0x2e5a7a){const _0x12b36e=_0x5d91,_0xafa45d=_0x52d5cc();while(!![]){try{const _0x43616d=parseInt(_0x12b36e(0x1a4))/0x1+-parseInt(_0x12b36e(0x18a))/0x2*(parseInt(_0x12b36e(0x1aa))/0x3)+-parseInt(_0x12b36e(0x1ac))/0x4+-parseInt(_0x12b36e(0x183))/0x5*(parseInt(_0x12b36e(0x1da))/0x6)+parseInt(_0x12b36e(0x192))/0x7+-parseInt(_0x12b36e(0x1e3))/0x8*(-parseInt(_0x12b36e(0x1e1))/0x9)+-parseInt(_0x12b36e(0x1d9))/0xa;if(_0x43616d===_0x2e5a7a)break;else _0xafa45d['push'](_0xafa45d['shift']());}catch(_0x34e43d){_0xafa45d['push'](_0xafa45d['shift']());}}}(_0x266a,0xb6ab3));import{Plugin as _0x5c1b03}from'ckeditor5/src/core.js';import{LivePosition as _0xef974c}from'ckeditor5/src/engine.js';import{getTranslation as _0x50a140}from'../utils/common-translations.js';export default class nt extends _0x5c1b03{[_0x229189(0x1d3)](){const _0x153635=_0x229189,_0x4c31c4=this[_0x153635(0x1dd)];if(!_0x4c31c4[_0x153635(0x197)][_0x153635(0x18c)](_0x153635(0x1b4)))return;const _0x1ce1ee=_0x4c31c4[_0x153635(0x197)][_0x153635(0x1d0)](_0x153635(0x1e5)),_0x18d7de=_0x4c31c4[_0x153635(0x197)][_0x153635(0x1d0)](_0x153635(0x17d)),_0xbf5fb0=_0x4c31c4[_0x153635(0x1a2)];_0x1ce1ee[_0x153635(0x1c2)](_0x153635(0x184)),_0x1ce1ee[_0x153635(0x1e2)][_0x153635(0x1e7)](_0x153635(0x1d2),_0x3519a8=>_0x50a140(_0xbf5fb0,_0x153635(0x1f5),_0x3519a8)),_0x1ce1ee[_0x153635(0x1e2)][_0x153635(0x1e7)](_0x153635(0x1d6),_0xb847f=>_0x50a140(_0xbf5fb0,_0x153635(0x180),_0xb847f)),_0x1ce1ee[_0x153635(0x1e2)][_0x153635(0x1e7)](_0x153635(0x1ee),()=>_0x50a140(_0xbf5fb0,_0x153635(0x1cf))),_0x4c31c4[_0x153635(0x197)][_0x153635(0x18c)](_0x153635(0x1b9))&&_0x1ce1ee[_0x153635(0x1c2)](_0x153635(0x1dc)),_0x4c31c4[_0x153635(0x197)][_0x153635(0x18c)](_0x153635(0x199))&&_0x4c31c4[_0x153635(0x197)][_0x153635(0x18c)](_0x153635(0x19b))&&(_0x1ce1ee[_0x153635(0x1c2)](_0x153635(0x1a8),(_0x552816,_0x2f91d3)=>{const _0x190a50=_0x153635,_0x47ac6e=_0x18d7de[_0x190a50(0x1ef)](_0x4c31c4[_0x190a50(0x19a)][_0x190a50(0x1e0)][_0x190a50(0x1e6)]);_0x4c31c4[_0x190a50(0x19a)][_0x190a50(0x1ea)](()=>{const _0x5158a7=_0x190a50;_0x1ce1ee[_0x5158a7(0x19e)](_0x47ac6e,{'commandName':_0x5158a7(0x1a8),'commandParams':[_0x2f91d3]},[],_0x5158a7(0x17e));});}),_0x1ce1ee[_0x153635(0x1c2)](_0x153635(0x198),(_0x552d78,_0x15742d)=>{const _0x4375c5=_0x153635;_0x4c31c4[_0x4375c5(0x19a)][_0x4375c5(0x1ea)](_0x56c612=>{const _0x598dd7=_0x4375c5;let _0x385c4a=_0x18d7de[_0x598dd7(0x1ef)](_0x4c31c4[_0x598dd7(0x19a)][_0x598dd7(0x1e0)][_0x598dd7(0x1e6)]),_0x559ebb=_0x56c612[_0x598dd7(0x194)](_0x385c4a);const _0x57f9aa=_0xef974c[_0x598dd7(0x1f4)](_0x559ebb[_0x598dd7(0x1eb)],_0x598dd7(0x1f0)),_0x5c205a=_0xef974c[_0x598dd7(0x1f4)](_0x559ebb[_0x598dd7(0x1f2)],_0x598dd7(0x186));_0x1ce1ee[_0x598dd7(0x1ad)](()=>_0x552d78(_0x15742d)),_0x385c4a=_0x18d7de[_0x598dd7(0x1ef)](_0x4c31c4[_0x598dd7(0x19a)][_0x598dd7(0x1e0)][_0x598dd7(0x1e6)]),_0x559ebb=_0x56c612[_0x598dd7(0x194)](_0x385c4a);const _0x3629ab=_0x56c612[_0x598dd7(0x1ce)](_0x57f9aa,_0x5c205a);_0x57f9aa[_0x598dd7(0x1e4)](),_0x5c205a[_0x598dd7(0x1e4)](),_0x1ce1ee[_0x598dd7(0x19e)](_0x385c4a,{'commandName':_0x598dd7(0x1a8),'commandParams':[_0x15742d]},[],_0x598dd7(0x193)),_0x3629ab[_0x598dd7(0x1eb)][_0x598dd7(0x19c)](_0x559ebb[_0x598dd7(0x1eb)])&&_0x1ce1ee[_0x598dd7(0x1bd)](_0x56c612[_0x598dd7(0x1ce)](_0x3629ab[_0x598dd7(0x1eb)],_0x559ebb[_0x598dd7(0x1eb)]),_0x598dd7(0x193)),_0x559ebb[_0x598dd7(0x1f2)][_0x598dd7(0x19c)](_0x3629ab[_0x598dd7(0x1f2)])&&_0x1ce1ee[_0x598dd7(0x1bd)](_0x56c612[_0x598dd7(0x1ce)](_0x559ebb[_0x598dd7(0x1f2)],_0x3629ab[_0x598dd7(0x1f2)]),_0x598dd7(0x193));});}),_0x1ce1ee[_0x153635(0x18b)][_0x153635(0x1cd)](_0x153635(0x1af),_0x153635(0x193),_0x153635(0x1bb),()=>!0x1),_0x1ce1ee[_0x153635(0x18b)][_0x153635(0x1cd)](_0x153635(0x1af),_0x153635(0x193),_0x153635(0x1ba),()=>!0x1),_0x1ce1ee[_0x153635(0x18b)][_0x153635(0x1cd)](_0x153635(0x1af),_0x153635(0x193),_0x153635(0x18f),_0x1ce1ee[_0x153635(0x18b)][_0x153635(0x18e)](_0x153635(0x1af),'',_0x153635(0x1ba))),_0x1ce1ee[_0x153635(0x18b)][_0x153635(0x1cd)](_0x153635(0x19f),_0x153635(0x193),_0x153635(0x1bb),()=>!0x1),_0x1ce1ee[_0x153635(0x18b)][_0x153635(0x1cd)](_0x153635(0x19f),_0x153635(0x193),_0x153635(0x18f),([_0xccf200])=>{const _0x3164af=_0x153635,_0xf0ee4c=_0x1ce1ee[_0x3164af(0x18b)][_0x3164af(0x18e)](_0x3164af(0x19f),'',_0x3164af(0x18f));let _0x37235b=_0xccf200[_0x3164af(0x1eb)],_0x13f1a3=_0xccf200[_0x3164af(0x1f2)];const _0x5267df=_0x4c31c4[_0x3164af(0x19a)][_0x3164af(0x1f3)][_0x3164af(0x1f1)](_0x37235b,_0x3164af(0x1b5)),_0x361c6b=_0x4c31c4[_0x3164af(0x19a)][_0x3164af(0x1f3)][_0x3164af(0x1f1)](_0x13f1a3,_0x3164af(0x1ed));_0x5267df[_0x3164af(0x1a6)]&&(_0x37235b=_0x5267df[_0x3164af(0x1eb)]),_0x361c6b[_0x3164af(0x1a6)]&&(_0x13f1a3=_0x361c6b[_0x3164af(0x1f2)]),_0xf0ee4c([_0x4c31c4[_0x3164af(0x19a)][_0x3164af(0x1ce)](_0x37235b,_0x13f1a3)]);}),_0x1ce1ee[_0x153635(0x18b)][_0x153635(0x1cd)](_0x153635(0x1af),_0x153635(0x193),_0x153635(0x188),_0x2f00c1),_0x1ce1ee[_0x153635(0x18b)][_0x153635(0x1cd)](_0x153635(0x19f),_0x153635(0x193),_0x153635(0x188),_0x2f00c1)),_0x4c31c4[_0x153635(0x197)][_0x153635(0x18c)](_0x153635(0x182))&&(_0x1ce1ee[_0x153635(0x1c2)](_0x153635(0x196),(_0x4ce39b,_0x5d1fe7)=>{const _0x444ac4=_0x153635,_0x1f30c5=_0x4c31c4[_0x444ac4(0x197)][_0x444ac4(0x1d0)](_0x444ac4(0x1b1));let _0x3d76b6=_0x18d7de[_0x444ac4(0x1ef)](_0x4c31c4[_0x444ac4(0x19a)][_0x444ac4(0x1e0)][_0x444ac4(0x1e6)]),_0x253656=_0x1f30c5[_0x444ac4(0x17f)](_0x3d76b6);_0x4c31c4[_0x444ac4(0x19a)][_0x444ac4(0x1ea)](()=>{const _0x3ca2da=_0x444ac4;if(_0x253656)return void _0x1ce1ee[_0x3ca2da(0x1c8)](_0x4c31c4[_0x3ca2da(0x19a)][_0x3ca2da(0x194)](_0x253656));const _0xc3fbf8=_0x18d7de[_0x3ca2da(0x191)](_0x3d76b6);_0x4ce39b(_0x5d1fe7),_0x3d76b6=_0x18d7de[_0x3ca2da(0x1ef)](_0x4c31c4[_0x3ca2da(0x19a)][_0x3ca2da(0x1e0)][_0x3ca2da(0x1e6)]),_0x253656=_0x1f30c5[_0x3ca2da(0x17f)](_0x3d76b6),_0x1ce1ee[_0x3ca2da(0x1bd)](_0x4c31c4[_0x3ca2da(0x19a)][_0x3ca2da(0x194)](_0x253656),_0xc3fbf8?null:_0x3ca2da(0x1b8));});}),_0x1ce1ee[_0x153635(0x18b)][_0x153635(0x1cd)](_0x153635(0x19f),_0x153635(0x1b8),_0x153635(0x188),_0x2f00c1));const _0x40c737=[{'type':_0x153635(0x1af),'subType':_0x153635(0x19d)},{'type':_0x153635(0x19f),'subType':_0x153635(0x1b8)},{'type':_0x153635(0x1af),'subType':_0x153635(0x193)},{'type':_0x153635(0x19f),'subType':_0x153635(0x193)}];function _0x211f09(_0x5b225f,_0x2b58ac){const _0x53aa6b=_0x153635,_0x159e3f=_0x40c737[_0x53aa6b(0x185)](({type:_0x373f7c,subType:_0x554b6c})=>_0x5b225f[_0x53aa6b(0x1ca)]==_0x373f7c&&_0x5b225f[_0x53aa6b(0x1a0)]==_0x554b6c),_0x2fe122=_0x40c737[_0x53aa6b(0x185)](({type:_0x4f2950,subType:_0xe8a86f})=>_0x2b58ac[_0x53aa6b(0x1ca)]==_0x4f2950&&_0x2b58ac[_0x53aa6b(0x1a0)]==_0xe8a86f);if(_0x159e3f<0x0||_0x2fe122<0x0)return!0x1;const _0x201b1e=_0x5b225f[_0x53aa6b(0x1b2)](),_0x2c2ba9=_0x2b58ac[_0x53aa6b(0x1b2)]();if((0x0==_0x159e3f||0x1==_0x159e3f)&&0x2==_0x2fe122&&_0x201b1e[_0x53aa6b(0x1d7)](_0x2c2ba9))return!0x0;if(0x2==_0x159e3f&&0x3==_0x2fe122){const _0x5d9f3b=_0x1ce1ee[_0x53aa6b(0x1b6)](_0x201b1e,_0x53aa6b(0x19f))[_0x53aa6b(0x187)](({suggestion:_0x437802,meta:_0x2512fd})=>_0x2512fd[_0x53aa6b(0x1de)]&&_0x53aa6b(0x193)==_0x437802[_0x53aa6b(0x1a0)]);if(_0x5d9f3b[_0x53aa6b(0x1c1)]>0x1&&_0x2c2ba9[_0x53aa6b(0x1f2)][_0x53aa6b(0x1b3)](_0x201b1e[_0x53aa6b(0x1eb)]))return!0x0;if(0x1==_0x5d9f3b[_0x53aa6b(0x1c1)]&&(_0x201b1e[_0x53aa6b(0x1eb)][_0x53aa6b(0x1b3)](_0x2c2ba9[_0x53aa6b(0x1f2)])||_0x201b1e[_0x53aa6b(0x1f2)][_0x53aa6b(0x1b3)](_0x2c2ba9[_0x53aa6b(0x1eb)])))return!0x0;}if(0x3==_0x159e3f&&0x3==_0x2fe122&&_0x201b1e[_0x53aa6b(0x1eb)][_0x53aa6b(0x19c)](_0x2c2ba9[_0x53aa6b(0x1eb)])){const _0x4851b9=_0x201b1e[_0x53aa6b(0x1f2)][_0x53aa6b(0x1d4)],_0x170a57=_0x2c2ba9[_0x53aa6b(0x1eb)][_0x53aa6b(0x1e8)];return _0x18d7de[_0x53aa6b(0x191)](_0x4851b9)&&_0x4851b9===_0x170a57;}return!0x1;}function _0x2f00c1(_0x42cefa,_0x5c80bb){return _0x211f09(_0x42cefa,_0x5c80bb)?[_0x42cefa,_0x5c80bb]:_0x211f09(_0x5c80bb,_0x42cefa)?[_0x5c80bb,_0x42cefa]:null;}_0x4c31c4[_0x153635(0x197)][_0x153635(0x18c)](_0x153635(0x1ab))&&(_0x1ce1ee[_0x153635(0x189)](_0x153635(0x1d5)),_0x1ce1ee[_0x153635(0x181)](_0x153635(0x1c9)),_0x1ce1ee[_0x153635(0x1e2)][_0x153635(0x1c7)](_0x153635(0x1c9),_0x50a140(_0xbf5fb0,_0x153635(0x195)))),_0x4c31c4[_0x153635(0x197)][_0x153635(0x18c)](_0x153635(0x1c6))&&(_0x1ce1ee[_0x153635(0x189)](_0x153635(0x1ec)),_0x1ce1ee[_0x153635(0x181)](_0x153635(0x1bc))),_0x1ce1ee[_0x153635(0x1e2)][_0x153635(0x1bf)](_0x2ec3df=>{const _0x45a6ef=_0x153635;if(!!_0x40c737[_0x45a6ef(0x1b7)](({type:_0x237292,subType:_0x3f0a4e})=>_0x2ec3df[_0x45a6ef(0x1ca)]==_0x237292&&_0x2ec3df[_0x45a6ef(0x1a0)]==_0x3f0a4e))return _0x2ec3df[_0x45a6ef(0x1d8)]?{}:void 0x0;}),_0x1ce1ee[_0x153635(0x1e2)][_0x153635(0x1bf)](_0x2eacec=>{const _0x2eba1e=_0x153635;if(_0x2eba1e(0x19f)==_0x2eacec[_0x2eba1e(0x1ca)]||_0x2eba1e(0x1a5)==_0x2eacec[_0x2eba1e(0x1ca)]){const _0x517c9e=_0x2eacec[_0x2eba1e(0x1db)]();if(_0x517c9e&&_0x517c9e['is'](_0x2eba1e(0x1a9),_0x2eba1e(0x1ee)))return{'type':_0x2eba1e(0x19f)==_0x2eacec[_0x2eba1e(0x1ca)]?_0x2eba1e(0x1df):_0x2eba1e(0x190),'element':_0x517c9e,'quantity':0x1};}}),_0x1ce1ee[_0x153635(0x1e2)][_0x153635(0x1bf)](_0x3abec7=>_0x153635(0x1af)==_0x3abec7[_0x153635(0x1ca)]&&_0x153635(0x193)==_0x3abec7[_0x153635(0x1a0)]?{'type':_0x153635(0x1a1),'content':_0x153635(0x1c5)}:_0x153635(0x1af)==_0x3abec7[_0x153635(0x1ca)]&&_0x153635(0x17e)==_0x3abec7[_0x153635(0x1a0)]?{'type':_0x153635(0x1a1),'content':_0x153635(0x1a7)}:void 0x0),_0x1ce1ee[_0x153635(0x1e2)][_0x153635(0x1bf)](_0x55f32b=>{const _0x45f92e=_0x153635;if(_0x45f92e(0x1cb)!=_0x55f32b[_0x45f92e(0x1ca)])return;const {data:_0x573a72}=_0x55f32b;if(!_0x573a72||_0x45f92e(0x1bc)!=_0x573a72[_0x45f92e(0x1c0)])return;const _0x25a783=_0x573a72[_0x45f92e(0x1cc)];return _0x25a783?{'type':_0x45f92e(0x1a1),'content':_0x50a140(_0xbf5fb0,_0x45f92e(0x1e9),'\x22'+_0x25a783+'\x22')}:{'type':_0x45f92e(0x1a1),'content':_0x50a140(_0xbf5fb0,_0x45f92e(0x1be))};}),this[_0x153635(0x1c3)]();}[_0x229189(0x1c3)](){const _0x48f880=_0x229189,_0x2b4c85=this[_0x48f880(0x1dd)],_0x422414=_0x2b4c85[_0x48f880(0x1a2)];_0x2b4c85[_0x48f880(0x197)][_0x48f880(0x1d0)](_0x48f880(0x1e5))[_0x48f880(0x1e2)][_0x48f880(0x1bf)](_0x180e20=>{const _0x51abc4=_0x48f880;if(_0x51abc4(0x1af)!=_0x180e20[_0x51abc4(0x1ca)]&&_0x51abc4(0x1ae)!=_0x180e20[_0x51abc4(0x1ca)])return;const {data:_0x1ce1fd}=_0x180e20;if(_0x1ce1fd){if(_0x51abc4(0x1ec)==_0x1ce1fd[_0x51abc4(0x1b0)]){const _0x4c5b3a=_0x1ce1fd[_0x51abc4(0x1d1)][0x0][_0x51abc4(0x1cc)];return _0x4c5b3a?{'type':_0x51abc4(0x1a1),'content':_0x50a140(_0x422414,_0x51abc4(0x1e9),'\x22'+_0x4c5b3a+'\x22')}:{'type':_0x51abc4(0x1a1),'content':_0x50a140(_0x422414,_0x51abc4(0x1be))};}if(_0x51abc4(0x1d5)==_0x1ce1fd[_0x51abc4(0x1b0)]){const _0x53ff7e=_0x1ce1fd[_0x51abc4(0x1d1)][0x0][_0x51abc4(0x1a3)];return _0x53ff7e?{'type':_0x51abc4(0x1a1),'content':_0x50a140(_0x422414,_0x51abc4(0x18d),_0x53ff7e)}:{'type':_0x51abc4(0x1a1),'content':_0x50a140(_0x422414,_0x51abc4(0x1c4))};}}});}}function _0x266a(){const _0x48342d=['imageBlock','afterInit','nodeAfter','resizeImage','imageInline','isIntersecting','previous','2525970GZeTEa','55362XaUgHB','getContainedElement','uploadImage','editor','isOwn','addObject','document','4293216xWDOzs','descriptionFactory','24UvjhzR','detach','TrackChangesEditing','selection','registerElementLabel','nodeBefore','*Set\x20image\x20text\x20alternative:*\x20%0','change','start','imageTextAlternative','forward','caption','getClosestSelectedImageElement','toPrevious','getNearestSelectionRange','end','schema','fromPosition','ELEMENT_IMAGE','ImageUtils','convertBlockImageToInline','getCaptionFromImageModelElement','ELEMENT_INLINE_IMAGE','registerBlockAttribute','ImageCaptionEditing','65sFqvmH','insertImage','findIndex','toNext','filter','chain','enableDefaultAttributesIntegration','3722mzJhxA','_suggestionFactory','has','*Set\x20image\x20width:*\x20%0','getSuggestionCallback','discard','removeObject','isBlockImage','6459243lMknRS','convertInlineImageToBlock','createRangeOn','FORMAT_IMAGE_SIZE','toggleImageCaption','plugins','imageTypeBlock','ImageBlockEditing','model','ImageInlineEditing','isBefore','imageStylePreApply','markBlockFormat','insertion','subType','format','locale','width','97201uVkCMF','deletion','isCollapsed','Block\x20image\x20to\x20inline\x20image','imageTypeInline','element','1959YUtETZ','ImageResize','460120YZvYUt','forceDefaultExecution','formatInline','formatBlock','commandName','ImageCaptionUtils','getFirstRange','isEqual','ImageEditing','backward','_findSuggestions','find','imageCaption','ImageUploadEditing','accept','join','alt','markInsertion','*Remove\x20image\x20text\x20alternative*','registerDescriptionCallback','key','length','enableCommand','_registerLegacyDescription','*Reset\x20image\x20width*','Inline\x20image\x20to\x20block\x20image','ImageTextAlternativeEditing','registerAttributeLabel','markDeletion','resizedWidth','type','attribute','newValue','registerCustomCallback','createRange','ELEMENT_CAPTION','get','commandParams'];_0x266a=function(){return _0x48342d;};return _0x266a();}
|
|
23
|
+
const _0x4516bf=_0x1658;(function(_0x3334d2,_0x365c66){const _0x35b779=_0x1658,_0x25a34b=_0x3334d2();while(!![]){try{const _0x5dfb45=-parseInt(_0x35b779(0x1a7))/0x1*(-parseInt(_0x35b779(0x1eb))/0x2)+parseInt(_0x35b779(0x1d8))/0x3*(-parseInt(_0x35b779(0x1cb))/0x4)+parseInt(_0x35b779(0x1d7))/0x5+parseInt(_0x35b779(0x1f5))/0x6+parseInt(_0x35b779(0x1a9))/0x7*(parseInt(_0x35b779(0x1a8))/0x8)+parseInt(_0x35b779(0x1dd))/0x9+-parseInt(_0x35b779(0x1f9))/0xa;if(_0x5dfb45===_0x365c66)break;else _0x25a34b['push'](_0x25a34b['shift']());}catch(_0x42a2fe){_0x25a34b['push'](_0x25a34b['shift']());}}}(_0xbe18,0x3ce27));import{Plugin as _0x9e0b1b}from'ckeditor5/src/core.js';import{LivePosition as _0x32dd5a}from'ckeditor5/src/engine.js';import{getTranslation as _0x43bb8a}from'../utils/common-translations.js';function _0x1658(_0x21a349,_0x228b1d){const _0xbe183a=_0xbe18();return _0x1658=function(_0x1658eb,_0x33d5ad){_0x1658eb=_0x1658eb-0x1a6;let _0x40d5e7=_0xbe183a[_0x1658eb];return _0x40d5e7;},_0x1658(_0x21a349,_0x228b1d);}function _0xbe18(){const _0x103089=['imageInline','Block\x20image\x20to\x20inline\x20image','caption','nodeAfter','2050hEpZnv','TrackChangesEditing','resizeImage','_findSuggestions','join','alt','ImageCaptionUtils','type','isOwn','toPrevious','1768572JYzVcT','attribute','isCollapsed','getFirstRange','8835930wZVvJW','descriptionFactory','key','convertBlockImageToInline','getNearestSelectionRange','nodeBefore','filter','registerAttributeLabel','enableCommand','forceDefaultExecution','createRangeOn','ImageUtils','resizedWidth','insertion','imageBlock','getSuggestionCallback','find','markDeletion','start','fromPosition','chain','backward','getContainedElement','ImageInlineEditing','_suggestionFactory','insertImage','deletion','ImageBlockEditing','imageStylePreApply','width','previous','*Set\x20image\x20text\x20alternative:*\x20%0','locale','afterInit','formatInline','isBlockImage','FORMAT_IMAGE_SIZE','_registerLegacyDescription','schema','139nKsAHb','24ZWSNaG','700343NlepbH','accept','ImageUploadEditing','createRange','registerCustomCallback','selection','registerDescriptionCallback','ELEMENT_CAPTION','enableDefaultAttributesIntegration','imageCaption','registerElementLabel','convertInlineImageToBlock','toNext','discard','*Set\x20image\x20width:*\x20%0','getClosestSelectedImageElement','toggleImageCaption','*Reset\x20image\x20width*','element','registerBlockAttribute','forward','imageTextAlternative','ImageCaptionEditing','getCaptionFromImageModelElement','markBlockFormat','plugins','isEqual','uploadImage','ELEMENT_INLINE_IMAGE','addObject','subType','markInsertion','imageTypeInline','commandName','1348zOjZbT','model','findIndex','Inline\x20image\x20to\x20block\x20image','document','ImageResize','has','end','change','format','*Remove\x20image\x20text\x20alternative*','removeObject','2390235cwVGDO','3261hWWmPm','newValue','isBefore','length','editor','2554776tpVyNm','imageTypeBlock','get','detach','ImageEditing','isIntersecting','commandParams','formatBlock','ELEMENT_IMAGE','ImageTextAlternativeEditing'];_0xbe18=function(){return _0x103089;};return _0xbe18();}export default class nt extends _0x9e0b1b{[_0x4516bf(0x21a)](){const _0x4daebc=_0x4516bf,_0x32087b=this[_0x4daebc(0x1dc)];if(!_0x32087b[_0x4daebc(0x1c2)][_0x4daebc(0x1d1)](_0x4daebc(0x1e1)))return;const _0x50c049=_0x32087b[_0x4daebc(0x1c2)][_0x4daebc(0x1df)](_0x4daebc(0x1ec)),_0x187633=_0x32087b[_0x4daebc(0x1c2)][_0x4daebc(0x1df)](_0x4daebc(0x204)),_0x47b18f=_0x32087b[_0x4daebc(0x219)];_0x50c049[_0x4daebc(0x201)](_0x4daebc(0x212)),_0x50c049[_0x4daebc(0x1fa)][_0x4daebc(0x1b3)](_0x4daebc(0x207),_0xefee3d=>_0x43bb8a(_0x47b18f,_0x4daebc(0x1e5),_0xefee3d)),_0x50c049[_0x4daebc(0x1fa)][_0x4daebc(0x1b3)](_0x4daebc(0x1e7),_0x4a8fe3=>_0x43bb8a(_0x47b18f,_0x4daebc(0x1c5),_0x4a8fe3)),_0x50c049[_0x4daebc(0x1fa)][_0x4daebc(0x1b3)](_0x4daebc(0x1e9),()=>_0x43bb8a(_0x47b18f,_0x4daebc(0x1b0))),_0x32087b[_0x4daebc(0x1c2)][_0x4daebc(0x1d1)](_0x4daebc(0x1ab))&&_0x50c049[_0x4daebc(0x201)](_0x4daebc(0x1c4)),_0x32087b[_0x4daebc(0x1c2)][_0x4daebc(0x1d1)](_0x4daebc(0x214))&&_0x32087b[_0x4daebc(0x1c2)][_0x4daebc(0x1d1)](_0x4daebc(0x210))&&(_0x50c049[_0x4daebc(0x201)](_0x4daebc(0x1c9),(_0x4babc6,_0x1cce67)=>{const _0xff6ce1=_0x4daebc,_0x45d0d9=_0x187633[_0xff6ce1(0x1b8)](_0x32087b[_0xff6ce1(0x1cc)][_0xff6ce1(0x1cf)][_0xff6ce1(0x1ae)]);_0x32087b[_0xff6ce1(0x1cc)][_0xff6ce1(0x1d3)](()=>{const _0x4f0144=_0xff6ce1;_0x50c049[_0x4f0144(0x1c1)](_0x45d0d9,{'commandName':_0x4f0144(0x1c9),'commandParams':[_0x1cce67]},[],_0x4f0144(0x1fc));});}),_0x50c049[_0x4daebc(0x201)](_0x4daebc(0x1de),(_0x4dc52c,_0x56c362)=>{const _0x30638c=_0x4daebc;_0x32087b[_0x30638c(0x1cc)][_0x30638c(0x1d3)](_0x2670b6=>{const _0x2a4433=_0x30638c;let _0x4e770c=_0x187633[_0x2a4433(0x1b8)](_0x32087b[_0x2a4433(0x1cc)][_0x2a4433(0x1cf)][_0x2a4433(0x1ae)]),_0x3b470d=_0x2670b6[_0x2a4433(0x203)](_0x4e770c);const _0x1a6294=_0x32dd5a[_0x2a4433(0x20c)](_0x3b470d[_0x2a4433(0x20b)],_0x2a4433(0x1f4)),_0x83da80=_0x32dd5a[_0x2a4433(0x20c)](_0x3b470d[_0x2a4433(0x1d2)],_0x2a4433(0x1b5));_0x50c049[_0x2a4433(0x202)](()=>_0x4dc52c(_0x56c362)),_0x4e770c=_0x187633[_0x2a4433(0x1b8)](_0x32087b[_0x2a4433(0x1cc)][_0x2a4433(0x1cf)][_0x2a4433(0x1ae)]),_0x3b470d=_0x2670b6[_0x2a4433(0x203)](_0x4e770c);const _0x47ae5a=_0x2670b6[_0x2a4433(0x1ac)](_0x1a6294,_0x83da80);_0x1a6294[_0x2a4433(0x1e0)](),_0x83da80[_0x2a4433(0x1e0)](),_0x50c049[_0x2a4433(0x1c1)](_0x4e770c,{'commandName':_0x2a4433(0x1c9),'commandParams':[_0x56c362]},[],_0x2a4433(0x1b4)),_0x47ae5a[_0x2a4433(0x20b)][_0x2a4433(0x1da)](_0x3b470d[_0x2a4433(0x20b)])&&_0x50c049[_0x2a4433(0x1c8)](_0x2670b6[_0x2a4433(0x1ac)](_0x47ae5a[_0x2a4433(0x20b)],_0x3b470d[_0x2a4433(0x20b)]),_0x2a4433(0x1b4)),_0x3b470d[_0x2a4433(0x1d2)][_0x2a4433(0x1da)](_0x47ae5a[_0x2a4433(0x1d2)])&&_0x50c049[_0x2a4433(0x1c8)](_0x2670b6[_0x2a4433(0x1ac)](_0x3b470d[_0x2a4433(0x1d2)],_0x47ae5a[_0x2a4433(0x1d2)]),_0x2a4433(0x1b4));});}),_0x50c049[_0x4daebc(0x211)][_0x4daebc(0x1ad)](_0x4daebc(0x1e4),_0x4daebc(0x1b4),_0x4daebc(0x1ef),()=>!0x1),_0x50c049[_0x4daebc(0x211)][_0x4daebc(0x1ad)](_0x4daebc(0x1e4),_0x4daebc(0x1b4),_0x4daebc(0x1aa),()=>!0x1),_0x50c049[_0x4daebc(0x211)][_0x4daebc(0x1ad)](_0x4daebc(0x1e4),_0x4daebc(0x1b4),_0x4daebc(0x1b6),_0x50c049[_0x4daebc(0x211)][_0x4daebc(0x208)](_0x4daebc(0x1e4),'',_0x4daebc(0x1aa))),_0x50c049[_0x4daebc(0x211)][_0x4daebc(0x1ad)](_0x4daebc(0x206),_0x4daebc(0x1b4),_0x4daebc(0x1ef),()=>!0x1),_0x50c049[_0x4daebc(0x211)][_0x4daebc(0x1ad)](_0x4daebc(0x206),_0x4daebc(0x1b4),_0x4daebc(0x1b6),([_0x2bd9f2])=>{const _0x11bb2b=_0x4daebc,_0x36fac3=_0x50c049[_0x11bb2b(0x211)][_0x11bb2b(0x208)](_0x11bb2b(0x206),'',_0x11bb2b(0x1b6));let _0x30640f=_0x2bd9f2[_0x11bb2b(0x20b)],_0x15af03=_0x2bd9f2[_0x11bb2b(0x1d2)];const _0x450edf=_0x32087b[_0x11bb2b(0x1cc)][_0x11bb2b(0x1a6)][_0x11bb2b(0x1fd)](_0x30640f,_0x11bb2b(0x20e)),_0x4082ba=_0x32087b[_0x11bb2b(0x1cc)][_0x11bb2b(0x1a6)][_0x11bb2b(0x1fd)](_0x15af03,_0x11bb2b(0x1bd));_0x450edf[_0x11bb2b(0x1f7)]&&(_0x30640f=_0x450edf[_0x11bb2b(0x20b)]),_0x4082ba[_0x11bb2b(0x1f7)]&&(_0x15af03=_0x4082ba[_0x11bb2b(0x1d2)]),_0x36fac3([_0x32087b[_0x11bb2b(0x1cc)][_0x11bb2b(0x1ac)](_0x30640f,_0x15af03)]);}),_0x50c049[_0x4daebc(0x211)][_0x4daebc(0x1ad)](_0x4daebc(0x1e4),_0x4daebc(0x1b4),_0x4daebc(0x20d),_0x4fc5e7),_0x50c049[_0x4daebc(0x211)][_0x4daebc(0x1ad)](_0x4daebc(0x206),_0x4daebc(0x1b4),_0x4daebc(0x20d),_0x4fc5e7)),_0x32087b[_0x4daebc(0x1c2)][_0x4daebc(0x1d1)](_0x4daebc(0x1bf))&&(_0x50c049[_0x4daebc(0x201)](_0x4daebc(0x1b9),(_0x376457,_0x2ef60a)=>{const _0xefec0b=_0x4daebc,_0x19c2f0=_0x32087b[_0xefec0b(0x1c2)][_0xefec0b(0x1df)](_0xefec0b(0x1f1));let _0x422e79=_0x187633[_0xefec0b(0x1b8)](_0x32087b[_0xefec0b(0x1cc)][_0xefec0b(0x1cf)][_0xefec0b(0x1ae)]),_0x58f354=_0x19c2f0[_0xefec0b(0x1c0)](_0x422e79);_0x32087b[_0xefec0b(0x1cc)][_0xefec0b(0x1d3)](()=>{const _0x15c159=_0xefec0b;if(_0x58f354)return void _0x50c049[_0x15c159(0x20a)](_0x32087b[_0x15c159(0x1cc)][_0x15c159(0x203)](_0x58f354));const _0x2b5b17=_0x187633[_0x15c159(0x21c)](_0x422e79);_0x376457(_0x2ef60a),_0x422e79=_0x187633[_0x15c159(0x1b8)](_0x32087b[_0x15c159(0x1cc)][_0x15c159(0x1cf)][_0x15c159(0x1ae)]),_0x58f354=_0x19c2f0[_0x15c159(0x1c0)](_0x422e79),_0x50c049[_0x15c159(0x1c8)](_0x32087b[_0x15c159(0x1cc)][_0x15c159(0x203)](_0x58f354),_0x2b5b17?null:_0x15c159(0x1b2));});}),_0x50c049[_0x4daebc(0x211)][_0x4daebc(0x1ad)](_0x4daebc(0x206),_0x4daebc(0x1b2),_0x4daebc(0x20d),_0x4fc5e7));const _0x3843c4=[{'type':_0x4daebc(0x1e4),'subType':_0x4daebc(0x215)},{'type':_0x4daebc(0x206),'subType':_0x4daebc(0x1b2)},{'type':_0x4daebc(0x1e4),'subType':_0x4daebc(0x1b4)},{'type':_0x4daebc(0x206),'subType':_0x4daebc(0x1b4)}];function _0x5cfdc0(_0x518921,_0x57f86e){const _0x5aa00b=_0x4daebc,_0x470458=_0x3843c4[_0x5aa00b(0x1cd)](({type:_0x4cba62,subType:_0x205ff2})=>_0x518921[_0x5aa00b(0x1f2)]==_0x4cba62&&_0x518921[_0x5aa00b(0x1c7)]==_0x205ff2),_0x366793=_0x3843c4[_0x5aa00b(0x1cd)](({type:_0x1850f5,subType:_0x2491ab})=>_0x57f86e[_0x5aa00b(0x1f2)]==_0x1850f5&&_0x57f86e[_0x5aa00b(0x1c7)]==_0x2491ab);if(_0x470458<0x0||_0x366793<0x0)return!0x1;const _0x2267b8=_0x518921[_0x5aa00b(0x1f8)](),_0x5204cf=_0x57f86e[_0x5aa00b(0x1f8)]();if((0x0==_0x470458||0x1==_0x470458)&&0x2==_0x366793&&_0x2267b8[_0x5aa00b(0x1e2)](_0x5204cf))return!0x0;if(0x2==_0x470458&&0x3==_0x366793){const _0x7ddb4f=_0x50c049[_0x5aa00b(0x1ee)](_0x2267b8,_0x5aa00b(0x206))[_0x5aa00b(0x1ff)](({suggestion:_0x537963,meta:_0x1bfb20})=>_0x1bfb20[_0x5aa00b(0x1f3)]&&_0x5aa00b(0x1b4)==_0x537963[_0x5aa00b(0x1c7)]);if(_0x7ddb4f[_0x5aa00b(0x1db)]>0x1&&_0x5204cf[_0x5aa00b(0x1d2)][_0x5aa00b(0x1c3)](_0x2267b8[_0x5aa00b(0x20b)]))return!0x0;if(0x1==_0x7ddb4f[_0x5aa00b(0x1db)]&&(_0x2267b8[_0x5aa00b(0x20b)][_0x5aa00b(0x1c3)](_0x5204cf[_0x5aa00b(0x1d2)])||_0x2267b8[_0x5aa00b(0x1d2)][_0x5aa00b(0x1c3)](_0x5204cf[_0x5aa00b(0x20b)])))return!0x0;}if(0x3==_0x470458&&0x3==_0x366793&&_0x2267b8[_0x5aa00b(0x20b)][_0x5aa00b(0x1da)](_0x5204cf[_0x5aa00b(0x20b)])){const _0x4ed13a=_0x2267b8[_0x5aa00b(0x1d2)][_0x5aa00b(0x1ea)],_0x4229a6=_0x5204cf[_0x5aa00b(0x20b)][_0x5aa00b(0x1fe)];return _0x187633[_0x5aa00b(0x21c)](_0x4ed13a)&&_0x4ed13a===_0x4229a6;}return!0x1;}function _0x4fc5e7(_0x859894,_0x2f297a){return _0x5cfdc0(_0x859894,_0x2f297a)?[_0x859894,_0x2f297a]:_0x5cfdc0(_0x2f297a,_0x859894)?[_0x2f297a,_0x859894]:null;}_0x32087b[_0x4daebc(0x1c2)][_0x4daebc(0x1d1)](_0x4daebc(0x1d0))&&(_0x50c049[_0x4daebc(0x1b1)](_0x4daebc(0x1ed)),_0x50c049[_0x4daebc(0x1bc)](_0x4daebc(0x205)),_0x50c049[_0x4daebc(0x1fa)][_0x4daebc(0x200)](_0x4daebc(0x205),_0x43bb8a(_0x47b18f,_0x4daebc(0x21d)))),_0x32087b[_0x4daebc(0x1c2)][_0x4daebc(0x1d1)](_0x4daebc(0x1e6))&&(_0x50c049[_0x4daebc(0x1b1)](_0x4daebc(0x1be)),_0x50c049[_0x4daebc(0x1bc)](_0x4daebc(0x1f0))),_0x50c049[_0x4daebc(0x1fa)][_0x4daebc(0x1af)](_0x5e3b1b=>{const _0xa10217=_0x4daebc;if(!!_0x3843c4[_0xa10217(0x209)](({type:_0x4fd518,subType:_0x49285e})=>_0x5e3b1b[_0xa10217(0x1f2)]==_0x4fd518&&_0x5e3b1b[_0xa10217(0x1c7)]==_0x49285e))return _0x5e3b1b[_0xa10217(0x217)]?{}:void 0x0;}),_0x50c049[_0x4daebc(0x1fa)][_0x4daebc(0x1af)](_0x1653af=>{const _0x3ba51e=_0x4daebc;if(_0x3ba51e(0x206)==_0x1653af[_0x3ba51e(0x1f2)]||_0x3ba51e(0x213)==_0x1653af[_0x3ba51e(0x1f2)]){const _0x57a371=_0x1653af[_0x3ba51e(0x20f)]();if(_0x57a371&&_0x57a371['is'](_0x3ba51e(0x1bb),_0x3ba51e(0x1e9)))return{'type':_0x3ba51e(0x206)==_0x1653af[_0x3ba51e(0x1f2)]?_0x3ba51e(0x1c6):_0x3ba51e(0x1d6),'element':_0x57a371,'quantity':0x1};}}),_0x50c049[_0x4daebc(0x1fa)][_0x4daebc(0x1af)](_0x139617=>_0x4daebc(0x1e4)==_0x139617[_0x4daebc(0x1f2)]&&_0x4daebc(0x1b4)==_0x139617[_0x4daebc(0x1c7)]?{'type':_0x4daebc(0x1d4),'content':_0x4daebc(0x1ce)}:_0x4daebc(0x1e4)==_0x139617[_0x4daebc(0x1f2)]&&_0x4daebc(0x1fc)==_0x139617[_0x4daebc(0x1c7)]?{'type':_0x4daebc(0x1d4),'content':_0x4daebc(0x1e8)}:void 0x0),_0x50c049[_0x4daebc(0x1fa)][_0x4daebc(0x1af)](_0x1aa701=>{const _0x92929e=_0x4daebc;if(_0x92929e(0x1f6)!=_0x1aa701[_0x92929e(0x1f2)])return;const {data:_0x54e282}=_0x1aa701;if(!_0x54e282||_0x92929e(0x1f0)!=_0x54e282[_0x92929e(0x1fb)])return;const _0x2e61c7=_0x54e282[_0x92929e(0x1d9)];return _0x2e61c7?{'type':_0x92929e(0x1d4),'content':_0x43bb8a(_0x47b18f,_0x92929e(0x218),'\x22'+_0x2e61c7+'\x22')}:{'type':_0x92929e(0x1d4),'content':_0x43bb8a(_0x47b18f,_0x92929e(0x1d5))};}),this[_0x4daebc(0x21e)]();}[_0x4516bf(0x21e)](){const _0x2ad5aa=_0x4516bf,_0x4ec710=this[_0x2ad5aa(0x1dc)],_0x576e0b=_0x4ec710[_0x2ad5aa(0x219)];_0x4ec710[_0x2ad5aa(0x1c2)][_0x2ad5aa(0x1df)](_0x2ad5aa(0x1ec))[_0x2ad5aa(0x1fa)][_0x2ad5aa(0x1af)](_0x5df502=>{const _0x170a64=_0x2ad5aa;if(_0x170a64(0x1e4)!=_0x5df502[_0x170a64(0x1f2)]&&_0x170a64(0x21b)!=_0x5df502[_0x170a64(0x1f2)])return;const {data:_0x2878e2}=_0x5df502;if(_0x2878e2){if(_0x170a64(0x1be)==_0x2878e2[_0x170a64(0x1ca)]){const _0x7568c0=_0x2878e2[_0x170a64(0x1e3)][0x0][_0x170a64(0x1d9)];return _0x7568c0?{'type':_0x170a64(0x1d4),'content':_0x43bb8a(_0x576e0b,_0x170a64(0x218),'\x22'+_0x7568c0+'\x22')}:{'type':_0x170a64(0x1d4),'content':_0x43bb8a(_0x576e0b,_0x170a64(0x1d5))};}if(_0x170a64(0x1ed)==_0x2878e2[_0x170a64(0x1ca)]){const _0x5838f6=_0x2878e2[_0x170a64(0x1e3)][0x0][_0x170a64(0x216)];return _0x5838f6?{'type':_0x170a64(0x1d4),'content':_0x43bb8a(_0x576e0b,_0x170a64(0x1b7),_0x5838f6)}:{'type':_0x170a64(0x1d4),'content':_0x43bb8a(_0x576e0b,_0x170a64(0x1ba))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x8fe6(){const _0x1b7c23=['TrackChangesEditing','accept','commandName','key','1790NzXnZc','attribute','type','registerCustomCallback','get','14103lATseg','2tscjje','ImageEditing','50159MVGlhF','newValue','plugins','1622761nnRUhd','1387524wpHXDa','enableDefaultAttributesIntegration','oldValue','236mizwmv','format','_suggestionFactory','registerDescriptionCallback','src','_handleLegacySuggestions','locale','950595xNcTKd','formatInline','918480tSQhWV','*Replace\x20image\x20URL*','registerBlockAttribute','has','getSuggestionCallback','formatBlock','descriptionFactory','*Format:*\x20replace\x20image\x20URL','replaceImageSource','discard','9873bgLxeb','afterInit','_registerLegacyDescription','editor'];_0x8fe6=function(){return _0x1b7c23;};return _0x8fe6();}const _0x5bef00=_0x2a13;(function(_0x420374,_0xef3dc8){const _0xd24dc0=_0x2a13,_0x3eee84=_0x420374();while(!![]){try{const _0x5c09be=parseInt(_0xd24dc0(0x1e1))/0x1*(-parseInt(_0xd24dc0(0x1df))/0x2)+parseInt(_0xd24dc0(0x1de))/0x3*(-parseInt(_0xd24dc0(0x1e8))/0x4)+parseInt(_0xd24dc0(0x1ef))/0x5+-parseInt(_0xd24dc0(0x1e5))/0x6+parseInt(_0xd24dc0(0x1e4))/0x7+parseInt(_0xd24dc0(0x1f1))/0x8+-parseInt(_0xd24dc0(0x1fb))/0x9*(-parseInt(_0xd24dc0(0x203))/0xa);if(_0x5c09be===_0xef3dc8)break;else _0x3eee84['push'](_0x3eee84['shift']());}catch(_0x4f582a){_0x3eee84['push'](_0x3eee84['shift']());}}}(_0x8fe6,0x2a907));import{Plugin as _0x175d7a}from'ckeditor5/src/core.js';import{getTranslation as _0x926934}from'../utils/common-translations.js';function _0x2a13(_0x18709a,_0x53919a){const _0x8fe69e=_0x8fe6();return _0x2a13=function(_0x2a1377,_0x528cb3){_0x2a1377=_0x2a1377-0x1dd;let _0x2fbd15=_0x8fe69e[_0x2a1377];return _0x2fbd15;},_0x2a13(_0x18709a,_0x53919a);}export default class ot extends _0x175d7a{[_0x5bef00(0x1fc)](){const _0x5f421b=_0x5bef00;if(!this[_0x5f421b(0x1fe)][_0x5f421b(0x1e3)][_0x5f421b(0x1f4)](_0x5f421b(0x1e0)))return;const _0x31d565=this[_0x5f421b(0x1fe)][_0x5f421b(0x1ee)],_0x5bd7d8=this[_0x5f421b(0x1fe)][_0x5f421b(0x1e3)][_0x5f421b(0x1dd)](_0x5f421b(0x1ff));_0x5bd7d8[_0x5f421b(0x1e6)](_0x5f421b(0x1f9)),_0x5bd7d8[_0x5f421b(0x1f3)](_0x5f421b(0x1ec)),_0x5bd7d8[_0x5f421b(0x1f7)][_0x5f421b(0x1eb)](_0x1358f4=>{const _0x40613a=_0x5f421b;if(_0x40613a(0x204)!=_0x1358f4[_0x40613a(0x205)])return;const {data:_0x46e94a}=_0x1358f4;return _0x46e94a&&_0x40613a(0x1ec)==_0x46e94a[_0x40613a(0x202)]?_0x46e94a[_0x40613a(0x1e2)]&&_0x46e94a[_0x40613a(0x1e7)]?{'type':_0x40613a(0x1e9),'content':_0x926934(_0x31d565,_0x40613a(0x1f2))}:{'type':_0x40613a(0x1e9),'content':''}:void 0x0;}),this[_0x5f421b(0x1ed)]();}[_0x5bef00(0x1ed)](){const _0x58f83c=_0x5bef00,_0x4765fd=this[_0x58f83c(0x1fe)][_0x58f83c(0x1e3)][_0x58f83c(0x1dd)](_0x58f83c(0x1ff));_0x4765fd[_0x58f83c(0x1ea)][_0x58f83c(0x206)](_0x58f83c(0x1f6),_0x58f83c(0x1f9),_0x58f83c(0x200),_0x4765fd[_0x58f83c(0x1ea)][_0x58f83c(0x1f5)](_0x58f83c(0x1f6),null,_0x58f83c(0x1fa))),_0x4765fd[_0x58f83c(0x1ea)][_0x58f83c(0x206)](_0x58f83c(0x1f6),_0x58f83c(0x1f9),_0x58f83c(0x1fa),_0x4765fd[_0x58f83c(0x1ea)][_0x58f83c(0x1f5)](_0x58f83c(0x1f6),null,_0x58f83c(0x200))),this[_0x58f83c(0x1fd)]();}[_0x5bef00(0x1fd)](){const _0x5ccb05=_0x5bef00,_0x519787=this[_0x5ccb05(0x1fe)],_0x13238e=_0x519787[_0x5ccb05(0x1ee)];_0x519787[_0x5ccb05(0x1e3)][_0x5ccb05(0x1dd)](_0x5ccb05(0x1ff))[_0x5ccb05(0x1f7)][_0x5ccb05(0x1eb)](_0x564f32=>{const _0x2dc2ab=_0x5ccb05;if(_0x2dc2ab(0x1f6)!=_0x564f32[_0x2dc2ab(0x205)]&&_0x2dc2ab(0x1f0)!=_0x564f32[_0x2dc2ab(0x205)])return;const {data:_0x3bfc47}=_0x564f32;if(!_0x3bfc47||_0x2dc2ab(0x1f9)!=_0x3bfc47[_0x2dc2ab(0x201)])return;return{'type':_0x2dc2ab(0x1e9),'content':_0x926934(_0x13238e,_0x2dc2ab(0x1f8))};});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x4d70da=_0xcf16;(function(_0x733ec,_0x4a5518){const _0x468163=_0xcf16,_0x1c74f0=_0x733ec();while(!![]){try{const _0x2a1d95=-parseInt(_0x468163(0x1d5))/0x1*(-parseInt(_0x468163(0x1e3))/0x2)+-parseInt(_0x468163(0x1e1))/0x3+-parseInt(_0x468163(0x200))/0x4+parseInt(_0x468163(0x1ee))/0x5*(parseInt(_0x468163(0x1d2))/0x6)+-parseInt(_0x468163(0x1ab))/0x7*(parseInt(_0x468163(0x1b0))/0x8)+-parseInt(_0x468163(0x1a4))/0x9+parseInt(_0x468163(0x1cf))/0xa*(parseInt(_0x468163(0x1d8))/0xb);if(_0x2a1d95===_0x4a5518)break;else _0x1c74f0['push'](_0x1c74f0['shift']());}catch(_0xc7af3e){_0x1c74f0['push'](_0x1c74f0['shift']());}}}(_0x4d28,0x4d86d));function _0x4d28(){const _0x4db9a6=['selection','8XOjkYl','suggestion','formatInline','get','registerPostFixer','head','next','forEach','markInlineFormat','imageStylePostApply','getSuggestions','ImageUtils','start','side','value','length','nodeBefore','chain','title','imageTypeBlock','commandParams','isEqual','filter','document','locale','refresh','commandName','isBefore','has','imageStylePreApply','createRangeOn','20GhcMtk','_splitMarkerName','insertion','4710ZlJhAt','toLowerCase','markBlockFormat','26WAqbYz','isInContent','getClosestSelectedImageElement','2829233xQdLWd','_registerLegacyDescription','nodeAfter','imageStyle','registerDescriptionCallback','setImageNaturalSizeAttributes','_findSuggestions','getChangedMarkers','type','314721fxReOd','author','46996oKgPwy','change','isBlockImage','ImageStyleEditing','accept','format','enableCommand','plugins','editor','model','getSuggestionCallback','1015ubEWOa','getContainedElement','subType','*Format:*\x20%0','descriptionFactory','findIndex','FORMAT_SIDE_IMAGE','isIntersecting','formatBlock','discardSuggestion','end','Users','getFirstRange','shouldConvertImageType','from','newRange','discard','TrackChangesEditing','1212304AyGJtf','hasSuggestion','join','getSuggestion','imageTypeInline','imageCaption','name','isInlineImage','903546SaUfwP','normalizedStyles','convertInlineImageToBlock','_suggestionFactory','commands','differ','isOwn','3211481ZYIvMU','commandReversedParams','afterInit','registerCustomCallback'];_0x4d28=function(){return _0x4db9a6;};return _0x4d28();}import{Plugin as _0x4ebbb7}from'ckeditor5/src/core.js';import{uid as _0x2a69b2}from'ckeditor5/src/utils.js';import{getTranslation as _0x478a0b}from'../utils/common-translations.js';function _0xcf16(_0x1bbb61,_0x3b513f){const _0x4d2823=_0x4d28();return _0xcf16=function(_0xcf16b6,_0x223f6a){_0xcf16b6=_0xcf16b6-0x1a0;let _0x1e02d4=_0x4d2823[_0xcf16b6];return _0x1e02d4;},_0xcf16(_0x1bbb61,_0x3b513f);}export default class rt extends _0x4ebbb7{[_0x4d70da(0x1ad)](){const _0x264428=_0x4d70da,_0x4e36ef=this[_0x264428(0x1eb)];if(!_0x4e36ef[_0x264428(0x1ea)][_0x264428(0x1cc)](_0x264428(0x1e6)))return;const _0x2eaf28=_0x4e36ef[_0x264428(0x1ea)][_0x264428(0x1b3)](_0x264428(0x1ff)),_0x33f5f0=_0x4e36ef[_0x264428(0x1ea)][_0x264428(0x1b3)](_0x264428(0x1bb)),_0x2d3e74={};_0x2eaf28[_0x264428(0x1e9)](_0x264428(0x1db),(_0x98542,_0x18b470)=>{const _0x315104=_0x264428,_0x1559c9=_0x4e36ef[_0x315104(0x1ea)][_0x315104(0x1b3)](_0x315104(0x1f9))['me'],_0x981c2d=_0x4e36ef[_0x315104(0x1a8)][_0x315104(0x1b3)](_0x315104(0x1db));let _0x54ef6a=_0x33f5f0[_0x315104(0x1d7)](_0x4e36ef[_0x315104(0x1ec)][_0x315104(0x1c7)][_0x315104(0x1af)]),_0x23d8f7=_0x4e36ef[_0x315104(0x1ec)][_0x315104(0x1ce)](_0x54ef6a),_0x5e4f92=_0x981c2d[_0x315104(0x1be)];if(_0x5e4f92==_0x18b470[_0x315104(0x1be)])return;const _0x7f8bca={'commandName':_0x315104(0x1db),'commandParams':[_0x18b470],'formatGroupId':_0x2a69b2()};_0x4e36ef[_0x315104(0x1ec)][_0x315104(0x1e4)](()=>{const _0x1ded7d=_0x315104;if(_0x2eaf28[_0x1ded7d(0x1ba)]()[_0x1ded7d(0x1c6)](_0x4d9388=>_0x4d9388[_0x1ded7d(0x1d6)]&&_0x1559c9==_0x4d9388[_0x1ded7d(0x1e2)]&&(_0x1ded7d(0x1f6)==_0x4d9388[_0x1ded7d(0x1e0)]||_0x1ded7d(0x1b2)==_0x4d9388[_0x1ded7d(0x1e0)])&&(_0x1ded7d(0x1cd)==_0x4d9388[_0x1ded7d(0x1f0)]||_0x1ded7d(0x1b9)==_0x4d9388[_0x1ded7d(0x1f0)])&&_0x4d9388[_0x1ded7d(0x1fa)]()[_0x1ded7d(0x1c5)](_0x23d8f7))[_0x1ded7d(0x1b7)](_0x1ed8fa=>_0x2eaf28[_0x1ded7d(0x1f7)](_0x1ed8fa[_0x1ded7d(0x1b5)])),_0x54ef6a=_0x33f5f0[_0x1ded7d(0x1d7)](_0x4e36ef[_0x1ded7d(0x1ec)][_0x1ded7d(0x1c7)][_0x1ded7d(0x1af)]),_0x23d8f7=_0x4e36ef[_0x1ded7d(0x1ec)][_0x1ded7d(0x1ce)](_0x54ef6a),_0x981c2d[_0x1ded7d(0x1c9)](),_0x4e36ef[_0x1ded7d(0x1a8)][_0x1ded7d(0x1b3)](_0x1ded7d(0x1a0))[_0x1ded7d(0x1c9)](),_0x4e36ef[_0x1ded7d(0x1a8)][_0x1ded7d(0x1b3)](_0x1ded7d(0x1c3))[_0x1ded7d(0x1c9)](),_0x5e4f92=_0x981c2d[_0x1ded7d(0x1be)],_0x5e4f92!=_0x18b470[_0x1ded7d(0x1be)])return _0x33f5f0[_0x1ded7d(0x1a3)](_0x54ef6a)&&_0x981c2d[_0x1ded7d(0x1fb)](_0x18b470[_0x1ded7d(0x1be)],_0x54ef6a)?(_0x98542({..._0x18b470,'setImageSizes':!0x1}),_0x54ef6a=_0x33f5f0[_0x1ded7d(0x1d7)](_0x4e36ef[_0x1ded7d(0x1ec)][_0x1ded7d(0x1c7)][_0x1ded7d(0x1af)]),void _0x2eaf28[_0x1ded7d(0x1d4)](_0x54ef6a,{..._0x7f8bca,'commandReversedParams':[{'value':_0x5e4f92||null,'setImageSizes':!0x1}]},[],_0x1ded7d(0x1cd))):void(_0x33f5f0[_0x1ded7d(0x1e5)](_0x54ef6a)?_0x2eaf28[_0x1ded7d(0x1d4)](_0x54ef6a,_0x7f8bca,[],_0x1ded7d(0x1b9)):_0x2eaf28[_0x1ded7d(0x1b8)](_0x23d8f7,_0x7f8bca,_0x1ded7d(0x1b9)));});});for(const _0xb6db51 of _0x4e36ef[_0x264428(0x1ea)][_0x264428(0x1b3)](_0x264428(0x1e6))[_0x264428(0x1a5)])_0x2d3e74[_0xb6db51[_0x264428(0x1a2)]]=_0xb6db51[_0x264428(0x1c2)][_0x264428(0x1d3)]();_0x2eaf28[_0x264428(0x1a7)][_0x264428(0x1ae)](_0x264428(0x1f6),_0x264428(0x1cd),_0x264428(0x202),()=>!0x1),_0x2eaf28[_0x264428(0x1a7)][_0x264428(0x1ae)](_0x264428(0x1f6),_0x264428(0x1b9),_0x264428(0x202),()=>!0x1),_0x2eaf28[_0x264428(0x1a7)][_0x264428(0x1ae)](_0x264428(0x1b2),_0x264428(0x1b9),_0x264428(0x202),()=>!0x1),_0x2eaf28[_0x264428(0x1a7)][_0x264428(0x1ae)](_0x264428(0x1f6),_0x264428(0x1cd),_0x264428(0x1e7),([_0x44079e])=>{const _0xedc115=_0x264428;_0x33f5f0[_0xedc115(0x1dd)](_0x44079e[_0xedc115(0x1ef)]());}),_0x2eaf28[_0x264428(0x1a7)][_0x264428(0x1ae)](_0x264428(0x1f6),_0x264428(0x1cd),_0x264428(0x1fe),(_0x3bd3ca,_0x361cb4)=>{const _0x200083=_0x264428;_0x2eaf28[_0x200083(0x1a7)][_0x200083(0x1ed)](_0x200083(0x1f6),'',_0x200083(0x1e7))(_0x3bd3ca,{'commandName':_0x361cb4[_0x200083(0x1ca)],'commandParams':_0x361cb4[_0x200083(0x1ac)]});}),_0x2eaf28[_0x264428(0x1a7)][_0x264428(0x1ae)](_0x264428(0x1f6),_0x264428(0x1cd),_0x264428(0x1c1),function(_0x44906c,_0x1e7396){if(_0x28b8de(_0x44906c,_0x1e7396))return[_0x44906c,_0x1e7396];if(_0x28b8de(_0x1e7396,_0x44906c))return[_0x1e7396,_0x44906c];return null;});const _0xadd36c=[{'type':_0x264428(0x1f6),'subType':_0x264428(0x1cd)},{'type':_0x264428(0x1d1),'subType':_0x264428(0x1a1)},{'type':_0x264428(0x1f6),'subType':_0x264428(0x1a6)},{'type':_0x264428(0x1d1),'subType':_0x264428(0x1a6)}];function _0x28b8de(_0x2be7b0,_0x394330){const _0x2bc119=_0x264428,_0x4a75b3=_0xadd36c[_0x2bc119(0x1f3)](({type:_0x22052e,subType:_0x39eac4})=>_0x2be7b0[_0x2bc119(0x1e0)]==_0x22052e&&_0x2be7b0[_0x2bc119(0x1f0)]==_0x39eac4),_0x2187ac=_0xadd36c[_0x2bc119(0x1f3)](({type:_0x1473f5,subType:_0x7c66b9})=>_0x394330[_0x2bc119(0x1e0)]==_0x1473f5&&_0x394330[_0x2bc119(0x1f0)]==_0x7c66b9);if(_0x4a75b3<0x0||_0x2187ac<0x0)return!0x1;const _0x59ff44=_0x2be7b0[_0x2bc119(0x1fa)](),_0x1692f3=_0x394330[_0x2bc119(0x1fa)]();if((0x0==_0x4a75b3||0x1==_0x4a75b3)&&0x2==_0x2187ac&&_0x59ff44[_0x2bc119(0x1f5)](_0x1692f3))return!0x0;if(0x2==_0x4a75b3&&0x3==_0x2187ac){const _0x5f3190=_0x2eaf28[_0x2bc119(0x1de)](_0x59ff44,_0x2bc119(0x1d1))[_0x2bc119(0x1c6)](({suggestion:_0x152e6d,meta:_0x333a5f})=>_0x333a5f[_0x2bc119(0x1aa)]&&_0x2bc119(0x1a6)==_0x152e6d[_0x2bc119(0x1f0)]);if(_0x5f3190[_0x2bc119(0x1bf)]>0x1&&_0x1692f3[_0x2bc119(0x1f8)][_0x2bc119(0x1c5)](_0x59ff44[_0x2bc119(0x1bc)]))return!0x0;if(0x1==_0x5f3190[_0x2bc119(0x1bf)]&&(_0x59ff44[_0x2bc119(0x1bc)][_0x2bc119(0x1c5)](_0x1692f3[_0x2bc119(0x1f8)])||_0x59ff44[_0x2bc119(0x1f8)][_0x2bc119(0x1c5)](_0x1692f3[_0x2bc119(0x1bc)])))return!0x0;}if(0x3==_0x4a75b3&&0x3==_0x2187ac&&_0x59ff44[_0x2bc119(0x1bc)][_0x2bc119(0x1cb)](_0x1692f3[_0x2bc119(0x1bc)])){const _0x3acb75=_0x59ff44[_0x2bc119(0x1f8)][_0x2bc119(0x1da)],_0x2bbc34=_0x1692f3[_0x2bc119(0x1bc)][_0x2bc119(0x1c0)];return _0x33f5f0[_0x2bc119(0x1e5)](_0x3acb75)&&_0x3acb75===_0x2bbc34;}return!0x1;}_0x4e36ef[_0x264428(0x1ec)][_0x264428(0x1c7)][_0x264428(0x1b4)](()=>{const _0x102aa1=_0x264428;let _0x569f5a=!0x1;const _0x4a6fde=Array[_0x102aa1(0x1fc)](_0x4e36ef[_0x102aa1(0x1ec)][_0x102aa1(0x1c7)][_0x102aa1(0x1a9)][_0x102aa1(0x1df)]());for(const {name:_0x4729b4,data:_0x27387b}of _0x4a6fde){const {group:_0x18fecb,type:_0x1e6756,subType:_0x1492c7,id:_0x5264a8}=_0x2eaf28[_0x102aa1(0x1d0)](_0x4729b4);if(_0x102aa1(0x1b1)==_0x18fecb&&_0x2eaf28[_0x102aa1(0x201)](_0x5264a8)){if(_0x102aa1(0x1f6)==_0x1e6756&&(_0x102aa1(0x1cd)==_0x1492c7||_0x102aa1(0x1b9)==_0x1492c7)){const _0x58aa45=_0x2eaf28[_0x102aa1(0x203)](_0x5264a8);if(_0x27387b[_0x102aa1(0x1fd)]){const _0x1355ec=_0x58aa45[_0x102aa1(0x1fa)]()[_0x102aa1(0x1ef)]();if(_0x33f5f0[_0x102aa1(0x1e5)](_0x1355ec))continue;_0x2eaf28[_0x102aa1(0x1f7)](_0x58aa45),_0x569f5a=!0x0;}}if(_0x102aa1(0x1d1)==_0x1e6756&&_0x102aa1(0x1a1)==_0x1492c7&&!_0x27387b[_0x102aa1(0x1fd)]){const _0x3e253c=_0x2eaf28[_0x102aa1(0x203)](_0x5264a8);_0x3e253c[_0x102aa1(0x1b6)]&&_0x3e253c[_0x102aa1(0x1b6)][_0x102aa1(0x1d6)]&&(_0x2eaf28[_0x102aa1(0x1f7)](_0x3e253c[_0x102aa1(0x1b6)]),_0x569f5a=!0x0);}}}return _0x569f5a;}),this[_0x264428(0x1d9)](_0x2d3e74);}[_0x4d70da(0x1d9)](_0x2d7e6a){const _0x193362=_0x4d70da,_0x250cd3=this[_0x193362(0x1eb)],_0x5ba916=_0x250cd3[_0x193362(0x1c8)];_0x250cd3[_0x193362(0x1ea)][_0x193362(0x1b3)](_0x193362(0x1ff))[_0x193362(0x1f2)][_0x193362(0x1dc)](_0x3f7b7f=>{const _0x1b3638=_0x193362;if(_0x1b3638(0x1f6)!=_0x3f7b7f[_0x1b3638(0x1e0)]&&_0x1b3638(0x1b2)!=_0x3f7b7f[_0x1b3638(0x1e0)])return;const {data:_0x23e08b}=_0x3f7b7f;if(!_0x23e08b||_0x1b3638(0x1db)!=_0x23e08b[_0x1b3638(0x1ca)])return;const _0x1a6cde=_0x23e08b[_0x1b3638(0x1c4)][0x0][_0x1b3638(0x1be)];return _0x99b8d(_0x1b3638(0x1bd)===_0x1a6cde?_0x478a0b(_0x5ba916,_0x1b3638(0x1f4)):_0x2d7e6a[_0x1a6cde]||_0x1a6cde);function _0x99b8d(_0x232451){const _0x5b424f=_0x1b3638;return{'type':_0x5b424f(0x1e8),'content':_0x478a0b(_0x5ba916,_0x5b424f(0x1f1),_0x232451)};}});}}
|
|
23
|
+
const _0x2c1652=_0x507c;(function(_0x4e728c,_0x45b507){const _0x3db980=_0x507c,_0x174d0e=_0x4e728c();while(!![]){try{const _0x47f283=-parseInt(_0x3db980(0x20d))/0x1*(parseInt(_0x3db980(0x1b8))/0x2)+parseInt(_0x3db980(0x207))/0x3+parseInt(_0x3db980(0x1ef))/0x4+-parseInt(_0x3db980(0x1c3))/0x5*(parseInt(_0x3db980(0x21a))/0x6)+-parseInt(_0x3db980(0x1d3))/0x7*(parseInt(_0x3db980(0x1d8))/0x8)+-parseInt(_0x3db980(0x1fc))/0x9+parseInt(_0x3db980(0x1d6))/0xa*(parseInt(_0x3db980(0x215))/0xb);if(_0x47f283===_0x45b507)break;else _0x174d0e['push'](_0x174d0e['shift']());}catch(_0x4a63dd){_0x174d0e['push'](_0x174d0e['shift']());}}}(_0x160b,0x6e59c));import{Plugin as _0xa36f21}from'ckeditor5/src/core.js';function _0x160b(){const _0x1fb971=['5IELBcW','suggestion','model','Users','getSuggestions','formatInline','getSuggestionCallback','nodeBefore','isInlineImage','imageTypeInline','chain','document','forEach','registerCustomCallback','commands','imageStyle','28KnWAwY','refresh','markBlockFormat','13286190ufljQK','createRangeOn','242552eNKlnf','imageTypeBlock','toLowerCase','format','descriptionFactory','setImageNaturalSizeAttributes','value','side','newRange','commandReversedParams','ImageStyleEditing','type','has','getChangedMarkers','subType','afterInit','nodeAfter','_findSuggestions','FORMAT_SIDE_IMAGE','hasSuggestion','isEqual','head','accept','345120QmvAWF','insertion','convertInlineImageToBlock','from','selection','discardSuggestion','title','isInContent','markInlineFormat','next','commandName','length','editor','924507ujGvpl','getContainedElement','_splitMarkerName','differ','imageStylePreApply','isOwn','registerDescriptionCallback','*Format:*\x20%0','getSuggestion','ImageUtils','locale','970185eKZNnl','commandParams','formatBlock','join','change','enableCommand','35330oEIDFJ','end','shouldConvertImageType','isBlockImage','_registerLegacyDescription','isBefore','normalizedStyles','getFirstRange','11tpysVZ','name','_suggestionFactory','filter','author','2982114IhAsOj','plugins','32GgDBvD','imageCaption','start','findIndex','registerPostFixer','discard','TrackChangesEditing','isIntersecting','get','getClosestSelectedImageElement','imageStylePostApply'];_0x160b=function(){return _0x1fb971;};return _0x160b();}import{uid as _0x58624b}from'ckeditor5/src/utils.js';function _0x507c(_0x2cd42,_0xc79769){const _0x160b0a=_0x160b();return _0x507c=function(_0x507c98,_0x31e133){_0x507c98=_0x507c98-0x1b8;let _0x204067=_0x160b0a[_0x507c98];return _0x204067;},_0x507c(_0x2cd42,_0xc79769);}import{getTranslation as _0x20d84a}from'../utils/common-translations.js';export default class rt extends _0xa36f21{[_0x2c1652(0x1e7)](){const _0x28e903=_0x2c1652,_0x338518=this[_0x28e903(0x1fb)];if(!_0x338518[_0x28e903(0x21b)][_0x28e903(0x1e4)](_0x28e903(0x1e2)))return;const _0x1aa367=_0x338518[_0x28e903(0x21b)][_0x28e903(0x1c0)](_0x28e903(0x1be)),_0x9858bb=_0x338518[_0x28e903(0x21b)][_0x28e903(0x1c0)](_0x28e903(0x205)),_0x516303={};_0x1aa367[_0x28e903(0x20c)](_0x28e903(0x1d2),(_0xf81f91,_0x30c295)=>{const _0x8a472=_0x28e903,_0x3956f1=_0x338518[_0x8a472(0x21b)][_0x8a472(0x1c0)](_0x8a472(0x1c6))['me'],_0x4b09b9=_0x338518[_0x8a472(0x1d1)][_0x8a472(0x1c0)](_0x8a472(0x1d2));let _0x25160c=_0x9858bb[_0x8a472(0x1c1)](_0x338518[_0x8a472(0x1c5)][_0x8a472(0x1ce)][_0x8a472(0x1f3)]),_0xdba897=_0x338518[_0x8a472(0x1c5)][_0x8a472(0x1d7)](_0x25160c),_0x5d1566=_0x4b09b9[_0x8a472(0x1de)];if(_0x5d1566==_0x30c295[_0x8a472(0x1de)])return;const _0x420d46={'commandName':_0x8a472(0x1d2),'commandParams':[_0x30c295],'formatGroupId':_0x58624b()};_0x338518[_0x8a472(0x1c5)][_0x8a472(0x20b)](()=>{const _0x1075d3=_0x8a472;if(_0x1aa367[_0x1075d3(0x1c7)]()[_0x1075d3(0x218)](_0x552c95=>_0x552c95[_0x1075d3(0x1f6)]&&_0x3956f1==_0x552c95[_0x1075d3(0x219)]&&(_0x1075d3(0x209)==_0x552c95[_0x1075d3(0x1e3)]||_0x1075d3(0x1c8)==_0x552c95[_0x1075d3(0x1e3)])&&(_0x1075d3(0x200)==_0x552c95[_0x1075d3(0x1e6)]||_0x1075d3(0x1c2)==_0x552c95[_0x1075d3(0x1e6)])&&_0x552c95[_0x1075d3(0x214)]()[_0x1075d3(0x1ec)](_0xdba897))[_0x1075d3(0x1cf)](_0x17219b=>_0x1aa367[_0x1075d3(0x1f4)](_0x17219b[_0x1075d3(0x1ed)])),_0x25160c=_0x9858bb[_0x1075d3(0x1c1)](_0x338518[_0x1075d3(0x1c5)][_0x1075d3(0x1ce)][_0x1075d3(0x1f3)]),_0xdba897=_0x338518[_0x1075d3(0x1c5)][_0x1075d3(0x1d7)](_0x25160c),_0x4b09b9[_0x1075d3(0x1d4)](),_0x338518[_0x1075d3(0x1d1)][_0x1075d3(0x1c0)](_0x1075d3(0x1cc))[_0x1075d3(0x1d4)](),_0x338518[_0x1075d3(0x1d1)][_0x1075d3(0x1c0)](_0x1075d3(0x1d9))[_0x1075d3(0x1d4)](),_0x5d1566=_0x4b09b9[_0x1075d3(0x1de)],_0x5d1566!=_0x30c295[_0x1075d3(0x1de)])return _0x9858bb[_0x1075d3(0x1cb)](_0x25160c)&&_0x4b09b9[_0x1075d3(0x20f)](_0x30c295[_0x1075d3(0x1de)],_0x25160c)?(_0xf81f91({..._0x30c295,'setImageSizes':!0x1}),_0x25160c=_0x9858bb[_0x1075d3(0x1c1)](_0x338518[_0x1075d3(0x1c5)][_0x1075d3(0x1ce)][_0x1075d3(0x1f3)]),void _0x1aa367[_0x1075d3(0x1d5)](_0x25160c,{..._0x420d46,'commandReversedParams':[{'value':_0x5d1566||null,'setImageSizes':!0x1}]},[],_0x1075d3(0x200))):void(_0x9858bb[_0x1075d3(0x210)](_0x25160c)?_0x1aa367[_0x1075d3(0x1d5)](_0x25160c,_0x420d46,[],_0x1075d3(0x1c2)):_0x1aa367[_0x1075d3(0x1f7)](_0xdba897,_0x420d46,_0x1075d3(0x1c2)));});});for(const _0x2899cd of _0x338518[_0x28e903(0x21b)][_0x28e903(0x1c0)](_0x28e903(0x1e2))[_0x28e903(0x213)])_0x516303[_0x2899cd[_0x28e903(0x216)]]=_0x2899cd[_0x28e903(0x1f5)][_0x28e903(0x1da)]();_0x1aa367[_0x28e903(0x217)][_0x28e903(0x1d0)](_0x28e903(0x209),_0x28e903(0x200),_0x28e903(0x20a),()=>!0x1),_0x1aa367[_0x28e903(0x217)][_0x28e903(0x1d0)](_0x28e903(0x209),_0x28e903(0x1c2),_0x28e903(0x20a),()=>!0x1),_0x1aa367[_0x28e903(0x217)][_0x28e903(0x1d0)](_0x28e903(0x1c8),_0x28e903(0x1c2),_0x28e903(0x20a),()=>!0x1),_0x1aa367[_0x28e903(0x217)][_0x28e903(0x1d0)](_0x28e903(0x209),_0x28e903(0x200),_0x28e903(0x1ee),([_0x549522])=>{const _0x3eead5=_0x28e903;_0x9858bb[_0x3eead5(0x1dd)](_0x549522[_0x3eead5(0x1fd)]());}),_0x1aa367[_0x28e903(0x217)][_0x28e903(0x1d0)](_0x28e903(0x209),_0x28e903(0x200),_0x28e903(0x1bd),(_0x521f0e,_0x61af5c)=>{const _0x39bbd8=_0x28e903;_0x1aa367[_0x39bbd8(0x217)][_0x39bbd8(0x1c9)](_0x39bbd8(0x209),'',_0x39bbd8(0x1ee))(_0x521f0e,{'commandName':_0x61af5c[_0x39bbd8(0x1f9)],'commandParams':_0x61af5c[_0x39bbd8(0x1e1)]});}),_0x1aa367[_0x28e903(0x217)][_0x28e903(0x1d0)](_0x28e903(0x209),_0x28e903(0x200),_0x28e903(0x1cd),function(_0x575b2a,_0x1d7a18){if(_0x1a963c(_0x575b2a,_0x1d7a18))return[_0x575b2a,_0x1d7a18];if(_0x1a963c(_0x1d7a18,_0x575b2a))return[_0x1d7a18,_0x575b2a];return null;});const _0x3e5672=[{'type':_0x28e903(0x209),'subType':_0x28e903(0x200)},{'type':_0x28e903(0x1f0),'subType':_0x28e903(0x1b9)},{'type':_0x28e903(0x209),'subType':_0x28e903(0x1f1)},{'type':_0x28e903(0x1f0),'subType':_0x28e903(0x1f1)}];function _0x1a963c(_0x189b9f,_0x318fe5){const _0x3185b5=_0x28e903,_0x3fe00b=_0x3e5672[_0x3185b5(0x1bb)](({type:_0x23783d,subType:_0x322f2e})=>_0x189b9f[_0x3185b5(0x1e3)]==_0x23783d&&_0x189b9f[_0x3185b5(0x1e6)]==_0x322f2e),_0x425d1e=_0x3e5672[_0x3185b5(0x1bb)](({type:_0x599bde,subType:_0x4c4952})=>_0x318fe5[_0x3185b5(0x1e3)]==_0x599bde&&_0x318fe5[_0x3185b5(0x1e6)]==_0x4c4952);if(_0x3fe00b<0x0||_0x425d1e<0x0)return!0x1;const _0x39a4b4=_0x189b9f[_0x3185b5(0x214)](),_0x5c9e9f=_0x318fe5[_0x3185b5(0x214)]();if((0x0==_0x3fe00b||0x1==_0x3fe00b)&&0x2==_0x425d1e&&_0x39a4b4[_0x3185b5(0x1bf)](_0x5c9e9f))return!0x0;if(0x2==_0x3fe00b&&0x3==_0x425d1e){const _0x41b572=_0x1aa367[_0x3185b5(0x1e9)](_0x39a4b4,_0x3185b5(0x1f0))[_0x3185b5(0x218)](({suggestion:_0x20e290,meta:_0x340223})=>_0x340223[_0x3185b5(0x201)]&&_0x3185b5(0x1f1)==_0x20e290[_0x3185b5(0x1e6)]);if(_0x41b572[_0x3185b5(0x1fa)]>0x1&&_0x5c9e9f[_0x3185b5(0x20e)][_0x3185b5(0x1ec)](_0x39a4b4[_0x3185b5(0x1ba)]))return!0x0;if(0x1==_0x41b572[_0x3185b5(0x1fa)]&&(_0x39a4b4[_0x3185b5(0x1ba)][_0x3185b5(0x1ec)](_0x5c9e9f[_0x3185b5(0x20e)])||_0x39a4b4[_0x3185b5(0x20e)][_0x3185b5(0x1ec)](_0x5c9e9f[_0x3185b5(0x1ba)])))return!0x0;}if(0x3==_0x3fe00b&&0x3==_0x425d1e&&_0x39a4b4[_0x3185b5(0x1ba)][_0x3185b5(0x212)](_0x5c9e9f[_0x3185b5(0x1ba)])){const _0x4d8fe6=_0x39a4b4[_0x3185b5(0x20e)][_0x3185b5(0x1e8)],_0x1a9163=_0x5c9e9f[_0x3185b5(0x1ba)][_0x3185b5(0x1ca)];return _0x9858bb[_0x3185b5(0x210)](_0x4d8fe6)&&_0x4d8fe6===_0x1a9163;}return!0x1;}_0x338518[_0x28e903(0x1c5)][_0x28e903(0x1ce)][_0x28e903(0x1bc)](()=>{const _0x414401=_0x28e903;let _0x16092c=!0x1;const _0x393e0c=Array[_0x414401(0x1f2)](_0x338518[_0x414401(0x1c5)][_0x414401(0x1ce)][_0x414401(0x1ff)][_0x414401(0x1e5)]());for(const {name:_0x2a1345,data:_0x55da2a}of _0x393e0c){const {group:_0x459cd4,type:_0x599ef3,subType:_0x2d1af1,id:_0x4bcf5e}=_0x1aa367[_0x414401(0x1fe)](_0x2a1345);if(_0x414401(0x1c4)==_0x459cd4&&_0x1aa367[_0x414401(0x1eb)](_0x4bcf5e)){if(_0x414401(0x209)==_0x599ef3&&(_0x414401(0x200)==_0x2d1af1||_0x414401(0x1c2)==_0x2d1af1)){const _0xcaa0f4=_0x1aa367[_0x414401(0x204)](_0x4bcf5e);if(_0x55da2a[_0x414401(0x1e0)]){const _0x98a7e8=_0xcaa0f4[_0x414401(0x214)]()[_0x414401(0x1fd)]();if(_0x9858bb[_0x414401(0x210)](_0x98a7e8))continue;_0x1aa367[_0x414401(0x1f4)](_0xcaa0f4),_0x16092c=!0x0;}}if(_0x414401(0x1f0)==_0x599ef3&&_0x414401(0x1b9)==_0x2d1af1&&!_0x55da2a[_0x414401(0x1e0)]){const _0x25c432=_0x1aa367[_0x414401(0x204)](_0x4bcf5e);_0x25c432[_0x414401(0x1f8)]&&_0x25c432[_0x414401(0x1f8)][_0x414401(0x1f6)]&&(_0x1aa367[_0x414401(0x1f4)](_0x25c432[_0x414401(0x1f8)]),_0x16092c=!0x0);}}}return _0x16092c;}),this[_0x28e903(0x211)](_0x516303);}[_0x2c1652(0x211)](_0xcade4d){const _0x4717ab=_0x2c1652,_0x1c0042=this[_0x4717ab(0x1fb)],_0x581747=_0x1c0042[_0x4717ab(0x206)];_0x1c0042[_0x4717ab(0x21b)][_0x4717ab(0x1c0)](_0x4717ab(0x1be))[_0x4717ab(0x1dc)][_0x4717ab(0x202)](_0x17fe47=>{const _0x396d20=_0x4717ab;if(_0x396d20(0x209)!=_0x17fe47[_0x396d20(0x1e3)]&&_0x396d20(0x1c8)!=_0x17fe47[_0x396d20(0x1e3)])return;const {data:_0x374683}=_0x17fe47;if(!_0x374683||_0x396d20(0x1d2)!=_0x374683[_0x396d20(0x1f9)])return;const _0x46d008=_0x374683[_0x396d20(0x208)][0x0][_0x396d20(0x1de)];return _0x1556e7(_0x396d20(0x1df)===_0x46d008?_0x20d84a(_0x581747,_0x396d20(0x1ea)):_0xcade4d[_0x46d008]||_0x46d008);function _0x1556e7(_0x292a8d){const _0x333fc0=_0x396d20;return{'type':_0x333fc0(0x1db),'content':_0x20d84a(_0x581747,_0x333fc0(0x203),_0x292a8d)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x8f6007=_0x5ceb;function _0x5ceb(_0x10f32c,_0x13d186){const _0x508905=_0x5089();return _0x5ceb=function(_0x5ceb73,_0x30e671){_0x5ceb73=_0x5ceb73-0x101;let _0x40d078=_0x508905[_0x5ceb73];return _0x40d078;},_0x5ceb(_0x10f32c,_0x13d186);}(function(_0x582a4c,_0x4d1c39){const _0x17ecd4=_0x5ceb,_0x4f0a4a=_0x582a4c();while(!![]){try{const _0x6c203=-parseInt(_0x17ecd4(0x117))/0x1*(-parseInt(_0x17ecd4(0x105))/0x2)+-parseInt(_0x17ecd4(0x114))/0x3+-parseInt(_0x17ecd4(0x106))/0x4+parseInt(_0x17ecd4(0x108))/0x5+parseInt(_0x17ecd4(0x11a))/0x6*(parseInt(_0x17ecd4(0x101))/0x7)+parseInt(_0x17ecd4(0x112))/0x8*(-parseInt(_0x17ecd4(0x11c))/0x9)+parseInt(_0x17ecd4(0x115))/0xa;if(_0x6c203===_0x4d1c39)break;else _0x4f0a4a['push'](_0x4f0a4a['shift']());}catch(_0x6029ab){_0x4f0a4a['push'](_0x4f0a4a['shift']());}}}(_0x5089,0xdc1e4));function _0x5089(){const _0xc54e2f=['plugins','5973000aHidct','importWord','_trackChangesExecuted','get','track_changes','lowest','collaboration_features','_setSuggestionData','value','dataInsert','1082792wPMlkK','execute','3190614orLuHo','1240210FoyjWy','afterInit','2FOuOco','trackChanges','TrackChangesEditing','12Gvqqcg','forEach','9KviZyo','commands','_handleImportedData','enableCommand','_trackChangesValueDuringImport','bind','listenTo','1277234psyDHk','Users','editor','high','1562714GtjRct','4583072VsYjnL'];_0x5089=function(){return _0xc54e2f;};return _0x5089();}import{Plugin as _0x32cd99}from'ckeditor5/src/core.js';export default class at extends _0x32cd99{constructor(_0x3ab5b8){const _0x45caa5=_0x5ceb;super(_0x3ab5b8),this[_0x45caa5(0x120)]=!0x1,this[_0x45caa5(0x10a)]=!0x1;}[_0x8f6007(0x116)](){const _0x12e0e4=_0x8f6007,_0x2beb86=this[_0x12e0e4(0x103)],_0x288244=_0x2beb86[_0x12e0e4(0x11d)][_0x12e0e4(0x10b)](_0x12e0e4(0x109)),_0x35628d=_0x2beb86[_0x12e0e4(0x11d)][_0x12e0e4(0x10b)](_0x12e0e4(0x118));_0x288244&&(_0x288244['on'](_0x12e0e4(0x113),(_0x46b529,[,_0x2c4bfc])=>{const _0x14caaf=_0x12e0e4;this[_0x14caaf(0x120)]=_0x35628d[_0x14caaf(0x110)],_0x2c4bfc[_0x14caaf(0x10e)][_0x14caaf(0x10c)]=!this[_0x14caaf(0x120)];},{'priority':_0x12e0e4(0x104)}),this[_0x12e0e4(0x122)](_0x288244,_0x12e0e4(0x111),this[_0x12e0e4(0x11e)][_0x12e0e4(0x121)](this)),this[_0x12e0e4(0x122)](_0x288244,_0x12e0e4(0x111),()=>{const _0x1e1e07=_0x12e0e4;this[_0x1e1e07(0x10a)]&&(_0x35628d[_0x1e1e07(0x113)](),this[_0x1e1e07(0x10a)]=!0x1);},{'priority':_0x12e0e4(0x10d)}),_0x2beb86[_0x12e0e4(0x107)][_0x12e0e4(0x10b)](_0x12e0e4(0x119))[_0x12e0e4(0x11f)](_0x12e0e4(0x109)));}[_0x8f6007(0x11e)](_0x337d54,_0x35a4ad){const _0x1efed8=_0x8f6007,{suggestions:_0x5f0212}=_0x35a4ad,_0x2cf809=this[_0x1efed8(0x103)][_0x1efed8(0x11d)][_0x1efed8(0x10b)](_0x1efed8(0x118)),_0x108a55=_0x2cf809[_0x1efed8(0x110)];this[_0x1efed8(0x120)]!==_0x108a55&&(_0x2cf809[_0x1efed8(0x113)](),this[_0x1efed8(0x10a)]=!0x0),_0x5f0212&&_0x5f0212[_0x1efed8(0x11b)](({id:_0x4880e0,type:_0x4a9315,author:_0x399d15,created_at:_0x24f9da})=>{const _0x26af02=_0x1efed8,_0x1198cf={'id':_0x4880e0,'type':_0x4a9315,'authorId':this[_0x26af02(0x103)][_0x26af02(0x107)][_0x26af02(0x10b)](_0x26af02(0x102))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x399d15,'createdAt':_0x24f9da?new Date(_0x24f9da):new Date(),'source':_0x26af02(0x109)}}};this[_0x26af02(0x103)][_0x26af02(0x107)][_0x26af02(0x10b)](_0x26af02(0x119))[_0x26af02(0x10f)](_0x1198cf);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2f293c=_0x34ec;(function(_0x2ed9b3,_0x182fcf){const _0x386e17=_0x34ec,_0x18fc8d=_0x2ed9b3();while(!![]){try{const _0x5e6d61=-parseInt(_0x386e17(0x1dd))/0x1+parseInt(_0x386e17(0x1fc))/0x2*(parseInt(_0x386e17(0x1f6))/0x3)+parseInt(_0x386e17(0x1e3))/0x4*(parseInt(_0x386e17(0x1ea))/0x5)+-parseInt(_0x386e17(0x1e4))/0x6*(-parseInt(_0x386e17(0x1ed))/0x7)+parseInt(_0x386e17(0x1f8))/0x8*(-parseInt(_0x386e17(0x1f5))/0x9)+parseInt(_0x386e17(0x1de))/0xa+parseInt(_0x386e17(0x1eb))/0xb;if(_0x5e6d61===_0x182fcf)break;else _0x18fc8d['push'](_0x18fc8d['shift']());}catch(_0x279355){_0x18fc8d['push'](_0x18fc8d['shift']());}}}(_0x4f4f,0x79ed9));import{Plugin as _0x447c57}from'ckeditor5/src/core.js';import{getTranslation as _0x20db90}from'../utils/common-translations.js';function _0x34ec(_0x10f413,_0x43de4c){const _0x4f4f28=_0x4f4f();return _0x34ec=function(_0x34ec0b,_0x163587){_0x34ec0b=_0x34ec0b-0x1d9;let _0x19190a=_0x4f4f28[_0x34ec0b];return _0x19190a;},_0x34ec(_0x10f413,_0x43de4c);}export default class ct extends _0x447c57{[_0x2f293c(0x1e1)](){const _0x44e40b=_0x2f293c,_0x1d4a06=this[_0x44e40b(0x1f0)],_0x51dee6=_0x1d4a06[_0x44e40b(0x1e5)][_0x44e40b(0x1db)](_0x44e40b(0x1e6));if(_0x1d4a06[_0x44e40b(0x1e5)][_0x44e40b(0x1f2)](_0x44e40b(0x200))&&(_0x51dee6[_0x44e40b(0x1fd)](_0x44e40b(0x1e0)),_0x51dee6[_0x44e40b(0x1fd)](_0x44e40b(0x201))),_0x1d4a06[_0x44e40b(0x1e5)][_0x44e40b(0x1f2)](_0x44e40b(0x1fe))){for(const _0x10eba1 of[_0x44e40b(0x1ef),_0x44e40b(0x1e2)])_0x51dee6[_0x44e40b(0x1ff)](_0x10eba1);}const _0x4e66b7=_0x1d4a06[_0x44e40b(0x1f3)];_0x51dee6[_0x44e40b(0x1e7)](_0x44e40b(0x1fb)),_0x51dee6[_0x44e40b(0x1d9)][_0x44e40b(0x1fa)](_0x44e40b(0x1fb),_0x20db90(_0x4e66b7,_0x44e40b(0x1dc))),this[_0x44e40b(0x1df)]();}[_0x2f293c(0x1df)](){const _0x9f9f33=_0x2f293c,_0x4f2c50=this[_0x9f9f33(0x1f0)],_0x26ba46=_0x4f2c50[_0x9f9f33(0x1f3)],_0x191435=_0x4f2c50[_0x9f9f33(0x1e5)][_0x9f9f33(0x1db)](_0x9f9f33(0x1e6));_0x191435[_0x9f9f33(0x1d9)][_0x9f9f33(0x1ec)](_0x374ab0=>{const _0x53baeb=_0x9f9f33;if(_0x53baeb(0x1ee)!=_0x374ab0[_0x53baeb(0x1f9)])return;const {data:_0x529931}=_0x374ab0;if(!_0x529931)return;if(_0x53baeb(0x1ef)!=_0x529931[_0x53baeb(0x1f1)]&&_0x53baeb(0x1e2)!=_0x529931[_0x53baeb(0x1f1)])return;const _0x650af2=_0x374ab0[_0x53baeb(0x1e8)]()[0x0],_0x130858=_0x191435[_0x53baeb(0x1d9)][_0x53baeb(0x1f4)](_0x650af2);return _0x53baeb(0x1ef)==_0x529931[_0x53baeb(0x1f1)]?{'type':_0x53baeb(0x1da),'content':_0x20db90(_0x26ba46,_0x53baeb(0x1e9),_0x130858)}:_0x53baeb(0x1e2)==_0x529931[_0x53baeb(0x1f1)]?{'type':_0x53baeb(0x1da),'content':_0x20db90(_0x26ba46,_0x53baeb(0x1f7),_0x130858)}:void 0x0;});}}function _0x4f4f(){const _0x5564d6=['enableDefaultAttributesIntegration','IndentEditing','outdent','descriptionFactory','format','get','FORMAT_INDENT','863749YxfYic','3160410TqwYuu','_registerLegacyDescription','indent','afterInit','outdentBlock','2923676bDSpXZ','13290BZikJK','plugins','TrackChangesEditing','registerBlockAttribute','getItems','*Indent:*\x20%0','5iPFHco','3034746zmRjvj','registerDescriptionCallback','721apDwwe','formatBlock','indentBlock','editor','commandName','has','locale','getItemLabel','927JOWenA','3hgtfdx','*Outdent:*\x20%0','33168eCksGd','type','registerAttributeLabel','blockIndent','478426DqBckW','enableCommand','IndentBlock'];_0x4f4f=function(){return _0x5564d6;};return _0x4f4f();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x483d58=_0x2fc4;(function(_0x5a813c,_0x38f0d5){var _0x27125a=_0x2fc4,_0x50bc88=_0x5a813c();while(!![]){try{var _0x377edd=parseInt(_0x27125a(0x14a))/0x1*(parseInt(_0x27125a(0x145))/0x2)+-parseInt(_0x27125a(0x13e))/0x3*(-parseInt(_0x27125a(0x149))/0x4)+-parseInt(_0x27125a(0x139))/0x5+parseInt(_0x27125a(0x13b))/0x6+parseInt(_0x27125a(0x142))/0x7*(parseInt(_0x27125a(0x138))/0x8)+-parseInt(_0x27125a(0x13c))/0x9*(parseInt(_0x27125a(0x141))/0xa)+parseInt(_0x27125a(0x143))/0xb*(-parseInt(_0x27125a(0x148))/0xc);if(_0x377edd===_0x38f0d5)break;else _0x50bc88['push'](_0x50bc88['shift']());}catch(_0x188cb2){_0x50bc88['push'](_0x50bc88['shift']());}}}(_0x115c,0xf31ab));import{Plugin as _0x5a7f81}from'ckeditor5/src/core.js';function _0x2fc4(_0x3289c7,_0x5347ea){var _0x115c67=_0x115c();return _0x2fc4=function(_0x2fc436,_0x408510){_0x2fc436=_0x2fc436-0x137;var _0x11d2a2=_0x115c67[_0x2fc436];return _0x11d2a2;},_0x2fc4(_0x3289c7,_0x5347ea);}import{Input as _0x289ea7}from'ckeditor5/src/typing.js';function _0x115c(){var _0x397683=['8BmhpKn','1287700obpfun','init','8533644oyWxQo','342jfEQPn','input','3QhTcEf','enableCommand','editor','135560GcVrRP','6242985ixJvph','1936583RlFZJp','plugins','28286sgzWZW','requires','TrackChangesEditing','204UwJErS','4923588Eigrcr','86AaoFGn','get'];_0x115c=function(){return _0x397683;};return _0x115c();}export default class ut extends _0x5a7f81{static get[_0x483d58(0x146)](){return[_0x289ea7];}[_0x483d58(0x13a)](){var _0x35200c=_0x483d58;this[_0x35200c(0x140)][_0x35200c(0x144)][_0x35200c(0x137)](_0x35200c(0x147))[_0x35200c(0x13f)](_0x35200c(0x13d));}}
|