@ckeditor/ckeditor5-track-changes 0.0.0-nightly-20240410.0 → 0.0.0-nightly-20240411.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/build/track-changes.js +1 -1
  2. package/build/translations/ar.js +1 -1
  3. package/build/translations/bg.js +1 -1
  4. package/build/translations/bn.js +1 -1
  5. package/build/translations/ca.js +1 -1
  6. package/build/translations/cs.js +1 -1
  7. package/build/translations/da.js +1 -1
  8. package/build/translations/de.js +1 -1
  9. package/build/translations/el.js +1 -1
  10. package/build/translations/es.js +1 -1
  11. package/build/translations/et.js +1 -1
  12. package/build/translations/fi.js +1 -1
  13. package/build/translations/fr.js +1 -1
  14. package/build/translations/he.js +1 -1
  15. package/build/translations/hi.js +1 -1
  16. package/build/translations/hu.js +1 -1
  17. package/build/translations/id.js +1 -1
  18. package/build/translations/it.js +1 -1
  19. package/build/translations/ja.js +1 -1
  20. package/build/translations/ko.js +1 -1
  21. package/build/translations/lt.js +1 -1
  22. package/build/translations/lv.js +1 -1
  23. package/build/translations/ms.js +1 -1
  24. package/build/translations/nl.js +1 -1
  25. package/build/translations/no.js +1 -1
  26. package/build/translations/pl.js +1 -1
  27. package/build/translations/pt-br.js +1 -1
  28. package/build/translations/pt.js +1 -1
  29. package/build/translations/ro.js +1 -1
  30. package/build/translations/ru.js +1 -1
  31. package/build/translations/sk.js +1 -1
  32. package/build/translations/sr.js +1 -1
  33. package/build/translations/sv.js +1 -1
  34. package/build/translations/th.js +1 -1
  35. package/build/translations/tr.js +1 -1
  36. package/build/translations/uk.js +1 -1
  37. package/build/translations/vi.js +1 -1
  38. package/build/translations/zh-cn.js +1 -1
  39. package/build/translations/zh.js +1 -1
  40. package/lang/translations/ar.po +1 -1
  41. package/lang/translations/bg.po +1 -1
  42. package/lang/translations/bn.po +1 -1
  43. package/lang/translations/ca.po +1 -1
  44. package/lang/translations/cs.po +1 -1
  45. package/lang/translations/da.po +1 -1
  46. package/lang/translations/de.po +1 -1
  47. package/lang/translations/el.po +1 -1
  48. package/lang/translations/es.po +1 -1
  49. package/lang/translations/et.po +1 -1
  50. package/lang/translations/fi.po +1 -1
  51. package/lang/translations/fr.po +1 -1
  52. package/lang/translations/he.po +1 -1
  53. package/lang/translations/hi.po +1 -1
  54. package/lang/translations/hu.po +1 -1
  55. package/lang/translations/id.po +1 -1
  56. package/lang/translations/it.po +1 -1
  57. package/lang/translations/ja.po +1 -1
  58. package/lang/translations/ko.po +1 -1
  59. package/lang/translations/lt.po +1 -1
  60. package/lang/translations/lv.po +1 -1
  61. package/lang/translations/ms.po +1 -1
  62. package/lang/translations/nl.po +1 -1
  63. package/lang/translations/no.po +1 -1
  64. package/lang/translations/pl.po +1 -1
  65. package/lang/translations/pt-br.po +1 -1
  66. package/lang/translations/pt.po +1 -1
  67. package/lang/translations/ro.po +1 -1
  68. package/lang/translations/ru.po +1 -1
  69. package/lang/translations/sk.po +1 -1
  70. package/lang/translations/sr.po +1 -1
  71. package/lang/translations/sv.po +1 -1
  72. package/lang/translations/th.po +1 -1
  73. package/lang/translations/tr.po +2 -2
  74. package/lang/translations/uk.po +1 -1
  75. package/lang/translations/vi.po +1 -1
  76. package/lang/translations/zh-cn.po +1 -1
  77. package/lang/translations/zh.po +1 -1
  78. package/package.json +3 -3
  79. package/src/commands/acceptsuggestioncommand.js +1 -1
  80. package/src/commands/discardsuggestioncommand.js +1 -1
  81. package/src/commands/executeonallsuggestionscommand.js +1 -1
  82. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  83. package/src/commands/trackchangescommand.js +1 -1
  84. package/src/index.js +1 -1
  85. package/src/integrations/aiassistant.js +1 -1
  86. package/src/integrations/alignment.js +1 -1
  87. package/src/integrations/basicstyles.js +1 -1
  88. package/src/integrations/blockquote.js +1 -1
  89. package/src/integrations/casechange.js +1 -1
  90. package/src/integrations/ckbox.js +1 -1
  91. package/src/integrations/codeblock.js +1 -1
  92. package/src/integrations/comments.js +1 -1
  93. package/src/integrations/deletecommand.js +1 -1
  94. package/src/integrations/entercommand.js +1 -1
  95. package/src/integrations/findandreplace.js +1 -1
  96. package/src/integrations/font.js +1 -1
  97. package/src/integrations/formatpainter.js +1 -1
  98. package/src/integrations/heading.js +1 -1
  99. package/src/integrations/highlight.js +1 -1
  100. package/src/integrations/horizontalline.js +1 -1
  101. package/src/integrations/htmlembed.js +1 -1
  102. package/src/integrations/image.js +1 -1
  103. package/src/integrations/imagereplace.js +1 -1
  104. package/src/integrations/imagestyle.js +1 -1
  105. package/src/integrations/importword.js +1 -1
  106. package/src/integrations/indent.js +1 -1
  107. package/src/integrations/inputcommand.js +1 -1
  108. package/src/integrations/legacylist.js +1 -1
  109. package/src/integrations/legacylistproperties.js +1 -1
  110. package/src/integrations/link.js +1 -1
  111. package/src/integrations/list.js +1 -1
  112. package/src/integrations/listproperties.js +1 -1
  113. package/src/integrations/mediaembed.js +1 -1
  114. package/src/integrations/mention.js +1 -1
  115. package/src/integrations/multilevellist.js +1 -1
  116. package/src/integrations/pagebreak.js +1 -1
  117. package/src/integrations/paragraph.js +1 -1
  118. package/src/integrations/removeformat.js +1 -1
  119. package/src/integrations/restrictededitingmode.js +1 -1
  120. package/src/integrations/shiftentercommand.js +1 -1
  121. package/src/integrations/standardeditingmode.js +1 -1
  122. package/src/integrations/style.js +1 -1
  123. package/src/integrations/table.js +1 -1
  124. package/src/integrations/tablecaption.js +1 -1
  125. package/src/integrations/tableclipboard.js +1 -1
  126. package/src/integrations/tablecolumnresize.js +1 -1
  127. package/src/integrations/tableheadings.js +1 -1
  128. package/src/integrations/tablemergesplit.js +1 -1
  129. package/src/integrations/tableofcontents.js +1 -1
  130. package/src/integrations/tableproperties.js +1 -1
  131. package/src/integrations/template.js +1 -1
  132. package/src/integrations/title.js +1 -1
  133. package/src/integrations/undo.js +1 -1
  134. package/src/integrations/utils.js +1 -1
  135. package/src/suggestion.js +1 -1
  136. package/src/suggestiondescriptionfactory.js +1 -1
  137. package/src/trackchanges.js +1 -1
  138. package/src/trackchangesdata.js +1 -1
  139. package/src/trackchangesediting.js +1 -1
  140. package/src/trackchangesui.js +1 -1
  141. package/src/ui/suggestioncontroller.js +1 -1
  142. package/src/ui/view/basesuggestionthreadview.js +1 -1
  143. package/src/ui/view/suggestionthreadview.js +1 -1
  144. package/src/utils/common-translations.js +1 -1
  145. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x2dd59=_0x1999;(function(_0x30aae9,_0x490f0e){const _0x59f603=_0x1999,_0x3c061a=_0x30aae9();while(!![]){try{const _0x297774=-parseInt(_0x59f603(0xc8))/0x1*(-parseInt(_0x59f603(0x13b))/0x2)+-parseInt(_0x59f603(0xdb))/0x3+-parseInt(_0x59f603(0xb6))/0x4+-parseInt(_0x59f603(0x102))/0x5*(parseInt(_0x59f603(0xc6))/0x6)+parseInt(_0x59f603(0xd8))/0x7*(parseInt(_0x59f603(0x134))/0x8)+-parseInt(_0x59f603(0x12b))/0x9*(parseInt(_0x59f603(0x11f))/0xa)+parseInt(_0x59f603(0x136))/0xb;if(_0x297774===_0x490f0e)break;else _0x3c061a['push'](_0x3c061a['shift']());}catch(_0x4343ce){_0x3c061a['push'](_0x3c061a['shift']());}}}(_0x1404,0xc69ae));import{Plugin as _0x9d2f04}from'ckeditor5/src/core.js';import{Collection as _0x35b9f6}from'ckeditor5/src/utils.js';import{addListToDropdown as _0x23d36e,createDropdown as _0x4c9e9a,ListSeparatorView as _0x16c0c3,MenuBarMenuView as _0x19a7a5,MenuBarMenuListView as _0x1c48cb,MenuBarMenuListItemView as _0x45f16c,MenuBarMenuListItemButtonView as _0x472e32,SplitButtonView as _0x31aaf8,ViewModel as _0x1c3a57}from'ckeditor5/src/ui.js';import{Users as _0x2c769d,getDateTimeFormatter as _0x22902a,getAllMarkersDomElementsSorted as _0x3cac47}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x3181a3 from'./trackchangesediting.js';import _0x28af5d from'./ui/suggestioncontroller.js';import _0x3e009e from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x2c194b}from'./utils/common-translations.js';import _0x505083 from'../theme/icons/track-changes.svg';function _0x1999(_0x416107,_0x2a8157){const _0x140481=_0x1404();return _0x1999=function(_0x19995b,_0x2d0e76){_0x19995b=_0x19995b-0xb0;let _0x40f6aa=_0x140481[_0x19995b];return _0x40f6aa;},_0x1999(_0x416107,_0x2a8157);}export default class d extends _0x9d2f04{static get[_0x2dd59(0x12f)](){const _0x368657=_0x2dd59;return[_0x3181a3,_0x2c769d,_0x368657(0x118),_0x368657(0x130),_0x368657(0xd4)];}static get[_0x2dd59(0xfd)](){const _0x2734c8=_0x2dd59;return _0x2734c8(0xc0);}constructor(_0xdb4eb7){const _0x546675=_0x2dd59;super(_0xdb4eb7),this[_0x546675(0xbd)]=new Map(),this[_0x546675(0x109)]=new Map(),this[_0x546675(0xd5)]=new Map(),this[_0x546675(0x110)]=new Map();const _0xf43533=this[_0x546675(0xe0)][_0x546675(0x107)];_0xf43533[_0x546675(0x11e)](_0x546675(0xd6),_0x3e009e),_0xf43533[_0x546675(0x11e)](_0x546675(0xfe),!0x1),this[_0x546675(0xed)]=_0xf43533[_0x546675(0xbe)](_0x546675(0xfe));}[_0x2dd59(0xce)](_0x33abc7,_0x5cfc45){const _0x38935b=_0x2dd59;0x0===this[_0x38935b(0x110)][_0x38935b(0x12e)]&&setTimeout(()=>{const _0x16ecbf=_0x38935b;for(const [_0x22b455,_0x44d650]of this[_0x16ecbf(0x110)]){const _0x50b5eb=this[_0x16ecbf(0xbd)][_0x16ecbf(0x108)](_0x22b455);_0x50b5eb||_0x44d650?_0x50b5eb&&_0x44d650&&this[_0x16ecbf(0xff)](_0x22b455):this[_0x16ecbf(0xe8)](_0x22b455);}this[_0x16ecbf(0x110)][_0x16ecbf(0xea)](),this[_0x16ecbf(0xe0)][_0x16ecbf(0xca)][_0x16ecbf(0xbe)](_0x16ecbf(0xd4))[_0x16ecbf(0x128)](),this[_0x16ecbf(0xda)]();},0xa),this[_0x38935b(0x110)][_0x38935b(0x12c)](_0x33abc7,_0x5cfc45);}[_0x2dd59(0x132)](){const _0x385692=_0x2dd59,_0x704ae1=this[_0x385692(0xe0)],_0x4a7a0d=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0xe2)),_0x52bbcf=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0x130)),_0x30f822=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0xd4)),_0x355fbf=_0x704ae1[_0x385692(0xca)][_0x385692(0xbe)](_0x385692(0x118));this[_0x385692(0xe3)](),_0x30f822[_0x385692(0xb2)](()=>{const _0x15f249=_0x385692,_0x9f4873=[];for(const [_0xf37d51,_0x16740a]of Array[_0x15f249(0xe1)](this[_0x15f249(0xbd)])){const _0x996701=_0xf37d51[_0x15f249(0xef)](),_0x8d9e3a=[];for(const _0x394345 of _0x996701){if(!_0x394345[_0x15f249(0x131)])continue;if(_0x394345[_0x15f249(0x113)]){_0x8d9e3a[_0x15f249(0x117)](..._0x394345[_0x15f249(0xfb)]());continue;}const _0x3e0160=_0x394345[_0x15f249(0x10f)]();if(_0x8d9e3a[_0x15f249(0xd2)]>0x0){const _0x3b15a8=_0x8d9e3a[0x0][_0x15f249(0xb7)](_0x3e0160);if(_0x3b15a8){_0x8d9e3a[0x0]=_0x3b15a8;continue;}}_0x8d9e3a[_0x15f249(0x117)](_0x3e0160);}_0x9f4873[_0x15f249(0x117)]([_0x16740a[_0x15f249(0x112)],_0x8d9e3a]);}return _0x9f4873;}),this[_0x385692(0x105)](_0x4a7a0d,_0x385692(0xcc),(_0x3a95c7,_0x482360)=>{const _0x299c57=_0x385692;this[_0x299c57(0x105)](_0x482360,_0x299c57(0x115),(_0x29da4a,_0x567690,_0x12f70d,_0x4eb296)=>{const _0xe36083=_0x299c57;_0x482360[_0xe36083(0x131)]&&(null==_0x12f70d?(this[_0xe36083(0xc5)](_0x4eb296[_0xe36083(0xb3)]),this[_0xe36083(0xce)](_0x482360,!0x1)):(this[_0xe36083(0xc5)](_0x12f70d[_0xe36083(0xb3)]),null==_0x4eb296&&this[_0xe36083(0xce)](_0x482360,!0x0)));}),null!==_0x482360[_0x299c57(0xc4)]?this[_0x299c57(0xc5)](_0x482360[_0x299c57(0xb3)]):this[_0x299c57(0xce)](_0x482360,!0x1);}),this[_0x385692(0x105)](_0x4a7a0d,_0x385692(0xf7),(_0x22b03f,_0x396bd6,_0x2fcd88)=>{const _0xbb93a3=_0x385692;this[_0xbb93a3(0x13e)](_0x396bd6,_0xbb93a3(0x115)),this[_0xbb93a3(0x110)][_0xbb93a3(0xfc)](_0x396bd6),this[_0xbb93a3(0xbd)][_0xbb93a3(0x108)](_0x396bd6)&&this[_0xbb93a3(0xff)](_0x396bd6),_0x2fcd88&&this[_0xbb93a3(0xc5)](_0x2fcd88[_0xbb93a3(0xb3)]);}),this[_0x385692(0x105)](_0x4a7a0d,_0x385692(0x11b),(_0x4ab1d6,_0x96c9f2)=>{const _0x3b239c=_0x385692;this[_0x3b239c(0xc5)](_0x96c9f2);}),this[_0x385692(0x105)](_0x52bbcf,_0x385692(0x135),()=>{const _0x425342=_0x385692;this[_0x425342(0xda)]();}),this[_0x385692(0x105)](_0x355fbf,_0x385692(0xf1),(_0x33c9c4,{threadId:_0x402515,isFromAdapter:_0x4b73fc})=>{const _0x3021ec=_0x385692;if(_0x4b73fc||!_0x4a7a0d[_0x3021ec(0xf2)](_0x402515))return;const _0x181228=_0x4a7a0d[_0x3021ec(0x11d)](_0x402515);this[_0x3021ec(0xbd)][_0x3021ec(0xbe)](_0x181228)[_0x3021ec(0x112)][_0x3021ec(0xc2)]();},{'priority':_0x385692(0xdc)});}[_0x2dd59(0xda)](){const _0x1b0138=_0x2dd59,_0x25a7f6=this[_0x1b0138(0xe0)][_0x1b0138(0xca)][_0x1b0138(0xbe)](_0x1b0138(0x130)),_0x12fe0d=this[_0x1b0138(0xe0)][_0x1b0138(0xca)][_0x1b0138(0xbe)](_0x1b0138(0xe2)),_0xc72e59=Array[_0x1b0138(0xe1)](_0x25a7f6[_0x1b0138(0x116)],_0x3019f2=>_0x3019f2[_0x1b0138(0xd9)])[_0x1b0138(0xcd)](_0x3ec68f=>this[_0x1b0138(0x109)][_0x1b0138(0x108)](_0x3ec68f)),_0x891c61=[];for(const _0x147b36 of _0xc72e59){const _0x2b6cfc=this[_0x1b0138(0x109)][_0x1b0138(0xbe)](_0x147b36)[_0x1b0138(0x13c)][_0x1b0138(0xef)]();_0x891c61[_0x1b0138(0x117)](..._0x2b6cfc[_0x1b0138(0xe4)]((_0xe4ccc3,_0x5c571b)=>[..._0xe4ccc3,..._0x5c571b[_0x1b0138(0x13d)]()],[]));}_0x12fe0d[_0x1b0138(0xb0)]=_0x891c61;}[_0x2dd59(0xe3)](){const _0x57195b=_0x2dd59,_0x4d5d33=this[_0x57195b(0xe0)],_0x5529c5=_0x4d5d33[_0x57195b(0xb9)],_0x7f7b22=_0x2c194b(_0x5529c5,_0x57195b(0xf8)),_0x4b4a34=new _0x35b9f6([{'type':_0x57195b(0x125),'model':new _0x1c3a57({'withText':!0x0,'label':_0x7f7b22,'commandName':_0x57195b(0x11c)})},{'type':_0x57195b(0xeb)},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0x123)),'commandName':_0x57195b(0x137)})},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0x10a)),'commandName':_0x57195b(0xd3)})},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0x126)),'commandName':_0x57195b(0x10d)})},{'type':_0x57195b(0xf6),'model':new _0x1c3a57({'withText':!0x0,'label':_0x2c194b(_0x5529c5,_0x57195b(0xe6)),'commandName':_0x57195b(0x12a)})}]);for(const _0x42ef2b of _0x4b4a34)if(ae(_0x42ef2b)){const _0x229742=_0x4d5d33[_0x57195b(0xd7)][_0x57195b(0xbe)](_0x42ef2b[_0x57195b(0x13c)][_0x57195b(0xdd)]);_0x42ef2b[_0x57195b(0x13c)][_0x57195b(0x138)](_0x57195b(0xe5),_0x57195b(0xd0))['to'](_0x229742,_0x57195b(0xbb),_0x57195b(0xd0));}_0x4d5d33['ui'][_0x57195b(0x139)][_0x57195b(0x100)](_0x57195b(0x11c),_0x5544c1=>this[_0x57195b(0xee)](_0x5544c1,_0x4b4a34,_0x7f7b22)),_0x4d5d33['ui'][_0x57195b(0x139)][_0x57195b(0x100)](_0x57195b(0x120),_0x42cfb7=>this[_0x57195b(0xb8)](_0x42cfb7,_0x4b4a34,_0x7f7b22));}[_0x2dd59(0xee)](_0x120ff3,_0xf397cf,_0x252981){const _0x4b7de7=_0x2dd59,_0x133cca=_0x4c9e9a(_0x120ff3,_0x31aaf8),_0x35c47a=this[_0x4b7de7(0xe0)][_0x4b7de7(0xd7)][_0x4b7de7(0xbe)](_0x4b7de7(0x11c));_0x133cca[_0x4b7de7(0x10c)][_0x4b7de7(0x12c)]({'tooltip':_0x252981,'label':_0x252981,'icon':_0x505083}),_0x133cca[_0x4b7de7(0x10c)][_0x4b7de7(0x138)](_0x4b7de7(0xe5))['to'](_0x35c47a,_0x4b7de7(0xbb)),_0x133cca[_0x4b7de7(0x10c)]['on'](_0x4b7de7(0xf9),()=>{const _0x4d8427=_0x4b7de7;_0x35c47a[_0x4d8427(0xf9)](),this[_0x4d8427(0xe0)][_0x4d8427(0x103)][_0x4d8427(0x112)][_0x4d8427(0xc2)]();}),_0x23d36e(_0x133cca,_0xf397cf);const _0x2d59b9=[];for(const _0x2d8cee of _0xf397cf)ae(_0x2d8cee)&&_0x2d59b9[_0x4b7de7(0x117)](this[_0x4b7de7(0xe0)][_0x4b7de7(0xd7)][_0x4b7de7(0xbe)](_0x2d8cee[_0x4b7de7(0x13c)][_0x4b7de7(0xdd)]));const _0x5621f5=_0x133cca[_0x4b7de7(0x10c)];return _0x5621f5[_0x4b7de7(0xe7)][_0x4b7de7(0xcb)](_0x4b7de7(0xd0)),_0x5621f5[_0x4b7de7(0x111)][_0x4b7de7(0xcb)](_0x4b7de7(0xd0)),_0x5621f5[_0x4b7de7(0xe7)][_0x4b7de7(0x138)](_0x4b7de7(0xd0))['to'](_0x35c47a,_0x4b7de7(0xd0)),_0x5621f5[_0x4b7de7(0x111)][_0x4b7de7(0x138)](_0x4b7de7(0xd0))[_0x4b7de7(0x10b)](_0x2d59b9,_0x4b7de7(0xd0),(..._0x5abc89)=>_0x5abc89[_0x4b7de7(0x124)](_0x4f62ce=>_0x4f62ce)),_0x133cca['on'](_0x4b7de7(0xf9),_0xf9df82=>{const _0x3ee9e6=_0x4b7de7;this[_0x3ee9e6(0xe0)][_0x3ee9e6(0xf9)](_0xf9df82[_0x3ee9e6(0xc9)][_0x3ee9e6(0xdd)]),this[_0x3ee9e6(0xe0)][_0x3ee9e6(0x103)][_0x3ee9e6(0x112)][_0x3ee9e6(0xc2)]();}),_0x133cca;}[_0x2dd59(0xb8)](_0xefb344,_0x76260a,_0x10e9ae){const _0x587270=_0x2dd59,_0x3336bb=new _0x19a7a5(_0xefb344),_0x3368aa=this[_0x587270(0xe0)][_0x587270(0xd7)][_0x587270(0xbe)](_0x587270(0x11c));_0x3336bb[_0x587270(0x10c)][_0x587270(0x12c)]({'label':_0x10e9ae,'icon':_0x505083});const _0x298dbd=new _0x1c48cb(_0xefb344);for(const _0x4eaeb2 of _0x76260a){if(_0x587270(0xeb)==_0x4eaeb2[_0x587270(0xc3)]){_0x298dbd[_0x587270(0xfa)][_0x587270(0x100)](new _0x16c0c3(_0xefb344));continue;}const _0x310442=new _0x45f16c(_0xefb344,_0x3336bb),_0x461fc5=new _0x472e32(_0xefb344),_0x538b5c=_0x4eaeb2[_0x587270(0x13c)];_0x461fc5[_0x587270(0x138)](...Object[_0x587270(0xe9)](_0x538b5c))['to'](_0x538b5c),_0x461fc5[_0x587270(0xba)](_0x587270(0xf9))['to'](_0x3336bb),_0x461fc5['on'](_0x587270(0xf9),()=>{const _0xb4ce44=_0x587270;this[_0xb4ce44(0xe0)][_0xb4ce44(0xf9)](_0x538b5c[_0xb4ce44(0xdd)]),this[_0xb4ce44(0xe0)][_0xb4ce44(0x103)][_0xb4ce44(0x112)][_0xb4ce44(0xc2)]();}),_0x310442[_0x587270(0xde)][_0x587270(0x100)](_0x461fc5),_0x298dbd[_0x587270(0xfa)][_0x587270(0x100)](_0x310442);}return _0x3336bb[_0x587270(0x138)](_0x587270(0xd0))['to'](_0x3368aa,_0x587270(0xd0)),_0x3336bb[_0x587270(0x127)][_0x587270(0xde)][_0x587270(0x100)](_0x298dbd),_0x3336bb;}[_0x2dd59(0xe8)](_0x2259a2){const _0x1db11c=_0x2dd59,_0x3938ba=this[_0x1db11c(0xe0)],_0x3a5492=_0x3938ba[_0x1db11c(0x107)],_0x32d202=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0x130)),_0x1b87f=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0x118)),_0x5e992e=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0xd4)),_0x575fa6=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x2c769d)['me'],_0x331e1b=_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x11c))[_0x1db11c(0x114)],{CommentsListView:_0x2f3055,CommentThreadInputView:_0x5afc68}=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0xbf));let _0x1397b2,_0x4620f9;this[_0x1db11c(0xd5)][_0x1db11c(0x108)](_0x2259a2['id'])?(_0x4620f9=this[_0x1db11c(0xd5)][_0x1db11c(0xbe)](_0x2259a2['id']),_0x1397b2=_0x4620f9[_0x1db11c(0x133)]):(_0x1397b2=new _0x331e1b(_0x3938ba[_0x1db11c(0xb9)],_0x2259a2,_0x575fa6,{'disableComments':this[_0x1db11c(0xed)],'editorConfig':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0xbc)),'maxCommentsWhenCollapsed':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x11a)),'maxThreadTotalWeight':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0xf0)),'maxCommentCharsWhenCollapsed':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x104)),'formatDateTime':_0x22902a(_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0xb9))),'CommentView':_0x3a5492[_0x1db11c(0xbe)](_0x1db11c(0x12d))[_0x1db11c(0xb5)],'CommentsListView':_0x2f3055,'CommentThreadInputView':_0x5afc68}),_0x1397b2[_0x1db11c(0x119)]['on'](_0x1db11c(0xf9),()=>{const _0x186fd5=_0x1db11c;_0x3938ba[_0x186fd5(0x103)][_0x186fd5(0x112)][_0x186fd5(0xc2)]();}),_0x1397b2[_0x1db11c(0xdf)]['on'](_0x1db11c(0xf9),()=>{const _0x3a89be=_0x1db11c;_0x3938ba[_0x3a89be(0x103)][_0x3a89be(0x112)][_0x3a89be(0xc2)]();}),_0x4620f9=_0x32d202[_0x1db11c(0x121)](this[_0x1db11c(0xe0)][_0x1db11c(0xb9)],_0x1397b2),_0x4620f9[_0x1db11c(0x138)](_0x1db11c(0xf5))['to'](_0x1397b2,_0x1db11c(0xf5)),_0x4620f9[_0x1db11c(0x138)](_0x1db11c(0xd2))['to'](_0x1397b2),_0x4620f9[_0x1db11c(0x138)](_0x1db11c(0xc3))['to'](_0x1397b2,_0x1db11c(0xc3),_0x3a0f1f=>_0x1db11c(0xf4)+_0x3a0f1f),this[_0x1db11c(0xd5)][_0x1db11c(0x12c)](_0x2259a2['id'],_0x4620f9));const _0xb49d56=_0x1b87f[_0x1db11c(0x13a)](_0x2259a2[_0x1db11c(0xc7)],_0x1397b2),_0x3e7407=new _0x28af5d(_0x3938ba,_0x2259a2,_0x1397b2,_0xb49d56),_0x1d83fc=_0x2259a2[_0x1db11c(0xef)]()[_0x1db11c(0xcd)](_0x112519=>_0x112519[_0x1db11c(0x131)]);_0x1397b2[_0x1db11c(0x10e)]=_0x3938ba[_0x1db11c(0xca)][_0x1db11c(0xbe)](_0x1db11c(0xe2))[_0x1db11c(0xf3)][_0x1db11c(0x101)](_0x1d83fc),this[_0x1db11c(0xbd)][_0x1db11c(0x12c)](_0x2259a2,_0x3e7407),this[_0x1db11c(0x109)][_0x1db11c(0x12c)](_0x1397b2,_0x3e7407);const _0x4059da=_0x32d202[_0x1db11c(0x129)]({'view':_0x4620f9,'target':()=>{const _0x4c51fc=_0x1db11c,_0x23ae9e=[],_0x55640a=_0x2259a2[_0x4c51fc(0xef)]()[_0x4c51fc(0xcd)](_0x174afe=>_0x174afe[_0x4c51fc(0x131)]);for(const _0x14e720 of _0x55640a)_0x23ae9e[_0x4c51fc(0x117)](..._0x14e720[_0x4c51fc(0xb4)]());return _0x3cac47(_0x3938ba[_0x4c51fc(0x103)],_0x23ae9e);},'type':()=>_0x1db11c(0xf4)+_0x3e7407[_0x1db11c(0x112)][_0x1db11c(0xc3)]});_0x1b87f[_0x1db11c(0xb1)](_0x1397b2,_0x4059da),_0x32d202[_0x1db11c(0x100)](_0x4059da),_0x5e992e[_0x1db11c(0xcf)](_0x4059da);}[_0x2dd59(0xff)](_0x4bfcc6){const _0x5a9bca=_0x2dd59,_0x119f15=this[_0x5a9bca(0xe0)][_0x5a9bca(0xca)][_0x5a9bca(0xbe)](_0x5a9bca(0x118)),_0x1a4658=this[_0x5a9bca(0xe0)][_0x5a9bca(0xca)][_0x5a9bca(0xbe)](_0x5a9bca(0x130)),_0x448595=this[_0x5a9bca(0xbd)][_0x5a9bca(0xbe)](_0x4bfcc6),_0x52462b=_0x448595[_0x5a9bca(0x112)],_0x2374f4=_0x1a4658[_0x5a9bca(0xec)](_0x52462b);_0x119f15[_0x5a9bca(0x106)](_0x52462b),_0x2374f4&&_0x1a4658[_0x5a9bca(0x122)](_0x2374f4),this[_0x5a9bca(0xbd)][_0x5a9bca(0xfc)](_0x4bfcc6),this[_0x5a9bca(0x109)][_0x5a9bca(0xfc)](_0x52462b),_0x448595[_0x5a9bca(0xd1)]();}[_0x2dd59(0xc5)](_0x53d743){const _0x583d20=_0x2dd59;if(!_0x53d743[_0x583d20(0x131)]||!this[_0x583d20(0xbd)][_0x583d20(0x108)](_0x53d743))return;const _0x2d17fb=this[_0x583d20(0xe0)][_0x583d20(0xca)][_0x583d20(0xbe)](_0x583d20(0xe2)),_0x32e9c8=this[_0x583d20(0xbd)][_0x583d20(0xbe)](_0x53d743),_0x4ff2d2=_0x53d743[_0x583d20(0xef)]();_0x32e9c8[_0x583d20(0x112)][_0x583d20(0x10e)]=_0x2d17fb[_0x583d20(0xf3)][_0x583d20(0x101)](_0x4ff2d2);}[_0x2dd59(0xd1)](){const _0x1fdcc9=_0x2dd59;for(const _0x4941f4 of this[_0x1fdcc9(0xbd)][_0x1fdcc9(0xe9)]())this[_0x1fdcc9(0xff)](_0x4941f4);for(const _0x59a313 of this[_0x1fdcc9(0xd5)][_0x1fdcc9(0xc1)]())_0x59a313[_0x1fdcc9(0x133)][_0x1fdcc9(0xd1)]();super[_0x1fdcc9(0xd1)]();}}function _0x1404(){const _0x287c79=['getAllAdjacentSuggestions','comments.maxThreadTotalWeight','addComment','hasSuggestion','_descriptionFactory','suggestion-','isDirty','button','suggestionUnloaded','Track\x20changes','execute','items','getRanges','delete','pluginName','trackChanges.disableComments','_destroyController','add','getDescriptions','5JiuPCX','editing','comments.maxCommentCharsWhenCollapsed','listenTo','_unbindEditors','config','has','_viewToController','Accept\x20all\x20selected\x20suggestions','toMany','buttonView','discardAllSuggestions','descriptionParts','getFirstRange','_handleControllerBuffer','arrowView','view','isMultiRange','SuggestionThreadView','change:previous','activeAnnotations','push','CommentsRepository','acceptButton','comments.maxCommentsWhenCollapsed','suggestionChanged','trackChanges','getSuggestion','define','10otNzkT','menuBar:trackChanges','createAnnotationView','remove','Accept\x20all\x20suggestions','some','switchbutton','Discard\x20all\x20suggestions','panelView','refreshSelectedViews','createAnnotation','discardSelectedSuggestions','11430297LBMeGo','set','comments','size','requires','Annotations','isInContent','init','mainView','8WecGEG','change:activeAnnotations','45401257pnUZJe','acceptAllSuggestions','bind','componentFactory','createCommentThreadController','1238HXJlnS','model','getMarkerNames','stopListening','activeMarkers','_bindAnnotationToEditors','addSourceCollector','head','getMarkers','CommentView','5510728IChfKb','getJoined','_createMenuBarMenu','locale','delegate','value','comments.editorConfig','_suggestionToController','get','CommentsUI','TrackChangesUI','values','focus','type','previous','_updateController','7067208fSwJBn','commentThread','1061mCXtfr','source','plugins','unbind','suggestionLoaded','filter','_handleSuggestionControllerDelayed','registerAnnotation','isEnabled','destroy','length','acceptSelectedSuggestions','EditorAnnotations','_annotationViews','trackChanges.SuggestionThreadView','commands','6718131AKErJp','innerView','_refreshActiveMarkers','3314430TUZpfE','lowest','commandName','children','discardButton','editor','from','TrackChangesEditing','_addUIComponentsToFactory','reduce','isOn','Discard\x20all\x20selected\x20suggestions','actionView','_initializeController','keys','clear','separator','getByInnerView','_disableComments','_createToolbarButton'];_0x1404=function(){return _0x287c79;};return _0x1404();}function ae(_0x294fb2){const _0x3ab6f8=_0x2dd59;return _0x3ab6f8(0x13c)in _0x294fb2;}
