@ckeditor/ckeditor5-track-changes 38.0.0-rc.1 → 38.0.1

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 (64) hide show
  1. package/build/track-changes.js +2 -2
  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/alignment.js +1 -1
  9. package/src/integrations/basicstyles.js +1 -1
  10. package/src/integrations/blockquote.js +1 -1
  11. package/src/integrations/ckbox.js +1 -1
  12. package/src/integrations/codeblock.js +1 -1
  13. package/src/integrations/comments.js +1 -1
  14. package/src/integrations/deletecommand.js +1 -1
  15. package/src/integrations/documentlist.js +1 -1
  16. package/src/integrations/documentlistproperties.js +1 -1
  17. package/src/integrations/entercommand.js +1 -1
  18. package/src/integrations/findandreplace.js +1 -1
  19. package/src/integrations/font.js +1 -1
  20. package/src/integrations/formatpainter.js +1 -1
  21. package/src/integrations/heading.js +1 -1
  22. package/src/integrations/highlight.js +1 -1
  23. package/src/integrations/horizontalline.js +1 -1
  24. package/src/integrations/htmlembed.js +1 -1
  25. package/src/integrations/image.js +1 -1
  26. package/src/integrations/imagereplace.js +1 -1
  27. package/src/integrations/importword.js +1 -1
  28. package/src/integrations/indent.js +1 -1
  29. package/src/integrations/inputcommand.js +1 -1
  30. package/src/integrations/link.js +1 -1
  31. package/src/integrations/list.js +1 -1
  32. package/src/integrations/listproperties.js +1 -1
  33. package/src/integrations/mediaembed.js +1 -1
  34. package/src/integrations/mention.js +1 -1
  35. package/src/integrations/pagebreak.js +1 -1
  36. package/src/integrations/paragraph.js +1 -1
  37. package/src/integrations/removeformat.js +1 -1
  38. package/src/integrations/restrictededitingmode.js +1 -1
  39. package/src/integrations/shiftentercommand.js +1 -1
  40. package/src/integrations/standardeditingmode.js +1 -1
  41. package/src/integrations/style.js +1 -1
  42. package/src/integrations/table.js +1 -1
  43. package/src/integrations/tablecaption.js +1 -1
  44. package/src/integrations/tableclipboard.js +1 -1
  45. package/src/integrations/tablecolumnresize.js +1 -1
  46. package/src/integrations/tableheadings.js +1 -1
  47. package/src/integrations/tablemergesplit.js +1 -1
  48. package/src/integrations/tableofcontents.js +1 -1
  49. package/src/integrations/tableproperties.js +1 -1
  50. package/src/integrations/template.js +1 -1
  51. package/src/integrations/title.js +1 -1
  52. package/src/integrations/undo.js +1 -1
  53. package/src/integrations/utils.js +1 -1
  54. package/src/suggestion.js +1 -1
  55. package/src/suggestiondescriptionfactory.js +1 -1
  56. package/src/trackchanges.js +1 -1
  57. package/src/trackchangesdata.js +1 -1
  58. package/src/trackchangesediting.js +1 -1
  59. package/src/trackchangesui.js +1 -1
  60. package/src/ui/suggestioncontroller.js +1 -1
  61. package/src/ui/view/basesuggestionthreadview.js +1 -1
  62. package/src/ui/view/suggestionthreadview.js +1 -1
  63. package/src/utils/common-translations.js +1 -1
  64. package/src/utils/utils.js +1 -1
