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

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 (115) hide show
  1. package/build/track-changes.js +1 -1
  2. package/dist/translations/ar.js +1 -1
  3. package/dist/translations/az.js +1 -1
  4. package/dist/translations/bg.js +1 -1
  5. package/dist/translations/bn.js +1 -1
  6. package/dist/translations/ca.js +1 -1
  7. package/dist/translations/cs.js +1 -1
  8. package/dist/translations/da.js +1 -1
  9. package/dist/translations/de.js +1 -1
  10. package/dist/translations/el.js +1 -1
  11. package/dist/translations/en-au.js +1 -1
  12. package/dist/translations/es.js +1 -1
  13. package/dist/translations/et.js +1 -1
  14. package/dist/translations/fi.js +1 -1
  15. package/dist/translations/fr.js +1 -1
  16. package/dist/translations/gl.js +1 -1
  17. package/dist/translations/he.js +1 -1
  18. package/dist/translations/hi.js +1 -1
  19. package/dist/translations/hr.js +1 -1
  20. package/dist/translations/hu.js +1 -1
  21. package/dist/translations/id.js +1 -1
  22. package/dist/translations/it.js +1 -1
  23. package/dist/translations/ja.js +1 -1
  24. package/dist/translations/ko.js +1 -1
  25. package/dist/translations/lt.js +1 -1
  26. package/dist/translations/lv.js +1 -1
  27. package/dist/translations/ms.js +1 -1
  28. package/dist/translations/nl.js +1 -1
  29. package/dist/translations/no.js +1 -1
  30. package/dist/translations/pl.js +1 -1
  31. package/dist/translations/pt-br.js +1 -1
  32. package/dist/translations/pt.js +1 -1
  33. package/dist/translations/ro.js +1 -1
  34. package/dist/translations/ru.js +1 -1
  35. package/dist/translations/sk.js +1 -1
  36. package/dist/translations/sq.js +1 -1
  37. package/dist/translations/sr-latn.js +1 -1
  38. package/dist/translations/sr.js +1 -1
  39. package/dist/translations/sv.js +1 -1
  40. package/dist/translations/th.js +1 -1
  41. package/dist/translations/tk.js +1 -1
  42. package/dist/translations/tr.js +1 -1
  43. package/dist/translations/tt.js +1 -1
  44. package/dist/translations/uk.js +1 -1
  45. package/dist/translations/ur.js +1 -1
  46. package/dist/translations/vi.js +1 -1
  47. package/dist/translations/zh-cn.js +1 -1
  48. package/dist/translations/zh.js +1 -1
  49. package/package.json +3 -3
  50. package/src/commands/acceptsuggestioncommand.js +1 -1
  51. package/src/commands/discardsuggestioncommand.js +1 -1
  52. package/src/commands/executeonallsuggestionscommand.js +1 -1
  53. package/src/commands/executeonselectedsuggestionscommand.js +1 -1
  54. package/src/commands/trackchangescommand.js +1 -1
  55. package/src/index.js +1 -1
  56. package/src/integrations/aiassistant.js +1 -1
  57. package/src/integrations/alignment.js +1 -1
  58. package/src/integrations/basicstyles.js +1 -1
  59. package/src/integrations/blockquote.js +1 -1
  60. package/src/integrations/casechange.js +1 -1
  61. package/src/integrations/ckbox.js +1 -1
  62. package/src/integrations/codeblock.js +1 -1
  63. package/src/integrations/comments.js +1 -1
  64. package/src/integrations/deletecommand.js +1 -1
  65. package/src/integrations/entercommand.js +1 -1
  66. package/src/integrations/findandreplace.js +1 -1
  67. package/src/integrations/font.js +1 -1
  68. package/src/integrations/formatpainter.js +1 -1
  69. package/src/integrations/heading.js +1 -1
  70. package/src/integrations/highlight.js +1 -1
  71. package/src/integrations/horizontalline.js +1 -1
  72. package/src/integrations/htmlembed.js +1 -1
  73. package/src/integrations/image.js +1 -1
  74. package/src/integrations/imagereplace.js +1 -1
  75. package/src/integrations/imagestyle.js +1 -1
  76. package/src/integrations/importword.js +1 -1
  77. package/src/integrations/indent.js +1 -1
  78. package/src/integrations/inputcommand.js +1 -1
  79. package/src/integrations/legacylist.js +1 -1
  80. package/src/integrations/legacylistproperties.js +1 -1
  81. package/src/integrations/link.js +1 -1
  82. package/src/integrations/list.js +1 -1
  83. package/src/integrations/listproperties.js +1 -1
  84. package/src/integrations/mediaembed.js +1 -1
  85. package/src/integrations/mention.js +1 -1
  86. package/src/integrations/pagebreak.js +1 -1
  87. package/src/integrations/paragraph.js +1 -1
  88. package/src/integrations/removeformat.js +1 -1
  89. package/src/integrations/restrictededitingmode.js +1 -1
  90. package/src/integrations/shiftentercommand.js +1 -1
  91. package/src/integrations/standardeditingmode.js +1 -1
  92. package/src/integrations/style.js +1 -1
  93. package/src/integrations/table.js +1 -1
  94. package/src/integrations/tablecaption.js +1 -1
  95. package/src/integrations/tableclipboard.js +1 -1
  96. package/src/integrations/tablecolumnresize.js +1 -1
  97. package/src/integrations/tableheadings.js +1 -1
  98. package/src/integrations/tablemergesplit.js +1 -1
  99. package/src/integrations/tableofcontents.js +1 -1
  100. package/src/integrations/tableproperties.js +1 -1
  101. package/src/integrations/template.js +1 -1
  102. package/src/integrations/title.js +1 -1
  103. package/src/integrations/undo.js +1 -1
  104. package/src/integrations/utils.js +1 -1
  105. package/src/suggestion.js +1 -1
  106. package/src/suggestiondescriptionfactory.js +1 -1
  107. package/src/trackchanges.js +1 -1
  108. package/src/trackchangesdata.js +1 -1
  109. package/src/trackchangesediting.js +1 -1
  110. package/src/trackchangesui.js +1 -1
  111. package/src/ui/suggestioncontroller.js +1 -1
  112. package/src/ui/view/basesuggestionthreadview.js +1 -1
  113. package/src/ui/view/suggestionthreadview.js +1 -1
  114. package/src/utils/common-translations.js +1 -1
  115. package/src/utils/utils.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x1488dd=_0x342c;(function(_0x20b01b,_0x1ec7d7){const _0x49919a=_0x342c,_0x343192=_0x20b01b();while(!![]){try{const _0x5e8930=parseInt(_0x49919a(0x8f))/0x1*(-parseInt(_0x49919a(0x7e))/0x2)+-parseInt(_0x49919a(0x8a))/0x3+-parseInt(_0x49919a(0x78))/0x4+parseInt(_0x49919a(0x71))/0x5+parseInt(_0x49919a(0x73))/0x6*(-parseInt(_0x49919a(0x87))/0x7)+parseInt(_0x49919a(0x91))/0x8*(-parseInt(_0x49919a(0x90))/0x9)+parseInt(_0x49919a(0x8b))/0xa;if(_0x5e8930===_0x1ec7d7)break;else _0x343192['push'](_0x343192['shift']());}catch(_0x1f5eeb){_0x343192['push'](_0x343192['shift']());}}}(_0x7a7d,0x67de8));import{ObservableMixin as _0x7e3dff}from'ckeditor5/src/utils.js';import{getTranslation as _0xc3befe}from'../utils/common-translations.js';function _0x7a7d(){const _0x525841=['_setPendingAction','isEnabled','893300lPEcqR','stopListening','_pendingAction','destroy','change:isDirty','isDirty','6SJMHcq','execute','acceptSuggestion','_removePendingAction','_editor','locale','plugins','canAccept','model','14HVgrPq','getRanges','get','2502273fQDPIe','21039130CMjYBG','canDiscard','view','discardSuggestion','230735vMAtXW','9samKAp','1658584NMUNge','PENDING_ACTION_SUGGESTION','unbind','canEditAt','remove','add','commentThreadController','_acceptCommand','commands','bind','1648685PMJmCV','PendingActions','153774HSjPCe','listenTo','_discardCommand'];_0x7a7d=function(){return _0x525841;};return _0x7a7d();}function _0x342c(_0x5e08fa,_0x464b9d){const _0x7a7d46=_0x7a7d();return _0x342c=function(_0x342c46,_0xe8e9a5){_0x342c46=_0x342c46-0x6a;let _0x14bf29=_0x7a7d46[_0x342c46];return _0x14bf29;},_0x342c(_0x5e08fa,_0x464b9d);}export default class Xt extends _0x7e3dff(){constructor(_0x5b7391,_0x3ce9da,_0x48edb0,_0x2262ed){const _0x5916ce=_0x342c;super(),this[_0x5916ce(0x86)]=_0x3ce9da,this[_0x5916ce(0x8d)]=_0x48edb0,this[_0x5916ce(0x6d)]=_0x2262ed,this[_0x5916ce(0x82)]=_0x5b7391,this[_0x5916ce(0x6e)]=_0x5b7391[_0x5916ce(0x6f)][_0x5916ce(0x89)](_0x5916ce(0x80)),this[_0x5916ce(0x75)]=_0x5b7391[_0x5916ce(0x6f)][_0x5916ce(0x89)](_0x5916ce(0x8e)),this[_0x5916ce(0x8d)][_0x5916ce(0x70)](_0x5916ce(0x77))['to'](this[_0x5916ce(0x6e)],this[_0x5916ce(0x75)],(_0x4bc2cf,_0x998b58)=>_0x4bc2cf||_0x998b58),this[_0x5916ce(0x8d)][_0x5916ce(0x70)](_0x5916ce(0x85))['to'](this[_0x5916ce(0x6e)],_0x5916ce(0x77),_0x46ec34=>_0x46ec34&&this[_0x5916ce(0x82)][_0x5916ce(0x86)][_0x5916ce(0x6a)](_0x3ce9da[_0x5916ce(0x88)]())),this[_0x5916ce(0x8d)][_0x5916ce(0x70)](_0x5916ce(0x8c))['to'](this[_0x5916ce(0x75)],_0x5916ce(0x77),_0x3aa6e1=>_0x3aa6e1&&this[_0x5916ce(0x82)][_0x5916ce(0x86)][_0x5916ce(0x6a)](_0x3ce9da[_0x5916ce(0x88)]())),this[_0x5916ce(0x7a)]=null,_0x48edb0[_0x5916ce(0x7d)]&&this[_0x5916ce(0x76)](),this[_0x5916ce(0x74)](_0x48edb0,_0x5916ce(0x80),()=>this[_0x5916ce(0x80)]()),this[_0x5916ce(0x74)](_0x48edb0,_0x5916ce(0x8e),()=>this[_0x5916ce(0x8e)]()),this[_0x5916ce(0x74)](_0x48edb0,_0x5916ce(0x7c),()=>{const _0xecd0a3=_0x5916ce;_0x48edb0[_0xecd0a3(0x7d)]?this[_0xecd0a3(0x76)]():this[_0xecd0a3(0x81)]();});}[_0x1488dd(0x80)](){const _0xd89a75=_0x1488dd;this[_0xd89a75(0x6e)][_0xd89a75(0x7f)](this[_0xd89a75(0x86)]['id']);}[_0x1488dd(0x8e)](){const _0x30ca48=_0x1488dd;this[_0x30ca48(0x75)][_0x30ca48(0x7f)](this[_0x30ca48(0x86)]['id']);}[_0x1488dd(0x7b)](){const _0x51de34=_0x1488dd;this[_0x51de34(0x8d)][_0x51de34(0x93)](_0x51de34(0x77)),this[_0x51de34(0x8d)][_0x51de34(0x93)](_0x51de34(0x85)),this[_0x51de34(0x8d)][_0x51de34(0x93)](_0x51de34(0x8c)),this[_0x51de34(0x79)](),this[_0x51de34(0x6d)][_0x51de34(0x7b)](),this[_0x51de34(0x7a)]&&this[_0x51de34(0x81)]();}[_0x1488dd(0x76)](){const _0x4ff675=_0x1488dd,_0x2a75d6=_0xc3befe(this[_0x4ff675(0x82)][_0x4ff675(0x83)],_0x4ff675(0x92));this[_0x4ff675(0x7a)]=this[_0x4ff675(0x82)][_0x4ff675(0x84)][_0x4ff675(0x89)](_0x4ff675(0x72))[_0x4ff675(0x6c)](_0x2a75d6);}[_0x1488dd(0x81)](){const _0x3947d4=_0x1488dd;null!==this[_0x3947d4(0x7a)]&&this[_0x3947d4(0x82)][_0x3947d4(0x84)][_0x3947d4(0x89)](_0x3947d4(0x72))[_0x3947d4(0x6b)](this[_0x3947d4(0x7a)]),this[_0x3947d4(0x7a)]=null;}}
