@ckeditor/ckeditor5-track-changes 39.0.2 → 40.1.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 (179) hide show
  1. package/LICENSE.md +3 -3
  2. package/README.md +1 -1
  3. package/build/track-changes.js +2 -2
  4. package/build/translations/ar.js +1 -1
  5. package/build/translations/az.js +1 -1
  6. package/build/translations/bg.js +1 -1
  7. package/build/translations/bn.js +1 -1
  8. package/build/translations/ca.js +1 -1
  9. package/build/translations/cs.js +1 -1
  10. package/build/translations/da.js +1 -1
  11. package/build/translations/de.js +1 -1
  12. package/build/translations/el.js +1 -1
  13. package/build/translations/en-au.js +1 -1
  14. package/build/translations/es.js +1 -1
  15. package/build/translations/et.js +1 -1
  16. package/build/translations/fi.js +1 -1
  17. package/build/translations/fr.js +1 -1
  18. package/build/translations/gl.js +1 -1
  19. package/build/translations/he.js +1 -1
  20. package/build/translations/hi.js +1 -1
  21. package/build/translations/hr.js +1 -1
  22. package/build/translations/hu.js +1 -1
  23. package/build/translations/id.js +1 -1
  24. package/build/translations/it.js +1 -1
  25. package/build/translations/ja.js +1 -1
  26. package/build/translations/ko.js +1 -1
  27. package/build/translations/lt.js +1 -1
  28. package/build/translations/lv.js +1 -1
  29. package/build/translations/ms.js +1 -1
  30. package/build/translations/nl.js +1 -1
  31. package/build/translations/no.js +1 -1
  32. package/build/translations/pl.js +1 -1
  33. package/build/translations/pt-br.js +1 -1
  34. package/build/translations/pt.js +1 -1
  35. package/build/translations/ro.js +1 -1
  36. package/build/translations/ru.js +1 -1
  37. package/build/translations/sk.js +1 -1
  38. package/build/translations/sq.js +1 -1
  39. package/build/translations/sr-latn.js +1 -1
  40. package/build/translations/sr.js +1 -1
  41. package/build/translations/sv.js +1 -1
  42. package/build/translations/th.js +1 -1
  43. package/build/translations/tk.js +1 -1
  44. package/build/translations/tr.js +1 -1
  45. package/build/translations/tt.js +1 -1
  46. package/build/translations/uk.js +1 -1
  47. package/build/translations/ur.js +1 -1
  48. package/build/translations/vi.js +1 -1
  49. package/build/translations/zh-cn.js +1 -1
  50. package/build/translations/zh.js +1 -1
  51. package/lang/contexts.json +20 -1
  52. package/lang/translations/ar.po +76 -0
  53. package/lang/translations/az.po +76 -0
  54. package/lang/translations/bg.po +76 -0
  55. package/lang/translations/bn.po +76 -0
  56. package/lang/translations/ca.po +76 -0
  57. package/lang/translations/cs.po +76 -0
  58. package/lang/translations/da.po +76 -0
  59. package/lang/translations/de.po +76 -0
  60. package/lang/translations/el.po +76 -0
  61. package/lang/translations/en-au.po +76 -0
  62. package/lang/translations/en.po +76 -0
  63. package/lang/translations/es.po +76 -0
  64. package/lang/translations/et.po +76 -0
  65. package/lang/translations/fi.po +76 -0
  66. package/lang/translations/fr.po +76 -0
  67. package/lang/translations/gl.po +76 -0
  68. package/lang/translations/he.po +76 -0
  69. package/lang/translations/hi.po +76 -0
  70. package/lang/translations/hr.po +76 -0
  71. package/lang/translations/hu.po +76 -0
  72. package/lang/translations/id.po +76 -0
  73. package/lang/translations/it.po +76 -0
  74. package/lang/translations/ja.po +76 -0
  75. package/lang/translations/ko.po +76 -0
  76. package/lang/translations/lt.po +76 -0
  77. package/lang/translations/lv.po +76 -0
  78. package/lang/translations/ms.po +76 -0
  79. package/lang/translations/nl.po +76 -0
  80. package/lang/translations/no.po +76 -0
  81. package/lang/translations/pl.po +76 -0
  82. package/lang/translations/pt-br.po +94 -18
  83. package/lang/translations/pt.po +76 -0
  84. package/lang/translations/ro.po +76 -0
  85. package/lang/translations/ru.po +76 -0
  86. package/lang/translations/sk.po +76 -0
  87. package/lang/translations/sq.po +76 -0
  88. package/lang/translations/sr-latn.po +76 -0
  89. package/lang/translations/sr.po +76 -0
  90. package/lang/translations/sv.po +76 -0
  91. package/lang/translations/th.po +76 -0
  92. package/lang/translations/tk.po +76 -0
  93. package/lang/translations/tr.po +76 -0
  94. package/lang/translations/tt.po +76 -0
  95. package/lang/translations/uk.po +76 -0
  96. package/lang/translations/ur.po +76 -0
  97. package/lang/translations/vi.po +76 -0
  98. package/lang/translations/zh-cn.po +76 -0
  99. package/lang/translations/zh.po +76 -0
  100. package/package.json +3 -3
  101. package/src/commands/acceptsuggestioncommand.js +1 -1
  102. package/src/commands/discardsuggestioncommand.js +1 -1
  103. package/src/commands/executeonallsuggestionscommand.js +1 -1
  104. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  105. package/src/commands/trackchangescommand.js +1 -1
  106. package/src/index.d.ts +1 -1
  107. package/src/integrations/aiassistant.d.ts +17 -0
  108. package/src/integrations/aiassistant.js +23 -0
  109. package/src/integrations/alignment.js +1 -1
  110. package/src/integrations/basicstyles.js +1 -1
  111. package/src/integrations/blockquote.js +1 -1
  112. package/src/integrations/ckbox.js +1 -1
  113. package/src/integrations/codeblock.js +1 -1
  114. package/src/integrations/comments.js +1 -1
  115. package/src/integrations/deletecommand.js +1 -1
  116. package/src/integrations/documentlist.js +1 -1
  117. package/src/integrations/documentlistproperties.js +1 -1
  118. package/src/integrations/entercommand.js +1 -1
  119. package/src/integrations/findandreplace.d.ts +1 -1
  120. package/src/integrations/findandreplace.js +1 -1
  121. package/src/integrations/font.js +1 -1
  122. package/src/integrations/formatpainter.js +1 -1
  123. package/src/integrations/heading.js +1 -1
  124. package/src/integrations/highlight.js +1 -1
  125. package/src/integrations/horizontalline.js +1 -1
  126. package/src/integrations/htmlembed.js +1 -1
  127. package/src/integrations/image.js +1 -1
  128. package/src/integrations/imagereplace.d.ts +0 -6
  129. package/src/integrations/imagereplace.js +1 -1
  130. package/src/integrations/imagestyle.d.ts +17 -0
  131. package/src/integrations/imagestyle.js +23 -0
  132. package/src/integrations/importword.js +1 -1
  133. package/src/integrations/indent.js +1 -1
  134. package/src/integrations/inputcommand.js +1 -1
  135. package/src/integrations/link.js +1 -1
  136. package/src/integrations/list.js +1 -1
  137. package/src/integrations/listproperties.js +1 -1
  138. package/src/integrations/mediaembed.js +1 -1
  139. package/src/integrations/mention.js +1 -1
  140. package/src/integrations/pagebreak.js +1 -1
  141. package/src/integrations/paragraph.js +1 -1
  142. package/src/integrations/removeformat.js +1 -1
  143. package/src/integrations/restrictededitingmode.js +1 -1
  144. package/src/integrations/shiftentercommand.js +1 -1
  145. package/src/integrations/standardeditingmode.js +1 -1
  146. package/src/integrations/style.d.ts +0 -1
  147. package/src/integrations/style.js +1 -1
  148. package/src/integrations/table.js +1 -1
  149. package/src/integrations/tablecaption.js +1 -1
  150. package/src/integrations/tableclipboard.js +1 -1
  151. package/src/integrations/tablecolumnresize.js +1 -1
  152. package/src/integrations/tableheadings.js +1 -1
  153. package/src/integrations/tablemergesplit.js +1 -1
  154. package/src/integrations/tableofcontents.js +1 -1
  155. package/src/integrations/tableproperties.js +1 -1
  156. package/src/integrations/template.js +1 -1
  157. package/src/integrations/title.js +1 -1
  158. package/src/integrations/undo.js +1 -1
  159. package/src/integrations/utils.js +1 -1
  160. package/src/suggestion.d.ts +26 -11
  161. package/src/suggestion.js +1 -1
  162. package/src/suggestiondescriptionfactory.d.ts +25 -5
  163. package/src/suggestiondescriptionfactory.js +1 -1
  164. package/src/trackchanges.d.ts +5 -69
  165. package/src/trackchanges.js +1 -1
  166. package/src/trackchangesconfig.d.ts +22 -19
  167. package/src/trackchangesdata.js +1 -1
  168. package/src/trackchangesediting.d.ts +59 -2
  169. package/src/trackchangesediting.js +1 -1
  170. package/src/trackchangesui.js +1 -1
  171. package/src/ui/suggestioncontroller.js +1 -1
  172. package/src/ui/view/basesuggestionthreadview.js +1 -1
  173. package/src/ui/view/suggestionthreadview.d.ts +1 -1
  174. package/src/ui/view/suggestionthreadview.js +1 -1
  175. package/src/utils/common-translations.js +1 -1
  176. package/src/utils/utils.js +1 -1
  177. package/theme/icons/track-changes-accept.svg +1 -1
  178. package/theme/icons/track-changes-discard.svg +1 -1
  179. package/theme/icons/track-changes.svg +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xcdd6=['model','PENDING_ACTION_SUGGESTION','discardSuggestion','canAccept','locale','plugins','unbind','get','execute','_setPendingAction','_removePendingAction','remove','canDiscard','getRanges','commands','_discardCommand','add','destroy','_editor','change:isDirty','_acceptCommand','listenTo','acceptSuggestion','_pendingAction','canEditAt','isDirty','view','PendingActions','bind','isEnabled','commentThreadController'];(function(_0xb8834c,_0xcdd636){const _0x386b26=function(_0x1e70d2){while(--_0x1e70d2){_0xb8834c['push'](_0xb8834c['shift']());}};_0x386b26(++_0xcdd636);}(_0xcdd6,0x94));const _0x386b=function(_0xb8834c,_0xcdd636){_0xb8834c=_0xb8834c-0x0;let _0x386b26=_0xcdd6[_0xb8834c];return _0x386b26;};import{ObservableMixin as _0x3ab58e}from'ckeditor5/src/utils';import{getTranslation as _0x36c737}from'../utils/common-translations';export default class Ft extends _0x3ab58e(){constructor(_0x29fc81,_0x2e5429,_0xf503eb,_0x53795e){super(),this[_0x386b('0x7')]=_0x2e5429,this[_0x386b('0x2')]=_0xf503eb,this[_0x386b('0x6')]=_0x53795e,this[_0x386b('0x19')]=_0x29fc81,this[_0x386b('0x1b')]=_0x29fc81[_0x386b('0x15')][_0x386b('0xe')](_0x386b('0x1d')),this[_0x386b('0x16')]=_0x29fc81[_0x386b('0x15')][_0x386b('0xe')]('discardSuggestion'),this[_0x386b('0x2')][_0x386b('0x4')]('isEnabled')['to'](this['_acceptCommand'],this[_0x386b('0x16')],(_0x5e2c77,_0x3326c2)=>_0x5e2c77||_0x3326c2),this[_0x386b('0x2')]['bind'](_0x386b('0xa'))['to'](this[_0x386b('0x1b')],_0x386b('0x5'),_0xd5a11a=>_0xd5a11a&&this[_0x386b('0x19')]['model']['canEditAt'](_0x2e5429['getRanges']())),this['view'][_0x386b('0x4')](_0x386b('0x13'))['to'](this[_0x386b('0x16')],'isEnabled',_0x41b76a=>_0x41b76a&&this['_editor'][_0x386b('0x7')][_0x386b('0x0')](_0x2e5429[_0x386b('0x14')]())),this[_0x386b('0x1e')]=null,_0xf503eb[_0x386b('0x1')]&&this[_0x386b('0x10')](),this[_0x386b('0x1c')](_0xf503eb,'acceptSuggestion',()=>this[_0x386b('0x1d')]()),this['listenTo'](_0xf503eb,_0x386b('0x9'),()=>this[_0x386b('0x9')]()),this[_0x386b('0x1c')](_0xf503eb,_0x386b('0x1a'),()=>{_0xf503eb['isDirty']?this[_0x386b('0x10')]():this[_0x386b('0x11')]();});}[_0x386b('0x1d')](){this[_0x386b('0x1b')]['execute'](this['model']['id']);}[_0x386b('0x9')](){this[_0x386b('0x16')][_0x386b('0xf')](this[_0x386b('0x7')]['id']);}[_0x386b('0x18')](){this['view']['unbind'](_0x386b('0x5')),this[_0x386b('0x2')][_0x386b('0xd')]('canAccept'),this[_0x386b('0x2')][_0x386b('0xd')]('canDiscard'),this['stopListening'](),this['commentThreadController']['destroy'](),this[_0x386b('0x1e')]&&this[_0x386b('0x11')]();}[_0x386b('0x10')](){const _0x48d3b0=_0x36c737(this[_0x386b('0x19')][_0x386b('0xb')],_0x386b('0x8'));this[_0x386b('0x1e')]=this[_0x386b('0x19')][_0x386b('0xc')][_0x386b('0xe')](_0x386b('0x3'))[_0x386b('0x17')](_0x48d3b0);}[_0x386b('0x11')](){null!==this['_pendingAction']&&this['_editor'][_0x386b('0xc')][_0x386b('0xe')](_0x386b('0x3'))[_0x386b('0x12')](this['_pendingAction']),this[_0x386b('0x1e')]=null;}}
