@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20231205.0 → 0.0.0-nightly-20231207.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 (161) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/translations/ar.po +5 -5
  50. package/lang/translations/az.po +4 -4
  51. package/lang/translations/bg.po +5 -5
  52. package/lang/translations/bn.po +5 -5
  53. package/lang/translations/ca.po +5 -5
  54. package/lang/translations/cs.po +5 -5
  55. package/lang/translations/da.po +5 -5
  56. package/lang/translations/de.po +5 -5
  57. package/lang/translations/el.po +5 -5
  58. package/lang/translations/en-au.po +5 -5
  59. package/lang/translations/en.po +5 -5
  60. package/lang/translations/es.po +5 -5
  61. package/lang/translations/et.po +5 -5
  62. package/lang/translations/fi.po +5 -5
  63. package/lang/translations/fr.po +5 -5
  64. package/lang/translations/gl.po +36 -36
  65. package/lang/translations/he.po +5 -5
  66. package/lang/translations/hi.po +5 -5
  67. package/lang/translations/hr.po +5 -5
  68. package/lang/translations/hu.po +5 -5
  69. package/lang/translations/id.po +5 -5
  70. package/lang/translations/it.po +5 -5
  71. package/lang/translations/ja.po +5 -5
  72. package/lang/translations/ko.po +5 -5
  73. package/lang/translations/lt.po +5 -5
  74. package/lang/translations/lv.po +5 -5
  75. package/lang/translations/ms.po +5 -5
  76. package/lang/translations/nl.po +5 -5
  77. package/lang/translations/no.po +5 -5
  78. package/lang/translations/pl.po +5 -5
  79. package/lang/translations/pt-br.po +5 -5
  80. package/lang/translations/pt.po +5 -5
  81. package/lang/translations/ro.po +5 -5
  82. package/lang/translations/ru.po +5 -5
  83. package/lang/translations/sk.po +5 -5
  84. package/lang/translations/sq.po +4 -4
  85. package/lang/translations/sr-latn.po +24 -24
  86. package/lang/translations/sr.po +5 -5
  87. package/lang/translations/sv.po +5 -5
  88. package/lang/translations/th.po +5 -5
  89. package/lang/translations/tk.po +4 -4
  90. package/lang/translations/tr.po +5 -5
  91. package/lang/translations/tt.po +4 -4
  92. package/lang/translations/uk.po +5 -5
  93. package/lang/translations/ur.po +4 -4
  94. package/lang/translations/vi.po +5 -5
  95. package/lang/translations/zh-cn.po +5 -5
  96. package/lang/translations/zh.po +5 -5
  97. package/package.json +3 -3
  98. package/src/commands/acceptsuggestioncommand.js +1 -1
  99. package/src/commands/discardsuggestioncommand.js +1 -1
  100. package/src/commands/executeonallsuggestionscommand.js +1 -1
  101. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  102. package/src/commands/trackchangescommand.js +1 -1
  103. package/src/integrations/aiassistant.js +1 -1
  104. package/src/integrations/alignment.js +1 -1
  105. package/src/integrations/basicstyles.js +1 -1
  106. package/src/integrations/blockquote.js +1 -1
  107. package/src/integrations/ckbox.js +1 -1
  108. package/src/integrations/codeblock.js +1 -1
  109. package/src/integrations/comments.js +1 -1
  110. package/src/integrations/deletecommand.js +1 -1
  111. package/src/integrations/documentlist.js +1 -1
  112. package/src/integrations/documentlistproperties.js +1 -1
  113. package/src/integrations/entercommand.js +1 -1
  114. package/src/integrations/findandreplace.js +1 -1
  115. package/src/integrations/font.js +1 -1
  116. package/src/integrations/formatpainter.js +1 -1
  117. package/src/integrations/heading.js +1 -1
  118. package/src/integrations/highlight.js +1 -1
  119. package/src/integrations/horizontalline.js +1 -1
  120. package/src/integrations/htmlembed.js +1 -1
  121. package/src/integrations/image.js +1 -1
  122. package/src/integrations/imagereplace.js +1 -1
  123. package/src/integrations/imagestyle.js +1 -1
  124. package/src/integrations/importword.js +1 -1
  125. package/src/integrations/indent.js +1 -1
  126. package/src/integrations/inputcommand.js +1 -1
  127. package/src/integrations/link.js +1 -1
  128. package/src/integrations/list.js +1 -1
  129. package/src/integrations/listproperties.js +1 -1
  130. package/src/integrations/mediaembed.js +1 -1
  131. package/src/integrations/mention.js +1 -1
  132. package/src/integrations/pagebreak.js +1 -1
  133. package/src/integrations/paragraph.js +1 -1
  134. package/src/integrations/removeformat.js +1 -1
  135. package/src/integrations/restrictededitingmode.js +1 -1
  136. package/src/integrations/shiftentercommand.js +1 -1
  137. package/src/integrations/standardeditingmode.js +1 -1
  138. package/src/integrations/style.js +1 -1
  139. package/src/integrations/table.js +1 -1
  140. package/src/integrations/tablecaption.js +1 -1
  141. package/src/integrations/tableclipboard.js +1 -1
  142. package/src/integrations/tablecolumnresize.js +1 -1
  143. package/src/integrations/tableheadings.js +1 -1
  144. package/src/integrations/tablemergesplit.js +1 -1
  145. package/src/integrations/tableofcontents.js +1 -1
  146. package/src/integrations/tableproperties.js +1 -1
  147. package/src/integrations/template.js +1 -1
  148. package/src/integrations/title.js +1 -1
  149. package/src/integrations/undo.js +1 -1
  150. package/src/integrations/utils.js +1 -1
  151. package/src/suggestion.js +1 -1
  152. package/src/suggestiondescriptionfactory.js +1 -1
  153. package/src/trackchanges.js +1 -1
  154. package/src/trackchangesdata.js +1 -1
  155. package/src/trackchangesediting.js +1 -1
  156. package/src/trackchangesui.js +1 -1
  157. package/src/ui/suggestioncontroller.js +1 -1
  158. package/src/ui/view/basesuggestionthreadview.js +1 -1
  159. package/src/ui/view/suggestionthreadview.js +1 -1
  160. package/src/utils/common-translations.js +1 -1
  161. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x453e=['TableUtils','afterInit','_descriptionFactory','join','getSelectionAffectedTableCells','tableBackgroundColor','pluginName','tableWidth','editor','tableCellBorderWidth','formatBlock','*Format:*\x20change\x20table\x20cell\x20properties','tableCellPadding','getFirstPosition','change','handleDiscardAction','format','tableAlignment','commandParams','_handlePropertyChange','discard','tableProperties','tableCellProperties','*Format:*\x20change\x20table\x20properties','registerCustomCallback','enableCommand','_getSuggestion','_suggestionFactory','tableCellHorizontalAlignment','registerDescriptionCallback','getContainedElement','nodeAfter','data','subType','tableCellBackgroundColor','enqueueChange','selection','handleSuggestionDescription','TableCellPropertiesEditing','tableBorderStyle','document','getSuggestionCallback','start','has','plugins','tableCellWidth','TrackChangesEditing','model','tableBorderWidth','accept','findAncestor','table','get','getAttribute','TablePropertiesEditing','tableCellHeight','tableCellBorderColor','locale','tableHeight','setAttribute'];(function(_0x5736a0,_0x453e0c){const _0x1a0771=function(_0x3e832a){while(--_0x3e832a){_0x5736a0['push'](_0x5736a0['shift']());}};_0x1a0771(++_0x453e0c);}(_0x453e,0x1d2));const _0x1a07=function(_0x5736a0,_0x453e0c){_0x5736a0=_0x5736a0-0x0;let _0x1a0771=_0x453e[_0x5736a0];return _0x1a0771;};import{Plugin as _0x1df03b}from'ckeditor5/src/core';import{getTranslation as _0x53c9ec}from'../utils/common-translations';export default class Mt extends _0x1df03b{constructor(_0xf01c90){super(_0xf01c90),this[_0x1a07('0x23')]=['tableBorderColor',_0x1a07('0x35'),_0x1a07('0x2'),_0x1a07('0x1f'),_0x1a07('0x15'),_0x1a07('0xc'),_0x1a07('0x13')],this['tableCellProperties']=[_0x1a07('0xa'),'tableCellBorderStyle',_0x1a07('0x17'),_0x1a07('0x1a'),_0x1a07('0x3b'),_0x1a07('0x9'),_0x1a07('0x30'),_0x1a07('0x2a'),'tableCellVerticalAlignment'];}static get[_0x1a07('0x14')](){return'TrackChangesTableProperties';}[_0x1a07('0xf')](){const _0x4ebf3b=this[_0x1a07('0x16')][_0x1a07('0x3a')][_0x1a07('0x6')]('TrackChangesEditing');if(this[_0x1a07('0x16')]['plugins'][_0x1a07('0x39')](_0x1a07('0x8'))){for(const _0x96396f of this[_0x1a07('0x23')])_0x4ebf3b[_0x1a07('0x27')](_0x96396f,(_0x158d1a,_0x19fb1a)=>{const _0x18637a=this['editor'][_0x1a07('0x1')][_0x1a07('0x36')][_0x1a07('0x32')][_0x1a07('0x1b')]()[_0x1a07('0x4')](_0x1a07('0x5'));this[_0x1a07('0x21')](_0x96396f,[_0x18637a],this[_0x1a07('0x23')],_0x1a07('0x23'),_0x158d1a,_0x19fb1a);});_0x4ebf3b[_0x1a07('0x29')][_0x1a07('0x26')](_0x1a07('0x18'),_0x1a07('0x23'),_0x1a07('0x3'),_0x4ebf3b[_0x1a07('0x29')][_0x1a07('0x37')](_0x1a07('0x18'),null,_0x1a07('0x22'))),_0x4ebf3b[_0x1a07('0x29')][_0x1a07('0x26')](_0x1a07('0x18'),_0x1a07('0x23'),_0x1a07('0x22'),(_0x16f28a,_0x48385c)=>this[_0x1a07('0x1d')](this[_0x1a07('0x23')],_0x16f28a,_0x48385c)),_0x4ebf3b[_0x1a07('0x29')][_0x1a07('0x26')]('formatBlock',_0x1a07('0x23'),_0x1a07('0x11'),()=>!0x1);}if(this['editor'][_0x1a07('0x3a')][_0x1a07('0x39')](_0x1a07('0x34'))){for(const _0x47fee2 of this[_0x1a07('0x24')])_0x4ebf3b[_0x1a07('0x27')](_0x47fee2,(_0x39233c,_0x2eea53)=>{const _0x2e9357=this[_0x1a07('0x16')]['plugins'][_0x1a07('0x6')](_0x1a07('0xe'))[_0x1a07('0x12')](this[_0x1a07('0x16')][_0x1a07('0x1')]['document'][_0x1a07('0x32')]);this[_0x1a07('0x21')](_0x47fee2,_0x2e9357,this['tableCellProperties'],_0x1a07('0x24'),_0x39233c,_0x2eea53);});_0x4ebf3b['_suggestionFactory']['registerCustomCallback'](_0x1a07('0x18'),_0x1a07('0x24'),_0x1a07('0x3'),_0x4ebf3b[_0x1a07('0x29')][_0x1a07('0x37')]('formatBlock',null,'discard')),_0x4ebf3b['_suggestionFactory'][_0x1a07('0x26')](_0x1a07('0x18'),_0x1a07('0x24'),_0x1a07('0x22'),(_0x1110a7,_0x139c97)=>this[_0x1a07('0x1d')](this[_0x1a07('0x24')],_0x1110a7,_0x139c97)),_0x4ebf3b[_0x1a07('0x29')][_0x1a07('0x26')](_0x1a07('0x18'),'tableCellProperties',_0x1a07('0x11'),()=>!0x1);}_0x4ebf3b[_0x1a07('0x10')][_0x1a07('0x2b')](_0xc30707=>this[_0x1a07('0x33')](_0xc30707));}[_0x1a07('0x21')](_0xc1e22c,_0x5d4a76,_0x1f56e9,_0x21da83,_0x2b6289,_0x2a1b29){const _0x317d8c=this['editor'][_0x1a07('0x3a')][_0x1a07('0x6')]('TrackChangesEditing');this[_0x1a07('0x16')][_0x1a07('0x1')][_0x1a07('0x31')](_0x2a1b29['batch'],()=>{for(const _0x462fbe of _0x5d4a76){if(this[_0x1a07('0x28')](_0x462fbe,_0x21da83))_0x2b6289(_0x2a1b29);else{const _0x4e1544={};for(const _0x2ec570 of _0x1f56e9){const _0x315b82=_0x462fbe[_0x1a07('0x7')](_0x2ec570);void 0x0!==_0x315b82&&(_0x4e1544[_0x2ec570]=_0x315b82);}_0x2b6289(_0x2a1b29),_0x317d8c['markBlockFormat'](_0x462fbe,{'commandParams':[_0x4e1544]},[],_0x21da83);}}});}['handleDiscardAction'](_0x3ec05d,_0x3d0321,_0x39a881){const _0x9e8771=_0x3d0321[0x0][_0x1a07('0x38')][_0x1a07('0x2d')],_0x50dfda=_0x39a881[_0x1a07('0x20')][0x0];this[_0x1a07('0x16')]['model'][_0x1a07('0x1c')](_0x288920=>{for(const _0x52ff21 of _0x3ec05d)void 0x0!==_0x50dfda[_0x52ff21]?_0x288920[_0x1a07('0xd')](_0x52ff21,_0x50dfda[_0x52ff21],_0x9e8771):_0x288920['removeAttribute'](_0x52ff21,_0x9e8771);});}[_0x1a07('0x33')](_0x52abd2){if(_0x52abd2[_0x1a07('0x2e')])switch(_0x52abd2[_0x1a07('0x2f')]){case _0x1a07('0x23'):return{'type':_0x1a07('0x1e'),'content':_0x53c9ec(this[_0x1a07('0x16')]['locale'],_0x1a07('0x25'))};case _0x1a07('0x24'):return{'type':_0x1a07('0x1e'),'content':_0x53c9ec(this['editor'][_0x1a07('0xb')],_0x1a07('0x19'))};}}[_0x1a07('0x28')](_0x4db8b0,_0x3c09c1){const _0xa6667c=this[_0x1a07('0x16')][_0x1a07('0x3a')][_0x1a07('0x6')](_0x1a07('0x0'));for(const _0x4a1526 of _0xa6667c['getSuggestions']({'skipNotAttached':!0x0})){const _0x51afec=_0x4a1526[_0x1a07('0x2c')]();if(_0x4a1526[_0x1a07('0x2f')]===_0x3c09c1&&_0x51afec===_0x4db8b0)return _0x4a1526;}return null;}}
