@ckeditor/ckeditor5-ai 47.7.0-alpha.0 → 47.7.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/build/ai.js +1 -1
  2. package/dist/index.js +5 -5
  3. package/package.json +15 -15
  4. package/src/aiactions/model/aiactionsinteraction.js +1 -1
  5. package/src/aiactions/model/aiactionsreply.js +1 -1
  6. package/src/aiassistant/adapters/aitextadapter.js +1 -1
  7. package/src/aiassistant/adapters/awstextadapter.js +1 -1
  8. package/src/aiassistant/aiassistant.js +1 -1
  9. package/src/aiassistant/aiassistantediting.js +1 -1
  10. package/src/aiassistant/aiassistantui.js +1 -1
  11. package/src/aiassistant/ui/aiassistantcontroller.js +2 -2
  12. package/src/aiassistant/ui/form/aiformcontentarea.js +1 -1
  13. package/src/aiassistant/ui/form/aiformerrorview.js +1 -1
  14. package/src/aiassistant/ui/form/aiformpromptview.js +1 -1
  15. package/src/aiassistant/ui/form/aiformtoolbarview.js +1 -1
  16. package/src/aiassistant/ui/form/aiformview.js +1 -1
  17. package/src/aiassistant/ui/form/aihistorylistitemview.js +1 -1
  18. package/src/aiassistant/ui/form/aihistorylistview.js +1 -1
  19. package/src/aiassistant/ui/form/prompthistory.js +1 -1
  20. package/src/aiassistant/ui/showaiassistantcommand.js +1 -1
  21. package/src/aiballoon/aiballoon.js +1 -1
  22. package/src/aiballoon/ui/aiballoonview.js +1 -1
  23. package/src/aichat/aichat.js +1 -1
  24. package/src/aichat/aichatballoon.js +1 -1
  25. package/src/aichat/aichatcontroller.js +1 -1
  26. package/src/aichat/aichatui.js +1 -1
  27. package/src/aichat/model/aichatcontext.js +1 -1
  28. package/src/aichat/model/aichatconversation.js +1 -1
  29. package/src/aichat/model/aichatinteraction.js +1 -1
  30. package/src/aichat/ui/aichatballoonview.js +1 -1
  31. package/src/aichat/ui/aichatcontrolsview.js +1 -1
  32. package/src/aichat/ui/aichatfeedview.js +1 -1
  33. package/src/aichat/ui/aichatheaderview.js +1 -1
  34. package/src/aichat/ui/aichatview.js +1 -1
  35. package/src/aichat/ui/controls/aichatchipsoverflowmanager.js +1 -1
  36. package/src/aichat/ui/controls/aichatcontextitembuttonview.js +1 -1
  37. package/src/aichat/ui/controls/aichatcontextpanelurlinputview.js +1 -1
  38. package/src/aichat/ui/controls/aichatcontextpanelview.js +1 -1
  39. package/src/aichat/ui/controls/aichatcontrolsloaderview.js +1 -1
  40. package/src/aichat/ui/controls/aichatpromptcapabilitiesview.js +1 -1
  41. package/src/aichat/ui/controls/aichatpromptinputview.js +1 -1
  42. package/src/aichat/ui/controls/aichatpromptsuggestionslistview.js +1 -1
  43. package/src/aichat/ui/controls/resources/aichatcontextresourceslistview.js +1 -1
  44. package/src/aichat/ui/controls/resources/aichatcontextresourcesview.js +1 -1
  45. package/src/aichat/ui/controls/resources/aichatresourcelistitemview.js +1 -1
  46. package/src/aichat/ui/controls/resources/aichatresourcesballoonview.js +1 -1
  47. package/src/aichat/ui/controls/resources/aichatresourcessearchinputview.js +1 -1
  48. package/src/aichat/ui/feed/aichatfeedcontextchipsview.js +1 -1
  49. package/src/aichat/ui/feed/aichatfeedcustomelementview.js +1 -1
  50. package/src/aichat/ui/feed/aichatfeederroritemview.js +1 -1
  51. package/src/aichat/ui/feed/aichatfeedinteractionheaderview.js +1 -1
  52. package/src/aichat/ui/feed/aichatfeeditemview.js +1 -1
  53. package/src/aichat/ui/feed/aichatfeedreplyitemview.js +1 -1
  54. package/src/aichat/ui/feed/aichatfeedsuggestionitemactionsview.js +1 -1
  55. package/src/aichat/ui/feed/aichatfeedsuggestionitemview.js +1 -1
  56. package/src/aichat/ui/feed/aichatfeedusermessageitem.js +1 -1
  57. package/src/aichat/utils/eventnames.js +1 -1
  58. package/src/aichat/utils/promisequeue.js +1 -1
  59. package/src/aichathistory/aichathistory.js +1 -1
  60. package/src/aichathistory/aichathistorycontroller.js +1 -1
  61. package/src/aichathistory/aichathistoryui.js +1 -1
  62. package/src/aichathistory/model/aichathistoryconversations.js +1 -1
  63. package/src/aichathistory/model/aichathistoryitem.js +1 -1
  64. package/src/aichathistory/ui/aichathistorylistitemview.js +2 -2
  65. package/src/aichathistory/ui/aichathistorylistview.js +1 -1
  66. package/src/aichathistory/ui/aichathistorysectionlistview.js +1 -1
  67. package/src/aichathistory/ui/aichathistoryview.js +1 -1
  68. package/src/aichatshortcuts/aichatshortcuts.js +1 -1
  69. package/src/aichatshortcuts/ui/aichatshortcutsview.js +1 -1
  70. package/src/aichatshortcuts/ui/aichatshortcutview.js +1 -1
  71. package/src/aicore/aiconnector.js +1 -1
  72. package/src/aicore/aiediting.js +1 -1
  73. package/src/aicore/model/aicapabilities.js +1 -1
  74. package/src/aicore/model/aiinteraction.js +1 -1
  75. package/src/aicore/model/aimodels.js +1 -1
  76. package/src/aicore/model/aireply.js +1 -1
  77. package/src/aicore/pipeline/airesponseapplier.js +2 -2
  78. package/src/aicore/pipeline/airesponseparser.js +2 -2
  79. package/src/aicore/ui/aidisclaimerview.js +1 -1
  80. package/src/aicore/ui/aiskeleton.js +1 -1
  81. package/src/aicore/ui/aispinner.js +1 -1
  82. package/src/aicore/ui/suggestioncontainer/aiminitoolbarview.js +1 -1
  83. package/src/aicore/ui/suggestioncontainer/aisuggestionbodyview.js +1 -1
  84. package/src/aicore/ui/suggestioncontainer/aisuggestioncontainerview.js +1 -1
  85. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartheaderview.js +1 -1
  86. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartstateview.js +1 -1
  87. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentparttoolbarview.js +1 -1
  88. package/src/aicore/ui/suggestioncontainer/aisuggestioncontentpartview.js +1 -1
  89. package/src/aicore/ui/suggestioncontainer/aisuggestionheaderview.js +1 -1
  90. package/src/aicore/ui/suggestioncontainer/aisuggestionloaderview.js +1 -1
  91. package/src/aicore/ui/suggestioncontainer/aisuggestionstreamablecontentview.js +1 -1
  92. package/src/aicore/ui/suggestioncontainer/aiwebsourcesview.js +1 -1
  93. package/src/aicore/utils/createresizebutton.js +1 -1
  94. package/src/aicore/utils/documentrange.js +1 -1
  95. package/src/aicore/utils/geteditorfromcontext.js +1 -1
  96. package/src/aicore/utils/getoperationsfromreply.js +1 -1
  97. package/src/aicore/utils/getsuggestionpartsfromreply.js +1 -1
  98. package/src/aicore/utils/htmlparser.js +1 -1
  99. package/src/aicore/utils/htmlstreamer.js +1 -1
  100. package/src/aieditorintegration/aieditorintegration.js +1 -1
  101. package/src/aieditorintegration/aitogglebutton/aitogglebuttonui.js +1 -1
  102. package/src/aieditorintegration/aitogglebutton/toggleaicommand.js +1 -1
  103. package/src/aiquickactions/aiquickactions.js +1 -1
  104. package/src/aiquickactions/aiquickactionscommand.js +1 -1
  105. package/src/aiquickactions/aiquickactionsediting.js +1 -1
  106. package/src/aiquickactions/aiquickactionsui.js +1 -1
  107. package/src/aiquickactions/ui/aiquickactionsbuttoncreator.js +1 -1
  108. package/src/aiquickactions/ui/aiquickactionsdropdowncontentview.js +1 -1
  109. package/src/aiquickactions/ui/aiquickactionsdropdowncreator.js +1 -1
  110. package/src/aiquickactions/ui/aiquickactionsfilteredlistview.js +1 -1
  111. package/src/aiquickactions/ui/balloon/aiactionsballoondisclaimerview.js +1 -1
  112. package/src/aiquickactions/ui/balloon/aiactionsballoontoolbarview.js +1 -1
  113. package/src/aiquickactions/ui/balloon/aiactionsballoonview.js +1 -1
  114. package/src/aiquickactions/ui/dropdownmenubuttonwithhighlightview.js +1 -1
  115. package/src/aireviewcore/aireviewcorecontroller.js +1 -1
  116. package/src/aireviewcore/aireviewcoreediting.js +1 -1
  117. package/src/aireviewcore/aireviewcoreui.js +1 -1
  118. package/src/aireviewcore/model/aireviewchecklist.js +1 -1
  119. package/src/aireviewcore/model/aireviewcheckresult.js +1 -1
  120. package/src/aireviewcore/model/aireviewcheckresultchange.js +1 -1
  121. package/src/aireviewcore/model/aireviewcheckrun.js +1 -1
  122. package/src/aireviewcore/model/aireviewsystemcheckrun.js +1 -1
  123. package/src/aireviewcore/ui/aireviewcoreballoonsuggestionview.js +1 -1
  124. package/src/aireviewcore/ui/aireviewcorechecklistitemresultview.js +1 -1
  125. package/src/aireviewcore/ui/aireviewcorecustomcheckview.js +1 -1
  126. package/src/aireviewcore/ui/aireviewcorefinishreviewbuttonview.js +1 -1
  127. package/src/aireviewcore/ui/aireviewcoregeneralerrorview.js +1 -1
  128. package/src/aireviewcore/ui/aireviewcorepromptinputview.js +1 -1
  129. package/src/aireviewcore/ui/aireviewcorereviewchecklistview.js +1 -1
  130. package/src/aireviewcore/ui/aireviewcorereviewcommandlistitemview.js +1 -1
  131. package/src/aireviewcore/ui/aireviewcorereviewcompletedview.js +1 -1
  132. package/src/aireviewcore/ui/aireviewcoreuicheckresultsview.js +1 -1
  133. package/src/aireviewcore/ui/aireviewcoreview.js +1 -1
  134. package/src/aireviewcore/ui/form/aireviewcoreformdropdown.js +1 -1
  135. package/src/aireviewcore/ui/form/aireviewcoreformmanager.js +1 -1
  136. package/src/aireviewmode/aireviewmode.js +1 -1
  137. package/src/aireviewmode/aireviewmodecontroller.js +1 -1
  138. package/src/aireviewmode/aireviewmodeui.js +1 -1
  139. package/src/aireviewmode/model/aireviewcustomcheckrun.js +1 -1
  140. package/src/aireviewmode/model/aireviewextracheckrun.js +1 -1
  141. package/src/aireviewmode/model/aireviewmodechecklist.js +1 -1
  142. package/src/aitabs/aitabs.js +1 -1
  143. package/src/aitabs/tabs/aitabsview.js +1 -1
  144. package/src/aitabs/tabs/tabbuttonview.js +1 -1
  145. package/src/aitabs/tabs/tabpanelview.js +1 -1
  146. package/src/aitranslate/aitranslate.js +1 -1
  147. package/src/aitranslate/aitranslatecontroller.js +1 -1
  148. package/src/aitranslate/aitranslateui.js +1 -1
  149. package/src/aitranslate/model/aitranslatecheckrun.js +1 -1
  150. package/src/aitranslate/ui/aitranslatechecklistview.js +1 -1
  151. package/src/aitranslate/ui/aitranslatecheckresultsview.js +1 -1
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3f3961=_0x57b3;function _0x57b3(_0x37869c,_0x12ec05){const _0x5536e1=_0x5536();return _0x57b3=function(_0x57b3bb,_0x369ff0){_0x57b3bb=_0x57b3bb-0x16e;let _0x117a75=_0x5536e1[_0x57b3bb];return _0x117a75;},_0x57b3(_0x37869c,_0x12ec05);}(function(_0x194319,_0x3cc9e3){const _0x4d1e78=_0x57b3,_0x140300=_0x194319();while(!![]){try{const _0x34bb66=-parseInt(_0x4d1e78(0x1c5))/0x1*(-parseInt(_0x4d1e78(0x197))/0x2)+parseInt(_0x4d1e78(0x1b2))/0x3*(-parseInt(_0x4d1e78(0x193))/0x4)+-parseInt(_0x4d1e78(0x1d1))/0x5+parseInt(_0x4d1e78(0x198))/0x6+parseInt(_0x4d1e78(0x1c1))/0x7*(-parseInt(_0x4d1e78(0x1cd))/0x8)+parseInt(_0x4d1e78(0x191))/0x9*(-parseInt(_0x4d1e78(0x180))/0xa)+parseInt(_0x4d1e78(0x1c6))/0xb;if(_0x34bb66===_0x3cc9e3)break;else _0x140300['push'](_0x140300['shift']());}catch(_0x5227ba){_0x140300['push'](_0x140300['shift']());}}}(_0x5536,0xc7e20));function _0x5536(){const _0x17e7b3=['getClassNames','click','Italian','_getChangeContentElement','removeClass','getRoot','english','14KWCtSz','replaceAll','reactivateMarkers','_initRequiredPlugins','70009jOvrAr','18149967hWloTn','English','korean','AITranslateUI','startsWith','document','russian','1211816XsqCFW','setupChecks','Spanish','_createReviewCheckRun','8174100owMgEE','get','deactivateChange','French','resetActiveStateInResults','AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_','define','_translateChecks','_onActivateChange','_diffContent','Chinese\x20(Simplified)','args','setActiveStateInResults','french','diffContent','_scrollToChange','_getTranslationWithDefault','german','_onChangeMarkerBlurred','getEditor','_onDeactivateChange','portuguese','_onReviewCheckRun','hover','_aiConnector','locale','toUpperCase','15004650SnnPMo','view','label','ck-ai-translate-','config','panel','plugins','AIReviewCoreEditing','setAllMarkersAsInactive','_onReviewCheckResultActivated','markChangePositionInEditorContent','AITranslateController','_getChecksList','getDocumentData','setMarkersInElementAsActive','Japanese','_aiReviewCoreEditing','9hcrnXI','_onChangeMarkerClicked','32sUuLsD','chinese','ai.translate.languages','title','38rAqSgf','9154410sjVzSO','origin','params','_aiReviewCoreUi','context','content','japanese','_onReviewRunLeave','Russian','_changeActivationSource','pluginName','italian','ck-ai-review-','Korean','changeId','map','editing','_onReviewCheckResultDeactivated','push','_onCheckRunFinished','uiInteraction','_onChangeMarkerHovered','_currentReviewCheckRun','Portuguese','ck-ai-translate-mode-content','_markChangePositionInEditorContent','93354EUhKvM','getContentElementForChange','activateChange','German','AI_REVIEW_CHECK_TRANSLATE_TITLE','change','spanish','addClass'];_0x5536=function(){return _0x17e7b3;};return _0x5536();}import{AIReviewCoreController as _0x395ab9}from'../aireviewcore/aireviewcorecontroller.js';import{AITranslateCheckList as _0x424223}from'./model/aitranslatechecklist.js';import{AITranslateCheckRun as _0x4ccef3}from'./model/aitranslatecheckrun.js';import{getTranslation as _0x44dc36}from'../aicore/utils/common-translations.js';export class AITranslateController extends _0x395ab9{static get[_0x3f3961(0x1a2)](){const _0x5897ab=_0x3f3961;return _0x5897ab(0x18b);}constructor(_0x4095be){const _0x32e607=_0x3f3961;super(_0x4095be),this[_0x32e607(0x19c)][_0x32e607(0x184)][_0x32e607(0x1d7)](_0x32e607(0x195),[{'label':_0x32e607(0x1c7),'id':_0x32e607(0x1c0)},{'label':_0x32e607(0x1cf),'id':_0x32e607(0x1b8)},{'label':_0x32e607(0x1d4),'id':_0x32e607(0x172)},{'label':_0x32e607(0x1b5),'id':_0x32e607(0x176)},{'label':_0x32e607(0x16f),'id':_0x32e607(0x194)},{'label':_0x32e607(0x18f),'id':_0x32e607(0x19e)},{'label':_0x32e607(0x1a0),'id':_0x32e607(0x1cc)},{'label':_0x32e607(0x1af),'id':_0x32e607(0x17a)},{'label':_0x32e607(0x1a5),'id':_0x32e607(0x1c8)},{'label':_0x32e607(0x1bc),'id':_0x32e607(0x1a3)}]);}[_0x3f3961(0x1ab)](){const _0x4dd6c6=_0x3f3961;this[_0x4dd6c6(0x19f)](!0x0);}[_0x3f3961(0x1c4)](){const _0x23e472=_0x3f3961;super[_0x23e472(0x1c4)](),this[_0x23e472(0x19b)]=this[_0x23e472(0x19c)][_0x23e472(0x186)][_0x23e472(0x1d2)](_0x23e472(0x1c9)),this[_0x23e472(0x190)]=this[_0x23e472(0x19c)][_0x23e472(0x186)][_0x23e472(0x1d2)](_0x23e472(0x187));}[_0x3f3961(0x1d0)](_0x34292e,_0x5736ed){const _0x54047b=_0x3f3961;return new _0x4ccef3(this[_0x54047b(0x190)][_0x54047b(0x18d)](),_0x5736ed,this[_0x54047b(0x17d)],_0x44dc36(this[_0x54047b(0x19c)][_0x54047b(0x17e)],_0x54047b(0x1b6)),_0x34292e[_0x54047b(0x19a)],_0x34292e[_0x54047b(0x170)]);}[_0x3f3961(0x189)](_0x59cd8d){const _0x42cdb7=_0x3f3961;this[_0x42cdb7(0x19b)][_0x42cdb7(0x171)](_0x59cd8d[_0x42cdb7(0x1b7)]['id']),this[_0x42cdb7(0x190)][_0x42cdb7(0x18e)](_0x59cd8d[_0x42cdb7(0x1b7)]['id']);}[_0x3f3961(0x1a9)](){const _0x282319=_0x3f3961;this[_0x282319(0x190)][_0x282319(0x188)](),this[_0x282319(0x19b)][_0x282319(0x1d5)]();}[_0x3f3961(0x1d9)](_0x410baf){const _0x319d63=_0x3f3961;this[_0x319d63(0x1ae)]&&(_0x319d63(0x17c)===_0x410baf[_0x319d63(0x1ac)]&&(this[_0x319d63(0x1a1)]=_0x319d63(0x185),this[_0x319d63(0x1ae)][_0x319d63(0x1b4)](_0x410baf['id'])),_0x319d63(0x1bb)===_0x410baf[_0x319d63(0x1ac)]&&this[_0x319d63(0x174)](_0x410baf['id']));}[_0x3f3961(0x179)](_0x1fe393){const _0x4f1088=_0x3f3961;this[_0x4f1088(0x1ae)]&&_0x4f1088(0x185)===_0x1fe393[_0x4f1088(0x199)]&&this[_0x4f1088(0x1ae)][_0x4f1088(0x1d3)]();}[_0x3f3961(0x192)](_0x4521c2,_0xb65282){const _0x7d1692=_0x3f3961;this[_0x7d1692(0x1ae)]&&(this[_0x7d1692(0x1a1)]=_0x7d1692(0x19d),this[_0x7d1692(0x1ae)][_0x7d1692(0x1b4)](_0xb65282[_0x7d1692(0x1a6)]),this[_0x7d1692(0x174)](_0xb65282[_0x7d1692(0x1a6)]));}[_0x3f3961(0x1ad)](_0x1ffefc,_0x2a123e){const _0x3f59f3=_0x3f3961;this[_0x3f59f3(0x1ae)]&&(this[_0x3f59f3(0x1a1)]=_0x3f59f3(0x19d),this[_0x3f59f3(0x1ae)][_0x3f59f3(0x1b4)](_0x2a123e[_0x3f59f3(0x1a6)]),this[_0x3f59f3(0x190)][_0x3f59f3(0x1c3)](_0x2a123e[_0x3f59f3(0x1a6)]));}[_0x3f3961(0x177)](){const _0x55c4ae=_0x3f3961;this[_0x55c4ae(0x1ae)]&&_0x55c4ae(0x19d)===this[_0x55c4ae(0x1a1)]&&(this[_0x55c4ae(0x1ae)][_0x55c4ae(0x1d3)](),this[_0x55c4ae(0x190)][_0x55c4ae(0x188)]());}[_0x3f3961(0x1bd)](_0xb876bb){const _0x5389c3=_0x3f3961;return this[_0x5389c3(0x190)][_0x5389c3(0x1b3)](_0xb876bb);}[_0x3f3961(0x1b1)](_0x7c4e2b,_0x54ad94){const _0x561092=_0x3f3961;this[_0x561092(0x190)][_0x561092(0x18a)](_0x7c4e2b,_0x54ad94);}[_0x3f3961(0x16e)](_0x5deca9,_0x37a669){const _0x285201=_0x3f3961;return this[_0x285201(0x190)][_0x285201(0x173)](_0x5deca9,_0x37a669,!0x0);}[_0x3f3961(0x17b)](){const _0x13ccce=_0x3f3961,_0x362f99=this[_0x13ccce(0x190)][_0x13ccce(0x178)]();_0x362f99&&_0x362f99[_0x13ccce(0x1a8)][_0x13ccce(0x181)][_0x13ccce(0x1b7)](_0x145aed=>{const _0x1cd0b9=_0x13ccce,_0x9220ce=_0x362f99[_0x1cd0b9(0x1a8)][_0x1cd0b9(0x181)][_0x1cd0b9(0x1cb)][_0x1cd0b9(0x1bf)]();for(const _0x4059ba of _0x9220ce[_0x1cd0b9(0x1ba)]())(_0x4059ba[_0x1cd0b9(0x1ca)](_0x1cd0b9(0x1a4))||_0x1cd0b9(0x183)===_0x4059ba)&&_0x145aed[_0x1cd0b9(0x1be)](_0x4059ba,_0x9220ce);_0x145aed[_0x1cd0b9(0x1b9)](_0x1cd0b9(0x1b0),_0x9220ce);});}async[_0x3f3961(0x18c)](){const _0x5a5643=_0x3f3961,_0x442532=[],_0x16dc89=this[_0x5a5643(0x19c)][_0x5a5643(0x184)][_0x5a5643(0x1d2)](_0x5a5643(0x195))||[];for(const _0x29e223 of _0x16dc89)_0x442532[_0x5a5643(0x1aa)]({'title':_0x29e223[_0x5a5643(0x182)],'id':_0x29e223['id'],'commandId':_0x29e223['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x29e223['id']}});const _0x806617=new _0x424223();return _0x806617[_0x5a5643(0x1ce)](this[_0x5a5643(0x1d8)](_0x442532)),_0x806617;}[_0x3f3961(0x1d8)](_0x8b6f88){const _0x51a1b6=_0x3f3961;return _0x8b6f88[_0x51a1b6(0x1a7)](_0x4ef27a=>{const _0x3739c4=_0x51a1b6,_0x23422c=_0x3739c4(0x1d6)+_0x4ef27a[_0x3739c4(0x196)][_0x3739c4(0x17f)]()[_0x3739c4(0x1c2)]('-','_');return{..._0x4ef27a,'title':this[_0x3739c4(0x175)](_0x23422c,_0x4ef27a[_0x3739c4(0x196)])};});}}
23
+ const _0xea4c3d=_0x584a;function _0x584a(_0x1d42a7,_0x35b3aa){const _0x176a7b=_0x176a();return _0x584a=function(_0x584ac6,_0x5f151a){_0x584ac6=_0x584ac6-0x1c3;let _0x2c529f=_0x176a7b[_0x584ac6];return _0x2c529f;},_0x584a(_0x1d42a7,_0x35b3aa);}(function(_0x5da811,_0x3ae3db){const _0x794e40=_0x584a,_0x5be399=_0x5da811();while(!![]){try{const _0x22b92b=parseInt(_0x794e40(0x21e))/0x1*(parseInt(_0x794e40(0x1ef))/0x2)+-parseInt(_0x794e40(0x223))/0x3+-parseInt(_0x794e40(0x211))/0x4+parseInt(_0x794e40(0x21b))/0x5+parseInt(_0x794e40(0x1f2))/0x6+-parseInt(_0x794e40(0x227))/0x7*(parseInt(_0x794e40(0x1e6))/0x8)+parseInt(_0x794e40(0x1fc))/0x9;if(_0x22b92b===_0x3ae3db)break;else _0x5be399['push'](_0x5be399['shift']());}catch(_0x305fce){_0x5be399['push'](_0x5be399['shift']());}}}(_0x176a,0x52c16));import{AIReviewCoreController as _0x20c065}from'../aireviewcore/aireviewcorecontroller.js';function _0x176a(){const _0x260769=['toUpperCase','korean','ck-ai-review-','deactivateChange','activateChange','portuguese','AIReviewCoreEditing','AI_REVIEW_CHECK_TRANSLATE_TITLE','chinese','2041245WJYUlP','locale','setMarkersInElementAsActive','35823DESqZX','spanish','_changeActivationSource','_onChangeMarkerBlurred','ck-ai-translate-mode-content','463485YFbWYu','_onReviewCheckResultActivated','Spanish','define','6587AaKjUa','_onCheckRunFinished','reactivateMarkers','replaceAll','Chinese\x20(Simplified)','_getTranslationWithDefault','_onChangeMarkerClicked','_aiReviewCoreUi','english','getEditor','push','japanese','getDocumentData','params','removeClass','uiInteraction','content','_markChangePositionInEditorContent','German','AITranslateController','_onActivateChange','Russian','markChangePositionInEditorContent','_aiConnector','AI_REVIEW_CHECK_TRANSLATE_OPTIONS_DATA_','click','_getChecksList','editing','setActiveStateInResults','hover','English','AITranslateUI','french','_createReviewCheckRun','_diffContent','addClass','_onDeactivateChange','_onReviewRunLeave','Korean','_translateChecks','diffContent','744UupuZK','label','setAllMarkersAsInactive','_scrollToChange','_aiReviewCoreEditing','ck-ai-translate-','document','resetActiveStateInResults','title','2qGHvFj','changeId','_getChangeContentElement','3047106XFxyfV','_initRequiredPlugins','change','map','Portuguese','getRoot','Japanese','russian','_onReviewCheckRun','origin','153072jAZJCi','pluginName','args','French','ai.translate.languages','panel','_onReviewCheckResultDeactivated','getContentElementForChange','plugins','german','context','startsWith','_onChangeMarkerHovered','config','getClassNames','_currentReviewCheckRun','italian','view','Italian','get','setupChecks','1551828pRwchD'];_0x176a=function(){return _0x260769;};return _0x176a();}import{AITranslateCheckList as _0x4f7c6e}from'./model/aitranslatechecklist.js';import{AITranslateCheckRun as _0x44c661}from'./model/aitranslatecheckrun.js';import{getTranslation as _0x56c1e8}from'../aicore/utils/common-translations.js';export class AITranslateController extends _0x20c065{static get[_0xea4c3d(0x1fd)](){const _0x876bd8=_0xea4c3d;return _0x876bd8(0x1d0);}constructor(_0x2eb837){const _0x561732=_0xea4c3d;super(_0x2eb837),this[_0x561732(0x206)][_0x561732(0x209)][_0x561732(0x226)](_0x561732(0x200),[{'label':_0x561732(0x1db),'id':_0x561732(0x1c5)},{'label':_0x561732(0x225),'id':_0x561732(0x21f)},{'label':_0x561732(0x1ff),'id':_0x561732(0x1dd)},{'label':_0x561732(0x1cf),'id':_0x561732(0x205)},{'label':_0x561732(0x22b),'id':_0x561732(0x21a)},{'label':_0x561732(0x1f8),'id':_0x561732(0x1c8)},{'label':_0x561732(0x1d2),'id':_0x561732(0x1f9)},{'label':_0x561732(0x1f6),'id':_0x561732(0x217)},{'label':_0x561732(0x1e3),'id':_0x561732(0x213)},{'label':_0x561732(0x20e),'id':_0x561732(0x20c)}]);}[_0xea4c3d(0x228)](){const _0x35b6c1=_0xea4c3d;this[_0x35b6c1(0x1e2)](!0x0);}[_0xea4c3d(0x1f3)](){const _0x38d3d4=_0xea4c3d;super[_0x38d3d4(0x1f3)](),this[_0x38d3d4(0x1c4)]=this[_0x38d3d4(0x206)][_0x38d3d4(0x204)][_0x38d3d4(0x20f)](_0x38d3d4(0x1dc)),this[_0x38d3d4(0x1ea)]=this[_0x38d3d4(0x206)][_0x38d3d4(0x204)][_0x38d3d4(0x20f)](_0x38d3d4(0x218));}[_0xea4c3d(0x1de)](_0x4aa3c6,_0x34eb74){const _0x2324be=_0xea4c3d;return new _0x44c661(this[_0x2324be(0x1ea)][_0x2324be(0x1c9)](),_0x34eb74,this[_0x2324be(0x1d4)],_0x56c1e8(this[_0x2324be(0x206)][_0x2324be(0x21c)],_0x2324be(0x219)),_0x4aa3c6[_0x2324be(0x1ca)],_0x4aa3c6[_0x2324be(0x1fe)]);}[_0xea4c3d(0x224)](_0x1f6786){const _0x20cde5=_0xea4c3d;this[_0x20cde5(0x1c4)][_0x20cde5(0x1d9)](_0x1f6786[_0x20cde5(0x1f4)]['id']),this[_0x20cde5(0x1ea)][_0x20cde5(0x21d)](_0x1f6786[_0x20cde5(0x1f4)]['id']);}[_0xea4c3d(0x202)](){const _0x2c7185=_0xea4c3d;this[_0x2c7185(0x1ea)][_0x2c7185(0x1e8)](),this[_0x2c7185(0x1c4)][_0x2c7185(0x1ed)]();}[_0xea4c3d(0x1d1)](_0x380ebc){const _0x5b2051=_0xea4c3d;this[_0x5b2051(0x20b)]&&(_0x5b2051(0x1da)===_0x380ebc[_0x5b2051(0x1cc)]&&(this[_0x5b2051(0x220)]=_0x5b2051(0x201),this[_0x5b2051(0x20b)][_0x5b2051(0x216)](_0x380ebc['id'])),_0x5b2051(0x1d6)===_0x380ebc[_0x5b2051(0x1cc)]&&this[_0x5b2051(0x1e9)](_0x380ebc['id']));}[_0xea4c3d(0x1e1)](_0x30e359){const _0x3214cd=_0xea4c3d;this[_0x3214cd(0x20b)]&&_0x3214cd(0x201)===_0x30e359[_0x3214cd(0x1fb)]&&this[_0x3214cd(0x20b)][_0x3214cd(0x215)]();}[_0xea4c3d(0x1c3)](_0x4cee86,_0x33779b){const _0x4536ed=_0xea4c3d;this[_0x4536ed(0x20b)]&&(this[_0x4536ed(0x220)]=_0x4536ed(0x1cd),this[_0x4536ed(0x20b)][_0x4536ed(0x216)](_0x33779b[_0x4536ed(0x1f0)]),this[_0x4536ed(0x1e9)](_0x33779b[_0x4536ed(0x1f0)]));}[_0xea4c3d(0x208)](_0x2365c0,_0x43ea12){const _0x3bfe31=_0xea4c3d;this[_0x3bfe31(0x20b)]&&(this[_0x3bfe31(0x220)]=_0x3bfe31(0x1cd),this[_0x3bfe31(0x20b)][_0x3bfe31(0x216)](_0x43ea12[_0x3bfe31(0x1f0)]),this[_0x3bfe31(0x1ea)][_0x3bfe31(0x229)](_0x43ea12[_0x3bfe31(0x1f0)]));}[_0xea4c3d(0x221)](){const _0x5160cb=_0xea4c3d;this[_0x5160cb(0x20b)]&&_0x5160cb(0x1cd)===this[_0x5160cb(0x220)]&&(this[_0x5160cb(0x20b)][_0x5160cb(0x215)](),this[_0x5160cb(0x1ea)][_0x5160cb(0x1e8)]());}[_0xea4c3d(0x1f1)](_0x329d4a){const _0x5b4a9c=_0xea4c3d;return this[_0x5b4a9c(0x1ea)][_0x5b4a9c(0x203)](_0x329d4a);}[_0xea4c3d(0x1ce)](_0x23937a,_0x57e434){const _0x2c89f7=_0xea4c3d;this[_0x2c89f7(0x1ea)][_0x2c89f7(0x1d3)](_0x23937a,_0x57e434);}[_0xea4c3d(0x1df)](_0x11cfcb,_0x9cb884){const _0x28c3ea=_0xea4c3d;return this[_0x28c3ea(0x1ea)][_0x28c3ea(0x1e5)](_0x11cfcb,_0x9cb884,!0x0);}[_0xea4c3d(0x1fa)](){const _0x19d1c1=_0xea4c3d,_0x547cd7=this[_0x19d1c1(0x1ea)][_0x19d1c1(0x1c6)]();_0x547cd7&&_0x547cd7[_0x19d1c1(0x1d8)][_0x19d1c1(0x20d)][_0x19d1c1(0x1f4)](_0x1a336c=>{const _0x36a6c2=_0x19d1c1,_0x2774a6=_0x547cd7[_0x36a6c2(0x1d8)][_0x36a6c2(0x20d)][_0x36a6c2(0x1ec)][_0x36a6c2(0x1f7)]();for(const _0xa33ba7 of _0x2774a6[_0x36a6c2(0x20a)]())(_0xa33ba7[_0x36a6c2(0x207)](_0x36a6c2(0x214))||_0x36a6c2(0x1eb)===_0xa33ba7)&&_0x1a336c[_0x36a6c2(0x1cb)](_0xa33ba7,_0x2774a6);_0x1a336c[_0x36a6c2(0x1e0)](_0x36a6c2(0x222),_0x2774a6);});}async[_0xea4c3d(0x1d7)](){const _0x43fc8b=_0xea4c3d,_0x1796d1=[],_0x5f2e06=this[_0x43fc8b(0x206)][_0x43fc8b(0x209)][_0x43fc8b(0x20f)](_0x43fc8b(0x200))||[];for(const _0x483a36 of _0x5f2e06)_0x1796d1[_0x43fc8b(0x1c7)]({'title':_0x483a36[_0x43fc8b(0x1e7)],'id':_0x483a36['id'],'commandId':_0x483a36['id'],'description':'','isParameterized':!0x1,'useArgs':!0x0,'args':{'language':_0x483a36['id']}});const _0x113fc8=new _0x4f7c6e();return _0x113fc8[_0x43fc8b(0x210)](this[_0x43fc8b(0x1e4)](_0x1796d1)),_0x113fc8;}[_0xea4c3d(0x1e4)](_0x3a133e){const _0x43cff8=_0xea4c3d;return _0x3a133e[_0x43cff8(0x1f5)](_0x4a69c1=>{const _0x46817d=_0x43cff8,_0x45c0cd=_0x46817d(0x1d5)+_0x4a69c1[_0x46817d(0x1ee)][_0x46817d(0x212)]()[_0x46817d(0x22a)]('-','_');return{..._0x4a69c1,'title':this[_0x46817d(0x22c)](_0x45c0cd,_0x4a69c1[_0x46817d(0x1ee)])};});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x487c(_0x20be01,_0x90db87){const _0x10283c=_0x1028();return _0x487c=function(_0x487c27,_0x2a3eea){_0x487c27=_0x487c27-0x19e;let _0x20e0fd=_0x10283c[_0x487c27];return _0x20e0fd;},_0x487c(_0x20be01,_0x90db87);}const _0x2943ca=_0x487c;(function(_0x2d4a3c,_0x4e4710){const _0x288170=_0x487c,_0x428d04=_0x2d4a3c();while(!![]){try{const _0x1154fb=parseInt(_0x288170(0x1b5))/0x1+parseInt(_0x288170(0x1a3))/0x2+parseInt(_0x288170(0x1ad))/0x3*(-parseInt(_0x288170(0x1ba))/0x4)+-parseInt(_0x288170(0x1b0))/0x5+-parseInt(_0x288170(0x1a6))/0x6*(-parseInt(_0x288170(0x1b3))/0x7)+parseInt(_0x288170(0x1bb))/0x8*(-parseInt(_0x288170(0x1a4))/0x9)+parseInt(_0x288170(0x1a9))/0xa*(parseInt(_0x288170(0x1b6))/0xb);if(_0x1154fb===_0x4e4710)break;else _0x428d04['push'](_0x428d04['shift']());}catch(_0x23efec){_0x428d04['push'](_0x428d04['shift']());}}}(_0x1028,0x5e881));import{FormHeaderView as _0x3407cf}from'ckeditor5/src/ui.js';import{IconAITranslate as _0x25df87}from'ckeditor5/src/icons.js';function _0x1028(){const _0x39b889=['getReviewCheckList','ck-ai-translate-mode','AI_TRANSLATE_GENERAL_ERROR_MESSAGE','AI_TRANSLATE_FINISH_HEADER_TITLE','AITabs','context','207548LiFzvQ','3644055yfycSb','AI_REVIEW_CHECK_TRANSLATE_TITLE','2943042ecwsqr','addTab','pluginName','270dMlpmd','extendTemplate','AI_TRANSLATE_FINISH_BUTTON_LABEL','_mainView','2299206KsXbSQ','AI_TRANSLATE_EMPTY_RESULTS_TEXT','get','2964465wdCZKz','registerTab','view','7mKymna','activateTab','619967KYrCzD','381799LjYgxm','translate','createMainView','ck-ai-header\x20ck-ai-header_review-translate','4AeOSud','8OsriJj','plugins','AITranslateUI','fire','locale','leaveReview'];_0x1028=function(){return _0x39b889;};return _0x1028();}import{getTranslation as _0x86719e}from'../aicore/utils/common-translations.js';import{AIReviewCoreUI as _0x2e5947}from'../aireviewcore/aireviewcoreui.js';import{AIReviewCoreView as _0x24decd}from'../aireviewcore/ui/aireviewcoreview.js';import{AITranslateCheckResultsView as _0x25d4a2}from'./ui/aitranslatecheckresultsview.js';import{AIReviewCoreReviewCompletedView as _0xa721b4}from'../aireviewcore/ui/aireviewcorereviewcompletedview.js';import{AITranslateCheckListView as _0x1dba64}from'./ui/aitranslatechecklistview.js';import'../../theme/aitranslate/aitranslate.css';export class AITranslateUI extends _0x2e5947{static get[_0x2943ca(0x1a8)](){const _0x16feb5=_0x2943ca;return _0x16feb5(0x1bd);}[_0x2943ca(0x1b8)](){const _0x2b8515=_0x2943ca,_0x760a9a=this[_0x2b8515(0x1a2)][_0x2b8515(0x1bf)],_0x33fa73=new _0x3407cf(_0x760a9a,{'label':_0x86719e(_0x760a9a,_0x2b8515(0x1a5)),'icon':_0x25df87,'class':_0x2b8515(0x1b9)}),_0x18fca7=new _0x24decd(_0x760a9a,{'header':_0x33fa73,'list':new _0x1dba64(_0x760a9a),'results':new _0x25d4a2(_0x760a9a,{'generalErrorText':_0x86719e(_0x760a9a,_0x2b8515(0x19f))}),'completed':new _0xa721b4(_0x760a9a,{'headerText':_0x86719e(_0x760a9a,_0x2b8515(0x1a0)),'emptyResultsText':_0x86719e(_0x760a9a,_0x2b8515(0x1ae)),'buttonText':_0x86719e(_0x760a9a,_0x2b8515(0x1ab))})});return _0x18fca7[_0x2b8515(0x1aa)]({'attributes':{'class':_0x2b8515(0x19e)}}),_0x18fca7;}[_0x2943ca(0x1b1)](){const _0x45fb1d=_0x2943ca,_0x240585=this[_0x45fb1d(0x1a2)][_0x45fb1d(0x1bc)][_0x45fb1d(0x1af)](_0x45fb1d(0x1a1));_0x240585[_0x45fb1d(0x1b2)]['on'](_0x45fb1d(0x1b4),(_0x501ae9,_0x35db03)=>{const _0x9274d8=_0x45fb1d;_0x9274d8(0x1b7)===_0x35db03?this[_0x9274d8(0x1be)](_0x9274d8(0x1c1)):this[_0x9274d8(0x1be)](_0x9274d8(0x1c0));}),_0x240585[_0x45fb1d(0x1b2)][_0x45fb1d(0x1a7)]({'id':_0x45fb1d(0x1b7),'buttonLabel':_0x86719e(this[_0x45fb1d(0x1a2)][_0x45fb1d(0x1bf)],_0x45fb1d(0x1a5)),'buttonIcon':_0x25df87,'order':0x0,'content':this[_0x45fb1d(0x1ac)]});}}
23
+ const _0x532247=_0x441e;function _0x3c5f(){const _0x5b696e=['AI_TRANSLATE_EMPTY_RESULTS_TEXT','registerTab','ck-ai-translate-mode','24LluvNu','AI_TRANSLATE_FINISH_HEADER_TITLE','367480qQYsMm','AITranslateUI','view','createMainView','1500504WORYLA','fire','getReviewCheckList','4231829VQOlPm','388460sqYGlF','72KMstXV','_mainView','6PFbBCY','leaveReview','AI_TRANSLATE_FINISH_BUTTON_LABEL','AI_TRANSLATE_GENERAL_ERROR_MESSAGE','AI_REVIEW_CHECK_TRANSLATE_TITLE','locale','AITabs','get','pluginName','context','96782rmQtbh','translate','addTab','7418653QWBTos','plugins','extendTemplate','24fuKHww','2114275hdeSvF','ck-ai-header\x20ck-ai-header_review-translate','2ECNrdf','activateTab'];_0x3c5f=function(){return _0x5b696e;};return _0x3c5f();}(function(_0x11a8b9,_0x108f38){const _0x21f0c2=_0x441e,_0x4e02d0=_0x11a8b9();while(!![]){try{const _0x2ed95f=parseInt(_0x21f0c2(0x1de))/0x1*(parseInt(_0x21f0c2(0x1d5))/0x2)+-parseInt(_0x21f0c2(0x1e3))/0x3*(-parseInt(_0x21f0c2(0x1e5))/0x4)+parseInt(_0x21f0c2(0x1dc))/0x5+parseInt(_0x21f0c2(0x1f0))/0x6*(parseInt(_0x21f0c2(0x1ec))/0x7)+parseInt(_0x21f0c2(0x1e9))/0x8+-parseInt(_0x21f0c2(0x1ee))/0x9*(parseInt(_0x21f0c2(0x1ed))/0xa)+-parseInt(_0x21f0c2(0x1d8))/0xb*(parseInt(_0x21f0c2(0x1db))/0xc);if(_0x2ed95f===_0x108f38)break;else _0x4e02d0['push'](_0x4e02d0['shift']());}catch(_0x438093){_0x4e02d0['push'](_0x4e02d0['shift']());}}}(_0x3c5f,0x5e815));function _0x441e(_0x11275b,_0x305862){const _0x3c5f62=_0x3c5f();return _0x441e=function(_0x441e84,_0x4b870b){_0x441e84=_0x441e84-0x1d4;let _0x32fca3=_0x3c5f62[_0x441e84];return _0x32fca3;},_0x441e(_0x11275b,_0x305862);}import{FormHeaderView as _0x1f0133}from'ckeditor5/src/ui.js';import{IconAITranslate as _0x4c185a}from'ckeditor5/src/icons.js';import{getTranslation as _0x6d5975}from'../aicore/utils/common-translations.js';import{AIReviewCoreUI as _0x5014af}from'../aireviewcore/aireviewcoreui.js';import{AIReviewCoreView as _0x22043a}from'../aireviewcore/ui/aireviewcoreview.js';import{AITranslateCheckResultsView as _0x34e5bc}from'./ui/aitranslatecheckresultsview.js';import{AIReviewCoreReviewCompletedView as _0x8805d1}from'../aireviewcore/ui/aireviewcorereviewcompletedview.js';import{AITranslateCheckListView as _0x8b8697}from'./ui/aitranslatechecklistview.js';import'../../theme/aitranslate/aitranslate.css';export class AITranslateUI extends _0x5014af{static get[_0x532247(0x1f8)](){const _0x14486a=_0x532247;return _0x14486a(0x1e6);}[_0x532247(0x1e8)](){const _0x1125b7=_0x532247,_0x529aa5=this[_0x1125b7(0x1d4)][_0x1125b7(0x1f5)],_0x3e3610=new _0x1f0133(_0x529aa5,{'label':_0x6d5975(_0x529aa5,_0x1125b7(0x1f4)),'icon':_0x4c185a,'class':_0x1125b7(0x1dd)}),_0x27469f=new _0x22043a(_0x529aa5,{'header':_0x3e3610,'list':new _0x8b8697(_0x529aa5),'results':new _0x34e5bc(_0x529aa5,{'generalErrorText':_0x6d5975(_0x529aa5,_0x1125b7(0x1f3))}),'completed':new _0x8805d1(_0x529aa5,{'headerText':_0x6d5975(_0x529aa5,_0x1125b7(0x1e4)),'emptyResultsText':_0x6d5975(_0x529aa5,_0x1125b7(0x1e0)),'buttonText':_0x6d5975(_0x529aa5,_0x1125b7(0x1f2))})});return _0x27469f[_0x1125b7(0x1da)]({'attributes':{'class':_0x1125b7(0x1e2)}}),_0x27469f;}[_0x532247(0x1e1)](){const _0x41e7ea=_0x532247,_0x25b50c=this[_0x41e7ea(0x1d4)][_0x41e7ea(0x1d9)][_0x41e7ea(0x1f7)](_0x41e7ea(0x1f6));_0x25b50c[_0x41e7ea(0x1e7)]['on'](_0x41e7ea(0x1df),(_0x1dc514,_0x4fa27c)=>{const _0x447e8a=_0x41e7ea;_0x447e8a(0x1d6)===_0x4fa27c?this[_0x447e8a(0x1ea)](_0x447e8a(0x1eb)):this[_0x447e8a(0x1ea)](_0x447e8a(0x1f1));}),_0x25b50c[_0x41e7ea(0x1e7)][_0x41e7ea(0x1d7)]({'id':_0x41e7ea(0x1d6),'buttonLabel':_0x6d5975(this[_0x41e7ea(0x1d4)][_0x41e7ea(0x1f5)],_0x41e7ea(0x1f4)),'buttonIcon':_0x4c185a,'order':0x0,'content':this[_0x41e7ea(0x1ef)]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- function _0x2bad(){var _0x519040=['12TZWJBK','title','413767fMkpTR','subTitle','2MsjTts','680718WTLgoc','1748170wVFDwY','1184029tFgNMH','2092995csdLix','_sourceCheck','3767863bZqvwj','38697uksmMV','5iiwAJC','24IfnQuD','_title','24HIYaxQ'];_0x2bad=function(){return _0x519040;};return _0x2bad();}var _0x4359e4=_0x495b;(function(_0x303333,_0x23feac){var _0x50aa91=_0x495b,_0x4846b4=_0x303333();while(!![]){try{var _0x3be04f=-parseInt(_0x50aa91(0x1ee))/0x1*(-parseInt(_0x50aa91(0x1f0))/0x2)+-parseInt(_0x50aa91(0x1f7))/0x3*(parseInt(_0x50aa91(0x1ec))/0x4)+-parseInt(_0x50aa91(0x1f8))/0x5*(-parseInt(_0x50aa91(0x1f1))/0x6)+parseInt(_0x50aa91(0x1f3))/0x7*(-parseInt(_0x50aa91(0x1f9))/0x8)+-parseInt(_0x50aa91(0x1f4))/0x9+-parseInt(_0x50aa91(0x1f2))/0xa+parseInt(_0x50aa91(0x1f6))/0xb*(parseInt(_0x50aa91(0x1eb))/0xc);if(_0x3be04f===_0x23feac)break;else _0x4846b4['push'](_0x4846b4['shift']());}catch(_0x29fd0c){_0x4846b4['push'](_0x4846b4['shift']());}}}(_0x2bad,0x3f2d8));function _0x495b(_0xf802e4,_0xd7532e){var _0x2bade2=_0x2bad();return _0x495b=function(_0x495bab,_0x2cb6ee){_0x495bab=_0x495bab-0x1eb;var _0xd41b3a=_0x2bade2[_0x495bab];return _0xd41b3a;},_0x495b(_0xf802e4,_0xd7532e);}import{AIReviewSystemCheckRun as _0x106738}from'../../aireviewcore/model/aireviewsystemcheckrun.js';export class AITranslateCheckRun extends _0x106738{[_0x4359e4(0x1fa)];constructor(_0x5412b1,_0x21e3bc,_0x5dcdd2,_0x4f2ac2,_0x192ad3,_0x5ee8f4){var _0x3b5456=_0x4359e4;super(_0x5412b1,_0x21e3bc,_0x5dcdd2,_0x192ad3,_0x5ee8f4),this[_0x3b5456(0x1fa)]=_0x4f2ac2;}get[_0x4359e4(0x1ed)](){var _0x473842=_0x4359e4;return this[_0x473842(0x1fa)];}get[_0x4359e4(0x1ef)](){var _0x18ce3b=_0x4359e4;return this[_0x18ce3b(0x1f5)][_0x18ce3b(0x1ed)];}}
23
+ function _0x3464(_0x59bf09,_0x10123c){var _0x2a94d8=_0x2a94();return _0x3464=function(_0x346493,_0xd563a2){_0x346493=_0x346493-0x84;var _0x4dbcc0=_0x2a94d8[_0x346493];return _0x4dbcc0;},_0x3464(_0x59bf09,_0x10123c);}var _0x371feb=_0x3464;function _0x2a94(){var _0xe740ed=['10931373RubELA','1302676XAFeBS','6130XupHfF','1950246jvjzpG','17633ZEpXme','1310fokrag','2912Cmjduc','27756eKcYiS','_title','subTitle','9bEHRzx','title','_sourceCheck','1633304nFTxRk','25151hxcRlW'];_0x2a94=function(){return _0xe740ed;};return _0x2a94();}(function(_0x3d521a,_0x5ccbbb){var _0x37252e=_0x3464,_0x4d7b4=_0x3d521a();while(!![]){try{var _0x31db3e=-parseInt(_0x37252e(0x88))/0x1+parseInt(_0x37252e(0x8a))/0x2+-parseInt(_0x37252e(0x91))/0x3*(parseInt(_0x37252e(0x85))/0x4)+-parseInt(_0x37252e(0x8c))/0x5*(-parseInt(_0x37252e(0x8e))/0x6)+-parseInt(_0x37252e(0x86))/0x7*(-parseInt(_0x37252e(0x8d))/0x8)+-parseInt(_0x37252e(0x87))/0x9+-parseInt(_0x37252e(0x89))/0xa*(-parseInt(_0x37252e(0x8b))/0xb);if(_0x31db3e===_0x5ccbbb)break;else _0x4d7b4['push'](_0x4d7b4['shift']());}catch(_0x37bd88){_0x4d7b4['push'](_0x4d7b4['shift']());}}}(_0x2a94,0xb388f));import{AIReviewSystemCheckRun as _0x453143}from'../../aireviewcore/model/aireviewsystemcheckrun.js';export class AITranslateCheckRun extends _0x453143{[_0x371feb(0x8f)];constructor(_0x79108e,_0x4895d3,_0x4d155f,_0x5aa5b7,_0x54a0f5,_0x3af226){var _0x4535a0=_0x371feb;super(_0x79108e,_0x4895d3,_0x4d155f,_0x54a0f5,_0x3af226),this[_0x4535a0(0x8f)]=_0x5aa5b7;}get[_0x371feb(0x92)](){var _0x158e7=_0x371feb;return this[_0x158e7(0x8f)];}get[_0x371feb(0x90)](){var _0xe75641=_0x371feb;return this[_0xe75641(0x84)][_0xe75641(0x92)];}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x5d1ea8=_0x1f58;function _0x1f58(_0x5f2430,_0x4c883e){const _0x541613=_0x5416();return _0x1f58=function(_0x1f583d,_0x2e9155){_0x1f583d=_0x1f583d-0xa7;let _0x19b8a6=_0x541613[_0x1f583d];return _0x19b8a6;},_0x1f58(_0x5f2430,_0x4c883e);}(function(_0x51d085,_0x54f8eb){const _0xb23331=_0x1f58,_0x3d5d6d=_0x51d085();while(!![]){try{const _0x43ca90=parseInt(_0xb23331(0xbc))/0x1+-parseInt(_0xb23331(0xaf))/0x2+-parseInt(_0xb23331(0xaa))/0x3+-parseInt(_0xb23331(0xb7))/0x4*(-parseInt(_0xb23331(0xba))/0x5)+-parseInt(_0xb23331(0xb1))/0x6*(-parseInt(_0xb23331(0xb5))/0x7)+-parseInt(_0xb23331(0xb0))/0x8*(parseInt(_0xb23331(0xab))/0x9)+-parseInt(_0xb23331(0xa7))/0xa*(-parseInt(_0xb23331(0xbb))/0xb);if(_0x43ca90===_0x54f8eb)break;else _0x3d5d6d['push'](_0x3d5d6d['shift']());}catch(_0x576e31){_0x3d5d6d['push'](_0x3d5d6d['shift']());}}}(_0x5416,0x85cf4));function _0x5416(){const _0x11a3f2=['169543kSfjaw','103173TgoNwc','locale','isVisible','210GKFYiJ','AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','ck-hidden','411084sJZUOd','99nRVHcf','ck-ai-translate__check-list-header','bindTemplate','_setupTemplate','165762koRKpE','617408yAuxZD','54UWqkJs','div','AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','_checkViews','154315JbpkSJ','ck-ai_review__check-list','4EinNhG','setTemplate','ck-ai-translate__check-list-wrapper','4958390GcUeqz'];_0x5416=function(){return _0x11a3f2;};return _0x5416();}import{AIReviewCoreReviewCheckListView as _0x42cc00}from'../../aireviewcore/ui/aireviewcorereviewchecklistview.js';import{getTranslation as _0x45dd34}from'../../aicore/utils/common-translations.js';export class AITranslateCheckListView extends _0x42cc00{[_0x5d1ea8(0xae)](){const _0x5a402e=_0x5d1ea8,_0x567e97=this[_0x5a402e(0xad)];this[_0x5a402e(0xb8)]({'tag':_0x5a402e(0xb2),'attributes':{'class':[_0x5a402e(0xb9),_0x567e97['if'](_0x5a402e(0xbe),_0x5a402e(0xa9),_0x4db4a1=>!_0x4db4a1)]},'children':[{'tag':_0x5a402e(0xb2),'attributes':{'class':[_0x5a402e(0xac)]},'children':[{'tag':'h2','children':[{'text':_0x45dd34(this[_0x5a402e(0xbd)],_0x5a402e(0xa8))}]},{'tag':'p','children':[{'text':_0x45dd34(this[_0x5a402e(0xbd)],_0x5a402e(0xb3))}]}]},{'tag':_0x5a402e(0xb2),'attributes':{'class':[_0x5a402e(0xb6),_0x567e97['if'](_0x5a402e(0xbe),_0x5a402e(0xa9),_0x405b9f=>!_0x405b9f)]},'children':this[_0x5a402e(0xb4)]}]});}}
23
+ const _0x147498=_0x21f4;(function(_0xc8e7de,_0x4f2718){const _0x50c3ca=_0x21f4,_0x1fdcdc=_0xc8e7de();while(!![]){try{const _0x28eacb=parseInt(_0x50c3ca(0x195))/0x1+-parseInt(_0x50c3ca(0x18e))/0x2*(-parseInt(_0x50c3ca(0x190))/0x3)+-parseInt(_0x50c3ca(0x196))/0x4+-parseInt(_0x50c3ca(0x191))/0x5*(parseInt(_0x50c3ca(0x19a))/0x6)+parseInt(_0x50c3ca(0x189))/0x7*(-parseInt(_0x50c3ca(0x18f))/0x8)+-parseInt(_0x50c3ca(0x198))/0x9+parseInt(_0x50c3ca(0x18c))/0xa;if(_0x28eacb===_0x4f2718)break;else _0x1fdcdc['push'](_0x1fdcdc['shift']());}catch(_0xfaf686){_0x1fdcdc['push'](_0x1fdcdc['shift']());}}}(_0x3d96,0x81423));function _0x3d96(){const _0x2eeb35=['110529YEVppD','512255jVlrSo','ck-hidden','_checkViews','locale','973287oyjLUn','4143960OnssoZ','AI_TRANSLATE_CHECK_LIST_HEADER_DESCRIPTION','3164841LhJOGg','isVisible','60JvWShA','div','ck-ai-translate__check-list-header','AI_TRANSLATE_CHECK_LIST_HEADER_TITLE','ck-ai-translate__check-list-wrapper','_setupTemplate','7BhcUhE','setTemplate','ck-ai_review__check-list','16433470WJLjtV','bindTemplate','26KAPLGQ','1232008TNMifZ'];_0x3d96=function(){return _0x2eeb35;};return _0x3d96();}function _0x21f4(_0x21b040,_0x219781){const _0x3d960b=_0x3d96();return _0x21f4=function(_0x21f46d,_0x158256){_0x21f46d=_0x21f46d-0x185;let _0x57a2e1=_0x3d960b[_0x21f46d];return _0x57a2e1;},_0x21f4(_0x21b040,_0x219781);}import{AIReviewCoreReviewCheckListView as _0x481fc0}from'../../aireviewcore/ui/aireviewcorereviewchecklistview.js';import{getTranslation as _0x227b34}from'../../aicore/utils/common-translations.js';export class AITranslateCheckListView extends _0x481fc0{[_0x147498(0x188)](){const _0x1fe479=_0x147498,_0x285739=this[_0x1fe479(0x18d)];this[_0x1fe479(0x18a)]({'tag':_0x1fe479(0x19b),'attributes':{'class':[_0x1fe479(0x187),_0x285739['if'](_0x1fe479(0x199),_0x1fe479(0x192),_0xeccebb=>!_0xeccebb)]},'children':[{'tag':_0x1fe479(0x19b),'attributes':{'class':[_0x1fe479(0x185)]},'children':[{'tag':'h2','children':[{'text':_0x227b34(this[_0x1fe479(0x194)],_0x1fe479(0x186))}]},{'tag':'p','children':[{'text':_0x227b34(this[_0x1fe479(0x194)],_0x1fe479(0x197))}]}]},{'tag':_0x1fe479(0x19b),'attributes':{'class':[_0x1fe479(0x18b),_0x285739['if'](_0x1fe479(0x199),_0x1fe479(0x192),_0xe4f884=>!_0xe4f884)]},'children':this[_0x1fe479(0x193)]}]});}}
@@ -20,4 +20,4 @@
20
20
  *
21
21
  *
22
22
  */
23
- const _0x3dc2c1=_0x1ad7;function _0x157c(){const _0x3f7912=['8361CyxLpn','1488TpUvPg','2710xNXIIU','_createExitReviewButtonView','298188adgCcG','set:isResultReady','210eTgzxl','label','5zZvurA','set:isLoading','locale','AI_CHAT_HISTORY_CANCEL','14jWcmHU','AI_TRANSLATE_ACCEPT_ALL','set','21198WKbnsg','573393nxWIrl','1948452OdvYNb','AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','_createAcceptAllButtonView','headerTitle','AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','3099furdlA','9493Qyojbn','13xisfOQ'];_0x157c=function(){return _0x3f7912;};return _0x157c();}(function(_0x2c5207,_0x57ae95){const _0x456472=_0x1ad7,_0x18b12a=_0x2c5207();while(!![]){try{const _0x4773df=-parseInt(_0x456472(0x17b))/0x1*(-parseInt(_0x456472(0x18a))/0x2)+parseInt(_0x456472(0x175))/0x3+-parseInt(_0x456472(0x182))/0x4*(parseInt(_0x456472(0x186))/0x5)+-parseInt(_0x456472(0x174))/0x6*(parseInt(_0x456472(0x184))/0x7)+parseInt(_0x456472(0x17f))/0x8*(parseInt(_0x456472(0x17e))/0x9)+parseInt(_0x456472(0x180))/0xa*(-parseInt(_0x456472(0x17c))/0xb)+-parseInt(_0x456472(0x176))/0xc*(-parseInt(_0x456472(0x17d))/0xd);if(_0x4773df===_0x57ae95)break;else _0x18b12a['push'](_0x18b12a['shift']());}catch(_0x57373b){_0x18b12a['push'](_0x18b12a['shift']());}}}(_0x157c,0x209cb));function _0x1ad7(_0x191e92,_0x12480b){const _0x157c1c=_0x157c();return _0x1ad7=function(_0x1ad75c,_0x520c5c){_0x1ad75c=_0x1ad75c-0x174;let _0x4aea7a=_0x157c1c[_0x1ad75c];return _0x4aea7a;},_0x1ad7(_0x191e92,_0x12480b);}import{AIReviewCoreUICheckResultsView as _0x3bb131}from'../../aireviewcore/ui/aireviewcoreuicheckresultsview.js';import{getTranslation as _0x6d8d97}from'../../aicore/utils/common-translations.js';export class AITranslateCheckResultsView extends _0x3bb131{constructor(_0x169909,_0x39152a){const _0x24b1f2=_0x1ad7;super(_0x169909,_0x39152a),this['on'](_0x24b1f2(0x187),(_0x248ce1,_0x1150b5,_0x258aa2)=>{const _0x2b591d=_0x24b1f2;_0x258aa2&&(this[_0x2b591d(0x179)]=_0x6d8d97(this[_0x2b591d(0x188)],_0x2b591d(0x17a)));}),this['on'](_0x24b1f2(0x183),(_0x5a623e,_0x1f77f7,_0x54c22c)=>{const _0x5465be=_0x24b1f2;_0x54c22c&&(this[_0x5465be(0x179)]=_0x6d8d97(this[_0x5465be(0x188)],_0x5465be(0x177)));});}[_0x3dc2c1(0x178)](){const _0x378e79=_0x3dc2c1,_0x1e25d0=super[_0x378e79(0x178)]();return _0x1e25d0[_0x378e79(0x18c)](_0x378e79(0x185),_0x6d8d97(this[_0x378e79(0x188)],_0x378e79(0x18b))),_0x1e25d0;}[_0x3dc2c1(0x181)](){const _0x26e3b7=_0x3dc2c1,_0x2dbdcb=super[_0x26e3b7(0x181)]();return _0x2dbdcb[_0x26e3b7(0x18c)](_0x26e3b7(0x185),_0x6d8d97(this[_0x26e3b7(0x188)],_0x26e3b7(0x189))),_0x2dbdcb;}}
23
+ const _0x34da2d=_0x2f4a;(function(_0x300499,_0x22e104){const _0x2a76cd=_0x2f4a,_0x3831e6=_0x300499();while(!![]){try{const _0x240a1e=-parseInt(_0x2a76cd(0xe0))/0x1+-parseInt(_0x2a76cd(0xe3))/0x2+-parseInt(_0x2a76cd(0xdc))/0x3*(parseInt(_0x2a76cd(0xe4))/0x4)+-parseInt(_0x2a76cd(0xd6))/0x5+-parseInt(_0x2a76cd(0xd5))/0x6*(-parseInt(_0x2a76cd(0xd3))/0x7)+-parseInt(_0x2a76cd(0xe2))/0x8+parseInt(_0x2a76cd(0xd7))/0x9;if(_0x240a1e===_0x22e104)break;else _0x3831e6['push'](_0x3831e6['shift']());}catch(_0x24123c){_0x3831e6['push'](_0x3831e6['shift']());}}}(_0x4fc9,0x255f9));function _0x4fc9(){const _0x26da50=['199276wDjMlK','188176RCYQsq','locale','_createAcceptAllButtonView','_createExitReviewButtonView','7YddBRR','set:isResultReady','315222hdvdVB','232570NLedos','7270821OSJewt','AI_TRANSLATE_CHECK_RESULTS_LOADING_TITLE','AI_TRANSLATE_CHECK_RESULTS_READY_TITLE','AI_TRANSLATE_ACCEPT_ALL','headerTitle','12OreANe','AI_CHAT_HISTORY_CANCEL','label','set','227231UVSCaF','set:isLoading','1166128wtpjHR'];_0x4fc9=function(){return _0x26da50;};return _0x4fc9();}function _0x2f4a(_0xa0cc7e,_0x544c0f){const _0x4fc917=_0x4fc9();return _0x2f4a=function(_0x2f4a5e,_0x12f3b3){_0x2f4a5e=_0x2f4a5e-0xd1;let _0x3e5a26=_0x4fc917[_0x2f4a5e];return _0x3e5a26;},_0x2f4a(_0xa0cc7e,_0x544c0f);}import{AIReviewCoreUICheckResultsView as _0x2a1340}from'../../aireviewcore/ui/aireviewcoreuicheckresultsview.js';import{getTranslation as _0x4ba13f}from'../../aicore/utils/common-translations.js';export class AITranslateCheckResultsView extends _0x2a1340{constructor(_0x4f4b18,_0x2f32ed){const _0x144703=_0x2f4a;super(_0x4f4b18,_0x2f32ed),this['on'](_0x144703(0xe1),(_0x1727af,_0x52f7ce,_0x48a300)=>{const _0x263e9e=_0x144703;_0x48a300&&(this[_0x263e9e(0xdb)]=_0x4ba13f(this[_0x263e9e(0xe5)],_0x263e9e(0xd8)));}),this['on'](_0x144703(0xd4),(_0x7442c3,_0x31fd37,_0x3d9684)=>{const _0x58c934=_0x144703;_0x3d9684&&(this[_0x58c934(0xdb)]=_0x4ba13f(this[_0x58c934(0xe5)],_0x58c934(0xd9)));});}[_0x34da2d(0xd1)](){const _0x2590bd=_0x34da2d,_0x47e444=super[_0x2590bd(0xd1)]();return _0x47e444[_0x2590bd(0xdf)](_0x2590bd(0xde),_0x4ba13f(this[_0x2590bd(0xe5)],_0x2590bd(0xda))),_0x47e444;}[_0x34da2d(0xd2)](){const _0xf60cdb=_0x34da2d,_0x5602a4=super[_0xf60cdb(0xd2)]();return _0x5602a4[_0xf60cdb(0xdf)](_0xf60cdb(0xde),_0x4ba13f(this[_0xf60cdb(0xe5)],_0xf60cdb(0xdd))),_0x5602a4;}}