23
+ const _0x1160=['change:isDirty','_editor','execute','_removePendingAction','_setPendingAction','acceptSuggestion','bind','model','canEditAt','PendingActions','isEnabled','stopListening','canDiscard','listenTo','isDirty','view','commentThreadController','get','remove','destroy','discardSuggestion','add','plugins','commands','canAccept','_discardCommand','unbind','_acceptCommand','_pendingAction'];(function(_0x4bc3de,_0x116036){const _0x1541df=function(_0x4c0978){while(--_0x4c0978){_0x4bc3de['push'](_0x4bc3de['shift']());}};_0x1541df(++_0x116036);}(_0x1160,0x1a2));const _0x1541=function(_0x4bc3de,_0x116036){_0x4bc3de=_0x4bc3de-0x0;let _0x1541df=_0x1160[_0x4bc3de];return _0x1541df;};import{ObservableMixin as _0x46614f}from'ckeditor5/src/utils';import{getTranslation as _0xfc4ac6}from'../utils/common-translations';export default class Pt extends _0x46614f(){constructor(_0x4a4cd6,_0x39b81c,_0x5dc229,_0x4cb367){super(),this[_0x1541('0x18')]=_0x39b81c,this['view']=_0x5dc229,this['commentThreadController']=_0x4cb367,this[_0x1541('0x12')]=_0x4a4cd6,this[_0x1541('0xf')]=_0x4a4cd6[_0x1541('0xb')]['get'](_0x1541('0x16')),this['_discardCommand']=_0x4a4cd6[_0x1541('0xb')][_0x1541('0x5')](_0x1541('0x8')),this['view'][_0x1541('0x17')](_0x1541('0x1b'))['to'](this['_acceptCommand'],this[_0x1541('0xd')],(_0x5d0277,_0x46895f)=>_0x5d0277||_0x46895f),this[_0x1541('0x3')][_0x1541('0x17')](_0x1541('0xc'))['to'](this[_0x1541('0xf')],'isEnabled',_0x3e2daf=>_0x3e2daf&&this[_0x1541('0x12')][_0x1541('0x18')][_0x1541('0x19')](_0x39b81c['getRanges']())),this[_0x1541('0x3')][_0x1541('0x17')]('canDiscard')['to'](this['_discardCommand'],_0x1541('0x1b'),_0x3fe3cf=>_0x3fe3cf&&this['_editor']['model'][_0x1541('0x19')](_0x39b81c['getRanges']())),this[_0x1541('0x10')]=null,_0x5dc229[_0x1541('0x2')]&&this[_0x1541('0x15')](),this['listenTo'](_0x5dc229,_0x1541('0x16'),()=>this['acceptSuggestion']()),this[_0x1541('0x1')](_0x5dc229,_0x1541('0x8'),()=>this['discardSuggestion']()),this['listenTo'](_0x5dc229,_0x1541('0x11'),()=>{_0x5dc229[_0x1541('0x2')]?this['_setPendingAction']():this[_0x1541('0x14')]();});}['acceptSuggestion'](){this[_0x1541('0xf')][_0x1541('0x13')](this[_0x1541('0x18')]['id']);}[_0x1541('0x8')](){this[_0x1541('0xd')]['execute'](this[_0x1541('0x18')]['id']);}[_0x1541('0x7')](){this[_0x1541('0x3')][_0x1541('0xe')]('isEnabled'),this['view']['unbind'](_0x1541('0xc')),this[_0x1541('0x3')][_0x1541('0xe')](_0x1541('0x0')),this[_0x1541('0x1c')](),this[_0x1541('0x4')]['destroy'](),this[_0x1541('0x10')]&&this['_removePendingAction']();}[_0x1541('0x15')](){const _0x3a61a7=_0xfc4ac6(this[_0x1541('0x12')]['locale'],'PENDING_ACTION_SUGGESTION');this['_pendingAction']=this[_0x1541('0x12')]['plugins']['get'](_0x1541('0x1a'))[_0x1541('0x9')](_0x3a61a7);}[_0x1541('0x14')](){null!==this['_pendingAction']&&this[_0x1541('0x12')][_0x1541('0xa')]['get']('PendingActions')[_0x1541('0x6')](this[_0x1541('0x10')]),this[_0x1541('0x10')]=null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2288=['CommentView','assign','_createCommentViews','bind','set','destroy','locale','_model','isReadOnly','_localUser','commentThread','isActive','value','commentsListView','cancel','fire','isDirty','updateComment','commentThreadInputView','commentInputView','setData','hasDirtyComment','focus','canDiscard','showInput','descriptionParts','editorConfig','submit','delegate','disabledSubmit','authoredAt','addComment','_createCommentThreadInputView','editor','_config','length'];(function(_0x4c932d,_0x228810){const _0x33d973=function(_0xfb8802){while(--_0xfb8802){_0x4c932d['push'](_0x4c932d['shift']());}};_0x33d973(++_0x228810);}(_0x2288,0x1a5));const _0x33d9=function(_0x4c932d,_0x228810){_0x4c932d=_0x4c932d-0x0;let _0x33d973=_0x2288[_0x4c932d];return _0x33d973;};import{View as _0x40159f}from'ckeditor5/src/ui';export default class ii extends _0x40159f{constructor(_0x429a1d,_0x37a1f1,_0x5436c9,_0x354402){super(_0x429a1d),this['commentsListView']=null,this['commentThreadInputView']=null,this[_0x33d9('0xf')](_0x33d9('0x16'),!0x1),this['set'](_0x33d9('0x5'),_0x37a1f1[_0x33d9('0x5')]),this[_0x33d9('0xe')]('authoredAt')['to'](_0x37a1f1),this[_0x33d9('0xf')](_0x33d9('0x0'),[]),this[_0x33d9('0xf')]('isDirty',!0x1),this['set']('isEnabled',!0x1),this['set']('canAccept',!0x1),this[_0x33d9('0xf')](_0x33d9('0x22'),!0x1),this[_0x33d9('0x12')]=_0x37a1f1,this[_0x33d9('0x14')]=_0x5436c9,this[_0x33d9('0x9')]=_0x354402,_0x354402['disableComments']?this[_0x33d9('0xf')](_0x33d9('0xa'),0x1):this[_0x33d9('0xd')]();}[_0x33d9('0x21')](){this['element'][_0x33d9('0x21')]();}['destroy'](){this[_0x33d9('0x18')]&&this[_0x33d9('0x18')][_0x33d9('0x10')](),this[_0x33d9('0x1d')]&&this[_0x33d9('0x1d')]['destroy'](),super['destroy']();}['_createCommentViews'](){const {CommentsListView:_0x332bca}=this['_config'];this[_0x33d9('0x18')]=new _0x332bca(this[_0x33d9('0x11')],this[_0x33d9('0x12')][_0x33d9('0x15')],Object[_0x33d9('0xc')]({'CommentView':this[_0x33d9('0x9')][_0x33d9('0xb')]},this['_config'])),this[_0x33d9('0x18')][_0x33d9('0x3')]('removeComment')['to'](this),this[_0x33d9('0x18')][_0x33d9('0x3')](_0x33d9('0x1c'))['to'](this),this[_0x33d9('0x18')][_0x33d9('0xe')](_0x33d9('0x16'))['to'](this),this[_0x33d9('0xf')](_0x33d9('0xa'),this[_0x33d9('0x18')][_0x33d9('0xa')]+0x1),this[_0x33d9('0xe')]('length')['to'](this[_0x33d9('0x18')],_0x33d9('0xa'),_0x586d41=>_0x586d41+0x1),this[_0x33d9('0x1d')]=this[_0x33d9('0x7')](),this['on']('removeComment',()=>this['focus']()),this[_0x33d9('0xe')](_0x33d9('0x1b'))['to'](this[_0x33d9('0x18')],_0x33d9('0x20'),this['commentThreadInputView'][_0x33d9('0x1e')],_0x33d9('0x17'),(_0x4f8fd4,_0x21f964)=>_0x4f8fd4||!!_0x21f964);}[_0x33d9('0x7')](){const {CommentThreadInputView:_0x4fc70f}=this[_0x33d9('0x9')],_0x29a906=new _0x4fc70f(this[_0x33d9('0x11')],this[_0x33d9('0x14')],this['_config'][_0x33d9('0x1')]),_0x30972d=_0x29a906[_0x33d9('0x1e')];return _0x29a906[_0x33d9('0xe')](_0x33d9('0x23'))['to'](this,'isActive',this[_0x33d9('0x12')][_0x33d9('0x15')],_0x33d9('0x13'),_0x30972d,_0x33d9('0x17'),(_0x299bec,_0x458dd0,_0x417617)=>!!_0x417617||_0x299bec&&!_0x458dd0),_0x30972d['on'](_0x33d9('0x2'),(_0x510a90,_0x30fd4c)=>{this[_0x33d9('0x1a')](_0x33d9('0x6'),_0x30fd4c),_0x30972d[_0x33d9('0x8')][_0x33d9('0x1f')]('');}),_0x30972d['on'](_0x33d9('0x19'),()=>this[_0x33d9('0x21')]()),_0x30972d[_0x33d9('0xe')](_0x33d9('0x4'))['to'](this['_model'][_0x33d9('0x15')],_0x33d9('0x13')),_0x29a906;}}
23
+ const _0x15be=['commentThread','destroy','fire','hasDirtyComment','addComment','_config','isDirty','_localUser','commentInputView','removeComment','authoredAt','locale','isEnabled','commentThreadInputView','length','editor','delegate','_model','commentsListView','set','CommentView','editorConfig','cancel','isReadOnly','value','isActive','bind','descriptionParts','element','setData','focus','_createCommentThreadInputView','canAccept','disabledSubmit'];(function(_0xfdfefb,_0x15be04){const _0x3e6d03=function(_0x408da2){while(--_0x408da2){_0xfdfefb['push'](_0xfdfefb['shift']());}};_0x3e6d03(++_0x15be04);}(_0x15be,0xa6));const _0x3e6d=function(_0xfdfefb,_0x15be04){_0xfdfefb=_0xfdfefb-0x0;let _0x3e6d03=_0x15be[_0xfdfefb];return _0x3e6d03;};import{View as _0x44ad12}from'ckeditor5/src/ui';export default class si extends _0x44ad12{constructor(_0x1a5610,_0x501c9c,_0x484cd9,_0x1c1be1){super(_0x1a5610),this['commentsListView']=null,this[_0x3e6d('0x11')]=null,this[_0x3e6d('0x17')]('isActive',!0x1),this['set'](_0x3e6d('0xe'),_0x501c9c[_0x3e6d('0xe')]),this[_0x3e6d('0x1e')]('authoredAt')['to'](_0x501c9c),this[_0x3e6d('0x17')](_0x3e6d('0x1f'),[]),this[_0x3e6d('0x17')](_0x3e6d('0xa'),!0x1),this[_0x3e6d('0x17')](_0x3e6d('0x10'),!0x1),this[_0x3e6d('0x17')](_0x3e6d('0x2'),!0x1),this['set']('canDiscard',!0x1),this[_0x3e6d('0x15')]=_0x501c9c,this[_0x3e6d('0xb')]=_0x484cd9,this[_0x3e6d('0x9')]=_0x1c1be1,_0x1c1be1['disableComments']?this[_0x3e6d('0x17')](_0x3e6d('0x12'),0x1):this['_createCommentViews']();}[_0x3e6d('0x0')](){this[_0x3e6d('0x20')][_0x3e6d('0x0')]();}[_0x3e6d('0x5')](){this[_0x3e6d('0x16')]&&this[_0x3e6d('0x16')][_0x3e6d('0x5')](),this[_0x3e6d('0x11')]&&this[_0x3e6d('0x11')][_0x3e6d('0x5')](),super[_0x3e6d('0x5')]();}['_createCommentViews'](){const {CommentsListView:_0xac20df}=this[_0x3e6d('0x9')];this['commentsListView']=new _0xac20df(this['locale'],this['_model']['commentThread'],Object['assign']({'CommentView':this['_config'][_0x3e6d('0x18')]},this[_0x3e6d('0x9')])),this[_0x3e6d('0x16')][_0x3e6d('0x14')](_0x3e6d('0xd'))['to'](this),this['commentsListView'][_0x3e6d('0x14')]('updateComment')['to'](this),this[_0x3e6d('0x16')]['bind'](_0x3e6d('0x1d'))['to'](this),this[_0x3e6d('0x17')]('length',this[_0x3e6d('0x16')][_0x3e6d('0x12')]+0x1),this[_0x3e6d('0x1e')](_0x3e6d('0x12'))['to'](this['commentsListView'],'length',_0x4a80ec=>_0x4a80ec+0x1),this['commentThreadInputView']=this[_0x3e6d('0x1')](),this['on'](_0x3e6d('0xd'),()=>this[_0x3e6d('0x0')]()),this['bind'](_0x3e6d('0xa'))['to'](this[_0x3e6d('0x16')],_0x3e6d('0x7'),this[_0x3e6d('0x11')]['commentInputView'],_0x3e6d('0x1c'),(_0x4e4bc8,_0x39ce75)=>_0x4e4bc8||!!_0x39ce75);}[_0x3e6d('0x1')](){const {CommentThreadInputView:_0x5e8459}=this[_0x3e6d('0x9')],_0x145492=new _0x5e8459(this[_0x3e6d('0xf')],this['_localUser'],this[_0x3e6d('0x9')][_0x3e6d('0x19')]),_0x80149b=_0x145492[_0x3e6d('0xc')];return _0x145492['bind']('showInput')['to'](this,'isActive',this[_0x3e6d('0x15')][_0x3e6d('0x4')],_0x3e6d('0x1b'),_0x80149b,_0x3e6d('0x1c'),(_0x3c7c05,_0x380817,_0x1708e6)=>!!_0x1708e6||_0x3c7c05&&!_0x380817),_0x80149b['on']('submit',(_0x6498dd,_0x52b80c)=>{this[_0x3e6d('0x6')](_0x3e6d('0x8'),_0x52b80c),_0x80149b[_0x3e6d('0x13')][_0x3e6d('0x21')]('');}),_0x80149b['on'](_0x3e6d('0x1a'),()=>this[_0x3e6d('0x0')]()),_0x80149b[_0x3e6d('0x1e')](_0x3e6d('0x3'))['to'](this[_0x3e6d('0x15')]['commentThread'],_0x3e6d('0x1b')),_0x145492;}}
@@ -11,7 +11,7 @@ import type Suggestion from '../../suggestion';
11
11
  * The default view for a suggestion thread.
12
12
  *
13
13
  * This view can be replaced by other view by overwriting the
14
- * {@link module:track-changes/trackchanges~TrackChangesConfig#SuggestionThreadView} configuration.
14
+ * {@link module:track-changes/trackchangesconfig~TrackChangesConfig#SuggestionThreadView} configuration.
15
15
  */
16
16
  export default class SuggestionThreadView extends BaseSuggestionThreadView {
17
17
  /**
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x19d0=['commentThreadInputView','join','split','discardButton','isExternal','canDiscard','_config','ck-suggestion__info-name','ck-annotation__actions','commentsListView','.ck-annotation__content-wrapper','execute','_createButton','attributes','acceptButton','@external','ck-suggestion--discard','setTemplate','ck-suggestion--accept','ck-suggestion--disabled-comments','ck-suggestion-wrapper--active','author','ck-suggestion-wrapper','ck-suggestion__user','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','editorDestroyed','ck-suggestion__actions','render','delegate','innerHTML','\x22></span>','check','isActive','Accept\x20suggestion','\x22\x20title=\x22','_model','span','</p>','ck-suggestion','editorReady','map','getUserViewNotificationText','ck-annotation','extendTemplate','time','_descriptionElement','change:description','locale','bind','color','authoredAt','children','formatDateTime','ck-annotation__user','ck-suggestion__info','set','acceptSuggestion','getExternalSuggestionNote','bindTemplate','<span\x20class=\x22ck-suggestion-type\x22>','EXTERNAL_AVATAR','ck-comment__external','title','<p>','ck-suggestion__main','descriptionParts','description','content','Discard\x20suggestion','importWord','source','div','element','cancel','ck-suggestion-','userView','type','ck-annotation__info-name','ck-annotation__main','name','push','creator','ck-annotation__content-wrapper','isEnabled'];(function(_0x39ba2a,_0x19d0da){const _0x1bb44c=function(_0xbc0dbd){while(--_0xbc0dbd){_0x39ba2a['push'](_0x39ba2a['shift']());}};_0x1bb44c(++_0x19d0da);}(_0x19d0,0x156));const _0x1bb4=function(_0x39ba2a,_0x19d0da){_0x39ba2a=_0x39ba2a-0x0;let _0x1bb44c=_0x19d0[_0x39ba2a];return _0x1bb44c;};import{getTranslation as _0x48ab23}from'../../utils/common-translations';import{default as _0x135a1e}from'./basesuggestionthreadview';import{ButtonView as _0x419e17}from'ckeditor5/src/ui';import{icons as _0x5d2163}from'ckeditor5/src/core';import{trimHtml as _0x4fcc8c,UserView as _0x550f88}from'ckeditor5-collaboration/src/collaboration-core';export default class Gt extends _0x135a1e{constructor(_0x2a13b7,_0x4c1cac,_0x299d91,_0x59373b){super(_0x2a13b7,_0x4c1cac,_0x299d91,_0x59373b),this[_0x1bb4('0x31')](_0x1bb4('0x46'),''),this[_0x1bb4('0x2a')]('type')['to'](this,_0x1bb4('0x3b'),_0x406440=>_0x406440&&_0x406440[0x0]?_0x406440[0x0][_0x1bb4('0x46')]:''),this['bind'](_0x1bb4('0x3c'))['to'](this,_0x1bb4('0x3b'),this,_0x1bb4('0x1a'),(_0xa751c1,_0x5dcb10)=>{let _0x213a6d='';for(const _0x3dd230 of _0xa751c1)_0x213a6d+=_0x1bb4('0x39')+ai(_0x3dd230[_0x1bb4('0x3d')],_0x3dd230[_0x1bb4('0x2b')])+_0x1bb4('0x1f');return _0x5dcb10?_0x213a6d:_0x4fcc8c(_0x213a6d,{'limit':0x8c});}),this['_descriptionElement']=null,this[_0x1bb4('0x8')]=this[_0x1bb4('0x6')](_0x48ab23(_0x2a13b7,_0x1bb4('0x1b')),_0x5d2163[_0x1bb4('0x19')],_0x1bb4('0xc'),_0x1bb4('0x32'),'sw'),this[_0x1bb4('0x8')]['bind'](_0x1bb4('0x4d'))['to'](this,'canAccept'),this['discardButton']=this[_0x1bb4('0x6')](_0x48ab23(_0x2a13b7,_0x1bb4('0x3e')),_0x5d2163[_0x1bb4('0x43')],_0x1bb4('0xa'),'discardSuggestion','sw'),this[_0x1bb4('0x51')][_0x1bb4('0x2a')]('isEnabled')['to'](this,_0x1bb4('0x53')),this[_0x1bb4('0x45')]=new _0x550f88(_0x2a13b7,this[_0x1bb4('0x1d')]['author'],this[_0x1bb4('0x23')]()),this[_0x1bb4('0x45')][_0x1bb4('0x25')]({'attributes':{'class':[_0x1bb4('0x11'),_0x1bb4('0x2f')]}}),this[_0x1bb4('0xb')](this['getTemplate']());}['getTemplate'](){const _0x504ac9=this[_0x1bb4('0x34')],_0x53f31c=[{'tag':_0x1bb4('0x41'),'attributes':{'class':[_0x1bb4('0x30'),'ck-annotation__info']},'children':[{'tag':_0x1bb4('0x1e'),'children':[{'text':this[_0x1bb4('0x45')][_0x1bb4('0x49')]}],'attributes':{'class':[_0x1bb4('0x1'),_0x1bb4('0x47')]}},{'tag':_0x1bb4('0x26'),'attributes':{'datetime':_0x504ac9['to'](_0x1bb4('0x2c')),'class':['ck-comment__info-time','ck-annotation__info-time']},'children':[{'text':_0x504ac9['to'](_0x1bb4('0x2c'),_0x23cd3d=>this['_config'][_0x1bb4('0x2e')](_0x23cd3d))}]}]},{'tag':'div','attributes':{'class':[_0x1bb4('0x14'),_0x1bb4('0x2')]},'children':[this['acceptButton'],this['discardButton']]},{'tag':_0x1bb4('0x41'),'attributes':{'class':[_0x1bb4('0x4c')]}}];this[_0x1bb4('0x1d')][_0x1bb4('0x52')]&&_0x53f31c[_0x1bb4('0x4a')]({'tag':'div','attributes':{'class':[_0x1bb4('0x37')]},'children':[{'text':this[_0x1bb4('0x33')]()}]});const _0x2893ae={'tag':'div','attributes':{'class':[_0x1bb4('0x10'),_0x504ac9['if'](_0x1bb4('0x1a'),_0x1bb4('0xe')),_0x504ac9['to']('type',_0x34fee9=>_0x1bb4('0x44')+_0x34fee9),this[_0x1bb4('0x0')]['disableComments']&&_0x1bb4('0xd')],'data-suggestion-id':this[_0x1bb4('0x1d')]['id'],'data-thread-id':this[_0x1bb4('0x1d')]['commentThread']['id'],'data-author-id':this['_model'][_0x1bb4('0xf')]['id'],'tabindex':-0x1},'children':[{'tag':_0x1bb4('0x41'),'attributes':{'class':[_0x1bb4('0x20'),_0x1bb4('0x24')]},'children':[this[_0x1bb4('0x45')],{'tag':'div','attributes':{'class':[_0x1bb4('0x3a'),_0x1bb4('0x48')]},'children':_0x53f31c}]}]};return this['commentsListView']&&this[_0x1bb4('0x4e')]&&(_0x2893ae[_0x1bb4('0x2d')][_0x1bb4('0x4a')](this['commentsListView'],this['commentThreadInputView']),this[_0x1bb4('0x3')][_0x1bb4('0x16')](_0x1bb4('0x21'))['to'](this),this[_0x1bb4('0x3')][_0x1bb4('0x16')](_0x1bb4('0x13'))['to'](this),this['commentThreadInputView'][_0x1bb4('0x16')]('editorReady')['to'](this),this[_0x1bb4('0x4e')][_0x1bb4('0x16')]('editorDestroyed')['to'](this)),_0x2893ae;}['render'](){super[_0x1bb4('0x15')](),this[_0x1bb4('0x27')]=this[_0x1bb4('0x42')]['querySelector'](_0x1bb4('0x4')),this['_descriptionElement'][_0x1bb4('0x17')]=this[_0x1bb4('0x3c')],this['on'](_0x1bb4('0x28'),(_0x407d8b,_0x182607,_0x1c604e)=>{this[_0x1bb4('0x27')][_0x1bb4('0x17')]=_0x1c604e;});}['_createButton'](_0x33aee9,_0x578ff3,_0x1951f3,_0x2483a6,_0x56a659){const _0x658503=new _0x419e17(this[_0x1bb4('0x29')]);return _0x658503[_0x1bb4('0x31')]({'label':_0x33aee9,'icon':_0x578ff3,'tooltip':!0x0,'tooltipPosition':_0x56a659}),_0x658503[_0x1bb4('0x25')]({'attributes':{'class':_0x1951f3}}),_0x658503['on'](_0x1bb4('0x5'),()=>{this['fire'](_0x2483a6,this[_0x1bb4('0x1d')]['id']);}),_0x658503;}[_0x1bb4('0x33')](){return _0x1bb4('0x3f')===this[_0x1bb4('0x1d')][_0x1bb4('0x7')][_0x1bb4('0x9')]['source']?_0x48ab23(this[_0x1bb4('0x29')],'EXTERNAL_IMPORT_WORD_SUGGESTION'):_0x48ab23(this[_0x1bb4('0x29')],'EXTERNAL_SUGGESTION');}[_0x1bb4('0x23')](){return this['_model'][_0x1bb4('0x52')]?_0x1bb4('0x3f')===this[_0x1bb4('0x1d')][_0x1bb4('0x7')][_0x1bb4('0x9')][_0x1bb4('0x40')]?_0x48ab23(this[_0x1bb4('0x29')],'EXTERNAL_IMPORT_WORD_AVATAR',this[_0x1bb4('0x1d')][_0x1bb4('0x4b')]['name']):_0x48ab23(this[_0x1bb4('0x29')],_0x1bb4('0x36'),this['_model']['creator'][_0x1bb4('0x49')]):null;}}function ai(_0x51d37a,_0x134ede){let _0x58601a='';return _0x58601a+=_0x51d37a[_0x1bb4('0x50')]('*')[_0x1bb4('0x22')]((_0x2f1992,_0x162482)=>_0x162482%0x2!=0x0?_0x1bb4('0x35')+ci(_0x2f1992)+'</span>':ci(_0x2f1992))[_0x1bb4('0x4f')](''),_0x134ede&&(_0x58601a+=_0x1bb4('0x12')+_0x134ede['value']+_0x1bb4('0x1c')+_0x134ede[_0x1bb4('0x38')]+_0x1bb4('0x18')),_0x58601a;}function ci(_0x46a1ba){const _0x35ff3e=document['createElement'](_0x1bb4('0x1e'));return _0x35ff3e['innerText']=_0x46a1ba,_0x35ff3e['innerHTML'];}
23
+ const _0x2c2c=['editorDestroyed','innerHTML','div','querySelector','set','ck-annotation__info','_model','isExternal','render','_config','span','ck-suggestion-wrapper','descriptionParts','attributes','</p>','map','check','ck-annotation__actions','split','delegate','ck-suggestion__info','acceptSuggestion','element','\x22></span>','EXTERNAL_SUGGESTION','ck-annotation__main','getTemplate','</span>','canAccept','type','ck-annotation__content-wrapper','EXTERNAL_IMPORT_WORD_AVATAR','author','ck-annotation__info-time','disableComments','push','setTemplate','creator','commentsListView','ck-suggestion__actions','acceptButton','ck-suggestion--accept','title','commentThreadInputView','isEnabled','ck-suggestion-wrapper--active','\x22\x20title=\x22','children','discardSuggestion','bind','_descriptionElement','ck-annotation__user','fire','ck-suggestion--discard','<span\x20class=\x22ck-suggestion-type\x22>','content','name','join','getUserViewNotificationText','cancel','editorReady','discardButton','source','EXTERNAL_AVATAR','ck-suggestion','@external','ck-suggestion__info-name','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','ck-comment__info-time','Accept\x20suggestion','commentThread','userView','_createButton','authoredAt','locale','importWord','value','extendTemplate','ck-annotation__info-name','description','ck-suggestion__user','color','.ck-annotation__content-wrapper','createElement','isActive'];(function(_0x2161ab,_0x2c2c6f){const _0x27b5aa=function(_0x3cd685){while(--_0x3cd685){_0x2161ab['push'](_0x2161ab['shift']());}};_0x27b5aa(++_0x2c2c6f);}(_0x2c2c,0xf0));const _0x27b5=function(_0x2161ab,_0x2c2c6f){_0x2161ab=_0x2161ab-0x0;let _0x27b5aa=_0x2c2c[_0x2161ab];return _0x27b5aa;};import{getTranslation as _0x1020f6}from'../../utils/common-translations';import{default as _0x2fc408}from'./basesuggestionthreadview';import{ButtonView as _0xac04e9}from'ckeditor5/src/ui';import{icons as _0x335370}from'ckeditor5/src/core';import{trimHtml as _0x677c42,UserView as _0x39df5c}from'ckeditor5-collaboration/src/collaboration-core';export default class Qt extends _0x2fc408{constructor(_0x6215c2,_0x3b1d37,_0x567119,_0x14c188){super(_0x6215c2,_0x3b1d37,_0x567119,_0x14c188),this['set'](_0x27b5('0x2c'),''),this[_0x27b5('0x40')]('type')['to'](this,_0x27b5('0x1b'),_0x3b5da9=>_0x3b5da9&&_0x3b5da9[0x0]?_0x3b5da9[0x0][_0x27b5('0x2c')]:''),this[_0x27b5('0x40')](_0x27b5('0x9'))['to'](this,_0x27b5('0x1b'),this,_0x27b5('0xe'),(_0x5e01a4,_0x176d22)=>{let _0x232c52='';for(const _0x19bbfc of _0x5e01a4)_0x232c52+='<p>'+ci(_0x19bbfc[_0x27b5('0x46')],_0x19bbfc[_0x27b5('0xb')])+_0x27b5('0x1d');return _0x176d22?_0x232c52:_0x677c42(_0x232c52,{'limit':0x8c});}),this['_descriptionElement']=null,this[_0x27b5('0x37')]=this[_0x27b5('0x2')](_0x1020f6(_0x6215c2,_0x27b5('0x54')),_0x335370[_0x27b5('0x1f')],_0x27b5('0x38'),_0x27b5('0x24'),'sw'),this[_0x27b5('0x37')][_0x27b5('0x40')](_0x27b5('0x3b'))['to'](this,_0x27b5('0x2b')),this[_0x27b5('0x4c')]=this['_createButton'](_0x1020f6(_0x6215c2,'Discard\x20suggestion'),_0x335370[_0x27b5('0x4a')],_0x27b5('0x44'),_0x27b5('0x3f'),'sw'),this[_0x27b5('0x4c')][_0x27b5('0x40')](_0x27b5('0x3b'))['to'](this,'canDiscard'),this[_0x27b5('0x1')]=new _0x39df5c(_0x6215c2,this[_0x27b5('0x15')]['author'],this['getUserViewNotificationText']()),this['userView'][_0x27b5('0x7')]({'attributes':{'class':[_0x27b5('0xa'),_0x27b5('0x42')]}}),this[_0x27b5('0x33')](this[_0x27b5('0x29')]());}[_0x27b5('0x29')](){const _0x51d370=this['bindTemplate'],_0x414ac9=[{'tag':_0x27b5('0x11'),'attributes':{'class':[_0x27b5('0x23'),_0x27b5('0x14')]},'children':[{'tag':_0x27b5('0x19'),'children':[{'text':this[_0x27b5('0x1')][_0x27b5('0x47')]}],'attributes':{'class':[_0x27b5('0x51'),_0x27b5('0x8')]}},{'tag':'time','attributes':{'datetime':_0x51d370['to'](_0x27b5('0x3')),'class':[_0x27b5('0x53'),_0x27b5('0x30')]},'children':[{'text':_0x51d370['to'](_0x27b5('0x3'),_0x6a5ebf=>this[_0x27b5('0x18')]['formatDateTime'](_0x6a5ebf))}]}]},{'tag':_0x27b5('0x11'),'attributes':{'class':[_0x27b5('0x36'),_0x27b5('0x20')]},'children':[this[_0x27b5('0x37')],this[_0x27b5('0x4c')]]},{'tag':_0x27b5('0x11'),'attributes':{'class':[_0x27b5('0x2d')]}}];this[_0x27b5('0x15')][_0x27b5('0x16')]&&_0x414ac9[_0x27b5('0x32')]({'tag':'div','attributes':{'class':['ck-comment__external']},'children':[{'text':this['getExternalSuggestionNote']()}]});const _0x4b2796={'tag':'div','attributes':{'class':[_0x27b5('0x1a'),_0x51d370['if'](_0x27b5('0xe'),_0x27b5('0x3c')),_0x51d370['to'](_0x27b5('0x2c'),_0x5b8615=>'ck-suggestion-'+_0x5b8615),this[_0x27b5('0x18')][_0x27b5('0x31')]&&'ck-suggestion--disabled-comments'],'data-suggestion-id':this[_0x27b5('0x15')]['id'],'data-thread-id':this[_0x27b5('0x15')][_0x27b5('0x0')]['id'],'data-author-id':this['_model'][_0x27b5('0x2f')]['id'],'tabindex':-0x1},'children':[{'tag':'div','attributes':{'class':[_0x27b5('0x4f'),'ck-annotation']},'children':[this[_0x27b5('0x1')],{'tag':_0x27b5('0x11'),'attributes':{'class':['ck-suggestion__main',_0x27b5('0x28')]},'children':_0x414ac9}]}]};return this[_0x27b5('0x35')]&&this[_0x27b5('0x3a')]&&(_0x4b2796[_0x27b5('0x3e')]['push'](this[_0x27b5('0x35')],this[_0x27b5('0x3a')]),this[_0x27b5('0x35')][_0x27b5('0x22')](_0x27b5('0x4b'))['to'](this),this['commentsListView'][_0x27b5('0x22')]('editorDestroyed')['to'](this),this['commentThreadInputView'][_0x27b5('0x22')]('editorReady')['to'](this),this[_0x27b5('0x3a')][_0x27b5('0x22')](_0x27b5('0xf'))['to'](this)),_0x4b2796;}[_0x27b5('0x17')](){super['render'](),this[_0x27b5('0x41')]=this[_0x27b5('0x25')][_0x27b5('0x12')](_0x27b5('0xc')),this[_0x27b5('0x41')]['innerHTML']=this[_0x27b5('0x9')],this['on']('change:description',(_0xe47e2a,_0x398c57,_0x4e270b)=>{this[_0x27b5('0x41')][_0x27b5('0x10')]=_0x4e270b;});}[_0x27b5('0x2')](_0x3240dd,_0x3dae17,_0x2f7b07,_0x4ca637,_0x59c37e){const _0x448dc8=new _0xac04e9(this[_0x27b5('0x4')]);return _0x448dc8[_0x27b5('0x13')]({'label':_0x3240dd,'icon':_0x3dae17,'tooltip':!0x0,'tooltipPosition':_0x59c37e}),_0x448dc8[_0x27b5('0x7')]({'attributes':{'class':_0x2f7b07}}),_0x448dc8['on']('execute',()=>{this[_0x27b5('0x43')](_0x4ca637,this[_0x27b5('0x15')]['id']);}),_0x448dc8;}['getExternalSuggestionNote'](){return _0x27b5('0x5')===this[_0x27b5('0x15')][_0x27b5('0x1c')][_0x27b5('0x50')][_0x27b5('0x4d')]?_0x1020f6(this[_0x27b5('0x4')],'EXTERNAL_IMPORT_WORD_SUGGESTION'):_0x1020f6(this[_0x27b5('0x4')],_0x27b5('0x27'));}[_0x27b5('0x49')](){return this[_0x27b5('0x15')][_0x27b5('0x16')]?_0x27b5('0x5')===this['_model']['attributes'][_0x27b5('0x50')][_0x27b5('0x4d')]?_0x1020f6(this[_0x27b5('0x4')],_0x27b5('0x2e'),this[_0x27b5('0x15')][_0x27b5('0x34')][_0x27b5('0x47')]):_0x1020f6(this[_0x27b5('0x4')],_0x27b5('0x4e'),this[_0x27b5('0x15')]['creator']['name']):null;}}function ci(_0x5022f0,_0x204360){let _0x4195cd='';return _0x4195cd+=_0x5022f0[_0x27b5('0x21')]('*')[_0x27b5('0x1e')]((_0x196a1c,_0x13928a)=>_0x13928a%0x2!=0x0?_0x27b5('0x45')+ri(_0x196a1c)+_0x27b5('0x2a'):ri(_0x196a1c))[_0x27b5('0x48')](''),_0x204360&&(_0x4195cd+=_0x27b5('0x52')+_0x204360[_0x27b5('0x6')]+_0x27b5('0x3d')+_0x204360[_0x27b5('0x39')]+_0x27b5('0x26')),_0x4195cd;}function ri(_0x43792a){const _0x49ed43=document[_0x27b5('0xd')](_0x27b5('0x19'));return _0x49ed43['innerText']=_0x43792a,_0x49ed43[_0x27b5('0x10')];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x377075,_0x5b6b1a,_0x375a59){const t=_0x377075['t'];switch(_0x5b6b1a){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',_0x375a59);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x375a59);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x375a59);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x375a59);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x375a59);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',_0x375a59);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x375a59);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',_0x375a59);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x375a59);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x375a59);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x375a59);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x375a59);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x375a59);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x375a59);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x375a59);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x375a59);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x375a59);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x375a59);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x375a59);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x375a59);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x375a59);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x375a59);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'},_0x375a59);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x375a59);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x375a59);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x375a59);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x375a59);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x375a59);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'},_0x375a59);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x375a59);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x375a59);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x375a59);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x375a59);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'},_0x375a59);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x375a59);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'},_0x375a59);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'},_0x375a59);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x375a59);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'},_0x375a59);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x375a59);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'},_0x375a59);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x375a59);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x375a59);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'},_0x375a59);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'},_0x375a59);default:return _0x5b6b1a;}}
23
+ export function getTranslation(_0x2c2388,_0x5a9d7a,_0x2cc9de){const t=_0x2c2388['t'];switch(_0x5a9d7a){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',_0x2cc9de);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x2cc9de);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x2cc9de);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x2cc9de);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x2cc9de);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',_0x2cc9de);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x2cc9de);case'*Replace\x20image\x20URL*':return t('*Replace\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',_0x2cc9de);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x2cc9de);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x2cc9de);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x2cc9de);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x2cc9de);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x2cc9de);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x2cc9de);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x2cc9de);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x2cc9de);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x2cc9de);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x2cc9de);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x2cc9de);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x2cc9de);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x2cc9de);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x2cc9de);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x2cc9de);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'},_0x2cc9de);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x2cc9de);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x2cc9de);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x2cc9de);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x2cc9de);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x2cc9de);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'},_0x2cc9de);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x2cc9de);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x2cc9de);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x2cc9de);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x2cc9de);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});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_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});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'},_0x2cc9de);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x2cc9de);case'FORMAT_ALIGNMENT':return t({'string':'alignment','id':'FORMAT_ALIGNMENT'});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'},_0x2cc9de);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'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});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'},_0x2cc9de);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x2cc9de);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'},_0x2cc9de);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x2cc9de);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'},_0x2cc9de);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x2cc9de);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x2cc9de);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'},_0x2cc9de);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'},_0x2cc9de);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});default:return _0x5a9d7a;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x7b3b=['sort','isInContent','schema','getRanges','change','isObject','value','splice','createPositionBefore','deletion','isTouching','start','color','execute','length','replace','type','\x20[color\x20','isMultiRange','join','createPositionAfter','isIntersecting','content','map','push','next','end','add'];(function(_0x14c2c2,_0x7b3b5c){const _0x42cb9a=function(_0x3f2f38){while(--_0x3f2f38){_0x14c2c2['push'](_0x14c2c2['shift']());}};_0x42cb9a(++_0x7b3b5c);}(_0x7b3b,0x69));const _0x42cb=function(_0x14c2c2,_0x7b3b5c){_0x14c2c2=_0x14c2c2-0x0;let _0x42cb9a=_0x7b3b[_0x14c2c2];return _0x42cb9a;};export function normalizeDescription(_0x52b25a){return Array['isArray'](_0x52b25a)||(_0x52b25a=[_0x52b25a]),_0x52b25a[_0x42cb('0x2')](_0x179dda=>{const _0x53f766=_0x179dda[_0x42cb('0x1')][_0x42cb('0x16')](/\*/g,''),_0x3575f0=_0x179dda[_0x42cb('0x13')]?_0x42cb('0x18')+_0x179dda[_0x42cb('0x13')][_0x42cb('0xd')]+']':'';return'['+_0x179dda[_0x42cb('0x17')]+']\x20'+_0x53f766+_0x3575f0;})[_0x42cb('0x1a')](';\x20');}export function sortSuggestions(_0x206d4e){return _0x206d4e[_0x42cb('0x7')]((_0x2b0163,_0x31d7a4)=>'deletion'==_0x2b0163[_0x42cb('0x17')]&&'deletion'!=_0x31d7a4[_0x42cb('0x17')]?-0x1:_0x42cb('0x10')!=_0x2b0163[_0x42cb('0x17')]&&'deletion'==_0x31d7a4[_0x42cb('0x17')]?0x1:0x0);}export function getSelectedSuggestions(_0x991480,_0x27c334){const _0x44705d=Array['from'](_0x991480[_0x42cb('0xa')]()),_0x8eeef0=new Set();for(const _0x7a9249 of _0x27c334)if(_0x7a9249[_0x42cb('0x8')])for(const _0x2f379c of _0x44705d)for(const _0x1e36ad of _0x7a9249[_0x42cb('0xa')]())(_0x2f379c[_0x42cb('0x0')](_0x1e36ad)||_0x991480['isCollapsed']&&!_0x7a9249[_0x42cb('0x19')]&&_0x7a9249[_0x42cb('0x4')]&&_0x1e36ad['end'][_0x42cb('0x11')](_0x2f379c[_0x42cb('0x12')]))&&_0x8eeef0[_0x42cb('0x6')](_0x7a9249);return _0x8eeef0;}export function getRangesOfBlockGroups(_0x142f9a,_0x490ef8){let _0x14d0af,_0x3e263b=0x0;const _0xbdd604=[],_0xa7916=_0x490ef8[_0x42cb('0x9')];for(;_0x3e263b<_0x142f9a['length'];){const _0xf9e5db=_0x142f9a[_0x3e263b],_0x2c171b=_0x142f9a[_0x3e263b+0x1];_0x14d0af||(_0x14d0af=_0x490ef8[_0x42cb('0xf')](_0xf9e5db)),so(_0x490ef8,_0xf9e5db,_0x2c171b)||(_0xbdd604[_0x42cb('0x3')](_0x490ef8['createRange'](_0x14d0af,_0xa7916[_0x42cb('0xc')](_0xf9e5db)?_0x490ef8['createPositionAfter'](_0xf9e5db):_0x490ef8['createPositionAt'](_0xf9e5db,_0x42cb('0x5')))),_0x14d0af=null),_0x3e263b++;}return _0xbdd604;}function so(_0x34e1e2,_0x479dc2,_0x3ee17d){if(!_0x3ee17d)return!0x1;const _0x15142b=_0x34e1e2[_0x42cb('0x1b')](_0x479dc2),_0x254814=_0x34e1e2['createPositionBefore'](_0x3ee17d);return _0x15142b[_0x42cb('0x11')](_0x254814);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x45721f,_0x390dc8,_0x4de039){for(;_0x4de039[_0x42cb('0x15')];){const _0x250758=_0x4de039[_0x42cb('0xe')](0x0,0x64);_0x45721f[_0x42cb('0xb')](()=>{for(const _0x8db942 of _0x250758)_0x8db942[_0x42cb('0x8')]&&_0x390dc8[_0x42cb('0x14')](_0x8db942['id']);});}}
23
+ const _0x4b98=['isObject','end','isIntersecting','createPositionAfter','deletion','map','change','createPositionAt','isTouching','type','\x20[color\x20','length','schema','getRanges','replace','isInContent','isArray','content','createRange','isMultiRange','splice','createPositionBefore','join','color'];(function(_0x4af11c,_0x4b98b4){const _0x408b6f=function(_0x207cb5){while(--_0x207cb5){_0x4af11c['push'](_0x4af11c['shift']());}};_0x408b6f(++_0x4b98b4);}(_0x4b98,0x19f));const _0x408b=function(_0x4af11c,_0x4b98b4){_0x4af11c=_0x4af11c-0x0;let _0x408b6f=_0x4b98[_0x4af11c];return _0x408b6f;};export function normalizeDescription(_0x56cbb3){return Array[_0x408b('0x9')](_0x56cbb3)||(_0x56cbb3=[_0x56cbb3]),_0x56cbb3[_0x408b('0x16')](_0x33f92b=>{const _0x3b5ef6=_0x33f92b[_0x408b('0xa')][_0x408b('0x7')](/\*/g,''),_0x105aee=_0x33f92b['color']?_0x408b('0x3')+_0x33f92b[_0x408b('0x10')]['value']+']':'';return'['+_0x33f92b[_0x408b('0x2')]+']\x20'+_0x3b5ef6+_0x105aee;})[_0x408b('0xf')](';\x20');}export function sortSuggestions(_0xe8acd8){return _0xe8acd8['sort']((_0x25b5fd,_0x2e2abe)=>'deletion'==_0x25b5fd[_0x408b('0x2')]&&_0x408b('0x15')!=_0x2e2abe[_0x408b('0x2')]?-0x1:_0x408b('0x15')!=_0x25b5fd['type']&&'deletion'==_0x2e2abe[_0x408b('0x2')]?0x1:0x0);}export function getSelectedSuggestions(_0x421661,_0x4c6a59){const _0xa02cca=Array['from'](_0x421661[_0x408b('0x6')]()),_0x231ed5=new Set();for(const _0x11b614 of _0x4c6a59)if(_0x11b614[_0x408b('0x8')])for(const _0xb86bcc of _0xa02cca)for(const _0x4df52c of _0x11b614[_0x408b('0x6')]())(_0xb86bcc[_0x408b('0x13')](_0x4df52c)||_0x421661['isCollapsed']&&!_0x11b614[_0x408b('0xc')]&&_0x11b614['next']&&_0x4df52c[_0x408b('0x12')][_0x408b('0x1')](_0xb86bcc['start']))&&_0x231ed5['add'](_0x11b614);return _0x231ed5;}export function getRangesOfBlockGroups(_0x34ba9a,_0xcef540){let _0x232c4d,_0x5342ab=0x0;const _0x54403a=[],_0x13cfdf=_0xcef540[_0x408b('0x5')];for(;_0x5342ab<_0x34ba9a[_0x408b('0x4')];){const _0x52de2a=_0x34ba9a[_0x5342ab],_0x371cf8=_0x34ba9a[_0x5342ab+0x1];_0x232c4d||(_0x232c4d=_0xcef540[_0x408b('0xe')](_0x52de2a)),oo(_0xcef540,_0x52de2a,_0x371cf8)||(_0x54403a['push'](_0xcef540[_0x408b('0xb')](_0x232c4d,_0x13cfdf[_0x408b('0x11')](_0x52de2a)?_0xcef540[_0x408b('0x14')](_0x52de2a):_0xcef540[_0x408b('0x0')](_0x52de2a,_0x408b('0x12')))),_0x232c4d=null),_0x5342ab++;}return _0x54403a;}function oo(_0x3535bc,_0x4193bf,_0x2b73a6){if(!_0x2b73a6)return!0x1;const _0x178687=_0x3535bc[_0x408b('0x14')](_0x4193bf),_0x1eb6a5=_0x3535bc['createPositionBefore'](_0x2b73a6);return _0x178687[_0x408b('0x1')](_0x1eb6a5);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x500c29,_0x71d083,_0x38b1bf){for(;_0x38b1bf[_0x408b('0x4')];){const _0x13d4a0=_0x38b1bf[_0x408b('0xd')](0x0,0x64);_0x500c29[_0x408b('0x17')](()=>{for(const _0x1985ff of _0x13d4a0)_0x1985ff[_0x408b('0x8')]&&_0x71d083['execute'](_0x1985ff['id']);});}}
@@ -4,7 +4,7 @@
4
4
  CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
5
5
  all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
6
6
 
7
- Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
7
+ Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
8
8
 
9
9
  !-->
10
10
 
@@ -4,7 +4,7 @@
4
4
  CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
5
5
  all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
6
6
 
7
- Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
7
+ Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
8
8
 
9
9
  !-->
10
10
 
@@ -4,7 +4,7 @@
4
4
  CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
5
5
  all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
6
6
 
7
- Copyright (c) 2003-2022, CKSource Holding sp. z o.o. All rights reserved.
7
+ Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
8
8
 
9
9
  !-->
10
10