@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240123.0 → 0.0.0-nightly-20240125.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 (67) hide show
  1. package/build/track-changes.js +1 -1
  2. package/package.json +3 -3
  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/aiassistant.js +1 -1
  9. package/src/integrations/alignment.js +1 -1
  10. package/src/integrations/basicstyles.js +1 -1
  11. package/src/integrations/blockquote.js +1 -1
  12. package/src/integrations/casechange.js +1 -1
  13. package/src/integrations/ckbox.js +1 -1
  14. package/src/integrations/codeblock.js +1 -1
  15. package/src/integrations/comments.js +1 -1
  16. package/src/integrations/deletecommand.js +1 -1
  17. package/src/integrations/entercommand.js +1 -1
  18. package/src/integrations/findandreplace.js +1 -1
  19. package/src/integrations/font.js +1 -1
  20. package/src/integrations/formatpainter.js +1 -1
  21. package/src/integrations/heading.js +1 -1
  22. package/src/integrations/highlight.js +1 -1
  23. package/src/integrations/horizontalline.js +1 -1
  24. package/src/integrations/htmlembed.js +1 -1
  25. package/src/integrations/image.js +1 -1
  26. package/src/integrations/imagereplace.js +1 -1
  27. package/src/integrations/imagestyle.js +1 -1
  28. package/src/integrations/importword.js +1 -1
  29. package/src/integrations/indent.js +1 -1
  30. package/src/integrations/inputcommand.js +1 -1
  31. package/src/integrations/legacylist.js +1 -1
  32. package/src/integrations/legacylistproperties.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.js +1 -1
  43. package/src/integrations/standardeditingmode.js +1 -1
  44. package/src/integrations/style.js +1 -1
  45. package/src/integrations/table.js +1 -1
  46. package/src/integrations/tablecaption.js +1 -1
  47. package/src/integrations/tableclipboard.js +1 -1
  48. package/src/integrations/tablecolumnresize.js +1 -1
  49. package/src/integrations/tableheadings.js +1 -1
  50. package/src/integrations/tablemergesplit.js +1 -1
  51. package/src/integrations/tableofcontents.js +1 -1
  52. package/src/integrations/tableproperties.js +1 -1
  53. package/src/integrations/template.js +1 -1
  54. package/src/integrations/title.js +1 -1
  55. package/src/integrations/undo.js +1 -1
  56. package/src/integrations/utils.js +1 -1
  57. package/src/suggestion.js +1 -1
  58. package/src/suggestiondescriptionfactory.js +1 -1
  59. package/src/trackchanges.js +1 -1
  60. package/src/trackchangesdata.js +1 -1
  61. package/src/trackchangesediting.js +1 -1
  62. package/src/trackchangesui.js +1 -1
  63. package/src/ui/suggestioncontroller.js +1 -1
  64. package/src/ui/view/basesuggestionthreadview.js +1 -1
  65. package/src/ui/view/suggestionthreadview.js +1 -1
  66. package/src/utils/common-translations.js +1 -1
  67. package/src/utils/utils.js +1 -1
