@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231025.0 → 0.0.0-nightly-20231027.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +1 -1
- package/package.json +3 -3
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.js +1 -1
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/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/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/importword.js +1 -1
- 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/listproperties.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/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.js +1 -1
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.js +1 -1
package/src/integrations/font.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4e3e=['FontFamilyEditing','afterInit','get','getRanges','_enableCommand','*Set\x20font\x20family:*\x20%0','document','change','fontBackgroundColor','value','trim','toLowerCase','*Reset\x20font\x20color*','fontSize','FontColorEditing','isCollapsed','has','locale','commandName','fontColor.colors','*Set\x20font\x20background\x20color:*\x20%0','_descriptionFactory','from','*Set\x20font\x20color:*\x20%0','fontBackgroundColor.colors','TrackChangesEditing','plugins','*Reset\x20font\x20family*','find','label','format','enableCommand','*Set\x20font\x20size:*\x20%0','FontSize','*Reset\x20font\x20size*','fontColor','model','commandParams','editor','config'];(function(_0x1553cc,_0x4e3e4b){const _0x5cc793=function(_0x3b3a86){while(--_0x3b3a86){_0x1553cc['push'](_0x1553cc['shift']());}};_0x5cc793(++_0x4e3e4b);}(_0x4e3e,0xbd));const _0x5cc7=function(_0x1553cc,_0x4e3e4b){_0x1553cc=_0x1553cc-0x0;let _0x5cc793=_0x4e3e[_0x1553cc];return _0x5cc793;};import{Plugin as _0x78603d}from'ckeditor5/src/core';import{normalizeColorOptions as _0x4d0f97}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x2cddba}from'./utils';import{getTranslation as _0x3d1c49}from'../utils/common-translations';const eo=[{'pluginName':'FontSizeEditing','commandName':_0x5cc7('0x18')},{'pluginName':_0x5cc7('0xb'),'commandName':'fontFamily'},{'pluginName':_0x5cc7('0x19'),'commandName':_0x5cc7('0x6')},{'pluginName':'FontBackgroundColorEditing','commandName':_0x5cc7('0x13')}];export default class W extends _0x78603d{[_0x5cc7('0xc')](){const _0x147e55=this[_0x5cc7('0x9')][_0x5cc7('0x1c')];for(const {pluginName:_0x1bd87c,commandName:_0xee206}of eo)this[_0x5cc7('0x9')]['plugins'][_0x5cc7('0x1b')](_0x1bd87c)&&this[_0x5cc7('0xf')](_0xee206);this[_0x5cc7('0x9')][_0x5cc7('0x25')][_0x5cc7('0xd')](_0x5cc7('0x24'))[_0x5cc7('0x20')]['registerDescriptionCallback'](_0x19425e=>{const _0xbf17e0=_0x147e55['t'],{data:_0x5a657f}=_0x19425e;if(null!=_0x5a657f){if(_0x5cc7('0x18')==_0x5a657f[_0x5cc7('0x1d')]){const _0xe7a3f5=_0x5a657f[_0x5cc7('0x8')][0x0]['value'];if(_0xe7a3f5){const _0x509e5a=_0xbf17e0(this[_0x5cc7('0x9')]['plugins'][_0x5cc7('0xd')](_0x5cc7('0x4'))['normalizeSizeOptions'](this[_0x5cc7('0x9')]['config'][_0x5cc7('0xd')]('fontSize.options'))[_0x5cc7('0x27')](_0x510b76=>_0x510b76[_0x5cc7('0x7')]==_0xe7a3f5)['title'])[_0x5cc7('0x16')]();return{'type':_0x5cc7('0x1'),'content':_0x3d1c49(_0x147e55,_0x5cc7('0x3'),_0x509e5a)};}return{'type':_0x5cc7('0x1'),'content':_0x3d1c49(_0x147e55,_0x5cc7('0x5'))};}if('fontFamily'==_0x5a657f[_0x5cc7('0x1d')]){const _0x2c3490=_0x5a657f['commandParams'][0x0][_0x5cc7('0x14')];return _0x2c3490?{'type':_0x5cc7('0x1'),'content':_0x3d1c49(_0x147e55,_0x5cc7('0x10'),_0x2c3490)}:{'type':_0x5cc7('0x1'),'content':_0x3d1c49(_0x147e55,_0x5cc7('0x26'))};}if(_0x5cc7('0x6')==_0x5a657f[_0x5cc7('0x1d')]){const _0x19441c=_0x5a657f[_0x5cc7('0x8')][0x0][_0x5cc7('0x14')];if(_0x19441c){const _0xa3c6c7=_0x4d0f97(this[_0x5cc7('0x9')][_0x5cc7('0xa')]['get'](_0x5cc7('0x1e')))[_0x5cc7('0x27')](_0x595326=>_0x595326[_0x5cc7('0x7')]==_0x19441c);let _0x20fd2a=_0x19441c,_0x4553f5='';return _0xa3c6c7&&(_0x20fd2a=_0xa3c6c7[_0x5cc7('0x0')],_0x4553f5=_0xbf17e0(_0x20fd2a)['toLowerCase']()),{'type':_0x5cc7('0x1'),'content':_0x3d1c49(_0x147e55,_0x5cc7('0x22'),_0x4553f5)[_0x5cc7('0x15')](),'color':{'value':_0x19441c,'title':_0x4553f5||_0x20fd2a}};}return{'type':_0x5cc7('0x1'),'content':_0x3d1c49(_0x147e55,_0x5cc7('0x17'))};}if('fontBackgroundColor'==_0x5a657f[_0x5cc7('0x1d')]){const _0x58a182=_0x5a657f['commandParams'][0x0][_0x5cc7('0x14')];if(_0x58a182){const _0x510046=_0x4d0f97(this['editor'][_0x5cc7('0xa')]['get'](_0x5cc7('0x23')))[_0x5cc7('0x27')](_0x13c0c9=>_0x13c0c9[_0x5cc7('0x7')]==_0x58a182);let _0x509bdc=_0x58a182,_0x2a8c70='';return _0x510046&&(_0x509bdc=_0x510046[_0x5cc7('0x0')],_0x2a8c70=_0xbf17e0(_0x509bdc)[_0x5cc7('0x16')]()),{'type':_0x5cc7('0x1'),'content':_0x3d1c49(_0x147e55,_0x5cc7('0x1f'),_0x2a8c70)[_0x5cc7('0x15')](),'color':{'value':_0x58a182,'title':_0x2a8c70||_0x509bdc}};}return{'type':_0x5cc7('0x1'),'content':_0x3d1c49(_0x147e55,'*Reset\x20font\x20background\x20color*')};}}});}[_0x5cc7('0xf')](_0x20e6a0){const _0x378b7c=this['editor'];_0x378b7c[_0x5cc7('0x25')]['get']('TrackChangesEditing')[_0x5cc7('0x2')](_0x20e6a0,(_0x798a7a,_0x2250e9={})=>{const _0x47ed19=_0x378b7c[_0x5cc7('0x7')][_0x5cc7('0x11')]['selection'],_0xa09a06=_0x2250e9[_0x5cc7('0x14')];_0x47ed19[_0x5cc7('0x1a')]?_0x798a7a(_0x2250e9):_0x378b7c[_0x5cc7('0x7')][_0x5cc7('0x12')](()=>{const _0x4e5ede=Array[_0x5cc7('0x21')](_0x47ed19[_0x5cc7('0xe')]());for(const _0x35ae0c of _0x4e5ede){const _0x4f343d=_0xa09a06?[_0x35ae0c]:_0x2cddba(_0x20e6a0,_0x35ae0c,_0x378b7c[_0x5cc7('0x7')]);for(const _0x5a0cdf of _0x4f343d)_0x378b7c[_0x5cc7('0x25')]['get'](_0x5cc7('0x24'))['markInlineFormat'](_0x5a0cdf,{'commandName':_0x20e6a0,'commandParams':[{'value':_0xa09a06}]});}});});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x19d9=['*Remove\x20all\x20formatting*','getLastPosition','commandParams','fontBackgroundColor','getSelectedBlocks','slice','find','enableCommand','backward','change','from','plugins','registerDescriptionCallback','word','fontColor.colors','format','title','getFirstPosition','normalizeSizeOptions','document','commands','length','editor','schema','markInlineFormat','fontColor','selection','toLowerCase','getRanges','FontSize','copyFormat','modifySelection','config','pasteFormat','boolean','fontSize','afterInit','_descriptionFactory','commandName','entries','get','isFormatting','join','createSelection','toUpperCase','model','locale','getAttributeProperties','forward','getItems','*Set\x20format\x20to:*\x20%0'];(function(_0x340559,_0x19d9fb){const _0x5959f2=function(_0x13bfeb){while(--_0x13bfeb){_0x340559['push'](_0x340559['shift']());}};_0x5959f2(++_0x19d9fb);}(_0x19d9,0x13e));const _0x5959=function(_0x340559,_0x19d9fb){_0x340559=_0x340559-0x0;let _0x5959f2=_0x19d9[_0x340559];return _0x5959f2;};import{Plugin as _0x39fcc3}from'ckeditor5/src/core';import{normalizeColorOptions as _0x534e0b}from'ckeditor5/src/ui';import{first as _0x7f2141}from'ckeditor5/src/utils';import{getTranslation as _0x321b01}from'../utils/common-translations';export default class J extends _0x39fcc3{[_0x5959('0x18')](){const _0xb60534=this[_0x5959('0xa')],_0x4fc071=_0xb60534[_0x5959('0x21')],_0x5cec89=_0x4fc071[_0x5959('0x7')][_0x5959('0xe')],_0x36de6a=_0xb60534['plugins']['get']('TrackChangesEditing'),_0x51b9ef=_0xb60534[_0x5959('0x22')],_0x45c613=_0xb60534[_0x5959('0x8')][_0x5959('0x1c')](_0x5959('0x12')),_0x2c6c8e=_0xb60534[_0x5959('0x8')][_0x5959('0x1c')](_0x5959('0x15'));_0x45c613&&_0x2c6c8e&&(_0x36de6a[_0x5959('0x2e')]('pasteFormat',(_0x5cd40c,_0x5cd3e3={})=>{const _0x8a55f5=_0x5cd3e3;_0x4fc071[_0x5959('0x30')](()=>{const _0x3a6bf5=Array[_0x5959('0x31')](_0x5cec89[_0x5959('0x10')]()),_0xeee0b6=_0x5cec89['isCollapsed']?[io(_0x4fc071,_0x5cec89)]:_0x3a6bf5,_0x4f8df4=!!_0x7f2141(function*(_0x7bf3e7,_0x3bb042){const _0x4227ee=_0x371409=>!!_0x7f2141(function*(_0x273643,_0x1c2a5e){for(const [_0x54a4c6]of _0x273643['getAttributes']()){const _0x53725f=_0x1c2a5e[_0x5959('0x23')](_0x54a4c6);_0x53725f&&_0x53725f[_0x5959('0x1d')]&&(yield _0x54a4c6);}}(_0x371409,_0x3bb042));for(const _0x1e58cc of _0x7bf3e7[_0x5959('0x10')]())for(const _0x244780 of _0x1e58cc[_0x5959('0x25')]())!_0x3bb042['isBlock'](_0x244780)&&_0x4227ee(_0x244780)&&(yield _0x244780);for(const _0xfccec8 of _0x7bf3e7[_0x5959('0x2b')]())_0x4227ee(_0xfccec8)&&(yield _0xfccec8);_0x4227ee(_0x7bf3e7)&&(yield _0x7bf3e7);}(_0x5cec89,_0x4fc071[_0x5959('0xb')]));if(_0x4f8df4||0x0!==Object['keys'](_0x8a55f5)[_0x5959('0x9')])for(const _0x160b37 of _0xeee0b6)_0x36de6a[_0x5959('0xc')](_0x160b37,{'commandName':_0x5959('0x15'),'commandParams':[_0x8a55f5]});});}),_0x36de6a[_0x5959('0x19')][_0x5959('0x0')](_0x4b9980=>{const {data:_0x34f49c}=_0x4b9980;if(_0x34f49c&&_0x5959('0x15')===_0x34f49c[_0x5959('0x1a')]){const _0x1597e9=[],_0x3c9599=_0x34f49c[_0x5959('0x29')][0x0];for(const [_0x260951,_0xbb7cc8]of Object[_0x5959('0x1b')](_0x3c9599))_0x1597e9['push'](so(_0xb60534,_0x260951,_0xbb7cc8));return _0x1597e9['length']?{'type':'format','content':_0x321b01(_0x51b9ef,_0x5959('0x26'),_0x1597e9['join'](',\x20'))}:{'type':_0x5959('0x3'),'content':_0x321b01(_0x51b9ef,_0x5959('0x27'))};}}),_0xb60534[_0x5959('0x32')][_0x5959('0x1c')]('TrackChangesEditing')[_0x5959('0x2e')](_0x5959('0x12')));}}function io(_0x229a81,_0x3990e5){const _0x3e36e7=_0x229a81[_0x5959('0x1f')](_0x3990e5);_0x229a81[_0x5959('0x13')](_0x3e36e7,{'unit':'word','direction':_0x5959('0x2f')});const _0x4061a1=_0x3e36e7[_0x5959('0x5')]();_0x229a81['modifySelection'](_0x3e36e7,{'unit':_0x5959('0x1'),'direction':_0x5959('0x24')});const _0x4ef5a8=_0x3e36e7[_0x5959('0x28')]();return _0x229a81['createRange'](_0x4061a1,_0x4ef5a8);}function so(_0x11c5a7,_0x3e33b6,_0x39c509){const _0x1c803a=_0x11c5a7[_0x5959('0x22')]['t'],_0x1fba23=_0x3e33b6['split'](/(?=[A-Z])/)[_0x5959('0x1e')]('\x20'),_0x556624=_0x1c803a(_0x1fba23['charAt'](0x0)[_0x5959('0x20')]()+_0x1fba23[_0x5959('0x2c')](0x1))['toLowerCase']();if(_0x5959('0x16')==typeof _0x39c509)return _0x556624;if(_0x5959('0xd')===_0x3e33b6||_0x5959('0x2a')===_0x3e33b6){const _0x5cf77d=_0x534e0b(_0x11c5a7['config'][_0x5959('0x1c')](_0x5959('0x2')))['find'](_0x2d5354=>_0x2d5354[_0x5959('0x21')]==_0x39c509);return _0x556624+'\x20('+(_0x5cf77d?_0x1c803a(_0x5cf77d['label'])[_0x5959('0xf')]():_0x39c509)+')';}if(_0x5959('0x17')===_0x3e33b6&&isNaN(parseFloat(_0x39c509))){const _0x4ea69e=_0x11c5a7[_0x5959('0x32')][_0x5959('0x1c')](_0x5959('0x11'))[_0x5959('0x6')](_0x11c5a7[_0x5959('0x14')][_0x5959('0x1c')]('fontSize.options'))[_0x5959('0x2d')](_0x39b923=>_0x39b923['model']==_0x39c509);return _0x556624+'\x20('+(_0x4ea69e?_0x1c803a(_0x4ea69e[_0x5959('0x4')])[_0x5959('0xf')]():_0x39c509)+')';}return _0x556624+'\x20('+_0x39c509+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5c77=['isObject','getSelectedBlocks','heading','markBlockFormat','formatBlock','checkChild','model','get','HeadingEditing','ELEMENT_HEADING_CUSTOM','*Change\x20to:*\x20%0','filter','title','commandParams','enableCommand','paragraph','name','has','plugins','match','heading.options','format','blockName','editor','ELEMENT_HEADING','_descriptionFactory','registerDescriptionCallback','selection','value','find','document','parent','schema'];(function(_0x40f49c,_0x5c7709){const _0x48f770=function(_0x22ef19){while(--_0x22ef19){_0x40f49c['push'](_0x40f49c['shift']());}};_0x48f770(++_0x5c7709);}(_0x5c77,0x175));const _0x48f7=function(_0x40f49c,_0x5c7709){_0x40f49c=_0x40f49c-0x0;let _0x48f770=_0x5c77[_0x40f49c];return _0x48f770;};import{Plugin as _0x1a9f18}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x10a508}from'./utils';import{getTranslation as _0x5d19df}from'../utils/common-translations';export default class K extends _0x1a9f18{['afterInit'](){const _0x5a2c1f=this[_0x48f7('0xd')],_0xe957ac=_0x5a2c1f['locale'],_0x50de05=_0x5a2c1f['config'][_0x48f7('0x1e')](_0x48f7('0xa'));if(!_0x5a2c1f[_0x48f7('0x8')][_0x48f7('0x7')](_0x48f7('0x1f')))return;const _0x1a567a=_0x5a2c1f['plugins'][_0x48f7('0x1e')]('TrackChangesEditing');_0x1a567a[_0x48f7('0x4')](_0x48f7('0x19'),(_0x5e135f,_0x140e60)=>{const _0x319e24=_0x140e60[_0x48f7('0x12')],_0x4d6469=Array['from'](this[_0x48f7('0xd')]['model'][_0x48f7('0x14')][_0x48f7('0x11')][_0x48f7('0x18')]())[_0x48f7('0x1')](_0x5cf44f=>function(_0x220a0f,_0x50db41,_0x561c94){return _0x561c94[_0x48f7('0x1c')](_0x220a0f[_0x48f7('0x15')],_0x50db41)&&!_0x561c94[_0x48f7('0x17')](_0x220a0f)&&_0x220a0f[_0x48f7('0x6')]!=_0x50db41;}(_0x5cf44f,_0x319e24,this['editor'][_0x48f7('0x1d')][_0x48f7('0x16')]));_0x5a2c1f[_0x48f7('0x1d')]['change'](()=>{for(const _0x2287e1 of _0x4d6469)_0x1a567a[_0x48f7('0x1a')](_0x2287e1,{'commandName':_0x48f7('0x19'),'commandParams':[_0x140e60],'formatGroupId':_0x48f7('0xc')},_0x10a508(_0x2287e1));});});for(const _0xb94cde of _0x50de05)_0x48f7('0x5')!=_0xb94cde[_0x48f7('0x1d')]&&_0x1a567a[_0x48f7('0xf')]['registerElementLabel'](_0xb94cde[_0x48f7('0x1d')],_0x13cac7=>{const _0x98c5c8=nn(_0xb94cde[_0x48f7('0x1d')]);return null!==_0x98c5c8?_0x2f2f2a(_0x13cac7,_0x98c5c8):_0x431b54(_0x13cac7,_0xb94cde[_0x48f7('0x2')]);});function _0x2f2f2a(_0x3adf04,_0x318833){return _0x5d19df(_0xe957ac,_0x48f7('0xe'),[_0x3adf04,_0x318833]);}function _0x431b54(_0x285a6d,_0x100677){return _0x5d19df(_0xe957ac,_0x48f7('0x20'),[_0x285a6d,_0x100677]);}_0x1a567a[_0x48f7('0xf')][_0x48f7('0x10')](_0x41143b=>{const {type:_0x15abb0,data:_0x18abf8}=_0x41143b;if(_0x48f7('0x1b')==_0x15abb0&&_0x18abf8&&_0x48f7('0x19')==_0x18abf8['commandName']){const _0x4d3d6b=_0x18abf8[_0x48f7('0x3')][0x0][_0x48f7('0x12')],_0x4fa7a4=nn(_0x4d3d6b);if(null!==_0x4fa7a4)return{'type':_0x48f7('0xb'),'content':_0x5d19df(_0xe957ac,_0x48f7('0x0'),_0x2f2f2a(0x1,_0x4fa7a4))};const _0x2f7999=_0x50de05[_0x48f7('0x13')](_0x403a48=>_0x403a48[_0x48f7('0x1d')]===_0x4d3d6b)[_0x48f7('0x2')];return{'type':_0x48f7('0xb'),'content':_0x5d19df(_0xe957ac,_0x48f7('0x0'),_0x431b54(0x1,_0x2f7999))};}});}}function nn(_0x27e96e){const _0x187844=_0x27e96e[_0x48f7('0x9')](/^heading(\d+)$/);return _0x187844?_0x187844[0x1]:null;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x29cb=['backward','registerDescriptionCallback','editor','*Remove\x20highlight*','createRange','config','selection','highlight','item','plugins','format','value','_descriptionFactory','TrackChangesEditing','getAttribute','markInlineFormat','model','*Set\x20highlight:*\x20%0','commandName','find','push','getLastMatchingPosition','FORMAT_HIGHLIGHT','isCollapsed','color','afterInit','has','toLowerCase','title'];(function(_0x213ffe,_0x29cb52){const _0x4f0b40=function(_0x547a3c){while(--_0x547a3c){_0x213ffe['push'](_0x213ffe['shift']());}};_0x4f0b40(++_0x29cb52);}(_0x29cb,0xef));const _0x4f0b=function(_0x213ffe,_0x29cb52){_0x213ffe=_0x213ffe-0x0;let _0x4f0b40=_0x29cb[_0x213ffe];return _0x4f0b40;};import{Plugin as _0x203517}from'ckeditor5/src/core';import{getTranslation as _0x43cfa7}from'../utils/common-translations';import{getRangesWithAttribute as _0x54adfa}from'./utils';export default class Q extends _0x203517{[_0x4f0b('0x12')](){const _0x24b603=this[_0x4f0b('0x18')];if(!_0x24b603[_0x4f0b('0x2')][_0x4f0b('0x13')]('HighlightEditing'))return;const _0x24db7c=_0x24b603[_0x4f0b('0x2')]['get'](_0x4f0b('0x6'));_0x24db7c['enableCommand'](_0x4f0b('0x0'),(_0x4fb0ec,_0x2c339d={})=>{const _0x6d5578=_0x24b603[_0x4f0b('0x9')]['document'][_0x4f0b('0x1c')],_0x3b078f=_0x6d5578[_0x4f0b('0x7')](_0x4f0b('0x0'));let _0x176d62=_0x2c339d['value'],_0x215ff9=[];if(_0x6d5578[_0x4f0b('0x10')]){const _0x2acb0e=_0x6d5578['getFirstPosition']();if(!_0x6d5578['hasAttribute'](_0x4f0b('0x0')))return void _0x4fb0ec(_0x2c339d);{const _0x138e93=_0x547683=>_0x547683[_0x4f0b('0x1')][_0x4f0b('0x7')]('highlight')===_0x3b078f,_0x176100=_0x2acb0e[_0x4f0b('0xe')](_0x138e93,{'direction':_0x4f0b('0x16')}),_0x3c9b5e=_0x2acb0e[_0x4f0b('0xe')](_0x138e93);_0x215ff9=[_0x24b603[_0x4f0b('0x9')][_0x4f0b('0x1a')](_0x176100,_0x3c9b5e)],_0x176d62==_0x3b078f&&(_0x176d62=null);}}else for(const _0x22543f of _0x6d5578['getRanges']())_0x176d62?_0x215ff9[_0x4f0b('0xd')](_0x22543f):_0x215ff9[_0x4f0b('0xd')](..._0x54adfa(_0x4f0b('0x0'),_0x22543f,_0x24b603[_0x4f0b('0x9')]));_0x24b603[_0x4f0b('0x9')]['change'](()=>{for(const _0x9d8afd of _0x215ff9)_0x24db7c[_0x4f0b('0x8')](_0x9d8afd,{'commandName':_0x4f0b('0x0'),'commandParams':[{'value':_0x176d62}]});});});const _0x1aba4e=_0x24b603['locale'];_0x24db7c[_0x4f0b('0x5')][_0x4f0b('0x17')](_0x3b8901=>{const {type:_0x31d9d9,data:_0x4ec2fd}=_0x3b8901;if('formatInline'==_0x31d9d9&&_0x4ec2fd&&_0x4f0b('0x0')==_0x4ec2fd[_0x4f0b('0xb')]){const _0xca1d41=_0x1aba4e['t'],_0x120398=_0x4ec2fd['commandParams'][0x0][_0x4f0b('0x4')];if(_0x120398){const _0x8aafb6=_0x24b603[_0x4f0b('0x1b')]['get']('highlight.options')[_0x4f0b('0xc')](_0x126c39=>_0x126c39[_0x4f0b('0x9')]==_0x120398),_0x15f380=_0xca1d41(_0x8aafb6[_0x4f0b('0x15')])[_0x4f0b('0x14')]();return{'type':_0x4f0b('0x3'),'content':_0x43cfa7(_0x1aba4e,_0x4f0b('0xa'),_0x15f380),'color':{'value':_0x8aafb6[_0x4f0b('0x11')],'title':_0x8aafb6[_0x4f0b('0x15')]}};}return{'type':_0x4f0b('0x3'),'content':_0x43cfa7(_0x1aba4e,_0x4f0b('0x19'),_0x43cfa7(_0x1aba4e,_0x4f0b('0xf')))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x32a7=['ELEMENT_HORIZONTAL_LINE','dataDowncast','_descriptionFactory','for','high','has','afterInit','createContainerElement','horizontalLine','elementToStructure','showSuggestionHighlights','conversion','get','div','plugins','TrackChangesEditing','editor','registerElementLabel','HorizontalLineEditing'];(function(_0x2d5df5,_0x32a7e7){const _0xd2145a=function(_0x3d8d50){while(--_0x3d8d50){_0x2d5df5['push'](_0x2d5df5['shift']());}};_0xd2145a(++_0x32a7e7);}(_0x32a7,0x122));const _0xd214=function(_0x2d5df5,_0x32a7e7){_0x2d5df5=_0x2d5df5-0x0;let _0xd2145a=_0x32a7[_0x2d5df5];return _0xd2145a;};import{Plugin as _0x19a263}from'ckeditor5/src/core';import{getTranslation as _0x4ad634}from'../utils/common-translations';export default class V extends _0x19a263{[_0xd214('0x1')](){const _0x191244=this[_0xd214('0xb')];if(!_0x191244['plugins'][_0xd214('0x0')](_0xd214('0xd')))return;_0x191244[_0xd214('0x9')][_0xd214('0x7')]('TrackChangesEditing')['enableCommand'](_0xd214('0x3'));const _0x56f4e0=_0x191244[_0xd214('0x9')][_0xd214('0x7')](_0xd214('0xa')),_0x4cbbe3=_0x191244['locale'];_0x56f4e0[_0xd214('0x10')][_0xd214('0xc')](_0xd214('0x3'),_0x2c12a9=>_0x4ad634(_0x4cbbe3,_0xd214('0xe'),_0x2c12a9)),_0x191244[_0xd214('0x6')][_0xd214('0x11')](_0xd214('0xf'))[_0xd214('0x4')]({'model':_0xd214('0x3'),'view':(_0xe52d97,{writer:_0x2ef5eb,options:_0x4d53c9})=>{if(!_0x4d53c9[_0xd214('0x5')])return null;const _0x16ba2d=_0x2ef5eb[_0xd214('0x2')](_0xd214('0x8')),_0x2e07b4=_0x2ef5eb['createEmptyElement']('hr');return _0x2ef5eb['addClass']('ck-horizontal-line',_0x16ba2d),_0x2ef5eb['insert'](_0x2ef5eb['createPositionAt'](_0x16ba2d,0x0),_0x2e07b4),_0x16ba2d;},'converterPriority':_0xd214('0x12')});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4028=['change','TrackChangesEditing','htmlEmbed','getSelectedElement','has','model','cancel','value','enableCommand','ELEMENT_HTML_EMBED','editing','registerElementLabel','markBlockFormat','view','rawHtml','locale','*Change\x20%0\x20content*','getAttribute','commandName','getCustomProperty','rawHtmlApi','get','plugins','_descriptionFactory','document','element'];(function(_0x254d1b,_0x40286e){const _0x39dacb=function(_0x43f8ec){while(--_0x43f8ec){_0x254d1b['push'](_0x254d1b['shift']());}};_0x39dacb(++_0x40286e);}(_0x4028,0x100));const _0x39da=function(_0x254d1b,_0x40286e){_0x254d1b=_0x254d1b-0x0;let _0x39dacb=_0x4028[_0x254d1b];return _0x39dacb;};import{Plugin as _0xf3542e}from'ckeditor5/src/core';import{getTranslation as _0xab4036}from'../utils/common-translations';export default class X extends _0xf3542e{['afterInit'](){const _0x355af6=this['editor'];if(!_0x355af6[_0x39da('0x0')][_0x39da('0x8')]('HtmlEmbed'))return;const _0x218b98=_0x355af6['plugins'][_0x39da('0x19')](_0x39da('0x5')),_0x21710c=_0x355af6[_0x39da('0x13')],_0x343cc6=_0x355af6[_0x39da('0xe')][_0x39da('0x11')][_0x39da('0x2')]['selection'];_0x218b98[_0x39da('0x1')][_0x39da('0xf')](_0x39da('0x12'),_0x17230c=>_0xab4036(_0x21710c,_0x39da('0xd'),_0x17230c)),_0x355af6['plugins'][_0x39da('0x19')](_0x39da('0x5'))[_0x39da('0xc')](_0x39da('0x6'),(_0x8e7c47,_0x4e42bc)=>{const _0x35c60f=_0x355af6[_0x39da('0x9')],_0x187678=_0x35c60f[_0x39da('0x2')]['selection'];_0x35c60f[_0x39da('0x4')](()=>{const _0x479473=function(_0x5635c4){const _0x49ba37=_0x5635c4['getSelectedElement']();if(_0x49ba37&&_0x49ba37['is'](_0x39da('0x3'),_0x39da('0x12')))return _0x5635c4['getSelectedElement']();return null;}(_0x187678);if(!_0x479473)return void _0x8e7c47(null);const _0x3e1243=_0x479473[_0x39da('0x15')](_0x39da('0xb'))||'';if(void 0x0===_0x4e42bc)return;if(_0x4e42bc===_0x3e1243)return;_0x218b98[_0x39da('0x10')](_0x479473,{'commandName':'htmlEmbed','commandParams':[_0x4e42bc]}),_0x343cc6[_0x39da('0x7')]()[_0x39da('0x17')](_0x39da('0x18'))[_0x39da('0xa')]();});}),_0x218b98[_0x39da('0x1')]['registerDescriptionCallback'](_0x43743b=>{const {data:_0x4f92a1}=_0x43743b;if(_0x4f92a1&&_0x39da('0x6')==_0x4f92a1[_0x39da('0x16')]){const _0x1e6ec1=_0xab4036(_0x21710c,_0x39da('0xd'));return{'type':'format','content':_0xab4036(_0x21710c,_0x39da('0x14'),_0x1e6ec1)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x538e=['markInsertion','*Remove\x20image\x20text\x20alternative*','refresh','commandParams','backward','alt','previous','format','resizeImage','ImageUtils','ImageEditing','side','newRange','convertBlockImageToInline','from','markBlockFormat','removeObject','ImageInlineEditing','afterInit','ELEMENT_IMAGE','convertInlineImageToBlock','_descriptionFactory','Inline\x20image\x20to\x20block\x20image','getSuggestion','editor','get','next','imageBlock','toPrevious','isInlineImage','getClosestSelectedImageElement','toNext','end','imageCaption','registerElementLabel','markDeletion','type','ELEMENT_CAPTION','Users','*Set\x20image\x20text\x20alternative:*\x20%0','selection','ImageCaptionUtils','formatInline','author','chain','join','change','length','getAttribute','find','nodeBefore','enableCommand','imageTextAlternative','has','ImageTextAlternativeEditing','filter','isBlockImage','imageStylePostApply','isEqual','findIndex','imageInline','forward','ImageUploadEditing','TrackChangesEditing','registerCustomCallback','title','markInlineFormat','getSuggestionCallback','formatBlock','fromPosition','accept','ImageResize','forceDefaultExecution','document','schema','imageTypeInline','registerPostFixer','normalizedStyles','toLowerCase','getChangedMarkers','caption','getContainedElement','plugins','isCollapsed','commands','getNearestSelectionRange','insertion','setImageNaturalSizeAttributes','forEach','detach','*Set\x20image\x20width:*\x20%0','width','isInContent','uploadImage','locale','_suggestionFactory','ImageStyleEditing','imageStylePreApply','Block\x20image\x20to\x20inline\x20image','commandName','model','getFirstRange','element','createRange','ELEMENT_INLINE_IMAGE','insertImage','isOwn','FORMAT_SIDE_IMAGE','createRangeOn','getCaptionFromImageModelElement','differ','value','start','*Format:*\x20%0','registerDescriptionCallback','resizedWidth','subType','imageStyle','getSuggestions','hasSuggestion','isBefore','shouldConvertImageType','discard'];(function(_0x4c1b39,_0x538e73){const _0x51c881=function(_0x22d239){while(--_0x22d239){_0x4c1b39['push'](_0x4c1b39['shift']());}};_0x51c881(++_0x538e73);}(_0x538e,0x1a4));const _0x51c8=function(_0x4c1b39,_0x538e73){_0x4c1b39=_0x4c1b39-0x0;let _0x51c881=_0x538e[_0x4c1b39];return _0x51c881;};import{Plugin as _0x48cc65}from'ckeditor5/src/core';import{LivePosition as _0x2cb76e}from'ckeditor5/src/engine';import{uid as _0x532ddb}from'ckeditor5/src/utils';import{getTranslation as _0x505b5b}from'../utils/common-translations';export default class Y extends _0x48cc65{[_0x51c8('0x5a')](){const _0x351546=this[_0x51c8('0x60')];if(!_0x351546[_0x51c8('0x1f')]['has'](_0x51c8('0x52')))return;const _0xd7abb2=_0x351546[_0x51c8('0x1f')][_0x51c8('0x61')](_0x51c8('0xc')),_0x1039ba=_0x351546[_0x51c8('0x1f')]['get'](_0x51c8('0x51')),_0x242555={},_0x23403d=_0x351546[_0x51c8('0x2b')];if(_0xd7abb2[_0x51c8('0x0')](_0x51c8('0x36')),_0xd7abb2[_0x51c8('0x5d')][_0x51c8('0x6a')](_0x51c8('0x63'),_0x4163ad=>_0x505b5b(_0x23403d,_0x51c8('0x5b'),_0x4163ad)),_0xd7abb2[_0x51c8('0x5d')][_0x51c8('0x6a')](_0x51c8('0x9'),_0x5c4751=>_0x505b5b(_0x23403d,_0x51c8('0x35'),_0x5c4751)),_0xd7abb2[_0x51c8('0x5d')][_0x51c8('0x6a')]('caption',()=>_0x505b5b(_0x23403d,_0x51c8('0x6d'))),_0x351546[_0x51c8('0x1f')][_0x51c8('0x2')](_0x51c8('0xb'))&&_0xd7abb2['enableCommand'](_0x51c8('0x2a')),_0x351546[_0x51c8('0x1f')]['has']('ImageBlockEditing')&&_0x351546['plugins'][_0x51c8('0x2')](_0x51c8('0x59'))&&(_0xd7abb2['enableCommand']('imageTypeInline',(_0x5ef8e0,_0x2ff08e)=>{const _0x1b3d14=_0x1039ba[_0x51c8('0x66')](_0x351546[_0x51c8('0x31')]['document'][_0x51c8('0x70')]);_0x351546['model'][_0x51c8('0x76')](()=>{_0xd7abb2[_0x51c8('0x57')](_0x1b3d14,{'commandName':'imageTypeInline','commandParams':[_0x2ff08e]},[],_0x51c8('0x55'));});}),_0xd7abb2[_0x51c8('0x0')]('imageTypeBlock',(_0x16d87f,_0x29e916)=>{_0x351546[_0x51c8('0x31')][_0x51c8('0x76')](_0x13e411=>{let _0x50988f=_0x1039ba['getClosestSelectedImageElement'](_0x351546[_0x51c8('0x31')][_0x51c8('0x16')]['selection']),_0x4e2cad=_0x13e411['createRangeOn'](_0x50988f);const _0x408b7c=_0x2cb76e[_0x51c8('0x12')](_0x4e2cad[_0x51c8('0x3d')],_0x51c8('0x64')),_0x4b261d=_0x2cb76e['fromPosition'](_0x4e2cad[_0x51c8('0x68')],_0x51c8('0x67'));_0xd7abb2[_0x51c8('0x15')](()=>_0x16d87f(_0x29e916)),_0x50988f=_0x1039ba[_0x51c8('0x66')](_0x351546['model'][_0x51c8('0x16')]['selection']),_0x4e2cad=_0x13e411[_0x51c8('0x39')](_0x50988f);const _0x5c1f3d=_0x13e411[_0x51c8('0x34')](_0x408b7c,_0x4b261d);_0x408b7c[_0x51c8('0x26')](),_0x4b261d[_0x51c8('0x26')](),_0xd7abb2[_0x51c8('0x57')](_0x50988f,{'commandName':_0x51c8('0x18'),'commandParams':[_0x29e916]},[],_0x51c8('0x5c')),_0x5c1f3d['start'][_0x51c8('0x45')](_0x4e2cad['start'])&&_0xd7abb2['markInsertion'](_0x13e411['createRange'](_0x5c1f3d[_0x51c8('0x3d')],_0x4e2cad[_0x51c8('0x3d')]),'convertInlineImageToBlock'),_0x4e2cad[_0x51c8('0x68')][_0x51c8('0x45')](_0x5c1f3d[_0x51c8('0x68')])&&_0xd7abb2[_0x51c8('0x48')](_0x13e411[_0x51c8('0x34')](_0x4e2cad[_0x51c8('0x68')],_0x5c1f3d['end']),_0x51c8('0x5c'));});}),_0xd7abb2[_0x51c8('0x2c')][_0x51c8('0xd')]('formatBlock',_0x51c8('0x5c'),_0x51c8('0x75'),()=>!0x1),_0xd7abb2[_0x51c8('0x2c')][_0x51c8('0xd')](_0x51c8('0x11'),_0x51c8('0x5c'),_0x51c8('0x13'),()=>!0x1),_0xd7abb2[_0x51c8('0x2c')][_0x51c8('0xd')](_0x51c8('0x11'),_0x51c8('0x5c'),_0x51c8('0x47'),_0xd7abb2['_suggestionFactory'][_0x51c8('0x10')](_0x51c8('0x11'),'',_0x51c8('0x13'))),_0xd7abb2['_suggestionFactory']['registerCustomCallback']('insertion',_0x51c8('0x5c'),'join',()=>!0x1),_0xd7abb2[_0x51c8('0x2c')]['registerCustomCallback'](_0x51c8('0x23'),'convertInlineImageToBlock',_0x51c8('0x47'),([_0x40225e])=>{const _0x422ca7=_0xd7abb2['_suggestionFactory'][_0x51c8('0x10')](_0x51c8('0x23'),'',_0x51c8('0x47'));let _0x51be4f=_0x40225e['start'],_0x49e1a2=_0x40225e[_0x51c8('0x68')];const _0x45d089=_0x351546[_0x51c8('0x31')][_0x51c8('0x17')][_0x51c8('0x22')](_0x51be4f,_0x51c8('0x4c')),_0x57fc4a=_0x351546[_0x51c8('0x31')][_0x51c8('0x17')][_0x51c8('0x22')](_0x49e1a2,_0x51c8('0xa'));_0x45d089[_0x51c8('0x20')]&&(_0x51be4f=_0x45d089[_0x51c8('0x3d')]),_0x57fc4a['isCollapsed']&&(_0x49e1a2=_0x57fc4a[_0x51c8('0x68')]),_0x422ca7([_0x351546[_0x51c8('0x31')][_0x51c8('0x34')](_0x51be4f,_0x49e1a2)]);}),_0xd7abb2['_suggestionFactory'][_0x51c8('0xd')](_0x51c8('0x11'),_0x51c8('0x5c'),_0x51c8('0x74'),_0x2203d0),_0xd7abb2[_0x51c8('0x2c')][_0x51c8('0xd')](_0x51c8('0x23'),_0x51c8('0x5c'),_0x51c8('0x74'),_0x2203d0)),_0x351546[_0x51c8('0x1f')][_0x51c8('0x2')]('ImageCaptionEditing')&&(_0xd7abb2[_0x51c8('0x0')]('toggleImageCaption',(_0x1b30b8,_0x26fad5)=>{const _0x17ba83=_0x351546['plugins'][_0x51c8('0x61')](_0x51c8('0x71'));let _0x694df0=_0x1039ba[_0x51c8('0x66')](_0x351546['model'][_0x51c8('0x16')][_0x51c8('0x70')]),_0x2a354a=_0x17ba83[_0x51c8('0x3a')](_0x694df0);_0x351546[_0x51c8('0x31')][_0x51c8('0x76')](()=>{if(_0x2a354a)return void _0xd7abb2[_0x51c8('0x6b')](_0x351546[_0x51c8('0x31')][_0x51c8('0x39')](_0x2a354a));const _0x3f17ca=_0x1039ba[_0x51c8('0x5')](_0x694df0);_0x1b30b8(_0x26fad5),_0x694df0=_0x1039ba[_0x51c8('0x66')](_0x351546[_0x51c8('0x31')][_0x51c8('0x16')]['selection']),_0x2a354a=_0x17ba83[_0x51c8('0x3a')](_0x694df0),_0xd7abb2[_0x51c8('0x48')](_0x351546[_0x51c8('0x31')][_0x51c8('0x39')](_0x2a354a),_0x3f17ca?null:_0x51c8('0x69'));});}),_0xd7abb2[_0x51c8('0x2c')][_0x51c8('0xd')](_0x51c8('0x23'),_0x51c8('0x69'),'chain',_0x2203d0)),_0x351546[_0x51c8('0x1f')][_0x51c8('0x2')](_0x51c8('0x2d'))){_0xd7abb2[_0x51c8('0x0')](_0x51c8('0x42'),(_0x17e3c4,_0x477bb3)=>{const _0x57e9c1=_0x351546[_0x51c8('0x1f')][_0x51c8('0x61')](_0x51c8('0x6e'))['me'],_0x17be53=_0x351546['commands'][_0x51c8('0x61')](_0x51c8('0x42'));let _0x49cc60=_0x1039ba[_0x51c8('0x66')](_0x351546[_0x51c8('0x31')][_0x51c8('0x16')][_0x51c8('0x70')]),_0x3c1723=_0x351546[_0x51c8('0x31')][_0x51c8('0x39')](_0x49cc60),_0x2c63dc=_0x17be53[_0x51c8('0x3c')];if(_0x2c63dc==_0x477bb3[_0x51c8('0x3c')])return;const _0x14583b={'commandName':_0x51c8('0x42'),'commandParams':[_0x477bb3],'formatGroupId':_0x532ddb()};_0x351546[_0x51c8('0x31')]['change'](()=>{if(_0xd7abb2[_0x51c8('0x43')]()[_0x51c8('0x4')](_0x4e9ab2=>_0x4e9ab2[_0x51c8('0x29')]&&_0x57e9c1==_0x4e9ab2[_0x51c8('0x73')]&&('formatBlock'==_0x4e9ab2[_0x51c8('0x6c')]||_0x51c8('0x72')==_0x4e9ab2[_0x51c8('0x6c')])&&(_0x51c8('0x2e')==_0x4e9ab2[_0x51c8('0x41')]||'imageStylePostApply'==_0x4e9ab2[_0x51c8('0x41')])&&_0x4e9ab2[_0x51c8('0x32')]()['isEqual'](_0x3c1723))[_0x51c8('0x25')](_0x458741=>_0xd7abb2['discardSuggestion'](_0x458741['head'])),_0x49cc60=_0x1039ba[_0x51c8('0x66')](_0x351546[_0x51c8('0x31')][_0x51c8('0x16')][_0x51c8('0x70')]),_0x3c1723=_0x351546[_0x51c8('0x31')][_0x51c8('0x39')](_0x49cc60),_0x17be53[_0x51c8('0x4a')](),_0x351546[_0x51c8('0x21')][_0x51c8('0x61')](_0x51c8('0x18'))['refresh'](),_0x351546[_0x51c8('0x21')][_0x51c8('0x61')]('imageTypeBlock')[_0x51c8('0x4a')](),_0x2c63dc=_0x17be53[_0x51c8('0x3c')],_0x2c63dc!=_0x477bb3[_0x51c8('0x3c')])return _0x1039ba[_0x51c8('0x65')](_0x49cc60)&&_0x17be53[_0x51c8('0x46')](_0x477bb3[_0x51c8('0x3c')],_0x49cc60)?(_0x17e3c4({..._0x477bb3,'setImageSizes':!0x1}),_0x49cc60=_0x1039ba[_0x51c8('0x66')](_0x351546[_0x51c8('0x31')][_0x51c8('0x16')][_0x51c8('0x70')]),void _0xd7abb2[_0x51c8('0x57')](_0x49cc60,{..._0x14583b,'commandReversedParams':[{'value':_0x2c63dc||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x1039ba[_0x51c8('0x5')](_0x49cc60)?_0xd7abb2[_0x51c8('0x57')](_0x49cc60,_0x14583b,[],_0x51c8('0x6')):_0xd7abb2[_0x51c8('0xf')](_0x3c1723,_0x14583b,'imageStylePostApply'));});});for(const _0x4d8c09 of _0x351546[_0x51c8('0x1f')][_0x51c8('0x61')](_0x51c8('0x2d'))[_0x51c8('0x1a')])_0x242555[_0x4d8c09['name']]=_0x4d8c09[_0x51c8('0xe')][_0x51c8('0x1b')]();_0xd7abb2[_0x51c8('0x2c')][_0x51c8('0xd')](_0x51c8('0x11'),_0x51c8('0x2e'),_0x51c8('0x75'),()=>!0x1),_0xd7abb2[_0x51c8('0x2c')][_0x51c8('0xd')](_0x51c8('0x11'),'imageStylePostApply',_0x51c8('0x75'),()=>!0x1),_0xd7abb2[_0x51c8('0x2c')][_0x51c8('0xd')](_0x51c8('0x72'),_0x51c8('0x6'),'join',()=>!0x1),_0xd7abb2['_suggestionFactory'][_0x51c8('0xd')]('formatBlock',_0x51c8('0x2e'),_0x51c8('0x13'),([_0x44a5a7])=>{_0x1039ba[_0x51c8('0x24')](_0x44a5a7['getContainedElement']());}),_0xd7abb2['_suggestionFactory'][_0x51c8('0xd')]('formatBlock',_0x51c8('0x2e'),'discard',(_0x5ec173,_0x36cdf7)=>{_0xd7abb2['_suggestionFactory'][_0x51c8('0x10')]('formatBlock','','accept')(_0x5ec173,{'commandName':_0x36cdf7['commandName'],'commandParams':_0x36cdf7['commandReversedParams']});}),_0xd7abb2[_0x51c8('0x2c')][_0x51c8('0xd')](_0x51c8('0x11'),'imageStylePreApply',_0x51c8('0x74'),_0x2203d0);}const _0x3e30cb=[{'type':_0x51c8('0x11'),'subType':_0x51c8('0x2e')},{'type':_0x51c8('0x23'),'subType':_0x51c8('0x69')},{'type':_0x51c8('0x11'),'subType':_0x51c8('0x5c')},{'type':_0x51c8('0x23'),'subType':_0x51c8('0x5c')}];function _0x444ebc(_0x4f0175,_0x47cee2){const _0xdfd1be=_0x3e30cb[_0x51c8('0x8')](({type:_0x159be6,subType:_0x5ef1c7})=>_0x4f0175[_0x51c8('0x6c')]==_0x159be6&&_0x4f0175[_0x51c8('0x41')]==_0x5ef1c7),_0x1ef69c=_0x3e30cb[_0x51c8('0x8')](({type:_0x5f09b4,subType:_0x4ef2a8})=>_0x47cee2['type']==_0x5f09b4&&_0x47cee2[_0x51c8('0x41')]==_0x4ef2a8);if(_0xdfd1be<0x0||_0x1ef69c<0x0)return!0x1;const _0xefd5e6=_0x4f0175[_0x51c8('0x32')](),_0x22a14d=_0x47cee2['getFirstRange']();if((0x0==_0xdfd1be||0x1==_0xdfd1be)&&0x2==_0x1ef69c&&_0xefd5e6['isIntersecting'](_0x22a14d))return!0x0;if(0x2==_0xdfd1be&&0x3==_0x1ef69c){const _0x44e736=_0xd7abb2['_findSuggestions'](_0xefd5e6,_0x51c8('0x23'))[_0x51c8('0x4')](({suggestion:_0x195279,meta:_0x4a127c})=>_0x4a127c[_0x51c8('0x37')]&&_0x51c8('0x5c')==_0x195279[_0x51c8('0x41')]);if(_0x44e736[_0x51c8('0x77')]>0x1&&_0x22a14d[_0x51c8('0x68')][_0x51c8('0x7')](_0xefd5e6[_0x51c8('0x3d')]))return!0x0;if(0x1==_0x44e736[_0x51c8('0x77')]&&(_0xefd5e6['start'][_0x51c8('0x7')](_0x22a14d[_0x51c8('0x68')])||_0xefd5e6[_0x51c8('0x68')][_0x51c8('0x7')](_0x22a14d[_0x51c8('0x3d')])))return!0x0;}if(0x3==_0xdfd1be&&0x3==_0x1ef69c&&_0xefd5e6[_0x51c8('0x3d')][_0x51c8('0x45')](_0x22a14d[_0x51c8('0x3d')])){const _0x36df0a=_0xefd5e6['end']['nodeAfter'],_0x258ba5=_0x22a14d[_0x51c8('0x3d')][_0x51c8('0x7a')];return _0x1039ba['isBlockImage'](_0x36df0a)&&_0x36df0a===_0x258ba5;}return!0x1;}function _0x2203d0(_0xa15b18,_0x50510f){return _0x444ebc(_0xa15b18,_0x50510f)?[_0xa15b18,_0x50510f]:_0x444ebc(_0x50510f,_0xa15b18)?[_0x50510f,_0xa15b18]:null;}_0x351546[_0x51c8('0x31')][_0x51c8('0x16')][_0x51c8('0x19')](()=>{let _0x5994a6=!0x1;const _0x10f9f0=Array[_0x51c8('0x56')](_0x351546[_0x51c8('0x31')][_0x51c8('0x16')][_0x51c8('0x3b')][_0x51c8('0x1c')]());for(const {name:_0x8b0f7a,data:_0x37bb94}of _0x10f9f0){const {group:_0x435c4c,type:_0x41eff8,subType:_0x506117,id:_0x2e1a77}=_0xd7abb2['_splitMarkerName'](_0x8b0f7a);if('suggestion'==_0x435c4c&&_0xd7abb2[_0x51c8('0x44')](_0x2e1a77)){if(_0x51c8('0x11')==_0x41eff8&&(_0x51c8('0x2e')==_0x506117||_0x51c8('0x6')==_0x506117)){const _0x37b367=_0xd7abb2['getSuggestion'](_0x2e1a77);if(_0x37bb94['newRange']){const _0x2d375c=_0x37b367['getFirstRange']()[_0x51c8('0x1e')]();if(_0x1039ba['isBlockImage'](_0x2d375c))continue;_0xd7abb2['discardSuggestion'](_0x37b367),_0x5994a6=!0x0;}}if('insertion'==_0x41eff8&&'imageCaption'==_0x506117&&!_0x37bb94[_0x51c8('0x54')]){const _0x2c8b10=_0xd7abb2[_0x51c8('0x5f')](_0x2e1a77);_0x2c8b10[_0x51c8('0x62')]&&_0x2c8b10[_0x51c8('0x62')][_0x51c8('0x29')]&&(_0xd7abb2['discardSuggestion'](_0x2c8b10[_0x51c8('0x62')]),_0x5994a6=!0x0);}}}return _0x5994a6;}),_0x351546[_0x51c8('0x1f')][_0x51c8('0x2')](_0x51c8('0x14'))&&_0xd7abb2[_0x51c8('0x0')](_0x51c8('0x50'),(_0x4bb1bc,_0x7a7b29)=>{const _0x39c44b=_0x1039ba[_0x51c8('0x66')](_0x351546[_0x51c8('0x31')][_0x51c8('0x16')]['selection']);_0x39c44b[_0x51c8('0x78')](_0x51c8('0x40'))!=_0x7a7b29[_0x51c8('0x28')]&&_0x351546['model'][_0x51c8('0x76')](()=>{_0xd7abb2[_0x51c8('0x57')](_0x39c44b,{'commandName':_0x51c8('0x50'),'commandParams':[_0x7a7b29]});});}),_0x351546[_0x51c8('0x1f')][_0x51c8('0x2')](_0x51c8('0x3'))&&_0xd7abb2[_0x51c8('0x0')](_0x51c8('0x1'),(_0x241dcd,_0x3233d6)=>{const _0x386f62=_0x1039ba[_0x51c8('0x66')](_0x351546[_0x51c8('0x31')][_0x51c8('0x16')]['selection']);(_0x386f62['hasAttribute'](_0x51c8('0x4d'))?_0x386f62[_0x51c8('0x78')]('alt'):'')!=_0x3233d6['newValue']&&_0x351546[_0x51c8('0x31')][_0x51c8('0x76')](()=>{_0xd7abb2[_0x51c8('0x57')](_0x386f62,{'commandName':_0x51c8('0x1'),'commandParams':[_0x3233d6]});});}),_0xd7abb2[_0x51c8('0x5d')][_0x51c8('0x3f')](_0xfd962f=>{if(!!_0x3e30cb[_0x51c8('0x79')](({type:_0x2a9a42,subType:_0x1f7406})=>_0xfd962f[_0x51c8('0x6c')]==_0x2a9a42&&_0xfd962f['subType']==_0x1f7406))return _0xfd962f[_0x51c8('0x4e')]?{}:void 0x0;}),_0xd7abb2[_0x51c8('0x5d')][_0x51c8('0x3f')](_0x42fb45=>{if('insertion'==_0x42fb45[_0x51c8('0x6c')]||'deletion'==_0x42fb45[_0x51c8('0x6c')]){const _0x3eb7fc=_0x42fb45[_0x51c8('0x1e')]();if(_0x3eb7fc&&_0x3eb7fc['is'](_0x51c8('0x33'),_0x51c8('0x1d')))return{'type':_0x51c8('0x23')==_0x42fb45[_0x51c8('0x6c')]?'addObject':_0x51c8('0x58'),'element':_0x3eb7fc,'quantity':0x1};}}),_0xd7abb2[_0x51c8('0x5d')][_0x51c8('0x3f')](_0x265ad4=>_0x51c8('0x11')==_0x265ad4[_0x51c8('0x6c')]&&_0x51c8('0x5c')==_0x265ad4['subType']?{'type':'format','content':_0x51c8('0x5e')}:_0x51c8('0x11')==_0x265ad4['type']&&'convertBlockImageToInline'==_0x265ad4[_0x51c8('0x41')]?{'type':_0x51c8('0x4f'),'content':_0x51c8('0x2f')}:void 0x0),_0xd7abb2['_descriptionFactory'][_0x51c8('0x3f')](_0x48988c=>{const {data:_0x47a1b2}=_0x48988c;if(_0x47a1b2){if(_0x51c8('0x42')==_0x47a1b2[_0x51c8('0x30')]){const _0xb33e38=_0x47a1b2[_0x51c8('0x4b')][0x0][_0x51c8('0x3c')];return _0x24ba0f(_0x51c8('0x53')===_0xb33e38?_0x505b5b(_0x23403d,_0x51c8('0x38')):_0x242555[_0xb33e38]||_0xb33e38);}if(_0x51c8('0x1')==_0x47a1b2[_0x51c8('0x30')]){const _0x5a7199=_0x47a1b2[_0x51c8('0x4b')][0x0]['newValue'];return _0x5a7199?{'type':_0x51c8('0x4f'),'content':_0x505b5b(_0x23403d,_0x51c8('0x6f'),'\x22'+_0x5a7199+'\x22')}:{'type':'format','content':_0x505b5b(_0x23403d,_0x51c8('0x49'))};}if('resizeImage'==_0x47a1b2['commandName']){const _0x4101a4=_0x47a1b2['commandParams'][0x0][_0x51c8('0x28')];return _0x4101a4?{'type':_0x51c8('0x4f'),'content':_0x505b5b(_0x23403d,_0x51c8('0x27'),_0x4101a4)}:{'type':_0x51c8('0x4f'),'content':_0x505b5b(_0x23403d,'*Reset\x20image\x20width*')};}}function _0x24ba0f(_0xdeec09){return{'type':_0x51c8('0x4f'),'content':_0x505b5b(_0x23403d,_0x51c8('0x3e'),_0xdeec09)};}});}}
|
|
23
|
+
const _0x3c87=['getContainedElement','accept','fromPosition','imageTypeInline','commandName','schema','formatInline','isCollapsed','registerDescriptionCallback','*Set\x20image\x20text\x20alternative:*\x20%0','hasAttribute','nodeAfter','shouldConvertImageType','side','markInsertion','length','has','ImageResize','imageTypeBlock','imageStyle','value','getClosestSelectedImageElement','join','ImageEditing','alt','next','insertion','ImageTextAlternativeEditing','*Format:*\x20%0','filter','createRangeOn','suggestion','toNext','detach','registerElementLabel','model','getCaptionFromImageModelElement','caption','backward','selection','*Remove\x20image\x20text\x20alternative*','_suggestionFactory','getAttribute','imageStylePreApply','imageInline','commandReversedParams','ELEMENT_INLINE_IMAGE','getSuggestionCallback','toggleImageCaption','format','findIndex','editor','uploadImage','_splitMarkerName','ELEMENT_IMAGE','commandParams','ImageUploadEditing','type','document','ImageInlineEditing','discardSuggestion','subType','getChangedMarkers','enableCommand','change','author','_findSuggestions','hasSuggestion','convertInlineImageToBlock','convertBlockImageToInline','toLowerCase','imageStylePostApply','createRange','markBlockFormat','_descriptionFactory','refresh','ImageBlockEditing','newRange','getNearestSelectionRange','width','normalizedStyles','*Set\x20image\x20width:*\x20%0','ImageStyleEditing','start','isBefore','forceDefaultExecution','get','ELEMENT_CAPTION','plugins','isBlockImage','find','*Reset\x20image\x20width*','previous','ImageCaptionUtils','afterInit','head','isOwn','commands','isEqual','formatBlock','imageCaption','markInlineFormat','element','getFirstRange','Users','imageTextAlternative','isInContent','registerPostFixer','insertImage','end','discard','name','setImageNaturalSizeAttributes','FORMAT_SIDE_IMAGE','chain','resizeImage','newValue','forward','imageBlock','registerCustomCallback'];(function(_0x4d1a50,_0x3c87d3){const _0x2d3764=function(_0x5d3b4b){while(--_0x5d3b4b){_0x4d1a50['push'](_0x4d1a50['shift']());}};_0x2d3764(++_0x3c87d3);}(_0x3c87,0x1a8));const _0x2d37=function(_0x4d1a50,_0x3c87d3){_0x4d1a50=_0x4d1a50-0x0;let _0x2d3764=_0x3c87[_0x4d1a50];return _0x2d3764;};import{Plugin as _0x3e2d20}from'ckeditor5/src/core';import{LivePosition as _0x180d8f}from'ckeditor5/src/engine';import{uid as _0x1f06d8}from'ckeditor5/src/utils';import{getTranslation as _0x27ebeb}from'../utils/common-translations';export default class Y extends _0x3e2d20{[_0x2d37('0x1e')](){const _0x32d57b=this[_0x2d37('0x6b')];if(!_0x32d57b[_0x2d37('0x18')][_0x2d37('0x48')](_0x2d37('0x4f')))return;const _0x23ec92=_0x32d57b[_0x2d37('0x18')]['get']('TrackChangesEditing'),_0x46bc69=_0x32d57b[_0x2d37('0x18')]['get']('ImageUtils'),_0x3829dc={},_0x17c63a=_0x32d57b['locale'];if(_0x23ec92[_0x2d37('0x77')](_0x2d37('0x2c')),_0x23ec92['_descriptionFactory'][_0x2d37('0x5a')](_0x2d37('0x36'),_0x960e87=>_0x27ebeb(_0x17c63a,_0x2d37('0x6e'),_0x960e87)),_0x23ec92[_0x2d37('0xa')][_0x2d37('0x5a')](_0x2d37('0x64'),_0x1ba8ab=>_0x27ebeb(_0x17c63a,_0x2d37('0x66'),_0x1ba8ab)),_0x23ec92[_0x2d37('0xa')][_0x2d37('0x5a')](_0x2d37('0x5d'),()=>_0x27ebeb(_0x17c63a,_0x2d37('0x17'))),_0x32d57b[_0x2d37('0x18')][_0x2d37('0x48')](_0x2d37('0x70'))&&_0x23ec92[_0x2d37('0x77')](_0x2d37('0x6c')),_0x32d57b[_0x2d37('0x18')][_0x2d37('0x48')](_0x2d37('0xc'))&&_0x32d57b[_0x2d37('0x18')][_0x2d37('0x48')](_0x2d37('0x73'))&&(_0x23ec92[_0x2d37('0x77')](_0x2d37('0x3b'),(_0x1091a7,_0x546e0b)=>{const _0x170ee4=_0x46bc69[_0x2d37('0x4d')](_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x72')][_0x2d37('0x5f')]);_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x0')](()=>{_0x23ec92[_0x2d37('0x9')](_0x170ee4,{'commandName':_0x2d37('0x3b'),'commandParams':[_0x546e0b]},[],'convertBlockImageToInline');});}),_0x23ec92[_0x2d37('0x77')](_0x2d37('0x4a'),(_0x2161ce,_0x5ce15d)=>{_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x0')](_0x51decd=>{let _0x229492=_0x46bc69[_0x2d37('0x4d')](_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x72')][_0x2d37('0x5f')]),_0xf56540=_0x51decd[_0x2d37('0x56')](_0x229492);const _0x595006=_0x180d8f['fromPosition'](_0xf56540[_0x2d37('0x13')],'toPrevious'),_0x5658ae=_0x180d8f[_0x2d37('0x3a')](_0xf56540[_0x2d37('0x2d')],_0x2d37('0x58'));_0x23ec92[_0x2d37('0x15')](()=>_0x2161ce(_0x5ce15d)),_0x229492=_0x46bc69[_0x2d37('0x4d')](_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x72')]['selection']),_0xf56540=_0x51decd[_0x2d37('0x56')](_0x229492);const _0x4e15fc=_0x51decd['createRange'](_0x595006,_0x5658ae);_0x595006[_0x2d37('0x59')](),_0x5658ae['detach'](),_0x23ec92[_0x2d37('0x9')](_0x229492,{'commandName':_0x2d37('0x3b'),'commandParams':[_0x5ce15d]},[],_0x2d37('0x4')),_0x4e15fc[_0x2d37('0x13')]['isBefore'](_0xf56540['start'])&&_0x23ec92[_0x2d37('0x46')](_0x51decd[_0x2d37('0x8')](_0x4e15fc['start'],_0xf56540['start']),_0x2d37('0x4')),_0xf56540[_0x2d37('0x2d')][_0x2d37('0x14')](_0x4e15fc['end'])&&_0x23ec92['markInsertion'](_0x51decd[_0x2d37('0x8')](_0xf56540[_0x2d37('0x2d')],_0x4e15fc['end']),_0x2d37('0x4'));});}),_0x23ec92[_0x2d37('0x61')][_0x2d37('0x37')](_0x2d37('0x23'),'convertInlineImageToBlock',_0x2d37('0x4e'),()=>!0x1),_0x23ec92[_0x2d37('0x61')][_0x2d37('0x37')](_0x2d37('0x23'),_0x2d37('0x4'),_0x2d37('0x39'),()=>!0x1),_0x23ec92['_suggestionFactory']['registerCustomCallback'](_0x2d37('0x23'),_0x2d37('0x4'),'discard',_0x23ec92[_0x2d37('0x61')]['getSuggestionCallback'](_0x2d37('0x23'),'',_0x2d37('0x39'))),_0x23ec92[_0x2d37('0x61')][_0x2d37('0x37')](_0x2d37('0x52'),_0x2d37('0x4'),_0x2d37('0x4e'),()=>!0x1),_0x23ec92['_suggestionFactory'][_0x2d37('0x37')](_0x2d37('0x52'),_0x2d37('0x4'),_0x2d37('0x2e'),([_0xf1ba66])=>{const _0x3717cb=_0x23ec92['_suggestionFactory'][_0x2d37('0x67')](_0x2d37('0x52'),'',_0x2d37('0x2e'));let _0x5d36c9=_0xf1ba66[_0x2d37('0x13')],_0x21aa83=_0xf1ba66[_0x2d37('0x2d')];const _0x34c38e=_0x32d57b['model']['schema']['getNearestSelectionRange'](_0x5d36c9,_0x2d37('0x5e')),_0x446dd4=_0x32d57b['model'][_0x2d37('0x3d')][_0x2d37('0xe')](_0x21aa83,_0x2d37('0x35'));_0x34c38e['isCollapsed']&&(_0x5d36c9=_0x34c38e[_0x2d37('0x13')]),_0x446dd4[_0x2d37('0x3f')]&&(_0x21aa83=_0x446dd4[_0x2d37('0x2d')]),_0x3717cb([_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x8')](_0x5d36c9,_0x21aa83)]);}),_0x23ec92[_0x2d37('0x61')][_0x2d37('0x37')](_0x2d37('0x23'),_0x2d37('0x4'),_0x2d37('0x32'),_0xfd95ed),_0x23ec92[_0x2d37('0x61')][_0x2d37('0x37')]('insertion',_0x2d37('0x4'),'chain',_0xfd95ed)),_0x32d57b[_0x2d37('0x18')][_0x2d37('0x48')]('ImageCaptionEditing')&&(_0x23ec92[_0x2d37('0x77')](_0x2d37('0x68'),(_0x170a1b,_0x32f98b)=>{const _0xa43f00=_0x32d57b['plugins'][_0x2d37('0x16')](_0x2d37('0x1d'));let _0x2f86ed=_0x46bc69[_0x2d37('0x4d')](_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x72')][_0x2d37('0x5f')]),_0x61bec9=_0xa43f00[_0x2d37('0x5c')](_0x2f86ed);_0x32d57b['model'][_0x2d37('0x0')](()=>{if(_0x61bec9)return void _0x23ec92['markDeletion'](_0x32d57b['model'][_0x2d37('0x56')](_0x61bec9));const _0x135b40=_0x46bc69[_0x2d37('0x19')](_0x2f86ed);_0x170a1b(_0x32f98b),_0x2f86ed=_0x46bc69[_0x2d37('0x4d')](_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x72')]['selection']),_0x61bec9=_0xa43f00[_0x2d37('0x5c')](_0x2f86ed),_0x23ec92[_0x2d37('0x46')](_0x32d57b[_0x2d37('0x5b')]['createRangeOn'](_0x61bec9),_0x135b40?null:_0x2d37('0x24'));});}),_0x23ec92[_0x2d37('0x61')]['registerCustomCallback'](_0x2d37('0x52'),_0x2d37('0x24'),_0x2d37('0x32'),_0xfd95ed)),_0x32d57b[_0x2d37('0x18')][_0x2d37('0x48')](_0x2d37('0x12'))){_0x23ec92[_0x2d37('0x77')]('imageStyle',(_0x53bd3b,_0x290ed4)=>{const _0x15c58a=_0x32d57b[_0x2d37('0x18')]['get'](_0x2d37('0x28'))['me'],_0x54375e=_0x32d57b['commands'][_0x2d37('0x16')]('imageStyle');let _0x1876d0=_0x46bc69['getClosestSelectedImageElement'](_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x72')][_0x2d37('0x5f')]),_0x489779=_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x56')](_0x1876d0),_0x16c265=_0x54375e[_0x2d37('0x4c')];if(_0x16c265==_0x290ed4[_0x2d37('0x4c')])return;const _0x14dffb={'commandName':_0x2d37('0x4b'),'commandParams':[_0x290ed4],'formatGroupId':_0x1f06d8()};_0x32d57b['model'][_0x2d37('0x0')](()=>{if(_0x23ec92['getSuggestions']()['filter'](_0x310b55=>_0x310b55['isInContent']&&_0x15c58a==_0x310b55[_0x2d37('0x1')]&&(_0x2d37('0x23')==_0x310b55[_0x2d37('0x71')]||_0x2d37('0x3e')==_0x310b55[_0x2d37('0x71')])&&(_0x2d37('0x63')==_0x310b55['subType']||'imageStylePostApply'==_0x310b55[_0x2d37('0x75')])&&_0x310b55[_0x2d37('0x27')]()['isEqual'](_0x489779))['forEach'](_0x52bf1b=>_0x23ec92['discardSuggestion'](_0x52bf1b[_0x2d37('0x1f')])),_0x1876d0=_0x46bc69['getClosestSelectedImageElement'](_0x32d57b['model']['document'][_0x2d37('0x5f')]),_0x489779=_0x32d57b['model'][_0x2d37('0x56')](_0x1876d0),_0x54375e[_0x2d37('0xb')](),_0x32d57b[_0x2d37('0x21')][_0x2d37('0x16')]('imageTypeInline')['refresh'](),_0x32d57b[_0x2d37('0x21')][_0x2d37('0x16')]('imageTypeBlock')[_0x2d37('0xb')](),_0x16c265=_0x54375e[_0x2d37('0x4c')],_0x16c265!=_0x290ed4[_0x2d37('0x4c')])return _0x46bc69['isInlineImage'](_0x1876d0)&&_0x54375e[_0x2d37('0x44')](_0x290ed4[_0x2d37('0x4c')],_0x1876d0)?(_0x53bd3b({..._0x290ed4,'setImageSizes':!0x1}),_0x1876d0=_0x46bc69['getClosestSelectedImageElement'](_0x32d57b['model'][_0x2d37('0x72')]['selection']),void _0x23ec92['markBlockFormat'](_0x1876d0,{..._0x14dffb,'commandReversedParams':[{'value':_0x16c265||null,'setImageSizes':!0x1}]},[],'imageStylePreApply')):void(_0x46bc69[_0x2d37('0x19')](_0x1876d0)?_0x23ec92['markBlockFormat'](_0x1876d0,_0x14dffb,[],_0x2d37('0x7')):_0x23ec92[_0x2d37('0x25')](_0x489779,_0x14dffb,'imageStylePostApply'));});});for(const _0x42dcba of _0x32d57b[_0x2d37('0x18')][_0x2d37('0x16')](_0x2d37('0x12'))[_0x2d37('0x10')])_0x3829dc[_0x42dcba[_0x2d37('0x2f')]]=_0x42dcba['title'][_0x2d37('0x6')]();_0x23ec92[_0x2d37('0x61')][_0x2d37('0x37')](_0x2d37('0x23'),_0x2d37('0x63'),_0x2d37('0x4e'),()=>!0x1),_0x23ec92[_0x2d37('0x61')]['registerCustomCallback'](_0x2d37('0x23'),_0x2d37('0x7'),_0x2d37('0x4e'),()=>!0x1),_0x23ec92[_0x2d37('0x61')][_0x2d37('0x37')](_0x2d37('0x3e'),_0x2d37('0x7'),'join',()=>!0x1),_0x23ec92[_0x2d37('0x61')][_0x2d37('0x37')](_0x2d37('0x23'),_0x2d37('0x63'),'accept',([_0x121277])=>{_0x46bc69[_0x2d37('0x30')](_0x121277[_0x2d37('0x38')]());}),_0x23ec92['_suggestionFactory'][_0x2d37('0x37')](_0x2d37('0x23'),'imageStylePreApply','discard',(_0x1b7b4a,_0x284d13)=>{_0x23ec92['_suggestionFactory'][_0x2d37('0x67')](_0x2d37('0x23'),'',_0x2d37('0x39'))(_0x1b7b4a,{'commandName':_0x284d13[_0x2d37('0x3c')],'commandParams':_0x284d13[_0x2d37('0x65')]});}),_0x23ec92[_0x2d37('0x61')][_0x2d37('0x37')](_0x2d37('0x23'),_0x2d37('0x63'),_0x2d37('0x32'),_0xfd95ed);}const _0x1da55c=[{'type':_0x2d37('0x23'),'subType':'imageStylePreApply'},{'type':'insertion','subType':_0x2d37('0x24')},{'type':_0x2d37('0x23'),'subType':_0x2d37('0x4')},{'type':'insertion','subType':_0x2d37('0x4')}];function _0x2e97d4(_0x5a9677,_0x4d7d34){const _0x3895c4=_0x1da55c[_0x2d37('0x6a')](({type:_0x3627c1,subType:_0x24e05f})=>_0x5a9677[_0x2d37('0x71')]==_0x3627c1&&_0x5a9677[_0x2d37('0x75')]==_0x24e05f),_0x16e231=_0x1da55c['findIndex'](({type:_0x2866ad,subType:_0x463f78})=>_0x4d7d34[_0x2d37('0x71')]==_0x2866ad&&_0x4d7d34['subType']==_0x463f78);if(_0x3895c4<0x0||_0x16e231<0x0)return!0x1;const _0x2f1f53=_0x5a9677[_0x2d37('0x27')](),_0x16e5ec=_0x4d7d34[_0x2d37('0x27')]();if((0x0==_0x3895c4||0x1==_0x3895c4)&&0x2==_0x16e231&&_0x2f1f53['isIntersecting'](_0x16e5ec))return!0x0;if(0x2==_0x3895c4&&0x3==_0x16e231){const _0x9c4d3c=_0x23ec92[_0x2d37('0x2')](_0x2f1f53,'insertion')[_0x2d37('0x55')](({suggestion:_0x16f6bf,meta:_0x47ec68})=>_0x47ec68[_0x2d37('0x20')]&&_0x2d37('0x4')==_0x16f6bf[_0x2d37('0x75')]);if(_0x9c4d3c[_0x2d37('0x47')]>0x1&&_0x16e5ec[_0x2d37('0x2d')]['isEqual'](_0x2f1f53['start']))return!0x0;if(0x1==_0x9c4d3c[_0x2d37('0x47')]&&(_0x2f1f53['start'][_0x2d37('0x22')](_0x16e5ec['end'])||_0x2f1f53[_0x2d37('0x2d')][_0x2d37('0x22')](_0x16e5ec['start'])))return!0x0;}if(0x3==_0x3895c4&&0x3==_0x16e231&&_0x2f1f53[_0x2d37('0x13')][_0x2d37('0x14')](_0x16e5ec[_0x2d37('0x13')])){const _0x4c8ed5=_0x2f1f53[_0x2d37('0x2d')][_0x2d37('0x43')],_0x43596e=_0x16e5ec[_0x2d37('0x13')]['nodeBefore'];return _0x46bc69[_0x2d37('0x19')](_0x4c8ed5)&&_0x4c8ed5===_0x43596e;}return!0x1;}function _0xfd95ed(_0x5e272d,_0x398823){return _0x2e97d4(_0x5e272d,_0x398823)?[_0x5e272d,_0x398823]:_0x2e97d4(_0x398823,_0x5e272d)?[_0x398823,_0x5e272d]:null;}_0x32d57b[_0x2d37('0x5b')]['document'][_0x2d37('0x2b')](()=>{let _0x1fc1e2=!0x1;const _0x2f1a0c=Array['from'](_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x72')]['differ'][_0x2d37('0x76')]());for(const {name:_0x3e0eda,data:_0xd31829}of _0x2f1a0c){const {group:_0x165195,type:_0x3020d9,subType:_0x42aacd,id:_0x1fbe53}=_0x23ec92[_0x2d37('0x6d')](_0x3e0eda);if(_0x2d37('0x57')==_0x165195&&_0x23ec92[_0x2d37('0x3')](_0x1fbe53)){if(_0x2d37('0x23')==_0x3020d9&&(_0x2d37('0x63')==_0x42aacd||_0x2d37('0x7')==_0x42aacd)){const _0x584541=_0x23ec92['getSuggestion'](_0x1fbe53);if(_0xd31829[_0x2d37('0xd')]){const _0x4a56fd=_0x584541[_0x2d37('0x27')]()['getContainedElement']();if(_0x46bc69[_0x2d37('0x19')](_0x4a56fd))continue;_0x23ec92[_0x2d37('0x74')](_0x584541),_0x1fc1e2=!0x0;}}if(_0x2d37('0x52')==_0x3020d9&&'imageCaption'==_0x42aacd&&!_0xd31829[_0x2d37('0xd')]){const _0x1625c8=_0x23ec92['getSuggestion'](_0x1fbe53);_0x1625c8[_0x2d37('0x51')]&&_0x1625c8[_0x2d37('0x51')][_0x2d37('0x2a')]&&(_0x23ec92[_0x2d37('0x74')](_0x1625c8[_0x2d37('0x51')]),_0x1fc1e2=!0x0);}}}return _0x1fc1e2;}),_0x32d57b[_0x2d37('0x18')][_0x2d37('0x48')](_0x2d37('0x49'))&&_0x23ec92[_0x2d37('0x77')]('resizeImage',(_0x5b88fa,_0x5320ca)=>{const _0x34a046=_0x46bc69[_0x2d37('0x4d')](_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x72')][_0x2d37('0x5f')]);_0x34a046[_0x2d37('0x62')]('resizedWidth')!=_0x5320ca[_0x2d37('0xf')]&&_0x32d57b[_0x2d37('0x5b')]['change'](()=>{_0x23ec92[_0x2d37('0x9')](_0x34a046,{'commandName':'resizeImage','commandParams':[_0x5320ca]});});}),_0x32d57b['plugins'][_0x2d37('0x48')](_0x2d37('0x53'))&&_0x23ec92[_0x2d37('0x77')](_0x2d37('0x29'),(_0x555329,_0xad3537)=>{const _0x3a4096=_0x46bc69[_0x2d37('0x4d')](_0x32d57b['model'][_0x2d37('0x72')]['selection']);(_0x3a4096[_0x2d37('0x42')](_0x2d37('0x50'))?_0x3a4096['getAttribute']('alt'):'')!=_0xad3537[_0x2d37('0x34')]&&_0x32d57b[_0x2d37('0x5b')][_0x2d37('0x0')](()=>{_0x23ec92[_0x2d37('0x9')](_0x3a4096,{'commandName':'imageTextAlternative','commandParams':[_0xad3537]});});}),_0x23ec92[_0x2d37('0xa')][_0x2d37('0x40')](_0x5f557b=>{if(!!_0x1da55c[_0x2d37('0x1a')](({type:_0x3341ad,subType:_0x27c738})=>_0x5f557b[_0x2d37('0x71')]==_0x3341ad&&_0x5f557b['subType']==_0x27c738))return _0x5f557b[_0x2d37('0x1c')]?{}:void 0x0;}),_0x23ec92[_0x2d37('0xa')][_0x2d37('0x40')](_0x39574c=>{if('insertion'==_0x39574c[_0x2d37('0x71')]||'deletion'==_0x39574c[_0x2d37('0x71')]){const _0x3df349=_0x39574c[_0x2d37('0x38')]();if(_0x3df349&&_0x3df349['is'](_0x2d37('0x26'),_0x2d37('0x5d')))return{'type':'insertion'==_0x39574c[_0x2d37('0x71')]?'addObject':'removeObject','element':_0x3df349,'quantity':0x1};}}),_0x23ec92['_descriptionFactory'][_0x2d37('0x40')](_0x2d418d=>_0x2d37('0x23')==_0x2d418d[_0x2d37('0x71')]&&'convertInlineImageToBlock'==_0x2d418d['subType']?{'type':'format','content':'Inline\x20image\x20to\x20block\x20image'}:_0x2d37('0x23')==_0x2d418d['type']&&_0x2d37('0x5')==_0x2d418d['subType']?{'type':_0x2d37('0x69'),'content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x23ec92[_0x2d37('0xa')][_0x2d37('0x40')](_0x41f043=>{const {data:_0x2a946b}=_0x41f043;if(_0x2a946b){if(_0x2d37('0x4b')==_0x2a946b[_0x2d37('0x3c')]){const _0x57f631=_0x2a946b[_0x2d37('0x6f')][0x0]['value'];return _0x335a56(_0x2d37('0x45')===_0x57f631?_0x27ebeb(_0x17c63a,_0x2d37('0x31')):_0x3829dc[_0x57f631]||_0x57f631);}if(_0x2d37('0x29')==_0x2a946b[_0x2d37('0x3c')]){const _0x3e8b78=_0x2a946b['commandParams'][0x0]['newValue'];return _0x3e8b78?{'type':_0x2d37('0x69'),'content':_0x27ebeb(_0x17c63a,_0x2d37('0x41'),'\x22'+_0x3e8b78+'\x22')}:{'type':_0x2d37('0x69'),'content':_0x27ebeb(_0x17c63a,_0x2d37('0x60'))};}if(_0x2d37('0x33')==_0x2a946b[_0x2d37('0x3c')]){const _0xa074ad=_0x2a946b['commandParams'][0x0][_0x2d37('0xf')];return _0xa074ad?{'type':'format','content':_0x27ebeb(_0x17c63a,_0x2d37('0x11'),_0xa074ad)}:{'type':_0x2d37('0x69'),'content':_0x27ebeb(_0x17c63a,_0x2d37('0x1b'))};}}function _0x335a56(_0x5be5de){return{'type':'format','content':_0x27ebeb(_0x17c63a,_0x2d37('0x54'),_0x5be5de)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x30ec=['document','ImageEditing','registerCustomCallback','commandName','locale','get','author','model','replaceImageSource','editor','format','subType','discard','handleReplaceImageCommand','commandParams','formatBlock','src','plugins','registerDescriptionCallback','TrackChangesEditing','accept','getSuggestions','selection','getSuggestionCallback','getContainedElement','enableCommand','has','markBlockFormat','_descriptionFactory','getAttribute','_suggestionFactory','handleSuggestionDescription','change'];(function(_0x2e66c6,_0x30eca8){const _0x5daa5c=function(_0x490d45){while(--_0x490d45){_0x2e66c6['push'](_0x2e66c6['shift']());}};_0x5daa5c(++_0x30eca8);}(_0x30ec,0x127));const _0x5daa=function(_0x2e66c6,_0x30eca8){_0x2e66c6=_0x2e66c6-0x0;let _0x5daa5c=_0x30ec[_0x2e66c6];return _0x5daa5c;};import{Plugin as _0x525731}from'ckeditor5/src/core';import{getTranslation as _0x2d1b0d}from'../utils/common-translations';export default class Z extends _0x525731{['afterInit'](){if(!this[_0x5daa('0xb')][_0x5daa('0x13')][_0x5daa('0x1c')](_0x5daa('0x3')))return;const _0x549a52=this['editor'][_0x5daa('0x13')][_0x5daa('0x7')](_0x5daa('0x15'));_0x549a52[_0x5daa('0x1b')](_0x5daa('0xa'),(_0x4d6071,_0x5991d2)=>this[_0x5daa('0xf')](_0x4d6071,_0x5991d2)),_0x549a52['_suggestionFactory']['registerCustomCallback']('formatBlock','replaceImageSource',_0x5daa('0x16'),_0x549a52[_0x5daa('0x20')]['getSuggestionCallback'](_0x5daa('0x11'),null,_0x5daa('0xe'))),_0x549a52['_suggestionFactory'][_0x5daa('0x4')]('formatBlock',_0x5daa('0xa'),_0x5daa('0xe'),_0x549a52[_0x5daa('0x20')][_0x5daa('0x19')](_0x5daa('0x11'),null,_0x5daa('0x16'))),_0x549a52[_0x5daa('0x1e')][_0x5daa('0x14')](_0x487510=>this['handleSuggestionDescription'](_0x487510));}[_0x5daa('0xf')](_0x260d96,_0x1f81f9){const _0x21dffa=this[_0x5daa('0xb')]['plugins'][_0x5daa('0x7')](_0x5daa('0x15')),_0x58045a=this[_0x5daa('0xb')][_0x5daa('0x9')][_0x5daa('0x2')][_0x5daa('0x18')]['getSelectedElement']();this[_0x5daa('0xb')][_0x5daa('0x9')][_0x5daa('0x1')](()=>{let _0x4e1eef=_0x58045a[_0x5daa('0x1f')](_0x5daa('0x12'));const _0xdbf399=this[_0x5daa('0xb')][_0x5daa('0x13')][_0x5daa('0x7')]('Users')['me'];for(const _0x5254ad of _0x21dffa[_0x5daa('0x17')]({'skipNotAttached':!0x0})){const _0x42d3ec=_0x5254ad[_0x5daa('0x1a')]();if(_0x5daa('0xa')===_0x5254ad[_0x5daa('0xd')]&&_0x42d3ec===_0x58045a){_0x5254ad[_0x5daa('0x8')]!==_0xdbf399&&_0x5254ad[_0x5daa('0xe')](),_0x4e1eef=_0x5254ad['data'][_0x5daa('0x10')][0x0]['source'];break;}}_0x260d96(_0x1f81f9),_0x21dffa[_0x5daa('0x1d')](_0x58045a,{'commandName':_0x5daa('0xa'),'commandParams':[{'source':_0x4e1eef}]},[],'replaceImageSource');});}[_0x5daa('0x0')](_0xa4f30c){const {data:_0x1c98bb}=_0xa4f30c;if(_0x1c98bb&&_0x5daa('0xa')===_0x1c98bb[_0x5daa('0x5')]){const _0x2de06c='*Format:*\x20replace\x20image\x20URL';return{'type':_0x5daa('0xc'),'content':_0x2d1b0d(this[_0x5daa('0xb')][_0x5daa('0x6')],_0x2de06c)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x366c=['TrackChangesEditing','dataInsert','_trackChangesValueDuringImport','high','plugins','get','value','trackChanges','Users','commands','listenTo','_handleImportedData','forEach','_setSuggestionData','enableCommand','editor','bind','_trackChangesExecuted','importWord','lowest','execute','track_changes'];(function(_0x4491db,_0x366ca8){const _0x45ad50=function(_0x2a1a4c){while(--_0x2a1a4c){_0x4491db['push'](_0x4491db['shift']());}};_0x45ad50(++_0x366ca8);}(_0x366c,0x184));const _0x45ad=function(_0x4491db,_0x366ca8){_0x4491db=_0x4491db-0x0;let _0x45ad50=_0x366c[_0x4491db];return _0x45ad50;};import{Plugin as _0x2de5d2}from'ckeditor5/src/core';export default class tt extends _0x2de5d2{constructor(_0x58eac3){super(_0x58eac3),this['_trackChangesValueDuringImport']=!0x1,this[_0x45ad('0x3')]=!0x1;}['afterInit'](){const _0x2c19bf=this[_0x45ad('0x1')],_0x39f8dd=_0x2c19bf['commands'][_0x45ad('0xd')](_0x45ad('0x4')),_0x65fa5b=_0x2c19bf[_0x45ad('0x11')][_0x45ad('0xd')](_0x45ad('0xf'));_0x39f8dd&&(_0x39f8dd['on'](_0x45ad('0x6'),(_0x856ef5,[,_0x1b40ce])=>{this[_0x45ad('0xa')]=_0x65fa5b['value'],_0x1b40ce['collaboration_features'][_0x45ad('0x7')]=!this[_0x45ad('0xa')];},{'priority':_0x45ad('0xb')}),this['listenTo'](_0x39f8dd,_0x45ad('0x9'),this['_handleImportedData'][_0x45ad('0x2')](this)),this[_0x45ad('0x12')](_0x39f8dd,'dataInsert',()=>{this['_trackChangesExecuted']&&(_0x65fa5b['execute'](),this[_0x45ad('0x3')]=!0x1);},{'priority':_0x45ad('0x5')}),_0x2c19bf[_0x45ad('0xc')][_0x45ad('0xd')](_0x45ad('0x8'))[_0x45ad('0x0')](_0x45ad('0x4')));}[_0x45ad('0x13')](_0x5f2b7a,_0x52762b){const {suggestions:_0x3355f6}=_0x52762b,_0x1a63e9=this[_0x45ad('0x1')][_0x45ad('0x11')]['get'](_0x45ad('0xf')),_0x5851ae=_0x1a63e9[_0x45ad('0xe')];this[_0x45ad('0xa')]!==_0x5851ae&&(_0x1a63e9[_0x45ad('0x6')](),this[_0x45ad('0x3')]=!0x0),_0x3355f6&&_0x3355f6[_0x45ad('0x14')](({id:_0xb8abab,type:_0x43c093,author:_0x13a89c,created_at:_0x4c11e9})=>{const _0x16721a={'id':_0xb8abab,'type':_0x43c093,'authorId':this[_0x45ad('0x1')]['plugins'][_0x45ad('0xd')](_0x45ad('0x10'))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x13a89c,'createdAt':_0x4c11e9?new Date(_0x4c11e9):new Date(),'source':'importWord'}}};this[_0x45ad('0x1')][_0x45ad('0xc')][_0x45ad('0xd')](_0x45ad('0x8'))[_0x45ad('0x15')](_0x16721a);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3371=['indent','afterInit','enableCommand','commandName','model','from','getSelectedBlocks','_descriptionFactory','*Outdent:*\x20%0','markBlockFormat','indentBlock','*Indent:*\x20%0','document','format','registerDescriptionCallback','locale','get','editor','plugins','getItems','outdentBlock','has','getItemLabel','change','checkAttribute','filter','IndentEditing'];(function(_0x36d65a,_0x337150){const _0x580a2d=function(_0x5bed28){while(--_0x5bed28){_0x36d65a['push'](_0x36d65a['shift']());}};_0x580a2d(++_0x337150);}(_0x3371,0x14a));const _0x580a=function(_0x36d65a,_0x337150){_0x36d65a=_0x36d65a-0x0;let _0x580a2d=_0x3371[_0x36d65a];return _0x580a2d;};import{Plugin as _0x4d82c2}from'ckeditor5/src/core';import{getTranslation as _0x420a5d}from'../utils/common-translations';export default class it extends _0x4d82c2{[_0x580a('0x16')](){const _0x5b7d31=this['editor'],_0x465b60=_0x5b7d31['plugins'][_0x580a('0xa')]('TrackChangesEditing');_0x5b7d31[_0x580a('0xc')][_0x580a('0xf')](_0x580a('0x14'))&&(_0x465b60[_0x580a('0x17')](_0x580a('0x15')),_0x465b60['enableCommand']('outdent'));const _0x2a0069=_0x5b7d31[_0x580a('0x9')];if(_0x5b7d31[_0x580a('0xc')][_0x580a('0xf')]('IndentBlock')){for(const _0x401b51 of[_0x580a('0x4'),_0x580a('0xe')])_0x465b60['enableCommand'](_0x401b51,()=>{const _0x2feb14=Array[_0x580a('0x1a')](this[_0x580a('0xb')][_0x580a('0x19')][_0x580a('0x6')]['selection'][_0x580a('0x0')]())[_0x580a('0x13')](_0x26a8e3=>this[_0x580a('0xb')][_0x580a('0x19')]['schema'][_0x580a('0x12')](_0x26a8e3,'blockIndent'));_0x5b7d31[_0x580a('0x19')][_0x580a('0x11')](()=>{for(const _0x217d87 of _0x2feb14)_0x465b60[_0x580a('0x3')](_0x217d87,{'commandName':_0x401b51,'commandParams':[{'value':''}],'formatGroupId':_0x580a('0x4')});});});_0x465b60['_descriptionFactory'][_0x580a('0x8')](_0x1ea7c7=>{const {data:_0x50cd89}=_0x1ea7c7;if(!_0x50cd89)return;if(_0x580a('0x4')!=_0x50cd89[_0x580a('0x18')]&&_0x580a('0xe')!=_0x50cd89[_0x580a('0x18')])return;const _0x1a9cb5=_0x1ea7c7[_0x580a('0xd')]()[0x0],_0x4843a4=_0x465b60[_0x580a('0x1')][_0x580a('0x10')](_0x1a9cb5);return _0x580a('0x4')==_0x50cd89[_0x580a('0x18')]?{'type':_0x580a('0x7'),'content':_0x420a5d(_0x2a0069,_0x580a('0x5'),_0x4843a4)}:_0x580a('0xe')==_0x50cd89['commandName']?{'type':_0x580a('0x7'),'content':_0x420a5d(_0x2a0069,_0x580a('0x2'),_0x4843a4)}:void 0x0;});}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x2824=['TrackChangesEditing','plugins','input','init','get','requires'];(function(_0x56c0c2,_0x28243d){var _0x60395=function(_0x5027a1){while(--_0x5027a1){_0x56c0c2['push'](_0x56c0c2['shift']());}};_0x60395(++_0x28243d);}(_0x2824,0x1d0));var _0x6039=function(_0x56c0c2,_0x28243d){_0x56c0c2=_0x56c0c2-0x0;var _0x60395=_0x2824[_0x56c0c2];return _0x60395;};import{Plugin as _0x11f018}from'ckeditor5/src/core';import{Input as _0x414ae0}from'ckeditor5/src/typing';export default class et extends _0x11f018{static get[_0x6039('0x3')](){return[_0x414ae0];}[_0x6039('0x1')](){this['editor'][_0x6039('0x5')][_0x6039('0x2')](_0x6039('0x4'))['enableCommand'](_0x6039('0x0'));}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xa76a=['getRanges','enableCommand','link','commandName','locale','format','plugins','document','markInlineFormat','isCollapsed','get','*Set\x20link:*\x20%0','getAttribute','TrackChangesEditing','change','selection','commandParams','from','getFirstPosition','_descriptionFactory','unlink','linkHref','model','editor','LinkEditing'];(function(_0x48d697,_0xa76aee){const _0x2312a8=function(_0xfdd7ef){while(--_0xfdd7ef){_0x48d697['push'](_0x48d697['shift']());}};_0x2312a8(++_0xa76aee);}(_0xa76a,0x196));const _0x2312=function(_0x48d697,_0xa76aee){_0x48d697=_0x48d697-0x0;let _0x2312a8=_0xa76a[_0x48d697];return _0x2312a8;};import{Plugin as _0x46546a}from'ckeditor5/src/core';import{findAttributeRange as _0xf0738c}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0xa0c2bd}from'./utils';import{getTranslation as _0x5af7fe}from'../utils/common-translations';export default class nt extends _0x46546a{['afterInit'](){const _0x8255b1=this['editor'];if(!_0x8255b1[_0x2312('0x0')]['has'](_0x2312('0x12')))return;const _0x187a8b=_0x8255b1[_0x2312('0x0')][_0x2312('0x4')](_0x2312('0x7'));_0x187a8b[_0x2312('0x14')]('link',(_0x4f973f,_0x2b1142)=>{const _0xf24ebe=_0x8255b1['model']['document'][_0x2312('0x9')];let _0x4c397c=[];if(_0xf24ebe[_0x2312('0x3')]){if(!_0xf24ebe['hasAttribute'](_0x2312('0xf')))return void _0x4f973f(_0x2b1142);{const _0x57b247=_0xf0738c(_0xf24ebe[_0x2312('0xc')](),_0x2312('0xf'),_0xf24ebe['getAttribute'](_0x2312('0xf')),_0x8255b1[_0x2312('0x10')]);_0x4c397c=[_0x57b247];}}else _0x4c397c=Array[_0x2312('0xb')](_0xf24ebe[_0x2312('0x13')]());_0x8255b1[_0x2312('0x10')][_0x2312('0x8')](()=>{for(const _0x14caea of _0x4c397c)_0x187a8b[_0x2312('0x2')](_0x14caea,{'commandName':'link','commandParams':[_0x2b1142]});});}),_0x187a8b['enableCommand'](_0x2312('0xe'),()=>{const _0x26df34=this[_0x2312('0x11')][_0x2312('0x10')],_0xd9fcbb=_0x26df34[_0x2312('0x1')]['selection'];_0x26df34[_0x2312('0x8')](()=>{let _0x1b9e8e=[];if(_0xd9fcbb['isCollapsed'])_0x1b9e8e=[_0xf0738c(_0xd9fcbb[_0x2312('0xc')](),_0x2312('0xf'),_0xd9fcbb[_0x2312('0x6')]('linkHref'),_0x8255b1[_0x2312('0x10')])];else _0x1b9e8e=_0xa0c2bd(_0x2312('0xf'),_0xd9fcbb['getFirstRange'](),_0x8255b1[_0x2312('0x10')]);for(const _0x419ea7 of _0x1b9e8e)_0x187a8b[_0x2312('0x2')](_0x419ea7,{'commandName':_0x2312('0xe'),'commandParams':[]});});}),_0x187a8b[_0x2312('0xd')]['registerDescriptionCallback'](_0x580ce6=>{const {data:_0x208128}=_0x580ce6,_0x4862fb=_0x8255b1[_0x2312('0x17')];if(_0x208128){if(_0x2312('0x15')==_0x208128[_0x2312('0x16')]){const _0x1b0494=_0x208128[_0x2312('0xa')][0x0];return{'type':_0x2312('0x18'),'content':_0x5af7fe(_0x4862fb,_0x2312('0x5'),'\x22'+_0x1b0494+'\x22')};}return _0x2312('0xe')==_0x208128[_0x2312('0x16')]?{'type':'format','content':_0x5af7fe(_0x4862fb,'*Remove\x20link*')}:void 0x0;}});}}
|
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xecf2=['name','numberedList','before','todoList','previousSibling','add','slice','isObject','listIndent','ELEMENT_NUMBERED_LIST','TrackChangesEditing','document','filter','change','indentList','end','ELEMENT_TODO_LIST','commandName','value','selection','getSelectedBlocks','has','plugins','listType','replace','checkTodoList','enableCommand','bulletedList','ELEMENT_LIST_ITEM','checkChild','parent','*Check\x20item*','nextSibling','element','bulleted','model','editor','format','List','get','_selectedElements','_descriptionFactory','push','TodoListEditing','afterInit','length','todoListChecked','findIndex','forceValue','paragraph','outdentList','from','commands','registerElementLabel','createRange','ListEditing','commandParams','numbered','*Indent:*\x20%0','execute','registerDescriptionCallback','createPositionAt','*Outdent:*\x20%0','getAttribute','listItem','markBlockFormat','*Change\x20to:*\x20%0'];(function(_0x4e26da,_0xecf20){const _0x1cfd5a=function(_0x3bf7de){while(--_0x3bf7de){_0x4e26da['push'](_0x4e26da['shift']());}};_0x1cfd5a(++_0xecf20);}(_0xecf2,0x1ac));const _0x1cfd=function(_0x4e26da,_0xecf20){_0x4e26da=_0x4e26da-0x0;let _0x1cfd5a=_0xecf2[_0x4e26da];return _0x1cfd5a;};import{Plugin as _0x213cb5}from'ckeditor5/src/core';import{getTranslation as _0x36d915}from'../utils/common-translations';export default class st extends _0x213cb5{[_0x1cfd('0x12')](){const _0x59219e=this[_0x1cfd('0xa')],_0x2be714=_0x59219e['locale'];if(!_0x59219e[_0x1cfd('0x3f')][_0x1cfd('0x3e')](_0x1cfd('0x1d')))return;const _0x14f0c8=_0x59219e[_0x1cfd('0x3f')][_0x1cfd('0xd')](_0x1cfd('0x33')),_0x297d7d=_0x59219e[_0x1cfd('0x3f')][_0x1cfd('0x3e')](_0x1cfd('0x11'));function _0x4043d8(_0x3748f9){return()=>{const _0x67e2a9=_0x59219e[_0x1cfd('0x9')][_0x1cfd('0x34')][_0x1cfd('0x3c')],_0x2d1303=_0x59219e[_0x1cfd('0x1a')][_0x1cfd('0xd')](_0x3748f9);if(_0x2d1303[_0x1cfd('0x3b')])return void _0x59219e[_0x1cfd('0x21')](_0x1cfd('0x17'),{});const _0x2f07b8=_0x3748f9[_0x1cfd('0x2f')](0x0,-0x4),_0x43fc49=function(_0x324b57,_0x2ef0a5,_0x12eb58){let _0x5a3711=Array['from'](_0x324b57)['filter'](_0x118a6a=>function(_0x11c096,_0x2538d2){return _0x2538d2[_0x1cfd('0x3')](_0x11c096[_0x1cfd('0x4')],_0x1cfd('0x26'))&&!_0x2538d2[_0x1cfd('0x30')](_0x11c096);}(_0x118a6a,_0x12eb58));_0x5a3711=_0x5a3711['filter'](_0x3ed430=>!_0x3ed430['is']('element','listItem')||_0x3ed430['getAttribute'](_0x1cfd('0x40'))!=_0x2ef0a5);const _0x681090=new Set();for(const _0x3f47ec of _0x5a3711)_0x3f47ec['is'](_0x1cfd('0x7'),_0x1cfd('0x26'))?_0x681090[_0x1cfd('0x2e')](ne(_0x3f47ec)):_0x681090[_0x1cfd('0x2e')](_0x3f47ec);return Array[_0x1cfd('0x19')](_0x681090);}(_0x67e2a9[_0x1cfd('0x3d')](),_0x2f07b8,_0x59219e[_0x1cfd('0x9')]['schema']);_0x59219e[_0x1cfd('0x9')][_0x1cfd('0x36')](()=>{for(const _0x3bd266 of _0x43fc49)_0x14f0c8['markBlockFormat'](_0x3bd266,{'commandName':_0x3748f9,'commandParams':[{'forceValue':!_0x2d1303['value']}],'formatGroupId':'blockName'},oe(_0x3bd266));});};}function _0x498e31(_0x2a1e80){return()=>{const _0x5d373d=function(_0x5adf9a){let _0x2172a7=Array[_0x1cfd('0x19')](_0x5adf9a);const _0x2074a5=_0x2172a7[_0x1cfd('0x15')](_0x5e6483=>'listItem'!=_0x5e6483[_0x1cfd('0x29')]);return _0x2074a5>-0x1&&(_0x2172a7=_0x2172a7[_0x1cfd('0x2f')](0x0,_0x2074a5)),_0x2172a7;}(_0x59219e[_0x1cfd('0x9')]['document'][_0x1cfd('0x3c')][_0x1cfd('0x3d')]()),_0x5dd599=_0x59219e[_0x1cfd('0x9')][_0x1cfd('0x1c')](_0x59219e[_0x1cfd('0x9')][_0x1cfd('0x23')](_0x5d373d[0x0],_0x1cfd('0x2b')),_0x59219e['model'][_0x1cfd('0x23')](_0x5d373d[_0x5d373d[_0x1cfd('0x13')]-0x1],_0x1cfd('0x38')));_0x59219e[_0x1cfd('0x9')][_0x1cfd('0x36')](()=>{_0x14f0c8[_0x1cfd('0x27')](_0x5dd599,{'commandName':_0x2a1e80,'commandParams':[],'formatGroupId':_0x1cfd('0x31')},function(_0x55a4fa){const _0x130269=new Set();for(const _0x221d75 of _0x55a4fa){let _0x464071=_0x221d75[_0x1cfd('0x6')];for(;_0x464071&&_0x464071['getAttribute'](_0x1cfd('0x31'))>_0x221d75[_0x1cfd('0x25')](_0x1cfd('0x31'));)_0x130269[_0x1cfd('0x2e')](_0x464071),_0x464071=_0x464071[_0x1cfd('0x6')];}return Array['from'](_0x130269);}(_0x5d373d));});};}_0x14f0c8['enableCommand']('numberedList',_0x4043d8(_0x1cfd('0x2a'))),_0x14f0c8[_0x1cfd('0x0')]('bulletedList',_0x4043d8(_0x1cfd('0x1'))),_0x297d7d&&_0x14f0c8[_0x1cfd('0x0')]('todoList',_0x4043d8(_0x1cfd('0x2c'))),_0x14f0c8[_0x1cfd('0x0')](_0x1cfd('0x37'),_0x498e31(_0x1cfd('0x37'))),_0x14f0c8['enableCommand'](_0x1cfd('0x18'),_0x498e31('outdentList')),_0x297d7d&&_0x14f0c8['enableCommand'](_0x1cfd('0x42'),()=>{const _0x5c6b63=_0x59219e['commands'][_0x1cfd('0xd')](_0x1cfd('0x42')),_0x520790=Array[_0x1cfd('0x19')](_0x5c6b63[_0x1cfd('0xe')]);_0x520790[_0x1cfd('0x35')](_0x55a828=>_0x55a828[_0x1cfd('0x25')](_0x1cfd('0x14'))!=_0x5c6b63['value']),_0x59219e[_0x1cfd('0x9')][_0x1cfd('0x36')](()=>{for(const _0x1488e0 of _0x520790)_0x14f0c8[_0x1cfd('0x27')](_0x1488e0,{'commandName':_0x1cfd('0x42'),'commandParams':[{'forceValue':!_0x5c6b63[_0x1cfd('0x3b')]}]});});}),_0x14f0c8['_descriptionFactory'][_0x1cfd('0x1b')](_0x1cfd('0x26'),_0x5ae22d=>_0x36d915(_0x2be714,_0x1cfd('0x2'),_0x5ae22d)),_0x14f0c8[_0x1cfd('0xf')][_0x1cfd('0x22')](_0x1fb8dd=>{const {data:_0x87157c}=_0x1fb8dd;if(_0x87157c){if(_0x1cfd('0x2a')==_0x87157c[_0x1cfd('0x3a')]||_0x1cfd('0x1')==_0x87157c[_0x1cfd('0x3a')]||_0x1cfd('0x2c')==_0x87157c['commandName'])switch(_0x87157c[_0x1cfd('0x3a')][_0x1cfd('0x41')](_0x1cfd('0xc'),'')){case _0x1cfd('0x8'):return _0xf8082e(_0x36d915(_0x2be714,'ELEMENT_BULLETED_LIST'));case _0x1cfd('0x1f'):return _0xf8082e(_0x36d915(_0x2be714,_0x1cfd('0x32')));case'todo':return _0xf8082e(_0x36d915(_0x2be714,_0x1cfd('0x39')));}if('indentList'==_0x87157c[_0x1cfd('0x3a')])return{'type':'format','content':_0x36d915(_0x2be714,_0x1cfd('0x20'),_0x36d915(_0x2be714,'ELEMENT_LIST_ITEM'))};if(_0x1cfd('0x18')==_0x87157c[_0x1cfd('0x3a')])return{'type':_0x1cfd('0xb'),'content':_0x36d915(_0x2be714,_0x1cfd('0x24'),_0x36d915(_0x2be714,_0x1cfd('0x2')))};if('checkTodoList'==_0x87157c[_0x1cfd('0x3a')])return _0x87157c[_0x1cfd('0x1e')][0x0][_0x1cfd('0x16')]?{'type':'format','content':_0x36d915(_0x2be714,_0x1cfd('0x5'))}:{'type':_0x1cfd('0xb'),'content':_0x36d915(_0x2be714,'*Uncheck\x20item*')};}function _0xf8082e(_0x10fa3a){return{'type':_0x1cfd('0xb'),'content':_0x36d915(_0x2be714,_0x1cfd('0x28'),_0x10fa3a)};}});}}function ne(_0x15c83){const _0xc47cc7=_0x15c83[_0x1cfd('0x25')](_0x1cfd('0x31'));if(0x0==_0xc47cc7)return _0x15c83;let _0x3f0ed2=_0x15c83;for(;_0x15c83[_0x1cfd('0x2d')]&&_0x15c83['previousSibling']['is'](_0x1cfd('0x7'),'listItem');){const _0x440f38=_0x15c83[_0x1cfd('0x2d')][_0x1cfd('0x25')](_0x1cfd('0x31'));if(_0x440f38==_0xc47cc7)_0x3f0ed2=_0x15c83[_0x1cfd('0x2d')];else{if(_0x440f38<_0xc47cc7)break;}_0x15c83=_0x15c83[_0x1cfd('0x2d')];}return _0x3f0ed2;}function oe(_0x1eef36){const _0x170ca8=[];if(_0x1eef36['is'](_0x1cfd('0x7'),_0x1cfd('0x26'))&&_0x1eef36[_0x1cfd('0x25')](_0x1cfd('0x31'))>0x0){let _0x1b6a41=_0x1eef36[_0x1cfd('0x6')];for(;_0x1b6a41&&'listItem'==_0x1b6a41[_0x1cfd('0x29')]&&_0x1b6a41['getAttribute'](_0x1cfd('0x31'))==_0x1eef36['getAttribute']('listIndent');)_0x170ca8[_0x1cfd('0x10')](_0x1b6a41),_0x1b6a41=_0x1b6a41['nextSibling'];}return _0x170ca8;}
|