@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230814.0 → 0.0.0-nightly-20230816.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/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 _0x1cd1=['value','commandParams','fontColor','*Set\x20font\x20background\x20color:*\x20%0','markInlineFormat','plugins','model','*Reset\x20font\x20family*','toLowerCase','get','title','commandName','FontBackgroundColorEditing','editor','config','enableCommand','*Set\x20font\x20color:*\x20%0','*Set\x20font\x20size:*\x20%0','normalizeSizeOptions','FontSizeEditing','fontBackgroundColor','*Reset\x20font\x20background\x20color*','FontFamilyEditing','fontSize.options','*Reset\x20font\x20size*','trim','TrackChangesEditing','from','fontFamily','*Set\x20font\x20family:*\x20%0','has','fontSize','afterInit','*Reset\x20font\x20color*','_enableCommand','format','FontSize','find'];(function(_0x4fa8a2,_0x1cd118){const _0x3dc89f=function(_0x189951){while(--_0x189951){_0x4fa8a2['push'](_0x4fa8a2['shift']());}};_0x3dc89f(++_0x1cd118);}(_0x1cd1,0x1b2));const _0x3dc8=function(_0x4fa8a2,_0x1cd118){_0x4fa8a2=_0x4fa8a2-0x0;let _0x3dc89f=_0x1cd1[_0x4fa8a2];return _0x3dc89f;};import{Plugin as _0x3e9590}from'ckeditor5/src/core';import{normalizeColorOptions as _0x371713}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x5226df}from'./utils';import{getTranslation as _0x1d6fbf}from'../utils/common-translations';const Zt=[{'pluginName':_0x3dc8('0x3'),'commandName':_0x3dc8('0xf')},{'pluginName':_0x3dc8('0x6'),'commandName':_0x3dc8('0xc')},{'pluginName':'FontColorEditing','commandName':_0x3dc8('0x18')},{'pluginName':_0x3dc8('0x22'),'commandName':_0x3dc8('0x4')}];export default class H extends _0x3e9590{[_0x3dc8('0x10')](){const _0x6aeeb5=this[_0x3dc8('0x23')]['locale'];for(const {pluginName:_0x35473f,commandName:_0xc40fb5}of Zt)this['editor'][_0x3dc8('0x1b')][_0x3dc8('0xe')](_0x35473f)&&this[_0x3dc8('0x12')](_0xc40fb5);this[_0x3dc8('0x23')][_0x3dc8('0x1b')][_0x3dc8('0x1f')](_0x3dc8('0xa'))['_descriptionFactory']['registerDescriptionCallback'](_0x52466d=>{const _0x173976=_0x6aeeb5['t'],{data:_0x50f650}=_0x52466d;if(null!=_0x50f650){if(_0x3dc8('0xf')==_0x50f650[_0x3dc8('0x21')]){const _0x502cc1=_0x50f650['commandParams'][0x0]['value'];if(_0x502cc1){const _0x8f00d=_0x173976(this[_0x3dc8('0x23')][_0x3dc8('0x1b')][_0x3dc8('0x1f')](_0x3dc8('0x14'))[_0x3dc8('0x2')](this[_0x3dc8('0x23')]['config'][_0x3dc8('0x1f')](_0x3dc8('0x7')))['find'](_0x27ca0e=>_0x27ca0e[_0x3dc8('0x1c')]==_0x502cc1)[_0x3dc8('0x20')])[_0x3dc8('0x1e')]();return{'type':_0x3dc8('0x13'),'content':_0x1d6fbf(_0x6aeeb5,_0x3dc8('0x1'),_0x8f00d)};}return{'type':_0x3dc8('0x13'),'content':_0x1d6fbf(_0x6aeeb5,_0x3dc8('0x8'))};}if(_0x3dc8('0xc')==_0x50f650[_0x3dc8('0x21')]){const _0x115898=_0x50f650[_0x3dc8('0x17')][0x0][_0x3dc8('0x16')];return _0x115898?{'type':_0x3dc8('0x13'),'content':_0x1d6fbf(_0x6aeeb5,_0x3dc8('0xd'),_0x115898)}:{'type':_0x3dc8('0x13'),'content':_0x1d6fbf(_0x6aeeb5,_0x3dc8('0x1d'))};}if(_0x3dc8('0x18')==_0x50f650['commandName']){const _0x2329c1=_0x50f650[_0x3dc8('0x17')][0x0]['value'];if(_0x2329c1){const _0x117a36=_0x371713(this[_0x3dc8('0x23')][_0x3dc8('0x24')][_0x3dc8('0x1f')]('fontColor.colors'))[_0x3dc8('0x15')](_0x59b69f=>_0x59b69f[_0x3dc8('0x1c')]==_0x2329c1);let _0x4d6e92=_0x2329c1,_0x27356e='';return _0x117a36&&(_0x4d6e92=_0x117a36['label'],_0x27356e=_0x173976(_0x4d6e92)[_0x3dc8('0x1e')]()),{'type':_0x3dc8('0x13'),'content':_0x1d6fbf(_0x6aeeb5,_0x3dc8('0x0'),_0x27356e)['trim'](),'color':{'value':_0x2329c1,'title':_0x27356e||_0x4d6e92}};}return{'type':_0x3dc8('0x13'),'content':_0x1d6fbf(_0x6aeeb5,_0x3dc8('0x11'))};}if('fontBackgroundColor'==_0x50f650[_0x3dc8('0x21')]){const _0x3f90b3=_0x50f650[_0x3dc8('0x17')][0x0][_0x3dc8('0x16')];if(_0x3f90b3){const _0x316f1b=_0x371713(this['editor']['config'][_0x3dc8('0x1f')]('fontBackgroundColor.colors'))[_0x3dc8('0x15')](_0x366836=>_0x366836[_0x3dc8('0x1c')]==_0x3f90b3);let _0x2f35fc=_0x3f90b3,_0x561dc3='';return _0x316f1b&&(_0x2f35fc=_0x316f1b['label'],_0x561dc3=_0x173976(_0x2f35fc)['toLowerCase']()),{'type':_0x3dc8('0x13'),'content':_0x1d6fbf(_0x6aeeb5,_0x3dc8('0x19'),_0x561dc3)[_0x3dc8('0x9')](),'color':{'value':_0x3f90b3,'title':_0x561dc3||_0x2f35fc}};}return{'type':_0x3dc8('0x13'),'content':_0x1d6fbf(_0x6aeeb5,_0x3dc8('0x5'))};}}});}[_0x3dc8('0x12')](_0x4bcb88){const _0x22362c=this[_0x3dc8('0x23')];_0x22362c[_0x3dc8('0x1b')][_0x3dc8('0x1f')](_0x3dc8('0xa'))[_0x3dc8('0x25')](_0x4bcb88,(_0x1977c9,_0x4ae4eb={})=>{const _0x534e7a=_0x22362c[_0x3dc8('0x1c')]['document']['selection'],_0x7783aa=_0x4ae4eb['value'];_0x534e7a['isCollapsed']?_0x1977c9(_0x4ae4eb):_0x22362c[_0x3dc8('0x1c')]['change'](()=>{const _0x1b0509=Array[_0x3dc8('0xb')](_0x534e7a['getRanges']());for(const _0x3c50ff of _0x1b0509){const _0x2f1118=_0x7783aa?[_0x3c50ff]:_0x5226df(_0x4bcb88,_0x3c50ff,_0x22362c[_0x3dc8('0x1c')]);for(const _0x20011b of _0x2f1118)_0x22362c[_0x3dc8('0x1b')][_0x3dc8('0x1f')](_0x3dc8('0xa'))[_0x3dc8('0x1a')](_0x20011b,{'commandName':_0x4bcb88,'commandParams':[{'value':_0x7783aa}]});}});});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4811=['selection','word','markInlineFormat','getAttributeProperties','normalizeSizeOptions','fontColor.colors','getAttributes','copyFormat','toLowerCase','_descriptionFactory','forward','plugins','getLastPosition','label','commands','commandParams','locale','TrackChangesEditing','from','format','modifySelection','enableCommand','split','afterInit','title','getFirstPosition','find','fontSize.options','fontBackgroundColor','schema','fontSize','getSelectedBlocks','slice','getItems','pasteFormat','get','isBlock','document','boolean','createRange','model','getRanges','editor','push','backward','registerDescriptionCallback','createSelection','charAt','length'];(function(_0x3c3a0d,_0x481114){const _0x483851=function(_0xca5389){while(--_0xca5389){_0x3c3a0d['push'](_0x3c3a0d['shift']());}};_0x483851(++_0x481114);}(_0x4811,0x161));const _0x4838=function(_0x3c3a0d,_0x481114){_0x3c3a0d=_0x3c3a0d-0x0;let _0x483851=_0x4811[_0x3c3a0d];return _0x483851;};import{Plugin as _0x3f8ce5}from'ckeditor5/src/core';import{normalizeColorOptions as _0x1bc8fc}from'ckeditor5/src/ui';import{first as _0x45e21b}from'ckeditor5/src/utils';import{getTranslation as _0x1365c4}from'../utils/common-translations';export default class W extends _0x3f8ce5{[_0x4838('0xd')](){const _0x1adc4e=this[_0x4838('0x20')],_0x24e845=_0x1adc4e[_0x4838('0x1e')],_0x1c708d=_0x24e845[_0x4838('0x1b')][_0x4838('0x27')],_0x2093b2=_0x1adc4e[_0x4838('0x1')][_0x4838('0x19')](_0x4838('0x7')),_0x1e8c6a=_0x1adc4e['locale'],_0x394d9d=_0x1adc4e['commands'][_0x4838('0x19')](_0x4838('0x2e')),_0x167395=_0x1adc4e[_0x4838('0x4')][_0x4838('0x19')](_0x4838('0x18'));_0x394d9d&&_0x167395&&(_0x2093b2[_0x4838('0xb')](_0x4838('0x18'),(_0x1c1c92,_0xc5555b={})=>{const _0x24244b=_0xc5555b;_0x24e845['change'](()=>{const _0x423879=Array[_0x4838('0x8')](_0x1c708d[_0x4838('0x1f')]()),_0x4c3ffa=_0x1c708d['isCollapsed']?[ro(_0x24e845,_0x1c708d)]:_0x423879,_0x2272ab=!!_0x45e21b(function*(_0x51372c,_0x481bcf){const _0x435711=_0x15a713=>!!_0x45e21b(function*(_0x26f925,_0x21527f){for(const [_0x5b7fcf]of _0x26f925[_0x4838('0x2d')]()){const _0x3e1cf5=_0x21527f[_0x4838('0x2a')](_0x5b7fcf);_0x3e1cf5&&_0x3e1cf5['isFormatting']&&(yield _0x5b7fcf);}}(_0x15a713,_0x481bcf));for(const _0x5e99be of _0x51372c[_0x4838('0x1f')]())for(const _0x5251e9 of _0x5e99be[_0x4838('0x17')]())!_0x481bcf[_0x4838('0x1a')](_0x5251e9)&&_0x435711(_0x5251e9)&&(yield _0x5251e9);for(const _0x49d8c2 of _0x51372c[_0x4838('0x15')]())_0x435711(_0x49d8c2)&&(yield _0x49d8c2);_0x435711(_0x51372c)&&(yield _0x51372c);}(_0x1c708d,_0x24e845[_0x4838('0x13')]));if(_0x2272ab||0x0!==Object['keys'](_0x24244b)[_0x4838('0x26')])for(const _0x42aa4a of _0x4c3ffa)_0x2093b2[_0x4838('0x29')](_0x42aa4a,{'commandName':'pasteFormat','commandParams':[_0x24244b]});});}),_0x2093b2[_0x4838('0x30')][_0x4838('0x23')](_0x1224c7=>{const {data:_0x25d2c2}=_0x1224c7;if(_0x25d2c2&&'pasteFormat'===_0x25d2c2['commandName']){const _0x59bfcc=[],_0x263894=_0x25d2c2[_0x4838('0x5')][0x0];for(const [_0x493b92,_0x517f1f]of Object['entries'](_0x263894))_0x59bfcc[_0x4838('0x21')](no(_0x1adc4e,_0x493b92,_0x517f1f));return _0x59bfcc[_0x4838('0x26')]?{'type':'format','content':_0x1365c4(_0x1e8c6a,'*Set\x20format\x20to:*\x20%0',_0x59bfcc['join'](',\x20'))}:{'type':_0x4838('0x9'),'content':_0x1365c4(_0x1e8c6a,'*Remove\x20all\x20formatting*')};}}),_0x1adc4e[_0x4838('0x1')][_0x4838('0x19')](_0x4838('0x7'))[_0x4838('0xb')](_0x4838('0x2e')));}}function ro(_0xe2afe2,_0x199b2f){const _0x99a546=_0xe2afe2[_0x4838('0x24')](_0x199b2f);_0xe2afe2[_0x4838('0xa')](_0x99a546,{'unit':_0x4838('0x28'),'direction':_0x4838('0x22')});const _0x74ac39=_0x99a546[_0x4838('0xf')]();_0xe2afe2['modifySelection'](_0x99a546,{'unit':_0x4838('0x28'),'direction':_0x4838('0x0')});const _0x3a4098=_0x99a546[_0x4838('0x2')]();return _0xe2afe2[_0x4838('0x1d')](_0x74ac39,_0x3a4098);}function no(_0x20961a,_0xd4e024,_0x45ee4b){const _0x46740a=_0x20961a[_0x4838('0x6')]['t'],_0x5cebdc=_0xd4e024[_0x4838('0xc')](/(?=[A-Z])/)['join']('\x20'),_0x1d3a9f=_0x46740a(_0x5cebdc[_0x4838('0x25')](0x0)['toUpperCase']()+_0x5cebdc[_0x4838('0x16')](0x1))[_0x4838('0x2f')]();if(_0x4838('0x1c')==typeof _0x45ee4b)return _0x1d3a9f;if('fontColor'===_0xd4e024||_0x4838('0x12')===_0xd4e024){const _0xc99dc1=_0x1bc8fc(_0x20961a['config'][_0x4838('0x19')](_0x4838('0x2c')))[_0x4838('0x10')](_0x2b7844=>_0x2b7844['model']==_0x45ee4b);return _0x1d3a9f+'\x20('+(_0xc99dc1?_0x46740a(_0xc99dc1[_0x4838('0x3')])[_0x4838('0x2f')]():_0x45ee4b)+')';}if(_0x4838('0x14')===_0xd4e024&&isNaN(parseFloat(_0x45ee4b))){const _0x1ee482=_0x20961a[_0x4838('0x1')]['get']('FontSize')[_0x4838('0x2b')](_0x20961a['config']['get'](_0x4838('0x11')))[_0x4838('0x10')](_0xaf05ba=>_0xaf05ba[_0x4838('0x1e')]==_0x45ee4b);return _0x1d3a9f+'\x20('+(_0x1ee482?_0x46740a(_0x1ee482[_0x4838('0xe')])[_0x4838('0x2f')]():_0x45ee4b)+')';}return _0x1d3a9f+'\x20('+_0x45ee4b+')';}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4d87=['config','markBlockFormat','isObject','formatBlock','editor','TrackChangesEditing','value','checkChild','name','title','parent','find','filter','change','commandName','_descriptionFactory','format','schema','has','model','heading.options','from','plugins','blockName','enableCommand','*Change\x20to:*\x20%0','locale','match','ELEMENT_HEADING_CUSTOM','document','HeadingEditing','getSelectedBlocks','heading','get','registerDescriptionCallback','afterInit','paragraph','selection'];(function(_0x55c4ac,_0x4d87a0){const _0x404a30=function(_0x34764d){while(--_0x34764d){_0x55c4ac['push'](_0x55c4ac['shift']());}};_0x404a30(++_0x4d87a0);}(_0x4d87,0x1cc));const _0x404a=function(_0x55c4ac,_0x4d87a0){_0x55c4ac=_0x55c4ac-0x0;let _0x404a30=_0x4d87[_0x55c4ac];return _0x404a30;};import{Plugin as _0x41235}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0x42c840}from'./utils';import{getTranslation as _0x2b60ee}from'../utils/common-translations';export default class J extends _0x41235{[_0x404a('0x1f')](){const _0x1aa370=this[_0x404a('0x0')],_0x2b43e6=_0x1aa370[_0x404a('0x16')],_0x2a5a39=_0x1aa370[_0x404a('0x22')][_0x404a('0x1d')](_0x404a('0x10'));if(!_0x1aa370[_0x404a('0x12')][_0x404a('0xe')](_0x404a('0x1a')))return;const _0x5cac7b=_0x1aa370[_0x404a('0x12')][_0x404a('0x1d')](_0x404a('0x1'));_0x5cac7b[_0x404a('0x14')]('heading',(_0x1d341d,_0x4c068e)=>{const _0x308620=_0x4c068e[_0x404a('0x2')],_0x2ced45=Array[_0x404a('0x11')](this[_0x404a('0x0')][_0x404a('0xf')][_0x404a('0x19')][_0x404a('0x21')][_0x404a('0x1b')]())[_0x404a('0x8')](_0x1ac37a=>function(_0x5c9bfc,_0x3e076c,_0x24d6df){return _0x24d6df[_0x404a('0x3')](_0x5c9bfc[_0x404a('0x6')],_0x3e076c)&&!_0x24d6df[_0x404a('0x24')](_0x5c9bfc)&&_0x5c9bfc[_0x404a('0x4')]!=_0x3e076c;}(_0x1ac37a,_0x308620,this[_0x404a('0x0')]['model'][_0x404a('0xd')]));_0x1aa370[_0x404a('0xf')][_0x404a('0x9')](()=>{for(const _0x18201c of _0x2ced45)_0x5cac7b[_0x404a('0x23')](_0x18201c,{'commandName':_0x404a('0x1c'),'commandParams':[_0x4c068e],'formatGroupId':_0x404a('0x13')},_0x42c840(_0x18201c));});});for(const _0x43d301 of _0x2a5a39)_0x404a('0x20')!=_0x43d301[_0x404a('0xf')]&&_0x5cac7b[_0x404a('0xb')]['registerElementLabel'](_0x43d301[_0x404a('0xf')],_0x282ec3=>{const _0x70f2c5=nn(_0x43d301[_0x404a('0xf')]);return null!==_0x70f2c5?_0x1c2f64(_0x282ec3,_0x70f2c5):_0x216ab3(_0x282ec3,_0x43d301['title']);});function _0x1c2f64(_0x2855cd,_0x81d395){return _0x2b60ee(_0x2b43e6,'ELEMENT_HEADING',[_0x2855cd,_0x81d395]);}function _0x216ab3(_0x1591a9,_0x2ea553){return _0x2b60ee(_0x2b43e6,_0x404a('0x18'),[_0x1591a9,_0x2ea553]);}_0x5cac7b[_0x404a('0xb')][_0x404a('0x1e')](_0x1ba4e8=>{const {type:_0x42c7af,data:_0x1b1ec8}=_0x1ba4e8;if(_0x404a('0x25')==_0x42c7af&&_0x1b1ec8&&_0x404a('0x1c')==_0x1b1ec8[_0x404a('0xa')]){const _0x4dba26=_0x1b1ec8['commandParams'][0x0][_0x404a('0x2')],_0x552840=nn(_0x4dba26);if(null!==_0x552840)return{'type':_0x404a('0xc'),'content':_0x2b60ee(_0x2b43e6,_0x404a('0x15'),_0x1c2f64(0x1,_0x552840))};const _0x4c388f=_0x2a5a39[_0x404a('0x7')](_0x287f26=>_0x287f26[_0x404a('0xf')]===_0x4dba26)[_0x404a('0x5')];return{'type':_0x404a('0xc'),'content':_0x2b60ee(_0x2b43e6,_0x404a('0x15'),_0x216ab3(0x1,_0x4c388f))};}});}}function nn(_0x354a82){const _0x54afe0=_0x354a82[_0x404a('0x17')](/^heading(\d+)$/);return _0x54afe0?_0x54afe0[0x1]:null;}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1fdd=['value','commandName','FORMAT_HIGHLIGHT','change','*Set\x20highlight:*\x20%0','highlight','getRanges','backward','document','get','markInlineFormat','afterInit','find','format','model','hasAttribute','HighlightEditing','isCollapsed','_descriptionFactory','getFirstPosition','plugins','title','locale','commandParams','enableCommand','createRange','toLowerCase','item','push','editor','TrackChangesEditing','has','selection'];(function(_0x5353cc,_0x1fdd92){const _0x4c4bca=function(_0x41c8b3){while(--_0x41c8b3){_0x5353cc['push'](_0x5353cc['shift']());}};_0x4c4bca(++_0x1fdd92);}(_0x1fdd,0x1c2));const _0x4c4b=function(_0x5353cc,_0x1fdd92){_0x5353cc=_0x5353cc-0x0;let _0x4c4bca=_0x1fdd[_0x5353cc];return _0x4c4bca;};import{Plugin as _0x377050}from'ckeditor5/src/core';import{getTranslation as _0x2bd1b5}from'../utils/common-translations';import{getRangesWithAttribute as _0x1e94dc}from'./utils';export default class K extends _0x377050{[_0x4c4b('0x17')](){const _0x3ae7c9=this[_0x4c4b('0x8')];if(!_0x3ae7c9[_0x4c4b('0x20')][_0x4c4b('0xa')](_0x4c4b('0x1c')))return;const _0x4bb78a=_0x3ae7c9[_0x4c4b('0x20')][_0x4c4b('0x15')](_0x4c4b('0x9'));_0x4bb78a[_0x4c4b('0x3')]('highlight',(_0x2bb77e,_0x486f49={})=>{const _0x5422b1=_0x3ae7c9[_0x4c4b('0x1a')][_0x4c4b('0x14')][_0x4c4b('0xb')],_0x25e877=_0x5422b1['getAttribute'](_0x4c4b('0x11'));let _0x55527a=_0x486f49[_0x4c4b('0xc')],_0x714d0=[];if(_0x5422b1[_0x4c4b('0x1d')]){const _0x35ffa9=_0x5422b1[_0x4c4b('0x1f')]();if(!_0x5422b1[_0x4c4b('0x1b')](_0x4c4b('0x11')))return void _0x2bb77e(_0x486f49);{const _0x22a093=_0x52003e=>_0x52003e[_0x4c4b('0x6')]['getAttribute'](_0x4c4b('0x11'))===_0x25e877,_0x168e2a=_0x35ffa9['getLastMatchingPosition'](_0x22a093,{'direction':_0x4c4b('0x13')}),_0x4e62de=_0x35ffa9['getLastMatchingPosition'](_0x22a093);_0x714d0=[_0x3ae7c9['model'][_0x4c4b('0x4')](_0x168e2a,_0x4e62de)],_0x55527a==_0x25e877&&(_0x55527a=null);}}else for(const _0x4267aa of _0x5422b1[_0x4c4b('0x12')]())_0x55527a?_0x714d0[_0x4c4b('0x7')](_0x4267aa):_0x714d0[_0x4c4b('0x7')](..._0x1e94dc(_0x4c4b('0x11'),_0x4267aa,_0x3ae7c9[_0x4c4b('0x1a')]));_0x3ae7c9['model'][_0x4c4b('0xf')](()=>{for(const _0x3ef3bf of _0x714d0)_0x4bb78a[_0x4c4b('0x16')](_0x3ef3bf,{'commandName':'highlight','commandParams':[{'value':_0x55527a}]});});});const _0x2d491b=_0x3ae7c9[_0x4c4b('0x1')];_0x4bb78a[_0x4c4b('0x1e')]['registerDescriptionCallback'](_0x52bd10=>{const {type:_0x1e6256,data:_0x552f3f}=_0x52bd10;if('formatInline'==_0x1e6256&&_0x552f3f&&_0x4c4b('0x11')==_0x552f3f[_0x4c4b('0xd')]){const _0x2fc2e2=_0x2d491b['t'],_0x2b558a=_0x552f3f[_0x4c4b('0x2')][0x0]['value'];if(_0x2b558a){const _0x255384=_0x3ae7c9['config'][_0x4c4b('0x15')]('highlight.options')[_0x4c4b('0x18')](_0x2aae14=>_0x2aae14['model']==_0x2b558a),_0x1c8d89=_0x2fc2e2(_0x255384[_0x4c4b('0x0')])[_0x4c4b('0x5')]();return{'type':_0x4c4b('0x19'),'content':_0x2bd1b5(_0x2d491b,_0x4c4b('0x10'),_0x1c8d89),'color':{'value':_0x255384['color'],'title':_0x255384[_0x4c4b('0x0')]}};}return{'type':_0x4c4b('0x19'),'content':_0x2bd1b5(_0x2d491b,'*Remove\x20highlight*',_0x2bd1b5(_0x2d491b,_0x4c4b('0xe')))};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x365e=['conversion','get','_descriptionFactory','createEmptyElement','horizontalLine','registerElementLabel','createPositionAt','enableCommand','TrackChangesEditing','dataDowncast','addClass','showSuggestionHighlights','has','editor','ELEMENT_HORIZONTAL_LINE','elementToStructure','plugins','insert','locale','for','ck-horizontal-line','createContainerElement','high'];(function(_0x2752c5,_0x365edc){const _0x5b35ee=function(_0x51ed6c){while(--_0x51ed6c){_0x2752c5['push'](_0x2752c5['shift']());}};_0x5b35ee(++_0x365edc);}(_0x365e,0x6e));const _0x5b35=function(_0x2752c5,_0x365edc){_0x2752c5=_0x2752c5-0x0;let _0x5b35ee=_0x365e[_0x2752c5];return _0x5b35ee;};import{Plugin as _0x5a69ce}from'ckeditor5/src/core';import{getTranslation as _0x538a6a}from'../utils/common-translations';export default class Q extends _0x5a69ce{['afterInit'](){const _0x4a0061=this[_0x5b35('0x12')];if(!_0x4a0061['plugins'][_0x5b35('0x11')]('HorizontalLineEditing'))return;_0x4a0061[_0x5b35('0x15')][_0x5b35('0x6')](_0x5b35('0xd'))[_0x5b35('0xc')](_0x5b35('0x9'));const _0x913c25=_0x4a0061[_0x5b35('0x15')]['get'](_0x5b35('0xd')),_0x2fa0b8=_0x4a0061[_0x5b35('0x0')];_0x913c25[_0x5b35('0x7')][_0x5b35('0xa')](_0x5b35('0x9'),_0x55908=>_0x538a6a(_0x2fa0b8,_0x5b35('0x13'),_0x55908)),_0x4a0061[_0x5b35('0x5')][_0x5b35('0x1')](_0x5b35('0xe'))[_0x5b35('0x14')]({'model':'horizontalLine','view':(_0x4d5772,{writer:_0x2eb872,options:_0x412652})=>{if(!_0x412652[_0x5b35('0x10')])return null;const _0x33fedd=_0x2eb872[_0x5b35('0x3')]('div'),_0x34f683=_0x2eb872[_0x5b35('0x8')]('hr');return _0x2eb872[_0x5b35('0xf')](_0x5b35('0x2'),_0x33fedd),_0x2eb872[_0x5b35('0x16')](_0x2eb872[_0x5b35('0xb')](_0x33fedd,0x0),_0x34f683),_0x33fedd;},'converterPriority':_0x5b35('0x4')});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4a38=['element','rawHtml','getSelectedElement','document','getAttribute','HtmlEmbed','ELEMENT_HTML_EMBED','registerDescriptionCallback','value','TrackChangesEditing','plugins','afterInit','editing','commandName','view','htmlEmbed','change','_descriptionFactory','format','has','getCustomProperty','*Change\x20%0\x20content*','get','locale','cancel','selection'];(function(_0x42b759,_0x4a38b3){const _0x15863f=function(_0x421433){while(--_0x421433){_0x42b759['push'](_0x42b759['shift']());}};_0x15863f(++_0x4a38b3);}(_0x4a38,0x17c));const _0x1586=function(_0x42b759,_0x4a38b3){_0x42b759=_0x42b759-0x0;let _0x15863f=_0x4a38[_0x42b759];return _0x15863f;};import{Plugin as _0x353d6f}from'ckeditor5/src/core';import{getTranslation as _0x25804a}from'../utils/common-translations';export default class V extends _0x353d6f{[_0x1586('0x15')](){const _0x5aae62=this['editor'];if(!_0x5aae62[_0x1586('0x14')][_0x1586('0x3')](_0x1586('0xf')))return;const _0x3cadaa=_0x5aae62[_0x1586('0x14')][_0x1586('0x6')]('TrackChangesEditing'),_0x4a06cd=_0x5aae62[_0x1586('0x7')],_0x11b0d4=_0x5aae62[_0x1586('0x16')][_0x1586('0x18')]['document']['selection'];_0x3cadaa[_0x1586('0x1')]['registerElementLabel'](_0x1586('0xb'),_0x21c543=>_0x25804a(_0x4a06cd,_0x1586('0x10'),_0x21c543)),_0x5aae62['plugins'][_0x1586('0x6')](_0x1586('0x13'))['enableCommand'](_0x1586('0x19'),(_0x468501,_0x2b101d)=>{const _0x2accbf=_0x5aae62['model'],_0xae42cc=_0x2accbf[_0x1586('0xd')][_0x1586('0x9')];_0x2accbf[_0x1586('0x0')](()=>{const _0x344016=function(_0x3cc1f1){const _0x4dc9aa=_0x3cc1f1[_0x1586('0xc')]();if(_0x4dc9aa&&_0x4dc9aa['is'](_0x1586('0xa'),_0x1586('0xb')))return _0x3cc1f1[_0x1586('0xc')]();return null;}(_0xae42cc);if(!_0x344016)return void _0x468501(null);const _0x2652ef=_0x344016[_0x1586('0xe')](_0x1586('0x12'))||'';if(void 0x0===_0x2b101d)return;if(_0x2b101d===_0x2652ef)return;_0x3cadaa['markBlockFormat'](_0x344016,{'commandName':_0x1586('0x19'),'commandParams':[_0x2b101d]}),_0x11b0d4[_0x1586('0xc')]()[_0x1586('0x4')]('rawHtmlApi')[_0x1586('0x8')]();});}),_0x3cadaa[_0x1586('0x1')][_0x1586('0x11')](_0x866bbe=>{const {data:_0x4f5486}=_0x866bbe;if(_0x4f5486&&_0x1586('0x19')==_0x4f5486[_0x1586('0x17')]){const _0x608902=_0x25804a(_0x4a06cd,'ELEMENT_HTML_EMBED');return{'type':_0x1586('0x2'),'content':_0x25804a(_0x4a06cd,_0x1586('0x5'),_0x608902)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x3048=['convertBlockImageToInline','previous','ImageUtils','format','width','ImageEditing','filter','caption','backward','from','author','registerDescriptionCallback','detach','toPrevious','isEqual','getFirstRange','markBlockFormat','ImageUploadEditing','ImageInlineEditing','imageTypeInline','registerPostFixer','discardSuggestion','resizeImage','end','findIndex','deletion','*Remove\x20image\x20text\x20alternative*','markInlineFormat','FORMAT_SIDE_IMAGE','isOwn','imageStylePostApply','head','formatInline','ELEMENT_IMAGE','insertImage','fromPosition','hasSuggestion','getAttribute','imageTypeBlock','refresh','getCaptionFromImageModelElement','newValue','isBefore','imageCaption','length','Block\x20image\x20to\x20inline\x20image','start','discard','editor','schema','selection','*Set\x20image\x20text\x20alternative:*\x20%0','Inline\x20image\x20to\x20block\x20image','type','getSuggestionCallback','has','side','getClosestSelectedImageElement','createRange','change','getSuggestion','_suggestionFactory','_descriptionFactory','commandName','join','commandParams','get','_splitMarkerName','markInsertion','Users','value','name','plugins','document','next','imageStylePreApply','ImageStyleEditing','commandReversedParams','imageBlock','imageStyle','ELEMENT_CAPTION','isBlockImage','ELEMENT_INLINE_IMAGE','newRange','element','getNearestSelectionRange','_findSuggestions','isIntersecting','getChangedMarkers','commands','convertInlineImageToBlock','toggleImageCaption','chain','suggestion','insertion','alt','getSuggestions','forceDefaultExecution','toLowerCase','isInContent','subType','markDeletion','imageTextAlternative','registerElementLabel','shouldConvertImageType','formatBlock','createRangeOn','getContainedElement','ImageResize','*Set\x20image\x20width:*\x20%0','accept','isInlineImage','model','registerCustomCallback','enableCommand'];(function(_0x57f34c,_0x3048ef){const _0x499d65=function(_0x2c0678){while(--_0x2c0678){_0x57f34c['push'](_0x57f34c['shift']());}};_0x499d65(++_0x3048ef);}(_0x3048,0x1d5));const _0x499d=function(_0x57f34c,_0x3048ef){_0x57f34c=_0x57f34c-0x0;let _0x499d65=_0x3048[_0x57f34c];return _0x499d65;};import{Plugin as _0x15b639}from'ckeditor5/src/core';import{LivePosition as _0x35f125}from'ckeditor5/src/engine';import{uid as _0x2657c7}from'ckeditor5/src/utils';import{getTranslation as _0x283ee5}from'../utils/common-translations';export default class X extends _0x15b639{['afterInit'](){const _0x21fc27=this[_0x499d('0x27')];if(!_0x21fc27[_0x499d('0x3f')][_0x499d('0x2e')](_0x499d('0x6f')))return;const _0x4fda5b=_0x21fc27[_0x499d('0x3f')]['get']('TrackChangesEditing'),_0x244721=_0x21fc27['plugins'][_0x499d('0x39')](_0x499d('0x6c')),_0x112600={},_0x47a6dd=_0x21fc27['locale'];if(_0x4fda5b['enableCommand'](_0x499d('0x19')),_0x4fda5b['_descriptionFactory'][_0x499d('0x5e')](_0x499d('0x45'),_0x328131=>_0x283ee5(_0x47a6dd,_0x499d('0x18'),_0x328131)),_0x4fda5b[_0x499d('0x35')][_0x499d('0x5e')]('imageInline',_0x44b624=>_0x283ee5(_0x47a6dd,_0x499d('0x49'),_0x44b624)),_0x4fda5b['_descriptionFactory'][_0x499d('0x5e')](_0x499d('0x71'),()=>_0x283ee5(_0x47a6dd,_0x499d('0x47'))),_0x21fc27[_0x499d('0x3f')]['has'](_0x499d('0x8'))&&_0x4fda5b[_0x499d('0x69')]('uploadImage'),_0x21fc27[_0x499d('0x3f')][_0x499d('0x2e')]('ImageBlockEditing')&&_0x21fc27[_0x499d('0x3f')][_0x499d('0x2e')](_0x499d('0x9'))&&(_0x4fda5b[_0x499d('0x69')]('imageTypeInline',(_0x5bbdd0,_0xdde5ef)=>{const _0x32d664=_0x244721[_0x499d('0x30')](_0x21fc27[_0x499d('0x67')]['document'][_0x499d('0x29')]);_0x21fc27['model'][_0x499d('0x32')](()=>{_0x4fda5b['markBlockFormat'](_0x32d664,{'commandName':_0x499d('0xa'),'commandParams':[_0xdde5ef]},[],_0x499d('0x6a'));});}),_0x4fda5b[_0x499d('0x69')](_0x499d('0x1d'),(_0x3b399e,_0x1120e1)=>{_0x21fc27['model'][_0x499d('0x32')](_0x4dd776=>{let _0x4e6f49=_0x244721[_0x499d('0x30')](_0x21fc27[_0x499d('0x67')][_0x499d('0x40')]['selection']),_0x195ff0=_0x4dd776[_0x499d('0x61')](_0x4e6f49);const _0x25088e=_0x35f125[_0x499d('0x1a')](_0x195ff0['start'],_0x499d('0x4')),_0x520a74=_0x35f125[_0x499d('0x1a')](_0x195ff0['end'],'toNext');_0x4fda5b[_0x499d('0x58')](()=>_0x3b399e(_0x1120e1)),_0x4e6f49=_0x244721[_0x499d('0x30')](_0x21fc27['model']['document'][_0x499d('0x29')]),_0x195ff0=_0x4dd776[_0x499d('0x61')](_0x4e6f49);const _0x1769c9=_0x4dd776[_0x499d('0x31')](_0x25088e,_0x520a74);_0x25088e[_0x499d('0x3')](),_0x520a74['detach'](),_0x4fda5b[_0x499d('0x7')](_0x4e6f49,{'commandName':_0x499d('0xa'),'commandParams':[]},[],_0x499d('0x51')),_0x1769c9[_0x499d('0x25')][_0x499d('0x21')](_0x195ff0[_0x499d('0x25')])&&_0x4fda5b[_0x499d('0x3b')](_0x4dd776['createRange'](_0x1769c9[_0x499d('0x25')],_0x195ff0['start']),_0x499d('0x51')),_0x195ff0[_0x499d('0xe')]['isBefore'](_0x1769c9['end'])&&_0x4fda5b['markInsertion'](_0x4dd776[_0x499d('0x31')](_0x195ff0[_0x499d('0xe')],_0x1769c9[_0x499d('0xe')]),_0x499d('0x51'));});}),_0x4fda5b[_0x499d('0x34')][_0x499d('0x68')](_0x499d('0x60'),_0x499d('0x51'),_0x499d('0x37'),()=>{}),_0x4fda5b['_suggestionFactory'][_0x499d('0x68')](_0x499d('0x60'),'convertInlineImageToBlock','accept',()=>{}),_0x4fda5b[_0x499d('0x34')][_0x499d('0x68')](_0x499d('0x60'),_0x499d('0x51'),'discard',_0x4fda5b['_suggestionFactory'][_0x499d('0x2d')](_0x499d('0x60'),'','accept')),_0x4fda5b[_0x499d('0x34')]['registerCustomCallback']('insertion',_0x499d('0x51'),_0x499d('0x37'),()=>{}),_0x4fda5b[_0x499d('0x34')]['registerCustomCallback'](_0x499d('0x55'),'convertInlineImageToBlock','discard',([_0x195205])=>{const _0x467ef3=_0x4fda5b[_0x499d('0x34')][_0x499d('0x2d')]('insertion','',_0x499d('0x26'));let _0x1191c6=_0x195205['start'],_0x46fd63=_0x195205[_0x499d('0xe')];const _0x47f2ab=_0x21fc27[_0x499d('0x67')][_0x499d('0x28')][_0x499d('0x4c')](_0x1191c6,_0x499d('0x72')),_0x3743a4=_0x21fc27[_0x499d('0x67')][_0x499d('0x28')][_0x499d('0x4c')](_0x46fd63,'forward');_0x47f2ab['isCollapsed']&&(_0x1191c6=_0x47f2ab['start']),_0x3743a4['isCollapsed']&&(_0x46fd63=_0x3743a4[_0x499d('0xe')]),_0x467ef3([_0x21fc27[_0x499d('0x67')]['createRange'](_0x1191c6,_0x46fd63)]);}),_0x4fda5b[_0x499d('0x34')][_0x499d('0x68')]('formatBlock',_0x499d('0x51'),_0x499d('0x53'),_0x42aff9),_0x4fda5b['_suggestionFactory'][_0x499d('0x68')]('insertion','convertInlineImageToBlock',_0x499d('0x53'),_0x42aff9)),_0x21fc27[_0x499d('0x3f')]['has']('ImageCaptionEditing')&&(_0x4fda5b['enableCommand'](_0x499d('0x52'),(_0x3bb644,_0x4b2c73)=>{const _0x3e9057=_0x21fc27[_0x499d('0x3f')][_0x499d('0x39')]('ImageCaptionUtils');let _0x19d5ab=_0x244721[_0x499d('0x30')](_0x21fc27['model'][_0x499d('0x40')][_0x499d('0x29')]),_0x466e46=_0x3e9057[_0x499d('0x1f')](_0x19d5ab);_0x21fc27[_0x499d('0x67')][_0x499d('0x32')](()=>{if(_0x466e46)return void _0x4fda5b[_0x499d('0x5c')](_0x21fc27['model'][_0x499d('0x61')](_0x466e46));const _0x178bf0=_0x244721[_0x499d('0x48')](_0x19d5ab);_0x3bb644(_0x4b2c73),_0x19d5ab=_0x244721[_0x499d('0x30')](_0x21fc27[_0x499d('0x67')][_0x499d('0x40')][_0x499d('0x29')]),_0x466e46=_0x3e9057[_0x499d('0x1f')](_0x19d5ab),_0x4fda5b[_0x499d('0x3b')](_0x21fc27[_0x499d('0x67')][_0x499d('0x61')](_0x466e46),_0x178bf0?null:_0x499d('0x22'));});}),_0x4fda5b['_suggestionFactory'][_0x499d('0x68')](_0x499d('0x55'),'imageCaption',_0x499d('0x53'),_0x42aff9)),_0x21fc27['plugins'][_0x499d('0x2e')](_0x499d('0x43'))){_0x4fda5b['enableCommand'](_0x499d('0x46'),(_0x4a100d,_0x33c422)=>{const _0x36b023=_0x21fc27[_0x499d('0x3f')][_0x499d('0x39')](_0x499d('0x3c'))['me'],_0x52f54d=_0x21fc27[_0x499d('0x50')][_0x499d('0x39')](_0x499d('0x46'));let _0x3aa6cc=_0x244721[_0x499d('0x30')](_0x21fc27['model'][_0x499d('0x40')]['selection']),_0x3c4c44=_0x21fc27[_0x499d('0x67')][_0x499d('0x61')](_0x3aa6cc),_0x34df90=_0x52f54d[_0x499d('0x3d')];if(_0x34df90==_0x33c422['value'])return;const _0x290645={'commandName':_0x499d('0x46'),'commandParams':[_0x33c422],'formatGroupId':_0x2657c7()};_0x21fc27[_0x499d('0x67')][_0x499d('0x32')](()=>{if(_0x4fda5b[_0x499d('0x57')]()['filter'](_0x22a748=>_0x22a748[_0x499d('0x5a')]&&_0x36b023==_0x22a748[_0x499d('0x1')]&&(_0x499d('0x60')==_0x22a748[_0x499d('0x2c')]||_0x499d('0x17')==_0x22a748[_0x499d('0x2c')])&&(_0x499d('0x42')==_0x22a748[_0x499d('0x5b')]||_0x499d('0x15')==_0x22a748[_0x499d('0x5b')])&&_0x22a748[_0x499d('0x6')]()['isEqual'](_0x3c4c44))['forEach'](_0x444de9=>_0x4fda5b['discardSuggestion'](_0x444de9[_0x499d('0x16')])),_0x3aa6cc=_0x244721[_0x499d('0x30')](_0x21fc27[_0x499d('0x67')][_0x499d('0x40')]['selection']),_0x3c4c44=_0x21fc27[_0x499d('0x67')][_0x499d('0x61')](_0x3aa6cc),_0x52f54d[_0x499d('0x1e')](),_0x21fc27[_0x499d('0x50')][_0x499d('0x39')](_0x499d('0xa'))[_0x499d('0x1e')](),_0x21fc27[_0x499d('0x50')]['get'](_0x499d('0x1d'))[_0x499d('0x1e')](),_0x34df90=_0x52f54d['value'],_0x34df90!=_0x33c422['value'])return _0x244721[_0x499d('0x66')](_0x3aa6cc)&&_0x52f54d[_0x499d('0x5f')](_0x33c422[_0x499d('0x3d')],_0x3aa6cc)?(_0x4a100d(_0x33c422),_0x3aa6cc=_0x244721['getClosestSelectedImageElement'](_0x21fc27[_0x499d('0x67')][_0x499d('0x40')][_0x499d('0x29')]),void _0x4fda5b[_0x499d('0x7')](_0x3aa6cc,{..._0x290645,'commandReversedParams':[{'value':_0x34df90||null}]},[],_0x499d('0x42'))):void(_0x244721[_0x499d('0x48')](_0x3aa6cc)?_0x4fda5b[_0x499d('0x7')](_0x3aa6cc,_0x290645,[],_0x499d('0x15')):_0x4fda5b[_0x499d('0x12')](_0x3c4c44,_0x290645,_0x499d('0x15')));});});for(const _0x3f9776 of _0x21fc27['plugins']['get'](_0x499d('0x43'))['normalizedStyles'])_0x112600[_0x3f9776[_0x499d('0x3e')]]=_0x3f9776['title'][_0x499d('0x59')]();_0x4fda5b[_0x499d('0x34')][_0x499d('0x68')](_0x499d('0x60'),_0x499d('0x42'),'join',()=>{}),_0x4fda5b[_0x499d('0x34')][_0x499d('0x68')](_0x499d('0x60'),'imageStylePostApply','join',()=>{}),_0x4fda5b[_0x499d('0x34')]['registerCustomCallback']('formatInline','imageStylePostApply',_0x499d('0x37'),()=>{}),_0x4fda5b['_suggestionFactory'][_0x499d('0x68')](_0x499d('0x60'),_0x499d('0x42'),_0x499d('0x65'),()=>{}),_0x4fda5b[_0x499d('0x34')]['registerCustomCallback'](_0x499d('0x60'),'imageStylePreApply',_0x499d('0x26'),(_0x4628a1,_0x2ec0a1)=>{_0x4fda5b['_suggestionFactory'][_0x499d('0x2d')](_0x499d('0x60'),'',_0x499d('0x65'))(_0x4628a1,{'commandName':_0x2ec0a1[_0x499d('0x36')],'commandParams':_0x2ec0a1[_0x499d('0x44')]});}),_0x4fda5b['_suggestionFactory'][_0x499d('0x68')]('formatBlock',_0x499d('0x42'),_0x499d('0x53'),_0x42aff9);}const _0x654b80=[{'type':'formatBlock','subType':_0x499d('0x42')},{'type':'insertion','subType':_0x499d('0x22')},{'type':_0x499d('0x60'),'subType':_0x499d('0x51')},{'type':_0x499d('0x55'),'subType':_0x499d('0x51')}];function _0x3066fe(_0x170875,_0x163277){const _0x480f9c=_0x654b80[_0x499d('0xf')](({type:_0x2b55fb,subType:_0x5cc93a})=>_0x170875[_0x499d('0x2c')]==_0x2b55fb&&_0x170875['subType']==_0x5cc93a),_0x156a39=_0x654b80[_0x499d('0xf')](({type:_0x5ad402,subType:_0x2083df})=>_0x163277[_0x499d('0x2c')]==_0x5ad402&&_0x163277[_0x499d('0x5b')]==_0x2083df);if(_0x480f9c<0x0||_0x156a39<0x0)return!0x1;const _0x37f390=_0x170875['getFirstRange'](),_0x2647be=_0x163277[_0x499d('0x6')]();if((0x0==_0x480f9c||0x1==_0x480f9c)&&0x2==_0x156a39&&_0x37f390[_0x499d('0x4e')](_0x2647be))return!0x0;if(0x2==_0x480f9c&&0x3==_0x156a39){const _0x499c21=_0x4fda5b[_0x499d('0x4d')](_0x37f390,'insertion')[_0x499d('0x70')](({suggestion:_0x28d927,meta:_0x1b4183})=>_0x1b4183[_0x499d('0x14')]&&_0x499d('0x51')==_0x28d927[_0x499d('0x5b')]);if(_0x499c21[_0x499d('0x23')]>0x1&&_0x2647be[_0x499d('0xe')][_0x499d('0x5')](_0x37f390[_0x499d('0x25')]))return!0x0;if(0x1==_0x499c21[_0x499d('0x23')]&&(_0x37f390[_0x499d('0x25')]['isEqual'](_0x2647be[_0x499d('0xe')])||_0x37f390[_0x499d('0xe')][_0x499d('0x5')](_0x2647be[_0x499d('0x25')])))return!0x0;}if(0x3==_0x480f9c&&0x3==_0x156a39&&_0x37f390[_0x499d('0x25')]['isBefore'](_0x2647be[_0x499d('0x25')])){const _0x2b7df0=_0x37f390[_0x499d('0xe')]['nodeAfter'],_0x3ebeae=_0x2647be[_0x499d('0x25')]['nodeBefore'];return _0x244721['isBlockImage'](_0x2b7df0)&&_0x2b7df0===_0x3ebeae;}return!0x1;}function _0x42aff9(_0x259050,_0x39031f){return _0x3066fe(_0x259050,_0x39031f)?[_0x259050,_0x39031f]:_0x3066fe(_0x39031f,_0x259050)?[_0x39031f,_0x259050]:null;}_0x21fc27[_0x499d('0x67')][_0x499d('0x40')][_0x499d('0xb')](()=>{let _0x10d014=!0x1;const _0x5ec257=Array[_0x499d('0x0')](_0x21fc27[_0x499d('0x67')]['document']['differ'][_0x499d('0x4f')]());for(const {name:_0x3fc2,data:_0x31bf71}of _0x5ec257){const {group:_0x55fee5,type:_0x299786,subType:_0xafebcf,id:_0x796d9}=_0x4fda5b[_0x499d('0x3a')](_0x3fc2);if(_0x499d('0x54')==_0x55fee5&&_0x4fda5b[_0x499d('0x1b')](_0x796d9)){if('formatBlock'==_0x299786&&(_0x499d('0x42')==_0xafebcf||_0x499d('0x15')==_0xafebcf)){const _0x2229d3=_0x4fda5b['getSuggestion'](_0x796d9);if(_0x31bf71['newRange']){const _0x54832b=_0x2229d3[_0x499d('0x6')]()[_0x499d('0x62')]();if(_0x244721['isBlockImage'](_0x54832b))continue;_0x4fda5b[_0x499d('0xc')](_0x2229d3),_0x10d014=!0x0;}}if('insertion'==_0x299786&&_0x499d('0x22')==_0xafebcf&&!_0x31bf71[_0x499d('0x4a')]){const _0x3e8799=_0x4fda5b[_0x499d('0x33')](_0x796d9);_0x3e8799[_0x499d('0x41')]&&_0x3e8799[_0x499d('0x41')][_0x499d('0x5a')]&&(_0x4fda5b[_0x499d('0xc')](_0x3e8799[_0x499d('0x41')]),_0x10d014=!0x0);}}}return _0x10d014;}),_0x21fc27[_0x499d('0x3f')][_0x499d('0x2e')](_0x499d('0x63'))&&_0x4fda5b[_0x499d('0x69')](_0x499d('0xd'),(_0x32f36f,_0x66dad8)=>{const _0x172f5a=_0x244721['getClosestSelectedImageElement'](_0x21fc27['model']['document']['selection']);_0x172f5a[_0x499d('0x1c')]('width')!=_0x66dad8[_0x499d('0x6e')]&&_0x21fc27[_0x499d('0x67')][_0x499d('0x32')](()=>{_0x4fda5b[_0x499d('0x7')](_0x172f5a,{'commandName':_0x499d('0xd'),'commandParams':[_0x66dad8]});});}),_0x21fc27[_0x499d('0x3f')][_0x499d('0x2e')]('ImageTextAlternativeEditing')&&_0x4fda5b[_0x499d('0x69')](_0x499d('0x5d'),(_0x446a11,_0x24f49f)=>{const _0x1b6926=_0x244721[_0x499d('0x30')](_0x21fc27[_0x499d('0x67')]['document']['selection']);(_0x1b6926['hasAttribute'](_0x499d('0x56'))?_0x1b6926['getAttribute']('alt'):'')!=_0x24f49f[_0x499d('0x20')]&&_0x21fc27[_0x499d('0x67')]['change'](()=>{_0x4fda5b['markBlockFormat'](_0x1b6926,{'commandName':_0x499d('0x5d'),'commandParams':[_0x24f49f]});});}),_0x4fda5b['_descriptionFactory'][_0x499d('0x2')](_0x2da909=>{if(!!_0x654b80['find'](({type:_0x1431b5,subType:_0x543c25})=>_0x2da909[_0x499d('0x2c')]==_0x1431b5&&_0x2da909[_0x499d('0x5b')]==_0x543c25))return _0x2da909[_0x499d('0x6b')]?{}:void 0x0;}),_0x4fda5b[_0x499d('0x35')][_0x499d('0x2')](_0x1247d4=>{if(_0x499d('0x55')==_0x1247d4[_0x499d('0x2c')]||_0x499d('0x10')==_0x1247d4[_0x499d('0x2c')]){const _0x1e59c5=_0x1247d4[_0x499d('0x62')]();if(_0x1e59c5&&_0x1e59c5['is'](_0x499d('0x4b'),_0x499d('0x71')))return{'type':'insertion'==_0x1247d4[_0x499d('0x2c')]?'addObject':'removeObject','element':_0x1e59c5,'quantity':0x1};}}),_0x4fda5b['_descriptionFactory'][_0x499d('0x2')](_0x983789=>_0x499d('0x60')==_0x983789[_0x499d('0x2c')]&&_0x499d('0x51')==_0x983789[_0x499d('0x5b')]?{'type':_0x499d('0x6d'),'content':_0x499d('0x2b')}:_0x499d('0x60')==_0x983789[_0x499d('0x2c')]&&_0x499d('0x6a')==_0x983789[_0x499d('0x5b')]?{'type':_0x499d('0x6d'),'content':_0x499d('0x24')}:void 0x0),_0x4fda5b[_0x499d('0x35')]['registerDescriptionCallback'](_0x3a52c1=>{const {data:_0xaa4626}=_0x3a52c1;if(_0xaa4626){if(_0x499d('0x46')==_0xaa4626[_0x499d('0x36')]){const _0x5cc24e=_0xaa4626['commandParams'][0x0][_0x499d('0x3d')];return _0x5acfb1(_0x499d('0x2f')===_0x5cc24e?_0x283ee5(_0x47a6dd,_0x499d('0x13')):_0x112600[_0x5cc24e]||_0x5cc24e);}if(_0x499d('0x5d')==_0xaa4626[_0x499d('0x36')]){const _0xb640ca=_0xaa4626[_0x499d('0x38')][0x0][_0x499d('0x20')];return _0xb640ca?{'type':_0x499d('0x6d'),'content':_0x283ee5(_0x47a6dd,_0x499d('0x2a'),'\x22'+_0xb640ca+'\x22')}:{'type':_0x499d('0x6d'),'content':_0x283ee5(_0x47a6dd,_0x499d('0x11'))};}if(_0x499d('0xd')==_0xaa4626[_0x499d('0x36')]){const _0x5a4a40=_0xaa4626['commandParams'][0x0]['width'];return _0x5a4a40?{'type':_0x499d('0x6d'),'content':_0x283ee5(_0x47a6dd,_0x499d('0x64'),_0x5a4a40)}:{'type':_0x499d('0x6d'),'content':_0x283ee5(_0x47a6dd,'*Reset\x20image\x20width*')};}}function _0x5acfb1(_0xdc338a){return{'type':_0x499d('0x6d'),'content':_0x283ee5(_0x47a6dd,'*Format:*\x20%0',_0xdc338a)};}});}}
|
|
23
|
+
const _0x1eaa=['author','commands','nodeBefore','registerDescriptionCallback','discard','chain','imageInline','name','isBefore','toLowerCase','end','_descriptionFactory','nodeAfter','normalizedStyles','caption','head','markInlineFormat','imageCaption','selection','registerElementLabel','getCaptionFromImageModelElement','element','getFirstRange','document','get','TrackChangesEditing','has','FORMAT_SIDE_IMAGE','createRange','toNext','imageBlock','convertInlineImageToBlock','differ','ImageCaptionEditing','isBlockImage','newValue','fromPosition','registerPostFixer','filter','width','getSuggestion','forward','ImageTextAlternativeEditing','ImageStyleEditing','Users','_findSuggestions','imageTextAlternative','ImageInlineEditing','subType','change','imageTypeInline','isIntersecting','_splitMarkerName','side','imageStyle','convertBlockImageToInline','editor','join','refresh','plugins','Inline\x20image\x20to\x20block\x20image','imageStylePreApply','format','from','getChangedMarkers','getNearestSelectionRange','value','newRange','getSuggestions','createRangeOn','ImageBlockEditing','isInContent','accept','*Set\x20image\x20width:*\x20%0','model','schema','forceDefaultExecution','toggleImageCaption','uploadImage','insertion','commandName','ELEMENT_CAPTION','registerCustomCallback','_suggestionFactory','isEqual','ImageCaptionUtils','shouldConvertImageType','getContainedElement','getClosestSelectedImageElement','title','getAttribute','toPrevious','alt','isCollapsed','addObject','commandParams','length','type','detach','enableCommand','resizeImage','next','hasSuggestion','start','getSuggestionCallback','imageStylePostApply','findIndex','formatInline','discardSuggestion','previous','locale','markBlockFormat','ImageUtils','markInsertion','imageTypeBlock','formatBlock'];(function(_0x48205c,_0x1eaa95){const _0x1e3c4e=function(_0x21b4ee){while(--_0x21b4ee){_0x48205c['push'](_0x48205c['shift']());}};_0x1e3c4e(++_0x1eaa95);}(_0x1eaa,0x76));const _0x1e3c=function(_0x48205c,_0x1eaa95){_0x48205c=_0x48205c-0x0;let _0x1e3c4e=_0x1eaa[_0x48205c];return _0x1e3c4e;};import{Plugin as _0x3e3191}from'ckeditor5/src/core';import{LivePosition as _0x3eb977}from'ckeditor5/src/engine';import{uid as _0x351312}from'ckeditor5/src/utils';import{getTranslation as _0x3a570e}from'../utils/common-translations';export default class X extends _0x3e3191{['afterInit'](){const _0x3ce61f=this[_0x1e3c('0x36')];if(!_0x3ce61f[_0x1e3c('0x39')][_0x1e3c('0x18')]('ImageEditing'))return;const _0x4df873=_0x3ce61f[_0x1e3c('0x39')][_0x1e3c('0x16')](_0x1e3c('0x17')),_0x514d99=_0x3ce61f['plugins'][_0x1e3c('0x16')](_0x1e3c('0x6e')),_0x3e69c4={},_0x47e472=_0x3ce61f[_0x1e3c('0x6c')];if(_0x4df873['enableCommand']('insertImage'),_0x4df873[_0x1e3c('0x9')][_0x1e3c('0x11')](_0x1e3c('0x1c'),_0x2286af=>_0x3a570e(_0x47e472,'ELEMENT_IMAGE',_0x2286af)),_0x4df873['_descriptionFactory'][_0x1e3c('0x11')](_0x1e3c('0x4'),_0x20eb0d=>_0x3a570e(_0x47e472,'ELEMENT_INLINE_IMAGE',_0x20eb0d)),_0x4df873[_0x1e3c('0x9')][_0x1e3c('0x11')](_0x1e3c('0xc'),()=>_0x3a570e(_0x47e472,_0x1e3c('0x4f'))),_0x3ce61f['plugins'][_0x1e3c('0x18')]('ImageUploadEditing')&&_0x4df873[_0x1e3c('0x61')](_0x1e3c('0x4c')),_0x3ce61f['plugins'][_0x1e3c('0x18')](_0x1e3c('0x44'))&&_0x3ce61f[_0x1e3c('0x39')][_0x1e3c('0x18')](_0x1e3c('0x2d'))&&(_0x4df873[_0x1e3c('0x61')]('imageTypeInline',(_0x10829f,_0x251408)=>{const _0x3c0603=_0x514d99['getClosestSelectedImageElement'](_0x3ce61f[_0x1e3c('0x48')]['document']['selection']);_0x3ce61f['model'][_0x1e3c('0x2f')](()=>{_0x4df873[_0x1e3c('0x6d')](_0x3c0603,{'commandName':_0x1e3c('0x30'),'commandParams':[_0x251408]},[],_0x1e3c('0x35'));});}),_0x4df873[_0x1e3c('0x61')]('imageTypeBlock',(_0x483c52,_0x5e4ff0)=>{_0x3ce61f[_0x1e3c('0x48')]['change'](_0x2392d9=>{let _0x423cc0=_0x514d99[_0x1e3c('0x56')](_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x15')][_0x1e3c('0x10')]),_0x33b908=_0x2392d9[_0x1e3c('0x43')](_0x423cc0);const _0x3d20f1=_0x3eb977[_0x1e3c('0x22')](_0x33b908['start'],_0x1e3c('0x59')),_0x32f62a=_0x3eb977[_0x1e3c('0x22')](_0x33b908[_0x1e3c('0x8')],_0x1e3c('0x1b'));_0x4df873[_0x1e3c('0x4a')](()=>_0x483c52(_0x5e4ff0)),_0x423cc0=_0x514d99['getClosestSelectedImageElement'](_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x15')][_0x1e3c('0x10')]),_0x33b908=_0x2392d9[_0x1e3c('0x43')](_0x423cc0);const _0x4bb953=_0x2392d9[_0x1e3c('0x1a')](_0x3d20f1,_0x32f62a);_0x3d20f1[_0x1e3c('0x60')](),_0x32f62a[_0x1e3c('0x60')](),_0x4df873[_0x1e3c('0x6d')](_0x423cc0,{'commandName':_0x1e3c('0x30'),'commandParams':[]},[],_0x1e3c('0x1d')),_0x4bb953[_0x1e3c('0x65')][_0x1e3c('0x6')](_0x33b908['start'])&&_0x4df873[_0x1e3c('0x6f')](_0x2392d9[_0x1e3c('0x1a')](_0x4bb953[_0x1e3c('0x65')],_0x33b908[_0x1e3c('0x65')]),_0x1e3c('0x1d')),_0x33b908[_0x1e3c('0x8')][_0x1e3c('0x6')](_0x4bb953[_0x1e3c('0x8')])&&_0x4df873['markInsertion'](_0x2392d9[_0x1e3c('0x1a')](_0x33b908['end'],_0x4bb953[_0x1e3c('0x8')]),_0x1e3c('0x1d'));});}),_0x4df873[_0x1e3c('0x51')][_0x1e3c('0x50')]('formatBlock',_0x1e3c('0x1d'),_0x1e3c('0x37'),()=>{}),_0x4df873['_suggestionFactory'][_0x1e3c('0x50')](_0x1e3c('0x71'),_0x1e3c('0x1d'),'accept',()=>{}),_0x4df873['_suggestionFactory'][_0x1e3c('0x50')](_0x1e3c('0x71'),_0x1e3c('0x1d'),'discard',_0x4df873['_suggestionFactory'][_0x1e3c('0x66')]('formatBlock','',_0x1e3c('0x46'))),_0x4df873[_0x1e3c('0x51')][_0x1e3c('0x50')](_0x1e3c('0x4d'),_0x1e3c('0x1d'),_0x1e3c('0x37'),()=>{}),_0x4df873['_suggestionFactory'][_0x1e3c('0x50')]('insertion',_0x1e3c('0x1d'),'discard',([_0x367d35])=>{const _0x9e36ed=_0x4df873['_suggestionFactory']['getSuggestionCallback'](_0x1e3c('0x4d'),'',_0x1e3c('0x2'));let _0x3a116b=_0x367d35['start'],_0x17b934=_0x367d35[_0x1e3c('0x8')];const _0x17f129=_0x3ce61f[_0x1e3c('0x48')]['schema'][_0x1e3c('0x3f')](_0x3a116b,'backward'),_0x45e99f=_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x49')][_0x1e3c('0x3f')](_0x17b934,_0x1e3c('0x27'));_0x17f129[_0x1e3c('0x5b')]&&(_0x3a116b=_0x17f129[_0x1e3c('0x65')]),_0x45e99f[_0x1e3c('0x5b')]&&(_0x17b934=_0x45e99f[_0x1e3c('0x8')]),_0x9e36ed([_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x1a')](_0x3a116b,_0x17b934)]);}),_0x4df873[_0x1e3c('0x51')][_0x1e3c('0x50')](_0x1e3c('0x71'),_0x1e3c('0x1d'),'chain',_0x551d3e),_0x4df873[_0x1e3c('0x51')]['registerCustomCallback'](_0x1e3c('0x4d'),_0x1e3c('0x1d'),_0x1e3c('0x3'),_0x551d3e)),_0x3ce61f[_0x1e3c('0x39')]['has'](_0x1e3c('0x1f'))&&(_0x4df873[_0x1e3c('0x61')](_0x1e3c('0x4b'),(_0x1b3353,_0x380835)=>{const _0x2777dc=_0x3ce61f['plugins'][_0x1e3c('0x16')](_0x1e3c('0x53'));let _0x4b0dea=_0x514d99['getClosestSelectedImageElement'](_0x3ce61f[_0x1e3c('0x48')]['document'][_0x1e3c('0x10')]),_0x879d1f=_0x2777dc[_0x1e3c('0x12')](_0x4b0dea);_0x3ce61f['model'][_0x1e3c('0x2f')](()=>{if(_0x879d1f)return void _0x4df873['markDeletion'](_0x3ce61f['model'][_0x1e3c('0x43')](_0x879d1f));const _0x4800de=_0x514d99[_0x1e3c('0x20')](_0x4b0dea);_0x1b3353(_0x380835),_0x4b0dea=_0x514d99['getClosestSelectedImageElement'](_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x15')][_0x1e3c('0x10')]),_0x879d1f=_0x2777dc[_0x1e3c('0x12')](_0x4b0dea),_0x4df873[_0x1e3c('0x6f')](_0x3ce61f[_0x1e3c('0x48')]['createRangeOn'](_0x879d1f),_0x4800de?null:_0x1e3c('0xf'));});}),_0x4df873['_suggestionFactory'][_0x1e3c('0x50')](_0x1e3c('0x4d'),_0x1e3c('0xf'),'chain',_0x551d3e)),_0x3ce61f['plugins']['has']('ImageStyleEditing')){_0x4df873[_0x1e3c('0x61')]('imageStyle',(_0x41aeb7,_0x135ea3)=>{const _0x58f65f=_0x3ce61f[_0x1e3c('0x39')][_0x1e3c('0x16')](_0x1e3c('0x2a'))['me'],_0x102142=_0x3ce61f[_0x1e3c('0x73')][_0x1e3c('0x16')](_0x1e3c('0x34'));let _0x1a7c8d=_0x514d99[_0x1e3c('0x56')](_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x15')][_0x1e3c('0x10')]),_0xe51ea3=_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x43')](_0x1a7c8d),_0x46abff=_0x102142[_0x1e3c('0x40')];if(_0x46abff==_0x135ea3[_0x1e3c('0x40')])return;const _0x43f49f={'commandName':_0x1e3c('0x34'),'commandParams':[_0x135ea3],'formatGroupId':_0x351312()};_0x3ce61f['model'][_0x1e3c('0x2f')](()=>{if(_0x4df873[_0x1e3c('0x42')]()[_0x1e3c('0x24')](_0x47eb48=>_0x47eb48['isInContent']&&_0x58f65f==_0x47eb48[_0x1e3c('0x72')]&&('formatBlock'==_0x47eb48[_0x1e3c('0x5f')]||_0x1e3c('0x69')==_0x47eb48['type'])&&(_0x1e3c('0x3b')==_0x47eb48['subType']||_0x1e3c('0x67')==_0x47eb48[_0x1e3c('0x2e')])&&_0x47eb48[_0x1e3c('0x14')]()['isEqual'](_0xe51ea3))['forEach'](_0x35921e=>_0x4df873[_0x1e3c('0x6a')](_0x35921e[_0x1e3c('0xd')])),_0x1a7c8d=_0x514d99[_0x1e3c('0x56')](_0x3ce61f[_0x1e3c('0x48')]['document'][_0x1e3c('0x10')]),_0xe51ea3=_0x3ce61f['model'][_0x1e3c('0x43')](_0x1a7c8d),_0x102142[_0x1e3c('0x38')](),_0x3ce61f[_0x1e3c('0x73')][_0x1e3c('0x16')]('imageTypeInline')[_0x1e3c('0x38')](),_0x3ce61f['commands'][_0x1e3c('0x16')](_0x1e3c('0x70'))[_0x1e3c('0x38')](),_0x46abff=_0x102142['value'],_0x46abff!=_0x135ea3[_0x1e3c('0x40')])return _0x514d99['isInlineImage'](_0x1a7c8d)&&_0x102142[_0x1e3c('0x54')](_0x135ea3[_0x1e3c('0x40')],_0x1a7c8d)?(_0x41aeb7(_0x135ea3),_0x1a7c8d=_0x514d99[_0x1e3c('0x56')](_0x3ce61f[_0x1e3c('0x48')]['document'][_0x1e3c('0x10')]),void _0x4df873['markBlockFormat'](_0x1a7c8d,{..._0x43f49f,'commandReversedParams':[{'value':_0x46abff||null}]},[],_0x1e3c('0x3b'))):void(_0x514d99[_0x1e3c('0x20')](_0x1a7c8d)?_0x4df873['markBlockFormat'](_0x1a7c8d,_0x43f49f,[],_0x1e3c('0x67')):_0x4df873[_0x1e3c('0xe')](_0xe51ea3,_0x43f49f,'imageStylePostApply'));});});for(const _0x344416 of _0x3ce61f[_0x1e3c('0x39')][_0x1e3c('0x16')](_0x1e3c('0x29'))[_0x1e3c('0xb')])_0x3e69c4[_0x344416[_0x1e3c('0x5')]]=_0x344416[_0x1e3c('0x57')][_0x1e3c('0x7')]();_0x4df873[_0x1e3c('0x51')][_0x1e3c('0x50')](_0x1e3c('0x71'),_0x1e3c('0x3b'),_0x1e3c('0x37'),()=>{}),_0x4df873[_0x1e3c('0x51')][_0x1e3c('0x50')](_0x1e3c('0x71'),_0x1e3c('0x67'),_0x1e3c('0x37'),()=>{}),_0x4df873[_0x1e3c('0x51')][_0x1e3c('0x50')](_0x1e3c('0x69'),_0x1e3c('0x67'),'join',()=>{}),_0x4df873[_0x1e3c('0x51')][_0x1e3c('0x50')]('formatBlock',_0x1e3c('0x3b'),'accept',()=>{}),_0x4df873['_suggestionFactory'][_0x1e3c('0x50')](_0x1e3c('0x71'),_0x1e3c('0x3b'),_0x1e3c('0x2'),(_0x28ab33,_0x20590e)=>{_0x4df873[_0x1e3c('0x51')][_0x1e3c('0x66')](_0x1e3c('0x71'),'',_0x1e3c('0x46'))(_0x28ab33,{'commandName':_0x20590e[_0x1e3c('0x4e')],'commandParams':_0x20590e['commandReversedParams']});}),_0x4df873[_0x1e3c('0x51')][_0x1e3c('0x50')](_0x1e3c('0x71'),_0x1e3c('0x3b'),'chain',_0x551d3e);}const _0x4bd742=[{'type':_0x1e3c('0x71'),'subType':_0x1e3c('0x3b')},{'type':_0x1e3c('0x4d'),'subType':_0x1e3c('0xf')},{'type':_0x1e3c('0x71'),'subType':'convertInlineImageToBlock'},{'type':'insertion','subType':_0x1e3c('0x1d')}];function _0x4661ca(_0x668e39,_0x4383e6){const _0x189788=_0x4bd742['findIndex'](({type:_0x11bc80,subType:_0x31cc08})=>_0x668e39[_0x1e3c('0x5f')]==_0x11bc80&&_0x668e39[_0x1e3c('0x2e')]==_0x31cc08),_0x52c9c3=_0x4bd742[_0x1e3c('0x68')](({type:_0x5ba4f0,subType:_0x1f7e28})=>_0x4383e6[_0x1e3c('0x5f')]==_0x5ba4f0&&_0x4383e6['subType']==_0x1f7e28);if(_0x189788<0x0||_0x52c9c3<0x0)return!0x1;const _0x42233d=_0x668e39[_0x1e3c('0x14')](),_0x5ca657=_0x4383e6['getFirstRange']();if((0x0==_0x189788||0x1==_0x189788)&&0x2==_0x52c9c3&&_0x42233d[_0x1e3c('0x31')](_0x5ca657))return!0x0;if(0x2==_0x189788&&0x3==_0x52c9c3){const _0x336c35=_0x4df873[_0x1e3c('0x2b')](_0x42233d,_0x1e3c('0x4d'))['filter'](({suggestion:_0x591ea0,meta:_0x1efce9})=>_0x1efce9['isOwn']&&_0x1e3c('0x1d')==_0x591ea0[_0x1e3c('0x2e')]);if(_0x336c35[_0x1e3c('0x5e')]>0x1&&_0x5ca657[_0x1e3c('0x8')][_0x1e3c('0x52')](_0x42233d[_0x1e3c('0x65')]))return!0x0;if(0x1==_0x336c35[_0x1e3c('0x5e')]&&(_0x42233d['start'][_0x1e3c('0x52')](_0x5ca657[_0x1e3c('0x8')])||_0x42233d[_0x1e3c('0x8')][_0x1e3c('0x52')](_0x5ca657[_0x1e3c('0x65')])))return!0x0;}if(0x3==_0x189788&&0x3==_0x52c9c3&&_0x42233d['start'][_0x1e3c('0x6')](_0x5ca657[_0x1e3c('0x65')])){const _0x47ef99=_0x42233d[_0x1e3c('0x8')][_0x1e3c('0xa')],_0x45bc34=_0x5ca657[_0x1e3c('0x65')][_0x1e3c('0x0')];return _0x514d99[_0x1e3c('0x20')](_0x47ef99)&&_0x47ef99===_0x45bc34;}return!0x1;}function _0x551d3e(_0x3faeed,_0x233a2c){return _0x4661ca(_0x3faeed,_0x233a2c)?[_0x3faeed,_0x233a2c]:_0x4661ca(_0x233a2c,_0x3faeed)?[_0x233a2c,_0x3faeed]:null;}_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x15')][_0x1e3c('0x23')](()=>{let _0x2872fa=!0x1;const _0x4609cd=Array[_0x1e3c('0x3d')](_0x3ce61f[_0x1e3c('0x48')]['document'][_0x1e3c('0x1e')][_0x1e3c('0x3e')]());for(const {name:_0x12f2e1,data:_0x5ecf1f}of _0x4609cd){const {group:_0x48e264,type:_0x56c715,subType:_0x4446ab,id:_0x3fbfe4}=_0x4df873[_0x1e3c('0x32')](_0x12f2e1);if('suggestion'==_0x48e264&&_0x4df873[_0x1e3c('0x64')](_0x3fbfe4)){if(_0x1e3c('0x71')==_0x56c715&&(_0x1e3c('0x3b')==_0x4446ab||_0x1e3c('0x67')==_0x4446ab)){const _0x3716d9=_0x4df873[_0x1e3c('0x26')](_0x3fbfe4);if(_0x5ecf1f[_0x1e3c('0x41')]){const _0x482f0c=_0x3716d9[_0x1e3c('0x14')]()[_0x1e3c('0x55')]();if(_0x514d99['isBlockImage'](_0x482f0c))continue;_0x4df873[_0x1e3c('0x6a')](_0x3716d9),_0x2872fa=!0x0;}}if(_0x1e3c('0x4d')==_0x56c715&&_0x1e3c('0xf')==_0x4446ab&&!_0x5ecf1f[_0x1e3c('0x41')]){const _0x2df57b=_0x4df873[_0x1e3c('0x26')](_0x3fbfe4);_0x2df57b[_0x1e3c('0x63')]&&_0x2df57b[_0x1e3c('0x63')][_0x1e3c('0x45')]&&(_0x4df873[_0x1e3c('0x6a')](_0x2df57b[_0x1e3c('0x63')]),_0x2872fa=!0x0);}}}return _0x2872fa;}),_0x3ce61f[_0x1e3c('0x39')][_0x1e3c('0x18')]('ImageResize')&&_0x4df873[_0x1e3c('0x61')](_0x1e3c('0x62'),(_0x4bccd0,_0x46aebb)=>{const _0x4395aa=_0x514d99[_0x1e3c('0x56')](_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x15')][_0x1e3c('0x10')]);_0x4395aa[_0x1e3c('0x58')](_0x1e3c('0x25'))!=_0x46aebb[_0x1e3c('0x25')]&&_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x2f')](()=>{_0x4df873[_0x1e3c('0x6d')](_0x4395aa,{'commandName':_0x1e3c('0x62'),'commandParams':[_0x46aebb]});});}),_0x3ce61f[_0x1e3c('0x39')][_0x1e3c('0x18')](_0x1e3c('0x28'))&&_0x4df873[_0x1e3c('0x61')](_0x1e3c('0x2c'),(_0xb94a03,_0x2fdffe)=>{const _0x15769e=_0x514d99['getClosestSelectedImageElement'](_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x15')]['selection']);(_0x15769e['hasAttribute']('alt')?_0x15769e[_0x1e3c('0x58')](_0x1e3c('0x5a')):'')!=_0x2fdffe[_0x1e3c('0x21')]&&_0x3ce61f[_0x1e3c('0x48')][_0x1e3c('0x2f')](()=>{_0x4df873[_0x1e3c('0x6d')](_0x15769e,{'commandName':_0x1e3c('0x2c'),'commandParams':[_0x2fdffe]});});}),_0x4df873['_descriptionFactory'][_0x1e3c('0x1')](_0x31e72b=>{if(!!_0x4bd742['find'](({type:_0x391aab,subType:_0x10aa14})=>_0x31e72b['type']==_0x391aab&&_0x31e72b[_0x1e3c('0x2e')]==_0x10aa14))return _0x31e72b[_0x1e3c('0x6b')]?{}:void 0x0;}),_0x4df873[_0x1e3c('0x9')][_0x1e3c('0x1')](_0x547bed=>{if(_0x1e3c('0x4d')==_0x547bed['type']||'deletion'==_0x547bed[_0x1e3c('0x5f')]){const _0xb5dcdc=_0x547bed[_0x1e3c('0x55')]();if(_0xb5dcdc&&_0xb5dcdc['is'](_0x1e3c('0x13'),_0x1e3c('0xc')))return{'type':'insertion'==_0x547bed[_0x1e3c('0x5f')]?_0x1e3c('0x5c'):'removeObject','element':_0xb5dcdc,'quantity':0x1};}}),_0x4df873['_descriptionFactory'][_0x1e3c('0x1')](_0x888a7d=>'formatBlock'==_0x888a7d[_0x1e3c('0x5f')]&&'convertInlineImageToBlock'==_0x888a7d[_0x1e3c('0x2e')]?{'type':_0x1e3c('0x3c'),'content':_0x1e3c('0x3a')}:_0x1e3c('0x71')==_0x888a7d[_0x1e3c('0x5f')]&&_0x1e3c('0x35')==_0x888a7d[_0x1e3c('0x2e')]?{'type':_0x1e3c('0x3c'),'content':'Block\x20image\x20to\x20inline\x20image'}:void 0x0),_0x4df873['_descriptionFactory']['registerDescriptionCallback'](_0x86aef4=>{const {data:_0x404b55}=_0x86aef4;if(_0x404b55){if(_0x1e3c('0x34')==_0x404b55[_0x1e3c('0x4e')]){const _0x187db7=_0x404b55[_0x1e3c('0x5d')][0x0][_0x1e3c('0x40')];return _0x341561(_0x1e3c('0x33')===_0x187db7?_0x3a570e(_0x47e472,_0x1e3c('0x19')):_0x3e69c4[_0x187db7]||_0x187db7);}if(_0x1e3c('0x2c')==_0x404b55[_0x1e3c('0x4e')]){const _0x2650dc=_0x404b55['commandParams'][0x0][_0x1e3c('0x21')];return _0x2650dc?{'type':_0x1e3c('0x3c'),'content':_0x3a570e(_0x47e472,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0x2650dc+'\x22')}:{'type':_0x1e3c('0x3c'),'content':_0x3a570e(_0x47e472,'*Remove\x20image\x20text\x20alternative*')};}if(_0x1e3c('0x62')==_0x404b55[_0x1e3c('0x4e')]){const _0x264ee7=_0x404b55[_0x1e3c('0x5d')][0x0]['width'];return _0x264ee7?{'type':_0x1e3c('0x3c'),'content':_0x3a570e(_0x47e472,_0x1e3c('0x47'),_0x264ee7)}:{'type':_0x1e3c('0x3c'),'content':_0x3a570e(_0x47e472,'*Reset\x20image\x20width*')};}}function _0x341561(_0x316127){return{'type':_0x1e3c('0x3c'),'content':_0x3a570e(_0x47e472,'*Format:*\x20%0',_0x316127)};}});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3f25=['locale','getAttribute','handleReplaceImageCommand','document','replaceImageSource','subType','discard','model','_suggestionFactory','markBlockFormat','handleSuggestionDescription','Users','get','ImageEditing','accept','getContainedElement','editor','change','*Format:*\x20replace\x20image\x20URL','selection','has','commandName','getSelectedElement','plugins','_descriptionFactory','registerDescriptionCallback','TrackChangesEditing','registerCustomCallback','formatBlock','format','getSuggestionCallback','enableCommand'];(function(_0x57c7a5,_0x3f25a0){const _0x11dc98=function(_0x3f30ff){while(--_0x3f30ff){_0x57c7a5['push'](_0x57c7a5['shift']());}};_0x11dc98(++_0x3f25a0);}(_0x3f25,0x1d5));const _0x11dc=function(_0x57c7a5,_0x3f25a0){_0x57c7a5=_0x57c7a5-0x0;let _0x11dc98=_0x3f25[_0x57c7a5];return _0x11dc98;};import{Plugin as _0x57c773}from'ckeditor5/src/core';import{getTranslation as _0xc2b03a}from'../utils/common-translations';export default class Y extends _0x57c773{['afterInit'](){if(!this[_0x11dc('0x1b')][_0x11dc('0x2')][_0x11dc('0x1f')](_0x11dc('0x18')))return;const _0x1f4e6f=this[_0x11dc('0x1b')][_0x11dc('0x2')][_0x11dc('0x17')](_0x11dc('0x5'));_0x1f4e6f[_0x11dc('0xa')]('replaceImageSource',(_0x101a7b,_0xdcc6cf)=>this[_0x11dc('0xd')](_0x101a7b,_0xdcc6cf)),_0x1f4e6f['_suggestionFactory'][_0x11dc('0x6')](_0x11dc('0x7'),_0x11dc('0xf'),_0x11dc('0x19'),_0x1f4e6f[_0x11dc('0x13')][_0x11dc('0x9')](_0x11dc('0x7'),null,_0x11dc('0x11'))),_0x1f4e6f[_0x11dc('0x13')][_0x11dc('0x6')](_0x11dc('0x7'),_0x11dc('0xf'),_0x11dc('0x11'),_0x1f4e6f[_0x11dc('0x13')][_0x11dc('0x9')](_0x11dc('0x7'),null,_0x11dc('0x19'))),_0x1f4e6f[_0x11dc('0x3')][_0x11dc('0x4')](_0x48e1b5=>this[_0x11dc('0x15')](_0x48e1b5));}[_0x11dc('0xd')](_0x594fdc,_0x27dfd5){const _0x333cf7=this[_0x11dc('0x1b')][_0x11dc('0x2')][_0x11dc('0x17')]('TrackChangesEditing'),_0x3cbeaa=this[_0x11dc('0x1b')]['model'][_0x11dc('0xe')][_0x11dc('0x1e')][_0x11dc('0x1')]();this[_0x11dc('0x1b')][_0x11dc('0x12')][_0x11dc('0x1c')](()=>{let _0x4bbf88=_0x3cbeaa[_0x11dc('0xc')]('src');const _0x422818=this[_0x11dc('0x1b')][_0x11dc('0x2')][_0x11dc('0x17')](_0x11dc('0x16'))['me'];for(const _0x5de185 of _0x333cf7['getSuggestions']({'skipNotAttached':!0x0})){const _0x445a3e=_0x5de185[_0x11dc('0x1a')]();if(_0x11dc('0xf')===_0x5de185[_0x11dc('0x10')]&&_0x445a3e===_0x3cbeaa){_0x5de185['author']!==_0x422818&&_0x5de185[_0x11dc('0x11')](),_0x4bbf88=_0x5de185['data']['commandParams'][0x0]['source'];break;}}_0x594fdc(_0x27dfd5),_0x333cf7[_0x11dc('0x14')](_0x3cbeaa,{'commandName':'replaceImageSource','commandParams':[{'source':_0x4bbf88}]},[],'replaceImageSource');});}[_0x11dc('0x15')](_0x5603c1){const {data:_0x22e1ca}=_0x5603c1;if(_0x22e1ca&&_0x11dc('0xf')===_0x22e1ca[_0x11dc('0x0')]){const _0x5d9fca=_0x11dc('0x1d');return{'type':_0x11dc('0x8'),'content':_0xc2b03a(this[_0x11dc('0x1b')][_0x11dc('0xb')],_0x5d9fca)};}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x6273=['_trackChangesValueDuringImport','enableCommand','dataInsert','plugins','execute','editor','TrackChangesEditing','track_changes','trackChanges','bind','importWord','collaboration_features','Users','value','listenTo','lowest','_trackChangesExecuted','_handleImportedData','get','afterInit','commands'];(function(_0x4f67d4,_0x627384){const _0xc08c3=function(_0x58400d){while(--_0x58400d){_0x4f67d4['push'](_0x4f67d4['shift']());}};_0xc08c3(++_0x627384);}(_0x6273,0x1b1));const _0xc08c=function(_0x4f67d4,_0x627384){_0x4f67d4=_0x4f67d4-0x0;let _0xc08c3=_0x6273[_0x4f67d4];return _0xc08c3;};import{Plugin as _0x304fc3}from'ckeditor5/src/core';export default class Z extends _0x304fc3{constructor(_0x4b34cf){super(_0x4b34cf),this['_trackChangesValueDuringImport']=!0x1,this['_trackChangesExecuted']=!0x1;}[_0xc08c('0x6')](){const _0x1d6a4a=this[_0xc08c('0xd')],_0x355b1c=_0x1d6a4a[_0xc08c('0x7')][_0xc08c('0x5')]('importWord'),_0x199176=_0x1d6a4a['commands']['get'](_0xc08c('0x10'));_0x355b1c&&(_0x355b1c['on'](_0xc08c('0xc'),(_0x2090d3,[,_0x117c8f])=>{this[_0xc08c('0x8')]=_0x199176[_0xc08c('0x0')],_0x117c8f[_0xc08c('0x13')][_0xc08c('0xf')]=!this[_0xc08c('0x8')];},{'priority':'high'}),this['listenTo'](_0x355b1c,_0xc08c('0xa'),this[_0xc08c('0x4')][_0xc08c('0x11')](this)),this[_0xc08c('0x1')](_0x355b1c,'dataInsert',()=>{this[_0xc08c('0x3')]&&(_0x199176[_0xc08c('0xc')](),this['_trackChangesExecuted']=!0x1);},{'priority':_0xc08c('0x2')}),_0x1d6a4a[_0xc08c('0xb')][_0xc08c('0x5')](_0xc08c('0xe'))[_0xc08c('0x9')](_0xc08c('0x12')));}[_0xc08c('0x4')](_0x4661e9,_0x1c58e6){const {suggestions:_0x102687}=_0x1c58e6,_0x7109d3=this['editor'][_0xc08c('0x7')][_0xc08c('0x5')](_0xc08c('0x10')),_0x1d95fd=_0x7109d3[_0xc08c('0x0')];this[_0xc08c('0x8')]!==_0x1d95fd&&(_0x7109d3['execute'](),this[_0xc08c('0x3')]=!0x0),_0x102687&&_0x102687['forEach'](({id:_0x7f9b3a,type:_0x2a1b5b,author:_0x2a50b9,created_at:_0x511d75})=>{const _0x36dff2={'id':_0x7f9b3a,'type':_0x2a1b5b,'authorId':this[_0xc08c('0xd')][_0xc08c('0xb')][_0xc08c('0x5')](_0xc08c('0x14'))['me']['id'],'createdAt':new Date(),'data':null,'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x2a50b9,'createdAt':_0x511d75?new Date(_0x511d75):new Date(),'source':_0xc08c('0x12')}}};this['editor'][_0xc08c('0xb')]['get'](_0xc08c('0xe'))['_setSuggestionData'](_0x36dff2);});}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x2b13=['from','format','TrackChangesEditing','afterInit','registerDescriptionCallback','filter','commandName','document','model','indentBlock','plugins','getItemLabel','markBlockFormat','enableCommand','get','locale','getSelectedBlocks','indent','editor','blockIndent','checkAttribute','schema','_descriptionFactory','has','change','outdent','*Outdent:*\x20%0','*Indent:*\x20%0','outdentBlock','IndentBlock'];(function(_0x2bdf38,_0x2b13c8){const _0x33d480=function(_0x35c8b4){while(--_0x35c8b4){_0x2bdf38['push'](_0x2bdf38['shift']());}};_0x33d480(++_0x2b13c8);}(_0x2b13,0x11c));const _0x33d4=function(_0x2bdf38,_0x2b13c8){_0x2bdf38=_0x2bdf38-0x0;let _0x33d480=_0x2b13[_0x2bdf38];return _0x33d480;};import{Plugin as _0x4ed2da}from'ckeditor5/src/core';import{getTranslation as _0x58bbc7}from'../utils/common-translations';export default class tt extends _0x4ed2da{[_0x33d4('0x13')](){const _0x723dce=this['editor'],_0x1ec634=_0x723dce[_0x33d4('0x1a')][_0x33d4('0x0')](_0x33d4('0x12'));_0x723dce['plugins'][_0x33d4('0x9')]('IndentEditing')&&(_0x1ec634[_0x33d4('0x1d')](_0x33d4('0x3')),_0x1ec634[_0x33d4('0x1d')](_0x33d4('0xb')));const _0x516000=_0x723dce[_0x33d4('0x1')];if(_0x723dce['plugins']['has'](_0x33d4('0xf'))){for(const _0x42fade of['indentBlock',_0x33d4('0xe')])_0x1ec634[_0x33d4('0x1d')](_0x42fade,()=>{const _0x297962=Array[_0x33d4('0x10')](this[_0x33d4('0x4')][_0x33d4('0x18')][_0x33d4('0x17')]['selection'][_0x33d4('0x2')]())[_0x33d4('0x15')](_0x304321=>this['editor'][_0x33d4('0x18')][_0x33d4('0x7')][_0x33d4('0x6')](_0x304321,_0x33d4('0x5')));_0x723dce[_0x33d4('0x18')][_0x33d4('0xa')](()=>{for(const _0x555c81 of _0x297962)_0x1ec634[_0x33d4('0x1c')](_0x555c81,{'commandName':_0x42fade,'commandParams':[{'value':''}],'formatGroupId':'indentBlock'});});});_0x1ec634['_descriptionFactory'][_0x33d4('0x14')](_0x58b6c9=>{const {data:_0x4aad8b}=_0x58b6c9;if(!_0x4aad8b)return;if(_0x33d4('0x19')!=_0x4aad8b[_0x33d4('0x16')]&&_0x33d4('0xe')!=_0x4aad8b[_0x33d4('0x16')])return;const _0x4d03e7=_0x58b6c9['getItems']()[0x0],_0x3d7fc6=_0x1ec634[_0x33d4('0x8')][_0x33d4('0x1b')](_0x4d03e7);return'indentBlock'==_0x4aad8b[_0x33d4('0x16')]?{'type':_0x33d4('0x11'),'content':_0x58bbc7(_0x516000,_0x33d4('0xd'),_0x3d7fc6)}:'outdentBlock'==_0x4aad8b[_0x33d4('0x16')]?{'type':'format','content':_0x58bbc7(_0x516000,_0x33d4('0xc'),_0x3d7fc6)}:void 0x0;});}}}
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0xe403=['TrackChangesEditing','init','editor','enableCommand','input'];(function(_0x57f79c,_0xe403ef){var _0x9153c0=function(_0x136e59){while(--_0x136e59){_0x57f79c['push'](_0x57f79c['shift']());}};_0x9153c0(++_0xe403ef);}(_0xe403,0x1d5));var _0x9153=function(_0x57f79c,_0xe403ef){_0x57f79c=_0x57f79c-0x0;var _0x9153c0=_0xe403[_0x57f79c];return _0x9153c0;};import{Plugin as _0x15fcc2}from'ckeditor5/src/core';import{Input as _0x409f49}from'ckeditor5/src/typing';export default class it extends _0x15fcc2{static get['requires'](){return[_0x409f49];}[_0x9153('0x2')](){this[_0x9153('0x3')]['plugins']['get'](_0x9153('0x1'))[_0x9153('0x4')](_0x9153('0x0'));}}
|
package/src/integrations/link.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xca36=['document','link','afterInit','format','TrackChangesEditing','commandParams','isCollapsed','plugins','model','change','registerDescriptionCallback','commandName','getAttribute','getFirstRange','from','has','*Remove\x20link*','editor','_descriptionFactory','locale','unlink','linkHref','markInlineFormat','get','getFirstPosition','LinkEditing'];(function(_0x4fba26,_0xca3695){const _0x5721ea=function(_0x415d02){while(--_0x415d02){_0x4fba26['push'](_0x4fba26['shift']());}};_0x5721ea(++_0xca3695);}(_0xca36,0x1b3));const _0x5721=function(_0x4fba26,_0xca3695){_0x4fba26=_0x4fba26-0x0;let _0x5721ea=_0xca36[_0x4fba26];return _0x5721ea;};import{Plugin as _0x49acc}from'ckeditor5/src/core';import{findAttributeRange as _0x22b0f2}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x4dfba7}from'./utils';import{getTranslation as _0x206fdf}from'../utils/common-translations';export default class et extends _0x49acc{[_0x5721('0x9')](){const _0x3a9b65=this[_0x5721('0x18')];if(!_0x3a9b65[_0x5721('0xe')][_0x5721('0x16')](_0x5721('0x6')))return;const _0x597bb9=_0x3a9b65['plugins'][_0x5721('0x4')](_0x5721('0xb'));_0x597bb9['enableCommand'](_0x5721('0x8'),(_0x499be9,_0x54c22e)=>{const _0x20f83e=_0x3a9b65[_0x5721('0xf')][_0x5721('0x7')]['selection'];let _0x5877e4=[];if(_0x20f83e[_0x5721('0xd')]){if(!_0x20f83e['hasAttribute']('linkHref'))return void _0x499be9(_0x54c22e);{const _0x3df483=_0x22b0f2(_0x20f83e[_0x5721('0x5')](),_0x5721('0x2'),_0x20f83e[_0x5721('0x13')]('linkHref'),_0x3a9b65['model']);_0x5877e4=[_0x3df483];}}else _0x5877e4=Array[_0x5721('0x15')](_0x20f83e['getRanges']());_0x3a9b65['model']['change'](()=>{for(const _0x188dda of _0x5877e4)_0x597bb9[_0x5721('0x3')](_0x188dda,{'commandName':_0x5721('0x8'),'commandParams':[_0x54c22e]});});}),_0x597bb9['enableCommand'](_0x5721('0x1'),()=>{const _0x1fe3b9=this[_0x5721('0x18')][_0x5721('0xf')],_0x5e9b34=_0x1fe3b9[_0x5721('0x7')]['selection'];_0x1fe3b9[_0x5721('0x10')](()=>{let _0x44f5b4=[];if(_0x5e9b34[_0x5721('0xd')])_0x44f5b4=[_0x22b0f2(_0x5e9b34[_0x5721('0x5')](),_0x5721('0x2'),_0x5e9b34['getAttribute'](_0x5721('0x2')),_0x3a9b65[_0x5721('0xf')])];else _0x44f5b4=_0x4dfba7('linkHref',_0x5e9b34[_0x5721('0x14')](),_0x3a9b65[_0x5721('0xf')]);for(const _0x2f7c91 of _0x44f5b4)_0x597bb9['markInlineFormat'](_0x2f7c91,{'commandName':_0x5721('0x1'),'commandParams':[]});});}),_0x597bb9[_0x5721('0x19')][_0x5721('0x11')](_0x5cb057=>{const {data:_0x1792bc}=_0x5cb057,_0x300619=_0x3a9b65[_0x5721('0x0')];if(_0x1792bc){if(_0x5721('0x8')==_0x1792bc[_0x5721('0x12')]){const _0x28bce6=_0x1792bc[_0x5721('0xc')][0x0];return{'type':_0x5721('0xa'),'content':_0x206fdf(_0x300619,'*Set\x20link:*\x20%0','\x22'+_0x28bce6+'\x22')};}return _0x5721('0x1')==_0x1792bc[_0x5721('0x12')]?{'type':_0x5721('0xa'),'content':_0x206fdf(_0x300619,_0x5721('0x17'))}:void 0x0;}});}}
|
package/src/integrations/list.js
CHANGED
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x220c=['findIndex','parent','ELEMENT_NUMBERED_LIST','change','value','slice','element','has','bulletedList','*Change\x20to:*\x20%0','_descriptionFactory','nextSibling','checkTodoList','add','format','plugins','forceValue','from','listType','markBlockFormat','getSelectedBlocks','afterInit','listItem','editor','commandParams','filter','push','listIndent','_selectedElements','outdentList','createPositionAt','ListEditing','document','model','createRange','paragraph','*Indent:*\x20%0','todoList','indentList','previousSibling','*Check\x20item*','registerDescriptionCallback','getAttribute','bulleted','name','numberedList','blockName','get','*Outdent:*\x20%0','execute','todoListChecked','*Uncheck\x20item*','TodoListEditing','todo','checkChild','enableCommand','commands','locale','commandName','schema','selection','length','ELEMENT_TODO_LIST','ELEMENT_LIST_ITEM'];(function(_0x59083d,_0x220ceb){const _0x5a0812=function(_0x397dc6){while(--_0x397dc6){_0x59083d['push'](_0x59083d['shift']());}};_0x5a0812(++_0x220ceb);}(_0x220c,0x1da));const _0x5a08=function(_0x59083d,_0x220ceb){_0x59083d=_0x59083d-0x0;let _0x5a0812=_0x220c[_0x59083d];return _0x5a0812;};import{Plugin as _0x2a9359}from'ckeditor5/src/core';import{getTranslation as _0x35e78d}from'../utils/common-translations';export default class st extends _0x2a9359{[_0x5a08('0x3b')](){const _0x4e4d73=this[_0x5a08('0x3d')],_0x164947=_0x4e4d73[_0x5a08('0x1f')];if(!_0x4e4d73[_0x5a08('0x35')][_0x5a08('0x2d')](_0x5a08('0x5')))return;const _0x5636dc=_0x4e4d73[_0x5a08('0x35')][_0x5a08('0x15')]('TrackChangesEditing'),_0x5e014a=_0x4e4d73['plugins'][_0x5a08('0x2d')](_0x5a08('0x1a'));function _0x45f1ec(_0x4fd41c){return()=>{const _0x2c56df=_0x4e4d73['model'][_0x5a08('0x6')][_0x5a08('0x22')],_0x2a2421=_0x4e4d73[_0x5a08('0x1e')][_0x5a08('0x15')](_0x4fd41c);if(_0x2a2421[_0x5a08('0x2a')])return void _0x4e4d73[_0x5a08('0x17')](_0x5a08('0x9'),{});const _0x1154ed=_0x4fd41c[_0x5a08('0x2b')](0x0,-0x4),_0x6ea7f8=function(_0x1bfdfa,_0xd44628,_0x51be97){let _0x45b24a=Array['from'](_0x1bfdfa)[_0x5a08('0x3f')](_0x3c46dd=>function(_0x2642de,_0x51e539){return _0x51e539[_0x5a08('0x1c')](_0x2642de[_0x5a08('0x27')],'listItem')&&!_0x51e539['isObject'](_0x2642de);}(_0x3c46dd,_0x51be97));_0x45b24a=_0x45b24a[_0x5a08('0x3f')](_0x588617=>!_0x588617['is'](_0x5a08('0x2c'),_0x5a08('0x3c'))||_0x588617['getAttribute'](_0x5a08('0x38'))!=_0xd44628);const _0x3626b2=new Set();for(const _0x116ca6 of _0x45b24a)_0x116ca6['is'](_0x5a08('0x2c'),_0x5a08('0x3c'))?_0x3626b2['add'](ne(_0x116ca6)):_0x3626b2[_0x5a08('0x33')](_0x116ca6);return Array[_0x5a08('0x37')](_0x3626b2);}(_0x2c56df[_0x5a08('0x3a')](),_0x1154ed,_0x4e4d73[_0x5a08('0x7')][_0x5a08('0x21')]);_0x4e4d73[_0x5a08('0x7')]['change'](()=>{for(const _0x5e1391 of _0x6ea7f8)_0x5636dc[_0x5a08('0x39')](_0x5e1391,{'commandName':_0x4fd41c,'commandParams':[{'forceValue':!_0x2a2421[_0x5a08('0x2a')]}],'formatGroupId':_0x5a08('0x14')},oe(_0x5e1391));});};}function _0x874615(_0x54a8f1){return()=>{const _0x2e1815=function(_0x1c5eb2){let _0x2d816f=Array[_0x5a08('0x37')](_0x1c5eb2);const _0x428bd9=_0x2d816f[_0x5a08('0x26')](_0x178b5b=>_0x5a08('0x3c')!=_0x178b5b[_0x5a08('0x12')]);return _0x428bd9>-0x1&&(_0x2d816f=_0x2d816f[_0x5a08('0x2b')](0x0,_0x428bd9)),_0x2d816f;}(_0x4e4d73['model'][_0x5a08('0x6')][_0x5a08('0x22')][_0x5a08('0x3a')]()),_0x401ddb=_0x4e4d73[_0x5a08('0x7')][_0x5a08('0x8')](_0x4e4d73[_0x5a08('0x7')][_0x5a08('0x4')](_0x2e1815[0x0],'before'),_0x4e4d73[_0x5a08('0x7')][_0x5a08('0x4')](_0x2e1815[_0x2e1815[_0x5a08('0x23')]-0x1],'end'));_0x4e4d73[_0x5a08('0x7')]['change'](()=>{_0x5636dc[_0x5a08('0x39')](_0x401ddb,{'commandName':_0x54a8f1,'commandParams':[],'formatGroupId':_0x5a08('0x1')},function(_0xd88ddd){const _0x2a48ab=new Set();for(const _0x4d37e7 of _0xd88ddd){let _0x78578d=_0x4d37e7['nextSibling'];for(;_0x78578d&&_0x78578d[_0x5a08('0x10')](_0x5a08('0x1'))>_0x4d37e7[_0x5a08('0x10')](_0x5a08('0x1'));)_0x2a48ab[_0x5a08('0x33')](_0x78578d),_0x78578d=_0x78578d[_0x5a08('0x31')];}return Array[_0x5a08('0x37')](_0x2a48ab);}(_0x2e1815));});};}_0x5636dc[_0x5a08('0x1d')](_0x5a08('0x13'),_0x45f1ec(_0x5a08('0x13'))),_0x5636dc[_0x5a08('0x1d')](_0x5a08('0x2e'),_0x45f1ec(_0x5a08('0x2e'))),_0x5e014a&&_0x5636dc[_0x5a08('0x1d')](_0x5a08('0xb'),_0x45f1ec(_0x5a08('0xb'))),_0x5636dc[_0x5a08('0x1d')](_0x5a08('0xc'),_0x874615(_0x5a08('0xc'))),_0x5636dc[_0x5a08('0x1d')](_0x5a08('0x3'),_0x874615(_0x5a08('0x3'))),_0x5e014a&&_0x5636dc[_0x5a08('0x1d')](_0x5a08('0x32'),()=>{const _0x354f16=_0x4e4d73['commands'][_0x5a08('0x15')](_0x5a08('0x32')),_0x2fb112=Array[_0x5a08('0x37')](_0x354f16[_0x5a08('0x2')]);_0x2fb112[_0x5a08('0x3f')](_0x1bbf2e=>_0x1bbf2e[_0x5a08('0x10')](_0x5a08('0x18'))!=_0x354f16['value']),_0x4e4d73[_0x5a08('0x7')][_0x5a08('0x29')](()=>{for(const _0x313958 of _0x2fb112)_0x5636dc['markBlockFormat'](_0x313958,{'commandName':_0x5a08('0x32'),'commandParams':[{'forceValue':!_0x354f16[_0x5a08('0x2a')]}]});});}),_0x5636dc['_descriptionFactory']['registerElementLabel'](_0x5a08('0x3c'),_0x24b72c=>_0x35e78d(_0x164947,_0x5a08('0x25'),_0x24b72c)),_0x5636dc[_0x5a08('0x30')][_0x5a08('0xf')](_0x194867=>{const {data:_0x2734e9}=_0x194867;if(_0x2734e9){if(_0x5a08('0x13')==_0x2734e9[_0x5a08('0x20')]||'bulletedList'==_0x2734e9[_0x5a08('0x20')]||_0x5a08('0xb')==_0x2734e9['commandName'])switch(_0x2734e9[_0x5a08('0x20')]['replace']('List','')){case _0x5a08('0x11'):return _0xb41b20(_0x35e78d(_0x164947,'ELEMENT_BULLETED_LIST'));case'numbered':return _0xb41b20(_0x35e78d(_0x164947,_0x5a08('0x28')));case _0x5a08('0x1b'):return _0xb41b20(_0x35e78d(_0x164947,_0x5a08('0x24')));}if('indentList'==_0x2734e9[_0x5a08('0x20')])return{'type':_0x5a08('0x34'),'content':_0x35e78d(_0x164947,_0x5a08('0xa'),_0x35e78d(_0x164947,_0x5a08('0x25')))};if(_0x5a08('0x3')==_0x2734e9[_0x5a08('0x20')])return{'type':'format','content':_0x35e78d(_0x164947,_0x5a08('0x16'),_0x35e78d(_0x164947,'ELEMENT_LIST_ITEM'))};if('checkTodoList'==_0x2734e9[_0x5a08('0x20')])return _0x2734e9[_0x5a08('0x3e')][0x0][_0x5a08('0x36')]?{'type':'format','content':_0x35e78d(_0x164947,_0x5a08('0xe'))}:{'type':_0x5a08('0x34'),'content':_0x35e78d(_0x164947,_0x5a08('0x19'))};}function _0xb41b20(_0x1fa983){return{'type':_0x5a08('0x34'),'content':_0x35e78d(_0x164947,_0x5a08('0x2f'),_0x1fa983)};}});}}function ne(_0x16994a){const _0x13c79f=_0x16994a[_0x5a08('0x10')](_0x5a08('0x1'));if(0x0==_0x13c79f)return _0x16994a;let _0x1cefc1=_0x16994a;for(;_0x16994a[_0x5a08('0xd')]&&_0x16994a[_0x5a08('0xd')]['is'](_0x5a08('0x2c'),_0x5a08('0x3c'));){const _0x5e0e57=_0x16994a[_0x5a08('0xd')][_0x5a08('0x10')](_0x5a08('0x1'));if(_0x5e0e57==_0x13c79f)_0x1cefc1=_0x16994a[_0x5a08('0xd')];else{if(_0x5e0e57<_0x13c79f)break;}_0x16994a=_0x16994a[_0x5a08('0xd')];}return _0x1cefc1;}function oe(_0x31180d){const _0x3a4019=[];if(_0x31180d['is'](_0x5a08('0x2c'),_0x5a08('0x3c'))&&_0x31180d[_0x5a08('0x10')](_0x5a08('0x1'))>0x0){let _0x331cd9=_0x31180d[_0x5a08('0x31')];for(;_0x331cd9&&_0x5a08('0x3c')==_0x331cd9[_0x5a08('0x12')]&&_0x331cd9[_0x5a08('0x10')](_0x5a08('0x1'))==_0x31180d['getAttribute']('listIndent');)_0x3a4019[_0x5a08('0x0')](_0x331cd9),_0x331cd9=_0x331cd9['nextSibling'];}return _0x3a4019;}
|