@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240402.0 → 0.0.0-nightly-20240404.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 +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +1 -0
- package/lang/translations/ar.po +4 -0
- package/lang/translations/az.po +4 -0
- package/lang/translations/bg.po +4 -0
- package/lang/translations/bn.po +4 -0
- package/lang/translations/ca.po +4 -0
- package/lang/translations/cs.po +4 -0
- package/lang/translations/da.po +4 -0
- package/lang/translations/de.po +4 -0
- package/lang/translations/el.po +4 -0
- package/lang/translations/en-au.po +4 -0
- package/lang/translations/en.po +4 -0
- package/lang/translations/es.po +4 -0
- package/lang/translations/et.po +4 -0
- package/lang/translations/fi.po +4 -0
- package/lang/translations/fr.po +4 -0
- package/lang/translations/gl.po +4 -0
- package/lang/translations/he.po +4 -0
- package/lang/translations/hi.po +4 -0
- package/lang/translations/hr.po +4 -0
- package/lang/translations/hu.po +4 -0
- package/lang/translations/id.po +4 -0
- package/lang/translations/it.po +4 -0
- package/lang/translations/ja.po +4 -0
- package/lang/translations/ko.po +4 -0
- package/lang/translations/lt.po +4 -0
- package/lang/translations/lv.po +4 -0
- package/lang/translations/ms.po +4 -0
- package/lang/translations/nl.po +4 -0
- package/lang/translations/no.po +4 -0
- package/lang/translations/pl.po +4 -0
- package/lang/translations/pt-br.po +4 -0
- package/lang/translations/pt.po +4 -0
- package/lang/translations/ro.po +4 -0
- package/lang/translations/ru.po +4 -0
- package/lang/translations/sk.po +4 -0
- package/lang/translations/sq.po +4 -0
- package/lang/translations/sr-latn.po +4 -0
- package/lang/translations/sr.po +4 -0
- package/lang/translations/sv.po +4 -0
- package/lang/translations/th.po +4 -0
- package/lang/translations/tk.po +4 -0
- package/lang/translations/tr.po +4 -0
- package/lang/translations/tt.po +4 -0
- package/lang/translations/uk.po +4 -0
- package/lang/translations/ur.po +4 -0
- package/lang/translations/vi.po +4 -0
- package/lang/translations/zh-cn.po +4 -0
- package/lang/translations/zh.po +4 -0
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/casechange.js +1 -1
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.js +1 -1
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/legacylist.js +1 -1
- package/src/integrations/legacylistproperties.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.js +1 -1
- package/src/integrations/multilevellist.d.ts +24 -0
- package/src/integrations/multilevellist.js +23 -0
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +2 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0x5a5a(_0x273d97,_0x2a4995){const _0x28d43c=_0x28d4();return _0x5a5a=function(_0x5a5a24,_0x35aa18){_0x5a5a24=_0x5a5a24-0x15e;let _0x3677c7=_0x28d43c[_0x5a5a24];return _0x3677c7;},_0x5a5a(_0x273d97,_0x2a4995);}const _0x155691=_0x5a5a;function _0x28d4(){const _0x62e84f=['formatBlock','_registerLegacyDescription','editor','type','left','registerDescriptionCallback','right','FORMAT_ALIGNMENT','*Format:*\x20%0','commandName','justify','AlignmentEditing','locale','FORMAT_ALIGN_TO_CENTER','FORMAT_ALIGN_TO_RIGHT','center','18UFGJTc','1790568nPtYUX','value','4233055jTatjL','_descriptionFactory','has','registerAttributeLabel','799742MVWmzU','6XQMlTV','format','commandParams','afterInit','5235706JYIKkT','6plVMiT','FORMAT_ALIGN_TO_LEFT','TrackChangesEditing','plugins','_enableDefaultAttributesIntegration','56480nFGCHe','12804400TglRjA','FORMAT_JUSTIFY_TEXT','get','alignment','3749424goqlrK'];_0x28d4=function(){return _0x62e84f;};return _0x28d4();}(function(_0x20af35,_0x5e4387){const _0x3e5d01=_0x5a5a,_0x467f0c=_0x20af35();while(!![]){try{const _0x3f07a1=-parseInt(_0x3e5d01(0x175))/0x1+parseInt(_0x3e5d01(0x16a))/0x2*(parseInt(_0x3e5d01(0x16b))/0x3)+parseInt(_0x3e5d01(0x17a))/0x4+parseInt(_0x3e5d01(0x166))/0x5+parseInt(_0x3e5d01(0x170))/0x6*(parseInt(_0x3e5d01(0x16f))/0x7)+-parseInt(_0x3e5d01(0x164))/0x8+parseInt(_0x3e5d01(0x163))/0x9*(-parseInt(_0x3e5d01(0x176))/0xa);if(_0x3f07a1===_0x5e4387)break;else _0x467f0c['push'](_0x467f0c['shift']());}catch(_0x22e45b){_0x467f0c['push'](_0x467f0c['shift']());}}}(_0x28d4,0x77bf6));import{Plugin as _0x39563b}from'ckeditor5/src/core.js';import{getTranslation as _0x590957}from'../utils/common-translations.js';export default class V extends _0x39563b{[_0x155691(0x16e)](){const _0x31387b=_0x155691,_0x205626=this[_0x31387b(0x17d)],_0x3425f9=_0x205626[_0x31387b(0x15f)];if(!_0x205626[_0x31387b(0x173)][_0x31387b(0x168)](_0x31387b(0x15e)))return;const _0x1f8adf=_0x205626[_0x31387b(0x173)][_0x31387b(0x178)](_0x31387b(0x172));_0x1f8adf[_0x31387b(0x174)](_0x31387b(0x179),[],[_0x31387b(0x179)]),_0x1f8adf[_0x31387b(0x167)][_0x31387b(0x169)](_0x31387b(0x179),_0x590957(_0x3425f9,_0x31387b(0x182))),this[_0x31387b(0x17c)]();}[_0x155691(0x17c)](){const _0x197ccb=_0x155691,_0x2211e9=this[_0x197ccb(0x17d)],_0x227b41=_0x2211e9[_0x197ccb(0x15f)];_0x2211e9[_0x197ccb(0x173)][_0x197ccb(0x178)](_0x197ccb(0x172))[_0x197ccb(0x167)][_0x197ccb(0x180)](_0x29481b=>{const _0x4d1760=_0x197ccb;if(_0x4d1760(0x17b)!=_0x29481b[_0x4d1760(0x17e)])return;const {data:_0x15dce0}=_0x29481b;if(_0x15dce0&&_0x4d1760(0x179)==_0x15dce0[_0x4d1760(0x184)]){const _0x360ffa=_0x15dce0[_0x4d1760(0x16d)][0x0][_0x4d1760(0x165)];return{'type':_0x4d1760(0x16c),'content':_0x590957(_0x227b41,_0x4d1760(0x183),function(_0x1fe6ee){const _0x30fe6c=_0x4d1760;switch(_0x1fe6ee){case _0x30fe6c(0x17f):return _0x590957(_0x227b41,_0x30fe6c(0x171));case _0x30fe6c(0x181):return _0x590957(_0x227b41,_0x30fe6c(0x161));case _0x30fe6c(0x162):return _0x590957(_0x227b41,_0x30fe6c(0x160));case _0x30fe6c(0x185):return _0x590957(_0x227b41,_0x30fe6c(0x177));}}(_0x360ffa))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x6b930b=_0x4c51;(function(_0x46460a,_0x31f5e0){const _0x22250e=_0x4c51,_0x1e4d5b=_0x46460a();while(!![]){try{const _0x55e22d=parseInt(_0x22250e(0x211))/0x1+parseInt(_0x22250e(0x219))/0x2*(parseInt(_0x22250e(0x223))/0x3)+parseInt(_0x22250e(0x1ee))/0x4*(-parseInt(_0x22250e(0x21d))/0x5)+parseInt(_0x22250e(0x21f))/0x6+-parseInt(_0x22250e(0x1f9))/0x7*(parseInt(_0x22250e(0x1f2))/0x8)+-parseInt(_0x22250e(0x1f6))/0x9*(-parseInt(_0x22250e(0x1f4))/0xa)+-parseInt(_0x22250e(0x1fa))/0xb;if(_0x55e22d===_0x31f5e0)break;else _0x1e4d5b['push'](_0x1e4d5b['shift']());}catch(_0xc5cbec){_0x1e4d5b['push'](_0x1e4d5b['shift']());}}}(_0x2811,0x1ed5f));import{Plugin as _0x5bf92b}from'ckeditor5/src/core.js';import{getTranslation as _0x3d4976}from'../utils/common-translations.js';function _0x2811(){const _0x3e33d1=['superscript','registerAttributeLabel','has','FORMAT_BOLD','toLowerCase','220872ZOVCuW','locale','slice','StrikethroughEditing','SuperscriptEditing','underline','CodeEditing','forceValue','4gTBsCD','_registerLegacyDescription','type','italic','613810jKbWgx','strikethrough','1071126pmJNmW','UnderlineEditing','FORMAT_UNDERLINE','FORMAT_CODE','313992IyXcaK','*Remove\x20format:*\x20%0','commandParams','4RwsIXg','subscript','_descriptionFactory','afterInit','40NMwXkC','toUpperCase','3790EpokKc','formatInline','1017WwdalS','format','get','280427tOFWkz','2223958jqctmP','FORMAT_SUPERSCRIPT','editor','BoldEditing','plugins','_enableDefaultAttributesIntegration','code','FORMAT_','*Format:*\x20%0','FORMAT_ITALIC','TrackChangesEditing','registerDescriptionCallback','commandName','SubscriptEditing','FORMAT_STRIKETHROUGH','FORMAT_SUBSCRIPT','bold','ItalicEditing'];_0x2811=function(){return _0x3e33d1;};return _0x2811();}function _0x4c51(_0xc10747,_0x2d4fe3){const _0x2811cd=_0x2811();return _0x4c51=function(_0x4c5196,_0x54da82){_0x4c5196=_0x4c5196-0x1ed;let _0x2cbe1c=_0x2811cd[_0x4c5196];return _0x2cbe1c;},_0x4c51(_0xc10747,_0x2d4fe3);}const ti=[_0x6b930b(0x1fd),_0x6b930b(0x20b),_0x6b930b(0x220),_0x6b930b(0x217),_0x6b930b(0x214),_0x6b930b(0x207),_0x6b930b(0x215)];export default class U extends _0x5bf92b{[_0x6b930b(0x1f1)](){const _0x5d1d6c=_0x6b930b,_0x4348f2=this[_0x5d1d6c(0x1fc)],_0x5115f9=_0x4348f2[_0x5d1d6c(0x1fe)][_0x5d1d6c(0x1f8)](_0x5d1d6c(0x204)),_0x373cb2=_0x4348f2[_0x5d1d6c(0x212)];for(const _0x20f318 of ti){if(!_0x4348f2[_0x5d1d6c(0x1fe)][_0x5d1d6c(0x20e)](_0x20f318))continue;const _0x3584ad=_0x20f318[_0x5d1d6c(0x213)](0x0,-0x7)[_0x5d1d6c(0x210)](),_0x2e105a=_0x5d1d6c(0x201)+_0x3584ad[_0x5d1d6c(0x1f3)]();_0x5115f9[_0x5d1d6c(0x1ff)](_0x3584ad,[_0x3584ad]),_0x5115f9[_0x5d1d6c(0x1f0)][_0x5d1d6c(0x20d)](_0x3584ad,_0x3d4976(_0x373cb2,_0x2e105a));}this[_0x5d1d6c(0x21a)]();}[_0x6b930b(0x21a)](){const _0x136aac=_0x6b930b,_0x430762=this[_0x136aac(0x1fc)],_0x51e901=_0x430762[_0x136aac(0x212)],_0x133f06=_0x430762[_0x136aac(0x1fe)][_0x136aac(0x1f8)](_0x136aac(0x204));function _0x4556db(_0x27e2c0,_0x14b7f7){const _0x349d74=_0x136aac;_0x133f06[_0x349d74(0x1f0)][_0x349d74(0x205)](_0x17a18d=>{const _0x1d677e=_0x349d74;if(_0x1d677e(0x1f5)!=_0x17a18d[_0x1d677e(0x21b)])return;const {data:_0x3522a7}=_0x17a18d;return _0x3522a7&&_0x3522a7[_0x1d677e(0x206)]===_0x27e2c0?_0x3522a7[_0x1d677e(0x1ed)][0x0][_0x1d677e(0x218)]?{'type':_0x1d677e(0x1f7),'content':_0x3d4976(_0x51e901,_0x1d677e(0x202),_0x14b7f7)}:{'type':_0x1d677e(0x1f7),'content':_0x3d4976(_0x51e901,_0x1d677e(0x224),_0x14b7f7)}:void 0x0;});}_0x4556db(_0x136aac(0x20a),_0x3d4976(_0x51e901,_0x136aac(0x20f))),_0x4556db(_0x136aac(0x21c),_0x3d4976(_0x51e901,_0x136aac(0x203))),_0x4556db(_0x136aac(0x216),_0x3d4976(_0x51e901,_0x136aac(0x221))),_0x4556db(_0x136aac(0x200),_0x3d4976(_0x51e901,_0x136aac(0x222))),_0x4556db(_0x136aac(0x21e),_0x3d4976(_0x51e901,_0x136aac(0x208))),_0x4556db(_0x136aac(0x1ef),_0x3d4976(_0x51e901,_0x136aac(0x209))),_0x4556db(_0x136aac(0x20c),_0x3d4976(_0x51e901,_0x136aac(0x1fb)));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2720fa=_0x5d4f;function _0x2b94(){const _0x54544=['model','selection','registerDescriptionCallback','from','checkChild','TrackChangesEditing','14676LnNNSq','get','name','plugins','$root','forceValue','enableCommand','18854TjONhq','schema','4890BVxqlj','commandName','*Remove\x20format:*\x20%0','value','getSelectedBlocks','6707115LCjMAN','change','commandParams','1344826oxCqIG','801133kfNLlY','afterInit','editor','markBlockFormat','has','document','format','8WoyrAl','2808632pteHqD','_descriptionFactory','ELEMENT_BLOCK_QUOTE','parent','filter','commands','41721notYRx','215kCMhpA','*Set\x20format:*\x20%0','54yqtpIu','BlockQuoteEditing','locale','blockQuote'];_0x2b94=function(){return _0x54544;};return _0x2b94();}(function(_0xa2a7b7,_0x4f3e78){const _0x4596d2=_0x5d4f,_0x2de981=_0xa2a7b7();while(!![]){try{const _0x4d2954=parseInt(_0x4596d2(0xf8))/0x1+-parseInt(_0x4596d2(0xdc))/0x2*(-parseInt(_0x4596d2(0xd9))/0x3)+-parseInt(_0x4596d2(0x100))/0x4+parseInt(_0x4596d2(0xda))/0x5*(-parseInt(_0x4596d2(0xe6))/0x6)+parseInt(_0x4596d2(0xf7))/0x7+-parseInt(_0x4596d2(0xff))/0x8*(-parseInt(_0x4596d2(0xf4))/0x9)+-parseInt(_0x4596d2(0xef))/0xa*(parseInt(_0x4596d2(0xed))/0xb);if(_0x4d2954===_0x4f3e78)break;else _0x2de981['push'](_0x2de981['shift']());}catch(_0x5364d6){_0x2de981['push'](_0x2de981['shift']());}}}(_0x2b94,0x7260d));import{Plugin as _0x2a0845}from'ckeditor5/src/core.js';import{getTranslation as _0x5dc0bc}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x1df582}from'../utils/utils.js';export default class O extends _0x2a0845{[_0x2720fa(0xf9)](){const _0x225b54=_0x2720fa,_0x150605=this[_0x225b54(0xfa)],_0x21b246=_0x150605[_0x225b54(0xde)];if(!_0x150605[_0x225b54(0xe9)][_0x225b54(0xfc)](_0x225b54(0xdd)))return;const _0x1591a2=_0x150605[_0x225b54(0xe9)][_0x225b54(0xe7)](_0x225b54(0xe5)),_0x13efd0=this[_0x225b54(0xfa)][_0x225b54(0xd8)][_0x225b54(0xe7)](_0x225b54(0xdf));_0x1591a2[_0x225b54(0xec)](_0x225b54(0xdf),(_0x3f1b3b,_0x3eb6c2={})=>{const _0x3859d0=_0x225b54,_0x115008=this[_0x3859d0(0xfa)][_0x3859d0(0xe0)][_0x3859d0(0xfd)][_0x3859d0(0xe1)],_0x53e52d=_0x3eb6c2&&void 0x0!==_0x3eb6c2[_0x3859d0(0xeb)]?_0x3eb6c2[_0x3859d0(0xeb)]:!_0x13efd0[_0x3859d0(0xf2)];let _0x2fc2ce=[];if(_0x53e52d){const _0x216d53=Array[_0x3859d0(0xe3)](_0x115008[_0x3859d0(0xf3)]())[_0x3859d0(0xd7)](_0x5691ca=>oo(_0x5691ca)||function(_0x142722,_0x62576f){const _0x449722=_0x3859d0,_0x47146e=_0x62576f[_0x449722(0xe4)](_0x142722[_0x449722(0x103)],_0x449722(0xdf)),_0x3b81e=_0x62576f[_0x449722(0xe4)]([_0x449722(0xea),_0x449722(0xdf)],_0x142722);return _0x47146e&&_0x3b81e;}(_0x5691ca,this[_0x3859d0(0xfa)][_0x3859d0(0xe0)][_0x3859d0(0xee)]));_0x2fc2ce=_0x1df582(_0x216d53,_0x150605[_0x3859d0(0xe0)]);}else{const _0x2de59f=Array[_0x3859d0(0xe3)](_0x115008[_0x3859d0(0xf3)]())[_0x3859d0(0xd7)](_0x4303cb=>oo(_0x4303cb));_0x2fc2ce=_0x1df582(_0x2de59f,_0x150605[_0x3859d0(0xe0)]);}_0x150605[_0x3859d0(0xe0)][_0x3859d0(0xf5)](()=>{const _0xb333f=_0x3859d0;for(const _0x281abf of _0x2fc2ce)_0x1591a2[_0xb333f(0xfb)](_0x281abf,{'commandName':_0xb333f(0xdf),'commandParams':[{'forceValue':_0x53e52d}]});});}),_0x1591a2[_0x225b54(0x101)][_0x225b54(0xe2)](_0x43226b=>{const _0xaf3f62=_0x225b54,{data:_0x1bb7e0}=_0x43226b;if(_0x1bb7e0&&_0xaf3f62(0xdf)==_0x1bb7e0[_0xaf3f62(0xf0)]){const _0x219b3c=_0x5dc0bc(_0x21b246,_0xaf3f62(0x102));return _0x1bb7e0[_0xaf3f62(0xf6)][0x0][_0xaf3f62(0xeb)]?{'type':_0xaf3f62(0xfe),'content':_0x5dc0bc(_0x21b246,_0xaf3f62(0xdb),_0x219b3c)}:{'type':_0xaf3f62(0xfe),'content':_0x5dc0bc(_0x21b246,_0xaf3f62(0xf1),_0x219b3c)};}});}}function _0x5d4f(_0x4fbea9,_0x1eadcd){const _0x2b9436=_0x2b94();return _0x5d4f=function(_0x5d4f2d,_0x698fa6){_0x5d4f2d=_0x5d4f2d-0xd7;let _0x29bbdb=_0x2b9436[_0x5d4f2d];return _0x29bbdb;},_0x5d4f(_0x4fbea9,_0x1eadcd);}function oo(_0x2c11b5){const _0x131056=_0x2720fa;return _0x131056(0xdf)==_0x2c11b5[_0x131056(0x103)][_0x131056(0xe8)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x24eda5=_0x5e42;function _0x5e42(_0x44ff4e,_0x587eb7){const _0x12b515=_0x12b5();return _0x5e42=function(_0x5e4290,_0x5f1ac9){_0x5e4290=_0x5e4290-0x1d5;let _0x4d899b=_0x12b515[_0x5e4290];return _0x4d899b;},_0x5e42(_0x44ff4e,_0x587eb7);}(function(_0x28ba0f,_0x17710d){const _0x896a6c=_0x5e42,_0x593b47=_0x28ba0f();while(!![]){try{const _0x57eaf1=parseInt(_0x896a6c(0x1df))/0x1+-parseInt(_0x896a6c(0x1da))/0x2+parseInt(_0x896a6c(0x1de))/0x3+-parseInt(_0x896a6c(0x1d7))/0x4+-parseInt(_0x896a6c(0x1d5))/0x5+parseInt(_0x896a6c(0x1e6))/0x6+parseInt(_0x896a6c(0x1e0))/0x7;if(_0x57eaf1===_0x17710d)break;else _0x593b47['push'](_0x593b47['shift']());}catch(_0x4e3a24){_0x593b47['push'](_0x593b47['shift']());}}}(_0x12b5,0x8b5bb));import{Plugin as _0x4b2942}from'ckeditor5/src/core.js';export default class G extends _0x4b2942{[_0x24eda5(0x1dc)](){const _0x5b3537=_0x24eda5,_0x55be86=this[_0x5b3537(0x1e2)];_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1d6)](_0x5b3537(0x1e3))&&(_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1dd)](_0x5b3537(0x1e5))[_0x5b3537(0x1e1)](_0x5b3537(0x1d8)),_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1dd)](_0x5b3537(0x1e5))[_0x5b3537(0x1e1)](_0x5b3537(0x1e4)),_0x55be86[_0x5b3537(0x1d9)][_0x5b3537(0x1dd)](_0x5b3537(0x1e5))[_0x5b3537(0x1e1)](_0x5b3537(0x1db)));}}function _0x12b5(){const _0x44581c=['TrackChangesEditing','5091564MRcDCC','71870PybFYW','has','3581024bxfXVJ','changeCaseUpper','plugins','29184EALUdL','changeCaseTitle','afterInit','get','301608jfJhDf','47079sazovu','3491768CwFZPl','enableCommand','editor','CaseChange','changeCaseLower'];_0x12b5=function(){return _0x44581c;};return _0x12b5();}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x18f735=_0x223f;(function(_0x204e3a,_0x36d4dd){const _0x3cf0f4=_0x223f,_0x339f76=_0x204e3a();while(!![]){try{const _0x31831e=-parseInt(_0x3cf0f4(0x1e1))/0x1*(-parseInt(_0x3cf0f4(0x1e2))/0x2)+parseInt(_0x3cf0f4(0x1da))/0x3+-parseInt(_0x3cf0f4(0x1d7))/0x4+parseInt(_0x3cf0f4(0x1d6))/0x5*(parseInt(_0x3cf0f4(0x1df))/0x6)+-parseInt(_0x3cf0f4(0x1d5))/0x7*(parseInt(_0x3cf0f4(0x1d2))/0x8)+-parseInt(_0x3cf0f4(0x1d8))/0x9+-parseInt(_0x3cf0f4(0x1e3))/0xa*(-parseInt(_0x3cf0f4(0x1e4))/0xb);if(_0x31831e===_0x36d4dd)break;else _0x339f76['push'](_0x339f76['shift']());}catch(_0x569d2e){_0x339f76['push'](_0x339f76['shift']());}}}(_0x288f,0xb9b29));function _0x288f(){const _0x3c6d2b=['20FEtuol','10jHsqNF','15886739CTmYrj','32gpcTiU','enableCommand','commands','556157zMZEGM','155puxEgw','3717688evXkyh','7085664fRFkIu','ckbox','1387389gEslIL','get','editor','plugins','afterInit','126102hCXeJI','TrackChangesEditing','23690DFraFP'];_0x288f=function(){return _0x3c6d2b;};return _0x288f();}function _0x223f(_0x286354,_0x47016d){const _0x288fa0=_0x288f();return _0x223f=function(_0x223f43,_0x1eb445){_0x223f43=_0x223f43-0x1d2;let _0x2ac0c7=_0x288fa0[_0x223f43];return _0x2ac0c7;},_0x223f(_0x286354,_0x47016d);}import{Plugin as _0x15f634}from'ckeditor5/src/core.js';export default class F extends _0x15f634{[_0x18f735(0x1de)](){const _0x49010c=_0x18f735,_0x50c19f=this[_0x49010c(0x1dc)];_0x50c19f[_0x49010c(0x1d4)][_0x49010c(0x1db)](_0x49010c(0x1d9))&&_0x50c19f[_0x49010c(0x1dd)][_0x49010c(0x1db)](_0x49010c(0x1e0))[_0x49010c(0x1d3)](_0x49010c(0x1d9));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x44532d=_0x5801;(function(_0x51b008,_0x2241d5){const _0x35eaac=_0x5801,_0x191a56=_0x51b008();while(!![]){try{const _0x562d71=-parseInt(_0x35eaac(0x1f4))/0x1*(-parseInt(_0x35eaac(0x1e7))/0x2)+-parseInt(_0x35eaac(0x1e4))/0x3*(parseInt(_0x35eaac(0x1ed))/0x4)+parseInt(_0x35eaac(0x1f9))/0x5+-parseInt(_0x35eaac(0x1fc))/0x6+parseInt(_0x35eaac(0x1fa))/0x7+-parseInt(_0x35eaac(0x1d6))/0x8+parseInt(_0x35eaac(0x1ea))/0x9;if(_0x562d71===_0x2241d5)break;else _0x191a56['push'](_0x191a56['shift']());}catch(_0x147962){_0x191a56['push'](_0x191a56['shift']());}}}(_0x33af,0x892d6));import{Plugin as _0x1f76cf}from'ckeditor5/src/core.js';function _0x33af(){const _0x45811c=['codeBlock','format','isLimit','452056ryOStE','checkChild','indentCodeBlock','change','parent','CodeBlock','document','filter','from','find','commandName','formatBlock','outdentCodeBlock','markBlockFormat','71859sjPKLS','forceValue','model','410444ydvwqT','language','getSelectedBlocks','2583081gTGeNv','*Set\x20format:*\x20%0','name','180mguXlj','ELEMENT_CODE_BLOCK','plugins','registerElementLabel','afterInit','has','selection','5JlaNMn','value','blockName','languages','get','4283900iUdjdd','958377otdjst','_descriptionFactory','3663240EHtIAH','toLowerCase','editor','rootElement','enableCommand','schema','type','locale','commands','commandParams','*Remove\x20format:*\x20%0','config','label','registerDescriptionCallback','TrackChangesEditing'];_0x33af=function(){return _0x45811c;};return _0x33af();}import{getTranslation as _0x3eeca2}from'../utils/common-translations.js';import{getRangesOfBlockGroups as _0x5c5e6c}from'../utils/utils.js';function _0x5801(_0x28d743,_0x4f450e){const _0x33afb1=_0x33af();return _0x5801=function(_0x580118,_0x31f7e5){_0x580118=_0x580118-0x1cc;let _0x395cfc=_0x33afb1[_0x580118];return _0x395cfc;},_0x5801(_0x28d743,_0x4f450e);}export default class L extends _0x1f76cf{[_0x44532d(0x1f1)](){const _0x47c4e1=_0x44532d,_0x69de53=this[_0x47c4e1(0x1fe)];if(!_0x69de53[_0x47c4e1(0x1ef)][_0x47c4e1(0x1f2)](_0x47c4e1(0x1db)))return;const _0x43e25e=_0x69de53[_0x47c4e1(0x1ef)][_0x47c4e1(0x1f8)](_0x47c4e1(0x1d2)),_0x2fab76=_0x69de53[_0x47c4e1(0x203)],_0x426f33=_0x69de53[_0x47c4e1(0x1cf)][_0x47c4e1(0x1f8)](_0x47c4e1(0x1d3))[_0x47c4e1(0x1f7)],_0x46cca8=_0x69de53[_0x47c4e1(0x1cc)][_0x47c4e1(0x1f8)](_0x47c4e1(0x1d3));_0x43e25e[_0x47c4e1(0x200)](_0x47c4e1(0x1d8)),_0x43e25e[_0x47c4e1(0x200)](_0x47c4e1(0x1e2)),_0x43e25e[_0x47c4e1(0x200)](_0x47c4e1(0x1d3),(_0x453431,_0x3bc256={})=>{const _0x57637d=_0x47c4e1,_0x2329be=_0x69de53[_0x57637d(0x1e6)],_0x17cc48=_0x69de53[_0x57637d(0x1e6)][_0x57637d(0x1dc)][_0x57637d(0x1f3)],_0x1e69b6=_0x3bc256&&void 0x0!==_0x3bc256[_0x57637d(0x1e5)]?_0x3bc256[_0x57637d(0x1e5)]:!_0x46cca8[_0x57637d(0x1f5)];let _0x47b5d6;_0x3bc256[_0x57637d(0x1e8)]||(_0x3bc256[_0x57637d(0x1e8)]=_0x426f33[0x0][_0x57637d(0x1e8)]),_0x47b5d6=_0x1e69b6?Array[_0x57637d(0x1de)](_0x17cc48[_0x57637d(0x1e9)]())[_0x57637d(0x1dd)](_0x2b0b05=>eo(_0x2b0b05)||function(_0x260997,_0x2aa13b){const _0x56ae52=_0x57637d;if(_0x260997['is'](_0x56ae52(0x1ff))||_0x2aa13b[_0x56ae52(0x1d5)](_0x260997))return!0x1;return _0x2aa13b[_0x56ae52(0x1d7)](_0x260997[_0x56ae52(0x1da)],_0x56ae52(0x1d3));}(_0x2b0b05,_0x2329be[_0x57637d(0x201)])):Array[_0x57637d(0x1de)](_0x17cc48[_0x57637d(0x1e9)]())[_0x57637d(0x1dd)](_0x53f2ee=>eo(_0x53f2ee));const _0x15ac75=_0x5c5e6c(_0x47b5d6,_0x2329be);_0x2329be[_0x57637d(0x1d9)](()=>{const _0x3dbd3c=_0x57637d;for(const _0x40c8bf of _0x15ac75)_0x43e25e[_0x3dbd3c(0x1e3)](_0x40c8bf,{'commandName':_0x3dbd3c(0x1d3),'commandParams':[{..._0x3bc256,'forceValue':_0x1e69b6}],'formatGroupId':_0x3dbd3c(0x1f6)});});}),(_0x43e25e[_0x47c4e1(0x1fb)][_0x47c4e1(0x1f0)](_0x47c4e1(0x1d3),_0xd10fcf=>_0x3eeca2(_0x2fab76,_0x47c4e1(0x1ee),_0xd10fcf)),_0x43e25e[_0x47c4e1(0x1fb)][_0x47c4e1(0x1d1)](_0x79e576=>{const _0x5dfe32=_0x47c4e1;if(_0x5dfe32(0x1e1)!=_0x79e576[_0x5dfe32(0x202)])return;const _0x6fd8a6=_0x2fab76['t'],{data:_0x975f03}=_0x79e576;if(!_0x975f03||_0x5dfe32(0x1d3)!=_0x975f03[_0x5dfe32(0x1e0)])return;const _0x54fec5=_0x975f03[_0x5dfe32(0x1cd)][0x0][_0x5dfe32(0x1e8)],_0x196108=_0x6fd8a6(_0x426f33[_0x5dfe32(0x1df)](_0x1ffe2e=>_0x1ffe2e[_0x5dfe32(0x1e8)]===_0x54fec5)[_0x5dfe32(0x1d0)])[_0x5dfe32(0x1fd)]();return _0x975f03[_0x5dfe32(0x1cd)][0x0][_0x5dfe32(0x1e5)]?{'type':_0x5dfe32(0x1d4),'content':_0x3eeca2(_0x2fab76,_0x5dfe32(0x1eb),_0x3eeca2(_0x2fab76,_0x5dfe32(0x1ee),0x1)+'\x20('+_0x196108+')')}:{'type':_0x5dfe32(0x1d4),'content':_0x3eeca2(_0x2fab76,_0x5dfe32(0x1ce),_0x3eeca2(_0x2fab76,_0x5dfe32(0x1ee),0x1))};}));}}function eo(_0x5cc444){const _0x302e26=_0x44532d;return _0x302e26(0x1d3)==_0x5cc444[_0x302e26(0x1ec)];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x31cac4=_0x4c92;function _0x4c92(_0x558960,_0x4966e0){const _0x1b178f=_0x1b17();return _0x4c92=function(_0x4c92b4,_0x281d35){_0x4c92b4=_0x4c92b4-0x124;let _0x50a197=_0x1b178f[_0x4c92b4];return _0x50a197;},_0x4c92(_0x558960,_0x4966e0);}(function(_0x1f5047,_0x3dd0a5){const _0x16e880=_0x4c92,_0x3e0bdd=_0x1f5047();while(!![]){try{const _0x13ab16=parseInt(_0x16e880(0x126))/0x1*(-parseInt(_0x16e880(0x130))/0x2)+-parseInt(_0x16e880(0x137))/0x3+-parseInt(_0x16e880(0x136))/0x4*(parseInt(_0x16e880(0x12f))/0x5)+parseInt(_0x16e880(0x12b))/0x6*(-parseInt(_0x16e880(0x127))/0x7)+parseInt(_0x16e880(0x12c))/0x8*(-parseInt(_0x16e880(0x135))/0x9)+parseInt(_0x16e880(0x128))/0xa+parseInt(_0x16e880(0x132))/0xb*(parseInt(_0x16e880(0x129))/0xc);if(_0x13ab16===_0x3dd0a5)break;else _0x3e0bdd['push'](_0x3e0bdd['shift']());}catch(_0x5b6f90){_0x3e0bdd['push'](_0x3e0bdd['shift']());}}}(_0x1b17,0x247db));import{Plugin as _0x41f11f}from'ckeditor5/src/core.js';function _0x1b17(){const _0x56f826=['34350IRtoTD','addCommentThread','enableCommand','editor','63rdOxnh','199339SMaMuj','274450onmgYX','10466628cHxtac','has','30WRYclv','30152NSJVYB','afterInit','CommentsEditing','2030FOQlId','4502UyjRhg','get','11dnMdqS','TrackChangesEditing','plugins','495NiUlKD','2436YKpnTG'];_0x1b17=function(){return _0x56f826;};return _0x1b17();}export default class H extends _0x41f11f{[_0x31cac4(0x12d)](){const _0x3e21ca=_0x31cac4,_0x16e42d=this[_0x3e21ca(0x125)];if(!_0x16e42d[_0x3e21ca(0x134)][_0x3e21ca(0x12a)](_0x3e21ca(0x12e)))return;_0x16e42d[_0x3e21ca(0x134)][_0x3e21ca(0x131)](_0x3e21ca(0x133))[_0x3e21ca(0x124)](_0x3e21ca(0x138));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x9978f9=_0x280e;(function(_0x1e3646,_0x1e6f85){const _0x2e4ef1=_0x280e,_0xae4a41=_0x1e3646();while(!![]){try{const _0x30ac12=-parseInt(_0x2e4ef1(0x1f9))/0x1*(-parseInt(_0x2e4ef1(0x1ec))/0x2)+-parseInt(_0x2e4ef1(0x1ed))/0x3+parseInt(_0x2e4ef1(0x1f3))/0x4+-parseInt(_0x2e4ef1(0x222))/0x5+-parseInt(_0x2e4ef1(0x205))/0x6*(-parseInt(_0x2e4ef1(0x1fa))/0x7)+parseInt(_0x2e4ef1(0x1f7))/0x8*(parseInt(_0x2e4ef1(0x224))/0x9)+-parseInt(_0x2e4ef1(0x20b))/0xa;if(_0x30ac12===_0x1e6f85)break;else _0xae4a41['push'](_0xae4a41['shift']());}catch(_0x1d35c3){_0xae4a41['push'](_0xae4a41['shift']());}}}(_0xb5c7,0xabf03));import{Plugin as _0x18a3e2}from'ckeditor5/src/core.js';function _0x280e(_0x46d58e,_0x54eabe){const _0xb5c7bd=_0xb5c7();return _0x280e=function(_0x280efb,_0x48449b){_0x280efb=_0x280efb-0x1ec;let _0x1bfa36=_0xb5c7bd[_0x280efb];return _0x1bfa36;},_0x280e(_0x46d58e,_0x54eabe);}import{LiveRange as _0x1752f0}from'ckeditor5/src/engine.js';import{Delete as _0x1824ae}from'ckeditor5/src/typing.js';import{downcastSplitMergeMarker as _0x25c51c}from'./utils.js';function _0xb5c7(){const _0x1cfa97=['lock','deleteForward','get','1731636HbDgQs','commands','forward','removeMarker:suggestion:deletion','912OpRyio','markerNameToElements','623327xovccV','4207HLAqss','TrackChangesEditing','data','writer','$graveyard','model','root','rootName','uiElement','selection','start','13794QwayAb','bind','delete','fromRange','unit','enableCommand','3210160VNlqGl','downcastDispatcher','high','remove','editing','detach','createRange','end','enqueueChange','unbindElementFromMarkerName','plugins','createSelection','getFirstRange','init','merge','buffer','markerName','setSelection','modifySelection','mapper','isCollapsed','document','batch','6344985ZnUdyv','unlock','37863wEdmIw','showSuggestionHighlights','addMarker:suggestion:deletion','options','2YuzScb','1869783hvJtbT','requires','editor'];_0xb5c7=function(){return _0x1cfa97;};return _0xb5c7();}export default class q extends _0x18a3e2{static get[_0x9978f9(0x1ee)](){return[_0x1824ae];}[_0x9978f9(0x218)](){const _0x3c2967=_0x9978f9,_0x13e817=this[_0x3c2967(0x1ef)],_0x3f3001=_0x13e817[_0x3c2967(0x215)][_0x3c2967(0x1f2)](_0x3c2967(0x1fb));_0x3f3001[_0x3c2967(0x20a)](_0x3c2967(0x207));const _0xf818f6=_0x13e817[_0x3c2967(0x1f4)][_0x3c2967(0x1f2)](_0x3c2967(0x1f1));_0x3f3001[_0x3c2967(0x20a)](_0x3c2967(0x1f1),(_0xb8a6d,_0x3e17a2={})=>{const _0x545443=_0x3c2967,_0xe99a70=_0x13e817[_0x545443(0x1ff)][_0x545443(0x216)](_0x13e817[_0x545443(0x1ff)][_0x545443(0x220)][_0x545443(0x203)]);_0xe99a70[_0x545443(0x21f)]&&_0x13e817[_0x545443(0x1ff)][_0x545443(0x21d)](_0xe99a70,{'direction':_0x545443(0x1f5),'unit':_0x3e17a2[_0x545443(0x209)]});const _0x5865a5=_0xe99a70[_0x545443(0x217)](),_0x32942a=_0x1752f0[_0x545443(0x208)](_0x5865a5);let _0x41342b;_0xb8a6d(_0x3e17a2),_0x41342b=_0x545443(0x1fe)==_0x32942a[_0x545443(0x200)][_0x545443(0x201)]?_0x13e817[_0x545443(0x1ff)][_0x545443(0x211)](_0x5865a5[_0x545443(0x204)]):_0x13e817[_0x545443(0x1ff)][_0x545443(0x211)](_0x32942a[_0x545443(0x204)],_0x32942a[_0x545443(0x212)]),_0x32942a[_0x545443(0x210)](),_0x13e817[_0x545443(0x1ff)][_0x545443(0x213)](_0xf818f6[_0x545443(0x21a)][_0x545443(0x221)],_0x16bc83=>{const _0x50ba43=_0x545443;_0xf818f6[_0x50ba43(0x21a)][_0x50ba43(0x1f0)](),_0x16bc83[_0x50ba43(0x21c)](_0x16bc83[_0x50ba43(0x211)](_0x41342b[_0x50ba43(0x212)])),_0xf818f6[_0x50ba43(0x21a)][_0x50ba43(0x223)]();});}),_0x13e817[_0x3c2967(0x20f)][_0x3c2967(0x20c)]['on'](_0x3c2967(0x226),_0x25c51c(_0x13e817,_0x3c2967(0x219)),{'priority':_0x3c2967(0x20d)}),_0x13e817[_0x3c2967(0x1fc)][_0x3c2967(0x20c)]['on'](_0x3c2967(0x226),(_0x2c64d8,_0x195c88,_0x12f972)=>{const _0xdfe4d6=_0x3c2967;_0x12f972[_0xdfe4d6(0x227)][_0xdfe4d6(0x225)]&&_0x25c51c(_0x13e817,_0xdfe4d6(0x219),{'showActiveMarker':!0x1})[_0xdfe4d6(0x206)](this)(_0x2c64d8,_0x195c88,_0x12f972);},{'priority':_0x3c2967(0x20d)}),_0x13e817[_0x3c2967(0x20f)][_0x3c2967(0x20c)]['on'](_0x3c2967(0x1f6),(_0x3b6fc2,_0x49eb31,_0x295a96)=>{const _0x13937d=_0x3c2967,_0x4a36e4=_0x295a96[_0x13937d(0x21e)][_0x13937d(0x1f8)](_0x49eb31[_0x13937d(0x21b)]);if(_0x4a36e4){for(const _0x21aee6 of _0x4a36e4)_0x21aee6['is'](_0x13937d(0x202))&&(_0x295a96[_0x13937d(0x21e)][_0x13937d(0x214)](_0x21aee6,_0x49eb31[_0x13937d(0x21b)]),_0x295a96[_0x13937d(0x1fd)][_0x13937d(0x20e)](_0x21aee6));}},{'priority':_0x3c2967(0x20d)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x3d0646=_0x481e;(function(_0x4d41a7,_0xd3bfd5){const _0x5a8bc2=_0x481e,_0x1b3587=_0x4d41a7();while(!![]){try{const _0x192dcb=parseInt(_0x5a8bc2(0x146))/0x1+-parseInt(_0x5a8bc2(0x128))/0x2+-parseInt(_0x5a8bc2(0x11f))/0x3*(-parseInt(_0x5a8bc2(0x132))/0x4)+-parseInt(_0x5a8bc2(0x143))/0x5+parseInt(_0x5a8bc2(0x11c))/0x6+parseInt(_0x5a8bc2(0x142))/0x7*(parseInt(_0x5a8bc2(0x11d))/0x8)+parseInt(_0x5a8bc2(0x115))/0x9*(parseInt(_0x5a8bc2(0x147))/0xa);if(_0x192dcb===_0xd3bfd5)break;else _0x1b3587['push'](_0x1b3587['shift']());}catch(_0x26b281){_0x1b3587['push'](_0x1b3587['shift']());}}}(_0x9cc0,0xc8ae9));import{Plugin as _0x2f977a}from'ckeditor5/src/core.js';import{Enter as _0x134cb4}from'ckeditor5/src/enter.js';import{LiveRange as _0x222e13}from'ckeditor5/src/engine.js';function _0x9cc0(){const _0x52bee5=['createRange','writer','enterBlock','4971870yokrPY','1549920UXUTGf','enter','3DDLhPe','TrackChangesEditing','mapper','markInsertion','data','nextSibling','bind','afterExecute','fromRange','2108446mPJnxD','get','high','plugins','editing','split','change','requires','commands','markerNameToElements','3348776DvmfiC','removeMarker:suggestion:insertion','createPositionAt','downcastDispatcher','enableCommand','ck-suggestion-marker-split','addMarker:suggestion:insertion','model','init','getFirstRange','fire','setSelection','getFirstPosition','selection','parent','markerName','7QBAOin','5008455rycINO','remove','detach','948357RQYUFb','63610UADMfE','editor','document','end','options','99SXySMn','showSuggestionHighlights','unbindElementFromMarkerName','hasClass'];_0x9cc0=function(){return _0x52bee5;};return _0x9cc0();}function _0x481e(_0x361ed3,_0xeec7cb){const _0x9cc0d5=_0x9cc0();return _0x481e=function(_0x481e59,_0x59f5ee){_0x481e59=_0x481e59-0x114;let _0x3e8f63=_0x9cc0d5[_0x481e59];return _0x3e8f63;},_0x481e(_0x361ed3,_0xeec7cb);}import{downcastSplitMergeMarker as _0x3b6dc5}from'./utils.js';export default class W extends _0x2f977a{static get[_0x3d0646(0x12f)](){return[_0x134cb4];}[_0x3d0646(0x13a)](){const _0x1a8b81=_0x3d0646,_0x221c5c=this[_0x1a8b81(0x148)],_0x1a4869=_0x221c5c[_0x1a8b81(0x12b)][_0x1a8b81(0x129)](_0x1a8b81(0x120)),_0x4e422f=_0x221c5c[_0x1a8b81(0x130)][_0x1a8b81(0x129)](_0x1a8b81(0x11e));_0x1a4869[_0x1a8b81(0x136)](_0x1a8b81(0x11e),()=>{const _0xe63f88=_0x1a8b81;_0x221c5c[_0xe63f88(0x139)][_0xe63f88(0x12e)](_0x36eb66=>{const _0x27386a=_0xe63f88,_0x305db6=_0x221c5c[_0x27386a(0x139)][_0x27386a(0x149)][_0x27386a(0x13f)],_0x51233e=_0x305db6[_0x27386a(0x13e)](),_0x30ad1e=_0x222e13[_0x27386a(0x127)](_0x305db6[_0x27386a(0x13b)]());if(_0x4e422f[_0x27386a(0x11b)](_0x36eb66)){const _0x4fbcef=_0x221c5c[_0x27386a(0x139)][_0x27386a(0x134)](_0x51233e[_0x27386a(0x140)][_0x27386a(0x124)],0x0),_0x194c48=_0x36eb66[_0x27386a(0x119)](_0x51233e,_0x4fbcef);_0x1a4869[_0x27386a(0x122)](_0x194c48);}else _0x36eb66[_0x27386a(0x13d)](_0x36eb66[_0x27386a(0x119)](_0x30ad1e[_0x27386a(0x14a)]));_0x30ad1e[_0x27386a(0x145)](),_0x4e422f[_0x27386a(0x13c)](_0x27386a(0x126),{'writer':_0x36eb66});});}),_0x221c5c[_0x1a8b81(0x12c)][_0x1a8b81(0x135)]['on'](_0x1a8b81(0x138),_0x3b6dc5(_0x221c5c,_0x1a8b81(0x12d)),{'priority':_0x1a8b81(0x12a)}),_0x221c5c[_0x1a8b81(0x12c)][_0x1a8b81(0x135)]['on'](_0x1a8b81(0x133),(_0x546179,_0x53bc8d,_0x53cb83)=>{const _0x28b4ef=_0x1a8b81,_0x43dafe=_0x53cb83[_0x28b4ef(0x121)][_0x28b4ef(0x131)](_0x53bc8d[_0x28b4ef(0x141)]);if(_0x43dafe){for(const _0x35967b of _0x43dafe)_0x35967b[_0x28b4ef(0x118)](_0x28b4ef(0x137))&&(_0x53cb83[_0x28b4ef(0x121)][_0x28b4ef(0x117)](_0x35967b,_0x53bc8d[_0x28b4ef(0x141)]),_0x53cb83[_0x28b4ef(0x11a)][_0x28b4ef(0x144)](_0x35967b));}},{'priority':_0x1a8b81(0x12a)}),_0x221c5c[_0x1a8b81(0x123)][_0x1a8b81(0x135)]['on'](_0x1a8b81(0x138),(_0x28b013,_0x1959ba,_0xbf335)=>{const _0x58ef40=_0x1a8b81;_0xbf335[_0x58ef40(0x114)][_0x58ef40(0x116)]&&_0x3b6dc5(_0x221c5c,_0x58ef40(0x12d),{'showActiveMarker':!0x1})[_0x58ef40(0x125)](this)(_0x28b013,_0x1959ba,_0xbf335);},{'priority':_0x1a8b81(0x12a)});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x357b(){const _0x4fa1e2=['getRange','316996FpKdXD','findNext','10MPHkZu','3575000fJDsxz','plugins','replaceAll','markers','bind','getMarkersGroup','item','5QLOmxM','TrackChangesEditing','end','7LGmjrp','7645473GUPVKr','handleFindCommand','editor','FindAndReplaceUtils','_isInDeletionRange','findByTextCallback','14503775lPMIYb','string','has','1519092wkyukB','270003iJawRB','suggestion:deletion','enableCommand','get','start','6wkdpxO','FindAndReplaceEditing','find','filter','getIntersection','1345524mwJWiP','replace','model','createRange','afterInit','createPositionAt','findPrevious'];_0x357b=function(){return _0x4fa1e2;};return _0x357b();}const _0x44a440=_0x1c64;(function(_0x4d4319,_0x434196){const _0x105dfc=_0x1c64,_0x586564=_0x4d4319();while(!![]){try{const _0x4e7ccc=-parseInt(_0x105dfc(0xf4))/0x1*(-parseInt(_0x105dfc(0xf9))/0x2)+parseInt(_0x105dfc(0xf3))/0x3+parseInt(_0x105dfc(0xdc))/0x4+-parseInt(_0x105dfc(0xe6))/0x5*(-parseInt(_0x105dfc(0xd4))/0x6)+parseInt(_0x105dfc(0xe9))/0x7*(-parseInt(_0x105dfc(0xdf))/0x8)+parseInt(_0x105dfc(0xea))/0x9*(parseInt(_0x105dfc(0xde))/0xa)+-parseInt(_0x105dfc(0xf0))/0xb;if(_0x4e7ccc===_0x434196)break;else _0x586564['push'](_0x586564['shift']());}catch(_0x358023){_0x586564['push'](_0x586564['shift']());}}}(_0x357b,0xabde5));function _0x1c64(_0x2d8212,_0x5e4a77){const _0x357b67=_0x357b();return _0x1c64=function(_0x1c64dc,_0x1b9dd9){_0x1c64dc=_0x1c64dc-0xd4;let _0x16f311=_0x357b67[_0x1c64dc];return _0x16f311;},_0x1c64(_0x2d8212,_0x5e4a77);}import{Plugin as _0x14f90b}from'ckeditor5/src/core.js';export default class J extends _0x14f90b{[_0x44a440(0xd8)](){const _0x4cbae4=_0x44a440;if(!this[_0x4cbae4(0xec)][_0x4cbae4(0xe0)][_0x4cbae4(0xf2)](_0x4cbae4(0xfa)))return;const _0x245133=this[_0x4cbae4(0xec)][_0x4cbae4(0xe0)][_0x4cbae4(0xf7)](_0x4cbae4(0xe7));_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xfb),this[_0x4cbae4(0xeb)][_0x4cbae4(0xe3)](this)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xdd)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xda)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xd5)),_0x245133[_0x4cbae4(0xf6)](_0x4cbae4(0xe1));}[_0x44a440(0xeb)](_0xf906a5,_0x21c754,_0x472cab={}){const _0x34b0b5=_0x44a440,_0x556c09=this[_0x34b0b5(0xec)][_0x34b0b5(0xe0)][_0x34b0b5(0xf7)](_0x34b0b5(0xed));return _0xf906a5(_0x360f42=>(_0x34b0b5(0xf1)==typeof _0x21c754?_0x556c09[_0x34b0b5(0xef)](_0x21c754,_0x472cab):_0x21c754)(_0x360f42)[_0x34b0b5(0xfc)](_0x160789=>!0x1===this[_0x34b0b5(0xee)](_0x160789,_0x360f42[_0x34b0b5(0xe5)])),_0x472cab);}[_0x44a440(0xee)](_0x2918c5,_0x6521c8){const _0x342a01=_0x44a440,_0x1d4e0f=this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xd7)](this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xd9)](_0x6521c8,_0x2918c5[_0x342a01(0xf8)]),this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xd9)](_0x6521c8,_0x2918c5[_0x342a01(0xe8)]));for(const _0x4f9ac5 of this[_0x342a01(0xec)][_0x342a01(0xd6)][_0x342a01(0xe2)][_0x342a01(0xe4)](_0x342a01(0xf5)))if(null!==_0x1d4e0f[_0x342a01(0xfd)](_0x4f9ac5[_0x342a01(0xdb)]()))return!0x0;return!0x1;}}
|
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x2f49(){const _0x12288f=['392073okuump','fontColor.colors','11sNjnge','fontColor','FontSize','FORMAT_FONT_SIZE','editor','formatInline','*Set\x20font\x20family:*\x20%0','FontSizeEditing','get','*Set\x20font\x20size:*\x20%0','FontColorEditing','1545935jovSUu','1527612aLZBtJ','*Reset\x20font\x20size*','FontBackgroundColorEditing','21CKqSax','fontFamily','locale','label','_descriptionFactory','fontBackgroundColor','*Set\x20font\x20background\x20color:*\x20%0','format','7593912GAXoJQ','FontFamilyEditing','config','toLowerCase','FORMAT_FONT_FAMILY','registerDescriptionCallback','fontSize.options','afterInit','FORMAT_FONT_COLOR','type','title','*Reset\x20font\x20background\x20color*','TrackChangesEditing','634136nWMFcO','fontSize','*Set\x20font\x20color:*\x20%0','9uObgRo','commandName','trim','has','find','normalizeSizeOptions','_enableDefaultAttributesIntegration','4OMJsCg','8340220JtIYdx','106661nUmdio','fontBackgroundColor.colors','FORMAT_FONT_BACKGROUND','22qVCwpB','*Reset\x20font\x20family*','registerAttributeLabel','*Reset\x20font\x20color*','_registerLegacyDescription','model','commandParams','plugins','value'];_0x2f49=function(){return _0x12288f;};return _0x2f49();}const _0x1915f1=_0x2511;(function(_0x472220,_0x237ad9){const _0x19ac8d=_0x2511,_0x269af0=_0x472220();while(!![]){try{const _0x542b72=-parseInt(_0x19ac8d(0xb5))/0x1+-parseInt(_0x19ac8d(0xb8))/0x2*(-parseInt(_0x19ac8d(0xc1))/0x3)+-parseInt(_0x19ac8d(0xb3))/0x4*(parseInt(_0x19ac8d(0xce))/0x5)+-parseInt(_0x19ac8d(0xda))/0x6+parseInt(_0x19ac8d(0xd2))/0x7*(parseInt(_0x19ac8d(0xa9))/0x8)+parseInt(_0x19ac8d(0xac))/0x9*(parseInt(_0x19ac8d(0xb4))/0xa)+parseInt(_0x19ac8d(0xc3))/0xb*(parseInt(_0x19ac8d(0xcf))/0xc);if(_0x542b72===_0x237ad9)break;else _0x269af0['push'](_0x269af0['shift']());}catch(_0x279df5){_0x269af0['push'](_0x269af0['shift']());}}}(_0x2f49,0xe9359));import{Plugin as _0x291de9}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x4fe29b}from'ckeditor5/src/ui.js';import{getTranslation as _0x69e7f7}from'../utils/common-translations.js';const ro=[{'pluginName':_0x1915f1(0xca),'commandName':_0x1915f1(0xaa)},{'pluginName':_0x1915f1(0xdb),'commandName':_0x1915f1(0xd3)},{'pluginName':_0x1915f1(0xcd),'commandName':_0x1915f1(0xc4)},{'pluginName':_0x1915f1(0xd1),'commandName':_0x1915f1(0xd7)}];function _0x2511(_0x2d364f,_0xb9e0a0){const _0x2f4994=_0x2f49();return _0x2511=function(_0x2511be,_0x318bfa){_0x2511be=_0x2511be-0xa5;let _0x3e1d71=_0x2f4994[_0x2511be];return _0x3e1d71;},_0x2511(_0x2d364f,_0xb9e0a0);}export default class Q extends _0x291de9{[_0x1915f1(0xe1)](){const _0x5602d7=_0x1915f1,_0x3bc361=this[_0x5602d7(0xc7)][_0x5602d7(0xd4)],_0x854347=this[_0x5602d7(0xc7)][_0x5602d7(0xbf)][_0x5602d7(0xcb)](_0x5602d7(0xa8));for(const {pluginName:_0x3621e3,commandName:_0xba3a8a}of ro)this[_0x5602d7(0xc7)][_0x5602d7(0xbf)][_0x5602d7(0xaf)](_0x3621e3)&&_0x854347[_0x5602d7(0xb2)](_0xba3a8a,[_0xba3a8a]);_0x3bc361['t'],(_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xaa),_0x69e7f7(_0x3bc361,_0x5602d7(0xc6))),_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xd3),_0x69e7f7(_0x3bc361,_0x5602d7(0xde))),_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xc4),_0x69e7f7(_0x3bc361,_0x5602d7(0xe2))),_0x854347[_0x5602d7(0xd6)][_0x5602d7(0xba)](_0x5602d7(0xd7),_0x69e7f7(_0x3bc361,_0x5602d7(0xb7))),this[_0x5602d7(0xbc)]());}[_0x1915f1(0xbc)](){const _0x5d02fb=_0x1915f1,_0x55e27e=this[_0x5d02fb(0xc7)],_0x5eceb8=_0x55e27e[_0x5d02fb(0xd4)];_0x55e27e[_0x5d02fb(0xbf)][_0x5d02fb(0xcb)](_0x5d02fb(0xa8))[_0x5d02fb(0xd6)][_0x5d02fb(0xdf)](_0x1161d0=>{const _0x38ba75=_0x5d02fb,_0x3d4304=_0x5eceb8['t'];if(_0x38ba75(0xc8)!=_0x1161d0[_0x38ba75(0xa5)])return;const {data:_0x2fdb92}=_0x1161d0;if(null!=_0x2fdb92){if(_0x38ba75(0xaa)==_0x2fdb92[_0x38ba75(0xad)]){const _0xd52b53=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];if(_0xd52b53){const _0x2e78dc=_0x3d4304(this[_0x38ba75(0xc7)][_0x38ba75(0xbf)][_0x38ba75(0xcb)](_0x38ba75(0xc5))[_0x38ba75(0xb1)](this[_0x38ba75(0xc7)][_0x38ba75(0xdc)][_0x38ba75(0xcb)](_0x38ba75(0xe0)))[_0x38ba75(0xb0)](_0x37b77a=>_0x37b77a[_0x38ba75(0xbd)]==_0xd52b53)[_0x38ba75(0xa6)])[_0x38ba75(0xdd)]();return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xcc),_0x2e78dc)};}return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xd0))};}if(_0x38ba75(0xd3)==_0x2fdb92[_0x38ba75(0xad)]){const _0x232e8b=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];return _0x232e8b?{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xc9),_0x232e8b)}:{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xb9))};}if(_0x38ba75(0xc4)==_0x2fdb92[_0x38ba75(0xad)]){const _0x5dabae=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];if(_0x5dabae){const _0x22700f=_0x4fe29b(this[_0x38ba75(0xc7)][_0x38ba75(0xdc)][_0x38ba75(0xcb)](_0x38ba75(0xc2)))[_0x38ba75(0xb0)](_0x5cd7b8=>_0x5cd7b8[_0x38ba75(0xbd)]==_0x5dabae);let _0x527a70=_0x5dabae,_0x118d06='';return _0x22700f&&(_0x527a70=_0x22700f[_0x38ba75(0xd5)],_0x118d06=_0x3d4304(_0x527a70)[_0x38ba75(0xdd)]()),{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xab),_0x118d06)[_0x38ba75(0xae)](),'color':{'value':_0x5dabae,'title':_0x118d06||_0x527a70}};}return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xbb))};}if(_0x38ba75(0xd7)==_0x2fdb92[_0x38ba75(0xad)]){const _0x2b9de0=_0x2fdb92[_0x38ba75(0xbe)][0x0][_0x38ba75(0xc0)];if(_0x2b9de0){const _0x1847f2=_0x4fe29b(this[_0x38ba75(0xc7)][_0x38ba75(0xdc)][_0x38ba75(0xcb)](_0x38ba75(0xb6)))[_0x38ba75(0xb0)](_0x33438f=>_0x33438f[_0x38ba75(0xbd)]==_0x2b9de0);let _0x4e1364=_0x2b9de0,_0x301d65='';return _0x1847f2&&(_0x4e1364=_0x1847f2[_0x38ba75(0xd5)],_0x301d65=_0x3d4304(_0x4e1364)[_0x38ba75(0xdd)]()),{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xd8),_0x301d65)[_0x38ba75(0xae)](),'color':{'value':_0x2b9de0,'title':_0x301d65||_0x4e1364}};}return{'type':_0x38ba75(0xd9),'content':_0x69e7f7(_0x5eceb8,_0x38ba75(0xa7))};}}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x177139=_0x132b;(function(_0x2f2458,_0x15a374){const _0x505827=_0x132b,_0x74505a=_0x2f2458();while(!![]){try{const _0x3657ae=parseInt(_0x505827(0xaf))/0x1*(parseInt(_0x505827(0xa7))/0x2)+-parseInt(_0x505827(0xa1))/0x3+-parseInt(_0x505827(0xb5))/0x4+parseInt(_0x505827(0x8f))/0x5*(parseInt(_0x505827(0xb7))/0x6)+parseInt(_0x505827(0xb0))/0x7*(parseInt(_0x505827(0x93))/0x8)+-parseInt(_0x505827(0x9a))/0x9*(parseInt(_0x505827(0x99))/0xa)+parseInt(_0x505827(0xa2))/0xb;if(_0x3657ae===_0x15a374)break;else _0x74505a['push'](_0x74505a['shift']());}catch(_0x5a4df1){_0x74505a['push'](_0x74505a['shift']());}}}(_0x5c48,0x22129));import{Plugin as _0x3d2ee0}from'ckeditor5/src/core.js';import{normalizeColorOptions as _0x2e5448}from'ckeditor5/src/ui.js';function _0x5c48(){const _0x481788=['TrackChangesEditing','30XdamfC','fontSize.options','FontSize','toLowerCase','fontBackgroundColor','commandParams','charAt','model','fontColor','afterInit','_enableDefaultAttributesIntegration','commands','find','boolean','get','87335HblijV','*Remove\x20all\x20formatting*','slice','plugins','843960hPPqls','fontColor.colors','fontSize','title','formatBlock','join','10smEAvV','2010942XRZSOg','length','enableCommand','copyFormat','formatInline','label','toUpperCase','563892uABtzr','3955611ZyWWDo','locale','pasteFormat','commandName','_registerLegacyDescription','305264zaUnav','*Set\x20format\x20to:*\x20%0','editor','registerDescriptionCallback','_descriptionFactory','normalizeSizeOptions','format','entries','1ShZjel','14ahZJLh','push','config','type','split','1038380SJWPVv'];_0x5c48=function(){return _0x481788;};return _0x5c48();}import{getTranslation as _0x56c680}from'../utils/common-translations.js';function _0x132b(_0x5bfebd,_0x3d8306){const _0x5c4815=_0x5c48();return _0x132b=function(_0x132bfe,_0x1e87b3){_0x132bfe=_0x132bfe-0x8c;let _0x2cb08b=_0x5c4815[_0x132bfe];return _0x2cb08b;},_0x132b(_0x5bfebd,_0x3d8306);}export default class X extends _0x3d2ee0{[_0x177139(0xc0)](){const _0x4317c1=_0x177139,_0x1240eb=this[_0x4317c1(0xa9)],_0xa9a129=_0x1240eb[_0x4317c1(0x92)][_0x4317c1(0x8e)](_0x4317c1(0xb6)),_0x3ece24=_0x1240eb[_0x4317c1(0xc2)][_0x4317c1(0x8e)](_0x4317c1(0x9d)),_0x4ee60b=_0x1240eb[_0x4317c1(0xc2)][_0x4317c1(0x8e)](_0x4317c1(0xa4));_0x3ece24&&_0x4ee60b&&(_0xa9a129[_0x4317c1(0xc1)](_0x4317c1(0xa4)),_0xa9a129[_0x4317c1(0x9c)](_0x4317c1(0x9d)),this[_0x4317c1(0xa6)]());}[_0x177139(0xa6)](){const _0x1851fd=_0x177139,_0x417772=this[_0x1851fd(0xa9)],_0x11c59a=_0x417772[_0x1851fd(0xa3)];_0x417772[_0x1851fd(0x92)][_0x1851fd(0x8e)](_0x1851fd(0xb6))[_0x1851fd(0xab)][_0x1851fd(0xaa)](_0x22ff4b=>{const _0x2f9f9c=_0x1851fd;if(_0x2f9f9c(0x97)!=_0x22ff4b[_0x2f9f9c(0xb3)]&&_0x2f9f9c(0x9e)!=_0x22ff4b[_0x2f9f9c(0xb3)])return;const {data:_0x34a77e}=_0x22ff4b;if(_0x34a77e&&_0x2f9f9c(0xa4)===_0x34a77e[_0x2f9f9c(0xa5)]){const _0x24e13c=[],_0xf0c7d=_0x34a77e[_0x2f9f9c(0xbc)][0x0];for(const [_0x460771,_0x4db0c5]of Object[_0x2f9f9c(0xae)](_0xf0c7d))_0x24e13c[_0x2f9f9c(0xb1)](so(_0x417772,_0x460771,_0x4db0c5));return _0x24e13c[_0x2f9f9c(0x9b)]?{'type':_0x2f9f9c(0xad),'content':_0x56c680(_0x11c59a,_0x2f9f9c(0xa8),_0x24e13c[_0x2f9f9c(0x98)](',\x20'))}:{'type':_0x2f9f9c(0xad),'content':_0x56c680(_0x11c59a,_0x2f9f9c(0x90))};}});}}function so(_0x5861e5,_0x42c36d,_0x3f8303){const _0x1d26ea=_0x177139,_0x4d9084=_0x5861e5[_0x1d26ea(0xa3)]['t'],_0x5c5b21=_0x42c36d[_0x1d26ea(0xb4)](/(?=[A-Z])/)[_0x1d26ea(0x98)]('\x20'),_0x4ca90e=_0x4d9084(_0x5c5b21[_0x1d26ea(0xbd)](0x0)[_0x1d26ea(0xa0)]()+_0x5c5b21[_0x1d26ea(0x91)](0x1))[_0x1d26ea(0xba)]();if(_0x1d26ea(0x8d)==typeof _0x3f8303)return _0x4ca90e;if(_0x1d26ea(0xbf)===_0x42c36d||_0x1d26ea(0xbb)===_0x42c36d){const _0x2d8d32=_0x2e5448(_0x5861e5[_0x1d26ea(0xb2)][_0x1d26ea(0x8e)](_0x1d26ea(0x94)))[_0x1d26ea(0x8c)](_0x4b3e98=>_0x4b3e98[_0x1d26ea(0xbe)]==_0x3f8303);return _0x4ca90e+'\x20('+(_0x2d8d32?_0x4d9084(_0x2d8d32[_0x1d26ea(0x9f)])[_0x1d26ea(0xba)]():_0x3f8303)+')';}if(_0x1d26ea(0x95)===_0x42c36d&&isNaN(parseFloat(_0x3f8303))){const _0x93b576=_0x5861e5[_0x1d26ea(0x92)][_0x1d26ea(0x8e)](_0x1d26ea(0xb9))[_0x1d26ea(0xac)](_0x5861e5[_0x1d26ea(0xb2)][_0x1d26ea(0x8e)](_0x1d26ea(0xb8)))[_0x1d26ea(0x8c)](_0x349488=>_0x349488[_0x1d26ea(0xbe)]==_0x3f8303);return _0x4ca90e+'\x20('+(_0x93b576?_0x4d9084(_0x93b576[_0x1d26ea(0x96)])[_0x1d26ea(0xba)]():_0x3f8303)+')';}return _0x4ca90e+'\x20('+_0x3f8303+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x5cc1(){const _0x7bab9c=['plugins','registerDescriptionCallback','458884QcGHrZ','35660UhjMwb','_headingOptions','value','editor','_descriptionFactory','2301220HZpDoG','name','formatBlock','afterInit','1693408KApumH','HeadingEditing','commandName','44hkNxfU','view','_getHeadingLevel','_registerLegacyDescription','66uZoUDI','commandParams','429Qlyguj','394985qVzqNA','get','TrackChangesEditing','ELEMENT_HEADING','find','match','locale','format','_enableDefaultAttributesIntegration','8540wlQNmW','config','type','heading','model','paragraph','1716777KUILFz','has','registerElementLabel','heading.options','*Change\x20to:*\x20%0','title','ELEMENT_HEADING_CUSTOM','6416fldwrB'];_0x5cc1=function(){return _0x7bab9c;};return _0x5cc1();}const _0xa7d17=_0x3aa8;(function(_0x477a41,_0x16d923){const _0x4a2993=_0x3aa8,_0x1c10de=_0x477a41();while(!![]){try{const _0x74c0f5=parseInt(_0x4a2993(0xca))/0x1+parseInt(_0x4a2993(0xd4))/0x2+-parseInt(_0x4a2993(0xdd))/0x3*(parseInt(_0x4a2993(0xcb))/0x4)+-parseInt(_0x4a2993(0xde))/0x5*(-parseInt(_0x4a2993(0xdb))/0x6)+parseInt(_0x4a2993(0xe7))/0x7*(-parseInt(_0x4a2993(0xf4))/0x8)+-parseInt(_0x4a2993(0xed))/0x9+-parseInt(_0x4a2993(0xd0))/0xa*(-parseInt(_0x4a2993(0xd7))/0xb);if(_0x74c0f5===_0x16d923)break;else _0x1c10de['push'](_0x1c10de['shift']());}catch(_0x2411e8){_0x1c10de['push'](_0x1c10de['shift']());}}}(_0x5cc1,0x9eefd));import{Plugin as _0x18f496}from'ckeditor5/src/core.js';import{getTranslation as _0x2d2db9}from'../utils/common-translations.js';function _0x3aa8(_0x1cb604,_0x28e40e){const _0x5cc13e=_0x5cc1();return _0x3aa8=function(_0x3aa812,_0x4c2711){_0x3aa812=_0x3aa812-0xc9;let _0x344289=_0x5cc13e[_0x3aa812];return _0x344289;},_0x3aa8(_0x1cb604,_0x28e40e);}export default class Y extends _0x18f496{[_0xa7d17(0xd3)](){const _0x1abc33=_0xa7d17,_0x4afbaa=this[_0x1abc33(0xce)];if(!_0x4afbaa[_0x1abc33(0xf5)][_0x1abc33(0xee)](_0x1abc33(0xd5)))return;this[_0x1abc33(0xcc)]=_0x4afbaa[_0x1abc33(0xe8)][_0x1abc33(0xdf)](_0x1abc33(0xf0));const _0x504721=_0x4afbaa[_0x1abc33(0xe4)],_0x49b165=_0x4afbaa[_0x1abc33(0xf5)][_0x1abc33(0xdf)](_0x1abc33(0xe0));_0x49b165[_0x1abc33(0xe6)](_0x1abc33(0xea));for(const _0x5b4f88 of this[_0x1abc33(0xcc)])_0x1abc33(0xec)!=_0x5b4f88[_0x1abc33(0xeb)]&&_0x49b165[_0x1abc33(0xcf)][_0x1abc33(0xef)](_0x5b4f88[_0x1abc33(0xeb)],_0x33eb26=>{const _0x5687bd=_0x1abc33,_0x2c3ed2=this[_0x5687bd(0xd9)](_0x5b4f88[_0x5687bd(0xeb)]);return null!==_0x2c3ed2?_0x1c3818(_0x33eb26,_0x2c3ed2):_0x413b23(_0x33eb26,_0x5b4f88[_0x5687bd(0xf2)]);});function _0x1c3818(_0x3782db,_0x188b4e){const _0x2939f5=_0x1abc33;return _0x2d2db9(_0x504721,_0x2939f5(0xe1),[_0x3782db,_0x188b4e]);}function _0x413b23(_0x1d0c26,_0x28586d){const _0x2ae3f0=_0x1abc33;return _0x2d2db9(_0x504721,_0x2ae3f0(0xf3),[_0x1d0c26,_0x28586d]);}this[_0x1abc33(0xda)]();}[_0xa7d17(0xda)](){const _0x10854c=_0xa7d17,_0xf4e4a3=this[_0x10854c(0xce)],_0x1be36a=_0xf4e4a3[_0x10854c(0xe4)];function _0x3d68ed(_0x196e30,_0x2ec1b5){const _0x5a07a4=_0x10854c;return _0x2d2db9(_0x1be36a,_0x5a07a4(0xf3),[_0x196e30,_0x2ec1b5]);}_0xf4e4a3[_0x10854c(0xf5)][_0x10854c(0xdf)](_0x10854c(0xe0))[_0x10854c(0xcf)][_0x10854c(0xc9)](_0x56c94d=>{const _0x19398e=_0x10854c;if(_0x19398e(0xd2)!=_0x56c94d[_0x19398e(0xe9)])return;const {data:_0x513891}=_0x56c94d;if(_0x513891&&_0x19398e(0xea)==_0x513891[_0x19398e(0xd6)]){const _0x555ffd=_0x513891[_0x19398e(0xdc)][0x0][_0x19398e(0xcd)],_0x41b7a4=this[_0x19398e(0xd9)](_0x555ffd);if(null!==_0x41b7a4)return{'type':_0x19398e(0xe5),'content':_0x2d2db9(_0x1be36a,_0x19398e(0xf1),(_0x11f643=0x1,_0x2f3ce8=_0x41b7a4,_0x2d2db9(_0x1be36a,_0x19398e(0xe1),[_0x11f643,_0x2f3ce8])))};const _0x4fde50=this[_0x19398e(0xcc)][_0x19398e(0xe2)](_0xbcd848=>_0xbcd848[_0x19398e(0xeb)]===_0x555ffd)[_0x19398e(0xf2)];return{'type':_0x19398e(0xe5),'content':_0x2d2db9(_0x1be36a,_0x19398e(0xf1),_0x3d68ed(0x1,_0x4fde50))};}var _0x11f643,_0x2f3ce8;});}[_0xa7d17(0xd9)](_0x59c4a0){const _0xe04dfb=_0xa7d17;var _0x2ae01c,_0x225e54;const _0xe55746=_0x59c4a0[_0xe04dfb(0xe3)](/^heading(\d+)/);if(_0xe55746)return _0xe55746[0x1];const _0x3a55e5=null===(_0x2ae01c=this[_0xe04dfb(0xcc)])||void 0x0===_0x2ae01c?void 0x0:_0x2ae01c[_0xe04dfb(0xe2)](_0x2d5bca=>_0x2d5bca[_0xe04dfb(0xeb)]==_0x59c4a0);if(_0x3a55e5&&_0x3a55e5[_0xe04dfb(0xd8)]){const _0x5867c9=_0x3a55e5[_0xe04dfb(0xd8)],_0x96d740=(null!==(_0x225e54=_0x5867c9[_0xe04dfb(0xd1)])&&void 0x0!==_0x225e54?_0x225e54:_0x5867c9)[_0xe04dfb(0xe3)](/^h(\d+)/);if(_0x96d740)return _0x96d740[0x1];}return null;}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
function
|
|
23
|
+
function _0x3076(_0x13eb53,_0x1e6a87){const _0x1f790f=_0x1f79();return _0x3076=function(_0x30763c,_0x1c2a76){_0x30763c=_0x30763c-0x112;let _0x1c1afc=_0x1f790f[_0x30763c];return _0x1c1afc;},_0x3076(_0x13eb53,_0x1e6a87);}const _0x26d269=_0x3076;(function(_0x5dff19,_0xa134ee){const _0x33e1f9=_0x3076,_0x513ffe=_0x5dff19();while(!![]){try{const _0xc037d4=parseInt(_0x33e1f9(0x113))/0x1+parseInt(_0x33e1f9(0x12d))/0x2+-parseInt(_0x33e1f9(0x11b))/0x3+parseInt(_0x33e1f9(0x128))/0x4*(parseInt(_0x33e1f9(0x126))/0x5)+-parseInt(_0x33e1f9(0x137))/0x6*(-parseInt(_0x33e1f9(0x118))/0x7)+parseInt(_0x33e1f9(0x11f))/0x8+-parseInt(_0x33e1f9(0x136))/0x9*(parseInt(_0x33e1f9(0x12b))/0xa);if(_0xc037d4===_0xa134ee)break;else _0x513ffe['push'](_0x513ffe['shift']());}catch(_0x53bc6e){_0x513ffe['push'](_0x513ffe['shift']());}}}(_0x1f79,0x8f282));import{Plugin as _0x37c270}from'ckeditor5/src/core.js';function _0x1f79(){const _0x436850=['highlight.options','1143924BJwQvm','config','commandParams','find','6007840ZcrAvX','title','type','_descriptionFactory','model','TrackChangesEditing','locale','6255ybCrrS','afterInit','1708mLgzOM','registerAttributeLabel','get','10tFCevJ','*Set\x20highlight:*\x20%0','589290BTeazX','commandName','format','editor','highlight','value','_enableDefaultAttributesIntegration','toLowerCase','*Remove\x20highlight*','17506872uRPsGc','278982dmGniO','formatInline','FORMAT_HIGHLIGHT','plugins','217156VucdiC','has','color','_registerLegacyDescription','registerDescriptionCallback','168Hrpcho','HighlightEditing'];_0x1f79=function(){return _0x436850;};return _0x1f79();}import{getTranslation as _0x2470e0}from'../utils/common-translations.js';export default class Z extends _0x37c270{[_0x26d269(0x127)](){const _0xe14e93=_0x26d269,_0x342c53=this[_0xe14e93(0x130)];if(!_0x342c53[_0xe14e93(0x112)][_0xe14e93(0x114)](_0xe14e93(0x119)))return;const _0xf64266=_0x342c53[_0xe14e93(0x112)][_0xe14e93(0x12a)](_0xe14e93(0x124)),_0x375f77=_0x342c53[_0xe14e93(0x125)];_0xf64266[_0xe14e93(0x133)](_0xe14e93(0x131),[_0xe14e93(0x131)]),_0xf64266[_0xe14e93(0x122)][_0xe14e93(0x129)](_0xe14e93(0x131),_0x2470e0(_0x375f77,_0xe14e93(0x139))),this[_0xe14e93(0x116)]();}[_0x26d269(0x116)](){const _0x1e0b3e=_0x26d269,_0x2e0390=this[_0x1e0b3e(0x130)],_0x5f5a21=_0x2e0390[_0x1e0b3e(0x125)];_0x2e0390[_0x1e0b3e(0x112)][_0x1e0b3e(0x12a)](_0x1e0b3e(0x124))[_0x1e0b3e(0x122)][_0x1e0b3e(0x117)](_0x589219=>{const _0x4dc7a9=_0x1e0b3e;if(_0x4dc7a9(0x138)!=_0x589219[_0x4dc7a9(0x121)])return;const {data:_0x455163}=_0x589219;if(_0x455163&&_0x4dc7a9(0x131)==_0x455163[_0x4dc7a9(0x12e)]){const _0x5c10af=_0x5f5a21['t'],_0x59a20f=_0x455163[_0x4dc7a9(0x11d)][0x0][_0x4dc7a9(0x132)];if(_0x59a20f){const _0x10110d=_0x2e0390[_0x4dc7a9(0x11c)][_0x4dc7a9(0x12a)](_0x4dc7a9(0x11a))[_0x4dc7a9(0x11e)](_0x46a8b0=>_0x46a8b0[_0x4dc7a9(0x123)]==_0x59a20f),_0x10aed0=_0x5c10af(_0x10110d[_0x4dc7a9(0x120)])[_0x4dc7a9(0x134)]();return{'type':_0x4dc7a9(0x12f),'content':_0x2470e0(_0x5f5a21,_0x4dc7a9(0x12c),_0x10aed0),'color':{'value':_0x10110d[_0x4dc7a9(0x115)],'title':_0x10110d[_0x4dc7a9(0x120)]}};}return{'type':_0x4dc7a9(0x12f),'content':_0x2470e0(_0x5f5a21,_0x4dc7a9(0x135),_0x2470e0(_0x5f5a21,_0x4dc7a9(0x139)))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x169c10=_0x4972;(function(_0x1e07ea,_0x47fc19){const _0x3147c5=_0x4972,_0x259f71=_0x1e07ea();while(!![]){try{const _0x117601=-parseInt(_0x3147c5(0x1de))/0x1+-parseInt(_0x3147c5(0x1dd))/0x2+parseInt(_0x3147c5(0x1c7))/0x3+parseInt(_0x3147c5(0x1d9))/0x4+parseInt(_0x3147c5(0x1d5))/0x5*(parseInt(_0x3147c5(0x1d3))/0x6)+parseInt(_0x3147c5(0x1e7))/0x7+-parseInt(_0x3147c5(0x1e8))/0x8*(-parseInt(_0x3147c5(0x1d6))/0x9);if(_0x117601===_0x47fc19)break;else _0x259f71['push'](_0x259f71['shift']());}catch(_0x542850){_0x259f71['push'](_0x259f71['shift']());}}}(_0x44fd,0x77959));function _0x4972(_0x3a0ada,_0x3ea55a){const _0x44fd4b=_0x44fd();return _0x4972=function(_0x497204,_0x45757e){_0x497204=_0x497204-0x1c7;let _0x590f45=_0x44fd4b[_0x497204];return _0x590f45;},_0x4972(_0x3a0ada,_0x3ea55a);}import{Plugin as _0x26c8f7}from'ckeditor5/src/core.js';function _0x44fd(){const _0x53fba2=['1895504nIwAjp','showSuggestionHighlights','high','addClass','1035620zwNwVJ','751767dLwNUI','insert','createContainerElement','ELEMENT_HORIZONTAL_LINE','afterInit','_descriptionFactory','TrackChangesEditing','HorizontalLineEditing','createPositionAt','4081945ifsUGu','2701704QLXMKI','editor','780486BUJsbR','for','elementToStructure','div','conversion','dataDowncast','locale','get','horizontalLine','registerElementLabel','enableCommand','createEmptyElement','34836fieOhE','plugins','90mDpilJ','9bbTYWn','has','ck-horizontal-line'];_0x44fd=function(){return _0x53fba2;};return _0x44fd();}import{getTranslation as _0xb2c18e}from'../utils/common-translations.js';export default class tt extends _0x26c8f7{[_0x169c10(0x1e2)](){const _0x5ceffe=_0x169c10,_0x167a74=this[_0x5ceffe(0x1e9)];if(!_0x167a74[_0x5ceffe(0x1d4)][_0x5ceffe(0x1d7)](_0x5ceffe(0x1e5)))return;_0x167a74[_0x5ceffe(0x1d4)][_0x5ceffe(0x1ce)](_0x5ceffe(0x1e4))[_0x5ceffe(0x1d1)](_0x5ceffe(0x1cf));const _0x5888e3=_0x167a74[_0x5ceffe(0x1d4)][_0x5ceffe(0x1ce)](_0x5ceffe(0x1e4)),_0x23c15c=_0x167a74[_0x5ceffe(0x1cd)];_0x5888e3[_0x5ceffe(0x1e3)][_0x5ceffe(0x1d0)](_0x5ceffe(0x1cf),_0x466011=>_0xb2c18e(_0x23c15c,_0x5ceffe(0x1e1),_0x466011)),_0x167a74[_0x5ceffe(0x1cb)][_0x5ceffe(0x1c8)](_0x5ceffe(0x1cc))[_0x5ceffe(0x1c9)]({'model':_0x5ceffe(0x1cf),'view':(_0x115726,{writer:_0x1fe6c7,options:_0x3ad325})=>{const _0x5ed1ac=_0x5ceffe;if(!_0x3ad325[_0x5ed1ac(0x1da)])return null;const _0x207c05=_0x1fe6c7[_0x5ed1ac(0x1e0)](_0x5ed1ac(0x1ca)),_0x3b9a8d=_0x1fe6c7[_0x5ed1ac(0x1d2)]('hr');return _0x1fe6c7[_0x5ed1ac(0x1dc)](_0x5ed1ac(0x1d8),_0x207c05),_0x1fe6c7[_0x5ed1ac(0x1df)](_0x1fe6c7[_0x5ed1ac(0x1e6)](_0x207c05,0x0),_0x3b9a8d),_0x207c05;},'converterPriority':_0x5ceffe(0x1db)});}}
|