@ckeditor/ckeditor5-track-changes 38.1.0 → 38.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/package.json +3 -3
- package/src/augmentation.d.ts +36 -36
- package/src/commands/acceptsuggestioncommand.d.ts +20 -20
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.d.ts +20 -20
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.d.ts +20 -20
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.d.ts +20 -20
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.d.ts +22 -22
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +12 -12
- package/src/integrations/alignment.d.ts +13 -13
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.d.ts +13 -13
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.d.ts +13 -13
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.d.ts +13 -13
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.d.ts +13 -13
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.d.ts +10 -10
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.d.ts +13 -13
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.d.ts +13 -13
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.d.ts +25 -25
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.d.ts +12 -12
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.d.ts +17 -17
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.d.ts +13 -13
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +13 -13
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.d.ts +13 -13
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.d.ts +13 -13
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.d.ts +13 -13
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.d.ts +13 -13
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.d.ts +13 -13
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.d.ts +19 -19
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/importword.d.ts +14 -14
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.d.ts +13 -13
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.d.ts +12 -12
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.d.ts +13 -13
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.d.ts +13 -13
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.d.ts +25 -25
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.d.ts +13 -13
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.d.ts +13 -13
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.d.ts +13 -13
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.d.ts +13 -13
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.d.ts +13 -13
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.d.ts +13 -13
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.d.ts +12 -12
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.d.ts +13 -13
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.d.ts +14 -14
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.d.ts +38 -38
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.d.ts +18 -18
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.d.ts +18 -18
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.d.ts +22 -22
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.d.ts +18 -18
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.d.ts +18 -18
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +13 -13
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.d.ts +23 -23
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +13 -13
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.d.ts +13 -13
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.d.ts +13 -13
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.d.ts +17 -17
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +266 -266
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.d.ts +151 -151
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.d.ts +240 -240
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +71 -71
- package/src/trackchangesdata.d.ts +37 -37
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +435 -435
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.d.ts +34 -34
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +36 -36
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.d.ts +166 -166
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +182 -182
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.d.ts +5 -5
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +26 -26
- package/src/utils/utils.js +1 -1
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5f51=['trim','enableCommand','*Reset\x20font\x20family*','commandName','value','fontFamily','isCollapsed','markInlineFormat','fontBackgroundColor','_descriptionFactory','*Set\x20font\x20background\x20color:*\x20%0','FontFamilyEditing','FontColorEditing','fontSize','has','toLowerCase','getRanges','change','label','from','*Reset\x20font\x20color*','*Set\x20font\x20family:*\x20%0','document','_enableCommand','*Reset\x20font\x20background\x20color*','config','format','fontColor.colors','*Reset\x20font\x20size*','find','selection','fontSize.options','*Set\x20font\x20size:*\x20%0','model','editor','TrackChangesEditing','*Set\x20font\x20color:*\x20%0','plugins','commandParams','title','normalizeSizeOptions','get','fontColor'];(function(_0x2dd46b,_0x5f517d){const _0x57c9ef=function(_0xaf79f8){while(--_0xaf79f8){_0x2dd46b['push'](_0x2dd46b['shift']());}};_0x57c9ef(++_0x5f517d);}(_0x5f51,0x124));const _0x57c9=function(_0x2dd46b,_0x5f517d){_0x2dd46b=_0x2dd46b-0x0;let _0x57c9ef=_0x5f51[_0x2dd46b];return _0x57c9ef;};import{Plugin as _0x1740f4}from'ckeditor5/src/core';import{normalizeColorOptions as _0x34b96e}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x1fd04a}from'./utils';import{getTranslation as _0x22c4fc}from'../utils/common-translations';const Zt=[{'pluginName':'FontSizeEditing','commandName':_0x57c9('0x16')},{'pluginName':_0x57c9('0x14'),'commandName':'fontFamily'},{'pluginName':_0x57c9('0x15'),'commandName':_0x57c9('0x8')},{'pluginName':'FontBackgroundColorEditing','commandName':_0x57c9('0x11')}];export default class H extends _0x1740f4{['afterInit'](){const _0x4e888a=this[_0x57c9('0x0')]['locale'];for(const {pluginName:_0x2170ae,commandName:_0x3edefd}of Zt)this[_0x57c9('0x0')][_0x57c9('0x3')][_0x57c9('0x17')](_0x2170ae)&&this[_0x57c9('0x20')](_0x3edefd);this[_0x57c9('0x0')]['plugins'][_0x57c9('0x7')](_0x57c9('0x1'))[_0x57c9('0x12')]['registerDescriptionCallback'](_0x5e0545=>{const _0x5afe29=_0x4e888a['t'],{data:_0x4d5c87}=_0x5e0545;if(null!=_0x4d5c87){if(_0x57c9('0x16')==_0x4d5c87[_0x57c9('0xc')]){const _0x3fc9bd=_0x4d5c87[_0x57c9('0x4')][0x0][_0x57c9('0xd')];if(_0x3fc9bd){const _0x2be04b=_0x5afe29(this['editor'][_0x57c9('0x3')]['get']('FontSize')[_0x57c9('0x6')](this[_0x57c9('0x0')]['config'][_0x57c9('0x7')](_0x57c9('0x28')))[_0x57c9('0x26')](_0x1016ee=>_0x1016ee['model']==_0x3fc9bd)[_0x57c9('0x5')])[_0x57c9('0x18')]();return{'type':'format','content':_0x22c4fc(_0x4e888a,_0x57c9('0x29'),_0x2be04b)};}return{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x25'))};}if(_0x57c9('0xe')==_0x4d5c87[_0x57c9('0xc')]){const _0x1fc00c=_0x4d5c87[_0x57c9('0x4')][0x0][_0x57c9('0xd')];return _0x1fc00c?{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x1e'),_0x1fc00c)}:{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0xb'))};}if('fontColor'==_0x4d5c87[_0x57c9('0xc')]){const _0x3b40eb=_0x4d5c87[_0x57c9('0x4')][0x0][_0x57c9('0xd')];if(_0x3b40eb){const _0x456b04=_0x34b96e(this[_0x57c9('0x0')]['config'][_0x57c9('0x7')](_0x57c9('0x24')))[_0x57c9('0x26')](_0x693546=>_0x693546[_0x57c9('0x2a')]==_0x3b40eb);let _0x445725=_0x3b40eb,_0x187a5a='';return _0x456b04&&(_0x445725=_0x456b04['label'],_0x187a5a=_0x5afe29(_0x445725)[_0x57c9('0x18')]()),{'type':'format','content':_0x22c4fc(_0x4e888a,_0x57c9('0x2'),_0x187a5a)[_0x57c9('0x9')](),'color':{'value':_0x3b40eb,'title':_0x187a5a||_0x445725}};}return{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x1d'))};}if('fontBackgroundColor'==_0x4d5c87[_0x57c9('0xc')]){const _0x4ee233=_0x4d5c87['commandParams'][0x0][_0x57c9('0xd')];if(_0x4ee233){const _0x326464=_0x34b96e(this['editor'][_0x57c9('0x22')][_0x57c9('0x7')]('fontBackgroundColor.colors'))['find'](_0x261db6=>_0x261db6[_0x57c9('0x2a')]==_0x4ee233);let _0x153791=_0x4ee233,_0x58faec='';return _0x326464&&(_0x153791=_0x326464[_0x57c9('0x1b')],_0x58faec=_0x5afe29(_0x153791)['toLowerCase']()),{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x13'),_0x58faec)['trim'](),'color':{'value':_0x4ee233,'title':_0x58faec||_0x153791}};}return{'type':_0x57c9('0x23'),'content':_0x22c4fc(_0x4e888a,_0x57c9('0x21'))};}}});}['_enableCommand'](_0x2a9535){const _0x3338ee=this[_0x57c9('0x0')];_0x3338ee[_0x57c9('0x3')][_0x57c9('0x7')](_0x57c9('0x1'))[_0x57c9('0xa')](_0x2a9535,(_0x1ed603,_0x53df2f={})=>{const _0x559eab=_0x3338ee['model'][_0x57c9('0x1f')][_0x57c9('0x27')],_0x1417f1=_0x53df2f[_0x57c9('0xd')];_0x559eab[_0x57c9('0xf')]?_0x1ed603(_0x53df2f):_0x3338ee[_0x57c9('0x2a')][_0x57c9('0x1a')](()=>{const _0x55e492=Array[_0x57c9('0x1c')](_0x559eab[_0x57c9('0x19')]());for(const _0x4f8817 of _0x55e492){const _0x21ba14=_0x1417f1?[_0x4f8817]:_0x1fd04a(_0x2a9535,_0x4f8817,_0x3338ee['model']);for(const _0x557777 of _0x21ba14)_0x3338ee[_0x57c9('0x3')][_0x57c9('0x7')]('TrackChangesEditing')[_0x57c9('0x10')](_0x557777,{'commandName':_0x2a9535,'commandParams':[{'value':_0x1417f1}]});}});});}}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module track-changes/integrations/formatpainter
|
|
3
|
-
*/
|
|
4
|
-
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
-
/**
|
|
6
|
-
* Provides track changes plugin integration for the Format Painter feature.
|
|
7
|
-
*/
|
|
8
|
-
export default class TrackChangesFormatPainter extends Plugin {
|
|
9
|
-
/**
|
|
10
|
-
* @inheritDoc
|
|
11
|
-
*/
|
|
12
|
-
afterInit(): void;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @module track-changes/integrations/formatpainter
|
|
3
|
+
*/
|
|
4
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
+
/**
|
|
6
|
+
* Provides track changes plugin integration for the Format Painter feature.
|
|
7
|
+
*/
|
|
8
|
+
export default class TrackChangesFormatPainter extends Plugin {
|
|
9
|
+
/**
|
|
10
|
+
* @inheritDoc
|
|
11
|
+
*/
|
|
12
|
+
afterInit(): void;
|
|
13
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x19ce=['getLastPosition','keys','charAt','change','createRange','selection','fontSize.options','forward','editor','TrackChangesEditing','isFormatting','format','word','boolean','length','createSelection','config','fontColor.colors','afterInit','getRanges','fontBackgroundColor','toLowerCase','*Remove\x20all\x20formatting*','title','schema','enableCommand','plugins','toUpperCase','split','getItems','getSelectedBlocks','entries','get','push','getAttributes','find','slice','backward','copyFormat','isCollapsed','markInlineFormat','model','locale','label','_descriptionFactory','getAttributeProperties','commandName','pasteFormat','modifySelection','join','fontColor','document'];(function(_0x386608,_0x19ce38){const _0x211ea3=function(_0x4ff406){while(--_0x4ff406){_0x386608['push'](_0x386608['shift']());}};_0x211ea3(++_0x19ce38);}(_0x19ce,0x151));const _0x211e=function(_0x386608,_0x19ce38){_0x386608=_0x386608-0x0;let _0x211ea3=_0x19ce[_0x386608];return _0x211ea3;};import{Plugin as _0x1b806c}from'ckeditor5/src/core';import{normalizeColorOptions as _0x2fca8e}from'ckeditor5/src/ui';import{first as _0x102f7b}from'ckeditor5/src/utils';import{getTranslation as _0xfdf335}from'../utils/common-translations';export default class W extends _0x1b806c{[_0x211e('0x2d')](){const _0x103691=this[_0x211e('0x23')],_0x24475e=_0x103691[_0x211e('0x10')],_0x45899a=_0x24475e[_0x211e('0x1a')][_0x211e('0x20')],_0x271ff8=_0x103691[_0x211e('0x1')][_0x211e('0x7')](_0x211e('0x24')),_0xa72520=_0x103691['locale'],_0x1d9099=_0x103691['commands']['get'](_0x211e('0xd')),_0xece1c2=_0x103691['commands'][_0x211e('0x7')](_0x211e('0x16'));_0x1d9099&&_0xece1c2&&(_0x271ff8[_0x211e('0x0')](_0x211e('0x16'),(_0x5d8a03,_0x35ee8b={})=>{const _0x1956bd=_0x35ee8b;_0x24475e[_0x211e('0x1e')](()=>{const _0x5bbd82=Array['from'](_0x45899a[_0x211e('0x2e')]()),_0x3af1df=_0x45899a[_0x211e('0xe')]?[ro(_0x24475e,_0x45899a)]:_0x5bbd82,_0x33a975=!!_0x102f7b(function*(_0x5743ca,_0x21ffbe){const _0x10c1bd=_0x568cfb=>!!_0x102f7b(function*(_0x1adb20,_0x2823d3){for(const [_0x393a8a]of _0x1adb20[_0x211e('0x9')]()){const _0xc21feb=_0x2823d3[_0x211e('0x14')](_0x393a8a);_0xc21feb&&_0xc21feb[_0x211e('0x25')]&&(yield _0x393a8a);}}(_0x568cfb,_0x21ffbe));for(const _0x36130d of _0x5743ca[_0x211e('0x2e')]())for(const _0x16cac4 of _0x36130d[_0x211e('0x4')]())!_0x21ffbe['isBlock'](_0x16cac4)&&_0x10c1bd(_0x16cac4)&&(yield _0x16cac4);for(const _0x9b94ff of _0x5743ca[_0x211e('0x5')]())_0x10c1bd(_0x9b94ff)&&(yield _0x9b94ff);_0x10c1bd(_0x5743ca)&&(yield _0x5743ca);}(_0x45899a,_0x24475e[_0x211e('0x33')]));if(_0x33a975||0x0!==Object[_0x211e('0x1c')](_0x1956bd)[_0x211e('0x29')])for(const _0x40ebc0 of _0x3af1df)_0x271ff8[_0x211e('0xf')](_0x40ebc0,{'commandName':'pasteFormat','commandParams':[_0x1956bd]});});}),_0x271ff8[_0x211e('0x13')]['registerDescriptionCallback'](_0x715cf5=>{const {data:_0x3f7526}=_0x715cf5;if(_0x3f7526&&'pasteFormat'===_0x3f7526[_0x211e('0x15')]){const _0x40258c=[],_0x1f6e8a=_0x3f7526['commandParams'][0x0];for(const [_0x4fc21c,_0x2ae061]of Object[_0x211e('0x6')](_0x1f6e8a))_0x40258c[_0x211e('0x8')](no(_0x103691,_0x4fc21c,_0x2ae061));return _0x40258c[_0x211e('0x29')]?{'type':_0x211e('0x26'),'content':_0xfdf335(_0xa72520,'*Set\x20format\x20to:*\x20%0',_0x40258c[_0x211e('0x18')](',\x20'))}:{'type':_0x211e('0x26'),'content':_0xfdf335(_0xa72520,_0x211e('0x31'))};}}),_0x103691[_0x211e('0x1')][_0x211e('0x7')](_0x211e('0x24'))[_0x211e('0x0')](_0x211e('0xd')));}}function ro(_0x20a3c2,_0xa2063){const _0x2665d1=_0x20a3c2[_0x211e('0x2a')](_0xa2063);_0x20a3c2[_0x211e('0x17')](_0x2665d1,{'unit':'word','direction':_0x211e('0xc')});const _0x223837=_0x2665d1['getFirstPosition']();_0x20a3c2['modifySelection'](_0x2665d1,{'unit':_0x211e('0x27'),'direction':_0x211e('0x22')});const _0x2c4b0e=_0x2665d1[_0x211e('0x1b')]();return _0x20a3c2[_0x211e('0x1f')](_0x223837,_0x2c4b0e);}function no(_0x4c3dd7,_0x1d3cee,_0x5ec243){const _0x2d8bcb=_0x4c3dd7[_0x211e('0x11')]['t'],_0x69dc1b=_0x1d3cee[_0x211e('0x3')](/(?=[A-Z])/)[_0x211e('0x18')]('\x20'),_0x149b0e=_0x2d8bcb(_0x69dc1b[_0x211e('0x1d')](0x0)[_0x211e('0x2')]()+_0x69dc1b[_0x211e('0xb')](0x1))['toLowerCase']();if(_0x211e('0x28')==typeof _0x5ec243)return _0x149b0e;if(_0x211e('0x19')===_0x1d3cee||_0x211e('0x2f')===_0x1d3cee){const _0x380476=_0x2fca8e(_0x4c3dd7[_0x211e('0x2b')][_0x211e('0x7')](_0x211e('0x2c')))['find'](_0x4ffc43=>_0x4ffc43['model']==_0x5ec243);return _0x149b0e+'\x20('+(_0x380476?_0x2d8bcb(_0x380476[_0x211e('0x12')])[_0x211e('0x30')]():_0x5ec243)+')';}if('fontSize'===_0x1d3cee&&isNaN(parseFloat(_0x5ec243))){const _0x50e20a=_0x4c3dd7[_0x211e('0x1')][_0x211e('0x7')]('FontSize')['normalizeSizeOptions'](_0x4c3dd7['config']['get'](_0x211e('0x21')))[_0x211e('0xa')](_0x44e1a7=>_0x44e1a7['model']==_0x5ec243);return _0x149b0e+'\x20('+(_0x50e20a?_0x2d8bcb(_0x50e20a[_0x211e('0x32')])[_0x211e('0x30')]():_0x5ec243)+')';}return _0x149b0e+'\x20('+_0x5ec243+')';}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module track-changes/integrations/heading
|
|
3
|
-
*/
|
|
4
|
-
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
-
/**
|
|
6
|
-
* Provides track changes plugin integration for heading feature.
|
|
7
|
-
*/
|
|
8
|
-
export default class TrackChangesHeading extends Plugin {
|
|
9
|
-
/**
|
|
10
|
-
* @inheritDoc
|
|
11
|
-
*/
|
|
12
|
-
afterInit(): void;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @module track-changes/integrations/heading
|
|
3
|
+
*/
|
|
4
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
+
/**
|
|
6
|
+
* Provides track changes plugin integration for heading feature.
|
|
7
|
+
*/
|
|
8
|
+
export default class TrackChangesHeading extends Plugin {
|
|
9
|
+
/**
|
|
10
|
+
* @inheritDoc
|
|
11
|
+
*/
|
|
12
|
+
afterInit(): void;
|
|
13
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x48a6=['has','parent','match','editor','registerElementLabel','commandParams','heading.options','format','formatBlock','getSelectedBlocks','TrackChangesEditing','ELEMENT_HEADING_CUSTOM','change','registerDescriptionCallback','find','plugins','schema','title','config','ELEMENT_HEADING','markBlockFormat','name','_descriptionFactory','enableCommand','model','isObject','get','*Change\x20to:*\x20%0','commandName','heading'];(function(_0x33a9c1,_0x48a643){const _0xa1c79=function(_0xf51e67){while(--_0xf51e67){_0x33a9c1['push'](_0x33a9c1['shift']());}};_0xa1c79(++_0x48a643);}(_0x48a6,0x13d));const _0xa1c7=function(_0x33a9c1,_0x48a643){_0x33a9c1=_0x33a9c1-0x0;let _0xa1c79=_0x48a6[_0x33a9c1];return _0xa1c79;};import{Plugin as _0x73219f}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x181b55}from'./utils';import{getTranslation as _0xa6c1b5}from'../utils/common-translations';export default class J extends _0x73219f{['afterInit'](){const _0x47620c=this['editor'],_0x1458e1=_0x47620c['locale'],_0x4529fb=_0x47620c[_0xa1c7('0x1')][_0xa1c7('0x9')](_0xa1c7('0x13'));if(!_0x47620c[_0xa1c7('0x1c')][_0xa1c7('0xd')]('HeadingEditing'))return;const _0x5c4394=_0x47620c[_0xa1c7('0x1c')][_0xa1c7('0x9')](_0xa1c7('0x17'));_0x5c4394[_0xa1c7('0x6')](_0xa1c7('0xc'),(_0x445775,_0x2ea1ae)=>{const _0x3b67ab=_0x2ea1ae['value'],_0x3fd301=Array['from'](this[_0xa1c7('0x10')]['model']['document']['selection'][_0xa1c7('0x16')]())['filter'](_0x32873f=>function(_0x3fe208,_0x21635b,_0x2383ba){return _0x2383ba['checkChild'](_0x3fe208[_0xa1c7('0xe')],_0x21635b)&&!_0x2383ba[_0xa1c7('0x8')](_0x3fe208)&&_0x3fe208[_0xa1c7('0x4')]!=_0x21635b;}(_0x32873f,_0x3b67ab,this[_0xa1c7('0x10')][_0xa1c7('0x7')][_0xa1c7('0x1d')]));_0x47620c[_0xa1c7('0x7')][_0xa1c7('0x19')](()=>{for(const _0x38aa06 of _0x3fd301)_0x5c4394[_0xa1c7('0x3')](_0x38aa06,{'commandName':_0xa1c7('0xc'),'commandParams':[_0x2ea1ae],'formatGroupId':'blockName'},_0x181b55(_0x38aa06));});});for(const _0x6dfa1c of _0x4529fb)'paragraph'!=_0x6dfa1c['model']&&_0x5c4394[_0xa1c7('0x5')][_0xa1c7('0x11')](_0x6dfa1c[_0xa1c7('0x7')],_0x2ff0dd=>{const _0x433882=nn(_0x6dfa1c[_0xa1c7('0x7')]);return null!==_0x433882?_0xda337f(_0x2ff0dd,_0x433882):_0x4e70c9(_0x2ff0dd,_0x6dfa1c[_0xa1c7('0x0')]);});function _0xda337f(_0x53c3ba,_0x534f5e){return _0xa6c1b5(_0x1458e1,_0xa1c7('0x2'),[_0x53c3ba,_0x534f5e]);}function _0x4e70c9(_0x33cde5,_0x5c670e){return _0xa6c1b5(_0x1458e1,_0xa1c7('0x18'),[_0x33cde5,_0x5c670e]);}_0x5c4394[_0xa1c7('0x5')][_0xa1c7('0x1a')](_0x16aa23=>{const {type:_0x18f825,data:_0x3eea01}=_0x16aa23;if(_0xa1c7('0x15')==_0x18f825&&_0x3eea01&&'heading'==_0x3eea01[_0xa1c7('0xb')]){const _0x50f443=_0x3eea01[_0xa1c7('0x12')][0x0]['value'],_0x170d60=nn(_0x50f443);if(null!==_0x170d60)return{'type':'format','content':_0xa6c1b5(_0x1458e1,_0xa1c7('0xa'),_0xda337f(0x1,_0x170d60))};const _0x1db2b4=_0x4529fb[_0xa1c7('0x1b')](_0x17f396=>_0x17f396[_0xa1c7('0x7')]===_0x50f443)[_0xa1c7('0x0')];return{'type':_0xa1c7('0x14'),'content':_0xa6c1b5(_0x1458e1,_0xa1c7('0xa'),_0x4e70c9(0x1,_0x1db2b4))};}});}}function nn(_0x1f6a28){const _0x500fd7=_0x1f6a28[_0xa1c7('0xf')](/^heading(\d+)$/);return _0x500fd7?_0x500fd7[0x1]:null;}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module track-changes/integrations/highlight
|
|
3
|
-
*/
|
|
4
|
-
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
-
/**
|
|
6
|
-
* Provides track changes plugin integration for highlight feature.
|
|
7
|
-
*/
|
|
8
|
-
export default class TrackChangesHighlight extends Plugin {
|
|
9
|
-
/**
|
|
10
|
-
* @inheritDoc
|
|
11
|
-
*/
|
|
12
|
-
afterInit(): void;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @module track-changes/integrations/highlight
|
|
3
|
+
*/
|
|
4
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
+
/**
|
|
6
|
+
* Provides track changes plugin integration for highlight feature.
|
|
7
|
+
*/
|
|
8
|
+
export default class TrackChangesHighlight extends Plugin {
|
|
9
|
+
/**
|
|
10
|
+
* @inheritDoc
|
|
11
|
+
*/
|
|
12
|
+
afterInit(): void;
|
|
13
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3af2=['*Set\x20highlight:*\x20%0','formatInline','model','_descriptionFactory','item','isCollapsed','backward','HighlightEditing','markInlineFormat','commandParams','highlight','registerDescriptionCallback','hasAttribute','format','highlight.options','commandName','config','change','getRanges','get','selection','toLowerCase','has','plugins','color','title','editor','FORMAT_HIGHLIGHT','createRange','getLastMatchingPosition','find','TrackChangesEditing','*Remove\x20highlight*','afterInit','getAttribute'];(function(_0x104d47,_0x3af257){const _0xa01288=function(_0x48973e){while(--_0x48973e){_0x104d47['push'](_0x104d47['shift']());}};_0xa01288(++_0x3af257);}(_0x3af2,0xa8));const _0xa012=function(_0x104d47,_0x3af257){_0x104d47=_0x104d47-0x0;let _0xa01288=_0x3af2[_0x104d47];return _0xa01288;};import{Plugin as _0x535a9c}from'ckeditor5/src/core';import{getTranslation as _0x13afea}from'../utils/common-translations';import{getRangesWithAttribute as _0x4875e1}from'./utils';export default class K extends _0x535a9c{[_0xa012('0x5')](){const _0x7fda4b=this[_0xa012('0x21')];if(!_0x7fda4b[_0xa012('0x1e')][_0xa012('0x1d')](_0xa012('0xe')))return;const _0x17c427=_0x7fda4b[_0xa012('0x1e')][_0xa012('0x1a')](_0xa012('0x3'));_0x17c427['enableCommand']('highlight',(_0xb57e02,_0x37a695={})=>{const _0x571182=_0x7fda4b[_0xa012('0x9')]['document'][_0xa012('0x1b')],_0x254fc7=_0x571182[_0xa012('0x6')](_0xa012('0x11'));let _0x2a3771=_0x37a695['value'],_0x1b1bb4=[];if(_0x571182[_0xa012('0xc')]){const _0x4952a1=_0x571182['getFirstPosition']();if(!_0x571182[_0xa012('0x13')](_0xa012('0x11')))return void _0xb57e02(_0x37a695);{const _0x47f997=_0x133890=>_0x133890[_0xa012('0xb')][_0xa012('0x6')](_0xa012('0x11'))===_0x254fc7,_0x52c5e8=_0x4952a1['getLastMatchingPosition'](_0x47f997,{'direction':_0xa012('0xd')}),_0x5f4ada=_0x4952a1[_0xa012('0x1')](_0x47f997);_0x1b1bb4=[_0x7fda4b['model'][_0xa012('0x0')](_0x52c5e8,_0x5f4ada)],_0x2a3771==_0x254fc7&&(_0x2a3771=null);}}else for(const _0x3281ce of _0x571182[_0xa012('0x19')]())_0x2a3771?_0x1b1bb4['push'](_0x3281ce):_0x1b1bb4['push'](..._0x4875e1('highlight',_0x3281ce,_0x7fda4b[_0xa012('0x9')]));_0x7fda4b[_0xa012('0x9')][_0xa012('0x18')](()=>{for(const _0x3eb54b of _0x1b1bb4)_0x17c427[_0xa012('0xf')](_0x3eb54b,{'commandName':_0xa012('0x11'),'commandParams':[{'value':_0x2a3771}]});});});const _0xe21ee4=_0x7fda4b['locale'];_0x17c427[_0xa012('0xa')][_0xa012('0x12')](_0x487b91=>{const {type:_0x286506,data:_0x2b9a3b}=_0x487b91;if(_0xa012('0x8')==_0x286506&&_0x2b9a3b&&_0xa012('0x11')==_0x2b9a3b[_0xa012('0x16')]){const _0x8c2687=_0xe21ee4['t'],_0x1ec917=_0x2b9a3b[_0xa012('0x10')][0x0]['value'];if(_0x1ec917){const _0x48062b=_0x7fda4b[_0xa012('0x17')][_0xa012('0x1a')](_0xa012('0x15'))[_0xa012('0x2')](_0x2171c0=>_0x2171c0[_0xa012('0x9')]==_0x1ec917),_0x1a04fc=_0x8c2687(_0x48062b[_0xa012('0x20')])[_0xa012('0x1c')]();return{'type':_0xa012('0x14'),'content':_0x13afea(_0xe21ee4,_0xa012('0x7'),_0x1a04fc),'color':{'value':_0x48062b[_0xa012('0x1f')],'title':_0x48062b[_0xa012('0x20')]}};}return{'type':_0xa012('0x14'),'content':_0x13afea(_0xe21ee4,_0xa012('0x4'),_0x13afea(_0xe21ee4,_0xa012('0x22')))};}});}}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module track-changes/integrations/horizontalline
|
|
3
|
-
*/
|
|
4
|
-
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
-
/**
|
|
6
|
-
* Provides track changes plugin integration for {@link module:horizontal-line/horizontalline~HorizontalLine horizontal line feature}.
|
|
7
|
-
*/
|
|
8
|
-
export default class TrackChangesHorizontalLine extends Plugin {
|
|
9
|
-
/**
|
|
10
|
-
* @inheritDoc
|
|
11
|
-
*/
|
|
12
|
-
afterInit(): void;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @module track-changes/integrations/horizontalline
|
|
3
|
+
*/
|
|
4
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
+
/**
|
|
6
|
+
* Provides track changes plugin integration for {@link module:horizontal-line/horizontalline~HorizontalLine horizontal line feature}.
|
|
7
|
+
*/
|
|
8
|
+
export default class TrackChangesHorizontalLine extends Plugin {
|
|
9
|
+
/**
|
|
10
|
+
* @inheritDoc
|
|
11
|
+
*/
|
|
12
|
+
afterInit(): void;
|
|
13
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x39c0=['_descriptionFactory','ELEMENT_HORIZONTAL_LINE','TrackChangesEditing','high','has','div','dataDowncast','createContainerElement','conversion','HorizontalLineEditing','horizontalLine','insert','for','createEmptyElement','get','afterInit','elementToStructure','plugins'];(function(_0x39ee05,_0x39c0ca){const _0x40232e=function(_0x19bb84){while(--_0x19bb84){_0x39ee05['push'](_0x39ee05['shift']());}};_0x40232e(++_0x39c0ca);}(_0x39c0,0x157));const _0x4023=function(_0x39ee05,_0x39c0ca){_0x39ee05=_0x39ee05-0x0;let _0x40232e=_0x39c0[_0x39ee05];return _0x40232e;};import{Plugin as _0x270c09}from'ckeditor5/src/core';import{getTranslation as _0x54de12}from'../utils/common-translations';export default class Q extends _0x270c09{[_0x4023('0xe')](){const _0x3d8dc2=this['editor'];if(!_0x3d8dc2['plugins'][_0x4023('0x3')](_0x4023('0x8')))return;_0x3d8dc2[_0x4023('0x10')][_0x4023('0xd')](_0x4023('0x1'))['enableCommand'](_0x4023('0x9'));const _0x525a81=_0x3d8dc2[_0x4023('0x10')][_0x4023('0xd')](_0x4023('0x1')),_0x50c264=_0x3d8dc2['locale'];_0x525a81[_0x4023('0x11')]['registerElementLabel'](_0x4023('0x9'),_0x46741c=>_0x54de12(_0x50c264,_0x4023('0x0'),_0x46741c)),_0x3d8dc2[_0x4023('0x7')][_0x4023('0xb')](_0x4023('0x5'))[_0x4023('0xf')]({'model':'horizontalLine','view':(_0x4a87fe,{writer:_0x41cdb6,options:_0x2e012c})=>{if(!_0x2e012c['showSuggestionHighlights'])return null;const _0x30ef3c=_0x41cdb6[_0x4023('0x6')](_0x4023('0x4')),_0x486b36=_0x41cdb6[_0x4023('0xc')]('hr');return _0x41cdb6['addClass']('ck-horizontal-line',_0x30ef3c),_0x41cdb6[_0x4023('0xa')](_0x41cdb6['createPositionAt'](_0x30ef3c,0x0),_0x486b36),_0x30ef3c;},'converterPriority':_0x4023('0x2')});}}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module track-changes/integrations/htmlembed
|
|
3
|
-
*/
|
|
4
|
-
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
-
/**
|
|
6
|
-
* Provides track changes plugin integration for {@link module:html-embed/htmlembed~HtmlEmbed HTML Embed feature}.
|
|
7
|
-
*/
|
|
8
|
-
export default class TrackChangesHtmlEmbed extends Plugin {
|
|
9
|
-
/**
|
|
10
|
-
* @inheritDoc
|
|
11
|
-
*/
|
|
12
|
-
afterInit(): void;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @module track-changes/integrations/htmlembed
|
|
3
|
+
*/
|
|
4
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
+
/**
|
|
6
|
+
* Provides track changes plugin integration for {@link module:html-embed/htmlembed~HtmlEmbed HTML Embed feature}.
|
|
7
|
+
*/
|
|
8
|
+
export default class TrackChangesHtmlEmbed extends Plugin {
|
|
9
|
+
/**
|
|
10
|
+
* @inheritDoc
|
|
11
|
+
*/
|
|
12
|
+
afterInit(): void;
|
|
13
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5aec=['plugins','getSelectedElement','change','cancel','ELEMENT_HTML_EMBED','format','editing','enableCommand','rawHtml','document','value','afterInit','htmlEmbed','TrackChangesEditing','HtmlEmbed','model','locale','has','view','selection','rawHtmlApi','get','getCustomProperty','_descriptionFactory','editor','commandName'];(function(_0x1ac674,_0x5aecd1){const _0x57fa45=function(_0x42b7fc){while(--_0x42b7fc){_0x1ac674['push'](_0x1ac674['shift']());}};_0x57fa45(++_0x5aecd1);}(_0x5aec,0xd4));const _0x57fa=function(_0x1ac674,_0x5aecd1){_0x1ac674=_0x1ac674-0x0;let _0x57fa45=_0x5aec[_0x1ac674];return _0x57fa45;};import{Plugin as _0xf3d84a}from'ckeditor5/src/core';import{getTranslation as _0x41d67c}from'../utils/common-translations';export default class V extends _0xf3d84a{[_0x57fa('0x7')](){const _0x5bd07b=this[_0x57fa('0x14')];if(!_0x5bd07b[_0x57fa('0x16')][_0x57fa('0xd')](_0x57fa('0xa')))return;const _0x3e85d8=_0x5bd07b[_0x57fa('0x16')][_0x57fa('0x11')](_0x57fa('0x9')),_0x3ab1b0=_0x5bd07b[_0x57fa('0xc')],_0x2695da=_0x5bd07b[_0x57fa('0x2')][_0x57fa('0xe')][_0x57fa('0x5')][_0x57fa('0xf')];_0x3e85d8[_0x57fa('0x13')]['registerElementLabel'](_0x57fa('0x4'),_0x210b0e=>_0x41d67c(_0x3ab1b0,_0x57fa('0x0'),_0x210b0e)),_0x5bd07b['plugins']['get'](_0x57fa('0x9'))[_0x57fa('0x3')](_0x57fa('0x8'),(_0xa35350,_0x5634e5)=>{const _0x2e0189=_0x5bd07b[_0x57fa('0xb')],_0x11e24e=_0x2e0189[_0x57fa('0x5')]['selection'];_0x2e0189[_0x57fa('0x18')](()=>{const _0x5be38c=function(_0x583cf8){const _0x15ac08=_0x583cf8['getSelectedElement']();if(_0x15ac08&&_0x15ac08['is']('element',_0x57fa('0x4')))return _0x583cf8['getSelectedElement']();return null;}(_0x11e24e);if(!_0x5be38c)return void _0xa35350(null);const _0x129a5f=_0x5be38c['getAttribute'](_0x57fa('0x6'))||'';if(void 0x0===_0x5634e5)return;if(_0x5634e5===_0x129a5f)return;_0x3e85d8['markBlockFormat'](_0x5be38c,{'commandName':_0x57fa('0x8'),'commandParams':[_0x5634e5]}),_0x2695da[_0x57fa('0x17')]()[_0x57fa('0x12')](_0x57fa('0x10'))[_0x57fa('0x19')]();});}),_0x3e85d8[_0x57fa('0x13')]['registerDescriptionCallback'](_0x5c95f9=>{const {data:_0x2e7f14}=_0x5c95f9;if(_0x2e7f14&&'htmlEmbed'==_0x2e7f14[_0x57fa('0x15')]){const _0x1cc78c=_0x41d67c(_0x3ab1b0,_0x57fa('0x0'));return{'type':_0x57fa('0x1'),'content':_0x41d67c(_0x3ab1b0,'*Change\x20%0\x20content*',_0x1cc78c)};}});}}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module track-changes/integrations/image
|
|
3
|
-
*/
|
|
4
|
-
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
-
/**
|
|
6
|
-
* Provides track changes plugin integration for {@link module:image/image~Image image feature}.
|
|
7
|
-
*/
|
|
8
|
-
export default class TrackChangesImage extends Plugin {
|
|
9
|
-
/**
|
|
10
|
-
* @inheritDoc
|
|
11
|
-
*/
|
|
12
|
-
afterInit(): void;
|
|
13
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @module track-changes/integrations/image
|
|
3
|
+
*/
|
|
4
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
+
/**
|
|
6
|
+
* Provides track changes plugin integration for {@link module:image/image~Image image feature}.
|
|
7
|
+
*/
|
|
8
|
+
export default class TrackChangesImage extends Plugin {
|
|
9
|
+
/**
|
|
10
|
+
* @inheritDoc
|
|
11
|
+
*/
|
|
12
|
+
afterInit(): void;
|
|
13
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x55d0=['toLowerCase','toNext','markInlineFormat','getFirstRange','getContainedElement','ImageUtils','toPrevious','formatBlock','change','Block\x20image\x20to\x20inline\x20image','getSuggestion','element','findIndex','registerDescriptionCallback','getAttribute','ImageUploadEditing','isOwn','getCaptionFromImageModelElement','commandParams','alt','ImageInlineEditing','subType','isInContent','_splitMarkerName','registerElementLabel','isIntersecting','schema','length','convertInlineImageToBlock','plugins','newRange','discardSuggestion','commandReversedParams','getSuggestionCallback','backward','editor','format','isBefore','filter','detach','model','isInlineImage','ImageBlockEditing','join','commands','*Remove\x20image\x20text\x20alternative*','ImageResize','discard','insertImage','refresh','nodeBefore','title','value','forward','head','imageTypeInline','imageInline','afterInit','_findSuggestions','ImageEditing','uploadImage','insertion','imageTextAlternative','*Reset\x20image\x20width*','selection','ImageCaptionEditing','*Set\x20image\x20text\x20alternative:*\x20%0','ImageStyleEditing','name','author','ImageTextAlternativeEditing','nodeAfter','find','end','imageTypeBlock','imageStylePreApply','has','createRange','caption','ELEMENT_CAPTION','ImageCaptionUtils','markInsertion','isBlockImage','from','hasAttribute','type','imageCaption','ELEMENT_IMAGE','chain','markBlockFormat','getClosestSelectedImageElement','registerPostFixer','forEach','locale','start','suggestion','previous','side','_suggestionFactory','_descriptionFactory','deletion','removeObject','get','imageStylePostApply','document','imageStyle','convertBlockImageToInline','registerCustomCallback','newValue','resizeImage','getNearestSelectionRange','createRangeOn','commandName','FORMAT_SIDE_IMAGE','isCollapsed','formatInline','fromPosition','width','isEqual','markDeletion','imageBlock','next','Users','enableCommand','ELEMENT_INLINE_IMAGE','accept'];(function(_0x111bc7,_0x55d02b){const _0x37b1ad=function(_0x104de1){while(--_0x104de1){_0x111bc7['push'](_0x111bc7['shift']());}};_0x37b1ad(++_0x55d02b);}(_0x55d0,0xab));const _0x37b1=function(_0x111bc7,_0x55d02b){_0x111bc7=_0x111bc7-0x0;let _0x37b1ad=_0x55d0[_0x111bc7];return _0x37b1ad;};import{Plugin as _0x1baf37}from'ckeditor5/src/core';import{LivePosition as _0x15fed5}from'ckeditor5/src/engine';import{uid as _0x196e76}from'ckeditor5/src/utils';import{getTranslation as _0xbc624a}from'../utils/common-translations';export default class X extends _0x1baf37{[_0x37b1('0xc')](){const _0x39120f=this[_0x37b1('0x74')];if(!_0x39120f[_0x37b1('0x6e')]['has'](_0x37b1('0xe')))return;const _0x27558a=_0x39120f['plugins'][_0x37b1('0x39')]('TrackChangesEditing'),_0x127c2b=_0x39120f['plugins'][_0x37b1('0x39')](_0x37b1('0x56')),_0x15ed98={},_0x387dc9=_0x39120f[_0x37b1('0x30')];if(_0x27558a[_0x37b1('0x4e')](_0x37b1('0x3')),_0x27558a[_0x37b1('0x36')][_0x37b1('0x69')](_0x37b1('0x4b'),_0x4bad36=>_0xbc624a(_0x387dc9,_0x37b1('0x2a'),_0x4bad36)),_0x27558a['_descriptionFactory'][_0x37b1('0x69')](_0x37b1('0xb'),_0x50a2ea=>_0xbc624a(_0x387dc9,_0x37b1('0x4f'),_0x50a2ea)),_0x27558a[_0x37b1('0x36')][_0x37b1('0x69')](_0x37b1('0x21'),()=>_0xbc624a(_0x387dc9,_0x37b1('0x22'))),_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x60'))&&_0x27558a['enableCommand'](_0x37b1('0xf')),_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x7b'))&&_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x65'))&&(_0x27558a[_0x37b1('0x4e')](_0x37b1('0xa'),(_0x10a456,_0x3eef00)=>{const _0x3824f4=_0x127c2b['getClosestSelectedImageElement'](_0x39120f['model'][_0x37b1('0x3b')][_0x37b1('0x13')]);_0x39120f[_0x37b1('0x79')][_0x37b1('0x59')](()=>{_0x27558a[_0x37b1('0x2c')](_0x3824f4,{'commandName':_0x37b1('0xa'),'commandParams':[_0x3eef00]},[],_0x37b1('0x3d'));});}),_0x27558a['enableCommand'](_0x37b1('0x1d'),(_0x27dd76,_0x6a1f0)=>{_0x39120f[_0x37b1('0x79')]['change'](_0x2e3541=>{let _0x16cd9e=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')]['document'][_0x37b1('0x13')]),_0x140770=_0x2e3541['createRangeOn'](_0x16cd9e);const _0x23bd7c=_0x15fed5[_0x37b1('0x47')](_0x140770[_0x37b1('0x31')],_0x37b1('0x57')),_0x2af0a4=_0x15fed5[_0x37b1('0x47')](_0x140770['end'],_0x37b1('0x52'));_0x27558a['forceDefaultExecution'](()=>_0x27dd76(_0x6a1f0)),_0x16cd9e=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')][_0x37b1('0x13')]),_0x140770=_0x2e3541[_0x37b1('0x42')](_0x16cd9e);const _0x36f404=_0x2e3541[_0x37b1('0x20')](_0x23bd7c,_0x2af0a4);_0x23bd7c[_0x37b1('0x78')](),_0x2af0a4[_0x37b1('0x78')](),_0x27558a['markBlockFormat'](_0x16cd9e,{'commandName':_0x37b1('0xa'),'commandParams':[]},[],_0x37b1('0x6d')),_0x36f404[_0x37b1('0x31')][_0x37b1('0x76')](_0x140770['start'])&&_0x27558a['markInsertion'](_0x2e3541[_0x37b1('0x20')](_0x36f404['start'],_0x140770[_0x37b1('0x31')]),'convertInlineImageToBlock'),_0x140770['end']['isBefore'](_0x36f404[_0x37b1('0x1c')])&&_0x27558a[_0x37b1('0x24')](_0x2e3541[_0x37b1('0x20')](_0x140770[_0x37b1('0x1c')],_0x36f404[_0x37b1('0x1c')]),_0x37b1('0x6d'));});}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x58'),_0x37b1('0x6d'),_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')]['registerCustomCallback'](_0x37b1('0x58'),_0x37b1('0x6d'),'accept',()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x58'),_0x37b1('0x6d'),_0x37b1('0x2'),_0x27558a[_0x37b1('0x35')][_0x37b1('0x72')]('formatBlock','',_0x37b1('0x50'))),_0x27558a['_suggestionFactory']['registerCustomCallback'](_0x37b1('0x10'),'convertInlineImageToBlock',_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x10'),_0x37b1('0x6d'),_0x37b1('0x2'),([_0x398001])=>{const _0x250987=_0x27558a[_0x37b1('0x35')][_0x37b1('0x72')](_0x37b1('0x10'),'','discard');let _0x519b57=_0x398001[_0x37b1('0x31')],_0x42460a=_0x398001[_0x37b1('0x1c')];const _0x1ffd25=_0x39120f[_0x37b1('0x79')]['schema'][_0x37b1('0x41')](_0x519b57,_0x37b1('0x73')),_0x28c14d=_0x39120f[_0x37b1('0x79')][_0x37b1('0x6b')][_0x37b1('0x41')](_0x42460a,_0x37b1('0x8'));_0x1ffd25[_0x37b1('0x45')]&&(_0x519b57=_0x1ffd25[_0x37b1('0x31')]),_0x28c14d[_0x37b1('0x45')]&&(_0x42460a=_0x28c14d['end']),_0x250987([_0x39120f[_0x37b1('0x79')][_0x37b1('0x20')](_0x519b57,_0x42460a)]);}),_0x27558a[_0x37b1('0x35')]['registerCustomCallback'](_0x37b1('0x58'),'convertInlineImageToBlock','chain',_0x3a62f6),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x10'),'convertInlineImageToBlock',_0x37b1('0x2b'),_0x3a62f6)),_0x39120f[_0x37b1('0x6e')]['has'](_0x37b1('0x14'))&&(_0x27558a[_0x37b1('0x4e')]('toggleImageCaption',(_0x4cf244,_0x3c427c)=>{const _0x875e06=_0x39120f[_0x37b1('0x6e')][_0x37b1('0x39')](_0x37b1('0x23'));let _0x47b0da=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')][_0x37b1('0x13')]),_0x410672=_0x875e06[_0x37b1('0x62')](_0x47b0da);_0x39120f[_0x37b1('0x79')][_0x37b1('0x59')](()=>{if(_0x410672)return void _0x27558a[_0x37b1('0x4a')](_0x39120f[_0x37b1('0x79')]['createRangeOn'](_0x410672));const _0x2a0263=_0x127c2b[_0x37b1('0x25')](_0x47b0da);_0x4cf244(_0x3c427c),_0x47b0da=_0x127c2b['getClosestSelectedImageElement'](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')][_0x37b1('0x13')]),_0x410672=_0x875e06['getCaptionFromImageModelElement'](_0x47b0da),_0x27558a[_0x37b1('0x24')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x42')](_0x410672),_0x2a0263?null:'imageCaption');});}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x10'),_0x37b1('0x29'),_0x37b1('0x2b'),_0x3a62f6)),_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x16'))){_0x27558a[_0x37b1('0x4e')]('imageStyle',(_0x4f4c51,_0x47df7)=>{const _0x50902a=_0x39120f[_0x37b1('0x6e')][_0x37b1('0x39')](_0x37b1('0x4d'))['me'],_0x31e189=_0x39120f[_0x37b1('0x7d')][_0x37b1('0x39')](_0x37b1('0x3c'));let _0x2a0649=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')]['document'][_0x37b1('0x13')]),_0xdc7629=_0x39120f[_0x37b1('0x79')][_0x37b1('0x42')](_0x2a0649),_0x1fbec7=_0x31e189[_0x37b1('0x7')];if(_0x1fbec7==_0x47df7[_0x37b1('0x7')])return;const _0x5657d3={'commandName':_0x37b1('0x3c'),'commandParams':[_0x47df7],'formatGroupId':_0x196e76()};_0x39120f['model'][_0x37b1('0x59')](()=>{if(_0x27558a['getSuggestions']()['filter'](_0x4c3f01=>_0x4c3f01[_0x37b1('0x67')]&&_0x50902a==_0x4c3f01[_0x37b1('0x18')]&&(_0x37b1('0x58')==_0x4c3f01[_0x37b1('0x28')]||_0x37b1('0x46')==_0x4c3f01[_0x37b1('0x28')])&&(_0x37b1('0x1e')==_0x4c3f01[_0x37b1('0x66')]||_0x37b1('0x3a')==_0x4c3f01[_0x37b1('0x66')])&&_0x4c3f01[_0x37b1('0x54')]()[_0x37b1('0x49')](_0xdc7629))[_0x37b1('0x2f')](_0x4ac23b=>_0x27558a[_0x37b1('0x70')](_0x4ac23b[_0x37b1('0x9')])),_0x2a0649=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')]['selection']),_0xdc7629=_0x39120f[_0x37b1('0x79')]['createRangeOn'](_0x2a0649),_0x31e189[_0x37b1('0x4')](),_0x39120f['commands']['get'](_0x37b1('0xa'))[_0x37b1('0x4')](),_0x39120f[_0x37b1('0x7d')][_0x37b1('0x39')](_0x37b1('0x1d'))[_0x37b1('0x4')](),_0x1fbec7=_0x31e189['value'],_0x1fbec7!=_0x47df7['value'])return _0x127c2b[_0x37b1('0x7a')](_0x2a0649)&&_0x31e189['shouldConvertImageType'](_0x47df7[_0x37b1('0x7')],_0x2a0649)?(_0x4f4c51(_0x47df7),_0x2a0649=_0x127c2b[_0x37b1('0x2d')](_0x39120f['model'][_0x37b1('0x3b')][_0x37b1('0x13')]),void _0x27558a[_0x37b1('0x2c')](_0x2a0649,{..._0x5657d3,'commandReversedParams':[{'value':_0x1fbec7||null}]},[],_0x37b1('0x1e'))):void(_0x127c2b[_0x37b1('0x25')](_0x2a0649)?_0x27558a['markBlockFormat'](_0x2a0649,_0x5657d3,[],_0x37b1('0x3a')):_0x27558a[_0x37b1('0x53')](_0xdc7629,_0x5657d3,'imageStylePostApply'));});});for(const _0x479c67 of _0x39120f[_0x37b1('0x6e')][_0x37b1('0x39')](_0x37b1('0x16'))['normalizedStyles'])_0x15ed98[_0x479c67[_0x37b1('0x17')]]=_0x479c67[_0x37b1('0x6')][_0x37b1('0x51')]();_0x27558a[_0x37b1('0x35')]['registerCustomCallback'](_0x37b1('0x58'),_0x37b1('0x1e'),_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x58'),_0x37b1('0x3a'),_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x46'),_0x37b1('0x3a'),_0x37b1('0x7c'),()=>{}),_0x27558a[_0x37b1('0x35')]['registerCustomCallback']('formatBlock',_0x37b1('0x1e'),_0x37b1('0x50'),()=>{}),_0x27558a[_0x37b1('0x35')][_0x37b1('0x3e')](_0x37b1('0x58'),_0x37b1('0x1e'),_0x37b1('0x2'),(_0x184b3f,_0x1266d9)=>{_0x27558a[_0x37b1('0x35')]['getSuggestionCallback'](_0x37b1('0x58'),'','accept')(_0x184b3f,{'commandName':_0x1266d9[_0x37b1('0x43')],'commandParams':_0x1266d9[_0x37b1('0x71')]});}),_0x27558a[_0x37b1('0x35')]['registerCustomCallback'](_0x37b1('0x58'),_0x37b1('0x1e'),_0x37b1('0x2b'),_0x3a62f6);}const _0x3ef0b0=[{'type':_0x37b1('0x58'),'subType':'imageStylePreApply'},{'type':_0x37b1('0x10'),'subType':_0x37b1('0x29')},{'type':'formatBlock','subType':_0x37b1('0x6d')},{'type':_0x37b1('0x10'),'subType':_0x37b1('0x6d')}];function _0x3c6ee2(_0x475e6d,_0x5875f3){const _0x4f9a58=_0x3ef0b0['findIndex'](({type:_0x153544,subType:_0x1cb330})=>_0x475e6d[_0x37b1('0x28')]==_0x153544&&_0x475e6d['subType']==_0x1cb330),_0x56ab4c=_0x3ef0b0[_0x37b1('0x5d')](({type:_0x377994,subType:_0x1c1c17})=>_0x5875f3['type']==_0x377994&&_0x5875f3['subType']==_0x1c1c17);if(_0x4f9a58<0x0||_0x56ab4c<0x0)return!0x1;const _0x36335c=_0x475e6d['getFirstRange'](),_0x511f9c=_0x5875f3[_0x37b1('0x54')]();if((0x0==_0x4f9a58||0x1==_0x4f9a58)&&0x2==_0x56ab4c&&_0x36335c[_0x37b1('0x6a')](_0x511f9c))return!0x0;if(0x2==_0x4f9a58&&0x3==_0x56ab4c){const _0x39a527=_0x27558a[_0x37b1('0xd')](_0x36335c,_0x37b1('0x10'))[_0x37b1('0x77')](({suggestion:_0x23c009,meta:_0x3c4ac6})=>_0x3c4ac6[_0x37b1('0x61')]&&_0x37b1('0x6d')==_0x23c009['subType']);if(_0x39a527['length']>0x1&&_0x511f9c[_0x37b1('0x1c')]['isEqual'](_0x36335c[_0x37b1('0x31')]))return!0x0;if(0x1==_0x39a527[_0x37b1('0x6c')]&&(_0x36335c['start'][_0x37b1('0x49')](_0x511f9c[_0x37b1('0x1c')])||_0x36335c[_0x37b1('0x1c')]['isEqual'](_0x511f9c[_0x37b1('0x31')])))return!0x0;}if(0x3==_0x4f9a58&&0x3==_0x56ab4c&&_0x36335c[_0x37b1('0x31')][_0x37b1('0x76')](_0x511f9c[_0x37b1('0x31')])){const _0x1752aa=_0x36335c[_0x37b1('0x1c')][_0x37b1('0x1a')],_0x4f8a6b=_0x511f9c['start'][_0x37b1('0x5')];return _0x127c2b[_0x37b1('0x25')](_0x1752aa)&&_0x1752aa===_0x4f8a6b;}return!0x1;}function _0x3a62f6(_0x57669c,_0x38dc00){return _0x3c6ee2(_0x57669c,_0x38dc00)?[_0x57669c,_0x38dc00]:_0x3c6ee2(_0x38dc00,_0x57669c)?[_0x38dc00,_0x57669c]:null;}_0x39120f['model'][_0x37b1('0x3b')][_0x37b1('0x2e')](()=>{let _0x4d51ad=!0x1;const _0x3fd415=Array[_0x37b1('0x26')](_0x39120f[_0x37b1('0x79')][_0x37b1('0x3b')]['differ']['getChangedMarkers']());for(const {name:_0x379f4a,data:_0x4e1f6c}of _0x3fd415){const {group:_0x1b9d91,type:_0x53e416,subType:_0x4c14c2,id:_0x5dce9a}=_0x27558a[_0x37b1('0x68')](_0x379f4a);if(_0x37b1('0x32')==_0x1b9d91&&_0x27558a['hasSuggestion'](_0x5dce9a)){if('formatBlock'==_0x53e416&&(_0x37b1('0x1e')==_0x4c14c2||'imageStylePostApply'==_0x4c14c2)){const _0x4a8b33=_0x27558a[_0x37b1('0x5b')](_0x5dce9a);if(_0x4e1f6c[_0x37b1('0x6f')]){const _0x2b67ad=_0x4a8b33[_0x37b1('0x54')]()[_0x37b1('0x55')]();if(_0x127c2b[_0x37b1('0x25')](_0x2b67ad))continue;_0x27558a['discardSuggestion'](_0x4a8b33),_0x4d51ad=!0x0;}}if(_0x37b1('0x10')==_0x53e416&&_0x37b1('0x29')==_0x4c14c2&&!_0x4e1f6c['newRange']){const _0x57e745=_0x27558a[_0x37b1('0x5b')](_0x5dce9a);_0x57e745[_0x37b1('0x4c')]&&_0x57e745[_0x37b1('0x4c')]['isInContent']&&(_0x27558a['discardSuggestion'](_0x57e745['next']),_0x4d51ad=!0x0);}}}return _0x4d51ad;}),_0x39120f[_0x37b1('0x6e')][_0x37b1('0x1f')](_0x37b1('0x1'))&&_0x27558a[_0x37b1('0x4e')](_0x37b1('0x40'),(_0x214891,_0x1e24ae)=>{const _0x170353=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')]['document'][_0x37b1('0x13')]);_0x170353[_0x37b1('0x5f')]('width')!=_0x1e24ae[_0x37b1('0x48')]&&_0x39120f['model'][_0x37b1('0x59')](()=>{_0x27558a[_0x37b1('0x2c')](_0x170353,{'commandName':_0x37b1('0x40'),'commandParams':[_0x1e24ae]});});}),_0x39120f['plugins'][_0x37b1('0x1f')](_0x37b1('0x19'))&&_0x27558a[_0x37b1('0x4e')](_0x37b1('0x11'),(_0x2358d0,_0x560a36)=>{const _0x55d7c6=_0x127c2b[_0x37b1('0x2d')](_0x39120f[_0x37b1('0x79')]['document'][_0x37b1('0x13')]);(_0x55d7c6[_0x37b1('0x27')](_0x37b1('0x64'))?_0x55d7c6[_0x37b1('0x5f')]('alt'):'')!=_0x560a36[_0x37b1('0x3f')]&&_0x39120f['model'][_0x37b1('0x59')](()=>{_0x27558a[_0x37b1('0x2c')](_0x55d7c6,{'commandName':_0x37b1('0x11'),'commandParams':[_0x560a36]});});}),_0x27558a['_descriptionFactory']['registerDescriptionCallback'](_0x28c239=>{if(!!_0x3ef0b0[_0x37b1('0x1b')](({type:_0x19297b,subType:_0x39f0f2})=>_0x28c239[_0x37b1('0x28')]==_0x19297b&&_0x28c239[_0x37b1('0x66')]==_0x39f0f2))return _0x28c239[_0x37b1('0x33')]?{}:void 0x0;}),_0x27558a['_descriptionFactory'][_0x37b1('0x5e')](_0x539016=>{if(_0x37b1('0x10')==_0x539016['type']||_0x37b1('0x37')==_0x539016[_0x37b1('0x28')]){const _0x38d51f=_0x539016[_0x37b1('0x55')]();if(_0x38d51f&&_0x38d51f['is'](_0x37b1('0x5c'),'caption'))return{'type':_0x37b1('0x10')==_0x539016[_0x37b1('0x28')]?'addObject':_0x37b1('0x38'),'element':_0x38d51f,'quantity':0x1};}}),_0x27558a['_descriptionFactory'][_0x37b1('0x5e')](_0x3b76c1=>_0x37b1('0x58')==_0x3b76c1['type']&&_0x37b1('0x6d')==_0x3b76c1[_0x37b1('0x66')]?{'type':_0x37b1('0x75'),'content':'Inline\x20image\x20to\x20block\x20image'}:_0x37b1('0x58')==_0x3b76c1[_0x37b1('0x28')]&&'convertBlockImageToInline'==_0x3b76c1['subType']?{'type':_0x37b1('0x75'),'content':_0x37b1('0x5a')}:void 0x0),_0x27558a[_0x37b1('0x36')][_0x37b1('0x5e')](_0x526fb5=>{const {data:_0x13c1ae}=_0x526fb5;if(_0x13c1ae){if(_0x37b1('0x3c')==_0x13c1ae[_0x37b1('0x43')]){const _0x3ac872=_0x13c1ae[_0x37b1('0x63')][0x0]['value'];return _0x3ab4c2(_0x37b1('0x34')===_0x3ac872?_0xbc624a(_0x387dc9,_0x37b1('0x44')):_0x15ed98[_0x3ac872]||_0x3ac872);}if(_0x37b1('0x11')==_0x13c1ae[_0x37b1('0x43')]){const _0x2b6777=_0x13c1ae[_0x37b1('0x63')][0x0]['newValue'];return _0x2b6777?{'type':'format','content':_0xbc624a(_0x387dc9,_0x37b1('0x15'),'\x22'+_0x2b6777+'\x22')}:{'type':_0x37b1('0x75'),'content':_0xbc624a(_0x387dc9,_0x37b1('0x0'))};}if(_0x37b1('0x40')==_0x13c1ae[_0x37b1('0x43')]){const _0x15b312=_0x13c1ae[_0x37b1('0x63')][0x0][_0x37b1('0x48')];return _0x15b312?{'type':_0x37b1('0x75'),'content':_0xbc624a(_0x387dc9,'*Set\x20image\x20width:*\x20%0',_0x15b312)}:{'type':'format','content':_0xbc624a(_0x387dc9,_0x37b1('0x12'))};}}function _0x3ab4c2(_0x494447){return{'type':_0x37b1('0x75'),'content':_0xbc624a(_0x387dc9,'*Format:*\x20%0',_0x494447)};}});}}
|
|
23
|
+
const _0x4832=['ImageResize','discardSuggestion','accept','commands','*Set\x20image\x20text\x20alternative:*\x20%0','commandName','afterInit','end','title','ImageTextAlternativeEditing','_findSuggestions','_splitMarkerName','_descriptionFactory','newValue','isInlineImage','getAttribute','previous','isCollapsed','has','plugins','ImageUtils','normalizedStyles','getSuggestion','getCaptionFromImageModelElement','markBlockFormat','format','find','imageInline','chain','isEqual','imageTypeInline','forceDefaultExecution','isBlockImage','start','length','TrackChangesEditing','type','forEach','editor','markInlineFormat','ImageInlineEditing','alt','ImageEditing','enableCommand','createRange','next','ImageStyleEditing','hasSuggestion','selection','isInContent','document','imageBlock','uploadImage','isIntersecting','model','*Format:*\x20%0','ELEMENT_CAPTION','insertion','subType','getChangedMarkers','imageTextAlternative','refresh','join','head','width','addObject','ELEMENT_IMAGE','Users','resizeImage','caption','insertImage','getContainedElement','schema','shouldConvertImageType','toLowerCase','markInsertion','formatInline','isOwn','createRangeOn','discard','*Remove\x20image\x20text\x20alternative*','imageStyle','getFirstRange','toPrevious','detach','getSuggestions','commandParams','formatBlock','imageTypeBlock','ImageUploadEditing','isBefore','value','commandReversedParams','name','convertInlineImageToBlock','getNearestSelectionRange','removeObject','forward','differ','change','convertBlockImageToInline','get','filter','registerElementLabel','imageCaption','author','registerDescriptionCallback','fromPosition','markDeletion','getSuggestionCallback','*Set\x20image\x20width:*\x20%0','toNext','imageStylePostApply','ImageCaptionEditing','imageStylePreApply','ImageBlockEditing','Inline\x20image\x20to\x20block\x20image','toggleImageCaption','FORMAT_SIDE_IMAGE','element','findIndex','registerCustomCallback','_suggestionFactory','getClosestSelectedImageElement'];(function(_0x473927,_0x483250){const _0x55109b=function(_0x2d6daa){while(--_0x2d6daa){_0x473927['push'](_0x473927['shift']());}};_0x55109b(++_0x483250);}(_0x4832,0x18f));const _0x5510=function(_0x473927,_0x483250){_0x473927=_0x473927-0x0;let _0x55109b=_0x4832[_0x473927];return _0x55109b;};import{Plugin as _0x5217e2}from'ckeditor5/src/core';import{LivePosition as _0x45527a}from'ckeditor5/src/engine';import{uid as _0x3ba11d}from'ckeditor5/src/utils';import{getTranslation as _0x270c08}from'../utils/common-translations';export default class X extends _0x5217e2{[_0x5510('0x67')](){const _0xe041be=this[_0x5510('0xb')];if(!_0xe041be['plugins'][_0x5510('0x73')](_0x5510('0xf')))return;const _0x47e903=_0xe041be[_0x5510('0x74')][_0x5510('0x4a')](_0x5510('0x8')),_0xdc81f7=_0xe041be[_0x5510('0x74')]['get'](_0x5510('0x75')),_0x14c256={},_0x1b9fc4=_0xe041be['locale'];if(_0x47e903['enableCommand'](_0x5510('0x2b')),_0x47e903[_0x5510('0x6d')][_0x5510('0x4c')](_0x5510('0x18'),_0x510ede=>_0x270c08(_0x1b9fc4,_0x5510('0x27'),_0x510ede)),_0x47e903[_0x5510('0x6d')][_0x5510('0x4c')](_0x5510('0x0'),_0x121de7=>_0x270c08(_0x1b9fc4,'ELEMENT_INLINE_IMAGE',_0x121de7)),_0x47e903[_0x5510('0x6d')][_0x5510('0x4c')]('caption',()=>_0x270c08(_0x1b9fc4,_0x5510('0x1d'))),_0xe041be['plugins'][_0x5510('0x73')](_0x5510('0x3e'))&&_0x47e903['enableCommand'](_0x5510('0x19')),_0xe041be[_0x5510('0x74')][_0x5510('0x73')](_0x5510('0x58'))&&_0xe041be[_0x5510('0x74')][_0x5510('0x73')](_0x5510('0xd'))&&(_0x47e903[_0x5510('0x10')](_0x5510('0x3'),(_0x5e9fac,_0x11e370)=>{const _0xac53db=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')]['document']['selection']);_0xe041be['model'][_0x5510('0x48')](()=>{_0x47e903['markBlockFormat'](_0xac53db,{'commandName':'imageTypeInline','commandParams':[_0x11e370]},[],_0x5510('0x49'));});}),_0x47e903[_0x5510('0x10')](_0x5510('0x3d'),(_0x22838b,_0x415065)=>{_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](_0x294b13=>{let _0x3c8a29=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')][_0x5510('0x15')]),_0x198d3f=_0x294b13[_0x5510('0x33')](_0x3c8a29);const _0x479c61=_0x45527a[_0x5510('0x50')](_0x198d3f[_0x5510('0x6')],_0x5510('0x38')),_0x13023d=_0x45527a[_0x5510('0x50')](_0x198d3f[_0x5510('0x68')],_0x5510('0x54'));_0x47e903[_0x5510('0x4')](()=>_0x22838b(_0x415065)),_0x3c8a29=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')]['selection']),_0x198d3f=_0x294b13[_0x5510('0x33')](_0x3c8a29);const _0xf1e589=_0x294b13[_0x5510('0x11')](_0x479c61,_0x13023d);_0x479c61[_0x5510('0x39')](),_0x13023d['detach'](),_0x47e903[_0x5510('0x79')](_0x3c8a29,{'commandName':_0x5510('0x3'),'commandParams':[]},[],_0x5510('0x43')),_0xf1e589[_0x5510('0x6')]['isBefore'](_0x198d3f[_0x5510('0x6')])&&_0x47e903[_0x5510('0x30')](_0x294b13[_0x5510('0x11')](_0xf1e589[_0x5510('0x6')],_0x198d3f[_0x5510('0x6')]),_0x5510('0x43')),_0x198d3f[_0x5510('0x68')][_0x5510('0x3f')](_0xf1e589[_0x5510('0x68')])&&_0x47e903[_0x5510('0x30')](_0x294b13[_0x5510('0x11')](_0x198d3f[_0x5510('0x68')],_0xf1e589[_0x5510('0x68')]),_0x5510('0x43'));});}),_0x47e903['_suggestionFactory'][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x43'),_0x5510('0x23'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')]('formatBlock',_0x5510('0x43'),_0x5510('0x63'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),'convertInlineImageToBlock',_0x5510('0x34'),_0x47e903[_0x5510('0x5f')]['getSuggestionCallback'](_0x5510('0x3c'),'',_0x5510('0x63'))),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x1e'),_0x5510('0x43'),_0x5510('0x23'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x1e'),'convertInlineImageToBlock',_0x5510('0x34'),([_0x1b44d5])=>{const _0x20ffbb=_0x47e903[_0x5510('0x5f')][_0x5510('0x52')](_0x5510('0x1e'),'',_0x5510('0x34'));let _0x1b257b=_0x1b44d5[_0x5510('0x6')],_0x13e20c=_0x1b44d5[_0x5510('0x68')];const _0x4e4d60=_0xe041be[_0x5510('0x1b')][_0x5510('0x2d')][_0x5510('0x44')](_0x1b257b,'backward'),_0x467de7=_0xe041be[_0x5510('0x1b')][_0x5510('0x2d')][_0x5510('0x44')](_0x13e20c,_0x5510('0x46'));_0x4e4d60['isCollapsed']&&(_0x1b257b=_0x4e4d60['start']),_0x467de7[_0x5510('0x72')]&&(_0x13e20c=_0x467de7['end']),_0x20ffbb([_0xe041be['model']['createRange'](_0x1b257b,_0x13e20c)]);}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x43'),'chain',_0x75c130),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x1e'),'convertInlineImageToBlock',_0x5510('0x1'),_0x75c130)),_0xe041be['plugins'][_0x5510('0x73')](_0x5510('0x56'))&&(_0x47e903[_0x5510('0x10')](_0x5510('0x5a'),(_0x330e6c,_0x22a17f)=>{const _0x130696=_0xe041be[_0x5510('0x74')]['get']('ImageCaptionUtils');let _0x491103=_0xdc81f7[_0x5510('0x60')](_0xe041be['model'][_0x5510('0x17')][_0x5510('0x15')]),_0x464ca5=_0x130696['getCaptionFromImageModelElement'](_0x491103);_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](()=>{if(_0x464ca5)return void _0x47e903[_0x5510('0x51')](_0xe041be['model'][_0x5510('0x33')](_0x464ca5));const _0x1745bc=_0xdc81f7['isBlockImage'](_0x491103);_0x330e6c(_0x22a17f),_0x491103=_0xdc81f7['getClosestSelectedImageElement'](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')]['selection']),_0x464ca5=_0x130696[_0x5510('0x78')](_0x491103),_0x47e903[_0x5510('0x30')](_0xe041be[_0x5510('0x1b')]['createRangeOn'](_0x464ca5),_0x1745bc?null:_0x5510('0x4d'));});}),_0x47e903['_suggestionFactory'][_0x5510('0x5e')](_0x5510('0x1e'),_0x5510('0x4d'),_0x5510('0x1'),_0x75c130)),_0xe041be[_0x5510('0x74')]['has']('ImageStyleEditing')){_0x47e903[_0x5510('0x10')](_0x5510('0x36'),(_0x19b011,_0x4778cf)=>{const _0x5676f1=_0xe041be[_0x5510('0x74')][_0x5510('0x4a')](_0x5510('0x28'))['me'],_0x4f5217=_0xe041be[_0x5510('0x64')][_0x5510('0x4a')](_0x5510('0x36'));let _0x3b0625=_0xdc81f7['getClosestSelectedImageElement'](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')][_0x5510('0x15')]),_0x23bf9f=_0xe041be['model'][_0x5510('0x33')](_0x3b0625),_0x1146bf=_0x4f5217[_0x5510('0x40')];if(_0x1146bf==_0x4778cf[_0x5510('0x40')])return;const _0x23a48d={'commandName':_0x5510('0x36'),'commandParams':[_0x4778cf],'formatGroupId':_0x3ba11d()};_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](()=>{if(_0x47e903[_0x5510('0x3a')]()[_0x5510('0x4b')](_0xd3b99f=>_0xd3b99f[_0x5510('0x16')]&&_0x5676f1==_0xd3b99f[_0x5510('0x4e')]&&(_0x5510('0x3c')==_0xd3b99f[_0x5510('0x9')]||_0x5510('0x31')==_0xd3b99f[_0x5510('0x9')])&&(_0x5510('0x57')==_0xd3b99f[_0x5510('0x1f')]||'imageStylePostApply'==_0xd3b99f['subType'])&&_0xd3b99f[_0x5510('0x37')]()[_0x5510('0x2')](_0x23bf9f))[_0x5510('0xa')](_0x42cd03=>_0x47e903[_0x5510('0x62')](_0x42cd03[_0x5510('0x24')])),_0x3b0625=_0xdc81f7[_0x5510('0x60')](_0xe041be['model']['document'][_0x5510('0x15')]),_0x23bf9f=_0xe041be[_0x5510('0x1b')][_0x5510('0x33')](_0x3b0625),_0x4f5217['refresh'](),_0xe041be[_0x5510('0x64')]['get'](_0x5510('0x3'))[_0x5510('0x22')](),_0xe041be['commands'][_0x5510('0x4a')]('imageTypeBlock')[_0x5510('0x22')](),_0x1146bf=_0x4f5217[_0x5510('0x40')],_0x1146bf!=_0x4778cf[_0x5510('0x40')])return _0xdc81f7[_0x5510('0x6f')](_0x3b0625)&&_0x4f5217[_0x5510('0x2e')](_0x4778cf[_0x5510('0x40')],_0x3b0625)?(_0x19b011(_0x4778cf),_0x3b0625=_0xdc81f7[_0x5510('0x60')](_0xe041be['model']['document'][_0x5510('0x15')]),void _0x47e903['markBlockFormat'](_0x3b0625,{..._0x23a48d,'commandReversedParams':[{'value':_0x1146bf||null}]},[],_0x5510('0x57'))):void(_0xdc81f7['isBlockImage'](_0x3b0625)?_0x47e903['markBlockFormat'](_0x3b0625,_0x23a48d,[],_0x5510('0x55')):_0x47e903[_0x5510('0xc')](_0x23bf9f,_0x23a48d,'imageStylePostApply'));});});for(const _0x376cca of _0xe041be[_0x5510('0x74')][_0x5510('0x4a')](_0x5510('0x13'))[_0x5510('0x76')])_0x14c256[_0x376cca[_0x5510('0x42')]]=_0x376cca[_0x5510('0x69')][_0x5510('0x2f')]();_0x47e903['_suggestionFactory'][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x57'),'join',()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x55'),_0x5510('0x23'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x31'),_0x5510('0x55'),_0x5510('0x23'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),'imageStylePreApply',_0x5510('0x63'),()=>{}),_0x47e903[_0x5510('0x5f')][_0x5510('0x5e')](_0x5510('0x3c'),_0x5510('0x57'),'discard',(_0x688b56,_0x1d9d4d)=>{_0x47e903['_suggestionFactory'][_0x5510('0x52')](_0x5510('0x3c'),'','accept')(_0x688b56,{'commandName':_0x1d9d4d[_0x5510('0x66')],'commandParams':_0x1d9d4d[_0x5510('0x41')]});}),_0x47e903[_0x5510('0x5f')]['registerCustomCallback'](_0x5510('0x3c'),'imageStylePreApply','chain',_0x75c130);}const _0x104f70=[{'type':'formatBlock','subType':_0x5510('0x57')},{'type':_0x5510('0x1e'),'subType':_0x5510('0x4d')},{'type':_0x5510('0x3c'),'subType':_0x5510('0x43')},{'type':_0x5510('0x1e'),'subType':_0x5510('0x43')}];function _0x367b90(_0x4963a7,_0x2ea033){const _0x28ea9d=_0x104f70[_0x5510('0x5d')](({type:_0xbec763,subType:_0x9479c2})=>_0x4963a7[_0x5510('0x9')]==_0xbec763&&_0x4963a7[_0x5510('0x1f')]==_0x9479c2),_0x44ed96=_0x104f70[_0x5510('0x5d')](({type:_0x88eaec,subType:_0x51ec35})=>_0x2ea033[_0x5510('0x9')]==_0x88eaec&&_0x2ea033['subType']==_0x51ec35);if(_0x28ea9d<0x0||_0x44ed96<0x0)return!0x1;const _0x81d3e9=_0x4963a7[_0x5510('0x37')](),_0x394819=_0x2ea033['getFirstRange']();if((0x0==_0x28ea9d||0x1==_0x28ea9d)&&0x2==_0x44ed96&&_0x81d3e9[_0x5510('0x1a')](_0x394819))return!0x0;if(0x2==_0x28ea9d&&0x3==_0x44ed96){const _0x27dc6d=_0x47e903[_0x5510('0x6b')](_0x81d3e9,'insertion')[_0x5510('0x4b')](({suggestion:_0x1567b0,meta:_0x52308f})=>_0x52308f[_0x5510('0x32')]&&_0x5510('0x43')==_0x1567b0['subType']);if(_0x27dc6d[_0x5510('0x7')]>0x1&&_0x394819[_0x5510('0x68')]['isEqual'](_0x81d3e9['start']))return!0x0;if(0x1==_0x27dc6d['length']&&(_0x81d3e9[_0x5510('0x6')]['isEqual'](_0x394819[_0x5510('0x68')])||_0x81d3e9[_0x5510('0x68')][_0x5510('0x2')](_0x394819[_0x5510('0x6')])))return!0x0;}if(0x3==_0x28ea9d&&0x3==_0x44ed96&&_0x81d3e9[_0x5510('0x6')][_0x5510('0x3f')](_0x394819[_0x5510('0x6')])){const _0x4863e3=_0x81d3e9[_0x5510('0x68')]['nodeAfter'],_0x27a637=_0x394819[_0x5510('0x6')]['nodeBefore'];return _0xdc81f7[_0x5510('0x5')](_0x4863e3)&&_0x4863e3===_0x27a637;}return!0x1;}function _0x75c130(_0x414ee7,_0x4d64d5){return _0x367b90(_0x414ee7,_0x4d64d5)?[_0x414ee7,_0x4d64d5]:_0x367b90(_0x4d64d5,_0x414ee7)?[_0x4d64d5,_0x414ee7]:null;}_0xe041be['model'][_0x5510('0x17')]['registerPostFixer'](()=>{let _0x474da9=!0x1;const _0x1b97be=Array['from'](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')][_0x5510('0x47')][_0x5510('0x20')]());for(const {name:_0x21656a,data:_0x405c0c}of _0x1b97be){const {group:_0x222363,type:_0x198909,subType:_0x7e6320,id:_0x42cc06}=_0x47e903[_0x5510('0x6c')](_0x21656a);if('suggestion'==_0x222363&&_0x47e903[_0x5510('0x14')](_0x42cc06)){if(_0x5510('0x3c')==_0x198909&&(_0x5510('0x57')==_0x7e6320||_0x5510('0x55')==_0x7e6320)){const _0x28287c=_0x47e903[_0x5510('0x77')](_0x42cc06);if(_0x405c0c['newRange']){const _0x5aabfc=_0x28287c[_0x5510('0x37')]()['getContainedElement']();if(_0xdc81f7[_0x5510('0x5')](_0x5aabfc))continue;_0x47e903[_0x5510('0x62')](_0x28287c),_0x474da9=!0x0;}}if(_0x5510('0x1e')==_0x198909&&_0x5510('0x4d')==_0x7e6320&&!_0x405c0c['newRange']){const _0x29be45=_0x47e903[_0x5510('0x77')](_0x42cc06);_0x29be45[_0x5510('0x12')]&&_0x29be45[_0x5510('0x12')][_0x5510('0x16')]&&(_0x47e903[_0x5510('0x62')](_0x29be45[_0x5510('0x12')]),_0x474da9=!0x0);}}}return _0x474da9;}),_0xe041be[_0x5510('0x74')][_0x5510('0x73')](_0x5510('0x61'))&&_0x47e903['enableCommand'](_0x5510('0x29'),(_0x569600,_0x10ac1d)=>{const _0x9aeb26=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')][_0x5510('0x15')]);_0x9aeb26[_0x5510('0x70')](_0x5510('0x25'))!=_0x10ac1d[_0x5510('0x25')]&&_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](()=>{_0x47e903[_0x5510('0x79')](_0x9aeb26,{'commandName':_0x5510('0x29'),'commandParams':[_0x10ac1d]});});}),_0xe041be[_0x5510('0x74')][_0x5510('0x73')](_0x5510('0x6a'))&&_0x47e903[_0x5510('0x10')](_0x5510('0x21'),(_0x3f1f3d,_0x5c5158)=>{const _0x1f54a2=_0xdc81f7[_0x5510('0x60')](_0xe041be[_0x5510('0x1b')][_0x5510('0x17')]['selection']);(_0x1f54a2['hasAttribute'](_0x5510('0xe'))?_0x1f54a2[_0x5510('0x70')]('alt'):'')!=_0x5c5158[_0x5510('0x6e')]&&_0xe041be[_0x5510('0x1b')][_0x5510('0x48')](()=>{_0x47e903[_0x5510('0x79')](_0x1f54a2,{'commandName':'imageTextAlternative','commandParams':[_0x5c5158]});});}),_0x47e903['_descriptionFactory'][_0x5510('0x4f')](_0x468178=>{if(!!_0x104f70[_0x5510('0x7b')](({type:_0x13482c,subType:_0x3f0536})=>_0x468178[_0x5510('0x9')]==_0x13482c&&_0x468178['subType']==_0x3f0536))return _0x468178[_0x5510('0x71')]?{}:void 0x0;}),_0x47e903[_0x5510('0x6d')][_0x5510('0x4f')](_0x1725d7=>{if(_0x5510('0x1e')==_0x1725d7[_0x5510('0x9')]||'deletion'==_0x1725d7[_0x5510('0x9')]){const _0x16c1d8=_0x1725d7[_0x5510('0x2c')]();if(_0x16c1d8&&_0x16c1d8['is'](_0x5510('0x5c'),_0x5510('0x2a')))return{'type':_0x5510('0x1e')==_0x1725d7[_0x5510('0x9')]?_0x5510('0x26'):_0x5510('0x45'),'element':_0x16c1d8,'quantity':0x1};}}),_0x47e903['_descriptionFactory'][_0x5510('0x4f')](_0x579d08=>'formatBlock'==_0x579d08[_0x5510('0x9')]&&_0x5510('0x43')==_0x579d08['subType']?{'type':_0x5510('0x7a'),'content':_0x5510('0x59')}:_0x5510('0x3c')==_0x579d08['type']&&_0x5510('0x49')==_0x579d08['subType']?{'type':_0x5510('0x7a'),'content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x47e903['_descriptionFactory'][_0x5510('0x4f')](_0x2d0867=>{const {data:_0x390c25}=_0x2d0867;if(_0x390c25){if(_0x5510('0x36')==_0x390c25[_0x5510('0x66')]){const _0x4922f0=_0x390c25[_0x5510('0x3b')][0x0]['value'];return _0x6d7eca('side'===_0x4922f0?_0x270c08(_0x1b9fc4,_0x5510('0x5b')):_0x14c256[_0x4922f0]||_0x4922f0);}if('imageTextAlternative'==_0x390c25[_0x5510('0x66')]){const _0x320e69=_0x390c25[_0x5510('0x3b')][0x0][_0x5510('0x6e')];return _0x320e69?{'type':_0x5510('0x7a'),'content':_0x270c08(_0x1b9fc4,_0x5510('0x65'),'\x22'+_0x320e69+'\x22')}:{'type':_0x5510('0x7a'),'content':_0x270c08(_0x1b9fc4,_0x5510('0x35'))};}if('resizeImage'==_0x390c25[_0x5510('0x66')]){const _0x4c960f=_0x390c25['commandParams'][0x0][_0x5510('0x25')];return _0x4c960f?{'type':_0x5510('0x7a'),'content':_0x270c08(_0x1b9fc4,_0x5510('0x53'),_0x4c960f)}:{'type':'format','content':_0x270c08(_0x1b9fc4,'*Reset\x20image\x20width*')};}}function _0x6d7eca(_0x2b60b4){return{'type':_0x5510('0x7a'),'content':_0x270c08(_0x1b9fc4,_0x5510('0x1c'),_0x2b60b4)};}});}}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module track-changes/integrations/imagereplace
|
|
3
|
-
*/
|
|
4
|
-
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
-
import type Suggestion from '../suggestion';
|
|
6
|
-
import type { Description } from '../suggestiondescriptionfactory';
|
|
7
|
-
/**
|
|
8
|
-
* Provides track changes plugin integration for image replace feature.
|
|
9
|
-
*/
|
|
10
|
-
export default class TrackChangesImageReplace extends Plugin {
|
|
11
|
-
/**
|
|
12
|
-
* @inheritDoc
|
|
13
|
-
*/
|
|
14
|
-
afterInit(): void;
|
|
15
|
-
handleReplaceImageCommand(executeCommand: Function, options: {
|
|
16
|
-
source: string;
|
|
17
|
-
}): void;
|
|
18
|
-
handleSuggestionDescription(suggestion: Suggestion): Description | undefined;
|
|
19
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @module track-changes/integrations/imagereplace
|
|
3
|
+
*/
|
|
4
|
+
import { Plugin } from 'ckeditor5/src/core';
|
|
5
|
+
import type Suggestion from '../suggestion';
|
|
6
|
+
import type { Description } from '../suggestiondescriptionfactory';
|
|
7
|
+
/**
|
|
8
|
+
* Provides track changes plugin integration for image replace feature.
|
|
9
|
+
*/
|
|
10
|
+
export default class TrackChangesImageReplace extends Plugin {
|
|
11
|
+
/**
|
|
12
|
+
* @inheritDoc
|
|
13
|
+
*/
|
|
14
|
+
afterInit(): void;
|
|
15
|
+
handleReplaceImageCommand(executeCommand: Function, options: {
|
|
16
|
+
source: string;
|
|
17
|
+
}): void;
|
|
18
|
+
handleSuggestionDescription(suggestion: Suggestion): Description | undefined;
|
|
19
|
+
}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3412=['data','getSuggestionCallback','discard','registerDescriptionCallback','getSelectedElement','TrackChangesEditing','get','_descriptionFactory','document','source','model','handleSuggestionDescription','enableCommand','accept','replaceImageSource','_suggestionFactory','format','has','plugins','Users','ImageEditing','src','subType','markBlockFormat','getSuggestions','handleReplaceImageCommand','afterInit','formatBlock','registerCustomCallback','editor','*Format:*\x20replace\x20image\x20URL','getContainedElement'];(function(_0x1afad7,_0x341214){const _0x290dbf=function(_0x1fbeb1){while(--_0x1fbeb1){_0x1afad7['push'](_0x1afad7['shift']());}};_0x290dbf(++_0x341214);}(_0x3412,0xd5));const _0x290d=function(_0x1afad7,_0x341214){_0x1afad7=_0x1afad7-0x0;let _0x290dbf=_0x3412[_0x1afad7];return _0x290dbf;};import{Plugin as _0x1b4c18}from'ckeditor5/src/core';import{getTranslation as _0x5e6e58}from'../utils/common-translations';export default class Y extends _0x1b4c18{[_0x290d('0x5')](){if(!this[_0x290d('0x8')][_0x290d('0x1d')][_0x290d('0x1c')](_0x290d('0x1f')))return;const _0x3ad473=this[_0x290d('0x8')][_0x290d('0x1d')][_0x290d('0x11')](_0x290d('0x10'));_0x3ad473[_0x290d('0x17')](_0x290d('0x19'),(_0x2eb2fe,_0x2d6346)=>this['handleReplaceImageCommand'](_0x2eb2fe,_0x2d6346)),_0x3ad473['_suggestionFactory']['registerCustomCallback'](_0x290d('0x6'),_0x290d('0x19'),_0x290d('0x18'),_0x3ad473[_0x290d('0x1a')]['getSuggestionCallback'](_0x290d('0x6'),null,_0x290d('0xd'))),_0x3ad473[_0x290d('0x1a')][_0x290d('0x7')](_0x290d('0x6'),_0x290d('0x19'),'discard',_0x3ad473[_0x290d('0x1a')][_0x290d('0xc')](_0x290d('0x6'),null,_0x290d('0x18'))),_0x3ad473[_0x290d('0x12')][_0x290d('0xe')](_0x106b72=>this[_0x290d('0x16')](_0x106b72));}[_0x290d('0x4')](_0x140da1,_0x304c10){const _0x5b79c1=this[_0x290d('0x8')][_0x290d('0x1d')]['get']('TrackChangesEditing'),_0x53dfe9=this[_0x290d('0x8')][_0x290d('0x15')][_0x290d('0x13')]['selection'][_0x290d('0xf')]();this[_0x290d('0x8')][_0x290d('0x15')]['change'](()=>{let _0x136287=_0x53dfe9['getAttribute'](_0x290d('0x0'));const _0x177ca8=this[_0x290d('0x8')][_0x290d('0x1d')][_0x290d('0x11')](_0x290d('0x1e'))['me'];for(const _0x4655ab of _0x5b79c1[_0x290d('0x3')]({'skipNotAttached':!0x0})){const _0x3a5350=_0x4655ab[_0x290d('0xa')]();if(_0x290d('0x19')===_0x4655ab[_0x290d('0x1')]&&_0x3a5350===_0x53dfe9){_0x4655ab['author']!==_0x177ca8&&_0x4655ab[_0x290d('0xd')](),_0x136287=_0x4655ab[_0x290d('0xb')]['commandParams'][0x0][_0x290d('0x14')];break;}}_0x140da1(_0x304c10),_0x5b79c1[_0x290d('0x2')](_0x53dfe9,{'commandName':_0x290d('0x19'),'commandParams':[{'source':_0x136287}]},[],_0x290d('0x19'));});}[_0x290d('0x16')](_0x1e90e1){const {data:_0x3045b4}=_0x1e90e1;if(_0x3045b4&&_0x290d('0x19')===_0x3045b4['commandName']){const _0xffe977=_0x290d('0x9');return{'type':_0x290d('0x1b'),'content':_0x5e6e58(this[_0x290d('0x8')]['locale'],_0xffe977)};}}}
|