@ckeditor/ckeditor5-track-changes 41.3.0-alpha.3 → 41.3.0-alpha.4

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 (115) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/translations/ar.js +1 -1
  3. package/dist/translations/az.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/ca.js +1 -1
  7. package/dist/translations/cs.js +1 -1
  8. package/dist/translations/da.js +1 -1
  9. package/dist/translations/de.js +1 -1
  10. package/dist/translations/el.js +1 -1
  11. package/dist/translations/en-au.js +1 -1
  12. package/dist/translations/es.js +1 -1
  13. package/dist/translations/et.js +1 -1
  14. package/dist/translations/fi.js +1 -1
  15. package/dist/translations/fr.js +1 -1
  16. package/dist/translations/gl.js +1 -1
  17. package/dist/translations/he.js +1 -1
  18. package/dist/translations/hi.js +1 -1
  19. package/dist/translations/hr.js +1 -1
  20. package/dist/translations/hu.js +1 -1
  21. package/dist/translations/id.js +1 -1
  22. package/dist/translations/it.js +1 -1
  23. package/dist/translations/ja.js +1 -1
  24. package/dist/translations/ko.js +1 -1
  25. package/dist/translations/lt.js +1 -1
  26. package/dist/translations/lv.js +1 -1
  27. package/dist/translations/ms.js +1 -1
  28. package/dist/translations/nl.js +1 -1
  29. package/dist/translations/no.js +1 -1
  30. package/dist/translations/pl.js +1 -1
  31. package/dist/translations/pt-br.js +1 -1
  32. package/dist/translations/pt.js +1 -1
  33. package/dist/translations/ro.js +1 -1
  34. package/dist/translations/ru.js +1 -1
  35. package/dist/translations/sk.js +1 -1
  36. package/dist/translations/sq.js +1 -1
  37. package/dist/translations/sr-latn.js +1 -1
  38. package/dist/translations/sr.js +1 -1
  39. package/dist/translations/sv.js +1 -1
  40. package/dist/translations/th.js +1 -1
  41. package/dist/translations/tk.js +1 -1
  42. package/dist/translations/tr.js +1 -1
  43. package/dist/translations/tt.js +1 -1
  44. package/dist/translations/uk.js +1 -1
  45. package/dist/translations/ur.js +1 -1
  46. package/dist/translations/vi.js +1 -1
  47. package/dist/translations/zh-cn.js +1 -1
  48. package/dist/translations/zh.js +1 -1
  49. package/package.json +3 -3
  50. package/src/commands/acceptsuggestioncommand.js +1 -1
  51. package/src/commands/discardsuggestioncommand.js +1 -1
  52. package/src/commands/executeonallsuggestionscommand.js +1 -1
  53. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  54. package/src/commands/trackchangescommand.js +1 -1
  55. package/src/index.js +1 -1
  56. package/src/integrations/aiassistant.js +1 -1
  57. package/src/integrations/alignment.js +1 -1
  58. package/src/integrations/basicstyles.js +1 -1
  59. package/src/integrations/blockquote.js +1 -1
  60. package/src/integrations/casechange.js +1 -1
  61. package/src/integrations/ckbox.js +1 -1
  62. package/src/integrations/codeblock.js +1 -1
  63. package/src/integrations/comments.js +1 -1
  64. package/src/integrations/deletecommand.js +1 -1
  65. package/src/integrations/entercommand.js +1 -1
  66. package/src/integrations/findandreplace.js +1 -1
  67. package/src/integrations/font.js +1 -1
  68. package/src/integrations/formatpainter.js +1 -1
  69. package/src/integrations/heading.js +1 -1
  70. package/src/integrations/highlight.js +1 -1
  71. package/src/integrations/horizontalline.js +1 -1
  72. package/src/integrations/htmlembed.js +1 -1
  73. package/src/integrations/image.js +1 -1
  74. package/src/integrations/imagereplace.js +1 -1
  75. package/src/integrations/imagestyle.js +1 -1
  76. package/src/integrations/importword.js +1 -1
  77. package/src/integrations/indent.js +1 -1
  78. package/src/integrations/inputcommand.js +1 -1
  79. package/src/integrations/legacylist.js +1 -1
  80. package/src/integrations/legacylistproperties.js +1 -1
  81. package/src/integrations/link.js +1 -1
  82. package/src/integrations/list.js +1 -1
  83. package/src/integrations/listproperties.js +1 -1
  84. package/src/integrations/mediaembed.js +1 -1
  85. package/src/integrations/mention.js +1 -1
  86. package/src/integrations/pagebreak.js +1 -1
  87. package/src/integrations/paragraph.js +1 -1
  88. package/src/integrations/removeformat.js +1 -1
  89. package/src/integrations/restrictededitingmode.js +1 -1
  90. package/src/integrations/shiftentercommand.js +1 -1
  91. package/src/integrations/standardeditingmode.js +1 -1
  92. package/src/integrations/style.js +1 -1
  93. package/src/integrations/table.js +1 -1
  94. package/src/integrations/tablecaption.js +1 -1
  95. package/src/integrations/tableclipboard.js +1 -1
  96. package/src/integrations/tablecolumnresize.js +1 -1
  97. package/src/integrations/tableheadings.js +1 -1
  98. package/src/integrations/tablemergesplit.js +1 -1
  99. package/src/integrations/tableofcontents.js +1 -1
  100. package/src/integrations/tableproperties.js +1 -1
  101. package/src/integrations/template.js +1 -1
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.js +1 -1
  104. package/src/integrations/utils.js +1 -1
  105. package/src/suggestion.js +1 -1
  106. package/src/suggestiondescriptionfactory.js +1 -1
  107. package/src/trackchanges.js +1 -1
  108. package/src/trackchangesdata.js +1 -1
  109. package/src/trackchangesediting.js +1 -1
  110. package/src/trackchangesui.js +1 -1
  111. package/src/ui/suggestioncontroller.js +1 -1
  112. package/src/ui/view/basesuggestionthreadview.js +1 -1
  113. package/src/ui/view/suggestionthreadview.js +1 -1
  114. package/src/utils/common-translations.js +1 -1
  115. package/src/utils/utils.js +1 -1
