@ckeditor/ckeditor5-track-changes 38.0.0-rc.1 → 38.0.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 (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 _0x3e08=['end','delete','isExternal','_markerNames','push','getItems','next','previous','hasComments','change','nodeBefore','removeAttribute','onAttributesChange','getFirstRange','createdAt','from','type','getMarkerNames','commentThread','_model','_onAttributesChange','attributes','_onAccept','getAllAdjacentSuggestions','accept','setAttribute','decorate','get','discard','creator','_onDiscard','isInContent','head','data','onAccept','getMultiRangeId','substr','size','subType','removeMarkers','getContainedElement','getMarkers','author','getRange','toJSON','map','getFirstMarker','authoredAt','onDiscard','isIntersecting','reduce','set','addMarkerName','addRange','_saved','getRanges','removeMarker','add','isMultiRange'];(function(_0x5599e2,_0x3e0876){const _0x14a795=function(_0x4e4903){while(--_0x4e4903){_0x5599e2['push'](_0x5599e2['shift']());}};_0x14a795(++_0x3e0876);}(_0x3e08,0x1cb));const _0x14a7=function(_0x5599e2,_0x3e0876){_0x5599e2=_0x5599e2-0x0;let _0x14a795=_0x3e08[_0x5599e2];return _0x14a795;};import{Element as _0xe3b82f}from'ckeditor5/src/engine';import{ObservableMixin as _0xa1f90b,uid as _0x211739}from'ckeditor5/src/utils';import{cloneDeep as _0x131f9b,isEqual as _0x3f14c2,set as _0x9cd652,unset as _0x1a0528}from'lodash-es';export default class u extends _0xa1f90b(){constructor(_0x4d32be,_0x59ba6f){super(),this['id']=_0x59ba6f['id'],this[_0x14a7('0x1d')]=_0x59ba6f[_0x14a7('0x1d')],this['subType']=_0x59ba6f[_0x14a7('0x33')]||null,this[_0x14a7('0x37')]=_0x59ba6f['author'],this[_0x14a7('0x2a')]=_0x59ba6f[_0x14a7('0x2a')]||_0x59ba6f[_0x14a7('0x37')],this[_0x14a7('0xf')]=Boolean(_0x59ba6f[_0x14a7('0x22')]&&_0x59ba6f[_0x14a7('0x22')]['@external']),this[_0x14a7('0x2e')]=null,this['_model']=_0x4d32be,this[_0x14a7('0x23')]=_0x59ba6f[_0x14a7('0x2f')],this[_0x14a7('0x2b')]=_0x59ba6f[_0x14a7('0x2')],this[_0x14a7('0x21')]=_0x59ba6f[_0x14a7('0x19')],this[_0x14a7('0x10')]=new Set(),this[_0x14a7('0x1b')]=null,this[_0x14a7('0x5')](_0x14a7('0x1'),null),this['set'](_0x14a7('0x22'),_0x59ba6f[_0x14a7('0x22')]||{}),this[_0x14a7('0x5')]('previous',null),this['set'](_0x14a7('0x13'),null),this[_0x14a7('0x5')]('commentThread',null),this[_0x14a7('0x5')](_0x14a7('0x8'),!0x1),this[_0x14a7('0x27')](_0x14a7('0x25')),this[_0x14a7('0x27')](_0x14a7('0x29'));}get[_0x14a7('0x2d')](){let _0x5929a1=this;for(;_0x5929a1[_0x14a7('0x14')];)_0x5929a1=_0x5929a1['previous'];return _0x5929a1;}get[_0x14a7('0x15')](){return!!this[_0x14a7('0x1f')]&&this['commentThread']['length']>0x0;}get[_0x14a7('0xc')](){if(0x0==this['_markerNames'][_0x14a7('0x32')])return!0x1;return 0x6==Array[_0x14a7('0x1c')](this[_0x14a7('0x10')])[0x0]['split'](':')['length'];}get[_0x14a7('0x2c')](){return null!==this[_0x14a7('0x0')]();}[_0x14a7('0x6')](_0xa9e167){this['_markerNames'][_0x14a7('0xb')](_0xa9e167);}['getMarkerNames'](){return Array[_0x14a7('0x1c')](this[_0x14a7('0x10')]);}[_0x14a7('0x36')](){return this[_0x14a7('0x1e')]()[_0x14a7('0x3a')](_0x292066=>this[_0x14a7('0x20')]['markers'][_0x14a7('0x28')](_0x292066))['filter'](_0x299e12=>_0x299e12);}[_0x14a7('0x0')](){return this['getMarkers']()[0x0]||null;}[_0x14a7('0x34')](){this[_0x14a7('0x20')][_0x14a7('0x16')](_0x5447a7=>{for(const _0x273114 of this[_0x14a7('0x36')]())_0x5447a7[_0x14a7('0xa')](_0x273114);}),this['_markerNames']['clear']();}[_0x14a7('0xa')](_0xb6825c){this['_model']['change'](_0x4b51de=>{_0x4b51de['removeMarker'](_0xb6825c);}),this[_0x14a7('0x10')][_0x14a7('0xe')](_0xb6825c);}[_0x14a7('0x7')](_0x463935){const _0x15f386='suggestion:'+this['type']+':'+this[_0x14a7('0x33')]+':'+this['id']+':'+this[_0x14a7('0x2a')]['id']+':'+u['getMultiRangeId']();this[_0x14a7('0x6')](_0x15f386),this['_model'][_0x14a7('0x16')](_0x2be091=>{_0x2be091['addMarker'](_0x15f386,{'range':_0x463935,'usingOperation':!0x0,'affectsData':!0x0});});}['isIntersectingWithRange'](_0xcdf978){for(const _0x4e6b65 of this[_0x14a7('0x9')]())if(_0x4e6b65[_0x14a7('0x3')](_0xcdf978))return!0x0;return!0x1;}[_0x14a7('0x9')](){return this['getMarkers']()[_0x14a7('0x3a')](_0x2a580f=>_0x2a580f[_0x14a7('0x38')]());}[_0x14a7('0x12')](){return this[_0x14a7('0x9')]()[_0x14a7('0x4')]((_0x1e0962,_0x1df6ee)=>[..._0x1e0962,..._0x1df6ee['getItems']()],[]);}[_0x14a7('0x1a')](){var _0x46ecef;return(null===(_0x46ecef=this['getFirstMarker']())||void 0x0===_0x46ecef?void 0x0:_0x46ecef['getRange']())||null;}[_0x14a7('0x35')](){const _0x1bf3cb=this[_0x14a7('0x9')]();if(0x1!=_0x1bf3cb['length'])return null;const _0x810751=_0x1bf3cb[0x0],_0x15c324=_0x810751['start']['nodeAfter'],_0x1c8915=_0x810751[_0x14a7('0xd')][_0x14a7('0x17')];return _0x15c324 instanceof _0xe3b82f?_0x15c324!=_0x1c8915?null:_0x15c324:null;}[_0x14a7('0x25')](){this[_0x14a7('0x23')](this[_0x14a7('0x9')](),this[_0x14a7('0x2e')],this[_0x14a7('0x22')]),this[_0x14a7('0x34')]();}[_0x14a7('0x29')](){this['_onDiscard'](this[_0x14a7('0x9')](),this[_0x14a7('0x2e')],this[_0x14a7('0x22')]),this[_0x14a7('0x34')]();}[_0x14a7('0x24')](){const _0x48e794=[];let _0x539adb=this[_0x14a7('0x2d')];for(;_0x539adb;)_0x48e794[_0x14a7('0x11')](_0x539adb),_0x539adb=_0x539adb[_0x14a7('0x13')];return _0x48e794;}[_0x14a7('0x26')](_0x43fa9a,_0xcfa52f){const _0x2b1b5b=_0x131f9b(this[_0x14a7('0x22')]);_0x9cd652(_0x2b1b5b,_0x43fa9a,_0xcfa52f),_0x3f14c2(_0x2b1b5b,this[_0x14a7('0x22')])||(this[_0x14a7('0x22')]=_0x2b1b5b,this[_0x14a7('0x21')](_0x2b1b5b));}[_0x14a7('0x18')](_0x3882a7){const _0x32d526=_0x131f9b(this[_0x14a7('0x22')]);_0x1a0528(_0x32d526,_0x3882a7),_0x3f14c2(_0x32d526,this[_0x14a7('0x22')])||(this[_0x14a7('0x22')]=_0x32d526,this['_onAttributesChange'](this[_0x14a7('0x22')]));}[_0x14a7('0x39')](){return{'id':this['id'],'type':this[_0x14a7('0x33')]?this[_0x14a7('0x1d')]+':'+this[_0x14a7('0x33')]:this[_0x14a7('0x1d')],'authorId':this[_0x14a7('0x2a')]['id'],'createdAt':this['createdAt'],'hasComments':this[_0x14a7('0x15')],'data':this[_0x14a7('0x2e')],'attributes':this[_0x14a7('0x22')]};}static[_0x14a7('0x30')](){return _0x211739()[_0x14a7('0x31')](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 _0x3a1a=['getWalker','deletion','matchingCallback','type','previousSibling','getFirstRange','*Remove:*\x20%0','_customCallbacks','item','nextSibling','pop','isInContent','indexOf','function','data','getDescriptions','addObject','$textProxy','end','registerDescriptionCallback','_itemLabelsCallbacks','_schema','EmptyContainer','getItemLabel','_itemLabels','_addDescriptionItems','elementEnd','REPLACE_TEXT','set','ELEMENT_SPACE','isEqual','remove','isObject','$text','$1\x20$2','*Merge:*\x20%0','insertion','get','_resolveDescriptionItems','length','text','addContainer','element','start','checkChild','quantity','isEmpty','softBreak','*Insert:*\x20%0','removeContainer','replace','_locale','Object','push','add','name','normal','Container','removeEmptyContainer','elementStart','match'];(function(_0x549457,_0x3a1ae6){const _0x3e163d=function(_0x30d620){while(--_0x30d620){_0x549457['push'](_0x549457['shift']());}};_0x3e163d(++_0x3a1ae6);}(_0x3a1a,0x1c7));const _0x3e16=function(_0x549457,_0x3a1ae6){_0x549457=_0x549457-0x0;let _0x3e163d=_0x3a1a[_0x549457];return _0x3e163d;};import{getTranslation as _0x156693}from'./utils/common-translations';import{priorities as _0x3771f3,insertToPriorityArray as _0x482d20}from'ckeditor5/src/utils';export default class m{constructor(_0x30b1ab,_0x83956f){this['_customCallbacks']=[],this[_0x3e16('0x39')]=new Map(),this[_0x3e16('0x35')]=[],this['_schema']=_0x30b1ab,this[_0x3e16('0x17')]=_0x83956f;}[_0x3e16('0x30')](_0x2c2f80){const _0xd3f9a6=[];for(let _0x5b0b45=0x0;_0x5b0b45<_0x2c2f80[_0x3e16('0xb')];_0x5b0b45++){const _0x305a43=_0x2c2f80[_0x5b0b45];if(!_0x305a43[_0x3e16('0x2c')])continue;let _0x5b8719=!0x1;for(const _0x5ab432 of this[_0x3e16('0x28')]){const _0x263a7b=_0x5ab432(_0x305a43);if(_0x263a7b){'type'in _0x263a7b&&_0xd3f9a6['push'](_0x263a7b),_0x5b8719=!0x0;break;}}if(!_0x5b8719){this[_0x3e16('0x3a')](_0xd3f9a6,_0x305a43);const _0x28cd62=_0x2c2f80[_0x5b0b45+0x1];if(_0x28cd62&&!_0x305a43[_0x3e16('0x26')]()[_0x3e16('0x33')][_0x3e16('0x2')](_0x28cd62[_0x3e16('0x26')]()[_0x3e16('0xf')])){const _0xebb349=_0xd3f9a6[_0xd3f9a6[_0x3e16('0xb')]-0x1],_0x50ff50=_0x3e16('0x8')==_0x305a43['type']?_0x3e16('0x1a'):_0x3e16('0x3');_0xebb349&&'text'==_0xebb349[_0x3e16('0x24')]&&(_0xebb349[_0x50ff50]+='\x0a');}}}return this[_0x3e16('0xa')](_0xd3f9a6);}[_0x3e16('0x34')](_0xa2a300){this['_customCallbacks']['push'](_0xa2a300);}['registerElementLabel'](_0x1f5856,_0x3954df,_0x16bf47=_0x3771f3[_0x3e16('0x1c')]){_0x3e16('0x2e')==typeof _0x1f5856?_0x482d20(this[_0x3e16('0x35')],{'matchingCallback':_0x1f5856,'label':_0x3954df,'priority':_0x16bf47}):this['_itemLabels'][_0x3e16('0x0')](_0x1f5856,_0x3954df);}[_0x3e16('0x38')](_0x55dee8,_0x3febfd=0x1){let _0x25c2e3;for(const _0x59dec3 of this[_0x3e16('0x35')])if(_0x59dec3[_0x3e16('0x23')](_0x55dee8)){_0x25c2e3=_0x59dec3['label'];break;}return _0x25c2e3||(_0x25c2e3=this[_0x3e16('0x39')][_0x3e16('0x9')](_0x55dee8[_0x3e16('0x1b')])),_0x25c2e3?_0x25c2e3(_0x3febfd):0x1!==_0x3febfd?_0x3febfd+'\x20'+_0x55dee8[_0x3e16('0x1b')]+'s':''+_0x55dee8['name'];}[_0x3e16('0x3a')](_0xdcd077,_0x3f25cf){const _0x3ddd6f=_0x3f25cf[_0x3e16('0x26')]()[_0x3e16('0x21')](),_0x19617f='insertion'==_0x3f25cf[_0x3e16('0x24')]?_0x3e16('0x1a'):_0x3e16('0x3');for(const _0x4c46fa of _0x3ddd6f){const _0xef253c=_0x4c46fa[_0x3e16('0x29')],_0x11703c=_0xdcd077[_0xdcd077[_0x3e16('0xb')]-0x1];if(_0xef253c['is'](_0x3e16('0x32')))_0x11703c&&_0x11703c[_0x3e16('0x24')]['indexOf'](_0x3e16('0x1d'))>-0x1&&_0xdcd077[_0x3e16('0x2b')](),_0x11703c&&_0x3e16('0xc')==_0x11703c[_0x3e16('0x24')]?_0x11703c[_0x19617f]+=_0xef253c[_0x3e16('0x2f')]:_0xdcd077['push']({'type':_0x3e16('0xc'),'add':_0x3e16('0x1a')==_0x19617f?_0xef253c[_0x3e16('0x2f')]:'','remove':'remove'==_0x19617f?_0xef253c['data']:''});else{if(this[_0x3e16('0x36')][_0x3e16('0x4')](_0xef253c)){const _0x141e08=_0xef253c;if(_0x11703c&&_0x11703c[_0x3e16('0x24')]['indexOf'](_0x3e16('0x1d'))>-0x1&&_0xdcd077[_0x3e16('0x2b')](),_0x3e16('0x3b')==_0x4c46fa[_0x3e16('0x24')])continue;_0x11703c&&_0x11703c[_0x3e16('0x24')]==_0x19617f+'Object'&&_0x11703c[_0x3e16('0xe')][_0x3e16('0x1b')]==_0x141e08[_0x3e16('0x1b')]?_0x11703c[_0x3e16('0x11')]++:_0xdcd077[_0x3e16('0x19')]({'type':_0x19617f+_0x3e16('0x18'),'element':_0x141e08,'quantity':0x1}),_0x3ddd6f['skip'](_0x41a6ab=>!('elementEnd'==_0x41a6ab[_0x3e16('0x24')]&&_0x41a6ab[_0x3e16('0x29')]==_0xef253c));}else{if(this[_0x3e16('0x36')][_0x3e16('0x10')](_0xef253c,_0x3e16('0x5'))||_0xef253c['is'](_0x3e16('0xe'),_0x3e16('0x13'))){const _0x9dd560=_0xef253c;if('add'==_0x19617f&&_0x3e16('0x1f')==_0x4c46fa[_0x3e16('0x24')]||_0x3e16('0x3')==_0x19617f&&_0x3e16('0x3b')==_0x4c46fa[_0x3e16('0x24')])continue;if(_0x11703c&&-0x1==_0x11703c[_0x3e16('0x24')][_0x3e16('0x2d')](_0x3e16('0x1d'))){_0x3e16('0xc')==_0x11703c[_0x3e16('0x24')]&&(_0x11703c[_0x19617f]+='\x0a');continue;}let _0x399b74;if(_0x399b74=_0x3e16('0x1a')==_0x19617f?_0x9dd560[_0x3e16('0x2a')]&&!this['_schema']['isObject'](_0x9dd560[_0x3e16('0x2a')])?_0x9dd560[_0x3e16('0x2a')]:null:_0x9dd560['previousSibling']&&!this['_schema'][_0x3e16('0x4')](_0x9dd560['previousSibling'])?_0x9dd560[_0x3e16('0x25')]:null,_0x9dd560['isEmpty']||_0x399b74&&_0x399b74[_0x3e16('0x12')]){const _0x436633=_0x399b74&&_0x399b74[_0x3e16('0x12')]?_0x399b74:_0x9dd560;_0x11703c&&_0x11703c['type']==_0x19617f+_0x3e16('0x37')&&_0x11703c[_0x3e16('0xe')]['name']==_0x436633[_0x3e16('0x1b')]?_0x11703c[_0x3e16('0x11')]++:_0xdcd077['push']({'type':_0x19617f+'EmptyContainer','element':_0x436633,'quantity':0x1});}else _0xdcd077['push']({'type':_0x19617f+'Container','element':_0x9dd560});}}}}}[_0x3e16('0xa')](_0x58e605){const _0x39e369=this[_0x3e16('0x17')],_0x20d1e1=[];for(const _0x217b10 of _0x58e605){switch(_0x217b10[_0x3e16('0x24')]){case _0x3e16('0xc'):if(_0x217b10[_0x3e16('0x1a')]=_0x217b10[_0x3e16('0x1a')][_0x3e16('0x16')](/(\S)\u000A+(\S)/g,'$1\x20$2')['replace'](/\u000A/g,''),_0x217b10[_0x3e16('0x3')]=_0x217b10['remove'][_0x3e16('0x16')](/(\S)\u000A+(\S)/g,_0x3e16('0x6'))[_0x3e16('0x16')](/\u000A/g,''),''!=_0x217b10[_0x3e16('0x1a')]&&''!=_0x217b10['remove']){_0x20d1e1[_0x3e16('0x19')]({'type':_0x3e16('0x16'),'content':_0x156693(_0x39e369,_0x3e16('0x3c'),['\x22'+_0x217b10[_0x3e16('0x3')]+'\x22','\x22'+_0x217b10[_0x3e16('0x1a')]+'\x22'])});continue;}if(null!=_0x217b10[_0x3e16('0x1a')][_0x3e16('0x20')](/^ +$/)){_0x20d1e1[_0x3e16('0x19')]({'type':_0x3e16('0x8'),'content':_0x156693(_0x39e369,'*Insert:*\x20%0',_0x156693(_0x39e369,'ELEMENT_SPACE',_0x217b10['add'][_0x3e16('0xb')]))});continue;}if(null!=_0x217b10[_0x3e16('0x3')][_0x3e16('0x20')](/^ +$/)){_0x20d1e1[_0x3e16('0x19')]({'type':_0x3e16('0x22'),'content':_0x156693(_0x39e369,_0x3e16('0x27'),_0x156693(_0x39e369,_0x3e16('0x1'),_0x217b10['remove'][_0x3e16('0xb')]))});continue;}if(''!=_0x217b10[_0x3e16('0x1a')]){_0x20d1e1[_0x3e16('0x19')]({'type':_0x3e16('0x8'),'content':_0x156693(_0x39e369,_0x3e16('0x14'),'\x22'+_0x217b10[_0x3e16('0x1a')]+'\x22')});continue;}_0x20d1e1[_0x3e16('0x19')]({'type':_0x3e16('0x22'),'content':_0x156693(_0x39e369,_0x3e16('0x27'),'\x22'+_0x217b10[_0x3e16('0x3')]+'\x22')});continue;case'addEmptyContainer':case _0x3e16('0x31'):_0x20d1e1[_0x3e16('0x19')]({'type':_0x3e16('0x8'),'content':_0x156693(_0x39e369,'*Insert:*\x20%0',this[_0x3e16('0x38')](_0x217b10['element'],_0x217b10['quantity']))});continue;case _0x3e16('0x1e'):case'removeObject':_0x20d1e1[_0x3e16('0x19')]({'type':_0x3e16('0x22'),'content':_0x156693(_0x39e369,'*Remove:*\x20%0',this['getItemLabel'](_0x217b10[_0x3e16('0xe')],_0x217b10[_0x3e16('0x11')]))});continue;case _0x3e16('0xd'):_0x20d1e1[_0x3e16('0x19')]({'type':_0x3e16('0x8'),'content':_0x156693(_0x39e369,'*Split:*\x20%0',this[_0x3e16('0x38')](_0x217b10[_0x3e16('0xe')],_0x217b10[_0x3e16('0x11')]))});continue;case _0x3e16('0x15'):_0x20d1e1[_0x3e16('0x19')]({'type':_0x3e16('0x22'),'content':_0x156693(_0x39e369,_0x3e16('0x7'),this[_0x3e16('0x38')](_0x217b10['element'],_0x217b10[_0x3e16('0x11')]))});continue;}_0x20d1e1[_0x3e16('0x19')](_0x217b10);}return _0x20d1e1;}}
@@ -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 _0x8d92=['Comments','adapter','getSuggestion','plugins','TrackChanges','get','editor','addSuggestion','addSuggestionData','requires','getSuggestions'];(function(_0xd84851,_0x8d9284){var _0x3e68c1=function(_0x1823c2){while(--_0x1823c2){_0xd84851['push'](_0xd84851['shift']());}};_0x3e68c1(++_0x8d9284);}(_0x8d92,0x9c));var _0x3e68=function(_0xd84851,_0x8d9284){_0xd84851=_0xd84851-0x0;var _0x3e68c1=_0x8d92[_0xd84851];return _0x3e68c1;};import{Plugin as _0x47f364}from'ckeditor5/src/core';import _0x53e305 from'./trackchangesui';import _0x59170d from'./trackchangesediting';import'ckeditor5-collaboration/src/collaboration-core';export default class k extends _0x47f364{static get[_0x3e68('0x7')](){return[_0x59170d,_0x53e305,_0x3e68('0x9')];}static get['pluginName'](){return _0x3e68('0x2');}set['adapter'](_0x3cbe26){this['editor'][_0x3e68('0x1')][_0x3e68('0x3')](_0x59170d)[_0x3e68('0xa')]=_0x3cbe26;}get['adapter'](){return this[_0x3e68('0x4')][_0x3e68('0x1')][_0x3e68('0x3')](_0x59170d)['adapter'];}[_0x3e68('0x5')](_0x2b7d2b){return this['editor'][_0x3e68('0x1')]['get'](_0x59170d)[_0x3e68('0x6')](_0x2b7d2b);}[_0x3e68('0x8')]({skipNotAttached:_0x355eaa=!0x1,toJSON:_0x5ecf92=!0x1}={}){return this[_0x3e68('0x4')][_0x3e68('0x1')][_0x3e68('0x3')](_0x59170d)[_0x3e68('0x8')]({'skipNotAttached':_0x355eaa,'toJSON':_0x5ecf92});}['getSuggestion'](_0x3a8737){return this[_0x3e68('0x4')][_0x3e68('0x1')]['get'](_0x59170d)[_0x3e68('0x0')](_0x3a8737);}}
@@ -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 _0x12e1=['name','Users','TrackChangesEditing','context','create','getDataWithDiscardedSuggestions','constructor','div','string','init','TrackChangesData','TrackChangesDataGetter','extraPlugins','createElement','requires','names','getDataWithAcceptedSuggestions','acceptAllSuggestions','includes','addUser','data','RevisionTracker','users','map','get','appendChild','getSuggestions','execute','builtinPlugins','end','track-changes-data-invalid-editor-creator','set','WordCount','plugins','initialData','config','model','from','result','pluginName','addSuggestionData','getRootNames','editorCreator','destroy','editor','discardAllSuggestions','concat','Autosave','WebSocketGateway','has','every','_adapter','Pagination','trackChangesData','push','useAnonymousUser','getUser','toolbar','createDocumentFragment','function','DocumentOutline'];(function(_0x26ff77,_0x12e11e){const _0x437555=function(_0x1b8221){while(--_0x1b8221){_0x26ff77['push'](_0x26ff77['shift']());}};_0x437555(++_0x12e11e);}(_0x12e1,0x107));const _0x4375=function(_0x26ff77,_0x12e11e){_0x26ff77=_0x26ff77-0x0;let _0x437555=_0x12e1[_0x26ff77];return _0x437555;};import{Plugin as _0x159f10}from'ckeditor5/src/core';import{CKEditorError as _0x5961a3}from'ckeditor5/src/utils';import _0x153b44 from'./trackchangesediting';const C=[_0x4375('0xf'),_0x4375('0x2d'),_0x4375('0x26')],w=[_0x4375('0x1d'),_0x4375('0x2'),_0x4375('0x1c'),_0x4375('0xd'),_0x4375('0x21'),_0x4375('0x29')];export default class T extends _0x159f10{static get[_0x4375('0x38')](){return[_0x153b44];}static get[_0x4375('0x14')](){return _0x4375('0x34');}[_0x4375('0x33')](){const _0x20261c=this['editor'];if(_0x20261c[_0x4375('0x10')]['define']('trackChangesData.editorCreator',_0x599981=>_0x20261c['constructor'][_0x4375('0x2e')]('',_0x599981)),_0x4375('0x28')!=typeof _0x20261c[_0x4375('0x10')][_0x4375('0x5')](_0x4375('0x22'))[_0x4375('0x17')])throw new _0x5961a3(_0x4375('0xb'));}[_0x4375('0x3a')](_0x26d2b7){return P(this['editor'],!0x0,_0x26d2b7);}[_0x4375('0x2f')](_0x584041){return P(this[_0x4375('0x19')],!0x1,_0x584041);}}class D extends _0x159f10{static get[_0x4375('0x14')](){return _0x4375('0x35');}constructor(_0xd2de90){super(_0xd2de90),this[_0x4375('0x13')]=_0x4375('0xa');}['init'](){this[_0x4375('0x19')]['plugins'][_0x4375('0x5')]('CommentsRepository')['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['editor'][_0x4375('0xe')][_0x4375('0x5')](_0x4375('0x2c'))[_0x4375('0x20')]=null;}}async function P(_0x31b38f,_0x605fba,_0x31ff24){const _0x32cb52=function(_0x4d09a2){const _0x79b1fa={};for(const _0x1c2b10 of _0x4d09a2[_0x4375('0x10')][_0x4375('0x39')]())C[_0x4375('0x3c')](_0x1c2b10)||(_0x79b1fa[_0x1c2b10]=_0x4d09a2[_0x4375('0x10')][_0x4375('0x5')](_0x1c2b10));const _0x123f2b=_0x4d09a2[_0x4375('0x30')][_0x4375('0x9')]||[],_0x856a24=_0x79b1fa[_0x4375('0x36')]||[];delete _0x79b1fa['extraPlugins'];const _0x26d4c5=_0x123f2b[_0x4375('0x1b')](_0x79b1fa[_0x4375('0xe')])['concat'](_0x856a24)[_0x4375('0x4')](_0x323fe5=>_0x4375('0x32')==typeof _0x323fe5?_0x123f2b['find'](_0x14fd00=>_0x14fd00['pluginName']==_0x323fe5):_0x323fe5),_0x4226c4=Array[_0x4375('0x12')](new Set(_0x26d4c5)),_0x4e61f8=new Map();return _0x79b1fa['plugins']=_0x4226c4['filter'](_0xc95b27=>v(_0xc95b27,_0x4e61f8)),_0x79b1fa[_0x4375('0xe')][_0x4375('0x23')](D),_0x79b1fa[_0x4375('0xe')][_0x4375('0x23')](_0x153b44),_0x79b1fa;}(_0x31b38f),_0x291203=document[_0x4375('0x27')](),_0x188d30=_0x31b38f[_0x4375('0x10')]['get']('trackChangesData')[_0x4375('0x17')],_0x209360=await _0x188d30(_0x32cb52,()=>function(_0x14129e){const _0x69d5d8=document[_0x4375('0x37')](_0x4375('0x31'));return _0x14129e[_0x4375('0x6')](_0x69d5d8),_0x69d5d8;}(_0x291203));!function(_0x5a454f,_0x494a50){const _0x335698=_0x5a454f[_0x4375('0x11')]['document'][_0x4375('0x16')]()['reduce']((_0x8d2b0,_0x30a8a9)=>(_0x8d2b0[_0x30a8a9]=_0x5a454f[_0x4375('0x1')][_0x4375('0x5')]({'rootName':_0x30a8a9}),_0x8d2b0),{}),_0x27d565=_0x5a454f[_0x4375('0xe')][_0x4375('0x5')](_0x4375('0x2b'))[_0x4375('0x3')][_0x4375('0x4')](_0x309e71=>({'id':_0x309e71['id'],'name':_0x309e71[_0x4375('0x2a')]})),_0x1c132b=_0x5a454f['plugins'][_0x4375('0x5')]('TrackChangesEditing')[_0x4375('0x7')]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0xf12083=_0x494a50['plugins'][_0x4375('0x5')](_0x4375('0x2b')),_0x528b3d=_0x494a50['plugins']['get'](_0x4375('0x2c'));for(const _0xf88df6 of _0x27d565)_0xf12083[_0x4375('0x25')](_0xf88df6['id'])||_0xf12083[_0x4375('0x0')](_0xf88df6);_0xf12083['me']||_0xf12083[_0x4375('0x24')]();for(const _0x41879d of _0x1c132b)_0x528b3d[_0x4375('0x15')](_0x41879d);_0x494a50[_0x4375('0x1')][_0x4375('0xc')](_0x335698);}(_0x31b38f,_0x209360),_0x209360[_0x4375('0x8')](_0x605fba?_0x4375('0x3b'):_0x4375('0x1a'));const _0x5702f9=_0x209360[_0x4375('0x1')][_0x4375('0x5')](_0x31ff24);return await _0x209360[_0x4375('0x18')](),_0x5702f9;}function v(_0x19ba50,_0x1a2618){const _0x26df65='function'==typeof _0x19ba50?_0x19ba50[_0x4375('0x14')]||_0x19ba50[_0x4375('0x2a')]:_0x19ba50;if(_0x1a2618[_0x4375('0x1e')](_0x26df65))return _0x1a2618[_0x4375('0x5')](_0x26df65);if(_0x1a2618[_0x4375('0xc')](_0x26df65,!0x0),_0x26df65&&w['includes'](_0x26df65))return _0x1a2618[_0x4375('0xc')](_0x26df65,!0x1),!0x1;if(!_0x19ba50['requires'])return _0x1a2618[_0x4375('0xc')](_0x26df65,!0x0),!0x0;const _0x268526=_0x19ba50[_0x4375('0x38')][_0x4375('0x1f')](_0x5177ec=>v(_0x5177ec,_0x1a2618));return _0x1a2618[_0x4375('0xc')](_0x26df65,_0x268526),_0x268526;}