@ckeditor/ckeditor5-track-changes 41.2.1 → 41.3.0-alpha.2

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 (235) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/content-index.css +332 -0
  3. package/dist/editor-index.css +312 -0
  4. package/dist/index.css +951 -0
  5. package/dist/translations/ar.d.ts +8 -0
  6. package/dist/translations/ar.js +23 -0
  7. package/dist/translations/az.d.ts +8 -0
  8. package/dist/translations/az.js +23 -0
  9. package/dist/translations/bg.d.ts +8 -0
  10. package/dist/translations/bg.js +23 -0
  11. package/dist/translations/bn.d.ts +8 -0
  12. package/dist/translations/bn.js +23 -0
  13. package/dist/translations/ca.d.ts +8 -0
  14. package/dist/translations/ca.js +23 -0
  15. package/dist/translations/cs.d.ts +8 -0
  16. package/dist/translations/cs.js +23 -0
  17. package/dist/translations/da.d.ts +8 -0
  18. package/dist/translations/da.js +23 -0
  19. package/dist/translations/de.d.ts +8 -0
  20. package/dist/translations/de.js +23 -0
  21. package/dist/translations/el.d.ts +8 -0
  22. package/dist/translations/el.js +23 -0
  23. package/dist/translations/en-au.d.ts +8 -0
  24. package/dist/translations/en-au.js +23 -0
  25. package/dist/translations/en.d.ts +8 -0
  26. package/dist/translations/en.js +23 -0
  27. package/dist/translations/es.d.ts +8 -0
  28. package/dist/translations/es.js +23 -0
  29. package/dist/translations/et.d.ts +8 -0
  30. package/dist/translations/et.js +23 -0
  31. package/dist/translations/fi.d.ts +8 -0
  32. package/dist/translations/fi.js +23 -0
  33. package/dist/translations/fr.d.ts +8 -0
  34. package/dist/translations/fr.js +23 -0
  35. package/dist/translations/gl.d.ts +8 -0
  36. package/dist/translations/gl.js +23 -0
  37. package/dist/translations/he.d.ts +8 -0
  38. package/dist/translations/he.js +23 -0
  39. package/dist/translations/hi.d.ts +8 -0
  40. package/dist/translations/hi.js +23 -0
  41. package/dist/translations/hr.d.ts +8 -0
  42. package/dist/translations/hr.js +23 -0
  43. package/dist/translations/hu.d.ts +8 -0
  44. package/dist/translations/hu.js +23 -0
  45. package/dist/translations/id.d.ts +8 -0
  46. package/dist/translations/id.js +23 -0
  47. package/dist/translations/it.d.ts +8 -0
  48. package/dist/translations/it.js +23 -0
  49. package/dist/translations/ja.d.ts +8 -0
  50. package/dist/translations/ja.js +23 -0
  51. package/dist/translations/ko.d.ts +8 -0
  52. package/dist/translations/ko.js +23 -0
  53. package/dist/translations/lt.d.ts +8 -0
  54. package/dist/translations/lt.js +23 -0
  55. package/dist/translations/lv.d.ts +8 -0
  56. package/dist/translations/lv.js +23 -0
  57. package/dist/translations/ms.d.ts +8 -0
  58. package/dist/translations/ms.js +23 -0
  59. package/dist/translations/nl.d.ts +8 -0
  60. package/dist/translations/nl.js +23 -0
  61. package/dist/translations/no.d.ts +8 -0
  62. package/dist/translations/no.js +23 -0
  63. package/dist/translations/pl.d.ts +8 -0
  64. package/dist/translations/pl.js +23 -0
  65. package/dist/translations/pt-br.d.ts +8 -0
  66. package/dist/translations/pt-br.js +23 -0
  67. package/dist/translations/pt.d.ts +8 -0
  68. package/dist/translations/pt.js +23 -0
  69. package/dist/translations/ro.d.ts +8 -0
  70. package/dist/translations/ro.js +23 -0
  71. package/dist/translations/ru.d.ts +8 -0
  72. package/dist/translations/ru.js +23 -0
  73. package/dist/translations/sk.d.ts +8 -0
  74. package/dist/translations/sk.js +23 -0
  75. package/dist/translations/sq.d.ts +8 -0
  76. package/dist/translations/sq.js +23 -0
  77. package/dist/translations/sr-latn.d.ts +8 -0
  78. package/dist/translations/sr-latn.js +23 -0
  79. package/dist/translations/sr.d.ts +8 -0
  80. package/dist/translations/sr.js +23 -0
  81. package/dist/translations/sv.d.ts +8 -0
  82. package/dist/translations/sv.js +23 -0
  83. package/dist/translations/th.d.ts +8 -0
  84. package/dist/translations/th.js +23 -0
  85. package/dist/translations/tk.d.ts +8 -0
  86. package/dist/translations/tk.js +23 -0
  87. package/dist/translations/tr.d.ts +8 -0
  88. package/dist/translations/tr.js +23 -0
  89. package/dist/translations/tt.d.ts +8 -0
  90. package/dist/translations/tt.js +23 -0
  91. package/dist/translations/uk.d.ts +8 -0
  92. package/dist/translations/uk.js +23 -0
  93. package/dist/translations/ur.d.ts +8 -0
  94. package/dist/translations/ur.js +23 -0
  95. package/dist/translations/vi.d.ts +8 -0
  96. package/dist/translations/vi.js +23 -0
  97. package/dist/translations/zh-cn.d.ts +8 -0
  98. package/dist/translations/zh-cn.js +23 -0
  99. package/dist/translations/zh.d.ts +8 -0
  100. package/dist/translations/zh.js +23 -0
  101. package/dist/types/augmentation.d.ts +44 -0
  102. package/dist/types/commands/acceptsuggestioncommand.d.ts +28 -0
  103. package/dist/types/commands/discardsuggestioncommand.d.ts +28 -0
  104. package/dist/types/commands/executeonallsuggestionscommand.d.ts +28 -0
  105. package/dist/types/commands/executeonselectedsuggestionscommand.d.ts +28 -0
  106. package/dist/types/commands/trackchangescommand.d.ts +30 -0
  107. package/dist/types/index.d.ts +20 -0
  108. package/dist/types/integrations/aiassistant.d.ts +21 -0
  109. package/dist/types/integrations/alignment.d.ts +21 -0
  110. package/dist/types/integrations/basicstyles.d.ts +21 -0
  111. package/dist/types/integrations/blockquote.d.ts +21 -0
  112. package/dist/types/integrations/casechange.d.ts +21 -0
  113. package/dist/types/integrations/ckbox.d.ts +21 -0
  114. package/dist/types/integrations/codeblock.d.ts +21 -0
  115. package/dist/types/integrations/comments.d.ts +18 -0
  116. package/dist/types/integrations/deletecommand.d.ts +21 -0
  117. package/dist/types/integrations/entercommand.d.ts +20 -0
  118. package/dist/types/integrations/findandreplace.d.ts +25 -0
  119. package/dist/types/integrations/font.d.ts +21 -0
  120. package/dist/types/integrations/formatpainter.d.ts +21 -0
  121. package/dist/types/integrations/heading.d.ts +21 -0
  122. package/dist/types/integrations/highlight.d.ts +21 -0
  123. package/dist/types/integrations/horizontalline.d.ts +21 -0
  124. package/dist/types/integrations/htmlembed.d.ts +21 -0
  125. package/dist/types/integrations/image.d.ts +21 -0
  126. package/dist/types/integrations/imagereplace.d.ts +21 -0
  127. package/dist/types/integrations/imagestyle.d.ts +21 -0
  128. package/dist/types/integrations/importword.d.ts +22 -0
  129. package/dist/types/integrations/indent.d.ts +21 -0
  130. package/dist/types/integrations/inputcommand.d.ts +20 -0
  131. package/dist/types/integrations/legacylist.d.ts +21 -0
  132. package/dist/types/integrations/legacylistproperties.d.ts +33 -0
  133. package/dist/types/integrations/link.d.ts +21 -0
  134. package/dist/types/integrations/list.d.ts +21 -0
  135. package/dist/types/integrations/listproperties.d.ts +24 -0
  136. package/dist/types/integrations/mediaembed.d.ts +21 -0
  137. package/dist/types/integrations/mention.d.ts +21 -0
  138. package/dist/types/integrations/pagebreak.d.ts +21 -0
  139. package/dist/types/integrations/paragraph.d.ts +21 -0
  140. package/dist/types/integrations/removeformat.d.ts +21 -0
  141. package/dist/types/integrations/restrictededitingmode.d.ts +21 -0
  142. package/dist/types/integrations/shiftentercommand.d.ts +20 -0
  143. package/dist/types/integrations/standardeditingmode.d.ts +21 -0
  144. package/dist/types/integrations/style.d.ts +21 -0
  145. package/dist/types/integrations/table.d.ts +46 -0
  146. package/dist/types/integrations/tablecaption.d.ts +26 -0
  147. package/dist/types/integrations/tableclipboard.d.ts +23 -0
  148. package/dist/types/integrations/tablecolumnresize.d.ts +30 -0
  149. package/dist/types/integrations/tableheadings.d.ts +26 -0
  150. package/dist/types/integrations/tablemergesplit.d.ts +26 -0
  151. package/dist/types/integrations/tableofcontents.d.ts +21 -0
  152. package/dist/types/integrations/tableproperties.d.ts +31 -0
  153. package/dist/types/integrations/template.d.ts +21 -0
  154. package/dist/types/integrations/title.d.ts +21 -0
  155. package/dist/types/integrations/undo.d.ts +21 -0
  156. package/dist/types/integrations/utils.d.ts +25 -0
  157. package/dist/types/suggestion.d.ts +295 -0
  158. package/dist/types/suggestiondescriptionfactory.d.ts +187 -0
  159. package/dist/types/trackchanges.d.ts +184 -0
  160. package/dist/types/trackchangesconfig.d.ts +82 -0
  161. package/dist/types/trackchangesdata.d.ts +45 -0
  162. package/dist/types/trackchangesediting.d.ts +529 -0
  163. package/dist/types/trackchangesui.d.ts +42 -0
  164. package/dist/types/ui/suggestioncontroller.d.ts +41 -0
  165. package/dist/types/ui/view/basesuggestionthreadview.d.ts +174 -0
  166. package/dist/types/ui/view/suggestionthreadview.d.ts +186 -0
  167. package/dist/types/utils/common-translations.d.ts +13 -0
  168. package/dist/types/utils/utils.d.ts +34 -0
  169. package/package.json +4 -3
  170. package/src/commands/acceptsuggestioncommand.js +1 -1
  171. package/src/commands/discardsuggestioncommand.js +1 -1
  172. package/src/commands/executeonallsuggestionscommand.js +1 -1
  173. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  174. package/src/commands/trackchangescommand.js +1 -1
  175. package/src/index.js +1 -1
  176. package/src/integrations/aiassistant.js +1 -1
  177. package/src/integrations/alignment.js +1 -1
  178. package/src/integrations/basicstyles.js +1 -1
  179. package/src/integrations/blockquote.js +1 -1
  180. package/src/integrations/casechange.js +1 -1
  181. package/src/integrations/ckbox.js +1 -1
  182. package/src/integrations/codeblock.js +1 -1
  183. package/src/integrations/comments.js +1 -1
  184. package/src/integrations/deletecommand.js +1 -1
  185. package/src/integrations/entercommand.js +1 -1
  186. package/src/integrations/findandreplace.js +1 -1
  187. package/src/integrations/font.js +1 -1
  188. package/src/integrations/formatpainter.js +1 -1
  189. package/src/integrations/heading.js +1 -1
  190. package/src/integrations/highlight.js +1 -1
  191. package/src/integrations/horizontalline.js +1 -1
  192. package/src/integrations/htmlembed.js +1 -1
  193. package/src/integrations/image.js +1 -1
  194. package/src/integrations/imagereplace.js +1 -1
  195. package/src/integrations/imagestyle.js +1 -1
  196. package/src/integrations/importword.js +1 -1
  197. package/src/integrations/indent.js +1 -1
  198. package/src/integrations/inputcommand.js +1 -1
  199. package/src/integrations/legacylist.js +1 -1
  200. package/src/integrations/legacylistproperties.js +1 -1
  201. package/src/integrations/link.js +1 -1
  202. package/src/integrations/list.js +1 -1
  203. package/src/integrations/listproperties.js +1 -1
  204. package/src/integrations/mediaembed.js +1 -1
  205. package/src/integrations/mention.js +1 -1
  206. package/src/integrations/pagebreak.js +1 -1
  207. package/src/integrations/paragraph.js +1 -1
  208. package/src/integrations/removeformat.js +1 -1
  209. package/src/integrations/restrictededitingmode.js +1 -1
  210. package/src/integrations/shiftentercommand.js +1 -1
  211. package/src/integrations/standardeditingmode.js +1 -1
  212. package/src/integrations/style.js +1 -1
  213. package/src/integrations/table.js +1 -1
  214. package/src/integrations/tablecaption.js +1 -1
  215. package/src/integrations/tableclipboard.js +1 -1
  216. package/src/integrations/tablecolumnresize.js +1 -1
  217. package/src/integrations/tableheadings.js +1 -1
  218. package/src/integrations/tablemergesplit.js +1 -1
  219. package/src/integrations/tableofcontents.js +1 -1
  220. package/src/integrations/tableproperties.js +1 -1
  221. package/src/integrations/template.js +1 -1
  222. package/src/integrations/title.js +1 -1
  223. package/src/integrations/undo.js +1 -1
  224. package/src/integrations/utils.js +1 -1
  225. package/src/suggestion.js +1 -1
  226. package/src/suggestiondescriptionfactory.js +1 -1
  227. package/src/trackchanges.js +1 -1
  228. package/src/trackchangesdata.js +1 -1
  229. package/src/trackchangesediting.js +1 -1
  230. package/src/trackchangesui.js +1 -1
  231. package/src/ui/suggestioncontroller.js +1 -1
  232. package/src/ui/view/basesuggestionthreadview.js +1 -1
  233. package/src/ui/view/suggestionthreadview.js +1 -1
  234. package/src/utils/common-translations.js +1 -1
  235. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5a614a=_0x12c6;(function(_0x4bab2b,_0x266022){const _0x4d0573=_0x12c6,_0x37af48=_0x4bab2b();while(!![]){try{const _0x2c2326=-parseInt(_0x4d0573(0x87))/0x1+-parseInt(_0x4d0573(0x81))/0x2*(-parseInt(_0x4d0573(0x80))/0x3)+-parseInt(_0x4d0573(0x8d))/0x4+-parseInt(_0x4d0573(0x72))/0x5*(-parseInt(_0x4d0573(0x70))/0x6)+parseInt(_0x4d0573(0x8f))/0x7+-parseInt(_0x4d0573(0x84))/0x8+-parseInt(_0x4d0573(0x7d))/0x9*(-parseInt(_0x4d0573(0x91))/0xa);if(_0x2c2326===_0x266022)break;else _0x37af48['push'](_0x37af48['shift']());}catch(_0x58b585){_0x37af48['push'](_0x37af48['shift']());}}}(_0x2d7b,0x7e865));import{ObservableMixin as _0x253df4}from'ckeditor5/src/utils.js';import{getTranslation as _0x3476f8}from'../utils/common-translations.js';function _0x2d7b(){const _0x5bf86a=['_discardCommand','plugins','isEnabled','_editor','isDirty','locale','destroy','_acceptCommand','243GowmsH','getRanges','change:isDirty','3wvSCJg','449838leOpuD','unbind','canDiscard','3049856rqqQuy','_setPendingAction','canAccept','926781nPwNAV','remove','acceptSuggestion','_pendingAction','get','model','3300508pSkqgR','view','328230bvEqJq','PendingActions','515890GTovru','add','PENDING_ACTION_SUGGESTION','commentThreadController','discardSuggestion','stopListening','canEditAt','commands','execute','6mkMwdK','_removePendingAction','4933365XyWkXZ','listenTo','bind'];_0x2d7b=function(){return _0x5bf86a;};return _0x2d7b();}function _0x12c6(_0x1716e1,_0x29a23c){const _0x2d7b1c=_0x2d7b();return _0x12c6=function(_0x12c61e,_0xdd85e){_0x12c61e=_0x12c61e-0x6e;let _0x5d910e=_0x2d7b1c[_0x12c61e];return _0x5d910e;},_0x12c6(_0x1716e1,_0x29a23c);}export default class Xt extends _0x253df4(){constructor(_0x37cb25,_0x5562d0,_0x5c8d26,_0x530e07){const _0x5ec45f=_0x12c6;super(),this[_0x5ec45f(0x8c)]=_0x5562d0,this[_0x5ec45f(0x8e)]=_0x5c8d26,this[_0x5ec45f(0x94)]=_0x530e07,this[_0x5ec45f(0x78)]=_0x37cb25,this[_0x5ec45f(0x7c)]=_0x37cb25[_0x5ec45f(0x6e)][_0x5ec45f(0x8b)](_0x5ec45f(0x89)),this[_0x5ec45f(0x75)]=_0x37cb25[_0x5ec45f(0x6e)][_0x5ec45f(0x8b)](_0x5ec45f(0x95)),this[_0x5ec45f(0x8e)][_0x5ec45f(0x74)](_0x5ec45f(0x77))['to'](this[_0x5ec45f(0x7c)],this[_0x5ec45f(0x75)],(_0x1149db,_0x282db7)=>_0x1149db||_0x282db7),this[_0x5ec45f(0x8e)][_0x5ec45f(0x74)](_0x5ec45f(0x86))['to'](this[_0x5ec45f(0x7c)],_0x5ec45f(0x77),_0x2d10a9=>_0x2d10a9&&this[_0x5ec45f(0x78)][_0x5ec45f(0x8c)][_0x5ec45f(0x97)](_0x5562d0[_0x5ec45f(0x7e)]())),this[_0x5ec45f(0x8e)][_0x5ec45f(0x74)](_0x5ec45f(0x83))['to'](this[_0x5ec45f(0x75)],_0x5ec45f(0x77),_0x23d591=>_0x23d591&&this[_0x5ec45f(0x78)][_0x5ec45f(0x8c)][_0x5ec45f(0x97)](_0x5562d0[_0x5ec45f(0x7e)]())),this[_0x5ec45f(0x8a)]=null,_0x5c8d26[_0x5ec45f(0x79)]&&this[_0x5ec45f(0x85)](),this[_0x5ec45f(0x73)](_0x5c8d26,_0x5ec45f(0x89),()=>this[_0x5ec45f(0x89)]()),this[_0x5ec45f(0x73)](_0x5c8d26,_0x5ec45f(0x95),()=>this[_0x5ec45f(0x95)]()),this[_0x5ec45f(0x73)](_0x5c8d26,_0x5ec45f(0x7f),()=>{const _0x4ba503=_0x5ec45f;_0x5c8d26[_0x4ba503(0x79)]?this[_0x4ba503(0x85)]():this[_0x4ba503(0x71)]();});}[_0x5a614a(0x89)](){const _0x505073=_0x5a614a;this[_0x505073(0x7c)][_0x505073(0x6f)](this[_0x505073(0x8c)]['id']);}[_0x5a614a(0x95)](){const _0x3bdf9c=_0x5a614a;this[_0x3bdf9c(0x75)][_0x3bdf9c(0x6f)](this[_0x3bdf9c(0x8c)]['id']);}[_0x5a614a(0x7b)](){const _0x550e30=_0x5a614a;this[_0x550e30(0x8e)][_0x550e30(0x82)](_0x550e30(0x77)),this[_0x550e30(0x8e)][_0x550e30(0x82)](_0x550e30(0x86)),this[_0x550e30(0x8e)][_0x550e30(0x82)](_0x550e30(0x83)),this[_0x550e30(0x96)](),this[_0x550e30(0x94)][_0x550e30(0x7b)](),this[_0x550e30(0x8a)]&&this[_0x550e30(0x71)]();}[_0x5a614a(0x85)](){const _0x4489e3=_0x5a614a,_0xf97ea4=_0x3476f8(this[_0x4489e3(0x78)][_0x4489e3(0x7a)],_0x4489e3(0x93));this[_0x4489e3(0x8a)]=this[_0x4489e3(0x78)][_0x4489e3(0x76)][_0x4489e3(0x8b)](_0x4489e3(0x90))[_0x4489e3(0x92)](_0xf97ea4);}[_0x5a614a(0x71)](){const _0x22e05b=_0x5a614a;null!==this[_0x22e05b(0x8a)]&&this[_0x22e05b(0x78)][_0x22e05b(0x76)][_0x22e05b(0x8b)](_0x22e05b(0x90))[_0x22e05b(0x88)](this[_0x22e05b(0x8a)]),this[_0x22e05b(0x8a)]=null;}}
