@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20230830.0 → 0.0.0-nightly-20230901.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 (112) hide show
  1. package/build/track-changes.js +1 -1
  2. package/lang/translations/ar.po +1 -0
  3. package/lang/translations/az.po +1 -0
  4. package/lang/translations/bg.po +1 -0
  5. package/lang/translations/bn.po +1 -0
  6. package/lang/translations/ca.po +1 -0
  7. package/lang/translations/cs.po +1 -0
  8. package/lang/translations/da.po +1 -0
  9. package/lang/translations/de.po +1 -0
  10. package/lang/translations/el.po +1 -0
  11. package/lang/translations/en-au.po +1 -0
  12. package/lang/translations/en.po +1 -0
  13. package/lang/translations/es.po +1 -0
  14. package/lang/translations/et.po +1 -0
  15. package/lang/translations/fi.po +1 -0
  16. package/lang/translations/fr.po +1 -0
  17. package/lang/translations/gl.po +1 -0
  18. package/lang/translations/he.po +1 -0
  19. package/lang/translations/hi.po +1 -0
  20. package/lang/translations/hr.po +1 -0
  21. package/lang/translations/hu.po +1 -0
  22. package/lang/translations/id.po +1 -0
  23. package/lang/translations/it.po +1 -0
  24. package/lang/translations/ja.po +1 -0
  25. package/lang/translations/ko.po +1 -0
  26. package/lang/translations/lt.po +1 -0
  27. package/lang/translations/lv.po +1 -0
  28. package/lang/translations/ms.po +1 -0
  29. package/lang/translations/nl.po +1 -0
  30. package/lang/translations/no.po +1 -0
  31. package/lang/translations/pl.po +1 -0
  32. package/lang/translations/pt-br.po +1 -0
  33. package/lang/translations/pt.po +1 -0
  34. package/lang/translations/ro.po +1 -0
  35. package/lang/translations/ru.po +1 -0
  36. package/lang/translations/sk.po +1 -0
  37. package/lang/translations/sq.po +1 -0
  38. package/lang/translations/sr-latn.po +1 -0
  39. package/lang/translations/sr.po +1 -0
  40. package/lang/translations/sv.po +1 -0
  41. package/lang/translations/th.po +1 -0
  42. package/lang/translations/tk.po +1 -0
  43. package/lang/translations/tr.po +1 -0
  44. package/lang/translations/tt.po +1 -0
  45. package/lang/translations/uk.po +1 -0
  46. package/lang/translations/ur.po +1 -0
  47. package/lang/translations/vi.po +1 -0
  48. package/lang/translations/zh-cn.po +1 -0
  49. package/lang/translations/zh.po +1 -0
  50. package/package.json +3 -3
  51. package/src/commands/acceptsuggestioncommand.js +1 -1
  52. package/src/commands/discardsuggestioncommand.js +1 -1
  53. package/src/commands/executeonallsuggestionscommand.js +1 -1
  54. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  55. package/src/commands/trackchangescommand.js +1 -1
  56. package/src/integrations/alignment.js +1 -1
  57. package/src/integrations/basicstyles.js +1 -1
  58. package/src/integrations/blockquote.js +1 -1
  59. package/src/integrations/ckbox.js +1 -1
  60. package/src/integrations/codeblock.js +1 -1
  61. package/src/integrations/comments.js +1 -1
  62. package/src/integrations/deletecommand.js +1 -1
  63. package/src/integrations/documentlist.js +1 -1
  64. package/src/integrations/documentlistproperties.js +1 -1
  65. package/src/integrations/entercommand.js +1 -1
  66. package/src/integrations/findandreplace.js +1 -1
  67. package/src/integrations/font.js +1 -1
  68. package/src/integrations/formatpainter.js +1 -1
  69. package/src/integrations/heading.js +1 -1
  70. package/src/integrations/highlight.js +1 -1
  71. package/src/integrations/horizontalline.js +1 -1
  72. package/src/integrations/htmlembed.js +1 -1
  73. package/src/integrations/image.js +1 -1
  74. package/src/integrations/imagereplace.js +1 -1
  75. package/src/integrations/importword.js +1 -1
  76. package/src/integrations/indent.js +1 -1
  77. package/src/integrations/inputcommand.js +1 -1
  78. package/src/integrations/link.js +1 -1
  79. package/src/integrations/list.js +1 -1
  80. package/src/integrations/listproperties.js +1 -1
  81. package/src/integrations/mediaembed.js +1 -1
  82. package/src/integrations/mention.js +1 -1
  83. package/src/integrations/pagebreak.js +1 -1
  84. package/src/integrations/paragraph.js +1 -1
  85. package/src/integrations/removeformat.js +1 -1
  86. package/src/integrations/restrictededitingmode.js +1 -1
  87. package/src/integrations/shiftentercommand.js +1 -1
  88. package/src/integrations/standardeditingmode.js +1 -1
  89. package/src/integrations/style.js +1 -1
  90. package/src/integrations/table.js +1 -1
  91. package/src/integrations/tablecaption.js +1 -1
  92. package/src/integrations/tableclipboard.js +1 -1
  93. package/src/integrations/tablecolumnresize.js +1 -1
  94. package/src/integrations/tableheadings.js +1 -1
  95. package/src/integrations/tablemergesplit.js +1 -1
  96. package/src/integrations/tableofcontents.js +1 -1
  97. package/src/integrations/tableproperties.js +1 -1
  98. package/src/integrations/template.js +1 -1
  99. package/src/integrations/title.js +1 -1
  100. package/src/integrations/undo.js +1 -1
  101. package/src/integrations/utils.js +1 -1
  102. package/src/suggestion.js +1 -1
  103. package/src/suggestiondescriptionfactory.js +1 -1
  104. package/src/trackchanges.js +1 -1
  105. package/src/trackchangesdata.js +1 -1
  106. package/src/trackchangesediting.js +1 -1
  107. package/src/trackchangesui.js +1 -1
  108. package/src/ui/suggestioncontroller.js +1 -1
  109. package/src/ui/view/basesuggestionthreadview.js +1 -1
  110. package/src/ui/view/suggestionthreadview.js +1 -1
  111. package/src/utils/common-translations.js +1 -1
  112. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1a63=['_removePendingAction','commentThreadController','isDirty','stopListening','_discardCommand','isEnabled','view','listenTo','commands','PendingActions','unbind','plugins','execute','_setPendingAction','acceptSuggestion','discardSuggestion','canAccept','get','add','locale','canDiscard','change:isDirty','getRanges','model','canEditAt','remove','_pendingAction','bind','_acceptCommand','destroy','_editor'];(function(_0x2be596,_0x1a63ea){const _0x3f38f8=function(_0x4cd54d){while(--_0x4cd54d){_0x2be596['push'](_0x2be596['shift']());}};_0x3f38f8(++_0x1a63ea);}(_0x1a63,0x11c));const _0x3f38=function(_0x2be596,_0x1a63ea){_0x2be596=_0x2be596-0x0;let _0x3f38f8=_0x1a63[_0x2be596];return _0x3f38f8;};import{ObservableMixin as _0x325fd0}from'ckeditor5/src/utils';import{getTranslation as _0x172284}from'../utils/common-translations';export default class Ft extends _0x325fd0(){constructor(_0x4583ff,_0x5a90d2,_0x51578d,_0x386d4d){super(),this[_0x3f38('0x12')]=_0x5a90d2,this[_0x3f38('0x1')]=_0x51578d,this[_0x3f38('0x1b')]=_0x386d4d,this[_0x3f38('0x19')]=_0x4583ff,this['_acceptCommand']=_0x4583ff[_0x3f38('0x3')][_0x3f38('0xc')](_0x3f38('0x9')),this[_0x3f38('0x1e')]=_0x4583ff[_0x3f38('0x3')][_0x3f38('0xc')](_0x3f38('0xa')),this['view'][_0x3f38('0x16')](_0x3f38('0x0'))['to'](this[_0x3f38('0x17')],this[_0x3f38('0x1e')],(_0x4d7472,_0x5ad02c)=>_0x4d7472||_0x5ad02c),this[_0x3f38('0x1')][_0x3f38('0x16')](_0x3f38('0xb'))['to'](this[_0x3f38('0x17')],'isEnabled',_0xa4a91c=>_0xa4a91c&&this[_0x3f38('0x19')][_0x3f38('0x12')][_0x3f38('0x13')](_0x5a90d2[_0x3f38('0x11')]())),this[_0x3f38('0x1')][_0x3f38('0x16')](_0x3f38('0xf'))['to'](this[_0x3f38('0x1e')],_0x3f38('0x0'),_0xc55739=>_0xc55739&&this[_0x3f38('0x19')][_0x3f38('0x12')][_0x3f38('0x13')](_0x5a90d2[_0x3f38('0x11')]())),this[_0x3f38('0x15')]=null,_0x51578d['isDirty']&&this[_0x3f38('0x8')](),this[_0x3f38('0x2')](_0x51578d,_0x3f38('0x9'),()=>this[_0x3f38('0x9')]()),this[_0x3f38('0x2')](_0x51578d,_0x3f38('0xa'),()=>this['discardSuggestion']()),this['listenTo'](_0x51578d,_0x3f38('0x10'),()=>{_0x51578d[_0x3f38('0x1c')]?this['_setPendingAction']():this[_0x3f38('0x1a')]();});}[_0x3f38('0x9')](){this[_0x3f38('0x17')][_0x3f38('0x7')](this[_0x3f38('0x12')]['id']);}[_0x3f38('0xa')](){this['_discardCommand'][_0x3f38('0x7')](this['model']['id']);}['destroy'](){this[_0x3f38('0x1')][_0x3f38('0x5')]('isEnabled'),this[_0x3f38('0x1')][_0x3f38('0x5')]('canAccept'),this[_0x3f38('0x1')]['unbind'](_0x3f38('0xf')),this[_0x3f38('0x1d')](),this[_0x3f38('0x1b')][_0x3f38('0x18')](),this['_pendingAction']&&this[_0x3f38('0x1a')]();}[_0x3f38('0x8')](){const _0x324f32=_0x172284(this[_0x3f38('0x19')][_0x3f38('0xe')],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this[_0x3f38('0x19')]['plugins'][_0x3f38('0xc')](_0x3f38('0x4'))[_0x3f38('0xd')](_0x324f32);}[_0x3f38('0x1a')](){null!==this['_pendingAction']&&this[_0x3f38('0x19')][_0x3f38('0x6')][_0x3f38('0xc')]('PendingActions')[_0x3f38('0x14')](this['_pendingAction']),this[_0x3f38('0x15')]=null;}}
23
+ const _0xc712=['commands','_setPendingAction','stopListening','listenTo','acceptSuggestion','unbind','isDirty','bind','getRanges','view','get','discardSuggestion','model','_discardCommand','_removePendingAction','canAccept','execute','_pendingAction','_acceptCommand','canDiscard','isEnabled','locale','plugins','PendingActions','canEditAt','_editor','destroy','commentThreadController'];(function(_0x11c311,_0xc712c8){const _0x409ce7=function(_0x7ff658){while(--_0x7ff658){_0x11c311['push'](_0x11c311['shift']());}};_0x409ce7(++_0xc712c8);}(_0xc712,0xae));const _0x409c=function(_0x11c311,_0xc712c8){_0x11c311=_0x11c311-0x0;let _0x409ce7=_0xc712[_0x11c311];return _0x409ce7;};import{ObservableMixin as _0x3311b3}from'ckeditor5/src/utils';import{getTranslation as _0x546045}from'../utils/common-translations';export default class Ft extends _0x3311b3(){constructor(_0x319567,_0x5ba8a2,_0xd1d871,_0x1ffe71){super(),this[_0x409c('0x6')]=_0x5ba8a2,this[_0x409c('0x3')]=_0xd1d871,this[_0x409c('0x15')]=_0x1ffe71,this[_0x409c('0x13')]=_0x319567,this[_0x409c('0xc')]=_0x319567[_0x409c('0x16')][_0x409c('0x4')]('acceptSuggestion'),this[_0x409c('0x7')]=_0x319567['commands'][_0x409c('0x4')](_0x409c('0x5')),this[_0x409c('0x3')]['bind'](_0x409c('0xe'))['to'](this[_0x409c('0xc')],this[_0x409c('0x7')],(_0x238b3a,_0x842a4a)=>_0x238b3a||_0x842a4a),this[_0x409c('0x3')][_0x409c('0x1')](_0x409c('0x9'))['to'](this[_0x409c('0xc')],_0x409c('0xe'),_0x5232c1=>_0x5232c1&&this[_0x409c('0x13')][_0x409c('0x6')][_0x409c('0x12')](_0x5ba8a2[_0x409c('0x2')]())),this[_0x409c('0x3')]['bind'](_0x409c('0xd'))['to'](this['_discardCommand'],_0x409c('0xe'),_0x2e4e79=>_0x2e4e79&&this[_0x409c('0x13')]['model'][_0x409c('0x12')](_0x5ba8a2[_0x409c('0x2')]())),this[_0x409c('0xb')]=null,_0xd1d871['isDirty']&&this[_0x409c('0x17')](),this[_0x409c('0x19')](_0xd1d871,'acceptSuggestion',()=>this[_0x409c('0x1a')]()),this[_0x409c('0x19')](_0xd1d871,_0x409c('0x5'),()=>this[_0x409c('0x5')]()),this[_0x409c('0x19')](_0xd1d871,'change:isDirty',()=>{_0xd1d871[_0x409c('0x0')]?this[_0x409c('0x17')]():this['_removePendingAction']();});}[_0x409c('0x1a')](){this[_0x409c('0xc')][_0x409c('0xa')](this['model']['id']);}['discardSuggestion'](){this[_0x409c('0x7')][_0x409c('0xa')](this[_0x409c('0x6')]['id']);}['destroy'](){this[_0x409c('0x3')][_0x409c('0x1b')](_0x409c('0xe')),this[_0x409c('0x3')]['unbind']('canAccept'),this[_0x409c('0x3')][_0x409c('0x1b')](_0x409c('0xd')),this[_0x409c('0x18')](),this[_0x409c('0x15')][_0x409c('0x14')](),this[_0x409c('0xb')]&&this[_0x409c('0x8')]();}[_0x409c('0x17')](){const _0x5dba2e=_0x546045(this['_editor'][_0x409c('0xf')],'PENDING_ACTION_SUGGESTION');this[_0x409c('0xb')]=this[_0x409c('0x13')][_0x409c('0x10')][_0x409c('0x4')](_0x409c('0x11'))['add'](_0x5dba2e);}[_0x409c('0x8')](){null!==this[_0x409c('0xb')]&&this[_0x409c('0x13')][_0x409c('0x10')][_0x409c('0x4')]('PendingActions')['remove'](this['_pendingAction']),this[_0x409c('0xb')]=null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19be=['removeComment','fire','descriptionParts','assign','commentsListView','isActive','_model','locale','_localUser','destroy','isReadOnly','commentThreadInputView','commentThread','isDirty','editor','submit','commentInputView','delegate','_config','setData','_createCommentViews','addComment','focus','authoredAt','updateComment','set','bind','editorConfig','showInput','length','canDiscard','value','hasDirtyComment','_createCommentThreadInputView','element'];(function(_0x216374,_0x19bedf){const _0x36046f=function(_0xed0380){while(--_0xed0380){_0x216374['push'](_0x216374['shift']());}};_0x36046f(++_0x19bedf);}(_0x19be,0xf0));const _0x3604=function(_0x216374,_0x19bedf){_0x216374=_0x216374-0x0;let _0x36046f=_0x19be[_0x216374];return _0x36046f;};import{View as _0x27b850}from'ckeditor5/src/ui';export default class ii extends _0x27b850{constructor(_0x112be2,_0x34ad2f,_0x1da5ee,_0x368f2e){super(_0x112be2),this[_0x3604('0x9')]=null,this[_0x3604('0x10')]=null,this[_0x3604('0x1e')](_0x3604('0xa'),!0x1),this['set'](_0x3604('0x1c'),_0x34ad2f[_0x3604('0x1c')]),this['bind'](_0x3604('0x1c'))['to'](_0x34ad2f),this[_0x3604('0x1e')](_0x3604('0x7'),[]),this[_0x3604('0x1e')](_0x3604('0x12'),!0x1),this[_0x3604('0x1e')]('isEnabled',!0x1),this[_0x3604('0x1e')]('canAccept',!0x1),this[_0x3604('0x1e')](_0x3604('0x0'),!0x1),this[_0x3604('0xb')]=_0x34ad2f,this[_0x3604('0xd')]=_0x1da5ee,this[_0x3604('0x17')]=_0x368f2e,_0x368f2e['disableComments']?this[_0x3604('0x1e')](_0x3604('0x22'),0x1):this[_0x3604('0x19')]();}[_0x3604('0x1b')](){this[_0x3604('0x4')][_0x3604('0x1b')]();}['destroy'](){this[_0x3604('0x9')]&&this[_0x3604('0x9')]['destroy'](),this['commentThreadInputView']&&this[_0x3604('0x10')][_0x3604('0xe')](),super[_0x3604('0xe')]();}[_0x3604('0x19')](){const {CommentsListView:_0x5c37e1}=this[_0x3604('0x17')];this[_0x3604('0x9')]=new _0x5c37e1(this[_0x3604('0xc')],this[_0x3604('0xb')][_0x3604('0x11')],Object[_0x3604('0x8')]({'CommentView':this[_0x3604('0x17')]['CommentView']},this[_0x3604('0x17')])),this['commentsListView'][_0x3604('0x16')](_0x3604('0x5'))['to'](this),this[_0x3604('0x9')][_0x3604('0x16')](_0x3604('0x1d'))['to'](this),this[_0x3604('0x9')][_0x3604('0x1f')](_0x3604('0xa'))['to'](this),this[_0x3604('0x1e')]('length',this[_0x3604('0x9')][_0x3604('0x22')]+0x1),this[_0x3604('0x1f')](_0x3604('0x22'))['to'](this[_0x3604('0x9')],_0x3604('0x22'),_0x33124b=>_0x33124b+0x1),this[_0x3604('0x10')]=this[_0x3604('0x3')](),this['on']('removeComment',()=>this['focus']()),this['bind'](_0x3604('0x12'))['to'](this['commentsListView'],_0x3604('0x2'),this[_0x3604('0x10')][_0x3604('0x15')],'value',(_0x34b687,_0x34b0e6)=>_0x34b687||!!_0x34b0e6);}[_0x3604('0x3')](){const {CommentThreadInputView:_0x5eac36}=this[_0x3604('0x17')],_0x3adf61=new _0x5eac36(this['locale'],this[_0x3604('0xd')],this[_0x3604('0x17')][_0x3604('0x20')]),_0x513b91=_0x3adf61[_0x3604('0x15')];return _0x3adf61[_0x3604('0x1f')](_0x3604('0x21'))['to'](this,_0x3604('0xa'),this[_0x3604('0xb')][_0x3604('0x11')],'isReadOnly',_0x513b91,_0x3604('0x1'),(_0x3103fa,_0x5536e4,_0x3c6519)=>!!_0x3c6519||_0x3103fa&&!_0x5536e4),_0x513b91['on'](_0x3604('0x14'),(_0x12ab0e,_0x2f9560)=>{this[_0x3604('0x6')](_0x3604('0x1a'),_0x2f9560),_0x513b91[_0x3604('0x13')][_0x3604('0x18')]('');}),_0x513b91['on']('cancel',()=>this[_0x3604('0x1b')]()),_0x513b91['bind']('disabledSubmit')['to'](this[_0x3604('0xb')][_0x3604('0x11')],_0x3604('0xf')),_0x3adf61;}}
23
+ const _0xfee9=['editorConfig','isEnabled','canDiscard','_config','addComment','_model','canAccept','isActive','submit','element','descriptionParts','isReadOnly','destroy','value','hasDirtyComment','focus','cancel','_createCommentViews','commentInputView','bind','_createCommentThreadInputView','editor','updateComment','setData','length','commentThreadInputView','commentThread','disabledSubmit','authoredAt','CommentView','fire','locale','isDirty','_localUser','set','commentsListView'];(function(_0x107af3,_0xfee940){const _0x4e4272=function(_0x28f9de){while(--_0x28f9de){_0x107af3['push'](_0x107af3['shift']());}};_0x4e4272(++_0xfee940);}(_0xfee9,0xa9));const _0x4e42=function(_0x107af3,_0xfee940){_0x107af3=_0x107af3-0x0;let _0x4e4272=_0xfee9[_0x107af3];return _0x4e4272;};import{View as _0x1dced1}from'ckeditor5/src/ui';export default class ii extends _0x1dced1{constructor(_0x2cc495,_0x2c3cb4,_0x49d9f4,_0xa6ef8){super(_0x2cc495),this[_0x4e42('0xa')]=null,this[_0x4e42('0x0')]=null,this[_0x4e42('0x9')](_0x4e42('0x12'),!0x1),this['set'](_0x4e42('0x3'),_0x2c3cb4[_0x4e42('0x3')]),this['bind'](_0x4e42('0x3'))['to'](_0x2c3cb4),this['set'](_0x4e42('0x15'),[]),this['set'](_0x4e42('0x7'),!0x1),this[_0x4e42('0x9')](_0x4e42('0xc'),!0x1),this[_0x4e42('0x9')](_0x4e42('0x11'),!0x1),this['set'](_0x4e42('0xd'),!0x1),this[_0x4e42('0x10')]=_0x2c3cb4,this[_0x4e42('0x8')]=_0x49d9f4,this['_config']=_0xa6ef8,_0xa6ef8['disableComments']?this[_0x4e42('0x9')]('length',0x1):this[_0x4e42('0x1c')]();}['focus'](){this[_0x4e42('0x14')]['focus']();}['destroy'](){this[_0x4e42('0xa')]&&this['commentsListView']['destroy'](),this[_0x4e42('0x0')]&&this[_0x4e42('0x0')][_0x4e42('0x17')](),super['destroy']();}[_0x4e42('0x1c')](){const {CommentsListView:_0x58406c}=this[_0x4e42('0xe')];this[_0x4e42('0xa')]=new _0x58406c(this[_0x4e42('0x6')],this[_0x4e42('0x10')][_0x4e42('0x1')],Object['assign']({'CommentView':this['_config'][_0x4e42('0x4')]},this[_0x4e42('0xe')])),this[_0x4e42('0xa')]['delegate']('removeComment')['to'](this),this[_0x4e42('0xa')]['delegate'](_0x4e42('0x21'))['to'](this),this[_0x4e42('0xa')][_0x4e42('0x1e')](_0x4e42('0x12'))['to'](this),this[_0x4e42('0x9')](_0x4e42('0x23'),this[_0x4e42('0xa')][_0x4e42('0x23')]+0x1),this[_0x4e42('0x1e')](_0x4e42('0x23'))['to'](this[_0x4e42('0xa')],_0x4e42('0x23'),_0xba5d50=>_0xba5d50+0x1),this['commentThreadInputView']=this[_0x4e42('0x1f')](),this['on']('removeComment',()=>this[_0x4e42('0x1a')]()),this[_0x4e42('0x1e')](_0x4e42('0x7'))['to'](this['commentsListView'],_0x4e42('0x19'),this['commentThreadInputView'][_0x4e42('0x1d')],_0x4e42('0x18'),(_0x58e75a,_0x4e1070)=>_0x58e75a||!!_0x4e1070);}[_0x4e42('0x1f')](){const {CommentThreadInputView:_0x38d972}=this[_0x4e42('0xe')],_0x473183=new _0x38d972(this[_0x4e42('0x6')],this['_localUser'],this[_0x4e42('0xe')][_0x4e42('0xb')]),_0x935558=_0x473183[_0x4e42('0x1d')];return _0x473183[_0x4e42('0x1e')]('showInput')['to'](this,_0x4e42('0x12'),this[_0x4e42('0x10')]['commentThread'],_0x4e42('0x16'),_0x935558,'value',(_0x1cf6bd,_0x4b2ed9,_0x18a123)=>!!_0x18a123||_0x1cf6bd&&!_0x4b2ed9),_0x935558['on'](_0x4e42('0x13'),(_0xfee066,_0x1345f2)=>{this[_0x4e42('0x5')](_0x4e42('0xf'),_0x1345f2),_0x935558[_0x4e42('0x20')][_0x4e42('0x22')]('');}),_0x935558['on'](_0x4e42('0x1b'),()=>this[_0x4e42('0x1a')]()),_0x935558[_0x4e42('0x1e')](_0x4e42('0x2'))['to'](this[_0x4e42('0x10')][_0x4e42('0x1')],'isReadOnly'),_0x473183;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x81fa=['_descriptionElement','fire','discardButton','commentsListView','importWord','getTemplate','getExternalSuggestionNote','innerText','editorReady','</span>','getUserViewNotificationText','ck-suggestion','div','ck-annotation__info-time','span','canAccept','author','ck-suggestion__user','join','_createButton','ck-suggestion__main','ck-suggestion--discard','ck-suggestion__info','locale','EXTERNAL_IMPORT_WORD_AVATAR','element','_config','bind','check','ck-annotation','execute','ck-annotation__user','querySelector','_model','EXTERNAL_AVATAR','setTemplate','description','change:description','title','set','ck-suggestion-wrapper--active','value','ck-annotation__main','push','commentThreadInputView','source','delegate','bindTemplate','commentThread','ck-suggestion-wrapper','ck-suggestion--disabled-comments','canDiscard','\x22\x20title=\x22','acceptSuggestion','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','Accept\x20suggestion','name','</p>','children','discardSuggestion','ck-annotation__info-name','<span\x20class=\x22ck-suggestion-type\x22>','acceptButton','isActive','@external','EXTERNAL_SUGGESTION','innerHTML','creator','authoredAt','attributes','isExternal','type','ck-suggestion-','ck-annotation__info','.ck-annotation__content-wrapper','disableComments','ck-annotation__actions','isEnabled','render','userView','content','ck-suggestion__info-name','descriptionParts'];(function(_0x1d90d2,_0x81fae8){const _0x3955ce=function(_0x303809){while(--_0x303809){_0x1d90d2['push'](_0x1d90d2['shift']());}};_0x3955ce(++_0x81fae8);}(_0x81fa,0xe0));const _0x3955=function(_0x1d90d2,_0x81fae8){_0x1d90d2=_0x1d90d2-0x0;let _0x3955ce=_0x81fa[_0x1d90d2];return _0x3955ce;};import{getTranslation as _0x5af838}from'../../utils/common-translations';import{default as _0x44de6a}from'./basesuggestionthreadview';import{ButtonView as _0x5219e3}from'ckeditor5/src/ui';import{icons as _0x4cd596}from'ckeditor5/src/core';import{trimHtml as _0x12d5d6,UserView as _0xccfea9}from'ckeditor5-collaboration/src/collaboration-core';export default class Gt extends _0x44de6a{constructor(_0x3b5e59,_0x2f3dff,_0x11cd77,_0x214529){super(_0x3b5e59,_0x2f3dff,_0x11cd77,_0x214529),this[_0x3955('0x40')]('type',''),this[_0x3955('0x34')](_0x3955('0xd'))['to'](this,_0x3955('0x18'),_0x4903ba=>_0x4903ba&&_0x4903ba[0x0]?_0x4903ba[0x0][_0x3955('0xd')]:''),this[_0x3955('0x34')](_0x3955('0x3d'))['to'](this,_0x3955('0x18'),this,_0x3955('0x5'),(_0x5365bb,_0x47142b)=>{let _0x1dcf51='';for(const _0x5cd89e of _0x5365bb)_0x1dcf51+='<p>'+ai(_0x5cd89e[_0x3955('0x16')],_0x5cd89e['color'])+_0x3955('0x52');return _0x47142b?_0x1dcf51:_0x12d5d6(_0x1dcf51,{'limit':0x8c});}),this[_0x3955('0x19')]=null,this['acceptButton']=this[_0x3955('0x2c')](_0x5af838(_0x3b5e59,_0x3955('0x50')),_0x4cd596[_0x3955('0x35')],'ck-suggestion--accept',_0x3955('0x4e'),'sw'),this[_0x3955('0x4')][_0x3955('0x34')](_0x3955('0x13'))['to'](this,_0x3955('0x28')),this[_0x3955('0x1b')]=this[_0x3955('0x2c')](_0x5af838(_0x3b5e59,'Discard\x20suggestion'),_0x4cd596['cancel'],_0x3955('0x2e'),_0x3955('0x1'),'sw'),this['discardButton'][_0x3955('0x34')]('isEnabled')['to'](this,_0x3955('0x4c')),this[_0x3955('0x15')]=new _0xccfea9(_0x3b5e59,this[_0x3955('0x3a')][_0x3955('0x29')],this[_0x3955('0x23')]()),this['userView']['extendTemplate']({'attributes':{'class':[_0x3955('0x2a'),_0x3955('0x38')]}}),this[_0x3955('0x3c')](this['getTemplate']());}[_0x3955('0x1e')](){const _0x1d86e9=this[_0x3955('0x48')],_0x358de8=[{'tag':_0x3955('0x25'),'attributes':{'class':[_0x3955('0x2f'),_0x3955('0xf')]},'children':[{'tag':_0x3955('0x27'),'children':[{'text':this['userView'][_0x3955('0x51')]}],'attributes':{'class':[_0x3955('0x17'),_0x3955('0x2')]}},{'tag':'time','attributes':{'datetime':_0x1d86e9['to'](_0x3955('0xa')),'class':['ck-comment__info-time',_0x3955('0x26')]},'children':[{'text':_0x1d86e9['to'](_0x3955('0xa'),_0x323fe8=>this[_0x3955('0x33')]['formatDateTime'](_0x323fe8))}]}]},{'tag':_0x3955('0x25'),'attributes':{'class':['ck-suggestion__actions',_0x3955('0x12')]},'children':[this[_0x3955('0x4')],this[_0x3955('0x1b')]]},{'tag':_0x3955('0x25'),'attributes':{'class':['ck-annotation__content-wrapper']}}];this['_model'][_0x3955('0xc')]&&_0x358de8[_0x3955('0x44')]({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this[_0x3955('0x1f')]()}]});const _0x18dc54={'tag':_0x3955('0x25'),'attributes':{'class':[_0x3955('0x4a'),_0x1d86e9['if'](_0x3955('0x5'),_0x3955('0x41')),_0x1d86e9['to'](_0x3955('0xd'),_0x271cc7=>_0x3955('0xe')+_0x271cc7),this[_0x3955('0x33')][_0x3955('0x11')]&&_0x3955('0x4b')],'data-suggestion-id':this[_0x3955('0x3a')]['id'],'data-thread-id':this[_0x3955('0x3a')][_0x3955('0x49')]['id'],'data-author-id':this['_model'][_0x3955('0x29')]['id'],'tabindex':-0x1},'children':[{'tag':_0x3955('0x25'),'attributes':{'class':[_0x3955('0x24'),_0x3955('0x36')]},'children':[this[_0x3955('0x15')],{'tag':_0x3955('0x25'),'attributes':{'class':[_0x3955('0x2d'),_0x3955('0x43')]},'children':_0x358de8}]}]};return this[_0x3955('0x1c')]&&this['commentThreadInputView']&&(_0x18dc54[_0x3955('0x0')][_0x3955('0x44')](this['commentsListView'],this['commentThreadInputView']),this[_0x3955('0x1c')][_0x3955('0x47')](_0x3955('0x21'))['to'](this),this[_0x3955('0x1c')][_0x3955('0x47')]('editorDestroyed')['to'](this),this[_0x3955('0x45')][_0x3955('0x47')](_0x3955('0x21'))['to'](this),this[_0x3955('0x45')][_0x3955('0x47')]('editorDestroyed')['to'](this)),_0x18dc54;}[_0x3955('0x14')](){super[_0x3955('0x14')](),this[_0x3955('0x19')]=this[_0x3955('0x32')][_0x3955('0x39')](_0x3955('0x10')),this[_0x3955('0x19')][_0x3955('0x8')]=this[_0x3955('0x3d')],this['on'](_0x3955('0x3e'),(_0x351f1b,_0x43574f,_0x1369b8)=>{this[_0x3955('0x19')][_0x3955('0x8')]=_0x1369b8;});}[_0x3955('0x2c')](_0x45fc32,_0x443e7e,_0x18bb5f,_0xaef9a,_0x2bd9ad){const _0x37b920=new _0x5219e3(this[_0x3955('0x30')]);return _0x37b920[_0x3955('0x40')]({'label':_0x45fc32,'icon':_0x443e7e,'tooltip':!0x0,'tooltipPosition':_0x2bd9ad}),_0x37b920['extendTemplate']({'attributes':{'class':_0x18bb5f}}),_0x37b920['on'](_0x3955('0x37'),()=>{this[_0x3955('0x1a')](_0xaef9a,this[_0x3955('0x3a')]['id']);}),_0x37b920;}[_0x3955('0x1f')](){return _0x3955('0x1d')===this[_0x3955('0x3a')][_0x3955('0xb')][_0x3955('0x6')][_0x3955('0x46')]?_0x5af838(this[_0x3955('0x30')],'EXTERNAL_IMPORT_WORD_SUGGESTION'):_0x5af838(this['locale'],_0x3955('0x7'));}[_0x3955('0x23')](){return this['_model'][_0x3955('0xc')]?'importWord'===this[_0x3955('0x3a')]['attributes'][_0x3955('0x6')]['source']?_0x5af838(this[_0x3955('0x30')],_0x3955('0x31'),this['_model'][_0x3955('0x9')][_0x3955('0x51')]):_0x5af838(this[_0x3955('0x30')],_0x3955('0x3b'),this[_0x3955('0x3a')]['creator'][_0x3955('0x51')]):null;}}function ai(_0x1387e6,_0x1b2871){let _0x405214='';return _0x405214+=_0x1387e6['split']('*')['map']((_0x294449,_0x14465c)=>_0x14465c%0x2!=0x0?_0x3955('0x3')+ci(_0x294449)+_0x3955('0x22'):ci(_0x294449))[_0x3955('0x2b')](''),_0x1b2871&&(_0x405214+=_0x3955('0x4f')+_0x1b2871[_0x3955('0x42')]+_0x3955('0x4d')+_0x1b2871[_0x3955('0x3f')]+'\x22></span>'),_0x405214;}function ci(_0x214df4){const _0x3de01a=document['createElement']('span');return _0x3de01a[_0x3955('0x20')]=_0x214df4,_0x3de01a[_0x3955('0x8')];}
23
+ const _0x3e79=['isExternal','commentThread','ck-suggestion-','</p>','commentsListView','_config','source','ck-annotation__info-name','canAccept','_descriptionElement','ck-suggestion__user','editorDestroyed','importWord','EXTERNAL_AVATAR','children','_model','ck-suggestion__info-name','ck-suggestion-wrapper','ck-suggestion-wrapper--active','setTemplate','bind','change:description','check','descriptionParts','type','delegate','ck-annotation__info','ck-suggestion--disabled-comments','description','.ck-annotation__content-wrapper','value','author','color','EXTERNAL_IMPORT_WORD_SUGGESTION','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','acceptSuggestion','push','creator','name','ck-annotation','_createButton','authoredAt','innerHTML','ck-annotation__user','getExternalSuggestionNote','getUserViewNotificationText','ck-suggestion__actions','ck-annotation__main','ck-comment__external','<span\x20class=\x22ck-suggestion-type\x22>','commentThreadInputView','Discard\x20suggestion','set','getTemplate','\x22\x20title=\x22','extendTemplate','userView','\x22></span>','ck-suggestion--accept','ck-annotation__content-wrapper','ck-suggestion','ck-annotation__info-time','render','bindTemplate','formatDateTime','attributes','cancel','ck-suggestion--discard','isEnabled','join','disableComments','editorReady','Accept\x20suggestion','execute','span','@external','locale','div','EXTERNAL_SUGGESTION','ck-comment__info-time','</span>','EXTERNAL_IMPORT_WORD_AVATAR','<p>','time','acceptButton'];(function(_0x5e534e,_0x3e7906){const _0x2ae43a=function(_0x378bb9){while(--_0x378bb9){_0x5e534e['push'](_0x5e534e['shift']());}};_0x2ae43a(++_0x3e7906);}(_0x3e79,0x1f0));const _0x2ae4=function(_0x5e534e,_0x3e7906){_0x5e534e=_0x5e534e-0x0;let _0x2ae43a=_0x3e79[_0x5e534e];return _0x2ae43a;};import{getTranslation as _0x59a205}from'../../utils/common-translations';import{default as _0x55318f}from'./basesuggestionthreadview';import{ButtonView as _0x530fc7}from'ckeditor5/src/ui';import{icons as _0x2be17c}from'ckeditor5/src/core';import{trimHtml as _0x568509,UserView as _0x306f5a}from'ckeditor5-collaboration/src/collaboration-core';export default class Gt extends _0x55318f{constructor(_0x90ae08,_0x114ecb,_0xa63fc6,_0x71c76d){super(_0x90ae08,_0x114ecb,_0xa63fc6,_0x71c76d),this[_0x2ae4('0x42')]('type',''),this[_0x2ae4('0x22')](_0x2ae4('0x26'))['to'](this,_0x2ae4('0x25'),_0x26e1c4=>_0x26e1c4&&_0x26e1c4[0x0]?_0x26e1c4[0x0][_0x2ae4('0x26')]:''),this[_0x2ae4('0x22')](_0x2ae4('0x2a'))['to'](this,'descriptionParts',this,'isActive',(_0x376211,_0x3604d5)=>{let _0x4c4bfa='';for(const _0xe6eb27 of _0x376211)_0x4c4bfa+=_0x2ae4('0xb')+ai(_0xe6eb27['content'],_0xe6eb27[_0x2ae4('0x2e')])+_0x2ae4('0x11');return _0x3604d5?_0x4c4bfa:_0x568509(_0x4c4bfa,{'limit':0x8c});}),this[_0x2ae4('0x17')]=null,this[_0x2ae4('0xd')]=this[_0x2ae4('0x36')](_0x59a205(_0x90ae08,_0x2ae4('0x1')),_0x2be17c[_0x2ae4('0x24')],_0x2ae4('0x48'),_0x2ae4('0x31'),'sw'),this['acceptButton'][_0x2ae4('0x22')](_0x2ae4('0x52'))['to'](this,_0x2ae4('0x16')),this['discardButton']=this['_createButton'](_0x59a205(_0x90ae08,_0x2ae4('0x41')),_0x2be17c[_0x2ae4('0x50')],_0x2ae4('0x51'),'discardSuggestion','sw'),this['discardButton'][_0x2ae4('0x22')](_0x2ae4('0x52'))['to'](this,'canDiscard'),this[_0x2ae4('0x46')]=new _0x306f5a(_0x90ae08,this[_0x2ae4('0x1d')][_0x2ae4('0x2d')],this[_0x2ae4('0x3b')]()),this[_0x2ae4('0x46')][_0x2ae4('0x45')]({'attributes':{'class':[_0x2ae4('0x18'),_0x2ae4('0x39')]}}),this[_0x2ae4('0x21')](this[_0x2ae4('0x43')]());}[_0x2ae4('0x43')](){const _0x1c5232=this[_0x2ae4('0x4d')],_0x34e396=[{'tag':_0x2ae4('0x6'),'attributes':{'class':['ck-suggestion__info',_0x2ae4('0x28')]},'children':[{'tag':_0x2ae4('0x3'),'children':[{'text':this[_0x2ae4('0x46')][_0x2ae4('0x34')]}],'attributes':{'class':[_0x2ae4('0x1e'),_0x2ae4('0x15')]}},{'tag':_0x2ae4('0xc'),'attributes':{'datetime':_0x1c5232['to']('authoredAt'),'class':[_0x2ae4('0x8'),_0x2ae4('0x4b')]},'children':[{'text':_0x1c5232['to'](_0x2ae4('0x37'),_0x3034b4=>this[_0x2ae4('0x13')][_0x2ae4('0x4e')](_0x3034b4))}]}]},{'tag':_0x2ae4('0x6'),'attributes':{'class':[_0x2ae4('0x3c'),'ck-annotation__actions']},'children':[this[_0x2ae4('0xd')],this['discardButton']]},{'tag':_0x2ae4('0x6'),'attributes':{'class':[_0x2ae4('0x49')]}}];this['_model'][_0x2ae4('0xe')]&&_0x34e396[_0x2ae4('0x32')]({'tag':_0x2ae4('0x6'),'attributes':{'class':[_0x2ae4('0x3e')]},'children':[{'text':this[_0x2ae4('0x3a')]()}]});const _0x177fa9={'tag':_0x2ae4('0x6'),'attributes':{'class':[_0x2ae4('0x1f'),_0x1c5232['if']('isActive',_0x2ae4('0x20')),_0x1c5232['to'](_0x2ae4('0x26'),_0x2e89f0=>_0x2ae4('0x10')+_0x2e89f0),this['_config'][_0x2ae4('0x54')]&&_0x2ae4('0x29')],'data-suggestion-id':this[_0x2ae4('0x1d')]['id'],'data-thread-id':this['_model'][_0x2ae4('0xf')]['id'],'data-author-id':this['_model']['author']['id'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':[_0x2ae4('0x4a'),_0x2ae4('0x35')]},'children':[this['userView'],{'tag':'div','attributes':{'class':['ck-suggestion__main',_0x2ae4('0x3d')]},'children':_0x34e396}]}]};return this[_0x2ae4('0x12')]&&this[_0x2ae4('0x40')]&&(_0x177fa9[_0x2ae4('0x1c')][_0x2ae4('0x32')](this[_0x2ae4('0x12')],this[_0x2ae4('0x40')]),this['commentsListView'][_0x2ae4('0x27')](_0x2ae4('0x0'))['to'](this),this['commentsListView']['delegate'](_0x2ae4('0x19'))['to'](this),this[_0x2ae4('0x40')][_0x2ae4('0x27')](_0x2ae4('0x0'))['to'](this),this[_0x2ae4('0x40')][_0x2ae4('0x27')](_0x2ae4('0x19'))['to'](this)),_0x177fa9;}[_0x2ae4('0x4c')](){super[_0x2ae4('0x4c')](),this[_0x2ae4('0x17')]=this['element']['querySelector'](_0x2ae4('0x2b')),this[_0x2ae4('0x17')][_0x2ae4('0x38')]=this['description'],this['on'](_0x2ae4('0x23'),(_0x26e52a,_0x1c6284,_0x78191f)=>{this['_descriptionElement'][_0x2ae4('0x38')]=_0x78191f;});}['_createButton'](_0x12f072,_0x574156,_0x1c48f7,_0x2c098d,_0x33008a){const _0x37c460=new _0x530fc7(this[_0x2ae4('0x5')]);return _0x37c460[_0x2ae4('0x42')]({'label':_0x12f072,'icon':_0x574156,'tooltip':!0x0,'tooltipPosition':_0x33008a}),_0x37c460['extendTemplate']({'attributes':{'class':_0x1c48f7}}),_0x37c460['on'](_0x2ae4('0x2'),()=>{this['fire'](_0x2c098d,this['_model']['id']);}),_0x37c460;}[_0x2ae4('0x3a')](){return _0x2ae4('0x1a')===this[_0x2ae4('0x1d')][_0x2ae4('0x4f')][_0x2ae4('0x4')][_0x2ae4('0x14')]?_0x59a205(this['locale'],_0x2ae4('0x2f')):_0x59a205(this[_0x2ae4('0x5')],_0x2ae4('0x7'));}[_0x2ae4('0x3b')](){return this[_0x2ae4('0x1d')][_0x2ae4('0xe')]?_0x2ae4('0x1a')===this[_0x2ae4('0x1d')][_0x2ae4('0x4f')][_0x2ae4('0x4')][_0x2ae4('0x14')]?_0x59a205(this[_0x2ae4('0x5')],_0x2ae4('0xa'),this[_0x2ae4('0x1d')]['creator']['name']):_0x59a205(this[_0x2ae4('0x5')],_0x2ae4('0x1b'),this[_0x2ae4('0x1d')][_0x2ae4('0x33')][_0x2ae4('0x34')]):null;}}function ai(_0x4395cb,_0xe91ca8){let _0x37c4ac='';return _0x37c4ac+=_0x4395cb['split']('*')['map']((_0x29caee,_0x9c7f5b)=>_0x9c7f5b%0x2!=0x0?_0x2ae4('0x3f')+ci(_0x29caee)+_0x2ae4('0x9'):ci(_0x29caee))[_0x2ae4('0x53')](''),_0xe91ca8&&(_0x37c4ac+=_0x2ae4('0x30')+_0xe91ca8[_0x2ae4('0x2c')]+_0x2ae4('0x44')+_0xe91ca8['title']+_0x2ae4('0x47')),_0x37c4ac;}function ci(_0x5e7431){const _0x41226a=document['createElement'](_0x2ae4('0x3'));return _0x41226a['innerText']=_0x5e7431,_0x41226a[_0x2ae4('0x38')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x474ed3,_0x535b35,_0x77c525){const t=_0x474ed3['t'];switch(_0x535b35){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',_0x77c525);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x77c525);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x77c525);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x77c525);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x77c525);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',_0x77c525);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x77c525);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',_0x77c525);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x77c525);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x77c525);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x77c525);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x77c525);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x77c525);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x77c525);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x77c525);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x77c525);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x77c525);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x77c525);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x77c525);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x77c525);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x77c525);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x77c525);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'},_0x77c525);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x77c525);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x77c525);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x77c525);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x77c525);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x77c525);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'},_0x77c525);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x77c525);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x77c525);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x77c525);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x77c525);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'},_0x77c525);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x77c525);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'},_0x77c525);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'},_0x77c525);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x77c525);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'},_0x77c525);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x77c525);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'},_0x77c525);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x77c525);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x77c525);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'},_0x77c525);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'},_0x77c525);default:return _0x535b35;}}
23
+ export function getTranslation(_0x21fdc0,_0x361281,_0x6e852b){const t=_0x21fdc0['t'];switch(_0x361281){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',_0x6e852b);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x6e852b);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x6e852b);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x6e852b);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x6e852b);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',_0x6e852b);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x6e852b);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',_0x6e852b);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x6e852b);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x6e852b);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x6e852b);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x6e852b);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x6e852b);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x6e852b);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x6e852b);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x6e852b);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x6e852b);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x6e852b);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x6e852b);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x6e852b);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x6e852b);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x6e852b);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'},_0x6e852b);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x6e852b);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x6e852b);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x6e852b);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x6e852b);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x6e852b);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'},_0x6e852b);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x6e852b);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x6e852b);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x6e852b);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x6e852b);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'},_0x6e852b);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x6e852b);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'},_0x6e852b);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'},_0x6e852b);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x6e852b);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'},_0x6e852b);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x6e852b);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'},_0x6e852b);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x6e852b);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x6e852b);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'},_0x6e852b);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'},_0x6e852b);default:return _0x361281;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1bdf=['color','createRange','isObject','value','from','add','isIntersecting','execute','join','deletion','createPositionAfter','isTouching','createPositionBefore','createPositionAt','replace','getRanges','\x20[color\x20','sort','isMultiRange','length','end','content','push','isInContent','type','isArray','splice','map','isCollapsed'];(function(_0x5b0805,_0x1bdf7b){const _0x4d51d4=function(_0x403e77){while(--_0x403e77){_0x5b0805['push'](_0x5b0805['shift']());}};_0x4d51d4(++_0x1bdf7b);}(_0x1bdf,0x1e2));const _0x4d51=function(_0x5b0805,_0x1bdf7b){_0x5b0805=_0x5b0805-0x0;let _0x4d51d4=_0x1bdf[_0x5b0805];return _0x4d51d4;};export function normalizeDescription(_0x17080e){return Array[_0x4d51('0x7')](_0x17080e)||(_0x17080e=[_0x17080e]),_0x17080e[_0x4d51('0x9')](_0x4cf62c=>{const _0xbca77a=_0x4cf62c[_0x4d51('0x3')][_0x4d51('0x19')](/\*/g,''),_0xb99acd=_0x4cf62c[_0x4d51('0xb')]?_0x4d51('0x1b')+_0x4cf62c[_0x4d51('0xb')][_0x4d51('0xe')]+']':'';return'['+_0x4cf62c['type']+']\x20'+_0xbca77a+_0xb99acd;})[_0x4d51('0x13')](';\x20');}export function sortSuggestions(_0x43f886){return _0x43f886[_0x4d51('0x1c')]((_0x1a4497,_0xf53c76)=>_0x4d51('0x14')==_0x1a4497[_0x4d51('0x6')]&&_0x4d51('0x14')!=_0xf53c76['type']?-0x1:_0x4d51('0x14')!=_0x1a4497['type']&&'deletion'==_0xf53c76['type']?0x1:0x0);}export function getSelectedSuggestions(_0x5cf74b,_0x4a40fb){const _0xeefd44=Array[_0x4d51('0xf')](_0x5cf74b['getRanges']()),_0x348a40=new Set();for(const _0x2ff8e2 of _0x4a40fb)if(_0x2ff8e2[_0x4d51('0x5')])for(const _0x4e07d4 of _0xeefd44)for(const _0x10bb6f of _0x2ff8e2[_0x4d51('0x1a')]())(_0x4e07d4[_0x4d51('0x11')](_0x10bb6f)||_0x5cf74b[_0x4d51('0xa')]&&!_0x2ff8e2[_0x4d51('0x0')]&&_0x2ff8e2['next']&&_0x10bb6f[_0x4d51('0x2')][_0x4d51('0x16')](_0x4e07d4['start']))&&_0x348a40[_0x4d51('0x10')](_0x2ff8e2);return _0x348a40;}export function getRangesOfBlockGroups(_0x309b2b,_0x4e1a5a){let _0x151376,_0x191a5b=0x0;const _0x3a64bf=[],_0x131b49=_0x4e1a5a['schema'];for(;_0x191a5b<_0x309b2b[_0x4d51('0x1')];){const _0x1b61fb=_0x309b2b[_0x191a5b],_0x686c2b=_0x309b2b[_0x191a5b+0x1];_0x151376||(_0x151376=_0x4e1a5a[_0x4d51('0x17')](_0x1b61fb)),so(_0x4e1a5a,_0x1b61fb,_0x686c2b)||(_0x3a64bf[_0x4d51('0x4')](_0x4e1a5a[_0x4d51('0xc')](_0x151376,_0x131b49[_0x4d51('0xd')](_0x1b61fb)?_0x4e1a5a[_0x4d51('0x15')](_0x1b61fb):_0x4e1a5a[_0x4d51('0x18')](_0x1b61fb,_0x4d51('0x2')))),_0x151376=null),_0x191a5b++;}return _0x3a64bf;}function so(_0x3f4416,_0xcb5c44,_0xfed7d1){if(!_0xfed7d1)return!0x1;const _0x5a6f5d=_0x3f4416[_0x4d51('0x15')](_0xcb5c44),_0x5aaccf=_0x3f4416['createPositionBefore'](_0xfed7d1);return _0x5a6f5d[_0x4d51('0x16')](_0x5aaccf);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x9ded61,_0x1109dd,_0x2f6aa2){for(;_0x2f6aa2[_0x4d51('0x1')];){const _0xc2810e=_0x2f6aa2[_0x4d51('0x8')](0x0,0x64);_0x9ded61['change'](()=>{for(const _0x5c015b of _0xc2810e)_0x5c015b[_0x4d51('0x5')]&&_0x1109dd[_0x4d51('0x12')](_0x5c015b['id']);});}}
23
+ const _0x422c=['deletion','schema','length','from','value','splice','createPositionAfter','color','createRange','getRanges','createPositionBefore','execute','isArray','map','content','createPositionAt','isInContent','end','isTouching','type','replace','start','isIntersecting'];(function(_0x4399aa,_0x422c15){const _0x4f786f=function(_0x5ad25f){while(--_0x5ad25f){_0x4399aa['push'](_0x4399aa['shift']());}};_0x4f786f(++_0x422c15);}(_0x422c,0x180));const _0x4f78=function(_0x4399aa,_0x422c15){_0x4399aa=_0x4399aa-0x0;let _0x4f786f=_0x422c[_0x4399aa];return _0x4f786f;};export function normalizeDescription(_0x32d266){return Array[_0x4f78('0x13')](_0x32d266)||(_0x32d266=[_0x32d266]),_0x32d266[_0x4f78('0x14')](_0x577dab=>{const _0xf2aea9=_0x577dab[_0x4f78('0x15')][_0x4f78('0x4')](/\*/g,''),_0x728ecd=_0x577dab[_0x4f78('0xe')]?'\x20[color\x20'+_0x577dab[_0x4f78('0xe')][_0x4f78('0xb')]+']':'';return'['+_0x577dab[_0x4f78('0x3')]+']\x20'+_0xf2aea9+_0x728ecd;})['join'](';\x20');}export function sortSuggestions(_0x3070c9){return _0x3070c9['sort']((_0x566f96,_0x4bb2ab)=>_0x4f78('0x7')==_0x566f96['type']&&_0x4f78('0x7')!=_0x4bb2ab[_0x4f78('0x3')]?-0x1:_0x4f78('0x7')!=_0x566f96['type']&&_0x4f78('0x7')==_0x4bb2ab[_0x4f78('0x3')]?0x1:0x0);}export function getSelectedSuggestions(_0x526042,_0x1bd8fc){const _0x96bcf2=Array[_0x4f78('0xa')](_0x526042[_0x4f78('0x10')]()),_0x1a985a=new Set();for(const _0x17bd1f of _0x1bd8fc)if(_0x17bd1f['isInContent'])for(const _0x5eab95 of _0x96bcf2)for(const _0x3c878c of _0x17bd1f[_0x4f78('0x10')]())(_0x5eab95[_0x4f78('0x6')](_0x3c878c)||_0x526042['isCollapsed']&&!_0x17bd1f['isMultiRange']&&_0x17bd1f['next']&&_0x3c878c['end']['isTouching'](_0x5eab95[_0x4f78('0x5')]))&&_0x1a985a['add'](_0x17bd1f);return _0x1a985a;}export function getRangesOfBlockGroups(_0x34602d,_0x402e95){let _0x4c6cb8,_0x1fcd0e=0x0;const _0x217a9c=[],_0x4ab5fe=_0x402e95[_0x4f78('0x8')];for(;_0x1fcd0e<_0x34602d[_0x4f78('0x9')];){const _0x50a8cb=_0x34602d[_0x1fcd0e],_0x2e1bdd=_0x34602d[_0x1fcd0e+0x1];_0x4c6cb8||(_0x4c6cb8=_0x402e95[_0x4f78('0x11')](_0x50a8cb)),so(_0x402e95,_0x50a8cb,_0x2e1bdd)||(_0x217a9c['push'](_0x402e95[_0x4f78('0xf')](_0x4c6cb8,_0x4ab5fe['isObject'](_0x50a8cb)?_0x402e95[_0x4f78('0xd')](_0x50a8cb):_0x402e95[_0x4f78('0x16')](_0x50a8cb,_0x4f78('0x1')))),_0x4c6cb8=null),_0x1fcd0e++;}return _0x217a9c;}function so(_0x1a141b,_0x1fd684,_0x4e5d61){if(!_0x4e5d61)return!0x1;const _0x2ac695=_0x1a141b[_0x4f78('0xd')](_0x1fd684),_0x2041fd=_0x1a141b['createPositionBefore'](_0x4e5d61);return _0x2ac695[_0x4f78('0x2')](_0x2041fd);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x17272e,_0x238f89,_0xb3989a){for(;_0xb3989a[_0x4f78('0x9')];){const _0x4c39cb=_0xb3989a[_0x4f78('0xc')](0x0,0x64);_0x17272e['change'](()=>{for(const _0x5b6053 of _0x4c39cb)_0x5b6053[_0x4f78('0x0')]&&_0x238f89[_0x4f78('0x12')](_0x5b6053['id']);});}}