@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231204.0 → 0.0.0-nightly-20231205.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 (66) 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/ckbox.js +1 -1
  13. package/src/integrations/codeblock.js +1 -1
  14. package/src/integrations/comments.js +1 -1
  15. package/src/integrations/deletecommand.js +1 -1
  16. package/src/integrations/documentlist.js +1 -1
  17. package/src/integrations/documentlistproperties.js +1 -1
  18. package/src/integrations/entercommand.js +1 -1
  19. package/src/integrations/findandreplace.js +1 -1
  20. package/src/integrations/font.js +1 -1
  21. package/src/integrations/formatpainter.js +1 -1
  22. package/src/integrations/heading.js +1 -1
  23. package/src/integrations/highlight.js +1 -1
  24. package/src/integrations/horizontalline.js +1 -1
  25. package/src/integrations/htmlembed.js +1 -1
  26. package/src/integrations/image.js +1 -1
  27. package/src/integrations/imagereplace.js +1 -1
  28. package/src/integrations/imagestyle.js +1 -1
  29. package/src/integrations/importword.js +1 -1
  30. package/src/integrations/indent.js +1 -1
  31. package/src/integrations/inputcommand.js +1 -1
  32. package/src/integrations/link.js +1 -1
  33. package/src/integrations/list.js +1 -1
  34. package/src/integrations/listproperties.js +1 -1
  35. package/src/integrations/mediaembed.js +1 -1
  36. package/src/integrations/mention.js +1 -1
  37. package/src/integrations/pagebreak.js +1 -1
  38. package/src/integrations/paragraph.js +1 -1
  39. package/src/integrations/removeformat.js +1 -1
  40. package/src/integrations/restrictededitingmode.js +1 -1
  41. package/src/integrations/shiftentercommand.js +1 -1
  42. package/src/integrations/standardeditingmode.js +1 -1
  43. package/src/integrations/style.js +1 -1
  44. package/src/integrations/table.js +1 -1
  45. package/src/integrations/tablecaption.js +1 -1
  46. package/src/integrations/tableclipboard.js +1 -1
  47. package/src/integrations/tablecolumnresize.js +1 -1
  48. package/src/integrations/tableheadings.js +1 -1
  49. package/src/integrations/tablemergesplit.js +1 -1
  50. package/src/integrations/tableofcontents.js +1 -1
  51. package/src/integrations/tableproperties.js +1 -1
  52. package/src/integrations/template.js +1 -1
  53. package/src/integrations/title.js +1 -1
  54. package/src/integrations/undo.js +1 -1
  55. package/src/integrations/utils.js +1 -1
  56. package/src/suggestion.js +1 -1
  57. package/src/suggestiondescriptionfactory.js +1 -1
  58. package/src/trackchanges.js +1 -1
  59. package/src/trackchangesdata.js +1 -1
  60. package/src/trackchangesediting.js +1 -1
  61. package/src/trackchangesui.js +1 -1
  62. package/src/ui/suggestioncontroller.js +1 -1
  63. package/src/ui/view/basesuggestionthreadview.js +1 -1
  64. package/src/ui/view/suggestionthreadview.js +1 -1
  65. package/src/utils/common-translations.js +1 -1
  66. package/src/utils/utils.js +1 -1
