@ckeditor/ckeditor5-track-changes 38.0.0 → 38.1.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.
Files changed (79) hide show
  1. package/build/track-changes.js +1 -1
  2. package/package.json +10 -8
  3. package/src/commands/acceptsuggestioncommand.js +1 -1
  4. package/src/commands/discardsuggestioncommand.js +1 -1
  5. package/src/commands/executeonallsuggestionscommand.js +1 -1
  6. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  7. package/src/commands/trackchangescommand.js +1 -1
  8. package/src/integrations/alignment.js +1 -1
  9. package/src/integrations/basicstyles.js +1 -1
  10. package/src/integrations/blockquote.js +1 -1
  11. package/src/integrations/ckbox.js +1 -1
  12. package/src/integrations/codeblock.js +1 -1
  13. package/src/integrations/comments.js +1 -1
  14. package/src/integrations/deletecommand.d.ts +3 -2
  15. package/src/integrations/deletecommand.js +1 -1
  16. package/src/integrations/documentlist.js +1 -1
  17. package/src/integrations/documentlistproperties.js +1 -1
  18. package/src/integrations/entercommand.d.ts +3 -2
  19. package/src/integrations/entercommand.js +1 -1
  20. package/src/integrations/findandreplace.js +1 -1
  21. package/src/integrations/font.js +1 -1
  22. package/src/integrations/formatpainter.js +1 -1
  23. package/src/integrations/heading.js +1 -1
  24. package/src/integrations/highlight.js +1 -1
  25. package/src/integrations/horizontalline.js +1 -1
  26. package/src/integrations/htmlembed.js +1 -1
  27. package/src/integrations/image.js +1 -1
  28. package/src/integrations/imagereplace.js +1 -1
  29. package/src/integrations/importword.js +1 -1
  30. package/src/integrations/indent.js +1 -1
  31. package/src/integrations/inputcommand.d.ts +3 -2
  32. package/src/integrations/inputcommand.js +1 -1
  33. package/src/integrations/link.js +1 -1
  34. package/src/integrations/list.js +1 -1
  35. package/src/integrations/listproperties.js +1 -1
  36. package/src/integrations/mediaembed.js +1 -1
  37. package/src/integrations/mention.js +1 -1
  38. package/src/integrations/pagebreak.js +1 -1
  39. package/src/integrations/paragraph.js +1 -1
  40. package/src/integrations/removeformat.js +1 -1
  41. package/src/integrations/restrictededitingmode.js +1 -1
  42. package/src/integrations/shiftentercommand.d.ts +3 -2
  43. package/src/integrations/shiftentercommand.js +1 -1
  44. package/src/integrations/standardeditingmode.js +1 -1
  45. package/src/integrations/style.js +1 -1
  46. package/src/integrations/table.js +1 -1
  47. package/src/integrations/tablecaption.d.ts +3 -2
  48. package/src/integrations/tablecaption.js +1 -1
  49. package/src/integrations/tableclipboard.d.ts +3 -2
  50. package/src/integrations/tableclipboard.js +1 -1
  51. package/src/integrations/tablecolumnresize.js +1 -1
  52. package/src/integrations/tableheadings.d.ts +3 -2
  53. package/src/integrations/tableheadings.js +1 -1
  54. package/src/integrations/tablemergesplit.d.ts +3 -2
  55. package/src/integrations/tablemergesplit.js +1 -1
  56. package/src/integrations/tableofcontents.js +1 -1
  57. package/src/integrations/tableproperties.d.ts +1 -1
  58. package/src/integrations/tableproperties.js +1 -1
  59. package/src/integrations/template.js +1 -1
  60. package/src/integrations/title.js +1 -1
  61. package/src/integrations/undo.js +1 -1
  62. package/src/integrations/utils.js +1 -1
  63. package/src/suggestion.d.ts +1 -1
  64. package/src/suggestion.js +1 -1
  65. package/src/suggestiondescriptionfactory.js +1 -1
  66. package/src/trackchanges.d.ts +5 -5
  67. package/src/trackchanges.js +1 -1
  68. package/src/trackchangesdata.d.ts +4 -5
  69. package/src/trackchangesdata.js +1 -1
  70. package/src/trackchangesediting.d.ts +49 -5
  71. package/src/trackchangesediting.js +1 -1
  72. package/src/trackchangesui.d.ts +5 -5
  73. package/src/trackchangesui.js +1 -1
  74. package/src/ui/suggestioncontroller.js +1 -1
  75. package/src/ui/view/basesuggestionthreadview.js +1 -1
  76. package/src/ui/view/suggestionthreadview.d.ts +0 -2
  77. package/src/ui/view/suggestionthreadview.js +1 -1
  78. package/src/utils/common-translations.js +1 -1
  79. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x272b=['TrackChangesEditing','has','get','plugins','toggleTableCaption','TableCaptionEditing','enableCommand','editor','afterInit'];(function(_0x3c3837,_0x272b70){const _0x31bf4b=function(_0x1181e6){while(--_0x1181e6){_0x3c3837['push'](_0x3c3837['shift']());}};_0x31bf4b(++_0x272b70);}(_0x272b,0x161));const _0x31bf=function(_0x3c3837,_0x272b70){_0x3c3837=_0x3c3837-0x0;let _0x31bf4b=_0x272b[_0x3c3837];return _0x31bf4b;};import{Plugin as _0x13b8ad}from'ckeditor5/src/core';import _0x3cdc14 from'./table';export default class vt extends _0x13b8ad{static get['requires'](){return[_0x3cdc14];}[_0x31bf('0x6')](){const _0x595c52=this[_0x31bf('0x5')];if(!_0x595c52[_0x31bf('0x1')][_0x31bf('0x8')](_0x31bf('0x3')))return;_0x595c52['plugins'][_0x31bf('0x0')](_0x31bf('0x7'))[_0x31bf('0x4')](_0x31bf('0x2'));}}
23
+ const _0x4c6e=['get','TableCaptionEditing','afterInit','has','plugins','requires','toggleTableCaption'];(function(_0x1afb59,_0x4c6e94){const _0x1e5dc1=function(_0x842a8d){while(--_0x842a8d){_0x1afb59['push'](_0x1afb59['shift']());}};_0x1e5dc1(++_0x4c6e94);}(_0x4c6e,0xd5));const _0x1e5d=function(_0x1afb59,_0x4c6e94){_0x1afb59=_0x1afb59-0x0;let _0x1e5dc1=_0x4c6e[_0x1afb59];return _0x1e5dc1;};import{Plugin as _0x2ce536}from'ckeditor5/src/core';import _0x5e8709 from'./table';export default class vt extends _0x2ce536{static get[_0x1e5d('0x2')](){return[_0x5e8709];}[_0x1e5d('0x6')](){const _0x5cc975=this['editor'];if(!_0x5cc975[_0x1e5d('0x1')][_0x1e5d('0x0')](_0x1e5d('0x5')))return;_0x5cc975['plugins'][_0x1e5d('0x4')]('TrackChangesEditing')['enableCommand'](_0x1e5d('0x3'));}}
@@ -1,7 +1,8 @@
1
1
  /**
2
2
  * @module track-changes/integrations/tableclipboard
3
3
  */
4
- import { Plugin, type PluginDependencies } from 'ckeditor5/src/core';
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ import TrackChangesTable from './table';
5
6
  /**
6
7
  * Provides track changes plugin integration for {@link module:table/tableclipboard~TableClipboard table clipboard feature}.
7
8
  */
