@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231027.0 → 0.0.0-nightly-20231028.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 _0x5df5=['FontColorEditing','fontFamily','commandName','*Reset\x20font\x20background\x20color*','*Reset\x20font\x20family*','document','editor','change','selection','fontBackgroundColor','trim','fontBackgroundColor.colors','_enableCommand','FontSizeEditing','fontColor.colors','locale','commandParams','*Set\x20font\x20size:*\x20%0','find','*Set\x20font\x20color:*\x20%0','TrackChangesEditing','fontColor','has','get','fontSize','toLowerCase','*Set\x20font\x20family:*\x20%0','afterInit','model','normalizeSizeOptions','registerDescriptionCallback','isCollapsed','title','config','enableCommand','value','plugins','*Set\x20font\x20background\x20color:*\x20%0','label','*Reset\x20font\x20size*','format','from','_descriptionFactory'];(function(_0x157c54,_0x5df5f6){const _0x448782=function(_0x2b86b0){while(--_0x2b86b0){_0x157c54['push'](_0x157c54['shift']());}};_0x448782(++_0x5df5f6);}(_0x5df5,0xbe));const _0x4487=function(_0x157c54,_0x5df5f6){_0x157c54=_0x157c54-0x0;let _0x448782=_0x5df5[_0x157c54];return _0x448782;};import{Plugin as _0x508078}from'ckeditor5/src/core';import{normalizeColorOptions as _0x302c6e}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x8d99f2}from'./utils';import{getTranslation as _0xd59c92}from'../utils/common-translations';const eo=[{'pluginName':_0x4487('0x26'),'commandName':_0x4487('0x6')},{'pluginName':'FontFamilyEditing','commandName':_0x4487('0x1a')},{'pluginName':_0x4487('0x19'),'commandName':_0x4487('0x3')},{'pluginName':'FontBackgroundColorEditing','commandName':'fontBackgroundColor'}];export default class W extends _0x508078{[_0x4487('0x9')](){const _0x3b15c5=this[_0x4487('0x1f')][_0x4487('0x28')];for(const {pluginName:_0x2bc73e,commandName:_0xed0c81}of eo)this[_0x4487('0x1f')][_0x4487('0x12')][_0x4487('0x4')](_0x2bc73e)&&this[_0x4487('0x25')](_0xed0c81);this['editor'][_0x4487('0x12')][_0x4487('0x5')]('TrackChangesEditing')[_0x4487('0x18')][_0x4487('0xc')](_0x1af434=>{const _0x53210d=_0x3b15c5['t'],{data:_0x197fbf}=_0x1af434;if(null!=_0x197fbf){if(_0x4487('0x6')==_0x197fbf[_0x4487('0x1b')]){const _0x465220=_0x197fbf[_0x4487('0x29')][0x0][_0x4487('0x11')];if(_0x465220){const _0x6dbad5=_0x53210d(this[_0x4487('0x1f')][_0x4487('0x12')][_0x4487('0x5')]('FontSize')[_0x4487('0xb')](this['editor'][_0x4487('0xf')][_0x4487('0x5')]('fontSize.options'))['find'](_0x4a4061=>_0x4a4061[_0x4487('0xa')]==_0x465220)[_0x4487('0xe')])['toLowerCase']();return{'type':_0x4487('0x16'),'content':_0xd59c92(_0x3b15c5,_0x4487('0x2a'),_0x6dbad5)};}return{'type':_0x4487('0x16'),'content':_0xd59c92(_0x3b15c5,_0x4487('0x15'))};}if(_0x4487('0x1a')==_0x197fbf[_0x4487('0x1b')]){const _0x2111da=_0x197fbf[_0x4487('0x29')][0x0]['value'];return _0x2111da?{'type':'format','content':_0xd59c92(_0x3b15c5,_0x4487('0x8'),_0x2111da)}:{'type':_0x4487('0x16'),'content':_0xd59c92(_0x3b15c5,_0x4487('0x1d'))};}if('fontColor'==_0x197fbf[_0x4487('0x1b')]){const _0x518caa=_0x197fbf[_0x4487('0x29')][0x0][_0x4487('0x11')];if(_0x518caa){const _0x4d8e29=_0x302c6e(this[_0x4487('0x1f')]['config']['get'](_0x4487('0x27')))[_0x4487('0x0')](_0x404dac=>_0x404dac[_0x4487('0xa')]==_0x518caa);let _0x1388bd=_0x518caa,_0x372eb2='';return _0x4d8e29&&(_0x1388bd=_0x4d8e29[_0x4487('0x14')],_0x372eb2=_0x53210d(_0x1388bd)['toLowerCase']()),{'type':'format','content':_0xd59c92(_0x3b15c5,_0x4487('0x1'),_0x372eb2)[_0x4487('0x23')](),'color':{'value':_0x518caa,'title':_0x372eb2||_0x1388bd}};}return{'type':_0x4487('0x16'),'content':_0xd59c92(_0x3b15c5,'*Reset\x20font\x20color*')};}if(_0x4487('0x22')==_0x197fbf['commandName']){const _0x5f28b4=_0x197fbf['commandParams'][0x0][_0x4487('0x11')];if(_0x5f28b4){const _0x6bc57a=_0x302c6e(this[_0x4487('0x1f')][_0x4487('0xf')][_0x4487('0x5')](_0x4487('0x24')))['find'](_0x21ac2e=>_0x21ac2e[_0x4487('0xa')]==_0x5f28b4);let _0x2bfb6f=_0x5f28b4,_0x1e6a12='';return _0x6bc57a&&(_0x2bfb6f=_0x6bc57a[_0x4487('0x14')],_0x1e6a12=_0x53210d(_0x2bfb6f)[_0x4487('0x7')]()),{'type':_0x4487('0x16'),'content':_0xd59c92(_0x3b15c5,_0x4487('0x13'),_0x1e6a12)[_0x4487('0x23')](),'color':{'value':_0x5f28b4,'title':_0x1e6a12||_0x2bfb6f}};}return{'type':_0x4487('0x16'),'content':_0xd59c92(_0x3b15c5,_0x4487('0x1c'))};}}});}[_0x4487('0x25')](_0x47595d){const _0x2f50b7=this[_0x4487('0x1f')];_0x2f50b7[_0x4487('0x12')][_0x4487('0x5')](_0x4487('0x2'))[_0x4487('0x10')](_0x47595d,(_0x2d154f,_0x231602={})=>{const _0x347211=_0x2f50b7[_0x4487('0xa')][_0x4487('0x1e')][_0x4487('0x21')],_0x9e913c=_0x231602[_0x4487('0x11')];_0x347211[_0x4487('0xd')]?_0x2d154f(_0x231602):_0x2f50b7[_0x4487('0xa')][_0x4487('0x20')](()=>{const _0x444122=Array[_0x4487('0x17')](_0x347211['getRanges']());for(const _0x514894 of _0x444122){const _0x451dc1=_0x9e913c?[_0x514894]:_0x8d99f2(_0x47595d,_0x514894,_0x2f50b7[_0x4487('0xa')]);for(const _0x5afbc7 of _0x451dc1)_0x2f50b7['plugins'][_0x4487('0x5')](_0x4487('0x2'))['markInlineFormat'](_0x5afbc7,{'commandName':_0x47595d,'commandParams':[{'value':_0x9e913c}]});}});});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x237c=['entries','fontSize','fontColor.colors','registerDescriptionCallback','selection','charAt','get','afterInit','boolean','config','toUpperCase','_descriptionFactory','join','FontSize','modifySelection','plugins','find','isCollapsed','split','title','copyFormat','document','markInlineFormat','label','fontSize.options','isFormatting','pasteFormat','keys','toLowerCase','commandParams','getSelectedBlocks','forward','TrackChangesEditing','getLastPosition','format','*Remove\x20all\x20formatting*','word','createSelection','enableCommand','getAttributes','model','slice','*Set\x20format\x20to:*\x20%0','length','backward','getFirstPosition'];(function(_0x398df3,_0x237c6f){const _0x50b82b=function(_0x4c7d10){while(--_0x4c7d10){_0x398df3['push'](_0x398df3['shift']());}};_0x50b82b(++_0x237c6f);}(_0x237c,0x155));const _0x50b8=function(_0x398df3,_0x237c6f){_0x398df3=_0x398df3-0x0;let _0x50b82b=_0x237c[_0x398df3];return _0x50b82b;};import{Plugin as _0x3b9c84}from'ckeditor5/src/core';import{normalizeColorOptions as _0x14160a}from'ckeditor5/src/ui';import{first as _0x3f7014}from'ckeditor5/src/utils';import{getTranslation as _0x44277d}from'../utils/common-translations';export default class J extends _0x3b9c84{[_0x50b8('0x22')](){const _0x2b2b20=this['editor'],_0xcff1a9=_0x2b2b20[_0x50b8('0x15')],_0x41f5a3=_0xcff1a9[_0x50b8('0x2')][_0x50b8('0x1f')],_0x2da93f=_0x2b2b20[_0x50b8('0x2a')][_0x50b8('0x21')](_0x50b8('0xd')),_0x4fa727=_0x2b2b20['locale'],_0x269e79=_0x2b2b20['commands'][_0x50b8('0x21')](_0x50b8('0x1')),_0x1c2696=_0x2b2b20['commands'][_0x50b8('0x21')](_0x50b8('0x7'));_0x269e79&&_0x1c2696&&(_0x2da93f[_0x50b8('0x13')](_0x50b8('0x7'),(_0x1d0028,_0x35802d={})=>{const _0x34aa75=_0x35802d;_0xcff1a9['change'](()=>{const _0x1e0114=Array['from'](_0x41f5a3['getRanges']()),_0x363874=_0x41f5a3[_0x50b8('0x2c')]?[io(_0xcff1a9,_0x41f5a3)]:_0x1e0114,_0x417db5=!!_0x3f7014(function*(_0x3ce897,_0x5bc1b3){const _0x560283=_0x15d461=>!!_0x3f7014(function*(_0x5ad35b,_0x2f6c7c){for(const [_0xd7ceb8]of _0x5ad35b[_0x50b8('0x14')]()){const _0x2560d9=_0x2f6c7c['getAttributeProperties'](_0xd7ceb8);_0x2560d9&&_0x2560d9[_0x50b8('0x6')]&&(yield _0xd7ceb8);}}(_0x15d461,_0x5bc1b3));for(const _0x59b98d of _0x3ce897['getRanges']())for(const _0xe6bf85 of _0x59b98d['getItems']())!_0x5bc1b3['isBlock'](_0xe6bf85)&&_0x560283(_0xe6bf85)&&(yield _0xe6bf85);for(const _0x4b14b0 of _0x3ce897[_0x50b8('0xb')]())_0x560283(_0x4b14b0)&&(yield _0x4b14b0);_0x560283(_0x3ce897)&&(yield _0x3ce897);}(_0x41f5a3,_0xcff1a9['schema']));if(_0x417db5||0x0!==Object[_0x50b8('0x8')](_0x34aa75)[_0x50b8('0x18')])for(const _0x35573a of _0x363874)_0x2da93f[_0x50b8('0x3')](_0x35573a,{'commandName':'pasteFormat','commandParams':[_0x34aa75]});});}),_0x2da93f[_0x50b8('0x26')][_0x50b8('0x1e')](_0x40b2ca=>{const {data:_0x530861}=_0x40b2ca;if(_0x530861&&_0x50b8('0x7')===_0x530861['commandName']){const _0x292642=[],_0x261eb6=_0x530861[_0x50b8('0xa')][0x0];for(const [_0x3b86a3,_0x1a0b8d]of Object[_0x50b8('0x1b')](_0x261eb6))_0x292642['push'](so(_0x2b2b20,_0x3b86a3,_0x1a0b8d));return _0x292642[_0x50b8('0x18')]?{'type':_0x50b8('0xf'),'content':_0x44277d(_0x4fa727,_0x50b8('0x17'),_0x292642[_0x50b8('0x27')](',\x20'))}:{'type':_0x50b8('0xf'),'content':_0x44277d(_0x4fa727,_0x50b8('0x10'))};}}),_0x2b2b20['plugins'][_0x50b8('0x21')](_0x50b8('0xd'))[_0x50b8('0x13')]('copyFormat'));}}function io(_0x25c4b1,_0x5a670b){const _0x14e4e5=_0x25c4b1[_0x50b8('0x12')](_0x5a670b);_0x25c4b1['modifySelection'](_0x14e4e5,{'unit':_0x50b8('0x11'),'direction':_0x50b8('0x19')});const _0x24cc81=_0x14e4e5[_0x50b8('0x1a')]();_0x25c4b1[_0x50b8('0x29')](_0x14e4e5,{'unit':_0x50b8('0x11'),'direction':_0x50b8('0xc')});const _0xe6c48e=_0x14e4e5[_0x50b8('0xe')]();return _0x25c4b1['createRange'](_0x24cc81,_0xe6c48e);}function so(_0x5d098f,_0x138f10,_0x844064){const _0x2b333c=_0x5d098f['locale']['t'],_0x491e0a=_0x138f10[_0x50b8('0x2d')](/(?=[A-Z])/)[_0x50b8('0x27')]('\x20'),_0x1b44ad=_0x2b333c(_0x491e0a[_0x50b8('0x20')](0x0)[_0x50b8('0x25')]()+_0x491e0a[_0x50b8('0x16')](0x1))['toLowerCase']();if(_0x50b8('0x23')==typeof _0x844064)return _0x1b44ad;if('fontColor'===_0x138f10||'fontBackgroundColor'===_0x138f10){const _0x3157b9=_0x14160a(_0x5d098f['config']['get'](_0x50b8('0x1d')))[_0x50b8('0x2b')](_0x4aa09d=>_0x4aa09d[_0x50b8('0x15')]==_0x844064);return _0x1b44ad+'\x20('+(_0x3157b9?_0x2b333c(_0x3157b9[_0x50b8('0x4')])['toLowerCase']():_0x844064)+')';}if(_0x50b8('0x1c')===_0x138f10&&isNaN(parseFloat(_0x844064))){const _0x10942b=_0x5d098f[_0x50b8('0x2a')][_0x50b8('0x21')](_0x50b8('0x28'))['normalizeSizeOptions'](_0x5d098f[_0x50b8('0x24')][_0x50b8('0x21')](_0x50b8('0x5')))[_0x50b8('0x2b')](_0x2cd9fd=>_0x2cd9fd[_0x50b8('0x15')]==_0x844064);return _0x1b44ad+'\x20('+(_0x10942b?_0x2b333c(_0x10942b[_0x50b8('0x0')])[_0x50b8('0x9')]():_0x844064)+')';}return _0x1b44ad+'\x20('+_0x844064+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3e25=['commandParams','value','parent','model','heading.options','filter','find','ELEMENT_HEADING_CUSTOM','TrackChangesEditing','schema','_descriptionFactory','ELEMENT_HEADING','plugins','formatBlock','match','HeadingEditing','name','getSelectedBlocks','from','isObject','has','checkChild','title','heading','paragraph','registerDescriptionCallback','selection','registerElementLabel','get','blockName','editor','markBlockFormat','format','commandName','locale'];(function(_0x212426,_0x3e251b){const _0x50c0d2=function(_0xb1bd9b){while(--_0xb1bd9b){_0x212426['push'](_0x212426['shift']());}};_0x50c0d2(++_0x3e251b);}(_0x3e25,0xef));const _0x50c0=function(_0x212426,_0x3e251b){_0x212426=_0x212426-0x0;let _0x50c0d2=_0x3e25[_0x212426];return _0x50c0d2;};import{Plugin as _0x577e2b}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x4fc74b}from'./utils';import{getTranslation as _0xad17bd}from'../utils/common-translations';export default class K extends _0x577e2b{['afterInit'](){const _0x4ae4f8=this[_0x50c0('0x1')],_0x488dcd=_0x4ae4f8[_0x50c0('0x5')],_0x5d24d6=_0x4ae4f8['config'][_0x50c0('0x22')](_0x50c0('0xa'));if(!_0x4ae4f8[_0x50c0('0x12')][_0x50c0('0x1a')](_0x50c0('0x15')))return;const _0x4b4bca=_0x4ae4f8['plugins']['get'](_0x50c0('0xe'));_0x4b4bca['enableCommand']('heading',(_0x7ad269,_0x2f5c36)=>{const _0x5e18c7=_0x2f5c36[_0x50c0('0x7')],_0x43f569=Array[_0x50c0('0x18')](this[_0x50c0('0x1')][_0x50c0('0x9')]['document'][_0x50c0('0x20')][_0x50c0('0x17')]())[_0x50c0('0xb')](_0x28c8c8=>function(_0x4430ce,_0x4c71fc,_0x5f20f3){return _0x5f20f3[_0x50c0('0x1b')](_0x4430ce[_0x50c0('0x8')],_0x4c71fc)&&!_0x5f20f3[_0x50c0('0x19')](_0x4430ce)&&_0x4430ce[_0x50c0('0x16')]!=_0x4c71fc;}(_0x28c8c8,_0x5e18c7,this[_0x50c0('0x1')][_0x50c0('0x9')][_0x50c0('0xf')]));_0x4ae4f8[_0x50c0('0x9')]['change'](()=>{for(const _0x5916e1 of _0x43f569)_0x4b4bca[_0x50c0('0x2')](_0x5916e1,{'commandName':'heading','commandParams':[_0x2f5c36],'formatGroupId':_0x50c0('0x0')},_0x4fc74b(_0x5916e1));});});for(const _0x98197 of _0x5d24d6)_0x50c0('0x1e')!=_0x98197[_0x50c0('0x9')]&&_0x4b4bca[_0x50c0('0x10')][_0x50c0('0x21')](_0x98197[_0x50c0('0x9')],_0x1867a6=>{const _0x34437e=nn(_0x98197[_0x50c0('0x9')]);return null!==_0x34437e?_0x294156(_0x1867a6,_0x34437e):_0x49d6fb(_0x1867a6,_0x98197[_0x50c0('0x1c')]);});function _0x294156(_0x3c6df9,_0x33c7ff){return _0xad17bd(_0x488dcd,_0x50c0('0x11'),[_0x3c6df9,_0x33c7ff]);}function _0x49d6fb(_0x36993a,_0x50d5ca){return _0xad17bd(_0x488dcd,_0x50c0('0xd'),[_0x36993a,_0x50d5ca]);}_0x4b4bca[_0x50c0('0x10')][_0x50c0('0x1f')](_0x384df7=>{const {type:_0x2e66dd,data:_0x2c8ced}=_0x384df7;if(_0x50c0('0x13')==_0x2e66dd&&_0x2c8ced&&_0x50c0('0x1d')==_0x2c8ced[_0x50c0('0x4')]){const _0x45fa26=_0x2c8ced[_0x50c0('0x6')][0x0][_0x50c0('0x7')],_0x181696=nn(_0x45fa26);if(null!==_0x181696)return{'type':_0x50c0('0x3'),'content':_0xad17bd(_0x488dcd,'*Change\x20to:*\x20%0',_0x294156(0x1,_0x181696))};const _0x5a5999=_0x5d24d6[_0x50c0('0xc')](_0x17d328=>_0x17d328[_0x50c0('0x9')]===_0x45fa26)['title'];return{'type':_0x50c0('0x3'),'content':_0xad17bd(_0x488dcd,'*Change\x20to:*\x20%0',_0x49d6fb(0x1,_0x5a5999))};}});}}function nn(_0x4b24fb){const _0x287ee4=_0x4b24fb[_0x50c0('0x14')](/^heading(\d+)$/);return _0x287ee4?_0x287ee4[0x1]:null;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1097=['find','getRanges','config','_descriptionFactory','TrackChangesEditing','getAttribute','model','selection','commandParams','markInlineFormat','registerDescriptionCallback','*Set\x20highlight:*\x20%0','document','formatInline','plugins','change','highlight','*Remove\x20highlight*','backward','value','isCollapsed','commandName','getFirstPosition','editor','afterInit','format','HighlightEditing','hasAttribute','locale','createRange','has','get','title','push'];(function(_0xc3c7e2,_0x109786){const _0x4cbb0f=function(_0x3ed2ef){while(--_0x3ed2ef){_0xc3c7e2['push'](_0xc3c7e2['shift']());}};_0x4cbb0f(++_0x109786);}(_0x1097,0x97));const _0x4cbb=function(_0xc3c7e2,_0x109786){_0xc3c7e2=_0xc3c7e2-0x0;let _0x4cbb0f=_0x1097[_0xc3c7e2];return _0x4cbb0f;};import{Plugin as _0x16096f}from'ckeditor5/src/core';import{getTranslation as _0x32c30a}from'../utils/common-translations';import{getRangesWithAttribute as _0x2f994c}from'./utils';export default class Q extends _0x16096f{[_0x4cbb('0x9')](){const _0x4ec0d9=this[_0x4cbb('0x8')];if(!_0x4ec0d9[_0x4cbb('0x21')][_0x4cbb('0xf')](_0x4cbb('0xb')))return;const _0xcddf20=_0x4ec0d9['plugins'][_0x4cbb('0x10')](_0x4cbb('0x17'));_0xcddf20['enableCommand'](_0x4cbb('0x1'),(_0xf34f7e,_0x70fc88={})=>{const _0x538921=_0x4ec0d9[_0x4cbb('0x19')][_0x4cbb('0x1f')][_0x4cbb('0x1a')],_0x38b25a=_0x538921[_0x4cbb('0x18')](_0x4cbb('0x1'));let _0x446f22=_0x70fc88['value'],_0x2618b1=[];if(_0x538921[_0x4cbb('0x5')]){const _0xca6ab7=_0x538921[_0x4cbb('0x7')]();if(!_0x538921[_0x4cbb('0xc')]('highlight'))return void _0xf34f7e(_0x70fc88);{const _0x47fc74=_0x51e04e=>_0x51e04e['item']['getAttribute']('highlight')===_0x38b25a,_0x38e189=_0xca6ab7['getLastMatchingPosition'](_0x47fc74,{'direction':_0x4cbb('0x3')}),_0x525348=_0xca6ab7['getLastMatchingPosition'](_0x47fc74);_0x2618b1=[_0x4ec0d9[_0x4cbb('0x19')][_0x4cbb('0xe')](_0x38e189,_0x525348)],_0x446f22==_0x38b25a&&(_0x446f22=null);}}else for(const _0x3d81e3 of _0x538921[_0x4cbb('0x14')]())_0x446f22?_0x2618b1['push'](_0x3d81e3):_0x2618b1[_0x4cbb('0x12')](..._0x2f994c(_0x4cbb('0x1'),_0x3d81e3,_0x4ec0d9[_0x4cbb('0x19')]));_0x4ec0d9[_0x4cbb('0x19')][_0x4cbb('0x0')](()=>{for(const _0x1e46a4 of _0x2618b1)_0xcddf20[_0x4cbb('0x1c')](_0x1e46a4,{'commandName':_0x4cbb('0x1'),'commandParams':[{'value':_0x446f22}]});});});const _0x25d850=_0x4ec0d9[_0x4cbb('0xd')];_0xcddf20[_0x4cbb('0x16')][_0x4cbb('0x1d')](_0x17eaac=>{const {type:_0x2315d2,data:_0x3f63da}=_0x17eaac;if(_0x4cbb('0x20')==_0x2315d2&&_0x3f63da&&_0x4cbb('0x1')==_0x3f63da[_0x4cbb('0x6')]){const _0x355160=_0x25d850['t'],_0x3e9ed4=_0x3f63da[_0x4cbb('0x1b')][0x0][_0x4cbb('0x4')];if(_0x3e9ed4){const _0x3e46cf=_0x4ec0d9[_0x4cbb('0x15')]['get']('highlight.options')[_0x4cbb('0x13')](_0x2adbeb=>_0x2adbeb[_0x4cbb('0x19')]==_0x3e9ed4),_0x332b46=_0x355160(_0x3e46cf[_0x4cbb('0x11')])['toLowerCase']();return{'type':'format','content':_0x32c30a(_0x25d850,_0x4cbb('0x1e'),_0x332b46),'color':{'value':_0x3e46cf['color'],'title':_0x3e46cf[_0x4cbb('0x11')]}};}return{'type':_0x4cbb('0xa'),'content':_0x32c30a(_0x25d850,_0x4cbb('0x2'),_0x32c30a(_0x25d850,'FORMAT_HIGHLIGHT'))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2408=['createEmptyElement','ck-horizontal-line','showSuggestionHighlights','TrackChangesEditing','conversion','div','editor','locale','createPositionAt','horizontalLine','registerElementLabel','_descriptionFactory','get','plugins','for','enableCommand','HorizontalLineEditing','afterInit','insert','addClass','elementToStructure','has'];(function(_0x18034d,_0x2408fe){const _0x500ba7=function(_0xff5694){while(--_0xff5694){_0x18034d['push'](_0x18034d['shift']());}};_0x500ba7(++_0x2408fe);}(_0x2408,0xc8));const _0x500b=function(_0x18034d,_0x2408fe){_0x18034d=_0x18034d-0x0;let _0x500ba7=_0x2408[_0x18034d];return _0x500ba7;};import{Plugin as _0xc27b5}from'ckeditor5/src/core';import{getTranslation as _0x3bd4c8}from'../utils/common-translations';export default class V extends _0xc27b5{[_0x500b('0xf')](){const _0x3e9d40=this[_0x500b('0x4')];if(!_0x3e9d40['plugins'][_0x500b('0x13')](_0x500b('0xe')))return;_0x3e9d40[_0x500b('0xb')][_0x500b('0xa')](_0x500b('0x1'))[_0x500b('0xd')](_0x500b('0x7'));const _0x30ed0d=_0x3e9d40[_0x500b('0xb')][_0x500b('0xa')]('TrackChangesEditing'),_0x287437=_0x3e9d40[_0x500b('0x5')];_0x30ed0d[_0x500b('0x9')][_0x500b('0x8')](_0x500b('0x7'),_0x244d62=>_0x3bd4c8(_0x287437,'ELEMENT_HORIZONTAL_LINE',_0x244d62)),_0x3e9d40[_0x500b('0x2')][_0x500b('0xc')]('dataDowncast')[_0x500b('0x12')]({'model':_0x500b('0x7'),'view':(_0x35e4c2,{writer:_0x1f0484,options:_0x7faba5})=>{if(!_0x7faba5[_0x500b('0x0')])return null;const _0x454e94=_0x1f0484['createContainerElement'](_0x500b('0x3')),_0x28a61e=_0x1f0484[_0x500b('0x14')]('hr');return _0x1f0484[_0x500b('0x11')](_0x500b('0x15'),_0x454e94),_0x1f0484[_0x500b('0x10')](_0x1f0484[_0x500b('0x6')](_0x454e94,0x0),_0x28a61e),_0x454e94;},'converterPriority':'high'});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x8149=['markBlockFormat','htmlEmbed','getCustomProperty','view','document','getSelectedElement','ELEMENT_HTML_EMBED','get','*Change\x20%0\x20content*','editing','afterInit','value','enableCommand','change','selection','TrackChangesEditing','getAttribute','plugins','registerElementLabel','has','commandName','registerDescriptionCallback','rawHtmlApi','cancel','model','editor','rawHtml'];(function(_0x582bc3,_0x81499f){const _0x20df66=function(_0x3f77b6){while(--_0x3f77b6){_0x582bc3['push'](_0x582bc3['shift']());}};_0x20df66(++_0x81499f);}(_0x8149,0x1d6));const _0x20df=function(_0x582bc3,_0x81499f){_0x582bc3=_0x582bc3-0x0;let _0x20df66=_0x8149[_0x582bc3];return _0x20df66;};import{Plugin as _0x2dde62}from'ckeditor5/src/core';import{getTranslation as _0xaa1fc8}from'../utils/common-translations';export default class X extends _0x2dde62{[_0x20df('0x1a')](){const _0x1cdb63=this[_0x20df('0xe')];if(!_0x1cdb63['plugins'][_0x20df('0x8')]('HtmlEmbed'))return;const _0x1aa1e5=_0x1cdb63[_0x20df('0x6')][_0x20df('0x17')](_0x20df('0x4')),_0x6fe32a=_0x1cdb63['locale'],_0x1c0f6e=_0x1cdb63[_0x20df('0x19')][_0x20df('0x13')][_0x20df('0x14')][_0x20df('0x3')];_0x1aa1e5['_descriptionFactory'][_0x20df('0x7')]('rawHtml',_0xde4346=>_0xaa1fc8(_0x6fe32a,_0x20df('0x16'),_0xde4346)),_0x1cdb63[_0x20df('0x6')][_0x20df('0x17')]('TrackChangesEditing')[_0x20df('0x1')](_0x20df('0x11'),(_0x55c315,_0x8b14a8)=>{const _0xeb2e88=_0x1cdb63[_0x20df('0xd')],_0x5a0ff3=_0xeb2e88[_0x20df('0x14')][_0x20df('0x3')];_0xeb2e88[_0x20df('0x2')](()=>{const _0x3e54c0=function(_0x2c82a4){const _0x484a17=_0x2c82a4[_0x20df('0x15')]();if(_0x484a17&&_0x484a17['is']('element',_0x20df('0xf')))return _0x2c82a4[_0x20df('0x15')]();return null;}(_0x5a0ff3);if(!_0x3e54c0)return void _0x55c315(null);const _0x3e61b2=_0x3e54c0[_0x20df('0x5')](_0x20df('0x0'))||'';if(void 0x0===_0x8b14a8)return;if(_0x8b14a8===_0x3e61b2)return;_0x1aa1e5[_0x20df('0x10')](_0x3e54c0,{'commandName':_0x20df('0x11'),'commandParams':[_0x8b14a8]}),_0x1c0f6e[_0x20df('0x15')]()[_0x20df('0x12')](_0x20df('0xb'))[_0x20df('0xc')]();});}),_0x1aa1e5['_descriptionFactory'][_0x20df('0xa')](_0x4bb9e6=>{const {data:_0x5cf49b}=_0x4bb9e6;if(_0x5cf49b&&'htmlEmbed'==_0x5cf49b[_0x20df('0x9')]){const _0x19ef3c=_0xaa1fc8(_0x6fe32a,_0x20df('0x16'));return{'type':'format','content':_0xaa1fc8(_0x6fe32a,_0x20df('0x18'),_0x19ef3c)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
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)};}});}}
|
|
23
|
+
const _0x3853=['registerPostFixer','editor','imageTypeBlock','toggleImageCaption','toPrevious','ImageStyleEditing','refresh','element','schema','nodeBefore','registerCustomCallback','isInContent','markBlockFormat','imageStylePreApply','getFirstRange','isEqual','document','_splitMarkerName','selection','toNext','chain','formatBlock','formatInline','getContainedElement','newRange','removeObject','getNearestSelectionRange','next','suggestion','imageStyle','caption','isOwn','ImageTextAlternativeEditing','accept','normalizedStyles','hasAttribute','Inline\x20image\x20to\x20block\x20image','Users','side','ImageResize','insertImage','isBlockImage','*Format:*\x20%0','commandName','imageCaption','join','getAttribute','newValue','registerElementLabel','registerDescriptionCallback','ELEMENT_INLINE_IMAGE','commandParams','format','_descriptionFactory','has','forEach','commandReversedParams','ELEMENT_IMAGE','deletion','afterInit','*Set\x20image\x20text\x20alternative:*\x20%0','getSuggestions','imageTypeInline','imageStylePostApply','author','forward','*Reset\x20image\x20width*','isBefore','markDeletion','fromPosition','markInlineFormat','getClosestSelectedImageElement','start','addObject','ImageBlockEditing','toLowerCase','insertion','from','end','createRange','createRangeOn','alt','convertBlockImageToInline','hasSuggestion','forceDefaultExecution','backward','discardSuggestion','model','subType','markInsertion','locale','setImageNaturalSizeAttributes','resizedWidth','length','discard','detach','resizeImage','head','imageBlock','ImageInlineEditing','shouldConvertImageType','plugins','imageTextAlternative','getChangedMarkers','filter','commands','enableCommand','ImageCaptionEditing','findIndex','_suggestionFactory','type','change','find','nodeAfter','width','getSuggestion','get','value','ImageUtils','convertInlineImageToBlock','_findSuggestions'];(function(_0x4b5417,_0x3853ea){const _0x7b028f=function(_0x3e809c){while(--_0x3e809c){_0x4b5417['push'](_0x4b5417['shift']());}};_0x7b028f(++_0x3853ea);}(_0x3853,0x1a0));const _0x7b02=function(_0x4b5417,_0x3853ea){_0x4b5417=_0x4b5417-0x0;let _0x7b028f=_0x3853[_0x4b5417];return _0x7b028f;};import{Plugin as _0x1598b6}from'ckeditor5/src/core';import{LivePosition as _0x31b73a}from'ckeditor5/src/engine';import{uid as _0x25d07b}from'ckeditor5/src/utils';import{getTranslation as _0x3383c9}from'../utils/common-translations';export default class Y extends _0x1598b6{[_0x7b02('0x6')](){const _0x1624c8=this[_0x7b02('0x45')];if(!_0x1624c8[_0x7b02('0x30')][_0x7b02('0x1')]('ImageEditing'))return;const _0x71e9bb=_0x1624c8['plugins'][_0x7b02('0x3f')]('TrackChangesEditing'),_0x51e8e1=_0x1624c8[_0x7b02('0x30')][_0x7b02('0x3f')](_0x7b02('0x41')),_0x39d6ce={},_0x270e7b=_0x1624c8[_0x7b02('0x25')];if(_0x71e9bb['enableCommand'](_0x7b02('0x6c')),_0x71e9bb[_0x7b02('0x0')][_0x7b02('0x74')](_0x7b02('0x2d'),_0x4a3c08=>_0x3383c9(_0x270e7b,_0x7b02('0x4'),_0x4a3c08)),_0x71e9bb[_0x7b02('0x0')][_0x7b02('0x74')]('imageInline',_0x3b0eaa=>_0x3383c9(_0x270e7b,_0x7b02('0x76'),_0x3b0eaa)),_0x71e9bb[_0x7b02('0x0')][_0x7b02('0x74')]('caption',()=>_0x3383c9(_0x270e7b,'ELEMENT_CAPTION')),_0x1624c8['plugins'][_0x7b02('0x1')]('ImageUploadEditing')&&_0x71e9bb['enableCommand']('uploadImage'),_0x1624c8['plugins'][_0x7b02('0x1')](_0x7b02('0x15'))&&_0x1624c8[_0x7b02('0x30')][_0x7b02('0x1')](_0x7b02('0x2e'))&&(_0x71e9bb[_0x7b02('0x35')]('imageTypeInline',(_0xe6b321,_0x2b4632)=>{const _0x4ae276=_0x51e8e1[_0x7b02('0x12')](_0x1624c8['model']['document'][_0x7b02('0x56')]);_0x1624c8[_0x7b02('0x22')]['change'](()=>{_0x71e9bb['markBlockFormat'](_0x4ae276,{'commandName':_0x7b02('0x9'),'commandParams':[_0x2b4632]},[],_0x7b02('0x1d'));});}),_0x71e9bb[_0x7b02('0x35')](_0x7b02('0x46'),(_0x439c6f,_0x158f88)=>{_0x1624c8[_0x7b02('0x22')][_0x7b02('0x3a')](_0x34aa2d=>{let _0x478a32=_0x51e8e1[_0x7b02('0x12')](_0x1624c8[_0x7b02('0x22')][_0x7b02('0x54')]['selection']),_0x59671d=_0x34aa2d[_0x7b02('0x1b')](_0x478a32);const _0x542a4e=_0x31b73a[_0x7b02('0x10')](_0x59671d[_0x7b02('0x13')],_0x7b02('0x48')),_0x2f1ba4=_0x31b73a['fromPosition'](_0x59671d[_0x7b02('0x19')],_0x7b02('0x57'));_0x71e9bb[_0x7b02('0x1f')](()=>_0x439c6f(_0x158f88)),_0x478a32=_0x51e8e1[_0x7b02('0x12')](_0x1624c8[_0x7b02('0x22')][_0x7b02('0x54')][_0x7b02('0x56')]),_0x59671d=_0x34aa2d[_0x7b02('0x1b')](_0x478a32);const _0x3d048b=_0x34aa2d['createRange'](_0x542a4e,_0x2f1ba4);_0x542a4e['detach'](),_0x2f1ba4[_0x7b02('0x2a')](),_0x71e9bb[_0x7b02('0x50')](_0x478a32,{'commandName':_0x7b02('0x9'),'commandParams':[_0x158f88]},[],_0x7b02('0x42')),_0x3d048b[_0x7b02('0x13')]['isBefore'](_0x59671d[_0x7b02('0x13')])&&_0x71e9bb[_0x7b02('0x24')](_0x34aa2d[_0x7b02('0x1a')](_0x3d048b[_0x7b02('0x13')],_0x59671d['start']),_0x7b02('0x42')),_0x59671d[_0x7b02('0x19')][_0x7b02('0xe')](_0x3d048b[_0x7b02('0x19')])&&_0x71e9bb[_0x7b02('0x24')](_0x34aa2d[_0x7b02('0x1a')](_0x59671d['end'],_0x3d048b[_0x7b02('0x19')]),_0x7b02('0x42'));});}),_0x71e9bb['_suggestionFactory'][_0x7b02('0x4e')](_0x7b02('0x59'),_0x7b02('0x42'),_0x7b02('0x71'),()=>!0x1),_0x71e9bb[_0x7b02('0x38')]['registerCustomCallback']('formatBlock',_0x7b02('0x42'),_0x7b02('0x65'),()=>!0x1),_0x71e9bb[_0x7b02('0x38')][_0x7b02('0x4e')](_0x7b02('0x59'),_0x7b02('0x42'),_0x7b02('0x29'),_0x71e9bb[_0x7b02('0x38')]['getSuggestionCallback'](_0x7b02('0x59'),'','accept')),_0x71e9bb[_0x7b02('0x38')]['registerCustomCallback'](_0x7b02('0x17'),'convertInlineImageToBlock','join',()=>!0x1),_0x71e9bb['_suggestionFactory'][_0x7b02('0x4e')](_0x7b02('0x17'),_0x7b02('0x42'),_0x7b02('0x29'),([_0x2f7e1f])=>{const _0x49866c=_0x71e9bb[_0x7b02('0x38')]['getSuggestionCallback'](_0x7b02('0x17'),'',_0x7b02('0x29'));let _0x8867e4=_0x2f7e1f[_0x7b02('0x13')],_0xc8009e=_0x2f7e1f[_0x7b02('0x19')];const _0x520362=_0x1624c8['model'][_0x7b02('0x4c')][_0x7b02('0x5e')](_0x8867e4,_0x7b02('0x20')),_0x1ac750=_0x1624c8['model'][_0x7b02('0x4c')][_0x7b02('0x5e')](_0xc8009e,_0x7b02('0xc'));_0x520362['isCollapsed']&&(_0x8867e4=_0x520362[_0x7b02('0x13')]),_0x1ac750['isCollapsed']&&(_0xc8009e=_0x1ac750[_0x7b02('0x19')]),_0x49866c([_0x1624c8[_0x7b02('0x22')][_0x7b02('0x1a')](_0x8867e4,_0xc8009e)]);}),_0x71e9bb[_0x7b02('0x38')][_0x7b02('0x4e')](_0x7b02('0x59'),_0x7b02('0x42'),'chain',_0x5b5499),_0x71e9bb['_suggestionFactory'][_0x7b02('0x4e')]('insertion',_0x7b02('0x42'),_0x7b02('0x58'),_0x5b5499)),_0x1624c8[_0x7b02('0x30')][_0x7b02('0x1')](_0x7b02('0x36'))&&(_0x71e9bb[_0x7b02('0x35')](_0x7b02('0x47'),(_0x18108f,_0x3b7996)=>{const _0x220660=_0x1624c8[_0x7b02('0x30')][_0x7b02('0x3f')]('ImageCaptionUtils');let _0x2297f4=_0x51e8e1[_0x7b02('0x12')](_0x1624c8['model'][_0x7b02('0x54')][_0x7b02('0x56')]),_0x5275c8=_0x220660['getCaptionFromImageModelElement'](_0x2297f4);_0x1624c8[_0x7b02('0x22')][_0x7b02('0x3a')](()=>{if(_0x5275c8)return void _0x71e9bb[_0x7b02('0xf')](_0x1624c8['model'][_0x7b02('0x1b')](_0x5275c8));const _0x129fe1=_0x51e8e1[_0x7b02('0x6d')](_0x2297f4);_0x18108f(_0x3b7996),_0x2297f4=_0x51e8e1[_0x7b02('0x12')](_0x1624c8[_0x7b02('0x22')][_0x7b02('0x54')][_0x7b02('0x56')]),_0x5275c8=_0x220660['getCaptionFromImageModelElement'](_0x2297f4),_0x71e9bb[_0x7b02('0x24')](_0x1624c8[_0x7b02('0x22')][_0x7b02('0x1b')](_0x5275c8),_0x129fe1?null:_0x7b02('0x70'));});}),_0x71e9bb['_suggestionFactory'][_0x7b02('0x4e')](_0x7b02('0x17'),'imageCaption',_0x7b02('0x58'),_0x5b5499)),_0x1624c8[_0x7b02('0x30')][_0x7b02('0x1')](_0x7b02('0x49'))){_0x71e9bb[_0x7b02('0x35')](_0x7b02('0x61'),(_0x1749fb,_0x449867)=>{const _0x17ce76=_0x1624c8[_0x7b02('0x30')]['get'](_0x7b02('0x69'))['me'],_0x1e24d1=_0x1624c8[_0x7b02('0x34')][_0x7b02('0x3f')](_0x7b02('0x61'));let _0x273775=_0x51e8e1[_0x7b02('0x12')](_0x1624c8['model']['document']['selection']),_0x534f67=_0x1624c8[_0x7b02('0x22')][_0x7b02('0x1b')](_0x273775),_0x343ce5=_0x1e24d1[_0x7b02('0x40')];if(_0x343ce5==_0x449867[_0x7b02('0x40')])return;const _0x3cc67b={'commandName':_0x7b02('0x61'),'commandParams':[_0x449867],'formatGroupId':_0x25d07b()};_0x1624c8[_0x7b02('0x22')][_0x7b02('0x3a')](()=>{if(_0x71e9bb[_0x7b02('0x8')]()[_0x7b02('0x33')](_0x44b200=>_0x44b200[_0x7b02('0x4f')]&&_0x17ce76==_0x44b200[_0x7b02('0xb')]&&(_0x7b02('0x59')==_0x44b200['type']||_0x7b02('0x5a')==_0x44b200[_0x7b02('0x39')])&&(_0x7b02('0x51')==_0x44b200['subType']||'imageStylePostApply'==_0x44b200[_0x7b02('0x23')])&&_0x44b200[_0x7b02('0x52')]()[_0x7b02('0x53')](_0x534f67))[_0x7b02('0x2')](_0x100d0c=>_0x71e9bb[_0x7b02('0x21')](_0x100d0c[_0x7b02('0x2c')])),_0x273775=_0x51e8e1[_0x7b02('0x12')](_0x1624c8[_0x7b02('0x22')][_0x7b02('0x54')]['selection']),_0x534f67=_0x1624c8[_0x7b02('0x22')][_0x7b02('0x1b')](_0x273775),_0x1e24d1['refresh'](),_0x1624c8[_0x7b02('0x34')][_0x7b02('0x3f')]('imageTypeInline')[_0x7b02('0x4a')](),_0x1624c8[_0x7b02('0x34')][_0x7b02('0x3f')](_0x7b02('0x46'))['refresh'](),_0x343ce5=_0x1e24d1[_0x7b02('0x40')],_0x343ce5!=_0x449867[_0x7b02('0x40')])return _0x51e8e1['isInlineImage'](_0x273775)&&_0x1e24d1[_0x7b02('0x2f')](_0x449867[_0x7b02('0x40')],_0x273775)?(_0x1749fb({..._0x449867,'setImageSizes':!0x1}),_0x273775=_0x51e8e1[_0x7b02('0x12')](_0x1624c8[_0x7b02('0x22')]['document']['selection']),void _0x71e9bb['markBlockFormat'](_0x273775,{..._0x3cc67b,'commandReversedParams':[{'value':_0x343ce5||null,'setImageSizes':!0x1}]},[],_0x7b02('0x51'))):void(_0x51e8e1[_0x7b02('0x6d')](_0x273775)?_0x71e9bb[_0x7b02('0x50')](_0x273775,_0x3cc67b,[],_0x7b02('0xa')):_0x71e9bb[_0x7b02('0x11')](_0x534f67,_0x3cc67b,'imageStylePostApply'));});});for(const _0x36d665 of _0x1624c8[_0x7b02('0x30')][_0x7b02('0x3f')]('ImageStyleEditing')[_0x7b02('0x66')])_0x39d6ce[_0x36d665['name']]=_0x36d665['title'][_0x7b02('0x16')]();_0x71e9bb[_0x7b02('0x38')][_0x7b02('0x4e')]('formatBlock',_0x7b02('0x51'),_0x7b02('0x71'),()=>!0x1),_0x71e9bb[_0x7b02('0x38')][_0x7b02('0x4e')](_0x7b02('0x59'),_0x7b02('0xa'),_0x7b02('0x71'),()=>!0x1),_0x71e9bb[_0x7b02('0x38')][_0x7b02('0x4e')](_0x7b02('0x5a'),_0x7b02('0xa'),_0x7b02('0x71'),()=>!0x1),_0x71e9bb['_suggestionFactory'][_0x7b02('0x4e')](_0x7b02('0x59'),_0x7b02('0x51'),_0x7b02('0x65'),([_0x580a89])=>{_0x51e8e1[_0x7b02('0x26')](_0x580a89[_0x7b02('0x5b')]());}),_0x71e9bb[_0x7b02('0x38')]['registerCustomCallback']('formatBlock','imageStylePreApply','discard',(_0x4cb778,_0x306b34)=>{_0x71e9bb[_0x7b02('0x38')]['getSuggestionCallback'](_0x7b02('0x59'),'',_0x7b02('0x65'))(_0x4cb778,{'commandName':_0x306b34[_0x7b02('0x6f')],'commandParams':_0x306b34[_0x7b02('0x3')]});}),_0x71e9bb[_0x7b02('0x38')][_0x7b02('0x4e')]('formatBlock',_0x7b02('0x51'),_0x7b02('0x58'),_0x5b5499);}const _0x11ac2a=[{'type':_0x7b02('0x59'),'subType':'imageStylePreApply'},{'type':_0x7b02('0x17'),'subType':'imageCaption'},{'type':_0x7b02('0x59'),'subType':_0x7b02('0x42')},{'type':'insertion','subType':_0x7b02('0x42')}];function _0x505487(_0x54076a,_0x6489ce){const _0x2b43f0=_0x11ac2a['findIndex'](({type:_0x1c9fb2,subType:_0x40e586})=>_0x54076a['type']==_0x1c9fb2&&_0x54076a[_0x7b02('0x23')]==_0x40e586),_0x34b999=_0x11ac2a[_0x7b02('0x37')](({type:_0xc93c02,subType:_0x169685})=>_0x6489ce[_0x7b02('0x39')]==_0xc93c02&&_0x6489ce['subType']==_0x169685);if(_0x2b43f0<0x0||_0x34b999<0x0)return!0x1;const _0x1c517d=_0x54076a[_0x7b02('0x52')](),_0x3732dc=_0x6489ce[_0x7b02('0x52')]();if((0x0==_0x2b43f0||0x1==_0x2b43f0)&&0x2==_0x34b999&&_0x1c517d['isIntersecting'](_0x3732dc))return!0x0;if(0x2==_0x2b43f0&&0x3==_0x34b999){const _0x53d683=_0x71e9bb[_0x7b02('0x43')](_0x1c517d,_0x7b02('0x17'))[_0x7b02('0x33')](({suggestion:_0x1d150f,meta:_0x357a65})=>_0x357a65[_0x7b02('0x63')]&&_0x7b02('0x42')==_0x1d150f['subType']);if(_0x53d683['length']>0x1&&_0x3732dc[_0x7b02('0x19')][_0x7b02('0x53')](_0x1c517d[_0x7b02('0x13')]))return!0x0;if(0x1==_0x53d683[_0x7b02('0x28')]&&(_0x1c517d[_0x7b02('0x13')][_0x7b02('0x53')](_0x3732dc[_0x7b02('0x19')])||_0x1c517d['end'][_0x7b02('0x53')](_0x3732dc[_0x7b02('0x13')])))return!0x0;}if(0x3==_0x2b43f0&&0x3==_0x34b999&&_0x1c517d[_0x7b02('0x13')][_0x7b02('0xe')](_0x3732dc[_0x7b02('0x13')])){const _0x26def3=_0x1c517d[_0x7b02('0x19')][_0x7b02('0x3c')],_0x2d4796=_0x3732dc[_0x7b02('0x13')][_0x7b02('0x4d')];return _0x51e8e1['isBlockImage'](_0x26def3)&&_0x26def3===_0x2d4796;}return!0x1;}function _0x5b5499(_0x2a9355,_0x13ac54){return _0x505487(_0x2a9355,_0x13ac54)?[_0x2a9355,_0x13ac54]:_0x505487(_0x13ac54,_0x2a9355)?[_0x13ac54,_0x2a9355]:null;}_0x1624c8[_0x7b02('0x22')][_0x7b02('0x54')][_0x7b02('0x44')](()=>{let _0x911b3d=!0x1;const _0x36b732=Array[_0x7b02('0x18')](_0x1624c8[_0x7b02('0x22')][_0x7b02('0x54')]['differ'][_0x7b02('0x32')]());for(const {name:_0x1275a5,data:_0x258c24}of _0x36b732){const {group:_0x2c1366,type:_0x1e4161,subType:_0x13b1cc,id:_0x5ea40a}=_0x71e9bb[_0x7b02('0x55')](_0x1275a5);if(_0x7b02('0x60')==_0x2c1366&&_0x71e9bb[_0x7b02('0x1e')](_0x5ea40a)){if('formatBlock'==_0x1e4161&&(_0x7b02('0x51')==_0x13b1cc||_0x7b02('0xa')==_0x13b1cc)){const _0x3bdb06=_0x71e9bb[_0x7b02('0x3e')](_0x5ea40a);if(_0x258c24[_0x7b02('0x5c')]){const _0x59ccbd=_0x3bdb06[_0x7b02('0x52')]()[_0x7b02('0x5b')]();if(_0x51e8e1['isBlockImage'](_0x59ccbd))continue;_0x71e9bb[_0x7b02('0x21')](_0x3bdb06),_0x911b3d=!0x0;}}if(_0x7b02('0x17')==_0x1e4161&&_0x7b02('0x70')==_0x13b1cc&&!_0x258c24[_0x7b02('0x5c')]){const _0x521818=_0x71e9bb[_0x7b02('0x3e')](_0x5ea40a);_0x521818[_0x7b02('0x5f')]&&_0x521818[_0x7b02('0x5f')][_0x7b02('0x4f')]&&(_0x71e9bb[_0x7b02('0x21')](_0x521818['next']),_0x911b3d=!0x0);}}}return _0x911b3d;}),_0x1624c8['plugins']['has'](_0x7b02('0x6b'))&&_0x71e9bb['enableCommand'](_0x7b02('0x2b'),(_0x1ccec5,_0x1a4512)=>{const _0x441311=_0x51e8e1[_0x7b02('0x12')](_0x1624c8['model'][_0x7b02('0x54')][_0x7b02('0x56')]);_0x441311['getAttribute'](_0x7b02('0x27'))!=_0x1a4512['width']&&_0x1624c8[_0x7b02('0x22')][_0x7b02('0x3a')](()=>{_0x71e9bb['markBlockFormat'](_0x441311,{'commandName':_0x7b02('0x2b'),'commandParams':[_0x1a4512]});});}),_0x1624c8[_0x7b02('0x30')][_0x7b02('0x1')](_0x7b02('0x64'))&&_0x71e9bb[_0x7b02('0x35')](_0x7b02('0x31'),(_0xd6359e,_0x253f35)=>{const _0x4818e7=_0x51e8e1[_0x7b02('0x12')](_0x1624c8[_0x7b02('0x22')]['document'][_0x7b02('0x56')]);(_0x4818e7[_0x7b02('0x67')](_0x7b02('0x1c'))?_0x4818e7[_0x7b02('0x72')](_0x7b02('0x1c')):'')!=_0x253f35['newValue']&&_0x1624c8[_0x7b02('0x22')][_0x7b02('0x3a')](()=>{_0x71e9bb['markBlockFormat'](_0x4818e7,{'commandName':_0x7b02('0x31'),'commandParams':[_0x253f35]});});}),_0x71e9bb[_0x7b02('0x0')]['registerDescriptionCallback'](_0xb3dc60=>{if(!!_0x11ac2a[_0x7b02('0x3b')](({type:_0x2a8016,subType:_0x8bf54a})=>_0xb3dc60[_0x7b02('0x39')]==_0x2a8016&&_0xb3dc60[_0x7b02('0x23')]==_0x8bf54a))return _0xb3dc60['previous']?{}:void 0x0;}),_0x71e9bb[_0x7b02('0x0')][_0x7b02('0x75')](_0x12e533=>{if(_0x7b02('0x17')==_0x12e533[_0x7b02('0x39')]||_0x7b02('0x5')==_0x12e533[_0x7b02('0x39')]){const _0x3223dc=_0x12e533[_0x7b02('0x5b')]();if(_0x3223dc&&_0x3223dc['is'](_0x7b02('0x4b'),_0x7b02('0x62')))return{'type':_0x7b02('0x17')==_0x12e533['type']?_0x7b02('0x14'):_0x7b02('0x5d'),'element':_0x3223dc,'quantity':0x1};}}),_0x71e9bb['_descriptionFactory'][_0x7b02('0x75')](_0x347546=>'formatBlock'==_0x347546[_0x7b02('0x39')]&&_0x7b02('0x42')==_0x347546['subType']?{'type':_0x7b02('0x78'),'content':_0x7b02('0x68')}:_0x7b02('0x59')==_0x347546[_0x7b02('0x39')]&&_0x7b02('0x1d')==_0x347546[_0x7b02('0x23')]?{'type':_0x7b02('0x78'),'content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x71e9bb[_0x7b02('0x0')][_0x7b02('0x75')](_0x36c53f=>{const {data:_0x225ec6}=_0x36c53f;if(_0x225ec6){if('imageStyle'==_0x225ec6[_0x7b02('0x6f')]){const _0x5d3af6=_0x225ec6[_0x7b02('0x77')][0x0][_0x7b02('0x40')];return _0x41ec73(_0x7b02('0x6a')===_0x5d3af6?_0x3383c9(_0x270e7b,'FORMAT_SIDE_IMAGE'):_0x39d6ce[_0x5d3af6]||_0x5d3af6);}if(_0x7b02('0x31')==_0x225ec6['commandName']){const _0x148882=_0x225ec6['commandParams'][0x0][_0x7b02('0x73')];return _0x148882?{'type':_0x7b02('0x78'),'content':_0x3383c9(_0x270e7b,_0x7b02('0x7'),'\x22'+_0x148882+'\x22')}:{'type':_0x7b02('0x78'),'content':_0x3383c9(_0x270e7b,'*Remove\x20image\x20text\x20alternative*')};}if(_0x7b02('0x2b')==_0x225ec6['commandName']){const _0x40931c=_0x225ec6[_0x7b02('0x77')][0x0][_0x7b02('0x3d')];return _0x40931c?{'type':'format','content':_0x3383c9(_0x270e7b,'*Set\x20image\x20width:*\x20%0',_0x40931c)}:{'type':_0x7b02('0x78'),'content':_0x3383c9(_0x270e7b,_0x7b02('0xd'))};}}function _0x41ec73(_0x34b27e){return{'type':'format','content':_0x3383c9(_0x270e7b,_0x7b02('0x6e'),_0x34b27e)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x17a4=['src','registerCustomCallback','commandParams','document','getContainedElement','_suggestionFactory','enableCommand','editor','registerDescriptionCallback','formatBlock','locale','TrackChangesEditing','author','has','handleSuggestionDescription','commandName','getAttribute','getSelectedElement','get','_descriptionFactory','format','model','change','replaceImageSource','subType','selection','accept','discard','handleReplaceImageCommand','source','getSuggestionCallback','*Format:*\x20replace\x20image\x20URL','plugins','markBlockFormat','Users'];(function(_0x4ce9e7,_0x17a45f){const _0x38608b=function(_0x9c860f){while(--_0x9c860f){_0x4ce9e7['push'](_0x4ce9e7['shift']());}};_0x38608b(++_0x17a45f);}(_0x17a4,0x1a7));const _0x3860=function(_0x4ce9e7,_0x17a45f){_0x4ce9e7=_0x4ce9e7-0x0;let _0x38608b=_0x17a4[_0x4ce9e7];return _0x38608b;};import{Plugin as _0x492a62}from'ckeditor5/src/core';import{getTranslation as _0x114613}from'../utils/common-translations';export default class Z extends _0x492a62{['afterInit'](){if(!this['editor'][_0x3860('0x1d')][_0x3860('0xa')]('ImageEditing'))return;const _0xa25bf7=this[_0x3860('0x4')]['plugins'][_0x3860('0xf')]('TrackChangesEditing');_0xa25bf7[_0x3860('0x3')](_0x3860('0x14'),(_0x35f522,_0x20ab92)=>this[_0x3860('0x19')](_0x35f522,_0x20ab92)),_0xa25bf7['_suggestionFactory'][_0x3860('0x21')](_0x3860('0x6'),_0x3860('0x14'),_0x3860('0x17'),_0xa25bf7[_0x3860('0x2')][_0x3860('0x1b')](_0x3860('0x6'),null,_0x3860('0x18'))),_0xa25bf7[_0x3860('0x2')][_0x3860('0x21')](_0x3860('0x6'),_0x3860('0x14'),_0x3860('0x18'),_0xa25bf7[_0x3860('0x2')]['getSuggestionCallback'](_0x3860('0x6'),null,_0x3860('0x17'))),_0xa25bf7[_0x3860('0x10')][_0x3860('0x5')](_0x1b55a5=>this['handleSuggestionDescription'](_0x1b55a5));}[_0x3860('0x19')](_0x47fe3f,_0x5963ba){const _0x428a06=this[_0x3860('0x4')][_0x3860('0x1d')][_0x3860('0xf')](_0x3860('0x8')),_0x25183d=this[_0x3860('0x4')][_0x3860('0x12')][_0x3860('0x0')][_0x3860('0x16')][_0x3860('0xe')]();this[_0x3860('0x4')][_0x3860('0x12')][_0x3860('0x13')](()=>{let _0x4c5b2d=_0x25183d[_0x3860('0xd')](_0x3860('0x20'));const _0x3682fc=this[_0x3860('0x4')]['plugins']['get'](_0x3860('0x1f'))['me'];for(const _0xbbd18e of _0x428a06['getSuggestions']({'skipNotAttached':!0x0})){const _0x199423=_0xbbd18e[_0x3860('0x1')]();if(_0x3860('0x14')===_0xbbd18e[_0x3860('0x15')]&&_0x199423===_0x25183d){_0xbbd18e[_0x3860('0x9')]!==_0x3682fc&&_0xbbd18e[_0x3860('0x18')](),_0x4c5b2d=_0xbbd18e['data'][_0x3860('0x22')][0x0][_0x3860('0x1a')];break;}}_0x47fe3f(_0x5963ba),_0x428a06[_0x3860('0x1e')](_0x25183d,{'commandName':_0x3860('0x14'),'commandParams':[{'source':_0x4c5b2d}]},[],'replaceImageSource');});}[_0x3860('0xb')](_0x49ffd8){const {data:_0x1898b0}=_0x49ffd8;if(_0x1898b0&&_0x3860('0x14')===_0x1898b0[_0x3860('0xc')]){const _0x3d72f6=_0x3860('0x1c');return{'type':_0x3860('0x11'),'content':_0x114613(this[_0x3860('0x4')][_0x3860('0x7')],_0x3d72f6)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2a10=['plugins','_trackChangesExecuted','enableCommand','bind','importWord','_setSuggestionData','listenTo','track_changes','get','_trackChangesValueDuringImport','lowest','execute','editor','value','dataInsert','_handleImportedData','high','forEach','trackChanges','commands'];(function(_0x581ac9,_0x2a109b){const _0x5d8db5=function(_0x33b7bb){while(--_0x33b7bb){_0x581ac9['push'](_0x581ac9['shift']());}};_0x5d8db5(++_0x2a109b);}(_0x2a10,0x1d6));const _0x5d8d=function(_0x581ac9,_0x2a109b){_0x581ac9=_0x581ac9-0x0;let _0x5d8db5=_0x2a10[_0x581ac9];return _0x5d8db5;};import{Plugin as _0x12a804}from'ckeditor5/src/core';export default class tt extends _0x12a804{constructor(_0x136d20){super(_0x136d20),this[_0x5d8d('0x13')]=!0x1,this['_trackChangesExecuted']=!0x1;}['afterInit'](){const _0x353692=this[_0x5d8d('0x2')],_0x3c9514=_0x353692[_0x5d8d('0x9')][_0x5d8d('0x12')](_0x5d8d('0xe')),_0x32f86a=_0x353692[_0x5d8d('0x9')]['get'](_0x5d8d('0x8'));_0x3c9514&&(_0x3c9514['on'](_0x5d8d('0x1'),(_0xe7037f,[,_0x39afac])=>{this[_0x5d8d('0x13')]=_0x32f86a[_0x5d8d('0x3')],_0x39afac['collaboration_features'][_0x5d8d('0x11')]=!this[_0x5d8d('0x13')];},{'priority':_0x5d8d('0x6')}),this[_0x5d8d('0x10')](_0x3c9514,_0x5d8d('0x4'),this[_0x5d8d('0x5')][_0x5d8d('0xd')](this)),this[_0x5d8d('0x10')](_0x3c9514,_0x5d8d('0x4'),()=>{this[_0x5d8d('0xb')]&&(_0x32f86a[_0x5d8d('0x1')](),this[_0x5d8d('0xb')]=!0x1);},{'priority':_0x5d8d('0x0')}),_0x353692[_0x5d8d('0xa')][_0x5d8d('0x12')]('TrackChangesEditing')[_0x5d8d('0xc')](_0x5d8d('0xe')));}['_handleImportedData'](_0x5a0ed3,_0x1e5990){const {suggestions:_0x416a0c}=_0x1e5990,_0x525fdc=this['editor']['commands'][_0x5d8d('0x12')](_0x5d8d('0x8')),_0x4a0714=_0x525fdc['value'];this[_0x5d8d('0x13')]!==_0x4a0714&&(_0x525fdc[_0x5d8d('0x1')](),this[_0x5d8d('0xb')]=!0x0),_0x416a0c&&_0x416a0c[_0x5d8d('0x7')](({id:_0x23a3ab,type:_0x7bd64a,author:_0x4d6fb4,created_at:_0xa06ed0})=>{const _0x465932={'id':_0x23a3ab,'type':_0x7bd64a,'authorId':this['editor'][_0x5d8d('0xa')][_0x5d8d('0x12')]('Users')['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4d6fb4,'createdAt':_0xa06ed0?new Date(_0xa06ed0):new Date(),'source':_0x5d8d('0xe')}}};this[_0x5d8d('0x2')][_0x5d8d('0xa')][_0x5d8d('0x12')]('TrackChangesEditing')[_0x5d8d('0xf')](_0x465932);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x24ef=['enableCommand','TrackChangesEditing','editor','model','commandName','change','has','indent','format','indentBlock','schema','_descriptionFactory','plugins','afterInit','locale','document','outdent','markBlockFormat','IndentEditing','checkAttribute','getItems','from','getSelectedBlocks','outdentBlock','blockIndent','registerDescriptionCallback','selection','*Outdent:*\x20%0','*Indent:*\x20%0','get'];(function(_0x3e797e,_0x24efa3){const _0x37c718=function(_0x445795){while(--_0x445795){_0x3e797e['push'](_0x3e797e['shift']());}};_0x37c718(++_0x24efa3);}(_0x24ef,0x16a));const _0x37c7=function(_0x3e797e,_0x24efa3){_0x3e797e=_0x3e797e-0x0;let _0x37c718=_0x24ef[_0x3e797e];return _0x37c718;};import{Plugin as _0xf8a224}from'ckeditor5/src/core';import{getTranslation as _0x5e6452}from'../utils/common-translations';export default class it extends _0xf8a224{[_0x37c7('0xb')](){const _0x1a6974=this[_0x37c7('0x0')],_0x1a5cd3=_0x1a6974[_0x37c7('0xa')][_0x37c7('0x1b')](_0x37c7('0x1d'));_0x1a6974[_0x37c7('0xa')][_0x37c7('0x4')](_0x37c7('0x10'))&&(_0x1a5cd3['enableCommand'](_0x37c7('0x5')),_0x1a5cd3['enableCommand'](_0x37c7('0xe')));const _0x4bfdcc=_0x1a6974[_0x37c7('0xc')];if(_0x1a6974[_0x37c7('0xa')][_0x37c7('0x4')]('IndentBlock')){for(const _0x51224a of[_0x37c7('0x7'),_0x37c7('0x15')])_0x1a5cd3[_0x37c7('0x1c')](_0x51224a,()=>{const _0x2b3dff=Array[_0x37c7('0x13')](this[_0x37c7('0x0')][_0x37c7('0x1')][_0x37c7('0xd')][_0x37c7('0x18')][_0x37c7('0x14')]())['filter'](_0x389ceb=>this[_0x37c7('0x0')]['model'][_0x37c7('0x8')][_0x37c7('0x11')](_0x389ceb,_0x37c7('0x16')));_0x1a6974[_0x37c7('0x1')][_0x37c7('0x3')](()=>{for(const _0x710efd of _0x2b3dff)_0x1a5cd3[_0x37c7('0xf')](_0x710efd,{'commandName':_0x51224a,'commandParams':[{'value':''}],'formatGroupId':'indentBlock'});});});_0x1a5cd3['_descriptionFactory'][_0x37c7('0x17')](_0x2a69f2=>{const {data:_0x4deed4}=_0x2a69f2;if(!_0x4deed4)return;if(_0x37c7('0x7')!=_0x4deed4[_0x37c7('0x2')]&&_0x37c7('0x15')!=_0x4deed4[_0x37c7('0x2')])return;const _0x15d62b=_0x2a69f2[_0x37c7('0x12')]()[0x0],_0x4bd361=_0x1a5cd3[_0x37c7('0x9')]['getItemLabel'](_0x15d62b);return _0x37c7('0x7')==_0x4deed4[_0x37c7('0x2')]?{'type':_0x37c7('0x6'),'content':_0x5e6452(_0x4bfdcc,_0x37c7('0x1a'),_0x4bd361)}:_0x37c7('0x15')==_0x4deed4[_0x37c7('0x2')]?{'type':_0x37c7('0x6'),'content':_0x5e6452(_0x4bfdcc,_0x37c7('0x19'),_0x4bd361)}:void 0x0;});}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x300c=['plugins','enableCommand','requires','TrackChangesEditing','input'];(function(_0x3af562,_0x300cec){var _0x53c5f4=function(_0x364ea3){while(--_0x364ea3){_0x3af562['push'](_0x3af562['shift']());}};_0x53c5f4(++_0x300cec);}(_0x300c,0x15b));var _0x53c5=function(_0x3af562,_0x300cec){_0x3af562=_0x3af562-0x0;var _0x53c5f4=_0x300c[_0x3af562];return _0x53c5f4;};import{Plugin as _0x367273}from'ckeditor5/src/core';import{Input as _0x33d81e}from'ckeditor5/src/typing';export default class et extends _0x367273{static get[_0x53c5('0x0')](){return[_0x33d81e];}['init'](){this['editor'][_0x53c5('0x3')]['get'](_0x53c5('0x1'))[_0x53c5('0x4')](_0x53c5('0x2'));}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5d2b=['hasAttribute','format','document','commandParams','locale','from','editor','afterInit','getFirstPosition','getAttribute','has','isCollapsed','commandName','model','unlink','registerDescriptionCallback','enableCommand','plugins','_descriptionFactory','LinkEditing','change','get','linkHref','TrackChangesEditing','*Remove\x20link*','getFirstRange','markInlineFormat','*Set\x20link:*\x20%0','link'];(function(_0x169330,_0x5d2b68){const _0x2213a6=function(_0x37322e){while(--_0x37322e){_0x169330['push'](_0x169330['shift']());}};_0x2213a6(++_0x5d2b68);}(_0x5d2b,0xc2));const _0x2213=function(_0x169330,_0x5d2b68){_0x169330=_0x169330-0x0;let _0x2213a6=_0x5d2b[_0x169330];return _0x2213a6;};import{Plugin as _0x505b20}from'ckeditor5/src/core';import{findAttributeRange as _0x975f48}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x551be2}from'./utils';import{getTranslation as _0x26f05b}from'../utils/common-translations';export default class nt extends _0x505b20{[_0x2213('0x10')](){const _0x15ec7b=this['editor'];if(!_0x15ec7b[_0x2213('0x1a')][_0x2213('0x13')](_0x2213('0x1c')))return;const _0x32cdd4=_0x15ec7b[_0x2213('0x1a')][_0x2213('0x1')](_0x2213('0x3'));_0x32cdd4[_0x2213('0x19')](_0x2213('0x8'),(_0xb8a865,_0x197f13)=>{const _0x40a4ee=_0x15ec7b[_0x2213('0x16')]['document']['selection'];let _0x1d68b6=[];if(_0x40a4ee[_0x2213('0x14')]){if(!_0x40a4ee[_0x2213('0x9')]('linkHref'))return void _0xb8a865(_0x197f13);{const _0x5ddd91=_0x975f48(_0x40a4ee['getFirstPosition'](),_0x2213('0x2'),_0x40a4ee[_0x2213('0x12')](_0x2213('0x2')),_0x15ec7b['model']);_0x1d68b6=[_0x5ddd91];}}else _0x1d68b6=Array[_0x2213('0xe')](_0x40a4ee['getRanges']());_0x15ec7b[_0x2213('0x16')][_0x2213('0x0')](()=>{for(const _0xa73a77 of _0x1d68b6)_0x32cdd4[_0x2213('0x6')](_0xa73a77,{'commandName':_0x2213('0x8'),'commandParams':[_0x197f13]});});}),_0x32cdd4[_0x2213('0x19')](_0x2213('0x17'),()=>{const _0x47a266=this[_0x2213('0xf')]['model'],_0x23056f=_0x47a266[_0x2213('0xb')]['selection'];_0x47a266['change'](()=>{let _0x1f0bd7=[];if(_0x23056f[_0x2213('0x14')])_0x1f0bd7=[_0x975f48(_0x23056f[_0x2213('0x11')](),_0x2213('0x2'),_0x23056f[_0x2213('0x12')](_0x2213('0x2')),_0x15ec7b[_0x2213('0x16')])];else _0x1f0bd7=_0x551be2(_0x2213('0x2'),_0x23056f[_0x2213('0x5')](),_0x15ec7b[_0x2213('0x16')]);for(const _0x3df56c of _0x1f0bd7)_0x32cdd4[_0x2213('0x6')](_0x3df56c,{'commandName':_0x2213('0x17'),'commandParams':[]});});}),_0x32cdd4[_0x2213('0x1b')][_0x2213('0x18')](_0x1132c0=>{const {data:_0x16ef28}=_0x1132c0,_0x197c21=_0x15ec7b[_0x2213('0xd')];if(_0x16ef28){if(_0x2213('0x8')==_0x16ef28[_0x2213('0x15')]){const _0x5cbefb=_0x16ef28[_0x2213('0xc')][0x0];return{'type':_0x2213('0xa'),'content':_0x26f05b(_0x197c21,_0x2213('0x7'),'\x22'+_0x5cbefb+'\x22')};}return _0x2213('0x17')==_0x16ef28[_0x2213('0x15')]?{'type':'format','content':_0x26f05b(_0x197c21,_0x2213('0x4'))}:void 0x0;}});}}
|
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x332a=['todoList','registerElementLabel','before','replace','name','paragraph','commandParams','nextSibling','checkChild','element','ListEditing','getAttribute','ELEMENT_LIST_ITEM','get','end','List','from','listType','listIndent','TodoListEditing','createPositionAt','add','selection','bulleted','has','checkTodoList','numbered','commandName','*Uncheck\x20item*','registerDescriptionCallback','listItem','previousSibling','*Indent:*\x20%0','document','_descriptionFactory','markBlockFormat','format','change','enableCommand','commands','execute','indentList','value','todo','ELEMENT_BULLETED_LIST','*Check\x20item*','slice','parent','getSelectedBlocks','numberedList','createRange','_selectedElements','model','editor','plugins','filter','TrackChangesEditing','forceValue','bulletedList'];(function(_0x5900d0,_0x332a91){const _0xad15de=function(_0x39a0b8){while(--_0x39a0b8){_0x5900d0['push'](_0x5900d0['shift']());}};_0xad15de(++_0x332a91);}(_0x332a,0x1da));const _0xad15=function(_0x5900d0,_0x332a91){_0x5900d0=_0x5900d0-0x0;let _0xad15de=_0x332a[_0x5900d0];return _0xad15de;};import{Plugin as _0x20a792}from'ckeditor5/src/core';import{getTranslation as _0x3c4a78}from'../utils/common-translations';export default class st extends _0x20a792{['afterInit'](){const _0x43f897=this[_0xad15('0x33')],_0x4b338f=_0x43f897['locale'];if(!_0x43f897[_0xad15('0x34')][_0xad15('0x16')](_0xad15('0x8')))return;const _0x1b2342=_0x43f897[_0xad15('0x34')][_0xad15('0xb')](_0xad15('0x36')),_0x2cb3c6=_0x43f897[_0xad15('0x34')]['has'](_0xad15('0x11'));function _0x214afb(_0x4d1c6d){return()=>{const _0x111dee=_0x43f897[_0xad15('0x32')][_0xad15('0x1f')][_0xad15('0x14')],_0x55d7df=_0x43f897[_0xad15('0x25')]['get'](_0x4d1c6d);if(_0x55d7df[_0xad15('0x28')])return void _0x43f897[_0xad15('0x26')](_0xad15('0x3'),{});const _0x322b1b=_0x4d1c6d[_0xad15('0x2c')](0x0,-0x4),_0x24883d=function(_0x3d53b5,_0x14dc93,_0x1eedac){let _0x1e6079=Array[_0xad15('0xe')](_0x3d53b5)['filter'](_0x3ab35c=>function(_0x53643f,_0x2c9283){return _0x2c9283[_0xad15('0x6')](_0x53643f[_0xad15('0x2d')],'listItem')&&!_0x2c9283['isObject'](_0x53643f);}(_0x3ab35c,_0x1eedac));_0x1e6079=_0x1e6079[_0xad15('0x35')](_0x55fef8=>!_0x55fef8['is'](_0xad15('0x7'),_0xad15('0x1c'))||_0x55fef8['getAttribute'](_0xad15('0xf'))!=_0x14dc93);const _0x22b25d=new Set();for(const _0x2a2a18 of _0x1e6079)_0x2a2a18['is'](_0xad15('0x7'),_0xad15('0x1c'))?_0x22b25d[_0xad15('0x13')](ne(_0x2a2a18)):_0x22b25d[_0xad15('0x13')](_0x2a2a18);return Array[_0xad15('0xe')](_0x22b25d);}(_0x111dee[_0xad15('0x2e')](),_0x322b1b,_0x43f897[_0xad15('0x32')]['schema']);_0x43f897[_0xad15('0x32')]['change'](()=>{for(const _0xfc487c of _0x24883d)_0x1b2342[_0xad15('0x21')](_0xfc487c,{'commandName':_0x4d1c6d,'commandParams':[{'forceValue':!_0x55d7df[_0xad15('0x28')]}],'formatGroupId':'blockName'},oe(_0xfc487c));});};}function _0x2d8bbb(_0x5e6340){return()=>{const _0x5c8a61=function(_0x1f8720){let _0xc50834=Array[_0xad15('0xe')](_0x1f8720);const _0x30e839=_0xc50834['findIndex'](_0x142f3d=>_0xad15('0x1c')!=_0x142f3d['name']);return _0x30e839>-0x1&&(_0xc50834=_0xc50834[_0xad15('0x2c')](0x0,_0x30e839)),_0xc50834;}(_0x43f897[_0xad15('0x32')]['document'][_0xad15('0x14')][_0xad15('0x2e')]()),_0x44cf89=_0x43f897['model'][_0xad15('0x30')](_0x43f897[_0xad15('0x32')][_0xad15('0x12')](_0x5c8a61[0x0],_0xad15('0x0')),_0x43f897[_0xad15('0x32')][_0xad15('0x12')](_0x5c8a61[_0x5c8a61['length']-0x1],_0xad15('0xc')));_0x43f897[_0xad15('0x32')][_0xad15('0x23')](()=>{_0x1b2342['markBlockFormat'](_0x44cf89,{'commandName':_0x5e6340,'commandParams':[],'formatGroupId':_0xad15('0x10')},function(_0x551c9d){const _0x3cea26=new Set();for(const _0x169eff of _0x551c9d){let _0x137e0c=_0x169eff['nextSibling'];for(;_0x137e0c&&_0x137e0c[_0xad15('0x9')]('listIndent')>_0x169eff[_0xad15('0x9')]('listIndent');)_0x3cea26[_0xad15('0x13')](_0x137e0c),_0x137e0c=_0x137e0c[_0xad15('0x5')];}return Array[_0xad15('0xe')](_0x3cea26);}(_0x5c8a61));});};}_0x1b2342[_0xad15('0x24')](_0xad15('0x2f'),_0x214afb(_0xad15('0x2f'))),_0x1b2342[_0xad15('0x24')](_0xad15('0x38'),_0x214afb(_0xad15('0x38'))),_0x2cb3c6&&_0x1b2342[_0xad15('0x24')]('todoList',_0x214afb(_0xad15('0x39'))),_0x1b2342[_0xad15('0x24')](_0xad15('0x27'),_0x2d8bbb(_0xad15('0x27'))),_0x1b2342[_0xad15('0x24')]('outdentList',_0x2d8bbb('outdentList')),_0x2cb3c6&&_0x1b2342[_0xad15('0x24')]('checkTodoList',()=>{const _0x4f0704=_0x43f897['commands'][_0xad15('0xb')]('checkTodoList'),_0x3eb81c=Array['from'](_0x4f0704[_0xad15('0x31')]);_0x3eb81c[_0xad15('0x35')](_0x492691=>_0x492691['getAttribute']('todoListChecked')!=_0x4f0704['value']),_0x43f897[_0xad15('0x32')][_0xad15('0x23')](()=>{for(const _0x265cf0 of _0x3eb81c)_0x1b2342['markBlockFormat'](_0x265cf0,{'commandName':_0xad15('0x17'),'commandParams':[{'forceValue':!_0x4f0704['value']}]});});}),_0x1b2342[_0xad15('0x20')][_0xad15('0x3a')](_0xad15('0x1c'),_0x363e9e=>_0x3c4a78(_0x4b338f,_0xad15('0xa'),_0x363e9e)),_0x1b2342[_0xad15('0x20')][_0xad15('0x1b')](_0x3a55ee=>{const {data:_0x10fd7b}=_0x3a55ee;if(_0x10fd7b){if('numberedList'==_0x10fd7b[_0xad15('0x19')]||_0xad15('0x38')==_0x10fd7b[_0xad15('0x19')]||_0xad15('0x39')==_0x10fd7b[_0xad15('0x19')])switch(_0x10fd7b[_0xad15('0x19')][_0xad15('0x1')](_0xad15('0xd'),'')){case _0xad15('0x15'):return _0x37bdcc(_0x3c4a78(_0x4b338f,_0xad15('0x2a')));case _0xad15('0x18'):return _0x37bdcc(_0x3c4a78(_0x4b338f,'ELEMENT_NUMBERED_LIST'));case _0xad15('0x29'):return _0x37bdcc(_0x3c4a78(_0x4b338f,'ELEMENT_TODO_LIST'));}if('indentList'==_0x10fd7b['commandName'])return{'type':_0xad15('0x22'),'content':_0x3c4a78(_0x4b338f,_0xad15('0x1e'),_0x3c4a78(_0x4b338f,_0xad15('0xa')))};if('outdentList'==_0x10fd7b['commandName'])return{'type':_0xad15('0x22'),'content':_0x3c4a78(_0x4b338f,'*Outdent:*\x20%0',_0x3c4a78(_0x4b338f,_0xad15('0xa')))};if('checkTodoList'==_0x10fd7b['commandName'])return _0x10fd7b[_0xad15('0x4')][0x0][_0xad15('0x37')]?{'type':_0xad15('0x22'),'content':_0x3c4a78(_0x4b338f,_0xad15('0x2b'))}:{'type':'format','content':_0x3c4a78(_0x4b338f,_0xad15('0x1a'))};}function _0x37bdcc(_0x12835d){return{'type':'format','content':_0x3c4a78(_0x4b338f,'*Change\x20to:*\x20%0',_0x12835d)};}});}}function ne(_0x1b35d1){const _0xc28195=_0x1b35d1['getAttribute'](_0xad15('0x10'));if(0x0==_0xc28195)return _0x1b35d1;let _0x2717a4=_0x1b35d1;for(;_0x1b35d1['previousSibling']&&_0x1b35d1[_0xad15('0x1d')]['is'](_0xad15('0x7'),_0xad15('0x1c'));){const _0x4b0359=_0x1b35d1[_0xad15('0x1d')]['getAttribute'](_0xad15('0x10'));if(_0x4b0359==_0xc28195)_0x2717a4=_0x1b35d1[_0xad15('0x1d')];else{if(_0x4b0359<_0xc28195)break;}_0x1b35d1=_0x1b35d1[_0xad15('0x1d')];}return _0x2717a4;}function oe(_0x4d9810){const _0xb8bad1=[];if(_0x4d9810['is'](_0xad15('0x7'),_0xad15('0x1c'))&&_0x4d9810[_0xad15('0x9')](_0xad15('0x10'))>0x0){let _0x7dabcc=_0x4d9810[_0xad15('0x5')];for(;_0x7dabcc&&_0xad15('0x1c')==_0x7dabcc[_0xad15('0x2')]&&_0x7dabcc[_0xad15('0x9')]('listIndent')==_0x4d9810['getAttribute'](_0xad15('0x10'));)_0xb8bad1['push'](_0x7dabcc),_0x7dabcc=_0x7dabcc[_0xad15('0x5')];}return _0xb8bad1;}
|