@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231129.0 → 0.0.0-nightly-20231201.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 (68) hide show
  1. package/CHANGELOG.md +15 -15
  2. package/README.md +1 -1
  3. package/build/track-changes.js +1 -1
  4. package/package.json +3 -3
  5. package/src/commands/acceptsuggestioncommand.js +1 -1
  6. package/src/commands/discardsuggestioncommand.js +1 -1
  7. package/src/commands/executeonallsuggestionscommand.js +1 -1
  8. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  9. package/src/commands/trackchangescommand.js +1 -1
  10. package/src/integrations/aiassistant.js +1 -1
  11. package/src/integrations/alignment.js +1 -1
  12. package/src/integrations/basicstyles.js +1 -1
  13. package/src/integrations/blockquote.js +1 -1
  14. package/src/integrations/ckbox.js +1 -1
  15. package/src/integrations/codeblock.js +1 -1
  16. package/src/integrations/comments.js +1 -1
  17. package/src/integrations/deletecommand.js +1 -1
  18. package/src/integrations/documentlist.js +1 -1
  19. package/src/integrations/documentlistproperties.js +1 -1
  20. package/src/integrations/entercommand.js +1 -1
  21. package/src/integrations/findandreplace.js +1 -1
  22. package/src/integrations/font.js +1 -1
  23. package/src/integrations/formatpainter.js +1 -1
  24. package/src/integrations/heading.js +1 -1
  25. package/src/integrations/highlight.js +1 -1
  26. package/src/integrations/horizontalline.js +1 -1
  27. package/src/integrations/htmlembed.js +1 -1
  28. package/src/integrations/image.js +1 -1
  29. package/src/integrations/imagereplace.js +1 -1
  30. package/src/integrations/imagestyle.js +1 -1
  31. package/src/integrations/importword.js +1 -1
  32. package/src/integrations/indent.js +1 -1
  33. package/src/integrations/inputcommand.js +1 -1
  34. package/src/integrations/link.js +1 -1
  35. package/src/integrations/list.js +1 -1
  36. package/src/integrations/listproperties.js +1 -1
  37. package/src/integrations/mediaembed.js +1 -1
  38. package/src/integrations/mention.js +1 -1
  39. package/src/integrations/pagebreak.js +1 -1
  40. package/src/integrations/paragraph.js +1 -1
  41. package/src/integrations/removeformat.js +1 -1
  42. package/src/integrations/restrictededitingmode.js +1 -1
  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.js +1 -1
  48. package/src/integrations/tableclipboard.js +1 -1
  49. package/src/integrations/tablecolumnresize.js +1 -1
  50. package/src/integrations/tableheadings.js +1 -1
  51. package/src/integrations/tablemergesplit.js +1 -1
  52. package/src/integrations/tableofcontents.js +1 -1
  53. package/src/integrations/tableproperties.js +1 -1
  54. package/src/integrations/template.js +1 -1
  55. package/src/integrations/title.js +1 -1
  56. package/src/integrations/undo.js +1 -1
  57. package/src/integrations/utils.js +1 -1
  58. package/src/suggestion.js +1 -1
  59. package/src/suggestiondescriptionfactory.js +1 -1
  60. package/src/trackchanges.js +1 -1
  61. package/src/trackchangesdata.js +1 -1
  62. package/src/trackchangesediting.js +1 -1
  63. package/src/trackchangesui.js +1 -1
  64. package/src/ui/suggestioncontroller.js +1 -1
  65. package/src/ui/view/basesuggestionthreadview.js +1 -1
  66. package/src/ui/view/suggestionthreadview.js +1 -1
  67. package/src/utils/common-translations.js +1 -1
  68. package/src/utils/utils.js +1 -1
