@ckeditor/ckeditor5-track-changes 36.0.0 → 36.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/build/track-changes.js +1 -1
  2. package/package.json +4 -4
  3. package/src/commands/acceptsuggestioncommand.js +1 -1
  4. package/src/commands/discardsuggestioncommand.js +1 -1
  5. package/src/commands/executeonallsuggestionscommand.js +1 -1
  6. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  7. package/src/commands/trackchangescommand.js +1 -1
  8. package/src/integrations/alignment.js +1 -1
  9. package/src/integrations/basicstyles.js +1 -1
  10. package/src/integrations/blockquote.js +1 -1
  11. package/src/integrations/ckbox.js +1 -1
  12. package/src/integrations/codeblock.js +1 -1
  13. package/src/integrations/comments.js +1 -1
  14. package/src/integrations/deletecommand.js +1 -1
  15. package/src/integrations/documentlist.js +1 -1
  16. package/src/integrations/documentlistproperties.js +1 -1
  17. package/src/integrations/entercommand.js +1 -1
  18. package/src/integrations/findandreplace.js +1 -1
  19. package/src/integrations/font.js +1 -1
  20. package/src/integrations/heading.js +1 -1
  21. package/src/integrations/highlight.js +1 -1
  22. package/src/integrations/horizontalline.js +1 -1
  23. package/src/integrations/htmlembed.js +1 -1
  24. package/src/integrations/image.js +1 -1
  25. package/src/integrations/imagereplace.js +1 -1
  26. package/src/integrations/importword.js +1 -1
  27. package/src/integrations/indent.js +1 -1
  28. package/src/integrations/inputcommand.js +1 -1
  29. package/src/integrations/link.js +1 -1
  30. package/src/integrations/list.js +1 -1
  31. package/src/integrations/listproperties.js +1 -1
  32. package/src/integrations/mediaembed.js +1 -1
  33. package/src/integrations/mention.js +1 -1
  34. package/src/integrations/pagebreak.js +1 -1
  35. package/src/integrations/paragraph.js +1 -1
  36. package/src/integrations/removeformat.js +1 -1
  37. package/src/integrations/restrictededitingmode.js +1 -1
  38. package/src/integrations/shiftentercommand.js +1 -1
  39. package/src/integrations/standardeditingmode.js +1 -1
  40. package/src/integrations/style.js +1 -1
  41. package/src/integrations/table.js +1 -1
  42. package/src/integrations/tablecaption.js +1 -1
  43. package/src/integrations/tableclipboard.js +1 -1
  44. package/src/integrations/tablecolumnresize.js +1 -1
  45. package/src/integrations/tableheadings.js +1 -1
  46. package/src/integrations/tablemergesplit.js +1 -1
  47. package/src/integrations/tableproperties.js +1 -1
  48. package/src/integrations/title.js +1 -1
  49. package/src/integrations/undo.js +1 -1
  50. package/src/integrations/utils.js +1 -1
  51. package/src/suggestion.js +1 -1
  52. package/src/suggestiondescriptionfactory.js +1 -1
  53. package/src/trackchanges.js +1 -1
  54. package/src/trackchangesdata.js +1 -1
  55. package/src/trackchangesediting.js +1 -1
  56. package/src/trackchangesui.js +1 -1
  57. package/src/ui/suggestioncontroller.js +1 -1
  58. package/src/ui/view/basesuggestionthreadview.js +1 -1
  59. package/src/ui/view/suggestionthreadview.js +1 -1
  60. package/src/utils/common-translations.js +1 -1
  61. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x116b=['commentThread','ck-suggestion--disabled-comments','type','getExternalSuggestionNote','authoredAt','change:description','innerText','isEnabled','ck-annotation__content-wrapper','Discard\x20suggestion','bind','bindTemplate','ck-suggestion__main','check','element','</span>','</p>','description','ck-suggestion__info','setTemplate','_config','ck-suggestion','EXTERNAL_AVATAR','render','time','EXTERNAL_IMPORT_WORD_SUGGESTION','join','extendTemplate','creator','name','div','importWord','EXTERNAL_IMPORT_WORD_AVATAR','push','ck-annotation__info-name','formatDateTime','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','descriptionParts','acceptButton','ck-annotation__info','<p>','discardButton','_model','value','acceptSuggestion','Accept\x20suggestion','content','EXTERNAL_SUGGESTION','_createButton','innerHTML','title','map','discardSuggestion','disableComments','ck-suggestion--accept','fire','ck-comment__info-time','ck-suggestion__user','isActive','children','_descriptionElement','userView','createElement','isExternal','ck-suggestion-','ck-annotation__user','ck-annotation__main','split','ck-annotation__actions','execute','commentsListView','attributes','locale','span','@external','source','getUserViewNotificationText','ck-suggestion-wrapper--active','ck-annotation','ck-annotation__info-time','ck-comment__external','set','getTemplate'];(function(_0x7b28a5,_0x116bb4){const _0x1ea570=function(_0xe392b4){while(--_0xe392b4){_0x7b28a5['push'](_0x7b28a5['shift']());}};_0x1ea570(++_0x116bb4);}(_0x116b,0x84));const _0x1ea5=function(_0x7b28a5,_0x116bb4){_0x7b28a5=_0x7b28a5-0x0;let _0x1ea570=_0x116b[_0x7b28a5];return _0x1ea570;};import{getTranslation as _0x19e0c6}from'../../utils/common-translations';import _0x53c025 from'./basesuggestionthreadview';import{ButtonView as _0x53a77d}from'ckeditor5/src/ui';import{icons as _0x3e8cb2}from'ckeditor5/src/core';import{trimHtml as _0x574676,UserView as _0x2b4dd3}from'ckeditor5-collaboration/src/collaboration-core';export default class qt extends _0x53c025{constructor(_0x4a6c88,_0x188cc3,_0x544fd5,_0x3e54d2){super(_0x4a6c88,_0x188cc3,_0x544fd5,_0x3e54d2),this['set']('type',''),this['bind']('type')['to'](this,'descriptionParts',_0x50de69=>_0x50de69&&_0x50de69[0x0]?_0x50de69[0x0][_0x1ea5('0x24')]:''),this[_0x1ea5('0x2c')]('description')['to'](this,_0x1ea5('0x47'),this,'isActive',(_0x1ac192,_0x27a7fc)=>{let _0x3795fd='';for(const _0x4bc7b0 of _0x1ac192)_0x3795fd+=_0x1ea5('0x4a')+ns(_0x4bc7b0[_0x1ea5('0x50')],_0x4bc7b0['color'])+_0x1ea5('0x32');return _0x27a7fc?_0x3795fd:_0x574676(_0x3795fd,{'limit':0x8c});}),this[_0x1ea5('0xb')]=null,this[_0x1ea5('0x48')]=this[_0x1ea5('0x52')](_0x19e0c6(_0x4a6c88,_0x1ea5('0x4f')),_0x3e8cb2[_0x1ea5('0x2f')],_0x1ea5('0x5'),_0x1ea5('0x4e'),'sw'),this[_0x1ea5('0x4b')]=this[_0x1ea5('0x52')](_0x19e0c6(_0x4a6c88,_0x1ea5('0x2b')),_0x3e8cb2['cancel'],'ck-suggestion--discard',_0x1ea5('0x3'),'sw'),this[_0x1ea5('0xc')]=new _0x2b4dd3(_0x4a6c88,this[_0x1ea5('0x4c')]['author'],this[_0x1ea5('0x1b')]()),this['userView'][_0x1ea5('0x3d')]({'attributes':{'class':[_0x1ea5('0x8'),_0x1ea5('0x10')]}}),this[_0x1ea5('0x35')](this[_0x1ea5('0x21')]());}[_0x1ea5('0x21')](){const _0x217e7e=this[_0x1ea5('0x2d')],_0x2d133f=[{'tag':_0x1ea5('0x40'),'attributes':{'class':[_0x1ea5('0x34'),_0x1ea5('0x49')]},'children':[{'tag':_0x1ea5('0x18'),'children':[{'text':this['userView'][_0x1ea5('0x3f')]}],'attributes':{'class':['ck-suggestion__info-name',_0x1ea5('0x44')]}},{'tag':_0x1ea5('0x3a'),'attributes':{'datetime':_0x217e7e['to'](_0x1ea5('0x26')),'class':[_0x1ea5('0x7'),_0x1ea5('0x1e')]},'children':[{'text':_0x217e7e['to'](_0x1ea5('0x26'),_0x4b68a7=>this['_config'][_0x1ea5('0x45')](_0x4b68a7))}]}]},{'tag':'div','attributes':{'class':['ck-suggestion__actions',_0x1ea5('0x13')]},'children':[this[_0x1ea5('0x48')],this[_0x1ea5('0x4b')]]},{'tag':_0x1ea5('0x40'),'attributes':{'class':[_0x1ea5('0x2a')]}}];this[_0x1ea5('0x4c')][_0x1ea5('0xe')]&&_0x2d133f[_0x1ea5('0x43')]({'tag':_0x1ea5('0x40'),'attributes':{'class':[_0x1ea5('0x1f')]},'children':[{'text':this[_0x1ea5('0x25')]()}]});const _0x38eaca={'tag':'div','attributes':{'class':['ck-suggestion-wrapper',_0x217e7e['if'](_0x1ea5('0x9'),_0x1ea5('0x1c')),_0x217e7e['to'](_0x1ea5('0x24'),_0x4ccace=>_0x1ea5('0xf')+_0x4ccace),this[_0x1ea5('0x36')][_0x1ea5('0x4')]&&_0x1ea5('0x23')],'data-suggestion-id':this[_0x1ea5('0x4c')]['id'],'data-thread-id':this[_0x1ea5('0x4c')][_0x1ea5('0x22')]['id'],'data-author-id':this[_0x1ea5('0x4c')]['author']['id'],'tabindex':-0x1},'children':[{'tag':_0x1ea5('0x40'),'attributes':{'class':[_0x1ea5('0x37'),_0x1ea5('0x1d')]},'children':[this['userView'],{'tag':_0x1ea5('0x40'),'attributes':{'class':[_0x1ea5('0x2e'),_0x1ea5('0x11')]},'children':_0x2d133f}]}]};return this[_0x1ea5('0x15')]&&this['commentThreadInputView']&&_0x38eaca[_0x1ea5('0xa')]['push'](this[_0x1ea5('0x15')],this['commentThreadInputView']),_0x38eaca;}[_0x1ea5('0x39')](){super[_0x1ea5('0x39')](),this[_0x1ea5('0xb')]=this[_0x1ea5('0x30')]['querySelector']('.ck-annotation__content-wrapper'),this[_0x1ea5('0xb')][_0x1ea5('0x0')]=this[_0x1ea5('0x33')],this['on'](_0x1ea5('0x27'),(_0x5a189f,_0x2f2370,_0x37e8cc)=>{this['_descriptionElement'][_0x1ea5('0x0')]=_0x37e8cc;});}[_0x1ea5('0x52')](_0x2fea44,_0x11edca,_0x41fc68,_0x3f1fe6,_0x1bf060){const _0x1b79e7=new _0x53a77d(this[_0x1ea5('0x17')]);return _0x1b79e7[_0x1ea5('0x20')]({'label':_0x2fea44,'icon':_0x11edca,'tooltip':!0x0,'tooltipPosition':_0x1bf060}),_0x1b79e7[_0x1ea5('0x3d')]({'attributes':{'class':_0x41fc68}}),_0x1b79e7['on'](_0x1ea5('0x14'),()=>{this[_0x1ea5('0x6')](_0x3f1fe6,this[_0x1ea5('0x4c')]['id']);}),_0x1b79e7[_0x1ea5('0x2c')](_0x1ea5('0x29'))['to'](this),_0x1b79e7;}['getExternalSuggestionNote'](){return _0x1ea5('0x41')===this[_0x1ea5('0x4c')][_0x1ea5('0x16')][_0x1ea5('0x19')][_0x1ea5('0x1a')]?_0x19e0c6(this[_0x1ea5('0x17')],_0x1ea5('0x3b')):_0x19e0c6(this[_0x1ea5('0x17')],_0x1ea5('0x51'));}[_0x1ea5('0x1b')](){return this[_0x1ea5('0x4c')][_0x1ea5('0xe')]?_0x1ea5('0x41')===this[_0x1ea5('0x4c')][_0x1ea5('0x16')][_0x1ea5('0x19')]['source']?_0x19e0c6(this[_0x1ea5('0x17')],_0x1ea5('0x42'),this[_0x1ea5('0x4c')][_0x1ea5('0x3e')][_0x1ea5('0x3f')]):_0x19e0c6(this['locale'],_0x1ea5('0x38'),this[_0x1ea5('0x4c')][_0x1ea5('0x3e')]['name']):null;}}function ns(_0x46ecbe,_0x29fe71){let _0x29d696='';return _0x29d696+=_0x46ecbe[_0x1ea5('0x12')]('*')[_0x1ea5('0x2')]((_0x384a9d,_0x291d49)=>_0x291d49%0x2!=0x0?'<span\x20class=\x22ck-suggestion-type\x22>'+os(_0x384a9d)+_0x1ea5('0x31'):os(_0x384a9d))[_0x1ea5('0x3c')](''),_0x29fe71&&(_0x29d696+=_0x1ea5('0x46')+_0x29fe71[_0x1ea5('0x4d')]+'\x22\x20title=\x22'+_0x29fe71[_0x1ea5('0x1')]+'\x22></span>'),_0x29d696;}function os(_0x24be83){const _0x42b898=document[_0x1ea5('0xd')]('span');return _0x42b898[_0x1ea5('0x28')]=_0x24be83,_0x42b898[_0x1ea5('0x0')];}
