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

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 _0x229245=_0x28f4;function _0x3b29(){const _0x2ff439=['listenTo','execute','233742QaxweI','PENDING_ACTION_SUGGESTION','_setPendingAction','getRanges','36891FmhAoG','locale','1464RBAQwj','model','_removePendingAction','canEditAt','commands','PendingActions','add','view','get','change:isDirty','_acceptCommand','destroy','isEnabled','2201070cjYGhE','isDirty','_pendingAction','acceptSuggestion','bind','9667471obBBNE','4138orIeWp','27896WYOLTb','_discardCommand','stopListening','356uYuSsx','remove','3895175bmIQjE','84leckoa','_editor','canAccept','discardSuggestion','unbind','plugins','111tiTCHj','commentThreadController','12zIEPrb','canDiscard'];_0x3b29=function(){return _0x2ff439;};return _0x3b29();}function _0x28f4(_0x3cc488,_0x5ba0a6){const _0x3b2927=_0x3b29();return _0x28f4=function(_0x28f429,_0x25c139){_0x28f429=_0x28f429-0x68;let _0x17cadb=_0x3b2927[_0x28f429];return _0x17cadb;},_0x28f4(_0x3cc488,_0x5ba0a6);}(function(_0x24513a,_0x494936){const _0x317205=_0x28f4,_0x1d4dce=_0x24513a();while(!![]){try{const _0x11f71b=parseInt(_0x317205(0x8c))/0x1*(parseInt(_0x317205(0x88))/0x2)+parseInt(_0x317205(0x69))/0x3*(parseInt(_0x317205(0x89))/0x4)+parseInt(_0x317205(0x8e))/0x5+parseInt(_0x317205(0x6f))/0x6*(parseInt(_0x317205(0x8f))/0x7)+parseInt(_0x317205(0x75))/0x8*(-parseInt(_0x317205(0x73))/0x9)+-parseInt(_0x317205(0x82))/0xa+-parseInt(_0x317205(0x87))/0xb*(parseInt(_0x317205(0x6b))/0xc);if(_0x11f71b===_0x494936)break;else _0x1d4dce['push'](_0x1d4dce['shift']());}catch(_0x1ae124){_0x1d4dce['push'](_0x1d4dce['shift']());}}}(_0x3b29,0x5fb64));import{ObservableMixin as _0x2f29e1}from'ckeditor5/src/utils.js';import{getTranslation as _0x4fe912}from'../utils/common-translations.js';export default class Xt extends _0x2f29e1(){constructor(_0x5c0661,_0x3eac15,_0x137873,_0x10f82b){const _0x2eb936=_0x28f4;super(),this[_0x2eb936(0x76)]=_0x3eac15,this[_0x2eb936(0x7c)]=_0x137873,this[_0x2eb936(0x6a)]=_0x10f82b,this[_0x2eb936(0x90)]=_0x5c0661,this[_0x2eb936(0x7f)]=_0x5c0661[_0x2eb936(0x79)][_0x2eb936(0x7d)](_0x2eb936(0x85)),this[_0x2eb936(0x8a)]=_0x5c0661[_0x2eb936(0x79)][_0x2eb936(0x7d)](_0x2eb936(0x92)),this[_0x2eb936(0x7c)][_0x2eb936(0x86)](_0x2eb936(0x81))['to'](this[_0x2eb936(0x7f)],this[_0x2eb936(0x8a)],(_0x2fa2ae,_0x296f05)=>_0x2fa2ae||_0x296f05),this[_0x2eb936(0x7c)][_0x2eb936(0x86)](_0x2eb936(0x91))['to'](this[_0x2eb936(0x7f)],_0x2eb936(0x81),_0x49b9d0=>_0x49b9d0&&this[_0x2eb936(0x90)][_0x2eb936(0x76)][_0x2eb936(0x78)](_0x3eac15[_0x2eb936(0x72)]())),this[_0x2eb936(0x7c)][_0x2eb936(0x86)](_0x2eb936(0x6c))['to'](this[_0x2eb936(0x8a)],_0x2eb936(0x81),_0x1a8723=>_0x1a8723&&this[_0x2eb936(0x90)][_0x2eb936(0x76)][_0x2eb936(0x78)](_0x3eac15[_0x2eb936(0x72)]())),this[_0x2eb936(0x84)]=null,_0x137873[_0x2eb936(0x83)]&&this[_0x2eb936(0x71)](),this[_0x2eb936(0x6d)](_0x137873,_0x2eb936(0x85),()=>this[_0x2eb936(0x85)]()),this[_0x2eb936(0x6d)](_0x137873,_0x2eb936(0x92),()=>this[_0x2eb936(0x92)]()),this[_0x2eb936(0x6d)](_0x137873,_0x2eb936(0x7e),()=>{const _0x37466a=_0x2eb936;_0x137873[_0x37466a(0x83)]?this[_0x37466a(0x71)]():this[_0x37466a(0x77)]();});}[_0x229245(0x85)](){const _0x5c2cb7=_0x229245;this[_0x5c2cb7(0x7f)][_0x5c2cb7(0x6e)](this[_0x5c2cb7(0x76)]['id']);}[_0x229245(0x92)](){const _0x127725=_0x229245;this[_0x127725(0x8a)][_0x127725(0x6e)](this[_0x127725(0x76)]['id']);}[_0x229245(0x80)](){const _0x111ece=_0x229245;this[_0x111ece(0x7c)][_0x111ece(0x93)](_0x111ece(0x81)),this[_0x111ece(0x7c)][_0x111ece(0x93)](_0x111ece(0x91)),this[_0x111ece(0x7c)][_0x111ece(0x93)](_0x111ece(0x6c)),this[_0x111ece(0x8b)](),this[_0x111ece(0x6a)][_0x111ece(0x80)](),this[_0x111ece(0x84)]&&this[_0x111ece(0x77)]();}[_0x229245(0x71)](){const _0x5b233e=_0x229245,_0x36f5ae=_0x4fe912(this[_0x5b233e(0x90)][_0x5b233e(0x74)],_0x5b233e(0x70));this[_0x5b233e(0x84)]=this[_0x5b233e(0x90)][_0x5b233e(0x68)][_0x5b233e(0x7d)](_0x5b233e(0x7a))[_0x5b233e(0x7b)](_0x36f5ae);}[_0x229245(0x77)](){const _0x3f0ea2=_0x229245;null!==this[_0x3f0ea2(0x84)]&&this[_0x3f0ea2(0x90)][_0x3f0ea2(0x68)][_0x3f0ea2(0x7d)](_0x3f0ea2(0x7a))[_0x3f0ea2(0x8d)](this[_0x3f0ea2(0x84)]),this[_0x3f0ea2(0x84)]=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
+ function _0x57c8(_0x2758f4,_0x74a373){const _0x9d68bf=_0x9d68();return _0x57c8=function(_0x57c8ed,_0x14dbc4){_0x57c8ed=_0x57c8ed-0x1d1;let _0x103c92=_0x9d68bf[_0x57c8ed];return _0x103c92;},_0x57c8(_0x2758f4,_0x74a373);}const _0x113b68=_0x57c8;(function(_0x2447bb,_0x59a29a){const _0x125982=_0x57c8,_0x1229c9=_0x2447bb();while(!![]){try{const _0x1074f6=-parseInt(_0x125982(0x1f8))/0x1+parseInt(_0x125982(0x1e6))/0x2*(parseInt(_0x125982(0x1e8))/0x3)+-parseInt(_0x125982(0x1e2))/0x4+parseInt(_0x125982(0x1f2))/0x5+-parseInt(_0x125982(0x1eb))/0x6+parseInt(_0x125982(0x1fb))/0x7*(parseInt(_0x125982(0x1d6))/0x8)+-parseInt(_0x125982(0x201))/0x9*(-parseInt(_0x125982(0x1d4))/0xa);if(_0x1074f6===_0x59a29a)break;else _0x1229c9['push'](_0x1229c9['shift']());}catch(_0x3a7733){_0x1229c9['push'](_0x1229c9['shift']());}}}(_0x9d68,0xa59a4));import{View as _0x4fe701}from'ckeditor5/src/ui.js';function _0x9d68(){const _0x3a0fc6=['commentThread','3274AIvVIg','fire','300SGLLJY','value','editor','7318884dDbYyA','authoredAt','assign','_localUser','disabledSubmit','_createCommentThreadInputView','disableComments','676975KLWEzt','cancel','_config','locale','addComment','set','1330895PehGiK','isActive','isDirty','5316101tJWgvY','isEnabled','delegate','focus','_model','isReadOnly','1186470KSqQsi','canAccept','element','showInput','removeComment','hasDirtyComment','250bDQBOe','editorConfig','8BwqUFD','bind','CommentView','length','setData','submit','updateComment','commentThreadInputView','commentsListView','destroy','commentInputView','descriptionParts','4501084qoKRWz','_createCommentViews','canDiscard'];_0x9d68=function(){return _0x3a0fc6;};return _0x9d68();}export default class es extends _0x4fe701{constructor(_0x5e4b0a,_0x25dbfb,_0x25d34b,_0x3aacb2){const _0x2172f6=_0x57c8;super(_0x5e4b0a),this[_0x2172f6(0x1de)]=null,this[_0x2172f6(0x1dd)]=null,this[_0x2172f6(0x1f7)](_0x2172f6(0x1f9),!0x1),this[_0x2172f6(0x1f7)](_0x2172f6(0x1ec),_0x25dbfb[_0x2172f6(0x1ec)]),this[_0x2172f6(0x1d7)](_0x2172f6(0x1ec))['to'](_0x25dbfb),this[_0x2172f6(0x1f7)](_0x2172f6(0x1e1),[]),this[_0x2172f6(0x1f7)](_0x2172f6(0x1fa),!0x1),this[_0x2172f6(0x1f7)](_0x2172f6(0x1fc),!0x1),this[_0x2172f6(0x1f7)](_0x2172f6(0x202),!0x1),this[_0x2172f6(0x1f7)](_0x2172f6(0x1e4),!0x1),this[_0x2172f6(0x1ff)]=_0x25dbfb,this[_0x2172f6(0x1ee)]=_0x25d34b,this[_0x2172f6(0x1f4)]=_0x3aacb2,_0x3aacb2[_0x2172f6(0x1f1)]?this[_0x2172f6(0x1f7)](_0x2172f6(0x1d9),0x1):this[_0x2172f6(0x1e3)]();}[_0x113b68(0x1fe)](){const _0x1a4713=_0x113b68;this[_0x1a4713(0x203)][_0x1a4713(0x1fe)]();}[_0x113b68(0x1df)](){const _0x18305a=_0x113b68;this[_0x18305a(0x1de)]&&this[_0x18305a(0x1de)][_0x18305a(0x1df)](),this[_0x18305a(0x1dd)]&&this[_0x18305a(0x1dd)][_0x18305a(0x1df)](),super[_0x18305a(0x1df)]();}[_0x113b68(0x1e3)](){const _0x4731e0=_0x113b68,{CommentsListView:_0x338c1c}=this[_0x4731e0(0x1f4)];this[_0x4731e0(0x1de)]=new _0x338c1c(this[_0x4731e0(0x1f5)],this[_0x4731e0(0x1ff)][_0x4731e0(0x1e5)],Object[_0x4731e0(0x1ed)]({'CommentView':this[_0x4731e0(0x1f4)][_0x4731e0(0x1d8)]},this[_0x4731e0(0x1f4)])),this[_0x4731e0(0x1de)][_0x4731e0(0x1fd)](_0x4731e0(0x1d2))['to'](this),this[_0x4731e0(0x1de)][_0x4731e0(0x1fd)](_0x4731e0(0x1dc))['to'](this),this[_0x4731e0(0x1de)][_0x4731e0(0x1d7)](_0x4731e0(0x1f9))['to'](this),this[_0x4731e0(0x1f7)](_0x4731e0(0x1d9),this[_0x4731e0(0x1de)][_0x4731e0(0x1d9)]+0x1),this[_0x4731e0(0x1d7)](_0x4731e0(0x1d9))['to'](this[_0x4731e0(0x1de)],_0x4731e0(0x1d9),_0x57cbbb=>_0x57cbbb+0x1),this[_0x4731e0(0x1dd)]=this[_0x4731e0(0x1f0)](),this['on'](_0x4731e0(0x1d2),()=>this[_0x4731e0(0x1fe)]()),this[_0x4731e0(0x1d7)](_0x4731e0(0x1fa))['to'](this[_0x4731e0(0x1de)],_0x4731e0(0x1d3),this[_0x4731e0(0x1dd)][_0x4731e0(0x1e0)],_0x4731e0(0x1e9),(_0x4b6627,_0x3ede98)=>_0x4b6627||!!_0x3ede98);}[_0x113b68(0x1f0)](){const _0x4be66b=_0x113b68,{CommentThreadInputView:_0xe296cb}=this[_0x4be66b(0x1f4)],_0x487b7c=new _0xe296cb(this[_0x4be66b(0x1f5)],this[_0x4be66b(0x1ee)],this[_0x4be66b(0x1f4)][_0x4be66b(0x1d5)]),_0x310a99=_0x487b7c[_0x4be66b(0x1e0)];return _0x487b7c[_0x4be66b(0x1d7)](_0x4be66b(0x1d1))['to'](this,_0x4be66b(0x1f9),this[_0x4be66b(0x1ff)][_0x4be66b(0x1e5)],_0x4be66b(0x200),_0x310a99,_0x4be66b(0x1e9),(_0x1b7da1,_0x290a6b,_0x1daf5b)=>!!_0x1daf5b||_0x1b7da1&&!_0x290a6b),_0x310a99['on'](_0x4be66b(0x1db),(_0x363114,_0x51a6e2)=>{const _0x42e012=_0x4be66b;this[_0x42e012(0x1e7)](_0x42e012(0x1f6),_0x51a6e2),_0x310a99[_0x42e012(0x1ea)][_0x42e012(0x1da)]('');}),_0x310a99['on'](_0x4be66b(0x1f3),()=>this[_0x4be66b(0x1fe)]()),_0x310a99[_0x4be66b(0x1d7)](_0x4be66b(0x1ef))['to'](this[_0x4be66b(0x1ff)][_0x4be66b(0x1e5)],_0x4be66b(0x200)),_0x487b7c;}}
@@ -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 _0x4e06e1=_0x38ba;(function(_0x1fbe14,_0x55350c){const _0x531778=_0x38ba,_0x2e42c0=_0x1fbe14();while(!![]){try{const _0x58d86e=parseInt(_0x531778(0x15b))/0x1+-parseInt(_0x531778(0x1ad))/0x2+-parseInt(_0x531778(0x160))/0x3*(-parseInt(_0x531778(0x14e))/0x4)+parseInt(_0x531778(0x149))/0x5+-parseInt(_0x531778(0x199))/0x6+parseInt(_0x531778(0x15a))/0x7*(parseInt(_0x531778(0x15f))/0x8)+parseInt(_0x531778(0x18c))/0x9*(-parseInt(_0x531778(0x165))/0xa);if(_0x58d86e===_0x55350c)break;else _0x2e42c0['push'](_0x2e42c0['shift']());}catch(_0x5095d1){_0x2e42c0['push'](_0x2e42c0['shift']());}}}(_0x178b,0x7692d));import{getTranslation as _0x58c54e}from'../../utils/common-translations.js';function _0x38ba(_0x20ad7a,_0x2e9319){const _0x178b22=_0x178b();return _0x38ba=function(_0x38bafe,_0x1b344f){_0x38bafe=_0x38bafe-0x13f;let _0x32a86f=_0x178b22[_0x38bafe];return _0x32a86f;},_0x38ba(_0x20ad7a,_0x2e9319);}import{default as _0xf93aeb}from'./basesuggestionthreadview.js';import{ButtonView as _0xde5b1c}from'ckeditor5/src/ui.js';import{icons as _0x2fd633}from'ckeditor5/src/core.js';import{trimHtml as _0xdc730e,UserView as _0x471fb9}from'ckeditor5-collaboration/src/collaboration-core.js';export default class Yt extends _0xf93aeb{constructor(_0xcb2691,_0x20b6ae,_0x5305ee,_0x2a547f){const _0x1d3c14=_0x38ba;super(_0xcb2691,_0x20b6ae,_0x5305ee,_0x2a547f),this[_0x1d3c14(0x181)](_0x1d3c14(0x183),''),this[_0x1d3c14(0x176)](_0x1d3c14(0x183))['to'](this,_0x1d3c14(0x14a),_0x77e577=>_0x77e577&&_0x77e577[0x0]?_0x77e577[0x0][_0x1d3c14(0x183)]:''),this[_0x1d3c14(0x176)](_0x1d3c14(0x161))['to'](this,_0x1d3c14(0x14a),this,_0x1d3c14(0x14f),(_0xc78c82,_0x5ae164)=>{const _0x505ab8=_0x1d3c14;let _0x4b9e1a='';for(const _0x15cc4c of _0xc78c82)_0x4b9e1a+=_0x505ab8(0x16f)+ds(_0x15cc4c[_0x505ab8(0x16b)],_0x15cc4c[_0x505ab8(0x187)])+_0x505ab8(0x197);return _0x5ae164?_0x4b9e1a:_0xdc730e(_0x4b9e1a,{'limit':0x8c});}),this[_0x1d3c14(0x191)]=null,this[_0x1d3c14(0x140)]=this[_0x1d3c14(0x189)](_0x58c54e(_0xcb2691,_0x1d3c14(0x1a6)),_0x2fd633[_0x1d3c14(0x180)],_0x1d3c14(0x144),_0x1d3c14(0x146),'sw'),this[_0x1d3c14(0x140)][_0x1d3c14(0x176)](_0x1d3c14(0x158))['to'](this,_0x1d3c14(0x145)),this[_0x1d3c14(0x15e)]=this[_0x1d3c14(0x189)](_0x58c54e(_0xcb2691,_0x1d3c14(0x14d)),_0x2fd633[_0x1d3c14(0x16a)],_0x1d3c14(0x164),_0x1d3c14(0x157),'sw'),this[_0x1d3c14(0x15e)][_0x1d3c14(0x176)](_0x1d3c14(0x158))['to'](this,_0x1d3c14(0x169)),this[_0x1d3c14(0x1ac)]=new _0x471fb9(_0xcb2691,this[_0x1d3c14(0x15d)][_0x1d3c14(0x147)],this[_0x1d3c14(0x1a3)]()),this[_0x1d3c14(0x1ac)][_0x1d3c14(0x13f)]({'attributes':{'class':[_0x1d3c14(0x14c),_0x1d3c14(0x19b)]}}),this[_0x1d3c14(0x18e)](this[_0x1d3c14(0x14b)]());}[_0x4e06e1(0x14b)](){const _0x2df69f=_0x4e06e1,_0x5305af=this[_0x2df69f(0x175)],_0x325568=[{'tag':_0x2df69f(0x156),'attributes':{'class':[_0x2df69f(0x19d),_0x2df69f(0x177)]},'children':[{'tag':_0x2df69f(0x16c),'children':[{'text':this[_0x2df69f(0x1ac)][_0x2df69f(0x1a5)]}],'attributes':{'class':[_0x2df69f(0x18d),_0x2df69f(0x1a8)]}},{'tag':_0x2df69f(0x141),'attributes':{'datetime':_0x5305af['to'](_0x2df69f(0x194)),'class':[_0x2df69f(0x171),_0x2df69f(0x17f)]},'children':[{'text':_0x5305af['to'](_0x2df69f(0x194),_0x313c77=>this[_0x2df69f(0x154)][_0x2df69f(0x166)](_0x313c77))}]}]},{'tag':_0x2df69f(0x156),'attributes':{'class':[_0x2df69f(0x148),_0x2df69f(0x185)]},'children':[this[_0x2df69f(0x140)],this[_0x2df69f(0x15e)]]},{'tag':_0x2df69f(0x156),'attributes':{'class':[_0x2df69f(0x17d)]}}];this[_0x2df69f(0x15d)][_0x2df69f(0x172)]&&_0x325568[_0x2df69f(0x167)]({'tag':_0x2df69f(0x156),'attributes':{'class':[_0x2df69f(0x195)]},'children':[{'text':this[_0x2df69f(0x17c)]()}]});const _0x3ca2ee={'tag':_0x2df69f(0x156),'attributes':{'class':[_0x2df69f(0x17b),_0x5305af['if'](_0x2df69f(0x14f),_0x2df69f(0x198)),_0x5305af['to'](_0x2df69f(0x183),_0x157c43=>_0x2df69f(0x1ab)+_0x157c43),this[_0x2df69f(0x154)][_0x2df69f(0x19f)]&&_0x2df69f(0x152)],'data-suggestion-id':this[_0x2df69f(0x15d)]['id'],'data-thread-id':this[_0x2df69f(0x15d)][_0x2df69f(0x142)]['id'],'data-author-id':this[_0x2df69f(0x15d)][_0x2df69f(0x147)]['id'],'tabindex':-0x1},'children':[{'tag':_0x2df69f(0x156),'attributes':{'class':[_0x2df69f(0x150),_0x2df69f(0x151)]},'children':[this[_0x2df69f(0x1ac)],{'tag':_0x2df69f(0x156),'attributes':{'class':[_0x2df69f(0x170),_0x2df69f(0x173)]},'children':_0x325568}]}]};return this[_0x2df69f(0x17e)]&&this[_0x2df69f(0x190)]&&(_0x3ca2ee[_0x2df69f(0x196)][_0x2df69f(0x167)](this[_0x2df69f(0x17e)],this[_0x2df69f(0x190)]),this[_0x2df69f(0x17e)][_0x2df69f(0x1a1)](_0x2df69f(0x18b))['to'](this),this[_0x2df69f(0x17e)][_0x2df69f(0x1a1)](_0x2df69f(0x155))['to'](this),this[_0x2df69f(0x190)][_0x2df69f(0x1a1)](_0x2df69f(0x18b))['to'](this),this[_0x2df69f(0x190)][_0x2df69f(0x1a1)](_0x2df69f(0x155))['to'](this)),_0x3ca2ee;}[_0x4e06e1(0x179)](){const _0x2b75db=_0x4e06e1;super[_0x2b75db(0x179)](),this[_0x2b75db(0x191)]=this[_0x2b75db(0x1a9)][_0x2b75db(0x19a)](_0x2b75db(0x18a)),this[_0x2b75db(0x191)][_0x2b75db(0x184)]=this[_0x2b75db(0x161)],this['on'](_0x2b75db(0x19e),(_0x4c79bb,_0xca5530,_0x57c4aa)=>{const _0x45ffd7=_0x2b75db;this[_0x45ffd7(0x191)][_0x45ffd7(0x184)]=_0x57c4aa;});}[_0x4e06e1(0x189)](_0x5d3f6a,_0x5627c4,_0x313e29,_0x3274f5,_0x53f815){const _0x38e15e=_0x4e06e1,_0x4d0a4c=new _0xde5b1c(this[_0x38e15e(0x15c)]);return _0x4d0a4c[_0x38e15e(0x181)]({'label':_0x5d3f6a,'icon':_0x5627c4,'tooltip':!0x0,'tooltipPosition':_0x53f815}),_0x4d0a4c[_0x38e15e(0x13f)]({'attributes':{'class':_0x313e29}}),_0x4d0a4c['on'](_0x38e15e(0x1a4),()=>{const _0x2b90f2=_0x38e15e;this[_0x2b90f2(0x1aa)](_0x3274f5,this[_0x2b90f2(0x15d)]['id']);}),_0x4d0a4c;}[_0x4e06e1(0x17c)](){const _0xae10c7=_0x4e06e1;return _0xae10c7(0x1a0)===this[_0xae10c7(0x15d)][_0xae10c7(0x162)][_0xae10c7(0x1a7)][_0xae10c7(0x143)]?_0x58c54e(this[_0xae10c7(0x15c)],_0xae10c7(0x163)):_0x58c54e(this[_0xae10c7(0x15c)],_0xae10c7(0x1a2));}[_0x4e06e1(0x1a3)](){const _0x2e5478=_0x4e06e1;return this[_0x2e5478(0x15d)][_0x2e5478(0x172)]?_0x2e5478(0x1a0)===this[_0x2e5478(0x15d)][_0x2e5478(0x162)][_0x2e5478(0x1a7)][_0x2e5478(0x143)]?_0x58c54e(this[_0x2e5478(0x15c)],_0x2e5478(0x16e),this[_0x2e5478(0x15d)][_0x2e5478(0x174)][_0x2e5478(0x1a5)]):_0x58c54e(this[_0x2e5478(0x15c)],_0x2e5478(0x182),this[_0x2e5478(0x15d)][_0x2e5478(0x174)][_0x2e5478(0x1a5)]):null;}}function _0x178b(){const _0x45c2cb=['children','</p>','ck-suggestion-wrapper--active','1586712QUhhfh','querySelector','ck-annotation__user','join','ck-suggestion__info','change:description','disableComments','importWord','delegate','EXTERNAL_SUGGESTION','getUserViewNotificationText','execute','name','Accept\x20suggestion','@external','ck-annotation__info-name','element','fire','ck-suggestion-','userView','686758TfWknj','extendTemplate','acceptButton','time','commentThread','source','ck-suggestion--accept','canAccept','acceptSuggestion','author','ck-suggestion__actions','4565005nIbJBR','descriptionParts','getTemplate','ck-suggestion__user','Discard\x20suggestion','355156tUsTFe','isActive','ck-suggestion','ck-annotation','ck-suggestion--disabled-comments','map','_config','editorDestroyed','div','discardSuggestion','isEnabled','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','18186RIuscq','936169mRqswC','locale','_model','discardButton','888DthAAm','9LUwqBj','description','attributes','EXTERNAL_IMPORT_WORD_SUGGESTION','ck-suggestion--discard','1872010DahziK','formatDateTime','push','\x22\x20title=\x22','canDiscard','cancel','content','span','<span\x20class=\x22ck-suggestion-type\x22>','EXTERNAL_IMPORT_WORD_AVATAR','<p>','ck-suggestion__main','ck-comment__info-time','isExternal','ck-annotation__main','creator','bindTemplate','bind','ck-annotation__info','value','render','\x22></span>','ck-suggestion-wrapper','getExternalSuggestionNote','ck-annotation__content-wrapper','commentsListView','ck-annotation__info-time','check','set','EXTERNAL_AVATAR','type','innerHTML','ck-annotation__actions','split','color','title','_createButton','.ck-annotation__content-wrapper','editorReady','63rRCURT','ck-suggestion__info-name','setTemplate','innerText','commentThreadInputView','_descriptionElement','</span>','createElement','authoredAt','ck-comment__external'];_0x178b=function(){return _0x45c2cb;};return _0x178b();}function ds(_0x535fce,_0x407d20){const _0x2c17d2=_0x4e06e1;let _0x2c9908='';return _0x2c9908+=_0x535fce[_0x2c17d2(0x186)]('*')[_0x2c17d2(0x153)]((_0x1882eb,_0xeb0fa9)=>_0xeb0fa9%0x2!=0x0?_0x2c17d2(0x16d)+us(_0x1882eb)+_0x2c17d2(0x192):us(_0x1882eb))[_0x2c17d2(0x19c)](''),_0x407d20&&(_0x2c9908+=_0x2c17d2(0x159)+_0x407d20[_0x2c17d2(0x178)]+_0x2c17d2(0x168)+_0x407d20[_0x2c17d2(0x188)]+_0x2c17d2(0x17a)),_0x2c9908;}function us(_0x5a5c3c){const _0x3de303=_0x4e06e1,_0x117ea1=document[_0x3de303(0x193)](_0x3de303(0x16c));return _0x117ea1[_0x3de303(0x18f)]=_0x5a5c3c,_0x117ea1[_0x3de303(0x184)];}
@@ -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(_0x48253c,_0x14158b,_0x54c25f){const t=_0x48253c['t'];switch(_0x14158b){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',_0x54c25f);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x54c25f);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x54c25f);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x54c25f);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x54c25f);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',_0x54c25f);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x54c25f);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',_0x54c25f);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x54c25f);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x54c25f);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x54c25f);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x54c25f);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x54c25f);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x54c25f);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x54c25f);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x54c25f);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x54c25f);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x54c25f);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x54c25f);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x54c25f);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x54c25f);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x54c25f);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x54c25f);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'},_0x54c25f);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x54c25f);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x54c25f);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x54c25f);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x54c25f);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x54c25f);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'},_0x54c25f);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x54c25f);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x54c25f);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x54c25f);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x54c25f);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'},_0x54c25f);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x54c25f);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'},_0x54c25f);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'},_0x54c25f);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x54c25f);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'},_0x54c25f);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x54c25f);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'},_0x54c25f);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x54c25f);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x54c25f);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'},_0x54c25f);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'},_0x54c25f);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 _0x14158b;}}
@@ -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(_0x1f4a44,_0x104c63){const _0x523565=_0x34f1,_0xd1977d=_0x1f4a44();while(!![]){try{const _0x4db9c5=parseInt(_0x523565(0xbe))/0x1+-parseInt(_0x523565(0xcc))/0x2*(parseInt(_0x523565(0xb7))/0x3)+-parseInt(_0x523565(0xb5))/0x4+-parseInt(_0x523565(0xc9))/0x5+-parseInt(_0x523565(0xa8))/0x6+parseInt(_0x523565(0xba))/0x7+parseInt(_0x523565(0xca))/0x8;if(_0x4db9c5===_0x104c63)break;else _0xd1977d['push'](_0xd1977d['shift']());}catch(_0x22ef57){_0xd1977d['push'](_0xd1977d['shift']());}}}(_0x466a,0x795fc));export function normalizeDescription(_0x365d71){const _0x5e9b69=_0x34f1;return Array[_0x5e9b69(0xa9)](_0x365d71)||(_0x365d71=[_0x365d71]),_0x365d71[_0x5e9b69(0xc3)](_0xeb6353=>{const _0x5a0300=_0x5e9b69,_0x719268=_0xeb6353[_0x5a0300(0xc6)][_0x5a0300(0xd0)](/\*/g,''),_0x1d21a2=_0xeb6353[_0x5a0300(0xab)]?_0x5a0300(0xad)+_0xeb6353[_0x5a0300(0xab)][_0x5a0300(0xcd)]+']':'';return'['+_0xeb6353[_0x5a0300(0xc0)]+']\x20'+_0x719268+_0x1d21a2;})[_0x5e9b69(0xc1)](';\x20');}export function sortSuggestions(_0x41b3c7){const _0x27e958=_0x34f1;return _0x41b3c7[_0x27e958(0xc2)]((_0x3d3ed3,_0xcd05ee)=>_0x27e958(0xb0)==_0x3d3ed3[_0x27e958(0xc0)]&&_0x27e958(0xb0)!=_0xcd05ee[_0x27e958(0xc0)]?-0x1:_0x27e958(0xb0)!=_0x3d3ed3[_0x27e958(0xc0)]&&_0x27e958(0xb0)==_0xcd05ee[_0x27e958(0xc0)]?0x1:0x0);}export function getSelectedSuggestions(_0x226398,_0x2e4c23){const _0x156a28=_0x34f1,_0x102728=Array[_0x156a28(0xb8)](_0x226398[_0x156a28(0xce)]()),_0x1b452a=new Set();for(const _0x458e85 of _0x2e4c23)if(_0x458e85[_0x156a28(0xc4)]){for(const _0x418afb of _0x102728)for(const _0x56b86f of _0x458e85[_0x156a28(0xce)]())(_0x418afb[_0x156a28(0xc7)](_0x56b86f)||_0x226398[_0x156a28(0xb3)]&&!_0x458e85[_0x156a28(0xc8)]&&_0x458e85[_0x156a28(0xbd)]&&_0x56b86f[_0x156a28(0xae)][_0x156a28(0xcb)](_0x418afb[_0x156a28(0xbf)]))&&_0x1b452a[_0x156a28(0xc5)](_0x458e85);}return _0x1b452a;}function _0x466a(){const _0x25ad79=['splice','2637204lPiQko','createPositionBefore','3PKDyWg','from','schema','3839633KbNSSl','push','createPositionAt','next','251122hmOqKG','start','type','join','sort','map','isInContent','add','content','isIntersecting','isMultiRange','3093610ywHPvQ','14654448KeAiFU','isTouching','137978WVSEzo','value','getRanges','length','replace','4723722qMXJUo','isArray','change','color','createPositionAfter','\x20[color\x20','end','execute','deletion','createRange','isObject','isCollapsed'];_0x466a=function(){return _0x25ad79;};return _0x466a();}export function getRangesOfBlockGroups(_0x4d3b63,_0x4235e0){const _0x4a99db=_0x34f1;let _0x423eeb,_0x344a4e=0x0;const _0x146c1f=[],_0x2ce92a=_0x4235e0[_0x4a99db(0xb9)];for(;_0x344a4e<_0x4d3b63[_0x4a99db(0xcf)];){const _0x5e7802=_0x4d3b63[_0x344a4e],_0x3a556e=_0x4d3b63[_0x344a4e+0x1];_0x423eeb||(_0x423eeb=_0x4235e0[_0x4a99db(0xb6)](_0x5e7802)),co(_0x4235e0,_0x5e7802,_0x3a556e)||(_0x146c1f[_0x4a99db(0xbb)](_0x4235e0[_0x4a99db(0xb1)](_0x423eeb,_0x2ce92a[_0x4a99db(0xb2)](_0x5e7802)?_0x4235e0[_0x4a99db(0xac)](_0x5e7802):_0x4235e0[_0x4a99db(0xbc)](_0x5e7802,_0x4a99db(0xae)))),_0x423eeb=null),_0x344a4e++;}return _0x146c1f;}function co(_0x27708e,_0x6f613,_0x8f8f70){const _0x5bddaf=_0x34f1;if(!_0x8f8f70)return!0x1;const _0x37a072=_0x27708e[_0x5bddaf(0xac)](_0x6f613),_0x525833=_0x27708e[_0x5bddaf(0xb6)](_0x8f8f70);return _0x37a072[_0x5bddaf(0xcb)](_0x525833);}function _0x34f1(_0xfc95ab,_0x46ab90){const _0x466afb=_0x466a();return _0x34f1=function(_0x34f1d0,_0x308ed9){_0x34f1d0=_0x34f1d0-0xa8;let _0x3b86e4=_0x466afb[_0x34f1d0];return _0x3b86e4;},_0x34f1(_0xfc95ab,_0x46ab90);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x3676ca,_0x21efe0,_0x573f06){const _0x56e227=_0x34f1;for(;_0x573f06[_0x56e227(0xcf)];){const _0x3eaa69=_0x573f06[_0x56e227(0xb4)](0x0,0x64);_0x3676ca[_0x56e227(0xaa)](()=>{const _0x44c07f=_0x56e227;for(const _0x4db973 of _0x3eaa69)_0x4db973[_0x44c07f(0xc4)]&&_0x21efe0[_0x44c07f(0xaf)](_0x4db973['id']);});}}