@@ -9,7 +10,7 @@ export default class TrackChangesTableClipboard extends Plugin {
9
10
  /**
10
11
  * @inheritDoc
11
12
  */
12
- static get requires(): PluginDependencies;
13
+ static get requires(): readonly [typeof TrackChangesTable];
13
14
  /**
14
15
  * @inheritDoc
15
16
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1af3=['reduce','tableCellBorderStyle','row','tablePasteRow','createTableWalker','filter','model','remove','getRange','first','oldRange','insertRows','differ','has','insertColumns','markMultiRangeInsertion','stop','document','tableCellBackgroundColor','fromEntries','move','setAttributes','removeMarker','ck-suggestion-marker--active','getSuggestions','isInContent','some','getColumns','isEmpty','removeMarkers','TableUtils','getItems','position','TrackChangesEditing','getRows','registerCustomCallback','markerName','endRow','endColumn','suggestionLoaded','_suggestionFactory','map','suggestion','hasSuggestion','set','ck-suggestion-marker-insertion','options','commands','tableCellPadding','includes','push','cells','requires','removeRows','Users','plugins','last','find','rowInsertionRanges','listenTo','*Replace\x20table\x20cells*','entries','author','_createdBatches','insert','suggestion:formatBlock:tablePasteCell','_tablePostFixingSubtypes','createRangeIn','getContainedElement','$graveyard','ck-suggestion-marker','value','columns','tableCellBorderColor','isEqual','markerAttributes','nodeAfter','tableCellHorizontalAlignment','subType','batch','suggestionUnloaded','tablePasteCell','markMultiRangeBlockFormat','createRangeOn','root','from','getChild','insertContent','tableCell','getColumnIndexes','cell','getAttributes','markMultiRangeDeletion','createRange','suggestion-td','_getCoordsForCells','clipboardOutput','end','tablePaste','_replaceTableSlotCell','conversion','rowInsertionIndexes','insertion','previousSibling','deletion','_splitMarkerName','_descriptionFactory','schema','fill','elementToElement','attributes','getChanges','for','forceDefaultExecution','tableCellBorderWidth','length','tablePasteChainId','high','editing','activeMarkers','discard','createElement','columnInsertionIndexes','registerDescriptionCallback','setAttribute','rows','getMarkers','paragraph','tableCellSuggestion','every','TableClipboard','newRange','getChildren','keys','change','tableCellVerticalAlignment','registerPostFixer','table','previous','unwrap','findAncestor','getChangedMarkers','register','low','tablePasteColumn','column','getRanges','containsRange','getAllAdjacentSuggestions','type','getRowIndexes','get','accept','add','getSuggestion','getSelectionAffectedTableCells','nextSibling','formatBlock','name','redo','getShiftedBy','editor','startsWith','getSuggestionCallback','element'];(function(_0x44160e,_0x1af300){const _0x195fa1=function(_0x41e040){while(--_0x41e040){_0x44160e['push'](_0x44160e['shift']());}};_0x195fa1(++_0x1af300);}(_0x1af3,0x182));const _0x195f=function(_0x44160e,_0x1af300){_0x44160e=_0x44160e-0x0;let _0x195fa1=_0x1af3[_0x44160e];return _0x195fa1;};import{getTranslation as _0x1971cb}from'../utils/common-translations';import{Plugin as _0x59c556}from'ckeditor5/src/core';import{uid as _0x1cd048,priorities as _0x5a5494}from'ckeditor5/src/utils';import _0x38a1f3 from'./table';const le=[_0x195f('0x3a'),_0x195f('0x11'),_0x195f('0x6e'),_0x195f('0x15'),_0x195f('0x4f'),_0x195f('0x7f'),_0x195f('0x9d')],ae=Object[_0x195f('0x80')](le[_0x195f('0x96')](_0x2cf75a=>[_0x2cf75a,null]));export default class kt extends _0x59c556{static get[_0x195f('0xa1')](){return[_0x38a1f3];}['afterInit'](){const _0xe8d15a=this[_0x195f('0x69')];if(!_0xe8d15a['plugins'][_0x195f('0x7a')]('TableClipboard'))return;const _0x3adbb7=_0xe8d15a[_0x195f('0xa4')][_0x195f('0x5f')](_0x195f('0x8e')),_0x5712a8=_0xe8d15a[_0x195f('0xa4')][_0x195f('0x5f')](_0x195f('0x8b')),_0x728ed4=_0xe8d15a['plugins']['get'](_0x38a1f3),_0x51b442=_0xe8d15a[_0x195f('0xa4')]['get'](_0x195f('0x4a'));_0x728ed4[_0x195f('0xa')]['push'](_0x195f('0x70'),_0x195f('0x58')),_0xe8d15a[_0x195f('0x73')][_0x195f('0x33')][_0x195f('0x56')](_0x195f('0x48'),{'allowIn':'tableCell','allowContentOf':_0x195f('0x20'),'isLimit':!0x0}),_0xe8d15a[_0x195f('0x2c')][_0x195f('0x35')]({'model':_0x195f('0x48'),'view':_0x195f('0x26')});let _0x549054=null;_0xe8d15a['model']['on'](_0x195f('0x1f'),(_0x528cb8,_0x565377)=>{const [_0x219467,_0x55c783]=_0x565377,_0xdd8251=_0x565377[_0x565377['length']-0x1];_0xdd8251&&_0xdd8251[_0x195f('0x39')]||_0x3adbb7['_isForcedDefaultExecutionBlock']||this[_0x195f('0x69')][_0x195f('0x9c')][_0x195f('0x5f')]('trackChanges')[_0x195f('0xf')]&&function(_0x12d308,_0x41d2dd,_0x4da237,_0x13b6ca,_0x357496){if(_0x41d2dd&&!_0x41d2dd['is']('documentSelection'))return!0x1;const _0x56f9b5=_0x357496['getTableIfOnlyTableInContent'](_0x12d308,_0x4da237);if(!_0x56f9b5||!fe(_0x56f9b5,void 0x0,_0x13b6ca))return!0x1;const _0x1bb4df=_0x13b6ca[_0x195f('0x63')](_0x4da237[_0x195f('0x7e')]['selection']);if(!_0x1bb4df['length'])return!0x1;const _0x11bdd7=_0x1bb4df[0x0][_0x195f('0x54')](_0x195f('0x51')),_0x59b1c2=_0x13b6ca[_0x195f('0x5e')](_0x1bb4df),_0x4135f2=_0x13b6ca[_0x195f('0x21')](_0x1bb4df),_0xea930e={'startRow':_0x59b1c2[_0x195f('0x76')],'endRow':_0x59b1c2[_0x195f('0x0')],'startColumn':_0x4135f2['first'],'endColumn':_0x4135f2[_0x195f('0x0')]};return 0x1==_0x1bb4df[_0x195f('0x3b')]&&(_0xea930e[_0x195f('0x92')]+=_0x13b6ca[_0x195f('0x8f')](_0x56f9b5)-0x1,_0xea930e[_0x195f('0x93')]+=_0x13b6ca[_0x195f('0x88')](_0x56f9b5)-0x1),fe(_0x11bdd7,_0xea930e,_0x13b6ca);}(_0x219467,_0x55c783,_0xe8d15a[_0x195f('0x73')],_0x5712a8,_0x51b442)&&(_0x528cb8[_0x195f('0x7d')](),_0x549054={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0xe8d15a[_0x195f('0x73')][_0x195f('0x4e')](()=>{_0xe8d15a[_0x195f('0x73')][_0x195f('0x1f')](_0x565377[0x0],_0x565377[0x1],_0x565377[0x2],{'forceDefaultExecution':!0x0});const _0x32cb73=_0x1cd048(),{rowInsertionRanges:_0x5cb6fe,columnInsertionRanges:_0x5330b0,insertionRanges:_0x56ec2f,deletionRanges:_0x4f136b,cells:_0x40ec95}=_0x549054;_0x5cb6fe['length']&&_0x3adbb7[_0x195f('0x7c')](_0x5cb6fe,_0x195f('0x70'),{'tablePasteChainId':_0x32cb73}),_0x5330b0[_0x195f('0x3b')]&&_0x3adbb7[_0x195f('0x7c')](_0x5330b0,_0x195f('0x58'),{'tablePasteChainId':_0x32cb73}),_0x56ec2f[_0x195f('0x3b')]&&_0x3adbb7['markMultiRangeInsertion'](_0x56ec2f,_0x195f('0x2a'),{'tablePasteChainId':_0x32cb73,'skipNestingCheck':!0x0}),_0x4f136b[_0x195f('0x3b')]&&_0x3adbb7[_0x195f('0x24')](_0x4f136b,_0x195f('0x2a'),{'tablePasteChainId':_0x32cb73,'skipNestingCheck':!0x0});const _0x5fb10c=_0x3adbb7[_0x195f('0x1a')](_0x40ec95[_0x195f('0x96')](({element:_0x3e90ae})=>_0x3e90ae),{'formatGroupId':_0x1cd048()},[],_0x195f('0x19'),{'tablePasteChainId':_0x32cb73});if(_0x5fb10c){const _0x5bf75f=_0x5fb10c['getMarkers'](),_0x4b0f4e=[];for(const {element:_0x481278,attributes:_0x13144f}of _0x40ec95){if(!_0x13144f)continue;const _0x3a3077=_0xe8d15a[_0x195f('0x73')][_0x195f('0x1b')](_0x481278),_0x22b942=_0x5bf75f[_0x195f('0x1')](_0x807500=>_0x807500[_0x195f('0x75')]()[_0x195f('0x12')](_0x3a3077));_0x22b942&&_0x4b0f4e['push']([_0x22b942[_0x195f('0x66')],_0x13144f]);}_0x4b0f4e['length']&&_0x5fb10c[_0x195f('0x44')](_0x195f('0x13'),Object[_0x195f('0x80')](_0x4b0f4e));}_0x549054=null;}));},{'priority':_0x5a5494[_0x195f('0x3d')]+0xa}),_0xe8d15a['plugins']['get'](_0x195f('0x4a'))['on'](_0x195f('0x2b'),(_0x140ae2,_0x53f0df)=>{const [_0x1c2b30,_0x3c0040,,_0x462975]=_0x53f0df;if(!_0x549054)return;_0x140ae2[_0x195f('0x7d')]();const _0x44d00d=_0x1c2b30[_0x195f('0x22')],_0x1f2df5=_0x3c0040,_0x45ec39=ce(_0x44d00d),_0x59a757=ce(_0x1f2df5);_0x140ae2['return']=_0x44d00d;let _0x46dfe9=null,_0x51b6af=null;if(_0x59a757||_0x45ec39){if(_0x45ec39&&!_0x59a757){_0x462975[_0x195f('0x74')](_0x44d00d[_0x195f('0x1e')](0x0));for(const _0x2bb24f of Array[_0x195f('0x1d')](_0x1f2df5[_0x195f('0x4c')]()))_0x462975[_0x195f('0x8')](_0x2bb24f,_0x44d00d,_0x195f('0x29'));const _0x39317b=_0x549054[_0x195f('0x2d')][_0x195f('0x9e')](_0x1c2b30[_0x195f('0x6f')]),_0x844528=_0x549054[_0x195f('0x42')][_0x195f('0x9e')](_0x1c2b30[_0x195f('0x59')]);_0x39317b||_0x844528||(_0x46dfe9=_0x462975[_0x195f('0xb')](_0x44d00d));}else _0x59a757&&!_0x45ec39&&(_0x51b6af=_0x462975['createRangeIn'](_0x44d00d));}else{const _0x571c9b=_0x462975[_0x195f('0x41')](_0x195f('0x48')),_0x55e466=_0x462975[_0x195f('0x41')](_0x195f('0x48'));_0x462975['wrap'](_0x462975[_0x195f('0xb')](_0x44d00d),_0x55e466),_0x462975[_0x195f('0x8')](_0x571c9b,_0x44d00d,0x0);for(const _0x1791f0 of Array[_0x195f('0x1d')](_0x1f2df5[_0x195f('0x4c')]()))_0x462975[_0x195f('0x8')](_0x1791f0,_0x571c9b,_0x195f('0x29'));_0x46dfe9=_0x462975[_0x195f('0x1b')](_0x571c9b),_0x51b6af=_0x462975[_0x195f('0x1b')](_0x55e466);}const _0x39f148=Array['from'](_0x1f2df5[_0x195f('0x23')]())[_0x195f('0x72')](([_0x27ad3a])=>le['includes'](_0x27ad3a));_0x549054[_0x195f('0xa0')]['push']({'element':_0x44d00d,'attributes':_0x39f148[_0x195f('0x3b')]?Object[_0x195f('0x80')](_0x39f148):null}),_0x46dfe9&&_0x549054['insertionRanges'][_0x195f('0x9f')](_0x46dfe9),_0x51b6af&&_0x549054['deletionRanges']['push'](_0x51b6af);},{'priority':_0x195f('0x3d')}),_0x5712a8['on'](_0x195f('0x7b'),(_0x15aa4e,_0x2c69f2)=>{const [_0x40955d,_0x2414d8={}]=_0x2c69f2;if(!_0x549054)return;const _0x395d08=_0x2414d8['at']||0x0,_0x5367c7=_0x2414d8[_0x195f('0x10')]||0x1;_0x549054['columnInsertionIndexes']=new Array(_0x5367c7)[_0x195f('0x34')](_0x395d08)[_0x195f('0x96')]((_0x2315d7,_0x2bcbfd)=>_0x2315d7+_0x2bcbfd);for(const {cell:_0x4ac0cc}of _0x5712a8['createTableWalker'](_0x40955d,{'startColumn':_0x395d08,'endColumn':_0x395d08+_0x5367c7-0x1}))_0x549054['columnInsertionRanges'][_0x195f('0x9f')](_0xe8d15a[_0x195f('0x73')]['createRangeOn'](_0x4ac0cc));},{'priority':_0x195f('0x57')}),_0x5712a8['on'](_0x195f('0x78'),(_0x45eaa6,_0x1e1d54)=>{const [_0x26f99c,_0x183800={}]=_0x1e1d54;if(!_0x549054)return;const _0x3ea136=_0x183800['at']||0x0,_0x2a9320=_0x183800[_0x195f('0x45')]||0x1;_0x549054[_0x195f('0x2d')]=new Array(_0x2a9320)[_0x195f('0x34')](_0x3ea136)[_0x195f('0x96')]((_0x4b7ab4,_0x542f88)=>_0x4b7ab4+_0x542f88);for(const {cell:_0x2034c0}of _0x5712a8[_0x195f('0x71')](_0x26f99c,{'startRow':_0x3ea136,'endRow':_0x3ea136+_0x2a9320-0x1}))_0x549054[_0x195f('0x2')]['push'](_0xe8d15a[_0x195f('0x73')][_0x195f('0x1b')](_0x2034c0));},{'priority':'low'}),_0x3adbb7[_0x195f('0x32')][_0x195f('0x43')](_0x1a71c5=>{if(_0x1a71c5[_0x195f('0x16')]&&_0x1a71c5[_0x195f('0x16')]['startsWith'](_0x195f('0x2a')))return _0x1a71c5[_0x195f('0x52')]?{}:{'type':_0x195f('0x2e'),'content':_0x1971cb(_0xe8d15a['locale'],_0x195f('0x4'))};});const _0x38b174=()=>{};for(const _0x2e75f7 of[_0x195f('0x2a'),'tablePasteColumn','tablePasteRow','tablePasteCell'])_0x3adbb7[_0x195f('0x95')][_0x195f('0x90')](_0x195f('0x2e'),_0x2e75f7,'join',_0x38b174),_0x3adbb7[_0x195f('0x95')][_0x195f('0x90')](_0x195f('0x30'),_0x2e75f7,'join',_0x38b174);_0x3adbb7[_0x195f('0x95')][_0x195f('0x90')]('formatBlock',_0x195f('0x19'),_0x195f('0x40'),_0x38b174),_0x3adbb7[_0x195f('0x95')][_0x195f('0x90')](_0x195f('0x65'),_0x195f('0x19'),_0x195f('0x60'),(_0x2072d3,_0x32e159,_0x2a340e)=>{const _0x22c41a=_0x2072d3[_0x195f('0x96')](_0x5bbc95=>_0x5bbc95[_0x195f('0xc')]())[_0x195f('0x72')](_0x89d9e=>_0x89d9e),_0x34d15e=new Map(_0x22c41a['map'](_0x9d1d8d=>[_0x9d1d8d,null]));if(_0x549054)for(const {element:_0xfd79c5,attributes:_0x2945c5}of _0x549054[_0x195f('0xa0')])_0x2945c5&&_0x34d15e['set'](_0xfd79c5,_0x2945c5);else{if(_0x2a340e&&_0x2a340e[_0x195f('0x13')])for(const [_0x217164,_0x4747e6]of Object[_0x195f('0x5')](_0x2a340e['markerAttributes'])){const _0x2c6ca3=_0xe8d15a[_0x195f('0x73')]['markers'][_0x195f('0x5f')](_0x217164),_0x1035a9=_0x2c6ca3?_0x2c6ca3[_0x195f('0x75')]()['getContainedElement']():null;_0x1035a9&&_0x34d15e[_0x195f('0x99')](_0x1035a9,_0x4747e6);}}_0xe8d15a[_0x195f('0x73')][_0x195f('0x4e')](_0x41b14d=>{for(const [_0x56213c,_0x1bf98c]of _0x34d15e)_0x41b14d[_0x195f('0x82')]({...ae,..._0x1bf98c},_0x56213c);});});const _0x4e3b2c=(_0x39d390,_0x144e81)=>{_0x3adbb7[_0x195f('0x95')][_0x195f('0x90')](_0x39d390,_0x195f('0x2a'),_0x144e81,(_0x110434,_0x244910,_0x224781)=>{_0xe8d15a[_0x195f('0x73')][_0x195f('0x4e')](_0x2573b5=>{const _0x1b6f7d=[];for(const _0x3a838d of _0x110434){const _0x2dd5cb=_0x3a838d['start'][_0x195f('0x14')];_0x2dd5cb['is'](_0x195f('0x6c'),_0x195f('0x48'))&&_0x1b6f7d[_0x195f('0x9f')](_0x2dd5cb);}_0x3adbb7[_0x195f('0x95')][_0x195f('0x6b')](_0x39d390,null,_0x144e81)(_0x110434,_0x244910,_0x224781);for(const _0x2ce8b6 of _0x1b6f7d)_0x195f('0xd')!=_0x2ce8b6[_0x195f('0x1c')]['rootName']&&_0x2573b5[_0x195f('0x53')](_0x2ce8b6);});});};_0x4e3b2c(_0x195f('0x2e'),'accept'),_0x4e3b2c(_0x195f('0x2e'),'discard'),_0x4e3b2c('deletion',_0x195f('0x60')),_0x4e3b2c(_0x195f('0x30'),_0x195f('0x40')),_0x3adbb7[_0x195f('0x95')][_0x195f('0x90')]('insertion',_0x195f('0x70'),'discard',_0x2057cb=>{const _0x334d39=_0x2057cb[_0x195f('0x96')](_0x8f4b51=>_0x8f4b51['getContainedElement']()),_0x9c98da=_0x334d39[0x0][_0x195f('0x54')](_0x195f('0x51')),{minRow:_0x360f9c,maxRow:_0x5f5c43}=_0x728ed4['_getCoordsForCells'](_0x334d39);_0x5712a8[_0x195f('0xa2')](_0x9c98da,{'at':_0x360f9c,'rows':_0x5f5c43-_0x360f9c+0x1});}),_0x3adbb7[_0x195f('0x95')][_0x195f('0x90')](_0x195f('0x2e'),_0x195f('0x58'),_0x195f('0x40'),_0x371fab=>{const _0x244b17=_0x371fab['map'](_0xd3e795=>_0xd3e795[_0x195f('0xc')]()),_0x935194=_0x244b17[0x0][_0x195f('0x54')](_0x195f('0x51')),{minColumn:_0x530c87,maxColumn:_0x1f341e}=_0x728ed4[_0x195f('0x27')](_0x244b17);_0x5712a8['removeColumns'](_0x935194,{'at':_0x530c87,'columns':_0x1f341e-_0x530c87+0x1});});const _0x569031=(_0x4ae0eb,_0x25db5b)=>{if(!_0x25db5b[_0x195f('0x16')]||!_0x25db5b[_0x195f('0x16')]['startsWith']('tablePaste'))return;const _0x51fb82=_0x25db5b[_0x195f('0x36')][_0x195f('0x3c')],_0x14c59a=_0x3adbb7[_0x195f('0x85')]()[_0x195f('0x72')](_0x575cbb=>_0x575cbb[_0x195f('0x86')]&&_0x575cbb[_0x195f('0x36')]&&_0x575cbb[_0x195f('0x36')][_0x195f('0x3c')]==_0x51fb82);_0x14c59a[_0x195f('0x3b')]&&_0x25db5b[_0x195f('0x5c')]()[_0x195f('0x3b')]!=_0x14c59a[_0x195f('0x3b')]&&_0x14c59a[_0x195f('0x6d')]((_0x5ca76a,_0x3b2fdd)=>(_0x5ca76a['next']=_0x3b2fdd,_0x3b2fdd[_0x195f('0x52')]=_0x5ca76a,_0x3b2fdd));};function _0x41346f(_0x2bb7df,_0x242ba0=!0x0){const {id:_0x439a8d}=_0x3adbb7[_0x195f('0x31')](_0x2bb7df[_0x195f('0x91')]),_0x401276=[_0x195f('0xe'),_0x195f('0x9a')],_0x3e42d3=_0x3adbb7[_0x195f('0x3f')][_0x195f('0x9e')](_0x2bb7df['markerName']);return _0x3e42d3&&_0x401276[_0x195f('0x9f')](_0x195f('0x84')),{'classes':_0x401276,'attributes':{'data-suggestion':_0x439a8d},'priority':_0x3e42d3&&_0x242ba0?0xbc2:0xbb8};}_0x3adbb7['on'](_0x195f('0x94'),_0x569031,{'priority':_0x195f('0x3d')}),_0x3adbb7['on'](_0x195f('0x18'),_0x569031,{'priority':'high'}),_0xe8d15a[_0x195f('0x73')][_0x195f('0x7e')][_0x195f('0x50')](()=>{let _0xec1ed8=!0x1;const _0x1ceaab=Array[_0x195f('0x1d')](_0xe8d15a['model'][_0x195f('0x7e')][_0x195f('0x79')][_0x195f('0x55')]());for(const {name:_0x4a88d7,data:_0x1f9963}of _0x1ceaab){const {group:_0x1f7f46,type:_0x44be6e,id:_0x1b9978}=_0x3adbb7[_0x195f('0x31')](_0x4a88d7);if(_0x195f('0x97')!=_0x1f7f46||_0x195f('0x30')!=_0x44be6e||_0x1f9963[_0x195f('0x77')])continue;if(!_0x3adbb7[_0x195f('0x98')](_0x1b9978))continue;const _0x1662f0=_0x3adbb7[_0x195f('0x62')](_0x1b9978)[_0x195f('0x5a')](),_0x1ebeb5=_0xe8d15a[_0x195f('0xa4')][_0x195f('0x5f')]('Users')['me'];for(const _0x5b1ec2 of _0x3adbb7[_0x195f('0x85')]()){if(!_0x5b1ec2[_0x195f('0x86')]||_0x5b1ec2[_0x195f('0x6')]!=_0x1ebeb5)continue;if('formatBlock'!=_0x5b1ec2[_0x195f('0x5d')]||_0x195f('0x19')!=_0x5b1ec2[_0x195f('0x16')])continue;if(_0x5b1ec2[_0x195f('0x5a')]()[_0x195f('0x49')](_0x4919c0=>_0x1662f0[_0x195f('0x87')](_0x3e8750=>_0x3e8750['containsRange'](_0x4919c0,!0x0))))for(const _0x4e103f of _0x5b1ec2[_0x195f('0x5c')]())_0x4e103f[_0x195f('0x86')]&&(_0x4e103f['discard'](),_0xec1ed8=!0x0);}}return _0xec1ed8;}),_0xe8d15a[_0x195f('0x73')][_0x195f('0x7e')]['registerPostFixer'](_0x47adb5=>{const _0x521fa2=_0xe8d15a['commands'][_0x195f('0x5f')](_0x195f('0x67'));if(!_0x521fa2||!_0x521fa2[_0x195f('0x7')][_0x195f('0x7a')](_0x47adb5[_0x195f('0x17')]))return!0x1;let _0x1c5ac4=!0x1;const _0x5b87cb=_0xe8d15a[_0x195f('0xa4')][_0x195f('0x5f')]('Users')['me'],_0x297ae7=_0xe8d15a['model'][_0x195f('0x7e')]['differ'][_0x195f('0x37')](),_0x8c1e2d=Array[_0x195f('0x1d')](_0xe8d15a[_0x195f('0x73')]['document'][_0x195f('0x79')][_0x195f('0x55')]())['filter'](({name:_0x56239a,data:_0x5b5148})=>{const {group:_0x5ee7b3,subType:_0x21a28f,authorId:_0xeab07}=_0x3adbb7[_0x195f('0x31')](_0x56239a);return _0x195f('0x97')==_0x5ee7b3&&_0x195f('0x2a')==_0x21a28f&&_0xeab07==_0x5b87cb['id']&&!_0x5b5148[_0x195f('0x77')];});for(const _0x50fdd7 of _0x297ae7){if(_0x195f('0x8')!=_0x50fdd7[_0x195f('0x5d')]||'tableCellSuggestion'!=_0x50fdd7['name']||0x1!=_0x50fdd7['length'])continue;const _0x1d7e13=_0x47adb5[_0x195f('0x25')](_0x50fdd7['position'],_0x50fdd7[_0x195f('0x8d')][_0x195f('0x68')](0x1));if(!_0x8c1e2d[_0x195f('0x1')](({data:_0x205222})=>_0x205222[_0x195f('0x4b')][_0x195f('0x12')](_0x1d7e13)))for(const {name:_0x5a8556,data:_0x30a76a}of _0x8c1e2d)if(_0x1d7e13[_0x195f('0x5b')](_0x30a76a[_0x195f('0x4b')])){_0x47adb5['updateMarker'](_0x5a8556,{'range':_0x1d7e13}),_0x1c5ac4=!0x0;break;}}return _0x1c5ac4;}),_0xe8d15a[_0x195f('0x73')]['document'][_0x195f('0x50')](_0x488649=>{let _0x20539b=!0x1;const _0x1ae6c2=_0xe8d15a[_0x195f('0xa4')][_0x195f('0x5f')](_0x195f('0xa3'))['me'],_0x25fce3=_0x3adbb7[_0x195f('0x85')]()[_0x195f('0x72')](_0x5236ec=>_0x5236ec['isInContent']&&_0x5236ec[_0x195f('0x6')]==_0x1ae6c2),_0x5d7ab4=new Set(),_0xeb72aa=new Set();for(const _0x3cb44c of _0x25fce3)if(_0x195f('0x2a')==_0x3cb44c[_0x195f('0x16')])for(const _0x57f2cb of _0x3cb44c[_0x195f('0x46')]()){const _0x11a3d6=_0x57f2cb[_0x195f('0x75')]()[_0x195f('0xc')]();if(_0x11a3d6){if(_0x11a3d6['is'](_0x195f('0x6c'),_0x195f('0x48'))&&ce(_0x11a3d6)){_0x3cb44c[_0x195f('0x83')](_0x57f2cb[_0x195f('0x66')]),_0x5d7ab4[_0x195f('0x61')](_0x11a3d6),_0x20539b=!0x0;const _0x3ee365=_0x11a3d6[_0x195f('0x64')],_0x3dfc0c=_0x11a3d6[_0x195f('0x2f')],_0xaf9f68=_0x3ee365&&_0x3ee365['is'](_0x195f('0x6c'),_0x195f('0x48')),_0x127dcf=_0x3dfc0c&&_0x3dfc0c['is'](_0x195f('0x6c'),_0x195f('0x48'));_0xaf9f68&&!_0x5d7ab4['has'](_0x3ee365)&&_0xeb72aa['add'](_0x3ee365),_0x127dcf&&!_0x5d7ab4['has'](_0x3dfc0c)&&_0xeb72aa[_0x195f('0x61')](_0x3dfc0c);}else _0x11a3d6['is'](_0x195f('0x6c'),_0x195f('0x47'))&&_0x11a3d6['isEmpty']&&(_0x3cb44c[_0x195f('0x83')](_0x57f2cb[_0x195f('0x66')]),_0x20539b=!0x0);}}else{if(_0x195f('0x19')==_0x3cb44c[_0x195f('0x16')]){if(!_0x3cb44c[_0x195f('0x36')]||!_0x3cb44c[_0x195f('0x36')][_0x195f('0x3c')])continue;const _0x592e65=_0x3cb44c[_0x195f('0x36')]['markerAttributes'];if(_0x592e65&&Object[_0x195f('0x4d')](_0x592e65)['length'])continue;const _0x889e5f=_0x3cb44c[_0x195f('0x36')][_0x195f('0x3c')];let _0x4ee109=!0x0,_0x48dcf0=!0x0;for(const _0x4355d7 of _0x25fce3)if(_0x4355d7[_0x195f('0x16')]&&_0x4355d7['subType'][_0x195f('0x6a')](_0x195f('0x2a'))){if(!_0x4355d7[_0x195f('0x36')][_0x195f('0x3c')]){_0x48dcf0=!0x1;break;}if(_0x4355d7['id']!=_0x3cb44c['id']&&_0x4355d7['attributes'][_0x195f('0x3c')]==_0x889e5f){_0x4ee109=!0x1;break;}}_0x48dcf0&&_0x4ee109&&(_0x3cb44c[_0x195f('0x8a')](),_0x20539b=!0x0);}}for(const _0x53cc6 of _0x5d7ab4)_0x488649[_0x195f('0x74')](_0x53cc6);for(const _0x27acae of _0xeb72aa)_0x488649[_0x195f('0x53')](_0x27acae);return _0x20539b;}),_0xe8d15a[_0x195f('0x2c')][_0x195f('0x38')]('editingDowncast')['markerToHighlight']({'model':'suggestion:formatBlock:tablePasteCell','view':(_0x34d8c8,_0x4fd1cf)=>_0x41346f(_0x34d8c8),'converterPriority':'high'}),_0xe8d15a[_0x195f('0x2c')][_0x195f('0x38')]('dataDowncast')['markerToHighlight']({'model':_0x195f('0x9'),'view':(_0x3dbd86,_0x216dd4)=>_0x216dd4[_0x195f('0x9b')]['showSuggestionHighlights']?_0x41346f(_0x3dbd86,!0x1):null,'converterPriority':'high'});const _0x1954c3=_0xe8d15a[_0x195f('0x3e')]['view'];this[_0x195f('0x3')](_0x1954c3[_0x195f('0x7e')],_0x195f('0x28'),(_0x2052f8,_0x161806)=>{const _0x57561f=[];for(const _0x4c4d34 of _0x1954c3['createRangeIn'](_0x161806['content'])[_0x195f('0x8c')]())_0x4c4d34['is']('element',_0x195f('0x26'))&&_0x57561f[_0x195f('0x9f')](_0x4c4d34);_0x1954c3[_0x195f('0x4e')](_0x38dc3a=>{for(const _0x44f9ed of _0x57561f)_0x38dc3a[_0x195f('0x81')](_0x38dc3a[_0x195f('0xb')](_0x44f9ed),_0x38dc3a['createPositionBefore'](_0x44f9ed)),_0x38dc3a[_0x195f('0x74')](_0x44f9ed);});});}}function ce(_0xb055f1){if(_0xb055f1['isEmpty'])return!0x0;const _0xd16b17=_0xb055f1[_0x195f('0x1e')](0x0);return _0xd16b17['is']('element',_0x195f('0x47'))&&_0xd16b17[_0x195f('0x89')];}function fe(_0x29a79b,_0x40e6d1={},_0x1d10e4){for(const {isAnchor:_0x56f62e,cellHeight:_0x8ca25b,cellWidth:_0x41faa2}of _0x1d10e4[_0x195f('0x71')](_0x29a79b,{'includeAllSlots':!0x0,..._0x40e6d1}))if(!_0x56f62e||0x1!=_0x8ca25b||0x1!=_0x41faa2)return!0x1;return!0x0;}
23
+ const _0x287f=['redo','schema','elementToElement','options','updateMarker','editor','removeRows','get','row','suggestionLoaded','ck-suggestion-marker--active','tableCellBorderColor','markers','registerCustomCallback','last','isEqual','tableCellBackgroundColor','tableCellSuggestion','table','set','getAttributes','batch','tablePasteColumn','markMultiRangeBlockFormat','insertColumns','getRows','$graveyard','getMarkers','find','insertContent','conversion','move','_tablePostFixingSubtypes','root','unwrap','getContainedElement','oldRange','tablePasteRow','afterInit','createTableWalker','rows','documentSelection','name','tablePasteChainId','from','deletion','registerPostFixer','getShiftedBy','low','*Replace\x20table\x20cells*','columns','tableCellPadding','rowInsertionRanges','createElement','createPositionBefore','editing','end','locale','setAttributes','tableCellBorderStyle','columnInsertionIndexes','commands','hasSuggestion','fromEntries','wrap','start','content','suggestion','length','markerToHighlight','forceDefaultExecution','change','for','position','filter','attributes','rowInsertionIndexes','accept','registerDescriptionCallback','_replaceTableSlotCell','suggestion:formatBlock:tablePasteCell','element','getItems','_isForcedDefaultExecutionBlock','suggestion-td','removeMarkers','suggestionUnloaded','getColumns','markerAttributes','findAncestor','join','previousSibling','isEmpty','add','listenTo','formatBlock','document','keys','high','selection','trackChanges','tableCellVerticalAlignment','type','subType','register','getRange','return','next','tableCellHorizontalAlignment','getRowIndexes','columnInsertionRanges','tablePasteCell','createRangeIn','_createdBatches','requires','stop','endColumn','containsRange','every','getChild','fill','markMultiRangeDeletion','deletionRanges','insertionRanges','reduce','showSuggestionHighlights','differ','remove','getAllAdjacentSuggestions','getSuggestion','ck-suggestion-marker','includes','_suggestionFactory','newRange','tableCell','nextSibling','getRanges','map','clipboardOutput','insertion','TableUtils','getChildren','ck-suggestion-marker-insertion','plugins','markerName','push','_splitMarkerName','getSuggestions','cell','author','startsWith','getChangedMarkers','Users','_getCoordsForCells','createRangeOn','has','model','TableClipboard','column','dataDowncast','discard','value','rootName','view','tablePaste','previous','isInContent','paragraph','cells'];(function(_0x2d6d7f,_0x287fa3){const _0x1f18d4=function(_0x4cac64){while(--_0x4cac64){_0x2d6d7f['push'](_0x2d6d7f['shift']());}};_0x1f18d4(++_0x287fa3);}(_0x287f,0x122));const _0x1f18=function(_0x2d6d7f,_0x287fa3){_0x2d6d7f=_0x2d6d7f-0x0;let _0x1f18d4=_0x287f[_0x2d6d7f];return _0x1f18d4;};import{getTranslation as _0x1e0c10}from'../utils/common-translations';import{Plugin as _0x5e6a7f}from'ckeditor5/src/core';import{uid as _0x475109,priorities as _0x2b3bfe}from'ckeditor5/src/utils';import _0x34905a from'./table';const le=['tableCellBorderWidth',_0x1f18('0x3b'),_0x1f18('0x6b'),_0x1f18('0x9c'),_0x1f18('0x95'),_0x1f18('0x40'),_0x1f18('0x63')],ae=Object[_0x1f18('0x6f')](le['map'](_0x3ace23=>[_0x3ace23,null]));export default class kt extends _0x5e6a7f{static get[_0x1f18('0xa2')](){return[_0x34905a];}[_0x1f18('0x56')](){const _0x2c6843=this[_0x1f18('0x35')];if(!_0x2c6843[_0x1f18('0x16')]['has'](_0x1f18('0x24')))return;const _0x2c2512=_0x2c6843[_0x1f18('0x16')][_0x1f18('0x37')]('TrackChangesEditing'),_0xab0cc=_0x2c6843[_0x1f18('0x16')]['get'](_0x1f18('0x13')),_0x5d805b=_0x2c6843['plugins'][_0x1f18('0x37')](_0x34905a),_0x4c5ae3=_0x2c6843[_0x1f18('0x16')][_0x1f18('0x37')]('TableClipboard');_0x5d805b[_0x1f18('0x50')][_0x1f18('0x18')]('tablePasteRow',_0x1f18('0x46')),_0x2c6843[_0x1f18('0x23')][_0x1f18('0x31')][_0x1f18('0x98')](_0x1f18('0x41'),{'allowIn':_0x1f18('0xd'),'allowContentOf':_0x1f18('0xd'),'isLimit':!0x0}),_0x2c6843[_0x1f18('0x4e')][_0x1f18('0x32')]({'model':_0x1f18('0x41'),'view':'suggestion-td'});let _0x2960f0=null;_0x2c6843[_0x1f18('0x23')]['on'](_0x1f18('0x4d'),(_0x44c845,_0x534d45)=>{const [_0x1dcfa2,_0x288fa4]=_0x534d45,_0x17189e=_0x534d45[_0x534d45[_0x1f18('0x74')]-0x1];_0x17189e&&_0x17189e[_0x1f18('0x76')]||_0x2c2512[_0x1f18('0x83')]||this[_0x1f18('0x35')]['commands'][_0x1f18('0x37')](_0x1f18('0x94'))[_0x1f18('0x28')]&&function(_0x285a20,_0xdefad3,_0x5cfdae,_0x4399f9,_0xfe8eb7){if(_0xdefad3&&!_0xdefad3['is'](_0x1f18('0x59')))return!0x1;const _0x467d28=_0xfe8eb7['getTableIfOnlyTableInContent'](_0x285a20,_0x5cfdae);if(!_0x467d28||!fe(_0x467d28,void 0x0,_0x4399f9))return!0x1;const _0x3a969f=_0x4399f9['getSelectionAffectedTableCells'](_0x5cfdae[_0x1f18('0x90')][_0x1f18('0x93')]);if(!_0x3a969f['length'])return!0x1;const _0x283bd9=_0x3a969f[0x0][_0x1f18('0x89')](_0x1f18('0x42')),_0x32a853=_0x4399f9[_0x1f18('0x9d')](_0x3a969f),_0x28f9a2=_0x4399f9['getColumnIndexes'](_0x3a969f),_0x344bb7={'startRow':_0x32a853['first'],'endRow':_0x32a853[_0x1f18('0x3e')],'startColumn':_0x28f9a2['first'],'endColumn':_0x28f9a2['last']};return 0x1==_0x3a969f['length']&&(_0x344bb7['endRow']+=_0x4399f9[_0x1f18('0x49')](_0x467d28)-0x1,_0x344bb7[_0x1f18('0xa4')]+=_0x4399f9[_0x1f18('0x87')](_0x467d28)-0x1),fe(_0x283bd9,_0x344bb7,_0x4399f9);}(_0x1dcfa2,_0x288fa4,_0x2c6843[_0x1f18('0x23')],_0xab0cc,_0x4c5ae3)&&(_0x44c845[_0x1f18('0xa3')](),_0x2960f0={'cells':[],'insertionRanges':[],'deletionRanges':[],'rowInsertionRanges':[],'rowInsertionIndexes':[],'columnInsertionRanges':[],'columnInsertionIndexes':[]},_0x2c6843[_0x1f18('0x23')][_0x1f18('0x77')](()=>{_0x2c6843[_0x1f18('0x23')]['insertContent'](_0x534d45[0x0],_0x534d45[0x1],_0x534d45[0x2],{'forceDefaultExecution':!0x0});const _0x1ee37f=_0x475109(),{rowInsertionRanges:_0x58186b,columnInsertionRanges:_0x2f5aac,insertionRanges:_0x493289,deletionRanges:_0x2ca8a3,cells:_0x29410a}=_0x2960f0;_0x58186b[_0x1f18('0x74')]&&_0x2c2512['markMultiRangeInsertion'](_0x58186b,_0x1f18('0x55'),{'tablePasteChainId':_0x1ee37f}),_0x2f5aac['length']&&_0x2c2512['markMultiRangeInsertion'](_0x2f5aac,'tablePasteColumn',{'tablePasteChainId':_0x1ee37f}),_0x493289[_0x1f18('0x74')]&&_0x2c2512['markMultiRangeInsertion'](_0x493289,'tablePaste',{'tablePasteChainId':_0x1ee37f,'skipNestingCheck':!0x0}),_0x2ca8a3[_0x1f18('0x74')]&&_0x2c2512[_0x1f18('0x0')](_0x2ca8a3,'tablePaste',{'tablePasteChainId':_0x1ee37f,'skipNestingCheck':!0x0});const _0x6b595a=_0x2c2512[_0x1f18('0x47')](_0x29410a[_0x1f18('0x10')](({element:_0x3663ba})=>_0x3663ba),{'formatGroupId':_0x475109()},[],_0x1f18('0x9f'),{'tablePasteChainId':_0x1ee37f});if(_0x6b595a){const _0x3abbc9=_0x6b595a[_0x1f18('0x4b')](),_0x5542e7=[];for(const {element:_0xc8e4cd,attributes:_0x47e2d0}of _0x29410a){if(!_0x47e2d0)continue;const _0x3b37df=_0x2c6843[_0x1f18('0x23')][_0x1f18('0x21')](_0xc8e4cd),_0x5a14c0=_0x3abbc9['find'](_0x3a1ff4=>_0x3a1ff4[_0x1f18('0x99')]()[_0x1f18('0x3f')](_0x3b37df));_0x5a14c0&&_0x5542e7[_0x1f18('0x18')]([_0x5a14c0['name'],_0x47e2d0]);}_0x5542e7[_0x1f18('0x74')]&&_0x6b595a['setAttribute'](_0x1f18('0x88'),Object[_0x1f18('0x6f')](_0x5542e7));}_0x2960f0=null;}));},{'priority':_0x2b3bfe[_0x1f18('0x92')]+0xa}),_0x2c6843[_0x1f18('0x16')]['get'](_0x1f18('0x24'))['on'](_0x1f18('0x7f'),(_0x5f03b5,_0x216137)=>{const [_0xa5cfe5,_0xa85d6b,,_0x4e1ab2]=_0x216137;if(!_0x2960f0)return;_0x5f03b5['stop']();const _0x469d75=_0xa5cfe5[_0x1f18('0x1b')],_0x574a3b=_0xa85d6b,_0x30e656=ce(_0x469d75),_0x20917d=ce(_0x574a3b);_0x5f03b5[_0x1f18('0x9a')]=_0x469d75;let _0x4f8d71=null,_0xe484b9=null;if(_0x20917d||_0x30e656){if(_0x30e656&&!_0x20917d){_0x4e1ab2[_0x1f18('0x6')](_0x469d75[_0x1f18('0xa7')](0x0));for(const _0x530a1b of Array[_0x1f18('0x5c')](_0x574a3b['getChildren']()))_0x4e1ab2['insert'](_0x530a1b,_0x469d75,_0x1f18('0x68'));const _0x1fdcea=_0x2960f0[_0x1f18('0x7c')]['includes'](_0xa5cfe5[_0x1f18('0x38')]),_0x5b899b=_0x2960f0[_0x1f18('0x6c')]['includes'](_0xa5cfe5[_0x1f18('0x25')]);_0x1fdcea||_0x5b899b||(_0x4f8d71=_0x4e1ab2[_0x1f18('0xa0')](_0x469d75));}else _0x20917d&&!_0x30e656&&(_0xe484b9=_0x4e1ab2[_0x1f18('0xa0')](_0x469d75));}else{const _0x1f62a9=_0x4e1ab2[_0x1f18('0x65')](_0x1f18('0x41')),_0x3c5c27=_0x4e1ab2[_0x1f18('0x65')](_0x1f18('0x41'));_0x4e1ab2[_0x1f18('0x70')](_0x4e1ab2[_0x1f18('0xa0')](_0x469d75),_0x3c5c27),_0x4e1ab2['insert'](_0x1f62a9,_0x469d75,0x0);for(const _0xa0bb84 of Array[_0x1f18('0x5c')](_0x574a3b[_0x1f18('0x14')]()))_0x4e1ab2['insert'](_0xa0bb84,_0x1f62a9,_0x1f18('0x68'));_0x4f8d71=_0x4e1ab2[_0x1f18('0x21')](_0x1f62a9),_0xe484b9=_0x4e1ab2['createRangeOn'](_0x3c5c27);}const _0x3286e7=Array[_0x1f18('0x5c')](_0x574a3b[_0x1f18('0x44')]())['filter'](([_0x5606a1])=>le[_0x1f18('0xa')](_0x5606a1));_0x2960f0[_0x1f18('0x2f')][_0x1f18('0x18')]({'element':_0x469d75,'attributes':_0x3286e7[_0x1f18('0x74')]?Object[_0x1f18('0x6f')](_0x3286e7):null}),_0x4f8d71&&_0x2960f0[_0x1f18('0x2')][_0x1f18('0x18')](_0x4f8d71),_0xe484b9&&_0x2960f0[_0x1f18('0x1')]['push'](_0xe484b9);},{'priority':'high'}),_0xab0cc['on'](_0x1f18('0x48'),(_0x1e0a99,_0x46216d)=>{const [_0x157e9a,_0x1a02c1={}]=_0x46216d;if(!_0x2960f0)return;const _0xdd45c0=_0x1a02c1['at']||0x0,_0x4ac387=_0x1a02c1[_0x1f18('0x62')]||0x1;_0x2960f0[_0x1f18('0x6c')]=new Array(_0x4ac387)[_0x1f18('0xa8')](_0xdd45c0)[_0x1f18('0x10')]((_0x48da52,_0xe48f35)=>_0x48da52+_0xe48f35);for(const {cell:_0x241f61}of _0xab0cc['createTableWalker'](_0x157e9a,{'startColumn':_0xdd45c0,'endColumn':_0xdd45c0+_0x4ac387-0x1}))_0x2960f0[_0x1f18('0x9e')]['push'](_0x2c6843['model']['createRangeOn'](_0x241f61));},{'priority':_0x1f18('0x60')}),_0xab0cc['on']('insertRows',(_0x9c4337,_0x155b1b)=>{const [_0x1e0cd0,_0x50559a={}]=_0x155b1b;if(!_0x2960f0)return;const _0x28afbd=_0x50559a['at']||0x0,_0xa31111=_0x50559a[_0x1f18('0x58')]||0x1;_0x2960f0[_0x1f18('0x7c')]=new Array(_0xa31111)[_0x1f18('0xa8')](_0x28afbd)[_0x1f18('0x10')]((_0x5c14b5,_0x5e469a)=>_0x5c14b5+_0x5e469a);for(const {cell:_0x57d264}of _0xab0cc['createTableWalker'](_0x1e0cd0,{'startRow':_0x28afbd,'endRow':_0x28afbd+_0xa31111-0x1}))_0x2960f0[_0x1f18('0x64')][_0x1f18('0x18')](_0x2c6843['model'][_0x1f18('0x21')](_0x57d264));},{'priority':'low'}),_0x2c2512['_descriptionFactory'][_0x1f18('0x7e')](_0x25f888=>{if(_0x25f888[_0x1f18('0x97')]&&_0x25f888[_0x1f18('0x97')]['startsWith'](_0x1f18('0x2b')))return _0x25f888[_0x1f18('0x2c')]?{}:{'type':_0x1f18('0x12'),'content':_0x1e0c10(_0x2c6843[_0x1f18('0x69')],_0x1f18('0x61'))};});const _0x1fab71=()=>{};for(const _0x5b9a82 of[_0x1f18('0x2b'),_0x1f18('0x46'),_0x1f18('0x55'),_0x1f18('0x9f')])_0x2c2512['_suggestionFactory'][_0x1f18('0x3d')]('insertion',_0x5b9a82,'join',_0x1fab71),_0x2c2512[_0x1f18('0xb')][_0x1f18('0x3d')](_0x1f18('0x5d'),_0x5b9a82,_0x1f18('0x8a'),_0x1fab71);_0x2c2512[_0x1f18('0xb')][_0x1f18('0x3d')]('formatBlock',_0x1f18('0x9f'),'discard',_0x1fab71),_0x2c2512[_0x1f18('0xb')][_0x1f18('0x3d')]('formatBlock',_0x1f18('0x9f'),'accept',(_0x31bd88,_0x16bc6b,_0x488eb3)=>{const _0x1b7573=_0x31bd88[_0x1f18('0x10')](_0x8c787f=>_0x8c787f['getContainedElement']())[_0x1f18('0x7a')](_0x53d631=>_0x53d631),_0x3a5add=new Map(_0x1b7573[_0x1f18('0x10')](_0x354988=>[_0x354988,null]));if(_0x2960f0)for(const {element:_0x2341c4,attributes:_0x466c15}of _0x2960f0[_0x1f18('0x2f')])_0x466c15&&_0x3a5add[_0x1f18('0x43')](_0x2341c4,_0x466c15);else{if(_0x488eb3&&_0x488eb3[_0x1f18('0x88')])for(const [_0xdbf718,_0x5964fe]of Object['entries'](_0x488eb3['markerAttributes'])){const _0x1031b2=_0x2c6843['model'][_0x1f18('0x3c')]['get'](_0xdbf718),_0x50efc9=_0x1031b2?_0x1031b2['getRange']()[_0x1f18('0x53')]():null;_0x50efc9&&_0x3a5add[_0x1f18('0x43')](_0x50efc9,_0x5964fe);}}_0x2c6843[_0x1f18('0x23')]['change'](_0x5bff60=>{for(const [_0x173f54,_0x425aa2]of _0x3a5add)_0x5bff60[_0x1f18('0x6a')]({...ae,..._0x425aa2},_0x173f54);});});const _0x188e9b=(_0x21069f,_0x37ee79)=>{_0x2c2512['_suggestionFactory'][_0x1f18('0x3d')](_0x21069f,_0x1f18('0x2b'),_0x37ee79,(_0x2472f8,_0x441cf9,_0x235adc)=>{_0x2c6843[_0x1f18('0x23')][_0x1f18('0x77')](_0x1345a1=>{const _0x1c4ac0=[];for(const _0x2cb13b of _0x2472f8){const _0x536402=_0x2cb13b[_0x1f18('0x71')]['nodeAfter'];_0x536402['is']('element','tableCellSuggestion')&&_0x1c4ac0[_0x1f18('0x18')](_0x536402);}_0x2c2512[_0x1f18('0xb')]['getSuggestionCallback'](_0x21069f,null,_0x37ee79)(_0x2472f8,_0x441cf9,_0x235adc);for(const _0x517f8f of _0x1c4ac0)_0x1f18('0x4a')!=_0x517f8f[_0x1f18('0x51')][_0x1f18('0x29')]&&_0x1345a1['unwrap'](_0x517f8f);});});};_0x188e9b(_0x1f18('0x12'),_0x1f18('0x7d')),_0x188e9b(_0x1f18('0x12'),_0x1f18('0x27')),_0x188e9b(_0x1f18('0x5d'),_0x1f18('0x7d')),_0x188e9b(_0x1f18('0x5d'),'discard'),_0x2c2512[_0x1f18('0xb')][_0x1f18('0x3d')]('insertion',_0x1f18('0x55'),_0x1f18('0x27'),_0x463982=>{const _0x419796=_0x463982[_0x1f18('0x10')](_0x53a503=>_0x53a503[_0x1f18('0x53')]()),_0x4084d8=_0x419796[0x0][_0x1f18('0x89')]('table'),{minRow:_0x3f4331,maxRow:_0x49e348}=_0x5d805b['_getCoordsForCells'](_0x419796);_0xab0cc[_0x1f18('0x36')](_0x4084d8,{'at':_0x3f4331,'rows':_0x49e348-_0x3f4331+0x1});}),_0x2c2512['_suggestionFactory']['registerCustomCallback'](_0x1f18('0x12'),_0x1f18('0x46'),_0x1f18('0x27'),_0x36ac68=>{const _0x2674ae=_0x36ac68[_0x1f18('0x10')](_0x367fed=>_0x367fed[_0x1f18('0x53')]()),_0x2e99ff=_0x2674ae[0x0][_0x1f18('0x89')](_0x1f18('0x42')),{minColumn:_0x4886b6,maxColumn:_0xe38f2a}=_0x5d805b[_0x1f18('0x20')](_0x2674ae);_0xab0cc['removeColumns'](_0x2e99ff,{'at':_0x4886b6,'columns':_0xe38f2a-_0x4886b6+0x1});});const _0x2e2fa8=(_0x5e0fae,_0x3295c5)=>{if(!_0x3295c5[_0x1f18('0x97')]||!_0x3295c5['subType'][_0x1f18('0x1d')](_0x1f18('0x2b')))return;const _0x3a6064=_0x3295c5['attributes'][_0x1f18('0x5b')],_0x10ba7f=_0x2c2512[_0x1f18('0x1a')]()[_0x1f18('0x7a')](_0x116221=>_0x116221[_0x1f18('0x2d')]&&_0x116221[_0x1f18('0x7b')]&&_0x116221['attributes'][_0x1f18('0x5b')]==_0x3a6064);_0x10ba7f[_0x1f18('0x74')]&&_0x3295c5[_0x1f18('0x7')]()[_0x1f18('0x74')]!=_0x10ba7f[_0x1f18('0x74')]&&_0x10ba7f[_0x1f18('0x3')]((_0x4ed3dc,_0x30cba9)=>(_0x4ed3dc[_0x1f18('0x9b')]=_0x30cba9,_0x30cba9['previous']=_0x4ed3dc,_0x30cba9));};function _0x18d437(_0x59370e,_0x2879ac=!0x0){const {id:_0x44205f}=_0x2c2512[_0x1f18('0x19')](_0x59370e[_0x1f18('0x17')]),_0x384cc2=[_0x1f18('0x9'),_0x1f18('0x15')],_0x1e025f=_0x2c2512['activeMarkers'][_0x1f18('0xa')](_0x59370e[_0x1f18('0x17')]);return _0x1e025f&&_0x384cc2['push'](_0x1f18('0x3a')),{'classes':_0x384cc2,'attributes':{'data-suggestion':_0x44205f},'priority':_0x1e025f&&_0x2879ac?0xbc2:0xbb8};}_0x2c2512['on'](_0x1f18('0x39'),_0x2e2fa8,{'priority':_0x1f18('0x92')}),_0x2c2512['on'](_0x1f18('0x86'),_0x2e2fa8,{'priority':_0x1f18('0x92')}),_0x2c6843[_0x1f18('0x23')][_0x1f18('0x90')][_0x1f18('0x5e')](()=>{let _0x59d95c=!0x1;const _0xf8ad0d=Array[_0x1f18('0x5c')](_0x2c6843['model'][_0x1f18('0x90')][_0x1f18('0x5')][_0x1f18('0x1e')]());for(const {name:_0xa80df1,data:_0x1f6617}of _0xf8ad0d){const {group:_0x15fa9c,type:_0x9af791,id:_0x4e3566}=_0x2c2512['_splitMarkerName'](_0xa80df1);if(_0x1f18('0x73')!=_0x15fa9c||_0x1f18('0x5d')!=_0x9af791||_0x1f6617[_0x1f18('0x54')])continue;if(!_0x2c2512[_0x1f18('0x6e')](_0x4e3566))continue;const _0x2e01f7=_0x2c2512[_0x1f18('0x8')](_0x4e3566)['getRanges'](),_0x3b6edb=_0x2c6843[_0x1f18('0x16')][_0x1f18('0x37')](_0x1f18('0x1f'))['me'];for(const _0x47f439 of _0x2c2512[_0x1f18('0x1a')]()){if(!_0x47f439[_0x1f18('0x2d')]||_0x47f439[_0x1f18('0x1c')]!=_0x3b6edb)continue;if(_0x1f18('0x8f')!=_0x47f439['type']||_0x1f18('0x9f')!=_0x47f439[_0x1f18('0x97')])continue;if(_0x47f439[_0x1f18('0xf')]()[_0x1f18('0xa6')](_0x547e38=>_0x2e01f7['some'](_0x2721df=>_0x2721df['containsRange'](_0x547e38,!0x0))))for(const _0x494ac1 of _0x47f439[_0x1f18('0x7')]())_0x494ac1[_0x1f18('0x2d')]&&(_0x494ac1[_0x1f18('0x27')](),_0x59d95c=!0x0);}}return _0x59d95c;}),_0x2c6843[_0x1f18('0x23')][_0x1f18('0x90')][_0x1f18('0x5e')](_0xc77dbc=>{const _0x50836b=_0x2c6843[_0x1f18('0x6d')][_0x1f18('0x37')](_0x1f18('0x30'));if(!_0x50836b||!_0x50836b[_0x1f18('0xa1')][_0x1f18('0x22')](_0xc77dbc[_0x1f18('0x45')]))return!0x1;let _0x4eed4e=!0x1;const _0x3507af=_0x2c6843[_0x1f18('0x16')]['get'](_0x1f18('0x1f'))['me'],_0x51f1c7=_0x2c6843[_0x1f18('0x23')]['document']['differ']['getChanges'](),_0x40f42e=Array[_0x1f18('0x5c')](_0x2c6843[_0x1f18('0x23')][_0x1f18('0x90')][_0x1f18('0x5')][_0x1f18('0x1e')]())['filter'](({name:_0xcdfc63,data:_0xf7de10})=>{const {group:_0x34b039,subType:_0x50e6b3,authorId:_0x31236a}=_0x2c2512[_0x1f18('0x19')](_0xcdfc63);return _0x1f18('0x73')==_0x34b039&&'tablePaste'==_0x50e6b3&&_0x31236a==_0x3507af['id']&&!_0xf7de10[_0x1f18('0x54')];});for(const _0x5ad2c9 of _0x51f1c7){if('insert'!=_0x5ad2c9[_0x1f18('0x96')]||_0x1f18('0x41')!=_0x5ad2c9[_0x1f18('0x5a')]||0x1!=_0x5ad2c9[_0x1f18('0x74')])continue;const _0x4d1311=_0xc77dbc['createRange'](_0x5ad2c9[_0x1f18('0x79')],_0x5ad2c9[_0x1f18('0x79')][_0x1f18('0x5f')](0x1));if(!_0x40f42e[_0x1f18('0x4c')](({data:_0x5f1a9b})=>_0x5f1a9b['newRange'][_0x1f18('0x3f')](_0x4d1311)))for(const {name:_0x3bd95e,data:_0x480e5b}of _0x40f42e)if(_0x4d1311[_0x1f18('0xa5')](_0x480e5b[_0x1f18('0xc')])){_0xc77dbc[_0x1f18('0x34')](_0x3bd95e,{'range':_0x4d1311}),_0x4eed4e=!0x0;break;}}return _0x4eed4e;}),_0x2c6843[_0x1f18('0x23')]['document'][_0x1f18('0x5e')](_0x244b68=>{let _0x119fbc=!0x1;const _0x343247=_0x2c6843[_0x1f18('0x16')][_0x1f18('0x37')](_0x1f18('0x1f'))['me'],_0x7f18bf=_0x2c2512[_0x1f18('0x1a')]()[_0x1f18('0x7a')](_0x4f797e=>_0x4f797e[_0x1f18('0x2d')]&&_0x4f797e[_0x1f18('0x1c')]==_0x343247),_0x2741a0=new Set(),_0x205bb2=new Set();for(const _0x4715bb of _0x7f18bf)if(_0x1f18('0x2b')==_0x4715bb[_0x1f18('0x97')])for(const _0x2e45b6 of _0x4715bb[_0x1f18('0x4b')]()){const _0x908920=_0x2e45b6[_0x1f18('0x99')]()[_0x1f18('0x53')]();if(_0x908920){if(_0x908920['is'](_0x1f18('0x81'),_0x1f18('0x41'))&&ce(_0x908920)){_0x4715bb['removeMarker'](_0x2e45b6['name']),_0x2741a0[_0x1f18('0x8d')](_0x908920),_0x119fbc=!0x0;const _0x578076=_0x908920[_0x1f18('0xe')],_0x68cd1c=_0x908920[_0x1f18('0x8b')],_0x22df2f=_0x578076&&_0x578076['is']('element',_0x1f18('0x41')),_0x31bfcf=_0x68cd1c&&_0x68cd1c['is'](_0x1f18('0x81'),'tableCellSuggestion');_0x22df2f&&!_0x2741a0[_0x1f18('0x22')](_0x578076)&&_0x205bb2[_0x1f18('0x8d')](_0x578076),_0x31bfcf&&!_0x2741a0['has'](_0x68cd1c)&&_0x205bb2[_0x1f18('0x8d')](_0x68cd1c);}else _0x908920['is'](_0x1f18('0x81'),_0x1f18('0x2e'))&&_0x908920[_0x1f18('0x8c')]&&(_0x4715bb['removeMarker'](_0x2e45b6['name']),_0x119fbc=!0x0);}}else{if(_0x1f18('0x9f')==_0x4715bb[_0x1f18('0x97')]){if(!_0x4715bb['attributes']||!_0x4715bb[_0x1f18('0x7b')][_0x1f18('0x5b')])continue;const _0x20b281=_0x4715bb['attributes']['markerAttributes'];if(_0x20b281&&Object[_0x1f18('0x91')](_0x20b281)[_0x1f18('0x74')])continue;const _0x5c9b01=_0x4715bb['attributes'][_0x1f18('0x5b')];let _0x25d951=!0x0,_0x41c631=!0x0;for(const _0x2daceb of _0x7f18bf)if(_0x2daceb[_0x1f18('0x97')]&&_0x2daceb['subType'][_0x1f18('0x1d')](_0x1f18('0x2b'))){if(!_0x2daceb[_0x1f18('0x7b')][_0x1f18('0x5b')]){_0x41c631=!0x1;break;}if(_0x2daceb['id']!=_0x4715bb['id']&&_0x2daceb['attributes'][_0x1f18('0x5b')]==_0x5c9b01){_0x25d951=!0x1;break;}}_0x41c631&&_0x25d951&&(_0x4715bb[_0x1f18('0x85')](),_0x119fbc=!0x0);}}for(const _0x29b131 of _0x2741a0)_0x244b68['remove'](_0x29b131);for(const _0x33db52 of _0x205bb2)_0x244b68[_0x1f18('0x52')](_0x33db52);return _0x119fbc;}),_0x2c6843[_0x1f18('0x4e')]['for']('editingDowncast')['markerToHighlight']({'model':_0x1f18('0x80'),'view':(_0x905dfb,_0x412c1e)=>_0x18d437(_0x905dfb),'converterPriority':_0x1f18('0x92')}),_0x2c6843[_0x1f18('0x4e')][_0x1f18('0x78')](_0x1f18('0x26'))[_0x1f18('0x75')]({'model':_0x1f18('0x80'),'view':(_0x227c3c,_0x56d9d5)=>_0x56d9d5[_0x1f18('0x33')][_0x1f18('0x4')]?_0x18d437(_0x227c3c,!0x1):null,'converterPriority':_0x1f18('0x92')});const _0x5720f9=_0x2c6843[_0x1f18('0x67')][_0x1f18('0x2a')];this[_0x1f18('0x8e')](_0x5720f9[_0x1f18('0x90')],_0x1f18('0x11'),(_0x557e95,_0x230894)=>{const _0x8648c=[];for(const _0x4db176 of _0x5720f9[_0x1f18('0xa0')](_0x230894[_0x1f18('0x72')])[_0x1f18('0x82')]())_0x4db176['is'](_0x1f18('0x81'),_0x1f18('0x84'))&&_0x8648c['push'](_0x4db176);_0x5720f9[_0x1f18('0x77')](_0x241ca6=>{for(const _0x237ad6 of _0x8648c)_0x241ca6[_0x1f18('0x4f')](_0x241ca6[_0x1f18('0xa0')](_0x237ad6),_0x241ca6[_0x1f18('0x66')](_0x237ad6)),_0x241ca6[_0x1f18('0x6')](_0x237ad6);});});}}function ce(_0x19478e){if(_0x19478e[_0x1f18('0x8c')])return!0x0;const _0x5b644f=_0x19478e[_0x1f18('0xa7')](0x0);return _0x5b644f['is'](_0x1f18('0x81'),_0x1f18('0x2e'))&&_0x5b644f[_0x1f18('0x8c')];}function fe(_0x2aa77e,_0x22216e={},_0x366a8c){for(const {isAnchor:_0x5a2ade,cellHeight:_0x24c2e4,cellWidth:_0x114715}of _0x366a8c[_0x1f18('0x57')](_0x2aa77e,{'includeAllSlots':!0x0,..._0x22216e}))if(!_0x5a2ade||0x1!=_0x24c2e4||0x1!=_0x114715)return!0x1;return!0x0;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x418c=['columnWidths','getTableColumnsWidths','enableCommand','afterInit','commandParams','plugins','handleResizeTableWidthCommand','resizeTableWidth','handleSuggestionDescription','_suggestionFactory','locale','getSuggestionCallback','tableWidth','formatGroupId','registerCustomCallback','Users','resizeColumnWidths','subType','discard','author','editor','markBlockFormat','data','get','_descriptionFactory','TableColumnResizeEditing','format','has','change','accept','table','bind','model','document','formatBlock','resizeTable','TrackChangesEditing','selection'];(function(_0x14b53b,_0x418c41){const _0x5ac46f=function(_0xfeff27){while(--_0xfeff27){_0x14b53b['push'](_0x14b53b['shift']());}};_0x5ac46f(++_0x418c41);}(_0x418c,0xbb));const _0x5ac4=function(_0x14b53b,_0x418c41){_0x14b53b=_0x14b53b-0x0;let _0x5ac46f=_0x418c[_0x14b53b];return _0x5ac46f;};import{Plugin as _0xa19969}from'ckeditor5/src/core';import{getTranslation as _0x635fad}from'../utils/common-translations';export default class wt extends _0xa19969{[_0x5ac4('0x6')](){if(!this[_0x5ac4('0x17')][_0x5ac4('0x8')][_0x5ac4('0x1e')](_0x5ac4('0x1c')))return;const _0x321a6e=this[_0x5ac4('0x17')]['plugins'][_0x5ac4('0x1a')](_0x5ac4('0x1'));_0x321a6e['enableCommand'](_0x5ac4('0xa'),this[_0x5ac4('0x9')][_0x5ac4('0x22')](this)),_0x321a6e[_0x5ac4('0x5')](_0x5ac4('0x13'),this['handleResizeTableWidthCommand'][_0x5ac4('0x22')](this)),_0x321a6e[_0x5ac4('0xc')][_0x5ac4('0x11')]('formatBlock','resizeTable',_0x5ac4('0x20'),_0x321a6e[_0x5ac4('0xc')][_0x5ac4('0xe')](_0x5ac4('0x25'),null,_0x5ac4('0x15'))),_0x321a6e[_0x5ac4('0xc')][_0x5ac4('0x11')](_0x5ac4('0x25'),_0x5ac4('0x0'),_0x5ac4('0x15'),_0x321a6e[_0x5ac4('0xc')]['getSuggestionCallback'](_0x5ac4('0x25'),null,_0x5ac4('0x20'))),_0x321a6e[_0x5ac4('0x1b')]['registerDescriptionCallback'](this['handleSuggestionDescription'][_0x5ac4('0x22')](this));}[_0x5ac4('0x9')](_0x3cabf0,_0x430432){const _0x4d4b44=this['editor'][_0x5ac4('0x8')]['get'](_0x5ac4('0x1')),_0x29760f=this[_0x5ac4('0x17')][_0x5ac4('0x8')]['get']('TableColumnResizeEditing'),_0xa01d5f=_0x430432[_0x5ac4('0x21')]||this[_0x5ac4('0x17')]['model'][_0x5ac4('0x24')][_0x5ac4('0x2')]['getSelectedElement']();this['editor'][_0x5ac4('0x23')][_0x5ac4('0x1f')](()=>{const _0x368363=_0x29760f['getColumnGroupElement'](_0xa01d5f);let _0x142957=_0x368363?_0x29760f[_0x5ac4('0x4')](_0x368363):null,_0x288088=_0xa01d5f['getAttribute']('tableWidth')||null;const _0x324c15=_0x430432[_0x5ac4('0xf')]||_0x288088,_0x401333=_0x430432['columnWidths']||_0x142957,_0x5640fb=this[_0x5ac4('0x17')][_0x5ac4('0x8')]['get'](_0x5ac4('0x12'))['me'];for(const _0x24cb7e of _0x4d4b44['getSuggestions']()){const _0x1c3554=_0x24cb7e['getContainedElement']();if(_0x5ac4('0x0')===_0x24cb7e[_0x5ac4('0x14')]&&_0x1c3554===_0xa01d5f){_0x24cb7e[_0x5ac4('0x16')]!==_0x5640fb&&_0x24cb7e[_0x5ac4('0x15')]();const _0x5cb6aa=_0x24cb7e[_0x5ac4('0x19')][_0x5ac4('0x7')];_0x288088=_0x5cb6aa[0x0][_0x5ac4('0xf')],_0x142957=_0x5cb6aa[0x0][_0x5ac4('0x3')];break;}}_0x3cabf0({'table':_0xa01d5f,'tableWidth':_0x324c15,'columnWidths':_0x401333}),_0x4d4b44[_0x5ac4('0x18')](_0xa01d5f,{'commandName':'resizeTableWidth','commandParams':[{'tableWidth':_0x288088,'columnWidths':_0x142957}],'formatGroupId':_0x5ac4('0x0')},[],_0x5ac4('0x0'));});}[_0x5ac4('0xb')](_0x3eecc9){const {data:_0x50b201}=_0x3eecc9;if(_0x50b201&&_0x5ac4('0x0')===_0x50b201[_0x5ac4('0x10')]){const _0x5de7b2='*Format:*\x20resize\x20table';return{'type':_0x5ac4('0x1d'),'content':_0x635fad(this['editor'][_0x5ac4('0xd')],_0x5de7b2)};}}}
23
+ const _0x95fe=['table','get','Users','TableColumnResizeEditing','formatBlock','handleSuggestionDescription','formatGroupId','tableWidth','resizeTableWidth','discard','selection','commandParams','enableCommand','accept','_descriptionFactory','TrackChangesEditing','getColumnGroupElement','author','bind','data','registerDescriptionCallback','handleResizeTableWidthCommand','resizeColumnWidths','editor','columnWidths','getSuggestionCallback','document','*Format:*\x20resize\x20table','model','_suggestionFactory','registerCustomCallback','resizeTable','change','getSuggestions','plugins'];(function(_0x283a47,_0x95fe63){const _0x16beec=function(_0x2edbf2){while(--_0x2edbf2){_0x283a47['push'](_0x283a47['shift']());}};_0x16beec(++_0x95fe63);}(_0x95fe,0x10d));const _0x16be=function(_0x283a47,_0x95fe63){_0x283a47=_0x283a47-0x0;let _0x16beec=_0x95fe[_0x283a47];return _0x16beec;};import{Plugin as _0x97c6de}from'ckeditor5/src/core';import{getTranslation as _0x15d9d2}from'../utils/common-translations';export default class wt extends _0x97c6de{['afterInit'](){if(!this[_0x16be('0x22')][_0x16be('0xa')]['has']('TableColumnResizeEditing'))return;const _0x38d95e=this[_0x16be('0x22')][_0x16be('0xa')][_0x16be('0xc')]('TrackChangesEditing');_0x38d95e[_0x16be('0x17')](_0x16be('0x13'),this[_0x16be('0x20')]['bind'](this)),_0x38d95e[_0x16be('0x17')](_0x16be('0x21'),this['handleResizeTableWidthCommand'][_0x16be('0x1d')](this)),_0x38d95e[_0x16be('0x5')][_0x16be('0x6')]('formatBlock','resizeTable','accept',_0x38d95e[_0x16be('0x5')][_0x16be('0x1')](_0x16be('0xf'),null,_0x16be('0x14'))),_0x38d95e[_0x16be('0x5')][_0x16be('0x6')](_0x16be('0xf'),_0x16be('0x7'),_0x16be('0x14'),_0x38d95e[_0x16be('0x5')]['getSuggestionCallback'](_0x16be('0xf'),null,_0x16be('0x18'))),_0x38d95e[_0x16be('0x19')][_0x16be('0x1f')](this[_0x16be('0x10')][_0x16be('0x1d')](this));}[_0x16be('0x20')](_0x1938e2,_0x8f73ee){const _0x5862a4=this['editor'][_0x16be('0xa')]['get'](_0x16be('0x1a')),_0x13d484=this['editor'][_0x16be('0xa')][_0x16be('0xc')](_0x16be('0xe')),_0x133b45=_0x8f73ee[_0x16be('0xb')]||this[_0x16be('0x22')][_0x16be('0x4')][_0x16be('0x2')][_0x16be('0x15')]['getSelectedElement']();this[_0x16be('0x22')][_0x16be('0x4')][_0x16be('0x8')](()=>{const _0x5d37ab=_0x13d484[_0x16be('0x1b')](_0x133b45);let _0x53c5d2=_0x5d37ab?_0x13d484['getTableColumnsWidths'](_0x5d37ab):null,_0x2c8bc1=_0x133b45['getAttribute']('tableWidth')||null;const _0x280eac=_0x8f73ee[_0x16be('0x12')]||_0x2c8bc1,_0x25c051=_0x8f73ee[_0x16be('0x0')]||_0x53c5d2,_0x1a193a=this['editor'][_0x16be('0xa')][_0x16be('0xc')](_0x16be('0xd'))['me'];for(const _0x2b55be of _0x5862a4[_0x16be('0x9')]()){const _0x532ef8=_0x2b55be['getContainedElement']();if('resizeTable'===_0x2b55be['subType']&&_0x532ef8===_0x133b45){_0x2b55be[_0x16be('0x1c')]!==_0x1a193a&&_0x2b55be['discard']();const _0x4c5a9b=_0x2b55be[_0x16be('0x1e')][_0x16be('0x16')];_0x2c8bc1=_0x4c5a9b[0x0][_0x16be('0x12')],_0x53c5d2=_0x4c5a9b[0x0][_0x16be('0x0')];break;}}_0x1938e2({'table':_0x133b45,'tableWidth':_0x280eac,'columnWidths':_0x25c051}),_0x5862a4['markBlockFormat'](_0x133b45,{'commandName':_0x16be('0x13'),'commandParams':[{'tableWidth':_0x2c8bc1,'columnWidths':_0x53c5d2}],'formatGroupId':_0x16be('0x7')},[],_0x16be('0x7'));});}[_0x16be('0x10')](_0x22c422){const {data:_0x3cf1f2}=_0x22c422;if(_0x3cf1f2&&_0x16be('0x7')===_0x3cf1f2[_0x16be('0x11')]){const _0x8ae5c8=_0x16be('0x3');return{'type':'format','content':_0x15d9d2(this[_0x16be('0x22')]['locale'],_0x8ae5c8)};}}}
@@ -1,7 +1,8 @@
1
1
  /**
2
2
  * @module track-changes/integrations/tableheadings
3
3
  */
4
- import { Plugin, type PluginDependencies } from 'ckeditor5/src/core';
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ import TrackChangesTable from './table';
5
6
  /**
6
7
  * Provides track changes plugin integration for {@link module:table/table~Table table feature} heading rows/columns.
7
8
  */
@@ -9,7 +10,7 @@ export default class TrackChangesTableHeadings extends Plugin {
9
10
  /**
10
11
  * @inheritDoc
11
12
  */
12
- static get requires(): PluginDependencies;
13
+ static get requires(): readonly [typeof TrackChangesTable];
13
14
  /**
14
15
  * @inheritDoc
15
16
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2e9a=['accept','isBefore','createPositionBefore','TableUtils','afterInit','headingRows','data','plugins','writer','getSelectionAffectedTableCells','_acceptFormatSuggestionCallbackFactory','markBlockFormat','nodeBefore','addMarker:suggestion','editor','value','selection','bindElementToMarker','getSuggestion','getColumnIndexes','markerName','locale','formatBlock','unbindElementFromMarkerName','markerNameToElements','toViewElement','setTableRowHeader','enableCommand','registerDescriptionCallback','childCount','ck-suggestion-marker--active','getChild','highest','activeMarkers','_suggestionFactory','setTableColumnHeader','forceValue','consume','getRowIndexes','registerCustomCallback','change','ck-suggestion-marker-','removeMarker:suggestion','markerRange','commandName','commands','headingColumns','_descriptionFactory','_splitMarkerName','removeAttribute','showSuggestionHighlights','parent','FORMAT_REGULAR_COLUMN','editing','*Format:*\x20%0','createRange','index','data-suggestion','FORMAT_REGULAR_ROW','end','get','commandParams','mapper','getAttribute','FORMAT_HEADER_COLUMN','getCellLocation','includes','TableEditing','document','createPositionAfter','removeClass','table','format','downcastDispatcher','addClass','name','cell','from','model','consumable','findAncestor','start','last','createTableWalker'];(function(_0x4ec97f,_0x2e9aed){const _0x17d644=function(_0x1d49f7){while(--_0x1d49f7){_0x4ec97f['push'](_0x4ec97f['shift']());}};_0x17d644(++_0x2e9aed);}(_0x2e9a,0x1af));const _0x17d6=function(_0x4ec97f,_0x2e9aed){_0x4ec97f=_0x4ec97f-0x0;let _0x17d644=_0x2e9a[_0x4ec97f];return _0x17d644;};import{Plugin as _0x22f3bb}from'ckeditor5/src/core';import _0x27b886 from'./table';import{getTranslation as _0x42dc5f}from'../utils/common-translations';export default class pt extends _0x22f3bb{static get['requires'](){return[_0x27b886];}[_0x17d6('0x4d')](){const _0x3432be=this[_0x17d6('0x3')];if(!_0x3432be[_0x17d6('0x50')]['has'](_0x17d6('0x38')))return;const _0x2dfbb3=_0x3432be[_0x17d6('0xa')],_0x5973f8=_0x3432be[_0x17d6('0x50')][_0x17d6('0x31')]('TrackChangesEditing'),_0x57b038=_0x3432be[_0x17d6('0x50')][_0x17d6('0x31')](_0x17d6('0x4c')),_0x177495=_0x3432be[_0x17d6('0x50')][_0x17d6('0x31')](_0x27b886);function _0x1485e2({showActiveMarker:_0x3b2368=!0x0,setDataAttribute:_0x148b8b=!0x0}={}){return(_0x5a70f0,_0x33d812,_0x1e0d5d)=>{const {type:_0x1ea5a2,id:_0x5bebea}=_0x5973f8[_0x17d6('0x25')](_0x33d812['markerName']),_0x4b7f38=_0x5973f8[_0x17d6('0x7')](_0x5bebea);if(!_0x4b7f38[_0x17d6('0x4f')]||'setTableColumnHeader'!=_0x4b7f38['data'][_0x17d6('0x21')])return;if(_0x33d812['item'])return void _0x5a70f0['stop']();if(!_0x1e0d5d[_0x17d6('0x44')][_0x17d6('0x1a')](_0x33d812[_0x17d6('0x20')],_0x5a70f0[_0x17d6('0x40')]))return;const _0x10f476=_0x33d812[_0x17d6('0x20')][_0x17d6('0x46')]['nodeAfter'],_0x44eb19=_0x33d812[_0x17d6('0x20')][_0x17d6('0x30')][_0x17d6('0x1')],_0x335973=_0x10f476[_0x17d6('0x28')][_0x17d6('0x28')],{column:_0x3be0f5}=_0x57b038[_0x17d6('0x36')](_0x10f476),{column:_0x130e87}=_0x57b038[_0x17d6('0x36')](_0x44eb19);for(let _0x1fcc5f=_0x3be0f5;_0x1fcc5f<=_0x130e87;_0x1fcc5f++){const _0x28c411=_0x57b038['createTableWalker'](_0x335973,{'column':_0x1fcc5f,'includeAllSlots':!0x1});for(const _0xeac473 of _0x28c411){const _0x50c646=_0xeac473[_0x17d6('0x41')],_0x2a149a=_0x1e0d5d[_0x17d6('0x33')][_0x17d6('0xe')](_0x50c646);_0x1e0d5d[_0x17d6('0x51')][_0x17d6('0x3f')](_0x17d6('0x1e')+_0x1ea5a2,_0x2a149a),_0x148b8b&&_0x1e0d5d[_0x17d6('0x51')]['setAttribute'](_0x17d6('0x2e'),_0x5bebea,_0x2a149a),_0x1e0d5d[_0x17d6('0x33')][_0x17d6('0x6')](_0x2a149a,_0x33d812[_0x17d6('0x9')]),_0x3b2368&&(_0x5973f8[_0x17d6('0x16')][_0x17d6('0x37')](_0x33d812[_0x17d6('0x9')])?_0x1e0d5d[_0x17d6('0x51')][_0x17d6('0x3f')]('ck-suggestion-marker--active',_0x2a149a):_0x1e0d5d[_0x17d6('0x51')]['removeClass'](_0x17d6('0x13'),_0x2a149a));}}};}_0x5973f8['enableCommand']('setTableRowHeader',(_0x43c70c,_0x582ebf)=>{const _0x13d18d=_0x57b038[_0x17d6('0x52')](_0x3432be[_0x17d6('0x43')]['document'][_0x17d6('0x5')]),_0x18f569=_0x57b038[_0x17d6('0x1b')](_0x13d18d),_0x3ce3e2=_0x13d18d[0x0][_0x17d6('0x45')](_0x17d6('0x3c')),_0xd919b8=_0x3ce3e2[_0x17d6('0x34')](_0x17d6('0x4e'))||0x0,_0x310670=_0x582ebf&&null!==_0x582ebf[_0x17d6('0x19')]?_0x582ebf[_0x17d6('0x19')]:!_0x3432be['commands'][_0x17d6('0x31')]('setTableRowHeader')['value'],_0x56cf46=_0x310670?_0x18f569[_0x17d6('0x47')]:_0x18f569['first'],_0x4b9633=_0x3ce3e2[_0x17d6('0x14')](_0x56cf46);let _0x4bee94;if(_0x310670){const _0x2ca309=_0x3ce3e2['getChild'](_0xd919b8);if(_0x4b9633[_0x17d6('0x2d')]<_0x2ca309['index'])return;_0x4bee94=_0x3432be['model'][_0x17d6('0x2c')](_0x3432be[_0x17d6('0x43')]['createPositionBefore'](_0x2ca309['getChild'](0x0)),_0x3432be[_0x17d6('0x43')]['createPositionAfter'](_0x4b9633[_0x17d6('0x14')](_0x4b9633['childCount']-0x1)));}else{const _0x162fab=_0x3ce3e2[_0x17d6('0x14')](_0xd919b8-0x1);if(!_0x162fab)return;_0x4bee94=_0x3432be[_0x17d6('0x43')]['createRange'](_0x3432be[_0x17d6('0x43')][_0x17d6('0x4b')](_0x4b9633[_0x17d6('0x14')](0x0)),_0x3432be[_0x17d6('0x43')][_0x17d6('0x3a')](_0x162fab[_0x17d6('0x14')](_0x162fab[_0x17d6('0x12')]-0x1)));}_0x3432be['model'][_0x17d6('0x1d')](()=>{_0x5973f8[_0x17d6('0x0')](_0x4bee94,{'commandName':_0x17d6('0xf'),'commandParams':[{'forceValue':_0x310670}]},[],_0x17d6('0xf'));});}),_0x5973f8[_0x17d6('0x10')](_0x17d6('0x18'),(_0x2d7a46,_0x873dc6)=>{const _0x1651c8=_0x3432be['plugins'][_0x17d6('0x31')](_0x17d6('0x4c')),_0x38cd66=_0x1651c8[_0x17d6('0x52')](_0x3432be[_0x17d6('0x43')][_0x17d6('0x39')]['selection']),_0x34c07d=_0x1651c8[_0x17d6('0x8')](_0x38cd66),_0x2b8868=_0x38cd66[0x0][_0x17d6('0x45')](_0x17d6('0x3c')),_0x26ab65=_0x2b8868[_0x17d6('0x34')](_0x17d6('0x23'))||0x0,_0x222150=_0x873dc6&&null!==_0x873dc6['forceValue']?_0x873dc6[_0x17d6('0x19')]:!_0x3432be[_0x17d6('0x22')][_0x17d6('0x31')](_0x17d6('0x18'))[_0x17d6('0x4')];let _0x2fcc19;const _0x2c3dab=_0x2b8868[_0x17d6('0x14')](0x0),_0x406f33=_0x222150?_0x34c07d[_0x17d6('0x47')]:_0x34c07d['first'],_0x36e80f=_0x1651c8[_0x17d6('0x48')](_0x2b8868,{'startRow':0x0,'column':_0x406f33,'includeAllSlots':!0x1}),_0x46040e=Array[_0x17d6('0x42')](_0x36e80f)[0x0][_0x17d6('0x41')];if(_0x222150){const _0xc795c3=_0x2c3dab[_0x17d6('0x14')](_0x26ab65);if(_0x46040e[_0x17d6('0x4a')](_0xc795c3))return;_0x2fcc19=_0x3432be[_0x17d6('0x43')][_0x17d6('0x2c')](_0x3432be['model']['createPositionBefore'](_0xc795c3),_0x3432be[_0x17d6('0x43')][_0x17d6('0x3a')](_0x46040e));}else{const _0x5e26ec=_0x2c3dab[_0x17d6('0x14')](_0x26ab65-0x1);if(!_0x5e26ec)return;_0x2fcc19=_0x3432be['model'][_0x17d6('0x2c')](_0x3432be['model']['createPositionBefore'](_0x46040e),_0x3432be[_0x17d6('0x43')][_0x17d6('0x3a')](_0x5e26ec));}_0x3432be[_0x17d6('0x43')]['change'](()=>{_0x5973f8[_0x17d6('0x0')](_0x2fcc19,{'commandName':'setTableColumnHeader','commandParams':[{'forceValue':_0x222150}]},[],_0x17d6('0x18'));});}),_0x3432be[_0x17d6('0x2a')][_0x17d6('0x3e')]['on'](_0x17d6('0x2'),_0x1485e2(),{'priority':'highest'}),_0x3432be[_0x17d6('0x4f')][_0x17d6('0x3e')]['on'](_0x17d6('0x2'),(_0x4af11b,_0x8cbc34,_0x28c1b5)=>{_0x28c1b5['options'][_0x17d6('0x27')]&&_0x1485e2({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4af11b,_0x8cbc34,_0x28c1b5);},{'priority':_0x17d6('0x15')}),_0x3432be['editing'][_0x17d6('0x3e')]['on'](_0x17d6('0x1f'),(_0x327bef,_0x4b5955,_0x1c56b5)=>{const {type:_0x1c86d4,id:_0x400bb1}=_0x5973f8[_0x17d6('0x25')](_0x4b5955[_0x17d6('0x9')]),_0x23a14d=_0x5973f8['getSuggestion'](_0x400bb1);if(!_0x23a14d[_0x17d6('0x4f')]||_0x17d6('0x18')!=_0x23a14d[_0x17d6('0x4f')][_0x17d6('0x21')])return;const _0x453d6b=_0x1c56b5[_0x17d6('0x33')][_0x17d6('0xd')](_0x4b5955[_0x17d6('0x9')]);if(_0x453d6b)for(const _0x3b4b32 of _0x453d6b)_0x1c56b5[_0x17d6('0x51')][_0x17d6('0x3b')]('ck-suggestion-marker-'+_0x1c86d4,_0x3b4b32),_0x1c56b5[_0x17d6('0x51')][_0x17d6('0x3b')](_0x17d6('0x13'),_0x3b4b32),_0x1c56b5['writer'][_0x17d6('0x26')](_0x17d6('0x2e'),_0x3b4b32),_0x1c56b5[_0x17d6('0x33')][_0x17d6('0xc')](_0x3b4b32,_0x4b5955[_0x17d6('0x9')]);},{'priority':_0x17d6('0x15')}),_0x5973f8[_0x17d6('0x24')][_0x17d6('0x11')](_0x1ed9de=>{const {data:_0x44f702}=_0x1ed9de;if(_0x44f702){if('setTableRowHeader'==_0x44f702[_0x17d6('0x21')]){const _0x1d66b0=_0x44f702[_0x17d6('0x32')][0x0][_0x17d6('0x19')];return _0xc97c09(_0x42dc5f(_0x2dfbb3,_0x1d66b0?'FORMAT_HEADER_ROW':_0x17d6('0x2f')));}if('setTableColumnHeader'==_0x44f702['commandName']){const _0x55fb7e=_0x44f702[_0x17d6('0x32')][0x0][_0x17d6('0x19')];return _0xc97c09(_0x42dc5f(_0x2dfbb3,_0x55fb7e?_0x17d6('0x35'):_0x17d6('0x29')));}}function _0xc97c09(_0x2d1dad){return{'type':_0x17d6('0x3d'),'content':_0x42dc5f(_0x2dfbb3,_0x17d6('0x2b'),_0x2d1dad)};}});const _0x5e0aed=_0x177495[_0x17d6('0x53')]();_0x5973f8[_0x17d6('0x17')][_0x17d6('0x1c')](_0x17d6('0xb'),'setTableRowHeader',_0x17d6('0x49'),_0x5e0aed),_0x5973f8[_0x17d6('0x17')][_0x17d6('0x1c')](_0x17d6('0xb'),_0x17d6('0x18'),_0x17d6('0x49'),_0x5e0aed);}}
23
+ const _0x2fd5=['TableUtils','setTableColumnHeader','getSuggestion','afterInit','has','mapper','editing','isBefore','addClass','ck-suggestion-marker-','commands','start','includes','data-suggestion','getSelectionAffectedTableCells','commandParams','markBlockFormat','commandName','removeClass','registerCustomCallback','registerDescriptionCallback','FORMAT_REGULAR_COLUMN','value','headingColumns','_suggestionFactory','_acceptFormatSuggestionCallbackFactory','end','getChild','cell','createRange','parent','accept','createPositionBefore','bindElementToMarker','unbindElementFromMarkerName','highest','FORMAT_HEADER_ROW','downcastDispatcher','toViewElement','findAncestor','FORMAT_HEADER_COLUMN','enableCommand','data','createTableWalker','stop','document','getColumnIndexes','consumable','table','plugins','setTableRowHeader','item','childCount','addMarker:suggestion','_descriptionFactory','formatBlock','ck-suggestion-marker--active','markerName','getAttribute','options','showSuggestionHighlights','getRowIndexes','change','_splitMarkerName','selection','markerRange','TrackChangesEditing','markerNameToElements','nodeBefore','getCellLocation','first','TableEditing','nodeAfter','createPositionAfter','get','forceValue','writer','model','index','setAttribute','removeMarker:suggestion','activeMarkers'];(function(_0x10a9ff,_0x2fd5ef){const _0x4cd5f0=function(_0x20485b){while(--_0x20485b){_0x10a9ff['push'](_0x10a9ff['shift']());}};_0x4cd5f0(++_0x2fd5ef);}(_0x2fd5,0xaa));const _0x4cd5=function(_0x10a9ff,_0x2fd5ef){_0x10a9ff=_0x10a9ff-0x0;let _0x4cd5f0=_0x2fd5[_0x10a9ff];return _0x4cd5f0;};import{Plugin as _0x4ba6b0}from'ckeditor5/src/core';import _0x3167ba from'./table';import{getTranslation as _0x428b64}from'../utils/common-translations';export default class pt extends _0x4ba6b0{static get['requires'](){return[_0x3167ba];}[_0x4cd5('0x4f')](){const _0x5921ab=this['editor'];if(!_0x5921ab[_0x4cd5('0x2b')][_0x4cd5('0x50')](_0x4cd5('0x41')))return;const _0x53b1e9=_0x5921ab['locale'],_0x57da0e=_0x5921ab[_0x4cd5('0x2b')][_0x4cd5('0x44')](_0x4cd5('0x3c')),_0x3919de=_0x5921ab[_0x4cd5('0x2b')][_0x4cd5('0x44')](_0x4cd5('0x4c')),_0x4d0a6d=_0x5921ab[_0x4cd5('0x2b')]['get'](_0x3167ba);function _0x2f82c2({showActiveMarker:_0xf76303=!0x0,setDataAttribute:_0x1e3a6a=!0x0}={}){return(_0x3bb676,_0x44fbb0,_0x17c574)=>{const {type:_0x27372d,id:_0x12bacc}=_0x57da0e[_0x4cd5('0x39')](_0x44fbb0[_0x4cd5('0x33')]),_0x5708ee=_0x57da0e[_0x4cd5('0x4e')](_0x12bacc);if(!_0x5708ee['data']||_0x4cd5('0x4d')!=_0x5708ee[_0x4cd5('0x24')]['commandName'])return;if(_0x44fbb0[_0x4cd5('0x2d')])return void _0x3bb676[_0x4cd5('0x26')]();if(!_0x17c574[_0x4cd5('0x29')]['consume'](_0x44fbb0[_0x4cd5('0x3b')],_0x3bb676['name']))return;const _0x3bb23b=_0x44fbb0[_0x4cd5('0x3b')][_0x4cd5('0x5')][_0x4cd5('0x42')],_0x43e8d6=_0x44fbb0[_0x4cd5('0x3b')][_0x4cd5('0x14')][_0x4cd5('0x3e')],_0x184021=_0x3bb23b[_0x4cd5('0x18')][_0x4cd5('0x18')],{column:_0x27598b}=_0x3919de[_0x4cd5('0x3f')](_0x3bb23b),{column:_0x3562e6}=_0x3919de[_0x4cd5('0x3f')](_0x43e8d6);for(let _0x5f1179=_0x27598b;_0x5f1179<=_0x3562e6;_0x5f1179++){const _0x145a13=_0x3919de[_0x4cd5('0x25')](_0x184021,{'column':_0x5f1179,'includeAllSlots':!0x1});for(const _0x102cde of _0x145a13){const _0x38d025=_0x102cde[_0x4cd5('0x16')],_0x35de4c=_0x17c574['mapper'][_0x4cd5('0x20')](_0x38d025);_0x17c574[_0x4cd5('0x46')][_0x4cd5('0x2')](_0x4cd5('0x3')+_0x27372d,_0x35de4c),_0x1e3a6a&&_0x17c574[_0x4cd5('0x46')][_0x4cd5('0x49')](_0x4cd5('0x7'),_0x12bacc,_0x35de4c),_0x17c574[_0x4cd5('0x51')][_0x4cd5('0x1b')](_0x35de4c,_0x44fbb0[_0x4cd5('0x33')]),_0xf76303&&(_0x57da0e[_0x4cd5('0x4b')][_0x4cd5('0x6')](_0x44fbb0[_0x4cd5('0x33')])?_0x17c574[_0x4cd5('0x46')][_0x4cd5('0x2')](_0x4cd5('0x32'),_0x35de4c):_0x17c574[_0x4cd5('0x46')][_0x4cd5('0xc')]('ck-suggestion-marker--active',_0x35de4c));}}};}_0x57da0e[_0x4cd5('0x23')]('setTableRowHeader',(_0x4ab8d7,_0xf1ca1c)=>{const _0x1c8290=_0x3919de[_0x4cd5('0x8')](_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x27')]['selection']),_0xbdeba=_0x3919de[_0x4cd5('0x37')](_0x1c8290),_0x261176=_0x1c8290[0x0]['findAncestor'](_0x4cd5('0x2a')),_0x4acd05=_0x261176[_0x4cd5('0x34')]('headingRows')||0x0,_0x50a8c5=_0xf1ca1c&&null!==_0xf1ca1c['forceValue']?_0xf1ca1c['forceValue']:!_0x5921ab['commands'][_0x4cd5('0x44')](_0x4cd5('0x2c'))[_0x4cd5('0x10')],_0x290072=_0x50a8c5?_0xbdeba['last']:_0xbdeba[_0x4cd5('0x40')],_0x2f796e=_0x261176[_0x4cd5('0x15')](_0x290072);let _0xac5d90;if(_0x50a8c5){const _0x49e6b5=_0x261176[_0x4cd5('0x15')](_0x4acd05);if(_0x2f796e[_0x4cd5('0x48')]<_0x49e6b5[_0x4cd5('0x48')])return;_0xac5d90=_0x5921ab[_0x4cd5('0x47')]['createRange'](_0x5921ab['model'][_0x4cd5('0x1a')](_0x49e6b5[_0x4cd5('0x15')](0x0)),_0x5921ab['model']['createPositionAfter'](_0x2f796e['getChild'](_0x2f796e[_0x4cd5('0x2e')]-0x1)));}else{const _0x5a1261=_0x261176[_0x4cd5('0x15')](_0x4acd05-0x1);if(!_0x5a1261)return;_0xac5d90=_0x5921ab['model'][_0x4cd5('0x17')](_0x5921ab[_0x4cd5('0x47')]['createPositionBefore'](_0x2f796e[_0x4cd5('0x15')](0x0)),_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x43')](_0x5a1261[_0x4cd5('0x15')](_0x5a1261[_0x4cd5('0x2e')]-0x1)));}_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x38')](()=>{_0x57da0e[_0x4cd5('0xa')](_0xac5d90,{'commandName':_0x4cd5('0x2c'),'commandParams':[{'forceValue':_0x50a8c5}]},[],_0x4cd5('0x2c'));});}),_0x57da0e[_0x4cd5('0x23')](_0x4cd5('0x4d'),(_0x40bb41,_0x34a931)=>{const _0x559b09=_0x5921ab[_0x4cd5('0x2b')][_0x4cd5('0x44')](_0x4cd5('0x4c')),_0x214767=_0x559b09[_0x4cd5('0x8')](_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x27')][_0x4cd5('0x3a')]),_0x518eaf=_0x559b09[_0x4cd5('0x28')](_0x214767),_0x4d6ce9=_0x214767[0x0][_0x4cd5('0x21')](_0x4cd5('0x2a')),_0x587d74=_0x4d6ce9[_0x4cd5('0x34')](_0x4cd5('0x11'))||0x0,_0x2a3ee6=_0x34a931&&null!==_0x34a931[_0x4cd5('0x45')]?_0x34a931['forceValue']:!_0x5921ab[_0x4cd5('0x4')]['get']('setTableColumnHeader')['value'];let _0x5d4a0a;const _0x370a40=_0x4d6ce9['getChild'](0x0),_0x4ebd8f=_0x2a3ee6?_0x518eaf['last']:_0x518eaf[_0x4cd5('0x40')],_0x3fe2c0=_0x559b09['createTableWalker'](_0x4d6ce9,{'startRow':0x0,'column':_0x4ebd8f,'includeAllSlots':!0x1}),_0x125331=Array['from'](_0x3fe2c0)[0x0][_0x4cd5('0x16')];if(_0x2a3ee6){const _0x596b69=_0x370a40[_0x4cd5('0x15')](_0x587d74);if(_0x125331[_0x4cd5('0x1')](_0x596b69))return;_0x5d4a0a=_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x17')](_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x1a')](_0x596b69),_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x43')](_0x125331));}else{const _0x40f468=_0x370a40[_0x4cd5('0x15')](_0x587d74-0x1);if(!_0x40f468)return;_0x5d4a0a=_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x17')](_0x5921ab['model'][_0x4cd5('0x1a')](_0x125331),_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x43')](_0x40f468));}_0x5921ab[_0x4cd5('0x47')][_0x4cd5('0x38')](()=>{_0x57da0e['markBlockFormat'](_0x5d4a0a,{'commandName':_0x4cd5('0x4d'),'commandParams':[{'forceValue':_0x2a3ee6}]},[],_0x4cd5('0x4d'));});}),_0x5921ab[_0x4cd5('0x0')]['downcastDispatcher']['on']('addMarker:suggestion',_0x2f82c2(),{'priority':'highest'}),_0x5921ab['data'][_0x4cd5('0x1f')]['on'](_0x4cd5('0x2f'),(_0x4da14c,_0x5a4c24,_0x15da2b)=>{_0x15da2b[_0x4cd5('0x35')][_0x4cd5('0x36')]&&_0x2f82c2({'showActiveMarker':!0x1,'setDataAttribute':!0x1})(_0x4da14c,_0x5a4c24,_0x15da2b);},{'priority':'highest'}),_0x5921ab[_0x4cd5('0x0')]['downcastDispatcher']['on'](_0x4cd5('0x4a'),(_0x5ae4bf,_0x45e546,_0x3075d2)=>{const {type:_0x25acb4,id:_0x13a0a9}=_0x57da0e['_splitMarkerName'](_0x45e546[_0x4cd5('0x33')]),_0x3a67a5=_0x57da0e[_0x4cd5('0x4e')](_0x13a0a9);if(!_0x3a67a5[_0x4cd5('0x24')]||'setTableColumnHeader'!=_0x3a67a5[_0x4cd5('0x24')]['commandName'])return;const _0x23a249=_0x3075d2[_0x4cd5('0x51')][_0x4cd5('0x3d')](_0x45e546['markerName']);if(_0x23a249)for(const _0x271ef0 of _0x23a249)_0x3075d2['writer'][_0x4cd5('0xc')](_0x4cd5('0x3')+_0x25acb4,_0x271ef0),_0x3075d2[_0x4cd5('0x46')][_0x4cd5('0xc')](_0x4cd5('0x32'),_0x271ef0),_0x3075d2[_0x4cd5('0x46')]['removeAttribute'](_0x4cd5('0x7'),_0x271ef0),_0x3075d2[_0x4cd5('0x51')][_0x4cd5('0x1c')](_0x271ef0,_0x45e546['markerName']);},{'priority':_0x4cd5('0x1d')}),_0x57da0e[_0x4cd5('0x30')][_0x4cd5('0xe')](_0x5ed3f1=>{const {data:_0xd97b42}=_0x5ed3f1;if(_0xd97b42){if(_0x4cd5('0x2c')==_0xd97b42[_0x4cd5('0xb')]){const _0x1610d7=_0xd97b42[_0x4cd5('0x9')][0x0]['forceValue'];return _0x4092e4(_0x428b64(_0x53b1e9,_0x1610d7?_0x4cd5('0x1e'):'FORMAT_REGULAR_ROW'));}if(_0x4cd5('0x4d')==_0xd97b42[_0x4cd5('0xb')]){const _0x445a35=_0xd97b42['commandParams'][0x0]['forceValue'];return _0x4092e4(_0x428b64(_0x53b1e9,_0x445a35?_0x4cd5('0x22'):_0x4cd5('0xf')));}}function _0x4092e4(_0x4cdf2){return{'type':'format','content':_0x428b64(_0x53b1e9,'*Format:*\x20%0',_0x4cdf2)};}});const _0x2fe6af=_0x4d0a6d[_0x4cd5('0x13')]();_0x57da0e['_suggestionFactory'][_0x4cd5('0xd')](_0x4cd5('0x31'),_0x4cd5('0x2c'),_0x4cd5('0x19'),_0x2fe6af),_0x57da0e[_0x4cd5('0x12')]['registerCustomCallback'](_0x4cd5('0x31'),'setTableColumnHeader',_0x4cd5('0x19'),_0x2fe6af);}}
@@ -1,7 +1,8 @@
1
1
  /**
2
2
  * @module track-changes/integrations/tablemergesplit
3
3
  */
4
- import { Plugin, type PluginDependencies } from 'ckeditor5/src/core';
4
+ import { Plugin } from 'ckeditor5/src/core';
5
+ import TrackChangesTable from './table';
5
6
  /**
6
7
  * Provides track changes plugin integration for {@link module:table/table~Table table feature} merging and splitting cells.
7
8
  */
@@ -9,7 +10,7 @@ export default class TrackChangesTableMergeSplit extends Plugin {
9
10
  /**
10
11
  * @inheritDoc
11
12
  */
12
- static get requires(): PluginDependencies;
13
+ static get requires(): readonly [typeof TrackChangesTable];
13
14
  /**
14
15
  * @inheritDoc
15
16
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2748=['getSelectionAffectedTableCells','$graveyard','execute','fromRange','change','registerDescriptionCallback','direction','value','cell','TableUtils','markBlockFormat','requires','mergeTableCellLeft','forceDefaultExecution','findAncestor','add','table','selection','commandName','registerCustomCallback','tableCell','highest','author','_tablePostFixingSubtypes','getCellLocation','setSelection','accept','rootName','createRangeOn','model','enableCommand','_suggestionFactory','TableEditing','has','getAncestors','deletion','markMultiRangeBlockFormat','horizontally','getFirstPosition','containsRange','insertion','afterInit','root','mergeTableCells','isEnabled','push','editor','locale','type','length','find','getSuggestions','isInContent','splitTableCellHorizontally','mergeTableCellRight','mergeTableCellUp','trackChanges','_areSelectedCellsMergable','TrackChangesEditing','stop','document','_areMergableCells','element','_isForcedDefaultExecutionBlock','get','map','plugins','splitTableCellVertically','createTableWalker','from','size','formatBlock','refresh','getRanges','mergeTableCellDown','commands','*Split\x20cell:*\x20horizontally','format'];(function(_0x24b729,_0x2748ac){const _0x40d0f5=function(_0x432b59){while(--_0x432b59){_0x24b729['push'](_0x24b729['shift']());}};_0x40d0f5(++_0x2748ac);}(_0x2748,0xfe));const _0x40d0=function(_0x24b729,_0x2748ac){_0x24b729=_0x24b729-0x0;let _0x40d0f5=_0x2748[_0x24b729];return _0x40d0f5;};import{Plugin as _0x57ec33}from'ckeditor5/src/core';import _0x1e21c8 from'./table';import{LiveRange as _0x5894b1}from'ckeditor5/src/engine';import{getTranslation as _0x3b74ef}from'../utils/common-translations';export default class dt extends _0x57ec33{static get[_0x40d0('0x45')](){return[_0x1e21c8];}[_0x40d0('0x15')](){const _0x34799d=this[_0x40d0('0x1a')],_0x400b0d=_0x34799d[_0x40d0('0x9')][_0x40d0('0x28')]['selection'],_0x34c500=_0x34799d[_0x40d0('0x1b')];if(!_0x34799d['plugins']['has'](_0x40d0('0xc')))return;const _0x544bdf=_0x34799d['plugins'][_0x40d0('0x2c')]('TrackChangesEditing'),_0x248410=_0x34799d[_0x40d0('0x2e')][_0x40d0('0x2c')]('TableUtils'),_0x5dbf4f=_0x34799d['plugins'][_0x40d0('0x2c')](_0x1e21c8);_0x5dbf4f[_0x40d0('0x3')][_0x40d0('0x19')](_0x40d0('0x17')),_0x544bdf['enableCommand'](_0x40d0('0x17'),()=>{const _0x7c87d1=_0x248410[_0x40d0('0x3a')](_0x34799d[_0x40d0('0x9')]['document'][_0x40d0('0x4b')]);_0x34799d[_0x40d0('0x9')][_0x40d0('0x3e')](()=>{_0x544bdf['markMultiRangeBlockFormat'](_0x7c87d1,{'commandName':'mergeTableCells','commandParams':[]},[],'mergeTableCells');});}),_0x34799d[_0x40d0('0x37')]['get'](_0x40d0('0x17'))['on']('execute',(_0x5328d8,_0x1f43b1)=>{_0x34799d[_0x40d0('0x37')][_0x40d0('0x2c')](_0x40d0('0x24'))[_0x40d0('0x41')]&&(_0x1f43b1[_0x40d0('0x1d')]>0x0&&_0x1f43b1[_0x1f43b1[_0x40d0('0x1d')]-0x1]&&_0x1f43b1[_0x1f43b1[_0x40d0('0x1d')]-0x1][_0x40d0('0x47')]||_0x544bdf[_0x40d0('0x2b')]||this['_areSelectedCellsMergable']()||_0x5328d8[_0x40d0('0x27')]());},{'priority':_0x40d0('0x1')});for(const _0x47205a of[_0x40d0('0x23'),'mergeTableCellRight',_0x40d0('0x36'),_0x40d0('0x46')]){const _0x28fe9f=_0x34799d[_0x40d0('0x37')]['get'](_0x47205a);_0x544bdf[_0x40d0('0xa')](_0x47205a,()=>{const _0x262f28=_0x34799d[_0x40d0('0x9')][_0x40d0('0x28')][_0x40d0('0x4b')][_0x40d0('0x12')]()[_0x40d0('0xe')]()[_0x40d0('0x1e')](_0x12d24b=>_0x12d24b['is']('element',_0x40d0('0x0'))),_0xea7266=_0x28fe9f[_0x40d0('0x41')];_0x34799d[_0x40d0('0x9')][_0x40d0('0x3e')](()=>{_0x544bdf[_0x40d0('0x10')]([_0x262f28,_0xea7266],{'commandName':_0x40d0('0x17'),'commandParams':[]},[],_0x40d0('0x17'));});});}for(const _0x3dadaf of[_0x40d0('0x2f'),_0x40d0('0x21')]){const _0xab09f2=_0x34799d['commands']['get'](_0x3dadaf);_0x544bdf[_0x40d0('0xa')](_0x3dadaf,()=>{const _0x3687ea=_0x248410[_0x40d0('0x3a')](_0x34799d[_0x40d0('0x9')][_0x40d0('0x28')][_0x40d0('0x4b')])[0x0],_0x2fc298=_0x3687ea[_0x40d0('0x48')](_0x40d0('0x4a')),{column:_0x459fd4,row:_0x32a6e1}=_0x248410[_0x40d0('0x4')](_0x3687ea);let _0x34f162=[];if(_0x40d0('0x11')==_0xab09f2[_0x40d0('0x40')]){const _0x533c1c=_0x248410[_0x40d0('0x30')](_0x2fc298,{'startRow':_0x32a6e1,'endRow':_0x32a6e1,'includeAllSlots':!0x0});_0x34f162=Array[_0x40d0('0x31')](_0x533c1c)['map'](_0x3e502f=>_0x3e502f[_0x40d0('0x42')]);}else{const _0x4df45f=_0x248410[_0x40d0('0x30')](_0x2fc298,{'column':_0x459fd4,'includeAllSlots':!0x0});_0x34f162=Array[_0x40d0('0x31')](_0x4df45f)['map'](_0x33302e=>_0x33302e[_0x40d0('0x42')]);}_0x34799d[_0x40d0('0x9')]['change'](_0x4505d7=>{_0x544bdf[_0x40d0('0x44')](_0x4505d7['createRangeOn'](_0x3687ea),{'commandName':_0x3dadaf,'commandParams':[]},_0x34f162,_0x3dadaf);});});}_0x544bdf['_descriptionFactory'][_0x40d0('0x3f')](_0x503236=>{const {data:_0x52be28}=_0x503236;if(_0x52be28)return'mergeTableCells'==_0x52be28[_0x40d0('0x4c')]?{'type':_0x40d0('0x39'),'content':_0x3b74ef(_0x34c500,'*Merge\x20cells*')}:void 0x0;}),_0x544bdf['_descriptionFactory'][_0x40d0('0x3f')](_0x66f470=>{const {data:_0x3d3091}=_0x66f470;if(_0x3d3091)return _0x40d0('0x2f')==_0x3d3091['commandName']?{'type':_0x40d0('0x39'),'content':_0x3b74ef(_0x34c500,'*Split\x20cell:*\x20vertically')}:_0x40d0('0x21')==_0x3d3091['commandName']?{'type':_0x40d0('0x39'),'content':_0x3b74ef(_0x34c500,_0x40d0('0x38'))}:void 0x0;});const _0x4e5d2d=_0x5dbf4f['_acceptFormatSuggestionCallbackFactory']();for(const _0xc518 of[_0x40d0('0x23'),_0x40d0('0x22'),_0x40d0('0x36'),_0x40d0('0x46')])_0x544bdf[_0x40d0('0xb')]['registerCustomCallback'](_0x40d0('0x33'),_0xc518,_0x40d0('0x6'),_0x4e5d2d);for(const _0x4588df of[_0x40d0('0x2f'),'splitTableCellHorizontally'])_0x544bdf[_0x40d0('0xb')][_0x40d0('0x4d')](_0x40d0('0x33'),_0x4588df,'accept',_0x4e5d2d);_0x544bdf[_0x40d0('0xb')][_0x40d0('0x4d')](_0x40d0('0x33'),_0x40d0('0x17'),'accept',_0x3f9131=>{_0x34799d['model'][_0x40d0('0x3e')](_0x160936=>{const _0x361aef=Array[_0x40d0('0x31')](_0x400b0d[_0x40d0('0x35')]())[_0x40d0('0x2d')](_0x5681d0=>_0x5894b1[_0x40d0('0x3d')](_0x5681d0));_0x160936[_0x40d0('0x5')](_0x3f9131),_0x34799d[_0x40d0('0x37')][_0x40d0('0x2c')]('mergeTableCells')[_0x40d0('0x34')](),_0x34799d[_0x40d0('0x3c')](_0x40d0('0x17'),{'forceDefaultExecution':!0x0});const _0x1c9a58=_0x361aef['filter'](_0x338168=>_0x40d0('0x3b')!=_0x338168[_0x40d0('0x16')][_0x40d0('0x7')]);_0x1c9a58['length']>0x0&&_0x160936[_0x40d0('0x5')](_0x1c9a58);for(const _0x2cf677 of _0x361aef)_0x2cf677['detach']();});});for(const _0x39628b of[_0x40d0('0x23'),_0x40d0('0x36'),_0x40d0('0x46'),_0x40d0('0x22')]){const _0x4024d1=_0x34799d[_0x40d0('0x37')][_0x40d0('0x2c')](_0x39628b);_0x4024d1['on']('set:isEnabled',(_0x415f1b,_0x380d53,_0xd70115)=>{if(_0xd70115){const _0x10b5b7=_0x34799d['model']['document'][_0x40d0('0x4b')][_0x40d0('0x12')]()[_0x40d0('0xe')]()[_0x40d0('0x1e')](_0x3ed0c4=>_0x3ed0c4['is'](_0x40d0('0x2a'),'tableCell'));this['_areMergableCells'](_0x4024d1[_0x40d0('0x41')],_0x10b5b7)||(_0x415f1b['return']=!0x1,_0x415f1b[_0x40d0('0x27')]());}},{'priority':'low'});}}[_0x40d0('0x25')](){const _0x2e4508=this[_0x40d0('0x1a')][_0x40d0('0x37')]['get'](_0x40d0('0x17')),_0x2f8a30=this['editor'][_0x40d0('0x2e')][_0x40d0('0x2c')](_0x40d0('0x43'));if(!_0x2e4508[_0x40d0('0x18')])return!0x1;const _0x5320bc=_0x2f8a30[_0x40d0('0x3a')](this[_0x40d0('0x1a')]['model'][_0x40d0('0x28')]['selection']);for(const _0x1b6436 of _0x5320bc)for(const _0x32b710 of _0x5320bc)if(_0x1b6436!=_0x32b710&&!this['_areMergableCells'](_0x1b6436,_0x32b710))return!0x1;return!0x0;}[_0x40d0('0x29')](_0xfb62c8,_0x799039){const _0x71c678=this[_0x40d0('0x1a')]['plugins'][_0x40d0('0x2c')](_0x40d0('0x26')),_0x11dfcd=this[_0x40d0('0x1a')]['model'][_0x40d0('0x8')](_0xfb62c8),_0x18cc7c=this[_0x40d0('0x1a')][_0x40d0('0x9')][_0x40d0('0x8')](_0x799039),_0x3dd554=new Set(),_0x5225c5=new Set();for(const _0x24803f of _0x71c678[_0x40d0('0x1f')]())if((_0x40d0('0x14')==_0x24803f[_0x40d0('0x1c')]||_0x40d0('0xf')==_0x24803f['type']||'mergeTableCells'==_0x24803f['subType'])&&_0x24803f[_0x40d0('0x20')])for(const _0x408472 of _0x24803f['getRanges']())_0x408472[_0x40d0('0x13')](_0x11dfcd,!0x0)&&_0x3dd554[_0x40d0('0x49')](_0x24803f[_0x40d0('0x1c')]+':'+_0x24803f['author']['id']),_0x408472['containsRange'](_0x18cc7c,!0x0)&&_0x5225c5['add'](_0x24803f[_0x40d0('0x1c')]+':'+_0x24803f[_0x40d0('0x2')]['id']);if(_0x3dd554[_0x40d0('0x32')]!=_0x5225c5[_0x40d0('0x32')])return!0x1;for(const _0x6f07dc of _0x3dd554)if(!_0x5225c5[_0x40d0('0xd')](_0x6f07dc))return!0x1;return!0x0;}}
23
+ const _0x1522=['trackChanges','fromRange','mergeTableCellUp','get','document','return','value','editor','execute','createRangeOn','_areSelectedCellsMergable','commandName','_areMergableCells','from','has','forceDefaultExecution','mergeTableCellRight','accept','mergeTableCells','setSelection','cell','model','containsRange','stop','add','refresh','type','direction','element','mergeTableCellDown','change','registerDescriptionCallback','*Split\x20cell:*\x20vertically','_acceptFormatSuggestionCallbackFactory','isInContent','TrackChangesEditing','findAncestor','getFirstPosition','set:isEnabled','registerCustomCallback','getSelectionAffectedTableCells','low','getAncestors','enableCommand','splitTableCellVertically','author','_tablePostFixingSubtypes','format','find','TableEditing','detach','TableUtils','plugins','size','locale','root','horizontally','deletion','_suggestionFactory','formatBlock','selection','markMultiRangeBlockFormat','_isForcedDefaultExecutionBlock','createTableWalker','getRanges','length','*Merge\x20cells*','mergeTableCellLeft','getCellLocation','commands','map','subType','splitTableCellHorizontally','filter'];(function(_0x14776c,_0x1522df){const _0x4f83ba=function(_0x197e84){while(--_0x197e84){_0x14776c['push'](_0x14776c['shift']());}};_0x4f83ba(++_0x1522df);}(_0x1522,0xba));const _0x4f83=function(_0x14776c,_0x1522df){_0x14776c=_0x14776c-0x0;let _0x4f83ba=_0x1522[_0x14776c];return _0x4f83ba;};import{Plugin as _0xbc9404}from'ckeditor5/src/core';import _0x3c6ae0 from'./table';import{LiveRange as _0x226068}from'ckeditor5/src/engine';import{getTranslation as _0x47115f}from'../utils/common-translations';export default class dt extends _0xbc9404{static get['requires'](){return[_0x3c6ae0];}['afterInit'](){const _0xb93eeb=this[_0x4f83('0x2b')],_0x2161e6=_0xb93eeb['model'][_0x4f83('0x28')][_0x4f83('0x16')],_0xc78007=_0xb93eeb[_0x4f83('0x10')];if(!_0xb93eeb[_0x4f83('0xe')][_0x4f83('0x32')](_0x4f83('0xb')))return;const _0x20b8a7=_0xb93eeb[_0x4f83('0xe')][_0x4f83('0x27')](_0x4f83('0x47')),_0x4d94b5=_0xb93eeb[_0x4f83('0xe')][_0x4f83('0x27')](_0x4f83('0xd')),_0x557fa4=_0xb93eeb[_0x4f83('0xe')][_0x4f83('0x27')](_0x3c6ae0);_0x557fa4[_0x4f83('0x8')]['push'](_0x4f83('0x36')),_0x20b8a7['enableCommand'](_0x4f83('0x36'),()=>{const _0x49eb37=_0x4d94b5['getSelectionAffectedTableCells'](_0xb93eeb[_0x4f83('0x39')][_0x4f83('0x28')][_0x4f83('0x16')]);_0xb93eeb['model'][_0x4f83('0x42')](()=>{_0x20b8a7[_0x4f83('0x17')](_0x49eb37,{'commandName':_0x4f83('0x36'),'commandParams':[]},[],_0x4f83('0x36'));});}),_0xb93eeb['commands']['get'](_0x4f83('0x36'))['on'](_0x4f83('0x2c'),(_0x66903f,_0x535ede)=>{_0xb93eeb[_0x4f83('0x1f')][_0x4f83('0x27')](_0x4f83('0x24'))[_0x4f83('0x2a')]&&(_0x535ede[_0x4f83('0x1b')]>0x0&&_0x535ede[_0x535ede[_0x4f83('0x1b')]-0x1]&&_0x535ede[_0x535ede[_0x4f83('0x1b')]-0x1][_0x4f83('0x33')]||_0x20b8a7[_0x4f83('0x18')]||this[_0x4f83('0x2e')]()||_0x66903f[_0x4f83('0x3b')]());},{'priority':'highest'});for(const _0x5aab10 of[_0x4f83('0x26'),_0x4f83('0x34'),_0x4f83('0x41'),'mergeTableCellLeft']){const _0x54c7f9=_0xb93eeb[_0x4f83('0x1f')][_0x4f83('0x27')](_0x5aab10);_0x20b8a7[_0x4f83('0x5')](_0x5aab10,()=>{const _0x218b4a=_0xb93eeb[_0x4f83('0x39')][_0x4f83('0x28')][_0x4f83('0x16')][_0x4f83('0x49')]()[_0x4f83('0x4')]()[_0x4f83('0xa')](_0x24e8a3=>_0x24e8a3['is'](_0x4f83('0x40'),'tableCell')),_0x547c15=_0x54c7f9[_0x4f83('0x2a')];_0xb93eeb[_0x4f83('0x39')][_0x4f83('0x42')](()=>{_0x20b8a7['markMultiRangeBlockFormat']([_0x218b4a,_0x547c15],{'commandName':_0x4f83('0x36'),'commandParams':[]},[],_0x4f83('0x36'));});});}for(const _0x3e6e80 of[_0x4f83('0x6'),_0x4f83('0x22')]){const _0x4c59e1=_0xb93eeb[_0x4f83('0x1f')][_0x4f83('0x27')](_0x3e6e80);_0x20b8a7[_0x4f83('0x5')](_0x3e6e80,()=>{const _0x3672c5=_0x4d94b5[_0x4f83('0x2')](_0xb93eeb[_0x4f83('0x39')]['document'][_0x4f83('0x16')])[0x0],_0x3c685a=_0x3672c5[_0x4f83('0x48')]('table'),{column:_0x39a458,row:_0x559318}=_0x4d94b5[_0x4f83('0x1e')](_0x3672c5);let _0x6bd97=[];if(_0x4f83('0x12')==_0x4c59e1[_0x4f83('0x3f')]){const _0x1f0294=_0x4d94b5['createTableWalker'](_0x3c685a,{'startRow':_0x559318,'endRow':_0x559318,'includeAllSlots':!0x0});_0x6bd97=Array[_0x4f83('0x31')](_0x1f0294)[_0x4f83('0x20')](_0x4d497d=>_0x4d497d[_0x4f83('0x38')]);}else{const _0x25fef4=_0x4d94b5[_0x4f83('0x19')](_0x3c685a,{'column':_0x39a458,'includeAllSlots':!0x0});_0x6bd97=Array[_0x4f83('0x31')](_0x25fef4)[_0x4f83('0x20')](_0x260016=>_0x260016[_0x4f83('0x38')]);}_0xb93eeb[_0x4f83('0x39')][_0x4f83('0x42')](_0x25bad2=>{_0x20b8a7['markBlockFormat'](_0x25bad2[_0x4f83('0x2d')](_0x3672c5),{'commandName':_0x3e6e80,'commandParams':[]},_0x6bd97,_0x3e6e80);});});}_0x20b8a7['_descriptionFactory'][_0x4f83('0x43')](_0x16dda9=>{const {data:_0x54584d}=_0x16dda9;if(_0x54584d)return'mergeTableCells'==_0x54584d['commandName']?{'type':'format','content':_0x47115f(_0xc78007,_0x4f83('0x1c'))}:void 0x0;}),_0x20b8a7['_descriptionFactory'][_0x4f83('0x43')](_0x299305=>{const {data:_0xd475dd}=_0x299305;if(_0xd475dd)return _0x4f83('0x6')==_0xd475dd[_0x4f83('0x2f')]?{'type':_0x4f83('0x9'),'content':_0x47115f(_0xc78007,_0x4f83('0x44'))}:_0x4f83('0x22')==_0xd475dd[_0x4f83('0x2f')]?{'type':_0x4f83('0x9'),'content':_0x47115f(_0xc78007,'*Split\x20cell:*\x20horizontally')}:void 0x0;});const _0x330595=_0x557fa4[_0x4f83('0x45')]();for(const _0x4e1f9d of[_0x4f83('0x26'),'mergeTableCellRight',_0x4f83('0x41'),'mergeTableCellLeft'])_0x20b8a7[_0x4f83('0x14')][_0x4f83('0x1')](_0x4f83('0x15'),_0x4e1f9d,_0x4f83('0x35'),_0x330595);for(const _0x4c28ea of[_0x4f83('0x6'),_0x4f83('0x22')])_0x20b8a7[_0x4f83('0x14')]['registerCustomCallback'](_0x4f83('0x15'),_0x4c28ea,'accept',_0x330595);_0x20b8a7[_0x4f83('0x14')][_0x4f83('0x1')](_0x4f83('0x15'),_0x4f83('0x36'),_0x4f83('0x35'),_0x411a44=>{_0xb93eeb[_0x4f83('0x39')][_0x4f83('0x42')](_0x247cbf=>{const _0x26e683=Array[_0x4f83('0x31')](_0x2161e6[_0x4f83('0x1a')]())['map'](_0x242314=>_0x226068[_0x4f83('0x25')](_0x242314));_0x247cbf['setSelection'](_0x411a44),_0xb93eeb[_0x4f83('0x1f')][_0x4f83('0x27')](_0x4f83('0x36'))[_0x4f83('0x3d')](),_0xb93eeb[_0x4f83('0x2c')](_0x4f83('0x36'),{'forceDefaultExecution':!0x0});const _0x371f16=_0x26e683[_0x4f83('0x23')](_0xac4c6e=>'$graveyard'!=_0xac4c6e[_0x4f83('0x11')]['rootName']);_0x371f16[_0x4f83('0x1b')]>0x0&&_0x247cbf[_0x4f83('0x37')](_0x371f16);for(const _0x44cf71 of _0x26e683)_0x44cf71[_0x4f83('0xc')]();});});for(const _0x37df52 of[_0x4f83('0x26'),_0x4f83('0x41'),_0x4f83('0x1d'),_0x4f83('0x34')]){const _0x52c4fa=_0xb93eeb['commands']['get'](_0x37df52);_0x52c4fa['on'](_0x4f83('0x0'),(_0x588c67,_0x43d677,_0x592950)=>{if(_0x592950){const _0x34dd70=_0xb93eeb['model']['document'][_0x4f83('0x16')][_0x4f83('0x49')]()['getAncestors']()[_0x4f83('0xa')](_0x29be94=>_0x29be94['is'](_0x4f83('0x40'),'tableCell'));this['_areMergableCells'](_0x52c4fa[_0x4f83('0x2a')],_0x34dd70)||(_0x588c67[_0x4f83('0x29')]=!0x1,_0x588c67[_0x4f83('0x3b')]());}},{'priority':_0x4f83('0x3')});}}[_0x4f83('0x2e')](){const _0x49ffbb=this[_0x4f83('0x2b')][_0x4f83('0x1f')][_0x4f83('0x27')](_0x4f83('0x36')),_0x1a0b09=this[_0x4f83('0x2b')]['plugins']['get'](_0x4f83('0xd'));if(!_0x49ffbb['isEnabled'])return!0x1;const _0x20d262=_0x1a0b09['getSelectionAffectedTableCells'](this['editor'][_0x4f83('0x39')][_0x4f83('0x28')][_0x4f83('0x16')]);for(const _0x37bfde of _0x20d262)for(const _0x18b99e of _0x20d262)if(_0x37bfde!=_0x18b99e&&!this[_0x4f83('0x30')](_0x37bfde,_0x18b99e))return!0x1;return!0x0;}['_areMergableCells'](_0x4c2192,_0x36db21){const _0x5c5baf=this[_0x4f83('0x2b')][_0x4f83('0xe')][_0x4f83('0x27')](_0x4f83('0x47')),_0x30c8db=this['editor'][_0x4f83('0x39')][_0x4f83('0x2d')](_0x4c2192),_0x2c9a43=this[_0x4f83('0x2b')][_0x4f83('0x39')][_0x4f83('0x2d')](_0x36db21),_0x476ff6=new Set(),_0x428bcd=new Set();for(const _0xcd7cda of _0x5c5baf['getSuggestions']())if(('insertion'==_0xcd7cda[_0x4f83('0x3e')]||_0x4f83('0x13')==_0xcd7cda[_0x4f83('0x3e')]||'mergeTableCells'==_0xcd7cda[_0x4f83('0x21')])&&_0xcd7cda[_0x4f83('0x46')])for(const _0x549c03 of _0xcd7cda[_0x4f83('0x1a')]())_0x549c03[_0x4f83('0x3a')](_0x30c8db,!0x0)&&_0x476ff6['add'](_0xcd7cda[_0x4f83('0x3e')]+':'+_0xcd7cda[_0x4f83('0x7')]['id']),_0x549c03[_0x4f83('0x3a')](_0x2c9a43,!0x0)&&_0x428bcd[_0x4f83('0x3c')](_0xcd7cda['type']+':'+_0xcd7cda[_0x4f83('0x7')]['id']);if(_0x476ff6[_0x4f83('0xf')]!=_0x428bcd[_0x4f83('0xf')])return!0x1;for(const _0x39eec4 of _0x476ff6)if(!_0x428bcd[_0x4f83('0x32')](_0x39eec4))return!0x1;return!0x0;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5ea6=['locale','plugins','enableCommand','insertTableOfContents','commands','TrackChangesEditing','registerElementLabel','afterInit','get'];(function(_0x135cf0,_0x5ea6f4){const _0x4bf4e5=function(_0x1febaf){while(--_0x1febaf){_0x135cf0['push'](_0x135cf0['shift']());}};_0x4bf4e5(++_0x5ea6f4);}(_0x5ea6,0xb5));const _0x4bf4=function(_0x135cf0,_0x5ea6f4){_0x135cf0=_0x135cf0-0x0;let _0x4bf4e5=_0x5ea6[_0x135cf0];return _0x4bf4e5;};import{Plugin as _0x4d3958}from'ckeditor5/src/core';import{getTranslation as _0x3d8f1a}from'../utils/common-translations';export default class bt extends _0x4d3958{[_0x4bf4('0x6')](){const _0x5f3326=this['editor'];if(!_0x5f3326[_0x4bf4('0x3')][_0x4bf4('0x7')](_0x4bf4('0x2')))return;_0x5f3326[_0x4bf4('0x0')][_0x4bf4('0x7')](_0x4bf4('0x4'))[_0x4bf4('0x1')](_0x4bf4('0x2'));const _0x53022f=_0x5f3326[_0x4bf4('0x0')][_0x4bf4('0x7')](_0x4bf4('0x4')),_0x49654c=_0x5f3326[_0x4bf4('0x8')];_0x53022f['_descriptionFactory'][_0x4bf4('0x5')]('tableOfContents',_0x33dedf=>_0x3d8f1a(_0x49654c,'ELEMENT_TABLE_OF_CONTENTS',_0x33dedf));}}
23
+ const _0x3556=['get','plugins','_descriptionFactory','tableOfContents','TrackChangesEditing','insertTableOfContents','commands','registerElementLabel','afterInit','editor','ELEMENT_TABLE_OF_CONTENTS','locale'];(function(_0x5dc299,_0x35565e){const _0x18910a=function(_0x3edf3f){while(--_0x3edf3f){_0x5dc299['push'](_0x5dc299['shift']());}};_0x18910a(++_0x35565e);}(_0x3556,0x1ee));const _0x1891=function(_0x5dc299,_0x35565e){_0x5dc299=_0x5dc299-0x0;let _0x18910a=_0x3556[_0x5dc299];return _0x18910a;};import{Plugin as _0x4ad9df}from'ckeditor5/src/core';import{getTranslation as _0x2e69a9}from'../utils/common-translations';export default class bt extends _0x4ad9df{[_0x1891('0x6')](){const _0x5bb78f=this[_0x1891('0x7')];if(!_0x5bb78f[_0x1891('0x4')][_0x1891('0xa')](_0x1891('0x3')))return;_0x5bb78f[_0x1891('0xb')][_0x1891('0xa')]('TrackChangesEditing')['enableCommand'](_0x1891('0x3'));const _0x31223b=_0x5bb78f[_0x1891('0xb')]['get'](_0x1891('0x2')),_0x31e587=_0x5bb78f[_0x1891('0x9')];_0x31223b[_0x1891('0x0')][_0x1891('0x5')](_0x1891('0x1'),_0x48b206=>_0x2e69a9(_0x31e587,_0x1891('0x8'),_0x48b206));}}
@@ -13,7 +13,7 @@ export default class TrackChangesTableProperties extends Plugin {
13
13
  /**
14
14
  * @inheritDoc
15
15
  */
16
- static get pluginName(): 'TrackChangesTableProperties';
16
+ static get pluginName(): "TrackChangesTableProperties";
17
17
  /**
18
18
  * @inheritDoc
19
19
  */
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x23c1=['model','get','document','TrackChangesEditing','formatBlock','tableCellBackgroundColor','TableUtils','plugins','getSuggestions','enableCommand','tableBackgroundColor','registerCustomCallback','getFirstPosition','accept','table','subType','start','tableCellProperties','tableCellHorizontalAlignment','handleDiscardAction','format','markBlockFormat','tableBorderWidth','join','change','tableCellPadding','editor','tableBorderColor','handleSuggestionDescription','tableBorderStyle','nodeAfter','tableCellBorderColor','_getSuggestion','has','tableAlignment','discard','TableCellPropertiesEditing','TablePropertiesEditing','tableCellBorderStyle','tableHeight','_descriptionFactory','*Format:*\x20change\x20table\x20cell\x20properties','setAttribute','selection','findAncestor','getContainedElement','enqueueChange','getSelectionAffectedTableCells','registerDescriptionCallback','_suggestionFactory','getAttribute','tableCellBorderWidth','tableProperties','locale','_handlePropertyChange'];(function(_0x14d6ef,_0x23c1cf){const _0x43817b=function(_0x68b748){while(--_0x68b748){_0x14d6ef['push'](_0x14d6ef['shift']());}};_0x43817b(++_0x23c1cf);}(_0x23c1,0xbb));const _0x4381=function(_0x14d6ef,_0x23c1cf){_0x14d6ef=_0x14d6ef-0x0;let _0x43817b=_0x23c1[_0x14d6ef];return _0x43817b;};import{Plugin as _0x528bc6}from'ckeditor5/src/core';import{getTranslation as _0x109693}from'../utils/common-translations';export default class Ct extends _0x528bc6{constructor(_0x5ea309){super(_0x5ea309),this['tableProperties']=[_0x4381('0x5'),_0x4381('0x7'),_0x4381('0x0'),_0x4381('0xc'),'tableWidth',_0x4381('0x11'),_0x4381('0x2b')],this[_0x4381('0x32')]=[_0x4381('0x9'),_0x4381('0x10'),_0x4381('0x1d'),_0x4381('0x3'),'tableCellWidth','tableCellHeight',_0x4381('0x26'),_0x4381('0x33'),'tableCellVerticalAlignment'];}static get['pluginName'](){return'TrackChangesTableProperties';}['afterInit'](){const _0x194778=this[_0x4381('0x4')]['plugins'][_0x4381('0x22')](_0x4381('0x24'));if(this[_0x4381('0x4')][_0x4381('0x28')][_0x4381('0xb')](_0x4381('0xf'))){for(const _0x4ffa3c of this[_0x4381('0x1e')])_0x194778[_0x4381('0x2a')](_0x4ffa3c,(_0x4f5931,_0x239abd)=>{const _0x3433d7=this[_0x4381('0x4')][_0x4381('0x21')][_0x4381('0x23')][_0x4381('0x15')][_0x4381('0x2d')]()[_0x4381('0x16')](_0x4381('0x2f'));this['_handlePropertyChange'](_0x4ffa3c,[_0x3433d7],this[_0x4381('0x1e')],_0x4381('0x1e'),_0x4f5931,_0x239abd);});_0x194778[_0x4381('0x1b')][_0x4381('0x2c')](_0x4381('0x25'),'tableProperties',_0x4381('0x2e'),_0x194778[_0x4381('0x1b')]['getSuggestionCallback']('formatBlock',null,'discard')),_0x194778['_suggestionFactory'][_0x4381('0x2c')](_0x4381('0x25'),'tableProperties',_0x4381('0xd'),(_0x2e370a,_0x514304)=>this[_0x4381('0x34')](this['tableProperties'],_0x2e370a,_0x514304)),_0x194778[_0x4381('0x1b')][_0x4381('0x2c')](_0x4381('0x25'),_0x4381('0x1e'),_0x4381('0x1'),()=>!0x1);}if(this[_0x4381('0x4')]['plugins'][_0x4381('0xb')](_0x4381('0xe'))){for(const _0x2f1b27 of this['tableCellProperties'])_0x194778[_0x4381('0x2a')](_0x2f1b27,(_0x5d62c4,_0x32ef0b)=>{const _0x56ae34=this[_0x4381('0x4')][_0x4381('0x28')][_0x4381('0x22')](_0x4381('0x27'))[_0x4381('0x19')](this[_0x4381('0x4')]['model']['document'][_0x4381('0x15')]);this[_0x4381('0x20')](_0x2f1b27,_0x56ae34,this['tableCellProperties'],_0x4381('0x32'),_0x5d62c4,_0x32ef0b);});_0x194778['_suggestionFactory'][_0x4381('0x2c')](_0x4381('0x25'),'tableCellProperties',_0x4381('0x2e'),_0x194778[_0x4381('0x1b')]['getSuggestionCallback'](_0x4381('0x25'),null,_0x4381('0xd'))),_0x194778['_suggestionFactory']['registerCustomCallback'](_0x4381('0x25'),_0x4381('0x32'),_0x4381('0xd'),(_0x5e9b8e,_0x1f4866)=>this[_0x4381('0x34')](this['tableCellProperties'],_0x5e9b8e,_0x1f4866)),_0x194778[_0x4381('0x1b')][_0x4381('0x2c')](_0x4381('0x25'),_0x4381('0x32'),'join',()=>!0x1);}_0x194778[_0x4381('0x12')][_0x4381('0x1a')](_0xc7eb2b=>this[_0x4381('0x6')](_0xc7eb2b));}[_0x4381('0x20')](_0x99eb76,_0x1c273a,_0x24ad3a,_0xd38f28,_0x1ea4ef,_0x447563){const _0x4ca15c=this[_0x4381('0x4')][_0x4381('0x28')]['get']('TrackChangesEditing');this[_0x4381('0x4')]['model'][_0x4381('0x18')](_0x447563['batch'],()=>{for(const _0x4e069e of _0x1c273a){if(this[_0x4381('0xa')](_0x4e069e,_0xd38f28))_0x1ea4ef(_0x447563);else{const _0x2a7c7c={};for(const _0x183f1f of _0x24ad3a){const _0xf0a08=_0x4e069e[_0x4381('0x1c')](_0x183f1f);void 0x0!==_0xf0a08&&(_0x2a7c7c[_0x183f1f]=_0xf0a08);}_0x1ea4ef(_0x447563),_0x4ca15c[_0x4381('0x36')](_0x4e069e,{'commandParams':[_0x2a7c7c]},[],_0xd38f28);}}});}[_0x4381('0x34')](_0x3c1bab,_0x3fed3e,_0x3d36ea){const _0x5f0983=_0x3fed3e[0x0][_0x4381('0x31')][_0x4381('0x8')],_0x158eeb=_0x3d36ea['commandParams'][0x0];this['editor'][_0x4381('0x21')][_0x4381('0x2')](_0x5e8ef2=>{for(const _0x7e69a6 of _0x3c1bab)void 0x0!==_0x158eeb[_0x7e69a6]?_0x5e8ef2[_0x4381('0x14')](_0x7e69a6,_0x158eeb[_0x7e69a6],_0x5f0983):_0x5e8ef2['removeAttribute'](_0x7e69a6,_0x5f0983);});}[_0x4381('0x6')](_0x4d1350){if(_0x4d1350['data'])switch(_0x4d1350[_0x4381('0x30')]){case'tableProperties':return{'type':_0x4381('0x35'),'content':_0x109693(this[_0x4381('0x4')]['locale'],'*Format:*\x20change\x20table\x20properties')};case'tableCellProperties':return{'type':_0x4381('0x35'),'content':_0x109693(this[_0x4381('0x4')][_0x4381('0x1f')],_0x4381('0x13'))};}}[_0x4381('0xa')](_0x5d6d3c,_0x4ec462){const _0x47ab07=this[_0x4381('0x4')][_0x4381('0x28')][_0x4381('0x22')]('TrackChangesEditing');for(const _0x470c0a of _0x47ab07[_0x4381('0x29')]({'skipNotAttached':!0x0})){const _0x248555=_0x470c0a[_0x4381('0x17')]();if(_0x470c0a[_0x4381('0x30')]===_0x4ec462&&_0x248555===_0x5d6d3c)return _0x470c0a;}return null;}}
23
+ const _0x1e9e=['setAttribute','locale','join','tableCellProperties','tableCellWidth','get','format','tableAlignment','tableBorderColor','tableWidth','commandParams','getSuggestionCallback','TrackChangesEditing','getSelectionAffectedTableCells','selection','change','discard','tableCellHorizontalAlignment','tableCellBackgroundColor','accept','pluginName','TableCellPropertiesEditing','getContainedElement','tableCellHeight','*Format:*\x20change\x20table\x20properties','registerCustomCallback','afterInit','enableCommand','*Format:*\x20change\x20table\x20cell\x20properties','editor','nodeAfter','tableCellVerticalAlignment','_descriptionFactory','subType','plugins','has','tableBorderWidth','model','_handlePropertyChange','data','TrackChangesTableProperties','findAncestor','tableHeight','batch','table','_suggestionFactory','start','formatBlock','removeAttribute','enqueueChange','tableProperties','document','getSuggestions','handleSuggestionDescription','handleDiscardAction','TablePropertiesEditing','getAttribute','markBlockFormat'];(function(_0x5622ab,_0x1e9e95){const _0x1b2d5f=function(_0x4817c3){while(--_0x4817c3){_0x5622ab['push'](_0x5622ab['shift']());}};_0x1b2d5f(++_0x1e9e95);}(_0x1e9e,0x1ce));const _0x1b2d=function(_0x5622ab,_0x1e9e95){_0x5622ab=_0x5622ab-0x0;let _0x1b2d5f=_0x1e9e[_0x5622ab];return _0x1b2d5f;};import{Plugin as _0x3edc0e}from'ckeditor5/src/core';import{getTranslation as _0x3dea07}from'../utils/common-translations';export default class Ct extends _0x3edc0e{constructor(_0x22c1bf){super(_0x22c1bf),this['tableProperties']=[_0x1b2d('0xa'),'tableBorderStyle',_0x1b2d('0x26'),_0x1b2d('0x9'),_0x1b2d('0xb'),_0x1b2d('0x2c'),'tableBackgroundColor'],this[_0x1b2d('0x5')]=['tableCellBorderColor','tableCellBorderStyle','tableCellBorderWidth','tableCellPadding',_0x1b2d('0x6'),_0x1b2d('0x19'),_0x1b2d('0x14'),_0x1b2d('0x13'),_0x1b2d('0x21')];}static get[_0x1b2d('0x16')](){return _0x1b2d('0x2a');}[_0x1b2d('0x1c')](){const _0x1f02ad=this[_0x1b2d('0x1f')][_0x1b2d('0x24')][_0x1b2d('0x7')]('TrackChangesEditing');if(this[_0x1b2d('0x1f')][_0x1b2d('0x24')][_0x1b2d('0x25')](_0x1b2d('0x39'))){for(const _0x328ab3 of this[_0x1b2d('0x34')])_0x1f02ad[_0x1b2d('0x1d')](_0x328ab3,(_0x39bdf5,_0x1d9dde)=>{const _0x5e2efe=this['editor'][_0x1b2d('0x27')][_0x1b2d('0x35')][_0x1b2d('0x10')]['getFirstPosition']()[_0x1b2d('0x2b')](_0x1b2d('0x2e'));this[_0x1b2d('0x28')](_0x328ab3,[_0x5e2efe],this[_0x1b2d('0x34')],_0x1b2d('0x34'),_0x39bdf5,_0x1d9dde);});_0x1f02ad[_0x1b2d('0x2f')][_0x1b2d('0x1b')](_0x1b2d('0x31'),'tableProperties',_0x1b2d('0x15'),_0x1f02ad[_0x1b2d('0x2f')][_0x1b2d('0xd')]('formatBlock',null,_0x1b2d('0x12'))),_0x1f02ad[_0x1b2d('0x2f')]['registerCustomCallback'](_0x1b2d('0x31'),_0x1b2d('0x34'),'discard',(_0x440e84,_0x2c8a3c)=>this[_0x1b2d('0x38')](this[_0x1b2d('0x34')],_0x440e84,_0x2c8a3c)),_0x1f02ad[_0x1b2d('0x2f')][_0x1b2d('0x1b')](_0x1b2d('0x31'),_0x1b2d('0x34'),_0x1b2d('0x4'),()=>!0x1);}if(this[_0x1b2d('0x1f')]['plugins'][_0x1b2d('0x25')](_0x1b2d('0x17'))){for(const _0x3211a5 of this['tableCellProperties'])_0x1f02ad[_0x1b2d('0x1d')](_0x3211a5,(_0x486c87,_0x465622)=>{const _0x49d294=this[_0x1b2d('0x1f')][_0x1b2d('0x24')]['get']('TableUtils')[_0x1b2d('0xf')](this['editor'][_0x1b2d('0x27')][_0x1b2d('0x35')][_0x1b2d('0x10')]);this['_handlePropertyChange'](_0x3211a5,_0x49d294,this[_0x1b2d('0x5')],_0x1b2d('0x5'),_0x486c87,_0x465622);});_0x1f02ad['_suggestionFactory'][_0x1b2d('0x1b')]('formatBlock','tableCellProperties',_0x1b2d('0x15'),_0x1f02ad[_0x1b2d('0x2f')][_0x1b2d('0xd')](_0x1b2d('0x31'),null,'discard')),_0x1f02ad[_0x1b2d('0x2f')][_0x1b2d('0x1b')](_0x1b2d('0x31'),'tableCellProperties','discard',(_0x2956c5,_0x76063c)=>this[_0x1b2d('0x38')](this['tableCellProperties'],_0x2956c5,_0x76063c)),_0x1f02ad['_suggestionFactory']['registerCustomCallback'](_0x1b2d('0x31'),_0x1b2d('0x5'),'join',()=>!0x1);}_0x1f02ad[_0x1b2d('0x22')]['registerDescriptionCallback'](_0x2d1370=>this[_0x1b2d('0x37')](_0x2d1370));}[_0x1b2d('0x28')](_0x70668a,_0xaadf39,_0x3ee8e0,_0xcb4d1e,_0xd6ae12,_0x316917){const _0xc53f94=this[_0x1b2d('0x1f')][_0x1b2d('0x24')]['get']('TrackChangesEditing');this[_0x1b2d('0x1f')][_0x1b2d('0x27')][_0x1b2d('0x33')](_0x316917[_0x1b2d('0x2d')],()=>{for(const _0x458079 of _0xaadf39){if(this['_getSuggestion'](_0x458079,_0xcb4d1e))_0xd6ae12(_0x316917);else{const _0x3d2acd={};for(const _0x1a4551 of _0x3ee8e0){const _0x51b1aa=_0x458079[_0x1b2d('0x0')](_0x1a4551);void 0x0!==_0x51b1aa&&(_0x3d2acd[_0x1a4551]=_0x51b1aa);}_0xd6ae12(_0x316917),_0xc53f94[_0x1b2d('0x1')](_0x458079,{'commandParams':[_0x3d2acd]},[],_0xcb4d1e);}}});}[_0x1b2d('0x38')](_0x392776,_0x1f7767,_0x360383){const _0x24412c=_0x1f7767[0x0][_0x1b2d('0x30')][_0x1b2d('0x20')],_0x5cb252=_0x360383[_0x1b2d('0xc')][0x0];this[_0x1b2d('0x1f')]['model'][_0x1b2d('0x11')](_0xb971ab=>{for(const _0x390dd0 of _0x392776)void 0x0!==_0x5cb252[_0x390dd0]?_0xb971ab[_0x1b2d('0x2')](_0x390dd0,_0x5cb252[_0x390dd0],_0x24412c):_0xb971ab[_0x1b2d('0x32')](_0x390dd0,_0x24412c);});}[_0x1b2d('0x37')](_0x2bdc8d){if(_0x2bdc8d[_0x1b2d('0x29')])switch(_0x2bdc8d['subType']){case _0x1b2d('0x34'):return{'type':'format','content':_0x3dea07(this[_0x1b2d('0x1f')][_0x1b2d('0x3')],_0x1b2d('0x1a'))};case'tableCellProperties':return{'type':_0x1b2d('0x8'),'content':_0x3dea07(this['editor'][_0x1b2d('0x3')],_0x1b2d('0x1e'))};}}['_getSuggestion'](_0x153f32,_0x46f0bd){const _0xf606b6=this[_0x1b2d('0x1f')][_0x1b2d('0x24')]['get'](_0x1b2d('0xe'));for(const _0x5f4e63 of _0xf606b6[_0x1b2d('0x36')]({'skipNotAttached':!0x0})){const _0x52f10f=_0x5f4e63[_0x1b2d('0x18')]();if(_0x5f4e63[_0x1b2d('0x23')]===_0x46f0bd&&_0x52f10f===_0x153f32)return _0x5f4e63;}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4616=['TrackChangesEditing','Template','plugins','editor','has','insertTemplate','enableCommand'];(function(_0x4fb0cc,_0x461683){const _0x2bacc6=function(_0x2e0160){while(--_0x2e0160){_0x4fb0cc['push'](_0x4fb0cc['shift']());}};_0x2bacc6(++_0x461683);}(_0x4616,0x78));const _0x2bac=function(_0x4fb0cc,_0x461683){_0x4fb0cc=_0x4fb0cc-0x0;let _0x2bacc6=_0x4616[_0x4fb0cc];return _0x2bacc6;};import{Plugin as _0x24a5f1}from'ckeditor5/src/core';export default class yt extends _0x24a5f1{['afterInit'](){const _0x3b6512=this[_0x2bac('0x2')];_0x3b6512['plugins'][_0x2bac('0x3')](_0x2bac('0x0'))&&_0x3b6512[_0x2bac('0x1')]['get'](_0x2bac('0x6'))[_0x2bac('0x5')](_0x2bac('0x4'));}}
23
+ const _0x41fa=['TrackChangesEditing','get','has','afterInit','plugins','insertTemplate','enableCommand','Template'];(function(_0x36170e,_0x41fa0a){const _0x288e44=function(_0x9810e8){while(--_0x9810e8){_0x36170e['push'](_0x36170e['shift']());}};_0x288e44(++_0x41fa0a);}(_0x41fa,0x147));const _0x288e=function(_0x36170e,_0x41fa0a){_0x36170e=_0x36170e-0x0;let _0x288e44=_0x41fa[_0x36170e];return _0x288e44;};import{Plugin as _0x4f9c48}from'ckeditor5/src/core';export default class yt extends _0x4f9c48{[_0x288e('0x4')](){const _0x340d44=this['editor'];_0x340d44[_0x288e('0x5')][_0x288e('0x3')](_0x288e('0x0'))&&_0x340d44[_0x288e('0x5')][_0x288e('0x2')](_0x288e('0x1'))[_0x288e('0x7')](_0x288e('0x6'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x32a5=['end','document','registerPostFixer','Title','suggestion','newRange','forward','TrackChangesEditing','title-content','registerElementLabel','plugins','locale','getNearestSelectionRange','editor','ELEMENT_TITLE','_splitMarkerName','schema','isCollapsed','getChangedMarkers','_descriptionFactory','model','from','get','differ','start','element','removeMarker','isEqual'];(function(_0xa6906,_0x32a57e){const _0x199b36=function(_0x5b58d9){while(--_0x5b58d9){_0xa6906['push'](_0xa6906['shift']());}};_0x199b36(++_0x32a57e);}(_0x32a5,0x66));const _0x199b=function(_0xa6906,_0x32a57e){_0xa6906=_0xa6906-0x0;let _0x199b36=_0x32a5[_0xa6906];return _0x199b36;};import{Plugin as _0x222441}from'ckeditor5/src/core';import{getTranslation as _0x4e419d}from'../utils/common-translations';export default class St extends _0x222441{['afterInit'](){const _0x49403c=this[_0x199b('0x17')];if(!_0x49403c[_0x199b('0x14')]['has'](_0x199b('0xd')))return;const _0x443e2e=_0x49403c['plugins'][_0x199b('0x4')](_0x199b('0x11'));_0x443e2e[_0x199b('0x1')][_0x199b('0x13')](_0x199b('0x12'),()=>_0x4e419d(_0x49403c[_0x199b('0x15')],_0x199b('0x18'))),_0x49403c[_0x199b('0x2')][_0x199b('0xb')][_0x199b('0xc')](_0x2dd96c=>{let _0xb8dd6b=!0x1;const _0x3b88f2=Array[_0x199b('0x3')](_0x49403c[_0x199b('0x2')][_0x199b('0xb')][_0x199b('0x5')][_0x199b('0x0')]());for(const {name:_0x31d4bf,data:_0x5b685c}of _0x3b88f2){const {group:_0x368ce4}=_0x443e2e[_0x199b('0x19')](_0x31d4bf);if(_0x199b('0xe')!==_0x368ce4||!_0x5b685c[_0x199b('0xf')])continue;const _0x4105ec=_0x5b685c['newRange'],_0x1b883c=_0x4105ec[_0x199b('0xa')]['nodeBefore'];if(!_0x1b883c||!_0x1b883c['is'](_0x199b('0x7'),_0x199b('0x12')))continue;if(!_0x4105ec[_0x199b('0x6')]['isTouching'](_0x4105ec[_0x199b('0xa')]))continue;const _0x29f0d3=_0x49403c[_0x199b('0x2')][_0x199b('0x1a')][_0x199b('0x16')](_0x4105ec[_0x199b('0xa')],_0x199b('0x10'));if(_0x29f0d3&&_0x29f0d3[_0x199b('0x1b')]){const _0x276017=_0x2dd96c['createRange'](_0x4105ec[_0x199b('0x6')],_0x29f0d3['start']);_0x276017[_0x199b('0x9')](_0x4105ec)||(_0x2dd96c['updateMarker'](_0x31d4bf,{'range':_0x276017}),_0xb8dd6b=!0x0);}_0xb8dd6b||(_0x2dd96c[_0x199b('0x8')](_0x31d4bf),_0xb8dd6b=!0x0);}return _0xb8dd6b;});}}
23
+ const _0x580c=['has','getChangedMarkers','_descriptionFactory','updateMarker','afterInit','registerPostFixer','schema','newRange','forward','isTouching','end','start','isEqual','nodeBefore','plugins','createRange','editor','element','isCollapsed','TrackChangesEditing','title-content','removeMarker','from','ELEMENT_TITLE','model','document','Title','differ','locale'];(function(_0x1db1df,_0x580cc0){const _0x543122=function(_0x1b4538){while(--_0x1b4538){_0x1db1df['push'](_0x1db1df['shift']());}};_0x543122(++_0x580cc0);}(_0x580c,0xe0));const _0x5431=function(_0x1db1df,_0x580cc0){_0x1db1df=_0x1db1df-0x0;let _0x543122=_0x580c[_0x1db1df];return _0x543122;};import{Plugin as _0x2a9867}from'ckeditor5/src/core';import{getTranslation as _0x4baa11}from'../utils/common-translations';export default class St extends _0x2a9867{[_0x5431('0xc')](){const _0x37834e=this[_0x5431('0x18')];if(!_0x37834e['plugins'][_0x5431('0x8')](_0x5431('0x5')))return;const _0x13aaff=_0x37834e[_0x5431('0x16')]['get'](_0x5431('0x1b'));_0x13aaff[_0x5431('0xa')]['registerElementLabel'](_0x5431('0x1c'),()=>_0x4baa11(_0x37834e[_0x5431('0x7')],_0x5431('0x2'))),_0x37834e[_0x5431('0x3')][_0x5431('0x4')][_0x5431('0xd')](_0x195e01=>{let _0x3d21b9=!0x1;const _0x1faf92=Array[_0x5431('0x1')](_0x37834e[_0x5431('0x3')][_0x5431('0x4')][_0x5431('0x6')][_0x5431('0x9')]());for(const {name:_0x3ef3b0,data:_0x5a3450}of _0x1faf92){const {group:_0x435b8b}=_0x13aaff['_splitMarkerName'](_0x3ef3b0);if('suggestion'!==_0x435b8b||!_0x5a3450[_0x5431('0xf')])continue;const _0x260df6=_0x5a3450['newRange'],_0x217375=_0x260df6['end'][_0x5431('0x15')];if(!_0x217375||!_0x217375['is'](_0x5431('0x19'),_0x5431('0x1c')))continue;if(!_0x260df6[_0x5431('0x13')][_0x5431('0x11')](_0x260df6[_0x5431('0x12')]))continue;const _0xd29829=_0x37834e[_0x5431('0x3')][_0x5431('0xe')]['getNearestSelectionRange'](_0x260df6[_0x5431('0x12')],_0x5431('0x10'));if(_0xd29829&&_0xd29829[_0x5431('0x1a')]){const _0x59572f=_0x195e01[_0x5431('0x17')](_0x260df6[_0x5431('0x13')],_0xd29829['start']);_0x59572f[_0x5431('0x14')](_0x260df6)||(_0x195e01[_0x5431('0xb')](_0x3ef3b0,{'range':_0x59572f}),_0x3d21b9=!0x0);}_0x3d21b9||(_0x195e01[_0x5431('0x0')](_0x3ef3b0),_0x3d21b9=!0x0);}return _0x3d21b9;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x27d5=['TrackChangesEditing','editor','enableCommand','plugins','afterInit','get','UndoEditing','undo'];(function(_0xb68fce,_0x27d507){const _0x57b857=function(_0x413c84){while(--_0x413c84){_0xb68fce['push'](_0xb68fce['shift']());}};_0x57b857(++_0x27d507);}(_0x27d5,0x93));const _0x57b8=function(_0xb68fce,_0x27d507){_0xb68fce=_0xb68fce-0x0;let _0x57b857=_0x27d5[_0xb68fce];return _0x57b857;};import{Plugin as _0x3394df}from'ckeditor5/src/core';export default class It extends _0x3394df{[_0x57b8('0x1')](){const _0x947f18=this[_0x57b8('0x6')],_0x39c4b1=_0x947f18['plugins'][_0x57b8('0x2')](_0x57b8('0x5'));_0x947f18[_0x57b8('0x0')]['has'](_0x57b8('0x3'))&&(_0x39c4b1[_0x57b8('0x7')](_0x57b8('0x4')),_0x39c4b1[_0x57b8('0x7')]('redo'));}}
23
+ const _0xf074=['undo','has','UndoEditing','TrackChangesEditing','afterInit','enableCommand','plugins','get'];(function(_0x556632,_0xf0742f){const _0x2c0cbd=function(_0x450c3f){while(--_0x450c3f){_0x556632['push'](_0x556632['shift']());}};_0x2c0cbd(++_0xf0742f);}(_0xf074,0x1cb));const _0x2c0c=function(_0x556632,_0xf0742f){_0x556632=_0x556632-0x0;let _0x2c0cbd=_0xf074[_0x556632];return _0x2c0cbd;};import{Plugin as _0x566bd1}from'ckeditor5/src/core';export default class It extends _0x566bd1{[_0x2c0c('0x1')](){const _0x2fc636=this['editor'],_0x34f877=_0x2fc636['plugins'][_0x2c0c('0x4')](_0x2c0c('0x0'));_0x2fc636[_0x2c0c('0x3')][_0x2c0c('0x6')](_0x2c0c('0x7'))&&(_0x34f877[_0x2c0c('0x2')](_0x2c0c('0x5')),_0x34f877[_0x2c0c('0x2')]('redo'));}}