@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240401.0 → 0.0.0-nightly-20240403.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/build/track-changes.js +2 -2
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/az.js +1 -1
  4. package/build/translations/bg.js +1 -1
  5. package/build/translations/bn.js +1 -1
  6. package/build/translations/ca.js +1 -1
  7. package/build/translations/cs.js +1 -1
  8. package/build/translations/da.js +1 -1
  9. package/build/translations/de.js +1 -1
  10. package/build/translations/el.js +1 -1
  11. package/build/translations/en-au.js +1 -1
  12. package/build/translations/es.js +1 -1
  13. package/build/translations/et.js +1 -1
  14. package/build/translations/fi.js +1 -1
  15. package/build/translations/fr.js +1 -1
  16. package/build/translations/gl.js +1 -1
  17. package/build/translations/he.js +1 -1
  18. package/build/translations/hi.js +1 -1
  19. package/build/translations/hr.js +1 -1
  20. package/build/translations/hu.js +1 -1
  21. package/build/translations/id.js +1 -1
  22. package/build/translations/it.js +1 -1
  23. package/build/translations/ja.js +1 -1
  24. package/build/translations/ko.js +1 -1
  25. package/build/translations/lt.js +1 -1
  26. package/build/translations/lv.js +1 -1
  27. package/build/translations/ms.js +1 -1
  28. package/build/translations/nl.js +1 -1
  29. package/build/translations/no.js +1 -1
  30. package/build/translations/pl.js +1 -1
  31. package/build/translations/pt-br.js +1 -1
  32. package/build/translations/pt.js +1 -1
  33. package/build/translations/ro.js +1 -1
  34. package/build/translations/ru.js +1 -1
  35. package/build/translations/sk.js +1 -1
  36. package/build/translations/sq.js +1 -1
  37. package/build/translations/sr-latn.js +1 -1
  38. package/build/translations/sr.js +1 -1
  39. package/build/translations/sv.js +1 -1
  40. package/build/translations/th.js +1 -1
  41. package/build/translations/tk.js +1 -1
  42. package/build/translations/tr.js +1 -1
  43. package/build/translations/tt.js +1 -1
  44. package/build/translations/uk.js +1 -1
  45. package/build/translations/ur.js +1 -1
  46. package/build/translations/vi.js +1 -1
  47. package/build/translations/zh-cn.js +1 -1
  48. package/build/translations/zh.js +1 -1
  49. package/lang/contexts.json +1 -0
  50. package/lang/translations/ar.po +4 -0
  51. package/lang/translations/az.po +4 -0
  52. package/lang/translations/bg.po +4 -0
  53. package/lang/translations/bn.po +4 -0
  54. package/lang/translations/ca.po +4 -0
  55. package/lang/translations/cs.po +4 -0
  56. package/lang/translations/da.po +4 -0
  57. package/lang/translations/de.po +4 -0
  58. package/lang/translations/el.po +4 -0
  59. package/lang/translations/en-au.po +4 -0
  60. package/lang/translations/en.po +4 -0
  61. package/lang/translations/es.po +4 -0
  62. package/lang/translations/et.po +4 -0
  63. package/lang/translations/fi.po +4 -0
  64. package/lang/translations/fr.po +4 -0
  65. package/lang/translations/gl.po +4 -0
  66. package/lang/translations/he.po +4 -0
  67. package/lang/translations/hi.po +4 -0
  68. package/lang/translations/hr.po +4 -0
  69. package/lang/translations/hu.po +4 -0
  70. package/lang/translations/id.po +4 -0
  71. package/lang/translations/it.po +4 -0
  72. package/lang/translations/ja.po +4 -0
  73. package/lang/translations/ko.po +4 -0
  74. package/lang/translations/lt.po +4 -0
  75. package/lang/translations/lv.po +4 -0
  76. package/lang/translations/ms.po +4 -0
  77. package/lang/translations/nl.po +4 -0
  78. package/lang/translations/no.po +4 -0
  79. package/lang/translations/pl.po +4 -0
  80. package/lang/translations/pt-br.po +4 -0
  81. package/lang/translations/pt.po +4 -0
  82. package/lang/translations/ro.po +4 -0
  83. package/lang/translations/ru.po +4 -0
  84. package/lang/translations/sk.po +4 -0
  85. package/lang/translations/sq.po +4 -0
  86. package/lang/translations/sr-latn.po +4 -0
  87. package/lang/translations/sr.po +4 -0
  88. package/lang/translations/sv.po +4 -0
  89. package/lang/translations/th.po +4 -0
  90. package/lang/translations/tk.po +4 -0
  91. package/lang/translations/tr.po +4 -0
  92. package/lang/translations/tt.po +4 -0
  93. package/lang/translations/uk.po +4 -0
  94. package/lang/translations/ur.po +4 -0
  95. package/lang/translations/vi.po +4 -0
  96. package/lang/translations/zh-cn.po +4 -0
  97. package/lang/translations/zh.po +4 -0
  98. package/package.json +3 -3
  99. package/src/commands/acceptsuggestioncommand.js +1 -1
  100. package/src/commands/discardsuggestioncommand.js +1 -1
  101. package/src/commands/executeonallsuggestionscommand.js +1 -1
  102. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  103. package/src/commands/trackchangescommand.js +1 -1
  104. package/src/index.js +1 -1
  105. package/src/integrations/aiassistant.js +1 -1
  106. package/src/integrations/alignment.js +1 -1
  107. package/src/integrations/basicstyles.js +1 -1
  108. package/src/integrations/blockquote.js +1 -1
  109. package/src/integrations/casechange.js +1 -1
  110. package/src/integrations/ckbox.js +1 -1
  111. package/src/integrations/codeblock.js +1 -1
  112. package/src/integrations/comments.js +1 -1
  113. package/src/integrations/deletecommand.js +1 -1
  114. package/src/integrations/entercommand.js +1 -1
  115. package/src/integrations/findandreplace.js +1 -1
  116. package/src/integrations/font.js +1 -1
  117. package/src/integrations/formatpainter.js +1 -1
  118. package/src/integrations/heading.js +1 -1
  119. package/src/integrations/highlight.js +1 -1
  120. package/src/integrations/horizontalline.js +1 -1
  121. package/src/integrations/htmlembed.js +1 -1
  122. package/src/integrations/image.js +1 -1
  123. package/src/integrations/imagereplace.js +1 -1
  124. package/src/integrations/imagestyle.js +1 -1
  125. package/src/integrations/importword.js +1 -1
  126. package/src/integrations/indent.js +1 -1
  127. package/src/integrations/inputcommand.js +1 -1
  128. package/src/integrations/legacylist.js +1 -1
  129. package/src/integrations/legacylistproperties.js +1 -1
  130. package/src/integrations/link.js +1 -1
  131. package/src/integrations/list.js +1 -1
  132. package/src/integrations/listproperties.js +1 -1
  133. package/src/integrations/mediaembed.js +1 -1
  134. package/src/integrations/mention.js +1 -1
  135. package/src/integrations/multilevellist.d.ts +24 -0
  136. package/src/integrations/multilevellist.js +23 -0
  137. package/src/integrations/pagebreak.js +1 -1
  138. package/src/integrations/paragraph.js +1 -1
  139. package/src/integrations/removeformat.js +1 -1
  140. package/src/integrations/restrictededitingmode.js +1 -1
  141. package/src/integrations/shiftentercommand.js +1 -1
  142. package/src/integrations/standardeditingmode.js +1 -1
  143. package/src/integrations/style.js +1 -1
  144. package/src/integrations/table.js +1 -1
  145. package/src/integrations/tablecaption.js +1 -1
  146. package/src/integrations/tableclipboard.js +1 -1
  147. package/src/integrations/tablecolumnresize.js +1 -1
  148. package/src/integrations/tableheadings.js +1 -1
  149. package/src/integrations/tablemergesplit.js +1 -1
  150. package/src/integrations/tableofcontents.js +1 -1
  151. package/src/integrations/tableproperties.js +1 -1
  152. package/src/integrations/template.js +1 -1
  153. package/src/integrations/title.js +1 -1
  154. package/src/integrations/undo.js +1 -1
  155. package/src/integrations/utils.js +1 -1
  156. package/src/suggestion.js +1 -1
  157. package/src/suggestiondescriptionfactory.js +1 -1
  158. package/src/trackchanges.js +1 -1
  159. package/src/trackchangesdata.js +1 -1
  160. package/src/trackchangesediting.d.ts +2 -1
  161. package/src/trackchangesediting.js +1 -1
  162. package/src/trackchangesui.js +1 -1
  163. package/src/ui/suggestioncontroller.js +1 -1
  164. package/src/ui/view/basesuggestionthreadview.js +1 -1
  165. package/src/ui/view/suggestionthreadview.js +1 -1
  166. package/src/utils/common-translations.js +1 -1
  167. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x5247(_0x2ddfbc,_0x20c4d7){const _0x1526cb=_0x1526();return _0x5247=function(_0x524742,_0x23bcc8){_0x524742=_0x524742-0xb8;let _0x4eaaea=_0x1526cb[_0x524742];return _0x4eaaea;},_0x5247(_0x2ddfbc,_0x20c4d7);}const _0xe97927=_0x5247;function _0x1526(){const _0x487ba8=['PENDING_ACTION_SUGGESTION','_acceptCommand','_removePendingAction','isEnabled','execute','canDiscard','PendingActions','destroy','unbind','9tvFwgF','isDirty','104923SSPVgq','canEditAt','_editor','model','22Evmoss','acceptSuggestion','9244347RNvohg','1872fzQUwV','bind','_pendingAction','_setPendingAction','5276350rWUmTK','locale','view','2664052FiLMks','_discardCommand','remove','stopListening','plugins','canAccept','1536AHLeCU','discardSuggestion','add','change:isDirty','listenTo','commands','getRanges','2216WTcXKF','996hzhyeN','commentThreadController','1qIfUqn','3730xcKkpM','get','9451432OaGmKN'];_0x1526=function(){return _0x487ba8;};return _0x1526();}(function(_0x5b515c,_0x331304){const _0x9d5f2d=_0x5247,_0x21563e=_0x5b515c();while(!![]){try{const _0x3b9813=-parseInt(_0x9d5f2d(0xc3))/0x1*(-parseInt(_0x9d5f2d(0xe0))/0x2)+parseInt(_0x9d5f2d(0xb9))/0x3*(-parseInt(_0x9d5f2d(0xc0))/0x4)+parseInt(_0x9d5f2d(0xc4))/0x5*(parseInt(_0x9d5f2d(0xd9))/0x6)+-parseInt(_0x9d5f2d(0xd8))/0x7+parseInt(_0x9d5f2d(0xc6))/0x8*(parseInt(_0x9d5f2d(0xd0))/0x9)+-parseInt(_0x9d5f2d(0xdd))/0xa*(parseInt(_0x9d5f2d(0xd6))/0xb)+parseInt(_0x9d5f2d(0xc1))/0xc*(parseInt(_0x9d5f2d(0xd2))/0xd);if(_0x3b9813===_0x331304)break;else _0x21563e['push'](_0x21563e['shift']());}catch(_0x12a4ec){_0x21563e['push'](_0x21563e['shift']());}}}(_0x1526,0xb8b51));import{ObservableMixin as _0x48b0ea}from'ckeditor5/src/utils.js';import{getTranslation as _0x2cf28c}from'../utils/common-translations.js';export default class Xt extends _0x48b0ea(){constructor(_0xd0e945,_0x4dccbd,_0x16c39c,_0x39c02a){const _0x4ff23a=_0x5247;super(),this[_0x4ff23a(0xd5)]=_0x4dccbd,this[_0x4ff23a(0xdf)]=_0x16c39c,this[_0x4ff23a(0xc2)]=_0x39c02a,this[_0x4ff23a(0xd4)]=_0xd0e945,this[_0x4ff23a(0xc8)]=_0xd0e945[_0x4ff23a(0xbe)][_0x4ff23a(0xc5)](_0x4ff23a(0xd7)),this[_0x4ff23a(0xe1)]=_0xd0e945[_0x4ff23a(0xbe)][_0x4ff23a(0xc5)](_0x4ff23a(0xba)),this[_0x4ff23a(0xdf)][_0x4ff23a(0xda)](_0x4ff23a(0xca))['to'](this[_0x4ff23a(0xc8)],this[_0x4ff23a(0xe1)],(_0x40ad6c,_0x156717)=>_0x40ad6c||_0x156717),this[_0x4ff23a(0xdf)][_0x4ff23a(0xda)](_0x4ff23a(0xb8))['to'](this[_0x4ff23a(0xc8)],_0x4ff23a(0xca),_0x2cdab4=>_0x2cdab4&&this[_0x4ff23a(0xd4)][_0x4ff23a(0xd5)][_0x4ff23a(0xd3)](_0x4dccbd[_0x4ff23a(0xbf)]())),this[_0x4ff23a(0xdf)][_0x4ff23a(0xda)](_0x4ff23a(0xcc))['to'](this[_0x4ff23a(0xe1)],_0x4ff23a(0xca),_0xd61e0=>_0xd61e0&&this[_0x4ff23a(0xd4)][_0x4ff23a(0xd5)][_0x4ff23a(0xd3)](_0x4dccbd[_0x4ff23a(0xbf)]())),this[_0x4ff23a(0xdb)]=null,_0x16c39c[_0x4ff23a(0xd1)]&&this[_0x4ff23a(0xdc)](),this[_0x4ff23a(0xbd)](_0x16c39c,_0x4ff23a(0xd7),()=>this[_0x4ff23a(0xd7)]()),this[_0x4ff23a(0xbd)](_0x16c39c,_0x4ff23a(0xba),()=>this[_0x4ff23a(0xba)]()),this[_0x4ff23a(0xbd)](_0x16c39c,_0x4ff23a(0xbc),()=>{const _0x1ef052=_0x4ff23a;_0x16c39c[_0x1ef052(0xd1)]?this[_0x1ef052(0xdc)]():this[_0x1ef052(0xc9)]();});}[_0xe97927(0xd7)](){const _0x12185e=_0xe97927;this[_0x12185e(0xc8)][_0x12185e(0xcb)](this[_0x12185e(0xd5)]['id']);}[_0xe97927(0xba)](){const _0x12ff16=_0xe97927;this[_0x12ff16(0xe1)][_0x12ff16(0xcb)](this[_0x12ff16(0xd5)]['id']);}[_0xe97927(0xce)](){const _0x4f0b64=_0xe97927;this[_0x4f0b64(0xdf)][_0x4f0b64(0xcf)](_0x4f0b64(0xca)),this[_0x4f0b64(0xdf)][_0x4f0b64(0xcf)](_0x4f0b64(0xb8)),this[_0x4f0b64(0xdf)][_0x4f0b64(0xcf)](_0x4f0b64(0xcc)),this[_0x4f0b64(0xe3)](),this[_0x4f0b64(0xc2)][_0x4f0b64(0xce)](),this[_0x4f0b64(0xdb)]&&this[_0x4f0b64(0xc9)]();}[_0xe97927(0xdc)](){const _0x2b7509=_0xe97927,_0x38e027=_0x2cf28c(this[_0x2b7509(0xd4)][_0x2b7509(0xde)],_0x2b7509(0xc7));this[_0x2b7509(0xdb)]=this[_0x2b7509(0xd4)][_0x2b7509(0xe4)][_0x2b7509(0xc5)](_0x2b7509(0xcd))[_0x2b7509(0xbb)](_0x38e027);}[_0xe97927(0xc9)](){const _0x23506b=_0xe97927;null!==this[_0x23506b(0xdb)]&&this[_0x23506b(0xd4)][_0x23506b(0xe4)][_0x23506b(0xc5)](_0x23506b(0xcd))[_0x23506b(0xe2)](this[_0x23506b(0xdb)]),this[_0x23506b(0xdb)]=null;}}