23
+ const _0x348e=['extendTemplate','split','innerText','value','isEnabled','discardButton','getExternalSuggestionNote','importWord','color','setTemplate','ck-comment__external','ck-comment__info-time','source','ck-suggestion__main','isActive','ck-annotation','userView','\x22\x20title=\x22','span','commentThread','_descriptionElement','getUserViewNotificationText','change:description','cancel','type','ck-annotation__main','locale','name','acceptButton','acceptSuggestion','<p>','ck-suggestion--discard','ck-suggestion--disabled-comments','ck-annotation__user','disableComments','commentThreadInputView','element','push','Accept\x20suggestion','ck-suggestion__user','EXTERNAL_IMPORT_WORD_AVATAR','isExternal','@external','fire','bind','ck-suggestion--accept','ck-annotation__info-time','children','author','</span>','createElement','_model','innerHTML','check','<span\x20class=\x22ck-suggestion-type\x22>','attributes','Discard\x20suggestion','.ck-annotation__content-wrapper','set','join','title','_config','commentsListView','</p>','descriptionParts','ck-suggestion__info-name','render','ck-annotation__info-name','ck-annotation__actions','getTemplate','div','content','_createButton','ck-suggestion-','authoredAt','EXTERNAL_IMPORT_WORD_SUGGESTION','creator'];(function(_0x1b89f6,_0x348efb){const _0x3519a1=function(_0x38160d){while(--_0x38160d){_0x1b89f6['push'](_0x1b89f6['shift']());}};_0x3519a1(++_0x348efb);}(_0x348e,0xd7));const _0x3519=function(_0x1b89f6,_0x348efb){_0x1b89f6=_0x1b89f6-0x0;let _0x3519a1=_0x348e[_0x1b89f6];return _0x3519a1;};import{getTranslation as _0x28bf13}from'../../utils/common-translations';import _0x55ac49 from'./basesuggestionthreadview';import{ButtonView as _0x60d07c}from'ckeditor5/src/ui';import{icons as _0xb882ab}from'ckeditor5/src/core';import{trimHtml as _0x59a2d3,UserView as _0x1c1b48}from'ckeditor5-collaboration/src/collaboration-core';export default class qt extends _0x55ac49{constructor(_0x115eca,_0x3f2a30,_0x4c0f82,_0x16adee){super(_0x115eca,_0x3f2a30,_0x4c0f82,_0x16adee),this['set']('type',''),this[_0x3519('0x3c')]('type')['to'](this,_0x3519('0x3'),_0x374333=>_0x374333&&_0x374333[0x0]?_0x374333[0x0]['type']:''),this[_0x3519('0x3c')]('description')['to'](this,'descriptionParts',this,_0x3519('0x1e'),(_0xa240b0,_0x1699fd)=>{let _0x4a7791='';for(const _0x491f37 of _0xa240b0)_0x4a7791+=_0x3519('0x2e')+ns(_0x491f37[_0x3519('0xa')],_0x491f37[_0x3519('0x18')])+_0x3519('0x2');return _0x1699fd?_0x4a7791:_0x59a2d3(_0x4a7791,{'limit':0x8c});}),this[_0x3519('0x24')]=null,this[_0x3519('0x2c')]=this['_createButton'](_0x28bf13(_0x115eca,_0x3519('0x36')),_0xb882ab[_0x3519('0x45')],_0x3519('0x3d'),_0x3519('0x2d'),'sw'),this[_0x3519('0x15')]=this[_0x3519('0xb')](_0x28bf13(_0x115eca,_0x3519('0x48')),_0xb882ab[_0x3519('0x27')],_0x3519('0x2f'),'discardSuggestion','sw'),this[_0x3519('0x20')]=new _0x1c1b48(_0x115eca,this[_0x3519('0x43')][_0x3519('0x40')],this[_0x3519('0x25')]()),this['userView'][_0x3519('0x10')]({'attributes':{'class':[_0x3519('0x37'),_0x3519('0x31')]}}),this[_0x3519('0x19')](this[_0x3519('0x8')]());}[_0x3519('0x8')](){const _0x257238=this['bindTemplate'],_0x42fe3a=[{'tag':_0x3519('0x9'),'attributes':{'class':['ck-suggestion__info','ck-annotation__info']},'children':[{'tag':_0x3519('0x22'),'children':[{'text':this[_0x3519('0x20')]['name']}],'attributes':{'class':[_0x3519('0x4'),_0x3519('0x6')]}},{'tag':'time','attributes':{'datetime':_0x257238['to'](_0x3519('0xd')),'class':[_0x3519('0x1b'),_0x3519('0x3e')]},'children':[{'text':_0x257238['to']('authoredAt',_0x2374b3=>this[_0x3519('0x0')]['formatDateTime'](_0x2374b3))}]}]},{'tag':_0x3519('0x9'),'attributes':{'class':['ck-suggestion__actions',_0x3519('0x7')]},'children':[this[_0x3519('0x2c')],this[_0x3519('0x15')]]},{'tag':_0x3519('0x9'),'attributes':{'class':['ck-annotation__content-wrapper']}}];this[_0x3519('0x43')][_0x3519('0x39')]&&_0x42fe3a[_0x3519('0x35')]({'tag':'div','attributes':{'class':[_0x3519('0x1a')]},'children':[{'text':this[_0x3519('0x16')]()}]});const _0x3756c5={'tag':_0x3519('0x9'),'attributes':{'class':['ck-suggestion-wrapper',_0x257238['if'](_0x3519('0x1e'),'ck-suggestion-wrapper--active'),_0x257238['to'](_0x3519('0x28'),_0x126471=>_0x3519('0xc')+_0x126471),this['_config'][_0x3519('0x32')]&&_0x3519('0x30')],'data-suggestion-id':this['_model']['id'],'data-thread-id':this[_0x3519('0x43')][_0x3519('0x23')]['id'],'data-author-id':this['_model'][_0x3519('0x40')]['id'],'tabindex':-0x1},'children':[{'tag':_0x3519('0x9'),'attributes':{'class':['ck-suggestion',_0x3519('0x1f')]},'children':[this[_0x3519('0x20')],{'tag':'div','attributes':{'class':[_0x3519('0x1d'),_0x3519('0x29')]},'children':_0x42fe3a}]}]};return this[_0x3519('0x1')]&&this[_0x3519('0x33')]&&_0x3756c5[_0x3519('0x3f')][_0x3519('0x35')](this[_0x3519('0x1')],this[_0x3519('0x33')]),_0x3756c5;}[_0x3519('0x5')](){super[_0x3519('0x5')](),this[_0x3519('0x24')]=this[_0x3519('0x34')]['querySelector'](_0x3519('0x49')),this[_0x3519('0x24')]['innerHTML']=this['description'],this['on'](_0x3519('0x26'),(_0x156b67,_0x3b0183,_0x54bcf9)=>{this['_descriptionElement'][_0x3519('0x44')]=_0x54bcf9;});}[_0x3519('0xb')](_0x48fc9d,_0x4d9dcc,_0x320902,_0x4a4ce9,_0x22f9d2){const _0x571fec=new _0x60d07c(this['locale']);return _0x571fec[_0x3519('0x4a')]({'label':_0x48fc9d,'icon':_0x4d9dcc,'tooltip':!0x0,'tooltipPosition':_0x22f9d2}),_0x571fec[_0x3519('0x10')]({'attributes':{'class':_0x320902}}),_0x571fec['on']('execute',()=>{this[_0x3519('0x3b')](_0x4a4ce9,this[_0x3519('0x43')]['id']);}),_0x571fec[_0x3519('0x3c')](_0x3519('0x14'))['to'](this),_0x571fec;}[_0x3519('0x16')](){return _0x3519('0x17')===this[_0x3519('0x43')][_0x3519('0x47')][_0x3519('0x3a')]['source']?_0x28bf13(this[_0x3519('0x2a')],_0x3519('0xe')):_0x28bf13(this[_0x3519('0x2a')],'EXTERNAL_SUGGESTION');}[_0x3519('0x25')](){return this['_model']['isExternal']?_0x3519('0x17')===this[_0x3519('0x43')][_0x3519('0x47')][_0x3519('0x3a')][_0x3519('0x1c')]?_0x28bf13(this[_0x3519('0x2a')],_0x3519('0x38'),this['_model']['creator']['name']):_0x28bf13(this[_0x3519('0x2a')],'EXTERNAL_AVATAR',this['_model'][_0x3519('0xf')][_0x3519('0x2b')]):null;}}function ns(_0x72858,_0x61422){let _0x278ab8='';return _0x278ab8+=_0x72858[_0x3519('0x11')]('*')['map']((_0x44c81e,_0x1b6cda)=>_0x1b6cda%0x2!=0x0?_0x3519('0x46')+os(_0x44c81e)+_0x3519('0x41'):os(_0x44c81e))[_0x3519('0x4b')](''),_0x61422&&(_0x278ab8+='<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20'+_0x61422[_0x3519('0x13')]+_0x3519('0x21')+_0x61422[_0x3519('0x4c')]+'\x22></span>'),_0x278ab8;}function os(_0x320441){const _0x386bc6=document[_0x3519('0x42')]('span');return _0x386bc6[_0x3519('0x12')]=_0x320441,_0x386bc6[_0x3519('0x44')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x28c354,_0x348d3f,_0x3f8473){const t=_0x28c354['t'];switch(_0x348d3f){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x3f8473);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x3f8473);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x3f8473);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x3f8473);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x3f8473);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x3f8473);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x3f8473);case'*Format:*\x20replace\x20image\x20URL':return t('*Format:*\x20replace\x20image\x20URL');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x3f8473);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x3f8473);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x3f8473);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x3f8473);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x3f8473);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x3f8473);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x3f8473);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x3f8473);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x3f8473);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x3f8473);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x3f8473);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x3f8473);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x3f8473);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x3f8473);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x3f8473);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x3f8473);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x3f8473);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x3f8473);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x3f8473);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x3f8473);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x3f8473);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x3f8473);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x3f8473);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x3f8473);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x3f8473);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x3f8473);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x3f8473);case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x3f8473);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x3f8473);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x3f8473);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x3f8473);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x3f8473);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x3f8473);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x3f8473);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x3f8473);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x3f8473);}}
23
+ export function getTranslation(_0x2c908c,_0x3d6105,_0x228b04){const t=_0x2c908c['t'];switch(_0x3d6105){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x228b04);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x228b04);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x228b04);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x228b04);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x228b04);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x228b04);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x228b04);case'*Format:*\x20replace\x20image\x20URL':return t('*Format:*\x20replace\x20image\x20URL');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x228b04);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x228b04);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x228b04);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x228b04);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x228b04);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x228b04);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x228b04);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x228b04);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x228b04);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x228b04);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x228b04);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x228b04);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x228b04);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x228b04);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x228b04);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x228b04);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x228b04);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x228b04);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x228b04);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x228b04);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x228b04);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x228b04);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x228b04);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x228b04);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x228b04);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x228b04);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x228b04);case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x228b04);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x228b04);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x228b04);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x228b04);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x228b04);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x228b04);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x228b04);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x228b04);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x228b04);}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x6366=['value','\x20[color\x20','schema','createPositionAfter','change','isMultiRange','execute','start','isObject','join','content','createRange','sort','isTouching','getRanges','end','createPositionBefore','from','isIntersecting','color','push','add','type','map','getRange','isInContent','isCollapsed','deletion','replace'];(function(_0x31956b,_0x6366a9){const _0x2850b4=function(_0x4db450){while(--_0x4db450){_0x31956b['push'](_0x31956b['shift']());}};_0x2850b4(++_0x6366a9);}(_0x6366,0x134));const _0x2850=function(_0x31956b,_0x6366a9){_0x31956b=_0x31956b-0x0;let _0x2850b4=_0x6366[_0x31956b];return _0x2850b4;};export function normalizeDescription(_0x2de6ec){return Array['isArray'](_0x2de6ec)||(_0x2de6ec=[_0x2de6ec]),_0x2de6ec[_0x2850('0x5')](_0x559c0e=>{const _0xf1321b=_0x559c0e[_0x2850('0x15')][_0x2850('0xa')](/\*/g,''),_0x10271a=_0x559c0e[_0x2850('0x1')]?_0x2850('0xc')+_0x559c0e['color'][_0x2850('0xb')]+']':'';return'['+_0x559c0e['type']+']\x20'+_0xf1321b+_0x10271a;})[_0x2850('0x14')](';\x20');}export function sortSuggestions(_0x5566cb){return _0x5566cb[_0x2850('0x17')]((_0x16a6ac,_0x4ce845)=>_0x2850('0x9')==_0x16a6ac[_0x2850('0x4')]&&_0x2850('0x9')!=_0x4ce845['type']?-0x1:_0x2850('0x9')!=_0x16a6ac['type']&&_0x2850('0x9')==_0x4ce845['type']?0x1:0x0);}export function getSelectedSuggestions(_0x4ad0b3,_0x4436e8){const _0x149edd=Array[_0x2850('0x1c')](_0x4ad0b3[_0x2850('0x19')]()),_0x4c8660=new Set();for(const _0x5bb64d of _0x4436e8)if(_0x5bb64d[_0x2850('0x7')])for(const _0xed68e8 of _0x149edd)for(const _0x251cdf of _0x5bb64d['getMarkers']()){const _0x3c12e3=_0x251cdf[_0x2850('0x6')]();(_0xed68e8[_0x2850('0x0')](_0x3c12e3)||_0x4ad0b3[_0x2850('0x8')]&&!_0x5bb64d[_0x2850('0x10')]&&_0x5bb64d['next']&&_0x3c12e3[_0x2850('0x1a')][_0x2850('0x18')](_0xed68e8[_0x2850('0x12')]))&&_0x4c8660[_0x2850('0x3')](_0x5bb64d);}return _0x4c8660;}export function getRangesOfBlockGroups(_0x442f47,_0x450189){let _0x58286d,_0x168470=0x0;const _0x3f4d57=[],_0x298179=_0x450189[_0x2850('0xd')];for(;_0x168470<_0x442f47['length'];){const _0x44224b=_0x442f47[_0x168470],_0x358404=_0x442f47[_0x168470+0x1];_0x58286d||(_0x58286d=_0x450189[_0x2850('0x1b')](_0x44224b)),no(_0x450189,_0x44224b,_0x358404)||(_0x3f4d57[_0x2850('0x2')](_0x450189[_0x2850('0x16')](_0x58286d,_0x298179[_0x2850('0x13')](_0x44224b)?_0x450189[_0x2850('0xe')](_0x44224b):_0x450189['createPositionAt'](_0x44224b,'end'))),_0x58286d=null),_0x168470++;}return _0x3f4d57;}function no(_0x41b692,_0x4dbff0,_0x487a7a){if(!_0x487a7a)return!0x1;const _0x3c28e2=_0x41b692[_0x2850('0xe')](_0x4dbff0),_0x1350fe=_0x41b692['createPositionBefore'](_0x487a7a);return _0x3c28e2['isTouching'](_0x1350fe);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x4b8528,_0x349ad2,_0x271e2e){for(;_0x271e2e['length'];){const _0x53061c=_0x271e2e['splice'](0x0,0x64);_0x4b8528[_0x2850('0xf')](()=>{for(const _0x4b7e37 of _0x53061c)_0x4b7e37[_0x2850('0x7')]&&_0x349ad2[_0x2850('0x11')](_0x4b7e37['id']);});}}
23
+ const _0x2823=['createRange','add','deletion','\x20[color\x20','createPositionAfter','length','replace','isMultiRange','isTouching','isArray','createPositionBefore','join','value','end','content','from','isIntersecting','change','getRange','start','sort','type','color','getRanges','createPositionAt','next','splice','isCollapsed'];(function(_0x5790ed,_0x282310){const _0x5e5fda=function(_0x5c3dca){while(--_0x5c3dca){_0x5790ed['push'](_0x5790ed['shift']());}};_0x5e5fda(++_0x282310);}(_0x2823,0x1d4));const _0x5e5f=function(_0x5790ed,_0x282310){_0x5790ed=_0x5790ed-0x0;let _0x5e5fda=_0x2823[_0x5790ed];return _0x5e5fda;};export function normalizeDescription(_0x53d79b){return Array[_0x5e5f('0x11')](_0x53d79b)||(_0x53d79b=[_0x53d79b]),_0x53d79b['map'](_0x5a98c3=>{const _0xce6e50=_0x5a98c3[_0x5e5f('0x16')][_0x5e5f('0xe')](/\*/g,''),_0x5a683a=_0x5a98c3[_0x5e5f('0x2')]?_0x5e5f('0xb')+_0x5a98c3[_0x5e5f('0x2')][_0x5e5f('0x14')]+']':'';return'['+_0x5a98c3['type']+']\x20'+_0xce6e50+_0x5a683a;})[_0x5e5f('0x13')](';\x20');}export function sortSuggestions(_0x30d179){return _0x30d179[_0x5e5f('0x0')]((_0x29e19b,_0x4d5108)=>_0x5e5f('0xa')==_0x29e19b[_0x5e5f('0x1')]&&'deletion'!=_0x4d5108[_0x5e5f('0x1')]?-0x1:_0x5e5f('0xa')!=_0x29e19b[_0x5e5f('0x1')]&&_0x5e5f('0xa')==_0x4d5108[_0x5e5f('0x1')]?0x1:0x0);}export function getSelectedSuggestions(_0x22e4c8,_0x1402d2){const _0x176691=Array[_0x5e5f('0x17')](_0x22e4c8[_0x5e5f('0x3')]()),_0x45f456=new Set();for(const _0x1480fe of _0x1402d2)if(_0x1480fe['isInContent'])for(const _0x3d20b2 of _0x176691)for(const _0x426cb7 of _0x1480fe['getMarkers']()){const _0x462859=_0x426cb7[_0x5e5f('0x1a')]();(_0x3d20b2[_0x5e5f('0x18')](_0x462859)||_0x22e4c8[_0x5e5f('0x7')]&&!_0x1480fe[_0x5e5f('0xf')]&&_0x1480fe[_0x5e5f('0x5')]&&_0x462859[_0x5e5f('0x15')][_0x5e5f('0x10')](_0x3d20b2[_0x5e5f('0x1b')]))&&_0x45f456[_0x5e5f('0x9')](_0x1480fe);}return _0x45f456;}export function getRangesOfBlockGroups(_0x4338cc,_0x4652ee){let _0x277d1a,_0x9ee09=0x0;const _0x510ad1=[],_0xaaade=_0x4652ee['schema'];for(;_0x9ee09<_0x4338cc[_0x5e5f('0xd')];){const _0x490c58=_0x4338cc[_0x9ee09],_0x52c898=_0x4338cc[_0x9ee09+0x1];_0x277d1a||(_0x277d1a=_0x4652ee['createPositionBefore'](_0x490c58)),no(_0x4652ee,_0x490c58,_0x52c898)||(_0x510ad1['push'](_0x4652ee[_0x5e5f('0x8')](_0x277d1a,_0xaaade['isObject'](_0x490c58)?_0x4652ee[_0x5e5f('0xc')](_0x490c58):_0x4652ee[_0x5e5f('0x4')](_0x490c58,_0x5e5f('0x15')))),_0x277d1a=null),_0x9ee09++;}return _0x510ad1;}function no(_0x395457,_0x2246d5,_0x313f72){if(!_0x313f72)return!0x1;const _0x10f0b7=_0x395457[_0x5e5f('0xc')](_0x2246d5),_0x27c704=_0x395457[_0x5e5f('0x12')](_0x313f72);return _0x10f0b7[_0x5e5f('0x10')](_0x27c704);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x573268,_0x969c92,_0x311cf6){for(;_0x311cf6[_0x5e5f('0xd')];){const _0x14befe=_0x311cf6[_0x5e5f('0x6')](0x0,MAX_SUGGESTION_ACTIONS_IN_BATCH);_0x573268[_0x5e5f('0x19')](()=>{for(const _0x291b1d of _0x14befe)_0x291b1d['isInContent']&&_0x969c92['execute'](_0x291b1d['id']);});}}