package/src/suggestion.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ const _0x333d=['discard','nodeBefore','addRange','_model','getMultiRangeId','_markerNames','author','getRanges','set','getMarkerNames','map','getItems','subType','data','commentThread','attributes','next','filter','onAttributesChange','@external','hasComments','decorate','clear','createdAt','_isDataLoaded','isIntersectingWithRange','setAttribute','getFirstMarker','markers','isInContent','change','delete','removeMarker','_onAttributesChange','onAccept','getMarkers','getAllAdjacentSuggestions','get','_onAccept','_onDiscard','removeAttribute','accept','removeMarkers','creator','substr','getRange','authoredAt','previous','getFirstRange','reduce','addMarker','length','push','type','onDiscard','getContainedElement','isMultiRange','addMarkerName'];(function(_0x4552ba,_0x333d88){const _0x3249e2=function(_0x5c75ab){while(--_0x5c75ab){_0x4552ba['push'](_0x4552ba['shift']());}};_0x3249e2(++_0x333d88);}(_0x333d,0x187));const _0x3249=function(_0x4552ba,_0x333d88){_0x4552ba=_0x4552ba-0x0;let _0x3249e2=_0x333d[_0x4552ba];return _0x3249e2;};import{Element as _0x147f2d}from'ckeditor5/src/engine';import{ObservableMixin as _0xbce25,uid as _0x5606e9}from'ckeditor5/src/utils';import{cloneDeep as _0x406dcf,isEqual as _0x5ecdc7,set as _0x439774,unset as _0x14079a}from'lodash-es';export default class u extends _0xbce25(){constructor(_0x45b266,_0xbbd0b){super(),this[_0x3249('0x27')]=!0x1,this['id']=_0xbbd0b['id'],this[_0x3249('0xa')]=_0xbbd0b[_0x3249('0xa')],this[_0x3249('0x1b')]=_0xbbd0b[_0x3249('0x1b')]||null,this[_0x3249('0x15')]=_0xbbd0b[_0x3249('0x15')],this[_0x3249('0x0')]=_0xbbd0b[_0x3249('0x0')]||_0xbbd0b['author'],this['isExternal']=Boolean(_0xbbd0b[_0x3249('0x1e')]&&_0xbbd0b[_0x3249('0x1e')][_0x3249('0x22')]),this[_0x3249('0x1c')]=null,this[_0x3249('0x12')]=_0x45b266,this[_0x3249('0x35')]=_0xbbd0b[_0x3249('0x31')],this['_onDiscard']=_0xbbd0b[_0x3249('0xb')],this['_onAttributesChange']=_0xbbd0b[_0x3249('0x21')],this[_0x3249('0x14')]=new Set(),this[_0x3249('0x26')]=null,this['set'](_0x3249('0x3'),null),this[_0x3249('0x17')](_0x3249('0x1e'),_0xbbd0b[_0x3249('0x1e')]||{}),this[_0x3249('0x17')](_0x3249('0x4'),null),this[_0x3249('0x17')](_0x3249('0x1f'),null),this['set'](_0x3249('0x1d'),null),this['set']('_saved',!0x1),this[_0x3249('0x24')]('accept'),this[_0x3249('0x24')]('discard');}get['head'](){let _0x53dd09=this;for(;_0x53dd09[_0x3249('0x4')];)_0x53dd09=_0x53dd09[_0x3249('0x4')];return _0x53dd09;}get[_0x3249('0x23')](){return!!this[_0x3249('0x1d')]&&this[_0x3249('0x1d')][_0x3249('0x8')]>0x0;}get[_0x3249('0xd')](){if(0x0==this['_markerNames']['size'])return!0x1;return 0x6==Array['from'](this['_markerNames'])[0x0]['split'](':')['length'];}get[_0x3249('0x2c')](){return null!==this[_0x3249('0x2a')]();}['addMarkerName'](_0x36bc1e){this[_0x3249('0x14')]['add'](_0x36bc1e);}[_0x3249('0x18')](){return Array['from'](this[_0x3249('0x14')]);}[_0x3249('0x32')](){return this[_0x3249('0x18')]()[_0x3249('0x19')](_0x55598a=>this[_0x3249('0x12')][_0x3249('0x2b')][_0x3249('0x34')](_0x55598a))[_0x3249('0x20')](_0x2b0436=>_0x2b0436);}[_0x3249('0x2a')](){return this[_0x3249('0x32')]()[0x0]||null;}[_0x3249('0x39')](){this[_0x3249('0x12')][_0x3249('0x2d')](_0x4fc056=>{for(const _0x443ad8 of this[_0x3249('0x32')]())_0x4fc056[_0x3249('0x2f')](_0x443ad8);}),this[_0x3249('0x14')][_0x3249('0x25')]();}[_0x3249('0x2f')](_0x4453a2){this['_model']['change'](_0x3cd51e=>{_0x3cd51e['removeMarker'](_0x4453a2);}),this[_0x3249('0x14')][_0x3249('0x2e')](_0x4453a2);}[_0x3249('0x11')](_0x3599c6){const _0x209f37='suggestion:'+this['type']+':'+this[_0x3249('0x1b')]+':'+this['id']+':'+this['creator']['id']+':'+u[_0x3249('0x13')]();this[_0x3249('0xe')](_0x209f37),this[_0x3249('0x12')][_0x3249('0x2d')](_0x35b09e=>{_0x35b09e[_0x3249('0x7')](_0x209f37,{'range':_0x3599c6,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3249('0x28')](_0x591fa8){for(const _0x210518 of this[_0x3249('0x16')]())if(_0x210518['isIntersecting'](_0x591fa8))return!0x0;return!0x1;}['getRanges'](){return this[_0x3249('0x32')]()[_0x3249('0x19')](_0x2c40f6=>_0x2c40f6[_0x3249('0x2')]());}[_0x3249('0x1a')](){return this[_0x3249('0x16')]()[_0x3249('0x6')]((_0x38ab7c,_0x5d0043)=>[..._0x38ab7c,..._0x5d0043['getItems']()],[]);}[_0x3249('0x5')](){var _0x3c1c92;return(null===(_0x3c1c92=this[_0x3249('0x2a')]())||void 0x0===_0x3c1c92?void 0x0:_0x3c1c92['getRange']())||null;}[_0x3249('0xc')](){const _0x31a7e3=this['getRanges']();if(0x1!=_0x31a7e3[_0x3249('0x8')])return null;const _0x3cf585=_0x31a7e3[0x0],_0x24259e=_0x3cf585['start']['nodeAfter'],_0xfa6206=_0x3cf585['end'][_0x3249('0x10')];return _0x24259e instanceof _0x147f2d?_0x24259e!=_0xfa6206?null:_0x24259e:null;}[_0x3249('0x38')](){this[_0x3249('0x35')](this[_0x3249('0x16')](),this[_0x3249('0x1c')],this['attributes']),this[_0x3249('0x39')]();}[_0x3249('0xf')](){this[_0x3249('0x36')](this[_0x3249('0x16')](),this[_0x3249('0x1c')],this[_0x3249('0x1e')]),this[_0x3249('0x39')]();}[_0x3249('0x33')](){const _0x2c40e0=[];let _0x489331=this['head'];for(;_0x489331;)_0x2c40e0[_0x3249('0x9')](_0x489331),_0x489331=_0x489331[_0x3249('0x1f')];return _0x2c40e0;}[_0x3249('0x29')](_0x16d2d4,_0x387ab8){const _0x3a8369=_0x406dcf(this[_0x3249('0x1e')]);_0x439774(_0x3a8369,_0x16d2d4,_0x387ab8),_0x5ecdc7(_0x3a8369,this[_0x3249('0x1e')])||(this[_0x3249('0x1e')]=_0x3a8369,this[_0x3249('0x30')](_0x3a8369));}[_0x3249('0x37')](_0x3bf375){const _0x4ed3b8=_0x406dcf(this[_0x3249('0x1e')]);_0x14079a(_0x4ed3b8,_0x3bf375),_0x5ecdc7(_0x4ed3b8,this[_0x3249('0x1e')])||(this[_0x3249('0x1e')]=_0x4ed3b8,this[_0x3249('0x30')](this[_0x3249('0x1e')]));}['toJSON'](){return{'id':this['id'],'type':this[_0x3249('0x1b')]?this[_0x3249('0xa')]+':'+this[_0x3249('0x1b')]:this[_0x3249('0xa')],'authorId':this[_0x3249('0x0')]['id'],'createdAt':this[_0x3249('0x26')],'hasComments':this[_0x3249('0x23')],'data':this['data'],'attributes':this['attributes']};}static[_0x3249('0x13')](){return _0x5606e9()[_0x3249('0x1')](0x1,0x5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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');}}}
23
+ const _0x5800=['_resolveDescriptionItems','registerAttributeLabel','_schema','push','format','registerDescriptionCallback','data','function','type','attribute','_itemLabels','join','*Remove:*\x20%0','start','set','_handleRenameSuggestionDescription','getItemLabel','_customCallbacks','isInContent','*Insert:*\x20%0','_handleInsertRemoveSuggestionDescription','_locale','addObject','end','_itemLabelsCallbacks','elementStart','$1\x20$2','_handleAttributeSuggestionDescription','map','removeEmptyContainer','length','nextSibling','checkChild','removeFormat','_attributeLabels','match','get','getFirstRange','EmptyContainer','isEmpty','*Merge:*\x20%0','$textProxy','*Remove\x20format:*\x20%0','has','isEqual','normal','name','subType','item','addFormat','label','_handleCustomCallbackDescription','element','*Split:*\x20%0','ELEMENT_SPACE','getDescriptions','softBreak','text','REPLACE_TEXT','skip','addEmptyContainer','isObject','elementEnd','addContainer','add','_addDescriptionItems','remove','Container','pop','key','replace','indexOf','nodeAfter','insertion','quantity','registerElementLabel','getWalker','*Set\x20format:*\x20%0','deletion','removeObject','previousSibling'];(function(_0x25ba50,_0x58000d){const _0xaefc23=function(_0x100dc4){while(--_0x100dc4){_0x25ba50['push'](_0x25ba50['shift']());}};_0xaefc23(++_0x58000d);}(_0x5800,0x102));const _0xaefc=function(_0x25ba50,_0x58000d){_0x25ba50=_0x25ba50-0x0;let _0xaefc23=_0x5800[_0x25ba50];return _0xaefc23;};import{getTranslation as _0xb58454}from'./utils/common-translations';import{priorities as _0x5e0808,insertToPriorityArray as _0x317b96}from'ckeditor5/src/utils';import{renameAttributeKey as _0x547ec5}from'./trackchangesediting';export default class f{constructor(_0x2fa3f2,_0x4764e7){this[_0xaefc('0x2')]=[],this[_0xaefc('0x4c')]=new Map(),this[_0xaefc('0x9')]=[],this['_attributeLabels']=new Map(),this[_0xaefc('0x44')]=_0x2fa3f2,this[_0xaefc('0x6')]=_0x4764e7;}[_0xaefc('0x28')](_0x38f594){const _0x20b0d4=[],_0x4c6419=new Set(),_0x4c6331=new Set();for(let _0x379247=0x0;_0x379247<_0x38f594[_0xaefc('0xf')];_0x379247++){const _0xeb76aa=_0x38f594[_0x379247];if(!_0xeb76aa[_0xaefc('0x3')])continue;const _0xf84378=this[_0xaefc('0x24')](_0xeb76aa);if(_0xf84378){if(null!=_0xeb76aa[_0xaefc('0x20')]){if(_0x4c6419[_0xaefc('0x1c')](_0xeb76aa[_0xaefc('0x20')]))continue;_0x4c6419[_0xaefc('0x31')](_0xeb76aa[_0xaefc('0x20')]);}_0x20b0d4[_0xaefc('0x45')](_0xf84378);}else{if(_0xaefc('0x4b')!=_0xeb76aa[_0xaefc('0x4a')])_0xaefc('0x3a')!=_0xeb76aa[_0xaefc('0x4a')]&&'deletion'!=_0xeb76aa['type']||this[_0xaefc('0x5')](_0x20b0d4,_0xeb76aa,_0x38f594[_0x379247+0x1]);else{const _0x3a04ed=_0xeb76aa[_0xaefc('0x48')][_0xaefc('0x36')];if(_0x4c6331[_0xaefc('0x1c')](_0x3a04ed))continue;_0x4c6331['add'](_0xeb76aa['data'][_0xaefc('0x36')]),_0x3a04ed==_0x547ec5?this[_0xaefc('0x0')](_0x20b0d4,_0xeb76aa):this[_0xaefc('0xc')](_0x20b0d4,_0xeb76aa);}}}return this[_0xaefc('0x42')](_0x20b0d4);}[_0xaefc('0x47')](_0x4a5330){this['_customCallbacks'][_0xaefc('0x45')](_0x4a5330);}[_0xaefc('0x3c')](_0x516509,_0x2cffd8,_0x4abe3a=_0x5e0808[_0xaefc('0x1e')]){_0xaefc('0x49')==typeof _0x516509?_0x317b96(this['_itemLabelsCallbacks'],{'matchingCallback':_0x516509,'label':_0x2cffd8,'priority':_0x4abe3a}):this[_0xaefc('0x4c')]['set'](_0x516509,_0x2cffd8);}[_0xaefc('0x43')](_0x1e0e68,_0x5946ec){this[_0xaefc('0x13')][_0xaefc('0x50')](_0x1e0e68,_0x5946ec);}[_0xaefc('0x1')](_0x2e321a,_0x755070=0x1){let _0x316532;for(const _0x3c61e0 of this[_0xaefc('0x9')])if(_0x3c61e0['matchingCallback'](_0x2e321a)){_0x316532=_0x3c61e0[_0xaefc('0x23')];break;}return _0x316532||(_0x316532=this[_0xaefc('0x4c')]['get'](_0x2e321a['name'])),_0x316532?_0x316532(_0x755070):0x1!==_0x755070?_0x755070+'\x20'+_0x2e321a[_0xaefc('0x1f')]+'s':''+_0x2e321a[_0xaefc('0x1f')];}['_addDescriptionItems'](_0x18e2c2,_0xe01908){const _0xa0a456=_0xe01908['getFirstRange']()[_0xaefc('0x3d')](),_0x269533=_0xaefc('0x3a')==_0xe01908[_0xaefc('0x4a')]?_0xaefc('0x31'):_0xaefc('0x33');for(const _0x300f38 of _0xa0a456){const _0x500332=_0x300f38[_0xaefc('0x21')],_0x35e7fa=_0x18e2c2[_0x18e2c2['length']-0x1];if(_0x500332['is'](_0xaefc('0x1a')))_0x35e7fa&&_0x35e7fa['type'][_0xaefc('0x38')](_0xaefc('0x34'))>-0x1&&_0x18e2c2[_0xaefc('0x35')](),_0x35e7fa&&'text'==_0x35e7fa['type']?_0x35e7fa[_0x269533]+=_0x500332[_0xaefc('0x48')]:_0x18e2c2['push']({'type':_0xaefc('0x2a'),'add':'add'==_0x269533?_0x500332[_0xaefc('0x48')]:'','remove':_0xaefc('0x33')==_0x269533?_0x500332[_0xaefc('0x48')]:''});else{if(this['_schema'][_0xaefc('0x2e')](_0x500332)){const _0x33c243=_0x500332;if(_0x35e7fa&&_0x35e7fa[_0xaefc('0x4a')][_0xaefc('0x38')](_0xaefc('0x34'))>-0x1&&_0x18e2c2[_0xaefc('0x35')](),_0xaefc('0x2f')==_0x300f38[_0xaefc('0x4a')])continue;_0x35e7fa&&_0x35e7fa[_0xaefc('0x4a')]==_0x269533+'Object'&&_0x35e7fa[_0xaefc('0x25')]['name']==_0x33c243[_0xaefc('0x1f')]?_0x35e7fa[_0xaefc('0x3b')]++:_0x18e2c2[_0xaefc('0x45')]({'type':_0x269533+'Object','element':_0x33c243,'quantity':0x1}),_0xa0a456[_0xaefc('0x2c')](_0x21e97e=>!(_0xaefc('0x2f')==_0x21e97e[_0xaefc('0x4a')]&&_0x21e97e['item']==_0x500332));}else{if(this['_schema'][_0xaefc('0x11')](_0x500332,'$text')||_0x500332['is']('element',_0xaefc('0x29'))){const _0x16f162=_0x500332;if(_0xaefc('0x31')==_0x269533&&_0xaefc('0xa')==_0x300f38[_0xaefc('0x4a')]||_0xaefc('0x33')==_0x269533&&'elementEnd'==_0x300f38[_0xaefc('0x4a')])continue;if(_0x35e7fa&&-0x1==_0x35e7fa[_0xaefc('0x4a')][_0xaefc('0x38')](_0xaefc('0x34'))){_0xaefc('0x2a')==_0x35e7fa[_0xaefc('0x4a')]&&(_0x35e7fa[_0x269533]+='\x0a');continue;}let _0x637e35;if(_0x637e35=_0xaefc('0x31')==_0x269533?_0x16f162[_0xaefc('0x10')]&&!this[_0xaefc('0x44')]['isObject'](_0x16f162[_0xaefc('0x10')])?_0x16f162[_0xaefc('0x10')]:null:_0x16f162[_0xaefc('0x41')]&&!this['_schema'][_0xaefc('0x2e')](_0x16f162[_0xaefc('0x41')])?_0x16f162[_0xaefc('0x41')]:null,_0x16f162['isEmpty']||_0x637e35&&_0x637e35[_0xaefc('0x18')]){const _0xcc6b6c=_0x637e35&&_0x637e35[_0xaefc('0x18')]?_0x637e35:_0x16f162;_0x35e7fa&&_0x35e7fa[_0xaefc('0x4a')]==_0x269533+'EmptyContainer'&&_0x35e7fa[_0xaefc('0x25')][_0xaefc('0x1f')]==_0xcc6b6c[_0xaefc('0x1f')]?_0x35e7fa[_0xaefc('0x3b')]++:_0x18e2c2[_0xaefc('0x45')]({'type':_0x269533+_0xaefc('0x17'),'element':_0xcc6b6c,'quantity':0x1});}else _0x18e2c2[_0xaefc('0x45')]({'type':_0x269533+_0xaefc('0x34'),'element':_0x16f162});}}}}}[_0xaefc('0x42')](_0x568965){const _0x38040c=this[_0xaefc('0x6')],_0x3e8d50=[],_0x1f8589=[],_0x3a5a15=[];for(const _0x150d2d of _0x568965)switch(_0x150d2d[_0xaefc('0x4a')]){case _0xaefc('0x2a'):if(_0x150d2d[_0xaefc('0x31')]=_0x150d2d[_0xaefc('0x31')]['replace'](/(\S)\u000A+(\S)/g,_0xaefc('0xb'))[_0xaefc('0x37')](/\u000A/g,''),_0x150d2d[_0xaefc('0x33')]=_0x150d2d[_0xaefc('0x33')][_0xaefc('0x37')](/(\S)\u000A+(\S)/g,'$1\x20$2')[_0xaefc('0x37')](/\u000A/g,''),''!=_0x150d2d['add']&&''!=_0x150d2d[_0xaefc('0x33')]){_0x3e8d50['push']({'type':_0xaefc('0x37'),'content':_0xb58454(_0x38040c,_0xaefc('0x2b'),['\x22'+_0x150d2d[_0xaefc('0x33')]+'\x22','\x22'+_0x150d2d[_0xaefc('0x31')]+'\x22'])});continue;}if(null!=_0x150d2d[_0xaefc('0x31')]['match'](/^ +$/)){_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x3a'),'content':_0xb58454(_0x38040c,_0xaefc('0x4'),_0xb58454(_0x38040c,_0xaefc('0x27'),_0x150d2d[_0xaefc('0x31')]['length']))});continue;}if(null!=_0x150d2d['remove'][_0xaefc('0x14')](/^ +$/)){_0x3e8d50['push']({'type':_0xaefc('0x3f'),'content':_0xb58454(_0x38040c,'*Remove:*\x20%0',_0xb58454(_0x38040c,'ELEMENT_SPACE',_0x150d2d[_0xaefc('0x33')][_0xaefc('0xf')]))});continue;}if(''!=_0x150d2d[_0xaefc('0x31')]){_0x3e8d50['push']({'type':'insertion','content':_0xb58454(_0x38040c,_0xaefc('0x4'),'\x22'+_0x150d2d[_0xaefc('0x31')]+'\x22')});continue;}_0x3e8d50['push']({'type':_0xaefc('0x3f'),'content':_0xb58454(_0x38040c,_0xaefc('0x4e'),'\x22'+_0x150d2d[_0xaefc('0x33')]+'\x22')});continue;case _0xaefc('0x2d'):case _0xaefc('0x7'):_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x3a'),'content':_0xb58454(_0x38040c,_0xaefc('0x4'),this[_0xaefc('0x1')](_0x150d2d[_0xaefc('0x25')],_0x150d2d[_0xaefc('0x3b')]))});continue;case _0xaefc('0xe'):case _0xaefc('0x40'):_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x3f'),'content':_0xb58454(_0x38040c,'*Remove:*\x20%0',this['getItemLabel'](_0x150d2d[_0xaefc('0x25')],_0x150d2d['quantity']))});continue;case _0xaefc('0x30'):_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x3a'),'content':_0xb58454(_0x38040c,_0xaefc('0x26'),this[_0xaefc('0x1')](_0x150d2d[_0xaefc('0x25')],_0x150d2d[_0xaefc('0x3b')]))});continue;case'removeContainer':_0x3e8d50['push']({'type':_0xaefc('0x3f'),'content':_0xb58454(_0x38040c,_0xaefc('0x19'),this[_0xaefc('0x1')](_0x150d2d[_0xaefc('0x25')],_0x150d2d['quantity']))});continue;case _0xaefc('0x22'):_0x1f8589[_0xaefc('0x45')](_0x150d2d['key']);continue;case _0xaefc('0x12'):_0x3a5a15[_0xaefc('0x45')](_0x150d2d[_0xaefc('0x36')]);continue;default:_0x3e8d50['push'](_0x150d2d);}if(_0x1f8589[_0xaefc('0xf')]){const _0x5cf906=_0x1f8589[_0xaefc('0xd')](_0x21624e=>this[_0xaefc('0x13')][_0xaefc('0x1c')](_0x21624e)?this[_0xaefc('0x13')][_0xaefc('0x15')](_0x21624e):_0x21624e)[_0xaefc('0x4d')](',\x20');_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x46'),'content':_0xb58454(this[_0xaefc('0x6')],_0xaefc('0x3e'),_0x5cf906)});}if(_0x3a5a15[_0xaefc('0xf')]){const _0x342968=_0x3a5a15[_0xaefc('0xd')](_0x50cc50=>this['_attributeLabels'][_0xaefc('0x1c')](_0x50cc50)?this[_0xaefc('0x13')][_0xaefc('0x15')](_0x50cc50):_0x50cc50)[_0xaefc('0x4d')](',\x20');_0x3e8d50[_0xaefc('0x45')]({'type':'format','content':_0xb58454(this[_0xaefc('0x6')],_0xaefc('0x1b'),_0x342968)});}return _0x3e8d50;}[_0xaefc('0x24')](_0x4fd645){for(const _0xc91c82 of this[_0xaefc('0x2')]){const _0x475e89=_0xc91c82(_0x4fd645);if(_0x475e89&&_0xaefc('0x4a')in _0x475e89)return _0x475e89;}}[_0xaefc('0xc')](_0x19e28e,_0x11ec45){const _0x4dfbe6=_0x11ec45[_0xaefc('0x48')],_0x43558b=void 0x0===_0x4dfbe6['newValue']?'removeFormat':_0xaefc('0x22');_0x19e28e['push']({'type':_0x43558b,'key':_0x4dfbe6[_0xaefc('0x36')]});}[_0xaefc('0x0')](_0x38c833,_0x50e699){_0x38c833['push']({'type':_0xaefc('0x46'),'content':_0xb58454(this['_locale'],'*Change\x20to:*\x20%0',this[_0xaefc('0x1')](_0x50e699['getFirstRange']()[_0xaefc('0x4f')][_0xaefc('0x39')],0x1))});}[_0xaefc('0x5')](_0x23aa53,_0x1f8801,_0x2e86c7){if(this[_0xaefc('0x32')](_0x23aa53,_0x1f8801),_0x2e86c7&&_0x2e86c7[_0xaefc('0x16')]()&&!_0x1f8801[_0xaefc('0x16')]()[_0xaefc('0x8')][_0xaefc('0x1d')](_0x2e86c7[_0xaefc('0x16')]()[_0xaefc('0x4f')])){const _0x576282=_0x23aa53[_0x23aa53['length']-0x1],_0x56b702='insertion'==_0x1f8801[_0xaefc('0x4a')]?_0xaefc('0x31'):'remove';_0x576282&&_0xaefc('0x2a')==_0x576282[_0xaefc('0x4a')]&&(_0x576282[_0x56b702]+='\x0a');}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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);}}
23
+ var _0xbbb4=['Comments','editor','plugins','TrackChanges','adapter','addSuggestion','get','getSuggestion','addSuggestionData','getSuggestions'];(function(_0x456c9f,_0xbbb42a){var _0x4c1a98=function(_0x5ce6c9){while(--_0x5ce6c9){_0x456c9f['push'](_0x456c9f['shift']());}};_0x4c1a98(++_0xbbb42a);}(_0xbbb4,0x187));var _0x4c1a=function(_0x456c9f,_0xbbb42a){_0x456c9f=_0x456c9f-0x0;var _0x4c1a98=_0xbbb4[_0x456c9f];return _0x4c1a98;};import{Plugin as _0x2557bf}from'ckeditor5/src/core';import _0x2af870 from'./trackchangesui';import _0x12af27 from'./trackchangesediting';import'ckeditor5-collaboration/src/collaboration-core';export default class k extends _0x2557bf{static get['requires'](){return[_0x12af27,_0x2af870,_0x4c1a('0x9')];}static get['pluginName'](){return _0x4c1a('0x2');}set[_0x4c1a('0x3')](_0x3bfa06){this[_0x4c1a('0x0')][_0x4c1a('0x1')][_0x4c1a('0x5')](_0x12af27)['adapter']=_0x3bfa06;}get[_0x4c1a('0x3')](){return this[_0x4c1a('0x0')]['plugins']['get'](_0x12af27)['adapter'];}[_0x4c1a('0x4')](_0x2d48b3){return this[_0x4c1a('0x0')]['plugins'][_0x4c1a('0x5')](_0x12af27)[_0x4c1a('0x7')](_0x2d48b3);}[_0x4c1a('0x8')]({skipNotAttached:_0x1bc80b=!0x1,toJSON:_0x2e2291=!0x1}={}){return this['editor'][_0x4c1a('0x1')]['get'](_0x12af27)['getSuggestions']({'skipNotAttached':_0x1bc80b,'toJSON':_0x2e2291});}['getSuggestion'](_0x3f9767){return this[_0x4c1a('0x0')][_0x4c1a('0x1')][_0x4c1a('0x5')](_0x12af27)[_0x4c1a('0x6')](_0x3f9767);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
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;}
23
+ const _0x28f8=['get','config','CommentsRepository','useAnonymousUser','trackChangesData','plugins','Pagination','trackChangesData.editorCreator','editor','appendChild','editorCreator','pluginName','end','model','name','set','addSuggestionData','reduce','getDataWithDiscardedSuggestions','TrackChangesEditing','function','getRootNames','define','div','track-changes-data-invalid-editor-creator','getSuggestions','push','init','create','createDocumentFragment','_adapter','document','rootsAttributes','Users','TrackChangesDataGetter','getFullData','discardAllSuggestions','createElement','TrackChangesData','destroy','data'];(function(_0x343d1e,_0x28f866){const _0x1af022=function(_0x158ddb){while(--_0x158ddb){_0x343d1e['push'](_0x343d1e['shift']());}};_0x1af022(++_0x28f866);}(_0x28f8,0x13f));const _0x1af0=function(_0x343d1e,_0x28f866){_0x343d1e=_0x343d1e-0x0;let _0x1af022=_0x28f8[_0x343d1e];return _0x1af022;};import{Plugin as _0x3d8685}from'ckeditor5/src/core';import{CKEditorError as _0x512c5f}from'ckeditor5/src/utils';import _0x1fafb5 from'./trackchangesediting';import{sanitizeEditorConfig as _0x36b939}from'ckeditor5-collaboration/src/collaboration-core';const T=[_0x1af0('0xf')];export default class P extends _0x3d8685{static get['requires'](){return[_0x1fafb5];}static get[_0x1af0('0x14')](){return _0x1af0('0x6');}[_0x1af0('0x24')](){const _0x4ea4b7=this['editor'];if(_0x4ea4b7[_0x1af0('0xa')][_0x1af0('0x1f')](_0x1af0('0x10'),_0xf1cb7e=>{const _0x24ee45=_0x4ea4b7[_0x1af0('0x16')][_0x1af0('0x28')][_0x1af0('0x1e')]()[_0x1af0('0x1a')]((_0x5dbeb1,_0x3ec08c)=>(_0x5dbeb1[_0x3ec08c]='',_0x5dbeb1),{});return _0x4ea4b7['constructor'][_0x1af0('0x25')](_0x24ee45,_0xf1cb7e);}),_0x1af0('0x1d')!=typeof _0x4ea4b7[_0x1af0('0xa')][_0x1af0('0x9')]('trackChangesData')['editorCreator'])throw new _0x512c5f(_0x1af0('0x21'));}['getDataWithAcceptedSuggestions'](_0x15e7fa){return N(this[_0x1af0('0x11')],!0x0,_0x15e7fa);}[_0x1af0('0x1b')](_0x2c2128){return N(this[_0x1af0('0x11')],!0x1,_0x2c2128);}}class D extends _0x3d8685{static get['pluginName'](){return _0x1af0('0x2');}constructor(_0x465a9c){super(_0x465a9c),this['result']=_0x1af0('0x15');}[_0x1af0('0x24')](){this[_0x1af0('0x11')][_0x1af0('0xe')]['get'](_0x1af0('0xb'))['_adapter']={'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[_0x1af0('0x11')][_0x1af0('0xe')]['get'](_0x1af0('0x1c'))[_0x1af0('0x27')]=null;}}function v(_0x252ed8){return void 0x0!==_0x252ed8['getRootsAttributes'];}async function N(_0x533132,_0x58ae0f,_0x986d9d){const _0x4f9de9=_0x36b939(_0x533132,T);_0x4f9de9[_0x1af0('0xe')][_0x1af0('0x23')](_0x1fafb5,D),_0x4f9de9[_0x1af0('0x0')]=v(_0x533132)?_0x533132['getRootsAttributes']():void 0x0;const _0x5bda24=document[_0x1af0('0x26')](),_0x3335e4=_0x533132[_0x1af0('0xa')]['get'](_0x1af0('0xd'))[_0x1af0('0x13')],_0x2015da=await _0x3335e4(_0x4f9de9,()=>function(_0x4c8313){const _0x53aca0=document[_0x1af0('0x5')](_0x1af0('0x20'));return _0x4c8313[_0x1af0('0x12')](_0x53aca0),_0x53aca0;}(_0x5bda24));!function(_0x56de5c,_0x5183ad){const _0x15dbc3=_0x56de5c[_0x1af0('0x16')][_0x1af0('0x28')][_0x1af0('0x1e')]()['reduce']((_0x1c70fb,_0x69a651)=>(_0x1c70fb[_0x69a651]=_0x56de5c[_0x1af0('0x8')]['get']({'rootName':_0x69a651}),_0x1c70fb),{}),_0x3d749e=_0x56de5c[_0x1af0('0xe')][_0x1af0('0x9')](_0x1af0('0x1'))['users']['map'](_0x1779ba=>({'id':_0x1779ba['id'],'name':_0x1779ba[_0x1af0('0x17')]})),_0x4fd340=_0x56de5c['plugins'][_0x1af0('0x9')](_0x1af0('0x1c'))[_0x1af0('0x22')]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2d44b4=_0x5183ad[_0x1af0('0xe')]['get'](_0x1af0('0x1')),_0x184444=_0x5183ad[_0x1af0('0xe')]['get'](_0x1af0('0x1c'));for(const _0x58bad4 of _0x3d749e)_0x2d44b4['getUser'](_0x58bad4['id'])||_0x2d44b4['addUser'](_0x58bad4);_0x2d44b4['me']||_0x2d44b4[_0x1af0('0xc')]();for(const _0xd86d47 of _0x4fd340)_0x184444[_0x1af0('0x19')](_0xd86d47);_0x5183ad['data'][_0x1af0('0x18')](_0x15dbc3);}(_0x533132,_0x2015da),_0x2015da['execute'](_0x58ae0f?'acceptAllSuggestions':_0x1af0('0x4'));const _0x10e9cb=v(_0x2015da)?_0x2015da[_0x1af0('0x3')](_0x986d9d):_0x2015da[_0x1af0('0x8')][_0x1af0('0x9')](_0x986d9d);return await _0x2015da[_0x1af0('0x7')](),_0x10e9cb;}