package/src/suggestion.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4a99=['getMultiRangeId','nodeBefore','_onDiscard','start','addMarker','decorate','_onAccept','attributes','filter','authoredAt','isIntersectingWithRange','hasComments','subType','toJSON','getMarkers','change','getFirstRange','substr','end','size','data','addRange','getFirstMarker','previous','removeAttribute','getRange','head','getRanges','suggestion:','add','getItems','creator','push','addMarkerName','isInContent','_isDataLoaded','discard','getAllAdjacentSuggestions','map','split','reduce','removeMarkers','_model','markers','clear','set','commentThread','author','createdAt','from','length','removeMarker','_markerNames','_onAttributesChange','accept','type','next','onAccept'];(function(_0x394933,_0x4a99ec){const _0x3b712f=function(_0x40cabf){while(--_0x40cabf){_0x394933['push'](_0x394933['shift']());}};_0x3b712f(++_0x4a99ec);}(_0x4a99,0x154));const _0x3b71=function(_0x394933,_0x4a99ec){_0x394933=_0x394933-0x0;let _0x3b712f=_0x4a99[_0x394933];return _0x3b712f;};import{Element as _0x21812b}from'ckeditor5/src/engine.js';import{ObservableMixin as _0xb746f2,uid as _0x4b0442}from'ckeditor5/src/utils.js';import{cloneDeep as _0x43c6f8,isEqual as _0x3adf0c,set as _0x22131d,unset as _0x38b7c0}from'lodash-es';export default class u extends _0xb746f2(){constructor(_0x38fa43,_0x2bad2f){super(),this[_0x3b71('0x2b')]=!0x1,this['id']=_0x2bad2f['id'],this[_0x3b71('0x5')]=_0x2bad2f[_0x3b71('0x5')],this[_0x3b71('0x14')]=_0x2bad2f[_0x3b71('0x14')]||null,this[_0x3b71('0x37')]=_0x2bad2f[_0x3b71('0x37')],this[_0x3b71('0x27')]=_0x2bad2f['creator']||_0x2bad2f[_0x3b71('0x37')],this['isExternal']=Boolean(_0x2bad2f[_0x3b71('0xf')]&&_0x2bad2f[_0x3b71('0xf')]['@external']),this[_0x3b71('0x1c')]=null,this[_0x3b71('0x32')]=_0x38fa43,this['_onAccept']=_0x2bad2f[_0x3b71('0x7')],this[_0x3b71('0xa')]=_0x2bad2f['onDiscard'],this['_onAttributesChange']=_0x2bad2f['onAttributesChange'],this[_0x3b71('0x2')]=new Set(),this[_0x3b71('0x38')]=null,this[_0x3b71('0x35')](_0x3b71('0x11'),null),this['set']('attributes',_0x2bad2f['attributes']||{}),this[_0x3b71('0x35')](_0x3b71('0x1f'),null),this[_0x3b71('0x35')](_0x3b71('0x6'),null),this[_0x3b71('0x35')](_0x3b71('0x36'),null),this[_0x3b71('0x35')]('_saved',!0x1),this[_0x3b71('0xd')](_0x3b71('0x4')),this['decorate'](_0x3b71('0x2c'));}get[_0x3b71('0x22')](){let _0x45510f=this;for(;_0x45510f[_0x3b71('0x1f')];)_0x45510f=_0x45510f[_0x3b71('0x1f')];return _0x45510f;}get[_0x3b71('0x13')](){return!!this[_0x3b71('0x36')]&&this[_0x3b71('0x36')][_0x3b71('0x0')]>0x0;}get['isMultiRange'](){if(0x0==this[_0x3b71('0x2')][_0x3b71('0x1b')])return!0x1;return 0x6==Array[_0x3b71('0x39')](this[_0x3b71('0x2')])[0x0][_0x3b71('0x2f')](':')['length'];}get[_0x3b71('0x2a')](){return null!==this[_0x3b71('0x1e')]();}[_0x3b71('0x29')](_0x50615c){this[_0x3b71('0x2')][_0x3b71('0x25')](_0x50615c);}['getMarkerNames'](){return Array[_0x3b71('0x39')](this['_markerNames']);}['getMarkers'](){return this['getMarkerNames']()[_0x3b71('0x2e')](_0x283983=>this[_0x3b71('0x32')][_0x3b71('0x33')]['get'](_0x283983))[_0x3b71('0x10')](_0x1306d6=>_0x1306d6);}[_0x3b71('0x1e')](){return this[_0x3b71('0x16')]()[0x0]||null;}['removeMarkers'](){this['_model'][_0x3b71('0x17')](_0x1cac3e=>{for(const _0x41236f of this[_0x3b71('0x16')]())_0x1cac3e[_0x3b71('0x1')](_0x41236f);}),this[_0x3b71('0x2')][_0x3b71('0x34')]();}['removeMarker'](_0x1e8052){this['_model']['change'](_0x5aefcb=>{_0x5aefcb[_0x3b71('0x1')](_0x1e8052);}),this[_0x3b71('0x2')]['delete'](_0x1e8052);}[_0x3b71('0x1d')](_0xd46893){const _0x2e4577=_0x3b71('0x24')+this['type']+':'+this[_0x3b71('0x14')]+':'+this['id']+':'+this[_0x3b71('0x27')]['id']+':'+u[_0x3b71('0x8')]();this[_0x3b71('0x29')](_0x2e4577),this[_0x3b71('0x32')][_0x3b71('0x17')](_0x29b40a=>{_0x29b40a[_0x3b71('0xc')](_0x2e4577,{'range':_0xd46893,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3b71('0x12')](_0x558340){for(const _0x3e48fc of this['getRanges']())if(_0x3e48fc['isIntersecting'](_0x558340))return!0x0;return!0x1;}[_0x3b71('0x23')](){return this[_0x3b71('0x16')]()[_0x3b71('0x2e')](_0x295338=>_0x295338[_0x3b71('0x21')]());}['getItems'](){return this[_0x3b71('0x23')]()[_0x3b71('0x30')]((_0x55dc1f,_0x218e9f)=>[..._0x55dc1f,..._0x218e9f[_0x3b71('0x26')]()],[]);}[_0x3b71('0x18')](){var _0x1d5840;return(null===(_0x1d5840=this['getFirstMarker']())||void 0x0===_0x1d5840?void 0x0:_0x1d5840[_0x3b71('0x21')]())||null;}['getContainedElement'](){const _0x1f4ffd=this[_0x3b71('0x23')]();if(0x1!=_0x1f4ffd[_0x3b71('0x0')])return null;const _0x10de53=_0x1f4ffd[0x0],_0x925e7c=_0x10de53[_0x3b71('0xb')]['nodeAfter'],_0xcc4166=_0x10de53[_0x3b71('0x1a')][_0x3b71('0x9')];return _0x925e7c instanceof _0x21812b?_0x925e7c!=_0xcc4166?null:_0x925e7c:null;}[_0x3b71('0x4')](){this[_0x3b71('0xe')](this['getRanges'](),this['data'],this[_0x3b71('0xf')]),this[_0x3b71('0x31')]();}[_0x3b71('0x2c')](){this[_0x3b71('0xa')](this[_0x3b71('0x23')](),this['data'],this[_0x3b71('0xf')]),this['removeMarkers']();}[_0x3b71('0x2d')](){const _0x4b05c2=[];let _0x4c87a1=this[_0x3b71('0x22')];for(;_0x4c87a1;)_0x4b05c2[_0x3b71('0x28')](_0x4c87a1),_0x4c87a1=_0x4c87a1[_0x3b71('0x6')];return _0x4b05c2;}['setAttribute'](_0x1a6a1b,_0x5538b4){const _0x2be5b6=_0x43c6f8(this[_0x3b71('0xf')]);_0x22131d(_0x2be5b6,_0x1a6a1b,_0x5538b4),_0x3adf0c(_0x2be5b6,this[_0x3b71('0xf')])||(this[_0x3b71('0xf')]=_0x2be5b6,this[_0x3b71('0x3')](_0x2be5b6));}[_0x3b71('0x20')](_0x452575){const _0x219968=_0x43c6f8(this[_0x3b71('0xf')]);_0x38b7c0(_0x219968,_0x452575),_0x3adf0c(_0x219968,this['attributes'])||(this[_0x3b71('0xf')]=_0x219968,this[_0x3b71('0x3')](this['attributes']));}[_0x3b71('0x15')](){return{'id':this['id'],'type':this[_0x3b71('0x14')]?this[_0x3b71('0x5')]+':'+this[_0x3b71('0x14')]:this[_0x3b71('0x5')],'authorId':this[_0x3b71('0x27')]['id'],'createdAt':this[_0x3b71('0x38')],'hasComments':this[_0x3b71('0x13')],'data':this[_0x3b71('0x1c')],'attributes':this[_0x3b71('0xf')]};}static[_0x3b71('0x8')](){return _0x4b0442()[_0x3b71('0x19')](0x1,0x5);}}
23
+ const _0x3dc5=['getContainedElement','map','_model','_onAccept','end','getRange','delete','getFirstMarker','get','split','type','onAttributesChange','clear','length','markers','getItems','isMultiRange','getMultiRangeId','creator','authoredAt','size','addMarkerName','filter','getMarkers','subType','data','decorate','getMarkerNames','set','_markerNames','nodeAfter','getRanges','toJSON','isIntersectingWithRange','discard','removeMarkers','previous','substr','removeMarker','accept','attributes','_onAttributesChange','hasComments','createdAt','commentThread','change','@external','isIntersecting','add','author','setAttribute','getFirstRange','onAccept','removeAttribute','head','from','_onDiscard','start','onDiscard'];(function(_0x3d4184,_0x3dc552){const _0x16e637=function(_0x5f4027){while(--_0x5f4027){_0x3d4184['push'](_0x3d4184['shift']());}};_0x16e637(++_0x3dc552);}(_0x3dc5,0x165));const _0x16e6=function(_0x3d4184,_0x3dc552){_0x3d4184=_0x3d4184-0x0;let _0x16e637=_0x3dc5[_0x3d4184];return _0x16e637;};import{Element as _0x4f16d5}from'ckeditor5/src/engine.js';import{ObservableMixin as _0x2e1800,uid as _0x20ab10}from'ckeditor5/src/utils.js';import{cloneDeep as _0x5b760f,isEqual as _0x7e8ee3,set as _0x2f7ba0,unset as _0x5e9d93}from'lodash-es';export default class u extends _0x2e1800(){constructor(_0x1d4db4,_0x4754ab){super(),this['_isDataLoaded']=!0x1,this['id']=_0x4754ab['id'],this['type']=_0x4754ab[_0x16e6('0x7')],this[_0x16e6('0x15')]=_0x4754ab['subType']||null,this['author']=_0x4754ab[_0x16e6('0x2e')],this[_0x16e6('0xf')]=_0x4754ab[_0x16e6('0xf')]||_0x4754ab[_0x16e6('0x2e')],this['isExternal']=Boolean(_0x4754ab['attributes']&&_0x4754ab[_0x16e6('0x25')][_0x16e6('0x2b')]),this[_0x16e6('0x16')]=null,this['_model']=_0x1d4db4,this[_0x16e6('0x0')]=_0x4754ab[_0x16e6('0x31')],this[_0x16e6('0x35')]=_0x4754ab[_0x16e6('0x37')],this['_onAttributesChange']=_0x4754ab[_0x16e6('0x8')],this[_0x16e6('0x1a')]=new Set(),this[_0x16e6('0x28')]=null,this[_0x16e6('0x19')](_0x16e6('0x10'),null),this[_0x16e6('0x19')]('attributes',_0x4754ab[_0x16e6('0x25')]||{}),this[_0x16e6('0x19')](_0x16e6('0x21'),null),this[_0x16e6('0x19')]('next',null),this[_0x16e6('0x19')](_0x16e6('0x29'),null),this[_0x16e6('0x19')]('_saved',!0x1),this[_0x16e6('0x17')]('accept'),this[_0x16e6('0x17')](_0x16e6('0x1f'));}get[_0x16e6('0x33')](){let _0x537ede=this;for(;_0x537ede[_0x16e6('0x21')];)_0x537ede=_0x537ede['previous'];return _0x537ede;}get[_0x16e6('0x27')](){return!!this['commentThread']&&this[_0x16e6('0x29')]['length']>0x0;}get[_0x16e6('0xd')](){if(0x0==this[_0x16e6('0x1a')][_0x16e6('0x11')])return!0x1;return 0x6==Array[_0x16e6('0x34')](this[_0x16e6('0x1a')])[0x0][_0x16e6('0x6')](':')[_0x16e6('0xa')];}get['isInContent'](){return null!==this['getFirstMarker']();}[_0x16e6('0x12')](_0x4b2dd9){this[_0x16e6('0x1a')][_0x16e6('0x2d')](_0x4b2dd9);}[_0x16e6('0x18')](){return Array[_0x16e6('0x34')](this[_0x16e6('0x1a')]);}[_0x16e6('0x14')](){return this['getMarkerNames']()['map'](_0x3ff84f=>this['_model'][_0x16e6('0xb')][_0x16e6('0x5')](_0x3ff84f))[_0x16e6('0x13')](_0x265128=>_0x265128);}[_0x16e6('0x4')](){return this[_0x16e6('0x14')]()[0x0]||null;}[_0x16e6('0x20')](){this['_model']['change'](_0x50f836=>{for(const _0x5b3da3 of this[_0x16e6('0x14')]())_0x50f836[_0x16e6('0x23')](_0x5b3da3);}),this[_0x16e6('0x1a')][_0x16e6('0x9')]();}[_0x16e6('0x23')](_0xa1a22){this[_0x16e6('0x3a')][_0x16e6('0x2a')](_0x21bafa=>{_0x21bafa[_0x16e6('0x23')](_0xa1a22);}),this[_0x16e6('0x1a')][_0x16e6('0x3')](_0xa1a22);}['addRange'](_0x18acc1){const _0x6d7127='suggestion:'+this['type']+':'+this[_0x16e6('0x15')]+':'+this['id']+':'+this[_0x16e6('0xf')]['id']+':'+u[_0x16e6('0xe')]();this[_0x16e6('0x12')](_0x6d7127),this[_0x16e6('0x3a')][_0x16e6('0x2a')](_0xce6566=>{_0xce6566['addMarker'](_0x6d7127,{'range':_0x18acc1,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x16e6('0x1e')](_0x154604){for(const _0x2469c8 of this[_0x16e6('0x1c')]())if(_0x2469c8[_0x16e6('0x2c')](_0x154604))return!0x0;return!0x1;}[_0x16e6('0x1c')](){return this['getMarkers']()[_0x16e6('0x39')](_0x584345=>_0x584345['getRange']());}[_0x16e6('0xc')](){return this[_0x16e6('0x1c')]()['reduce']((_0x1cd8ef,_0x111470)=>[..._0x1cd8ef,..._0x111470['getItems']()],[]);}[_0x16e6('0x30')](){var _0x564d27;return(null===(_0x564d27=this[_0x16e6('0x4')]())||void 0x0===_0x564d27?void 0x0:_0x564d27[_0x16e6('0x2')]())||null;}[_0x16e6('0x38')](){const _0x2e58fe=this[_0x16e6('0x1c')]();if(0x1!=_0x2e58fe[_0x16e6('0xa')])return null;const _0x2e5790=_0x2e58fe[0x0],_0x504387=_0x2e5790[_0x16e6('0x36')][_0x16e6('0x1b')],_0x4452f8=_0x2e5790[_0x16e6('0x1')]['nodeBefore'];return _0x504387 instanceof _0x4f16d5?_0x504387!=_0x4452f8?null:_0x504387:null;}[_0x16e6('0x24')](){this[_0x16e6('0x0')](this[_0x16e6('0x1c')](),this[_0x16e6('0x16')],this[_0x16e6('0x25')]),this[_0x16e6('0x20')]();}[_0x16e6('0x1f')](){this['_onDiscard'](this['getRanges'](),this[_0x16e6('0x16')],this[_0x16e6('0x25')]),this['removeMarkers']();}['getAllAdjacentSuggestions'](){const _0x4e43e1=[];let _0x18f198=this[_0x16e6('0x33')];for(;_0x18f198;)_0x4e43e1['push'](_0x18f198),_0x18f198=_0x18f198['next'];return _0x4e43e1;}[_0x16e6('0x2f')](_0x42a340,_0x170885){const _0x1032ab=_0x5b760f(this[_0x16e6('0x25')]);_0x2f7ba0(_0x1032ab,_0x42a340,_0x170885),_0x7e8ee3(_0x1032ab,this[_0x16e6('0x25')])||(this[_0x16e6('0x25')]=_0x1032ab,this[_0x16e6('0x26')](_0x1032ab));}[_0x16e6('0x32')](_0x2a6f89){const _0x50a0c5=_0x5b760f(this[_0x16e6('0x25')]);_0x5e9d93(_0x50a0c5,_0x2a6f89),_0x7e8ee3(_0x50a0c5,this[_0x16e6('0x25')])||(this[_0x16e6('0x25')]=_0x50a0c5,this[_0x16e6('0x26')](this['attributes']));}[_0x16e6('0x1d')](){return{'id':this['id'],'type':this[_0x16e6('0x15')]?this[_0x16e6('0x7')]+':'+this['subType']:this['type'],'authorId':this[_0x16e6('0xf')]['id'],'createdAt':this[_0x16e6('0x28')],'hasComments':this['hasComments'],'data':this[_0x16e6('0x16')],'attributes':this[_0x16e6('0x25')]};}static[_0x16e6('0xe')](){return _0x20ab10()[_0x16e6('0x22')](0x1,0x5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x38e1=['_customCallbacks','getItemLabel','REPLACE_TEXT','_itemLabelsCallbacks','softBreak','end','function','addFormat','getDescriptions','_handleCustomCallbackDescription','set','pop','removeObject','insertion','_resolveDescriptionItems','*Merge:*\x20%0','isObject','*Insert:*\x20%0','attribute','key','map','remove','join','EmptyContainer','registerElementLabel','Container','replace','_attributeLabels','*Remove:*\x20%0','get','add','push','nextSibling','text','checkChild','element','removeContainer','*Remove\x20format:*\x20%0','skip','registerAttributeLabel','indexOf','isInContent','deletion','elementStart','newValue','addObject','name','label','quantity','nodeAfter','subType','$1\x20$2','_schema','ELEMENT_SPACE','isEmpty','removeFormat','type','matchingCallback','item','$text','length','_handleAttributeSuggestionDescription','previousSibling','has','$textProxy','_locale','match','Object','isEqual','addEmptyContainer','elementEnd','data','_addDescriptionItems','removeEmptyContainer','*Set\x20format:*\x20%0','start','getFirstRange','_itemLabels','format'];(function(_0x46aa95,_0x38e1a4){const _0x31a94e=function(_0x21993d){while(--_0x21993d){_0x46aa95['push'](_0x46aa95['shift']());}};_0x31a94e(++_0x38e1a4);}(_0x38e1,0x18d));const _0x31a9=function(_0x46aa95,_0x38e1a4){_0x46aa95=_0x46aa95-0x0;let _0x31a94e=_0x38e1[_0x46aa95];return _0x31a94e;};import{getTranslation as _0x1231f0}from'./utils/common-translations.js';import{priorities as _0x383bca,insertToPriorityArray as _0x488f77}from'ckeditor5/src/utils.js';import{renameAttributeKey as _0x458b9a}from'./trackchangesediting.js';export default class f{constructor(_0xe261a7,_0x20e769){this[_0x31a9('0x4d')]=[],this[_0x31a9('0x4b')]=new Map(),this[_0x31a9('0x1')]=[],this['_attributeLabels']=new Map(),this[_0x31a9('0x32')]=_0xe261a7,this[_0x31a9('0x3f')]=_0x20e769;}[_0x31a9('0x6')](_0x3a49d0){const _0x550c8a=[],_0x50a34c=new Set(),_0x57741d=new Set();for(let _0x115d44=0x0;_0x115d44<_0x3a49d0[_0x31a9('0x3a')];_0x115d44++){const _0x54f581=_0x3a49d0[_0x115d44];if(!_0x54f581[_0x31a9('0x27')])continue;const _0x3884f4=this[_0x31a9('0x7')](_0x54f581);if(_0x3884f4){if(null!=_0x54f581['subType']){if(_0x50a34c[_0x31a9('0x3d')](_0x54f581[_0x31a9('0x30')]))continue;_0x50a34c[_0x31a9('0x1c')](_0x54f581[_0x31a9('0x30')]);}_0x550c8a[_0x31a9('0x1d')](_0x3884f4);}else{if(_0x31a9('0x10')!=_0x54f581[_0x31a9('0x36')])_0x31a9('0xb')!=_0x54f581[_0x31a9('0x36')]&&'deletion'!=_0x54f581[_0x31a9('0x36')]||this['_handleInsertRemoveSuggestionDescription'](_0x550c8a,_0x54f581,_0x3a49d0[_0x115d44+0x1]);else{const _0x16779a=_0x54f581[_0x31a9('0x45')][_0x31a9('0x11')];if(_0x57741d[_0x31a9('0x3d')](_0x16779a))continue;_0x57741d[_0x31a9('0x1c')](_0x54f581[_0x31a9('0x45')][_0x31a9('0x11')]),_0x16779a==_0x458b9a?this['_handleRenameSuggestionDescription'](_0x550c8a,_0x54f581):this[_0x31a9('0x3b')](_0x550c8a,_0x54f581);}}}return this[_0x31a9('0xc')](_0x550c8a);}['registerDescriptionCallback'](_0x47f159){this[_0x31a9('0x4d')][_0x31a9('0x1d')](_0x47f159);}[_0x31a9('0x16')](_0x1aeaa2,_0x59dfb2,_0x900295=_0x383bca['normal']){_0x31a9('0x4')==typeof _0x1aeaa2?_0x488f77(this[_0x31a9('0x1')],{'matchingCallback':_0x1aeaa2,'label':_0x59dfb2,'priority':_0x900295}):this[_0x31a9('0x4b')][_0x31a9('0x8')](_0x1aeaa2,_0x59dfb2);}[_0x31a9('0x25')](_0x534aa9,_0x20cb69){this[_0x31a9('0x19')]['set'](_0x534aa9,_0x20cb69);}[_0x31a9('0x4e')](_0x1620e7,_0x4806a7=0x1){let _0x162973;for(const _0x5e60dc of this[_0x31a9('0x1')])if(_0x5e60dc[_0x31a9('0x37')](_0x1620e7)){_0x162973=_0x5e60dc[_0x31a9('0x2d')];break;}return _0x162973||(_0x162973=this[_0x31a9('0x4b')]['get'](_0x1620e7[_0x31a9('0x2c')])),_0x162973?_0x162973(_0x4806a7):0x1!==_0x4806a7?_0x4806a7+'\x20'+_0x1620e7[_0x31a9('0x2c')]+'s':''+_0x1620e7[_0x31a9('0x2c')];}[_0x31a9('0x46')](_0x10220c,_0x3a214a){const _0x151964=_0x3a214a['getFirstRange']()['getWalker'](),_0x181c65=_0x31a9('0xb')==_0x3a214a['type']?_0x31a9('0x1c'):'remove';for(const _0xd805b1 of _0x151964){const _0x138965=_0xd805b1[_0x31a9('0x38')],_0x144b18=_0x10220c[_0x10220c[_0x31a9('0x3a')]-0x1];if(_0x138965['is'](_0x31a9('0x3e')))_0x144b18&&_0x144b18[_0x31a9('0x36')][_0x31a9('0x26')](_0x31a9('0x17'))>-0x1&&_0x10220c[_0x31a9('0x9')](),_0x144b18&&_0x31a9('0x1f')==_0x144b18[_0x31a9('0x36')]?_0x144b18[_0x181c65]+=_0x138965[_0x31a9('0x45')]:_0x10220c[_0x31a9('0x1d')]({'type':'text','add':'add'==_0x181c65?_0x138965[_0x31a9('0x45')]:'','remove':_0x31a9('0x13')==_0x181c65?_0x138965['data']:''});else{if(this[_0x31a9('0x32')][_0x31a9('0xe')](_0x138965)){const _0x33108b=_0x138965;if(_0x144b18&&_0x144b18['type'][_0x31a9('0x26')]('Container')>-0x1&&_0x10220c[_0x31a9('0x9')](),'elementEnd'==_0xd805b1[_0x31a9('0x36')])continue;_0x144b18&&_0x144b18[_0x31a9('0x36')]==_0x181c65+_0x31a9('0x41')&&_0x144b18[_0x31a9('0x21')][_0x31a9('0x2c')]==_0x33108b[_0x31a9('0x2c')]?_0x144b18['quantity']++:_0x10220c[_0x31a9('0x1d')]({'type':_0x181c65+_0x31a9('0x41'),'element':_0x33108b,'quantity':0x1}),_0x151964[_0x31a9('0x24')](_0xc8944e=>!(_0x31a9('0x44')==_0xc8944e[_0x31a9('0x36')]&&_0xc8944e[_0x31a9('0x38')]==_0x138965));}else{if(this[_0x31a9('0x32')][_0x31a9('0x20')](_0x138965,_0x31a9('0x39'))||_0x138965['is'](_0x31a9('0x21'),_0x31a9('0x2'))){const _0x70208f=_0x138965;if(_0x31a9('0x1c')==_0x181c65&&_0x31a9('0x29')==_0xd805b1[_0x31a9('0x36')]||_0x31a9('0x13')==_0x181c65&&_0x31a9('0x44')==_0xd805b1['type'])continue;if(_0x144b18&&-0x1==_0x144b18['type']['indexOf'](_0x31a9('0x17'))){_0x31a9('0x1f')==_0x144b18[_0x31a9('0x36')]&&(_0x144b18[_0x181c65]+='\x0a');continue;}let _0x53e3c8;if(_0x53e3c8='add'==_0x181c65?_0x70208f[_0x31a9('0x1e')]&&!this[_0x31a9('0x32')][_0x31a9('0xe')](_0x70208f['nextSibling'])?_0x70208f['nextSibling']:null:_0x70208f['previousSibling']&&!this[_0x31a9('0x32')][_0x31a9('0xe')](_0x70208f['previousSibling'])?_0x70208f[_0x31a9('0x3c')]:null,_0x70208f[_0x31a9('0x34')]||_0x53e3c8&&_0x53e3c8[_0x31a9('0x34')]){const _0x180911=_0x53e3c8&&_0x53e3c8[_0x31a9('0x34')]?_0x53e3c8:_0x70208f;_0x144b18&&_0x144b18[_0x31a9('0x36')]==_0x181c65+_0x31a9('0x15')&&_0x144b18[_0x31a9('0x21')][_0x31a9('0x2c')]==_0x180911[_0x31a9('0x2c')]?_0x144b18['quantity']++:_0x10220c[_0x31a9('0x1d')]({'type':_0x181c65+'EmptyContainer','element':_0x180911,'quantity':0x1});}else _0x10220c[_0x31a9('0x1d')]({'type':_0x181c65+_0x31a9('0x17'),'element':_0x70208f});}}}}}[_0x31a9('0xc')](_0x5d75f2){const _0x388b5f=this[_0x31a9('0x3f')],_0x34fd34=[],_0x54958c=[],_0x55c12a=[];for(const _0x55b683 of _0x5d75f2)switch(_0x55b683[_0x31a9('0x36')]){case _0x31a9('0x1f'):if(_0x55b683['add']=_0x55b683[_0x31a9('0x1c')][_0x31a9('0x18')](/(\S)\u000A+(\S)/g,'$1\x20$2')[_0x31a9('0x18')](/\u000A/g,''),_0x55b683[_0x31a9('0x13')]=_0x55b683[_0x31a9('0x13')][_0x31a9('0x18')](/(\S)\u000A+(\S)/g,_0x31a9('0x31'))[_0x31a9('0x18')](/\u000A/g,''),''!=_0x55b683[_0x31a9('0x1c')]&&''!=_0x55b683[_0x31a9('0x13')]){_0x34fd34['push']({'type':'replace','content':_0x1231f0(_0x388b5f,_0x31a9('0x0'),['\x22'+_0x55b683[_0x31a9('0x13')]+'\x22','\x22'+_0x55b683[_0x31a9('0x1c')]+'\x22'])});continue;}if(null!=_0x55b683[_0x31a9('0x1c')][_0x31a9('0x40')](/^ +$/)){_0x34fd34[_0x31a9('0x1d')]({'type':'insertion','content':_0x1231f0(_0x388b5f,_0x31a9('0xf'),_0x1231f0(_0x388b5f,'ELEMENT_SPACE',_0x55b683[_0x31a9('0x1c')]['length']))});continue;}if(null!=_0x55b683[_0x31a9('0x13')]['match'](/^ +$/)){_0x34fd34[_0x31a9('0x1d')]({'type':_0x31a9('0x28'),'content':_0x1231f0(_0x388b5f,_0x31a9('0x1a'),_0x1231f0(_0x388b5f,_0x31a9('0x33'),_0x55b683[_0x31a9('0x13')]['length']))});continue;}if(''!=_0x55b683[_0x31a9('0x1c')]){_0x34fd34['push']({'type':_0x31a9('0xb'),'content':_0x1231f0(_0x388b5f,'*Insert:*\x20%0','\x22'+_0x55b683[_0x31a9('0x1c')]+'\x22')});continue;}_0x34fd34['push']({'type':_0x31a9('0x28'),'content':_0x1231f0(_0x388b5f,_0x31a9('0x1a'),'\x22'+_0x55b683[_0x31a9('0x13')]+'\x22')});continue;case _0x31a9('0x43'):case _0x31a9('0x2b'):_0x34fd34[_0x31a9('0x1d')]({'type':_0x31a9('0xb'),'content':_0x1231f0(_0x388b5f,_0x31a9('0xf'),this['getItemLabel'](_0x55b683[_0x31a9('0x21')],_0x55b683[_0x31a9('0x2e')]))});continue;case _0x31a9('0x47'):case _0x31a9('0xa'):_0x34fd34[_0x31a9('0x1d')]({'type':_0x31a9('0x28'),'content':_0x1231f0(_0x388b5f,'*Remove:*\x20%0',this[_0x31a9('0x4e')](_0x55b683[_0x31a9('0x21')],_0x55b683[_0x31a9('0x2e')]))});continue;case'addContainer':_0x34fd34[_0x31a9('0x1d')]({'type':'insertion','content':_0x1231f0(_0x388b5f,'*Split:*\x20%0',this[_0x31a9('0x4e')](_0x55b683[_0x31a9('0x21')],_0x55b683[_0x31a9('0x2e')]))});continue;case _0x31a9('0x22'):_0x34fd34['push']({'type':_0x31a9('0x28'),'content':_0x1231f0(_0x388b5f,_0x31a9('0xd'),this['getItemLabel'](_0x55b683[_0x31a9('0x21')],_0x55b683['quantity']))});continue;case _0x31a9('0x5'):_0x54958c['push'](_0x55b683[_0x31a9('0x11')]);continue;case'removeFormat':_0x55c12a[_0x31a9('0x1d')](_0x55b683['key']);continue;default:_0x34fd34[_0x31a9('0x1d')](_0x55b683);}if(_0x54958c[_0x31a9('0x3a')]){const _0x453e18=_0x54958c[_0x31a9('0x12')](_0xa4e49e=>this['_attributeLabels'][_0x31a9('0x3d')](_0xa4e49e)?this[_0x31a9('0x19')][_0x31a9('0x1b')](_0xa4e49e):_0xa4e49e)[_0x31a9('0x14')](',\x20');_0x34fd34[_0x31a9('0x1d')]({'type':'format','content':_0x1231f0(this[_0x31a9('0x3f')],_0x31a9('0x48'),_0x453e18)});}if(_0x55c12a[_0x31a9('0x3a')]){const _0xdd21f=_0x55c12a[_0x31a9('0x12')](_0x56c352=>this[_0x31a9('0x19')][_0x31a9('0x3d')](_0x56c352)?this['_attributeLabels']['get'](_0x56c352):_0x56c352)[_0x31a9('0x14')](',\x20');_0x34fd34['push']({'type':_0x31a9('0x4c'),'content':_0x1231f0(this[_0x31a9('0x3f')],_0x31a9('0x23'),_0xdd21f)});}return _0x34fd34;}[_0x31a9('0x7')](_0x1b34af){for(const _0x283bdb of this[_0x31a9('0x4d')]){const _0x58bd48=_0x283bdb(_0x1b34af);if(_0x58bd48&&_0x31a9('0x36')in _0x58bd48)return _0x58bd48;}}['_handleAttributeSuggestionDescription'](_0x119c4f,_0x1b875f){const _0x2c1ffe=_0x1b875f[_0x31a9('0x45')],_0x27dcec=void 0x0===_0x2c1ffe[_0x31a9('0x2a')]?_0x31a9('0x35'):'addFormat';_0x119c4f[_0x31a9('0x1d')]({'type':_0x27dcec,'key':_0x2c1ffe[_0x31a9('0x11')]});}['_handleRenameSuggestionDescription'](_0x3b0844,_0x777722){_0x3b0844['push']({'type':_0x31a9('0x4c'),'content':_0x1231f0(this[_0x31a9('0x3f')],'*Change\x20to:*\x20%0',this[_0x31a9('0x4e')](_0x777722[_0x31a9('0x4a')]()['start'][_0x31a9('0x2f')],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x38250e,_0x1740d8,_0x3274ce){if(this[_0x31a9('0x46')](_0x38250e,_0x1740d8),_0x3274ce&&_0x3274ce[_0x31a9('0x4a')]()&&!_0x1740d8[_0x31a9('0x4a')]()[_0x31a9('0x3')][_0x31a9('0x42')](_0x3274ce[_0x31a9('0x4a')]()[_0x31a9('0x49')])){const _0xee8c8e=_0x38250e[_0x38250e[_0x31a9('0x3a')]-0x1],_0x4c59f2=_0x31a9('0xb')==_0x1740d8['type']?_0x31a9('0x1c'):'remove';_0xee8c8e&&_0x31a9('0x1f')==_0xee8c8e['type']&&(_0xee8c8e[_0x4c59f2]+='\x0a');}}}
23
+ const _0x3332=['ELEMENT_SPACE','isEmpty','remove','deletion','length','isInContent','removeFormat','registerElementLabel','matchingCallback','match','nextSibling','_handleInsertRemoveSuggestionDescription','_locale','registerAttributeLabel','Object','getFirstRange','getDescriptions','_itemLabels','replace','indexOf','text','*Remove\x20format:*\x20%0','isEqual','normal','end','*Merge:*\x20%0','type','addContainer','isObject','start','removeObject','_handleRenameSuggestionDescription','get','nodeAfter','*Change\x20to:*\x20%0','has','set','getItemLabel','*Remove:*\x20%0','_resolveDescriptionItems','format','$1\x20$2','quantity','*Insert:*\x20%0','name','Container','elementEnd','add','subType','insertion','map','attribute','EmptyContainer','_handleAttributeSuggestionDescription','elementStart','*Set\x20format:*\x20%0','_attributeLabels','addObject','_schema','REPLACE_TEXT','$text','_handleCustomCallbackDescription','newValue','function','pop','element','_customCallbacks','item','*Split:*\x20%0','push','_itemLabelsCallbacks','_addDescriptionItems','addEmptyContainer','key','previousSibling','$textProxy','data','registerDescriptionCallback','getWalker','checkChild'];(function(_0x18328a,_0x3332a4){const _0xab139=function(_0x5446c5){while(--_0x5446c5){_0x18328a['push'](_0x18328a['shift']());}};_0xab139(++_0x3332a4);}(_0x3332,0xc9));const _0xab13=function(_0x18328a,_0x3332a4){_0x18328a=_0x18328a-0x0;let _0xab139=_0x3332[_0x18328a];return _0xab139;};import{getTranslation as _0xc89564}from'./utils/common-translations.js';import{priorities as _0x41aa96,insertToPriorityArray as _0x2b7942}from'ckeditor5/src/utils.js';import{renameAttributeKey as _0x3056f1}from'./trackchangesediting.js';export default class f{constructor(_0x49fbf5,_0x246b5e){this[_0xab13('0x19')]=[],this[_0xab13('0x38')]=new Map(),this[_0xab13('0x1d')]=[],this['_attributeLabels']=new Map(),this[_0xab13('0x11')]=_0x49fbf5,this[_0xab13('0x33')]=_0x246b5e;}[_0xab13('0x37')](_0x4045c3){const _0x1bdad9=[],_0x271b2b=new Set(),_0x14e470=new Set();for(let _0xf88377=0x0;_0xf88377<_0x4045c3[_0xab13('0x2b')];_0xf88377++){const _0x5368e=_0x4045c3[_0xf88377];if(!_0x5368e[_0xab13('0x2c')])continue;const _0x2067de=this[_0xab13('0x14')](_0x5368e);if(_0x2067de){if(null!=_0x5368e[_0xab13('0x7')]){if(_0x271b2b[_0xab13('0x4a')](_0x5368e[_0xab13('0x7')]))continue;_0x271b2b[_0xab13('0x6')](_0x5368e['subType']);}_0x1bdad9[_0xab13('0x1c')](_0x2067de);}else{if(_0xab13('0xa')!=_0x5368e[_0xab13('0x41')])_0xab13('0x8')!=_0x5368e['type']&&_0xab13('0x2a')!=_0x5368e['type']||this[_0xab13('0x32')](_0x1bdad9,_0x5368e,_0x4045c3[_0xf88377+0x1]);else{const _0xd8f9eb=_0x5368e[_0xab13('0x23')]['key'];if(_0x14e470[_0xab13('0x4a')](_0xd8f9eb))continue;_0x14e470['add'](_0x5368e[_0xab13('0x23')][_0xab13('0x20')]),_0xd8f9eb==_0x3056f1?this[_0xab13('0x46')](_0x1bdad9,_0x5368e):this[_0xab13('0xc')](_0x1bdad9,_0x5368e);}}}return this[_0xab13('0x4e')](_0x1bdad9);}[_0xab13('0x24')](_0x117d68){this['_customCallbacks']['push'](_0x117d68);}[_0xab13('0x2e')](_0x9c089b,_0x13147e,_0x21cb92=_0x41aa96[_0xab13('0x3e')]){_0xab13('0x16')==typeof _0x9c089b?_0x2b7942(this[_0xab13('0x1d')],{'matchingCallback':_0x9c089b,'label':_0x13147e,'priority':_0x21cb92}):this['_itemLabels'][_0xab13('0x4b')](_0x9c089b,_0x13147e);}[_0xab13('0x34')](_0x326118,_0xf5a832){this['_attributeLabels'][_0xab13('0x4b')](_0x326118,_0xf5a832);}[_0xab13('0x4c')](_0x2652eb,_0x4817e9=0x1){let _0x30fa63;for(const _0xda1411 of this[_0xab13('0x1d')])if(_0xda1411[_0xab13('0x2f')](_0x2652eb)){_0x30fa63=_0xda1411['label'];break;}return _0x30fa63||(_0x30fa63=this[_0xab13('0x38')][_0xab13('0x47')](_0x2652eb[_0xab13('0x3')])),_0x30fa63?_0x30fa63(_0x4817e9):0x1!==_0x4817e9?_0x4817e9+'\x20'+_0x2652eb[_0xab13('0x3')]+'s':''+_0x2652eb[_0xab13('0x3')];}[_0xab13('0x1e')](_0x465280,_0x445968){const _0x4a6965=_0x445968[_0xab13('0x36')]()[_0xab13('0x25')](),_0x5ab3af=_0xab13('0x8')==_0x445968[_0xab13('0x41')]?_0xab13('0x6'):'remove';for(const _0x1778d9 of _0x4a6965){const _0x1eaadf=_0x1778d9[_0xab13('0x1a')],_0x2b93a5=_0x465280[_0x465280[_0xab13('0x2b')]-0x1];if(_0x1eaadf['is'](_0xab13('0x22')))_0x2b93a5&&_0x2b93a5['type'][_0xab13('0x3a')](_0xab13('0x4'))>-0x1&&_0x465280[_0xab13('0x17')](),_0x2b93a5&&'text'==_0x2b93a5[_0xab13('0x41')]?_0x2b93a5[_0x5ab3af]+=_0x1eaadf[_0xab13('0x23')]:_0x465280[_0xab13('0x1c')]({'type':_0xab13('0x3b'),'add':'add'==_0x5ab3af?_0x1eaadf['data']:'','remove':_0xab13('0x29')==_0x5ab3af?_0x1eaadf[_0xab13('0x23')]:''});else{if(this[_0xab13('0x11')]['isObject'](_0x1eaadf)){const _0x5993b3=_0x1eaadf;if(_0x2b93a5&&_0x2b93a5['type']['indexOf'](_0xab13('0x4'))>-0x1&&_0x465280[_0xab13('0x17')](),_0xab13('0x5')==_0x1778d9[_0xab13('0x41')])continue;_0x2b93a5&&_0x2b93a5[_0xab13('0x41')]==_0x5ab3af+_0xab13('0x35')&&_0x2b93a5[_0xab13('0x18')][_0xab13('0x3')]==_0x5993b3['name']?_0x2b93a5[_0xab13('0x1')]++:_0x465280[_0xab13('0x1c')]({'type':_0x5ab3af+'Object','element':_0x5993b3,'quantity':0x1}),_0x4a6965['skip'](_0x5a4096=>!(_0xab13('0x5')==_0x5a4096['type']&&_0x5a4096[_0xab13('0x1a')]==_0x1eaadf));}else{if(this[_0xab13('0x11')][_0xab13('0x26')](_0x1eaadf,_0xab13('0x13'))||_0x1eaadf['is'](_0xab13('0x18'),'softBreak')){const _0x3b4714=_0x1eaadf;if(_0xab13('0x6')==_0x5ab3af&&_0xab13('0xd')==_0x1778d9[_0xab13('0x41')]||_0xab13('0x29')==_0x5ab3af&&_0xab13('0x5')==_0x1778d9[_0xab13('0x41')])continue;if(_0x2b93a5&&-0x1==_0x2b93a5[_0xab13('0x41')][_0xab13('0x3a')](_0xab13('0x4'))){_0xab13('0x3b')==_0x2b93a5[_0xab13('0x41')]&&(_0x2b93a5[_0x5ab3af]+='\x0a');continue;}let _0x3f0ee9;if(_0x3f0ee9=_0xab13('0x6')==_0x5ab3af?_0x3b4714[_0xab13('0x31')]&&!this[_0xab13('0x11')][_0xab13('0x43')](_0x3b4714['nextSibling'])?_0x3b4714['nextSibling']:null:_0x3b4714[_0xab13('0x21')]&&!this['_schema'][_0xab13('0x43')](_0x3b4714['previousSibling'])?_0x3b4714['previousSibling']:null,_0x3b4714['isEmpty']||_0x3f0ee9&&_0x3f0ee9['isEmpty']){const _0xcfe7e8=_0x3f0ee9&&_0x3f0ee9[_0xab13('0x28')]?_0x3f0ee9:_0x3b4714;_0x2b93a5&&_0x2b93a5[_0xab13('0x41')]==_0x5ab3af+_0xab13('0xb')&&_0x2b93a5['element']['name']==_0xcfe7e8[_0xab13('0x3')]?_0x2b93a5[_0xab13('0x1')]++:_0x465280[_0xab13('0x1c')]({'type':_0x5ab3af+_0xab13('0xb'),'element':_0xcfe7e8,'quantity':0x1});}else _0x465280[_0xab13('0x1c')]({'type':_0x5ab3af+'Container','element':_0x3b4714});}}}}}[_0xab13('0x4e')](_0x44add2){const _0x316248=this['_locale'],_0x4087af=[],_0x3eae5d=[],_0x4a0e29=[];for(const _0x41233b of _0x44add2)switch(_0x41233b[_0xab13('0x41')]){case'text':if(_0x41233b[_0xab13('0x6')]=_0x41233b[_0xab13('0x6')][_0xab13('0x39')](/(\S)\u000A+(\S)/g,'$1\x20$2')[_0xab13('0x39')](/\u000A/g,''),_0x41233b[_0xab13('0x29')]=_0x41233b[_0xab13('0x29')][_0xab13('0x39')](/(\S)\u000A+(\S)/g,_0xab13('0x0'))[_0xab13('0x39')](/\u000A/g,''),''!=_0x41233b[_0xab13('0x6')]&&''!=_0x41233b[_0xab13('0x29')]){_0x4087af[_0xab13('0x1c')]({'type':'replace','content':_0xc89564(_0x316248,_0xab13('0x12'),['\x22'+_0x41233b[_0xab13('0x29')]+'\x22','\x22'+_0x41233b[_0xab13('0x6')]+'\x22'])});continue;}if(null!=_0x41233b[_0xab13('0x6')][_0xab13('0x30')](/^ +$/)){_0x4087af[_0xab13('0x1c')]({'type':_0xab13('0x8'),'content':_0xc89564(_0x316248,_0xab13('0x2'),_0xc89564(_0x316248,_0xab13('0x27'),_0x41233b[_0xab13('0x6')][_0xab13('0x2b')]))});continue;}if(null!=_0x41233b[_0xab13('0x29')][_0xab13('0x30')](/^ +$/)){_0x4087af[_0xab13('0x1c')]({'type':_0xab13('0x2a'),'content':_0xc89564(_0x316248,_0xab13('0x4d'),_0xc89564(_0x316248,_0xab13('0x27'),_0x41233b[_0xab13('0x29')]['length']))});continue;}if(''!=_0x41233b[_0xab13('0x6')]){_0x4087af[_0xab13('0x1c')]({'type':_0xab13('0x8'),'content':_0xc89564(_0x316248,_0xab13('0x2'),'\x22'+_0x41233b[_0xab13('0x6')]+'\x22')});continue;}_0x4087af['push']({'type':_0xab13('0x2a'),'content':_0xc89564(_0x316248,'*Remove:*\x20%0','\x22'+_0x41233b[_0xab13('0x29')]+'\x22')});continue;case _0xab13('0x1f'):case _0xab13('0x10'):_0x4087af[_0xab13('0x1c')]({'type':_0xab13('0x8'),'content':_0xc89564(_0x316248,_0xab13('0x2'),this[_0xab13('0x4c')](_0x41233b[_0xab13('0x18')],_0x41233b[_0xab13('0x1')]))});continue;case'removeEmptyContainer':case _0xab13('0x45'):_0x4087af[_0xab13('0x1c')]({'type':_0xab13('0x2a'),'content':_0xc89564(_0x316248,_0xab13('0x4d'),this[_0xab13('0x4c')](_0x41233b['element'],_0x41233b['quantity']))});continue;case _0xab13('0x42'):_0x4087af['push']({'type':_0xab13('0x8'),'content':_0xc89564(_0x316248,_0xab13('0x1b'),this[_0xab13('0x4c')](_0x41233b[_0xab13('0x18')],_0x41233b[_0xab13('0x1')]))});continue;case'removeContainer':_0x4087af['push']({'type':_0xab13('0x2a'),'content':_0xc89564(_0x316248,_0xab13('0x40'),this[_0xab13('0x4c')](_0x41233b['element'],_0x41233b[_0xab13('0x1')]))});continue;case'addFormat':_0x3eae5d['push'](_0x41233b[_0xab13('0x20')]);continue;case _0xab13('0x2d'):_0x4a0e29[_0xab13('0x1c')](_0x41233b['key']);continue;default:_0x4087af['push'](_0x41233b);}if(_0x3eae5d['length']){const _0x47151e=_0x3eae5d['map'](_0x549e5d=>this[_0xab13('0xf')][_0xab13('0x4a')](_0x549e5d)?this[_0xab13('0xf')][_0xab13('0x47')](_0x549e5d):_0x549e5d)['join'](',\x20');_0x4087af[_0xab13('0x1c')]({'type':_0xab13('0x4f'),'content':_0xc89564(this[_0xab13('0x33')],_0xab13('0xe'),_0x47151e)});}if(_0x4a0e29[_0xab13('0x2b')]){const _0x134fea=_0x4a0e29[_0xab13('0x9')](_0x1f2841=>this[_0xab13('0xf')][_0xab13('0x4a')](_0x1f2841)?this['_attributeLabels'][_0xab13('0x47')](_0x1f2841):_0x1f2841)['join'](',\x20');_0x4087af['push']({'type':'format','content':_0xc89564(this[_0xab13('0x33')],_0xab13('0x3c'),_0x134fea)});}return _0x4087af;}['_handleCustomCallbackDescription'](_0x1d814d){for(const _0x6ef115 of this[_0xab13('0x19')]){const _0x25926d=_0x6ef115(_0x1d814d);if(_0x25926d&&_0xab13('0x41')in _0x25926d)return _0x25926d;}}[_0xab13('0xc')](_0x3d09f6,_0xf73bb8){const _0x4fd329=_0xf73bb8[_0xab13('0x23')],_0x1779ac=void 0x0===_0x4fd329[_0xab13('0x15')]?'removeFormat':'addFormat';_0x3d09f6[_0xab13('0x1c')]({'type':_0x1779ac,'key':_0x4fd329[_0xab13('0x20')]});}[_0xab13('0x46')](_0x88d32f,_0x5137de){_0x88d32f[_0xab13('0x1c')]({'type':_0xab13('0x4f'),'content':_0xc89564(this[_0xab13('0x33')],_0xab13('0x49'),this[_0xab13('0x4c')](_0x5137de[_0xab13('0x36')]()[_0xab13('0x44')][_0xab13('0x48')],0x1))});}[_0xab13('0x32')](_0x19cd18,_0xc72006,_0xd45620){if(this['_addDescriptionItems'](_0x19cd18,_0xc72006),_0xd45620&&_0xd45620[_0xab13('0x36')]()&&!_0xc72006[_0xab13('0x36')]()[_0xab13('0x3f')][_0xab13('0x3d')](_0xd45620[_0xab13('0x36')]()[_0xab13('0x44')])){const _0x484824=_0x19cd18[_0x19cd18[_0xab13('0x2b')]-0x1],_0x5f25ad=_0xab13('0x8')==_0xc72006[_0xab13('0x41')]?_0xab13('0x6'):_0xab13('0x29');_0x484824&&_0xab13('0x3b')==_0x484824['type']&&(_0x484824[_0x5f25ad]+='\x0a');}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x1e8f=['plugins','adapter','get','getSuggestion','addSuggestionData','addSuggestion','editor','Comments','TrackChanges','requires','getSuggestions'];(function(_0x202da8,_0x1e8f05){var _0x343e48=function(_0x146a1d){while(--_0x146a1d){_0x202da8['push'](_0x202da8['shift']());}};_0x343e48(++_0x1e8f05);}(_0x1e8f,0xeb));var _0x343e=function(_0x202da8,_0x1e8f05){_0x202da8=_0x202da8-0x0;var _0x343e48=_0x1e8f[_0x202da8];return _0x343e48;};import{Plugin as _0x34cf00}from'ckeditor5/src/core.js';import _0x3fa41a from'./trackchangesui.js';import _0x46f295 from'./trackchangesediting.js';import'ckeditor5-collaboration/src/collaboration-core.js';export default class k extends _0x34cf00{static get[_0x343e('0x5')](){return[_0x46f295,_0x3fa41a,_0x343e('0x3')];}static get['pluginName'](){return _0x343e('0x4');}set[_0x343e('0x8')](_0x3ae447){this[_0x343e('0x2')][_0x343e('0x7')][_0x343e('0x9')](_0x46f295)['adapter']=_0x3ae447;}get[_0x343e('0x8')](){return this[_0x343e('0x2')]['plugins']['get'](_0x46f295)[_0x343e('0x8')];}[_0x343e('0x1')](_0x522ef0){return this[_0x343e('0x2')][_0x343e('0x7')][_0x343e('0x9')](_0x46f295)[_0x343e('0x0')](_0x522ef0);}[_0x343e('0x6')]({skipNotAttached:_0x1dfb5e=!0x1,toJSON:_0x4ae36=!0x1}={}){return this['editor'][_0x343e('0x7')][_0x343e('0x9')](_0x46f295)[_0x343e('0x6')]({'skipNotAttached':_0x1dfb5e,'toJSON':_0x4ae36});}['getSuggestion'](_0x28b1b4){return this[_0x343e('0x2')][_0x343e('0x7')][_0x343e('0x9')](_0x46f295)[_0x343e('0xa')](_0x28b1b4);}}
23
+ var _0x5436=['editor','plugins','adapter','pluginName','getSuggestions','get','TrackChanges','addSuggestion','requires','getSuggestion','Comments'];(function(_0x52c346,_0x54368f){var _0x5c4927=function(_0x4d760e){while(--_0x4d760e){_0x52c346['push'](_0x52c346['shift']());}};_0x5c4927(++_0x54368f);}(_0x5436,0x1bf));var _0x5c49=function(_0x52c346,_0x54368f){_0x52c346=_0x52c346-0x0;var _0x5c4927=_0x5436[_0x52c346];return _0x5c4927;};import{Plugin as _0x127975}from'ckeditor5/src/core.js';import _0x47a74d from'./trackchangesui.js';import _0x3c7a3b from'./trackchangesediting.js';import'ckeditor5-collaboration/src/collaboration-core.js';export default class k extends _0x127975{static get[_0x5c49('0x1')](){return[_0x3c7a3b,_0x47a74d,_0x5c49('0x3')];}static get[_0x5c49('0x7')](){return _0x5c49('0xa');}set['adapter'](_0x2ae227){this[_0x5c49('0x4')][_0x5c49('0x5')]['get'](_0x3c7a3b)[_0x5c49('0x6')]=_0x2ae227;}get[_0x5c49('0x6')](){return this['editor'][_0x5c49('0x5')][_0x5c49('0x9')](_0x3c7a3b)[_0x5c49('0x6')];}[_0x5c49('0x0')](_0x44f73a){return this[_0x5c49('0x4')][_0x5c49('0x5')][_0x5c49('0x9')](_0x3c7a3b)['addSuggestionData'](_0x44f73a);}[_0x5c49('0x8')]({skipNotAttached:_0x502e9f=!0x1,toJSON:_0x1c5645=!0x1}={}){return this[_0x5c49('0x4')][_0x5c49('0x5')]['get'](_0x3c7a3b)[_0x5c49('0x8')]({'skipNotAttached':_0x502e9f,'toJSON':_0x1c5645});}[_0x5c49('0x2')](_0x1e74a0){return this[_0x5c49('0x4')]['plugins'][_0x5c49('0x9')](_0x3c7a3b)[_0x5c49('0x2')](_0x1e74a0);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x52b1=['end','editor','init','name','editorCreator','createElement','set','createDocumentFragment','discardAllSuggestions','pluginName','TrackChangesData','document','data','getUser','appendChild','create','div','getDataWithDiscardedSuggestions','map','model','requires','constructor','config','trackChangesData.editorCreator','result','_adapter','trackChangesData','users','Users','get','TrackChangesEditing','function','destroy','track-changes-data-invalid-editor-creator','getFullData','plugins','addUser','TrackChangesDataGetter','reduce'];(function(_0x5232dd,_0x52b160){const _0x52ff58=function(_0x83f7be){while(--_0x83f7be){_0x5232dd['push'](_0x5232dd['shift']());}};_0x52ff58(++_0x52b160);}(_0x52b1,0x1bd));const _0x52ff=function(_0x5232dd,_0x52b160){_0x5232dd=_0x5232dd-0x0;let _0x52ff58=_0x52b1[_0x5232dd];return _0x52ff58;};import{Plugin as _0x273009}from'ckeditor5/src/core.js';import{CKEditorError as _0x36e29f}from'ckeditor5/src/utils.js';import _0x440eaa from'./trackchangesediting.js';import{sanitizeEditorConfig as _0x3e99ac}from'ckeditor5-collaboration/src/collaboration-core.js';const T=['Pagination'];export default class P extends _0x273009{static get[_0x52ff('0x4')](){return[_0x440eaa];}static get[_0x52ff('0x20')](){return _0x52ff('0x21');}[_0x52ff('0x19')](){const _0x4bddbb=this['editor'];if(_0x4bddbb[_0x52ff('0x6')]['define'](_0x52ff('0x7'),_0x15ea78=>{const _0x4a8595=_0x4bddbb[_0x52ff('0x3')]['document']['getRootNames']()['reduce']((_0x35ecf0,_0x5d4d94)=>(_0x35ecf0[_0x5d4d94]='',_0x35ecf0),{});return _0x4bddbb[_0x52ff('0x5')][_0x52ff('0x26')](_0x4a8595,_0x15ea78);}),_0x52ff('0xf')!=typeof _0x4bddbb[_0x52ff('0x6')]['get'](_0x52ff('0xa'))[_0x52ff('0x1b')])throw new _0x36e29f(_0x52ff('0x11'));}['getDataWithAcceptedSuggestions'](_0x419b15){return N(this[_0x52ff('0x18')],!0x0,_0x419b15);}[_0x52ff('0x1')](_0x2e5fd6){return N(this[_0x52ff('0x18')],!0x1,_0x2e5fd6);}}class D extends _0x273009{static get['pluginName'](){return _0x52ff('0x15');}constructor(_0x552df0){super(_0x552df0),this[_0x52ff('0x8')]=_0x52ff('0x17');}[_0x52ff('0x19')](){this[_0x52ff('0x18')][_0x52ff('0x13')][_0x52ff('0xd')]('CommentsRepository')[_0x52ff('0x9')]={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this[_0x52ff('0x18')][_0x52ff('0x13')][_0x52ff('0xd')](_0x52ff('0xe'))['_adapter']=null;}}function v(_0x1c0085){return void 0x0!==_0x1c0085['getRootsAttributes'];}async function N(_0x14688f,_0x378ad4,_0x4b7361){const _0x41425d=_0x3e99ac(_0x14688f,T);_0x41425d[_0x52ff('0x13')]['push'](_0x440eaa,D),_0x41425d['rootsAttributes']=v(_0x14688f)?_0x14688f['getRootsAttributes']():void 0x0;const _0x572b83=document[_0x52ff('0x1e')](),_0x1282c0=_0x14688f[_0x52ff('0x6')]['get'](_0x52ff('0xa'))[_0x52ff('0x1b')],_0x1949ce=await _0x1282c0(_0x41425d,()=>function(_0x1d78b9){const _0xa1ac13=document[_0x52ff('0x1c')](_0x52ff('0x0'));return _0x1d78b9[_0x52ff('0x25')](_0xa1ac13),_0xa1ac13;}(_0x572b83));!function(_0x153ffe,_0x2e19d8){const _0x3ccbff=_0x153ffe[_0x52ff('0x3')][_0x52ff('0x22')]['getRootNames']()[_0x52ff('0x16')]((_0xab852b,_0xd80de0)=>(_0xab852b[_0xd80de0]=_0x153ffe[_0x52ff('0x23')][_0x52ff('0xd')]({'rootName':_0xd80de0}),_0xab852b),{}),_0x590bfe=_0x153ffe[_0x52ff('0x13')]['get'](_0x52ff('0xc'))[_0x52ff('0xb')][_0x52ff('0x2')](_0x4b9833=>({'id':_0x4b9833['id'],'name':_0x4b9833[_0x52ff('0x1a')]})),_0x344d64=_0x153ffe[_0x52ff('0x13')][_0x52ff('0xd')]('TrackChangesEditing')['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x47125c=_0x2e19d8['plugins'][_0x52ff('0xd')](_0x52ff('0xc')),_0x3f2f73=_0x2e19d8[_0x52ff('0x13')][_0x52ff('0xd')]('TrackChangesEditing');for(const _0x320d68 of _0x590bfe)_0x47125c[_0x52ff('0x24')](_0x320d68['id'])||_0x47125c[_0x52ff('0x14')](_0x320d68);_0x47125c['me']||_0x47125c['useAnonymousUser']();for(const _0x4e8756 of _0x344d64)_0x3f2f73['addSuggestionData'](_0x4e8756);_0x2e19d8[_0x52ff('0x23')][_0x52ff('0x1d')](_0x3ccbff);}(_0x14688f,_0x1949ce),_0x1949ce['execute'](_0x378ad4?'acceptAllSuggestions':_0x52ff('0x1f'));const _0x31a07e=v(_0x1949ce)?_0x1949ce[_0x52ff('0x12')](_0x4b7361):_0x1949ce['data'][_0x52ff('0xd')](_0x4b7361);return await _0x1949ce[_0x52ff('0x10')](),_0x31a07e;}
23
+ const _0x332f=['editorCreator','config','create','function','document','reduce','destroy','model','createDocumentFragment','trackChangesData.editorCreator','appendChild','requires','execute','addUser','trackChangesData','name','constructor','Pagination','createElement','addSuggestionData','data','set','map','_adapter','init','Users','track-changes-data-invalid-editor-creator','push','editor','CommentsRepository','div','acceptAllSuggestions','TrackChangesEditing','TrackChangesData','define','rootsAttributes','users','result','getSuggestions','pluginName','get','plugins'];(function(_0x128fda,_0x332f5b){const _0x55de5c=function(_0x1d3f2b){while(--_0x1d3f2b){_0x128fda['push'](_0x128fda['shift']());}};_0x55de5c(++_0x332f5b);}(_0x332f,0xb2));const _0x55de=function(_0x128fda,_0x332f5b){_0x128fda=_0x128fda-0x0;let _0x55de5c=_0x332f[_0x128fda];return _0x55de5c;};import{Plugin as _0x2a18af}from'ckeditor5/src/core.js';import{CKEditorError as _0x860b81}from'ckeditor5/src/utils.js';import _0x182476 from'./trackchangesediting.js';import{sanitizeEditorConfig as _0x2b87a1}from'ckeditor5-collaboration/src/collaboration-core.js';const T=[_0x55de('0x7')];export default class P extends _0x2a18af{static get[_0x55de('0x1')](){return[_0x182476];}static get[_0x55de('0x1d')](){return _0x55de('0x17');}[_0x55de('0xe')](){const _0x389cb9=this['editor'];if(_0x389cb9[_0x55de('0x21')][_0x55de('0x18')](_0x55de('0x29'),_0x44cb20=>{const _0x3db8fa=_0x389cb9[_0x55de('0x27')][_0x55de('0x24')]['getRootNames']()[_0x55de('0x25')]((_0x67c0c6,_0x5c8502)=>(_0x67c0c6[_0x5c8502]='',_0x67c0c6),{});return _0x389cb9[_0x55de('0x6')][_0x55de('0x22')](_0x3db8fa,_0x44cb20);}),_0x55de('0x23')!=typeof _0x389cb9[_0x55de('0x21')][_0x55de('0x1e')](_0x55de('0x4'))[_0x55de('0x20')])throw new _0x860b81(_0x55de('0x10'));}['getDataWithAcceptedSuggestions'](_0x597e19){return N(this['editor'],!0x0,_0x597e19);}['getDataWithDiscardedSuggestions'](_0x442d1a){return N(this[_0x55de('0x12')],!0x1,_0x442d1a);}}class D extends _0x2a18af{static get[_0x55de('0x1d')](){return'TrackChangesDataGetter';}constructor(_0x4a137a){super(_0x4a137a),this[_0x55de('0x1b')]='end';}[_0x55de('0xe')](){this[_0x55de('0x12')][_0x55de('0x1f')][_0x55de('0x1e')](_0x55de('0x13'))[_0x55de('0xd')]={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this[_0x55de('0x12')][_0x55de('0x1f')][_0x55de('0x1e')]('TrackChangesEditing')[_0x55de('0xd')]=null;}}function v(_0x4ceb0e){return void 0x0!==_0x4ceb0e['getRootsAttributes'];}async function N(_0xd648fe,_0x35f0a1,_0xa98ca8){const _0x5281df=_0x2b87a1(_0xd648fe,T);_0x5281df[_0x55de('0x1f')][_0x55de('0x11')](_0x182476,D),_0x5281df[_0x55de('0x19')]=v(_0xd648fe)?_0xd648fe['getRootsAttributes']():void 0x0;const _0x3eecc1=document[_0x55de('0x28')](),_0x34bcc1=_0xd648fe[_0x55de('0x21')][_0x55de('0x1e')](_0x55de('0x4'))[_0x55de('0x20')],_0x435c1d=await _0x34bcc1(_0x5281df,()=>function(_0x31ca12){const _0x442a17=document[_0x55de('0x8')](_0x55de('0x14'));return _0x31ca12[_0x55de('0x0')](_0x442a17),_0x442a17;}(_0x3eecc1));!function(_0x4a1c98,_0xb4f1f6){const _0x4ed21c=_0x4a1c98[_0x55de('0x27')]['document']['getRootNames']()[_0x55de('0x25')]((_0x48e7b9,_0x6e367b)=>(_0x48e7b9[_0x6e367b]=_0x4a1c98[_0x55de('0xa')]['get']({'rootName':_0x6e367b}),_0x48e7b9),{}),_0x33083a=_0x4a1c98[_0x55de('0x1f')][_0x55de('0x1e')](_0x55de('0xf'))[_0x55de('0x1a')][_0x55de('0xc')](_0x50a681=>({'id':_0x50a681['id'],'name':_0x50a681[_0x55de('0x5')]})),_0x322fc3=_0x4a1c98[_0x55de('0x1f')][_0x55de('0x1e')](_0x55de('0x16'))[_0x55de('0x1c')]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0xd70912=_0xb4f1f6['plugins']['get'](_0x55de('0xf')),_0x3471c1=_0xb4f1f6[_0x55de('0x1f')][_0x55de('0x1e')](_0x55de('0x16'));for(const _0x4ab56d of _0x33083a)_0xd70912['getUser'](_0x4ab56d['id'])||_0xd70912[_0x55de('0x3')](_0x4ab56d);_0xd70912['me']||_0xd70912['useAnonymousUser']();for(const _0xc22091 of _0x322fc3)_0x3471c1[_0x55de('0x9')](_0xc22091);_0xb4f1f6[_0x55de('0xa')][_0x55de('0xb')](_0x4ed21c);}(_0xd648fe,_0x435c1d),_0x435c1d[_0x55de('0x2')](_0x35f0a1?_0x55de('0x15'):'discardAllSuggestions');const _0x33c1ee=v(_0x435c1d)?_0x435c1d['getFullData'](_0xa98ca8):_0x435c1d['data'][_0x55de('0x1e')](_0xa98ca8);return await _0x435c1d[_0x55de('0x26')](),_0x33c1ee;}