package/src/suggestion.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3024=['removeMarker','map','subType','accept','getMultiRangeId','previous','isExternal','decorate','split','_onAccept','substr','_onDiscard','add','delete','_isDataLoaded','isMultiRange','getRanges','data','type','getFirstRange','size','onDiscard','_onAttributesChange','nodeBefore','start','_model','filter','end','addRange','author','commentThread','next','addMarkerName','getFirstMarker','attributes','getAllAdjacentSuggestions','isIntersecting','isIntersectingWithRange','push','from','reduce','onAccept','getRange','length','hasComments','nodeAfter','suggestion:','createdAt','head','getItems','discard','getContainedElement','_markerNames','_saved','creator','set','removeMarkers','getMarkers','change','onAttributesChange','@external'];(function(_0x35a769,_0x302404){const _0x1ea555=function(_0xed0bbf){while(--_0xed0bbf){_0x35a769['push'](_0x35a769['shift']());}};_0x1ea555(++_0x302404);}(_0x3024,0x145));const _0x1ea5=function(_0x35a769,_0x302404){_0x35a769=_0x35a769-0x0;let _0x1ea555=_0x3024[_0x35a769];return _0x1ea555;};import{Element as _0x229a60}from'ckeditor5/src/engine';import{ObservableMixin as _0xa1a6a,uid as _0xd71a4}from'ckeditor5/src/utils';import{cloneDeep as _0x199eee,isEqual as _0x469433,set as _0x12bef5,unset as _0x420068}from'lodash-es';export default class u extends _0xa1a6a(){constructor(_0x493041,_0x586613){super(),this[_0x1ea5('0x37')]=!0x1,this['id']=_0x586613['id'],this[_0x1ea5('0x3b')]=_0x586613['type'],this[_0x1ea5('0x2b')]=_0x586613[_0x1ea5('0x2b')]||null,this['author']=_0x586613[_0x1ea5('0x9')],this[_0x1ea5('0x22')]=_0x586613['creator']||_0x586613['author'],this[_0x1ea5('0x2f')]=Boolean(_0x586613[_0x1ea5('0xe')]&&_0x586613[_0x1ea5('0xe')][_0x1ea5('0x28')]),this[_0x1ea5('0x3a')]=null,this['_model']=_0x493041,this[_0x1ea5('0x32')]=_0x586613[_0x1ea5('0x15')],this[_0x1ea5('0x34')]=_0x586613[_0x1ea5('0x1')],this[_0x1ea5('0x2')]=_0x586613[_0x1ea5('0x27')],this['_markerNames']=new Set(),this[_0x1ea5('0x1b')]=null,this[_0x1ea5('0x23')]('authoredAt',null),this[_0x1ea5('0x23')]('attributes',_0x586613[_0x1ea5('0xe')]||{}),this[_0x1ea5('0x23')](_0x1ea5('0x2e'),null),this[_0x1ea5('0x23')](_0x1ea5('0xb'),null),this[_0x1ea5('0x23')](_0x1ea5('0xa'),null),this['set'](_0x1ea5('0x21'),!0x1),this[_0x1ea5('0x30')](_0x1ea5('0x2c')),this[_0x1ea5('0x30')](_0x1ea5('0x1e'));}get[_0x1ea5('0x1c')](){let _0x554161=this;for(;_0x554161[_0x1ea5('0x2e')];)_0x554161=_0x554161[_0x1ea5('0x2e')];return _0x554161;}get[_0x1ea5('0x18')](){return!!this['commentThread']&&this['commentThread'][_0x1ea5('0x17')]>0x0;}get[_0x1ea5('0x38')](){if(0x0==this['_markerNames'][_0x1ea5('0x0')])return!0x1;return 0x6==Array[_0x1ea5('0x13')](this[_0x1ea5('0x20')])[0x0][_0x1ea5('0x31')](':')[_0x1ea5('0x17')];}get['isInContent'](){return null!==this['getFirstMarker']();}['addMarkerName'](_0x56d5ae){this[_0x1ea5('0x20')][_0x1ea5('0x35')](_0x56d5ae);}['getMarkerNames'](){return Array[_0x1ea5('0x13')](this[_0x1ea5('0x20')]);}['getMarkers'](){return this['getMarkerNames']()[_0x1ea5('0x2a')](_0x48938c=>this[_0x1ea5('0x5')]['markers']['get'](_0x48938c))[_0x1ea5('0x6')](_0x51d3b8=>_0x51d3b8);}[_0x1ea5('0xd')](){return this['getMarkers']()[0x0]||null;}['removeMarkers'](){this[_0x1ea5('0x5')]['change'](_0x28e4ca=>{for(const _0x44884c of this[_0x1ea5('0x25')]())_0x28e4ca['removeMarker'](_0x44884c);}),this[_0x1ea5('0x20')]['clear']();}[_0x1ea5('0x29')](_0x163551){this[_0x1ea5('0x5')][_0x1ea5('0x26')](_0x4048c6=>{_0x4048c6[_0x1ea5('0x29')](_0x163551);}),this[_0x1ea5('0x20')][_0x1ea5('0x36')](_0x163551);}[_0x1ea5('0x8')](_0x48a42a){const _0x7fe2eb=_0x1ea5('0x1a')+this[_0x1ea5('0x3b')]+':'+this['subType']+':'+this['id']+':'+this[_0x1ea5('0x22')]['id']+':'+u['getMultiRangeId']();this[_0x1ea5('0xc')](_0x7fe2eb),this[_0x1ea5('0x5')][_0x1ea5('0x26')](_0x2df1d3=>{_0x2df1d3['addMarker'](_0x7fe2eb,{'range':_0x48a42a,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1ea5('0x11')](_0x4c9590){for(const _0x582007 of this[_0x1ea5('0x39')]())if(_0x582007[_0x1ea5('0x10')](_0x4c9590))return!0x0;return!0x1;}[_0x1ea5('0x39')](){return this['getMarkers']()[_0x1ea5('0x2a')](_0x51ae3b=>_0x51ae3b[_0x1ea5('0x16')]());}[_0x1ea5('0x1d')](){return this['getRanges']()[_0x1ea5('0x14')]((_0x441d90,_0x8ae80c)=>[..._0x441d90,..._0x8ae80c['getItems']()],[]);}[_0x1ea5('0x3c')](){var _0x34966f;return(null===(_0x34966f=this['getFirstMarker']())||void 0x0===_0x34966f?void 0x0:_0x34966f[_0x1ea5('0x16')]())||null;}[_0x1ea5('0x1f')](){const _0x5312cc=this[_0x1ea5('0x39')]();if(0x1!=_0x5312cc[_0x1ea5('0x17')])return null;const _0xe2658c=_0x5312cc[0x0],_0xe84df4=_0xe2658c[_0x1ea5('0x4')][_0x1ea5('0x19')],_0xc364df=_0xe2658c[_0x1ea5('0x7')][_0x1ea5('0x3')];return _0xe84df4 instanceof _0x229a60?_0xe84df4!=_0xc364df?null:_0xe84df4:null;}['accept'](){this[_0x1ea5('0x32')](this[_0x1ea5('0x39')](),this[_0x1ea5('0x3a')],this[_0x1ea5('0xe')]),this[_0x1ea5('0x24')]();}[_0x1ea5('0x1e')](){this['_onDiscard'](this[_0x1ea5('0x39')](),this[_0x1ea5('0x3a')],this['attributes']),this[_0x1ea5('0x24')]();}[_0x1ea5('0xf')](){const _0x171192=[];let _0x5cee1a=this[_0x1ea5('0x1c')];for(;_0x5cee1a;)_0x171192[_0x1ea5('0x12')](_0x5cee1a),_0x5cee1a=_0x5cee1a[_0x1ea5('0xb')];return _0x171192;}['setAttribute'](_0x2e4b70,_0x142a29){const _0x513a6f=_0x199eee(this[_0x1ea5('0xe')]);_0x12bef5(_0x513a6f,_0x2e4b70,_0x142a29),_0x469433(_0x513a6f,this[_0x1ea5('0xe')])||(this['attributes']=_0x513a6f,this[_0x1ea5('0x2')](_0x513a6f));}['removeAttribute'](_0x310e1f){const _0x292d2d=_0x199eee(this[_0x1ea5('0xe')]);_0x420068(_0x292d2d,_0x310e1f),_0x469433(_0x292d2d,this[_0x1ea5('0xe')])||(this['attributes']=_0x292d2d,this[_0x1ea5('0x2')](this[_0x1ea5('0xe')]));}['toJSON'](){return{'id':this['id'],'type':this[_0x1ea5('0x2b')]?this[_0x1ea5('0x3b')]+':'+this['subType']:this[_0x1ea5('0x3b')],'authorId':this['creator']['id'],'createdAt':this[_0x1ea5('0x1b')],'hasComments':this[_0x1ea5('0x18')],'data':this[_0x1ea5('0x3a')],'attributes':this['attributes']};}static[_0x1ea5('0x2d')](){return _0xd71a4()[_0x1ea5('0x33')](0x1,0x5);}}
23
+ const _0x340c=['isInContent','change','substr','removeAttribute','decorate','nodeAfter','removeMarker','data','setAttribute','set','_onAttributesChange','_model','getRange','discard','getAllAdjacentSuggestions','reduce','markers','creator','_markerNames','_onAccept','from','addMarker','isIntersecting','getFirstRange','filter','end','nodeBefore','_isDataLoaded','getMarkers','author','type','previous','next','attributes','get','isMultiRange','map','onDiscard','getFirstMarker','head','start','commentThread','length','getItems','getContainedElement','getRanges','isIntersectingWithRange','removeMarkers','getMarkerNames','delete','accept','_onDiscard','onAttributesChange','hasComments','subType','toJSON','addMarkerName','@external','isExternal','size','authoredAt','onAccept','createdAt'];(function(_0x23e80e,_0x340cd9){const _0x1fe8ea=function(_0x509c87){while(--_0x509c87){_0x23e80e['push'](_0x23e80e['shift']());}};_0x1fe8ea(++_0x340cd9);}(_0x340c,0xfa));const _0x1fe8=function(_0x23e80e,_0x340cd9){_0x23e80e=_0x23e80e-0x0;let _0x1fe8ea=_0x340c[_0x23e80e];return _0x1fe8ea;};import{Element as _0x381e8c}from'ckeditor5/src/engine';import{ObservableMixin as _0x445f2a,uid as _0x135c5a}from'ckeditor5/src/utils';import{cloneDeep as _0x29a236,isEqual as _0x474e29,set as _0x19445e,unset as _0x3b4411}from'lodash-es';export default class u extends _0x445f2a(){constructor(_0x36f6f1,_0x5e190d){super(),this[_0x1fe8('0x1d')]=!0x1,this['id']=_0x5e190d['id'],this[_0x1fe8('0x20')]=_0x5e190d['type'],this[_0x1fe8('0x38')]=_0x5e190d[_0x1fe8('0x38')]||null,this[_0x1fe8('0x1f')]=_0x5e190d[_0x1fe8('0x1f')],this['creator']=_0x5e190d['creator']||_0x5e190d[_0x1fe8('0x1f')],this[_0x1fe8('0x3c')]=Boolean(_0x5e190d['attributes']&&_0x5e190d[_0x1fe8('0x23')][_0x1fe8('0x3b')]),this[_0x1fe8('0x9')]=null,this[_0x1fe8('0xd')]=_0x36f6f1,this[_0x1fe8('0x15')]=_0x5e190d[_0x1fe8('0x0')],this[_0x1fe8('0x35')]=_0x5e190d[_0x1fe8('0x27')],this['_onAttributesChange']=_0x5e190d[_0x1fe8('0x36')],this[_0x1fe8('0x14')]=new Set(),this['createdAt']=null,this['set'](_0x1fe8('0x3e'),null),this['set'](_0x1fe8('0x23'),_0x5e190d[_0x1fe8('0x23')]||{}),this['set'](_0x1fe8('0x21'),null),this[_0x1fe8('0xb')]('next',null),this[_0x1fe8('0xb')](_0x1fe8('0x2b'),null),this[_0x1fe8('0xb')]('_saved',!0x1),this[_0x1fe8('0x6')](_0x1fe8('0x34')),this['decorate'](_0x1fe8('0xf'));}get[_0x1fe8('0x29')](){let _0x508664=this;for(;_0x508664[_0x1fe8('0x21')];)_0x508664=_0x508664[_0x1fe8('0x21')];return _0x508664;}get[_0x1fe8('0x37')](){return!!this[_0x1fe8('0x2b')]&&this[_0x1fe8('0x2b')]['length']>0x0;}get[_0x1fe8('0x25')](){if(0x0==this['_markerNames'][_0x1fe8('0x3d')])return!0x1;return 0x6==Array[_0x1fe8('0x16')](this[_0x1fe8('0x14')])[0x0]['split'](':')[_0x1fe8('0x2c')];}get[_0x1fe8('0x2')](){return null!==this[_0x1fe8('0x28')]();}[_0x1fe8('0x3a')](_0x39b5a4){this[_0x1fe8('0x14')]['add'](_0x39b5a4);}['getMarkerNames'](){return Array[_0x1fe8('0x16')](this[_0x1fe8('0x14')]);}[_0x1fe8('0x1e')](){return this[_0x1fe8('0x32')]()[_0x1fe8('0x26')](_0x4e4bb3=>this[_0x1fe8('0xd')][_0x1fe8('0x12')][_0x1fe8('0x24')](_0x4e4bb3))[_0x1fe8('0x1a')](_0x54f31e=>_0x54f31e);}['getFirstMarker'](){return this[_0x1fe8('0x1e')]()[0x0]||null;}[_0x1fe8('0x31')](){this[_0x1fe8('0xd')][_0x1fe8('0x3')](_0x14547a=>{for(const _0x577dba of this[_0x1fe8('0x1e')]())_0x14547a[_0x1fe8('0x8')](_0x577dba);}),this[_0x1fe8('0x14')]['clear']();}[_0x1fe8('0x8')](_0x4ce2e1){this[_0x1fe8('0xd')][_0x1fe8('0x3')](_0x4857f6=>{_0x4857f6[_0x1fe8('0x8')](_0x4ce2e1);}),this[_0x1fe8('0x14')][_0x1fe8('0x33')](_0x4ce2e1);}['addRange'](_0x1eb3a0){const _0x4854fd='suggestion:'+this['type']+':'+this[_0x1fe8('0x38')]+':'+this['id']+':'+this[_0x1fe8('0x13')]['id']+':'+u['getMultiRangeId']();this[_0x1fe8('0x3a')](_0x4854fd),this[_0x1fe8('0xd')]['change'](_0x5b7a3d=>{_0x5b7a3d[_0x1fe8('0x17')](_0x4854fd,{'range':_0x1eb3a0,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1fe8('0x30')](_0x2e4b6f){for(const _0x47764f of this[_0x1fe8('0x2f')]())if(_0x47764f[_0x1fe8('0x18')](_0x2e4b6f))return!0x0;return!0x1;}[_0x1fe8('0x2f')](){return this['getMarkers']()[_0x1fe8('0x26')](_0x3ae51d=>_0x3ae51d['getRange']());}[_0x1fe8('0x2d')](){return this[_0x1fe8('0x2f')]()[_0x1fe8('0x11')]((_0x45f544,_0x224252)=>[..._0x45f544,..._0x224252[_0x1fe8('0x2d')]()],[]);}[_0x1fe8('0x19')](){var _0x13fc93;return(null===(_0x13fc93=this[_0x1fe8('0x28')]())||void 0x0===_0x13fc93?void 0x0:_0x13fc93[_0x1fe8('0xe')]())||null;}[_0x1fe8('0x2e')](){const _0x2fa1d3=this[_0x1fe8('0x2f')]();if(0x1!=_0x2fa1d3['length'])return null;const _0x11b8b9=_0x2fa1d3[0x0],_0x548514=_0x11b8b9[_0x1fe8('0x2a')][_0x1fe8('0x7')],_0x9124ff=_0x11b8b9[_0x1fe8('0x1b')][_0x1fe8('0x1c')];return _0x548514 instanceof _0x381e8c?_0x548514!=_0x9124ff?null:_0x548514:null;}[_0x1fe8('0x34')](){this[_0x1fe8('0x15')](this['getRanges'](),this[_0x1fe8('0x9')],this[_0x1fe8('0x23')]),this['removeMarkers']();}[_0x1fe8('0xf')](){this[_0x1fe8('0x35')](this[_0x1fe8('0x2f')](),this[_0x1fe8('0x9')],this[_0x1fe8('0x23')]),this['removeMarkers']();}[_0x1fe8('0x10')](){const _0x3e2d46=[];let _0x4c00c3=this[_0x1fe8('0x29')];for(;_0x4c00c3;)_0x3e2d46['push'](_0x4c00c3),_0x4c00c3=_0x4c00c3[_0x1fe8('0x22')];return _0x3e2d46;}[_0x1fe8('0xa')](_0x5eeccf,_0x3805ca){const _0x23e1f1=_0x29a236(this[_0x1fe8('0x23')]);_0x19445e(_0x23e1f1,_0x5eeccf,_0x3805ca),_0x474e29(_0x23e1f1,this[_0x1fe8('0x23')])||(this['attributes']=_0x23e1f1,this[_0x1fe8('0xc')](_0x23e1f1));}[_0x1fe8('0x5')](_0x538a03){const _0x502139=_0x29a236(this[_0x1fe8('0x23')]);_0x3b4411(_0x502139,_0x538a03),_0x474e29(_0x502139,this[_0x1fe8('0x23')])||(this[_0x1fe8('0x23')]=_0x502139,this['_onAttributesChange'](this[_0x1fe8('0x23')]));}[_0x1fe8('0x39')](){return{'id':this['id'],'type':this['subType']?this[_0x1fe8('0x20')]+':'+this[_0x1fe8('0x38')]:this['type'],'authorId':this['creator']['id'],'createdAt':this[_0x1fe8('0x1')],'hasComments':this[_0x1fe8('0x37')],'data':this[_0x1fe8('0x9')],'attributes':this[_0x1fe8('0x23')]};}static['getMultiRangeId'](){return _0x135c5a()[_0x1fe8('0x4')](0x1,0x5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x43c3=['_handleCustomCallbackDescription','label','$textProxy','match','registerAttributeLabel','removeFormat','replace','deletion','*Merge:*\x20%0','*Remove\x20format:*\x20%0','_addDescriptionItems','data','isEmpty','nextSibling','registerElementLabel','*Insert:*\x20%0','previousSibling','_schema','Container','addContainer','newValue','get','*Split:*\x20%0','element','_handleInsertRemoveSuggestionDescription','_handleAttributeSuggestionDescription','$1\x20$2','_handleRenameSuggestionDescription','getWalker','subType','join','add','set','softBreak','_itemLabelsCallbacks','removeEmptyContainer','attribute','addFormat','remove','EmptyContainer','end','start','push','*Change\x20to:*\x20%0','*Remove:*\x20%0','_locale','insertion','key','isObject','removeContainer','name','getDescriptions','isEqual','elementEnd','_attributeLabels','indexOf','isInContent','text','$text','has','map','_itemLabels','removeObject','getItemLabel','_resolveDescriptionItems','addEmptyContainer','length','ELEMENT_SPACE','quantity','normal','type','elementStart','format','Object','_customCallbacks','getFirstRange','function','pop'];(function(_0x5e1dd3,_0x43c3c0){const _0x188696=function(_0x34eb97){while(--_0x34eb97){_0x5e1dd3['push'](_0x5e1dd3['shift']());}};_0x188696(++_0x43c3c0);}(_0x43c3,0x1ef));const _0x1886=function(_0x5e1dd3,_0x43c3c0){_0x5e1dd3=_0x5e1dd3-0x0;let _0x188696=_0x43c3[_0x5e1dd3];return _0x188696;};import{getTranslation as _0xfc87cf}from'./utils/common-translations';import{priorities as _0x3e4fd7,insertToPriorityArray as _0x21090b}from'ckeditor5/src/utils';import{renameAttributeKey as _0x32153e}from'./trackchangesediting';export default class f{constructor(_0x419079,_0x5659f0){this[_0x1886('0x2f')]=[],this[_0x1886('0x22')]=new Map(),this[_0x1886('0x7')]=[],this[_0x1886('0x1b')]=new Map(),this[_0x1886('0x44')]=_0x419079,this['_locale']=_0x5659f0;}[_0x1886('0x18')](_0x8144d1){const _0x23b143=[],_0x17603=new Set(),_0x33e1b=new Set();for(let _0x5e11a9=0x0;_0x5e11a9<_0x8144d1['length'];_0x5e11a9++){const _0x26c36e=_0x8144d1[_0x5e11a9];if(!_0x26c36e[_0x1886('0x1d')])continue;const _0x10ce60=this[_0x1886('0x33')](_0x26c36e);if(_0x10ce60){if(null!=_0x26c36e[_0x1886('0x2')]){if(_0x17603[_0x1886('0x20')](_0x26c36e[_0x1886('0x2')]))continue;_0x17603['add'](_0x26c36e[_0x1886('0x2')]);}_0x23b143['push'](_0x10ce60);}else{if(_0x1886('0x9')!=_0x26c36e[_0x1886('0x2b')])_0x1886('0x13')!=_0x26c36e[_0x1886('0x2b')]&&_0x1886('0x3a')!=_0x26c36e['type']||this['_handleInsertRemoveSuggestionDescription'](_0x23b143,_0x26c36e,_0x8144d1[_0x5e11a9+0x1]);else{const _0x39a6c5=_0x26c36e[_0x1886('0x3e')][_0x1886('0x14')];if(_0x33e1b[_0x1886('0x20')](_0x39a6c5))continue;_0x33e1b['add'](_0x26c36e[_0x1886('0x3e')]['key']),_0x39a6c5==_0x32153e?this[_0x1886('0x0')](_0x23b143,_0x26c36e):this['_handleAttributeSuggestionDescription'](_0x23b143,_0x26c36e);}}}return this[_0x1886('0x25')](_0x23b143);}['registerDescriptionCallback'](_0x1bb9a8){this[_0x1886('0x2f')][_0x1886('0xf')](_0x1bb9a8);}[_0x1886('0x41')](_0x4b6ea2,_0x272bcb,_0x199997=_0x3e4fd7[_0x1886('0x2a')]){_0x1886('0x31')==typeof _0x4b6ea2?_0x21090b(this[_0x1886('0x7')],{'matchingCallback':_0x4b6ea2,'label':_0x272bcb,'priority':_0x199997}):this[_0x1886('0x22')][_0x1886('0x5')](_0x4b6ea2,_0x272bcb);}[_0x1886('0x37')](_0x5bbae1,_0x524f62){this['_attributeLabels'][_0x1886('0x5')](_0x5bbae1,_0x524f62);}[_0x1886('0x24')](_0x313af8,_0x1d883=0x1){let _0x4cadce;for(const _0x2e0f87 of this[_0x1886('0x7')])if(_0x2e0f87['matchingCallback'](_0x313af8)){_0x4cadce=_0x2e0f87[_0x1886('0x34')];break;}return _0x4cadce||(_0x4cadce=this[_0x1886('0x22')][_0x1886('0x48')](_0x313af8['name'])),_0x4cadce?_0x4cadce(_0x1d883):0x1!==_0x1d883?_0x1d883+'\x20'+_0x313af8[_0x1886('0x17')]+'s':''+_0x313af8[_0x1886('0x17')];}[_0x1886('0x3d')](_0x41b13a,_0x1ff001){const _0x3df0fc=_0x1ff001[_0x1886('0x30')]()[_0x1886('0x1')](),_0x5b4c51='insertion'==_0x1ff001['type']?_0x1886('0x4'):_0x1886('0xb');for(const _0x35afb3 of _0x3df0fc){const _0x374566=_0x35afb3['item'],_0x4b38eb=_0x41b13a[_0x41b13a[_0x1886('0x27')]-0x1];if(_0x374566['is'](_0x1886('0x35')))_0x4b38eb&&_0x4b38eb[_0x1886('0x2b')][_0x1886('0x1c')]('Container')>-0x1&&_0x41b13a[_0x1886('0x32')](),_0x4b38eb&&_0x1886('0x1e')==_0x4b38eb[_0x1886('0x2b')]?_0x4b38eb[_0x5b4c51]+=_0x374566[_0x1886('0x3e')]:_0x41b13a['push']({'type':_0x1886('0x1e'),'add':_0x1886('0x4')==_0x5b4c51?_0x374566[_0x1886('0x3e')]:'','remove':_0x1886('0xb')==_0x5b4c51?_0x374566[_0x1886('0x3e')]:''});else{if(this[_0x1886('0x44')][_0x1886('0x15')](_0x374566)){const _0xa361b8=_0x374566;if(_0x4b38eb&&_0x4b38eb[_0x1886('0x2b')][_0x1886('0x1c')]('Container')>-0x1&&_0x41b13a['pop'](),_0x1886('0x1a')==_0x35afb3[_0x1886('0x2b')])continue;_0x4b38eb&&_0x4b38eb[_0x1886('0x2b')]==_0x5b4c51+_0x1886('0x2e')&&_0x4b38eb[_0x1886('0x4a')][_0x1886('0x17')]==_0xa361b8[_0x1886('0x17')]?_0x4b38eb[_0x1886('0x29')]++:_0x41b13a['push']({'type':_0x5b4c51+_0x1886('0x2e'),'element':_0xa361b8,'quantity':0x1}),_0x3df0fc['skip'](_0x32f022=>!(_0x1886('0x1a')==_0x32f022[_0x1886('0x2b')]&&_0x32f022['item']==_0x374566));}else{if(this[_0x1886('0x44')]['checkChild'](_0x374566,_0x1886('0x1f'))||_0x374566['is']('element',_0x1886('0x6'))){const _0x53998e=_0x374566;if('add'==_0x5b4c51&&_0x1886('0x2c')==_0x35afb3[_0x1886('0x2b')]||'remove'==_0x5b4c51&&_0x1886('0x1a')==_0x35afb3[_0x1886('0x2b')])continue;if(_0x4b38eb&&-0x1==_0x4b38eb[_0x1886('0x2b')]['indexOf'](_0x1886('0x45'))){'text'==_0x4b38eb['type']&&(_0x4b38eb[_0x5b4c51]+='\x0a');continue;}let _0x5ab94f;if(_0x5ab94f=_0x1886('0x4')==_0x5b4c51?_0x53998e[_0x1886('0x40')]&&!this[_0x1886('0x44')][_0x1886('0x15')](_0x53998e[_0x1886('0x40')])?_0x53998e[_0x1886('0x40')]:null:_0x53998e['previousSibling']&&!this['_schema']['isObject'](_0x53998e['previousSibling'])?_0x53998e[_0x1886('0x43')]:null,_0x53998e[_0x1886('0x3f')]||_0x5ab94f&&_0x5ab94f[_0x1886('0x3f')]){const _0x290ae5=_0x5ab94f&&_0x5ab94f[_0x1886('0x3f')]?_0x5ab94f:_0x53998e;_0x4b38eb&&_0x4b38eb['type']==_0x5b4c51+_0x1886('0xc')&&_0x4b38eb[_0x1886('0x4a')]['name']==_0x290ae5['name']?_0x4b38eb[_0x1886('0x29')]++:_0x41b13a[_0x1886('0xf')]({'type':_0x5b4c51+_0x1886('0xc'),'element':_0x290ae5,'quantity':0x1});}else _0x41b13a[_0x1886('0xf')]({'type':_0x5b4c51+_0x1886('0x45'),'element':_0x53998e});}}}}}[_0x1886('0x25')](_0x3f1a13){const _0x1dd7eb=this[_0x1886('0x12')],_0x3e9dc4=[],_0x325e3f=[],_0x12cc0d=[];for(const _0x4f56d5 of _0x3f1a13)switch(_0x4f56d5[_0x1886('0x2b')]){case _0x1886('0x1e'):if(_0x4f56d5[_0x1886('0x4')]=_0x4f56d5['add']['replace'](/(\S)\u000A+(\S)/g,_0x1886('0x4d'))[_0x1886('0x39')](/\u000A/g,''),_0x4f56d5[_0x1886('0xb')]=_0x4f56d5[_0x1886('0xb')][_0x1886('0x39')](/(\S)\u000A+(\S)/g,'$1\x20$2')[_0x1886('0x39')](/\u000A/g,''),''!=_0x4f56d5[_0x1886('0x4')]&&''!=_0x4f56d5[_0x1886('0xb')]){_0x3e9dc4['push']({'type':_0x1886('0x39'),'content':_0xfc87cf(_0x1dd7eb,'REPLACE_TEXT',['\x22'+_0x4f56d5[_0x1886('0xb')]+'\x22','\x22'+_0x4f56d5[_0x1886('0x4')]+'\x22'])});continue;}if(null!=_0x4f56d5['add']['match'](/^ +$/)){_0x3e9dc4[_0x1886('0xf')]({'type':'insertion','content':_0xfc87cf(_0x1dd7eb,_0x1886('0x42'),_0xfc87cf(_0x1dd7eb,_0x1886('0x28'),_0x4f56d5[_0x1886('0x4')][_0x1886('0x27')]))});continue;}if(null!=_0x4f56d5['remove'][_0x1886('0x36')](/^ +$/)){_0x3e9dc4[_0x1886('0xf')]({'type':_0x1886('0x3a'),'content':_0xfc87cf(_0x1dd7eb,_0x1886('0x11'),_0xfc87cf(_0x1dd7eb,_0x1886('0x28'),_0x4f56d5[_0x1886('0xb')][_0x1886('0x27')]))});continue;}if(''!=_0x4f56d5[_0x1886('0x4')]){_0x3e9dc4[_0x1886('0xf')]({'type':_0x1886('0x13'),'content':_0xfc87cf(_0x1dd7eb,_0x1886('0x42'),'\x22'+_0x4f56d5['add']+'\x22')});continue;}_0x3e9dc4[_0x1886('0xf')]({'type':_0x1886('0x3a'),'content':_0xfc87cf(_0x1dd7eb,'*Remove:*\x20%0','\x22'+_0x4f56d5['remove']+'\x22')});continue;case _0x1886('0x26'):case'addObject':_0x3e9dc4[_0x1886('0xf')]({'type':'insertion','content':_0xfc87cf(_0x1dd7eb,'*Insert:*\x20%0',this[_0x1886('0x24')](_0x4f56d5[_0x1886('0x4a')],_0x4f56d5[_0x1886('0x29')]))});continue;case _0x1886('0x8'):case _0x1886('0x23'):_0x3e9dc4['push']({'type':_0x1886('0x3a'),'content':_0xfc87cf(_0x1dd7eb,_0x1886('0x11'),this[_0x1886('0x24')](_0x4f56d5[_0x1886('0x4a')],_0x4f56d5[_0x1886('0x29')]))});continue;case _0x1886('0x46'):_0x3e9dc4[_0x1886('0xf')]({'type':_0x1886('0x13'),'content':_0xfc87cf(_0x1dd7eb,_0x1886('0x49'),this[_0x1886('0x24')](_0x4f56d5[_0x1886('0x4a')],_0x4f56d5[_0x1886('0x29')]))});continue;case _0x1886('0x16'):_0x3e9dc4['push']({'type':_0x1886('0x3a'),'content':_0xfc87cf(_0x1dd7eb,_0x1886('0x3b'),this['getItemLabel'](_0x4f56d5[_0x1886('0x4a')],_0x4f56d5[_0x1886('0x29')]))});continue;case'addFormat':_0x325e3f[_0x1886('0xf')](_0x4f56d5[_0x1886('0x14')]);continue;case _0x1886('0x38'):_0x12cc0d[_0x1886('0xf')](_0x4f56d5[_0x1886('0x14')]);continue;default:_0x3e9dc4[_0x1886('0xf')](_0x4f56d5);}if(_0x325e3f[_0x1886('0x27')]){const _0x9083f1=_0x325e3f[_0x1886('0x21')](_0x5bb4de=>this[_0x1886('0x1b')][_0x1886('0x20')](_0x5bb4de)?this[_0x1886('0x1b')]['get'](_0x5bb4de):_0x5bb4de)[_0x1886('0x3')](',\x20');_0x3e9dc4[_0x1886('0xf')]({'type':_0x1886('0x2d'),'content':_0xfc87cf(this[_0x1886('0x12')],'*Set\x20format:*\x20%0',_0x9083f1)});}if(_0x12cc0d[_0x1886('0x27')]){const _0x288830=_0x12cc0d[_0x1886('0x21')](_0x3bff2b=>this[_0x1886('0x1b')]['has'](_0x3bff2b)?this[_0x1886('0x1b')]['get'](_0x3bff2b):_0x3bff2b)[_0x1886('0x3')](',\x20');_0x3e9dc4[_0x1886('0xf')]({'type':'format','content':_0xfc87cf(this[_0x1886('0x12')],_0x1886('0x3c'),_0x288830)});}return _0x3e9dc4;}['_handleCustomCallbackDescription'](_0x586059){for(const _0x3eb89c of this[_0x1886('0x2f')]){const _0x270688=_0x3eb89c(_0x586059);if(_0x270688&&_0x1886('0x2b')in _0x270688)return _0x270688;}}[_0x1886('0x4c')](_0x143a96,_0x45d4ed){const _0x36604f=_0x45d4ed[_0x1886('0x3e')],_0x3c3ab1=void 0x0===_0x36604f[_0x1886('0x47')]?'removeFormat':_0x1886('0xa');_0x143a96[_0x1886('0xf')]({'type':_0x3c3ab1,'key':_0x36604f['key']});}['_handleRenameSuggestionDescription'](_0x155227,_0x293495){_0x155227['push']({'type':_0x1886('0x2d'),'content':_0xfc87cf(this['_locale'],_0x1886('0x10'),this[_0x1886('0x24')](_0x293495[_0x1886('0x30')]()[_0x1886('0xe')]['nodeAfter'],0x1))});}[_0x1886('0x4b')](_0x2fd1a3,_0x35dd68,_0x394abb){if(this[_0x1886('0x3d')](_0x2fd1a3,_0x35dd68),_0x394abb&&_0x394abb['getFirstRange']()&&!_0x35dd68[_0x1886('0x30')]()[_0x1886('0xd')][_0x1886('0x19')](_0x394abb[_0x1886('0x30')]()['start'])){const _0x1c07de=_0x2fd1a3[_0x2fd1a3[_0x1886('0x27')]-0x1],_0x17f668=_0x1886('0x13')==_0x35dd68[_0x1886('0x2b')]?_0x1886('0x4'):_0x1886('0xb');_0x1c07de&&'text'==_0x1c07de[_0x1886('0x2b')]&&(_0x1c07de[_0x17f668]+='\x0a');}}}
23
+ const _0x7381=['addEmptyContainer','*Remove:*\x20%0','removeFormat','attribute','type','previousSibling','removeObject','_handleRenameSuggestionDescription','getItemLabel','getWalker','get','elementEnd','registerElementLabel','indexOf','label','length','ELEMENT_SPACE','isInContent','Container','key','EmptyContainer','isObject','join','isEmpty','push','normal','_resolveDescriptionItems','registerAttributeLabel','$textProxy','replace','newValue','_addDescriptionItems','Object','add','start','_locale','$text','_handleCustomCallbackDescription','subType','end','pop','removeContainer','_itemLabelsCallbacks','matchingCallback','getFirstRange','_customCallbacks','skip','_handleInsertRemoveSuggestionDescription','REPLACE_TEXT','elementStart','_schema','match','format','data','nextSibling','*Set\x20format:*\x20%0','*Remove\x20format:*\x20%0','softBreak','_itemLabels','removeEmptyContainer','isEqual','registerDescriptionCallback','*Change\x20to:*\x20%0','deletion','checkChild','remove','element','text','addFormat','$1\x20$2','*Insert:*\x20%0','item','quantity','has','nodeAfter','insertion','*Merge:*\x20%0','getDescriptions','_handleAttributeSuggestionDescription','_attributeLabels','name','map'];(function(_0x5ae8da,_0x73810d){const _0x574d90=function(_0x581917){while(--_0x581917){_0x5ae8da['push'](_0x5ae8da['shift']());}};_0x574d90(++_0x73810d);}(_0x7381,0x1e2));const _0x574d=function(_0x5ae8da,_0x73810d){_0x5ae8da=_0x5ae8da-0x0;let _0x574d90=_0x7381[_0x5ae8da];return _0x574d90;};import{getTranslation as _0x2191b9}from'./utils/common-translations';import{priorities as _0x4db920,insertToPriorityArray as _0x59aad3}from'ckeditor5/src/utils';import{renameAttributeKey as _0x56bbd1}from'./trackchangesediting';export default class f{constructor(_0x40f10e,_0x4758a6){this['_customCallbacks']=[],this[_0x574d('0x44')]=new Map(),this[_0x574d('0x34')]=[],this[_0x574d('0x7')]=new Map(),this['_schema']=_0x40f10e,this[_0x574d('0x2d')]=_0x4758a6;}[_0x574d('0x5')](_0x5ebc0c){const _0x2eaa4f=[],_0x4f7945=new Set(),_0x1fd29b=new Set();for(let _0x398582=0x0;_0x398582<_0x5ebc0c['length'];_0x398582++){const _0x1bbe8b=_0x5ebc0c[_0x398582];if(!_0x1bbe8b[_0x574d('0x1b')])continue;const _0x2dda46=this['_handleCustomCallbackDescription'](_0x1bbe8b);if(_0x2dda46){if(null!=_0x1bbe8b[_0x574d('0x30')]){if(_0x4f7945[_0x574d('0x1')](_0x1bbe8b[_0x574d('0x30')]))continue;_0x4f7945[_0x574d('0x2b')](_0x1bbe8b[_0x574d('0x30')]);}_0x2eaa4f[_0x574d('0x22')](_0x2dda46);}else{if(_0x574d('0xd')!=_0x1bbe8b['type'])_0x574d('0x3')!=_0x1bbe8b['type']&&_0x574d('0x49')!=_0x1bbe8b[_0x574d('0xe')]||this[_0x574d('0x39')](_0x2eaa4f,_0x1bbe8b,_0x5ebc0c[_0x398582+0x1]);else{const _0x159d53=_0x1bbe8b[_0x574d('0x3f')]['key'];if(_0x1fd29b[_0x574d('0x1')](_0x159d53))continue;_0x1fd29b[_0x574d('0x2b')](_0x1bbe8b[_0x574d('0x3f')][_0x574d('0x1d')]),_0x159d53==_0x56bbd1?this['_handleRenameSuggestionDescription'](_0x2eaa4f,_0x1bbe8b):this[_0x574d('0x6')](_0x2eaa4f,_0x1bbe8b);}}}return this[_0x574d('0x24')](_0x2eaa4f);}[_0x574d('0x47')](_0x31fb4b){this['_customCallbacks'][_0x574d('0x22')](_0x31fb4b);}[_0x574d('0x16')](_0x133ac8,_0x57db59,_0x30071e=_0x4db920[_0x574d('0x23')]){'function'==typeof _0x133ac8?_0x59aad3(this[_0x574d('0x34')],{'matchingCallback':_0x133ac8,'label':_0x57db59,'priority':_0x30071e}):this['_itemLabels']['set'](_0x133ac8,_0x57db59);}[_0x574d('0x25')](_0x5708df,_0x4a5f1c){this['_attributeLabels']['set'](_0x5708df,_0x4a5f1c);}[_0x574d('0x12')](_0x3ad97c,_0x39cea8=0x1){let _0xef9322;for(const _0x2efd8b of this[_0x574d('0x34')])if(_0x2efd8b[_0x574d('0x35')](_0x3ad97c)){_0xef9322=_0x2efd8b[_0x574d('0x18')];break;}return _0xef9322||(_0xef9322=this[_0x574d('0x44')][_0x574d('0x14')](_0x3ad97c[_0x574d('0x8')])),_0xef9322?_0xef9322(_0x39cea8):0x1!==_0x39cea8?_0x39cea8+'\x20'+_0x3ad97c[_0x574d('0x8')]+'s':''+_0x3ad97c[_0x574d('0x8')];}[_0x574d('0x29')](_0x4e0d7a,_0x3960b0){const _0x569389=_0x3960b0[_0x574d('0x36')]()[_0x574d('0x13')](),_0x509318='insertion'==_0x3960b0[_0x574d('0xe')]?_0x574d('0x2b'):'remove';for(const _0x46b58e of _0x569389){const _0x50fa84=_0x46b58e[_0x574d('0x51')],_0x496ed6=_0x4e0d7a[_0x4e0d7a[_0x574d('0x19')]-0x1];if(_0x50fa84['is'](_0x574d('0x26')))_0x496ed6&&_0x496ed6[_0x574d('0xe')]['indexOf'](_0x574d('0x1c'))>-0x1&&_0x4e0d7a[_0x574d('0x32')](),_0x496ed6&&_0x574d('0x4d')==_0x496ed6[_0x574d('0xe')]?_0x496ed6[_0x509318]+=_0x50fa84['data']:_0x4e0d7a[_0x574d('0x22')]({'type':_0x574d('0x4d'),'add':'add'==_0x509318?_0x50fa84[_0x574d('0x3f')]:'','remove':_0x574d('0x4b')==_0x509318?_0x50fa84['data']:''});else{if(this['_schema'][_0x574d('0x1f')](_0x50fa84)){const _0x597612=_0x50fa84;if(_0x496ed6&&_0x496ed6['type']['indexOf'](_0x574d('0x1c'))>-0x1&&_0x4e0d7a[_0x574d('0x32')](),_0x574d('0x15')==_0x46b58e[_0x574d('0xe')])continue;_0x496ed6&&_0x496ed6[_0x574d('0xe')]==_0x509318+_0x574d('0x2a')&&_0x496ed6['element'][_0x574d('0x8')]==_0x597612[_0x574d('0x8')]?_0x496ed6[_0x574d('0x0')]++:_0x4e0d7a['push']({'type':_0x509318+'Object','element':_0x597612,'quantity':0x1}),_0x569389[_0x574d('0x38')](_0x554b44=>!(_0x574d('0x15')==_0x554b44['type']&&_0x554b44[_0x574d('0x51')]==_0x50fa84));}else{if(this[_0x574d('0x3c')][_0x574d('0x4a')](_0x50fa84,_0x574d('0x2e'))||_0x50fa84['is'](_0x574d('0x4c'),_0x574d('0x43'))){const _0x39aa30=_0x50fa84;if(_0x574d('0x2b')==_0x509318&&_0x574d('0x3b')==_0x46b58e[_0x574d('0xe')]||_0x574d('0x4b')==_0x509318&&_0x574d('0x15')==_0x46b58e['type'])continue;if(_0x496ed6&&-0x1==_0x496ed6['type'][_0x574d('0x17')]('Container')){_0x574d('0x4d')==_0x496ed6[_0x574d('0xe')]&&(_0x496ed6[_0x509318]+='\x0a');continue;}let _0x2ec6fe;if(_0x2ec6fe=_0x574d('0x2b')==_0x509318?_0x39aa30[_0x574d('0x40')]&&!this[_0x574d('0x3c')][_0x574d('0x1f')](_0x39aa30[_0x574d('0x40')])?_0x39aa30[_0x574d('0x40')]:null:_0x39aa30[_0x574d('0xf')]&&!this[_0x574d('0x3c')]['isObject'](_0x39aa30[_0x574d('0xf')])?_0x39aa30[_0x574d('0xf')]:null,_0x39aa30['isEmpty']||_0x2ec6fe&&_0x2ec6fe[_0x574d('0x21')]){const _0x7fbb47=_0x2ec6fe&&_0x2ec6fe[_0x574d('0x21')]?_0x2ec6fe:_0x39aa30;_0x496ed6&&_0x496ed6[_0x574d('0xe')]==_0x509318+_0x574d('0x1e')&&_0x496ed6[_0x574d('0x4c')][_0x574d('0x8')]==_0x7fbb47[_0x574d('0x8')]?_0x496ed6[_0x574d('0x0')]++:_0x4e0d7a['push']({'type':_0x509318+_0x574d('0x1e'),'element':_0x7fbb47,'quantity':0x1});}else _0x4e0d7a['push']({'type':_0x509318+_0x574d('0x1c'),'element':_0x39aa30});}}}}}[_0x574d('0x24')](_0x119929){const _0x14d0b7=this[_0x574d('0x2d')],_0x4ff9db=[],_0x25d105=[],_0x48adb0=[];for(const _0x45d7bb of _0x119929)switch(_0x45d7bb[_0x574d('0xe')]){case _0x574d('0x4d'):if(_0x45d7bb[_0x574d('0x2b')]=_0x45d7bb[_0x574d('0x2b')][_0x574d('0x27')](/(\S)\u000A+(\S)/g,'$1\x20$2')[_0x574d('0x27')](/\u000A/g,''),_0x45d7bb[_0x574d('0x4b')]=_0x45d7bb[_0x574d('0x4b')][_0x574d('0x27')](/(\S)\u000A+(\S)/g,_0x574d('0x4f'))[_0x574d('0x27')](/\u000A/g,''),''!=_0x45d7bb['add']&&''!=_0x45d7bb[_0x574d('0x4b')]){_0x4ff9db[_0x574d('0x22')]({'type':_0x574d('0x27'),'content':_0x2191b9(_0x14d0b7,_0x574d('0x3a'),['\x22'+_0x45d7bb[_0x574d('0x4b')]+'\x22','\x22'+_0x45d7bb[_0x574d('0x2b')]+'\x22'])});continue;}if(null!=_0x45d7bb[_0x574d('0x2b')][_0x574d('0x3d')](/^ +$/)){_0x4ff9db['push']({'type':_0x574d('0x3'),'content':_0x2191b9(_0x14d0b7,_0x574d('0x50'),_0x2191b9(_0x14d0b7,_0x574d('0x1a'),_0x45d7bb[_0x574d('0x2b')]['length']))});continue;}if(null!=_0x45d7bb[_0x574d('0x4b')][_0x574d('0x3d')](/^ +$/)){_0x4ff9db['push']({'type':_0x574d('0x49'),'content':_0x2191b9(_0x14d0b7,_0x574d('0xb'),_0x2191b9(_0x14d0b7,_0x574d('0x1a'),_0x45d7bb[_0x574d('0x4b')][_0x574d('0x19')]))});continue;}if(''!=_0x45d7bb['add']){_0x4ff9db[_0x574d('0x22')]({'type':_0x574d('0x3'),'content':_0x2191b9(_0x14d0b7,_0x574d('0x50'),'\x22'+_0x45d7bb['add']+'\x22')});continue;}_0x4ff9db[_0x574d('0x22')]({'type':'deletion','content':_0x2191b9(_0x14d0b7,_0x574d('0xb'),'\x22'+_0x45d7bb[_0x574d('0x4b')]+'\x22')});continue;case _0x574d('0xa'):case'addObject':_0x4ff9db['push']({'type':_0x574d('0x3'),'content':_0x2191b9(_0x14d0b7,_0x574d('0x50'),this[_0x574d('0x12')](_0x45d7bb[_0x574d('0x4c')],_0x45d7bb[_0x574d('0x0')]))});continue;case _0x574d('0x45'):case _0x574d('0x10'):_0x4ff9db['push']({'type':_0x574d('0x49'),'content':_0x2191b9(_0x14d0b7,_0x574d('0xb'),this['getItemLabel'](_0x45d7bb['element'],_0x45d7bb['quantity']))});continue;case'addContainer':_0x4ff9db[_0x574d('0x22')]({'type':'insertion','content':_0x2191b9(_0x14d0b7,'*Split:*\x20%0',this[_0x574d('0x12')](_0x45d7bb['element'],_0x45d7bb[_0x574d('0x0')]))});continue;case _0x574d('0x33'):_0x4ff9db['push']({'type':_0x574d('0x49'),'content':_0x2191b9(_0x14d0b7,_0x574d('0x4'),this[_0x574d('0x12')](_0x45d7bb['element'],_0x45d7bb[_0x574d('0x0')]))});continue;case _0x574d('0x4e'):_0x25d105['push'](_0x45d7bb[_0x574d('0x1d')]);continue;case _0x574d('0xc'):_0x48adb0['push'](_0x45d7bb[_0x574d('0x1d')]);continue;default:_0x4ff9db[_0x574d('0x22')](_0x45d7bb);}if(_0x25d105['length']){const _0x1639e7=_0x25d105[_0x574d('0x9')](_0x1244b4=>this[_0x574d('0x7')]['has'](_0x1244b4)?this[_0x574d('0x7')][_0x574d('0x14')](_0x1244b4):_0x1244b4)[_0x574d('0x20')](',\x20');_0x4ff9db[_0x574d('0x22')]({'type':_0x574d('0x3e'),'content':_0x2191b9(this[_0x574d('0x2d')],_0x574d('0x41'),_0x1639e7)});}if(_0x48adb0[_0x574d('0x19')]){const _0x34511a=_0x48adb0[_0x574d('0x9')](_0x539c80=>this['_attributeLabels'][_0x574d('0x1')](_0x539c80)?this['_attributeLabels'][_0x574d('0x14')](_0x539c80):_0x539c80)[_0x574d('0x20')](',\x20');_0x4ff9db[_0x574d('0x22')]({'type':'format','content':_0x2191b9(this['_locale'],_0x574d('0x42'),_0x34511a)});}return _0x4ff9db;}[_0x574d('0x2f')](_0x39f189){for(const _0x1d5732 of this[_0x574d('0x37')]){const _0x60ff11=_0x1d5732(_0x39f189);if(_0x60ff11&&_0x574d('0xe')in _0x60ff11)return _0x60ff11;}}['_handleAttributeSuggestionDescription'](_0x56f428,_0x2e5527){const _0x2c8a51=_0x2e5527[_0x574d('0x3f')],_0x2b3293=void 0x0===_0x2c8a51[_0x574d('0x28')]?_0x574d('0xc'):_0x574d('0x4e');_0x56f428[_0x574d('0x22')]({'type':_0x2b3293,'key':_0x2c8a51[_0x574d('0x1d')]});}[_0x574d('0x11')](_0x28419b,_0x6cca25){_0x28419b['push']({'type':_0x574d('0x3e'),'content':_0x2191b9(this['_locale'],_0x574d('0x48'),this[_0x574d('0x12')](_0x6cca25[_0x574d('0x36')]()[_0x574d('0x2c')][_0x574d('0x2')],0x1))});}[_0x574d('0x39')](_0x1c5fff,_0x2d5bc4,_0x53c0f3){if(this['_addDescriptionItems'](_0x1c5fff,_0x2d5bc4),_0x53c0f3&&_0x53c0f3['getFirstRange']()&&!_0x2d5bc4[_0x574d('0x36')]()[_0x574d('0x31')][_0x574d('0x46')](_0x53c0f3['getFirstRange']()[_0x574d('0x2c')])){const _0x324b5a=_0x1c5fff[_0x1c5fff[_0x574d('0x19')]-0x1],_0x4a714a=_0x574d('0x3')==_0x2d5bc4['type']?_0x574d('0x2b'):_0x574d('0x4b');_0x324b5a&&_0x574d('0x4d')==_0x324b5a[_0x574d('0xe')]&&(_0x324b5a[_0x4a714a]+='\x0a');}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x12bd=['getSuggestion','plugins','requires','addSuggestionData','TrackChanges','pluginName','addSuggestion','getSuggestions','get','Comments','editor','adapter'];(function(_0x396e94,_0x12bd2c){var _0x190e6d=function(_0x2b1f41){while(--_0x2b1f41){_0x396e94['push'](_0x396e94['shift']());}};_0x190e6d(++_0x12bd2c);}(_0x12bd,0x73));var _0x190e=function(_0x396e94,_0x12bd2c){_0x396e94=_0x396e94-0x0;var _0x190e6d=_0x12bd[_0x396e94];return _0x190e6d;};import{Plugin as _0x3799b5}from'ckeditor5/src/core';import _0x116c89 from'./trackchangesui';import _0x28f36c from'./trackchangesediting';import'ckeditor5-collaboration/src/collaboration-core';export default class k extends _0x3799b5{static get[_0x190e('0x7')](){return[_0x28f36c,_0x116c89,_0x190e('0x2')];}static get[_0x190e('0xa')](){return _0x190e('0x9');}set[_0x190e('0x4')](_0x178a53){this[_0x190e('0x3')][_0x190e('0x6')]['get'](_0x28f36c)[_0x190e('0x4')]=_0x178a53;}get['adapter'](){return this[_0x190e('0x3')][_0x190e('0x6')][_0x190e('0x1')](_0x28f36c)[_0x190e('0x4')];}[_0x190e('0xb')](_0x42726f){return this[_0x190e('0x3')]['plugins'][_0x190e('0x1')](_0x28f36c)[_0x190e('0x8')](_0x42726f);}[_0x190e('0x0')]({skipNotAttached:_0x4f21a4=!0x1,toJSON:_0x327f42=!0x1}={}){return this[_0x190e('0x3')][_0x190e('0x6')][_0x190e('0x1')](_0x28f36c)[_0x190e('0x0')]({'skipNotAttached':_0x4f21a4,'toJSON':_0x327f42});}[_0x190e('0x5')](_0xdf739c){return this[_0x190e('0x3')][_0x190e('0x6')][_0x190e('0x1')](_0x28f36c)[_0x190e('0x5')](_0xdf739c);}}
23
+ var _0x27c0=['addSuggestionData','getSuggestions','pluginName','editor','getSuggestion','requires','plugins','adapter','addSuggestion','get'];(function(_0x12b9dd,_0x27c030){var _0x5a40e8=function(_0x2319a4){while(--_0x2319a4){_0x12b9dd['push'](_0x12b9dd['shift']());}};_0x5a40e8(++_0x27c030);}(_0x27c0,0xb2));var _0x5a40=function(_0x12b9dd,_0x27c030){_0x12b9dd=_0x12b9dd-0x0;var _0x5a40e8=_0x27c0[_0x12b9dd];return _0x5a40e8;};import{Plugin as _0x40928a}from'ckeditor5/src/core';import _0x666a34 from'./trackchangesui';import _0x20b55c from'./trackchangesediting';import'ckeditor5-collaboration/src/collaboration-core';export default class k extends _0x40928a{static get[_0x5a40('0x7')](){return[_0x20b55c,_0x666a34,'Comments'];}static get[_0x5a40('0x4')](){return'TrackChanges';}set[_0x5a40('0x9')](_0x23328c){this['editor']['plugins'][_0x5a40('0x1')](_0x20b55c)[_0x5a40('0x9')]=_0x23328c;}get[_0x5a40('0x9')](){return this[_0x5a40('0x5')][_0x5a40('0x8')]['get'](_0x20b55c)[_0x5a40('0x9')];}[_0x5a40('0x0')](_0x55beca){return this[_0x5a40('0x5')][_0x5a40('0x8')]['get'](_0x20b55c)[_0x5a40('0x2')](_0x55beca);}[_0x5a40('0x3')]({skipNotAttached:_0x2104c5=!0x1,toJSON:_0x498176=!0x1}={}){return this[_0x5a40('0x5')][_0x5a40('0x8')][_0x5a40('0x1')](_0x20b55c)['getSuggestions']({'skipNotAttached':_0x2104c5,'toJSON':_0x498176});}['getSuggestion'](_0x20cbe8){return this[_0x5a40('0x5')][_0x5a40('0x8')][_0x5a40('0x1')](_0x20b55c)[_0x5a40('0x6')](_0x20cbe8);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x475a=['getRootsAttributes','getRootNames','discardAllSuggestions','track-changes-data-invalid-editor-creator','TrackChangesData','getFullData','addSuggestionData','data','map','appendChild','TrackChangesEditing','config','useAnonymousUser','users','plugins','get','end','set','Pagination','div','_adapter','acceptAllSuggestions','editor','Users','init','pluginName','getDataWithDiscardedSuggestions','result','getUser','getDataWithAcceptedSuggestions','createDocumentFragment','destroy','function','model','execute','reduce','document','editorCreator','define'];(function(_0x448208,_0x475a0b){const _0x1290bd=function(_0x504603){while(--_0x504603){_0x448208['push'](_0x448208['shift']());}};_0x1290bd(++_0x475a0b);}(_0x475a,0x184));const _0x1290=function(_0x448208,_0x475a0b){_0x448208=_0x448208-0x0;let _0x1290bd=_0x475a[_0x448208];return _0x1290bd;};import{Plugin as _0x35b367}from'ckeditor5/src/core';import{CKEditorError as _0x1034f8}from'ckeditor5/src/utils';import _0x32e8e4 from'./trackchangesediting';import{sanitizeEditorConfig as _0x54c691}from'ckeditor5-collaboration/src/collaboration-core';const T=[_0x1290('0x14')];export default class P extends _0x35b367{static get['requires'](){return[_0x32e8e4];}static get['pluginName'](){return _0x1290('0x6');}[_0x1290('0x1a')](){const _0x1054a9=this['editor'];if(_0x1054a9[_0x1290('0xd')][_0x1290('0x1')]('trackChangesData.editorCreator',_0x3113d9=>{const _0x1a1530=_0x1054a9[_0x1290('0x23')][_0x1290('0x26')][_0x1290('0x3')]()[_0x1290('0x25')]((_0xe7c83e,_0x5def59)=>(_0xe7c83e[_0x5def59]='',_0xe7c83e),{});return _0x1054a9['constructor']['create'](_0x1a1530,_0x3113d9);}),_0x1290('0x22')!=typeof _0x1054a9[_0x1290('0xd')][_0x1290('0x11')]('trackChangesData')[_0x1290('0x0')])throw new _0x1034f8(_0x1290('0x5'));}[_0x1290('0x1f')](_0x4bcdaf){return N(this['editor'],!0x0,_0x4bcdaf);}[_0x1290('0x1c')](_0x10f603){return N(this['editor'],!0x1,_0x10f603);}}class D extends _0x35b367{static get[_0x1290('0x1b')](){return'TrackChangesDataGetter';}constructor(_0x4c5eae){super(_0x4c5eae),this[_0x1290('0x1d')]=_0x1290('0x12');}[_0x1290('0x1a')](){this[_0x1290('0x18')][_0x1290('0x10')][_0x1290('0x11')]('CommentsRepository')[_0x1290('0x16')]={'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[_0x1290('0x18')]['plugins'][_0x1290('0x11')]('TrackChangesEditing')['_adapter']=null;}}function v(_0x48f71f){return void 0x0!==_0x48f71f['getRootsAttributes'];}async function N(_0x60aac0,_0x30604b,_0x4de179){const _0x3766a0=_0x54c691(_0x60aac0,T);_0x3766a0[_0x1290('0x10')]['push'](_0x32e8e4,D),_0x3766a0['rootsAttributes']=v(_0x60aac0)?_0x60aac0[_0x1290('0x2')]():void 0x0;const _0x538f43=document[_0x1290('0x20')](),_0x13c5b1=_0x60aac0[_0x1290('0xd')]['get']('trackChangesData')[_0x1290('0x0')],_0xa34c32=await _0x13c5b1(_0x3766a0,()=>function(_0x378408){const _0x19ad5e=document['createElement'](_0x1290('0x15'));return _0x378408[_0x1290('0xb')](_0x19ad5e),_0x19ad5e;}(_0x538f43));!function(_0x2489af,_0x43ac0c){const _0x22afea=_0x2489af[_0x1290('0x23')][_0x1290('0x26')][_0x1290('0x3')]()[_0x1290('0x25')]((_0x3706ec,_0x504dfe)=>(_0x3706ec[_0x504dfe]=_0x2489af[_0x1290('0x9')]['get']({'rootName':_0x504dfe}),_0x3706ec),{}),_0x10478f=_0x2489af['plugins'][_0x1290('0x11')](_0x1290('0x19'))[_0x1290('0xf')][_0x1290('0xa')](_0x97f872=>({'id':_0x97f872['id'],'name':_0x97f872['name']})),_0x55cd23=_0x2489af[_0x1290('0x10')]['get'](_0x1290('0xc'))['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4577e1=_0x43ac0c['plugins'][_0x1290('0x11')](_0x1290('0x19')),_0x3341eb=_0x43ac0c[_0x1290('0x10')][_0x1290('0x11')](_0x1290('0xc'));for(const _0x38eb62 of _0x10478f)_0x4577e1[_0x1290('0x1e')](_0x38eb62['id'])||_0x4577e1['addUser'](_0x38eb62);_0x4577e1['me']||_0x4577e1[_0x1290('0xe')]();for(const _0x78ad79 of _0x55cd23)_0x3341eb[_0x1290('0x8')](_0x78ad79);_0x43ac0c[_0x1290('0x9')][_0x1290('0x13')](_0x22afea);}(_0x60aac0,_0xa34c32),_0xa34c32[_0x1290('0x24')](_0x30604b?_0x1290('0x17'):_0x1290('0x4'));const _0xb74b34=v(_0xa34c32)?_0xa34c32[_0x1290('0x7')](_0x4de179):_0xa34c32['data'][_0x1290('0x11')](_0x4de179);return await _0xa34c32[_0x1290('0x21')](),_0xb74b34;}
23
+ const _0x1ca7=['getRootsAttributes','createDocumentFragment','editor','plugins','discardAllSuggestions','useAnonymousUser','CommentsRepository','execute','track-changes-data-invalid-editor-creator','create','rootsAttributes','name','get','getRootNames','trackChangesData','init','createElement','push','TrackChangesEditing','getFullData','reduce','result','getDataWithDiscardedSuggestions','_adapter','trackChangesData.editorCreator','data','requires','Pagination','Users','define','end','config','model','editorCreator','div','acceptAllSuggestions','users','addSuggestionData','document','appendChild','TrackChangesData','function'];(function(_0x3c683b,_0x1ca746){const _0x40e888=function(_0x267cbc){while(--_0x267cbc){_0x3c683b['push'](_0x3c683b['shift']());}};_0x40e888(++_0x1ca746);}(_0x1ca7,0x73));const _0x40e8=function(_0x3c683b,_0x1ca746){_0x3c683b=_0x3c683b-0x0;let _0x40e888=_0x1ca7[_0x3c683b];return _0x40e888;};import{Plugin as _0x3688e8}from'ckeditor5/src/core';import{CKEditorError as _0x2f1892}from'ckeditor5/src/utils';import _0x4c2bb4 from'./trackchangesediting';import{sanitizeEditorConfig as _0x5c702f}from'ckeditor5-collaboration/src/collaboration-core';const T=[_0x40e8('0x26')];export default class P extends _0x3688e8{static get[_0x40e8('0x25')](){return[_0x4c2bb4];}static get['pluginName'](){return _0x40e8('0x9');}[_0x40e8('0x1a')](){const _0x266a6a=this[_0x40e8('0xd')];if(_0x266a6a[_0x40e8('0x0')][_0x40e8('0x28')](_0x40e8('0x23'),_0x3e1f91=>{const _0x48ce99=_0x266a6a[_0x40e8('0x1')][_0x40e8('0x7')][_0x40e8('0x18')]()[_0x40e8('0x1f')]((_0x8166c4,_0x2ce5a1)=>(_0x8166c4[_0x2ce5a1]='',_0x8166c4),{});return _0x266a6a['constructor'][_0x40e8('0x14')](_0x48ce99,_0x3e1f91);}),_0x40e8('0xa')!=typeof _0x266a6a[_0x40e8('0x0')][_0x40e8('0x17')](_0x40e8('0x19'))[_0x40e8('0x2')])throw new _0x2f1892(_0x40e8('0x13'));}['getDataWithAcceptedSuggestions'](_0x2e3bf4){return N(this[_0x40e8('0xd')],!0x0,_0x2e3bf4);}[_0x40e8('0x21')](_0x35fabd){return N(this[_0x40e8('0xd')],!0x1,_0x35fabd);}}class D extends _0x3688e8{static get['pluginName'](){return'TrackChangesDataGetter';}constructor(_0x3e2009){super(_0x3e2009),this[_0x40e8('0x20')]=_0x40e8('0x29');}[_0x40e8('0x1a')](){this[_0x40e8('0xd')][_0x40e8('0xe')][_0x40e8('0x17')](_0x40e8('0x11'))[_0x40e8('0x22')]={'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[_0x40e8('0xd')][_0x40e8('0xe')]['get'](_0x40e8('0x1d'))[_0x40e8('0x22')]=null;}}function v(_0xbe31e5){return void 0x0!==_0xbe31e5[_0x40e8('0xb')];}async function N(_0x9165d2,_0x39326f,_0xc2cf4f){const _0x1c6f79=_0x5c702f(_0x9165d2,T);_0x1c6f79['plugins'][_0x40e8('0x1c')](_0x4c2bb4,D),_0x1c6f79[_0x40e8('0x15')]=v(_0x9165d2)?_0x9165d2[_0x40e8('0xb')]():void 0x0;const _0x60cb69=document[_0x40e8('0xc')](),_0x428c2d=_0x9165d2[_0x40e8('0x0')][_0x40e8('0x17')]('trackChangesData')[_0x40e8('0x2')],_0x45c879=await _0x428c2d(_0x1c6f79,()=>function(_0x3a6621){const _0x35c012=document[_0x40e8('0x1b')](_0x40e8('0x3'));return _0x3a6621[_0x40e8('0x8')](_0x35c012),_0x35c012;}(_0x60cb69));!function(_0x40cc75,_0x257f8e){const _0x2a5e9f=_0x40cc75[_0x40e8('0x1')]['document'][_0x40e8('0x18')]()[_0x40e8('0x1f')]((_0x3372ca,_0x38a3e4)=>(_0x3372ca[_0x38a3e4]=_0x40cc75['data']['get']({'rootName':_0x38a3e4}),_0x3372ca),{}),_0x4eb8e9=_0x40cc75[_0x40e8('0xe')][_0x40e8('0x17')](_0x40e8('0x27'))[_0x40e8('0x5')]['map'](_0x730bd4=>({'id':_0x730bd4['id'],'name':_0x730bd4[_0x40e8('0x16')]})),_0x283a47=_0x40cc75[_0x40e8('0xe')][_0x40e8('0x17')](_0x40e8('0x1d'))['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x29833f=_0x257f8e[_0x40e8('0xe')][_0x40e8('0x17')](_0x40e8('0x27')),_0x800936=_0x257f8e[_0x40e8('0xe')][_0x40e8('0x17')](_0x40e8('0x1d'));for(const _0xe16061 of _0x4eb8e9)_0x29833f['getUser'](_0xe16061['id'])||_0x29833f['addUser'](_0xe16061);_0x29833f['me']||_0x29833f[_0x40e8('0x10')]();for(const _0x4941d8 of _0x283a47)_0x800936[_0x40e8('0x6')](_0x4941d8);_0x257f8e['data']['set'](_0x2a5e9f);}(_0x9165d2,_0x45c879),_0x45c879[_0x40e8('0x12')](_0x39326f?_0x40e8('0x4'):_0x40e8('0xf'));const _0x50b96e=v(_0x45c879)?_0x45c879[_0x40e8('0x1e')](_0xc2cf4f):_0x45c879[_0x40e8('0x24')][_0x40e8('0x17')](_0xc2cf4f);return await _0x45c879['destroy'](),_0x50b96e;}