@ckeditor/ckeditor5-track-changes 35.4.0 → 36.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/track-changes.js +3 -3
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +6 -3
- package/lang/translations/ar.po +16 -4
- package/lang/translations/az.po +16 -4
- package/lang/translations/bg.po +16 -4
- package/lang/translations/bn.po +16 -4
- package/lang/translations/ca.po +16 -4
- package/lang/translations/cs.po +16 -4
- package/lang/translations/da.po +16 -4
- package/lang/translations/de.po +16 -4
- package/lang/translations/el.po +16 -4
- package/lang/translations/en-au.po +16 -4
- package/lang/translations/en.po +16 -4
- package/lang/translations/es.po +16 -4
- package/lang/translations/et.po +16 -4
- package/lang/translations/fi.po +16 -4
- package/lang/translations/fr.po +16 -4
- package/lang/translations/gl.po +16 -4
- package/lang/translations/he.po +16 -4
- package/lang/translations/hi.po +16 -4
- package/lang/translations/hr.po +16 -4
- package/lang/translations/hu.po +16 -4
- package/lang/translations/id.po +16 -4
- package/lang/translations/it.po +16 -4
- package/lang/translations/ja.po +16 -4
- package/lang/translations/ko.po +16 -4
- package/lang/translations/lt.po +16 -4
- package/lang/translations/lv.po +16 -4
- package/lang/translations/ms.po +16 -4
- package/lang/translations/nl.po +16 -4
- package/lang/translations/no.po +16 -4
- package/lang/translations/pl.po +16 -4
- package/lang/translations/pt-br.po +16 -4
- package/lang/translations/pt.po +16 -4
- package/lang/translations/ro.po +16 -4
- package/lang/translations/ru.po +16 -4
- package/lang/translations/sk.po +16 -4
- package/lang/translations/sr-latn.po +32 -20
- package/lang/translations/sr.po +33 -21
- package/lang/translations/sv.po +16 -4
- package/lang/translations/th.po +16 -4
- package/lang/translations/tk.po +16 -4
- package/lang/translations/tr.po +16 -4
- package/lang/translations/tt.po +16 -4
- package/lang/translations/uk.po +16 -4
- package/lang/translations/ur.po +16 -4
- package/lang/translations/vi.po +16 -4
- package/lang/translations/zh-cn.po +16 -4
- package/lang/translations/zh.po +16 -4
- package/package.json +4 -4
- package/src/commands/acceptsuggestioncommand.js +2 -2
- package/src/commands/discardsuggestioncommand.js +2 -2
- package/src/commands/executeonallsuggestionscommand.js +2 -2
- package/src/commands/executeonselectedsuggestionscommand.js +2 -2
- package/src/commands/trackchangescommand.js +2 -2
- package/src/index.js +1 -1
- package/src/integrations/alignment.js +2 -2
- package/src/integrations/basicstyles.js +2 -2
- package/src/integrations/blockquote.js +2 -2
- package/src/integrations/ckbox.js +2 -2
- package/src/integrations/codeblock.js +2 -2
- package/src/integrations/comments.js +2 -2
- package/src/integrations/deletecommand.js +2 -2
- package/src/integrations/documentlist.js +2 -2
- package/src/integrations/documentlistproperties.js +2 -2
- package/src/integrations/entercommand.js +2 -2
- package/src/integrations/findandreplace.js +23 -0
- package/src/integrations/font.js +2 -2
- package/src/integrations/heading.js +2 -2
- package/src/integrations/highlight.js +2 -2
- package/src/integrations/horizontalline.js +2 -2
- package/src/integrations/htmlembed.js +2 -2
- package/src/integrations/image.js +2 -2
- package/src/integrations/imagereplace.js +23 -0
- package/src/integrations/importword.js +2 -2
- package/src/integrations/indent.js +2 -2
- package/src/integrations/inputcommand.js +2 -2
- package/src/integrations/link.js +2 -2
- package/src/integrations/list.js +2 -2
- package/src/integrations/listproperties.js +2 -2
- package/src/integrations/mediaembed.js +2 -2
- package/src/integrations/mention.js +2 -2
- package/src/integrations/pagebreak.js +2 -2
- package/src/integrations/paragraph.js +2 -2
- package/src/integrations/removeformat.js +2 -2
- package/src/integrations/restrictededitingmode.js +2 -2
- package/src/integrations/shiftentercommand.js +2 -2
- package/src/integrations/standardeditingmode.js +2 -2
- package/src/integrations/style.js +2 -2
- package/src/integrations/table.js +2 -2
- package/src/integrations/tablecaption.js +2 -2
- package/src/integrations/tableclipboard.js +2 -2
- package/src/integrations/tablecolumnresize.js +2 -2
- package/src/integrations/tableheadings.js +2 -2
- package/src/integrations/tablemergesplit.js +2 -2
- package/src/integrations/tableproperties.js +23 -0
- package/src/integrations/title.js +2 -2
- package/src/integrations/undo.js +2 -2
- package/src/integrations/utils.js +2 -2
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.js +2 -2
- package/src/trackchanges.js +2 -2
- package/src/trackchangesdata.js +2 -2
- package/src/trackchangesediting.js +2 -2
- package/src/trackchangesui.js +2 -2
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.js +2 -2
- package/src/ui/view/suggestionthreadview.js +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/utils.js +2 -2
package/src/integrations/font.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1658=['*Set\x20font\x20family:*\x20%0','markInlineFormat','toLowerCase','FontBackgroundColorEditing','commandParams','fontSize.options','model','fontBackgroundColor','get','*Reset\x20font\x20background\x20color*','value','afterInit','FontSizeEditing','selection','normalizeSizeOptions','plugins','fontColor.colors','*Set\x20font\x20background\x20color:*\x20%0','_descriptionFactory','editor','trim','fontColor','TrackChangesEditing','from','FontFamilyEditing','config','title','label','format','document','fontFamily','locale','find','_enableCommand','fontSize','commandName','enableCommand','FontColorEditing','getRanges','fontBackgroundColor.colors','change','FontSize','*Set\x20font\x20color:*\x20%0','has','*Set\x20font\x20size:*\x20%0','*Reset\x20font\x20color*'];(function(_0x4713e9,_0x165807){const _0x5611c7=function(_0x12cf77){while(--_0x12cf77){_0x4713e9['push'](_0x4713e9['shift']());}};_0x5611c7(++_0x165807);}(_0x1658,0x18e));const _0x5611=function(_0x4713e9,_0x165807){_0x4713e9=_0x4713e9-0x0;let _0x5611c7=_0x1658[_0x4713e9];return _0x5611c7;};import{Plugin as _0x4ea978}from'ckeditor5/src/core';import{normalizeColorOptions as _0x1da3db}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0xd44fa9}from'./utils';import{getTranslation as _0x3186d6}from'../utils/common-translations';const Yt=[{'pluginName':_0x5611('0x1c'),'commandName':_0x5611('0x4')},{'pluginName':_0x5611('0x28'),'commandName':_0x5611('0x0')},{'pluginName':_0x5611('0x7'),'commandName':_0x5611('0x25')},{'pluginName':_0x5611('0x13'),'commandName':_0x5611('0x17')}];export default class J extends _0x4ea978{[_0x5611('0x1b')](){const _0x1df83f=this[_0x5611('0x23')][_0x5611('0x1')];for(const {pluginName:_0xeeedf7,commandName:_0x58f90d}of Yt)this[_0x5611('0x23')][_0x5611('0x1f')][_0x5611('0xd')](_0xeeedf7)&&this[_0x5611('0x3')](_0x58f90d);this[_0x5611('0x23')][_0x5611('0x1f')][_0x5611('0x18')]('TrackChangesEditing')[_0x5611('0x22')]['registerDescriptionCallback'](_0xf0552b=>{const {data:_0x7da672}=_0xf0552b;if(null!=_0x7da672){if(_0x5611('0x4')==_0x7da672['commandName']){const _0xc18323=_0x7da672['commandParams'][0x0][_0x5611('0x1a')];if(_0xc18323){const _0x336ec0=this[_0x5611('0x23')][_0x5611('0x1f')][_0x5611('0x18')](_0x5611('0xb'))[_0x5611('0x1e')](this[_0x5611('0x23')][_0x5611('0x29')]['get'](_0x5611('0x15')))[_0x5611('0x2')](_0x2f8ecf=>_0x2f8ecf['model']==_0xc18323)[_0x5611('0x2a')],_0x193245=this[_0x5611('0x23')][_0x5611('0x1')]['_t'](_0x336ec0)[_0x5611('0x12')]();return{'type':_0x5611('0x2c'),'content':_0x3186d6(_0x1df83f,_0x5611('0xe'),_0x193245)};}return{'type':_0x5611('0x2c'),'content':_0x3186d6(_0x1df83f,'*Reset\x20font\x20size*')};}if(_0x5611('0x0')==_0x7da672[_0x5611('0x5')]){const _0x570998=_0x7da672[_0x5611('0x14')][0x0][_0x5611('0x1a')];return _0x570998?{'type':_0x5611('0x2c'),'content':_0x3186d6(_0x1df83f,_0x5611('0x10'),_0x570998)}:{'type':_0x5611('0x2c'),'content':_0x3186d6(_0x1df83f,'*Reset\x20font\x20family*')};}if(_0x5611('0x25')==_0x7da672['commandName']){const _0x1741f0=_0x7da672[_0x5611('0x14')][0x0][_0x5611('0x1a')];if(_0x1741f0){const _0x3af18a=_0x1da3db(this[_0x5611('0x23')][_0x5611('0x29')][_0x5611('0x18')](_0x5611('0x20')))[_0x5611('0x2')](_0x414341=>_0x414341['model']==_0x1741f0);let _0x5101ff=_0x1741f0,_0x6b64be='';return _0x3af18a&&(_0x5101ff=_0x3af18a[_0x5611('0x2b')],_0x6b64be=_0x1df83f['_t'](_0x5101ff)['toLowerCase']()),{'type':_0x5611('0x2c'),'content':_0x3186d6(_0x1df83f,_0x5611('0xc'),_0x6b64be)['trim'](),'color':{'value':_0x1741f0,'title':_0x6b64be||_0x5101ff}};}return{'type':'format','content':_0x3186d6(_0x1df83f,_0x5611('0xf'))};}if(_0x5611('0x17')==_0x7da672[_0x5611('0x5')]){const _0x41e637=_0x7da672[_0x5611('0x14')][0x0]['value'];if(_0x41e637){const _0x28f17d=_0x1da3db(this[_0x5611('0x23')][_0x5611('0x29')][_0x5611('0x18')](_0x5611('0x9')))[_0x5611('0x2')](_0x37852c=>_0x37852c[_0x5611('0x16')]==_0x41e637);let _0x36fcbc=_0x41e637,_0xeb17e0='';return _0x28f17d&&(_0x36fcbc=_0x28f17d['label'],_0xeb17e0=_0x1df83f['_t'](_0x36fcbc)[_0x5611('0x12')]()),{'type':'format','content':_0x3186d6(_0x1df83f,_0x5611('0x21'),_0xeb17e0)[_0x5611('0x24')](),'color':{'value':_0x41e637,'title':_0xeb17e0||_0x36fcbc}};}return{'type':_0x5611('0x2c'),'content':_0x3186d6(_0x1df83f,_0x5611('0x19'))};}}});}[_0x5611('0x3')](_0xddd01c){const _0x2a641d=this[_0x5611('0x23')];_0x2a641d[_0x5611('0x1f')][_0x5611('0x18')](_0x5611('0x26'))[_0x5611('0x6')](_0xddd01c,(_0x519184,_0x398a2d={})=>{const _0x55c4ed=_0x2a641d['model'][_0x5611('0x2d')][_0x5611('0x1d')],_0x11a547=_0x398a2d['value'];_0x55c4ed['isCollapsed']?_0x519184(_0x398a2d):_0x2a641d[_0x5611('0x16')][_0x5611('0xa')](()=>{const _0x47e3c8=Array[_0x5611('0x27')](_0x55c4ed[_0x5611('0x8')]());for(const _0x5ab86f of _0x47e3c8){const _0xeb6839=_0x11a547?[_0x5ab86f]:_0xd44fa9(_0xddd01c,_0x5ab86f,_0x2a641d[_0x5611('0x16')]);for(const _0x3fe76e of _0xeb6839)_0x2a641d['plugins'][_0x5611('0x18')](_0x5611('0x26'))[_0x5611('0x11')](_0x3fe76e,{'commandName':_0xddd01c,'commandParams':[{'value':_0x11a547}]});}});});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x4f67=['match','registerElementLabel','heading','_descriptionFactory','afterInit','commandParams','from','HeadingEditing','schema','heading.options','enableCommand','ELEMENT_HEADING','ELEMENT_HEADING_CUSTOM','paragraph','registerDescriptionCallback','*Change\x20to:*\x20%0','model','format','selection','config','parent','editor','markBlockFormat','change','document','get','find','name','title','value'];(function(_0x5da0a6,_0x4f67f7){const _0x308eef=function(_0x3e9092){while(--_0x3e9092){_0x5da0a6['push'](_0x5da0a6['shift']());}};_0x308eef(++_0x4f67f7);}(_0x4f67,0x1ed));const _0x308e=function(_0x5da0a6,_0x4f67f7){_0x5da0a6=_0x5da0a6-0x0;let _0x308eef=_0x4f67[_0x5da0a6];return _0x308eef;};import{Plugin as _0x444fc0}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0xb5750e}from'./utils';import{getTranslation as _0x2838ec}from'../utils/common-translations';export default class K extends _0x444fc0{[_0x308e('0x15')](){const _0x546698=this['editor'],_0x1eb0b2=_0x546698['locale'],_0x215cd5=_0x546698[_0x308e('0x6')][_0x308e('0xc')](_0x308e('0x1a'));if(!_0x546698['plugins']['has'](_0x308e('0x18')))return;const _0x34e66d=_0x546698['plugins']['get']('TrackChangesEditing');_0x34e66d[_0x308e('0x1b')](_0x308e('0x13'),(_0x25d813,_0x1a2e9a)=>{const _0x48f81d=_0x1a2e9a[_0x308e('0x10')],_0x1621ba=Array[_0x308e('0x17')](this[_0x308e('0x8')][_0x308e('0x3')][_0x308e('0xb')][_0x308e('0x5')]['getSelectedBlocks']())['filter'](_0x74d8d0=>function(_0x586a59,_0x5c2b3e,_0x39ce8f){return _0x39ce8f['checkChild'](_0x586a59[_0x308e('0x7')],_0x5c2b3e)&&!_0x39ce8f['isObject'](_0x586a59)&&_0x586a59[_0x308e('0xe')]!=_0x5c2b3e;}(_0x74d8d0,_0x48f81d,this[_0x308e('0x8')][_0x308e('0x3')][_0x308e('0x19')]));_0x546698['model'][_0x308e('0xa')](()=>{for(const _0x2c19e8 of _0x1621ba)_0x34e66d[_0x308e('0x9')](_0x2c19e8,{'commandName':'heading','commandParams':[_0x1a2e9a],'formatGroupId':'blockName'},_0xb5750e(_0x2c19e8));});});for(const _0x3e70ae of _0x215cd5)_0x308e('0x0')!=_0x3e70ae[_0x308e('0x3')]&&_0x34e66d[_0x308e('0x14')][_0x308e('0x12')](_0x3e70ae['model'],_0x252e28=>{const _0x35d811=tn(_0x3e70ae[_0x308e('0x3')]);return null!==_0x35d811?_0x2b7730(_0x252e28,_0x35d811):_0x45ddda(_0x252e28,_0x3e70ae['title']);});function _0x2b7730(_0x1173e9,_0x2b4d58){return _0x2838ec(_0x1eb0b2,_0x308e('0x1c'),[_0x1173e9,_0x2b4d58]);}function _0x45ddda(_0x4b1dc8,_0x4bc409){return _0x2838ec(_0x1eb0b2,_0x308e('0x1d'),[_0x4b1dc8,_0x4bc409]);}_0x34e66d[_0x308e('0x14')][_0x308e('0x1')](_0x533505=>{const {type:_0x2a59b2,data:_0x4df2f0}=_0x533505;if('formatBlock'==_0x2a59b2&&_0x4df2f0&&_0x308e('0x13')==_0x4df2f0['commandName']){const _0xe0590c=_0x4df2f0[_0x308e('0x16')][0x0][_0x308e('0x10')],_0x11fb1b=tn(_0xe0590c);if(null!==_0x11fb1b)return{'type':_0x308e('0x4'),'content':_0x2838ec(_0x1eb0b2,_0x308e('0x2'),_0x2b7730(0x1,_0x11fb1b))};const _0x2e23a5=_0x215cd5[_0x308e('0xd')](_0x2d3a04=>_0x2d3a04[_0x308e('0x3')]===_0xe0590c)[_0x308e('0xf')];return{'type':_0x308e('0x4'),'content':_0x2838ec(_0x1eb0b2,'*Change\x20to:*\x20%0',_0x45ddda(0x1,_0x2e23a5))};}});}}function tn(_0x416cca){const _0x34335a=_0x416cca[_0x308e('0x11')](/^heading(\d+)$/);return _0x34335a?_0x34335a[0x1]:null;}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x1531=['document','getLastMatchingPosition','selection','formatInline','has','registerDescriptionCallback','*Remove\x20highlight*','*Set\x20highlight:*\x20%0','change','model','_descriptionFactory','getAttribute','color','toLowerCase','locale','find','config','enableCommand','editor','afterInit','FORMAT_HIGHLIGHT','HighlightEditing','createRange','push','plugins','commandName','get','format','getRanges','TrackChangesEditing','highlight','highlight.options','title','value','isCollapsed'];(function(_0x2fb0e1,_0x1531cc){const _0x1b3496=function(_0x18dc1d){while(--_0x18dc1d){_0x2fb0e1['push'](_0x2fb0e1['shift']());}};_0x1b3496(++_0x1531cc);}(_0x1531,0x12c));const _0x1b34=function(_0x2fb0e1,_0x1531cc){_0x2fb0e1=_0x2fb0e1-0x0;let _0x1b3496=_0x1531[_0x2fb0e1];return _0x1b3496;};import{Plugin as _0x2580a5}from'ckeditor5/src/core';import{getTranslation as _0x4ba7cc}from'../utils/common-translations';import{getRangesWithAttribute as _0x835acf}from'./utils';export default class Q extends _0x2580a5{[_0x1b34('0x22')](){const _0x296280=this[_0x1b34('0x21')];if(!_0x296280['plugins'][_0x1b34('0x13')](_0x1b34('0x1')))return;const _0x2a8034=_0x296280[_0x1b34('0x4')][_0x1b34('0x6')](_0x1b34('0x9'));_0x2a8034[_0x1b34('0x20')](_0x1b34('0xa'),(_0x357596,_0x3b163f={})=>{const _0x1dfa62=_0x296280[_0x1b34('0x18')][_0x1b34('0xf')][_0x1b34('0x11')],_0x5e50da=_0x1dfa62['getAttribute'](_0x1b34('0xa'));let _0x3b418c=_0x3b163f[_0x1b34('0xd')],_0x5d1099=[];if(_0x1dfa62[_0x1b34('0xe')]){const _0x37bf01=_0x1dfa62['getFirstPosition']();if(!_0x1dfa62['hasAttribute'](_0x1b34('0xa')))return void _0x357596(_0x3b163f);{const _0x4d25a3=_0x5b1432=>_0x5b1432['item'][_0x1b34('0x1a')](_0x1b34('0xa'))===_0x5e50da,_0x49efc6=_0x37bf01[_0x1b34('0x10')](_0x4d25a3,{'direction':'backward'}),_0x587342=_0x37bf01[_0x1b34('0x10')](_0x4d25a3);_0x5d1099=[_0x296280['model'][_0x1b34('0x2')](_0x49efc6,_0x587342)],_0x3b418c==_0x5e50da&&(_0x3b418c=null);}}else for(const _0x1439c6 of _0x1dfa62[_0x1b34('0x8')]())_0x3b418c?_0x5d1099[_0x1b34('0x3')](_0x1439c6):_0x5d1099['push'](..._0x835acf(_0x1b34('0xa'),_0x1439c6,_0x296280[_0x1b34('0x18')]));_0x296280[_0x1b34('0x18')][_0x1b34('0x17')](()=>{for(const _0x232939 of _0x5d1099)_0x2a8034['markInlineFormat'](_0x232939,{'commandName':_0x1b34('0xa'),'commandParams':[{'value':_0x3b418c}]});});});const _0x3d8926=_0x296280[_0x1b34('0x1d')];_0x2a8034[_0x1b34('0x19')][_0x1b34('0x14')](_0x4bd412=>{const {type:_0x3eb8e2,data:_0x1625c6}=_0x4bd412;if(_0x1b34('0x12')==_0x3eb8e2&&_0x1625c6&&_0x1b34('0xa')==_0x1625c6[_0x1b34('0x5')]){const _0x22606c=_0x1625c6['commandParams'][0x0][_0x1b34('0xd')];if(_0x22606c){const _0x372c4d=_0x296280[_0x1b34('0x1f')][_0x1b34('0x6')](_0x1b34('0xb'))[_0x1b34('0x1e')](_0x4d61cd=>_0x4d61cd[_0x1b34('0x18')]==_0x22606c),_0x5e4e44=_0x3d8926['_t'](_0x372c4d[_0x1b34('0xc')])[_0x1b34('0x1c')]();return{'type':'format','content':_0x4ba7cc(_0x3d8926,_0x1b34('0x16'),_0x5e4e44),'color':{'value':_0x372c4d[_0x1b34('0x1b')],'title':_0x372c4d[_0x1b34('0xc')]}};}return{'type':_0x1b34('0x7'),'content':_0x4ba7cc(_0x3d8926,_0x1b34('0x15'),_0x4ba7cc(_0x3d8926,_0x1b34('0x0')))};}});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x3ff8=['dataDowncast','high','TrackChangesEditing','conversion','locale','insert','HorizontalLineEditing','horizontalLine','get','for','addClass','registerElementLabel','enableCommand','createContainerElement','plugins','ck-horizontal-line','editor','elementToStructure'];(function(_0x152f8f,_0x3ff8e5){const _0xfbfeb8=function(_0x155af8){while(--_0x155af8){_0x152f8f['push'](_0x152f8f['shift']());}};_0xfbfeb8(++_0x3ff8e5);}(_0x3ff8,0xbd));const _0xfbfe=function(_0x152f8f,_0x3ff8e5){_0x152f8f=_0x152f8f-0x0;let _0xfbfeb8=_0x3ff8[_0x152f8f];return _0xfbfeb8;};import{Plugin as _0x415c93}from'ckeditor5/src/core';import{getTranslation as _0x2083bf}from'../utils/common-translations';export default class V extends _0x415c93{['afterInit'](){const _0x1d185d=this[_0xfbfe('0x7')];if(!_0x1d185d[_0xfbfe('0x5')]['has'](_0xfbfe('0xf')))return;_0x1d185d['plugins'][_0xfbfe('0x11')](_0xfbfe('0xb'))[_0xfbfe('0x3')]('horizontalLine');const _0x2d946f=_0x1d185d[_0xfbfe('0x5')][_0xfbfe('0x11')](_0xfbfe('0xb')),_0x4d8ae2=_0x1d185d[_0xfbfe('0xd')];_0x2d946f['_descriptionFactory'][_0xfbfe('0x2')](_0xfbfe('0x10'),_0x1f53be=>_0x2083bf(_0x4d8ae2,'ELEMENT_HORIZONTAL_LINE',_0x1f53be)),_0x1d185d[_0xfbfe('0xc')][_0xfbfe('0x0')](_0xfbfe('0x9'))[_0xfbfe('0x8')]({'model':'horizontalLine','view':(_0x2ea039,{writer:_0x23e911,options:_0x871b5d})=>{if(!_0x871b5d['showSuggestionHighlights'])return;const _0x1c4757=_0x23e911[_0xfbfe('0x4')]('div'),_0x4da27e=_0x23e911['createEmptyElement']('hr');return _0x23e911[_0xfbfe('0x1')](_0xfbfe('0x6'),_0x1c4757),_0x23e911[_0xfbfe('0xe')](_0x23e911['createPositionAt'](_0x1c4757,0x0),_0x4da27e),_0x1c4757;},'converterPriority':_0xfbfe('0xa')});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x277d=['TrackChangesEditing','has','htmlEmbed','editing','commandName','element','registerDescriptionCallback','document','getSelectedElement','locale','HtmlEmbed','ELEMENT_HTML_EMBED','enableCommand','value','afterInit','plugins','model','_descriptionFactory','getCustomProperty','cancel','view','selection','registerElementLabel','rawHtml','get'];(function(_0x229d52,_0x277d50){const _0x3c204e=function(_0x471ff0){while(--_0x471ff0){_0x229d52['push'](_0x229d52['shift']());}};_0x3c204e(++_0x277d50);}(_0x277d,0xf5));const _0x3c20=function(_0x229d52,_0x277d50){_0x229d52=_0x229d52-0x0;let _0x3c204e=_0x277d[_0x229d52];return _0x3c204e;};import{Plugin as _0xc49ab4}from'ckeditor5/src/core';import{getTranslation as _0x3e3713}from'../utils/common-translations';export default class X extends _0xc49ab4{[_0x3c20('0x13')](){const _0x19af1=this['editor'];if(!_0x19af1['plugins'][_0x3c20('0x6')](_0x3c20('0xf')))return;const _0x5a9075=_0x19af1[_0x3c20('0x14')][_0x3c20('0x4')](_0x3c20('0x5')),_0x1c27e0=_0x19af1[_0x3c20('0xe')],_0xa7a129=_0x19af1[_0x3c20('0x8')][_0x3c20('0x0')][_0x3c20('0xc')][_0x3c20('0x1')];_0x5a9075['_descriptionFactory'][_0x3c20('0x2')](_0x3c20('0x3'),_0x183ef5=>_0x3e3713(_0x1c27e0,_0x3c20('0x10'),_0x183ef5)),_0x19af1['plugins'][_0x3c20('0x4')]('TrackChangesEditing')[_0x3c20('0x11')](_0x3c20('0x7'),(_0x492d48,_0x324be0)=>{const _0xbf2eb4=_0x19af1[_0x3c20('0x15')],_0x3451d9=_0xbf2eb4[_0x3c20('0xc')][_0x3c20('0x1')];_0xbf2eb4['change'](()=>{const _0x47b731=function(_0x55de24){const _0x72415c=_0x55de24[_0x3c20('0xd')]();if(_0x72415c&&_0x72415c['is'](_0x3c20('0xa'),'rawHtml'))return _0x55de24[_0x3c20('0xd')]();return null;}(_0x3451d9);if(!_0x47b731)return void _0x492d48(null);const _0x4943eb=_0x47b731['getAttribute'](_0x3c20('0x12'))||'';if(void 0x0===_0x324be0)return;if(_0x324be0===_0x4943eb)return;_0x5a9075['markBlockFormat'](_0x47b731,{'commandName':_0x3c20('0x7'),'commandParams':[_0x324be0]}),_0xa7a129['getSelectedElement']()[_0x3c20('0x17')]('rawHtmlApi')[_0x3c20('0x18')]();});}),_0x5a9075[_0x3c20('0x16')][_0x3c20('0xb')](_0x22cf22=>{const {data:_0x23824c}=_0x22cf22;if(_0x23824c&&_0x3c20('0x7')==_0x23824c[_0x3c20('0x9')]){const _0x5ff36c=_0x3e3713(_0x1c27e0,'ELEMENT_HTML_EMBED');return{'type':'format','content':_0x3e3713(_0x1c27e0,'*Change\x20%0\x20content*',_0x5ff36c)};}});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const _0x191c=['getFirstRange','*Reset\x20image\x20width*','forward','forceDefaultExecution','schema','*Remove\x20image\x20text\x20alternative*','has','newRange','commandName','value','toggleImageCaption','deletion','imageBlock','_suggestionFactory','insertion','isBefore','ImageCaptionEditing','get','editor','FORMAT_SIDE_IMAGE','from','differ','getCaptionFromImageModelElement','ImageCaptionUtils','name','findIndex','plugins','ImageStyleEditing','afterInit','backward','convertInlineImageToBlock','insertImage','newValue','selection','find','commandParams','commandReversedParams','imageStylePostApply','ImageTextAlternativeEditing','imageTextAlternative','commands','change','isBlockImage','getAttribute','createRange','toNext','type','formatInline','_findSuggestions','alt','getNearestSelectionRange','*Format:*\x20%0','ELEMENT_INLINE_IMAGE','fromPosition','locale','accept','previous','Users','ImageUploadEditing','_descriptionFactory','imageStyle','forEach','getClosestSelectedImageElement','isInlineImage','ELEMENT_IMAGE','formatBlock','markBlockFormat','markInsertion','side','discardSuggestion','subType','nodeBefore','next','shouldConvertImageType','hasAttribute','hasSuggestion','getSuggestionCallback','chain','toPrevious','end','document','convertBlockImageToInline','author','filter','getContainedElement','TrackChangesEditing','width','nodeAfter','createRangeOn','toLowerCase','join','getSuggestion','imageTypeBlock','ImageInlineEditing','getSuggestions','registerDescriptionCallback','registerPostFixer','start','imageInline','isCollapsed','refresh','registerElementLabel','Block\x20image\x20to\x20inline\x20image','isOwn','registerCustomCallback','element','markInlineFormat','model','length','format','normalizedStyles','caption','isEqual','imageStylePreApply','suggestion','removeObject','discard','enableCommand','ImageUtils','head','resizeImage','isInContent','imageTypeInline'];(function(_0x26fc8f,_0x191c70){const _0x406093=function(_0x5ef83c){while(--_0x5ef83c){_0x26fc8f['push'](_0x26fc8f['shift']());}};_0x406093(++_0x191c70);}(_0x191c,0x107));const _0x4060=function(_0x26fc8f,_0x191c70){_0x26fc8f=_0x26fc8f-0x0;let _0x406093=_0x191c[_0x26fc8f];return _0x406093;};import{Plugin as _0x2385f7}from'ckeditor5/src/core';import{LivePosition as _0xf7226c}from'ckeditor5/src/engine';import{uid as _0x488710}from'ckeditor5/src/utils';import{getTranslation as _0x4816c5}from'../utils/common-translations';export default class X extends _0x2385f7{[_0x4060('0xb')](){const _0x8df9a2=this[_0x4060('0x1')];if(!_0x8df9a2[_0x4060('0x9')][_0x4060('0x70')]('ImageEditing'))return;const _0x44b3ef=_0x8df9a2[_0x4060('0x9')][_0x4060('0x0')](_0x4060('0x44')),_0x32e5e9=_0x8df9a2[_0x4060('0x9')][_0x4060('0x0')](_0x4060('0x65')),_0x49da06={},_0x2967f5=_0x8df9a2[_0x4060('0x25')];if(_0x44b3ef[_0x4060('0x64')](_0x4060('0xe')),_0x44b3ef['_descriptionFactory'][_0x4060('0x54')](_0x4060('0x76'),_0xd81f74=>_0x4816c5(_0x2967f5,_0x4060('0x2f'),_0xd81f74)),_0x44b3ef['_descriptionFactory'][_0x4060('0x54')](_0x4060('0x51'),_0x18e9c2=>_0x4816c5(_0x2967f5,_0x4060('0x23'),_0x18e9c2)),_0x44b3ef[_0x4060('0x2a')]['registerElementLabel'](_0x4060('0x5e'),()=>_0x4816c5(_0x2967f5,'ELEMENT_CAPTION')),_0x8df9a2[_0x4060('0x9')][_0x4060('0x70')](_0x4060('0x29'))&&_0x44b3ef['enableCommand']('uploadImage'),_0x8df9a2[_0x4060('0x9')][_0x4060('0x70')]('ImageBlockEditing')&&_0x8df9a2[_0x4060('0x9')][_0x4060('0x70')](_0x4060('0x4c'))&&(_0x44b3ef[_0x4060('0x64')](_0x4060('0x69'),(_0x9a9092,_0x38fbb4)=>{const _0x320f01=_0x32e5e9['getClosestSelectedImageElement'](_0x8df9a2[_0x4060('0x5a')]['document']['selection']);_0x8df9a2[_0x4060('0x5a')][_0x4060('0x18')](()=>{_0x44b3ef[_0x4060('0x31')](_0x320f01,{'commandName':'imageTypeInline','commandParams':[_0x38fbb4]},[],_0x4060('0x40'));});}),_0x44b3ef[_0x4060('0x64')](_0x4060('0x4b'),(_0x3f4351,_0x56c362)=>{_0x8df9a2[_0x4060('0x5a')][_0x4060('0x18')](_0xe8da1f=>{let _0x8b427a=_0x32e5e9[_0x4060('0x2d')](_0x8df9a2['model'][_0x4060('0x3f')][_0x4060('0x10')]),_0x78077b=_0xe8da1f[_0x4060('0x47')](_0x8b427a);const _0x261ceb=_0xf7226c['fromPosition'](_0x78077b['start'],_0x4060('0x3d')),_0x4e7ee4=_0xf7226c[_0x4060('0x24')](_0x78077b[_0x4060('0x3e')],_0x4060('0x1c'));_0x44b3ef[_0x4060('0x6d')](()=>_0x3f4351(_0x56c362)),_0x8b427a=_0x32e5e9[_0x4060('0x2d')](_0x8df9a2[_0x4060('0x5a')][_0x4060('0x3f')]['selection']),_0x78077b=_0xe8da1f[_0x4060('0x47')](_0x8b427a);const _0x1ee7d9=_0xe8da1f[_0x4060('0x1b')](_0x261ceb,_0x4e7ee4);_0x261ceb['detach'](),_0x4e7ee4['detach'](),_0x44b3ef['markBlockFormat'](_0x8b427a,{'commandName':'imageTypeInline'},[],_0x4060('0xd')),_0x1ee7d9[_0x4060('0x50')][_0x4060('0x79')](_0x78077b[_0x4060('0x50')])&&_0x44b3ef[_0x4060('0x32')](_0xe8da1f[_0x4060('0x1b')](_0x1ee7d9[_0x4060('0x50')],_0x78077b[_0x4060('0x50')]),_0x4060('0xd')),_0x78077b[_0x4060('0x3e')]['isBefore'](_0x1ee7d9[_0x4060('0x3e')])&&_0x44b3ef['markInsertion'](_0xe8da1f['createRange'](_0x78077b[_0x4060('0x3e')],_0x1ee7d9[_0x4060('0x3e')]),_0x4060('0xd'));});}),_0x44b3ef[_0x4060('0x77')]['registerCustomCallback']('formatBlock','convertInlineImageToBlock',_0x4060('0x49'),()=>{}),_0x44b3ef[_0x4060('0x77')]['registerCustomCallback'](_0x4060('0x30'),_0x4060('0xd'),_0x4060('0x26'),()=>{}),_0x44b3ef[_0x4060('0x77')][_0x4060('0x57')](_0x4060('0x30'),_0x4060('0xd'),_0x4060('0x63'),_0x44b3ef[_0x4060('0x77')][_0x4060('0x3b')](_0x4060('0x30'),'',_0x4060('0x26'))),_0x44b3ef['_suggestionFactory']['registerCustomCallback'](_0x4060('0x78'),_0x4060('0xd'),'join',()=>{}),_0x44b3ef[_0x4060('0x77')][_0x4060('0x57')](_0x4060('0x78'),'convertInlineImageToBlock',_0x4060('0x63'),([_0x40b4a6])=>{const _0x305e64=_0x44b3ef[_0x4060('0x77')][_0x4060('0x3b')](_0x4060('0x78'),'','discard');let _0x3f86f9=_0x40b4a6[_0x4060('0x50')],_0x39cda0=_0x40b4a6[_0x4060('0x3e')];const _0x3a41a4=_0x8df9a2[_0x4060('0x5a')][_0x4060('0x6e')][_0x4060('0x21')](_0x3f86f9,_0x4060('0xc')),_0x3b3210=_0x8df9a2['model']['schema'][_0x4060('0x21')](_0x39cda0,_0x4060('0x6c'));_0x3a41a4['isCollapsed']&&(_0x3f86f9=_0x3a41a4['start']),_0x3b3210[_0x4060('0x52')]&&(_0x39cda0=_0x3b3210[_0x4060('0x3e')]),_0x305e64([_0x8df9a2[_0x4060('0x5a')][_0x4060('0x1b')](_0x3f86f9,_0x39cda0)]);}),_0x44b3ef[_0x4060('0x77')]['registerCustomCallback'](_0x4060('0x30'),_0x4060('0xd'),_0x4060('0x3c'),_0x33a5c7),_0x44b3ef[_0x4060('0x77')][_0x4060('0x57')]('insertion',_0x4060('0xd'),_0x4060('0x3c'),_0x33a5c7)),_0x8df9a2[_0x4060('0x9')][_0x4060('0x70')](_0x4060('0x7a'))&&(_0x44b3ef['enableCommand'](_0x4060('0x74'),(_0x4df2ee,_0x45ad3f)=>{const _0x2cd0da=_0x8df9a2[_0x4060('0x9')][_0x4060('0x0')](_0x4060('0x6'));let _0x342369=_0x32e5e9['getClosestSelectedImageElement'](_0x8df9a2['model'][_0x4060('0x3f')]['selection']),_0x182262=_0x2cd0da[_0x4060('0x5')](_0x342369);_0x8df9a2[_0x4060('0x5a')][_0x4060('0x18')](()=>{if(_0x182262)return void _0x44b3ef['markDeletion'](_0x8df9a2['model']['createRangeOn'](_0x182262));const _0x41a624=_0x32e5e9[_0x4060('0x19')](_0x342369);_0x4df2ee(_0x45ad3f),_0x342369=_0x32e5e9[_0x4060('0x2d')](_0x8df9a2[_0x4060('0x5a')][_0x4060('0x3f')][_0x4060('0x10')]),_0x182262=_0x2cd0da['getCaptionFromImageModelElement'](_0x342369),_0x44b3ef['markInsertion'](_0x8df9a2['model'][_0x4060('0x47')](_0x182262),_0x41a624?null:'imageCaption');});}),_0x44b3ef[_0x4060('0x77')][_0x4060('0x57')]('insertion','imageCaption',_0x4060('0x3c'),_0x33a5c7)),_0x8df9a2['plugins']['has'](_0x4060('0xa'))){_0x44b3ef[_0x4060('0x64')](_0x4060('0x2b'),(_0x1742e4,_0x4126f4)=>{const _0x1590d8=_0x8df9a2['plugins']['get'](_0x4060('0x28'))['me'],_0x44b81b=_0x8df9a2[_0x4060('0x17')][_0x4060('0x0')](_0x4060('0x2b'));let _0xefaf8e=_0x32e5e9[_0x4060('0x2d')](_0x8df9a2[_0x4060('0x5a')][_0x4060('0x3f')][_0x4060('0x10')]),_0x53bf2d=_0x8df9a2['model'][_0x4060('0x47')](_0xefaf8e),_0x22c7c5=_0x44b81b[_0x4060('0x73')];if(_0x22c7c5==_0x4126f4['value'])return;const _0x20fdd1={'commandName':_0x4060('0x2b'),'commandParams':[_0x4126f4],'formatGroupId':_0x488710()};_0x8df9a2[_0x4060('0x5a')][_0x4060('0x18')](()=>{if(_0x44b3ef[_0x4060('0x4d')]()[_0x4060('0x42')](_0x5c819f=>_0x5c819f['isInContent']&&_0x1590d8==_0x5c819f[_0x4060('0x41')]&&(_0x4060('0x30')==_0x5c819f[_0x4060('0x1d')]||_0x4060('0x1e')==_0x5c819f[_0x4060('0x1d')])&&(_0x4060('0x60')==_0x5c819f[_0x4060('0x35')]||_0x4060('0x14')==_0x5c819f[_0x4060('0x35')])&&_0x5c819f[_0x4060('0x6a')]()[_0x4060('0x5f')](_0x53bf2d))[_0x4060('0x2c')](_0x132f18=>_0x44b3ef[_0x4060('0x34')](_0x132f18[_0x4060('0x66')])),_0xefaf8e=_0x32e5e9['getClosestSelectedImageElement'](_0x8df9a2['model'][_0x4060('0x3f')][_0x4060('0x10')]),_0x53bf2d=_0x8df9a2[_0x4060('0x5a')][_0x4060('0x47')](_0xefaf8e),_0x44b81b[_0x4060('0x53')](),_0x8df9a2[_0x4060('0x17')][_0x4060('0x0')]('imageTypeInline')[_0x4060('0x53')](),_0x8df9a2['commands'][_0x4060('0x0')](_0x4060('0x4b'))[_0x4060('0x53')](),_0x22c7c5=_0x44b81b[_0x4060('0x73')],_0x22c7c5!=_0x4126f4[_0x4060('0x73')])return _0x32e5e9[_0x4060('0x2e')](_0xefaf8e)&&_0x44b81b[_0x4060('0x38')](_0x4126f4[_0x4060('0x73')],_0xefaf8e)?(_0x1742e4(_0x4126f4),_0xefaf8e=_0x32e5e9['getClosestSelectedImageElement'](_0x8df9a2[_0x4060('0x5a')][_0x4060('0x3f')][_0x4060('0x10')]),void _0x44b3ef[_0x4060('0x31')](_0xefaf8e,{..._0x20fdd1,'commandReversedParams':[{'value':_0x22c7c5||null}]},[],'imageStylePreApply')):void(_0x32e5e9[_0x4060('0x19')](_0xefaf8e)?_0x44b3ef[_0x4060('0x31')](_0xefaf8e,_0x20fdd1,[],_0x4060('0x14')):_0x44b3ef[_0x4060('0x59')](_0x53bf2d,_0x20fdd1,_0x4060('0x14')));});});for(const _0x166c75 of _0x8df9a2[_0x4060('0x9')][_0x4060('0x0')](_0x4060('0xa'))[_0x4060('0x5d')])_0x49da06[_0x166c75[_0x4060('0x7')]]=_0x166c75['title'][_0x4060('0x48')]();_0x44b3ef[_0x4060('0x77')]['registerCustomCallback']('formatBlock',_0x4060('0x60'),_0x4060('0x49'),()=>{}),_0x44b3ef[_0x4060('0x77')]['registerCustomCallback'](_0x4060('0x30'),_0x4060('0x14'),_0x4060('0x49'),()=>{}),_0x44b3ef[_0x4060('0x77')][_0x4060('0x57')](_0x4060('0x1e'),_0x4060('0x14'),_0x4060('0x49'),()=>{}),_0x44b3ef['_suggestionFactory']['registerCustomCallback']('formatBlock',_0x4060('0x60'),_0x4060('0x26'),()=>{}),_0x44b3ef[_0x4060('0x77')]['registerCustomCallback'](_0x4060('0x30'),_0x4060('0x60'),'discard',(_0x200726,_0x54b75a)=>{_0x44b3ef['_suggestionFactory'][_0x4060('0x3b')](_0x4060('0x30'),'',_0x4060('0x26'))(_0x200726,{'commandName':_0x54b75a[_0x4060('0x72')],'commandParams':_0x54b75a[_0x4060('0x13')]});}),_0x44b3ef[_0x4060('0x77')][_0x4060('0x57')](_0x4060('0x30'),_0x4060('0x60'),'chain',_0x33a5c7);}const _0x57fc18=[{'type':_0x4060('0x30'),'subType':_0x4060('0x60')},{'type':_0x4060('0x78'),'subType':'imageCaption'},{'type':'formatBlock','subType':'convertInlineImageToBlock'},{'type':_0x4060('0x78'),'subType':_0x4060('0xd')}];function _0x3c580b(_0x1896a0,_0x1e6c1f){const _0x45b0ec=_0x57fc18[_0x4060('0x8')](({type:_0x84b658,subType:_0x30243b})=>_0x1896a0['type']==_0x84b658&&_0x1896a0[_0x4060('0x35')]==_0x30243b),_0xf17fff=_0x57fc18[_0x4060('0x8')](({type:_0x5cb916,subType:_0x2e1851})=>_0x1e6c1f['type']==_0x5cb916&&_0x1e6c1f[_0x4060('0x35')]==_0x2e1851);if(_0x45b0ec<0x0||_0xf17fff<0x0)return!0x1;const _0x3eaf4a=_0x1896a0[_0x4060('0x6a')](),_0x5d4c56=_0x1e6c1f['getFirstRange']();if((0x0==_0x45b0ec||0x1==_0x45b0ec)&&0x2==_0xf17fff&&_0x3eaf4a['isIntersecting'](_0x5d4c56))return!0x0;if(0x2==_0x45b0ec&&0x3==_0xf17fff){const _0x38c630=_0x44b3ef[_0x4060('0x1f')](_0x3eaf4a,_0x4060('0x78'))['filter'](({suggestion:_0x5ddb8f,meta:_0x4febe8})=>_0x4febe8[_0x4060('0x56')]&&_0x4060('0xd')==_0x5ddb8f[_0x4060('0x35')]);if(_0x38c630['length']>0x1&&_0x5d4c56['end'][_0x4060('0x5f')](_0x3eaf4a['start']))return!0x0;if(0x1==_0x38c630[_0x4060('0x5b')]&&(_0x3eaf4a['start'][_0x4060('0x5f')](_0x5d4c56[_0x4060('0x3e')])||_0x3eaf4a[_0x4060('0x3e')][_0x4060('0x5f')](_0x5d4c56[_0x4060('0x50')])))return!0x0;}if(0x3==_0x45b0ec&&0x3==_0xf17fff&&_0x3eaf4a[_0x4060('0x50')][_0x4060('0x79')](_0x5d4c56['start'])){const _0x5d6bc9=_0x3eaf4a['end'][_0x4060('0x46')],_0x4cbeef=_0x5d4c56['start'][_0x4060('0x36')];return _0x32e5e9['isBlockImage'](_0x5d6bc9)&&_0x5d6bc9===_0x4cbeef;}return!0x1;}function _0x33a5c7(_0x54a294,_0x2d4c09){return _0x3c580b(_0x54a294,_0x2d4c09)?[_0x54a294,_0x2d4c09]:_0x3c580b(_0x2d4c09,_0x54a294)?[_0x2d4c09,_0x54a294]:null;}_0x8df9a2[_0x4060('0x5a')][_0x4060('0x3f')][_0x4060('0x4f')](()=>{let _0x4f9924=!0x1;const _0x5b3b9a=Array[_0x4060('0x3')](_0x8df9a2[_0x4060('0x5a')]['document'][_0x4060('0x4')]['getChangedMarkers']());for(const {name:_0x33a3f6,data:_0xc0e603}of _0x5b3b9a){const {group:_0x105609,type:_0x2656d0,subType:_0x6d93bc,id:_0x195706}=_0x44b3ef['_splitMarkerName'](_0x33a3f6);if(_0x4060('0x61')==_0x105609&&_0x44b3ef[_0x4060('0x3a')](_0x195706)){if('formatBlock'==_0x2656d0&&('imageStylePreApply'==_0x6d93bc||_0x4060('0x14')==_0x6d93bc)){const _0x1ffcaf=_0x44b3ef[_0x4060('0x4a')](_0x195706);if(_0xc0e603['newRange']){const _0x59b94a=_0x1ffcaf[_0x4060('0x6a')]()['getContainedElement']();if(_0x32e5e9['isBlockImage'](_0x59b94a))continue;_0x44b3ef['discardSuggestion'](_0x1ffcaf),_0x4f9924=!0x0;}}if(_0x4060('0x78')==_0x2656d0&&'imageCaption'==_0x6d93bc&&!_0xc0e603[_0x4060('0x71')]){const _0x5acc4c=_0x44b3ef[_0x4060('0x4a')](_0x195706);_0x5acc4c[_0x4060('0x37')]&&_0x5acc4c[_0x4060('0x37')][_0x4060('0x68')]&&(_0x44b3ef[_0x4060('0x34')](_0x5acc4c[_0x4060('0x37')]),_0x4f9924=!0x0);}}}return _0x4f9924;}),_0x8df9a2[_0x4060('0x9')][_0x4060('0x70')]('ImageResize')&&_0x44b3ef['enableCommand'](_0x4060('0x67'),(_0x3cdd42,_0x494ef3)=>{const _0x386100=_0x32e5e9[_0x4060('0x2d')](_0x8df9a2[_0x4060('0x5a')]['document'][_0x4060('0x10')]);_0x386100[_0x4060('0x1a')]('width')!=_0x494ef3[_0x4060('0x45')]&&_0x8df9a2[_0x4060('0x5a')][_0x4060('0x18')](()=>{_0x44b3ef[_0x4060('0x31')](_0x386100,{'commandName':_0x4060('0x67'),'commandParams':[_0x494ef3]});});}),_0x8df9a2[_0x4060('0x9')][_0x4060('0x70')](_0x4060('0x15'))&&_0x44b3ef[_0x4060('0x64')](_0x4060('0x16'),(_0x26f348,_0x52c525)=>{const _0x1d41a5=_0x32e5e9[_0x4060('0x2d')](_0x8df9a2[_0x4060('0x5a')][_0x4060('0x3f')][_0x4060('0x10')]);(_0x1d41a5[_0x4060('0x39')]('alt')?_0x1d41a5[_0x4060('0x1a')](_0x4060('0x20')):'')!=_0x52c525['newValue']&&_0x8df9a2[_0x4060('0x5a')]['change'](()=>{_0x44b3ef[_0x4060('0x31')](_0x1d41a5,{'commandName':_0x4060('0x16'),'commandParams':[_0x52c525]});});}),_0x44b3ef[_0x4060('0x2a')]['registerDescriptionCallback'](_0x41f1c3=>{if(!!_0x57fc18[_0x4060('0x11')](({type:_0x3bdd79,subType:_0x20d3d4})=>_0x41f1c3[_0x4060('0x1d')]==_0x3bdd79&&_0x41f1c3['subType']==_0x20d3d4))return _0x41f1c3[_0x4060('0x27')]?{}:void 0x0;}),_0x44b3ef[_0x4060('0x2a')][_0x4060('0x4e')](_0x37dc3c=>{if(_0x4060('0x78')==_0x37dc3c[_0x4060('0x1d')]||_0x4060('0x75')==_0x37dc3c['type']){const _0x4a59d5=_0x37dc3c[_0x4060('0x43')]();if(_0x4a59d5&&_0x4a59d5['is'](_0x4060('0x58'),_0x4060('0x5e')))return{'type':_0x4060('0x78')==_0x37dc3c[_0x4060('0x1d')]?'addObject':_0x4060('0x62'),'element':_0x4a59d5,'quantity':0x1};}}),_0x44b3ef[_0x4060('0x2a')][_0x4060('0x4e')](_0x3e00ed=>'formatBlock'==_0x3e00ed['type']&&_0x4060('0xd')==_0x3e00ed[_0x4060('0x35')]?{'type':_0x4060('0x5c'),'content':'Inline\x20image\x20to\x20block\x20image'}:_0x4060('0x30')==_0x3e00ed[_0x4060('0x1d')]&&_0x4060('0x40')==_0x3e00ed[_0x4060('0x35')]?{'type':'format','content':_0x4060('0x55')}:void 0x0),_0x44b3ef[_0x4060('0x2a')][_0x4060('0x4e')](_0x50bfcc=>{const {data:_0x232fe4}=_0x50bfcc;if(_0x232fe4){if(_0x4060('0x2b')==_0x232fe4['commandName']){const _0x23e9c1=_0x232fe4['commandParams'][0x0][_0x4060('0x73')];return _0x172b1b(_0x4060('0x33')===_0x23e9c1?_0x4816c5(_0x2967f5,_0x4060('0x2')):_0x49da06[_0x23e9c1]||_0x23e9c1);}if(_0x4060('0x16')==_0x232fe4[_0x4060('0x72')]){const _0xcd0453=_0x232fe4[_0x4060('0x12')][0x0][_0x4060('0xf')];return _0xcd0453?{'type':_0x4060('0x5c'),'content':_0x4816c5(_0x2967f5,'*Set\x20image\x20text\x20alternative:*\x20%0','\x22'+_0xcd0453+'\x22')}:{'type':_0x4060('0x5c'),'content':_0x4816c5(_0x2967f5,_0x4060('0x6f'))};}if('resizeImage'==_0x232fe4['commandName']){const _0xdfb94=_0x232fe4[_0x4060('0x12')][0x0][_0x4060('0x45')];return _0xdfb94?{'type':_0x4060('0x5c'),'content':_0x4816c5(_0x2967f5,'*Set\x20image\x20width:*\x20%0',_0xdfb94)}:{'type':_0x4060('0x5c'),'content':_0x4816c5(_0x2967f5,_0x4060('0x6b'))};}}function _0x172b1b(_0x2457f8){return{'type':'format','content':_0x4816c5(_0x2967f5,_0x4060('0x22'),_0x2457f8)};}});}}
|
|
23
|
+
const _0x48e4=['plugins','filter','refresh','toPrevious','next','isOwn','title','subType','ImageBlockEditing','isInlineImage','afterInit','getClosestSelectedImageElement','suggestion','editor','markDeletion','TrackChangesEditing','*Remove\x20image\x20text\x20alternative*','discard','isBefore','getFirstRange','newValue','newRange','registerCustomCallback','Inline\x20image\x20to\x20block\x20image','ImageStyleEditing','resizeImage','from','getSuggestions','head','registerDescriptionCallback','has','fromPosition','isEqual','imageStylePreApply','value','Users','alt','findIndex','forceDefaultExecution','getChangedMarkers','isBlockImage','ImageTextAlternativeEditing','element','ELEMENT_CAPTION','getContainedElement','imageTypeInline','toLowerCase','createRange','getAttribute','*Reset\x20image\x20width*','getSuggestionCallback','normalizedStyles','end','createRangeOn','isInContent','ImageUtils','imageStylePostApply','width','ImageCaptionEditing','FORMAT_SIDE_IMAGE','markInlineFormat','convertBlockImageToInline','commandName','isIntersecting','type','Block\x20image\x20to\x20inline\x20image','addObject','format','find','commandReversedParams','imageStyle','accept','imageTypeBlock','markInsertion','get','ELEMENT_IMAGE','ImageUploadEditing','markBlockFormat','imageCaption','chain','commandParams','*Format:*\x20%0','schema','toNext','_suggestionFactory','isCollapsed','formatBlock','getSuggestion','start','join','discardSuggestion','previous','ImageCaptionUtils','_splitMarkerName','detach','author','formatInline','getNearestSelectionRange','registerElementLabel','registerPostFixer','backward','convertInlineImageToBlock','locale','ELEMENT_INLINE_IMAGE','enableCommand','document','insertImage','insertion','change','selection','*Set\x20image\x20text\x20alternative:*\x20%0','ImageEditing','imageTextAlternative','_descriptionFactory','length','_findSuggestions','imageBlock','model','getCaptionFromImageModelElement','imageInline','commands','forEach','caption'];(function(_0x53dd5f,_0x48e4ef){const _0x433b33=function(_0x4874f6){while(--_0x4874f6){_0x53dd5f['push'](_0x53dd5f['shift']());}};_0x433b33(++_0x48e4ef);}(_0x48e4,0x1c4));const _0x433b=function(_0x53dd5f,_0x48e4ef){_0x53dd5f=_0x53dd5f-0x0;let _0x433b33=_0x48e4[_0x53dd5f];return _0x433b33;};import{Plugin as _0x117e85}from'ckeditor5/src/core';import{LivePosition as _0x101b42}from'ckeditor5/src/engine';import{uid as _0xed9a4c}from'ckeditor5/src/utils';import{getTranslation as _0x3f13ba}from'../utils/common-translations';export default class Y extends _0x117e85{[_0x433b('0x32')](){const _0x12a1bf=this[_0x433b('0x35')];if(!_0x12a1bf['plugins'][_0x433b('0x46')](_0x433b('0x1c')))return;const _0x5b4c93=_0x12a1bf['plugins'][_0x433b('0x72')](_0x433b('0x37')),_0x55c2f1=_0x12a1bf['plugins'][_0x433b('0x72')](_0x433b('0x5f')),_0xe7ad87={},_0x17c7d6=_0x12a1bf[_0x433b('0x13')];if(_0x5b4c93[_0x433b('0x15')](_0x433b('0x17')),_0x5b4c93[_0x433b('0x1e')][_0x433b('0xf')](_0x433b('0x21'),_0x384863=>_0x3f13ba(_0x17c7d6,_0x433b('0x73'),_0x384863)),_0x5b4c93[_0x433b('0x1e')]['registerElementLabel'](_0x433b('0x24'),_0x56ca5f=>_0x3f13ba(_0x17c7d6,_0x433b('0x14'),_0x56ca5f)),_0x5b4c93[_0x433b('0x1e')][_0x433b('0xf')](_0x433b('0x27'),()=>_0x3f13ba(_0x17c7d6,_0x433b('0x53'))),_0x12a1bf[_0x433b('0x28')]['has'](_0x433b('0x74'))&&_0x5b4c93['enableCommand']('uploadImage'),_0x12a1bf[_0x433b('0x28')][_0x433b('0x46')](_0x433b('0x30'))&&_0x12a1bf[_0x433b('0x28')]['has']('ImageInlineEditing')&&(_0x5b4c93[_0x433b('0x15')](_0x433b('0x55'),(_0x1475f5,_0x1a0d0c)=>{const _0x170684=_0x55c2f1[_0x433b('0x33')](_0x12a1bf[_0x433b('0x22')][_0x433b('0x16')][_0x433b('0x1a')]);_0x12a1bf[_0x433b('0x22')][_0x433b('0x19')](()=>{_0x5b4c93[_0x433b('0x75')](_0x170684,{'commandName':_0x433b('0x55'),'commandParams':[_0x1a0d0c]},[],_0x433b('0x65'));});}),_0x5b4c93[_0x433b('0x15')](_0x433b('0x70'),(_0x1b886a,_0x1eed4a)=>{_0x12a1bf[_0x433b('0x22')]['change'](_0x9d664e=>{let _0x25a268=_0x55c2f1[_0x433b('0x33')](_0x12a1bf[_0x433b('0x22')][_0x433b('0x16')][_0x433b('0x1a')]),_0x1869d0=_0x9d664e[_0x433b('0x5d')](_0x25a268);const _0x11658f=_0x101b42[_0x433b('0x47')](_0x1869d0[_0x433b('0x5')],_0x433b('0x2b')),_0x2d96b5=_0x101b42[_0x433b('0x47')](_0x1869d0[_0x433b('0x5c')],_0x433b('0x0'));_0x5b4c93[_0x433b('0x4e')](()=>_0x1b886a(_0x1eed4a)),_0x25a268=_0x55c2f1['getClosestSelectedImageElement'](_0x12a1bf[_0x433b('0x22')]['document']['selection']),_0x1869d0=_0x9d664e[_0x433b('0x5d')](_0x25a268);const _0x57f8d2=_0x9d664e[_0x433b('0x57')](_0x11658f,_0x2d96b5);_0x11658f[_0x433b('0xb')](),_0x2d96b5[_0x433b('0xb')](),_0x5b4c93[_0x433b('0x75')](_0x25a268,{'commandName':_0x433b('0x55')},[],'convertInlineImageToBlock'),_0x57f8d2[_0x433b('0x5')]['isBefore'](_0x1869d0['start'])&&_0x5b4c93[_0x433b('0x71')](_0x9d664e[_0x433b('0x57')](_0x57f8d2[_0x433b('0x5')],_0x1869d0[_0x433b('0x5')]),_0x433b('0x12')),_0x1869d0[_0x433b('0x5c')][_0x433b('0x3a')](_0x57f8d2['end'])&&_0x5b4c93[_0x433b('0x71')](_0x9d664e[_0x433b('0x57')](_0x1869d0[_0x433b('0x5c')],_0x57f8d2['end']),_0x433b('0x12'));});}),_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')](_0x433b('0x3'),'convertInlineImageToBlock',_0x433b('0x6'),()=>{}),_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')](_0x433b('0x3'),_0x433b('0x12'),'accept',()=>{}),_0x5b4c93['_suggestionFactory'][_0x433b('0x3e')](_0x433b('0x3'),_0x433b('0x12'),'discard',_0x5b4c93[_0x433b('0x1')][_0x433b('0x5a')](_0x433b('0x3'),'','accept')),_0x5b4c93[_0x433b('0x1')]['registerCustomCallback'](_0x433b('0x18'),_0x433b('0x12'),'join',()=>{}),_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')](_0x433b('0x18'),_0x433b('0x12'),_0x433b('0x39'),([_0x3b9913])=>{const _0x483c2a=_0x5b4c93['_suggestionFactory']['getSuggestionCallback'](_0x433b('0x18'),'',_0x433b('0x39'));let _0x48ec5a=_0x3b9913[_0x433b('0x5')],_0x212f33=_0x3b9913[_0x433b('0x5c')];const _0x35eab8=_0x12a1bf[_0x433b('0x22')][_0x433b('0x7a')]['getNearestSelectionRange'](_0x48ec5a,_0x433b('0x11')),_0x361a54=_0x12a1bf[_0x433b('0x22')][_0x433b('0x7a')][_0x433b('0xe')](_0x212f33,'forward');_0x35eab8['isCollapsed']&&(_0x48ec5a=_0x35eab8[_0x433b('0x5')]),_0x361a54[_0x433b('0x2')]&&(_0x212f33=_0x361a54[_0x433b('0x5c')]),_0x483c2a([_0x12a1bf[_0x433b('0x22')][_0x433b('0x57')](_0x48ec5a,_0x212f33)]);}),_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')](_0x433b('0x3'),'convertInlineImageToBlock',_0x433b('0x77'),_0x1c91a5),_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')]('insertion',_0x433b('0x12'),_0x433b('0x77'),_0x1c91a5)),_0x12a1bf[_0x433b('0x28')][_0x433b('0x46')](_0x433b('0x62'))&&(_0x5b4c93['enableCommand']('toggleImageCaption',(_0x56c1da,_0x5d717a)=>{const _0x1fcaf3=_0x12a1bf['plugins']['get'](_0x433b('0x9'));let _0x492242=_0x55c2f1[_0x433b('0x33')](_0x12a1bf[_0x433b('0x22')]['document'][_0x433b('0x1a')]),_0x4f5cb0=_0x1fcaf3['getCaptionFromImageModelElement'](_0x492242);_0x12a1bf['model'][_0x433b('0x19')](()=>{if(_0x4f5cb0)return void _0x5b4c93[_0x433b('0x36')](_0x12a1bf['model'][_0x433b('0x5d')](_0x4f5cb0));const _0x30554a=_0x55c2f1['isBlockImage'](_0x492242);_0x56c1da(_0x5d717a),_0x492242=_0x55c2f1[_0x433b('0x33')](_0x12a1bf[_0x433b('0x22')][_0x433b('0x16')][_0x433b('0x1a')]),_0x4f5cb0=_0x1fcaf3[_0x433b('0x23')](_0x492242),_0x5b4c93['markInsertion'](_0x12a1bf[_0x433b('0x22')]['createRangeOn'](_0x4f5cb0),_0x30554a?null:_0x433b('0x76'));});}),_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')](_0x433b('0x18'),'imageCaption',_0x433b('0x77'),_0x1c91a5)),_0x12a1bf[_0x433b('0x28')][_0x433b('0x46')](_0x433b('0x40'))){_0x5b4c93[_0x433b('0x15')](_0x433b('0x6e'),(_0x58c2d1,_0x486a80)=>{const _0x29f2da=_0x12a1bf[_0x433b('0x28')][_0x433b('0x72')](_0x433b('0x4b'))['me'],_0x1a9296=_0x12a1bf[_0x433b('0x25')][_0x433b('0x72')](_0x433b('0x6e'));let _0x424ed7=_0x55c2f1[_0x433b('0x33')](_0x12a1bf[_0x433b('0x22')][_0x433b('0x16')]['selection']),_0x1a0767=_0x12a1bf[_0x433b('0x22')][_0x433b('0x5d')](_0x424ed7),_0x5eed12=_0x1a9296['value'];if(_0x5eed12==_0x486a80['value'])return;const _0x5df3ab={'commandName':_0x433b('0x6e'),'commandParams':[_0x486a80],'formatGroupId':_0xed9a4c()};_0x12a1bf[_0x433b('0x22')]['change'](()=>{if(_0x5b4c93[_0x433b('0x43')]()[_0x433b('0x29')](_0xb987a7=>_0xb987a7['isInContent']&&_0x29f2da==_0xb987a7[_0x433b('0xc')]&&('formatBlock'==_0xb987a7[_0x433b('0x68')]||_0x433b('0xd')==_0xb987a7['type'])&&(_0x433b('0x49')==_0xb987a7[_0x433b('0x2f')]||_0x433b('0x60')==_0xb987a7[_0x433b('0x2f')])&&_0xb987a7['getFirstRange']()['isEqual'](_0x1a0767))[_0x433b('0x26')](_0xe4f11b=>_0x5b4c93[_0x433b('0x7')](_0xe4f11b[_0x433b('0x44')])),_0x424ed7=_0x55c2f1[_0x433b('0x33')](_0x12a1bf[_0x433b('0x22')][_0x433b('0x16')][_0x433b('0x1a')]),_0x1a0767=_0x12a1bf[_0x433b('0x22')][_0x433b('0x5d')](_0x424ed7),_0x1a9296['refresh'](),_0x12a1bf[_0x433b('0x25')][_0x433b('0x72')](_0x433b('0x55'))[_0x433b('0x2a')](),_0x12a1bf[_0x433b('0x25')][_0x433b('0x72')](_0x433b('0x70'))[_0x433b('0x2a')](),_0x5eed12=_0x1a9296[_0x433b('0x4a')],_0x5eed12!=_0x486a80['value'])return _0x55c2f1[_0x433b('0x31')](_0x424ed7)&&_0x1a9296['shouldConvertImageType'](_0x486a80[_0x433b('0x4a')],_0x424ed7)?(_0x58c2d1(_0x486a80),_0x424ed7=_0x55c2f1[_0x433b('0x33')](_0x12a1bf[_0x433b('0x22')][_0x433b('0x16')][_0x433b('0x1a')]),void _0x5b4c93[_0x433b('0x75')](_0x424ed7,{..._0x5df3ab,'commandReversedParams':[{'value':_0x5eed12||null}]},[],'imageStylePreApply')):void(_0x55c2f1[_0x433b('0x50')](_0x424ed7)?_0x5b4c93[_0x433b('0x75')](_0x424ed7,_0x5df3ab,[],_0x433b('0x60')):_0x5b4c93[_0x433b('0x64')](_0x1a0767,_0x5df3ab,_0x433b('0x60')));});});for(const _0x1123f6 of _0x12a1bf[_0x433b('0x28')]['get']('ImageStyleEditing')[_0x433b('0x5b')])_0xe7ad87[_0x1123f6['name']]=_0x1123f6[_0x433b('0x2e')][_0x433b('0x56')]();_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')](_0x433b('0x3'),_0x433b('0x49'),_0x433b('0x6'),()=>{}),_0x5b4c93['_suggestionFactory'][_0x433b('0x3e')]('formatBlock','imageStylePostApply',_0x433b('0x6'),()=>{}),_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')]('formatInline',_0x433b('0x60'),_0x433b('0x6'),()=>{}),_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')](_0x433b('0x3'),'imageStylePreApply',_0x433b('0x6f'),()=>{}),_0x5b4c93[_0x433b('0x1')][_0x433b('0x3e')](_0x433b('0x3'),_0x433b('0x49'),'discard',(_0x32a5c4,_0x5c7da7)=>{_0x5b4c93[_0x433b('0x1')][_0x433b('0x5a')](_0x433b('0x3'),'',_0x433b('0x6f'))(_0x32a5c4,{'commandName':_0x5c7da7[_0x433b('0x66')],'commandParams':_0x5c7da7[_0x433b('0x6d')]});}),_0x5b4c93[_0x433b('0x1')]['registerCustomCallback'](_0x433b('0x3'),_0x433b('0x49'),'chain',_0x1c91a5);}const _0x539b73=[{'type':_0x433b('0x3'),'subType':_0x433b('0x49')},{'type':_0x433b('0x18'),'subType':'imageCaption'},{'type':_0x433b('0x3'),'subType':_0x433b('0x12')},{'type':_0x433b('0x18'),'subType':_0x433b('0x12')}];function _0x20e209(_0x2a992b,_0x3bbb34){const _0x279def=_0x539b73['findIndex'](({type:_0x109e16,subType:_0x1c6838})=>_0x2a992b[_0x433b('0x68')]==_0x109e16&&_0x2a992b['subType']==_0x1c6838),_0x461250=_0x539b73[_0x433b('0x4d')](({type:_0x5b6886,subType:_0x5f0fa7})=>_0x3bbb34['type']==_0x5b6886&&_0x3bbb34['subType']==_0x5f0fa7);if(_0x279def<0x0||_0x461250<0x0)return!0x1;const _0x1ea843=_0x2a992b[_0x433b('0x3b')](),_0x5bebf4=_0x3bbb34[_0x433b('0x3b')]();if((0x0==_0x279def||0x1==_0x279def)&&0x2==_0x461250&&_0x1ea843[_0x433b('0x67')](_0x5bebf4))return!0x0;if(0x2==_0x279def&&0x3==_0x461250){const _0x5b6065=_0x5b4c93[_0x433b('0x20')](_0x1ea843,'insertion')[_0x433b('0x29')](({suggestion:_0x2cb73c,meta:_0x2f3e84})=>_0x2f3e84[_0x433b('0x2d')]&&_0x433b('0x12')==_0x2cb73c[_0x433b('0x2f')]);if(_0x5b6065[_0x433b('0x1f')]>0x1&&_0x5bebf4[_0x433b('0x5c')][_0x433b('0x48')](_0x1ea843['start']))return!0x0;if(0x1==_0x5b6065[_0x433b('0x1f')]&&(_0x1ea843[_0x433b('0x5')][_0x433b('0x48')](_0x5bebf4[_0x433b('0x5c')])||_0x1ea843[_0x433b('0x5c')][_0x433b('0x48')](_0x5bebf4[_0x433b('0x5')])))return!0x0;}if(0x3==_0x279def&&0x3==_0x461250&&_0x1ea843[_0x433b('0x5')][_0x433b('0x3a')](_0x5bebf4[_0x433b('0x5')])){const _0x54230a=_0x1ea843[_0x433b('0x5c')]['nodeAfter'],_0x367df6=_0x5bebf4[_0x433b('0x5')]['nodeBefore'];return _0x55c2f1[_0x433b('0x50')](_0x54230a)&&_0x54230a===_0x367df6;}return!0x1;}function _0x1c91a5(_0x5b110c,_0x48eadf){return _0x20e209(_0x5b110c,_0x48eadf)?[_0x5b110c,_0x48eadf]:_0x20e209(_0x48eadf,_0x5b110c)?[_0x48eadf,_0x5b110c]:null;}_0x12a1bf[_0x433b('0x22')]['document'][_0x433b('0x10')](()=>{let _0x4cd508=!0x1;const _0x32267a=Array[_0x433b('0x42')](_0x12a1bf['model'][_0x433b('0x16')]['differ'][_0x433b('0x4f')]());for(const {name:_0xd8ab7d,data:_0x2ec28a}of _0x32267a){const {group:_0x2dffe5,type:_0x26486c,subType:_0xb2131d,id:_0x175429}=_0x5b4c93[_0x433b('0xa')](_0xd8ab7d);if(_0x433b('0x34')==_0x2dffe5&&_0x5b4c93['hasSuggestion'](_0x175429)){if(_0x433b('0x3')==_0x26486c&&('imageStylePreApply'==_0xb2131d||'imageStylePostApply'==_0xb2131d)){const _0x55a143=_0x5b4c93[_0x433b('0x4')](_0x175429);if(_0x2ec28a[_0x433b('0x3d')]){const _0x54b48e=_0x55a143[_0x433b('0x3b')]()[_0x433b('0x54')]();if(_0x55c2f1[_0x433b('0x50')](_0x54b48e))continue;_0x5b4c93[_0x433b('0x7')](_0x55a143),_0x4cd508=!0x0;}}if(_0x433b('0x18')==_0x26486c&&_0x433b('0x76')==_0xb2131d&&!_0x2ec28a[_0x433b('0x3d')]){const _0x308be4=_0x5b4c93[_0x433b('0x4')](_0x175429);_0x308be4['next']&&_0x308be4[_0x433b('0x2c')][_0x433b('0x5e')]&&(_0x5b4c93['discardSuggestion'](_0x308be4[_0x433b('0x2c')]),_0x4cd508=!0x0);}}}return _0x4cd508;}),_0x12a1bf[_0x433b('0x28')]['has']('ImageResize')&&_0x5b4c93[_0x433b('0x15')](_0x433b('0x41'),(_0x319d1a,_0x16e1e0)=>{const _0x458899=_0x55c2f1[_0x433b('0x33')](_0x12a1bf[_0x433b('0x22')][_0x433b('0x16')][_0x433b('0x1a')]);_0x458899[_0x433b('0x58')](_0x433b('0x61'))!=_0x16e1e0[_0x433b('0x61')]&&_0x12a1bf[_0x433b('0x22')]['change'](()=>{_0x5b4c93[_0x433b('0x75')](_0x458899,{'commandName':'resizeImage','commandParams':[_0x16e1e0]});});}),_0x12a1bf[_0x433b('0x28')][_0x433b('0x46')](_0x433b('0x51'))&&_0x5b4c93[_0x433b('0x15')]('imageTextAlternative',(_0x46fc71,_0x19adb5)=>{const _0x1a533b=_0x55c2f1[_0x433b('0x33')](_0x12a1bf[_0x433b('0x22')][_0x433b('0x16')][_0x433b('0x1a')]);(_0x1a533b['hasAttribute']('alt')?_0x1a533b[_0x433b('0x58')](_0x433b('0x4c')):'')!=_0x19adb5[_0x433b('0x3c')]&&_0x12a1bf['model'][_0x433b('0x19')](()=>{_0x5b4c93['markBlockFormat'](_0x1a533b,{'commandName':_0x433b('0x1d'),'commandParams':[_0x19adb5]});});}),_0x5b4c93[_0x433b('0x1e')][_0x433b('0x45')](_0x276f1d=>{if(!!_0x539b73[_0x433b('0x6c')](({type:_0x1feb44,subType:_0x11ec94})=>_0x276f1d['type']==_0x1feb44&&_0x276f1d[_0x433b('0x2f')]==_0x11ec94))return _0x276f1d[_0x433b('0x8')]?{}:void 0x0;}),_0x5b4c93[_0x433b('0x1e')][_0x433b('0x45')](_0x3fea2d=>{if(_0x433b('0x18')==_0x3fea2d['type']||'deletion'==_0x3fea2d[_0x433b('0x68')]){const _0x617fe5=_0x3fea2d['getContainedElement']();if(_0x617fe5&&_0x617fe5['is'](_0x433b('0x52'),_0x433b('0x27')))return{'type':_0x433b('0x18')==_0x3fea2d[_0x433b('0x68')]?_0x433b('0x6a'):'removeObject','element':_0x617fe5,'quantity':0x1};}}),_0x5b4c93['_descriptionFactory'][_0x433b('0x45')](_0x29d310=>_0x433b('0x3')==_0x29d310['type']&&_0x433b('0x12')==_0x29d310['subType']?{'type':_0x433b('0x6b'),'content':_0x433b('0x3f')}:_0x433b('0x3')==_0x29d310['type']&&_0x433b('0x65')==_0x29d310['subType']?{'type':_0x433b('0x6b'),'content':_0x433b('0x69')}:void 0x0),_0x5b4c93[_0x433b('0x1e')]['registerDescriptionCallback'](_0x37c8a2=>{const {data:_0x3bd5cd}=_0x37c8a2;if(_0x3bd5cd){if('imageStyle'==_0x3bd5cd[_0x433b('0x66')]){const _0x750add=_0x3bd5cd[_0x433b('0x78')][0x0][_0x433b('0x4a')];return _0xb17248('side'===_0x750add?_0x3f13ba(_0x17c7d6,_0x433b('0x63')):_0xe7ad87[_0x750add]||_0x750add);}if('imageTextAlternative'==_0x3bd5cd[_0x433b('0x66')]){const _0x1e59c5=_0x3bd5cd['commandParams'][0x0][_0x433b('0x3c')];return _0x1e59c5?{'type':_0x433b('0x6b'),'content':_0x3f13ba(_0x17c7d6,_0x433b('0x1b'),'\x22'+_0x1e59c5+'\x22')}:{'type':'format','content':_0x3f13ba(_0x17c7d6,_0x433b('0x38'))};}if(_0x433b('0x41')==_0x3bd5cd[_0x433b('0x66')]){const _0x5e5252=_0x3bd5cd[_0x433b('0x78')][0x0][_0x433b('0x61')];return _0x5e5252?{'type':_0x433b('0x6b'),'content':_0x3f13ba(_0x17c7d6,'*Set\x20image\x20width:*\x20%0',_0x5e5252)}:{'type':_0x433b('0x6b'),'content':_0x3f13ba(_0x17c7d6,_0x433b('0x59'))};}}function _0xb17248(_0x228e6d){return{'type':_0x433b('0x6b'),'content':_0x3f13ba(_0x17c7d6,_0x433b('0x79'),_0x228e6d)};}});}}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* +---------------------------------------------------------------------------------+
|
|
8
|
+
* | |
|
|
9
|
+
* | Hello stranger! |
|
|
10
|
+
* | |
|
|
11
|
+
* | |
|
|
12
|
+
* | What you're currently looking at is the source code of a legally protected, |
|
|
13
|
+
* | proprietary software. Any attempts to deobfuscate / disassemble this code |
|
|
14
|
+
* | are forbidden and will result in legal consequences. |
|
|
15
|
+
* | |
|
|
16
|
+
* | |
|
|
17
|
+
* +---------------------------------------------------------------------------------+
|
|
18
|
+
*
|
|
19
|
+
*
|
|
20
|
+
*
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
const _0x295f=['discard','getSuggestionCallback','handleReplaceImageCommand','format','plugins','commandName','change','author','getSelectedElement','ImageEditing','getSuggestions','TrackChangesEditing','locale','*Format:*\x20replace\x20image\x20URL','data','_descriptionFactory','markBlockFormat','handleSuggestionDescription','accept','_suggestionFactory','editor','document','model','selection','get','getAttribute','formatBlock','commandParams','source','replaceImageSource','enableCommand','getContainedElement','registerCustomCallback','has'];(function(_0x1e1212,_0x295fbb){const _0x39c4ff=function(_0x37401f){while(--_0x37401f){_0x1e1212['push'](_0x1e1212['shift']());}};_0x39c4ff(++_0x295fbb);}(_0x295f,0xe2));const _0x39c4=function(_0x1e1212,_0x295fbb){_0x1e1212=_0x1e1212-0x0;let _0x39c4ff=_0x295f[_0x1e1212];return _0x39c4ff;};import{Plugin as _0x18468b}from'ckeditor5/src/core';import{getTranslation as _0x659850}from'../utils/common-translations';export default class Z extends _0x18468b{['afterInit'](){if(!this[_0x39c4('0x20')]['plugins'][_0x39c4('0xb')](_0x39c4('0x15')))return;const _0x423c31=this[_0x39c4('0x20')][_0x39c4('0x10')][_0x39c4('0x2')]('TrackChangesEditing');_0x423c31[_0x39c4('0x8')](_0x39c4('0x7'),(_0x51d62d,_0x9ac45b)=>this[_0x39c4('0xe')](_0x51d62d,_0x9ac45b)),_0x423c31[_0x39c4('0x1f')][_0x39c4('0xa')](_0x39c4('0x4'),_0x39c4('0x7'),_0x39c4('0x1e'),_0x423c31['_suggestionFactory'][_0x39c4('0xd')](_0x39c4('0x4'),null,_0x39c4('0xc'))),_0x423c31[_0x39c4('0x1f')][_0x39c4('0xa')](_0x39c4('0x4'),_0x39c4('0x7'),_0x39c4('0xc'),_0x423c31[_0x39c4('0x1f')][_0x39c4('0xd')](_0x39c4('0x4'),null,_0x39c4('0x1e'))),_0x423c31[_0x39c4('0x1b')]['registerDescriptionCallback'](_0x47b1e0=>this[_0x39c4('0x1d')](_0x47b1e0));}[_0x39c4('0xe')](_0x37296c,_0x1be1c3){const _0x212d5d=this['editor'][_0x39c4('0x10')][_0x39c4('0x2')](_0x39c4('0x17')),_0x2e9b9b=this[_0x39c4('0x20')][_0x39c4('0x0')][_0x39c4('0x21')][_0x39c4('0x1')][_0x39c4('0x14')]();this[_0x39c4('0x20')][_0x39c4('0x0')][_0x39c4('0x12')](()=>{let _0x37d676=_0x2e9b9b[_0x39c4('0x3')]('src');const _0x4e1261=this[_0x39c4('0x20')]['plugins'][_0x39c4('0x2')]('Users')['me'];for(const _0x375438 of _0x212d5d[_0x39c4('0x16')]({'skipNotAttached':!0x0})){const _0x26e485=_0x375438[_0x39c4('0x9')]();if(_0x39c4('0x7')===_0x375438['subType']&&_0x26e485===_0x2e9b9b){_0x375438[_0x39c4('0x13')]!==_0x4e1261&&_0x375438[_0x39c4('0xc')](),_0x37d676=_0x375438[_0x39c4('0x1a')][_0x39c4('0x5')][0x0][_0x39c4('0x6')];break;}}_0x37296c(_0x1be1c3),_0x212d5d[_0x39c4('0x1c')](_0x2e9b9b,{'commandName':_0x39c4('0x7'),'commandParams':[{'source':_0x37d676}]},[],_0x39c4('0x7'));});}[_0x39c4('0x1d')](_0x216797){const {data:_0x3390bd}=_0x216797;if(_0x3390bd&&_0x39c4('0x7')===_0x3390bd[_0x39c4('0x11')]){const _0x113e23=_0x39c4('0x19');return{'type':_0x39c4('0xf'),'content':_0x659850(this[_0x39c4('0x20')][_0x39c4('0x18')],_0x113e23)};}}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x5055=['value','dataInsert','enableCommand','trackChanges','lowest','TrackChangesEditing','plugins','track_changes','_handleImportedData','_trackChangesExecuted','high','get','Users','listenTo','collaboration_features','_trackChangesValueDuringImport','importWord','execute','forEach','afterInit','editor','commands','_setSuggestionData','bind'];(function(_0x15229d,_0x505505){const _0x5f1435=function(_0x226b35){while(--_0x226b35){_0x15229d['push'](_0x15229d['shift']());}};_0x5f1435(++_0x505505);}(_0x5055,0xbc));const _0x5f14=function(_0x15229d,_0x505505){_0x15229d=_0x15229d-0x0;let _0x5f1435=_0x5055[_0x15229d];return _0x5f1435;};import{Plugin as _0x202824}from'ckeditor5/src/core';import _0x380b91 from'../trackchangesediting';export default class tt extends _0x202824{constructor(_0x120b92){super(_0x120b92),this[_0x5f14('0x13')]=!0x1,this[_0x5f14('0xd')]=!0x1;}[_0x5f14('0x17')](){const _0x1c3831=this[_0x5f14('0x0')],_0x52e7a2=_0x1c3831[_0x5f14('0x1')][_0x5f14('0xf')](_0x5f14('0x14')),_0x22c04e=_0x1c3831[_0x5f14('0x1')]['get']('trackChanges');_0x52e7a2&&(_0x52e7a2['on'](_0x5f14('0x15'),(_0x25e255,[,_0xfd7451])=>{this[_0x5f14('0x13')]=_0x22c04e[_0x5f14('0x4')],_0xfd7451[_0x5f14('0x12')][_0x5f14('0xb')]=!this[_0x5f14('0x13')];},{'priority':_0x5f14('0xe')}),this[_0x5f14('0x11')](_0x52e7a2,_0x5f14('0x5'),this[_0x5f14('0xc')][_0x5f14('0x3')](this)),this[_0x5f14('0x11')](_0x52e7a2,_0x5f14('0x5'),()=>{this[_0x5f14('0xd')]&&(_0x22c04e['execute'](),this['_trackChangesExecuted']=!0x1);},{'priority':_0x5f14('0x8')}),_0x1c3831[_0x5f14('0xa')][_0x5f14('0xf')](_0x5f14('0x9'))[_0x5f14('0x6')](_0x5f14('0x14')));}[_0x5f14('0xc')](_0x2e4096,_0x59c0bf){const {suggestions:_0xc9c902}=_0x59c0bf,_0x353d70=this['editor'][_0x5f14('0x1')][_0x5f14('0xf')](_0x5f14('0x7')),_0x2b1e07=_0x353d70[_0x5f14('0x4')];this[_0x5f14('0x13')]!==_0x2b1e07&&(_0x353d70['execute'](),this['_trackChangesExecuted']=!0x0),_0xc9c902&&_0xc9c902[_0x5f14('0x16')](({id:_0x3b2720,type:_0x117bb6,author:_0x18d44b,created_at:_0x5483bc})=>{const _0x2fcc7f={'id':_0x3b2720,'type':_0x117bb6,'authorId':this[_0x5f14('0x0')]['plugins']['get'](_0x5f14('0x10'))['me']['id'],'createdAt':new Date(),'data':{},'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x18d44b,'createdAt':_0x5483bc?new Date(_0x5483bc):new Date(),'source':'importWord'}}};this['editor'][_0x5f14('0xa')][_0x5f14('0xf')](_0x380b91)[_0x5f14('0x2')](_0x2fcc7f);});}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x220d=['model','*Outdent:*\x20%0','editor','_descriptionFactory','getSelectedBlocks','has','schema','outdentBlock','markBlockFormat','*Indent:*\x20%0','change','document','IndentBlock','get','enableCommand','filter','afterInit','getItems','registerDescriptionCallback','blockIndent','TrackChangesEditing','from','locale','indentBlock','checkAttribute','IndentEditing','getItemLabel','indent','plugins','commandName'];(function(_0x1633cc,_0x220d9d){const _0x3c5922=function(_0x4daa79){while(--_0x4daa79){_0x1633cc['push'](_0x1633cc['shift']());}};_0x3c5922(++_0x220d9d);}(_0x220d,0xc1));const _0x3c59=function(_0x1633cc,_0x220d9d){_0x1633cc=_0x1633cc-0x0;let _0x3c5922=_0x220d[_0x1633cc];return _0x3c5922;};import{Plugin as _0x24047a}from'ckeditor5/src/core';import{getTranslation as _0x349a47}from'../utils/common-translations';export default class it extends _0x24047a{[_0x3c59('0x3')](){const _0x2af14f=this[_0x3c59('0x13')],_0x1ed55d=_0x2af14f[_0x3c59('0xf')][_0x3c59('0x0')](_0x3c59('0x7'));_0x2af14f[_0x3c59('0xf')]['has'](_0x3c59('0xc'))&&(_0x1ed55d[_0x3c59('0x1')](_0x3c59('0xe')),_0x1ed55d[_0x3c59('0x1')]('outdent'));const _0x3684b8=_0x2af14f[_0x3c59('0x9')];if(_0x2af14f[_0x3c59('0xf')][_0x3c59('0x16')](_0x3c59('0x1d'))){for(const _0xf6c4e4 of[_0x3c59('0xa'),_0x3c59('0x18')])_0x1ed55d['enableCommand'](_0xf6c4e4,()=>{const _0x60f782=Array[_0x3c59('0x8')](this[_0x3c59('0x13')][_0x3c59('0x11')][_0x3c59('0x1c')]['selection'][_0x3c59('0x15')]())[_0x3c59('0x2')](_0x107c34=>this['editor'][_0x3c59('0x11')][_0x3c59('0x17')][_0x3c59('0xb')](_0x107c34,_0x3c59('0x6')));_0x2af14f[_0x3c59('0x11')][_0x3c59('0x1b')](()=>{for(const _0x17f1ca of _0x60f782)_0x1ed55d[_0x3c59('0x19')](_0x17f1ca,{'commandName':_0xf6c4e4,'commandParams':[{'value':''}],'formatGroupId':_0x3c59('0xa')});});});_0x1ed55d[_0x3c59('0x14')][_0x3c59('0x5')](_0x5c47e1=>{const {data:_0x267f17}=_0x5c47e1;if(!_0x267f17)return;if(_0x3c59('0xa')!=_0x267f17['commandName']&&_0x3c59('0x18')!=_0x267f17[_0x3c59('0x10')])return;const _0x44f782=_0x5c47e1[_0x3c59('0x4')]()[0x0],_0x3de217=_0x1ed55d[_0x3c59('0x14')][_0x3c59('0xd')](_0x44f782);return _0x3c59('0xa')==_0x267f17[_0x3c59('0x10')]?{'type':'format','content':_0x349a47(_0x3684b8,_0x3c59('0x1a'),_0x3de217)}:_0x3c59('0x18')==_0x267f17[_0x3c59('0x10')]?{'type':'format','content':_0x349a47(_0x3684b8,_0x3c59('0x12'),_0x3de217)}:void 0x0;});}}}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
var
|
|
23
|
+
var _0x7dad=['editor','init','TrackChangesEditing','input','get','requires'];(function(_0x572c04,_0x7dade){var _0x5d2485=function(_0x32fca5){while(--_0x32fca5){_0x572c04['push'](_0x572c04['shift']());}};_0x5d2485(++_0x7dade);}(_0x7dad,0x1d2));var _0x5d24=function(_0x572c04,_0x7dade){_0x572c04=_0x572c04-0x0;var _0x5d2485=_0x7dad[_0x572c04];return _0x5d2485;};import{Plugin as _0x293ef2}from'ckeditor5/src/core';import{Input as _0x34f019}from'ckeditor5/src/typing';export default class st extends _0x293ef2{static get[_0x5d24('0x1')](){return[_0x34f019];}[_0x5d24('0x3')](){this[_0x5d24('0x2')]['plugins'][_0x5d24('0x0')](_0x5d24('0x4'))['enableCommand'](_0x5d24('0x5'));}}
|
package/src/integrations/link.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xa2a4=['format','enableCommand','markInlineFormat','has','editor','*Set\x20link:*\x20%0','commandName','document','getFirstPosition','locale','linkHref','get','getFirstRange','plugins','model','link','getRanges','*Remove\x20link*','commandParams','getAttribute','from','TrackChangesEditing','LinkEditing','change','hasAttribute'];(function(_0x3e2c7b,_0xa2a49){const _0x2692da=function(_0x24327d){while(--_0x24327d){_0x3e2c7b['push'](_0x3e2c7b['shift']());}};_0x2692da(++_0xa2a49);}(_0xa2a4,0x169));const _0x2692=function(_0x3e2c7b,_0xa2a49){_0x3e2c7b=_0x3e2c7b-0x0;let _0x2692da=_0xa2a4[_0x3e2c7b];return _0x2692da;};import{Plugin as _0x4987b3}from'ckeditor5/src/core';import{findAttributeRange as _0x3f5570}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x57dce5}from'./utils';import{getTranslation as _0x4fc2a7}from'../utils/common-translations';export default class et extends _0x4987b3{['afterInit'](){const _0x1ac641=this[_0x2692('0x12')];if(!_0x1ac641[_0x2692('0x2')][_0x2692('0x11')](_0x2692('0xb')))return;const _0x15b227=_0x1ac641[_0x2692('0x2')][_0x2692('0x0')](_0x2692('0xa'));_0x15b227[_0x2692('0xf')](_0x2692('0x4'),(_0x18a9fe,_0x19678b)=>{const _0x3e41e8=_0x1ac641['model']['document']['selection'];let _0x134f28=[];if(_0x3e41e8['isCollapsed']){if(!_0x3e41e8[_0x2692('0xd')](_0x2692('0x18')))return void _0x18a9fe(_0x19678b);{const _0x2e7237=_0x3f5570(_0x3e41e8[_0x2692('0x16')](),_0x2692('0x18'),_0x3e41e8[_0x2692('0x8')](_0x2692('0x18')),_0x1ac641[_0x2692('0x3')]);_0x134f28=[_0x2e7237];}}else _0x134f28=Array[_0x2692('0x9')](_0x3e41e8[_0x2692('0x5')]());_0x1ac641['model'][_0x2692('0xc')](()=>{for(const _0x29605a of _0x134f28)_0x15b227[_0x2692('0x10')](_0x29605a,{'commandName':_0x2692('0x4'),'commandParams':[_0x19678b]});});}),_0x15b227[_0x2692('0xf')]('unlink',()=>{const _0x87c959=this[_0x2692('0x12')][_0x2692('0x3')],_0x4c859a=_0x87c959[_0x2692('0x15')]['selection'];_0x87c959[_0x2692('0xc')](()=>{let _0x364d8f=[];if(_0x4c859a['isCollapsed'])_0x364d8f=[_0x3f5570(_0x4c859a[_0x2692('0x16')](),_0x2692('0x18'),_0x4c859a[_0x2692('0x8')](_0x2692('0x18')),_0x1ac641[_0x2692('0x3')])];else _0x364d8f=_0x57dce5(_0x2692('0x18'),_0x4c859a[_0x2692('0x1')](),_0x1ac641[_0x2692('0x3')]);for(const _0x380bf9 of _0x364d8f)_0x15b227[_0x2692('0x10')](_0x380bf9,{'commandName':'unlink','commandParams':[]});});}),_0x15b227['_descriptionFactory']['registerDescriptionCallback'](_0x44a0dc=>{const {data:_0x4341f8}=_0x44a0dc,_0x15f55d=_0x1ac641[_0x2692('0x17')];if(_0x4341f8){if(_0x2692('0x4')==_0x4341f8[_0x2692('0x14')]){const _0x15ab1b=_0x4341f8[_0x2692('0x7')][0x0];return{'type':_0x2692('0xe'),'content':_0x4fc2a7(_0x15f55d,_0x2692('0x13'),'\x22'+_0x15ab1b+'\x22')};}return'unlink'==_0x4341f8[_0x2692('0x14')]?{'type':_0x2692('0xe'),'content':_0x4fc2a7(_0x15f55d,_0x2692('0x6'))}:void 0x0;}});}}
|
package/src/integrations/list.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) 2016 -
|
|
2
|
+
* Copyright (c) 2016 - 2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
*
|
|
4
4
|
*
|
|
5
5
|
*
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0xc47d=['format','editor','listType','add','name','commands','parent','todoListChecked','todo','nextSibling','before','isObject','numberedList','checkTodoList','slice','_descriptionFactory','outdentList','enableCommand','afterInit','_selectedElements','element','bulleted','getAttribute','bulletedList','value','model','registerElementLabel','createPositionAt','ListEditing','filter','listItem','numbered','commandName','listIndent','length','blockName','createRange','from','*Change\x20to:*\x20%0','execute','markBlockFormat','getSelectedBlocks','selection','todoList','forceValue','locale','ELEMENT_NUMBERED_LIST','document','paragraph','List','indentList','schema','TodoListEditing','end','ELEMENT_BULLETED_LIST','get','plugins','change','previousSibling','ELEMENT_LIST_ITEM'];(function(_0x69a3cf,_0xc47d1){const _0x585b64=function(_0x519a50){while(--_0x519a50){_0x69a3cf['push'](_0x69a3cf['shift']());}};_0x585b64(++_0xc47d1);}(_0xc47d,0x7f));const _0x585b=function(_0x69a3cf,_0xc47d1){_0x69a3cf=_0x69a3cf-0x0;let _0x585b64=_0xc47d[_0x69a3cf];return _0x585b64;};import{Plugin as _0x13925c}from'ckeditor5/src/core';import{getTranslation as _0x4e43dd}from'../utils/common-translations';export default class nt extends _0x13925c{[_0x585b('0xb')](){const _0x2ddd84=this[_0x585b('0x36')],_0x3140d8=_0x2ddd84[_0x585b('0x26')];if(!_0x2ddd84[_0x585b('0x31')]['has'](_0x585b('0x15')))return;const _0x279ee0=_0x2ddd84['plugins'][_0x585b('0x30')]('TrackChangesEditing'),_0xc1b5d=_0x2ddd84['plugins']['has'](_0x585b('0x2d'));function _0x44fe98(_0x57a178){return()=>{const _0x3cb492=_0x2ddd84['model'][_0x585b('0x28')][_0x585b('0x23')],_0x496eb5=_0x2ddd84[_0x585b('0x3a')][_0x585b('0x30')](_0x57a178);if(_0x496eb5[_0x585b('0x11')])return void _0x2ddd84[_0x585b('0x20')](_0x585b('0x29'),{});const _0x289453=_0x57a178[_0x585b('0x7')](0x0,-0x4),_0x1c0f6b=function(_0x2d26b1,_0x5e7278,_0x2734fb){let _0x5ac9dd=Array[_0x585b('0x1e')](_0x2d26b1)[_0x585b('0x16')](_0x29780b=>function(_0x18def8,_0x5b8a62){return _0x5b8a62['checkChild'](_0x18def8[_0x585b('0x3b')],_0x585b('0x17'))&&!_0x5b8a62[_0x585b('0x4')](_0x18def8);}(_0x29780b,_0x2734fb));_0x5ac9dd=_0x5ac9dd[_0x585b('0x16')](_0x262a71=>!_0x262a71['is'](_0x585b('0xd'),_0x585b('0x17'))||_0x262a71[_0x585b('0xf')](_0x585b('0x37'))!=_0x5e7278);const _0x320b49=new Set();for(const _0x30b146 of _0x5ac9dd)_0x30b146['is'](_0x585b('0xd'),_0x585b('0x17'))?_0x320b49[_0x585b('0x38')](ne(_0x30b146)):_0x320b49['add'](_0x30b146);return Array[_0x585b('0x1e')](_0x320b49);}(_0x3cb492['getSelectedBlocks'](),_0x289453,_0x2ddd84[_0x585b('0x12')][_0x585b('0x2c')]);_0x2ddd84[_0x585b('0x12')][_0x585b('0x32')](()=>{for(const _0x326d78 of _0x1c0f6b)_0x279ee0['markBlockFormat'](_0x326d78,{'commandName':_0x57a178,'commandParams':[{'forceValue':!_0x496eb5[_0x585b('0x11')]}],'formatGroupId':_0x585b('0x1c')},oe(_0x326d78));});};}function _0x596694(_0x48bb2d){return()=>{const _0x414a4f=function(_0x25766b){const _0x5c0875=(_0x25766b=Array[_0x585b('0x1e')](_0x25766b))['findIndex'](_0x31c157=>_0x585b('0x17')!=_0x31c157[_0x585b('0x39')]);return _0x5c0875>-0x1&&(_0x25766b=_0x25766b[_0x585b('0x7')](0x0,_0x5c0875)),_0x25766b;}(_0x2ddd84['model'][_0x585b('0x28')]['selection'][_0x585b('0x22')]()),_0xef69e0=_0x2ddd84['model'][_0x585b('0x1d')](_0x2ddd84['model'][_0x585b('0x14')](_0x414a4f[0x0],_0x585b('0x3')),_0x2ddd84['model'][_0x585b('0x14')](_0x414a4f[_0x414a4f[_0x585b('0x1b')]-0x1],_0x585b('0x2e')));_0x2ddd84[_0x585b('0x12')][_0x585b('0x32')](()=>{_0x279ee0[_0x585b('0x21')](_0xef69e0,{'commandName':_0x48bb2d,'commandParams':[],'formatGroupId':_0x585b('0x1a')},function(_0xbc6e5f){const _0x40bc37=new Set();for(const _0x51c35c of _0xbc6e5f){let _0x510cbc=_0x51c35c[_0x585b('0x2')];for(;_0x510cbc&&_0x510cbc['getAttribute'](_0x585b('0x1a'))>_0x51c35c[_0x585b('0xf')](_0x585b('0x1a'));)_0x40bc37[_0x585b('0x38')](_0x510cbc),_0x510cbc=_0x510cbc['nextSibling'];}return Array[_0x585b('0x1e')](_0x40bc37);}(_0x414a4f));});};}_0x279ee0[_0x585b('0xa')]('numberedList',_0x44fe98(_0x585b('0x5'))),_0x279ee0['enableCommand'](_0x585b('0x10'),_0x44fe98('bulletedList')),_0xc1b5d&&_0x279ee0[_0x585b('0xa')](_0x585b('0x24'),_0x44fe98(_0x585b('0x24'))),_0x279ee0[_0x585b('0xa')]('indentList',_0x596694('indentList')),_0x279ee0[_0x585b('0xa')]('outdentList',_0x596694(_0x585b('0x9'))),_0xc1b5d&&_0x279ee0[_0x585b('0xa')](_0x585b('0x6'),()=>{const _0x3544c5=_0x2ddd84[_0x585b('0x3a')][_0x585b('0x30')](_0x585b('0x6')),_0x23fb40=Array[_0x585b('0x1e')](_0x3544c5[_0x585b('0xc')]);_0x23fb40[_0x585b('0x16')](_0x458cca=>_0x458cca['getAttribute'](_0x585b('0x0'))!=_0x3544c5[_0x585b('0x11')]),_0x2ddd84[_0x585b('0x12')]['change'](()=>{for(const _0x4e49a1 of _0x23fb40)_0x279ee0[_0x585b('0x21')](_0x4e49a1,{'commandName':_0x585b('0x6'),'commandParams':[{'forceValue':!_0x3544c5['value']}]});});}),_0x279ee0[_0x585b('0x8')][_0x585b('0x13')](_0x585b('0x17'),_0x389f52=>_0x4e43dd(_0x3140d8,_0x585b('0x34'),_0x389f52)),_0x279ee0[_0x585b('0x8')]['registerDescriptionCallback'](_0x41ddf9=>{const {data:_0x3dd9cd}=_0x41ddf9;if(_0x3dd9cd){if(_0x585b('0x5')==_0x3dd9cd[_0x585b('0x19')]||_0x585b('0x10')==_0x3dd9cd[_0x585b('0x19')]||_0x585b('0x24')==_0x3dd9cd[_0x585b('0x19')])switch(_0x3dd9cd[_0x585b('0x19')]['replace'](_0x585b('0x2a'),'')){case _0x585b('0xe'):return _0x542a56(_0x4e43dd(_0x3140d8,_0x585b('0x2f')));case _0x585b('0x18'):return _0x542a56(_0x4e43dd(_0x3140d8,_0x585b('0x27')));case _0x585b('0x1'):return _0x542a56(_0x4e43dd(_0x3140d8,'ELEMENT_TODO_LIST'));}if(_0x585b('0x2b')==_0x3dd9cd[_0x585b('0x19')])return{'type':_0x585b('0x35'),'content':_0x4e43dd(_0x3140d8,'*Indent:*\x20%0',_0x4e43dd(_0x3140d8,_0x585b('0x34')))};if(_0x585b('0x9')==_0x3dd9cd[_0x585b('0x19')])return{'type':_0x585b('0x35'),'content':_0x4e43dd(_0x3140d8,'*Outdent:*\x20%0',_0x4e43dd(_0x3140d8,_0x585b('0x34')))};if(_0x585b('0x6')==_0x3dd9cd[_0x585b('0x19')])return _0x3dd9cd['commandParams'][0x0][_0x585b('0x25')]?{'type':'format','content':_0x4e43dd(_0x3140d8,'*Check\x20item*')}:{'type':_0x585b('0x35'),'content':_0x4e43dd(_0x3140d8,'*Uncheck\x20item*')};}function _0x542a56(_0x2f3d38){return{'type':_0x585b('0x35'),'content':_0x4e43dd(_0x3140d8,_0x585b('0x1f'),_0x2f3d38)};}});}}function ne(_0xcc54ff){const _0xda2882=_0xcc54ff[_0x585b('0xf')](_0x585b('0x1a'));if(0x0==_0xda2882)return _0xcc54ff;let _0x27ed3b=_0xcc54ff;for(;_0xcc54ff[_0x585b('0x33')]&&_0xcc54ff[_0x585b('0x33')]['is']('element',_0x585b('0x17'));){const _0x3fbc42=_0xcc54ff[_0x585b('0x33')][_0x585b('0xf')](_0x585b('0x1a'));if(_0x3fbc42==_0xda2882)_0x27ed3b=_0xcc54ff[_0x585b('0x33')];else{if(_0x3fbc42<_0xda2882)break;}_0xcc54ff=_0xcc54ff['previousSibling'];}return _0x27ed3b;}function oe(_0x49b354){const _0x2078e1=[];if(_0x49b354['is'](_0x585b('0xd'),_0x585b('0x17'))&&_0x49b354[_0x585b('0xf')]('listIndent')>0x0){let _0x4c2ddc=_0x49b354[_0x585b('0x2')];for(;_0x4c2ddc&&_0x585b('0x17')==_0x4c2ddc[_0x585b('0x39')]&&_0x4c2ddc[_0x585b('0xf')](_0x585b('0x1a'))==_0x49b354[_0x585b('0xf')]('listIndent');)_0x2078e1['push'](_0x4c2ddc),_0x4c2ddc=_0x4c2ddc[_0x585b('0x2')];}return _0x2078e1;}
|