23
+ function _0x40c0(){const _0x2ad838=['view','canDiscard','8RuuWCR','40qGgCls','575838GtVNar','unbind','destroy','listenTo','17789310WmBPgK','_editor','5125379FMNAEQ','commentThreadController','isEnabled','PENDING_ACTION_SUGGESTION','_discardCommand','_removePendingAction','358790XeKfkr','remove','stopListening','model','execute','commands','locale','_acceptCommand','9mJgeEE','_setPendingAction','getRanges','plugins','get','768288OsZQhV','bind','canEditAt','isDirty','14FSFCqN','_pendingAction','acceptSuggestion','canAccept','310287edRCnS','PendingActions','discardSuggestion','638208uPWMeY','add','change:isDirty'];_0x40c0=function(){return _0x2ad838;};return _0x40c0();}const _0x22721e=_0x5b1d;(function(_0x1efa95,_0x51d65d){const _0x34a8e6=_0x5b1d,_0x27d9d2=_0x1efa95();while(!![]){try{const _0x3dc50d=-parseInt(_0x34a8e6(0xde))/0x1+-parseInt(_0x34a8e6(0xd7))/0x2*(parseInt(_0x34a8e6(0xdb))/0x3)+parseInt(_0x34a8e6(0xd3))/0x4+parseInt(_0x34a8e6(0xe4))/0x5*(-parseInt(_0x34a8e6(0xe5))/0x6)+parseInt(_0x34a8e6(0xeb))/0x7*(parseInt(_0x34a8e6(0xe3))/0x8)+parseInt(_0x34a8e6(0xce))/0x9*(parseInt(_0x34a8e6(0xf1))/0xa)+parseInt(_0x34a8e6(0xe9))/0xb;if(_0x3dc50d===_0x51d65d)break;else _0x27d9d2['push'](_0x27d9d2['shift']());}catch(_0x32a1f5){_0x27d9d2['push'](_0x27d9d2['shift']());}}}(_0x40c0,0x6d383));function _0x5b1d(_0x1a2049,_0x1bc237){const _0x40c0e9=_0x40c0();return _0x5b1d=function(_0x5b1d2d,_0x274785){_0x5b1d2d=_0x5b1d2d-0xcc;let _0x179cd8=_0x40c0e9[_0x5b1d2d];return _0x179cd8;},_0x5b1d(_0x1a2049,_0x1bc237);}import{ObservableMixin as _0x2ea2a2}from'ckeditor5/src/utils.js';import{getTranslation as _0x41edcf}from'../utils/common-translations.js';export default class oe extends _0x2ea2a2(){constructor(_0xbad741,_0x1f1c6f,_0x51f66b,_0x20dab8){const _0x214397=_0x5b1d;super(),this[_0x214397(0xf4)]=_0x1f1c6f,this[_0x214397(0xe1)]=_0x51f66b,this[_0x214397(0xec)]=_0x20dab8,this[_0x214397(0xea)]=_0xbad741,this[_0x214397(0xcd)]=_0xbad741[_0x214397(0xf6)][_0x214397(0xd2)](_0x214397(0xd9)),this[_0x214397(0xef)]=_0xbad741[_0x214397(0xf6)][_0x214397(0xd2)](_0x214397(0xdd)),this[_0x214397(0xe1)][_0x214397(0xd4)](_0x214397(0xed))['to'](this[_0x214397(0xcd)],this[_0x214397(0xef)],(_0x3c85f7,_0x9201c7)=>_0x3c85f7||_0x9201c7),this[_0x214397(0xe1)][_0x214397(0xd4)](_0x214397(0xda))['to'](this[_0x214397(0xcd)],_0x214397(0xed),_0x497944=>_0x497944&&this[_0x214397(0xea)][_0x214397(0xf4)][_0x214397(0xd5)](_0x1f1c6f[_0x214397(0xd0)]())),this[_0x214397(0xe1)][_0x214397(0xd4)](_0x214397(0xe2))['to'](this[_0x214397(0xef)],_0x214397(0xed),_0x53ed5f=>_0x53ed5f&&this[_0x214397(0xea)][_0x214397(0xf4)][_0x214397(0xd5)](_0x1f1c6f[_0x214397(0xd0)]())),this[_0x214397(0xd8)]=null,_0x51f66b[_0x214397(0xd6)]&&this[_0x214397(0xcf)](),this[_0x214397(0xe8)](_0x51f66b,_0x214397(0xd9),()=>this[_0x214397(0xd9)]()),this[_0x214397(0xe8)](_0x51f66b,_0x214397(0xdd),()=>this[_0x214397(0xdd)]()),this[_0x214397(0xe8)](_0x51f66b,_0x214397(0xe0),()=>{const _0x1af629=_0x214397;_0x51f66b[_0x1af629(0xd6)]?this[_0x1af629(0xcf)]():this[_0x1af629(0xf0)]();});}[_0x22721e(0xd9)](){const _0x1a4c96=_0x22721e;this[_0x1a4c96(0xcd)][_0x1a4c96(0xf5)](this[_0x1a4c96(0xf4)]['id']);}[_0x22721e(0xdd)](){const _0x10184f=_0x22721e;this[_0x10184f(0xef)][_0x10184f(0xf5)](this[_0x10184f(0xf4)]['id']);}[_0x22721e(0xe7)](){const _0x906ee7=_0x22721e;this[_0x906ee7(0xe1)][_0x906ee7(0xe6)](_0x906ee7(0xed)),this[_0x906ee7(0xe1)][_0x906ee7(0xe6)](_0x906ee7(0xda)),this[_0x906ee7(0xe1)][_0x906ee7(0xe6)](_0x906ee7(0xe2)),this[_0x906ee7(0xf3)](),this[_0x906ee7(0xec)][_0x906ee7(0xe7)](),this[_0x906ee7(0xd8)]&&this[_0x906ee7(0xf0)]();}[_0x22721e(0xcf)](){const _0x6fab26=_0x22721e,_0x1c0ada=_0x41edcf(this[_0x6fab26(0xea)][_0x6fab26(0xcc)],_0x6fab26(0xee));this[_0x6fab26(0xd8)]=this[_0x6fab26(0xea)][_0x6fab26(0xd1)][_0x6fab26(0xd2)](_0x6fab26(0xdc))[_0x6fab26(0xdf)](_0x1c0ada);}[_0x22721e(0xf0)](){const _0x4ed5b2=_0x22721e;null!==this[_0x4ed5b2(0xd8)]&&this[_0x4ed5b2(0xea)][_0x4ed5b2(0xd1)][_0x4ed5b2(0xd2)](_0x4ed5b2(0xdc))[_0x4ed5b2(0xf2)](this[_0x4ed5b2(0xd8)]),this[_0x4ed5b2(0xd8)]=null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1ecda9=_0x3989;function _0x3989(_0x2db63b,_0x4aa67f){const _0x2cfe42=_0x2cfe();return _0x3989=function(_0x3989ac,_0x3fda28){_0x3989ac=_0x3989ac-0x66;let _0x3a88cf=_0x2cfe42[_0x3989ac];return _0x3a88cf;},_0x3989(_0x2db63b,_0x4aa67f);}(function(_0xeca5d8,_0x3a25d3){const _0x119f1b=_0x3989,_0x39b5a8=_0xeca5d8();while(!![]){try{const _0x4dc0e0=-parseInt(_0x119f1b(0x75))/0x1+parseInt(_0x119f1b(0x6a))/0x2*(parseInt(_0x119f1b(0x78))/0x3)+parseInt(_0x119f1b(0x69))/0x4+parseInt(_0x119f1b(0x8f))/0x5*(-parseInt(_0x119f1b(0x94))/0x6)+-parseInt(_0x119f1b(0x77))/0x7+-parseInt(_0x119f1b(0x7a))/0x8+-parseInt(_0x119f1b(0x70))/0x9*(-parseInt(_0x119f1b(0x8d))/0xa);if(_0x4dc0e0===_0x3a25d3)break;else _0x39b5a8['push'](_0x39b5a8['shift']());}catch(_0xa60ff9){_0x39b5a8['push'](_0x39b5a8['shift']());}}}(_0x2cfe,0x83f4e));import{View as _0x3d17d3}from'ckeditor5/src/ui.js';export default class es extends _0x3d17d3{constructor(_0x3b11e5,_0x59edd7,_0x4042b7,_0x445cb1){const _0x174269=_0x3989;super(_0x3b11e5),this[_0x174269(0x6e)]=null,this[_0x174269(0x87)]=null,this[_0x174269(0x72)](_0x174269(0x88),!0x1),this[_0x174269(0x72)](_0x174269(0x66),_0x59edd7[_0x174269(0x66)]),this[_0x174269(0x86)](_0x174269(0x66))['to'](_0x59edd7),this[_0x174269(0x72)](_0x174269(0x7d),[]),this[_0x174269(0x72)](_0x174269(0x79),!0x1),this[_0x174269(0x72)](_0x174269(0x92),!0x1),this[_0x174269(0x72)](_0x174269(0x81),!0x1),this[_0x174269(0x72)](_0x174269(0x7c),!0x1),this[_0x174269(0x6b)]=_0x59edd7,this[_0x174269(0x8c)]=_0x4042b7,this[_0x174269(0x84)]=_0x445cb1,_0x445cb1[_0x174269(0x8e)]?this[_0x174269(0x72)](_0x174269(0x6d),0x1):this[_0x174269(0x76)]();}[_0x1ecda9(0x83)](){const _0x1cb18f=_0x1ecda9;this[_0x1cb18f(0x8b)][_0x1cb18f(0x83)]();}[_0x1ecda9(0x82)](){const _0x3c888f=_0x1ecda9;this[_0x3c888f(0x6e)]&&this[_0x3c888f(0x6e)][_0x3c888f(0x82)](),this[_0x3c888f(0x87)]&&this[_0x3c888f(0x87)][_0x3c888f(0x82)](),super[_0x3c888f(0x82)]();}[_0x1ecda9(0x76)](){const _0x3730ed=_0x1ecda9,{CommentsListView:_0x13dd39}=this[_0x3730ed(0x84)];this[_0x3730ed(0x6e)]=new _0x13dd39(this[_0x3730ed(0x68)],this[_0x3730ed(0x6b)][_0x3730ed(0x8a)],Object[_0x3730ed(0x71)]({'CommentView':this[_0x3730ed(0x84)][_0x3730ed(0x97)]},this[_0x3730ed(0x84)])),this[_0x3730ed(0x6e)][_0x3730ed(0x7b)](_0x3730ed(0x67))['to'](this),this[_0x3730ed(0x6e)][_0x3730ed(0x7b)](_0x3730ed(0x73))['to'](this),this[_0x3730ed(0x6e)][_0x3730ed(0x86)](_0x3730ed(0x88))['to'](this),this[_0x3730ed(0x72)](_0x3730ed(0x6d),this[_0x3730ed(0x6e)][_0x3730ed(0x6d)]+0x1),this[_0x3730ed(0x86)](_0x3730ed(0x6d))['to'](this[_0x3730ed(0x6e)],_0x3730ed(0x6d),_0x4b6ce0=>_0x4b6ce0+0x1),this[_0x3730ed(0x87)]=this[_0x3730ed(0x91)](),this['on'](_0x3730ed(0x67),()=>this[_0x3730ed(0x83)]()),this[_0x3730ed(0x86)](_0x3730ed(0x79))['to'](this[_0x3730ed(0x6e)],_0x3730ed(0x98),this[_0x3730ed(0x87)][_0x3730ed(0x85)],_0x3730ed(0x6f),(_0x25c873,_0x4a5d45)=>_0x25c873||!!_0x4a5d45);}[_0x1ecda9(0x91)](){const _0xc4effb=_0x1ecda9,{CommentThreadInputView:_0x4f8cd5}=this[_0xc4effb(0x84)],_0x5b8f10=new _0x4f8cd5(this[_0xc4effb(0x68)],this[_0xc4effb(0x8c)],this[_0xc4effb(0x84)][_0xc4effb(0x95)]),_0xb3d9b1=_0x5b8f10[_0xc4effb(0x85)];return _0x5b8f10[_0xc4effb(0x86)](_0xc4effb(0x89))['to'](this,_0xc4effb(0x88),this[_0xc4effb(0x6b)][_0xc4effb(0x8a)],_0xc4effb(0x90),_0xb3d9b1,_0xc4effb(0x6f),(_0x3de577,_0x17f328,_0x217a4a)=>!!_0x217a4a||_0x3de577&&!_0x17f328),_0xb3d9b1['on'](_0xc4effb(0x80),(_0x3cb1f0,_0x294329)=>{const _0x280cda=_0xc4effb;this[_0x280cda(0x93)](_0x280cda(0x74),_0x294329),_0xb3d9b1[_0x280cda(0x7e)][_0x280cda(0x96)]('');}),_0xb3d9b1['on'](_0xc4effb(0x6c),()=>this[_0xc4effb(0x83)]()),_0xb3d9b1[_0xc4effb(0x86)](_0xc4effb(0x7f))['to'](this[_0xc4effb(0x6b)][_0xc4effb(0x8a)],_0xc4effb(0x90)),_0x5b8f10;}}function _0x2cfe(){const _0x563b3b=['submit','canAccept','destroy','focus','_config','commentInputView','bind','commentThreadInputView','isActive','showInput','commentThread','element','_localUser','70iqyqAs','disableComments','2324045irAFfo','isReadOnly','_createCommentThreadInputView','isEnabled','fire','12elZuAU','editorConfig','setData','CommentView','hasDirtyComment','authoredAt','removeComment','locale','2302180QuezGP','947074cBYtjE','_model','cancel','length','commentsListView','value','2276271YSfWXr','assign','set','updateComment','addComment','551717PCjrzc','_createCommentViews','2924383zJlDMx','6XhiWkH','isDirty','6827632qmLaaM','delegate','canDiscard','descriptionParts','editor','disabledSubmit'];_0x2cfe=function(){return _0x563b3b;};return _0x2cfe();}
23
+ function _0x1b1f(){const _0x2ad87e=['element','6579JuACzv','value','bind','_createCommentThreadInputView','descriptionParts','hasDirtyComment','commentsListView','focus','submit','updateComment','locale','canDiscard','cancel','length','commentThreadInputView','2727648gJhhwJ','disableComments','1840PcLRdJ','1376376SnzqND','setData','removeComment','766494rgLSvY','isReadOnly','addComment','262857XRDwzR','assign','7uGBHCr','912715FBaSQr','canAccept','CommentView','137411kxEjiA','set','fire','authoredAt','commentInputView','editorConfig','6DWXYyE','22lDSuQI','destroy','isEnabled','isDirty','delegate','isActive','_localUser','showInput','disabledSubmit','editor','commentThread','_config','_createCommentViews','_model','28TlsgON'];_0x1b1f=function(){return _0x2ad87e;};return _0x1b1f();}function _0x4d8d(_0x461501,_0x5f0563){const _0x1b1f74=_0x1b1f();return _0x4d8d=function(_0x4d8d4c,_0x4d2158){_0x4d8d4c=_0x4d8d4c-0x1c4;let _0x378eca=_0x1b1f74[_0x4d8d4c];return _0x378eca;},_0x4d8d(_0x461501,_0x5f0563);}const _0x3f761d=_0x4d8d;(function(_0x3baf3a,_0x48a37a){const _0x3fa79a=_0x4d8d,_0x23cf44=_0x3baf3a();while(!![]){try{const _0x10b375=parseInt(_0x3fa79a(0x1dd))/0x1+parseInt(_0x3fa79a(0x1d4))/0x2+-parseInt(_0x3fa79a(0x1d7))/0x3*(-parseInt(_0x3fa79a(0x1f2))/0x4)+parseInt(_0x3fa79a(0x1da))/0x5*(-parseInt(_0x3fa79a(0x1e3))/0x6)+-parseInt(_0x3fa79a(0x1d9))/0x7*(-parseInt(_0x3fa79a(0x1d1))/0x8)+-parseInt(_0x3fa79a(0x1f4))/0x9*(parseInt(_0x3fa79a(0x1d0))/0xa)+parseInt(_0x3fa79a(0x1e4))/0xb*(-parseInt(_0x3fa79a(0x1ce))/0xc);if(_0x10b375===_0x48a37a)break;else _0x23cf44['push'](_0x23cf44['shift']());}catch(_0x5979d2){_0x23cf44['push'](_0x23cf44['shift']());}}}(_0x1b1f,0x8276f));import{View as _0x5426cf}from'ckeditor5/src/ui.js';export default class es extends _0x5426cf{constructor(_0x4e16b3,_0x465df3,_0x4716a8,_0xc5321){const _0x53e4de=_0x4d8d;super(_0x4e16b3),this[_0x53e4de(0x1c5)]=null,this[_0x53e4de(0x1cd)]=null,this[_0x53e4de(0x1de)](_0x53e4de(0x1e9),!0x1),this[_0x53e4de(0x1de)](_0x53e4de(0x1e0),_0x465df3[_0x53e4de(0x1e0)]),this[_0x53e4de(0x1f6)](_0x53e4de(0x1e0))['to'](_0x465df3),this[_0x53e4de(0x1de)](_0x53e4de(0x1f8),[]),this[_0x53e4de(0x1de)](_0x53e4de(0x1e7),!0x1),this[_0x53e4de(0x1de)](_0x53e4de(0x1e6),!0x1),this[_0x53e4de(0x1de)](_0x53e4de(0x1db),!0x1),this[_0x53e4de(0x1de)](_0x53e4de(0x1ca),!0x1),this[_0x53e4de(0x1f1)]=_0x465df3,this[_0x53e4de(0x1ea)]=_0x4716a8,this[_0x53e4de(0x1ef)]=_0xc5321,_0xc5321[_0x53e4de(0x1cf)]?this[_0x53e4de(0x1de)](_0x53e4de(0x1cc),0x1):this[_0x53e4de(0x1f0)]();}[_0x3f761d(0x1c6)](){const _0x4e54d1=_0x3f761d;this[_0x4e54d1(0x1f3)][_0x4e54d1(0x1c6)]();}[_0x3f761d(0x1e5)](){const _0xb52d19=_0x3f761d;this[_0xb52d19(0x1c5)]&&this[_0xb52d19(0x1c5)][_0xb52d19(0x1e5)](),this[_0xb52d19(0x1cd)]&&this[_0xb52d19(0x1cd)][_0xb52d19(0x1e5)](),super[_0xb52d19(0x1e5)]();}[_0x3f761d(0x1f0)](){const _0x3163c2=_0x3f761d,{CommentsListView:_0x5f2028}=this[_0x3163c2(0x1ef)];this[_0x3163c2(0x1c5)]=new _0x5f2028(this[_0x3163c2(0x1c9)],this[_0x3163c2(0x1f1)][_0x3163c2(0x1ee)],Object[_0x3163c2(0x1d8)]({'CommentView':this[_0x3163c2(0x1ef)][_0x3163c2(0x1dc)]},this[_0x3163c2(0x1ef)])),this[_0x3163c2(0x1c5)][_0x3163c2(0x1e8)](_0x3163c2(0x1d3))['to'](this),this[_0x3163c2(0x1c5)][_0x3163c2(0x1e8)](_0x3163c2(0x1c8))['to'](this),this[_0x3163c2(0x1c5)][_0x3163c2(0x1f6)](_0x3163c2(0x1e9))['to'](this),this[_0x3163c2(0x1de)](_0x3163c2(0x1cc),this[_0x3163c2(0x1c5)][_0x3163c2(0x1cc)]+0x1),this[_0x3163c2(0x1f6)](_0x3163c2(0x1cc))['to'](this[_0x3163c2(0x1c5)],_0x3163c2(0x1cc),_0x2c1d12=>_0x2c1d12+0x1),this[_0x3163c2(0x1cd)]=this[_0x3163c2(0x1f7)](),this['on'](_0x3163c2(0x1d3),()=>this[_0x3163c2(0x1c6)]()),this[_0x3163c2(0x1f6)](_0x3163c2(0x1e7))['to'](this[_0x3163c2(0x1c5)],_0x3163c2(0x1c4),this[_0x3163c2(0x1cd)][_0x3163c2(0x1e1)],_0x3163c2(0x1f5),(_0x781d11,_0x115065)=>_0x781d11||!!_0x115065);}[_0x3f761d(0x1f7)](){const _0x479bc2=_0x3f761d,{CommentThreadInputView:_0x8f975b}=this[_0x479bc2(0x1ef)],_0x48a452=new _0x8f975b(this[_0x479bc2(0x1c9)],this[_0x479bc2(0x1ea)],this[_0x479bc2(0x1ef)][_0x479bc2(0x1e2)]),_0x3abef5=_0x48a452[_0x479bc2(0x1e1)];return _0x48a452[_0x479bc2(0x1f6)](_0x479bc2(0x1eb))['to'](this,_0x479bc2(0x1e9),this[_0x479bc2(0x1f1)][_0x479bc2(0x1ee)],_0x479bc2(0x1d5),_0x3abef5,_0x479bc2(0x1f5),(_0xeb8ed6,_0x53d362,_0x1005a3)=>!!_0x1005a3||_0xeb8ed6&&!_0x53d362),_0x3abef5['on'](_0x479bc2(0x1c7),(_0x594059,_0x4a6da3)=>{const _0x318b2b=_0x479bc2;this[_0x318b2b(0x1df)](_0x318b2b(0x1d6),_0x4a6da3),_0x3abef5[_0x318b2b(0x1ed)][_0x318b2b(0x1d2)]('');}),_0x3abef5['on'](_0x479bc2(0x1cb),()=>this[_0x479bc2(0x1c6)]()),_0x3abef5[_0x479bc2(0x1f6)](_0x479bc2(0x1ec))['to'](this[_0x479bc2(0x1f1)][_0x479bc2(0x1ee)],_0x479bc2(0x1d5)),_0x48a452;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x398a58=_0x45ba;(function(_0x1aa05a,_0x208535){const _0xaaacaf=_0x45ba,_0x15738b=_0x1aa05a();while(!![]){try{const _0x2ee104=parseInt(_0xaaacaf(0x1d3))/0x1+parseInt(_0xaaacaf(0x1c1))/0x2+-parseInt(_0xaaacaf(0x1cf))/0x3+-parseInt(_0xaaacaf(0x228))/0x4+-parseInt(_0xaaacaf(0x1f2))/0x5*(parseInt(_0xaaacaf(0x1ce))/0x6)+-parseInt(_0xaaacaf(0x1e0))/0x7*(parseInt(_0xaaacaf(0x1e1))/0x8)+parseInt(_0xaaacaf(0x1fd))/0x9;if(_0x2ee104===_0x208535)break;else _0x15738b['push'](_0x15738b['shift']());}catch(_0x44a6b9){_0x15738b['push'](_0x15738b['shift']());}}}(_0x2f09,0x64b52));import{getTranslation as _0x15b2fd}from'../../utils/common-translations.js';import{default as _0x2ac0f0}from'./basesuggestionthreadview.js';import{ButtonView as _0x3fa0fd}from'ckeditor5/src/ui.js';import{icons as _0x9cbb0f}from'ckeditor5/src/core.js';import{trimHtml as _0x137f26,UserView as _0x5e534d}from'ckeditor5-collaboration/src/collaboration-core.js';export default class Yt extends _0x2ac0f0{constructor(_0xc24445,_0x2eedb0,_0x3ba97c,_0x57bf3d){const _0x434b64=_0x45ba;super(_0xc24445,_0x2eedb0,_0x3ba97c,_0x57bf3d),this[_0x434b64(0x206)](_0x434b64(0x1e4),''),this[_0x434b64(0x21a)](_0x434b64(0x1e4))['to'](this,_0x434b64(0x1d9),_0x48c394=>_0x48c394&&_0x48c394[0x0]?_0x48c394[0x0][_0x434b64(0x1e4)]:''),this[_0x434b64(0x21a)](_0x434b64(0x1bf))['to'](this,_0x434b64(0x1d9),this,_0x434b64(0x21e),(_0x5b30ae,_0x276a9b)=>{const _0x1a3ef5=_0x434b64;let _0x4e7949='';for(const _0x258942 of _0x5b30ae)_0x4e7949+=_0x1a3ef5(0x1c7)+ds(_0x258942[_0x1a3ef5(0x1da)],_0x258942[_0x1a3ef5(0x1bc)])+_0x1a3ef5(0x1f3);return _0x276a9b?_0x4e7949:_0x137f26(_0x4e7949,{'limit':0x8c});}),this[_0x434b64(0x1ec)]=null,this[_0x434b64(0x21d)]=this[_0x434b64(0x1f9)](_0x15b2fd(_0xc24445,_0x434b64(0x217)),_0x9cbb0f[_0x434b64(0x21b)],_0x434b64(0x216),_0x434b64(0x218),'sw'),this[_0x434b64(0x21d)][_0x434b64(0x21a)](_0x434b64(0x1d7))['to'](this,_0x434b64(0x1fe)),this[_0x434b64(0x1ee)]=this[_0x434b64(0x1f9)](_0x15b2fd(_0xc24445,_0x434b64(0x214)),_0x9cbb0f[_0x434b64(0x219)],_0x434b64(0x1cb),_0x434b64(0x1c2),'sw'),this[_0x434b64(0x1ee)][_0x434b64(0x21a)](_0x434b64(0x1d7))['to'](this,_0x434b64(0x20f)),this[_0x434b64(0x1e3)]=new _0x5e534d(_0xc24445,this[_0x434b64(0x221)][_0x434b64(0x1c0)],this[_0x434b64(0x205)]()),this[_0x434b64(0x1e3)][_0x434b64(0x1d5)]({'attributes':{'class':[_0x434b64(0x20e),_0x434b64(0x226)]}}),this[_0x434b64(0x21f)](this[_0x434b64(0x1f0)]());}[_0x398a58(0x1f0)](){const _0x27abe4=_0x398a58,_0x1869a5=this[_0x27abe4(0x1d6)],_0x467fe3=[{'tag':_0x27abe4(0x1bd),'attributes':{'class':[_0x27abe4(0x1c6),_0x27abe4(0x1fa)]},'children':[{'tag':_0x27abe4(0x1e7),'children':[{'text':this[_0x27abe4(0x1e3)][_0x27abe4(0x1f1)]}],'attributes':{'class':[_0x27abe4(0x208),_0x27abe4(0x1ff)]}},{'tag':_0x27abe4(0x1cd),'attributes':{'datetime':_0x1869a5['to'](_0x27abe4(0x1f7)),'class':[_0x27abe4(0x1c8),_0x27abe4(0x1d4)]},'children':[{'text':_0x1869a5['to'](_0x27abe4(0x1f7),_0x5c7ff6=>this[_0x27abe4(0x1cc)][_0x27abe4(0x1c3)](_0x5c7ff6))}]}]},{'tag':_0x27abe4(0x1bd),'attributes':{'class':[_0x27abe4(0x222),_0x27abe4(0x202)]},'children':[this[_0x27abe4(0x21d)],this[_0x27abe4(0x1ee)]]},{'tag':_0x27abe4(0x1bd),'attributes':{'class':[_0x27abe4(0x20d)]}}];this[_0x27abe4(0x221)][_0x27abe4(0x1e2)]&&_0x467fe3[_0x27abe4(0x215)]({'tag':_0x27abe4(0x1bd),'attributes':{'class':[_0x27abe4(0x203)]},'children':[{'text':this[_0x27abe4(0x1de)]()}]});const _0x5921fa={'tag':_0x27abe4(0x1bd),'attributes':{'class':[_0x27abe4(0x200),_0x1869a5['if'](_0x27abe4(0x21e),_0x27abe4(0x201)),_0x1869a5['to'](_0x27abe4(0x1e4),_0x1434fb=>_0x27abe4(0x1f4)+_0x1434fb),this[_0x27abe4(0x1cc)][_0x27abe4(0x210)]&&_0x27abe4(0x1d0)],'data-suggestion-id':this[_0x27abe4(0x221)]['id'],'data-thread-id':this[_0x27abe4(0x221)][_0x27abe4(0x1e5)]['id'],'data-author-id':this[_0x27abe4(0x221)][_0x27abe4(0x1c0)]['id'],'tabindex':-0x1},'children':[{'tag':_0x27abe4(0x1bd),'attributes':{'class':[_0x27abe4(0x1db),_0x27abe4(0x211)]},'children':[this[_0x27abe4(0x1e3)],{'tag':_0x27abe4(0x1bd),'attributes':{'class':[_0x27abe4(0x1fb),_0x27abe4(0x207)]},'children':_0x467fe3}]}]};return this[_0x27abe4(0x224)]&&this[_0x27abe4(0x1eb)]&&(_0x5921fa[_0x27abe4(0x1d8)][_0x27abe4(0x215)](this[_0x27abe4(0x224)],this[_0x27abe4(0x1eb)]),this[_0x27abe4(0x224)][_0x27abe4(0x1dd)](_0x27abe4(0x1d2))['to'](this),this[_0x27abe4(0x224)][_0x27abe4(0x1dd)](_0x27abe4(0x1ef))['to'](this),this[_0x27abe4(0x1eb)][_0x27abe4(0x1dd)](_0x27abe4(0x1d2))['to'](this),this[_0x27abe4(0x1eb)][_0x27abe4(0x1dd)](_0x27abe4(0x1ef))['to'](this)),_0x5921fa;}[_0x398a58(0x209)](){const _0x4c505b=_0x398a58;super[_0x4c505b(0x209)](),this[_0x4c505b(0x1ec)]=this[_0x4c505b(0x204)][_0x4c505b(0x21c)](_0x4c505b(0x1d1)),this[_0x4c505b(0x1ec)][_0x4c505b(0x20a)]=this[_0x4c505b(0x1bf)],this['on'](_0x4c505b(0x220),(_0x54db82,_0x43567f,_0x20a8bd)=>{const _0x482858=_0x4c505b;this[_0x482858(0x1ec)][_0x482858(0x20a)]=_0x20a8bd;});}[_0x398a58(0x1f9)](_0x19915d,_0x42f67d,_0x1aaf05,_0x35521d,_0x38b7d0){const _0x5a53d1=_0x398a58,_0xdd0e57=new _0x3fa0fd(this[_0x5a53d1(0x1fc)]);return _0xdd0e57[_0x5a53d1(0x206)]({'label':_0x19915d,'icon':_0x42f67d,'tooltip':!0x0,'tooltipPosition':_0x38b7d0}),_0xdd0e57[_0x5a53d1(0x1d5)]({'attributes':{'class':_0x1aaf05}}),_0xdd0e57['on'](_0x5a53d1(0x1c9),()=>{const _0x4aff44=_0x5a53d1;this[_0x4aff44(0x212)](_0x35521d,this[_0x4aff44(0x221)]['id']);}),_0xdd0e57;}[_0x398a58(0x1de)](){const _0x37fba9=_0x398a58;return _0x37fba9(0x1dc)===this[_0x37fba9(0x221)][_0x37fba9(0x1f6)][_0x37fba9(0x1e6)][_0x37fba9(0x1f8)]?_0x15b2fd(this[_0x37fba9(0x1fc)],_0x37fba9(0x229)):_0x15b2fd(this[_0x37fba9(0x1fc)],_0x37fba9(0x223));}[_0x398a58(0x205)](){const _0x266f39=_0x398a58;return this[_0x266f39(0x221)][_0x266f39(0x1e2)]?_0x266f39(0x1dc)===this[_0x266f39(0x221)][_0x266f39(0x1f6)][_0x266f39(0x1e6)][_0x266f39(0x1f8)]?_0x15b2fd(this[_0x266f39(0x1fc)],_0x266f39(0x1be),this[_0x266f39(0x221)][_0x266f39(0x20c)][_0x266f39(0x1f1)]):_0x15b2fd(this[_0x266f39(0x1fc)],_0x266f39(0x213),this[_0x266f39(0x221)][_0x266f39(0x20c)][_0x266f39(0x1f1)]):null;}}function ds(_0x6d4f74,_0x188ffd){const _0xa233b3=_0x398a58;let _0x59add8='';return _0x59add8+=_0x6d4f74[_0xa233b3(0x1ea)]('*')[_0xa233b3(0x1ed)]((_0x9e36c0,_0x2a819a)=>_0x2a819a%0x2!=0x0?_0xa233b3(0x20b)+us(_0x9e36c0)+_0xa233b3(0x1c5):us(_0x9e36c0))[_0xa233b3(0x225)](''),_0x188ffd&&(_0x59add8+=_0xa233b3(0x1e9)+_0x188ffd[_0xa233b3(0x1e8)]+_0xa233b3(0x227)+_0x188ffd[_0xa233b3(0x1df)]+_0xa233b3(0x1ca)),_0x59add8;}function us(_0x431da7){const _0x1bb1f6=_0x398a58,_0x409a5b=document[_0x1bb1f6(0x1c4)](_0x1bb1f6(0x1e7));return _0x409a5b[_0x1bb1f6(0x1f5)]=_0x431da7,_0x409a5b[_0x1bb1f6(0x20a)];}function _0x45ba(_0x2af629,_0x4b6afb){const _0x2f097f=_0x2f09();return _0x45ba=function(_0x45ba27,_0x3ab7af){_0x45ba27=_0x45ba27-0x1bc;let _0x28efe1=_0x2f097f[_0x45ba27];return _0x28efe1;},_0x45ba(_0x2af629,_0x4b6afb);}function _0x2f09(){const _0x2ff142=['push','ck-suggestion--accept','Accept\x20suggestion','acceptSuggestion','cancel','bind','check','querySelector','acceptButton','isActive','setTemplate','change:description','_model','ck-suggestion__actions','EXTERNAL_SUGGESTION','commentsListView','join','ck-annotation__user','\x22\x20title=\x22','3072964ErjXLK','EXTERNAL_IMPORT_WORD_SUGGESTION','color','div','EXTERNAL_IMPORT_WORD_AVATAR','description','author','1316800rvxawR','discardSuggestion','formatDateTime','createElement','</span>','ck-suggestion__info','<p>','ck-comment__info-time','execute','\x22></span>','ck-suggestion--discard','_config','time','750rkvQxQ','1847253NxvtIh','ck-suggestion--disabled-comments','.ck-annotation__content-wrapper','editorReady','259180MscDBG','ck-annotation__info-time','extendTemplate','bindTemplate','isEnabled','children','descriptionParts','content','ck-suggestion','importWord','delegate','getExternalSuggestionNote','title','118559GRayOJ','96uoXHmO','isExternal','userView','type','commentThread','@external','span','value','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','split','commentThreadInputView','_descriptionElement','map','discardButton','editorDestroyed','getTemplate','name','21355iSCJUu','</p>','ck-suggestion-','innerText','attributes','authoredAt','source','_createButton','ck-annotation__info','ck-suggestion__main','locale','14544261HQeCBc','canAccept','ck-annotation__info-name','ck-suggestion-wrapper','ck-suggestion-wrapper--active','ck-annotation__actions','ck-comment__external','element','getUserViewNotificationText','set','ck-annotation__main','ck-suggestion__info-name','render','innerHTML','<span\x20class=\x22ck-suggestion-type\x22>','creator','ck-annotation__content-wrapper','ck-suggestion__user','canDiscard','disableComments','ck-annotation','fire','EXTERNAL_AVATAR','Discard\x20suggestion'];_0x2f09=function(){return _0x2ff142;};return _0x2f09();}
23
+ const _0x4664d5=_0x53ec;(function(_0x32c87e,_0x40788f){const _0x4aefd9=_0x53ec,_0x21f967=_0x32c87e();while(!![]){try{const _0x8e7277=parseInt(_0x4aefd9(0x150))/0x1*(-parseInt(_0x4aefd9(0x159))/0x2)+parseInt(_0x4aefd9(0x11f))/0x3*(-parseInt(_0x4aefd9(0x12c))/0x4)+parseInt(_0x4aefd9(0x10c))/0x5*(parseInt(_0x4aefd9(0x13f))/0x6)+-parseInt(_0x4aefd9(0x144))/0x7*(-parseInt(_0x4aefd9(0xf6))/0x8)+-parseInt(_0x4aefd9(0x133))/0x9*(parseInt(_0x4aefd9(0x107))/0xa)+parseInt(_0x4aefd9(0x128))/0xb*(-parseInt(_0x4aefd9(0x145))/0xc)+parseInt(_0x4aefd9(0x152))/0xd;if(_0x8e7277===_0x40788f)break;else _0x21f967['push'](_0x21f967['shift']());}catch(_0x18f5d7){_0x21f967['push'](_0x21f967['shift']());}}}(_0x1a50,0x55d4f));function _0x53ec(_0x5c0cc7,_0x2f7b6f){const _0x1a501e=_0x1a50();return _0x53ec=function(_0x53ec0b,_0x563027){_0x53ec0b=_0x53ec0b-0xf6;let _0x59f858=_0x1a501e[_0x53ec0b];return _0x59f858;},_0x53ec(_0x5c0cc7,_0x2f7b6f);}import{getTranslation as _0x10c67e}from'../../utils/common-translations.js';import{default as _0x311ba0}from'./basesuggestionthreadview.js';import{ButtonView as _0x3009f3}from'ckeditor5/src/ui.js';import{icons as _0x2668bf}from'ckeditor5/src/core.js';import{trimHtml as _0x390727,UserView as _0x42059a}from'ckeditor5-collaboration/src/collaboration-core.js';export default class ne extends _0x311ba0{constructor(_0x3fce1b,_0x27e32b,_0x105909,_0x17eb99){const _0x40fd1e=_0x53ec;super(_0x3fce1b,_0x27e32b,_0x105909,_0x17eb99),this[_0x40fd1e(0x117)](_0x40fd1e(0x101),''),this[_0x40fd1e(0xfd)](_0x40fd1e(0x101))['to'](this,_0x40fd1e(0x13c),_0x21a41a=>_0x21a41a&&_0x21a41a[0x0]?_0x21a41a[0x0][_0x40fd1e(0x101)]:''),this[_0x40fd1e(0xfd)](_0x40fd1e(0x14d))['to'](this,_0x40fd1e(0x13c),this,_0x40fd1e(0x140),(_0xbf7bd8,_0xb4e319)=>{const _0x1a316b=_0x40fd1e;let _0x5ae00d='';for(const _0x4ef15d of _0xbf7bd8)_0x5ae00d+=_0x1a316b(0x116)+ds(_0x4ef15d[_0x1a316b(0x15c)],_0x4ef15d[_0x1a316b(0xff)])+_0x1a316b(0x15e);return _0xb4e319?_0x5ae00d:_0x390727(_0x5ae00d,{'limit':0x8c});}),this[_0x40fd1e(0x12a)]=null,this[_0x40fd1e(0x160)]=this[_0x40fd1e(0x141)](_0x10c67e(_0x3fce1b,_0x40fd1e(0x165)),_0x2668bf[_0x40fd1e(0x158)],_0x40fd1e(0x13a),_0x40fd1e(0x104),'sw'),this[_0x40fd1e(0x160)][_0x40fd1e(0xfd)](_0x40fd1e(0x12f))['to'](this,_0x40fd1e(0x166)),this[_0x40fd1e(0x11c)]=this[_0x40fd1e(0x141)](_0x10c67e(_0x3fce1b,_0x40fd1e(0x111)),_0x2668bf[_0x40fd1e(0x115)],_0x40fd1e(0x14e),_0x40fd1e(0x12d),'sw'),this[_0x40fd1e(0x11c)][_0x40fd1e(0xfd)](_0x40fd1e(0x12f))['to'](this,_0x40fd1e(0x105)),this[_0x40fd1e(0x148)]=new _0x42059a(_0x3fce1b,this[_0x40fd1e(0x139)][_0x40fd1e(0x123)],this[_0x40fd1e(0xfc)]()),this[_0x40fd1e(0x148)][_0x40fd1e(0x132)]({'attributes':{'class':[_0x40fd1e(0x15d),_0x40fd1e(0x106)]}}),this[_0x40fd1e(0x136)](this[_0x40fd1e(0x113)]());}[_0x4664d5(0x113)](){const _0x56da45=_0x4664d5,_0x2f9b1f=this[_0x56da45(0x103)],_0xd41937=[{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x162),_0x56da45(0x110)]},'children':[{'tag':_0x56da45(0x109),'children':[{'text':this[_0x56da45(0x148)][_0x56da45(0x138)]}],'attributes':{'class':[_0x56da45(0x147),_0x56da45(0x151)]}},{'tag':_0x56da45(0x10e),'attributes':{'datetime':_0x2f9b1f['to'](_0x56da45(0x15a)),'class':[_0x56da45(0x13e),_0x56da45(0x131)]},'children':[{'text':_0x2f9b1f['to'](_0x56da45(0x15a),_0x299cf6=>this[_0x56da45(0xfb)][_0x56da45(0xfa)](_0x299cf6))}]}]},{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x102),_0x56da45(0x135)]},'children':[this[_0x56da45(0x160)],this[_0x56da45(0x11c)]]},{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x100)]}}];this[_0x56da45(0x139)][_0x56da45(0x130)]&&_0xd41937[_0x56da45(0x167)]({'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x163)]},'children':[{'text':this[_0x56da45(0x11d)]()}]});const _0x2bc417={'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0xf9),_0x2f9b1f['if'](_0x56da45(0x140),_0x56da45(0x10b)),_0x2f9b1f['to'](_0x56da45(0x101),_0x3fe84d=>_0x56da45(0x143)+_0x3fe84d),this[_0x56da45(0xfb)][_0x56da45(0x12e)]&&_0x56da45(0x112)],'data-suggestion-id':this[_0x56da45(0x139)]['id'],'data-thread-id':this[_0x56da45(0x139)][_0x56da45(0x14c)]['id'],'data-author-id':this[_0x56da45(0x139)][_0x56da45(0x123)]['id'],'tabindex':-0x1},'children':[{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x156),_0x56da45(0x120)]},'children':[this[_0x56da45(0x148)],{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x146),_0x56da45(0x15f)]},'children':_0xd41937}]}]};return this[_0x56da45(0x153)]&&this[_0x56da45(0x137)]&&(_0x2bc417[_0x56da45(0x108)][_0x56da45(0x167)](this[_0x56da45(0x153)],this[_0x56da45(0x137)]),this[_0x56da45(0x153)][_0x56da45(0x134)](_0x56da45(0x127))['to'](this),this[_0x56da45(0x153)][_0x56da45(0x134)](_0x56da45(0x10a))['to'](this),this[_0x56da45(0x137)][_0x56da45(0x134)](_0x56da45(0x127))['to'](this),this[_0x56da45(0x137)][_0x56da45(0x134)](_0x56da45(0x10a))['to'](this)),_0x2bc417;}[_0x4664d5(0x125)](){const _0x4ca834=_0x4664d5;super[_0x4ca834(0x125)](),this[_0x4ca834(0x12a)]=this[_0x4ca834(0x11b)][_0x4ca834(0x114)](_0x4ca834(0x124)),this[_0x4ca834(0x12a)][_0x4ca834(0x13b)]=this[_0x4ca834(0x14d)],this['on'](_0x4ca834(0x10f),(_0xc57d2a,_0x368ea8,_0x3b91ff)=>{const _0x524440=_0x4ca834;this[_0x524440(0x12a)][_0x524440(0x13b)]=_0x3b91ff;});}[_0x4664d5(0x141)](_0x27a11c,_0x809931,_0x2167ef,_0x534e64,_0x4da431){const _0x292ba7=_0x4664d5,_0x11d586=new _0x3009f3(this[_0x292ba7(0x129)]);return _0x11d586[_0x292ba7(0x117)]({'label':_0x27a11c,'icon':_0x809931,'tooltip':!0x0,'tooltipPosition':_0x4da431}),_0x11d586[_0x292ba7(0x132)]({'attributes':{'class':_0x2167ef}}),_0x11d586['on'](_0x292ba7(0x10d),()=>{const _0x435851=_0x292ba7;this[_0x435851(0x126)](_0x534e64,this[_0x435851(0x139)]['id']);}),_0x11d586;}[_0x4664d5(0x11d)](){const _0x71e713=_0x4664d5;return _0x71e713(0xf7)===this[_0x71e713(0x139)][_0x71e713(0x14a)][_0x71e713(0x122)][_0x71e713(0x155)]?_0x10c67e(this[_0x71e713(0x129)],_0x71e713(0x157)):_0x10c67e(this[_0x71e713(0x129)],_0x71e713(0x11e));}[_0x4664d5(0xfc)](){const _0x31a582=_0x4664d5;return this[_0x31a582(0x139)][_0x31a582(0x130)]?_0x31a582(0xf7)===this[_0x31a582(0x139)][_0x31a582(0x14a)][_0x31a582(0x122)][_0x31a582(0x155)]?_0x10c67e(this[_0x31a582(0x129)],_0x31a582(0x15b),this[_0x31a582(0x139)][_0x31a582(0x161)][_0x31a582(0x138)]):_0x10c67e(this[_0x31a582(0x129)],_0x31a582(0x13d),this[_0x31a582(0x139)][_0x31a582(0x161)][_0x31a582(0x138)]):null;}}function ds(_0x36fa3b,_0x467062){const _0x4198eb=_0x4664d5;let _0x569c93='';return _0x569c93+=_0x36fa3b[_0x4198eb(0x149)]('*')[_0x4198eb(0xf8)]((_0x7f3935,_0x3c715b)=>_0x3c715b%0x2!=0x0?_0x4198eb(0x11a)+us(_0x7f3935)+_0x4198eb(0x164):us(_0x7f3935))[_0x4198eb(0xfe)](''),_0x467062&&(_0x569c93+=_0x4198eb(0x142)+_0x467062[_0x4198eb(0x121)]+_0x4198eb(0x119)+_0x467062[_0x4198eb(0x14f)]+_0x4198eb(0x14b)),_0x569c93;}function us(_0x28ad96){const _0x268e53=_0x4664d5,_0xa7f83=document[_0x268e53(0x12b)](_0x268e53(0x109));return _0xa7f83[_0x268e53(0x154)]=_0x28ad96,_0xa7f83[_0x268e53(0x13b)];}function _0x1a50(){const _0x4b928f=['disableComments','isEnabled','isExternal','ck-annotation__info-time','extendTemplate','203931SPwEqe','delegate','ck-annotation__actions','setTemplate','commentThreadInputView','name','_model','ck-suggestion--accept','innerHTML','descriptionParts','EXTERNAL_AVATAR','ck-comment__info-time','1711284RgHgPL','isActive','_createButton','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','ck-suggestion-','361697CWcXkA','23952TZRmmU','ck-suggestion__main','ck-suggestion__info-name','userView','split','attributes','\x22></span>','commentThread','description','ck-suggestion--discard','title','20157AKtyGI','ck-annotation__info-name','10777585xOAErf','commentsListView','innerText','source','ck-suggestion','EXTERNAL_IMPORT_WORD_SUGGESTION','check','30Dvykop','authoredAt','EXTERNAL_IMPORT_WORD_AVATAR','content','ck-suggestion__user','</p>','ck-annotation__main','acceptButton','creator','ck-suggestion__info','ck-comment__external','</span>','Accept\x20suggestion','canAccept','push','40efZRvE','importWord','map','ck-suggestion-wrapper','formatDateTime','_config','getUserViewNotificationText','bind','join','color','ck-annotation__content-wrapper','type','ck-suggestion__actions','bindTemplate','acceptSuggestion','canDiscard','ck-annotation__user','130nrWGnD','children','span','editorDestroyed','ck-suggestion-wrapper--active','10ayegFN','execute','time','change:description','ck-annotation__info','Discard\x20suggestion','ck-suggestion--disabled-comments','getTemplate','querySelector','cancel','<p>','set','div','\x22\x20title=\x22','<span\x20class=\x22ck-suggestion-type\x22>','element','discardButton','getExternalSuggestionNote','EXTERNAL_SUGGESTION','9EaJGie','ck-annotation','value','@external','author','.ck-annotation__content-wrapper','render','fire','editorReady','803UZHtZF','locale','_descriptionElement','createElement','751508NsdUGx','discardSuggestion'];_0x1a50=function(){return _0x4b928f;};return _0x1a50();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x2bdaa0,_0x6ed2d1,_0x4f4d40){const t=_0x2bdaa0['t'];switch(_0x6ed2d1){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',_0x4f4d40);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x4f4d40);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x4f4d40);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x4f4d40);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x4f4d40);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',_0x4f4d40);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x4f4d40);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',_0x4f4d40);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x4f4d40);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x4f4d40);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x4f4d40);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x4f4d40);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x4f4d40);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x4f4d40);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x4f4d40);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x4f4d40);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x4f4d40);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x4f4d40);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x4f4d40);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x4f4d40);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x4f4d40);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x4f4d40);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x4f4d40);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'},_0x4f4d40);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x4f4d40);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x4f4d40);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x4f4d40);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x4f4d40);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x4f4d40);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'},_0x4f4d40);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x4f4d40);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x4f4d40);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x4f4d40);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x4f4d40);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'},_0x4f4d40);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x4f4d40);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'},_0x4f4d40);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'},_0x4f4d40);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x4f4d40);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'},_0x4f4d40);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x4f4d40);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'},_0x4f4d40);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x4f4d40);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x4f4d40);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'},_0x4f4d40);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'},_0x4f4d40);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 _0x6ed2d1;}}
23
+ export function getTranslation(_0x5f2724,_0x3bc418,_0x543780){const t=_0x5f2724['t'];switch(_0x3bc418){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',_0x543780);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x543780);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x543780);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x543780);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x543780);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',_0x543780);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x543780);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',_0x543780);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x543780);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x543780);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x543780);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x543780);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x543780);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x543780);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x543780);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x543780);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x543780);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x543780);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x543780);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x543780);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x543780);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x543780);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x543780);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'},_0x543780);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x543780);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x543780);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x543780);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x543780);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x543780);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'},_0x543780);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x543780);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x543780);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x543780);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x543780);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'ELEMENT_MULTI_LEVEL_LIST':return t({'string':'multi-level\x20list','id':'ELEMENT_MULTI_LEVEL_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x543780);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x543780);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'},_0x543780);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'},_0x543780);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x543780);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'},_0x543780);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x543780);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'},_0x543780);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x543780);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x543780);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'},_0x543780);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'},_0x543780);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 _0x3bc418;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4e4af3,_0x2e874e){const _0x44afc8=_0x1170,_0x222771=_0x4e4af3();while(!![]){try{const _0x3d82b7=parseInt(_0x44afc8(0x8c))/0x1+parseInt(_0x44afc8(0x97))/0x2*(-parseInt(_0x44afc8(0x8f))/0x3)+parseInt(_0x44afc8(0xaa))/0x4*(parseInt(_0x44afc8(0xac))/0x5)+parseInt(_0x44afc8(0xa6))/0x6*(parseInt(_0x44afc8(0xa1))/0x7)+-parseInt(_0x44afc8(0x9a))/0x8+-parseInt(_0x44afc8(0x82))/0x9*(-parseInt(_0x44afc8(0x90))/0xa)+-parseInt(_0x44afc8(0x92))/0xb;if(_0x3d82b7===_0x2e874e)break;else _0x222771['push'](_0x222771['shift']());}catch(_0x4e41e2){_0x222771['push'](_0x222771['shift']());}}}(_0xad36,0xb701d));function _0xad36(){const _0x2f58b6=['isArray','762766HNXOjq','getRanges','type','5411080GhsFqD','createPositionAfter','execute','deletion','value','sort','isInContent','10162138icsPmm','start','change','push','join','6YJlCaL','createPositionAt','isObject','replace','4117372jDrcBn','add','5yebQPO','isIntersecting','9IcCfUH','\x20[color\x20','isTouching','next','map','content','isCollapsed','from','isMultiRange','schema','281523HaHdOX','end','createRange','3BOgSbq','13373740PlyaQb','length','25218699GCLHdu','createPositionBefore','color','splice'];_0xad36=function(){return _0x2f58b6;};return _0xad36();}export function normalizeDescription(_0x2215d0){const _0x1e91f1=_0x1170;return Array[_0x1e91f1(0x96)](_0x2215d0)||(_0x2215d0=[_0x2215d0]),_0x2215d0[_0x1e91f1(0x86)](_0x59733d=>{const _0x3f894e=_0x1e91f1,_0x1f8174=_0x59733d[_0x3f894e(0x87)][_0x3f894e(0xa9)](/\*/g,''),_0xc43d1=_0x59733d[_0x3f894e(0x94)]?_0x3f894e(0x83)+_0x59733d[_0x3f894e(0x94)][_0x3f894e(0x9e)]+']':'';return'['+_0x59733d[_0x3f894e(0x99)]+']\x20'+_0x1f8174+_0xc43d1;})[_0x1e91f1(0xa5)](';\x20');}export function sortSuggestions(_0x4807e9){const _0x13457c=_0x1170;return _0x4807e9[_0x13457c(0x9f)]((_0x2c3f93,_0x3817ad)=>_0x13457c(0x9d)==_0x2c3f93[_0x13457c(0x99)]&&_0x13457c(0x9d)!=_0x3817ad[_0x13457c(0x99)]?-0x1:_0x13457c(0x9d)!=_0x2c3f93[_0x13457c(0x99)]&&_0x13457c(0x9d)==_0x3817ad[_0x13457c(0x99)]?0x1:0x0);}export function getSelectedSuggestions(_0x2668ea,_0x9b58b2){const _0xaa5ef2=_0x1170,_0xc8ef04=Array[_0xaa5ef2(0x89)](_0x2668ea[_0xaa5ef2(0x98)]()),_0x5e8744=new Set();for(const _0x45a00a of _0x9b58b2)if(_0x45a00a[_0xaa5ef2(0xa0)]){for(const _0x18a396 of _0xc8ef04)for(const _0x2011dd of _0x45a00a[_0xaa5ef2(0x98)]())(_0x18a396[_0xaa5ef2(0xad)](_0x2011dd)||_0x2668ea[_0xaa5ef2(0x88)]&&!_0x45a00a[_0xaa5ef2(0x8a)]&&_0x45a00a[_0xaa5ef2(0x85)]&&_0x2011dd[_0xaa5ef2(0x8d)][_0xaa5ef2(0x84)](_0x18a396[_0xaa5ef2(0xa2)]))&&_0x5e8744[_0xaa5ef2(0xab)](_0x45a00a);}return _0x5e8744;}export function getRangesOfBlockGroups(_0x401859,_0x1888b9){const _0x442c3d=_0x1170;let _0x19cae2,_0x1794ba=0x0;const _0x1d8d50=[],_0x473397=_0x1888b9[_0x442c3d(0x8b)];for(;_0x1794ba<_0x401859[_0x442c3d(0x91)];){const _0x61cc16=_0x401859[_0x1794ba],_0x560eb7=_0x401859[_0x1794ba+0x1];_0x19cae2||(_0x19cae2=_0x1888b9[_0x442c3d(0x93)](_0x61cc16)),co(_0x1888b9,_0x61cc16,_0x560eb7)||(_0x1d8d50[_0x442c3d(0xa4)](_0x1888b9[_0x442c3d(0x8e)](_0x19cae2,_0x473397[_0x442c3d(0xa8)](_0x61cc16)?_0x1888b9[_0x442c3d(0x9b)](_0x61cc16):_0x1888b9[_0x442c3d(0xa7)](_0x61cc16,_0x442c3d(0x8d)))),_0x19cae2=null),_0x1794ba++;}return _0x1d8d50;}function co(_0x56cd88,_0x49605d,_0x3ae364){const _0x1712f4=_0x1170;if(!_0x3ae364)return!0x1;const _0x2fa2f2=_0x56cd88[_0x1712f4(0x9b)](_0x49605d),_0x336879=_0x56cd88[_0x1712f4(0x93)](_0x3ae364);return _0x2fa2f2[_0x1712f4(0x84)](_0x336879);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;function _0x1170(_0x4f486e,_0x322cb9){const _0xad369e=_0xad36();return _0x1170=function(_0x11705c,_0x1356b6){_0x11705c=_0x11705c-0x82;let _0x4a457e=_0xad369e[_0x11705c];return _0x4a457e;},_0x1170(_0x4f486e,_0x322cb9);}export function executeCommandForSuggestions(_0x25cfab,_0x5e74b6,_0x505486){const _0x359533=_0x1170;for(;_0x505486[_0x359533(0x91)];){const _0x2eade6=_0x505486[_0x359533(0x95)](0x0,0x64);_0x25cfab[_0x359533(0xa3)](()=>{const _0x1fdaae=_0x359533;for(const _0x345a91 of _0x2eade6)_0x345a91[_0x1fdaae(0xa0)]&&_0x5e74b6[_0x1fdaae(0x9c)](_0x345a91['id']);});}}
23
+ (function(_0x15f236,_0x17b7b7){const _0x42c65c=_0xb567,_0x35bc47=_0x15f236();while(!![]){try{const _0x128dda=parseInt(_0x42c65c(0x84))/0x1+parseInt(_0x42c65c(0x91))/0x2+-parseInt(_0x42c65c(0x76))/0x3*(-parseInt(_0x42c65c(0x77))/0x4)+-parseInt(_0x42c65c(0x74))/0x5*(parseInt(_0x42c65c(0x7e))/0x6)+-parseInt(_0x42c65c(0x8e))/0x7+parseInt(_0x42c65c(0x7b))/0x8+-parseInt(_0x42c65c(0x72))/0x9*(-parseInt(_0x42c65c(0x96))/0xa);if(_0x128dda===_0x17b7b7)break;else _0x35bc47['push'](_0x35bc47['shift']());}catch(_0x7ba341){_0x35bc47['push'](_0x35bc47['shift']());}}}(_0x3d96,0xd52dc));export function normalizeDescription(_0x4b1b25){const _0x5978fd=_0xb567;return Array[_0x5978fd(0x81)](_0x4b1b25)||(_0x4b1b25=[_0x4b1b25]),_0x4b1b25[_0x5978fd(0x88)](_0x5726bc=>{const _0x2286c6=_0x5978fd,_0xfb678a=_0x5726bc[_0x2286c6(0x8f)][_0x2286c6(0x8b)](/\*/g,''),_0x2c0843=_0x5726bc[_0x2286c6(0x89)]?_0x2286c6(0x92)+_0x5726bc[_0x2286c6(0x89)][_0x2286c6(0x73)]+']':'';return'['+_0x5726bc[_0x2286c6(0x75)]+']\x20'+_0xfb678a+_0x2c0843;})[_0x5978fd(0x71)](';\x20');}function _0xb567(_0x2d1b8a,_0x481ba2){const _0x3d96dd=_0x3d96();return _0xb567=function(_0xb567e6,_0x3ab498){_0xb567e6=_0xb567e6-0x6d;let _0xd979a8=_0x3d96dd[_0xb567e6];return _0xd979a8;},_0xb567(_0x2d1b8a,_0x481ba2);}export function sortSuggestions(_0x5c41f3){const _0x297e6f=_0xb567;return _0x5c41f3[_0x297e6f(0x6f)]((_0x46b492,_0x531d2a)=>_0x297e6f(0x6e)==_0x46b492[_0x297e6f(0x75)]&&_0x297e6f(0x6e)!=_0x531d2a[_0x297e6f(0x75)]?-0x1:_0x297e6f(0x6e)!=_0x46b492[_0x297e6f(0x75)]&&_0x297e6f(0x6e)==_0x531d2a[_0x297e6f(0x75)]?0x1:0x0);}export function getSelectedSuggestions(_0x494c73,_0x683b3e){const _0x4c9efd=_0xb567,_0x3ceb73=Array[_0x4c9efd(0x79)](_0x494c73[_0x4c9efd(0x8a)]()),_0x9fdfcc=new Set();for(const _0xfb0c32 of _0x683b3e)if(_0xfb0c32[_0x4c9efd(0x8d)]){for(const _0x1ac6e0 of _0x3ceb73)for(const _0x478045 of _0xfb0c32[_0x4c9efd(0x8a)]())(_0x1ac6e0[_0x4c9efd(0x95)](_0x478045)||_0x494c73[_0x4c9efd(0x7a)]&&!_0xfb0c32[_0x4c9efd(0x82)]&&_0xfb0c32[_0x4c9efd(0x7d)]&&_0x478045[_0x4c9efd(0x7c)][_0x4c9efd(0x94)](_0x1ac6e0[_0x4c9efd(0x80)]))&&_0x9fdfcc[_0x4c9efd(0x8c)](_0xfb0c32);}return _0x9fdfcc;}export function getRangesOfBlockGroups(_0x1ec01a,_0x1f47df){const _0x3cbc28=_0xb567;let _0x494e7b,_0x1ae311=0x0;const _0x12fe13=[],_0x1d263d=_0x1f47df[_0x3cbc28(0x86)];for(;_0x1ae311<_0x1ec01a[_0x3cbc28(0x83)];){const _0x170826=_0x1ec01a[_0x1ae311],_0x3439e2=_0x1ec01a[_0x1ae311+0x1];_0x494e7b||(_0x494e7b=_0x1f47df[_0x3cbc28(0x87)](_0x170826)),co(_0x1f47df,_0x170826,_0x3439e2)||(_0x12fe13[_0x3cbc28(0x78)](_0x1f47df[_0x3cbc28(0x97)](_0x494e7b,_0x1d263d[_0x3cbc28(0x85)](_0x170826)?_0x1f47df[_0x3cbc28(0x6d)](_0x170826):_0x1f47df[_0x3cbc28(0x70)](_0x170826,_0x3cbc28(0x7c)))),_0x494e7b=null),_0x1ae311++;}return _0x12fe13;}function co(_0x2cf552,_0x3d6901,_0x42a8b0){const _0x5daf16=_0xb567;if(!_0x42a8b0)return!0x1;const _0x4d8505=_0x2cf552[_0x5daf16(0x6d)](_0x3d6901),_0x498bf2=_0x2cf552[_0x5daf16(0x87)](_0x42a8b0);return _0x4d8505[_0x5daf16(0x94)](_0x498bf2);}function _0x3d96(){const _0x2d754e=['length','1349484RJIKPf','isObject','schema','createPositionBefore','map','color','getRanges','replace','add','isInContent','8866438nwakWM','content','splice','25076ylAApq','\x20[color\x20','execute','isTouching','isIntersecting','1290oVvTsC','createRange','createPositionAfter','deletion','sort','createPositionAt','join','56799qQxJfT','value','5unVLqL','type','123BfPitJ','40156mugWfy','push','from','isCollapsed','693624omoxIz','end','next','3207774vdwXrr','change','start','isArray','isMultiRange'];_0x3d96=function(){return _0x2d754e;};return _0x3d96();}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x2b7afe,_0xd013d3,_0x5b49af){const _0x2c98e5=_0xb567;for(;_0x5b49af[_0x2c98e5(0x83)];){const _0x7239e7=_0x5b49af[_0x2c98e5(0x90)](0x0,0x64);_0x2b7afe[_0x2c98e5(0x7f)](()=>{const _0x7b90cd=_0x2c98e5;for(const _0xa39a4b of _0x7239e7)_0xa39a4b[_0x7b90cd(0x8d)]&&_0xd013d3[_0x7b90cd(0x93)](_0xa39a4b['id']);});}}