@ckeditor/ckeditor5-track-changes 35.4.0 → 36.0.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 +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 _0x1843=['fontSize','config','toLowerCase','FontSizeEditing','document','isCollapsed','FontBackgroundColorEditing','*Reset\x20font\x20background\x20color*','fontBackgroundColor','*Set\x20font\x20size:*\x20%0','selection','enableCommand','plugins','find','editor','format','label','*Reset\x20font\x20color*','title','*Set\x20font\x20family:*\x20%0','fontFamily','get','value','model','FontSize','afterInit','TrackChangesEditing','commandName','change','fontColor.colors','_descriptionFactory','trim','getRanges','locale','commandParams','fontSize.options','fontColor','*Reset\x20font\x20size*','has','*Reset\x20font\x20family*'];(function(_0x22166c,_0x1843d9){const _0x51e6d0=function(_0x2a63e5){while(--_0x2a63e5){_0x22166c['push'](_0x22166c['shift']());}};_0x51e6d0(++_0x1843d9);}(_0x1843,0xf3));const _0x51e6=function(_0x22166c,_0x1843d9){_0x22166c=_0x22166c-0x0;let _0x51e6d0=_0x1843[_0x22166c];return _0x51e6d0;};import{Plugin as _0x5f555e}from'ckeditor5/src/core';import{normalizeColorOptions as _0x5a8cc4}from'ckeditor5/src/ui';import{getRangesWithAttribute as _0x58c4b3}from'./utils';import{getTranslation as _0xf6b668}from'../utils/common-translations';const Yt=[{'pluginName':_0x51e6('0x0'),'commandName':_0x51e6('0x25')},{'pluginName':'FontFamilyEditing','commandName':_0x51e6('0x11')},{'pluginName':'FontColorEditing','commandName':_0x51e6('0x21')},{'pluginName':_0x51e6('0x3'),'commandName':_0x51e6('0x5')}];export default class J extends _0x5f555e{[_0x51e6('0x16')](){const _0x9cf61e=this[_0x51e6('0xb')][_0x51e6('0x1e')];for(const {pluginName:_0x2da6d9,commandName:_0x1b1f6f}of Yt)this[_0x51e6('0xb')][_0x51e6('0x9')][_0x51e6('0x23')](_0x2da6d9)&&this['_enableCommand'](_0x1b1f6f);this[_0x51e6('0xb')][_0x51e6('0x9')][_0x51e6('0x12')]('TrackChangesEditing')[_0x51e6('0x1b')]['registerDescriptionCallback'](_0x4a8081=>{const {data:_0x1b441b}=_0x4a8081;if(null!=_0x1b441b){if(_0x51e6('0x25')==_0x1b441b[_0x51e6('0x18')]){const _0x230a30=_0x1b441b['commandParams'][0x0][_0x51e6('0x13')];if(_0x230a30){const _0x20191d=this['editor']['plugins'][_0x51e6('0x12')](_0x51e6('0x15'))['normalizeSizeOptions'](this['editor']['config'][_0x51e6('0x12')](_0x51e6('0x20')))[_0x51e6('0xa')](_0x3bd907=>_0x3bd907[_0x51e6('0x14')]==_0x230a30)[_0x51e6('0xf')],_0x346ac3=this[_0x51e6('0xb')][_0x51e6('0x1e')]['_t'](_0x20191d)['toLowerCase']();return{'type':_0x51e6('0xc'),'content':_0xf6b668(_0x9cf61e,_0x51e6('0x6'),_0x346ac3)};}return{'type':_0x51e6('0xc'),'content':_0xf6b668(_0x9cf61e,_0x51e6('0x22'))};}if('fontFamily'==_0x1b441b['commandName']){const _0x5856aa=_0x1b441b[_0x51e6('0x1f')][0x0][_0x51e6('0x13')];return _0x5856aa?{'type':_0x51e6('0xc'),'content':_0xf6b668(_0x9cf61e,_0x51e6('0x10'),_0x5856aa)}:{'type':'format','content':_0xf6b668(_0x9cf61e,_0x51e6('0x24'))};}if(_0x51e6('0x21')==_0x1b441b[_0x51e6('0x18')]){const _0x21fa13=_0x1b441b[_0x51e6('0x1f')][0x0]['value'];if(_0x21fa13){const _0x96eb6e=_0x5a8cc4(this['editor'][_0x51e6('0x26')][_0x51e6('0x12')](_0x51e6('0x1a')))[_0x51e6('0xa')](_0xfb5ee3=>_0xfb5ee3[_0x51e6('0x14')]==_0x21fa13);let _0x4d2fe6=_0x21fa13,_0x36fae5='';return _0x96eb6e&&(_0x4d2fe6=_0x96eb6e[_0x51e6('0xd')],_0x36fae5=_0x9cf61e['_t'](_0x4d2fe6)['toLowerCase']()),{'type':'format','content':_0xf6b668(_0x9cf61e,'*Set\x20font\x20color:*\x20%0',_0x36fae5)['trim'](),'color':{'value':_0x21fa13,'title':_0x36fae5||_0x4d2fe6}};}return{'type':_0x51e6('0xc'),'content':_0xf6b668(_0x9cf61e,_0x51e6('0xe'))};}if(_0x51e6('0x5')==_0x1b441b[_0x51e6('0x18')]){const _0x28d967=_0x1b441b[_0x51e6('0x1f')][0x0]['value'];if(_0x28d967){const _0x4e58a9=_0x5a8cc4(this[_0x51e6('0xb')][_0x51e6('0x26')][_0x51e6('0x12')]('fontBackgroundColor.colors'))[_0x51e6('0xa')](_0x166c35=>_0x166c35[_0x51e6('0x14')]==_0x28d967);let _0x10340b=_0x28d967,_0x508af9='';return _0x4e58a9&&(_0x10340b=_0x4e58a9[_0x51e6('0xd')],_0x508af9=_0x9cf61e['_t'](_0x10340b)[_0x51e6('0x27')]()),{'type':_0x51e6('0xc'),'content':_0xf6b668(_0x9cf61e,'*Set\x20font\x20background\x20color:*\x20%0',_0x508af9)[_0x51e6('0x1c')](),'color':{'value':_0x28d967,'title':_0x508af9||_0x10340b}};}return{'type':'format','content':_0xf6b668(_0x9cf61e,_0x51e6('0x4'))};}}});}['_enableCommand'](_0x45b210){const _0x5c9a26=this[_0x51e6('0xb')];_0x5c9a26[_0x51e6('0x9')]['get'](_0x51e6('0x17'))[_0x51e6('0x8')](_0x45b210,(_0xee7f16,_0x588b23={})=>{const _0x1d1d6b=_0x5c9a26[_0x51e6('0x14')][_0x51e6('0x1')][_0x51e6('0x7')],_0x10fc37=_0x588b23[_0x51e6('0x13')];_0x1d1d6b[_0x51e6('0x2')]?_0xee7f16(_0x588b23):_0x5c9a26[_0x51e6('0x14')][_0x51e6('0x19')](()=>{const _0x26c673=Array['from'](_0x1d1d6b[_0x51e6('0x1d')]());for(const _0x2287f8 of _0x26c673){const _0x360bcc=_0x10fc37?[_0x2287f8]:_0x58c4b3(_0x45b210,_0x2287f8,_0x5c9a26[_0x51e6('0x14')]);for(const _0x1d573f of _0x360bcc)_0x5c9a26['plugins']['get']('TrackChangesEditing')['markInlineFormat'](_0x1d573f,{'commandName':_0x45b210,'commandParams':[{'value':_0x10fc37}]});}});});}}
|
|
@@ -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 _0x377b=['format','match','checkChild','registerElementLabel','schema','ELEMENT_HEADING_CUSTOM','locale','HeadingEditing','find','paragraph','document','ELEMENT_HEADING','registerDescriptionCallback','commandName','filter','model','get','afterInit','value','TrackChangesEditing','change','config','from','*Change\x20to:*\x20%0','heading','editor','plugins','title','parent','markBlockFormat','formatBlock','_descriptionFactory','name'];(function(_0x17fb52,_0x377b0b){const _0x5006a5=function(_0x2fea2b){while(--_0x2fea2b){_0x17fb52['push'](_0x17fb52['shift']());}};_0x5006a5(++_0x377b0b);}(_0x377b,0xc8));const _0x5006=function(_0x17fb52,_0x377b0b){_0x17fb52=_0x17fb52-0x0;let _0x5006a5=_0x377b[_0x17fb52];return _0x5006a5;};import{Plugin as _0x355c66}from'ckeditor5/src/core';import{getElementsAffectedByListItemRename as _0xe53a5f}from'./utils';import{getTranslation as _0xf4cbdb}from'../utils/common-translations';export default class K extends _0x355c66{[_0x5006('0xf')](){const _0x3c9a06=this['editor'],_0x539926=_0x3c9a06[_0x5006('0x4')],_0xa454aa=_0x3c9a06[_0x5006('0x13')]['get']('heading.options');if(!_0x3c9a06[_0x5006('0x18')]['has'](_0x5006('0x5')))return;const _0x1b2375=_0x3c9a06[_0x5006('0x18')][_0x5006('0xe')](_0x5006('0x11'));_0x1b2375['enableCommand'](_0x5006('0x16'),(_0x437f09,_0x1e89c7)=>{const _0x525ca9=_0x1e89c7['value'],_0xd4dcf9=Array[_0x5006('0x14')](this[_0x5006('0x17')]['model'][_0x5006('0x8')]['selection']['getSelectedBlocks']())[_0x5006('0xc')](_0x1f7b4b=>function(_0x507424,_0x522378,_0x1e7de7){return _0x1e7de7[_0x5006('0x0')](_0x507424[_0x5006('0x1a')],_0x522378)&&!_0x1e7de7['isObject'](_0x507424)&&_0x507424[_0x5006('0x1e')]!=_0x522378;}(_0x1f7b4b,_0x525ca9,this[_0x5006('0x17')]['model'][_0x5006('0x2')]));_0x3c9a06[_0x5006('0xd')][_0x5006('0x12')](()=>{for(const _0x46e79a of _0xd4dcf9)_0x1b2375[_0x5006('0x1b')](_0x46e79a,{'commandName':'heading','commandParams':[_0x1e89c7],'formatGroupId':'blockName'},_0xe53a5f(_0x46e79a));});});for(const _0x195dd7 of _0xa454aa)_0x5006('0x7')!=_0x195dd7[_0x5006('0xd')]&&_0x1b2375[_0x5006('0x1d')][_0x5006('0x1')](_0x195dd7[_0x5006('0xd')],_0x389cd3=>{const _0x21754a=tn(_0x195dd7['model']);return null!==_0x21754a?_0xad9dd7(_0x389cd3,_0x21754a):_0x468d5a(_0x389cd3,_0x195dd7[_0x5006('0x19')]);});function _0xad9dd7(_0x3c45aa,_0x3b14fa){return _0xf4cbdb(_0x539926,_0x5006('0x9'),[_0x3c45aa,_0x3b14fa]);}function _0x468d5a(_0x29ebb4,_0x1a3c74){return _0xf4cbdb(_0x539926,_0x5006('0x3'),[_0x29ebb4,_0x1a3c74]);}_0x1b2375[_0x5006('0x1d')][_0x5006('0xa')](_0x15745a=>{const {type:_0x43953a,data:_0x2578a7}=_0x15745a;if(_0x5006('0x1c')==_0x43953a&&_0x2578a7&&_0x5006('0x16')==_0x2578a7[_0x5006('0xb')]){const _0x1fc6fe=_0x2578a7['commandParams'][0x0][_0x5006('0x10')],_0x24e9f2=tn(_0x1fc6fe);if(null!==_0x24e9f2)return{'type':_0x5006('0x1f'),'content':_0xf4cbdb(_0x539926,_0x5006('0x15'),_0xad9dd7(0x1,_0x24e9f2))};const _0x487cf1=_0xa454aa[_0x5006('0x6')](_0xf5536b=>_0xf5536b[_0x5006('0xd')]===_0x1fc6fe)[_0x5006('0x19')];return{'type':_0x5006('0x1f'),'content':_0xf4cbdb(_0x539926,_0x5006('0x15'),_0x468d5a(0x1,_0x487cf1))};}});}}function tn(_0x15e9c5){const _0x56b7d0=_0x15e9c5[_0x5006('0x20')](/^heading(\d+)$/);return _0x56b7d0?_0x56b7d0[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 _0x30ec=['editor','FORMAT_HIGHLIGHT','push','plugins','color','config','selection','model','format','commandName','get','formatInline','item','backward','_descriptionFactory','toLowerCase','title','*Set\x20highlight:*\x20%0','markInlineFormat','getAttribute','TrackChangesEditing','has','afterInit','document','locale','hasAttribute','value','highlight'];(function(_0x464f6f,_0x30ec5e){const _0x448d86=function(_0x56e61c){while(--_0x56e61c){_0x464f6f['push'](_0x464f6f['shift']());}};_0x448d86(++_0x30ec5e);}(_0x30ec,0x18b));const _0x448d=function(_0x464f6f,_0x30ec5e){_0x464f6f=_0x464f6f-0x0;let _0x448d86=_0x30ec[_0x464f6f];return _0x448d86;};import{Plugin as _0x306e2c}from'ckeditor5/src/core';import{getTranslation as _0x21bd97}from'../utils/common-translations';import{getRangesWithAttribute as _0x5a69c7}from'./utils';export default class Q extends _0x306e2c{[_0x448d('0x13')](){const _0x463d15=this[_0x448d('0x19')];if(!_0x463d15[_0x448d('0x0')][_0x448d('0x12')]('HighlightEditing'))return;const _0x486bf2=_0x463d15['plugins'][_0x448d('0x7')](_0x448d('0x11'));_0x486bf2['enableCommand'](_0x448d('0x18'),(_0xa9604a,_0x486d4f={})=>{const _0x22d707=_0x463d15[_0x448d('0x4')][_0x448d('0x14')][_0x448d('0x3')],_0x10e923=_0x22d707[_0x448d('0x10')](_0x448d('0x18'));let _0x45d1a0=_0x486d4f[_0x448d('0x17')],_0x50007c=[];if(_0x22d707['isCollapsed']){const _0x424d18=_0x22d707['getFirstPosition']();if(!_0x22d707[_0x448d('0x16')]('highlight'))return void _0xa9604a(_0x486d4f);{const _0x396240=_0x2631ae=>_0x2631ae[_0x448d('0x9')][_0x448d('0x10')](_0x448d('0x18'))===_0x10e923,_0x4cbfb9=_0x424d18['getLastMatchingPosition'](_0x396240,{'direction':_0x448d('0xa')}),_0x442ee5=_0x424d18['getLastMatchingPosition'](_0x396240);_0x50007c=[_0x463d15[_0x448d('0x4')]['createRange'](_0x4cbfb9,_0x442ee5)],_0x45d1a0==_0x10e923&&(_0x45d1a0=null);}}else for(const _0x1b1314 of _0x22d707['getRanges']())_0x45d1a0?_0x50007c[_0x448d('0x1b')](_0x1b1314):_0x50007c[_0x448d('0x1b')](..._0x5a69c7(_0x448d('0x18'),_0x1b1314,_0x463d15[_0x448d('0x4')]));_0x463d15['model']['change'](()=>{for(const _0x3a0097 of _0x50007c)_0x486bf2[_0x448d('0xf')](_0x3a0097,{'commandName':_0x448d('0x18'),'commandParams':[{'value':_0x45d1a0}]});});});const _0x44c896=_0x463d15[_0x448d('0x15')];_0x486bf2[_0x448d('0xb')]['registerDescriptionCallback'](_0x2ae12c=>{const {type:_0xdf9f14,data:_0x2a86e3}=_0x2ae12c;if(_0x448d('0x8')==_0xdf9f14&&_0x2a86e3&&_0x448d('0x18')==_0x2a86e3[_0x448d('0x6')]){const _0x51b589=_0x2a86e3['commandParams'][0x0][_0x448d('0x17')];if(_0x51b589){const _0x552f30=_0x463d15[_0x448d('0x2')]['get']('highlight.options')['find'](_0x4beae6=>_0x4beae6[_0x448d('0x4')]==_0x51b589),_0x190a02=_0x44c896['_t'](_0x552f30[_0x448d('0xd')])[_0x448d('0xc')]();return{'type':_0x448d('0x5'),'content':_0x21bd97(_0x44c896,_0x448d('0xe'),_0x190a02),'color':{'value':_0x552f30[_0x448d('0x1')],'title':_0x552f30['title']}};}return{'type':'format','content':_0x21bd97(_0x44c896,'*Remove\x20highlight*',_0x21bd97(_0x44c896,_0x448d('0x1a')))};}});}}
|
|
@@ -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 _0x3024=['HorizontalLineEditing','createEmptyElement','dataDowncast','registerElementLabel','ELEMENT_HORIZONTAL_LINE','horizontalLine','div','ck-horizontal-line','TrackChangesEditing','editor','get','createContainerElement','enableCommand','plugins','has','conversion'];(function(_0x50b0ca,_0x30242e){const _0x25a67e=function(_0x5f4624){while(--_0x5f4624){_0x50b0ca['push'](_0x50b0ca['shift']());}};_0x25a67e(++_0x30242e);}(_0x3024,0x1b7));const _0x25a6=function(_0x50b0ca,_0x30242e){_0x50b0ca=_0x50b0ca-0x0;let _0x25a67e=_0x3024[_0x50b0ca];return _0x25a67e;};import{Plugin as _0x115e7c}from'ckeditor5/src/core';import{getTranslation as _0x39dd75}from'../utils/common-translations';export default class V extends _0x115e7c{['afterInit'](){const _0x418aae=this[_0x25a6('0x2')];if(!_0x418aae[_0x25a6('0x6')][_0x25a6('0x7')](_0x25a6('0x9')))return;_0x418aae[_0x25a6('0x6')][_0x25a6('0x3')](_0x25a6('0x1'))[_0x25a6('0x5')](_0x25a6('0xe'));const _0x1e3a9e=_0x418aae['plugins'][_0x25a6('0x3')]('TrackChangesEditing'),_0x2bd1db=_0x418aae['locale'];_0x1e3a9e['_descriptionFactory'][_0x25a6('0xc')](_0x25a6('0xe'),_0x47f718=>_0x39dd75(_0x2bd1db,_0x25a6('0xd'),_0x47f718)),_0x418aae[_0x25a6('0x8')]['for'](_0x25a6('0xb'))['elementToStructure']({'model':_0x25a6('0xe'),'view':(_0x3d2a8d,{writer:_0x126d38,options:_0x282faa})=>{if(!_0x282faa['showSuggestionHighlights'])return;const _0x4f5e98=_0x126d38[_0x25a6('0x4')](_0x25a6('0xf')),_0x5fae01=_0x126d38[_0x25a6('0xa')]('hr');return _0x126d38['addClass'](_0x25a6('0x0'),_0x4f5e98),_0x126d38['insert'](_0x126d38['createPositionAt'](_0x4f5e98,0x0),_0x5fae01),_0x4f5e98;},'converterPriority':'high'});}}
|
|
@@ -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 _0x3b8a=['enableCommand','rawHtml','selection','getAttribute','*Change\x20%0\x20content*','has','change','ELEMENT_HTML_EMBED','markBlockFormat','registerElementLabel','plugins','getSelectedElement','element','commandName','cancel','_descriptionFactory','model','document','afterInit','editor','get','htmlEmbed','HtmlEmbed','rawHtmlApi','getCustomProperty','value','TrackChangesEditing','format'];(function(_0x470ec5,_0x3b8a59){const _0x39e498=function(_0x368f2f){while(--_0x368f2f){_0x470ec5['push'](_0x470ec5['shift']());}};_0x39e498(++_0x3b8a59);}(_0x3b8a,0x18e));const _0x39e4=function(_0x470ec5,_0x3b8a59){_0x470ec5=_0x470ec5-0x0;let _0x39e498=_0x3b8a[_0x470ec5];return _0x39e498;};import{Plugin as _0x31972e}from'ckeditor5/src/core';import{getTranslation as _0x5e79d0}from'../utils/common-translations';export default class X extends _0x31972e{[_0x39e4('0xc')](){const _0x1aba21=this[_0x39e4('0xd')];if(!_0x1aba21[_0x39e4('0x4')][_0x39e4('0x1b')](_0x39e4('0x10')))return;const _0x521883=_0x1aba21[_0x39e4('0x4')]['get'](_0x39e4('0x14')),_0x438260=_0x1aba21['locale'],_0x13991f=_0x1aba21['editing']['view']['document'][_0x39e4('0x18')];_0x521883[_0x39e4('0x9')][_0x39e4('0x3')]('rawHtml',_0x255d17=>_0x5e79d0(_0x438260,_0x39e4('0x1'),_0x255d17)),_0x1aba21['plugins'][_0x39e4('0xe')](_0x39e4('0x14'))[_0x39e4('0x16')](_0x39e4('0xf'),(_0x193f21,_0x4b9622)=>{const _0x1fe490=_0x1aba21[_0x39e4('0xa')],_0x47b068=_0x1fe490[_0x39e4('0xb')]['selection'];_0x1fe490[_0x39e4('0x0')](()=>{const _0x2dccfc=function(_0x1e0c69){const _0xf5c8fe=_0x1e0c69[_0x39e4('0x5')]();if(_0xf5c8fe&&_0xf5c8fe['is'](_0x39e4('0x6'),_0x39e4('0x17')))return _0x1e0c69[_0x39e4('0x5')]();return null;}(_0x47b068);if(!_0x2dccfc)return void _0x193f21(null);const _0x5109a1=_0x2dccfc[_0x39e4('0x19')](_0x39e4('0x13'))||'';if(void 0x0===_0x4b9622)return;if(_0x4b9622===_0x5109a1)return;_0x521883[_0x39e4('0x2')](_0x2dccfc,{'commandName':_0x39e4('0xf'),'commandParams':[_0x4b9622]}),_0x13991f[_0x39e4('0x5')]()[_0x39e4('0x12')](_0x39e4('0x11'))[_0x39e4('0x8')]();});}),_0x521883[_0x39e4('0x9')]['registerDescriptionCallback'](_0xc496fe=>{const {data:_0x24be97}=_0xc496fe;if(_0x24be97&&_0x39e4('0xf')==_0x24be97[_0x39e4('0x7')]){const _0x350b53=_0x5e79d0(_0x438260,_0x39e4('0x1'));return{'type':_0x39e4('0x15'),'content':_0x5e79d0(_0x438260,_0x39e4('0x1a'),_0x350b53)};}});}}
|
|
@@ -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 _0x37b3=['getSuggestion','previous','value','getContainedElement','newValue','Inline\x20image\x20to\x20block\x20image','convertInlineImageToBlock','imageStyle','*Set\x20image\x20width:*\x20%0','createRange','forEach','schema','getNearestSelectionRange','newRange','isInlineImage','Block\x20image\x20to\x20inline\x20image','get','formatInline','getSuggestionCallback','has','end','element','isEqual','isInContent','addObject','isCollapsed','*Reset\x20image\x20width*','markInsertion','convertBlockImageToInline','subType','start','isBlockImage','isOwn','registerPostFixer','ELEMENT_CAPTION','discardSuggestion','insertion','ImageResize','chain','detach','normalizedStyles','imageTypeBlock','getFirstRange','ImageEditing','commandReversedParams','ImageInlineEditing','plugins','format','_descriptionFactory','next','toPrevious','getSuggestions','enableCommand','backward','imageCaption','TrackChangesEditing','commandParams','getCaptionFromImageModelElement','document','ELEMENT_IMAGE','nodeBefore','filter','markDeletion','ImageTextAlternativeEditing','editor','differ','name','toLowerCase','commandName','_suggestionFactory','accept','registerCustomCallback','type','model','getChangedMarkers','*Set\x20image\x20text\x20alternative:*\x20%0','FORMAT_SIDE_IMAGE','title','fromPosition','suggestion','ImageBlockEditing','imageBlock','ImageUploadEditing','commands','markBlockFormat','alt','hasSuggestion','registerElementLabel','resizeImage','*Format:*\x20%0','imageStylePostApply','afterInit','registerDescriptionCallback','selection','length','removeObject','isBefore','shouldConvertImageType','Users','getClosestSelectedImageElement','ELEMENT_INLINE_IMAGE','discard','join','refresh','hasAttribute','formatBlock','imageTextAlternative','findIndex','_splitMarkerName','nodeAfter','side','width','ImageCaptionEditing','imageStylePreApply','_findSuggestions','imageTypeInline','from','change','caption','deletion','createRangeOn','head','uploadImage','ImageCaptionUtils','author','ImageStyleEditing','locale'];(function(_0x1e8d8b,_0x37b3a2){const _0x52979f=function(_0x3fbb14){while(--_0x3fbb14){_0x1e8d8b['push'](_0x1e8d8b['shift']());}};_0x52979f(++_0x37b3a2);}(_0x37b3,0xe4));const _0x5297=function(_0x1e8d8b,_0x37b3a2){_0x1e8d8b=_0x1e8d8b-0x0;let _0x52979f=_0x37b3[_0x1e8d8b];return _0x52979f;};import{Plugin as _0x2187cb}from'ckeditor5/src/core';import{LivePosition as _0x4e4a03}from'ckeditor5/src/engine';import{uid as _0x3eb7e0}from'ckeditor5/src/utils';import{getTranslation as _0x408a6d}from'../utils/common-translations';export default class Y extends _0x2187cb{[_0x5297('0x75')](){const _0x3abc47=this[_0x5297('0x5a')];if(!_0x3abc47[_0x5297('0x48')][_0x5297('0x2d')](_0x5297('0x45')))return;const _0x3f89ea=_0x3abc47['plugins'][_0x5297('0x2a')](_0x5297('0x51')),_0x51d7a7=_0x3abc47[_0x5297('0x48')][_0x5297('0x2a')]('ImageUtils'),_0x2bf3d1={},_0x5d7a22=_0x3abc47[_0x5297('0x19')];if(_0x3f89ea[_0x5297('0x4e')]('insertImage'),_0x3f89ea[_0x5297('0x4a')][_0x5297('0x71')](_0x5297('0x6b'),_0x20e8e3=>_0x408a6d(_0x5d7a22,_0x5297('0x55'),_0x20e8e3)),_0x3f89ea[_0x5297('0x4a')][_0x5297('0x71')]('imageInline',_0x1d73a8=>_0x408a6d(_0x5d7a22,_0x5297('0x7e'),_0x1d73a8)),_0x3f89ea[_0x5297('0x4a')]['registerElementLabel']('caption',()=>_0x408a6d(_0x5d7a22,_0x5297('0x3c'))),_0x3abc47[_0x5297('0x48')][_0x5297('0x2d')](_0x5297('0x6c'))&&_0x3f89ea['enableCommand'](_0x5297('0x15')),_0x3abc47['plugins'][_0x5297('0x2d')](_0x5297('0x6a'))&&_0x3abc47[_0x5297('0x48')][_0x5297('0x2d')](_0x5297('0x47'))&&(_0x3f89ea['enableCommand'](_0x5297('0xe'),(_0x2be1fb,_0x170126)=>{const _0x404148=_0x51d7a7[_0x5297('0x7d')](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')][_0x5297('0x77')]);_0x3abc47[_0x5297('0x63')][_0x5297('0x10')](()=>{_0x3f89ea[_0x5297('0x6e')](_0x404148,{'commandName':'imageTypeInline','commandParams':[_0x170126]},[],'convertBlockImageToInline');});}),_0x3f89ea[_0x5297('0x4e')](_0x5297('0x43'),(_0x59276a,_0x5a0dc5)=>{_0x3abc47['model'][_0x5297('0x10')](_0x49e021=>{let _0x5f2340=_0x51d7a7[_0x5297('0x7d')](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')][_0x5297('0x77')]),_0x3b568d=_0x49e021[_0x5297('0x13')](_0x5f2340);const _0x5d87d0=_0x4e4a03[_0x5297('0x68')](_0x3b568d[_0x5297('0x38')],_0x5297('0x4c')),_0x9fa9b=_0x4e4a03[_0x5297('0x68')](_0x3b568d['end'],'toNext');_0x3f89ea['forceDefaultExecution'](()=>_0x59276a(_0x5a0dc5)),_0x5f2340=_0x51d7a7[_0x5297('0x7d')](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')]['selection']),_0x3b568d=_0x49e021[_0x5297('0x13')](_0x5f2340);const _0x595f7b=_0x49e021[_0x5297('0x23')](_0x5d87d0,_0x9fa9b);_0x5d87d0[_0x5297('0x41')](),_0x9fa9b['detach'](),_0x3f89ea['markBlockFormat'](_0x5f2340,{'commandName':_0x5297('0xe')},[],_0x5297('0x20')),_0x595f7b['start'][_0x5297('0x7a')](_0x3b568d[_0x5297('0x38')])&&_0x3f89ea[_0x5297('0x35')](_0x49e021[_0x5297('0x23')](_0x595f7b['start'],_0x3b568d[_0x5297('0x38')]),_0x5297('0x20')),_0x3b568d['end'][_0x5297('0x7a')](_0x595f7b[_0x5297('0x2e')])&&_0x3f89ea[_0x5297('0x35')](_0x49e021[_0x5297('0x23')](_0x3b568d[_0x5297('0x2e')],_0x595f7b['end']),'convertInlineImageToBlock');});}),_0x3f89ea[_0x5297('0x5f')]['registerCustomCallback'](_0x5297('0x4'),_0x5297('0x20'),_0x5297('0x1'),()=>{}),_0x3f89ea['_suggestionFactory'][_0x5297('0x61')]('formatBlock',_0x5297('0x20'),'accept',()=>{}),_0x3f89ea['_suggestionFactory'][_0x5297('0x61')]('formatBlock',_0x5297('0x20'),_0x5297('0x0'),_0x3f89ea[_0x5297('0x5f')][_0x5297('0x2c')](_0x5297('0x4'),'',_0x5297('0x60'))),_0x3f89ea[_0x5297('0x5f')][_0x5297('0x61')]('insertion',_0x5297('0x20'),_0x5297('0x1'),()=>{}),_0x3f89ea[_0x5297('0x5f')]['registerCustomCallback'](_0x5297('0x3e'),_0x5297('0x20'),'discard',([_0xd95cf1])=>{const _0x49c301=_0x3f89ea['_suggestionFactory'][_0x5297('0x2c')](_0x5297('0x3e'),'',_0x5297('0x0'));let _0x228f58=_0xd95cf1[_0x5297('0x38')],_0x48655e=_0xd95cf1['end'];const _0x4c7e3d=_0x3abc47[_0x5297('0x63')][_0x5297('0x25')][_0x5297('0x26')](_0x228f58,_0x5297('0x4f')),_0x292f45=_0x3abc47[_0x5297('0x63')][_0x5297('0x25')][_0x5297('0x26')](_0x48655e,'forward');_0x4c7e3d['isCollapsed']&&(_0x228f58=_0x4c7e3d[_0x5297('0x38')]),_0x292f45[_0x5297('0x33')]&&(_0x48655e=_0x292f45[_0x5297('0x2e')]),_0x49c301([_0x3abc47[_0x5297('0x63')][_0x5297('0x23')](_0x228f58,_0x48655e)]);}),_0x3f89ea['_suggestionFactory']['registerCustomCallback'](_0x5297('0x4'),_0x5297('0x20'),_0x5297('0x40'),_0x2e0be3),_0x3f89ea['_suggestionFactory'][_0x5297('0x61')](_0x5297('0x3e'),_0x5297('0x20'),'chain',_0x2e0be3)),_0x3abc47[_0x5297('0x48')]['has'](_0x5297('0xb'))&&(_0x3f89ea[_0x5297('0x4e')]('toggleImageCaption',(_0x3f0782,_0x49e06b)=>{const _0x4ab62c=_0x3abc47['plugins'][_0x5297('0x2a')](_0x5297('0x16'));let _0x1eca4b=_0x51d7a7[_0x5297('0x7d')](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')]['selection']),_0x1eff4a=_0x4ab62c['getCaptionFromImageModelElement'](_0x1eca4b);_0x3abc47[_0x5297('0x63')]['change'](()=>{if(_0x1eff4a)return void _0x3f89ea[_0x5297('0x58')](_0x3abc47['model'][_0x5297('0x13')](_0x1eff4a));const _0xad1e6=_0x51d7a7[_0x5297('0x39')](_0x1eca4b);_0x3f0782(_0x49e06b),_0x1eca4b=_0x51d7a7[_0x5297('0x7d')](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')][_0x5297('0x77')]),_0x1eff4a=_0x4ab62c[_0x5297('0x53')](_0x1eca4b),_0x3f89ea[_0x5297('0x35')](_0x3abc47[_0x5297('0x63')][_0x5297('0x13')](_0x1eff4a),_0xad1e6?null:'imageCaption');});}),_0x3f89ea['_suggestionFactory']['registerCustomCallback'](_0x5297('0x3e'),_0x5297('0x50'),'chain',_0x2e0be3)),_0x3abc47[_0x5297('0x48')]['has'](_0x5297('0x18'))){_0x3f89ea['enableCommand'](_0x5297('0x21'),(_0x417426,_0x36d117)=>{const _0x3f25a9=_0x3abc47[_0x5297('0x48')][_0x5297('0x2a')](_0x5297('0x7c'))['me'],_0x51b23e=_0x3abc47[_0x5297('0x6d')]['get'](_0x5297('0x21'));let _0x5e228b=_0x51d7a7[_0x5297('0x7d')](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')][_0x5297('0x77')]),_0x26a5ed=_0x3abc47[_0x5297('0x63')][_0x5297('0x13')](_0x5e228b),_0xb9cba5=_0x51b23e[_0x5297('0x1c')];if(_0xb9cba5==_0x36d117[_0x5297('0x1c')])return;const _0x462b18={'commandName':_0x5297('0x21'),'commandParams':[_0x36d117],'formatGroupId':_0x3eb7e0()};_0x3abc47['model'][_0x5297('0x10')](()=>{if(_0x3f89ea[_0x5297('0x4d')]()[_0x5297('0x57')](_0x14e094=>_0x14e094['isInContent']&&_0x3f25a9==_0x14e094[_0x5297('0x17')]&&(_0x5297('0x4')==_0x14e094[_0x5297('0x62')]||_0x5297('0x2b')==_0x14e094['type'])&&('imageStylePreApply'==_0x14e094[_0x5297('0x37')]||_0x5297('0x74')==_0x14e094['subType'])&&_0x14e094[_0x5297('0x44')]()['isEqual'](_0x26a5ed))[_0x5297('0x24')](_0x172dc4=>_0x3f89ea['discardSuggestion'](_0x172dc4[_0x5297('0x14')])),_0x5e228b=_0x51d7a7[_0x5297('0x7d')](_0x3abc47['model'][_0x5297('0x54')][_0x5297('0x77')]),_0x26a5ed=_0x3abc47[_0x5297('0x63')][_0x5297('0x13')](_0x5e228b),_0x51b23e[_0x5297('0x2')](),_0x3abc47['commands'][_0x5297('0x2a')](_0x5297('0xe'))['refresh'](),_0x3abc47['commands']['get'](_0x5297('0x43'))[_0x5297('0x2')](),_0xb9cba5=_0x51b23e[_0x5297('0x1c')],_0xb9cba5!=_0x36d117[_0x5297('0x1c')])return _0x51d7a7[_0x5297('0x28')](_0x5e228b)&&_0x51b23e[_0x5297('0x7b')](_0x36d117[_0x5297('0x1c')],_0x5e228b)?(_0x417426(_0x36d117),_0x5e228b=_0x51d7a7['getClosestSelectedImageElement'](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')][_0x5297('0x77')]),void _0x3f89ea[_0x5297('0x6e')](_0x5e228b,{..._0x462b18,'commandReversedParams':[{'value':_0xb9cba5||null}]},[],_0x5297('0xc'))):void(_0x51d7a7[_0x5297('0x39')](_0x5e228b)?_0x3f89ea[_0x5297('0x6e')](_0x5e228b,_0x462b18,[],_0x5297('0x74')):_0x3f89ea['markInlineFormat'](_0x26a5ed,_0x462b18,'imageStylePostApply'));});});for(const _0x55e384 of _0x3abc47['plugins']['get'](_0x5297('0x18'))[_0x5297('0x42')])_0x2bf3d1[_0x55e384[_0x5297('0x5c')]]=_0x55e384[_0x5297('0x67')][_0x5297('0x5d')]();_0x3f89ea[_0x5297('0x5f')][_0x5297('0x61')](_0x5297('0x4'),_0x5297('0xc'),'join',()=>{}),_0x3f89ea[_0x5297('0x5f')]['registerCustomCallback'](_0x5297('0x4'),_0x5297('0x74'),'join',()=>{}),_0x3f89ea[_0x5297('0x5f')][_0x5297('0x61')](_0x5297('0x2b'),'imageStylePostApply',_0x5297('0x1'),()=>{}),_0x3f89ea[_0x5297('0x5f')]['registerCustomCallback']('formatBlock',_0x5297('0xc'),_0x5297('0x60'),()=>{}),_0x3f89ea[_0x5297('0x5f')][_0x5297('0x61')]('formatBlock','imageStylePreApply',_0x5297('0x0'),(_0x657d73,_0x6e2f98)=>{_0x3f89ea[_0x5297('0x5f')][_0x5297('0x2c')](_0x5297('0x4'),'','accept')(_0x657d73,{'commandName':_0x6e2f98[_0x5297('0x5e')],'commandParams':_0x6e2f98[_0x5297('0x46')]});}),_0x3f89ea['_suggestionFactory'][_0x5297('0x61')](_0x5297('0x4'),_0x5297('0xc'),'chain',_0x2e0be3);}const _0x2142cf=[{'type':_0x5297('0x4'),'subType':_0x5297('0xc')},{'type':_0x5297('0x3e'),'subType':_0x5297('0x50')},{'type':_0x5297('0x4'),'subType':_0x5297('0x20')},{'type':_0x5297('0x3e'),'subType':_0x5297('0x20')}];function _0x58c5d2(_0x51afb2,_0x497856){const _0x5bd3c2=_0x2142cf[_0x5297('0x6')](({type:_0x4b624d,subType:_0x46901c})=>_0x51afb2[_0x5297('0x62')]==_0x4b624d&&_0x51afb2['subType']==_0x46901c),_0x4054de=_0x2142cf[_0x5297('0x6')](({type:_0xe4fd2a,subType:_0x3896e8})=>_0x497856['type']==_0xe4fd2a&&_0x497856['subType']==_0x3896e8);if(_0x5bd3c2<0x0||_0x4054de<0x0)return!0x1;const _0x34a278=_0x51afb2['getFirstRange'](),_0x178a02=_0x497856[_0x5297('0x44')]();if((0x0==_0x5bd3c2||0x1==_0x5bd3c2)&&0x2==_0x4054de&&_0x34a278['isIntersecting'](_0x178a02))return!0x0;if(0x2==_0x5bd3c2&&0x3==_0x4054de){const _0x341424=_0x3f89ea[_0x5297('0xd')](_0x34a278,_0x5297('0x3e'))['filter'](({suggestion:_0x51f833,meta:_0x5eb759})=>_0x5eb759[_0x5297('0x3a')]&&_0x5297('0x20')==_0x51f833[_0x5297('0x37')]);if(_0x341424['length']>0x1&&_0x178a02[_0x5297('0x2e')][_0x5297('0x30')](_0x34a278[_0x5297('0x38')]))return!0x0;if(0x1==_0x341424[_0x5297('0x78')]&&(_0x34a278['start'][_0x5297('0x30')](_0x178a02[_0x5297('0x2e')])||_0x34a278[_0x5297('0x2e')][_0x5297('0x30')](_0x178a02[_0x5297('0x38')])))return!0x0;}if(0x3==_0x5bd3c2&&0x3==_0x4054de&&_0x34a278[_0x5297('0x38')][_0x5297('0x7a')](_0x178a02['start'])){const _0x3563be=_0x34a278[_0x5297('0x2e')][_0x5297('0x8')],_0x3b194b=_0x178a02[_0x5297('0x38')][_0x5297('0x56')];return _0x51d7a7[_0x5297('0x39')](_0x3563be)&&_0x3563be===_0x3b194b;}return!0x1;}function _0x2e0be3(_0x3a03bb,_0x51f870){return _0x58c5d2(_0x3a03bb,_0x51f870)?[_0x3a03bb,_0x51f870]:_0x58c5d2(_0x51f870,_0x3a03bb)?[_0x51f870,_0x3a03bb]:null;}_0x3abc47['model'][_0x5297('0x54')][_0x5297('0x3b')](()=>{let _0x187651=!0x1;const _0x111462=Array[_0x5297('0xf')](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')][_0x5297('0x5b')][_0x5297('0x64')]());for(const {name:_0x1a4ddd,data:_0x4c271e}of _0x111462){const {group:_0x3dbd0c,type:_0x30c7aa,subType:_0x395dca,id:_0xc2f7d1}=_0x3f89ea[_0x5297('0x7')](_0x1a4ddd);if(_0x5297('0x69')==_0x3dbd0c&&_0x3f89ea[_0x5297('0x70')](_0xc2f7d1)){if('formatBlock'==_0x30c7aa&&('imageStylePreApply'==_0x395dca||_0x5297('0x74')==_0x395dca)){const _0x41c565=_0x3f89ea[_0x5297('0x1a')](_0xc2f7d1);if(_0x4c271e[_0x5297('0x27')]){const _0x15c4d4=_0x41c565[_0x5297('0x44')]()[_0x5297('0x1d')]();if(_0x51d7a7[_0x5297('0x39')](_0x15c4d4))continue;_0x3f89ea[_0x5297('0x3d')](_0x41c565),_0x187651=!0x0;}}if(_0x5297('0x3e')==_0x30c7aa&&_0x5297('0x50')==_0x395dca&&!_0x4c271e[_0x5297('0x27')]){const _0x18afa7=_0x3f89ea[_0x5297('0x1a')](_0xc2f7d1);_0x18afa7[_0x5297('0x4b')]&&_0x18afa7[_0x5297('0x4b')][_0x5297('0x31')]&&(_0x3f89ea[_0x5297('0x3d')](_0x18afa7[_0x5297('0x4b')]),_0x187651=!0x0);}}}return _0x187651;}),_0x3abc47[_0x5297('0x48')][_0x5297('0x2d')](_0x5297('0x3f'))&&_0x3f89ea[_0x5297('0x4e')]('resizeImage',(_0x187f10,_0x418acd)=>{const _0x320f5c=_0x51d7a7[_0x5297('0x7d')](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')]['selection']);_0x320f5c['getAttribute'](_0x5297('0xa'))!=_0x418acd['width']&&_0x3abc47[_0x5297('0x63')]['change'](()=>{_0x3f89ea['markBlockFormat'](_0x320f5c,{'commandName':_0x5297('0x72'),'commandParams':[_0x418acd]});});}),_0x3abc47[_0x5297('0x48')]['has'](_0x5297('0x59'))&&_0x3f89ea[_0x5297('0x4e')](_0x5297('0x5'),(_0x45b43e,_0x3f9bbd)=>{const _0x4a7827=_0x51d7a7[_0x5297('0x7d')](_0x3abc47[_0x5297('0x63')][_0x5297('0x54')][_0x5297('0x77')]);(_0x4a7827[_0x5297('0x3')](_0x5297('0x6f'))?_0x4a7827['getAttribute'](_0x5297('0x6f')):'')!=_0x3f9bbd[_0x5297('0x1e')]&&_0x3abc47[_0x5297('0x63')][_0x5297('0x10')](()=>{_0x3f89ea[_0x5297('0x6e')](_0x4a7827,{'commandName':_0x5297('0x5'),'commandParams':[_0x3f9bbd]});});}),_0x3f89ea['_descriptionFactory']['registerDescriptionCallback'](_0x23ee04=>{if(!!_0x2142cf['find'](({type:_0x4be72f,subType:_0x485d40})=>_0x23ee04['type']==_0x4be72f&&_0x23ee04[_0x5297('0x37')]==_0x485d40))return _0x23ee04[_0x5297('0x1b')]?{}:void 0x0;}),_0x3f89ea[_0x5297('0x4a')][_0x5297('0x76')](_0x168026=>{if(_0x5297('0x3e')==_0x168026[_0x5297('0x62')]||_0x5297('0x12')==_0x168026[_0x5297('0x62')]){const _0x924c97=_0x168026[_0x5297('0x1d')]();if(_0x924c97&&_0x924c97['is'](_0x5297('0x2f'),_0x5297('0x11')))return{'type':_0x5297('0x3e')==_0x168026[_0x5297('0x62')]?_0x5297('0x32'):_0x5297('0x79'),'element':_0x924c97,'quantity':0x1};}}),_0x3f89ea['_descriptionFactory']['registerDescriptionCallback'](_0x2b603f=>_0x5297('0x4')==_0x2b603f['type']&&_0x5297('0x20')==_0x2b603f['subType']?{'type':_0x5297('0x49'),'content':_0x5297('0x1f')}:'formatBlock'==_0x2b603f[_0x5297('0x62')]&&_0x5297('0x36')==_0x2b603f[_0x5297('0x37')]?{'type':_0x5297('0x49'),'content':_0x5297('0x29')}:void 0x0),_0x3f89ea['_descriptionFactory'][_0x5297('0x76')](_0x2a4a18=>{const {data:_0x4e4cc6}=_0x2a4a18;if(_0x4e4cc6){if(_0x5297('0x21')==_0x4e4cc6[_0x5297('0x5e')]){const _0x49babc=_0x4e4cc6[_0x5297('0x52')][0x0]['value'];return _0x5877cd(_0x5297('0x9')===_0x49babc?_0x408a6d(_0x5d7a22,_0x5297('0x66')):_0x2bf3d1[_0x49babc]||_0x49babc);}if(_0x5297('0x5')==_0x4e4cc6['commandName']){const _0x307c85=_0x4e4cc6[_0x5297('0x52')][0x0][_0x5297('0x1e')];return _0x307c85?{'type':_0x5297('0x49'),'content':_0x408a6d(_0x5d7a22,_0x5297('0x65'),'\x22'+_0x307c85+'\x22')}:{'type':_0x5297('0x49'),'content':_0x408a6d(_0x5d7a22,'*Remove\x20image\x20text\x20alternative*')};}if('resizeImage'==_0x4e4cc6[_0x5297('0x5e')]){const _0xec3c1b=_0x4e4cc6[_0x5297('0x52')][0x0][_0x5297('0xa')];return _0xec3c1b?{'type':_0x5297('0x49'),'content':_0x408a6d(_0x5d7a22,_0x5297('0x22'),_0xec3c1b)}:{'type':_0x5297('0x49'),'content':_0x408a6d(_0x5d7a22,_0x5297('0x34'))};}}function _0x5877cd(_0x292a6d){return{'type':_0x5297('0x49'),'content':_0x408a6d(_0x5d7a22,_0x5297('0x73'),_0x292a6d)};}});}}
|
|
@@ -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 _0xe0c9=['subType','locale','format','*Format:*\x20replace\x20image\x20URL','src','registerCustomCallback','handleReplaceImageCommand','has','handleSuggestionDescription','accept','TrackChangesEditing','formatBlock','discard','ImageEditing','commandParams','data','_descriptionFactory','getSuggestionCallback','getSuggestions','markBlockFormat','getContainedElement','_suggestionFactory','get','enableCommand','getSelectedElement','change','model','selection','editor','replaceImageSource','plugins','registerDescriptionCallback'];(function(_0x2397fb,_0xe0c95a){const _0x2bdee6=function(_0x240609){while(--_0x240609){_0x2397fb['push'](_0x2397fb['shift']());}};_0x2bdee6(++_0xe0c95a);}(_0xe0c9,0xf9));const _0x2bde=function(_0x2397fb,_0xe0c95a){_0x2397fb=_0x2397fb-0x0;let _0x2bdee6=_0xe0c9[_0x2397fb];return _0x2bdee6;};import{Plugin as _0x4bf2bd}from'ckeditor5/src/core';import{getTranslation as _0x52db62}from'../utils/common-translations';export default class Z extends _0x4bf2bd{['afterInit'](){if(!this['editor']['plugins'][_0x2bde('0xe')](_0x2bde('0x14')))return;const _0x1d09d9=this[_0x2bde('0x3')][_0x2bde('0x5')][_0x2bde('0x1d')](_0x2bde('0x11'));_0x1d09d9[_0x2bde('0x1e')]('replaceImageSource',(_0x2dba88,_0x127af4)=>this[_0x2bde('0xd')](_0x2dba88,_0x127af4)),_0x1d09d9[_0x2bde('0x1c')][_0x2bde('0xc')](_0x2bde('0x12'),'replaceImageSource',_0x2bde('0x10'),_0x1d09d9['_suggestionFactory']['getSuggestionCallback'](_0x2bde('0x12'),null,_0x2bde('0x13'))),_0x1d09d9[_0x2bde('0x1c')][_0x2bde('0xc')](_0x2bde('0x12'),'replaceImageSource',_0x2bde('0x13'),_0x1d09d9[_0x2bde('0x1c')][_0x2bde('0x18')](_0x2bde('0x12'),null,_0x2bde('0x10'))),_0x1d09d9[_0x2bde('0x17')][_0x2bde('0x6')](_0x22ccc8=>this[_0x2bde('0xf')](_0x22ccc8));}[_0x2bde('0xd')](_0x4842fb,_0x3a96fe){const _0xcec22d=this[_0x2bde('0x3')][_0x2bde('0x5')][_0x2bde('0x1d')](_0x2bde('0x11')),_0x2a8a56=this[_0x2bde('0x3')]['model']['document'][_0x2bde('0x2')][_0x2bde('0x1f')]();this[_0x2bde('0x3')][_0x2bde('0x1')][_0x2bde('0x0')](()=>{let _0x57acd4=_0x2a8a56['getAttribute'](_0x2bde('0xb'));const _0x1bf3ed=this['editor'][_0x2bde('0x5')][_0x2bde('0x1d')]('Users')['me'];for(const _0x3231a8 of _0xcec22d[_0x2bde('0x19')]({'skipNotAttached':!0x0})){const _0x13bc11=_0x3231a8[_0x2bde('0x1b')]();if(_0x2bde('0x4')===_0x3231a8[_0x2bde('0x7')]&&_0x13bc11===_0x2a8a56){_0x3231a8['author']!==_0x1bf3ed&&_0x3231a8[_0x2bde('0x13')](),_0x57acd4=_0x3231a8[_0x2bde('0x16')][_0x2bde('0x15')][0x0]['source'];break;}}_0x4842fb(_0x3a96fe),_0xcec22d[_0x2bde('0x1a')](_0x2a8a56,{'commandName':_0x2bde('0x4'),'commandParams':[{'source':_0x57acd4}]},[],'replaceImageSource');});}[_0x2bde('0xf')](_0x32a30b){const {data:_0x5c831b}=_0x32a30b;if(_0x5c831b&&_0x2bde('0x4')===_0x5c831b['commandName']){const _0x19f3d0=_0x2bde('0xa');return{'type':_0x2bde('0x9'),'content':_0x52db62(this[_0x2bde('0x3')][_0x2bde('0x8')],_0x19f3d0)};}}}
|
|
@@ -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 _0xe6fb=['listenTo','importWord','_handleImportedData','enableCommand','dataInsert','TrackChangesEditing','trackChanges','plugins','commands','forEach','track_changes','value','afterInit','bind','get','editor','execute','_trackChangesExecuted','high','collaboration_features','_trackChangesValueDuringImport','_setSuggestionData'];(function(_0x563778,_0xe6fb9f){const _0x353fca=function(_0x1b6d25){while(--_0x1b6d25){_0x563778['push'](_0x563778['shift']());}};_0x353fca(++_0xe6fb9f);}(_0xe6fb,0x1ce));const _0x353f=function(_0x563778,_0xe6fb9f){_0x563778=_0x563778-0x0;let _0x353fca=_0xe6fb[_0x563778];return _0x353fca;};import{Plugin as _0x35e9c1}from'ckeditor5/src/core';import _0x1c6f52 from'../trackchangesediting';export default class tt extends _0x35e9c1{constructor(_0x38f053){super(_0x38f053),this[_0x353f('0x14')]=!0x1,this[_0x353f('0x11')]=!0x1;}[_0x353f('0xc')](){const _0x17c80f=this[_0x353f('0xf')],_0x50bcf5=_0x17c80f[_0x353f('0x8')]['get'](_0x353f('0x1')),_0x4bdc5d=_0x17c80f['commands'][_0x353f('0xe')](_0x353f('0x6'));_0x50bcf5&&(_0x50bcf5['on'](_0x353f('0x10'),(_0xdf2677,[,_0x3aeb38])=>{this[_0x353f('0x14')]=_0x4bdc5d[_0x353f('0xb')],_0x3aeb38[_0x353f('0x13')][_0x353f('0xa')]=!this['_trackChangesValueDuringImport'];},{'priority':_0x353f('0x12')}),this['listenTo'](_0x50bcf5,_0x353f('0x4'),this[_0x353f('0x2')][_0x353f('0xd')](this)),this[_0x353f('0x0')](_0x50bcf5,_0x353f('0x4'),()=>{this[_0x353f('0x11')]&&(_0x4bdc5d[_0x353f('0x10')](),this[_0x353f('0x11')]=!0x1);},{'priority':'lowest'}),_0x17c80f[_0x353f('0x7')][_0x353f('0xe')](_0x353f('0x5'))[_0x353f('0x3')](_0x353f('0x1')));}[_0x353f('0x2')](_0x15778f,_0x105e60){const {suggestions:_0x18d86c}=_0x105e60,_0x5dbe13=this['editor'][_0x353f('0x8')][_0x353f('0xe')](_0x353f('0x6')),_0x41e406=_0x5dbe13[_0x353f('0xb')];this[_0x353f('0x14')]!==_0x41e406&&(_0x5dbe13[_0x353f('0x10')](),this['_trackChangesExecuted']=!0x0),_0x18d86c&&_0x18d86c[_0x353f('0x9')](({id:_0x534a71,type:_0x3976a5,author:_0x4032fd,created_at:_0x623223})=>{const _0x4fba50={'id':_0x534a71,'type':_0x3976a5,'authorId':this[_0x353f('0xf')][_0x353f('0x7')][_0x353f('0xe')]('Users')['me']['id'],'createdAt':new Date(),'data':{},'hasComments':!0x1,'attributes':{'@external':{'authorName':_0x4032fd,'createdAt':_0x623223?new Date(_0x623223):new Date(),'source':_0x353f('0x1')}}};this[_0x353f('0xf')][_0x353f('0x7')][_0x353f('0xe')](_0x1c6f52)[_0x353f('0x15')](_0x4fba50);});}}
|
|
@@ -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 _0x1293=['plugins','format','checkAttribute','commandName','document','getItemLabel','locale','_descriptionFactory','afterInit','get','IndentEditing','IndentBlock','indentBlock','editor','registerDescriptionCallback','schema','outdent','change','TrackChangesEditing','getSelectedBlocks','enableCommand','*Indent:*\x20%0','markBlockFormat','filter','model','outdentBlock','has'];(function(_0x18f5b6,_0x129393){const _0x7474fa=function(_0x318449){while(--_0x318449){_0x18f5b6['push'](_0x18f5b6['shift']());}};_0x7474fa(++_0x129393);}(_0x1293,0xcc));const _0x7474=function(_0x18f5b6,_0x129393){_0x18f5b6=_0x18f5b6-0x0;let _0x7474fa=_0x1293[_0x18f5b6];return _0x7474fa;};import{Plugin as _0x163414}from'ckeditor5/src/core';import{getTranslation as _0xd9ef75}from'../utils/common-translations';export default class it extends _0x163414{[_0x7474('0x14')](){const _0xc111d7=this['editor'],_0x159dbd=_0xc111d7[_0x7474('0xc')][_0x7474('0x15')](_0x7474('0x3'));_0xc111d7['plugins']['has'](_0x7474('0x16'))&&(_0x159dbd['enableCommand']('indent'),_0x159dbd[_0x7474('0x5')](_0x7474('0x1')));const _0x316721=_0xc111d7[_0x7474('0x12')];if(_0xc111d7['plugins'][_0x7474('0xb')](_0x7474('0x17'))){for(const _0x4c4ffe of['indentBlock',_0x7474('0xa')])_0x159dbd[_0x7474('0x5')](_0x4c4ffe,()=>{const _0x3002c0=Array['from'](this[_0x7474('0x19')][_0x7474('0x9')][_0x7474('0x10')]['selection'][_0x7474('0x4')]())[_0x7474('0x8')](_0x1249ef=>this[_0x7474('0x19')][_0x7474('0x9')][_0x7474('0x0')][_0x7474('0xe')](_0x1249ef,'blockIndent'));_0xc111d7['model'][_0x7474('0x2')](()=>{for(const _0x12b4f2 of _0x3002c0)_0x159dbd[_0x7474('0x7')](_0x12b4f2,{'commandName':_0x4c4ffe,'commandParams':[{'value':''}],'formatGroupId':_0x7474('0x18')});});});_0x159dbd[_0x7474('0x13')][_0x7474('0x1a')](_0x321828=>{const {data:_0x509b50}=_0x321828;if(!_0x509b50)return;if(_0x7474('0x18')!=_0x509b50[_0x7474('0xf')]&&'outdentBlock'!=_0x509b50[_0x7474('0xf')])return;const _0x55e0e8=_0x321828['getItems']()[0x0],_0x35f49a=_0x159dbd['_descriptionFactory'][_0x7474('0x11')](_0x55e0e8);return _0x7474('0x18')==_0x509b50[_0x7474('0xf')]?{'type':_0x7474('0xd'),'content':_0xd9ef75(_0x316721,_0x7474('0x6'),_0x35f49a)}:_0x7474('0xa')==_0x509b50[_0x7474('0xf')]?{'type':_0x7474('0xd'),'content':_0xd9ef75(_0x316721,'*Outdent:*\x20%0',_0x35f49a)}: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 _0xd310=['editor','init','enableCommand','input','get'];(function(_0x539842,_0xd310be){var _0x5e47a4=function(_0x4ae932){while(--_0x4ae932){_0x539842['push'](_0x539842['shift']());}};_0x5e47a4(++_0xd310be);}(_0xd310,0x1c3));var _0x5e47=function(_0x539842,_0xd310be){_0x539842=_0x539842-0x0;var _0x5e47a4=_0xd310[_0x539842];return _0x5e47a4;};import{Plugin as _0x18dd5e}from'ckeditor5/src/core';import{Input as _0x5abb80}from'ckeditor5/src/typing';export default class st extends _0x18dd5e{static get['requires'](){return[_0x5abb80];}[_0x5e47('0x0')](){this[_0x5e47('0x4')]['plugins'][_0x5e47('0x3')]('TrackChangesEditing')[_0x5e47('0x1')](_0x5e47('0x2'));}}
|
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 _0xc96e=['link','isCollapsed','getAttribute','change','locale','model','document','hasAttribute','commandName','get','enableCommand','from','commandParams','getFirstPosition','linkHref','has','format','getRanges','afterInit','markInlineFormat','TrackChangesEditing','_descriptionFactory','selection','*Remove\x20link*','unlink','plugins','*Set\x20link:*\x20%0','editor'];(function(_0x28fc6b,_0xc96ed0){const _0x402982=function(_0x4a839d){while(--_0x4a839d){_0x28fc6b['push'](_0x28fc6b['shift']());}};_0x402982(++_0xc96ed0);}(_0xc96e,0x110));const _0x4029=function(_0x28fc6b,_0xc96ed0){_0x28fc6b=_0x28fc6b-0x0;let _0x402982=_0xc96e[_0x28fc6b];return _0x402982;};import{Plugin as _0x1e35be}from'ckeditor5/src/core';import{findAttributeRange as _0x4fb234}from'ckeditor5/src/typing';import{getRangesWithAttribute as _0x18269e}from'./utils';import{getTranslation as _0x3dd2aa}from'../utils/common-translations';export default class et extends _0x1e35be{[_0x4029('0x1a')](){const _0x3d0971=this[_0x4029('0x7')];if(!_0x3d0971[_0x4029('0x5')][_0x4029('0x17')]('LinkEditing'))return;const _0x93e3dd=_0x3d0971[_0x4029('0x5')][_0x4029('0x11')](_0x4029('0x0'));_0x93e3dd[_0x4029('0x12')](_0x4029('0x8'),(_0x4764b6,_0x434412)=>{const _0x2cc0dc=_0x3d0971[_0x4029('0xd')][_0x4029('0xe')][_0x4029('0x2')];let _0x223fbb=[];if(_0x2cc0dc[_0x4029('0x9')]){if(!_0x2cc0dc[_0x4029('0xf')](_0x4029('0x16')))return void _0x4764b6(_0x434412);{const _0x128a10=_0x4fb234(_0x2cc0dc[_0x4029('0x15')](),_0x4029('0x16'),_0x2cc0dc['getAttribute'](_0x4029('0x16')),_0x3d0971[_0x4029('0xd')]);_0x223fbb=[_0x128a10];}}else _0x223fbb=Array[_0x4029('0x13')](_0x2cc0dc[_0x4029('0x19')]());_0x3d0971[_0x4029('0xd')]['change'](()=>{for(const _0x932feb of _0x223fbb)_0x93e3dd[_0x4029('0x1b')](_0x932feb,{'commandName':_0x4029('0x8'),'commandParams':[_0x434412]});});}),_0x93e3dd[_0x4029('0x12')](_0x4029('0x4'),()=>{const _0x10ec5e=this[_0x4029('0x7')]['model'],_0x3cce38=_0x10ec5e[_0x4029('0xe')][_0x4029('0x2')];_0x10ec5e[_0x4029('0xb')](()=>{let _0x57cf82=[];if(_0x3cce38[_0x4029('0x9')])_0x57cf82=[_0x4fb234(_0x3cce38['getFirstPosition'](),_0x4029('0x16'),_0x3cce38[_0x4029('0xa')](_0x4029('0x16')),_0x3d0971['model'])];else _0x57cf82=_0x18269e(_0x4029('0x16'),_0x3cce38['getFirstRange'](),_0x3d0971[_0x4029('0xd')]);for(const _0x1c61db of _0x57cf82)_0x93e3dd[_0x4029('0x1b')](_0x1c61db,{'commandName':_0x4029('0x4'),'commandParams':[]});});}),_0x93e3dd[_0x4029('0x1')]['registerDescriptionCallback'](_0x5b1e48=>{const {data:_0x2b24ce}=_0x5b1e48,_0x854c81=_0x3d0971[_0x4029('0xc')];if(_0x2b24ce){if(_0x4029('0x8')==_0x2b24ce['commandName']){const _0x28f679=_0x2b24ce[_0x4029('0x14')][0x0];return{'type':_0x4029('0x18'),'content':_0x3dd2aa(_0x854c81,_0x4029('0x6'),'\x22'+_0x28f679+'\x22')};}return'unlink'==_0x2b24ce[_0x4029('0x10')]?{'type':_0x4029('0x18'),'content':_0x3dd2aa(_0x854c81,_0x4029('0x3'))}: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 _0x29e8=['outdentList','nextSibling','getAttribute','format','value','forceValue','indentList','*Outdent:*\x20%0','selection','*Check\x20item*','*Indent:*\x20%0','blockName','enableCommand','registerElementLabel','todo','from','editor','push','commandName','bulleted','execute','length','todoList','numbered','todoListChecked','List','*Change\x20to:*\x20%0','model','plugins','ELEMENT_LIST_ITEM','ELEMENT_BULLETED_LIST','listType','replace','has','before','add','checkChild','filter','commands','afterInit','TrackChangesEditing','_selectedElements','element','slice','get','name','TodoListEditing','previousSibling','change','checkTodoList','markBlockFormat','getSelectedBlocks','numberedList','parent','findIndex','createPositionAt','document','ELEMENT_NUMBERED_LIST','listItem','_descriptionFactory','listIndent','commandParams'];(function(_0x3dc852,_0x29e8af){const _0x173b8c=function(_0x56a108){while(--_0x56a108){_0x3dc852['push'](_0x3dc852['shift']());}};_0x173b8c(++_0x29e8af);}(_0x29e8,0x167));const _0x173b=function(_0x3dc852,_0x29e8af){_0x3dc852=_0x3dc852-0x0;let _0x173b8c=_0x29e8[_0x3dc852];return _0x173b8c;};import{Plugin as _0x5f1d6b}from'ckeditor5/src/core';import{getTranslation as _0x37a128}from'../utils/common-translations';export default class nt extends _0x5f1d6b{[_0x173b('0x34')](){const _0x4a34ca=this[_0x173b('0x1d')],_0x2ceaa1=_0x4a34ca['locale'];if(!_0x4a34ca[_0x173b('0x29')]['has']('ListEditing'))return;const _0x10a7a4=_0x4a34ca['plugins']['get'](_0x173b('0x35')),_0x14d47e=_0x4a34ca[_0x173b('0x29')][_0x173b('0x2e')](_0x173b('0x3b'));function _0x36335a(_0xe2170c){return()=>{const _0x2d50a2=_0x4a34ca[_0x173b('0x28')][_0x173b('0x7')][_0x173b('0x15')],_0x110b86=_0x4a34ca[_0x173b('0x33')][_0x173b('0x39')](_0xe2170c);if(_0x110b86[_0x173b('0x11')])return void _0x4a34ca[_0x173b('0x21')]('paragraph',{});const _0x4463ec=_0xe2170c[_0x173b('0x38')](0x0,-0x4),_0x366723=function(_0x23c433,_0x4be3f3,_0xa8a57){let _0x3bfc16=Array['from'](_0x23c433)['filter'](_0x134804=>function(_0x32333b,_0xcd3555){return _0xcd3555[_0x173b('0x31')](_0x32333b[_0x173b('0x4')],_0x173b('0x9'))&&!_0xcd3555['isObject'](_0x32333b);}(_0x134804,_0xa8a57));_0x3bfc16=_0x3bfc16[_0x173b('0x32')](_0x1f73c0=>!_0x1f73c0['is'](_0x173b('0x37'),_0x173b('0x9'))||_0x1f73c0['getAttribute'](_0x173b('0x2c'))!=_0x4be3f3);const _0x59a6aa=new Set();for(const _0x3403f3 of _0x3bfc16)_0x3403f3['is']('element',_0x173b('0x9'))?_0x59a6aa['add'](ne(_0x3403f3)):_0x59a6aa[_0x173b('0x30')](_0x3403f3);return Array[_0x173b('0x1c')](_0x59a6aa);}(_0x2d50a2['getSelectedBlocks'](),_0x4463ec,_0x4a34ca[_0x173b('0x28')]['schema']);_0x4a34ca['model'][_0x173b('0x3d')](()=>{for(const _0x21e6ce of _0x366723)_0x10a7a4[_0x173b('0x1')](_0x21e6ce,{'commandName':_0xe2170c,'commandParams':[{'forceValue':!_0x110b86['value']}],'formatGroupId':_0x173b('0x18')},oe(_0x21e6ce));});};}function _0x8beb50(_0x5c2ea2){return()=>{const _0x4518a9=function(_0xc260fa){const _0x3b7e0=(_0xc260fa=Array[_0x173b('0x1c')](_0xc260fa))[_0x173b('0x5')](_0x2b7f13=>'listItem'!=_0x2b7f13[_0x173b('0x3a')]);return _0x3b7e0>-0x1&&(_0xc260fa=_0xc260fa[_0x173b('0x38')](0x0,_0x3b7e0)),_0xc260fa;}(_0x4a34ca[_0x173b('0x28')][_0x173b('0x7')][_0x173b('0x15')][_0x173b('0x2')]()),_0x46a925=_0x4a34ca['model']['createRange'](_0x4a34ca['model'][_0x173b('0x6')](_0x4518a9[0x0],_0x173b('0x2f')),_0x4a34ca[_0x173b('0x28')][_0x173b('0x6')](_0x4518a9[_0x4518a9[_0x173b('0x22')]-0x1],'end'));_0x4a34ca['model'][_0x173b('0x3d')](()=>{_0x10a7a4[_0x173b('0x1')](_0x46a925,{'commandName':_0x5c2ea2,'commandParams':[],'formatGroupId':'listIndent'},function(_0x4e670e){const _0x13429b=new Set();for(const _0x4180f6 of _0x4e670e){let _0x1c14dc=_0x4180f6['nextSibling'];for(;_0x1c14dc&&_0x1c14dc['getAttribute'](_0x173b('0xb'))>_0x4180f6[_0x173b('0xf')](_0x173b('0xb'));)_0x13429b[_0x173b('0x30')](_0x1c14dc),_0x1c14dc=_0x1c14dc[_0x173b('0xe')];}return Array[_0x173b('0x1c')](_0x13429b);}(_0x4518a9));});};}_0x10a7a4[_0x173b('0x19')]('numberedList',_0x36335a('numberedList')),_0x10a7a4['enableCommand']('bulletedList',_0x36335a('bulletedList')),_0x14d47e&&_0x10a7a4[_0x173b('0x19')]('todoList',_0x36335a(_0x173b('0x23'))),_0x10a7a4['enableCommand'](_0x173b('0x13'),_0x8beb50(_0x173b('0x13'))),_0x10a7a4[_0x173b('0x19')]('outdentList',_0x8beb50(_0x173b('0xd'))),_0x14d47e&&_0x10a7a4[_0x173b('0x19')](_0x173b('0x0'),()=>{const _0x20c309=_0x4a34ca[_0x173b('0x33')][_0x173b('0x39')](_0x173b('0x0')),_0x26a210=Array['from'](_0x20c309[_0x173b('0x36')]);_0x26a210[_0x173b('0x32')](_0x151b8e=>_0x151b8e[_0x173b('0xf')](_0x173b('0x25'))!=_0x20c309['value']),_0x4a34ca[_0x173b('0x28')]['change'](()=>{for(const _0x197167 of _0x26a210)_0x10a7a4[_0x173b('0x1')](_0x197167,{'commandName':_0x173b('0x0'),'commandParams':[{'forceValue':!_0x20c309['value']}]});});}),_0x10a7a4[_0x173b('0xa')][_0x173b('0x1a')]('listItem',_0x18a50e=>_0x37a128(_0x2ceaa1,_0x173b('0x2a'),_0x18a50e)),_0x10a7a4[_0x173b('0xa')]['registerDescriptionCallback'](_0x1bd805=>{const {data:_0x3cfcb7}=_0x1bd805;if(_0x3cfcb7){if(_0x173b('0x3')==_0x3cfcb7[_0x173b('0x1f')]||'bulletedList'==_0x3cfcb7['commandName']||_0x173b('0x23')==_0x3cfcb7[_0x173b('0x1f')])switch(_0x3cfcb7[_0x173b('0x1f')][_0x173b('0x2d')](_0x173b('0x26'),'')){case _0x173b('0x20'):return _0x5a22a1(_0x37a128(_0x2ceaa1,_0x173b('0x2b')));case _0x173b('0x24'):return _0x5a22a1(_0x37a128(_0x2ceaa1,_0x173b('0x8')));case _0x173b('0x1b'):return _0x5a22a1(_0x37a128(_0x2ceaa1,'ELEMENT_TODO_LIST'));}if('indentList'==_0x3cfcb7[_0x173b('0x1f')])return{'type':'format','content':_0x37a128(_0x2ceaa1,_0x173b('0x17'),_0x37a128(_0x2ceaa1,_0x173b('0x2a')))};if('outdentList'==_0x3cfcb7[_0x173b('0x1f')])return{'type':_0x173b('0x10'),'content':_0x37a128(_0x2ceaa1,_0x173b('0x14'),_0x37a128(_0x2ceaa1,_0x173b('0x2a')))};if(_0x173b('0x0')==_0x3cfcb7[_0x173b('0x1f')])return _0x3cfcb7[_0x173b('0xc')][0x0][_0x173b('0x12')]?{'type':'format','content':_0x37a128(_0x2ceaa1,_0x173b('0x16'))}:{'type':_0x173b('0x10'),'content':_0x37a128(_0x2ceaa1,'*Uncheck\x20item*')};}function _0x5a22a1(_0x421eca){return{'type':'format','content':_0x37a128(_0x2ceaa1,_0x173b('0x27'),_0x421eca)};}});}}function ne(_0x28eafa){const _0x849158=_0x28eafa[_0x173b('0xf')](_0x173b('0xb'));if(0x0==_0x849158)return _0x28eafa;let _0x2ca7c5=_0x28eafa;for(;_0x28eafa[_0x173b('0x3c')]&&_0x28eafa[_0x173b('0x3c')]['is'](_0x173b('0x37'),_0x173b('0x9'));){const _0x2074e3=_0x28eafa[_0x173b('0x3c')][_0x173b('0xf')](_0x173b('0xb'));if(_0x2074e3==_0x849158)_0x2ca7c5=_0x28eafa[_0x173b('0x3c')];else{if(_0x2074e3<_0x849158)break;}_0x28eafa=_0x28eafa[_0x173b('0x3c')];}return _0x2ca7c5;}function oe(_0x586d3f){const _0x149166=[];if(_0x586d3f['is'](_0x173b('0x37'),'listItem')&&_0x586d3f[_0x173b('0xf')](_0x173b('0xb'))>0x0){let _0x5d3c7e=_0x586d3f['nextSibling'];for(;_0x5d3c7e&&_0x173b('0x9')==_0x5d3c7e[_0x173b('0x3a')]&&_0x5d3c7e[_0x173b('0xf')](_0x173b('0xb'))==_0x586d3f[_0x173b('0xf')](_0x173b('0xb'));)_0x149166[_0x173b('0x1e')](_0x5d3c7e),_0x5d3c7e=_0x5d3c7e[_0x173b('0xe')];}return _0x149166;}
|