@ckeditor/ckeditor5-track-changes 35.1.0 → 35.2.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/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 +2 -1
- 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 +27 -23
- 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/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 +6 -2
- 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 +4 -4
- package/src/commands/acceptallsuggestionscommand.js +1 -1
- package/src/commands/acceptselectedsuggestionscommand.js +1 -1
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardallsuggestionscommand.js +1 -1
- package/src/commands/discardselectedsuggestionscommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/trackchangescommand.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/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/font.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/importword.js +23 -0
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.js +1 -1
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.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/tableclipboard.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/getrangesofblockgroups.js +1 -1
- package/src/utils/getselectedsuggestions.js +1 -1
- package/src/utils/hashobject.js +1 -1
- package/src/utils/normalizedescription.js +1 -1
- package/src/utils/sortsuggestions.js +1 -1
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x412c=['ELEMENT_BLOCK_QUOTE','has','value','document','*Remove\x20format:*\x20%0','forceValue','filter','editor','*Format:*\x20%0','checkChild','from','_descriptionFactory','selection','name','getSelectedBlocks','commandName','registerDescriptionCallback','plugins','model','commandParams','BlockQuoteEditing','markBlockFormat','blockQuote','schema','format','TrackChangesEditing','get','parent'];(function(_0x39da33,_0x412c43){const _0x5492ad=function(_0x51d87f){while(--_0x51d87f){_0x39da33['push'](_0x39da33['shift']());}};_0x5492ad(++_0x412c43);}(_0x412c,0x73));const _0x5492=function(_0x39da33,_0x412c43){_0x39da33=_0x39da33-0x0;let _0x5492ad=_0x412c[_0x39da33];return _0x5492ad;};import{Plugin as _0x231019}from'ckeditor5/src/core';import{getTranslation as _0x2707fd}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x235a62}from'../utils/getrangesofblockgroups';export default class P extends _0x231019{['afterInit'](){const _0x52c135=this[_0x5492('0x4')],_0x4e214c=_0x52c135['locale'];if(!_0x52c135[_0x5492('0xe')][_0x5492('0x1a')](_0x5492('0x11')))return;const _0x145028=_0x52c135['plugins'][_0x5492('0x17')](_0x5492('0x16')),_0x1eb489=this[_0x5492('0x4')]['commands'][_0x5492('0x17')](_0x5492('0x13'));_0x145028['enableCommand'](_0x5492('0x13'),(_0xa42f5b,_0x289a37={})=>{const _0x767748=this['editor'][_0x5492('0xf')][_0x5492('0x0')][_0x5492('0x9')],_0x1b66f3=_0x289a37&&void 0x0!==_0x289a37[_0x5492('0x2')]?_0x289a37[_0x5492('0x2')]:!_0x1eb489[_0x5492('0x1b')];let _0xea03d4=[];if(_0x1b66f3){const _0x4cf4e3=Array['from'](_0x767748['getSelectedBlocks']())['filter'](_0x17aa6f=>to(_0x17aa6f)||function(_0x4054c3,_0x4c8c01){const _0x25b4d1=_0x4c8c01[_0x5492('0x6')](_0x4054c3['parent'],_0x5492('0x13')),_0x8b5e21=_0x4c8c01[_0x5492('0x6')](['$root','blockQuote'],_0x4054c3);return _0x25b4d1&&_0x8b5e21;}(_0x17aa6f,this[_0x5492('0x4')][_0x5492('0xf')][_0x5492('0x14')]));_0xea03d4=_0x235a62(_0x4cf4e3,_0x52c135[_0x5492('0xf')]);}else{const _0x17d312=Array[_0x5492('0x7')](_0x767748[_0x5492('0xb')]())[_0x5492('0x3')](_0x857406=>to(_0x857406));_0xea03d4=_0x235a62(_0x17d312,_0x52c135[_0x5492('0xf')]);}_0x52c135[_0x5492('0xf')]['change'](()=>{for(const _0x2e0f76 of _0xea03d4)_0x145028[_0x5492('0x12')](_0x2e0f76,{'commandName':_0x5492('0x13'),'commandParams':[{'forceValue':_0x1b66f3}]});});}),_0x145028[_0x5492('0x8')][_0x5492('0xd')](_0x4a910=>{const {data:_0xc2d242}=_0x4a910;if(_0xc2d242&&'blockQuote'==_0xc2d242[_0x5492('0xc')]){const _0x49e0b1=_0x2707fd(_0x4e214c,_0x5492('0x19'));return _0xc2d242[_0x5492('0x10')][0x0][_0x5492('0x2')]?{'type':_0x5492('0x15'),'content':_0x2707fd(_0x4e214c,_0x5492('0x5'),_0x49e0b1)}:{'type':_0x5492('0x15'),'content':_0x2707fd(_0x4e214c,_0x5492('0x1'),_0x49e0b1)};}});}}function to(_0x2c5137){return _0x5492('0x13')==_0x2c5137[_0x5492('0x18')][_0x5492('0xa')];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x136c=['get','commands','ckbox','editor','TrackChangesEditing','plugins','afterInit'];(function(_0x555061,_0x136cd2){const _0x6ffe49=function(_0x26080b){while(--_0x26080b){_0x555061['push'](_0x555061['shift']());}};_0x6ffe49(++_0x136cd2);}(_0x136c,0x7a));const _0x6ffe=function(_0x555061,_0x136cd2){_0x555061=_0x555061-0x0;let _0x6ffe49=_0x136c[_0x555061];return _0x6ffe49;};import{Plugin as _0x449564}from'ckeditor5/src/core';export default class G extends _0x449564{[_0x6ffe('0x3')](){const _0x3024ee=this[_0x6ffe('0x0')];_0x3024ee[_0x6ffe('0x5')][_0x6ffe('0x4')](_0x6ffe('0x6'))&&_0x3024ee[_0x6ffe('0x2')]['get'](_0x6ffe('0x1'))['enableCommand'](_0x6ffe('0x6'));}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3ab8=['registerElementLabel','registerDescriptionCallback','value','getSelectedBlocks','selection','blockName','enableCommand','outdentCodeBlock','get','plugins','TrackChangesEditing','codeBlock','has','ELEMENT_CODE_BLOCK','_descriptionFactory','indentCodeBlock','find','commandParams','name','label','commandName','*Format:*\x20%0','forceValue','filter','*Remove\x20format:*\x20%0','parent','afterInit','model','format','commands','rootElement','markBlockFormat','checkChild','language','editor','CodeBlock','from','formatBlock'];(function(_0x36637a,_0x3ab812){const _0x2e1151=function(_0x57ffa7){while(--_0x57ffa7){_0x36637a['push'](_0x36637a['shift']());}};_0x2e1151(++_0x3ab812);}(_0x3ab8,0x72));const _0x2e11=function(_0x36637a,_0x3ab812){_0x36637a=_0x36637a-0x0;let _0x2e1151=_0x3ab8[_0x36637a];return _0x2e1151;};import{Plugin as _0xdfb174}from'ckeditor5/src/core';import{getTranslation as _0x1af724}from'../utils/common-translations';import{getRangesOfBlockGroups as _0x55c2ae}from'../utils/getrangesofblockgroups';export default class F extends _0xdfb174{[_0x2e11('0x1a')](){const _0x3b26bd=this[_0x2e11('0x22')];if(!_0x3b26bd[_0x2e11('0x9')][_0x2e11('0xc')](_0x2e11('0x23')))return;const _0x10203d=_0x3b26bd['plugins']['get'](_0x2e11('0xa')),_0x5cf249=_0x3b26bd['locale'],_0x786be0=_0x3b26bd['config'][_0x2e11('0x8')]('codeBlock')['languages'],_0x1baeca=_0x3b26bd[_0x2e11('0x1d')][_0x2e11('0x8')]('codeBlock');_0x10203d[_0x2e11('0x6')](_0x2e11('0xf')),_0x10203d[_0x2e11('0x6')](_0x2e11('0x7')),_0x10203d[_0x2e11('0x6')](_0x2e11('0xb'),(_0x488a6a,_0x2b7856={})=>{const _0x275330=_0x3b26bd[_0x2e11('0x1b')],_0x33a73a=_0x3b26bd[_0x2e11('0x1b')]['document'][_0x2e11('0x4')],_0x409ffe=_0x2b7856&&void 0x0!==_0x2b7856[_0x2e11('0x16')]?_0x2b7856[_0x2e11('0x16')]:!_0x1baeca[_0x2e11('0x2')];let _0x54be87;_0x2b7856[_0x2e11('0x21')]||(_0x2b7856[_0x2e11('0x21')]=_0x786be0[0x0][_0x2e11('0x21')]),_0x54be87=_0x409ffe?Array['from'](_0x33a73a[_0x2e11('0x3')]())[_0x2e11('0x17')](_0x3cacda=>co(_0x3cacda)||function(_0x223e9d,_0x314a79){if(_0x223e9d['is'](_0x2e11('0x1e'))||_0x314a79['isLimit'](_0x223e9d))return!0x1;return _0x314a79[_0x2e11('0x20')](_0x223e9d[_0x2e11('0x19')],_0x2e11('0xb'));}(_0x3cacda,_0x275330['schema'])):Array[_0x2e11('0x24')](_0x33a73a['getSelectedBlocks']())[_0x2e11('0x17')](_0x25d4c2=>co(_0x25d4c2));const _0x239596=_0x55c2ae(_0x54be87,_0x275330);_0x275330['change'](()=>{for(const _0x5a6b1d of _0x239596)_0x10203d[_0x2e11('0x1f')](_0x5a6b1d,{'commandName':_0x2e11('0xb'),'commandParams':[{..._0x2b7856,'forceValue':_0x409ffe}],'formatGroupId':_0x2e11('0x5')});});}),(_0x10203d[_0x2e11('0xe')][_0x2e11('0x0')](_0x2e11('0xb'),_0x4804ba=>_0x1af724(_0x5cf249,_0x2e11('0xd'),_0x4804ba)),_0x10203d[_0x2e11('0xe')][_0x2e11('0x1')](_0x12a0e5=>{const {type:_0x351f22,data:_0x40b3bf}=_0x12a0e5;if(_0x2e11('0x25')==_0x351f22&&_0x40b3bf&&_0x2e11('0xb')==_0x40b3bf[_0x2e11('0x14')]){const _0x380291=_0x40b3bf[_0x2e11('0x11')][0x0][_0x2e11('0x21')],_0xb288ce=_0x786be0[_0x2e11('0x10')](_0x2c2739=>_0x2c2739[_0x2e11('0x21')]===_0x380291)[_0x2e11('0x13')],_0x5c33b1=_0x5cf249['_t'](_0xb288ce);return _0x40b3bf[_0x2e11('0x11')][0x0]['forceValue']?{'type':_0x2e11('0x1c'),'content':_0x1af724(_0x5cf249,_0x2e11('0x15'),_0x1af724(_0x5cf249,'ELEMENT_CODE_BLOCK',0x1)+'\x20('+_0x5c33b1+')')}:{'type':_0x2e11('0x1c'),'content':_0x1af724(_0x5cf249,_0x2e11('0x18'),_0x1af724(_0x5cf249,_0x2e11('0xd'),0x1))};}}));}}function co(_0x49e1ed){return _0x2e11('0xb')==_0x49e1ed[_0x2e11('0x12')];}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x471e=['enableCommand','plugins','has','get','TrackChangesEditing'];(function(_0x563961,_0x471ee0){const _0xb612d2=function(_0x366fe5){while(--_0x366fe5){_0x563961['push'](_0x563961['shift']());}};_0xb612d2(++_0x471ee0);}(_0x471e,0x1ce));const _0xb612=function(_0x563961,_0x471ee0){_0x563961=_0x563961-0x0;let _0xb612d2=_0x471e[_0x563961];return _0xb612d2;};import{Plugin as _0x1da435}from'ckeditor5/src/core';export default class L extends _0x1da435{['afterInit'](){const _0x39d753=this['editor'];if(!_0x39d753[_0xb612('0x4')][_0xb612('0x0')]('CommentsEditing'))return;_0x39d753[_0xb612('0x4')][_0xb612('0x1')](_0xb612('0x2'))[_0xb612('0x3')]('addCommentThread');}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3667=['editor','downcastDispatcher','batch','mapper','document','createSelection','enableCommand','delete','remove','isCollapsed','editing','lock','unbindElementFromMarkerName','TrackChangesEditing','enqueueChange','writer','addMarker:suggestion:deletion','buffer','deleteForward','unlock','merge','removeMarker:suggestion:deletion','get','getFirstRange','commands','model','forward','$graveyard','data','high','unit','setSelection','detach','plugins','start','createRange','fromRange','requires','options','selection','end'];(function(_0x45a6c1,_0x3667c0){const _0x52d874=function(_0x4b7f6a){while(--_0x4b7f6a){_0x45a6c1['push'](_0x45a6c1['shift']());}};_0x52d874(++_0x3667c0);}(_0x3667,0x188));const _0x52d8=function(_0x45a6c1,_0x3667c0){_0x45a6c1=_0x45a6c1-0x0;let _0x52d874=_0x3667[_0x45a6c1];return _0x52d874;};import{Plugin as _0x4746cf}from'ckeditor5/src/core';import{Delete as _0x30e1c3}from'ckeditor5/src/typing';import{LiveRange as _0x3141ca}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x4ef673}from'./utils';export default class q extends _0x4746cf{static get[_0x52d8('0xe')](){return[_0x30e1c3];}['init'](){const _0x3b5e18=this[_0x52d8('0x12')],_0x2dbbd1=_0x3b5e18[_0x52d8('0xa')]['get'](_0x52d8('0x1f'));_0x2dbbd1[_0x52d8('0x18')](_0x52d8('0x19'));const _0x5328ba=_0x3b5e18[_0x52d8('0x1')][_0x52d8('0x28')](_0x52d8('0x24'));_0x2dbbd1['enableCommand']('deleteForward',(_0x4a6c68,_0x3a48d6={})=>{const _0x4bbc93=_0x3b5e18[_0x52d8('0x2')][_0x52d8('0x17')](_0x3b5e18[_0x52d8('0x2')][_0x52d8('0x16')][_0x52d8('0x10')]);_0x4bbc93[_0x52d8('0x1b')]&&_0x3b5e18[_0x52d8('0x2')]['modifySelection'](_0x4bbc93,{'direction':_0x52d8('0x3'),'unit':_0x3a48d6[_0x52d8('0x7')]});const _0xf39241=_0x4bbc93[_0x52d8('0x0')](),_0x160751=_0x3141ca[_0x52d8('0xd')](_0xf39241);let _0x589c6e;_0x4a6c68(_0x3a48d6),_0x589c6e=_0x52d8('0x4')==_0x160751['root']['rootName']?_0x3b5e18['model']['createRange'](_0xf39241[_0x52d8('0xb')]):_0x3b5e18[_0x52d8('0x2')][_0x52d8('0xc')](_0x160751[_0x52d8('0xb')],_0x160751[_0x52d8('0x11')]),_0x160751[_0x52d8('0x9')](),_0x3b5e18[_0x52d8('0x2')][_0x52d8('0x20')](_0x5328ba[_0x52d8('0x23')][_0x52d8('0x14')],_0x1916d0=>{_0x5328ba[_0x52d8('0x23')][_0x52d8('0x1d')](),_0x1916d0[_0x52d8('0x8')](_0x1916d0[_0x52d8('0xc')](_0x589c6e['end'])),_0x5328ba[_0x52d8('0x23')][_0x52d8('0x25')]();});}),_0x3b5e18[_0x52d8('0x1c')]['downcastDispatcher']['on'](_0x52d8('0x22'),_0x4ef673(_0x3b5e18,_0x52d8('0x26')),{'priority':'high'}),_0x3b5e18[_0x52d8('0x5')]['downcastDispatcher']['on'](_0x52d8('0x22'),(_0xdad0d5,_0x2cfae7,_0x142a4b)=>{_0x142a4b[_0x52d8('0xf')]['showSuggestionHighlights']&&_0x4ef673(_0x3b5e18,'merge',{'showActiveMarker':!0x1})(_0xdad0d5,_0x2cfae7,_0x142a4b);},{'priority':_0x52d8('0x6')}),_0x3b5e18[_0x52d8('0x1c')][_0x52d8('0x13')]['on'](_0x52d8('0x27'),(_0x1de805,_0x43ce61,_0x44d2ba)=>{const _0x41cd26=_0x44d2ba[_0x52d8('0x15')]['markerNameToElements'](_0x43ce61['markerName']);if(_0x41cd26)for(const _0x333003 of _0x41cd26)_0x333003['is']('uiElement')&&(_0x44d2ba[_0x52d8('0x15')][_0x52d8('0x1e')](_0x333003,_0x43ce61['markerName']),_0x44d2ba[_0x52d8('0x21')][_0x52d8('0x1a')](_0x333003));},{'priority':_0x52d8('0x6')});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1d5c=['plugins','writer','editing','parent','downcastDispatcher','createRange','setSelection','markInsertion','remove','high','get','enter','init','removeMarker:suggestion:insertion','options','isAtStart','requires','document','ck-suggestion-marker-split','showSuggestionHighlights','fromRange','split','getFirstRange','change','mapper','model','data','isLimit','unbindElementFromMarkerName','isCollapsed','createPositionAt','start','TrackChangesEditing','enableCommand','schema','nextSibling','end','addMarker:suggestion:insertion','markerName'];(function(_0xe7f1d6,_0x1d5c75){const _0x494506=function(_0xcc556e){while(--_0xcc556e){_0xe7f1d6['push'](_0xe7f1d6['shift']());}};_0x494506(++_0x1d5c75);}(_0x1d5c,0xa0));const _0x4945=function(_0xe7f1d6,_0x1d5c75){_0xe7f1d6=_0xe7f1d6-0x0;let _0x494506=_0x1d5c[_0xe7f1d6];return _0x494506;};import{Plugin as _0x4c62e8}from'ckeditor5/src/core';import{Enter as _0x355449}from'ckeditor5/src/enter';import{LiveRange as _0x35df94}from'ckeditor5/src/engine';import{downcastSplitMergeMarker as _0x54ee20}from'./utils';export default class H extends _0x4c62e8{static get[_0x4945('0xc')](){return[_0x355449];}[_0x4945('0x8')](){const _0x450cf8=this['editor'],_0x39c863=_0x450cf8[_0x4945('0x23')][_0x4945('0x6')](_0x4945('0x1c'));_0x39c863[_0x4945('0x1d')](_0x4945('0x7'),_0x29e550=>{_0x450cf8[_0x4945('0x15')][_0x4945('0x13')](_0x1935de=>{const _0x4c5626=_0x450cf8[_0x4945('0x15')][_0x4945('0xd')]['selection'],_0x3e7880=_0x4c5626['getFirstPosition'](),_0x26db85=_0x4c5626[_0x4945('0x19')],_0x163788=_0x35df94[_0x4945('0x10')](_0x4c5626[_0x4945('0x12')]()),_0x17a325=_0x163788['start']['parent'],_0x31dc18=_0x163788['end'][_0x4945('0x26')],_0x5bd0ab=!(_0x163788[_0x4945('0x1b')][_0x4945('0xb')]&&_0x163788[_0x4945('0x20')]['isAtEnd']),_0x3ad949=_0x17a325==_0x31dc18,_0x3312fa=!(_0x450cf8[_0x4945('0x15')][_0x4945('0x1e')][_0x4945('0x17')](_0x17a325)||_0x450cf8[_0x4945('0x15')][_0x4945('0x1e')][_0x4945('0x17')](_0x31dc18))&&(_0x26db85||_0x5bd0ab&&_0x3ad949);if(_0x29e550(),_0x3312fa){const _0x5f2d73=_0x450cf8[_0x4945('0x15')][_0x4945('0x1a')](_0x3e7880[_0x4945('0x26')][_0x4945('0x1f')],0x0),_0x143ab3=_0x1935de[_0x4945('0x1')](_0x3e7880,_0x5f2d73);_0x39c863[_0x4945('0x3')](_0x143ab3);}else _0x1935de[_0x4945('0x2')](_0x1935de[_0x4945('0x1')](_0x163788['end']));_0x163788['detach']();});}),_0x450cf8[_0x4945('0x25')]['downcastDispatcher']['on']('addMarker:suggestion:insertion',_0x54ee20(_0x450cf8,_0x4945('0x11')),{'priority':_0x4945('0x5')}),_0x450cf8[_0x4945('0x25')][_0x4945('0x0')]['on'](_0x4945('0x9'),(_0x1ef84e,_0xe8d05c,_0x1293bc)=>{const _0x19e4d5=_0x1293bc[_0x4945('0x14')]['markerNameToElements'](_0xe8d05c['markerName']);if(_0x19e4d5)for(const _0x444198 of _0x19e4d5)_0x444198['hasClass'](_0x4945('0xe'))&&(_0x1293bc[_0x4945('0x14')][_0x4945('0x18')](_0x444198,_0xe8d05c[_0x4945('0x22')]),_0x1293bc[_0x4945('0x24')][_0x4945('0x4')](_0x444198));},{'priority':'high'}),_0x450cf8[_0x4945('0x16')][_0x4945('0x0')]['on'](_0x4945('0x21'),(_0x4b3425,_0x37a1f5,_0x126b0b)=>{_0x126b0b[_0x4945('0xa')][_0x4945('0xf')]&&_0x54ee20(_0x450cf8,_0x4945('0x11'),{'showActiveMarker':!0x1})(_0x4b3425,_0x37a1f5,_0x126b0b);},{'priority':_0x4945('0x5')});}}
|
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1300=['fontBackgroundColor','FontBackgroundColorEditing','markInlineFormat','has','fontColor.colors','FontSizeEditing','label','commandParams','getRanges','find','format','_enableCommand','FontColorEditing','trim','commandName','editor','FontFamilyEditing','FontSize','toLowerCase','normalizeSizeOptions','value','_descriptionFactory','fontBackgroundColor.colors','*Reset\x20font\x20size*','*Set\x20font\x20background\x20color:*\x20%0','title','locale','config','model','fontColor','fontSize.options','get','fontSize','change','*Set\x20font\x20family:*\x20%0','fontFamily','document','selection','*Set\x20font\x20color:*\x20%0','isCollapsed','TrackChangesEditing','*Reset\x20font\x20family*','plugins','afterInit'];(function(_0x25c2be,_0x130066){const _0x346315=function(_0x4f3de9){while(--_0x4f3de9){_0x25c2be['push'](_0x25c2be['shift']());}};_0x346315(++_0x130066);}(_0x1300,0x102));const _0x3463=function(_0x25c2be,_0x130066){_0x25c2be=_0x25c2be-0x0;let _0x346315=_0x1300[_0x25c2be];return _0x346315;};import{Plugin as _0x25c789}from'ckeditor5/src/core';import{normalizeColorOptions as _0xde1221}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x445ae1}from'./utils';import{getTranslation as _0x55327a}from'../utils/common-translations';const Bt=[{'pluginName':_0x3463('0xb'),'commandName':'fontSize'},{'pluginName':_0x3463('0x16'),'commandName':'fontFamily'},{'pluginName':_0x3463('0x12'),'commandName':'fontColor'},{'pluginName':_0x3463('0x7'),'commandName':_0x3463('0x6')}];export default class W extends _0x25c789{[_0x3463('0x5')](){const _0x45a7c0=this['editor']['locale'];for(const {pluginName:_0x384881,commandName:_0xc7ab7f}of Bt)this[_0x3463('0x15')][_0x3463('0x4')][_0x3463('0x9')](_0x384881)&&this[_0x3463('0x11')](_0xc7ab7f);this[_0x3463('0x15')][_0x3463('0x4')]['get'](_0x3463('0x2'))[_0x3463('0x1b')]['registerDescriptionCallback'](_0x132baa=>{const {data:_0x561270}=_0x132baa;if(null!=_0x561270){if(_0x3463('0x26')==_0x561270['commandName']){const _0x48fc64=_0x561270[_0x3463('0xd')][0x0]['value'];if(_0x48fc64){const _0x348c9a=this[_0x3463('0x15')]['plugins'][_0x3463('0x25')](_0x3463('0x17'))[_0x3463('0x19')](this[_0x3463('0x15')][_0x3463('0x21')][_0x3463('0x25')](_0x3463('0x24')))['find'](_0x5a1e74=>_0x5a1e74[_0x3463('0x22')]==_0x48fc64)[_0x3463('0x1f')],_0x881086=this['editor'][_0x3463('0x20')]['_t'](_0x348c9a)['toLowerCase']();return{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,'*Set\x20font\x20size:*\x20%0',_0x881086)};}return{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,_0x3463('0x1d'))};}if(_0x3463('0x29')==_0x561270['commandName']){const _0x24c562=_0x561270[_0x3463('0xd')][0x0]['value'];return _0x24c562?{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,_0x3463('0x28'),_0x24c562)}:{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,_0x3463('0x3'))};}if(_0x3463('0x23')==_0x561270[_0x3463('0x14')]){const _0x363d81=_0x561270['commandParams'][0x0][_0x3463('0x1a')];if(_0x363d81){const _0x32f10b=_0xde1221(this[_0x3463('0x15')][_0x3463('0x21')][_0x3463('0x25')](_0x3463('0xa')))['find'](_0x10fcfb=>_0x10fcfb[_0x3463('0x22')]==_0x363d81);let _0x4df842=_0x363d81,_0x52f236='';return _0x32f10b&&(_0x4df842=_0x32f10b['label'],_0x52f236=_0x45a7c0['_t'](_0x4df842)[_0x3463('0x18')]()),{'type':'format','content':_0x55327a(_0x45a7c0,_0x3463('0x0'),_0x52f236)[_0x3463('0x13')](),'color':{'value':_0x363d81,'title':_0x52f236||_0x4df842}};}return{'type':'format','content':_0x55327a(_0x45a7c0,'*Reset\x20font\x20color*')};}if(_0x3463('0x6')==_0x561270['commandName']){const _0x2abd92=_0x561270[_0x3463('0xd')][0x0]['value'];if(_0x2abd92){const _0xb65cd1=_0xde1221(this[_0x3463('0x15')]['config'][_0x3463('0x25')](_0x3463('0x1c')))[_0x3463('0xf')](_0x4ced70=>_0x4ced70[_0x3463('0x22')]==_0x2abd92);let _0x5bd4bd=_0x2abd92,_0x8e0b7f='';return _0xb65cd1&&(_0x5bd4bd=_0xb65cd1[_0x3463('0xc')],_0x8e0b7f=_0x45a7c0['_t'](_0x5bd4bd)[_0x3463('0x18')]()),{'type':_0x3463('0x10'),'content':_0x55327a(_0x45a7c0,_0x3463('0x1e'),_0x8e0b7f)[_0x3463('0x13')](),'color':{'value':_0x2abd92,'title':_0x8e0b7f||_0x5bd4bd}};}return{'type':'format','content':_0x55327a(_0x45a7c0,'*Reset\x20font\x20background\x20color*')};}}});}['_enableCommand'](_0x14de5b){const _0x29ca18=this[_0x3463('0x15')];_0x29ca18[_0x3463('0x4')][_0x3463('0x25')](_0x3463('0x2'))['enableCommand'](_0x14de5b,(_0x4346b9,_0x502b52={})=>{const _0x1aa255=_0x29ca18['model'][_0x3463('0x2a')][_0x3463('0x2b')],_0x2d9ee1=_0x502b52['value'];_0x1aa255[_0x3463('0x1')]?_0x4346b9(_0x502b52):_0x29ca18['model'][_0x3463('0x27')](()=>{const _0x117254=Array['from'](_0x1aa255[_0x3463('0xe')]());for(const _0x1a8154 of _0x117254){const _0x634457=_0x2d9ee1?[_0x1a8154]:_0x445ae1(_0x14de5b,_0x1a8154,_0x29ca18[_0x3463('0x22')]);for(const _0x1106c9 of _0x634457)_0x29ca18['plugins'][_0x3463('0x25')](_0x3463('0x2'))[_0x3463('0x8')](_0x1106c9,{'commandName':_0x14de5b,'commandParams':[{'value':_0x2d9ee1}]});}});});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x420c=['enableCommand','model','has','ELEMENT_HEADING_CUSTOM','parent','checkChild','_descriptionFactory','registerElementLabel','selection','formatBlock','name','paragraph','locale','find','document','getSelectedBlocks','editor','title','value','afterInit','markBlockFormat','commandName','HeadingEditing','get','heading.options','blockName','format','*Change\x20to:*\x20%0','commandParams','registerDescriptionCallback','heading','config'];(function(_0x528b8d,_0x420c46){const _0x20dcf7=function(_0x3b39e5){while(--_0x3b39e5){_0x528b8d['push'](_0x528b8d['shift']());}};_0x20dcf7(++_0x420c46);}(_0x420c,0x1bf));const _0x20dc=function(_0x528b8d,_0x420c46){_0x528b8d=_0x528b8d-0x0;let _0x20dcf7=_0x420c[_0x528b8d];return _0x20dcf7;};import{Plugin as _0x1bd58f}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x310469}from'./utils';import{getTranslation as _0x43b3d9}from'../utils/common-translations';export default class z extends _0x1bd58f{[_0x20dc('0x14')](){const _0x9b06f5=this[_0x20dc('0x11')],_0x1fd168=_0x9b06f5[_0x20dc('0xd')],_0x2e0af3=_0x9b06f5[_0x20dc('0x0')][_0x20dc('0x18')](_0x20dc('0x19'));if(!_0x9b06f5['plugins'][_0x20dc('0x3')](_0x20dc('0x17')))return;const _0x3b8790=_0x9b06f5['plugins'][_0x20dc('0x18')]('TrackChangesEditing');_0x3b8790[_0x20dc('0x1')]('heading',(_0x3cbeb4,_0x1b24a8)=>{const _0x35bfdb=_0x1b24a8[_0x20dc('0x13')],_0x4205d4=Array['from'](this[_0x20dc('0x11')][_0x20dc('0x2')][_0x20dc('0xf')][_0x20dc('0x9')][_0x20dc('0x10')]())['filter'](_0x3173e1=>function(_0x570971,_0x47efb3,_0x459c23){return _0x459c23[_0x20dc('0x6')](_0x570971[_0x20dc('0x5')],_0x47efb3)&&!_0x459c23['isObject'](_0x570971)&&_0x570971[_0x20dc('0xb')]!=_0x47efb3;}(_0x3173e1,_0x35bfdb,this['editor'][_0x20dc('0x2')]['schema']));_0x9b06f5[_0x20dc('0x2')]['change'](()=>{for(const _0x3b38cc of _0x4205d4)_0x3b8790[_0x20dc('0x15')](_0x3b38cc,{'commandName':_0x20dc('0x1f'),'commandParams':[_0x1b24a8],'formatGroupId':_0x20dc('0x1a')},_0x310469(_0x3b38cc));});});for(const _0x5ea3de of _0x2e0af3)_0x20dc('0xc')!=_0x5ea3de[_0x20dc('0x2')]&&_0x3b8790[_0x20dc('0x7')][_0x20dc('0x8')](_0x5ea3de[_0x20dc('0x2')],_0x504e8d=>{const _0x16af57=Ht(_0x5ea3de[_0x20dc('0x2')]);return null!==_0x16af57?_0x200a92(_0x504e8d,_0x16af57):_0x4a2247(_0x504e8d,_0x5ea3de['title']);});function _0x200a92(_0x99b5e2,_0x58fe52){return _0x43b3d9(_0x1fd168,'ELEMENT_HEADING',[_0x99b5e2,_0x58fe52]);}function _0x4a2247(_0x58a64c,_0x39491f){return _0x43b3d9(_0x1fd168,_0x20dc('0x4'),[_0x58a64c,_0x39491f]);}_0x3b8790[_0x20dc('0x7')][_0x20dc('0x1e')](_0x2a7652=>{const {type:_0x389a41,data:_0x5d87b5}=_0x2a7652;if(_0x20dc('0xa')==_0x389a41&&_0x5d87b5&&_0x20dc('0x1f')==_0x5d87b5[_0x20dc('0x16')]){const _0x336fd1=_0x5d87b5[_0x20dc('0x1d')][0x0]['value'],_0x48c769=Ht(_0x336fd1);if(null!==_0x48c769)return{'type':_0x20dc('0x1b'),'content':_0x43b3d9(_0x1fd168,_0x20dc('0x1c'),_0x200a92(0x1,_0x48c769))};const _0x15ded0=_0x2e0af3[_0x20dc('0xe')](_0x5b1d78=>_0x5b1d78['model']===_0x336fd1)[_0x20dc('0x12')];return{'type':'format','content':_0x43b3d9(_0x1fd168,_0x20dc('0x1c'),_0x4a2247(0x1,_0x15ded0))};}});}}function Ht(_0x14f80d){const _0x437bb8=_0x14f80d['match'](/^heading(\d+)$/);return _0x437bb8?_0x437bb8[0x1]:null;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3542=['plugins','push','getAttribute','selection','format','createRange','markInlineFormat','value','find','_descriptionFactory','formatInline','locale','commandName','editor','get','highlight.options','getFirstPosition','toLowerCase','isCollapsed','TrackChangesEditing','registerDescriptionCallback','*Remove\x20highlight*','highlight','color','afterInit','enableCommand','getRanges','item','backward','model','getLastMatchingPosition'];(function(_0x385241,_0x3542f1){const _0x3ffded=function(_0x4ef0b9){while(--_0x4ef0b9){_0x385241['push'](_0x385241['shift']());}};_0x3ffded(++_0x3542f1);}(_0x3542,0x150));const _0x3ffd=function(_0x385241,_0x3542f1){_0x385241=_0x385241-0x0;let _0x3ffded=_0x3542[_0x385241];return _0x3ffded;};import{Plugin as _0x566b17}from'ckeditor5/src/core';import{getTranslation as _0x24c22b}from'../utils/common-translations';import{getRangesWithAttribute as _0x4d135c}from'./utils';export default class J extends _0x566b17{[_0x3ffd('0x1d')](){const _0x2613d1=this[_0x3ffd('0x12')];if(!_0x2613d1[_0x3ffd('0x5')]['has']('HighlightEditing'))return;const _0x1fe29a=_0x2613d1[_0x3ffd('0x5')]['get'](_0x3ffd('0x18'));_0x1fe29a[_0x3ffd('0x1e')]('highlight',(_0x292762,_0x45f635={})=>{const _0x3c9702=_0x2613d1['model']['document'][_0x3ffd('0x8')],_0x6e4034=_0x3c9702[_0x3ffd('0x7')](_0x3ffd('0x1b'));let _0x17ab79=_0x45f635[_0x3ffd('0xc')],_0x274099=[];if(_0x3c9702[_0x3ffd('0x17')]){const _0x46ab4d=_0x3c9702[_0x3ffd('0x15')]();if(!_0x3c9702['hasAttribute'](_0x3ffd('0x1b')))return void _0x292762(_0x45f635);{const _0x205678=_0x30c6e7=>_0x30c6e7[_0x3ffd('0x1')][_0x3ffd('0x7')](_0x3ffd('0x1b'))===_0x6e4034,_0x3e6590=_0x46ab4d[_0x3ffd('0x4')](_0x205678,{'direction':_0x3ffd('0x2')}),_0x4be175=_0x46ab4d[_0x3ffd('0x4')](_0x205678);_0x274099=[_0x2613d1['model'][_0x3ffd('0xa')](_0x3e6590,_0x4be175)],_0x17ab79==_0x6e4034&&(_0x17ab79=null);}}else for(const _0x506e29 of _0x3c9702[_0x3ffd('0x0')]())_0x17ab79?_0x274099['push'](_0x506e29):_0x274099[_0x3ffd('0x6')](..._0x4d135c(_0x3ffd('0x1b'),_0x506e29,_0x2613d1[_0x3ffd('0x3')]));_0x2613d1['model']['change'](()=>{for(const _0x5a602a of _0x274099)_0x1fe29a[_0x3ffd('0xb')](_0x5a602a,{'commandName':'highlight','commandParams':[{'value':_0x17ab79}]});});});const _0x218668=_0x2613d1[_0x3ffd('0x10')];_0x1fe29a[_0x3ffd('0xe')][_0x3ffd('0x19')](_0x5933ce=>{const {type:_0x225f1b,data:_0x316014}=_0x5933ce;if(_0x3ffd('0xf')==_0x225f1b&&_0x316014&&_0x3ffd('0x1b')==_0x316014[_0x3ffd('0x11')]){const _0x393fa4=_0x316014['commandParams'][0x0][_0x3ffd('0xc')];if(_0x393fa4){const _0x2698a5=_0x2613d1['config'][_0x3ffd('0x13')](_0x3ffd('0x14'))[_0x3ffd('0xd')](_0x151649=>_0x151649[_0x3ffd('0x3')]==_0x393fa4),_0x461928=_0x218668['_t'](_0x2698a5['title'])[_0x3ffd('0x16')]();return{'type':_0x3ffd('0x9'),'content':_0x24c22b(_0x218668,'*Set\x20highlight:*\x20%0',_0x461928),'color':{'value':_0x2698a5[_0x3ffd('0x1c')],'title':_0x2698a5['title']}};}return{'type':_0x3ffd('0x9'),'content':_0x24c22b(_0x218668,_0x3ffd('0x1a'),_0x24c22b(_0x218668,'FORMAT_HIGHLIGHT'))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x15ca=['enableCommand','createPositionAt','TrackChangesEditing','afterInit','showSuggestionHighlights','ELEMENT_HORIZONTAL_LINE','createEmptyElement','_descriptionFactory','insert','HorizontalLineEditing','createContainerElement','plugins','ck-horizontal-line','dataDowncast','registerElementLabel','horizontalLine','div','conversion','get'];(function(_0x243c2f,_0x15caf4){const _0x561bc9=function(_0xb8d25d){while(--_0xb8d25d){_0x243c2f['push'](_0x243c2f['shift']());}};_0x561bc9(++_0x15caf4);}(_0x15ca,0x6d));const _0x561b=function(_0x243c2f,_0x15caf4){_0x243c2f=_0x243c2f-0x0;let _0x561bc9=_0x15ca[_0x243c2f];return _0x561bc9;};import{Plugin as _0x21da05}from'ckeditor5/src/core';import{getTranslation as _0x2a0301}from'../utils/common-translations';export default class K extends _0x21da05{[_0x561b('0x8')](){const _0x4463fc=this['editor'];if(!_0x4463fc['plugins']['has'](_0x561b('0xe')))return;_0x4463fc[_0x561b('0x10')][_0x561b('0x4')](_0x561b('0x7'))[_0x561b('0x5')](_0x561b('0x1'));const _0x478c3e=_0x4463fc[_0x561b('0x10')][_0x561b('0x4')]('TrackChangesEditing'),_0x1dc4d3=_0x4463fc['locale'];_0x478c3e[_0x561b('0xc')][_0x561b('0x0')](_0x561b('0x1'),_0x2c6b9d=>_0x2a0301(_0x1dc4d3,_0x561b('0xa'),_0x2c6b9d)),_0x4463fc[_0x561b('0x3')]['for'](_0x561b('0x12'))['elementToStructure']({'model':'horizontalLine','view':(_0x3162bc,{writer:_0x263536,options:_0x5db94d})=>{if(!_0x5db94d[_0x561b('0x9')])return;const _0x3a70d5=_0x263536[_0x561b('0xf')](_0x561b('0x2')),_0x37b2c4=_0x263536[_0x561b('0xb')]('hr');return _0x263536['addClass'](_0x561b('0x11'),_0x3a70d5),_0x263536[_0x561b('0xd')](_0x263536[_0x561b('0x6')](_0x3a70d5,0x0),_0x37b2c4),_0x3a70d5;},'converterPriority':'high'});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5244=['model','cancel','getSelectedElement','htmlEmbed','get','format','rawHtmlApi','editor','value','has','document','editing','selection','afterInit','registerDescriptionCallback','*Change\x20%0\x20content*','ELEMENT_HTML_EMBED','HtmlEmbed','plugins','view','getCustomProperty','getAttribute','TrackChangesEditing','commandName','enableCommand','_descriptionFactory','registerElementLabel'];(function(_0x490c5f,_0x524465){const _0x4ec8d3=function(_0x54cffa){while(--_0x54cffa){_0x490c5f['push'](_0x490c5f['shift']());}};_0x4ec8d3(++_0x524465);}(_0x5244,0x197));const _0x4ec8=function(_0x490c5f,_0x524465){_0x490c5f=_0x490c5f-0x0;let _0x4ec8d3=_0x5244[_0x490c5f];return _0x4ec8d3;};import{Plugin as _0x4a27d5}from'ckeditor5/src/core';import{getTranslation as _0x421c71}from'../utils/common-translations';export default class Q extends _0x4a27d5{[_0x4ec8('0xb')](){const _0x144509=this[_0x4ec8('0x5')];if(!_0x144509[_0x4ec8('0x10')][_0x4ec8('0x7')](_0x4ec8('0xf')))return;const _0x3ce54c=_0x144509[_0x4ec8('0x10')][_0x4ec8('0x2')](_0x4ec8('0x14')),_0x59d2f8=_0x144509['locale'],_0x40a46a=_0x144509[_0x4ec8('0x9')][_0x4ec8('0x11')][_0x4ec8('0x8')][_0x4ec8('0xa')];_0x3ce54c[_0x4ec8('0x17')][_0x4ec8('0x18')]('rawHtml',_0x4e8f3d=>_0x421c71(_0x59d2f8,_0x4ec8('0xe'),_0x4e8f3d)),_0x144509['plugins'][_0x4ec8('0x2')](_0x4ec8('0x14'))[_0x4ec8('0x16')](_0x4ec8('0x1'),(_0x36909a,_0x6631dd)=>{const _0x2209be=_0x144509[_0x4ec8('0x19')],_0x108c1d=_0x2209be[_0x4ec8('0x8')][_0x4ec8('0xa')];_0x2209be['change'](()=>{const _0xad0930=function(_0x136c08){const _0x425b70=_0x136c08[_0x4ec8('0x0')]();if(_0x425b70&&_0x425b70['is']('element','rawHtml'))return _0x136c08[_0x4ec8('0x0')]();return null;}(_0x108c1d);if(!_0xad0930)return void _0x36909a(null);const _0x37a5b2=_0xad0930[_0x4ec8('0x13')](_0x4ec8('0x6'))||'';if(void 0x0===_0x6631dd)return;if(_0x6631dd===_0x37a5b2)return;_0x3ce54c['markBlockFormat'](_0xad0930,{'commandName':'htmlEmbed','commandParams':[_0x6631dd]}),_0x40a46a[_0x4ec8('0x0')]()[_0x4ec8('0x12')](_0x4ec8('0x4'))[_0x4ec8('0x1a')]();});}),_0x3ce54c['_descriptionFactory'][_0x4ec8('0xc')](_0x4aebde=>{const {data:_0x1eea1a}=_0x4aebde;if(_0x1eea1a&&'htmlEmbed'==_0x1eea1a[_0x4ec8('0x15')]){const _0x359531=_0x421c71(_0x59d2f8,_0x4ec8('0xe'));return{'type':_0x4ec8('0x3'),'content':_0x421c71(_0x59d2f8,_0x4ec8('0xd'),_0x359531)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x18ec=['ImageTextAlternativeEditing','convertInlineImageToBlock','schema','model','imageBlock','suggestion','isInlineImage','TrackChangesEditing','newValue','_suggestionFactory','type','imageInline','ImageCaptionEditing','hasAttribute','_findSuggestions','forward','toLowerCase','getSuggestionCallback','previous','isEqual','insertion','Inline\x20image\x20to\x20block\x20image','filter','getSuggestion','isOwn','has','formatBlock','imageStylePostApply','join','ImageCaptionUtils','findIndex','author','change','markInlineFormat','getFirstRange','resizeImage','forEach','accept','toggleImageCaption','ELEMENT_INLINE_IMAGE','width','head','locale','length','registerDescriptionCallback','createRange','ImageInlineEditing','discardSuggestion','newRange','selection','registerCustomCallback','Block\x20image\x20to\x20inline\x20image','ImageBlockEditing','from','afterInit','enableCommand','formatInline','getNearestSelectionRange','chain','shouldConvertImageType','side','commands','getSuggestions','getClosestSelectedImageElement','commandParams','isIntersecting','*Reset\x20image\x20width*','isInContent','caption','imageTypeBlock','commandName','getChangedMarkers','value','alt','*Remove\x20image\x20text\x20alternative*','isCollapsed','registerElementLabel','nodeBefore','isBlockImage','getContainedElement','document','registerPostFixer','createRangeOn','start','ImageUploadEditing','format','imageTextAlternative','removeObject','markDeletion','markInsertion','commandReversedParams','*Format:*\x20%0','differ','imageStylePreApply','convertBlockImageToInline','end','plugins','_descriptionFactory','toNext','subType','next','_splitMarkerName','insertImage','ImageResize','name','FORMAT_SIDE_IMAGE','detach','fromPosition','isBefore','markBlockFormat','imageStyle','getCaptionFromImageModelElement','imageCaption','get','imageTypeInline','find','Users','backward','refresh','forceDefaultExecution','element'];(function(_0x15591e,_0x18ecea){const _0x5e78d6=function(_0x3996b4){while(--_0x3996b4){_0x15591e['push'](_0x15591e['shift']());}};_0x5e78d6(++_0x18ecea);}(_0x18ec,0xbd));const _0x5e78=function(_0x15591e,_0x18ecea){_0x15591e=_0x15591e-0x0;let _0x5e78d6=_0x18ec[_0x15591e];return _0x5e78d6;};import{Plugin as _0x1a0cf2}from'ckeditor5/src/core';import{LivePosition as _0x13a522}from'ckeditor5/src/engine';import{uid as _0xe50f4f}from'ckeditor5/src/utils';import{getTranslation as _0x250a75}from'../utils/common-translations';export default class V extends _0x1a0cf2{[_0x5e78('0x6b')](){const _0x5d8b34=this['editor'];if(!_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')]('ImageEditing'))return;const _0x5a7f0c=_0x5d8b34['plugins'][_0x5e78('0x2d')](_0x5e78('0x3c')),_0x236524=_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x2d')]('ImageUtils'),_0x2465e4={},_0x512800=_0x5d8b34[_0x5e78('0x5f')];if(_0x5a7f0c[_0x5e78('0x6c')](_0x5e78('0x22')),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x8')](_0x5e78('0x39'),_0x4281b2=>_0x250a75(_0x512800,'ELEMENT_IMAGE',_0x4281b2)),_0x5a7f0c[_0x5e78('0x1d')]['registerElementLabel'](_0x5e78('0x40'),_0x3d06b0=>_0x250a75(_0x512800,_0x5e78('0x5c'),_0x3d06b0)),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x8')](_0x5e78('0x0'),_0x250a75(_0x512800,'ELEMENT_CAPTION')),_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')](_0x5e78('0x10'))&&_0x5a7f0c[_0x5e78('0x6c')]('uploadImage'),_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')](_0x5e78('0x69'))&&_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')](_0x5e78('0x63'))&&(_0x5a7f0c[_0x5e78('0x6c')]('imageTypeInline',(_0x1b2752,_0x2c3da1)=>{const _0x23e936=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']);_0x5d8b34['model'][_0x5e78('0x55')](()=>{_0x5a7f0c[_0x5e78('0x29')](_0x23e936,{'commandName':_0x5e78('0x2e'),'commandParams':[_0x2c3da1]},[],_0x5e78('0x1a'));});}),_0x5a7f0c[_0x5e78('0x6c')](_0x5e78('0x1'),(_0xae570,_0x857d64)=>{_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x55')](_0x235345=>{let _0x204f88=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')][_0x5e78('0x66')]),_0x196c89=_0x235345[_0x5e78('0xe')](_0x204f88);const _0x3d4296=_0x13a522[_0x5e78('0x27')](_0x196c89['start'],'toPrevious'),_0x2f3b52=_0x13a522['fromPosition'](_0x196c89[_0x5e78('0x1b')],_0x5e78('0x1e'));_0x5a7f0c[_0x5e78('0x33')](()=>_0xae570(_0x857d64)),_0x204f88=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']),_0x196c89=_0x235345[_0x5e78('0xe')](_0x204f88);const _0x2bfbd4=_0x235345[_0x5e78('0x62')](_0x3d4296,_0x2f3b52);_0x3d4296['detach'](),_0x2f3b52[_0x5e78('0x26')](),_0x5a7f0c[_0x5e78('0x29')](_0x204f88,{'commandName':_0x5e78('0x2e')},[],'convertInlineImageToBlock'),_0x2bfbd4[_0x5e78('0xf')]['isBefore'](_0x196c89[_0x5e78('0xf')])&&_0x5a7f0c[_0x5e78('0x15')](_0x235345[_0x5e78('0x62')](_0x2bfbd4[_0x5e78('0xf')],_0x196c89[_0x5e78('0xf')]),'convertInlineImageToBlock'),_0x196c89[_0x5e78('0x1b')][_0x5e78('0x28')](_0x2bfbd4['end'])&&_0x5a7f0c[_0x5e78('0x15')](_0x235345[_0x5e78('0x62')](_0x196c89[_0x5e78('0x1b')],_0x2bfbd4[_0x5e78('0x1b')]),_0x5e78('0x36'));});}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x4f'),_0x5e78('0x36'),_0x5e78('0x51'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')]['registerCustomCallback'](_0x5e78('0x4f'),_0x5e78('0x36'),_0x5e78('0x5a'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x4f'),_0x5e78('0x36'),'discard',_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x46')](_0x5e78('0x4f'),'',_0x5e78('0x5a'))),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x49'),'convertInlineImageToBlock','join',()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x49'),_0x5e78('0x36'),'discard',([_0x9617c0])=>{const _0x54b405=_0x5a7f0c['_suggestionFactory']['getSuggestionCallback'](_0x5e78('0x49'),'','discard');let _0x41575e=_0x9617c0['start'],_0x3a54ce=_0x9617c0['end'];const _0x568bd9=_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x37')][_0x5e78('0x6e')](_0x41575e,_0x5e78('0x31')),_0x3e0d7c=_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x37')]['getNearestSelectionRange'](_0x3a54ce,_0x5e78('0x44'));_0x568bd9['isCollapsed']&&(_0x41575e=_0x568bd9['start']),_0x3e0d7c[_0x5e78('0x7')]&&(_0x3a54ce=_0x3e0d7c['end']),_0x54b405([_0x5d8b34['model'][_0x5e78('0x62')](_0x41575e,_0x3a54ce)]);}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x4f'),_0x5e78('0x36'),_0x5e78('0x6f'),_0x31b265),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')](_0x5e78('0x49'),_0x5e78('0x36'),'chain',_0x31b265)),_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')](_0x5e78('0x41'))&&(_0x5a7f0c['enableCommand'](_0x5e78('0x5b'),(_0x15ee2e,_0x49da36)=>{const _0x142fc1=_0x5d8b34[_0x5e78('0x1c')]['get'](_0x5e78('0x52'));let _0x58be53=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')]['document'][_0x5e78('0x66')]),_0x1f73fd=_0x142fc1[_0x5e78('0x2b')](_0x58be53);_0x5d8b34['model'][_0x5e78('0x55')](()=>{if(_0x1f73fd)return void _0x5a7f0c[_0x5e78('0x14')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xe')](_0x1f73fd));const _0x10ca82=_0x236524[_0x5e78('0xa')](_0x58be53);_0x15ee2e(_0x49da36),_0x58be53=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']),_0x1f73fd=_0x142fc1[_0x5e78('0x2b')](_0x58be53),_0x5a7f0c[_0x5e78('0x15')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xe')](_0x1f73fd),_0x10ca82?null:_0x5e78('0x2c'));});}),_0x5a7f0c[_0x5e78('0x3e')]['registerCustomCallback']('insertion',_0x5e78('0x2c'),_0x5e78('0x6f'),_0x31b265)),_0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x4e')]('ImageStyleEditing')){_0x5a7f0c['enableCommand'](_0x5e78('0x2a'),(_0xa6b344,_0x2687bd)=>{const _0x34abf0=_0x5d8b34['plugins'][_0x5e78('0x2d')](_0x5e78('0x30'))['me'],_0x2e03bd=_0x5d8b34[_0x5e78('0x72')][_0x5e78('0x2d')](_0x5e78('0x2a'));let _0x68aadf=_0x236524['getClosestSelectedImageElement'](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']),_0x19d83f=_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xe')](_0x68aadf),_0x25af91=_0x2e03bd['value'];if(_0x25af91==_0x2687bd[_0x5e78('0x4')])return;const _0x211bb7={'commandName':_0x5e78('0x2a'),'commandParams':[_0x2687bd],'formatGroupId':_0xe50f4f()};_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x55')](()=>{if(_0x5a7f0c[_0x5e78('0x73')]()[_0x5e78('0x4b')](_0x17ba54=>_0x17ba54[_0x5e78('0x78')]&&_0x34abf0==_0x17ba54[_0x5e78('0x54')]&&(_0x5e78('0x4f')==_0x17ba54[_0x5e78('0x3f')]||_0x5e78('0x6d')==_0x17ba54['type'])&&('imageStylePreApply'==_0x17ba54['subType']||_0x5e78('0x50')==_0x17ba54[_0x5e78('0x1f')])&&_0x17ba54[_0x5e78('0x57')]()[_0x5e78('0x48')](_0x19d83f))[_0x5e78('0x59')](_0x40b987=>_0x5a7f0c['discardSuggestion'](_0x40b987[_0x5e78('0x5e')])),_0x68aadf=_0x236524['getClosestSelectedImageElement'](_0x5d8b34['model'][_0x5e78('0xc')][_0x5e78('0x66')]),_0x19d83f=_0x5d8b34['model'][_0x5e78('0xe')](_0x68aadf),_0x2e03bd[_0x5e78('0x32')](),_0x5d8b34['commands']['get'](_0x5e78('0x2e'))[_0x5e78('0x32')](),_0x5d8b34['commands'][_0x5e78('0x2d')](_0x5e78('0x1'))[_0x5e78('0x32')](),_0x25af91=_0x2e03bd[_0x5e78('0x4')],_0x25af91!=_0x2687bd[_0x5e78('0x4')])return _0x236524[_0x5e78('0x3b')](_0x68aadf)&&_0x2e03bd[_0x5e78('0x70')](_0x2687bd[_0x5e78('0x4')],_0x68aadf)?(_0xa6b344(_0x2687bd),_0x68aadf=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')]['selection']),void _0x5a7f0c[_0x5e78('0x29')](_0x68aadf,{..._0x211bb7,'commandReversedParams':[{'value':_0x25af91||null}]},[],_0x5e78('0x19'))):void(_0x236524[_0x5e78('0xa')](_0x68aadf)?_0x5a7f0c[_0x5e78('0x29')](_0x68aadf,_0x211bb7,[],'imageStylePostApply'):_0x5a7f0c[_0x5e78('0x56')](_0x19d83f,_0x211bb7,_0x5e78('0x50')));});});for(const _0x1f8dd0 of _0x5d8b34[_0x5e78('0x1c')][_0x5e78('0x2d')]('ImageStyleEditing')['normalizedStyles'])_0x2465e4[_0x1f8dd0[_0x5e78('0x24')]]=_0x1f8dd0['title'][_0x5e78('0x45')]();_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')]('formatBlock','imageStylePreApply',_0x5e78('0x51'),()=>{}),_0x5a7f0c['_suggestionFactory']['registerCustomCallback'](_0x5e78('0x4f'),_0x5e78('0x50'),_0x5e78('0x51'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')]('formatInline',_0x5e78('0x50'),_0x5e78('0x51'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')]('formatBlock',_0x5e78('0x19'),_0x5e78('0x5a'),()=>{}),_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x67')]('formatBlock',_0x5e78('0x19'),'discard',(_0x4cde97,_0x46c3a9)=>{_0x5a7f0c[_0x5e78('0x3e')][_0x5e78('0x46')]('formatBlock','','accept')(_0x4cde97,{'commandName':_0x46c3a9['commandName'],'commandParams':_0x46c3a9[_0x5e78('0x16')]});}),_0x5a7f0c['_suggestionFactory']['registerCustomCallback'](_0x5e78('0x4f'),_0x5e78('0x19'),_0x5e78('0x6f'),_0x31b265);}const _0x5e0f76=[{'type':_0x5e78('0x4f'),'subType':_0x5e78('0x19')},{'type':_0x5e78('0x49'),'subType':_0x5e78('0x2c')},{'type':_0x5e78('0x4f'),'subType':_0x5e78('0x36')},{'type':'insertion','subType':_0x5e78('0x36')}];function _0x567a4d(_0x5e035b,_0x3eb264){const _0x5adea3=_0x5e0f76[_0x5e78('0x53')](({type:_0x4b92c0,subType:_0x47ed7e})=>_0x5e035b[_0x5e78('0x3f')]==_0x4b92c0&&_0x5e035b[_0x5e78('0x1f')]==_0x47ed7e),_0x4f7081=_0x5e0f76['findIndex'](({type:_0x3647da,subType:_0x5cddb3})=>_0x3eb264[_0x5e78('0x3f')]==_0x3647da&&_0x3eb264[_0x5e78('0x1f')]==_0x5cddb3);if(_0x5adea3<0x0||_0x4f7081<0x0)return!0x1;const _0x1351fb=_0x5e035b[_0x5e78('0x57')](),_0x563604=_0x3eb264['getFirstRange']();if((0x0==_0x5adea3||0x1==_0x5adea3)&&0x2==_0x4f7081&&_0x1351fb[_0x5e78('0x76')](_0x563604))return!0x0;if(0x2==_0x5adea3&&0x3==_0x4f7081){const _0x59e2a1=_0x5a7f0c[_0x5e78('0x43')](_0x1351fb,_0x5e78('0x49'))[_0x5e78('0x4b')](({suggestion:_0x3df581,meta:_0x21490b})=>_0x21490b[_0x5e78('0x4d')]&&_0x5e78('0x36')==_0x3df581[_0x5e78('0x1f')]);if(_0x59e2a1[_0x5e78('0x60')]>0x1&&_0x563604[_0x5e78('0x1b')][_0x5e78('0x48')](_0x1351fb[_0x5e78('0xf')]))return!0x0;if(0x1==_0x59e2a1[_0x5e78('0x60')]&&(_0x1351fb['start'][_0x5e78('0x48')](_0x563604[_0x5e78('0x1b')])||_0x1351fb[_0x5e78('0x1b')][_0x5e78('0x48')](_0x563604[_0x5e78('0xf')])))return!0x0;}if(0x3==_0x5adea3&&0x3==_0x4f7081&&_0x1351fb['start'][_0x5e78('0x28')](_0x563604[_0x5e78('0xf')])){const _0x3fa831=_0x1351fb[_0x5e78('0x1b')]['nodeAfter'],_0x49fb55=_0x563604['start'][_0x5e78('0x9')];return _0x236524[_0x5e78('0xa')](_0x3fa831)&&_0x3fa831===_0x49fb55;}return!0x1;}function _0x31b265(_0x52271f,_0x372749){return _0x567a4d(_0x52271f,_0x372749)?[_0x52271f,_0x372749]:_0x567a4d(_0x372749,_0x52271f)?[_0x372749,_0x52271f]:null;}_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')][_0x5e78('0xd')](()=>{let _0xcd3d3b=!0x1;const _0x59e66b=Array[_0x5e78('0x6a')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')][_0x5e78('0x18')][_0x5e78('0x3')]());for(const {name:_0xc793a1,data:_0x315830}of _0x59e66b){const {group:_0x5b36f3,type:_0x281eb8,subType:_0x732a03,id:_0x20a281}=_0x5a7f0c[_0x5e78('0x21')](_0xc793a1);if(_0x5e78('0x3a')==_0x5b36f3&&_0x5a7f0c['hasSuggestion'](_0x20a281)){if(_0x5e78('0x4f')==_0x281eb8&&('imageStylePreApply'==_0x732a03||_0x5e78('0x50')==_0x732a03)){const _0x31cff3=_0x5a7f0c[_0x5e78('0x4c')](_0x20a281);if(_0x315830[_0x5e78('0x65')]){const _0x1585c2=_0x31cff3[_0x5e78('0x57')]()[_0x5e78('0xb')]();if(_0x236524[_0x5e78('0xa')](_0x1585c2))continue;_0x5a7f0c[_0x5e78('0x64')](_0x31cff3),_0xcd3d3b=!0x0;}}if(_0x5e78('0x49')==_0x281eb8&&_0x5e78('0x2c')==_0x732a03&&!_0x315830['newRange']){const _0x5b0ac2=_0x5a7f0c[_0x5e78('0x4c')](_0x20a281);_0x5b0ac2[_0x5e78('0x20')]&&_0x5b0ac2[_0x5e78('0x20')][_0x5e78('0x78')]&&(_0x5a7f0c[_0x5e78('0x64')](_0x5b0ac2[_0x5e78('0x20')]),_0xcd3d3b=!0x0);}}}return _0xcd3d3b;}),_0x5d8b34[_0x5e78('0x1c')]['has'](_0x5e78('0x23'))&&_0x5a7f0c[_0x5e78('0x6c')](_0x5e78('0x58'),(_0x286b3b,_0x1481e7)=>{const _0x1659dc=_0x236524[_0x5e78('0x74')](_0x5d8b34['model'][_0x5e78('0xc')][_0x5e78('0x66')]);_0x1659dc['getAttribute']('width')!=_0x1481e7[_0x5e78('0x5d')]&&_0x5d8b34['model'][_0x5e78('0x55')](()=>{_0x5a7f0c[_0x5e78('0x29')](_0x1659dc,{'commandName':_0x5e78('0x58'),'commandParams':[_0x1481e7]});});}),_0x5d8b34['plugins']['has'](_0x5e78('0x35'))&&_0x5a7f0c[_0x5e78('0x6c')](_0x5e78('0x12'),(_0x23dbdd,_0x4370dd)=>{const _0x3e643f=_0x236524[_0x5e78('0x74')](_0x5d8b34[_0x5e78('0x38')][_0x5e78('0xc')][_0x5e78('0x66')]);(_0x3e643f[_0x5e78('0x42')](_0x5e78('0x5'))?_0x3e643f['getAttribute']('alt'):'')!=_0x4370dd[_0x5e78('0x3d')]&&_0x5d8b34[_0x5e78('0x38')][_0x5e78('0x55')](()=>{_0x5a7f0c['markBlockFormat'](_0x3e643f,{'commandName':_0x5e78('0x12'),'commandParams':[_0x4370dd]});});}),_0x5a7f0c['_descriptionFactory'][_0x5e78('0x61')](_0x1cea54=>{if(!!_0x5e0f76[_0x5e78('0x2f')](({type:_0x370fd5,subType:_0x56f911})=>_0x1cea54[_0x5e78('0x3f')]==_0x370fd5&&_0x1cea54[_0x5e78('0x1f')]==_0x56f911))return _0x1cea54[_0x5e78('0x47')]?{}:void 0x0;}),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x61')](_0xeda142=>{if(_0x5e78('0x49')==_0xeda142[_0x5e78('0x3f')]||'deletion'==_0xeda142[_0x5e78('0x3f')]){const _0xdfa0b3=_0xeda142[_0x5e78('0xb')]();if(_0xdfa0b3&&_0xdfa0b3['is'](_0x5e78('0x34'),_0x5e78('0x0')))return{'type':_0x5e78('0x49')==_0xeda142[_0x5e78('0x3f')]?'addObject':_0x5e78('0x13'),'name':_0xdfa0b3[_0x5e78('0x24')],'quantity':0x1};}}),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x61')](_0x5aea20=>_0x5e78('0x4f')==_0x5aea20['type']&&_0x5e78('0x36')==_0x5aea20[_0x5e78('0x1f')]?{'type':_0x5e78('0x11'),'content':_0x5e78('0x4a')}:'formatBlock'==_0x5aea20[_0x5e78('0x3f')]&&_0x5e78('0x1a')==_0x5aea20['subType']?{'type':_0x5e78('0x11'),'content':_0x5e78('0x68')}:void 0x0),_0x5a7f0c[_0x5e78('0x1d')][_0x5e78('0x61')](_0x3c5748=>{const {data:_0x57f93d}=_0x3c5748;if(_0x57f93d){if('imageStyle'==_0x57f93d[_0x5e78('0x2')]){const _0x50a2e2=_0x57f93d['commandParams'][0x0]['value'];return _0x1a5e60(_0x5e78('0x71')===_0x50a2e2?_0x250a75(_0x512800,_0x5e78('0x25')):_0x2465e4[_0x50a2e2]||_0x50a2e2);}if(_0x5e78('0x12')==_0x57f93d[_0x5e78('0x2')]){const _0x502cee=_0x57f93d[_0x5e78('0x75')][0x0][_0x5e78('0x3d')];return _0x502cee?{'type':'format','content':_0x250a75(_0x512800,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x502cee+'\x22')}:{'type':_0x5e78('0x11'),'content':_0x250a75(_0x512800,_0x5e78('0x6'))};}if('resizeImage'==_0x57f93d[_0x5e78('0x2')]){const _0x3b072a=_0x57f93d[_0x5e78('0x75')][0x0][_0x5e78('0x5d')];return _0x3b072a?{'type':'format','content':_0x250a75(_0x512800,'*Set\x20image\x20width:*\x20%0',_0x3b072a)}:{'type':_0x5e78('0x11'),'content':_0x250a75(_0x512800,_0x5e78('0x77'))};}}function _0x1a5e60(_0x66363f){return{'type':'format','content':_0x250a75(_0x512800,_0x5e78('0x17'),_0x66363f)};}});}}
|
|
23
|
+
const _0x4f62=['get','subType','getClosestSelectedImageElement','isBlockImage','normalizedStyles','ImageUploadEditing','imageTextAlternative','backward','markDeletion','getFirstRange','alt','imageTypeInline','author','ImageTextAlternativeEditing','model','isInContent','getSuggestions','nodeAfter','newValue','_suggestionFactory','length','convertBlockImageToInline','name','ImageUtils','element','join','schema','Users','isIntersecting','discard','imageStyle','ELEMENT_IMAGE','addObject','*Set\x20image\x20width:*\x20%0','selection','locale','previous','ELEMENT_CAPTION','start','markInlineFormat','getAttribute','side','registerElementLabel','TrackChangesEditing','toNext','markBlockFormat','title','insertion','newRange','fromPosition','createRangeOn','isBefore','imageStylePostApply','filter','*Reset\x20image\x20width*','ImageResize','forEach','commandParams','change','*Format:*\x20%0','*Set\x20image\x20text\x20alternative:*\x20%0','afterInit','formatBlock','ImageInlineEditing','plugins','end','getContainedElement','getSuggestionCallback','ImageStyleEditing','suggestion','hasAttribute','isOwn','ImageCaptionUtils','refresh','registerCustomCallback','document','forward','removeObject','getNearestSelectionRange','getCaptionFromImageModelElement','isEqual','find','resizeImage','commands','_descriptionFactory','commandReversedParams','next','isCollapsed','format','getChangedMarkers','enableCommand','commandName','Inline\x20image\x20to\x20block\x20image','discardSuggestion','forceDefaultExecution','detach','ImageCaptionEditing','width','chain','registerDescriptionCallback','_findSuggestions','convertInlineImageToBlock','ELEMENT_INLINE_IMAGE','formatInline','createRange','findIndex','caption','Block\x20image\x20to\x20inline\x20image','accept','*Remove\x20image\x20text\x20alternative*','markInsertion','imageTypeBlock','ImageEditing','value','head','imageStylePreApply','getSuggestion','imageCaption','type','has'];(function(_0x25abc9,_0x4f6255){const _0x4399f3=function(_0x1269dd){while(--_0x1269dd){_0x25abc9['push'](_0x25abc9['shift']());}};_0x4399f3(++_0x4f6255);}(_0x4f62,0x102));const _0x4399=function(_0x25abc9,_0x4f6255){_0x25abc9=_0x25abc9-0x0;let _0x4399f3=_0x4f62[_0x25abc9];return _0x4399f3;};import{Plugin as _0x59457e}from'ckeditor5/src/core';import{LivePosition as _0x2ada7a}from'ckeditor5/src/engine';import{uid as _0x2d0bd2}from'ckeditor5/src/utils';import{getTranslation as _0x27528b}from'../utils/common-translations';export default class V extends _0x59457e{[_0x4399('0x2b')](){const _0x4a7357=this['editor'];if(!_0x4a7357[_0x4399('0x2e')]['has'](_0x4399('0x5e')))return;const _0x2bca1c=_0x4a7357[_0x4399('0x2e')][_0x4399('0x66')](_0x4399('0x19')),_0x4f0c03=_0x4a7357[_0x4399('0x2e')][_0x4399('0x66')](_0x4399('0x5')),_0x1b39e2={},_0x1958ac=_0x4a7357[_0x4399('0x11')];if(_0x2bca1c['enableCommand']('insertImage'),_0x2bca1c[_0x4399('0x42')]['registerElementLabel']('imageBlock',_0x5bdb4a=>_0x27528b(_0x1958ac,_0x4399('0xd'),_0x5bdb4a)),_0x2bca1c[_0x4399('0x42')][_0x4399('0x18')]('imageInline',_0x27f5eb=>_0x27528b(_0x1958ac,_0x4399('0x54'),_0x27f5eb)),_0x2bca1c[_0x4399('0x42')][_0x4399('0x18')](_0x4399('0x58'),_0x27528b(_0x1958ac,_0x4399('0x13'))),_0x4a7357[_0x4399('0x2e')][_0x4399('0x65')](_0x4399('0x6b'))&&_0x2bca1c['enableCommand']('uploadImage'),_0x4a7357[_0x4399('0x2e')][_0x4399('0x65')]('ImageBlockEditing')&&_0x4a7357['plugins']['has'](_0x4399('0x2d'))&&(_0x2bca1c[_0x4399('0x48')](_0x4399('0x71'),(_0x167ed7,_0x5bcadd)=>{const _0x227412=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]);_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](()=>{_0x2bca1c[_0x4399('0x1b')](_0x227412,{'commandName':_0x4399('0x71'),'commandParams':[_0x5bcadd]},[],_0x4399('0x3'));});}),_0x2bca1c[_0x4399('0x48')](_0x4399('0x5d'),(_0x4b1993,_0x1c1ad7)=>{_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](_0x7c1e2b=>{let _0x4c0f38=_0x4f0c03['getClosestSelectedImageElement'](_0x4a7357['model'][_0x4399('0x39')][_0x4399('0x10')]),_0xb00c21=_0x7c1e2b['createRangeOn'](_0x4c0f38);const _0x599976=_0x2ada7a[_0x4399('0x1f')](_0xb00c21['start'],'toPrevious'),_0x338c8a=_0x2ada7a[_0x4399('0x1f')](_0xb00c21[_0x4399('0x2f')],_0x4399('0x1a'));_0x2bca1c[_0x4399('0x4c')](()=>_0x4b1993(_0x1c1ad7)),_0x4c0f38=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]),_0xb00c21=_0x7c1e2b['createRangeOn'](_0x4c0f38);const _0x3c3db3=_0x7c1e2b[_0x4399('0x56')](_0x599976,_0x338c8a);_0x599976[_0x4399('0x4d')](),_0x338c8a[_0x4399('0x4d')](),_0x2bca1c['markBlockFormat'](_0x4c0f38,{'commandName':'imageTypeInline'},[],'convertInlineImageToBlock'),_0x3c3db3[_0x4399('0x14')]['isBefore'](_0xb00c21[_0x4399('0x14')])&&_0x2bca1c[_0x4399('0x5c')](_0x7c1e2b['createRange'](_0x3c3db3[_0x4399('0x14')],_0xb00c21[_0x4399('0x14')]),'convertInlineImageToBlock'),_0xb00c21[_0x4399('0x2f')][_0x4399('0x21')](_0x3c3db3[_0x4399('0x2f')])&&_0x2bca1c[_0x4399('0x5c')](_0x7c1e2b[_0x4399('0x56')](_0xb00c21[_0x4399('0x2f')],_0x3c3db3[_0x4399('0x2f')]),'convertInlineImageToBlock');});}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),'convertInlineImageToBlock','join',()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),_0x4399('0x53'),'accept',()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),_0x4399('0x53'),_0x4399('0xb'),_0x2bca1c['_suggestionFactory'][_0x4399('0x31')](_0x4399('0x2c'),'',_0x4399('0x5a'))),_0x2bca1c[_0x4399('0x1')]['registerCustomCallback']('insertion',_0x4399('0x53'),_0x4399('0x7'),()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')]('insertion',_0x4399('0x53'),_0x4399('0xb'),([_0x3c7f55])=>{const _0x1c54d6=_0x2bca1c[_0x4399('0x1')][_0x4399('0x31')]('insertion','',_0x4399('0xb'));let _0x1e6b14=_0x3c7f55[_0x4399('0x14')],_0x5eaf3c=_0x3c7f55[_0x4399('0x2f')];const _0x170795=_0x4a7357[_0x4399('0x74')]['schema'][_0x4399('0x3c')](_0x1e6b14,_0x4399('0x6d')),_0x54cb51=_0x4a7357[_0x4399('0x74')][_0x4399('0x8')][_0x4399('0x3c')](_0x5eaf3c,_0x4399('0x3a'));_0x170795[_0x4399('0x45')]&&(_0x1e6b14=_0x170795[_0x4399('0x14')]),_0x54cb51['isCollapsed']&&(_0x5eaf3c=_0x54cb51[_0x4399('0x2f')]),_0x1c54d6([_0x4a7357[_0x4399('0x74')][_0x4399('0x56')](_0x1e6b14,_0x5eaf3c)]);}),_0x2bca1c['_suggestionFactory'][_0x4399('0x38')](_0x4399('0x2c'),'convertInlineImageToBlock','chain',_0x54a3ae),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x1d'),_0x4399('0x53'),_0x4399('0x50'),_0x54a3ae)),_0x4a7357[_0x4399('0x2e')][_0x4399('0x65')](_0x4399('0x4e'))&&(_0x2bca1c[_0x4399('0x48')]('toggleImageCaption',(_0x4e6ec4,_0x376ffb)=>{const _0x1d2290=_0x4a7357[_0x4399('0x2e')][_0x4399('0x66')](_0x4399('0x36'));let _0x481463=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')]['document']['selection']),_0x23b5e1=_0x1d2290[_0x4399('0x3d')](_0x481463);_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](()=>{if(_0x23b5e1)return void _0x2bca1c[_0x4399('0x6e')](_0x4a7357['model']['createRangeOn'](_0x23b5e1));const _0xa3b49d=_0x4f0c03[_0x4399('0x69')](_0x481463);_0x4e6ec4(_0x376ffb),_0x481463=_0x4f0c03['getClosestSelectedImageElement'](_0x4a7357['model'][_0x4399('0x39')]['selection']),_0x23b5e1=_0x1d2290[_0x4399('0x3d')](_0x481463),_0x2bca1c['markInsertion'](_0x4a7357[_0x4399('0x74')][_0x4399('0x20')](_0x23b5e1),_0xa3b49d?null:'imageCaption');});}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x1d'),_0x4399('0x63'),_0x4399('0x50'),_0x54a3ae)),_0x4a7357[_0x4399('0x2e')][_0x4399('0x65')]('ImageStyleEditing')){_0x2bca1c[_0x4399('0x48')]('imageStyle',(_0x37288b,_0x34b96d)=>{const _0xc81bfb=_0x4a7357['plugins'][_0x4399('0x66')](_0x4399('0x9'))['me'],_0x1068d3=_0x4a7357[_0x4399('0x41')][_0x4399('0x66')](_0x4399('0xc'));let _0x1420a4=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]),_0x1f78e5=_0x4a7357[_0x4399('0x74')][_0x4399('0x20')](_0x1420a4),_0x10bbef=_0x1068d3[_0x4399('0x5f')];if(_0x10bbef==_0x34b96d[_0x4399('0x5f')])return;const _0x3fcb54={'commandName':_0x4399('0xc'),'commandParams':[_0x34b96d],'formatGroupId':_0x2d0bd2()};_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](()=>{if(_0x2bca1c[_0x4399('0x76')]()[_0x4399('0x23')](_0x2b0229=>_0x2b0229[_0x4399('0x75')]&&_0xc81bfb==_0x2b0229[_0x4399('0x72')]&&(_0x4399('0x2c')==_0x2b0229['type']||_0x4399('0x55')==_0x2b0229['type'])&&(_0x4399('0x61')==_0x2b0229[_0x4399('0x67')]||'imageStylePostApply'==_0x2b0229[_0x4399('0x67')])&&_0x2b0229['getFirstRange']()[_0x4399('0x3e')](_0x1f78e5))[_0x4399('0x26')](_0x1718c7=>_0x2bca1c['discardSuggestion'](_0x1718c7[_0x4399('0x60')])),_0x1420a4=_0x4f0c03['getClosestSelectedImageElement'](_0x4a7357['model'][_0x4399('0x39')][_0x4399('0x10')]),_0x1f78e5=_0x4a7357[_0x4399('0x74')]['createRangeOn'](_0x1420a4),_0x1068d3[_0x4399('0x37')](),_0x4a7357[_0x4399('0x41')][_0x4399('0x66')](_0x4399('0x71'))[_0x4399('0x37')](),_0x4a7357['commands'][_0x4399('0x66')]('imageTypeBlock')[_0x4399('0x37')](),_0x10bbef=_0x1068d3[_0x4399('0x5f')],_0x10bbef!=_0x34b96d[_0x4399('0x5f')])return _0x4f0c03['isInlineImage'](_0x1420a4)&&_0x1068d3['shouldConvertImageType'](_0x34b96d['value'],_0x1420a4)?(_0x37288b(_0x34b96d),_0x1420a4=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')]['selection']),void _0x2bca1c['markBlockFormat'](_0x1420a4,{..._0x3fcb54,'commandReversedParams':[{'value':_0x10bbef||null}]},[],'imageStylePreApply')):void(_0x4f0c03[_0x4399('0x69')](_0x1420a4)?_0x2bca1c[_0x4399('0x1b')](_0x1420a4,_0x3fcb54,[],'imageStylePostApply'):_0x2bca1c[_0x4399('0x15')](_0x1f78e5,_0x3fcb54,_0x4399('0x22')));});});for(const _0x39bca2 of _0x4a7357[_0x4399('0x2e')]['get'](_0x4399('0x32'))[_0x4399('0x6a')])_0x1b39e2[_0x39bca2['name']]=_0x39bca2[_0x4399('0x1c')]['toLowerCase']();_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')]('formatBlock',_0x4399('0x61'),_0x4399('0x7'),()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),_0x4399('0x22'),'join',()=>{}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x55'),_0x4399('0x22'),_0x4399('0x7'),()=>{}),_0x2bca1c[_0x4399('0x1')]['registerCustomCallback']('formatBlock','imageStylePreApply',_0x4399('0x5a'),()=>{}),_0x2bca1c[_0x4399('0x1')]['registerCustomCallback'](_0x4399('0x2c'),_0x4399('0x61'),_0x4399('0xb'),(_0x12a2ac,_0xbea106)=>{_0x2bca1c[_0x4399('0x1')]['getSuggestionCallback']('formatBlock','',_0x4399('0x5a'))(_0x12a2ac,{'commandName':_0xbea106['commandName'],'commandParams':_0xbea106[_0x4399('0x43')]});}),_0x2bca1c[_0x4399('0x1')][_0x4399('0x38')](_0x4399('0x2c'),_0x4399('0x61'),'chain',_0x54a3ae);}const _0x560c95=[{'type':'formatBlock','subType':_0x4399('0x61')},{'type':_0x4399('0x1d'),'subType':_0x4399('0x63')},{'type':_0x4399('0x2c'),'subType':_0x4399('0x53')},{'type':'insertion','subType':_0x4399('0x53')}];function _0x102d2f(_0x230a35,_0x29253e){const _0x2aab99=_0x560c95[_0x4399('0x57')](({type:_0x579fac,subType:_0xf9d383})=>_0x230a35[_0x4399('0x64')]==_0x579fac&&_0x230a35[_0x4399('0x67')]==_0xf9d383),_0x17dbc5=_0x560c95[_0x4399('0x57')](({type:_0x4fba21,subType:_0x30ac92})=>_0x29253e[_0x4399('0x64')]==_0x4fba21&&_0x29253e[_0x4399('0x67')]==_0x30ac92);if(_0x2aab99<0x0||_0x17dbc5<0x0)return!0x1;const _0x452204=_0x230a35['getFirstRange'](),_0x175968=_0x29253e[_0x4399('0x6f')]();if((0x0==_0x2aab99||0x1==_0x2aab99)&&0x2==_0x17dbc5&&_0x452204[_0x4399('0xa')](_0x175968))return!0x0;if(0x2==_0x2aab99&&0x3==_0x17dbc5){const _0x4c03e9=_0x2bca1c[_0x4399('0x52')](_0x452204,_0x4399('0x1d'))[_0x4399('0x23')](({suggestion:_0x220bf7,meta:_0x479f9f})=>_0x479f9f[_0x4399('0x35')]&&_0x4399('0x53')==_0x220bf7[_0x4399('0x67')]);if(_0x4c03e9[_0x4399('0x2')]>0x1&&_0x175968[_0x4399('0x2f')][_0x4399('0x3e')](_0x452204[_0x4399('0x14')]))return!0x0;if(0x1==_0x4c03e9[_0x4399('0x2')]&&(_0x452204[_0x4399('0x14')][_0x4399('0x3e')](_0x175968[_0x4399('0x2f')])||_0x452204[_0x4399('0x2f')][_0x4399('0x3e')](_0x175968[_0x4399('0x14')])))return!0x0;}if(0x3==_0x2aab99&&0x3==_0x17dbc5&&_0x452204[_0x4399('0x14')][_0x4399('0x21')](_0x175968[_0x4399('0x14')])){const _0x3948d3=_0x452204['end'][_0x4399('0x77')],_0x2dfd4d=_0x175968[_0x4399('0x14')]['nodeBefore'];return _0x4f0c03[_0x4399('0x69')](_0x3948d3)&&_0x3948d3===_0x2dfd4d;}return!0x1;}function _0x54a3ae(_0x3fee28,_0x1c4de1){return _0x102d2f(_0x3fee28,_0x1c4de1)?[_0x3fee28,_0x1c4de1]:_0x102d2f(_0x1c4de1,_0x3fee28)?[_0x1c4de1,_0x3fee28]:null;}_0x4a7357[_0x4399('0x74')][_0x4399('0x39')]['registerPostFixer'](()=>{let _0x30d61f=!0x1;const _0x260604=Array['from'](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')]['differ'][_0x4399('0x47')]());for(const {name:_0x248655,data:_0x32804c}of _0x260604){const {group:_0x1886e8,type:_0x4d2f38,subType:_0x47f3a1,id:_0x18b314}=_0x2bca1c['_splitMarkerName'](_0x248655);if(_0x4399('0x33')==_0x1886e8&&_0x2bca1c['hasSuggestion'](_0x18b314)){if(_0x4399('0x2c')==_0x4d2f38&&(_0x4399('0x61')==_0x47f3a1||_0x4399('0x22')==_0x47f3a1)){const _0x52c710=_0x2bca1c[_0x4399('0x62')](_0x18b314);if(_0x32804c[_0x4399('0x1e')]){const _0x557a85=_0x52c710[_0x4399('0x6f')]()[_0x4399('0x30')]();if(_0x4f0c03[_0x4399('0x69')](_0x557a85))continue;_0x2bca1c[_0x4399('0x4b')](_0x52c710),_0x30d61f=!0x0;}}if(_0x4399('0x1d')==_0x4d2f38&&_0x4399('0x63')==_0x47f3a1&&!_0x32804c[_0x4399('0x1e')]){const _0x8212ad=_0x2bca1c[_0x4399('0x62')](_0x18b314);_0x8212ad[_0x4399('0x44')]&&_0x8212ad[_0x4399('0x44')][_0x4399('0x75')]&&(_0x2bca1c['discardSuggestion'](_0x8212ad[_0x4399('0x44')]),_0x30d61f=!0x0);}}}return _0x30d61f;}),_0x4a7357[_0x4399('0x2e')]['has'](_0x4399('0x25'))&&_0x2bca1c[_0x4399('0x48')]('resizeImage',(_0x484b08,_0xa22323)=>{const _0x743d33=_0x4f0c03[_0x4399('0x68')](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]);_0x743d33[_0x4399('0x16')]('width')!=_0xa22323[_0x4399('0x4f')]&&_0x4a7357['model'][_0x4399('0x28')](()=>{_0x2bca1c[_0x4399('0x1b')](_0x743d33,{'commandName':_0x4399('0x40'),'commandParams':[_0xa22323]});});}),_0x4a7357['plugins'][_0x4399('0x65')](_0x4399('0x73'))&&_0x2bca1c[_0x4399('0x48')](_0x4399('0x6c'),(_0x3e14ce,_0x13c326)=>{const _0x24cade=_0x4f0c03['getClosestSelectedImageElement'](_0x4a7357[_0x4399('0x74')][_0x4399('0x39')][_0x4399('0x10')]);(_0x24cade[_0x4399('0x34')]('alt')?_0x24cade[_0x4399('0x16')](_0x4399('0x70')):'')!=_0x13c326['newValue']&&_0x4a7357[_0x4399('0x74')][_0x4399('0x28')](()=>{_0x2bca1c[_0x4399('0x1b')](_0x24cade,{'commandName':'imageTextAlternative','commandParams':[_0x13c326]});});}),_0x2bca1c[_0x4399('0x42')][_0x4399('0x51')](_0x29314f=>{if(!!_0x560c95[_0x4399('0x3f')](({type:_0x1c3756,subType:_0x287130})=>_0x29314f[_0x4399('0x64')]==_0x1c3756&&_0x29314f['subType']==_0x287130))return _0x29314f[_0x4399('0x12')]?{}:void 0x0;}),_0x2bca1c[_0x4399('0x42')][_0x4399('0x51')](_0x5066e5=>{if(_0x4399('0x1d')==_0x5066e5['type']||'deletion'==_0x5066e5['type']){const _0x2e07d0=_0x5066e5[_0x4399('0x30')]();if(_0x2e07d0&&_0x2e07d0['is'](_0x4399('0x6'),_0x4399('0x58')))return{'type':'insertion'==_0x5066e5[_0x4399('0x64')]?_0x4399('0xe'):_0x4399('0x3b'),'name':_0x2e07d0[_0x4399('0x4')],'quantity':0x1};}}),_0x2bca1c[_0x4399('0x42')][_0x4399('0x51')](_0x182b42=>'formatBlock'==_0x182b42[_0x4399('0x64')]&&_0x4399('0x53')==_0x182b42[_0x4399('0x67')]?{'type':_0x4399('0x46'),'content':_0x4399('0x4a')}:_0x4399('0x2c')==_0x182b42[_0x4399('0x64')]&&_0x4399('0x3')==_0x182b42[_0x4399('0x67')]?{'type':_0x4399('0x46'),'content':_0x4399('0x59')}:void 0x0),_0x2bca1c[_0x4399('0x42')][_0x4399('0x51')](_0x577b69=>{const {data:_0x5d20a6}=_0x577b69;if(_0x5d20a6){if(_0x4399('0xc')==_0x5d20a6[_0x4399('0x49')]){const _0x1611a9=_0x5d20a6[_0x4399('0x27')][0x0]['value'];return _0x28af1c(_0x4399('0x17')===_0x1611a9?_0x27528b(_0x1958ac,'FORMAT_SIDE_IMAGE'):_0x1b39e2[_0x1611a9]||_0x1611a9);}if('imageTextAlternative'==_0x5d20a6[_0x4399('0x49')]){const _0x3de107=_0x5d20a6[_0x4399('0x27')][0x0][_0x4399('0x0')];return _0x3de107?{'type':_0x4399('0x46'),'content':_0x27528b(_0x1958ac,_0x4399('0x2a'),'\x22'+_0x3de107+'\x22')}:{'type':_0x4399('0x46'),'content':_0x27528b(_0x1958ac,_0x4399('0x5b'))};}if(_0x4399('0x40')==_0x5d20a6[_0x4399('0x49')]){const _0x3fba71=_0x5d20a6[_0x4399('0x27')][0x0][_0x4399('0x4f')];return _0x3fba71?{'type':'format','content':_0x27528b(_0x1958ac,_0x4399('0xf'),_0x3fba71)}:{'type':_0x4399('0x46'),'content':_0x27528b(_0x1958ac,_0x4399('0x24'))};}}function _0x28af1c(_0x598557){return{'type':_0x4399('0x46'),'content':_0x27528b(_0x1958ac,_0x4399('0x29'),_0x598557)};}});}}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2016 - 2022, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const _0x1749=['plugins','Users','value','_trackChangesValueDuringImport','trackChanges','bind','collaboration_features','high','execute','importWord','forEach','afterInit','addSuggestionData','_handleImportedData','track_changes','listenTo','commands','editor','dataInsert','get','TrackChangesEditing','_trackChangesExecuted'];(function(_0x102696,_0x174985){const _0x40269c=function(_0x38d038){while(--_0x38d038){_0x102696['push'](_0x102696['shift']());}};_0x40269c(++_0x174985);}(_0x1749,0xa7));const _0x4026=function(_0x102696,_0x174985){_0x102696=_0x102696-0x0;let _0x40269c=_0x1749[_0x102696];return _0x40269c;};import{Plugin as _0x2cbc82}from'ckeditor5/src/core';import _0x3d6d21 from'../trackchangesediting';export default class X extends _0x2cbc82{constructor(_0x3caf0f){super(_0x3caf0f),this['_trackChangesValueDuringImport']=!0x1,this[_0x4026('0x8')]=!0x1;}[_0x4026('0x14')](){const _0x59ed1e=this['editor'],_0x444021=_0x59ed1e[_0x4026('0x3')][_0x4026('0x6')](_0x4026('0x12')),_0x3d14bb=_0x59ed1e[_0x4026('0x3')][_0x4026('0x6')](_0x4026('0xd'));_0x444021&&(_0x444021['on'](_0x4026('0x11'),(_0xf23ef1,[,_0x4225b7])=>{this[_0x4026('0xc')]=_0x3d14bb[_0x4026('0xb')],_0x4225b7[_0x4026('0xf')][_0x4026('0x1')]=!this['_trackChangesValueDuringImport'];},{'priority':_0x4026('0x10')}),this[_0x4026('0x2')](_0x444021,_0x4026('0x5'),this['_handleImportedData'][_0x4026('0xe')](this)),this[_0x4026('0x2')](_0x444021,_0x4026('0x5'),()=>{this[_0x4026('0x8')]&&(_0x3d14bb[_0x4026('0x11')](),this[_0x4026('0x8')]=!0x1);},{'priority':'lowest'}),_0x59ed1e[_0x4026('0x9')][_0x4026('0x6')](_0x4026('0x7'))['enableCommand'](_0x4026('0x12')));}[_0x4026('0x0')](_0x8c0dbc,_0x1f9b7b){const {suggestions:_0x47a3c0}=_0x1f9b7b,_0x7bf5ca=this[_0x4026('0x4')][_0x4026('0x3')]['get'](_0x4026('0xd')),_0x3fa4a7=_0x7bf5ca[_0x4026('0xb')];this[_0x4026('0xc')]!==_0x3fa4a7&&(_0x7bf5ca['execute'](),this[_0x4026('0x8')]=!0x0),_0x47a3c0&&_0x47a3c0[_0x4026('0x13')](({id:_0x3fabdd,type:_0x5859d2,author:_0x572df7,created_at:_0x2b62f7})=>{const _0x562602={'id':_0x3fabdd,'type':_0x5859d2,'authorId':this[_0x4026('0x4')]['plugins']['get'](_0x4026('0xa'))['me']['id'],'createdAt':new Date(),'data':{},'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x572df7,'createdAt':_0x2b62f7?new Date(_0x2b62f7):new Date()}}};this[_0x4026('0x4')][_0x4026('0x9')][_0x4026('0x6')](_0x3d6d21)[_0x4026('0x15')](_0x562602);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x365f=['change','indent','format','filter','indentBlock','blockIndent','has','enableCommand','model','editor','*Outdent:*\x20%0','getItems','schema','getSelectedBlocks','plugins','selection','afterInit','registerDescriptionCallback','locale','commandName','IndentEditing','checkAttribute','*Indent:*\x20%0','document','outdentBlock','TrackChangesEditing','_descriptionFactory','from'];(function(_0x2ec9d6,_0x365f4e){const _0x33a9c7=function(_0xa28cd6){while(--_0xa28cd6){_0x2ec9d6['push'](_0x2ec9d6['shift']());}};_0x33a9c7(++_0x365f4e);}(_0x365f,0x128));const _0x33a9=function(_0x2ec9d6,_0x365f4e){_0x2ec9d6=_0x2ec9d6-0x0;let _0x33a9c7=_0x365f[_0x2ec9d6];return _0x33a9c7;};import{Plugin as _0x3596ac}from'ckeditor5/src/core';import{getTranslation as _0x2cb20e}from'../utils/common-translations';export default class Y extends _0x3596ac{[_0x33a9('0x0')](){const _0x37892a=this[_0x33a9('0x15')],_0x1fc5f=_0x37892a[_0x33a9('0x1a')]['get'](_0x33a9('0x9'));_0x37892a[_0x33a9('0x1a')][_0x33a9('0x12')](_0x33a9('0x4'))&&(_0x1fc5f[_0x33a9('0x13')](_0x33a9('0xd')),_0x1fc5f[_0x33a9('0x13')]('outdent'));const _0x33133d=_0x37892a[_0x33a9('0x2')];if(_0x37892a[_0x33a9('0x1a')]['has']('IndentBlock')){for(const _0x42d667 of[_0x33a9('0x10'),_0x33a9('0x8')])_0x1fc5f[_0x33a9('0x13')](_0x42d667,()=>{const _0x5b903a=Array[_0x33a9('0xb')](this[_0x33a9('0x15')][_0x33a9('0x14')][_0x33a9('0x7')][_0x33a9('0x1b')][_0x33a9('0x19')]())[_0x33a9('0xf')](_0xfb108c=>this['editor'][_0x33a9('0x14')][_0x33a9('0x18')][_0x33a9('0x5')](_0xfb108c,_0x33a9('0x11')));_0x37892a[_0x33a9('0x14')][_0x33a9('0xc')](()=>{for(const _0x483ff2 of _0x5b903a)_0x1fc5f['markBlockFormat'](_0x483ff2,{'commandName':_0x42d667,'commandParams':[{'value':''}],'formatGroupId':_0x33a9('0x10')});});});_0x1fc5f['_descriptionFactory'][_0x33a9('0x1')](_0xa8ff4a=>{const {data:_0x23c151}=_0xa8ff4a;if(!_0x23c151)return;if(_0x33a9('0x10')!=_0x23c151[_0x33a9('0x3')]&&_0x33a9('0x8')!=_0x23c151[_0x33a9('0x3')])return;const _0x9b1811=_0xa8ff4a[_0x33a9('0x17')]()[0x0],_0x35941d=_0x1fc5f[_0x33a9('0xa')]['getItemLabel'](_0x9b1811['name']);return _0x33a9('0x10')==_0x23c151[_0x33a9('0x3')]?{'type':_0x33a9('0xe'),'content':_0x2cb20e(_0x33133d,_0x33a9('0x6'),_0x35941d)}:_0x33a9('0x8')==_0x23c151[_0x33a9('0x3')]?{'type':_0x33a9('0xe'),'content':_0x2cb20e(_0x33133d,_0x33a9('0x16'),_0x35941d)}:void 0x0;});}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x4fde=['TrackChangesEditing','plugins','editor','requires','enableCommand','init','input'];(function(_0x830148,_0x4fde1a){var _0x5877c7=function(_0x4cf158){while(--_0x4cf158){_0x830148['push'](_0x830148['shift']());}};_0x5877c7(++_0x4fde1a);}(_0x4fde,0x86));var _0x5877=function(_0x830148,_0x4fde1a){_0x830148=_0x830148-0x0;var _0x5877c7=_0x4fde[_0x830148];return _0x5877c7;};import{Plugin as _0x387ebd}from'ckeditor5/src/core';import{Input as _0x4168e6}from'ckeditor5/src/typing';export default class Z extends _0x387ebd{static get[_0x5877('0x2')](){return[_0x4168e6];}[_0x5877('0x4')](){this[_0x5877('0x1')][_0x5877('0x0')]['get'](_0x5877('0x6'))[_0x5877('0x3')](_0x5877('0x5'));}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x552b=['linkHref','change','unlink','plugins','*Remove\x20link*','LinkEditing','editor','commandName','hasAttribute','getAttribute','link','*Set\x20link:*\x20%0','model','has','format','enableCommand','_descriptionFactory','markInlineFormat','commandParams','isCollapsed','document','selection','from','get','getFirstPosition','locale'];(function(_0x4aa6e9,_0x552b95){const _0x568ac6=function(_0x1186cd){while(--_0x1186cd){_0x4aa6e9['push'](_0x4aa6e9['shift']());}};_0x568ac6(++_0x552b95);}(_0x552b,0x19d));const _0x568a=function(_0x4aa6e9,_0x552b95){_0x4aa6e9=_0x4aa6e9-0x0;let _0x568ac6=_0x552b[_0x4aa6e9];return _0x568ac6;};import{Plugin as _0x51156c}from'ckeditor5/src/core';import{findAttributeRange as _0x2a0586}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x1a093e}from'./utils';import{getTranslation as _0x1738ec}from'../utils/common-translations';export default class tt extends _0x51156c{['afterInit'](){const _0x14f684=this[_0x568a('0x9')];if(!_0x14f684[_0x568a('0x6')][_0x568a('0x10')](_0x568a('0x8')))return;const _0xeaa3e8=_0x14f684['plugins'][_0x568a('0x0')]('TrackChangesEditing');_0xeaa3e8[_0x568a('0x12')](_0x568a('0xd'),(_0x24d553,_0x4efeed)=>{const _0x411e42=_0x14f684[_0x568a('0xf')][_0x568a('0x17')][_0x568a('0x18')];let _0x35a008=[];if(_0x411e42['isCollapsed']){if(!_0x411e42[_0x568a('0xb')](_0x568a('0x3')))return void _0x24d553(_0x4efeed);{const _0x43e6d6=_0x2a0586(_0x411e42['getFirstPosition'](),'linkHref',_0x411e42[_0x568a('0xc')](_0x568a('0x3')),_0x14f684[_0x568a('0xf')]);_0x35a008=[_0x43e6d6];}}else _0x35a008=Array[_0x568a('0x19')](_0x411e42['getRanges']());_0x14f684[_0x568a('0xf')][_0x568a('0x4')](()=>{for(const _0x18e707 of _0x35a008)_0xeaa3e8[_0x568a('0x14')](_0x18e707,{'commandName':_0x568a('0xd'),'commandParams':[_0x4efeed]});});}),_0xeaa3e8[_0x568a('0x12')](_0x568a('0x5'),()=>{const _0x57712d=this[_0x568a('0x9')][_0x568a('0xf')],_0x12b4e4=_0x57712d[_0x568a('0x17')][_0x568a('0x18')];_0x57712d[_0x568a('0x4')](()=>{let _0x437315=[];if(_0x12b4e4[_0x568a('0x16')])_0x437315=[_0x2a0586(_0x12b4e4[_0x568a('0x1')](),_0x568a('0x3'),_0x12b4e4[_0x568a('0xc')](_0x568a('0x3')),_0x14f684[_0x568a('0xf')])];else _0x437315=_0x1a093e(_0x568a('0x3'),_0x12b4e4['getFirstRange'](),_0x14f684['model']);for(const _0x98b69f of _0x437315)_0xeaa3e8[_0x568a('0x14')](_0x98b69f,{'commandName':'unlink','commandParams':[]});});}),_0xeaa3e8[_0x568a('0x13')]['registerDescriptionCallback'](_0x1b72d8=>{const {data:_0x8a218a}=_0x1b72d8,_0x23d7c4=_0x14f684[_0x568a('0x2')];if(_0x8a218a){if('link'==_0x8a218a[_0x568a('0xa')]){const _0x26923a=_0x8a218a[_0x568a('0x15')][0x0];return{'type':_0x568a('0x11'),'content':_0x1738ec(_0x23d7c4,_0x568a('0xe'),'\x22'+_0x26923a+'\x22')};}return'unlink'==_0x8a218a[_0x568a('0xa')]?{'type':_0x568a('0x11'),'content':_0x1738ec(_0x23d7c4,_0x568a('0x7'))}:void 0x0;}});}}
|