23
+ const _0xc16d=['tableCellBorderColor','accept','join','_suggestionFactory','findAncestor','format','getSuggestions','plugins','tableCellBorderWidth','locale','formatBlock','registerCustomCallback','tableCellHeight','tableBorderWidth','get','TrackChangesEditing','getSelectionAffectedTableCells','change','commandParams','subType','TableUtils','tableBorderColor','afterInit','_getSuggestion','*Format:*\x20change\x20table\x20properties','_descriptionFactory','tableAlignment','getContainedElement','TrackChangesTableProperties','has','tableCellPadding','pluginName','_handlePropertyChange','table','getAttribute','tableCellWidth','getFirstPosition','tableHeight','editor','TablePropertiesEditing','enableCommand','selection','model','tableWidth','handleSuggestionDescription','setAttribute','tableBackgroundColor','tableCellProperties','tableBorderStyle','document','tableProperties','getSuggestionCallback','handleDiscardAction','tableCellHorizontalAlignment','enqueueChange','*Format:*\x20change\x20table\x20cell\x20properties','nodeAfter','tableCellVerticalAlignment','discard'];(function(_0x1e562c,_0xc16d92){const _0x136169=function(_0x4a84b5){while(--_0x4a84b5){_0x1e562c['push'](_0x1e562c['shift']());}};_0x136169(++_0xc16d92);}(_0xc16d,0xe3));const _0x1361=function(_0x1e562c,_0xc16d92){_0x1e562c=_0x1e562c-0x0;let _0x136169=_0xc16d[_0x1e562c];return _0x136169;};import{Plugin as _0x182045}from'ckeditor5/src/core';import{getTranslation as _0x4c572c}from'../utils/common-translations';export default class Mt extends _0x182045{constructor(_0xdaa164){super(_0xdaa164),this[_0x1361('0x0')]=[_0x1361('0x1e'),_0x1361('0x39'),_0x1361('0x16'),_0x1361('0x23'),_0x1361('0x34'),_0x1361('0x2e'),_0x1361('0x37')],this[_0x1361('0x38')]=[_0x1361('0x9'),'tableCellBorderStyle',_0x1361('0x11'),_0x1361('0x27'),_0x1361('0x2c'),_0x1361('0x15'),'tableCellBackgroundColor',_0x1361('0x3'),_0x1361('0x7')];}static get[_0x1361('0x28')](){return _0x1361('0x25');}[_0x1361('0x1f')](){const _0x3697c8=this[_0x1361('0x2f')][_0x1361('0x10')]['get'](_0x1361('0x18'));if(this['editor'][_0x1361('0x10')][_0x1361('0x26')](_0x1361('0x30'))){for(const _0x5d2b24 of this[_0x1361('0x0')])_0x3697c8[_0x1361('0x31')](_0x5d2b24,(_0x1658fa,_0x58f68b)=>{const _0x33f374=this[_0x1361('0x2f')][_0x1361('0x33')][_0x1361('0x3a')][_0x1361('0x32')][_0x1361('0x2d')]()[_0x1361('0xd')](_0x1361('0x2a'));this['_handlePropertyChange'](_0x5d2b24,[_0x33f374],this[_0x1361('0x0')],_0x1361('0x0'),_0x1658fa,_0x58f68b);});_0x3697c8[_0x1361('0xc')][_0x1361('0x14')](_0x1361('0x13'),'tableProperties',_0x1361('0xa'),_0x3697c8['_suggestionFactory']['getSuggestionCallback'](_0x1361('0x13'),null,_0x1361('0x8'))),_0x3697c8[_0x1361('0xc')][_0x1361('0x14')](_0x1361('0x13'),'tableProperties',_0x1361('0x8'),(_0x36a3d1,_0x39b5c6)=>this[_0x1361('0x2')](this[_0x1361('0x0')],_0x36a3d1,_0x39b5c6)),_0x3697c8['_suggestionFactory'][_0x1361('0x14')]('formatBlock','tableProperties',_0x1361('0xb'),()=>!0x1);}if(this[_0x1361('0x2f')][_0x1361('0x10')]['has']('TableCellPropertiesEditing')){for(const _0x4728d6 of this[_0x1361('0x38')])_0x3697c8[_0x1361('0x31')](_0x4728d6,(_0x5d0fda,_0x3db61c)=>{const _0x3143ae=this[_0x1361('0x2f')]['plugins'][_0x1361('0x17')](_0x1361('0x1d'))[_0x1361('0x19')](this[_0x1361('0x2f')][_0x1361('0x33')][_0x1361('0x3a')][_0x1361('0x32')]);this[_0x1361('0x29')](_0x4728d6,_0x3143ae,this[_0x1361('0x38')],_0x1361('0x38'),_0x5d0fda,_0x3db61c);});_0x3697c8[_0x1361('0xc')][_0x1361('0x14')]('formatBlock',_0x1361('0x38'),_0x1361('0xa'),_0x3697c8[_0x1361('0xc')][_0x1361('0x1')](_0x1361('0x13'),null,_0x1361('0x8'))),_0x3697c8[_0x1361('0xc')][_0x1361('0x14')]('formatBlock',_0x1361('0x38'),_0x1361('0x8'),(_0x524d0c,_0x3709d7)=>this[_0x1361('0x2')](this['tableCellProperties'],_0x524d0c,_0x3709d7)),_0x3697c8[_0x1361('0xc')]['registerCustomCallback'](_0x1361('0x13'),_0x1361('0x38'),'join',()=>!0x1);}_0x3697c8[_0x1361('0x22')]['registerDescriptionCallback'](_0x566451=>this[_0x1361('0x35')](_0x566451));}[_0x1361('0x29')](_0x4c39ab,_0x4e7511,_0x31629c,_0x4209c8,_0xd7d77d,_0x193c69){const _0x169865=this[_0x1361('0x2f')][_0x1361('0x10')][_0x1361('0x17')](_0x1361('0x18'));this['editor'][_0x1361('0x33')][_0x1361('0x4')](_0x193c69['batch'],()=>{for(const _0x4e6515 of _0x4e7511){if(this[_0x1361('0x20')](_0x4e6515,_0x4209c8))_0xd7d77d(_0x193c69);else{const _0x365f0c={};for(const _0x12452c of _0x31629c){const _0x2307b1=_0x4e6515[_0x1361('0x2b')](_0x12452c);void 0x0!==_0x2307b1&&(_0x365f0c[_0x12452c]=_0x2307b1);}_0xd7d77d(_0x193c69),_0x169865['markBlockFormat'](_0x4e6515,{'commandParams':[_0x365f0c]},[],_0x4209c8);}}});}[_0x1361('0x2')](_0x1588b8,_0xcbb604,_0x123e85){const _0x1308b5=_0xcbb604[0x0]['start'][_0x1361('0x6')],_0x36ff96=_0x123e85[_0x1361('0x1b')][0x0];this['editor'][_0x1361('0x33')][_0x1361('0x1a')](_0x5d57a4=>{for(const _0x3f70c7 of _0x1588b8)void 0x0!==_0x36ff96[_0x3f70c7]?_0x5d57a4[_0x1361('0x36')](_0x3f70c7,_0x36ff96[_0x3f70c7],_0x1308b5):_0x5d57a4['removeAttribute'](_0x3f70c7,_0x1308b5);});}['handleSuggestionDescription'](_0x4154a3){if(_0x4154a3['data'])switch(_0x4154a3[_0x1361('0x1c')]){case'tableProperties':return{'type':_0x1361('0xe'),'content':_0x4c572c(this['editor']['locale'],_0x1361('0x21'))};case _0x1361('0x38'):return{'type':_0x1361('0xe'),'content':_0x4c572c(this[_0x1361('0x2f')][_0x1361('0x12')],_0x1361('0x5'))};}}[_0x1361('0x20')](_0xa3332d,_0x135d52){const _0x183d60=this[_0x1361('0x2f')][_0x1361('0x10')][_0x1361('0x17')](_0x1361('0x18'));for(const _0x221162 of _0x183d60[_0x1361('0xf')]({'skipNotAttached':!0x0})){const _0x568f33=_0x221162[_0x1361('0x24')]();if(_0x221162[_0x1361('0x1c')]===_0x135d52&&_0x568f33===_0xa3332d)return _0x221162;}return null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x84f6=['insertTemplate','enableCommand','has','afterInit','TrackChangesEditing','plugins','editor'];(function(_0x41baef,_0x84f6f1){const _0x54b37d=function(_0x4fd86d){while(--_0x4fd86d){_0x41baef['push'](_0x41baef['shift']());}};_0x54b37d(++_0x84f6f1);}(_0x84f6,0x178));const _0x54b3=function(_0x41baef,_0x84f6f1){_0x41baef=_0x41baef-0x0;let _0x54b37d=_0x84f6[_0x41baef];return _0x54b37d;};import{Plugin as _0x4ef6b6}from'ckeditor5/src/core';export default class vt extends _0x4ef6b6{[_0x54b3('0x5')](){const _0x2edac7=this[_0x54b3('0x1')];_0x2edac7[_0x54b3('0x0')][_0x54b3('0x4')]('Template')&&_0x2edac7[_0x54b3('0x0')]['get'](_0x54b3('0x6'))[_0x54b3('0x3')](_0x54b3('0x2'));}}
23
+ const _0x44a2=['enableCommand','Template','has','plugins','editor','get','insertTemplate','afterInit','TrackChangesEditing'];(function(_0x5c4a96,_0x44a24a){const _0x36d648=function(_0x3210ef){while(--_0x3210ef){_0x5c4a96['push'](_0x5c4a96['shift']());}};_0x36d648(++_0x44a24a);}(_0x44a2,0x1e8));const _0x36d6=function(_0x5c4a96,_0x44a24a){_0x5c4a96=_0x5c4a96-0x0;let _0x36d648=_0x44a2[_0x5c4a96];return _0x36d648;};import{Plugin as _0xae1c0d}from'ckeditor5/src/core';export default class vt extends _0xae1c0d{[_0x36d6('0x5')](){const _0x3ece3a=this[_0x36d6('0x2')];_0x3ece3a[_0x36d6('0x1')][_0x36d6('0x0')](_0x36d6('0x8'))&&_0x3ece3a[_0x36d6('0x1')][_0x36d6('0x3')](_0x36d6('0x6'))[_0x36d6('0x7')](_0x36d6('0x4'));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4b34=['createRange','schema','suggestion','newRange','getNearestSelectionRange','editor','from','Title','document','TrackChangesEditing','title-content','getChangedMarkers','end','plugins','registerPostFixer','ELEMENT_TITLE','isEqual','locale','model','removeMarker','differ','isTouching','registerElementLabel','nodeBefore','get'];(function(_0x442de6,_0x4b347e){const _0x266910=function(_0x139f47){while(--_0x139f47){_0x442de6['push'](_0x442de6['shift']());}};_0x266910(++_0x4b347e);}(_0x4b34,0x182));const _0x2669=function(_0x442de6,_0x4b347e){_0x442de6=_0x442de6-0x0;let _0x266910=_0x4b34[_0x442de6];return _0x266910;};import{Plugin as _0x3146a6}from'ckeditor5/src/core';import{getTranslation as _0x4c14d1}from'../utils/common-translations';export default class _t extends _0x3146a6{['afterInit'](){const _0x4629fc=this[_0x2669('0x13')];if(!_0x4629fc['plugins']['has'](_0x2669('0x15')))return;const _0x1be7da=_0x4629fc[_0x2669('0x2')][_0x2669('0xd')](_0x2669('0x17'));_0x1be7da['_descriptionFactory'][_0x2669('0xb')](_0x2669('0x18'),()=>_0x4c14d1(_0x4629fc[_0x2669('0x6')],_0x2669('0x4'))),_0x4629fc['model']['document'][_0x2669('0x3')](_0x3f49ce=>{let _0x10a6e7=!0x1;const _0x162baf=Array[_0x2669('0x14')](_0x4629fc[_0x2669('0x7')][_0x2669('0x16')][_0x2669('0x9')][_0x2669('0x0')]());for(const {name:_0x334dad,data:_0x76a9ee}of _0x162baf){const {group:_0x7a8deb}=_0x1be7da['_splitMarkerName'](_0x334dad);if(_0x2669('0x10')!==_0x7a8deb||!_0x76a9ee[_0x2669('0x11')])continue;const _0x12a16a=_0x76a9ee['newRange'],_0x5c9f10=_0x12a16a[_0x2669('0x1')][_0x2669('0xc')];if(!_0x5c9f10||!_0x5c9f10['is']('element',_0x2669('0x18')))continue;if(!_0x12a16a['start'][_0x2669('0xa')](_0x12a16a[_0x2669('0x1')]))continue;const _0x84d664=_0x4629fc[_0x2669('0x7')][_0x2669('0xf')][_0x2669('0x12')](_0x12a16a[_0x2669('0x1')],'forward');if(_0x84d664&&_0x84d664['isCollapsed']){const _0x429cd6=_0x3f49ce[_0x2669('0xe')](_0x12a16a['start'],_0x84d664['start']);_0x429cd6[_0x2669('0x5')](_0x12a16a)||(_0x3f49ce['updateMarker'](_0x334dad,{'range':_0x429cd6}),_0x10a6e7=!0x0);}_0x10a6e7||(_0x3f49ce[_0x2669('0x8')](_0x334dad),_0x10a6e7=!0x0);}return _0x10a6e7;});}}
23
+ const _0x5911=['getNearestSelectionRange','Title','ELEMENT_TITLE','element','TrackChangesEditing','suggestion','createRange','editor','isCollapsed','registerPostFixer','newRange','isEqual','document','from','_splitMarkerName','plugins','has','afterInit','title-content','_descriptionFactory','differ','forward','end','start','model','removeMarker'];(function(_0x46318a,_0x5911c2){const _0x28751b=function(_0x2c3a57){while(--_0x2c3a57){_0x46318a['push'](_0x46318a['shift']());}};_0x28751b(++_0x5911c2);}(_0x5911,0x18b));const _0x2875=function(_0x46318a,_0x5911c2){_0x46318a=_0x46318a-0x0;let _0x28751b=_0x5911[_0x46318a];return _0x28751b;};import{Plugin as _0x21d318}from'ckeditor5/src/core';import{getTranslation as _0x543cc5}from'../utils/common-translations';export default class _t extends _0x21d318{[_0x2875('0xc')](){const _0x46b794=this[_0x2875('0x2')];if(!_0x46b794[_0x2875('0xa')][_0x2875('0xb')](_0x2875('0x16')))return;const _0x3af13d=_0x46b794[_0x2875('0xa')]['get'](_0x2875('0x19'));_0x3af13d[_0x2875('0xe')]['registerElementLabel'](_0x2875('0xd'),()=>_0x543cc5(_0x46b794['locale'],_0x2875('0x17'))),_0x46b794[_0x2875('0x13')]['document'][_0x2875('0x4')](_0x2e3dfd=>{let _0x554e8c=!0x1;const _0x5273e8=Array[_0x2875('0x8')](_0x46b794[_0x2875('0x13')][_0x2875('0x7')][_0x2875('0xf')]['getChangedMarkers']());for(const {name:_0x3fec72,data:_0xa29740}of _0x5273e8){const {group:_0x131d8a}=_0x3af13d[_0x2875('0x9')](_0x3fec72);if(_0x2875('0x0')!==_0x131d8a||!_0xa29740['newRange'])continue;const _0x14e34e=_0xa29740[_0x2875('0x5')],_0x19daf6=_0x14e34e[_0x2875('0x11')]['nodeBefore'];if(!_0x19daf6||!_0x19daf6['is'](_0x2875('0x18'),'title-content'))continue;if(!_0x14e34e[_0x2875('0x12')]['isTouching'](_0x14e34e[_0x2875('0x11')]))continue;const _0x1bac0b=_0x46b794[_0x2875('0x13')]['schema'][_0x2875('0x15')](_0x14e34e['end'],_0x2875('0x10'));if(_0x1bac0b&&_0x1bac0b[_0x2875('0x3')]){const _0x5a38db=_0x2e3dfd[_0x2875('0x1')](_0x14e34e[_0x2875('0x12')],_0x1bac0b[_0x2875('0x12')]);_0x5a38db[_0x2875('0x6')](_0x14e34e)||(_0x2e3dfd['updateMarker'](_0x3fec72,{'range':_0x5a38db}),_0x554e8c=!0x0);}_0x554e8c||(_0x2e3dfd[_0x2875('0x14')](_0x3fec72),_0x554e8c=!0x0);}return _0x554e8c;});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3102=['has','afterInit','UndoEditing','editor','redo','get','enableCommand','plugins'];(function(_0x525574,_0x31020d){const _0x44a184=function(_0x267509){while(--_0x267509){_0x525574['push'](_0x525574['shift']());}};_0x44a184(++_0x31020d);}(_0x3102,0x1be));const _0x44a1=function(_0x525574,_0x31020d){_0x525574=_0x525574-0x0;let _0x44a184=_0x3102[_0x525574];return _0x44a184;};import{Plugin as _0x2f13ca}from'ckeditor5/src/core';export default class Dt extends _0x2f13ca{[_0x44a1('0x3')](){const _0x373508=this[_0x44a1('0x5')],_0x352bec=_0x373508['plugins'][_0x44a1('0x7')]('TrackChangesEditing');_0x373508[_0x44a1('0x1')][_0x44a1('0x2')](_0x44a1('0x4'))&&(_0x352bec[_0x44a1('0x0')]('undo'),_0x352bec['enableCommand'](_0x44a1('0x6')));}}
23
+ const _0x31d7=['undo','editor','afterInit','get','redo','enableCommand','UndoEditing','TrackChangesEditing','plugins'];(function(_0x20b222,_0x31d72f){const _0x272714=function(_0x2a60e5){while(--_0x2a60e5){_0x20b222['push'](_0x20b222['shift']());}};_0x272714(++_0x31d72f);}(_0x31d7,0xed));const _0x2727=function(_0x20b222,_0x31d72f){_0x20b222=_0x20b222-0x0;let _0x272714=_0x31d7[_0x20b222];return _0x272714;};import{Plugin as _0x1c0dc3}from'ckeditor5/src/core';export default class Dt extends _0x1c0dc3{[_0x2727('0x8')](){const _0x598da0=this[_0x2727('0x7')],_0x136cc7=_0x598da0['plugins'][_0x2727('0x0')](_0x2727('0x4'));_0x598da0[_0x2727('0x5')]['has'](_0x2727('0x3'))&&(_0x136cc7[_0x2727('0x2')](_0x2727('0x6')),_0x136cc7[_0x2727('0x2')](_0x2727('0x1')));}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2f82=['isContent','markerRange','isBlock','insert','getWalker','TrackChangesEditing','addClass','listItem','model','schema','element','hasAttribute','toViewElement','createRangeOn','type','nextSibling','bindElementToMarker','parent','addHighlight','previousPosition','includes','elementEnd','writer','ck-suggestion-marker-','activeMarkers','mapper','plugins','test','get','isLimit','getCustomProperty','getItems','markerName','listIndent','ck-suggestion-marker--active','consumable','push','isAtEnd'];(function(_0x4166be,_0x2f82cb){const _0x1a903b=function(_0x313fe){while(--_0x313fe){_0x4166be['push'](_0x4166be['shift']());}};_0x1a903b(++_0x2f82cb);}(_0x2f82,0x176));const _0x1a90=function(_0x4166be,_0x2f82cb){_0x4166be=_0x4166be-0x0;let _0x1a903b=_0x2f82[_0x4166be];return _0x1a903b;};export function getRangesWithAttribute(_0x51ac55,_0x438c63,_0x40e7cb){const _0x50d3b=[];for(const _0x40ec6d of _0x438c63[_0x1a90('0x25')]())_0x40ec6d[_0x1a90('0x11')](_0x51ac55)&&_0x50d3b['push'](_0x40e7cb[_0x1a90('0x13')](_0x40ec6d));return _0x50d3b;}export function getElementsAffectedByListItemRename(_0x5a1001){const _0x3b514e=[];if(_0x5a1001['is']('element',_0x1a90('0xd'))){let _0x2e34a2=_0x5a1001[_0x1a90('0x15')];for(;_0x2e34a2&&_0x2e34a2['is'](_0x1a90('0x10'),_0x1a90('0xd'))&&_0x2e34a2['getAttribute'](_0x1a90('0x1'))>0x0;)_0x3b514e[_0x1a90('0x4')](_0x2e34a2),_0x2e34a2=_0x2e34a2[_0x1a90('0x15')];}return _0x3b514e;}export function downcastSplitMergeMarker(_0x9a74ed,_0x51e851,{showActiveMarker:_0x1e3020=!0x0}={}){const _0x20b5ef=_0x9a74ed[_0x1a90('0x20')][_0x1a90('0x22')](_0x1a90('0xb'));return(_0x247877,_0x57f50c,_0x150ecd)=>{if(!_0x150ecd[_0x1a90('0x3')][_0x1a90('0x21')](_0x57f50c[_0x1a90('0x7')],_0x247877['name']))return;const _0x510092=_0x57f50c[_0x1a90('0x7')][_0x1a90('0xa')](),_0x4d708b=_0x57f50c[_0x1a90('0x7')]['start'],_0x46c2dc=_0x9a74ed[_0x1a90('0xe')][_0x1a90('0xf')];let _0x2d7f6c=null,_0x462a6b=null,_0x1b4cb4=!0x1,_0x162b8b=!0x1;for(const _0x5c846b of _0x510092){const _0x420728=_0x5c846b['item'];_0x1b4cb4=_0x1b4cb4||_0x46c2dc[_0x1a90('0x6')](_0x420728);const _0x14ace0=_0x150ecd[_0x1a90('0x1f')][_0x1a90('0x12')](_0x420728);if(_0x14ace0&&_0x14ace0[_0x1a90('0x24')](_0x1a90('0x18')))return;_0x1a90('0x1b')==_0x5c846b[_0x1a90('0x14')]&&(_0x46c2dc[_0x1a90('0x8')](_0x420728)&&!_0x46c2dc[_0x1a90('0x23')](_0x420728)&&(_0x420728[_0x1a90('0x15')]||_0x4d708b[_0x1a90('0x5')]?_0x2d7f6c&&_0x2d7f6c[_0x1a90('0x17')]==_0x420728||(_0x2d7f6c=_0x420728,_0x5dd87b(_0x5c846b['previousPosition']),_0x162b8b=!0x0):_0x462a6b=_0x462a6b||_0x5c846b[_0x1a90('0x19')]));}function _0x5dd87b(_0xf3b929){const _0x539799=_0x150ecd[_0x1a90('0x1c')]['createUIElement']('span',{'class':_0x1a90('0x1d')+_0x51e851}),_0x438f42=_0x150ecd[_0x1a90('0x1f')]['toViewPosition'](_0xf3b929);_0x1e3020&&_0x20b5ef[_0x1a90('0x1e')][_0x1a90('0x1a')](_0x57f50c[_0x1a90('0x0')])&&_0x150ecd[_0x1a90('0x1c')][_0x1a90('0xc')](_0x1a90('0x2'),_0x539799),_0x150ecd['writer'][_0x1a90('0x9')](_0x438f42,_0x539799),_0x150ecd[_0x1a90('0x1f')][_0x1a90('0x16')](_0x539799,_0x57f50c[_0x1a90('0x0')]);}_0x1b4cb4||_0x162b8b||!_0x462a6b||_0x5dd87b(_0x462a6b);};}
23
+ const _0x2995=['consumable','mapper','writer','test','previousPosition','toViewPosition','markerName','elementEnd','bindElementToMarker','isContent','nextSibling','name','push','getCustomProperty','insert','addClass','addHighlight','ck-suggestion-marker--active','parent','toViewElement','span','markerRange','item','ck-suggestion-marker-','get','createRangeOn','getItems','hasAttribute','plugins','getAttribute','element','listItem','model','isLimit','createUIElement'];(function(_0x2fde1a,_0x299535){const _0xfde8da=function(_0x2dd37d){while(--_0x2dd37d){_0x2fde1a['push'](_0x2fde1a['shift']());}};_0xfde8da(++_0x299535);}(_0x2995,0x12d));const _0xfde8=function(_0x2fde1a,_0x299535){_0x2fde1a=_0x2fde1a-0x0;let _0xfde8da=_0x2995[_0x2fde1a];return _0xfde8da;};export function getRangesWithAttribute(_0x264d28,_0x355a9f,_0x1ae86f){const _0x1b2c8e=[];for(const _0x2b5532 of _0x355a9f[_0xfde8('0x5')]())_0x2b5532[_0xfde8('0x6')](_0x264d28)&&_0x1b2c8e[_0xfde8('0x1a')](_0x1ae86f[_0xfde8('0x4')](_0x2b5532));return _0x1b2c8e;}export function getElementsAffectedByListItemRename(_0x34c2dd){const _0x54eec8=[];if(_0x34c2dd['is'](_0xfde8('0x9'),_0xfde8('0xa'))){let _0x3b0aa9=_0x34c2dd['nextSibling'];for(;_0x3b0aa9&&_0x3b0aa9['is'](_0xfde8('0x9'),_0xfde8('0xa'))&&_0x3b0aa9[_0xfde8('0x8')]('listIndent')>0x0;)_0x54eec8['push'](_0x3b0aa9),_0x3b0aa9=_0x3b0aa9[_0xfde8('0x18')];}return _0x54eec8;}export function downcastSplitMergeMarker(_0x449f6a,_0x524ad5,{showActiveMarker:_0x17b879=!0x0}={}){const _0x591dcd=_0x449f6a[_0xfde8('0x7')][_0xfde8('0x3')]('TrackChangesEditing');return(_0x433041,_0x586289,_0x3101fa)=>{if(!_0x3101fa[_0xfde8('0xe')][_0xfde8('0x11')](_0x586289[_0xfde8('0x0')],_0x433041[_0xfde8('0x19')]))return;const _0x419b93=_0x586289[_0xfde8('0x0')]['getWalker'](),_0xd98680=_0x586289[_0xfde8('0x0')]['start'],_0x4f747d=_0x449f6a[_0xfde8('0xb')]['schema'];let _0xb390a=null,_0x39afae=null,_0x351613=!0x1,_0x50b693=!0x1;for(const _0xd8d2ec of _0x419b93){const _0x530107=_0xd8d2ec[_0xfde8('0x1')];_0x351613=_0x351613||_0x4f747d[_0xfde8('0x17')](_0x530107);const _0x42d76d=_0x3101fa[_0xfde8('0xf')][_0xfde8('0x21')](_0x530107);if(_0x42d76d&&_0x42d76d[_0xfde8('0x1b')](_0xfde8('0x1e')))return;_0xfde8('0x15')==_0xd8d2ec['type']&&(_0x4f747d['isBlock'](_0x530107)&&!_0x4f747d[_0xfde8('0xc')](_0x530107)&&(_0x530107[_0xfde8('0x18')]||_0xd98680['isAtEnd']?_0xb390a&&_0xb390a[_0xfde8('0x20')]==_0x530107||(_0xb390a=_0x530107,_0x487950(_0xd8d2ec[_0xfde8('0x12')]),_0x50b693=!0x0):_0x39afae=_0x39afae||_0xd8d2ec['previousPosition']));}function _0x487950(_0x1a45f5){const _0x286bf1=_0x3101fa[_0xfde8('0x10')][_0xfde8('0xd')](_0xfde8('0x22'),{'class':_0xfde8('0x2')+_0x524ad5}),_0xd292a3=_0x3101fa[_0xfde8('0xf')][_0xfde8('0x13')](_0x1a45f5);_0x17b879&&_0x591dcd['activeMarkers']['includes'](_0x586289[_0xfde8('0x14')])&&_0x3101fa[_0xfde8('0x10')][_0xfde8('0x1d')](_0xfde8('0x1f'),_0x286bf1),_0x3101fa[_0xfde8('0x10')][_0xfde8('0x1c')](_0xd292a3,_0x286bf1),_0x3101fa[_0xfde8('0xf')][_0xfde8('0x16')](_0x286bf1,_0x586289[_0xfde8('0x14')]);}_0x351613||_0x50b693||!_0x39afae||_0x487950(_0x39afae);};}
package/src/suggestion.js CHANGED
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x333d=['discard','nodeBefore','addRange','_model','getMultiRangeId','_markerNames','author','getRanges','set','getMarkerNames','map','getItems','subType','data','commentThread','attributes','next','filter','onAttributesChange','@external','hasComments','decorate','clear','createdAt','_isDataLoaded','isIntersectingWithRange','setAttribute','getFirstMarker','markers','isInContent','change','delete','removeMarker','_onAttributesChange','onAccept','getMarkers','getAllAdjacentSuggestions','get','_onAccept','_onDiscard','removeAttribute','accept','removeMarkers','creator','substr','getRange','authoredAt','previous','getFirstRange','reduce','addMarker','length','push','type','onDiscard','getContainedElement','isMultiRange','addMarkerName'];(function(_0x4552ba,_0x333d88){const _0x3249e2=function(_0x5c75ab){while(--_0x5c75ab){_0x4552ba['push'](_0x4552ba['shift']());}};_0x3249e2(++_0x333d88);}(_0x333d,0x187));const _0x3249=function(_0x4552ba,_0x333d88){_0x4552ba=_0x4552ba-0x0;let _0x3249e2=_0x333d[_0x4552ba];return _0x3249e2;};import{Element as _0x147f2d}from'ckeditor5/src/engine';import{ObservableMixin as _0xbce25,uid as _0x5606e9}from'ckeditor5/src/utils';import{cloneDeep as _0x406dcf,isEqual as _0x5ecdc7,set as _0x439774,unset as _0x14079a}from'lodash-es';export default class u extends _0xbce25(){constructor(_0x45b266,_0xbbd0b){super(),this[_0x3249('0x27')]=!0x1,this['id']=_0xbbd0b['id'],this[_0x3249('0xa')]=_0xbbd0b[_0x3249('0xa')],this[_0x3249('0x1b')]=_0xbbd0b[_0x3249('0x1b')]||null,this[_0x3249('0x15')]=_0xbbd0b[_0x3249('0x15')],this[_0x3249('0x0')]=_0xbbd0b[_0x3249('0x0')]||_0xbbd0b['author'],this['isExternal']=Boolean(_0xbbd0b[_0x3249('0x1e')]&&_0xbbd0b[_0x3249('0x1e')][_0x3249('0x22')]),this[_0x3249('0x1c')]=null,this[_0x3249('0x12')]=_0x45b266,this[_0x3249('0x35')]=_0xbbd0b[_0x3249('0x31')],this['_onDiscard']=_0xbbd0b[_0x3249('0xb')],this['_onAttributesChange']=_0xbbd0b[_0x3249('0x21')],this[_0x3249('0x14')]=new Set(),this[_0x3249('0x26')]=null,this['set'](_0x3249('0x3'),null),this[_0x3249('0x17')](_0x3249('0x1e'),_0xbbd0b[_0x3249('0x1e')]||{}),this[_0x3249('0x17')](_0x3249('0x4'),null),this[_0x3249('0x17')](_0x3249('0x1f'),null),this['set'](_0x3249('0x1d'),null),this['set']('_saved',!0x1),this[_0x3249('0x24')]('accept'),this[_0x3249('0x24')]('discard');}get['head'](){let _0x53dd09=this;for(;_0x53dd09[_0x3249('0x4')];)_0x53dd09=_0x53dd09[_0x3249('0x4')];return _0x53dd09;}get[_0x3249('0x23')](){return!!this[_0x3249('0x1d')]&&this[_0x3249('0x1d')][_0x3249('0x8')]>0x0;}get[_0x3249('0xd')](){if(0x0==this['_markerNames']['size'])return!0x1;return 0x6==Array['from'](this['_markerNames'])[0x0]['split'](':')['length'];}get[_0x3249('0x2c')](){return null!==this[_0x3249('0x2a')]();}['addMarkerName'](_0x36bc1e){this[_0x3249('0x14')]['add'](_0x36bc1e);}[_0x3249('0x18')](){return Array['from'](this[_0x3249('0x14')]);}[_0x3249('0x32')](){return this[_0x3249('0x18')]()[_0x3249('0x19')](_0x55598a=>this[_0x3249('0x12')][_0x3249('0x2b')][_0x3249('0x34')](_0x55598a))[_0x3249('0x20')](_0x2b0436=>_0x2b0436);}[_0x3249('0x2a')](){return this[_0x3249('0x32')]()[0x0]||null;}[_0x3249('0x39')](){this[_0x3249('0x12')][_0x3249('0x2d')](_0x4fc056=>{for(const _0x443ad8 of this[_0x3249('0x32')]())_0x4fc056[_0x3249('0x2f')](_0x443ad8);}),this[_0x3249('0x14')][_0x3249('0x25')]();}[_0x3249('0x2f')](_0x4453a2){this['_model']['change'](_0x3cd51e=>{_0x3cd51e['removeMarker'](_0x4453a2);}),this[_0x3249('0x14')][_0x3249('0x2e')](_0x4453a2);}[_0x3249('0x11')](_0x3599c6){const _0x209f37='suggestion:'+this['type']+':'+this[_0x3249('0x1b')]+':'+this['id']+':'+this['creator']['id']+':'+u[_0x3249('0x13')]();this[_0x3249('0xe')](_0x209f37),this[_0x3249('0x12')][_0x3249('0x2d')](_0x35b09e=>{_0x35b09e[_0x3249('0x7')](_0x209f37,{'range':_0x3599c6,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x3249('0x28')](_0x591fa8){for(const _0x210518 of this[_0x3249('0x16')]())if(_0x210518['isIntersecting'](_0x591fa8))return!0x0;return!0x1;}['getRanges'](){return this[_0x3249('0x32')]()[_0x3249('0x19')](_0x2c40f6=>_0x2c40f6[_0x3249('0x2')]());}[_0x3249('0x1a')](){return this[_0x3249('0x16')]()[_0x3249('0x6')]((_0x38ab7c,_0x5d0043)=>[..._0x38ab7c,..._0x5d0043['getItems']()],[]);}[_0x3249('0x5')](){var _0x3c1c92;return(null===(_0x3c1c92=this[_0x3249('0x2a')]())||void 0x0===_0x3c1c92?void 0x0:_0x3c1c92['getRange']())||null;}[_0x3249('0xc')](){const _0x31a7e3=this['getRanges']();if(0x1!=_0x31a7e3[_0x3249('0x8')])return null;const _0x3cf585=_0x31a7e3[0x0],_0x24259e=_0x3cf585['start']['nodeAfter'],_0xfa6206=_0x3cf585['end'][_0x3249('0x10')];return _0x24259e instanceof _0x147f2d?_0x24259e!=_0xfa6206?null:_0x24259e:null;}[_0x3249('0x38')](){this[_0x3249('0x35')](this[_0x3249('0x16')](),this[_0x3249('0x1c')],this['attributes']),this[_0x3249('0x39')]();}[_0x3249('0xf')](){this[_0x3249('0x36')](this[_0x3249('0x16')](),this[_0x3249('0x1c')],this[_0x3249('0x1e')]),this[_0x3249('0x39')]();}[_0x3249('0x33')](){const _0x2c40e0=[];let _0x489331=this['head'];for(;_0x489331;)_0x2c40e0[_0x3249('0x9')](_0x489331),_0x489331=_0x489331[_0x3249('0x1f')];return _0x2c40e0;}[_0x3249('0x29')](_0x16d2d4,_0x387ab8){const _0x3a8369=_0x406dcf(this[_0x3249('0x1e')]);_0x439774(_0x3a8369,_0x16d2d4,_0x387ab8),_0x5ecdc7(_0x3a8369,this[_0x3249('0x1e')])||(this[_0x3249('0x1e')]=_0x3a8369,this[_0x3249('0x30')](_0x3a8369));}[_0x3249('0x37')](_0x3bf375){const _0x4ed3b8=_0x406dcf(this[_0x3249('0x1e')]);_0x14079a(_0x4ed3b8,_0x3bf375),_0x5ecdc7(_0x4ed3b8,this[_0x3249('0x1e')])||(this[_0x3249('0x1e')]=_0x4ed3b8,this[_0x3249('0x30')](this[_0x3249('0x1e')]));}['toJSON'](){return{'id':this['id'],'type':this[_0x3249('0x1b')]?this[_0x3249('0xa')]+':'+this[_0x3249('0x1b')]:this[_0x3249('0xa')],'authorId':this[_0x3249('0x0')]['id'],'createdAt':this[_0x3249('0x26')],'hasComments':this[_0x3249('0x23')],'data':this['data'],'attributes':this['attributes']};}static[_0x3249('0x13')](){return _0x5606e9()[_0x3249('0x1')](0x1,0x5);}}
23
+ const _0x57af=['setAttribute','createdAt','removeMarkers','data','get','start','substr','previous','from','creator','@external','_onAccept','split','type','getMarkers','subType','toJSON','isIntersectingWithRange','nodeBefore','next','_markerNames','hasComments','authoredAt','isExternal','_isDataLoaded','head','filter','discard','getContainedElement','push','getAllAdjacentSuggestions','length','getMultiRangeId','removeAttribute','_onAttributesChange','_model','removeMarker','change','addRange','getRange','set','onAccept','getMarkerNames','isMultiRange','clear','getFirstRange','delete','onAttributesChange','addMarker','attributes','accept','decorate','end','_onDiscard','commentThread','getItems','isIntersecting','getRanges','map','getFirstMarker','author','add','addMarkerName'];(function(_0x1d1588,_0x57af1a){const _0x1b3f7c=function(_0xb6ad88){while(--_0xb6ad88){_0x1d1588['push'](_0x1d1588['shift']());}};_0x1b3f7c(++_0x57af1a);}(_0x57af,0xde));const _0x1b3f=function(_0x1d1588,_0x57af1a){_0x1d1588=_0x1d1588-0x0;let _0x1b3f7c=_0x57af[_0x1d1588];return _0x1b3f7c;};import{Element as _0x280974}from'ckeditor5/src/engine';import{ObservableMixin as _0x173b8c,uid as _0x39dcc6}from'ckeditor5/src/utils';import{cloneDeep as _0xb1ecb5,isEqual as _0x3194f4,set as _0x4b7470,unset as _0x2fe9fb}from'lodash-es';export default class u extends _0x173b8c(){constructor(_0x584245,_0x35eb90){super(),this[_0x1b3f('0x36')]=!0x1,this['id']=_0x35eb90['id'],this['type']=_0x35eb90[_0x1b3f('0x2b')],this['subType']=_0x35eb90[_0x1b3f('0x2d')]||null,this[_0x1b3f('0x1b')]=_0x35eb90[_0x1b3f('0x1b')],this[_0x1b3f('0x27')]=_0x35eb90['creator']||_0x35eb90[_0x1b3f('0x1b')],this[_0x1b3f('0x35')]=Boolean(_0x35eb90[_0x1b3f('0x10')]&&_0x35eb90[_0x1b3f('0x10')][_0x1b3f('0x28')]),this['data']=null,this[_0x1b3f('0x2')]=_0x584245,this[_0x1b3f('0x29')]=_0x35eb90[_0x1b3f('0x8')],this[_0x1b3f('0x14')]=_0x35eb90['onDiscard'],this[_0x1b3f('0x1')]=_0x35eb90[_0x1b3f('0xe')],this[_0x1b3f('0x32')]=new Set(),this[_0x1b3f('0x1f')]=null,this[_0x1b3f('0x7')](_0x1b3f('0x34'),null),this[_0x1b3f('0x7')](_0x1b3f('0x10'),_0x35eb90[_0x1b3f('0x10')]||{}),this[_0x1b3f('0x7')](_0x1b3f('0x25'),null),this[_0x1b3f('0x7')]('next',null),this['set'](_0x1b3f('0x15'),null),this[_0x1b3f('0x7')]('_saved',!0x1),this['decorate'](_0x1b3f('0x11')),this[_0x1b3f('0x12')]('discard');}get[_0x1b3f('0x37')](){let _0x1c4273=this;for(;_0x1c4273[_0x1b3f('0x25')];)_0x1c4273=_0x1c4273[_0x1b3f('0x25')];return _0x1c4273;}get[_0x1b3f('0x33')](){return!!this[_0x1b3f('0x15')]&&this['commentThread'][_0x1b3f('0x3d')]>0x0;}get[_0x1b3f('0xa')](){if(0x0==this[_0x1b3f('0x32')]['size'])return!0x1;return 0x6==Array[_0x1b3f('0x26')](this[_0x1b3f('0x32')])[0x0][_0x1b3f('0x2a')](':')[_0x1b3f('0x3d')];}get['isInContent'](){return null!==this[_0x1b3f('0x1a')]();}[_0x1b3f('0x1d')](_0xb756c9){this['_markerNames'][_0x1b3f('0x1c')](_0xb756c9);}['getMarkerNames'](){return Array[_0x1b3f('0x26')](this[_0x1b3f('0x32')]);}[_0x1b3f('0x2c')](){return this[_0x1b3f('0x9')]()[_0x1b3f('0x19')](_0x357105=>this[_0x1b3f('0x2')]['markers'][_0x1b3f('0x22')](_0x357105))[_0x1b3f('0x38')](_0x8695ed=>_0x8695ed);}['getFirstMarker'](){return this['getMarkers']()[0x0]||null;}[_0x1b3f('0x20')](){this[_0x1b3f('0x2')][_0x1b3f('0x4')](_0x3d1c7a=>{for(const _0x320c44 of this[_0x1b3f('0x2c')]())_0x3d1c7a['removeMarker'](_0x320c44);}),this[_0x1b3f('0x32')][_0x1b3f('0xb')]();}[_0x1b3f('0x3')](_0x3ebdb2){this[_0x1b3f('0x2')][_0x1b3f('0x4')](_0x39c250=>{_0x39c250[_0x1b3f('0x3')](_0x3ebdb2);}),this['_markerNames'][_0x1b3f('0xd')](_0x3ebdb2);}[_0x1b3f('0x5')](_0x315494){const _0x40e3f3='suggestion:'+this[_0x1b3f('0x2b')]+':'+this[_0x1b3f('0x2d')]+':'+this['id']+':'+this[_0x1b3f('0x27')]['id']+':'+u[_0x1b3f('0x3e')]();this[_0x1b3f('0x1d')](_0x40e3f3),this[_0x1b3f('0x2')][_0x1b3f('0x4')](_0x1fa0de=>{_0x1fa0de[_0x1b3f('0xf')](_0x40e3f3,{'range':_0x315494,'usingOperation':!0x0,'affectsData':!0x0});});}[_0x1b3f('0x2f')](_0x1b2fbf){for(const _0x254eb7 of this[_0x1b3f('0x18')]())if(_0x254eb7[_0x1b3f('0x17')](_0x1b2fbf))return!0x0;return!0x1;}[_0x1b3f('0x18')](){return this['getMarkers']()[_0x1b3f('0x19')](_0x3f8c58=>_0x3f8c58[_0x1b3f('0x6')]());}[_0x1b3f('0x16')](){return this['getRanges']()['reduce']((_0x1d1683,_0x16641b)=>[..._0x1d1683,..._0x16641b[_0x1b3f('0x16')]()],[]);}[_0x1b3f('0xc')](){var _0x419e81;return(null===(_0x419e81=this[_0x1b3f('0x1a')]())||void 0x0===_0x419e81?void 0x0:_0x419e81[_0x1b3f('0x6')]())||null;}[_0x1b3f('0x3a')](){const _0x42d326=this['getRanges']();if(0x1!=_0x42d326[_0x1b3f('0x3d')])return null;const _0x402b79=_0x42d326[0x0],_0x1f66c2=_0x402b79[_0x1b3f('0x23')]['nodeAfter'],_0x539260=_0x402b79[_0x1b3f('0x13')][_0x1b3f('0x30')];return _0x1f66c2 instanceof _0x280974?_0x1f66c2!=_0x539260?null:_0x1f66c2:null;}['accept'](){this['_onAccept'](this[_0x1b3f('0x18')](),this[_0x1b3f('0x21')],this[_0x1b3f('0x10')]),this[_0x1b3f('0x20')]();}[_0x1b3f('0x39')](){this[_0x1b3f('0x14')](this[_0x1b3f('0x18')](),this['data'],this['attributes']),this['removeMarkers']();}[_0x1b3f('0x3c')](){const _0xf85d0a=[];let _0x445bef=this[_0x1b3f('0x37')];for(;_0x445bef;)_0xf85d0a[_0x1b3f('0x3b')](_0x445bef),_0x445bef=_0x445bef[_0x1b3f('0x31')];return _0xf85d0a;}[_0x1b3f('0x1e')](_0x2bb8a8,_0x3ee3f7){const _0x2585da=_0xb1ecb5(this[_0x1b3f('0x10')]);_0x4b7470(_0x2585da,_0x2bb8a8,_0x3ee3f7),_0x3194f4(_0x2585da,this[_0x1b3f('0x10')])||(this[_0x1b3f('0x10')]=_0x2585da,this[_0x1b3f('0x1')](_0x2585da));}[_0x1b3f('0x0')](_0x2c1793){const _0x37f13f=_0xb1ecb5(this[_0x1b3f('0x10')]);_0x2fe9fb(_0x37f13f,_0x2c1793),_0x3194f4(_0x37f13f,this[_0x1b3f('0x10')])||(this[_0x1b3f('0x10')]=_0x37f13f,this['_onAttributesChange'](this[_0x1b3f('0x10')]));}[_0x1b3f('0x2e')](){return{'id':this['id'],'type':this[_0x1b3f('0x2d')]?this['type']+':'+this['subType']:this[_0x1b3f('0x2b')],'authorId':this['creator']['id'],'createdAt':this[_0x1b3f('0x1f')],'hasComments':this[_0x1b3f('0x33')],'data':this['data'],'attributes':this['attributes']};}static['getMultiRangeId'](){return _0x39dcc6()[_0x1b3f('0x24')](0x1,0x5);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5800=['_resolveDescriptionItems','registerAttributeLabel','_schema','push','format','registerDescriptionCallback','data','function','type','attribute','_itemLabels','join','*Remove:*\x20%0','start','set','_handleRenameSuggestionDescription','getItemLabel','_customCallbacks','isInContent','*Insert:*\x20%0','_handleInsertRemoveSuggestionDescription','_locale','addObject','end','_itemLabelsCallbacks','elementStart','$1\x20$2','_handleAttributeSuggestionDescription','map','removeEmptyContainer','length','nextSibling','checkChild','removeFormat','_attributeLabels','match','get','getFirstRange','EmptyContainer','isEmpty','*Merge:*\x20%0','$textProxy','*Remove\x20format:*\x20%0','has','isEqual','normal','name','subType','item','addFormat','label','_handleCustomCallbackDescription','element','*Split:*\x20%0','ELEMENT_SPACE','getDescriptions','softBreak','text','REPLACE_TEXT','skip','addEmptyContainer','isObject','elementEnd','addContainer','add','_addDescriptionItems','remove','Container','pop','key','replace','indexOf','nodeAfter','insertion','quantity','registerElementLabel','getWalker','*Set\x20format:*\x20%0','deletion','removeObject','previousSibling'];(function(_0x25ba50,_0x58000d){const _0xaefc23=function(_0x100dc4){while(--_0x100dc4){_0x25ba50['push'](_0x25ba50['shift']());}};_0xaefc23(++_0x58000d);}(_0x5800,0x102));const _0xaefc=function(_0x25ba50,_0x58000d){_0x25ba50=_0x25ba50-0x0;let _0xaefc23=_0x5800[_0x25ba50];return _0xaefc23;};import{getTranslation as _0xb58454}from'./utils/common-translations';import{priorities as _0x5e0808,insertToPriorityArray as _0x317b96}from'ckeditor5/src/utils';import{renameAttributeKey as _0x547ec5}from'./trackchangesediting';export default class f{constructor(_0x2fa3f2,_0x4764e7){this[_0xaefc('0x2')]=[],this[_0xaefc('0x4c')]=new Map(),this[_0xaefc('0x9')]=[],this['_attributeLabels']=new Map(),this[_0xaefc('0x44')]=_0x2fa3f2,this[_0xaefc('0x6')]=_0x4764e7;}[_0xaefc('0x28')](_0x38f594){const _0x20b0d4=[],_0x4c6419=new Set(),_0x4c6331=new Set();for(let _0x379247=0x0;_0x379247<_0x38f594[_0xaefc('0xf')];_0x379247++){const _0xeb76aa=_0x38f594[_0x379247];if(!_0xeb76aa[_0xaefc('0x3')])continue;const _0xf84378=this[_0xaefc('0x24')](_0xeb76aa);if(_0xf84378){if(null!=_0xeb76aa[_0xaefc('0x20')]){if(_0x4c6419[_0xaefc('0x1c')](_0xeb76aa[_0xaefc('0x20')]))continue;_0x4c6419[_0xaefc('0x31')](_0xeb76aa[_0xaefc('0x20')]);}_0x20b0d4[_0xaefc('0x45')](_0xf84378);}else{if(_0xaefc('0x4b')!=_0xeb76aa[_0xaefc('0x4a')])_0xaefc('0x3a')!=_0xeb76aa[_0xaefc('0x4a')]&&'deletion'!=_0xeb76aa['type']||this[_0xaefc('0x5')](_0x20b0d4,_0xeb76aa,_0x38f594[_0x379247+0x1]);else{const _0x3a04ed=_0xeb76aa[_0xaefc('0x48')][_0xaefc('0x36')];if(_0x4c6331[_0xaefc('0x1c')](_0x3a04ed))continue;_0x4c6331['add'](_0xeb76aa['data'][_0xaefc('0x36')]),_0x3a04ed==_0x547ec5?this[_0xaefc('0x0')](_0x20b0d4,_0xeb76aa):this[_0xaefc('0xc')](_0x20b0d4,_0xeb76aa);}}}return this[_0xaefc('0x42')](_0x20b0d4);}[_0xaefc('0x47')](_0x4a5330){this['_customCallbacks'][_0xaefc('0x45')](_0x4a5330);}[_0xaefc('0x3c')](_0x516509,_0x2cffd8,_0x4abe3a=_0x5e0808[_0xaefc('0x1e')]){_0xaefc('0x49')==typeof _0x516509?_0x317b96(this['_itemLabelsCallbacks'],{'matchingCallback':_0x516509,'label':_0x2cffd8,'priority':_0x4abe3a}):this[_0xaefc('0x4c')]['set'](_0x516509,_0x2cffd8);}[_0xaefc('0x43')](_0x1e0e68,_0x5946ec){this[_0xaefc('0x13')][_0xaefc('0x50')](_0x1e0e68,_0x5946ec);}[_0xaefc('0x1')](_0x2e321a,_0x755070=0x1){let _0x316532;for(const _0x3c61e0 of this[_0xaefc('0x9')])if(_0x3c61e0['matchingCallback'](_0x2e321a)){_0x316532=_0x3c61e0[_0xaefc('0x23')];break;}return _0x316532||(_0x316532=this[_0xaefc('0x4c')]['get'](_0x2e321a['name'])),_0x316532?_0x316532(_0x755070):0x1!==_0x755070?_0x755070+'\x20'+_0x2e321a[_0xaefc('0x1f')]+'s':''+_0x2e321a[_0xaefc('0x1f')];}['_addDescriptionItems'](_0x18e2c2,_0xe01908){const _0xa0a456=_0xe01908['getFirstRange']()[_0xaefc('0x3d')](),_0x269533=_0xaefc('0x3a')==_0xe01908[_0xaefc('0x4a')]?_0xaefc('0x31'):_0xaefc('0x33');for(const _0x300f38 of _0xa0a456){const _0x500332=_0x300f38[_0xaefc('0x21')],_0x35e7fa=_0x18e2c2[_0x18e2c2['length']-0x1];if(_0x500332['is'](_0xaefc('0x1a')))_0x35e7fa&&_0x35e7fa['type'][_0xaefc('0x38')](_0xaefc('0x34'))>-0x1&&_0x18e2c2[_0xaefc('0x35')](),_0x35e7fa&&'text'==_0x35e7fa['type']?_0x35e7fa[_0x269533]+=_0x500332[_0xaefc('0x48')]:_0x18e2c2['push']({'type':_0xaefc('0x2a'),'add':'add'==_0x269533?_0x500332[_0xaefc('0x48')]:'','remove':_0xaefc('0x33')==_0x269533?_0x500332[_0xaefc('0x48')]:''});else{if(this['_schema'][_0xaefc('0x2e')](_0x500332)){const _0x33c243=_0x500332;if(_0x35e7fa&&_0x35e7fa[_0xaefc('0x4a')][_0xaefc('0x38')](_0xaefc('0x34'))>-0x1&&_0x18e2c2[_0xaefc('0x35')](),_0xaefc('0x2f')==_0x300f38[_0xaefc('0x4a')])continue;_0x35e7fa&&_0x35e7fa[_0xaefc('0x4a')]==_0x269533+'Object'&&_0x35e7fa[_0xaefc('0x25')]['name']==_0x33c243[_0xaefc('0x1f')]?_0x35e7fa[_0xaefc('0x3b')]++:_0x18e2c2[_0xaefc('0x45')]({'type':_0x269533+'Object','element':_0x33c243,'quantity':0x1}),_0xa0a456[_0xaefc('0x2c')](_0x21e97e=>!(_0xaefc('0x2f')==_0x21e97e[_0xaefc('0x4a')]&&_0x21e97e['item']==_0x500332));}else{if(this['_schema'][_0xaefc('0x11')](_0x500332,'$text')||_0x500332['is']('element',_0xaefc('0x29'))){const _0x16f162=_0x500332;if(_0xaefc('0x31')==_0x269533&&_0xaefc('0xa')==_0x300f38[_0xaefc('0x4a')]||_0xaefc('0x33')==_0x269533&&'elementEnd'==_0x300f38[_0xaefc('0x4a')])continue;if(_0x35e7fa&&-0x1==_0x35e7fa[_0xaefc('0x4a')][_0xaefc('0x38')](_0xaefc('0x34'))){_0xaefc('0x2a')==_0x35e7fa[_0xaefc('0x4a')]&&(_0x35e7fa[_0x269533]+='\x0a');continue;}let _0x637e35;if(_0x637e35=_0xaefc('0x31')==_0x269533?_0x16f162[_0xaefc('0x10')]&&!this[_0xaefc('0x44')]['isObject'](_0x16f162[_0xaefc('0x10')])?_0x16f162[_0xaefc('0x10')]:null:_0x16f162[_0xaefc('0x41')]&&!this['_schema'][_0xaefc('0x2e')](_0x16f162[_0xaefc('0x41')])?_0x16f162[_0xaefc('0x41')]:null,_0x16f162['isEmpty']||_0x637e35&&_0x637e35[_0xaefc('0x18')]){const _0xcc6b6c=_0x637e35&&_0x637e35[_0xaefc('0x18')]?_0x637e35:_0x16f162;_0x35e7fa&&_0x35e7fa[_0xaefc('0x4a')]==_0x269533+'EmptyContainer'&&_0x35e7fa[_0xaefc('0x25')][_0xaefc('0x1f')]==_0xcc6b6c[_0xaefc('0x1f')]?_0x35e7fa[_0xaefc('0x3b')]++:_0x18e2c2[_0xaefc('0x45')]({'type':_0x269533+_0xaefc('0x17'),'element':_0xcc6b6c,'quantity':0x1});}else _0x18e2c2[_0xaefc('0x45')]({'type':_0x269533+_0xaefc('0x34'),'element':_0x16f162});}}}}}[_0xaefc('0x42')](_0x568965){const _0x38040c=this[_0xaefc('0x6')],_0x3e8d50=[],_0x1f8589=[],_0x3a5a15=[];for(const _0x150d2d of _0x568965)switch(_0x150d2d[_0xaefc('0x4a')]){case _0xaefc('0x2a'):if(_0x150d2d[_0xaefc('0x31')]=_0x150d2d[_0xaefc('0x31')]['replace'](/(\S)\u000A+(\S)/g,_0xaefc('0xb'))[_0xaefc('0x37')](/\u000A/g,''),_0x150d2d[_0xaefc('0x33')]=_0x150d2d[_0xaefc('0x33')][_0xaefc('0x37')](/(\S)\u000A+(\S)/g,'$1\x20$2')[_0xaefc('0x37')](/\u000A/g,''),''!=_0x150d2d['add']&&''!=_0x150d2d[_0xaefc('0x33')]){_0x3e8d50['push']({'type':_0xaefc('0x37'),'content':_0xb58454(_0x38040c,_0xaefc('0x2b'),['\x22'+_0x150d2d[_0xaefc('0x33')]+'\x22','\x22'+_0x150d2d[_0xaefc('0x31')]+'\x22'])});continue;}if(null!=_0x150d2d[_0xaefc('0x31')]['match'](/^ +$/)){_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x3a'),'content':_0xb58454(_0x38040c,_0xaefc('0x4'),_0xb58454(_0x38040c,_0xaefc('0x27'),_0x150d2d[_0xaefc('0x31')]['length']))});continue;}if(null!=_0x150d2d['remove'][_0xaefc('0x14')](/^ +$/)){_0x3e8d50['push']({'type':_0xaefc('0x3f'),'content':_0xb58454(_0x38040c,'*Remove:*\x20%0',_0xb58454(_0x38040c,'ELEMENT_SPACE',_0x150d2d[_0xaefc('0x33')][_0xaefc('0xf')]))});continue;}if(''!=_0x150d2d[_0xaefc('0x31')]){_0x3e8d50['push']({'type':'insertion','content':_0xb58454(_0x38040c,_0xaefc('0x4'),'\x22'+_0x150d2d[_0xaefc('0x31')]+'\x22')});continue;}_0x3e8d50['push']({'type':_0xaefc('0x3f'),'content':_0xb58454(_0x38040c,_0xaefc('0x4e'),'\x22'+_0x150d2d[_0xaefc('0x33')]+'\x22')});continue;case _0xaefc('0x2d'):case _0xaefc('0x7'):_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x3a'),'content':_0xb58454(_0x38040c,_0xaefc('0x4'),this[_0xaefc('0x1')](_0x150d2d[_0xaefc('0x25')],_0x150d2d[_0xaefc('0x3b')]))});continue;case _0xaefc('0xe'):case _0xaefc('0x40'):_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x3f'),'content':_0xb58454(_0x38040c,'*Remove:*\x20%0',this['getItemLabel'](_0x150d2d[_0xaefc('0x25')],_0x150d2d['quantity']))});continue;case _0xaefc('0x30'):_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x3a'),'content':_0xb58454(_0x38040c,_0xaefc('0x26'),this[_0xaefc('0x1')](_0x150d2d[_0xaefc('0x25')],_0x150d2d[_0xaefc('0x3b')]))});continue;case'removeContainer':_0x3e8d50['push']({'type':_0xaefc('0x3f'),'content':_0xb58454(_0x38040c,_0xaefc('0x19'),this[_0xaefc('0x1')](_0x150d2d[_0xaefc('0x25')],_0x150d2d['quantity']))});continue;case _0xaefc('0x22'):_0x1f8589[_0xaefc('0x45')](_0x150d2d['key']);continue;case _0xaefc('0x12'):_0x3a5a15[_0xaefc('0x45')](_0x150d2d[_0xaefc('0x36')]);continue;default:_0x3e8d50['push'](_0x150d2d);}if(_0x1f8589[_0xaefc('0xf')]){const _0x5cf906=_0x1f8589[_0xaefc('0xd')](_0x21624e=>this[_0xaefc('0x13')][_0xaefc('0x1c')](_0x21624e)?this[_0xaefc('0x13')][_0xaefc('0x15')](_0x21624e):_0x21624e)[_0xaefc('0x4d')](',\x20');_0x3e8d50[_0xaefc('0x45')]({'type':_0xaefc('0x46'),'content':_0xb58454(this[_0xaefc('0x6')],_0xaefc('0x3e'),_0x5cf906)});}if(_0x3a5a15[_0xaefc('0xf')]){const _0x342968=_0x3a5a15[_0xaefc('0xd')](_0x50cc50=>this['_attributeLabels'][_0xaefc('0x1c')](_0x50cc50)?this[_0xaefc('0x13')][_0xaefc('0x15')](_0x50cc50):_0x50cc50)[_0xaefc('0x4d')](',\x20');_0x3e8d50[_0xaefc('0x45')]({'type':'format','content':_0xb58454(this[_0xaefc('0x6')],_0xaefc('0x1b'),_0x342968)});}return _0x3e8d50;}[_0xaefc('0x24')](_0x4fd645){for(const _0xc91c82 of this[_0xaefc('0x2')]){const _0x475e89=_0xc91c82(_0x4fd645);if(_0x475e89&&_0xaefc('0x4a')in _0x475e89)return _0x475e89;}}[_0xaefc('0xc')](_0x19e28e,_0x11ec45){const _0x4dfbe6=_0x11ec45[_0xaefc('0x48')],_0x43558b=void 0x0===_0x4dfbe6['newValue']?'removeFormat':_0xaefc('0x22');_0x19e28e['push']({'type':_0x43558b,'key':_0x4dfbe6[_0xaefc('0x36')]});}[_0xaefc('0x0')](_0x38c833,_0x50e699){_0x38c833['push']({'type':_0xaefc('0x46'),'content':_0xb58454(this['_locale'],'*Change\x20to:*\x20%0',this[_0xaefc('0x1')](_0x50e699['getFirstRange']()[_0xaefc('0x4f')][_0xaefc('0x39')],0x1))});}[_0xaefc('0x5')](_0x23aa53,_0x1f8801,_0x2e86c7){if(this[_0xaefc('0x32')](_0x23aa53,_0x1f8801),_0x2e86c7&&_0x2e86c7[_0xaefc('0x16')]()&&!_0x1f8801[_0xaefc('0x16')]()[_0xaefc('0x8')][_0xaefc('0x1d')](_0x2e86c7[_0xaefc('0x16')]()[_0xaefc('0x4f')])){const _0x576282=_0x23aa53[_0x23aa53['length']-0x1],_0x56b702='insertion'==_0x1f8801[_0xaefc('0x4a')]?_0xaefc('0x31'):'remove';_0x576282&&_0xaefc('0x2a')==_0x576282[_0xaefc('0x4a')]&&(_0x576282[_0x56b702]+='\x0a');}}}
23
+ const _0x5939=['elementStart','isEmpty','quantity','removeContainer','insertion','map','item','ELEMENT_SPACE','addContainer','addFormat','label','isObject','_handleCustomCallbackDescription','pop','indexOf','subType','type','EmptyContainer','removeFormat','set','elementEnd','has','softBreak','deletion','get','key','skip','replace','isInContent','getWalker','name','removeEmptyContainer','Object','isEqual','function','_handleInsertRemoveSuggestionDescription','Container','registerAttributeLabel','text','_attributeLabels','normal','$1\x20$2','checkChild','getItemLabel','registerElementLabel','_handleAttributeSuggestionDescription','getFirstRange','*Change\x20to:*\x20%0','data','*Remove:*\x20%0','_schema','*Set\x20format:*\x20%0','_handleRenameSuggestionDescription','REPLACE_TEXT','addEmptyContainer','match','_locale','$text','previousSibling','registerDescriptionCallback','length','add','nextSibling','_customCallbacks','_resolveDescriptionItems','element','*Insert:*\x20%0','start','remove','_itemLabelsCallbacks','*Split:*\x20%0','push','_itemLabels','*Remove\x20format:*\x20%0','format'];(function(_0x8b11a3,_0x593906){const _0x4d1f3b=function(_0x3dab09){while(--_0x3dab09){_0x8b11a3['push'](_0x8b11a3['shift']());}};_0x4d1f3b(++_0x593906);}(_0x5939,0x88));const _0x4d1f=function(_0x8b11a3,_0x593906){_0x8b11a3=_0x8b11a3-0x0;let _0x4d1f3b=_0x5939[_0x8b11a3];return _0x4d1f3b;};import{getTranslation as _0x1c37ec}from'./utils/common-translations';import{priorities as _0x3d1a9d,insertToPriorityArray as _0x14c5ad}from'ckeditor5/src/utils';import{renameAttributeKey as _0x2b9e0d}from'./trackchangesediting';export default class f{constructor(_0x4272ab,_0x37dd01){this['_customCallbacks']=[],this[_0x4d1f('0xb')]=new Map(),this['_itemLabelsCallbacks']=[],this[_0x4d1f('0x35')]=new Map(),this[_0x4d1f('0x40')]=_0x4272ab,this[_0x4d1f('0x46')]=_0x37dd01;}['getDescriptions'](_0x53b22d){const _0x241ae0=[],_0x763581=new Set(),_0x4dc359=new Set();for(let _0x51a9eb=0x0;_0x51a9eb<_0x53b22d[_0x4d1f('0x4a')];_0x51a9eb++){const _0x57346e=_0x53b22d[_0x51a9eb];if(!_0x57346e[_0x4d1f('0x2a')])continue;const _0x4d026d=this['_handleCustomCallbackDescription'](_0x57346e);if(_0x4d026d){if(null!=_0x57346e[_0x4d1f('0x1d')]){if(_0x763581[_0x4d1f('0x23')](_0x57346e[_0x4d1f('0x1d')]))continue;_0x763581[_0x4d1f('0x0')](_0x57346e['subType']);}_0x241ae0[_0x4d1f('0xa')](_0x4d026d);}else{if('attribute'!=_0x57346e['type'])_0x4d1f('0x12')!=_0x57346e[_0x4d1f('0x1e')]&&'deletion'!=_0x57346e[_0x4d1f('0x1e')]||this[_0x4d1f('0x31')](_0x241ae0,_0x57346e,_0x53b22d[_0x51a9eb+0x1]);else{const _0x2e1a4d=_0x57346e[_0x4d1f('0x3e')][_0x4d1f('0x27')];if(_0x4dc359[_0x4d1f('0x23')](_0x2e1a4d))continue;_0x4dc359['add'](_0x57346e[_0x4d1f('0x3e')][_0x4d1f('0x27')]),_0x2e1a4d==_0x2b9e0d?this['_handleRenameSuggestionDescription'](_0x241ae0,_0x57346e):this[_0x4d1f('0x3b')](_0x241ae0,_0x57346e);}}}return this[_0x4d1f('0x3')](_0x241ae0);}[_0x4d1f('0x49')](_0x37ff27){this[_0x4d1f('0x2')]['push'](_0x37ff27);}[_0x4d1f('0x3a')](_0x50d744,_0x4cf233,_0x1c351a=_0x3d1a9d[_0x4d1f('0x36')]){_0x4d1f('0x30')==typeof _0x50d744?_0x14c5ad(this['_itemLabelsCallbacks'],{'matchingCallback':_0x50d744,'label':_0x4cf233,'priority':_0x1c351a}):this[_0x4d1f('0xb')][_0x4d1f('0x21')](_0x50d744,_0x4cf233);}[_0x4d1f('0x33')](_0x15a0ba,_0x5ab0a9){this[_0x4d1f('0x35')][_0x4d1f('0x21')](_0x15a0ba,_0x5ab0a9);}['getItemLabel'](_0x18648a,_0x3e46a8=0x1){let _0x3ae8a3;for(const _0x2170f0 of this[_0x4d1f('0x8')])if(_0x2170f0['matchingCallback'](_0x18648a)){_0x3ae8a3=_0x2170f0[_0x4d1f('0x18')];break;}return _0x3ae8a3||(_0x3ae8a3=this['_itemLabels'][_0x4d1f('0x26')](_0x18648a[_0x4d1f('0x2c')])),_0x3ae8a3?_0x3ae8a3(_0x3e46a8):0x1!==_0x3e46a8?_0x3e46a8+'\x20'+_0x18648a[_0x4d1f('0x2c')]+'s':''+_0x18648a[_0x4d1f('0x2c')];}['_addDescriptionItems'](_0x391628,_0x573110){const _0x1a6dde=_0x573110['getFirstRange']()[_0x4d1f('0x2b')](),_0x364be3=_0x4d1f('0x12')==_0x573110[_0x4d1f('0x1e')]?_0x4d1f('0x0'):_0x4d1f('0x7');for(const _0x2d6ebd of _0x1a6dde){const _0x1eb514=_0x2d6ebd[_0x4d1f('0x14')],_0x53645e=_0x391628[_0x391628[_0x4d1f('0x4a')]-0x1];if(_0x1eb514['is']('$textProxy'))_0x53645e&&_0x53645e[_0x4d1f('0x1e')][_0x4d1f('0x1c')]('Container')>-0x1&&_0x391628[_0x4d1f('0x1b')](),_0x53645e&&_0x4d1f('0x34')==_0x53645e[_0x4d1f('0x1e')]?_0x53645e[_0x364be3]+=_0x1eb514[_0x4d1f('0x3e')]:_0x391628[_0x4d1f('0xa')]({'type':_0x4d1f('0x34'),'add':_0x4d1f('0x0')==_0x364be3?_0x1eb514['data']:'','remove':_0x4d1f('0x7')==_0x364be3?_0x1eb514[_0x4d1f('0x3e')]:''});else{if(this[_0x4d1f('0x40')][_0x4d1f('0x19')](_0x1eb514)){const _0x2c174f=_0x1eb514;if(_0x53645e&&_0x53645e['type'][_0x4d1f('0x1c')](_0x4d1f('0x32'))>-0x1&&_0x391628[_0x4d1f('0x1b')](),_0x4d1f('0x22')==_0x2d6ebd['type'])continue;_0x53645e&&_0x53645e['type']==_0x364be3+_0x4d1f('0x2e')&&_0x53645e[_0x4d1f('0x4')][_0x4d1f('0x2c')]==_0x2c174f['name']?_0x53645e['quantity']++:_0x391628[_0x4d1f('0xa')]({'type':_0x364be3+'Object','element':_0x2c174f,'quantity':0x1}),_0x1a6dde[_0x4d1f('0x28')](_0x32cad7=>!(_0x4d1f('0x22')==_0x32cad7[_0x4d1f('0x1e')]&&_0x32cad7[_0x4d1f('0x14')]==_0x1eb514));}else{if(this[_0x4d1f('0x40')][_0x4d1f('0x38')](_0x1eb514,_0x4d1f('0x47'))||_0x1eb514['is'](_0x4d1f('0x4'),_0x4d1f('0x24'))){const _0x282d76=_0x1eb514;if(_0x4d1f('0x0')==_0x364be3&&_0x4d1f('0xe')==_0x2d6ebd[_0x4d1f('0x1e')]||'remove'==_0x364be3&&_0x4d1f('0x22')==_0x2d6ebd['type'])continue;if(_0x53645e&&-0x1==_0x53645e[_0x4d1f('0x1e')][_0x4d1f('0x1c')]('Container')){_0x4d1f('0x34')==_0x53645e['type']&&(_0x53645e[_0x364be3]+='\x0a');continue;}let _0x4fd2f0;if(_0x4fd2f0=_0x4d1f('0x0')==_0x364be3?_0x282d76['nextSibling']&&!this[_0x4d1f('0x40')][_0x4d1f('0x19')](_0x282d76[_0x4d1f('0x1')])?_0x282d76[_0x4d1f('0x1')]:null:_0x282d76['previousSibling']&&!this[_0x4d1f('0x40')][_0x4d1f('0x19')](_0x282d76[_0x4d1f('0x48')])?_0x282d76[_0x4d1f('0x48')]:null,_0x282d76[_0x4d1f('0xf')]||_0x4fd2f0&&_0x4fd2f0[_0x4d1f('0xf')]){const _0x10b44d=_0x4fd2f0&&_0x4fd2f0[_0x4d1f('0xf')]?_0x4fd2f0:_0x282d76;_0x53645e&&_0x53645e[_0x4d1f('0x1e')]==_0x364be3+'EmptyContainer'&&_0x53645e['element'][_0x4d1f('0x2c')]==_0x10b44d[_0x4d1f('0x2c')]?_0x53645e[_0x4d1f('0x10')]++:_0x391628[_0x4d1f('0xa')]({'type':_0x364be3+_0x4d1f('0x1f'),'element':_0x10b44d,'quantity':0x1});}else _0x391628[_0x4d1f('0xa')]({'type':_0x364be3+_0x4d1f('0x32'),'element':_0x282d76});}}}}}[_0x4d1f('0x3')](_0x5d38f9){const _0x4c32f1=this['_locale'],_0x2df7f2=[],_0x3e9fc5=[],_0x3d4d3a=[];for(const _0x19ed7d of _0x5d38f9)switch(_0x19ed7d[_0x4d1f('0x1e')]){case _0x4d1f('0x34'):if(_0x19ed7d['add']=_0x19ed7d[_0x4d1f('0x0')][_0x4d1f('0x29')](/(\S)\u000A+(\S)/g,_0x4d1f('0x37'))[_0x4d1f('0x29')](/\u000A/g,''),_0x19ed7d[_0x4d1f('0x7')]=_0x19ed7d[_0x4d1f('0x7')][_0x4d1f('0x29')](/(\S)\u000A+(\S)/g,_0x4d1f('0x37'))[_0x4d1f('0x29')](/\u000A/g,''),''!=_0x19ed7d['add']&&''!=_0x19ed7d['remove']){_0x2df7f2[_0x4d1f('0xa')]({'type':'replace','content':_0x1c37ec(_0x4c32f1,_0x4d1f('0x43'),['\x22'+_0x19ed7d[_0x4d1f('0x7')]+'\x22','\x22'+_0x19ed7d[_0x4d1f('0x0')]+'\x22'])});continue;}if(null!=_0x19ed7d['add'][_0x4d1f('0x45')](/^ +$/)){_0x2df7f2[_0x4d1f('0xa')]({'type':_0x4d1f('0x12'),'content':_0x1c37ec(_0x4c32f1,'*Insert:*\x20%0',_0x1c37ec(_0x4c32f1,'ELEMENT_SPACE',_0x19ed7d[_0x4d1f('0x0')][_0x4d1f('0x4a')]))});continue;}if(null!=_0x19ed7d['remove'][_0x4d1f('0x45')](/^ +$/)){_0x2df7f2[_0x4d1f('0xa')]({'type':_0x4d1f('0x25'),'content':_0x1c37ec(_0x4c32f1,'*Remove:*\x20%0',_0x1c37ec(_0x4c32f1,_0x4d1f('0x15'),_0x19ed7d[_0x4d1f('0x7')][_0x4d1f('0x4a')]))});continue;}if(''!=_0x19ed7d[_0x4d1f('0x0')]){_0x2df7f2['push']({'type':_0x4d1f('0x12'),'content':_0x1c37ec(_0x4c32f1,_0x4d1f('0x5'),'\x22'+_0x19ed7d['add']+'\x22')});continue;}_0x2df7f2['push']({'type':'deletion','content':_0x1c37ec(_0x4c32f1,_0x4d1f('0x3f'),'\x22'+_0x19ed7d[_0x4d1f('0x7')]+'\x22')});continue;case _0x4d1f('0x44'):case'addObject':_0x2df7f2[_0x4d1f('0xa')]({'type':'insertion','content':_0x1c37ec(_0x4c32f1,'*Insert:*\x20%0',this[_0x4d1f('0x39')](_0x19ed7d[_0x4d1f('0x4')],_0x19ed7d[_0x4d1f('0x10')]))});continue;case _0x4d1f('0x2d'):case'removeObject':_0x2df7f2[_0x4d1f('0xa')]({'type':_0x4d1f('0x25'),'content':_0x1c37ec(_0x4c32f1,'*Remove:*\x20%0',this[_0x4d1f('0x39')](_0x19ed7d[_0x4d1f('0x4')],_0x19ed7d['quantity']))});continue;case _0x4d1f('0x16'):_0x2df7f2[_0x4d1f('0xa')]({'type':_0x4d1f('0x12'),'content':_0x1c37ec(_0x4c32f1,_0x4d1f('0x9'),this[_0x4d1f('0x39')](_0x19ed7d[_0x4d1f('0x4')],_0x19ed7d[_0x4d1f('0x10')]))});continue;case _0x4d1f('0x11'):_0x2df7f2[_0x4d1f('0xa')]({'type':_0x4d1f('0x25'),'content':_0x1c37ec(_0x4c32f1,'*Merge:*\x20%0',this[_0x4d1f('0x39')](_0x19ed7d[_0x4d1f('0x4')],_0x19ed7d[_0x4d1f('0x10')]))});continue;case _0x4d1f('0x17'):_0x3e9fc5[_0x4d1f('0xa')](_0x19ed7d[_0x4d1f('0x27')]);continue;case _0x4d1f('0x20'):_0x3d4d3a[_0x4d1f('0xa')](_0x19ed7d['key']);continue;default:_0x2df7f2[_0x4d1f('0xa')](_0x19ed7d);}if(_0x3e9fc5[_0x4d1f('0x4a')]){const _0x2685eb=_0x3e9fc5[_0x4d1f('0x13')](_0x26884f=>this[_0x4d1f('0x35')][_0x4d1f('0x23')](_0x26884f)?this['_attributeLabels']['get'](_0x26884f):_0x26884f)['join'](',\x20');_0x2df7f2[_0x4d1f('0xa')]({'type':'format','content':_0x1c37ec(this[_0x4d1f('0x46')],_0x4d1f('0x41'),_0x2685eb)});}if(_0x3d4d3a[_0x4d1f('0x4a')]){const _0xb2b5d1=_0x3d4d3a[_0x4d1f('0x13')](_0x39e6ce=>this[_0x4d1f('0x35')]['has'](_0x39e6ce)?this['_attributeLabels']['get'](_0x39e6ce):_0x39e6ce)['join'](',\x20');_0x2df7f2[_0x4d1f('0xa')]({'type':_0x4d1f('0xd'),'content':_0x1c37ec(this[_0x4d1f('0x46')],_0x4d1f('0xc'),_0xb2b5d1)});}return _0x2df7f2;}[_0x4d1f('0x1a')](_0x30e401){for(const _0x1564b3 of this[_0x4d1f('0x2')]){const _0x4cb1c1=_0x1564b3(_0x30e401);if(_0x4cb1c1&&'type'in _0x4cb1c1)return _0x4cb1c1;}}[_0x4d1f('0x3b')](_0x4af738,_0x78f5bb){const _0xe9dbaa=_0x78f5bb[_0x4d1f('0x3e')],_0x4e75c8=void 0x0===_0xe9dbaa['newValue']?_0x4d1f('0x20'):_0x4d1f('0x17');_0x4af738[_0x4d1f('0xa')]({'type':_0x4e75c8,'key':_0xe9dbaa[_0x4d1f('0x27')]});}[_0x4d1f('0x42')](_0x3c2fd5,_0x1e4cd1){_0x3c2fd5[_0x4d1f('0xa')]({'type':_0x4d1f('0xd'),'content':_0x1c37ec(this[_0x4d1f('0x46')],_0x4d1f('0x3d'),this[_0x4d1f('0x39')](_0x1e4cd1[_0x4d1f('0x3c')]()[_0x4d1f('0x6')]['nodeAfter'],0x1))});}['_handleInsertRemoveSuggestionDescription'](_0x378ebf,_0x178c32,_0x5e14ab){if(this['_addDescriptionItems'](_0x378ebf,_0x178c32),_0x5e14ab&&_0x5e14ab[_0x4d1f('0x3c')]()&&!_0x178c32['getFirstRange']()['end'][_0x4d1f('0x2f')](_0x5e14ab[_0x4d1f('0x3c')]()['start'])){const _0x5f127e=_0x378ebf[_0x378ebf[_0x4d1f('0x4a')]-0x1],_0x29603f=_0x4d1f('0x12')==_0x178c32[_0x4d1f('0x1e')]?'add':'remove';_0x5f127e&&_0x4d1f('0x34')==_0x5f127e[_0x4d1f('0x1e')]&&(_0x5f127e[_0x29603f]+='\x0a');}}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- var _0xbbb4=['Comments','editor','plugins','TrackChanges','adapter','addSuggestion','get','getSuggestion','addSuggestionData','getSuggestions'];(function(_0x456c9f,_0xbbb42a){var _0x4c1a98=function(_0x5ce6c9){while(--_0x5ce6c9){_0x456c9f['push'](_0x456c9f['shift']());}};_0x4c1a98(++_0xbbb42a);}(_0xbbb4,0x187));var _0x4c1a=function(_0x456c9f,_0xbbb42a){_0x456c9f=_0x456c9f-0x0;var _0x4c1a98=_0xbbb4[_0x456c9f];return _0x4c1a98;};import{Plugin as _0x2557bf}from'ckeditor5/src/core';import _0x2af870 from'./trackchangesui';import _0x12af27 from'./trackchangesediting';import'ckeditor5-collaboration/src/collaboration-core';export default class k extends _0x2557bf{static get['requires'](){return[_0x12af27,_0x2af870,_0x4c1a('0x9')];}static get['pluginName'](){return _0x4c1a('0x2');}set[_0x4c1a('0x3')](_0x3bfa06){this[_0x4c1a('0x0')][_0x4c1a('0x1')][_0x4c1a('0x5')](_0x12af27)['adapter']=_0x3bfa06;}get[_0x4c1a('0x3')](){return this[_0x4c1a('0x0')]['plugins']['get'](_0x12af27)['adapter'];}[_0x4c1a('0x4')](_0x2d48b3){return this[_0x4c1a('0x0')]['plugins'][_0x4c1a('0x5')](_0x12af27)[_0x4c1a('0x7')](_0x2d48b3);}[_0x4c1a('0x8')]({skipNotAttached:_0x1bc80b=!0x1,toJSON:_0x2e2291=!0x1}={}){return this['editor'][_0x4c1a('0x1')]['get'](_0x12af27)['getSuggestions']({'skipNotAttached':_0x1bc80b,'toJSON':_0x2e2291});}['getSuggestion'](_0x3f9767){return this[_0x4c1a('0x0')][_0x4c1a('0x1')][_0x4c1a('0x5')](_0x12af27)[_0x4c1a('0x6')](_0x3f9767);}}
23
+ var _0x5d42=['getSuggestion','get','TrackChanges','plugins','adapter','editor','pluginName','addSuggestionData','addSuggestion','requires'];(function(_0x55304e,_0x5d424a){var _0x281c0a=function(_0x1edc85){while(--_0x1edc85){_0x55304e['push'](_0x55304e['shift']());}};_0x281c0a(++_0x5d424a);}(_0x5d42,0x1ca));var _0x281c=function(_0x55304e,_0x5d424a){_0x55304e=_0x55304e-0x0;var _0x281c0a=_0x5d42[_0x55304e];return _0x281c0a;};import{Plugin as _0x234c83}from'ckeditor5/src/core';import _0x899f11 from'./trackchangesui';import _0x39bd83 from'./trackchangesediting';import'ckeditor5-collaboration/src/collaboration-core';export default class k extends _0x234c83{static get[_0x281c('0x1')](){return[_0x39bd83,_0x899f11,'Comments'];}static get[_0x281c('0x8')](){return _0x281c('0x4');}set[_0x281c('0x6')](_0x49d12e){this[_0x281c('0x7')][_0x281c('0x5')][_0x281c('0x3')](_0x39bd83)[_0x281c('0x6')]=_0x49d12e;}get[_0x281c('0x6')](){return this[_0x281c('0x7')]['plugins'][_0x281c('0x3')](_0x39bd83)[_0x281c('0x6')];}[_0x281c('0x0')](_0x165209){return this[_0x281c('0x7')][_0x281c('0x5')][_0x281c('0x3')](_0x39bd83)[_0x281c('0x9')](_0x165209);}['getSuggestions']({skipNotAttached:_0x44e2c3=!0x1,toJSON:_0x280536=!0x1}={}){return this[_0x281c('0x7')][_0x281c('0x5')]['get'](_0x39bd83)['getSuggestions']({'skipNotAttached':_0x44e2c3,'toJSON':_0x280536});}[_0x281c('0x2')](_0x2b316c){return this[_0x281c('0x7')][_0x281c('0x5')][_0x281c('0x3')](_0x39bd83)['getSuggestion'](_0x2b316c);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x28f8=['get','config','CommentsRepository','useAnonymousUser','trackChangesData','plugins','Pagination','trackChangesData.editorCreator','editor','appendChild','editorCreator','pluginName','end','model','name','set','addSuggestionData','reduce','getDataWithDiscardedSuggestions','TrackChangesEditing','function','getRootNames','define','div','track-changes-data-invalid-editor-creator','getSuggestions','push','init','create','createDocumentFragment','_adapter','document','rootsAttributes','Users','TrackChangesDataGetter','getFullData','discardAllSuggestions','createElement','TrackChangesData','destroy','data'];(function(_0x343d1e,_0x28f866){const _0x1af022=function(_0x158ddb){while(--_0x158ddb){_0x343d1e['push'](_0x343d1e['shift']());}};_0x1af022(++_0x28f866);}(_0x28f8,0x13f));const _0x1af0=function(_0x343d1e,_0x28f866){_0x343d1e=_0x343d1e-0x0;let _0x1af022=_0x28f8[_0x343d1e];return _0x1af022;};import{Plugin as _0x3d8685}from'ckeditor5/src/core';import{CKEditorError as _0x512c5f}from'ckeditor5/src/utils';import _0x1fafb5 from'./trackchangesediting';import{sanitizeEditorConfig as _0x36b939}from'ckeditor5-collaboration/src/collaboration-core';const T=[_0x1af0('0xf')];export default class P extends _0x3d8685{static get['requires'](){return[_0x1fafb5];}static get[_0x1af0('0x14')](){return _0x1af0('0x6');}[_0x1af0('0x24')](){const _0x4ea4b7=this['editor'];if(_0x4ea4b7[_0x1af0('0xa')][_0x1af0('0x1f')](_0x1af0('0x10'),_0xf1cb7e=>{const _0x24ee45=_0x4ea4b7[_0x1af0('0x16')][_0x1af0('0x28')][_0x1af0('0x1e')]()[_0x1af0('0x1a')]((_0x5dbeb1,_0x3ec08c)=>(_0x5dbeb1[_0x3ec08c]='',_0x5dbeb1),{});return _0x4ea4b7['constructor'][_0x1af0('0x25')](_0x24ee45,_0xf1cb7e);}),_0x1af0('0x1d')!=typeof _0x4ea4b7[_0x1af0('0xa')][_0x1af0('0x9')]('trackChangesData')['editorCreator'])throw new _0x512c5f(_0x1af0('0x21'));}['getDataWithAcceptedSuggestions'](_0x15e7fa){return N(this[_0x1af0('0x11')],!0x0,_0x15e7fa);}[_0x1af0('0x1b')](_0x2c2128){return N(this[_0x1af0('0x11')],!0x1,_0x2c2128);}}class D extends _0x3d8685{static get['pluginName'](){return _0x1af0('0x2');}constructor(_0x465a9c){super(_0x465a9c),this['result']=_0x1af0('0x15');}[_0x1af0('0x24')](){this[_0x1af0('0x11')][_0x1af0('0xe')]['get'](_0x1af0('0xb'))['_adapter']={'addCommentThread':()=>new Promise(()=>{}),'getCommentThread':()=>new Promise(()=>{}),'updateCommentThread':()=>new Promise(()=>{}),'resolveCommentThread':()=>new Promise(()=>{}),'reopenCommentThread':()=>new Promise(()=>{}),'removeCommentThread':()=>new Promise(()=>{}),'addComment':()=>new Promise(()=>{}),'updateComment':()=>new Promise(()=>{}),'removeComment':()=>new Promise(()=>{})},this[_0x1af0('0x11')][_0x1af0('0xe')]['get'](_0x1af0('0x1c'))[_0x1af0('0x27')]=null;}}function v(_0x252ed8){return void 0x0!==_0x252ed8['getRootsAttributes'];}async function N(_0x533132,_0x58ae0f,_0x986d9d){const _0x4f9de9=_0x36b939(_0x533132,T);_0x4f9de9[_0x1af0('0xe')][_0x1af0('0x23')](_0x1fafb5,D),_0x4f9de9[_0x1af0('0x0')]=v(_0x533132)?_0x533132['getRootsAttributes']():void 0x0;const _0x5bda24=document[_0x1af0('0x26')](),_0x3335e4=_0x533132[_0x1af0('0xa')]['get'](_0x1af0('0xd'))[_0x1af0('0x13')],_0x2015da=await _0x3335e4(_0x4f9de9,()=>function(_0x4c8313){const _0x53aca0=document[_0x1af0('0x5')](_0x1af0('0x20'));return _0x4c8313[_0x1af0('0x12')](_0x53aca0),_0x53aca0;}(_0x5bda24));!function(_0x56de5c,_0x5183ad){const _0x15dbc3=_0x56de5c[_0x1af0('0x16')][_0x1af0('0x28')][_0x1af0('0x1e')]()['reduce']((_0x1c70fb,_0x69a651)=>(_0x1c70fb[_0x69a651]=_0x56de5c[_0x1af0('0x8')]['get']({'rootName':_0x69a651}),_0x1c70fb),{}),_0x3d749e=_0x56de5c[_0x1af0('0xe')][_0x1af0('0x9')](_0x1af0('0x1'))['users']['map'](_0x1779ba=>({'id':_0x1779ba['id'],'name':_0x1779ba[_0x1af0('0x17')]})),_0x4fd340=_0x56de5c['plugins'][_0x1af0('0x9')](_0x1af0('0x1c'))[_0x1af0('0x22')]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x2d44b4=_0x5183ad[_0x1af0('0xe')]['get'](_0x1af0('0x1')),_0x184444=_0x5183ad[_0x1af0('0xe')]['get'](_0x1af0('0x1c'));for(const _0x58bad4 of _0x3d749e)_0x2d44b4['getUser'](_0x58bad4['id'])||_0x2d44b4['addUser'](_0x58bad4);_0x2d44b4['me']||_0x2d44b4[_0x1af0('0xc')]();for(const _0xd86d47 of _0x4fd340)_0x184444[_0x1af0('0x19')](_0xd86d47);_0x5183ad['data'][_0x1af0('0x18')](_0x15dbc3);}(_0x533132,_0x2015da),_0x2015da['execute'](_0x58ae0f?'acceptAllSuggestions':_0x1af0('0x4'));const _0x10e9cb=v(_0x2015da)?_0x2015da[_0x1af0('0x3')](_0x986d9d):_0x2015da[_0x1af0('0x8')][_0x1af0('0x9')](_0x986d9d);return await _0x2015da[_0x1af0('0x7')](),_0x10e9cb;}
23
+ const _0x434d=['createDocumentFragment','editorCreator','getDataWithDiscardedSuggestions','pluginName','Users','trackChangesData','getDataWithAcceptedSuggestions','model','init','editor','result','getFullData','reduce','_adapter','get','set','destroy','define','execute','addSuggestionData','track-changes-data-invalid-editor-creator','data','create','getSuggestions','CommentsRepository','rootsAttributes','getRootsAttributes','getRootNames','users','acceptAllSuggestions','TrackChangesData','appendChild','trackChangesData.editorCreator','TrackChangesEditing','document','getUser','function','TrackChangesDataGetter','plugins','useAnonymousUser','Pagination','addUser','createElement','discardAllSuggestions'];(function(_0x51c2ec,_0x434db7){const _0x45db7a=function(_0x43a7ad){while(--_0x43a7ad){_0x51c2ec['push'](_0x51c2ec['shift']());}};_0x45db7a(++_0x434db7);}(_0x434d,0x1bb));const _0x45db=function(_0x51c2ec,_0x434db7){_0x51c2ec=_0x51c2ec-0x0;let _0x45db7a=_0x434d[_0x51c2ec];return _0x45db7a;};import{Plugin as _0x1882ca}from'ckeditor5/src/core';import{CKEditorError as _0x835f19}from'ckeditor5/src/utils';import _0x4bab2f from'./trackchangesediting';import{sanitizeEditorConfig as _0x56f337}from'ckeditor5-collaboration/src/collaboration-core';const T=[_0x45db('0x25')];export default class P extends _0x1882ca{static get['requires'](){return[_0x4bab2f];}static get[_0x45db('0x0')](){return _0x45db('0x1b');}['init'](){const _0x214bee=this[_0x45db('0x6')];if(_0x214bee['config'][_0x45db('0xe')](_0x45db('0x1d'),_0x35e92e=>{const _0x3d5a7f=_0x214bee[_0x45db('0x4')][_0x45db('0x1f')][_0x45db('0x18')]()[_0x45db('0x9')]((_0xc8b23c,_0x584c25)=>(_0xc8b23c[_0x584c25]='',_0xc8b23c),{});return _0x214bee['constructor'][_0x45db('0x13')](_0x3d5a7f,_0x35e92e);}),_0x45db('0x21')!=typeof _0x214bee['config'][_0x45db('0xb')](_0x45db('0x2'))[_0x45db('0x2a')])throw new _0x835f19(_0x45db('0x11'));}[_0x45db('0x3')](_0x447d5c){return N(this[_0x45db('0x6')],!0x0,_0x447d5c);}[_0x45db('0x2b')](_0x2c1228){return N(this['editor'],!0x1,_0x2c1228);}}class D extends _0x1882ca{static get[_0x45db('0x0')](){return _0x45db('0x22');}constructor(_0x2d779a){super(_0x2d779a),this[_0x45db('0x7')]='end';}[_0x45db('0x5')](){this[_0x45db('0x6')]['plugins'][_0x45db('0xb')](_0x45db('0x15'))[_0x45db('0xa')]={'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[_0x45db('0x6')][_0x45db('0x23')][_0x45db('0xb')](_0x45db('0x1e'))['_adapter']=null;}}function v(_0x29bf3a){return void 0x0!==_0x29bf3a[_0x45db('0x17')];}async function N(_0x40cd69,_0x4391da,_0x40a93d){const _0x5f44ce=_0x56f337(_0x40cd69,T);_0x5f44ce[_0x45db('0x23')]['push'](_0x4bab2f,D),_0x5f44ce[_0x45db('0x16')]=v(_0x40cd69)?_0x40cd69[_0x45db('0x17')]():void 0x0;const _0x5eed2d=document[_0x45db('0x29')](),_0x213880=_0x40cd69['config'][_0x45db('0xb')](_0x45db('0x2'))[_0x45db('0x2a')],_0x289568=await _0x213880(_0x5f44ce,()=>function(_0x66282){const _0x5ab09a=document[_0x45db('0x27')]('div');return _0x66282[_0x45db('0x1c')](_0x5ab09a),_0x5ab09a;}(_0x5eed2d));!function(_0x3d8e0f,_0x4b8754){const _0xe79873=_0x3d8e0f[_0x45db('0x4')]['document'][_0x45db('0x18')]()[_0x45db('0x9')]((_0x21d6a3,_0x52295f)=>(_0x21d6a3[_0x52295f]=_0x3d8e0f[_0x45db('0x12')]['get']({'rootName':_0x52295f}),_0x21d6a3),{}),_0x145a5b=_0x3d8e0f[_0x45db('0x23')][_0x45db('0xb')](_0x45db('0x1'))[_0x45db('0x19')]['map'](_0xc97da7=>({'id':_0xc97da7['id'],'name':_0xc97da7['name']})),_0x7c4030=_0x3d8e0f[_0x45db('0x23')][_0x45db('0xb')](_0x45db('0x1e'))[_0x45db('0x14')]({'skipNotAttached':!0x0,'toJSON':!0x0}),_0x3564ac=_0x4b8754[_0x45db('0x23')]['get'](_0x45db('0x1')),_0x2ecf6a=_0x4b8754[_0x45db('0x23')][_0x45db('0xb')](_0x45db('0x1e'));for(const _0x407ccf of _0x145a5b)_0x3564ac[_0x45db('0x20')](_0x407ccf['id'])||_0x3564ac[_0x45db('0x26')](_0x407ccf);_0x3564ac['me']||_0x3564ac[_0x45db('0x24')]();for(const _0x5c8256 of _0x7c4030)_0x2ecf6a[_0x45db('0x10')](_0x5c8256);_0x4b8754[_0x45db('0x12')][_0x45db('0xc')](_0xe79873);}(_0x40cd69,_0x289568),_0x289568[_0x45db('0xf')](_0x4391da?_0x45db('0x1a'):_0x45db('0x28'));const _0x4e0030=v(_0x289568)?_0x289568[_0x45db('0x8')](_0x40a93d):_0x289568[_0x45db('0x12')][_0x45db('0xb')](_0x40a93d);return await _0x289568[_0x45db('0xd')](),_0x4e0030;}