23
+ const _0x474bf5=_0x3f1d;(function(_0x508845,_0x1ea5c5){const _0x5c2662=_0x3f1d,_0x41c910=_0x508845();while(!![]){try{const _0x5020f7=parseInt(_0x5c2662(0x1d3))/0x1*(parseInt(_0x5c2662(0x1e5))/0x2)+-parseInt(_0x5c2662(0x1e0))/0x3*(-parseInt(_0x5c2662(0x1ef))/0x4)+parseInt(_0x5c2662(0x1ed))/0x5*(parseInt(_0x5c2662(0x1ce))/0x6)+-parseInt(_0x5c2662(0x1dd))/0x7*(parseInt(_0x5c2662(0x1f8))/0x8)+-parseInt(_0x5c2662(0x1e9))/0x9*(parseInt(_0x5c2662(0x1f4))/0xa)+parseInt(_0x5c2662(0x1d9))/0xb*(-parseInt(_0x5c2662(0x1e6))/0xc)+parseInt(_0x5c2662(0x1cf))/0xd;if(_0x5020f7===_0x1ea5c5)break;else _0x41c910['push'](_0x41c910['shift']());}catch(_0x260b3f){_0x41c910['push'](_0x41c910['shift']());}}}(_0x17ab,0x369f0));function _0x17ab(){const _0x3da666=['canDiscard','canEditAt','_discardCommand','unbind','acceptSuggestion','340439cgLkls','isEnabled','get','_editor','273469CcvpzV','commentThreadController','bind','366BEhmco','change:isDirty','model','add','discardSuggestion','4Zsnvlf','60fgHlvY','view','stopListening','2118969OmyDeu','remove','plugins','commands','3540ZaFnkW','canAccept','12188yVjGFX','PENDING_ACTION_SUGGESTION','PendingActions','locale','listenTo','10AQtNaZ','isDirty','_setPendingAction','_removePendingAction','40bxTuig','execute','_acceptCommand','1524dbqtUE','526383VlFEuG','destroy','_pendingAction','getRanges','108596zZjuMJ'];_0x17ab=function(){return _0x3da666;};return _0x17ab();}import{ObservableMixin as _0x4d2c46}from'ckeditor5/src/utils.js';function _0x3f1d(_0x230744,_0x5f4e67){const _0x17abf5=_0x17ab();return _0x3f1d=function(_0x3f1de2,_0x440bf9){_0x3f1de2=_0x3f1de2-0x1cd;let _0x339103=_0x17abf5[_0x3f1de2];return _0x339103;},_0x3f1d(_0x230744,_0x5f4e67);}import{getTranslation as _0x7545e0}from'../utils/common-translations.js';export default class Xt extends _0x4d2c46(){constructor(_0x1eda7,_0x246fb6,_0x1224b1,_0x506aab){const _0x322ad3=_0x3f1d;super(),this[_0x322ad3(0x1e2)]=_0x246fb6,this[_0x322ad3(0x1e7)]=_0x1224b1,this[_0x322ad3(0x1de)]=_0x506aab,this[_0x322ad3(0x1dc)]=_0x1eda7,this[_0x322ad3(0x1cd)]=_0x1eda7[_0x322ad3(0x1ec)][_0x322ad3(0x1db)](_0x322ad3(0x1d8)),this[_0x322ad3(0x1d6)]=_0x1eda7[_0x322ad3(0x1ec)][_0x322ad3(0x1db)](_0x322ad3(0x1e4)),this[_0x322ad3(0x1e7)][_0x322ad3(0x1df)](_0x322ad3(0x1da))['to'](this[_0x322ad3(0x1cd)],this[_0x322ad3(0x1d6)],(_0x4a5eb9,_0x198270)=>_0x4a5eb9||_0x198270),this[_0x322ad3(0x1e7)][_0x322ad3(0x1df)](_0x322ad3(0x1ee))['to'](this[_0x322ad3(0x1cd)],_0x322ad3(0x1da),_0x5aaa1f=>_0x5aaa1f&&this[_0x322ad3(0x1dc)][_0x322ad3(0x1e2)][_0x322ad3(0x1d5)](_0x246fb6[_0x322ad3(0x1d2)]())),this[_0x322ad3(0x1e7)][_0x322ad3(0x1df)](_0x322ad3(0x1d4))['to'](this[_0x322ad3(0x1d6)],_0x322ad3(0x1da),_0x3f2dbb=>_0x3f2dbb&&this[_0x322ad3(0x1dc)][_0x322ad3(0x1e2)][_0x322ad3(0x1d5)](_0x246fb6[_0x322ad3(0x1d2)]())),this[_0x322ad3(0x1d1)]=null,_0x1224b1[_0x322ad3(0x1f5)]&&this[_0x322ad3(0x1f6)](),this[_0x322ad3(0x1f3)](_0x1224b1,_0x322ad3(0x1d8),()=>this[_0x322ad3(0x1d8)]()),this[_0x322ad3(0x1f3)](_0x1224b1,_0x322ad3(0x1e4),()=>this[_0x322ad3(0x1e4)]()),this[_0x322ad3(0x1f3)](_0x1224b1,_0x322ad3(0x1e1),()=>{const _0x216d77=_0x322ad3;_0x1224b1[_0x216d77(0x1f5)]?this[_0x216d77(0x1f6)]():this[_0x216d77(0x1f7)]();});}[_0x474bf5(0x1d8)](){const _0x332d6e=_0x474bf5;this[_0x332d6e(0x1cd)][_0x332d6e(0x1f9)](this[_0x332d6e(0x1e2)]['id']);}[_0x474bf5(0x1e4)](){const _0x5c87d5=_0x474bf5;this[_0x5c87d5(0x1d6)][_0x5c87d5(0x1f9)](this[_0x5c87d5(0x1e2)]['id']);}[_0x474bf5(0x1d0)](){const _0x4dbbb2=_0x474bf5;this[_0x4dbbb2(0x1e7)][_0x4dbbb2(0x1d7)](_0x4dbbb2(0x1da)),this[_0x4dbbb2(0x1e7)][_0x4dbbb2(0x1d7)](_0x4dbbb2(0x1ee)),this[_0x4dbbb2(0x1e7)][_0x4dbbb2(0x1d7)](_0x4dbbb2(0x1d4)),this[_0x4dbbb2(0x1e8)](),this[_0x4dbbb2(0x1de)][_0x4dbbb2(0x1d0)](),this[_0x4dbbb2(0x1d1)]&&this[_0x4dbbb2(0x1f7)]();}[_0x474bf5(0x1f6)](){const _0x2bedfe=_0x474bf5,_0x26edc9=_0x7545e0(this[_0x2bedfe(0x1dc)][_0x2bedfe(0x1f2)],_0x2bedfe(0x1f0));this[_0x2bedfe(0x1d1)]=this[_0x2bedfe(0x1dc)][_0x2bedfe(0x1eb)][_0x2bedfe(0x1db)](_0x2bedfe(0x1f1))[_0x2bedfe(0x1e3)](_0x26edc9);}[_0x474bf5(0x1f7)](){const _0x370651=_0x474bf5;null!==this[_0x370651(0x1d1)]&&this[_0x370651(0x1dc)][_0x370651(0x1eb)][_0x370651(0x1db)](_0x370651(0x1f1))[_0x370651(0x1ea)](this[_0x370651(0x1d1)]),this[_0x370651(0x1d1)]=null;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0xc070bf=_0x52be;(function(_0x1cfa0d,_0x45345d){const _0x1d1082=_0x52be,_0x261fbe=_0x1cfa0d();while(!![]){try{const _0x1864bb=parseInt(_0x1d1082(0x190))/0x1*(-parseInt(_0x1d1082(0x1b2))/0x2)+parseInt(_0x1d1082(0x1b5))/0x3+-parseInt(_0x1d1082(0x1a2))/0x4+-parseInt(_0x1d1082(0x1a7))/0x5*(parseInt(_0x1d1082(0x197))/0x6)+-parseInt(_0x1d1082(0x19e))/0x7+-parseInt(_0x1d1082(0x18f))/0x8*(parseInt(_0x1d1082(0x1ae))/0x9)+parseInt(_0x1d1082(0x18a))/0xa;if(_0x1864bb===_0x45345d)break;else _0x261fbe['push'](_0x261fbe['shift']());}catch(_0x3fe973){_0x261fbe['push'](_0x261fbe['shift']());}}}(_0x5f3d,0x73824));import{View as _0x727099}from'ckeditor5/src/ui.js';function _0x52be(_0x3e1bc3,_0x4187b5){const _0x5f3d4b=_0x5f3d();return _0x52be=function(_0x52beb8,_0x34201b){_0x52beb8=_0x52beb8-0x18a;let _0x3882f5=_0x5f3d4b[_0x52beb8];return _0x3882f5;},_0x52be(_0x3e1bc3,_0x4187b5);}function _0x5f3d(){const _0x52b245=['element','isEnabled','removeComment','6TNhkJA','submit','hasDirtyComment','commentThread','focus','isReadOnly','addComment','5893706RlCCGj','assign','value','_model','2065780SqwJlX','set','authoredAt','length','_createCommentThreadInputView','3097860wJSayT','bind','setData','descriptionParts','CommentView','locale','delegate','7119423UHRPWW','showInput','canDiscard','editorConfig','786ZPiSNw','destroy','isActive','1317075nBHLBp','editor','_config','fire','disableComments','updateComment','isDirty','_createCommentViews','33332780DYVnln','commentThreadInputView','commentInputView','disabledSubmit','cancel','8AgHjNZ','1349aHNecd','commentsListView','canAccept','_localUser'];_0x5f3d=function(){return _0x52b245;};return _0x5f3d();}export default class es extends _0x727099{constructor(_0x310fa5,_0x493479,_0x4d3536,_0x210857){const _0x5a9c96=_0x52be;super(_0x310fa5),this[_0x5a9c96(0x191)]=null,this[_0x5a9c96(0x18b)]=null,this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1b4),!0x1),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1a4),_0x493479[_0x5a9c96(0x1a4)]),this[_0x5a9c96(0x1a8)](_0x5a9c96(0x1a4))['to'](_0x493479),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1aa),[]),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1bb),!0x1),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x195),!0x1),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x192),!0x1),this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1b0),!0x1),this[_0x5a9c96(0x1a1)]=_0x493479,this[_0x5a9c96(0x193)]=_0x4d3536,this[_0x5a9c96(0x1b7)]=_0x210857,_0x210857[_0x5a9c96(0x1b9)]?this[_0x5a9c96(0x1a3)](_0x5a9c96(0x1a5),0x1):this[_0x5a9c96(0x1bc)]();}[_0xc070bf(0x19b)](){const _0x56526f=_0xc070bf;this[_0x56526f(0x194)][_0x56526f(0x19b)]();}[_0xc070bf(0x1b3)](){const _0x380fb5=_0xc070bf;this[_0x380fb5(0x191)]&&this[_0x380fb5(0x191)][_0x380fb5(0x1b3)](),this[_0x380fb5(0x18b)]&&this[_0x380fb5(0x18b)][_0x380fb5(0x1b3)](),super[_0x380fb5(0x1b3)]();}[_0xc070bf(0x1bc)](){const _0x27ef08=_0xc070bf,{CommentsListView:_0x42afc8}=this[_0x27ef08(0x1b7)];this[_0x27ef08(0x191)]=new _0x42afc8(this[_0x27ef08(0x1ac)],this[_0x27ef08(0x1a1)][_0x27ef08(0x19a)],Object[_0x27ef08(0x19f)]({'CommentView':this[_0x27ef08(0x1b7)][_0x27ef08(0x1ab)]},this[_0x27ef08(0x1b7)])),this[_0x27ef08(0x191)][_0x27ef08(0x1ad)](_0x27ef08(0x196))['to'](this),this[_0x27ef08(0x191)][_0x27ef08(0x1ad)](_0x27ef08(0x1ba))['to'](this),this[_0x27ef08(0x191)][_0x27ef08(0x1a8)](_0x27ef08(0x1b4))['to'](this),this[_0x27ef08(0x1a3)](_0x27ef08(0x1a5),this[_0x27ef08(0x191)][_0x27ef08(0x1a5)]+0x1),this[_0x27ef08(0x1a8)](_0x27ef08(0x1a5))['to'](this[_0x27ef08(0x191)],_0x27ef08(0x1a5),_0x237242=>_0x237242+0x1),this[_0x27ef08(0x18b)]=this[_0x27ef08(0x1a6)](),this['on'](_0x27ef08(0x196),()=>this[_0x27ef08(0x19b)]()),this[_0x27ef08(0x1a8)](_0x27ef08(0x1bb))['to'](this[_0x27ef08(0x191)],_0x27ef08(0x199),this[_0x27ef08(0x18b)][_0x27ef08(0x18c)],_0x27ef08(0x1a0),(_0x58a172,_0x5d7e62)=>_0x58a172||!!_0x5d7e62);}[_0xc070bf(0x1a6)](){const _0x344a8c=_0xc070bf,{CommentThreadInputView:_0x2524fd}=this[_0x344a8c(0x1b7)],_0xdbe8dd=new _0x2524fd(this[_0x344a8c(0x1ac)],this[_0x344a8c(0x193)],this[_0x344a8c(0x1b7)][_0x344a8c(0x1b1)]),_0x37b37e=_0xdbe8dd[_0x344a8c(0x18c)];return _0xdbe8dd[_0x344a8c(0x1a8)](_0x344a8c(0x1af))['to'](this,_0x344a8c(0x1b4),this[_0x344a8c(0x1a1)][_0x344a8c(0x19a)],_0x344a8c(0x19c),_0x37b37e,_0x344a8c(0x1a0),(_0x53365b,_0x484867,_0x22c48e)=>!!_0x22c48e||_0x53365b&&!_0x484867),_0x37b37e['on'](_0x344a8c(0x198),(_0x463d72,_0x49baa8)=>{const _0x41b2b2=_0x344a8c;this[_0x41b2b2(0x1b8)](_0x41b2b2(0x19d),_0x49baa8),_0x37b37e[_0x41b2b2(0x1b6)][_0x41b2b2(0x1a9)]('');}),_0x37b37e['on'](_0x344a8c(0x18e),()=>this[_0x344a8c(0x19b)]()),_0x37b37e[_0x344a8c(0x1a8)](_0x344a8c(0x18d))['to'](this[_0x344a8c(0x1a1)][_0x344a8c(0x19a)],_0x344a8c(0x19c)),_0xdbe8dd;}}
23
+ const _0x19fa9e=_0x45a9;(function(_0xd9426d,_0x426917){const _0x4055d5=_0x45a9,_0x1bfe5c=_0xd9426d();while(!![]){try{const _0x18d88c=parseInt(_0x4055d5(0xa8))/0x1*(-parseInt(_0x4055d5(0x96))/0x2)+-parseInt(_0x4055d5(0x98))/0x3*(parseInt(_0x4055d5(0x8e))/0x4)+parseInt(_0x4055d5(0x92))/0x5+-parseInt(_0x4055d5(0xa4))/0x6*(parseInt(_0x4055d5(0x8b))/0x7)+parseInt(_0x4055d5(0xa0))/0x8*(parseInt(_0x4055d5(0x83))/0x9)+-parseInt(_0x4055d5(0xa7))/0xa*(-parseInt(_0x4055d5(0xb0))/0xb)+parseInt(_0x4055d5(0xa6))/0xc;if(_0x18d88c===_0x426917)break;else _0x1bfe5c['push'](_0x1bfe5c['shift']());}catch(_0x460813){_0x1bfe5c['push'](_0x1bfe5c['shift']());}}}(_0x53d7,0x4f1bf));import{View as _0x116c3f}from'ckeditor5/src/ui.js';function _0x45a9(_0x258d4e,_0x2c195a){const _0x53d7b5=_0x53d7();return _0x45a9=function(_0x45a95b,_0x563a3f){_0x45a95b=_0x45a95b-0x7d;let _0x3223e6=_0x53d7b5[_0x45a95b];return _0x3223e6;},_0x45a9(_0x258d4e,_0x2c195a);}export default class es extends _0x116c3f{constructor(_0x1dce0b,_0x5922a5,_0x4bcba0,_0x29723c){const _0x32a6bb=_0x45a9;super(_0x1dce0b),this[_0x32a6bb(0x7d)]=null,this[_0x32a6bb(0x87)]=null,this[_0x32a6bb(0x8a)](_0x32a6bb(0x8c),!0x1),this[_0x32a6bb(0x8a)](_0x32a6bb(0x85),_0x5922a5[_0x32a6bb(0x85)]),this[_0x32a6bb(0xac)](_0x32a6bb(0x85))['to'](_0x5922a5),this[_0x32a6bb(0x8a)](_0x32a6bb(0x9a),[]),this[_0x32a6bb(0x8a)](_0x32a6bb(0xaa),!0x1),this[_0x32a6bb(0x8a)](_0x32a6bb(0x91),!0x1),this[_0x32a6bb(0x8a)](_0x32a6bb(0xa2),!0x1),this[_0x32a6bb(0x8a)](_0x32a6bb(0xa1),!0x1),this[_0x32a6bb(0x82)]=_0x5922a5,this[_0x32a6bb(0x9c)]=_0x4bcba0,this[_0x32a6bb(0x86)]=_0x29723c,_0x29723c[_0x32a6bb(0xae)]?this[_0x32a6bb(0x8a)](_0x32a6bb(0x9d),0x1):this[_0x32a6bb(0x99)]();}[_0x19fa9e(0x93)](){const _0x1403ba=_0x19fa9e;this[_0x1403ba(0x89)][_0x1403ba(0x93)]();}[_0x19fa9e(0x9b)](){const _0x5867b8=_0x19fa9e;this[_0x5867b8(0x7d)]&&this[_0x5867b8(0x7d)][_0x5867b8(0x9b)](),this[_0x5867b8(0x87)]&&this[_0x5867b8(0x87)][_0x5867b8(0x9b)](),super[_0x5867b8(0x9b)]();}[_0x19fa9e(0x99)](){const _0x4e8f3f=_0x19fa9e,{CommentsListView:_0x9a2d8}=this[_0x4e8f3f(0x86)];this[_0x4e8f3f(0x7d)]=new _0x9a2d8(this[_0x4e8f3f(0x95)],this[_0x4e8f3f(0x82)][_0x4e8f3f(0xa9)],Object[_0x4e8f3f(0x7e)]({'CommentView':this[_0x4e8f3f(0x86)][_0x4e8f3f(0x81)]},this[_0x4e8f3f(0x86)])),this[_0x4e8f3f(0x7d)][_0x4e8f3f(0x80)](_0x4e8f3f(0x8f))['to'](this),this[_0x4e8f3f(0x7d)][_0x4e8f3f(0x80)](_0x4e8f3f(0xab))['to'](this),this[_0x4e8f3f(0x7d)][_0x4e8f3f(0xac)](_0x4e8f3f(0x8c))['to'](this),this[_0x4e8f3f(0x8a)](_0x4e8f3f(0x9d),this[_0x4e8f3f(0x7d)][_0x4e8f3f(0x9d)]+0x1),this[_0x4e8f3f(0xac)](_0x4e8f3f(0x9d))['to'](this[_0x4e8f3f(0x7d)],_0x4e8f3f(0x9d),_0xe14a59=>_0xe14a59+0x1),this[_0x4e8f3f(0x87)]=this[_0x4e8f3f(0xad)](),this['on'](_0x4e8f3f(0x8f),()=>this[_0x4e8f3f(0x93)]()),this[_0x4e8f3f(0xac)](_0x4e8f3f(0xaa))['to'](this[_0x4e8f3f(0x7d)],_0x4e8f3f(0x88),this[_0x4e8f3f(0x87)][_0x4e8f3f(0x9f)],_0x4e8f3f(0x84),(_0x49f13d,_0x260095)=>_0x49f13d||!!_0x260095);}[_0x19fa9e(0xad)](){const _0x4ef58c=_0x19fa9e,{CommentThreadInputView:_0x4db00e}=this[_0x4ef58c(0x86)],_0x4d4b81=new _0x4db00e(this[_0x4ef58c(0x95)],this[_0x4ef58c(0x9c)],this[_0x4ef58c(0x86)][_0x4ef58c(0xa3)]),_0x289914=_0x4d4b81[_0x4ef58c(0x9f)];return _0x4d4b81[_0x4ef58c(0xac)](_0x4ef58c(0x9e))['to'](this,_0x4ef58c(0x8c),this[_0x4ef58c(0x82)][_0x4ef58c(0xa9)],_0x4ef58c(0x8d),_0x289914,_0x4ef58c(0x84),(_0x519834,_0x43abc8,_0xdd3d0e)=>!!_0xdd3d0e||_0x519834&&!_0x43abc8),_0x289914['on'](_0x4ef58c(0xa5),(_0x154676,_0x57a503)=>{const _0x24a59e=_0x4ef58c;this[_0x24a59e(0x94)](_0x24a59e(0xb1),_0x57a503),_0x289914[_0x24a59e(0xaf)][_0x24a59e(0x7f)]('');}),_0x289914['on'](_0x4ef58c(0x97),()=>this[_0x4ef58c(0x93)]()),_0x289914[_0x4ef58c(0xac)](_0x4ef58c(0x90))['to'](this[_0x4ef58c(0x82)][_0x4ef58c(0xa9)],_0x4ef58c(0x8d)),_0x4d4b81;}}function _0x53d7(){const _0x3fcb8a=['editorConfig','3624390hlIKyT','submit','12872244ymPWsd','10AnnZHe','8548KNNQkJ','commentThread','isDirty','updateComment','bind','_createCommentThreadInputView','disableComments','editor','310849VWSoYA','addComment','commentsListView','assign','setData','delegate','CommentView','_model','9XPZrvI','value','authoredAt','_config','commentThreadInputView','hasDirtyComment','element','set','7eaNzKb','isActive','isReadOnly','8iFrgoQ','removeComment','disabledSubmit','isEnabled','1459835EelLnO','focus','fire','locale','140ctiCty','cancel','742011rgwUEq','_createCommentViews','descriptionParts','destroy','_localUser','length','showInput','commentInputView','5025736mSLjuW','canDiscard','canAccept'];_0x53d7=function(){return _0x3fcb8a;};return _0x53d7();}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x4ce4f8=_0x4a91;function _0x4a91(_0x2ccb65,_0x10ffac){const _0x1e7ca0=_0x1e7c();return _0x4a91=function(_0x4a917c,_0x35a913){_0x4a917c=_0x4a917c-0x1e2;let _0x30c7d5=_0x1e7ca0[_0x4a917c];return _0x30c7d5;},_0x4a91(_0x2ccb65,_0x10ffac);}(function(_0x4d2f25,_0x37b753){const _0x19bb85=_0x4a91,_0x4af6c8=_0x4d2f25();while(!![]){try{const _0x3e0a8c=parseInt(_0x19bb85(0x20b))/0x1*(parseInt(_0x19bb85(0x23c))/0x2)+-parseInt(_0x19bb85(0x1ff))/0x3*(parseInt(_0x19bb85(0x218))/0x4)+parseInt(_0x19bb85(0x232))/0x5+parseInt(_0x19bb85(0x200))/0x6+parseInt(_0x19bb85(0x21c))/0x7*(-parseInt(_0x19bb85(0x1eb))/0x8)+parseInt(_0x19bb85(0x23d))/0x9*(-parseInt(_0x19bb85(0x213))/0xa)+parseInt(_0x19bb85(0x20d))/0xb*(parseInt(_0x19bb85(0x236))/0xc);if(_0x3e0a8c===_0x37b753)break;else _0x4af6c8['push'](_0x4af6c8['shift']());}catch(_0x57644f){_0x4af6c8['push'](_0x4af6c8['shift']());}}}(_0x1e7c,0x72d66));import{getTranslation as _0x210511}from'../../utils/common-translations.js';import{default as _0x5b9165}from'./basesuggestionthreadview.js';import{ButtonView as _0x1f77a2}from'ckeditor5/src/ui.js';import{icons as _0x5d23b3}from'ckeditor5/src/core.js';import{trimHtml as _0x1c9f02,UserView as _0x4d9f1e}from'ckeditor5-collaboration/src/collaboration-core.js';export default class Yt extends _0x5b9165{constructor(_0x34062b,_0x215e93,_0x5df549,_0x139426){const _0x12b784=_0x4a91;super(_0x34062b,_0x215e93,_0x5df549,_0x139426),this[_0x12b784(0x1ec)](_0x12b784(0x1fc),''),this[_0x12b784(0x21d)](_0x12b784(0x1fc))['to'](this,_0x12b784(0x1f7),_0x2f30ee=>_0x2f30ee&&_0x2f30ee[0x0]?_0x2f30ee[0x0][_0x12b784(0x1fc)]:''),this[_0x12b784(0x21d)](_0x12b784(0x212))['to'](this,_0x12b784(0x1f7),this,_0x12b784(0x237),(_0xbdcc54,_0x30d42b)=>{const _0x4eecb7=_0x12b784;let _0x45cc2d='';for(const _0x5f329f of _0xbdcc54)_0x45cc2d+=_0x4eecb7(0x24d)+ds(_0x5f329f[_0x4eecb7(0x206)],_0x5f329f[_0x4eecb7(0x203)])+_0x4eecb7(0x20f);return _0x30d42b?_0x45cc2d:_0x1c9f02(_0x45cc2d,{'limit':0x8c});}),this[_0x12b784(0x225)]=null,this[_0x12b784(0x244)]=this[_0x12b784(0x238)](_0x210511(_0x34062b,_0x12b784(0x229)),_0x5d23b3[_0x12b784(0x1ea)],_0x12b784(0x1fd),_0x12b784(0x24c),'sw'),this[_0x12b784(0x244)][_0x12b784(0x21d)](_0x12b784(0x1e6))['to'](this,_0x12b784(0x228)),this[_0x12b784(0x1fa)]=this[_0x12b784(0x238)](_0x210511(_0x34062b,_0x12b784(0x22c)),_0x5d23b3[_0x12b784(0x22d)],_0x12b784(0x22e),_0x12b784(0x252),'sw'),this[_0x12b784(0x1fa)][_0x12b784(0x21d)](_0x12b784(0x1e6))['to'](this,_0x12b784(0x245)),this[_0x12b784(0x23b)]=new _0x4d9f1e(_0x34062b,this[_0x12b784(0x1e9)][_0x12b784(0x1e5)],this[_0x12b784(0x234)]()),this[_0x12b784(0x23b)][_0x12b784(0x24b)]({'attributes':{'class':[_0x12b784(0x1e7),_0x12b784(0x1fe)]}}),this[_0x12b784(0x1ef)](this[_0x12b784(0x220)]());}[_0x4ce4f8(0x220)](){const _0x48cab7=_0x4ce4f8,_0x634be3=this[_0x48cab7(0x1f9)],_0x4bb21d=[{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x1f0),_0x48cab7(0x1fb)]},'children':[{'tag':_0x48cab7(0x1f2),'children':[{'text':this[_0x48cab7(0x23b)][_0x48cab7(0x219)]}],'attributes':{'class':[_0x48cab7(0x233),_0x48cab7(0x226)]}},{'tag':_0x48cab7(0x21f),'attributes':{'datetime':_0x634be3['to'](_0x48cab7(0x24e)),'class':[_0x48cab7(0x227),_0x48cab7(0x21b)]},'children':[{'text':_0x634be3['to'](_0x48cab7(0x24e),_0x3439db=>this[_0x48cab7(0x1f1)][_0x48cab7(0x210)](_0x3439db))}]}]},{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x1f5),_0x48cab7(0x223)]},'children':[this[_0x48cab7(0x244)],this[_0x48cab7(0x1fa)]]},{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x205)]}}];this[_0x48cab7(0x1e9)][_0x48cab7(0x202)]&&_0x4bb21d[_0x48cab7(0x1ed)]({'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x222)]},'children':[{'text':this[_0x48cab7(0x239)]()}]});const _0x53b16b={'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x217),_0x634be3['if'](_0x48cab7(0x237),_0x48cab7(0x240)),_0x634be3['to'](_0x48cab7(0x1fc),_0x34aac7=>_0x48cab7(0x24a)+_0x34aac7),this[_0x48cab7(0x1f1)][_0x48cab7(0x246)]&&_0x48cab7(0x250)],'data-suggestion-id':this[_0x48cab7(0x1e9)]['id'],'data-thread-id':this[_0x48cab7(0x1e9)][_0x48cab7(0x209)]['id'],'data-author-id':this[_0x48cab7(0x1e9)][_0x48cab7(0x1e5)]['id'],'tabindex':-0x1},'children':[{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x20c),_0x48cab7(0x22f)]},'children':[this[_0x48cab7(0x23b)],{'tag':_0x48cab7(0x214),'attributes':{'class':[_0x48cab7(0x1ee),_0x48cab7(0x20a)]},'children':_0x4bb21d}]}]};return this[_0x48cab7(0x235)]&&this[_0x48cab7(0x216)]&&(_0x53b16b[_0x48cab7(0x207)][_0x48cab7(0x1ed)](this[_0x48cab7(0x235)],this[_0x48cab7(0x216)]),this[_0x48cab7(0x235)][_0x48cab7(0x230)](_0x48cab7(0x1e2))['to'](this),this[_0x48cab7(0x235)][_0x48cab7(0x230)](_0x48cab7(0x22b))['to'](this),this[_0x48cab7(0x216)][_0x48cab7(0x230)](_0x48cab7(0x1e2))['to'](this),this[_0x48cab7(0x216)][_0x48cab7(0x230)](_0x48cab7(0x22b))['to'](this)),_0x53b16b;}[_0x4ce4f8(0x23f)](){const _0x2fb1f8=_0x4ce4f8;super[_0x2fb1f8(0x23f)](),this[_0x2fb1f8(0x225)]=this[_0x2fb1f8(0x22a)][_0x2fb1f8(0x204)](_0x2fb1f8(0x1f6)),this[_0x2fb1f8(0x225)][_0x2fb1f8(0x208)]=this[_0x2fb1f8(0x212)],this['on'](_0x2fb1f8(0x24f),(_0x1043fe,_0x5a41cb,_0x208754)=>{const _0x540579=_0x2fb1f8;this[_0x540579(0x225)][_0x540579(0x208)]=_0x208754;});}[_0x4ce4f8(0x238)](_0x597385,_0xaeb290,_0x641540,_0x393512,_0x28f51c){const _0x30f4d4=_0x4ce4f8,_0x35dd83=new _0x1f77a2(this[_0x30f4d4(0x1f4)]);return _0x35dd83[_0x30f4d4(0x1ec)]({'label':_0x597385,'icon':_0xaeb290,'tooltip':!0x0,'tooltipPosition':_0x28f51c}),_0x35dd83[_0x30f4d4(0x24b)]({'attributes':{'class':_0x641540}}),_0x35dd83['on'](_0x30f4d4(0x241),()=>{const _0x180e62=_0x30f4d4;this[_0x180e62(0x211)](_0x393512,this[_0x180e62(0x1e9)]['id']);}),_0x35dd83;}[_0x4ce4f8(0x239)](){const _0x26d81e=_0x4ce4f8;return _0x26d81e(0x249)===this[_0x26d81e(0x1e9)][_0x26d81e(0x231)][_0x26d81e(0x242)][_0x26d81e(0x224)]?_0x210511(this[_0x26d81e(0x1f4)],_0x26d81e(0x248)):_0x210511(this[_0x26d81e(0x1f4)],_0x26d81e(0x20e));}[_0x4ce4f8(0x234)](){const _0x5bfe54=_0x4ce4f8;return this[_0x5bfe54(0x1e9)][_0x5bfe54(0x202)]?_0x5bfe54(0x249)===this[_0x5bfe54(0x1e9)][_0x5bfe54(0x231)][_0x5bfe54(0x242)][_0x5bfe54(0x224)]?_0x210511(this[_0x5bfe54(0x1f4)],_0x5bfe54(0x21e),this[_0x5bfe54(0x1e9)][_0x5bfe54(0x23a)][_0x5bfe54(0x219)]):_0x210511(this[_0x5bfe54(0x1f4)],_0x5bfe54(0x243),this[_0x5bfe54(0x1e9)][_0x5bfe54(0x23a)][_0x5bfe54(0x219)]):null;}}function ds(_0x190a6e,_0x3e41c8){const _0x432715=_0x4ce4f8;let _0x1ac6a2='';return _0x1ac6a2+=_0x190a6e[_0x432715(0x1e8)]('*')[_0x432715(0x1f8)]((_0x4fae1d,_0x1ceddd)=>_0x1ceddd%0x2!=0x0?_0x432715(0x21a)+us(_0x4fae1d)+_0x432715(0x215):us(_0x4fae1d))[_0x432715(0x1e3)](''),_0x3e41c8&&(_0x1ac6a2+=_0x432715(0x247)+_0x3e41c8[_0x432715(0x201)]+_0x432715(0x1f3)+_0x3e41c8[_0x432715(0x221)]+_0x432715(0x251)),_0x1ac6a2;}function _0x1e7c(){const _0x5daaa2=['_descriptionElement','ck-annotation__info-name','ck-comment__info-time','canAccept','Accept\x20suggestion','element','editorDestroyed','Discard\x20suggestion','cancel','ck-suggestion--discard','ck-annotation','delegate','attributes','2081800MiJiFl','ck-suggestion__info-name','getUserViewNotificationText','commentsListView','804WBHgPL','isActive','_createButton','getExternalSuggestionNote','creator','userView','16iZObwr','5339943LLUszt','createElement','render','ck-suggestion-wrapper--active','execute','@external','EXTERNAL_AVATAR','acceptButton','canDiscard','disableComments','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','EXTERNAL_IMPORT_WORD_SUGGESTION','importWord','ck-suggestion-','extendTemplate','acceptSuggestion','<p>','authoredAt','change:description','ck-suggestion--disabled-comments','\x22></span>','discardSuggestion','editorReady','join','innerText','author','isEnabled','ck-suggestion__user','split','_model','check','341256zSXZtO','set','push','ck-suggestion__main','setTemplate','ck-suggestion__info','_config','span','\x22\x20title=\x22','locale','ck-suggestion__actions','.ck-annotation__content-wrapper','descriptionParts','map','bindTemplate','discardButton','ck-annotation__info','type','ck-suggestion--accept','ck-annotation__user','51855xtLZVe','393300zAkUHr','value','isExternal','color','querySelector','ck-annotation__content-wrapper','content','children','innerHTML','commentThread','ck-annotation__main','7126SmEhEO','ck-suggestion','316074evnluR','EXTERNAL_SUGGESTION','</p>','formatDateTime','fire','description','10bqumfA','div','</span>','commentThreadInputView','ck-suggestion-wrapper','176IfjIXV','name','<span\x20class=\x22ck-suggestion-type\x22>','ck-annotation__info-time','105QOIxYV','bind','EXTERNAL_IMPORT_WORD_AVATAR','time','getTemplate','title','ck-comment__external','ck-annotation__actions','source'];_0x1e7c=function(){return _0x5daaa2;};return _0x1e7c();}function us(_0x3751e5){const _0x4963aa=_0x4ce4f8,_0x36d80b=document[_0x4963aa(0x23e)](_0x4963aa(0x1f2));return _0x36d80b[_0x4963aa(0x1e4)]=_0x3751e5,_0x36d80b[_0x4963aa(0x208)];}
23
+ const _0x19372e=_0x4e4c;(function(_0x1368a5,_0x304ef7){const _0x476f58=_0x4e4c,_0x4bd737=_0x1368a5();while(!![]){try{const _0x382ea2=-parseInt(_0x476f58(0xad))/0x1*(parseInt(_0x476f58(0xc7))/0x2)+-parseInt(_0x476f58(0x71))/0x3+-parseInt(_0x476f58(0x8a))/0x4*(-parseInt(_0x476f58(0x7d))/0x5)+parseInt(_0x476f58(0xa8))/0x6+parseInt(_0x476f58(0xb6))/0x7+parseInt(_0x476f58(0x84))/0x8+-parseInt(_0x476f58(0xb1))/0x9;if(_0x382ea2===_0x304ef7)break;else _0x4bd737['push'](_0x4bd737['shift']());}catch(_0x4c7ee6){_0x4bd737['push'](_0x4bd737['shift']());}}}(_0x3d95,0x837f3));function _0x4e4c(_0x1acf29,_0x5e04fe){const _0x3d9579=_0x3d95();return _0x4e4c=function(_0x4e4c92,_0x1f6145){_0x4e4c92=_0x4e4c92-0x67;let _0x55e067=_0x3d9579[_0x4e4c92];return _0x55e067;},_0x4e4c(_0x1acf29,_0x5e04fe);}import{getTranslation as _0x3f76e1}from'../../utils/common-translations.js';import{default as _0x460912}from'./basesuggestionthreadview.js';import{ButtonView as _0x582f51}from'ckeditor5/src/ui.js';import{icons as _0x325b44}from'ckeditor5/src/core.js';import{trimHtml as _0x5a0f57,UserView as _0x3e070f}from'ckeditor5-collaboration/src/collaboration-core.js';function _0x3d95(){const _0x20d6ab=['render','ck-annotation__main','ck-annotation','title','ck-annotation__actions','isEnabled','innerText','split','canDiscard','delegate','ck-comment__info-time','ck-suggestion--discard','element','setTemplate','canAccept','Accept\x20suggestion','time','435534kvYZKX','editorDestroyed','name','ck-suggestion__info','innerHTML','locale','createElement','acceptButton','EXTERNAL_IMPORT_WORD_AVATAR','\x22\x20title=\x22','extendTemplate','ck-suggestion-wrapper','345DCdwBi','_model','ck-annotation__user','EXTERNAL_SUGGESTION','getUserViewNotificationText','execute','ck-suggestion--disabled-comments','8374544hovzOx','attributes','ck-suggestion--accept','isActive','change:description','creator','22408yBujWk','ck-suggestion-wrapper--active','type','disableComments','color','Discard\x20suggestion','.ck-annotation__content-wrapper','</span>','EXTERNAL_IMPORT_WORD_SUGGESTION','ck-annotation__info-time','@external','ck-suggestion__actions','author','authoredAt','<span\x20class=\x22ck-suggestion-color\x22\x20style=\x22background-color:\x20','bind','map','push','_config','ck-annotation__info','querySelector','importWord','ck-annotation__info-name','span','check','source','<span\x20class=\x22ck-suggestion-type\x22>','ck-suggestion','descriptionParts','description','4839450hDIOdx','</p>','ck-suggestion__user','<p>','div','17QlImVS','userView','commentsListView','ck-suggestion-','13525038oHjsMz','bindTemplate','EXTERNAL_AVATAR','\x22></span>','children','783041NkTgna','ck-annotation__content-wrapper','isExternal','discardButton','editorReady','commentThread','value','content','fire','join','set','commentThreadInputView','getTemplate','ck-comment__external','getExternalSuggestionNote','cancel','_descriptionElement','19438lDURwO','_createButton','formatDateTime','discardSuggestion','ck-suggestion__info-name','ck-suggestion__main','acceptSuggestion'];_0x3d95=function(){return _0x20d6ab;};return _0x3d95();}export default class Yt extends _0x460912{constructor(_0x5c61f6,_0x223eb3,_0xd391d5,_0x5909c8){const _0x5e6f98=_0x4e4c;super(_0x5c61f6,_0x223eb3,_0xd391d5,_0x5909c8),this[_0x5e6f98(0xc0)](_0x5e6f98(0x8c),''),this[_0x5e6f98(0x99)](_0x5e6f98(0x8c))['to'](this,_0x5e6f98(0xa6),_0x4810fe=>_0x4810fe&&_0x4810fe[0x0]?_0x4810fe[0x0][_0x5e6f98(0x8c)]:''),this[_0x5e6f98(0x99)](_0x5e6f98(0xa7))['to'](this,_0x5e6f98(0xa6),this,_0x5e6f98(0x87),(_0x4b6291,_0x5e4f0b)=>{const _0x1475ea=_0x5e6f98;let _0x20e97a='';for(const _0x30fec1 of _0x4b6291)_0x20e97a+=_0x1475ea(0xab)+ds(_0x30fec1[_0x1475ea(0xbd)],_0x30fec1[_0x1475ea(0x8e)])+_0x1475ea(0xa9);return _0x5e4f0b?_0x20e97a:_0x5a0f57(_0x20e97a,{'limit':0x8c});}),this[_0x5e6f98(0xc6)]=null,this[_0x5e6f98(0x78)]=this[_0x5e6f98(0xc8)](_0x3f76e1(_0x5c61f6,_0x5e6f98(0x6f)),_0x325b44[_0x5e6f98(0xa2)],_0x5e6f98(0x86),_0x5e6f98(0xcd),'sw'),this[_0x5e6f98(0x78)][_0x5e6f98(0x99)](_0x5e6f98(0xd3))['to'](this,_0x5e6f98(0x6e)),this[_0x5e6f98(0xb9)]=this[_0x5e6f98(0xc8)](_0x3f76e1(_0x5c61f6,_0x5e6f98(0x8f)),_0x325b44[_0x5e6f98(0xc5)],_0x5e6f98(0x6b),_0x5e6f98(0xca),'sw'),this[_0x5e6f98(0xb9)][_0x5e6f98(0x99)](_0x5e6f98(0xd3))['to'](this,_0x5e6f98(0x68)),this[_0x5e6f98(0xae)]=new _0x3e070f(_0x5c61f6,this[_0x5e6f98(0x7e)][_0x5e6f98(0x96)],this[_0x5e6f98(0x81)]()),this[_0x5e6f98(0xae)][_0x5e6f98(0x7b)]({'attributes':{'class':[_0x5e6f98(0xaa),_0x5e6f98(0x7f)]}}),this[_0x5e6f98(0x6d)](this[_0x5e6f98(0xc2)]());}[_0x19372e(0xc2)](){const _0x545849=_0x19372e,_0x11d489=this[_0x545849(0xb2)],_0x31f1d7=[{'tag':_0x545849(0xac),'attributes':{'class':[_0x545849(0x74),_0x545849(0x9d)]},'children':[{'tag':_0x545849(0xa1),'children':[{'text':this[_0x545849(0xae)][_0x545849(0x73)]}],'attributes':{'class':[_0x545849(0xcb),_0x545849(0xa0)]}},{'tag':_0x545849(0x70),'attributes':{'datetime':_0x11d489['to'](_0x545849(0x97)),'class':[_0x545849(0x6a),_0x545849(0x93)]},'children':[{'text':_0x11d489['to'](_0x545849(0x97),_0x34f62b=>this[_0x545849(0x9c)][_0x545849(0xc9)](_0x34f62b))}]}]},{'tag':_0x545849(0xac),'attributes':{'class':[_0x545849(0x95),_0x545849(0xd2)]},'children':[this[_0x545849(0x78)],this[_0x545849(0xb9)]]},{'tag':_0x545849(0xac),'attributes':{'class':[_0x545849(0xb7)]}}];this[_0x545849(0x7e)][_0x545849(0xb8)]&&_0x31f1d7[_0x545849(0x9b)]({'tag':_0x545849(0xac),'attributes':{'class':[_0x545849(0xc3)]},'children':[{'text':this[_0x545849(0xc4)]()}]});const _0x2dea25={'tag':_0x545849(0xac),'attributes':{'class':[_0x545849(0x7c),_0x11d489['if'](_0x545849(0x87),_0x545849(0x8b)),_0x11d489['to'](_0x545849(0x8c),_0x355f0f=>_0x545849(0xb0)+_0x355f0f),this[_0x545849(0x9c)][_0x545849(0x8d)]&&_0x545849(0x83)],'data-suggestion-id':this[_0x545849(0x7e)]['id'],'data-thread-id':this[_0x545849(0x7e)][_0x545849(0xbb)]['id'],'data-author-id':this[_0x545849(0x7e)][_0x545849(0x96)]['id'],'tabindex':-0x1},'children':[{'tag':_0x545849(0xac),'attributes':{'class':[_0x545849(0xa5),_0x545849(0xd0)]},'children':[this[_0x545849(0xae)],{'tag':_0x545849(0xac),'attributes':{'class':[_0x545849(0xcc),_0x545849(0xcf)]},'children':_0x31f1d7}]}]};return this[_0x545849(0xaf)]&&this[_0x545849(0xc1)]&&(_0x2dea25[_0x545849(0xb5)][_0x545849(0x9b)](this[_0x545849(0xaf)],this[_0x545849(0xc1)]),this[_0x545849(0xaf)][_0x545849(0x69)](_0x545849(0xba))['to'](this),this[_0x545849(0xaf)][_0x545849(0x69)](_0x545849(0x72))['to'](this),this[_0x545849(0xc1)][_0x545849(0x69)](_0x545849(0xba))['to'](this),this[_0x545849(0xc1)][_0x545849(0x69)](_0x545849(0x72))['to'](this)),_0x2dea25;}[_0x19372e(0xce)](){const _0xe8b8ed=_0x19372e;super[_0xe8b8ed(0xce)](),this[_0xe8b8ed(0xc6)]=this[_0xe8b8ed(0x6c)][_0xe8b8ed(0x9e)](_0xe8b8ed(0x90)),this[_0xe8b8ed(0xc6)][_0xe8b8ed(0x75)]=this[_0xe8b8ed(0xa7)],this['on'](_0xe8b8ed(0x88),(_0x1d20d9,_0x2d1b71,_0x135e11)=>{const _0x55a77f=_0xe8b8ed;this[_0x55a77f(0xc6)][_0x55a77f(0x75)]=_0x135e11;});}[_0x19372e(0xc8)](_0x4ed9ae,_0x59610f,_0x17a641,_0x2702af,_0x558710){const _0x210715=_0x19372e,_0x2e20de=new _0x582f51(this[_0x210715(0x76)]);return _0x2e20de[_0x210715(0xc0)]({'label':_0x4ed9ae,'icon':_0x59610f,'tooltip':!0x0,'tooltipPosition':_0x558710}),_0x2e20de[_0x210715(0x7b)]({'attributes':{'class':_0x17a641}}),_0x2e20de['on'](_0x210715(0x82),()=>{const _0x560001=_0x210715;this[_0x560001(0xbe)](_0x2702af,this[_0x560001(0x7e)]['id']);}),_0x2e20de;}[_0x19372e(0xc4)](){const _0x29f73c=_0x19372e;return _0x29f73c(0x9f)===this[_0x29f73c(0x7e)][_0x29f73c(0x85)][_0x29f73c(0x94)][_0x29f73c(0xa3)]?_0x3f76e1(this[_0x29f73c(0x76)],_0x29f73c(0x92)):_0x3f76e1(this[_0x29f73c(0x76)],_0x29f73c(0x80));}[_0x19372e(0x81)](){const _0x25a700=_0x19372e;return this[_0x25a700(0x7e)][_0x25a700(0xb8)]?_0x25a700(0x9f)===this[_0x25a700(0x7e)][_0x25a700(0x85)][_0x25a700(0x94)][_0x25a700(0xa3)]?_0x3f76e1(this[_0x25a700(0x76)],_0x25a700(0x79),this[_0x25a700(0x7e)][_0x25a700(0x89)][_0x25a700(0x73)]):_0x3f76e1(this[_0x25a700(0x76)],_0x25a700(0xb3),this[_0x25a700(0x7e)][_0x25a700(0x89)][_0x25a700(0x73)]):null;}}function ds(_0x3611dc,_0x1bae71){const _0x7c6809=_0x19372e;let _0x5da080='';return _0x5da080+=_0x3611dc[_0x7c6809(0x67)]('*')[_0x7c6809(0x9a)]((_0x4b1ed2,_0x3f513a)=>_0x3f513a%0x2!=0x0?_0x7c6809(0xa4)+us(_0x4b1ed2)+_0x7c6809(0x91):us(_0x4b1ed2))[_0x7c6809(0xbf)](''),_0x1bae71&&(_0x5da080+=_0x7c6809(0x98)+_0x1bae71[_0x7c6809(0xbc)]+_0x7c6809(0x7a)+_0x1bae71[_0x7c6809(0xd1)]+_0x7c6809(0xb4)),_0x5da080;}function us(_0x368a38){const _0xd3cc0b=_0x19372e,_0x13e803=document[_0xd3cc0b(0x77)](_0xd3cc0b(0xa1));return _0x13e803[_0xd3cc0b(0xd4)]=_0x368a38,_0x13e803[_0xd3cc0b(0x75)];}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- export function getTranslation(_0x59f199,_0x5dc134,_0x4c74e3){const t=_0x59f199['t'];switch(_0x5dc134){case'Track\x20changes':return t('Track\x20changes');case'Accept\x20suggestion':return t('Accept\x20suggestion');case'Discard\x20suggestion':return t('Discard\x20suggestion');case'Accept\x20all\x20suggestions':return t('Accept\x20all\x20suggestions');case'Accept\x20all\x20selected\x20suggestions':return t('Accept\x20all\x20selected\x20suggestions');case'Discard\x20all\x20suggestions':return t('Discard\x20all\x20suggestions');case'Discard\x20all\x20selected\x20suggestions':return t('Discard\x20all\x20selected\x20suggestions');case'*Reset\x20font\x20size*':return t('*Reset\x20font\x20size*');case'*Reset\x20font\x20family*':return t('*Reset\x20font\x20family*');case'*Reset\x20font\x20color*':return t('*Reset\x20font\x20color*');case'*Reset\x20font\x20background\x20color*':return t('*Reset\x20font\x20background\x20color*');case'*Remove\x20image\x20text\x20alternative*':return t('*Remove\x20image\x20text\x20alternative*');case'*Reset\x20image\x20width*':return t('*Reset\x20image\x20width*');case'*Remove\x20link*':return t('*Remove\x20link*');case'*Check\x20item*':return t('*Check\x20item*');case'*Uncheck\x20item*':return t('*Uncheck\x20item*');case'*Remove\x20all\x20formatting*':return t('*Remove\x20all\x20formatting*');case'*Replace\x20table\x20cells*':return t('*Replace\x20table\x20cells*');case'*Merge\x20cells*':return t('*Merge\x20cells*');case'*Split\x20cell:*\x20vertically':return t('*Split\x20cell:*\x20vertically');case'*Split\x20cell:*\x20horizontally':return t('*Split\x20cell:*\x20horizontally');case'*Indent:*\x20%0':return t('*Indent:*\x20%0',_0x4c74e3);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x4c74e3);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x4c74e3);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x4c74e3);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x4c74e3);case'*Format:*\x20change\x20table\x20properties':return t('*Format:*\x20change\x20table\x20properties');case'*Format:*\x20change\x20table\x20cell\x20properties':return t('*Format:*\x20change\x20table\x20cell\x20properties');case'*Format:*\x20insert\x20into\x20%0':return t('*Format:*\x20insert\x20into\x20%0',_0x4c74e3);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x4c74e3);case'*Replace\x20image\x20URL*':return t('*Replace\x20image\x20URL*');case'*Format:*\x20resize\x20table':return t('*Format:*\x20resize\x20table');case'*Format:*\x20set\x20order\x20to\x20reversed':return t('*Format:*\x20set\x20order\x20to\x20reversed');case'*Format:*\x20set\x20order\x20to\x20regular':return t('*Format:*\x20set\x20order\x20to\x20regular');case'*Format:*\x20set\x20start\x20index\x20to\x20%0':return t('*Format:*\x20set\x20start\x20index\x20to\x20%0',_0x4c74e3);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x4c74e3);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x4c74e3);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x4c74e3);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x4c74e3);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x4c74e3);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x4c74e3);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x4c74e3);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x4c74e3);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x4c74e3);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x4c74e3);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x4c74e3);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x4c74e3);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x4c74e3);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x4c74e3);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x4c74e3);case'*Remove\x20highlight*':return t('*Remove\x20highlight*');case'FORMAT_HIGHLIGHT':return t({'string':'highlight','id':'FORMAT_HIGHLIGHT'});case'FORMAT_RESTRICTED_ENABLED':return t({'string':'*Enable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_ENABLED'});case'FORMAT_RESTRICTED_DISABLED':return t({'string':'*Disable\x20in\x20restricted\x20editing\x20mode*','id':'FORMAT_RESTRICTED_DISABLED'});case'ELEMENT_TABLE':return t({'string':'table','plural':'%0\x20tables','id':'ELEMENT_TABLE'},_0x4c74e3);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x4c74e3);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x4c74e3);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x4c74e3);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x4c74e3);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x4c74e3);case'FORMAT_SIDE_IMAGE':return t({'string':'side\x20image','id':'FORMAT_SIDE_IMAGE'});case'ELEMENT_CAPTION':return t({'string':'caption','id':'ELEMENT_CAPTION'});case'ELEMENT_HORIZONTAL_LINE':return t({'string':'horizontal\x20line','plural':'%0\x20horizontal\x20lines','id':'ELEMENT_HORIZONTAL_LINE'},_0x4c74e3);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x4c74e3);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x4c74e3);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x4c74e3);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x4c74e3);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x4c74e3);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x4c74e3);case'FORMAT_ALIGNMENT':return t({'string':'alignment','id':'FORMAT_ALIGNMENT'});case'FORMAT_ALIGN_TO_LEFT':return t({'string':'align\x20to\x20left','id':'FORMAT_ALIGN_TO_LEFT'});case'FORMAT_ALIGN_TO_RIGHT':return t({'string':'align\x20to\x20right','id':'FORMAT_ALIGN_TO_RIGHT'});case'FORMAT_ALIGN_TO_CENTER':return t({'string':'align\x20to\x20center','id':'FORMAT_ALIGN_TO_CENTER'});case'FORMAT_JUSTIFY_TEXT':return t({'string':'justify','id':'FORMAT_JUSTIFY_TEXT'});case'FORMAT_BOLD':return t({'string':'bold','id':'FORMAT_BOLD'});case'FORMAT_ITALIC':return t({'string':'italic','id':'FORMAT_ITALIC'});case'FORMAT_UNDERLINE':return t({'string':'underline','id':'FORMAT_UNDERLINE'});case'FORMAT_CODE':return t({'string':'code','id':'FORMAT_CODE'});case'FORMAT_STRIKETHROUGH':return t({'string':'strikethrough','id':'FORMAT_STRIKETHROUGH'});case'FORMAT_SUBSCRIPT':return t({'string':'subscript','id':'FORMAT_SUBSCRIPT'});case'FORMAT_SUPERSCRIPT':return t({'string':'superscript','id':'FORMAT_SUPERSCRIPT'});case'ELEMENT_BLOCK_QUOTE':return t({'string':'block\x20quote','id':'ELEMENT_BLOCK_QUOTE'});case'ELEMENT_CODE_BLOCK':return t({'string':'code\x20block','plural':'%0\x20code\x20blocks','id':'ELEMENT_CODE_BLOCK'},_0x4c74e3);case'FORMAT_HEADER_COLUMN':return t({'string':'header\x20column','id':'FORMAT_HEADER_COLUMN'});case'FORMAT_REGULAR_COLUMN':return t({'string':'regular\x20column','id':'FORMAT_REGULAR_COLUMN'});case'FORMAT_HEADER_ROW':return t({'string':'header\x20row','id':'FORMAT_HEADER_ROW'});case'FORMAT_REGULAR_ROW':return t({'string':'regular\x20row','id':'FORMAT_REGULAR_ROW'});case'FORMAT_INDENT':return t({'string':'indent','id':'FORMAT_INDENT'});case'FORMAT_LIST_REVERSED':return t({'string':'list\x20reversed','id':'FORMAT_LIST_REVERSED'});case'FORMAT_LIST_START':return t({'string':'list\x20start','id':'FORMAT_LIST_START'});case'FORMAT_FONT_SIZE':return t({'string':'font\x20size','id':'FORMAT_FONT_SIZE'});case'FORMAT_FONT_FAMILY':return t({'string':'font\x20family','id':'FORMAT_FONT_FAMILY'});case'FORMAT_FONT_COLOR':return t({'string':'font\x20color','id':'FORMAT_FONT_COLOR'});case'FORMAT_FONT_BACKGROUND':return t({'string':'font\x20background\x20color','id':'FORMAT_FONT_BACKGROUND'});case'FORMAT_IMAGE_SIZE':return t({'string':'image\x20size','id':'FORMAT_IMAGE_SIZE'});case'FORMAT_STYLE':return t({'string':'style','id':'FORMAT_STYLE'});case'PENDING_ACTION_SUGGESTION':return t({'string':'Unsaved\x20change\x20in\x20suggestion.','id':'PENDING_ACTION_SUGGESTION'});case'ELEMENT_TABLE_WITH_TEXT':return t({'string':'table\x20*with\x20text*\x20%0','id':'ELEMENT_TABLE_WITH_TEXT'},_0x4c74e3);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x4c74e3);case'ELEMENT_TABLE_ROW_WITH_TEXT':return t({'string':'table\x20row\x20*with\x20text*\x20%1','plural':'%0\x20table\x20rows\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_ROW_WITH_TEXT'},_0x4c74e3);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x4c74e3);case'ELEMENT_TABLE_COLUMN_WITH_TEXT':return t({'string':'table\x20column\x20*with\x20text*\x20%1','plural':'%0\x20table\x20columns\x20*with\x20text*\x20%1','id':'ELEMENT_TABLE_COLUMN_WITH_TEXT'},_0x4c74e3);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x4c74e3);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x4c74e3);case'ELEMENT_TITLE':return t({'id':'ELEMENT_TITLE','string':'title'});case'EXTERNAL_SUGGESTION':return t({'id':'EXTERNAL_SUGGESTION','string':'This\x20suggestion\x20comes\x20from\x20an\x20external\x20source.'});case'EXTERNAL_IMPORT_WORD_SUGGESTION':return t({'string':'This\x20suggestion\x20comes\x20from\x20an\x20imported\x20Word\x20file.','id':'EXTERNAL_IMPORT_WORD_SUGGESTION'});case'EXTERNAL_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20external\x20source\x20(added\x20by\x20%0)','id':'EXTERNAL_AVATAR'},_0x4c74e3);case'EXTERNAL_IMPORT_WORD_AVATAR':return t({'string':'Displayed\x20author\x20name\x20comes\x20from\x20a\x20Word\x20document\x20imported\x20by\x20%0','id':'EXTERNAL_IMPORT_WORD_AVATAR'},_0x4c74e3);case'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20insertion\x20suggestion.','id':'ENTER_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20insertion\x20suggestion.','id':'LEAVE_INSERTION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20deletion\x20suggestion.','id':'ENTER_DELETION_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20deletion\x20suggestion.','id':'LEAVE_DELETION_SUGGESTION_ANNOUNCEMENT'});case'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Entering\x20formatting\x20suggestion.','id':'ENTER_FORMATTING_SUGGESTION_ANNOUNCEMENT'});case'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT':return t({'string':'Leaving\x20formatting\x20suggestion.','id':'LEAVE_FORMATTING_SUGGESTION_ANNOUNCEMENT'});default:return _0x5dc134;}}
23
+ export function getTranslation(_0x102dc8,_0x52d8ae,_0x11aeb2){const t=_0x102dc8['t'];switch(_0x52d8ae){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',_0x11aeb2);case'*Outdent:*\x20%0':return t('*Outdent:*\x20%0',_0x11aeb2);case'*Change\x20to:*\x20%0':return t('*Change\x20to:*\x20%0',_0x11aeb2);case'*Insert:*\x20%0':return t('*Insert:*\x20%0',_0x11aeb2);case'*Format:*\x20%0':return t('*Format:*\x20%0',_0x11aeb2);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',_0x11aeb2);case'*Format:*\x20remove\x20from\x20%0':return t('*Format:*\x20remove\x20from\x20%0',_0x11aeb2);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',_0x11aeb2);case'*Change\x20%0\x20content*':return t('*Change\x20%0\x20content*',_0x11aeb2);case'*Remove:*\x20%0':return t('*Remove:*\x20%0',_0x11aeb2);case'*Merge:*\x20%0':return t('*Merge:*\x20%0',_0x11aeb2);case'*Split:*\x20%0':return t('*Split:*\x20%0',_0x11aeb2);case'*Remove\x20format:*\x20%0':return t('*Remove\x20format:*\x20%0',_0x11aeb2);case'*Set\x20font\x20size:*\x20%0':return t('*Set\x20font\x20size:*\x20%0',_0x11aeb2);case'*Set\x20font\x20family:*\x20%0':return t('*Set\x20font\x20family:*\x20%0',_0x11aeb2);case'*Set\x20format\x20to:*\x20%0':return t('*Set\x20format\x20to:*\x20%0',_0x11aeb2);case'*Set\x20font\x20color:*\x20%0':return t('*Set\x20font\x20color:*\x20%0',_0x11aeb2);case'*Set\x20font\x20background\x20color:*\x20%0':return t('*Set\x20font\x20background\x20color:*\x20%0',_0x11aeb2);case'*Set\x20format:*\x20%0':return t('*Set\x20format:*\x20%0',_0x11aeb2);case'*Set\x20image\x20text\x20alternative:*\x20%0':return t('*Set\x20image\x20text\x20alternative:*\x20%0',_0x11aeb2);case'*Set\x20image\x20width:*\x20%0':return t('*Set\x20image\x20width:*\x20%0',_0x11aeb2);case'*Set\x20link:*\x20%0':return t('*Set\x20link:*\x20%0',_0x11aeb2);case'*Set\x20highlight:*\x20%0':return t('*Set\x20highlight:*\x20%0',_0x11aeb2);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'},_0x11aeb2);case'ELEMENT_PARAGRAPH':return t({'string':'paragraph','plural':'%0\x20paragraphs','id':'ELEMENT_PARAGRAPH'},_0x11aeb2);case'ELEMENT_PAGE_BREAK':return t({'string':'page\x20break','plural':'%0\x20page\x20breaks','id':'ELEMENT_PAGE_BREAK'},_0x11aeb2);case'ELEMENT_MEDIA':return t({'string':'media\x20item','plural':'%0\x20media\x20items','id':'ELEMENT_MEDIA'},_0x11aeb2);case'ELEMENT_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_IMAGE'},_0x11aeb2);case'ELEMENT_INLINE_IMAGE':return t({'string':'image','plural':'%0\x20images','id':'ELEMENT_INLINE_IMAGE'},_0x11aeb2);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'},_0x11aeb2);case'ELEMENT_HTML_EMBED':return t({'string':'HTML\x20embed','plural':'%0\x20HTML\x20embeds','id':'ELEMENT_HTML_EMBED'},_0x11aeb2);case'ELEMENT_HEADING':return t({'string':'heading\x20(level\x20%1)','plural':'%0\x20headings\x20(level\x20%1)','id':'ELEMENT_HEADING'},_0x11aeb2);case'ELEMENT_HEADING_CUSTOM':return t({'string':'heading\x20(%1)','plural':'%0\x20headings\x20(%1)','id':'ELEMENT_HEADING_CUSTOM'},_0x11aeb2);case'ELEMENT_LIST_ITEM':return t({'string':'list\x20item','plural':'%0\x20list\x20items','id':'ELEMENT_LIST_ITEM'},_0x11aeb2);case'ELEMENT_BULLETED_LIST':return t({'string':'bulleted\x20list','id':'ELEMENT_BULLETED_LIST'});case'ELEMENT_BULLETED_LIST_DEFAULT':return t({'string':'bulleted\x20list\x20(default)','id':'ELEMENT_BULLETED_LIST_DEFAULT'});case'ELEMENT_BULLETED_LIST_CIRCLE':return t({'string':'bulleted\x20list\x20(circle)','id':'ELEMENT_BULLETED_LIST_CIRCLE'});case'ELEMENT_BULLETED_LIST_DISC':return t({'string':'bulleted\x20list\x20(disc)','id':'ELEMENT_BULLETED_LIST_DISC'});case'ELEMENT_BULLETED_LIST_SQUARE':return t({'string':'bulleted\x20list\x20(square)','id':'ELEMENT_BULLETED_LIST_SQUARE'});case'ELEMENT_NUMBERED_LIST_DEFAULT':return t({'string':'numbered\x20list\x20(default)','id':'ELEMENT_NUMBERED_LIST_DEFAULT'});case'ELEMENT_NUMBERED_LIST':return t({'string':'numbered\x20list','id':'ELEMENT_NUMBERED_LIST'});case'ELEMENT_NUMBERED_LIST_DECIMAL':return t({'string':'numbered\x20list\x20(decimal)','id':'ELEMENT_NUMBERED_LIST_DECIMAL'});case'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO':return t({'string':'numbered\x20list\x20(decimal\x20with\x20leading\x20zero)','id':'ELEMENT_NUMBERED_LIST_DECIMAL_LEADING_ZERO'});case'ELEMENT_NUMBERED_LIST_LOWER_LATIN':return t({'string':'numbered\x20list\x20(lower-latin)','id':'ELEMENT_NUMBERED_LIST_LOWER_LATIN'});case'ELEMENT_NUMBERED_LIST_LOWER_ROMAN':return t({'string':'numbered\x20list\x20(lower-roman)','id':'ELEMENT_NUMBERED_LIST_LOWER_ROMAN'});case'ELEMENT_NUMBERED_LIST_UPPER_LATIN':return t({'string':'numbered\x20list\x20(upper-latin)','id':'ELEMENT_NUMBERED_LIST_UPPER_LATIN'});case'ELEMENT_NUMBERED_LIST_UPPER_ROMAN':return t({'string':'numbered\x20list\x20(upper-roman)','id':'ELEMENT_NUMBERED_LIST_UPPER_ROMAN'});case'ELEMENT_TODO_LIST':return t({'string':'to-do\x20list','id':'ELEMENT_TODO_LIST'});case'REPLACE_TEXT':return t({'string':'*Replace:*\x20%0\x20*with*\x20%1','id':'REPLACE_TEXT'},_0x11aeb2);case'ELEMENT_SPACE':return t({'string':'space','plural':'%0\x20spaces','id':'ELEMENT_SPACE'},_0x11aeb2);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'},_0x11aeb2);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'},_0x11aeb2);case'ELEMENT_TABLE_ROW':return t({'string':'table\x20row','plural':'%0\x20table\x20rows','id':'ELEMENT_TABLE_ROW'},_0x11aeb2);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'},_0x11aeb2);case'ELEMENT_TABLE_COLUMN':return t({'string':'table\x20column','plural':'%0\x20table\x20columns','id':'ELEMENT_TABLE_COLUMN'},_0x11aeb2);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'},_0x11aeb2);case'ELEMENT_TABLE_OF_CONTENTS':return t({'string':'table\x20of\x20contents','plural':'%0\x20tables\x20of\x20contents','id':'ELEMENT_TABLE_OF_CONTENTS'},_0x11aeb2);case'ELEMENT_LINE_BREAK':return t({'id':'ELEMENT_LINE_BREAK','string':'line\x20break','plural':'%0\x20line\x20breaks'},_0x11aeb2);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'},_0x11aeb2);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'},_0x11aeb2);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 _0x52d8ae;}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- (function(_0x4b6152,_0x34c910){const _0x1207b9=_0x21c4,_0x529507=_0x4b6152();while(!![]){try{const _0x37f65a=parseInt(_0x1207b9(0x159))/0x1*(-parseInt(_0x1207b9(0x149))/0x2)+-parseInt(_0x1207b9(0x15d))/0x3*(parseInt(_0x1207b9(0x163))/0x4)+parseInt(_0x1207b9(0x142))/0x5+-parseInt(_0x1207b9(0x14c))/0x6+parseInt(_0x1207b9(0x145))/0x7*(parseInt(_0x1207b9(0x15b))/0x8)+parseInt(_0x1207b9(0x13f))/0x9*(parseInt(_0x1207b9(0x146))/0xa)+parseInt(_0x1207b9(0x13c))/0xb;if(_0x37f65a===_0x34c910)break;else _0x529507['push'](_0x529507['shift']());}catch(_0x572b01){_0x529507['push'](_0x529507['shift']());}}}(_0x5c3b,0xdc883));export function normalizeDescription(_0x210add){const _0x497353=_0x21c4;return Array[_0x497353(0x155)](_0x210add)||(_0x210add=[_0x210add]),_0x210add[_0x497353(0x166)](_0x1d6c57=>{const _0x3e536b=_0x497353,_0x3853bf=_0x1d6c57[_0x3e536b(0x14b)][_0x3e536b(0x15a)](/\*/g,''),_0x214d13=_0x1d6c57[_0x3e536b(0x160)]?_0x3e536b(0x15e)+_0x1d6c57[_0x3e536b(0x160)][_0x3e536b(0x15c)]+']':'';return'['+_0x1d6c57[_0x3e536b(0x140)]+']\x20'+_0x3853bf+_0x214d13;})[_0x497353(0x13b)](';\x20');}export function sortSuggestions(_0x1c0da6){const _0x4677e2=_0x21c4;return _0x1c0da6[_0x4677e2(0x141)]((_0x9b0d5d,_0x200ab9)=>_0x4677e2(0x156)==_0x9b0d5d[_0x4677e2(0x140)]&&_0x4677e2(0x156)!=_0x200ab9[_0x4677e2(0x140)]?-0x1:_0x4677e2(0x156)!=_0x9b0d5d[_0x4677e2(0x140)]&&_0x4677e2(0x156)==_0x200ab9[_0x4677e2(0x140)]?0x1:0x0);}function _0x21c4(_0x47a5c3,_0x2079e5){const _0x5c3bb9=_0x5c3b();return _0x21c4=function(_0x21c4b2,_0x436463){_0x21c4b2=_0x21c4b2-0x13b;let _0x5cd88f=_0x5c3bb9[_0x21c4b2];return _0x5cd88f;},_0x21c4(_0x47a5c3,_0x2079e5);}export function getSelectedSuggestions(_0x5456f8,_0x3dae5d){const _0x3d44c0=_0x21c4,_0x21f17b=Array[_0x3d44c0(0x15f)](_0x5456f8[_0x3d44c0(0x164)]()),_0x162f31=new Set();for(const _0x22f7cf of _0x3dae5d)if(_0x22f7cf[_0x3d44c0(0x157)]){for(const _0x385de2 of _0x21f17b)for(const _0x209db8 of _0x22f7cf[_0x3d44c0(0x164)]())(_0x385de2[_0x3d44c0(0x150)](_0x209db8)||_0x5456f8[_0x3d44c0(0x147)]&&!_0x22f7cf[_0x3d44c0(0x13e)]&&_0x22f7cf[_0x3d44c0(0x153)]&&_0x209db8[_0x3d44c0(0x151)][_0x3d44c0(0x14a)](_0x385de2[_0x3d44c0(0x161)]))&&_0x162f31[_0x3d44c0(0x154)](_0x22f7cf);}return _0x162f31;}export function getRangesOfBlockGroups(_0x598342,_0x30f820){const _0x3147a6=_0x21c4;let _0x21b111,_0x225ecd=0x0;const _0x4edd50=[],_0x1cb7d1=_0x30f820[_0x3147a6(0x143)];for(;_0x225ecd<_0x598342[_0x3147a6(0x14e)];){const _0x1771de=_0x598342[_0x225ecd],_0x4e376d=_0x598342[_0x225ecd+0x1];_0x21b111||(_0x21b111=_0x30f820[_0x3147a6(0x158)](_0x1771de)),co(_0x30f820,_0x1771de,_0x4e376d)||(_0x4edd50[_0x3147a6(0x144)](_0x30f820[_0x3147a6(0x162)](_0x21b111,_0x1cb7d1[_0x3147a6(0x165)](_0x1771de)?_0x30f820[_0x3147a6(0x14f)](_0x1771de):_0x30f820[_0x3147a6(0x13d)](_0x1771de,_0x3147a6(0x151)))),_0x21b111=null),_0x225ecd++;}return _0x4edd50;}function co(_0x32ce78,_0x34cbcb,_0x4da536){const _0x1dbda4=_0x21c4;if(!_0x4da536)return!0x1;const _0x61cf12=_0x32ce78[_0x1dbda4(0x14f)](_0x34cbcb),_0x1cc6ca=_0x32ce78[_0x1dbda4(0x158)](_0x4da536);return _0x61cf12[_0x1dbda4(0x14a)](_0x1cc6ca);}function _0x5c3b(){const _0x2afbd6=['23492hxrKXs','33970SWGfwY','isCollapsed','change','2020WlohIP','isTouching','content','5076060Ygzfqt','splice','length','createPositionAfter','isIntersecting','end','execute','next','add','isArray','deletion','isInContent','createPositionBefore','883pyreMP','replace','2104zOWjZp','value','3711sUBRBV','\x20[color\x20','from','color','start','createRange','4952BkAaXb','getRanges','isObject','map','join','24607561cxTKqX','createPositionAt','isMultiRange','306UGMCXe','type','sort','4686840REcQed','schema','push'];_0x5c3b=function(){return _0x2afbd6;};return _0x5c3b();}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x1d9041,_0x1f2a60,_0x1fe968){const _0x4d5437=_0x21c4;for(;_0x1fe968[_0x4d5437(0x14e)];){const _0x1d79ac=_0x1fe968[_0x4d5437(0x14d)](0x0,0x64);_0x1d9041[_0x4d5437(0x148)](()=>{const _0x588fde=_0x4d5437;for(const _0xf4c04c of _0x1d79ac)_0xf4c04c[_0x588fde(0x157)]&&_0x1f2a60[_0x588fde(0x152)](_0xf4c04c['id']);});}}
23
+ (function(_0x19a81b,_0x514c48){const _0x452e1b=_0x3b8f,_0x65ebc9=_0x19a81b();while(!![]){try{const _0x5d6d72=-parseInt(_0x452e1b(0xc8))/0x1*(-parseInt(_0x452e1b(0xc1))/0x2)+parseInt(_0x452e1b(0xc0))/0x3*(-parseInt(_0x452e1b(0xb7))/0x4)+parseInt(_0x452e1b(0xab))/0x5*(parseInt(_0x452e1b(0x9d))/0x6)+parseInt(_0x452e1b(0xa6))/0x7*(-parseInt(_0x452e1b(0xba))/0x8)+-parseInt(_0x452e1b(0xb6))/0x9+-parseInt(_0x452e1b(0xc5))/0xa+-parseInt(_0x452e1b(0xa8))/0xb*(-parseInt(_0x452e1b(0xac))/0xc);if(_0x5d6d72===_0x514c48)break;else _0x65ebc9['push'](_0x65ebc9['shift']());}catch(_0x513f2c){_0x65ebc9['push'](_0x65ebc9['shift']());}}}(_0x70bd,0x26406));export function normalizeDescription(_0x181fd6){const _0x2ae119=_0x3b8f;return Array[_0x2ae119(0xa9)](_0x181fd6)||(_0x181fd6=[_0x181fd6]),_0x181fd6[_0x2ae119(0xb8)](_0x4d3ae4=>{const _0x2ecea0=_0x2ae119,_0xbef3a4=_0x4d3ae4[_0x2ecea0(0xa5)][_0x2ecea0(0xa4)](/\*/g,''),_0x54d2b4=_0x4d3ae4[_0x2ecea0(0xa2)]?_0x2ecea0(0xb3)+_0x4d3ae4[_0x2ecea0(0xa2)][_0x2ecea0(0xc3)]+']':'';return'['+_0x4d3ae4[_0x2ecea0(0x9f)]+']\x20'+_0xbef3a4+_0x54d2b4;})[_0x2ae119(0xb0)](';\x20');}export function sortSuggestions(_0x4c71bd){const _0x4c682e=_0x3b8f;return _0x4c71bd[_0x4c682e(0xaf)]((_0x4bf84d,_0x35d872)=>_0x4c682e(0xa3)==_0x4bf84d[_0x4c682e(0x9f)]&&_0x4c682e(0xa3)!=_0x35d872[_0x4c682e(0x9f)]?-0x1:_0x4c682e(0xa3)!=_0x4bf84d[_0x4c682e(0x9f)]&&_0x4c682e(0xa3)==_0x35d872[_0x4c682e(0x9f)]?0x1:0x0);}export function getSelectedSuggestions(_0x13517c,_0x550f8f){const _0x48e1e6=_0x3b8f,_0x17799f=Array[_0x48e1e6(0xbc)](_0x13517c[_0x48e1e6(0xb5)]()),_0x1b1eaa=new Set();for(const _0x46b7fe of _0x550f8f)if(_0x46b7fe[_0x48e1e6(0xc7)]){for(const _0x444029 of _0x17799f)for(const _0x567739 of _0x46b7fe[_0x48e1e6(0xb5)]())(_0x444029[_0x48e1e6(0x9c)](_0x567739)||_0x13517c[_0x48e1e6(0xbe)]&&!_0x46b7fe[_0x48e1e6(0xbf)]&&_0x46b7fe[_0x48e1e6(0xc4)]&&_0x567739[_0x48e1e6(0xbb)][_0x48e1e6(0xaa)](_0x444029[_0x48e1e6(0xa7)]))&&_0x1b1eaa[_0x48e1e6(0xb2)](_0x46b7fe);}return _0x1b1eaa;}function _0x3b8f(_0x25f83c,_0x5e9712){const _0x70bd35=_0x70bd();return _0x3b8f=function(_0x3b8f64,_0x47d202){_0x3b8f64=_0x3b8f64-0x9c;let _0x1b06cf=_0x70bd35[_0x3b8f64];return _0x1b06cf;},_0x3b8f(_0x25f83c,_0x5e9712);}export function getRangesOfBlockGroups(_0x3fcdcf,_0x153d68){const _0x2de92e=_0x3b8f;let _0x73b416,_0x3fc2fe=0x0;const _0x1ae53b=[],_0x5bda27=_0x153d68[_0x2de92e(0xb1)];for(;_0x3fc2fe<_0x3fcdcf[_0x2de92e(0x9e)];){const _0x489e0c=_0x3fcdcf[_0x3fc2fe],_0x581516=_0x3fcdcf[_0x3fc2fe+0x1];_0x73b416||(_0x73b416=_0x153d68[_0x2de92e(0xa1)](_0x489e0c)),oo(_0x153d68,_0x489e0c,_0x581516)||(_0x1ae53b[_0x2de92e(0xae)](_0x153d68[_0x2de92e(0xbd)](_0x73b416,_0x5bda27[_0x2de92e(0xc6)](_0x489e0c)?_0x153d68[_0x2de92e(0xb9)](_0x489e0c):_0x153d68[_0x2de92e(0xc2)](_0x489e0c,_0x2de92e(0xbb)))),_0x73b416=null),_0x3fc2fe++;}return _0x1ae53b;}function oo(_0xaf957f,_0x2cd923,_0xd3af44){const _0x26bfc5=_0x3b8f;if(!_0xd3af44)return!0x1;const _0x211c50=_0xaf957f[_0x26bfc5(0xb9)](_0x2cd923),_0x2dba97=_0xaf957f[_0x26bfc5(0xa1)](_0xd3af44);return _0x211c50[_0x26bfc5(0xaa)](_0x2dba97);}export const MAX_SUGGESTION_ACTIONS_IN_BATCH=0x64;export function executeCommandForSuggestions(_0x51692b,_0x5b6c2f,_0x136ad1){const _0x5d11c6=_0x3b8f;for(;_0x136ad1[_0x5d11c6(0x9e)];){const _0x288456=_0x136ad1[_0x5d11c6(0xa0)](0x0,0x64);_0x51692b[_0x5d11c6(0xad)](()=>{const _0x111ef6=_0x5d11c6;for(const _0x325193 of _0x288456)_0x325193[_0x111ef6(0xc7)]&&_0x5b6c2f[_0x111ef6(0xb4)](_0x325193['id']);});}}function _0x70bd(){const _0x31c539=['deletion','replace','content','11662KDUNoa','start','55LDuIdl','isArray','isTouching','1313440jtiJzs','1178460PTxEMq','change','push','sort','join','schema','add','\x20[color\x20','execute','getRanges','2149551hIIcYP','256WLoFgp','map','createPositionAfter','1256yuGris','end','from','createRange','isCollapsed','isMultiRange','3756rqqMGD','6qaIQQc','createPositionAt','value','next','1747350ixjPVN','isObject','isInContent','52743KvCiIv','isIntersecting','6FhbwCe','length','type','splice','createPositionBefore','color'];_0x70bd=function(){return _0x31c539;};return _0x70bd();}