package/src/suggestion.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5dc7=['get','split','addMarker','_onAttributesChange','change','head','set','accept','length','setAttribute','_onDiscard','_markerNames','discard','filter','hasComments','getFirstRange','toJSON','next','getContainedElement','nodeBefore','push','createdAt','markers','decorate','isMultiRange','map','getMarkerNames','data','getMarkers','@external','getAllAdjacentSuggestions','commentThread','from','type','previous','onDiscard','isIntersecting','removeMarkers','addMarkerName','getRanges','subType','removeMarker','addRange','_onAccept','getFirstMarker','getMultiRangeId','removeAttribute','nodeAfter','_model','creator','onAttributesChange','attributes','suggestion:','isInContent','author','getRange','_saved','add'];(function(_0x58cec6,_0x5dc7fb){const _0x303c8c=function(_0x2ea691){while(--_0x2ea691){_0x58cec6['push'](_0x58cec6['shift']());}};_0x303c8c(++_0x5dc7fb);}(_0x5dc7,0x1d9));const _0x303c=function(_0x58cec6,_0x5dc7fb){_0x58cec6=_0x58cec6-0x0;let _0x303c8c=_0x5dc7[_0x58cec6];return _0x303c8c;};import{Element as _0x40e5ac}from'ckeditor5/src/engine';import{ObservableMixin as _0x271a87,uid as _0x2ce735}from'ckeditor5/src/utils';import{cloneDeep as _0x57ae5d,isEqual as _0x414ec3,set as _0x1b6b50,unset as _0x454005}from'lodash-es';export default class u extends _0x271a87(){constructor(_0x50b89d,_0x4d8e0a){super(),this['id']=_0x4d8e0a['id'],this[_0x303c('0x18')]=_0x4d8e0a['type'],this['subType']=_0x4d8e0a[_0x303c('0x1f')]||null,this[_0x303c('0x2d')]=_0x4d8e0a[_0x303c('0x2d')],this['creator']=_0x4d8e0a['creator']||_0x4d8e0a[_0x303c('0x2d')],this['isExternal']=Boolean(_0x4d8e0a[_0x303c('0x2a')]&&_0x4d8e0a[_0x303c('0x2a')][_0x303c('0x14')]),this['data']=null,this[_0x303c('0x27')]=_0x50b89d,this[_0x303c('0x22')]=_0x4d8e0a['onAccept'],this[_0x303c('0x1')]=_0x4d8e0a[_0x303c('0x1a')],this['_onAttributesChange']=_0x4d8e0a[_0x303c('0x29')],this[_0x303c('0x2')]=new Set(),this['createdAt']=null,this[_0x303c('0x37')]('authoredAt',null),this[_0x303c('0x37')](_0x303c('0x2a'),_0x4d8e0a[_0x303c('0x2a')]||{}),this[_0x303c('0x37')](_0x303c('0x19'),null),this[_0x303c('0x37')](_0x303c('0x8'),null),this[_0x303c('0x37')]('commentThread',null),this[_0x303c('0x37')](_0x303c('0x2f'),!0x1),this['decorate'](_0x303c('0x38')),this[_0x303c('0xe')](_0x303c('0x3'));}get[_0x303c('0x36')](){let _0xdbd11f=this;for(;_0xdbd11f[_0x303c('0x19')];)_0xdbd11f=_0xdbd11f['previous'];return _0xdbd11f;}get['hasComments'](){return!!this[_0x303c('0x16')]&&this[_0x303c('0x16')]['length']>0x0;}get[_0x303c('0xf')](){if(0x0==this['_markerNames']['size'])return!0x1;return 0x6==Array[_0x303c('0x17')](this['_markerNames'])[0x0][_0x303c('0x32')](':')['length'];}get[_0x303c('0x2c')](){return null!==this[_0x303c('0x23')]();}[_0x303c('0x1d')](_0x2b5224){this[_0x303c('0x2')][_0x303c('0x30')](_0x2b5224);}[_0x303c('0x11')](){return Array[_0x303c('0x17')](this[_0x303c('0x2')]);}[_0x303c('0x13')](){return this[_0x303c('0x11')]()[_0x303c('0x10')](_0x3603f3=>this['_model'][_0x303c('0xd')][_0x303c('0x31')](_0x3603f3))[_0x303c('0x4')](_0x1acd22=>_0x1acd22);}[_0x303c('0x23')](){return this[_0x303c('0x13')]()[0x0]||null;}[_0x303c('0x1c')](){this[_0x303c('0x27')][_0x303c('0x35')](_0x543e81=>{for(const _0xa9d323 of this[_0x303c('0x13')]())_0x543e81[_0x303c('0x20')](_0xa9d323);}),this[_0x303c('0x2')]['clear']();}[_0x303c('0x20')](_0x170463){this[_0x303c('0x27')][_0x303c('0x35')](_0xbe19d8=>{_0xbe19d8[_0x303c('0x20')](_0x170463);}),this['_markerNames']['delete'](_0x170463);}[_0x303c('0x21')](_0xbc7be1){const _0x19ded9=_0x303c('0x2b')+this['type']+':'+this['subType']+':'+this['id']+':'+this[_0x303c('0x28')]['id']+':'+u[_0x303c('0x24')]();this[_0x303c('0x1d')](_0x19ded9),this[_0x303c('0x27')]['change'](_0x366b19=>{_0x366b19[_0x303c('0x33')](_0x19ded9,{'range':_0xbc7be1,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x25b6f8){for(const _0x443a77 of this[_0x303c('0x1e')]())if(_0x443a77[_0x303c('0x1b')](_0x25b6f8))return!0x0;return!0x1;}[_0x303c('0x1e')](){return this[_0x303c('0x13')]()[_0x303c('0x10')](_0x5aa481=>_0x5aa481[_0x303c('0x2e')]());}['getItems'](){return this[_0x303c('0x1e')]()['reduce']((_0x50cf68,_0x2193d6)=>[..._0x50cf68,..._0x2193d6['getItems']()],[]);}[_0x303c('0x6')](){var _0xf8814b;return(null===(_0xf8814b=this['getFirstMarker']())||void 0x0===_0xf8814b?void 0x0:_0xf8814b[_0x303c('0x2e')]())||null;}[_0x303c('0x9')](){const _0x4ab939=this[_0x303c('0x1e')]();if(0x1!=_0x4ab939[_0x303c('0x39')])return null;const _0xe3a45c=_0x4ab939[0x0],_0x1a9c77=_0xe3a45c['start'][_0x303c('0x26')],_0x17d7f1=_0xe3a45c['end'][_0x303c('0xa')];return _0x1a9c77 instanceof _0x40e5ac?_0x1a9c77!=_0x17d7f1?null:_0x1a9c77:null;}[_0x303c('0x38')](){this[_0x303c('0x22')](this['getRanges'](),this['data'],this[_0x303c('0x2a')]),this['removeMarkers']();}[_0x303c('0x3')](){this['_onDiscard'](this[_0x303c('0x1e')](),this['data'],this['attributes']),this[_0x303c('0x1c')]();}[_0x303c('0x15')](){const _0x360da3=[];let _0x4f7cf8=this[_0x303c('0x36')];for(;_0x4f7cf8;)_0x360da3[_0x303c('0xb')](_0x4f7cf8),_0x4f7cf8=_0x4f7cf8['next'];return _0x360da3;}[_0x303c('0x0')](_0x480cb2,_0x49bc3f){const _0x16f8ce=_0x57ae5d(this[_0x303c('0x2a')]);_0x1b6b50(_0x16f8ce,_0x480cb2,_0x49bc3f),_0x414ec3(_0x16f8ce,this[_0x303c('0x2a')])||(this[_0x303c('0x2a')]=_0x16f8ce,this[_0x303c('0x34')](_0x16f8ce));}[_0x303c('0x25')](_0x3e2e67){const _0x406c4f=_0x57ae5d(this[_0x303c('0x2a')]);_0x454005(_0x406c4f,_0x3e2e67),_0x414ec3(_0x406c4f,this[_0x303c('0x2a')])||(this['attributes']=_0x406c4f,this[_0x303c('0x34')](this[_0x303c('0x2a')]));}[_0x303c('0x7')](){return{'id':this['id'],'type':this[_0x303c('0x1f')]?this['type']+':'+this[_0x303c('0x1f')]:this[_0x303c('0x18')],'authorId':this[_0x303c('0x28')]['id'],'createdAt':this[_0x303c('0xc')],'hasComments':this[_0x303c('0x5')],'data':this[_0x303c('0x12')],'attributes':this[_0x303c('0x2a')]};}static[_0x303c('0x24')](){return _0x2ce735()['substr'](0x1,0x5);}}
23
+ const _0x30e1=['creator','authoredAt','getItems','end','head','next','_onAccept','getMarkers','_onAttributesChange','decorate','size','from','commentThread','_model','getRanges','removeMarkers','nodeAfter','addRange','start','addMarkerName','set','reduce','isIntersecting','subType','markers','length','hasComments','removeMarker','@external','onAccept','getMultiRangeId','onDiscard','isExternal','change','createdAt','attributes','setAttribute','getMarkerNames','map','getRange','getAllAdjacentSuggestions','add','type','isMultiRange','author','_saved','previous','addMarker','delete','getFirstMarker','nodeBefore','suggestion:','clear','push','onAttributesChange','_markerNames','data'];(function(_0xc39538,_0x30e17c){const _0x17c2b9=function(_0x549572){while(--_0x549572){_0xc39538['push'](_0xc39538['shift']());}};_0x17c2b9(++_0x30e17c);}(_0x30e1,0x97));const _0x17c2=function(_0xc39538,_0x30e17c){_0xc39538=_0xc39538-0x0;let _0x17c2b9=_0x30e1[_0xc39538];return _0x17c2b9;};import{Element as _0x42a367}from'ckeditor5/src/engine';import{ObservableMixin as _0x347148,uid as _0x2893c9}from'ckeditor5/src/utils';import{cloneDeep as _0x106ab5,isEqual as _0x17301a,set as _0x2f7bab,unset as _0xc294ef}from'lodash-es';export default class u extends _0x347148(){constructor(_0x5073e4,_0x575566){super(),this['id']=_0x575566['id'],this[_0x17c2('0x5')]=_0x575566[_0x17c2('0x5')],this[_0x17c2('0x2b')]=_0x575566[_0x17c2('0x2b')]||null,this[_0x17c2('0x7')]=_0x575566[_0x17c2('0x7')],this[_0x17c2('0x14')]=_0x575566[_0x17c2('0x14')]||_0x575566[_0x17c2('0x7')],this[_0x17c2('0x34')]=Boolean(_0x575566[_0x17c2('0x37')]&&_0x575566[_0x17c2('0x37')][_0x17c2('0x30')]),this['data']=null,this[_0x17c2('0x21')]=_0x5073e4,this[_0x17c2('0x1a')]=_0x575566[_0x17c2('0x31')],this['_onDiscard']=_0x575566[_0x17c2('0x33')],this[_0x17c2('0x1c')]=_0x575566[_0x17c2('0x11')],this['_markerNames']=new Set(),this[_0x17c2('0x36')]=null,this['set'](_0x17c2('0x15'),null),this[_0x17c2('0x28')](_0x17c2('0x37'),_0x575566[_0x17c2('0x37')]||{}),this['set']('previous',null),this[_0x17c2('0x28')](_0x17c2('0x19'),null),this['set'](_0x17c2('0x20'),null),this[_0x17c2('0x28')](_0x17c2('0x8'),!0x1),this[_0x17c2('0x1d')]('accept'),this[_0x17c2('0x1d')]('discard');}get[_0x17c2('0x18')](){let _0x1c173d=this;for(;_0x1c173d[_0x17c2('0x9')];)_0x1c173d=_0x1c173d[_0x17c2('0x9')];return _0x1c173d;}get[_0x17c2('0x2e')](){return!!this['commentThread']&&this[_0x17c2('0x20')][_0x17c2('0x2d')]>0x0;}get[_0x17c2('0x6')](){if(0x0==this['_markerNames'][_0x17c2('0x1e')])return!0x1;return 0x6==Array[_0x17c2('0x1f')](this[_0x17c2('0x12')])[0x0]['split'](':')['length'];}get['isInContent'](){return null!==this[_0x17c2('0xc')]();}[_0x17c2('0x27')](_0x14e5f6){this[_0x17c2('0x12')][_0x17c2('0x4')](_0x14e5f6);}[_0x17c2('0x0')](){return Array[_0x17c2('0x1f')](this[_0x17c2('0x12')]);}[_0x17c2('0x1b')](){return this['getMarkerNames']()[_0x17c2('0x1')](_0x43ce92=>this[_0x17c2('0x21')][_0x17c2('0x2c')]['get'](_0x43ce92))['filter'](_0x46b602=>_0x46b602);}[_0x17c2('0xc')](){return this[_0x17c2('0x1b')]()[0x0]||null;}['removeMarkers'](){this[_0x17c2('0x21')][_0x17c2('0x35')](_0x452b1b=>{for(const _0x4b0798 of this[_0x17c2('0x1b')]())_0x452b1b[_0x17c2('0x2f')](_0x4b0798);}),this[_0x17c2('0x12')][_0x17c2('0xf')]();}[_0x17c2('0x2f')](_0x3f12c2){this[_0x17c2('0x21')]['change'](_0x4c9c68=>{_0x4c9c68[_0x17c2('0x2f')](_0x3f12c2);}),this['_markerNames'][_0x17c2('0xb')](_0x3f12c2);}[_0x17c2('0x25')](_0x61e9b1){const _0x5a9294=_0x17c2('0xe')+this['type']+':'+this[_0x17c2('0x2b')]+':'+this['id']+':'+this[_0x17c2('0x14')]['id']+':'+u[_0x17c2('0x32')]();this[_0x17c2('0x27')](_0x5a9294),this[_0x17c2('0x21')][_0x17c2('0x35')](_0x47d7da=>{_0x47d7da[_0x17c2('0xa')](_0x5a9294,{'range':_0x61e9b1,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0x3b84d1){for(const _0x5263ff of this[_0x17c2('0x22')]())if(_0x5263ff[_0x17c2('0x2a')](_0x3b84d1))return!0x0;return!0x1;}['getRanges'](){return this[_0x17c2('0x1b')]()[_0x17c2('0x1')](_0x5ede71=>_0x5ede71[_0x17c2('0x2')]());}[_0x17c2('0x16')](){return this[_0x17c2('0x22')]()[_0x17c2('0x29')]((_0x2480d5,_0x50fe35)=>[..._0x2480d5,..._0x50fe35[_0x17c2('0x16')]()],[]);}['getFirstRange'](){var _0x95875;return(null===(_0x95875=this[_0x17c2('0xc')]())||void 0x0===_0x95875?void 0x0:_0x95875[_0x17c2('0x2')]())||null;}['getContainedElement'](){const _0x52b9d0=this['getRanges']();if(0x1!=_0x52b9d0[_0x17c2('0x2d')])return null;const _0x59d542=_0x52b9d0[0x0],_0x17dc64=_0x59d542[_0x17c2('0x26')][_0x17c2('0x24')],_0x215df7=_0x59d542[_0x17c2('0x17')][_0x17c2('0xd')];return _0x17dc64 instanceof _0x42a367?_0x17dc64!=_0x215df7?null:_0x17dc64:null;}['accept'](){this[_0x17c2('0x1a')](this[_0x17c2('0x22')](),this[_0x17c2('0x13')],this[_0x17c2('0x37')]),this[_0x17c2('0x23')]();}['discard'](){this['_onDiscard'](this[_0x17c2('0x22')](),this[_0x17c2('0x13')],this[_0x17c2('0x37')]),this[_0x17c2('0x23')]();}[_0x17c2('0x3')](){const _0x260bf1=[];let _0x183bbd=this[_0x17c2('0x18')];for(;_0x183bbd;)_0x260bf1[_0x17c2('0x10')](_0x183bbd),_0x183bbd=_0x183bbd[_0x17c2('0x19')];return _0x260bf1;}[_0x17c2('0x38')](_0x2ee361,_0x47c6f4){const _0x216dde=_0x106ab5(this[_0x17c2('0x37')]);_0x2f7bab(_0x216dde,_0x2ee361,_0x47c6f4),_0x17301a(_0x216dde,this[_0x17c2('0x37')])||(this[_0x17c2('0x37')]=_0x216dde,this[_0x17c2('0x1c')](_0x216dde));}['removeAttribute'](_0x49a975){const _0xa74115=_0x106ab5(this[_0x17c2('0x37')]);_0xc294ef(_0xa74115,_0x49a975),_0x17301a(_0xa74115,this[_0x17c2('0x37')])||(this[_0x17c2('0x37')]=_0xa74115,this[_0x17c2('0x1c')](this[_0x17c2('0x37')]));}['toJSON'](){return{'id':this['id'],'type':this[_0x17c2('0x2b')]?this[_0x17c2('0x5')]+':'+this['subType']:this[_0x17c2('0x5')],'authorId':this[_0x17c2('0x14')]['id'],'createdAt':this['createdAt'],'hasComments':this[_0x17c2('0x2e')],'data':this[_0x17c2('0x13')],'attributes':this[_0x17c2('0x37')]};}static[_0x17c2('0x32')](){return _0x2893c9()['substr'](0x1,0x5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2008=['registerElementLabel','indexOf','isInContent','item','elementEnd','ELEMENT_SPACE','_locale','checkChild','previousSibling','Container','remove','REPLACE_TEXT','isEqual','matchingCallback','_schema','label','_itemLabelsCallbacks','add','*Merge:*\x20%0','Object','*Remove:*\x20%0','push','*Insert:*\x20%0','_addDescriptionItems','data','removeContainer','replace','element','start','_itemLabels','normal','addEmptyContainer','nextSibling','length','*Split:*\x20%0','getWalker','getItemLabel','type','insertion','pop','deletion','_resolveDescriptionItems','$text','match','$textProxy','set','text','name','removeEmptyContainer','$1\x20$2','isEmpty','quantity','registerDescriptionCallback','function','getFirstRange','skip','isObject','_customCallbacks'];(function(_0x59502e,_0x2008e8){const _0xb77e4f=function(_0xad2ff4){while(--_0xad2ff4){_0x59502e['push'](_0x59502e['shift']());}};_0xb77e4f(++_0x2008e8);}(_0x2008,0x1db));const _0xb77e=function(_0x59502e,_0x2008e8){_0x59502e=_0x59502e-0x0;let _0xb77e4f=_0x2008[_0x59502e];return _0xb77e4f;};import{getTranslation as _0x4971f2}from'./utils/common-translations';import{priorities as _0x25cf39,insertToPriorityArray as _0x238aaf}from'ckeditor5/src/utils';export default class m{constructor(_0x43746d,_0x9bf03a){this[_0xb77e('0x2e')]=[],this[_0xb77e('0x12')]=new Map(),this[_0xb77e('0x5')]=[],this['_schema']=_0x43746d,this['_locale']=_0x9bf03a;}['getDescriptions'](_0x2f3a65){const _0x239b2a=[];for(let _0x59cde8=0x0;_0x59cde8<_0x2f3a65[_0xb77e('0x16')];_0x59cde8++){const _0x3af0ef=_0x2f3a65[_0x59cde8];if(!_0x3af0ef[_0xb77e('0x31')])continue;let _0x520280=!0x1;for(const _0x43dda9 of this[_0xb77e('0x2e')]){const _0x2223ed=_0x43dda9(_0x3af0ef);if(_0x2223ed){'type'in _0x2223ed&&_0x239b2a['push'](_0x2223ed),_0x520280=!0x0;break;}}if(!_0x520280){this['_addDescriptionItems'](_0x239b2a,_0x3af0ef);const _0x1012c6=_0x2f3a65[_0x59cde8+0x1];if(_0x1012c6&&!_0x3af0ef[_0xb77e('0x2b')]()['end'][_0xb77e('0x1')](_0x1012c6[_0xb77e('0x2b')]()[_0xb77e('0x11')])){const _0xe06aa2=_0x239b2a[_0x239b2a[_0xb77e('0x16')]-0x1],_0x121cc1=_0xb77e('0x1b')==_0x3af0ef[_0xb77e('0x1a')]?_0xb77e('0x6'):_0xb77e('0x39');_0xe06aa2&&_0xb77e('0x23')==_0xe06aa2[_0xb77e('0x1a')]&&(_0xe06aa2[_0x121cc1]+='\x0a');}}}return this['_resolveDescriptionItems'](_0x239b2a);}[_0xb77e('0x29')](_0x32f976){this[_0xb77e('0x2e')][_0xb77e('0xa')](_0x32f976);}[_0xb77e('0x2f')](_0x4a7e2a,_0x505ef5,_0xeb8339=_0x25cf39[_0xb77e('0x13')]){_0xb77e('0x2a')==typeof _0x4a7e2a?_0x238aaf(this[_0xb77e('0x5')],{'matchingCallback':_0x4a7e2a,'label':_0x505ef5,'priority':_0xeb8339}):this[_0xb77e('0x12')][_0xb77e('0x22')](_0x4a7e2a,_0x505ef5);}[_0xb77e('0x19')](_0x4fa400,_0x43cc3e=0x1){let _0x173ce6;for(const _0x290865 of this[_0xb77e('0x5')])if(_0x290865[_0xb77e('0x2')](_0x4fa400)){_0x173ce6=_0x290865[_0xb77e('0x4')];break;}return _0x173ce6||(_0x173ce6=this[_0xb77e('0x12')]['get'](_0x4fa400['name'])),_0x173ce6?_0x173ce6(_0x43cc3e):0x1!==_0x43cc3e?_0x43cc3e+'\x20'+_0x4fa400[_0xb77e('0x24')]+'s':''+_0x4fa400[_0xb77e('0x24')];}[_0xb77e('0xc')](_0x56b13b,_0x4793e4){const _0x58828c=_0x4793e4[_0xb77e('0x2b')]()[_0xb77e('0x18')](),_0x10ca71='insertion'==_0x4793e4['type']?_0xb77e('0x6'):_0xb77e('0x39');for(const _0x4c3a44 of _0x58828c){const _0x20360b=_0x4c3a44[_0xb77e('0x32')],_0xc27371=_0x56b13b[_0x56b13b[_0xb77e('0x16')]-0x1];if(_0x20360b['is'](_0xb77e('0x21')))_0xc27371&&_0xc27371['type']['indexOf']('Container')>-0x1&&_0x56b13b[_0xb77e('0x1c')](),_0xc27371&&_0xb77e('0x23')==_0xc27371[_0xb77e('0x1a')]?_0xc27371[_0x10ca71]+=_0x20360b[_0xb77e('0xd')]:_0x56b13b[_0xb77e('0xa')]({'type':_0xb77e('0x23'),'add':_0xb77e('0x6')==_0x10ca71?_0x20360b[_0xb77e('0xd')]:'','remove':'remove'==_0x10ca71?_0x20360b['data']:''});else{if(this[_0xb77e('0x3')][_0xb77e('0x2d')](_0x20360b)){const _0x3a92b0=_0x20360b;if(_0xc27371&&_0xc27371[_0xb77e('0x1a')][_0xb77e('0x30')]('Container')>-0x1&&_0x56b13b[_0xb77e('0x1c')](),_0xb77e('0x33')==_0x4c3a44[_0xb77e('0x1a')])continue;_0xc27371&&_0xc27371[_0xb77e('0x1a')]==_0x10ca71+_0xb77e('0x8')&&_0xc27371[_0xb77e('0x10')][_0xb77e('0x24')]==_0x3a92b0[_0xb77e('0x24')]?_0xc27371[_0xb77e('0x28')]++:_0x56b13b[_0xb77e('0xa')]({'type':_0x10ca71+_0xb77e('0x8'),'element':_0x3a92b0,'quantity':0x1}),_0x58828c[_0xb77e('0x2c')](_0x97b6af=>!(_0xb77e('0x33')==_0x97b6af[_0xb77e('0x1a')]&&_0x97b6af[_0xb77e('0x32')]==_0x20360b));}else{if(this[_0xb77e('0x3')][_0xb77e('0x36')](_0x20360b,_0xb77e('0x1f'))||_0x20360b['is'](_0xb77e('0x10'),'softBreak')){const _0x391446=_0x20360b;if(_0xb77e('0x6')==_0x10ca71&&'elementStart'==_0x4c3a44[_0xb77e('0x1a')]||_0xb77e('0x39')==_0x10ca71&&_0xb77e('0x33')==_0x4c3a44[_0xb77e('0x1a')])continue;if(_0xc27371&&-0x1==_0xc27371[_0xb77e('0x1a')][_0xb77e('0x30')]('Container')){_0xb77e('0x23')==_0xc27371[_0xb77e('0x1a')]&&(_0xc27371[_0x10ca71]+='\x0a');continue;}let _0x4eb498;if(_0x4eb498=_0xb77e('0x6')==_0x10ca71?_0x391446[_0xb77e('0x15')]&&!this[_0xb77e('0x3')][_0xb77e('0x2d')](_0x391446[_0xb77e('0x15')])?_0x391446[_0xb77e('0x15')]:null:_0x391446[_0xb77e('0x37')]&&!this[_0xb77e('0x3')][_0xb77e('0x2d')](_0x391446['previousSibling'])?_0x391446[_0xb77e('0x37')]:null,_0x391446[_0xb77e('0x27')]||_0x4eb498&&_0x4eb498['isEmpty']){const _0x2c91b7=_0x4eb498&&_0x4eb498[_0xb77e('0x27')]?_0x4eb498:_0x391446;_0xc27371&&_0xc27371[_0xb77e('0x1a')]==_0x10ca71+'EmptyContainer'&&_0xc27371[_0xb77e('0x10')][_0xb77e('0x24')]==_0x2c91b7[_0xb77e('0x24')]?_0xc27371[_0xb77e('0x28')]++:_0x56b13b[_0xb77e('0xa')]({'type':_0x10ca71+'EmptyContainer','element':_0x2c91b7,'quantity':0x1});}else _0x56b13b[_0xb77e('0xa')]({'type':_0x10ca71+_0xb77e('0x38'),'element':_0x391446});}}}}}[_0xb77e('0x1e')](_0x29cc31){const _0x4188e8=this[_0xb77e('0x35')],_0x42b45f=[];for(const _0x45f6bf of _0x29cc31){switch(_0x45f6bf[_0xb77e('0x1a')]){case _0xb77e('0x23'):if(_0x45f6bf[_0xb77e('0x6')]=_0x45f6bf['add']['replace'](/(\S)\u000A+(\S)/g,_0xb77e('0x26'))['replace'](/\u000A/g,''),_0x45f6bf[_0xb77e('0x39')]=_0x45f6bf[_0xb77e('0x39')][_0xb77e('0xf')](/(\S)\u000A+(\S)/g,_0xb77e('0x26'))['replace'](/\u000A/g,''),''!=_0x45f6bf[_0xb77e('0x6')]&&''!=_0x45f6bf[_0xb77e('0x39')]){_0x42b45f[_0xb77e('0xa')]({'type':'replace','content':_0x4971f2(_0x4188e8,_0xb77e('0x0'),['\x22'+_0x45f6bf['remove']+'\x22','\x22'+_0x45f6bf[_0xb77e('0x6')]+'\x22'])});continue;}if(null!=_0x45f6bf[_0xb77e('0x6')][_0xb77e('0x20')](/^ +$/)){_0x42b45f[_0xb77e('0xa')]({'type':_0xb77e('0x1b'),'content':_0x4971f2(_0x4188e8,_0xb77e('0xb'),_0x4971f2(_0x4188e8,_0xb77e('0x34'),_0x45f6bf['add'][_0xb77e('0x16')]))});continue;}if(null!=_0x45f6bf[_0xb77e('0x39')][_0xb77e('0x20')](/^ +$/)){_0x42b45f['push']({'type':_0xb77e('0x1d'),'content':_0x4971f2(_0x4188e8,_0xb77e('0x9'),_0x4971f2(_0x4188e8,_0xb77e('0x34'),_0x45f6bf[_0xb77e('0x39')][_0xb77e('0x16')]))});continue;}if(''!=_0x45f6bf['add']){_0x42b45f['push']({'type':_0xb77e('0x1b'),'content':_0x4971f2(_0x4188e8,_0xb77e('0xb'),'\x22'+_0x45f6bf['add']+'\x22')});continue;}_0x42b45f[_0xb77e('0xa')]({'type':_0xb77e('0x1d'),'content':_0x4971f2(_0x4188e8,_0xb77e('0x9'),'\x22'+_0x45f6bf['remove']+'\x22')});continue;case _0xb77e('0x14'):case'addObject':_0x42b45f[_0xb77e('0xa')]({'type':_0xb77e('0x1b'),'content':_0x4971f2(_0x4188e8,'*Insert:*\x20%0',this[_0xb77e('0x19')](_0x45f6bf['element'],_0x45f6bf[_0xb77e('0x28')]))});continue;case _0xb77e('0x25'):case'removeObject':_0x42b45f[_0xb77e('0xa')]({'type':'deletion','content':_0x4971f2(_0x4188e8,'*Remove:*\x20%0',this[_0xb77e('0x19')](_0x45f6bf[_0xb77e('0x10')],_0x45f6bf['quantity']))});continue;case'addContainer':_0x42b45f[_0xb77e('0xa')]({'type':_0xb77e('0x1b'),'content':_0x4971f2(_0x4188e8,_0xb77e('0x17'),this[_0xb77e('0x19')](_0x45f6bf[_0xb77e('0x10')],_0x45f6bf['quantity']))});continue;case _0xb77e('0xe'):_0x42b45f[_0xb77e('0xa')]({'type':_0xb77e('0x1d'),'content':_0x4971f2(_0x4188e8,_0xb77e('0x7'),this[_0xb77e('0x19')](_0x45f6bf[_0xb77e('0x10')],_0x45f6bf[_0xb77e('0x28')]))});continue;}_0x42b45f['push'](_0x45f6bf);}return _0x42b45f;}}
23
+ const _0x4d22=['addContainer','removeContainer','isEmpty','function','isInContent','*Insert:*\x20%0','_schema','Object','_itemLabels','registerElementLabel','ELEMENT_SPACE','get','deletion','$1\x20$2','start','remove','softBreak','element','quantity','elementEnd','isEqual','Container','skip','insertion','indexOf','$text','removeEmptyContainer','type','text','getItemLabel','*Remove:*\x20%0','replace','data','name','getFirstRange','pop','_locale','nextSibling','previousSibling','addEmptyContainer','_resolveDescriptionItems','$textProxy','item','add','set','elementStart','_itemLabelsCallbacks','match','label','length','end','matchingCallback','_addDescriptionItems','_customCallbacks','isObject','getWalker','push'];(function(_0x4e0009,_0x4d2287){const _0x1b1f83=function(_0x21b1e5){while(--_0x21b1e5){_0x4e0009['push'](_0x4e0009['shift']());}};_0x1b1f83(++_0x4d2287);}(_0x4d22,0x1ab));const _0x1b1f=function(_0x4e0009,_0x4d2287){_0x4e0009=_0x4e0009-0x0;let _0x1b1f83=_0x4d22[_0x4e0009];return _0x1b1f83;};import{getTranslation as _0x8ba7a5}from'./utils/common-translations';import{priorities as _0x27b4bb,insertToPriorityArray as _0x4574a9}from'ckeditor5/src/utils';export default class m{constructor(_0x2048c9,_0x2a6531){this['_customCallbacks']=[],this['_itemLabels']=new Map(),this[_0x1b1f('0x12')]=[],this[_0x1b1f('0x23')]=_0x2048c9,this[_0x1b1f('0x8')]=_0x2a6531;}['getDescriptions'](_0x2ffb87){const _0x24556f=[];for(let _0xf74c4e=0x0;_0xf74c4e<_0x2ffb87[_0x1b1f('0x15')];_0xf74c4e++){const _0x70b07a=_0x2ffb87[_0xf74c4e];if(!_0x70b07a[_0x1b1f('0x21')])continue;let _0x3c8b1d=!0x1;for(const _0x1180bf of this[_0x1b1f('0x19')]){const _0x2a7795=_0x1180bf(_0x70b07a);if(_0x2a7795){_0x1b1f('0x38')in _0x2a7795&&_0x24556f[_0x1b1f('0x1c')](_0x2a7795),_0x3c8b1d=!0x0;break;}}if(!_0x3c8b1d){this['_addDescriptionItems'](_0x24556f,_0x70b07a);const _0x596309=_0x2ffb87[_0xf74c4e+0x1];if(_0x596309&&!_0x70b07a['getFirstRange']()[_0x1b1f('0x16')][_0x1b1f('0x31')](_0x596309[_0x1b1f('0x6')]()[_0x1b1f('0x2b')])){const _0x278eb2=_0x24556f[_0x24556f[_0x1b1f('0x15')]-0x1],_0x4d0e08=_0x1b1f('0x34')==_0x70b07a[_0x1b1f('0x38')]?_0x1b1f('0xf'):_0x1b1f('0x2c');_0x278eb2&&_0x1b1f('0x0')==_0x278eb2[_0x1b1f('0x38')]&&(_0x278eb2[_0x4d0e08]+='\x0a');}}}return this['_resolveDescriptionItems'](_0x24556f);}['registerDescriptionCallback'](_0x23ecb2){this[_0x1b1f('0x19')]['push'](_0x23ecb2);}[_0x1b1f('0x26')](_0xba20a5,_0x30c6f3,_0x590167=_0x27b4bb['normal']){_0x1b1f('0x20')==typeof _0xba20a5?_0x4574a9(this[_0x1b1f('0x12')],{'matchingCallback':_0xba20a5,'label':_0x30c6f3,'priority':_0x590167}):this[_0x1b1f('0x25')][_0x1b1f('0x10')](_0xba20a5,_0x30c6f3);}[_0x1b1f('0x1')](_0x524009,_0x12328f=0x1){let _0x1d7ead;for(const _0x1da25f of this[_0x1b1f('0x12')])if(_0x1da25f[_0x1b1f('0x17')](_0x524009)){_0x1d7ead=_0x1da25f[_0x1b1f('0x14')];break;}return _0x1d7ead||(_0x1d7ead=this['_itemLabels'][_0x1b1f('0x28')](_0x524009['name'])),_0x1d7ead?_0x1d7ead(_0x12328f):0x1!==_0x12328f?_0x12328f+'\x20'+_0x524009[_0x1b1f('0x5')]+'s':''+_0x524009[_0x1b1f('0x5')];}[_0x1b1f('0x18')](_0x4999ad,_0x5e0475){const _0x4a74c4=_0x5e0475['getFirstRange']()[_0x1b1f('0x1b')](),_0x4883d8=_0x1b1f('0x34')==_0x5e0475[_0x1b1f('0x38')]?_0x1b1f('0xf'):'remove';for(const _0x4ff1c0 of _0x4a74c4){const _0x6419e9=_0x4ff1c0['item'],_0x21170d=_0x4999ad[_0x4999ad[_0x1b1f('0x15')]-0x1];if(_0x6419e9['is'](_0x1b1f('0xd')))_0x21170d&&_0x21170d[_0x1b1f('0x38')][_0x1b1f('0x35')](_0x1b1f('0x32'))>-0x1&&_0x4999ad[_0x1b1f('0x7')](),_0x21170d&&'text'==_0x21170d[_0x1b1f('0x38')]?_0x21170d[_0x4883d8]+=_0x6419e9['data']:_0x4999ad[_0x1b1f('0x1c')]({'type':'text','add':'add'==_0x4883d8?_0x6419e9['data']:'','remove':_0x1b1f('0x2c')==_0x4883d8?_0x6419e9[_0x1b1f('0x4')]:''});else{if(this[_0x1b1f('0x23')][_0x1b1f('0x1a')](_0x6419e9)){const _0x18bddd=_0x6419e9;if(_0x21170d&&_0x21170d[_0x1b1f('0x38')][_0x1b1f('0x35')](_0x1b1f('0x32'))>-0x1&&_0x4999ad[_0x1b1f('0x7')](),_0x1b1f('0x30')==_0x4ff1c0['type'])continue;_0x21170d&&_0x21170d[_0x1b1f('0x38')]==_0x4883d8+_0x1b1f('0x24')&&_0x21170d[_0x1b1f('0x2e')][_0x1b1f('0x5')]==_0x18bddd[_0x1b1f('0x5')]?_0x21170d[_0x1b1f('0x2f')]++:_0x4999ad[_0x1b1f('0x1c')]({'type':_0x4883d8+_0x1b1f('0x24'),'element':_0x18bddd,'quantity':0x1}),_0x4a74c4[_0x1b1f('0x33')](_0x207580=>!(_0x1b1f('0x30')==_0x207580[_0x1b1f('0x38')]&&_0x207580[_0x1b1f('0xe')]==_0x6419e9));}else{if(this[_0x1b1f('0x23')]['checkChild'](_0x6419e9,_0x1b1f('0x36'))||_0x6419e9['is'](_0x1b1f('0x2e'),_0x1b1f('0x2d'))){const _0x43cb2a=_0x6419e9;if(_0x1b1f('0xf')==_0x4883d8&&_0x1b1f('0x11')==_0x4ff1c0[_0x1b1f('0x38')]||_0x1b1f('0x2c')==_0x4883d8&&_0x1b1f('0x30')==_0x4ff1c0[_0x1b1f('0x38')])continue;if(_0x21170d&&-0x1==_0x21170d[_0x1b1f('0x38')][_0x1b1f('0x35')]('Container')){_0x1b1f('0x0')==_0x21170d[_0x1b1f('0x38')]&&(_0x21170d[_0x4883d8]+='\x0a');continue;}let _0x108285;if(_0x108285=_0x1b1f('0xf')==_0x4883d8?_0x43cb2a['nextSibling']&&!this['_schema'][_0x1b1f('0x1a')](_0x43cb2a['nextSibling'])?_0x43cb2a[_0x1b1f('0x9')]:null:_0x43cb2a['previousSibling']&&!this[_0x1b1f('0x23')][_0x1b1f('0x1a')](_0x43cb2a[_0x1b1f('0xa')])?_0x43cb2a[_0x1b1f('0xa')]:null,_0x43cb2a['isEmpty']||_0x108285&&_0x108285[_0x1b1f('0x1f')]){const _0x587025=_0x108285&&_0x108285['isEmpty']?_0x108285:_0x43cb2a;_0x21170d&&_0x21170d[_0x1b1f('0x38')]==_0x4883d8+'EmptyContainer'&&_0x21170d[_0x1b1f('0x2e')][_0x1b1f('0x5')]==_0x587025[_0x1b1f('0x5')]?_0x21170d[_0x1b1f('0x2f')]++:_0x4999ad[_0x1b1f('0x1c')]({'type':_0x4883d8+'EmptyContainer','element':_0x587025,'quantity':0x1});}else _0x4999ad[_0x1b1f('0x1c')]({'type':_0x4883d8+_0x1b1f('0x32'),'element':_0x43cb2a});}}}}}[_0x1b1f('0xc')](_0x1f008b){const _0x3836ff=this[_0x1b1f('0x8')],_0x59d36d=[];for(const _0x9edc15 of _0x1f008b){switch(_0x9edc15[_0x1b1f('0x38')]){case _0x1b1f('0x0'):if(_0x9edc15['add']=_0x9edc15[_0x1b1f('0xf')][_0x1b1f('0x3')](/(\S)\u000A+(\S)/g,_0x1b1f('0x2a'))[_0x1b1f('0x3')](/\u000A/g,''),_0x9edc15[_0x1b1f('0x2c')]=_0x9edc15[_0x1b1f('0x2c')][_0x1b1f('0x3')](/(\S)\u000A+(\S)/g,_0x1b1f('0x2a'))['replace'](/\u000A/g,''),''!=_0x9edc15[_0x1b1f('0xf')]&&''!=_0x9edc15['remove']){_0x59d36d[_0x1b1f('0x1c')]({'type':_0x1b1f('0x3'),'content':_0x8ba7a5(_0x3836ff,'REPLACE_TEXT',['\x22'+_0x9edc15[_0x1b1f('0x2c')]+'\x22','\x22'+_0x9edc15['add']+'\x22'])});continue;}if(null!=_0x9edc15[_0x1b1f('0xf')][_0x1b1f('0x13')](/^ +$/)){_0x59d36d['push']({'type':_0x1b1f('0x34'),'content':_0x8ba7a5(_0x3836ff,_0x1b1f('0x22'),_0x8ba7a5(_0x3836ff,_0x1b1f('0x27'),_0x9edc15[_0x1b1f('0xf')][_0x1b1f('0x15')]))});continue;}if(null!=_0x9edc15['remove'][_0x1b1f('0x13')](/^ +$/)){_0x59d36d['push']({'type':_0x1b1f('0x29'),'content':_0x8ba7a5(_0x3836ff,'*Remove:*\x20%0',_0x8ba7a5(_0x3836ff,_0x1b1f('0x27'),_0x9edc15[_0x1b1f('0x2c')][_0x1b1f('0x15')]))});continue;}if(''!=_0x9edc15[_0x1b1f('0xf')]){_0x59d36d[_0x1b1f('0x1c')]({'type':'insertion','content':_0x8ba7a5(_0x3836ff,_0x1b1f('0x22'),'\x22'+_0x9edc15['add']+'\x22')});continue;}_0x59d36d[_0x1b1f('0x1c')]({'type':_0x1b1f('0x29'),'content':_0x8ba7a5(_0x3836ff,_0x1b1f('0x2'),'\x22'+_0x9edc15[_0x1b1f('0x2c')]+'\x22')});continue;case _0x1b1f('0xb'):case'addObject':_0x59d36d[_0x1b1f('0x1c')]({'type':'insertion','content':_0x8ba7a5(_0x3836ff,'*Insert:*\x20%0',this['getItemLabel'](_0x9edc15[_0x1b1f('0x2e')],_0x9edc15[_0x1b1f('0x2f')]))});continue;case _0x1b1f('0x37'):case'removeObject':_0x59d36d[_0x1b1f('0x1c')]({'type':_0x1b1f('0x29'),'content':_0x8ba7a5(_0x3836ff,_0x1b1f('0x2'),this[_0x1b1f('0x1')](_0x9edc15[_0x1b1f('0x2e')],_0x9edc15[_0x1b1f('0x2f')]))});continue;case _0x1b1f('0x1d'):_0x59d36d[_0x1b1f('0x1c')]({'type':'insertion','content':_0x8ba7a5(_0x3836ff,'*Split:*\x20%0',this[_0x1b1f('0x1')](_0x9edc15['element'],_0x9edc15[_0x1b1f('0x2f')]))});continue;case _0x1b1f('0x1e'):_0x59d36d[_0x1b1f('0x1c')]({'type':_0x1b1f('0x29'),'content':_0x8ba7a5(_0x3836ff,'*Merge:*\x20%0',this['getItemLabel'](_0x9edc15[_0x1b1f('0x2e')],_0x9edc15[_0x1b1f('0x2f')]))});continue;}_0x59d36d[_0x1b1f('0x1c')](_0x9edc15);}return _0x59d36d;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0x3a83=['editor','plugins','Comments','getSuggestion','adapter','TrackChanges','addSuggestion','get','requires','addSuggestionData','getSuggestions','pluginName'];(function(_0x853465,_0x3a83bf){var _0x52f52f=function(_0x58b852){while(--_0x58b852){_0x853465['push'](_0x853465['shift']());}};_0x52f52f(++_0x3a83bf);}(_0x3a83,0x86));var _0x52f5=function(_0x853465,_0x3a83bf){_0x853465=_0x853465-0x0;var _0x52f52f=_0x3a83[_0x853465];return _0x52f52f;};import{Plugin as _0x1646ab}from'ckeditor5/src/core';import _0x1d74e7 from'./trackchangesui';import _0x5e29ff from'./trackchangesediting';import'ckeditor5-collaboration/src/collaboration-core';export default class k extends _0x1646ab{static get[_0x52f5('0x6')](){return[_0x5e29ff,_0x1d74e7,_0x52f5('0x0')];}static get[_0x52f5('0x9')](){return _0x52f5('0x3');}set[_0x52f5('0x2')](_0x136a77){this[_0x52f5('0xa')][_0x52f5('0xb')][_0x52f5('0x5')](_0x5e29ff)[_0x52f5('0x2')]=_0x136a77;}get['adapter'](){return this['editor']['plugins'][_0x52f5('0x5')](_0x5e29ff)[_0x52f5('0x2')];}[_0x52f5('0x4')](_0x43f929){return this['editor']['plugins'][_0x52f5('0x5')](_0x5e29ff)[_0x52f5('0x7')](_0x43f929);}[_0x52f5('0x8')]({skipNotAttached:_0x1d88c0=!0x1,toJSON:_0x5630a1=!0x1}={}){return this['editor'][_0x52f5('0xb')]['get'](_0x5e29ff)[_0x52f5('0x8')]({'skipNotAttached':_0x1d88c0,'toJSON':_0x5630a1});}[_0x52f5('0x1')](_0x1f48fb){return this[_0x52f5('0xa')][_0x52f5('0xb')][_0x52f5('0x5')](_0x5e29ff)['getSuggestion'](_0x1f48fb);}}
23
+ var _0x309b=['TrackChanges','requires','editor','addSuggestion','getSuggestions','get','adapter','plugins'];(function(_0x10686c,_0x309b43){var _0x53b56c=function(_0x58d967){while(--_0x58d967){_0x10686c['push'](_0x10686c['shift']());}};_0x53b56c(++_0x309b43);}(_0x309b,0xa8));var _0x53b5=function(_0x10686c,_0x309b43){_0x10686c=_0x10686c-0x0;var _0x53b56c=_0x309b[_0x10686c];return _0x53b56c;};import{Plugin as _0x543014}from'ckeditor5/src/core';import _0x2cd66f from'./trackchangesui';import _0x55c180 from'./trackchangesediting';import'ckeditor5-collaboration/src/collaboration-core';export default class k extends _0x543014{static get[_0x53b5('0x1')](){return[_0x55c180,_0x2cd66f,'Comments'];}static get['pluginName'](){return _0x53b5('0x0');}set[_0x53b5('0x6')](_0x9c4073){this['editor'][_0x53b5('0x7')]['get'](_0x55c180)[_0x53b5('0x6')]=_0x9c4073;}get['adapter'](){return this[_0x53b5('0x2')][_0x53b5('0x7')][_0x53b5('0x5')](_0x55c180)[_0x53b5('0x6')];}[_0x53b5('0x3')](_0x5202d6){return this[_0x53b5('0x2')][_0x53b5('0x7')][_0x53b5('0x5')](_0x55c180)['addSuggestionData'](_0x5202d6);}[_0x53b5('0x4')]({skipNotAttached:_0x13cc0b=!0x1,toJSON:_0x2eddb5=!0x1}={}){return this[_0x53b5('0x2')][_0x53b5('0x7')]['get'](_0x55c180)[_0x53b5('0x4')]({'skipNotAttached':_0x13cc0b,'toJSON':_0x2eddb5});}['getSuggestion'](_0x315264){return this[_0x53b5('0x2')][_0x53b5('0x7')][_0x53b5('0x5')](_0x55c180)['getSuggestion'](_0x315264);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1218=['filter','WordCount','track-changes-data-invalid-editor-creator','createElement','map','_adapter','config','end','TrackChangesDataGetter','WebSocketGateway','users','DocumentOutline','trackChangesData.editorCreator','getDataWithAcceptedSuggestions','Pagination','addUser','adapter','discardAllSuggestions','reduce','function','destroy','getDataWithDiscardedSuggestions','TrackChangesData','init','context','pluginName','define','push','CommentsRepository','create','includes','TrackChangesEditing','acceptAllSuggestions','result','editor','execute','get','requires','Users','names','appendChild','set','concat','addSuggestionData','Autosave','getRootNames','div','editorCreator','document','useAnonymousUser','builtinPlugins','plugins','data','createDocumentFragment','name','extraPlugins'];(function(_0x54e9a7,_0x1218f1){const _0x1e2c3f=function(_0x2d7b56){while(--_0x2d7b56){_0x54e9a7['push'](_0x54e9a7['shift']());}};_0x1e2c3f(++_0x1218f1);}(_0x1218,0x1c9));const _0x1e2c=function(_0x54e9a7,_0x1218f1){_0x54e9a7=_0x54e9a7-0x0;let _0x1e2c3f=_0x1218[_0x54e9a7];return _0x1e2c3f;};import{Plugin as _0x4e474e}from'ckeditor5/src/core';import{CKEditorError as _0x22a788}from'ckeditor5/src/utils';import _0x413eab from'./trackchangesediting';const C=['initialData',_0x1e2c('0xf'),'toolbar'],w=[_0x1e2c('0x0'),'RevisionTracker',_0x1e2c('0x23'),_0x1e2c('0x30'),_0x1e2c('0x5'),_0x1e2c('0x2')];export default class T extends _0x4e474e{static get[_0x1e2c('0x1c')](){return[_0x413eab];}static get[_0x1e2c('0x10')](){return _0x1e2c('0xd');}[_0x1e2c('0xe')](){const _0x32d109=this[_0x1e2c('0x19')];if(_0x32d109[_0x1e2c('0x35')][_0x1e2c('0x11')](_0x1e2c('0x3'),_0x249fa9=>_0x32d109['constructor'][_0x1e2c('0x14')]('',_0x249fa9)),_0x1e2c('0xa')!=typeof _0x32d109[_0x1e2c('0x35')][_0x1e2c('0x1b')]('trackChangesData')[_0x1e2c('0x26')])throw new _0x22a788(_0x1e2c('0x31'));}[_0x1e2c('0x4')](_0x17395f){return P(this['editor'],!0x0,_0x17395f);}[_0x1e2c('0xc')](_0x41ea80){return P(this[_0x1e2c('0x19')],!0x1,_0x41ea80);}}class D extends _0x4e474e{static get[_0x1e2c('0x10')](){return _0x1e2c('0x37');}constructor(_0x538437){super(_0x538437),this[_0x1e2c('0x18')]=_0x1e2c('0x36');}[_0x1e2c('0xe')](){this[_0x1e2c('0x19')]['plugins'][_0x1e2c('0x1b')](_0x1e2c('0x13'))[_0x1e2c('0x7')]={'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[_0x1e2c('0x19')][_0x1e2c('0x2a')][_0x1e2c('0x1b')](_0x1e2c('0x16'))[_0x1e2c('0x34')]=null;}}async function P(_0x25f8a2,_0x1ec6f6,_0x1d72eb){const _0x40f57b=function(_0x4bf7ac){const _0x138cd2={};for(const _0x1556b7 of _0x4bf7ac[_0x1e2c('0x35')][_0x1e2c('0x1e')]())C[_0x1e2c('0x15')](_0x1556b7)||(_0x138cd2[_0x1556b7]=_0x4bf7ac[_0x1e2c('0x35')][_0x1e2c('0x1b')](_0x1556b7));const _0x5c6bd2=_0x4bf7ac['constructor'][_0x1e2c('0x29')]||[],_0x59440c=_0x138cd2[_0x1e2c('0x2e')]||[];delete _0x138cd2[_0x1e2c('0x2e')];const _0xedb681=_0x5c6bd2[_0x1e2c('0x21')](_0x138cd2['plugins'])[_0x1e2c('0x21')](_0x59440c)[_0x1e2c('0x33')](_0x464e15=>'string'==typeof _0x464e15?_0x5c6bd2['find'](_0x187f57=>_0x187f57['pluginName']==_0x464e15):_0x464e15),_0x25150c=Array['from'](new Set(_0xedb681)),_0x407c22=new Map();return _0x138cd2[_0x1e2c('0x2a')]=_0x25150c[_0x1e2c('0x2f')](_0x38860c=>v(_0x38860c,_0x407c22)),_0x138cd2[_0x1e2c('0x2a')]['push'](D),_0x138cd2['plugins'][_0x1e2c('0x12')](_0x413eab),_0x138cd2;}(_0x25f8a2),_0x5b0c66=document[_0x1e2c('0x2c')](),_0x38c4a3=_0x25f8a2[_0x1e2c('0x35')][_0x1e2c('0x1b')]('trackChangesData')['editorCreator'],_0x225c3b=await _0x38c4a3(_0x40f57b,()=>function(_0x33170e){const _0xdd12b0=document[_0x1e2c('0x32')](_0x1e2c('0x25'));return _0x33170e[_0x1e2c('0x1f')](_0xdd12b0),_0xdd12b0;}(_0x5b0c66));!function(_0x2eb14e,_0x7f74e6){const _0x97ed85=_0x2eb14e['model'][_0x1e2c('0x27')][_0x1e2c('0x24')]()[_0x1e2c('0x9')]((_0x2e7334,_0x2d0d04)=>(_0x2e7334[_0x2d0d04]=_0x2eb14e[_0x1e2c('0x2b')][_0x1e2c('0x1b')]({'rootName':_0x2d0d04}),_0x2e7334),{}),_0x315ab0=_0x2eb14e[_0x1e2c('0x2a')][_0x1e2c('0x1b')](_0x1e2c('0x1d'))[_0x1e2c('0x1')][_0x1e2c('0x33')](_0x125528=>({'id':_0x125528['id'],'name':_0x125528[_0x1e2c('0x2d')]})),_0x4cc88f=_0x2eb14e[_0x1e2c('0x2a')][_0x1e2c('0x1b')](_0x1e2c('0x16'))['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x552ac8=_0x7f74e6['plugins'][_0x1e2c('0x1b')](_0x1e2c('0x1d')),_0x426931=_0x7f74e6[_0x1e2c('0x2a')][_0x1e2c('0x1b')](_0x1e2c('0x16'));for(const _0xc821d2 of _0x315ab0)_0x552ac8['getUser'](_0xc821d2['id'])||_0x552ac8[_0x1e2c('0x6')](_0xc821d2);_0x552ac8['me']||_0x552ac8[_0x1e2c('0x28')]();for(const _0xcb97d5 of _0x4cc88f)_0x426931[_0x1e2c('0x22')](_0xcb97d5);_0x7f74e6['data']['set'](_0x97ed85);}(_0x25f8a2,_0x225c3b),_0x225c3b[_0x1e2c('0x1a')](_0x1ec6f6?_0x1e2c('0x17'):_0x1e2c('0x8'));const _0x587491=_0x225c3b[_0x1e2c('0x2b')][_0x1e2c('0x1b')](_0x1d72eb);return await _0x225c3b[_0x1e2c('0xb')](),_0x587491;}function v(_0x38cedb,_0x3427fc){const _0x38cec5='function'==typeof _0x38cedb?_0x38cedb['pluginName']||_0x38cedb['name']:_0x38cedb;if(_0x3427fc['has'](_0x38cec5))return _0x3427fc[_0x1e2c('0x1b')](_0x38cec5);if(_0x3427fc['set'](_0x38cec5,!0x0),_0x38cec5&&w[_0x1e2c('0x15')](_0x38cec5))return _0x3427fc[_0x1e2c('0x20')](_0x38cec5,!0x1),!0x1;if(!_0x38cedb[_0x1e2c('0x1c')])return _0x3427fc[_0x1e2c('0x20')](_0x38cec5,!0x0),!0x0;const _0x5006db=_0x38cedb[_0x1e2c('0x1c')]['every'](_0x1e3e6d=>v(_0x1e3e6d,_0x3427fc));return _0x3427fc['set'](_0x38cec5,_0x5006db),_0x5006db;}
23
+ const _0x1d74=['set','push','acceptAllSuggestions','extraPlugins','pluginName','getDataWithDiscardedSuggestions','map','constructor','RevisionTracker','addSuggestionData','concat','config','trackChangesData.editorCreator','filter','TrackChangesDataGetter','document','names','track-changes-data-invalid-editor-creator','Pagination','execute','editorCreator','string','Autosave','trackChangesData','appendChild','requires','WordCount','plugins','get','DocumentOutline','every','Users','context','create','includes','result','function','getDataWithAcceptedSuggestions','useAnonymousUser','name','getUser','init','toolbar','TrackChangesEditing','createDocumentFragment','model','data','createElement','find','WebSocketGateway','has','editor','CommentsRepository','initialData'];(function(_0x1a71dc,_0x1d742d){const _0x1ab758=function(_0xedbffd){while(--_0xedbffd){_0x1a71dc['push'](_0x1a71dc['shift']());}};_0x1ab758(++_0x1d742d);}(_0x1d74,0xd3));const _0x1ab7=function(_0x1a71dc,_0x1d742d){_0x1a71dc=_0x1a71dc-0x0;let _0x1ab758=_0x1d74[_0x1a71dc];return _0x1ab758;};import{Plugin as _0x1a3247}from'ckeditor5/src/core';import{CKEditorError as _0x5a81ba}from'ckeditor5/src/utils';import _0xae87f9 from'./trackchangesediting';const C=[_0x1ab7('0x4'),_0x1ab7('0x25'),_0x1ab7('0x2f')],w=[_0x1ab7('0x0'),_0x1ab7('0xd'),_0x1ab7('0x1b'),_0x1ab7('0x1f'),_0x1ab7('0x17'),_0x1ab7('0x22')];export default class T extends _0x1a3247{static get['requires'](){return[_0xae87f9];}static get[_0x1ab7('0x9')](){return'TrackChangesData';}[_0x1ab7('0x2e')](){const _0x2fc7e5=this[_0x1ab7('0x2')];if(_0x2fc7e5[_0x1ab7('0x10')]['define'](_0x1ab7('0x11'),_0x368af5=>_0x2fc7e5[_0x1ab7('0xc')][_0x1ab7('0x26')]('',_0x368af5)),_0x1ab7('0x29')!=typeof _0x2fc7e5['config'][_0x1ab7('0x21')](_0x1ab7('0x1c'))[_0x1ab7('0x19')])throw new _0x5a81ba(_0x1ab7('0x16'));}[_0x1ab7('0x2a')](_0x153c9f){return P(this[_0x1ab7('0x2')],!0x0,_0x153c9f);}[_0x1ab7('0xa')](_0x46a984){return P(this[_0x1ab7('0x2')],!0x1,_0x46a984);}}class D extends _0x1a3247{static get[_0x1ab7('0x9')](){return _0x1ab7('0x13');}constructor(_0x478b68){super(_0x478b68),this[_0x1ab7('0x28')]='end';}[_0x1ab7('0x2e')](){this[_0x1ab7('0x2')]['plugins']['get'](_0x1ab7('0x3'))['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[_0x1ab7('0x2')][_0x1ab7('0x20')][_0x1ab7('0x21')](_0x1ab7('0x30'))['_adapter']=null;}}async function P(_0x15eda4,_0x798317,_0xfaa7bd){const _0x32a24e=function(_0x2d0680){const _0x56a384={};for(const _0x2e07a6 of _0x2d0680['config'][_0x1ab7('0x15')]())C[_0x1ab7('0x27')](_0x2e07a6)||(_0x56a384[_0x2e07a6]=_0x2d0680['config']['get'](_0x2e07a6));const _0x21e60d=_0x2d0680['constructor']['builtinPlugins']||[],_0xdf1103=_0x56a384['extraPlugins']||[];delete _0x56a384[_0x1ab7('0x8')];const _0x4dd4fe=_0x21e60d[_0x1ab7('0xf')](_0x56a384[_0x1ab7('0x20')])[_0x1ab7('0xf')](_0xdf1103)['map'](_0x33e3a8=>_0x1ab7('0x1a')==typeof _0x33e3a8?_0x21e60d[_0x1ab7('0x35')](_0x33c71d=>_0x33c71d['pluginName']==_0x33e3a8):_0x33e3a8),_0x8bd31a=Array['from'](new Set(_0x4dd4fe)),_0x288b6e=new Map();return _0x56a384['plugins']=_0x8bd31a[_0x1ab7('0x12')](_0xa99e9e=>v(_0xa99e9e,_0x288b6e)),_0x56a384[_0x1ab7('0x20')][_0x1ab7('0x6')](D),_0x56a384[_0x1ab7('0x20')][_0x1ab7('0x6')](_0xae87f9),_0x56a384;}(_0x15eda4),_0x5f38bf=document[_0x1ab7('0x31')](),_0x11e958=_0x15eda4[_0x1ab7('0x10')][_0x1ab7('0x21')](_0x1ab7('0x1c'))['editorCreator'],_0x3f7a47=await _0x11e958(_0x32a24e,()=>function(_0x25b25c){const _0x1947ed=document[_0x1ab7('0x34')]('div');return _0x25b25c[_0x1ab7('0x1d')](_0x1947ed),_0x1947ed;}(_0x5f38bf));!function(_0x524517,_0x31effc){const _0x48a93c=_0x524517[_0x1ab7('0x32')][_0x1ab7('0x14')]['getRootNames']()['reduce']((_0x38d22b,_0x29178b)=>(_0x38d22b[_0x29178b]=_0x524517['data']['get']({'rootName':_0x29178b}),_0x38d22b),{}),_0x46ea6b=_0x524517['plugins']['get'](_0x1ab7('0x24'))['users'][_0x1ab7('0xb')](_0x275a60=>({'id':_0x275a60['id'],'name':_0x275a60[_0x1ab7('0x2c')]})),_0x9905ec=_0x524517[_0x1ab7('0x20')][_0x1ab7('0x21')](_0x1ab7('0x30'))['getSuggestions']({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x5e1b72=_0x31effc['plugins'][_0x1ab7('0x21')](_0x1ab7('0x24')),_0x3a8e80=_0x31effc[_0x1ab7('0x20')][_0x1ab7('0x21')]('TrackChangesEditing');for(const _0x2356f0 of _0x46ea6b)_0x5e1b72[_0x1ab7('0x2d')](_0x2356f0['id'])||_0x5e1b72['addUser'](_0x2356f0);_0x5e1b72['me']||_0x5e1b72[_0x1ab7('0x2b')]();for(const _0x2b3ed1 of _0x9905ec)_0x3a8e80[_0x1ab7('0xe')](_0x2b3ed1);_0x31effc[_0x1ab7('0x33')]['set'](_0x48a93c);}(_0x15eda4,_0x3f7a47),_0x3f7a47[_0x1ab7('0x18')](_0x798317?_0x1ab7('0x7'):'discardAllSuggestions');const _0x49ad63=_0x3f7a47[_0x1ab7('0x33')][_0x1ab7('0x21')](_0xfaa7bd);return await _0x3f7a47['destroy'](),_0x49ad63;}function v(_0x36f34b,_0x2bcb80){const _0x25a549=_0x1ab7('0x29')==typeof _0x36f34b?_0x36f34b[_0x1ab7('0x9')]||_0x36f34b[_0x1ab7('0x2c')]:_0x36f34b;if(_0x2bcb80[_0x1ab7('0x1')](_0x25a549))return _0x2bcb80[_0x1ab7('0x21')](_0x25a549);if(_0x2bcb80[_0x1ab7('0x5')](_0x25a549,!0x0),_0x25a549&&w[_0x1ab7('0x27')](_0x25a549))return _0x2bcb80['set'](_0x25a549,!0x1),!0x1;if(!_0x36f34b[_0x1ab7('0x1e')])return _0x2bcb80[_0x1ab7('0x5')](_0x25a549,!0x0),!0x0;const _0x173d41=_0x36f34b[_0x1ab7('0x1e')][_0x1ab7('0x23')](_0x3f5c74=>v(_0x3f5c74,_0x2bcb80));return _0x2bcb80[_0x1ab7('0x5')](_0x25a549,_0x173d41),_0x173d41;}