23
+ const _0x55feaf=_0x31c8;(function(_0x34fa02,_0x22aa29){const _0x57289d=_0x31c8,_0x2e1554=_0x34fa02();while(!![]){try{const _0x4b6a65=-parseInt(_0x57289d(0xb3))/0x1*(parseInt(_0x57289d(0x9a))/0x2)+parseInt(_0x57289d(0xa3))/0x3*(parseInt(_0x57289d(0xac))/0x4)+-parseInt(_0x57289d(0xd3))/0x5+parseInt(_0x57289d(0xb0))/0x6+parseInt(_0x57289d(0xb1))/0x7+parseInt(_0x57289d(0xe3))/0x8*(parseInt(_0x57289d(0xb9))/0x9)+-parseInt(_0x57289d(0xd0))/0xa;if(_0x4b6a65===_0x22aa29)break;else _0x2e1554['push'](_0x2e1554['shift']());}catch(_0x897660){_0x2e1554['push'](_0x2e1554['shift']());}}}(_0x349f,0x578ac));function _0x31c8(_0x5782e6,_0x2bfdfe){const _0x349f27=_0x349f();return _0x31c8=function(_0x31c853,_0x3eff2f){_0x31c853=_0x31c853-0x84;let _0x5480c0=_0x349f27[_0x31c853];return _0x5480c0;},_0x31c8(_0x5782e6,_0x2bfdfe);}import{Plugin as _0x1f61f4}from'ckeditor5/src/core.js';import{Collection as _0x3f3232}from'ckeditor5/src/utils.js';function _0x349f(){const _0x3e391d=['TrackChangesEditing','innerView','mainView','addComment','activeAnnotations','values','commandName','comments.maxCommentCharsWhenCollapsed','_createMenuBarMenu','_createToolbarButton','comments.maxCommentsWhenCollapsed','comments.maxThreadTotalWeight','editor','filter','_initializeController','trackChanges.SuggestionThreadView','length','hasSuggestion','commands','get','discardButton','previous','getRanges','_destroyController','_viewToController','getMarkerNames','button','getFirstRange','suggestionChanged','reduce','createAnnotation','discardAllSuggestions','suggestionLoaded','acceptAllSuggestions','Annotations','has','getSuggestion','_descriptionFactory','activeMarkers','some','init','isMultiRange','value','_addUIComponentsToFactory','426026CsifKZ','Discard\x20all\x20suggestions','isEnabled','getAllAdjacentSuggestions','panelView','CommentsUI','comments','locale','trackChanges.disableComments','167814cjOflR','view','_unbindEditors','bind','destroy','actionView','add','getDescriptions','unbind','12GtPuUF','_handleSuggestionControllerDelayed','lowest','config','1611942AUauLf','5015234kMyJPd','registerAnnotation','2aHexqf','refreshSelectedViews','acceptButton','descriptionParts','listenTo','head','18arjolQ','execute','arrowView','isInContent','buttonView','separator','componentFactory','commentThread','isOn','_annotationViews','pluginName','_handleControllerBuffer','model','getJoined','keys','addSourceCollector','delegate','getMarkers','change:activeAnnotations','EditorAnnotations','stopListening','_bindAnnotationToEditors','items','2905370SNLHAR','_disableComments','change:previous','1833380ZMNnIt','discardSelectedSuggestions','requires','suggestionUnloaded','trackChanges','from','source','set','editing','_updateController','createAnnotationView','Track\x20changes','toMany','acceptSelectedSuggestions','getByInnerView','children','1155512uCVVzt','Discard\x20all\x20selected\x20suggestions','Accept\x20all\x20selected\x20suggestions','_suggestionToController','size','type','plugins','clear','createCommentThreadController','isDirty','define','comments.editorConfig','SuggestionThreadView','remove','switchbutton','Accept\x20all\x20suggestions','CommentView','suggestion-','TrackChangesUI','push','_refreshActiveMarkers','focus','delete','CommentsRepository','menuBar:trackChanges'];_0x349f=function(){return _0x3e391d;};return _0x349f();}import{addListToDropdown as _0x2d6a7c,createDropdown as _0x17b616,ListSeparatorView as _0x433be0,MenuBarMenuView as _0xbe94cd,MenuBarMenuListView as _0x205f21,MenuBarMenuListItemView as _0x272bee,MenuBarMenuListItemButtonView as _0x25765c,SplitButtonView as _0x1788c7,ViewModel as _0x4f2832}from'ckeditor5/src/ui.js';import{Users as _0x55a307,getDateTimeFormatter as _0x535700,getAllMarkersDomElementsSorted as _0x423e2a}from'ckeditor5-collaboration/src/collaboration-core.js';import _0x4ab17f from'./trackchangesediting.js';import _0x36097c from'./ui/suggestioncontroller.js';import _0x39a443 from'./ui/view/suggestionthreadview.js';import{getTranslation as _0x249a73}from'./utils/common-translations.js';import _0x4c891f from'../theme/icons/track-changes.svg';export default class d extends _0x1f61f4{static get[_0x55feaf(0xd5)](){const _0x13fa21=_0x55feaf;return[_0x4ab17f,_0x55a307,_0x13fa21(0xfa),_0x13fa21(0x90),_0x13fa21(0xcc)];}static get[_0x55feaf(0xc3)](){const _0x35c5fb=_0x55feaf;return _0x35c5fb(0xf5);}constructor(_0x3aec07){const _0x551636=_0x55feaf;super(_0x3aec07),this[_0x551636(0xe6)]=new Map(),this[_0x551636(0x86)]=new Map(),this[_0x551636(0xc2)]=new Map(),this[_0x551636(0xc4)]=new Map();const _0x5bf859=this[_0x551636(0x108)][_0x551636(0xaf)];_0x5bf859[_0x551636(0xed)](_0x551636(0x10b),_0x39a443),_0x5bf859[_0x551636(0xed)](_0x551636(0xa2),!0x1),this[_0x551636(0xd1)]=_0x5bf859[_0x551636(0x10f)](_0x551636(0xa2));}[_0x55feaf(0xad)](_0x407a27,_0x277703){const _0x7b41dd=_0x55feaf;0x0===this[_0x7b41dd(0xc4)][_0x7b41dd(0xe7)]&&setTimeout(()=>{const _0x359215=_0x7b41dd;for(const [_0xb9a046,_0x4c1ded]of this[_0x359215(0xc4)]){const _0xc558b4=this[_0x359215(0xe6)][_0x359215(0x91)](_0xb9a046);_0xc558b4||_0x4c1ded?_0xc558b4&&_0x4c1ded&&this[_0x359215(0x85)](_0xb9a046):this[_0x359215(0x10a)](_0xb9a046);}this[_0x359215(0xc4)][_0x359215(0xea)](),this[_0x359215(0x108)][_0x359215(0xe9)][_0x359215(0x10f)](_0x359215(0xcc))[_0x359215(0xb4)](),this[_0x359215(0xf7)]();},0xa),this[_0x7b41dd(0xc4)][_0x7b41dd(0xda)](_0x407a27,_0x277703);}[_0x55feaf(0x96)](){const _0x166ef0=_0x55feaf,_0x3b42a4=this[_0x166ef0(0x108)],_0x47cd28=_0x3b42a4[_0x166ef0(0xe9)][_0x166ef0(0x10f)](_0x166ef0(0xfc)),_0x15a3d3=_0x3b42a4[_0x166ef0(0xe9)][_0x166ef0(0x10f)](_0x166ef0(0x90)),_0x123d0b=_0x3b42a4[_0x166ef0(0xe9)][_0x166ef0(0x10f)](_0x166ef0(0xcc)),_0x266692=_0x3b42a4[_0x166ef0(0xe9)][_0x166ef0(0x10f)](_0x166ef0(0xfa));this[_0x166ef0(0x99)](),_0x123d0b[_0x166ef0(0xc8)](()=>{const _0x22280c=_0x166ef0,_0x110c8a=[];for(const [_0x36d648,_0x1f9c1a]of Array[_0x22280c(0xd8)](this[_0x22280c(0xe6)])){const _0x17bc96=_0x36d648[_0x22280c(0x9d)](),_0x473937=[];for(const _0x1f0fde of _0x17bc96){if(!_0x1f0fde[_0x22280c(0xbc)])continue;if(_0x1f0fde[_0x22280c(0x97)]){_0x473937[_0x22280c(0xf6)](..._0x1f0fde[_0x22280c(0x84)]());continue;}const _0x3992ac=_0x1f0fde[_0x22280c(0x89)]();if(_0x473937[_0x22280c(0x10c)]>0x0){const _0x2b7a09=_0x473937[0x0][_0x22280c(0xc6)](_0x3992ac);if(_0x2b7a09){_0x473937[0x0]=_0x2b7a09;continue;}}_0x473937[_0x22280c(0xf6)](_0x3992ac);}_0x110c8a[_0x22280c(0xf6)]([_0x1f9c1a[_0x22280c(0xa4)],_0x473937]);}return _0x110c8a;}),this[_0x166ef0(0xb7)](_0x47cd28,_0x166ef0(0x8e),(_0x2bd5df,_0x4469d)=>{const _0x416598=_0x166ef0;this[_0x416598(0xb7)](_0x4469d,_0x416598(0xd2),(_0x43013a,_0x4d9c10,_0x83f150,_0x102aed)=>{const _0x574d01=_0x416598;_0x4469d[_0x574d01(0xbc)]&&(null==_0x83f150?(this[_0x574d01(0xdc)](_0x102aed[_0x574d01(0xb8)]),this[_0x574d01(0xad)](_0x4469d,!0x1)):(this[_0x574d01(0xdc)](_0x83f150[_0x574d01(0xb8)]),null==_0x102aed&&this[_0x574d01(0xad)](_0x4469d,!0x0)));}),null!==_0x4469d[_0x416598(0x111)]?this[_0x416598(0xdc)](_0x4469d[_0x416598(0xb8)]):this[_0x416598(0xad)](_0x4469d,!0x1);}),this[_0x166ef0(0xb7)](_0x47cd28,_0x166ef0(0xd6),(_0x3332b2,_0x315cef,_0x46f075)=>{const _0x321719=_0x166ef0;this[_0x321719(0xcd)](_0x315cef,_0x321719(0xd2)),this[_0x321719(0xc4)][_0x321719(0xf9)](_0x315cef),this[_0x321719(0xe6)][_0x321719(0x91)](_0x315cef)&&this[_0x321719(0x85)](_0x315cef),_0x46f075&&this[_0x321719(0xdc)](_0x46f075[_0x321719(0xb8)]);}),this[_0x166ef0(0xb7)](_0x47cd28,_0x166ef0(0x8a),(_0x118a83,_0xa890b5)=>{const _0x2ab2fe=_0x166ef0;this[_0x2ab2fe(0xdc)](_0xa890b5);}),this[_0x166ef0(0xb7)](_0x15a3d3,_0x166ef0(0xcb),()=>{const _0xf2b3f8=_0x166ef0;this[_0xf2b3f8(0xf7)]();}),this[_0x166ef0(0xb7)](_0x266692,_0x166ef0(0xff),(_0x2cf79e,{threadId:_0x46b5fa,isFromAdapter:_0x2b08e6})=>{const _0x33103b=_0x166ef0;if(_0x2b08e6||!_0x47cd28[_0x33103b(0x10d)](_0x46b5fa))return;const _0x1c471f=_0x47cd28[_0x33103b(0x92)](_0x46b5fa);this[_0x33103b(0xe6)][_0x33103b(0x10f)](_0x1c471f)[_0x33103b(0xa4)][_0x33103b(0xf8)]();},{'priority':_0x166ef0(0xae)});}[_0x55feaf(0xf7)](){const _0x2685c5=_0x55feaf,_0x599826=this[_0x2685c5(0x108)][_0x2685c5(0xe9)][_0x2685c5(0x10f)](_0x2685c5(0x90)),_0x350847=this[_0x2685c5(0x108)][_0x2685c5(0xe9)][_0x2685c5(0x10f)](_0x2685c5(0xfc)),_0x420a78=Array[_0x2685c5(0xd8)](_0x599826[_0x2685c5(0x100)],_0x250b21=>_0x250b21[_0x2685c5(0xfd)])[_0x2685c5(0x109)](_0x7c1005=>this[_0x2685c5(0x86)][_0x2685c5(0x91)](_0x7c1005)),_0x12853f=[];for(const _0x46bd94 of _0x420a78){const _0x57e919=this[_0x2685c5(0x86)][_0x2685c5(0x10f)](_0x46bd94)[_0x2685c5(0xc5)][_0x2685c5(0x9d)]();_0x12853f[_0x2685c5(0xf6)](..._0x57e919[_0x2685c5(0x8b)]((_0x432650,_0x42a9d9)=>[..._0x432650,..._0x42a9d9[_0x2685c5(0x87)]()],[]));}_0x350847[_0x2685c5(0x94)]=_0x12853f;}[_0x55feaf(0x99)](){const _0x59df47=_0x55feaf,_0x50fd41=this[_0x59df47(0x108)],_0x37f2f7=_0x50fd41[_0x59df47(0xa1)],_0x4032ed=_0x249a73(_0x37f2f7,_0x59df47(0xde)),_0x216dde=new _0x3f3232([{'type':_0x59df47(0xf1),'model':new _0x4f2832({'withText':!0x0,'label':_0x4032ed,'commandName':_0x59df47(0xd7)})},{'type':_0x59df47(0xbe)},{'type':_0x59df47(0x88),'model':new _0x4f2832({'withText':!0x0,'label':_0x249a73(_0x37f2f7,_0x59df47(0xf2)),'commandName':_0x59df47(0x8f)})},{'type':_0x59df47(0x88),'model':new _0x4f2832({'withText':!0x0,'label':_0x249a73(_0x37f2f7,_0x59df47(0xe5)),'commandName':_0x59df47(0xe0)})},{'type':_0x59df47(0x88),'model':new _0x4f2832({'withText':!0x0,'label':_0x249a73(_0x37f2f7,_0x59df47(0x9b)),'commandName':_0x59df47(0x8d)})},{'type':_0x59df47(0x88),'model':new _0x4f2832({'withText':!0x0,'label':_0x249a73(_0x37f2f7,_0x59df47(0xe4)),'commandName':_0x59df47(0xd4)})}]);for(const _0x29c484 of _0x216dde)if(ae(_0x29c484)){const _0x5a510b=_0x50fd41[_0x59df47(0x10e)][_0x59df47(0x10f)](_0x29c484[_0x59df47(0xc5)][_0x59df47(0x102)]);_0x29c484[_0x59df47(0xc5)][_0x59df47(0xa6)](_0x59df47(0xc1),_0x59df47(0x9c))['to'](_0x5a510b,_0x59df47(0x98),_0x59df47(0x9c));}_0x50fd41['ui'][_0x59df47(0xbf)][_0x59df47(0xa9)](_0x59df47(0xd7),_0x5d958f=>this[_0x59df47(0x105)](_0x5d958f,_0x216dde,_0x4032ed)),_0x50fd41['ui'][_0x59df47(0xbf)][_0x59df47(0xa9)](_0x59df47(0xfb),_0x583f3c=>this[_0x59df47(0x104)](_0x583f3c,_0x216dde,_0x4032ed));}[_0x55feaf(0x105)](_0x1225e7,_0x3f05a8,_0x134125){const _0x56a2aa=_0x55feaf,_0x1a3a09=_0x17b616(_0x1225e7,_0x1788c7),_0x22273c=this[_0x56a2aa(0x108)][_0x56a2aa(0x10e)][_0x56a2aa(0x10f)](_0x56a2aa(0xd7));_0x1a3a09[_0x56a2aa(0xbd)][_0x56a2aa(0xda)]({'tooltip':_0x134125,'label':_0x134125,'icon':_0x4c891f}),_0x1a3a09[_0x56a2aa(0xbd)][_0x56a2aa(0xa6)](_0x56a2aa(0xc1))['to'](_0x22273c,_0x56a2aa(0x98)),_0x1a3a09[_0x56a2aa(0xbd)]['on'](_0x56a2aa(0xba),()=>{const _0x3ce2b8=_0x56a2aa;_0x22273c[_0x3ce2b8(0xba)](),this[_0x3ce2b8(0x108)][_0x3ce2b8(0xdb)][_0x3ce2b8(0xa4)][_0x3ce2b8(0xf8)]();}),_0x2d6a7c(_0x1a3a09,_0x3f05a8);const _0x250aab=[];for(const _0x1fdb43 of _0x3f05a8)ae(_0x1fdb43)&&_0x250aab[_0x56a2aa(0xf6)](this[_0x56a2aa(0x108)][_0x56a2aa(0x10e)][_0x56a2aa(0x10f)](_0x1fdb43[_0x56a2aa(0xc5)][_0x56a2aa(0x102)]));const _0x11598a=_0x1a3a09[_0x56a2aa(0xbd)];return _0x11598a[_0x56a2aa(0xa8)][_0x56a2aa(0xab)](_0x56a2aa(0x9c)),_0x11598a[_0x56a2aa(0xbb)][_0x56a2aa(0xab)](_0x56a2aa(0x9c)),_0x11598a[_0x56a2aa(0xa8)][_0x56a2aa(0xa6)](_0x56a2aa(0x9c))['to'](_0x22273c,_0x56a2aa(0x9c)),_0x11598a[_0x56a2aa(0xbb)][_0x56a2aa(0xa6)](_0x56a2aa(0x9c))[_0x56a2aa(0xdf)](_0x250aab,_0x56a2aa(0x9c),(..._0x4a0514)=>_0x4a0514[_0x56a2aa(0x95)](_0x4b262b=>_0x4b262b)),_0x1a3a09['on'](_0x56a2aa(0xba),_0x363ce9=>{const _0x4f97e7=_0x56a2aa;this[_0x4f97e7(0x108)][_0x4f97e7(0xba)](_0x363ce9[_0x4f97e7(0xd9)][_0x4f97e7(0x102)]),this[_0x4f97e7(0x108)][_0x4f97e7(0xdb)][_0x4f97e7(0xa4)][_0x4f97e7(0xf8)]();}),_0x1a3a09;}[_0x55feaf(0x104)](_0x18bbf5,_0x33a2f6,_0x190adf){const _0x5bd27f=_0x55feaf,_0x16d2ac=new _0xbe94cd(_0x18bbf5),_0x36f161=this[_0x5bd27f(0x108)][_0x5bd27f(0x10e)][_0x5bd27f(0x10f)](_0x5bd27f(0xd7));_0x16d2ac[_0x5bd27f(0xbd)][_0x5bd27f(0xda)]({'label':_0x190adf,'icon':_0x4c891f});const _0x5c8b3d=new _0x205f21(_0x18bbf5);for(const _0x2c98e1 of _0x33a2f6){if(_0x5bd27f(0xbe)==_0x2c98e1[_0x5bd27f(0xe8)]){_0x5c8b3d[_0x5bd27f(0xcf)][_0x5bd27f(0xa9)](new _0x433be0(_0x18bbf5));continue;}const _0x23131e=new _0x272bee(_0x18bbf5,_0x16d2ac),_0x2842cf=new _0x25765c(_0x18bbf5),_0x2b4b77=_0x2c98e1[_0x5bd27f(0xc5)];_0x2842cf[_0x5bd27f(0xa6)](...Object[_0x5bd27f(0xc7)](_0x2b4b77))['to'](_0x2b4b77),_0x2842cf[_0x5bd27f(0xc9)](_0x5bd27f(0xba))['to'](_0x16d2ac),_0x2842cf['on'](_0x5bd27f(0xba),()=>{const _0x4d90da=_0x5bd27f;this[_0x4d90da(0x108)][_0x4d90da(0xba)](_0x2b4b77[_0x4d90da(0x102)]),this[_0x4d90da(0x108)][_0x4d90da(0xdb)][_0x4d90da(0xa4)][_0x4d90da(0xf8)]();}),_0x23131e[_0x5bd27f(0xe2)][_0x5bd27f(0xa9)](_0x2842cf),_0x5c8b3d[_0x5bd27f(0xcf)][_0x5bd27f(0xa9)](_0x23131e);}return _0x16d2ac[_0x5bd27f(0xa6)](_0x5bd27f(0x9c))['to'](_0x36f161,_0x5bd27f(0x9c)),_0x16d2ac[_0x5bd27f(0x9e)][_0x5bd27f(0xe2)][_0x5bd27f(0xa9)](_0x5c8b3d),_0x16d2ac;}[_0x55feaf(0x10a)](_0x5c9e24){const _0x1fcb93=_0x55feaf,_0x423c6a=this[_0x1fcb93(0x108)],_0x215f09=_0x423c6a[_0x1fcb93(0xaf)],_0x55e7c4=_0x423c6a[_0x1fcb93(0xe9)][_0x1fcb93(0x10f)](_0x1fcb93(0x90)),_0x26326c=_0x423c6a[_0x1fcb93(0xe9)][_0x1fcb93(0x10f)](_0x1fcb93(0xfa)),_0x5a1f40=_0x423c6a[_0x1fcb93(0xe9)][_0x1fcb93(0x10f)](_0x1fcb93(0xcc)),_0xe57e6a=_0x423c6a[_0x1fcb93(0xe9)][_0x1fcb93(0x10f)](_0x55a307)['me'],_0x49a448=_0x215f09[_0x1fcb93(0x10f)](_0x1fcb93(0xd7))[_0x1fcb93(0xef)],{CommentsListView:_0x2b020d,CommentThreadInputView:_0x49c81c}=_0x423c6a[_0x1fcb93(0xe9)][_0x1fcb93(0x10f)](_0x1fcb93(0x9f));let _0x10d8ae,_0x12e73a;this[_0x1fcb93(0xc2)][_0x1fcb93(0x91)](_0x5c9e24['id'])?(_0x12e73a=this[_0x1fcb93(0xc2)][_0x1fcb93(0x10f)](_0x5c9e24['id']),_0x10d8ae=_0x12e73a[_0x1fcb93(0xfe)]):(_0x10d8ae=new _0x49a448(_0x423c6a[_0x1fcb93(0xa1)],_0x5c9e24,_0xe57e6a,{'disableComments':this[_0x1fcb93(0xd1)],'editorConfig':_0x215f09[_0x1fcb93(0x10f)](_0x1fcb93(0xee)),'maxCommentsWhenCollapsed':_0x215f09[_0x1fcb93(0x10f)](_0x1fcb93(0x106)),'maxThreadTotalWeight':_0x215f09[_0x1fcb93(0x10f)](_0x1fcb93(0x107)),'maxCommentCharsWhenCollapsed':_0x215f09[_0x1fcb93(0x10f)](_0x1fcb93(0x103)),'formatDateTime':_0x535700(_0x215f09[_0x1fcb93(0x10f)](_0x1fcb93(0xa1))),'CommentView':_0x215f09[_0x1fcb93(0x10f)](_0x1fcb93(0xa0))[_0x1fcb93(0xf3)],'CommentsListView':_0x2b020d,'CommentThreadInputView':_0x49c81c}),_0x10d8ae[_0x1fcb93(0xb5)]['on'](_0x1fcb93(0xba),()=>{const _0x4b6fb6=_0x1fcb93;_0x423c6a[_0x4b6fb6(0xdb)][_0x4b6fb6(0xa4)][_0x4b6fb6(0xf8)]();}),_0x10d8ae[_0x1fcb93(0x110)]['on'](_0x1fcb93(0xba),()=>{const _0x4f2ea6=_0x1fcb93;_0x423c6a[_0x4f2ea6(0xdb)][_0x4f2ea6(0xa4)][_0x4f2ea6(0xf8)]();}),_0x12e73a=_0x55e7c4[_0x1fcb93(0xdd)](this[_0x1fcb93(0x108)][_0x1fcb93(0xa1)],_0x10d8ae),_0x12e73a[_0x1fcb93(0xa6)](_0x1fcb93(0xec))['to'](_0x10d8ae,_0x1fcb93(0xec)),_0x12e73a[_0x1fcb93(0xa6)](_0x1fcb93(0x10c))['to'](_0x10d8ae),_0x12e73a[_0x1fcb93(0xa6)](_0x1fcb93(0xe8))['to'](_0x10d8ae,_0x1fcb93(0xe8),_0x53d8a3=>_0x1fcb93(0xf4)+_0x53d8a3),this[_0x1fcb93(0xc2)][_0x1fcb93(0xda)](_0x5c9e24['id'],_0x12e73a));const _0x53fe74=_0x26326c[_0x1fcb93(0xeb)](_0x5c9e24[_0x1fcb93(0xc0)],_0x10d8ae),_0x62aacf=new _0x36097c(_0x423c6a,_0x5c9e24,_0x10d8ae,_0x53fe74),_0x5ea4df=_0x5c9e24[_0x1fcb93(0x9d)]()[_0x1fcb93(0x109)](_0x53fa92=>_0x53fa92[_0x1fcb93(0xbc)]);_0x10d8ae[_0x1fcb93(0xb6)]=_0x423c6a[_0x1fcb93(0xe9)][_0x1fcb93(0x10f)](_0x1fcb93(0xfc))[_0x1fcb93(0x93)][_0x1fcb93(0xaa)](_0x5ea4df),this[_0x1fcb93(0xe6)][_0x1fcb93(0xda)](_0x5c9e24,_0x62aacf),this[_0x1fcb93(0x86)][_0x1fcb93(0xda)](_0x10d8ae,_0x62aacf);const _0x47cae0=_0x55e7c4[_0x1fcb93(0x8c)]({'view':_0x12e73a,'target':()=>{const _0x4bca66=_0x1fcb93,_0x39c485=[],_0x33faa5=_0x5c9e24[_0x4bca66(0x9d)]()[_0x4bca66(0x109)](_0x480507=>_0x480507[_0x4bca66(0xbc)]);for(const _0x20a166 of _0x33faa5)_0x39c485[_0x4bca66(0xf6)](..._0x20a166[_0x4bca66(0xca)]());return _0x423e2a(_0x423c6a[_0x4bca66(0xdb)],_0x39c485);},'type':()=>_0x1fcb93(0xf4)+_0x62aacf[_0x1fcb93(0xa4)][_0x1fcb93(0xe8)]});_0x26326c[_0x1fcb93(0xce)](_0x10d8ae,_0x47cae0),_0x55e7c4[_0x1fcb93(0xa9)](_0x47cae0),_0x5a1f40[_0x1fcb93(0xb2)](_0x47cae0);}[_0x55feaf(0x85)](_0x34c423){const _0x4b06af=_0x55feaf,_0x20cd0c=this[_0x4b06af(0x108)][_0x4b06af(0xe9)][_0x4b06af(0x10f)](_0x4b06af(0xfa)),_0x577c72=this[_0x4b06af(0x108)][_0x4b06af(0xe9)][_0x4b06af(0x10f)](_0x4b06af(0x90)),_0x2afcf7=this[_0x4b06af(0xe6)][_0x4b06af(0x10f)](_0x34c423),_0x2071d1=_0x2afcf7[_0x4b06af(0xa4)],_0x1cb569=_0x577c72[_0x4b06af(0xe1)](_0x2071d1);_0x20cd0c[_0x4b06af(0xa5)](_0x2071d1),_0x1cb569&&_0x577c72[_0x4b06af(0xf0)](_0x1cb569),this[_0x4b06af(0xe6)][_0x4b06af(0xf9)](_0x34c423),this[_0x4b06af(0x86)][_0x4b06af(0xf9)](_0x2071d1),_0x2afcf7[_0x4b06af(0xa7)]();}[_0x55feaf(0xdc)](_0x43224f){const _0x5bd7ef=_0x55feaf;if(!_0x43224f[_0x5bd7ef(0xbc)]||!this[_0x5bd7ef(0xe6)][_0x5bd7ef(0x91)](_0x43224f))return;const _0x4e167d=this[_0x5bd7ef(0x108)][_0x5bd7ef(0xe9)][_0x5bd7ef(0x10f)](_0x5bd7ef(0xfc)),_0x3f0cb2=this[_0x5bd7ef(0xe6)][_0x5bd7ef(0x10f)](_0x43224f),_0x893c7d=_0x43224f[_0x5bd7ef(0x9d)]();_0x3f0cb2[_0x5bd7ef(0xa4)][_0x5bd7ef(0xb6)]=_0x4e167d[_0x5bd7ef(0x93)][_0x5bd7ef(0xaa)](_0x893c7d);}[_0x55feaf(0xa7)](){const _0x36ea90=_0x55feaf;for(const _0x3a681b of this[_0x36ea90(0xe6)][_0x36ea90(0xc7)]())this[_0x36ea90(0x85)](_0x3a681b);for(const _0x1078d6 of this[_0x36ea90(0xc2)][_0x36ea90(0x101)]())_0x1078d6[_0x36ea90(0xfe)][_0x36ea90(0xa7)]();super[_0x36ea90(0xa7)]();}}function ae(_0x5e811e){const _0x5223b5=_0x55feaf;return _0x5223b5(0xc5)in _0x5e811e;}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x40c0(){const _0x2ad838=['view','canDiscard','8RuuWCR','40qGgCls','575838GtVNar','unbind','destroy','listenTo','17789310WmBPgK','_editor','5125379FMNAEQ','commentThreadController','isEnabled','PENDING_ACTION_SUGGESTION','_discardCommand','_removePendingAction','358790XeKfkr','remove','stopListening','model','execute','commands','locale','_acceptCommand','9mJgeEE','_setPendingAction','getRanges','plugins','get','768288OsZQhV','bind','canEditAt','isDirty','14FSFCqN','_pendingAction','acceptSuggestion','canAccept','310287edRCnS','PendingActions','discardSuggestion','638208uPWMeY','add','change:isDirty'];_0x40c0=function(){return _0x2ad838;};return _0x40c0();}const _0x22721e=_0x5b1d;(function(_0x1efa95,_0x51d65d){const _0x34a8e6=_0x5b1d,_0x27d9d2=_0x1efa95();while(!![]){try{const _0x3dc50d=-parseInt(_0x34a8e6(0xde))/0x1+-parseInt(_0x34a8e6(0xd7))/0x2*(parseInt(_0x34a8e6(0xdb))/0x3)+parseInt(_0x34a8e6(0xd3))/0x4+parseInt(_0x34a8e6(0xe4))/0x5*(-parseInt(_0x34a8e6(0xe5))/0x6)+parseInt(_0x34a8e6(0xeb))/0x7*(parseInt(_0x34a8e6(0xe3))/0x8)+parseInt(_0x34a8e6(0xce))/0x9*(parseInt(_0x34a8e6(0xf1))/0xa)+parseInt(_0x34a8e6(0xe9))/0xb;if(_0x3dc50d===_0x51d65d)break;else _0x27d9d2['push'](_0x27d9d2['shift']());}catch(_0x32a1f5){_0x27d9d2['push'](_0x27d9d2['shift']());}}}(_0x40c0,0x6d383));function _0x5b1d(_0x1a2049,_0x1bc237){const _0x40c0e9=_0x40c0();return _0x5b1d=function(_0x5b1d2d,_0x274785){_0x5b1d2d=_0x5b1d2d-0xcc;let _0x179cd8=_0x40c0e9[_0x5b1d2d];return _0x179cd8;},_0x5b1d(_0x1a2049,_0x1bc237);}import{ObservableMixin as _0x2ea2a2}from'ckeditor5/src/utils.js';import{getTranslation as _0x41edcf}from'../utils/common-translations.js';export default class oe extends _0x2ea2a2(){constructor(_0xbad741,_0x1f1c6f,_0x51f66b,_0x20dab8){const _0x214397=_0x5b1d;super(),this[_0x214397(0xf4)]=_0x1f1c6f,this[_0x214397(0xe1)]=_0x51f66b,this[_0x214397(0xec)]=_0x20dab8,this[_0x214397(0xea)]=_0xbad741,this[_0x214397(0xcd)]=_0xbad741[_0x214397(0xf6)][_0x214397(0xd2)](_0x214397(0xd9)),this[_0x214397(0xef)]=_0xbad741[_0x214397(0xf6)][_0x214397(0xd2)](_0x214397(0xdd)),this[_0x214397(0xe1)][_0x214397(0xd4)](_0x214397(0xed))['to'](this[_0x214397(0xcd)],this[_0x214397(0xef)],(_0x3c85f7,_0x9201c7)=>_0x3c85f7||_0x9201c7),this[_0x214397(0xe1)][_0x214397(0xd4)](_0x214397(0xda))['to'](this[_0x214397(0xcd)],_0x214397(0xed),_0x497944=>_0x497944&&this[_0x214397(0xea)][_0x214397(0xf4)][_0x214397(0xd5)](_0x1f1c6f[_0x214397(0xd0)]())),this[_0x214397(0xe1)][_0x214397(0xd4)](_0x214397(0xe2))['to'](this[_0x214397(0xef)],_0x214397(0xed),_0x53ed5f=>_0x53ed5f&&this[_0x214397(0xea)][_0x214397(0xf4)][_0x214397(0xd5)](_0x1f1c6f[_0x214397(0xd0)]())),this[_0x214397(0xd8)]=null,_0x51f66b[_0x214397(0xd6)]&&this[_0x214397(0xcf)](),this[_0x214397(0xe8)](_0x51f66b,_0x214397(0xd9),()=>this[_0x214397(0xd9)]()),this[_0x214397(0xe8)](_0x51f66b,_0x214397(0xdd),()=>this[_0x214397(0xdd)]()),this[_0x214397(0xe8)](_0x51f66b,_0x214397(0xe0),()=>{const _0x1af629=_0x214397;_0x51f66b[_0x1af629(0xd6)]?this[_0x1af629(0xcf)]():this[_0x1af629(0xf0)]();});}[_0x22721e(0xd9)](){const _0x1a4c96=_0x22721e;this[_0x1a4c96(0xcd)][_0x1a4c96(0xf5)](this[_0x1a4c96(0xf4)]['id']);}[_0x22721e(0xdd)](){const _0x10184f=_0x22721e;this[_0x10184f(0xef)][_0x10184f(0xf5)](this[_0x10184f(0xf4)]['id']);}[_0x22721e(0xe7)](){const _0x906ee7=_0x22721e;this[_0x906ee7(0xe1)][_0x906ee7(0xe6)](_0x906ee7(0xed)),this[_0x906ee7(0xe1)][_0x906ee7(0xe6)](_0x906ee7(0xda)),this[_0x906ee7(0xe1)][_0x906ee7(0xe6)](_0x906ee7(0xe2)),this[_0x906ee7(0xf3)](),this[_0x906ee7(0xec)][_0x906ee7(0xe7)](),this[_0x906ee7(0xd8)]&&this[_0x906ee7(0xf0)]();}[_0x22721e(0xcf)](){const _0x6fab26=_0x22721e,_0x1c0ada=_0x41edcf(this[_0x6fab26(0xea)][_0x6fab26(0xcc)],_0x6fab26(0xee));this[_0x6fab26(0xd8)]=this[_0x6fab26(0xea)][_0x6fab26(0xd1)][_0x6fab26(0xd2)](_0x6fab26(0xdc))[_0x6fab26(0xdf)](_0x1c0ada);}[_0x22721e(0xf0)](){const _0x4ed5b2=_0x22721e;null!==this[_0x4ed5b2(0xd8)]&&this[_0x4ed5b2(0xea)][_0x4ed5b2(0xd1)][_0x4ed5b2(0xd2)](_0x4ed5b2(0xdc))[_0x4ed5b2(0xf2)](this[_0x4ed5b2(0xd8)]),this[_0x4ed5b2(0xd8)]=null;}}
23
+ const _0xd37684=_0x4f35;(function(_0x405114,_0x520e9b){const _0x2aa29e=_0x4f35,_0x7f2b6=_0x405114();while(!![]){try{const _0x51a877=parseInt(_0x2aa29e(0xcc))/0x1*(parseInt(_0x2aa29e(0xbe))/0x2)+-parseInt(_0x2aa29e(0xb7))/0x3*(parseInt(_0x2aa29e(0xc3))/0x4)+parseInt(_0x2aa29e(0xce))/0x5*(-parseInt(_0x2aa29e(0xc2))/0x6)+-parseInt(_0x2aa29e(0xcd))/0x7*(-parseInt(_0x2aa29e(0xd0))/0x8)+-parseInt(_0x2aa29e(0xc6))/0x9+parseInt(_0x2aa29e(0xb6))/0xa+parseInt(_0x2aa29e(0xd1))/0xb*(parseInt(_0x2aa29e(0xc1))/0xc);if(_0x51a877===_0x520e9b)break;else _0x7f2b6['push'](_0x7f2b6['shift']());}catch(_0x4af7c2){_0x7f2b6['push'](_0x7f2b6['shift']());}}}(_0xa0a2,0x4c0a4));import{ObservableMixin as _0x4f3f8b}from'ckeditor5/src/utils.js';import{getTranslation as _0x1cbee1}from'../utils/common-translations.js';function _0x4f35(_0x3de1e6,_0x13fbe5){const _0xa0a2e8=_0xa0a2();return _0x4f35=function(_0x4f350b,_0x29490c){_0x4f350b=_0x4f350b-0xaa;let _0x325548=_0xa0a2e8[_0x4f350b];return _0x325548;},_0x4f35(_0x3de1e6,_0x13fbe5);}export default class oe extends _0x4f3f8b(){constructor(_0xbf65c0,_0xc6518c,_0x1bd4d9,_0x541fa5){const _0x142e98=_0x4f35;super(),this[_0x142e98(0xbf)]=_0xc6518c,this[_0x142e98(0xb3)]=_0x1bd4d9,this[_0x142e98(0xba)]=_0x541fa5,this[_0x142e98(0xaf)]=_0xbf65c0,this[_0x142e98(0xcf)]=_0xbf65c0[_0x142e98(0xb2)][_0x142e98(0xac)](_0x142e98(0xcb)),this[_0x142e98(0xb4)]=_0xbf65c0[_0x142e98(0xb2)][_0x142e98(0xac)](_0x142e98(0xbc)),this[_0x142e98(0xb3)][_0x142e98(0xd5)](_0x142e98(0xc7))['to'](this[_0x142e98(0xcf)],this[_0x142e98(0xb4)],(_0x177c99,_0x2d3b6d)=>_0x177c99||_0x2d3b6d),this[_0x142e98(0xb3)][_0x142e98(0xd5)](_0x142e98(0xb5))['to'](this[_0x142e98(0xcf)],_0x142e98(0xc7),_0xfbb723=>_0xfbb723&&this[_0x142e98(0xaf)][_0x142e98(0xbf)][_0x142e98(0xd4)](_0xc6518c[_0x142e98(0xc5)]())),this[_0x142e98(0xb3)][_0x142e98(0xd5)](_0x142e98(0xd2))['to'](this[_0x142e98(0xb4)],_0x142e98(0xc7),_0xda4f30=>_0xda4f30&&this[_0x142e98(0xaf)][_0x142e98(0xbf)][_0x142e98(0xd4)](_0xc6518c[_0x142e98(0xc5)]())),this[_0x142e98(0xbd)]=null,_0x1bd4d9[_0x142e98(0xd3)]&&this[_0x142e98(0xb1)](),this[_0x142e98(0xca)](_0x1bd4d9,_0x142e98(0xcb),()=>this[_0x142e98(0xcb)]()),this[_0x142e98(0xca)](_0x1bd4d9,_0x142e98(0xbc),()=>this[_0x142e98(0xbc)]()),this[_0x142e98(0xca)](_0x1bd4d9,_0x142e98(0xaa),()=>{const _0x33d1fe=_0x142e98;_0x1bd4d9[_0x33d1fe(0xd3)]?this[_0x33d1fe(0xb1)]():this[_0x33d1fe(0xc9)]();});}[_0xd37684(0xcb)](){const _0x414d11=_0xd37684;this[_0x414d11(0xcf)][_0x414d11(0xad)](this[_0x414d11(0xbf)]['id']);}[_0xd37684(0xbc)](){const _0x3eb968=_0xd37684;this[_0x3eb968(0xb4)][_0x3eb968(0xad)](this[_0x3eb968(0xbf)]['id']);}[_0xd37684(0xb9)](){const _0x1db9d6=_0xd37684;this[_0x1db9d6(0xb3)][_0x1db9d6(0xbb)](_0x1db9d6(0xc7)),this[_0x1db9d6(0xb3)][_0x1db9d6(0xbb)](_0x1db9d6(0xb5)),this[_0x1db9d6(0xb3)][_0x1db9d6(0xbb)](_0x1db9d6(0xd2)),this[_0x1db9d6(0xb0)](),this[_0x1db9d6(0xba)][_0x1db9d6(0xb9)](),this[_0x1db9d6(0xbd)]&&this[_0x1db9d6(0xc9)]();}[_0xd37684(0xb1)](){const _0x384b40=_0xd37684,_0x25e220=_0x1cbee1(this[_0x384b40(0xaf)][_0x384b40(0xc4)],_0x384b40(0xab));this[_0x384b40(0xbd)]=this[_0x384b40(0xaf)][_0x384b40(0xc0)][_0x384b40(0xac)](_0x384b40(0xae))[_0x384b40(0xb8)](_0x25e220);}[_0xd37684(0xc9)](){const _0x34d4c0=_0xd37684;null!==this[_0x34d4c0(0xbd)]&&this[_0x34d4c0(0xaf)][_0x34d4c0(0xc0)][_0x34d4c0(0xac)](_0x34d4c0(0xae))[_0x34d4c0(0xc8)](this[_0x34d4c0(0xbd)]),this[_0x34d4c0(0xbd)]=null;}}function _0xa0a2(){const _0x42545a=['81784KDHUDZ','locale','getRanges','1469754sLhuDl','isEnabled','remove','_removePendingAction','listenTo','acceptSuggestion','13693yTQMDf','59787KXUWls','5kIUihk','_acceptCommand','120VXgnKX','5962qJEVWp','canDiscard','isDirty','canEditAt','bind','change:isDirty','PENDING_ACTION_SUGGESTION','get','execute','PendingActions','_editor','stopListening','_setPendingAction','commands','view','_discardCommand','canAccept','1504920TLzvNw','27BGhLfn','add','destroy','commentThreadController','unbind','discardSuggestion','_pendingAction','34ZxKQcX','model','plugins','12516YHNNHe','2507484oVOIFV'];_0xa0a2=function(){return _0x42545a;};return _0xa0a2();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x1b1f(){const _0x2ad87e=['element','6579JuACzv','value','bind','_createCommentThreadInputView','descriptionParts','hasDirtyComment','commentsListView','focus','submit','updateComment','locale','canDiscard','cancel','length','commentThreadInputView','2727648gJhhwJ','disableComments','1840PcLRdJ','1376376SnzqND','setData','removeComment','766494rgLSvY','isReadOnly','addComment','262857XRDwzR','assign','7uGBHCr','912715FBaSQr','canAccept','CommentView','137411kxEjiA','set','fire','authoredAt','commentInputView','editorConfig','6DWXYyE','22lDSuQI','destroy','isEnabled','isDirty','delegate','isActive','_localUser','showInput','disabledSubmit','editor','commentThread','_config','_createCommentViews','_model','28TlsgON'];_0x1b1f=function(){return _0x2ad87e;};return _0x1b1f();}function _0x4d8d(_0x461501,_0x5f0563){const _0x1b1f74=_0x1b1f();return _0x4d8d=function(_0x4d8d4c,_0x4d2158){_0x4d8d4c=_0x4d8d4c-0x1c4;let _0x378eca=_0x1b1f74[_0x4d8d4c];return _0x378eca;},_0x4d8d(_0x461501,_0x5f0563);}const _0x3f761d=_0x4d8d;(function(_0x3baf3a,_0x48a37a){const _0x3fa79a=_0x4d8d,_0x23cf44=_0x3baf3a();while(!![]){try{const _0x10b375=parseInt(_0x3fa79a(0x1dd))/0x1+parseInt(_0x3fa79a(0x1d4))/0x2+-parseInt(_0x3fa79a(0x1d7))/0x3*(-parseInt(_0x3fa79a(0x1f2))/0x4)+parseInt(_0x3fa79a(0x1da))/0x5*(-parseInt(_0x3fa79a(0x1e3))/0x6)+-parseInt(_0x3fa79a(0x1d9))/0x7*(-parseInt(_0x3fa79a(0x1d1))/0x8)+-parseInt(_0x3fa79a(0x1f4))/0x9*(parseInt(_0x3fa79a(0x1d0))/0xa)+parseInt(_0x3fa79a(0x1e4))/0xb*(-parseInt(_0x3fa79a(0x1ce))/0xc);if(_0x10b375===_0x48a37a)break;else _0x23cf44['push'](_0x23cf44['shift']());}catch(_0x5979d2){_0x23cf44['push'](_0x23cf44['shift']());}}}(_0x1b1f,0x8276f));import{View as _0x5426cf}from'ckeditor5/src/ui.js';export default class es extends _0x5426cf{constructor(_0x4e16b3,_0x465df3,_0x4716a8,_0xc5321){const _0x53e4de=_0x4d8d;super(_0x4e16b3),this[_0x53e4de(0x1c5)]=null,this[_0x53e4de(0x1cd)]=null,this[_0x53e4de(0x1de)](_0x53e4de(0x1e9),!0x1),this[_0x53e4de(0x1de)](_0x53e4de(0x1e0),_0x465df3[_0x53e4de(0x1e0)]),this[_0x53e4de(0x1f6)](_0x53e4de(0x1e0))['to'](_0x465df3),this[_0x53e4de(0x1de)](_0x53e4de(0x1f8),[]),this[_0x53e4de(0x1de)](_0x53e4de(0x1e7),!0x1),this[_0x53e4de(0x1de)](_0x53e4de(0x1e6),!0x1),this[_0x53e4de(0x1de)](_0x53e4de(0x1db),!0x1),this[_0x53e4de(0x1de)](_0x53e4de(0x1ca),!0x1),this[_0x53e4de(0x1f1)]=_0x465df3,this[_0x53e4de(0x1ea)]=_0x4716a8,this[_0x53e4de(0x1ef)]=_0xc5321,_0xc5321[_0x53e4de(0x1cf)]?this[_0x53e4de(0x1de)](_0x53e4de(0x1cc),0x1):this[_0x53e4de(0x1f0)]();}[_0x3f761d(0x1c6)](){const _0x4e54d1=_0x3f761d;this[_0x4e54d1(0x1f3)][_0x4e54d1(0x1c6)]();}[_0x3f761d(0x1e5)](){const _0xb52d19=_0x3f761d;this[_0xb52d19(0x1c5)]&&this[_0xb52d19(0x1c5)][_0xb52d19(0x1e5)](),this[_0xb52d19(0x1cd)]&&this[_0xb52d19(0x1cd)][_0xb52d19(0x1e5)](),super[_0xb52d19(0x1e5)]();}[_0x3f761d(0x1f0)](){const _0x3163c2=_0x3f761d,{CommentsListView:_0x5f2028}=this[_0x3163c2(0x1ef)];this[_0x3163c2(0x1c5)]=new _0x5f2028(this[_0x3163c2(0x1c9)],this[_0x3163c2(0x1f1)][_0x3163c2(0x1ee)],Object[_0x3163c2(0x1d8)]({'CommentView':this[_0x3163c2(0x1ef)][_0x3163c2(0x1dc)]},this[_0x3163c2(0x1ef)])),this[_0x3163c2(0x1c5)][_0x3163c2(0x1e8)](_0x3163c2(0x1d3))['to'](this),this[_0x3163c2(0x1c5)][_0x3163c2(0x1e8)](_0x3163c2(0x1c8))['to'](this),this[_0x3163c2(0x1c5)][_0x3163c2(0x1f6)](_0x3163c2(0x1e9))['to'](this),this[_0x3163c2(0x1de)](_0x3163c2(0x1cc),this[_0x3163c2(0x1c5)][_0x3163c2(0x1cc)]+0x1),this[_0x3163c2(0x1f6)](_0x3163c2(0x1cc))['to'](this[_0x3163c2(0x1c5)],_0x3163c2(0x1cc),_0x2c1d12=>_0x2c1d12+0x1),this[_0x3163c2(0x1cd)]=this[_0x3163c2(0x1f7)](),this['on'](_0x3163c2(0x1d3),()=>this[_0x3163c2(0x1c6)]()),this[_0x3163c2(0x1f6)](_0x3163c2(0x1e7))['to'](this[_0x3163c2(0x1c5)],_0x3163c2(0x1c4),this[_0x3163c2(0x1cd)][_0x3163c2(0x1e1)],_0x3163c2(0x1f5),(_0x781d11,_0x115065)=>_0x781d11||!!_0x115065);}[_0x3f761d(0x1f7)](){const _0x479bc2=_0x3f761d,{CommentThreadInputView:_0x8f975b}=this[_0x479bc2(0x1ef)],_0x48a452=new _0x8f975b(this[_0x479bc2(0x1c9)],this[_0x479bc2(0x1ea)],this[_0x479bc2(0x1ef)][_0x479bc2(0x1e2)]),_0x3abef5=_0x48a452[_0x479bc2(0x1e1)];return _0x48a452[_0x479bc2(0x1f6)](_0x479bc2(0x1eb))['to'](this,_0x479bc2(0x1e9),this[_0x479bc2(0x1f1)][_0x479bc2(0x1ee)],_0x479bc2(0x1d5),_0x3abef5,_0x479bc2(0x1f5),(_0xeb8ed6,_0x53d362,_0x1005a3)=>!!_0x1005a3||_0xeb8ed6&&!_0x53d362),_0x3abef5['on'](_0x479bc2(0x1c7),(_0x594059,_0x4a6da3)=>{const _0x318b2b=_0x479bc2;this[_0x318b2b(0x1df)](_0x318b2b(0x1d6),_0x4a6da3),_0x3abef5[_0x318b2b(0x1ed)][_0x318b2b(0x1d2)]('');}),_0x3abef5['on'](_0x479bc2(0x1cb),()=>this[_0x479bc2(0x1c6)]()),_0x3abef5[_0x479bc2(0x1f6)](_0x479bc2(0x1ec))['to'](this[_0x479bc2(0x1f1)][_0x479bc2(0x1ee)],_0x479bc2(0x1d5)),_0x48a452;}}
23
+ const _0x4d6612=_0x12e0;function _0x142b(){const _0x4a7a07=['assign','showInput','submit','_config','canAccept','_localUser','delegate','commentInputView','addComment','isDirty','125IIOtUJ','updateComment','6982692bNHyjz','commentThread','_model','5224DhTGlU','canDiscard','277497yjAwSr','15JjUocm','value','disableComments','locale','hasDirtyComment','468788gcYgry','fire','CommentView','setData','editorConfig','1978009BjEdmm','isReadOnly','_createCommentThreadInputView','150BYtPkg','set','isEnabled','authoredAt','bind','commentThreadInputView','focus','78RiPYwP','commentsListView','destroy','length','element','_createCommentViews','272hQtzfw','22337ExQirt','removeComment','cancel','50wJhCRN','descriptionParts','editor','disabledSubmit','508975rmpSNx','isActive'];_0x142b=function(){return _0x4a7a07;};return _0x142b();}function _0x12e0(_0x95034d,_0x48e27a){const _0x142bf5=_0x142b();return _0x12e0=function(_0x12e035,_0x187ca8){_0x12e035=_0x12e035-0xde;let _0x5554f2=_0x142bf5[_0x12e035];return _0x5554f2;},_0x12e0(_0x95034d,_0x48e27a);}(function(_0x5bd0da,_0x184629){const _0x1e415f=_0x12e0,_0x1df0c0=_0x5bd0da();while(!![]){try{const _0x3cacfc=-parseInt(_0x1e415f(0x106))/0x1*(parseInt(_0x1e415f(0x10b))/0x2)+parseInt(_0x1e415f(0x10e))/0x3*(-parseInt(_0x1e415f(0x113))/0x4)+parseInt(_0x1e415f(0xfa))/0x5+parseInt(_0x1e415f(0xe5))/0x6*(-parseInt(_0x1e415f(0xf3))/0x7)+parseInt(_0x1e415f(0xf2))/0x8*(-parseInt(_0x1e415f(0x10d))/0x9)+-parseInt(_0x1e415f(0xf6))/0xa*(parseInt(_0x1e415f(0xe2))/0xb)+-parseInt(_0x1e415f(0x108))/0xc*(-parseInt(_0x1e415f(0xec))/0xd);if(_0x3cacfc===_0x184629)break;else _0x1df0c0['push'](_0x1df0c0['shift']());}catch(_0x4ae944){_0x1df0c0['push'](_0x1df0c0['shift']());}}}(_0x142b,0x9f898));import{View as _0x5d6a8c}from'ckeditor5/src/ui.js';export default class es extends _0x5d6a8c{constructor(_0x24acb1,_0x23ce83,_0x303360,_0x87257b){const _0x13537e=_0x12e0;super(_0x24acb1),this[_0x13537e(0xed)]=null,this[_0x13537e(0xea)]=null,this[_0x13537e(0xe6)](_0x13537e(0xfb),!0x1),this[_0x13537e(0xe6)](_0x13537e(0xe8),_0x23ce83[_0x13537e(0xe8)]),this[_0x13537e(0xe9)](_0x13537e(0xe8))['to'](_0x23ce83),this[_0x13537e(0xe6)](_0x13537e(0xf7),[]),this[_0x13537e(0xe6)](_0x13537e(0x105),!0x1),this[_0x13537e(0xe6)](_0x13537e(0xe7),!0x1),this[_0x13537e(0xe6)](_0x13537e(0x100),!0x1),this[_0x13537e(0xe6)](_0x13537e(0x10c),!0x1),this[_0x13537e(0x10a)]=_0x23ce83,this[_0x13537e(0x101)]=_0x303360,this[_0x13537e(0xff)]=_0x87257b,_0x87257b[_0x13537e(0x110)]?this[_0x13537e(0xe6)](_0x13537e(0xef),0x1):this[_0x13537e(0xf1)]();}[_0x4d6612(0xeb)](){const _0x442593=_0x4d6612;this[_0x442593(0xf0)][_0x442593(0xeb)]();}[_0x4d6612(0xee)](){const _0x4eb797=_0x4d6612;this[_0x4eb797(0xed)]&&this[_0x4eb797(0xed)][_0x4eb797(0xee)](),this[_0x4eb797(0xea)]&&this[_0x4eb797(0xea)][_0x4eb797(0xee)](),super[_0x4eb797(0xee)]();}[_0x4d6612(0xf1)](){const _0x15d668=_0x4d6612,{CommentsListView:_0x55a7a7}=this[_0x15d668(0xff)];this[_0x15d668(0xed)]=new _0x55a7a7(this[_0x15d668(0x111)],this[_0x15d668(0x10a)][_0x15d668(0x109)],Object[_0x15d668(0xfc)]({'CommentView':this[_0x15d668(0xff)][_0x15d668(0xdf)]},this[_0x15d668(0xff)])),this[_0x15d668(0xed)][_0x15d668(0x102)](_0x15d668(0xf4))['to'](this),this[_0x15d668(0xed)][_0x15d668(0x102)](_0x15d668(0x107))['to'](this),this[_0x15d668(0xed)][_0x15d668(0xe9)](_0x15d668(0xfb))['to'](this),this[_0x15d668(0xe6)](_0x15d668(0xef),this[_0x15d668(0xed)][_0x15d668(0xef)]+0x1),this[_0x15d668(0xe9)](_0x15d668(0xef))['to'](this[_0x15d668(0xed)],_0x15d668(0xef),_0x493558=>_0x493558+0x1),this[_0x15d668(0xea)]=this[_0x15d668(0xe4)](),this['on'](_0x15d668(0xf4),()=>this[_0x15d668(0xeb)]()),this[_0x15d668(0xe9)](_0x15d668(0x105))['to'](this[_0x15d668(0xed)],_0x15d668(0x112),this[_0x15d668(0xea)][_0x15d668(0x103)],_0x15d668(0x10f),(_0x3076bd,_0x3f9476)=>_0x3076bd||!!_0x3f9476);}[_0x4d6612(0xe4)](){const _0x1ab0ce=_0x4d6612,{CommentThreadInputView:_0x48ae94}=this[_0x1ab0ce(0xff)],_0x4c2744=new _0x48ae94(this[_0x1ab0ce(0x111)],this[_0x1ab0ce(0x101)],this[_0x1ab0ce(0xff)][_0x1ab0ce(0xe1)]),_0x110930=_0x4c2744[_0x1ab0ce(0x103)];return _0x4c2744[_0x1ab0ce(0xe9)](_0x1ab0ce(0xfd))['to'](this,_0x1ab0ce(0xfb),this[_0x1ab0ce(0x10a)][_0x1ab0ce(0x109)],_0x1ab0ce(0xe3),_0x110930,_0x1ab0ce(0x10f),(_0x2a46f5,_0xaa4550,_0x2270c8)=>!!_0x2270c8||_0x2a46f5&&!_0xaa4550),_0x110930['on'](_0x1ab0ce(0xfe),(_0x39fa84,_0x28f1a5)=>{const _0x14f7be=_0x1ab0ce;this[_0x14f7be(0xde)](_0x14f7be(0x104),_0x28f1a5),_0x110930[_0x14f7be(0xf8)][_0x14f7be(0xe0)]('');}),_0x110930['on'](_0x1ab0ce(0xf5),()=>this[_0x1ab0ce(0xeb)]()),_0x110930[_0x1ab0ce(0xe9)](_0x1ab0ce(0xf9))['to'](this[_0x1ab0ce(0x10a)][_0x1ab0ce(0x109)],_0x1ab0ce(0xe3)),_0x4c2744;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4664d5=_0x53ec;(function(_0x32c87e,_0x40788f){const _0x4aefd9=_0x53ec,_0x21f967=_0x32c87e();while(!![]){try{const _0x8e7277=parseInt(_0x4aefd9(0x150))/0x1*(-parseInt(_0x4aefd9(0x159))/0x2)+parseInt(_0x4aefd9(0x11f))/0x3*(-parseInt(_0x4aefd9(0x12c))/0x4)+parseInt(_0x4aefd9(0x10c))/0x5*(parseInt(_0x4aefd9(0x13f))/0x6)+-parseInt(_0x4aefd9(0x144))/0x7*(-parseInt(_0x4aefd9(0xf6))/0x8)+-parseInt(_0x4aefd9(0x133))/0x9*(parseInt(_0x4aefd9(0x107))/0xa)+parseInt(_0x4aefd9(0x128))/0xb*(-parseInt(_0x4aefd9(0x145))/0xc)+parseInt(_0x4aefd9(0x152))/0xd;if(_0x8e7277===_0x40788f)break;else _0x21f967['push'](_0x21f967['shift']());}catch(_0x18f5d7){_0x21f967['push'](_0x21f967['shift']());}}}(_0x1a50,0x55d4f));function _0x53ec(_0x5c0cc7,_0x2f7b6f){const _0x1a501e=_0x1a50();return _0x53ec=function(_0x53ec0b,_0x563027){_0x53ec0b=_0x53ec0b-0xf6;let _0x59f858=_0x1a501e[_0x53ec0b];return _0x59f858;},_0x53ec(_0x5c0cc7,_0x2f7b6f);}import{getTranslation as _0x10c67e}from'../../utils/common-translations.js';import{default as _0x311ba0}from'./basesuggestionthreadview.js';import{ButtonView as _0x3009f3}from'ckeditor5/src/ui.js';import{icons as _0x2668bf}from'ckeditor5/src/core.js';import{trimHtml as _0x390727,UserView as _0x42059a}from'ckeditor5-collaboration/src/collaboration-core.js';export default class ne extends _0x311ba0{constructor(_0x3fce1b,_0x27e32b,_0x105909,_0x17eb99){const _0x40fd1e=_0x53ec;super(_0x3fce1b,_0x27e32b,_0x105909,_0x17eb99),this[_0x40fd1e(0x117)](_0x40fd1e(0x101),''),this[_0x40fd1e(0xfd)](_0x40fd1e(0x101))['to'](this,_0x40fd1e(0x13c),_0x21a41a=>_0x21a41a&&_0x21a41a[0x0]?_0x21a41a[0x0][_0x40fd1e(0x101)]:''),this[_0x40fd1e(0xfd)](_0x40fd1e(0x14d))['to'](this,_0x40fd1e(0x13c),this,_0x40fd1e(0x140),(_0xbf7bd8,_0xb4e319)=>{const _0x1a316b=_0x40fd1e;let _0x5ae00d='';for(const _0x4ef15d of _0xbf7bd8)_0x5ae00d+=_0x1a316b(0x116)+ds(_0x4ef15d[_0x1a316b(0x15c)],_0x4ef15d[_0x1a316b(0xff)])+_0x1a316b(0x15e);return _0xb4e319?_0x5ae00d:_0x390727(_0x5ae00d,{'limit':0x8c});}),this[_0x40fd1e(0x12a)]=null,this[_0x40fd1e(0x160)]=this[_0x40fd1e(0x141)](_0x10c67e(_0x3fce1b,_0x40fd1e(0x165)),_0x2668bf[_0x40fd1e(0x158)],_0x40fd1e(0x13a),_0x40fd1e(0x104),'sw'),this[_0x40fd1e(0x160)][_0x40fd1e(0xfd)](_0x40fd1e(0x12f))['to'](this,_0x40fd1e(0x166)),this[_0x40fd1e(0x11c)]=this[_0x40fd1e(0x141)](_0x10c67e(_0x3fce1b,_0x40fd1e(0x111)),_0x2668bf[_0x40fd1e(0x115)],_0x40fd1e(0x14e),_0x40fd1e(0x12d),'sw'),this[_0x40fd1e(0x11c)][_0x40fd1e(0xfd)](_0x40fd1e(0x12f))['to'](this,_0x40fd1e(0x105)),this[_0x40fd1e(0x148)]=new _0x42059a(_0x3fce1b,this[_0x40fd1e(0x139)][_0x40fd1e(0x123)],this[_0x40fd1e(0xfc)]()),this[_0x40fd1e(0x148)][_0x40fd1e(0x132)]({'attributes':{'class':[_0x40fd1e(0x15d),_0x40fd1e(0x106)]}}),this[_0x40fd1e(0x136)](this[_0x40fd1e(0x113)]());}[_0x4664d5(0x113)](){const _0x56da45=_0x4664d5,_0x2f9b1f=this[_0x56da45(0x103)],_0xd41937=[{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x162),_0x56da45(0x110)]},'children':[{'tag':_0x56da45(0x109),'children':[{'text':this[_0x56da45(0x148)][_0x56da45(0x138)]}],'attributes':{'class':[_0x56da45(0x147),_0x56da45(0x151)]}},{'tag':_0x56da45(0x10e),'attributes':{'datetime':_0x2f9b1f['to'](_0x56da45(0x15a)),'class':[_0x56da45(0x13e),_0x56da45(0x131)]},'children':[{'text':_0x2f9b1f['to'](_0x56da45(0x15a),_0x299cf6=>this[_0x56da45(0xfb)][_0x56da45(0xfa)](_0x299cf6))}]}]},{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x102),_0x56da45(0x135)]},'children':[this[_0x56da45(0x160)],this[_0x56da45(0x11c)]]},{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x100)]}}];this[_0x56da45(0x139)][_0x56da45(0x130)]&&_0xd41937[_0x56da45(0x167)]({'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x163)]},'children':[{'text':this[_0x56da45(0x11d)]()}]});const _0x2bc417={'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0xf9),_0x2f9b1f['if'](_0x56da45(0x140),_0x56da45(0x10b)),_0x2f9b1f['to'](_0x56da45(0x101),_0x3fe84d=>_0x56da45(0x143)+_0x3fe84d),this[_0x56da45(0xfb)][_0x56da45(0x12e)]&&_0x56da45(0x112)],'data-suggestion-id':this[_0x56da45(0x139)]['id'],'data-thread-id':this[_0x56da45(0x139)][_0x56da45(0x14c)]['id'],'data-author-id':this[_0x56da45(0x139)][_0x56da45(0x123)]['id'],'tabindex':-0x1},'children':[{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x156),_0x56da45(0x120)]},'children':[this[_0x56da45(0x148)],{'tag':_0x56da45(0x118),'attributes':{'class':[_0x56da45(0x146),_0x56da45(0x15f)]},'children':_0xd41937}]}]};return this[_0x56da45(0x153)]&&this[_0x56da45(0x137)]&&(_0x2bc417[_0x56da45(0x108)][_0x56da45(0x167)](this[_0x56da45(0x153)],this[_0x56da45(0x137)]),this[_0x56da45(0x153)][_0x56da45(0x134)](_0x56da45(0x127))['to'](this),this[_0x56da45(0x153)][_0x56da45(0x134)](_0x56da45(0x10a))['to'](this),this[_0x56da45(0x137)][_0x56da45(0x134)](_0x56da45(0x127))['to'](this),this[_0x56da45(0x137)][_0x56da45(0x134)](_0x56da45(0x10a))['to'](this)),_0x2bc417;}[_0x4664d5(0x125)](){const _0x4ca834=_0x4664d5;super[_0x4ca834(0x125)](),this[_0x4ca834(0x12a)]=this[_0x4ca834(0x11b)][_0x4ca834(0x114)](_0x4ca834(0x124)),this[_0x4ca834(0x12a)][_0x4ca834(0x13b)]=this[_0x4ca834(0x14d)],this['on'](_0x4ca834(0x10f),(_0xc57d2a,_0x368ea8,_0x3b91ff)=>{const _0x524440=_0x4ca834;this[_0x524440(0x12a)][_0x524440(0x13b)]=_0x3b91ff;});}[_0x4664d5(0x141)](_0x27a11c,_0x809931,_0x2167ef,_0x534e64,_0x4da431){const _0x292ba7=_0x4664d5,_0x11d586=new _0x3009f3(this[_0x292ba7(0x129)]);return _0x11d586[_0x292ba7(0x117)]({'label':_0x27a11c,'icon':_0x809931,'tooltip':!0x0,'tooltipPosition':_0x4da431}),_0x11d586[_0x292ba7(0x132)]({'attributes':{'class':_0x2167ef}}),_0x11d586['on'](_0x292ba7(0x10d),()=>{const _0x435851=_0x292ba7;this[_0x435851(0x126)](_0x534e64,this[_0x435851(0x139)]['id']);}),_0x11d586;}[_0x4664d5(0x11d)](){const _0x71e713=_0x4664d5;return _0x71e713(0xf7)===this[_0x71e713(0x139)][_0x71e713(0x14a)][_0x71e713(0x122)][_0x71e713(0x155)]?_0x10c67e(this[_0x71e713(0x129)],_0x71e713(0x157)):_0x10c67e(this[_0x71e713(0x129)],_0x71e713(0x11e));}[_0x4664d5(0xfc)](){const _0x31a582=_0x4664d5;return this[_0x31a582(0x139)][_0x31a582(0x130)]?_0x31a582(0xf7)===this[_0x31a582(0x139)][_0x31a582(0x14a)][_0x31a582(0x122)][_0x31a582(0x155)]?_0x10c67e(this[_0x31a582(0x129)],_0x31a582(0x15b),this[_0x31a582(0x139)][_0x31a582(0x161)][_0x31a582(0x138)]):_0x10c67e(this[_0x31a582(0x129)],_0x31a582(0x13d),this[_0x31a582(0x139)][_0x31a582(0x161)][_0x31a582(0x138)]):null;}}function ds(_0x36fa3b,_0x467062){const _0x4198eb=_0x4664d5;let _0x569c93='';return _0x569c93+=_0x36fa3b[_0x4198eb(0x149)]('*')[_0x4198eb(0xf8)]((_0x7f3935,_0x3c715b)=>_0x3c715b%0x2!=0x0?_0x4198eb(0x11a)+us(_0x7f3935)+_0x4198eb(0x164):us(_0x7f3935))[_0x4198eb(0xfe)](''),_0x467062&&(_0x569c93+=_0x4198eb(0x142)+_0x467062[_0x4198eb(0x121)]+_0x4198eb(0x119)+_0x467062[_0x4198eb(0x14f)]+_0x4198eb(0x14b)),_0x569c93;}function us(_0x28ad96){const _0x268e53=_0x4664d5,_0xa7f83=document[_0x268e53(0x12b)](_0x268e53(0x109));return _0xa7f83[_0x268e53(0x154)]=_0x28ad96,_0xa7f83[_0x268e53(0x13b)];}function _0x1a50(){const _0x4b928f=['disableComments','isEnabled','isExternal','ck-annotation__info-time','extendTemplate','203931SPwEqe','delegate','ck-annotation__actions','setTemplate','commentThreadInputView','name','_model','ck-suggestion--accept','innerHTML','descriptionParts','EXTERNAL_AVATAR','ck-comment__info-time','1711284RgHgPL','isActive','_createButton','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','ck-suggestion-','361697CWcXkA','23952TZRmmU','ck-suggestion__main','ck-suggestion__info-name','userView','split','attributes','\x22></span>','commentThread','description','ck-suggestion--discard','title','20157AKtyGI','ck-annotation__info-name','10777585xOAErf','commentsListView','innerText','source','ck-suggestion','EXTERNAL_IMPORT_WORD_SUGGESTION','check','30Dvykop','authoredAt','EXTERNAL_IMPORT_WORD_AVATAR','content','ck-suggestion__user','</p>','ck-annotation__main','acceptButton','creator','ck-suggestion__info','ck-comment__external','</span>','Accept\x20suggestion','canAccept','push','40efZRvE','importWord','map','ck-suggestion-wrapper','formatDateTime','_config','getUserViewNotificationText','bind','join','color','ck-annotation__content-wrapper','type','ck-suggestion__actions','bindTemplate','acceptSuggestion','canDiscard','ck-annotation__user','130nrWGnD','children','span','editorDestroyed','ck-suggestion-wrapper--active','10ayegFN','execute','time','change:description','ck-annotation__info','Discard\x20suggestion','ck-suggestion--disabled-comments','getTemplate','querySelector','cancel','<p>','set','div','\x22\x20title=\x22','<span\x20class=\x22ck-suggestion-type\x22>','element','discardButton','getExternalSuggestionNote','EXTERNAL_SUGGESTION','9EaJGie','ck-annotation','value','@external','author','.ck-annotation__content-wrapper','render','fire','editorReady','803UZHtZF','locale','_descriptionElement','createElement','751508NsdUGx','discardSuggestion'];_0x1a50=function(){return _0x4b928f;};return _0x1a50();}
23
+ const _0xc6f7ac=_0x2869;(function(_0x33a67f,_0x3e1115){const _0x35fbfd=_0x2869,_0xf3fdd5=_0x33a67f();while(!![]){try{const _0xc8e943=-parseInt(_0x35fbfd(0x12c))/0x1+-parseInt(_0x35fbfd(0x130))/0x2+-parseInt(_0x35fbfd(0xf6))/0x3+parseInt(_0x35fbfd(0x147))/0x4*(parseInt(_0x35fbfd(0xfb))/0x5)+-parseInt(_0x35fbfd(0x150))/0x6*(-parseInt(_0x35fbfd(0x10f))/0x7)+-parseInt(_0x35fbfd(0x149))/0x8*(parseInt(_0x35fbfd(0x11f))/0x9)+parseInt(_0x35fbfd(0x143))/0xa*(parseInt(_0x35fbfd(0x136))/0xb);if(_0xc8e943===_0x3e1115)break;else _0xf3fdd5['push'](_0xf3fdd5['shift']());}catch(_0x27c9e7){_0xf3fdd5['push'](_0xf3fdd5['shift']());}}}(_0x5f30,0xb7328));function _0x5f30(){const _0x8c75b0=['attributes','cancel','_model','ck-annotation__actions','canDiscard','commentsListView','_config','@external','time','68810ejpQMj','bindTemplate','_descriptionElement','ck-annotation__info-time','isExternal','isEnabled','creator','render','querySelector','discardButton','EXTERNAL_AVATAR','disableComments','acceptButton','editorDestroyed','type','execute','9819Gjtdaz','ck-suggestion--disabled-comments','commentThread','ck-annotation__user','content','change:description','color','locale','getTemplate','name','userView','\x22></span>','</p>','1129413OfXNPA','ck-annotation','innerText','source','1906660XqJCAg','createElement','EXTERNAL_SUGGESTION','ck-suggestion-wrapper','importWord','Discard\x20suggestion','40882479JqrvnS','map','ck-suggestion__user','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','push','ck-suggestion__main','\x22\x20title=\x22','discardSuggestion','ck-annotation__main','.ck-annotation__content-wrapper','value','delegate','ck-annotation__content-wrapper','10awDzbA','split','ck-suggestion__actions','formatDateTime','96tsBbQM','ck-suggestion-wrapper--active','10336GZCEPm','extendTemplate','ck-annotation__info','div','set','title','check','282caiLVU','ck-suggestion--discard','element','ck-comment__info-time','Accept\x20suggestion','editorReady','<span\x20class=\x22ck-suggestion-type\x22>','bind','join','description','canAccept','</span>','setTemplate','isActive','ck-suggestion-','getUserViewNotificationText','ck-suggestion__info-name','acceptSuggestion','EXTERNAL_IMPORT_WORD_SUGGESTION','children','author','ck-annotation__info-name','3106548hNBLAM','getExternalSuggestionNote','EXTERNAL_IMPORT_WORD_AVATAR','span','_createButton','229085XkVsPA','authoredAt','commentThreadInputView','<p>','ck-suggestion__info','ck-comment__external','fire','ck-suggestion--accept','innerHTML','ck-suggestion','descriptionParts'];_0x5f30=function(){return _0x8c75b0;};return _0x5f30();}import{getTranslation as _0x782d46}from'../../utils/common-translations.js';import{default as _0x342b2c}from'./basesuggestionthreadview.js';import{ButtonView as _0x27e95b}from'ckeditor5/src/ui.js';import{icons as _0x316b84}from'ckeditor5/src/core.js';import{trimHtml as _0x1e8712,UserView as _0x3a6d9b}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x2869(_0x2d22e0,_0x2b9cfb){const _0x5f30b8=_0x5f30();return _0x2869=function(_0x286902,_0x2827ab){_0x286902=_0x286902-0xef;let _0x1b0afb=_0x5f30b8[_0x286902];return _0x1b0afb;},_0x2869(_0x2d22e0,_0x2b9cfb);}export default class ne extends _0x342b2c{constructor(_0x2d39b9,_0x35795b,_0x44e193,_0x1ae21d){const _0x1e4564=_0x2869;super(_0x2d39b9,_0x35795b,_0x44e193,_0x1ae21d),this[_0x1e4564(0x14d)](_0x1e4564(0x11d),''),this[_0x1e4564(0x157)](_0x1e4564(0x11d))['to'](this,_0x1e4564(0x105),_0xbd4df4=>_0xbd4df4&&_0xbd4df4[0x0]?_0xbd4df4[0x0][_0x1e4564(0x11d)]:''),this[_0x1e4564(0x157)](_0x1e4564(0x159))['to'](this,_0x1e4564(0x105),this,_0x1e4564(0x15d),(_0x5db198,_0x452597)=>{const _0x37948b=_0x1e4564;let _0x41a796='';for(const _0x19a8a7 of _0x5db198)_0x41a796+=_0x37948b(0xfe)+ds(_0x19a8a7[_0x37948b(0x123)],_0x19a8a7[_0x37948b(0x125)])+_0x37948b(0x12b);return _0x452597?_0x41a796:_0x1e8712(_0x41a796,{'limit':0x8c});}),this[_0x1e4564(0x111)]=null,this[_0x1e4564(0x11b)]=this[_0x1e4564(0xfa)](_0x782d46(_0x2d39b9,_0x1e4564(0x154)),_0x316b84[_0x1e4564(0x14f)],_0x1e4564(0x102),_0x1e4564(0xf1),'sw'),this[_0x1e4564(0x11b)][_0x1e4564(0x157)](_0x1e4564(0x114))['to'](this,_0x1e4564(0x15a)),this[_0x1e4564(0x118)]=this[_0x1e4564(0xfa)](_0x782d46(_0x2d39b9,_0x1e4564(0x135)),_0x316b84[_0x1e4564(0x107)],_0x1e4564(0x151),_0x1e4564(0x13d),'sw'),this[_0x1e4564(0x118)][_0x1e4564(0x157)](_0x1e4564(0x114))['to'](this,_0x1e4564(0x10a)),this[_0x1e4564(0x129)]=new _0x3a6d9b(_0x2d39b9,this[_0x1e4564(0x108)][_0x1e4564(0xf4)],this[_0x1e4564(0xef)]()),this[_0x1e4564(0x129)][_0x1e4564(0x14a)]({'attributes':{'class':[_0x1e4564(0x138),_0x1e4564(0x122)]}}),this[_0x1e4564(0x15c)](this[_0x1e4564(0x127)]());}[_0xc6f7ac(0x127)](){const _0x5d5b95=_0xc6f7ac,_0x329a17=this[_0x5d5b95(0x110)],_0x2ed8de=[{'tag':_0x5d5b95(0x14c),'attributes':{'class':[_0x5d5b95(0xff),_0x5d5b95(0x14b)]},'children':[{'tag':_0x5d5b95(0xf9),'children':[{'text':this[_0x5d5b95(0x129)][_0x5d5b95(0x128)]}],'attributes':{'class':[_0x5d5b95(0xf0),_0x5d5b95(0xf5)]}},{'tag':_0x5d5b95(0x10e),'attributes':{'datetime':_0x329a17['to'](_0x5d5b95(0xfc)),'class':[_0x5d5b95(0x153),_0x5d5b95(0x112)]},'children':[{'text':_0x329a17['to'](_0x5d5b95(0xfc),_0x2fa3b2=>this[_0x5d5b95(0x10c)][_0x5d5b95(0x146)](_0x2fa3b2))}]}]},{'tag':_0x5d5b95(0x14c),'attributes':{'class':[_0x5d5b95(0x145),_0x5d5b95(0x109)]},'children':[this[_0x5d5b95(0x11b)],this[_0x5d5b95(0x118)]]},{'tag':_0x5d5b95(0x14c),'attributes':{'class':[_0x5d5b95(0x142)]}}];this[_0x5d5b95(0x108)][_0x5d5b95(0x113)]&&_0x2ed8de[_0x5d5b95(0x13a)]({'tag':_0x5d5b95(0x14c),'attributes':{'class':[_0x5d5b95(0x100)]},'children':[{'text':this[_0x5d5b95(0xf7)]()}]});const _0x1c2ac1={'tag':_0x5d5b95(0x14c),'attributes':{'class':[_0x5d5b95(0x133),_0x329a17['if'](_0x5d5b95(0x15d),_0x5d5b95(0x148)),_0x329a17['to'](_0x5d5b95(0x11d),_0xb9d00e=>_0x5d5b95(0x15e)+_0xb9d00e),this[_0x5d5b95(0x10c)][_0x5d5b95(0x11a)]&&_0x5d5b95(0x120)],'data-suggestion-id':this[_0x5d5b95(0x108)]['id'],'data-thread-id':this[_0x5d5b95(0x108)][_0x5d5b95(0x121)]['id'],'data-author-id':this[_0x5d5b95(0x108)][_0x5d5b95(0xf4)]['id'],'tabindex':-0x1},'children':[{'tag':_0x5d5b95(0x14c),'attributes':{'class':[_0x5d5b95(0x104),_0x5d5b95(0x12d)]},'children':[this[_0x5d5b95(0x129)],{'tag':_0x5d5b95(0x14c),'attributes':{'class':[_0x5d5b95(0x13b),_0x5d5b95(0x13e)]},'children':_0x2ed8de}]}]};return this[_0x5d5b95(0x10b)]&&this[_0x5d5b95(0xfd)]&&(_0x1c2ac1[_0x5d5b95(0xf3)][_0x5d5b95(0x13a)](this[_0x5d5b95(0x10b)],this[_0x5d5b95(0xfd)]),this[_0x5d5b95(0x10b)][_0x5d5b95(0x141)](_0x5d5b95(0x155))['to'](this),this[_0x5d5b95(0x10b)][_0x5d5b95(0x141)](_0x5d5b95(0x11c))['to'](this),this[_0x5d5b95(0xfd)][_0x5d5b95(0x141)](_0x5d5b95(0x155))['to'](this),this[_0x5d5b95(0xfd)][_0x5d5b95(0x141)](_0x5d5b95(0x11c))['to'](this)),_0x1c2ac1;}[_0xc6f7ac(0x116)](){const _0x332ce3=_0xc6f7ac;super[_0x332ce3(0x116)](),this[_0x332ce3(0x111)]=this[_0x332ce3(0x152)][_0x332ce3(0x117)](_0x332ce3(0x13f)),this[_0x332ce3(0x111)][_0x332ce3(0x103)]=this[_0x332ce3(0x159)],this['on'](_0x332ce3(0x124),(_0x3722fb,_0x40914a,_0x5edcaf)=>{const _0x3e3eee=_0x332ce3;this[_0x3e3eee(0x111)][_0x3e3eee(0x103)]=_0x5edcaf;});}[_0xc6f7ac(0xfa)](_0x59768f,_0x3b33fc,_0x1687aa,_0x557e42,_0x381138){const _0x1930f1=_0xc6f7ac,_0x110fee=new _0x27e95b(this[_0x1930f1(0x126)]);return _0x110fee[_0x1930f1(0x14d)]({'label':_0x59768f,'icon':_0x3b33fc,'tooltip':!0x0,'tooltipPosition':_0x381138}),_0x110fee[_0x1930f1(0x14a)]({'attributes':{'class':_0x1687aa}}),_0x110fee['on'](_0x1930f1(0x11e),()=>{const _0x586f9f=_0x1930f1;this[_0x586f9f(0x101)](_0x557e42,this[_0x586f9f(0x108)]['id']);}),_0x110fee;}[_0xc6f7ac(0xf7)](){const _0x4291b7=_0xc6f7ac;return _0x4291b7(0x134)===this[_0x4291b7(0x108)][_0x4291b7(0x106)][_0x4291b7(0x10d)][_0x4291b7(0x12f)]?_0x782d46(this[_0x4291b7(0x126)],_0x4291b7(0xf2)):_0x782d46(this[_0x4291b7(0x126)],_0x4291b7(0x132));}[_0xc6f7ac(0xef)](){const _0x597c41=_0xc6f7ac;return this[_0x597c41(0x108)][_0x597c41(0x113)]?_0x597c41(0x134)===this[_0x597c41(0x108)][_0x597c41(0x106)][_0x597c41(0x10d)][_0x597c41(0x12f)]?_0x782d46(this[_0x597c41(0x126)],_0x597c41(0xf8),this[_0x597c41(0x108)][_0x597c41(0x115)][_0x597c41(0x128)]):_0x782d46(this[_0x597c41(0x126)],_0x597c41(0x119),this[_0x597c41(0x108)][_0x597c41(0x115)][_0x597c41(0x128)]):null;}}function ds(_0x4e79aa,_0x2562a8){const _0x2dd2b2=_0xc6f7ac;let _0x17aad4='';return _0x17aad4+=_0x4e79aa[_0x2dd2b2(0x144)]('*')[_0x2dd2b2(0x137)]((_0x3f8f52,_0x4571cf)=>_0x4571cf%0x2!=0x0?_0x2dd2b2(0x156)+us(_0x3f8f52)+_0x2dd2b2(0x15b):us(_0x3f8f52))[_0x2dd2b2(0x158)](''),_0x2562a8&&(_0x17aad4+=_0x2dd2b2(0x139)+_0x2562a8[_0x2dd2b2(0x140)]+_0x2dd2b2(0x13c)+_0x2562a8[_0x2dd2b2(0x14e)]+_0x2dd2b2(0x12a)),_0x17aad4;}function us(_0x514d0b){const _0x3bb1e3=_0xc6f7ac,_0x40ecc8=document[_0x3bb1e3(0x131)](_0x3bb1e3(0xf9));return _0x40ecc8[_0x3bb1e3(0x12e)]=_0x514d0b,_0x40ecc8[_0x3bb1e3(0x103)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x5f2724,_0x3bc418,_0x543780){const t=_0x5f2724['t'];switch(_0x3bc418){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x543780);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x543780);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x543780);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x543780);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x543780);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x543780);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x543780);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x543780);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x543780);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x543780);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x543780);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x543780);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x543780);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x543780);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x543780);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x543780);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x543780);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x543780);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x543780);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x543780);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x543780);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x543780);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x543780);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x543780);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x543780);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x543780);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x543780);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x543780);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x543780);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x543780);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x543780);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x543780);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x543780);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x543780);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'ELEMENT_MULTI_LEVEL_LIST':return t({'string':'multi-level\x20list','id':'ELEMENT_MULTI_LEVEL_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x543780);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x543780);case'FORMAT_ALIGNMENT':return t({'string':'alignment','id':'FORMAT_ALIGNMENT'});case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x543780);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x543780);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x543780);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x543780);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x543780);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x543780);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x543780);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x543780);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x543780);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x543780);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});default:return _0x3bc418;}}
23
+ export function getTranslation(_0x3ba818,_0x31f43c,_0x515e7b){const t=_0x3ba818['t'];switch(_0x31f43c){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',_0x515e7b);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x515e7b);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x515e7b);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x515e7b);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x515e7b);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',_0x515e7b);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x515e7b);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',_0x515e7b);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x515e7b);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x515e7b);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x515e7b);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x515e7b);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x515e7b);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x515e7b);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x515e7b);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x515e7b);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x515e7b);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x515e7b);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x515e7b);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x515e7b);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x515e7b);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x515e7b);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x515e7b);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'},_0x515e7b);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x515e7b);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x515e7b);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x515e7b);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x515e7b);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x515e7b);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'},_0x515e7b);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x515e7b);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x515e7b);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x515e7b);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x515e7b);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'ELEMENT_MULTI_LEVEL_LIST':return t({'string':'multi-level\x20list','id':'ELEMENT_MULTI_LEVEL_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x515e7b);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x515e7b);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'},_0x515e7b);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'},_0x515e7b);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x515e7b);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'},_0x515e7b);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x515e7b);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'},_0x515e7b);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x515e7b);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x515e7b);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'},_0x515e7b);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'},_0x515e7b);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 _0x31f43c;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x15f236,_0x17b7b7){const _0x42c65c=_0xb567,_0x35bc47=_0x15f236();while(!![]){try{const _0x128dda=parseInt(_0x42c65c(0x84))/0x1+parseInt(_0x42c65c(0x91))/0x2+-parseInt(_0x42c65c(0x76))/0x3*(-parseInt(_0x42c65c(0x77))/0x4)+-parseInt(_0x42c65c(0x74))/0x5*(parseInt(_0x42c65c(0x7e))/0x6)+-parseInt(_0x42c65c(0x8e))/0x7+parseInt(_0x42c65c(0x7b))/0x8+-parseInt(_0x42c65c(0x72))/0x9*(-parseInt(_0x42c65c(0x96))/0xa);if(_0x128dda===_0x17b7b7)break;else _0x35bc47['push'](_0x35bc47['shift']());}catch(_0x7ba341){_0x35bc47['push'](_0x35bc47['shift']());}}}(_0x3d96,0xd52dc));export function normalizeDescription(_0x4b1b25){const _0x5978fd=_0xb567;return Array[_0x5978fd(0x81)](_0x4b1b25)||(_0x4b1b25=[_0x4b1b25]),_0x4b1b25[_0x5978fd(0x88)](_0x5726bc=>{const _0x2286c6=_0x5978fd,_0xfb678a=_0x5726bc[_0x2286c6(0x8f)][_0x2286c6(0x8b)](/\*/g,''),_0x2c0843=_0x5726bc[_0x2286c6(0x89)]?_0x2286c6(0x92)+_0x5726bc[_0x2286c6(0x89)][_0x2286c6(0x73)]+']':'';return'['+_0x5726bc[_0x2286c6(0x75)]+']\x20'+_0xfb678a+_0x2c0843;})[_0x5978fd(0x71)](';\x20');}function _0xb567(_0x2d1b8a,_0x481ba2){const _0x3d96dd=_0x3d96();return _0xb567=function(_0xb567e6,_0x3ab498){_0xb567e6=_0xb567e6-0x6d;let _0xd979a8=_0x3d96dd[_0xb567e6];return _0xd979a8;},_0xb567(_0x2d1b8a,_0x481ba2);}export function sortSuggestions(_0x5c41f3){const _0x297e6f=_0xb567;return _0x5c41f3[_0x297e6f(0x6f)]((_0x46b492,_0x531d2a)=>_0x297e6f(0x6e)==_0x46b492[_0x297e6f(0x75)]&&_0x297e6f(0x6e)!=_0x531d2a[_0x297e6f(0x75)]?-0x1:_0x297e6f(0x6e)!=_0x46b492[_0x297e6f(0x75)]&&_0x297e6f(0x6e)==_0x531d2a[_0x297e6f(0x75)]?0x1:0x0);}export function getSelectedSuggestions(_0x494c73,_0x683b3e){const _0x4c9efd=_0xb567,_0x3ceb73=Array[_0x4c9efd(0x79)](_0x494c73[_0x4c9efd(0x8a)]()),_0x9fdfcc=new Set();for(const _0xfb0c32 of _0x683b3e)if(_0xfb0c32[_0x4c9efd(0x8d)]){for(const _0x1ac6e0 of _0x3ceb73)for(const _0x478045 of _0xfb0c32[_0x4c9efd(0x8a)]())(_0x1ac6e0[_0x4c9efd(0x95)](_0x478045)||_0x494c73[_0x4c9efd(0x7a)]&&!_0xfb0c32[_0x4c9efd(0x82)]&&_0xfb0c32[_0x4c9efd(0x7d)]&&_0x478045[_0x4c9efd(0x7c)][_0x4c9efd(0x94)](_0x1ac6e0[_0x4c9efd(0x80)]))&&_0x9fdfcc[_0x4c9efd(0x8c)](_0xfb0c32);}return _0x9fdfcc;}export function getRangesOfBlockGroups(_0x1ec01a,_0x1f47df){const _0x3cbc28=_0xb567;let _0x494e7b,_0x1ae311=0x0;const _0x12fe13=[],_0x1d263d=_0x1f47df[_0x3cbc28(0x86)];for(;_0x1ae311<_0x1ec01a[_0x3cbc28(0x83)];){const _0x170826=_0x1ec01a[_0x1ae311],_0x3439e2=_0x1ec01a[_0x1ae311+0x1];_0x494e7b||(_0x494e7b=_0x1f47df[_0x3cbc28(0x87)](_0x170826)),co(_0x1f47df,_0x170826,_0x3439e2)||(_0x12fe13[_0x3cbc28(0x78)](_0x1f47df[_0x3cbc28(0x97)](_0x494e7b,_0x1d263d[_0x3cbc28(0x85)](_0x170826)?_0x1f47df[_0x3cbc28(0x6d)](_0x170826):_0x1f47df[_0x3cbc28(0x70)](_0x170826,_0x3cbc28(0x7c)))),_0x494e7b=null),_0x1ae311++;}return _0x12fe13;}function co(_0x2cf552,_0x3d6901,_0x42a8b0){const _0x5daf16=_0xb567;if(!_0x42a8b0)return!0x1;const _0x4d8505=_0x2cf552[_0x5daf16(0x6d)](_0x3d6901),_0x498bf2=_0x2cf552[_0x5daf16(0x87)](_0x42a8b0);return _0x4d8505[_0x5daf16(0x94)](_0x498bf2);}function _0x3d96(){const _0x2d754e=['length','1349484RJIKPf','isObject','schema','createPositionBefore','map','color','getRanges','replace','add','isInContent','8866438nwakWM','content','splice','25076ylAApq','\x20[color\x20','execute','isTouching','isIntersecting','1290oVvTsC','createRange','createPositionAfter','deletion','sort','createPositionAt','join','56799qQxJfT','value','5unVLqL','type','123BfPitJ','40156mugWfy','push','from','isCollapsed','693624omoxIz','end','next','3207774vdwXrr','change','start','isArray','isMultiRange'];_0x3d96=function(){return _0x2d754e;};return _0x3d96();}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x2b7afe,_0xd013d3,_0x5b49af){const _0x2c98e5=_0xb567;for(;_0x5b49af[_0x2c98e5(0x83)];){const _0x7239e7=_0x5b49af[_0x2c98e5(0x90)](0x0,0x64);_0x2b7afe[_0x2c98e5(0x7f)](()=>{const _0x7b90cd=_0x2c98e5;for(const _0xa39a4b of _0x7239e7)_0xa39a4b[_0x7b90cd(0x8d)]&&_0xd013d3[_0x7b90cd(0x93)](_0xa39a4b['id']);});}}
23
+ function _0xba2c(){const _0x3a17ad=['join','265mhEcQA','execute','from','11rtgjKo','start','change','3357610kPmkAy','198UzGFVZ','createPositionAt','createRange','createPositionAfter','\x20[color\x20','end','isInContent','deletion','getRanges','value','splice','isArray','1516869qeWQJB','1209565IseQRH','isObject','5596WpLYBK','add','createPositionBefore','length','content','next','70536ZesUQA','push','color','schema','type','12EifJgV','isCollapsed','isIntersecting','sort','isTouching','499300TgxrQG','map','255574ZoAbxM','isMultiRange','replace'];_0xba2c=function(){return _0x3a17ad;};return _0xba2c();}(function(_0x1e7218,_0x20d7f0){const _0x199d3c=_0x6a7a,_0x2469f9=_0x1e7218();while(!![]){try{const _0x192593=-parseInt(_0x199d3c(0x1f0))/0x1+-parseInt(_0x199d3c(0x1f2))/0x2+parseInt(_0x199d3c(0x1dd))/0x3+-parseInt(_0x199d3c(0x1e0))/0x4*(parseInt(_0x199d3c(0x1ca))/0x5)+parseInt(_0x199d3c(0x1eb))/0x6*(parseInt(_0x199d3c(0x1de))/0x7)+-parseInt(_0x199d3c(0x1e6))/0x8*(parseInt(_0x199d3c(0x1d1))/0x9)+-parseInt(_0x199d3c(0x1d0))/0xa*(-parseInt(_0x199d3c(0x1cd))/0xb);if(_0x192593===_0x20d7f0)break;else _0x2469f9['push'](_0x2469f9['shift']());}catch(_0x40048c){_0x2469f9['push'](_0x2469f9['shift']());}}}(_0xba2c,0x473b6));export function normalizeDescription(_0x3644c9){const _0x3741e6=_0x6a7a;return Array[_0x3741e6(0x1dc)](_0x3644c9)||(_0x3644c9=[_0x3644c9]),_0x3644c9[_0x3741e6(0x1f1)](_0x17a03b=>{const _0x3cf8e2=_0x3741e6,_0x59dcb9=_0x17a03b[_0x3cf8e2(0x1e4)][_0x3cf8e2(0x1f4)](/\*/g,''),_0x1a690c=_0x17a03b[_0x3cf8e2(0x1e8)]?_0x3cf8e2(0x1d5)+_0x17a03b[_0x3cf8e2(0x1e8)][_0x3cf8e2(0x1da)]+']':'';return'['+_0x17a03b[_0x3cf8e2(0x1ea)]+']\x20'+_0x59dcb9+_0x1a690c;})[_0x3741e6(0x1c9)](';\x20');}function _0x6a7a(_0x32efec,_0x3b536c){const _0xba2c1d=_0xba2c();return _0x6a7a=function(_0x6a7ab,_0x59756c){_0x6a7ab=_0x6a7ab-0x1c9;let _0x16ba49=_0xba2c1d[_0x6a7ab];return _0x16ba49;},_0x6a7a(_0x32efec,_0x3b536c);}export function sortSuggestions(_0x461d3b){const _0x40005d=_0x6a7a;return _0x461d3b[_0x40005d(0x1ee)]((_0xb235a2,_0x1a68ff)=>_0x40005d(0x1d8)==_0xb235a2[_0x40005d(0x1ea)]&&_0x40005d(0x1d8)!=_0x1a68ff[_0x40005d(0x1ea)]?-0x1:_0x40005d(0x1d8)!=_0xb235a2[_0x40005d(0x1ea)]&&_0x40005d(0x1d8)==_0x1a68ff[_0x40005d(0x1ea)]?0x1:0x0);}export function getSelectedSuggestions(_0x5c2d88,_0x1c3083){const _0x273fec=_0x6a7a,_0x1bbb9f=Array[_0x273fec(0x1cc)](_0x5c2d88[_0x273fec(0x1d9)]()),_0x57f986=new Set();for(const _0x359299 of _0x1c3083)if(_0x359299[_0x273fec(0x1d7)]){for(const _0x1d9455 of _0x1bbb9f)for(const _0x21bfad of _0x359299[_0x273fec(0x1d9)]())(_0x1d9455[_0x273fec(0x1ed)](_0x21bfad)||_0x5c2d88[_0x273fec(0x1ec)]&&!_0x359299[_0x273fec(0x1f3)]&&_0x359299[_0x273fec(0x1e5)]&&_0x21bfad[_0x273fec(0x1d6)][_0x273fec(0x1ef)](_0x1d9455[_0x273fec(0x1ce)]))&&_0x57f986[_0x273fec(0x1e1)](_0x359299);}return _0x57f986;}export function getRangesOfBlockGroups(_0x1d0ea3,_0x4dad3d){const _0x58214f=_0x6a7a;let _0x359596,_0x337ed1=0x0;const _0x3e2397=[],_0x21e781=_0x4dad3d[_0x58214f(0x1e9)];for(;_0x337ed1<_0x1d0ea3[_0x58214f(0x1e3)];){const _0xe382ea=_0x1d0ea3[_0x337ed1],_0x184474=_0x1d0ea3[_0x337ed1+0x1];_0x359596||(_0x359596=_0x4dad3d[_0x58214f(0x1e2)](_0xe382ea)),co(_0x4dad3d,_0xe382ea,_0x184474)||(_0x3e2397[_0x58214f(0x1e7)](_0x4dad3d[_0x58214f(0x1d3)](_0x359596,_0x21e781[_0x58214f(0x1df)](_0xe382ea)?_0x4dad3d[_0x58214f(0x1d4)](_0xe382ea):_0x4dad3d[_0x58214f(0x1d2)](_0xe382ea,_0x58214f(0x1d6)))),_0x359596=null),_0x337ed1++;}return _0x3e2397;}function co(_0x11395e,_0x174feb,_0x2dbecb){const _0x47b007=_0x6a7a;if(!_0x2dbecb)return!0x1;const _0x543b4e=_0x11395e[_0x47b007(0x1d4)](_0x174feb),_0x33bf47=_0x11395e[_0x47b007(0x1e2)](_0x2dbecb);return _0x543b4e[_0x47b007(0x1ef)](_0x33bf47);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x2496ba,_0x716c30,_0x1eb934){const _0x578bbb=_0x6a7a;for(;_0x1eb934[_0x578bbb(0x1e3)];){const _0x44b1fc=_0x1eb934[_0x578bbb(0x1db)](0x0,0x64);_0x2496ba[_0x578bbb(0x1cf)](()=>{const _0x31c9b5=_0x578bbb;for(const _0x2e5b04 of _0x44b1fc)_0x2e5b04[_0x31c9b5(0x1d7)]&&_0x716c30[_0x31c9b5(0x1cb)](_0x2e5b04['id']);});}}