package/src/suggestion.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x29591a=_0x1bc6;function _0x1bc6(_0x30d58e,_0x5aaac1){const _0x1850df=_0x1850();return _0x1bc6=function(_0x1bc6d,_0x2af178){_0x1bc6d=_0x1bc6d-0x153;let _0x526f84=_0x1850df[_0x1bc6d];return _0x526f84;},_0x1bc6(_0x30d58e,_0x5aaac1);}(function(_0x574021,_0x15adba){const _0x3cf141=_0x1bc6,_0x391c77=_0x574021();while(!![]){try{const _0x4cfdda=-parseInt(_0x3cf141(0x19c))/0x1*(parseInt(_0x3cf141(0x183))/0x2)+-parseInt(_0x3cf141(0x197))/0x3+-parseInt(_0x3cf141(0x173))/0x4+-parseInt(_0x3cf141(0x18f))/0x5*(parseInt(_0x3cf141(0x16d))/0x6)+-parseInt(_0x3cf141(0x179))/0x7+parseInt(_0x3cf141(0x167))/0x8+parseInt(_0x3cf141(0x178))/0x9;if(_0x4cfdda===_0x15adba)break;else _0x391c77['push'](_0x391c77['shift']());}catch(_0x5abfbd){_0x391c77['push'](_0x391c77['shift']());}}}(_0x1850,0x479b8));import{Element as _0x49ada1}from'ckeditor5/src/engine.js';import{ObservableMixin as _0x29da38,uid as _0x55d4c6}from'ckeditor5/src/utils.js';function _0x1850(){const _0x2660f4=['11718972DdWKYl','2420677dQKTFJ','type','_onDiscard','isIntersecting','removeAttribute','getContainedElement','reduce','suggestion:','end','getMarkers','22yHTzGC','hasComments','add','split','onAttributesChange','_onAccept','getMultiRangeId','from','getAllAdjacentSuggestions','isExternal','addMarker','accept','1960010fhRGGz','getFirstMarker','set','commentThread','_isDataLoaded','_saved','subType','clear','1077333xTLuVW','substr','isInContent','attributes','removeMarkers','22985leNKIv','_markerNames','isMultiRange','next','nodeBefore','change','data','toJSON','decorate','onDiscard','getItems','creator','discard','createdAt','getFirstRange','addRange','_model','author','length','@external','markers','_onAttributesChange','authoredAt','size','removeMarker','previous','setAttribute','4101776JprOLx','addMarkerName','isIntersectingWithRange','getRange','push','head','6gRtFgi','onAccept','delete','getMarkerNames','map','getRanges','687068IINBgP','start','filter','get','nodeAfter'];_0x1850=function(){return _0x2660f4;};return _0x1850();}import{cloneDeep as _0x44ab87,isEqual as _0x5a90c8,set as _0xb88685,unset as _0x1e78cb}from'lodash-es';export default class u extends _0x29da38(){constructor(_0x54a4bb,_0x4c55d0){const _0x3cfc33=_0x1bc6;super(),this[_0x3cfc33(0x193)]=!0x1,this['id']=_0x4c55d0['id'],this[_0x3cfc33(0x17a)]=_0x4c55d0[_0x3cfc33(0x17a)],this[_0x3cfc33(0x195)]=_0x4c55d0[_0x3cfc33(0x195)]||null,this[_0x3cfc33(0x15d)]=_0x4c55d0[_0x3cfc33(0x15d)],this[_0x3cfc33(0x157)]=_0x4c55d0[_0x3cfc33(0x157)]||_0x4c55d0[_0x3cfc33(0x15d)],this[_0x3cfc33(0x18c)]=Boolean(_0x4c55d0[_0x3cfc33(0x19a)]&&_0x4c55d0[_0x3cfc33(0x19a)][_0x3cfc33(0x15f)]),this[_0x3cfc33(0x1a2)]=null,this[_0x3cfc33(0x15c)]=_0x54a4bb,this[_0x3cfc33(0x188)]=_0x4c55d0[_0x3cfc33(0x16e)],this[_0x3cfc33(0x17b)]=_0x4c55d0[_0x3cfc33(0x155)],this[_0x3cfc33(0x161)]=_0x4c55d0[_0x3cfc33(0x187)],this[_0x3cfc33(0x19d)]=new Set(),this[_0x3cfc33(0x159)]=null,this[_0x3cfc33(0x191)](_0x3cfc33(0x162),null),this[_0x3cfc33(0x191)](_0x3cfc33(0x19a),_0x4c55d0[_0x3cfc33(0x19a)]||{}),this[_0x3cfc33(0x191)](_0x3cfc33(0x165),null),this[_0x3cfc33(0x191)](_0x3cfc33(0x19f),null),this[_0x3cfc33(0x191)](_0x3cfc33(0x192),null),this[_0x3cfc33(0x191)](_0x3cfc33(0x194),!0x1),this[_0x3cfc33(0x154)](_0x3cfc33(0x18e)),this[_0x3cfc33(0x154)](_0x3cfc33(0x158));}get[_0x29591a(0x16c)](){const _0x27bfdd=_0x29591a;let _0xdf1460=this;for(;_0xdf1460[_0x27bfdd(0x165)];)_0xdf1460=_0xdf1460[_0x27bfdd(0x165)];return _0xdf1460;}get[_0x29591a(0x184)](){const _0x25d921=_0x29591a;return!!this[_0x25d921(0x192)]&&this[_0x25d921(0x192)][_0x25d921(0x15e)]>0x0;}get[_0x29591a(0x19e)](){const _0x1ec3cf=_0x29591a;if(0x0==this[_0x1ec3cf(0x19d)][_0x1ec3cf(0x163)])return!0x1;return 0x6==Array[_0x1ec3cf(0x18a)](this[_0x1ec3cf(0x19d)])[0x0][_0x1ec3cf(0x186)](':')[_0x1ec3cf(0x15e)];}get[_0x29591a(0x199)](){const _0x4593a9=_0x29591a;return null!==this[_0x4593a9(0x190)]();}[_0x29591a(0x168)](_0x58cd6e){const _0x56a9a5=_0x29591a;this[_0x56a9a5(0x19d)][_0x56a9a5(0x185)](_0x58cd6e);}[_0x29591a(0x170)](){const _0x51fb0a=_0x29591a;return Array[_0x51fb0a(0x18a)](this[_0x51fb0a(0x19d)]);}[_0x29591a(0x182)](){const _0x30d644=_0x29591a;return this[_0x30d644(0x170)]()[_0x30d644(0x171)](_0x430b8b=>this[_0x30d644(0x15c)][_0x30d644(0x160)][_0x30d644(0x176)](_0x430b8b))[_0x30d644(0x175)](_0x4b41fd=>_0x4b41fd);}[_0x29591a(0x190)](){const _0x22bd94=_0x29591a;return this[_0x22bd94(0x182)]()[0x0]||null;}[_0x29591a(0x19b)](){const _0x1b9e03=_0x29591a;this[_0x1b9e03(0x15c)][_0x1b9e03(0x1a1)](_0x2011f3=>{const _0x5372dd=_0x1b9e03;for(const _0x59ad06 of this[_0x5372dd(0x182)]())_0x2011f3[_0x5372dd(0x164)](_0x59ad06);}),this[_0x1b9e03(0x19d)][_0x1b9e03(0x196)]();}[_0x29591a(0x164)](_0x16ae8a){const _0x471b87=_0x29591a;this[_0x471b87(0x15c)][_0x471b87(0x1a1)](_0x347ea0=>{const _0x118f2a=_0x471b87;_0x347ea0[_0x118f2a(0x164)](_0x16ae8a);}),this[_0x471b87(0x19d)][_0x471b87(0x16f)](_0x16ae8a);}[_0x29591a(0x15b)](_0x55fdd4){const _0x171432=_0x29591a,_0x4c1f45=_0x171432(0x180)+this[_0x171432(0x17a)]+':'+this[_0x171432(0x195)]+':'+this['id']+':'+this[_0x171432(0x157)]['id']+':'+u[_0x171432(0x189)]();this[_0x171432(0x168)](_0x4c1f45),this[_0x171432(0x15c)][_0x171432(0x1a1)](_0x1dd2fe=>{const _0x3d26d5=_0x171432;_0x1dd2fe[_0x3d26d5(0x18d)](_0x4c1f45,{'range':_0x55fdd4,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x29591a(0x169)](_0x2e73b5){const _0x5db228=_0x29591a;for(const _0x17b9cc of this[_0x5db228(0x172)]())if(_0x17b9cc[_0x5db228(0x17c)](_0x2e73b5))return!0x0;return!0x1;}[_0x29591a(0x172)](){const _0x2e6057=_0x29591a;return this[_0x2e6057(0x182)]()[_0x2e6057(0x171)](_0x1a342a=>_0x1a342a[_0x2e6057(0x16a)]());}[_0x29591a(0x156)](){const _0x36d035=_0x29591a;return this[_0x36d035(0x172)]()[_0x36d035(0x17f)]((_0x23234d,_0x13c5c3)=>[..._0x23234d,..._0x13c5c3[_0x36d035(0x156)]()],[]);}[_0x29591a(0x15a)](){const _0x470238=_0x29591a;var _0x7362f0;return(null===(_0x7362f0=this[_0x470238(0x190)]())||void 0x0===_0x7362f0?void 0x0:_0x7362f0[_0x470238(0x16a)]())||null;}[_0x29591a(0x17e)](){const _0x3e4ef1=_0x29591a,_0x54b496=this[_0x3e4ef1(0x172)]();if(0x1!=_0x54b496[_0x3e4ef1(0x15e)])return null;const _0x1a0d4f=_0x54b496[0x0],_0x450324=_0x1a0d4f[_0x3e4ef1(0x174)][_0x3e4ef1(0x177)],_0x330e39=_0x1a0d4f[_0x3e4ef1(0x181)][_0x3e4ef1(0x1a0)];return _0x450324 instanceof _0x49ada1?_0x450324!=_0x330e39?null:_0x450324:null;}[_0x29591a(0x18e)](){const _0xc19861=_0x29591a;this[_0xc19861(0x188)](this[_0xc19861(0x172)](),this[_0xc19861(0x1a2)],this[_0xc19861(0x19a)]),this[_0xc19861(0x19b)]();}[_0x29591a(0x158)](){const _0x49afac=_0x29591a;this[_0x49afac(0x17b)](this[_0x49afac(0x172)](),this[_0x49afac(0x1a2)],this[_0x49afac(0x19a)]),this[_0x49afac(0x19b)]();}[_0x29591a(0x18b)](){const _0xe1890c=_0x29591a,_0x4ad18f=[];let _0x558b5d=this[_0xe1890c(0x16c)];for(;_0x558b5d;)_0x4ad18f[_0xe1890c(0x16b)](_0x558b5d),_0x558b5d=_0x558b5d[_0xe1890c(0x19f)];return _0x4ad18f;}[_0x29591a(0x166)](_0x400c4e,_0x56b33a){const _0x2a8423=_0x29591a,_0xda65f5=_0x44ab87(this[_0x2a8423(0x19a)]);_0xb88685(_0xda65f5,_0x400c4e,_0x56b33a),_0x5a90c8(_0xda65f5,this[_0x2a8423(0x19a)])||(this[_0x2a8423(0x19a)]=_0xda65f5,this[_0x2a8423(0x161)](_0xda65f5));}[_0x29591a(0x17d)](_0x1d41ff){const _0x407348=_0x29591a,_0x143017=_0x44ab87(this[_0x407348(0x19a)]);_0x1e78cb(_0x143017,_0x1d41ff),_0x5a90c8(_0x143017,this[_0x407348(0x19a)])||(this[_0x407348(0x19a)]=_0x143017,this[_0x407348(0x161)](this[_0x407348(0x19a)]));}[_0x29591a(0x153)](){const _0x2fed62=_0x29591a;return{'id':this['id'],'type':this[_0x2fed62(0x195)]?this[_0x2fed62(0x17a)]+':'+this[_0x2fed62(0x195)]:this[_0x2fed62(0x17a)],'authorId':this[_0x2fed62(0x157)]['id'],'createdAt':this[_0x2fed62(0x159)],'hasComments':this[_0x2fed62(0x184)],'data':this[_0x2fed62(0x1a2)],'attributes':this[_0x2fed62(0x19a)]};}static[_0x29591a(0x189)](){const _0x40b57b=_0x29591a;return _0x55d4c6()[_0x40b57b(0x198)](0x1,0x5);}}
23
+ const _0x54f4e0=_0x173c;(function(_0x4443e9,_0x2cb46a){const _0xad3301=_0x173c,_0x236c5c=_0x4443e9();while(!![]){try{const _0x31618d=parseInt(_0xad3301(0x1ee))/0x1*(parseInt(_0xad3301(0x237))/0x2)+parseInt(_0xad3301(0x212))/0x3+-parseInt(_0xad3301(0x209))/0x4*(parseInt(_0xad3301(0x1ff))/0x5)+parseInt(_0xad3301(0x229))/0x6+-parseInt(_0xad3301(0x22a))/0x7*(-parseInt(_0xad3301(0x219))/0x8)+parseInt(_0xad3301(0x208))/0x9*(parseInt(_0xad3301(0x21d))/0xa)+-parseInt(_0xad3301(0x1f7))/0xb;if(_0x31618d===_0x2cb46a)break;else _0x236c5c['push'](_0x236c5c['shift']());}catch(_0x212edb){_0x236c5c['push'](_0x236c5c['shift']());}}}(_0x446e,0x64079));import{Element as _0x20137d}from'ckeditor5/src/engine.js';import{ObservableMixin as _0x3ea176,uid as _0x5645f2}from'ckeditor5/src/utils.js';function _0x173c(_0xdd989,_0x4f155c){const _0x446ef1=_0x446e();return _0x173c=function(_0x173c25,_0x421ac6){_0x173c25=_0x173c25-0x1e9;let _0x11fa88=_0x446ef1[_0x173c25];return _0x11fa88;},_0x173c(_0xdd989,_0x4f155c);}function _0x446e(){const _0x490be6=['addMarker','author','authoredAt','split','end','getContainedElement','setAttribute','9sJPZLg','132XWCGbK','head','_onAccept','isExternal','delete','filter','previous','isInContent','map','1670904dZZmwR','substr','push','@external','removeAttribute','_onAttributesChange','onAccept','309992RdFQrh','getMultiRangeId','getAllAdjacentSuggestions','removeMarkers','399300GNkwCf','next','start','isIntersectingWithRange','suggestion:','clear','creator','add','markers','accept','_model','getRange','2922432FJdnpb','35lrwnNx','addMarkerName','onAttributesChange','nodeAfter','isMultiRange','length','attributes','change','_saved','commentThread','getMarkerNames','type','from','353474ipRnlH','hasComments','onDiscard','createdAt','getItems','_onDiscard','get','getFirstMarker','data','1XPofYM','_markerNames','_isDataLoaded','nodeBefore','toJSON','discard','isIntersecting','subType','getMarkers','8366974JTNbIw','getFirstRange','addRange','decorate','removeMarker','getRanges','set','size','43045dqHvIe','reduce'];_0x446e=function(){return _0x490be6;};return _0x446e();}import{cloneDeep as _0x1f9b53,isEqual as _0x423a4c,set as _0x2b6a6e,unset as _0x2b3392}from'lodash-es';export default class u extends _0x3ea176(){constructor(_0x38c22e,_0x2bb893){const _0x482475=_0x173c;super(),this[_0x482475(0x1f0)]=!0x1,this['id']=_0x2bb893['id'],this[_0x482475(0x235)]=_0x2bb893[_0x482475(0x235)],this[_0x482475(0x1f5)]=_0x2bb893[_0x482475(0x1f5)]||null,this[_0x482475(0x202)]=_0x2bb893[_0x482475(0x202)],this[_0x482475(0x223)]=_0x2bb893[_0x482475(0x223)]||_0x2bb893[_0x482475(0x202)],this[_0x482475(0x20c)]=Boolean(_0x2bb893[_0x482475(0x230)]&&_0x2bb893[_0x482475(0x230)][_0x482475(0x215)]),this[_0x482475(0x1ed)]=null,this[_0x482475(0x227)]=_0x38c22e,this[_0x482475(0x20b)]=_0x2bb893[_0x482475(0x218)],this[_0x482475(0x1ea)]=_0x2bb893[_0x482475(0x239)],this[_0x482475(0x217)]=_0x2bb893[_0x482475(0x22c)],this[_0x482475(0x1ef)]=new Set(),this[_0x482475(0x23a)]=null,this[_0x482475(0x1fd)](_0x482475(0x203),null),this[_0x482475(0x1fd)](_0x482475(0x230),_0x2bb893[_0x482475(0x230)]||{}),this[_0x482475(0x1fd)](_0x482475(0x20f),null),this[_0x482475(0x1fd)](_0x482475(0x21e),null),this[_0x482475(0x1fd)](_0x482475(0x233),null),this[_0x482475(0x1fd)](_0x482475(0x232),!0x1),this[_0x482475(0x1fa)](_0x482475(0x226)),this[_0x482475(0x1fa)](_0x482475(0x1f3));}get[_0x54f4e0(0x20a)](){const _0x1123ac=_0x54f4e0;let _0x2e9af4=this;for(;_0x2e9af4[_0x1123ac(0x20f)];)_0x2e9af4=_0x2e9af4[_0x1123ac(0x20f)];return _0x2e9af4;}get[_0x54f4e0(0x238)](){const _0x466fae=_0x54f4e0;return!!this[_0x466fae(0x233)]&&this[_0x466fae(0x233)][_0x466fae(0x22f)]>0x0;}get[_0x54f4e0(0x22e)](){const _0x5b51a0=_0x54f4e0;if(0x0==this[_0x5b51a0(0x1ef)][_0x5b51a0(0x1fe)])return!0x1;return 0x6==Array[_0x5b51a0(0x236)](this[_0x5b51a0(0x1ef)])[0x0][_0x5b51a0(0x204)](':')[_0x5b51a0(0x22f)];}get[_0x54f4e0(0x210)](){const _0x185922=_0x54f4e0;return null!==this[_0x185922(0x1ec)]();}[_0x54f4e0(0x22b)](_0x2aee0c){const _0x3034e6=_0x54f4e0;this[_0x3034e6(0x1ef)][_0x3034e6(0x224)](_0x2aee0c);}[_0x54f4e0(0x234)](){const _0x2c6f4=_0x54f4e0;return Array[_0x2c6f4(0x236)](this[_0x2c6f4(0x1ef)]);}[_0x54f4e0(0x1f6)](){const _0x1c67d4=_0x54f4e0;return this[_0x1c67d4(0x234)]()[_0x1c67d4(0x211)](_0x305b44=>this[_0x1c67d4(0x227)][_0x1c67d4(0x225)][_0x1c67d4(0x1eb)](_0x305b44))[_0x1c67d4(0x20e)](_0x155734=>_0x155734);}[_0x54f4e0(0x1ec)](){const _0x268162=_0x54f4e0;return this[_0x268162(0x1f6)]()[0x0]||null;}[_0x54f4e0(0x21c)](){const _0x42989a=_0x54f4e0;this[_0x42989a(0x227)][_0x42989a(0x231)](_0x51cde6=>{const _0x15cbfc=_0x42989a;for(const _0x150b89 of this[_0x15cbfc(0x1f6)]())_0x51cde6[_0x15cbfc(0x1fb)](_0x150b89);}),this[_0x42989a(0x1ef)][_0x42989a(0x222)]();}[_0x54f4e0(0x1fb)](_0x57fdbc){const _0x3c59b7=_0x54f4e0;this[_0x3c59b7(0x227)][_0x3c59b7(0x231)](_0x3baf67=>{const _0x26c470=_0x3c59b7;_0x3baf67[_0x26c470(0x1fb)](_0x57fdbc);}),this[_0x3c59b7(0x1ef)][_0x3c59b7(0x20d)](_0x57fdbc);}[_0x54f4e0(0x1f9)](_0x2d91bf){const _0x22ea57=_0x54f4e0,_0x2b67fc=_0x22ea57(0x221)+this[_0x22ea57(0x235)]+':'+this[_0x22ea57(0x1f5)]+':'+this['id']+':'+this[_0x22ea57(0x223)]['id']+':'+u[_0x22ea57(0x21a)]();this[_0x22ea57(0x22b)](_0x2b67fc),this[_0x22ea57(0x227)][_0x22ea57(0x231)](_0x16603e=>{const _0x130cba=_0x22ea57;_0x16603e[_0x130cba(0x201)](_0x2b67fc,{'range':_0x2d91bf,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x54f4e0(0x220)](_0x3fc2ab){const _0x2b349d=_0x54f4e0;for(const _0x3a26be of this[_0x2b349d(0x1fc)]())if(_0x3a26be[_0x2b349d(0x1f4)](_0x3fc2ab))return!0x0;return!0x1;}[_0x54f4e0(0x1fc)](){const _0x189964=_0x54f4e0;return this[_0x189964(0x1f6)]()[_0x189964(0x211)](_0x3f6ee4=>_0x3f6ee4[_0x189964(0x228)]());}[_0x54f4e0(0x1e9)](){const _0x14747b=_0x54f4e0;return this[_0x14747b(0x1fc)]()[_0x14747b(0x200)]((_0x147052,_0x5cbde9)=>[..._0x147052,..._0x5cbde9[_0x14747b(0x1e9)]()],[]);}[_0x54f4e0(0x1f8)](){const _0x41244f=_0x54f4e0;var _0x414972;return(null===(_0x414972=this[_0x41244f(0x1ec)]())||void 0x0===_0x414972?void 0x0:_0x414972[_0x41244f(0x228)]())||null;}[_0x54f4e0(0x206)](){const _0x5c0a0e=_0x54f4e0,_0x45ef77=this[_0x5c0a0e(0x1fc)]();if(0x1!=_0x45ef77[_0x5c0a0e(0x22f)])return null;const _0x42a43b=_0x45ef77[0x0],_0x103fec=_0x42a43b[_0x5c0a0e(0x21f)][_0x5c0a0e(0x22d)],_0x37a70f=_0x42a43b[_0x5c0a0e(0x205)][_0x5c0a0e(0x1f1)];return _0x103fec instanceof _0x20137d?_0x103fec!=_0x37a70f?null:_0x103fec:null;}[_0x54f4e0(0x226)](){const _0x10b781=_0x54f4e0;this[_0x10b781(0x20b)](this[_0x10b781(0x1fc)](),this[_0x10b781(0x1ed)],this[_0x10b781(0x230)]),this[_0x10b781(0x21c)]();}[_0x54f4e0(0x1f3)](){const _0x586da0=_0x54f4e0;this[_0x586da0(0x1ea)](this[_0x586da0(0x1fc)](),this[_0x586da0(0x1ed)],this[_0x586da0(0x230)]),this[_0x586da0(0x21c)]();}[_0x54f4e0(0x21b)](){const _0x54b406=_0x54f4e0,_0x5e1f8d=[];let _0x5ccd04=this[_0x54b406(0x20a)];for(;_0x5ccd04;)_0x5e1f8d[_0x54b406(0x214)](_0x5ccd04),_0x5ccd04=_0x5ccd04[_0x54b406(0x21e)];return _0x5e1f8d;}[_0x54f4e0(0x207)](_0x432cea,_0x2479b8){const _0xfa245a=_0x54f4e0,_0x4de4d4=_0x1f9b53(this[_0xfa245a(0x230)]);_0x2b6a6e(_0x4de4d4,_0x432cea,_0x2479b8),_0x423a4c(_0x4de4d4,this[_0xfa245a(0x230)])||(this[_0xfa245a(0x230)]=_0x4de4d4,this[_0xfa245a(0x217)](_0x4de4d4));}[_0x54f4e0(0x216)](_0x2e6a03){const _0x311784=_0x54f4e0,_0x2e9f9f=_0x1f9b53(this[_0x311784(0x230)]);_0x2b3392(_0x2e9f9f,_0x2e6a03),_0x423a4c(_0x2e9f9f,this[_0x311784(0x230)])||(this[_0x311784(0x230)]=_0x2e9f9f,this[_0x311784(0x217)](this[_0x311784(0x230)]));}[_0x54f4e0(0x1f2)](){const _0x14ab0e=_0x54f4e0;return{'id':this['id'],'type':this[_0x14ab0e(0x1f5)]?this[_0x14ab0e(0x235)]+':'+this[_0x14ab0e(0x1f5)]:this[_0x14ab0e(0x235)],'authorId':this[_0x14ab0e(0x223)]['id'],'createdAt':this[_0x14ab0e(0x23a)],'hasComments':this[_0x14ab0e(0x238)],'data':this[_0x14ab0e(0x1ed)],'attributes':this[_0x14ab0e(0x230)]};}static[_0x54f4e0(0x21a)](){const _0x1348b5=_0x54f4e0;return _0x5645f2()[_0x1348b5(0x213)](0x1,0x5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3d4910=_0xd712;(function(_0x2d2337,_0x3c2ec6){const _0x3bfb41=_0xd712,_0x13827f=_0x2d2337();while(!![]){try{const _0xaebe66=parseInt(_0x3bfb41(0x245))/0x1*(parseInt(_0x3bfb41(0x1ed))/0x2)+parseInt(_0x3bfb41(0x223))/0x3*(parseInt(_0x3bfb41(0x21a))/0x4)+-parseInt(_0x3bfb41(0x225))/0x5*(-parseInt(_0x3bfb41(0x23d))/0x6)+-parseInt(_0x3bfb41(0x1fb))/0x7*(-parseInt(_0x3bfb41(0x227))/0x8)+parseInt(_0x3bfb41(0x201))/0x9*(-parseInt(_0x3bfb41(0x1f6))/0xa)+-parseInt(_0x3bfb41(0x247))/0xb+-parseInt(_0x3bfb41(0x204))/0xc;if(_0xaebe66===_0x3c2ec6)break;else _0x13827f['push'](_0x13827f['shift']());}catch(_0x632e9a){_0x13827f['push'](_0x13827f['shift']());}}}(_0x583f,0xace6c));import{getTranslation as _0x21944e}from'./utils/common-translations.js';function _0x583f(){const _0x5cd382=['join','pop','quantity','insertion','*Change\x20to:*\x20%0','removeEmptyContainer','*Set\x20format:*\x20%0','nodeAfter','_itemLabels','_addDescriptionItems','isEqual','checkChild','text','previousSibling','length','_attributeLabels','REPLACE_TEXT','31644OlCVYs','nextSibling','has','$textProxy','format','$text','softBreak','type','getWalker','162BQIQcK','name','5IxjYss','removeFormat','165928DAlgrx','Container','_resolveDescriptionItems','removeObject','registerDescriptionCallback','addEmptyContainer','key','$1\x20$2','data','push','_handleCustomCallbackDescription','_handleInsertRemoveSuggestionDescription','addFormat','elementEnd','matchingCallback','_locale','isInContent','get','newValue','match','replace','_customCallbacks','6902136mQSvpM','_handleAttributeSuggestionDescription','subType','addContainer','attribute','start','function','isEmpty','85546jFeIKM','getDescriptions','9626375JdAOFx','getItemLabel','map','end','*Insert:*\x20%0','*Remove:*\x20%0','_itemLabelsCallbacks','EmptyContainer','registerElementLabel','20lmYyHx','addObject','element','elementStart','indexOf','set','label','remove','isObject','100sRaplc','getFirstRange','*Merge:*\x20%0','registerAttributeLabel','*Remove\x20format:*\x20%0','385HoQcfq','*Split:*\x20%0','ELEMENT_SPACE','_schema','Object','normal','563643ycvQnR','item','_handleRenameSuggestionDescription','16369992fErbFK','skip','deletion','add','removeContainer'];_0x583f=function(){return _0x5cd382;};return _0x583f();}function _0xd712(_0x35d79d,_0x5ee720){const _0x583f8f=_0x583f();return _0xd712=function(_0xd71231,_0x1fc0de){_0xd71231=_0xd71231-0x1ed;let _0x4460b0=_0x583f8f[_0xd71231];return _0x4460b0;},_0xd712(_0x35d79d,_0x5ee720);}import{priorities as _0x3698b8,insertToPriorityArray as _0x11d8e3}from'ckeditor5/src/utils.js';import{renameAttributeKey as _0x34d2b7}from'./trackchangesediting.js';export default class f{constructor(_0x1bda86,_0xa76a48){const _0x2b76de=_0xd712;this[_0x2b76de(0x23c)]=[],this[_0x2b76de(0x211)]=new Map(),this[_0x2b76de(0x24d)]=[],this[_0x2b76de(0x218)]=new Map(),this[_0x2b76de(0x1fe)]=_0x1bda86,this[_0x2b76de(0x236)]=_0xa76a48;}[_0x3d4910(0x246)](_0x44f0d1){const _0x10d157=_0x3d4910,_0x5a79e3=[],_0x4d0376=new Set(),_0x5bcf88=new Set();for(let _0xdb08a=0x0;_0xdb08a<_0x44f0d1[_0x10d157(0x217)];_0xdb08a++){const _0x291824=_0x44f0d1[_0xdb08a];if(!_0x291824[_0x10d157(0x237)])continue;const _0x5d98cd=this[_0x10d157(0x231)](_0x291824);if(_0x5d98cd){if(null!=_0x291824[_0x10d157(0x23f)]){if(_0x4d0376[_0x10d157(0x21c)](_0x291824[_0x10d157(0x23f)]))continue;_0x4d0376[_0x10d157(0x207)](_0x291824[_0x10d157(0x23f)]);}_0x5a79e3[_0x10d157(0x230)](_0x5d98cd);}else{if(_0x10d157(0x241)!=_0x291824[_0x10d157(0x221)])_0x10d157(0x20c)!=_0x291824[_0x10d157(0x221)]&&_0x10d157(0x206)!=_0x291824[_0x10d157(0x221)]||this[_0x10d157(0x232)](_0x5a79e3,_0x291824,_0x44f0d1[_0xdb08a+0x1]);else{const _0x5e4d36=_0x291824[_0x10d157(0x22f)][_0x10d157(0x22d)];if(_0x5bcf88[_0x10d157(0x21c)](_0x5e4d36))continue;_0x5bcf88[_0x10d157(0x207)](_0x291824[_0x10d157(0x22f)][_0x10d157(0x22d)]),_0x5e4d36==_0x34d2b7?this[_0x10d157(0x203)](_0x5a79e3,_0x291824):this[_0x10d157(0x23e)](_0x5a79e3,_0x291824);}}}return this[_0x10d157(0x229)](_0x5a79e3);}[_0x3d4910(0x22b)](_0x4bf8b8){const _0xccebbb=_0x3d4910;this[_0xccebbb(0x23c)][_0xccebbb(0x230)](_0x4bf8b8);}[_0x3d4910(0x24f)](_0x28dcd8,_0x3aef07,_0xe07185=_0x3698b8[_0x3d4910(0x200)]){const _0x452472=_0x3d4910;_0x452472(0x243)==typeof _0x28dcd8?_0x11d8e3(this[_0x452472(0x24d)],{'matchingCallback':_0x28dcd8,'label':_0x3aef07,'priority':_0xe07185}):this[_0x452472(0x211)][_0x452472(0x1f2)](_0x28dcd8,_0x3aef07);}[_0x3d4910(0x1f9)](_0x2900b4,_0x52a5c7){const _0x103010=_0x3d4910;this[_0x103010(0x218)][_0x103010(0x1f2)](_0x2900b4,_0x52a5c7);}[_0x3d4910(0x248)](_0xd6285c,_0x4f422a=0x1){const _0x494773=_0x3d4910;let _0x335241;for(const _0x4a7d5a of this[_0x494773(0x24d)])if(_0x4a7d5a[_0x494773(0x235)](_0xd6285c)){_0x335241=_0x4a7d5a[_0x494773(0x1f3)];break;}return _0x335241||(_0x335241=this[_0x494773(0x211)][_0x494773(0x238)](_0xd6285c[_0x494773(0x224)])),_0x335241?_0x335241(_0x4f422a):0x1!==_0x4f422a?_0x4f422a+'\x20'+_0xd6285c[_0x494773(0x224)]+'s':''+_0xd6285c[_0x494773(0x224)];}[_0x3d4910(0x212)](_0x516142,_0x32eba4){const _0x504511=_0x3d4910,_0x249458=_0x32eba4[_0x504511(0x1f7)]()[_0x504511(0x222)](),_0x28523a=_0x504511(0x20c)==_0x32eba4[_0x504511(0x221)]?_0x504511(0x207):_0x504511(0x1f4);for(const _0xb53434 of _0x249458){const _0x1988a5=_0xb53434[_0x504511(0x202)],_0x3bb001=_0x516142[_0x516142[_0x504511(0x217)]-0x1];if(_0x1988a5['is'](_0x504511(0x21d)))_0x3bb001&&_0x3bb001[_0x504511(0x221)][_0x504511(0x1f1)](_0x504511(0x228))>-0x1&&_0x516142[_0x504511(0x20a)](),_0x3bb001&&_0x504511(0x215)==_0x3bb001[_0x504511(0x221)]?_0x3bb001[_0x28523a]+=_0x1988a5[_0x504511(0x22f)]:_0x516142[_0x504511(0x230)]({'type':_0x504511(0x215),'add':_0x504511(0x207)==_0x28523a?_0x1988a5[_0x504511(0x22f)]:'','remove':_0x504511(0x1f4)==_0x28523a?_0x1988a5[_0x504511(0x22f)]:''});else{if(this[_0x504511(0x1fe)][_0x504511(0x1f5)](_0x1988a5)){const _0x2a5f6a=_0x1988a5;if(_0x3bb001&&_0x3bb001[_0x504511(0x221)][_0x504511(0x1f1)](_0x504511(0x228))>-0x1&&_0x516142[_0x504511(0x20a)](),_0x504511(0x234)==_0xb53434[_0x504511(0x221)])continue;_0x3bb001&&_0x3bb001[_0x504511(0x221)]==_0x28523a+_0x504511(0x1ff)&&_0x3bb001[_0x504511(0x1ef)][_0x504511(0x224)]==_0x2a5f6a[_0x504511(0x224)]?_0x3bb001[_0x504511(0x20b)]++:_0x516142[_0x504511(0x230)]({'type':_0x28523a+_0x504511(0x1ff),'element':_0x2a5f6a,'quantity':0x1}),_0x249458[_0x504511(0x205)](_0x50662a=>!(_0x504511(0x234)==_0x50662a[_0x504511(0x221)]&&_0x50662a[_0x504511(0x202)]==_0x1988a5));}else{if(this[_0x504511(0x1fe)][_0x504511(0x214)](_0x1988a5,_0x504511(0x21f))||_0x1988a5['is'](_0x504511(0x1ef),_0x504511(0x220))){const _0x3f87ab=_0x1988a5;if(_0x504511(0x207)==_0x28523a&&_0x504511(0x1f0)==_0xb53434[_0x504511(0x221)]||_0x504511(0x1f4)==_0x28523a&&_0x504511(0x234)==_0xb53434[_0x504511(0x221)])continue;if(_0x3bb001&&-0x1==_0x3bb001[_0x504511(0x221)][_0x504511(0x1f1)](_0x504511(0x228))){_0x504511(0x215)==_0x3bb001[_0x504511(0x221)]&&(_0x3bb001[_0x28523a]+='\x0a');continue;}let _0x46e79e;if(_0x46e79e=_0x504511(0x207)==_0x28523a?_0x3f87ab[_0x504511(0x21b)]&&!this[_0x504511(0x1fe)][_0x504511(0x1f5)](_0x3f87ab[_0x504511(0x21b)])?_0x3f87ab[_0x504511(0x21b)]:null:_0x3f87ab[_0x504511(0x216)]&&!this[_0x504511(0x1fe)][_0x504511(0x1f5)](_0x3f87ab[_0x504511(0x216)])?_0x3f87ab[_0x504511(0x216)]:null,_0x3f87ab[_0x504511(0x244)]||_0x46e79e&&_0x46e79e[_0x504511(0x244)]){const _0x2a2cc5=_0x46e79e&&_0x46e79e[_0x504511(0x244)]?_0x46e79e:_0x3f87ab;_0x3bb001&&_0x3bb001[_0x504511(0x221)]==_0x28523a+_0x504511(0x24e)&&_0x3bb001[_0x504511(0x1ef)][_0x504511(0x224)]==_0x2a2cc5[_0x504511(0x224)]?_0x3bb001[_0x504511(0x20b)]++:_0x516142[_0x504511(0x230)]({'type':_0x28523a+_0x504511(0x24e),'element':_0x2a2cc5,'quantity':0x1});}else _0x516142[_0x504511(0x230)]({'type':_0x28523a+_0x504511(0x228),'element':_0x3f87ab});}}}}}[_0x3d4910(0x229)](_0x17d81a){const _0x2d8ef1=_0x3d4910,_0x26ba26=this[_0x2d8ef1(0x236)],_0x40049c=[],_0xe27922=[],_0x14eb5e=[];for(const _0x46d426 of _0x17d81a)switch(_0x46d426[_0x2d8ef1(0x221)]){case _0x2d8ef1(0x215):if(_0x46d426[_0x2d8ef1(0x207)]=_0x46d426[_0x2d8ef1(0x207)][_0x2d8ef1(0x23b)](/(\S)\u000A+(\S)/g,_0x2d8ef1(0x22e))[_0x2d8ef1(0x23b)](/\u000A/g,''),_0x46d426[_0x2d8ef1(0x1f4)]=_0x46d426[_0x2d8ef1(0x1f4)][_0x2d8ef1(0x23b)](/(\S)\u000A+(\S)/g,_0x2d8ef1(0x22e))[_0x2d8ef1(0x23b)](/\u000A/g,''),''!=_0x46d426[_0x2d8ef1(0x207)]&&''!=_0x46d426[_0x2d8ef1(0x1f4)]){_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x23b),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x219),['\x22'+_0x46d426[_0x2d8ef1(0x1f4)]+'\x22','\x22'+_0x46d426[_0x2d8ef1(0x207)]+'\x22'])});continue;}if(null!=_0x46d426[_0x2d8ef1(0x207)][_0x2d8ef1(0x23a)](/^ +$/)){_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x20c),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24b),_0x21944e(_0x26ba26,_0x2d8ef1(0x1fd),_0x46d426[_0x2d8ef1(0x207)][_0x2d8ef1(0x217)]))});continue;}if(null!=_0x46d426[_0x2d8ef1(0x1f4)][_0x2d8ef1(0x23a)](/^ +$/)){_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x206),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24c),_0x21944e(_0x26ba26,_0x2d8ef1(0x1fd),_0x46d426[_0x2d8ef1(0x1f4)][_0x2d8ef1(0x217)]))});continue;}if(''!=_0x46d426[_0x2d8ef1(0x207)]){_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x20c),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24b),'\x22'+_0x46d426[_0x2d8ef1(0x207)]+'\x22')});continue;}_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x206),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24c),'\x22'+_0x46d426[_0x2d8ef1(0x1f4)]+'\x22')});continue;case _0x2d8ef1(0x22c):case _0x2d8ef1(0x1ee):_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x20c),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24b),this[_0x2d8ef1(0x248)](_0x46d426[_0x2d8ef1(0x1ef)],_0x46d426[_0x2d8ef1(0x20b)]))});continue;case _0x2d8ef1(0x20e):case _0x2d8ef1(0x22a):_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x206),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x24c),this[_0x2d8ef1(0x248)](_0x46d426[_0x2d8ef1(0x1ef)],_0x46d426[_0x2d8ef1(0x20b)]))});continue;case _0x2d8ef1(0x240):_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x20c),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x1fc),this[_0x2d8ef1(0x248)](_0x46d426[_0x2d8ef1(0x1ef)],_0x46d426[_0x2d8ef1(0x20b)]))});continue;case _0x2d8ef1(0x208):_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x206),'content':_0x21944e(_0x26ba26,_0x2d8ef1(0x1f8),this[_0x2d8ef1(0x248)](_0x46d426[_0x2d8ef1(0x1ef)],_0x46d426[_0x2d8ef1(0x20b)]))});continue;case _0x2d8ef1(0x233):_0xe27922[_0x2d8ef1(0x230)](_0x46d426[_0x2d8ef1(0x22d)]);continue;case _0x2d8ef1(0x226):_0x14eb5e[_0x2d8ef1(0x230)](_0x46d426[_0x2d8ef1(0x22d)]);continue;default:_0x40049c[_0x2d8ef1(0x230)](_0x46d426);}if(_0xe27922[_0x2d8ef1(0x217)]){const _0x175496=_0xe27922[_0x2d8ef1(0x249)](_0x19ae8a=>this[_0x2d8ef1(0x218)][_0x2d8ef1(0x21c)](_0x19ae8a)?this[_0x2d8ef1(0x218)][_0x2d8ef1(0x238)](_0x19ae8a):_0x19ae8a)[_0x2d8ef1(0x209)](',\x20');_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x21e),'content':_0x21944e(this[_0x2d8ef1(0x236)],_0x2d8ef1(0x20f),_0x175496)});}if(_0x14eb5e[_0x2d8ef1(0x217)]){const _0x433295=_0x14eb5e[_0x2d8ef1(0x249)](_0x1e1f31=>this[_0x2d8ef1(0x218)][_0x2d8ef1(0x21c)](_0x1e1f31)?this[_0x2d8ef1(0x218)][_0x2d8ef1(0x238)](_0x1e1f31):_0x1e1f31)[_0x2d8ef1(0x209)](',\x20');_0x40049c[_0x2d8ef1(0x230)]({'type':_0x2d8ef1(0x21e),'content':_0x21944e(this[_0x2d8ef1(0x236)],_0x2d8ef1(0x1fa),_0x433295)});}return _0x40049c;}[_0x3d4910(0x231)](_0x33b9e5){const _0xc83736=_0x3d4910;for(const _0x145019 of this[_0xc83736(0x23c)]){const _0x30f77d=_0x145019(_0x33b9e5);if(_0x30f77d&&_0xc83736(0x221)in _0x30f77d)return _0x30f77d;}}[_0x3d4910(0x23e)](_0x4155c8,_0x1b62d6){const _0x31ebf3=_0x3d4910,_0x46c84a=_0x1b62d6[_0x31ebf3(0x22f)],_0x47b427=void 0x0===_0x46c84a[_0x31ebf3(0x239)]?_0x31ebf3(0x226):_0x31ebf3(0x233);_0x4155c8[_0x31ebf3(0x230)]({'type':_0x47b427,'key':_0x46c84a[_0x31ebf3(0x22d)]});}[_0x3d4910(0x203)](_0x5ce443,_0xe17672){const _0xb8b25c=_0x3d4910;_0x5ce443[_0xb8b25c(0x230)]({'type':_0xb8b25c(0x21e),'content':_0x21944e(this[_0xb8b25c(0x236)],_0xb8b25c(0x20d),this[_0xb8b25c(0x248)](_0xe17672[_0xb8b25c(0x1f7)]()[_0xb8b25c(0x242)][_0xb8b25c(0x210)],0x1))});}[_0x3d4910(0x232)](_0x49a034,_0x56a861,_0x5dead9){const _0x296336=_0x3d4910;if(this[_0x296336(0x212)](_0x49a034,_0x56a861),_0x5dead9&&_0x5dead9[_0x296336(0x1f7)]()&&!_0x56a861[_0x296336(0x1f7)]()[_0x296336(0x24a)][_0x296336(0x213)](_0x5dead9[_0x296336(0x1f7)]()[_0x296336(0x242)])){const _0x560186=_0x49a034[_0x49a034[_0x296336(0x217)]-0x1],_0x3a6e6d=_0x296336(0x20c)==_0x56a861[_0x296336(0x221)]?_0x296336(0x207):_0x296336(0x1f4);_0x560186&&_0x296336(0x215)==_0x560186[_0x296336(0x221)]&&(_0x560186[_0x3a6e6d]+='\x0a');}}}
23
+ const _0x471c1a=_0xdfa2;function _0xdfa2(_0x421a63,_0x429436){const _0x463e1c=_0x463e();return _0xdfa2=function(_0xdfa26c,_0x249ad2){_0xdfa26c=_0xdfa26c-0x127;let _0x2434a2=_0x463e1c[_0xdfa26c];return _0x2434a2;},_0xdfa2(_0x421a63,_0x429436);}(function(_0x1d36ad,_0x228489){const _0x595622=_0xdfa2,_0x39b1b2=_0x1d36ad();while(!![]){try{const _0x3d1cbb=-parseInt(_0x595622(0x161))/0x1*(parseInt(_0x595622(0x147))/0x2)+parseInt(_0x595622(0x136))/0x3*(-parseInt(_0x595622(0x12e))/0x4)+parseInt(_0x595622(0x142))/0x5+-parseInt(_0x595622(0x17b))/0x6*(parseInt(_0x595622(0x17c))/0x7)+-parseInt(_0x595622(0x15b))/0x8*(parseInt(_0x595622(0x157))/0x9)+-parseInt(_0x595622(0x12f))/0xa*(parseInt(_0x595622(0x154))/0xb)+parseInt(_0x595622(0x160))/0xc;if(_0x3d1cbb===_0x228489)break;else _0x39b1b2['push'](_0x39b1b2['shift']());}catch(_0x3ca357){_0x39b1b2['push'](_0x39b1b2['shift']());}}}(_0x463e,0xc9480));import{getTranslation as _0x52fb1e}from'./utils/common-translations.js';import{priorities as _0x19e76f,insertToPriorityArray as _0x2e30b6}from'ckeditor5/src/utils.js';import{renameAttributeKey as _0x4df1b7}from'./trackchangesediting.js';function _0x463e(){const _0x40233f=['format','_itemLabels','set','quantity','_itemLabelsCallbacks','getWalker','removeFormat','matchingCallback','_schema','remove','getFirstRange','registerElementLabel','3160972JbARSS','30BppIOz','label','getDescriptions','insertion','REPLACE_TEXT','ELEMENT_SPACE','$text','3wtlKaF','checkChild','elementEnd','*Merge:*\x20%0','isEqual','*Insert:*\x20%0','replace','newValue','registerDescriptionCallback','_handleRenameSuggestionDescription','addEmptyContainer','_addDescriptionItems','4802030NXoUUk','deletion','end','type','map','858998OFxjyg','*Change\x20to:*\x20%0','skip','$textProxy','get','isEmpty','add','registerAttributeLabel','element','addContainer','start','nodeAfter','Container','3054216GRoFmu','nextSibling','match','54306uEftUB','getItemLabel','isObject','$1\x20$2','1576kBlSoR','*Remove:*\x20%0','indexOf','subType','addObject','47384580ihBoNN','2LWlaqw','join','softBreak','has','elementStart','pop','Object','isInContent','_customCallbacks','length','text','addFormat','*Split:*\x20%0','*Remove\x20format:*\x20%0','_attributeLabels','data','_resolveDescriptionItems','removeContainer','removeObject','EmptyContainer','name','item','*Set\x20format:*\x20%0','push','_locale','removeEmptyContainer','3258FlJSdy','5334iyqtnu','normal','previousSibling','function','_handleAttributeSuggestionDescription','_handleInsertRemoveSuggestionDescription','attribute','_handleCustomCallbackDescription','key'];_0x463e=function(){return _0x40233f;};return _0x463e();}export default class f{constructor(_0x1b71b7,_0x4839c7){const _0x696ed2=_0xdfa2;this[_0x696ed2(0x169)]=[],this[_0x696ed2(0x186)]=new Map(),this[_0x696ed2(0x189)]=[],this[_0x696ed2(0x16f)]=new Map(),this[_0x696ed2(0x12a)]=_0x1b71b7,this[_0x696ed2(0x179)]=_0x4839c7;}[_0x471c1a(0x131)](_0x36d04a){const _0x15f037=_0x471c1a,_0x27cdfe=[],_0x1627e8=new Set(),_0x3bb3ab=new Set();for(let _0x462251=0x0;_0x462251<_0x36d04a[_0x15f037(0x16a)];_0x462251++){const _0x81a209=_0x36d04a[_0x462251];if(!_0x81a209[_0x15f037(0x168)])continue;const _0x59497e=this[_0x15f037(0x183)](_0x81a209);if(_0x59497e){if(null!=_0x81a209[_0x15f037(0x15e)]){if(_0x1627e8[_0x15f037(0x164)](_0x81a209[_0x15f037(0x15e)]))continue;_0x1627e8[_0x15f037(0x14d)](_0x81a209[_0x15f037(0x15e)]);}_0x27cdfe[_0x15f037(0x178)](_0x59497e);}else{if(_0x15f037(0x182)!=_0x81a209[_0x15f037(0x145)])_0x15f037(0x132)!=_0x81a209[_0x15f037(0x145)]&&_0x15f037(0x143)!=_0x81a209[_0x15f037(0x145)]||this[_0x15f037(0x181)](_0x27cdfe,_0x81a209,_0x36d04a[_0x462251+0x1]);else{const _0x1d2e82=_0x81a209[_0x15f037(0x170)][_0x15f037(0x184)];if(_0x3bb3ab[_0x15f037(0x164)](_0x1d2e82))continue;_0x3bb3ab[_0x15f037(0x14d)](_0x81a209[_0x15f037(0x170)][_0x15f037(0x184)]),_0x1d2e82==_0x4df1b7?this[_0x15f037(0x13f)](_0x27cdfe,_0x81a209):this[_0x15f037(0x180)](_0x27cdfe,_0x81a209);}}}return this[_0x15f037(0x171)](_0x27cdfe);}[_0x471c1a(0x13e)](_0x2c00ff){const _0x5e5c5b=_0x471c1a;this[_0x5e5c5b(0x169)][_0x5e5c5b(0x178)](_0x2c00ff);}[_0x471c1a(0x12d)](_0x2dea99,_0x47aa3b,_0x41a84e=_0x19e76f[_0x471c1a(0x17d)]){const _0x5b0367=_0x471c1a;_0x5b0367(0x17f)==typeof _0x2dea99?_0x2e30b6(this[_0x5b0367(0x189)],{'matchingCallback':_0x2dea99,'label':_0x47aa3b,'priority':_0x41a84e}):this[_0x5b0367(0x186)][_0x5b0367(0x187)](_0x2dea99,_0x47aa3b);}[_0x471c1a(0x14e)](_0x34cccf,_0x3c3b7b){const _0x215d3d=_0x471c1a;this[_0x215d3d(0x16f)][_0x215d3d(0x187)](_0x34cccf,_0x3c3b7b);}[_0x471c1a(0x158)](_0xe01df8,_0x45fb96=0x1){const _0x4d1df5=_0x471c1a;let _0x145586;for(const _0x3ac4e0 of this[_0x4d1df5(0x189)])if(_0x3ac4e0[_0x4d1df5(0x129)](_0xe01df8)){_0x145586=_0x3ac4e0[_0x4d1df5(0x130)];break;}return _0x145586||(_0x145586=this[_0x4d1df5(0x186)][_0x4d1df5(0x14b)](_0xe01df8[_0x4d1df5(0x175)])),_0x145586?_0x145586(_0x45fb96):0x1!==_0x45fb96?_0x45fb96+'\x20'+_0xe01df8[_0x4d1df5(0x175)]+'s':''+_0xe01df8[_0x4d1df5(0x175)];}[_0x471c1a(0x141)](_0x417450,_0x35badd){const _0x59f3f6=_0x471c1a,_0x508a17=_0x35badd[_0x59f3f6(0x12c)]()[_0x59f3f6(0x127)](),_0x363951=_0x59f3f6(0x132)==_0x35badd[_0x59f3f6(0x145)]?_0x59f3f6(0x14d):_0x59f3f6(0x12b);for(const _0x34dd0a of _0x508a17){const _0x467795=_0x34dd0a[_0x59f3f6(0x176)],_0x13cf0e=_0x417450[_0x417450[_0x59f3f6(0x16a)]-0x1];if(_0x467795['is'](_0x59f3f6(0x14a)))_0x13cf0e&&_0x13cf0e[_0x59f3f6(0x145)][_0x59f3f6(0x15d)](_0x59f3f6(0x153))>-0x1&&_0x417450[_0x59f3f6(0x166)](),_0x13cf0e&&_0x59f3f6(0x16b)==_0x13cf0e[_0x59f3f6(0x145)]?_0x13cf0e[_0x363951]+=_0x467795[_0x59f3f6(0x170)]:_0x417450[_0x59f3f6(0x178)]({'type':_0x59f3f6(0x16b),'add':_0x59f3f6(0x14d)==_0x363951?_0x467795[_0x59f3f6(0x170)]:'','remove':_0x59f3f6(0x12b)==_0x363951?_0x467795[_0x59f3f6(0x170)]:''});else{if(this[_0x59f3f6(0x12a)][_0x59f3f6(0x159)](_0x467795)){const _0x4297ba=_0x467795;if(_0x13cf0e&&_0x13cf0e[_0x59f3f6(0x145)][_0x59f3f6(0x15d)](_0x59f3f6(0x153))>-0x1&&_0x417450[_0x59f3f6(0x166)](),_0x59f3f6(0x138)==_0x34dd0a[_0x59f3f6(0x145)])continue;_0x13cf0e&&_0x13cf0e[_0x59f3f6(0x145)]==_0x363951+_0x59f3f6(0x167)&&_0x13cf0e[_0x59f3f6(0x14f)][_0x59f3f6(0x175)]==_0x4297ba[_0x59f3f6(0x175)]?_0x13cf0e[_0x59f3f6(0x188)]++:_0x417450[_0x59f3f6(0x178)]({'type':_0x363951+_0x59f3f6(0x167),'element':_0x4297ba,'quantity':0x1}),_0x508a17[_0x59f3f6(0x149)](_0x56f68c=>!(_0x59f3f6(0x138)==_0x56f68c[_0x59f3f6(0x145)]&&_0x56f68c[_0x59f3f6(0x176)]==_0x467795));}else{if(this[_0x59f3f6(0x12a)][_0x59f3f6(0x137)](_0x467795,_0x59f3f6(0x135))||_0x467795['is'](_0x59f3f6(0x14f),_0x59f3f6(0x163))){const _0x1cf35f=_0x467795;if(_0x59f3f6(0x14d)==_0x363951&&_0x59f3f6(0x165)==_0x34dd0a[_0x59f3f6(0x145)]||_0x59f3f6(0x12b)==_0x363951&&_0x59f3f6(0x138)==_0x34dd0a[_0x59f3f6(0x145)])continue;if(_0x13cf0e&&-0x1==_0x13cf0e[_0x59f3f6(0x145)][_0x59f3f6(0x15d)](_0x59f3f6(0x153))){_0x59f3f6(0x16b)==_0x13cf0e[_0x59f3f6(0x145)]&&(_0x13cf0e[_0x363951]+='\x0a');continue;}let _0x3d8796;if(_0x3d8796=_0x59f3f6(0x14d)==_0x363951?_0x1cf35f[_0x59f3f6(0x155)]&&!this[_0x59f3f6(0x12a)][_0x59f3f6(0x159)](_0x1cf35f[_0x59f3f6(0x155)])?_0x1cf35f[_0x59f3f6(0x155)]:null:_0x1cf35f[_0x59f3f6(0x17e)]&&!this[_0x59f3f6(0x12a)][_0x59f3f6(0x159)](_0x1cf35f[_0x59f3f6(0x17e)])?_0x1cf35f[_0x59f3f6(0x17e)]:null,_0x1cf35f[_0x59f3f6(0x14c)]||_0x3d8796&&_0x3d8796[_0x59f3f6(0x14c)]){const _0x4601ee=_0x3d8796&&_0x3d8796[_0x59f3f6(0x14c)]?_0x3d8796:_0x1cf35f;_0x13cf0e&&_0x13cf0e[_0x59f3f6(0x145)]==_0x363951+_0x59f3f6(0x174)&&_0x13cf0e[_0x59f3f6(0x14f)][_0x59f3f6(0x175)]==_0x4601ee[_0x59f3f6(0x175)]?_0x13cf0e[_0x59f3f6(0x188)]++:_0x417450[_0x59f3f6(0x178)]({'type':_0x363951+_0x59f3f6(0x174),'element':_0x4601ee,'quantity':0x1});}else _0x417450[_0x59f3f6(0x178)]({'type':_0x363951+_0x59f3f6(0x153),'element':_0x1cf35f});}}}}}[_0x471c1a(0x171)](_0x3d61f0){const _0x35a358=_0x471c1a,_0x2f2448=this[_0x35a358(0x179)],_0x1f71c7=[],_0x338012=[],_0x2552d6=[];for(const _0xd4c2b7 of _0x3d61f0)switch(_0xd4c2b7[_0x35a358(0x145)]){case _0x35a358(0x16b):if(_0xd4c2b7[_0x35a358(0x14d)]=_0xd4c2b7[_0x35a358(0x14d)][_0x35a358(0x13c)](/(\S)\u000A+(\S)/g,_0x35a358(0x15a))[_0x35a358(0x13c)](/\u000A/g,''),_0xd4c2b7[_0x35a358(0x12b)]=_0xd4c2b7[_0x35a358(0x12b)][_0x35a358(0x13c)](/(\S)\u000A+(\S)/g,_0x35a358(0x15a))[_0x35a358(0x13c)](/\u000A/g,''),''!=_0xd4c2b7[_0x35a358(0x14d)]&&''!=_0xd4c2b7[_0x35a358(0x12b)]){_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x13c),'content':_0x52fb1e(_0x2f2448,_0x35a358(0x133),['\x22'+_0xd4c2b7[_0x35a358(0x12b)]+'\x22','\x22'+_0xd4c2b7[_0x35a358(0x14d)]+'\x22'])});continue;}if(null!=_0xd4c2b7[_0x35a358(0x14d)][_0x35a358(0x156)](/^ +$/)){_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x132),'content':_0x52fb1e(_0x2f2448,_0x35a358(0x13b),_0x52fb1e(_0x2f2448,_0x35a358(0x134),_0xd4c2b7[_0x35a358(0x14d)][_0x35a358(0x16a)]))});continue;}if(null!=_0xd4c2b7[_0x35a358(0x12b)][_0x35a358(0x156)](/^ +$/)){_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x143),'content':_0x52fb1e(_0x2f2448,_0x35a358(0x15c),_0x52fb1e(_0x2f2448,_0x35a358(0x134),_0xd4c2b7[_0x35a358(0x12b)][_0x35a358(0x16a)]))});continue;}if(''!=_0xd4c2b7[_0x35a358(0x14d)]){_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x132),'content':_0x52fb1e(_0x2f2448,_0x35a358(0x13b),'\x22'+_0xd4c2b7[_0x35a358(0x14d)]+'\x22')});continue;}_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x143),'content':_0x52fb1e(_0x2f2448,_0x35a358(0x15c),'\x22'+_0xd4c2b7[_0x35a358(0x12b)]+'\x22')});continue;case _0x35a358(0x140):case _0x35a358(0x15f):_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x132),'content':_0x52fb1e(_0x2f2448,_0x35a358(0x13b),this[_0x35a358(0x158)](_0xd4c2b7[_0x35a358(0x14f)],_0xd4c2b7[_0x35a358(0x188)]))});continue;case _0x35a358(0x17a):case _0x35a358(0x173):_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x143),'content':_0x52fb1e(_0x2f2448,_0x35a358(0x15c),this[_0x35a358(0x158)](_0xd4c2b7[_0x35a358(0x14f)],_0xd4c2b7[_0x35a358(0x188)]))});continue;case _0x35a358(0x150):_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x132),'content':_0x52fb1e(_0x2f2448,_0x35a358(0x16d),this[_0x35a358(0x158)](_0xd4c2b7[_0x35a358(0x14f)],_0xd4c2b7[_0x35a358(0x188)]))});continue;case _0x35a358(0x172):_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x143),'content':_0x52fb1e(_0x2f2448,_0x35a358(0x139),this[_0x35a358(0x158)](_0xd4c2b7[_0x35a358(0x14f)],_0xd4c2b7[_0x35a358(0x188)]))});continue;case _0x35a358(0x16c):_0x338012[_0x35a358(0x178)](_0xd4c2b7[_0x35a358(0x184)]);continue;case _0x35a358(0x128):_0x2552d6[_0x35a358(0x178)](_0xd4c2b7[_0x35a358(0x184)]);continue;default:_0x1f71c7[_0x35a358(0x178)](_0xd4c2b7);}if(_0x338012[_0x35a358(0x16a)]){const _0x2ae253=_0x338012[_0x35a358(0x146)](_0x26c3e1=>this[_0x35a358(0x16f)][_0x35a358(0x164)](_0x26c3e1)?this[_0x35a358(0x16f)][_0x35a358(0x14b)](_0x26c3e1):_0x26c3e1)[_0x35a358(0x162)](',\x20');_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x185),'content':_0x52fb1e(this[_0x35a358(0x179)],_0x35a358(0x177),_0x2ae253)});}if(_0x2552d6[_0x35a358(0x16a)]){const _0x4f6d69=_0x2552d6[_0x35a358(0x146)](_0x252683=>this[_0x35a358(0x16f)][_0x35a358(0x164)](_0x252683)?this[_0x35a358(0x16f)][_0x35a358(0x14b)](_0x252683):_0x252683)[_0x35a358(0x162)](',\x20');_0x1f71c7[_0x35a358(0x178)]({'type':_0x35a358(0x185),'content':_0x52fb1e(this[_0x35a358(0x179)],_0x35a358(0x16e),_0x4f6d69)});}return _0x1f71c7;}[_0x471c1a(0x183)](_0x2eba5f){const _0x1fbec5=_0x471c1a;for(const _0x61d621 of this[_0x1fbec5(0x169)]){const _0x168ee8=_0x61d621(_0x2eba5f);if(_0x168ee8&&_0x1fbec5(0x145)in _0x168ee8)return _0x168ee8;}}[_0x471c1a(0x180)](_0x46fe69,_0x34a71d){const _0x5cabf3=_0x471c1a,_0x36c2e7=_0x34a71d[_0x5cabf3(0x170)],_0x40c11e=void 0x0===_0x36c2e7[_0x5cabf3(0x13d)]?_0x5cabf3(0x128):_0x5cabf3(0x16c);_0x46fe69[_0x5cabf3(0x178)]({'type':_0x40c11e,'key':_0x36c2e7[_0x5cabf3(0x184)]});}[_0x471c1a(0x13f)](_0x5d1fa3,_0x20825c){const _0x31f06d=_0x471c1a;_0x5d1fa3[_0x31f06d(0x178)]({'type':_0x31f06d(0x185),'content':_0x52fb1e(this[_0x31f06d(0x179)],_0x31f06d(0x148),this[_0x31f06d(0x158)](_0x20825c[_0x31f06d(0x12c)]()[_0x31f06d(0x151)][_0x31f06d(0x152)],0x1))});}[_0x471c1a(0x181)](_0x363ee2,_0x84504a,_0x3efd50){const _0xca712e=_0x471c1a;if(this[_0xca712e(0x141)](_0x363ee2,_0x84504a),_0x3efd50&&_0x3efd50[_0xca712e(0x12c)]()&&!_0x84504a[_0xca712e(0x12c)]()[_0xca712e(0x144)][_0xca712e(0x13a)](_0x3efd50[_0xca712e(0x12c)]()[_0xca712e(0x151)])){const _0x5adbea=_0x363ee2[_0x363ee2[_0xca712e(0x16a)]-0x1],_0x5db671=_0xca712e(0x132)==_0x84504a[_0xca712e(0x145)]?_0xca712e(0x14d):_0xca712e(0x12b);_0x5adbea&&_0xca712e(0x16b)==_0x5adbea[_0xca712e(0x145)]&&(_0x5adbea[_0x5db671]+='\x0a');}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x208b(){var _0x1b5a91=['50VVtOPc','requires','200bNYgdb','addSuggestion','addSuggestionData','4166NmmhNq','getSuggestion','Comments','1848nrbwUD','editor','get','308759auRIPn','68076SbnLHb','adapter','TrackChanges','31fIeBFh','pluginName','52jTCtkA','263220sjyAlT','getSuggestions','799227yaOtmb','plugins','16035TxdfVZ','592MZFlLk'];_0x208b=function(){return _0x1b5a91;};return _0x208b();}function _0x1afe(_0x2ce58,_0x297a85){var _0x208b04=_0x208b();return _0x1afe=function(_0x1afe76,_0x2104fb){_0x1afe76=_0x1afe76-0x116;var _0x159b69=_0x208b04[_0x1afe76];return _0x159b69;},_0x1afe(_0x2ce58,_0x297a85);}var _0x67984e=_0x1afe;(function(_0x77a136,_0x1febc3){var _0x17c71e=_0x1afe,_0x33afb5=_0x77a136();while(!![]){try{var _0x3610a6=parseInt(_0x17c71e(0x11a))/0x1*(-parseInt(_0x17c71e(0x128))/0x2)+parseInt(_0x17c71e(0x121))/0x3*(parseInt(_0x17c71e(0x11c))/0x4)+-parseInt(_0x17c71e(0x125))/0x5*(-parseInt(_0x17c71e(0x117))/0x6)+parseInt(_0x17c71e(0x12b))/0x7*(-parseInt(_0x17c71e(0x122))/0x8)+-parseInt(_0x17c71e(0x11f))/0x9+parseInt(_0x17c71e(0x123))/0xa*(-parseInt(_0x17c71e(0x116))/0xb)+parseInt(_0x17c71e(0x11d))/0xc;if(_0x3610a6===_0x1febc3)break;else _0x33afb5['push'](_0x33afb5['shift']());}catch(_0x338f71){_0x33afb5['push'](_0x33afb5['shift']());}}}(_0x208b,0x38a43));import{Plugin as _0x4baf7d}from'ckeditor5/src/core.js';import _0x589a70 from'./trackchangesui.js';import _0x3f929c from'./trackchangesediting.js';import'ckeditor5-collaboration/src/collaboration-core.js';export default class k extends _0x4baf7d{static get[_0x67984e(0x124)](){var _0x230828=_0x67984e;return[_0x3f929c,_0x589a70,_0x230828(0x12a)];}static get[_0x67984e(0x11b)](){var _0x4ff500=_0x67984e;return _0x4ff500(0x119);}set[_0x67984e(0x118)](_0x464e53){var _0x49657e=_0x67984e;this[_0x49657e(0x12c)][_0x49657e(0x120)][_0x49657e(0x12d)](_0x3f929c)[_0x49657e(0x118)]=_0x464e53;}get[_0x67984e(0x118)](){var _0x32862e=_0x67984e;return this[_0x32862e(0x12c)][_0x32862e(0x120)][_0x32862e(0x12d)](_0x3f929c)[_0x32862e(0x118)];}[_0x67984e(0x126)](_0x27a5cb){var _0x18f67b=_0x67984e;return this[_0x18f67b(0x12c)][_0x18f67b(0x120)][_0x18f67b(0x12d)](_0x3f929c)[_0x18f67b(0x127)](_0x27a5cb);}[_0x67984e(0x11e)]({skipNotAttached:_0x18a9ec=!0x1,toJSON:_0x4601be=!0x1}={}){var _0x2fb78e=_0x67984e;return this[_0x2fb78e(0x12c)][_0x2fb78e(0x120)][_0x2fb78e(0x12d)](_0x3f929c)[_0x2fb78e(0x11e)]({'skipNotAttached':_0x18a9ec,'toJSON':_0x4601be});}[_0x67984e(0x129)](_0x4ef968){var _0x3e9427=_0x67984e;return this[_0x3e9427(0x12c)][_0x3e9427(0x120)][_0x3e9427(0x12d)](_0x3f929c)[_0x3e9427(0x129)](_0x4ef968);}}
23
+ var _0x4624f9=_0x20f8;(function(_0x3f43f5,_0x2f5edb){var _0x2acb4c=_0x20f8,_0x569a56=_0x3f43f5();while(!![]){try{var _0x55b00f=parseInt(_0x2acb4c(0xf1))/0x1+-parseInt(_0x2acb4c(0xea))/0x2*(-parseInt(_0x2acb4c(0xef))/0x3)+parseInt(_0x2acb4c(0xe9))/0x4*(parseInt(_0x2acb4c(0xe2))/0x5)+parseInt(_0x2acb4c(0xdf))/0x6+parseInt(_0x2acb4c(0xe7))/0x7+-parseInt(_0x2acb4c(0xf2))/0x8*(parseInt(_0x2acb4c(0xe1))/0x9)+-parseInt(_0x2acb4c(0xeb))/0xa*(parseInt(_0x2acb4c(0xe6))/0xb);if(_0x55b00f===_0x2f5edb)break;else _0x569a56['push'](_0x569a56['shift']());}catch(_0xfb0296){_0x569a56['push'](_0x569a56['shift']());}}}(_0x35af,0x70636));function _0x35af(){var _0x19431a=['144CQzYoH','185RucICs','get','plugins','editor','10043TgSdza','5429893jOFAch','getSuggestions','76828qCcHHB','173692reRfex','24530Jmucfi','TrackChanges','addSuggestionData','pluginName','24aevVCa','getSuggestion','781845HaAWCs','145232FumXuT','adapter','addSuggestion','Comments','164544ukSebX','requires'];_0x35af=function(){return _0x19431a;};return _0x35af();}import{Plugin as _0x9f43ee}from'ckeditor5/src/core.js';import _0x1150ea from'./trackchangesui.js';function _0x20f8(_0x4e6cc4,_0x4d3491){var _0x35af52=_0x35af();return _0x20f8=function(_0x20f8d7,_0xba34ba){_0x20f8d7=_0x20f8d7-0xdf;var _0x334af6=_0x35af52[_0x20f8d7];return _0x334af6;},_0x20f8(_0x4e6cc4,_0x4d3491);}import _0x39a190 from'./trackchangesediting.js';import'ckeditor5-collaboration/src/collaboration-core.js';export default class k extends _0x9f43ee{static get[_0x4624f9(0xe0)](){var _0x56ab32=_0x4624f9;return[_0x39a190,_0x1150ea,_0x56ab32(0xf5)];}static get[_0x4624f9(0xee)](){var _0x31913c=_0x4624f9;return _0x31913c(0xec);}set[_0x4624f9(0xf3)](_0x3e51a5){var _0x193746=_0x4624f9;this[_0x193746(0xe5)][_0x193746(0xe4)][_0x193746(0xe3)](_0x39a190)[_0x193746(0xf3)]=_0x3e51a5;}get[_0x4624f9(0xf3)](){var _0xa962d3=_0x4624f9;return this[_0xa962d3(0xe5)][_0xa962d3(0xe4)][_0xa962d3(0xe3)](_0x39a190)[_0xa962d3(0xf3)];}[_0x4624f9(0xf4)](_0x113a0c){var _0x5b9813=_0x4624f9;return this[_0x5b9813(0xe5)][_0x5b9813(0xe4)][_0x5b9813(0xe3)](_0x39a190)[_0x5b9813(0xed)](_0x113a0c);}[_0x4624f9(0xe8)]({skipNotAttached:_0x4cf534=!0x1,toJSON:_0xbed51a=!0x1}={}){var _0x24df09=_0x4624f9;return this[_0x24df09(0xe5)][_0x24df09(0xe4)][_0x24df09(0xe3)](_0x39a190)[_0x24df09(0xe8)]({'skipNotAttached':_0x4cf534,'toJSON':_0xbed51a});}[_0x4624f9(0xf0)](_0x41333b){var _0x266957=_0x4624f9;return this[_0x266957(0xe5)][_0x266957(0xe4)][_0x266957(0xe3)](_0x39a190)[_0x266957(0xf0)](_0x41333b);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x311cf8=_0x2143;(function(_0xdad6ce,_0x430719){const _0x5c9616=_0x2143,_0x28ff8f=_0xdad6ce();while(!![]){try{const _0x2d7c02=parseInt(_0x5c9616(0x171))/0x1*(-parseInt(_0x5c9616(0x174))/0x2)+parseInt(_0x5c9616(0x189))/0x3+-parseInt(_0x5c9616(0x181))/0x4*(parseInt(_0x5c9616(0x178))/0x5)+parseInt(_0x5c9616(0x16c))/0x6+-parseInt(_0x5c9616(0x160))/0x7*(-parseInt(_0x5c9616(0x183))/0x8)+parseInt(_0x5c9616(0x165))/0x9*(parseInt(_0x5c9616(0x17b))/0xa)+-parseInt(_0x5c9616(0x16b))/0xb;if(_0x2d7c02===_0x430719)break;else _0x28ff8f['push'](_0x28ff8f['shift']());}catch(_0x2c7721){_0x28ff8f['push'](_0x28ff8f['shift']());}}}(_0x4d99,0x226ed));import{Plugin as _0x14f279}from'ckeditor5/src/core.js';import{CKEditorError as _0x1cbc36}from'ckeditor5/src/utils.js';import _0x1f7bd4 from'./trackchangesediting.js';import{sanitizeEditorConfig as _0x252691}from'ckeditor5-collaboration/src/collaboration-core.js';const T=[_0x311cf8(0x176)];function _0x2143(_0x251b9c,_0x38883c){const _0x4d9928=_0x4d99();return _0x2143=function(_0x2143e8,_0x334d6c){_0x2143e8=_0x2143e8-0x15b;let _0x2303d5=_0x4d9928[_0x2143e8];return _0x2303d5;},_0x2143(_0x251b9c,_0x38883c);}export default class P extends _0x14f279{static get[_0x311cf8(0x185)](){return[_0x1f7bd4];}static get[_0x311cf8(0x187)](){const _0x15314c=_0x311cf8;return _0x15314c(0x15f);}[_0x311cf8(0x190)](){const _0x35f6ee=_0x311cf8,_0x15e443=this[_0x35f6ee(0x17f)];if(_0x15e443[_0x35f6ee(0x16a)][_0x35f6ee(0x15e)](_0x35f6ee(0x175),_0x314ff2=>{const _0x1be722=_0x35f6ee,_0x1c3cda=_0x15e443[_0x1be722(0x162)][_0x1be722(0x15c)][_0x1be722(0x164)]()[_0x1be722(0x18b)]((_0xa3a4c3,_0x2d5e89)=>(_0xa3a4c3[_0x2d5e89]='',_0xa3a4c3),{});return _0x15e443[_0x1be722(0x197)][_0x1be722(0x173)](_0x1c3cda,_0x314ff2);}),_0x35f6ee(0x18a)!=typeof _0x15e443[_0x35f6ee(0x16a)][_0x35f6ee(0x169)](_0x35f6ee(0x15d))[_0x35f6ee(0x186)])throw new _0x1cbc36(_0x35f6ee(0x172));}[_0x311cf8(0x170)](_0x41dda4){const _0x119f05=_0x311cf8;return N(this[_0x119f05(0x17f)],!0x0,_0x41dda4);}[_0x311cf8(0x18d)](_0x121c35){const _0x15d670=_0x311cf8;return N(this[_0x15d670(0x17f)],!0x1,_0x121c35);}}function _0x4d99(){const _0x30760b=['205272SUdAfQ','push','createElement','getUser','get','config','440561yujrrE','57378GMstCh','addSuggestionData','set','getSuggestions','getDataWithAcceptedSuggestions','3dkwnjU','track-changes-data-invalid-editor-creator','create','88952yHJWRr','trackChangesData.editorCreator','Pagination','plugins','210NNVseu','TrackChangesDataGetter','CommentsRepository','20UWjFFi','createDocumentFragment','execute','acceptAllSuggestions','editor','users','13976qCmSTq','TrackChangesEditing','1163296RAvEPo','result','requires','editorCreator','pluginName','map','782019UvQUFB','function','reduce','destroy','getDataWithDiscardedSuggestions','div','data','init','addUser','rootsAttributes','end','_adapter','getRootsAttributes','appendChild','constructor','useAnonymousUser','Users','discardAllSuggestions','document','trackChangesData','define','TrackChangesData','7aQmHaK','getFullData','model','name','getRootNames'];_0x4d99=function(){return _0x30760b;};return _0x4d99();}class D extends _0x14f279{static get[_0x311cf8(0x187)](){const _0x1dd81e=_0x311cf8;return _0x1dd81e(0x179);}constructor(_0x531b0f){const _0x1999fa=_0x311cf8;super(_0x531b0f),this[_0x1999fa(0x184)]=_0x1999fa(0x193);}[_0x311cf8(0x190)](){const _0x33108f=_0x311cf8;this[_0x33108f(0x17f)][_0x33108f(0x177)][_0x33108f(0x169)](_0x33108f(0x17a))[_0x33108f(0x194)]={'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[_0x33108f(0x17f)][_0x33108f(0x177)][_0x33108f(0x169)](_0x33108f(0x182))[_0x33108f(0x194)]=null;}}function v(_0x20a895){const _0x1f1a49=_0x311cf8;return void 0x0!==_0x20a895[_0x1f1a49(0x195)];}async function N(_0x21d27a,_0x50593b,_0x5c66e7){const _0x5acd04=_0x311cf8,_0x2454a5=_0x252691(_0x21d27a,T);_0x2454a5[_0x5acd04(0x177)][_0x5acd04(0x166)](_0x1f7bd4,D),_0x2454a5[_0x5acd04(0x192)]=v(_0x21d27a)?_0x21d27a[_0x5acd04(0x195)]():void 0x0;const _0x40d2ac=document[_0x5acd04(0x17c)](),_0x21d003=_0x21d27a[_0x5acd04(0x16a)][_0x5acd04(0x169)](_0x5acd04(0x15d))[_0x5acd04(0x186)],_0x545ae4=await _0x21d003(_0x2454a5,()=>function(_0x49b135){const _0x1627b0=_0x5acd04,_0x73ef4=document[_0x1627b0(0x167)](_0x1627b0(0x18e));return _0x49b135[_0x1627b0(0x196)](_0x73ef4),_0x73ef4;}(_0x40d2ac));!function(_0x5e7d82,_0xb7b8cb){const _0x59f864=_0x5acd04,_0x526445=_0x5e7d82[_0x59f864(0x162)][_0x59f864(0x15c)][_0x59f864(0x164)]()[_0x59f864(0x18b)]((_0x96a84e,_0x3b201d)=>(_0x96a84e[_0x3b201d]=_0x5e7d82[_0x59f864(0x18f)][_0x59f864(0x169)]({'rootName':_0x3b201d}),_0x96a84e),{}),_0x1674ba=_0x5e7d82[_0x59f864(0x177)][_0x59f864(0x169)](_0x59f864(0x199))[_0x59f864(0x180)][_0x59f864(0x188)](_0x23f8f8=>({'id':_0x23f8f8['id'],'name':_0x23f8f8[_0x59f864(0x163)]})),_0x41cd00=_0x5e7d82[_0x59f864(0x177)][_0x59f864(0x169)](_0x59f864(0x182))[_0x59f864(0x16f)]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x1f35e4=_0xb7b8cb[_0x59f864(0x177)][_0x59f864(0x169)](_0x59f864(0x199)),_0x4f81ca=_0xb7b8cb[_0x59f864(0x177)][_0x59f864(0x169)](_0x59f864(0x182));for(const _0x1122ef of _0x1674ba)_0x1f35e4[_0x59f864(0x168)](_0x1122ef['id'])||_0x1f35e4[_0x59f864(0x191)](_0x1122ef);_0x1f35e4['me']||_0x1f35e4[_0x59f864(0x198)]();for(const _0x358f0f of _0x41cd00)_0x4f81ca[_0x59f864(0x16d)](_0x358f0f);_0xb7b8cb[_0x59f864(0x18f)][_0x59f864(0x16e)](_0x526445);}(_0x21d27a,_0x545ae4),_0x545ae4[_0x5acd04(0x17d)](_0x50593b?_0x5acd04(0x17e):_0x5acd04(0x15b));const _0x58217b=v(_0x545ae4)?_0x545ae4[_0x5acd04(0x161)](_0x5c66e7):_0x545ae4[_0x5acd04(0x18f)][_0x5acd04(0x169)](_0x5c66e7);return await _0x545ae4[_0x5acd04(0x18c)](),_0x58217b;}
23
+ const _0x4be040=_0x3e8a;(function(_0x2e8834,_0x42cde1){const _0x1bc24a=_0x3e8a,_0x3c646a=_0x2e8834();while(!![]){try{const _0xa42fe=-parseInt(_0x1bc24a(0x1be))/0x1+parseInt(_0x1bc24a(0x1d2))/0x2+-parseInt(_0x1bc24a(0x1b6))/0x3*(parseInt(_0x1bc24a(0x1b2))/0x4)+parseInt(_0x1bc24a(0x1bd))/0x5*(-parseInt(_0x1bc24a(0x1a5))/0x6)+-parseInt(_0x1bc24a(0x1d1))/0x7*(parseInt(_0x1bc24a(0x1a3))/0x8)+-parseInt(_0x1bc24a(0x1cd))/0x9*(parseInt(_0x1bc24a(0x1c0))/0xa)+parseInt(_0x1bc24a(0x1d9))/0xb;if(_0xa42fe===_0x42cde1)break;else _0x3c646a['push'](_0x3c646a['shift']());}catch(_0x129b3c){_0x3c646a['push'](_0x3c646a['shift']());}}}(_0x8a7b,0xd987c));function _0x8a7b(){const _0x36d1e3=['getRootsAttributes','reduce','map','createElement','document','createDocumentFragment','52568758JwrmHJ','getDataWithDiscardedSuggestions','getDataWithAcceptedSuggestions','acceptAllSuggestions','editorCreator','TrackChangesData','trackChangesData.editorCreator','init','plugins','8znLKvv','execute','24330BJbbGr','function','push','getRootNames','getSuggestions','model','getUser','addSuggestionData','div','TrackChangesEditing','result','TrackChangesDataGetter','getFullData','4odgXHC','Pagination','requires','discardAllSuggestions','2717214hqvxPH','appendChild','create','data','track-changes-data-invalid-editor-creator','useAnonymousUser','_adapter','395UgcfZi','747057cHuqtT','config','9958650tjzTAj','end','rootsAttributes','users','constructor','set','define','addUser','destroy','name','get','CommentsRepository','Users','9UBHdtS','trackChangesData','editor','pluginName','6877353vPBZVv','127020rRsGen'];_0x8a7b=function(){return _0x36d1e3;};return _0x8a7b();}import{Plugin as _0x52d05e}from'ckeditor5/src/core.js';import{CKEditorError as _0x4bd35e}from'ckeditor5/src/utils.js';import _0x48f045 from'./trackchangesediting.js';import{sanitizeEditorConfig as _0x541741}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x3e8a(_0x83504,_0x93636){const _0x8a7b24=_0x8a7b();return _0x3e8a=function(_0x3e8a13,_0x24be09){_0x3e8a13=_0x3e8a13-0x19f;let _0x3e8be9=_0x8a7b24[_0x3e8a13];return _0x3e8be9;},_0x3e8a(_0x83504,_0x93636);}const T=[_0x4be040(0x1b3)];export default class P extends _0x52d05e{static get[_0x4be040(0x1b4)](){return[_0x48f045];}static get[_0x4be040(0x1d0)](){const _0x556366=_0x4be040;return _0x556366(0x19f);}[_0x4be040(0x1a1)](){const _0x165f99=_0x4be040,_0x1c9ca7=this[_0x165f99(0x1cf)];if(_0x1c9ca7[_0x165f99(0x1bf)][_0x165f99(0x1c6)](_0x165f99(0x1a0),_0x4bf3dc=>{const _0x53a6af=_0x165f99,_0xe91118=_0x1c9ca7[_0x53a6af(0x1aa)][_0x53a6af(0x1d7)][_0x53a6af(0x1a8)]()[_0x53a6af(0x1d4)]((_0x53627d,_0x87fc19)=>(_0x53627d[_0x87fc19]='',_0x53627d),{});return _0x1c9ca7[_0x53a6af(0x1c4)][_0x53a6af(0x1b8)](_0xe91118,_0x4bf3dc);}),_0x165f99(0x1a6)!=typeof _0x1c9ca7[_0x165f99(0x1bf)][_0x165f99(0x1ca)](_0x165f99(0x1ce))[_0x165f99(0x1dd)])throw new _0x4bd35e(_0x165f99(0x1ba));}[_0x4be040(0x1db)](_0x27ed81){const _0x352440=_0x4be040;return N(this[_0x352440(0x1cf)],!0x0,_0x27ed81);}[_0x4be040(0x1da)](_0x87cbd2){const _0x56c556=_0x4be040;return N(this[_0x56c556(0x1cf)],!0x1,_0x87cbd2);}}class D extends _0x52d05e{static get[_0x4be040(0x1d0)](){const _0x11b04e=_0x4be040;return _0x11b04e(0x1b0);}constructor(_0x44ac66){const _0x45746b=_0x4be040;super(_0x44ac66),this[_0x45746b(0x1af)]=_0x45746b(0x1c1);}[_0x4be040(0x1a1)](){const _0x46c987=_0x4be040;this[_0x46c987(0x1cf)][_0x46c987(0x1a2)][_0x46c987(0x1ca)](_0x46c987(0x1cb))[_0x46c987(0x1bc)]={'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[_0x46c987(0x1cf)][_0x46c987(0x1a2)][_0x46c987(0x1ca)](_0x46c987(0x1ae))[_0x46c987(0x1bc)]=null;}}function v(_0x477ea8){const _0x5adddf=_0x4be040;return void 0x0!==_0x477ea8[_0x5adddf(0x1d3)];}async function N(_0x137085,_0x3c0ae1,_0x444ff7){const _0x4a0409=_0x4be040,_0x4cb1aa=_0x541741(_0x137085,T);_0x4cb1aa[_0x4a0409(0x1a2)][_0x4a0409(0x1a7)](_0x48f045,D),_0x4cb1aa[_0x4a0409(0x1c2)]=v(_0x137085)?_0x137085[_0x4a0409(0x1d3)]():void 0x0;const _0x5b1b91=document[_0x4a0409(0x1d8)](),_0x31ebdd=_0x137085[_0x4a0409(0x1bf)][_0x4a0409(0x1ca)](_0x4a0409(0x1ce))[_0x4a0409(0x1dd)],_0x124bec=await _0x31ebdd(_0x4cb1aa,()=>function(_0x4ae03a){const _0x2a63b0=_0x4a0409,_0x30baee=document[_0x2a63b0(0x1d6)](_0x2a63b0(0x1ad));return _0x4ae03a[_0x2a63b0(0x1b7)](_0x30baee),_0x30baee;}(_0x5b1b91));!function(_0x1b129a,_0x530ea3){const _0x16672c=_0x4a0409,_0x4d6e82=_0x1b129a[_0x16672c(0x1aa)][_0x16672c(0x1d7)][_0x16672c(0x1a8)]()[_0x16672c(0x1d4)]((_0x2b57ad,_0xdc91a2)=>(_0x2b57ad[_0xdc91a2]=_0x1b129a[_0x16672c(0x1b9)][_0x16672c(0x1ca)]({'rootName':_0xdc91a2}),_0x2b57ad),{}),_0x53fcf6=_0x1b129a[_0x16672c(0x1a2)][_0x16672c(0x1ca)](_0x16672c(0x1cc))[_0x16672c(0x1c3)][_0x16672c(0x1d5)](_0x7edd44=>({'id':_0x7edd44['id'],'name':_0x7edd44[_0x16672c(0x1c9)]})),_0x68a611=_0x1b129a[_0x16672c(0x1a2)][_0x16672c(0x1ca)](_0x16672c(0x1ae))[_0x16672c(0x1a9)]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x4ab102=_0x530ea3[_0x16672c(0x1a2)][_0x16672c(0x1ca)](_0x16672c(0x1cc)),_0x1cdd1b=_0x530ea3[_0x16672c(0x1a2)][_0x16672c(0x1ca)](_0x16672c(0x1ae));for(const _0x490807 of _0x53fcf6)_0x4ab102[_0x16672c(0x1ab)](_0x490807['id'])||_0x4ab102[_0x16672c(0x1c7)](_0x490807);_0x4ab102['me']||_0x4ab102[_0x16672c(0x1bb)]();for(const _0x3fd067 of _0x68a611)_0x1cdd1b[_0x16672c(0x1ac)](_0x3fd067);_0x530ea3[_0x16672c(0x1b9)][_0x16672c(0x1c5)](_0x4d6e82);}(_0x137085,_0x124bec),_0x124bec[_0x4a0409(0x1a4)](_0x3c0ae1?_0x4a0409(0x1dc):_0x4a0409(0x1b5));const _0xb6379d=v(_0x124bec)?_0x124bec[_0x4a0409(0x1b1)](_0x444ff7):_0x124bec[_0x4a0409(0x1b9)][_0x4a0409(0x1ca)](_0x444ff7);return await _0x124bec[_0x4a0409(0x1c8)](),_0xb6379d;}