23
+ const _0x1488dd=_0x342c;(function(_0x20b01b,_0x1ec7d7){const _0x49919a=_0x342c,_0x343192=_0x20b01b();while(!![]){try{const _0x5e8930=parseInt(_0x49919a(0x8f))/0x1*(-parseInt(_0x49919a(0x7e))/0x2)+-parseInt(_0x49919a(0x8a))/0x3+-parseInt(_0x49919a(0x78))/0x4+parseInt(_0x49919a(0x71))/0x5+parseInt(_0x49919a(0x73))/0x6*(-parseInt(_0x49919a(0x87))/0x7)+parseInt(_0x49919a(0x91))/0x8*(-parseInt(_0x49919a(0x90))/0x9)+parseInt(_0x49919a(0x8b))/0xa;if(_0x5e8930===_0x1ec7d7)break;else _0x343192['push'](_0x343192['shift']());}catch(_0x1f5eeb){_0x343192['push'](_0x343192['shift']());}}}(_0x7a7d,0x67de8));import{ObservableMixin as _0x7e3dff}from'ckeditor5/src/utils.js';import{getTranslation as _0xc3befe}from'../utils/common-translations.js';function _0x7a7d(){const _0x525841=['_setPendingAction','isEnabled','893300lPEcqR','stopListening','_pendingAction','destroy','change:isDirty','isDirty','6SJMHcq','execute','acceptSuggestion','_removePendingAction','_editor','locale','plugins','canAccept','model','14HVgrPq','getRanges','get','2502273fQDPIe','21039130CMjYBG','canDiscard','view','discardSuggestion','230735vMAtXW','9samKAp','1658584NMUNge','PENDING_ACTION_SUGGESTION','unbind','canEditAt','remove','add','commentThreadController','_acceptCommand','commands','bind','1648685PMJmCV','PendingActions','153774HSjPCe','listenTo','_discardCommand'];_0x7a7d=function(){return _0x525841;};return _0x7a7d();}function _0x342c(_0x5e08fa,_0x464b9d){const _0x7a7d46=_0x7a7d();return _0x342c=function(_0x342c46,_0xe8e9a5){_0x342c46=_0x342c46-0x6a;let _0x14bf29=_0x7a7d46[_0x342c46];return _0x14bf29;},_0x342c(_0x5e08fa,_0x464b9d);}export default class Xt extends _0x7e3dff(){constructor(_0x5b7391,_0x3ce9da,_0x48edb0,_0x2262ed){const _0x5916ce=_0x342c;super(),this[_0x5916ce(0x86)]=_0x3ce9da,this[_0x5916ce(0x8d)]=_0x48edb0,this[_0x5916ce(0x6d)]=_0x2262ed,this[_0x5916ce(0x82)]=_0x5b7391,this[_0x5916ce(0x6e)]=_0x5b7391[_0x5916ce(0x6f)][_0x5916ce(0x89)](_0x5916ce(0x80)),this[_0x5916ce(0x75)]=_0x5b7391[_0x5916ce(0x6f)][_0x5916ce(0x89)](_0x5916ce(0x8e)),this[_0x5916ce(0x8d)][_0x5916ce(0x70)](_0x5916ce(0x77))['to'](this[_0x5916ce(0x6e)],this[_0x5916ce(0x75)],(_0x4bc2cf,_0x998b58)=>_0x4bc2cf||_0x998b58),this[_0x5916ce(0x8d)][_0x5916ce(0x70)](_0x5916ce(0x85))['to'](this[_0x5916ce(0x6e)],_0x5916ce(0x77),_0x46ec34=>_0x46ec34&&this[_0x5916ce(0x82)][_0x5916ce(0x86)][_0x5916ce(0x6a)](_0x3ce9da[_0x5916ce(0x88)]())),this[_0x5916ce(0x8d)][_0x5916ce(0x70)](_0x5916ce(0x8c))['to'](this[_0x5916ce(0x75)],_0x5916ce(0x77),_0x3aa6e1=>_0x3aa6e1&&this[_0x5916ce(0x82)][_0x5916ce(0x86)][_0x5916ce(0x6a)](_0x3ce9da[_0x5916ce(0x88)]())),this[_0x5916ce(0x7a)]=null,_0x48edb0[_0x5916ce(0x7d)]&&this[_0x5916ce(0x76)](),this[_0x5916ce(0x74)](_0x48edb0,_0x5916ce(0x80),()=>this[_0x5916ce(0x80)]()),this[_0x5916ce(0x74)](_0x48edb0,_0x5916ce(0x8e),()=>this[_0x5916ce(0x8e)]()),this[_0x5916ce(0x74)](_0x48edb0,_0x5916ce(0x7c),()=>{const _0xecd0a3=_0x5916ce;_0x48edb0[_0xecd0a3(0x7d)]?this[_0xecd0a3(0x76)]():this[_0xecd0a3(0x81)]();});}[_0x1488dd(0x80)](){const _0xd89a75=_0x1488dd;this[_0xd89a75(0x6e)][_0xd89a75(0x7f)](this[_0xd89a75(0x86)]['id']);}[_0x1488dd(0x8e)](){const _0x30ca48=_0x1488dd;this[_0x30ca48(0x75)][_0x30ca48(0x7f)](this[_0x30ca48(0x86)]['id']);}[_0x1488dd(0x7b)](){const _0x51de34=_0x1488dd;this[_0x51de34(0x8d)][_0x51de34(0x93)](_0x51de34(0x77)),this[_0x51de34(0x8d)][_0x51de34(0x93)](_0x51de34(0x85)),this[_0x51de34(0x8d)][_0x51de34(0x93)](_0x51de34(0x8c)),this[_0x51de34(0x79)](),this[_0x51de34(0x6d)][_0x51de34(0x7b)](),this[_0x51de34(0x7a)]&&this[_0x51de34(0x81)]();}[_0x1488dd(0x76)](){const _0x4ff675=_0x1488dd,_0x2a75d6=_0xc3befe(this[_0x4ff675(0x82)][_0x4ff675(0x83)],_0x4ff675(0x92));this[_0x4ff675(0x7a)]=this[_0x4ff675(0x82)][_0x4ff675(0x84)][_0x4ff675(0x89)](_0x4ff675(0x72))[_0x4ff675(0x6c)](_0x2a75d6);}[_0x1488dd(0x81)](){const _0x3947d4=_0x1488dd;null!==this[_0x3947d4(0x7a)]&&this[_0x3947d4(0x82)][_0x3947d4(0x84)][_0x3947d4(0x89)](_0x3947d4(0x72))[_0x3947d4(0x6b)](this[_0x3947d4(0x7a)]),this[_0x3947d4(0x7a)]=null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x50bd7f=_0x1f36;(function(_0xb3a448,_0x4e181a){const _0x297071=_0x1f36,_0x468be9=_0xb3a448();while(!![]){try{const _0x57aa06=parseInt(_0x297071(0x1a3))/0x1+-parseInt(_0x297071(0x1be))/0x2*(parseInt(_0x297071(0x197))/0x3)+-parseInt(_0x297071(0x18f))/0x4*(-parseInt(_0x297071(0x1a4))/0x5)+-parseInt(_0x297071(0x1c1))/0x6*(-parseInt(_0x297071(0x1aa))/0x7)+parseInt(_0x297071(0x1c2))/0x8*(parseInt(_0x297071(0x19d))/0x9)+-parseInt(_0x297071(0x1ab))/0xa*(-parseInt(_0x297071(0x1bd))/0xb)+-parseInt(_0x297071(0x19b))/0xc;if(_0x57aa06===_0x4e181a)break;else _0x468be9['push'](_0x468be9['shift']());}catch(_0x225083){_0x468be9['push'](_0x468be9['shift']());}}}(_0x46b5,0xde9a4));import{View as _0x20b957}from'ckeditor5/src/ui.js';function _0x1f36(_0x396e60,_0x3cc3ce){const _0x46b58e=_0x46b5();return _0x1f36=function(_0x1f360e,_0x3893d2){_0x1f360e=_0x1f360e-0x18e;let _0x61fd42=_0x46b58e[_0x1f360e];return _0x61fd42;},_0x1f36(_0x396e60,_0x3cc3ce);}function _0x46b5(){const _0x424a89=['canDiscard','60591pNMEXg','_config','addComment','canAccept','14751780sMcXUB','isReadOnly','63aUQkfb','setData','isActive','assign','destroy','CommentView','87070MqjNRI','6890gMBYto','length','fire','cancel','_createCommentThreadInputView','updateComment','16051qjRZbu','4278830RoKYdJ','element','submit','commentThreadInputView','isDirty','editorConfig','set','bind','_createCommentViews','locale','commentInputView','disableComments','removeComment','value','delegate','showInput','authoredAt','_localUser','33tEovpo','134mAmtDk','hasDirtyComment','commentsListView','1230WXPuoq','475504LRHNRj','focus','3592ZFFGKJ','isEnabled','editor','descriptionParts','_model','disabledSubmit','commentThread'];_0x46b5=function(){return _0x424a89;};return _0x46b5();}export default class es extends _0x20b957{constructor(_0x2c21da,_0x58df42,_0x30379f,_0x210b24){const _0x362e1a=_0x1f36;super(_0x2c21da),this[_0x362e1a(0x1c0)]=null,this[_0x362e1a(0x1ae)]=null,this[_0x362e1a(0x1b1)](_0x362e1a(0x19f),!0x1),this[_0x362e1a(0x1b1)](_0x362e1a(0x1bb),_0x58df42[_0x362e1a(0x1bb)]),this[_0x362e1a(0x1b2)](_0x362e1a(0x1bb))['to'](_0x58df42),this[_0x362e1a(0x1b1)](_0x362e1a(0x192),[]),this[_0x362e1a(0x1b1)](_0x362e1a(0x1af),!0x1),this[_0x362e1a(0x1b1)](_0x362e1a(0x190),!0x1),this[_0x362e1a(0x1b1)](_0x362e1a(0x19a),!0x1),this[_0x362e1a(0x1b1)](_0x362e1a(0x196),!0x1),this[_0x362e1a(0x193)]=_0x58df42,this[_0x362e1a(0x1bc)]=_0x30379f,this[_0x362e1a(0x198)]=_0x210b24,_0x210b24[_0x362e1a(0x1b6)]?this[_0x362e1a(0x1b1)](_0x362e1a(0x1a5),0x1):this[_0x362e1a(0x1b3)]();}[_0x50bd7f(0x18e)](){const _0x5f4c0c=_0x50bd7f;this[_0x5f4c0c(0x1ac)][_0x5f4c0c(0x18e)]();}[_0x50bd7f(0x1a1)](){const _0x5acc6e=_0x50bd7f;this[_0x5acc6e(0x1c0)]&&this[_0x5acc6e(0x1c0)][_0x5acc6e(0x1a1)](),this[_0x5acc6e(0x1ae)]&&this[_0x5acc6e(0x1ae)][_0x5acc6e(0x1a1)](),super[_0x5acc6e(0x1a1)]();}[_0x50bd7f(0x1b3)](){const _0x1e61b9=_0x50bd7f,{CommentsListView:_0x40b31c}=this[_0x1e61b9(0x198)];this[_0x1e61b9(0x1c0)]=new _0x40b31c(this[_0x1e61b9(0x1b4)],this[_0x1e61b9(0x193)][_0x1e61b9(0x195)],Object[_0x1e61b9(0x1a0)]({'CommentView':this[_0x1e61b9(0x198)][_0x1e61b9(0x1a2)]},this[_0x1e61b9(0x198)])),this[_0x1e61b9(0x1c0)][_0x1e61b9(0x1b9)](_0x1e61b9(0x1b7))['to'](this),this[_0x1e61b9(0x1c0)][_0x1e61b9(0x1b9)](_0x1e61b9(0x1a9))['to'](this),this[_0x1e61b9(0x1c0)][_0x1e61b9(0x1b2)](_0x1e61b9(0x19f))['to'](this),this[_0x1e61b9(0x1b1)](_0x1e61b9(0x1a5),this[_0x1e61b9(0x1c0)][_0x1e61b9(0x1a5)]+0x1),this[_0x1e61b9(0x1b2)](_0x1e61b9(0x1a5))['to'](this[_0x1e61b9(0x1c0)],_0x1e61b9(0x1a5),_0x3082fa=>_0x3082fa+0x1),this[_0x1e61b9(0x1ae)]=this[_0x1e61b9(0x1a8)](),this['on'](_0x1e61b9(0x1b7),()=>this[_0x1e61b9(0x18e)]()),this[_0x1e61b9(0x1b2)](_0x1e61b9(0x1af))['to'](this[_0x1e61b9(0x1c0)],_0x1e61b9(0x1bf),this[_0x1e61b9(0x1ae)][_0x1e61b9(0x1b5)],_0x1e61b9(0x1b8),(_0x520e08,_0x5a1321)=>_0x520e08||!!_0x5a1321);}[_0x50bd7f(0x1a8)](){const _0x5ae108=_0x50bd7f,{CommentThreadInputView:_0x471b9e}=this[_0x5ae108(0x198)],_0x325ebb=new _0x471b9e(this[_0x5ae108(0x1b4)],this[_0x5ae108(0x1bc)],this[_0x5ae108(0x198)][_0x5ae108(0x1b0)]),_0x2dcff0=_0x325ebb[_0x5ae108(0x1b5)];return _0x325ebb[_0x5ae108(0x1b2)](_0x5ae108(0x1ba))['to'](this,_0x5ae108(0x19f),this[_0x5ae108(0x193)][_0x5ae108(0x195)],_0x5ae108(0x19c),_0x2dcff0,_0x5ae108(0x1b8),(_0x3b053e,_0x1acdbe,_0x50c7fd)=>!!_0x50c7fd||_0x3b053e&&!_0x1acdbe),_0x2dcff0['on'](_0x5ae108(0x1ad),(_0x3d91d7,_0x2f566a)=>{const _0x1ee339=_0x5ae108;this[_0x1ee339(0x1a6)](_0x1ee339(0x199),_0x2f566a),_0x2dcff0[_0x1ee339(0x191)][_0x1ee339(0x19e)]('');}),_0x2dcff0['on'](_0x5ae108(0x1a7),()=>this[_0x5ae108(0x18e)]()),_0x2dcff0[_0x5ae108(0x1b2)](_0x5ae108(0x194))['to'](this[_0x5ae108(0x193)][_0x5ae108(0x195)],_0x5ae108(0x19c)),_0x325ebb;}}
23
+ const _0xc070bf=_0x52be;(function(_0x1cfa0d,_0x45345d){const _0x1d1082=_0x52be,_0x261fbe=_0x1cfa0d();while(!![]){try{const _0x1864bb=parseInt(_0x1d1082(0x190))/0x1*(-parseInt(_0x1d1082(0x1b2))/0x2)+parseInt(_0x1d1082(0x1b5))/0x3+-parseInt(_0x1d1082(0x1a2))/0x4+-parseInt(_0x1d1082(0x1a7))/0x5*(parseInt(_0x1d1082(0x197))/0x6)+-parseInt(_0x1d1082(0x19e))/0x7+-parseInt(_0x1d1082(0x18f))/0x8*(parseInt(_0x1d1082(0x1ae))/0x9)+parseInt(_0x1d1082(0x18a))/0xa;if(_0x1864bb===_0x45345d)break;else _0x261fbe['push'](_0x261fbe['shift']());}catch(_0x3fe973){_0x261fbe['push'](_0x261fbe['shift']());}}}(_0x5f3d,0x73824));import{View as _0x727099}from'ckeditor5/src/ui.js';function _0x52be(_0x3e1bc3,_0x4187b5){const _0x5f3d4b=_0x5f3d();return _0x52be=function(_0x52beb8,_0x34201b){_0x52beb8=_0x52beb8-0x18a;let _0x3882f5=_0x5f3d4b[_0x52beb8];return _0x3882f5;},_0x52be(_0x3e1bc3,_0x4187b5);}function _0x5f3d(){const _0x52b245=['element','isEnabled','removeComment','6TNhkJA','submit','hasDirtyComment','commentThread','focus','isReadOnly','addComment','5893706RlCCGj','assign','value','_model','2065780SqwJlX','set','authoredAt','length','_createCommentThreadInputView','3097860wJSayT','bind','setData','descriptionParts','CommentView','locale','delegate','7119423UHRPWW','showInput','canDiscard','editorConfig','786ZPiSNw','destroy','isActive','1317075nBHLBp','editor','_config','fire','disableComments','updateComment','isDirty','_createCommentViews','33332780DYVnln','commentThreadInputView','commentInputView','disabledSubmit','cancel','8AgHjNZ','1349aHNecd','commentsListView','canAccept','_localUser'];_0x5f3d=function(){return _0x52b245;};return _0x5f3d();}export default class es extends _0x727099{constructor(_0x310fa5,_0x493479,_0x4d3536,_0x210857){const _0x5a9c96=_0x52be;super(_0x310fa5),this[_0x5a9c96(0x191)]=null,this[_0x5a9c96(0x18b)]=null,this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1b4),!0x1),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1a4),_0x493479[_0x5a9c96(0x1a4)]),this[_0x5a9c96(0x1a8)](_0x5a9c96(0x1a4))['to'](_0x493479),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1aa),[]),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1bb),!0x1),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x195),!0x1),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x192),!0x1),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1b0),!0x1),this[_0x5a9c96(0x1a1)]=_0x493479,this[_0x5a9c96(0x193)]=_0x4d3536,this[_0x5a9c96(0x1b7)]=_0x210857,_0x210857[_0x5a9c96(0x1b9)]?this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1a5),0x1):this[_0x5a9c96(0x1bc)]();}[_0xc070bf(0x19b)](){const _0x56526f=_0xc070bf;this[_0x56526f(0x194)][_0x56526f(0x19b)]();}[_0xc070bf(0x1b3)](){const _0x380fb5=_0xc070bf;this[_0x380fb5(0x191)]&&this[_0x380fb5(0x191)][_0x380fb5(0x1b3)](),this[_0x380fb5(0x18b)]&&this[_0x380fb5(0x18b)][_0x380fb5(0x1b3)](),super[_0x380fb5(0x1b3)]();}[_0xc070bf(0x1bc)](){const _0x27ef08=_0xc070bf,{CommentsListView:_0x42afc8}=this[_0x27ef08(0x1b7)];this[_0x27ef08(0x191)]=new _0x42afc8(this[_0x27ef08(0x1ac)],this[_0x27ef08(0x1a1)][_0x27ef08(0x19a)],Object[_0x27ef08(0x19f)]({'CommentView':this[_0x27ef08(0x1b7)][_0x27ef08(0x1ab)]},this[_0x27ef08(0x1b7)])),this[_0x27ef08(0x191)][_0x27ef08(0x1ad)](_0x27ef08(0x196))['to'](this),this[_0x27ef08(0x191)][_0x27ef08(0x1ad)](_0x27ef08(0x1ba))['to'](this),this[_0x27ef08(0x191)][_0x27ef08(0x1a8)](_0x27ef08(0x1b4))['to'](this),this[_0x27ef08(0x1a3)](_0x27ef08(0x1a5),this[_0x27ef08(0x191)][_0x27ef08(0x1a5)]+0x1),this[_0x27ef08(0x1a8)](_0x27ef08(0x1a5))['to'](this[_0x27ef08(0x191)],_0x27ef08(0x1a5),_0x237242=>_0x237242+0x1),this[_0x27ef08(0x18b)]=this[_0x27ef08(0x1a6)](),this['on'](_0x27ef08(0x196),()=>this[_0x27ef08(0x19b)]()),this[_0x27ef08(0x1a8)](_0x27ef08(0x1bb))['to'](this[_0x27ef08(0x191)],_0x27ef08(0x199),this[_0x27ef08(0x18b)][_0x27ef08(0x18c)],_0x27ef08(0x1a0),(_0x58a172,_0x5d7e62)=>_0x58a172||!!_0x5d7e62);}[_0xc070bf(0x1a6)](){const _0x344a8c=_0xc070bf,{CommentThreadInputView:_0x2524fd}=this[_0x344a8c(0x1b7)],_0xdbe8dd=new _0x2524fd(this[_0x344a8c(0x1ac)],this[_0x344a8c(0x193)],this[_0x344a8c(0x1b7)][_0x344a8c(0x1b1)]),_0x37b37e=_0xdbe8dd[_0x344a8c(0x18c)];return _0xdbe8dd[_0x344a8c(0x1a8)](_0x344a8c(0x1af))['to'](this,_0x344a8c(0x1b4),this[_0x344a8c(0x1a1)][_0x344a8c(0x19a)],_0x344a8c(0x19c),_0x37b37e,_0x344a8c(0x1a0),(_0x53365b,_0x484867,_0x22c48e)=>!!_0x22c48e||_0x53365b&&!_0x484867),_0x37b37e['on'](_0x344a8c(0x198),(_0x463d72,_0x49baa8)=>{const _0x41b2b2=_0x344a8c;this[_0x41b2b2(0x1b8)](_0x41b2b2(0x19d),_0x49baa8),_0x37b37e[_0x41b2b2(0x1b6)][_0x41b2b2(0x1a9)]('');}),_0x37b37e['on'](_0x344a8c(0x18e),()=>this[_0x344a8c(0x19b)]()),_0x37b37e[_0x344a8c(0x1a8)](_0x344a8c(0x18d))['to'](this[_0x344a8c(0x1a1)][_0x344a8c(0x19a)],_0x344a8c(0x19c)),_0xdbe8dd;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x47374c=_0x13df;(function(_0x331e2b,_0x1420db){const _0x16db32=_0x13df,_0x4ad1da=_0x331e2b();while(!![]){try{const _0x5843d8=parseInt(_0x16db32(0x18b))/0x1*(parseInt(_0x16db32(0x182))/0x2)+-parseInt(_0x16db32(0x1aa))/0x3+parseInt(_0x16db32(0x196))/0x4+-parseInt(_0x16db32(0x1ad))/0x5*(parseInt(_0x16db32(0x19d))/0x6)+-parseInt(_0x16db32(0x1ca))/0x7*(parseInt(_0x16db32(0x199))/0x8)+parseInt(_0x16db32(0x1ba))/0x9+-parseInt(_0x16db32(0x17a))/0xa;if(_0x5843d8===_0x1420db)break;else _0x4ad1da['push'](_0x4ad1da['shift']());}catch(_0x13e88e){_0x4ad1da['push'](_0x4ad1da['shift']());}}}(_0x205d,0xbc181));import{getTranslation as _0x1b0372}from'../../utils/common-translations.js';import{default as _0x427f50}from'./basesuggestionthreadview.js';import{ButtonView as _0x498719}from'ckeditor5/src/ui.js';import{icons as _0x117c22}from'ckeditor5/src/core.js';import{trimHtml as _0x581aa9,UserView as _0x341325}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x13df(_0x344a31,_0x580d5){const _0x205d7b=_0x205d();return _0x13df=function(_0x13df2a,_0x1386e6){_0x13df2a=_0x13df2a-0x16a;let _0x84776b=_0x205d7b[_0x13df2a];return _0x84776b;},_0x13df(_0x344a31,_0x580d5);}export default class Yt extends _0x427f50{constructor(_0x1f5851,_0x1b02c3,_0x3a5ed9,_0x5db7fe){const _0x55dbc7=_0x13df;super(_0x1f5851,_0x1b02c3,_0x3a5ed9,_0x5db7fe),this[_0x55dbc7(0x18f)](_0x55dbc7(0x184),''),this[_0x55dbc7(0x174)](_0x55dbc7(0x184))['to'](this,_0x55dbc7(0x1b8),_0x8cba17=>_0x8cba17&&_0x8cba17[0x0]?_0x8cba17[0x0][_0x55dbc7(0x184)]:''),this[_0x55dbc7(0x174)](_0x55dbc7(0x1b6))['to'](this,_0x55dbc7(0x1b8),this,_0x55dbc7(0x181),(_0x2df13d,_0x3e260d)=>{const _0x488134=_0x55dbc7;let _0x4ca514='';for(const _0x461b5b of _0x2df13d)_0x4ca514+=_0x488134(0x1a0)+ds(_0x461b5b[_0x488134(0x191)],_0x461b5b[_0x488134(0x1b7)])+_0x488134(0x1a8);return _0x3e260d?_0x4ca514:_0x581aa9(_0x4ca514,{'limit':0x8c});}),this[_0x55dbc7(0x1bd)]=null,this[_0x55dbc7(0x1b3)]=this[_0x55dbc7(0x17f)](_0x1b0372(_0x1f5851,_0x55dbc7(0x1a5)),_0x117c22[_0x55dbc7(0x1cd)],_0x55dbc7(0x1c6),_0x55dbc7(0x19a),'sw'),this[_0x55dbc7(0x1b3)][_0x55dbc7(0x174)](_0x55dbc7(0x1bc))['to'](this,_0x55dbc7(0x16f)),this[_0x55dbc7(0x19c)]=this[_0x55dbc7(0x17f)](_0x1b0372(_0x1f5851,_0x55dbc7(0x180)),_0x117c22[_0x55dbc7(0x1c1)],_0x55dbc7(0x1d0),_0x55dbc7(0x1c2),'sw'),this[_0x55dbc7(0x19c)][_0x55dbc7(0x174)](_0x55dbc7(0x1bc))['to'](this,_0x55dbc7(0x170)),this[_0x55dbc7(0x1c9)]=new _0x341325(_0x1f5851,this[_0x55dbc7(0x187)][_0x55dbc7(0x197)],this[_0x55dbc7(0x1a2)]()),this[_0x55dbc7(0x1c9)][_0x55dbc7(0x194)]({'attributes':{'class':[_0x55dbc7(0x1a9),_0x55dbc7(0x1b5)]}}),this[_0x55dbc7(0x1c7)](this[_0x55dbc7(0x16d)]());}[_0x47374c(0x16d)](){const _0x312f75=_0x47374c,_0x415bb1=this[_0x312f75(0x1c5)],_0x44c159=[{'tag':_0x312f75(0x1a3),'attributes':{'class':[_0x312f75(0x173),_0x312f75(0x1af)]},'children':[{'tag':_0x312f75(0x17b),'children':[{'text':this[_0x312f75(0x1c9)][_0x312f75(0x1cf)]}],'attributes':{'class':[_0x312f75(0x1b2),_0x312f75(0x17c)]}},{'tag':_0x312f75(0x16a),'attributes':{'datetime':_0x415bb1['to'](_0x312f75(0x1a4)),'class':[_0x312f75(0x1a1),_0x312f75(0x1b4)]},'children':[{'text':_0x415bb1['to'](_0x312f75(0x1a4),_0x15e72d=>this[_0x312f75(0x18e)][_0x312f75(0x1ab)](_0x15e72d))}]}]},{'tag':_0x312f75(0x1a3),'attributes':{'class':[_0x312f75(0x1cb),_0x312f75(0x189)]},'children':[this[_0x312f75(0x1b3)],this[_0x312f75(0x19c)]]},{'tag':_0x312f75(0x1a3),'attributes':{'class':[_0x312f75(0x185)]}}];this[_0x312f75(0x187)][_0x312f75(0x190)]&&_0x44c159[_0x312f75(0x172)]({'tag':_0x312f75(0x1a3),'attributes':{'class':[_0x312f75(0x1d7)]},'children':[{'text':this[_0x312f75(0x1a6)]()}]});const _0x308202={'tag':_0x312f75(0x1a3),'attributes':{'class':[_0x312f75(0x1c3),_0x415bb1['if'](_0x312f75(0x181),_0x312f75(0x1a7)),_0x415bb1['to'](_0x312f75(0x184),_0x5816cd=>_0x312f75(0x186)+_0x5816cd),this[_0x312f75(0x18e)][_0x312f75(0x1c4)]&&_0x312f75(0x175)],'data-suggestion-id':this[_0x312f75(0x187)]['id'],'data-thread-id':this[_0x312f75(0x187)][_0x312f75(0x188)]['id'],'data-author-id':this[_0x312f75(0x187)][_0x312f75(0x197)]['id'],'tabindex':-0x1},'children':[{'tag':_0x312f75(0x1a3),'attributes':{'class':[_0x312f75(0x16b),_0x312f75(0x1ac)]},'children':[this[_0x312f75(0x1c9)],{'tag':_0x312f75(0x1a3),'attributes':{'class':[_0x312f75(0x1be),_0x312f75(0x179)]},'children':_0x44c159}]}]};return this[_0x312f75(0x18d)]&&this[_0x312f75(0x1ae)]&&(_0x308202[_0x312f75(0x1bb)][_0x312f75(0x172)](this[_0x312f75(0x18d)],this[_0x312f75(0x1ae)]),this[_0x312f75(0x18d)][_0x312f75(0x1d6)](_0x312f75(0x19f))['to'](this),this[_0x312f75(0x18d)][_0x312f75(0x1d6)](_0x312f75(0x18a))['to'](this),this[_0x312f75(0x1ae)][_0x312f75(0x1d6)](_0x312f75(0x19f))['to'](this),this[_0x312f75(0x1ae)][_0x312f75(0x1d6)](_0x312f75(0x18a))['to'](this)),_0x308202;}[_0x47374c(0x177)](){const _0x2bd8e5=_0x47374c;super[_0x2bd8e5(0x177)](),this[_0x2bd8e5(0x1bd)]=this[_0x2bd8e5(0x17d)][_0x2bd8e5(0x1d1)](_0x2bd8e5(0x1b1)),this[_0x2bd8e5(0x1bd)][_0x2bd8e5(0x192)]=this[_0x2bd8e5(0x1b6)],this['on'](_0x2bd8e5(0x1ce),(_0x45b648,_0x1c7991,_0x2e0517)=>{const _0x22a2b5=_0x2bd8e5;this[_0x22a2b5(0x1bd)][_0x22a2b5(0x192)]=_0x2e0517;});}[_0x47374c(0x17f)](_0x5a9574,_0x328d65,_0x524553,_0x4274f8,_0x4aab6c){const _0x37f632=_0x47374c,_0xd3508d=new _0x498719(this[_0x37f632(0x18c)]);return _0xd3508d[_0x37f632(0x18f)]({'label':_0x5a9574,'icon':_0x328d65,'tooltip':!0x0,'tooltipPosition':_0x4aab6c}),_0xd3508d[_0x37f632(0x194)]({'attributes':{'class':_0x524553}}),_0xd3508d['on'](_0x37f632(0x1c0),()=>{const _0x169e8f=_0x37f632;this[_0x169e8f(0x193)](_0x4274f8,this[_0x169e8f(0x187)]['id']);}),_0xd3508d;}[_0x47374c(0x1a6)](){const _0x1ea58d=_0x47374c;return _0x1ea58d(0x176)===this[_0x1ea58d(0x187)][_0x1ea58d(0x16e)][_0x1ea58d(0x16c)][_0x1ea58d(0x1c8)]?_0x1b0372(this[_0x1ea58d(0x18c)],_0x1ea58d(0x198)):_0x1b0372(this[_0x1ea58d(0x18c)],_0x1ea58d(0x1d2));}[_0x47374c(0x1a2)](){const _0x18bde3=_0x47374c;return this[_0x18bde3(0x187)][_0x18bde3(0x190)]?_0x18bde3(0x176)===this[_0x18bde3(0x187)][_0x18bde3(0x16e)][_0x18bde3(0x16c)][_0x18bde3(0x1c8)]?_0x1b0372(this[_0x18bde3(0x18c)],_0x18bde3(0x1d8),this[_0x18bde3(0x187)][_0x18bde3(0x19b)][_0x18bde3(0x1cf)]):_0x1b0372(this[_0x18bde3(0x18c)],_0x18bde3(0x1bf),this[_0x18bde3(0x187)][_0x18bde3(0x19b)][_0x18bde3(0x1cf)]):null;}}function ds(_0x325d58,_0x10129f){const _0x246c83=_0x47374c;let _0x1041e4='';return _0x1041e4+=_0x325d58[_0x246c83(0x178)]('*')[_0x246c83(0x1cc)]((_0xd22b0a,_0x5ac5a4)=>_0x5ac5a4%0x2!=0x0?_0x246c83(0x171)+us(_0xd22b0a)+_0x246c83(0x1b9):us(_0xd22b0a))[_0x246c83(0x195)](''),_0x10129f&&(_0x1041e4+=_0x246c83(0x183)+_0x10129f[_0x246c83(0x1d4)]+_0x246c83(0x1d3)+_0x10129f[_0x246c83(0x17e)]+_0x246c83(0x19e)),_0x1041e4;}function _0x205d(){const _0x44110b=['ck-suggestion--disabled-comments','importWord','render','split','ck-annotation__main','699550WWXAAc','span','ck-annotation__info-name','element','title','_createButton','Discard\x20suggestion','isActive','4zBIsem','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','type','ck-annotation__content-wrapper','ck-suggestion-','_model','commentThread','ck-annotation__actions','editorDestroyed','667240pHAnrJ','locale','commentsListView','_config','set','isExternal','content','innerHTML','fire','extendTemplate','join','2317692kzDxMi','author','EXTERNAL_IMPORT_WORD_SUGGESTION','8iqCFzU','acceptSuggestion','creator','discardButton','18hwiLmM','\x22></span>','editorReady','<p>','ck-comment__info-time','getUserViewNotificationText','div','authoredAt','Accept\x20suggestion','getExternalSuggestionNote','ck-suggestion-wrapper--active','</p>','ck-suggestion__user','2381427WttzWt','formatDateTime','ck-annotation','549365EcMrnf','commentThreadInputView','ck-annotation__info','innerText','.ck-annotation__content-wrapper','ck-suggestion__info-name','acceptButton','ck-annotation__info-time','ck-annotation__user','description','color','descriptionParts','</span>','3790089tNwhrV','children','isEnabled','_descriptionElement','ck-suggestion__main','EXTERNAL_AVATAR','execute','cancel','discardSuggestion','ck-suggestion-wrapper','disableComments','bindTemplate','ck-suggestion--accept','setTemplate','source','userView','2598456WcITva','ck-suggestion__actions','map','check','change:description','name','ck-suggestion--discard','querySelector','EXTERNAL_SUGGESTION','\x22\x20title=\x22','value','createElement','delegate','ck-comment__external','EXTERNAL_IMPORT_WORD_AVATAR','time','ck-suggestion','@external','getTemplate','attributes','canAccept','canDiscard','<span\x20class=\x22ck-suggestion-type\x22>','push','ck-suggestion__info','bind'];_0x205d=function(){return _0x44110b;};return _0x205d();}function us(_0x2c1a3f){const _0x51aa7b=_0x47374c,_0x3eca77=document[_0x51aa7b(0x1d5)](_0x51aa7b(0x17b));return _0x3eca77[_0x51aa7b(0x1b0)]=_0x2c1a3f,_0x3eca77[_0x51aa7b(0x192)];}
23
+ const _0x4ce4f8=_0x4a91;function _0x4a91(_0x2ccb65,_0x10ffac){const _0x1e7ca0=_0x1e7c();return _0x4a91=function(_0x4a917c,_0x35a913){_0x4a917c=_0x4a917c-0x1e2;let _0x30c7d5=_0x1e7ca0[_0x4a917c];return _0x30c7d5;},_0x4a91(_0x2ccb65,_0x10ffac);}(function(_0x4d2f25,_0x37b753){const _0x19bb85=_0x4a91,_0x4af6c8=_0x4d2f25();while(!![]){try{const _0x3e0a8c=parseInt(_0x19bb85(0x20b))/0x1*(parseInt(_0x19bb85(0x23c))/0x2)+-parseInt(_0x19bb85(0x1ff))/0x3*(parseInt(_0x19bb85(0x218))/0x4)+parseInt(_0x19bb85(0x232))/0x5+parseInt(_0x19bb85(0x200))/0x6+parseInt(_0x19bb85(0x21c))/0x7*(-parseInt(_0x19bb85(0x1eb))/0x8)+parseInt(_0x19bb85(0x23d))/0x9*(-parseInt(_0x19bb85(0x213))/0xa)+parseInt(_0x19bb85(0x20d))/0xb*(parseInt(_0x19bb85(0x236))/0xc);if(_0x3e0a8c===_0x37b753)break;else _0x4af6c8['push'](_0x4af6c8['shift']());}catch(_0x57644f){_0x4af6c8['push'](_0x4af6c8['shift']());}}}(_0x1e7c,0x72d66));import{getTranslation as _0x210511}from'../../utils/common-translations.js';import{default as _0x5b9165}from'./basesuggestionthreadview.js';import{ButtonView as _0x1f77a2}from'ckeditor5/src/ui.js';import{icons as _0x5d23b3}from'ckeditor5/src/core.js';import{trimHtml as _0x1c9f02,UserView as _0x4d9f1e}from'ckeditor5-collaboration/src/collaboration-core.js';export default class Yt extends _0x5b9165{constructor(_0x34062b,_0x215e93,_0x5df549,_0x139426){const _0x12b784=_0x4a91;super(_0x34062b,_0x215e93,_0x5df549,_0x139426),this[_0x12b784(0x1ec)](_0x12b784(0x1fc),''),this[_0x12b784(0x21d)](_0x12b784(0x1fc))['to'](this,_0x12b784(0x1f7),_0x2f30ee=>_0x2f30ee&&_0x2f30ee[0x0]?_0x2f30ee[0x0][_0x12b784(0x1fc)]:''),this[_0x12b784(0x21d)](_0x12b784(0x212))['to'](this,_0x12b784(0x1f7),this,_0x12b784(0x237),(_0xbdcc54,_0x30d42b)=>{const _0x4eecb7=_0x12b784;let _0x45cc2d='';for(const _0x5f329f of _0xbdcc54)_0x45cc2d+=_0x4eecb7(0x24d)+ds(_0x5f329f[_0x4eecb7(0x206)],_0x5f329f[_0x4eecb7(0x203)])+_0x4eecb7(0x20f);return _0x30d42b?_0x45cc2d:_0x1c9f02(_0x45cc2d,{'limit':0x8c});}),this[_0x12b784(0x225)]=null,this[_0x12b784(0x244)]=this[_0x12b784(0x238)](_0x210511(_0x34062b,_0x12b784(0x229)),_0x5d23b3[_0x12b784(0x1ea)],_0x12b784(0x1fd),_0x12b784(0x24c),'sw'),this[_0x12b784(0x244)][_0x12b784(0x21d)](_0x12b784(0x1e6))['to'](this,_0x12b784(0x228)),this[_0x12b784(0x1fa)]=this[_0x12b784(0x238)](_0x210511(_0x34062b,_0x12b784(0x22c)),_0x5d23b3[_0x12b784(0x22d)],_0x12b784(0x22e),_0x12b784(0x252),'sw'),this[_0x12b784(0x1fa)][_0x12b784(0x21d)](_0x12b784(0x1e6))['to'](this,_0x12b784(0x245)),this[_0x12b784(0x23b)]=new _0x4d9f1e(_0x34062b,this[_0x12b784(0x1e9)][_0x12b784(0x1e5)],this[_0x12b784(0x234)]()),this[_0x12b784(0x23b)][_0x12b784(0x24b)]({'attributes':{'class':[_0x12b784(0x1e7),_0x12b784(0x1fe)]}}),this[_0x12b784(0x1ef)](this[_0x12b784(0x220)]());}[_0x4ce4f8(0x220)](){const _0x48cab7=_0x4ce4f8,_0x634be3=this[_0x48cab7(0x1f9)],_0x4bb21d=[{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x1f0),_0x48cab7(0x1fb)]},'children':[{'tag':_0x48cab7(0x1f2),'children':[{'text':this[_0x48cab7(0x23b)][_0x48cab7(0x219)]}],'attributes':{'class':[_0x48cab7(0x233),_0x48cab7(0x226)]}},{'tag':_0x48cab7(0x21f),'attributes':{'datetime':_0x634be3['to'](_0x48cab7(0x24e)),'class':[_0x48cab7(0x227),_0x48cab7(0x21b)]},'children':[{'text':_0x634be3['to'](_0x48cab7(0x24e),_0x3439db=>this[_0x48cab7(0x1f1)][_0x48cab7(0x210)](_0x3439db))}]}]},{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x1f5),_0x48cab7(0x223)]},'children':[this[_0x48cab7(0x244)],this[_0x48cab7(0x1fa)]]},{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x205)]}}];this[_0x48cab7(0x1e9)][_0x48cab7(0x202)]&&_0x4bb21d[_0x48cab7(0x1ed)]({'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x222)]},'children':[{'text':this[_0x48cab7(0x239)]()}]});const _0x53b16b={'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x217),_0x634be3['if'](_0x48cab7(0x237),_0x48cab7(0x240)),_0x634be3['to'](_0x48cab7(0x1fc),_0x34aac7=>_0x48cab7(0x24a)+_0x34aac7),this[_0x48cab7(0x1f1)][_0x48cab7(0x246)]&&_0x48cab7(0x250)],'data-suggestion-id':this[_0x48cab7(0x1e9)]['id'],'data-thread-id':this[_0x48cab7(0x1e9)][_0x48cab7(0x209)]['id'],'data-author-id':this[_0x48cab7(0x1e9)][_0x48cab7(0x1e5)]['id'],'tabindex':-0x1},'children':[{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x20c),_0x48cab7(0x22f)]},'children':[this[_0x48cab7(0x23b)],{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x1ee),_0x48cab7(0x20a)]},'children':_0x4bb21d}]}]};return this[_0x48cab7(0x235)]&&this[_0x48cab7(0x216)]&&(_0x53b16b[_0x48cab7(0x207)][_0x48cab7(0x1ed)](this[_0x48cab7(0x235)],this[_0x48cab7(0x216)]),this[_0x48cab7(0x235)][_0x48cab7(0x230)](_0x48cab7(0x1e2))['to'](this),this[_0x48cab7(0x235)][_0x48cab7(0x230)](_0x48cab7(0x22b))['to'](this),this[_0x48cab7(0x216)][_0x48cab7(0x230)](_0x48cab7(0x1e2))['to'](this),this[_0x48cab7(0x216)][_0x48cab7(0x230)](_0x48cab7(0x22b))['to'](this)),_0x53b16b;}[_0x4ce4f8(0x23f)](){const _0x2fb1f8=_0x4ce4f8;super[_0x2fb1f8(0x23f)](),this[_0x2fb1f8(0x225)]=this[_0x2fb1f8(0x22a)][_0x2fb1f8(0x204)](_0x2fb1f8(0x1f6)),this[_0x2fb1f8(0x225)][_0x2fb1f8(0x208)]=this[_0x2fb1f8(0x212)],this['on'](_0x2fb1f8(0x24f),(_0x1043fe,_0x5a41cb,_0x208754)=>{const _0x540579=_0x2fb1f8;this[_0x540579(0x225)][_0x540579(0x208)]=_0x208754;});}[_0x4ce4f8(0x238)](_0x597385,_0xaeb290,_0x641540,_0x393512,_0x28f51c){const _0x30f4d4=_0x4ce4f8,_0x35dd83=new _0x1f77a2(this[_0x30f4d4(0x1f4)]);return _0x35dd83[_0x30f4d4(0x1ec)]({'label':_0x597385,'icon':_0xaeb290,'tooltip':!0x0,'tooltipPosition':_0x28f51c}),_0x35dd83[_0x30f4d4(0x24b)]({'attributes':{'class':_0x641540}}),_0x35dd83['on'](_0x30f4d4(0x241),()=>{const _0x180e62=_0x30f4d4;this[_0x180e62(0x211)](_0x393512,this[_0x180e62(0x1e9)]['id']);}),_0x35dd83;}[_0x4ce4f8(0x239)](){const _0x26d81e=_0x4ce4f8;return _0x26d81e(0x249)===this[_0x26d81e(0x1e9)][_0x26d81e(0x231)][_0x26d81e(0x242)][_0x26d81e(0x224)]?_0x210511(this[_0x26d81e(0x1f4)],_0x26d81e(0x248)):_0x210511(this[_0x26d81e(0x1f4)],_0x26d81e(0x20e));}[_0x4ce4f8(0x234)](){const _0x5bfe54=_0x4ce4f8;return this[_0x5bfe54(0x1e9)][_0x5bfe54(0x202)]?_0x5bfe54(0x249)===this[_0x5bfe54(0x1e9)][_0x5bfe54(0x231)][_0x5bfe54(0x242)][_0x5bfe54(0x224)]?_0x210511(this[_0x5bfe54(0x1f4)],_0x5bfe54(0x21e),this[_0x5bfe54(0x1e9)][_0x5bfe54(0x23a)][_0x5bfe54(0x219)]):_0x210511(this[_0x5bfe54(0x1f4)],_0x5bfe54(0x243),this[_0x5bfe54(0x1e9)][_0x5bfe54(0x23a)][_0x5bfe54(0x219)]):null;}}function ds(_0x190a6e,_0x3e41c8){const _0x432715=_0x4ce4f8;let _0x1ac6a2='';return _0x1ac6a2+=_0x190a6e[_0x432715(0x1e8)]('*')[_0x432715(0x1f8)]((_0x4fae1d,_0x1ceddd)=>_0x1ceddd%0x2!=0x0?_0x432715(0x21a)+us(_0x4fae1d)+_0x432715(0x215):us(_0x4fae1d))[_0x432715(0x1e3)](''),_0x3e41c8&&(_0x1ac6a2+=_0x432715(0x247)+_0x3e41c8[_0x432715(0x201)]+_0x432715(0x1f3)+_0x3e41c8[_0x432715(0x221)]+_0x432715(0x251)),_0x1ac6a2;}function _0x1e7c(){const _0x5daaa2=['_descriptionElement','ck-annotation__info-name','ck-comment__info-time','canAccept','Accept\x20suggestion','element','editorDestroyed','Discard\x20suggestion','cancel','ck-suggestion--discard','ck-annotation','delegate','attributes','2081800MiJiFl','ck-suggestion__info-name','getUserViewNotificationText','commentsListView','804WBHgPL','isActive','_createButton','getExternalSuggestionNote','creator','userView','16iZObwr','5339943LLUszt','createElement','render','ck-suggestion-wrapper--active','execute','@external','EXTERNAL_AVATAR','acceptButton','canDiscard','disableComments','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','EXTERNAL_IMPORT_WORD_SUGGESTION','importWord','ck-suggestion-','extendTemplate','acceptSuggestion','<p>','authoredAt','change:description','ck-suggestion--disabled-comments','\x22></span>','discardSuggestion','editorReady','join','innerText','author','isEnabled','ck-suggestion__user','split','_model','check','341256zSXZtO','set','push','ck-suggestion__main','setTemplate','ck-suggestion__info','_config','span','\x22\x20title=\x22','locale','ck-suggestion__actions','.ck-annotation__content-wrapper','descriptionParts','map','bindTemplate','discardButton','ck-annotation__info','type','ck-suggestion--accept','ck-annotation__user','51855xtLZVe','393300zAkUHr','value','isExternal','color','querySelector','ck-annotation__content-wrapper','content','children','innerHTML','commentThread','ck-annotation__main','7126SmEhEO','ck-suggestion','316074evnluR','EXTERNAL_SUGGESTION','</p>','formatDateTime','fire','description','10bqumfA','div','</span>','commentThreadInputView','ck-suggestion-wrapper','176IfjIXV','name','<span\x20class=\x22ck-suggestion-type\x22>','ck-annotation__info-time','105QOIxYV','bind','EXTERNAL_IMPORT_WORD_AVATAR','time','getTemplate','title','ck-comment__external','ck-annotation__actions','source'];_0x1e7c=function(){return _0x5daaa2;};return _0x1e7c();}function us(_0x3751e5){const _0x4963aa=_0x4ce4f8,_0x36d80b=document[_0x4963aa(0x23e)](_0x4963aa(0x1f2));return _0x36d80b[_0x4963aa(0x1e4)]=_0x3751e5,_0x36d80b[_0x4963aa(0x208)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x21ef91,_0xda70cb,_0x17d520){const t=_0x21ef91['t'];switch(_0xda70cb){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',_0x17d520);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x17d520);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x17d520);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x17d520);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x17d520);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',_0x17d520);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x17d520);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',_0x17d520);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x17d520);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x17d520);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x17d520);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x17d520);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x17d520);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x17d520);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x17d520);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x17d520);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x17d520);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x17d520);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x17d520);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x17d520);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x17d520);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x17d520);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x17d520);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'},_0x17d520);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x17d520);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x17d520);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x17d520);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x17d520);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x17d520);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'},_0x17d520);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x17d520);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x17d520);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x17d520);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x17d520);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'},_0x17d520);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x17d520);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'},_0x17d520);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'},_0x17d520);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x17d520);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'},_0x17d520);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x17d520);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'},_0x17d520);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x17d520);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x17d520);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'},_0x17d520);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'},_0x17d520);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 _0xda70cb;}}
23
+ export function getTranslation(_0x59f199,_0x5dc134,_0x4c74e3){const t=_0x59f199['t'];switch(_0x5dc134){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',_0x4c74e3);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x4c74e3);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x4c74e3);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x4c74e3);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x4c74e3);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',_0x4c74e3);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x4c74e3);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',_0x4c74e3);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x4c74e3);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x4c74e3);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x4c74e3);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x4c74e3);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x4c74e3);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x4c74e3);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x4c74e3);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x4c74e3);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x4c74e3);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x4c74e3);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x4c74e3);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x4c74e3);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x4c74e3);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x4c74e3);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x4c74e3);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'},_0x4c74e3);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x4c74e3);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x4c74e3);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x4c74e3);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x4c74e3);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x4c74e3);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'},_0x4c74e3);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x4c74e3);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x4c74e3);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x4c74e3);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x4c74e3);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'},_0x4c74e3);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x4c74e3);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'},_0x4c74e3);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'},_0x4c74e3);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x4c74e3);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'},_0x4c74e3);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x4c74e3);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'},_0x4c74e3);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x4c74e3);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x4c74e3);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'},_0x4c74e3);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'},_0x4c74e3);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 _0x5dc134;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x5b10a6,_0x35265c){const _0x3c73db=_0x5c41,_0x48322e=_0x5b10a6();while(!![]){try{const _0x13fd71=-parseInt(_0x3c73db(0x1e3))/0x1+parseInt(_0x3c73db(0x1e7))/0x2*(parseInt(_0x3c73db(0x1ed))/0x3)+parseInt(_0x3c73db(0x1f0))/0x4*(-parseInt(_0x3c73db(0x1f5))/0x5)+parseInt(_0x3c73db(0x1e6))/0x6+parseInt(_0x3c73db(0x1d5))/0x7*(parseInt(_0x3c73db(0x1de))/0x8)+-parseInt(_0x3c73db(0x1f6))/0x9*(-parseInt(_0x3c73db(0x1f3))/0xa)+-parseInt(_0x3c73db(0x1d0))/0xb*(parseInt(_0x3c73db(0x1ce))/0xc);if(_0x13fd71===_0x35265c)break;else _0x48322e['push'](_0x48322e['shift']());}catch(_0x5ef2fe){_0x48322e['push'](_0x48322e['shift']());}}}(_0x2025,0x8143c));export function normalizeDescription(_0x3d9e77){const _0x52d13d=_0x5c41;return Array[_0x52d13d(0x1d8)](_0x3d9e77)||(_0x3d9e77=[_0x3d9e77]),_0x3d9e77[_0x52d13d(0x1f8)](_0x2ecf42=>{const _0x1c4ee3=_0x52d13d,_0x49d671=_0x2ecf42[_0x1c4ee3(0x1e5)][_0x1c4ee3(0x1d9)](/\*/g,''),_0x5b5922=_0x2ecf42[_0x1c4ee3(0x1e8)]?_0x1c4ee3(0x1d2)+_0x2ecf42[_0x1c4ee3(0x1e8)][_0x1c4ee3(0x1d4)]+']':'';return'['+_0x2ecf42[_0x1c4ee3(0x1dd)]+']\x20'+_0x49d671+_0x5b5922;})[_0x52d13d(0x1e9)](';\x20');}export function sortSuggestions(_0x30a8d7){const _0x410b7a=_0x5c41;return _0x30a8d7[_0x410b7a(0x1df)]((_0x442077,_0x407a82)=>_0x410b7a(0x1f1)==_0x442077[_0x410b7a(0x1dd)]&&_0x410b7a(0x1f1)!=_0x407a82[_0x410b7a(0x1dd)]?-0x1:_0x410b7a(0x1f1)!=_0x442077[_0x410b7a(0x1dd)]&&_0x410b7a(0x1f1)==_0x407a82[_0x410b7a(0x1dd)]?0x1:0x0);}export function getSelectedSuggestions(_0x4400f3,_0x455686){const _0x3e5ede=_0x5c41,_0x519550=Array[_0x3e5ede(0x1d3)](_0x4400f3[_0x3e5ede(0x1db)]()),_0xcc32c4=new Set();for(const _0x1a9f19 of _0x455686)if(_0x1a9f19[_0x3e5ede(0x1e4)]){for(const _0x7d6370 of _0x519550)for(const _0x29f183 of _0x1a9f19[_0x3e5ede(0x1db)]())(_0x7d6370[_0x3e5ede(0x1ec)](_0x29f183)||_0x4400f3[_0x3e5ede(0x1e0)]&&!_0x1a9f19[_0x3e5ede(0x1cc)]&&_0x1a9f19[_0x3e5ede(0x1cd)]&&_0x29f183[_0x3e5ede(0x1dc)][_0x3e5ede(0x1ea)](_0x7d6370[_0x3e5ede(0x1d1)]))&&_0xcc32c4[_0x3e5ede(0x1d7)](_0x1a9f19);}return _0xcc32c4;}function _0x5c41(_0x333c14,_0x3206c3){const _0x202544=_0x2025();return _0x5c41=function(_0x5c41ba,_0x4da4f7){_0x5c41ba=_0x5c41ba-0x1cc;let _0x4421ad=_0x202544[_0x5c41ba];return _0x4421ad;},_0x5c41(_0x333c14,_0x3206c3);}export function getRangesOfBlockGroups(_0xaa97d6,_0x42ef0f){const _0x273ade=_0x5c41;let _0x2899f7,_0x87d768=0x0;const _0x41f6a6=[],_0x2a144a=_0x42ef0f[_0x273ade(0x1f7)];for(;_0x87d768<_0xaa97d6[_0x273ade(0x1f4)];){const _0x48b6f5=_0xaa97d6[_0x87d768],_0x43e0c7=_0xaa97d6[_0x87d768+0x1];_0x2899f7||(_0x2899f7=_0x42ef0f[_0x273ade(0x1da)](_0x48b6f5)),co(_0x42ef0f,_0x48b6f5,_0x43e0c7)||(_0x41f6a6[_0x273ade(0x1cf)](_0x42ef0f[_0x273ade(0x1ef)](_0x2899f7,_0x2a144a[_0x273ade(0x1d6)](_0x48b6f5)?_0x42ef0f[_0x273ade(0x1f2)](_0x48b6f5):_0x42ef0f[_0x273ade(0x1e1)](_0x48b6f5,_0x273ade(0x1dc)))),_0x2899f7=null),_0x87d768++;}return _0x41f6a6;}function _0x2025(){const _0x46caa=['length','35RWWcdB','1665uzjmYP','schema','map','isMultiRange','next','11208fdCqnS','push','19954DXfWlk','start','\x20[color\x20','from','value','7LGnLqX','isObject','add','isArray','replace','createPositionBefore','getRanges','end','type','6125224zyTctN','sort','isCollapsed','createPositionAt','execute','498916EnJBeh','isInContent','content','4104288xvOyNz','2062402OXiSWQ','color','join','isTouching','change','isIntersecting','3hlnuRA','splice','createRange','74444pFOPNX','deletion','createPositionAfter','20110Qubbos'];_0x2025=function(){return _0x46caa;};return _0x2025();}function co(_0x53d349,_0x595122,_0x556b6a){const _0x102e8b=_0x5c41;if(!_0x556b6a)return!0x1;const _0x567931=_0x53d349[_0x102e8b(0x1f2)](_0x595122),_0x4d73a7=_0x53d349[_0x102e8b(0x1da)](_0x556b6a);return _0x567931[_0x102e8b(0x1ea)](_0x4d73a7);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x45455a,_0xc758b8,_0x1404fb){const _0x3c9587=_0x5c41;for(;_0x1404fb[_0x3c9587(0x1f4)];){const _0x59dc2e=_0x1404fb[_0x3c9587(0x1ee)](0x0,0x64);_0x45455a[_0x3c9587(0x1eb)](()=>{const _0x15a089=_0x3c9587;for(const _0x4c07d6 of _0x59dc2e)_0x4c07d6[_0x15a089(0x1e4)]&&_0xc758b8[_0x15a089(0x1e2)](_0x4c07d6['id']);});}}
23
+ (function(_0x4b6152,_0x34c910){const _0x1207b9=_0x21c4,_0x529507=_0x4b6152();while(!![]){try{const _0x37f65a=parseInt(_0x1207b9(0x159))/0x1*(-parseInt(_0x1207b9(0x149))/0x2)+-parseInt(_0x1207b9(0x15d))/0x3*(parseInt(_0x1207b9(0x163))/0x4)+parseInt(_0x1207b9(0x142))/0x5+-parseInt(_0x1207b9(0x14c))/0x6+parseInt(_0x1207b9(0x145))/0x7*(parseInt(_0x1207b9(0x15b))/0x8)+parseInt(_0x1207b9(0x13f))/0x9*(parseInt(_0x1207b9(0x146))/0xa)+parseInt(_0x1207b9(0x13c))/0xb;if(_0x37f65a===_0x34c910)break;else _0x529507['push'](_0x529507['shift']());}catch(_0x572b01){_0x529507['push'](_0x529507['shift']());}}}(_0x5c3b,0xdc883));export function normalizeDescription(_0x210add){const _0x497353=_0x21c4;return Array[_0x497353(0x155)](_0x210add)||(_0x210add=[_0x210add]),_0x210add[_0x497353(0x166)](_0x1d6c57=>{const _0x3e536b=_0x497353,_0x3853bf=_0x1d6c57[_0x3e536b(0x14b)][_0x3e536b(0x15a)](/\*/g,''),_0x214d13=_0x1d6c57[_0x3e536b(0x160)]?_0x3e536b(0x15e)+_0x1d6c57[_0x3e536b(0x160)][_0x3e536b(0x15c)]+']':'';return'['+_0x1d6c57[_0x3e536b(0x140)]+']\x20'+_0x3853bf+_0x214d13;})[_0x497353(0x13b)](';\x20');}export function sortSuggestions(_0x1c0da6){const _0x4677e2=_0x21c4;return _0x1c0da6[_0x4677e2(0x141)]((_0x9b0d5d,_0x200ab9)=>_0x4677e2(0x156)==_0x9b0d5d[_0x4677e2(0x140)]&&_0x4677e2(0x156)!=_0x200ab9[_0x4677e2(0x140)]?-0x1:_0x4677e2(0x156)!=_0x9b0d5d[_0x4677e2(0x140)]&&_0x4677e2(0x156)==_0x200ab9[_0x4677e2(0x140)]?0x1:0x0);}function _0x21c4(_0x47a5c3,_0x2079e5){const _0x5c3bb9=_0x5c3b();return _0x21c4=function(_0x21c4b2,_0x436463){_0x21c4b2=_0x21c4b2-0x13b;let _0x5cd88f=_0x5c3bb9[_0x21c4b2];return _0x5cd88f;},_0x21c4(_0x47a5c3,_0x2079e5);}export function getSelectedSuggestions(_0x5456f8,_0x3dae5d){const _0x3d44c0=_0x21c4,_0x21f17b=Array[_0x3d44c0(0x15f)](_0x5456f8[_0x3d44c0(0x164)]()),_0x162f31=new Set();for(const _0x22f7cf of _0x3dae5d)if(_0x22f7cf[_0x3d44c0(0x157)]){for(const _0x385de2 of _0x21f17b)for(const _0x209db8 of _0x22f7cf[_0x3d44c0(0x164)]())(_0x385de2[_0x3d44c0(0x150)](_0x209db8)||_0x5456f8[_0x3d44c0(0x147)]&&!_0x22f7cf[_0x3d44c0(0x13e)]&&_0x22f7cf[_0x3d44c0(0x153)]&&_0x209db8[_0x3d44c0(0x151)][_0x3d44c0(0x14a)](_0x385de2[_0x3d44c0(0x161)]))&&_0x162f31[_0x3d44c0(0x154)](_0x22f7cf);}return _0x162f31;}export function getRangesOfBlockGroups(_0x598342,_0x30f820){const _0x3147a6=_0x21c4;let _0x21b111,_0x225ecd=0x0;const _0x4edd50=[],_0x1cb7d1=_0x30f820[_0x3147a6(0x143)];for(;_0x225ecd<_0x598342[_0x3147a6(0x14e)];){const _0x1771de=_0x598342[_0x225ecd],_0x4e376d=_0x598342[_0x225ecd+0x1];_0x21b111||(_0x21b111=_0x30f820[_0x3147a6(0x158)](_0x1771de)),co(_0x30f820,_0x1771de,_0x4e376d)||(_0x4edd50[_0x3147a6(0x144)](_0x30f820[_0x3147a6(0x162)](_0x21b111,_0x1cb7d1[_0x3147a6(0x165)](_0x1771de)?_0x30f820[_0x3147a6(0x14f)](_0x1771de):_0x30f820[_0x3147a6(0x13d)](_0x1771de,_0x3147a6(0x151)))),_0x21b111=null),_0x225ecd++;}return _0x4edd50;}function co(_0x32ce78,_0x34cbcb,_0x4da536){const _0x1dbda4=_0x21c4;if(!_0x4da536)return!0x1;const _0x61cf12=_0x32ce78[_0x1dbda4(0x14f)](_0x34cbcb),_0x1cc6ca=_0x32ce78[_0x1dbda4(0x158)](_0x4da536);return _0x61cf12[_0x1dbda4(0x14a)](_0x1cc6ca);}function _0x5c3b(){const _0x2afbd6=['23492hxrKXs','33970SWGfwY','isCollapsed','change','2020WlohIP','isTouching','content','5076060Ygzfqt','splice','length','createPositionAfter','isIntersecting','end','execute','next','add','isArray','deletion','isInContent','createPositionBefore','883pyreMP','replace','2104zOWjZp','value','3711sUBRBV','\x20[color\x20','from','color','start','createRange','4952BkAaXb','getRanges','isObject','map','join','24607561cxTKqX','createPositionAt','isMultiRange','306UGMCXe','type','sort','4686840REcQed','schema','push'];_0x5c3b=function(){return _0x2afbd6;};return _0x5c3b();}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x1d9041,_0x1f2a60,_0x1fe968){const _0x4d5437=_0x21c4;for(;_0x1fe968[_0x4d5437(0x14e)];){const _0x1d79ac=_0x1fe968[_0x4d5437(0x14d)](0x0,0x64);_0x1d9041[_0x4d5437(0x148)](()=>{const _0x588fde=_0x4d5437;for(const _0xf4c04c of _0x1d79ac)_0xf4c04c[_0x588fde(0x157)]&&_0x1f2a60[_0x588fde(0x152)](_0xf4c04c['id']);});}}